diff --git a/ChangeLog b/ChangeLog index 8a0f16f..f53d7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Minor code revision. Some robustness problems with the function family ModifiedNucleolus[] - have been fixed but it is not completely solved. For convex games or inessential games + have been fixed, but it is not completely solved. For convex games or inessential games the solution computed might still be wrong. Some new functions to compute the pre-kernel, anti-pre-kernel @@ -22,12 +22,12 @@ The functions DefineGame[], MaxExcessBalanced[], MinExcessBalanced[], KernelImputationQ[], SuperAdditiveQ[] and AvConvex[] have been completely rewritten. - For this reason the functions + For this reason the functions AvSumCheck[] ContributionSum[] have been deprecated. - The function AverageConvexQ[] is the same as AvConvexQ[], but it allows to issue an option. + The function AverageConvexQ[] is the same as AvConvexQ[], but it allows issuing an option. The functions PreKernelQ[] and AntiPreKernelQ[] have been modified. @@ -90,13 +90,13 @@ TuGamesMovieParaModeV6.nb in the Documentation directory. To keep track our package with the new graphic concept of Mathematica 6.x and higher, - the following functions have been added or modified to depict solutions for three person games: + the following functions have been added or modified to depict solutions for three-person games: AnimationKernelProperty2d[] - new function, dedicated for Mathematica 6.x and higher only! StrongEpsCore2d[] - new function, dedicated for Mathematica 6.x and higher only! FilledCoreV6[] - is an upgrade of FilledCore[] for version 6.x and higher. - The graphical functions to plot game solutions for four person games reside in the package + The graphical functions to plot game solutions for four-person games reside in the package IOTuGamesV6.m. To use the old graphic concept one has to load the package IOTuGames.m in connection with << Version5`Graphics`. All graphical extensions require the cddmathlink libraries. @@ -128,8 +128,8 @@ Some minor code revision. New Functions: - MLExtension[] - Computes the multi-linear extension of the game. - ShapleyValueML[] - Computes the Shapley value from the multi-linear extension of the game. + MLExtension[] - Computes the multilinear extension of the game. + ShapleyValueML[] - Computes the Shapley value from the multilinear extension of the game. PreKernel[] - Computes a pre-kernel point by Algorithm 8.2.1 of Meinhardt (2013). Bug fixes: @@ -141,7 +141,7 @@ Version 2.5: - Adding the function ApproxNuc[] to compute the (p,k)-nucleolus which is an approximation of + Adding the function ApproxNuc[] to compute the (p, k)-nucleolus which is an approximation of the nucleolus by a non-linear optimization approach, i.e., minimizes a p-norm. The function NonLinNuc[] is based on this function to compute the nucleolus. We extended this idea to the pre-nucleolus through the commands ApproxPreNuc[] and NonLinPreNuc[]. In addition, we added @@ -170,7 +170,7 @@ Version 2.5.2: - We have revised the Install procedure of the Cddmathlink library, which makes it not anymore necessary + We have revised the Installation procedure of the Cddmathlink library, which makes it not any more necessary to explicitly formulate some conditions for all operating systems. Moreover, some default binaries for RHEL 7.5 and Mathematica 11.3 ship now with the package. Alternatively, we also added some for RHEL systems for Mathematica 10 and later. These binaries must be copied into the pre-specified folder. @@ -190,7 +190,7 @@ Functions to compute and to verify the simplified modified pre-kernel/nucleolus are added. They are called SMPrenucleolus[],IsSMPrenuceolusQ[],SMPreKernel[],IsSMPreKernelQ[]. For the last two commands we implemented - parallel counterparts called ParaSMPreKernel[],and ParaIsSMPreKernelQ[] respectively. + parallel counterparts called ParaSMPreKernel[], and ParaIsSMPreKernelQ[] respectively. Adding the function BalancedCollectionQ[] that should replace in the future the function BalancedSelectionQ[]. For n=>4 the function returns incorrect results, probably caused by a bug of the DualLinearProgramming[] function. @@ -245,7 +245,7 @@ Version 3.0.0: - Not anymore backward compatible to Mathematica versions smaller than 12 due to the port + Not any more backward compatible to Mathematica versions smaller than 12 due to the port to the new collection of algorithms for solving convex problems introduced in version 12. ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are replaced by LinearOptimization. @@ -343,7 +343,7 @@ Update of the Documentation references pages and adjustment to the paclet system of Mathematica Version 13.0. - Version 3.1.1 + Version 3.1.1: 1. Modification @@ -351,7 +351,7 @@ ProductGame, ProbabilityGame, HarsanyiValue, ShapAirProb, TauValAirProb, NucAirProb. - Version 3.1.2 + Version 3.1.2: 1. Revision @@ -368,3 +368,20 @@ Fixing Bug related to the Harsanyi dividends in ProductGame and KernelCalculation related to missing output. Some minor bug fixes and code revision. + + Version 3.1.4: + + 1. Revision + + Update of the Documentation references pages. + Code Revision for FilledCoreV6 to avoid overlapping labeling. + + 2. Modification + + Adding the new functions: + + FilledWeberSetV6, PlotWeberSet3dV6, CddGmpPlotWeberSet, EqDistDividends, CostLocationGame, DualProbabilityGame, PQNorm. + + 3. Bug Fixes + + Some minor bug fixes and code revision. diff --git a/ChangeLog.md b/ChangeLog.md index 461136b..7bf8aad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,7 +9,7 @@ #### 1. Code Revision * Minor code revision. -* Some robustness problems with the function family `ModifiedNucleolus[]` have been fixed but it is not completely solved. For convex games or inessential games the solution computed might still be wrong. +* Some robustness problems with the function family `ModifiedNucleolus[]` have been fixed, but it is not completely solved. For convex games or inessential games the solution computed might still be wrong. #### 2. Modification @@ -19,9 +19,9 @@ Some new functions to compute the pre-kernel, anti-pre-kernel and some related f #### 1. Code Revision * Some code revision. -* The functions `DefineGame[], MaxExcessBalanced[], MinExcessBalanced[], KernelImputationQ[], SuperAdditiveQ[]` and `AvConvex[]` have been completely rewritten. For this reason the functions: `AvSumCheck[], ContributionSum[]` have been deprecated. +* The functions `DefineGame[], MaxExcessBalanced[], MinExcessBalanced[], KernelImputationQ[], SuperAdditiveQ[]` and `AvConvex[]` have been completely rewritten. For this reason the functions: `AvSumCheck[], ContributionSum[]` have been deprecated. -* The function `AverageConvexQ[]` is the same as `AvConvexQ[]`, but it allows to issue an option. +* The function `AverageConvexQ[]` is the same as `AvConvexQ[]`, but it allows issuing an option. * The functions `PreKernelQ[]` and `AntiPreKernelQ[]` have been modified. @@ -78,13 +78,13 @@ The parallel mode has been optimized. For more details see the README file and/o Tested up to 32 SubKernels. For running even the *Cddmathlink* libraries in parallel see the explanation in the *README* file and/or for an example the notebook file `TuGamesMovieParaModeV6.nb` in the Documentation directory. -To keep track our package with the new graphic concept of Mathematica 6.x and higher, the following functions have been added or modified to depict solutions for three person games: +To keep track our package with the new graphic concept of Mathematica 6.x and higher, the following functions have been added or modified to depict solutions for three-person games: * `AnimationKernelProperty2d[]` - new function, dedicated for Mathematica 6.x and higher only! * `StrongEpsCore2d[]` - new function, dedicated for Mathematica 6.x and higher only! * `FilledCoreV6[]` - is an upgrade of FilledCore[] for version 6.x and higher. -The graphical functions to plot game solutions for four person games reside in the package `IOTuGamesV6.m`. To use the old graphic concept one has to load the package `IOTuGames.m` in connection with << Version5`Graphics`. All graphical extensions require the *Cddmathlink* libraries. +The graphical functions to plot game solutions for four-person games reside in the package `IOTuGamesV6.m`. To use the old graphic concept one has to load the package `IOTuGames.m` in connection with << Version5`Graphics`. All graphical extensions require the *Cddmathlink* libraries. ### Version 1.8 #### 1. Revision @@ -113,8 +113,8 @@ Change protected command `SubsetQ[]` to `SubSetQ[]` from the VertexEnum package. Some minor code revision. #### 3. New Functions -* `MLExtension[]` - Computes the multi-linear extension of the game. -* `ShapleyValueML[]` - Computes the Shapley value from the multi-linear extension of the game. +* `MLExtension[]` - Computes the multilinear extension of the game. +* `ShapleyValueML[]` - Computes the Shapley value from the multilinear extension of the game. * `PreKernel[]` - Computes a pre-kernel point by Algorithm 8.2.1 of Meinhardt (2013). #### 4. Bug fixes @@ -129,7 +129,7 @@ Some minor code revision. ### Version 2.5 #### 1. Modification -Adding the function `ApproxNuc[]` to compute the (p,k)-nucleolus which is an approximation of the nucleolus by a non-linear optimization approach, i.e., minimizes a p-norm. The function `NonLinNuc[]` is based on this function to compute the nucleolus. We extended this idea to the pre-nucleolus through the commands `ApproxPreNuc[]` and `NonLinPreNuc[]`. In addition, we added the least square computation of the (pre-)nucleolus by the functions `LSNuc[]` and `LSPreNuc[]`. +Adding the function `ApproxNuc[]` to compute the (p, k)-nucleolus which is an approximation of the nucleolus by a non-linear optimization approach, i.e., minimizes a p-norm. The function `NonLinNuc[]` is based on this function to compute the nucleolus. We extended this idea to the pre-nucleolus through the commands `ApproxPreNuc[]` and `NonLinPreNuc[]`. In addition, we added the least square computation of the (pre-)nucleolus by the functions `LSNuc[]` and `LSPreNuc[]`. Functions to compute the barycenter of the extreme points of the core, dual cover game, dual extension, primal extension, modiclus, a proper modified pre-kernel element, potential of a game, the Lorenz solution, and Dutta-Ray solution for convex games have been added. @@ -152,7 +152,7 @@ Some minor code revision and bug fixes. ### Version 2.5.2 #### 1. Modification -We have revised the Install procedure of the *Cddmathlink* library, which makes it not anymore necessary to explicitly formulate some conditions for all operating systems. Moreover, some default binaries for *RHEL* 7.5 and *Mathematica* 11.3 ship now with the package. Alternatively, we also added some for *RHEL* systems for *Mathematica* 10 and later. These binaries must be copied into the pre-specified folder. +We have revised the Installation procedure of the *Cddmathlink* library, which makes it not any more necessary to explicitly formulate some conditions for all operating systems. Moreover, some default binaries for *RHEL* 7.5 and *Mathematica* 11.3 ship now with the package. Alternatively, we also added some for *RHEL* systems for *Mathematica* 10 and later. These binaries must be copied into the pre-specified folder. #### 2. Bug fixes @@ -166,7 +166,7 @@ Some minor code revision and bug fixes. ### Version 2.5.4 #### 1. Modification -* Functions to compute and to verify the simplified modified pre-kernel/nucleolus are added. They are called `SMPrenucleolus[],IsSMPrenuceolusQ[],SMPreKernel[],IsSMPreKernelQ[]`. For the last two commands we implemented parallel counterparts called `ParaSMPreKernel[]`,and `ParaIsSMPreKernelQ[]` respectively. +* Functions to compute and to verify the simplified modified pre-kernel/nucleolus are added. They are called `SMPrenucleolus[], IsSMPrenuceolusQ[], SMPreKernel[], IsSMPreKernelQ[]`. For the last two commands we implemented parallel counterparts called `ParaSMPreKernel[]`, and `ParaIsSMPreKernelQ[]` respectively. * Adding the function `BalancedCollectionQ[]` that should replace in the future the function `BalancedSelectionQ[]`. For n=>4 the function returns incorrect results, probably caused by a bug of the `DualLinearProgramming[]` function. @@ -231,7 +231,7 @@ Minor Bug fixes and code revision. #### 1. Synopsis -Not anymore backward compatible to Mathematica versions smaller than 12 due to the port to the new collection of algorithms for solving convex problems introduced in version 12. +Not any more backward compatible to Mathematica versions smaller than 12 due to the port to the new collection of algorithms for solving convex problems introduced in version 12. #### 2. Modification @@ -282,7 +282,7 @@ Some minor bug fixes. ### Version 3.0.2 -#### 1.Revision +#### 1. Revision Adjusting the functions @@ -294,7 +294,7 @@ Adjusting the functions NonLinNuc -- Part of TuGames, PreKernelSolution -- Part of TuGames -to the new set of optimization algorithms. +To the new set of optimization algorithms. Adding options to the functions: @@ -377,3 +377,27 @@ Adding the new functions: Fixing Bug related to the Harsanyi dividends in `ProductGame[]`, and `KernelCalculation[]` related to missing output. Some minor bug fixes and code revision. + + +### Version 3.1.4 + +#### 1. Revision + +Update of the Documentation references pages. +Code Revision for FilledCoreV6 to avoid overlapping labeling. + +#### 2. Modification + +Adding the new functions: + +* `CddGmpPlotWeberSet[]` calculates while using Cddmathlink2gmp via Mathlink all relevant data to plot the Weber set. +* `CostLocationGame[]` computes from a facility location situation the associated cost location game. +* `EqDistDividends[]` computes the equally distributed dividends of the game, that is, the Shapley value. +* `DualProbabilityGame[]` computes from weights vector the characteristic values of a dual probability game. +* `FilledWeberSetV6[]` plots the Weber set of a three person game. +* `PlotWeberSet3dV6[]` plots the Weber set of a four-person game. +* `PQNorm[]` computes the PQ-norm from two vectors. + +#### 3. Bug Fixes + +Some minor bug fixes and code revision. diff --git a/Documentation/English/Guides/Bibliography.nb b/Documentation/English/Guides/Bibliography.nb index 2f9643c..e843891 100644 --- a/Documentation/English/Guides/Bibliography.nb +++ b/Documentation/English/Guides/Bibliography.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48900, 1178] -NotebookOptionsPosition[ 38926, 1001] -NotebookOutlinePosition[ 40392, 1038] -CellTagsIndexPosition[ 40349, 1035] +NotebookDataLength[ 48951, 1181] +NotebookOptionsPosition[ 38949, 1003] +NotebookOutlinePosition[ 40441, 1041] +CellTagsIndexPosition[ 40398, 1038] WindowTitle->Bibliography WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "af386da8-bc80-499e-9cd1-ac6967bcc2d5"], + "28db9997-0051-421a-9976-447341279c91"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7d477905-e92c-4a32-b04d-f477c49991fb"], + "3162eab8-c33e-4ba4-a0ce-cd3239c4139b"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ffe20d3b-f419-4ee7-8664-7f77e7d9ec1a"] - }],ExpressionUUID->"4e9dafbf-f408-4304-967c-3933c40e4cc0"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c377e649-94eb-46f3-9681-11616fd8d4ef"] + }],ExpressionUUID->"67736531-d96c-4351-a1c7-3f344c80dcdc"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "604cd00e-f18c-4e9e-9b41-47c86c47be1c"], + "97045788-7bd7-461a-ac1b-7ee08abfaf00"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42e5be4b-4dd7-40a7-97b2-aaea21d2a7c6"] - }],ExpressionUUID->"e1dd21b6-4fa7-42eb-b1d8-b9839bb33380"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e835af93-4ed2-4694-83c0-1f4d923f772e"] + }],ExpressionUUID->"cc591949-01ea-42c7-b2df-1bb50e7484eb"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b3792835-26ce-4731-ba12-d0c4167eb9be"], + "d59b9b71-4411-447a-b860-2e37a4d0882f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,50 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "04dc2e39-c534-40ce-b80c-2df5f3b44e44"] - }],ExpressionUUID->"4326b5dc-184f-426e-b06e-7fbc281fc9c5"], - StripOnInput->False], {"\<\"TUG/Guides/Bibliography\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/Bibliography"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "1321d53b-69aa-4ee8-9f78-1a91e629e773"] + }],ExpressionUUID->"3f9d397a-d50d-49bf-af3c-987d48585e18"], + StripOnInput->False],{ + "\"TUG/Guides/Bibliography\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/Bibliography"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ Bibliography.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$11600], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/Bibliography" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$11299], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/Bibliography" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c5263e3f-037c-4910-926a-57a71c08cced"] + "88cac38f-4950-488b-81e1-3be5c5fb1ed6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ea1622da-47e4-4331-a57a-28aac1bdcc7c"]} + "ea2fb1db-d03f-4cb0-b30f-3ca583da934a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a69c34b6-27fe-428b-855a-e6e7624dd4e4"], + CellID->1,ExpressionUUID->"0b7af9e1-24d2-4467-a130-bd6db3bc7eeb"], Cell[CellGroupData[{ @@ -161,9 +164,9 @@ Cell["Bibliography", "GuideTitle", CellID->1358864728,ExpressionUUID->"7e1ec203-3e8e-4300-8b57-595b00921048"], Cell["\[NonBreakingSpace]", "GuideAbstract", - CellID->65135107,ExpressionUUID->"7c0ddabf-e96b-46ba-a97c-7e59c5c1af46"], + CellID->1764812088,ExpressionUUID->"5de4c16c-b67f-4d52-8567-509089f3da29"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"4513d2e6-9275-4043-9f1c-dca5ffe75d67"], +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"4554fab8-5eaa-427a-87eb-a6e5d4669f46"], Cell[TextData[{ Cell["1.", "InlineFunctionSansUnlinked",ExpressionUUID-> @@ -674,7 +677,7 @@ Cell[TextData[{ " ", StyleBox["\[LongDash]", "GuideEmDash"], " H. I. Meinhardt. MatTuGames: A Matlab Toolbox for Cooperative Game Theory, \ -2021c. URL \ +2022. URL \ http://www.mathworks.com/matlabcentral/fileexchange/74092-mattugames." }], "GuideText", CellID->1980289491,ExpressionUUID->"9a451dc3-f5b8-4936-9b75-9e76592ae9c5"], @@ -684,10 +687,9 @@ Cell[TextData[{ "cf1b2ea5-e207-4512-aad7-f9ec4080f56c"], " ", StyleBox["\[LongDash]", "GuideEmDash"], - " H. I. Meinhardt. On the Replication of the Pre-Kernel and Related \ -Solutions. Technical report, Karlsruhe Institute of Technology (KIT), \ -Karlsruhe, Germany, 2022a. URL \ -http://dx.doi.org/10.13140/RG.2.2.21053.10725." + " H. I. Meinhardt. On the Replication of the Pre-Kernel and Related \ +Solutions. Computational Economics, 2:1\[Dash]76, 2023. URL \ +http://dx.doi.org/10.1007/s10614-023-10428-w. Online available." }], "GuideText", CellID->1108108732,ExpressionUUID->"a7b82b2a-6e48-4e46-81a7-63901194fb2a"], @@ -919,8 +921,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "edf0f453-ad13-47fd-9a00-95e80c01e848"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"5d026b18-7d39-4603-a923-\ -442f2a064a44"], + }]], "GuideTutorialsSection",ExpressionUUID->"b23311ea-46a9-4309-a7bf-\ +7a88647d6e22"], Cell[BoxData[GridBox[{ { @@ -966,8 +968,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "c15f8ed8-2f8b-49ce-9be3-e9c923620164"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"d292c342-ddf1-47d1-8d6f-\ -c3e93ec0e2f9"], + }]], "GuideMoreAboutSection",ExpressionUUID->"563bce17-2ccd-40c1-bd98-\ +4ea5cc04c6ce"], Cell[BoxData[GridBox[{ { @@ -994,14 +996,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "9abf2981-64ae-44a5-9df2-20f7c23f0efe"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"1425a352-7d46-4a0f-b26e-\ -b17111e10ec3"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"7784c112-dbef-40ae-a25a-\ +2b1b5787fb07"], -Cell[" ", "FooterCell",ExpressionUUID->"1530e5fb-a6cc-4e49-8153-28fad8e99a2c"] +Cell[" ", "FooterCell",ExpressionUUID->"4fcb3568-47be-423c-bf08-b0969a01e858"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Bibliography", TaggingRules->{ @@ -1012,19 +1014,20 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 45, 18.506032}", + "built" -> "{2024, 6, 3, 16, 49, 20.157553}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$11561, "title" -> - "Bibliography", "titlemodifier" -> "", "windowtitle" -> "Bibliography", - "type" -> "Guide", "uri" -> "TUG/Guides/Bibliography"}}, + DocumentationBuild`Make`Private`tabletaggingrules$11260, "title" -> + "Bibliography", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "Bibliography", "type" -> "Guide", "uri" -> + "TUG/Guides/Bibliography"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"96c174a7-1ec8-479e-a6b0-4d5853f08490" +ExpressionUUID->"576a4fae-6776-4a03-946c-118a61256ed3" ] (* End of Notebook Content *) @@ -1037,149 +1040,149 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 5678, 134, 70, "AnchorBarGrid",ExpressionUUID->"a69c34b6-27fe-428b-855a-e6e7624dd4e4", +Cell[584, 21, 5725, 137, 70, "AnchorBarGrid",ExpressionUUID->"0b7af9e1-24d2-4467-a130-bd6db3bc7eeb", CellID->1], Cell[CellGroupData[{ -Cell[6287, 159, 110, 1, 70, "GuideTitle",ExpressionUUID->"7e1ec203-3e8e-4300-8b57-595b00921048", +Cell[6334, 162, 110, 1, 70, "GuideTitle",ExpressionUUID->"7e1ec203-3e8e-4300-8b57-595b00921048", CellID->1358864728], -Cell[6400, 162, 118, 1, 70, "GuideAbstract",ExpressionUUID->"7c0ddabf-e96b-46ba-a97c-7e59c5c1af46", - CellID->65135107], -Cell[6521, 165, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"4513d2e6-9275-4043-9f1c-dca5ffe75d67"], -Cell[6617, 167, 588, 14, 70, "GuideText",ExpressionUUID->"f1f9678b-c5fb-481f-97dc-0e33accab1ef", +Cell[6447, 165, 120, 1, 70, "GuideAbstract",ExpressionUUID->"5de4c16c-b67f-4d52-8567-509089f3da29", + CellID->1764812088], +Cell[6570, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"4554fab8-5eaa-427a-87eb-a6e5d4669f46"], +Cell[6666, 170, 588, 14, 70, "GuideText",ExpressionUUID->"f1f9678b-c5fb-481f-97dc-0e33accab1ef", CellID->18756306], -Cell[7208, 183, 344, 8, 70, "GuideText",ExpressionUUID->"530ba847-20f9-4cf4-a74c-db635d244101", +Cell[7257, 186, 344, 8, 70, "GuideText",ExpressionUUID->"530ba847-20f9-4cf4-a74c-db635d244101", CellID->939664853], -Cell[7555, 193, 459, 9, 70, "GuideText",ExpressionUUID->"67e2b806-7ebb-4638-8182-ade08d8bfd70", +Cell[7604, 196, 459, 9, 70, "GuideText",ExpressionUUID->"67e2b806-7ebb-4638-8182-ade08d8bfd70", CellID->1016535210], -Cell[8017, 204, 457, 9, 70, "GuideText",ExpressionUUID->"4644deb4-02d4-4e24-8262-963594a370c7", +Cell[8066, 207, 457, 9, 70, "GuideText",ExpressionUUID->"4644deb4-02d4-4e24-8262-963594a370c7", CellID->70168198], -Cell[8477, 215, 414, 9, 70, "GuideText",ExpressionUUID->"b6cd548a-8899-4064-a2a8-6d049066659b", +Cell[8526, 218, 414, 9, 70, "GuideText",ExpressionUUID->"b6cd548a-8899-4064-a2a8-6d049066659b", CellID->1543193453], -Cell[8894, 226, 580, 13, 70, "GuideText",ExpressionUUID->"d9ecd871-9ea3-42d3-bc55-142101cc0a49", +Cell[8943, 229, 580, 13, 70, "GuideText",ExpressionUUID->"d9ecd871-9ea3-42d3-bc55-142101cc0a49", CellID->441530255], -Cell[9477, 241, 362, 8, 70, "GuideText",ExpressionUUID->"68cf2862-bc36-4769-ade0-bca903c8fe3f", +Cell[9526, 244, 362, 8, 70, "GuideText",ExpressionUUID->"68cf2862-bc36-4769-ade0-bca903c8fe3f", CellID->399249139], -Cell[9842, 251, 368, 8, 70, "GuideText",ExpressionUUID->"6434d851-aad4-4a0c-b177-a2ea98948138", +Cell[9891, 254, 368, 8, 70, "GuideText",ExpressionUUID->"6434d851-aad4-4a0c-b177-a2ea98948138", CellID->193972163], -Cell[10213, 261, 451, 9, 70, "GuideText",ExpressionUUID->"b8f711d7-e4ce-44a9-acce-bd78c1faa26e", +Cell[10262, 264, 451, 9, 70, "GuideText",ExpressionUUID->"b8f711d7-e4ce-44a9-acce-bd78c1faa26e", CellID->1196312393], -Cell[10667, 272, 350, 8, 70, "GuideText",ExpressionUUID->"fda1568d-4d09-4233-9f56-6cf5b0736d6d", +Cell[10716, 275, 350, 8, 70, "GuideText",ExpressionUUID->"fda1568d-4d09-4233-9f56-6cf5b0736d6d", CellID->1845817660], -Cell[11020, 282, 371, 8, 70, "GuideText",ExpressionUUID->"3e04a517-424f-41b7-a516-cc66782019df", +Cell[11069, 285, 371, 8, 70, "GuideText",ExpressionUUID->"3e04a517-424f-41b7-a516-cc66782019df", CellID->990155043], -Cell[11394, 292, 460, 9, 70, "GuideText",ExpressionUUID->"e33b2b4f-b274-465f-a4ca-5b1e1b368ee0", +Cell[11443, 295, 460, 9, 70, "GuideText",ExpressionUUID->"e33b2b4f-b274-465f-a4ca-5b1e1b368ee0", CellID->1296839030], -Cell[11857, 303, 369, 8, 70, "GuideText",ExpressionUUID->"4a06dddf-9927-4068-ab99-2a5cd4f0e9c1", +Cell[11906, 306, 369, 8, 70, "GuideText",ExpressionUUID->"4a06dddf-9927-4068-ab99-2a5cd4f0e9c1", CellID->181506069], -Cell[12229, 313, 465, 9, 70, "GuideText",ExpressionUUID->"00188b2d-f5cd-4dca-8e6c-feec44186db3", +Cell[12278, 316, 465, 9, 70, "GuideText",ExpressionUUID->"00188b2d-f5cd-4dca-8e6c-feec44186db3", CellID->720425954], -Cell[12697, 324, 359, 8, 70, "GuideText",ExpressionUUID->"f98b7bc1-c02a-4069-8025-47bf45b97d70", +Cell[12746, 327, 359, 8, 70, "GuideText",ExpressionUUID->"f98b7bc1-c02a-4069-8025-47bf45b97d70", CellID->1080180580], -Cell[13059, 334, 472, 9, 70, "GuideText",ExpressionUUID->"10d85316-fabf-414f-a856-17afe638a092", +Cell[13108, 337, 472, 9, 70, "GuideText",ExpressionUUID->"10d85316-fabf-414f-a856-17afe638a092", CellID->482379677], -Cell[13534, 345, 348, 8, 70, "GuideText",ExpressionUUID->"e27534cc-3d84-4c5a-93e4-e9f90e8f3d0d", +Cell[13583, 348, 348, 8, 70, "GuideText",ExpressionUUID->"e27534cc-3d84-4c5a-93e4-e9f90e8f3d0d", CellID->598321271], -Cell[13885, 355, 437, 9, 70, "GuideText",ExpressionUUID->"32be6411-ffb3-4c95-88e8-87eed79abe0c", +Cell[13934, 358, 437, 9, 70, "GuideText",ExpressionUUID->"32be6411-ffb3-4c95-88e8-87eed79abe0c", CellID->159312979], -Cell[14325, 366, 437, 9, 70, "GuideText",ExpressionUUID->"bb7daa45-dd5e-46d6-b569-90f3b1e3b6a3", +Cell[14374, 369, 437, 9, 70, "GuideText",ExpressionUUID->"bb7daa45-dd5e-46d6-b569-90f3b1e3b6a3", CellID->2131461775], -Cell[14765, 377, 383, 8, 70, "GuideText",ExpressionUUID->"a88e692b-b219-4d4b-88e5-a39b101bb6db", +Cell[14814, 380, 383, 8, 70, "GuideText",ExpressionUUID->"a88e692b-b219-4d4b-88e5-a39b101bb6db", CellID->1100716811], -Cell[15151, 387, 357, 8, 70, "GuideText",ExpressionUUID->"a306bbb6-f7e6-4721-afcb-ee268c54c919", +Cell[15200, 390, 357, 8, 70, "GuideText",ExpressionUUID->"a306bbb6-f7e6-4721-afcb-ee268c54c919", CellID->1908698892], -Cell[15511, 397, 355, 8, 70, "GuideText",ExpressionUUID->"738f9588-0b9e-4ccc-9030-0cb5747cc3ce", +Cell[15560, 400, 355, 8, 70, "GuideText",ExpressionUUID->"738f9588-0b9e-4ccc-9030-0cb5747cc3ce", CellID->758179214], -Cell[15869, 407, 536, 10, 70, "GuideText",ExpressionUUID->"c6d643fb-f738-4519-9ac3-fe39cb2beaea", +Cell[15918, 410, 536, 10, 70, "GuideText",ExpressionUUID->"c6d643fb-f738-4519-9ac3-fe39cb2beaea", CellID->1064158707], -Cell[16408, 419, 578, 11, 70, "GuideText",ExpressionUUID->"009ee9a5-ddd8-4b99-b82d-6075c3b4a025", +Cell[16457, 422, 578, 11, 70, "GuideText",ExpressionUUID->"009ee9a5-ddd8-4b99-b82d-6075c3b4a025", CellID->243594922], -Cell[16989, 432, 348, 8, 70, "GuideText",ExpressionUUID->"8edb33dc-9b57-4947-8aa9-a578294072d5", +Cell[17038, 435, 348, 8, 70, "GuideText",ExpressionUUID->"8edb33dc-9b57-4947-8aa9-a578294072d5", CellID->1099737646], -Cell[17340, 442, 515, 10, 70, "GuideText",ExpressionUUID->"984dbc0b-6d2d-4b28-b5d6-32832afe8231", +Cell[17389, 445, 515, 10, 70, "GuideText",ExpressionUUID->"984dbc0b-6d2d-4b28-b5d6-32832afe8231", CellID->1113831216], -Cell[17858, 454, 414, 9, 70, "GuideText",ExpressionUUID->"87e1369a-9210-4554-8bb6-507550329151", +Cell[17907, 457, 414, 9, 70, "GuideText",ExpressionUUID->"87e1369a-9210-4554-8bb6-507550329151", CellID->1352450248], -Cell[18275, 465, 437, 9, 70, "GuideText",ExpressionUUID->"1710607c-18ac-443a-9c1b-9322f9415406", +Cell[18324, 468, 437, 9, 70, "GuideText",ExpressionUUID->"1710607c-18ac-443a-9c1b-9322f9415406", CellID->1684304575], -Cell[18715, 476, 381, 8, 70, "GuideText",ExpressionUUID->"b00d3ac7-233b-48e1-8010-d07c8ea18f8b", +Cell[18764, 479, 381, 8, 70, "GuideText",ExpressionUUID->"b00d3ac7-233b-48e1-8010-d07c8ea18f8b", CellID->1356500485], -Cell[19099, 486, 512, 10, 70, "GuideText",ExpressionUUID->"c8df7a19-b9fe-4d9c-9b3c-221619ed5a83", +Cell[19148, 489, 512, 10, 70, "GuideText",ExpressionUUID->"c8df7a19-b9fe-4d9c-9b3c-221619ed5a83", CellID->1223471686], -Cell[19614, 498, 387, 8, 70, "GuideText",ExpressionUUID->"3d9b81d6-3948-4f7a-998a-a96d885a3a43", +Cell[19663, 501, 387, 8, 70, "GuideText",ExpressionUUID->"3d9b81d6-3948-4f7a-998a-a96d885a3a43", CellID->134257090], -Cell[20004, 508, 464, 9, 70, "GuideText",ExpressionUUID->"730486ae-9856-40be-adcd-2c2ce321d02c", +Cell[20053, 511, 464, 9, 70, "GuideText",ExpressionUUID->"730486ae-9856-40be-adcd-2c2ce321d02c", CellID->1627955901], -Cell[20471, 519, 445, 9, 70, "GuideText",ExpressionUUID->"6d717078-92cf-4b28-a0ae-1f32a21075ef", +Cell[20520, 522, 445, 9, 70, "GuideText",ExpressionUUID->"6d717078-92cf-4b28-a0ae-1f32a21075ef", CellID->1583079135], -Cell[20919, 530, 457, 9, 70, "GuideText",ExpressionUUID->"8ee2549a-4386-4e30-84e7-a8e13c96718f", +Cell[20968, 533, 457, 9, 70, "GuideText",ExpressionUUID->"8ee2549a-4386-4e30-84e7-a8e13c96718f", CellID->2040742103], -Cell[21379, 541, 446, 9, 70, "GuideText",ExpressionUUID->"27fe5888-71c8-4722-bd11-ec2bec8824c2", +Cell[21428, 544, 446, 9, 70, "GuideText",ExpressionUUID->"27fe5888-71c8-4722-bd11-ec2bec8824c2", CellID->1984988640], -Cell[21828, 552, 371, 8, 70, "GuideText",ExpressionUUID->"fc6e0b51-d8b6-4c83-aee0-9e5364fba988", +Cell[21877, 555, 371, 8, 70, "GuideText",ExpressionUUID->"fc6e0b51-d8b6-4c83-aee0-9e5364fba988", CellID->443776250], -Cell[22202, 562, 404, 8, 70, "GuideText",ExpressionUUID->"3953315c-1ed4-4e90-9d2d-af6f5a6da30c", +Cell[22251, 565, 404, 8, 70, "GuideText",ExpressionUUID->"3953315c-1ed4-4e90-9d2d-af6f5a6da30c", CellID->759677837], -Cell[22609, 572, 436, 9, 70, "GuideText",ExpressionUUID->"8eb712f7-3fa6-401c-82a0-1fe937dc470a", +Cell[22658, 575, 436, 9, 70, "GuideText",ExpressionUUID->"8eb712f7-3fa6-401c-82a0-1fe937dc470a", CellID->1593667976], -Cell[23048, 583, 552, 13, 70, "GuideText",ExpressionUUID->"150d7206-ba0d-4e6c-966d-784f6670f3ce", +Cell[23097, 586, 552, 13, 70, "GuideText",ExpressionUUID->"150d7206-ba0d-4e6c-966d-784f6670f3ce", CellID->710699146], -Cell[23603, 598, 405, 8, 70, "GuideText",ExpressionUUID->"7f6cd70d-8f68-4ef4-bbe8-ad51f6e474e9", +Cell[23652, 601, 405, 8, 70, "GuideText",ExpressionUUID->"7f6cd70d-8f68-4ef4-bbe8-ad51f6e474e9", CellID->1188272938], -Cell[24011, 608, 594, 13, 70, "GuideText",ExpressionUUID->"73252a95-0e1a-4063-9d1c-9b7e67a32ef2", +Cell[24060, 611, 594, 13, 70, "GuideText",ExpressionUUID->"73252a95-0e1a-4063-9d1c-9b7e67a32ef2", CellID->2100351368], -Cell[24608, 623, 649, 14, 70, "GuideText",ExpressionUUID->"eeae1d5d-7f7f-4566-be43-9e71de233d85", +Cell[24657, 626, 649, 14, 70, "GuideText",ExpressionUUID->"eeae1d5d-7f7f-4566-be43-9e71de233d85", CellID->1274355165], -Cell[25260, 639, 582, 13, 70, "GuideText",ExpressionUUID->"b9f31c8b-aa90-46fa-8945-7d8b2f3e0ed8", +Cell[25309, 642, 582, 13, 70, "GuideText",ExpressionUUID->"b9f31c8b-aa90-46fa-8945-7d8b2f3e0ed8", CellID->1000230136], -Cell[25845, 654, 605, 14, 70, "GuideText",ExpressionUUID->"01579cff-d80e-47b6-b84f-dd11957512cb", +Cell[25894, 657, 605, 14, 70, "GuideText",ExpressionUUID->"01579cff-d80e-47b6-b84f-dd11957512cb", CellID->1112677298], -Cell[26453, 670, 421, 9, 70, "GuideText",ExpressionUUID->"9a451dc3-f5b8-4936-9b75-9e76592ae9c5", +Cell[26502, 673, 420, 9, 70, "GuideText",ExpressionUUID->"9a451dc3-f5b8-4936-9b75-9e76592ae9c5", CellID->1980289491], -Cell[26877, 681, 481, 10, 70, "GuideText",ExpressionUUID->"a7b82b2a-6e48-4e46-81a7-63901194fb2a", +Cell[26925, 684, 456, 9, 70, "GuideText",ExpressionUUID->"a7b82b2a-6e48-4e46-81a7-63901194fb2a", CellID->1108108732], -Cell[27361, 693, 441, 9, 70, "GuideText",ExpressionUUID->"9b4bc56b-42e1-4498-8270-8c226f4e4ced", +Cell[27384, 695, 441, 9, 70, "GuideText",ExpressionUUID->"9b4bc56b-42e1-4498-8270-8c226f4e4ced", CellID->1347947809], -Cell[27805, 704, 573, 13, 70, "GuideText",ExpressionUUID->"423d57b8-b82b-49f7-9dc3-d3a188cae706", +Cell[27828, 706, 573, 13, 70, "GuideText",ExpressionUUID->"423d57b8-b82b-49f7-9dc3-d3a188cae706", CellID->714315117], -Cell[28381, 719, 371, 8, 70, "GuideText",ExpressionUUID->"8744c9f2-a7a1-464a-9174-8f9f8ca328bc", +Cell[28404, 721, 371, 8, 70, "GuideText",ExpressionUUID->"8744c9f2-a7a1-464a-9174-8f9f8ca328bc", CellID->2094536612], -Cell[28755, 729, 364, 8, 70, "GuideText",ExpressionUUID->"48bdd42b-dd44-46f8-8683-6223909b6416", +Cell[28778, 731, 364, 8, 70, "GuideText",ExpressionUUID->"48bdd42b-dd44-46f8-8683-6223909b6416", CellID->441142506], -Cell[29122, 739, 320, 7, 70, "GuideText",ExpressionUUID->"68c750d4-999b-479c-8cc3-74d24c71a074", +Cell[29145, 741, 320, 7, 70, "GuideText",ExpressionUUID->"68c750d4-999b-479c-8cc3-74d24c71a074", CellID->1974688058], -Cell[29445, 748, 412, 9, 70, "GuideText",ExpressionUUID->"efbe35f6-46a9-4731-8cc1-dcacdb6c6710", +Cell[29468, 750, 412, 9, 70, "GuideText",ExpressionUUID->"efbe35f6-46a9-4731-8cc1-dcacdb6c6710", CellID->831365886], -Cell[29860, 759, 491, 10, 70, "GuideText",ExpressionUUID->"73268a7d-73f3-4117-a19b-2048e0a25710", +Cell[29883, 761, 491, 10, 70, "GuideText",ExpressionUUID->"73268a7d-73f3-4117-a19b-2048e0a25710", CellID->1903951657], -Cell[30354, 771, 330, 7, 70, "GuideText",ExpressionUUID->"ec51f280-46e4-494b-9781-b6a72419ab17", +Cell[30377, 773, 330, 7, 70, "GuideText",ExpressionUUID->"ec51f280-46e4-494b-9781-b6a72419ab17", CellID->652531560], -Cell[30687, 780, 320, 7, 70, "GuideText",ExpressionUUID->"83c3182c-5f33-404c-b18b-f28a8381893b", +Cell[30710, 782, 320, 7, 70, "GuideText",ExpressionUUID->"83c3182c-5f33-404c-b18b-f28a8381893b", CellID->1221942153], -Cell[31010, 789, 356, 8, 70, "GuideText",ExpressionUUID->"1e5c7ec5-8f1f-4562-9296-7284c1d564eb", +Cell[31033, 791, 356, 8, 70, "GuideText",ExpressionUUID->"1e5c7ec5-8f1f-4562-9296-7284c1d564eb", CellID->1033560321], -Cell[31369, 799, 385, 8, 70, "GuideText",ExpressionUUID->"6fa83398-6a86-40fe-8ec2-ebda43f3df69", +Cell[31392, 801, 385, 8, 70, "GuideText",ExpressionUUID->"6fa83398-6a86-40fe-8ec2-ebda43f3df69", CellID->1729057811], -Cell[31757, 809, 499, 10, 70, "GuideText",ExpressionUUID->"ab91863c-1264-4590-84ea-5aec13c04cf0", +Cell[31780, 811, 499, 10, 70, "GuideText",ExpressionUUID->"ab91863c-1264-4590-84ea-5aec13c04cf0", CellID->1695423101], -Cell[32259, 821, 359, 8, 70, "GuideText",ExpressionUUID->"b9f727eb-ec68-48c1-a331-dc18f7a88026", +Cell[32282, 823, 359, 8, 70, "GuideText",ExpressionUUID->"b9f727eb-ec68-48c1-a331-dc18f7a88026", CellID->675166988], -Cell[32621, 831, 354, 8, 70, "GuideText",ExpressionUUID->"073afba3-861f-4707-9c64-22945148dc14", +Cell[32644, 833, 354, 8, 70, "GuideText",ExpressionUUID->"073afba3-861f-4707-9c64-22945148dc14", CellID->123093691], -Cell[32978, 841, 445, 9, 70, "GuideText",ExpressionUUID->"b635cbd7-4d33-4862-995b-c670c5b896ae", +Cell[33001, 843, 445, 9, 70, "GuideText",ExpressionUUID->"b635cbd7-4d33-4862-995b-c670c5b896ae", CellID->1346515173], -Cell[33426, 852, 383, 8, 70, "GuideText",ExpressionUUID->"e68fc8a1-0014-4936-900a-1de8990f96d5", +Cell[33449, 854, 383, 8, 70, "GuideText",ExpressionUUID->"e68fc8a1-0014-4936-900a-1de8990f96d5", CellID->1513597639], -Cell[33812, 862, 601, 13, 70, "GuideText",ExpressionUUID->"3bd5e600-9a9c-4e30-919c-2697e34c7b6c", +Cell[33835, 864, 601, 13, 70, "GuideText",ExpressionUUID->"3bd5e600-9a9c-4e30-919c-2697e34c7b6c", CellID->1692092705], -Cell[34416, 877, 402, 8, 70, "GuideText",ExpressionUUID->"63a340ec-c48f-4ea7-8af2-1b2fde2c9bae", +Cell[34439, 879, 402, 8, 70, "GuideText",ExpressionUUID->"63a340ec-c48f-4ea7-8af2-1b2fde2c9bae", CellID->326358304], -Cell[34821, 887, 532, 12, 70, "GuideText",ExpressionUUID->"30b5d069-d58a-4d4d-b4eb-011212d7f3b8", +Cell[34844, 889, 532, 12, 70, "GuideText",ExpressionUUID->"30b5d069-d58a-4d4d-b4eb-011212d7f3b8", CellID->1795017564] }, Open ]], -Cell[35368, 902, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"5d026b18-7d39-4603-a923-442f2a064a44"], -Cell[36121, 924, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"d292c342-ddf1-47d1-8d6f-c3e93ec0e2f9"], -Cell[37929, 971, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"1425a352-7d46-4a0f-b26e-b17111e10ec3"], -Cell[38844, 999, 78, 0, 70, "FooterCell",ExpressionUUID->"1530e5fb-a6cc-4e49-8153-28fad8e99a2c"] +Cell[35391, 904, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"b23311ea-46a9-4309-a7bf-7a88647d6e22"], +Cell[36144, 926, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"563bce17-2ccd-40c1-bd98-4ea5cc04c6ce"], +Cell[37952, 973, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"7784c112-dbef-40ae-a25a-2b1b5787fb07"], +Cell[38867, 1001, 78, 0, 70, "FooterCell",ExpressionUUID->"4fcb3568-47be-423c-bf08-b0969a01e858"] } ] *) diff --git a/Documentation/English/Guides/MATtug.nb b/Documentation/English/Guides/MATtug.nb index 39dc19c..133576e 100644 --- a/Documentation/English/Guides/MATtug.nb +++ b/Documentation/English/Guides/MATtug.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 296153, 8195] -NotebookOptionsPosition[ 236344, 6841] -NotebookOutlinePosition[ 237829, 6879] -CellTagsIndexPosition[ 237786, 6876] +NotebookDataLength[ 296254, 8200] +NotebookOptionsPosition[ 236423, 6846] +NotebookOutlinePosition[ 237929, 6884] +CellTagsIndexPosition[ 237886, 6881] WindowTitle->MATtug WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1b18fb7e-8e9a-4f9a-8547-e5b58c2ce699"], + "2b8e33ae-74d1-4bae-84d8-6cef41802703"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "38dbb2e4-37f2-4b67-ab8e-7468112fba9a"], + "2ee8dccb-cad8-4f82-95fc-25336fa69bdc"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ba1641e-afea-4390-9554-f2314c8c84a8"] - }],ExpressionUUID->"7c3d526f-dac5-48b3-bda4-cf4bc70100ff"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6c06092e-2c36-4c09-bef2-187ae55ff7eb"] + }],ExpressionUUID->"134064ba-ac15-46fa-ab8c-dc7384f1cea2"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a52ed99e-54cc-4d2f-8ca1-8d7eb98e222e"], + "5ff237c7-7e03-4ead-9d85-bf0e3ff167f4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "38c98676-2709-468c-ad3f-83b335202786"] - }],ExpressionUUID->"588063c5-2e18-4990-b1d4-938738f9fca9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "17be91d4-3943-4378-8af4-22131808d7e0"] + }],ExpressionUUID->"f7bd42bd-6e1f-4c1f-9160-906a84a3b1c1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "57a69512-0ec8-4403-8239-7a3d2deac491"], + "720aca8c-29c4-467b-8564-ec669359d527"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,50 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "964526b4-28eb-490e-8053-ea719dc48ddb"] - }],ExpressionUUID->"662cd610-1ca6-428c-ae24-aebc1eb6ccad"], - StripOnInput->False], {"\<\"TUG/Guides/MATtug\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/MATtug"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/MATtug.\ + "d278dc2a-42d2-469f-8587-eef79bb6d5fe"] + }],ExpressionUUID->"a85a89b4-8da8-42fa-af61-fc5c675fd1b2"], + StripOnInput->False],{ + "\"TUG/Guides/MATtug\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/MATtug"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/MATtug.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$13914], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/MATtug" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$13718], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/MATtug" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e2b5293-db54-4f9c-9604-7025eab3b8f3"] + "cb5b9fdb-8b5b-4e94-ad57-b950146d36c2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "fd72b3a0-b85d-4f72-98b9-366a080f412a"]} + "d2541888-d278-4c3e-9f49-41253a37ff52"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d7c53e28-b76a-4097-aae1-8c7fa1e768d8"], + CellID->1,ExpressionUUID->"ffd6245c-721b-4673-956d-b3cc40496252"], Cell[CellGroupData[{ @@ -163,7 +166,7 @@ Cell["MATtug", "GuideTitle", Cell["A Basic Example for an 11-Person Game", "GuideAbstract", CellID->2001916300,ExpressionUUID->"8aeef2d9-0461-49cb-b8bc-713fca86cdf4"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"172f9f73-fb57-4b06-a798-ffd3ee569468"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"0fb68007-8a6f-4f23-9436-f13ec9473440"] }, Open ]], Cell[CellGroupData[{ @@ -482,6 +485,7 @@ Mathematica into Matlab.\"\>", "InformationUsageText", DynamicBox[FEPrivate`FrontEndResource[ "FEBitmaps", "DownPointerOpener"], ImageSizeCache->{10., {3., 7.}}], True-> + DynamicBox[FEPrivate`FrontEndResource[ "FEBitmaps", "DownPointerOpenerHot"], ImageSizeCache->{10., {3., 7.}}]}, Dynamic[ @@ -713,6 +717,7 @@ Cell[BoxData[ StyleBox["Mgurobiprn", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Mgurobiprn", "Global`"}, False}, @@ -1079,6 +1084,7 @@ Cell[BoxData[ StyleBox["Molsprk", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Molsprk", "Global`"}, False}, @@ -1303,7 +1309,6 @@ Cell[BoxData[ StyleBox["Massignmentg", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Massignmentg", "Global`"}, False}, @@ -1496,6 +1501,7 @@ Cell[BoxData[ StyleBox["Msubdual", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Msubdual", "Global`"}, False}, @@ -1842,7 +1848,6 @@ Cell[BoxData[ StyleBox["Mpureoh", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Mpureoh", "Global`"}, False}, @@ -1863,6 +1868,7 @@ Cell[BoxData[ StyleBox["Mcddacrv", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Mcddacrv", "Global`"}, False}, @@ -2055,7 +2061,6 @@ Cell[BoxData[ StyleBox["Mwowv", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Mwowv", "Global`"}, False}, @@ -2229,6 +2234,7 @@ Cell[BoxData[ StyleBox["MgToMama", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "MgToMama", "Global`"}, False}, @@ -2269,7 +2275,6 @@ Cell[BoxData[ StyleBox["Mcddprk", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ "Info-31db9ea4-b6c1-4597-bfb8-deb6233bca16", { "Mcddprk", "Global`"}, False}, @@ -6759,8 +6764,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "5f37aad1-c1f2-48c8-a08f-19ba6dd902b9"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"b607fda2-9730-4184-84f1-\ -bd73a7ca0f5e"], + }]], "GuideTutorialsSection",ExpressionUUID->"8b65b7c9-4402-4ada-8bb0-\ +2dba8d47231f"], Cell[BoxData[GridBox[{ { @@ -6806,8 +6811,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "979b2236-b327-46b8-889a-b36186fca069"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"8a4c6ca8-d2b1-4034-8a55-\ -40e6670152ca"], + }]], "GuideMoreAboutSection",ExpressionUUID->"fae62a39-2e84-40fe-b52c-\ +95f58e95faf8"], Cell[BoxData[GridBox[{ { @@ -6834,14 +6839,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "7c45fc44-1dab-4cf3-a86c-aaf56db88fa2"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"95f52932-cee6-48f6-9af2-\ -9d359b907876"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"7e5a55ac-a4c4-426e-8fd5-\ +40ade67e5daf"], -Cell[" ", "FooterCell",ExpressionUUID->"744bbeb7-926e-4a54-a094-210534e22d1d"] +Cell[" ", "FooterCell",ExpressionUUID->"c5f78d78-4efb-44f2-9198-a9af15c61a58"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MATtug", TaggingRules->{ @@ -6852,20 +6857,20 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 56, 20.509876}", + "built" -> "{2024, 6, 3, 16, 49, 27.178857}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "A Basic Example for an 11-Person Game", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$13870, "title" -> - "MATtug", "titlemodifier" -> "", "windowtitle" -> "MATtug", "type" -> - "Guide", "uri" -> "TUG/Guides/MATtug"}}, + DocumentationBuild`Make`Private`tabletaggingrules$13674, "title" -> + "MATtug", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "MATtug", "type" -> "Guide", "uri" -> "TUG/Guides/MATtug"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"adf4bb5f-662b-4f96-b900-1cc054361220" +ExpressionUUID->"1a1e99b4-eb02-4f02-b569-1c7698c91856" ] (* End of Notebook Content *) @@ -6878,1325 +6883,1325 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 5653, 134, 70, "AnchorBarGrid",ExpressionUUID->"d7c53e28-b76a-4097-aae1-8c7fa1e768d8", +Cell[578, 21, 5699, 137, 70, "AnchorBarGrid",ExpressionUUID->"ffd6245c-721b-4673-956d-b3cc40496252", CellID->1], Cell[CellGroupData[{ -Cell[6256, 159, 103, 1, 70, "GuideTitle",ExpressionUUID->"eda5a473-079f-4632-865b-194ff08c1b4a", +Cell[6302, 162, 103, 1, 70, "GuideTitle",ExpressionUUID->"eda5a473-079f-4632-865b-194ff08c1b4a", CellID->942062912], -Cell[6362, 162, 138, 1, 70, "GuideAbstract",ExpressionUUID->"8aeef2d9-0461-49cb-b8bc-713fca86cdf4", +Cell[6408, 165, 138, 1, 70, "GuideAbstract",ExpressionUUID->"8aeef2d9-0461-49cb-b8bc-713fca86cdf4", CellID->2001916300], -Cell[6503, 165, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"172f9f73-fb57-4b06-a798-ffd3ee569468"] +Cell[6549, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"0fb68007-8a6f-4f23-9436-f13ec9473440"] }, Open ]], Cell[CellGroupData[{ -Cell[6633, 170, 107, 1, 70, "Section",ExpressionUUID->"824624cf-33c5-46e9-a1e3-066099073e1d", +Cell[6679, 173, 107, 1, 70, "Section",ExpressionUUID->"824624cf-33c5-46e9-a1e3-066099073e1d", CellID->1062949457], -Cell[6743, 173, 206, 4, 70, "Text",ExpressionUUID->"cf280486-c655-4f27-bbca-d2c75d034903", +Cell[6789, 176, 206, 4, 70, "Text",ExpressionUUID->"cf280486-c655-4f27-bbca-d2c75d034903", CellID->1399419936] }, Open ]], Cell[CellGroupData[{ -Cell[6986, 182, 110, 1, 70, "Section",ExpressionUUID->"0737f9db-7e13-45a6-8ef5-29344c8c836f", +Cell[7032, 185, 110, 1, 70, "Section",ExpressionUUID->"0737f9db-7e13-45a6-8ef5-29344c8c836f", CellID->1064430322], Cell[CellGroupData[{ -Cell[7121, 187, 168, 3, 70, "Input",ExpressionUUID->"5283121a-9509-42c4-8ed5-f6f85185178c", +Cell[7167, 190, 168, 3, 70, "Input",ExpressionUUID->"5283121a-9509-42c4-8ed5-f6f85185178c", CellID->1322269219], Cell[CellGroupData[{ -Cell[7314, 194, 206, 3, 70, "Print",ExpressionUUID->"15e959de-e689-40f3-9a28-38ddc80f2153", +Cell[7360, 197, 206, 3, 70, "Print",ExpressionUUID->"15e959de-e689-40f3-9a28-38ddc80f2153", CellID->206782809], -Cell[7523, 199, 336, 7, 70, "Print",ExpressionUUID->"0784d464-0479-4ada-a6a3-f287a565cfac", +Cell[7569, 202, 336, 7, 70, "Print",ExpressionUUID->"0784d464-0479-4ada-a6a3-f287a565cfac", CellID->1932240623], -Cell[7862, 208, 206, 3, 70, "Print",ExpressionUUID->"86e98078-a651-4f5b-a452-e6a7050ab081", +Cell[7908, 211, 206, 3, 70, "Print",ExpressionUUID->"86e98078-a651-4f5b-a452-e6a7050ab081", CellID->720579004], -Cell[8071, 213, 191, 2, 70, "Print",ExpressionUUID->"42790776-087e-49f8-acf7-2e99da9ca313", +Cell[8117, 216, 191, 2, 70, "Print",ExpressionUUID->"42790776-087e-49f8-acf7-2e99da9ca313", CellID->1642302737], -Cell[8265, 217, 178, 2, 70, "Print",ExpressionUUID->"c92d48fb-7293-4973-aa21-8db950ca3d08", +Cell[8311, 220, 178, 2, 70, "Print",ExpressionUUID->"c92d48fb-7293-4973-aa21-8db950ca3d08", CellID->1685716599], -Cell[8446, 221, 208, 3, 70, "Print",ExpressionUUID->"9a9f8e49-15d9-430b-a7ad-2613ffcc02ea", +Cell[8492, 224, 208, 3, 70, "Print",ExpressionUUID->"9a9f8e49-15d9-430b-a7ad-2613ffcc02ea", CellID->1654641355], -Cell[8657, 226, 190, 2, 70, "Print",ExpressionUUID->"27457a72-6dd6-4f93-85e4-17e96f3bce12", +Cell[8703, 229, 190, 2, 70, "Print",ExpressionUUID->"27457a72-6dd6-4f93-85e4-17e96f3bce12", CellID->738956762], -Cell[8850, 230, 207, 3, 70, "Print",ExpressionUUID->"ce0dae92-946d-467f-95f3-fba1bf58fd92", +Cell[8896, 233, 207, 3, 70, "Print",ExpressionUUID->"ce0dae92-946d-467f-95f3-fba1bf58fd92", CellID->1103163140], -Cell[9060, 235, 206, 3, 70, "Print",ExpressionUUID->"c82ae9d5-e3f0-4687-bb3d-9d0823242a2d", +Cell[9106, 238, 206, 3, 70, "Print",ExpressionUUID->"c82ae9d5-e3f0-4687-bb3d-9d0823242a2d", CellID->413869153], -Cell[9269, 240, 178, 2, 70, "Print",ExpressionUUID->"5ccb55e7-7a5d-4e24-98b6-255e299927ae", +Cell[9315, 243, 178, 2, 70, "Print",ExpressionUUID->"5ccb55e7-7a5d-4e24-98b6-255e299927ae", CellID->1475879193], -Cell[9450, 244, 207, 3, 70, "Print",ExpressionUUID->"d069671a-9a02-452b-9000-de98dd1b096d", +Cell[9496, 247, 207, 3, 70, "Print",ExpressionUUID->"d069671a-9a02-452b-9000-de98dd1b096d", CellID->1024279931] }, Open ]] }, Open ]], -Cell[9684, 251, 184, 4, 70, "Text",ExpressionUUID->"3b30d065-4a16-4b99-81b8-22eb96dbc37f", +Cell[9730, 254, 184, 4, 70, "Text",ExpressionUUID->"3b30d065-4a16-4b99-81b8-22eb96dbc37f", CellID->196706827], -Cell[9871, 257, 174, 3, 70, "Input",ExpressionUUID->"7f91575b-5e4b-44f7-a7a3-62fd0f4fa310", +Cell[9917, 260, 174, 3, 70, "Input",ExpressionUUID->"7f91575b-5e4b-44f7-a7a3-62fd0f4fa310", CellID->568121636], -Cell[10048, 262, 424, 7, 70, "Text",ExpressionUUID->"84ea54c3-e4ab-45c7-9c0b-62b4aadc0095", +Cell[10094, 265, 424, 7, 70, "Text",ExpressionUUID->"84ea54c3-e4ab-45c7-9c0b-62b4aadc0095", CellID->408666301], Cell[CellGroupData[{ -Cell[10497, 273, 151, 3, 70, "Input",ExpressionUUID->"b2fb7a32-e23c-4fa7-9c95-5a18d342d69e", +Cell[10543, 276, 151, 3, 70, "Input",ExpressionUUID->"b2fb7a32-e23c-4fa7-9c95-5a18d342d69e", CellID->2099773437], -Cell[10651, 278, 10758, 267, 70, "Output",ExpressionUUID->"09b7dd3b-d47e-4317-a958-3c8ee39cf84f", +Cell[10697, 281, 10773, 268, 70, "Output",ExpressionUUID->"09b7dd3b-d47e-4317-a958-3c8ee39cf84f", CellID->687185212] }, Open ]], Cell[CellGroupData[{ -Cell[21446, 550, 151, 3, 70, "Input",ExpressionUUID->"9236ca07-a1aa-47d5-9c32-35e5be2cd5a8", +Cell[21507, 554, 151, 3, 70, "Input",ExpressionUUID->"9236ca07-a1aa-47d5-9c32-35e5be2cd5a8", CellID->2088943254], -Cell[21600, 555, 77737, 1878, 70, "Output",ExpressionUUID->"079c111b-f370-4b2f-aecb-51f55064fe8d", +Cell[21661, 559, 77755, 1879, 70, "Output",ExpressionUUID->"079c111b-f370-4b2f-aecb-51f55064fe8d", CellID->1687372961] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[99386, 2439, 123, 1, 70, "Section",ExpressionUUID->"ae7bd39f-6aab-474c-b3f0-14d83ef69bca", +Cell[99465, 2444, 123, 1, 70, "Section",ExpressionUUID->"ae7bd39f-6aab-474c-b3f0-14d83ef69bca", CellID->1860502782], -Cell[99512, 2442, 183, 4, 70, "Input",ExpressionUUID->"dc9d3a0e-d4ae-4162-b23c-06d627d310c4", +Cell[99591, 2447, 183, 4, 70, "Input",ExpressionUUID->"dc9d3a0e-d4ae-4162-b23c-06d627d310c4", CellID->1742743795], -Cell[99698, 2448, 236, 6, 70, "Input",ExpressionUUID->"f9d00ad2-a110-4a08-b688-d77d986abdce", +Cell[99777, 2453, 236, 6, 70, "Input",ExpressionUUID->"f9d00ad2-a110-4a08-b688-d77d986abdce", CellID->1771761336], -Cell[99937, 2456, 199, 5, 70, "Input",ExpressionUUID->"5b9982f4-de0e-43bd-afb1-216717804122", +Cell[100016, 2461, 199, 5, 70, "Input",ExpressionUUID->"5b9982f4-de0e-43bd-afb1-216717804122", CellID->182805044], -Cell[100139, 2463, 230, 6, 70, "Input",ExpressionUUID->"a5f5c732-3de6-498d-aeda-ace389694b8a", +Cell[100218, 2468, 230, 6, 70, "Input",ExpressionUUID->"a5f5c732-3de6-498d-aeda-ace389694b8a", CellID->273584653], -Cell[100372, 2471, 242, 6, 70, "Input",ExpressionUUID->"44e9ed80-2cd5-45ab-bf5d-baf5a24c5caa", +Cell[100451, 2476, 242, 6, 70, "Input",ExpressionUUID->"44e9ed80-2cd5-45ab-bf5d-baf5a24c5caa", CellID->602659315], -Cell[100617, 2479, 287, 8, 70, "Input",ExpressionUUID->"3a1a36cf-0d11-4d72-aa7c-43fcd378cd1e", +Cell[100696, 2484, 287, 8, 70, "Input",ExpressionUUID->"3a1a36cf-0d11-4d72-aa7c-43fcd378cd1e", CellID->885356205], Cell[CellGroupData[{ -Cell[100929, 2491, 162, 3, 70, "Input",ExpressionUUID->"cc2993d4-8bba-4693-8489-154ccf0cba3e", +Cell[101008, 2496, 162, 3, 70, "Input",ExpressionUUID->"cc2993d4-8bba-4693-8489-154ccf0cba3e", CellID->1782868965], -Cell[101094, 2496, 131, 2, 70, "Output",ExpressionUUID->"7dd59459-5bb4-4005-92c4-3527b002a8ba", +Cell[101173, 2501, 131, 2, 70, "Output",ExpressionUUID->"7dd59459-5bb4-4005-92c4-3527b002a8ba", CellID->1640745094] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[101274, 2504, 131, 1, 70, "Section",ExpressionUUID->"d96efcc2-cd24-4af1-9bc5-7d3bcaa96499", +Cell[101353, 2509, 131, 1, 70, "Section",ExpressionUUID->"d96efcc2-cd24-4af1-9bc5-7d3bcaa96499", CellID->412145733], Cell[CellGroupData[{ -Cell[101430, 2509, 232, 5, 70, "Input",ExpressionUUID->"fa8c08eb-8865-41a4-b73b-8d0c5925f457", +Cell[101509, 2514, 232, 5, 70, "Input",ExpressionUUID->"fa8c08eb-8865-41a4-b73b-8d0c5925f457", CellID->931308927], -Cell[101665, 2516, 185, 4, 70, "Output",ExpressionUUID->"ffa6fd03-da7e-48c1-9a07-36eb91554c56", +Cell[101744, 2521, 185, 4, 70, "Output",ExpressionUUID->"ffa6fd03-da7e-48c1-9a07-36eb91554c56", CellID->1004920530] }, Open ]], Cell[CellGroupData[{ -Cell[101887, 2525, 234, 5, 70, "Input",ExpressionUUID->"6306a2ad-ea63-4771-9b32-f05e350e86c0", +Cell[101966, 2530, 234, 5, 70, "Input",ExpressionUUID->"6306a2ad-ea63-4771-9b32-f05e350e86c0", CellID->239052820], -Cell[102124, 2532, 184, 4, 70, "Output",ExpressionUUID->"2340b6db-ba66-4a52-a2d3-b9613a7fdadb", +Cell[102203, 2537, 184, 4, 70, "Output",ExpressionUUID->"2340b6db-ba66-4a52-a2d3-b9613a7fdadb", CellID->890668119] }, Open ]], Cell[CellGroupData[{ -Cell[102345, 2541, 231, 5, 70, "Input",ExpressionUUID->"23c13e95-40eb-4cea-9968-0e7f54cdc023", +Cell[102424, 2546, 231, 5, 70, "Input",ExpressionUUID->"23c13e95-40eb-4cea-9968-0e7f54cdc023", CellID->1039376097], -Cell[102579, 2548, 184, 4, 70, "Output",ExpressionUUID->"30d691e7-b7d5-4f8e-86a8-30aa74f8e176", +Cell[102658, 2553, 184, 4, 70, "Output",ExpressionUUID->"30d691e7-b7d5-4f8e-86a8-30aa74f8e176", CellID->934199103] }, Open ]], Cell[CellGroupData[{ -Cell[102800, 2557, 239, 5, 70, "Input",ExpressionUUID->"d17e86b5-c4bb-4372-855c-1c105c641a05", +Cell[102879, 2562, 239, 5, 70, "Input",ExpressionUUID->"d17e86b5-c4bb-4372-855c-1c105c641a05", CellID->2069612841], -Cell[103042, 2564, 184, 4, 70, "Output",ExpressionUUID->"6bedfc4b-66ba-41fb-9014-e21250ede347", +Cell[103121, 2569, 184, 4, 70, "Output",ExpressionUUID->"6bedfc4b-66ba-41fb-9014-e21250ede347", CellID->1696401585] }, Open ]], Cell[CellGroupData[{ -Cell[103263, 2573, 234, 5, 70, "Input",ExpressionUUID->"997a47c4-4b2b-4484-927e-ab30f8cd8c23", +Cell[103342, 2578, 234, 5, 70, "Input",ExpressionUUID->"997a47c4-4b2b-4484-927e-ab30f8cd8c23", CellID->1037286146], -Cell[103500, 2580, 183, 4, 70, "Output",ExpressionUUID->"bbdd8e0e-4a30-426c-921e-953aafbaf527", +Cell[103579, 2585, 183, 4, 70, "Output",ExpressionUUID->"bbdd8e0e-4a30-426c-921e-953aafbaf527", CellID->114635405] }, Open ]], Cell[CellGroupData[{ -Cell[103720, 2589, 290, 7, 70, "Input",ExpressionUUID->"9574a222-4d24-4635-a860-f8a603be5d7e", +Cell[103799, 2594, 290, 7, 70, "Input",ExpressionUUID->"9574a222-4d24-4635-a860-f8a603be5d7e", CellID->368402659], -Cell[104013, 2598, 184, 4, 70, "Output",ExpressionUUID->"6559d6e1-6298-4a6f-900b-e78e703ed37c", +Cell[104092, 2603, 184, 4, 70, "Output",ExpressionUUID->"6559d6e1-6298-4a6f-900b-e78e703ed37c", CellID->1510205220] }, Open ]], Cell[CellGroupData[{ -Cell[104234, 2607, 296, 7, 70, "Input",ExpressionUUID->"0f8b045b-993c-41a4-bfb9-708107d234b5", +Cell[104313, 2612, 296, 7, 70, "Input",ExpressionUUID->"0f8b045b-993c-41a4-bfb9-708107d234b5", CellID->826205426], -Cell[104533, 2616, 183, 4, 70, "Output",ExpressionUUID->"095e9b9a-5c3e-44c7-a045-cd522cb9d5d0", +Cell[104612, 2621, 183, 4, 70, "Output",ExpressionUUID->"095e9b9a-5c3e-44c7-a045-cd522cb9d5d0", CellID->971381871] }, Open ]], Cell[CellGroupData[{ -Cell[104753, 2625, 288, 7, 70, "Input",ExpressionUUID->"5fcd2dbe-0e63-41cf-bfef-1573cfd50c44", +Cell[104832, 2630, 288, 7, 70, "Input",ExpressionUUID->"5fcd2dbe-0e63-41cf-bfef-1573cfd50c44", CellID->178094108], -Cell[105044, 2634, 184, 4, 70, "Output",ExpressionUUID->"d3ebf89f-d9ed-42e4-aa24-7ff1432c29a2", +Cell[105123, 2639, 184, 4, 70, "Output",ExpressionUUID->"d3ebf89f-d9ed-42e4-aa24-7ff1432c29a2", CellID->1606708421] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[105277, 2644, 135, 1, 70, "Section",ExpressionUUID->"20c83138-70e1-48a8-9cf4-5f2dbf2ce9af", +Cell[105356, 2649, 135, 1, 70, "Section",ExpressionUUID->"20c83138-70e1-48a8-9cf4-5f2dbf2ce9af", CellID->1155932945], -Cell[105415, 2647, 213, 5, 70, "Input",ExpressionUUID->"3bdf18cd-6627-4acd-b57a-54504cc0e509", +Cell[105494, 2652, 213, 5, 70, "Input",ExpressionUUID->"3bdf18cd-6627-4acd-b57a-54504cc0e509", CellID->930152518], Cell[CellGroupData[{ -Cell[105653, 2656, 194, 4, 70, "Input",ExpressionUUID->"aa82a2e6-8d6d-4a36-902e-d119371d29c0", +Cell[105732, 2661, 194, 4, 70, "Input",ExpressionUUID->"aa82a2e6-8d6d-4a36-902e-d119371d29c0", CellID->1587887809], -Cell[105850, 2662, 169, 3, 70, "Output",ExpressionUUID->"383d592e-fa89-4050-9b86-618e1f91b597", +Cell[105929, 2667, 169, 3, 70, "Output",ExpressionUUID->"383d592e-fa89-4050-9b86-618e1f91b597", CellID->1365595440] }, Open ]], Cell[CellGroupData[{ -Cell[106056, 2670, 183, 3, 70, "Input",ExpressionUUID->"5ddf253d-c785-4688-83c9-cdc325166e93", +Cell[106135, 2675, 183, 3, 70, "Input",ExpressionUUID->"5ddf253d-c785-4688-83c9-cdc325166e93", CellID->128595023], -Cell[106242, 2675, 172, 2, 70, "Output",ExpressionUUID->"b599bfaf-bb57-4d46-84b2-d84c02be3c69", +Cell[106321, 2680, 172, 2, 70, "Output",ExpressionUUID->"b599bfaf-bb57-4d46-84b2-d84c02be3c69", CellID->1300906944] }, Open ]], Cell[CellGroupData[{ -Cell[106451, 2682, 192, 4, 70, "Input",ExpressionUUID->"34234cea-31fb-48b9-8923-13e82c581b29", +Cell[106530, 2687, 192, 4, 70, "Input",ExpressionUUID->"34234cea-31fb-48b9-8923-13e82c581b29", CellID->960855587], -Cell[106646, 2688, 149, 2, 70, "Output",ExpressionUUID->"cbc5ea64-afc7-4367-bfb2-7de8d047c3f6", +Cell[106725, 2693, 149, 2, 70, "Output",ExpressionUUID->"cbc5ea64-afc7-4367-bfb2-7de8d047c3f6", CellID->1900356359] }, Open ]], Cell[CellGroupData[{ -Cell[106832, 2695, 183, 3, 70, "Input",ExpressionUUID->"f710c0f3-c06b-427c-a1da-d9e73c8c6b05", +Cell[106911, 2700, 183, 3, 70, "Input",ExpressionUUID->"f710c0f3-c06b-427c-a1da-d9e73c8c6b05", CellID->1483711988], -Cell[107018, 2700, 267, 4, 70, "Output",ExpressionUUID->"6e6258b4-4485-44f9-8284-eda715fce64a", +Cell[107097, 2705, 267, 4, 70, "Output",ExpressionUUID->"6e6258b4-4485-44f9-8284-eda715fce64a", CellID->1234440241] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[107334, 2710, 143, 1, 70, "Section",ExpressionUUID->"75a23bb7-9953-4bbf-975c-80986094a9b8", +Cell[107413, 2715, 143, 1, 70, "Section",ExpressionUUID->"75a23bb7-9953-4bbf-975c-80986094a9b8", CellID->355532027], Cell[CellGroupData[{ -Cell[107502, 2715, 118, 1, 70, "Subsubsection",ExpressionUUID->"ad07fd75-f650-4054-8fea-260e5c05f08d", +Cell[107581, 2720, 118, 1, 70, "Subsubsection",ExpressionUUID->"ad07fd75-f650-4054-8fea-260e5c05f08d", CellID->221584545], Cell[CellGroupData[{ -Cell[107645, 2720, 271, 7, 70, "Input",ExpressionUUID->"c9561d71-0c7f-4b5d-8e8e-846956591c5b", +Cell[107724, 2725, 271, 7, 70, "Input",ExpressionUUID->"c9561d71-0c7f-4b5d-8e8e-846956591c5b", CellID->869825558], -Cell[107919, 2729, 185, 4, 70, "Output",ExpressionUUID->"cacb75a0-64d9-4f68-ba54-e15dff19a5fa", +Cell[107998, 2734, 185, 4, 70, "Output",ExpressionUUID->"cacb75a0-64d9-4f68-ba54-e15dff19a5fa", CellID->1996277121] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[108153, 2739, 128, 1, 70, "Subsubsection",ExpressionUUID->"49ea4273-8f8d-4eaa-bc4d-fef1b1d4acf5", +Cell[108232, 2744, 128, 1, 70, "Subsubsection",ExpressionUUID->"49ea4273-8f8d-4eaa-bc4d-fef1b1d4acf5", CellID->633730278], Cell[CellGroupData[{ -Cell[108306, 2744, 274, 7, 70, "Input",ExpressionUUID->"140231e0-0368-4e44-9f80-8907cd242eca", +Cell[108385, 2749, 274, 7, 70, "Input",ExpressionUUID->"140231e0-0368-4e44-9f80-8907cd242eca", CellID->1801134486], -Cell[108583, 2753, 184, 4, 70, "Output",ExpressionUUID->"78e3e6a1-3e2a-4790-af71-2206cc149a24", +Cell[108662, 2758, 184, 4, 70, "Output",ExpressionUUID->"78e3e6a1-3e2a-4790-af71-2206cc149a24", CellID->853714003] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[108816, 2763, 125, 1, 70, "Subsubsection",ExpressionUUID->"1db42ae0-bc6e-4ffb-a007-32d425f5e625", +Cell[108895, 2768, 125, 1, 70, "Subsubsection",ExpressionUUID->"1db42ae0-bc6e-4ffb-a007-32d425f5e625", CellID->872783098], Cell[CellGroupData[{ -Cell[108966, 2768, 273, 7, 70, "Input",ExpressionUUID->"0bc35eee-fdb6-40eb-ae3c-2a97f8e0bb09", +Cell[109045, 2773, 273, 7, 70, "Input",ExpressionUUID->"0bc35eee-fdb6-40eb-ae3c-2a97f8e0bb09", CellID->544318957], -Cell[109242, 2777, 184, 4, 70, "Output",ExpressionUUID->"7df751f6-1131-4c40-9687-51248f06129c", +Cell[109321, 2782, 184, 4, 70, "Output",ExpressionUUID->"7df751f6-1131-4c40-9687-51248f06129c", CellID->1893090100] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[109475, 2787, 137, 1, 70, "Subsubsection",ExpressionUUID->"ee4a0212-b589-4001-b443-31aa29e15ce5", +Cell[109554, 2792, 137, 1, 70, "Subsubsection",ExpressionUUID->"ee4a0212-b589-4001-b443-31aa29e15ce5", CellID->1806982201], -Cell[109615, 2790, 97, 1, 70, "Text",ExpressionUUID->"39adb1b0-fba8-4c46-a945-0c32ac555df7", +Cell[109694, 2795, 97, 1, 70, "Text",ExpressionUUID->"39adb1b0-fba8-4c46-a945-0c32ac555df7", CellID->466448150], Cell[CellGroupData[{ -Cell[109737, 2795, 275, 7, 70, "Input",ExpressionUUID->"a00007bf-5bec-49ad-8d28-125c5b58240b", +Cell[109816, 2800, 275, 7, 70, "Input",ExpressionUUID->"a00007bf-5bec-49ad-8d28-125c5b58240b", CellID->1442008037], -Cell[110015, 2804, 183, 4, 70, "Output",ExpressionUUID->"10a6b14a-ab1b-4e86-a1dd-52d8343d3b20", +Cell[110094, 2809, 183, 4, 70, "Output",ExpressionUUID->"10a6b14a-ab1b-4e86-a1dd-52d8343d3b20", CellID->696784700] }, Open ]], -Cell[110213, 2811, 107, 1, 70, "Text",ExpressionUUID->"2d99b44e-d550-45af-9326-9083b077f9cf", +Cell[110292, 2816, 107, 1, 70, "Text",ExpressionUUID->"2d99b44e-d550-45af-9326-9083b077f9cf", CellID->581083555], Cell[CellGroupData[{ -Cell[110345, 2816, 300, 8, 70, "Input",ExpressionUUID->"5eae1244-2c2c-48dc-a809-9ca8d3a3d2fd", +Cell[110424, 2821, 300, 8, 70, "Input",ExpressionUUID->"5eae1244-2c2c-48dc-a809-9ca8d3a3d2fd", CellID->1810410697], -Cell[110648, 2826, 182, 4, 70, "Output",ExpressionUUID->"9b786730-bdf6-4aa7-be9f-d3ee98e8cbf1", +Cell[110727, 2831, 182, 4, 70, "Output",ExpressionUUID->"9b786730-bdf6-4aa7-be9f-d3ee98e8cbf1", CellID->59506272] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[110879, 2836, 126, 1, 70, "Subsubsection",ExpressionUUID->"166246cd-eea5-4be5-ac0c-4ccc787ebfe7", +Cell[110958, 2841, 126, 1, 70, "Subsubsection",ExpressionUUID->"166246cd-eea5-4be5-ac0c-4ccc787ebfe7", CellID->1407288981], Cell[CellGroupData[{ -Cell[111030, 2841, 275, 7, 70, "Input",ExpressionUUID->"4c9d756e-02ba-460e-90b4-b491d3e2203b", +Cell[111109, 2846, 275, 7, 70, "Input",ExpressionUUID->"4c9d756e-02ba-460e-90b4-b491d3e2203b", CellID->634308920], -Cell[111308, 2850, 183, 4, 70, "Output",ExpressionUUID->"c33c56e0-fc5d-4581-9f83-cfaaf10da39d", +Cell[111387, 2855, 183, 4, 70, "Output",ExpressionUUID->"c33c56e0-fc5d-4581-9f83-cfaaf10da39d", CellID->237600381] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[111540, 2860, 130, 1, 70, "Subsubsection",ExpressionUUID->"2d89d5e0-bdfa-4041-a08c-71fc00066026", +Cell[111619, 2865, 130, 1, 70, "Subsubsection",ExpressionUUID->"2d89d5e0-bdfa-4041-a08c-71fc00066026", CellID->866513755], Cell[CellGroupData[{ -Cell[111695, 2865, 278, 7, 70, "Input",ExpressionUUID->"49a33a90-515c-4684-8b0d-68df72a95354", +Cell[111774, 2870, 278, 7, 70, "Input",ExpressionUUID->"49a33a90-515c-4684-8b0d-68df72a95354", CellID->1790241865], -Cell[111976, 2874, 184, 4, 70, "Output",ExpressionUUID->"fd6ec722-7382-44dc-a6d1-6e2227e2b1d0", +Cell[112055, 2879, 184, 4, 70, "Output",ExpressionUUID->"fd6ec722-7382-44dc-a6d1-6e2227e2b1d0", CellID->1167752899] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[112209, 2884, 121, 1, 70, "Subsubsection",ExpressionUUID->"693e9b6b-804a-4f61-9ee8-49b3bfe0c49e", +Cell[112288, 2889, 121, 1, 70, "Subsubsection",ExpressionUUID->"693e9b6b-804a-4f61-9ee8-49b3bfe0c49e", CellID->306917916], Cell[CellGroupData[{ -Cell[112355, 2889, 272, 7, 70, "Input",ExpressionUUID->"49a05752-517e-4924-8a7b-dc8857bd1641", +Cell[112434, 2894, 272, 7, 70, "Input",ExpressionUUID->"49a05752-517e-4924-8a7b-dc8857bd1641", CellID->1008353658], -Cell[112630, 2898, 184, 4, 70, "Output",ExpressionUUID->"53902850-fbd9-4c03-b7a5-37f1cc7c1ad7", +Cell[112709, 2903, 184, 4, 70, "Output",ExpressionUUID->"53902850-fbd9-4c03-b7a5-37f1cc7c1ad7", CellID->1296347923] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[112863, 2908, 129, 1, 70, "Subsubsection",ExpressionUUID->"c84107ee-39d0-4b1e-9d84-07311a5bc44b", +Cell[112942, 2913, 129, 1, 70, "Subsubsection",ExpressionUUID->"c84107ee-39d0-4b1e-9d84-07311a5bc44b", CellID->1607824860], Cell[CellGroupData[{ -Cell[113017, 2913, 272, 7, 70, "Input",ExpressionUUID->"dd85f5db-7ec2-4727-969a-adcdba34e3a5", +Cell[113096, 2918, 272, 7, 70, "Input",ExpressionUUID->"dd85f5db-7ec2-4727-969a-adcdba34e3a5", CellID->1969209245], -Cell[113292, 2922, 184, 4, 70, "Output",ExpressionUUID->"4fcbbf0a-5d1a-4458-af85-0c9db89ad68f", +Cell[113371, 2927, 184, 4, 70, "Output",ExpressionUUID->"4fcbbf0a-5d1a-4458-af85-0c9db89ad68f", CellID->1049220634] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[113537, 2933, 127, 1, 70, "Section",ExpressionUUID->"d13f5c15-8df0-47ee-af11-259114efebdf", +Cell[113616, 2938, 127, 1, 70, "Section",ExpressionUUID->"d13f5c15-8df0-47ee-af11-259114efebdf", CellID->944053200], Cell[CellGroupData[{ -Cell[113689, 2938, 292, 8, 70, "Input",ExpressionUUID->"7f98a2da-47ef-4a00-aa07-e15a44689def", +Cell[113768, 2943, 292, 8, 70, "Input",ExpressionUUID->"7f98a2da-47ef-4a00-aa07-e15a44689def", CellID->1056165838], -Cell[113984, 2948, 678, 17, 70, "Output",ExpressionUUID->"a709a5c5-6c8e-4d4e-903c-4342caebf67f", +Cell[114063, 2953, 678, 17, 70, "Output",ExpressionUUID->"a709a5c5-6c8e-4d4e-903c-4342caebf67f", CellID->1404752661] }, Open ]], Cell[CellGroupData[{ -Cell[114699, 2970, 151, 3, 70, "Input",ExpressionUUID->"b91a83e2-fce4-422f-8fb8-eedecbc7fada", +Cell[114778, 2975, 151, 3, 70, "Input",ExpressionUUID->"b91a83e2-fce4-422f-8fb8-eedecbc7fada", CellID->1165637746], -Cell[114853, 2975, 480, 10, 70, "Output",ExpressionUUID->"35e607b3-de3e-4001-aa64-4de84ed3438c", +Cell[114932, 2980, 480, 10, 70, "Output",ExpressionUUID->"35e607b3-de3e-4001-aa64-4de84ed3438c", CellID->1925991397] }, Open ]], Cell[CellGroupData[{ -Cell[115370, 2990, 293, 8, 70, "Input",ExpressionUUID->"e619b946-cd8f-44b4-a5ed-4142187c1eb1", +Cell[115449, 2995, 293, 8, 70, "Input",ExpressionUUID->"e619b946-cd8f-44b4-a5ed-4142187c1eb1", CellID->1253546135], -Cell[115666, 3000, 663, 17, 70, "Output",ExpressionUUID->"56cbfb31-f873-44bd-ba88-1cf0e548490b", +Cell[115745, 3005, 663, 17, 70, "Output",ExpressionUUID->"56cbfb31-f873-44bd-ba88-1cf0e548490b", CellID->1799368024] }, Open ]], Cell[CellGroupData[{ -Cell[116366, 3022, 152, 3, 70, "Input",ExpressionUUID->"1b8273a3-24a9-47b7-99f9-47966216333f", +Cell[116445, 3027, 152, 3, 70, "Input",ExpressionUUID->"1b8273a3-24a9-47b7-99f9-47966216333f", CellID->1579642235], -Cell[116521, 3027, 474, 9, 70, "Output",ExpressionUUID->"06fc3fe3-ce6c-4482-bf38-95ab5b5991ce", +Cell[116600, 3032, 474, 9, 70, "Output",ExpressionUUID->"06fc3fe3-ce6c-4482-bf38-95ab5b5991ce", CellID->2107260138] }, Open ]], Cell[CellGroupData[{ -Cell[117032, 3041, 113, 1, 70, "Subsection",ExpressionUUID->"42cb3f96-42d4-4b8d-8d16-201ca767e433", +Cell[117111, 3046, 113, 1, 70, "Subsection",ExpressionUUID->"42cb3f96-42d4-4b8d-8d16-201ca767e433", CellID->524667475], -Cell[117148, 3044, 104, 1, 70, "Text",ExpressionUUID->"b3d2d848-f359-4b76-840d-f217f80b2221", +Cell[117227, 3049, 104, 1, 70, "Text",ExpressionUUID->"b3d2d848-f359-4b76-840d-f217f80b2221", CellID->2123961192], Cell[CellGroupData[{ -Cell[117277, 3049, 272, 7, 70, "Input",ExpressionUUID->"be6595d0-628e-4f63-89d3-ca5446e044eb", +Cell[117356, 3054, 272, 7, 70, "Input",ExpressionUUID->"be6595d0-628e-4f63-89d3-ca5446e044eb", CellID->1852866591], -Cell[117552, 3058, 548, 12, 70, "Output",ExpressionUUID->"7f8949d7-f1b1-412e-9fea-7fd2e1f079ac", +Cell[117631, 3063, 548, 12, 70, "Output",ExpressionUUID->"7f8949d7-f1b1-412e-9fea-7fd2e1f079ac", CellID->184166028] }, Open ]], -Cell[118115, 3073, 97, 1, 70, "Text",ExpressionUUID->"26337fd8-d823-4638-b5b1-9e230f7d2827", +Cell[118194, 3078, 97, 1, 70, "Text",ExpressionUUID->"26337fd8-d823-4638-b5b1-9e230f7d2827", CellID->442925694], Cell[CellGroupData[{ -Cell[118237, 3078, 271, 7, 70, "Input",ExpressionUUID->"b547c7bb-1dc5-4054-9ee9-eb205723c95c", +Cell[118316, 3083, 271, 7, 70, "Input",ExpressionUUID->"b547c7bb-1dc5-4054-9ee9-eb205723c95c", CellID->1147390980], -Cell[118511, 3087, 547, 12, 70, "Output",ExpressionUUID->"54fa5821-e08a-4233-b85a-bb1cebc587ce", +Cell[118590, 3092, 547, 12, 70, "Output",ExpressionUUID->"54fa5821-e08a-4233-b85a-bb1cebc587ce", CellID->880950728] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[119107, 3105, 116, 1, 70, "Subsection",ExpressionUUID->"f51f90ef-b7b8-466c-b4d0-394ff55a80f1", +Cell[119186, 3110, 116, 1, 70, "Subsection",ExpressionUUID->"f51f90ef-b7b8-466c-b4d0-394ff55a80f1", CellID->1024009250], Cell[CellGroupData[{ -Cell[119248, 3110, 105, 1, 70, "Subsubsection",ExpressionUUID->"817a7ab5-2640-44e5-aea3-04678cfaca18", +Cell[119327, 3115, 105, 1, 70, "Subsubsection",ExpressionUUID->"817a7ab5-2640-44e5-aea3-04678cfaca18", CellID->810318029], Cell[CellGroupData[{ -Cell[119378, 3115, 278, 8, 70, "Input",ExpressionUUID->"964174c4-6fba-40f6-86c2-c3da071eca1b", +Cell[119457, 3120, 278, 8, 70, "Input",ExpressionUUID->"964174c4-6fba-40f6-86c2-c3da071eca1b", CellID->940457001], -Cell[119659, 3125, 549, 12, 70, "Output",ExpressionUUID->"4bbb7777-dcea-471c-b95c-fd5b8aa6efc5", +Cell[119738, 3130, 549, 12, 70, "Output",ExpressionUUID->"4bbb7777-dcea-471c-b95c-fd5b8aa6efc5", CellID->283814583] }, Open ]], Cell[CellGroupData[{ -Cell[120245, 3142, 278, 8, 70, "Input",ExpressionUUID->"b7f48138-5437-48b5-b693-0f17eb81ac43", +Cell[120324, 3147, 278, 8, 70, "Input",ExpressionUUID->"b7f48138-5437-48b5-b693-0f17eb81ac43", CellID->1444626949], -Cell[120526, 3152, 550, 12, 70, "Output",ExpressionUUID->"5d129fb7-dea0-419b-b69c-9c9f9511c5bf", +Cell[120605, 3157, 550, 12, 70, "Output",ExpressionUUID->"5d129fb7-dea0-419b-b69c-9c9f9511c5bf", CellID->1178057382] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[121125, 3170, 107, 1, 70, "Subsubsection",ExpressionUUID->"fa38d9a4-cdf1-47bc-a04c-fe97f1d1d053", +Cell[121204, 3175, 107, 1, 70, "Subsubsection",ExpressionUUID->"fa38d9a4-cdf1-47bc-a04c-fe97f1d1d053", CellID->1150328338], Cell[CellGroupData[{ -Cell[121257, 3175, 282, 8, 70, "Input",ExpressionUUID->"7928f9e7-1435-4a6a-869b-91db8458d184", +Cell[121336, 3180, 282, 8, 70, "Input",ExpressionUUID->"7928f9e7-1435-4a6a-869b-91db8458d184", CellID->1087385167], -Cell[121542, 3185, 546, 12, 70, "Output",ExpressionUUID->"7ff4b047-8dc7-4464-8eb1-de077106472a", +Cell[121621, 3190, 546, 12, 70, "Output",ExpressionUUID->"7ff4b047-8dc7-4464-8eb1-de077106472a", CellID->198326633] }, Open ]], Cell[CellGroupData[{ -Cell[122125, 3202, 279, 8, 70, "Input",ExpressionUUID->"4b32283d-8ac3-41a7-b858-875108cac73e", +Cell[122204, 3207, 279, 8, 70, "Input",ExpressionUUID->"4b32283d-8ac3-41a7-b858-875108cac73e", CellID->1457246255], -Cell[122407, 3212, 548, 12, 70, "Output",ExpressionUUID->"288623b5-3477-4c7b-9282-ed9721d46379", +Cell[122486, 3217, 548, 12, 70, "Output",ExpressionUUID->"288623b5-3477-4c7b-9282-ed9721d46379", CellID->2095738825] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[123004, 3230, 106, 1, 70, "Subsubsection",ExpressionUUID->"2582a9b4-88a8-4f9b-991b-4bd2dc47f88e", +Cell[123083, 3235, 106, 1, 70, "Subsubsection",ExpressionUUID->"2582a9b4-88a8-4f9b-991b-4bd2dc47f88e", CellID->1494674556], Cell[CellGroupData[{ -Cell[123135, 3235, 274, 7, 70, "Input",ExpressionUUID->"bcbd4572-b8f4-452d-b4b5-29972b46862b", +Cell[123214, 3240, 274, 7, 70, "Input",ExpressionUUID->"bcbd4572-b8f4-452d-b4b5-29972b46862b", CellID->917587467], -Cell[123412, 3244, 549, 12, 70, "Output",ExpressionUUID->"7e768761-0e98-4824-aee3-a105849e5f71", +Cell[123491, 3249, 549, 12, 70, "Output",ExpressionUUID->"7e768761-0e98-4824-aee3-a105849e5f71", CellID->1917464422] }, Open ]], Cell[CellGroupData[{ -Cell[123998, 3261, 273, 7, 70, "Input",ExpressionUUID->"d76039b4-4467-4294-9236-3444169f731a", +Cell[124077, 3266, 273, 7, 70, "Input",ExpressionUUID->"d76039b4-4467-4294-9236-3444169f731a", CellID->396411543], -Cell[124274, 3270, 549, 12, 70, "Output",ExpressionUUID->"853cc648-26fa-41f3-9d52-66c57cd87389", +Cell[124353, 3275, 549, 12, 70, "Output",ExpressionUUID->"853cc648-26fa-41f3-9d52-66c57cd87389", CellID->1861640668] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[124872, 3288, 106, 1, 70, "Subsubsection",ExpressionUUID->"2345d9aa-f6e7-41ed-b12f-d86dfcfb62e8", +Cell[124951, 3293, 106, 1, 70, "Subsubsection",ExpressionUUID->"2345d9aa-f6e7-41ed-b12f-d86dfcfb62e8", CellID->826146613], Cell[CellGroupData[{ -Cell[125003, 3293, 276, 7, 70, "Input",ExpressionUUID->"4e05cc6c-a6c4-4d27-ab96-59941684f3aa", +Cell[125082, 3298, 276, 7, 70, "Input",ExpressionUUID->"4e05cc6c-a6c4-4d27-ab96-59941684f3aa", CellID->1801164204], -Cell[125282, 3302, 548, 12, 70, "Output",ExpressionUUID->"708dc0ce-bece-49b0-bc66-35785f94070e", +Cell[125361, 3307, 548, 12, 70, "Output",ExpressionUUID->"708dc0ce-bece-49b0-bc66-35785f94070e", CellID->879794766] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[125879, 3320, 104, 1, 70, "Subsubsection",ExpressionUUID->"18f8a05d-fe81-48c3-9081-420af207ab60", +Cell[125958, 3325, 104, 1, 70, "Subsubsection",ExpressionUUID->"18f8a05d-fe81-48c3-9081-420af207ab60", CellID->604654362], Cell[CellGroupData[{ -Cell[126008, 3325, 278, 8, 70, "Input",ExpressionUUID->"6baa82a8-6566-437b-aae3-5fae9a47798b", +Cell[126087, 3330, 278, 8, 70, "Input",ExpressionUUID->"6baa82a8-6566-437b-aae3-5fae9a47798b", CellID->907226691], -Cell[126289, 3335, 547, 12, 70, "Output",ExpressionUUID->"30ada356-3a10-4bdb-8a31-35ae531ae698", +Cell[126368, 3340, 547, 12, 70, "Output",ExpressionUUID->"30ada356-3a10-4bdb-8a31-35ae531ae698", CellID->531679142] }, Open ]], Cell[CellGroupData[{ -Cell[126873, 3352, 275, 7, 70, "Input",ExpressionUUID->"ace56cb2-e41b-4ceb-a5f1-0faafc88b9b5", +Cell[126952, 3357, 275, 7, 70, "Input",ExpressionUUID->"ace56cb2-e41b-4ceb-a5f1-0faafc88b9b5", CellID->36812949], -Cell[127151, 3361, 547, 12, 70, "Output",ExpressionUUID->"8eac1e0b-6dc1-404f-b3c7-a010f55236b1", +Cell[127230, 3366, 547, 12, 70, "Output",ExpressionUUID->"8eac1e0b-6dc1-404f-b3c7-a010f55236b1", CellID->867003182] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[127747, 3379, 107, 1, 70, "Subsubsection",ExpressionUUID->"3c30436a-e604-4476-bdb2-ef2e9501d96d", +Cell[127826, 3384, 107, 1, 70, "Subsubsection",ExpressionUUID->"3c30436a-e604-4476-bdb2-ef2e9501d96d", CellID->1056346617], Cell[CellGroupData[{ -Cell[127879, 3384, 275, 7, 70, "Input",ExpressionUUID->"68e1d7b5-d48a-4f43-a42c-2a077ea72174", +Cell[127958, 3389, 275, 7, 70, "Input",ExpressionUUID->"68e1d7b5-d48a-4f43-a42c-2a077ea72174", CellID->13290493], -Cell[128157, 3393, 547, 12, 70, "Output",ExpressionUUID->"8ce68650-1a94-4575-9dd8-105845f809fc", +Cell[128236, 3398, 547, 12, 70, "Output",ExpressionUUID->"8ce68650-1a94-4575-9dd8-105845f809fc", CellID->572386125] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[128753, 3411, 146, 1, 70, "Subsubsection",ExpressionUUID->"93d9b3a9-123a-46b5-89f9-0955dcb7b066", +Cell[128832, 3416, 146, 1, 70, "Subsubsection",ExpressionUUID->"93d9b3a9-123a-46b5-89f9-0955dcb7b066", CellID->1240512646], Cell[CellGroupData[{ -Cell[128924, 3416, 275, 7, 70, "Input",ExpressionUUID->"ec737067-9863-49a7-b185-4067609efe66", +Cell[129003, 3421, 275, 7, 70, "Input",ExpressionUUID->"ec737067-9863-49a7-b185-4067609efe66", CellID->456216187], -Cell[129202, 3425, 547, 12, 70, "Output",ExpressionUUID->"4e04622b-d02f-4b8d-a6a1-eabc5da50024", +Cell[129281, 3430, 547, 12, 70, "Output",ExpressionUUID->"4e04622b-d02f-4b8d-a6a1-eabc5da50024", CellID->1719777105] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[129798, 3443, 104, 1, 70, "Subsubsection",ExpressionUUID->"6a126c0c-4db2-4d5a-9c2e-9369a95f8a6c", +Cell[129877, 3448, 104, 1, 70, "Subsubsection",ExpressionUUID->"6a126c0c-4db2-4d5a-9c2e-9369a95f8a6c", CellID->2121463374], Cell[CellGroupData[{ -Cell[129927, 3448, 278, 7, 70, "Input",ExpressionUUID->"99ed9dd2-1f5f-4496-8ae6-b788daafe7e8", +Cell[130006, 3453, 278, 7, 70, "Input",ExpressionUUID->"99ed9dd2-1f5f-4496-8ae6-b788daafe7e8", CellID->1480225437], -Cell[130208, 3457, 549, 12, 70, "Output",ExpressionUUID->"2383d47a-6874-4863-a0bf-1a217883d590", +Cell[130287, 3462, 549, 12, 70, "Output",ExpressionUUID->"2383d47a-6874-4863-a0bf-1a217883d590", CellID->382611487] }, Open ]], Cell[CellGroupData[{ -Cell[130794, 3474, 277, 7, 70, "Input",ExpressionUUID->"3f39b2b0-9bd8-46e9-9205-ef7a1453121b", +Cell[130873, 3479, 277, 7, 70, "Input",ExpressionUUID->"3f39b2b0-9bd8-46e9-9205-ef7a1453121b", CellID->914436727], -Cell[131074, 3483, 549, 12, 70, "Output",ExpressionUUID->"835dc73d-ed06-4059-806f-808b1681c7c3", +Cell[131153, 3488, 549, 12, 70, "Output",ExpressionUUID->"835dc73d-ed06-4059-806f-808b1681c7c3", CellID->1764040021] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[131672, 3501, 104, 1, 70, "Subsubsection",ExpressionUUID->"9c7395e2-4d93-4624-8305-bb6fcfa96072", +Cell[131751, 3506, 104, 1, 70, "Subsubsection",ExpressionUUID->"9c7395e2-4d93-4624-8305-bb6fcfa96072", CellID->1827238436], Cell[CellGroupData[{ -Cell[131801, 3506, 278, 7, 70, "Input",ExpressionUUID->"accb0edd-91ec-4c36-a4f1-4451f36f0433", +Cell[131880, 3511, 278, 7, 70, "Input",ExpressionUUID->"accb0edd-91ec-4c36-a4f1-4451f36f0433", CellID->2092494109], -Cell[132082, 3515, 545, 12, 70, "Output",ExpressionUUID->"e1a95ffd-deeb-4687-929e-8a11c273727a", +Cell[132161, 3520, 545, 12, 70, "Output",ExpressionUUID->"e1a95ffd-deeb-4687-929e-8a11c273727a", CellID->766884711] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[132676, 3533, 105, 1, 70, "Subsubsection",ExpressionUUID->"ed3efdd5-4df6-4776-ba83-cf7e38ae2ca3", +Cell[132755, 3538, 105, 1, 70, "Subsubsection",ExpressionUUID->"ed3efdd5-4df6-4776-ba83-cf7e38ae2ca3", CellID->767139955], Cell[CellGroupData[{ -Cell[132806, 3538, 281, 8, 70, "Input",ExpressionUUID->"4f2d6875-1c10-4a69-979d-212f5099f2fe", +Cell[132885, 3543, 281, 8, 70, "Input",ExpressionUUID->"4f2d6875-1c10-4a69-979d-212f5099f2fe", CellID->143337095], -Cell[133090, 3548, 547, 12, 70, "Output",ExpressionUUID->"02297c2b-56c6-4434-a9c0-f0e4bbab7d12", +Cell[133169, 3553, 547, 12, 70, "Output",ExpressionUUID->"02297c2b-56c6-4434-a9c0-f0e4bbab7d12", CellID->76647318] }, Open ]], Cell[CellGroupData[{ -Cell[133674, 3565, 282, 8, 70, "Input",ExpressionUUID->"3ba04d19-356b-45c2-b3a6-1f5486a5e3a1", +Cell[133753, 3570, 282, 8, 70, "Input",ExpressionUUID->"3ba04d19-356b-45c2-b3a6-1f5486a5e3a1", CellID->715395132], -Cell[133959, 3575, 549, 12, 70, "Output",ExpressionUUID->"34a4ce68-c3d2-4546-bf66-ea01edc1434d", +Cell[134038, 3580, 549, 12, 70, "Output",ExpressionUUID->"34a4ce68-c3d2-4546-bf66-ea01edc1434d", CellID->1638011651] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[134557, 3593, 118, 1, 70, "Subsubsection",ExpressionUUID->"a268b6d1-7f5e-43fd-8fed-a41845767bac", +Cell[134636, 3598, 118, 1, 70, "Subsubsection",ExpressionUUID->"a268b6d1-7f5e-43fd-8fed-a41845767bac", CellID->994234786], Cell[CellGroupData[{ -Cell[134700, 3598, 275, 7, 70, "Input",ExpressionUUID->"e099e1dc-8ae8-4a07-aaaf-9a2207c17830", +Cell[134779, 3603, 275, 7, 70, "Input",ExpressionUUID->"e099e1dc-8ae8-4a07-aaaf-9a2207c17830", CellID->485375907], -Cell[134978, 3607, 550, 12, 70, "Output",ExpressionUUID->"3b3bf5f3-479c-48d3-a462-7640d47be7f9", +Cell[135057, 3612, 550, 12, 70, "Output",ExpressionUUID->"3b3bf5f3-479c-48d3-a462-7640d47be7f9", CellID->2034423194] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[135577, 3625, 105, 1, 70, "Subsubsection",ExpressionUUID->"f4b1e3a8-4104-4322-80f7-b660ac031380", +Cell[135656, 3630, 105, 1, 70, "Subsubsection",ExpressionUUID->"f4b1e3a8-4104-4322-80f7-b660ac031380", CellID->708391806], Cell[CellGroupData[{ -Cell[135707, 3630, 282, 8, 70, "Input",ExpressionUUID->"29e5c2e6-88da-40fd-a729-610593a4f9b7", +Cell[135786, 3635, 282, 8, 70, "Input",ExpressionUUID->"29e5c2e6-88da-40fd-a729-610593a4f9b7", CellID->1311522520], -Cell[135992, 3640, 548, 12, 70, "Output",ExpressionUUID->"45dd9afc-561f-455c-8f10-343ab8c8d344", +Cell[136071, 3645, 548, 12, 70, "Output",ExpressionUUID->"45dd9afc-561f-455c-8f10-343ab8c8d344", CellID->1688103751] }, Open ]], Cell[CellGroupData[{ -Cell[136577, 3657, 281, 8, 70, "Input",ExpressionUUID->"f732b5fe-6e0d-4761-9186-0ce02852777a", +Cell[136656, 3662, 281, 8, 70, "Input",ExpressionUUID->"f732b5fe-6e0d-4761-9186-0ce02852777a", CellID->1588186572], -Cell[136861, 3667, 548, 12, 70, "Output",ExpressionUUID->"d31f424a-89de-421f-8826-299f669937ec", +Cell[136940, 3672, 548, 12, 70, "Output",ExpressionUUID->"d31f424a-89de-421f-8826-299f669937ec", CellID->1916176882] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[137458, 3685, 132, 1, 70, "Subsubsection",ExpressionUUID->"1c94767b-ac9b-46ca-b888-e5bfdc26f218", +Cell[137537, 3690, 132, 1, 70, "Subsubsection",ExpressionUUID->"1c94767b-ac9b-46ca-b888-e5bfdc26f218", CellID->447846794], Cell[CellGroupData[{ -Cell[137615, 3690, 278, 7, 70, "Input",ExpressionUUID->"cab5d7b5-23d0-4b9e-90c7-9ac37a7d0195", +Cell[137694, 3695, 278, 7, 70, "Input",ExpressionUUID->"cab5d7b5-23d0-4b9e-90c7-9ac37a7d0195", CellID->2119865714], -Cell[137896, 3699, 550, 12, 70, "Output",ExpressionUUID->"8dc066f7-15fb-433a-b149-ee25dd9b54a5", +Cell[137975, 3704, 550, 12, 70, "Output",ExpressionUUID->"8dc066f7-15fb-433a-b149-ee25dd9b54a5", CellID->1952989831] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[138495, 3717, 114, 1, 70, "Subsubsection",ExpressionUUID->"817fddf8-d57a-4be6-a014-7868feabb88c", +Cell[138574, 3722, 114, 1, 70, "Subsubsection",ExpressionUUID->"817fddf8-d57a-4be6-a014-7868feabb88c", CellID->1314849976], Cell[CellGroupData[{ -Cell[138634, 3722, 277, 7, 70, "Input",ExpressionUUID->"7cffa67c-8f58-44fc-9f43-435bc1188db8", +Cell[138713, 3727, 277, 7, 70, "Input",ExpressionUUID->"7cffa67c-8f58-44fc-9f43-435bc1188db8", CellID->1028728684], -Cell[138914, 3731, 550, 12, 70, "Output",ExpressionUUID->"e57a547c-a04c-45cc-9d71-19923302544a", +Cell[138993, 3736, 550, 12, 70, "Output",ExpressionUUID->"e57a547c-a04c-45cc-9d71-19923302544a", CellID->1966280324] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[139513, 3749, 108, 1, 70, "Subsubsection",ExpressionUUID->"a311cf69-cea7-4037-ac56-4a0df35ef71c", +Cell[139592, 3754, 108, 1, 70, "Subsubsection",ExpressionUUID->"a311cf69-cea7-4037-ac56-4a0df35ef71c", CellID->1887236101], Cell[CellGroupData[{ -Cell[139646, 3754, 277, 7, 70, "Input",ExpressionUUID->"8dfbe1a4-8671-417d-9ee5-d60f7b3158e7", +Cell[139725, 3759, 277, 7, 70, "Input",ExpressionUUID->"8dfbe1a4-8671-417d-9ee5-d60f7b3158e7", CellID->121757682], -Cell[139926, 3763, 547, 12, 70, "Output",ExpressionUUID->"d01ad497-3dd5-43f7-9d28-a9063b6c3645", +Cell[140005, 3768, 547, 12, 70, "Output",ExpressionUUID->"d01ad497-3dd5-43f7-9d28-a9063b6c3645", CellID->275012863] }, Open ]], Cell[CellGroupData[{ -Cell[140510, 3780, 278, 7, 70, "Input",ExpressionUUID->"09d6df53-7211-48be-98cc-9c1470b2d1ba", +Cell[140589, 3785, 278, 7, 70, "Input",ExpressionUUID->"09d6df53-7211-48be-98cc-9c1470b2d1ba", CellID->1459529559], -Cell[140791, 3789, 546, 12, 70, "Output",ExpressionUUID->"b397c10d-65aa-49c2-8542-1e8cd7115123", +Cell[140870, 3794, 546, 12, 70, "Output",ExpressionUUID->"b397c10d-65aa-49c2-8542-1e8cd7115123", CellID->95737408] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[141398, 3808, 129, 1, 70, "Subsection",ExpressionUUID->"56f84454-a59a-4f2c-bd90-25cd72db88d3", +Cell[141477, 3813, 129, 1, 70, "Subsection",ExpressionUUID->"56f84454-a59a-4f2c-bd90-25cd72db88d3", CellID->1755238301], -Cell[141530, 3811, 347, 9, 70, "Input",ExpressionUUID->"9b819974-4568-476d-abd2-2efd5de418d0", +Cell[141609, 3816, 347, 9, 70, "Input",ExpressionUUID->"9b819974-4568-476d-abd2-2efd5de418d0", CellID->1842141046], Cell[CellGroupData[{ -Cell[141902, 3824, 192, 4, 70, "Input",ExpressionUUID->"62c6f5b6-c7b3-4353-a368-d4dd94db9564", +Cell[141981, 3829, 192, 4, 70, "Input",ExpressionUUID->"62c6f5b6-c7b3-4353-a368-d4dd94db9564", CellID->1010174136], -Cell[142097, 3830, 2205, 52, 70, "Output",ExpressionUUID->"c4ed86e9-428e-4fcc-86a8-a31f88b7799b", +Cell[142176, 3835, 2205, 52, 70, "Output",ExpressionUUID->"c4ed86e9-428e-4fcc-86a8-a31f88b7799b", CellID->1371794674] }, Open ]], Cell[CellGroupData[{ -Cell[144339, 3887, 253, 6, 70, "Input",ExpressionUUID->"ecf4f24f-03f9-4efc-8c65-a394bb8ba048", +Cell[144418, 3892, 253, 6, 70, "Input",ExpressionUUID->"ecf4f24f-03f9-4efc-8c65-a394bb8ba048", CellID->1521895834], -Cell[144595, 3895, 2677, 62, 70, "Output",ExpressionUUID->"84b77ee1-eab4-4989-9242-f3da5ec7bf68", +Cell[144674, 3900, 2677, 62, 70, "Output",ExpressionUUID->"84b77ee1-eab4-4989-9242-f3da5ec7bf68", CellID->955184597] }, Open ]], Cell[CellGroupData[{ -Cell[147309, 3962, 365, 11, 70, "Input",ExpressionUUID->"2c924910-239f-4852-b469-1af4b9c909fe", +Cell[147388, 3967, 365, 11, 70, "Input",ExpressionUUID->"2c924910-239f-4852-b469-1af4b9c909fe", CellID->2138679385], -Cell[147677, 3975, 650, 17, 70, "Output",ExpressionUUID->"44f5a906-d96a-4354-b23e-189deef79509", +Cell[147756, 3980, 650, 17, 70, "Output",ExpressionUUID->"44f5a906-d96a-4354-b23e-189deef79509", CellID->141552142] }, Open ]], Cell[CellGroupData[{ -Cell[148364, 3997, 366, 11, 70, "Input",ExpressionUUID->"f25a4aed-8449-4e7c-b94c-e9391b6d4214", +Cell[148443, 4002, 366, 11, 70, "Input",ExpressionUUID->"f25a4aed-8449-4e7c-b94c-e9391b6d4214", CellID->1098521692], -Cell[148733, 4010, 441, 12, 70, "Output",ExpressionUUID->"bfa31d8f-4a78-4c4a-8354-fe61f9a91a53", +Cell[148812, 4015, 441, 12, 70, "Output",ExpressionUUID->"bfa31d8f-4a78-4c4a-8354-fe61f9a91a53", CellID->67843056] }, Open ]], Cell[CellGroupData[{ -Cell[149211, 4027, 130, 1, 70, "Subsubsection",ExpressionUUID->"645c65f4-8901-40fa-aab1-5b21f880dd13", +Cell[149290, 4032, 130, 1, 70, "Subsubsection",ExpressionUUID->"645c65f4-8901-40fa-aab1-5b21f880dd13", CellID->856947274], Cell[CellGroupData[{ -Cell[149366, 4032, 356, 11, 70, "Input",ExpressionUUID->"b2a6d847-679c-4c2c-b437-7d97d765fae5", +Cell[149445, 4037, 356, 11, 70, "Input",ExpressionUUID->"b2a6d847-679c-4c2c-b437-7d97d765fae5", CellID->589049696], -Cell[149725, 4045, 381, 9, 70, "Output",ExpressionUUID->"adf6d43b-22cb-411f-98cd-5957fecc4a6f", +Cell[149804, 4050, 381, 9, 70, "Output",ExpressionUUID->"adf6d43b-22cb-411f-98cd-5957fecc4a6f", CellID->1062077842] }, Open ]], Cell[CellGroupData[{ -Cell[150143, 4059, 358, 11, 70, "Input",ExpressionUUID->"ae7f3f2a-49a1-46cf-80be-26d51bf5f3b3", +Cell[150222, 4064, 358, 11, 70, "Input",ExpressionUUID->"ae7f3f2a-49a1-46cf-80be-26d51bf5f3b3", CellID->1342323181], -Cell[150504, 4072, 297, 8, 70, "Output",ExpressionUUID->"4e21197c-208f-41f3-a78a-e142c54bfec9", +Cell[150583, 4077, 297, 8, 70, "Output",ExpressionUUID->"4e21197c-208f-41f3-a78a-e142c54bfec9", CellID->475989242] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[150850, 4086, 125, 1, 70, "Subsubsection",ExpressionUUID->"8f21ba7d-3dab-4e03-b106-c921ffc666f3", +Cell[150929, 4091, 125, 1, 70, "Subsubsection",ExpressionUUID->"8f21ba7d-3dab-4e03-b106-c921ffc666f3", CellID->1770469648], Cell[CellGroupData[{ -Cell[151000, 4091, 355, 11, 70, "Input",ExpressionUUID->"0268c6d1-3f32-49a0-96e9-4729824aae63", +Cell[151079, 4096, 355, 11, 70, "Input",ExpressionUUID->"0268c6d1-3f32-49a0-96e9-4729824aae63", CellID->506362053], -Cell[151358, 4104, 379, 9, 70, "Output",ExpressionUUID->"670a1665-e5b9-4aa8-b569-551f41ef1704", +Cell[151437, 4109, 379, 9, 70, "Output",ExpressionUUID->"670a1665-e5b9-4aa8-b569-551f41ef1704", CellID->16609345] }, Open ]], Cell[CellGroupData[{ -Cell[151774, 4118, 369, 11, 70, "Input",ExpressionUUID->"ef934bd8-dc43-460c-b3d0-9be13e50ac8a", +Cell[151853, 4123, 369, 11, 70, "Input",ExpressionUUID->"ef934bd8-dc43-460c-b3d0-9be13e50ac8a", CellID->1211172572], -Cell[152146, 4131, 297, 8, 70, "Output",ExpressionUUID->"01bec9cd-2f40-423f-be04-1a4615efd57e", +Cell[152225, 4136, 297, 8, 70, "Output",ExpressionUUID->"01bec9cd-2f40-423f-be04-1a4615efd57e", CellID->275055287] }, Open ]] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[152516, 4147, 131, 1, 70, "Section",ExpressionUUID->"f0beeaf4-ab24-4afc-a963-4933a2f0fef2", +Cell[152595, 4152, 131, 1, 70, "Section",ExpressionUUID->"f0beeaf4-ab24-4afc-a963-4933a2f0fef2", CellID->1218984617], Cell[CellGroupData[{ -Cell[152672, 4152, 290, 8, 70, "Input",ExpressionUUID->"e3d18bf8-6049-4666-b9c6-cb2d066000ce", +Cell[152751, 4157, 290, 8, 70, "Input",ExpressionUUID->"e3d18bf8-6049-4666-b9c6-cb2d066000ce", CellID->1461954252], -Cell[152965, 4162, 676, 17, 70, "Output",ExpressionUUID->"e04ff585-bad0-4983-9962-b030baa61132", +Cell[153044, 4167, 676, 17, 70, "Output",ExpressionUUID->"e04ff585-bad0-4983-9962-b030baa61132", CellID->865962325] }, Open ]], Cell[CellGroupData[{ -Cell[153678, 4184, 287, 8, 70, "Input",ExpressionUUID->"bdd9d15b-50be-44ef-8a26-711f881487bd", +Cell[153757, 4189, 287, 8, 70, "Input",ExpressionUUID->"bdd9d15b-50be-44ef-8a26-711f881487bd", CellID->26992796], -Cell[153968, 4194, 735, 19, 70, "Output",ExpressionUUID->"412d8565-0271-4e52-a3d3-28386c1070a7", +Cell[154047, 4199, 735, 19, 70, "Output",ExpressionUUID->"412d8565-0271-4e52-a3d3-28386c1070a7", CellID->1691089039] }, Open ]], Cell[CellGroupData[{ -Cell[154740, 4218, 296, 8, 70, "Input",ExpressionUUID->"a314501d-ea16-4685-a6dd-6e14fe4279c6", +Cell[154819, 4223, 296, 8, 70, "Input",ExpressionUUID->"a314501d-ea16-4685-a6dd-6e14fe4279c6", CellID->928544886], -Cell[155039, 4228, 676, 17, 70, "Output",ExpressionUUID->"2d69dc3d-17d6-440b-a8b5-6595949d182b", +Cell[155118, 4233, 676, 17, 70, "Output",ExpressionUUID->"2d69dc3d-17d6-440b-a8b5-6595949d182b", CellID->881842770] }, Open ]], Cell[CellGroupData[{ -Cell[155752, 4250, 152, 3, 70, "Input",ExpressionUUID->"fbce3e43-8b75-446d-9f43-2db15efd6dc8", +Cell[155831, 4255, 152, 3, 70, "Input",ExpressionUUID->"fbce3e43-8b75-446d-9f43-2db15efd6dc8", CellID->1291798749], -Cell[155907, 4255, 477, 10, 70, "Output",ExpressionUUID->"05d3d89e-da95-49c3-b377-dff7026e3646", +Cell[155986, 4260, 477, 10, 70, "Output",ExpressionUUID->"05d3d89e-da95-49c3-b377-dff7026e3646", CellID->1177684804] }, Open ]], Cell[CellGroupData[{ -Cell[156421, 4270, 153, 3, 70, "Input",ExpressionUUID->"15f30733-6b30-4d17-b4f8-47474bae7f23", +Cell[156500, 4275, 153, 3, 70, "Input",ExpressionUUID->"15f30733-6b30-4d17-b4f8-47474bae7f23", CellID->1911063753], -Cell[156577, 4275, 477, 10, 70, "Output",ExpressionUUID->"fd41add5-0e4a-4df3-9176-24bd5d215757", +Cell[156656, 4280, 477, 10, 70, "Output",ExpressionUUID->"fd41add5-0e4a-4df3-9176-24bd5d215757", CellID->1723612939] }, Open ]], Cell[CellGroupData[{ -Cell[157091, 4290, 114, 1, 70, "Subsection",ExpressionUUID->"a10c7a8f-c042-45bb-9fea-5db2d2395717", +Cell[157170, 4295, 114, 1, 70, "Subsection",ExpressionUUID->"a10c7a8f-c042-45bb-9fea-5db2d2395717", CellID->1709119487], -Cell[157208, 4293, 106, 1, 70, "Text",ExpressionUUID->"eeff4d6b-31e5-4273-9061-8cd7dc02828f", +Cell[157287, 4298, 106, 1, 70, "Text",ExpressionUUID->"eeff4d6b-31e5-4273-9061-8cd7dc02828f", CellID->574926752], Cell[CellGroupData[{ -Cell[157339, 4298, 272, 7, 70, "Input",ExpressionUUID->"03bb9618-2896-43ba-b374-1e1d6431d2f8", +Cell[157418, 4303, 272, 7, 70, "Input",ExpressionUUID->"03bb9618-2896-43ba-b374-1e1d6431d2f8", CellID->533705361], -Cell[157614, 4307, 550, 12, 70, "Output",ExpressionUUID->"e7e30b4f-c843-432e-8bf2-62d08e48d5ab", +Cell[157693, 4312, 550, 12, 70, "Output",ExpressionUUID->"e7e30b4f-c843-432e-8bf2-62d08e48d5ab", CellID->1385539423] }, Open ]], -Cell[158179, 4322, 100, 1, 70, "Text",ExpressionUUID->"1a2d6f33-8dc9-4a8b-bf28-3c91e88ce0ce", +Cell[158258, 4327, 100, 1, 70, "Text",ExpressionUUID->"1a2d6f33-8dc9-4a8b-bf28-3c91e88ce0ce", CellID->392710087], Cell[CellGroupData[{ -Cell[158304, 4327, 274, 7, 70, "Input",ExpressionUUID->"f465d833-f326-4f47-9640-af10f9e66ddd", +Cell[158383, 4332, 274, 7, 70, "Input",ExpressionUUID->"f465d833-f326-4f47-9640-af10f9e66ddd", CellID->1391455496], -Cell[158581, 4336, 552, 12, 70, "Output",ExpressionUUID->"90bef585-3574-4d34-a63e-422493c2687b", +Cell[158660, 4341, 552, 12, 70, "Output",ExpressionUUID->"90bef585-3574-4d34-a63e-422493c2687b", CellID->1162129210] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[159182, 4354, 116, 1, 70, "Subsection",ExpressionUUID->"19b90141-ab49-483a-9e96-ddb96fd5ac12", +Cell[159261, 4359, 116, 1, 70, "Subsection",ExpressionUUID->"19b90141-ab49-483a-9e96-ddb96fd5ac12", CellID->1355609497], Cell[CellGroupData[{ -Cell[159323, 4359, 106, 1, 70, "Subsubsection",ExpressionUUID->"0278bc86-92bc-4fbe-8fdc-15b641861e6b", +Cell[159402, 4364, 106, 1, 70, "Subsubsection",ExpressionUUID->"0278bc86-92bc-4fbe-8fdc-15b641861e6b", CellID->143448190], -Cell[159432, 4362, 107, 1, 70, "Text",ExpressionUUID->"9e95630b-68c9-492c-93f3-3b3cd7390c47", +Cell[159511, 4367, 107, 1, 70, "Text",ExpressionUUID->"9e95630b-68c9-492c-93f3-3b3cd7390c47", CellID->2137410539], Cell[CellGroupData[{ -Cell[159564, 4367, 277, 7, 70, "Input",ExpressionUUID->"849e4504-5948-4c89-b29c-0ce03d731226", +Cell[159643, 4372, 277, 7, 70, "Input",ExpressionUUID->"849e4504-5948-4c89-b29c-0ce03d731226", CellID->1383984390], -Cell[159844, 4376, 547, 12, 70, "Output",ExpressionUUID->"57ac738b-9346-4fe8-8bac-240fd9af3c80", +Cell[159923, 4381, 547, 12, 70, "Output",ExpressionUUID->"57ac738b-9346-4fe8-8bac-240fd9af3c80", CellID->1941598015] }, Open ]], -Cell[160406, 4391, 100, 1, 70, "Text",ExpressionUUID->"cfed4ad4-8bf1-4f3f-ac3c-c24c195ceca5", +Cell[160485, 4396, 100, 1, 70, "Text",ExpressionUUID->"cfed4ad4-8bf1-4f3f-ac3c-c24c195ceca5", CellID->605465812], Cell[CellGroupData[{ -Cell[160531, 4396, 277, 7, 70, "Input",ExpressionUUID->"3e9a97c5-1041-4f4e-96a5-0897d6cf5a17", +Cell[160610, 4401, 277, 7, 70, "Input",ExpressionUUID->"3e9a97c5-1041-4f4e-96a5-0897d6cf5a17", CellID->1539912607], -Cell[160811, 4405, 547, 12, 70, "Output",ExpressionUUID->"079afad1-e3f6-4457-9b48-65c9020e7225", +Cell[160890, 4410, 547, 12, 70, "Output",ExpressionUUID->"079afad1-e3f6-4457-9b48-65c9020e7225", CellID->1685777207] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[161407, 4423, 106, 1, 70, "Subsubsection",ExpressionUUID->"a27b63be-d760-43e7-bf4f-4e2cf9010994", +Cell[161486, 4428, 106, 1, 70, "Subsubsection",ExpressionUUID->"a27b63be-d760-43e7-bf4f-4e2cf9010994", CellID->1337251566], Cell[CellGroupData[{ -Cell[161538, 4428, 281, 8, 70, "Input",ExpressionUUID->"acf5920f-100d-4a09-8df3-a39973fe7ded", +Cell[161617, 4433, 281, 8, 70, "Input",ExpressionUUID->"acf5920f-100d-4a09-8df3-a39973fe7ded", CellID->1446380148], -Cell[161822, 4438, 552, 12, 70, "Output",ExpressionUUID->"aa842e0f-9c92-4fd6-b8d4-f9663cdbdeaf", +Cell[161901, 4443, 552, 12, 70, "Output",ExpressionUUID->"aa842e0f-9c92-4fd6-b8d4-f9663cdbdeaf", CellID->2029831468] }, Open ]], Cell[CellGroupData[{ -Cell[162411, 4455, 279, 8, 70, "Input",ExpressionUUID->"69002980-7b8c-4aaf-be21-9650c54818e6", +Cell[162490, 4460, 279, 8, 70, "Input",ExpressionUUID->"69002980-7b8c-4aaf-be21-9650c54818e6", CellID->54409851], -Cell[162693, 4465, 546, 12, 70, "Output",ExpressionUUID->"fd2c4c82-56fb-4914-bd5f-8af8fc65e380", +Cell[162772, 4470, 546, 12, 70, "Output",ExpressionUUID->"fd2c4c82-56fb-4914-bd5f-8af8fc65e380", CellID->167075938] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[163288, 4483, 107, 1, 70, "Subsubsection",ExpressionUUID->"2b92fdf7-83fc-4ca5-bf6b-b16d99f2fbca", +Cell[163367, 4488, 107, 1, 70, "Subsubsection",ExpressionUUID->"2b92fdf7-83fc-4ca5-bf6b-b16d99f2fbca", CellID->1101332437], Cell[CellGroupData[{ -Cell[163420, 4488, 284, 8, 70, "Input",ExpressionUUID->"92658b82-ddee-4dd2-8e8a-e46b5dbde67a", +Cell[163499, 4493, 284, 8, 70, "Input",ExpressionUUID->"92658b82-ddee-4dd2-8e8a-e46b5dbde67a", CellID->1516364103], -Cell[163707, 4498, 553, 12, 70, "Output",ExpressionUUID->"f0a8625b-3703-4066-ab42-349be847ce72", +Cell[163786, 4503, 553, 12, 70, "Output",ExpressionUUID->"f0a8625b-3703-4066-ab42-349be847ce72", CellID->1033038263] }, Open ]], Cell[CellGroupData[{ -Cell[164297, 4515, 283, 8, 70, "Input",ExpressionUUID->"e246f90e-2986-4bfa-9f8d-6c072b711f4f", +Cell[164376, 4520, 283, 8, 70, "Input",ExpressionUUID->"e246f90e-2986-4bfa-9f8d-6c072b711f4f", CellID->1128325234], -Cell[164583, 4525, 553, 12, 70, "Output",ExpressionUUID->"b51364c1-7d3e-49f3-8da4-5563edd20b90", +Cell[164662, 4530, 553, 12, 70, "Output",ExpressionUUID->"b51364c1-7d3e-49f3-8da4-5563edd20b90", CellID->1059969494] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[165185, 4543, 106, 1, 70, "Subsubsection",ExpressionUUID->"6fc1f913-9075-40d7-a668-8dd36964e0de", +Cell[165264, 4548, 106, 1, 70, "Subsubsection",ExpressionUUID->"6fc1f913-9075-40d7-a668-8dd36964e0de", CellID->1961583150], Cell[CellGroupData[{ -Cell[165316, 4548, 277, 7, 70, "Input",ExpressionUUID->"8527f73a-a5e2-46c3-a959-533827bbab06", +Cell[165395, 4553, 277, 7, 70, "Input",ExpressionUUID->"8527f73a-a5e2-46c3-a959-533827bbab06", CellID->2010168004], -Cell[165596, 4557, 550, 12, 70, "Output",ExpressionUUID->"37aed986-7538-49b4-9d61-f5d413e9efd1", +Cell[165675, 4562, 550, 12, 70, "Output",ExpressionUUID->"37aed986-7538-49b4-9d61-f5d413e9efd1", CellID->204284595] }, Open ]], Cell[CellGroupData[{ -Cell[166183, 4574, 276, 7, 70, "Input",ExpressionUUID->"7accfda2-1832-4ebe-aa3b-8e171a480e8b", +Cell[166262, 4579, 276, 7, 70, "Input",ExpressionUUID->"7accfda2-1832-4ebe-aa3b-8e171a480e8b", CellID->991784306], -Cell[166462, 4583, 552, 12, 70, "Output",ExpressionUUID->"bca5ce34-b152-4ef2-845d-44ba9022b902", +Cell[166541, 4588, 552, 12, 70, "Output",ExpressionUUID->"bca5ce34-b152-4ef2-845d-44ba9022b902", CellID->1773748109] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[167063, 4601, 105, 1, 70, "Subsubsection",ExpressionUUID->"6f4c34a1-69b8-44d4-b885-76a91a16f9e6", +Cell[167142, 4606, 105, 1, 70, "Subsubsection",ExpressionUUID->"6f4c34a1-69b8-44d4-b885-76a91a16f9e6", CellID->1927897535], Cell[CellGroupData[{ -Cell[167193, 4606, 279, 8, 70, "Input",ExpressionUUID->"1f80fdea-3f43-4426-9ce0-9cfc27bec2e6", +Cell[167272, 4611, 279, 8, 70, "Input",ExpressionUUID->"1f80fdea-3f43-4426-9ce0-9cfc27bec2e6", CellID->553420146], -Cell[167475, 4616, 547, 12, 70, "Output",ExpressionUUID->"a23f96f9-093e-45de-be77-8ce2d6ca97c6", +Cell[167554, 4621, 547, 12, 70, "Output",ExpressionUUID->"a23f96f9-093e-45de-be77-8ce2d6ca97c6", CellID->201191213] }, Open ]], Cell[CellGroupData[{ -Cell[168059, 4633, 277, 7, 70, "Input",ExpressionUUID->"1cdbbb7b-49b3-4fe1-ba0a-5e9addf00074", +Cell[168138, 4638, 277, 7, 70, "Input",ExpressionUUID->"1cdbbb7b-49b3-4fe1-ba0a-5e9addf00074", CellID->314119248], -Cell[168339, 4642, 548, 12, 70, "Output",ExpressionUUID->"4a1302cd-b15a-4026-8656-494dd8882525", +Cell[168418, 4647, 548, 12, 70, "Output",ExpressionUUID->"4a1302cd-b15a-4026-8656-494dd8882525", CellID->1938959569] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[168948, 4661, 124, 1, 70, "Subsection",ExpressionUUID->"57a4016d-a6ef-4ee9-b836-5bcde5099040", +Cell[169027, 4666, 124, 1, 70, "Subsection",ExpressionUUID->"57a4016d-a6ef-4ee9-b836-5bcde5099040", CellID->593901301], -Cell[169075, 4664, 347, 9, 70, "Input",ExpressionUUID->"5d7a005c-6706-465f-9e19-a1722367596c", +Cell[169154, 4669, 347, 9, 70, "Input",ExpressionUUID->"5d7a005c-6706-465f-9e19-a1722367596c", CellID->1705574744], Cell[CellGroupData[{ -Cell[169447, 4677, 191, 4, 70, "Input",ExpressionUUID->"f3cb7d6b-b592-4d3d-9918-71cd39434a3a", +Cell[169526, 4682, 191, 4, 70, "Input",ExpressionUUID->"f3cb7d6b-b592-4d3d-9918-71cd39434a3a", CellID->953605131], -Cell[169641, 4683, 2205, 52, 70, "Output",ExpressionUUID->"492a49cc-9944-4e3c-80d8-35aeeaa4ecf4", +Cell[169720, 4688, 2205, 52, 70, "Output",ExpressionUUID->"492a49cc-9944-4e3c-80d8-35aeeaa4ecf4", CellID->1949510798] }, Open ]], Cell[CellGroupData[{ -Cell[171883, 4740, 263, 7, 70, "Input",ExpressionUUID->"e89f39b8-089c-436a-a271-d04542df0f66", +Cell[171962, 4745, 263, 7, 70, "Input",ExpressionUUID->"e89f39b8-089c-436a-a271-d04542df0f66", CellID->1849022934], -Cell[172149, 4749, 2676, 62, 70, "Output",ExpressionUUID->"407535d9-bc13-4f3a-a026-5d540b04a675", +Cell[172228, 4754, 2676, 62, 70, "Output",ExpressionUUID->"407535d9-bc13-4f3a-a026-5d540b04a675", CellID->943532023] }, Open ]], Cell[CellGroupData[{ -Cell[174862, 4816, 385, 11, 70, "Input",ExpressionUUID->"54132f9c-2392-4160-9c8d-a601decd34da", +Cell[174941, 4821, 385, 11, 70, "Input",ExpressionUUID->"54132f9c-2392-4160-9c8d-a601decd34da", CellID->1186011540], -Cell[175250, 4829, 196, 4, 70, "Output",ExpressionUUID->"c5c1def4-f591-4d45-9c37-363f868c5a83", +Cell[175329, 4834, 196, 4, 70, "Output",ExpressionUUID->"c5c1def4-f591-4d45-9c37-363f868c5a83", CellID->1643137301] }, Open ]], Cell[CellGroupData[{ -Cell[175483, 4838, 382, 10, 70, "Input",ExpressionUUID->"216cb0b2-40cb-4323-8a30-eb75ac9f8305", +Cell[175562, 4843, 382, 10, 70, "Input",ExpressionUUID->"216cb0b2-40cb-4323-8a30-eb75ac9f8305", CellID->1548997835], -Cell[175868, 4850, 186, 4, 70, "Output",ExpressionUUID->"b2f1b0b7-3194-4f42-b73e-f704c88b25c2", +Cell[175947, 4855, 186, 4, 70, "Output",ExpressionUUID->"b2f1b0b7-3194-4f42-b73e-f704c88b25c2", CellID->578440499] }, Open ]], Cell[CellGroupData[{ -Cell[176091, 4859, 134, 1, 70, "Subsubsection",ExpressionUUID->"e5a61c83-8c3d-41b1-9ce4-83b3a30387a7", +Cell[176170, 4864, 134, 1, 70, "Subsubsection",ExpressionUUID->"e5a61c83-8c3d-41b1-9ce4-83b3a30387a7", CellID->1181430860], Cell[CellGroupData[{ -Cell[176250, 4864, 358, 11, 70, "Input",ExpressionUUID->"e98d1518-c7f9-49b2-aee4-bdcaa71e0f13", +Cell[176329, 4869, 358, 11, 70, "Input",ExpressionUUID->"e98d1518-c7f9-49b2-aee4-bdcaa71e0f13", CellID->738765753], -Cell[176611, 4877, 382, 9, 70, "Output",ExpressionUUID->"5060c2d0-8082-4600-97f9-1462773eb743", +Cell[176690, 4882, 382, 9, 70, "Output",ExpressionUUID->"5060c2d0-8082-4600-97f9-1462773eb743", CellID->2024820648] }, Open ]], Cell[CellGroupData[{ -Cell[177030, 4891, 335, 10, 70, "Input",ExpressionUUID->"cede2f2f-1e6e-48e3-9520-67127a90ecf9", +Cell[177109, 4896, 335, 10, 70, "Input",ExpressionUUID->"cede2f2f-1e6e-48e3-9520-67127a90ecf9", CellID->1063778680], -Cell[177368, 4903, 297, 8, 70, "Output",ExpressionUUID->"a2e7680b-7480-4773-b842-e21261d12387", +Cell[177447, 4908, 297, 8, 70, "Output",ExpressionUUID->"a2e7680b-7480-4773-b842-e21261d12387", CellID->793175604] }, Open ]] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[177738, 4919, 126, 1, 70, "Section",ExpressionUUID->"5357541b-712a-4a63-8f36-498bd1f2d5b6", +Cell[177817, 4924, 126, 1, 70, "Section",ExpressionUUID->"5357541b-712a-4a63-8f36-498bd1f2d5b6", CellID->44412938], Cell[CellGroupData[{ -Cell[177889, 4924, 287, 8, 70, "Input",ExpressionUUID->"a09a6173-36b8-4427-ba05-262c648cbe3e", +Cell[177968, 4929, 287, 8, 70, "Input",ExpressionUUID->"a09a6173-36b8-4427-ba05-262c648cbe3e", CellID->17627470], -Cell[178179, 4934, 631, 17, 70, "Output",ExpressionUUID->"4b15ea7e-23bb-481f-bfdd-577d6d1a150c", +Cell[178258, 4939, 631, 17, 70, "Output",ExpressionUUID->"4b15ea7e-23bb-481f-bfdd-577d6d1a150c", CellID->162056059] }, Open ]], Cell[CellGroupData[{ -Cell[178847, 4956, 153, 3, 70, "Input",ExpressionUUID->"4779fdcf-6dab-48fd-862d-dc39bc160be3", +Cell[178926, 4961, 153, 3, 70, "Input",ExpressionUUID->"4779fdcf-6dab-48fd-862d-dc39bc160be3", CellID->1077451202], -Cell[179003, 4961, 465, 9, 70, "Output",ExpressionUUID->"05ef6fa0-ab20-42cd-894b-61ef3852e4c5", +Cell[179082, 4966, 465, 9, 70, "Output",ExpressionUUID->"05ef6fa0-ab20-42cd-894b-61ef3852e4c5", CellID->1145952704] }, Open ]], Cell[CellGroupData[{ -Cell[179505, 4975, 275, 7, 70, "Input",ExpressionUUID->"56515dab-e5fe-472c-a157-9f60e918e5ec", +Cell[179584, 4980, 275, 7, 70, "Input",ExpressionUUID->"56515dab-e5fe-472c-a157-9f60e918e5ec", CellID->1222025553], -Cell[179783, 4984, 547, 12, 70, "Output",ExpressionUUID->"3636f8be-3d70-42c9-b35d-3897f4b6a408", +Cell[179862, 4989, 547, 12, 70, "Output",ExpressionUUID->"3636f8be-3d70-42c9-b35d-3897f4b6a408", CellID->891550704] }, Open ]], Cell[CellGroupData[{ -Cell[180367, 5001, 277, 7, 70, "Input",ExpressionUUID->"a48e061c-ffb8-404c-89e7-376aed3fd01a", +Cell[180446, 5006, 277, 7, 70, "Input",ExpressionUUID->"a48e061c-ffb8-404c-89e7-376aed3fd01a", CellID->1008637060], -Cell[180647, 5010, 535, 12, 70, "Output",ExpressionUUID->"1e2cc97a-842f-4659-9054-e6b64df68f44", +Cell[180726, 5015, 535, 12, 70, "Output",ExpressionUUID->"1e2cc97a-842f-4659-9054-e6b64df68f44", CellID->1426310149] }, Open ]], Cell[CellGroupData[{ -Cell[181219, 5027, 120, 1, 70, "Subsection",ExpressionUUID->"77e297a1-c2ec-482c-a7f3-34e7088686f9", +Cell[181298, 5032, 120, 1, 70, "Subsection",ExpressionUUID->"77e297a1-c2ec-482c-a7f3-34e7088686f9", CellID->1883335010], Cell[CellGroupData[{ -Cell[181364, 5032, 268, 7, 70, "Input",ExpressionUUID->"823b2fad-66ee-4622-aafd-3cbbf8df91f9", +Cell[181443, 5037, 268, 7, 70, "Input",ExpressionUUID->"823b2fad-66ee-4622-aafd-3cbbf8df91f9", CellID->634901521], -Cell[181635, 5041, 271, 6, 70, "Output",ExpressionUUID->"28d23917-3d8a-4744-9cfe-7d09eb6792f4", +Cell[181714, 5046, 271, 6, 70, "Output",ExpressionUUID->"28d23917-3d8a-4744-9cfe-7d09eb6792f4", CellID->1206724036] }, Open ]], Cell[CellGroupData[{ -Cell[181943, 5052, 162, 3, 70, "Input",ExpressionUUID->"9440ae00-e671-4152-9db1-ccb63b66a375", +Cell[182022, 5057, 162, 3, 70, "Input",ExpressionUUID->"9440ae00-e671-4152-9db1-ccb63b66a375", CellID->289271508], -Cell[182108, 5057, 129, 2, 70, "Output",ExpressionUUID->"f77bacf6-f38f-4969-ae30-df74792df4e1", +Cell[182187, 5062, 129, 2, 70, "Output",ExpressionUUID->"f77bacf6-f38f-4969-ae30-df74792df4e1", CellID->836092735] }, Open ]], Cell[CellGroupData[{ -Cell[182274, 5064, 304, 8, 70, "Input",ExpressionUUID->"e61dfda1-a9c2-4d53-b09f-9f71b2c41fab", +Cell[182353, 5069, 304, 8, 70, "Input",ExpressionUUID->"e61dfda1-a9c2-4d53-b09f-9f71b2c41fab", CellID->1520843284], -Cell[182581, 5074, 548, 12, 70, "Output",ExpressionUUID->"256d7b1c-3613-4496-af86-7726ad1d7bb3", +Cell[182660, 5079, 548, 12, 70, "Output",ExpressionUUID->"256d7b1c-3613-4496-af86-7726ad1d7bb3", CellID->80747430] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[183190, 5093, 124, 1, 70, "Section",ExpressionUUID->"b8c5d5ab-7f0c-44d7-ad9e-4f8586e04d4f", +Cell[183269, 5098, 124, 1, 70, "Section",ExpressionUUID->"b8c5d5ab-7f0c-44d7-ad9e-4f8586e04d4f", CellID->1429994036], Cell[CellGroupData[{ -Cell[183339, 5098, 286, 7, 70, "Input",ExpressionUUID->"2a8084bd-5cd8-45e3-82bb-3f591eef6195", +Cell[183418, 5103, 286, 7, 70, "Input",ExpressionUUID->"2a8084bd-5cd8-45e3-82bb-3f591eef6195", CellID->1078934380], -Cell[183628, 5107, 752, 17, 70, "Output",ExpressionUUID->"a9691afe-a7bf-4ceb-9361-0039dbb042c1", +Cell[183707, 5112, 752, 17, 70, "Output",ExpressionUUID->"a9691afe-a7bf-4ceb-9361-0039dbb042c1", CellID->1034352561] }, Open ]], Cell[CellGroupData[{ -Cell[184417, 5129, 153, 3, 70, "Input",ExpressionUUID->"87ddc272-b946-423f-850f-e6e63b3fa9cf", +Cell[184496, 5134, 153, 3, 70, "Input",ExpressionUUID->"87ddc272-b946-423f-850f-e6e63b3fa9cf", CellID->1232021186], -Cell[184573, 5134, 473, 9, 70, "Output",ExpressionUUID->"468ff3f7-f253-4e49-a9ed-130a85a82b90", +Cell[184652, 5139, 473, 9, 70, "Output",ExpressionUUID->"468ff3f7-f253-4e49-a9ed-130a85a82b90", CellID->780473666] }, Open ]], Cell[CellGroupData[{ -Cell[185083, 5148, 281, 7, 70, "Input",ExpressionUUID->"8a3e8898-71a3-4760-84fa-81199d6b8c78", +Cell[185162, 5153, 281, 7, 70, "Input",ExpressionUUID->"8a3e8898-71a3-4760-84fa-81199d6b8c78", CellID->1977884584], -Cell[185367, 5157, 550, 12, 70, "Output",ExpressionUUID->"97933688-eb06-411c-9db0-72ee0d3b94dc", +Cell[185446, 5162, 550, 12, 70, "Output",ExpressionUUID->"97933688-eb06-411c-9db0-72ee0d3b94dc", CellID->270549079] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[185966, 5175, 130, 1, 70, "Section",ExpressionUUID->"23cc7609-21e5-4355-bf07-31eb671ec1f2", +Cell[186045, 5180, 130, 1, 70, "Section",ExpressionUUID->"23cc7609-21e5-4355-bf07-31eb671ec1f2", CellID->276127320], Cell[CellGroupData[{ -Cell[186121, 5180, 274, 7, 70, "Input",ExpressionUUID->"fa3ccb5c-d6f5-4626-8b57-da8b61ffc56c", +Cell[186200, 5185, 274, 7, 70, "Input",ExpressionUUID->"fa3ccb5c-d6f5-4626-8b57-da8b61ffc56c", CellID->1379398771], -Cell[186398, 5189, 548, 12, 70, "Output",ExpressionUUID->"c0ac9f8b-55ec-4fa9-999d-f02c5ea5af45", +Cell[186477, 5194, 548, 12, 70, "Output",ExpressionUUID->"c0ac9f8b-55ec-4fa9-999d-f02c5ea5af45", CellID->848989578] }, Open ]], Cell[CellGroupData[{ -Cell[186983, 5206, 123, 1, 70, "Subsection",ExpressionUUID->"36717b81-c4e5-4201-81b5-ede86873cd4c", +Cell[187062, 5211, 123, 1, 70, "Subsection",ExpressionUUID->"36717b81-c4e5-4201-81b5-ede86873cd4c", CellID->1457558180], Cell[CellGroupData[{ -Cell[187131, 5211, 131, 2, 70, "Input",ExpressionUUID->"5788c815-75f8-4c41-8b58-3282a987e23b", +Cell[187210, 5216, 131, 2, 70, "Input",ExpressionUUID->"5788c815-75f8-4c41-8b58-3282a987e23b", CellID->2118164524], -Cell[187265, 5215, 270, 6, 70, "Output",ExpressionUUID->"70059c21-b7c3-4875-af68-ff75771087f5", +Cell[187344, 5220, 270, 6, 70, "Output",ExpressionUUID->"70059c21-b7c3-4875-af68-ff75771087f5", CellID->726326578] }, Open ]], Cell[CellGroupData[{ -Cell[187572, 5226, 304, 8, 70, "Input",ExpressionUUID->"1ca7aad0-ac94-427d-ad51-700c75c51ccd", +Cell[187651, 5231, 304, 8, 70, "Input",ExpressionUUID->"1ca7aad0-ac94-427d-ad51-700c75c51ccd", CellID->373853213], -Cell[187879, 5236, 543, 12, 70, "Output",ExpressionUUID->"59f502c7-9fc6-4fd2-87c9-54040b868df1", +Cell[187958, 5241, 543, 12, 70, "Output",ExpressionUUID->"59f502c7-9fc6-4fd2-87c9-54040b868df1", CellID->763856480] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[188483, 5255, 139, 1, 70, "Section",ExpressionUUID->"9c4d2bb6-de2d-4119-ba52-16b57cc2c454", +Cell[188562, 5260, 139, 1, 70, "Section",ExpressionUUID->"9c4d2bb6-de2d-4119-ba52-16b57cc2c454", CellID->770739517], Cell[CellGroupData[{ -Cell[188647, 5260, 275, 7, 70, "Input",ExpressionUUID->"cdd64499-6ea4-423c-8ceb-0fed71a236cb", +Cell[188726, 5265, 275, 7, 70, "Input",ExpressionUUID->"cdd64499-6ea4-423c-8ceb-0fed71a236cb", CellID->391480683], -Cell[188925, 5269, 552, 12, 70, "Output",ExpressionUUID->"7fc0cb98-f1ba-4554-96f3-323caa9cbd02", +Cell[189004, 5274, 552, 12, 70, "Output",ExpressionUUID->"7fc0cb98-f1ba-4554-96f3-323caa9cbd02", CellID->925912539] }, Open ]], Cell[CellGroupData[{ -Cell[189514, 5286, 276, 7, 70, "Input",ExpressionUUID->"837dc18a-1bef-479a-9881-db6aca2b2cc6", +Cell[189593, 5291, 276, 7, 70, "Input",ExpressionUUID->"837dc18a-1bef-479a-9881-db6aca2b2cc6", CellID->1848190719], -Cell[189793, 5295, 553, 12, 70, "Output",ExpressionUUID->"88dba8b1-05a4-4a58-85e1-07602a7f11a3", +Cell[189872, 5300, 553, 12, 70, "Output",ExpressionUUID->"88dba8b1-05a4-4a58-85e1-07602a7f11a3", CellID->1537433387] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[190395, 5313, 140, 1, 70, "Section",ExpressionUUID->"1f71a163-dc34-4d14-870c-96454f8c9e67", +Cell[190474, 5318, 140, 1, 70, "Section",ExpressionUUID->"1f71a163-dc34-4d14-870c-96454f8c9e67", CellID->454445], Cell[CellGroupData[{ -Cell[190560, 5318, 112, 1, 70, "Subsection",ExpressionUUID->"61277ac5-1e3a-46f3-ba45-70ab1c7d31b8", +Cell[190639, 5323, 112, 1, 70, "Subsection",ExpressionUUID->"61277ac5-1e3a-46f3-ba45-70ab1c7d31b8", CellID->592257775], -Cell[190675, 5321, 164, 3, 70, "Text",ExpressionUUID->"5f03961e-afab-49f1-83ec-7d05fc95e544", +Cell[190754, 5326, 164, 3, 70, "Text",ExpressionUUID->"5f03961e-afab-49f1-83ec-7d05fc95e544", CellID->398586799], Cell[CellGroupData[{ -Cell[190864, 5328, 455, 13, 70, "Input",ExpressionUUID->"66ea8aea-9e97-435b-be3f-9cd8c274f7b1", +Cell[190943, 5333, 455, 13, 70, "Input",ExpressionUUID->"66ea8aea-9e97-435b-be3f-9cd8c274f7b1", CellID->1426764594], -Cell[191322, 5343, 421, 12, 70, "Output",ExpressionUUID->"87fbafa8-d6dc-41ee-af80-281c6334e857", +Cell[191401, 5348, 421, 12, 70, "Output",ExpressionUUID->"87fbafa8-d6dc-41ee-af80-281c6334e857", CellID->328109137] }, Open ]], -Cell[191758, 5358, 185, 4, 70, "Text",ExpressionUUID->"ccb5e855-54f5-4691-9fbb-074baa614216", +Cell[191837, 5363, 185, 4, 70, "Text",ExpressionUUID->"ccb5e855-54f5-4691-9fbb-074baa614216", CellID->1033488320], Cell[CellGroupData[{ -Cell[191968, 5366, 278, 7, 70, "Input",ExpressionUUID->"6721e153-bc14-4016-b73c-72bda0babb18", +Cell[192047, 5371, 278, 7, 70, "Input",ExpressionUUID->"6721e153-bc14-4016-b73c-72bda0babb18", CellID->486004982], -Cell[192249, 5375, 268, 7, 70, "Output",ExpressionUUID->"884b6f48-7613-4cc5-968e-e445a0df7299", +Cell[192328, 5380, 268, 7, 70, "Output",ExpressionUUID->"884b6f48-7613-4cc5-968e-e445a0df7299", CellID->617380646] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[192566, 5388, 112, 1, 70, "Subsection",ExpressionUUID->"d79d4da0-6544-40be-b231-b67ea5a4c66d", +Cell[192645, 5393, 112, 1, 70, "Subsection",ExpressionUUID->"d79d4da0-6544-40be-b231-b67ea5a4c66d", CellID->1869581055], Cell[CellGroupData[{ -Cell[192703, 5393, 305, 8, 70, "Input",ExpressionUUID->"eaaef4eb-4f9b-473c-905e-6606f48269e3", +Cell[192782, 5398, 305, 8, 70, "Input",ExpressionUUID->"eaaef4eb-4f9b-473c-905e-6606f48269e3", CellID->2006848266], -Cell[193011, 5403, 548, 12, 70, "Output",ExpressionUUID->"d86c954d-8987-4a7b-bb0c-7e78a287d07d", +Cell[193090, 5408, 548, 12, 70, "Output",ExpressionUUID->"d86c954d-8987-4a7b-bb0c-7e78a287d07d", CellID->698128076] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[193608, 5421, 121, 1, 70, "Subsection",ExpressionUUID->"d23f6be6-acae-488b-858e-52c77f131dd3", +Cell[193687, 5426, 121, 1, 70, "Subsection",ExpressionUUID->"d23f6be6-acae-488b-858e-52c77f131dd3", CellID->1152091443], Cell[CellGroupData[{ -Cell[193754, 5426, 307, 8, 70, "Input",ExpressionUUID->"58d333fb-25a4-46ea-b0c1-3b1e72a7c84d", +Cell[193833, 5431, 307, 8, 70, "Input",ExpressionUUID->"58d333fb-25a4-46ea-b0c1-3b1e72a7c84d", CellID->938298998], -Cell[194064, 5436, 551, 12, 70, "Output",ExpressionUUID->"a4d0b5f0-6715-4eed-9998-b22b3a821c5c", +Cell[194143, 5441, 551, 12, 70, "Output",ExpressionUUID->"a4d0b5f0-6715-4eed-9998-b22b3a821c5c", CellID->1732480637] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[194664, 5454, 127, 1, 70, "Subsection",ExpressionUUID->"3977e5f6-f625-4c7b-8ef9-7716ad8297af", +Cell[194743, 5459, 127, 1, 70, "Subsection",ExpressionUUID->"3977e5f6-f625-4c7b-8ef9-7716ad8297af", CellID->236628982], Cell[CellGroupData[{ -Cell[194816, 5459, 307, 8, 70, "Input",ExpressionUUID->"7462c883-36c5-427c-b0fa-a0d801eb0bf2", +Cell[194895, 5464, 307, 8, 70, "Input",ExpressionUUID->"7462c883-36c5-427c-b0fa-a0d801eb0bf2", CellID->1718772664], -Cell[195126, 5469, 550, 12, 70, "Output",ExpressionUUID->"378edd90-bdc6-4fa8-8f6d-9d94fb2420c6", +Cell[195205, 5474, 550, 12, 70, "Output",ExpressionUUID->"378edd90-bdc6-4fa8-8f6d-9d94fb2420c6", CellID->1562881574] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[195725, 5487, 125, 1, 70, "Subsection",ExpressionUUID->"1e3e9fee-092f-4297-817d-8628582f2856", +Cell[195804, 5492, 125, 1, 70, "Subsection",ExpressionUUID->"1e3e9fee-092f-4297-817d-8628582f2856", CellID->507178061], Cell[CellGroupData[{ -Cell[195875, 5492, 310, 8, 70, "Input",ExpressionUUID->"3bdfafd3-6735-4d21-a81f-53ca0c62681f", +Cell[195954, 5497, 310, 8, 70, "Input",ExpressionUUID->"3bdfafd3-6735-4d21-a81f-53ca0c62681f", CellID->1994899984], -Cell[196188, 5502, 551, 12, 70, "Output",ExpressionUUID->"d2432d88-3ca6-4dd0-abd6-a080af127d49", +Cell[196267, 5507, 551, 12, 70, "Output",ExpressionUUID->"d2432d88-3ca6-4dd0-abd6-a080af127d49", CellID->794796697] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[196788, 5520, 141, 1, 70, "Subsection",ExpressionUUID->"aa0a924b-2bc6-4c98-ae92-8384e95070ad", +Cell[196867, 5525, 141, 1, 70, "Subsection",ExpressionUUID->"aa0a924b-2bc6-4c98-ae92-8384e95070ad", CellID->1356167639], Cell[CellGroupData[{ -Cell[196954, 5525, 308, 8, 70, "Input",ExpressionUUID->"93e75dff-c5cb-409b-b581-dad25a3a7543", +Cell[197033, 5530, 308, 8, 70, "Input",ExpressionUUID->"93e75dff-c5cb-409b-b581-dad25a3a7543", CellID->1304974517], -Cell[197265, 5535, 549, 12, 70, "Output",ExpressionUUID->"a596aa87-0843-4041-ab6a-d14f176bf38b", +Cell[197344, 5540, 549, 12, 70, "Output",ExpressionUUID->"a596aa87-0843-4041-ab6a-d14f176bf38b", CellID->765477574] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[197875, 5554, 131, 1, 70, "Section",ExpressionUUID->"b5ea2126-dce8-49c5-9762-b0533e71d1a5", +Cell[197954, 5559, 131, 1, 70, "Section",ExpressionUUID->"b5ea2126-dce8-49c5-9762-b0533e71d1a5", CellID->2082494218], Cell[CellGroupData[{ -Cell[198031, 5559, 455, 13, 70, "Input",ExpressionUUID->"d5642207-8b01-4fed-a84a-25685197ae7a", +Cell[198110, 5564, 455, 13, 70, "Input",ExpressionUUID->"d5642207-8b01-4fed-a84a-25685197ae7a", CellID->1678827730], -Cell[198489, 5574, 422, 12, 70, "Output",ExpressionUUID->"b15d846e-3eb7-46ae-88bd-42951bc62492", +Cell[198568, 5579, 422, 12, 70, "Output",ExpressionUUID->"b15d846e-3eb7-46ae-88bd-42951bc62492", CellID->1529334054] }, Open ]], Cell[CellGroupData[{ -Cell[198948, 5591, 278, 7, 70, "Input",ExpressionUUID->"7cfe059a-79df-4cf7-9fbf-b2c153a82807", +Cell[199027, 5596, 278, 7, 70, "Input",ExpressionUUID->"7cfe059a-79df-4cf7-9fbf-b2c153a82807", CellID->705750087], -Cell[199229, 5600, 269, 7, 70, "Output",ExpressionUUID->"dcbfb6e1-789d-467e-83be-5fcd492cc455", +Cell[199308, 5605, 269, 7, 70, "Output",ExpressionUUID->"dcbfb6e1-789d-467e-83be-5fcd492cc455", CellID->2070308413] }, Open ]], Cell[CellGroupData[{ -Cell[199535, 5612, 305, 8, 70, "Input",ExpressionUUID->"408f1a1e-9e37-4203-9344-89851ddb3a4e", +Cell[199614, 5617, 305, 8, 70, "Input",ExpressionUUID->"408f1a1e-9e37-4203-9344-89851ddb3a4e", CellID->307762946], -Cell[199843, 5622, 431, 10, 70, "Output",ExpressionUUID->"29c7794e-36b0-492d-b1d3-02d1c008171b", +Cell[199922, 5627, 431, 10, 70, "Output",ExpressionUUID->"29c7794e-36b0-492d-b1d3-02d1c008171b", CellID->406457158] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[200323, 5638, 128, 1, 70, "Section",ExpressionUUID->"2bf9a061-2a5c-4ded-b500-dce74b4c152d", +Cell[200402, 5643, 128, 1, 70, "Section",ExpressionUUID->"2bf9a061-2a5c-4ded-b500-dce74b4c152d", CellID->1055518331], Cell[CellGroupData[{ -Cell[200476, 5643, 121, 1, 70, "Subsection",ExpressionUUID->"53a49bf9-c0d6-4976-b56a-3fb944ae725e", +Cell[200555, 5648, 121, 1, 70, "Subsection",ExpressionUUID->"53a49bf9-c0d6-4976-b56a-3fb944ae725e", CellID->1506540079], Cell[CellGroupData[{ -Cell[200622, 5648, 1526, 49, 70, "Input",ExpressionUUID->"4ca9a8e4-7915-4b93-a37e-7fa10eaf7fd9", +Cell[200701, 5653, 1526, 49, 70, "Input",ExpressionUUID->"4ca9a8e4-7915-4b93-a37e-7fa10eaf7fd9", CellID->1126190887], -Cell[202151, 5699, 1457, 48, 70, "Output",ExpressionUUID->"793ae3d0-d845-4d8f-b20f-12b7b91578ef", +Cell[202230, 5704, 1457, 48, 70, "Output",ExpressionUUID->"793ae3d0-d845-4d8f-b20f-12b7b91578ef", CellID->437368738] }, Open ]], -Cell[203623, 5750, 224, 4, 70, "Text",ExpressionUUID->"a7986e02-02bf-4c1c-a951-d3288389904b", +Cell[203702, 5755, 224, 4, 70, "Text",ExpressionUUID->"a7986e02-02bf-4c1c-a951-d3288389904b", CellID->64806518], Cell[CellGroupData[{ -Cell[203872, 5758, 278, 7, 70, "Input",ExpressionUUID->"ff9376ed-a7fb-41bf-b7f6-66725a294c9d", +Cell[203951, 5763, 278, 7, 70, "Input",ExpressionUUID->"ff9376ed-a7fb-41bf-b7f6-66725a294c9d", CellID->1049015652], -Cell[204153, 5767, 532, 11, 70, "Output",ExpressionUUID->"ea23c581-a218-4d7e-9c63-da4ed4885ab7", +Cell[204232, 5772, 532, 11, 70, "Output",ExpressionUUID->"ea23c581-a218-4d7e-9c63-da4ed4885ab7", CellID->745131684] }, Open ]], Cell[CellGroupData[{ -Cell[204722, 5783, 151, 1, 70, "Subsubsection",ExpressionUUID->"b993f1f6-d5dc-48da-8404-c2e9cbbc00d5", +Cell[204801, 5788, 151, 1, 70, "Subsubsection",ExpressionUUID->"b993f1f6-d5dc-48da-8404-c2e9cbbc00d5", CellID->471263676], Cell[CellGroupData[{ -Cell[204898, 5788, 321, 8, 70, "Input",ExpressionUUID->"ecd4e4c4-c6ab-473e-9e7e-fafe03a734de", +Cell[204977, 5793, 321, 8, 70, "Input",ExpressionUUID->"ecd4e4c4-c6ab-473e-9e7e-fafe03a734de", CellID->361790156], -Cell[205222, 5798, 551, 12, 70, "Output",ExpressionUUID->"d6edcafb-7dfc-42eb-a827-74aa6bea9703", +Cell[205301, 5803, 551, 12, 70, "Output",ExpressionUUID->"d6edcafb-7dfc-42eb-a827-74aa6bea9703", CellID->1053349075] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[205834, 5817, 117, 1, 70, "Subsection",ExpressionUUID->"49e8407b-36ff-4c0c-a4c5-c386b70d36f2", +Cell[205913, 5822, 117, 1, 70, "Subsection",ExpressionUUID->"49e8407b-36ff-4c0c-a4c5-c386b70d36f2", CellID->1469978609], -Cell[205954, 5820, 167, 3, 70, "Text",ExpressionUUID->"073ae4c8-fee4-415a-b777-9383e644a092", +Cell[206033, 5825, 167, 3, 70, "Text",ExpressionUUID->"073ae4c8-fee4-415a-b777-9383e644a092", CellID->73151459], -Cell[206124, 5825, 299, 8, 70, "Input",ExpressionUUID->"f9bc4495-18ef-488b-b9f7-6b504ddb43c0", +Cell[206203, 5830, 299, 8, 70, "Input",ExpressionUUID->"f9bc4495-18ef-488b-b9f7-6b504ddb43c0", CellID->640847412], Cell[CellGroupData[{ -Cell[206448, 5837, 132, 2, 70, "Input",ExpressionUUID->"c1a84c25-1505-4d92-bb10-f968014d6460", +Cell[206527, 5842, 132, 2, 70, "Input",ExpressionUUID->"c1a84c25-1505-4d92-bb10-f968014d6460", CellID->649319031], -Cell[206583, 5841, 137, 2, 70, "Output",ExpressionUUID->"a9b55f47-6d41-4bfc-8b01-92b0bb4761bf", +Cell[206662, 5846, 137, 2, 70, "Output",ExpressionUUID->"a9b55f47-6d41-4bfc-8b01-92b0bb4761bf", CellID->818001082] }, Open ]], Cell[CellGroupData[{ -Cell[206757, 5848, 160, 3, 70, "Input",ExpressionUUID->"9db77b17-3102-4693-94d5-70e7e4758f08", +Cell[206836, 5853, 160, 3, 70, "Input",ExpressionUUID->"9db77b17-3102-4693-94d5-70e7e4758f08", CellID->714350731], -Cell[206920, 5853, 131, 2, 70, "Output",ExpressionUUID->"cb129ff3-4835-4138-b195-707c00c07cae", +Cell[206999, 5858, 131, 2, 70, "Output",ExpressionUUID->"cb129ff3-4835-4138-b195-707c00c07cae", CellID->446040100] }, Open ]], -Cell[207066, 5858, 171, 3, 70, "Text",ExpressionUUID->"80346e6b-cdca-4602-ae37-13f09f97e582", +Cell[207145, 5863, 171, 3, 70, "Text",ExpressionUUID->"80346e6b-cdca-4602-ae37-13f09f97e582", CellID->1284948113], Cell[CellGroupData[{ -Cell[207262, 5865, 278, 7, 70, "Input",ExpressionUUID->"8b1aa187-ede8-4f2b-b462-5ef5b24d5a9c", +Cell[207341, 5870, 278, 7, 70, "Input",ExpressionUUID->"8b1aa187-ede8-4f2b-b462-5ef5b24d5a9c", CellID->647218668], -Cell[207543, 5874, 184, 4, 70, "Output",ExpressionUUID->"ec1d07db-017d-4817-8d9d-8359dd0051d1", +Cell[207622, 5879, 184, 4, 70, "Output",ExpressionUUID->"ec1d07db-017d-4817-8d9d-8359dd0051d1", CellID->940889244] }, Open ]], Cell[CellGroupData[{ -Cell[207764, 5883, 147, 1, 70, "Subsubsection",ExpressionUUID->"5df55e27-203f-4feb-9b2f-51c6516c23f4", +Cell[207843, 5888, 147, 1, 70, "Subsubsection",ExpressionUUID->"5df55e27-203f-4feb-9b2f-51c6516c23f4", CellID->756502940], Cell[CellGroupData[{ -Cell[207936, 5888, 324, 8, 70, "Input",ExpressionUUID->"11d14fdf-cc45-491a-b0a8-d1e9057fa301", +Cell[208015, 5893, 324, 8, 70, "Input",ExpressionUUID->"11d14fdf-cc45-491a-b0a8-d1e9057fa301", CellID->1518385603], -Cell[208263, 5898, 551, 12, 70, "Output",ExpressionUUID->"af7994a6-771e-4eb8-8956-f177035b740e", +Cell[208342, 5903, 551, 12, 70, "Output",ExpressionUUID->"af7994a6-771e-4eb8-8956-f177035b740e", CellID->1020735378] }, Open ]] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[208887, 5918, 123, 1, 70, "Section",ExpressionUUID->"03ea084f-d021-495b-9df1-7b06df8ac16a", +Cell[208966, 5923, 123, 1, 70, "Section",ExpressionUUID->"03ea084f-d021-495b-9df1-7b06df8ac16a", CellID->464686748], Cell[CellGroupData[{ -Cell[209035, 5923, 281, 8, 70, "Input",ExpressionUUID->"e74c13a0-d407-4ef6-bf4f-4cf091564789", +Cell[209114, 5928, 281, 8, 70, "Input",ExpressionUUID->"e74c13a0-d407-4ef6-bf4f-4cf091564789", CellID->1960841554], -Cell[209319, 5933, 185, 4, 70, "Output",ExpressionUUID->"e0a4d529-0f1e-4746-bcbf-398e6facfcf8", +Cell[209398, 5938, 185, 4, 70, "Output",ExpressionUUID->"e0a4d529-0f1e-4746-bcbf-398e6facfcf8", CellID->515979438] }, Open ]], Cell[CellGroupData[{ -Cell[209541, 5942, 277, 7, 70, "Input",ExpressionUUID->"63f21cbc-2067-477a-9edc-09f6ba11f595", +Cell[209620, 5947, 277, 7, 70, "Input",ExpressionUUID->"63f21cbc-2067-477a-9edc-09f6ba11f595", CellID->680048618], -Cell[209821, 5951, 185, 4, 70, "Output",ExpressionUUID->"727c2223-e4c5-421f-850a-27e82a3ec62d", +Cell[209900, 5956, 185, 4, 70, "Output",ExpressionUUID->"727c2223-e4c5-421f-850a-27e82a3ec62d", CellID->103230194] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[210055, 5961, 132, 1, 70, "Section",ExpressionUUID->"bee7e92d-ffe7-435c-94c7-f51c8d9b1895", +Cell[210134, 5966, 132, 1, 70, "Section",ExpressionUUID->"bee7e92d-ffe7-435c-94c7-f51c8d9b1895", CellID->806020196], -Cell[210190, 5964, 108, 1, 70, "Text",ExpressionUUID->"82b4d857-1baa-45a4-a445-ed8f314b955d", +Cell[210269, 5969, 108, 1, 70, "Text",ExpressionUUID->"82b4d857-1baa-45a4-a445-ed8f314b955d", CellID->104094479], Cell[CellGroupData[{ -Cell[210323, 5969, 277, 7, 70, "Input",ExpressionUUID->"68e84baa-10e8-48a5-9f64-aef02adf4acc", +Cell[210402, 5974, 277, 7, 70, "Input",ExpressionUUID->"68e84baa-10e8-48a5-9f64-aef02adf4acc", CellID->1698076999], -Cell[210603, 5978, 551, 12, 70, "Output",ExpressionUUID->"d67e32c1-e611-4e50-aa9b-ac55ce91f514", +Cell[210682, 5983, 551, 12, 70, "Output",ExpressionUUID->"d67e32c1-e611-4e50-aa9b-ac55ce91f514", CellID->1861538527] }, Open ]], -Cell[211169, 5993, 103, 1, 70, "Text",ExpressionUUID->"4b38f0bc-58bf-404e-abeb-4ad0ea56b543", +Cell[211248, 5998, 103, 1, 70, "Text",ExpressionUUID->"4b38f0bc-58bf-404e-abeb-4ad0ea56b543", CellID->1610634558], Cell[CellGroupData[{ -Cell[211297, 5998, 277, 7, 70, "Input",ExpressionUUID->"21ce5560-b760-4158-9735-9aea335179ee", +Cell[211376, 6003, 277, 7, 70, "Input",ExpressionUUID->"21ce5560-b760-4158-9735-9aea335179ee", CellID->676784238], -Cell[211577, 6007, 549, 12, 70, "Output",ExpressionUUID->"c4fcbad0-5e8f-4aed-b405-a4400bdfefa8", +Cell[211656, 6012, 549, 12, 70, "Output",ExpressionUUID->"c4fcbad0-5e8f-4aed-b405-a4400bdfefa8", CellID->151423617] }, Open ]], Cell[CellGroupData[{ -Cell[212163, 6024, 126, 1, 70, "Subsection",ExpressionUUID->"6e4f8d64-57c8-4fe6-b617-ef2d1568f853", +Cell[212242, 6029, 126, 1, 70, "Subsection",ExpressionUUID->"6e4f8d64-57c8-4fe6-b617-ef2d1568f853", CellID->1675441076], Cell[CellGroupData[{ -Cell[212314, 6029, 306, 8, 70, "Input",ExpressionUUID->"ce1efa65-d540-4392-9d85-27a49d825a15", +Cell[212393, 6034, 306, 8, 70, "Input",ExpressionUUID->"ce1efa65-d540-4392-9d85-27a49d825a15", CellID->1725799890], -Cell[212623, 6039, 184, 4, 70, "Output",ExpressionUUID->"f3cdb8a8-1f06-4e24-b6cd-00be61b54c73", +Cell[212702, 6044, 184, 4, 70, "Output",ExpressionUUID->"f3cdb8a8-1f06-4e24-b6cd-00be61b54c73", CellID->896555301] }, Open ]], Cell[CellGroupData[{ -Cell[212844, 6048, 324, 9, 70, "Input",ExpressionUUID->"1230b2ab-4986-4511-a400-483a18142f78", +Cell[212923, 6053, 324, 9, 70, "Input",ExpressionUUID->"1230b2ab-4986-4511-a400-483a18142f78", CellID->2146704752], -Cell[213171, 6059, 185, 4, 70, "Output",ExpressionUUID->"9aa50e56-a141-48e0-a7a0-627a63af0262", +Cell[213250, 6064, 185, 4, 70, "Output",ExpressionUUID->"9aa50e56-a141-48e0-a7a0-627a63af0262", CellID->2087590046] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[213417, 6070, 119, 1, 70, "Section",ExpressionUUID->"4e390451-8966-473d-8274-3b94dbdfc3a6", +Cell[213496, 6075, 119, 1, 70, "Section",ExpressionUUID->"4e390451-8966-473d-8274-3b94dbdfc3a6", CellID->1949904376], Cell[CellGroupData[{ -Cell[213561, 6075, 111, 1, 70, "Subsection",ExpressionUUID->"a2b3a188-04b2-44a8-87e7-d80313704d0c", +Cell[213640, 6080, 111, 1, 70, "Subsection",ExpressionUUID->"a2b3a188-04b2-44a8-87e7-d80313704d0c", CellID->1469199713], -Cell[213675, 6078, 301, 8, 70, "Input",ExpressionUUID->"3a68cc23-65f3-4769-a6d9-04ca0ddc54bc", +Cell[213754, 6083, 301, 8, 70, "Input",ExpressionUUID->"3a68cc23-65f3-4769-a6d9-04ca0ddc54bc", CellID->13257857], Cell[CellGroupData[{ -Cell[214001, 6090, 161, 3, 70, "Input",ExpressionUUID->"9604d5af-c9a0-433d-9fb7-a8676b4d389a", +Cell[214080, 6095, 161, 3, 70, "Input",ExpressionUUID->"9604d5af-c9a0-433d-9fb7-a8676b4d389a", CellID->443268140], -Cell[214165, 6095, 133, 2, 70, "Output",ExpressionUUID->"e2b2b05e-a34d-4fce-b922-53ac90bebb85", +Cell[214244, 6100, 133, 2, 70, "Output",ExpressionUUID->"e2b2b05e-a34d-4fce-b922-53ac90bebb85", CellID->2118518744] }, Open ]], Cell[CellGroupData[{ -Cell[214335, 6102, 132, 2, 70, "Input",ExpressionUUID->"78b41d54-850c-4595-bed3-9933e13f980b", +Cell[214414, 6107, 132, 2, 70, "Input",ExpressionUUID->"78b41d54-850c-4595-bed3-9933e13f980b", CellID->831258940], -Cell[214470, 6106, 139, 2, 70, "Output",ExpressionUUID->"cc8655ba-99a0-4c15-a7ca-85fbeda0fcee", +Cell[214549, 6111, 139, 2, 70, "Output",ExpressionUUID->"cc8655ba-99a0-4c15-a7ca-85fbeda0fcee", CellID->1157618871] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[214658, 6114, 111, 1, 70, "Subsection",ExpressionUUID->"2dab8736-bfb3-41f8-86dd-77ca234f70c0", +Cell[214737, 6119, 111, 1, 70, "Subsection",ExpressionUUID->"2dab8736-bfb3-41f8-86dd-77ca234f70c0", CellID->417075196], Cell[CellGroupData[{ -Cell[214794, 6119, 286, 8, 70, "Input",ExpressionUUID->"536fa7f5-2a39-43de-9118-f964dafaacdf", +Cell[214873, 6124, 286, 8, 70, "Input",ExpressionUUID->"536fa7f5-2a39-43de-9118-f964dafaacdf", CellID->2116207053], -Cell[215083, 6129, 1702, 47, 70, "Output",ExpressionUUID->"6ea322b2-d2a4-43b2-9d62-a5279fde010f", +Cell[215162, 6134, 1702, 47, 70, "Output",ExpressionUUID->"6ea322b2-d2a4-43b2-9d62-a5279fde010f", CellID->1804837539] }, Open ]], Cell[CellGroupData[{ -Cell[216822, 6181, 205, 5, 70, "Input",ExpressionUUID->"a02ee1ae-3dc5-4f71-9c66-29e0d2641ad1", +Cell[216901, 6186, 205, 5, 70, "Input",ExpressionUUID->"a02ee1ae-3dc5-4f71-9c66-29e0d2641ad1", CellID->1357964441], -Cell[217030, 6188, 162, 3, 70, "Output",ExpressionUUID->"00827b13-a07f-43a6-9acc-7d2be981e9d2", +Cell[217109, 6193, 162, 3, 70, "Output",ExpressionUUID->"00827b13-a07f-43a6-9acc-7d2be981e9d2", CellID->725226345] }, Open ]], Cell[CellGroupData[{ -Cell[217229, 6196, 281, 7, 70, "Input",ExpressionUUID->"31a64682-5fc2-4cb5-aa9c-68376f34995a", +Cell[217308, 6201, 281, 7, 70, "Input",ExpressionUUID->"31a64682-5fc2-4cb5-aa9c-68376f34995a", CellID->1175739494], -Cell[217513, 6205, 218, 5, 70, "Output",ExpressionUUID->"14d778b8-29ef-4709-a554-ddb9b5199d02", +Cell[217592, 6210, 218, 5, 70, "Output",ExpressionUUID->"14d778b8-29ef-4709-a554-ddb9b5199d02", CellID->231216171] }, Open ]], Cell[CellGroupData[{ -Cell[217768, 6215, 284, 7, 70, "Input",ExpressionUUID->"73ad584b-edc1-431f-9d2c-e708636bf4fb", +Cell[217847, 6220, 284, 7, 70, "Input",ExpressionUUID->"73ad584b-edc1-431f-9d2c-e708636bf4fb", CellID->1189913094], -Cell[218055, 6224, 218, 5, 70, "Output",ExpressionUUID->"b96a941e-63f4-43e1-aac0-55d2860067da", +Cell[218134, 6229, 218, 5, 70, "Output",ExpressionUUID->"b96a941e-63f4-43e1-aac0-55d2860067da", CellID->989097401] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[218322, 6235, 120, 1, 70, "Subsection",ExpressionUUID->"a8fb74f4-e448-4aba-854d-2508955fb8a5", +Cell[218401, 6240, 120, 1, 70, "Subsection",ExpressionUUID->"a8fb74f4-e448-4aba-854d-2508955fb8a5", CellID->747195610], Cell[CellGroupData[{ -Cell[218467, 6240, 296, 7, 70, "Input",ExpressionUUID->"d79a6191-1cf8-4fc3-8def-bc1d3693e2a6", +Cell[218546, 6245, 296, 7, 70, "Input",ExpressionUUID->"d79a6191-1cf8-4fc3-8def-bc1d3693e2a6", CellID->1869961712], -Cell[218766, 6249, 295, 8, 70, "Output",ExpressionUUID->"285ae0c5-7b7d-4847-bcd8-54338fd4ae84", +Cell[218845, 6254, 295, 8, 70, "Output",ExpressionUUID->"285ae0c5-7b7d-4847-bcd8-54338fd4ae84", CellID->1092327595] }, Open ]], Cell[CellGroupData[{ -Cell[219098, 6262, 153, 3, 70, "Input",ExpressionUUID->"93c7130f-f257-4503-a458-41c188c17041", +Cell[219177, 6267, 153, 3, 70, "Input",ExpressionUUID->"93c7130f-f257-4503-a458-41c188c17041", CellID->1553215806], -Cell[219254, 6267, 219, 5, 70, "Output",ExpressionUUID->"81880eb2-a4ee-4737-ba4e-a30b75bdbb6d", +Cell[219333, 6272, 219, 5, 70, "Output",ExpressionUUID->"81880eb2-a4ee-4737-ba4e-a30b75bdbb6d", CellID->1974056191] }, Open ]], Cell[CellGroupData[{ -Cell[219510, 6277, 296, 7, 70, "Input",ExpressionUUID->"909b9086-87e0-42c7-aad0-d36623a7c777", +Cell[219589, 6282, 296, 7, 70, "Input",ExpressionUUID->"909b9086-87e0-42c7-aad0-d36623a7c777", CellID->642920947], -Cell[219809, 6286, 271, 7, 70, "Output",ExpressionUUID->"ddcfa6a6-cf5c-409a-a0e4-df7062c1605b", +Cell[219888, 6291, 271, 7, 70, "Output",ExpressionUUID->"ddcfa6a6-cf5c-409a-a0e4-df7062c1605b", CellID->1267270685] }, Open ]], Cell[CellGroupData[{ -Cell[220117, 6298, 153, 3, 70, "Input",ExpressionUUID->"5d2ea3a1-2f8d-4ffc-97c2-65f906f8b849", +Cell[220196, 6303, 153, 3, 70, "Input",ExpressionUUID->"5d2ea3a1-2f8d-4ffc-97c2-65f906f8b849", CellID->1437207101], -Cell[220273, 6303, 201, 4, 70, "Output",ExpressionUUID->"a5832226-463d-448c-b20a-a4c3747bbc2d", +Cell[220352, 6308, 201, 4, 70, "Output",ExpressionUUID->"a5832226-463d-448c-b20a-a4c3747bbc2d", CellID->1319705185] }, Open ]], Cell[CellGroupData[{ -Cell[220511, 6312, 296, 7, 70, "Input",ExpressionUUID->"a23d8af5-f42c-4faa-93bf-c7e98037ba79", +Cell[220590, 6317, 296, 7, 70, "Input",ExpressionUUID->"a23d8af5-f42c-4faa-93bf-c7e98037ba79", CellID->1418694303], -Cell[220810, 6321, 269, 7, 70, "Output",ExpressionUUID->"1b1c6c06-d068-491b-8f03-495aa75c0816", +Cell[220889, 6326, 269, 7, 70, "Output",ExpressionUUID->"1b1c6c06-d068-491b-8f03-495aa75c0816", CellID->965164529] }, Open ]], Cell[CellGroupData[{ -Cell[221116, 6333, 152, 3, 70, "Input",ExpressionUUID->"2e4f973e-7de3-4f7a-8f47-667f99d5f9b0", +Cell[221195, 6338, 152, 3, 70, "Input",ExpressionUUID->"2e4f973e-7de3-4f7a-8f47-667f99d5f9b0", CellID->898021428], -Cell[221271, 6338, 200, 4, 70, "Output",ExpressionUUID->"6dbee90d-07e8-411e-9bb7-f0e6d07ec504", +Cell[221350, 6343, 200, 4, 70, "Output",ExpressionUUID->"6dbee90d-07e8-411e-9bb7-f0e6d07ec504", CellID->167765956] }, Open ]], Cell[CellGroupData[{ -Cell[221508, 6347, 296, 7, 70, "Input",ExpressionUUID->"6878a857-4d83-455c-b077-8e313017ba57", +Cell[221587, 6352, 296, 7, 70, "Input",ExpressionUUID->"6878a857-4d83-455c-b077-8e313017ba57", CellID->964385633], -Cell[221807, 6356, 269, 7, 70, "Output",ExpressionUUID->"1fe6bc32-8d0c-4e9b-9120-7a411a097a9f", +Cell[221886, 6361, 269, 7, 70, "Output",ExpressionUUID->"1fe6bc32-8d0c-4e9b-9120-7a411a097a9f", CellID->838127826] }, Open ]], Cell[CellGroupData[{ -Cell[222113, 6368, 153, 3, 70, "Input",ExpressionUUID->"920b5065-dcee-43c2-a014-9f903c8a7fa6", +Cell[222192, 6373, 153, 3, 70, "Input",ExpressionUUID->"920b5065-dcee-43c2-a014-9f903c8a7fa6", CellID->2117670333], -Cell[222269, 6373, 200, 4, 70, "Output",ExpressionUUID->"be3f2fb3-d444-45d8-801c-757a62a819ad", +Cell[222348, 6378, 200, 4, 70, "Output",ExpressionUUID->"be3f2fb3-d444-45d8-801c-757a62a819ad", CellID->286101698] }, Open ]], Cell[CellGroupData[{ -Cell[222506, 6382, 295, 7, 70, "Input",ExpressionUUID->"5e3e2c07-ebf7-4403-8fba-a1acd7f5a4ab", +Cell[222585, 6387, 295, 7, 70, "Input",ExpressionUUID->"5e3e2c07-ebf7-4403-8fba-a1acd7f5a4ab", CellID->851385684], -Cell[222804, 6391, 272, 7, 70, "Output",ExpressionUUID->"67a28c86-40a0-47ce-9ab6-09f668b812aa", +Cell[222883, 6396, 272, 7, 70, "Output",ExpressionUUID->"67a28c86-40a0-47ce-9ab6-09f668b812aa", CellID->413454825] }, Open ]], Cell[CellGroupData[{ -Cell[223113, 6403, 152, 3, 70, "Input",ExpressionUUID->"fb5be240-1d9f-4e1a-b6cd-64d20e81ffe0", +Cell[223192, 6408, 152, 3, 70, "Input",ExpressionUUID->"fb5be240-1d9f-4e1a-b6cd-64d20e81ffe0", CellID->257136794], -Cell[223268, 6408, 201, 4, 70, "Output",ExpressionUUID->"ba44bbf6-368d-4514-bbca-707c2b21d8cb", +Cell[223347, 6413, 201, 4, 70, "Output",ExpressionUUID->"ba44bbf6-368d-4514-bbca-707c2b21d8cb", CellID->1682644624] }, Open ]], Cell[CellGroupData[{ -Cell[223506, 6417, 296, 7, 70, "Input",ExpressionUUID->"0ab0ad16-6441-4fa8-8729-822cd4009544", +Cell[223585, 6422, 296, 7, 70, "Input",ExpressionUUID->"0ab0ad16-6441-4fa8-8729-822cd4009544", CellID->1571073697], -Cell[223805, 6426, 242, 6, 70, "Output",ExpressionUUID->"333f2467-d7c8-4d99-8684-40659e899494", +Cell[223884, 6431, 242, 6, 70, "Output",ExpressionUUID->"333f2467-d7c8-4d99-8684-40659e899494", CellID->674211991] }, Open ]], Cell[CellGroupData[{ -Cell[224084, 6437, 302, 7, 70, "Input",ExpressionUUID->"71e42d07-a30c-430e-b639-550eb4616590", +Cell[224163, 6442, 302, 7, 70, "Input",ExpressionUUID->"71e42d07-a30c-430e-b639-550eb4616590", CellID->1651368029], -Cell[224389, 6446, 275, 7, 70, "Output",ExpressionUUID->"2ee63c8d-2467-4617-9f61-ba13be8bdadc", +Cell[224468, 6451, 275, 7, 70, "Output",ExpressionUUID->"2ee63c8d-2467-4617-9f61-ba13be8bdadc", CellID->1228427588] }, Open ]], Cell[CellGroupData[{ -Cell[224701, 6458, 154, 3, 70, "Input",ExpressionUUID->"95cbeb36-105f-4395-a92a-61baa715eff0", +Cell[224780, 6463, 154, 3, 70, "Input",ExpressionUUID->"95cbeb36-105f-4395-a92a-61baa715eff0", CellID->2032176432], -Cell[224858, 6463, 203, 4, 70, "Output",ExpressionUUID->"0edd6d57-9f34-48d2-ae19-e7f57e5e5509", +Cell[224937, 6468, 203, 4, 70, "Output",ExpressionUUID->"0edd6d57-9f34-48d2-ae19-e7f57e5e5509", CellID->229110727] }, Open ]], Cell[CellGroupData[{ -Cell[225098, 6472, 300, 7, 70, "Input",ExpressionUUID->"23956d45-7cec-4b25-9c19-010eb595b906", +Cell[225177, 6477, 300, 7, 70, "Input",ExpressionUUID->"23956d45-7cec-4b25-9c19-010eb595b906", CellID->256683435], -Cell[225401, 6481, 245, 6, 70, "Output",ExpressionUUID->"891e6975-a62a-4a16-81b9-01396dc6c891", +Cell[225480, 6486, 245, 6, 70, "Output",ExpressionUUID->"891e6975-a62a-4a16-81b9-01396dc6c891", CellID->115908955] }, Open ]], Cell[CellGroupData[{ -Cell[225683, 6492, 285, 7, 70, "Input",ExpressionUUID->"3ee91342-76bc-4622-b57f-becdcca70233", +Cell[225762, 6497, 285, 7, 70, "Input",ExpressionUUID->"3ee91342-76bc-4622-b57f-becdcca70233", CellID->1419023821], -Cell[225971, 6501, 200, 4, 70, "Output",ExpressionUUID->"c8564f3d-312e-4cee-8af2-a5c0a4df42c6", +Cell[226050, 6506, 200, 4, 70, "Output",ExpressionUUID->"c8564f3d-312e-4cee-8af2-a5c0a4df42c6", CellID->1245780836] }, Open ]], Cell[CellGroupData[{ -Cell[226208, 6510, 284, 7, 70, "Input",ExpressionUUID->"a6237c69-84a0-49ae-a58c-63e51ae9e483", +Cell[226287, 6515, 284, 7, 70, "Input",ExpressionUUID->"a6237c69-84a0-49ae-a58c-63e51ae9e483", CellID->863104565], -Cell[226495, 6519, 200, 4, 70, "Output",ExpressionUUID->"e4468729-fd03-4585-bb54-d1abf8ea7224", +Cell[226574, 6524, 200, 4, 70, "Output",ExpressionUUID->"e4468729-fd03-4585-bb54-d1abf8ea7224", CellID->1141501885] }, Open ]], Cell[CellGroupData[{ -Cell[226732, 6528, 284, 7, 70, "Input",ExpressionUUID->"faea0c02-ae0e-4402-b1c7-b79f98ca0dba", +Cell[226811, 6533, 284, 7, 70, "Input",ExpressionUUID->"faea0c02-ae0e-4402-b1c7-b79f98ca0dba", CellID->190624783], -Cell[227019, 6537, 184, 4, 70, "Output",ExpressionUUID->"6d4e4f1a-13b9-46b0-b217-d90fe519ca75", +Cell[227098, 6542, 184, 4, 70, "Output",ExpressionUUID->"6d4e4f1a-13b9-46b0-b217-d90fe519ca75", CellID->268836723] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[227252, 6547, 110, 1, 70, "Subsection",ExpressionUUID->"6c54a599-2fca-43cc-ba8f-c8e0a7698983", +Cell[227331, 6552, 110, 1, 70, "Subsection",ExpressionUUID->"6c54a599-2fca-43cc-ba8f-c8e0a7698983", CellID->968074428], Cell[CellGroupData[{ -Cell[227387, 6552, 319, 8, 70, "Input",ExpressionUUID->"2871cde2-ccba-49d7-b45f-4c2d2bc28d04", +Cell[227466, 6557, 319, 8, 70, "Input",ExpressionUUID->"2871cde2-ccba-49d7-b45f-4c2d2bc28d04", CellID->833545730], -Cell[227709, 6562, 185, 4, 70, "Output",ExpressionUUID->"7ba66320-8878-4940-a616-1b905ba0fcae", +Cell[227788, 6567, 185, 4, 70, "Output",ExpressionUUID->"7ba66320-8878-4940-a616-1b905ba0fcae", CellID->1536107409] }, Open ]], Cell[CellGroupData[{ -Cell[227931, 6571, 322, 8, 70, "Input",ExpressionUUID->"dda29adb-aff0-4d0d-9d93-94346c0ef90f", +Cell[228010, 6576, 322, 8, 70, "Input",ExpressionUUID->"dda29adb-aff0-4d0d-9d93-94346c0ef90f", CellID->257797881], -Cell[228256, 6581, 182, 4, 70, "Output",ExpressionUUID->"98cd4ede-5624-4158-97a7-b3e0386504d4", +Cell[228335, 6586, 182, 4, 70, "Output",ExpressionUUID->"98cd4ede-5624-4158-97a7-b3e0386504d4", CellID->5767268] }, Open ]], Cell[CellGroupData[{ -Cell[228475, 6590, 321, 8, 70, "Input",ExpressionUUID->"f23416d5-d922-459f-8bb4-ef6379731800", +Cell[228554, 6595, 321, 8, 70, "Input",ExpressionUUID->"f23416d5-d922-459f-8bb4-ef6379731800", CellID->807318064], -Cell[228799, 6600, 185, 4, 70, "Output",ExpressionUUID->"56f4a16a-fe7c-4778-9a39-a39ae5bc6be7", +Cell[228878, 6605, 185, 4, 70, "Output",ExpressionUUID->"56f4a16a-fe7c-4778-9a39-a39ae5bc6be7", CellID->1222962410] }, Open ]], Cell[CellGroupData[{ -Cell[229021, 6609, 320, 8, 70, "Input",ExpressionUUID->"0ce050d9-ce39-46ab-ae0e-2a3bc1d07d34", +Cell[229100, 6614, 320, 8, 70, "Input",ExpressionUUID->"0ce050d9-ce39-46ab-ae0e-2a3bc1d07d34", CellID->903788696], -Cell[229344, 6619, 184, 4, 70, "Output",ExpressionUUID->"cb40c0ac-215a-49c0-89ba-de09f531e76c", +Cell[229423, 6624, 184, 4, 70, "Output",ExpressionUUID->"cb40c0ac-215a-49c0-89ba-de09f531e76c", CellID->975084020] }, Open ]], Cell[CellGroupData[{ -Cell[229565, 6628, 320, 8, 70, "Input",ExpressionUUID->"a363b320-7406-43d0-907f-c4c20b178764", +Cell[229644, 6633, 320, 8, 70, "Input",ExpressionUUID->"a363b320-7406-43d0-907f-c4c20b178764", CellID->39864395], -Cell[229888, 6638, 184, 4, 70, "Output",ExpressionUUID->"553269d2-17d0-41e1-b757-ec0a5c3af1e0", +Cell[229967, 6643, 184, 4, 70, "Output",ExpressionUUID->"553269d2-17d0-41e1-b757-ec0a5c3af1e0", CellID->1741916522] }, Open ]], Cell[CellGroupData[{ -Cell[230109, 6647, 310, 8, 70, "Input",ExpressionUUID->"2c9acb8f-d212-49c7-ba56-8971637687d0", +Cell[230188, 6652, 310, 8, 70, "Input",ExpressionUUID->"2c9acb8f-d212-49c7-ba56-8971637687d0", CellID->945270705], -Cell[230422, 6657, 184, 4, 70, "Output",ExpressionUUID->"179951a3-a894-4839-ac4f-7f58b2d92e6d", +Cell[230501, 6662, 184, 4, 70, "Output",ExpressionUUID->"179951a3-a894-4839-ac4f-7f58b2d92e6d", CellID->325966093] }, Open ]], Cell[CellGroupData[{ -Cell[230643, 6666, 311, 8, 70, "Input",ExpressionUUID->"ff92b4b5-88d7-4826-8d58-00216ebcdaa2", +Cell[230722, 6671, 311, 8, 70, "Input",ExpressionUUID->"ff92b4b5-88d7-4826-8d58-00216ebcdaa2", CellID->445818558], -Cell[230957, 6676, 185, 4, 70, "Output",ExpressionUUID->"cf0697ca-099d-4230-9c09-112145a02142", +Cell[231036, 6681, 185, 4, 70, "Output",ExpressionUUID->"cf0697ca-099d-4230-9c09-112145a02142", CellID->1358725531] }, Open ]], Cell[CellGroupData[{ -Cell[231179, 6685, 310, 8, 70, "Input",ExpressionUUID->"dfe6a1d5-192e-40fa-9870-6a801b5c9195", +Cell[231258, 6690, 310, 8, 70, "Input",ExpressionUUID->"dfe6a1d5-192e-40fa-9870-6a801b5c9195", CellID->583102887], -Cell[231492, 6695, 185, 4, 70, "Output",ExpressionUUID->"b304c2f1-a44d-4eb4-8b4b-0d254b3c24f9", +Cell[231571, 6700, 185, 4, 70, "Output",ExpressionUUID->"b304c2f1-a44d-4eb4-8b4b-0d254b3c24f9", CellID->2128463182] }, Open ]], Cell[CellGroupData[{ -Cell[231714, 6704, 309, 8, 70, "Input",ExpressionUUID->"14f52233-e2e9-4a99-b16e-a360232d3e91", +Cell[231793, 6709, 309, 8, 70, "Input",ExpressionUUID->"14f52233-e2e9-4a99-b16e-a360232d3e91", CellID->782315580], -Cell[232026, 6714, 185, 4, 70, "Output",ExpressionUUID->"70df32d7-889e-4b1c-9e1d-5537999df196", +Cell[232105, 6719, 185, 4, 70, "Output",ExpressionUUID->"70df32d7-889e-4b1c-9e1d-5537999df196", CellID->1257314878] }, Open ]], Cell[CellGroupData[{ -Cell[232248, 6723, 311, 8, 70, "Input",ExpressionUUID->"69640b20-0f00-41ee-a7e7-1c74e7fc78b0", +Cell[232327, 6728, 311, 8, 70, "Input",ExpressionUUID->"69640b20-0f00-41ee-a7e7-1c74e7fc78b0", CellID->1632347564], -Cell[232562, 6733, 185, 4, 70, "Output",ExpressionUUID->"4a9b2778-8bc2-437f-bde3-336bfd9df2da", +Cell[232641, 6738, 185, 4, 70, "Output",ExpressionUUID->"4a9b2778-8bc2-437f-bde3-336bfd9df2da", CellID->2010743168] }, Open ]] }, Closed]] }, Closed]], -Cell[232786, 6742, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"b607fda2-9730-4184-84f1-bd73a7ca0f5e"], -Cell[233539, 6764, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"8a4c6ca8-d2b1-4034-8a55-40e6670152ca"], -Cell[235347, 6811, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"95f52932-cee6-48f6-9af2-9d359b907876"], -Cell[236262, 6839, 78, 0, 70, "FooterCell",ExpressionUUID->"744bbeb7-926e-4a54-a094-210534e22d1d"] +Cell[232865, 6747, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"8b65b7c9-4402-4ada-8bb0-2dba8d47231f"], +Cell[233618, 6769, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"fae62a39-2e84-40fe-b52c-95f58e95faf8"], +Cell[235426, 6816, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"7e5a55ac-a4c4-426e-8fd5-40ade67e5daf"], +Cell[236341, 6844, 78, 0, 70, "FooterCell",ExpressionUUID->"c5f78d78-4efb-44f2-9198-a9af15c61a58"] } ] *) diff --git a/Documentation/English/Guides/ManualTuGames.nb b/Documentation/English/Guides/ManualTuGames.nb index eeb6add..ee6382e 100644 --- a/Documentation/English/Guides/ManualTuGames.nb +++ b/Documentation/English/Guides/ManualTuGames.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 2344303, 54806] -NotebookOptionsPosition[ 2228528, 52390] -NotebookOutlinePosition[ 2243909, 52711] -CellTagsIndexPosition[ 2242203, 52655] +NotebookDataLength[ 2347964, 54921] +NotebookOptionsPosition[ 2232164, 52505] +NotebookOutlinePosition[ 2247566, 52826] +CellTagsIndexPosition[ 2245860, 52770] WindowTitle->ManualTuGames WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2caf9e13-13f4-437a-870c-e3fcc1335db8"], + "64b206aa-e9ef-48d9-97d6-157a74c96473"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "bf47c3a3-a012-4987-bc56-a570ae03f7f1"], + "27ac6f3d-98a7-46d3-95e7-77f18ea3a92b"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "581c2992-33b8-4106-b1ef-f168cc6d0975"] - }],ExpressionUUID->"8561ce54-5714-48a4-a412-173125b4069f"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "10be540a-951f-417e-b336-cba309b98aec"] + }],ExpressionUUID->"dba60a77-55d0-4535-b481-49042481fe26"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aac4f0a1-be1e-48e9-9868-6d372c891d94"], + "56024859-4f0d-4549-b1de-7d8f8ef167ea"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7c44744d-5baa-4fa3-bc19-c22bc3667ada"] - }],ExpressionUUID->"5d128616-83e8-465d-a3af-748b53067d75"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7f14a507-3894-4e33-9126-57cbdff06f9b"] + }],ExpressionUUID->"c41c34ce-2f9d-4baf-a07b-05630ddf2f41"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "69f6749f-0dd6-482e-9046-cb0f2a0df90c"], + "f46db5dc-6817-42ce-927b-c487db79a86b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,50 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f16ff048-7ad1-454f-b134-5ea6102fd414"] - }],ExpressionUUID->"9ca03a82-4354-49ff-a17d-e8f99ce731ed"], - StripOnInput->False], {"\<\"TUG/Guides/ManualTuGames\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/ManualTuGames"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "9d0c2df6-1e95-4132-b75e-1b10894ac45b"] + }],ExpressionUUID->"264aac59-6144-4595-83c5-6866578068a5"], + StripOnInput->False],{ + "\"TUG/Guides/ManualTuGames\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/ManualTuGames"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ ManualTuGames.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$13509], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/ManualTuGames" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$13280], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/ManualTuGames" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ca62f3f6-cb3d-4959-a2b5-80b3027ddb80"] + "23211498-a563-4a31-a2be-1d74fd389d10"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "61ce0c07-2397-41e7-8cae-ca00ad209a33"]} + "a5b53374-ee30-437a-87b7-8a9cc33e18e0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c260bb0f-52bd-4bce-ab0c-534f0c756ec3"], + CellID->1,ExpressionUUID->"3aa8dec4-3127-4aa1-be2e-792dbcc9e400"], Cell[CellGroupData[{ @@ -166,7 +169,7 @@ Cell["TuGames Version 1.1 ", "GuideAbstract", Cell["by Holger I. Meinhardt (2004) ", "GuideAbstract", CellID->2020298684,ExpressionUUID->"e118674a-2f54-4f2d-a456-4630292738ec"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"e5db0020-cee6-43a9-8314-edc222dafc96"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"f42e0219-a97a-4b3c-8cd0-bebe090f0abd"] }, Open ]], Cell[CellGroupData[{ @@ -540,7 +543,7 @@ Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->871652802,ExpressionUUID->"7b976cde-e2f0-49e2-88cd-12db2c341961"], + CellID->1877830210,ExpressionUUID->"db27c1e8-6a4f-425d-89a2-5e6454d68edc"], Cell[BoxData[ InterpretationBox[ @@ -549,48 +552,48 @@ Cell[BoxData[ SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->105632041,ExpressionUUID->"a13ab4fd-7e68-4f90-b366-c3ac1b8c7f4a"], + CellID->1901134483,ExpressionUUID->"ff847d1e-46da-4aa4-b4a6-9cb7b470dd0a"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1253589561,ExpressionUUID->"0a5a38bc-dd1f-4153-8c6b-563ff8978d16"], + CellID->2076234551,ExpressionUUID->"07cdd8ef-976b-4d26-bb60-de183bbfb59f"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->761392532,ExpressionUUID->"86696723-e734-4e53-8b1b-136e917c4ddd"], + CellID->1329443348,ExpressionUUID->"3dc692cd-0cc4-4f0d-b56b-a5c020976464"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->72383945,ExpressionUUID->"7d4e45b8-bedb-4729-97d3-4b3d9b3bd67e"], + CellID->1088330593,ExpressionUUID->"e0addd2a-f388-44a3-9725-2eac540e5a77"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->251887748,ExpressionUUID->"60fecbd9-9fe3-45f2-b587-527acd84069d"], + CellID->722446312,ExpressionUUID->"c6a4b198-aae2-4181-8fc8-a0d3002cb27d"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1905200811,ExpressionUUID->"6a41fee0-f21f-446c-9af5-ea441deddfa2"], + CellID->1506751498,ExpressionUUID->"4f42b260-e785-4248-8712-9f093ba293d6"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1453291405,ExpressionUUID->"d65a6fb2-90eb-4296-9921-67f70176df7c"], + CellID->780854341,ExpressionUUID->"fc2dbbb1-7687-4906-bd57-bfb2a02eaab4"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1370633110,ExpressionUUID->"292c5867-b554-4aca-b57f-f195193ddacb"], + CellID->1449220138,ExpressionUUID->"e8bf412e-c7d2-4a24-8554-a416dcfe8f33"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->912260883,ExpressionUUID->"daac6413-a5be-498d-a8fd-f4cb02265541"], + CellID->616485958,ExpressionUUID->"cc40b03b-af50-4962-bc6f-2f17a4473484"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->265834524,ExpressionUUID->"f3bad973-e8e9-452e-b324-3063b6dfd870"] + CellID->232363229,ExpressionUUID->"81bf7b13-7c6a-4a75-9e59-aad325e10f65"] }, Open ]] }, Open ]], @@ -626,8 +629,9 @@ Cell[BoxData[ ",", "\<\"CalcStepSize\"\>", ",", "\<\"CallMaximize\"\>", ",", "\<\"CddGmpImputationVertices\"\>", ",", "\<\"CddGmpPlotCore\"\>", ",", "\<\"CddGmpPlotImputationSet\"\>", ",", "\<\"CddGmpPlotLowerSet\"\>", - ",", "\<\"CddGmpPlotReasonableSet\"\>", ",", "\<\"CddGmpVerticesCore\"\>", - ",", "\<\"CddVerticesCore\"\>", ",", "\<\"CddVerticesImputationSet\"\>", + ",", "\<\"CddGmpPlotReasonableSet\"\>", ",", "\<\"CddGmpPlotWeberSet\"\>", + ",", "\<\"CddGmpVerticesCore\"\>", ",", "\<\"CddVerticesCore\"\>", + ",", "\<\"CddVerticesImputationSet\"\>", ",", "\<\"CddVerticesLowerSet\"\>", ",", "\<\"CddVerticesReasonableSet\"\>", ",", "\<\"ChangeInternalEps\"\>", ",", "\<\"CharacteristicValues\"\>", ",", "\<\"ChiValue\"\>", @@ -650,9 +654,10 @@ Cell[BoxData[ ",", "\<\"EANSCValue\"\>", ",", "\<\"ECCoverGame\"\>", ",", "\<\"EffVector\"\>", ",", "\<\"EpsCore\"\>", ",", "\<\"EPSDValue\"\>", ",", "\<\"EpsilonValue\"\>", ",", "\<\"EpsValue\"\>", - ",", "\<\"EvalSumMinCoord\"\>", ",", "\<\"ExcessPayoff\"\>", - ",", "\<\"FifthCriticalVal\"\>", ",", "\<\"FigureSize\"\>", - ",", "\<\"FilledCoreV6\"\>", ",", "\<\"FindKernelSolution\"\>", + ",", "\<\"EqDistDividends\"\>", ",", "\<\"EvalSumMinCoord\"\>", + ",", "\<\"ExcessPayoff\"\>", ",", "\<\"FifthCriticalVal\"\>", + ",", "\<\"FigureSize\"\>", ",", "\<\"FilledCoreV6\"\>", + ",", "\<\"FilledWeberSetV6\"\>", ",", "\<\"FindKernelSolution\"\>", ",", "\<\"FindPreKernelSolution\"\>", ",", "\<\"FirstCriticalVal\"\>", ",", "\<\"FourthCriticalVal\"\>", ",", "\<\"FTPreNuc\"\>", ",", "\<\"GameBasis\"\>", ",", "\<\"GameMonotoneQ\"\>", ",", "\<\"Gap\"\>", @@ -689,17 +694,18 @@ Cell[BoxData[ ",", "\<\"NucAirProb\"\>", ",", "\<\"NucleolusThreePerson\"\>", ",", "\<\"NumericalPrec\"\>", ",", "\<\"OneNormalization\"\>", ",", "\<\"OptStepSize\"\>", ",", "\<\"PDValue\"\>", - ",", "\<\"PlayerPairs\"\>", ",", "\<\"PositiveGameQ\"\>", - ",", "\<\"Potential\"\>", ",", "\<\"PreImpSet\"\>", - ",", "\<\"PreKernel\"\>", ",", "\<\"PreKernelElement\"\>", - ",", "\<\"PreKernelEqualsKernelQ\"\>", ",", "\<\"PreKernelQ\"\>", - ",", "\<\"PreKernelSolution\"\>", ",", "\<\"PreNucleolus\"\>", - ",", "\<\"PrimalExtension\"\>", ",", "\<\"ProperAmount\"\>", - ",", "\<\"ProperContribution\"\>", ",", "\<\"ProperModPreKernel\"\>", - ",", "\<\"PseudoInv\"\>", ",", "\<\"Quota\"\>", - ",", "\<\"RationalApproximate\"\>", ",", "\<\"RationalExact\"\>", - ",", "\<\"RationalTol\"\>", ",", "\<\"ReasonableOutcome\"\>", - ",", "\<\"ReasonableSet\"\>", ",", "\<\"SbgAlmostAvCoQ\"\>", + ",", "\<\"PlayerPairs\"\>", ",", "\<\"PlotCore\"\>", + ",", "\<\"PositiveGameQ\"\>", ",", "\<\"Potential\"\>", + ",", "\<\"PreImpSet\"\>", ",", "\<\"PreKernel\"\>", + ",", "\<\"PreKernelElement\"\>", ",", "\<\"PreKernelEqualsKernelQ\"\>", + ",", "\<\"PreKernelQ\"\>", ",", "\<\"PreKernelSolution\"\>", + ",", "\<\"PreNucleolus\"\>", ",", "\<\"PrimalExtension\"\>", + ",", "\<\"ProperAmount\"\>", ",", "\<\"ProperContribution\"\>", + ",", "\<\"ProperModPreKernel\"\>", ",", "\<\"PseudoInv\"\>", + ",", "\<\"Quota\"\>", ",", "\<\"RationalApproximate\"\>", + ",", "\<\"RationalExact\"\>", ",", "\<\"RationalTol\"\>", + ",", "\<\"ReasonableOutcome\"\>", ",", "\<\"ReasonableSet\"\>", + ",", "\<\"RedDim\"\>", ",", "\<\"SbgAlmostAvCoQ\"\>", ",", "\<\"SbgAlmostAvQ\"\>", ",", "\<\"Scrb\"\>", ",", "\<\"ScrbSolution\"\>", ",", "\<\"SecondCriticalVal\"\>", ",", "\<\"SecondStarCriticalVal\"\>", ",", "\<\"SelectionKBalancedQ\"\>", @@ -734,7 +740,7 @@ Cell[BoxData[ ",", "\<\"ZeroMonotoneQ\"\>", ",", "\<\"ZeroNormalization\"\>", ",", "\<\"ZeroOneNormalization\"\>"}], "}"}]], "Output", CellLabel->"Out[1]=", - CellID->1538265392,ExpressionUUID->"f5973063-5b4b-493f-bb1f-980df9f5cab8"] + CellID->632985108,ExpressionUUID->"189d0998-7fa4-4923-b98a-8b99223734f9"] }, Open ]], Cell[TextData[{ @@ -793,7 +799,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AdjustedEffUpperVectors", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -803,7 +809,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "kCover", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -814,7 +820,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AdjustedEffVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -824,7 +830,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Kernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -835,7 +841,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AdjustedWorthVectors", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -845,7 +851,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "KernelCalculation", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -856,7 +862,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ADMCGameQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -866,7 +872,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "KernelImputationListQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -877,7 +883,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AIMCGameQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -887,7 +893,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "KernelImputationQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -898,7 +904,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AllAntiSurpluses", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -906,8 +912,9 @@ Cell[BoxData[ StyleBox["KernelVertices", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "KernelVertices", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -918,7 +925,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AllCoalitions", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -928,7 +935,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Labeling", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -939,7 +946,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AllConstraints", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -949,7 +956,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LargestAmount", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -960,7 +967,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AllMaxSurpluses", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -970,7 +977,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LexiCenter", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -981,7 +988,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AlmostAverageConcaveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -991,7 +998,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LorenzSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1002,7 +1009,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AlmostAverageConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1012,7 +1019,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LowerCritVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1023,7 +1030,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AlmostConcaveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1033,7 +1040,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LowerSetIncImputationQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1044,7 +1051,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AlmostConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1054,7 +1061,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LowerSetQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1065,9 +1072,8 @@ Cell[BoxData[ "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AnimationKernelProperty2d", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1077,7 +1083,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LSNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1088,7 +1094,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AntiPreKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1098,7 +1104,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "LSPreNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1107,8 +1113,9 @@ Cell[BoxData[ StyleBox["AntiPreKernelQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AntiPreKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1118,7 +1125,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MargValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1129,7 +1136,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AntiPreKernelSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1139,7 +1146,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MaxExcessBalanced", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1150,7 +1157,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ApproxNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1160,7 +1167,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MaxExcessSets", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1171,7 +1178,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ApproxPreNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1181,7 +1188,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MaximumSurpluses", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1192,7 +1199,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AvConcaveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1202,7 +1209,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MaxSurplus", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1213,7 +1220,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AvConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1223,7 +1230,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MinExcessBalanced", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1234,7 +1241,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AverageConcaveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1245,7 +1252,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MinUnanimityCoordinates", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1256,7 +1263,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "AverageConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1266,7 +1273,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MLExtension", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1277,7 +1284,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BalancedCollectionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1287,7 +1294,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ModCoalArray", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1298,7 +1305,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BalancedInequalityQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1306,8 +1313,9 @@ Cell[BoxData[ StyleBox["Modiclus", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Modiclus", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1318,7 +1326,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BalancedSelectionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1328,7 +1336,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ModifiedKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1339,7 +1347,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BargainUnanMatrix", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1349,7 +1357,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ModifiedNucleolus", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1360,7 +1368,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BargUnanMat", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1370,7 +1378,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ModPreKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1381,7 +1389,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BaryCenter", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1391,7 +1399,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "MonotoneQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1402,7 +1410,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BelongToCoreQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1412,7 +1420,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NewShapley", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1423,7 +1431,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BestCoalitions", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1433,7 +1441,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Newton", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1444,7 +1452,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "BestCoalToMatrix", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1454,7 +1462,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NonLinNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1465,7 +1473,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CalcStepSize", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1473,9 +1481,8 @@ Cell[BoxData[ StyleBox["NonLinPreNuc", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NonLinPreNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1486,7 +1493,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CallMaximize", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1496,7 +1503,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Nuc1convex", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1506,8 +1513,9 @@ Cell[BoxData[ Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddGmpImputationVertices", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1517,7 +1525,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NucAirProb", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1528,7 +1536,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddGmpPlotCore", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1538,7 +1546,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NucleolusThreePerson", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1550,7 +1558,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddGmpPlotImputationSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1560,7 +1568,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "NumericalPrec", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1571,7 +1579,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddGmpPlotLowerSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1581,7 +1589,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "OneNormalization", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1593,7 +1601,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddGmpPlotReasonableSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1603,19 +1611,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "OptStepSize", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["CddGmpVerticesCore", "InformationGridButton"], + StyleBox["CddGmpPlotWeberSet", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "CddGmpVerticesCore", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "CddGmpPlotWeberSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -1624,19 +1632,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PDValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["CddVerticesCore", "InformationGridButton"], + StyleBox["CddGmpVerticesCore", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "CddVerticesCore", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "CddGmpVerticesCore", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -1645,10 +1653,31 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PlayerPairs", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["CddVerticesCore", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "CddVerticesCore", "TUG`TuGames`"}, False}, + ButtonNote->"TUG`TuGames`", + Evaluator->Automatic], + ButtonBox[ + StyleBox["PlotCore", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "PlotCore", "TUG`TuGames`"}, False}, + ButtonNote->"TUG`TuGames`", + Evaluator->Automatic]}, { ButtonBox[ StyleBox["CddVerticesImputationSet", "InformationGridButton"], @@ -1657,7 +1686,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddVerticesImputationSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1667,7 +1696,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PositiveGameQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1678,7 +1707,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddVerticesLowerSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1688,7 +1717,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Potential", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1700,7 +1729,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CddVerticesReasonableSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1710,7 +1739,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreImpSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1721,7 +1750,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ChangeInternalEps", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1731,7 +1760,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1742,7 +1771,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CharacteristicValues", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1752,7 +1781,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreKernelElement", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1761,9 +1790,8 @@ Cell[BoxData[ StyleBox["ChiValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ChiValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1773,7 +1801,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreKernelEqualsKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1784,7 +1812,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "coal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1794,7 +1822,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1807,7 +1835,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CollectionOfDecreasingExcess", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1817,7 +1845,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreKernelSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1828,7 +1856,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConcaveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1838,7 +1866,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PreNucleolus", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1849,7 +1877,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Concession", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1859,7 +1887,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PrimalExtension", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1870,7 +1898,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConjugateFunction", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1880,7 +1908,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ProperAmount", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1891,7 +1919,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvCheck", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1901,7 +1929,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ProperContribution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1912,7 +1940,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvexConjugate", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1922,7 +1950,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ProperModPreKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1933,7 +1961,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1943,7 +1971,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "PseudoInv", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1954,7 +1982,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvexStrQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1964,7 +1992,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Quota", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1975,7 +2003,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvexUnanConditionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -1985,7 +2013,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "RationalApproximate", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -1996,7 +2024,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ConvStrQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2006,7 +2034,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "RationalExact", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2017,7 +2045,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CoordS", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2027,7 +2055,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "RationalTol", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2038,7 +2066,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CoreElementsQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2048,7 +2076,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ReasonableOutcome", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2057,8 +2085,9 @@ Cell[BoxData[ StyleBox["CostSaving", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "CostSaving", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2068,7 +2097,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ReasonableSet", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2080,18 +2109,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DecomposeInPositiveGames", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SbgAlmostAvCoQ", "InformationGridButton"], + StyleBox["RedDim", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SbgAlmostAvCoQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "RedDim", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2101,18 +2130,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DefineGame", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SbgAlmostAvQ", "InformationGridButton"], + StyleBox["SbgAlmostAvCoQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SbgAlmostAvQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SbgAlmostAvCoQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2122,18 +2151,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DeltaLP", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["Scrb", "InformationGridButton"], + StyleBox["SbgAlmostAvQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "Scrb", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SbgAlmostAvQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2143,18 +2172,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DetEqClass", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["ScrbSolution", "InformationGridButton"], + StyleBox["Scrb", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ScrbSolution", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "Scrb", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2164,18 +2193,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DetQuasiAvConvex", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SecondCriticalVal", "InformationGridButton"], + StyleBox["ScrbSolution", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SecondCriticalVal", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ScrbSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2185,18 +2214,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DetUCoord", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SecondStarCriticalVal", "InformationGridButton"], + StyleBox["SecondCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SecondStarCriticalVal", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SecondCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2206,18 +2235,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DigitPrecision", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SelectionKBalancedQ", "InformationGridButton"], + StyleBox["SecondStarCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SelectionKBalancedQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SecondStarCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2227,18 +2256,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DirectionOfImprovement", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SelectSuperSets", "InformationGridButton"], + StyleBox["SelectionKBalancedQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SelectSuperSets", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SelectionKBalancedQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2248,17 +2277,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "DisagreeConvex", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ - StyleBox["SemiConvexQ", "InformationGridButton"], + StyleBox["SelectSuperSets", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "SemiConvexQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SelectSuperSets", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { @@ -2268,11 +2298,31 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Disagreement", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ + StyleBox["SemiConvexQ", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + ButtonData:>{ + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "SemiConvexQ", "TUG`TuGames`"}, False}, + ButtonNote->"TUG`TuGames`", + Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["DisplayAllResults", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DisplayAllResults", "TUG`TuGames`"}, False}, + ButtonNote->"TUG`TuGames`", + Evaluator->Automatic], + ButtonBox[ StyleBox["SetGameToNonZeroMonotonic", "InformationGridButton"], @@ -2280,19 +2330,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SetGameToNonZeroMonotonic", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DisplayAllResults", "InformationGridButton"], + StyleBox["DisplayCoord", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DisplayAllResults", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DisplayCoord", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2301,19 +2351,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SetRecursionLimit", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DisplayCoord", "InformationGridButton"], + StyleBox["DisplayLegend", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DisplayCoord", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DisplayLegend", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2322,19 +2372,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SetsToVec", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DisplayLegend", "InformationGridButton"], + StyleBox["DisplayMatrixForm", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DisplayLegend", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DisplayMatrixForm", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2343,19 +2393,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ShapAirProb", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DisplayMatrixForm", "InformationGridButton"], + StyleBox["DualCover", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DisplayMatrixForm", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DualCover", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2364,19 +2414,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ShapleyValueML", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DualCover", "InformationGridButton"], + StyleBox["DualExtension", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DualCover", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DualExtension", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2385,19 +2435,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ShowObjectiveFunction", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DualExtension", "InformationGridButton"], + StyleBox["DualGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DualExtension", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DualGame", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2406,19 +2456,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Silent", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DualGame", "InformationGridButton"], + StyleBox["DuttaRay", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DualGame", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "DuttaRay", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2427,19 +2477,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SmallestCardinality", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["DuttaRay", "InformationGridButton"], + StyleBox["EANSCValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "DuttaRay", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EANSCValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2448,19 +2498,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SmallestContribution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EANSCValue", "InformationGridButton"], + StyleBox["ECCoverGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EANSCValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ECCoverGame", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2471,19 +2521,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SmallestContributionVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ECCoverGame", "InformationGridButton"], + StyleBox["EffVector", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ECCoverGame", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EffVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2492,19 +2542,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SMPreKernel", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EffVector", "InformationGridButton"], + StyleBox["EpsCore", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EffVector", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EpsCore", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2513,19 +2563,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SMPrenucleolus", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EpsCore", "InformationGridButton"], + StyleBox["EPSDValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EpsCore", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EPSDValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2534,19 +2584,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SolutionExact", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EPSDValue", "InformationGridButton"], + StyleBox["EpsilonValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EPSDValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EpsilonValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2555,19 +2605,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "StandardSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EpsilonValue", "InformationGridButton"], + StyleBox["EpsValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EpsilonValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EpsValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2576,19 +2626,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "StarCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EpsValue", "InformationGridButton"], + StyleBox["EqDistDividends", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "EpsValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "EqDistDividends", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2599,7 +2649,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "StrictlyConvexUnanConditionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2610,7 +2660,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "EvalSumMinCoord", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2620,7 +2670,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "StrIncreasMargContrib", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2631,7 +2681,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ExcessPayoff", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2641,7 +2691,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "StrongEpsCore2d", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2652,7 +2702,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "FifthCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2662,7 +2712,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SubGame", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2671,9 +2721,8 @@ Cell[BoxData[ StyleBox["FigureSize", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "FigureSize", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2683,7 +2732,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "SuperAdditiveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, @@ -2694,7 +2743,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "FilledCoreV6", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], @@ -2704,19 +2753,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "TauValAirProb", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["FindKernelSolution", "InformationGridButton"], + StyleBox["FilledWeberSetV6", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "FindKernelSolution", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FilledWeberSetV6", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2725,19 +2774,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "TauValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["FindPreKernelSolution", "InformationGridButton"], + StyleBox["FindKernelSolution", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "FindPreKernelSolution", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FindKernelSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2746,19 +2795,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ThirdCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["FirstCriticalVal", "InformationGridButton"], + StyleBox["FindPreKernelSolution", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "FirstCriticalVal", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FindPreKernelSolution", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2767,19 +2816,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ThirdStarCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["FourthCriticalVal", "InformationGridButton"], + StyleBox["FirstCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "FourthCriticalVal", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FirstCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2788,19 +2837,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Tight", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["FTPreNuc", "InformationGridButton"], + StyleBox["FourthCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "FTPreNuc", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FourthCriticalVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2809,19 +2858,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "TIJsets", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GameBasis", "InformationGridButton"], + StyleBox["FTPreNuc", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GameBasis", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "FTPreNuc", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2830,19 +2879,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Transfer", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GameMonotoneQ", "InformationGridButton"], + StyleBox["GameBasis", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GameMonotoneQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GameBasis", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2851,19 +2900,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "TransferConstraints", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["Gap", "InformationGridButton"], + StyleBox["GameMonotoneQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "Gap", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GameMonotoneQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2872,19 +2921,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UnanAvConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GatelyValue", "InformationGridButton"], + StyleBox["Gap", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GatelyValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "Gap", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2893,19 +2942,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UnanConvexQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenConcession", "InformationGridButton"], + StyleBox["GatelyValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GenConcession", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GatelyValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2914,19 +2963,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UnanimityCoordinates", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenGap", "InformationGridButton"], + StyleBox["GenConcession", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GenGap", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GenConcession", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2935,19 +2984,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperCritVal", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenUpperPayoff", "InformationGridButton"], + StyleBox["GenGap", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GenUpperPayoff", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GenGap", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2956,19 +3005,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperPayoff", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenUpperSum", "InformationGridButton"], + StyleBox["GenUpperPayoff", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GenUpperSum", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GenUpperPayoff", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2977,19 +3026,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperSetIncImputationQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenUpperVector", "InformationGridButton"], + StyleBox["GenUpperSum", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GenUpperVector", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GenUpperSum", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -2998,20 +3047,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperSetQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - - StyleBox["GrandCoalitionLargestValueQ", - "InformationGridButton"], + StyleBox["GenUpperVector", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "GrandCoalitionLargestValueQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GenUpperVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3020,19 +3068,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperSum", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["HarsanyiDividends", "InformationGridButton"], + + StyleBox["GrandCoalitionLargestValueQ", + "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "HarsanyiDividends", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "GrandCoalitionLargestValueQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3041,19 +3091,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UpperVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["HarsanyiValue", "InformationGridButton"], + StyleBox["HarsanyiDividends", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "HarsanyiValue", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "HarsanyiDividends", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3062,19 +3112,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UseManipulate", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ImputationQ", "InformationGridButton"], + StyleBox["HarsanyiValue", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ImputationQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "HarsanyiValue", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3083,19 +3133,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UtopiaPayoff", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ImputationToEqClass", "InformationGridButton"], + StyleBox["ImputationQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ImputationToEqClass", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ImputationQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3104,19 +3154,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UtopiaSum", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ImputationToMatrix", "InformationGridButton"], + StyleBox["ImputationToEqClass", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ImputationToMatrix", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ImputationToEqClass", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3125,19 +3175,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "UtopiaVector", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ImputationToVec", "InformationGridButton"], + StyleBox["ImputationToMatrix", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "ImputationToVec", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ImputationToMatrix", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3146,21 +3196,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ValueExcess", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - - StyleBox["IncreasingMargContributions", - "InformationGridButton"], + StyleBox["ImputationToVec", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IncreasingMargContributions", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "ImputationToVec", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3169,20 +3217,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Vec3DToSimplex", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IncreasMargContributions", "InformationGridButton"], + StyleBox["IncreasingMargContributions", + "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IncreasMargContributions", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IncreasingMargContributions", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3191,19 +3240,20 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "Vec4DToSimplex", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IncSize", "InformationGridButton"], + StyleBox["IncreasMargContributions", "InformationGridButton"], + Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IncSize", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IncreasMargContributions", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3212,19 +3262,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "VerticesCore", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["InFavor", "InformationGridButton"], + StyleBox["IncSize", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "InFavor", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IncSize", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3233,21 +3283,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "VetoRichPlayers", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - - StyleBox["IntersectionOfMaxExcessSets", - "InformationGridButton"], + StyleBox["InFavor", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IntersectionOfMaxExcessSets", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "InFavor", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3258,21 +3306,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WeaklyBalancedCollectionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IntersectionUpperLowerSetQ", + StyleBox["IntersectionOfMaxExcessSets", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IntersectionUpperLowerSetQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IntersectionOfMaxExcessSets", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3282,19 +3330,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WeaklyBalancedSelectionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IsModiclusQ", "InformationGridButton"], + + StyleBox["IntersectionUpperLowerSetQ", + "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IsModiclusQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IntersectionUpperLowerSetQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3303,18 +3353,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WeaklySuperAdditiveQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IsModPreKernelQ", "InformationGridButton"], + StyleBox["IsModiclusQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IsModPreKernelQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IsModiclusQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3323,19 +3374,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WeightedMajority", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IsProperModPreKernelQ", "InformationGridButton"], + StyleBox["IsModPreKernelQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IsProperModPreKernelQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IsModPreKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3346,19 +3397,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WekalyBalancedCollectionQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IsSMPreKernelQ", "InformationGridButton"], + StyleBox["IsProperModPreKernelQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IsSMPreKernelQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IsProperModPreKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3367,19 +3418,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "WithIncidences", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["IsSMPrenucleolusQ", "InformationGridButton"], + StyleBox["IsSMPreKernelQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "IsSMPrenucleolusQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IsSMPreKernelQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3388,19 +3439,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ZeroMonotoneQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["kBalancednessQ", "InformationGridButton"], + StyleBox["IsSMPrenucleolusQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "kBalancednessQ", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "IsSMPrenucleolusQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3409,19 +3460,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ZeroNormalization", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["kConvexity", "InformationGridButton"], + StyleBox["kBalancednessQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { - "kConvexity", "TUG`TuGames`"}, False}, + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "kBalancednessQ", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", Evaluator->Automatic], ButtonBox[ @@ -3430,10 +3481,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-b857702d-1e04-4fcb-9c6d-aae4276f4803", { + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { "ZeroOneNormalization", "TUG`TuGames`"}, False}, ButtonNote->"TUG`TuGames`", - Evaluator->Automatic]} + Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["kConvexity", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-1214d3d8-2ee1-4220-959d-877cce83b8e4", { + "kConvexity", "TUG`TuGames`"}, False}, + ButtonNote->"TUG`TuGames`", + Evaluator->Automatic], ""} }, DefaultBaseStyle->"Text", @@ -3458,7 +3520,7 @@ Cell[BoxData[ Offset[0.2]}}], BaseStyle->"InformationTitleFrame"], "InformationGridPlain"]], "Output", CellLabel->"Out[2]=", - CellID->919473604,ExpressionUUID->"8af5b24a-15bb-42c6-8a4a-228e29bc9b99"] + CellID->1548780410,ExpressionUUID->"547f72b5-dc52-4b02-b97d-4410224d36bd"] }, Open ]], Cell["\<\ @@ -3828,7 +3890,7 @@ returns the value 'True' or 'False'.", "FormatValues" -> None, "Options" -> None, "Attributes" -> {}, "FullName" -> "TUG`TuGames`ConvexQ"|>, False]]], "Output", CellLabel->"Out[3]=", - CellID->1687870165,ExpressionUUID->"5d846e33-e336-4e2b-a283-539874f3cba4"] + CellID->1484265710,ExpressionUUID->"6a0d6144-a725-4f91-8ff1-045701661eb0"] }, Open ]], Cell[TextData[{ @@ -5322,9 +5384,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "5", ",", "6", ",", "7", ",", - "8", ",", "9", ",", "10", ",", "11"}], "}"}], "]"}], "=", + RowBox[{ + "1", ",", "3", ",", "5", ",", "6", ",", "7", ",", "8", + ",", "9", ",", "10", ",", "11"}], "}"}], "]"}], "=", FractionBox["134671", "840"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -5570,8 +5633,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "5", ",", "6", ",", "7", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "5", ",", "6", ",", "7", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["1619", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -5620,9 +5685,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "8", ",", "9", ",", "11", ",", "12"}], "}"}], "]"}], "=", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "8", + ",", "9", ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["24561", "140"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -5717,8 +5783,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6", ",", - "9", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "9", + ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["4089", "28"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -5968,10 +6036,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "4", ",", "5", ",", "6", ",", "8", ",", "10", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "4", ",", "5", ",", "6", ",", "8", ",", + "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["2359", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -6278,10 +6344,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "4", ",", "6", ",", "7", ",", "8", ",", "10", ",", "12"}], - "}"}], "]"}], "=", + RowBox[{"4", ",", "6", ",", "7", ",", "8", ",", "10", ",", + "12"}], "}"}], "]"}], "=", FractionBox["1498", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -6571,8 +6635,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "4", ",", "6", ",", "7", ",", "9", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "4", ",", "6", ",", "7", ",", "9", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["7379", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -6590,10 +6656,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "3", ",", "5", ",", "6", ",", "7", ",", "8", ",", "10"}], - "}"}], "]"}], "=", + RowBox[{"3", ",", "5", ",", "6", ",", "7", ",", "8", ",", + "10"}], "}"}], "]"}], "=", FractionBox["5269", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -7238,8 +7302,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"3", ",", "6", ",", "7", ",", "8", ",", "10", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "3", ",", "6", ",", "7", ",", "8", ",", "10", ",", "11"}], + "}"}], "]"}], "=", FractionBox["767", "10"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -7342,8 +7408,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", - "10"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "10"}], + "}"}], "]"}], "=", FractionBox["2773", "30"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -8460,9 +8528,11 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6", ",", - "7", ",", "8", ",", "10", ",", "11", ",", "12"}], "}"}], - "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", + ",", "8", ",", "10", ",", "11", ",", "12"}], "}"}], "]"}], + "=", FractionBox["110555", "504"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -8689,10 +8759,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "7", ",", "9", ",", "10", ",", "11", ",", - "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "7", ",", "9", ",", "10", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["5539", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -9321,9 +9389,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "5", ",", "6", ",", "7", ",", - "8", ",", "9", ",", "10", ",", "12"}], "}"}], "]"}], "=", + RowBox[{ + "1", ",", "3", ",", "5", ",", "6", ",", "7", ",", "8", + ",", "9", ",", "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["14279", "84"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -9521,10 +9590,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "2", ",", "3", ",", "5", ",", "7", ",", "8", ",", "9", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"2", ",", "3", ",", "5", ",", "7", ",", "8", ",", + "9", ",", "12"}], "}"}], "]"}], "=", FractionBox["1117", "10"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -10463,10 +10530,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "3", ",", "6", ",", "7", ",", "8", ",", "9", ",", "11", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"3", ",", "6", ",", "7", ",", "8", ",", "9", ",", + "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["326", "3"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -10945,8 +11010,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "5", ",", "7", ",", "9", ",", - "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "3", ",", "5", ",", "7", ",", "9", ",", "10", + ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["60871", "420"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -11094,8 +11161,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "6", ",", "8", ",", - "9", ",", "10"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "6", ",", "8", ",", "9", + ",", "10"}], "}"}], "]"}], "=", FractionBox["6023", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -11665,8 +11734,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "5", ",", "7", ",", "8", ",", - "10", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "5", ",", "7", ",", "8", ",", "10", + ",", "12"}], "}"}], "]"}], "=", FractionBox["1627", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -11715,16 +11786,16 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", - "7", ",", "10", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "7", + ",", "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["30313", "210"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "5", ",", "6", ",", "7", - ",", "10", ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "6", ",", + "7", ",", "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["12347", "84"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -12016,8 +12087,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "4", ",", "5", ",", "6", ",", "8", ",", - "9", ",", "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "4", ",", "5", ",", "6", ",", "8", ",", "9", + ",", "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["20873", "120"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -12118,8 +12191,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "8", ",", "9", ",", - "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "8", ",", "9", ",", "10", + ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["58633", "420"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -12320,8 +12395,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "6", ",", "9", ",", - "10", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "6", ",", "9", ",", "10", + ",", "12"}], "}"}], "]"}], "=", FractionBox["679", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -12780,8 +12857,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "5", ",", "6", ",", "7", ",", - "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "5", ",", "6", ",", "7", ",", "10", + ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["19869", "140"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -12829,8 +12908,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "5", ",", "7", ",", "8", ",", - "9", ",", "10"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "5", ",", "7", ",", "8", ",", "9", + ",", "10"}], "}"}], "]"}], "=", FractionBox["1673", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -13441,8 +13522,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "6", ",", "9", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", + ",", "9", ",", "12"}], "}"}], "]"}], "=", FractionBox["3923", "28"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -14873,8 +14956,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "6", ",", "8", ",", - "9", ",", "10", ",", "11"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "4", ",", "6", ",", "8", ",", "9", + ",", "10", ",", "11"}], "}"}], "]"}], "=", FractionBox["1937", "14"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -14921,8 +15006,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "6", ",", "7", ",", "8", ",", "9", ",", - "10", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "6", ",", "7", ",", "8", ",", "9", ",", "10", + ",", "12"}], "}"}], "]"}], "=", FractionBox["601", "5"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -15126,8 +15213,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"3", ",", "4", ",", "6", ",", "8", ",", "9", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "3", ",", "4", ",", "6", ",", "8", ",", "9", ",", "11"}], + "}"}], "]"}], "=", FractionBox["1751", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -15424,8 +15513,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", - "7"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "7"}], + "}"}], "]"}], "=", FractionBox["2711", "30"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -15501,10 +15592,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "4", ",", "6", ",", "7", ",", "10", ",", "11"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "4", ",", "6", ",", "7", ",", "10", ",", + "11"}], "}"}], "]"}], "=", FractionBox["2861", "30"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -16445,11 +16534,9 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "7", - ",", "8", ",", "9", ",", "10", ",", "11"}], "}"}], "]"}], - "=", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", + "7", ",", "8", ",", "9", ",", "10", ",", "11"}], "}"}], + "]"}], "=", FractionBox["54503", "280"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -16740,8 +16827,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"3", ",", "4", ",", "5", ",", "6", ",", "10", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "3", ",", "4", ",", "5", ",", "6", ",", "10", ",", "12"}], + "}"}], "]"}], "=", FractionBox["6143", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -17648,8 +17737,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "10", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "3", ",", "4", ",", "5", ",", "10", ",", "11"}], + "}"}], "]"}], "=", FractionBox["1454", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -17688,16 +17779,16 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "2", ",", "3", ",", "4", ",", "7", ",", "11", ",", "12"}], - "}"}], "]"}], "=", + RowBox[{"2", ",", "3", ",", "4", ",", "7", ",", "11", ",", + "12"}], "}"}], "]"}], "=", FractionBox["5131", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "5", ",", "8", ",", "9", ",", "11", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "5", ",", "8", ",", "9", ",", "11", ",", "12"}], + "}"}], "]"}], "=", FractionBox["436", "5"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -17744,8 +17835,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "6", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "6", ",", "11"}], + "}"}], "]"}], "=", FractionBox["463", "5"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -17845,8 +17938,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "4", ",", "6", ",", "9", ",", "11", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "4", ",", "6", ",", "9", ",", "11", ",", "12"}], + "}"}], "]"}], "=", FractionBox["545", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -19123,8 +19218,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "5", ",", "7", ",", "8", ",", "9", ",", - "10", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "5", ",", "7", ",", "8", ",", "9", ",", "10", + ",", "12"}], "}"}], "]"}], "=", FractionBox["1697", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -19151,10 +19248,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "6", ",", "7", ",", "8", ",", "11", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "6", ",", "7", ",", "8", ",", + "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["1579", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -19675,8 +19770,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "6", ",", - "8", ",", "9", ",", "10"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "6", ",", "8", + ",", "9", ",", "10"}], "}"}], "]"}], "=", FractionBox["805", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -19922,8 +20019,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "7", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "4", ",", "5", ",", "7", ",", "12"}], + "}"}], "]"}], "=", FractionBox["497", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -20185,10 +20284,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "6", ",", "7", ",", "8", - ",", "10", ",", "11"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "6", ",", "7", ",", + "8", ",", "10", ",", "11"}], "}"}], "]"}], "=", FractionBox["1475", "12"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -20280,8 +20377,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "11"}], + "}"}], "]"}], "=", FractionBox["1373", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21021,10 +21120,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "4", ",", "7", ",", "8"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "7", ",", + "8"}], "}"}], "]"}], "=", FractionBox["1196", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21230,10 +21327,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "3", ",", "4", ",", "6", ",", "8", ",", "10", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "3", ",", "4", ",", "6", ",", "8", ",", + "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["6937", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21442,10 +21537,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "3", ",", "5", ",", "6", ",", "9", ",", "11", ",", "12"}], - "}"}], "]"}], "=", + RowBox[{"3", ",", "5", ",", "6", ",", "9", ",", "11", ",", + "12"}], "}"}], "]"}], "=", FractionBox["1697", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21646,10 +21739,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "2", ",", "3", ",", "6", ",", "7", ",", "8", ",", "12"}], - "}"}], "]"}], "=", + RowBox[{"2", ",", "3", ",", "6", ",", "7", ",", "8", ",", + "12"}], "}"}], "]"}], "=", FractionBox["254", "3"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21797,9 +21888,11 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", - "7", ",", "8", ",", "10", ",", "11", ",", "12"}], "}"}], - "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "7", + ",", "8", ",", "10", ",", "11", ",", "12"}], "}"}], "]"}], + "=", FractionBox["259003", "1260"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -21896,8 +21989,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "6", ",", "7", ",", "8", ",", "10", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "6", ",", "7", ",", "8", ",", "10", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["661", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -22570,10 +22665,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "6", ",", "8", ",", "9", ",", "10", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "6", ",", "8", ",", "9", ",", + "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["1729", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -24674,8 +24767,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "6", ",", "7", ",", "8", ",", - "9", ",", "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "3", ",", "6", ",", "7", ",", "8", ",", "9", + ",", "11"}], "}"}], "]"}], "=", FractionBox["1622", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -24865,10 +24960,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "3", ",", "4", ",", "6", ",", "8", ",", "9", - ",", "10"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "3", ",", "4", ",", "6", ",", "8", ",", + "9", ",", "10"}], "}"}], "]"}], "=", FractionBox["6607", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -25016,8 +25109,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "8", ",", "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "8", + ",", "11"}], "}"}], "]"}], "=", FractionBox["685", "6"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -25062,8 +25157,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "8", ",", "9"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "8", + ",", "9"}], "}"}], "]"}], "=", FractionBox["6703", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -25574,10 +25671,9 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", + RowBox[{"1", ",", "3", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "11", ",", "12"}], "}"}], "]"}], "=", - RowBox[{ - "1", ",", "3", ",", "5", ",", "6", ",", "7", ",", "8", - ",", "9", ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["22573", "140"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -25959,8 +26055,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "7", ",", "8", ",", "9", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "3", ",", "7", ",", "8", ",", "9", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["1679", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -26194,10 +26292,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "5", ",", "7", ",", "9", ",", "10", ",", "11"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "5", ",", "7", ",", "9", ",", "10", ",", + "11"}], "}"}], "]"}], "=", FractionBox["1679", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -26607,10 +26703,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "5", ",", "8", ",", "9"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "8", ",", + "9"}], "}"}], "]"}], "=", FractionBox["1759", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -27489,8 +27583,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"4", ",", "5", ",", "6", ",", "9", ",", "11", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "4", ",", "5", ",", "6", ",", "9", ",", "11", ",", "12"}], + "}"}], "]"}], "=", FractionBox["265", "3"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -27536,8 +27632,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "8", ",", - "11"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "8", ",", "11"}], + "}"}], "]"}], "=", FractionBox["2531", "30"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -27586,9 +27684,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6", ",", - "7", ",", "9", ",", "10", ",", "12"}], "}"}], "]"}], "=", + RowBox[{ + "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", + ",", "9", ",", "10", ",", "12"}], "}"}], "]"}], "=", FractionBox["48147", "280"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -27943,8 +28042,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "6", ",", "8", ",", - "10", ",", "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "6", ",", "8", ",", "10", + ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["2093", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -28139,8 +28240,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", - "6", ",", "8", ",", "9"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", + ",", "8", ",", "9"}], "}"}], "]"}], "=", FractionBox["5855", "42"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -28189,8 +28292,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"4", ",", "5", ",", "7", ",", "8", ",", "9", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "4", ",", "5", ",", "7", ",", "8", ",", "9", ",", "12"}], + "}"}], "]"}], "=", FractionBox["1817", "20"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -29206,10 +29311,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "4", ",", "8", ",", "9"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "8", ",", + "9"}], "}"}], "]"}], "=", FractionBox["2441", "30"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -29514,10 +29617,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "3", ",", "4", ",", "5", ",", "9", ",", "10"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "9", ",", + "10"}], "}"}], "]"}], "=", FractionBox["1043", "12"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -29538,8 +29639,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "4", ",", "6", ",", "7", ",", "9", ",", - "10"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "4", ",", "6", ",", "7", ",", "9", ",", "10"}], + "}"}], "]"}], "=", FractionBox["5783", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -29939,10 +30042,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "2", ",", "3", ",", "5", ",", "8", ",", "12"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "8", ",", + "12"}], "}"}], "]"}], "=", FractionBox["5339", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -30358,8 +30459,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "7", ",", "8", ",", "9", ",", - "10"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "7", ",", "8", ",", "9", ",", "10"}], + "}"}], "]"}], "=", FractionBox["1237", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -30510,9 +30613,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6", ",", - "7", ",", "8", ",", "11", ",", "12"}], "}"}], "]"}], "=", + RowBox[{ + "1", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", + ",", "8", ",", "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["149549", "840"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -30761,8 +30865,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "4", ",", "6", ",", "11", ",", - "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "4", ",", "6", ",", "11", ",", "12"}], + "}"}], "]"}], "=", FractionBox["1411", "15"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -30961,8 +31067,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "3", ",", "6", ",", "8", ",", "9", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "3", ",", "6", ",", "8", ",", "9", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["6413", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -31969,8 +32077,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "4", ",", "5", ",", "6", ",", "7", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "4", ",", "5", ",", "6", ",", "7", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["1439", "12"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -32170,8 +32280,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6", ",", - "9", ",", "10"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "2", ",", "4", ",", "5", ",", "6", ",", "9", + ",", "10"}], "}"}], "]"}], "=", FractionBox["6707", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -32328,10 +32440,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "3", ",", "4", ",", "5", ",", "8", ",", "11"}], - "}"}], "]"}], "=", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "8", ",", + "11"}], "}"}], "]"}], "=", FractionBox["5657", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -32369,8 +32479,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"2", ",", "3", ",", "8", ",", "10", ",", "11", - ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "2", ",", "3", ",", "8", ",", "10", ",", "11", ",", + "12"}], "}"}], "]"}], "=", FractionBox["393", "5"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -32428,10 +32540,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - - RowBox[{ - "1", ",", "3", ",", "4", ",", "6", ",", "7", ",", "11", - ",", "12"}], "}"}], "]"}], "=", + RowBox[{"1", ",", "3", ",", "4", ",", "6", ",", "7", ",", + "11", ",", "12"}], "}"}], "]"}], "=", FractionBox["7429", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -32674,8 +32784,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"3", ",", "4", ",", "7", ",", "9", ",", "10", ",", - "11", ",", "12"}], "}"}], "]"}], "=", + + RowBox[{ + "3", ",", "4", ",", "7", ",", "9", ",", "10", ",", "11", + ",", "12"}], "}"}], "]"}], "=", FractionBox["7067", "60"]}]}, {" "}, { RowBox[{ RowBox[{"v", "[", @@ -33278,8 +33390,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"v", "[", RowBox[{"{", - RowBox[{"1", ",", "4", ",", "5", ",", "6", ",", "7", ",", - "9"}], "}"}], "]"}], "=", + + RowBox[{ + "1", ",", "4", ",", "5", ",", "6", ",", "7", ",", "9"}], + "}"}], "]"}], "=", FractionBox["909", "10"]}]}, {" "}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, DefaultBaseStyle -> "Column", @@ -33433,6 +33547,7 @@ Cell[BoxData[ ImageMargins->0, ImageSize->Full, Method->"Preemptive"], + EventHandlerTag[{ "MouseEntered" :> FEPrivate`Set[System`InformationDump`mouseOver$$, True], @@ -52308,8 +52423,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "680318d3-84d1-41fd-a57f-483e0e1166d9"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"c64d87c6-4cf9-44a6-b242-\ -1c175b33989f"], + }]], "GuideTutorialsSection",ExpressionUUID->"a8d7c5ec-026d-4a66-bef5-\ +dda1a5dfeb44"], Cell[BoxData[GridBox[{ { @@ -52355,8 +52470,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "af7a8772-d595-43ef-acf4-5bf73a557edf"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"0e86f3da-f5fa-41c5-8b65-\ -92f644d9e2a8"], + }]], "GuideMoreAboutSection",ExpressionUUID->"32c7bb17-3cab-4f4c-909f-\ +07e797f263ae"], Cell[BoxData[GridBox[{ { @@ -52383,14 +52498,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "e8925572-e279-4827-b6a8-8f93b276ff56"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"4dc9e3e4-9564-48aa-9743-\ -ad8a667f70b3"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"34f13ec4-7771-4c80-922a-\ +0fcd0a5ef32d"], -Cell[" ", "FooterCell",ExpressionUUID->"64dab501-e935-48d8-9022-1b7f5fecdd55"] +Cell[" ", "FooterCell",ExpressionUUID->"b4a94f64-f8b8-4252-9c75-154e7f31f175"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ManualTuGames", TaggingRules->{ @@ -52401,20 +52516,20 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 56, 17.852508}", + "built" -> "{2024, 6, 3, 16, 49, 25.005610}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "TuGames Version 1.1 ", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$13214, - "title" -> "ManualTuGames", "titlemodifier" -> "", "windowtitle" -> - "ManualTuGames", "type" -> "Guide", "uri" -> + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$12985, + "title" -> "ManualTuGames", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "ManualTuGames", "type" -> "Guide", "uri" -> "TUG/Guides/ManualTuGames"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"c256e264-cb0e-48a0-863a-88cfe183e2d6" +ExpressionUUID->"1454a705-c809-4abc-932d-883247806a60" ] (* End of Notebook Content *) @@ -52422,2392 +52537,2392 @@ ExpressionUUID->"c256e264-cb0e-48a0-863a-88cfe183e2d6" (*CellTagsOutline CellTagsIndex->{ "1."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "2."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "2.1."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "2.2."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "2.3."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "3."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "4."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "4.1."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "4.2."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "4.3."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "4.4."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "5."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "6."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "7."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "3.1."->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "Vertices"->{ - Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", + Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091]}, "Introduction"->{ - Cell[8680, 246, 201, 4, 70, "Section",ExpressionUUID->"c61cba42-c2fe-4f96-8fe4-575556605e23", + Cell[8727, 249, 201, 4, 70, "Section",ExpressionUUID->"c61cba42-c2fe-4f96-8fe4-575556605e23", CellTags->"Introduction", CellID->1892126669]}, "http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html"->{ - Cell[8884, 252, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", + Cell[8931, 255, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", CellTags->{"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", "1993", "1993C"}, CellID->1468591559]}, "1993"->{ - Cell[8884, 252, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", + Cell[8931, 255, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", CellTags->{"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", "1993", "1993C"}, CellID->1468591559]}, "1993C"->{ - Cell[8884, 252, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", + Cell[8931, 255, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", CellTags->{"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", "1993", "1993C"}, CellID->1468591559]}, "Installation"->{ - Cell[12675, 345, 201, 4, 70, "Section",ExpressionUUID->"c1a66c1d-60ce-4a23-8137-d629643b7c14", + Cell[12722, 348, 201, 4, 70, "Section",ExpressionUUID->"c1a66c1d-60ce-4a23-8137-d629643b7c14", CellTags->"Installation", CellID->431830200]}, "Unix"->{ - Cell[12901, 353, 195, 4, 70, "Subsubsection",ExpressionUUID->"c8c6a7b0-3402-45f9-b6ab-bcffb74a3b71", + Cell[12948, 356, 195, 4, 70, "Subsubsection",ExpressionUUID->"c8c6a7b0-3402-45f9-b6ab-bcffb74a3b71", CellTags->"Unix", CellID->854154016]}, "Windows"->{ - Cell[15059, 433, 202, 4, 70, "Subsubsection",ExpressionUUID->"c3a7390e-0516-41cb-bafb-1025f81d2910", + Cell[15106, 436, 202, 4, 70, "Subsubsection",ExpressionUUID->"c3a7390e-0516-41cb-bafb-1025f81d2910", CellTags->"Windows", CellID->1614718098]}, "Mac OS"->{ - Cell[17246, 501, 201, 4, 70, "Subsubsection",ExpressionUUID->"e5aef6fe-ebf3-4c7a-92c8-a2c433277e23", + Cell[17293, 504, 201, 4, 70, "Subsubsection",ExpressionUUID->"e5aef6fe-ebf3-4c7a-92c8-a2c433277e23", CellTags->"Mac OS", CellID->1578262203]}, "Getting Started"->{ - Cell[17681, 517, 206, 4, 70, "Section",ExpressionUUID->"5980e570-f4ac-4e30-9193-8298c5f3a43d", + Cell[17728, 520, 206, 4, 70, "Section",ExpressionUUID->"5980e570-f4ac-4e30-9193-8298c5f3a43d", CellTags->"Getting Started", CellID->40830356]}, "Info3264939207-8254035"->{ - Cell[146291, 3469, 239, 3, 70, "Print",ExpressionUUID->"c50a00ab-d7c6-413d-967f-1a615686b575", + Cell[148822, 3531, 239, 3, 70, "Print",ExpressionUUID->"c50a00ab-d7c6-413d-967f-1a615686b575", CellTags->"Info3264939207-8254035", CellID->1256039965]}, "How to define Games?"->{ - Cell[161139, 3843, 228, 4, 70, "Subsubsection",ExpressionUUID->"a659c2d3-e0ab-43f0-bf75-abaa97b3e7c0", + Cell[163670, 3905, 228, 4, 70, "Subsubsection",ExpressionUUID->"a659c2d3-e0ab-43f0-bf75-abaa97b3e7c0", CellTags->"How to define Games?", CellID->1963654110]}, "DefineGame"->{ - Cell[161370, 3849, 1592, 48, 70, "Text",ExpressionUUID->"3d0c3cb3-655c-4f5f-9407-7023d6efc655", + Cell[163901, 3911, 1592, 48, 70, "Text",ExpressionUUID->"3d0c3cb3-655c-4f5f-9407-7023d6efc655", CellTags->"DefineGame", CellID->1777051647]}, "(1979)"->{ - Cell[167945, 4055, 319, 8, 70, "Text",ExpressionUUID->"dee05038-822b-4009-83e8-2efdecb7141a", + Cell[170476, 4117, 319, 8, 70, "Text",ExpressionUUID->"dee05038-822b-4009-83e8-2efdecb7141a", CellTags->"(1979)", CellID->1925950852]}, "Some Functions"->{ - Cell[1777895, 38771, 205, 4, 70, "Section",ExpressionUUID->"03d8d9e1-7312-40a1-ae89-1671e1ec9932", + Cell[1781531, 38886, 205, 4, 70, "Section",ExpressionUUID->"03d8d9e1-7312-40a1-ae89-1671e1ec9932", CellTags->"Some Functions", CellID->507093976]}, "Basic Functions"->{ - Cell[1780275, 38819, 233, 5, 70, "Subsubsection",ExpressionUUID->"2a860ba1-8461-42b1-b06e-0f69cccf2484", + Cell[1783911, 38934, 233, 5, 70, "Subsubsection",ExpressionUUID->"2a860ba1-8461-42b1-b06e-0f69cccf2484", CellTags->"Basic Functions", CellID->2001300191]}, "(1993)"->{ - Cell[1782746, 38895, 800, 17, 70, "Text",ExpressionUUID->"ddca0cd8-0958-4613-8bc4-bbeeda66890f", + Cell[1786382, 39010, 800, 17, 70, "Text",ExpressionUUID->"ddca0cd8-0958-4613-8bc4-bbeeda66890f", CellTags->"(1993)", CellID->854665826]}, "k-convexity"->{ - Cell[1798719, 39448, 223, 5, 70, "Subsubsection",ExpressionUUID->"3c2b1194-4a22-4454-be4d-9f3246f05fa4", + Cell[1802355, 39563, 223, 5, 70, "Subsubsection",ExpressionUUID->"3c2b1194-4a22-4454-be4d-9f3246f05fa4", CellTags->"k-convexity", CellID->493349204]}, "(1988)"->{ - Cell[1798945, 39455, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", + Cell[1802581, 39570, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", CellTags->{"(1988)", "(2002a)"}, CellID->480168164]}, "(2002a)"->{ - Cell[1798945, 39455, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", + Cell[1802581, 39570, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", CellTags->{"(1988)", "(2002a)"}, CellID->480168164]}, "1988"->{ - Cell[1809869, 39798, 744, 27, 70, "Text",ExpressionUUID->"7073370d-259e-460b-aa9d-42714bb97876", + Cell[1813505, 39913, 744, 27, 70, "Text",ExpressionUUID->"7073370d-259e-460b-aa9d-42714bb97876", CellTags->"1988", CellID->293714308], - Cell[1810616, 39827, 861, 27, 70, "Text",ExpressionUUID->"0853dbb2-fe6d-4f7b-a35e-d4066e24bd0d", + Cell[1814252, 39942, 861, 27, 70, "Text",ExpressionUUID->"0853dbb2-fe6d-4f7b-a35e-d4066e24bd0d", CellTags->"1988", CellID->1442576192], - Cell[1811480, 39856, 1188, 38, 70, "Text",ExpressionUUID->"2c24ccd1-5287-4a29-8517-5f66242a406a", + Cell[1815116, 39971, 1188, 38, 70, "Text",ExpressionUUID->"2c24ccd1-5287-4a29-8517-5f66242a406a", CellTags->"1988", CellID->1580878413], - Cell[1812671, 39896, 1129, 38, 70, "Text",ExpressionUUID->"649a5ced-5ef2-4af3-803d-5f1ce0a18213", + Cell[1816307, 40011, 1129, 38, 70, "Text",ExpressionUUID->"649a5ced-5ef2-4af3-803d-5f1ce0a18213", CellTags->"1988", CellID->992805547], - Cell[1813803, 39936, 1587, 49, 70, "Text",ExpressionUUID->"b69cf7bf-d0a5-421b-b861-c0ed4eae1c0a", + Cell[1817439, 40051, 1587, 49, 70, "Text",ExpressionUUID->"b69cf7bf-d0a5-421b-b861-c0ed4eae1c0a", CellTags->"1988", CellID->48679154]}, "Kernel"->{ - Cell[1879094, 42018, 213, 5, 70, "Subsubsection",ExpressionUUID->"e0b269fa-1d36-4efa-9fdc-6b2d0f2c1ae4", + Cell[1882730, 42133, 213, 5, 70, "Subsubsection",ExpressionUUID->"e0b269fa-1d36-4efa-9fdc-6b2d0f2c1ae4", CellTags->"Kernel", CellID->821832612]}, "(2002b)"->{ - Cell[1879310, 42025, 1955, 41, 70, "Text",ExpressionUUID->"b8b92a1a-1f90-4598-9c6c-af9309470476", + Cell[1882946, 42140, 1955, 41, 70, "Text",ExpressionUUID->"b8b92a1a-1f90-4598-9c6c-af9309470476", CellTags->"(2002b)", CellID->962682073]}, "MP66"->{ - Cell[1970775, 44666, 1762, 57, 70, "Text",ExpressionUUID->"74f5ee1c-751f-4697-b22a-69e3ee8a105d", + Cell[1974411, 44781, 1762, 57, 70, "Text",ExpressionUUID->"74f5ee1c-751f-4697-b22a-69e3ee8a105d", CellTags->"MP66", CellID->1249523223]}, "Faigle98"->{ - Cell[1982963, 45064, 843, 16, 70, "Text",ExpressionUUID->"5198f75d-ac26-4805-9cd2-7f5d504852c7", + Cell[1986599, 45179, 843, 16, 70, "Text",ExpressionUUID->"5198f75d-ac26-4805-9cd2-7f5d504852c7", CellTags->"Faigle98", CellID->1972610173]}, "Unanimity Coordinates"->{ - Cell[2137065, 49682, 245, 5, 70, "Subsubsection",ExpressionUUID->"6f6649bf-657a-4239-85e0-9cb480d9085d", + Cell[2140701, 49797, 245, 5, 70, "Subsubsection",ExpressionUUID->"6f6649bf-657a-4239-85e0-9cb480d9085d", CellTags->"Unanimity Coordinates", CellID->1010489007]}, "(1995)"->{ - Cell[2141101, 49793, 593, 14, 70, "Text",ExpressionUUID->"8e581530-e44f-46a7-92a5-eba7759c1c35", + Cell[2144737, 49908, 593, 14, 70, "Text",ExpressionUUID->"8e581530-e44f-46a7-92a5-eba7759c1c35", CellTags->"(1995)", CellID->1561394523], - Cell[2141697, 49809, 700, 23, 70, "Text",ExpressionUUID->"2f475d43-bdb9-4df4-a614-351cedb9a08f", + Cell[2145333, 49924, 700, 23, 70, "Text",ExpressionUUID->"2f475d43-bdb9-4df4-a614-351cedb9a08f", CellTags->"(1995)", CellID->1323035091], - Cell[2142400, 49834, 264, 7, 70, "Text",ExpressionUUID->"33028fb5-bca0-425c-bc46-688c51712d77", + Cell[2146036, 49949, 264, 7, 70, "Text",ExpressionUUID->"33028fb5-bca0-425c-bc46-688c51712d77", CellTags->"(1995)", CellID->1041913134], - Cell[2142667, 49843, 1141, 40, 70, "Text",ExpressionUUID->"ea0ab4b9-f4b4-4847-972f-914ffd6385af", + Cell[2146303, 49958, 1141, 40, 70, "Text",ExpressionUUID->"ea0ab4b9-f4b4-4847-972f-914ffd6385af", CellTags->"(1995)", CellID->1180352421]}, "5"->{ - Cell[2150494, 50090, 218, 4, 70, "Section",ExpressionUUID->"9a0ef5d5-59e9-4680-9b5e-48cd11ed57f9", + Cell[2154130, 50205, 218, 4, 70, "Section",ExpressionUUID->"9a0ef5d5-59e9-4680-9b5e-48cd11ed57f9", CellTags->"5", CellID->474998053]}, "Concluding Remarks and Limitations"->{ - Cell[2178859, 50976, 246, 4, 70, "Section",ExpressionUUID->"989f5cb9-88ab-4088-8f0e-6ea351c219c0", + Cell[2182495, 51091, 246, 4, 70, "Section",ExpressionUUID->"989f5cb9-88ab-4088-8f0e-6ea351c219c0", CellTags->"Concluding Remarks and Limitations", CellID->1459175585]}, "References"->{ - Cell[2221926, 52202, 198, 4, 70, "Section",ExpressionUUID->"2fc68136-abc6-4837-898f-c8ef62f447bb", + Cell[2225562, 52317, 198, 4, 70, "Section",ExpressionUUID->"2fc68136-abc6-4837-898f-c8ef62f447bb", CellTags->"References", CellID->1178241558]}, "M. Carter"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "Theo Driessen"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "E. Inarra"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "M. Maschler"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "H. Meinhardt"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "C. Rafels"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]}, "Hal R. Varian"->{ - Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", + Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998]} } *) (*CellTagsIndex CellTagsIndex->{ - {"1.", 2229968, 52423}, - {"2.", 2230230, 52427}, - {"2.1.", 2230494, 52431}, - {"2.2.", 2230758, 52435}, - {"2.3.", 2231022, 52439}, - {"3.", 2231284, 52443}, - {"4.", 2231546, 52447}, - {"4.1.", 2231810, 52451}, - {"4.2.", 2232074, 52455}, - {"4.3.", 2232338, 52459}, - {"4.4.", 2232602, 52463}, - {"5.", 2232864, 52467}, - {"6.", 2233126, 52471}, - {"7.", 2233388, 52475}, - {"3.1.", 2233652, 52479}, - {"Vertices", 2233920, 52483}, - {"Introduction", 2234192, 52487}, - {"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", 2234402, 52491}, - {"1993", 2234622, 52495}, - {"1993C", 2234843, 52499}, - {"Installation", 2235071, 52503}, - {"Unix", 2235232, 52507}, - {"Windows", 2235394, 52511}, - {"Mac OS", 2235559, 52515}, - {"Getting Started", 2235732, 52519}, - {"Info3264939207-8254035", 2235913, 52523}, - {"How to define Games?", 2236101, 52527}, - {"DefineGame", 2236285, 52531}, - {"(1979)", 2236448, 52535}, - {"Some Functions", 2236613, 52539}, - {"Basic Functions", 2236791, 52543}, - {"(1993)", 2236968, 52547}, - {"k-convexity", 2237132, 52551}, - {"(1988)", 2237304, 52555}, - {"(2002a)", 2237478, 52559}, - {"1988", 2237649, 52563}, - {"Kernel", 2238382, 52579}, - {"(2002b)", 2238550, 52583}, - {"MP66", 2238709, 52587}, - {"Faigle98", 2238870, 52591}, - {"Unanimity Coordinates", 2239047, 52595}, - {"(1995)", 2239230, 52599}, - {"5", 2239823, 52612}, - {"Concluding Remarks and Limitations", 2240007, 52616}, - {"References", 2240201, 52620}, - {"M. Carter", 2240370, 52624}, - {"Theo Driessen", 2240633, 52628}, - {"E. Inarra", 2240892, 52632}, - {"M. Maschler", 2241153, 52636}, - {"H. Meinhardt", 2241415, 52640}, - {"C. Rafels", 2241674, 52644}, - {"Hal R. Varian", 2241937, 52648} + {"1.", 2233625, 52538}, + {"2.", 2233887, 52542}, + {"2.1.", 2234151, 52546}, + {"2.2.", 2234415, 52550}, + {"2.3.", 2234679, 52554}, + {"3.", 2234941, 52558}, + {"4.", 2235203, 52562}, + {"4.1.", 2235467, 52566}, + {"4.2.", 2235731, 52570}, + {"4.3.", 2235995, 52574}, + {"4.4.", 2236259, 52578}, + {"5.", 2236521, 52582}, + {"6.", 2236783, 52586}, + {"7.", 2237045, 52590}, + {"3.1.", 2237309, 52594}, + {"Vertices", 2237577, 52598}, + {"Introduction", 2237849, 52602}, + {"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", 2238059, 52606}, + {"1993", 2238279, 52610}, + {"1993C", 2238500, 52614}, + {"Installation", 2238728, 52618}, + {"Unix", 2238889, 52622}, + {"Windows", 2239051, 52626}, + {"Mac OS", 2239216, 52630}, + {"Getting Started", 2239389, 52634}, + {"Info3264939207-8254035", 2239570, 52638}, + {"How to define Games?", 2239758, 52642}, + {"DefineGame", 2239942, 52646}, + {"(1979)", 2240105, 52650}, + {"Some Functions", 2240270, 52654}, + {"Basic Functions", 2240448, 52658}, + {"(1993)", 2240625, 52662}, + {"k-convexity", 2240789, 52666}, + {"(1988)", 2240961, 52670}, + {"(2002a)", 2241135, 52674}, + {"1988", 2241306, 52678}, + {"Kernel", 2242039, 52694}, + {"(2002b)", 2242207, 52698}, + {"MP66", 2242366, 52702}, + {"Faigle98", 2242527, 52706}, + {"Unanimity Coordinates", 2242704, 52710}, + {"(1995)", 2242887, 52714}, + {"5", 2243480, 52727}, + {"Concluding Remarks and Limitations", 2243664, 52731}, + {"References", 2243858, 52735}, + {"M. Carter", 2244027, 52739}, + {"Theo Driessen", 2244290, 52743}, + {"E. Inarra", 2244549, 52747}, + {"M. Maschler", 2244810, 52751}, + {"H. Meinhardt", 2245072, 52755}, + {"C. Rafels", 2245331, 52759}, + {"Hal R. Varian", 2245594, 52763} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 5682, 134, 70, "AnchorBarGrid",ExpressionUUID->"c260bb0f-52bd-4bce-ab0c-534f0c756ec3", +Cell[585, 21, 5729, 137, 70, "AnchorBarGrid",ExpressionUUID->"3aa8dec4-3127-4aa1-be2e-792dbcc9e400", CellID->1], Cell[CellGroupData[{ -Cell[6292, 159, 110, 1, 70, "GuideTitle",ExpressionUUID->"42ea1246-dc4b-4edd-911f-04da901ecb8a", +Cell[6339, 162, 110, 1, 70, "GuideTitle",ExpressionUUID->"42ea1246-dc4b-4edd-911f-04da901ecb8a", CellID->942062912], -Cell[6405, 162, 121, 1, 70, "GuideAbstract",ExpressionUUID->"18b6afae-42da-4597-a0e5-de46f2113b3d", +Cell[6452, 165, 121, 1, 70, "GuideAbstract",ExpressionUUID->"18b6afae-42da-4597-a0e5-de46f2113b3d", CellID->2001916300], -Cell[6529, 165, 131, 1, 70, "GuideAbstract",ExpressionUUID->"e118674a-2f54-4f2d-a456-4630292738ec", +Cell[6576, 168, 131, 1, 70, "GuideAbstract",ExpressionUUID->"e118674a-2f54-4f2d-a456-4630292738ec", CellID->2020298684], -Cell[6663, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"e5db0020-cee6-43a9-8314-edc222dafc96"] +Cell[6710, 171, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"f42e0219-a97a-4b3c-8cd0-bebe090f0abd"] }, Open ]], Cell[CellGroupData[{ -Cell[6793, 173, 103, 1, 70, "Section",ExpressionUUID->"e6dd0c55-fa7a-4045-9047-390bf9a3b911", +Cell[6840, 176, 103, 1, 70, "Section",ExpressionUUID->"e6dd0c55-fa7a-4045-9047-390bf9a3b911", CellID->1674814827], -Cell[6899, 176, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", +Cell[6946, 179, 1744, 65, 70, "Text",ExpressionUUID->"c1abd163-2fdc-4968-8d0c-3cdb2f5a8ae3", CellTags->{"1.", "2.", "2.1.", "2.2.", "2.3.", "3.", "4.", "4.1.", "4.2.", "4.3.", "4.4.", "5.", "6.", "7.", "3.1.", "Vertices"}, CellID->1179733091] }, Open ]], Cell[CellGroupData[{ -Cell[8680, 246, 201, 4, 70, "Section",ExpressionUUID->"c61cba42-c2fe-4f96-8fe4-575556605e23", +Cell[8727, 249, 201, 4, 70, "Section",ExpressionUUID->"c61cba42-c2fe-4f96-8fe4-575556605e23", CellTags->"Introduction", CellID->1892126669], -Cell[8884, 252, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", +Cell[8931, 255, 3754, 88, 70, "Text",ExpressionUUID->"c8edee00-bf29-4cdb-abb9-c5025ce5927f", CellTags->{"http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html", "1993", "1993C"}, CellID->1468591559] }, Closed]], Cell[CellGroupData[{ -Cell[12675, 345, 201, 4, 70, "Section",ExpressionUUID->"c1a66c1d-60ce-4a23-8137-d629643b7c14", +Cell[12722, 348, 201, 4, 70, "Section",ExpressionUUID->"c1a66c1d-60ce-4a23-8137-d629643b7c14", CellTags->"Installation", CellID->431830200], Cell[CellGroupData[{ -Cell[12901, 353, 195, 4, 70, "Subsubsection",ExpressionUUID->"c8c6a7b0-3402-45f9-b6ab-bcffb74a3b71", +Cell[12948, 356, 195, 4, 70, "Subsubsection",ExpressionUUID->"c8c6a7b0-3402-45f9-b6ab-bcffb74a3b71", CellTags->"Unix", CellID->854154016], -Cell[13099, 359, 1923, 69, 70, "Text",ExpressionUUID->"734f5829-b1bd-4ff1-b0fb-3aedc6ce54b8", +Cell[13146, 362, 1923, 69, 70, "Text",ExpressionUUID->"734f5829-b1bd-4ff1-b0fb-3aedc6ce54b8", CellID->1334126749] }, Open ]], Cell[CellGroupData[{ -Cell[15059, 433, 202, 4, 70, "Subsubsection",ExpressionUUID->"c3a7390e-0516-41cb-bafb-1025f81d2910", +Cell[15106, 436, 202, 4, 70, "Subsubsection",ExpressionUUID->"c3a7390e-0516-41cb-bafb-1025f81d2910", CellTags->"Windows", CellID->1614718098], -Cell[15264, 439, 1945, 57, 70, "Text",ExpressionUUID->"360a9dac-0662-4977-83bc-749f7be57bcd", +Cell[15311, 442, 1945, 57, 70, "Text",ExpressionUUID->"360a9dac-0662-4977-83bc-749f7be57bcd", CellID->208200717] }, Open ]], Cell[CellGroupData[{ -Cell[17246, 501, 201, 4, 70, "Subsubsection",ExpressionUUID->"e5aef6fe-ebf3-4c7a-92c8-a2c433277e23", +Cell[17293, 504, 201, 4, 70, "Subsubsection",ExpressionUUID->"e5aef6fe-ebf3-4c7a-92c8-a2c433277e23", CellTags->"Mac OS", CellID->1578262203], -Cell[17450, 507, 182, 4, 70, "Text",ExpressionUUID->"9adb4c71-9d94-4996-a869-3be0d4041c58", +Cell[17497, 510, 182, 4, 70, "Text",ExpressionUUID->"9adb4c71-9d94-4996-a869-3be0d4041c58", CellID->2114023878] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[17681, 517, 206, 4, 70, "Section",ExpressionUUID->"5980e570-f4ac-4e30-9193-8298c5f3a43d", +Cell[17728, 520, 206, 4, 70, "Section",ExpressionUUID->"5980e570-f4ac-4e30-9193-8298c5f3a43d", CellTags->"Getting Started", CellID->40830356], -Cell[17890, 523, 319, 5, 70, "Text",ExpressionUUID->"b3fe5833-30ba-41cb-b20c-32271add7aa5", +Cell[17937, 526, 319, 5, 70, "Text",ExpressionUUID->"b3fe5833-30ba-41cb-b20c-32271add7aa5", CellID->263538793], Cell[CellGroupData[{ -Cell[18234, 532, 168, 3, 70, "Input",ExpressionUUID->"8ca7f709-2c41-45e4-84e4-d11eebf4d49c", +Cell[18281, 535, 168, 3, 70, "Input",ExpressionUUID->"8ca7f709-2c41-45e4-84e4-d11eebf4d49c", CellID->1996685014], Cell[CellGroupData[{ -Cell[18427, 539, 206, 3, 70, "Print",ExpressionUUID->"7b976cde-e2f0-49e2-88cd-12db2c341961", - CellID->871652802], -Cell[18636, 544, 335, 7, 70, "Print",ExpressionUUID->"a13ab4fd-7e68-4f90-b366-c3ac1b8c7f4a", - CellID->105632041], -Cell[18974, 553, 207, 3, 70, "Print",ExpressionUUID->"0a5a38bc-dd1f-4153-8c6b-563ff8978d16", - CellID->1253589561], -Cell[19184, 558, 190, 2, 70, "Print",ExpressionUUID->"86696723-e734-4e53-8b1b-136e917c4ddd", - CellID->761392532], -Cell[19377, 562, 176, 2, 70, "Print",ExpressionUUID->"7d4e45b8-bedb-4729-97d3-4b3d9b3bd67e", - CellID->72383945], -Cell[19556, 566, 207, 3, 70, "Print",ExpressionUUID->"60fecbd9-9fe3-45f2-b587-527acd84069d", - CellID->251887748], -Cell[19766, 571, 191, 2, 70, "Print",ExpressionUUID->"6a41fee0-f21f-446c-9af5-ea441deddfa2", - CellID->1905200811], -Cell[19960, 575, 207, 3, 70, "Print",ExpressionUUID->"d65a6fb2-90eb-4296-9921-67f70176df7c", - CellID->1453291405], -Cell[20170, 580, 207, 3, 70, "Print",ExpressionUUID->"292c5867-b554-4aca-b57f-f195193ddacb", - CellID->1370633110], -Cell[20380, 585, 177, 2, 70, "Print",ExpressionUUID->"daac6413-a5be-498d-a8fd-f4cb02265541", - CellID->912260883], -Cell[20560, 589, 206, 3, 70, "Print",ExpressionUUID->"f3bad973-e8e9-452e-b324-3063b6dfd870", - CellID->265834524] +Cell[18474, 542, 207, 3, 70, "Print",ExpressionUUID->"db27c1e8-6a4f-425d-89a2-5e6454d68edc", + CellID->1877830210], +Cell[18684, 547, 336, 7, 70, "Print",ExpressionUUID->"ff847d1e-46da-4aa4-b4a6-9cb7b470dd0a", + CellID->1901134483], +Cell[19023, 556, 207, 3, 70, "Print",ExpressionUUID->"07cdd8ef-976b-4d26-bb60-de183bbfb59f", + CellID->2076234551], +Cell[19233, 561, 191, 2, 70, "Print",ExpressionUUID->"3dc692cd-0cc4-4f0d-b56b-a5c020976464", + CellID->1329443348], +Cell[19427, 565, 178, 2, 70, "Print",ExpressionUUID->"e0addd2a-f388-44a3-9725-2eac540e5a77", + CellID->1088330593], +Cell[19608, 569, 207, 3, 70, "Print",ExpressionUUID->"c6a4b198-aae2-4181-8fc8-a0d3002cb27d", + CellID->722446312], +Cell[19818, 574, 191, 2, 70, "Print",ExpressionUUID->"4f42b260-e785-4248-8712-9f093ba293d6", + CellID->1506751498], +Cell[20012, 578, 206, 3, 70, "Print",ExpressionUUID->"fc2dbbb1-7687-4906-bd57-bfb2a02eaab4", + CellID->780854341], +Cell[20221, 583, 207, 3, 70, "Print",ExpressionUUID->"e8bf412e-c7d2-4a24-8554-a416dcfe8f33", + CellID->1449220138], +Cell[20431, 588, 177, 2, 70, "Print",ExpressionUUID->"cc40b03b-af50-4962-bc6f-2f17a4473484", + CellID->616485958], +Cell[20611, 592, 206, 3, 70, "Print",ExpressionUUID->"81bf7b13-7c6a-4a75-9e59-aad325e10f65", + CellID->232363229] }, Open ]] }, Open ]], -Cell[20793, 596, 146, 1, 70, "Text",ExpressionUUID->"7431607d-13a5-44eb-81bd-40b246b3be5a", +Cell[20844, 599, 146, 1, 70, "Text",ExpressionUUID->"7431607d-13a5-44eb-81bd-40b246b3be5a", CellID->847209476], Cell[CellGroupData[{ -Cell[20964, 601, 206, 4, 70, "Input",ExpressionUUID->"23d26b11-e933-4a5d-bcfb-5d12385bbb6c", +Cell[21015, 604, 206, 4, 70, "Input",ExpressionUUID->"23d26b11-e933-4a5d-bcfb-5d12385bbb6c", CellID->548975695], -Cell[21173, 607, 8419, 129, 70, "Output",ExpressionUUID->"f5973063-5b4b-493f-bb1f-980df9f5cab8", - CellID->1538265392] +Cell[21224, 610, 8578, 132, 70, "Output",ExpressionUUID->"189d0998-7fa4-4923-b98a-8b99223734f9", + CellID->632985108] }, Open ]], -Cell[29607, 739, 231, 6, 70, "Text",ExpressionUUID->"3fd786b9-2ecc-4ae1-9b4c-6d53a7bd232a", +Cell[29817, 745, 231, 6, 70, "Text",ExpressionUUID->"3fd786b9-2ecc-4ae1-9b4c-6d53a7bd232a", CellID->515647075], Cell[CellGroupData[{ -Cell[29863, 749, 154, 3, 70, "Input",ExpressionUUID->"5731cee5-db83-470a-9248-d05226d101a0", +Cell[30073, 755, 154, 3, 70, "Input",ExpressionUUID->"5731cee5-db83-470a-9248-d05226d101a0", CellID->76306874], -Cell[30020, 754, 116052, 2706, 70, "Output",ExpressionUUID->"8af5b24a-15bb-42c6-8a4a-228e29bc9b99", - CellID->919473604] +Cell[30230, 760, 118373, 2762, 70, "Output",ExpressionUUID->"547f72b5-dc52-4b02-b97d-4410224d36bd", + CellID->1548780410] }, Open ]], -Cell[146087, 3463, 201, 4, 70, "Text",ExpressionUUID->"e06e7348-2e47-47dd-af92-156bea22f795", +Cell[148618, 3525, 201, 4, 70, "Text",ExpressionUUID->"e06e7348-2e47-47dd-af92-156bea22f795", CellID->388462111], -Cell[146291, 3469, 239, 3, 70, "Print",ExpressionUUID->"c50a00ab-d7c6-413d-967f-1a615686b575", +Cell[148822, 3531, 239, 3, 70, "Print",ExpressionUUID->"c50a00ab-d7c6-413d-967f-1a615686b575", CellTags->"Info3264939207-8254035", CellID->1256039965], -Cell[146533, 3474, 163, 3, 70, "Text",ExpressionUUID->"c8147c4e-c1fe-4542-b446-f27408ab5a95", +Cell[149064, 3536, 163, 3, 70, "Text",ExpressionUUID->"c8147c4e-c1fe-4542-b446-f27408ab5a95", CellID->664116626], Cell[CellGroupData[{ -Cell[146721, 3481, 161, 3, 70, "Input",ExpressionUUID->"a5abd0ef-b3f1-422c-8c66-f92c670f6258", +Cell[149252, 3543, 161, 3, 70, "Input",ExpressionUUID->"a5abd0ef-b3f1-422c-8c66-f92c670f6258", CellID->1154866749], -Cell[146885, 3486, 14001, 344, 70, "Output",ExpressionUUID->"5d846e33-e336-4e2b-a283-539874f3cba4", - CellID->1687870165] +Cell[149416, 3548, 14001, 344, 70, "Output",ExpressionUUID->"6a0d6144-a725-4f91-8ff1-045701661eb0", + CellID->1484265710] }, Open ]], -Cell[160901, 3833, 213, 6, 70, "Text",ExpressionUUID->"44b7871e-4ca1-4876-9cce-75e99da1fa15", +Cell[163432, 3895, 213, 6, 70, "Text",ExpressionUUID->"44b7871e-4ca1-4876-9cce-75e99da1fa15", CellID->166540167], Cell[CellGroupData[{ -Cell[161139, 3843, 228, 4, 70, "Subsubsection",ExpressionUUID->"a659c2d3-e0ab-43f0-bf75-abaa97b3e7c0", +Cell[163670, 3905, 228, 4, 70, "Subsubsection",ExpressionUUID->"a659c2d3-e0ab-43f0-bf75-abaa97b3e7c0", CellTags->"How to define Games?", CellID->1963654110], -Cell[161370, 3849, 1592, 48, 70, "Text",ExpressionUUID->"3d0c3cb3-655c-4f5f-9407-7023d6efc655", +Cell[163901, 3911, 1592, 48, 70, "Text",ExpressionUUID->"3d0c3cb3-655c-4f5f-9407-7023d6efc655", CellTags->"DefineGame", CellID->1777051647], -Cell[162965, 3899, 2529, 79, 70, "Input",ExpressionUUID->"2ad8e6a0-cdf2-4b2e-9182-e66aad9d5a0a", +Cell[165496, 3961, 2529, 79, 70, "Input",ExpressionUUID->"2ad8e6a0-cdf2-4b2e-9182-e66aad9d5a0a", CellID->1409232542], -Cell[165497, 3980, 407, 12, 70, "Text",ExpressionUUID->"f900735c-a0cf-4eed-a552-81bd11098e3f", +Cell[168028, 4042, 407, 12, 70, "Text",ExpressionUUID->"f900735c-a0cf-4eed-a552-81bd11098e3f", CellID->1185483385], -Cell[165907, 3994, 424, 13, 70, "Input",ExpressionUUID->"661c7895-c157-4572-ae59-b6be4e8bbd56", +Cell[168438, 4056, 424, 13, 70, "Input",ExpressionUUID->"661c7895-c157-4572-ae59-b6be4e8bbd56", CellID->2076749486], -Cell[166334, 4009, 972, 23, 70, "Text",ExpressionUUID->"2c25aab7-6fed-4259-b25a-41abb5cdc80f", +Cell[168865, 4071, 972, 23, 70, "Text",ExpressionUUID->"2c25aab7-6fed-4259-b25a-41abb5cdc80f", CellID->1450062899], -Cell[167309, 4034, 633, 19, 70, "Input",ExpressionUUID->"6a3d2548-faf6-4fd0-9b5e-8698fd2172db", +Cell[169840, 4096, 633, 19, 70, "Input",ExpressionUUID->"6a3d2548-faf6-4fd0-9b5e-8698fd2172db", CellID->1449022178], -Cell[167945, 4055, 319, 8, 70, "Text",ExpressionUUID->"dee05038-822b-4009-83e8-2efdecb7141a", +Cell[170476, 4117, 319, 8, 70, "Text",ExpressionUUID->"dee05038-822b-4009-83e8-2efdecb7141a", CellTags->"(1979)", CellID->1925950852], -Cell[168267, 4065, 433, 13, 70, "Input",ExpressionUUID->"74d6fee0-1d3f-4926-bec7-1b1645ab8dd2", +Cell[170798, 4127, 433, 13, 70, "Input",ExpressionUUID->"74d6fee0-1d3f-4926-bec7-1b1645ab8dd2", CellID->174232053], -Cell[168703, 4080, 1296, 39, 70, "Input",ExpressionUUID->"91507b4a-d83d-41ef-a232-fcc037f30597", +Cell[171234, 4142, 1296, 39, 70, "Input",ExpressionUUID->"91507b4a-d83d-41ef-a232-fcc037f30597", CellID->1554654219], -Cell[170002, 4121, 121, 1, 70, "Text",ExpressionUUID->"f2393032-e01e-45de-a4c9-a26d8eff5b19", +Cell[172533, 4183, 121, 1, 70, "Text",ExpressionUUID->"f2393032-e01e-45de-a4c9-a26d8eff5b19", CellID->1032056766], -Cell[170126, 4124, 1600, 51, 70, "Input",ExpressionUUID->"5251d8ae-9faa-4d4b-a532-4bdab9018577", +Cell[172657, 4186, 1600, 51, 70, "Input",ExpressionUUID->"5251d8ae-9faa-4d4b-a532-4bdab9018577", CellID->935624586], -Cell[171729, 4177, 817, 17, 70, "Text",ExpressionUUID->"0114adf5-bccc-40ff-9f51-88b9cd0a5e03", +Cell[174260, 4239, 817, 17, 70, "Text",ExpressionUUID->"0114adf5-bccc-40ff-9f51-88b9cd0a5e03", CellID->1627038164], Cell[CellGroupData[{ -Cell[172571, 4198, 145, 3, 70, "Input",ExpressionUUID->"f03937d2-0dbc-410c-905c-03e4da370e32", +Cell[175102, 4260, 145, 3, 70, "Input",ExpressionUUID->"f03937d2-0dbc-410c-905c-03e4da370e32", CellID->1283944514], -Cell[172719, 4203, 1604670, 34549, 70, "Output",ExpressionUUID->"e8061be9-7a32-4cc1-b85f-859f72e35ef9", +Cell[175250, 4265, 1605775, 34602, 70, "Output",ExpressionUUID->"e8061be9-7a32-4cc1-b85f-859f72e35ef9", CellID->693341749] }, Closed]], -Cell[1777404, 38755, 442, 10, 70, "Text",ExpressionUUID->"d4aed7e2-9ed3-4a29-8a64-229ac9e2664a", +Cell[1781040, 38870, 442, 10, 70, "Text",ExpressionUUID->"d4aed7e2-9ed3-4a29-8a64-229ac9e2664a", CellID->932845921] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[1777895, 38771, 205, 4, 70, "Section",ExpressionUUID->"03d8d9e1-7312-40a1-ae89-1671e1ec9932", +Cell[1781531, 38886, 205, 4, 70, "Section",ExpressionUUID->"03d8d9e1-7312-40a1-ae89-1671e1ec9932", CellTags->"Some Functions", CellID->507093976], -Cell[1778103, 38777, 2147, 38, 70, "Text",ExpressionUUID->"3eba8d73-ee17-48bb-91ca-e552112c4f36", +Cell[1781739, 38892, 2147, 38, 70, "Text",ExpressionUUID->"3eba8d73-ee17-48bb-91ca-e552112c4f36", CellID->1605602632], Cell[CellGroupData[{ -Cell[1780275, 38819, 233, 5, 70, "Subsubsection",ExpressionUUID->"2a860ba1-8461-42b1-b06e-0f69cccf2484", +Cell[1783911, 38934, 233, 5, 70, "Subsubsection",ExpressionUUID->"2a860ba1-8461-42b1-b06e-0f69cccf2484", CellTags->"Basic Functions", CellID->2001300191], -Cell[1780511, 38826, 883, 19, 70, "Text",ExpressionUUID->"097004f6-b5c4-4dee-ac45-0aa68e356e97", +Cell[1784147, 38941, 883, 19, 70, "Text",ExpressionUUID->"097004f6-b5c4-4dee-ac45-0aa68e356e97", CellID->850146941], Cell[CellGroupData[{ -Cell[1781419, 38849, 167, 3, 70, "Input",ExpressionUUID->"a702229b-4fa6-4ea9-adc1-0fc42bb686f9", +Cell[1785055, 38964, 167, 3, 70, "Input",ExpressionUUID->"a702229b-4fa6-4ea9-adc1-0fc42bb686f9", CellID->1298316501], -Cell[1781589, 38854, 130, 2, 70, "Output",ExpressionUUID->"017ae218-6f7c-4e56-9288-d4fbbfef967d", +Cell[1785225, 38969, 130, 2, 70, "Output",ExpressionUUID->"017ae218-6f7c-4e56-9288-d4fbbfef967d", CellID->359661389] }, Open ]], Cell[CellGroupData[{ -Cell[1781756, 38861, 166, 3, 70, "Input",ExpressionUUID->"127aaaba-710c-4df9-ae25-0483cb16230f", +Cell[1785392, 38976, 166, 3, 70, "Input",ExpressionUUID->"127aaaba-710c-4df9-ae25-0483cb16230f", CellID->557796165], -Cell[1781925, 38866, 130, 2, 70, "Output",ExpressionUUID->"f30cc83f-c9f2-41b6-bb21-918f65806fb7", +Cell[1785561, 38981, 130, 2, 70, "Output",ExpressionUUID->"f30cc83f-c9f2-41b6-bb21-918f65806fb7", CellID->936901452] }, Open ]], Cell[CellGroupData[{ -Cell[1782092, 38873, 167, 3, 70, "Input",ExpressionUUID->"7959f4ec-ddab-4c21-ab0d-f699eac1e5ae", +Cell[1785728, 38988, 167, 3, 70, "Input",ExpressionUUID->"7959f4ec-ddab-4c21-ab0d-f699eac1e5ae", CellID->1576681729], -Cell[1782262, 38878, 132, 2, 70, "Output",ExpressionUUID->"dbbefbc3-d38a-46b3-a6f3-b58ded6975c8", +Cell[1785898, 38993, 132, 2, 70, "Output",ExpressionUUID->"dbbefbc3-d38a-46b3-a6f3-b58ded6975c8", CellID->1857772725] }, Open ]], Cell[CellGroupData[{ -Cell[1782431, 38885, 166, 3, 70, "Input",ExpressionUUID->"f9f92173-b8c8-4a60-bc92-abc9a8e0f0c3", +Cell[1786067, 39000, 166, 3, 70, "Input",ExpressionUUID->"f9f92173-b8c8-4a60-bc92-abc9a8e0f0c3", CellID->988522466], -Cell[1782600, 38890, 131, 2, 70, "Output",ExpressionUUID->"114c027a-7906-461b-a578-7006838809cf", +Cell[1786236, 39005, 131, 2, 70, "Output",ExpressionUUID->"114c027a-7906-461b-a578-7006838809cf", CellID->884251439] }, Open ]], -Cell[1782746, 38895, 800, 17, 70, "Text",ExpressionUUID->"ddca0cd8-0958-4613-8bc4-bbeeda66890f", +Cell[1786382, 39010, 800, 17, 70, "Text",ExpressionUUID->"ddca0cd8-0958-4613-8bc4-bbeeda66890f", CellTags->"(1993)", CellID->854665826], -Cell[1783549, 38914, 1125, 35, 70, "Text",ExpressionUUID->"3a8791f5-ea2c-4d0c-9316-432cdfde5462", +Cell[1787185, 39029, 1125, 35, 70, "Text",ExpressionUUID->"3a8791f5-ea2c-4d0c-9316-432cdfde5462", CellID->764871479], -Cell[1784677, 38951, 446, 14, 70, "Text",ExpressionUUID->"8c2f20dd-bd87-4ddd-9321-7423a08f5967", +Cell[1788313, 39066, 446, 14, 70, "Text",ExpressionUUID->"8c2f20dd-bd87-4ddd-9321-7423a08f5967", CellID->1850262075], Cell[CellGroupData[{ -Cell[1785148, 38969, 169, 3, 70, "Input",ExpressionUUID->"81a10834-7a0f-48ad-b475-9502f1dcb91b", +Cell[1788784, 39084, 169, 3, 70, "Input",ExpressionUUID->"81a10834-7a0f-48ad-b475-9502f1dcb91b", CellID->1213158553], -Cell[1785320, 38974, 130, 2, 70, "Output",ExpressionUUID->"951312d3-ba15-4608-b8f2-b4751ce51849", +Cell[1788956, 39089, 130, 2, 70, "Output",ExpressionUUID->"951312d3-ba15-4608-b8f2-b4751ce51849", CellID->618396797] }, Open ]], Cell[CellGroupData[{ -Cell[1785487, 38981, 168, 3, 70, "Input",ExpressionUUID->"e31c7095-6c66-4045-9bc2-0e2d4bb79fde", +Cell[1789123, 39096, 168, 3, 70, "Input",ExpressionUUID->"e31c7095-6c66-4045-9bc2-0e2d4bb79fde", CellID->179478170], -Cell[1785658, 38986, 130, 2, 70, "Output",ExpressionUUID->"e9b972da-d98d-4a0f-9031-a61637ad998c", +Cell[1789294, 39101, 130, 2, 70, "Output",ExpressionUUID->"e9b972da-d98d-4a0f-9031-a61637ad998c", CellID->873346428] }, Open ]], Cell[CellGroupData[{ -Cell[1785825, 38993, 168, 3, 70, "Input",ExpressionUUID->"d7738f1b-8268-4799-94eb-79c702050dec", +Cell[1789461, 39108, 168, 3, 70, "Input",ExpressionUUID->"d7738f1b-8268-4799-94eb-79c702050dec", CellID->380050226], -Cell[1785996, 38998, 131, 2, 70, "Output",ExpressionUUID->"5323ba8b-e5b7-4784-8d8c-cb06f1bebc21", +Cell[1789632, 39113, 131, 2, 70, "Output",ExpressionUUID->"5323ba8b-e5b7-4784-8d8c-cb06f1bebc21", CellID->181515258] }, Open ]], Cell[CellGroupData[{ -Cell[1786164, 39005, 168, 3, 70, "Input",ExpressionUUID->"59b41213-6765-4d35-9a51-befd72147924", +Cell[1789800, 39120, 168, 3, 70, "Input",ExpressionUUID->"59b41213-6765-4d35-9a51-befd72147924", CellID->194454339], -Cell[1786335, 39010, 131, 2, 70, "Output",ExpressionUUID->"5f0c5e9b-3074-49f0-8b50-11f728a815c2", +Cell[1789971, 39125, 131, 2, 70, "Output",ExpressionUUID->"5f0c5e9b-3074-49f0-8b50-11f728a815c2", CellID->1234204242] }, Open ]], -Cell[1786481, 39015, 127, 1, 70, "Text",ExpressionUUID->"6ff53aeb-db1f-4a65-9f43-5d91bfe73c4d", +Cell[1790117, 39130, 127, 1, 70, "Text",ExpressionUUID->"6ff53aeb-db1f-4a65-9f43-5d91bfe73c4d", CellID->1515642008], Cell[CellGroupData[{ -Cell[1786633, 39020, 174, 3, 70, "Input",ExpressionUUID->"a610d4df-bb89-4962-aebd-e338f18b8a0e", +Cell[1790269, 39135, 174, 3, 70, "Input",ExpressionUUID->"a610d4df-bb89-4962-aebd-e338f18b8a0e", CellID->1809172437], -Cell[1786810, 39025, 131, 2, 70, "Output",ExpressionUUID->"03110aaf-1510-414b-8d68-fa6107b2d955", +Cell[1790446, 39140, 131, 2, 70, "Output",ExpressionUUID->"03110aaf-1510-414b-8d68-fa6107b2d955", CellID->1442404959] }, Open ]], Cell[CellGroupData[{ -Cell[1786978, 39032, 173, 3, 70, "Input",ExpressionUUID->"bf4478da-d15a-4a3c-9c5d-cb16305d1a54", +Cell[1790614, 39147, 173, 3, 70, "Input",ExpressionUUID->"bf4478da-d15a-4a3c-9c5d-cb16305d1a54", CellID->946420563], -Cell[1787154, 39037, 131, 2, 70, "Output",ExpressionUUID->"3078ebdf-f52a-4b89-9e29-387b59d60a65", +Cell[1790790, 39152, 131, 2, 70, "Output",ExpressionUUID->"3078ebdf-f52a-4b89-9e29-387b59d60a65", CellID->1775712668] }, Open ]], Cell[CellGroupData[{ -Cell[1787322, 39044, 174, 3, 70, "Input",ExpressionUUID->"de77f28a-ff60-4ae9-8700-dfea9aabb8f0", +Cell[1790958, 39159, 174, 3, 70, "Input",ExpressionUUID->"de77f28a-ff60-4ae9-8700-dfea9aabb8f0", CellID->1550981037], -Cell[1787499, 39049, 131, 2, 70, "Output",ExpressionUUID->"06dbfb78-1146-4510-98fd-d98e73b4ad88", +Cell[1791135, 39164, 131, 2, 70, "Output",ExpressionUUID->"06dbfb78-1146-4510-98fd-d98e73b4ad88", CellID->1942867999] }, Open ]], Cell[CellGroupData[{ -Cell[1787667, 39056, 174, 3, 70, "Input",ExpressionUUID->"cc757497-b121-411f-bdfb-87077e9624bd", +Cell[1791303, 39171, 174, 3, 70, "Input",ExpressionUUID->"cc757497-b121-411f-bdfb-87077e9624bd", CellID->1039101065], -Cell[1787844, 39061, 131, 2, 70, "Output",ExpressionUUID->"8807d3f2-07fb-4ed9-9115-558b8bc57e62", +Cell[1791480, 39176, 131, 2, 70, "Output",ExpressionUUID->"8807d3f2-07fb-4ed9-9115-558b8bc57e62", CellID->1191524126] }, Open ]], -Cell[1787990, 39066, 576, 19, 70, "Text",ExpressionUUID->"8c3680e6-cba7-487b-9910-e2981719633d", +Cell[1791626, 39181, 576, 19, 70, "Text",ExpressionUUID->"8c3680e6-cba7-487b-9910-e2981719633d", CellID->1624319663], -Cell[1788569, 39087, 442, 12, 70, "Text",ExpressionUUID->"3e88fa7a-5581-4e0e-bfb9-153590fef49c", +Cell[1792205, 39202, 442, 12, 70, "Text",ExpressionUUID->"3e88fa7a-5581-4e0e-bfb9-153590fef49c", CellID->892917608], -Cell[1789014, 39101, 223, 5, 70, "Text",ExpressionUUID->"cabf2636-2be8-48bf-910b-cef03164ffd3", +Cell[1792650, 39216, 223, 5, 70, "Text",ExpressionUUID->"cabf2636-2be8-48bf-910b-cef03164ffd3", CellID->2041671067], Cell[CellGroupData[{ -Cell[1789262, 39110, 179, 3, 70, "Input",ExpressionUUID->"78cf3cf3-65c4-4663-8e73-3416bcf02f83", +Cell[1792898, 39225, 179, 3, 70, "Input",ExpressionUUID->"78cf3cf3-65c4-4663-8e73-3416bcf02f83", CellID->775152517], -Cell[1789444, 39115, 131, 2, 70, "Output",ExpressionUUID->"6805d7aa-30fe-4925-80de-0040e2860453", +Cell[1793080, 39230, 131, 2, 70, "Output",ExpressionUUID->"6805d7aa-30fe-4925-80de-0040e2860453", CellID->1252578997] }, Open ]], Cell[CellGroupData[{ -Cell[1789612, 39122, 179, 3, 70, "Input",ExpressionUUID->"632e2fea-6981-41e3-87ca-b66b5d3e7922", +Cell[1793248, 39237, 179, 3, 70, "Input",ExpressionUUID->"632e2fea-6981-41e3-87ca-b66b5d3e7922", CellID->451983584], -Cell[1789794, 39127, 131, 2, 70, "Output",ExpressionUUID->"a40ea717-b516-4025-9ebf-4465cb82cdeb", +Cell[1793430, 39242, 131, 2, 70, "Output",ExpressionUUID->"a40ea717-b516-4025-9ebf-4465cb82cdeb", CellID->1712053969] }, Open ]], Cell[CellGroupData[{ -Cell[1789962, 39134, 179, 3, 70, "Input",ExpressionUUID->"de3f39d2-780c-45b9-a85c-6b8f6d01b953", +Cell[1793598, 39249, 179, 3, 70, "Input",ExpressionUUID->"de3f39d2-780c-45b9-a85c-6b8f6d01b953", CellID->681777078], -Cell[1790144, 39139, 130, 2, 70, "Output",ExpressionUUID->"964f1eea-ea04-47ff-a092-cb69cd7c31ae", +Cell[1793780, 39254, 130, 2, 70, "Output",ExpressionUUID->"964f1eea-ea04-47ff-a092-cb69cd7c31ae", CellID->162272661] }, Open ]], Cell[CellGroupData[{ -Cell[1790311, 39146, 179, 3, 70, "Input",ExpressionUUID->"372e0de9-04fe-439d-84a4-de0242c4b51a", +Cell[1793947, 39261, 179, 3, 70, "Input",ExpressionUUID->"372e0de9-04fe-439d-84a4-de0242c4b51a", CellID->553092787], -Cell[1790493, 39151, 131, 2, 70, "Output",ExpressionUUID->"0b507e33-59b1-4721-a2e0-8de41c096115", +Cell[1794129, 39266, 131, 2, 70, "Output",ExpressionUUID->"0b507e33-59b1-4721-a2e0-8de41c096115", CellID->1566028518] }, Open ]], -Cell[1790639, 39156, 406, 14, 70, "Text",ExpressionUUID->"789a1564-0720-492c-9900-97590b2fb038", +Cell[1794275, 39271, 406, 14, 70, "Text",ExpressionUUID->"789a1564-0720-492c-9900-97590b2fb038", CellID->1016938488], Cell[CellGroupData[{ -Cell[1791070, 39174, 173, 3, 70, "Input",ExpressionUUID->"c8642df9-6bde-48e4-835c-cca3f04b07f4", +Cell[1794706, 39289, 173, 3, 70, "Input",ExpressionUUID->"c8642df9-6bde-48e4-835c-cca3f04b07f4", CellID->1317964267], -Cell[1791246, 39179, 131, 2, 70, "Output",ExpressionUUID->"b083aa4e-010c-4039-94a7-d7e49e39e864", +Cell[1794882, 39294, 131, 2, 70, "Output",ExpressionUUID->"b083aa4e-010c-4039-94a7-d7e49e39e864", CellID->1268806945] }, Open ]], Cell[CellGroupData[{ -Cell[1791414, 39186, 167, 3, 70, "Input",ExpressionUUID->"66dbcff2-7f75-4912-982b-00fc7bb39ca6", +Cell[1795050, 39301, 167, 3, 70, "Input",ExpressionUUID->"66dbcff2-7f75-4912-982b-00fc7bb39ca6", CellID->82613393], -Cell[1791584, 39191, 131, 2, 70, "Output",ExpressionUUID->"d52ed21b-6229-4e14-9ae0-133a6d187eab", +Cell[1795220, 39306, 131, 2, 70, "Output",ExpressionUUID->"d52ed21b-6229-4e14-9ae0-133a6d187eab", CellID->1936361064] }, Open ]], Cell[CellGroupData[{ -Cell[1791752, 39198, 173, 3, 70, "Input",ExpressionUUID->"93fa3f3a-1bc6-4a36-bb93-b4e37e803493", +Cell[1795388, 39313, 173, 3, 70, "Input",ExpressionUUID->"93fa3f3a-1bc6-4a36-bb93-b4e37e803493", CellID->1448285115], -Cell[1791928, 39203, 130, 2, 70, "Output",ExpressionUUID->"510d3701-09f1-41e0-b11e-85ac834f8cd8", +Cell[1795564, 39318, 130, 2, 70, "Output",ExpressionUUID->"510d3701-09f1-41e0-b11e-85ac834f8cd8", CellID->955959821] }, Open ]], Cell[CellGroupData[{ -Cell[1792095, 39210, 172, 3, 70, "Input",ExpressionUUID->"c2772d1d-4b30-4d3c-8dbc-79c8acf34860", +Cell[1795731, 39325, 172, 3, 70, "Input",ExpressionUUID->"c2772d1d-4b30-4d3c-8dbc-79c8acf34860", CellID->168927642], -Cell[1792270, 39215, 131, 2, 70, "Output",ExpressionUUID->"212a6dfc-f783-430c-9834-7e6b933c2e68", +Cell[1795906, 39330, 131, 2, 70, "Output",ExpressionUUID->"212a6dfc-f783-430c-9834-7e6b933c2e68", CellID->1629800373] }, Open ]], Cell[CellGroupData[{ -Cell[1792438, 39222, 169, 3, 70, "Input",ExpressionUUID->"3ff11079-e15e-4302-acb5-af4b4d2dfa55", +Cell[1796074, 39337, 169, 3, 70, "Input",ExpressionUUID->"3ff11079-e15e-4302-acb5-af4b4d2dfa55", CellID->1150414160], -Cell[1792610, 39227, 131, 2, 70, "Output",ExpressionUUID->"25e00af1-d885-4214-91ba-fb28da8a7eaf", +Cell[1796246, 39342, 131, 2, 70, "Output",ExpressionUUID->"25e00af1-d885-4214-91ba-fb28da8a7eaf", CellID->1403131885] }, Open ]], Cell[CellGroupData[{ -Cell[1792778, 39234, 172, 3, 70, "Input",ExpressionUUID->"cfe2306e-b164-4fa4-bfb9-59d8b9db3f2e", +Cell[1796414, 39349, 172, 3, 70, "Input",ExpressionUUID->"cfe2306e-b164-4fa4-bfb9-59d8b9db3f2e", CellID->997958733], -Cell[1792953, 39239, 130, 2, 70, "Output",ExpressionUUID->"b1fa9ce9-54ab-4021-ae22-d983fb77908a", +Cell[1796589, 39354, 130, 2, 70, "Output",ExpressionUUID->"b1fa9ce9-54ab-4021-ae22-d983fb77908a", CellID->812102950] }, Open ]], Cell[CellGroupData[{ -Cell[1793120, 39246, 172, 3, 70, "Input",ExpressionUUID->"16dfd611-afb5-4853-beb8-90fd8f2f4b59", +Cell[1796756, 39361, 172, 3, 70, "Input",ExpressionUUID->"16dfd611-afb5-4853-beb8-90fd8f2f4b59", CellID->698053196], -Cell[1793295, 39251, 132, 2, 70, "Output",ExpressionUUID->"95906bfd-c27c-4cd5-aabb-e2fe8a15a418", +Cell[1796931, 39366, 132, 2, 70, "Output",ExpressionUUID->"95906bfd-c27c-4cd5-aabb-e2fe8a15a418", CellID->1944379297] }, Open ]], Cell[CellGroupData[{ -Cell[1793464, 39258, 168, 3, 70, "Input",ExpressionUUID->"a315f68e-f8ae-4758-a3c5-4649a03a3645", +Cell[1797100, 39373, 168, 3, 70, "Input",ExpressionUUID->"a315f68e-f8ae-4758-a3c5-4649a03a3645", CellID->440331970], -Cell[1793635, 39263, 131, 2, 70, "Output",ExpressionUUID->"daf3b865-6e6f-4f95-8bb9-438c2a45835a", +Cell[1797271, 39378, 131, 2, 70, "Output",ExpressionUUID->"daf3b865-6e6f-4f95-8bb9-438c2a45835a", CellID->101550585] }, Open ]], Cell[CellGroupData[{ -Cell[1793803, 39270, 173, 3, 70, "Input",ExpressionUUID->"1f88eff0-4686-4641-b89e-d059f0d4172f", +Cell[1797439, 39385, 173, 3, 70, "Input",ExpressionUUID->"1f88eff0-4686-4641-b89e-d059f0d4172f", CellID->1739763648], -Cell[1793979, 39275, 132, 2, 70, "Output",ExpressionUUID->"04137cf7-3f1d-46b7-93dc-1e2315218653", +Cell[1797615, 39390, 132, 2, 70, "Output",ExpressionUUID->"04137cf7-3f1d-46b7-93dc-1e2315218653", CellID->1479433035] }, Open ]], Cell[CellGroupData[{ -Cell[1794148, 39282, 173, 3, 70, "Input",ExpressionUUID->"141613f5-73b9-4152-a307-93d5d53b6981", +Cell[1797784, 39397, 173, 3, 70, "Input",ExpressionUUID->"141613f5-73b9-4152-a307-93d5d53b6981", CellID->1293074711], -Cell[1794324, 39287, 131, 2, 70, "Output",ExpressionUUID->"d9f5cc84-5745-4bc8-8c7d-a01778a89024", +Cell[1797960, 39402, 131, 2, 70, "Output",ExpressionUUID->"d9f5cc84-5745-4bc8-8c7d-a01778a89024", CellID->1216599663] }, Open ]], Cell[CellGroupData[{ -Cell[1794492, 39294, 168, 3, 70, "Input",ExpressionUUID->"caeeee3e-6615-41bb-8c15-d1e0fc204618", +Cell[1798128, 39409, 168, 3, 70, "Input",ExpressionUUID->"caeeee3e-6615-41bb-8c15-d1e0fc204618", CellID->224866995], -Cell[1794663, 39299, 131, 2, 70, "Output",ExpressionUUID->"bf290410-8034-415b-9ec9-b4b1df981e62", +Cell[1798299, 39414, 131, 2, 70, "Output",ExpressionUUID->"bf290410-8034-415b-9ec9-b4b1df981e62", CellID->1187262130] }, Open ]], -Cell[1794809, 39304, 449, 16, 70, "Text",ExpressionUUID->"028565f2-4118-4849-a642-b032bcd0aeaa", +Cell[1798445, 39419, 449, 16, 70, "Text",ExpressionUUID->"028565f2-4118-4849-a642-b032bcd0aeaa", CellID->1991752180], Cell[CellGroupData[{ -Cell[1795283, 39324, 165, 3, 70, "Input",ExpressionUUID->"96c0f50d-6887-4c7e-8f1a-0699544425f2", +Cell[1798919, 39439, 165, 3, 70, "Input",ExpressionUUID->"96c0f50d-6887-4c7e-8f1a-0699544425f2", CellID->1477445993], -Cell[1795451, 39329, 131, 2, 70, "Output",ExpressionUUID->"abfd8765-53a6-4366-9b4b-1d17a581cefa", +Cell[1799087, 39444, 131, 2, 70, "Output",ExpressionUUID->"abfd8765-53a6-4366-9b4b-1d17a581cefa", CellID->1639245715] }, Open ]], Cell[CellGroupData[{ -Cell[1795619, 39336, 165, 3, 70, "Input",ExpressionUUID->"57c11623-4b84-4271-aaaf-73aa01eac510", +Cell[1799255, 39451, 165, 3, 70, "Input",ExpressionUUID->"57c11623-4b84-4271-aaaf-73aa01eac510", CellID->1556322502], -Cell[1795787, 39341, 129, 2, 70, "Output",ExpressionUUID->"a9228d9d-bad8-4031-ac50-ac8a21f37295", +Cell[1799423, 39456, 129, 2, 70, "Output",ExpressionUUID->"a9228d9d-bad8-4031-ac50-ac8a21f37295", CellID->11739423] }, Open ]], Cell[CellGroupData[{ -Cell[1795953, 39348, 165, 3, 70, "Input",ExpressionUUID->"5b380e34-9cf3-4126-b66e-4e9f344c702e", +Cell[1799589, 39463, 165, 3, 70, "Input",ExpressionUUID->"5b380e34-9cf3-4126-b66e-4e9f344c702e", CellID->1801518376], -Cell[1796121, 39353, 131, 2, 70, "Output",ExpressionUUID->"7a21ecb9-a854-4f20-a1b4-f88309dd38a1", +Cell[1799757, 39468, 131, 2, 70, "Output",ExpressionUUID->"7a21ecb9-a854-4f20-a1b4-f88309dd38a1", CellID->2109415289] }, Open ]], Cell[CellGroupData[{ -Cell[1796289, 39360, 165, 3, 70, "Input",ExpressionUUID->"a611c8ea-9342-4c3f-b9de-402b4a6ce340", +Cell[1799925, 39475, 165, 3, 70, "Input",ExpressionUUID->"a611c8ea-9342-4c3f-b9de-402b4a6ce340", CellID->1577767941], -Cell[1796457, 39365, 130, 2, 70, "Output",ExpressionUUID->"bc8c721d-dd61-4b6c-af46-f2b3c588320a", +Cell[1800093, 39480, 130, 2, 70, "Output",ExpressionUUID->"bc8c721d-dd61-4b6c-af46-f2b3c588320a", CellID->670973216] }, Open ]], -Cell[1796602, 39370, 129, 1, 70, "Text",ExpressionUUID->"6b77247d-349c-4b3e-8dbd-ef4e0a2a02cc", +Cell[1800238, 39485, 129, 1, 70, "Text",ExpressionUUID->"6b77247d-349c-4b3e-8dbd-ef4e0a2a02cc", CellID->1279895908], Cell[CellGroupData[{ -Cell[1796756, 39375, 164, 3, 70, "Input",ExpressionUUID->"64a6ee19-2728-4024-97f8-60d6c27a007f", +Cell[1800392, 39490, 164, 3, 70, "Input",ExpressionUUID->"64a6ee19-2728-4024-97f8-60d6c27a007f", CellID->699091238], -Cell[1796923, 39380, 324, 10, 70, "Output",ExpressionUUID->"9d7cf45f-91f2-4c42-9f9c-3cac199016ed", +Cell[1800559, 39495, 324, 10, 70, "Output",ExpressionUUID->"9d7cf45f-91f2-4c42-9f9c-3cac199016ed", CellID->753586610] }, Open ]], Cell[CellGroupData[{ -Cell[1797284, 39395, 165, 3, 70, "Input",ExpressionUUID->"e3bb72f3-d5db-4871-8f2b-26922fb4e61f", +Cell[1800920, 39510, 165, 3, 70, "Input",ExpressionUUID->"e3bb72f3-d5db-4871-8f2b-26922fb4e61f", CellID->1068773325], -Cell[1797452, 39400, 325, 10, 70, "Output",ExpressionUUID->"dd39e7f3-b699-4038-8ae1-f8b199ce54df", +Cell[1801088, 39515, 325, 10, 70, "Output",ExpressionUUID->"dd39e7f3-b699-4038-8ae1-f8b199ce54df", CellID->2147376353] }, Open ]], Cell[CellGroupData[{ -Cell[1797814, 39415, 165, 3, 70, "Input",ExpressionUUID->"dfe63b4b-6a9b-4d2f-b133-e19f33a44e17", +Cell[1801450, 39530, 165, 3, 70, "Input",ExpressionUUID->"dfe63b4b-6a9b-4d2f-b133-e19f33a44e17", CellID->1709546431], -Cell[1797982, 39420, 203, 4, 70, "Output",ExpressionUUID->"0b71ea27-eb27-4259-8e3d-2adb644a6768", +Cell[1801618, 39535, 203, 4, 70, "Output",ExpressionUUID->"0b71ea27-eb27-4259-8e3d-2adb644a6768", CellID->1237700967] }, Open ]], Cell[CellGroupData[{ -Cell[1798222, 39429, 165, 3, 70, "Input",ExpressionUUID->"293d33f3-0495-41ec-8682-475cb9c95107", +Cell[1801858, 39544, 165, 3, 70, "Input",ExpressionUUID->"293d33f3-0495-41ec-8682-475cb9c95107", CellID->1629693079], -Cell[1798390, 39434, 280, 8, 70, "Output",ExpressionUUID->"d3d8aecb-ca2c-4dff-a7f9-6ae51744193f", +Cell[1802026, 39549, 280, 8, 70, "Output",ExpressionUUID->"d3d8aecb-ca2c-4dff-a7f9-6ae51744193f", CellID->712476944] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[1798719, 39448, 223, 5, 70, "Subsubsection",ExpressionUUID->"3c2b1194-4a22-4454-be4d-9f3246f05fa4", +Cell[1802355, 39563, 223, 5, 70, "Subsubsection",ExpressionUUID->"3c2b1194-4a22-4454-be4d-9f3246f05fa4", CellTags->"k-convexity", CellID->493349204], -Cell[1798945, 39455, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", +Cell[1802581, 39570, 2064, 51, 70, "Text",ExpressionUUID->"319ae3c5-232e-478f-bfae-3a8ab7f3bcbc", CellTags->{"(1988)", "(2002a)"}, CellID->480168164], -Cell[1801012, 39508, 1891, 59, 70, "Input",ExpressionUUID->"dd0b9909-1822-4ca8-acb8-d2ed45776673", +Cell[1804648, 39623, 1891, 59, 70, "Input",ExpressionUUID->"dd0b9909-1822-4ca8-acb8-d2ed45776673", CellID->1524579894], -Cell[1802906, 39569, 1107, 35, 70, "Input",ExpressionUUID->"55ca66e1-ac9b-4c7d-b025-c0fd0d38e979", +Cell[1806542, 39684, 1107, 35, 70, "Input",ExpressionUUID->"55ca66e1-ac9b-4c7d-b025-c0fd0d38e979", CellID->1191402401], -Cell[1804016, 39606, 484, 16, 70, "Input",ExpressionUUID->"91e7530c-ec93-485e-93f0-bb14ce94c405", +Cell[1807652, 39721, 484, 16, 70, "Input",ExpressionUUID->"91e7530c-ec93-485e-93f0-bb14ce94c405", CellID->277063813], -Cell[1804503, 39624, 1123, 36, 70, "Input",ExpressionUUID->"3bbd6ace-3f5d-4b25-a003-6e63868618b7", +Cell[1808139, 39739, 1123, 36, 70, "Input",ExpressionUUID->"3bbd6ace-3f5d-4b25-a003-6e63868618b7", CellID->1964911864], -Cell[1805629, 39662, 378, 9, 70, "Text",ExpressionUUID->"96b9dfac-20b9-43cc-a9c8-85b686ce2a3b", +Cell[1809265, 39777, 378, 9, 70, "Text",ExpressionUUID->"96b9dfac-20b9-43cc-a9c8-85b686ce2a3b", CellID->1292952986], -Cell[1806010, 39673, 640, 16, 70, "Input",ExpressionUUID->"f50ce730-9106-461f-85da-bdcd8ab4d3df", +Cell[1809646, 39788, 640, 16, 70, "Input",ExpressionUUID->"f50ce730-9106-461f-85da-bdcd8ab4d3df", CellID->2016827461], -Cell[1806653, 39691, 148, 1, 70, "Text",ExpressionUUID->"bbb30903-eb74-497c-b2db-9377213f7e7d", +Cell[1810289, 39806, 148, 1, 70, "Text",ExpressionUUID->"bbb30903-eb74-497c-b2db-9377213f7e7d", CellID->1296861251], Cell[CellGroupData[{ -Cell[1806826, 39696, 160, 3, 70, "Input",ExpressionUUID->"f64ff185-fee3-48c3-ba42-00b4a9352c47", +Cell[1810462, 39811, 160, 3, 70, "Input",ExpressionUUID->"f64ff185-fee3-48c3-ba42-00b4a9352c47", CellID->438544050], -Cell[1806989, 39701, 1027, 31, 70, "Output",ExpressionUUID->"a1d1178a-ed15-41b1-b7e3-6551a7074da0", +Cell[1810625, 39816, 1027, 31, 70, "Output",ExpressionUUID->"a1d1178a-ed15-41b1-b7e3-6551a7074da0", CellID->1085943477] }, Open ]], -Cell[1808031, 39735, 310, 9, 70, "Text",ExpressionUUID->"887732e2-c78b-48b0-93a4-3f9dcea6e310", +Cell[1811667, 39850, 310, 9, 70, "Text",ExpressionUUID->"887732e2-c78b-48b0-93a4-3f9dcea6e310", CellID->1521728246], Cell[CellGroupData[{ -Cell[1808366, 39748, 169, 3, 70, "Input",ExpressionUUID->"b9abcb6f-8902-43c4-a769-06d7e2a3b20f", +Cell[1812002, 39863, 169, 3, 70, "Input",ExpressionUUID->"b9abcb6f-8902-43c4-a769-06d7e2a3b20f", CellID->1625806180], -Cell[1808538, 39753, 199, 4, 70, "Output",ExpressionUUID->"487c57e0-a03c-4dca-a8fd-6c11ad627c4c", +Cell[1812174, 39868, 199, 4, 70, "Output",ExpressionUUID->"487c57e0-a03c-4dca-a8fd-6c11ad627c4c", CellID->930212009] }, Open ]], -Cell[1808752, 39760, 270, 7, 70, "Input",ExpressionUUID->"f8d0d5d2-d561-46ea-8263-82a9f81234fd", +Cell[1812388, 39875, 270, 7, 70, "Input",ExpressionUUID->"f8d0d5d2-d561-46ea-8263-82a9f81234fd", CellID->851690591], -Cell[1809025, 39769, 173, 3, 70, "Text",ExpressionUUID->"d1932b64-bfac-4696-9402-b39e63105fc9", +Cell[1812661, 39884, 173, 3, 70, "Text",ExpressionUUID->"d1932b64-bfac-4696-9402-b39e63105fc9", CellID->1117568247], Cell[CellGroupData[{ -Cell[1809223, 39776, 164, 3, 70, "Input",ExpressionUUID->"1e31ea5a-6693-4f7a-b682-5c92804288f4", +Cell[1812859, 39891, 164, 3, 70, "Input",ExpressionUUID->"1e31ea5a-6693-4f7a-b682-5c92804288f4", CellID->339050863], -Cell[1809390, 39781, 130, 2, 70, "Output",ExpressionUUID->"fa22ed50-46a3-46dd-91ad-8f4c99f11ada", +Cell[1813026, 39896, 130, 2, 70, "Output",ExpressionUUID->"fa22ed50-46a3-46dd-91ad-8f4c99f11ada", CellID->863430015] }, Open ]], Cell[CellGroupData[{ -Cell[1809557, 39788, 164, 3, 70, "Input",ExpressionUUID->"ff9e357e-64cb-4007-ab48-a52d7f7e0714", +Cell[1813193, 39903, 164, 3, 70, "Input",ExpressionUUID->"ff9e357e-64cb-4007-ab48-a52d7f7e0714", CellID->771602976], -Cell[1809724, 39793, 130, 2, 70, "Output",ExpressionUUID->"45e2d5c7-c0a1-451f-9f7c-b4ff53c16fbd", +Cell[1813360, 39908, 130, 2, 70, "Output",ExpressionUUID->"45e2d5c7-c0a1-451f-9f7c-b4ff53c16fbd", CellID->300982505] }, Open ]], -Cell[1809869, 39798, 744, 27, 70, "Text",ExpressionUUID->"7073370d-259e-460b-aa9d-42714bb97876", +Cell[1813505, 39913, 744, 27, 70, "Text",ExpressionUUID->"7073370d-259e-460b-aa9d-42714bb97876", CellTags->"1988", CellID->293714308], -Cell[1810616, 39827, 861, 27, 70, "Text",ExpressionUUID->"0853dbb2-fe6d-4f7b-a35e-d4066e24bd0d", +Cell[1814252, 39942, 861, 27, 70, "Text",ExpressionUUID->"0853dbb2-fe6d-4f7b-a35e-d4066e24bd0d", CellTags->"1988", CellID->1442576192], -Cell[1811480, 39856, 1188, 38, 70, "Text",ExpressionUUID->"2c24ccd1-5287-4a29-8517-5f66242a406a", +Cell[1815116, 39971, 1188, 38, 70, "Text",ExpressionUUID->"2c24ccd1-5287-4a29-8517-5f66242a406a", CellTags->"1988", CellID->1580878413], -Cell[1812671, 39896, 1129, 38, 70, "Text",ExpressionUUID->"649a5ced-5ef2-4af3-803d-5f1ce0a18213", +Cell[1816307, 40011, 1129, 38, 70, "Text",ExpressionUUID->"649a5ced-5ef2-4af3-803d-5f1ce0a18213", CellTags->"1988", CellID->992805547], -Cell[1813803, 39936, 1587, 49, 70, "Text",ExpressionUUID->"b69cf7bf-d0a5-421b-b861-c0ed4eae1c0a", +Cell[1817439, 40051, 1587, 49, 70, "Text",ExpressionUUID->"b69cf7bf-d0a5-421b-b861-c0ed4eae1c0a", CellTags->"1988", CellID->48679154], Cell[CellGroupData[{ -Cell[1815415, 39989, 162, 3, 70, "Input",ExpressionUUID->"40beb470-6ec6-4178-947a-a61cd167f1eb", +Cell[1819051, 40104, 162, 3, 70, "Input",ExpressionUUID->"40beb470-6ec6-4178-947a-a61cd167f1eb", CellID->502168090], -Cell[1815580, 39994, 335, 7, 70, "Output",ExpressionUUID->"c9ddbce1-1e7e-43b1-bf5e-c567faf8d5a5", +Cell[1819216, 40109, 335, 7, 70, "Output",ExpressionUUID->"c9ddbce1-1e7e-43b1-bf5e-c567faf8d5a5", CellID->992698252] }, Open ]], Cell[CellGroupData[{ -Cell[1815952, 40006, 163, 3, 70, "Input",ExpressionUUID->"d384c1f9-0488-4f8c-b044-3a41e75323a2", +Cell[1819588, 40121, 163, 3, 70, "Input",ExpressionUUID->"d384c1f9-0488-4f8c-b044-3a41e75323a2", CellID->1758225586], -Cell[1816118, 40011, 324, 7, 70, "Output",ExpressionUUID->"13a85fd3-8c96-4a32-992d-55de9329e267", +Cell[1819754, 40126, 324, 7, 70, "Output",ExpressionUUID->"13a85fd3-8c96-4a32-992d-55de9329e267", CellID->1739869058] }, Open ]], Cell[CellGroupData[{ -Cell[1816479, 40023, 162, 3, 70, "Input",ExpressionUUID->"0642d871-87a8-48b8-a3fe-3333ed58d577", +Cell[1820115, 40138, 162, 3, 70, "Input",ExpressionUUID->"0642d871-87a8-48b8-a3fe-3333ed58d577", CellID->474907683], -Cell[1816644, 40028, 238, 6, 70, "Output",ExpressionUUID->"758e7128-bbe6-4493-9d18-c47ad6282505", +Cell[1820280, 40143, 238, 6, 70, "Output",ExpressionUUID->"758e7128-bbe6-4493-9d18-c47ad6282505", CellID->323218882] }, Open ]], Cell[CellGroupData[{ -Cell[1816919, 40039, 161, 3, 70, "Input",ExpressionUUID->"0c8a9029-bd7f-44cb-a63c-ec5f25828813", +Cell[1820555, 40154, 161, 3, 70, "Input",ExpressionUUID->"0c8a9029-bd7f-44cb-a63c-ec5f25828813", CellID->85734614], -Cell[1817083, 40044, 680, 19, 70, "Output",ExpressionUUID->"4774635a-7454-4429-aafd-2ae9b5bc3395", +Cell[1820719, 40159, 680, 19, 70, "Output",ExpressionUUID->"4774635a-7454-4429-aafd-2ae9b5bc3395", CellID->955075848] }, Open ]], Cell[CellGroupData[{ -Cell[1817800, 40068, 187, 4, 70, "Input",ExpressionUUID->"5ba37158-0651-4538-88a8-ddbbd9432056", +Cell[1821436, 40183, 187, 4, 70, "Input",ExpressionUUID->"5ba37158-0651-4538-88a8-ddbbd9432056", CellID->1847798776], -Cell[1817990, 40074, 601, 11, 70, "Output",ExpressionUUID->"c23c6e7e-f353-4bef-9110-ef2aa5240669", +Cell[1821626, 40189, 601, 11, 70, "Output",ExpressionUUID->"c23c6e7e-f353-4bef-9110-ef2aa5240669", CellID->1277137015] }, Open ]], -Cell[1818606, 40088, 1257, 35, 70, "Text",ExpressionUUID->"d7ffc35d-12d6-4155-9bd3-4de8afd2119b", +Cell[1822242, 40203, 1257, 35, 70, "Text",ExpressionUUID->"d7ffc35d-12d6-4155-9bd3-4de8afd2119b", CellID->1232139661], Cell[CellGroupData[{ -Cell[1819888, 40127, 217, 5, 70, "Input",ExpressionUUID->"95ad7f39-5702-497c-be12-4e979a92369f", +Cell[1823524, 40242, 217, 5, 70, "Input",ExpressionUUID->"95ad7f39-5702-497c-be12-4e979a92369f", CellID->1665226992], -Cell[1820108, 40134, 327, 7, 70, "Output",ExpressionUUID->"9179a150-b761-4d36-bc3e-15986c492ab1", +Cell[1823744, 40249, 327, 7, 70, "Output",ExpressionUUID->"9179a150-b761-4d36-bc3e-15986c492ab1", CellID->422606354] }, Open ]], Cell[CellGroupData[{ -Cell[1820472, 40146, 217, 5, 70, "Input",ExpressionUUID->"94900422-4f00-403f-8a54-d518d318acec", +Cell[1824108, 40261, 217, 5, 70, "Input",ExpressionUUID->"94900422-4f00-403f-8a54-d518d318acec", CellID->1101483475], -Cell[1820692, 40153, 323, 7, 70, "Output",ExpressionUUID->"7edf5a9f-e6c6-4bae-ad99-1a0a2ee201f4", +Cell[1824328, 40268, 323, 7, 70, "Output",ExpressionUUID->"7edf5a9f-e6c6-4bae-ad99-1a0a2ee201f4", CellID->814604595] }, Open ]], Cell[CellGroupData[{ -Cell[1821052, 40165, 216, 5, 70, "Input",ExpressionUUID->"ebca3cc2-6d22-449b-996c-a400c3cb69c0", +Cell[1824688, 40280, 216, 5, 70, "Input",ExpressionUUID->"ebca3cc2-6d22-449b-996c-a400c3cb69c0", CellID->861150404], -Cell[1821271, 40172, 240, 6, 70, "Output",ExpressionUUID->"8bfbe211-99dc-4dda-b2dc-5fd98c24f5fe", +Cell[1824907, 40287, 240, 6, 70, "Output",ExpressionUUID->"8bfbe211-99dc-4dda-b2dc-5fd98c24f5fe", CellID->39943304] }, Open ]], Cell[CellGroupData[{ -Cell[1821548, 40183, 216, 5, 70, "Input",ExpressionUUID->"b5f3ce30-38f4-470b-bbe7-134fe5b5faba", +Cell[1825184, 40298, 216, 5, 70, "Input",ExpressionUUID->"b5f3ce30-38f4-470b-bbe7-134fe5b5faba", CellID->188849193], -Cell[1821767, 40190, 658, 18, 70, "Output",ExpressionUUID->"41a03866-ceba-4e8d-afb8-8dd4e0ea3bbe", +Cell[1825403, 40305, 658, 18, 70, "Output",ExpressionUUID->"41a03866-ceba-4e8d-afb8-8dd4e0ea3bbe", CellID->339472936] }, Open ]], -Cell[1822440, 40211, 724, 22, 70, "Text",ExpressionUUID->"25a842e5-2f04-402b-bae5-8f5898a7eb77", +Cell[1826076, 40326, 724, 22, 70, "Text",ExpressionUUID->"25a842e5-2f04-402b-bae5-8f5898a7eb77", CellID->970155313], -Cell[1823167, 40235, 268, 7, 70, "Input",ExpressionUUID->"e23264eb-f852-4a7c-a36b-016951dc5832", +Cell[1826803, 40350, 268, 7, 70, "Input",ExpressionUUID->"e23264eb-f852-4a7c-a36b-016951dc5832", CellID->1040539785], -Cell[1823438, 40244, 268, 7, 70, "Input",ExpressionUUID->"1170cfed-d2e3-4ffe-972b-cfc3a79beced", +Cell[1827074, 40359, 268, 7, 70, "Input",ExpressionUUID->"1170cfed-d2e3-4ffe-972b-cfc3a79beced", CellID->1457041184], -Cell[1823709, 40253, 268, 7, 70, "Input",ExpressionUUID->"d6c07203-7c0e-4235-a76d-2a7bda3e2d3a", +Cell[1827345, 40368, 268, 7, 70, "Input",ExpressionUUID->"d6c07203-7c0e-4235-a76d-2a7bda3e2d3a", CellID->1309206177], -Cell[1823980, 40262, 268, 7, 70, "Input",ExpressionUUID->"dc583db9-256f-4dea-9825-4682fbda27d5", +Cell[1827616, 40377, 268, 7, 70, "Input",ExpressionUUID->"dc583db9-256f-4dea-9825-4682fbda27d5", CellID->1903969800], -Cell[1824251, 40271, 555, 13, 70, "Text",ExpressionUUID->"48ca612f-382c-46b4-a32b-26150ae4c088", +Cell[1827887, 40386, 555, 13, 70, "Text",ExpressionUUID->"48ca612f-382c-46b4-a32b-26150ae4c088", CellID->81160512], Cell[CellGroupData[{ -Cell[1824831, 40288, 166, 3, 70, "Input",ExpressionUUID->"b2cd37b0-32dc-4c48-9504-f306f0b61789", +Cell[1828467, 40403, 166, 3, 70, "Input",ExpressionUUID->"b2cd37b0-32dc-4c48-9504-f306f0b61789", CellID->1610188682], -Cell[1825000, 40293, 129, 2, 70, "Output",ExpressionUUID->"3c248f20-28e3-4e73-aa97-929e7f7cd68e", +Cell[1828636, 40408, 129, 2, 70, "Output",ExpressionUUID->"3c248f20-28e3-4e73-aa97-929e7f7cd68e", CellID->50200460] }, Open ]], Cell[CellGroupData[{ -Cell[1825166, 40300, 167, 3, 70, "Input",ExpressionUUID->"87769555-3216-4bab-aeb8-80bedc010701", +Cell[1828802, 40415, 167, 3, 70, "Input",ExpressionUUID->"87769555-3216-4bab-aeb8-80bedc010701", CellID->1523736704], -Cell[1825336, 40305, 132, 2, 70, "Output",ExpressionUUID->"f5496dfa-832b-4876-bc42-2b2489f47d0c", +Cell[1828972, 40420, 132, 2, 70, "Output",ExpressionUUID->"f5496dfa-832b-4876-bc42-2b2489f47d0c", CellID->1043583447] }, Open ]], Cell[CellGroupData[{ -Cell[1825505, 40312, 166, 3, 70, "Input",ExpressionUUID->"23283919-cac1-476a-8f2d-b7e741585cef", +Cell[1829141, 40427, 166, 3, 70, "Input",ExpressionUUID->"23283919-cac1-476a-8f2d-b7e741585cef", CellID->1043006007], -Cell[1825674, 40317, 131, 2, 70, "Output",ExpressionUUID->"b2e5b980-5ab7-48d6-a0ce-ade67104d4e9", +Cell[1829310, 40432, 131, 2, 70, "Output",ExpressionUUID->"b2e5b980-5ab7-48d6-a0ce-ade67104d4e9", CellID->1572415859] }, Open ]], Cell[CellGroupData[{ -Cell[1825842, 40324, 167, 3, 70, "Input",ExpressionUUID->"f08204de-3e52-4bfc-bf2a-7a36f92d246c", +Cell[1829478, 40439, 167, 3, 70, "Input",ExpressionUUID->"f08204de-3e52-4bfc-bf2a-7a36f92d246c", CellID->1545751538], -Cell[1826012, 40329, 132, 2, 70, "Output",ExpressionUUID->"d77aafcd-a1e1-41e0-8191-03e4f723d320", +Cell[1829648, 40444, 132, 2, 70, "Output",ExpressionUUID->"d77aafcd-a1e1-41e0-8191-03e4f723d320", CellID->2035704260] }, Open ]], Cell[CellGroupData[{ -Cell[1826181, 40336, 166, 3, 70, "Input",ExpressionUUID->"6bf1d5f2-06cb-40fb-a747-5041ab051024", +Cell[1829817, 40451, 166, 3, 70, "Input",ExpressionUUID->"6bf1d5f2-06cb-40fb-a747-5041ab051024", CellID->1183157797], -Cell[1826350, 40341, 131, 2, 70, "Output",ExpressionUUID->"69d17a13-51b9-4bbe-8d5d-7a42f9a0c32c", +Cell[1829986, 40456, 131, 2, 70, "Output",ExpressionUUID->"69d17a13-51b9-4bbe-8d5d-7a42f9a0c32c", CellID->1138136948] }, Open ]], Cell[CellGroupData[{ -Cell[1826518, 40348, 166, 3, 70, "Input",ExpressionUUID->"3c57a649-4c02-4101-8147-46582b6155c8", +Cell[1830154, 40463, 166, 3, 70, "Input",ExpressionUUID->"3c57a649-4c02-4101-8147-46582b6155c8", CellID->363128295], -Cell[1826687, 40353, 131, 2, 70, "Output",ExpressionUUID->"df422d9d-955f-4e50-bed3-5c01e910dd2b", +Cell[1830323, 40468, 131, 2, 70, "Output",ExpressionUUID->"df422d9d-955f-4e50-bed3-5c01e910dd2b", CellID->1506376679] }, Open ]], Cell[CellGroupData[{ -Cell[1826855, 40360, 166, 3, 70, "Input",ExpressionUUID->"e90a34d6-953f-4996-a9b6-5f26866bd878", +Cell[1830491, 40475, 166, 3, 70, "Input",ExpressionUUID->"e90a34d6-953f-4996-a9b6-5f26866bd878", CellID->1223871562], -Cell[1827024, 40365, 131, 2, 70, "Output",ExpressionUUID->"7deb3d21-96da-4d6a-8a8f-419bd0fe90a6", +Cell[1830660, 40480, 131, 2, 70, "Output",ExpressionUUID->"7deb3d21-96da-4d6a-8a8f-419bd0fe90a6", CellID->1318204143] }, Open ]], Cell[CellGroupData[{ -Cell[1827192, 40372, 167, 3, 70, "Input",ExpressionUUID->"d8f80e4d-b3a1-44e1-852e-6458cd0f6b7c", +Cell[1830828, 40487, 167, 3, 70, "Input",ExpressionUUID->"d8f80e4d-b3a1-44e1-852e-6458cd0f6b7c", CellID->1206691807], -Cell[1827362, 40377, 130, 2, 70, "Output",ExpressionUUID->"ffeab61b-ac29-41cf-a01a-ae7a1cbada4e", +Cell[1830998, 40492, 130, 2, 70, "Output",ExpressionUUID->"ffeab61b-ac29-41cf-a01a-ae7a1cbada4e", CellID->353524930] }, Open ]], -Cell[1827507, 40382, 399, 11, 70, "Text",ExpressionUUID->"19579252-5c4f-4de9-80b7-98f38da68814", +Cell[1831143, 40497, 399, 11, 70, "Text",ExpressionUUID->"19579252-5c4f-4de9-80b7-98f38da68814", CellID->402860157], Cell[CellGroupData[{ -Cell[1827931, 40397, 216, 5, 70, "Input",ExpressionUUID->"471958ef-cb11-4a11-8fa9-3edfe278f5a6", +Cell[1831567, 40512, 216, 5, 70, "Input",ExpressionUUID->"471958ef-cb11-4a11-8fa9-3edfe278f5a6", CellID->724435151], -Cell[1828150, 40404, 380, 9, 70, "Output",ExpressionUUID->"3f293111-87c2-4168-a8ab-4ec7d47cc489", +Cell[1831786, 40519, 380, 9, 70, "Output",ExpressionUUID->"3f293111-87c2-4168-a8ab-4ec7d47cc489", CellID->776131284] }, Open ]], -Cell[1828545, 40416, 268, 7, 70, "Input",ExpressionUUID->"2b12bf2f-689c-40e6-bae4-f6177267434d", +Cell[1832181, 40531, 268, 7, 70, "Input",ExpressionUUID->"2b12bf2f-689c-40e6-bae4-f6177267434d", CellID->1504343632], Cell[CellGroupData[{ -Cell[1828838, 40427, 167, 3, 70, "Input",ExpressionUUID->"444d4333-ed4b-454c-9644-a27343717463", +Cell[1832474, 40542, 167, 3, 70, "Input",ExpressionUUID->"444d4333-ed4b-454c-9644-a27343717463", CellID->1539039746], -Cell[1829008, 40432, 132, 2, 70, "Output",ExpressionUUID->"2c0d733b-dd5a-4e78-a486-16a50340bf50", +Cell[1832644, 40547, 132, 2, 70, "Output",ExpressionUUID->"2c0d733b-dd5a-4e78-a486-16a50340bf50", CellID->1637281688] }, Open ]], Cell[CellGroupData[{ -Cell[1829177, 40439, 166, 3, 70, "Input",ExpressionUUID->"5e956f24-e20d-4f26-9e48-3291507938be", +Cell[1832813, 40554, 166, 3, 70, "Input",ExpressionUUID->"5e956f24-e20d-4f26-9e48-3291507938be", CellID->1544286936], -Cell[1829346, 40444, 131, 2, 70, "Output",ExpressionUUID->"cee981d5-cd6a-46ba-8a38-4f1027ec7cee", +Cell[1832982, 40559, 131, 2, 70, "Output",ExpressionUUID->"cee981d5-cd6a-46ba-8a38-4f1027ec7cee", CellID->1727888939] }, Open ]], -Cell[1829492, 40449, 319, 9, 70, "Text",ExpressionUUID->"886380ae-320a-4cb5-9584-5ea49c1e7135", +Cell[1833128, 40564, 319, 9, 70, "Text",ExpressionUUID->"886380ae-320a-4cb5-9584-5ea49c1e7135", CellID->1976754624], Cell[CellGroupData[{ -Cell[1829836, 40462, 162, 3, 70, "Input",ExpressionUUID->"8474f6a9-6b72-43d4-8c41-af67e21918bd", +Cell[1833472, 40577, 162, 3, 70, "Input",ExpressionUUID->"8474f6a9-6b72-43d4-8c41-af67e21918bd", CellID->366958601], -Cell[1830001, 40467, 335, 7, 70, "Output",ExpressionUUID->"32aaee73-3f24-4dbf-9f9e-f2b4cdc4ca32", +Cell[1833637, 40582, 335, 7, 70, "Output",ExpressionUUID->"32aaee73-3f24-4dbf-9f9e-f2b4cdc4ca32", CellID->620945076] }, Open ]], -Cell[1830351, 40477, 243, 6, 70, "Text",ExpressionUUID->"3a4409d5-b57c-4fd0-9f63-1cb3e65328dc", +Cell[1833987, 40592, 243, 6, 70, "Text",ExpressionUUID->"3a4409d5-b57c-4fd0-9f63-1cb3e65328dc", CellID->1286312160], -Cell[1830597, 40485, 205, 4, 70, "Text",ExpressionUUID->"186e3704-adbd-471c-b6c1-fe8a3800324a", +Cell[1834233, 40600, 205, 4, 70, "Text",ExpressionUUID->"186e3704-adbd-471c-b6c1-fe8a3800324a", CellID->1676164778], Cell[CellGroupData[{ -Cell[1830827, 40493, 171, 3, 70, "Input",ExpressionUUID->"3fffc8ac-8831-4b68-8454-c696efb9bf69", +Cell[1834463, 40608, 171, 3, 70, "Input",ExpressionUUID->"3fffc8ac-8831-4b68-8454-c696efb9bf69", CellID->377431228], -Cell[1831001, 40498, 194, 4, 70, "Output",ExpressionUUID->"ea76dc16-b728-4368-bbae-83f54b2b8454", +Cell[1834637, 40613, 194, 4, 70, "Output",ExpressionUUID->"ea76dc16-b728-4368-bbae-83f54b2b8454", CellID->1367472672] }, Open ]], Cell[CellGroupData[{ -Cell[1831232, 40507, 172, 3, 70, "Input",ExpressionUUID->"1de864da-478e-4ed4-955c-6ef1a900b8fb", +Cell[1834868, 40622, 172, 3, 70, "Input",ExpressionUUID->"1de864da-478e-4ed4-955c-6ef1a900b8fb", CellID->1138869812], -Cell[1831407, 40512, 192, 4, 70, "Output",ExpressionUUID->"3569ecfe-d348-439c-a2e1-0496e502e934", +Cell[1835043, 40627, 192, 4, 70, "Output",ExpressionUUID->"3569ecfe-d348-439c-a2e1-0496e502e934", CellID->427631689] }, Open ]], -Cell[1831614, 40519, 199, 4, 70, "Text",ExpressionUUID->"b91eda0a-dc9e-4741-aeb9-365b103cd728", +Cell[1835250, 40634, 199, 4, 70, "Text",ExpressionUUID->"b91eda0a-dc9e-4741-aeb9-365b103cd728", CellID->743725729], Cell[CellGroupData[{ -Cell[1831838, 40527, 170, 3, 70, "Input",ExpressionUUID->"0ad4f944-508c-4403-8835-a0fa13983bad", +Cell[1835474, 40642, 170, 3, 70, "Input",ExpressionUUID->"0ad4f944-508c-4403-8835-a0fa13983bad", CellID->34969612], -Cell[1832011, 40532, 193, 4, 70, "Output",ExpressionUUID->"9e6e5ad6-0f08-4a66-9845-e4f702ea12aa", +Cell[1835647, 40647, 193, 4, 70, "Output",ExpressionUUID->"9e6e5ad6-0f08-4a66-9845-e4f702ea12aa", CellID->1470637696] }, Open ]], Cell[CellGroupData[{ -Cell[1832241, 40541, 171, 3, 70, "Input",ExpressionUUID->"25f60228-c90d-4d33-9854-429345eed7e8", +Cell[1835877, 40656, 171, 3, 70, "Input",ExpressionUUID->"25f60228-c90d-4d33-9854-429345eed7e8", CellID->168657940], -Cell[1832415, 40546, 193, 4, 70, "Output",ExpressionUUID->"ded700aa-c18c-4010-885f-dacb81061fcd", +Cell[1836051, 40661, 193, 4, 70, "Output",ExpressionUUID->"ded700aa-c18c-4010-885f-dacb81061fcd", CellID->1580721150] }, Open ]], -Cell[1832623, 40553, 378, 8, 70, "Text",ExpressionUUID->"630b32d1-fcc5-4c7a-b979-cb671c09f2de", +Cell[1836259, 40668, 378, 8, 70, "Text",ExpressionUUID->"630b32d1-fcc5-4c7a-b979-cb671c09f2de", CellID->1358858308], Cell[CellGroupData[{ -Cell[1833026, 40565, 194, 4, 70, "Input",ExpressionUUID->"dda92ee9-8c56-4f67-8cac-2856fde7ea65", +Cell[1836662, 40680, 194, 4, 70, "Input",ExpressionUUID->"dda92ee9-8c56-4f67-8cac-2856fde7ea65", CellID->1351815737], -Cell[1833223, 40571, 292, 8, 70, "Output",ExpressionUUID->"b4191837-5331-47d5-b60d-417cb85e7dfe", +Cell[1836859, 40686, 292, 8, 70, "Output",ExpressionUUID->"b4191837-5331-47d5-b60d-417cb85e7dfe", CellID->571374450] }, Open ]], Cell[CellGroupData[{ -Cell[1833552, 40584, 194, 4, 70, "Input",ExpressionUUID->"c2daeed1-c27f-4ce3-bb52-dd5cb329f776", +Cell[1837188, 40699, 194, 4, 70, "Input",ExpressionUUID->"c2daeed1-c27f-4ce3-bb52-dd5cb329f776", CellID->1721986604], -Cell[1833749, 40590, 280, 8, 70, "Output",ExpressionUUID->"bcca71a0-6a0e-41ad-9470-67e8502f0918", +Cell[1837385, 40705, 280, 8, 70, "Output",ExpressionUUID->"bcca71a0-6a0e-41ad-9470-67e8502f0918", CellID->710708768] }, Open ]], -Cell[1834044, 40601, 662, 19, 70, "Text",ExpressionUUID->"1cfa8333-4544-4b2f-98e9-ec1ec3cf37a4", +Cell[1837680, 40716, 662, 19, 70, "Text",ExpressionUUID->"1cfa8333-4544-4b2f-98e9-ec1ec3cf37a4", CellID->1795246012], Cell[CellGroupData[{ -Cell[1834731, 40624, 192, 4, 70, "Input",ExpressionUUID->"53350791-4a0c-4292-8311-d55eb3a69ee9", +Cell[1838367, 40739, 192, 4, 70, "Input",ExpressionUUID->"53350791-4a0c-4292-8311-d55eb3a69ee9", CellID->892707099], -Cell[1834926, 40630, 131, 2, 70, "Output",ExpressionUUID->"6ed16baa-0918-42ef-a6d6-fbae9e5a5a86", +Cell[1838562, 40745, 131, 2, 70, "Output",ExpressionUUID->"6ed16baa-0918-42ef-a6d6-fbae9e5a5a86", CellID->1917400575] }, Open ]], Cell[CellGroupData[{ -Cell[1835094, 40637, 190, 4, 70, "Input",ExpressionUUID->"2d508c29-b264-41a8-a495-932ddea838b2", +Cell[1838730, 40752, 190, 4, 70, "Input",ExpressionUUID->"2d508c29-b264-41a8-a495-932ddea838b2", CellID->1287294], -Cell[1835287, 40643, 131, 2, 70, "Output",ExpressionUUID->"77a4ccf9-dd2e-47ac-8e57-29d0baee5da7", +Cell[1838923, 40758, 131, 2, 70, "Output",ExpressionUUID->"77a4ccf9-dd2e-47ac-8e57-29d0baee5da7", CellID->1295567256] }, Open ]], -Cell[1835433, 40648, 1527, 45, 70, "Text",ExpressionUUID->"72180b44-944f-4422-b2bc-4861f2e44bf5", +Cell[1839069, 40763, 1527, 45, 70, "Text",ExpressionUUID->"72180b44-944f-4422-b2bc-4861f2e44bf5", CellID->494352078], Cell[CellGroupData[{ -Cell[1836985, 40697, 227, 5, 70, "Input",ExpressionUUID->"2d5dde2f-36ed-4a85-9900-0ddd51d4f772", +Cell[1840621, 40812, 227, 5, 70, "Input",ExpressionUUID->"2d5dde2f-36ed-4a85-9900-0ddd51d4f772", CellID->777418578], -Cell[1837215, 40704, 2060, 52, 70, "Output",ExpressionUUID->"e2236e4c-7571-436f-9f83-ca1bf192444b", +Cell[1840851, 40819, 2060, 52, 70, "Output",ExpressionUUID->"e2236e4c-7571-436f-9f83-ca1bf192444b", CellID->652427240] }, Open ]], Cell[CellGroupData[{ -Cell[1839312, 40761, 179, 4, 70, "Input",ExpressionUUID->"e11ddf96-4b58-4638-8746-b6cd93aada63", +Cell[1842948, 40876, 179, 4, 70, "Input",ExpressionUUID->"e11ddf96-4b58-4638-8746-b6cd93aada63", CellID->2033391824], -Cell[1839494, 40767, 948, 24, 70, "Output",ExpressionUUID->"2e72ee03-d29f-4d82-bcf5-1a01cf605f42", +Cell[1843130, 40882, 948, 24, 70, "Output",ExpressionUUID->"2e72ee03-d29f-4d82-bcf5-1a01cf605f42", CellID->267216618] }, Open ]], Cell[CellGroupData[{ -Cell[1840479, 40796, 158, 3, 70, "Input",ExpressionUUID->"35c02072-8bae-4ae7-9aa2-4c7723ff2bd8", +Cell[1844115, 40911, 158, 3, 70, "Input",ExpressionUUID->"35c02072-8bae-4ae7-9aa2-4c7723ff2bd8", CellID->49230528], -Cell[1840640, 40801, 129, 2, 70, "Output",ExpressionUUID->"62d9a7f0-b2df-418f-8a6b-3cb4fd14e8ea", +Cell[1844276, 40916, 129, 2, 70, "Output",ExpressionUUID->"62d9a7f0-b2df-418f-8a6b-3cb4fd14e8ea", CellID->1613797115] }, Open ]], -Cell[1840784, 40806, 697, 19, 70, "Text",ExpressionUUID->"7828fcf2-3001-4079-bc2a-6b7e8fb1f693", +Cell[1844420, 40921, 697, 19, 70, "Text",ExpressionUUID->"7828fcf2-3001-4079-bc2a-6b7e8fb1f693", CellID->96487595], Cell[CellGroupData[{ -Cell[1841506, 40829, 196, 4, 70, "Input",ExpressionUUID->"f3d815ab-1b01-4439-b0aa-c74140073a5f", +Cell[1845142, 40944, 196, 4, 70, "Input",ExpressionUUID->"f3d815ab-1b01-4439-b0aa-c74140073a5f", CellID->416189130], -Cell[1841705, 40835, 288, 6, 70, "Output",ExpressionUUID->"a9ce66f0-3b1d-4db2-af05-88a5214b9dd1", +Cell[1845341, 40950, 288, 6, 70, "Output",ExpressionUUID->"a9ce66f0-3b1d-4db2-af05-88a5214b9dd1", CellID->87258544] }, Open ]], -Cell[1842008, 40844, 1484, 32, 70, "Text",ExpressionUUID->"51a1994a-7b9a-474e-8da2-c32c4d783251", +Cell[1845644, 40959, 1484, 32, 70, "Text",ExpressionUUID->"51a1994a-7b9a-474e-8da2-c32c4d783251", CellID->1382799755], Cell[CellGroupData[{ -Cell[1843517, 40880, 254, 6, 70, "Input",ExpressionUUID->"b16faf3d-5d62-434d-a047-d8171f2f6013", +Cell[1847153, 40995, 254, 6, 70, "Input",ExpressionUUID->"b16faf3d-5d62-434d-a047-d8171f2f6013", CellID->2092353908], -Cell[1843774, 40888, 2294, 63, 70, "Output",ExpressionUUID->"aec72b9c-d1af-485e-95d6-edc986afdb14", +Cell[1847410, 41003, 2294, 63, 70, "Output",ExpressionUUID->"aec72b9c-d1af-485e-95d6-edc986afdb14", CellID->464689772] }, Open ]], -Cell[1846083, 40954, 1378, 38, 70, "Text",ExpressionUUID->"65e54f4e-8375-47f9-b24b-54717ebde98f", +Cell[1849719, 41069, 1378, 38, 70, "Text",ExpressionUUID->"65e54f4e-8375-47f9-b24b-54717ebde98f", CellID->602788780], -Cell[1847464, 40994, 661, 21, 70, "Text",ExpressionUUID->"e33cf9b2-22c8-44ca-ac6e-c44269d8d947", +Cell[1851100, 41109, 661, 21, 70, "Text",ExpressionUUID->"e33cf9b2-22c8-44ca-ac6e-c44269d8d947", CellID->1083740073], -Cell[1848128, 41017, 549, 16, 70, "Text",ExpressionUUID->"027baef2-548b-443d-ab11-7a043ba39aeb", +Cell[1851764, 41132, 549, 16, 70, "Text",ExpressionUUID->"027baef2-548b-443d-ab11-7a043ba39aeb", CellID->892321461], Cell[CellGroupData[{ -Cell[1848702, 41037, 228, 5, 70, "Input",ExpressionUUID->"9d3a7c76-b0e8-447b-84be-6098727c06ec", +Cell[1852338, 41152, 228, 5, 70, "Input",ExpressionUUID->"9d3a7c76-b0e8-447b-84be-6098727c06ec", CellID->1346514509], -Cell[1848933, 41044, 290, 6, 70, "Output",ExpressionUUID->"668b8390-812e-43ca-9a30-b20855a261c9", +Cell[1852569, 41159, 290, 6, 70, "Output",ExpressionUUID->"668b8390-812e-43ca-9a30-b20855a261c9", CellID->1118709685] }, Open ]], Cell[CellGroupData[{ -Cell[1849260, 41055, 229, 5, 70, "Input",ExpressionUUID->"028eb24b-f426-477d-9581-9f8d696cceda", +Cell[1852896, 41170, 229, 5, 70, "Input",ExpressionUUID->"028eb24b-f426-477d-9581-9f8d696cceda", CellID->215475510], -Cell[1849492, 41062, 290, 6, 70, "Output",ExpressionUUID->"ecc4362f-5936-4b24-ab9b-c2e9c20b5f5e", +Cell[1853128, 41177, 290, 6, 70, "Output",ExpressionUUID->"ecc4362f-5936-4b24-ab9b-c2e9c20b5f5e", CellID->1515172449] }, Open ]], -Cell[1849797, 41071, 209, 4, 70, "Text",ExpressionUUID->"08ffdf59-ec0c-4364-b6a3-e6fff1e7e27b", +Cell[1853433, 41186, 209, 4, 70, "Text",ExpressionUUID->"08ffdf59-ec0c-4364-b6a3-e6fff1e7e27b", CellID->551947187], Cell[CellGroupData[{ -Cell[1850031, 41079, 217, 5, 70, "Input",ExpressionUUID->"182325fa-569e-44b0-a509-c257102f45e3", +Cell[1853667, 41194, 217, 5, 70, "Input",ExpressionUUID->"182325fa-569e-44b0-a509-c257102f45e3", CellID->1574333818], -Cell[1850251, 41086, 493, 14, 70, "Output",ExpressionUUID->"1f119885-8476-45c7-aa0f-ccc374a37049", +Cell[1853887, 41201, 493, 14, 70, "Output",ExpressionUUID->"1f119885-8476-45c7-aa0f-ccc374a37049", CellID->719504538] }, Open ]], Cell[CellGroupData[{ -Cell[1850781, 41105, 220, 5, 70, "Input",ExpressionUUID->"86b41537-4c1c-4974-ac6a-51178e6fe7c5", +Cell[1854417, 41220, 220, 5, 70, "Input",ExpressionUUID->"86b41537-4c1c-4974-ac6a-51178e6fe7c5", CellID->1123321637], -Cell[1851004, 41112, 495, 14, 70, "Output",ExpressionUUID->"51a3cf42-946b-491c-b2b4-e08518f2dff3", +Cell[1854640, 41227, 495, 14, 70, "Output",ExpressionUUID->"51a3cf42-946b-491c-b2b4-e08518f2dff3", CellID->1148836774] }, Open ]], -Cell[1851514, 41129, 297, 7, 70, "Text",ExpressionUUID->"ec5a064f-473a-43ea-b0ae-9e1915f3f9c1", +Cell[1855150, 41244, 297, 7, 70, "Text",ExpressionUUID->"ec5a064f-473a-43ea-b0ae-9e1915f3f9c1", CellID->1430213306], Cell[CellGroupData[{ -Cell[1851836, 41140, 218, 5, 70, "Input",ExpressionUUID->"9d3de7c0-fc64-4f37-9d8b-916f2ad29726", +Cell[1855472, 41255, 218, 5, 70, "Input",ExpressionUUID->"9d3de7c0-fc64-4f37-9d8b-916f2ad29726", CellID->771084001], -Cell[1852057, 41147, 950, 24, 70, "Output",ExpressionUUID->"836d5d2a-e2ef-4bf2-a771-ff24374d40ad", +Cell[1855693, 41262, 950, 24, 70, "Output",ExpressionUUID->"836d5d2a-e2ef-4bf2-a771-ff24374d40ad", CellID->2041543874] }, Open ]], Cell[CellGroupData[{ -Cell[1853044, 41176, 221, 5, 70, "Input",ExpressionUUID->"2c234a0a-e039-4130-8036-a47fbe057bb5", +Cell[1856680, 41291, 221, 5, 70, "Input",ExpressionUUID->"2c234a0a-e039-4130-8036-a47fbe057bb5", CellID->1200130233], -Cell[1853268, 41183, 949, 24, 70, "Output",ExpressionUUID->"0e97de99-9256-4c45-94d3-08104ce958b2", +Cell[1856904, 41298, 949, 24, 70, "Output",ExpressionUUID->"0e97de99-9256-4c45-94d3-08104ce958b2", CellID->772371296] }, Open ]], -Cell[1854232, 41210, 203, 4, 70, "Text",ExpressionUUID->"53c0abff-8f33-4189-82eb-3e003766c732", +Cell[1857868, 41325, 203, 4, 70, "Text",ExpressionUUID->"53c0abff-8f33-4189-82eb-3e003766c732", CellID->1189627482], Cell[CellGroupData[{ -Cell[1854460, 41218, 200, 4, 70, "Input",ExpressionUUID->"ecace023-fc0a-4010-a694-c47d66e46fb4", +Cell[1858096, 41333, 200, 4, 70, "Input",ExpressionUUID->"ecace023-fc0a-4010-a694-c47d66e46fb4", CellID->1694482311], -Cell[1854663, 41224, 291, 6, 70, "Output",ExpressionUUID->"3bc0187c-8d88-4c64-9706-dba77f2771ac", +Cell[1858299, 41339, 291, 6, 70, "Output",ExpressionUUID->"3bc0187c-8d88-4c64-9706-dba77f2771ac", CellID->1549789874] }, Open ]], Cell[CellGroupData[{ -Cell[1854991, 41235, 202, 4, 70, "Input",ExpressionUUID->"f622dd15-0065-4200-bbd6-c0feb8141c31", +Cell[1858627, 41350, 202, 4, 70, "Input",ExpressionUUID->"f622dd15-0065-4200-bbd6-c0feb8141c31", CellID->1842054723], -Cell[1855196, 41241, 291, 6, 70, "Output",ExpressionUUID->"8c216e4c-7968-4b1c-9c64-5bd061cda522", +Cell[1858832, 41356, 291, 6, 70, "Output",ExpressionUUID->"8c216e4c-7968-4b1c-9c64-5bd061cda522", CellID->1580390487] }, Open ]], Cell[CellGroupData[{ -Cell[1855524, 41252, 163, 3, 70, "Input",ExpressionUUID->"a65fa88f-63a4-4b97-a544-284f1296395d", +Cell[1859160, 41367, 163, 3, 70, "Input",ExpressionUUID->"a65fa88f-63a4-4b97-a544-284f1296395d", CellID->1817006493], -Cell[1855690, 41257, 130, 2, 70, "Output",ExpressionUUID->"be80e2f2-aece-40b1-9960-29c468b5eba3", +Cell[1859326, 41372, 130, 2, 70, "Output",ExpressionUUID->"be80e2f2-aece-40b1-9960-29c468b5eba3", CellID->1891285251] }, Open ]], Cell[CellGroupData[{ -Cell[1855857, 41264, 212, 5, 70, "Input",ExpressionUUID->"95f7b776-bba6-4af1-81e0-5b1e6f5327aa", +Cell[1859493, 41379, 212, 5, 70, "Input",ExpressionUUID->"95f7b776-bba6-4af1-81e0-5b1e6f5327aa", CellID->1046703954], -Cell[1856072, 41271, 950, 24, 70, "Output",ExpressionUUID->"4b1001a2-a4a1-4d61-9b3d-8824ba163198", +Cell[1859708, 41386, 950, 24, 70, "Output",ExpressionUUID->"4b1001a2-a4a1-4d61-9b3d-8824ba163198", CellID->1913494088] }, Open ]], Cell[CellGroupData[{ -Cell[1857059, 41300, 161, 3, 70, "Input",ExpressionUUID->"e339617d-adea-4464-90c4-c6f8822a358f", +Cell[1860695, 41415, 161, 3, 70, "Input",ExpressionUUID->"e339617d-adea-4464-90c4-c6f8822a358f", CellID->159990733], -Cell[1857223, 41305, 130, 2, 70, "Output",ExpressionUUID->"2e16220b-c9b5-4ee7-bd0c-725c78a6dc50", +Cell[1860859, 41420, 130, 2, 70, "Output",ExpressionUUID->"2e16220b-c9b5-4ee7-bd0c-725c78a6dc50", CellID->1133962498] }, Open ]], -Cell[1857368, 41310, 319, 9, 70, "Text",ExpressionUUID->"bc61a606-35f2-4809-9855-71c41ecbf62e", +Cell[1861004, 41425, 319, 9, 70, "Text",ExpressionUUID->"bc61a606-35f2-4809-9855-71c41ecbf62e", CellID->1148810195], Cell[CellGroupData[{ -Cell[1857712, 41323, 228, 5, 70, "Input",ExpressionUUID->"c5552120-e471-4509-ac45-04903c950771", +Cell[1861348, 41438, 228, 5, 70, "Input",ExpressionUUID->"c5552120-e471-4509-ac45-04903c950771", CellID->104860994], -Cell[1857943, 41330, 4618, 148, 70, "Output",ExpressionUUID->"f81c4860-5a00-48e7-b1fb-2ddb2086a29c", +Cell[1861579, 41445, 4618, 148, 70, "Output",ExpressionUUID->"f81c4860-5a00-48e7-b1fb-2ddb2086a29c", CellID->1598652271] }, Open ]], -Cell[1862576, 41481, 133, 1, 70, "Text",ExpressionUUID->"1c184c04-b7f9-4176-a40f-430489e484df", +Cell[1866212, 41596, 133, 1, 70, "Text",ExpressionUUID->"1c184c04-b7f9-4176-a40f-430489e484df", CellID->1751598975], Cell[CellGroupData[{ -Cell[1862734, 41486, 180, 4, 70, "Input",ExpressionUUID->"a2429228-d6b1-49ee-bdbb-a402c5dfefff", +Cell[1866370, 41601, 180, 4, 70, "Input",ExpressionUUID->"a2429228-d6b1-49ee-bdbb-a402c5dfefff", CellID->1188601067], -Cell[1862917, 41492, 2385, 76, 70, "Output",ExpressionUUID->"c0040a18-39e0-4a65-a6b3-8b25fcf3cdac", +Cell[1866553, 41607, 2385, 76, 70, "Output",ExpressionUUID->"c0040a18-39e0-4a65-a6b3-8b25fcf3cdac", CellID->343490084] }, Open ]], -Cell[1865317, 41571, 170, 3, 70, "Text",ExpressionUUID->"b619df79-1999-4b9f-b7ab-32c4de56827b", +Cell[1868953, 41686, 170, 3, 70, "Text",ExpressionUUID->"b619df79-1999-4b9f-b7ab-32c4de56827b", CellID->950629836], Cell[CellGroupData[{ -Cell[1865512, 41578, 160, 3, 70, "Input",ExpressionUUID->"15e0d484-6720-440b-86ca-b9c5bdf2f488", +Cell[1869148, 41693, 160, 3, 70, "Input",ExpressionUUID->"15e0d484-6720-440b-86ca-b9c5bdf2f488", CellID->159827104], -Cell[1865675, 41583, 129, 2, 70, "Output",ExpressionUUID->"674e16c8-fd59-4b1c-9d3d-f4310da3ae26", +Cell[1869311, 41698, 129, 2, 70, "Output",ExpressionUUID->"674e16c8-fd59-4b1c-9d3d-f4310da3ae26", CellID->558965594] }, Open ]], -Cell[1865819, 41588, 207, 4, 70, "Text",ExpressionUUID->"6a70a791-5665-44ca-a8de-79c622b4023c", +Cell[1869455, 41703, 207, 4, 70, "Text",ExpressionUUID->"6a70a791-5665-44ca-a8de-79c622b4023c", CellID->318318637], Cell[CellGroupData[{ -Cell[1866051, 41596, 248, 7, 70, "Input",ExpressionUUID->"34adfe8e-5a89-4de4-bd7c-867fc67a8497", +Cell[1869687, 41711, 248, 7, 70, "Input",ExpressionUUID->"34adfe8e-5a89-4de4-bd7c-867fc67a8497", CellID->711774291], -Cell[1866302, 41605, 308, 7, 70, "Output",ExpressionUUID->"8db253ab-d835-4f7f-a55b-7afbea27175a", +Cell[1869938, 41720, 308, 7, 70, "Output",ExpressionUUID->"8db253ab-d835-4f7f-a55b-7afbea27175a", CellID->2133299413] }, Open ]], Cell[CellGroupData[{ -Cell[1866647, 41617, 255, 6, 70, "Input",ExpressionUUID->"2530c27c-6d39-4b64-b886-f83db98a95d9", +Cell[1870283, 41732, 255, 6, 70, "Input",ExpressionUUID->"2530c27c-6d39-4b64-b886-f83db98a95d9", CellID->1037823175], -Cell[1866905, 41625, 3986, 116, 70, "Output",ExpressionUUID->"b779dcfd-2e7a-4a12-9d6e-854ba8bd0b4b", +Cell[1870541, 41740, 3986, 116, 70, "Output",ExpressionUUID->"b779dcfd-2e7a-4a12-9d6e-854ba8bd0b4b", CellID->1835095928] }, Open ]], Cell[CellGroupData[{ -Cell[1870928, 41746, 165, 3, 70, "Input",ExpressionUUID->"e4c3edd0-1a45-462a-a160-43d58956b935", +Cell[1874564, 41861, 165, 3, 70, "Input",ExpressionUUID->"e4c3edd0-1a45-462a-a160-43d58956b935", CellID->1134652539], -Cell[1871096, 41751, 129, 2, 70, "Output",ExpressionUUID->"eafb5848-1202-477a-9fb4-f55f51575f00", +Cell[1874732, 41866, 129, 2, 70, "Output",ExpressionUUID->"eafb5848-1202-477a-9fb4-f55f51575f00", CellID->320552833] }, Open ]], Cell[CellGroupData[{ -Cell[1871262, 41758, 201, 4, 70, "Input",ExpressionUUID->"93af1d2c-3aab-46b1-9691-ee6d34722b14", +Cell[1874898, 41873, 201, 4, 70, "Input",ExpressionUUID->"93af1d2c-3aab-46b1-9691-ee6d34722b14", CellID->458696281], -Cell[1871466, 41764, 321, 7, 70, "Output",ExpressionUUID->"97535263-6a9c-452b-8b48-b80598ed867e", +Cell[1875102, 41879, 321, 7, 70, "Output",ExpressionUUID->"97535263-6a9c-452b-8b48-b80598ed867e", CellID->1028712765] }, Open ]], Cell[CellGroupData[{ -Cell[1871824, 41776, 202, 4, 70, "Input",ExpressionUUID->"52fa1646-1f70-42b4-a13e-b60a371d70df", +Cell[1875460, 41891, 202, 4, 70, "Input",ExpressionUUID->"52fa1646-1f70-42b4-a13e-b60a371d70df", CellID->1520683066], -Cell[1872029, 41782, 321, 7, 70, "Output",ExpressionUUID->"8475e7d7-e5ed-48aa-bd52-3c604f4df774", +Cell[1875665, 41897, 321, 7, 70, "Output",ExpressionUUID->"8475e7d7-e5ed-48aa-bd52-3c604f4df774", CellID->1231067577] }, Open ]], Cell[CellGroupData[{ -Cell[1872387, 41794, 212, 5, 70, "Input",ExpressionUUID->"c668a6e4-07a2-49de-8caa-2846843b5e8f", +Cell[1876023, 41909, 212, 5, 70, "Input",ExpressionUUID->"c668a6e4-07a2-49de-8caa-2846843b5e8f", CellID->70856600], -Cell[1872602, 41801, 2386, 76, 70, "Output",ExpressionUUID->"b7751256-558e-4020-ab40-46b0f4632289", +Cell[1876238, 41916, 2386, 76, 70, "Output",ExpressionUUID->"b7751256-558e-4020-ab40-46b0f4632289", CellID->1067681729] }, Open ]], Cell[CellGroupData[{ -Cell[1875025, 41882, 161, 3, 70, "Input",ExpressionUUID->"90d5a0e4-5a2c-45b0-8a2c-4915583abfb1", +Cell[1878661, 41997, 161, 3, 70, "Input",ExpressionUUID->"90d5a0e4-5a2c-45b0-8a2c-4915583abfb1", CellID->633373804], -Cell[1875189, 41887, 130, 2, 70, "Output",ExpressionUUID->"c0aba7a0-15ae-4844-b717-aa47beb9c48f", +Cell[1878825, 42002, 130, 2, 70, "Output",ExpressionUUID->"c0aba7a0-15ae-4844-b717-aa47beb9c48f", CellID->1912911323] }, Open ]], -Cell[1875334, 41892, 627, 17, 70, "Text",ExpressionUUID->"1a170ffa-ceb2-4be7-8b4d-c5b516ae5c06", +Cell[1878970, 42007, 627, 17, 70, "Text",ExpressionUUID->"1a170ffa-ceb2-4be7-8b4d-c5b516ae5c06", CellID->500588568], Cell[CellGroupData[{ -Cell[1875986, 41913, 183, 3, 70, "Input",ExpressionUUID->"7e2d7568-9bd5-45ef-9b91-c5aeda167025", +Cell[1879622, 42028, 183, 3, 70, "Input",ExpressionUUID->"7e2d7568-9bd5-45ef-9b91-c5aeda167025", CellID->302896649], -Cell[1876172, 41918, 782, 24, 70, "Output",ExpressionUUID->"ae5175db-13af-498f-a106-0570c8b6231b", +Cell[1879808, 42033, 782, 24, 70, "Output",ExpressionUUID->"ae5175db-13af-498f-a106-0570c8b6231b", CellID->1656712926] }, Open ]], -Cell[1876969, 41945, 247, 4, 70, "Text",ExpressionUUID->"55bc66a5-9e7d-42a1-b620-4dab0c6842ba", +Cell[1880605, 42060, 247, 4, 70, "Text",ExpressionUUID->"55bc66a5-9e7d-42a1-b620-4dab0c6842ba", CellID->1547292523], Cell[CellGroupData[{ -Cell[1877241, 41953, 182, 3, 70, "Input",ExpressionUUID->"afa018a7-044f-4fd3-9c95-a4097797ae6b", +Cell[1880877, 42068, 182, 3, 70, "Input",ExpressionUUID->"afa018a7-044f-4fd3-9c95-a4097797ae6b", CellID->68907089], -Cell[1877426, 41958, 361, 10, 70, "Output",ExpressionUUID->"5ddae8cf-c4d3-4eeb-8451-7f31e27beabc", +Cell[1881062, 42073, 361, 10, 70, "Output",ExpressionUUID->"5ddae8cf-c4d3-4eeb-8451-7f31e27beabc", CellID->1816703660] }, Open ]], Cell[CellGroupData[{ -Cell[1877824, 41973, 232, 5, 70, "Input",ExpressionUUID->"1c437ef0-67e2-4f31-b479-13a88cb96434", +Cell[1881460, 42088, 232, 5, 70, "Input",ExpressionUUID->"1c437ef0-67e2-4f31-b479-13a88cb96434", CellID->533771373], -Cell[1878059, 41980, 361, 10, 70, "Output",ExpressionUUID->"eafeb337-993d-40a6-a045-a32fdd5c8f85", +Cell[1881695, 42095, 361, 10, 70, "Output",ExpressionUUID->"eafeb337-993d-40a6-a045-a32fdd5c8f85", CellID->1217717284] }, Open ]], Cell[CellGroupData[{ -Cell[1878457, 41995, 224, 5, 70, "Input",ExpressionUUID->"5dc523ec-f558-4691-a8cb-08786a8d434c", +Cell[1882093, 42110, 224, 5, 70, "Input",ExpressionUUID->"5dc523ec-f558-4691-a8cb-08786a8d434c", CellID->1921564654], -Cell[1878684, 42002, 361, 10, 70, "Output",ExpressionUUID->"361680f8-a70b-4d43-9e53-1d6659db850c", +Cell[1882320, 42117, 361, 10, 70, "Output",ExpressionUUID->"361680f8-a70b-4d43-9e53-1d6659db850c", CellID->2132423644] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[1879094, 42018, 213, 5, 70, "Subsubsection",ExpressionUUID->"e0b269fa-1d36-4efa-9fdc-6b2d0f2c1ae4", +Cell[1882730, 42133, 213, 5, 70, "Subsubsection",ExpressionUUID->"e0b269fa-1d36-4efa-9fdc-6b2d0f2c1ae4", CellTags->"Kernel", CellID->821832612], -Cell[1879310, 42025, 1955, 41, 70, "Text",ExpressionUUID->"b8b92a1a-1f90-4598-9c6c-af9309470476", +Cell[1882946, 42140, 1955, 41, 70, "Text",ExpressionUUID->"b8b92a1a-1f90-4598-9c6c-af9309470476", CellTags->"(2002b)", CellID->962682073], Cell[CellGroupData[{ -Cell[1881290, 42070, 192, 4, 70, "Input",ExpressionUUID->"2e8575cd-b67f-49b5-81f1-2dce057625c8", +Cell[1884926, 42185, 192, 4, 70, "Input",ExpressionUUID->"2e8575cd-b67f-49b5-81f1-2dce057625c8", CellID->328430081], -Cell[1881485, 42076, 286, 8, 70, "Output",ExpressionUUID->"b90c7d59-e07d-40fe-abc4-56a2aca9b375", +Cell[1885121, 42191, 286, 8, 70, "Output",ExpressionUUID->"b90c7d59-e07d-40fe-abc4-56a2aca9b375", CellID->1772462448] }, Open ]], Cell[CellGroupData[{ -Cell[1881808, 42089, 193, 4, 70, "Input",ExpressionUUID->"7ce3d92d-0d51-4fcc-a128-aab2ae313fdb", +Cell[1885444, 42204, 193, 4, 70, "Input",ExpressionUUID->"7ce3d92d-0d51-4fcc-a128-aab2ae313fdb", CellID->1122509177], -Cell[1882004, 42095, 285, 8, 70, "Output",ExpressionUUID->"27731d9e-33f3-412c-862a-e5ecb9f6ec69", +Cell[1885640, 42210, 285, 8, 70, "Output",ExpressionUUID->"27731d9e-33f3-412c-862a-e5ecb9f6ec69", CellID->887395675] }, Open ]], Cell[CellGroupData[{ -Cell[1882326, 42108, 193, 4, 70, "Input",ExpressionUUID->"8cc48cb5-c244-4f08-be29-d558fdb0b355", +Cell[1885962, 42223, 193, 4, 70, "Input",ExpressionUUID->"8cc48cb5-c244-4f08-be29-d558fdb0b355", CellID->2090781086], -Cell[1882522, 42114, 204, 4, 70, "Output",ExpressionUUID->"c318e567-a986-49fb-b998-3cdeef79c0b0", +Cell[1886158, 42229, 204, 4, 70, "Output",ExpressionUUID->"c318e567-a986-49fb-b998-3cdeef79c0b0", CellID->1834283468] }, Open ]], Cell[CellGroupData[{ -Cell[1882763, 42123, 192, 4, 70, "Input",ExpressionUUID->"c699c20d-0968-4b5f-9e38-2bd58cbcf4b0", +Cell[1886399, 42238, 192, 4, 70, "Input",ExpressionUUID->"c699c20d-0968-4b5f-9e38-2bd58cbcf4b0", CellID->873211440], -Cell[1882958, 42129, 285, 8, 70, "Output",ExpressionUUID->"2cd76599-856c-4a81-896f-33b677dabcde", +Cell[1886594, 42244, 285, 8, 70, "Output",ExpressionUUID->"2cd76599-856c-4a81-896f-33b677dabcde", CellID->981120613] }, Open ]], -Cell[1883258, 42140, 182, 4, 70, "Text",ExpressionUUID->"ff80b9e4-9f68-47cb-aee9-7bdef2a79e8f", +Cell[1886894, 42255, 182, 4, 70, "Text",ExpressionUUID->"ff80b9e4-9f68-47cb-aee9-7bdef2a79e8f", CellID->1521895748], Cell[CellGroupData[{ -Cell[1883465, 42148, 204, 4, 70, "Input",ExpressionUUID->"febb6ba8-78a1-4502-a9bb-8a6c9c6e1a5d", +Cell[1887101, 42263, 204, 4, 70, "Input",ExpressionUUID->"febb6ba8-78a1-4502-a9bb-8a6c9c6e1a5d", CellID->2007863980], -Cell[1883672, 42154, 132, 2, 70, "Output",ExpressionUUID->"d6cdea67-fe3a-4e37-b4f3-ba14d1fdea88", +Cell[1887308, 42269, 132, 2, 70, "Output",ExpressionUUID->"d6cdea67-fe3a-4e37-b4f3-ba14d1fdea88", CellID->1301673447] }, Open ]], Cell[CellGroupData[{ -Cell[1883841, 42161, 204, 4, 70, "Input",ExpressionUUID->"9ba29a78-3ed9-4c8b-b28a-a5c3fe0eda90", +Cell[1887477, 42276, 204, 4, 70, "Input",ExpressionUUID->"9ba29a78-3ed9-4c8b-b28a-a5c3fe0eda90", CellID->1980592029], -Cell[1884048, 42167, 131, 2, 70, "Output",ExpressionUUID->"c50823aa-aba1-4399-b3bc-01347ce4aaba", +Cell[1887684, 42282, 131, 2, 70, "Output",ExpressionUUID->"c50823aa-aba1-4399-b3bc-01347ce4aaba", CellID->889093097] }, Open ]], Cell[CellGroupData[{ -Cell[1884216, 42174, 203, 4, 70, "Input",ExpressionUUID->"fbc438d3-dc03-47c3-b62b-6ecd2a4e582c", +Cell[1887852, 42289, 203, 4, 70, "Input",ExpressionUUID->"fbc438d3-dc03-47c3-b62b-6ecd2a4e582c", CellID->674872865], -Cell[1884422, 42180, 132, 2, 70, "Output",ExpressionUUID->"dccb724b-5c0f-4f79-83b0-31fbab0d7444", +Cell[1888058, 42295, 132, 2, 70, "Output",ExpressionUUID->"dccb724b-5c0f-4f79-83b0-31fbab0d7444", CellID->1064175959] }, Open ]], Cell[CellGroupData[{ -Cell[1884591, 42187, 203, 4, 70, "Input",ExpressionUUID->"d4f369dc-a1bf-4c93-9082-390d8e463bff", +Cell[1888227, 42302, 203, 4, 70, "Input",ExpressionUUID->"d4f369dc-a1bf-4c93-9082-390d8e463bff", CellID->959949697], -Cell[1884797, 42193, 132, 2, 70, "Output",ExpressionUUID->"0df2b239-10bc-4762-859f-9e602f629dc6", +Cell[1888433, 42308, 132, 2, 70, "Output",ExpressionUUID->"0df2b239-10bc-4762-859f-9e602f629dc6", CellID->1742554595] }, Open ]], -Cell[1884944, 42198, 111, 1, 70, "Text",ExpressionUUID->"a43e4519-e01d-4e35-b0e9-7dc75df71566", +Cell[1888580, 42313, 111, 1, 70, "Text",ExpressionUUID->"a43e4519-e01d-4e35-b0e9-7dc75df71566", CellID->1697549763], -Cell[1885058, 42201, 402, 11, 70, "Input",ExpressionUUID->"e4810ffd-fda8-4c59-9043-be69c4cca229", +Cell[1888694, 42316, 402, 11, 70, "Input",ExpressionUUID->"e4810ffd-fda8-4c59-9043-be69c4cca229", CellID->725377372], -Cell[1885463, 42214, 170, 3, 70, "Text",ExpressionUUID->"a9890328-f49f-456a-886f-1cb888ba62b8", +Cell[1889099, 42329, 170, 3, 70, "Text",ExpressionUUID->"a9890328-f49f-456a-886f-1cb888ba62b8", CellID->95659515], Cell[CellGroupData[{ -Cell[1885658, 42221, 207, 4, 70, "Input",ExpressionUUID->"4f027e34-f383-4385-87f1-483083f01ee4", +Cell[1889294, 42336, 207, 4, 70, "Input",ExpressionUUID->"4f027e34-f383-4385-87f1-483083f01ee4", CellID->2000446412], -Cell[1885868, 42227, 209, 5, 70, "Output",ExpressionUUID->"f6fe0a73-bb10-4a01-8592-43811c0cac62", +Cell[1889504, 42342, 209, 5, 70, "Output",ExpressionUUID->"f6fe0a73-bb10-4a01-8592-43811c0cac62", CellID->234606651] }, Open ]], -Cell[1886092, 42235, 218, 6, 70, "Text",ExpressionUUID->"34c7fcc9-bb7a-4ed6-9eee-92346be1e679", +Cell[1889728, 42350, 218, 6, 70, "Text",ExpressionUUID->"34c7fcc9-bb7a-4ed6-9eee-92346be1e679", CellID->1642952038], Cell[CellGroupData[{ -Cell[1886335, 42245, 228, 5, 70, "Input",ExpressionUUID->"aabbc5f8-9952-422b-8b94-5e578a34d172", +Cell[1889971, 42360, 228, 5, 70, "Input",ExpressionUUID->"aabbc5f8-9952-422b-8b94-5e578a34d172", CellID->2069353501], -Cell[1886566, 42252, 1028, 31, 70, "Output",ExpressionUUID->"eccbc4b0-b3d8-41d0-be96-229c8feae154", +Cell[1890202, 42367, 1028, 31, 70, "Output",ExpressionUUID->"eccbc4b0-b3d8-41d0-be96-229c8feae154", CellID->2051310311] }, Open ]], -Cell[1887609, 42286, 402, 11, 70, "Text",ExpressionUUID->"ed278f00-1a8e-49a6-afce-4bab01744e29", +Cell[1891245, 42401, 402, 11, 70, "Text",ExpressionUUID->"ed278f00-1a8e-49a6-afce-4bab01744e29", CellID->29239764], Cell[CellGroupData[{ -Cell[1888036, 42301, 262, 5, 70, "Input",ExpressionUUID->"23348220-86f4-471f-a1c9-46427357f6f6", +Cell[1891672, 42416, 262, 5, 70, "Input",ExpressionUUID->"23348220-86f4-471f-a1c9-46427357f6f6", CellID->1139587137], -Cell[1888301, 42308, 3985, 132, 70, "Output",ExpressionUUID->"affff038-5d4c-447a-8697-7bb854ef8010", +Cell[1891937, 42423, 3985, 132, 70, "Output",ExpressionUUID->"affff038-5d4c-447a-8697-7bb854ef8010", CellID->1825391317] }, Open ]], -Cell[1892301, 42443, 309, 9, 70, "Text",ExpressionUUID->"d99f3a42-4c97-4300-815b-7e63ec80f073", +Cell[1895937, 42558, 309, 9, 70, "Text",ExpressionUUID->"d99f3a42-4c97-4300-815b-7e63ec80f073", CellID->14179760], Cell[CellGroupData[{ -Cell[1892635, 42456, 170, 3, 70, "Input",ExpressionUUID->"4b58a324-27f3-4f02-84b4-7749dea2536a", +Cell[1896271, 42571, 170, 3, 70, "Input",ExpressionUUID->"4b58a324-27f3-4f02-84b4-7749dea2536a", CellID->1961419749], -Cell[1892808, 42461, 285, 8, 70, "Output",ExpressionUUID->"d128fadf-feda-49bf-a3a6-b78344307905", +Cell[1896444, 42576, 285, 8, 70, "Output",ExpressionUUID->"d128fadf-feda-49bf-a3a6-b78344307905", CellID->640589742] }, Open ]], -Cell[1893108, 42472, 263, 7, 70, "Text",ExpressionUUID->"a02f903b-e42f-43c3-a312-4c5572acef38", +Cell[1896744, 42587, 263, 7, 70, "Text",ExpressionUUID->"a02f903b-e42f-43c3-a312-4c5572acef38", CellID->342609841], Cell[CellGroupData[{ -Cell[1893396, 42483, 168, 3, 70, "Input",ExpressionUUID->"7526fe22-1255-4773-b072-be0b4079366d", +Cell[1897032, 42598, 168, 3, 70, "Input",ExpressionUUID->"7526fe22-1255-4773-b072-be0b4079366d", CellID->1586398550], -Cell[1893567, 42488, 132, 2, 70, "Output",ExpressionUUID->"552441b1-71c2-460e-b163-3f02fe550b29", +Cell[1897203, 42603, 132, 2, 70, "Output",ExpressionUUID->"552441b1-71c2-460e-b163-3f02fe550b29", CellID->1763098919] }, Open ]], -Cell[1893714, 42493, 193, 6, 70, "Text",ExpressionUUID->"7ef6adce-4ab8-46b8-b765-dd706a80c5e8", +Cell[1897350, 42608, 193, 6, 70, "Text",ExpressionUUID->"7ef6adce-4ab8-46b8-b765-dd706a80c5e8", CellID->1230005517], Cell[CellGroupData[{ -Cell[1893932, 42503, 131, 2, 70, "Input",ExpressionUUID->"f6e45d7c-f637-44e2-abde-9b0d4f2dca41", +Cell[1897568, 42618, 131, 2, 70, "Input",ExpressionUUID->"f6e45d7c-f637-44e2-abde-9b0d4f2dca41", CellID->1529695988], -Cell[1894066, 42507, 204, 4, 70, "Output",ExpressionUUID->"8a446dc6-b39f-4732-bdf8-7f32384b6cdf", +Cell[1897702, 42622, 204, 4, 70, "Output",ExpressionUUID->"8a446dc6-b39f-4732-bdf8-7f32384b6cdf", CellID->1449898739] }, Open ]], Cell[CellGroupData[{ -Cell[1894307, 42516, 196, 4, 70, "Input",ExpressionUUID->"115c1e37-031d-49ca-8ce3-04a8c7aa364f", +Cell[1897943, 42631, 196, 4, 70, "Input",ExpressionUUID->"115c1e37-031d-49ca-8ce3-04a8c7aa364f", CellID->2103216957], -Cell[1894506, 42522, 203, 4, 70, "Output",ExpressionUUID->"87444c11-8a90-4e2c-b9ac-4e6a5b159116", +Cell[1898142, 42637, 203, 4, 70, "Output",ExpressionUUID->"87444c11-8a90-4e2c-b9ac-4e6a5b159116", CellID->363332953] }, Open ]], -Cell[1894724, 42529, 1062, 29, 70, "Text",ExpressionUUID->"f3091c8d-e240-4d2c-9828-da9133eb0544", +Cell[1898360, 42644, 1062, 29, 70, "Text",ExpressionUUID->"f3091c8d-e240-4d2c-9828-da9133eb0544", CellID->824310839], Cell[CellGroupData[{ -Cell[1895811, 42562, 325, 8, 70, "Input",ExpressionUUID->"68a8bebb-8775-4576-b523-7bca3a8de08e", +Cell[1899447, 42677, 325, 8, 70, "Input",ExpressionUUID->"68a8bebb-8775-4576-b523-7bca3a8de08e", CellID->1963597289], Cell[CellGroupData[{ -Cell[1896161, 42574, 312, 6, 70, "Print",ExpressionUUID->"994de106-07bf-478c-8758-0841df0d5287", +Cell[1899797, 42689, 312, 6, 70, "Print",ExpressionUUID->"994de106-07bf-478c-8758-0841df0d5287", CellID->1665006400], -Cell[1896476, 42582, 299, 6, 70, "Print",ExpressionUUID->"328ffb3c-9fcd-4c91-b3be-c1067b80ada0", +Cell[1900112, 42697, 299, 6, 70, "Print",ExpressionUUID->"328ffb3c-9fcd-4c91-b3be-c1067b80ada0", CellID->657419220], -Cell[1896778, 42590, 207, 3, 70, "Print",ExpressionUUID->"52393b6b-f2fa-4466-8b0e-c7c5ff6e6dff", +Cell[1900414, 42705, 207, 3, 70, "Print",ExpressionUUID->"52393b6b-f2fa-4466-8b0e-c7c5ff6e6dff", CellID->705206739], -Cell[1896988, 42595, 901, 22, 70, "Print",ExpressionUUID->"a4d6c206-31d3-4d15-85ca-6959f4ba83ef", +Cell[1900624, 42710, 901, 22, 70, "Print",ExpressionUUID->"a4d6c206-31d3-4d15-85ca-6959f4ba83ef", CellID->192395618] }, Open ]], -Cell[1897904, 42620, 2166, 64, 70, "Output",ExpressionUUID->"fbe1f6ea-e3d6-480f-a4a4-3739ce1153ca", +Cell[1901540, 42735, 2166, 64, 70, "Output",ExpressionUUID->"fbe1f6ea-e3d6-480f-a4a4-3739ce1153ca", CellID->1721595179] }, Open ]], Cell[CellGroupData[{ -Cell[1900107, 42689, 208, 4, 70, "Input",ExpressionUUID->"c171a41c-b926-449d-a955-62c805d8fb7e", +Cell[1903743, 42804, 208, 4, 70, "Input",ExpressionUUID->"c171a41c-b926-449d-a955-62c805d8fb7e", CellID->1665156436], -Cell[1900318, 42695, 318, 7, 70, "Output",ExpressionUUID->"b06d4e5f-1475-4705-bb74-550966c28ea2", +Cell[1903954, 42810, 318, 7, 70, "Output",ExpressionUUID->"b06d4e5f-1475-4705-bb74-550966c28ea2", CellID->1934950213] }, Open ]], -Cell[1900651, 42705, 223, 5, 70, "Text",ExpressionUUID->"c7e5c929-696b-46fe-b003-384cae394b5b", +Cell[1904287, 42820, 223, 5, 70, "Text",ExpressionUUID->"c7e5c929-696b-46fe-b003-384cae394b5b", CellID->1271661294], Cell[CellGroupData[{ -Cell[1900899, 42714, 439, 11, 70, "Input",ExpressionUUID->"d63a8f3e-de5a-4243-bcdb-3334e7b917e9", +Cell[1904535, 42829, 439, 11, 70, "Input",ExpressionUUID->"d63a8f3e-de5a-4243-bcdb-3334e7b917e9", CellID->243050161], Cell[CellGroupData[{ -Cell[1901363, 42729, 312, 6, 70, "Print",ExpressionUUID->"c41232bd-a538-4f0f-bdf2-be9c2188e061", +Cell[1904999, 42844, 312, 6, 70, "Print",ExpressionUUID->"c41232bd-a538-4f0f-bdf2-be9c2188e061", CellID->2030609728], -Cell[1901678, 42737, 300, 6, 70, "Print",ExpressionUUID->"c86fd1fc-ca21-45c0-825f-a9fe28f2f308", +Cell[1905314, 42852, 300, 6, 70, "Print",ExpressionUUID->"c86fd1fc-ca21-45c0-825f-a9fe28f2f308", CellID->1124624058], -Cell[1901981, 42745, 207, 3, 70, "Print",ExpressionUUID->"7965fa55-864c-4815-8add-99c4ebaf8801", +Cell[1905617, 42860, 207, 3, 70, "Print",ExpressionUUID->"7965fa55-864c-4815-8add-99c4ebaf8801", CellID->477656812], -Cell[1902191, 42750, 902, 22, 70, "Print",ExpressionUUID->"3916d993-f6b2-4093-af8d-aaf06f9c8981", +Cell[1905827, 42865, 902, 22, 70, "Print",ExpressionUUID->"3916d993-f6b2-4093-af8d-aaf06f9c8981", CellID->1526078119] }, Open ]], -Cell[1903108, 42775, 4913, 144, 70, "Output",ExpressionUUID->"4cd49e7f-4177-4307-9c16-4dd86ac5d1c3", +Cell[1906744, 42890, 4913, 144, 70, "Output",ExpressionUUID->"4cd49e7f-4177-4307-9c16-4dd86ac5d1c3", CellID->1046493911] }, Open ]], -Cell[1908036, 42922, 1178, 25, 70, "Text",ExpressionUUID->"6a3e6144-ebcd-4e93-95e5-6c6204b74ef8", +Cell[1911672, 43037, 1178, 25, 70, "Text",ExpressionUUID->"6a3e6144-ebcd-4e93-95e5-6c6204b74ef8", CellID->381483475], -Cell[1909217, 42949, 134, 1, 70, "Text",ExpressionUUID->"40b3d32e-a62f-4e25-ac22-3c2ebb1238bb", +Cell[1912853, 43064, 134, 1, 70, "Text",ExpressionUUID->"40b3d32e-a62f-4e25-ac22-3c2ebb1238bb", CellID->1555317883], Cell[CellGroupData[{ -Cell[1909376, 42954, 175, 3, 70, "Input",ExpressionUUID->"15c45427-6ffb-4688-ac64-a26cd2a87810", +Cell[1913012, 43069, 175, 3, 70, "Input",ExpressionUUID->"15c45427-6ffb-4688-ac64-a26cd2a87810", CellID->38597401], -Cell[1909554, 42959, 501, 11, 70, "Output",ExpressionUUID->"f4cc4c0e-54ab-46a7-aa0a-dd7ab1d4be20", +Cell[1913190, 43074, 501, 11, 70, "Output",ExpressionUUID->"f4cc4c0e-54ab-46a7-aa0a-dd7ab1d4be20", CellID->59391144] }, Open ]], -Cell[1910070, 42973, 130, 1, 70, "Text",ExpressionUUID->"b8dba095-847a-4c10-bfd5-1e07a2939526", +Cell[1913706, 43088, 130, 1, 70, "Text",ExpressionUUID->"b8dba095-847a-4c10-bfd5-1e07a2939526", CellID->1569497643], Cell[CellGroupData[{ -Cell[1910225, 42978, 166, 3, 70, "Input",ExpressionUUID->"c3230236-e791-46ac-aa42-910975a2a06a", +Cell[1913861, 43093, 166, 3, 70, "Input",ExpressionUUID->"c3230236-e791-46ac-aa42-910975a2a06a", CellID->2000017150], -Cell[1910394, 42983, 372, 8, 70, "Output",ExpressionUUID->"624b76d6-04e8-4217-ac0d-beb95506592a", +Cell[1914030, 43098, 372, 8, 70, "Output",ExpressionUUID->"624b76d6-04e8-4217-ac0d-beb95506592a", CellID->699980886] }, Open ]], -Cell[1910781, 42994, 295, 7, 70, "Text",ExpressionUUID->"1d6451ab-37fa-4cac-a9d7-4f9361b4dbb7", +Cell[1914417, 43109, 295, 7, 70, "Text",ExpressionUUID->"1d6451ab-37fa-4cac-a9d7-4f9361b4dbb7", CellID->1912107485], Cell[CellGroupData[{ -Cell[1911101, 43005, 372, 10, 70, "Input",ExpressionUUID->"0e638f3c-bada-4ec2-8b54-3d28053e066b", +Cell[1914737, 43120, 372, 10, 70, "Input",ExpressionUUID->"0e638f3c-bada-4ec2-8b54-3d28053e066b", CellID->1438932052], -Cell[1911476, 43017, 47409, 1267, 70, "Output",ExpressionUUID->"d44117e8-f6a5-4714-81de-96a798182266", +Cell[1915112, 43132, 47409, 1267, 70, "Output",ExpressionUUID->"d44117e8-f6a5-4714-81de-96a798182266", CellID->315596157] }, Closed]], -Cell[1958900, 44287, 392, 7, 70, "Text",ExpressionUUID->"0900ba53-8658-491c-9f17-5664da3061a3", +Cell[1962536, 44402, 392, 7, 70, "Text",ExpressionUUID->"0900ba53-8658-491c-9f17-5664da3061a3", CellID->994629354], Cell[CellGroupData[{ -Cell[1959317, 44298, 132, 2, 70, "Input",ExpressionUUID->"57bae4a2-1c52-4a96-a367-09fdf0349367", +Cell[1962953, 44413, 132, 2, 70, "Input",ExpressionUUID->"57bae4a2-1c52-4a96-a367-09fdf0349367", CellID->821144392], -Cell[1959452, 44302, 261, 6, 70, "Output",ExpressionUUID->"9723f5d8-9df0-4bf6-9052-56425bcc3838", +Cell[1963088, 44417, 261, 6, 70, "Output",ExpressionUUID->"9723f5d8-9df0-4bf6-9052-56425bcc3838", CellID->1765494896] }, Open ]], -Cell[1959728, 44311, 682, 13, 70, "Text",ExpressionUUID->"8f3bb6c4-3f54-4842-9e6c-55e9c9005c92", +Cell[1963364, 44426, 682, 13, 70, "Text",ExpressionUUID->"8f3bb6c4-3f54-4842-9e6c-55e9c9005c92", CellID->950362663], Cell[CellGroupData[{ -Cell[1960435, 44328, 268, 6, 70, "Input",ExpressionUUID->"fb524d16-c0c9-4475-88e1-b50f6404c3c4", +Cell[1964071, 44443, 268, 6, 70, "Input",ExpressionUUID->"fb524d16-c0c9-4475-88e1-b50f6404c3c4", CellID->1184477346], -Cell[1960706, 44336, 247, 6, 70, "Output",ExpressionUUID->"6dbec09a-b9b8-4781-8941-9c7e6c3590de", +Cell[1964342, 44451, 247, 6, 70, "Output",ExpressionUUID->"6dbec09a-b9b8-4781-8941-9c7e6c3590de", CellID->442322087] }, Open ]], Cell[CellGroupData[{ -Cell[1960990, 44347, 192, 4, 70, "Input",ExpressionUUID->"98ae0bbb-d14a-49e0-9b54-34add4bfd78b", +Cell[1964626, 44462, 192, 4, 70, "Input",ExpressionUUID->"98ae0bbb-d14a-49e0-9b54-34add4bfd78b", CellID->766476305], -Cell[1961185, 44353, 132, 2, 70, "Output",ExpressionUUID->"49e53df4-cd52-4c57-bd6c-d544b84df82b", +Cell[1964821, 44468, 132, 2, 70, "Output",ExpressionUUID->"49e53df4-cd52-4c57-bd6c-d544b84df82b", CellID->702000098] }, Open ]], -Cell[1961332, 44358, 146, 1, 70, "Text",ExpressionUUID->"89e281de-3da0-4db8-b7a8-e46c0ab234c7", +Cell[1964968, 44473, 146, 1, 70, "Text",ExpressionUUID->"89e281de-3da0-4db8-b7a8-e46c0ab234c7", CellID->1099741307], Cell[CellGroupData[{ -Cell[1961503, 44363, 249, 6, 70, "Input",ExpressionUUID->"06612192-b132-4b28-86b3-4496658bd314", +Cell[1965139, 44478, 249, 6, 70, "Input",ExpressionUUID->"06612192-b132-4b28-86b3-4496658bd314", CellID->1471683044], -Cell[1961755, 44371, 203, 4, 70, "Output",ExpressionUUID->"551cd42e-518f-4f6d-8133-c84123b5c7c1", +Cell[1965391, 44486, 203, 4, 70, "Output",ExpressionUUID->"551cd42e-518f-4f6d-8133-c84123b5c7c1", CellID->894395716] }, Open ]], Cell[CellGroupData[{ -Cell[1961995, 44380, 192, 4, 70, "Input",ExpressionUUID->"09805ec2-d6cb-4c37-8020-6ad67b92730e", +Cell[1965631, 44495, 192, 4, 70, "Input",ExpressionUUID->"09805ec2-d6cb-4c37-8020-6ad67b92730e", CellID->673852839], -Cell[1962190, 44386, 131, 2, 70, "Output",ExpressionUUID->"b1f63cd4-37b5-4999-9267-6fcae66f52ff", +Cell[1965826, 44501, 131, 2, 70, "Output",ExpressionUUID->"b1f63cd4-37b5-4999-9267-6fcae66f52ff", CellID->989355832] }, Open ]], -Cell[1962336, 44391, 210, 4, 70, "Text",ExpressionUUID->"955c7198-1943-4c52-a96b-e3fa8769df7e", +Cell[1965972, 44506, 210, 4, 70, "Text",ExpressionUUID->"955c7198-1943-4c52-a96b-e3fa8769df7e", CellID->681862281], Cell[CellGroupData[{ -Cell[1962571, 44399, 289, 7, 70, "Input",ExpressionUUID->"7e0772cf-5e06-4495-a5af-e446b7118651", +Cell[1966207, 44514, 289, 7, 70, "Input",ExpressionUUID->"7e0772cf-5e06-4495-a5af-e446b7118651", CellID->1945514133], -Cell[1962863, 44408, 248, 6, 70, "Output",ExpressionUUID->"1a6caf0d-3c5d-471a-bb8f-140ceb915d77", +Cell[1966499, 44523, 248, 6, 70, "Output",ExpressionUUID->"1a6caf0d-3c5d-471a-bb8f-140ceb915d77", CellID->1232405993] }, Open ]], Cell[CellGroupData[{ -Cell[1963148, 44419, 192, 4, 70, "Input",ExpressionUUID->"a3ca889f-59d6-4ab4-b5e8-8931013c5669", +Cell[1966784, 44534, 192, 4, 70, "Input",ExpressionUUID->"a3ca889f-59d6-4ab4-b5e8-8931013c5669", CellID->564988362], -Cell[1963343, 44425, 132, 2, 70, "Output",ExpressionUUID->"34207545-b6ef-4ec1-bd1c-47c73e648e0d", +Cell[1966979, 44540, 132, 2, 70, "Output",ExpressionUUID->"34207545-b6ef-4ec1-bd1c-47c73e648e0d", CellID->922654544] }, Open ]], -Cell[1963490, 44430, 1048, 24, 70, "Text",ExpressionUUID->"abb98f72-581e-47b0-bcf0-6ab9fcbea989", +Cell[1967126, 44545, 1048, 24, 70, "Text",ExpressionUUID->"abb98f72-581e-47b0-bcf0-6ab9fcbea989", CellID->1710062805], Cell[CellGroupData[{ -Cell[1964563, 44458, 177, 3, 70, "Input",ExpressionUUID->"549128da-056f-4dff-b68d-40dedb8dcd91", +Cell[1968199, 44573, 177, 3, 70, "Input",ExpressionUUID->"549128da-056f-4dff-b68d-40dedb8dcd91", CellID->2091066481], -Cell[1964743, 44463, 226, 6, 70, "Output",ExpressionUUID->"d612a165-d1e5-4df7-8c8f-6d16526990c7", +Cell[1968379, 44578, 226, 6, 70, "Output",ExpressionUUID->"d612a165-d1e5-4df7-8c8f-6d16526990c7", CellID->1969148455] }, Open ]], Cell[CellGroupData[{ -Cell[1965006, 44474, 177, 3, 70, "Input",ExpressionUUID->"61a627d3-39e7-4d31-a754-a3a791eeea06", +Cell[1968642, 44589, 177, 3, 70, "Input",ExpressionUUID->"61a627d3-39e7-4d31-a754-a3a791eeea06", CellID->2091546280], -Cell[1965186, 44479, 226, 6, 70, "Output",ExpressionUUID->"4c34fda2-12cf-4777-8937-b4a83c106bd8", +Cell[1968822, 44594, 226, 6, 70, "Output",ExpressionUUID->"4c34fda2-12cf-4777-8937-b4a83c106bd8", CellID->1498900716] }, Open ]], Cell[CellGroupData[{ -Cell[1965449, 44490, 177, 3, 70, "Input",ExpressionUUID->"bd33f842-abcb-40a2-b543-ba24b88a8eb8", +Cell[1969085, 44605, 177, 3, 70, "Input",ExpressionUUID->"bd33f842-abcb-40a2-b543-ba24b88a8eb8", CellID->2007745856], -Cell[1965629, 44495, 180, 4, 70, "Output",ExpressionUUID->"a79a2291-0881-413e-b42e-acbd7eed5951", +Cell[1969265, 44610, 180, 4, 70, "Output",ExpressionUUID->"a79a2291-0881-413e-b42e-acbd7eed5951", CellID->3453776] }, Open ]], Cell[CellGroupData[{ -Cell[1965846, 44504, 176, 3, 70, "Input",ExpressionUUID->"31a71e10-d41d-43ea-902f-3949473d8ce4", +Cell[1969482, 44619, 176, 3, 70, "Input",ExpressionUUID->"31a71e10-d41d-43ea-902f-3949473d8ce4", CellID->920914711], -Cell[1966025, 44509, 226, 6, 70, "Output",ExpressionUUID->"be0a592d-e8d4-469f-8304-90d47959582f", +Cell[1969661, 44624, 226, 6, 70, "Output",ExpressionUUID->"be0a592d-e8d4-469f-8304-90d47959582f", CellID->1860279359] }, Open ]], Cell[CellGroupData[{ -Cell[1966288, 44520, 177, 3, 70, "Input",ExpressionUUID->"83bddbd4-3809-4895-9d0d-ba9475f67d39", +Cell[1969924, 44635, 177, 3, 70, "Input",ExpressionUUID->"83bddbd4-3809-4895-9d0d-ba9475f67d39", CellID->703434662], -Cell[1966468, 44525, 182, 4, 70, "Output",ExpressionUUID->"91878be8-6e4f-4fbf-b096-eb59f835f09e", +Cell[1970104, 44640, 182, 4, 70, "Output",ExpressionUUID->"91878be8-6e4f-4fbf-b096-eb59f835f09e", CellID->685538548] }, Open ]], Cell[CellGroupData[{ -Cell[1966687, 44534, 177, 3, 70, "Input",ExpressionUUID->"2bf6f49a-88c2-4bc5-8df3-d9145b6cfb96", +Cell[1970323, 44649, 177, 3, 70, "Input",ExpressionUUID->"2bf6f49a-88c2-4bc5-8df3-d9145b6cfb96", CellID->1151727763], -Cell[1966867, 44539, 184, 4, 70, "Output",ExpressionUUID->"3a6c1842-1e90-424e-b7f3-e2fb525553f0", +Cell[1970503, 44654, 184, 4, 70, "Output",ExpressionUUID->"3a6c1842-1e90-424e-b7f3-e2fb525553f0", CellID->1019030819] }, Open ]], Cell[CellGroupData[{ -Cell[1967088, 44548, 178, 3, 70, "Input",ExpressionUUID->"fbc5808f-6f03-4fa9-99f2-1e6afa1dba80", +Cell[1970724, 44663, 178, 3, 70, "Input",ExpressionUUID->"fbc5808f-6f03-4fa9-99f2-1e6afa1dba80", CellID->1680167902], -Cell[1967269, 44553, 183, 4, 70, "Output",ExpressionUUID->"3f42ca58-c2c0-4a96-bdd5-d192074b7228", +Cell[1970905, 44668, 183, 4, 70, "Output",ExpressionUUID->"3f42ca58-c2c0-4a96-bdd5-d192074b7228", CellID->1972872156] }, Open ]], Cell[CellGroupData[{ -Cell[1967489, 44562, 175, 3, 70, "Input",ExpressionUUID->"a247b38b-e01d-48fa-a9b8-73a6d44c0020", +Cell[1971125, 44677, 175, 3, 70, "Input",ExpressionUUID->"a247b38b-e01d-48fa-a9b8-73a6d44c0020", CellID->637042067], -Cell[1967667, 44567, 185, 4, 70, "Output",ExpressionUUID->"b69fe352-738a-4714-b548-ebb474cc9113", +Cell[1971303, 44682, 185, 4, 70, "Output",ExpressionUUID->"b69fe352-738a-4714-b548-ebb474cc9113", CellID->483046918] }, Open ]], -Cell[1967867, 44574, 183, 4, 70, "Text",ExpressionUUID->"e528db43-b48b-4d72-a3c0-d1e9f0c95455", +Cell[1971503, 44689, 183, 4, 70, "Text",ExpressionUUID->"e528db43-b48b-4d72-a3c0-d1e9f0c95455", CellID->1009865854], -Cell[1968053, 44580, 2719, 84, 70, "Input",ExpressionUUID->"2ba746f5-df2d-403e-887d-36c2e5bab1ea", +Cell[1971689, 44695, 2719, 84, 70, "Input",ExpressionUUID->"2ba746f5-df2d-403e-887d-36c2e5bab1ea", CellID->1079364154], -Cell[1970775, 44666, 1762, 57, 70, "Text",ExpressionUUID->"74f5ee1c-751f-4697-b22a-69e3ee8a105d", +Cell[1974411, 44781, 1762, 57, 70, "Text",ExpressionUUID->"74f5ee1c-751f-4697-b22a-69e3ee8a105d", CellTags->"MP66", CellID->1249523223], -Cell[1972540, 44725, 318, 9, 70, "Text",ExpressionUUID->"869c005b-245e-4a60-9de5-74f615ca1de9", +Cell[1976176, 44840, 318, 9, 70, "Text",ExpressionUUID->"869c005b-245e-4a60-9de5-74f615ca1de9", CellID->1711865952], Cell[CellGroupData[{ -Cell[1972883, 44738, 284, 7, 70, "Input",ExpressionUUID->"f2498a3e-3d04-46ea-a74c-09ec7aa071f8", +Cell[1976519, 44853, 284, 7, 70, "Input",ExpressionUUID->"f2498a3e-3d04-46ea-a74c-09ec7aa071f8", CellID->31621814], -Cell[1973170, 44747, 387, 11, 70, "Output",ExpressionUUID->"bf6d664c-1749-4722-ae53-3448028f0f81", +Cell[1976806, 44862, 387, 11, 70, "Output",ExpressionUUID->"bf6d664c-1749-4722-ae53-3448028f0f81", CellID->573722619] }, Open ]], Cell[CellGroupData[{ -Cell[1973594, 44763, 362, 10, 70, "Input",ExpressionUUID->"a85f564d-248c-41ff-b48b-da9a12feb8fb", +Cell[1977230, 44878, 362, 10, 70, "Input",ExpressionUUID->"a85f564d-248c-41ff-b48b-da9a12feb8fb", CellID->458778021], -Cell[1973959, 44775, 381, 11, 70, "Output",ExpressionUUID->"9f1a188d-5ab1-4327-be00-6e6784c887ca", +Cell[1977595, 44890, 381, 11, 70, "Output",ExpressionUUID->"9f1a188d-5ab1-4327-be00-6e6784c887ca", CellID->705474653] }, Open ]], Cell[CellGroupData[{ -Cell[1974377, 44791, 352, 9, 70, "Input",ExpressionUUID->"05b96cd0-9279-4624-ad06-dd6a1ae284ee", +Cell[1978013, 44906, 352, 9, 70, "Input",ExpressionUUID->"05b96cd0-9279-4624-ad06-dd6a1ae284ee", CellID->1563078451], -Cell[1974732, 44802, 314, 6, 70, "Print",ExpressionUUID->"7e8946ad-df5b-4b08-811d-86841a4a28df", +Cell[1978368, 44917, 314, 6, 70, "Print",ExpressionUUID->"7e8946ad-df5b-4b08-811d-86841a4a28df", CellID->1140640302], -Cell[1975049, 44810, 1401, 42, 70, "Output",ExpressionUUID->"b7fac598-024e-44e2-acc0-b0879532ada8", +Cell[1978685, 44925, 1401, 42, 70, "Output",ExpressionUUID->"b7fac598-024e-44e2-acc0-b0879532ada8", CellID->503505138] }, Open ]], Cell[CellGroupData[{ -Cell[1976487, 44857, 236, 5, 70, "Input",ExpressionUUID->"db97a147-5fc0-4925-82b7-8946368169e0", +Cell[1980123, 44972, 236, 5, 70, "Input",ExpressionUUID->"db97a147-5fc0-4925-82b7-8946368169e0", CellID->648000797], -Cell[1976726, 44864, 207, 4, 70, "Output",ExpressionUUID->"8e31cb73-73b1-416f-94d1-f66486d881fa", +Cell[1980362, 44979, 207, 4, 70, "Output",ExpressionUUID->"8e31cb73-73b1-416f-94d1-f66486d881fa", CellID->1705628664] }, Open ]], Cell[CellGroupData[{ -Cell[1976970, 44873, 218, 5, 70, "Input",ExpressionUUID->"9114623e-b7ee-419e-9acb-2c620b697d52", +Cell[1980606, 44988, 218, 5, 70, "Input",ExpressionUUID->"9114623e-b7ee-419e-9acb-2c620b697d52", CellID->1426159682], -Cell[1977191, 44880, 255, 7, 70, "Output",ExpressionUUID->"0add1031-b6fc-4857-ab3d-5974c91f265f", +Cell[1980827, 44995, 255, 7, 70, "Output",ExpressionUUID->"0add1031-b6fc-4857-ab3d-5974c91f265f", CellID->210579954] }, Open ]], Cell[CellGroupData[{ -Cell[1977483, 44892, 216, 5, 70, "Input",ExpressionUUID->"6353ee9e-88ec-4654-8a78-988d90139b08", +Cell[1981119, 45007, 216, 5, 70, "Input",ExpressionUUID->"6353ee9e-88ec-4654-8a78-988d90139b08", CellID->1649211497], -Cell[1977702, 44899, 773, 24, 70, "Output",ExpressionUUID->"f8d3efa3-99d9-4f60-868c-594f54eee888", +Cell[1981338, 45014, 773, 24, 70, "Output",ExpressionUUID->"f8d3efa3-99d9-4f60-868c-594f54eee888", CellID->1247824490] }, Open ]], Cell[CellGroupData[{ -Cell[1978512, 44928, 420, 11, 70, "Input",ExpressionUUID->"723303c4-5d57-41bb-ae75-27442d7459c1", +Cell[1982148, 45043, 420, 11, 70, "Input",ExpressionUUID->"723303c4-5d57-41bb-ae75-27442d7459c1", CellID->154642587], Cell[CellGroupData[{ -Cell[1978957, 44943, 312, 6, 70, "Print",ExpressionUUID->"a25bd594-ac34-41f6-ae5f-81c1db185b43", +Cell[1982593, 45058, 312, 6, 70, "Print",ExpressionUUID->"a25bd594-ac34-41f6-ae5f-81c1db185b43", CellID->1000628565], -Cell[1979272, 44951, 300, 6, 70, "Print",ExpressionUUID->"35e98cf7-af42-4ccd-bdf3-707a448783b2", +Cell[1982908, 45066, 300, 6, 70, "Print",ExpressionUUID->"35e98cf7-af42-4ccd-bdf3-707a448783b2", CellID->1108086698], -Cell[1979575, 44959, 207, 3, 70, "Print",ExpressionUUID->"12c17804-a14b-4eb4-8d49-ae6fcc448593", +Cell[1983211, 45074, 207, 3, 70, "Print",ExpressionUUID->"12c17804-a14b-4eb4-8d49-ae6fcc448593", CellID->158096363] }, Open ]], -Cell[1979797, 44965, 1801, 51, 70, "Output",ExpressionUUID->"0918d7f7-171e-4c3f-92cd-cce1169f49a0", +Cell[1983433, 45080, 1801, 51, 70, "Output",ExpressionUUID->"0918d7f7-171e-4c3f-92cd-cce1169f49a0", CellID->1921543277] }, Open ]], Cell[CellGroupData[{ -Cell[1981635, 45021, 192, 4, 70, "Input",ExpressionUUID->"240486c3-3bbf-4230-96d4-050e15784a48", +Cell[1985271, 45136, 192, 4, 70, "Input",ExpressionUUID->"240486c3-3bbf-4230-96d4-050e15784a48", CellID->820882409], -Cell[1981830, 45027, 988, 31, 70, "Output",ExpressionUUID->"f755f8fc-68ed-4405-9f88-9f089424121a", +Cell[1985466, 45142, 988, 31, 70, "Output",ExpressionUUID->"f755f8fc-68ed-4405-9f88-9f089424121a", CellID->861531026] }, Open ]], -Cell[1982833, 45061, 127, 1, 70, "Text",ExpressionUUID->"42b6dcb9-de28-4de1-9834-54a763181e44", +Cell[1986469, 45176, 127, 1, 70, "Text",ExpressionUUID->"42b6dcb9-de28-4de1-9834-54a763181e44", CellID->459598177], -Cell[1982963, 45064, 843, 16, 70, "Text",ExpressionUUID->"5198f75d-ac26-4805-9cd2-7f5d504852c7", +Cell[1986599, 45179, 843, 16, 70, "Text",ExpressionUUID->"5198f75d-ac26-4805-9cd2-7f5d504852c7", CellTags->"Faigle98", CellID->1972610173], Cell[CellGroupData[{ -Cell[1983831, 45084, 178, 3, 70, "Input",ExpressionUUID->"a6ff074d-48d5-4dee-b737-c19f0db27eca", +Cell[1987467, 45199, 178, 3, 70, "Input",ExpressionUUID->"a6ff074d-48d5-4dee-b737-c19f0db27eca", CellID->1880561845], -Cell[1984012, 45089, 393, 9, 70, "Output",ExpressionUUID->"885d86f4-47e1-4133-ad02-52c01e85d8ca", +Cell[1987648, 45204, 393, 9, 70, "Output",ExpressionUUID->"885d86f4-47e1-4133-ad02-52c01e85d8ca", CellID->2139766080] }, Open ]], -Cell[1984420, 45101, 182, 4, 70, "Text",ExpressionUUID->"633f6047-eb6f-48a1-b8da-36e19f0bf7b5", +Cell[1988056, 45216, 182, 4, 70, "Text",ExpressionUUID->"633f6047-eb6f-48a1-b8da-36e19f0bf7b5", CellID->1797998681], -Cell[1984605, 45107, 362, 10, 70, "Input",ExpressionUUID->"e56b5d7e-6ba3-4002-a5a6-fb7a18379689", +Cell[1988241, 45222, 362, 10, 70, "Input",ExpressionUUID->"e56b5d7e-6ba3-4002-a5a6-fb7a18379689", CellID->370120265], -Cell[1984970, 45119, 136, 1, 70, "Text",ExpressionUUID->"8ba13cc3-5231-4ef3-9458-8fd42cdd277d", +Cell[1988606, 45234, 136, 1, 70, "Text",ExpressionUUID->"8ba13cc3-5231-4ef3-9458-8fd42cdd277d", CellID->475329350], Cell[CellGroupData[{ -Cell[1985131, 45124, 324, 8, 70, "Input",ExpressionUUID->"ed101533-a985-4afb-954a-088568996914", +Cell[1988767, 45239, 324, 8, 70, "Input",ExpressionUUID->"ed101533-a985-4afb-954a-088568996914", CellID->660380887], -Cell[1985458, 45134, 391, 11, 70, "Output",ExpressionUUID->"12536394-e8e2-4849-b4f6-6ff2fa4ed041", +Cell[1989094, 45249, 391, 11, 70, "Output",ExpressionUUID->"12536394-e8e2-4849-b4f6-6ff2fa4ed041", CellID->1449484419] }, Open ]], -Cell[1985864, 45148, 94, 1, 70, "Text",ExpressionUUID->"c922bc29-4099-4c76-8755-0ab42131a5fc", +Cell[1989500, 45263, 94, 1, 70, "Text",ExpressionUUID->"c922bc29-4099-4c76-8755-0ab42131a5fc", CellID->1724852573], Cell[CellGroupData[{ -Cell[1985983, 45153, 324, 8, 70, "Input",ExpressionUUID->"58dfb39c-fe69-4dc1-9542-f8aaf844f2fe", +Cell[1989619, 45268, 324, 8, 70, "Input",ExpressionUUID->"58dfb39c-fe69-4dc1-9542-f8aaf844f2fe", CellID->224763191], -Cell[1986310, 45163, 387, 11, 70, "Output",ExpressionUUID->"c880a0b1-0f6f-4cde-b442-5338faafff05", +Cell[1989946, 45278, 387, 11, 70, "Output",ExpressionUUID->"c880a0b1-0f6f-4cde-b442-5338faafff05", CellID->1481106233] }, Open ]], Cell[CellGroupData[{ -Cell[1986734, 45179, 298, 7, 70, "Input",ExpressionUUID->"2f9cdd8e-ee16-4d2f-bc24-a6247131ba8f", +Cell[1990370, 45294, 298, 7, 70, "Input",ExpressionUUID->"2f9cdd8e-ee16-4d2f-bc24-a6247131ba8f", CellID->151091544], -Cell[1987035, 45188, 386, 11, 70, "Output",ExpressionUUID->"c5253a32-2dfb-4989-88cc-699844f95293", +Cell[1990671, 45303, 386, 11, 70, "Output",ExpressionUUID->"c5253a32-2dfb-4989-88cc-699844f95293", CellID->683541212] }, Open ]], -Cell[1987436, 45202, 140, 1, 70, "Text",ExpressionUUID->"7826d39a-5d55-4bf4-997f-fb8082c38672", +Cell[1991072, 45317, 140, 1, 70, "Text",ExpressionUUID->"7826d39a-5d55-4bf4-997f-fb8082c38672", CellID->39097238], Cell[CellGroupData[{ -Cell[1987601, 45207, 328, 8, 70, "Input",ExpressionUUID->"efb343b3-5d8a-4694-80e9-35733a1071c1", +Cell[1991237, 45322, 328, 8, 70, "Input",ExpressionUUID->"efb343b3-5d8a-4694-80e9-35733a1071c1", CellID->1714169995], -Cell[1987932, 45217, 386, 11, 70, "Output",ExpressionUUID->"a9861332-e920-46f4-8d4c-a314c63775da", +Cell[1991568, 45332, 386, 11, 70, "Output",ExpressionUUID->"a9861332-e920-46f4-8d4c-a314c63775da", CellID->1824181515] }, Open ]], Cell[CellGroupData[{ -Cell[1988355, 45233, 190, 4, 70, "Input",ExpressionUUID->"ee421c99-e1bb-4bed-b250-9b28f42519ed", +Cell[1991991, 45348, 190, 4, 70, "Input",ExpressionUUID->"ee421c99-e1bb-4bed-b250-9b28f42519ed", CellID->542602377], -Cell[1988548, 45239, 319, 9, 70, "Output",ExpressionUUID->"69667677-402e-4650-b32b-9a0841ac3aed", +Cell[1992184, 45354, 319, 9, 70, "Output",ExpressionUUID->"69667677-402e-4650-b32b-9a0841ac3aed", CellID->214687144] }, Open ]], Cell[CellGroupData[{ -Cell[1988904, 45253, 191, 4, 70, "Input",ExpressionUUID->"7b0fb9e5-82cf-40c3-8f17-04e6a13a721d", +Cell[1992540, 45368, 191, 4, 70, "Input",ExpressionUUID->"7b0fb9e5-82cf-40c3-8f17-04e6a13a721d", CellID->1382326531], -Cell[1989098, 45259, 320, 9, 70, "Output",ExpressionUUID->"6535d477-faba-4693-8f5e-44a3eb4f1c70", +Cell[1992734, 45374, 320, 9, 70, "Output",ExpressionUUID->"6535d477-faba-4693-8f5e-44a3eb4f1c70", CellID->1968762059] }, Open ]], -Cell[1989433, 45271, 180, 4, 70, "Text",ExpressionUUID->"eb7f33b7-f7c2-4b58-acc3-448a56543c5f", +Cell[1993069, 45386, 180, 4, 70, "Text",ExpressionUUID->"eb7f33b7-f7c2-4b58-acc3-448a56543c5f", CellID->425267099], Cell[CellGroupData[{ -Cell[1989638, 45279, 302, 8, 70, "Input",ExpressionUUID->"cf318137-6e7e-4546-bb1a-92ecc7298477", +Cell[1993274, 45394, 302, 8, 70, "Input",ExpressionUUID->"cf318137-6e7e-4546-bb1a-92ecc7298477", CellID->884054381], -Cell[1989943, 45289, 228, 6, 70, "Output",ExpressionUUID->"802843bb-5d2a-47e7-81e8-ad51baa3b97e", +Cell[1993579, 45404, 228, 6, 70, "Output",ExpressionUUID->"802843bb-5d2a-47e7-81e8-ad51baa3b97e", CellID->1069102901] }, Open ]], -Cell[1990186, 45298, 515, 12, 70, "Text",ExpressionUUID->"a1f1572f-1edc-4ea2-a831-688795648c02", +Cell[1993822, 45413, 515, 12, 70, "Text",ExpressionUUID->"a1f1572f-1edc-4ea2-a831-688795648c02", CellID->579909686], Cell[CellGroupData[{ -Cell[1990726, 45314, 331, 8, 70, "Input",ExpressionUUID->"88a671ed-140d-419f-8d0f-ffdb8fa9ca9e", +Cell[1994362, 45429, 331, 8, 70, "Input",ExpressionUUID->"88a671ed-140d-419f-8d0f-ffdb8fa9ca9e", CellID->1884682946], -Cell[1991060, 45324, 385, 11, 70, "Output",ExpressionUUID->"d3820a1c-1fbd-4e5e-8252-cc3bcaecfb79", +Cell[1994696, 45439, 385, 11, 70, "Output",ExpressionUUID->"d3820a1c-1fbd-4e5e-8252-cc3bcaecfb79", CellID->29705952] }, Open ]], Cell[CellGroupData[{ -Cell[1991482, 45340, 162, 3, 70, "Input",ExpressionUUID->"a48b5734-a0c1-4b2c-84c8-e1b080f3c1ce", +Cell[1995118, 45455, 162, 3, 70, "Input",ExpressionUUID->"a48b5734-a0c1-4b2c-84c8-e1b080f3c1ce", CellID->738006049], -Cell[1991647, 45345, 132, 2, 70, "Output",ExpressionUUID->"d3f374e4-41c4-4e59-a8d9-1c62cfafb107", +Cell[1995283, 45460, 132, 2, 70, "Output",ExpressionUUID->"d3f374e4-41c4-4e59-a8d9-1c62cfafb107", CellID->1658742575] }, Open ]], Cell[CellGroupData[{ -Cell[1991816, 45352, 284, 7, 70, "Input",ExpressionUUID->"8725ba33-864f-445f-8f96-9583ea297cac", +Cell[1995452, 45467, 284, 7, 70, "Input",ExpressionUUID->"8725ba33-864f-445f-8f96-9583ea297cac", CellID->850588361], -Cell[1992103, 45361, 325, 9, 70, "Output",ExpressionUUID->"7ed533c7-fc6d-4c83-bc81-300876daef9b", +Cell[1995739, 45476, 325, 9, 70, "Output",ExpressionUUID->"7ed533c7-fc6d-4c83-bc81-300876daef9b", CellID->1599537075] }, Open ]], Cell[CellGroupData[{ -Cell[1992465, 45375, 196, 4, 70, "Input",ExpressionUUID->"3a52824a-5e32-4e6c-8d6b-6f0e9f9fccb3", +Cell[1996101, 45490, 196, 4, 70, "Input",ExpressionUUID->"3a52824a-5e32-4e6c-8d6b-6f0e9f9fccb3", CellID->2118340753], -Cell[1992664, 45381, 324, 9, 70, "Output",ExpressionUUID->"858aa087-e4e8-4e88-9951-b3aebe2313ee", +Cell[1996300, 45496, 324, 9, 70, "Output",ExpressionUUID->"858aa087-e4e8-4e88-9951-b3aebe2313ee", CellID->675714886] }, Open ]], Cell[CellGroupData[{ -Cell[1993025, 45395, 197, 4, 70, "Input",ExpressionUUID->"e7b0ec60-e8de-4f5e-8e77-7b6f82e884d0", +Cell[1996661, 45510, 197, 4, 70, "Input",ExpressionUUID->"e7b0ec60-e8de-4f5e-8e77-7b6f82e884d0", CellID->1332615273], -Cell[1993225, 45401, 154, 3, 70, "Output",ExpressionUUID->"de8c5107-2501-4924-a5c8-de33f3b7e5fe", +Cell[1996861, 45516, 154, 3, 70, "Output",ExpressionUUID->"de8c5107-2501-4924-a5c8-de33f3b7e5fe", CellID->2110623185] }, Open ]], Cell[CellGroupData[{ -Cell[1993416, 45409, 256, 5, 70, "Input",ExpressionUUID->"9de66ac0-a46d-43d7-bb3e-e20f44b07e5b", +Cell[1997052, 45524, 256, 5, 70, "Input",ExpressionUUID->"9de66ac0-a46d-43d7-bb3e-e20f44b07e5b", CellID->326229919], -Cell[1993675, 45416, 132, 2, 70, "Output",ExpressionUUID->"53b7259e-a4fb-4483-8feb-78e5a334b727", +Cell[1997311, 45531, 132, 2, 70, "Output",ExpressionUUID->"53b7259e-a4fb-4483-8feb-78e5a334b727", CellID->1702735538] }, Open ]], Cell[CellGroupData[{ -Cell[1993844, 45423, 279, 7, 70, "Input",ExpressionUUID->"b4bc5867-fcde-4910-ba8e-82d1b115b8fd", +Cell[1997480, 45538, 279, 7, 70, "Input",ExpressionUUID->"b4bc5867-fcde-4910-ba8e-82d1b115b8fd", CellID->438468887], -Cell[1994126, 45432, 324, 9, 70, "Output",ExpressionUUID->"359e0040-23b3-491f-b574-f0a7d39fb644", +Cell[1997762, 45547, 324, 9, 70, "Output",ExpressionUUID->"359e0040-23b3-491f-b574-f0a7d39fb644", CellID->986610806] }, Open ]], Cell[CellGroupData[{ -Cell[1994487, 45446, 283, 7, 70, "Input",ExpressionUUID->"6ab19363-ef7a-4acf-bbac-cc735f519822", +Cell[1998123, 45561, 283, 7, 70, "Input",ExpressionUUID->"6ab19363-ef7a-4acf-bbac-cc735f519822", CellID->1004736309], -Cell[1994773, 45455, 323, 9, 70, "Output",ExpressionUUID->"7d08b742-af08-434f-bd91-cdc33d977ded", +Cell[1998409, 45570, 323, 9, 70, "Output",ExpressionUUID->"7d08b742-af08-434f-bd91-cdc33d977ded", CellID->15837812] }, Open ]], -Cell[1995111, 45467, 585, 11, 70, "Text",ExpressionUUID->"0cc2e0f3-b02d-4ff4-b28a-00ea0f43873f", +Cell[1998747, 45582, 585, 11, 70, "Text",ExpressionUUID->"0cc2e0f3-b02d-4ff4-b28a-00ea0f43873f", CellID->1211373998], -Cell[1995699, 45480, 1239, 38, 70, "Input",ExpressionUUID->"1c5218f1-cee6-41df-8328-c9015d71dbd1", +Cell[1999335, 45595, 1239, 38, 70, "Input",ExpressionUUID->"1c5218f1-cee6-41df-8328-c9015d71dbd1", CellID->338358895], -Cell[1996941, 45520, 161, 3, 70, "Text",ExpressionUUID->"6b11e7fb-a16e-4ccc-90a7-a480e505153f", +Cell[2000577, 45635, 161, 3, 70, "Text",ExpressionUUID->"6b11e7fb-a16e-4ccc-90a7-a480e505153f", CellID->166929356], Cell[CellGroupData[{ -Cell[1997127, 45527, 168, 3, 70, "Input",ExpressionUUID->"5ca9e326-4602-40f7-9107-f34bf47a50a4", +Cell[2000763, 45642, 168, 3, 70, "Input",ExpressionUUID->"5ca9e326-4602-40f7-9107-f34bf47a50a4", CellID->1894915210], -Cell[1997298, 45532, 248, 7, 70, "Output",ExpressionUUID->"92c62df4-45f5-44e9-8b4b-9eef0dd2c09b", +Cell[2000934, 45647, 248, 7, 70, "Output",ExpressionUUID->"92c62df4-45f5-44e9-8b4b-9eef0dd2c09b", CellID->377456133] }, Open ]], -Cell[1997561, 45542, 162, 3, 70, "Text",ExpressionUUID->"dae02c1b-a2f6-484b-88d8-bd51c0ef4ba5", +Cell[2001197, 45657, 162, 3, 70, "Text",ExpressionUUID->"dae02c1b-a2f6-484b-88d8-bd51c0ef4ba5", CellID->1881099351], Cell[CellGroupData[{ -Cell[1997748, 45549, 293, 7, 70, "Input",ExpressionUUID->"620e5055-ef88-404e-bc16-39b692a12e84", +Cell[2001384, 45664, 293, 7, 70, "Input",ExpressionUUID->"620e5055-ef88-404e-bc16-39b692a12e84", CellID->1571613077], -Cell[1998044, 45558, 185, 4, 70, "Output",ExpressionUUID->"efc0f0b4-b19c-42a1-9cc3-0c4740f08caa", +Cell[2001680, 45673, 185, 4, 70, "Output",ExpressionUUID->"efc0f0b4-b19c-42a1-9cc3-0c4740f08caa", CellID->920058510] }, Open ]], -Cell[1998244, 45565, 186, 4, 70, "Text",ExpressionUUID->"3735d61a-1799-471a-b50c-6229e6a953d8", +Cell[2001880, 45680, 186, 4, 70, "Text",ExpressionUUID->"3735d61a-1799-471a-b50c-6229e6a953d8", CellID->2095786496], Cell[CellGroupData[{ -Cell[1998455, 45573, 295, 7, 70, "Input",ExpressionUUID->"d401a373-857b-49b5-a1be-4d38f42aa16d", +Cell[2002091, 45688, 295, 7, 70, "Input",ExpressionUUID->"d401a373-857b-49b5-a1be-4d38f42aa16d", CellID->806455961], -Cell[1998753, 45582, 248, 7, 70, "Output",ExpressionUUID->"b89416c4-a6db-47ad-ad08-0f0a86f378f6", +Cell[2002389, 45697, 248, 7, 70, "Output",ExpressionUUID->"b89416c4-a6db-47ad-ad08-0f0a86f378f6", CellID->741336922] }, Open ]], Cell[CellGroupData[{ -Cell[1999038, 45594, 158, 3, 70, "Input",ExpressionUUID->"e81d3d2e-8cb1-404e-a9bb-e699fb3fe0a8", +Cell[2002674, 45709, 158, 3, 70, "Input",ExpressionUUID->"e81d3d2e-8cb1-404e-a9bb-e699fb3fe0a8", CellID->373569947], -Cell[1999199, 45599, 213, 5, 70, "Output",ExpressionUUID->"b06dec31-9fcf-4ef6-9424-e54b0925dcab", +Cell[2002835, 45714, 213, 5, 70, "Output",ExpressionUUID->"b06dec31-9fcf-4ef6-9424-e54b0925dcab", CellID->1690510342] }, Open ]], -Cell[1999427, 45607, 780, 21, 70, "Text",ExpressionUUID->"eada89c4-97d1-4eef-8d6c-5eba9ae7bb9e", +Cell[2003063, 45722, 780, 21, 70, "Text",ExpressionUUID->"eada89c4-97d1-4eef-8d6c-5eba9ae7bb9e", CellID->1810439823], -Cell[2000210, 45630, 1514, 46, 70, "Text",ExpressionUUID->"01566359-d3fb-4659-af24-0a6d84dbeb23", +Cell[2003846, 45745, 1514, 46, 70, "Text",ExpressionUUID->"01566359-d3fb-4659-af24-0a6d84dbeb23", CellID->953479633], -Cell[2001727, 45678, 347, 6, 70, "Text",ExpressionUUID->"50217c72-dde9-4862-a3d0-869d58258006", +Cell[2005363, 45793, 347, 6, 70, "Text",ExpressionUUID->"50217c72-dde9-4862-a3d0-869d58258006", CellID->1427709640], Cell[CellGroupData[{ -Cell[2002099, 45688, 640, 19, 70, "Input",ExpressionUUID->"39729231-3844-4f2b-86df-522232d33ff1", +Cell[2005735, 45803, 640, 19, 70, "Input",ExpressionUUID->"39729231-3844-4f2b-86df-522232d33ff1", CellID->1840145775], -Cell[2002742, 45709, 3363, 110, 70, "Output",ExpressionUUID->"fa562657-2288-43b1-8c5c-08f9edf088bb", +Cell[2006378, 45824, 3363, 110, 70, "Output",ExpressionUUID->"fa562657-2288-43b1-8c5c-08f9edf088bb", CellID->1691485682] }, Open ]], -Cell[2006120, 45822, 238, 4, 70, "Text",ExpressionUUID->"23524f2b-9367-458d-9c89-db60e6755928", +Cell[2009756, 45937, 238, 4, 70, "Text",ExpressionUUID->"23524f2b-9367-458d-9c89-db60e6755928", CellID->938968568], Cell[CellGroupData[{ -Cell[2006383, 45830, 199, 4, 70, "Input",ExpressionUUID->"c5d67519-ad9d-4702-a654-d1a4d1b7fd69", +Cell[2010019, 45945, 199, 4, 70, "Input",ExpressionUUID->"c5d67519-ad9d-4702-a654-d1a4d1b7fd69", CellID->543250489], -Cell[2006585, 45836, 362, 7, 70, "Output",ExpressionUUID->"63adc1f4-6c66-4c4e-84a9-203f46c8236d", +Cell[2010221, 45951, 362, 7, 70, "Output",ExpressionUUID->"63adc1f4-6c66-4c4e-84a9-203f46c8236d", CellID->1143539110] }, Open ]], Cell[CellGroupData[{ -Cell[2006984, 45848, 210, 4, 70, "Input",ExpressionUUID->"cadba888-5b43-4191-bfd1-cd0c9f76a492", +Cell[2010620, 45963, 210, 4, 70, "Input",ExpressionUUID->"cadba888-5b43-4191-bfd1-cd0c9f76a492", CellID->909825673], -Cell[2007197, 45854, 364, 7, 70, "Output",ExpressionUUID->"f95e0175-ccfc-4cb4-9907-27c540b18580", +Cell[2010833, 45969, 364, 7, 70, "Output",ExpressionUUID->"f95e0175-ccfc-4cb4-9907-27c540b18580", CellID->1218965375] }, Open ]], Cell[CellGroupData[{ -Cell[2007598, 45866, 166, 3, 70, "Input",ExpressionUUID->"618ace51-043a-4e77-bc49-36d8481e5bca", +Cell[2011234, 45981, 166, 3, 70, "Input",ExpressionUUID->"618ace51-043a-4e77-bc49-36d8481e5bca", CellID->328670735], -Cell[2007767, 45871, 203, 4, 70, "Output",ExpressionUUID->"2884d31c-95de-4e41-89a7-8d1463599368", +Cell[2011403, 45986, 203, 4, 70, "Output",ExpressionUUID->"2884d31c-95de-4e41-89a7-8d1463599368", CellID->872965210] }, Open ]], -Cell[2007985, 45878, 193, 4, 70, "Text",ExpressionUUID->"9c71fdb0-acbc-42fa-b447-822558d3efdf", +Cell[2011621, 45993, 193, 4, 70, "Text",ExpressionUUID->"9c71fdb0-acbc-42fa-b447-822558d3efdf", CellID->1545195295], Cell[CellGroupData[{ -Cell[2008203, 45886, 170, 3, 70, "Input",ExpressionUUID->"a8ecca96-4c51-4c2f-8119-601ad6192c02", +Cell[2011839, 46001, 170, 3, 70, "Input",ExpressionUUID->"a8ecca96-4c51-4c2f-8119-601ad6192c02", CellID->2031406273], -Cell[2008376, 45891, 204, 4, 70, "Output",ExpressionUUID->"bc684b18-0ba4-46a2-a8ae-40a8ac9f7ce2", +Cell[2012012, 46006, 204, 4, 70, "Output",ExpressionUUID->"bc684b18-0ba4-46a2-a8ae-40a8ac9f7ce2", CellID->1311434097] }, Open ]], Cell[CellGroupData[{ -Cell[2008617, 45900, 379, 10, 70, "Input",ExpressionUUID->"b143ce01-cfc6-4dc5-853c-53eaa511fe3a", +Cell[2012253, 46015, 379, 10, 70, "Input",ExpressionUUID->"b143ce01-cfc6-4dc5-853c-53eaa511fe3a", CellID->384322453], -Cell[2008999, 45912, 1046, 25, 70, "Output",ExpressionUUID->"5a7f71c0-d037-4000-85fa-056ee1639465", +Cell[2012635, 46027, 1046, 25, 70, "Output",ExpressionUUID->"5a7f71c0-d037-4000-85fa-056ee1639465", CellID->888658934] }, Open ]], -Cell[2010060, 45940, 978, 18, 70, "Text",ExpressionUUID->"a586412a-2388-4216-a490-4042693950d8", +Cell[2013696, 46055, 978, 18, 70, "Text",ExpressionUUID->"a586412a-2388-4216-a490-4042693950d8", CellID->1327271909], Cell[CellGroupData[{ -Cell[2011063, 45962, 445, 12, 70, "Input",ExpressionUUID->"77b1c4c8-1ba3-421f-88ca-a12b5b4adc11", +Cell[2014699, 46077, 445, 12, 70, "Input",ExpressionUUID->"77b1c4c8-1ba3-421f-88ca-a12b5b4adc11", CellID->1595696451], Cell[CellGroupData[{ -Cell[2011533, 45978, 312, 6, 70, "Print",ExpressionUUID->"acd3f4cc-c447-403d-b9e3-a1f523f2beca", +Cell[2015169, 46093, 312, 6, 70, "Print",ExpressionUUID->"acd3f4cc-c447-403d-b9e3-a1f523f2beca", CellID->1227017829], -Cell[2011848, 45986, 300, 6, 70, "Print",ExpressionUUID->"d19e5f0a-6e4b-4288-88fa-3f92a8bd5db8", +Cell[2015484, 46101, 300, 6, 70, "Print",ExpressionUUID->"d19e5f0a-6e4b-4288-88fa-3f92a8bd5db8", CellID->1494201265], -Cell[2012151, 45994, 208, 3, 70, "Print",ExpressionUUID->"f6d296df-237c-4dce-a4d6-4b15b825978a", +Cell[2015787, 46109, 208, 3, 70, "Print",ExpressionUUID->"f6d296df-237c-4dce-a4d6-4b15b825978a", CellID->1343128014], -Cell[2012362, 45999, 902, 22, 70, "Print",ExpressionUUID->"a4706d1b-5a87-44e1-ae1b-872e25f2bf95", +Cell[2015998, 46114, 902, 22, 70, "Print",ExpressionUUID->"a4706d1b-5a87-44e1-ae1b-872e25f2bf95", CellID->1604473963] }, Open ]], -Cell[2013279, 46024, 7401, 226, 70, "Output",ExpressionUUID->"e0f44a50-c485-400d-baec-3e3818bd6f07", +Cell[2016915, 46139, 7401, 226, 70, "Output",ExpressionUUID->"e0f44a50-c485-400d-baec-3e3818bd6f07", CellID->1227816968] }, Open ]], -Cell[2020695, 46253, 561, 15, 70, "Text",ExpressionUUID->"c9497fb3-7aca-4cea-945c-2fcd4135e631", +Cell[2024331, 46368, 561, 15, 70, "Text",ExpressionUUID->"c9497fb3-7aca-4cea-945c-2fcd4135e631", CellID->767257443], Cell[CellGroupData[{ -Cell[2021281, 46272, 208, 4, 70, "Input",ExpressionUUID->"1f40b284-ecea-4797-83f5-6297ef38aa62", +Cell[2024917, 46387, 208, 4, 70, "Input",ExpressionUUID->"1f40b284-ecea-4797-83f5-6297ef38aa62", CellID->377048825], -Cell[2021492, 46278, 318, 7, 70, "Output",ExpressionUUID->"11fd1b57-0a39-4956-8e45-2c1fffe5fba8", +Cell[2025128, 46393, 318, 7, 70, "Output",ExpressionUUID->"11fd1b57-0a39-4956-8e45-2c1fffe5fba8", CellID->1176119816] }, Open ]], Cell[CellGroupData[{ -Cell[2021847, 46290, 328, 8, 70, "Input",ExpressionUUID->"09e8f0ba-568f-44bb-8a6a-1fd9653b15f1", +Cell[2025483, 46405, 328, 8, 70, "Input",ExpressionUUID->"09e8f0ba-568f-44bb-8a6a-1fd9653b15f1", CellID->1573713404], Cell[CellGroupData[{ -Cell[2022200, 46302, 312, 6, 70, "Print",ExpressionUUID->"2ec33d24-600b-49ca-a742-6bf7f9df8ff3", +Cell[2025836, 46417, 312, 6, 70, "Print",ExpressionUUID->"2ec33d24-600b-49ca-a742-6bf7f9df8ff3", CellID->1118385747], -Cell[2022515, 46310, 300, 6, 70, "Print",ExpressionUUID->"29f1e8cc-40d5-416c-acb1-3a9d93938185", +Cell[2026151, 46425, 300, 6, 70, "Print",ExpressionUUID->"29f1e8cc-40d5-416c-acb1-3a9d93938185", CellID->1549689763], -Cell[2022818, 46318, 208, 3, 70, "Print",ExpressionUUID->"5611f436-6477-4229-a9f0-be0663b83b64", +Cell[2026454, 46433, 208, 3, 70, "Print",ExpressionUUID->"5611f436-6477-4229-a9f0-be0663b83b64", CellID->1116740098], -Cell[2023029, 46323, 901, 22, 70, "Print",ExpressionUUID->"c7102a62-2648-4f5e-8645-bf27f5f49e72", +Cell[2026665, 46438, 901, 22, 70, "Print",ExpressionUUID->"c7102a62-2648-4f5e-8645-bf27f5f49e72", CellID->781341923] }, Open ]], -Cell[2023945, 46348, 2295, 69, 70, "Output",ExpressionUUID->"009639e4-6d60-4b27-8127-969d62f8e74c", +Cell[2027581, 46463, 2295, 69, 70, "Output",ExpressionUUID->"009639e4-6d60-4b27-8127-969d62f8e74c", CellID->355685748] }, Open ]], -Cell[2026255, 46420, 139, 1, 70, "Text",ExpressionUUID->"4f1c3711-0ce6-4980-a713-35387b45bcf7", +Cell[2029891, 46535, 139, 1, 70, "Text",ExpressionUUID->"4f1c3711-0ce6-4980-a713-35387b45bcf7", CellID->396966091], Cell[CellGroupData[{ -Cell[2026419, 46425, 208, 4, 70, "Input",ExpressionUUID->"6ca1edbf-8e05-4cc3-9fcb-54d7a69b3dcb", +Cell[2030055, 46540, 208, 4, 70, "Input",ExpressionUUID->"6ca1edbf-8e05-4cc3-9fcb-54d7a69b3dcb", CellID->474004050], -Cell[2026630, 46431, 318, 7, 70, "Output",ExpressionUUID->"f2a986ea-e114-4a33-ac0a-ff5ab5999c84", +Cell[2030266, 46546, 318, 7, 70, "Output",ExpressionUUID->"f2a986ea-e114-4a33-ac0a-ff5ab5999c84", CellID->2047171431] }, Open ]], -Cell[2026963, 46441, 791, 15, 70, "Text",ExpressionUUID->"d602ab0a-9922-4c47-99ee-909a835c1f72", +Cell[2030599, 46556, 791, 15, 70, "Text",ExpressionUUID->"d602ab0a-9922-4c47-99ee-909a835c1f72", CellID->1335934659], Cell[CellGroupData[{ -Cell[2027779, 46460, 201, 4, 70, "Input",ExpressionUUID->"16ff2a67-8e9a-4f27-bc33-e6453042fc7a", +Cell[2031415, 46575, 201, 4, 70, "Input",ExpressionUUID->"16ff2a67-8e9a-4f27-bc33-e6453042fc7a", CellID->1017254539], -Cell[2027983, 46466, 493, 9, 70, "Output",ExpressionUUID->"0079b181-44bf-408d-93e4-20fa0a339e80", +Cell[2031619, 46581, 493, 9, 70, "Output",ExpressionUUID->"0079b181-44bf-408d-93e4-20fa0a339e80", CellID->1043226893] }, Open ]], -Cell[2028491, 46478, 294, 8, 70, "Input",ExpressionUUID->"f3a83d46-8c30-4bba-9a6d-858fa52ae76c", +Cell[2032127, 46593, 294, 8, 70, "Input",ExpressionUUID->"f3a83d46-8c30-4bba-9a6d-858fa52ae76c", CellID->98276684], -Cell[2028788, 46488, 118, 1, 70, "Text",ExpressionUUID->"09825525-99b9-42ba-a451-42edfb8442d1", +Cell[2032424, 46603, 118, 1, 70, "Text",ExpressionUUID->"09825525-99b9-42ba-a451-42edfb8442d1", CellID->88736267], Cell[CellGroupData[{ -Cell[2028931, 46493, 174, 3, 70, "Input",ExpressionUUID->"c0e6c705-5c9c-43c3-9caf-8393a3c2296b", +Cell[2032567, 46608, 174, 3, 70, "Input",ExpressionUUID->"c0e6c705-5c9c-43c3-9caf-8393a3c2296b", CellID->1371897628], -Cell[2029108, 46498, 313, 9, 70, "Output",ExpressionUUID->"59e7ea64-41f9-457c-9a6a-591cd234b3d5", +Cell[2032744, 46613, 313, 9, 70, "Output",ExpressionUUID->"59e7ea64-41f9-457c-9a6a-591cd234b3d5", CellID->971241894] }, Open ]], Cell[CellGroupData[{ -Cell[2029458, 46512, 131, 2, 70, "Input",ExpressionUUID->"f3c0ff22-b712-4068-91bb-fede4dbe7ec1", +Cell[2033094, 46627, 131, 2, 70, "Input",ExpressionUUID->"f3c0ff22-b712-4068-91bb-fede4dbe7ec1", CellID->1633931562], -Cell[2029592, 46516, 204, 4, 70, "Output",ExpressionUUID->"b06e8c91-7e1b-4b0e-9093-ac7e1262550b", +Cell[2033228, 46631, 204, 4, 70, "Output",ExpressionUUID->"b06e8c91-7e1b-4b0e-9093-ac7e1262550b", CellID->1255820253] }, Open ]], -Cell[2029811, 46523, 145, 1, 70, "Text",ExpressionUUID->"2a6ea6d9-3c93-4e5f-94f7-29ab26b37349", +Cell[2033447, 46638, 145, 1, 70, "Text",ExpressionUUID->"2a6ea6d9-3c93-4e5f-94f7-29ab26b37349", CellID->135192343], Cell[CellGroupData[{ -Cell[2029981, 46528, 178, 3, 70, "Input",ExpressionUUID->"e2a77d8d-1e6b-472d-af6a-9ee35e7cba5f", +Cell[2033617, 46643, 178, 3, 70, "Input",ExpressionUUID->"e2a77d8d-1e6b-472d-af6a-9ee35e7cba5f", CellID->2018254015], -Cell[2030162, 46533, 133, 2, 70, "Output",ExpressionUUID->"62d04b22-2fbf-43b0-8279-159184ffc166", +Cell[2033798, 46648, 133, 2, 70, "Output",ExpressionUUID->"62d04b22-2fbf-43b0-8279-159184ffc166", CellID->2144479187] }, Open ]], Cell[CellGroupData[{ -Cell[2030332, 46540, 410, 10, 70, "Input",ExpressionUUID->"ba0e7b2b-bca1-4544-bf37-5c0d3d315dd8", +Cell[2033968, 46655, 410, 10, 70, "Input",ExpressionUUID->"ba0e7b2b-bca1-4544-bf37-5c0d3d315dd8", CellID->1462464252], Cell[CellGroupData[{ -Cell[2030767, 46554, 312, 6, 70, "Print",ExpressionUUID->"1a6212a2-444d-47cb-b84b-f19b57d998f3", +Cell[2034403, 46669, 312, 6, 70, "Print",ExpressionUUID->"1a6212a2-444d-47cb-b84b-f19b57d998f3", CellID->1466466819], -Cell[2031082, 46562, 302, 6, 70, "Print",ExpressionUUID->"c2c8b8a0-ff6a-4371-986f-256e10be5cc4", +Cell[2034718, 46677, 302, 6, 70, "Print",ExpressionUUID->"c2c8b8a0-ff6a-4371-986f-256e10be5cc4", CellID->1224013369], -Cell[2031387, 46570, 200, 2, 70, "Print",ExpressionUUID->"dbb1397c-fd5f-40cc-a567-f143eb00378a", +Cell[2035023, 46685, 200, 2, 70, "Print",ExpressionUUID->"dbb1397c-fd5f-40cc-a567-f143eb00378a", CellID->809181869], -Cell[2031590, 46574, 1101, 29, 70, "Print",ExpressionUUID->"88882b8e-8876-4cc4-94c7-1acd30032ff6", +Cell[2035226, 46689, 1101, 29, 70, "Print",ExpressionUUID->"88882b8e-8876-4cc4-94c7-1acd30032ff6", CellID->662111185] }, Open ]], -Cell[2032706, 46606, 2079, 61, 70, "Output",ExpressionUUID->"f7be418b-0a88-4209-a088-8b0738114f53", +Cell[2036342, 46721, 2079, 61, 70, "Output",ExpressionUUID->"f7be418b-0a88-4209-a088-8b0738114f53", CellID->681003684] }, Open ]], -Cell[2034800, 46670, 369, 7, 70, "Text",ExpressionUUID->"df4b8530-7ef4-4ba9-b744-98315ed7768c", +Cell[2038436, 46785, 369, 7, 70, "Text",ExpressionUUID->"df4b8530-7ef4-4ba9-b744-98315ed7768c", CellID->2036998837], Cell[CellGroupData[{ -Cell[2035194, 46681, 210, 4, 70, "Input",ExpressionUUID->"efb8cee9-a296-45de-9377-32dc48268add", +Cell[2038830, 46796, 210, 4, 70, "Input",ExpressionUUID->"efb8cee9-a296-45de-9377-32dc48268add", CellID->1429368628], -Cell[2035407, 46687, 318, 7, 70, "Output",ExpressionUUID->"9c2ce9df-b422-406d-b497-70b1ae190f36", +Cell[2039043, 46802, 318, 7, 70, "Output",ExpressionUUID->"9c2ce9df-b422-406d-b497-70b1ae190f36", CellID->1058052509] }, Open ]], Cell[CellGroupData[{ -Cell[2035762, 46699, 164, 3, 70, "Input",ExpressionUUID->"87c1ed9e-88db-4be5-9294-dea20499f256", +Cell[2039398, 46814, 164, 3, 70, "Input",ExpressionUUID->"87c1ed9e-88db-4be5-9294-dea20499f256", CellID->1065635006], -Cell[2035929, 46704, 247, 6, 70, "Output",ExpressionUUID->"1ad75059-e43a-4c9a-ab17-567a61e5e3bc", +Cell[2039565, 46819, 247, 6, 70, "Output",ExpressionUUID->"1ad75059-e43a-4c9a-ab17-567a61e5e3bc", CellID->855598385] }, Open ]], -Cell[2036191, 46713, 161, 3, 70, "Text",ExpressionUUID->"db2bb453-38ce-46a2-9e2a-49fd6a5b476d", +Cell[2039827, 46828, 161, 3, 70, "Text",ExpressionUUID->"db2bb453-38ce-46a2-9e2a-49fd6a5b476d", CellID->28954609], Cell[CellGroupData[{ -Cell[2036377, 46720, 133, 2, 70, "Input",ExpressionUUID->"5b05036c-fa33-4c01-bf49-4099aba4f787", +Cell[2040013, 46835, 133, 2, 70, "Input",ExpressionUUID->"5b05036c-fa33-4c01-bf49-4099aba4f787", CellID->467841121], -Cell[2036513, 46724, 3363, 110, 70, "Output",ExpressionUUID->"1e2d34e5-1629-4f04-a5d2-50946ae0b121", +Cell[2040149, 46839, 3363, 110, 70, "Output",ExpressionUUID->"1e2d34e5-1629-4f04-a5d2-50946ae0b121", CellID->1972338483] }, Open ]], -Cell[2039891, 46837, 144, 1, 70, "Text",ExpressionUUID->"7472e053-95ff-4863-8ece-5207af2b64d5", +Cell[2043527, 46952, 144, 1, 70, "Text",ExpressionUUID->"7472e053-95ff-4863-8ece-5207af2b64d5", CellID->810296532], Cell[CellGroupData[{ -Cell[2040060, 46842, 317, 8, 70, "Input",ExpressionUUID->"58b83493-dc75-4bf9-b5af-db7c7c593cca", +Cell[2043696, 46957, 317, 8, 70, "Input",ExpressionUUID->"58b83493-dc75-4bf9-b5af-db7c7c593cca", CellID->823526870], -Cell[2040380, 46852, 247, 6, 70, "Output",ExpressionUUID->"bbfa6d50-7e11-41ff-88b1-ce13bb38b380", +Cell[2044016, 46967, 247, 6, 70, "Output",ExpressionUUID->"bbfa6d50-7e11-41ff-88b1-ce13bb38b380", CellID->221820926] }, Open ]], -Cell[2040642, 46861, 197, 4, 70, "Text",ExpressionUUID->"4e276bb3-024d-4f86-8240-30571642a9e6", +Cell[2044278, 46976, 197, 4, 70, "Text",ExpressionUUID->"4e276bb3-024d-4f86-8240-30571642a9e6", CellID->1284300582], -Cell[2040842, 46867, 296, 8, 70, "Input",ExpressionUUID->"cdabf946-e797-4eb7-90e9-f1a3cd3441b0", +Cell[2044478, 46982, 296, 8, 70, "Input",ExpressionUUID->"cdabf946-e797-4eb7-90e9-f1a3cd3441b0", CellID->723214653], Cell[CellGroupData[{ -Cell[2041163, 46879, 266, 6, 70, "Input",ExpressionUUID->"039de358-cab6-4b16-9035-8bbb5db02e38", +Cell[2044799, 46994, 266, 6, 70, "Input",ExpressionUUID->"039de358-cab6-4b16-9035-8bbb5db02e38", CellID->1557755585], -Cell[2041432, 46887, 273, 7, 70, "Output",ExpressionUUID->"5bb86b90-ca0f-4dac-9470-f0cdd3202c47", +Cell[2045068, 47002, 273, 7, 70, "Output",ExpressionUUID->"5bb86b90-ca0f-4dac-9470-f0cdd3202c47", CellID->154071474] }, Open ]], Cell[CellGroupData[{ -Cell[2041742, 46899, 210, 4, 70, "Input",ExpressionUUID->"accd5517-7f9b-47f1-9f42-1484e9348ab8", +Cell[2045378, 47014, 210, 4, 70, "Input",ExpressionUUID->"accd5517-7f9b-47f1-9f42-1484e9348ab8", CellID->1766441546], -Cell[2041955, 46905, 154, 3, 70, "Output",ExpressionUUID->"a0143b56-5681-459e-98f1-c9e403a5b077", +Cell[2045591, 47020, 154, 3, 70, "Output",ExpressionUUID->"a0143b56-5681-459e-98f1-c9e403a5b077", CellID->1656032269] }, Open ]], Cell[CellGroupData[{ -Cell[2042146, 46913, 266, 6, 70, "Input",ExpressionUUID->"1c5952c9-8b39-466f-9358-c2b405c799b6", +Cell[2045782, 47028, 266, 6, 70, "Input",ExpressionUUID->"1c5952c9-8b39-466f-9358-c2b405c799b6", CellID->242807741], -Cell[2042415, 46921, 230, 6, 70, "Output",ExpressionUUID->"ea5cb270-afd1-4b13-8676-0b6b85330fed", +Cell[2046051, 47036, 230, 6, 70, "Output",ExpressionUUID->"ea5cb270-afd1-4b13-8676-0b6b85330fed", CellID->990855526] }, Open ]], Cell[CellGroupData[{ -Cell[2042682, 46932, 266, 6, 70, "Input",ExpressionUUID->"0f720f2c-2b4a-43cd-b5b9-443232a1b608", +Cell[2046318, 47047, 266, 6, 70, "Input",ExpressionUUID->"0f720f2c-2b4a-43cd-b5b9-443232a1b608", CellID->479790515], -Cell[2042951, 46940, 231, 6, 70, "Output",ExpressionUUID->"fd037488-42d5-455f-9437-bd54b7574d59", +Cell[2046587, 47055, 231, 6, 70, "Output",ExpressionUUID->"fd037488-42d5-455f-9437-bd54b7574d59", CellID->1876739303] }, Open ]], -Cell[2043197, 46949, 182, 4, 70, "Text",ExpressionUUID->"54896368-bf14-4032-b5b1-db043eb97352", +Cell[2046833, 47064, 182, 4, 70, "Text",ExpressionUUID->"54896368-bf14-4032-b5b1-db043eb97352", CellID->99192131], Cell[CellGroupData[{ -Cell[2043404, 46957, 211, 4, 70, "Input",ExpressionUUID->"de08d0c0-00ae-408b-8418-152d6f00d298", +Cell[2047040, 47072, 211, 4, 70, "Input",ExpressionUUID->"de08d0c0-00ae-408b-8418-152d6f00d298", CellID->614982858], -Cell[2043618, 46963, 154, 3, 70, "Output",ExpressionUUID->"fb81b3ec-80a0-46e2-ae6a-80f846a831ed", +Cell[2047254, 47078, 154, 3, 70, "Output",ExpressionUUID->"fb81b3ec-80a0-46e2-ae6a-80f846a831ed", CellID->1747509670] }, Open ]], -Cell[2043787, 46969, 231, 5, 70, "Text",ExpressionUUID->"685c25df-a5bf-4ee4-9e8d-de2798068340", +Cell[2047423, 47084, 231, 5, 70, "Text",ExpressionUUID->"685c25df-a5bf-4ee4-9e8d-de2798068340", CellID->96187670], Cell[CellGroupData[{ -Cell[2044043, 46978, 269, 5, 70, "Input",ExpressionUUID->"72aacaf0-f822-4620-a064-8c8f2aee05b2", +Cell[2047679, 47093, 269, 5, 70, "Input",ExpressionUUID->"72aacaf0-f822-4620-a064-8c8f2aee05b2", CellID->2077447110], -Cell[2044315, 46985, 90679, 2625, 70, "Output",ExpressionUUID->"81d651de-6c7b-4306-b2cf-e0007c4a7acb", +Cell[2047951, 47100, 90679, 2625, 70, "Output",ExpressionUUID->"81d651de-6c7b-4306-b2cf-e0007c4a7acb", CellID->1066492841] }, Open ]], -Cell[2135009, 49613, 236, 5, 70, "Text",ExpressionUUID->"9baf5f59-6226-407b-af97-b22f5df583bf", +Cell[2138645, 49728, 236, 5, 70, "Text",ExpressionUUID->"9baf5f59-6226-407b-af97-b22f5df583bf", CellID->1320201039], Cell[CellGroupData[{ -Cell[2135270, 49622, 219, 4, 70, "Input",ExpressionUUID->"f49472c7-7ed0-4fff-8a7f-c88575291053", +Cell[2138906, 49737, 219, 4, 70, "Input",ExpressionUUID->"f49472c7-7ed0-4fff-8a7f-c88575291053", CellID->739145331], -Cell[2135492, 49628, 642, 19, 70, "Output",ExpressionUUID->"c1d6d7b6-3793-4643-a52c-624ef63b8f6a", +Cell[2139128, 49743, 642, 19, 70, "Output",ExpressionUUID->"c1d6d7b6-3793-4643-a52c-624ef63b8f6a", CellID->1728604026] }, Open ]], Cell[CellGroupData[{ -Cell[2136171, 49652, 220, 4, 70, "Input",ExpressionUUID->"a520e8a1-6e8c-482f-871b-371ba2189b4e", +Cell[2139807, 49767, 220, 4, 70, "Input",ExpressionUUID->"a520e8a1-6e8c-482f-871b-371ba2189b4e", CellID->2001204723], -Cell[2136394, 49658, 622, 18, 70, "Output",ExpressionUUID->"02f9fc22-1924-4d06-8590-3758870a2265", +Cell[2140030, 49773, 622, 18, 70, "Output",ExpressionUUID->"02f9fc22-1924-4d06-8590-3758870a2265", CellID->628660521] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[2137065, 49682, 245, 5, 70, "Subsubsection",ExpressionUUID->"6f6649bf-657a-4239-85e0-9cb480d9085d", +Cell[2140701, 49797, 245, 5, 70, "Subsubsection",ExpressionUUID->"6f6649bf-657a-4239-85e0-9cb480d9085d", CellTags->"Unanimity Coordinates", CellID->1010489007], -Cell[2137313, 49689, 512, 13, 70, "Text",ExpressionUUID->"842ce7dc-f9cd-426f-9d3a-d81af6a1a181", +Cell[2140949, 49804, 512, 13, 70, "Text",ExpressionUUID->"842ce7dc-f9cd-426f-9d3a-d81af6a1a181", CellID->911773585], -Cell[2137828, 49704, 659, 13, 70, "Input",ExpressionUUID->"03292ea1-3d93-4393-8be6-95320edb8132", +Cell[2141464, 49819, 659, 13, 70, "Input",ExpressionUUID->"03292ea1-3d93-4393-8be6-95320edb8132", CellID->1694295527], -Cell[2138490, 49719, 115, 1, 70, "Text",ExpressionUUID->"445467be-ea8b-4249-b4c9-932b3b80fa17", +Cell[2142126, 49834, 115, 1, 70, "Text",ExpressionUUID->"445467be-ea8b-4249-b4c9-932b3b80fa17", CellID->1866087392], -Cell[2138608, 49722, 344, 9, 70, "Input",ExpressionUUID->"c48ab891-ad95-415f-8e55-2aa0c9b430a8", +Cell[2142244, 49837, 344, 9, 70, "Input",ExpressionUUID->"c48ab891-ad95-415f-8e55-2aa0c9b430a8", CellID->940728194], -Cell[2138955, 49733, 253, 7, 70, "Text",ExpressionUUID->"17267a06-abc5-419e-9d6d-29d4f44a2bdd", +Cell[2142591, 49848, 253, 7, 70, "Text",ExpressionUUID->"17267a06-abc5-419e-9d6d-29d4f44a2bdd", CellID->14653000], Cell[CellGroupData[{ -Cell[2139233, 49744, 181, 3, 70, "Input",ExpressionUUID->"ab4d7414-2303-4188-add4-936cfe340280", +Cell[2142869, 49859, 181, 3, 70, "Input",ExpressionUUID->"ab4d7414-2303-4188-add4-936cfe340280", CellID->1690942227], -Cell[2139417, 49749, 954, 18, 70, "Output",ExpressionUUID->"f7785680-f6aa-44c9-8b61-e2fe9a925508", +Cell[2143053, 49864, 954, 18, 70, "Output",ExpressionUUID->"f7785680-f6aa-44c9-8b61-e2fe9a925508", CellID->1751024726] }, Open ]], -Cell[2140386, 49770, 188, 4, 70, "Text",ExpressionUUID->"9f0f7d81-1509-4ff4-b9a5-a753edd29a9d", +Cell[2144022, 49885, 188, 4, 70, "Text",ExpressionUUID->"9f0f7d81-1509-4ff4-b9a5-a753edd29a9d", CellID->838179870], Cell[CellGroupData[{ -Cell[2140599, 49778, 184, 3, 70, "Input",ExpressionUUID->"c0e67a8f-0e61-46f2-aed0-a7306be0a7ca", +Cell[2144235, 49893, 184, 3, 70, "Input",ExpressionUUID->"c0e67a8f-0e61-46f2-aed0-a7306be0a7ca", CellID->1912763154], -Cell[2140786, 49783, 300, 7, 70, "Output",ExpressionUUID->"980b441c-bee7-45cb-878b-0e8f4f31afd7", +Cell[2144422, 49898, 300, 7, 70, "Output",ExpressionUUID->"980b441c-bee7-45cb-878b-0e8f4f31afd7", CellID->887841660] }, Open ]], -Cell[2141101, 49793, 593, 14, 70, "Text",ExpressionUUID->"8e581530-e44f-46a7-92a5-eba7759c1c35", +Cell[2144737, 49908, 593, 14, 70, "Text",ExpressionUUID->"8e581530-e44f-46a7-92a5-eba7759c1c35", CellTags->"(1995)", CellID->1561394523], -Cell[2141697, 49809, 700, 23, 70, "Text",ExpressionUUID->"2f475d43-bdb9-4df4-a614-351cedb9a08f", +Cell[2145333, 49924, 700, 23, 70, "Text",ExpressionUUID->"2f475d43-bdb9-4df4-a614-351cedb9a08f", CellTags->"(1995)", CellID->1323035091], -Cell[2142400, 49834, 264, 7, 70, "Text",ExpressionUUID->"33028fb5-bca0-425c-bc46-688c51712d77", +Cell[2146036, 49949, 264, 7, 70, "Text",ExpressionUUID->"33028fb5-bca0-425c-bc46-688c51712d77", CellTags->"(1995)", CellID->1041913134], -Cell[2142667, 49843, 1141, 40, 70, "Text",ExpressionUUID->"ea0ab4b9-f4b4-4847-972f-914ffd6385af", +Cell[2146303, 49958, 1141, 40, 70, "Text",ExpressionUUID->"ea0ab4b9-f4b4-4847-972f-914ffd6385af", CellTags->"(1995)", CellID->1180352421], Cell[CellGroupData[{ -Cell[2143833, 49887, 175, 3, 70, "Input",ExpressionUUID->"00fe9f38-43d5-4843-a287-439993830c4a", +Cell[2147469, 50002, 175, 3, 70, "Input",ExpressionUUID->"00fe9f38-43d5-4843-a287-439993830c4a", CellID->831583713], -Cell[2144011, 49892, 259, 6, 70, "Output",ExpressionUUID->"58519767-285d-4cc5-99cb-90431361ba7e", +Cell[2147647, 50007, 259, 6, 70, "Output",ExpressionUUID->"58519767-285d-4cc5-99cb-90431361ba7e", CellID->1284720875] }, Open ]], -Cell[2144285, 49901, 428, 8, 70, "Text",ExpressionUUID->"42d92498-6f10-4625-8631-92d3132c6327", +Cell[2147921, 50016, 428, 8, 70, "Text",ExpressionUUID->"42d92498-6f10-4625-8631-92d3132c6327", CellID->23724299], Cell[CellGroupData[{ -Cell[2144738, 49913, 181, 3, 70, "Input",ExpressionUUID->"2cae4161-c821-4589-8374-d2992589d292", +Cell[2148374, 50028, 181, 3, 70, "Input",ExpressionUUID->"2cae4161-c821-4589-8374-d2992589d292", CellID->1311374228], -Cell[2144922, 49918, 132, 2, 70, "Output",ExpressionUUID->"1b99a8bb-8027-4524-b62f-69d579688726", +Cell[2148558, 50033, 132, 2, 70, "Output",ExpressionUUID->"1b99a8bb-8027-4524-b62f-69d579688726", CellID->1013976530] }, Open ]], Cell[CellGroupData[{ -Cell[2145091, 49925, 188, 3, 70, "Input",ExpressionUUID->"317c5285-e609-457c-86b1-492ee85dccd9", +Cell[2148727, 50040, 188, 3, 70, "Input",ExpressionUUID->"317c5285-e609-457c-86b1-492ee85dccd9", CellID->122916430], -Cell[2145282, 49930, 132, 2, 70, "Output",ExpressionUUID->"e331c1ec-69e6-427f-80ad-8d52fb439a53", +Cell[2148918, 50045, 132, 2, 70, "Output",ExpressionUUID->"e331c1ec-69e6-427f-80ad-8d52fb439a53", CellID->1926357087] }, Open ]], Cell[CellGroupData[{ -Cell[2145451, 49937, 167, 3, 70, "Input",ExpressionUUID->"c1ee7de8-0f89-406d-9ee7-d7e509ffb9c5", +Cell[2149087, 50052, 167, 3, 70, "Input",ExpressionUUID->"c1ee7de8-0f89-406d-9ee7-d7e509ffb9c5", CellID->614002553], -Cell[2145621, 49942, 131, 2, 70, "Output",ExpressionUUID->"c6bb3d53-e8b1-4442-a94d-fa05a51f963c", +Cell[2149257, 50057, 131, 2, 70, "Output",ExpressionUUID->"c6bb3d53-e8b1-4442-a94d-fa05a51f963c", CellID->219104101] }, Open ]], -Cell[2145767, 49947, 572, 13, 70, "Text",ExpressionUUID->"583ccab9-3157-4a18-94c6-2d81d710cb14", +Cell[2149403, 50062, 572, 13, 70, "Text",ExpressionUUID->"583ccab9-3157-4a18-94c6-2d81d710cb14", CellID->1856320549], Cell[CellGroupData[{ -Cell[2146364, 49964, 184, 3, 70, "Input",ExpressionUUID->"c12401bc-8fe4-43d0-8e21-1975b81a4ba4", +Cell[2150000, 50079, 184, 3, 70, "Input",ExpressionUUID->"c12401bc-8fe4-43d0-8e21-1975b81a4ba4", CellID->1680495394], -Cell[2146551, 49969, 195, 4, 70, "Output",ExpressionUUID->"3ba4784b-fcb8-42bb-af37-781fc35d1ccd", +Cell[2150187, 50084, 195, 4, 70, "Output",ExpressionUUID->"3ba4784b-fcb8-42bb-af37-781fc35d1ccd", CellID->1539305140] }, Open ]], Cell[CellGroupData[{ -Cell[2146783, 49978, 175, 3, 70, "Input",ExpressionUUID->"ba9c3263-0213-498c-ac33-47e2e49c7c79", +Cell[2150419, 50093, 175, 3, 70, "Input",ExpressionUUID->"ba9c3263-0213-498c-ac33-47e2e49c7c79", CellID->447982233], Cell[CellGroupData[{ -Cell[2146983, 49985, 196, 2, 70, "Print",ExpressionUUID->"b13e7ba8-4305-4efb-87fd-a0a3d5e32f84", +Cell[2150619, 50100, 196, 2, 70, "Print",ExpressionUUID->"b13e7ba8-4305-4efb-87fd-a0a3d5e32f84", CellID->1261615773], -Cell[2147182, 49989, 171, 2, 70, "Print",ExpressionUUID->"8e4523ee-bd9e-41e1-9c5f-646f939d874e", +Cell[2150818, 50104, 171, 2, 70, "Print",ExpressionUUID->"8e4523ee-bd9e-41e1-9c5f-646f939d874e", CellID->1393026216], -Cell[2147356, 49993, 194, 2, 70, "Print",ExpressionUUID->"fecea8fe-2402-45c1-ad10-789fba6a6762", +Cell[2150992, 50108, 194, 2, 70, "Print",ExpressionUUID->"fecea8fe-2402-45c1-ad10-789fba6a6762", CellID->1076642754] }, Open ]], -Cell[2147565, 49998, 194, 4, 70, "Output",ExpressionUUID->"0f4e601f-ca56-4fea-8518-ff0cbf40ed41", +Cell[2151201, 50113, 194, 4, 70, "Output",ExpressionUUID->"0f4e601f-ca56-4fea-8518-ff0cbf40ed41", CellID->124621132] }, Open ]], -Cell[2147774, 50005, 109, 1, 70, "Text",ExpressionUUID->"a67beee4-1807-4b38-86da-1c1ea9a585fe", +Cell[2151410, 50120, 109, 1, 70, "Text",ExpressionUUID->"a67beee4-1807-4b38-86da-1c1ea9a585fe", CellID->157316153], Cell[CellGroupData[{ -Cell[2147908, 50010, 183, 3, 70, "Input",ExpressionUUID->"282b0b5e-f269-4897-9fe1-287584700325", +Cell[2151544, 50125, 183, 3, 70, "Input",ExpressionUUID->"282b0b5e-f269-4897-9fe1-287584700325", CellID->623454633], -Cell[2148094, 50015, 317, 9, 70, "Output",ExpressionUUID->"898da8f5-c3fe-4fc7-af3b-376b1ae2586f", +Cell[2151730, 50130, 317, 9, 70, "Output",ExpressionUUID->"898da8f5-c3fe-4fc7-af3b-376b1ae2586f", CellID->1990708524] }, Open ]], Cell[CellGroupData[{ -Cell[2148448, 50029, 176, 3, 70, "Input",ExpressionUUID->"ea956cc6-bff1-4598-b064-46790d3a3a1d", +Cell[2152084, 50144, 176, 3, 70, "Input",ExpressionUUID->"ea956cc6-bff1-4598-b064-46790d3a3a1d", CellID->1098044347], Cell[CellGroupData[{ -Cell[2148649, 50036, 402, 8, 70, "Print",ExpressionUUID->"d3db7ea8-a289-4f9d-81c6-20d56f2b53dc", +Cell[2152285, 50151, 402, 8, 70, "Print",ExpressionUUID->"d3db7ea8-a289-4f9d-81c6-20d56f2b53dc", CellID->638107633], -Cell[2149054, 50046, 308, 6, 70, "Print",ExpressionUUID->"2809939a-3d49-45db-9c6e-74fd41db9018", +Cell[2152690, 50161, 308, 6, 70, "Print",ExpressionUUID->"2809939a-3d49-45db-9c6e-74fd41db9018", CellID->1534167103], -Cell[2149365, 50054, 321, 8, 70, "Print",ExpressionUUID->"096f6aaa-6e34-4031-9990-79b07bb6f184", +Cell[2153001, 50169, 321, 8, 70, "Print",ExpressionUUID->"096f6aaa-6e34-4031-9990-79b07bb6f184", CellID->701585425], -Cell[2149689, 50064, 215, 3, 70, "Print",ExpressionUUID->"30d34cfb-51b2-4572-9601-53a01db5f07f", +Cell[2153325, 50179, 215, 3, 70, "Print",ExpressionUUID->"30d34cfb-51b2-4572-9601-53a01db5f07f", CellID->1476287504], -Cell[2149907, 50069, 194, 2, 70, "Print",ExpressionUUID->"b135f533-3006-479d-b4bb-ca8be32908b0", +Cell[2153543, 50184, 194, 2, 70, "Print",ExpressionUUID->"b135f533-3006-479d-b4bb-ca8be32908b0", CellID->1299446609] }, Open ]], -Cell[2150116, 50074, 317, 9, 70, "Output",ExpressionUUID->"b4f84827-19fc-42bf-bdd2-6716e111fbd9", +Cell[2153752, 50189, 317, 9, 70, "Output",ExpressionUUID->"b4f84827-19fc-42bf-bdd2-6716e111fbd9", CellID->1589427085] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[2150494, 50090, 218, 4, 70, "Section",ExpressionUUID->"9a0ef5d5-59e9-4680-9b5e-48cd11ed57f9", +Cell[2154130, 50205, 218, 4, 70, "Section",ExpressionUUID->"9a0ef5d5-59e9-4680-9b5e-48cd11ed57f9", CellTags->"5", CellID->474998053], -Cell[2150715, 50096, 944, 25, 70, "Text",ExpressionUUID->"8a541b46-2e33-4618-9d07-cb70c1b3648d", +Cell[2154351, 50211, 944, 25, 70, "Text",ExpressionUUID->"8a541b46-2e33-4618-9d07-cb70c1b3648d", CellID->483856572], -Cell[2151662, 50123, 225, 4, 70, "Text",ExpressionUUID->"37af92bd-ab06-40a4-89ab-f7932da9fea1", +Cell[2155298, 50238, 225, 4, 70, "Text",ExpressionUUID->"37af92bd-ab06-40a4-89ab-f7932da9fea1", CellID->2070550801], Cell[CellGroupData[{ -Cell[2151912, 50131, 342, 9, 70, "Input",ExpressionUUID->"8fdcbd7a-54f3-464a-bde8-703ae249b8ae", +Cell[2155548, 50246, 342, 9, 70, "Input",ExpressionUUID->"8fdcbd7a-54f3-464a-bde8-703ae249b8ae", CellID->1306581766], -Cell[2152257, 50142, 2289, 58, 70, "Output",ExpressionUUID->"2b728f4b-912b-4dd3-a718-9e16554b3551", +Cell[2155893, 50257, 2289, 58, 70, "Output",ExpressionUUID->"2b728f4b-912b-4dd3-a718-9e16554b3551", CellID->1768577447] }, Open ]], -Cell[2154561, 50203, 361, 10, 70, "Text",ExpressionUUID->"82036c44-f44f-4f3f-befd-b31a3f1c9aaa", +Cell[2158197, 50318, 361, 10, 70, "Text",ExpressionUUID->"82036c44-f44f-4f3f-befd-b31a3f1c9aaa", CellID->2094275100], -Cell[2154925, 50215, 227, 6, 70, "Text",ExpressionUUID->"b8d18ebf-f5eb-493e-ad3d-9efaaf017a4e", +Cell[2158561, 50330, 227, 6, 70, "Text",ExpressionUUID->"b8d18ebf-f5eb-493e-ad3d-9efaaf017a4e", CellID->470472346], Cell[CellGroupData[{ -Cell[2155177, 50225, 294, 7, 70, "Input",ExpressionUUID->"8d8b0997-d789-4026-9b81-9d71be51e1e5", +Cell[2158813, 50340, 294, 7, 70, "Input",ExpressionUUID->"8d8b0997-d789-4026-9b81-9d71be51e1e5", CellID->635070330], -Cell[2155474, 50234, 890, 23, 70, "Output",ExpressionUUID->"9da0084a-fa62-406a-a07d-5b08928620f1", +Cell[2159110, 50349, 890, 23, 70, "Output",ExpressionUUID->"9da0084a-fa62-406a-a07d-5b08928620f1", CellID->69707883] }, Open ]], -Cell[2156379, 50260, 143, 1, 70, "Text",ExpressionUUID->"e92cc0c6-948f-436f-88fd-00a51c2deec9", +Cell[2160015, 50375, 143, 1, 70, "Text",ExpressionUUID->"e92cc0c6-948f-436f-88fd-00a51c2deec9", CellID->249345785], Cell[CellGroupData[{ -Cell[2156547, 50265, 298, 7, 70, "Input",ExpressionUUID->"2a2b90f6-bb4f-4b06-a441-7342cfabf562", +Cell[2160183, 50380, 298, 7, 70, "Input",ExpressionUUID->"2a2b90f6-bb4f-4b06-a441-7342cfabf562", CellID->1249072883], -Cell[2156848, 50274, 891, 23, 70, "Output",ExpressionUUID->"59c55d7e-192c-44b7-8ca5-18d12754a097", +Cell[2160484, 50389, 891, 23, 70, "Output",ExpressionUUID->"59c55d7e-192c-44b7-8ca5-18d12754a097", CellID->288811984] }, Open ]], -Cell[2157754, 50300, 173, 3, 70, "Text",ExpressionUUID->"1a079bde-d57d-432d-86db-f4033729a9f4", +Cell[2161390, 50415, 173, 3, 70, "Text",ExpressionUUID->"1a079bde-d57d-432d-86db-f4033729a9f4", CellID->2105666335], Cell[CellGroupData[{ -Cell[2157952, 50307, 200, 4, 70, "Input",ExpressionUUID->"a63c20e1-fc53-4d22-826a-d126d6a78612", +Cell[2161588, 50422, 200, 4, 70, "Input",ExpressionUUID->"a63c20e1-fc53-4d22-826a-d126d6a78612", CellID->782084629], -Cell[2158155, 50313, 265, 6, 70, "Output",ExpressionUUID->"986c306f-70cf-4022-8d05-1b18ddf43552", +Cell[2161791, 50428, 265, 6, 70, "Output",ExpressionUUID->"986c306f-70cf-4022-8d05-1b18ddf43552", CellID->1828117124] }, Open ]], Cell[CellGroupData[{ -Cell[2158457, 50324, 200, 4, 70, "Input",ExpressionUUID->"e88a1d8b-103f-4342-9b41-d836aa9ee5ed", +Cell[2162093, 50439, 200, 4, 70, "Input",ExpressionUUID->"e88a1d8b-103f-4342-9b41-d836aa9ee5ed", CellID->406164920], -Cell[2158660, 50330, 265, 6, 70, "Output",ExpressionUUID->"feffbcd3-ca75-4cd7-9d6f-3e397088eba9", +Cell[2162296, 50445, 265, 6, 70, "Output",ExpressionUUID->"feffbcd3-ca75-4cd7-9d6f-3e397088eba9", CellID->2043700402] }, Open ]], Cell[CellGroupData[{ -Cell[2158962, 50341, 201, 4, 70, "Input",ExpressionUUID->"32c3fbc5-c1be-454d-a816-3f932e8b31a4", +Cell[2162598, 50456, 201, 4, 70, "Input",ExpressionUUID->"32c3fbc5-c1be-454d-a816-3f932e8b31a4", CellID->1073659692], -Cell[2159166, 50347, 265, 6, 70, "Output",ExpressionUUID->"1416e5aa-1c70-4791-abd9-f517760461e9", +Cell[2162802, 50462, 265, 6, 70, "Output",ExpressionUUID->"1416e5aa-1c70-4791-abd9-f517760461e9", CellID->1482807674] }, Open ]], -Cell[2159446, 50356, 214, 6, 70, "Text",ExpressionUUID->"2c5b22dd-e8e2-4c5d-b68a-0457072a47f0", +Cell[2163082, 50471, 214, 6, 70, "Text",ExpressionUUID->"2c5b22dd-e8e2-4c5d-b68a-0457072a47f0", CellID->20837886], -Cell[2159663, 50364, 188, 4, 70, "Text",ExpressionUUID->"9bd54ff8-ac82-45b3-aab1-99ca44923b3c", +Cell[2163299, 50479, 188, 4, 70, "Text",ExpressionUUID->"9bd54ff8-ac82-45b3-aab1-99ca44923b3c", CellID->1230975845], Cell[CellGroupData[{ -Cell[2159876, 50372, 171, 3, 70, "Input",ExpressionUUID->"bf078a5d-d1f5-4e24-8f14-44aba4b21c6f", +Cell[2163512, 50487, 171, 3, 70, "Input",ExpressionUUID->"bf078a5d-d1f5-4e24-8f14-44aba4b21c6f", CellID->2106262307], -Cell[2160050, 50377, 133, 2, 70, "Output",ExpressionUUID->"7e3f3205-1cc5-4b76-be94-ef7367eb19a2", +Cell[2163686, 50492, 133, 2, 70, "Output",ExpressionUUID->"7e3f3205-1cc5-4b76-be94-ef7367eb19a2", CellID->2011546410] }, Open ]], -Cell[2160198, 50382, 223, 6, 70, "Text",ExpressionUUID->"fe9c1e19-ef37-4438-9395-add5808fdfbc", +Cell[2163834, 50497, 223, 6, 70, "Text",ExpressionUUID->"fe9c1e19-ef37-4438-9395-add5808fdfbc", CellID->181536544], Cell[CellGroupData[{ -Cell[2160446, 50392, 195, 4, 70, "Input",ExpressionUUID->"3d6d2188-8ef0-4b17-8030-14a1d9ea942d", +Cell[2164082, 50507, 195, 4, 70, "Input",ExpressionUUID->"3d6d2188-8ef0-4b17-8030-14a1d9ea942d", CellID->596886292], -Cell[2160644, 50398, 2086, 52, 70, "Output",ExpressionUUID->"7328e52d-99d5-4955-9411-6e8daee9b4f9", +Cell[2164280, 50513, 2086, 52, 70, "Output",ExpressionUUID->"7328e52d-99d5-4955-9411-6e8daee9b4f9", CellID->1398229866] }, Open ]], Cell[CellGroupData[{ -Cell[2162767, 50455, 162, 3, 70, "Input",ExpressionUUID->"a95a3e53-e71f-4aa4-90e3-d76cf60a2540", +Cell[2166403, 50570, 162, 3, 70, "Input",ExpressionUUID->"a95a3e53-e71f-4aa4-90e3-d76cf60a2540", CellID->883121969], -Cell[2162932, 50460, 130, 2, 70, "Output",ExpressionUUID->"5b335751-4d8d-47dc-83b0-bbcee4fff5c2", +Cell[2166568, 50575, 130, 2, 70, "Output",ExpressionUUID->"5b335751-4d8d-47dc-83b0-bbcee4fff5c2", CellID->2073173796] }, Open ]], -Cell[2163077, 50465, 401, 9, 70, "Text",ExpressionUUID->"464597a1-4e10-4c9c-8872-9626ec554269", +Cell[2166713, 50580, 401, 9, 70, "Text",ExpressionUUID->"464597a1-4e10-4c9c-8872-9626ec554269", CellID->550192827], Cell[CellGroupData[{ -Cell[2163503, 50478, 189, 4, 70, "Input",ExpressionUUID->"1b1395b2-f7c5-4396-9e07-bddebaa24ca0", +Cell[2167139, 50593, 189, 4, 70, "Input",ExpressionUUID->"1b1395b2-f7c5-4396-9e07-bddebaa24ca0", CellID->325065407], -Cell[2163695, 50484, 799, 20, 70, "Output",ExpressionUUID->"8a2a43db-836a-452c-b1c0-e6dca6851ade", +Cell[2167331, 50599, 799, 20, 70, "Output",ExpressionUUID->"8a2a43db-836a-452c-b1c0-e6dca6851ade", CellID->815888528] }, Open ]], Cell[CellGroupData[{ -Cell[2164531, 50509, 195, 4, 70, "Input",ExpressionUUID->"019c8ad1-fd40-4920-849f-5e9d8ff7cae4", +Cell[2168167, 50624, 195, 4, 70, "Input",ExpressionUUID->"019c8ad1-fd40-4920-849f-5e9d8ff7cae4", CellID->1025190880], -Cell[2164729, 50515, 128, 2, 70, "Output",ExpressionUUID->"f055e39a-6033-421a-8c10-fd2a60af7379", +Cell[2168365, 50630, 128, 2, 70, "Output",ExpressionUUID->"f055e39a-6033-421a-8c10-fd2a60af7379", CellID->808921979] }, Open ]], Cell[CellGroupData[{ -Cell[2164894, 50522, 201, 4, 70, "Input",ExpressionUUID->"1fd2cc54-310d-44c4-8e53-798fb919ffb2", +Cell[2168530, 50637, 201, 4, 70, "Input",ExpressionUUID->"1fd2cc54-310d-44c4-8e53-798fb919ffb2", CellID->738955681], -Cell[2165098, 50528, 264, 6, 70, "Output",ExpressionUUID->"28930150-8919-4f58-965e-d4ecc660d1ed", +Cell[2168734, 50643, 264, 6, 70, "Output",ExpressionUUID->"28930150-8919-4f58-965e-d4ecc660d1ed", CellID->184288998] }, Open ]], Cell[CellGroupData[{ -Cell[2165399, 50539, 201, 4, 70, "Input",ExpressionUUID->"b4785f8e-ed52-4159-8992-4fc3a83345cc", +Cell[2169035, 50654, 201, 4, 70, "Input",ExpressionUUID->"b4785f8e-ed52-4159-8992-4fc3a83345cc", CellID->430015778], -Cell[2165603, 50545, 264, 6, 70, "Output",ExpressionUUID->"51ff0399-4d7c-4a04-a067-0ba634d7e30b", +Cell[2169239, 50660, 264, 6, 70, "Output",ExpressionUUID->"51ff0399-4d7c-4a04-a067-0ba634d7e30b", CellID->685747133] }, Open ]], Cell[CellGroupData[{ -Cell[2165904, 50556, 214, 5, 70, "Input",ExpressionUUID->"226b1347-8bc5-4638-bcc2-71dd2a735e87", +Cell[2169540, 50671, 214, 5, 70, "Input",ExpressionUUID->"226b1347-8bc5-4638-bcc2-71dd2a735e87", CellID->654761345], -Cell[2166121, 50563, 800, 20, 70, "Output",ExpressionUUID->"6c234178-2b89-4326-9e0b-81b274883b48", +Cell[2169757, 50678, 800, 20, 70, "Output",ExpressionUUID->"6c234178-2b89-4326-9e0b-81b274883b48", CellID->1065086108] }, Open ]], Cell[CellGroupData[{ -Cell[2166958, 50588, 161, 3, 70, "Input",ExpressionUUID->"fed8818b-5c1b-4984-b321-b878804d7a0a", +Cell[2170594, 50703, 161, 3, 70, "Input",ExpressionUUID->"fed8818b-5c1b-4984-b321-b878804d7a0a", CellID->755455016], -Cell[2167122, 50593, 128, 2, 70, "Output",ExpressionUUID->"e8e3db8a-eb87-4b67-a449-8afb45b08a7b", +Cell[2170758, 50708, 128, 2, 70, "Output",ExpressionUUID->"e8e3db8a-eb87-4b67-a449-8afb45b08a7b", CellID->904107130] }, Open ]], -Cell[2167265, 50598, 198, 4, 70, "Text",ExpressionUUID->"4b0a8514-8697-445d-934c-e1128370fa10", +Cell[2170901, 50713, 198, 4, 70, "Text",ExpressionUUID->"4b0a8514-8697-445d-934c-e1128370fa10", CellID->166675343], -Cell[2167466, 50604, 260, 5, 70, "Text",ExpressionUUID->"c99fcd4d-318c-49c1-93c7-72f5fdebf372", +Cell[2171102, 50719, 260, 5, 70, "Text",ExpressionUUID->"c99fcd4d-318c-49c1-93c7-72f5fdebf372", CellID->1044267000], Cell[CellGroupData[{ -Cell[2167751, 50613, 203, 4, 70, "Input",ExpressionUUID->"18238959-3fd3-46dc-a5dd-9949c6cde8f6", +Cell[2171387, 50728, 203, 4, 70, "Input",ExpressionUUID->"18238959-3fd3-46dc-a5dd-9949c6cde8f6", CellID->862289817], -Cell[2167957, 50619, 2385, 76, 70, "Output",ExpressionUUID->"ec29bf63-9110-4b06-a13b-963111378fb7", +Cell[2171593, 50734, 2385, 76, 70, "Output",ExpressionUUID->"ec29bf63-9110-4b06-a13b-963111378fb7", CellID->948759973] }, Open ]], -Cell[2170357, 50698, 553, 13, 70, "Text",ExpressionUUID->"6c904d49-cac3-4219-b3dc-d096655b3b32", +Cell[2173993, 50813, 553, 13, 70, "Text",ExpressionUUID->"6c904d49-cac3-4219-b3dc-d096655b3b32", CellID->724900477], Cell[CellGroupData[{ -Cell[2170935, 50715, 202, 4, 70, "Input",ExpressionUUID->"4b009882-93da-4b5c-85c9-74ca721e9a86", +Cell[2174571, 50830, 202, 4, 70, "Input",ExpressionUUID->"4b009882-93da-4b5c-85c9-74ca721e9a86", CellID->1268454737], -Cell[2171140, 50721, 320, 7, 70, "Output",ExpressionUUID->"e3dc3c37-54f8-4760-8b9a-27b4a568e8ba", +Cell[2174776, 50836, 320, 7, 70, "Output",ExpressionUUID->"e3dc3c37-54f8-4760-8b9a-27b4a568e8ba", CellID->844976727] }, Open ]], -Cell[2171475, 50731, 207, 5, 70, "Text",ExpressionUUID->"476e19c1-142d-4b68-ba2d-61cd0e339de2", +Cell[2175111, 50846, 207, 5, 70, "Text",ExpressionUUID->"476e19c1-142d-4b68-ba2d-61cd0e339de2", CellID->1798560169], Cell[CellGroupData[{ -Cell[2171707, 50740, 201, 4, 70, "Input",ExpressionUUID->"275241cd-e558-4215-a10c-5d5619751bd9", +Cell[2175343, 50855, 201, 4, 70, "Input",ExpressionUUID->"275241cd-e558-4215-a10c-5d5619751bd9", CellID->603778763], -Cell[2171911, 50746, 320, 7, 70, "Output",ExpressionUUID->"bae2521e-0a07-4b26-bb3c-388471919c84", +Cell[2175547, 50861, 320, 7, 70, "Output",ExpressionUUID->"bae2521e-0a07-4b26-bb3c-388471919c84", CellID->865814614] }, Open ]], -Cell[2172246, 50756, 363, 10, 70, "Text",ExpressionUUID->"4bb1c9e9-760e-4dd3-b679-fc16d29e81a1", +Cell[2175882, 50871, 363, 10, 70, "Text",ExpressionUUID->"4bb1c9e9-760e-4dd3-b679-fc16d29e81a1", CellID->882052367], Cell[CellGroupData[{ -Cell[2172634, 50770, 198, 4, 70, "Input",ExpressionUUID->"8badeb2f-5169-489e-a75f-b15d69c13c2a", +Cell[2176270, 50885, 198, 4, 70, "Input",ExpressionUUID->"8badeb2f-5169-489e-a75f-b15d69c13c2a", CellID->562557422], -Cell[2172835, 50776, 2385, 76, 70, "Output",ExpressionUUID->"1d04e172-c702-41cf-b3af-590921c2bee0", +Cell[2176471, 50891, 2385, 76, 70, "Output",ExpressionUUID->"1d04e172-c702-41cf-b3af-590921c2bee0", CellID->729877376] }, Open ]], Cell[CellGroupData[{ -Cell[2175257, 50857, 166, 3, 70, "Input",ExpressionUUID->"e8e39a8d-eac4-4cd4-9dc5-af6231f1a584", +Cell[2178893, 50972, 166, 3, 70, "Input",ExpressionUUID->"e8e39a8d-eac4-4cd4-9dc5-af6231f1a584", CellID->1063588911], -Cell[2175426, 50862, 130, 2, 70, "Output",ExpressionUUID->"ba6b0465-8ea4-480b-bdd2-ea66baab94d1", +Cell[2179062, 50977, 130, 2, 70, "Output",ExpressionUUID->"ba6b0465-8ea4-480b-bdd2-ea66baab94d1", CellID->1159443715] }, Open ]], Cell[CellGroupData[{ -Cell[2175593, 50869, 203, 4, 70, "Input",ExpressionUUID->"370cd995-98e5-4a46-a651-f42867b42632", +Cell[2179229, 50984, 203, 4, 70, "Input",ExpressionUUID->"370cd995-98e5-4a46-a651-f42867b42632", CellID->2128107242], -Cell[2175799, 50875, 321, 7, 70, "Output",ExpressionUUID->"0f318903-44e1-45a4-b289-fefa1d5ba550", +Cell[2179435, 50990, 321, 7, 70, "Output",ExpressionUUID->"0f318903-44e1-45a4-b289-fefa1d5ba550", CellID->1946710881] }, Open ]], Cell[CellGroupData[{ -Cell[2176157, 50887, 203, 4, 70, "Input",ExpressionUUID->"50dc48ec-0815-462a-9da4-a478a0fd64f8", +Cell[2179793, 51002, 203, 4, 70, "Input",ExpressionUUID->"50dc48ec-0815-462a-9da4-a478a0fd64f8", CellID->1085133863], -Cell[2176363, 50893, 320, 7, 70, "Output",ExpressionUUID->"45d00dbd-76d6-4591-a3e9-c2e9f4226aa6", +Cell[2179999, 51008, 320, 7, 70, "Output",ExpressionUUID->"45d00dbd-76d6-4591-a3e9-c2e9f4226aa6", CellID->530816422] }, Open ]], -Cell[2176698, 50903, 253, 7, 70, "Text",ExpressionUUID->"5cdc5295-dbd9-4db1-a305-7cb697851493", +Cell[2180334, 51018, 253, 7, 70, "Text",ExpressionUUID->"5cdc5295-dbd9-4db1-a305-7cb697851493", CellID->124292640], -Cell[2176954, 50912, 194, 4, 70, "Text",ExpressionUUID->"9d7c1c2f-d2e6-4187-8d04-dfad0347e605", +Cell[2180590, 51027, 194, 4, 70, "Text",ExpressionUUID->"9d7c1c2f-d2e6-4187-8d04-dfad0347e605", CellID->1901022391], Cell[CellGroupData[{ -Cell[2177173, 50920, 225, 5, 70, "Input",ExpressionUUID->"f8a62466-1a22-4dda-84b5-3f37303a09ea", +Cell[2180809, 51035, 225, 5, 70, "Input",ExpressionUUID->"f8a62466-1a22-4dda-84b5-3f37303a09ea", CellID->1556007302], -Cell[2177401, 50927, 473, 12, 70, "Output",ExpressionUUID->"1db28610-421a-4ddb-b2cc-e7b5b1cc24c2", +Cell[2181037, 51042, 473, 12, 70, "Output",ExpressionUUID->"1db28610-421a-4ddb-b2cc-e7b5b1cc24c2", CellID->933214619] }, Open ]], -Cell[2177889, 50942, 94, 1, 70, "Text",ExpressionUUID->"bb3e4b0f-4a45-4883-b2d7-c28e1679c913", +Cell[2181525, 51057, 94, 1, 70, "Text",ExpressionUUID->"bb3e4b0f-4a45-4883-b2d7-c28e1679c913", CellID->492494424], Cell[CellGroupData[{ -Cell[2178008, 50947, 225, 5, 70, "Input",ExpressionUUID->"4bf41864-9a4c-480c-910b-8863916c53b8", +Cell[2181644, 51062, 225, 5, 70, "Input",ExpressionUUID->"4bf41864-9a4c-480c-910b-8863916c53b8", CellID->1740296301], -Cell[2178236, 50954, 574, 16, 70, "Output",ExpressionUUID->"47a1796e-9509-4256-898e-42a84ee1acef", +Cell[2181872, 51069, 574, 16, 70, "Output",ExpressionUUID->"47a1796e-9509-4256-898e-42a84ee1acef", CellID->1363230397] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[2178859, 50976, 246, 4, 70, "Section",ExpressionUUID->"989f5cb9-88ab-4088-8f0e-6ea351c219c0", +Cell[2182495, 51091, 246, 4, 70, "Section",ExpressionUUID->"989f5cb9-88ab-4088-8f0e-6ea351c219c0", CellTags->"Concluding Remarks and Limitations", CellID->1459175585], -Cell[2179108, 50982, 528, 11, 70, "Text",ExpressionUUID->"6267a531-b0d6-4e41-b98a-1a74a3ac9c6c", +Cell[2182744, 51097, 528, 11, 70, "Text",ExpressionUUID->"6267a531-b0d6-4e41-b98a-1a74a3ac9c6c", CellID->1420407906], Cell[CellGroupData[{ -Cell[2179661, 50997, 210, 5, 70, "Input",ExpressionUUID->"a8559236-bdc5-4345-8397-e9d2e504e5a4", +Cell[2183297, 51112, 210, 5, 70, "Input",ExpressionUUID->"a8559236-bdc5-4345-8397-e9d2e504e5a4", CellID->1517199435], -Cell[2179874, 51004, 184, 4, 70, "Output",ExpressionUUID->"b655f0e8-768f-4aea-8171-d383821f8872", +Cell[2183510, 51119, 184, 4, 70, "Output",ExpressionUUID->"b655f0e8-768f-4aea-8171-d383821f8872", CellID->352448304] }, Open ]], Cell[CellGroupData[{ -Cell[2180095, 51013, 216, 5, 70, "Input",ExpressionUUID->"0e52b215-d673-425e-b734-e56af486e4c8", +Cell[2183731, 51128, 216, 5, 70, "Input",ExpressionUUID->"0e52b215-d673-425e-b734-e56af486e4c8", CellID->2147215478], -Cell[2180314, 51020, 182, 4, 70, "Output",ExpressionUUID->"0ae158c5-3e9d-4429-b829-b11dbd1762cb", +Cell[2183950, 51135, 182, 4, 70, "Output",ExpressionUUID->"0ae158c5-3e9d-4429-b829-b11dbd1762cb", CellID->87579170] }, Open ]], -Cell[2180511, 51027, 353, 11, 70, "Input",ExpressionUUID->"398e7ca0-3ff9-4db3-9138-da1ad52f3a84", +Cell[2184147, 51142, 353, 11, 70, "Input",ExpressionUUID->"398e7ca0-3ff9-4db3-9138-da1ad52f3a84", CellID->1978435454], -Cell[2180867, 51040, 811, 25, 70, "Input",ExpressionUUID->"3151db47-9def-491b-a7bc-8856f643fb9f", +Cell[2184503, 51155, 811, 25, 70, "Input",ExpressionUUID->"3151db47-9def-491b-a7bc-8856f643fb9f", CellID->14648238], -Cell[2181681, 51067, 231, 4, 70, "Text",ExpressionUUID->"20f2ecf0-869f-4a89-9670-c75ec527303f", +Cell[2185317, 51182, 231, 4, 70, "Text",ExpressionUUID->"20f2ecf0-869f-4a89-9670-c75ec527303f", CellID->359224889], Cell[CellGroupData[{ -Cell[2181937, 51075, 170, 3, 70, "Input",ExpressionUUID->"58700f52-d586-40af-8065-3b659b21c2f2", +Cell[2185573, 51190, 170, 3, 70, "Input",ExpressionUUID->"58700f52-d586-40af-8065-3b659b21c2f2", CellID->1184372477], -Cell[2182110, 51080, 1280, 35, 70, "Output",ExpressionUUID->"4fb0d580-049e-4818-99c9-a3369d22b753", +Cell[2185746, 51195, 1280, 35, 70, "Output",ExpressionUUID->"4fb0d580-049e-4818-99c9-a3369d22b753", CellID->1806752315] }, Open ]], -Cell[2183405, 51118, 181, 4, 70, "Text",ExpressionUUID->"83d54e67-754f-4e0d-8ec1-db7fa1228653", +Cell[2187041, 51233, 181, 4, 70, "Text",ExpressionUUID->"83d54e67-754f-4e0d-8ec1-db7fa1228653", CellID->485206503], Cell[CellGroupData[{ -Cell[2183611, 51126, 331, 10, 70, "Input",ExpressionUUID->"3d0b2e84-4b7a-4b11-935d-d7a4209a0f0c", +Cell[2187247, 51241, 331, 10, 70, "Input",ExpressionUUID->"3d0b2e84-4b7a-4b11-935d-d7a4209a0f0c", CellID->409029760], -Cell[2183945, 51138, 182, 4, 70, "Output",ExpressionUUID->"3c3049ae-8367-4304-94a0-21292f5fe7e1", +Cell[2187581, 51253, 182, 4, 70, "Output",ExpressionUUID->"3c3049ae-8367-4304-94a0-21292f5fe7e1", CellID->1059529441] }, Open ]], Cell[CellGroupData[{ -Cell[2184164, 51147, 194, 4, 70, "Input",ExpressionUUID->"2d0ce210-5b26-4ddb-8605-1552dde1e6cc", +Cell[2187800, 51262, 194, 4, 70, "Input",ExpressionUUID->"2d0ce210-5b26-4ddb-8605-1552dde1e6cc", CellID->353179240], -Cell[2184361, 51153, 252, 7, 70, "Output",ExpressionUUID->"4d7827ed-f18c-40ec-9130-37f86de00ad7", +Cell[2187997, 51268, 252, 7, 70, "Output",ExpressionUUID->"4d7827ed-f18c-40ec-9130-37f86de00ad7", CellID->546328660] }, Open ]], Cell[CellGroupData[{ -Cell[2184650, 51165, 198, 4, 70, "Input",ExpressionUUID->"c3c280a5-64c1-4e5c-95a3-b14907682bcc", +Cell[2188286, 51280, 198, 4, 70, "Input",ExpressionUUID->"c3c280a5-64c1-4e5c-95a3-b14907682bcc", CellID->1321533426], -Cell[2184851, 51171, 253, 7, 70, "Output",ExpressionUUID->"253722f1-4c3d-403f-ac32-cf5d1d5bc186", +Cell[2188487, 51286, 253, 7, 70, "Output",ExpressionUUID->"253722f1-4c3d-403f-ac32-cf5d1d5bc186", CellID->945026034] }, Open ]], -Cell[2185119, 51181, 931, 22, 70, "Text",ExpressionUUID->"151dd13c-16fd-4a0e-968c-025259a8d12c", +Cell[2188755, 51296, 931, 22, 70, "Text",ExpressionUUID->"151dd13c-16fd-4a0e-968c-025259a8d12c", CellID->1779075299], -Cell[2186053, 51205, 879, 28, 70, "Input",ExpressionUUID->"24391b15-532b-4218-8b7d-b247d99684d6", +Cell[2189689, 51320, 879, 28, 70, "Input",ExpressionUUID->"24391b15-532b-4218-8b7d-b247d99684d6", CellID->1414302645], -Cell[2186935, 51235, 176, 3, 70, "Text",ExpressionUUID->"6800d617-9b01-443d-a46f-82a946a4fe71", +Cell[2190571, 51350, 176, 3, 70, "Text",ExpressionUUID->"6800d617-9b01-443d-a46f-82a946a4fe71", CellID->1293579980], Cell[CellGroupData[{ -Cell[2187136, 51242, 145, 3, 70, "Input",ExpressionUUID->"b51cce20-c09b-4891-ab77-f1648c5d824b", +Cell[2190772, 51357, 145, 3, 70, "Input",ExpressionUUID->"b51cce20-c09b-4891-ab77-f1648c5d824b", CellID->1677636840], -Cell[2187284, 51247, 11208, 279, 70, "Output",ExpressionUUID->"533bebb5-9c07-462c-956e-fd0f59005de6", +Cell[2190920, 51362, 11208, 279, 70, "Output",ExpressionUUID->"533bebb5-9c07-462c-956e-fd0f59005de6", CellID->784376960] }, Open ]], -Cell[2198507, 51529, 640, 15, 70, "Text",ExpressionUUID->"44ab00ec-a81e-4f5e-8dd1-980ea6084687", +Cell[2202143, 51644, 640, 15, 70, "Text",ExpressionUUID->"44ab00ec-a81e-4f5e-8dd1-980ea6084687", CellID->2062900347], Cell[CellGroupData[{ -Cell[2199172, 51548, 168, 3, 70, "Input",ExpressionUUID->"3bd983b4-8845-477b-aaa4-ea044576afb5", +Cell[2202808, 51663, 168, 3, 70, "Input",ExpressionUUID->"3bd983b4-8845-477b-aaa4-ea044576afb5", CellID->645529020], -Cell[2199343, 51553, 253, 7, 70, "Output",ExpressionUUID->"c2f41c41-3efa-4dca-b1d0-a06b4046fd38", +Cell[2202979, 51668, 253, 7, 70, "Output",ExpressionUUID->"c2f41c41-3efa-4dca-b1d0-a06b4046fd38", CellID->169203762] }, Open ]], -Cell[2199611, 51563, 656, 18, 70, "Text",ExpressionUUID->"4326ceea-005e-4d0a-af5d-987c3e56457f", +Cell[2203247, 51678, 656, 18, 70, "Text",ExpressionUUID->"4326ceea-005e-4d0a-af5d-987c3e56457f", CellID->711175494], Cell[CellGroupData[{ -Cell[2200292, 51585, 196, 4, 70, "Input",ExpressionUUID->"9f0d3f79-450f-4f49-bec3-551dc3deed02", +Cell[2203928, 51700, 196, 4, 70, "Input",ExpressionUUID->"9f0d3f79-450f-4f49-bec3-551dc3deed02", CellID->1592327335], -Cell[2200491, 51591, 253, 7, 70, "Output",ExpressionUUID->"3084105c-b1c3-499d-a6db-7f0cbf384b1a", +Cell[2204127, 51706, 253, 7, 70, "Output",ExpressionUUID->"3084105c-b1c3-499d-a6db-7f0cbf384b1a", CellID->413036062] }, Open ]], Cell[CellGroupData[{ -Cell[2200781, 51603, 197, 4, 70, "Input",ExpressionUUID->"02459bfc-511d-4622-88a6-18dc9a75564c", +Cell[2204417, 51718, 197, 4, 70, "Input",ExpressionUUID->"02459bfc-511d-4622-88a6-18dc9a75564c", CellID->238033018], -Cell[2200981, 51609, 253, 7, 70, "Output",ExpressionUUID->"e6d9e128-6256-46e0-a364-50f7f3a10374", +Cell[2204617, 51724, 253, 7, 70, "Output",ExpressionUUID->"e6d9e128-6256-46e0-a364-50f7f3a10374", CellID->1991883838] }, Open ]], -Cell[2201249, 51619, 171, 3, 70, "Text",ExpressionUUID->"60fa7ecc-7e3b-4d92-affc-6a72eea8f2a4", +Cell[2204885, 51734, 171, 3, 70, "Text",ExpressionUUID->"60fa7ecc-7e3b-4d92-affc-6a72eea8f2a4", CellID->1872211648], Cell[CellGroupData[{ -Cell[2201445, 51626, 145, 3, 70, "Input",ExpressionUUID->"69e2548b-a143-4d5e-ac74-3a81d8de6b82", +Cell[2205081, 51741, 145, 3, 70, "Input",ExpressionUUID->"69e2548b-a143-4d5e-ac74-3a81d8de6b82", CellID->1658440925], -Cell[2201593, 51631, 11209, 279, 70, "Output",ExpressionUUID->"81314375-c602-4e4b-88b2-7423400b14a5", +Cell[2205229, 51746, 11209, 279, 70, "Output",ExpressionUUID->"81314375-c602-4e4b-88b2-7423400b14a5", CellID->1361599625] }, Open ]], -Cell[2212817, 51913, 339, 6, 70, "Text",ExpressionUUID->"adbd1e54-e5d0-46ed-aabe-6aba59a7c2a6", +Cell[2216453, 52028, 339, 6, 70, "Text",ExpressionUUID->"adbd1e54-e5d0-46ed-aabe-6aba59a7c2a6", CellID->77176304], -Cell[2213159, 51921, 609, 14, 70, "Text",ExpressionUUID->"d0ef5c01-b0ae-4d0b-832c-034fc350e21b", +Cell[2216795, 52036, 609, 14, 70, "Text",ExpressionUUID->"d0ef5c01-b0ae-4d0b-832c-034fc350e21b", CellID->1658172755], Cell[CellGroupData[{ -Cell[2213793, 51939, 205, 4, 70, "Input",ExpressionUUID->"ae2358f6-32c0-408f-ac79-ab219b151608", +Cell[2217429, 52054, 205, 4, 70, "Input",ExpressionUUID->"ae2358f6-32c0-408f-ac79-ab219b151608", CellID->1449178795], -Cell[2214001, 51945, 313, 6, 70, "Print",ExpressionUUID->"dba3347c-72d4-4064-922c-ad347f31e3ae", +Cell[2217637, 52060, 313, 6, 70, "Print",ExpressionUUID->"dba3347c-72d4-4064-922c-ad347f31e3ae", CellID->2055611758], -Cell[2214317, 51953, 494, 15, 70, "Output",ExpressionUUID->"8f4479d4-4ab8-410f-b9af-26d72207c833", +Cell[2217953, 52068, 494, 15, 70, "Output",ExpressionUUID->"8f4479d4-4ab8-410f-b9af-26d72207c833", CellID->1672820993] }, Open ]], -Cell[2214826, 51971, 467, 15, 70, "Text",ExpressionUUID->"7c24193c-2d39-4810-bfc9-e51ff694b763", +Cell[2218462, 52086, 467, 15, 70, "Text",ExpressionUUID->"7c24193c-2d39-4810-bfc9-e51ff694b763", CellID->1808403684], Cell[CellGroupData[{ -Cell[2215318, 51990, 201, 4, 70, "Input",ExpressionUUID->"c9724de6-da04-4139-9a84-d6b9aeb36b5b", +Cell[2218954, 52105, 201, 4, 70, "Input",ExpressionUUID->"c9724de6-da04-4139-9a84-d6b9aeb36b5b", CellID->1092500588], Cell[CellGroupData[{ -Cell[2215544, 51998, 293, 6, 70, "Print",ExpressionUUID->"238dfffe-077f-4e3f-b06c-2ab3724f629f", +Cell[2219180, 52113, 293, 6, 70, "Print",ExpressionUUID->"238dfffe-077f-4e3f-b06c-2ab3724f629f", CellID->1332089661], -Cell[2215840, 52006, 222, 3, 70, "Print",ExpressionUUID->"1fc4e3d9-8e66-42fd-bf9a-4a2b40bd4601", +Cell[2219476, 52121, 222, 3, 70, "Print",ExpressionUUID->"1fc4e3d9-8e66-42fd-bf9a-4a2b40bd4601", CellID->146126539], -Cell[2216065, 52011, 211, 3, 70, "Print",ExpressionUUID->"1bdb55a3-c7d5-4b3b-a35e-89a69c30bd7a", +Cell[2219701, 52126, 211, 3, 70, "Print",ExpressionUUID->"1bdb55a3-c7d5-4b3b-a35e-89a69c30bd7a", CellID->1501530348], -Cell[2216279, 52016, 238, 3, 70, "Print",ExpressionUUID->"bd99a268-837c-4734-b814-5551aa42979f", +Cell[2219915, 52131, 238, 3, 70, "Print",ExpressionUUID->"bd99a268-837c-4734-b814-5551aa42979f", CellID->244135454] }, Open ]] }, Open ]], -Cell[2216544, 52023, 431, 9, 70, "Text",ExpressionUUID->"ead9f6c4-a8a5-4ff3-85c6-12d00a57f939", +Cell[2220180, 52138, 431, 9, 70, "Text",ExpressionUUID->"ead9f6c4-a8a5-4ff3-85c6-12d00a57f939", CellID->499305780], Cell[CellGroupData[{ -Cell[2217000, 52036, 181, 4, 70, "Input",ExpressionUUID->"e4c9fbd0-2526-439c-9a15-859424301e77", +Cell[2220636, 52151, 181, 4, 70, "Input",ExpressionUUID->"e4c9fbd0-2526-439c-9a15-859424301e77", CellID->2047859008], -Cell[2217184, 52042, 186, 4, 70, "Output",ExpressionUUID->"0fc7ada1-b7f0-4dc1-8483-e7a10bc83f21", +Cell[2220820, 52157, 186, 4, 70, "Output",ExpressionUUID->"0fc7ada1-b7f0-4dc1-8483-e7a10bc83f21", CellID->1565668880] }, Open ]], Cell[CellGroupData[{ -Cell[2217407, 52051, 181, 4, 70, "Input",ExpressionUUID->"323ba56b-116c-4b3e-98da-1f65a6d02929", +Cell[2221043, 52166, 181, 4, 70, "Input",ExpressionUUID->"323ba56b-116c-4b3e-98da-1f65a6d02929", CellID->1444331814], -Cell[2217591, 52057, 369, 10, 70, "Output",ExpressionUUID->"9914ce55-8d94-45aa-912e-327d598dd3a4", +Cell[2221227, 52172, 369, 10, 70, "Output",ExpressionUUID->"9914ce55-8d94-45aa-912e-327d598dd3a4", CellID->1679450659] }, Open ]], -Cell[2217975, 52070, 229, 6, 70, "Text",ExpressionUUID->"9f2e0f00-d506-47ed-ab61-73d2faccb18a", +Cell[2221611, 52185, 229, 6, 70, "Text",ExpressionUUID->"9f2e0f00-d506-47ed-ab61-73d2faccb18a", CellID->832487877], Cell[CellGroupData[{ -Cell[2218229, 52080, 254, 6, 70, "Input",ExpressionUUID->"1d997409-400f-44fc-8451-59fe06aeda1d", +Cell[2221865, 52195, 254, 6, 70, "Input",ExpressionUUID->"1d997409-400f-44fc-8451-59fe06aeda1d", CellID->590428146], -Cell[2218486, 52088, 192, 4, 70, "Output",ExpressionUUID->"4df5c434-264a-4b21-b816-16c6b85cf837", +Cell[2222122, 52203, 192, 4, 70, "Output",ExpressionUUID->"4df5c434-264a-4b21-b816-16c6b85cf837", CellID->1209603852] }, Open ]], -Cell[2218693, 52095, 1016, 26, 70, "Text",ExpressionUUID->"48567b34-df52-464b-b366-4f167f41bbc6", +Cell[2222329, 52210, 1016, 26, 70, "Text",ExpressionUUID->"48567b34-df52-464b-b366-4f167f41bbc6", CellID->1616864837], Cell[CellGroupData[{ -Cell[2219734, 52125, 122, 2, 70, "Input",ExpressionUUID->"6c5c8921-c6c9-4413-897c-d08565c49cef", +Cell[2223370, 52240, 122, 2, 70, "Input",ExpressionUUID->"6c5c8921-c6c9-4413-897c-d08565c49cef", CellID->505844845], -Cell[2219859, 52129, 107, 1, 70, "Output",ExpressionUUID->"9b668336-37df-4a1b-8848-235d7844b428", +Cell[2223495, 52244, 107, 1, 70, "Output",ExpressionUUID->"9b668336-37df-4a1b-8848-235d7844b428", CellID->1855132872] }, Open ]], -Cell[2219981, 52133, 184, 6, 70, "Text",ExpressionUUID->"8e78c1de-8c09-40d0-8b6f-3e58f1a0dc5e", +Cell[2223617, 52248, 184, 6, 70, "Text",ExpressionUUID->"8e78c1de-8c09-40d0-8b6f-3e58f1a0dc5e", CellID->1786068599], Cell[CellGroupData[{ -Cell[2220190, 52143, 142, 2, 70, "Input",ExpressionUUID->"11950d0a-254c-4871-8614-a467ccd68ff5", +Cell[2223826, 52258, 142, 2, 70, "Input",ExpressionUUID->"11950d0a-254c-4871-8614-a467ccd68ff5", CellID->1217020340], -Cell[2220335, 52147, 126, 1, 70, "Output",ExpressionUUID->"603838ae-f288-4b7b-a133-8572d5f3866c", +Cell[2223971, 52262, 126, 1, 70, "Output",ExpressionUUID->"603838ae-f288-4b7b-a133-8572d5f3866c", CellID->1299976559] }, Open ]], -Cell[2220476, 52151, 429, 14, 70, "Text",ExpressionUUID->"aad3f015-3733-42e3-bd77-613d5c7f9d84", +Cell[2224112, 52266, 429, 14, 70, "Text",ExpressionUUID->"aad3f015-3733-42e3-bd77-613d5c7f9d84", CellID->51621013], -Cell[2220908, 52167, 185, 3, 70, "Input",ExpressionUUID->"921a1168-ae65-48c0-9b73-31ae81d36212", +Cell[2224544, 52282, 185, 3, 70, "Input",ExpressionUUID->"921a1168-ae65-48c0-9b73-31ae81d36212", CellID->1455053358], -Cell[2221096, 52172, 179, 6, 70, "Text",ExpressionUUID->"083fae32-0541-4092-ae5f-7438dcd6f980", +Cell[2224732, 52287, 179, 6, 70, "Text",ExpressionUUID->"083fae32-0541-4092-ae5f-7438dcd6f980", CellID->1144376749], -Cell[2221278, 52180, 207, 4, 70, "Input",ExpressionUUID->"01ce003d-dd86-4e1e-abbc-7ba1f44eecbb", +Cell[2224914, 52295, 207, 4, 70, "Input",ExpressionUUID->"01ce003d-dd86-4e1e-abbc-7ba1f44eecbb", CellID->1923832661], -Cell[2221488, 52186, 181, 4, 70, "Text",ExpressionUUID->"20c704b5-b900-4a30-9032-2d7ae316b19d", +Cell[2225124, 52301, 181, 4, 70, "Text",ExpressionUUID->"20c704b5-b900-4a30-9032-2d7ae316b19d", CellID->966010635], -Cell[2221672, 52192, 217, 5, 70, "Input",ExpressionUUID->"d8c06734-e2f6-4e18-9d00-53c75e2e1b8e", +Cell[2225308, 52307, 217, 5, 70, "Input",ExpressionUUID->"d8c06734-e2f6-4e18-9d00-53c75e2e1b8e", CellID->358492727] }, Closed]], Cell[CellGroupData[{ -Cell[2221926, 52202, 198, 4, 70, "Section",ExpressionUUID->"2fc68136-abc6-4837-898f-c8ef62f447bb", +Cell[2225562, 52317, 198, 4, 70, "Section",ExpressionUUID->"2fc68136-abc6-4837-898f-c8ef62f447bb", CellTags->"References", CellID->1178241558], -Cell[2222127, 52208, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", +Cell[2225763, 52323, 2828, 80, 70, "Text",ExpressionUUID->"bbdc05b8-9c6c-44c2-97f5-10cfb76a9d25", CellTags->{"M. Carter", "Theo Driessen", "E. Inarra", "M. Maschler", "H. Meinhardt", "C. Rafels", "Hal R. Varian"}, CellID->247573998] }, Closed]], -Cell[2224970, 52291, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"c64d87c6-4cf9-44a6-b242-1c175b33989f"], -Cell[2225723, 52313, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"0e86f3da-f5fa-41c5-8b65-92f644d9e2a8"], -Cell[2227531, 52360, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"4dc9e3e4-9564-48aa-9743-ad8a667f70b3"], -Cell[2228446, 52388, 78, 0, 70, "FooterCell",ExpressionUUID->"64dab501-e935-48d8-9022-1b7f5fecdd55"] +Cell[2228606, 52406, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"a8d7c5ec-026d-4a66-bef5-dda1a5dfeb44"], +Cell[2229359, 52428, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"32c7bb17-3cab-4f4c-909f-07e797f263ae"], +Cell[2231167, 52475, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"34f13ec4-7771-4c80-922a-0fcd0a5ef32d"], +Cell[2232082, 52503, 78, 0, 70, "FooterCell",ExpressionUUID->"b4a94f64-f8b8-4252-9c75-154e7f31f175"] } ] *) diff --git a/Documentation/English/Guides/RefPageTuGames.nb b/Documentation/English/Guides/RefPageTuGames.nb index 9c13a27..665c701 100644 --- a/Documentation/English/Guides/RefPageTuGames.nb +++ b/Documentation/English/Guides/RefPageTuGames.nb @@ -3,18 +3,18 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 18376, 462] -NotebookOptionsPosition[ 14516, 388] -NotebookOutlinePosition[ 16054, 426] -CellTagsIndexPosition[ 16011, 423] -WindowTitle->Manual of TuGames Version 3.1.2 +NotebookDataLength[ 18450, 466] +NotebookOptionsPosition[ 14563, 391] +NotebookOutlinePosition[ 16127, 430] +CellTagsIndexPosition[ 16084, 427] +WindowTitle->Manual of TuGames Version 3.1.4 WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a73420ba-1c0c-45f2-ba3c-6274a9f5fae4"], + "62a9267b-699d-4dd9-8caf-b07b7eff93bf"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0b9d97c6-4072-4ba2-a9de-bf7480a63a33"], + "996ed0f9-645f-4bb0-a02b-0820f26f08a6"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7463c409-20b6-4409-a741-dd2bd9970b97"] - }],ExpressionUUID->"047921a9-ab50-400e-957e-798ac3fb456b"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0e83b090-5c56-4c43-a6d3-6593915a17a3"] + }],ExpressionUUID->"8135bcc8-9537-4987-b90b-4a6617c339b5"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "71d94fc2-67a0-4dbd-846d-0a5069c185c9"], + "eb800fbb-00de-4039-99f0-b4c9ca1ed41e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9eac3349-93dd-4cdf-b09d-8dc3bf744b8b"] - }],ExpressionUUID->"e3d89cdf-9509-4894-9cc2-7b14797eac4a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a7a52898-43b1-402c-ae4e-80ca220693ce"] + }],ExpressionUUID->"a21282c1-ff32-4151-bb23-d14ba6c28849"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "086a6ec2-1485-4a3c-9233-cb2c667ceefb"], + "e998b8b9-9ca1-4218-abb9-ab409254d54d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,59 +113,60 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eddaa069-fc37-463b-9359-7513c0ae4e90"] - }],ExpressionUUID->"f58d6955-04a4-4541-994f-1f3f81e84537"], - StripOnInput->False], {"\<\"TUG/Guides/RefPageTuGames\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/RefPageTuGames"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "eb3abfbc-da45-4bfb-87ce-a07d9e27391e"] + }],ExpressionUUID->"f6e0cd5b-5d55-4f08-9529-8d7b0aed4aff"], + StripOnInput->False],{ + "\"TUG/Guides/RefPageTuGames\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/RefPageTuGames"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ RefPageTuGames.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14227], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/RefPageTuGames" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14064], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/RefPageTuGames" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a08493a0-575d-4333-9847-ef3c40e148c1"] + "704fdacb-dade-4370-979f-042944e2e4b2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "170e6e4a-8b93-43a6-9f9e-b0df0f0a16cd"]} + "86da84cc-2906-43d3-ad8d-a7939b1034e4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"51f20925-9981-493f-900d-806a7e995b9f"], + CellID->1,ExpressionUUID->"07c1ba92-87fd-4b33-aefc-75675d77edcb"], Cell[CellGroupData[{ -Cell["Manual of TuGames Version 3.1.2", "GuideTitle", +Cell["Manual of TuGames Version 3.1.4", "GuideTitle", CellID->910338508,ExpressionUUID->"dd5f6750-3e54-4950-8a3c-89695b370f70"], Cell["Contents", "GuideAbstract", CellID->1028228989,ExpressionUUID->"5f999473-9cc9-4fe5-a72e-311865dedb83"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"2b99b6b2-a2cb-479c-bd4d-4161fa4f0dae"], +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"ff725c2f-09f7-445a-a61c-dfb71811ecd3"], Cell[TextData[{ Cell[BoxData[ @@ -306,8 +309,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "85d7521b-a1f6-456e-a40d-b915e6156a4b"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"ba9f4890-6f39-477e-b642-\ -3ac87c6f204c"], + }]], "GuideTutorialsSection",ExpressionUUID->"369074ce-4d9d-4855-9791-\ +7b8eeaa0ffd6"], Cell[BoxData[GridBox[{ { @@ -353,8 +356,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "299f4b0d-1dd8-4aad-87a4-9842d5d4b745"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"9e2aa368-a38d-4669-85d1-\ -b1fb21119bbf"], + }]], "GuideMoreAboutSection",ExpressionUUID->"424d991c-e2e0-49b3-a19d-\ +4c545f3e5bf8"], Cell[BoxData[GridBox[{ { @@ -381,16 +384,16 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "8c51bb9a-94f9-4323-8a4b-587095f824db"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"4c136147-3b79-45ff-994d-\ -6676674d4870"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"5a572df6-7450-4d86-9c7d-\ +9ed7a39afab7"], -Cell[" ", "FooterCell",ExpressionUUID->"3951b90f-3c3c-4113-8273-78d054d1609d"] +Cell[" ", "FooterCell",ExpressionUUID->"26ef931e-f95a-4319-9298-56909a7d51b6"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, -WindowTitle->"Manual of TuGames Version 3.1.2", +WindowTitle->"Manual of TuGames Version 3.1.4", TaggingRules->{ "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", "ExampleCounter" -> 1, @@ -399,20 +402,21 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 56, 21.443125}", + "built" -> "{2024, 6, 3, 16, 49, 27.732815}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Contents", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$14192, - "title" -> "Manual of TuGames Version 3.1.2", "titlemodifier" -> "", - "windowtitle" -> "Manual of TuGames Version 3.1.2", "type" -> "Guide", - "uri" -> "TUG/Guides/RefPageTuGames"}}, + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$14029, + "title" -> "Manual of TuGames Version 3.1.4", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> + "Manual of TuGames Version 3.1.4", "type" -> "Guide", "uri" -> + "TUG/Guides/RefPageTuGames"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"f78a12ea-d743-464c-9276-4ea8f297dfbe" +ExpressionUUID->"168645fe-bdce-4c51-bc43-e2adf04e7985" ] (* End of Notebook Content *) @@ -425,45 +429,45 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[603, 21, 5686, 134, 70, "AnchorBarGrid",ExpressionUUID->"51f20925-9981-493f-900d-806a7e995b9f", +Cell[603, 21, 5733, 137, 70, "AnchorBarGrid",ExpressionUUID->"07c1ba92-87fd-4b33-aefc-75675d77edcb", CellID->1], Cell[CellGroupData[{ -Cell[6314, 159, 128, 1, 70, "GuideTitle",ExpressionUUID->"dd5f6750-3e54-4950-8a3c-89695b370f70", +Cell[6361, 162, 128, 1, 70, "GuideTitle",ExpressionUUID->"dd5f6750-3e54-4950-8a3c-89695b370f70", CellID->910338508], -Cell[6445, 162, 109, 1, 70, "GuideAbstract",ExpressionUUID->"5f999473-9cc9-4fe5-a72e-311865dedb83", +Cell[6492, 165, 109, 1, 70, "GuideAbstract",ExpressionUUID->"5f999473-9cc9-4fe5-a72e-311865dedb83", CellID->1028228989], -Cell[6557, 165, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"2b99b6b2-a2cb-479c-bd4d-4161fa4f0dae"], -Cell[6653, 167, 318, 7, 70, "GuideText",ExpressionUUID->"ea940844-7e33-4de0-8fa9-edb26d58e13c", +Cell[6604, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"ff725c2f-09f7-445a-a61c-dfb71811ecd3"], +Cell[6700, 170, 318, 7, 70, "GuideText",ExpressionUUID->"ea940844-7e33-4de0-8fa9-edb26d58e13c", CellID->161897720], -Cell[6974, 176, 313, 7, 70, "GuideText",ExpressionUUID->"a02a3827-2211-4225-953d-8ad3285219e2", +Cell[7021, 179, 313, 7, 70, "GuideText",ExpressionUUID->"a02a3827-2211-4225-953d-8ad3285219e2", CellID->439252042], -Cell[7290, 185, 313, 7, 70, "GuideText",ExpressionUUID->"c3f7a322-5d2e-4f64-a9c7-4c93a4f8ad05", +Cell[7337, 188, 313, 7, 70, "GuideText",ExpressionUUID->"c3f7a322-5d2e-4f64-a9c7-4c93a4f8ad05", CellID->1755680174], -Cell[7606, 194, 312, 7, 70, "GuideText",ExpressionUUID->"527461ca-659a-4c3c-91fc-11d1284fe3c9", +Cell[7653, 197, 312, 7, 70, "GuideText",ExpressionUUID->"527461ca-659a-4c3c-91fc-11d1284fe3c9", CellID->876492914], -Cell[7921, 203, 331, 8, 70, "GuideText",ExpressionUUID->"b5911c1c-a445-4028-a10d-0616aadf1a99", +Cell[7968, 206, 331, 8, 70, "GuideText",ExpressionUUID->"b5911c1c-a445-4028-a10d-0616aadf1a99", CellID->1195127837], -Cell[8255, 213, 318, 7, 70, "GuideText",ExpressionUUID->"9a76f391-2a93-4b90-ad59-6d57d30371be", +Cell[8302, 216, 318, 7, 70, "GuideText",ExpressionUUID->"9a76f391-2a93-4b90-ad59-6d57d30371be", CellID->1320466619], -Cell[8576, 222, 328, 8, 70, "GuideText",ExpressionUUID->"242902dd-2c66-4325-aa0a-06a4a890b066", +Cell[8623, 225, 328, 8, 70, "GuideText",ExpressionUUID->"242902dd-2c66-4325-aa0a-06a4a890b066", CellID->947312089], -Cell[8907, 232, 372, 9, 70, "GuideText",ExpressionUUID->"f56876e7-2f89-4992-a916-c9071dec5507", +Cell[8954, 235, 372, 9, 70, "GuideText",ExpressionUUID->"f56876e7-2f89-4992-a916-c9071dec5507", CellID->1215953654], -Cell[9282, 243, 373, 9, 70, "GuideText",ExpressionUUID->"8a67f3cc-9e1d-47b3-80e4-f85d6daf1a09", +Cell[9329, 246, 373, 9, 70, "GuideText",ExpressionUUID->"8a67f3cc-9e1d-47b3-80e4-f85d6daf1a09", CellID->1715915767], -Cell[9658, 254, 330, 8, 70, "GuideText",ExpressionUUID->"9375cbb7-4317-445a-be98-c05f24408d7c", +Cell[9705, 257, 330, 8, 70, "GuideText",ExpressionUUID->"9375cbb7-4317-445a-be98-c05f24408d7c", CellID->1216923805], -Cell[9991, 264, 333, 7, 70, "GuideText",ExpressionUUID->"facc23d0-5f5b-4c55-b531-6280f211ac1b", +Cell[10038, 267, 333, 7, 70, "GuideText",ExpressionUUID->"facc23d0-5f5b-4c55-b531-6280f211ac1b", CellID->1295956213], -Cell[10327, 273, 317, 6, 70, "GuideText",ExpressionUUID->"45a1f747-2735-46c3-bf30-ef35eb93ecc3", +Cell[10374, 276, 317, 6, 70, "GuideText",ExpressionUUID->"45a1f747-2735-46c3-bf30-ef35eb93ecc3", CellID->1313182240], -Cell[10647, 281, 296, 5, 70, "GuideText",ExpressionUUID->"13341acd-01e5-4bc4-851d-c3234cff5901", +Cell[10694, 284, 296, 5, 70, "GuideText",ExpressionUUID->"13341acd-01e5-4bc4-851d-c3234cff5901", CellID->59358038] }, Open ]], -Cell[10958, 289, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"ba9f4890-6f39-477e-b642-3ac87c6f204c"], -Cell[11711, 311, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"9e2aa368-a38d-4669-85d1-b1fb21119bbf"], -Cell[13519, 358, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"4c136147-3b79-45ff-994d-6676674d4870"], -Cell[14434, 386, 78, 0, 70, "FooterCell",ExpressionUUID->"3951b90f-3c3c-4113-8273-78d054d1609d"] +Cell[11005, 292, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"369074ce-4d9d-4855-9791-7b8eeaa0ffd6"], +Cell[11758, 314, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"424d991c-e2e0-49b3-a19d-4c545f3e5bf8"], +Cell[13566, 361, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"5a572df6-7450-4d86-9c7d-9ed7a39afab7"], +Cell[14481, 389, 78, 0, 70, "FooterCell",ExpressionUUID->"26ef931e-f95a-4319-9298-56909a7d51b6"] } ] *) diff --git a/Documentation/English/Guides/TUGFunctionsIndex.nb b/Documentation/English/Guides/TUGFunctionsIndex.nb index f8716b1..ed94702 100644 --- a/Documentation/English/Guides/TUGFunctionsIndex.nb +++ b/Documentation/English/Guides/TUGFunctionsIndex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 187852, 4784] -NotebookOptionsPosition[ 153032, 4194] -NotebookOutlinePosition[ 154613, 4234] -CellTagsIndexPosition[ 154570, 4231] +NotebookDataLength[ 191804, 4885] +NotebookOptionsPosition[ 156115, 4281] +NotebookOutlinePosition[ 157718, 4321] +CellTagsIndexPosition[ 157675, 4318] WindowTitle->TuGames Functions Index WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7f09dbd7-3599-48a1-9055-19b56b2252f1"], + "861fe01d-f756-413b-b39f-7276ad80458c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6e2c04cd-f00c-4ab7-b31d-23ec23b43355"], + "054d2c9d-f27b-4a37-a177-d03ffe200cf3"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7bc62a3c-24f0-4531-8d74-ad40bba93098"] - }],ExpressionUUID->"282134d7-769d-4e94-95ac-7a5d2ccf3e3c"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fead29fe-75e9-4c09-9a1e-5f3b22508d5f"] + }],ExpressionUUID->"95f654a0-548c-45fc-8871-3db6c6730ef1"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "080969c0-b199-463e-bb36-9b1b947a6acd"], + "9cf09034-e1d2-4558-866a-4615a7bb4a50"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bb96ca16-56c9-4f76-81e4-c7b399cad36a"] - }],ExpressionUUID->"e8b03401-f7b1-41da-ac4b-83207540903d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "57273974-6c02-4221-b203-9ba9d422c183"] + }],ExpressionUUID->"48105bd4-fd28-4d0d-bb5d-103a36608283"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7e6227da-4ea6-405f-b116-455a634e6935"], + "ad318252-8a4a-4a14-91d9-999f6dcd8c9b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ee436570-a616-4a94-a3b7-fa08aaaad15b"] - }],ExpressionUUID->"99977f29-cd2f-4a21-90c4-6a43dd57350e"], - StripOnInput->False], {"\<\"TUG/Guides/TUGFunctionsIndex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TUGFunctionsIndex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "139437cf-828f-43e2-aec4-fa48bce99a31"] + }],ExpressionUUID->"af71d384-d408-42bd-bf94-b5806835be80"], + StripOnInput->False],{ + "\"TUG/Guides/TUGFunctionsIndex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TUGFunctionsIndex"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TUGFunctionsIndex.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16977], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TUGFunctionsIndex" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$17045], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TUGFunctionsIndex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2a2111d-705a-48a7-a694-daa8a630d9e8"] + "3b6315d5-3b70-4cd5-83c9-ff6ed1d4c46d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ccbf48f3-7de1-4800-a54b-d7d582747b08"]} + "c24116ca-08e9-4ad3-8c09-5e6d6d755b27"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f0827520-4fad-4d39-abfc-84e0a1f931b6"], + CellID->1,ExpressionUUID->"659dd901-4df3-4a17-b84b-7022565af920"], Cell[CellGroupData[{ @@ -164,7 +168,7 @@ Cell["Complete functions index of the Mathematica package TuGames.", \ "GuideAbstract", CellID->1631466429,ExpressionUUID->"6ee7489b-c8af-4431-ad12-66b2bed9c36b"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"edcd3f09-c530-4428-b701-d99504e6b420"], +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"7408f5cb-cb9c-45ca-aee3-488a3df428ed"], Cell[TextData[{ Cell[BoxData[ @@ -670,6 +674,19 @@ plot the reasonable set." }], "GuideText", CellID->852765453,ExpressionUUID->"800c90d6-4138-4ddc-afa2-6e9ec710311f"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"CddGmpPlotWeberSet\"", "paclet:TUG/ref/CddGmpPlotWeberSet"}, + + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "e8e63c4c-c406-4828-af36-2027340ada01"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " calculates while using Cddmathlink2gmp via Mathlink all relevant data to \ +plot the Weber set." +}], "GuideText", + CellID->74718160,ExpressionUUID->"59deebc3-97e8-4472-bf89-e027f9f4b3d9"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"CddGmpVerticesCore\"", "paclet:TUG/ref/CddGmpVerticesCore"}, @@ -933,6 +950,18 @@ Cell[TextData[{ }], "GuideText", CellID->460507085,ExpressionUUID->"fe0e771a-07a9-45ff-87d4-3a5f213407ea"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"CostLocationGame\"", "paclet:TUG/ref/CostLocationGame"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "bb37f0a9-10ed-4720-8c78-b04c2490fc5a"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " computes from a facility location situation the associated cost location \ +game." +}], "GuideText", + CellID->899428307,ExpressionUUID->"7bd7571e-ad54-4735-97c2-0217d33a8b2b"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"CostSaving\"", "paclet:TUG/ref/CostSaving"}, @@ -1077,11 +1106,24 @@ Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"DualGame\"", "paclet:TUG/ref/DualGame"}, "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> - "0c38920b-1b00-4fa7-a08d-0a7ecbe1d7a2"], + "b9d69bf5-8f84-442a-8e88-43a77dc6a301"], " ", StyleBox["\[LongDash]", "GuideEmDash"], " assigns to each coalition the value what it can extract from the grand \ coalition by leaving the grand coalition." +}], "GuideText", + CellID->1266307986,ExpressionUUID->"2f730672-ab23-412f-bfb4-cbc414b7cb62"], + +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + "\"DualProbabilityGame\"", "paclet:TUG/ref/DualProbabilityGame"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "e3e86daf-8d98-44d1-b2de-9a68c32a1fbe"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " computes from weights vector the characteristic values of a dual \ +probability game." }], "GuideText", CellID->983286368,ExpressionUUID->"60139844-74c2-4a2b-8605-c989b95efe10"], @@ -1155,6 +1197,18 @@ Cell[TextData[{ }], "GuideText", CellID->459118676,ExpressionUUID->"6c7cbf83-f32e-4b60-87e7-1ee4b0bdc764"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"EqDistDividends\"", "paclet:TUG/ref/EqDistDividends"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "4cf4cc98-58a5-4c8b-aa83-9ff3fa801602"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " computes the equally distributed dividends of the game, that is, the \ +Shapley value." +}], "GuideText", + CellID->2042051419,ExpressionUUID->"4f68ba5f-8085-4b10-ad66-749e926d8c95"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"EuclidianDistance\"", "paclet:TUG/ref/EuclidianDistance"}, @@ -1215,6 +1269,17 @@ Cell[TextData[{ }], "GuideText", CellID->809950157,ExpressionUUID->"e02d996a-6ade-4860-a8f4-00126368d13b"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"FilledWeberSetV6\"", "paclet:TUG/ref/FilledWeberSetV6"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "f8a50596-77e5-4b93-a3bb-fcc9f48350bd"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " plots the Weber set of a three person game. " +}], "GuideText", + CellID->967976775,ExpressionUUID->"75963070-9728-4c83-ad32-6493bfd0025d"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"FindKernelSolution\"", "paclet:TUG/ref/FindKernelSolution"}, @@ -2510,6 +2575,17 @@ Cell[TextData[{ }], "GuideText", CellID->852166281,ExpressionUUID->"dc0eaadf-b5bd-4882-9e00-b06fae3ea416"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"PlotWeberSet3dV6\"", "paclet:TUG/ref/PlotWeberSet3dV6"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "d3786859-f8df-4981-9702-1aab9f60b835"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " plots the Weber set of a four-person game." +}], "GuideText", + CellID->879059533,ExpressionUUID->"ba70e688-dcfd-46d5-8913-998c540c2551"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"PositiveGameQ\"", "paclet:TUG/ref/PositiveGameQ"}, @@ -2532,6 +2608,17 @@ Cell[TextData[{ }], "GuideText", CellID->541343372,ExpressionUUID->"a6fb7814-c905-43ee-8d4d-a119a855e50c"], +Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{"\"PQNorm\"", "paclet:TUG/ref/PQNorm"}, + "HyperlinkPaclet"]], "InlineFunctionSansUnlinked",ExpressionUUID-> + "852c088c-a0d8-4e67-8104-b1737f172a79"], + " ", + StyleBox["\[LongDash]", "GuideEmDash"], + " computes the PQ-norm from two vectors." +}], "GuideText", + CellID->1470086340,ExpressionUUID->"12ab8371-88b1-4430-a515-2015075ee50b"], + Cell[TextData[{ Cell[BoxData[ TemplateBox[{"\"PreKernelElement\"", "paclet:TUG/ref/PreKernelElement"}, @@ -4112,8 +4199,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "4ddf3610-fbfd-4152-be39-74057a247098"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"dccc1630-bb7e-4656-9b1a-\ -8ca146e00cdb"], + }]], "GuideTutorialsSection",ExpressionUUID->"637efb18-0c68-427a-998d-\ +6194bd7cde01"], Cell[BoxData[GridBox[{ { @@ -4159,8 +4246,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "846aba67-bf13-42ad-ab1e-8bd65a84c49a"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"783c21c1-de91-436f-8311-\ -b8ed68454a6d"], + }]], "GuideMoreAboutSection",ExpressionUUID->"a19f184a-4fdb-4d6b-8d58-\ +4c8291d42cb7"], Cell[BoxData[GridBox[{ { @@ -4187,14 +4274,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "b71db219-cae0-46b6-9373-b29f284453fc"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"b1ace180-c58d-41cf-9e07-\ -ecdeaf47fe50"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"b7b0a85d-d019-4a64-8ded-\ +b0a4f6c36f1d"], -Cell[" ", "FooterCell",ExpressionUUID->"9b4258c5-d762-4a76-91fd-cd85064fe81d"] +Cell[" ", "FooterCell",ExpressionUUID->"a406677f-c5d5-4bbd-b04a-3c55d7593063"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGames Functions Index ", TaggingRules->{ @@ -4205,22 +4292,22 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 58, 0.323644}", + "built" -> "{2024, 6, 3, 16, 50, 53.205677}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Complete functions index of the Mathematica package TuGames.", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$16942, "title" -> - "TuGames Functions Index ", "titlemodifier" -> "", "windowtitle" -> - "TuGames Functions Index ", "type" -> "Guide", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$17010, "title" -> + "TuGames Functions Index ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "TuGames Functions Index ", "type" -> "Guide", "uri" -> "TUG/Guides/TUGFunctionsIndex"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"f0eb3b4a-43a9-40bc-8cd4-85afdc5006a8" +ExpressionUUID->"fe0b4006-b119-4645-8e53-30a7192529ce" ] (* End of Notebook Content *) @@ -4233,559 +4320,573 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 5698, 134, 70, "AnchorBarGrid",ExpressionUUID->"f0827520-4fad-4d39-abfc-84e0a1f931b6", +Cell[596, 21, 5761, 138, 70, "AnchorBarGrid",ExpressionUUID->"659dd901-4df3-4a17-b84b-7022565af920", CellID->1], Cell[CellGroupData[{ -Cell[6319, 159, 122, 1, 70, "GuideTitle",ExpressionUUID->"db515f01-00e0-4343-ae64-21d95be35b23", +Cell[6382, 163, 122, 1, 70, "GuideTitle",ExpressionUUID->"db515f01-00e0-4343-ae64-21d95be35b23", CellID->1943604038], -Cell[6444, 162, 163, 2, 70, "GuideAbstract",ExpressionUUID->"6ee7489b-c8af-4431-ad12-66b2bed9c36b", +Cell[6507, 166, 163, 2, 70, "GuideAbstract",ExpressionUUID->"6ee7489b-c8af-4431-ad12-66b2bed9c36b", CellID->1631466429], -Cell[6610, 166, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"edcd3f09-c530-4428-b701-d99504e6b420"], -Cell[6706, 168, 512, 12, 70, "GuideText",ExpressionUUID->"36e4a138-6121-4fb1-9f5a-bb8913d188c8", +Cell[6673, 170, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"7408f5cb-cb9c-45ca-aee3-488a3df428ed"], +Cell[6769, 172, 512, 12, 70, "GuideText",ExpressionUUID->"36e4a138-6121-4fb1-9f5a-bb8913d188c8", CellID->2002299049], -Cell[7221, 182, 458, 11, 70, "GuideText",ExpressionUUID->"a7051b0c-cf8e-4e13-8a23-f8094ed58e4b", +Cell[7284, 186, 458, 11, 70, "GuideText",ExpressionUUID->"a7051b0c-cf8e-4e13-8a23-f8094ed58e4b", CellID->923242930], -Cell[7682, 195, 440, 9, 70, "GuideText",ExpressionUUID->"cea22c31-f1dc-40e3-8810-c3fad56daae4", +Cell[7745, 199, 440, 9, 70, "GuideText",ExpressionUUID->"cea22c31-f1dc-40e3-8810-c3fad56daae4", CellID->1835131049], -Cell[8125, 206, 545, 13, 70, "GuideText",ExpressionUUID->"a6c7ca51-47bd-4d77-bb75-595129cfcbfc", +Cell[8188, 210, 545, 13, 70, "GuideText",ExpressionUUID->"a6c7ca51-47bd-4d77-bb75-595129cfcbfc", CellID->564275744], -Cell[8673, 221, 418, 9, 70, "GuideText",ExpressionUUID->"54d8a346-0396-4b55-9452-d7df8ec5b31f", +Cell[8736, 225, 418, 9, 70, "GuideText",ExpressionUUID->"54d8a346-0396-4b55-9452-d7df8ec5b31f", CellID->14640647], -Cell[9094, 232, 419, 9, 70, "GuideText",ExpressionUUID->"45b3e412-d37b-457b-ab54-8d01c24d0ba7", +Cell[9157, 236, 419, 9, 70, "GuideText",ExpressionUUID->"45b3e412-d37b-457b-ab54-8d01c24d0ba7", CellID->1106481458], -Cell[9516, 243, 443, 10, 70, "GuideText",ExpressionUUID->"86fa41f5-9017-4443-bf73-34fd1598bc84", +Cell[9579, 247, 443, 10, 70, "GuideText",ExpressionUUID->"86fa41f5-9017-4443-bf73-34fd1598bc84", CellID->1062485490], -Cell[9962, 255, 502, 12, 70, "GuideText",ExpressionUUID->"85de0f2f-51c4-4faf-8a44-3849bce7d0cd", +Cell[10025, 259, 502, 12, 70, "GuideText",ExpressionUUID->"85de0f2f-51c4-4faf-8a44-3849bce7d0cd", CellID->1462030573], -Cell[10467, 269, 501, 12, 70, "GuideText",ExpressionUUID->"84e9e177-7175-40bb-b468-5efd31ac97c9", +Cell[10530, 273, 501, 12, 70, "GuideText",ExpressionUUID->"84e9e177-7175-40bb-b468-5efd31ac97c9", CellID->720684952], -Cell[10971, 283, 472, 10, 70, "GuideText",ExpressionUUID->"408ce282-b9c5-4ef7-ac67-5e26038712d2", +Cell[11034, 287, 472, 10, 70, "GuideText",ExpressionUUID->"408ce282-b9c5-4ef7-ac67-5e26038712d2", CellID->533288859], -Cell[11446, 295, 501, 12, 70, "GuideText",ExpressionUUID->"b52505e0-479b-482a-8d3a-30c466fa5b72", +Cell[11509, 299, 501, 12, 70, "GuideText",ExpressionUUID->"b52505e0-479b-482a-8d3a-30c466fa5b72", CellID->1346183444], -Cell[11950, 309, 428, 10, 70, "GuideText",ExpressionUUID->"daf3e605-054d-473a-9c21-217fbfe4ce6a", +Cell[12013, 313, 428, 10, 70, "GuideText",ExpressionUUID->"daf3e605-054d-473a-9c21-217fbfe4ce6a", CellID->1816584475], -Cell[12381, 321, 427, 10, 70, "GuideText",ExpressionUUID->"44374ca5-cf56-4f95-afe0-646f6a5c3ab0", +Cell[12444, 325, 427, 10, 70, "GuideText",ExpressionUUID->"44374ca5-cf56-4f95-afe0-646f6a5c3ab0", CellID->1786908250], -Cell[12811, 333, 402, 9, 70, "GuideText",ExpressionUUID->"39e94e39-aec9-4ec2-b7cb-b88454142ffb", +Cell[12874, 337, 402, 9, 70, "GuideText",ExpressionUUID->"39e94e39-aec9-4ec2-b7cb-b88454142ffb", CellID->1392691031], -Cell[13216, 344, 399, 9, 70, "GuideText",ExpressionUUID->"9755a12c-84e6-450b-9c08-3269b62231ec", +Cell[13279, 348, 399, 9, 70, "GuideText",ExpressionUUID->"9755a12c-84e6-450b-9c08-3269b62231ec", CellID->152024763], -Cell[13618, 355, 387, 9, 70, "GuideText",ExpressionUUID->"de47e3a5-ca6c-4dac-9ee1-6e6fcdb94e3c", +Cell[13681, 359, 387, 9, 70, "GuideText",ExpressionUUID->"de47e3a5-ca6c-4dac-9ee1-6e6fcdb94e3c", CellID->1053401089], -Cell[14008, 366, 508, 12, 70, "GuideText",ExpressionUUID->"70d8afb2-01e9-4f2d-8120-d864c77b445b", +Cell[14071, 370, 508, 12, 70, "GuideText",ExpressionUUID->"70d8afb2-01e9-4f2d-8120-d864c77b445b", CellID->350233730], -Cell[14519, 380, 508, 12, 70, "GuideText",ExpressionUUID->"49966855-be28-4e60-8dbc-86ec6877f955", +Cell[14582, 384, 508, 12, 70, "GuideText",ExpressionUUID->"49966855-be28-4e60-8dbc-86ec6877f955", CellID->1775902560], -Cell[15030, 394, 483, 12, 70, "GuideText",ExpressionUUID->"9a80bed4-e93e-42c2-82a0-9f2338780c48", +Cell[15093, 398, 483, 12, 70, "GuideText",ExpressionUUID->"9a80bed4-e93e-42c2-82a0-9f2338780c48", CellID->1017003311], -Cell[15516, 408, 426, 10, 70, "GuideText",ExpressionUUID->"c22bb43f-84e3-4169-9a69-11c7bdf4ef7b", +Cell[15579, 412, 426, 10, 70, "GuideText",ExpressionUUID->"c22bb43f-84e3-4169-9a69-11c7bdf4ef7b", CellID->1904201036], -Cell[15945, 420, 415, 9, 70, "GuideText",ExpressionUUID->"77912b87-c57e-47c0-935b-5c5f8154ec08", +Cell[16008, 424, 415, 9, 70, "GuideText",ExpressionUUID->"77912b87-c57e-47c0-935b-5c5f8154ec08", CellID->1691127730], -Cell[16363, 431, 424, 9, 70, "GuideText",ExpressionUUID->"20becb28-2d68-49d6-9ed8-a0a1006976dc", +Cell[16426, 435, 424, 9, 70, "GuideText",ExpressionUUID->"20becb28-2d68-49d6-9ed8-a0a1006976dc", CellID->1530197309], -Cell[16790, 442, 429, 9, 70, "GuideText",ExpressionUUID->"836425a3-0830-4508-a174-f49918d052e4", +Cell[16853, 446, 429, 9, 70, "GuideText",ExpressionUUID->"836425a3-0830-4508-a174-f49918d052e4", CellID->2052595304], -Cell[17222, 453, 394, 9, 70, "GuideText",ExpressionUUID->"ae8fd7aa-06b0-4d0e-93db-ad906d2b217b", +Cell[17285, 457, 394, 9, 70, "GuideText",ExpressionUUID->"ae8fd7aa-06b0-4d0e-93db-ad906d2b217b", CellID->245673566], -Cell[17619, 464, 393, 9, 70, "GuideText",ExpressionUUID->"4e78af03-84e9-4415-80a0-91743fb9458a", +Cell[17682, 468, 393, 9, 70, "GuideText",ExpressionUUID->"4e78af03-84e9-4415-80a0-91743fb9458a", CellID->1718244271], -Cell[18015, 475, 405, 9, 70, "GuideText",ExpressionUUID->"21638879-9175-4c99-b589-3f4973e2ee89", +Cell[18078, 479, 405, 9, 70, "GuideText",ExpressionUUID->"21638879-9175-4c99-b589-3f4973e2ee89", CellID->1367171390], -Cell[18423, 486, 402, 9, 70, "GuideText",ExpressionUUID->"f45e7935-da86-4e6b-9482-3b26af0a0894", +Cell[18486, 490, 402, 9, 70, "GuideText",ExpressionUUID->"f45e7935-da86-4e6b-9482-3b26af0a0894", CellID->957485175], -Cell[18828, 497, 477, 11, 70, "GuideText",ExpressionUUID->"4049caa0-be16-4bbc-aa5b-d89fbf702687", +Cell[18891, 501, 477, 11, 70, "GuideText",ExpressionUUID->"4049caa0-be16-4bbc-aa5b-d89fbf702687", CellID->1261249116], -Cell[19308, 510, 484, 11, 70, "GuideText",ExpressionUUID->"11d8b105-fce1-4a3a-8993-d0a11771ba9d", +Cell[19371, 514, 484, 11, 70, "GuideText",ExpressionUUID->"11d8b105-fce1-4a3a-8993-d0a11771ba9d", CellID->814099940], -Cell[19795, 523, 496, 11, 70, "GuideText",ExpressionUUID->"7ded5186-028c-4b05-b682-a5ba9948e33c", +Cell[19858, 527, 496, 11, 70, "GuideText",ExpressionUUID->"7ded5186-028c-4b05-b682-a5ba9948e33c", CellID->1288612495], -Cell[20294, 536, 421, 9, 70, "GuideText",ExpressionUUID->"8f7f58e8-34d5-4168-bdc9-f7e1c042a590", +Cell[20357, 540, 421, 9, 70, "GuideText",ExpressionUUID->"8f7f58e8-34d5-4168-bdc9-f7e1c042a590", CellID->1265213330], -Cell[20718, 547, 411, 9, 70, "GuideText",ExpressionUUID->"bb6c2e7b-eb4a-433c-add3-89c8ad961a1e", +Cell[20781, 551, 411, 9, 70, "GuideText",ExpressionUUID->"bb6c2e7b-eb4a-433c-add3-89c8ad961a1e", CellID->918629812], -Cell[21132, 558, 408, 9, 70, "GuideText",ExpressionUUID->"17fd8c58-4a38-4859-93e8-43d995154af0", +Cell[21195, 562, 408, 9, 70, "GuideText",ExpressionUUID->"17fd8c58-4a38-4859-93e8-43d995154af0", CellID->517564640], -Cell[21543, 569, 411, 9, 70, "GuideText",ExpressionUUID->"c68ea18e-a79d-4d4a-b12a-eb33123c6941", +Cell[21606, 573, 411, 9, 70, "GuideText",ExpressionUUID->"c68ea18e-a79d-4d4a-b12a-eb33123c6941", CellID->1141087448], -Cell[21957, 580, 550, 13, 70, "GuideText",ExpressionUUID->"55b767e8-5320-4f1f-8fe7-c15e6d76a235", +Cell[22020, 584, 550, 13, 70, "GuideText",ExpressionUUID->"55b767e8-5320-4f1f-8fe7-c15e6d76a235", CellID->453048481], -Cell[22510, 595, 485, 10, 70, "GuideText",ExpressionUUID->"989b7c30-272a-477f-baf9-2ae1367e7215", +Cell[22573, 599, 485, 10, 70, "GuideText",ExpressionUUID->"989b7c30-272a-477f-baf9-2ae1367e7215", CellID->678912098], -Cell[22998, 607, 464, 12, 70, "GuideText",ExpressionUUID->"f6aa2023-08a5-4ecc-b7b9-595a21ff2a6b", +Cell[23061, 611, 464, 12, 70, "GuideText",ExpressionUUID->"f6aa2023-08a5-4ecc-b7b9-595a21ff2a6b", CellID->167281405], -Cell[23465, 621, 448, 10, 70, "GuideText",ExpressionUUID->"e3318e30-2f20-4516-9075-ca8a7734d2af", +Cell[23528, 625, 448, 10, 70, "GuideText",ExpressionUUID->"e3318e30-2f20-4516-9075-ca8a7734d2af", CellID->1470051792], -Cell[23916, 633, 479, 11, 70, "GuideText",ExpressionUUID->"ea754e3b-3b9a-47e4-b353-283b1bcb0748", +Cell[23979, 637, 479, 11, 70, "GuideText",ExpressionUUID->"ea754e3b-3b9a-47e4-b353-283b1bcb0748", CellID->435629486], -Cell[24398, 646, 473, 11, 70, "GuideText",ExpressionUUID->"6515249d-08fa-4468-a56f-8d3483557de9", +Cell[24461, 650, 473, 11, 70, "GuideText",ExpressionUUID->"6515249d-08fa-4468-a56f-8d3483557de9", CellID->1858409135], -Cell[24874, 659, 479, 11, 70, "GuideText",ExpressionUUID->"800c90d6-4138-4ddc-afa2-6e9ec710311f", +Cell[24937, 663, 479, 11, 70, "GuideText",ExpressionUUID->"800c90d6-4138-4ddc-afa2-6e9ec710311f", CellID->852765453], -Cell[25356, 672, 440, 10, 70, "GuideText",ExpressionUUID->"65c5d1ec-6ab6-47ec-a724-5bd0ea306413", +Cell[25419, 676, 463, 11, 70, "GuideText",ExpressionUUID->"59deebc3-97e8-4472-bf89-e027f9f4b3d9", + CellID->74718160], +Cell[25885, 689, 440, 10, 70, "GuideText",ExpressionUUID->"65c5d1ec-6ab6-47ec-a724-5bd0ea306413", CellID->340741142], -Cell[25799, 684, 427, 9, 70, "GuideText",ExpressionUUID->"e856a544-4ab1-4dff-a9b6-d58f16416eee", +Cell[26328, 701, 427, 9, 70, "GuideText",ExpressionUUID->"e856a544-4ab1-4dff-a9b6-d58f16416eee", CellID->1507067498], -Cell[26229, 695, 465, 12, 70, "GuideText",ExpressionUUID->"76ba35d6-50b2-4478-9e13-53ead7136516", +Cell[26758, 712, 465, 12, 70, "GuideText",ExpressionUUID->"76ba35d6-50b2-4478-9e13-53ead7136516", CellID->1823097183], -Cell[26697, 709, 444, 10, 70, "GuideText",ExpressionUUID->"943ca32e-c2ca-4448-99b5-381a9f55ab39", +Cell[27226, 726, 444, 10, 70, "GuideText",ExpressionUUID->"943ca32e-c2ca-4448-99b5-381a9f55ab39", CellID->1615112435], -Cell[27144, 721, 464, 12, 70, "GuideText",ExpressionUUID->"c9827afe-d310-49ab-8a1e-43fb4a12686f", +Cell[27673, 738, 464, 12, 70, "GuideText",ExpressionUUID->"c9827afe-d310-49ab-8a1e-43fb4a12686f", CellID->648196345], -Cell[27611, 735, 450, 11, 70, "GuideText",ExpressionUUID->"331ff696-e97c-4bae-98d3-3989e566ed21", +Cell[28140, 752, 450, 11, 70, "GuideText",ExpressionUUID->"331ff696-e97c-4bae-98d3-3989e566ed21", CellID->386258599], -Cell[28064, 748, 486, 10, 70, "GuideText",ExpressionUUID->"919d5ff8-3aa9-411d-8e5a-74d23bd04575", +Cell[28593, 765, 486, 10, 70, "GuideText",ExpressionUUID->"919d5ff8-3aa9-411d-8e5a-74d23bd04575", CellID->1081266443], -Cell[28553, 760, 457, 10, 70, "GuideText",ExpressionUUID->"4471e918-d28d-411d-89df-1e0010782df6", +Cell[29082, 777, 457, 10, 70, "GuideText",ExpressionUUID->"4471e918-d28d-411d-89df-1e0010782df6", CellID->1458391506], -Cell[29013, 772, 484, 12, 70, "GuideText",ExpressionUUID->"378ed326-8d07-4388-8b1b-a613af9e3dfe", +Cell[29542, 789, 484, 12, 70, "GuideText",ExpressionUUID->"378ed326-8d07-4388-8b1b-a613af9e3dfe", CellID->1527346048], -Cell[29500, 786, 456, 11, 70, "GuideText",ExpressionUUID->"55e77f0f-280d-4bc7-b5a6-5a636fb4e682", +Cell[30029, 803, 456, 11, 70, "GuideText",ExpressionUUID->"55e77f0f-280d-4bc7-b5a6-5a636fb4e682", CellID->1534314924], -Cell[29959, 799, 381, 9, 70, "GuideText",ExpressionUUID->"dd990fdb-bfa1-4fc7-9804-0b16b3e83faf", +Cell[30488, 816, 381, 9, 70, "GuideText",ExpressionUUID->"dd990fdb-bfa1-4fc7-9804-0b16b3e83faf", CellID->2137303605], -Cell[30343, 810, 411, 9, 70, "GuideText",ExpressionUUID->"e2eedae1-7a53-4e9a-be07-51a228065773", +Cell[30872, 827, 411, 9, 70, "GuideText",ExpressionUUID->"e2eedae1-7a53-4e9a-be07-51a228065773", CellID->1694627453], -Cell[30757, 821, 450, 10, 70, "GuideText",ExpressionUUID->"d669af72-7922-4bb9-ba4c-a63819d7ccf8", +Cell[31286, 838, 450, 10, 70, "GuideText",ExpressionUUID->"d669af72-7922-4bb9-ba4c-a63819d7ccf8", CellID->856883068], -Cell[31210, 833, 416, 9, 70, "GuideText",ExpressionUUID->"c2f59edb-bdf9-4c4d-9e28-745ee951d6b5", +Cell[31739, 850, 416, 9, 70, "GuideText",ExpressionUUID->"c2f59edb-bdf9-4c4d-9e28-745ee951d6b5", CellID->425449443], -Cell[31629, 844, 441, 10, 70, "GuideText",ExpressionUUID->"163618a3-db25-4154-8c53-1b71c2f54692", +Cell[32158, 861, 441, 10, 70, "GuideText",ExpressionUUID->"163618a3-db25-4154-8c53-1b71c2f54692", CellID->1405552940], -Cell[32073, 856, 376, 9, 70, "GuideText",ExpressionUUID->"2044a15f-2c6e-42ac-8871-957433d0ee04", +Cell[32602, 873, 376, 9, 70, "GuideText",ExpressionUUID->"2044a15f-2c6e-42ac-8871-957433d0ee04", CellID->216792740], -Cell[32452, 867, 392, 9, 70, "GuideText",ExpressionUUID->"dd631e06-e7eb-42a1-8f72-10bbdeefd7eb", +Cell[32981, 884, 392, 9, 70, "GuideText",ExpressionUUID->"dd631e06-e7eb-42a1-8f72-10bbdeefd7eb", CellID->1087035108], -Cell[32847, 878, 473, 11, 70, "GuideText",ExpressionUUID->"fca6be48-4142-4d54-9ecb-7cc27da831ad", +Cell[33376, 895, 473, 11, 70, "GuideText",ExpressionUUID->"fca6be48-4142-4d54-9ecb-7cc27da831ad", CellID->308513894], -Cell[33323, 891, 413, 9, 70, "GuideText",ExpressionUUID->"48672998-cbd7-4621-8342-f911e376f7a3", +Cell[33852, 908, 413, 9, 70, "GuideText",ExpressionUUID->"48672998-cbd7-4621-8342-f911e376f7a3", CellID->1751107664], -Cell[33739, 902, 395, 9, 70, "GuideText",ExpressionUUID->"accf7088-2114-409b-8706-edefd382d03c", +Cell[34268, 919, 395, 9, 70, "GuideText",ExpressionUUID->"accf7088-2114-409b-8706-edefd382d03c", CellID->1076855065], -Cell[34137, 913, 410, 9, 70, "GuideText",ExpressionUUID->"a0748296-99c9-4f27-954c-27e0f14ace9d", +Cell[34666, 930, 410, 9, 70, "GuideText",ExpressionUUID->"a0748296-99c9-4f27-954c-27e0f14ace9d", CellID->2003141347], -Cell[34550, 924, 386, 9, 70, "GuideText",ExpressionUUID->"fe0e771a-07a9-45ff-87d4-3a5f213407ea", +Cell[35079, 941, 386, 9, 70, "GuideText",ExpressionUUID->"fe0e771a-07a9-45ff-87d4-3a5f213407ea", CellID->460507085], -Cell[34939, 935, 413, 9, 70, "GuideText",ExpressionUUID->"9704733e-b2a8-4949-9666-8bfbc24dc083", +Cell[35468, 952, 442, 10, 70, "GuideText",ExpressionUUID->"7bd7571e-ad54-4735-97c2-0217d33a8b2b", + CellID->899428307], +Cell[35913, 964, 413, 9, 70, "GuideText",ExpressionUUID->"9704733e-b2a8-4949-9666-8bfbc24dc083", CellID->1502304509], -Cell[35355, 946, 451, 11, 70, "GuideText",ExpressionUUID->"dfd569ef-f529-4772-8790-a0ec7db85f68", +Cell[36329, 975, 451, 11, 70, "GuideText",ExpressionUUID->"dfd569ef-f529-4772-8790-a0ec7db85f68", CellID->1261210639], -Cell[35809, 959, 366, 9, 70, "GuideText",ExpressionUUID->"8dcf459f-5574-4947-a414-609ce2765110", +Cell[36783, 988, 366, 9, 70, "GuideText",ExpressionUUID->"8dcf459f-5574-4947-a414-609ce2765110", CellID->22671959], -Cell[36178, 970, 467, 10, 70, "GuideText",ExpressionUUID->"89bdd6a8-7f17-4803-918e-b3bf976be74c", +Cell[37152, 999, 467, 10, 70, "GuideText",ExpressionUUID->"89bdd6a8-7f17-4803-918e-b3bf976be74c", CellID->121011447], -Cell[36648, 982, 446, 10, 70, "GuideText",ExpressionUUID->"ebfdcd6c-fc9e-43b2-9c13-6b8ba497bdd8", +Cell[37622, 1011, 446, 10, 70, "GuideText",ExpressionUUID->"ebfdcd6c-fc9e-43b2-9c13-6b8ba497bdd8", CellID->475878984], -Cell[37097, 994, 441, 10, 70, "GuideText",ExpressionUUID->"797bd8a1-0c57-42ad-a886-d50486d405d3", +Cell[38071, 1023, 441, 10, 70, "GuideText",ExpressionUUID->"797bd8a1-0c57-42ad-a886-d50486d405d3", CellID->8362909], -Cell[37541, 1006, 440, 10, 70, "GuideText",ExpressionUUID->"cf615e75-c378-46b3-9236-1398d27c3d53", +Cell[38515, 1035, 440, 10, 70, "GuideText",ExpressionUUID->"cf615e75-c378-46b3-9236-1398d27c3d53", CellID->447630918], -Cell[37984, 1018, 478, 11, 70, "GuideText",ExpressionUUID->"803dd656-2a66-4bf5-a4d0-6c9b45b74532", +Cell[38958, 1047, 478, 11, 70, "GuideText",ExpressionUUID->"803dd656-2a66-4bf5-a4d0-6c9b45b74532", CellID->604631557], -Cell[38465, 1031, 411, 9, 70, "GuideText",ExpressionUUID->"8b861408-9b50-439c-9281-e6296df0f18e", +Cell[39439, 1060, 411, 9, 70, "GuideText",ExpressionUUID->"8b861408-9b50-439c-9281-e6296df0f18e", CellID->1435962833], -Cell[38879, 1042, 398, 9, 70, "GuideText",ExpressionUUID->"72df5bd4-b6c8-46ec-89ec-fa150528028f", +Cell[39853, 1071, 398, 9, 70, "GuideText",ExpressionUUID->"72df5bd4-b6c8-46ec-89ec-fa150528028f", CellID->24212377], -Cell[39280, 1053, 421, 9, 70, "GuideText",ExpressionUUID->"009e15e5-1ca7-47f3-b852-d01b2c25e20a", +Cell[40254, 1082, 421, 9, 70, "GuideText",ExpressionUUID->"009e15e5-1ca7-47f3-b852-d01b2c25e20a", CellID->2053914950], -Cell[39704, 1064, 406, 9, 70, "GuideText",ExpressionUUID->"68702090-7411-4df4-b08a-5e9e2cb8947f", +Cell[40678, 1093, 406, 9, 70, "GuideText",ExpressionUUID->"68702090-7411-4df4-b08a-5e9e2cb8947f", CellID->1775320042], -Cell[40113, 1075, 460, 10, 70, "GuideText",ExpressionUUID->"60139844-74c2-4a2b-8605-c989b95efe10", +Cell[41087, 1104, 461, 10, 70, "GuideText",ExpressionUUID->"2f730672-ab23-412f-bfb4-cbc414b7cb62", + CellID->1266307986], +Cell[41551, 1116, 456, 11, 70, "GuideText",ExpressionUUID->"60139844-74c2-4a2b-8605-c989b95efe10", CellID->983286368], -Cell[40576, 1087, 397, 9, 70, "GuideText",ExpressionUUID->"3ff041fe-3dfd-4fe1-9293-af5a07851bde", +Cell[42010, 1129, 397, 9, 70, "GuideText",ExpressionUUID->"3ff041fe-3dfd-4fe1-9293-af5a07851bde", CellID->1600134426], -Cell[40976, 1098, 420, 9, 70, "GuideText",ExpressionUUID->"3a824d40-c74c-4ea5-9f02-36e9bb98b1a9", +Cell[42410, 1140, 420, 9, 70, "GuideText",ExpressionUUID->"3a824d40-c74c-4ea5-9f02-36e9bb98b1a9", CellID->88343479], -Cell[41399, 1109, 397, 9, 70, "GuideText",ExpressionUUID->"9c236a53-4f43-42f3-a7de-da5c43f7a218", +Cell[42833, 1151, 397, 9, 70, "GuideText",ExpressionUUID->"9c236a53-4f43-42f3-a7de-da5c43f7a218", CellID->338107229], -Cell[41799, 1120, 370, 9, 70, "GuideText",ExpressionUUID->"90dbd15d-1b1d-49bb-9f88-a3cca42b9355", +Cell[43233, 1162, 370, 9, 70, "GuideText",ExpressionUUID->"90dbd15d-1b1d-49bb-9f88-a3cca42b9355", CellID->713861417], -Cell[42172, 1131, 447, 10, 70, "GuideText",ExpressionUUID->"bbb82764-9052-4f11-9181-c63c3a4e2ad8", +Cell[43606, 1173, 447, 10, 70, "GuideText",ExpressionUUID->"bbb82764-9052-4f11-9181-c63c3a4e2ad8", CellID->111015438], -Cell[42622, 1143, 504, 12, 70, "GuideText",ExpressionUUID->"6c7cbf83-f32e-4b60-87e7-1ee4b0bdc764", +Cell[44056, 1185, 504, 12, 70, "GuideText",ExpressionUUID->"6c7cbf83-f32e-4b60-87e7-1ee4b0bdc764", CellID->459118676], -Cell[43129, 1157, 412, 9, 70, "GuideText",ExpressionUUID->"4ad75b4a-41a2-44de-90ff-c94551763c3b", +Cell[44563, 1199, 446, 10, 70, "GuideText",ExpressionUUID->"4f68ba5f-8085-4b10-ad66-749e926d8c95", + CellID->2042051419], +Cell[45012, 1211, 412, 9, 70, "GuideText",ExpressionUUID->"4ad75b4a-41a2-44de-90ff-c94551763c3b", CellID->1189740401], -Cell[43544, 1168, 462, 10, 70, "GuideText",ExpressionUUID->"e453a6ea-3a57-4739-9000-9bb03207cbbd", +Cell[45427, 1222, 462, 10, 70, "GuideText",ExpressionUUID->"e453a6ea-3a57-4739-9000-9bb03207cbbd", CellID->119378347], -Cell[44009, 1180, 458, 12, 70, "GuideText",ExpressionUUID->"26a344e3-ba98-4b93-aff1-b78dbb6e3b5d", +Cell[45892, 1234, 458, 12, 70, "GuideText",ExpressionUUID->"26a344e3-ba98-4b93-aff1-b78dbb6e3b5d", CellID->906749594], -Cell[44470, 1194, 467, 10, 70, "GuideText",ExpressionUUID->"d4f1be6f-dd72-4a4f-b0de-51b52106e00a", +Cell[46353, 1248, 467, 10, 70, "GuideText",ExpressionUUID->"d4f1be6f-dd72-4a4f-b0de-51b52106e00a", CellID->795170435], -Cell[44940, 1206, 393, 9, 70, "GuideText",ExpressionUUID->"e02d996a-6ade-4860-a8f4-00126368d13b", +Cell[46823, 1260, 393, 9, 70, "GuideText",ExpressionUUID->"e02d996a-6ade-4860-a8f4-00126368d13b", CellID->809950157], -Cell[45336, 1217, 521, 13, 70, "GuideText",ExpressionUUID->"baf59f98-cc0f-4361-b444-6b095d6106a7", +Cell[47219, 1271, 406, 9, 70, "GuideText",ExpressionUUID->"75963070-9728-4c83-ad32-6493bfd0025d", + CellID->967976775], +Cell[47628, 1282, 521, 13, 70, "GuideText",ExpressionUUID->"baf59f98-cc0f-4361-b444-6b095d6106a7", CellID->819413505], -Cell[45860, 1232, 531, 13, 70, "GuideText",ExpressionUUID->"8dce9c32-f8f5-404d-8313-8e90ccde8912", +Cell[48152, 1297, 531, 13, 70, "GuideText",ExpressionUUID->"8dce9c32-f8f5-404d-8313-8e90ccde8912", CellID->1778456803], -Cell[46394, 1247, 433, 9, 70, "GuideText",ExpressionUUID->"7484bf04-49b5-469a-9274-073ed006ecf9", +Cell[48686, 1312, 433, 9, 70, "GuideText",ExpressionUUID->"7484bf04-49b5-469a-9274-073ed006ecf9", CellID->262600935], -Cell[46830, 1258, 423, 9, 70, "GuideText",ExpressionUUID->"a9329f51-cdda-4927-9eeb-61dadd1507b2", +Cell[49122, 1323, 423, 9, 70, "GuideText",ExpressionUUID->"a9329f51-cdda-4927-9eeb-61dadd1507b2", CellID->907756984], -Cell[47256, 1269, 449, 10, 70, "GuideText",ExpressionUUID->"6d2d899a-abdf-4704-87d7-3815de5a436c", +Cell[49548, 1334, 449, 10, 70, "GuideText",ExpressionUUID->"6d2d899a-abdf-4704-87d7-3815de5a436c", CellID->2116564032], -Cell[47708, 1281, 388, 9, 70, "GuideText",ExpressionUUID->"caa6f8cf-3073-40e2-85a4-a41c703dd63c", +Cell[50000, 1346, 388, 9, 70, "GuideText",ExpressionUUID->"caa6f8cf-3073-40e2-85a4-a41c703dd63c", CellID->976462352], -Cell[48099, 1292, 413, 9, 70, "GuideText",ExpressionUUID->"ebdcc5de-3974-427b-99a0-110cf1791540", +Cell[50391, 1357, 413, 9, 70, "GuideText",ExpressionUUID->"ebdcc5de-3974-427b-99a0-110cf1791540", CellID->1018772422], -Cell[48515, 1303, 417, 10, 70, "GuideText",ExpressionUUID->"5d132079-7192-45ed-9e4b-a7919f9beef7", +Cell[50807, 1368, 417, 10, 70, "GuideText",ExpressionUUID->"5d132079-7192-45ed-9e4b-a7919f9beef7", CellID->428199060], -Cell[48935, 1315, 400, 9, 70, "GuideText",ExpressionUUID->"2e40a4e4-df4d-40d0-b261-b84d0b5bb16e", +Cell[51227, 1380, 400, 9, 70, "GuideText",ExpressionUUID->"2e40a4e4-df4d-40d0-b261-b84d0b5bb16e", CellID->18719105], -Cell[49338, 1326, 440, 10, 70, "GuideText",ExpressionUUID->"d2813bd6-2ec2-42fd-a73b-fe683bfbc9aa", +Cell[51630, 1391, 440, 10, 70, "GuideText",ExpressionUUID->"d2813bd6-2ec2-42fd-a73b-fe683bfbc9aa", CellID->134257090], -Cell[49781, 1338, 436, 10, 70, "GuideText",ExpressionUUID->"fd0f06fd-4817-45fb-9bf5-b61233d1c873", +Cell[52073, 1403, 436, 10, 70, "GuideText",ExpressionUUID->"fd0f06fd-4817-45fb-9bf5-b61233d1c873", CellID->759677837], -Cell[50220, 1350, 467, 10, 70, "GuideText",ExpressionUUID->"e0cd0970-8283-4a91-b353-533a447f1467", +Cell[52512, 1415, 467, 10, 70, "GuideText",ExpressionUUID->"e0cd0970-8283-4a91-b353-533a447f1467", CellID->1138150769], -Cell[50690, 1362, 417, 9, 70, "GuideText",ExpressionUUID->"7a174a8c-215e-418f-b0a4-4c03bf743992", +Cell[52982, 1427, 417, 9, 70, "GuideText",ExpressionUUID->"7a174a8c-215e-418f-b0a4-4c03bf743992", CellID->1691177514], -Cell[51110, 1373, 414, 9, 70, "GuideText",ExpressionUUID->"dba53a71-8936-4e75-aad2-1c2be7b63281", +Cell[53402, 1438, 414, 9, 70, "GuideText",ExpressionUUID->"dba53a71-8936-4e75-aad2-1c2be7b63281", CellID->291314612], -Cell[51527, 1384, 432, 10, 70, "GuideText",ExpressionUUID->"c58e9512-dadb-4440-ae5f-b8f38d4e73bd", +Cell[53819, 1449, 432, 10, 70, "GuideText",ExpressionUUID->"c58e9512-dadb-4440-ae5f-b8f38d4e73bd", CellID->1334948654], -Cell[51962, 1396, 452, 11, 70, "GuideText",ExpressionUUID->"c6abb7ae-a918-41d7-9829-08fc60a56c24", +Cell[54254, 1461, 452, 11, 70, "GuideText",ExpressionUUID->"c6abb7ae-a918-41d7-9829-08fc60a56c24", CellID->1813091064], -Cell[52417, 1409, 429, 9, 70, "GuideText",ExpressionUUID->"7485ce92-1d41-4682-aa78-58edd022cc4a", +Cell[54709, 1474, 429, 9, 70, "GuideText",ExpressionUUID->"7485ce92-1d41-4682-aa78-58edd022cc4a", CellID->788874522], -Cell[52849, 1420, 414, 9, 70, "GuideText",ExpressionUUID->"ad086425-31da-4d36-b597-92f090502a35", +Cell[55141, 1485, 414, 9, 70, "GuideText",ExpressionUUID->"ad086425-31da-4d36-b597-92f090502a35", CellID->1577833497], -Cell[53266, 1431, 396, 9, 70, "GuideText",ExpressionUUID->"c5ce9c65-a050-4229-b47d-59adf6006d96", +Cell[55558, 1496, 396, 9, 70, "GuideText",ExpressionUUID->"c5ce9c65-a050-4229-b47d-59adf6006d96", CellID->589002488], -Cell[53665, 1442, 437, 10, 70, "GuideText",ExpressionUUID->"b8c54dcf-ae18-4636-be36-704b9f635e43", +Cell[55957, 1507, 437, 10, 70, "GuideText",ExpressionUUID->"b8c54dcf-ae18-4636-be36-704b9f635e43", CellID->511460312], -Cell[54105, 1454, 473, 13, 70, "GuideText",ExpressionUUID->"a4b3200e-ca2a-4b50-b7e6-8d4cce4dd1d6", +Cell[56397, 1519, 473, 13, 70, "GuideText",ExpressionUUID->"a4b3200e-ca2a-4b50-b7e6-8d4cce4dd1d6", CellID->599065157], -Cell[54581, 1469, 496, 11, 70, "GuideText",ExpressionUUID->"6ae447e0-c298-4d25-a6d6-2a4a75fb4011", +Cell[56873, 1534, 496, 11, 70, "GuideText",ExpressionUUID->"6ae447e0-c298-4d25-a6d6-2a4a75fb4011", CellID->1840434432], -Cell[55080, 1482, 416, 9, 70, "GuideText",ExpressionUUID->"5c27fb8f-187f-47e2-917e-34c0d97c755e", +Cell[57372, 1547, 416, 9, 70, "GuideText",ExpressionUUID->"5c27fb8f-187f-47e2-917e-34c0d97c755e", CellID->1419217296], -Cell[55499, 1493, 561, 14, 70, "GuideText",ExpressionUUID->"45a81a51-dcd4-4a41-97d1-d514acd58d6c", +Cell[57791, 1558, 561, 14, 70, "GuideText",ExpressionUUID->"45a81a51-dcd4-4a41-97d1-d514acd58d6c", CellID->568145541], -Cell[56063, 1509, 486, 12, 70, "GuideText",ExpressionUUID->"058b3ce6-fbd5-4781-8707-490e9c0f8c91", +Cell[58355, 1574, 486, 12, 70, "GuideText",ExpressionUUID->"058b3ce6-fbd5-4781-8707-490e9c0f8c91", CellID->669413137], -Cell[56552, 1523, 458, 11, 70, "GuideText",ExpressionUUID->"d824e3db-9e9f-40f1-bdb7-e5f1f3e72e00", +Cell[58844, 1588, 458, 11, 70, "GuideText",ExpressionUUID->"d824e3db-9e9f-40f1-bdb7-e5f1f3e72e00", CellID->290506070], -Cell[57013, 1536, 417, 10, 70, "GuideText",ExpressionUUID->"8247ccde-681f-4e88-a133-918e13357d3e", +Cell[59305, 1601, 417, 10, 70, "GuideText",ExpressionUUID->"8247ccde-681f-4e88-a133-918e13357d3e", CellID->996344601], -Cell[57433, 1548, 422, 9, 70, "GuideText",ExpressionUUID->"f1b597b3-9af4-4289-bea6-f671b17bc61d", +Cell[59725, 1613, 422, 9, 70, "GuideText",ExpressionUUID->"f1b597b3-9af4-4289-bea6-f671b17bc61d", CellID->688132242], -Cell[57858, 1559, 450, 10, 70, "GuideText",ExpressionUUID->"e66dd511-31f7-4c75-bf5e-c1d8c995bda2", +Cell[60150, 1624, 450, 10, 70, "GuideText",ExpressionUUID->"e66dd511-31f7-4c75-bf5e-c1d8c995bda2", CellID->1428656840], -Cell[58311, 1571, 472, 11, 70, "GuideText",ExpressionUUID->"08d2dd0d-5b83-4562-b4ee-c2a552f6b960", +Cell[60603, 1636, 472, 11, 70, "GuideText",ExpressionUUID->"08d2dd0d-5b83-4562-b4ee-c2a552f6b960", CellID->183809607], -Cell[58786, 1584, 458, 10, 70, "GuideText",ExpressionUUID->"074c0d52-35de-4979-a439-1c8d98af5627", +Cell[61078, 1649, 458, 10, 70, "GuideText",ExpressionUUID->"074c0d52-35de-4979-a439-1c8d98af5627", CellID->353739658], -Cell[59247, 1596, 460, 10, 70, "GuideText",ExpressionUUID->"897cfbf9-6080-4338-b319-5929da322c49", +Cell[61539, 1661, 460, 10, 70, "GuideText",ExpressionUUID->"897cfbf9-6080-4338-b319-5929da322c49", CellID->70047714], -Cell[59710, 1608, 571, 12, 70, "GuideText",ExpressionUUID->"1615fb79-62b4-49f8-bf97-7b375908247f", +Cell[62002, 1673, 571, 12, 70, "GuideText",ExpressionUUID->"1615fb79-62b4-49f8-bf97-7b375908247f", CellID->1260396642], -Cell[60284, 1622, 394, 9, 70, "GuideText",ExpressionUUID->"d6580c1e-44e6-4647-90c9-4f1c943613e5", +Cell[62576, 1687, 394, 9, 70, "GuideText",ExpressionUUID->"d6580c1e-44e6-4647-90c9-4f1c943613e5", CellID->1943978467], -Cell[60681, 1633, 378, 9, 70, "GuideText",ExpressionUUID->"108be0c8-3e57-4dba-a653-3b665cdc6a03", +Cell[62973, 1698, 378, 9, 70, "GuideText",ExpressionUUID->"108be0c8-3e57-4dba-a653-3b665cdc6a03", CellID->1312872935], -Cell[61062, 1644, 531, 12, 70, "GuideText",ExpressionUUID->"3139e49e-2f09-415b-b0a3-f9f315c471d2", +Cell[63354, 1709, 531, 12, 70, "GuideText",ExpressionUUID->"3139e49e-2f09-415b-b0a3-f9f315c471d2", CellID->1440648286], -Cell[61596, 1658, 477, 13, 70, "GuideText",ExpressionUUID->"678b1f46-7770-4c7d-a363-83aa31109dca", +Cell[63888, 1723, 477, 13, 70, "GuideText",ExpressionUUID->"678b1f46-7770-4c7d-a363-83aa31109dca", CellID->2069553307], -Cell[62076, 1673, 463, 12, 70, "GuideText",ExpressionUUID->"e63e3482-be2b-4c74-bcb2-ee8e6d2342ef", +Cell[64368, 1738, 463, 12, 70, "GuideText",ExpressionUUID->"e63e3482-be2b-4c74-bcb2-ee8e6d2342ef", CellID->1005823719], -Cell[62542, 1687, 507, 12, 70, "GuideText",ExpressionUUID->"24413d0b-b226-4013-af99-779f42c4a914", +Cell[64834, 1752, 507, 12, 70, "GuideText",ExpressionUUID->"24413d0b-b226-4013-af99-779f42c4a914", CellID->712381934], -Cell[63052, 1701, 567, 13, 70, "GuideText",ExpressionUUID->"e7e2a3f9-6b26-402e-935a-974d18eb9ef5", +Cell[65344, 1766, 567, 13, 70, "GuideText",ExpressionUUID->"e7e2a3f9-6b26-402e-935a-974d18eb9ef5", CellID->490215200], -Cell[63622, 1716, 437, 10, 70, "GuideText",ExpressionUUID->"96098e41-e539-4528-85c4-38ac211f8b99", +Cell[65914, 1781, 437, 10, 70, "GuideText",ExpressionUUID->"96098e41-e539-4528-85c4-38ac211f8b99", CellID->1675236856], -Cell[64062, 1728, 397, 9, 70, "GuideText",ExpressionUUID->"a4d7053a-853f-4851-a217-5dcc3d2cba35", +Cell[66354, 1793, 397, 9, 70, "GuideText",ExpressionUUID->"a4d7053a-853f-4851-a217-5dcc3d2cba35", CellID->1002888005], -Cell[64462, 1739, 576, 14, 70, "GuideText",ExpressionUUID->"f1bd3358-87ed-4491-b086-08efc3ae620f", +Cell[66754, 1804, 576, 14, 70, "GuideText",ExpressionUUID->"f1bd3358-87ed-4491-b086-08efc3ae620f", CellID->1486559801], -Cell[65041, 1755, 390, 9, 70, "GuideText",ExpressionUUID->"76fad318-52a1-4a98-945e-59aa81114296", +Cell[67333, 1820, 390, 9, 70, "GuideText",ExpressionUUID->"76fad318-52a1-4a98-945e-59aa81114296", CellID->215885451], -Cell[65434, 1766, 408, 9, 70, "GuideText",ExpressionUUID->"a29ef40c-3f0b-4c09-b85a-00d8be3a3c46", +Cell[67726, 1831, 408, 9, 70, "GuideText",ExpressionUUID->"a29ef40c-3f0b-4c09-b85a-00d8be3a3c46", CellID->284061197], -Cell[65845, 1777, 438, 10, 70, "GuideText",ExpressionUUID->"aaddb638-5635-4880-aef1-08b8c74df595", +Cell[68137, 1842, 438, 10, 70, "GuideText",ExpressionUUID->"aaddb638-5635-4880-aef1-08b8c74df595", CellID->1670369408], -Cell[66286, 1789, 385, 9, 70, "GuideText",ExpressionUUID->"00b924a3-517c-46fa-b46e-8426b39b9f4d", +Cell[68578, 1854, 385, 9, 70, "GuideText",ExpressionUUID->"00b924a3-517c-46fa-b46e-8426b39b9f4d", CellID->569625109], -Cell[66674, 1800, 385, 9, 70, "GuideText",ExpressionUUID->"284bb4d8-2481-4ae6-9bb9-9c8ee701dfe9", +Cell[68966, 1865, 385, 9, 70, "GuideText",ExpressionUUID->"284bb4d8-2481-4ae6-9bb9-9c8ee701dfe9", CellID->354108911], -Cell[67062, 1811, 376, 9, 70, "GuideText",ExpressionUUID->"82134f97-3793-4636-b583-da597c23dc99", +Cell[69354, 1876, 376, 9, 70, "GuideText",ExpressionUUID->"82134f97-3793-4636-b583-da597c23dc99", CellID->783282403], -Cell[67441, 1822, 386, 9, 70, "GuideText",ExpressionUUID->"a43a8a50-1e30-4b8c-80f4-4f80177678a2", +Cell[69733, 1887, 386, 9, 70, "GuideText",ExpressionUUID->"a43a8a50-1e30-4b8c-80f4-4f80177678a2", CellID->486067964], -Cell[67830, 1833, 403, 9, 70, "GuideText",ExpressionUUID->"2cae863b-74fb-4a84-a4c0-59f573668988", +Cell[70122, 1898, 403, 9, 70, "GuideText",ExpressionUUID->"2cae863b-74fb-4a84-a4c0-59f573668988", CellID->2131616413], -Cell[68236, 1844, 524, 12, 70, "GuideText",ExpressionUUID->"743a0656-7103-4402-96b4-c6f40b93b37b", +Cell[70528, 1909, 524, 12, 70, "GuideText",ExpressionUUID->"743a0656-7103-4402-96b4-c6f40b93b37b", CellID->1695061122], -Cell[68763, 1858, 419, 9, 70, "GuideText",ExpressionUUID->"8d5eef05-7ba8-4a0f-9db6-ccd198ef361a", +Cell[71055, 1923, 419, 9, 70, "GuideText",ExpressionUUID->"8d5eef05-7ba8-4a0f-9db6-ccd198ef361a", CellID->1198449899], -Cell[69185, 1869, 490, 13, 70, "GuideText",ExpressionUUID->"1b1431e6-5a39-47a0-a527-c3d830eb213a", +Cell[71477, 1934, 490, 13, 70, "GuideText",ExpressionUUID->"1b1431e6-5a39-47a0-a527-c3d830eb213a", CellID->474347965], -Cell[69678, 1884, 524, 12, 70, "GuideText",ExpressionUUID->"a848392c-1cae-455b-b4f8-64e931d2976a", +Cell[71970, 1949, 524, 12, 70, "GuideText",ExpressionUUID->"a848392c-1cae-455b-b4f8-64e931d2976a", CellID->1483793527], -Cell[70205, 1898, 449, 10, 70, "GuideText",ExpressionUUID->"91c47449-9ff5-4d07-9014-341381290258", +Cell[72497, 1963, 449, 10, 70, "GuideText",ExpressionUUID->"91c47449-9ff5-4d07-9014-341381290258", CellID->2008324891], -Cell[70657, 1910, 400, 9, 70, "GuideText",ExpressionUUID->"d5e55e99-572c-4e9d-8d5f-5cb28aff6432", +Cell[72949, 1975, 400, 9, 70, "GuideText",ExpressionUUID->"d5e55e99-572c-4e9d-8d5f-5cb28aff6432", CellID->692024364], -Cell[71060, 1921, 543, 12, 70, "GuideText",ExpressionUUID->"95611335-357e-448c-b36b-79d7dc7ae295", +Cell[73352, 1986, 543, 12, 70, "GuideText",ExpressionUUID->"95611335-357e-448c-b36b-79d7dc7ae295", CellID->119592282], -Cell[71606, 1935, 430, 9, 70, "GuideText",ExpressionUUID->"f225c125-09d9-4416-aa1d-09b6b6018ad7", +Cell[73898, 2000, 430, 9, 70, "GuideText",ExpressionUUID->"f225c125-09d9-4416-aa1d-09b6b6018ad7", CellID->1334735262], -Cell[72039, 1946, 569, 14, 70, "GuideText",ExpressionUUID->"81133fae-9e8e-4f19-a34c-a40a28ae994d", +Cell[74331, 2011, 569, 14, 70, "GuideText",ExpressionUUID->"81133fae-9e8e-4f19-a34c-a40a28ae994d", CellID->103818861], -Cell[72611, 1962, 606, 14, 70, "GuideText",ExpressionUUID->"5629090b-f4ae-45e2-b1e4-dc781e13c8ff", +Cell[74903, 2027, 606, 14, 70, "GuideText",ExpressionUUID->"5629090b-f4ae-45e2-b1e4-dc781e13c8ff", CellID->2108290013], -Cell[73220, 1978, 589, 14, 70, "GuideText",ExpressionUUID->"73ec0713-311f-4186-bedc-38a6ac2f8b6f", +Cell[75512, 2043, 589, 14, 70, "GuideText",ExpressionUUID->"73ec0713-311f-4186-bedc-38a6ac2f8b6f", CellID->1354790934], -Cell[73812, 1994, 471, 10, 70, "GuideText",ExpressionUUID->"3c359f94-705a-4e8d-b2fb-0909676881f6", +Cell[76104, 2059, 471, 10, 70, "GuideText",ExpressionUUID->"3c359f94-705a-4e8d-b2fb-0909676881f6", CellID->340481316], -Cell[74286, 2006, 412, 9, 70, "GuideText",ExpressionUUID->"c6188cde-5832-4899-b3b5-9e16590886f7", +Cell[76578, 2071, 412, 9, 70, "GuideText",ExpressionUUID->"c6188cde-5832-4899-b3b5-9e16590886f7", CellID->1749615043], -Cell[74701, 2017, 396, 9, 70, "GuideText",ExpressionUUID->"9aada00f-9ae9-4028-940f-75519f3ab445", +Cell[76993, 2082, 396, 9, 70, "GuideText",ExpressionUUID->"9aada00f-9ae9-4028-940f-75519f3ab445", CellID->631327723], -Cell[75100, 2028, 440, 10, 70, "GuideText",ExpressionUUID->"48dd9bcb-e8f5-43c8-9a27-43277fbe7f17", +Cell[77392, 2093, 440, 10, 70, "GuideText",ExpressionUUID->"48dd9bcb-e8f5-43c8-9a27-43277fbe7f17", CellID->436361815], -Cell[75543, 2040, 438, 10, 70, "GuideText",ExpressionUUID->"87600f66-3e78-4cb9-8955-16a6c463a197", +Cell[77835, 2105, 438, 10, 70, "GuideText",ExpressionUUID->"87600f66-3e78-4cb9-8955-16a6c463a197", CellID->1190770193], -Cell[75984, 2052, 448, 10, 70, "GuideText",ExpressionUUID->"a2eebc16-669e-438b-938c-56ba9d2e9094", +Cell[78276, 2117, 448, 10, 70, "GuideText",ExpressionUUID->"a2eebc16-669e-438b-938c-56ba9d2e9094", CellID->1822641055], -Cell[76435, 2064, 417, 9, 70, "GuideText",ExpressionUUID->"3d9fcc4d-eab5-43f5-80f5-49c5eef31d7b", +Cell[78727, 2129, 417, 9, 70, "GuideText",ExpressionUUID->"3d9fcc4d-eab5-43f5-80f5-49c5eef31d7b", CellID->1229883443], -Cell[76855, 2075, 414, 9, 70, "GuideText",ExpressionUUID->"f553f8e1-f66b-4222-b441-f060187197dd", +Cell[79147, 2140, 414, 9, 70, "GuideText",ExpressionUUID->"f553f8e1-f66b-4222-b441-f060187197dd", CellID->1471280814], -Cell[77272, 2086, 562, 13, 70, "GuideText",ExpressionUUID->"3f3fe5ff-4b5a-44dd-a11a-1e1f6e921e5a", +Cell[79564, 2151, 562, 13, 70, "GuideText",ExpressionUUID->"3f3fe5ff-4b5a-44dd-a11a-1e1f6e921e5a", CellID->501348181], -Cell[77837, 2101, 453, 11, 70, "GuideText",ExpressionUUID->"443b8564-e40a-4d2e-8406-34df798bd62b", +Cell[80129, 2166, 453, 11, 70, "GuideText",ExpressionUUID->"443b8564-e40a-4d2e-8406-34df798bd62b", CellID->506318897], -Cell[78293, 2114, 397, 9, 70, "GuideText",ExpressionUUID->"fa41b284-e9ed-4bfa-97dd-352cf7e0f487", +Cell[80585, 2179, 397, 9, 70, "GuideText",ExpressionUUID->"fa41b284-e9ed-4bfa-97dd-352cf7e0f487", CellID->2029932159], -Cell[78693, 2125, 442, 10, 70, "GuideText",ExpressionUUID->"219ae18b-5357-4ed6-836c-eadc0d26f1fd", +Cell[80985, 2190, 442, 10, 70, "GuideText",ExpressionUUID->"219ae18b-5357-4ed6-836c-eadc0d26f1fd", CellID->854911409], -Cell[79138, 2137, 581, 13, 70, "GuideText",ExpressionUUID->"28872c3a-ff3c-487e-9cef-82735c643e6e", +Cell[81430, 2202, 581, 13, 70, "GuideText",ExpressionUUID->"28872c3a-ff3c-487e-9cef-82735c643e6e", CellID->944940305], -Cell[79722, 2152, 521, 13, 70, "GuideText",ExpressionUUID->"62668388-82ee-4adc-9a9b-71cffc1fd702", +Cell[82014, 2217, 521, 13, 70, "GuideText",ExpressionUUID->"62668388-82ee-4adc-9a9b-71cffc1fd702", CellID->1173970704], -Cell[80246, 2167, 428, 9, 70, "GuideText",ExpressionUUID->"5766a574-767c-4864-91a2-5aacbdd140ec", +Cell[82538, 2232, 428, 9, 70, "GuideText",ExpressionUUID->"5766a574-767c-4864-91a2-5aacbdd140ec", CellID->1737546270], -Cell[80677, 2178, 589, 14, 70, "GuideText",ExpressionUUID->"65529321-3166-4903-9635-44b9227621ef", +Cell[82969, 2243, 589, 14, 70, "GuideText",ExpressionUUID->"65529321-3166-4903-9635-44b9227621ef", CellID->343981243], -Cell[81269, 2194, 490, 12, 70, "GuideText",ExpressionUUID->"ce393ae9-7cdc-404f-99ea-c34cd457bd1d", +Cell[83561, 2259, 490, 12, 70, "GuideText",ExpressionUUID->"ce393ae9-7cdc-404f-99ea-c34cd457bd1d", CellID->1932816680], -Cell[81762, 2208, 413, 9, 70, "GuideText",ExpressionUUID->"78e43aac-5047-4fa3-8acc-2d5c55305997", +Cell[84054, 2273, 413, 9, 70, "GuideText",ExpressionUUID->"78e43aac-5047-4fa3-8acc-2d5c55305997", CellID->1709771307], -Cell[82178, 2219, 519, 12, 70, "GuideText",ExpressionUUID->"7705c5e0-aac1-47c5-a26a-5c15d69da48e", +Cell[84470, 2284, 519, 12, 70, "GuideText",ExpressionUUID->"7705c5e0-aac1-47c5-a26a-5c15d69da48e", CellID->1578853080], -Cell[82700, 2233, 493, 12, 70, "GuideText",ExpressionUUID->"2f68035b-6acb-4e2d-96fe-768d52277ee1", +Cell[84992, 2298, 493, 12, 70, "GuideText",ExpressionUUID->"2f68035b-6acb-4e2d-96fe-768d52277ee1", CellID->978087084], -Cell[83196, 2247, 424, 9, 70, "GuideText",ExpressionUUID->"66831954-1179-484c-8d58-822e7e09122b", +Cell[85488, 2312, 424, 9, 70, "GuideText",ExpressionUUID->"66831954-1179-484c-8d58-822e7e09122b", CellID->2122435104], -Cell[83623, 2258, 458, 10, 70, "GuideText",ExpressionUUID->"84c06a75-5600-4176-a249-2712d09825ac", +Cell[85915, 2323, 458, 10, 70, "GuideText",ExpressionUUID->"84c06a75-5600-4176-a249-2712d09825ac", CellID->40707939], -Cell[84084, 2270, 488, 11, 70, "GuideText",ExpressionUUID->"c4fe0de8-1b0f-420f-83c5-33f58d08ef36", +Cell[86376, 2335, 488, 11, 70, "GuideText",ExpressionUUID->"c4fe0de8-1b0f-420f-83c5-33f58d08ef36", CellID->888347392], -Cell[84575, 2283, 513, 12, 70, "GuideText",ExpressionUUID->"997fbab8-8e87-47d9-878c-2b44de449334", +Cell[86867, 2348, 513, 12, 70, "GuideText",ExpressionUUID->"997fbab8-8e87-47d9-878c-2b44de449334", CellID->1511755846], -Cell[85091, 2297, 497, 11, 70, "GuideText",ExpressionUUID->"145b8c58-d368-4ad8-9b0f-7a0b27abcbd9", +Cell[87383, 2362, 497, 11, 70, "GuideText",ExpressionUUID->"145b8c58-d368-4ad8-9b0f-7a0b27abcbd9", CellID->166778648], -Cell[85591, 2310, 563, 13, 70, "GuideText",ExpressionUUID->"57186f1e-a603-4670-bce5-e674f21c7131", +Cell[87883, 2375, 563, 13, 70, "GuideText",ExpressionUUID->"57186f1e-a603-4670-bce5-e674f21c7131", CellID->1094699794], -Cell[86157, 2325, 525, 13, 70, "GuideText",ExpressionUUID->"f005fdcf-57ab-4dc0-8777-2fa063f4a5c2", +Cell[88449, 2390, 525, 13, 70, "GuideText",ExpressionUUID->"f005fdcf-57ab-4dc0-8777-2fa063f4a5c2", CellID->367996726], -Cell[86685, 2340, 562, 13, 70, "GuideText",ExpressionUUID->"ba2cec21-10a8-4889-9041-b100951e87cd", +Cell[88977, 2405, 562, 13, 70, "GuideText",ExpressionUUID->"ba2cec21-10a8-4889-9041-b100951e87cd", CellID->190938790], -Cell[87250, 2355, 605, 14, 70, "GuideText",ExpressionUUID->"619be577-f227-4719-8fcd-fb7ce5e87977", +Cell[89542, 2420, 605, 14, 70, "GuideText",ExpressionUUID->"619be577-f227-4719-8fcd-fb7ce5e87977", CellID->1084092065], -Cell[87858, 2371, 505, 10, 70, "GuideText",ExpressionUUID->"370e96a0-898d-44a3-be05-be747a4639d7", +Cell[90150, 2436, 505, 10, 70, "GuideText",ExpressionUUID->"370e96a0-898d-44a3-be05-be747a4639d7", CellID->976274096], -Cell[88366, 2383, 555, 14, 70, "GuideText",ExpressionUUID->"7d3ae20d-360c-4d83-8fd5-1ba8fc84ef4a", +Cell[90658, 2448, 555, 14, 70, "GuideText",ExpressionUUID->"7d3ae20d-360c-4d83-8fd5-1ba8fc84ef4a", CellID->231760635], -Cell[88924, 2399, 539, 13, 70, "GuideText",ExpressionUUID->"2b4a66d3-49f6-40d1-94e9-bebb34bb8433", +Cell[91216, 2464, 539, 13, 70, "GuideText",ExpressionUUID->"2b4a66d3-49f6-40d1-94e9-bebb34bb8433", CellID->1028454791], -Cell[89466, 2414, 504, 12, 70, "GuideText",ExpressionUUID->"9459932d-348c-4578-ac59-10ea834ae432", +Cell[91758, 2479, 504, 12, 70, "GuideText",ExpressionUUID->"9459932d-348c-4578-ac59-10ea834ae432", CellID->1509441696], -Cell[89973, 2428, 561, 12, 70, "GuideText",ExpressionUUID->"ad4847ca-3f87-41fe-82a5-d8896c33cbfc", +Cell[92265, 2493, 561, 12, 70, "GuideText",ExpressionUUID->"ad4847ca-3f87-41fe-82a5-d8896c33cbfc", CellID->1392128199], -Cell[90537, 2442, 461, 10, 70, "GuideText",ExpressionUUID->"7d91ac23-9f47-4bdf-aca7-227bedf7315c", +Cell[92829, 2507, 461, 10, 70, "GuideText",ExpressionUUID->"7d91ac23-9f47-4bdf-aca7-227bedf7315c", CellID->441049068], -Cell[91001, 2454, 451, 10, 70, "GuideText",ExpressionUUID->"968ce397-f090-4c14-9585-b0c38a48a62c", +Cell[93293, 2519, 451, 10, 70, "GuideText",ExpressionUUID->"968ce397-f090-4c14-9585-b0c38a48a62c", CellID->263439575], -Cell[91455, 2466, 433, 10, 70, "GuideText",ExpressionUUID->"053c4b5d-bf01-4d9a-bb0a-dbdd8a8cc158", +Cell[93747, 2531, 433, 10, 70, "GuideText",ExpressionUUID->"053c4b5d-bf01-4d9a-bb0a-dbdd8a8cc158", CellID->1304347916], -Cell[91891, 2478, 423, 10, 70, "GuideText",ExpressionUUID->"f813dd8e-9931-4c8f-b4fb-a79b9e48b6f5", +Cell[94183, 2543, 423, 10, 70, "GuideText",ExpressionUUID->"f813dd8e-9931-4c8f-b4fb-a79b9e48b6f5", CellID->589097434], -Cell[92317, 2490, 416, 9, 70, "GuideText",ExpressionUUID->"77f00208-1f47-4a96-9eaf-d27072b6eda4", +Cell[94609, 2555, 416, 9, 70, "GuideText",ExpressionUUID->"77f00208-1f47-4a96-9eaf-d27072b6eda4", CellID->490855803], -Cell[92736, 2501, 391, 9, 70, "GuideText",ExpressionUUID->"dc0eaadf-b5bd-4882-9e00-b06fae3ea416", +Cell[95028, 2566, 391, 9, 70, "GuideText",ExpressionUUID->"dc0eaadf-b5bd-4882-9e00-b06fae3ea416", CellID->852166281], -Cell[93130, 2512, 391, 9, 70, "GuideText",ExpressionUUID->"dad349f3-ac1b-4197-a089-7b1a33ec9ea4", +Cell[95422, 2577, 404, 9, 70, "GuideText",ExpressionUUID->"ba70e688-dcfd-46d5-8913-998c540c2551", + CellID->879059533], +Cell[95829, 2588, 391, 9, 70, "GuideText",ExpressionUUID->"dad349f3-ac1b-4197-a089-7b1a33ec9ea4", CellID->753578917], -Cell[93524, 2523, 381, 9, 70, "GuideText",ExpressionUUID->"a6fb7814-c905-43ee-8d4d-a119a855e50c", +Cell[96223, 2599, 381, 9, 70, "GuideText",ExpressionUUID->"a6fb7814-c905-43ee-8d4d-a119a855e50c", CellID->541343372], -Cell[93908, 2534, 516, 12, 70, "GuideText",ExpressionUUID->"da38bab4-71cf-4d58-b74d-5c3b0b3a82fd", +Cell[96607, 2610, 381, 9, 70, "GuideText",ExpressionUUID->"12ab8371-88b1-4430-a515-2015075ee50b", + CellID->1470086340], +Cell[96991, 2621, 516, 12, 70, "GuideText",ExpressionUUID->"da38bab4-71cf-4d58-b74d-5c3b0b3a82fd", CellID->1422365680], -Cell[94427, 2548, 508, 13, 70, "GuideText",ExpressionUUID->"eb10e12c-2e48-494b-8ca5-3caeb0131f23", +Cell[97510, 2635, 508, 13, 70, "GuideText",ExpressionUUID->"eb10e12c-2e48-494b-8ca5-3caeb0131f23", CellID->1884908695], -Cell[94938, 2563, 501, 12, 70, "GuideText",ExpressionUUID->"e19de4f7-d9cc-4095-899c-2bef2816d228", +Cell[98021, 2650, 501, 12, 70, "GuideText",ExpressionUUID->"e19de4f7-d9cc-4095-899c-2bef2816d228", CellID->1137325228], -Cell[95442, 2577, 468, 12, 70, "GuideText",ExpressionUUID->"977a38dd-4c44-4d41-abc8-41cfadaa893f", +Cell[98525, 2664, 468, 12, 70, "GuideText",ExpressionUUID->"977a38dd-4c44-4d41-abc8-41cfadaa893f", CellID->684868376], -Cell[95913, 2591, 526, 12, 70, "GuideText",ExpressionUUID->"8e3dc6b8-b09d-4193-945d-265eabe663e5", +Cell[98996, 2678, 526, 12, 70, "GuideText",ExpressionUUID->"8e3dc6b8-b09d-4193-945d-265eabe663e5", CellID->999528534], -Cell[96442, 2605, 582, 14, 70, "GuideText",ExpressionUUID->"de389539-814a-486e-8cd6-e8a6aa0bec79", +Cell[99525, 2692, 582, 14, 70, "GuideText",ExpressionUUID->"de389539-814a-486e-8cd6-e8a6aa0bec79", CellID->986229132], -Cell[97027, 2621, 410, 9, 70, "GuideText",ExpressionUUID->"1643ac5e-6202-40f5-bb20-52f1666c81c4", +Cell[100110, 2708, 410, 9, 70, "GuideText",ExpressionUUID->"1643ac5e-6202-40f5-bb20-52f1666c81c4", CellID->1732098322], -Cell[97440, 2632, 440, 10, 70, "GuideText",ExpressionUUID->"dc40d726-4ba6-4b9f-a754-b2a75ae24f86", +Cell[100523, 2719, 440, 10, 70, "GuideText",ExpressionUUID->"dc40d726-4ba6-4b9f-a754-b2a75ae24f86", CellID->1792576178], -Cell[97883, 2644, 451, 10, 70, "GuideText",ExpressionUUID->"8bb8d5d6-05a3-4696-8b35-516fed6f7565", +Cell[100966, 2731, 451, 10, 70, "GuideText",ExpressionUUID->"8bb8d5d6-05a3-4696-8b35-516fed6f7565", CellID->1067596551], -Cell[98337, 2656, 441, 10, 70, "GuideText",ExpressionUUID->"bfbb89e9-3888-40a9-af7d-9a734f6670ff", +Cell[101420, 2743, 441, 10, 70, "GuideText",ExpressionUUID->"bfbb89e9-3888-40a9-af7d-9a734f6670ff", CellID->1418892785], -Cell[98781, 2668, 525, 12, 70, "GuideText",ExpressionUUID->"cf32adb6-7e0c-47cf-b2e8-3e64c337b952", +Cell[101864, 2755, 525, 12, 70, "GuideText",ExpressionUUID->"cf32adb6-7e0c-47cf-b2e8-3e64c337b952", CellID->1825601354], -Cell[99309, 2682, 374, 9, 70, "GuideText",ExpressionUUID->"e4631281-04a4-4ef1-a6a1-0813345940f0", +Cell[102392, 2769, 374, 9, 70, "GuideText",ExpressionUUID->"e4631281-04a4-4ef1-a6a1-0813345940f0", CellID->613069465], -Cell[99686, 2693, 459, 10, 70, "GuideText",ExpressionUUID->"813a1554-42da-42e4-9ae0-e8c3be13cdb9", +Cell[102769, 2780, 459, 10, 70, "GuideText",ExpressionUUID->"813a1554-42da-42e4-9ae0-e8c3be13cdb9", CellID->780850833], -Cell[100148, 2705, 477, 10, 70, "GuideText",ExpressionUUID->"87935139-6b3b-4ae4-a5f1-9cee3a7e7d85", +Cell[103231, 2792, 477, 10, 70, "GuideText",ExpressionUUID->"87935139-6b3b-4ae4-a5f1-9cee3a7e7d85", CellID->328621387], -Cell[100628, 2717, 422, 9, 70, "GuideText",ExpressionUUID->"f8b79da8-abbf-4676-bdf5-9853d91fafb9", +Cell[103711, 2804, 422, 9, 70, "GuideText",ExpressionUUID->"f8b79da8-abbf-4676-bdf5-9853d91fafb9", CellID->1763573092], -Cell[101053, 2728, 402, 9, 70, "GuideText",ExpressionUUID->"610bb79f-94b5-4149-86d2-8d76e4fad6cb", +Cell[104136, 2815, 402, 9, 70, "GuideText",ExpressionUUID->"610bb79f-94b5-4149-86d2-8d76e4fad6cb", CellID->1957127037], -Cell[101458, 2739, 404, 9, 70, "GuideText",ExpressionUUID->"3b794233-8ea5-48d1-8c59-bb44741bdc46", +Cell[104541, 2826, 404, 9, 70, "GuideText",ExpressionUUID->"3b794233-8ea5-48d1-8c59-bb44741bdc46", CellID->1428364630], -Cell[101865, 2750, 461, 10, 70, "GuideText",ExpressionUUID->"97e46da4-38fd-4982-a651-fbcd2967060e", +Cell[104948, 2837, 461, 10, 70, "GuideText",ExpressionUUID->"97e46da4-38fd-4982-a651-fbcd2967060e", CellID->381129916], -Cell[102329, 2762, 537, 12, 70, "GuideText",ExpressionUUID->"bdb8ab64-3da1-4e7a-9c93-dd83460b9887", +Cell[105412, 2849, 537, 12, 70, "GuideText",ExpressionUUID->"bdb8ab64-3da1-4e7a-9c93-dd83460b9887", CellID->531923539], -Cell[102869, 2776, 541, 14, 70, "GuideText",ExpressionUUID->"bb84c74d-7ee3-4955-8211-db0a195d200b", +Cell[105952, 2863, 541, 14, 70, "GuideText",ExpressionUUID->"bb84c74d-7ee3-4955-8211-db0a195d200b", CellID->1276610001], -Cell[103413, 2792, 545, 14, 70, "GuideText",ExpressionUUID->"3f07edc1-ec57-4433-81ab-75f0c07a3fb3", +Cell[106496, 2879, 545, 14, 70, "GuideText",ExpressionUUID->"3f07edc1-ec57-4433-81ab-75f0c07a3fb3", CellID->1636613205], -Cell[103961, 2808, 390, 9, 70, "GuideText",ExpressionUUID->"47df246c-3145-433b-8716-3261b1e64be7", +Cell[107044, 2895, 390, 9, 70, "GuideText",ExpressionUUID->"47df246c-3145-433b-8716-3261b1e64be7", CellID->1190010763], -Cell[104354, 2819, 427, 10, 70, "GuideText",ExpressionUUID->"305b6f12-bf63-4d69-b80e-adfb13aa7607", +Cell[107437, 2906, 427, 10, 70, "GuideText",ExpressionUUID->"305b6f12-bf63-4d69-b80e-adfb13aa7607", CellID->1174032036], -Cell[104784, 2831, 422, 9, 70, "GuideText",ExpressionUUID->"64347c05-0afb-4712-bd08-6737c81770f3", +Cell[107867, 2918, 422, 9, 70, "GuideText",ExpressionUUID->"64347c05-0afb-4712-bd08-6737c81770f3", CellID->1947831182], -Cell[105209, 2842, 431, 9, 70, "GuideText",ExpressionUUID->"a947deff-5091-4639-8d6a-fb604aae04fb", +Cell[108292, 2929, 431, 9, 70, "GuideText",ExpressionUUID->"a947deff-5091-4639-8d6a-fb604aae04fb", CellID->1067772446], -Cell[105643, 2853, 426, 9, 70, "GuideText",ExpressionUUID->"74c0c93b-8752-4438-9e9e-6f65f7cfaeda", +Cell[108726, 2940, 426, 9, 70, "GuideText",ExpressionUUID->"74c0c93b-8752-4438-9e9e-6f65f7cfaeda", CellID->1417660381], -Cell[106072, 2864, 495, 11, 70, "GuideText",ExpressionUUID->"1ca41962-360e-41be-bd2e-7ec650c6ab17", +Cell[109155, 2951, 495, 11, 70, "GuideText",ExpressionUUID->"1ca41962-360e-41be-bd2e-7ec650c6ab17", CellID->1719656384], -Cell[106570, 2877, 388, 9, 70, "GuideText",ExpressionUUID->"6595e631-49a4-4382-a83d-0b9f0bdd5d83", +Cell[109653, 2964, 388, 9, 70, "GuideText",ExpressionUUID->"6595e631-49a4-4382-a83d-0b9f0bdd5d83", CellID->1833954401], -Cell[106961, 2888, 402, 9, 70, "GuideText",ExpressionUUID->"ec1d8959-9ae3-4996-b257-292f740933fb", +Cell[110044, 2975, 402, 9, 70, "GuideText",ExpressionUUID->"ec1d8959-9ae3-4996-b257-292f740933fb", CellID->1726316288], -Cell[107366, 2899, 399, 9, 70, "GuideText",ExpressionUUID->"d69ff740-b971-483b-a95c-3c224f7c9e88", +Cell[110449, 2986, 399, 9, 70, "GuideText",ExpressionUUID->"d69ff740-b971-483b-a95c-3c224f7c9e88", CellID->1995852241], -Cell[107768, 2910, 421, 10, 70, "GuideText",ExpressionUUID->"e060c39c-5b6c-4eb1-990f-1b504a81aa10", +Cell[110851, 2997, 421, 10, 70, "GuideText",ExpressionUUID->"e060c39c-5b6c-4eb1-990f-1b504a81aa10", CellID->426623347], -Cell[108192, 2922, 424, 10, 70, "GuideText",ExpressionUUID->"a5e11467-1c37-407e-ad87-784fc7b954dd", +Cell[111275, 3009, 424, 10, 70, "GuideText",ExpressionUUID->"a5e11467-1c37-407e-ad87-784fc7b954dd", CellID->2107446204], -Cell[108619, 2934, 464, 11, 70, "GuideText",ExpressionUUID->"bc7b7780-d273-4ce5-b732-2d814fbb74d9", +Cell[111702, 3021, 464, 11, 70, "GuideText",ExpressionUUID->"bc7b7780-d273-4ce5-b732-2d814fbb74d9", CellID->380292132], -Cell[109086, 2947, 415, 9, 70, "GuideText",ExpressionUUID->"fa36dd11-f8e3-435d-848e-fa035f339155", +Cell[112169, 3034, 415, 9, 70, "GuideText",ExpressionUUID->"fa36dd11-f8e3-435d-848e-fa035f339155", CellID->1703233348], -Cell[109504, 2958, 607, 14, 70, "GuideText",ExpressionUUID->"5fa4ab53-233e-4d3c-a05d-1a7f09441e4f", +Cell[112587, 3045, 607, 14, 70, "GuideText",ExpressionUUID->"5fa4ab53-233e-4d3c-a05d-1a7f09441e4f", CellID->1596575761], -Cell[110114, 2974, 431, 10, 70, "GuideText",ExpressionUUID->"62686391-0bf0-4d7c-bd16-f90c8f7ca2f8", +Cell[113197, 3061, 431, 10, 70, "GuideText",ExpressionUUID->"62686391-0bf0-4d7c-bd16-f90c8f7ca2f8", CellID->1570302896], -Cell[110548, 2986, 393, 9, 70, "GuideText",ExpressionUUID->"75c3fd07-ed2d-40bd-b649-d14428d79e22", +Cell[113631, 3073, 393, 9, 70, "GuideText",ExpressionUUID->"75c3fd07-ed2d-40bd-b649-d14428d79e22", CellID->729781736], -Cell[110944, 2997, 417, 9, 70, "GuideText",ExpressionUUID->"9d14e234-1e79-4e33-a5a2-43c91ffdfe71", +Cell[114027, 3084, 417, 9, 70, "GuideText",ExpressionUUID->"9d14e234-1e79-4e33-a5a2-43c91ffdfe71", CellID->281455872], -Cell[111364, 3008, 472, 10, 70, "GuideText",ExpressionUUID->"82e96de4-c8a6-4223-8199-e13f7a98bbc9", +Cell[114447, 3095, 472, 10, 70, "GuideText",ExpressionUUID->"82e96de4-c8a6-4223-8199-e13f7a98bbc9", CellID->516864559], -Cell[111839, 3020, 498, 12, 70, "GuideText",ExpressionUUID->"69516872-e230-49ca-929f-1a57902232a6", +Cell[114922, 3107, 498, 12, 70, "GuideText",ExpressionUUID->"69516872-e230-49ca-929f-1a57902232a6", CellID->301954473], -Cell[112340, 3034, 450, 10, 70, "GuideText",ExpressionUUID->"9563070d-3a5b-43e4-8510-de90009b40fe", +Cell[115423, 3121, 450, 10, 70, "GuideText",ExpressionUUID->"9563070d-3a5b-43e4-8510-de90009b40fe", CellID->1429442234], -Cell[112793, 3046, 414, 9, 70, "GuideText",ExpressionUUID->"adf15de9-f425-4fa0-ab4e-d55e5c9334f5", +Cell[115876, 3133, 414, 9, 70, "GuideText",ExpressionUUID->"adf15de9-f425-4fa0-ab4e-d55e5c9334f5", CellID->526950382], -Cell[113210, 3057, 435, 9, 70, "GuideText",ExpressionUUID->"7c1e575e-03ff-4f70-931e-d240400df6eb", +Cell[116293, 3144, 435, 9, 70, "GuideText",ExpressionUUID->"7c1e575e-03ff-4f70-931e-d240400df6eb", CellID->2064099316], -Cell[113648, 3068, 393, 9, 70, "GuideText",ExpressionUUID->"a854a868-4cea-457d-b5b6-5d02542b0b67", +Cell[116731, 3155, 393, 9, 70, "GuideText",ExpressionUUID->"a854a868-4cea-457d-b5b6-5d02542b0b67", CellID->810723419], -Cell[114044, 3079, 570, 15, 70, "GuideText",ExpressionUUID->"baeb1552-aecc-4e25-b0c2-3047a964479f", +Cell[117127, 3166, 570, 15, 70, "GuideText",ExpressionUUID->"baeb1552-aecc-4e25-b0c2-3047a964479f", CellID->444726393], -Cell[114617, 3096, 527, 13, 70, "GuideText",ExpressionUUID->"de3b567e-319e-444a-a57f-b9103c32969f", +Cell[117700, 3183, 527, 13, 70, "GuideText",ExpressionUUID->"de3b567e-319e-444a-a57f-b9103c32969f", CellID->263919184], -Cell[115147, 3111, 527, 13, 70, "GuideText",ExpressionUUID->"b4d726fd-fcb7-433c-bdbe-913a19c83392", +Cell[118230, 3198, 527, 13, 70, "GuideText",ExpressionUUID->"b4d726fd-fcb7-433c-bdbe-913a19c83392", CellID->366473119], -Cell[115677, 3126, 525, 13, 70, "GuideText",ExpressionUUID->"b5968e05-92c3-4ac4-8a3d-3c961ad8411d", +Cell[118760, 3213, 525, 13, 70, "GuideText",ExpressionUUID->"b5968e05-92c3-4ac4-8a3d-3c961ad8411d", CellID->2041302154], -Cell[116205, 3141, 441, 10, 70, "GuideText",ExpressionUUID->"ecf573b1-755a-4cc1-8e37-1cd9842eebd3", +Cell[119288, 3228, 441, 10, 70, "GuideText",ExpressionUUID->"ecf573b1-755a-4cc1-8e37-1cd9842eebd3", CellID->1834222080], -Cell[116649, 3153, 422, 9, 70, "GuideText",ExpressionUUID->"7be3524b-1b35-4b7a-9133-6f8762519f6c", +Cell[119732, 3240, 422, 9, 70, "GuideText",ExpressionUUID->"7be3524b-1b35-4b7a-9133-6f8762519f6c", CellID->2017204081], -Cell[117074, 3164, 474, 10, 70, "GuideText",ExpressionUUID->"cdca0b0f-4d33-4059-b013-37285a04cdb2", +Cell[120157, 3251, 474, 10, 70, "GuideText",ExpressionUUID->"cdca0b0f-4d33-4059-b013-37285a04cdb2", CellID->1096254855], -Cell[117551, 3176, 478, 10, 70, "GuideText",ExpressionUUID->"d40c9bfd-d9c5-47c5-88d2-78697fe9486a", +Cell[120634, 3263, 478, 10, 70, "GuideText",ExpressionUUID->"d40c9bfd-d9c5-47c5-88d2-78697fe9486a", CellID->410683066], -Cell[118032, 3188, 538, 12, 70, "GuideText",ExpressionUUID->"4b45498e-b02e-4574-b890-34154648483b", +Cell[121115, 3275, 538, 12, 70, "GuideText",ExpressionUUID->"4b45498e-b02e-4574-b890-34154648483b", CellID->527218061], -Cell[118573, 3202, 618, 15, 70, "GuideText",ExpressionUUID->"b62dbcd0-12b0-4dfe-a697-ed9b15529aec", +Cell[121656, 3289, 618, 15, 70, "GuideText",ExpressionUUID->"b62dbcd0-12b0-4dfe-a697-ed9b15529aec", CellID->1398209328], -Cell[119194, 3219, 721, 17, 70, "GuideText",ExpressionUUID->"8f793641-5810-44e4-a60f-cd084402c923", +Cell[122277, 3306, 721, 17, 70, "GuideText",ExpressionUUID->"8f793641-5810-44e4-a60f-cd084402c923", CellID->1840125300], -Cell[119918, 3238, 405, 9, 70, "GuideText",ExpressionUUID->"bf04341d-51b6-4a4a-b540-423c4f3a8875", +Cell[123001, 3325, 405, 9, 70, "GuideText",ExpressionUUID->"bf04341d-51b6-4a4a-b540-423c4f3a8875", CellID->1054168443], -Cell[120326, 3249, 539, 11, 70, "GuideText",ExpressionUUID->"17b7392e-2e07-4f06-b469-cb11e9502d82", +Cell[123409, 3336, 539, 11, 70, "GuideText",ExpressionUUID->"17b7392e-2e07-4f06-b469-cb11e9502d82", CellID->1314824997], -Cell[120868, 3262, 519, 11, 70, "GuideText",ExpressionUUID->"23662ca9-d774-4fb5-a49f-62bf7e5dc546", +Cell[123951, 3349, 519, 11, 70, "GuideText",ExpressionUUID->"23662ca9-d774-4fb5-a49f-62bf7e5dc546", CellID->669069640], -Cell[121390, 3275, 424, 10, 70, "GuideText",ExpressionUUID->"a98d7c52-7eb2-4bb7-9fa3-ee2df1bf33e7", +Cell[124473, 3362, 424, 10, 70, "GuideText",ExpressionUUID->"a98d7c52-7eb2-4bb7-9fa3-ee2df1bf33e7", CellID->1852904134], -Cell[121817, 3287, 437, 10, 70, "GuideText",ExpressionUUID->"2b132117-d555-46d8-a74f-f82a332b9214", +Cell[124900, 3374, 437, 10, 70, "GuideText",ExpressionUUID->"2b132117-d555-46d8-a74f-f82a332b9214", CellID->1645122894], -Cell[122257, 3299, 386, 9, 70, "GuideText",ExpressionUUID->"1e431487-8661-4e95-a3af-27e304e3f301", +Cell[125340, 3386, 386, 9, 70, "GuideText",ExpressionUUID->"1e431487-8661-4e95-a3af-27e304e3f301", CellID->1908787066], -Cell[122646, 3310, 399, 9, 70, "GuideText",ExpressionUUID->"f89b6e09-03c1-478f-96d1-90a90bd953d8", +Cell[125729, 3397, 399, 9, 70, "GuideText",ExpressionUUID->"f89b6e09-03c1-478f-96d1-90a90bd953d8", CellID->1136188787], -Cell[123048, 3321, 396, 9, 70, "GuideText",ExpressionUUID->"b70eea6f-29e4-411d-9a7f-97214215a8c3", +Cell[126131, 3408, 396, 9, 70, "GuideText",ExpressionUUID->"b70eea6f-29e4-411d-9a7f-97214215a8c3", CellID->593894102], -Cell[123447, 3332, 395, 9, 70, "GuideText",ExpressionUUID->"4ae4c175-45e0-438f-9e3b-fd0f9cc97ca4", +Cell[126530, 3419, 395, 9, 70, "GuideText",ExpressionUUID->"4ae4c175-45e0-438f-9e3b-fd0f9cc97ca4", CellID->171986484], -Cell[123845, 3343, 402, 9, 70, "GuideText",ExpressionUUID->"05a79ba5-34bb-4f8b-9ff5-ad9c42197628", +Cell[126928, 3430, 402, 9, 70, "GuideText",ExpressionUUID->"05a79ba5-34bb-4f8b-9ff5-ad9c42197628", CellID->1663406848], -Cell[124250, 3354, 400, 9, 70, "GuideText",ExpressionUUID->"00f41bb1-b983-483b-9d7f-04ff7e7a907a", +Cell[127333, 3441, 400, 9, 70, "GuideText",ExpressionUUID->"00f41bb1-b983-483b-9d7f-04ff7e7a907a", CellID->1992103430], -Cell[124653, 3365, 497, 13, 70, "GuideText",ExpressionUUID->"e21fbd93-7b26-4cd0-ab6a-201a7a3fb0f3", +Cell[127736, 3452, 497, 13, 70, "GuideText",ExpressionUUID->"e21fbd93-7b26-4cd0-ab6a-201a7a3fb0f3", CellID->2012111784], -Cell[125153, 3380, 422, 9, 70, "GuideText",ExpressionUUID->"7f4be114-da12-4c89-9131-03f44f475766", +Cell[128236, 3467, 422, 9, 70, "GuideText",ExpressionUUID->"7f4be114-da12-4c89-9131-03f44f475766", CellID->570091643], -Cell[125578, 3391, 422, 9, 70, "GuideText",ExpressionUUID->"f39e1ef0-8878-4d37-97c9-3a3ace8f0ed9", +Cell[128661, 3478, 422, 9, 70, "GuideText",ExpressionUUID->"f39e1ef0-8878-4d37-97c9-3a3ace8f0ed9", CellID->533697777], -Cell[126003, 3402, 433, 10, 70, "GuideText",ExpressionUUID->"bd23a754-4de2-4524-9647-b3489bf5a885", +Cell[129086, 3489, 433, 10, 70, "GuideText",ExpressionUUID->"bd23a754-4de2-4524-9647-b3489bf5a885", CellID->275512129], -Cell[126439, 3414, 397, 9, 70, "GuideText",ExpressionUUID->"ad2da87f-9c65-411f-b6e9-753029b2f04f", +Cell[129522, 3501, 397, 9, 70, "GuideText",ExpressionUUID->"ad2da87f-9c65-411f-b6e9-753029b2f04f", CellID->1051202412], -Cell[126839, 3425, 548, 13, 70, "GuideText",ExpressionUUID->"8eda0aa2-f180-4c54-9ed1-ac424b57553a", +Cell[129922, 3512, 548, 13, 70, "GuideText",ExpressionUUID->"8eda0aa2-f180-4c54-9ed1-ac424b57553a", CellID->1274291537], -Cell[127390, 3440, 417, 10, 70, "GuideText",ExpressionUUID->"19a0d65b-4174-4cab-8af3-5ea7bee5df73", +Cell[130473, 3527, 417, 10, 70, "GuideText",ExpressionUUID->"19a0d65b-4174-4cab-8af3-5ea7bee5df73", CellID->2044673630], -Cell[127810, 3452, 449, 10, 70, "GuideText",ExpressionUUID->"b9ebe38d-3f87-412c-9356-9fb673b62ade", +Cell[130893, 3539, 449, 10, 70, "GuideText",ExpressionUUID->"b9ebe38d-3f87-412c-9356-9fb673b62ade", CellID->1577066328], -Cell[128262, 3464, 394, 9, 70, "GuideText",ExpressionUUID->"21e80e8d-86db-42cc-ab22-fe7005b6982e", +Cell[131345, 3551, 394, 9, 70, "GuideText",ExpressionUUID->"21e80e8d-86db-42cc-ab22-fe7005b6982e", CellID->610847363], -Cell[128659, 3475, 412, 9, 70, "GuideText",ExpressionUUID->"068513b7-def9-47c7-a63a-cf07021fbfc2", +Cell[131742, 3562, 412, 9, 70, "GuideText",ExpressionUUID->"068513b7-def9-47c7-a63a-cf07021fbfc2", CellID->1033378769], -Cell[129074, 3486, 421, 10, 70, "GuideText",ExpressionUUID->"77dc4b39-ef89-45b1-ad84-3ae0b276a5f4", +Cell[132157, 3573, 421, 10, 70, "GuideText",ExpressionUUID->"77dc4b39-ef89-45b1-ad84-3ae0b276a5f4", CellID->23476782], -Cell[129498, 3498, 104, 1, 70, "GuideDelimiter",ExpressionUUID->"8a252e6e-82ca-4818-9dc9-c34805b84fdf", +Cell[132581, 3585, 104, 1, 70, "GuideDelimiter",ExpressionUUID->"8a252e6e-82ca-4818-9dc9-c34805b84fdf", CellID->1050231782], -Cell[129605, 3501, 19854, 591, 70, "InlineGuideFunctionListing",ExpressionUUID->"ef7d26e8-6917-49e7-87ed-2fd694b2b3fe", +Cell[132688, 3588, 19854, 591, 70, "InlineGuideFunctionListing",ExpressionUUID->"ef7d26e8-6917-49e7-87ed-2fd694b2b3fe", CellID->162127704] }, Open ]], -Cell[149474, 4095, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"dccc1630-bb7e-4656-9b1a-8ca146e00cdb"], -Cell[150227, 4117, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"783c21c1-de91-436f-8311-b8ed68454a6d"], -Cell[152035, 4164, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"b1ace180-c58d-41cf-9e07-ecdeaf47fe50"], -Cell[152950, 4192, 78, 0, 70, "FooterCell",ExpressionUUID->"9b4258c5-d762-4a76-91fd-cd85064fe81d"] +Cell[152557, 4182, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"637efb18-0c68-427a-998d-6194bd7cde01"], +Cell[153310, 4204, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"a19f184a-4fdb-4d6b-8d58-4c8291d42cb7"], +Cell[155118, 4251, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"b7b0a85d-d019-4a64-8ded-b0a4f6c36f1d"], +Cell[156033, 4279, 78, 0, 70, "FooterCell",ExpressionUUID->"a406677f-c5d5-4bbd-b04a-3c55d7593063"] } ] *) diff --git a/Documentation/English/Guides/TuGamesMovieParaModeV6.nb b/Documentation/English/Guides/TuGamesMovieParaModeV6.nb index c2cd990..fe19613 100644 --- a/Documentation/English/Guides/TuGamesMovieParaModeV6.nb +++ b/Documentation/English/Guides/TuGamesMovieParaModeV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 35134507, 582009] -NotebookOptionsPosition[ 35122548, 581754] -NotebookOutlinePosition[ 35124111, 581793] -CellTagsIndexPosition[ 35124068, 581790] +NotebookDataLength[ 35134008, 581985] +NotebookOptionsPosition[ 35122028, 581730] +NotebookOutlinePosition[ 35123611, 581769] +CellTagsIndexPosition[ 35123568, 581766] WindowTitle->TuGamesMovieParaModeV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9a25c819-3ace-4f21-8ef4-6c4c870dceea"], + "675cb60b-1f6c-46a2-9bb7-bae4db4261b9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1c0f579e-e506-4e34-b22d-69589c584584"], + "ed69f89c-f8b3-4661-b67d-447fa34af9f5"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1b8020de-90ea-47eb-9b3c-a363a22e4eb5"] - }],ExpressionUUID->"440ca8a6-82a4-4a00-8a7e-d7cfa87a735e"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1a0d3e78-f94b-4251-98ed-170d5eac0a13"] + }],ExpressionUUID->"9cfcfc9c-8808-4497-b380-9ba8ae405487"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "387db7b6-8e7c-43ea-9c59-d2b06194ea14"], + "4cd7bfd2-1065-4213-aa68-39c9eb3cc761"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d675ccdd-27b9-41c9-9a92-5d2212cb5591"] - }],ExpressionUUID->"9fc72b36-13d4-4722-ba7a-bc294a579e35"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bda587c8-58dc-49cf-8a19-f0becd7c54cf"] + }],ExpressionUUID->"420d5958-239e-4e46-af89-76f5f904a9aa"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "edcc624e-a2f2-4a47-b4ac-522138280e63"], + "1fe183ca-4903-4fa7-b337-f2eb79637171"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "14caee0e-cb71-4e6f-b443-255c18370026"] - }],ExpressionUUID->"090f4eb3-7e5e-4b3c-82a1-aa6fd520cedd"], - StripOnInput->False], {"\<\"TUG/Guides/TuGamesMovieParaModeV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TuGamesMovieParaModeV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "8f753f6c-8fb8-4f11-9762-1c62f9365b56"] + }],ExpressionUUID->"8bafa2df-7107-438f-b5ec-a5e050d3e2c9"], + StripOnInput->False],{ + "\"TUG/Guides/TuGamesMovieParaModeV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TuGamesMovieParaModeV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TuGamesMovieParaModeV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14631], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TuGamesMovieParaModeV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14501], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TuGamesMovieParaModeV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "995423a0-0f6e-4152-804a-bb1bb4c63336"] + "022f3b57-d139-40c6-b767-08c1d14cb031"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "94a2840e-ffb6-4f28-bb6f-b24fd0d944a4"]} + "a09b2abf-d622-4700-8622-5c32f53fd3af"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"85d7b66c-ae28-4d39-87ef-44b5d61e5d9f"], + CellID->1,ExpressionUUID->"af5d97f8-ffda-4269-8d4f-fe277d824875"], Cell[CellGroupData[{ @@ -163,7 +167,7 @@ Cell["TuGamesMovieParaModeV6", "GuideTitle", Cell["Generating Movies in Parallel: An Introduction", "GuideAbstract", CellID->2001916300,ExpressionUUID->"253d02a3-7dd2-4250-a759-287f4c8e1277"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"fd9c1d57-cafa-4e2d-a7ab-88eac42ee585"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"962c6467-f7ce-4c45-8cdd-4628e65432d4"] }, Open ]], Cell[CellGroupData[{ @@ -6435,9 +6439,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -15080,9 +15083,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -29013,9 +29015,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -35022,9 +35023,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -40303,9 +40303,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -42946,9 +42945,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -43457,8 +43455,9 @@ YIjDzEky+eVc53oQLg5zD7o4zByYv9DNgbnnS7TllsZt++zR3QMTh6mHhV+e AAXU51A= "], { {Thickness[0.0085], - TubeBox[{{-0.32348808005061397`, 0., 0.4232721582443838}, - {0., -0.32348808005061397`, 0.4232721582443838}}], + TubeBox[{{-0.32348808005061397`, 0., + 0.4232721582443838}, {0., -0.32348808005061397`, + 0.4232721582443838}}], TubeBox[{{-0.32348808005061397`, 0., 0.4232721582443838}, {-0.32348808005061397`, 0.2605220339431441, 0.1627501243012397}}], @@ -45592,9 +45591,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -48239,9 +48237,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -52796,9 +52793,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -63163,8 +63159,9 @@ MMRh5iSZ/HKucz0IF4e5B10cZg7MX+jmwNzzJdpyS+O2ffbo7oGJw9TDwi/P AwB5v+5w "], { {Thickness[0.0085], - TubeBox[{{-0.28091019471489914`, 0., 0.4232721582443838}, - {0., -0.28091019471489914`, 0.4232721582443838}}], + TubeBox[{{-0.28091019471489914`, 0., + 0.4232721582443838}, {0., -0.28091019471489914`, + 0.4232721582443838}}], TubeBox[{{-0.28091019471489914`, 0., 0.4232721582443838}, {-0.28091019471489914`, 0.2605220339431441, 0.1627501243012397}}], @@ -63374,9 +63371,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -69855,9 +69851,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -85273,9 +85268,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -88652,9 +88646,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -130153,8 +130146,9 @@ pz83ZTZcxfAvTBymDmbOjQeecY52NzDCEybOgAYSS+5FRel/wogvmDh6/MLE AQpl8IM= "], { {Thickness[0.0085], - TubeBox[{{-0.13656077857674395`, 0., 0.4232721582443838}, - {0., -0.13656077857674395`, 0.4232721582443838}}], + TubeBox[{{-0.13656077857674395`, 0., + 0.4232721582443838}, {0., -0.13656077857674395`, + 0.4232721582443838}}], TubeBox[{{-0.13656077857674395`, 0., 0.4232721582443838}, {-0.13656077857674395`, 0.2605220339431441, 0.1627501243012397}}], @@ -146787,9 +146781,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -146817,8 +146810,9 @@ GOIwc5JMfjnXuR6Ei8Pcgy4OMwfmL3RzYO75Em25pXHbPnt098DEYeph4Zfn ADCA10g= "], { {Thickness[0.0085], - TubeBox[{{-0.10073304579425219`, 0., 0.4232721582443838}, - {0., -0.10073304579425219`, 0.4232721582443838}}], + TubeBox[{{-0.10073304579425219`, 0., + 0.4232721582443838}, {0., -0.10073304579425219`, + 0.4232721582443838}}], TubeBox[{{-0.10073304579425219`, 0., 0.4232721582443838}, {-0.10073304579425219`, 0.2605220339431441, 0.1627501243012397}}], @@ -164517,8 +164511,9 @@ cQBPMQNe 0.4232721582443838}, { 0.2826439454111277, -0.062309100491290015`, 0.14062821283325613`}}], - TubeBox[{{0., -0.062309100491290015`, 0.4232721582443838}, - {0., -0.062309100491290015`, 1.06230910049129}}], + TubeBox[{{0., -0.062309100491290015`, + 0.4232721582443838}, {0., -0.062309100491290015`, + 1.06230910049129}}], TubeBox[{{-0.062309100491290015`, 0.2605220339431441, 0.1627501243012397}, {-0.062309100491290015`, 0.6835093357830587, 0.1627501243012397}}], @@ -167757,10 +167752,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, - 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, - 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { - 8, 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, + {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, + 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, + 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -170475,9 +170470,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -173833,9 +173827,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -174354,8 +174347,9 @@ AQp330s= 0.4232721582443838}, { 0.2826439454111277, -0.041020157823432594`, 0.14062821283325613`}}], - TubeBox[{{0., -0.041020157823432594`, 0.4232721582443838}, - {0., -0.041020157823432594`, 1.0410201578234326`}}], + TubeBox[{{0., -0.041020157823432594`, + 0.4232721582443838}, {0., -0.041020157823432594`, + 1.0410201578234326`}}], TubeBox[{{-0.041020157823432594`, 0.2605220339431441, 0.1627501243012397}, {-0.041020157823432594`, 0.6622203931152013, 0.1627501243012397}}], @@ -176032,8 +176026,9 @@ ANQ+22Q= 0.4232721582443838}, { 0.2826439454111277, -0.037385460294774006`, 0.14062821283325613`}}], - TubeBox[{{0., -0.037385460294774006`, 0.4232721582443838}, - {0., -0.037385460294774006`, 1.037385460294774}}], + TubeBox[{{0., -0.037385460294774006`, + 0.4232721582443838}, {0., -0.037385460294774006`, + 1.037385460294774}}], TubeBox[{{-0.037385460294774006`, 0.2605220339431441, 0.1627501243012397}, {-0.037385460294774006`, 0.6585856955865427, 0.1627501243012397}}], @@ -177189,9 +177184,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -179863,8 +179857,9 @@ MMRh5iSZ/HKucz0IF4e5B10cZg7MX+jmwNzzJdpyS+O2ffbo7oGJw9TDwi/P AAAh438= "], { {Thickness[0.0085], - TubeBox[{{-0.029077580229268672`, 0., 0.4232721582443838}, - {0., -0.029077580229268672`, 0.4232721582443838}}], + TubeBox[{{-0.029077580229268672`, 0., + 0.4232721582443838}, {0., -0.029077580229268672`, + 0.4232721582443838}}], TubeBox[{{-0.029077580229268672`, 0., 0.4232721582443838}, {-0.029077580229268672`, 0.2605220339431441, 0.1627501243012397}}], @@ -181808,8 +181803,9 @@ AwCXIee8 0.4232721582443838}, { 0.2826439454111277, -0.024923640196516005`, 0.14062821283325613`}}], - TubeBox[{{0., -0.024923640196516005`, 0.4232721582443838}, - {0., -0.024923640196516005`, 1.024923640196516}}], + TubeBox[{{0., -0.024923640196516005`, + 0.4232721582443838}, {0., -0.024923640196516005`, + 1.024923640196516}}], TubeBox[{{-0.024923640196516005`, 0.2605220339431441, 0.1627501243012397}, {-0.024923640196516005`, 0.6461238754882846, 0.1627501243012397}}], @@ -183452,9 +183448,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -198204,9 +198199,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -204384,9 +204378,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -210770,9 +210763,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -221405,10 +221397,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, - {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, - 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, + 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { + 8, 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -228821,10 +228813,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, - {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, - 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, + 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { + 8, 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -244105,9 +244097,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -247273,9 +247264,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -249608,10 +249598,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, - {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, - 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, + 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { + 8, 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -267065,9 +267055,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -281843,9 +281832,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -310758,9 +310746,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -311283,8 +311270,9 @@ YIjDzEky+eVc53oQLg5zD7o4zByYv9DNgbnnS7TllsZt++zR3QMTh6mHhV+e BwCBZvnM "], { {Thickness[0.0085], - TubeBox[{{-0.35879657032901163`, 0., 0.4232721582443838}, - {0., -0.35879657032901163`, 0.4232721582443838}}], + TubeBox[{{-0.35879657032901163`, 0., + 0.4232721582443838}, {0., -0.35879657032901163`, + 0.4232721582443838}}], TubeBox[{{-0.35879657032901163`, 0., 0.4232721582443838}, {-0.35879657032901163`, 0.2605220339431441, 0.1627501243012397}}], @@ -313235,9 +313223,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -335244,9 +335231,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -344144,9 +344130,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -360390,10 +360375,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, - 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, - 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { - 8, 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, + {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, + 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, + 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -374612,9 +374597,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -388010,9 +387994,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -390020,8 +390003,9 @@ GOIwc5JMfjnXuR6Ei8Pcgy4OMwfmL3RzYO75Em25pXHbPnt098DEYeph4Zfn AJ2d6o8= "], { {Thickness[0.0085], - TubeBox[{{-0.19367745402709313`, 0., 0.4232721582443838}, - {0., -0.19367745402709313`, 0.4232721582443838}}], + TubeBox[{{-0.19367745402709313`, 0., + 0.4232721582443838}, {0., -0.19367745402709313`, + 0.4232721582443838}}], TubeBox[{{-0.19367745402709313`, 0., 0.4232721582443838}, {-0.19367745402709313`, 0.2605220339431441, 0.1627501243012397}}], @@ -397186,9 +397170,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -404908,8 +404891,9 @@ YIjDzEky+eVc53oQLg5zD7o4zByYv9DNgbnnS7TllsZt++zR3QMTh6mHhV+e DgAnGPSp "], { {Thickness[0.0085], - TubeBox[{{-0.16252290378144812`, 0., 0.4232721582443838}, - {0., -0.16252290378144812`, 0.4232721582443838}}], + TubeBox[{{-0.16252290378144812`, 0., + 0.4232721582443838}, {0., -0.16252290378144812`, + 0.4232721582443838}}], TubeBox[{{-0.16252290378144812`, 0., 0.4232721582443838}, {-0.16252290378144812`, 0.2605220339431441, 0.1627501243012397}}], @@ -406368,9 +406352,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -412350,8 +412333,9 @@ Of25KbPhKoZ/YeIwdTBzbjzwjHO0u4ERnjBxBjRgJnBtxePITxjxBRNHj1+Y OAAd+/a/ "], { {Thickness[0.0085], - TubeBox[{{-0.14694562865862562`, 0., 0.4232721582443838}, - {0., -0.14694562865862562`, 0.4232721582443838}}], + TubeBox[{{-0.14694562865862562`, 0., + 0.4232721582443838}, {0., -0.14694562865862562`, + 0.4232721582443838}}], TubeBox[{{-0.14694562865862562`, 0., 0.4232721582443838}, {-0.14694562865862562`, 0.2605220339431441, 0.1627501243012397}}], @@ -417284,9 +417268,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -419765,9 +419748,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -431083,8 +431065,9 @@ AwB0Xux6 TubeBox[{{0., 0., 1.1080024408515694`}, {-0.10800244085156935`, 0., 1.1080024408515694`}}], - TubeBox[{{0., -0.10800244085156935`, 1.1080024408515694`}, - {-0.10800244085156935`, 0., 1.1080024408515694`}}]}, + TubeBox[{{0., -0.10800244085156935`, + 1.1080024408515694`}, {-0.10800244085156935`, 0., + 1.1080024408515694`}}]}, {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ @@ -432442,9 +432425,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -467497,8 +467479,9 @@ xAErJvzB 0.4232721582443838}, { 0.2826439454111277, -0.031154550245645007`, 0.14062821283325613`}}], - TubeBox[{{0., -0.031154550245645007`, 0.4232721582443838}, - {0., -0.031154550245645007`, 1.031154550245645}}], + TubeBox[{{0., -0.031154550245645007`, + 0.4232721582443838}, {0., -0.031154550245645007`, + 1.031154550245645}}], TubeBox[{{-0.031154550245645007`, 0.2605220339431441, 0.1627501243012397}, {-0.031154550245645007`, 0.6523547855374137, 0.1627501243012397}}], @@ -473930,8 +473913,9 @@ YIjDzEky+eVc53oQLg5zD7o4zByYv9DNgbnnS7TllsZt++zR3QMTh6mHhV+e AJyQ5yI= "], { {Thickness[0.0085], - TubeBox[{{-0.017654245139198835`, 0., 0.4232721582443838}, - {0., -0.017654245139198835`, 0.4232721582443838}}], + TubeBox[{{-0.017654245139198835`, 0., + 0.4232721582443838}, {0., -0.017654245139198835`, + 0.4232721582443838}}], TubeBox[{{-0.017654245139198835`, 0., 0.4232721582443838}, {-0.017654245139198835`, 0.2605220339431441, 0.1627501243012397}}], @@ -479866,9 +479850,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -495259,9 +495242,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -505171,8 +505153,9 @@ xbrVMevtb3daf1ww4QLcXph4ALecf5LUEQxxmDlJJr+c61wPwsVh7kEXh5kD NCache[{ Rational[551664375656423187653, 2468385007853074120000], Rational[101942562274892938093, 493677001570614824000], - Rational[4711922254770259280929, 12341925039265370600000]} - , {0.2234920297689881, 0.2064964783665565, + Rational[ + 4711922254770259280929, 12341925039265370600000]}, { + 0.2234920297689881, 0.2064964783665565, 0.3817817917204533}], 0.021]}, {RGBColor[0, 1, 0], SphereBox[ @@ -534030,9 +534013,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -545406,9 +545388,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -546630,9 +546611,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -561756,9 +561736,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -573456,9 +573435,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -575216,9 +575194,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -579008,8 +578985,8 @@ hcSCl+XjVtwX2pMltjg1PxHrx6n5SkISa5S88Wr+Iv1JzJsKlL8F3t/+Fywh 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0} - }, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, + 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, + 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, @@ -581368,8 +581345,7 @@ kw== TagBox["\"State: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"defunct\"", "SummaryItem"]}]}}, AutoDelete -> - False, - BaseStyle -> { + False, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}, GridBoxAlignment -> { @@ -581672,8 +581648,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "47a4cfd8-565d-445a-a765-248d75456bb0"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"097a5db0-d311-4624-a841-\ -065878c31411"], + }]], "GuideTutorialsSection",ExpressionUUID->"c3f0dc5c-0529-4e87-be0b-\ +64bee9acade5"], Cell[BoxData[GridBox[{ { @@ -581719,8 +581695,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "d6323872-17c5-4a66-8169-f790ab15f67c"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"b2e91ba7-c7a8-4eb2-b1b1-\ -6b65a4e19a8f"], + }]], "GuideMoreAboutSection",ExpressionUUID->"2836bb6f-027a-4127-8e03-\ +b8a2b4c44463"], Cell[BoxData[GridBox[{ { @@ -581747,14 +581723,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "4f808414-76b4-469c-97e2-63a79c630f6e"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"1216a583-0f4f-4612-8730-\ -809df48e2c3f"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"af27e906-638d-4053-8172-\ +0b86b262c62e"], -Cell[" ", "FooterCell",ExpressionUUID->"b49cb4a4-6d99-4aa7-a727-0f929522b8fe"] +Cell[" ", "FooterCell",ExpressionUUID->"962de4df-b053-4587-96d5-b1fdb04c66a5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesMovieParaModeV6", TaggingRules->{ @@ -581765,21 +581741,21 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 56, 55.642981}", + "built" -> "{2024, 6, 3, 16, 50, 3.560374}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Generating Movies in Parallel: An Introduction", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$14551, - "title" -> "TuGamesMovieParaModeV6", "titlemodifier" -> "", "windowtitle" -> - "TuGamesMovieParaModeV6", "type" -> "Guide", "uri" -> - "TUG/Guides/TuGamesMovieParaModeV6"}}, + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$14421, + "title" -> "TuGamesMovieParaModeV6", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "TuGamesMovieParaModeV6", + "type" -> "Guide", "uri" -> "TUG/Guides/TuGamesMovieParaModeV6"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"1c791f99-974c-49df-9b89-a1175607dc85" +ExpressionUUID->"d037f616-c12a-4f2f-9ac2-a798d4897e79" ] (* End of Notebook Content *) @@ -581792,225 +581768,225 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 5718, 134, 70, "AnchorBarGrid",ExpressionUUID->"85d7b66c-ae28-4d39-87ef-44b5d61e5d9f", +Cell[594, 21, 5781, 138, 70, "AnchorBarGrid",ExpressionUUID->"af5d97f8-ffda-4269-8d4f-fe277d824875", CellID->1], Cell[CellGroupData[{ -Cell[6337, 159, 119, 1, 70, "GuideTitle",ExpressionUUID->"d90d71e1-bbe0-4d0b-8d9d-104a60cae28c", +Cell[6400, 163, 119, 1, 70, "GuideTitle",ExpressionUUID->"d90d71e1-bbe0-4d0b-8d9d-104a60cae28c", CellID->942062912], -Cell[6459, 162, 147, 1, 70, "GuideAbstract",ExpressionUUID->"253d02a3-7dd2-4250-a759-287f4c8e1277", +Cell[6522, 166, 147, 1, 70, "GuideAbstract",ExpressionUUID->"253d02a3-7dd2-4250-a759-287f4c8e1277", CellID->2001916300], -Cell[6609, 165, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"fd9c1d57-cafa-4e2d-a7ab-88eac42ee585"] +Cell[6672, 169, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"962c6467-f7ce-4c45-8cdd-4628e65432d4"] }, Open ]], Cell[CellGroupData[{ -Cell[6739, 170, 163, 3, 70, "Section",ExpressionUUID->"b3c64876-7c31-41df-b66e-8929444d999a", +Cell[6802, 174, 163, 3, 70, "Section",ExpressionUUID->"b3c64876-7c31-41df-b66e-8929444d999a", CellID->328364825], -Cell[6905, 175, 1637, 40, 70, "Text",ExpressionUUID->"cc7cd81c-e860-4e82-9f9a-ee931b27c087", +Cell[6968, 179, 1637, 40, 70, "Text",ExpressionUUID->"cc7cd81c-e860-4e82-9f9a-ee931b27c087", CellID->1816456155], Cell[CellGroupData[{ -Cell[8567, 219, 139, 1, 70, "Subsection",ExpressionUUID->"e0a3803f-421b-405e-a66e-4c77501c248f", +Cell[8630, 223, 139, 1, 70, "Subsection",ExpressionUUID->"e0a3803f-421b-405e-a66e-4c77501c248f", CellID->1722085039], -Cell[8709, 222, 184, 4, 70, "Input",ExpressionUUID->"ca8a49fa-b94b-4fc5-a397-f48d7bfc8741", +Cell[8772, 226, 184, 4, 70, "Input",ExpressionUUID->"ca8a49fa-b94b-4fc5-a397-f48d7bfc8741", CellID->1058478970], Cell[CellGroupData[{ -Cell[8918, 230, 136, 2, 70, "Input",ExpressionUUID->"4bf28255-0b19-4a97-9185-3452c61a1734", +Cell[8981, 234, 136, 2, 70, "Input",ExpressionUUID->"4bf28255-0b19-4a97-9185-3452c61a1734", CellID->156552063], -Cell[9057, 234, 126, 2, 70, "Output",ExpressionUUID->"0ac869a2-ead1-4744-8191-77c3cf1d59e6", +Cell[9120, 238, 126, 2, 70, "Output",ExpressionUUID->"0ac869a2-ead1-4744-8191-77c3cf1d59e6", CellID->94548632] }, Open ]], Cell[CellGroupData[{ -Cell[9220, 241, 185, 4, 70, "Input",ExpressionUUID->"2d76724f-a7a7-4eee-9230-dfedc4681464", +Cell[9283, 245, 185, 4, 70, "Input",ExpressionUUID->"2d76724f-a7a7-4eee-9230-dfedc4681464", CellID->385720277], Cell[CellGroupData[{ -Cell[9430, 249, 207, 3, 70, "Print",ExpressionUUID->"3ea16190-5906-46e1-b67f-02a5e8812f0c", +Cell[9493, 253, 207, 3, 70, "Print",ExpressionUUID->"3ea16190-5906-46e1-b67f-02a5e8812f0c", CellID->1311078739], -Cell[9640, 254, 336, 7, 70, "Print",ExpressionUUID->"593d33a7-6513-40da-8a9d-571aac6b1f43", +Cell[9703, 258, 336, 7, 70, "Print",ExpressionUUID->"593d33a7-6513-40da-8a9d-571aac6b1f43", CellID->1594303125], -Cell[9979, 263, 207, 3, 70, "Print",ExpressionUUID->"d284d396-70d6-451c-be8c-6a594e950234", +Cell[10042, 267, 207, 3, 70, "Print",ExpressionUUID->"d284d396-70d6-451c-be8c-6a594e950234", CellID->1272966119], -Cell[10189, 268, 191, 2, 70, "Print",ExpressionUUID->"a996cc2f-5b50-4f76-b8c2-e71813a19335", +Cell[10252, 272, 191, 2, 70, "Print",ExpressionUUID->"a996cc2f-5b50-4f76-b8c2-e71813a19335", CellID->1478744556], -Cell[10383, 272, 178, 2, 70, "Print",ExpressionUUID->"9d275687-e292-4708-b10e-604174d5e5da", +Cell[10446, 276, 178, 2, 70, "Print",ExpressionUUID->"9d275687-e292-4708-b10e-604174d5e5da", CellID->1974018490], -Cell[10564, 276, 208, 3, 70, "Print",ExpressionUUID->"62dd7035-0b16-430c-9f2c-7f13db0bea41", +Cell[10627, 280, 208, 3, 70, "Print",ExpressionUUID->"62dd7035-0b16-430c-9f2c-7f13db0bea41", CellID->1828929099], -Cell[10775, 281, 190, 2, 70, "Print",ExpressionUUID->"cc953f96-7246-4487-9084-5eda22fb76d1", +Cell[10838, 285, 190, 2, 70, "Print",ExpressionUUID->"cc953f96-7246-4487-9084-5eda22fb76d1", CellID->620453890], -Cell[10968, 285, 207, 3, 70, "Print",ExpressionUUID->"6720c995-6787-4f2c-994f-0521159a9efb", +Cell[11031, 289, 207, 3, 70, "Print",ExpressionUUID->"6720c995-6787-4f2c-994f-0521159a9efb", CellID->1014352373], -Cell[11178, 290, 207, 3, 70, "Print",ExpressionUUID->"1b852e4d-6138-444e-9c0a-765ecef6e74c", +Cell[11241, 294, 207, 3, 70, "Print",ExpressionUUID->"1b852e4d-6138-444e-9c0a-765ecef6e74c", CellID->1774957040], -Cell[11388, 295, 178, 2, 70, "Print",ExpressionUUID->"2f077e32-1b44-4519-8caf-535a8699233c", +Cell[11451, 299, 178, 2, 70, "Print",ExpressionUUID->"2f077e32-1b44-4519-8caf-535a8699233c", CellID->1126587601], -Cell[11569, 299, 206, 3, 70, "Print",ExpressionUUID->"71c6bbe1-6b77-4b26-b21e-5cff6daf1e99", +Cell[11632, 303, 206, 3, 70, "Print",ExpressionUUID->"71c6bbe1-6b77-4b26-b21e-5cff6daf1e99", CellID->331627868] }, Open ]] }, Open ]], -Cell[11802, 306, 261, 6, 70, "Input",ExpressionUUID->"2feeeb94-0b9b-410d-aab4-efdce76d4537", +Cell[11865, 310, 261, 6, 70, "Input",ExpressionUUID->"2feeeb94-0b9b-410d-aab4-efdce76d4537", CellID->1606902086], Cell[CellGroupData[{ -Cell[12088, 316, 210, 4, 70, "Input",ExpressionUUID->"d46e8b64-22cd-4981-a373-086c754cea38", +Cell[12151, 320, 210, 4, 70, "Input",ExpressionUUID->"d46e8b64-22cd-4981-a373-086c754cea38", CellID->1557212609], -Cell[12301, 322, 373, 7, 70, "Output",ExpressionUUID->"1fed0e9d-39b9-4db9-a84c-cf9c0e18cfba", +Cell[12364, 326, 373, 7, 70, "Output",ExpressionUUID->"1fed0e9d-39b9-4db9-a84c-cf9c0e18cfba", CellID->340286940] }, Open ]], Cell[CellGroupData[{ -Cell[12711, 334, 214, 4, 70, "Input",ExpressionUUID->"aac79d1a-2f42-4592-8826-5076ebc2506f", +Cell[12774, 338, 214, 4, 70, "Input",ExpressionUUID->"aac79d1a-2f42-4592-8826-5076ebc2506f", CellID->1208446777], -Cell[12928, 340, 374, 7, 70, "Output",ExpressionUUID->"38add2d9-8fe4-4681-984e-432ebdeddf62", +Cell[12991, 344, 374, 7, 70, "Output",ExpressionUUID->"38add2d9-8fe4-4681-984e-432ebdeddf62", CellID->1355209581] }, Open ]], -Cell[13317, 350, 253, 6, 70, "Input",ExpressionUUID->"794a3603-0b94-40bb-84a6-c80414d5e6fd", +Cell[13380, 354, 253, 6, 70, "Input",ExpressionUUID->"794a3603-0b94-40bb-84a6-c80414d5e6fd", CellID->29779882], -Cell[13573, 358, 240, 6, 70, "Input",ExpressionUUID->"6a6c0653-2f9e-415c-b499-9b07832bd96b", +Cell[13636, 362, 240, 6, 70, "Input",ExpressionUUID->"6a6c0653-2f9e-415c-b499-9b07832bd96b", CellID->2147149142], -Cell[13816, 366, 245, 6, 70, "Input",ExpressionUUID->"245b02f5-4f17-49dd-9d54-a579177d267e", +Cell[13879, 370, 245, 6, 70, "Input",ExpressionUUID->"245b02f5-4f17-49dd-9d54-a579177d267e", CellID->568495616], -Cell[14064, 374, 435, 10, 70, "Input",ExpressionUUID->"e188f37e-3119-4492-81e4-dfe9dbb35c58", +Cell[14127, 378, 435, 10, 70, "Input",ExpressionUUID->"e188f37e-3119-4492-81e4-dfe9dbb35c58", CellID->1165707413], Cell[CellGroupData[{ -Cell[14524, 388, 216, 5, 70, "Input",ExpressionUUID->"e3d1d3cd-1a0e-4f32-b406-d414abbe1a31", +Cell[14587, 392, 216, 5, 70, "Input",ExpressionUUID->"e3d1d3cd-1a0e-4f32-b406-d414abbe1a31", CellID->1917091993], -Cell[14743, 395, 193, 4, 70, "Output",ExpressionUUID->"34f48b05-f52b-4005-9649-fefd217db678", +Cell[14806, 399, 193, 4, 70, "Output",ExpressionUUID->"34f48b05-f52b-4005-9649-fefd217db678", CellID->1281879080] }, Open ]], -Cell[14951, 402, 240, 6, 70, "Input",ExpressionUUID->"b1321b8c-334c-495b-8e59-3a630277b4da", +Cell[15014, 406, 240, 6, 70, "Input",ExpressionUUID->"b1321b8c-334c-495b-8e59-3a630277b4da", CellID->1137414362], -Cell[15194, 410, 230, 6, 70, "Input",ExpressionUUID->"b393a5aa-1d9d-42ea-84f9-024fb2a35aa8", +Cell[15257, 414, 230, 6, 70, "Input",ExpressionUUID->"b393a5aa-1d9d-42ea-84f9-024fb2a35aa8", CellID->97973170], -Cell[15427, 418, 387, 11, 70, "Input",ExpressionUUID->"ec688147-a9db-419c-a54e-14b39bba5a11", +Cell[15490, 422, 387, 11, 70, "Input",ExpressionUUID->"ec688147-a9db-419c-a54e-14b39bba5a11", CellID->950851587], Cell[CellGroupData[{ -Cell[15839, 433, 169, 3, 70, "Input",ExpressionUUID->"750112ea-336c-4c69-a9c4-da53de32e929", +Cell[15902, 437, 169, 3, 70, "Input",ExpressionUUID->"750112ea-336c-4c69-a9c4-da53de32e929", CellID->974285388], -Cell[16011, 438, 357, 8, 70, "Output",ExpressionUUID->"90ba89ef-9f97-4199-b942-5bdd02e8c74b", +Cell[16074, 442, 357, 8, 70, "Output",ExpressionUUID->"90ba89ef-9f97-4199-b942-5bdd02e8c74b", CellID->1820058210] }, Open ]], -Cell[16383, 449, 196, 4, 70, "Input",ExpressionUUID->"8908c2df-7f24-48a7-a549-a16c8cedd0ef", +Cell[16446, 453, 196, 4, 70, "Input",ExpressionUUID->"8908c2df-7f24-48a7-a549-a16c8cedd0ef", CellID->2009330557] }, Closed]], Cell[CellGroupData[{ -Cell[16616, 458, 143, 1, 70, "Subsection",ExpressionUUID->"3bbbb6d4-f440-46e1-9356-6f4940a64cc2", +Cell[16679, 462, 143, 1, 70, "Subsection",ExpressionUUID->"3bbbb6d4-f440-46e1-9356-6f4940a64cc2", CellID->1130837451], Cell[CellGroupData[{ -Cell[16784, 463, 168, 3, 70, "Input",ExpressionUUID->"e81dc309-f93d-46c9-9165-50c9d7174cec", +Cell[16847, 467, 168, 3, 70, "Input",ExpressionUUID->"e81dc309-f93d-46c9-9165-50c9d7174cec", CellID->1914606842], -Cell[16955, 468, 130, 2, 70, "Output",ExpressionUUID->"5d6e4e0d-b740-433e-af42-ca7a16a788f1", +Cell[17018, 472, 130, 2, 70, "Output",ExpressionUUID->"5d6e4e0d-b740-433e-af42-ca7a16a788f1", CellID->247567187] }, Open ]], Cell[CellGroupData[{ -Cell[17122, 475, 210, 4, 70, "Input",ExpressionUUID->"9d7daece-f9f4-45d1-884c-e0be9de142b2", +Cell[17185, 479, 210, 4, 70, "Input",ExpressionUUID->"9d7daece-f9f4-45d1-884c-e0be9de142b2", CellID->294432543], -Cell[17335, 481, 290, 6, 70, "Output",ExpressionUUID->"7c6da62a-c6d5-440d-bba4-5eb3c1cf0cce", +Cell[17398, 485, 290, 6, 70, "Output",ExpressionUUID->"7c6da62a-c6d5-440d-bba4-5eb3c1cf0cce", CellID->1361426320] }, Open ]], Cell[CellGroupData[{ -Cell[17662, 492, 192, 4, 70, "Input",ExpressionUUID->"0d48b09e-a57c-4af2-9de3-a69166d9610c", +Cell[17725, 496, 192, 4, 70, "Input",ExpressionUUID->"0d48b09e-a57c-4af2-9de3-a69166d9610c", CellID->1520533306], -Cell[17857, 498, 345, 8, 70, "Output",ExpressionUUID->"e651222e-b867-4cc1-952a-1027002d6084", +Cell[17920, 502, 345, 8, 70, "Output",ExpressionUUID->"e651222e-b867-4cc1-952a-1027002d6084", CellID->1773177099] }, Open ]], Cell[CellGroupData[{ -Cell[18239, 511, 198, 4, 70, "Input",ExpressionUUID->"3f7f86c2-22a3-4aa8-867d-1702f5c6a7c8", +Cell[18302, 515, 198, 4, 70, "Input",ExpressionUUID->"3f7f86c2-22a3-4aa8-867d-1702f5c6a7c8", CellID->1187961162], -Cell[18440, 517, 443, 9, 70, "Output",ExpressionUUID->"20aa82fa-28ff-4d18-85ff-de36ca9e028d", +Cell[18503, 521, 443, 9, 70, "Output",ExpressionUUID->"20aa82fa-28ff-4d18-85ff-de36ca9e028d", CellID->1201978757] }, Open ]], Cell[CellGroupData[{ -Cell[18920, 531, 203, 4, 70, "Input",ExpressionUUID->"e375a95b-75f4-494d-84ea-45f63d15f9ec", +Cell[18983, 535, 203, 4, 70, "Input",ExpressionUUID->"e375a95b-75f4-494d-84ea-45f63d15f9ec", CellID->246147341], -Cell[19126, 537, 343, 8, 70, "Output",ExpressionUUID->"2a146cbb-0bbc-49ab-aea2-8b7c8bee9d5c", +Cell[19189, 541, 343, 8, 70, "Output",ExpressionUUID->"2a146cbb-0bbc-49ab-aea2-8b7c8bee9d5c", CellID->54829887] }, Open ]], Cell[CellGroupData[{ -Cell[19506, 550, 228, 5, 70, "Input",ExpressionUUID->"e14ddb9d-5e02-4113-9db5-4c45f7473621", +Cell[19569, 554, 228, 5, 70, "Input",ExpressionUUID->"e14ddb9d-5e02-4113-9db5-4c45f7473621", CellID->829452149], -Cell[19737, 557, 182, 4, 70, "Output",ExpressionUUID->"e825220d-8dce-47d2-a356-8b779b064762", +Cell[19800, 561, 182, 4, 70, "Output",ExpressionUUID->"e825220d-8dce-47d2-a356-8b779b064762", CellID->1372734943] }, Open ]], Cell[CellGroupData[{ -Cell[19956, 566, 235, 5, 70, "Input",ExpressionUUID->"82c217d8-3b95-4ccc-a768-9c00fcb1d008", +Cell[20019, 570, 235, 5, 70, "Input",ExpressionUUID->"82c217d8-3b95-4ccc-a768-9c00fcb1d008", CellID->386457755], -Cell[20194, 573, 2542, 64, 70, "Output",ExpressionUUID->"35e942ac-3c0e-49c9-9ae1-bc1bf20b8131", +Cell[20257, 577, 2542, 64, 70, "Output",ExpressionUUID->"35e942ac-3c0e-49c9-9ae1-bc1bf20b8131", CellID->288870587] }, Closed]], Cell[CellGroupData[{ -Cell[22773, 642, 241, 5, 70, "Input",ExpressionUUID->"6d5ffca1-f078-4d89-946a-6e86a5ae18b4", +Cell[22836, 646, 241, 5, 70, "Input",ExpressionUUID->"6d5ffca1-f078-4d89-946a-6e86a5ae18b4", CellID->782463904], -Cell[23017, 649, 3533, 74, 70, "Output",ExpressionUUID->"ff014957-6699-41e4-a257-f03f9ce5fb5c", +Cell[23080, 653, 3533, 74, 70, "Output",ExpressionUUID->"ff014957-6699-41e4-a257-f03f9ce5fb5c", CellID->726744696] }, Closed]], Cell[CellGroupData[{ -Cell[26587, 728, 248, 5, 70, "Input",ExpressionUUID->"c00ec62c-0db4-4abe-a296-89027962e35d", +Cell[26650, 732, 248, 5, 70, "Input",ExpressionUUID->"c00ec62c-0db4-4abe-a296-89027962e35d", CellID->1497317365], -Cell[26838, 735, 2543, 64, 70, "Output",ExpressionUUID->"c4471587-7c80-460d-8684-fc545aebd377", +Cell[26901, 739, 2543, 64, 70, "Output",ExpressionUUID->"c4471587-7c80-460d-8684-fc545aebd377", CellID->2137673485] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[29430, 805, 138, 1, 70, "Subsection",ExpressionUUID->"692871c8-25af-4e01-b41a-2121a395f048", +Cell[29493, 809, 138, 1, 70, "Subsection",ExpressionUUID->"692871c8-25af-4e01-b41a-2121a395f048", CellID->1351106539], -Cell[29571, 808, 1243, 30, 70, "Input",ExpressionUUID->"8f2d5e27-7f6f-49f3-8de2-67afa1c34b85", +Cell[29634, 812, 1243, 30, 70, "Input",ExpressionUUID->"8f2d5e27-7f6f-49f3-8de2-67afa1c34b85", CellID->1883788369], Cell[CellGroupData[{ -Cell[30839, 842, 130, 2, 70, "Input",ExpressionUUID->"08e9662a-daa4-4e51-af9b-478460992052", +Cell[30902, 846, 130, 2, 70, "Input",ExpressionUUID->"08e9662a-daa4-4e51-af9b-478460992052", CellID->440934229], -Cell[30972, 846, 136, 2, 70, "Output",ExpressionUUID->"810b5148-fd94-4cf7-b284-a82c35d26e58", +Cell[31035, 850, 136, 2, 70, "Output",ExpressionUUID->"810b5148-fd94-4cf7-b284-a82c35d26e58", CellID->504979177] }, Open ]], Cell[CellGroupData[{ -Cell[31145, 853, 160, 3, 70, "Input",ExpressionUUID->"2837d0bb-d79b-4e5d-acdd-0c6e5c04440b", +Cell[31208, 857, 160, 3, 70, "Input",ExpressionUUID->"2837d0bb-d79b-4e5d-acdd-0c6e5c04440b", CellID->2079792210], -Cell[31308, 858, 130, 2, 70, "Output",ExpressionUUID->"162ea94f-1cda-47c8-8f98-7ec629b08562", +Cell[31371, 862, 130, 2, 70, "Output",ExpressionUUID->"162ea94f-1cda-47c8-8f98-7ec629b08562", CellID->227367582] }, Open ]], Cell[CellGroupData[{ -Cell[31475, 865, 188, 4, 70, "Input",ExpressionUUID->"5b72df66-1b38-45d9-9ab7-0ff20224f118", +Cell[31538, 869, 188, 4, 70, "Input",ExpressionUUID->"5b72df66-1b38-45d9-9ab7-0ff20224f118", CellID->1468562727], -Cell[31666, 871, 17164165, 283340, 70, "Output",ExpressionUUID->"5557c6da-9433-4184-96fa-3c8c52f98591", +Cell[31729, 875, 17163829, 283324, 70, "Output",ExpressionUUID->"5557c6da-9433-4184-96fa-3c8c52f98591", CellID->436441757] }, Open ]], -Cell[17195846, 284214, 1216, 28, 70, "Input",ExpressionUUID->"1e461363-63bc-436f-8c3c-597f47a1c597", +Cell[17195573, 284202, 1216, 28, 70, "Input",ExpressionUUID->"1e461363-63bc-436f-8c3c-597f47a1c597", CellID->462094803], Cell[CellGroupData[{ -Cell[17197087, 284246, 130, 2, 70, "Input",ExpressionUUID->"ba56603f-09c6-46bb-bbe8-965cb9d49a33", +Cell[17196814, 284234, 130, 2, 70, "Input",ExpressionUUID->"ba56603f-09c6-46bb-bbe8-965cb9d49a33", CellID->170631104], -Cell[17197220, 284250, 135, 2, 70, "Output",ExpressionUUID->"9e336cc7-efb1-4f7d-b007-a761676cd145", +Cell[17196947, 284238, 135, 2, 70, "Output",ExpressionUUID->"9e336cc7-efb1-4f7d-b007-a761676cd145", CellID->549315710] }, Open ]], Cell[CellGroupData[{ -Cell[17197392, 284257, 159, 3, 70, "Input",ExpressionUUID->"1d64f7c6-6ace-4b57-8e54-0204cd1062b6", +Cell[17197119, 284245, 159, 3, 70, "Input",ExpressionUUID->"1d64f7c6-6ace-4b57-8e54-0204cd1062b6", CellID->261889497], -Cell[17197554, 284262, 130, 2, 70, "Output",ExpressionUUID->"596223b7-80a4-4c90-8c33-6f731b15134f", +Cell[17197281, 284250, 130, 2, 70, "Output",ExpressionUUID->"596223b7-80a4-4c90-8c33-6f731b15134f", CellID->260725249] }, Open ]], Cell[CellGroupData[{ -Cell[17197721, 284269, 187, 4, 70, "Input",ExpressionUUID->"0d4782b4-3062-481a-a682-0c93e5567264", +Cell[17197448, 284257, 187, 4, 70, "Input",ExpressionUUID->"0d4782b4-3062-481a-a682-0c93e5567264", CellID->441985408], -Cell[17197911, 284275, 17623344, 292294, 70, "Output",ExpressionUUID->"3442fb2a-067d-4b5f-9ae1-a9541bcff5c7", +Cell[17197638, 284263, 17623113, 292283, 70, "Output",ExpressionUUID->"3442fb2a-067d-4b5f-9ae1-a9541bcff5c7", CellID->1531026518] }, Open ]], Cell[CellGroupData[{ -Cell[34821292, 576574, 123, 1, 70, "Subsubsection",ExpressionUUID->"eb3f0d9d-8a0b-4e5e-895e-a4b3229cff98", +Cell[34820788, 576551, 123, 1, 70, "Subsubsection",ExpressionUUID->"eb3f0d9d-8a0b-4e5e-895e-a4b3229cff98", CellID->1747298480], Cell[CellGroupData[{ -Cell[34821440, 576579, 732, 18, 70, "Input",ExpressionUUID->"b70df4ba-d2cc-4832-a1cf-8bf2f362526d", +Cell[34820936, 576556, 732, 18, 70, "Input",ExpressionUUID->"b70df4ba-d2cc-4832-a1cf-8bf2f362526d", CellID->203015726], -Cell[34822175, 576599, 2565, 55, 70, "Output",ExpressionUUID->"726bdb19-c730-4236-a1e7-be5057029141", +Cell[34821671, 576576, 2565, 55, 70, "Output",ExpressionUUID->"726bdb19-c730-4236-a1e7-be5057029141", CellID->892790287] }, Open ]], Cell[CellGroupData[{ -Cell[34824777, 576659, 160, 3, 70, "Input",ExpressionUUID->"28a9b26e-6b08-49b6-b501-0fbf36cfbb79", +Cell[34824273, 576636, 160, 3, 70, "Input",ExpressionUUID->"28a9b26e-6b08-49b6-b501-0fbf36cfbb79", CellID->1954761132], -Cell[34824940, 576664, 293999, 4985, 70, "Output",ExpressionUUID->"1455ba89-af10-4432-b8c7-ec971cc8cad0", +Cell[34824436, 576641, 293983, 4984, 70, "Output",ExpressionUUID->"1455ba89-af10-4432-b8c7-ec971cc8cad0", CellID->811133003] }, Open ]] }, Open ]] }, Open ]] }, Open ]], -Cell[35118990, 581655, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"097a5db0-d311-4624-a841-065878c31411"], -Cell[35119743, 581677, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"b2e91ba7-c7a8-4eb2-b1b1-6b65a4e19a8f"], -Cell[35121551, 581724, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"1216a583-0f4f-4612-8730-809df48e2c3f"], -Cell[35122466, 581752, 78, 0, 70, "FooterCell",ExpressionUUID->"b49cb4a4-6d99-4aa7-a727-0f929522b8fe"] +Cell[35118470, 581631, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"c3f0dc5c-0529-4e87-be0b-64bee9acade5"], +Cell[35119223, 581653, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"2836bb6f-027a-4127-8e03-b8a2b4c44463"], +Cell[35121031, 581700, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"af27e906-638d-4053-8172-0b86b262c62e"], +Cell[35121946, 581728, 78, 0, 70, "FooterCell",ExpressionUUID->"962de4df-b053-4587-96d5-b1fdb04c66a5"] } ] *) diff --git a/Documentation/English/Guides/TuGamesMovieV6.nb b/Documentation/English/Guides/TuGamesMovieV6.nb index 0f3e887..f3d786f 100644 --- a/Documentation/English/Guides/TuGamesMovieV6.nb +++ b/Documentation/English/Guides/TuGamesMovieV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 8425637, 139193] -NotebookOptionsPosition[ 8416613, 139000] -NotebookOutlinePosition[ 8418132, 139039] -CellTagsIndexPosition[ 8418089, 139036] +NotebookDataLength[ 8425579, 139190] +NotebookOptionsPosition[ 8416534, 138997] +NotebookOutlinePosition[ 8418074, 139036] +CellTagsIndexPosition[ 8418031, 139033] WindowTitle->TuGamesMovieV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ab8341fd-4545-4248-8e7e-e7825d2740f1"], + "ef7fc06a-573c-4892-bd46-b409054a53e4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "844adb30-b4e9-4480-b047-1d9ee252ad48"], + "6a8ec705-7de3-4d3e-899c-d4ea0fa272c5"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "60c6ed09-e621-4123-863e-0178670495de"] - }],ExpressionUUID->"3394dcbd-d84c-4a42-80a1-ea32fd128613"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "24847781-3cea-4d33-a78d-47e4491be938"] + }],ExpressionUUID->"e24d52c3-bf7f-4f52-b240-31220498de14"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e7b17ba-57e1-4af3-bc71-5b7ad58b4849"], + "f7e31b1c-d363-43d7-8559-ec72ecb84b9e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3bd9933a-a750-474d-9356-3c399273b21a"] - }],ExpressionUUID->"2eb0bf9c-f413-473d-8645-e100f1760cd5"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "fbcc3a06-741f-4509-a489-fa189ef02fdb"] + }],ExpressionUUID->"d5d32e28-0c05-4dd5-807a-c71e9a380fd6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ae407ccc-d5ea-442a-b2e2-924c81c9e011"], + "e7631661-fcab-4947-ac87-874dc42e1651"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,50 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a6c65938-0941-4a74-9022-cd3d8c7b5728"] - }],ExpressionUUID->"b952d48a-7e19-4412-aea4-de51d89df932"], - StripOnInput->False], {"\<\"TUG/Guides/TuGamesMovieV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TuGamesMovieV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "13831d8a-a677-4213-81b6-8e2941e72ced"] + }],ExpressionUUID->"f6a983ec-41ac-4a9e-bb1f-79c0a40483b8"], + StripOnInput->False],{ + "\"TUG/Guides/TuGamesMovieV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TuGamesMovieV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TuGamesMovieV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14948], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TuGamesMovieV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$14851], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TuGamesMovieV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "27178602-93ba-49db-9ed1-772eccb77350"] + "6a3cbd1b-7071-4340-8b16-a6ac2f7a33e1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e98d78e2-723f-4e8c-8f80-9aae638b99a7"]} + "ede8b044-09d5-405a-a473-10ddf87611a2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0f29ab7c-2f96-4c0b-9914-0903e9d8ffce"], + CellID->1,ExpressionUUID->"ab624432-3f68-4be1-aad1-cd0e02120b5d"], Cell[CellGroupData[{ @@ -163,7 +166,7 @@ Cell["TuGamesMovieV6", "GuideTitle", Cell["Rendering a Movie: An Introduction", "GuideAbstract", CellID->2001916300,ExpressionUUID->"30d57a37-b823-4a05-b37b-94314db7734e"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"7f4f58bd-1a8c-424a-b0c6-0b274bdf39c7"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"ba7c28fa-61a0-4174-b030-ecf765aa2816"] }, Open ]], Cell[CellGroupData[{ @@ -679,8 +682,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, - 7}, {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, + {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -6500,9 +6503,9 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== TubeBox[{{0., 0.29071204386890387`, 0.18161005639107342`}, {0., 0.5773038765718275, 0.18161005639107342`}}], - TubeBox[{{0., 0.29071204386890387`, - 0.18161005639107342`}, {0.1752551622432363, - 0.29071204386890387`, 0.006354894147837094}}], + TubeBox[{{0., 0.29071204386890387`, 0.18161005639107342`}, + {0.1752551622432363, 0.29071204386890387`, + 0.006354894147837094}}], TubeBox[{{0., 0.5773038765718275, 0.18161005639107342`}, { 0.1752551622432363, 0.5773038765718275, 0.006354894147837094}}], @@ -17991,8 +17994,9 @@ i0oH7dHdAxOHqYeF35L5vI6PTlzA8C9MHKYOZk6M+0SuEt7bGOEJE2dAA0+L 0.4723221002599773}, { 0.3153975032897679, -0.38009542247817163`, 0.1569245969702094}}], - TubeBox[{{0., -0.38009542247817163`, 0.4723221002599773}, - {0., -0.38009542247817163`, 1.3800954224781716`}}], + TubeBox[{{0., -0.38009542247817163`, + 0.4723221002599773}, {0., -0.38009542247817163`, + 1.3800954224781716`}}], TubeBox[{{-0.38009542247817163`, 0.29071204386890387`, 0.18161005639107342`}, {-0.38009542247817163`, 0.9573992990499991, 0.18161005639107342`}}], @@ -26083,8 +26087,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -34212,8 +34216,9 @@ PPt989oXjPiCiaPHL0wcAJcb+Hk= TubeBox[{{-0.30245397947195973`, 0., 0.4723221002599773}, {-0.30245397947195973`, 0., 1.3024539794719596`}}], - TubeBox[{{0., -0.30245397947195973`, 0.4723221002599773}, - {0.3153975032897679, -0.30245397947195973`, + TubeBox[{{0., -0.30245397947195973`, + 0.4723221002599773}, { + 0.3153975032897679, -0.30245397947195973`, 0.1569245969702094}}], TubeBox[{{0., -0.30245397947195973`, 0.4723221002599773}, {0., -0.30245397947195973`, @@ -36998,8 +37003,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -40800,8 +40805,8 @@ Pr4x7AtGfMHE0eMXJg4AsjDhAQ== 0.26226097443440666`}, { 1.0089046623335571`, -0.2711656367679639, 0.26226097443440666`}}], - TubeBox[{{1.0089046623335571`, 0., - 0.26226097443440666`}, {0., 0., 1.2711656367679638`}}], + TubeBox[{{1.0089046623335571`, 0., 0.26226097443440666`}, + {0., 0., 1.2711656367679638`}}], TubeBox[{{1.0089046623335571`, -0.2711656367679639, 0.26226097443440666`}, {0., -0.2711656367679639, 1.2711656367679638`}}], @@ -44104,8 +44109,9 @@ iaydyBeM+IKJo8cvTBwAvorpRg== TubeBox[{{-0.25494205166218825`, 0., 0.4723221002599773}, {-0.25494205166218825`, 0., 1.2549420516621883`}}], - TubeBox[{{0., -0.25494205166218825`, 0.4723221002599773}, - {0.3153975032897679, -0.25494205166218825`, + TubeBox[{{0., -0.25494205166218825`, + 0.4723221002599773}, { + 0.3153975032897679, -0.25494205166218825`, 0.1569245969702094}}], TubeBox[{{0., -0.25494205166218825`, 0.4723221002599773}, {0., -0.25494205166218825`, @@ -60205,12 +60211,12 @@ w9wPE4e55yCXlcbnvAP2PE8f6dpZzsUQ7zB5GHlR6SCGe2Di6P5aMp/X8dGJ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== "], Polygon3DBox[{{9, 10, 4}, {14, 16, 12}, {16, 15, 12}, {11, - 4, 5}, {7, 10, 9}, {11, 5, 12}, {12, 5, 14}, {5, 4, 14}, - {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, - 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, - 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, 10, 7}, { - 7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, {2, 8, - 3}, {8, 13, 3}}]]}, + 4, 5}, {7, 10, 9}, {11, 5, 12}, {12, 5, 14}, {5, 4, + 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, + 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, + 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -88841,8 +88847,9 @@ dcVlHzDiCyaOHr8wcQC4odZj TubeBox[{{-0.040558962764439044`, 0., 0.4723221002599773}, {-0.040558962764439044`, 0., 1.040558962764439}}], - TubeBox[{{0., -0.040558962764439044`, 0.4723221002599773}, - {0.3153975032897679, -0.040558962764439044`, + TubeBox[{{0., -0.040558962764439044`, + 0.4723221002599773}, { + 0.3153975032897679, -0.040558962764439044`, 0.1569245969702094}}], TubeBox[{{0., -0.040558962764439044`, 0.4723221002599773}, {0., -0.040558962764439044`, @@ -94871,9 +94878,8 @@ n+uX63/AiC+YOHr8wsQB9EPpbg== TubeBox[{{-0.011588275075554013`, 0., 0.4723221002599773}, {-0.011588275075554013`, 0., 1.011588275075554}}], - TubeBox[{{0., -0.011588275075554013`, - 0.4723221002599773}, { - 0.3153975032897679, -0.011588275075554013`, + TubeBox[{{0., -0.011588275075554013`, 0.4723221002599773}, + {0.3153975032897679, -0.011588275075554013`, 0.1569245969702094}}], TubeBox[{{0., -0.011588275075554013`, 0.4723221002599773}, {0., -0.011588275075554013`, @@ -98267,7 +98273,6 @@ nO/39Pypc56P7EMiD61qXXcLLr5bwm4D2+xL9hqtmZP+2x3HUA8T19o5cb14 znO4/NyNdg8/Z16wn7e8nKlS/wpcPDn921spsSMY6mHiS/d8fh2z7Zn9pT8b ze65HrZnylLJm/6ww15i7YJY7ppLcHth4tOlVG8fyjuGIQ6zF90cmHqYv2Di MPcc5LLS+Jx3wP7IowxRoSkLMcQ7TB5GXlQ6iOEemDgALYnNjw== - "], { {Thickness[0.0085], TubeBox[{{0.0057941375377770065`, 0.0057941375377770065`, @@ -100959,7 +100964,6 @@ zi/3XLkl9dxD+2WKpXWbt9+Ei++WsNvANvuSvUZr5qT/dscx1MPEg2WzZ677 8Awuf+/zo0znZ+fs5y0vZ6rUvwIXT07/9lZK7AiGepj4eYWzVz9bPbO/9Gej 2T3Xw/a31z+tfnd3tr3E2gWx3DWX4PbCxKdLqd4+lHcMQxxmL7o5MPUwf8HE Ye45yGWl8TnvgL3hgkvli71WYoh3mDyMvKh0EMM9MHEAZZLH1Q== - "], { {Thickness[0.0085], TubeBox[{{0.020858895135997223`, 0.020858895135997223`, @@ -102202,7 +102206,6 @@ zr/59qd7wdSH9llZYktPuN6Ei++WsNvANvuSvUZr5qT/dscx1MPEtx7crbNz +zO4fGqr6vZcpnP285aXM1XqX4GLJ6d/eysldgRDPUzc4Khs5j/GZ/aX/mw0 u+d62P7ixBccfnUL7SXWLojlrrkEtxcmPl1K9fahvGMY4jB70c2BqYf5CyYO c89BLiuNz3kH7EWiTjj9urkGQ7zD5GHkRaWDGO6BiQMAsBTIPQ== - "], { {Thickness[0.0085], TubeBox[{{0.02781186018132963, 0.02781186018132963, @@ -102617,7 +102620,6 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== eQaXn5Tw7EL1trP285aXM1XqX4GLJ6d/eysldgRDPUz89+/e94zvn9pf+rPR 7J7rYXtZ1acLRdctspdYuyCWu+YS3F6Y+HQp1duH8o5hiMPsRTcHph7mL5g4 zD0Huaw0PucdsE94e+T2Qc51GOIdJg8jLyodxHAPTBwAgKLLeg== - "], { {Thickness[0.0085], TubeBox[{{0.030129515196440432`, 0.030129515196440432`, @@ -103032,7 +103034,6 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== fAaX32+9/FVn1ln7ecvLmSr1r8DFk9O/vZUSO4KhHiZ+3OhfKeudp/aX/mw0 u+d62D5zx0Oru3cX20usXRDLXXMJbi9MfLqU6u1DeccwxGH2opsDUw/zF0wc 5p6DXFYan/MO2K9pOFjSabkeQ7zD5GHkRaWDGO6BiQMA2nLCkg== - "], { {Thickness[0.0085], TubeBox[{{0.03244717021155123, 0.03244717021155123, @@ -105931,7 +105932,6 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 5xlc/pfl23lvwk7bz1tezlSpfwUunpz+7a2U2BEM9TDx8E38ynLhT+0v/dlo ds/1sH3N/pOZQTpr7CXWLojlrrkEtxcmPl1K9fahvGMY4jB70c2BqYf5CyYO c89BLiuNz3kH7O8fvhL4//BmDPEOk4eRF5UOYrgHJg4A5qTHuw== - "], { {Thickness[0.0085], TubeBox[{{0.048670755317326855`, 0.048670755317326855`, @@ -106760,7 +106760,6 @@ cP5UjzN80488sH8kv9tIbMl1uPhuCbsNbLMv2Wu0Zk76b3ccQz1MvFCm7/P9 Z0/h8iEf8i5x7D9lP295OVOl/hW4eHL6t7dSYkcw1MPE38p/0Fc1fGp/6c9G s3uuh+1Fnh2a/bB7nb3E2gWx3DWX4PbCxKdLqd4+lHcMQxxmL7o5MPUwf8HE Ye45yGWl8TnvgL12+MVXxz5vwRDvMHkYeVHpIIZ7YOIA2aLPKw== - "], { {Thickness[0.0085], TubeBox[{{0.053306065347548455`, 0.053306065347548455`, @@ -106865,8 +106864,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -107072,8 +107071,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -107486,8 +107485,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -108107,8 +108106,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -109659,7 +109658,6 @@ zlc5cXf3evsH9v/l7vW4z7oGF98tYbeBbfYle43WzEn/7Y5jqIeJM8yZv+BH 4lO4/IR3W9qyV5+wn7e8nKlS/wpcPDn921spsSMY6mHi1fMZ79queWJ/6c9G s3uuh+2nlIWmaudutpdYuyCWu+YS3F6Y+HQp1duH8o5hiMPsRTcHph7mL5g4 zD0Huaw0PucdsN8W5drEKL0TQ7zD5GHkRaWDGO6BiQMAujrMmQ== - "], { {Thickness[0.0085], TubeBox[{{0.06952965045332407, 0.06952965045332407, @@ -112972,7 +112970,6 @@ nP/nz7570/3v22/ufvi5PusqXHy3hN0GttmX7DVaMyf9tzuOoR4mHhWkeEXk 1BO4/I/ju0PueB+zn7e8nKlS/wpcPDn921spsSMY6mHiV0ObBaJEnthf+rPR 7J7rYfvDh91PeurssJdYuyCWu+YS3F6Y+HQp1duH8o5hiMPsRTcHph7mL5g4 zD0Huaw0PucdsH+63PyZ/K29GOIdJg8jLyodxHAPTBwAiizRpw== - "], { {Thickness[0.0085], TubeBox[{{0.0880708905742105, 0.0880708905742105, @@ -116767,8 +116764,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -117757,8 +117754,8 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== 14}, {6, 9, 11}, {11, 9, 4}, {1, 16, 14}, {1, 15, 16}, {4, 10, 1}, {1, 10, 2}, {2, 15, 1}, {14, 4, 1}, {15, 13, 12}, {7, 9, 6}, {3, 15, 2}, {3, 13, 15}, {2, 10, 8}, {8, - 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, 7}, - {2, 8, 3}, {8, 13, 3}}]]}, + 10, 7}, {7, 13, 8}, {12, 13, 11}, {11, 7, 6}, {11, 13, + 7}, {2, 8, 3}, {8, 13, 3}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkzgf7uoss3qnj2Mv1vCbgPb7Ev2Gq2Zk/7bHYeL B8Vs/+Va+QguPm95OVOl/hW4fHL6t7dSYkfs9Qwq7/fNfo4hvtL4tvSVp8/s @@ -128504,9 +128501,9 @@ CxjhE+M+kauE9zZcHBV8sAcAuMCP2A== TubeBox[{{0., 0.29071204386890387`, 0.18161005639107342`}, {0., 0.5773038765718275, 0.18161005639107342`}}], - TubeBox[{{0., 0.29071204386890387`, - 0.18161005639107342`}, {0.1752551622432363, - 0.29071204386890387`, 0.006354894147837094}}], + TubeBox[{{0., 0.29071204386890387`, 0.18161005639107342`}, + {0.1752551622432363, 0.29071204386890387`, + 0.006354894147837094}}], TubeBox[{{0., 0.5773038765718275, 0.18161005639107342`}, { 0.1752551622432363, 0.5773038765718275, 0.006354894147837094}}], @@ -138882,7 +138879,7 @@ Cell[BoxData[ TUG`IOTuGamesV6`Private`v2$$, 2, "y-coordinate"}, 4}, {{ TUG`IOTuGamesV6`Private`v3$$, 1.54, "z-coordinate"}, 4}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{289., {86.3515625, 91.6484375}}, + ImageSizeCache->{293., {84.3515625, 89.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -138918,8 +138915,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "ccff1bb6-7f72-4a46-8b1a-45f2c143b360"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"eae24d8d-af06-4e62-83bd-\ -462bc71cc8ce"], + }]], "GuideTutorialsSection",ExpressionUUID->"9c9c5f05-3a98-401c-b974-\ +36992b5b78b0"], Cell[BoxData[GridBox[{ { @@ -138965,8 +138962,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "9d61c480-c379-422f-a0e7-ff9e11f131a9"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"da72b185-bb78-477a-b3d5-\ -b4645dc56201"], + }]], "GuideMoreAboutSection",ExpressionUUID->"df8cabcf-2a64-4caf-8fe3-\ +d2f2b9552b75"], Cell[BoxData[GridBox[{ { @@ -138993,14 +138990,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "fe23d578-af3e-4f56-bf5e-f3529df461ce"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"dac994e5-4f8c-429a-8fde-\ -8930caa74b10"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"af4e626d-422e-4d84-9cd2-\ +a68904369215"], -Cell[" ", "FooterCell",ExpressionUUID->"42fe2623-4532-421e-9a4b-a79af072e7b8"] +Cell[" ", "FooterCell",ExpressionUUID->"547f12b5-5ed6-4a6a-9d96-efc402997d20"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesMovieV6", TaggingRules->{ @@ -139011,21 +139008,21 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 57, 19.001020}", + "built" -> "{2024, 6, 3, 16, 50, 22.282588}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Rendering a Movie: An Introduction", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$14911, "title" -> - "TuGamesMovieV6", "titlemodifier" -> "", "windowtitle" -> - "TuGamesMovieV6", "type" -> "Guide", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$14814, "title" -> + "TuGamesMovieV6", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "TuGamesMovieV6", "type" -> "Guide", "uri" -> "TUG/Guides/TuGamesMovieV6"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"bad39da5-79a2-4fcb-8766-80e42ff3c0c4" +ExpressionUUID->"305d8300-1aea-48fb-833f-fdd9ccf9837d" ] (* End of Notebook Content *) @@ -139038,163 +139035,163 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 5686, 134, 70, "AnchorBarGrid",ExpressionUUID->"0f29ab7c-2f96-4c0b-9914-0903e9d8ffce", +Cell[586, 21, 5733, 137, 70, "AnchorBarGrid",ExpressionUUID->"ab624432-3f68-4be1-aad1-cd0e02120b5d", CellID->1], Cell[CellGroupData[{ -Cell[6297, 159, 111, 1, 70, "GuideTitle",ExpressionUUID->"d3d63e42-c6c7-41e4-b093-53566fd93860", +Cell[6344, 162, 111, 1, 70, "GuideTitle",ExpressionUUID->"d3d63e42-c6c7-41e4-b093-53566fd93860", CellID->942062912], -Cell[6411, 162, 135, 1, 70, "GuideAbstract",ExpressionUUID->"30d57a37-b823-4a05-b37b-94314db7734e", +Cell[6458, 165, 135, 1, 70, "GuideAbstract",ExpressionUUID->"30d57a37-b823-4a05-b37b-94314db7734e", CellID->2001916300], -Cell[6549, 165, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"7f4f58bd-1a8c-424a-b0c6-0b274bdf39c7"] +Cell[6596, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"ba7c28fa-61a0-4174-b030-ecf765aa2816"] }, Open ]], Cell[CellGroupData[{ -Cell[6679, 170, 112, 1, 70, "Section",ExpressionUUID->"9dc3bd06-3ada-4039-9590-fcfb7633db5d", +Cell[6726, 173, 112, 1, 70, "Section",ExpressionUUID->"9dc3bd06-3ada-4039-9590-fcfb7633db5d", CellID->119761177], Cell[CellGroupData[{ -Cell[6816, 175, 117, 1, 70, "Subsection",ExpressionUUID->"c3877082-dba6-4bba-a38c-59def99911ae", +Cell[6863, 178, 117, 1, 70, "Subsection",ExpressionUUID->"c3877082-dba6-4bba-a38c-59def99911ae", CellID->1128800837], Cell[CellGroupData[{ -Cell[6958, 180, 186, 4, 70, "Input",ExpressionUUID->"5720ee29-6b9a-462e-affa-36c056f41486", +Cell[7005, 183, 186, 4, 70, "Input",ExpressionUUID->"5720ee29-6b9a-462e-affa-36c056f41486", CellID->2017084634], Cell[CellGroupData[{ -Cell[7169, 188, 206, 3, 70, "Print",ExpressionUUID->"85fd2539-2057-4efc-82fb-a1b817fd9cb8", +Cell[7216, 191, 206, 3, 70, "Print",ExpressionUUID->"85fd2539-2057-4efc-82fb-a1b817fd9cb8", CellID->834503392], -Cell[7378, 193, 336, 7, 70, "Print",ExpressionUUID->"1229e8cf-6e63-4b91-a3b8-aee38d96b9b6", +Cell[7425, 196, 336, 7, 70, "Print",ExpressionUUID->"1229e8cf-6e63-4b91-a3b8-aee38d96b9b6", CellID->1315636830], -Cell[7717, 202, 207, 3, 70, "Print",ExpressionUUID->"fe067abb-f237-4b9a-a458-6cdf2e0ef894", +Cell[7764, 205, 207, 3, 70, "Print",ExpressionUUID->"fe067abb-f237-4b9a-a458-6cdf2e0ef894", CellID->1913610432], -Cell[7927, 207, 190, 2, 70, "Print",ExpressionUUID->"39052f15-9651-42ff-af16-be7af3408e8f", +Cell[7974, 210, 190, 2, 70, "Print",ExpressionUUID->"39052f15-9651-42ff-af16-be7af3408e8f", CellID->505148637], -Cell[8120, 211, 177, 2, 70, "Print",ExpressionUUID->"c530af2b-0b4c-40fa-95df-81bbcd063e66", +Cell[8167, 214, 177, 2, 70, "Print",ExpressionUUID->"c530af2b-0b4c-40fa-95df-81bbcd063e66", CellID->154883309], -Cell[8300, 215, 208, 3, 70, "Print",ExpressionUUID->"8e924d52-930c-4d03-8f84-380edfced1f6", +Cell[8347, 218, 208, 3, 70, "Print",ExpressionUUID->"8e924d52-930c-4d03-8f84-380edfced1f6", CellID->1976901570], -Cell[8511, 220, 190, 2, 70, "Print",ExpressionUUID->"0bc7cb5e-916a-486d-be94-54c796b9ee22", +Cell[8558, 223, 190, 2, 70, "Print",ExpressionUUID->"0bc7cb5e-916a-486d-be94-54c796b9ee22", CellID->842087512], -Cell[8704, 224, 207, 3, 70, "Print",ExpressionUUID->"c7624868-953b-46ea-b5cc-c9e2cc72f194", +Cell[8751, 227, 207, 3, 70, "Print",ExpressionUUID->"c7624868-953b-46ea-b5cc-c9e2cc72f194", CellID->1834867863], -Cell[8914, 229, 207, 3, 70, "Print",ExpressionUUID->"83d3561c-bd02-411c-989c-28842f45877d", +Cell[8961, 232, 207, 3, 70, "Print",ExpressionUUID->"83d3561c-bd02-411c-989c-28842f45877d", CellID->1454781029], -Cell[9124, 234, 178, 2, 70, "Print",ExpressionUUID->"49de3f63-58d6-4809-a1d0-6ced5ced0210", +Cell[9171, 237, 178, 2, 70, "Print",ExpressionUUID->"49de3f63-58d6-4809-a1d0-6ced5ced0210", CellID->1538931385], -Cell[9305, 238, 206, 3, 70, "Print",ExpressionUUID->"aefb8f67-61e5-4860-bad4-07a5dc0d2f4f", +Cell[9352, 241, 206, 3, 70, "Print",ExpressionUUID->"aefb8f67-61e5-4860-bad4-07a5dc0d2f4f", CellID->396309991] }, Open ]] }, Open ]], -Cell[9538, 245, 177, 4, 70, "Input",ExpressionUUID->"bfb121e1-5349-4a72-8975-756d9113ff4c", +Cell[9585, 248, 177, 4, 70, "Input",ExpressionUUID->"bfb121e1-5349-4a72-8975-756d9113ff4c", CellID->71710629] }, Closed]], Cell[CellGroupData[{ -Cell[9752, 254, 116, 1, 70, "Subsection",ExpressionUUID->"00a182f0-b80b-4de4-a324-751260eb75d5", +Cell[9799, 257, 116, 1, 70, "Subsection",ExpressionUUID->"00a182f0-b80b-4de4-a324-751260eb75d5", CellID->1624305428], -Cell[9871, 257, 436, 10, 70, "Input",ExpressionUUID->"8d43d2bb-2a02-47a4-9302-12a588398081", +Cell[9918, 260, 436, 10, 70, "Input",ExpressionUUID->"8d43d2bb-2a02-47a4-9302-12a588398081", CellID->1953987528], -Cell[10310, 269, 235, 6, 70, "Input",ExpressionUUID->"1aca6be2-5279-4a19-b813-b533d22a4521", +Cell[10357, 272, 235, 6, 70, "Input",ExpressionUUID->"1aca6be2-5279-4a19-b813-b533d22a4521", CellID->1540081498], -Cell[10548, 277, 241, 6, 70, "Input",ExpressionUUID->"bb9feea6-a71b-4735-874a-7d00075d47b4", +Cell[10595, 280, 241, 6, 70, "Input",ExpressionUUID->"bb9feea6-a71b-4735-874a-7d00075d47b4", CellID->2085418948] }, Closed]], Cell[CellGroupData[{ -Cell[10826, 288, 142, 1, 70, "Subsection",ExpressionUUID->"c81dbf3b-4dc9-498c-9797-e5240717e5e8", +Cell[10873, 291, 142, 1, 70, "Subsection",ExpressionUUID->"c81dbf3b-4dc9-498c-9797-e5240717e5e8", CellID->1245766679], Cell[CellGroupData[{ -Cell[10993, 293, 167, 3, 70, "Input",ExpressionUUID->"643a66aa-ee9d-4a57-9f91-2aa33338d227", +Cell[11040, 296, 167, 3, 70, "Input",ExpressionUUID->"643a66aa-ee9d-4a57-9f91-2aa33338d227", CellID->1711910394], -Cell[11163, 298, 131, 2, 70, "Output",ExpressionUUID->"1ebbc0f3-b44d-45d5-ba86-5592e3198a6d", +Cell[11210, 301, 131, 2, 70, "Output",ExpressionUUID->"1ebbc0f3-b44d-45d5-ba86-5592e3198a6d", CellID->1714675418] }, Open ]], Cell[CellGroupData[{ -Cell[11331, 305, 173, 3, 70, "Input",ExpressionUUID->"307e0889-a81f-41a6-b79a-ded851eb6808", +Cell[11378, 308, 173, 3, 70, "Input",ExpressionUUID->"307e0889-a81f-41a6-b79a-ded851eb6808", CellID->167025658], -Cell[11507, 310, 129, 2, 70, "Output",ExpressionUUID->"61bbab64-5362-4b88-9465-205cdbc28d2d", +Cell[11554, 313, 129, 2, 70, "Output",ExpressionUUID->"61bbab64-5362-4b88-9465-205cdbc28d2d", CellID->712204055] }, Open ]], Cell[CellGroupData[{ -Cell[11673, 317, 164, 3, 70, "Input",ExpressionUUID->"b5faef8b-ec59-482c-afe0-d28f8ecaa5d3", +Cell[11720, 320, 164, 3, 70, "Input",ExpressionUUID->"b5faef8b-ec59-482c-afe0-d28f8ecaa5d3", CellID->768375745], -Cell[11840, 322, 130, 2, 70, "Output",ExpressionUUID->"efd05888-9fc9-4d76-b99e-f186e6d554a1", +Cell[11887, 325, 130, 2, 70, "Output",ExpressionUUID->"efd05888-9fc9-4d76-b99e-f186e6d554a1", CellID->1562526738] }, Open ]], Cell[CellGroupData[{ -Cell[12007, 329, 191, 4, 70, "Input",ExpressionUUID->"3a47760d-8951-4861-85ad-781a8f93d8d3", +Cell[12054, 332, 191, 4, 70, "Input",ExpressionUUID->"3a47760d-8951-4861-85ad-781a8f93d8d3", CellID->1821134732], -Cell[12201, 335, 343, 8, 70, "Output",ExpressionUUID->"093346f4-344f-4caa-8570-f1788555a7ac", +Cell[12248, 338, 343, 8, 70, "Output",ExpressionUUID->"093346f4-344f-4caa-8570-f1788555a7ac", CellID->461623011] }, Open ]], Cell[CellGroupData[{ -Cell[12581, 348, 196, 4, 70, "Input",ExpressionUUID->"073572dc-d937-4175-bcb2-7965d1dc1bf9", +Cell[12628, 351, 196, 4, 70, "Input",ExpressionUUID->"073572dc-d937-4175-bcb2-7965d1dc1bf9", CellID->139840375], -Cell[12780, 354, 440, 9, 70, "Output",ExpressionUUID->"c8def3f2-076d-4ee6-92fa-f9eab6922684", +Cell[12827, 357, 440, 9, 70, "Output",ExpressionUUID->"c8def3f2-076d-4ee6-92fa-f9eab6922684", CellID->246214797] }, Open ]], Cell[CellGroupData[{ -Cell[13257, 368, 204, 4, 70, "Input",ExpressionUUID->"f56927b1-1faf-4cf1-8c63-7bbf952b37f9", +Cell[13304, 371, 204, 4, 70, "Input",ExpressionUUID->"f56927b1-1faf-4cf1-8c63-7bbf952b37f9", CellID->2047564602], -Cell[13464, 374, 344, 8, 70, "Output",ExpressionUUID->"e6adfebb-32bb-4377-9b9c-c5de0c8e2586", +Cell[13511, 377, 344, 8, 70, "Output",ExpressionUUID->"e6adfebb-32bb-4377-9b9c-c5de0c8e2586", CellID->259601552] }, Open ]], Cell[CellGroupData[{ -Cell[13845, 387, 194, 4, 70, "Input",ExpressionUUID->"f76a5415-01ee-4ce9-8e1f-e1a8145adaf2", +Cell[13892, 390, 194, 4, 70, "Input",ExpressionUUID->"f76a5415-01ee-4ce9-8e1f-e1a8145adaf2", CellID->1375015634], -Cell[14042, 393, 383, 8, 70, "Output",ExpressionUUID->"86cbbc9d-db57-43c8-b89c-0fcb721f9502", +Cell[14089, 396, 383, 8, 70, "Output",ExpressionUUID->"86cbbc9d-db57-43c8-b89c-0fcb721f9502", CellID->1917165588] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[14474, 407, 168, 3, 70, "Subsection",ExpressionUUID->"4baa50c6-098d-4697-8b18-6955082ccd87", +Cell[14521, 410, 168, 3, 70, "Subsection",ExpressionUUID->"4baa50c6-098d-4697-8b18-6955082ccd87", CellID->1094104944], -Cell[14645, 412, 275, 5, 70, "Text",ExpressionUUID->"76840558-09f5-43d4-a890-76970d9e9875", +Cell[14692, 415, 275, 5, 70, "Text",ExpressionUUID->"76840558-09f5-43d4-a890-76970d9e9875", CellID->543168816], -Cell[14923, 419, 1242, 30, 70, "Input",ExpressionUUID->"2a8cc624-a526-45ab-a50f-f05e7d2a8224", +Cell[14970, 422, 1242, 30, 70, "Input",ExpressionUUID->"2a8cc624-a526-45ab-a50f-f05e7d2a8224", CellID->1683292372], Cell[CellGroupData[{ -Cell[16190, 453, 130, 2, 70, "Input",ExpressionUUID->"ed38aa48-b00d-471d-9929-073f7598f11d", +Cell[16237, 456, 130, 2, 70, "Input",ExpressionUUID->"ed38aa48-b00d-471d-9929-073f7598f11d", CellID->1599253581], -Cell[16323, 457, 135, 2, 70, "Output",ExpressionUUID->"77bf7e65-3828-4eb5-ac83-0a8ed9c406ff", +Cell[16370, 460, 135, 2, 70, "Output",ExpressionUUID->"77bf7e65-3828-4eb5-ac83-0a8ed9c406ff", CellID->698052125] }, Open ]], Cell[CellGroupData[{ -Cell[16495, 464, 160, 3, 70, "Input",ExpressionUUID->"b60036f6-2653-4828-a24a-fc4138210788", +Cell[16542, 467, 160, 3, 70, "Input",ExpressionUUID->"b60036f6-2653-4828-a24a-fc4138210788", CellID->1512710295], -Cell[16658, 469, 129, 2, 70, "Output",ExpressionUUID->"35d3fb4c-4e21-4c13-b4ae-6aaa040cabd1", +Cell[16705, 472, 129, 2, 70, "Output",ExpressionUUID->"35d3fb4c-4e21-4c13-b4ae-6aaa040cabd1", CellID->293857445] }, Open ]], Cell[CellGroupData[{ -Cell[16824, 476, 187, 4, 70, "Input",ExpressionUUID->"d09450c7-72cc-4078-8760-3d4009c5ec24", +Cell[16871, 479, 187, 4, 70, "Input",ExpressionUUID->"d09450c7-72cc-4078-8760-3d4009c5ec24", CellID->385436340], -Cell[17014, 482, 8389038, 138254, 70, "Output",ExpressionUUID->"56eeac58-6e7f-4796-808c-5194ef7411ee", +Cell[17061, 485, 8388912, 138248, 70, "Output",ExpressionUUID->"56eeac58-6e7f-4796-808c-5194ef7411ee", CellID->820007676] }, Open ]], -Cell[8406067, 138739, 805, 18, 70, "Text",ExpressionUUID->"10d77f70-0d57-4af2-9c82-38f5ab8b07a2", +Cell[8405988, 138736, 805, 18, 70, "Text",ExpressionUUID->"10d77f70-0d57-4af2-9c82-38f5ab8b07a2", CellID->1832788830], -Cell[8406875, 138759, 1301, 31, 70, "Input",ExpressionUUID->"0c170393-273f-4afd-ab34-417ecf7b7949", +Cell[8406796, 138756, 1301, 31, 70, "Input",ExpressionUUID->"0c170393-273f-4afd-ab34-417ecf7b7949", CellID->781746331], Cell[CellGroupData[{ -Cell[8408201, 138794, 130, 2, 70, "Input",ExpressionUUID->"0e6b2a03-760f-425d-b313-18e56b21cbdb", +Cell[8408122, 138791, 130, 2, 70, "Input",ExpressionUUID->"0e6b2a03-760f-425d-b313-18e56b21cbdb", CellID->891718305], -Cell[8408334, 138798, 136, 2, 70, "Output",ExpressionUUID->"2a0b19ad-5d6e-4e59-a07a-f9986662806f", +Cell[8408255, 138795, 136, 2, 70, "Output",ExpressionUUID->"2a0b19ad-5d6e-4e59-a07a-f9986662806f", CellID->1309610610] }, Open ]], Cell[CellGroupData[{ -Cell[8408507, 138805, 159, 3, 70, "Input",ExpressionUUID->"5a515689-9766-4f31-b93a-72dcbd201202", +Cell[8408428, 138802, 159, 3, 70, "Input",ExpressionUUID->"5a515689-9766-4f31-b93a-72dcbd201202", CellID->588250212], -Cell[8408669, 138810, 127, 2, 70, "Output",ExpressionUUID->"86d67eaa-e73c-4c7f-bbc1-4f6f91bb9f61", +Cell[8408590, 138807, 127, 2, 70, "Output",ExpressionUUID->"86d67eaa-e73c-4c7f-bbc1-4f6f91bb9f61", CellID->284316155] }, Open ]], -Cell[8408811, 138815, 213, 4, 70, "Text",ExpressionUUID->"cf527e53-bb7c-4163-84fb-32b90282780a", +Cell[8408732, 138812, 213, 4, 70, "Text",ExpressionUUID->"cf527e53-bb7c-4163-84fb-32b90282780a", CellID->1247545910], Cell[CellGroupData[{ -Cell[8409049, 138823, 128, 2, 70, "Input",ExpressionUUID->"b567a948-00f4-4db5-8f46-8268f32d99ea", +Cell[8408970, 138820, 128, 2, 70, "Input",ExpressionUUID->"b567a948-00f4-4db5-8f46-8268f32d99ea", CellID->1834016891], -Cell[8409180, 138827, 3836, 69, 70, "Output",ExpressionUUID->"329af1fa-4aa7-4c70-9afa-559f014d822a", +Cell[8409101, 138824, 3836, 69, 70, "Output",ExpressionUUID->"329af1fa-4aa7-4c70-9afa-559f014d822a", CellID->1996226550] }, Open ]] }, Open ]] }, Open ]], -Cell[8413055, 138901, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"eae24d8d-af06-4e62-83bd-462bc71cc8ce"], -Cell[8413808, 138923, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"da72b185-bb78-477a-b3d5-b4645dc56201"], -Cell[8415616, 138970, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"dac994e5-4f8c-429a-8fde-8930caa74b10"], -Cell[8416531, 138998, 78, 0, 70, "FooterCell",ExpressionUUID->"42fe2623-4532-421e-9a4b-a79af072e7b8"] +Cell[8412976, 138898, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"9c9c5f05-3a98-401c-b974-36992b5b78b0"], +Cell[8413729, 138920, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"df8cabcf-2a64-4caf-8fe3-d2f2b9552b75"], +Cell[8415537, 138967, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"af4e626d-422e-4d84-9cd2-a68904369215"], +Cell[8416452, 138995, 78, 0, 70, "FooterCell",ExpressionUUID->"547f12b5-5ed6-4a6a-9d96-efc402997d20"] } ] *) diff --git a/Documentation/English/Guides/TuGamesParallelMamaV11d2.nb b/Documentation/English/Guides/TuGamesParallelMamaV11d2.nb index da99e9c..d6a0e7a 100644 --- a/Documentation/English/Guides/TuGamesParallelMamaV11d2.nb +++ b/Documentation/English/Guides/TuGamesParallelMamaV11d2.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 648464, 17098] -NotebookOptionsPosition[ 613215, 16339] -NotebookOutlinePosition[ 614778, 16378] -CellTagsIndexPosition[ 614735, 16375] +NotebookDataLength[ 648638, 17103] +NotebookOptionsPosition[ 613366, 16344] +NotebookOutlinePosition[ 614950, 16383] +CellTagsIndexPosition[ 614907, 16380] WindowTitle->TuGamesParallelMamaV11d2 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "782c5958-d5a8-4f28-9fdb-cc4a6f59f3ef"], + "712a0498-d501-42bc-be1e-e4bc5c9f922a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "619820c6-89ce-4e16-8ad1-6e610bba8827"], + "aa3f0d70-c16e-4dcd-84ef-f47d9d7f635a"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "15827315-58cb-4a81-a181-01d313afeaa3"] - }],ExpressionUUID->"c96e9935-974e-4755-92ee-3319793664d5"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "144a1ac3-912a-4b9e-b5db-81aa2c01b84c"] + }],ExpressionUUID->"9533d0ee-0872-48e9-a2fd-505d756a8e46"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dbee78ff-149a-46fa-9672-5f9a84af790a"], + "3c15d203-3b71-4ef5-b652-af86829ea3a4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "86342367-ebac-42c8-99d3-ce67e521972e"] - }],ExpressionUUID->"e9b81232-dc99-4bbe-9c11-be4a0836200b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3627b9b1-fb15-4889-99c3-96f1dbd641e4"] + }],ExpressionUUID->"e2480312-0025-4b01-a324-cf3f6b1b96ce"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cd8bfa3c-587e-4510-a411-791861fe04ce"], + "2aea7d36-6f48-437e-b854-d9653b9a32db"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,50 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "40f6040a-5fb7-4ef2-af4a-27a2a41a7ba5"] - }],ExpressionUUID->"b58e7e42-6165-4222-b8f5-3d4c65471711"], - StripOnInput->False], {"\<\"TUG/Guides/TuGamesParallelMamaV11d2\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TuGamesParallelMamaV11d2"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "260a4b8a-6eb5-47f5-bbce-137a2745d755"] + }],ExpressionUUID->"a5b8c9a7-789b-4cc6-b49c-eb570c0876fa"], + StripOnInput->False],{ + "\"TUG/Guides/TuGamesParallelMamaV11d2\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TuGamesParallelMamaV11d2"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TuGamesParallelMamaV11d2.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$15469], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TuGamesParallelMamaV11d2" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$15405], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TuGamesParallelMamaV11d2" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a8a17475-b9d3-4f34-b242-19fd0fb23ede"] + "7da2b16a-0355-4acb-96a8-27d3a7b95585"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7bb7d038-faff-46c2-82b8-3399ab59d36d"]} + "95893a27-c65b-40d6-92d7-bee78b2d0448"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0e3607f6-6710-46a0-b5a9-072bededa6df"], + CellID->1,ExpressionUUID->"c30f839e-2672-46c2-a67d-fa3a5e6cf92f"], Cell[CellGroupData[{ @@ -167,7 +170,7 @@ Cell["TuGamesParallel : A basic Introduction", "GuideAbstract", Cell["by Holger I.Meinhardt, University of Karlsruhe (KIT)", "GuideAbstract", CellID->1897199108,ExpressionUUID->"d671fdac-1028-445d-b82a-4ce719cb33fd"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"725e2498-55a3-4004-ac93-df32deab7827"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"141854ff-6ae7-4805-87df-85017f0bb06c"] }, Open ]], Cell[CellGroupData[{ @@ -594,6 +597,7 @@ Cell[BoxData[ ButtonNote->"TUG`TuGames`"], ButtonBox["EvalSumMinCoord", BaseStyle->"Hyperlink", + ButtonData:>{ "Info203757426048-7099659", {"EvalSumMinCoord", "TUG`TuGames`"}}, ButtonNote->"TUG`TuGames`"], @@ -1373,6 +1377,7 @@ Cell[BoxData[ { ButtonBox["ConvexStrQ", BaseStyle->"Hyperlink", + ButtonData:>{ "Info203757426048-7099659", {"ConvexStrQ", "TUG`TuGames`"}}, ButtonNote->"TUG`TuGames`"], @@ -2489,7 +2494,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], - ImageSizeCache->{55.44140625, {2., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True], "OSLText", StripOnInput->False], @@ -2511,7 +2516,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], - ImageSizeCache->{49.25390625, {0., 7.}}], + ImageSizeCache->{49.25390625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> @@ -2542,7 +2547,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], - ImageSizeCache->{55.44140625, {0., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> @@ -2573,7 +2578,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], - ImageSizeCache->{41.6015625, {0., 7.}}], + ImageSizeCache->{41.6015625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> @@ -2604,7 +2609,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], - ImageSizeCache->{74.9296875, {0., 7.}}], + ImageSizeCache->{74.9296875, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> @@ -16257,8 +16262,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "a25cb0d9-80c9-4588-a859-710ae5cc44a7"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"8ed0c647-b4b3-435e-9b65-\ -ae19131b1518"], + }]], "GuideTutorialsSection",ExpressionUUID->"e21868c1-9389-4cfc-9b0d-\ +bafcf3a084fe"], Cell[BoxData[GridBox[{ { @@ -16304,8 +16309,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "0a3d6b4a-49a8-4e52-9bf6-0bb7ffb156c8"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"6f538c93-78ad-4bef-9532-\ -c26b5d26ed81"], + }]], "GuideMoreAboutSection",ExpressionUUID->"ac4a9889-4a98-4fc4-b812-\ +d7479efdc313"], Cell[BoxData[GridBox[{ { @@ -16332,14 +16337,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "573238c1-52cf-4ed1-83dc-a4add3a0e53a"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"0b9237de-790b-4bd5-bbb6-\ -8e528d7a1bdc"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"71b1297e-eff6-4674-a6ae-\ +fcae0898fa71"], -Cell[" ", "FooterCell",ExpressionUUID->"e5da054d-95b4-4d40-82c0-d3ee049a3581"] +Cell[" ", "FooterCell",ExpressionUUID->"5d4e7364-a329-407b-8b1a-7600e69a2e1e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesParallelMamaV11d2", TaggingRules->{ @@ -16350,21 +16355,21 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 57, 36.155750}", + "built" -> "{2024, 6, 3, 16, 50, 34.313709}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "TuGamesParallel : A basic Introduction", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$15226, "title" -> - "TuGamesParallelMamaV11d2", "titlemodifier" -> "", "windowtitle" -> - "TuGamesParallelMamaV11d2", "type" -> "Guide", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$15162, "title" -> + "TuGamesParallelMamaV11d2", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "TuGamesParallelMamaV11d2", "type" -> "Guide", "uri" -> "TUG/Guides/TuGamesParallelMamaV11d2"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"5495d4c8-236a-465e-9ae6-3ae8f4571eef" +ExpressionUUID->"1d5662a5-c5e8-4948-b733-7ffb70c8e0ad" ] (* End of Notebook Content *) @@ -16377,729 +16382,729 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 5740, 135, 70, "AnchorBarGrid",ExpressionUUID->"0e3607f6-6710-46a0-b5a9-072bededa6df", +Cell[596, 21, 5789, 138, 70, "AnchorBarGrid",ExpressionUUID->"c30f839e-2672-46c2-a67d-fa3a5e6cf92f", CellID->1], Cell[CellGroupData[{ -Cell[6361, 160, 121, 1, 70, "GuideTitle",ExpressionUUID->"12a33da0-d1a9-4aca-8455-ea3c52f7b0bd", +Cell[6410, 163, 121, 1, 70, "GuideTitle",ExpressionUUID->"12a33da0-d1a9-4aca-8455-ea3c52f7b0bd", CellID->942062912], -Cell[6485, 163, 139, 1, 70, "GuideAbstract",ExpressionUUID->"ea2ca81b-2ee3-4dc3-840d-be0241e4b566", +Cell[6534, 166, 139, 1, 70, "GuideAbstract",ExpressionUUID->"ea2ca81b-2ee3-4dc3-840d-be0241e4b566", CellID->2001916300], -Cell[6627, 166, 153, 1, 70, "GuideAbstract",ExpressionUUID->"d671fdac-1028-445d-b82a-4ce719cb33fd", +Cell[6676, 169, 153, 1, 70, "GuideAbstract",ExpressionUUID->"d671fdac-1028-445d-b82a-4ce719cb33fd", CellID->1897199108], -Cell[6783, 169, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"725e2498-55a3-4004-ac93-df32deab7827"] +Cell[6832, 172, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"141854ff-6ae7-4805-87df-85017f0bb06c"] }, Open ]], Cell[CellGroupData[{ -Cell[6913, 174, 109, 1, 70, "Section",ExpressionUUID->"36cf2ab3-a075-4b80-a4d8-cfe9239d2398", +Cell[6962, 177, 109, 1, 70, "Section",ExpressionUUID->"36cf2ab3-a075-4b80-a4d8-cfe9239d2398", CellID->778559546], -Cell[7025, 177, 1135, 16, 70, "Text",ExpressionUUID->"39e737bc-6088-484c-b68d-75791da8cdb7", +Cell[7074, 180, 1135, 16, 70, "Text",ExpressionUUID->"39e737bc-6088-484c-b68d-75791da8cdb7", CellID->893147747] }, Open ]], Cell[CellGroupData[{ -Cell[8197, 198, 110, 1, 70, "Section",ExpressionUUID->"d4deca88-62db-40f9-bdbb-2d49093838f0", +Cell[8246, 201, 110, 1, 70, "Section",ExpressionUUID->"d4deca88-62db-40f9-bdbb-2d49093838f0", CellID->1165082386], -Cell[8310, 201, 1417, 28, 70, "Text",ExpressionUUID->"b0024cf5-24e4-4e28-8c42-6d6747784e03", +Cell[8359, 204, 1417, 28, 70, "Text",ExpressionUUID->"b0024cf5-24e4-4e28-8c42-6d6747784e03", CellID->287918805], -Cell[9730, 231, 238, 5, 70, "Input",ExpressionUUID->"563d0bcd-60a9-426c-a930-85991dabcb2d", +Cell[9779, 234, 238, 5, 70, "Input",ExpressionUUID->"563d0bcd-60a9-426c-a930-85991dabcb2d", CellID->189387442], -Cell[9971, 238, 428, 7, 70, "Text",ExpressionUUID->"a36d1afc-207a-470a-aeac-3c00b450bb28", +Cell[10020, 241, 428, 7, 70, "Text",ExpressionUUID->"a36d1afc-207a-470a-aeac-3c00b450bb28", CellID->312371845], -Cell[10402, 247, 159, 3, 70, "Input",ExpressionUUID->"8121e08f-8e79-472b-9a31-80f0c821b7b0", +Cell[10451, 250, 159, 3, 70, "Input",ExpressionUUID->"8121e08f-8e79-472b-9a31-80f0c821b7b0", CellID->984046764], Cell[CellGroupData[{ -Cell[10586, 254, 114, 1, 70, "Input",ExpressionUUID->"9dc0d917-0c61-47ab-b327-9366b03e6b4e", +Cell[10635, 257, 114, 1, 70, "Input",ExpressionUUID->"9dc0d917-0c61-47ab-b327-9366b03e6b4e", CellID->1486783707], -Cell[10703, 257, 103, 1, 70, "Output",ExpressionUUID->"e45dee27-13b0-45cc-b843-e06a9029a24d", +Cell[10752, 260, 103, 1, 70, "Output",ExpressionUUID->"e45dee27-13b0-45cc-b843-e06a9029a24d", CellID->903506267] }, Open ]], -Cell[10821, 261, 537, 8, 70, "Text",ExpressionUUID->"029120a7-a74b-4f02-8e8b-4edfd97fbdd9", +Cell[10870, 264, 537, 8, 70, "Text",ExpressionUUID->"029120a7-a74b-4f02-8e8b-4edfd97fbdd9", CellID->370279882], Cell[CellGroupData[{ -Cell[11383, 273, 162, 3, 70, "Input",ExpressionUUID->"56a2077f-49de-4dcb-9159-7942957ce65b", +Cell[11432, 276, 162, 3, 70, "Input",ExpressionUUID->"56a2077f-49de-4dcb-9159-7942957ce65b", CellID->586350355], Cell[CellGroupData[{ -Cell[11570, 280, 163, 2, 70, "Print",ExpressionUUID->"2e79bce4-ae28-41c3-a842-bfe28df8d606", +Cell[11619, 283, 163, 2, 70, "Print",ExpressionUUID->"2e79bce4-ae28-41c3-a842-bfe28df8d606", CellID->1629297717], -Cell[11736, 284, 292, 6, 70, "Print",ExpressionUUID->"2427f3a7-3f6f-4b4e-afbb-dd1b6b6701f7", +Cell[11785, 287, 292, 6, 70, "Print",ExpressionUUID->"2427f3a7-3f6f-4b4e-afbb-dd1b6b6701f7", CellID->2023723547], -Cell[12031, 292, 163, 2, 70, "Print",ExpressionUUID->"c98bbbaa-35f1-4515-86d8-b5b12ad2c895", +Cell[12080, 295, 163, 2, 70, "Print",ExpressionUUID->"c98bbbaa-35f1-4515-86d8-b5b12ad2c895", CellID->1922239821], -Cell[12197, 296, 145, 1, 70, "Print",ExpressionUUID->"6edbaffb-ae40-4d02-9177-9da1e796c3bf", +Cell[12246, 299, 145, 1, 70, "Print",ExpressionUUID->"6edbaffb-ae40-4d02-9177-9da1e796c3bf", CellID->1501302444], -Cell[12345, 299, 133, 1, 70, "Print",ExpressionUUID->"0b756a5e-875b-46a4-92be-831a7f93fcba", +Cell[12394, 302, 133, 1, 70, "Print",ExpressionUUID->"0b756a5e-875b-46a4-92be-831a7f93fcba", CellID->645884917], -Cell[12481, 302, 163, 2, 70, "Print",ExpressionUUID->"67e90582-b11d-447b-9b21-68efbb4a0f69", +Cell[12530, 305, 163, 2, 70, "Print",ExpressionUUID->"67e90582-b11d-447b-9b21-68efbb4a0f69", CellID->1934167168], -Cell[12647, 306, 146, 1, 70, "Print",ExpressionUUID->"7cfd0e1c-90ca-4909-8801-8922d14c7f0c", +Cell[12696, 309, 146, 1, 70, "Print",ExpressionUUID->"7cfd0e1c-90ca-4909-8801-8922d14c7f0c", CellID->1721518278], -Cell[12796, 309, 163, 2, 70, "Print",ExpressionUUID->"f3d37673-a83d-4b3f-84e6-298b7b1c1698", +Cell[12845, 312, 163, 2, 70, "Print",ExpressionUUID->"f3d37673-a83d-4b3f-84e6-298b7b1c1698", CellID->1611501332], -Cell[12962, 313, 163, 2, 70, "Print",ExpressionUUID->"e1f9d4fc-9c2f-4143-ade6-d9f54b527f05", +Cell[13011, 316, 163, 2, 70, "Print",ExpressionUUID->"e1f9d4fc-9c2f-4143-ade6-d9f54b527f05", CellID->1323885376], -Cell[13128, 317, 133, 1, 70, "Print",ExpressionUUID->"1e7e7152-94da-4206-b853-b7345bf6a2d0", +Cell[13177, 320, 133, 1, 70, "Print",ExpressionUUID->"1e7e7152-94da-4206-b853-b7345bf6a2d0", CellID->626895336], -Cell[13264, 320, 162, 2, 70, "Print",ExpressionUUID->"1c0a42c5-bfa2-47c5-a58f-dfeecda5d7b3", +Cell[13313, 323, 162, 2, 70, "Print",ExpressionUUID->"1c0a42c5-bfa2-47c5-a58f-dfeecda5d7b3", CellID->402982795] }, Open ]] }, Open ]], -Cell[13453, 326, 908, 13, 70, "Text",ExpressionUUID->"9b6f5679-da28-47ff-a6a0-b077bb892215", +Cell[13502, 329, 908, 13, 70, "Text",ExpressionUUID->"9b6f5679-da28-47ff-a6a0-b077bb892215", CellID->503196670], -Cell[14364, 341, 162, 3, 70, "Input",ExpressionUUID->"5caf6cc5-1cae-4e3a-860b-842ea0a3f1e2", +Cell[14413, 344, 162, 3, 70, "Input",ExpressionUUID->"5caf6cc5-1cae-4e3a-860b-842ea0a3f1e2", CellID->1413493880], -Cell[14529, 346, 206, 4, 70, "Input",ExpressionUUID->"5d6aa845-a9bd-4f45-a18a-82763ac55e8a", +Cell[14578, 349, 206, 4, 70, "Input",ExpressionUUID->"5d6aa845-a9bd-4f45-a18a-82763ac55e8a", CellID->1366778256], -Cell[14738, 352, 208, 4, 70, "Input",ExpressionUUID->"de069478-e2fe-4883-8faa-1fbe88fed2c2", +Cell[14787, 355, 208, 4, 70, "Input",ExpressionUUID->"de069478-e2fe-4883-8faa-1fbe88fed2c2", CellID->51338451], -Cell[14949, 358, 349, 6, 70, "Text",ExpressionUUID->"d5052b19-f53a-44be-a94c-6005868b0d4f", +Cell[14998, 361, 349, 6, 70, "Text",ExpressionUUID->"d5052b19-f53a-44be-a94c-6005868b0d4f", CellID->520091455], -Cell[15301, 366, 302, 7, 70, "Input",ExpressionUUID->"47de53e3-5a52-4a2f-87b6-38656d61ac29", +Cell[15350, 369, 302, 7, 70, "Input",ExpressionUUID->"47de53e3-5a52-4a2f-87b6-38656d61ac29", CellID->992880170], -Cell[15606, 375, 421, 7, 70, "Text",ExpressionUUID->"946779f0-552d-4b26-8f00-79969aad29d1", +Cell[15655, 378, 421, 7, 70, "Text",ExpressionUUID->"946779f0-552d-4b26-8f00-79969aad29d1", CellID->1816297601], -Cell[16030, 384, 195, 4, 70, "Input",ExpressionUUID->"4b6a976e-05df-4147-ac73-5e81250c0d8e", +Cell[16079, 387, 195, 4, 70, "Input",ExpressionUUID->"4b6a976e-05df-4147-ac73-5e81250c0d8e", CellID->269806915], -Cell[16228, 390, 181, 4, 70, "Input",ExpressionUUID->"d5e12aad-b9c0-45e4-9a99-62274a3a78f1", +Cell[16277, 393, 181, 4, 70, "Input",ExpressionUUID->"d5e12aad-b9c0-45e4-9a99-62274a3a78f1", CellID->1215248709], -Cell[16412, 396, 184, 4, 70, "Input",ExpressionUUID->"60d4df55-da65-4ee3-b4c0-6de2c60d94d6", +Cell[16461, 399, 184, 4, 70, "Input",ExpressionUUID->"60d4df55-da65-4ee3-b4c0-6de2c60d94d6", CellID->447373499], -Cell[16599, 402, 222, 4, 70, "Text",ExpressionUUID->"44b8a605-4f3a-4528-b999-bc60deeaeca8", +Cell[16648, 405, 222, 4, 70, "Text",ExpressionUUID->"44b8a605-4f3a-4528-b999-bc60deeaeca8", CellID->1162954662], -Cell[16824, 408, 159, 3, 70, "Input",ExpressionUUID->"7d5f0d27-2fca-45a5-bb91-b0a5130b2152", +Cell[16873, 411, 159, 3, 70, "Input",ExpressionUUID->"7d5f0d27-2fca-45a5-bb91-b0a5130b2152", CellID->232847447], Cell[CellGroupData[{ -Cell[17008, 415, 192, 4, 70, "Input",ExpressionUUID->"508acfe9-ac81-47e2-a374-793d06db8182", +Cell[17057, 418, 192, 4, 70, "Input",ExpressionUUID->"508acfe9-ac81-47e2-a374-793d06db8182", CellID->735292304], -Cell[17203, 421, 444, 8, 70, "Output",ExpressionUUID->"7c79e5dc-fbdf-4599-ac67-df9c49902324", +Cell[17252, 424, 444, 8, 70, "Output",ExpressionUUID->"7c79e5dc-fbdf-4599-ac67-df9c49902324", CellID->1352342105] }, Open ]], -Cell[17662, 432, 175, 4, 70, "Input",ExpressionUUID->"ed648201-445b-4404-b88e-b989e96438e7", +Cell[17711, 435, 175, 4, 70, "Input",ExpressionUUID->"ed648201-445b-4404-b88e-b989e96438e7", CellID->545219292], -Cell[17840, 438, 208, 5, 70, "Input",ExpressionUUID->"1d4201ef-5821-45be-b397-b811f4b7dc9e", +Cell[17889, 441, 208, 5, 70, "Input",ExpressionUUID->"1d4201ef-5821-45be-b397-b811f4b7dc9e", CellID->1719339069], -Cell[18051, 445, 219, 5, 70, "Input",ExpressionUUID->"1d44adcf-08f6-4ae1-bd30-66d8a7dbd632", +Cell[18100, 448, 219, 5, 70, "Input",ExpressionUUID->"1d44adcf-08f6-4ae1-bd30-66d8a7dbd632", CellID->691642164], -Cell[18273, 452, 900, 13, 70, "Text",ExpressionUUID->"8db174e8-bdee-40eb-9e23-4fe60cb360da", +Cell[18322, 455, 900, 13, 70, "Text",ExpressionUUID->"8db174e8-bdee-40eb-9e23-4fe60cb360da", CellID->1448725560], -Cell[19176, 467, 263, 7, 70, "Input",ExpressionUUID->"2d9b6b1d-8b1e-474e-8114-de970f52f718", +Cell[19225, 470, 263, 7, 70, "Input",ExpressionUUID->"2d9b6b1d-8b1e-474e-8114-de970f52f718", CellID->2089618951], -Cell[19442, 476, 668, 10, 70, "Text",ExpressionUUID->"2da918fc-ea01-42f3-9061-576f63f58cb4", +Cell[19491, 479, 668, 10, 70, "Text",ExpressionUUID->"2da918fc-ea01-42f3-9061-576f63f58cb4", CellID->1277992519], -Cell[20113, 488, 207, 5, 70, "Input",ExpressionUUID->"5bf9f558-b925-486d-958b-4ea1f017f0ea", +Cell[20162, 491, 207, 5, 70, "Input",ExpressionUUID->"5bf9f558-b925-486d-958b-4ea1f017f0ea", CellID->930539629], -Cell[20323, 495, 223, 4, 70, "Text",ExpressionUUID->"bbd97bb9-0923-43de-98d8-c0b2dc1c3fe5", +Cell[20372, 498, 223, 4, 70, "Text",ExpressionUUID->"bbd97bb9-0923-43de-98d8-c0b2dc1c3fe5", CellID->1965858851], -Cell[20549, 501, 170, 3, 70, "Input",ExpressionUUID->"56c1dd25-9256-4371-ab3c-c431f0f88fb2", +Cell[20598, 504, 170, 3, 70, "Input",ExpressionUUID->"56c1dd25-9256-4371-ab3c-c431f0f88fb2", CellID->1052748692], -Cell[20722, 506, 531, 8, 70, "Text",ExpressionUUID->"9da43bc9-f8b9-42e4-b14a-f191f3bd365b", +Cell[20771, 509, 531, 8, 70, "Text",ExpressionUUID->"9da43bc9-f8b9-42e4-b14a-f191f3bd365b", CellID->284358425], -Cell[21256, 516, 155, 3, 70, "Input",ExpressionUUID->"14964bfc-7362-46db-a743-fdadc54cf07b", +Cell[21305, 519, 155, 3, 70, "Input",ExpressionUUID->"14964bfc-7362-46db-a743-fdadc54cf07b", CellID->464260120] }, Closed]], Cell[CellGroupData[{ -Cell[21448, 524, 110, 1, 70, "Section",ExpressionUUID->"5ba81e3f-2bbb-4c13-8e67-e3c5c68f9cfe", +Cell[21497, 527, 110, 1, 70, "Section",ExpressionUUID->"5ba81e3f-2bbb-4c13-8e67-e3c5c68f9cfe", CellID->839432213], Cell[CellGroupData[{ -Cell[21583, 529, 132, 2, 70, "Input",ExpressionUUID->"b2eb353e-1e25-4137-b6e1-53780a044b24", +Cell[21632, 532, 132, 2, 70, "Input",ExpressionUUID->"b2eb353e-1e25-4137-b6e1-53780a044b24", CellID->2005876703], -Cell[21718, 533, 47077, 1347, 70, "Print",ExpressionUUID->"1f877369-0475-4c54-9a51-675684fbb40d", +Cell[21767, 536, 47099, 1349, 70, "Print",ExpressionUUID->"1f877369-0475-4c54-9a51-675684fbb40d", CellID->2075761452] }, Open ]], Cell[CellGroupData[{ -Cell[68832, 1885, 140, 2, 70, "Input",ExpressionUUID->"791e6f6b-6aa6-42e8-9d70-e2096077fbb4", +Cell[68903, 1890, 140, 2, 70, "Input",ExpressionUUID->"791e6f6b-6aa6-42e8-9d70-e2096077fbb4", CellID->15833941], -Cell[68975, 1889, 107, 1, 70, "Output",ExpressionUUID->"01070d5d-818b-4957-ae31-bdddeb34324d", +Cell[69046, 1894, 107, 1, 70, "Output",ExpressionUUID->"01070d5d-818b-4957-ae31-bdddeb34324d", CellID->485288391] }, Open ]], Cell[CellGroupData[{ -Cell[69119, 1895, 143, 2, 70, "Input",ExpressionUUID->"896dfdda-4be5-42d4-aceb-529d5e5872ff", +Cell[69190, 1900, 143, 2, 70, "Input",ExpressionUUID->"896dfdda-4be5-42d4-aceb-529d5e5872ff", CellID->331260600], -Cell[69265, 1899, 107, 1, 70, "Output",ExpressionUUID->"f3a63172-6dfa-4fa0-ad7b-a5b08264bc84", +Cell[69336, 1904, 107, 1, 70, "Output",ExpressionUUID->"f3a63172-6dfa-4fa0-ad7b-a5b08264bc84", CellID->519030611] }, Open ]], Cell[CellGroupData[{ -Cell[69409, 1905, 140, 2, 70, "Input",ExpressionUUID->"43ef8591-82d2-4428-8ad7-5d9232c3f18b", +Cell[69480, 1910, 140, 2, 70, "Input",ExpressionUUID->"43ef8591-82d2-4428-8ad7-5d9232c3f18b", CellID->1898782272], -Cell[69552, 1909, 107, 1, 70, "Output",ExpressionUUID->"2cbc270f-7100-406f-a103-2baa86d42514", +Cell[69623, 1914, 107, 1, 70, "Output",ExpressionUUID->"2cbc270f-7100-406f-a103-2baa86d42514", CellID->1698038856] }, Open ]], Cell[CellGroupData[{ -Cell[69696, 1915, 147, 2, 70, "Input",ExpressionUUID->"ea7ba3ba-55fe-4436-a5b2-e6b8a9eb79cf", +Cell[69767, 1920, 147, 2, 70, "Input",ExpressionUUID->"ea7ba3ba-55fe-4436-a5b2-e6b8a9eb79cf", CellID->570369062], -Cell[69846, 1919, 106, 1, 70, "Output",ExpressionUUID->"d2d809ec-ef06-4241-af54-383a73d797d6", +Cell[69917, 1924, 106, 1, 70, "Output",ExpressionUUID->"d2d809ec-ef06-4241-af54-383a73d797d6", CellID->271390079] }, Open ]], Cell[CellGroupData[{ -Cell[69989, 1925, 148, 2, 70, "Input",ExpressionUUID->"c983258b-65bc-40b0-8b7b-59391ea09f97", +Cell[70060, 1930, 148, 2, 70, "Input",ExpressionUUID->"c983258b-65bc-40b0-8b7b-59391ea09f97", CellID->543435378], -Cell[70140, 1929, 106, 1, 70, "Output",ExpressionUUID->"75860877-0570-4373-bf38-3fed34fe7360", +Cell[70211, 1934, 106, 1, 70, "Output",ExpressionUUID->"75860877-0570-4373-bf38-3fed34fe7360", CellID->239183015] }, Open ]], Cell[CellGroupData[{ -Cell[70283, 1935, 154, 2, 70, "Input",ExpressionUUID->"61fbb3f8-bfab-4542-8398-050642614789", +Cell[70354, 1940, 154, 2, 70, "Input",ExpressionUUID->"61fbb3f8-bfab-4542-8398-050642614789", CellID->541196994], -Cell[70440, 1939, 107, 1, 70, "Output",ExpressionUUID->"cf8fee99-485b-4167-a0a5-1ebc08c10583", +Cell[70511, 1944, 107, 1, 70, "Output",ExpressionUUID->"cf8fee99-485b-4167-a0a5-1ebc08c10583", CellID->1758684087] }, Open ]], Cell[CellGroupData[{ -Cell[70584, 1945, 147, 2, 70, "Input",ExpressionUUID->"731974e3-55e4-470b-b49d-85c217c775f1", +Cell[70655, 1950, 147, 2, 70, "Input",ExpressionUUID->"731974e3-55e4-470b-b49d-85c217c775f1", CellID->686556514], -Cell[70734, 1949, 107, 1, 70, "Output",ExpressionUUID->"baa74b8d-0c63-4661-aced-c7801f65e1ad", +Cell[70805, 1954, 107, 1, 70, "Output",ExpressionUUID->"baa74b8d-0c63-4661-aced-c7801f65e1ad", CellID->1704151656] }, Open ]], Cell[CellGroupData[{ -Cell[70878, 1955, 157, 2, 70, "Input",ExpressionUUID->"c9ed58da-66da-4822-bd7a-ad08f06af79c", +Cell[70949, 1960, 157, 2, 70, "Input",ExpressionUUID->"c9ed58da-66da-4822-bd7a-ad08f06af79c", CellID->1991531535], -Cell[71038, 1959, 107, 1, 70, "Output",ExpressionUUID->"84c418f7-6609-46fe-b7b9-cefc65d87b74", +Cell[71109, 1964, 107, 1, 70, "Output",ExpressionUUID->"84c418f7-6609-46fe-b7b9-cefc65d87b74", CellID->1421848819] }, Open ]], Cell[CellGroupData[{ -Cell[71182, 1965, 168, 3, 70, "Input",ExpressionUUID->"a5dd60b1-69d3-4ca4-b689-09f7040ad0fa", +Cell[71253, 1970, 168, 3, 70, "Input",ExpressionUUID->"a5dd60b1-69d3-4ca4-b689-09f7040ad0fa", CellID->909010113], -Cell[71353, 1970, 420, 11, 70, "Output",ExpressionUUID->"b0b3df84-5677-4282-982e-40095ed63048", +Cell[71424, 1975, 420, 11, 70, "Output",ExpressionUUID->"b0b3df84-5677-4282-982e-40095ed63048", CellID->389267179] }, Open ]], Cell[CellGroupData[{ -Cell[71810, 1986, 177, 3, 70, "Input",ExpressionUUID->"5e2d56c6-e368-425f-bd02-db919caf280c", +Cell[71881, 1991, 177, 3, 70, "Input",ExpressionUUID->"5e2d56c6-e368-425f-bd02-db919caf280c", CellID->993704240], -Cell[71990, 1991, 421, 11, 70, "Output",ExpressionUUID->"6bb18c14-3e30-432d-b27f-556b9450680f", +Cell[72061, 1996, 421, 11, 70, "Output",ExpressionUUID->"6bb18c14-3e30-432d-b27f-556b9450680f", CellID->1600652277] }, Open ]], Cell[CellGroupData[{ -Cell[72448, 2007, 172, 3, 70, "Input",ExpressionUUID->"78d4bbdc-c49d-40a9-ba5a-5ea0beaca004", +Cell[72519, 2012, 172, 3, 70, "Input",ExpressionUUID->"78d4bbdc-c49d-40a9-ba5a-5ea0beaca004", CellID->1837992739], -Cell[72623, 2012, 416, 11, 70, "Output",ExpressionUUID->"5778f792-ac17-4177-8d4b-a0ee36aae812", +Cell[72694, 2017, 416, 11, 70, "Output",ExpressionUUID->"5778f792-ac17-4177-8d4b-a0ee36aae812", CellID->935839543] }, Open ]], Cell[CellGroupData[{ -Cell[73076, 2028, 166, 3, 70, "Input",ExpressionUUID->"b302f975-fbcf-43d5-bd86-d0e82bbc4df3", +Cell[73147, 2033, 166, 3, 70, "Input",ExpressionUUID->"b302f975-fbcf-43d5-bd86-d0e82bbc4df3", CellID->731161149], -Cell[73245, 2033, 452, 11, 70, "Output",ExpressionUUID->"70adce97-2b34-44b6-9c86-bccaf39ca862", +Cell[73316, 2038, 452, 11, 70, "Output",ExpressionUUID->"70adce97-2b34-44b6-9c86-bccaf39ca862", CellID->621048720] }, Open ]], Cell[CellGroupData[{ -Cell[73734, 2049, 312, 7, 70, "Input",ExpressionUUID->"1f8d9b07-0c8d-4f47-80fa-0a5186e98f80", +Cell[73805, 2054, 312, 7, 70, "Input",ExpressionUUID->"1f8d9b07-0c8d-4f47-80fa-0a5186e98f80", CellID->754214746], -Cell[74049, 2058, 1333, 32, 70, "Output",ExpressionUUID->"07c1e73f-aec1-417f-99d8-9fb0cf5cd550", +Cell[74120, 2063, 1333, 32, 70, "Output",ExpressionUUID->"07c1e73f-aec1-417f-99d8-9fb0cf5cd550", CellID->1783909841] }, Open ]], Cell[CellGroupData[{ -Cell[75419, 2095, 176, 3, 70, "Input",ExpressionUUID->"8c1660dc-9958-414f-98bf-e0e476af456a", +Cell[75490, 2100, 176, 3, 70, "Input",ExpressionUUID->"8c1660dc-9958-414f-98bf-e0e476af456a", CellID->905407145], -Cell[75598, 2100, 421, 11, 70, "Output",ExpressionUUID->"91f7d0e7-6157-4dd8-beca-22f6b9416c0a", +Cell[75669, 2105, 421, 11, 70, "Output",ExpressionUUID->"91f7d0e7-6157-4dd8-beca-22f6b9416c0a", CellID->1218474867] }, Open ]], Cell[CellGroupData[{ -Cell[76056, 2116, 205, 4, 70, "Input",ExpressionUUID->"3ce161d8-61cc-4e43-b8f5-caca99e00494", +Cell[76127, 2121, 205, 4, 70, "Input",ExpressionUUID->"3ce161d8-61cc-4e43-b8f5-caca99e00494", CellID->475858406], -Cell[76264, 2122, 452, 12, 70, "Output",ExpressionUUID->"49b4961a-cedd-463e-b4db-7fbb0aa3eb5d", +Cell[76335, 2127, 452, 12, 70, "Output",ExpressionUUID->"49b4961a-cedd-463e-b4db-7fbb0aa3eb5d", CellID->763800201] }, Open ]], Cell[CellGroupData[{ -Cell[76753, 2139, 225, 4, 70, "Input",ExpressionUUID->"f96c1a66-6424-410f-862d-1fcbee3dee56", +Cell[76824, 2144, 225, 4, 70, "Input",ExpressionUUID->"f96c1a66-6424-410f-862d-1fcbee3dee56", CellID->1146752671], -Cell[76981, 2145, 106, 1, 70, "Output",ExpressionUUID->"54bd372b-b278-4a17-b6c4-bca2d26e87db", +Cell[77052, 2150, 106, 1, 70, "Output",ExpressionUUID->"54bd372b-b278-4a17-b6c4-bca2d26e87db", CellID->491692347] }, Open ]], Cell[CellGroupData[{ -Cell[77124, 2151, 178, 3, 70, "Input",ExpressionUUID->"fce372b9-875a-4b74-84b8-f8ae58c3e0fb", +Cell[77195, 2156, 178, 3, 70, "Input",ExpressionUUID->"fce372b9-875a-4b74-84b8-f8ae58c3e0fb", CellID->1249088592], -Cell[77305, 2156, 116, 1, 70, "Output",ExpressionUUID->"c3330bb6-afc7-4bde-9a54-9064b589ac1d", +Cell[77376, 2161, 116, 1, 70, "Output",ExpressionUUID->"c3330bb6-afc7-4bde-9a54-9064b589ac1d", CellID->1478013271] }, Open ]], Cell[CellGroupData[{ -Cell[77458, 2162, 179, 3, 70, "Input",ExpressionUUID->"504873b0-68f2-4d6a-b496-38f8ce4571cb", +Cell[77529, 2167, 179, 3, 70, "Input",ExpressionUUID->"504873b0-68f2-4d6a-b496-38f8ce4571cb", CellID->1010722958], -Cell[77640, 2167, 313, 5, 70, "Output",ExpressionUUID->"fbd1ca20-3fc3-41a2-8ee8-7c85000a662a", +Cell[77711, 2172, 313, 5, 70, "Output",ExpressionUUID->"fbd1ca20-3fc3-41a2-8ee8-7c85000a662a", CellID->1000387216] }, Open ]], Cell[CellGroupData[{ -Cell[77990, 2177, 277, 6, 70, "Input",ExpressionUUID->"1f7e3bff-776c-4e22-9c88-c7f3d8d761b5", +Cell[78061, 2182, 277, 6, 70, "Input",ExpressionUUID->"1f7e3bff-776c-4e22-9c88-c7f3d8d761b5", CellID->1028568480], Cell[CellGroupData[{ -Cell[78292, 2187, 268, 5, 70, "Print",ExpressionUUID->"24c63be2-760b-42c8-afbf-85a896665fc3", +Cell[78363, 2192, 268, 5, 70, "Print",ExpressionUUID->"24c63be2-760b-42c8-afbf-85a896665fc3", CellID->1581092020], -Cell[78563, 2194, 155, 1, 70, "Print",ExpressionUUID->"10252c7f-321b-495e-abfa-4440637b724e", +Cell[78634, 2199, 155, 1, 70, "Print",ExpressionUUID->"10252c7f-321b-495e-abfa-4440637b724e", CellID->1271777295], -Cell[78721, 2197, 1772, 44, 70, "Print",ExpressionUUID->"4641f192-e374-4fc0-8ceb-07e6bf686e8a", +Cell[78792, 2202, 1772, 44, 70, "Print",ExpressionUUID->"4641f192-e374-4fc0-8ceb-07e6bf686e8a", CellID->1572003858] }, Open ]], -Cell[80508, 2244, 1758, 48, 70, "Output",ExpressionUUID->"84a4baab-27ca-4eb7-9517-4f26fa898f83", +Cell[80579, 2249, 1758, 48, 70, "Output",ExpressionUUID->"84a4baab-27ca-4eb7-9517-4f26fa898f83", CellID->1820275035] }, Open ]], Cell[CellGroupData[{ -Cell[82303, 2297, 199, 4, 70, "Input",ExpressionUUID->"d0394402-9c8a-40a7-b290-b94965781eca", +Cell[82374, 2302, 199, 4, 70, "Input",ExpressionUUID->"d0394402-9c8a-40a7-b290-b94965781eca", CellID->1812974289], -Cell[82505, 2303, 247, 5, 70, "Message",ExpressionUUID->"253a6336-404c-4da4-b5e0-96a0e4237075", +Cell[82576, 2308, 247, 5, 70, "Message",ExpressionUUID->"253a6336-404c-4da4-b5e0-96a0e4237075", CellID->1183204298], -Cell[82755, 2310, 246, 5, 70, "Message",ExpressionUUID->"617da6e4-d066-4f67-8180-856a7289296d", +Cell[82826, 2315, 246, 5, 70, "Message",ExpressionUUID->"617da6e4-d066-4f67-8180-856a7289296d", CellID->359347902], -Cell[83004, 2317, 528, 14, 70, "Output",ExpressionUUID->"83f57906-4e30-4430-b772-76e77867d3dd", +Cell[83075, 2322, 528, 14, 70, "Output",ExpressionUUID->"83f57906-4e30-4430-b772-76e77867d3dd", CellID->1369642298] }, Open ]], Cell[CellGroupData[{ -Cell[83569, 2336, 136, 2, 70, "Input",ExpressionUUID->"6605acc0-17ce-482b-8ef2-5b33a610d132", +Cell[83640, 2341, 136, 2, 70, "Input",ExpressionUUID->"6605acc0-17ce-482b-8ef2-5b33a610d132", CellID->1027252185], -Cell[83708, 2340, 465, 11, 70, "Output",ExpressionUUID->"deb4308e-354d-4804-b27c-30090990d166", +Cell[83779, 2345, 465, 11, 70, "Output",ExpressionUUID->"deb4308e-354d-4804-b27c-30090990d166", CellID->1781196721] }, Open ]], Cell[CellGroupData[{ -Cell[84210, 2356, 196, 4, 70, "Input",ExpressionUUID->"8474dbff-ce55-4298-bb32-9fef47c6b319", +Cell[84281, 2361, 196, 4, 70, "Input",ExpressionUUID->"8474dbff-ce55-4298-bb32-9fef47c6b319", CellID->131168763], -Cell[84409, 2362, 494, 13, 70, "Output",ExpressionUUID->"623939a7-daeb-4b3f-84f8-37729a0fc51b", +Cell[84480, 2367, 494, 13, 70, "Output",ExpressionUUID->"623939a7-daeb-4b3f-84f8-37729a0fc51b", CellID->1416519364] }, Open ]], Cell[CellGroupData[{ -Cell[84940, 2380, 190, 4, 70, "Input",ExpressionUUID->"a2c99595-72a9-47b3-aab1-33781440784b", +Cell[85011, 2385, 190, 4, 70, "Input",ExpressionUUID->"a2c99595-72a9-47b3-aab1-33781440784b", CellID->627417313], -Cell[85133, 2386, 495, 13, 70, "Output",ExpressionUUID->"6dc6375e-ef39-4cf0-9f79-58837341a86d", +Cell[85204, 2391, 495, 13, 70, "Output",ExpressionUUID->"6dc6375e-ef39-4cf0-9f79-58837341a86d", CellID->1731821041] }, Open ]], Cell[CellGroupData[{ -Cell[85665, 2404, 230, 5, 70, "Input",ExpressionUUID->"dc916cd9-5397-4935-838f-8a3cc389f566", +Cell[85736, 2409, 230, 5, 70, "Input",ExpressionUUID->"dc916cd9-5397-4935-838f-8a3cc389f566", CellID->1107028456], -Cell[85898, 2411, 10085, 257, 70, "Output",ExpressionUUID->"1260378c-5319-41af-90f4-d8f4eefa2da8", +Cell[85969, 2416, 10165, 257, 70, "Output",ExpressionUUID->"1260378c-5319-41af-90f4-d8f4eefa2da8", CellID->1563256856] }, Open ]], Cell[CellGroupData[{ -Cell[96020, 2673, 188, 4, 70, "Input",ExpressionUUID->"e413c4af-457c-4e1f-84e4-96315553f60e", +Cell[96171, 2678, 188, 4, 70, "Input",ExpressionUUID->"e413c4af-457c-4e1f-84e4-96315553f60e", CellID->315498542], -Cell[96211, 2679, 108, 1, 70, "Output",ExpressionUUID->"5605fb2b-c8d1-4329-9853-bece09249959", +Cell[96362, 2684, 108, 1, 70, "Output",ExpressionUUID->"5605fb2b-c8d1-4329-9853-bece09249959", CellID->1728077176] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[96368, 2686, 112, 1, 70, "Section",ExpressionUUID->"2c18f6ed-2ff2-4352-8e99-deb86edcf240", +Cell[96519, 2691, 112, 1, 70, "Section",ExpressionUUID->"2c18f6ed-2ff2-4352-8e99-deb86edcf240", CellID->169987955], Cell[CellGroupData[{ -Cell[96505, 2691, 113, 1, 70, "Subsubsection",ExpressionUUID->"ed8e4fb3-4a65-40e4-a573-f765025a2886", +Cell[96656, 2696, 113, 1, 70, "Subsubsection",ExpressionUUID->"ed8e4fb3-4a65-40e4-a573-f765025a2886", CellID->2099408383], -Cell[96621, 2694, 227, 4, 70, "Text",ExpressionUUID->"be294cef-f8a4-4ab8-9d08-3a50d307ae55", +Cell[96772, 2699, 227, 4, 70, "Text",ExpressionUUID->"be294cef-f8a4-4ab8-9d08-3a50d307ae55", CellID->486000674], Cell[CellGroupData[{ -Cell[96873, 2702, 185, 3, 70, "Input",ExpressionUUID->"766bae27-bdb9-46de-8617-2ece3e6b2f4c", +Cell[97024, 2707, 185, 3, 70, "Input",ExpressionUUID->"766bae27-bdb9-46de-8617-2ece3e6b2f4c", CellID->1388462822], -Cell[97061, 2707, 247, 5, 70, "Output",ExpressionUUID->"a8c74f7e-1f0d-4713-b716-506e8bbf0884", +Cell[97212, 2712, 247, 5, 70, "Output",ExpressionUUID->"a8c74f7e-1f0d-4713-b716-506e8bbf0884", CellID->427783142] }, Open ]], Cell[CellGroupData[{ -Cell[97345, 2717, 187, 3, 70, "Input",ExpressionUUID->"5374b08f-e7e2-42f4-980d-25cf9d2dd53f", +Cell[97496, 2722, 187, 3, 70, "Input",ExpressionUUID->"5374b08f-e7e2-42f4-980d-25cf9d2dd53f", CellID->1249800875], -Cell[97535, 2722, 247, 5, 70, "Output",ExpressionUUID->"324f67d4-3fd8-48df-9333-70e6cf15e834", +Cell[97686, 2727, 247, 5, 70, "Output",ExpressionUUID->"324f67d4-3fd8-48df-9333-70e6cf15e834", CellID->387731845] }, Open ]], Cell[CellGroupData[{ -Cell[97819, 2732, 190, 3, 70, "Input",ExpressionUUID->"da542055-74d3-4dd2-a563-eb6e6cd56f49", +Cell[97970, 2737, 190, 3, 70, "Input",ExpressionUUID->"da542055-74d3-4dd2-a563-eb6e6cd56f49", CellID->919475489], -Cell[98012, 2737, 239, 5, 70, "Output",ExpressionUUID->"1a9b7680-b642-4601-83ad-7152e4cb14b9", +Cell[98163, 2742, 239, 5, 70, "Output",ExpressionUUID->"1a9b7680-b642-4601-83ad-7152e4cb14b9", CellID->351405819] }, Open ]], Cell[CellGroupData[{ -Cell[98288, 2747, 192, 3, 70, "Input",ExpressionUUID->"07127ce9-6299-4a0d-91ce-962d89ea5d39", +Cell[98439, 2752, 192, 3, 70, "Input",ExpressionUUID->"07127ce9-6299-4a0d-91ce-962d89ea5d39", CellID->1865745117], -Cell[98483, 2752, 240, 5, 70, "Output",ExpressionUUID->"7429870e-5ca0-4b1f-b9aa-3fb77788c758", +Cell[98634, 2757, 240, 5, 70, "Output",ExpressionUUID->"7429870e-5ca0-4b1f-b9aa-3fb77788c758", CellID->1930198448] }, Open ]], Cell[CellGroupData[{ -Cell[98760, 2762, 198, 3, 70, "Input",ExpressionUUID->"c8dfc80b-4c22-477b-ad52-e64ac187534a", +Cell[98911, 2767, 198, 3, 70, "Input",ExpressionUUID->"c8dfc80b-4c22-477b-ad52-e64ac187534a", CellID->1351793036], -Cell[98961, 2767, 239, 5, 70, "Output",ExpressionUUID->"13bbc3ea-19e5-4eb1-a911-caa573ec5793", +Cell[99112, 2772, 239, 5, 70, "Output",ExpressionUUID->"13bbc3ea-19e5-4eb1-a911-caa573ec5793", CellID->746829949] }, Open ]], Cell[CellGroupData[{ -Cell[99237, 2777, 191, 3, 70, "Input",ExpressionUUID->"173e9584-eef9-4c50-927f-90c554c2d153", +Cell[99388, 2782, 191, 3, 70, "Input",ExpressionUUID->"173e9584-eef9-4c50-927f-90c554c2d153", CellID->1363806820], -Cell[99431, 2782, 239, 5, 70, "Output",ExpressionUUID->"4eaf056b-40ff-4464-8b32-e1242987ff6a", +Cell[99582, 2787, 239, 5, 70, "Output",ExpressionUUID->"4eaf056b-40ff-4464-8b32-e1242987ff6a", CellID->476086683] }, Open ]], Cell[CellGroupData[{ -Cell[99707, 2792, 199, 3, 70, "Input",ExpressionUUID->"83a2edae-a82c-49e0-8d4e-ea3ef3ce610d", +Cell[99858, 2797, 199, 3, 70, "Input",ExpressionUUID->"83a2edae-a82c-49e0-8d4e-ea3ef3ce610d", CellID->171350159], -Cell[99909, 2797, 240, 5, 70, "Output",ExpressionUUID->"5bd29a00-522e-464c-bfc0-1dedfe5135a2", +Cell[100060, 2802, 240, 5, 70, "Output",ExpressionUUID->"5bd29a00-522e-464c-bfc0-1dedfe5135a2", CellID->1036598208] }, Open ]], Cell[CellGroupData[{ -Cell[100186, 2807, 182, 3, 70, "Input",ExpressionUUID->"70590d54-2423-4c80-b8fe-8dacec43c750", +Cell[100337, 2812, 182, 3, 70, "Input",ExpressionUUID->"70590d54-2423-4c80-b8fe-8dacec43c750", CellID->141577325], -Cell[100371, 2812, 240, 5, 70, "Output",ExpressionUUID->"24d34494-5a1e-4161-b40a-fe7cea9b7ea9", +Cell[100522, 2817, 240, 5, 70, "Output",ExpressionUUID->"24d34494-5a1e-4161-b40a-fe7cea9b7ea9", CellID->1354554457] }, Open ]], Cell[CellGroupData[{ -Cell[100648, 2822, 216, 4, 70, "Input",ExpressionUUID->"b6d55c62-2380-4b0e-975d-1b1945d8b38d", +Cell[100799, 2827, 216, 4, 70, "Input",ExpressionUUID->"b6d55c62-2380-4b0e-975d-1b1945d8b38d", CellID->1395946110], -Cell[100867, 2828, 2905, 83, 70, "Output",ExpressionUUID->"292fe8d9-bf29-4cab-b833-87dfe17f3090", +Cell[101018, 2833, 2905, 83, 70, "Output",ExpressionUUID->"292fe8d9-bf29-4cab-b833-87dfe17f3090", CellID->1511219623] }, Closed]], Cell[CellGroupData[{ -Cell[103809, 2916, 217, 4, 70, "Input",ExpressionUUID->"b8e00098-a11b-4a14-9a86-34bdcb43fc1c", +Cell[103960, 2921, 217, 4, 70, "Input",ExpressionUUID->"b8e00098-a11b-4a14-9a86-34bdcb43fc1c", CellID->234322994], -Cell[104029, 2922, 2873, 83, 70, "Output",ExpressionUUID->"6ba90bc9-faf4-4de7-be1b-daf10961da2d", +Cell[104180, 2927, 2873, 83, 70, "Output",ExpressionUUID->"6ba90bc9-faf4-4de7-be1b-daf10961da2d", CellID->1029659183] }, Closed]], Cell[CellGroupData[{ -Cell[106939, 3010, 214, 4, 70, "Input",ExpressionUUID->"488bc439-c0eb-4571-b747-9e51e61d915b", +Cell[107090, 3015, 214, 4, 70, "Input",ExpressionUUID->"488bc439-c0eb-4571-b747-9e51e61d915b", CellID->1642388386], -Cell[107156, 3016, 3161, 83, 70, "Output",ExpressionUUID->"a97a3b05-cb5c-4d96-98f7-e52276f83b34", +Cell[107307, 3021, 3161, 83, 70, "Output",ExpressionUUID->"a97a3b05-cb5c-4d96-98f7-e52276f83b34", CellID->1650842359] }, Closed]], Cell[CellGroupData[{ -Cell[110354, 3104, 212, 4, 70, "Input",ExpressionUUID->"d8797482-3a57-44ea-abe8-bee045df461a", +Cell[110505, 3109, 212, 4, 70, "Input",ExpressionUUID->"d8797482-3a57-44ea-abe8-bee045df461a", CellID->1657076496], -Cell[110569, 3110, 2905, 83, 70, "Output",ExpressionUUID->"2ec2d084-5364-46d8-bb14-2cb57936c734", +Cell[110720, 3115, 2905, 83, 70, "Output",ExpressionUUID->"2ec2d084-5364-46d8-bb14-2cb57936c734", CellID->1226725779] }, Closed]], Cell[CellGroupData[{ -Cell[113511, 3198, 223, 4, 70, "Input",ExpressionUUID->"8c0b4000-7d05-4d28-89c5-1b56f0913ca6", +Cell[113662, 3203, 223, 4, 70, "Input",ExpressionUUID->"8c0b4000-7d05-4d28-89c5-1b56f0913ca6", CellID->610387167], -Cell[113737, 3204, 2905, 83, 70, "Output",ExpressionUUID->"108cad08-02ed-4503-bc22-b4dc9b838351", +Cell[113888, 3209, 2905, 83, 70, "Output",ExpressionUUID->"108cad08-02ed-4503-bc22-b4dc9b838351", CellID->1072849704] }, Closed]], Cell[CellGroupData[{ -Cell[116679, 3292, 307, 8, 70, "Input",ExpressionUUID->"435daa41-08b6-4e9f-aeff-c9b62234ac29", +Cell[116830, 3297, 307, 8, 70, "Input",ExpressionUUID->"435daa41-08b6-4e9f-aeff-c9b62234ac29", CellID->1542224321], -Cell[116989, 3302, 497, 13, 70, "Output",ExpressionUUID->"7ca01753-48ca-43d9-b36b-752d3a7eef5f", +Cell[117140, 3307, 497, 13, 70, "Output",ExpressionUUID->"7ca01753-48ca-43d9-b36b-752d3a7eef5f", CellID->190980695] }, Open ]], Cell[CellGroupData[{ -Cell[117523, 3320, 301, 8, 70, "Input",ExpressionUUID->"7131aed9-0e86-43e7-abd0-0392475cc3e9", +Cell[117674, 3325, 301, 8, 70, "Input",ExpressionUUID->"7131aed9-0e86-43e7-abd0-0392475cc3e9", CellID->1242837659], -Cell[117827, 3330, 506, 13, 70, "Output",ExpressionUUID->"b480f662-1858-4f48-8c5a-022fa258a433", +Cell[117978, 3335, 506, 13, 70, "Output",ExpressionUUID->"b480f662-1858-4f48-8c5a-022fa258a433", CellID->1494149057] }, Open ]], Cell[CellGroupData[{ -Cell[118370, 3348, 300, 8, 70, "Input",ExpressionUUID->"61126def-eb11-4804-be2a-027b419c51e5", +Cell[118521, 3353, 300, 8, 70, "Input",ExpressionUUID->"61126def-eb11-4804-be2a-027b419c51e5", CellID->676981369], -Cell[118673, 3358, 505, 13, 70, "Output",ExpressionUUID->"920d5ef1-e94e-45ba-a409-6145d2f1d184", +Cell[118824, 3363, 505, 13, 70, "Output",ExpressionUUID->"920d5ef1-e94e-45ba-a409-6145d2f1d184", CellID->483816833] }, Open ]], Cell[CellGroupData[{ -Cell[119215, 3376, 301, 8, 70, "Input",ExpressionUUID->"6a26db55-dc0b-482d-b29b-9bb61b6f04c3", +Cell[119366, 3381, 301, 8, 70, "Input",ExpressionUUID->"6a26db55-dc0b-482d-b29b-9bb61b6f04c3", CellID->1921932199], -Cell[119519, 3386, 498, 13, 70, "Output",ExpressionUUID->"8fc1c018-8743-491a-beaf-c92bfd0345c4", +Cell[119670, 3391, 498, 13, 70, "Output",ExpressionUUID->"8fc1c018-8743-491a-beaf-c92bfd0345c4", CellID->1926782244] }, Open ]], Cell[CellGroupData[{ -Cell[120054, 3404, 301, 8, 70, "Input",ExpressionUUID->"d6291b30-f450-465d-84b0-3c4a6147a6fd", +Cell[120205, 3409, 301, 8, 70, "Input",ExpressionUUID->"d6291b30-f450-465d-84b0-3c4a6147a6fd", CellID->871548679], -Cell[120358, 3414, 497, 13, 70, "Output",ExpressionUUID->"3a1efef0-e74f-4340-8d7a-d8b018cdec5b", +Cell[120509, 3419, 497, 13, 70, "Output",ExpressionUUID->"3a1efef0-e74f-4340-8d7a-d8b018cdec5b", CellID->693924040] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[120904, 3433, 140, 1, 70, "Subsubsection",ExpressionUUID->"6f7fb5e4-e2b2-43a5-948b-e2f43a2f31f0", +Cell[121055, 3438, 140, 1, 70, "Subsubsection",ExpressionUUID->"6f7fb5e4-e2b2-43a5-948b-e2f43a2f31f0", CellID->130704416], -Cell[121047, 3436, 287, 5, 70, "Text",ExpressionUUID->"a5d8a734-af06-4b8e-b6a3-5f0d222ce2ef", +Cell[121198, 3441, 287, 5, 70, "Text",ExpressionUUID->"a5d8a734-af06-4b8e-b6a3-5f0d222ce2ef", CellID->589810148], Cell[CellGroupData[{ -Cell[121359, 3445, 330, 9, 70, "Input",ExpressionUUID->"dd93635d-c8e4-4ed1-8145-1b8eb34c249b", +Cell[121510, 3450, 330, 9, 70, "Input",ExpressionUUID->"dd93635d-c8e4-4ed1-8145-1b8eb34c249b", CellID->476638840], -Cell[121692, 3456, 409, 11, 70, "Output",ExpressionUUID->"e45e4933-acd3-4a63-9aef-76cf26a82808", +Cell[121843, 3461, 409, 11, 70, "Output",ExpressionUUID->"e45e4933-acd3-4a63-9aef-76cf26a82808", CellID->1482497452] }, Open ]], Cell[CellGroupData[{ -Cell[122138, 3472, 237, 6, 70, "Input",ExpressionUUID->"1e94480c-0f7f-46ee-9963-059e201f9885", +Cell[122289, 3477, 237, 6, 70, "Input",ExpressionUUID->"1e94480c-0f7f-46ee-9963-059e201f9885", CellID->1336640097], -Cell[122378, 3480, 215, 5, 70, "Output",ExpressionUUID->"7b17422e-881d-4697-80f2-77a709869d7f", +Cell[122529, 3485, 215, 5, 70, "Output",ExpressionUUID->"7b17422e-881d-4697-80f2-77a709869d7f", CellID->1840445661] }, Open ]], Cell[CellGroupData[{ -Cell[122630, 3490, 231, 5, 70, "Input",ExpressionUUID->"83f5e93b-8090-455a-970c-7eab219f8258", +Cell[122781, 3495, 231, 5, 70, "Input",ExpressionUUID->"83f5e93b-8090-455a-970c-7eab219f8258", CellID->1958584135], -Cell[122864, 3497, 239, 5, 70, "Output",ExpressionUUID->"fd9f3318-0fbd-49cb-b442-5a3cf68d2498", +Cell[123015, 3502, 239, 5, 70, "Output",ExpressionUUID->"fd9f3318-0fbd-49cb-b442-5a3cf68d2498", CellID->1507990256] }, Open ]], Cell[CellGroupData[{ -Cell[123140, 3507, 438, 12, 70, "Input",ExpressionUUID->"e9377e9f-ebd5-443a-aba3-18cd161cdd0e", +Cell[123291, 3512, 438, 12, 70, "Input",ExpressionUUID->"e9377e9f-ebd5-443a-aba3-18cd161cdd0e", CellID->729560221], -Cell[123581, 3521, 263, 6, 70, "Output",ExpressionUUID->"75d0a5cc-59e0-4e89-85e3-5d717981bf27", +Cell[123732, 3526, 263, 6, 70, "Output",ExpressionUUID->"75d0a5cc-59e0-4e89-85e3-5d717981bf27", CellID->2100161460] }, Open ]], -Cell[123859, 3530, 189, 4, 70, "Input",ExpressionUUID->"64967ece-517c-4eae-9f63-2f37acbdd529", +Cell[124010, 3535, 189, 4, 70, "Input",ExpressionUUID->"64967ece-517c-4eae-9f63-2f37acbdd529", CellID->715061066], -Cell[124051, 3536, 190, 4, 70, "Input",ExpressionUUID->"75ee26eb-3ef4-4814-8a5e-89d7af76b6d4", +Cell[124202, 3541, 190, 4, 70, "Input",ExpressionUUID->"75ee26eb-3ef4-4814-8a5e-89d7af76b6d4", CellID->2125506331], -Cell[124244, 3542, 187, 4, 70, "Input",ExpressionUUID->"478d64be-045d-4532-8afc-f4fd7196c647", +Cell[124395, 3547, 187, 4, 70, "Input",ExpressionUUID->"478d64be-045d-4532-8afc-f4fd7196c647", CellID->1463897435], Cell[CellGroupData[{ -Cell[124456, 3550, 163, 3, 70, "Input",ExpressionUUID->"f855625d-1ca9-4b0b-af66-dd7f65d575d7", +Cell[124607, 3555, 163, 3, 70, "Input",ExpressionUUID->"f855625d-1ca9-4b0b-af66-dd7f65d575d7", CellID->949384060], -Cell[124622, 3555, 104, 1, 70, "Output",ExpressionUUID->"342440fd-8462-421f-9af1-a66c4521e9a0", +Cell[124773, 3560, 104, 1, 70, "Output",ExpressionUUID->"342440fd-8462-421f-9af1-a66c4521e9a0", CellID->1007681866] }, Open ]], -Cell[124741, 3559, 214, 5, 70, "Input",ExpressionUUID->"1f9518a1-3e3d-4f0f-9fa9-499527c5a3ae", +Cell[124892, 3564, 214, 5, 70, "Input",ExpressionUUID->"1f9518a1-3e3d-4f0f-9fa9-499527c5a3ae", CellID->958802174], Cell[CellGroupData[{ -Cell[124980, 3568, 138, 2, 70, "Input",ExpressionUUID->"a438697b-1720-4bc6-964e-e02c5bb3505e", +Cell[125131, 3573, 138, 2, 70, "Input",ExpressionUUID->"a438697b-1720-4bc6-964e-e02c5bb3505e", CellID->452742771], -Cell[125121, 3572, 104, 1, 70, "Output",ExpressionUUID->"d906cbdd-6090-47cb-bb29-262690c9446a", +Cell[125272, 3577, 104, 1, 70, "Output",ExpressionUUID->"d906cbdd-6090-47cb-bb29-262690c9446a", CellID->517274714] }, Open ]], -Cell[125240, 3576, 183, 4, 70, "Input",ExpressionUUID->"19ecd0d4-6f99-40f2-b528-de3b887c706b", +Cell[125391, 3581, 183, 4, 70, "Input",ExpressionUUID->"19ecd0d4-6f99-40f2-b528-de3b887c706b", CellID->38044305], Cell[CellGroupData[{ -Cell[125448, 3584, 139, 2, 70, "Input",ExpressionUUID->"b39cdac4-cf2d-4e9a-ba99-8ba2652551f8", +Cell[125599, 3589, 139, 2, 70, "Input",ExpressionUUID->"b39cdac4-cf2d-4e9a-ba99-8ba2652551f8", CellID->1063129938], -Cell[125590, 3588, 105, 1, 70, "Output",ExpressionUUID->"9c73d5f1-1a2d-49a5-9503-85142c94ac34", +Cell[125741, 3593, 105, 1, 70, "Output",ExpressionUUID->"9c73d5f1-1a2d-49a5-9503-85142c94ac34", CellID->1590124418] }, Open ]], Cell[CellGroupData[{ -Cell[125732, 3594, 427, 12, 70, "Input",ExpressionUUID->"6394f5e6-3af4-443f-967c-d3d978c7c9b7", +Cell[125883, 3599, 427, 12, 70, "Input",ExpressionUUID->"6394f5e6-3af4-443f-967c-d3d978c7c9b7", CellID->1580268627], -Cell[126162, 3608, 300, 8, 70, "Output",ExpressionUUID->"8c1548c9-3d10-4be3-8aa3-79bd365cb1ca", +Cell[126313, 3613, 300, 8, 70, "Output",ExpressionUUID->"8c1548c9-3d10-4be3-8aa3-79bd365cb1ca", CellID->1254110634] }, Open ]], -Cell[126477, 3619, 189, 4, 70, "Input",ExpressionUUID->"29109c65-865b-4251-a753-27bca0f64d8e", +Cell[126628, 3624, 189, 4, 70, "Input",ExpressionUUID->"29109c65-865b-4251-a753-27bca0f64d8e", CellID->685478430], -Cell[126669, 3625, 207, 5, 70, "Input",ExpressionUUID->"3cc34e55-0e23-4664-9846-35f4d18f63b7", +Cell[126820, 3630, 207, 5, 70, "Input",ExpressionUUID->"3cc34e55-0e23-4664-9846-35f4d18f63b7", CellID->926934036], -Cell[126879, 3632, 187, 4, 70, "Input",ExpressionUUID->"db771d3a-571e-4d68-8d8d-0d0888398435", +Cell[127030, 3637, 187, 4, 70, "Input",ExpressionUUID->"db771d3a-571e-4d68-8d8d-0d0888398435", CellID->1931092003], Cell[CellGroupData[{ -Cell[127091, 3640, 163, 3, 70, "Input",ExpressionUUID->"5d6b2716-7d38-4ac5-9f4d-967c4f45aa36", +Cell[127242, 3645, 163, 3, 70, "Input",ExpressionUUID->"5d6b2716-7d38-4ac5-9f4d-967c4f45aa36", CellID->1169295263], -Cell[127257, 3645, 104, 1, 70, "Output",ExpressionUUID->"80f1694d-939c-4441-9b1f-006fb41c3afd", +Cell[127408, 3650, 104, 1, 70, "Output",ExpressionUUID->"80f1694d-939c-4441-9b1f-006fb41c3afd", CellID->701382587] }, Open ]], -Cell[127376, 3649, 214, 5, 70, "Input",ExpressionUUID->"a8f8a741-d1c1-47d2-836b-970f41f778da", +Cell[127527, 3654, 214, 5, 70, "Input",ExpressionUUID->"a8f8a741-d1c1-47d2-836b-970f41f778da", CellID->1710390600], Cell[CellGroupData[{ -Cell[127615, 3658, 139, 2, 70, "Input",ExpressionUUID->"14acf6c0-73dd-46be-bf0d-6780ba097603", +Cell[127766, 3663, 139, 2, 70, "Input",ExpressionUUID->"14acf6c0-73dd-46be-bf0d-6780ba097603", CellID->2040843942], -Cell[127757, 3662, 105, 1, 70, "Output",ExpressionUUID->"4b3dc1f8-ee3f-43f8-919f-af2c9b2cbf12", +Cell[127908, 3667, 105, 1, 70, "Output",ExpressionUUID->"4b3dc1f8-ee3f-43f8-919f-af2c9b2cbf12", CellID->1395306627] }, Open ]], Cell[CellGroupData[{ -Cell[127899, 3668, 293, 8, 70, "Input",ExpressionUUID->"5adfc183-6ec4-4460-8db7-4d3fafb77f62", +Cell[128050, 3673, 293, 8, 70, "Input",ExpressionUUID->"5adfc183-6ec4-4460-8db7-4d3fafb77f62", CellID->1841095016], -Cell[128195, 3678, 1985, 50, 70, "Output",ExpressionUUID->"4bb27607-4b39-48f5-940a-c6c7c60e2ca8", +Cell[128346, 3683, 1985, 50, 70, "Output",ExpressionUUID->"4bb27607-4b39-48f5-940a-c6c7c60e2ca8", CellID->483170442] }, Closed]], Cell[CellGroupData[{ -Cell[130217, 3733, 301, 8, 70, "Input",ExpressionUUID->"ad62c166-8323-41ab-abc7-45086a7a140d", +Cell[130368, 3738, 301, 8, 70, "Input",ExpressionUUID->"ad62c166-8323-41ab-abc7-45086a7a140d", CellID->1871945468], -Cell[130521, 3743, 1986, 50, 70, "Output",ExpressionUUID->"f86ce88c-e965-456e-a6e2-2c898433c097", +Cell[130672, 3748, 1986, 50, 70, "Output",ExpressionUUID->"f86ce88c-e965-456e-a6e2-2c898433c097", CellID->1176108820] }, Closed]], Cell[CellGroupData[{ -Cell[132544, 3798, 362, 9, 70, "Input",ExpressionUUID->"2e6cea2e-2a61-4a91-a027-94f4f53fd429", +Cell[132695, 3803, 362, 9, 70, "Input",ExpressionUUID->"2e6cea2e-2a61-4a91-a027-94f4f53fd429", CellID->1819810539], -Cell[132909, 3809, 16702, 455, 70, "Output",ExpressionUUID->"c17d101b-c478-42b4-ae42-6357cb714a10", +Cell[133060, 3814, 16702, 455, 70, "Output",ExpressionUUID->"c17d101b-c478-42b4-ae42-6357cb714a10", CellID->1564907481] }, Closed]], Cell[CellGroupData[{ -Cell[149648, 4269, 369, 9, 70, "Input",ExpressionUUID->"fe440a10-4bbc-459e-9188-ca740a11aadc", +Cell[149799, 4274, 369, 9, 70, "Input",ExpressionUUID->"fe440a10-4bbc-459e-9188-ca740a11aadc", CellID->987209307], -Cell[150020, 4280, 16701, 455, 70, "Output",ExpressionUUID->"0ac6f2e0-149a-4807-b84c-f73f8b9667dd", +Cell[150171, 4285, 16701, 455, 70, "Output",ExpressionUUID->"0ac6f2e0-149a-4807-b84c-f73f8b9667dd", CellID->1180317148] }, Closed]], Cell[CellGroupData[{ -Cell[166758, 4740, 368, 9, 70, "Input",ExpressionUUID->"1a64ff09-5459-4acc-9555-b6ac98c00cd0", +Cell[166909, 4745, 368, 9, 70, "Input",ExpressionUUID->"1a64ff09-5459-4acc-9555-b6ac98c00cd0", CellID->146984054], -Cell[167129, 4751, 16700, 455, 70, "Output",ExpressionUUID->"924e96a6-d340-43e4-bfc1-27d385a1268e", +Cell[167280, 4756, 16700, 455, 70, "Output",ExpressionUUID->"924e96a6-d340-43e4-bfc1-27d385a1268e", CellID->939887120] }, Closed]], Cell[CellGroupData[{ -Cell[183866, 5211, 386, 11, 70, "Input",ExpressionUUID->"59c7b7db-ff42-4f10-bc0d-a2dad7ee4c3f", +Cell[184017, 5216, 386, 11, 70, "Input",ExpressionUUID->"59c7b7db-ff42-4f10-bc0d-a2dad7ee4c3f", CellID->1895378214], -Cell[184255, 5224, 16701, 455, 70, "Output",ExpressionUUID->"bea003d6-df70-482d-b216-73d0829e8f96", +Cell[184406, 5229, 16701, 455, 70, "Output",ExpressionUUID->"bea003d6-df70-482d-b216-73d0829e8f96", CellID->125006737] }, Closed]], Cell[CellGroupData[{ -Cell[200993, 5684, 395, 11, 70, "Input",ExpressionUUID->"4ba7c5b9-1dff-4042-a802-20d673c2314b", +Cell[201144, 5689, 395, 11, 70, "Input",ExpressionUUID->"4ba7c5b9-1dff-4042-a802-20d673c2314b", CellID->256300907], -Cell[201391, 5697, 16700, 455, 70, "Output",ExpressionUUID->"342c05f6-1d64-4f77-9384-e2b9010416bd", +Cell[201542, 5702, 16700, 455, 70, "Output",ExpressionUUID->"342c05f6-1d64-4f77-9384-e2b9010416bd", CellID->697278626] }, Closed]], Cell[CellGroupData[{ -Cell[218128, 6157, 358, 9, 70, "Input",ExpressionUUID->"a877f7b5-3ebb-4502-8405-5703947281bf", +Cell[218279, 6162, 358, 9, 70, "Input",ExpressionUUID->"a877f7b5-3ebb-4502-8405-5703947281bf", CellID->1132688603], -Cell[218489, 6168, 302, 7, 70, "Output",ExpressionUUID->"c883b95a-4f55-4e6f-8e0f-f51aa449717f", +Cell[218640, 6173, 302, 7, 70, "Output",ExpressionUUID->"c883b95a-4f55-4e6f-8e0f-f51aa449717f", CellID->1215103081] }, Open ]], Cell[CellGroupData[{ -Cell[218828, 6180, 366, 9, 70, "Input",ExpressionUUID->"5a874d46-eb61-472b-83af-0d5794c2dd8b", +Cell[218979, 6185, 366, 9, 70, "Input",ExpressionUUID->"5a874d46-eb61-472b-83af-0d5794c2dd8b", CellID->1150021398], -Cell[219197, 6191, 301, 7, 70, "Output",ExpressionUUID->"87757933-cb35-4017-838f-a741653c54ac", +Cell[219348, 6196, 301, 7, 70, "Output",ExpressionUUID->"87757933-cb35-4017-838f-a741653c54ac", CellID->1649963317] }, Open ]], Cell[CellGroupData[{ -Cell[219535, 6203, 305, 8, 70, "Input",ExpressionUUID->"4fa7238b-4264-4fc6-a1da-0656459c4dd9", +Cell[219686, 6208, 305, 8, 70, "Input",ExpressionUUID->"4fa7238b-4264-4fc6-a1da-0656459c4dd9", CellID->1253147387], -Cell[219843, 6213, 373, 7, 70, "Output",ExpressionUUID->"590a1ff6-0650-4cb7-915f-cf7a4b690cf9", +Cell[219994, 6218, 373, 7, 70, "Output",ExpressionUUID->"590a1ff6-0650-4cb7-915f-cf7a4b690cf9", CellID->65667688] }, Open ]], Cell[CellGroupData[{ -Cell[220253, 6225, 313, 8, 70, "Input",ExpressionUUID->"d743e526-39a9-4795-86ea-2f83e8cf1a2d", +Cell[220404, 6230, 313, 8, 70, "Input",ExpressionUUID->"d743e526-39a9-4795-86ea-2f83e8cf1a2d", CellID->1092604087], -Cell[220569, 6235, 373, 7, 70, "Output",ExpressionUUID->"e7389dca-acb4-465f-82d4-a5facd0642cc", +Cell[220720, 6240, 373, 7, 70, "Output",ExpressionUUID->"e7389dca-acb4-465f-82d4-a5facd0642cc", CellID->685932366] }, Open ]], Cell[CellGroupData[{ -Cell[220979, 6247, 365, 9, 70, "Input",ExpressionUUID->"995beb7e-d49d-4531-839c-e0ca3467f972", +Cell[221130, 6252, 365, 9, 70, "Input",ExpressionUUID->"995beb7e-d49d-4531-839c-e0ca3467f972", CellID->1319778322], -Cell[221347, 6258, 374, 7, 70, "Output",ExpressionUUID->"683cab90-e913-4989-ad08-aaefea45586b", +Cell[221498, 6263, 374, 7, 70, "Output",ExpressionUUID->"683cab90-e913-4989-ad08-aaefea45586b", CellID->1778082517] }, Open ]], Cell[CellGroupData[{ -Cell[221758, 6270, 313, 8, 70, "Input",ExpressionUUID->"35860538-fea5-4a30-b73f-9fcbf43c7450", +Cell[221909, 6275, 313, 8, 70, "Input",ExpressionUUID->"35860538-fea5-4a30-b73f-9fcbf43c7450", CellID->1612866402], -Cell[222074, 6280, 374, 7, 70, "Output",ExpressionUUID->"6c964f62-61b3-42cb-963f-876e169e8028", +Cell[222225, 6285, 374, 7, 70, "Output",ExpressionUUID->"6c964f62-61b3-42cb-963f-876e169e8028", CellID->1103386678] }, Open ]], Cell[CellGroupData[{ -Cell[222485, 6292, 364, 9, 70, "Input",ExpressionUUID->"101f995d-72cc-4aeb-9d23-b3820f39c380", +Cell[222636, 6297, 364, 9, 70, "Input",ExpressionUUID->"101f995d-72cc-4aeb-9d23-b3820f39c380", CellID->799894133], -Cell[222852, 6303, 373, 7, 70, "Output",ExpressionUUID->"b8127717-ba1c-4087-83e5-cd554b3938e9", +Cell[223003, 6308, 373, 7, 70, "Output",ExpressionUUID->"b8127717-ba1c-4087-83e5-cd554b3938e9", CellID->166765341] }, Open ]], Cell[CellGroupData[{ -Cell[223262, 6315, 304, 8, 70, "Input",ExpressionUUID->"d04d2953-7d6a-404b-938f-3b3433298489", +Cell[223413, 6320, 304, 8, 70, "Input",ExpressionUUID->"d04d2953-7d6a-404b-938f-3b3433298489", CellID->666293630], -Cell[223569, 6325, 1265, 20, 70, "Output",ExpressionUUID->"ae0c4b7d-5a43-42af-b6e9-ebe68a37f116", +Cell[223720, 6330, 1265, 20, 70, "Output",ExpressionUUID->"ae0c4b7d-5a43-42af-b6e9-ebe68a37f116", CellID->693254427] }, Closed]], Cell[CellGroupData[{ -Cell[224871, 6350, 313, 8, 70, "Input",ExpressionUUID->"053b1a68-fadf-4a6a-a267-613156c661d6", +Cell[225022, 6355, 313, 8, 70, "Input",ExpressionUUID->"053b1a68-fadf-4a6a-a267-613156c661d6", CellID->1562071968], -Cell[225187, 6360, 1265, 20, 70, "Output",ExpressionUUID->"b143f4dd-99f9-4ef7-b293-1895fc691d25", +Cell[225338, 6365, 1265, 20, 70, "Output",ExpressionUUID->"b143f4dd-99f9-4ef7-b293-1895fc691d25", CellID->359904998] }, Closed]], Cell[CellGroupData[{ -Cell[226489, 6385, 365, 9, 70, "Input",ExpressionUUID->"0842ac82-13fe-4c05-9f91-3b581884a60f", +Cell[226640, 6390, 365, 9, 70, "Input",ExpressionUUID->"0842ac82-13fe-4c05-9f91-3b581884a60f", CellID->1176424870], -Cell[226857, 6396, 1266, 20, 70, "Output",ExpressionUUID->"482757db-9562-4838-b75c-ca7673bebfd2", +Cell[227008, 6401, 1266, 20, 70, "Output",ExpressionUUID->"482757db-9562-4838-b75c-ca7673bebfd2", CellID->1286533788] }, Closed]], Cell[CellGroupData[{ -Cell[228160, 6421, 365, 9, 70, "Input",ExpressionUUID->"444d10b4-596d-4267-b066-1d4859a73f2d", +Cell[228311, 6426, 365, 9, 70, "Input",ExpressionUUID->"444d10b4-596d-4267-b066-1d4859a73f2d", CellID->1536013818], -Cell[228528, 6432, 824, 14, 70, "Output",ExpressionUUID->"aa4d1c91-4081-4343-a517-aba6bf92523e", +Cell[228679, 6437, 824, 14, 70, "Output",ExpressionUUID->"aa4d1c91-4081-4343-a517-aba6bf92523e", CellID->848751761] }, Closed]], Cell[CellGroupData[{ -Cell[229389, 6451, 460, 12, 70, "Input",ExpressionUUID->"e6e243d0-4757-4f34-b501-80d1a17c9caa", +Cell[229540, 6456, 460, 12, 70, "Input",ExpressionUUID->"e6e243d0-4757-4f34-b501-80d1a17c9caa", CellID->703957621], -Cell[229852, 6465, 16700, 455, 70, "Output",ExpressionUUID->"c0a7b7e7-e6ba-4c00-8c43-b65121afa31f", +Cell[230003, 6470, 16700, 455, 70, "Output",ExpressionUUID->"c0a7b7e7-e6ba-4c00-8c43-b65121afa31f", CellID->375739477] }, Closed]], Cell[CellGroupData[{ -Cell[246589, 6925, 460, 12, 70, "Input",ExpressionUUID->"ee883e99-6e23-43e0-84ee-ea1e61afa08d", +Cell[246740, 6930, 460, 12, 70, "Input",ExpressionUUID->"ee883e99-6e23-43e0-84ee-ea1e61afa08d", CellID->2029068909], -Cell[247052, 6939, 16700, 455, 70, "Output",ExpressionUUID->"93434729-73db-4c66-adb7-21f53c2ddf38", +Cell[247203, 6944, 16700, 455, 70, "Output",ExpressionUUID->"93434729-73db-4c66-adb7-21f53c2ddf38", CellID->850941675] }, Closed]], -Cell[263767, 7397, 333, 10, 70, "Input",ExpressionUUID->"3af8289d-9426-4af1-ab57-777cea884aee", +Cell[263918, 7402, 333, 10, 70, "Input",ExpressionUUID->"3af8289d-9426-4af1-ab57-777cea884aee", CellID->1315626597], Cell[CellGroupData[{ -Cell[264125, 7411, 136, 2, 70, "Input",ExpressionUUID->"af49fe90-f7b5-42ba-9c0c-99c3b296de69", +Cell[264276, 7416, 136, 2, 70, "Input",ExpressionUUID->"af49fe90-f7b5-42ba-9c0c-99c3b296de69", CellID->1776963475], -Cell[264264, 7415, 105, 1, 70, "Output",ExpressionUUID->"25f06687-0c53-4d20-a4fa-b944212cee04", +Cell[264415, 7420, 105, 1, 70, "Output",ExpressionUUID->"25f06687-0c53-4d20-a4fa-b944212cee04", CellID->975948412] }, Open ]], Cell[CellGroupData[{ -Cell[264406, 7421, 207, 4, 70, "Input",ExpressionUUID->"39b84384-a987-41b4-bb30-9f5aa540014f", +Cell[264557, 7426, 207, 4, 70, "Input",ExpressionUUID->"39b84384-a987-41b4-bb30-9f5aa540014f", CellID->1571927505], -Cell[264616, 7427, 2132, 31, 70, "Output",ExpressionUUID->"be134149-e4ab-4f1e-9fbb-b630046a892b", +Cell[264767, 7432, 2132, 31, 70, "Output",ExpressionUUID->"be134149-e4ab-4f1e-9fbb-b630046a892b", CellID->326758454] }, Closed]], Cell[CellGroupData[{ -Cell[266785, 7463, 298, 8, 70, "Input",ExpressionUUID->"b6fe3cc6-cb36-40ef-8b95-b2e02cb80dbe", +Cell[266936, 7468, 298, 8, 70, "Input",ExpressionUUID->"b6fe3cc6-cb36-40ef-8b95-b2e02cb80dbe", CellID->2108637015], -Cell[267086, 7473, 5305, 133, 70, "Output",ExpressionUUID->"c2eccdaa-d7ab-4f2f-8c77-ac86e3f305de", +Cell[267237, 7478, 5305, 133, 70, "Output",ExpressionUUID->"c2eccdaa-d7ab-4f2f-8c77-ac86e3f305de", CellID->639546938] }, Closed]], Cell[CellGroupData[{ -Cell[272428, 7611, 359, 9, 70, "Input",ExpressionUUID->"7159bff8-727a-4c45-9f74-32948f401764", +Cell[272579, 7616, 359, 9, 70, "Input",ExpressionUUID->"7159bff8-727a-4c45-9f74-32948f401764", CellID->1476779852], -Cell[272790, 7622, 47164, 1285, 70, "Output",ExpressionUUID->"6be12b28-bfbd-40fe-a6b8-8feef415d9a5", +Cell[272941, 7627, 47164, 1285, 70, "Output",ExpressionUUID->"6be12b28-bfbd-40fe-a6b8-8feef415d9a5", CellID->1611116684] }, Closed]], Cell[CellGroupData[{ -Cell[319991, 8912, 457, 12, 70, "Input",ExpressionUUID->"5d378e54-76f8-495a-8eca-e15762c7c748", +Cell[320142, 8917, 457, 12, 70, "Input",ExpressionUUID->"5d378e54-76f8-495a-8eca-e15762c7c748", CellID->1892694325], -Cell[320451, 8926, 47163, 1285, 70, "Output",ExpressionUUID->"3e7123b9-a52e-4a5c-95df-e80ffc3d082a", +Cell[320602, 8931, 47163, 1285, 70, "Output",ExpressionUUID->"3e7123b9-a52e-4a5c-95df-e80ffc3d082a", CellID->1542447540] }, Closed]], Cell[CellGroupData[{ -Cell[367651, 10216, 455, 12, 70, "Input",ExpressionUUID->"30ac8fa1-0468-45ad-9fbd-56e861118873", +Cell[367802, 10221, 455, 12, 70, "Input",ExpressionUUID->"30ac8fa1-0468-45ad-9fbd-56e861118873", CellID->556237124], -Cell[368109, 10230, 47162, 1285, 70, "Output",ExpressionUUID->"214c7528-15e9-40ac-90dd-c5ac06e5132b", +Cell[368260, 10235, 47162, 1285, 70, "Output",ExpressionUUID->"214c7528-15e9-40ac-90dd-c5ac06e5132b", CellID->431143043] }, Closed]], Cell[CellGroupData[{ -Cell[415308, 11520, 457, 12, 70, "Input",ExpressionUUID->"3c0bdaaf-6f6d-4a25-bfba-f9afd0085fa2", +Cell[415459, 11525, 457, 12, 70, "Input",ExpressionUUID->"3c0bdaaf-6f6d-4a25-bfba-f9afd0085fa2", CellID->714742215], -Cell[415768, 11534, 47162, 1285, 70, "Output",ExpressionUUID->"0646cf33-2706-4a3a-98da-596a928b86af", +Cell[415919, 11539, 47162, 1285, 70, "Output",ExpressionUUID->"0646cf33-2706-4a3a-98da-596a928b86af", CellID->186835993] }, Closed]], Cell[CellGroupData[{ -Cell[462967, 12824, 457, 12, 70, "Input",ExpressionUUID->"2415d8c4-6e95-452a-b4e1-2b2736496c3e", +Cell[463118, 12829, 457, 12, 70, "Input",ExpressionUUID->"2415d8c4-6e95-452a-b4e1-2b2736496c3e", CellID->2044009445], -Cell[463427, 12838, 47163, 1285, 70, "Output",ExpressionUUID->"a1fc925b-6abd-46cb-a3d4-a943c15cfc48", +Cell[463578, 12843, 47163, 1285, 70, "Output",ExpressionUUID->"a1fc925b-6abd-46cb-a3d4-a943c15cfc48", CellID->1818128893] }, Closed]], Cell[CellGroupData[{ -Cell[510627, 14128, 393, 11, 70, "Input",ExpressionUUID->"649e4634-1ffe-4480-9292-4995ed51e058", +Cell[510778, 14133, 393, 11, 70, "Input",ExpressionUUID->"649e4634-1ffe-4480-9292-4995ed51e058", CellID->986730126], -Cell[511023, 14141, 3253, 47, 70, "Output",ExpressionUUID->"6c8a4914-8f5c-42f1-aed8-6bc2a921403e", +Cell[511174, 14146, 3253, 47, 70, "Output",ExpressionUUID->"6c8a4914-8f5c-42f1-aed8-6bc2a921403e", CellID->63291138] }, Closed]], Cell[CellGroupData[{ -Cell[514313, 14193, 438, 12, 70, "Input",ExpressionUUID->"eeb43398-0b04-4d03-b15e-f4acf7cc7b36", +Cell[514464, 14198, 438, 12, 70, "Input",ExpressionUUID->"eeb43398-0b04-4d03-b15e-f4acf7cc7b36", CellID->336938875], -Cell[514754, 14207, 38074, 774, 70, "Output",ExpressionUUID->"82f9a9d8-3eb9-4adc-8f4c-de1167fa73ab", +Cell[514905, 14212, 38074, 774, 70, "Output",ExpressionUUID->"82f9a9d8-3eb9-4adc-8f4c-de1167fa73ab", CellID->1679984554] }, Closed]], Cell[CellGroupData[{ -Cell[552865, 14986, 172, 3, 70, "Input",ExpressionUUID->"051bd04e-58f0-44c1-b105-c9d65bf13abf", +Cell[553016, 14991, 172, 3, 70, "Input",ExpressionUUID->"051bd04e-58f0-44c1-b105-c9d65bf13abf", CellID->1625363107], -Cell[553040, 14991, 1887, 27, 70, "Output",ExpressionUUID->"59b4f07a-a266-4d8c-9308-3aa1313c148d", +Cell[553191, 14996, 1887, 27, 70, "Output",ExpressionUUID->"59b4f07a-a266-4d8c-9308-3aa1313c148d", CellID->696843873] }, Closed]], Cell[CellGroupData[{ -Cell[554964, 15023, 167, 3, 70, "Input",ExpressionUUID->"5a42e999-14ab-427d-98df-fc5c54826637", +Cell[555115, 15028, 167, 3, 70, "Input",ExpressionUUID->"5a42e999-14ab-427d-98df-fc5c54826637", CellID->708925776], -Cell[555134, 15028, 366, 7, 70, "Output",ExpressionUUID->"ab5f96e2-91d8-4b09-8799-bd8fd0def88e", +Cell[555285, 15033, 366, 7, 70, "Output",ExpressionUUID->"ab5f96e2-91d8-4b09-8799-bd8fd0def88e", CellID->764413247] }, Open ]], Cell[CellGroupData[{ -Cell[555537, 15040, 393, 11, 70, "Input",ExpressionUUID->"4f92a9a4-265f-4b9d-9789-f4802abd4a93", +Cell[555688, 15045, 393, 11, 70, "Input",ExpressionUUID->"4f92a9a4-265f-4b9d-9789-f4802abd4a93", CellID->85374043], -Cell[555933, 15053, 38073, 774, 70, "Output",ExpressionUUID->"393a0bd6-0fc6-43aa-b642-e02f6243c304", +Cell[556084, 15058, 38073, 774, 70, "Output",ExpressionUUID->"393a0bd6-0fc6-43aa-b642-e02f6243c304", CellID->1557677537] }, Closed]], Cell[CellGroupData[{ -Cell[594043, 15832, 301, 8, 70, "Input",ExpressionUUID->"92551642-ccdc-44ad-a77d-a6b742c521dd", +Cell[594194, 15837, 301, 8, 70, "Input",ExpressionUUID->"92551642-ccdc-44ad-a77d-a6b742c521dd", CellID->1468370869], -Cell[594347, 15842, 5177, 133, 70, "Output",ExpressionUUID->"5b2b60c8-3a89-4733-ad39-98e9448059e0", +Cell[594498, 15847, 5177, 133, 70, "Output",ExpressionUUID->"5b2b60c8-3a89-4733-ad39-98e9448059e0", CellID->461113520] }, Closed]], Cell[CellGroupData[{ -Cell[599561, 15980, 302, 8, 70, "Input",ExpressionUUID->"0d0b5f21-3429-458b-ba79-2cabc3224b6f", +Cell[599712, 15985, 302, 8, 70, "Input",ExpressionUUID->"0d0b5f21-3429-458b-ba79-2cabc3224b6f", CellID->1439262799], -Cell[599866, 15990, 5177, 133, 70, "Output",ExpressionUUID->"e813c3f5-0d3e-4de8-b1c3-fbfd8fb59e2b", +Cell[600017, 15995, 5177, 133, 70, "Output",ExpressionUUID->"e813c3f5-0d3e-4de8-b1c3-fbfd8fb59e2b", CellID->171828896] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[605092, 16129, 123, 1, 70, "Subsubsection",ExpressionUUID->"45243d08-6945-4311-9b6d-678523ca9049", +Cell[605243, 16134, 123, 1, 70, "Subsubsection",ExpressionUUID->"45243d08-6945-4311-9b6d-678523ca9049", CellID->1776740118], Cell[CellGroupData[{ -Cell[605240, 16134, 709, 17, 70, "Input",ExpressionUUID->"a890134b-4af5-42f9-8b72-6ccac608c52e", +Cell[605391, 16139, 709, 17, 70, "Input",ExpressionUUID->"a890134b-4af5-42f9-8b72-6ccac608c52e", CellID->1068742626], -Cell[605952, 16153, 2390, 53, 70, "Output",ExpressionUUID->"a86a5f20-05d7-4ff6-b167-1198e0e17b7d", +Cell[606103, 16158, 2390, 53, 70, "Output",ExpressionUUID->"a86a5f20-05d7-4ff6-b167-1198e0e17b7d", CellID->1147777309] }, Open ]], Cell[CellGroupData[{ -Cell[608379, 16211, 136, 2, 70, "Input",ExpressionUUID->"000c54ec-e535-4aa5-92e1-684280eb5199", +Cell[608530, 16216, 136, 2, 70, "Input",ExpressionUUID->"000c54ec-e535-4aa5-92e1-684280eb5199", CellID->1201183975], -Cell[608518, 16215, 1100, 20, 70, "Output",ExpressionUUID->"8be9c878-f555-4ef0-a0a2-31785585970d", +Cell[608669, 16220, 1100, 20, 70, "Output",ExpressionUUID->"8be9c878-f555-4ef0-a0a2-31785585970d", CellID->1395501080] }, Open ]] }, Open ]] }, Open ]], -Cell[609657, 16240, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"8ed0c647-b4b3-435e-9b65-ae19131b1518"], -Cell[610410, 16262, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"6f538c93-78ad-4bef-9532-c26b5d26ed81"], -Cell[612218, 16309, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"0b9237de-790b-4bd5-bbb6-8e528d7a1bdc"], -Cell[613133, 16337, 78, 0, 70, "FooterCell",ExpressionUUID->"e5da054d-95b4-4d40-82c0-d3ee049a3581"] +Cell[609808, 16245, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"e21868c1-9389-4cfc-9b0d-bafcf3a084fe"], +Cell[610561, 16267, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"ac4a9889-4a98-4fc4-b812-d7479efdc313"], +Cell[612369, 16314, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"71b1297e-eff6-4674-a6ae-fcae0898fa71"], +Cell[613284, 16342, 78, 0, 70, "FooterCell",ExpressionUUID->"5d4e7364-a329-407b-8b1a-7600e69a2e1e"] } ] *) diff --git a/Documentation/English/Guides/TuGamesParallelMamaV11d3.nb b/Documentation/English/Guides/TuGamesParallelMamaV11d3.nb index 0ad40de..3d631a1 100644 --- a/Documentation/English/Guides/TuGamesParallelMamaV11d3.nb +++ b/Documentation/English/Guides/TuGamesParallelMamaV11d3.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 933257, 22406] -NotebookOptionsPosition[ 897733, 21639] -NotebookOutlinePosition[ 899295, 21678] -CellTagsIndexPosition[ 899252, 21675] +NotebookDataLength[ 933418, 22410] +NotebookOptionsPosition[ 897872, 21643] +NotebookOutlinePosition[ 899455, 21682] +CellTagsIndexPosition[ 899412, 21679] WindowTitle->TuGamesParallelMamaV11d3 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "66444249-0eef-445a-b645-f3cabcecace4"], + "1aaaaaa5-1eb4-4b1f-bb95-641ac7fefde8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b1fad77e-2d9e-46fa-bb95-c64320ed39eb"], + "c4706f05-d202-4b0f-9efa-7f964b9ea132"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "906fa74a-3a83-4b95-9113-379084362417"] - }],ExpressionUUID->"c44dc8af-cc87-4dc7-bed7-9becdfc62ee9"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9b6d29bf-7a51-4c5e-86ac-5fdab1f55e03"] + }],ExpressionUUID->"6d7cd5da-f12d-4acd-9ffc-6f784fc174d0"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "afe3732f-5c7b-4933-a6f2-0d04795e41aa"], + "61152a31-5723-4725-bab7-5e9018336c13"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "595047f3-cdf0-4c8c-be57-706f1ea117d7"] - }],ExpressionUUID->"789e37d8-6095-4309-81bf-53b1f23f448b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e58d3a1e-3792-4de4-a964-dccab4935a72"] + }],ExpressionUUID->"6967b084-5fd3-4210-99d9-9659ba8bb5d5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b3f099cd-1180-4e2a-849e-f8ab3792da1d"], + "41d4351f-72d4-4d33-b2a9-8fd211b82d84"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "74a0c335-b8ac-4b90-904d-f1f3fa3ac1b2"] - }],ExpressionUUID->"ab715760-2e71-45bc-a532-8f4deb44d74b"], - StripOnInput->False], {"\<\"TUG/guide/TuGamesParallelMamaV11d3\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/guide/TuGamesParallelMamaV11d3"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/guide/\ + "4b4d02de-922a-4bad-bc7d-6932f23a429c"] + }],ExpressionUUID->"45ad123d-4e36-4c5a-854f-f5d9842f6a8a"], + StripOnInput->False],{ + "\"TUG/guide/TuGamesParallelMamaV11d3\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/guide/TuGamesParallelMamaV11d3"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/guide/\ TuGamesParallelMamaV11d3.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16029], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/guide/TuGamesParallelMamaV11d3" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$15998], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/guide/TuGamesParallelMamaV11d3" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c267b86d-c1e4-45b0-a759-1ae5e4263c84"] + "8b915867-1f8d-48a9-b669-fd7effc1baa2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bb08bddc-750f-4440-b737-bfabc3796ec6"]} + "8fd3ecb6-1e2c-4a35-a534-d8039ec628cc"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"443e389c-8141-4daa-bbc2-433843387ef7"], + CellID->1,ExpressionUUID->"952187e4-3bf6-4fce-88d4-d6df6268f238"], Cell[CellGroupData[{ @@ -166,7 +170,7 @@ Cell["TuGamesParallel : A basic Introduction", "GuideAbstract", Cell["by Holger I.Meinhardt, University of Karlsruhe (KIT)", "GuideAbstract", CellID->439400443,ExpressionUUID->"fa1988d6-c391-4780-a639-d711b6938076"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"c3f1a27b-b0d3-400a-a11b-bef9b3b5e496"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"6f854e05-e5f9-4838-89af-a6f6f47e09cd"] }, Open ]], Cell[CellGroupData[{ @@ -216,7 +220,7 @@ mathematica.stackexchange.com/questions/170086/surprising - interaction - of \ - distributedefinition - and - parallelneeds - in - 11 - 3"}, "WebLink", BaseStyle->{"Text"}]],ExpressionUUID-> - "bff534f4-b476-463c-8887-51bb3a317086"], + "f8c43e12-ed4f-42b4-bdb1-0a2f5cbfff17"], "\n\nAs a consequence, we cannot use anymore the \ \[OpenCurlyDoubleQuote]ParallelNeeds\[CloseCurlyDoubleQuote] command to load \ our packages to the Subkernels. Now, we have to use the command \ @@ -1182,7 +1186,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], - ImageSizeCache->{55.44140625, {2., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1213,7 +1217,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], - ImageSizeCache->{49.25390625, {0., 7.}}], + ImageSizeCache->{49.25390625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1250,7 +1254,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], - ImageSizeCache->{55.44140625, {0., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1274,6 +1278,7 @@ Cell[BoxData[ ImageSize->{Automatic, {25, Full}}], Appearance->None, BaselinePosition->Baseline, + ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 44, 23741307386239381565, 5 2], Enabled->True, @@ -1286,7 +1291,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], - ImageSizeCache->{41.6015625, {0., 7.}}], + ImageSizeCache->{41.6015625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1324,7 +1329,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], - ImageSizeCache->{74.9296875, {0., 7.}}], + ImageSizeCache->{74.9296875, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -18894,8 +18899,8 @@ hcSCl+XjVtwX2pMltjg1PxHrx6n5SkISa5S88Wr+Iv1JzJsKlL8F3t/+Fywh 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0} - }, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, + 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, + 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, @@ -21254,8 +21259,7 @@ kw== TagBox["\"State: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"defunct\"", "SummaryItem"]}]}}, AutoDelete -> - False, - BaseStyle -> { + False, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}, GridBoxAlignment -> { @@ -21557,8 +21561,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "2f2e7da4-2c80-4e17-9060-a42b245d7a77"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"75f7fc3f-e099-4afa-a81e-\ -18357b3b8b46"], + }]], "GuideTutorialsSection",ExpressionUUID->"04cc32d9-c0b1-413f-bb14-\ +e1d78f4a7ac9"], Cell[BoxData[GridBox[{ { @@ -21604,8 +21608,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "268c8d1a-460b-4b8e-a4fa-cb408af693b5"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"2dbcef7b-22b8-4314-aae1-\ -5a0984f70a3c"], + }]], "GuideMoreAboutSection",ExpressionUUID->"b6129733-4666-4262-9c4e-\ +13021f9a8eff"], Cell[BoxData[GridBox[{ { @@ -21632,14 +21636,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "da6db080-0ddf-405c-9f3d-2d2a210d0f47"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"2a5ae6cd-2036-4d76-9077-\ -2b893e16a48c"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"b2b744d5-e401-4ad4-915e-\ +32375721363e"], -Cell[" ", "FooterCell",ExpressionUUID->"6056a238-055a-450b-9b35-67e634fd248a"] +Cell[" ", "FooterCell",ExpressionUUID->"258a7668-725c-4f60-9487-8c711af52b52"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesParallelMamaV11d3", TaggingRules->{ @@ -21650,21 +21654,21 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 57, 41.144596}", + "built" -> "{2024, 6, 3, 16, 50, 36.650429}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "TuGamesParallel : A basic Introduction", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$15950, "title" -> - "TuGamesParallelMamaV11d3", "titlemodifier" -> "", "windowtitle" -> - "TuGamesParallelMamaV11d3", "type" -> "Guide", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$15919, "title" -> + "TuGamesParallelMamaV11d3", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "TuGamesParallelMamaV11d3", "type" -> "Guide", "uri" -> "TUG/guide/TuGamesParallelMamaV11d3"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"651e47dc-c570-4c7b-ad35-cbc33ba3c557" +ExpressionUUID->"dfb7e91e-4b63-4282-8f36-1d3d7aeef156" ] (* End of Notebook Content *) @@ -21677,737 +21681,737 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 5722, 134, 70, "AnchorBarGrid",ExpressionUUID->"443e389c-8141-4daa-bbc2-433843387ef7", +Cell[596, 21, 5785, 138, 70, "AnchorBarGrid",ExpressionUUID->"952187e4-3bf6-4fce-88d4-d6df6268f238", CellID->1], Cell[CellGroupData[{ -Cell[6343, 159, 121, 1, 70, "GuideTitle",ExpressionUUID->"ef2dfa9f-4b36-495e-bc47-4dd52851c529", +Cell[6406, 163, 121, 1, 70, "GuideTitle",ExpressionUUID->"ef2dfa9f-4b36-495e-bc47-4dd52851c529", CellID->942062912], -Cell[6467, 162, 139, 1, 70, "GuideAbstract",ExpressionUUID->"dff4a450-1079-4235-ae16-8ec49bf37795", +Cell[6530, 166, 139, 1, 70, "GuideAbstract",ExpressionUUID->"dff4a450-1079-4235-ae16-8ec49bf37795", CellID->2001916300], -Cell[6609, 165, 152, 1, 70, "GuideAbstract",ExpressionUUID->"fa1988d6-c391-4780-a639-d711b6938076", +Cell[6672, 169, 152, 1, 70, "GuideAbstract",ExpressionUUID->"fa1988d6-c391-4780-a639-d711b6938076", CellID->439400443], -Cell[6764, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"c3f1a27b-b0d3-400a-a11b-bef9b3b5e496"] +Cell[6827, 172, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"6f854e05-e5f9-4838-89af-a6f6f47e09cd"] }, Open ]], Cell[CellGroupData[{ -Cell[6894, 173, 108, 1, 70, "Section",ExpressionUUID->"7d2ae825-288f-46da-b187-f37425977792", +Cell[6957, 177, 108, 1, 70, "Section",ExpressionUUID->"7d2ae825-288f-46da-b187-f37425977792", CellID->39705983], -Cell[7005, 176, 1136, 16, 70, "Text",ExpressionUUID->"7a5478db-5481-48c5-bb62-77a541b6cd02", +Cell[7068, 180, 1136, 16, 70, "Text",ExpressionUUID->"7a5478db-5481-48c5-bb62-77a541b6cd02", CellID->1469066856] }, Open ]], Cell[CellGroupData[{ -Cell[8178, 197, 110, 1, 70, "Section",ExpressionUUID->"a506d4c6-66e4-4b33-bf4b-099803fee9cb", +Cell[8241, 201, 110, 1, 70, "Section",ExpressionUUID->"a506d4c6-66e4-4b33-bf4b-099803fee9cb", CellID->2024779160], -Cell[8291, 200, 1743, 31, 70, "Text",ExpressionUUID->"7cded69c-7b9f-4b43-9af0-bd6e12e62f3e", +Cell[8354, 204, 1743, 31, 70, "Text",ExpressionUUID->"7cded69c-7b9f-4b43-9af0-bd6e12e62f3e", CellID->57796851], -Cell[10037, 233, 1418, 28, 70, "Text",ExpressionUUID->"be780eaa-bdc2-4006-bebc-08c0130a94ec", +Cell[10100, 237, 1418, 28, 70, "Text",ExpressionUUID->"be780eaa-bdc2-4006-bebc-08c0130a94ec", CellID->1950715918], -Cell[11458, 263, 262, 6, 70, "Input",ExpressionUUID->"81d9f289-8d74-4b9f-a6a7-8d8c7ca1f95a", +Cell[11521, 267, 262, 6, 70, "Input",ExpressionUUID->"81d9f289-8d74-4b9f-a6a7-8d8c7ca1f95a", CellID->1914768204], -Cell[11723, 271, 429, 7, 70, "Text",ExpressionUUID->"f3b90f77-4312-4a64-86aa-c7626b7549a2", +Cell[11786, 275, 429, 7, 70, "Text",ExpressionUUID->"f3b90f77-4312-4a64-86aa-c7626b7549a2", CellID->1167960635], -Cell[12155, 280, 184, 4, 70, "Input",ExpressionUUID->"c137feaa-21a3-4f33-94d9-164a04689e5c", +Cell[12218, 284, 184, 4, 70, "Input",ExpressionUUID->"c137feaa-21a3-4f33-94d9-164a04689e5c", CellID->1755152591], Cell[CellGroupData[{ -Cell[12364, 288, 137, 2, 70, "Input",ExpressionUUID->"5f5af57b-0166-4c5f-b63b-66444e91f4a4", +Cell[12427, 292, 137, 2, 70, "Input",ExpressionUUID->"5f5af57b-0166-4c5f-b63b-66444e91f4a4", CellID->1448794693], -Cell[12504, 292, 128, 2, 70, "Output",ExpressionUUID->"36fb1e94-5cb9-4b97-9dbd-c9635b5f1cc4", +Cell[12567, 296, 128, 2, 70, "Output",ExpressionUUID->"36fb1e94-5cb9-4b97-9dbd-c9635b5f1cc4", CellID->1853863152] }, Open ]], -Cell[12647, 297, 537, 8, 70, "Text",ExpressionUUID->"43f50d47-a8b6-4247-ad49-b9c7ad471222", +Cell[12710, 301, 537, 8, 70, "Text",ExpressionUUID->"43f50d47-a8b6-4247-ad49-b9c7ad471222", CellID->953658850], Cell[CellGroupData[{ -Cell[13209, 309, 185, 4, 70, "Input",ExpressionUUID->"ee396692-69bd-4b3f-8c61-89652c1c0288", +Cell[13272, 313, 185, 4, 70, "Input",ExpressionUUID->"ee396692-69bd-4b3f-8c61-89652c1c0288", CellID->795642020], Cell[CellGroupData[{ -Cell[13419, 317, 206, 3, 70, "Print",ExpressionUUID->"50e9f15d-c84d-4ab0-bcd2-80369cfc457e", +Cell[13482, 321, 206, 3, 70, "Print",ExpressionUUID->"50e9f15d-c84d-4ab0-bcd2-80369cfc457e", CellID->842262025], -Cell[13628, 322, 335, 7, 70, "Print",ExpressionUUID->"a7f940aa-44b9-404a-9b11-6327fef22259", +Cell[13691, 326, 335, 7, 70, "Print",ExpressionUUID->"a7f940aa-44b9-404a-9b11-6327fef22259", CellID->326402337], -Cell[13966, 331, 207, 3, 70, "Print",ExpressionUUID->"97fe7704-ad80-41c1-8b27-b8ecb9d85c9b", +Cell[14029, 335, 207, 3, 70, "Print",ExpressionUUID->"97fe7704-ad80-41c1-8b27-b8ecb9d85c9b", CellID->1008698446], -Cell[14176, 336, 191, 2, 70, "Print",ExpressionUUID->"82d72b00-cf41-4681-a973-e482c5b814d8", +Cell[14239, 340, 191, 2, 70, "Print",ExpressionUUID->"82d72b00-cf41-4681-a973-e482c5b814d8", CellID->1432121033], -Cell[14370, 340, 178, 2, 70, "Print",ExpressionUUID->"08533099-8677-4b0b-8334-d83b25a21c54", +Cell[14433, 344, 178, 2, 70, "Print",ExpressionUUID->"08533099-8677-4b0b-8334-d83b25a21c54", CellID->1550864987], -Cell[14551, 344, 208, 3, 70, "Print",ExpressionUUID->"cfa4ebae-206a-472d-bd8a-dfa382873fb1", +Cell[14614, 348, 208, 3, 70, "Print",ExpressionUUID->"cfa4ebae-206a-472d-bd8a-dfa382873fb1", CellID->2044091791], -Cell[14762, 349, 191, 2, 70, "Print",ExpressionUUID->"6c783b68-d178-467b-bd19-d18379a69eae", +Cell[14825, 353, 191, 2, 70, "Print",ExpressionUUID->"6c783b68-d178-467b-bd19-d18379a69eae", CellID->1429564113], -Cell[14956, 353, 207, 3, 70, "Print",ExpressionUUID->"3e56afa0-d929-4d64-bdee-18339ef53051", +Cell[15019, 357, 207, 3, 70, "Print",ExpressionUUID->"3e56afa0-d929-4d64-bdee-18339ef53051", CellID->1886412642], -Cell[15166, 358, 207, 3, 70, "Print",ExpressionUUID->"c88e303f-0094-44b8-ba73-b54493e0346e", +Cell[15229, 362, 207, 3, 70, "Print",ExpressionUUID->"c88e303f-0094-44b8-ba73-b54493e0346e", CellID->1728102552], -Cell[15376, 363, 177, 2, 70, "Print",ExpressionUUID->"4b612155-eeba-4565-b7c6-f148e0080644", +Cell[15439, 367, 177, 2, 70, "Print",ExpressionUUID->"4b612155-eeba-4565-b7c6-f148e0080644", CellID->800634177], -Cell[15556, 367, 206, 3, 70, "Print",ExpressionUUID->"1de510bb-00e4-4da7-9cd7-a3f79239a6b2", +Cell[15619, 371, 206, 3, 70, "Print",ExpressionUUID->"1de510bb-00e4-4da7-9cd7-a3f79239a6b2", CellID->714198058] }, Open ]] }, Open ]], -Cell[15789, 374, 909, 13, 70, "Text",ExpressionUUID->"fdd3ea2a-10c5-46c7-94f2-2b1309b3b092", +Cell[15852, 378, 909, 13, 70, "Text",ExpressionUUID->"fdd3ea2a-10c5-46c7-94f2-2b1309b3b092", CellID->1827050466], -Cell[16701, 389, 185, 4, 70, "Input",ExpressionUUID->"b9401836-f092-42d3-8424-759d2f123f14", +Cell[16764, 393, 185, 4, 70, "Input",ExpressionUUID->"b9401836-f092-42d3-8424-759d2f123f14", CellID->1048780934], -Cell[16889, 395, 229, 5, 70, "Input",ExpressionUUID->"43fe9a8c-daf3-4119-a287-883283fe79d5", +Cell[16952, 399, 229, 5, 70, "Input",ExpressionUUID->"43fe9a8c-daf3-4119-a287-883283fe79d5", CellID->1289755541], -Cell[17121, 402, 232, 5, 70, "Input",ExpressionUUID->"a9293cfd-f136-4bef-b72b-bcc884ff8a95", +Cell[17184, 406, 232, 5, 70, "Input",ExpressionUUID->"a9293cfd-f136-4bef-b72b-bcc884ff8a95", CellID->258183704], -Cell[17356, 409, 350, 6, 70, "Text",ExpressionUUID->"52e59f62-a550-41ab-9d6d-4652f9c3702f", +Cell[17419, 413, 350, 6, 70, "Text",ExpressionUUID->"52e59f62-a550-41ab-9d6d-4652f9c3702f", CellID->1522320961], -Cell[17709, 417, 302, 7, 70, "Input",ExpressionUUID->"9d15b094-5e89-4614-b240-1e75e8ea51cc", +Cell[17772, 421, 302, 7, 70, "Input",ExpressionUUID->"9d15b094-5e89-4614-b240-1e75e8ea51cc", CellID->890216494], -Cell[18014, 426, 420, 7, 70, "Text",ExpressionUUID->"bb6df285-f75f-4618-9904-c78cc0eaf788", +Cell[18077, 430, 420, 7, 70, "Text",ExpressionUUID->"bb6df285-f75f-4618-9904-c78cc0eaf788", CellID->697584147], -Cell[18437, 435, 255, 6, 70, "Input",ExpressionUUID->"d8b4245e-0e7b-4bdc-af2e-5ef7d39fe7f3", +Cell[18500, 439, 255, 6, 70, "Input",ExpressionUUID->"d8b4245e-0e7b-4bdc-af2e-5ef7d39fe7f3", CellID->1992469546], -Cell[18695, 443, 240, 6, 70, "Input",ExpressionUUID->"321e32db-6287-40e0-b312-dc0bd6b053c5", +Cell[18758, 447, 240, 6, 70, "Input",ExpressionUUID->"321e32db-6287-40e0-b312-dc0bd6b053c5", CellID->929922477], -Cell[18938, 451, 243, 6, 70, "Input",ExpressionUUID->"59872460-0b37-42bd-8286-b05a03b39c66", +Cell[19001, 455, 243, 6, 70, "Input",ExpressionUUID->"59872460-0b37-42bd-8286-b05a03b39c66", CellID->19167356], -Cell[19184, 459, 222, 4, 70, "Text",ExpressionUUID->"7cee4880-b89b-4a3d-9529-15e98762e98a", +Cell[19247, 463, 222, 4, 70, "Text",ExpressionUUID->"7cee4880-b89b-4a3d-9529-15e98762e98a", CellID->1869765058], -Cell[19409, 465, 183, 4, 70, "Input",ExpressionUUID->"ee5d38f2-24e0-4aea-b72f-01c4207ba935", +Cell[19472, 469, 183, 4, 70, "Input",ExpressionUUID->"ee5d38f2-24e0-4aea-b72f-01c4207ba935", CellID->987719328], Cell[CellGroupData[{ -Cell[19617, 473, 217, 5, 70, "Input",ExpressionUUID->"06bccd2c-e4c1-464e-9326-62af054fc268", +Cell[19680, 477, 217, 5, 70, "Input",ExpressionUUID->"06bccd2c-e4c1-464e-9326-62af054fc268", CellID->1969883274], -Cell[19837, 480, 468, 9, 70, "Output",ExpressionUUID->"885ae3a8-4a3f-451f-854b-33fd7ae0aba0", +Cell[19900, 484, 468, 9, 70, "Output",ExpressionUUID->"885ae3a8-4a3f-451f-854b-33fd7ae0aba0", CellID->1637049615] }, Open ]], -Cell[20320, 492, 197, 5, 70, "Input",ExpressionUUID->"d251ba7a-d9a5-47b1-9948-291652920330", +Cell[20383, 496, 197, 5, 70, "Input",ExpressionUUID->"d251ba7a-d9a5-47b1-9948-291652920330", CellID->8196315], -Cell[20520, 499, 232, 6, 70, "Input",ExpressionUUID->"a464a4d5-b080-4294-998e-8eaacdc80304", +Cell[20583, 503, 232, 6, 70, "Input",ExpressionUUID->"a464a4d5-b080-4294-998e-8eaacdc80304", CellID->1577552218], -Cell[20755, 507, 243, 6, 70, "Input",ExpressionUUID->"7ec9f42a-ee65-4a42-8279-bf7a423f6a93", +Cell[20818, 511, 243, 6, 70, "Input",ExpressionUUID->"7ec9f42a-ee65-4a42-8279-bf7a423f6a93", CellID->938360660], -Cell[21001, 515, 900, 13, 70, "Text",ExpressionUUID->"9d5ac3ab-5c78-4833-836c-e6f922151571", +Cell[21064, 519, 900, 13, 70, "Text",ExpressionUUID->"9d5ac3ab-5c78-4833-836c-e6f922151571", CellID->1862059467], -Cell[21904, 530, 243, 6, 70, "Input",ExpressionUUID->"d83cbd15-0682-4c99-accf-fd8a280080d4", +Cell[21967, 534, 243, 6, 70, "Input",ExpressionUUID->"d83cbd15-0682-4c99-accf-fd8a280080d4", CellID->383727420], -Cell[22150, 538, 678, 10, 70, "Text",ExpressionUUID->"eb7f3868-6f9c-44be-939a-37c5d51d8939", +Cell[22213, 542, 678, 10, 70, "Text",ExpressionUUID->"eb7f3868-6f9c-44be-939a-37c5d51d8939", CellID->1734002680], -Cell[22831, 550, 231, 6, 70, "Input",ExpressionUUID->"d983e767-ceac-4872-8f12-328bb0a4d39c", +Cell[22894, 554, 231, 6, 70, "Input",ExpressionUUID->"d983e767-ceac-4872-8f12-328bb0a4d39c", CellID->556837845], -Cell[23065, 558, 214, 5, 70, "Input",ExpressionUUID->"cd040429-4875-4595-aecf-a25151dbe8a6", +Cell[23128, 562, 214, 5, 70, "Input",ExpressionUUID->"cd040429-4875-4595-aecf-a25151dbe8a6", CellID->710129757], -Cell[23282, 565, 217, 5, 70, "Input",ExpressionUUID->"51d3e3a8-53ca-4364-ae02-ae2f4132dbda", +Cell[23345, 569, 217, 5, 70, "Input",ExpressionUUID->"51d3e3a8-53ca-4364-ae02-ae2f4132dbda", CellID->595217478], -Cell[23502, 572, 532, 8, 70, "Text",ExpressionUUID->"207dbd20-e58f-460d-8182-e137ed3c1b79", +Cell[23565, 576, 532, 8, 70, "Text",ExpressionUUID->"207dbd20-e58f-460d-8182-e137ed3c1b79", CellID->1988958878], -Cell[24037, 582, 191, 4, 70, "Input",ExpressionUUID->"0d936df5-3146-4c25-ab84-4a204c3d7fbe", +Cell[24100, 586, 191, 4, 70, "Input",ExpressionUUID->"0d936df5-3146-4c25-ab84-4a204c3d7fbe", CellID->113511097] }, Closed]], Cell[CellGroupData[{ -Cell[24265, 591, 110, 1, 70, "Section",ExpressionUUID->"36a05743-33c5-497d-9c77-0ccc309f4ca8", +Cell[24328, 595, 110, 1, 70, "Section",ExpressionUUID->"36a05743-33c5-497d-9c77-0ccc309f4ca8", CellID->491825622], Cell[CellGroupData[{ -Cell[24400, 596, 166, 3, 70, "Input",ExpressionUUID->"a811b5ca-22ef-40e5-9f81-55725b716db7", +Cell[24463, 600, 166, 3, 70, "Input",ExpressionUUID->"a811b5ca-22ef-40e5-9f81-55725b716db7", CellID->1271039343], -Cell[24569, 601, 132, 2, 70, "Output",ExpressionUUID->"d3dd65f4-5cf6-4726-b663-d84da9f0b444", +Cell[24632, 605, 132, 2, 70, "Output",ExpressionUUID->"d3dd65f4-5cf6-4726-b663-d84da9f0b444", CellID->1999923739] }, Open ]], Cell[CellGroupData[{ -Cell[24738, 608, 166, 3, 70, "Input",ExpressionUUID->"0dd18c86-68bb-4001-a849-005ebf9546a8", +Cell[24801, 612, 166, 3, 70, "Input",ExpressionUUID->"0dd18c86-68bb-4001-a849-005ebf9546a8", CellID->72444526], -Cell[24907, 613, 132, 2, 70, "Output",ExpressionUUID->"d1587ecb-f63f-4ba5-8aa7-4b90242dc1fb", +Cell[24970, 617, 132, 2, 70, "Output",ExpressionUUID->"d1587ecb-f63f-4ba5-8aa7-4b90242dc1fb", CellID->2071673520] }, Open ]], Cell[CellGroupData[{ -Cell[25076, 620, 163, 3, 70, "Input",ExpressionUUID->"6729e5d2-b089-4786-baea-d74f9bc9fbec", +Cell[25139, 624, 163, 3, 70, "Input",ExpressionUUID->"6729e5d2-b089-4786-baea-d74f9bc9fbec", CellID->566638149], -Cell[25242, 625, 131, 2, 70, "Output",ExpressionUUID->"8f95ea66-8f8e-4bac-bf29-1f83c9555523", +Cell[25305, 629, 131, 2, 70, "Output",ExpressionUUID->"8f95ea66-8f8e-4bac-bf29-1f83c9555523", CellID->1899494992] }, Open ]], Cell[CellGroupData[{ -Cell[25410, 632, 171, 3, 70, "Input",ExpressionUUID->"9c81eae3-8f58-48c5-993d-452dc8b7d718", +Cell[25473, 636, 171, 3, 70, "Input",ExpressionUUID->"9c81eae3-8f58-48c5-993d-452dc8b7d718", CellID->972970806], -Cell[25584, 637, 131, 2, 70, "Output",ExpressionUUID->"d19e535e-5931-4e29-849c-ac92fce86321", +Cell[25647, 641, 131, 2, 70, "Output",ExpressionUUID->"d19e535e-5931-4e29-849c-ac92fce86321", CellID->1856393691] }, Open ]], Cell[CellGroupData[{ -Cell[25752, 644, 171, 3, 70, "Input",ExpressionUUID->"26503920-7d5a-4522-a78f-39d3197ba9e0", +Cell[25815, 648, 171, 3, 70, "Input",ExpressionUUID->"26503920-7d5a-4522-a78f-39d3197ba9e0", CellID->10195048], -Cell[25926, 649, 130, 2, 70, "Output",ExpressionUUID->"de9dd1b8-2d95-4182-b35d-c64a60ff9d6a", +Cell[25989, 653, 130, 2, 70, "Output",ExpressionUUID->"de9dd1b8-2d95-4182-b35d-c64a60ff9d6a", CellID->347808119] }, Open ]], Cell[CellGroupData[{ -Cell[26093, 656, 178, 3, 70, "Input",ExpressionUUID->"e177149f-3e3f-43bc-8941-501936e05127", +Cell[26156, 660, 178, 3, 70, "Input",ExpressionUUID->"e177149f-3e3f-43bc-8941-501936e05127", CellID->599126537], -Cell[26274, 661, 130, 2, 70, "Output",ExpressionUUID->"ff2248a3-0c44-48bc-b2c9-c13ef98e451e", +Cell[26337, 665, 130, 2, 70, "Output",ExpressionUUID->"ff2248a3-0c44-48bc-b2c9-c13ef98e451e", CellID->707779195] }, Open ]], Cell[CellGroupData[{ -Cell[26441, 668, 171, 3, 70, "Input",ExpressionUUID->"286875f7-1303-4a1d-99bd-df43b0dae1b3", +Cell[26504, 672, 171, 3, 70, "Input",ExpressionUUID->"286875f7-1303-4a1d-99bd-df43b0dae1b3", CellID->192794017], -Cell[26615, 673, 131, 2, 70, "Output",ExpressionUUID->"3f885032-495b-445c-9601-8ee614e6f0d1", +Cell[26678, 677, 131, 2, 70, "Output",ExpressionUUID->"3f885032-495b-445c-9601-8ee614e6f0d1", CellID->1529049015] }, Open ]], Cell[CellGroupData[{ -Cell[26783, 680, 180, 3, 70, "Input",ExpressionUUID->"07f18f24-d03a-472b-a571-d9d844038fdf", +Cell[26846, 684, 180, 3, 70, "Input",ExpressionUUID->"07f18f24-d03a-472b-a571-d9d844038fdf", CellID->726946551], -Cell[26966, 685, 131, 2, 70, "Output",ExpressionUUID->"22872055-3138-4338-98f3-5cf99db9cd23", +Cell[27029, 689, 131, 2, 70, "Output",ExpressionUUID->"22872055-3138-4338-98f3-5cf99db9cd23", CellID->2062559076] }, Open ]], Cell[CellGroupData[{ -Cell[27134, 692, 192, 4, 70, "Input",ExpressionUUID->"46738913-4b9e-4d72-b845-26f28a089dfc", +Cell[27197, 696, 192, 4, 70, "Input",ExpressionUUID->"46738913-4b9e-4d72-b845-26f28a089dfc", CellID->369284695], -Cell[27329, 698, 444, 12, 70, "Output",ExpressionUUID->"f1e1cf85-3026-49af-bff7-efa5bfd33c0a", +Cell[27392, 702, 444, 12, 70, "Output",ExpressionUUID->"f1e1cf85-3026-49af-bff7-efa5bfd33c0a", CellID->549346178] }, Open ]], Cell[CellGroupData[{ -Cell[27810, 715, 202, 4, 70, "Input",ExpressionUUID->"1163c2a6-bee7-4a6a-813f-0de7d4a5552e", +Cell[27873, 719, 202, 4, 70, "Input",ExpressionUUID->"1163c2a6-bee7-4a6a-813f-0de7d4a5552e", CellID->1552125043], -Cell[28015, 721, 444, 12, 70, "Output",ExpressionUUID->"dcf33148-19ea-4e84-8768-d9f866abf1cf", +Cell[28078, 725, 444, 12, 70, "Output",ExpressionUUID->"dcf33148-19ea-4e84-8768-d9f866abf1cf", CellID->377481011] }, Open ]], Cell[CellGroupData[{ -Cell[28496, 738, 196, 4, 70, "Input",ExpressionUUID->"20e92cfd-b399-4b57-8fe0-dc87caa658b9", +Cell[28559, 742, 196, 4, 70, "Input",ExpressionUUID->"20e92cfd-b399-4b57-8fe0-dc87caa658b9", CellID->2126898396], -Cell[28695, 744, 440, 12, 70, "Output",ExpressionUUID->"e8c0fdcd-e052-4fbe-ace2-c40abfc7edc9", +Cell[28758, 748, 440, 12, 70, "Output",ExpressionUUID->"e8c0fdcd-e052-4fbe-ace2-c40abfc7edc9", CellID->343002055] }, Open ]], Cell[CellGroupData[{ -Cell[29172, 761, 189, 4, 70, "Input",ExpressionUUID->"3d70f549-ce92-4e15-be5e-0c69a828e660", +Cell[29235, 765, 189, 4, 70, "Input",ExpressionUUID->"3d70f549-ce92-4e15-be5e-0c69a828e660", CellID->92056830], -Cell[29364, 767, 476, 12, 70, "Output",ExpressionUUID->"4c506fba-8e73-40d8-b667-29fc1cd57357", +Cell[29427, 771, 476, 12, 70, "Output",ExpressionUUID->"4c506fba-8e73-40d8-b667-29fc1cd57357", CellID->363142168] }, Open ]], Cell[CellGroupData[{ -Cell[29877, 784, 337, 8, 70, "Input",ExpressionUUID->"60892213-6ca7-48e6-aa68-8b227af8d8e9", +Cell[29940, 788, 337, 8, 70, "Input",ExpressionUUID->"60892213-6ca7-48e6-aa68-8b227af8d8e9", CellID->2077004736], -Cell[30217, 794, 1356, 33, 70, "Output",ExpressionUUID->"e2930765-5b7a-4f75-a274-ba7b776b4ece", +Cell[30280, 798, 1356, 33, 70, "Output",ExpressionUUID->"e2930765-5b7a-4f75-a274-ba7b776b4ece", CellID->648894675] }, Open ]], Cell[CellGroupData[{ -Cell[31610, 832, 201, 4, 70, "Input",ExpressionUUID->"a4a4f8ab-b313-4be2-b9e7-ed3c550cf7a9", +Cell[31673, 836, 201, 4, 70, "Input",ExpressionUUID->"a4a4f8ab-b313-4be2-b9e7-ed3c550cf7a9", CellID->1073271925], -Cell[31814, 838, 444, 12, 70, "Output",ExpressionUUID->"34117d69-ba2b-45e7-9aa8-d4cf83b3dfe2", +Cell[31877, 842, 444, 12, 70, "Output",ExpressionUUID->"34117d69-ba2b-45e7-9aa8-d4cf83b3dfe2", CellID->524738566] }, Open ]], Cell[CellGroupData[{ -Cell[32295, 855, 229, 5, 70, "Input",ExpressionUUID->"5c1bdb3b-a6a0-4292-b13f-f6a4f6ef55fe", +Cell[32358, 859, 229, 5, 70, "Input",ExpressionUUID->"5c1bdb3b-a6a0-4292-b13f-f6a4f6ef55fe", CellID->490369905], -Cell[32527, 862, 477, 13, 70, "Output",ExpressionUUID->"fa5c117b-3b15-4525-a1f1-18db3a2a629f", +Cell[32590, 866, 477, 13, 70, "Output",ExpressionUUID->"fa5c117b-3b15-4525-a1f1-18db3a2a629f", CellID->1186783022] }, Open ]], Cell[CellGroupData[{ -Cell[33041, 880, 203, 4, 70, "Input",ExpressionUUID->"d2882b58-f72e-4877-87ac-e7f003bce794", +Cell[33104, 884, 203, 4, 70, "Input",ExpressionUUID->"d2882b58-f72e-4877-87ac-e7f003bce794", CellID->1016564188], -Cell[33247, 886, 131, 2, 70, "Output",ExpressionUUID->"563cc801-299f-4ba1-94a1-671cf3282e2d", +Cell[33310, 890, 131, 2, 70, "Output",ExpressionUUID->"563cc801-299f-4ba1-94a1-671cf3282e2d", CellID->1761409248] }, Open ]], Cell[CellGroupData[{ -Cell[33415, 893, 203, 4, 70, "Input",ExpressionUUID->"582ed401-73a4-43ac-9397-6c6720f6f9ca", +Cell[33478, 897, 203, 4, 70, "Input",ExpressionUUID->"582ed401-73a4-43ac-9397-6c6720f6f9ca", CellID->1039223113], -Cell[33621, 899, 132, 2, 70, "Output",ExpressionUUID->"67e6893d-f12c-4fe7-b093-a80e881b4f2d", +Cell[33684, 903, 132, 2, 70, "Output",ExpressionUUID->"67e6893d-f12c-4fe7-b093-a80e881b4f2d", CellID->1089008714] }, Open ]], Cell[CellGroupData[{ -Cell[33790, 906, 204, 4, 70, "Input",ExpressionUUID->"e55eb293-6089-49ad-9aa8-acb836aac237", +Cell[33853, 910, 204, 4, 70, "Input",ExpressionUUID->"e55eb293-6089-49ad-9aa8-acb836aac237", CellID->1685599120], -Cell[33997, 912, 272, 6, 70, "Output",ExpressionUUID->"146b73ff-d8d2-4ea2-91b4-4d4128a7debe", +Cell[34060, 916, 272, 6, 70, "Output",ExpressionUUID->"146b73ff-d8d2-4ea2-91b4-4d4128a7debe", CellID->1605861263] }, Open ]], Cell[CellGroupData[{ -Cell[34306, 923, 300, 7, 70, "Input",ExpressionUUID->"e90ecc7d-1cf5-46b1-adfa-afd0df35570f", +Cell[34369, 927, 300, 7, 70, "Input",ExpressionUUID->"e90ecc7d-1cf5-46b1-adfa-afd0df35570f", CellID->841020058], Cell[CellGroupData[{ -Cell[34631, 934, 312, 6, 70, "Print",ExpressionUUID->"5eef450d-55cf-48bf-bca9-00071b02cf9e", +Cell[34694, 938, 312, 6, 70, "Print",ExpressionUUID->"5eef450d-55cf-48bf-bca9-00071b02cf9e", CellID->511086278], -Cell[34946, 942, 200, 2, 70, "Print",ExpressionUUID->"ceb093f0-bb53-49a3-8481-9acce2cbb89e", +Cell[35009, 946, 200, 2, 70, "Print",ExpressionUUID->"ceb093f0-bb53-49a3-8481-9acce2cbb89e", CellID->1314771306], -Cell[35149, 946, 1783, 44, 70, "Print",ExpressionUUID->"7ffb5e46-84f7-43a2-9676-584d6fb8e410", +Cell[35212, 950, 1783, 44, 70, "Print",ExpressionUUID->"7ffb5e46-84f7-43a2-9676-584d6fb8e410", CellID->851215106], -Cell[36935, 992, 218, 3, 70, "Print",ExpressionUUID->"6c6f433a-c3f1-43cf-b1e1-f62c4ffb30ee", +Cell[36998, 996, 218, 3, 70, "Print",ExpressionUUID->"6c6f433a-c3f1-43cf-b1e1-f62c4ffb30ee", CellID->858894398] }, Open ]], -Cell[37168, 998, 553, 15, 70, "Output",ExpressionUUID->"c43d5938-e9b8-49d9-b542-9ad123b0982e", +Cell[37231, 1002, 553, 15, 70, "Output",ExpressionUUID->"c43d5938-e9b8-49d9-b542-9ad123b0982e", CellID->1913897843] }, Open ]], Cell[CellGroupData[{ -Cell[37758, 1018, 223, 5, 70, "Input",ExpressionUUID->"8de4c4f7-bf48-4828-8bb6-409f32545a22", +Cell[37821, 1022, 223, 5, 70, "Input",ExpressionUUID->"8de4c4f7-bf48-4828-8bb6-409f32545a22", CellID->1558994302], -Cell[37984, 1025, 553, 15, 70, "Output",ExpressionUUID->"10f8ddc9-d319-470f-9db7-e6ba1489d96e", +Cell[38047, 1029, 553, 15, 70, "Output",ExpressionUUID->"10f8ddc9-d319-470f-9db7-e6ba1489d96e", CellID->1051688415] }, Open ]], Cell[CellGroupData[{ -Cell[38574, 1045, 160, 3, 70, "Input",ExpressionUUID->"ec5dfe09-d2e1-475d-a352-280a7d7e7716", +Cell[38637, 1049, 160, 3, 70, "Input",ExpressionUUID->"ec5dfe09-d2e1-475d-a352-280a7d7e7716", CellID->1295463210], -Cell[38737, 1050, 489, 12, 70, "Output",ExpressionUUID->"cd8a72cd-7103-467a-a4c2-176db283cd88", +Cell[38800, 1054, 489, 12, 70, "Output",ExpressionUUID->"cd8a72cd-7103-467a-a4c2-176db283cd88", CellID->138457205] }, Open ]], Cell[CellGroupData[{ -Cell[39263, 1067, 220, 5, 70, "Input",ExpressionUUID->"baa3bab2-accb-49be-b3a3-1490e68df82b", +Cell[39326, 1071, 220, 5, 70, "Input",ExpressionUUID->"baa3bab2-accb-49be-b3a3-1490e68df82b", CellID->966763843], -Cell[39486, 1074, 518, 14, 70, "Output",ExpressionUUID->"71ea566f-6647-4058-b0ed-557da579e1b4", +Cell[39549, 1078, 518, 14, 70, "Output",ExpressionUUID->"71ea566f-6647-4058-b0ed-557da579e1b4", CellID->1664747906] }, Open ]], Cell[CellGroupData[{ -Cell[40041, 1093, 214, 5, 70, "Input",ExpressionUUID->"abb357d7-6d5b-471b-802f-670d41512628", +Cell[40104, 1097, 214, 5, 70, "Input",ExpressionUUID->"abb357d7-6d5b-471b-802f-670d41512628", CellID->687803383], -Cell[40258, 1100, 518, 14, 70, "Output",ExpressionUUID->"5ec26aa5-c08b-4359-89c4-64565293b8c7", +Cell[40321, 1104, 518, 14, 70, "Output",ExpressionUUID->"5ec26aa5-c08b-4359-89c4-64565293b8c7", CellID->371405238] }, Open ]], Cell[CellGroupData[{ -Cell[40813, 1119, 254, 6, 70, "Input",ExpressionUUID->"e652a2b9-8e11-4ed2-b3ce-23105b2053b9", +Cell[40876, 1123, 254, 6, 70, "Input",ExpressionUUID->"e652a2b9-8e11-4ed2-b3ce-23105b2053b9", CellID->2042228917], -Cell[41070, 1127, 10325, 262, 70, "Output",ExpressionUUID->"537dc3b7-d8fc-4200-9ad3-8e2987292dba", +Cell[41133, 1131, 10417, 263, 70, "Output",ExpressionUUID->"537dc3b7-d8fc-4200-9ad3-8e2987292dba", CellID->667218131] }, Open ]], Cell[CellGroupData[{ -Cell[51432, 1394, 212, 5, 70, "Input",ExpressionUUID->"6e32682e-5f57-4ebc-ad28-9cb093274e1d", +Cell[51587, 1399, 212, 5, 70, "Input",ExpressionUUID->"6e32682e-5f57-4ebc-ad28-9cb093274e1d", CellID->714407294], -Cell[51647, 1401, 132, 2, 70, "Output",ExpressionUUID->"554d6f85-1c24-4268-883c-6087186be2d4", +Cell[51802, 1406, 132, 2, 70, "Output",ExpressionUUID->"554d6f85-1c24-4268-883c-6087186be2d4", CellID->2134285747] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[51828, 1409, 113, 1, 70, "Section",ExpressionUUID->"efb43d4b-a58d-4fa1-b7b3-0a6040edf683", +Cell[51983, 1414, 113, 1, 70, "Section",ExpressionUUID->"efb43d4b-a58d-4fa1-b7b3-0a6040edf683", CellID->1030360299], Cell[CellGroupData[{ -Cell[51966, 1414, 112, 1, 70, "Subsubsection",ExpressionUUID->"8f083220-a948-4aa4-8c80-5b809740e8b0", +Cell[52121, 1419, 112, 1, 70, "Subsubsection",ExpressionUUID->"8f083220-a948-4aa4-8c80-5b809740e8b0", CellID->643928382], -Cell[52081, 1417, 227, 4, 70, "Text",ExpressionUUID->"88ad0bfa-b503-4224-8fc7-6f849fc00b4c", +Cell[52236, 1422, 227, 4, 70, "Text",ExpressionUUID->"88ad0bfa-b503-4224-8fc7-6f849fc00b4c", CellID->635696775], Cell[CellGroupData[{ -Cell[52333, 1425, 209, 4, 70, "Input",ExpressionUUID->"549ea22f-82b3-40c2-9298-a9d85f86be51", +Cell[52488, 1430, 209, 4, 70, "Input",ExpressionUUID->"549ea22f-82b3-40c2-9298-a9d85f86be51", CellID->2103632225], -Cell[52545, 1431, 303, 7, 70, "Output",ExpressionUUID->"7e6da3e8-93f4-4a83-bd8e-31866ca74d98", +Cell[52700, 1436, 303, 7, 70, "Output",ExpressionUUID->"7e6da3e8-93f4-4a83-bd8e-31866ca74d98", CellID->1168666948] }, Open ]], Cell[CellGroupData[{ -Cell[52885, 1443, 211, 4, 70, "Input",ExpressionUUID->"f896c899-3e4f-4f78-a92b-e9c1648b48fd", +Cell[53040, 1448, 211, 4, 70, "Input",ExpressionUUID->"f896c899-3e4f-4f78-a92b-e9c1648b48fd", CellID->1126066680], -Cell[53099, 1449, 303, 7, 70, "Output",ExpressionUUID->"cd604878-63e9-45fb-94ae-70e6ba1d3eb1", +Cell[53254, 1454, 303, 7, 70, "Output",ExpressionUUID->"cd604878-63e9-45fb-94ae-70e6ba1d3eb1", CellID->1142931599] }, Open ]], Cell[CellGroupData[{ -Cell[53439, 1461, 213, 4, 70, "Input",ExpressionUUID->"c0f9e3fc-2408-4c69-b42b-d4f3ae0b078f", +Cell[53594, 1466, 213, 4, 70, "Input",ExpressionUUID->"c0f9e3fc-2408-4c69-b42b-d4f3ae0b078f", CellID->37747489], -Cell[53655, 1467, 289, 6, 70, "Output",ExpressionUUID->"62b0da81-156d-4a2e-baa7-581122041b67", +Cell[53810, 1472, 289, 6, 70, "Output",ExpressionUUID->"62b0da81-156d-4a2e-baa7-581122041b67", CellID->739992281] }, Open ]], Cell[CellGroupData[{ -Cell[53981, 1478, 214, 4, 70, "Input",ExpressionUUID->"9e05947c-36e4-4494-afa1-c6b588f9c155", +Cell[54136, 1483, 214, 4, 70, "Input",ExpressionUUID->"9e05947c-36e4-4494-afa1-c6b588f9c155", CellID->34671065], -Cell[54198, 1484, 290, 6, 70, "Output",ExpressionUUID->"4cec2e85-59fc-4bb0-b324-9d260827f892", +Cell[54353, 1489, 290, 6, 70, "Output",ExpressionUUID->"4cec2e85-59fc-4bb0-b324-9d260827f892", CellID->1126756203] }, Open ]], Cell[CellGroupData[{ -Cell[54525, 1495, 221, 4, 70, "Input",ExpressionUUID->"00770dd3-619e-4764-b502-b4be479020f5", +Cell[54680, 1500, 221, 4, 70, "Input",ExpressionUUID->"00770dd3-619e-4764-b502-b4be479020f5", CellID->278107753], -Cell[54749, 1501, 290, 6, 70, "Output",ExpressionUUID->"b5e70b1a-28b9-4548-af56-e1ff152ba1ab", +Cell[54904, 1506, 290, 6, 70, "Output",ExpressionUUID->"b5e70b1a-28b9-4548-af56-e1ff152ba1ab", CellID->1640532328] }, Open ]], Cell[CellGroupData[{ -Cell[55076, 1512, 215, 4, 70, "Input",ExpressionUUID->"7d3d5419-a8d9-4d67-81d8-71c6ad487188", +Cell[55231, 1517, 215, 4, 70, "Input",ExpressionUUID->"7d3d5419-a8d9-4d67-81d8-71c6ad487188", CellID->1967776262], -Cell[55294, 1518, 289, 6, 70, "Output",ExpressionUUID->"d60b42c8-c489-4f3f-846d-53748c2f179f", +Cell[55449, 1523, 289, 6, 70, "Output",ExpressionUUID->"d60b42c8-c489-4f3f-846d-53748c2f179f", CellID->789194032] }, Open ]], Cell[CellGroupData[{ -Cell[55620, 1529, 223, 4, 70, "Input",ExpressionUUID->"fc1efdac-5e00-48b8-a6e4-9f4e989ae3e0", +Cell[55775, 1534, 223, 4, 70, "Input",ExpressionUUID->"fc1efdac-5e00-48b8-a6e4-9f4e989ae3e0", CellID->807819986], -Cell[55846, 1535, 289, 6, 70, "Output",ExpressionUUID->"30e4afe7-796f-4faf-94f5-35db113cfb6a", +Cell[56001, 1540, 289, 6, 70, "Output",ExpressionUUID->"30e4afe7-796f-4faf-94f5-35db113cfb6a", CellID->671507720] }, Open ]], Cell[CellGroupData[{ -Cell[56172, 1546, 207, 4, 70, "Input",ExpressionUUID->"a66f5189-f4f1-4994-8148-c44d79ca0905", +Cell[56327, 1551, 207, 4, 70, "Input",ExpressionUUID->"a66f5189-f4f1-4994-8148-c44d79ca0905", CellID->1648088430], -Cell[56382, 1552, 289, 6, 70, "Output",ExpressionUUID->"9776c8d3-88e5-4744-8083-3cbd7f50f851", +Cell[56537, 1557, 289, 6, 70, "Output",ExpressionUUID->"9776c8d3-88e5-4744-8083-3cbd7f50f851", CellID->574234181] }, Open ]], Cell[CellGroupData[{ -Cell[56708, 1563, 238, 5, 70, "Input",ExpressionUUID->"68b3ede2-b367-42fc-85bf-8c6d6edc464a", +Cell[56863, 1568, 238, 5, 70, "Input",ExpressionUUID->"68b3ede2-b367-42fc-85bf-8c6d6edc464a", CellID->83018374], -Cell[56949, 1570, 3622, 104, 70, "Output",ExpressionUUID->"a01b8aad-5965-4ba6-9d14-8a18cafad0b1", +Cell[57104, 1575, 3622, 104, 70, "Output",ExpressionUUID->"a01b8aad-5965-4ba6-9d14-8a18cafad0b1", CellID->552293197] }, Closed]], Cell[CellGroupData[{ -Cell[60608, 1679, 249, 5, 70, "Input",ExpressionUUID->"b4056f85-8953-44bb-8437-3c5e36110252", +Cell[60763, 1684, 249, 5, 70, "Input",ExpressionUUID->"b4056f85-8953-44bb-8437-3c5e36110252", CellID->1869697392], -Cell[60860, 1686, 3622, 104, 70, "Output",ExpressionUUID->"74618116-93e7-4e34-b1c8-5f571247801d", +Cell[61015, 1691, 3622, 104, 70, "Output",ExpressionUUID->"74618116-93e7-4e34-b1c8-5f571247801d", CellID->221475580] }, Closed]], Cell[CellGroupData[{ -Cell[64519, 1795, 242, 5, 70, "Input",ExpressionUUID->"9708603a-b186-4be2-9daa-a92d161b22b0", +Cell[64674, 1800, 242, 5, 70, "Input",ExpressionUUID->"9708603a-b186-4be2-9daa-a92d161b22b0", CellID->1519057041], -Cell[64764, 1802, 3583, 104, 70, "Output",ExpressionUUID->"8b5d1905-2318-4799-8d4d-532d2827c4a2", +Cell[64919, 1807, 3583, 104, 70, "Output",ExpressionUUID->"8b5d1905-2318-4799-8d4d-532d2827c4a2", CellID->1386961650] }, Closed]], Cell[CellGroupData[{ -Cell[68384, 1911, 237, 5, 70, "Input",ExpressionUUID->"b3bdf81a-2d6b-47b2-952e-50d8ab6026c9", +Cell[68539, 1916, 237, 5, 70, "Input",ExpressionUUID->"b3bdf81a-2d6b-47b2-952e-50d8ab6026c9", CellID->909278963], -Cell[68624, 1918, 3943, 104, 70, "Output",ExpressionUUID->"f3deff9f-c271-448f-9243-797ecbad849f", +Cell[68779, 1923, 3943, 104, 70, "Output",ExpressionUUID->"f3deff9f-c271-448f-9243-797ecbad849f", CellID->1890462279] }, Closed]], Cell[CellGroupData[{ -Cell[72604, 2027, 236, 5, 70, "Input",ExpressionUUID->"bfc1a5fb-183c-42a8-afb9-e0cc87bca852", +Cell[72759, 2032, 236, 5, 70, "Input",ExpressionUUID->"bfc1a5fb-183c-42a8-afb9-e0cc87bca852", CellID->1281706919], -Cell[72843, 2034, 3623, 104, 70, "Output",ExpressionUUID->"2a4fff8a-5b19-4771-aaa4-e5a02989d8c6", +Cell[72998, 2039, 3623, 104, 70, "Output",ExpressionUUID->"2a4fff8a-5b19-4771-aaa4-e5a02989d8c6", CellID->1576497095] }, Closed]], Cell[CellGroupData[{ -Cell[76503, 2143, 247, 5, 70, "Input",ExpressionUUID->"a3ad43a3-525c-4403-b8bd-bc666b4b3190", +Cell[76658, 2148, 247, 5, 70, "Input",ExpressionUUID->"a3ad43a3-525c-4403-b8bd-bc666b4b3190", CellID->457385925], -Cell[76753, 2150, 3623, 104, 70, "Output",ExpressionUUID->"370e557a-783f-4011-bad4-5a58ac556156", +Cell[76908, 2155, 3623, 104, 70, "Output",ExpressionUUID->"370e557a-783f-4011-bad4-5a58ac556156", CellID->1268509018] }, Closed]], Cell[CellGroupData[{ -Cell[80413, 2259, 247, 5, 70, "Input",ExpressionUUID->"e516e646-3c43-4699-af0c-32c508ce97a5", +Cell[80568, 2264, 247, 5, 70, "Input",ExpressionUUID->"e516e646-3c43-4699-af0c-32c508ce97a5", CellID->459373746], -Cell[80663, 2266, 3623, 104, 70, "Output",ExpressionUUID->"9f2a8673-9762-43f1-a453-fa9f8a5ad5e2", +Cell[80818, 2271, 3623, 104, 70, "Output",ExpressionUUID->"9f2a8673-9762-43f1-a453-fa9f8a5ad5e2", CellID->1101314307] }, Closed]], Cell[CellGroupData[{ -Cell[84323, 2375, 331, 9, 70, "Input",ExpressionUUID->"336668cb-f47e-4e03-a512-3d282a83ef61", +Cell[84478, 2380, 331, 9, 70, "Input",ExpressionUUID->"336668cb-f47e-4e03-a512-3d282a83ef61", CellID->1904205793], -Cell[84657, 2386, 598, 16, 70, "Output",ExpressionUUID->"d1fad291-aac0-4638-9e24-f564bd9ab518", +Cell[84812, 2391, 598, 16, 70, "Output",ExpressionUUID->"d1fad291-aac0-4638-9e24-f564bd9ab518", CellID->415522323] }, Open ]], Cell[CellGroupData[{ -Cell[85292, 2407, 324, 9, 70, "Input",ExpressionUUID->"978a3575-788d-4b80-95d2-0104accae1df", +Cell[85447, 2412, 324, 9, 70, "Input",ExpressionUUID->"978a3575-788d-4b80-95d2-0104accae1df", CellID->122497608], -Cell[85619, 2418, 609, 16, 70, "Output",ExpressionUUID->"f7368a39-8f30-407d-a178-25497a8632cd", +Cell[85774, 2423, 609, 16, 70, "Output",ExpressionUUID->"f7368a39-8f30-407d-a178-25497a8632cd", CellID->882788826] }, Open ]], Cell[CellGroupData[{ -Cell[86265, 2439, 325, 9, 70, "Input",ExpressionUUID->"5e7de97e-3b0c-4101-92f6-d59daf3661b7", +Cell[86420, 2444, 325, 9, 70, "Input",ExpressionUUID->"5e7de97e-3b0c-4101-92f6-d59daf3661b7", CellID->1558453923], -Cell[86593, 2450, 609, 16, 70, "Output",ExpressionUUID->"5b1c1747-6353-46f9-b2dd-433840fed5f3", +Cell[86748, 2455, 609, 16, 70, "Output",ExpressionUUID->"5b1c1747-6353-46f9-b2dd-433840fed5f3", CellID->160245097] }, Open ]], Cell[CellGroupData[{ -Cell[87239, 2471, 325, 9, 70, "Input",ExpressionUUID->"e41d959e-2ffb-44c4-87df-722ef21edbe2", +Cell[87394, 2476, 325, 9, 70, "Input",ExpressionUUID->"e41d959e-2ffb-44c4-87df-722ef21edbe2", CellID->1622781107], -Cell[87567, 2482, 600, 16, 70, "Output",ExpressionUUID->"0e1102d0-fd1a-476d-8c97-fa232b4577ca", +Cell[87722, 2487, 600, 16, 70, "Output",ExpressionUUID->"0e1102d0-fd1a-476d-8c97-fa232b4577ca", CellID->1593124988] }, Open ]], Cell[CellGroupData[{ -Cell[88204, 2503, 326, 9, 70, "Input",ExpressionUUID->"af8ad098-f02c-44aa-954b-df949e2f94ab", +Cell[88359, 2508, 326, 9, 70, "Input",ExpressionUUID->"af8ad098-f02c-44aa-954b-df949e2f94ab", CellID->1287001300], -Cell[88533, 2514, 600, 16, 70, "Output",ExpressionUUID->"dc204762-22e3-4e2b-934a-e1baef1c0ece", +Cell[88688, 2519, 600, 16, 70, "Output",ExpressionUUID->"dc204762-22e3-4e2b-934a-e1baef1c0ece", CellID->1900888860] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[89182, 2536, 141, 1, 70, "Subsubsection",ExpressionUUID->"7c3f5f25-44f9-4703-8892-c18f8b5c2362", +Cell[89337, 2541, 141, 1, 70, "Subsubsection",ExpressionUUID->"7c3f5f25-44f9-4703-8892-c18f8b5c2362", CellID->1086173668], -Cell[89326, 2539, 288, 5, 70, "Text",ExpressionUUID->"7c3799f6-6d72-43bc-a27c-6f219727dd9d", +Cell[89481, 2544, 288, 5, 70, "Text",ExpressionUUID->"7c3799f6-6d72-43bc-a27c-6f219727dd9d", CellID->1107293914], Cell[CellGroupData[{ -Cell[89639, 2548, 354, 10, 70, "Input",ExpressionUUID->"c01b490f-cbdf-44f2-8116-901bc7e7672d", +Cell[89794, 2553, 354, 10, 70, "Input",ExpressionUUID->"c01b490f-cbdf-44f2-8116-901bc7e7672d", CellID->542599244], -Cell[89996, 2560, 433, 12, 70, "Output",ExpressionUUID->"832cfd3c-8a08-4b42-b4c8-de58f343420d", +Cell[90151, 2565, 433, 12, 70, "Output",ExpressionUUID->"832cfd3c-8a08-4b42-b4c8-de58f343420d", CellID->1893993654] }, Open ]], Cell[CellGroupData[{ -Cell[90466, 2577, 261, 7, 70, "Input",ExpressionUUID->"f0eb1025-11d5-401a-a5d2-6c82afb010fa", +Cell[90621, 2582, 261, 7, 70, "Input",ExpressionUUID->"f0eb1025-11d5-401a-a5d2-6c82afb010fa", CellID->1778801635], -Cell[90730, 2586, 237, 6, 70, "Output",ExpressionUUID->"aab903d6-aa26-4347-b5d5-1b054a9b3b25", +Cell[90885, 2591, 237, 6, 70, "Output",ExpressionUUID->"aab903d6-aa26-4347-b5d5-1b054a9b3b25", CellID->43204026] }, Open ]], Cell[CellGroupData[{ -Cell[91004, 2597, 254, 6, 70, "Input",ExpressionUUID->"b20c005d-5700-4f34-887f-fde56d1398cc", +Cell[91159, 2602, 254, 6, 70, "Input",ExpressionUUID->"b20c005d-5700-4f34-887f-fde56d1398cc", CellID->320744187], -Cell[91261, 2605, 263, 6, 70, "Output",ExpressionUUID->"4d8eae0a-5fa5-4060-a46d-9662e169a779", +Cell[91416, 2610, 263, 6, 70, "Output",ExpressionUUID->"4d8eae0a-5fa5-4060-a46d-9662e169a779", CellID->1861820009] }, Open ]], Cell[CellGroupData[{ -Cell[91561, 2616, 462, 13, 70, "Input",ExpressionUUID->"c6c0ac7d-ca5a-40c7-91d7-454b06d778cd", +Cell[91716, 2621, 462, 13, 70, "Input",ExpressionUUID->"c6c0ac7d-ca5a-40c7-91d7-454b06d778cd", CellID->595497224], -Cell[92026, 2631, 285, 7, 70, "Output",ExpressionUUID->"4dde071f-eb3f-49e3-bcd9-7e3f6ced7754", +Cell[92181, 2636, 285, 7, 70, "Output",ExpressionUUID->"4dde071f-eb3f-49e3-bcd9-7e3f6ced7754", CellID->42957931] }, Open ]], -Cell[92326, 2641, 214, 5, 70, "Input",ExpressionUUID->"a1a39d3b-2ae2-4c53-82e2-feb0db4aa47e", +Cell[92481, 2646, 214, 5, 70, "Input",ExpressionUUID->"a1a39d3b-2ae2-4c53-82e2-feb0db4aa47e", CellID->2083295589], -Cell[92543, 2648, 214, 5, 70, "Input",ExpressionUUID->"c9a09b08-9ac8-4e4b-b26e-66d6decd1878", +Cell[92698, 2653, 214, 5, 70, "Input",ExpressionUUID->"c9a09b08-9ac8-4e4b-b26e-66d6decd1878", CellID->2114554265], -Cell[92760, 2655, 211, 5, 70, "Input",ExpressionUUID->"d41aa3ff-cea8-43c3-9bd8-b62afc8a91a6", +Cell[92915, 2660, 211, 5, 70, "Input",ExpressionUUID->"d41aa3ff-cea8-43c3-9bd8-b62afc8a91a6", CellID->1429919581], Cell[CellGroupData[{ -Cell[92996, 2664, 187, 4, 70, "Input",ExpressionUUID->"8946792b-d4a4-4330-9ad2-11c87e04c1eb", +Cell[93151, 2669, 187, 4, 70, "Input",ExpressionUUID->"8946792b-d4a4-4330-9ad2-11c87e04c1eb", CellID->845090905], -Cell[93186, 2670, 128, 2, 70, "Output",ExpressionUUID->"6eed8b97-6972-4704-a4fa-d3acbee988cc", +Cell[93341, 2675, 128, 2, 70, "Output",ExpressionUUID->"6eed8b97-6972-4704-a4fa-d3acbee988cc", CellID->1857532896] }, Open ]], -Cell[93329, 2675, 238, 6, 70, "Input",ExpressionUUID->"71582292-e48f-4fc0-bd26-0549ee0264ce", +Cell[93484, 2680, 238, 6, 70, "Input",ExpressionUUID->"71582292-e48f-4fc0-bd26-0549ee0264ce", CellID->564142852], Cell[CellGroupData[{ -Cell[93592, 2685, 162, 3, 70, "Input",ExpressionUUID->"fff34a9f-f32f-4e33-80ad-988eb6d01239", +Cell[93747, 2690, 162, 3, 70, "Input",ExpressionUUID->"fff34a9f-f32f-4e33-80ad-988eb6d01239", CellID->274104352], -Cell[93757, 2690, 128, 2, 70, "Output",ExpressionUUID->"7823a5be-6041-44b8-8f54-83c77483ea13", +Cell[93912, 2695, 128, 2, 70, "Output",ExpressionUUID->"7823a5be-6041-44b8-8f54-83c77483ea13", CellID->167435174] }, Open ]], -Cell[93900, 2695, 209, 5, 70, "Input",ExpressionUUID->"0018497b-f79b-4b42-a97d-ebabc2f835dd", +Cell[94055, 2700, 209, 5, 70, "Input",ExpressionUUID->"0018497b-f79b-4b42-a97d-ebabc2f835dd", CellID->1832651871], Cell[CellGroupData[{ -Cell[94134, 2704, 162, 3, 70, "Input",ExpressionUUID->"7808a44d-7fc9-45b9-8ddc-352c9aabfa02", +Cell[94289, 2709, 162, 3, 70, "Input",ExpressionUUID->"7808a44d-7fc9-45b9-8ddc-352c9aabfa02", CellID->733478098], -Cell[94299, 2709, 129, 2, 70, "Output",ExpressionUUID->"0c9f960f-a00e-4c9f-a51b-84dcb96be250", +Cell[94454, 2714, 129, 2, 70, "Output",ExpressionUUID->"0c9f960f-a00e-4c9f-a51b-84dcb96be250", CellID->1268749481] }, Open ]], Cell[CellGroupData[{ -Cell[94465, 2716, 451, 13, 70, "Input",ExpressionUUID->"5152791f-3c47-4407-934d-070746f81fa4", +Cell[94620, 2721, 451, 13, 70, "Input",ExpressionUUID->"5152791f-3c47-4407-934d-070746f81fa4", CellID->1589374016], -Cell[94919, 2731, 324, 9, 70, "Output",ExpressionUUID->"c7cabf1a-dfc7-4e88-a1d0-3c5d40b12425", +Cell[95074, 2736, 324, 9, 70, "Output",ExpressionUUID->"c7cabf1a-dfc7-4e88-a1d0-3c5d40b12425", CellID->1149000422] }, Open ]], -Cell[95258, 2743, 214, 5, 70, "Input",ExpressionUUID->"c4ddfc3e-31d0-44c0-aea4-ce4d01004e4c", +Cell[95413, 2748, 214, 5, 70, "Input",ExpressionUUID->"c4ddfc3e-31d0-44c0-aea4-ce4d01004e4c", CellID->1391247089], -Cell[95475, 2750, 231, 6, 70, "Input",ExpressionUUID->"a3f365fc-e8d7-4bdf-a5ea-e5108bd1e77d", +Cell[95630, 2755, 231, 6, 70, "Input",ExpressionUUID->"a3f365fc-e8d7-4bdf-a5ea-e5108bd1e77d", CellID->324679194], -Cell[95709, 2758, 210, 5, 70, "Input",ExpressionUUID->"241ef8e0-b02f-4da8-a88c-7822b78c4608", +Cell[95864, 2763, 210, 5, 70, "Input",ExpressionUUID->"241ef8e0-b02f-4da8-a88c-7822b78c4608", CellID->559970697], Cell[CellGroupData[{ -Cell[95944, 2767, 187, 4, 70, "Input",ExpressionUUID->"49885333-1602-4a25-890d-69b35d264338", +Cell[96099, 2772, 187, 4, 70, "Input",ExpressionUUID->"49885333-1602-4a25-890d-69b35d264338", CellID->1551492186], -Cell[96134, 2773, 129, 2, 70, "Output",ExpressionUUID->"d38d815b-3132-4e96-9081-40c8a5fd9406", +Cell[96289, 2778, 129, 2, 70, "Output",ExpressionUUID->"d38d815b-3132-4e96-9081-40c8a5fd9406", CellID->1947460301] }, Open ]], -Cell[96278, 2778, 235, 6, 70, "Input",ExpressionUUID->"88d95a89-3c03-406a-b7fa-972d0b732de9", +Cell[96433, 2783, 235, 6, 70, "Input",ExpressionUUID->"88d95a89-3c03-406a-b7fa-972d0b732de9", CellID->5612037], Cell[CellGroupData[{ -Cell[96538, 2788, 162, 3, 70, "Input",ExpressionUUID->"ce40ad2f-b888-4c5e-965c-6d8cebe52816", +Cell[96693, 2793, 162, 3, 70, "Input",ExpressionUUID->"ce40ad2f-b888-4c5e-965c-6d8cebe52816", CellID->691009839], -Cell[96703, 2793, 129, 2, 70, "Output",ExpressionUUID->"4b990e9c-8ab3-4f8e-add2-bf6eacdac6c2", +Cell[96858, 2798, 129, 2, 70, "Output",ExpressionUUID->"4b990e9c-8ab3-4f8e-add2-bf6eacdac6c2", CellID->1700865514] }, Open ]], Cell[CellGroupData[{ -Cell[96869, 2800, 317, 9, 70, "Input",ExpressionUUID->"20293cfe-3191-4976-a0b7-ed2d77ff8e2d", +Cell[97024, 2805, 317, 9, 70, "Input",ExpressionUUID->"20293cfe-3191-4976-a0b7-ed2d77ff8e2d", CellID->1091785705], -Cell[97189, 2811, 2010, 51, 70, "Output",ExpressionUUID->"33fd061f-2b3d-46fb-b3db-97943ed7ec89", +Cell[97344, 2816, 2010, 51, 70, "Output",ExpressionUUID->"33fd061f-2b3d-46fb-b3db-97943ed7ec89", CellID->1798303753] }, Closed]], Cell[CellGroupData[{ -Cell[99236, 2867, 323, 9, 70, "Input",ExpressionUUID->"dc22c51b-62d6-49e9-97b0-595705f42d76", +Cell[99391, 2872, 323, 9, 70, "Input",ExpressionUUID->"dc22c51b-62d6-49e9-97b0-595705f42d76", CellID->95981110], -Cell[99562, 2878, 2009, 51, 70, "Output",ExpressionUUID->"a9f1b826-c576-46f9-9548-89f7135f5700", +Cell[99717, 2883, 2009, 51, 70, "Output",ExpressionUUID->"a9f1b826-c576-46f9-9548-89f7135f5700", CellID->838295711] }, Closed]], Cell[CellGroupData[{ -Cell[101608, 2934, 386, 10, 70, "Input",ExpressionUUID->"a437892f-96aa-4d82-b829-687141bf36f6", +Cell[101763, 2939, 386, 10, 70, "Input",ExpressionUUID->"a437892f-96aa-4d82-b829-687141bf36f6", CellID->1429621740], -Cell[101997, 2946, 16725, 456, 70, "Output",ExpressionUUID->"054f4775-0d46-45a4-981c-da45051b3228", +Cell[102152, 2951, 16725, 456, 70, "Output",ExpressionUUID->"054f4775-0d46-45a4-981c-da45051b3228", CellID->139185137] }, Closed]], Cell[CellGroupData[{ -Cell[118759, 3407, 394, 10, 70, "Input",ExpressionUUID->"a9171bed-15bd-4f26-8d2c-5e101ede256f", +Cell[118914, 3412, 394, 10, 70, "Input",ExpressionUUID->"a9171bed-15bd-4f26-8d2c-5e101ede256f", CellID->1159039898], -Cell[119156, 3419, 16725, 456, 70, "Output",ExpressionUUID->"88aba5cf-3469-45b8-a6cd-2d81ad3259c8", +Cell[119311, 3424, 16725, 456, 70, "Output",ExpressionUUID->"88aba5cf-3469-45b8-a6cd-2d81ad3259c8", CellID->1143958102] }, Closed]], Cell[CellGroupData[{ -Cell[135918, 3880, 392, 10, 70, "Input",ExpressionUUID->"e4885e34-0dc5-4510-8ed8-656db0200051", +Cell[136073, 3885, 392, 10, 70, "Input",ExpressionUUID->"e4885e34-0dc5-4510-8ed8-656db0200051", CellID->734682361], -Cell[136313, 3892, 16725, 456, 70, "Output",ExpressionUUID->"37e68127-e4cc-4e3d-a070-9d35bf7c5ff8", +Cell[136468, 3897, 16725, 456, 70, "Output",ExpressionUUID->"37e68127-e4cc-4e3d-a070-9d35bf7c5ff8", CellID->1201997830] }, Closed]], Cell[CellGroupData[{ -Cell[153075, 4353, 410, 12, 70, "Input",ExpressionUUID->"80fa1c43-add5-4946-ac47-04ddead094d4", +Cell[153230, 4358, 410, 12, 70, "Input",ExpressionUUID->"80fa1c43-add5-4946-ac47-04ddead094d4", CellID->1079770043], -Cell[153488, 4367, 16724, 456, 70, "Output",ExpressionUUID->"987fd465-c124-4087-a91c-7178215df0b7", +Cell[153643, 4372, 16724, 456, 70, "Output",ExpressionUUID->"987fd465-c124-4087-a91c-7178215df0b7", CellID->701752978] }, Closed]], Cell[CellGroupData[{ -Cell[170249, 4828, 419, 12, 70, "Input",ExpressionUUID->"334671a7-5199-4765-97eb-f8494a16d87c", +Cell[170404, 4833, 419, 12, 70, "Input",ExpressionUUID->"334671a7-5199-4765-97eb-f8494a16d87c", CellID->484433763], -Cell[170671, 4842, 16725, 456, 70, "Output",ExpressionUUID->"a073af45-1ef1-4a6d-a9a0-66fb6255af21", +Cell[170826, 4847, 16725, 456, 70, "Output",ExpressionUUID->"a073af45-1ef1-4a6d-a9a0-66fb6255af21", CellID->1924860948] }, Closed]], Cell[CellGroupData[{ -Cell[187433, 5303, 330, 9, 70, "Input",ExpressionUUID->"3eb5a41c-0783-4be9-a588-5d08b5dd3641", +Cell[187588, 5308, 330, 9, 70, "Input",ExpressionUUID->"3eb5a41c-0783-4be9-a588-5d08b5dd3641", CellID->411802226], -Cell[187766, 5314, 355, 9, 70, "Output",ExpressionUUID->"09f2ca10-9ab0-4125-b1e6-d844378cdd25", +Cell[187921, 5319, 355, 9, 70, "Output",ExpressionUUID->"09f2ca10-9ab0-4125-b1e6-d844378cdd25", CellID->1048576616] }, Open ]], Cell[CellGroupData[{ -Cell[188158, 5328, 337, 9, 70, "Input",ExpressionUUID->"75ebffa1-c249-4781-9ddf-9d4795e0ea46", +Cell[188313, 5333, 337, 9, 70, "Input",ExpressionUUID->"75ebffa1-c249-4781-9ddf-9d4795e0ea46", CellID->51481652], -Cell[188498, 5339, 353, 9, 70, "Output",ExpressionUUID->"a8aa1a7e-f2e1-4cdb-b8ef-55d32a3e0948", +Cell[188653, 5344, 353, 9, 70, "Output",ExpressionUUID->"a8aa1a7e-f2e1-4cdb-b8ef-55d32a3e0948", CellID->579237400] }, Open ]], Cell[CellGroupData[{ -Cell[188888, 5353, 329, 9, 70, "Input",ExpressionUUID->"113d7058-0bf0-4499-9384-a5bbbe3d5a6d", +Cell[189043, 5358, 329, 9, 70, "Input",ExpressionUUID->"113d7058-0bf0-4499-9384-a5bbbe3d5a6d", CellID->733744839], -Cell[189220, 5364, 366, 9, 70, "Output",ExpressionUUID->"3656c474-7e57-469d-abb3-8923a53b237b", +Cell[189375, 5369, 366, 9, 70, "Output",ExpressionUUID->"3656c474-7e57-469d-abb3-8923a53b237b", CellID->784959751] }, Open ]], Cell[CellGroupData[{ -Cell[189623, 5378, 338, 9, 70, "Input",ExpressionUUID->"e419addd-e608-40e0-9e7c-12b360909d69", +Cell[189778, 5383, 338, 9, 70, "Input",ExpressionUUID->"e419addd-e608-40e0-9e7c-12b360909d69", CellID->1847986882], -Cell[189964, 5389, 365, 9, 70, "Output",ExpressionUUID->"8a394cf2-2b9f-4b67-b4ef-29e9d0d62711", +Cell[190119, 5394, 365, 9, 70, "Output",ExpressionUUID->"8a394cf2-2b9f-4b67-b4ef-29e9d0d62711", CellID->175635207] }, Open ]], Cell[CellGroupData[{ -Cell[190366, 5403, 338, 9, 70, "Input",ExpressionUUID->"8a57f2f9-8df9-4d81-924a-28b6deaca561", +Cell[190521, 5408, 338, 9, 70, "Input",ExpressionUUID->"8a57f2f9-8df9-4d81-924a-28b6deaca561", CellID->1933960173], -Cell[190707, 5414, 366, 9, 70, "Output",ExpressionUUID->"ecff6da9-84e9-4a46-a35e-9f39f8ed3673", +Cell[190862, 5419, 366, 9, 70, "Output",ExpressionUUID->"ecff6da9-84e9-4a46-a35e-9f39f8ed3673", CellID->1091750323] }, Open ]], Cell[CellGroupData[{ -Cell[191110, 5428, 337, 9, 70, "Input",ExpressionUUID->"feee155b-f7eb-416a-92f0-df7c88fe7774", +Cell[191265, 5433, 337, 9, 70, "Input",ExpressionUUID->"feee155b-f7eb-416a-92f0-df7c88fe7774", CellID->500314402], -Cell[191450, 5439, 365, 9, 70, "Output",ExpressionUUID->"8f90cdc4-38e4-49f6-9f0f-23985dd4fb50", +Cell[191605, 5444, 365, 9, 70, "Output",ExpressionUUID->"8f90cdc4-38e4-49f6-9f0f-23985dd4fb50", CellID->346447222] }, Open ]], Cell[CellGroupData[{ -Cell[191852, 5453, 337, 9, 70, "Input",ExpressionUUID->"980604b9-ef84-4e77-b711-ab46f690d610", +Cell[192007, 5458, 337, 9, 70, "Input",ExpressionUUID->"980604b9-ef84-4e77-b711-ab46f690d610", CellID->495758862], -Cell[192192, 5464, 365, 9, 70, "Output",ExpressionUUID->"3425a7a6-7ae9-4fca-8524-52a8b685f78a", +Cell[192347, 5469, 365, 9, 70, "Output",ExpressionUUID->"3425a7a6-7ae9-4fca-8524-52a8b685f78a", CellID->300291055] }, Open ]], Cell[CellGroupData[{ -Cell[192594, 5478, 329, 9, 70, "Input",ExpressionUUID->"90764a44-e933-4361-9d79-c3f252f777ab", +Cell[192749, 5483, 329, 9, 70, "Input",ExpressionUUID->"90764a44-e933-4361-9d79-c3f252f777ab", CellID->352059259], -Cell[192926, 5489, 899, 16, 70, "Output",ExpressionUUID->"550f031a-f574-4235-8bf2-9973e534dd14", +Cell[193081, 5494, 899, 16, 70, "Output",ExpressionUUID->"550f031a-f574-4235-8bf2-9973e534dd14", CellID->1186768701] }, Closed]], Cell[CellGroupData[{ -Cell[193862, 5510, 339, 9, 70, "Input",ExpressionUUID->"9411d953-30be-41b8-8eaf-aa6293b088d9", +Cell[194017, 5515, 339, 9, 70, "Input",ExpressionUUID->"9411d953-30be-41b8-8eaf-aa6293b088d9", CellID->2001156569], -Cell[194204, 5521, 899, 16, 70, "Output",ExpressionUUID->"b02b8f94-be49-421f-82e8-a7e703027894", +Cell[194359, 5526, 899, 16, 70, "Output",ExpressionUUID->"b02b8f94-be49-421f-82e8-a7e703027894", CellID->1443844964] }, Closed]], Cell[CellGroupData[{ -Cell[195140, 5542, 338, 9, 70, "Input",ExpressionUUID->"ef09cb49-c873-47db-b1e1-a72961271010", +Cell[195295, 5547, 338, 9, 70, "Input",ExpressionUUID->"ef09cb49-c873-47db-b1e1-a72961271010", CellID->837588806], -Cell[195481, 5553, 899, 16, 70, "Output",ExpressionUUID->"8f72e95e-9ad7-426f-aa3b-953dbd3fa5ff", +Cell[195636, 5558, 899, 16, 70, "Output",ExpressionUUID->"8f72e95e-9ad7-426f-aa3b-953dbd3fa5ff", CellID->2097137680] }, Closed]], Cell[CellGroupData[{ -Cell[196417, 5574, 338, 9, 70, "Input",ExpressionUUID->"ab58a301-8a22-4ca4-bc87-199ca1e4664a", +Cell[196572, 5579, 338, 9, 70, "Input",ExpressionUUID->"ab58a301-8a22-4ca4-bc87-199ca1e4664a", CellID->134657027], -Cell[196758, 5585, 848, 15, 70, "Output",ExpressionUUID->"6a64e1c6-17df-4a67-b8f7-0b7cdca392b0", +Cell[196913, 5590, 848, 15, 70, "Output",ExpressionUUID->"6a64e1c6-17df-4a67-b8f7-0b7cdca392b0", CellID->119726899] }, Closed]], Cell[CellGroupData[{ -Cell[197643, 5605, 484, 13, 70, "Input",ExpressionUUID->"65f0d50d-f8ad-40a7-b9c6-8405c66b7085", +Cell[197798, 5610, 484, 13, 70, "Input",ExpressionUUID->"65f0d50d-f8ad-40a7-b9c6-8405c66b7085", CellID->88839169], -Cell[198130, 5620, 16726, 456, 70, "Output",ExpressionUUID->"c02a7521-1b88-4360-a2a3-5576a91ca278", +Cell[198285, 5625, 16726, 456, 70, "Output",ExpressionUUID->"c02a7521-1b88-4360-a2a3-5576a91ca278", CellID->1293696925] }, Closed]], Cell[CellGroupData[{ -Cell[214893, 6081, 485, 13, 70, "Input",ExpressionUUID->"c568a461-8434-4770-9743-4f8aa0bc9add", +Cell[215048, 6086, 485, 13, 70, "Input",ExpressionUUID->"c568a461-8434-4770-9743-4f8aa0bc9add", CellID->1263685001], -Cell[215381, 6096, 16725, 456, 70, "Output",ExpressionUUID->"4264264d-3d0d-4a6f-9704-11642a1e2ed3", +Cell[215536, 6101, 16725, 456, 70, "Output",ExpressionUUID->"4264264d-3d0d-4a6f-9704-11642a1e2ed3", CellID->823521530] }, Closed]], -Cell[232121, 6555, 357, 11, 70, "Input",ExpressionUUID->"9faa1c2f-8dfd-4c01-acf4-43f34ecf0ebf", +Cell[232276, 6560, 357, 11, 70, "Input",ExpressionUUID->"9faa1c2f-8dfd-4c01-acf4-43f34ecf0ebf", CellID->348211107], Cell[CellGroupData[{ -Cell[232503, 6570, 160, 3, 70, "Input",ExpressionUUID->"df69784e-1b71-436d-9a7e-a189e1b53561", +Cell[232658, 6575, 160, 3, 70, "Input",ExpressionUUID->"df69784e-1b71-436d-9a7e-a189e1b53561", CellID->195971396], -Cell[232666, 6575, 131, 2, 70, "Output",ExpressionUUID->"ffc67e97-34ea-4835-8ae6-a759916f4458", +Cell[232821, 6580, 131, 2, 70, "Output",ExpressionUUID->"ffc67e97-34ea-4835-8ae6-a759916f4458", CellID->1525274508] }, Open ]], Cell[CellGroupData[{ -Cell[232834, 6582, 231, 5, 70, "Input",ExpressionUUID->"899eda17-6d10-42c8-b6bb-d62366813831", +Cell[232989, 6587, 231, 5, 70, "Input",ExpressionUUID->"899eda17-6d10-42c8-b6bb-d62366813831", CellID->832644871], -Cell[233068, 6589, 2158, 32, 70, "Output",ExpressionUUID->"5cb03c9f-05c8-4c02-a475-467231da5ad8", +Cell[233223, 6594, 2158, 32, 70, "Output",ExpressionUUID->"5cb03c9f-05c8-4c02-a475-467231da5ad8", CellID->2120832345] }, Closed]], Cell[CellGroupData[{ -Cell[235263, 6626, 323, 9, 70, "Input",ExpressionUUID->"ede7e339-562a-4c24-83b8-2d90780682e6", +Cell[235418, 6631, 323, 9, 70, "Input",ExpressionUUID->"ede7e339-562a-4c24-83b8-2d90780682e6", CellID->1937076734], -Cell[235589, 6637, 5331, 134, 70, "Output",ExpressionUUID->"ae9c628f-97be-40fa-a2cb-7e3140aa1ab4", +Cell[235744, 6642, 5331, 134, 70, "Output",ExpressionUUID->"ae9c628f-97be-40fa-a2cb-7e3140aa1ab4", CellID->1881221487] }, Closed]], Cell[CellGroupData[{ -Cell[240957, 6776, 382, 10, 70, "Input",ExpressionUUID->"7560575e-95f0-4618-89b5-8c96fb360017", +Cell[241112, 6781, 382, 10, 70, "Input",ExpressionUUID->"7560575e-95f0-4618-89b5-8c96fb360017", CellID->24830349], -Cell[241342, 6788, 47187, 1286, 70, "Output",ExpressionUUID->"ef14e482-9e43-40e1-a5ac-a3e02affbe9c", +Cell[241497, 6793, 47187, 1286, 70, "Output",ExpressionUUID->"ef14e482-9e43-40e1-a5ac-a3e02affbe9c", CellID->368830487] }, Closed]], Cell[CellGroupData[{ -Cell[288566, 8079, 481, 13, 70, "Input",ExpressionUUID->"6921d3f0-e5b7-48c1-adb6-06da7f1f9d91", +Cell[288721, 8084, 481, 13, 70, "Input",ExpressionUUID->"6921d3f0-e5b7-48c1-adb6-06da7f1f9d91", CellID->467482678], -Cell[289050, 8094, 47186, 1286, 70, "Output",ExpressionUUID->"85998ea1-e094-472a-9928-3ccfb152e3fb", +Cell[289205, 8099, 47186, 1286, 70, "Output",ExpressionUUID->"85998ea1-e094-472a-9928-3ccfb152e3fb", CellID->809790100] }, Closed]], Cell[CellGroupData[{ -Cell[336273, 9385, 479, 13, 70, "Input",ExpressionUUID->"88cdc336-df68-4e31-8423-0ef597009568", +Cell[336428, 9390, 479, 13, 70, "Input",ExpressionUUID->"88cdc336-df68-4e31-8423-0ef597009568", CellID->69333721], -Cell[336755, 9400, 47186, 1286, 70, "Output",ExpressionUUID->"cea4bb20-205e-41bf-b004-b9dbe0e45b93", +Cell[336910, 9405, 47186, 1286, 70, "Output",ExpressionUUID->"cea4bb20-205e-41bf-b004-b9dbe0e45b93", CellID->643117885] }, Closed]], Cell[CellGroupData[{ -Cell[383978, 10691, 482, 13, 70, "Input",ExpressionUUID->"e7df299c-a88d-42f9-a812-f0f83fbc6d10", +Cell[384133, 10696, 482, 13, 70, "Input",ExpressionUUID->"e7df299c-a88d-42f9-a812-f0f83fbc6d10", CellID->596266625], -Cell[384463, 10706, 47188, 1286, 70, "Output",ExpressionUUID->"c5ab7d10-3b57-4075-be47-9b61b606be1f", +Cell[384618, 10711, 47188, 1286, 70, "Output",ExpressionUUID->"c5ab7d10-3b57-4075-be47-9b61b606be1f", CellID->1161084044] }, Closed]], Cell[CellGroupData[{ -Cell[431688, 11997, 482, 13, 70, "Input",ExpressionUUID->"f6ce3706-282b-4c80-ab0d-a8a3aaf966cf", +Cell[431843, 12002, 482, 13, 70, "Input",ExpressionUUID->"f6ce3706-282b-4c80-ab0d-a8a3aaf966cf", CellID->1143432287], -Cell[432173, 12012, 47187, 1286, 70, "Output",ExpressionUUID->"0faaf0cf-11ee-4b56-beb4-2c9294409f68", +Cell[432328, 12017, 47187, 1286, 70, "Output",ExpressionUUID->"0faaf0cf-11ee-4b56-beb4-2c9294409f68", CellID->942713847] }, Closed]], Cell[CellGroupData[{ -Cell[479397, 13303, 420, 12, 70, "Input",ExpressionUUID->"138f5aca-7afd-4073-a93e-16afbfd5b85e", +Cell[479552, 13308, 420, 12, 70, "Input",ExpressionUUID->"138f5aca-7afd-4073-a93e-16afbfd5b85e", CellID->1656842906], -Cell[479820, 13317, 2158, 32, 70, "Output",ExpressionUUID->"5b0885dd-1ae6-41ca-9335-dd455fa2ca6c", +Cell[479975, 13322, 2158, 32, 70, "Output",ExpressionUUID->"5b0885dd-1ae6-41ca-9335-dd455fa2ca6c", CellID->1443723343] }, Closed]], Cell[CellGroupData[{ -Cell[482015, 13354, 464, 13, 70, "Input",ExpressionUUID->"e161c478-3418-4803-8b72-fdf2572a6715", +Cell[482170, 13359, 464, 13, 70, "Input",ExpressionUUID->"e161c478-3418-4803-8b72-fdf2572a6715", CellID->1294773106], -Cell[482482, 13369, 47187, 1286, 70, "Output",ExpressionUUID->"212e1071-6fd7-4bcd-9499-7cf0406efae4", +Cell[482637, 13374, 47187, 1286, 70, "Output",ExpressionUUID->"212e1071-6fd7-4bcd-9499-7cf0406efae4", CellID->696127959] }, Closed]], Cell[CellGroupData[{ -Cell[529706, 14660, 197, 4, 70, "Input",ExpressionUUID->"b3b618a9-da57-48dd-9ef6-36d14459e1a6", +Cell[529861, 14665, 197, 4, 70, "Input",ExpressionUUID->"b3b618a9-da57-48dd-9ef6-36d14459e1a6", CellID->1297396264], -Cell[529906, 14666, 1912, 28, 70, "Output",ExpressionUUID->"4624286b-1e76-46d8-9339-3ff12fe9687e", +Cell[530061, 14671, 1912, 28, 70, "Output",ExpressionUUID->"4624286b-1e76-46d8-9339-3ff12fe9687e", CellID->591134422] }, Closed]], Cell[CellGroupData[{ -Cell[531855, 14699, 193, 4, 70, "Input",ExpressionUUID->"43cd83d4-87e7-4fc3-963e-144f7a4cd9f1", +Cell[532010, 14704, 193, 4, 70, "Input",ExpressionUUID->"43cd83d4-87e7-4fc3-963e-144f7a4cd9f1", CellID->1533716766], -Cell[532051, 14705, 392, 8, 70, "Output",ExpressionUUID->"c6fb6a3d-6e33-47ec-a6cf-9ddfcb9dca99", +Cell[532206, 14710, 392, 8, 70, "Output",ExpressionUUID->"c6fb6a3d-6e33-47ec-a6cf-9ddfcb9dca99", CellID->1247050296] }, Open ]], Cell[CellGroupData[{ -Cell[532480, 14718, 419, 12, 70, "Input",ExpressionUUID->"4894fc81-6001-4592-a6b9-7e7b041b6f84", +Cell[532635, 14723, 419, 12, 70, "Input",ExpressionUUID->"4894fc81-6001-4592-a6b9-7e7b041b6f84", CellID->725791449], -Cell[532902, 14732, 47188, 1286, 70, "Output",ExpressionUUID->"87ca17b9-a3b9-468c-8dab-b5e8acb23bb8", +Cell[533057, 14737, 47188, 1286, 70, "Output",ExpressionUUID->"87ca17b9-a3b9-468c-8dab-b5e8acb23bb8", CellID->1653443665] }, Closed]], Cell[CellGroupData[{ -Cell[580127, 16023, 326, 9, 70, "Input",ExpressionUUID->"b13b44e7-59e2-40c0-a158-3c646b1f60ed", +Cell[580282, 16028, 326, 9, 70, "Input",ExpressionUUID->"b13b44e7-59e2-40c0-a158-3c646b1f60ed", CellID->1335889465], -Cell[580456, 16034, 5203, 134, 70, "Output",ExpressionUUID->"36fa7a83-d31e-47dd-a2e4-7f82542634e4", +Cell[580611, 16039, 5203, 134, 70, "Output",ExpressionUUID->"36fa7a83-d31e-47dd-a2e4-7f82542634e4", CellID->2019488375] }, Closed]], Cell[CellGroupData[{ -Cell[585696, 16173, 326, 9, 70, "Input",ExpressionUUID->"76848f2c-7764-43c9-ac96-8662d32e3f7d", +Cell[585851, 16178, 326, 9, 70, "Input",ExpressionUUID->"76848f2c-7764-43c9-ac96-8662d32e3f7d", CellID->769645018], -Cell[586025, 16184, 5201, 134, 70, "Output",ExpressionUUID->"bf7236e7-89ec-4679-b040-ebe77f2344b3", +Cell[586180, 16189, 5201, 134, 70, "Output",ExpressionUUID->"bf7236e7-89ec-4679-b040-ebe77f2344b3", CellID->11927347], -Cell[591229, 16320, 5202, 134, 70, "Output",ExpressionUUID->"5246061f-9eaa-46aa-bf96-63c0c1a3ad54", +Cell[591384, 16325, 5202, 134, 70, "Output",ExpressionUUID->"5246061f-9eaa-46aa-bf96-63c0c1a3ad54", CellID->220215834] }, Closed]] }, Closed]], Cell[CellGroupData[{ -Cell[596480, 16460, 122, 1, 70, "Subsubsection",ExpressionUUID->"1f70b662-7d06-441c-a3ee-4109effe0529", +Cell[596635, 16465, 122, 1, 70, "Subsubsection",ExpressionUUID->"1f70b662-7d06-441c-a3ee-4109effe0529", CellID->965616414], Cell[CellGroupData[{ -Cell[596627, 16465, 734, 18, 70, "Input",ExpressionUUID->"99b86ebf-f45c-4599-9561-1d3a1d79acdf", +Cell[596782, 16470, 734, 18, 70, "Input",ExpressionUUID->"99b86ebf-f45c-4599-9561-1d3a1d79acdf", CellID->1537201855], -Cell[597364, 16485, 2571, 55, 70, "Output",ExpressionUUID->"ba29cd40-56da-4a7b-94d5-9b7e403922d2", +Cell[597519, 16490, 2571, 55, 70, "Output",ExpressionUUID->"ba29cd40-56da-4a7b-94d5-9b7e403922d2", CellID->1052860705] }, Open ]], Cell[CellGroupData[{ -Cell[599972, 16545, 160, 3, 70, "Input",ExpressionUUID->"b1086791-a5a1-4fcf-8c67-caeb3bc8ea5c", +Cell[600127, 16550, 160, 3, 70, "Input",ExpressionUUID->"b1086791-a5a1-4fcf-8c67-caeb3bc8ea5c", CellID->938965111], -Cell[600135, 16550, 294001, 4985, 70, "Output",ExpressionUUID->"89756132-47ce-4f5b-af97-7c80671f41ca", +Cell[600290, 16555, 293985, 4984, 70, "Output",ExpressionUUID->"89756132-47ce-4f5b-af97-7c80671f41ca", CellID->1326794942] }, Open ]] }, Open ]] }, Open ]], -Cell[894175, 21540, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"75f7fc3f-e099-4afa-a81e-18357b3b8b46"], -Cell[894928, 21562, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"2dbcef7b-22b8-4314-aae1-5a0984f70a3c"], -Cell[896736, 21609, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"2a5ae6cd-2036-4d76-9077-2b893e16a48c"], -Cell[897651, 21637, 78, 0, 70, "FooterCell",ExpressionUUID->"6056a238-055a-450b-9b35-67e634fd248a"] +Cell[894314, 21544, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"04cc32d9-c0b1-413f-bb14-e1d78f4a7ac9"], +Cell[895067, 21566, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"b6129733-4666-4262-9c4e-13021f9a8eff"], +Cell[896875, 21613, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"b2b744d5-e401-4ad4-915e-32375721363e"], +Cell[897790, 21641, 78, 0, 70, "FooterCell",ExpressionUUID->"258a7668-725c-4f60-9487-8c711af52b52"] } ] *) diff --git a/Documentation/English/Guides/TuGamesView2dV6.nb b/Documentation/English/Guides/TuGamesView2dV6.nb index 993b4fa..8322288 100644 --- a/Documentation/English/Guides/TuGamesView2dV6.nb +++ b/Documentation/English/Guides/TuGamesView2dV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 1481509, 29338] -NotebookOptionsPosition[ 1446865, 28684] -NotebookOutlinePosition[ 1448369, 28722] -CellTagsIndexPosition[ 1448326, 28719] +NotebookDataLength[ 1705861, 35163] +NotebookOptionsPosition[ 1669121, 34467] +NotebookOutlinePosition[ 1670646, 34505] +CellTagsIndexPosition[ 1670603, 34502] WindowTitle->TuGamesView2dV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b04bc223-c420-4cda-ad1b-82cfd3cd1fc8"], + "f8ff9d8d-d564-4122-b962-0da347169835"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "42efa951-34f0-459b-94ff-6a0a5698ad54"], + "f2a79746-c163-48c8-81de-3c7d60db7856"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "091c736f-0421-4a27-8431-c8a1c4fc39ca"] - }],ExpressionUUID->"51d67916-4a94-48a6-a62e-80e697428ea3"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2fd42464-f4cd-4777-8ed3-175752c3a6bb"] + }],ExpressionUUID->"c78e3222-ef8b-4f77-83f9-3889b96d1505"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "87638b93-6734-4a71-bbdf-3dbb5af51531"], + "38681022-1927-4eab-b058-1e48692554a3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "02a5c524-3f7a-42ae-93e7-b5edab1a0625"] - }],ExpressionUUID->"a05aa1ee-2d61-44c7-8c5e-f5c16b31a44b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "23e851e4-c7dd-485c-a58c-44113eedefb3"] + }],ExpressionUUID->"2d536533-0222-4c27-9a20-18498f48accf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6cdfe6c6-2d02-4583-bf8f-cf5ca4cfd3a3"], + "82244ef3-0140-42c4-a991-053c1e90fd39"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ec2ba1d3-ac0d-4e49-bcc0-b4aa2690a37b"] - }],ExpressionUUID->"298d48e5-aa82-4cb6-b8df-4b13e46842dd"], - StripOnInput->False], {"\<\"TUG/Guides/TuGamesView2dV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TuGamesView2dV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "ee9701f1-48e3-4970-ac07-3b97e6877a2d"] + }],ExpressionUUID->"02649667-ce2f-4e9b-b62c-34de2bbcce8e"], + StripOnInput->False],{ + "\"TUG/Guides/TuGamesView2dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TuGamesView2dV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TuGamesView2dV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16346], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TuGamesView2dV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16348], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TuGamesView2dV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5f3911c6-da24-4f3b-a093-dd4d3e54309d"] + "08fae97a-b2d2-49a9-ac47-b6a26608bec2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2b4a2198-d858-417f-84fb-e684d26a9e5a"]} + "c18bf9b6-cb3f-4fd9-a45e-8c644ca71cd8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"eed5268b-7cd0-49be-a293-87f73b0d8882"], + CellID->1,ExpressionUUID->"474a6785-71e7-4c02-a4a5-2b6981f8c1f0"], Cell[CellGroupData[{ @@ -166,7 +170,7 @@ Cell["A basic Introduction", "GuideAbstract", Cell["by Holger I.Meinhardt, University of Karlsruhe (KIT)", "GuideAbstract", CellID->1151681128,ExpressionUUID->"f8f98fe8-4469-49df-9dbc-a6d218c426b1"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"1b7f8c5a-c20e-4e32-b63c-4e500adb69ab"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"11fbf165-95d1-4845-8e16-9793fde1679a"] }, Open ]], Cell[CellGroupData[{ @@ -187,24 +191,25 @@ games under Mathematica version 5. x and smaller only. On the other hand due \ to the fundamental change in the graphic concept since Mathematica version 6 \ we have provided some additions and changes to adjust our package to these \ new graphical development. For this reason we have written the functions \ -FilledCoreV6[], StrongEpsCore2d[], and AnimationKernelProperty2d[], whereas \ -the former function is an upgrade of the function FilledCore[]. The second \ -plots the strong epsilon core in connection with some other solution concept \ -from game theory, and the latter evaluates a small movie to visualize the \ -geometric property of the kernel/nucleolus. However, to use the old graphic \ -concept of Mathematica version 5. x one has to load the package \ -\[OpenCurlyDoubleQuote]<< Version5`Graphics`\[CloseCurlyDoubleQuote]. The \ -last command restores the old graphic concept of Mathematica. For a proper \ -functionality it is important to note that one cannot mix in one notebook \ -both graphic concepts. One has to made a decision which graphic concept \ -should be used. Moreover, the front-end of Mathematica 5. x cannot handle \ -graphic objects generated by Mathematica 6. x and higher, in this case one \ -must expect a crash of the front-end of Mathematica 5. x. Notice that all \ -graphical extensions require the cddmathlink libraries written by Komei \ -Fukuda. The cddmathlink libraries can be compiled for all platforms, we \ -expect, therefore, that the graphical extensions should not be anymore \ -restricted to UNIX platforms in contrast to the old version of \"TuGames`\". \ -For more details see the section requirements in the TuGames.m file.\ +FilledCoreV6[], FilledWeberSetV6[], StrongEpsCore2d[], and \ +AnimationKernelProperty2d[], whereas the former function is an upgrade of the \ +function FilledCore[]. The second plots the strong epsilon core in connection \ +with some other solution concept from game theory, and the latter evaluates a \ +small movie to visualize the geometric property of the kernel/nucleolus. \ +However, to use the old graphic concept of Mathematica version 5. x one has \ +to load the package \[OpenCurlyDoubleQuote]<< Version5`Graphics`\ +\[CloseCurlyDoubleQuote]. The last command restores the old graphic concept \ +of Mathematica. For a proper functionality it is important to note that one \ +cannot mix in one notebook both graphic concepts. One has to made a decision \ +which graphic concept should be used. Moreover, the front-end of Mathematica \ +5. x cannot handle graphic objects generated by Mathematica 6. x and higher, \ +in this case one must expect a crash of the front-end of Mathematica 5. x. \ +Notice that all graphical extensions require the cddmathlink libraries \ +written by Komei Fukuda. The cddmathlink libraries can be compiled for all \ +platforms, we expect, therefore, that the graphical extensions should not be \ +anymore restricted to UNIX platforms in contrast to the old version of \ +\"TuGames`\". For more details see the section requirements in the TuGames.m \ +file.\ \>", "Text", CellID->1134942035,ExpressionUUID->"428efc2c-6f04-4042-a3c6-17a61d39b889"] }, Open ]], @@ -233,7 +238,7 @@ Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1358178884,ExpressionUUID->"d9da104b-a104-4702-bd1c-242f6c782495"], + CellID->2010767299,ExpressionUUID->"10aefcd6-d8c4-4af9-9b46-414890996be7"], Cell[BoxData[ InterpretationBox[ @@ -242,48 +247,48 @@ Cell[BoxData[ SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->186515723,ExpressionUUID->"9fc72499-fb93-452e-a1d9-a9351e38ffe4"], + CellID->1783981891,ExpressionUUID->"2b260a5f-2f91-433c-a372-4c8a004eb04a"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1790579359,ExpressionUUID->"7ff319b6-4a4e-44fa-8c28-dcd9ce6bb5db"], + CellID->519849380,ExpressionUUID->"b0eebdc2-e5f6-45f6-abf0-9605c9b00d10"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1451636862,ExpressionUUID->"3a71ccb4-2310-49ef-acd3-b47634cfc525"], + CellID->2051861928,ExpressionUUID->"699fd427-bd95-45be-a274-5b32f94417cf"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->886955973,ExpressionUUID->"b5909a2b-9f86-4ae8-a5dc-4efcfed23e16"], + CellID->1568900523,ExpressionUUID->"bfad5490-1959-464d-98b6-cfc1c2bbf1b4"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1809208668,ExpressionUUID->"7138414d-0233-4c07-8161-8a6264358cf7"], + CellID->1373440580,ExpressionUUID->"f78ccef8-562d-495c-adf1-2155305b8369"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->568157774,ExpressionUUID->"40482568-2cd8-4e46-8e0d-e7c74d96279f"], + CellID->1441765430,ExpressionUUID->"280627bf-9f96-41b3-951d-d9e601f46365"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1963096812,ExpressionUUID->"e2111431-c559-4dcb-96e1-87a6b2ec707d"], + CellID->748492005,ExpressionUUID->"e0483d18-de0b-41f9-b206-c5281ccdf369"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->510383349,ExpressionUUID->"653efd18-f05b-4acc-8aa9-48a16898500d"], + CellID->1668375199,ExpressionUUID->"8fc29b0e-e7d6-4795-9d37-46fc67c3c61c"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->999088170,ExpressionUUID->"1c83a3dc-9a88-4fad-a66d-50bc942382a3"], + CellID->1233849017,ExpressionUUID->"def332ae-4885-4221-bcdd-abae66900cf6"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1407852463,ExpressionUUID->"a301639f-c1a0-433b-90f9-44b9c8a2ff26"] + CellID->62098756,ExpressionUUID->"f70adfae-3bc8-420f-9780-95704205fdb7"] }, Open ]] }, Open ]], @@ -346,7 +351,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2", ",", "3"}], "}"}]], "Output", CellLabel->"Out[2]=", - CellID->1207456021,ExpressionUUID->"bae3ff54-94d6-4ac3-ac2a-dfe580d17f9b"] + CellID->1205816242,ExpressionUUID->"2099d246-4378-4d38-bc37-aac8eb84e4df"] }, Open ]], Cell[BoxData[ @@ -372,7 +377,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[4]=", - CellID->200754385,ExpressionUUID->"4dd6262b-8513-40e6-a898-62ffda62c1fd"] + CellID->509030282,ExpressionUUID->"3c68df5b-babf-425b-bc3c-a20824d718d1"] }, Open ]], Cell[CellGroupData[{ @@ -384,7 +389,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[5]=", - CellID->2142120144,ExpressionUUID->"04f930e1-7c03-4aae-88c6-6d2b15d688b9"] + CellID->1836188833,ExpressionUUID->"7fb11c0a-d6e5-40fd-981d-912c4d891e4b"] }, Open ]], Cell[CellGroupData[{ @@ -396,7 +401,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[6]=", - CellID->1916568515,ExpressionUUID->"03332516-8ef4-418d-b4a7-5a365798c232"] + CellID->1405478214,ExpressionUUID->"de4b1766-e920-4ef9-9e71-475c39dbf7a4"] }, Open ]], Cell[CellGroupData[{ @@ -408,7 +413,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[7]=", - CellID->515017764,ExpressionUUID->"f2b66175-8157-4791-934b-0afc8cbb1014"] + CellID->1430381011,ExpressionUUID->"0e946099-6928-44ba-ac38-f01e4b2dc277"] }, Open ]], Cell["\<\ @@ -439,7 +444,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"90", ",", "0", ",", "130"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[8]=", - CellID->1668491957,ExpressionUUID->"50899756-cfee-4356-a1b3-5ca64af5561c"] + CellID->1331289496,ExpressionUUID->"216380cd-03c1-44e3-a61b-f4374637fe00"] }, Open ]], Cell[CellGroupData[{ @@ -468,7 +473,7 @@ Cell[BoxData[ RowBox[{"100.00000000000003`", ",", "120.00000000000003`", ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[9]=", - CellID->1178393728,ExpressionUUID->"9cc89b41-4254-4cdd-9dee-877770516356"] + CellID->739186102,ExpressionUUID->"93fd6d72-09f0-447e-bae2-b9c48b918db7"] }, Open ]], Cell[CellGroupData[{ @@ -493,7 +498,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"90", ",", "0", ",", "130"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[10]=", - CellID->1403083563,ExpressionUUID->"d3c49f9e-44c4-4233-9a23-0a6d254b127f"] + CellID->775532180,ExpressionUUID->"2eb3767e-cd53-4942-89bd-3eaf5c5db7de"] }, Open ]], Cell[CellGroupData[{ @@ -522,7 +527,7 @@ Cell[BoxData[ RowBox[{"100.00000000000003`", ",", "120.00000000000003`", ",", RowBox[{"-", "1.3322676295501882`*^-14"}]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[11]=", - CellID->1648064913,ExpressionUUID->"d47c2ed4-361d-4362-8b31-918fe7b7ac25"] + CellID->683217081,ExpressionUUID->"993151d4-a00d-4858-98e8-ca5150f0d1d8"] }, Open ]], Cell["Next some well known game solutions are computed", "Text", @@ -543,7 +548,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}]], "Output", CellLabel->"Out[12]=", - CellID->501997523,ExpressionUUID->"ed562b50-662b-4057-aef8-e591c6d81cbe"] + CellID->1521039833,ExpressionUUID->"fac2e328-eda7-4279-bf02-1a66df297707"] }, Open ]], Cell[CellGroupData[{ @@ -558,7 +563,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"65", ",", "75", ",", "80"}], "}"}]], "Output", CellLabel->"Out[13]=", - CellID->835980500,ExpressionUUID->"369bd23b-920a-4ddd-bfe8-dc09440c9935"] + CellID->725923060,ExpressionUUID->"7c42341f-8a49-457e-bf4c-8ebc35377d6f"] }, Open ]], Cell[CellGroupData[{ @@ -576,7 +581,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}]], "Output", CellLabel->"Out[14]=", - CellID->445846931,ExpressionUUID->"5fa236ab-753a-4c8a-bfd8-e6a03311c73f"] + CellID->1032076768,ExpressionUUID->"d802d7e4-fd88-407b-a071-ba3e326d8533"] }, Open ]], Cell[CellGroupData[{ @@ -594,7 +599,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}]], "Output", CellLabel->"Out[15]=", - CellID->1465013894,ExpressionUUID->"9b22c8c0-8d87-4535-8d8b-a27d8aedb415"] + CellID->752295691,ExpressionUUID->"acf9edee-845f-4aa4-80e0-1f0671a78609"] }, Open ]], Cell[CellGroupData[{ @@ -608,7 +613,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[16]=", - CellID->737931183,ExpressionUUID->"7c711f56-0b19-4308-8b20-697f18a5db10"] + CellID->1110812823,ExpressionUUID->"09bfe0bc-2ae1-4354-9b56-6a5df39133a6"] }, Open ]], Cell[CellGroupData[{ @@ -625,7 +630,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}]], "Output", CellLabel->"Out[17]=", - CellID->1081761816,ExpressionUUID->"fc0039ca-22e7-4989-8996-e1360e55071d"] + CellID->1699547434,ExpressionUUID->"c5614c4c-e709-4db7-8be2-daa7087981c6"] }, Open ]], Cell[CellGroupData[{ @@ -642,7 +647,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}]], "Output", CellLabel->"Out[18]=", - CellID->1539606423,ExpressionUUID->"c10a396c-ea3f-4c27-9c8f-0f7c999a24a6"] + CellID->1864699368,ExpressionUUID->"0dc5e8f0-3526-4a11-bd6c-4654cc7c6ade"] }, Open ]], Cell[CellGroupData[{ @@ -661,7 +666,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}], "}"}]], "Output", CellLabel->"Out[19]=", - CellID->131111060,ExpressionUUID->"9ca91d50-dece-4677-ace7-c5a70c551825"] + CellID->849501914,ExpressionUUID->"3ebf4a69-143c-4538-b5be-d79638aad621"] }, Open ]], Cell[CellGroupData[{ @@ -680,7 +685,7 @@ Cell[BoxData[ FractionBox["230", "3"], ",", FractionBox["260", "3"]}], "}"}], "}"}]], "Output", CellLabel->"Out[20]=", - CellID->1485016027,ExpressionUUID->"d7373693-39fa-4533-ae30-121e3afa13c9"] + CellID->2014457929,ExpressionUUID->"796cc947-793c-4099-80f3-c95d1b258f12"] }, Open ]] }, Closed]], @@ -711,14 +716,14 @@ Cell[BoxData[ RowBox[{"PreImpSet", "\[Rule]", "True"}], ",", RowBox[{"Silent", "\[Rule]", "False"}]}], "}"}]], "Output", CellLabel->"Out[21]=", - CellID->1513557761,ExpressionUUID->"f6116e22-da88-462a-accf-02c1cf9a5484"] + CellID->1716008439,ExpressionUUID->"5df9f2c9-4d58-4deb-80c2-c8af45063b76"] }, Open ]], Cell["\<\ We provide a very small set of options to control the appearance of the two \ dimensional core graphics. Notice, that the core graphic will be always \ -plotted in connection with the Shapley value, kernel/nucleolus and pre - \ -kernel/pre - nucleolus. Moreover, the user has no influence to fade out the \ +plotted in connection with the Shapley value, kernel/nucleolus and \ +pre-kernel/pre-nucleolus. Moreover, the user has no influence to fade out the \ vertices labeling. However, it is allowed to fade out the legend in the plot, \ changing the figure/image size and to switch - on a monitoring mode to follow \ the progress of evaluation. By default the legend mode is always activated, \ @@ -751,15 +756,22 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, {190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -777,21 +789,31 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, { InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -823,23 +845,27 @@ Cell[BoxData[ {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { Left, Bottom}, {1, 1}], InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ {RGBColor[1, 0.85, 0.85], DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { Left, Bottom}, {1, 1}], InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}}, {}}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, AspectRatio->0.5, PlotRange->{{-0.1, 6.26}, {-0.1, @@ -848,10 +874,10 @@ Cell[BoxData[ AspectRatio->Automatic, Background->None, ColorOutput->Automatic, - ImageSize->{500., 419.39338450097137`}, + ImageSize->{500., 399.3446614283166}, PlotRange->All]], "Output", CellLabel->"Out[22]=", - CellID->1147709372,ExpressionUUID->"efc11c32-a542-4163-bf73-19161326fc93"] + CellID->233388169,ExpressionUUID->"4009139b-cb86-4284-8ceb-f145fe8c6c9c"] }, Open ]], Cell["\<\ @@ -890,15 +916,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -913,21 +945,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -947,7 +989,7 @@ Cell[BoxData[ PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}}, ImageSize->500]], "Output", CellLabel->"Out[23]=", - CellID->695711263,ExpressionUUID->"0fbd6429-7118-4628-9df5-fb953acabf70"] + CellID->1877741580,ExpressionUUID->"7c73d58a-204b-41f4-a31d-d779c5f67a07"] }, Open ]], Cell["To export the graphics above, comment out the following line", "Text", @@ -968,7 +1010,7 @@ Cell[BoxData[ RowBox[{"fig02", ",", RowBox[{"Magnification", "\[Rule]", "1.5"}]}], "]"}]}], "]"}], ";"}], "*)"}]], "Input", - CellLabel->"In[25]:=", + CellLabel->"In[24]:=", CellID->1740312519,ExpressionUUID->"2150a955-51fb-47d8-a5a0-e7c8ae0cde43"] }, Closed]], @@ -991,7 +1033,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "StrongEpsCore2d", "]"}]], "Input", - CellLabel->"In[24]:=", + CellLabel->"In[25]:=", CellID->209934120,ExpressionUUID->"e18561c9-45eb-4d48-83c2-69daf46092f0"], Cell[BoxData[ @@ -999,9 +1041,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"EpsilonValue", "\[Rule]", "5"}], ",", RowBox[{"FigureSize", "\[Rule]", "500"}], ",", - RowBox[{"Labeling", "\[Rule]", "True"}]}], "}"}]], "Output", - CellLabel->"Out[24]=", - CellID->1700073484,ExpressionUUID->"5f7ab7c6-1eea-447c-8d24-f1d00fce3e12"] + RowBox[{"Labeling", "\[Rule]", "True"}], ",", + RowBox[{"PreImpSet", "\[Rule]", "True"}]}], "}"}]], "Output", + CellLabel->"Out[25]=", + CellID->1352506682,ExpressionUUID->"eb793574-4988-4201-92c4-e6831ae3048c"] }, Open ]], Cell["\<\ @@ -1027,7 +1070,7 @@ Cell[BoxData[ RowBox[{"StrongEpsCore2d", "[", RowBox[{"ExpGame01", ",", RowBox[{"EpsilonValue", "\[Rule]", "20"}]}], "]"}]}]], "Input", - CellLabel->"In[25]:=", + CellLabel->"In[26]:=", CellID->1402690710,ExpressionUUID->"9e316125-d117-4884-b9f7-23b80690ac50"], Cell[BoxData[ @@ -1042,15 +1085,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1065,21 +1114,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1112,37 +1171,48 @@ Cell[BoxData[ PointBox[NCache[{(-70) 3^Rational[1, 2], 70}, {-121.2435565298214, 70}]], PointBox[NCache[{80 3^Rational[1, 2], 40}, {138.56406460551017`, 40}]], PointBox[NCache[{55 3^Rational[1, 2], 115}, {95.26279441628824, 115}]], - PointBox[ - NCache[{(-55) 3^Rational[1, 2], 115}, {-95.26279441628824, 115}]]}, { - InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "140", ",", - RowBox[{"-", "20"}]}], "}"}], {38.538130468407516, -162.5}], - InsetBox[ - RowBox[{"{", - RowBox[{"120", ",", "120", ",", - RowBox[{"-", "20"}]}], "}"}], {-1.299038105676658, -162.5}], - InsetBox[ - RowBox[{"{", - RowBox[{"120", ",", - RowBox[{"-", "20"}], ",", "120"}], "}"}], {-140.72912811497127, 79.}], - InsetBox[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "20"}], ",", "140", ",", "100"}], - "}"}], {158.04963619066004, 44.5}], InsetBox[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "20"}], ",", "90", ",", "150"}], - "}"}], {108.25317547305481, 130.75}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", - RowBox[{"-", "20"}], ",", "150"}], - "}"}], {-110.85125168440813, 130.75}]}}}, + PointBox[NCache[{(-55) 3^Rational[1, 2], 115}, {-95.26279441628824, + 115}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100", ",", "140", ",", + RowBox[{"-", "20"}]}], "}"}], + StripOnInput->False, + FontSize->12], {38.538130468407516, -162.5}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"120", ",", "120", ",", + RowBox[{"-", "20"}]}], "}"}], + StripOnInput->False, + FontSize->12], {-1.299038105676658, -162.5}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"120", ",", + RowBox[{"-", "20"}], ",", "120"}], "}"}], + StripOnInput->False, + FontSize->12], {-140.72912811497127, 79.}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "20"}], ",", "140", ",", "100"}], "}"}], + StripOnInput->False, + FontSize->12], {158.04963619066004, 44.5}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "20"}], ",", "90", ",", "150"}], "}"}], + StripOnInput->False, + FontSize->12], {108.25317547305481, 130.75}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90", ",", + RowBox[{"-", "20"}], ",", "150"}], "}"}], + StripOnInput->False, + FontSize->12], {-110.85125168440813, 130.75}]}}}, ImageSize->500, PlotLabel->FormBox["\"eps=20.\"", TraditionalForm]]], "Output", - CellLabel->"Out[25]=", - CellID->790805083,ExpressionUUID->"b69806e9-7c16-4820-b41e-d43adeffe89e"] + CellLabel->"Out[26]=", + CellID->753237549,ExpressionUUID->"4bd36214-3c97-425c-b241-a4c2f33193f5"] }, Open ]], Cell["Now, we enlarge the epsilon value further to \"30\".", "Text", @@ -1155,7 +1225,7 @@ Cell[BoxData[ RowBox[{"StrongEpsCore2d", "[", RowBox[{"ExpGame01", ",", RowBox[{"EpsilonValue", "\[Rule]", "30"}]}], "]"}]}]], "Input", - CellLabel->"In[26]:=", + CellLabel->"In[27]:=", CellID->1144900804,ExpressionUUID->"79d1a7f9-a06a-483c-8a5a-83f5ecfb7c2f"], Cell[BoxData[ @@ -1170,15 +1240,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1193,21 +1269,193 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{60 3^Rational[1, 2], 40}, { + 45 3^Rational[1, 2], 85}, {(-50) 3^Rational[1, 2], 70}, { + 10 3^Rational[1, 2], -110}, {(-45) 3^Rational[1, 2], 85}}, {{ + 103.92304845413263`, 40}, { + 77.94228634059948, 85}, {-86.60254037844386, 70}, { + 17.32050807568877, -110}, {-77.94228634059948, 85}}], + LineBox[{1, 2, 5, 3, 4, 1}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[NCache[{5 3^Rational[1, 2], 10}, {8.660254037844386, 10}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{25 3^Rational[1, 2], -155}, {(-5) + 3^Rational[1, 2], -155}, {(-80) 3^Rational[1, 2], 70}, { + 90 3^Rational[1, 2], 40}, { + 60 3^Rational[1, 2], 130}, {(-60) 3^Rational[1, 2], 130}}, {{ + 43.30127018922193, -155}, {-8.660254037844386, -155}, \ +{-138.56406460551017`, 70}, {155.88457268119896`, 40}, { + 103.92304845413263`, 130}, {-103.92304845413263`, 130}}], + LineBox[{4, 5, 6, 3, 2, 1, 4}]]}, { + {RGBColor[0.6, 0.4, 0.2], PointSize[0.015], + PointBox[NCache[{25 3^Rational[1, 2], -155}, {43.30127018922193, -155}]], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -155}, {-8.660254037844386, -155}]], + PointBox[NCache[{(-80) 3^Rational[1, 2], 70}, {-138.56406460551017`, + 70}]], PointBox[ + NCache[{90 3^Rational[1, 2], 40}, {155.88457268119896`, 40}]], + PointBox[NCache[{60 3^Rational[1, 2], 130}, {103.92304845413263`, 130}]], + PointBox[ + NCache[{(-60) 3^Rational[1, 2], 130}, {-103.92304845413263`, 130}]]}, { + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100", ",", "150", ",", + RowBox[{"-", "30"}]}], "}"}], + StripOnInput->False, + FontSize->12], {48.497422611928556, -179.75}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"130", ",", "120", ",", + RowBox[{"-", "30"}]}], "}"}], + StripOnInput->False, + FontSize->12], {-11.258330249197702, -179.75}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"130", ",", + RowBox[{"-", "30"}], ",", "120"}], "}"}], + StripOnInput->False, + FontSize->12], {-160.64771240201335, 79.}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{ + RowBox[{"-", "30"}], ",", "150", ",", "100"}], "}"}], + StripOnInput->False, + FontSize->12], {177.96822047770212, 44.5}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{ + RowBox[{"-", "30"}], ",", "90", ",", "160"}], "}"}], + StripOnInput->False, + FontSize->12], {118.21246761657586, 148.}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90", ",", + RowBox[{"-", "30"}], ",", "160"}], "}"}], + StripOnInput->False, + FontSize->12], {-120.81054382792918, 148.}]}}}, + ImageSize->500, + PlotLabel->FormBox["\"eps=30.\"", TraditionalForm]]], "Output", + CellLabel->"Out[27]=", + CellID->1782119860,ExpressionUUID->"75aae4f6-57d9-45c1-8a4d-817ed62e24ef"] +}, Open ]], + +Cell["\<\ +For avoiding overlapping labeling, we need to increase the figure size.\ +\>", "Text", + CellID->1076401642,ExpressionUUID->"7b12bd5f-99cf-4014-8dd4-40fde83ee657"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig04b", "=", + RowBox[{"StrongEpsCore2d", "[", + RowBox[{"ExpGame01", ",", + RowBox[{"EpsilonValue", "\[Rule]", "30"}], ",", + RowBox[{"FigureSize", "\[Rule]", "900"}]}], "]"}]}]], "Input", + CellLabel->"In[30]:=", + CellID->1522415563,ExpressionUUID->"e05eec6a-3366-460c-a3b2-e7e4fbbc6329"], + +Cell[BoxData[ + GraphicsBox[{{ + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{(-110) 3^Rational[1, 2], -110}, {110 3^Rational[1, 2], -110}, { + 0, 220}}, {{-190.5255888325765, -110}, {190.5255888325765, -110}, {0, + 220}}], LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[NCache[{(-110) + 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], + PointBox[NCache[{110 3^Rational[1, 2], -110}, { + 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, + GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, + 85.}, {-86.60254037844386, 70.}, { + 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 2, 5, 3, 4}}], + Annotation[#, "Geometry"]& ]}], { + {RGBColor[0, 0, 1], PointSize[0.015], + PointBox[NCache[{60 3^Rational[1, 2], 40}, {103.92304845413263`, 40}]], + PointBox[NCache[{45 3^Rational[1, 2], 85}, {77.94228634059948, 85}]], + PointBox[NCache[{(-50) 3^Rational[1, 2], 70}, {-86.60254037844386, + 70}]], PointBox[ + NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], + PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, + 85}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1246,33 +1494,46 @@ Cell[BoxData[ PointBox[ NCache[{(-60) 3^Rational[1, 2], 130}, {-103.92304845413263`, 130}]]}, { InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "150", ",", - RowBox[{"-", "30"}]}], "}"}], {48.497422611928556, -179.75}], InsetBox[ - RowBox[{"{", - RowBox[{"130", ",", "120", ",", - RowBox[{"-", "30"}]}], "}"}], {-11.258330249197702, -179.75}], - InsetBox[ - RowBox[{"{", - RowBox[{"130", ",", - RowBox[{"-", "30"}], ",", "120"}], "}"}], {-160.64771240201335, 79.}], - InsetBox[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "30"}], ",", "150", ",", "100"}], - "}"}], {177.96822047770212, 44.5}], InsetBox[ - RowBox[{"{", - RowBox[{ - RowBox[{"-", "30"}], ",", "90", ",", "160"}], - "}"}], {118.21246761657586, 148.}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", - RowBox[{"-", "30"}], ",", "160"}], - "}"}], {-120.81054382792918, 148.}]}}}, - ImageSize->500, + StyleBox[ + RowBox[{"{", + RowBox[{"100", ",", "150", ",", + RowBox[{"-", "30"}]}], "}"}], + StripOnInput->False, + FontSize->12], {48.497422611928556, -179.75}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"130", ",", "120", ",", + RowBox[{"-", "30"}]}], "}"}], + StripOnInput->False, + FontSize->12], {-11.258330249197702, -179.75}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"130", ",", + RowBox[{"-", "30"}], ",", "120"}], "}"}], + StripOnInput->False, + FontSize->12], {-160.64771240201335, 79.}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "30"}], ",", "150", ",", "100"}], "}"}], + StripOnInput->False, + FontSize->12], {177.96822047770212, 44.5}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "30"}], ",", "90", ",", "160"}], "}"}], + StripOnInput->False, + FontSize->12], {118.21246761657586, 148.}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90", ",", + RowBox[{"-", "30"}], ",", "160"}], "}"}], + StripOnInput->False, + FontSize->12], {-120.81054382792918, 148.}]}}}, + ImageSize->900, PlotLabel->FormBox["\"eps=30.\"", TraditionalForm]]], "Output", - CellLabel->"Out[26]=", - CellID->2147348125,ExpressionUUID->"867d1251-1cbb-4172-80d4-78813685c8a7"] + CellLabel->"Out[30]=", + CellID->162767012,ExpressionUUID->"c72c6f45-b010-4523-a988-c849eabfb7e7"] }, Open ]], Cell["\<\ @@ -1289,7 +1550,7 @@ Cell[BoxData[ RowBox[{"ExpGame01", ",", RowBox[{"EpsilonValue", "\[Rule]", "20"}], ",", RowBox[{"Labeling", "\[Rule]", "False"}]}], "]"}]}]], "Input", - CellLabel->"In[27]:=", + CellLabel->"In[31]:=", CellID->189430817,ExpressionUUID->"e2283bb2-f147-46f0-9ed9-79681087a3a0"], Cell[BoxData[ @@ -1304,15 +1565,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1327,21 +1594,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1370,8 +1647,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=20.\"", TraditionalForm]]], "Output", - CellLabel->"Out[27]=", - CellID->439545809,ExpressionUUID->"eb1d8ea5-0843-4dec-99bc-2067e782516b"] + CellLabel->"Out[31]=", + CellID->1584514319,ExpressionUUID->"0fbaf37c-620a-433e-a70f-05d0da762030"] }, Open ]], Cell[CellGroupData[{ @@ -1382,7 +1659,7 @@ Cell[BoxData[ RowBox[{"ExpGame01", ",", RowBox[{"EpsilonValue", "\[Rule]", "30"}], ",", RowBox[{"Labeling", "\[Rule]", "False"}]}], "]"}]}]], "Input", - CellLabel->"In[28]:=", + CellLabel->"In[32]:=", CellID->408597149,ExpressionUUID->"c86247a5-a608-465f-a76c-3ac8719b2824"], Cell[BoxData[ @@ -1397,15 +1674,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1420,21 +1703,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1464,13 +1757,355 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=30.\"", TraditionalForm]]], "Output", - CellLabel->"Out[28]=", - CellID->452530103,ExpressionUUID->"56bc5c79-b052-4ea7-9c7a-dc5a6091dcc8"] + CellLabel->"Out[32]=", + CellID->705902274,ExpressionUUID->"9082eaf6-5f1f-48ed-a02f-88eb330940d5"] }, Open ]] }, Closed]], Cell[CellGroupData[{ +Cell["Weber Set Plot2d", "Section", + CellID->1492634817,ExpressionUUID->"03afd63c-7e08-4bb5-94ca-56d66d82bce6"], + +Cell["\<\ +In this section we demonstrate how the Weber set can be plotted in connection \ +with some important game solutions. To get some overview about the set of \ +options with which the function FilledWeberSetV6[] can be called for, type \ +simply\ +\>", "Text", + CellID->1499411233,ExpressionUUID->"1c03fe1b-9163-4751-978b-066a7ff9a81a"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "FilledWeberSetV6", "]"}]], "Input", + CellLabel->"In[33]:=", + CellID->781853730,ExpressionUUID->"28b68282-b8a9-41ab-9359-c94c8056a579"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"DisplayLegend", "\[Rule]", "True"}], ",", + RowBox[{"FigureSize", "\[Rule]", "500"}], ",", + RowBox[{"PlotCore", "\[Rule]", "False"}], ",", + RowBox[{"PreImpSet", "\[Rule]", "False"}], ",", + RowBox[{"Silent", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[33]=", + CellID->671797294,ExpressionUUID->"683139ea-280e-47fb-8abc-df84e39f6c00"] +}, Open ]], + +Cell["\<\ +We provide a very small set of options to control the appearance of the two \ +dimensional core graphics. Notice, that the Weber set graphic will be always \ +plotted in connection with the Shapley value, kernel/nucleolus and \ +pre-kernel/pre-nucleolus. Moreover, the user has no influence to fade out the \ +vertices labeling. However, it is allowed to fade out the legend in the plot, \ +changing the figure/image size and to switch - on a monitoring mode to follow \ +the progress of evaluation. By default the legend mode is always activated, \ +the figure size is set to \"500\", and the verbosity is deactivated. \ +Therefore, when invoking FilledWeberSetV6[] with the sole argument name of \ +the game, then we get something like this\ +\>", "Text", + CellID->348859687,ExpressionUUID->"0a72bd6b-d731-4a93-9482-654e91424b94"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb01", "=", + RowBox[{"FilledWeberSetV6", "[", "ExpGame01", "]"}]}]], "Input", + CellLabel->"In[34]:=", + CellID->1378739506,ExpressionUUID->"91f39320-c7ee-4fa5-a1e4-7b5218adbe9a"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + GraphicsBox[{ + GraphicsComplexBox[{{77.94228634059948, 85.}, {103.92304845413263`, + 40.}, {-77.94228634059948, 85.}, {-86.60254037844386, 70.}, { + 17.32050807568877, -110.}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 4, 5, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{45 3^Rational[1, 2], 85}, { + 60 3^Rational[1, 2], 40}, {(-45) 3^Rational[1, 2], 85}, {(-50) + 3^Rational[1, 2], 70}, {10 3^Rational[1, 2], -110}}, {{ + 77.94228634059948, 85}, { + 103.92304845413263`, 40}, {-77.94228634059948, + 85}, {-86.60254037844386, 70}, {17.32050807568877, -110}}], + PolygonBox[{{3, 4, 2}, {1, 4, 5}, {4, 1}, {5, 2, 1, 3}, {2, 4}}]]}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{17.32050807568877, -110.}], + PointBox[{-86.60254037844386, 70.}], + PointBox[{-77.94228634059948, 85.}], + PointBox[{103.92304845413263`, 40.}], + PointBox[{77.94228634059948, 85.}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-79.84754222892524, 78.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.879353802500763, -92.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {101.15176716202242, 49.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {76.47004315416594, 92.65}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-71.62030089297308, 92.65}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{45 3^Rational[1, 2], 85}, { + 60 3^Rational[1, 2], 40}, {(-45) 3^Rational[1, 2], 85}, {(-50) + 3^Rational[1, 2], 70}, {10 3^Rational[1, 2], -110}}, {{ + 77.94228634059948, 85}, { + 103.92304845413263`, 40}, {-77.94228634059948, + 85}, {-86.60254037844386, 70}, {17.32050807568877, -110}}], + LineBox[{2, 1, 3, 4, 5, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[NCache[{5 3^Rational[1, 2], 10}, {8.660254037844386, 10}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{0, 220}, { + 110 3^Rational[1, 2], -110}, {(-110) 3^Rational[1, 2], -110}}, {{0, + 220}, {190.5255888325765, -110}, {-190.5255888325765, -110}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], PointBox[{0, 220}], + PointBox[ + NCache[{110 3^Rational[1, 2], -110}, {190.5255888325765, -110}]], + PointBox[ + NCache[{(-110) + 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}]}}}, + ImageSize->500], {-1, -0.8697843876330611}, { + Left, Bottom}, {2, 1.7395687752661222}], GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0.85, 0.85], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 4.739999999999999}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{500., 388.5008618133805}, + PlotRange->All]], "Output", + CellLabel->"Out[34]=", + CellID->1273219504,ExpressionUUID->"57418eb0-2d31-4a68-a06f-5c640a5293d3"] +}, Open ]], + +Cell["\<\ +From the Weber set graphic above we learn that the core area is always shaded \ +orange, which cannot be changed without editing the package file \ +\"TuGames.m\". It is identical to the core since the game is convex. Hence, \ +the core cannot be plotted in connection with the Weber set while invoking \ +the option \"PlotCore \[Rule] True\". The same holds true for an empty core. \ +Otherwise, it can be drawn in connection with the core. \ +\>", "Text", + CellID->667470666,ExpressionUUID->"d32d976b-6d27-4525-b8e1-e2ccc05f824d"], + +Cell["\<\ +In case that the user want to deactivate the legend mode, the option \ +\"DisplayLegend\" must be set to \"False\", and the function \ +FilledWeberSetV6[] must be called with two arguments as in the demonstration \ +coming next\ +\>", "Text", + CellID->1112403676,ExpressionUUID->"4a296abe-ca6a-4eb5-8f27-9dddf4e65d22"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig02", "=", + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"ExpGame01", ",", + RowBox[{"DisplayLegend", "\[Rule]", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[35]:=", + CellID->1886172739,ExpressionUUID->"fa81e387-f4f0-4d33-bfbb-3ec1753fb0e7"], + +Cell[BoxData[ + GraphicsBox[{ + GraphicsComplexBox[{{77.94228634059948, 85.}, {103.92304845413263`, + 40.}, {-77.94228634059948, 85.}, {-86.60254037844386, 70.}, { + 17.32050807568877, -110.}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 4, 5, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{45 3^Rational[1, 2], 85}, { + 60 3^Rational[1, 2], 40}, {(-45) 3^Rational[1, 2], 85}, {(-50) + 3^Rational[1, 2], 70}, {10 3^Rational[1, 2], -110}}, {{ + 77.94228634059948, 85}, { + 103.92304845413263`, 40}, {-77.94228634059948, + 85}, {-86.60254037844386, 70}, {17.32050807568877, -110}}], + PolygonBox[{{3, 4, 2}, {1, 4, 5}, {4, 1}, {5, 2, 1, 3}, {2, 4}}]]}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{17.32050807568877, -110.}], + PointBox[{-86.60254037844386, 70.}], PointBox[{-77.94228634059948, 85.}], + PointBox[{103.92304845413263`, 40.}], + PointBox[{77.94228634059948, 85.}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-79.84754222892524, 78.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.879353802500763, -92.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {101.15176716202242, 49.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {76.47004315416594, 92.65}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-71.62030089297308, 92.65}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{45 3^Rational[1, 2], 85}, { + 60 3^Rational[1, 2], 40}, {(-45) 3^Rational[1, 2], 85}, {(-50) + 3^Rational[1, 2], 70}, {10 3^Rational[1, 2], -110}}, {{ + 77.94228634059948, 85}, { + 103.92304845413263`, 40}, {-77.94228634059948, + 85}, {-86.60254037844386, 70}, {17.32050807568877, -110}}], + LineBox[{2, 1, 3, 4, 5, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[NCache[{5 3^Rational[1, 2], 10}, {8.660254037844386, 10}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[NCache[{10 3^Rational[1, 2], 20}, {17.32050807568877, 20}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{0, 220}, { + 110 3^Rational[1, 2], -110}, {(-110) 3^Rational[1, 2], -110}}, {{0, + 220}, {190.5255888325765, -110}, {-190.5255888325765, -110}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], PointBox[{0, 220}], + PointBox[NCache[{110 3^Rational[1, 2], -110}, { + 190.5255888325765, -110}]], + PointBox[NCache[{(-110) + 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}]}}}, + ImageSize->500]], "Output", + CellLabel->"Out[35]=", + CellID->2111380488,ExpressionUUID->"724844aa-2f5c-4583-b04d-be6bad2126ab"] +}, Open ]], + +Cell["To export the graphics above, comment out the following line", "Text", + CellID->1998792719,ExpressionUUID->"af3fc53f-58fc-40cf-8bd4-25887eec6752"], + +Cell[BoxData[ + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Export", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Style", "[", + RowBox[{"fig01", ",", + RowBox[{"Magnification", "\[Rule]", "1.5"}]}], "]"}]}], "]"}], ";", + "\n", + RowBox[{"Export", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Style", "[", + RowBox[{"fig02", ",", + RowBox[{"Magnification", "\[Rule]", "1.5"}]}], "]"}]}], "]"}], ";"}], + "*)"}]], "Input", + CellLabel->"In[25]:=", + CellID->1531369902,ExpressionUUID->"ebaba275-2528-40da-a2be-070094b7de20"] +}, Closed]], + +Cell[CellGroupData[{ + Cell["Animate Geometric Property of the Kernel/Nucleolus", "Section", CellID->1200188603,ExpressionUUID->"63bfd2b7-7bef-41d4-8410-097cc74f07a3"], @@ -1497,7 +2132,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "AnimationKernelProperty2d", "]"}]], "Input", - CellLabel->"In[29]:=", + CellLabel->"In[36]:=", CellID->1654464929,ExpressionUUID->"13fe8681-272c-435e-a1a1-307b17c9b912"], Cell[BoxData[ @@ -1513,8 +2148,8 @@ Cell[BoxData[ FractionBox["1", "4"]}], "}"}]}], ",", RowBox[{"FigureSize", "\[Rule]", "500"}], ",", RowBox[{"UseManipulate", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[29]=", - CellID->568022251,ExpressionUUID->"12d82f15-edd0-45bf-8d59-84d2a6270f4e"] + CellLabel->"Out[36]=", + CellID->2102178305,ExpressionUUID->"122b7693-d3ac-4605-97c9-9c2db40b7dfd"] }, Open ]], Cell["\<\ @@ -1551,19 +2186,19 @@ Cell[BoxData[ RowBox[{"(", RowBox[{"1", "/", "2"}], ")"}]}], "}"}]}]}], "]"}]}], ";"}]], "Input",\ - CellLabel->"In[30]:=", + CellLabel->"In[37]:=", CellID->2058083314,ExpressionUUID->"76933a93-1d3b-4759-8992-9112b48457a3"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "a1", "]"}]], "Input", - CellLabel->"In[31]:=", + CellLabel->"In[38]:=", CellID->585057734,ExpressionUUID->"82de498f-b439-43a4-8fc0-8201ee704852"], Cell[BoxData["147"], "Output", - CellLabel->"Out[31]=", - CellID->255158974,ExpressionUUID->"92b3c684-bb0a-4149-b8f6-2ad891cc4a34"] + CellLabel->"Out[38]=", + CellID->457025352,ExpressionUUID->"e6e443ea-bbdc-40a1-a15d-2d0b9ba664b4"] }, Open ]], Cell["\<\ @@ -1581,13 +2216,13 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ListAnimate", "[", RowBox[{"a1", ",", "1"}], "]"}]], "Input", - CellLabel->"In[32]:=", + CellLabel->"In[39]:=", CellID->1700203499,ExpressionUUID->"b49689dd-9946-4166-b1a4-106a147085af"], Cell[BoxData[ TagBox[ StyleBox[ - DynamicModuleBox[{$CellContext`i11$$ = 44, Typeset`show$$ = True, + DynamicModuleBox[{$CellContext`i11$$ = 133, Typeset`show$$ = True, Typeset`bookmarkList$$ = { "\"min\"" :> {$CellContext`i11$$ = 1}, "\"max\"" :> {$CellContext`i11$$ = 147}}, Typeset`bookmarkMode$$ = @@ -1606,10 +2241,10 @@ Cell[BoxData[ {"\<\"\"\>", AnimatorBox[Dynamic[$CellContext`i11$$], {1, 147, 1}, AnimationDirection->ForwardBackward, - AnimationRate->9.313225746154785, + AnimationRate->14.551915228366852`, AnimationRunTime->0., AnimationRunning->False, - AnimationTimeIndex->4.640724778600584, + AnimationTimeIndex->9.098395035701355, AppearanceElements->{ "ProgressSlider", "PlayPauseButton", "FasterSlowerButtons", @@ -1653,17 +2288,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1685,21 +2327,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1754,17 +2408,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1786,21 +2447,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1856,17 +2529,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1888,21 +2568,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -1958,17 +2650,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -1990,21 +2689,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2060,17 +2771,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2086,27 +2804,40 @@ Cell[BoxData[ 77.94228634059948, 85}]], PointBox[ NCache[{(-50) 3^Rational[1, 2], 70}, {-86.60254037844386, - 70}]], PointBox[ + 70}]], + PointBox[ NCache[{10 3^Rational[1, 2], -110}, { 17.32050807568877, -110}]], PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2161,17 +2892,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], "}"}], - {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2193,21 +2931,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2263,16 +3013,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], "}"}], - {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2294,21 +3052,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2364,17 +3134,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2396,21 +3173,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2466,17 +3255,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2498,21 +3294,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2567,17 +3375,23 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2599,21 +3413,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2648,6 +3474,7 @@ Cell[BoxData[ Rational[171, 2] 3^Rational[1, 2], 40}, { Rational[231, 4] 3^Rational[1, 2], Rational[493, 4]}, { Rational[-231, 4] 3^Rational[1, 2], Rational[493, 4]}}, {{ + 39.40415587219196, -148.25}, {-4.763139720814412, \ -148.25}, {-130.76983597145022`, 70}, {148.090344047139, 40}, { 100.02593413710265`, 123.25}, {-100.02593413710265`, @@ -2669,17 +3496,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2701,21 +3535,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2771,17 +3617,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2803,21 +3656,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2873,17 +3738,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -2905,21 +3777,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -2974,17 +3858,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3006,21 +3897,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3076,17 +3979,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3108,21 +4018,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3178,17 +4100,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3210,21 +4139,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3280,17 +4221,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3312,21 +4260,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3381,17 +4341,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3413,21 +4380,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3483,17 +4462,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3515,21 +4501,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3585,17 +4583,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3617,21 +4622,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3687,17 +4704,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3719,21 +4743,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3787,17 +4823,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3819,21 +4862,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3890,17 +4945,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -3922,21 +4984,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -3993,17 +5067,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4025,21 +5106,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4096,17 +5189,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4128,21 +5228,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4196,17 +5308,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4228,21 +5347,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4299,17 +5430,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4331,21 +5469,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4402,17 +5552,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4434,21 +5591,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4505,17 +5674,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4537,21 +5713,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4605,17 +5793,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4637,21 +5832,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4708,17 +5915,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4740,21 +5954,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4811,17 +6037,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4843,21 +6076,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -4914,17 +6159,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -4946,21 +6198,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5014,17 +6278,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5046,21 +6317,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5117,17 +6400,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5149,21 +6439,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5220,17 +6522,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5252,21 +6561,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5323,17 +6644,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5355,21 +6683,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5424,17 +6764,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5456,21 +6803,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5527,17 +6886,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5559,21 +6925,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5629,17 +7007,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5661,21 +7046,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5732,17 +7129,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5764,21 +7168,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5832,17 +7248,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5864,21 +7287,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -5935,17 +7370,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -5967,21 +7409,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6038,17 +7492,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6070,21 +7531,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6141,17 +7614,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6173,21 +7653,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6241,17 +7733,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6273,21 +7772,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6344,17 +7855,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6376,21 +7894,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6447,17 +7977,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6479,21 +8016,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6550,17 +8099,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6582,21 +8138,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6646,21 +8214,28 @@ Cell[BoxData[ {GrayLevel[0.5], PointSize[0.015], PointBox[ NCache[{(-110) - 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], - PointBox[ - NCache[{110 3^Rational[1, 2], -110}, { - 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], + PointBox[ + NCache[{110 3^Rational[1, 2], -110}, { + 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6682,21 +8257,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6753,17 +8340,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6785,21 +8379,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6856,17 +8462,23 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}] + , InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6888,21 +8500,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -6959,17 +8583,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -6991,21 +8622,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7059,17 +8702,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7091,21 +8741,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7162,17 +8824,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7194,21 +8863,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7265,17 +8946,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7297,21 +8985,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7368,17 +9068,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7400,21 +9107,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7468,17 +9187,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7500,21 +9226,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7571,17 +9309,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7603,21 +9348,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7672,17 +9429,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7704,21 +9468,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7774,17 +9550,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7806,21 +9589,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7872,17 +9667,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -7904,21 +9706,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -7972,17 +9786,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8004,21 +9825,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8071,17 +9904,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8103,21 +9943,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8171,17 +10023,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8203,21 +10062,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8269,17 +10140,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8301,21 +10179,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8369,17 +10259,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8401,21 +10298,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8468,17 +10377,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8500,21 +10416,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8568,17 +10496,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8600,21 +10535,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8666,17 +10613,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8698,21 +10652,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8766,17 +10732,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8792,28 +10765,39 @@ Cell[BoxData[ 77.94228634059948, 85}]], PointBox[ NCache[{(-50) 3^Rational[1, 2], 70}, {-86.60254037844386, - 70}]], - PointBox[ + 70}]], PointBox[ NCache[{10 3^Rational[1, 2], -110}, { 17.32050807568877, -110}]], PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8866,17 +10850,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8898,21 +10889,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -8966,17 +10969,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -8998,21 +11008,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9064,17 +11086,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9096,21 +11125,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9164,17 +11205,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9196,21 +11244,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9263,17 +11323,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9295,21 +11362,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9363,17 +11442,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9395,21 +11481,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9461,17 +11559,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9493,21 +11598,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9561,17 +11678,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9593,21 +11717,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9660,17 +11796,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9692,21 +11835,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9760,17 +11915,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9792,21 +11954,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9856,17 +12030,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9888,21 +12069,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -9955,17 +12148,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -9987,21 +12187,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10053,17 +12265,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10085,21 +12304,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10148,21 +12379,28 @@ Cell[BoxData[ {GrayLevel[0.5], PointSize[0.015], PointBox[ NCache[{(-110) - 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], - PointBox[ - NCache[{110 3^Rational[1, 2], -110}, { - 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], + PointBox[ + NCache[{110 3^Rational[1, 2], -110}, { + 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10184,21 +12422,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10249,17 +12499,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10281,21 +12538,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10348,17 +12617,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10380,21 +12656,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10446,17 +12734,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10478,21 +12773,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10545,17 +12852,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10577,21 +12891,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10642,17 +12968,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10674,21 +13007,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10741,17 +13086,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10773,21 +13125,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10839,17 +13203,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10871,21 +13242,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -10937,17 +13320,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -10969,21 +13359,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11034,17 +13436,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11066,21 +13475,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11132,17 +13553,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11164,21 +13592,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11230,17 +13670,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11262,21 +13709,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11328,17 +13787,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11360,21 +13826,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11425,17 +13903,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11457,21 +13942,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11523,17 +14020,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11555,21 +14059,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11621,17 +14137,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11653,21 +14176,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11719,17 +14254,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], "}"}], - {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11751,21 +14293,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11816,17 +14370,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11848,21 +14409,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -11914,16 +14487,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], "}"}], - {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -11945,21 +14526,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12011,17 +14604,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12043,21 +14643,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12109,16 +14721,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], "}"}], - {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12140,21 +14760,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12204,17 +14836,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12236,21 +14875,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12302,17 +14953,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12334,21 +14992,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12401,17 +15071,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12433,21 +15110,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12499,17 +15188,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12531,21 +15227,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12595,17 +15303,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12627,21 +15342,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12693,17 +15420,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12725,21 +15459,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12791,17 +15537,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12823,21 +15576,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12889,17 +15654,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -12921,21 +15693,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -12985,17 +15769,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13017,21 +15808,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13083,17 +15886,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13115,21 +15925,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13181,17 +16003,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13213,21 +16042,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13279,17 +16120,23 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13311,21 +16158,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13375,17 +16234,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13407,21 +16273,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13473,17 +16351,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13505,21 +16390,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13572,17 +16469,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13604,21 +16508,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13670,17 +16586,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13702,21 +16625,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13766,17 +16701,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13798,21 +16740,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13863,17 +16817,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13895,21 +16856,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -13960,17 +16933,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -13992,21 +16972,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14057,17 +17049,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14083,27 +17082,40 @@ Cell[BoxData[ 77.94228634059948, 85}]], PointBox[ NCache[{(-50) 3^Rational[1, 2], 70}, {-86.60254037844386, - 70}]], PointBox[ + 70}]], + PointBox[ NCache[{10 3^Rational[1, 2], -110}, { 17.32050807568877, -110}]], PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14153,17 +17165,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14185,21 +17204,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14250,17 +17281,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14282,21 +17320,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14347,17 +17397,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14379,21 +17436,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14443,17 +17512,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14475,21 +17551,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14539,17 +17627,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14571,21 +17666,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14635,17 +17742,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14667,21 +17781,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14732,17 +17858,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14764,21 +17897,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14828,17 +17973,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14860,21 +18012,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -14924,17 +18088,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -14956,21 +18127,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15020,17 +18203,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15052,21 +18242,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15117,17 +18319,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15149,21 +18358,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15213,17 +18434,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15245,21 +18473,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15308,17 +18548,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15340,21 +18587,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15404,17 +18663,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15436,21 +18702,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15501,17 +18779,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15533,21 +18818,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15597,17 +18894,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15629,21 +18933,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15692,17 +19008,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15724,21 +19047,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15788,17 +19123,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15820,21 +19162,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15885,17 +19239,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -15917,21 +19278,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -15981,17 +19354,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16013,21 +19393,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16076,17 +19468,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16108,21 +19507,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16172,17 +19583,24 @@ Cell[BoxData[ PointBox[ NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], - InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + + FontSize-> + 12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], + InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, { 77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16204,21 +19622,33 @@ Cell[BoxData[ PointBox[ NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], + InsetBox[ + StyleBox[ RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16305,8 +19735,8 @@ Cell[BoxData[ Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[32]=", - CellID->962913452,ExpressionUUID->"a2917fb4-8b94-4b38-ab38-becf54ebe1a7"] + CellLabel->"Out[39]=", + CellID->703082943,ExpressionUUID->"a5b222f7-82b0-4da0-b97f-20885ba26cc2"] }, Open ]], Cell["\<\ @@ -16326,7 +19756,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"Map", "[", RowBox[{"Print", ",", "a1"}], "]"}], ";"}]], "Input", - CellLabel->"In[33]:=", + CellLabel->"In[40]:=", CellID->224748285,ExpressionUUID->"9c5bb240-324d-44b5-96fc-d32b1f581d42"], Cell[CellGroupData[{ @@ -16343,15 +19773,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16366,21 +19802,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16410,8 +19856,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=30.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1567110422,ExpressionUUID->"74dc7dff-3b6d-4da6-8a1f-7e83b9132426"], + CellLabel->"During evaluation of In[40]:=", + CellID->730226837,ExpressionUUID->"fc30e62a-479a-402f-8d04-95208d624eab"], Cell[BoxData[ GraphicsBox[{{ @@ -16425,15 +19871,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16448,21 +19900,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16494,8 +19956,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=29.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1663011437,ExpressionUUID->"f68cc748-e0d7-4559-ba0d-ece79555cf30"], + CellLabel->"During evaluation of In[40]:=", + CellID->1140242433,ExpressionUUID->"b010088b-2529-4050-8ff7-9a3164e1a22b"], Cell[BoxData[ GraphicsBox[{{ @@ -16509,15 +19971,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16532,21 +20000,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16577,8 +20055,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=29.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->22885825,ExpressionUUID->"d4753cef-360a-4b19-91fb-5954c0189244"], + CellLabel->"During evaluation of In[40]:=", + CellID->76639128,ExpressionUUID->"1bce8dfc-3332-429b-b5d5-4bccc26e0959"], Cell[BoxData[ GraphicsBox[{{ @@ -16592,15 +20070,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16615,21 +20099,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16661,8 +20155,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=28.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1767864807,ExpressionUUID->"b0d0a2ba-9e52-4cdf-9df9-d1757e77d0b2"], + CellLabel->"During evaluation of In[40]:=", + CellID->1456149897,ExpressionUUID->"a7f0a3d0-733e-4fae-9b1c-d6ea3c20dc48"], Cell[BoxData[ GraphicsBox[{{ @@ -16676,15 +20170,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16699,21 +20199,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16743,8 +20253,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=28.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1657647934,ExpressionUUID->"7a059a27-df32-47e7-a2bd-510f432ab266"], + CellLabel->"During evaluation of In[40]:=", + CellID->24835554,ExpressionUUID->"1e7faf38-a87e-48c2-ac33-ecc46c2900c9"], Cell[BoxData[ GraphicsBox[{{ @@ -16758,15 +20268,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16781,21 +20297,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16827,8 +20353,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=27.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1939454340,ExpressionUUID->"3fcce30a-18cc-48da-8403-2c51b8374a11"], + CellLabel->"During evaluation of In[40]:=", + CellID->828934819,ExpressionUUID->"993ccb0d-1d42-4c59-8821-69619385aad8"], Cell[BoxData[ GraphicsBox[{{ @@ -16842,15 +20368,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16865,21 +20397,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16910,8 +20452,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=27.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->135398923,ExpressionUUID->"34123b4c-3d77-46b3-ab76-58f75cb17756"], + CellLabel->"During evaluation of In[40]:=", + CellID->419479073,ExpressionUUID->"a0b43cd4-40b8-4b93-b6d1-9cc965773f9c"], Cell[BoxData[ GraphicsBox[{{ @@ -16925,15 +20467,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -16948,21 +20496,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -16994,8 +20552,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=26.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1178656243,ExpressionUUID->"8a51a630-e68c-4368-a2d2-142f134985ae"], + CellLabel->"During evaluation of In[40]:=", + CellID->1724382988,ExpressionUUID->"c969d17c-efd9-4895-99bd-506ad84613ee"], Cell[BoxData[ GraphicsBox[{{ @@ -17009,15 +20567,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17032,21 +20596,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17076,8 +20650,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=26.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->970364421,ExpressionUUID->"35efe284-7d19-40e7-9f6d-06d2f0369f67"], + CellLabel->"During evaluation of In[40]:=", + CellID->546150539,ExpressionUUID->"6ca65f10-a16b-47b4-9ca7-ceb2b909c4ad"], Cell[BoxData[ GraphicsBox[{{ @@ -17091,15 +20665,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17114,21 +20694,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17160,8 +20750,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=25.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1538482487,ExpressionUUID->"fdfb9436-77e8-4b9a-85e3-5c5175a4cfe0"], + CellLabel->"During evaluation of In[40]:=", + CellID->1268980987,ExpressionUUID->"6ee2325b-bbea-489d-a3fd-99024f717774"], Cell[BoxData[ GraphicsBox[{{ @@ -17175,15 +20765,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17198,21 +20794,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17243,8 +20849,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=25.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->679237509,ExpressionUUID->"7515efb5-9abd-4b8c-9484-8b0f17623cfc"], + CellLabel->"During evaluation of In[40]:=", + CellID->1591357270,ExpressionUUID->"74e91f8b-cbc4-41c4-80d3-f70c610d8d79"], Cell[BoxData[ GraphicsBox[{{ @@ -17258,15 +20864,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17281,21 +20893,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17327,8 +20949,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=24.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1472361944,ExpressionUUID->"986b8d03-d6d1-4dc6-8d8a-75ef66e0397d"], + CellLabel->"During evaluation of In[40]:=", + CellID->114675330,ExpressionUUID->"27871677-c47d-4488-ae0f-6920e41d717d"], Cell[BoxData[ GraphicsBox[{{ @@ -17342,15 +20964,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17365,21 +20993,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17409,8 +21047,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=24.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->226979339,ExpressionUUID->"249b70bb-5a6f-4f61-8d5b-d7289b8ec1d5"], + CellLabel->"During evaluation of In[40]:=", + CellID->1502369156,ExpressionUUID->"2d78c5c2-d0d3-45b6-a746-bcfd0dae21a7"], Cell[BoxData[ GraphicsBox[{{ @@ -17424,15 +21062,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17447,21 +21091,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17493,8 +21147,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=23.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1125084440,ExpressionUUID->"62dd8d47-4e65-4def-a71f-ef02e18adf30"], + CellLabel->"During evaluation of In[40]:=", + CellID->1321615202,ExpressionUUID->"1a22bde4-a56d-4bae-81d2-aaebd5ef3df8"], Cell[BoxData[ GraphicsBox[{{ @@ -17508,15 +21162,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17531,21 +21191,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17576,8 +21246,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=23.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->789892190,ExpressionUUID->"91f0ccd7-84b5-4507-b6c0-91267cca3bb4"], + CellLabel->"During evaluation of In[40]:=", + CellID->1467182013,ExpressionUUID->"4e4fa96c-c059-4aa2-b490-bade945abd2c"], Cell[BoxData[ GraphicsBox[{{ @@ -17591,15 +21261,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17614,21 +21290,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17660,8 +21346,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=22.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->964910522,ExpressionUUID->"829676b2-cfd7-46f5-8924-e7e921af1590"], + CellLabel->"During evaluation of In[40]:=", + CellID->108123057,ExpressionUUID->"c760b001-0e4d-4843-a03e-900530b55d98"], Cell[BoxData[ GraphicsBox[{{ @@ -17675,15 +21361,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17698,21 +21390,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17741,8 +21443,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=22.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->59362609,ExpressionUUID->"fea56ebc-8774-4774-93a4-43f937b4c0b8"], + CellLabel->"During evaluation of In[40]:=", + CellID->956251415,ExpressionUUID->"d5adc33b-8839-4e23-ae3d-39a494e45249"], Cell[BoxData[ GraphicsBox[{{ @@ -17756,15 +21458,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17779,21 +21487,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17825,8 +21543,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=21.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->182014965,ExpressionUUID->"5224b8de-e65e-4256-afec-85211417c97f"], + CellLabel->"During evaluation of In[40]:=", + CellID->93621922,ExpressionUUID->"306589fa-4697-4019-b381-b24db374dc8d"], Cell[BoxData[ GraphicsBox[{{ @@ -17840,15 +21558,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17863,21 +21587,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17908,8 +21642,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=21.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1096021583,ExpressionUUID->"7b30de5a-26c1-41d9-8e22-baa11895734a"], + CellLabel->"During evaluation of In[40]:=", + CellID->87317538,ExpressionUUID->"71934017-047d-48ba-b6fc-470902b5e056"], Cell[BoxData[ GraphicsBox[{{ @@ -17923,15 +21657,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -17946,21 +21686,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -17992,8 +21742,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=20.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1544378636,ExpressionUUID->"470ecd7b-77a5-4bc3-9c47-9a025580432e"], + CellLabel->"During evaluation of In[40]:=", + CellID->2032653057,ExpressionUUID->"1d1e139c-28eb-4c88-b062-1ab5ae3d314b"], Cell[BoxData[ GraphicsBox[{{ @@ -18007,15 +21757,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18030,21 +21786,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18073,8 +21839,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=20.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1695572726,ExpressionUUID->"5799741c-cbd9-43e4-8c65-ffb8e0773c92"], + CellLabel->"During evaluation of In[40]:=", + CellID->1616037485,ExpressionUUID->"a95108e8-7359-4b63-b7ba-9b87700f738b"], Cell[BoxData[ GraphicsBox[{{ @@ -18088,15 +21854,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18111,21 +21883,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18158,8 +21940,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=19.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->96247307,ExpressionUUID->"2e82859f-9cac-4a13-96f1-da28c070cbab"], + CellLabel->"During evaluation of In[40]:=", + CellID->1734887219,ExpressionUUID->"db63881a-6bb5-422f-aada-87d94e85f8b9"], Cell[BoxData[ GraphicsBox[{{ @@ -18173,15 +21955,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18196,21 +21984,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18242,8 +22040,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=19.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->92606251,ExpressionUUID->"322438b8-3508-49ba-a420-e982b782d07c"], + CellLabel->"During evaluation of In[40]:=", + CellID->47936421,ExpressionUUID->"da36e3dd-7ec4-45ac-baed-689c7396a74d"], Cell[BoxData[ GraphicsBox[{{ @@ -18257,15 +22055,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18280,21 +22084,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18327,8 +22141,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=18.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1248162563,ExpressionUUID->"500bd0bc-6964-4c4c-8a4e-6ba0afffb0b3"], + CellLabel->"During evaluation of In[40]:=", + CellID->1053068157,ExpressionUUID->"d600e285-4ae1-4605-a949-6ad3b49ac55d"], Cell[BoxData[ GraphicsBox[{{ @@ -18342,15 +22156,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18365,21 +22185,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18410,8 +22240,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=18.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->887052390,ExpressionUUID->"ed0e70b8-f2a7-4b2a-a7ae-d7e95c08f09e"], + CellLabel->"During evaluation of In[40]:=", + CellID->293305845,ExpressionUUID->"0ddc2456-bf17-46ef-8c89-27bb8ccaf340"], Cell[BoxData[ GraphicsBox[{{ @@ -18425,15 +22255,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18448,21 +22284,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18495,8 +22341,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=17.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->92470728,ExpressionUUID->"497b7c9a-380a-4428-9ec2-612a3a8c1099"], + CellLabel->"During evaluation of In[40]:=", + CellID->719733715,ExpressionUUID->"4fc4d877-746d-4fe0-826a-218f1b80d21e"], Cell[BoxData[ GraphicsBox[{{ @@ -18510,15 +22356,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18533,21 +22385,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18579,8 +22441,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=17.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1687708372,ExpressionUUID->"e4423112-ee57-4332-b538-e4be6f1d205c"], + CellLabel->"During evaluation of In[40]:=", + CellID->178804013,ExpressionUUID->"73552d61-0002-4cb5-8135-de9e69635f8e"], Cell[BoxData[ GraphicsBox[{{ @@ -18594,15 +22456,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18617,21 +22485,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18664,8 +22542,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=16.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1339582493,ExpressionUUID->"98180060-0ac2-44ae-85d6-ce38ee0ddc41"], + CellLabel->"During evaluation of In[40]:=", + CellID->257202686,ExpressionUUID->"e05dcf1d-9f15-4a5e-a9b8-13bb836f1aad"], Cell[BoxData[ GraphicsBox[{{ @@ -18679,15 +22557,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18702,21 +22586,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18747,8 +22641,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=16.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->660492980,ExpressionUUID->"6e9cd8f7-b799-477b-8e23-f88a7ea84d89"], + CellLabel->"During evaluation of In[40]:=", + CellID->674428372,ExpressionUUID->"d5c8b0ac-e65d-4ee2-89cd-0fcf1b8104de"], Cell[BoxData[ GraphicsBox[{{ @@ -18762,15 +22656,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18785,21 +22685,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18832,8 +22742,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=15.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1942867346,ExpressionUUID->"befce120-29d8-4fda-884e-2a9f8ccc7ce6"], + CellLabel->"During evaluation of In[40]:=", + CellID->635829366,ExpressionUUID->"ea6b9fb3-719e-458d-bc9f-f434db9f5785"], Cell[BoxData[ GraphicsBox[{{ @@ -18847,15 +22757,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18870,21 +22786,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -18916,8 +22842,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=15.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->155012297,ExpressionUUID->"8ab6edf3-668b-49e6-9837-d10b0b05756a"], + CellLabel->"During evaluation of In[40]:=", + CellID->960285629,ExpressionUUID->"5df30f32-4eff-402b-93d6-047dea106439"], Cell[BoxData[ GraphicsBox[{{ @@ -18931,15 +22857,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -18954,21 +22886,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19001,8 +22943,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=14.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->80119754,ExpressionUUID->"43fc969f-3c93-43af-b06f-5a87958f0c58"], + CellLabel->"During evaluation of In[40]:=", + CellID->1404655210,ExpressionUUID->"70fdd0b3-bfc3-4b88-a711-612d24459148"], Cell[BoxData[ GraphicsBox[{{ @@ -19016,15 +22958,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19039,21 +22987,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19084,8 +23042,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=14.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1458395136,ExpressionUUID->"596848e4-c920-458f-9a90-68560276726c"], + CellLabel->"During evaluation of In[40]:=", + CellID->1776071799,ExpressionUUID->"d910147d-acec-49ff-abc6-a253e6ba6f7f"], Cell[BoxData[ GraphicsBox[{{ @@ -19099,15 +23057,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19122,21 +23086,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19169,8 +23143,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=13.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->177898122,ExpressionUUID->"f55ba84b-9dae-4ad2-90f3-9bfa74555596"], + CellLabel->"During evaluation of In[40]:=", + CellID->1036924757,ExpressionUUID->"422ec8a0-436d-4bbe-b2e4-e47a4f2cb815"], Cell[BoxData[ GraphicsBox[{{ @@ -19184,15 +23158,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19207,21 +23187,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19253,8 +23243,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=13.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1847984561,ExpressionUUID->"0de1ee5e-5ac5-49c6-9731-715233051e08"], + CellLabel->"During evaluation of In[40]:=", + CellID->713321459,ExpressionUUID->"0c1176e6-b1a5-48f4-8618-bd686d2060fc"], Cell[BoxData[ GraphicsBox[{{ @@ -19268,15 +23258,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19291,21 +23287,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19338,8 +23344,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=12.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->968559422,ExpressionUUID->"95d4f2e9-5e6e-4ebd-82de-36abeccb5428"], + CellLabel->"During evaluation of In[40]:=", + CellID->1800907353,ExpressionUUID->"ff0ad3be-79f0-4149-a071-841dc7c58b32"], Cell[BoxData[ GraphicsBox[{{ @@ -19353,15 +23359,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19376,21 +23388,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19419,8 +23441,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 2, 3, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=12.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2117352462,ExpressionUUID->"19d1a17e-fbe5-4f7f-8746-27201b924295"], + CellLabel->"During evaluation of In[40]:=", + CellID->1865859576,ExpressionUUID->"0bf39e57-cbfe-44b2-9912-964b5f996e99"], Cell[BoxData[ GraphicsBox[{{ @@ -19434,15 +23456,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19457,21 +23485,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19504,8 +23542,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=11.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1983383485,ExpressionUUID->"7b224158-8d1a-4b07-8608-7f6b1074f2db"], + CellLabel->"During evaluation of In[40]:=", + CellID->1132800532,ExpressionUUID->"21f92153-57d9-47dc-bb0b-a886ab47b240"], Cell[BoxData[ GraphicsBox[{{ @@ -19519,15 +23557,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19542,21 +23586,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19588,8 +23642,8 @@ Cell[BoxData[ LineBox[{2, 3, 6, 4, 5, 1, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=11.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2147215665,ExpressionUUID->"2e96575b-a3b3-4a49-b061-a263aa1583cd"], + CellLabel->"During evaluation of In[40]:=", + CellID->1377806694,ExpressionUUID->"58fa28d6-6b82-4a49-87bc-87b191fa02ea"], Cell[BoxData[ GraphicsBox[{{ @@ -19603,15 +23657,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19626,21 +23686,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19672,8 +23742,8 @@ Cell[BoxData[ 70}, {-87.03555308033607, 100.75}}], LineBox[{2, 3, 6, 5, 4, 1, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=10.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->940233235,ExpressionUUID->"6d56bce2-6c9a-4b30-a8cc-3b01805a90b6"], + CellLabel->"During evaluation of In[40]:=", + CellID->264526468,ExpressionUUID->"5b827ccf-66bc-4101-8fdd-60d11c9e789a"], Cell[BoxData[ GraphicsBox[{{ @@ -19687,15 +23757,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19710,21 +23786,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19753,8 +23839,8 @@ Cell[BoxData[ LineBox[{1, 2, 6, 4, 5, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=10.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1374382324,ExpressionUUID->"ec80b0a8-4e3d-464d-b338-cf0c150d66ab"], + CellLabel->"During evaluation of In[40]:=", + CellID->254297872,ExpressionUUID->"c6ddb5a3-e705-4184-aff0-ed3b19612689"], Cell[BoxData[ GraphicsBox[{{ @@ -19768,15 +23854,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19791,21 +23883,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19838,8 +23940,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=9.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->678969526,ExpressionUUID->"711b4a82-0b13-47a7-97e1-e02e09d0ebd8"], + CellLabel->"During evaluation of In[40]:=", + CellID->821680316,ExpressionUUID->"82755a46-7e72-4b27-a4c1-edb4dd24dccb"], Cell[BoxData[ GraphicsBox[{{ @@ -19853,15 +23955,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19876,21 +23984,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -19922,8 +24040,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=9.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->265111531,ExpressionUUID->"9269b3ad-3dc1-4999-a349-6ab2dc183383"], + CellLabel->"During evaluation of In[40]:=", + CellID->379201798,ExpressionUUID->"824f5a8d-f409-4943-b361-6a2f6c40c120"], Cell[BoxData[ GraphicsBox[{{ @@ -19937,15 +24055,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -19960,21 +24084,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20006,8 +24140,8 @@ Cell[BoxData[ 70}, {-85.3035022727672, 97.75}}], LineBox[{2, 3, 6, 5, 4, 1, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=8.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1601361663,ExpressionUUID->"9d11a555-5a1d-4a92-906b-9141b441c7b1"], + CellLabel->"During evaluation of In[40]:=", + CellID->1756667028,ExpressionUUID->"cd80951b-42f5-403b-930c-b87d63c0fe0d"], Cell[BoxData[ GraphicsBox[{{ @@ -20021,15 +24155,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20044,21 +24184,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20089,8 +24239,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=8.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1804053967,ExpressionUUID->"3fd55b5f-038e-4e13-8a3e-18428d9bc12a"], + CellLabel->"During evaluation of In[40]:=", + CellID->2143295518,ExpressionUUID->"9778379b-88d3-4e4b-924b-2cda277f0f8e"], Cell[BoxData[ GraphicsBox[{{ @@ -20104,15 +24254,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20127,21 +24283,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20174,8 +24340,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=7.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1055003721,ExpressionUUID->"af283a23-f68b-4944-83fd-c5200820ae5a"], + CellLabel->"During evaluation of In[40]:=", + CellID->1846383811,ExpressionUUID->"3efe376f-d488-4be9-bc7e-c76c9ea3f81d"], Cell[BoxData[ GraphicsBox[{{ @@ -20189,15 +24355,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20212,21 +24384,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20258,8 +24440,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=7.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->418788538,ExpressionUUID->"4a35f95f-6bb7-4511-bb0b-04d0191bf97c"], + CellLabel->"During evaluation of In[40]:=", + CellID->1864790086,ExpressionUUID->"09f6ad56-b18d-494b-9203-72faca708d32"], Cell[BoxData[ GraphicsBox[{{ @@ -20273,15 +24455,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20296,21 +24484,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20343,8 +24541,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=6.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1863416576,ExpressionUUID->"63bab928-6127-47f1-bde7-8683c3fe3b07"], + CellLabel->"During evaluation of In[40]:=", + CellID->952063285,ExpressionUUID->"4147a59a-4b20-4cdc-94dd-0d6e9f3a292a"], Cell[BoxData[ GraphicsBox[{{ @@ -20358,15 +24556,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20381,21 +24585,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20426,8 +24640,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=6.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1237018686,ExpressionUUID->"4813b0fc-9094-40bd-b00b-62d1e50e79d6"], + CellLabel->"During evaluation of In[40]:=", + CellID->1940005734,ExpressionUUID->"ceb8e56e-a3c1-463b-ac72-3822c0b824f8"], Cell[BoxData[ GraphicsBox[{{ @@ -20441,15 +24655,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20464,21 +24684,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20510,8 +24740,8 @@ Cell[BoxData[ LineBox[{2, 3, 6, 4, 5, 1, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=5.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1514810121,ExpressionUUID->"8c3a2beb-b5d7-46ce-8a06-bccf54050449"], + CellLabel->"During evaluation of In[40]:=", + CellID->1952107624,ExpressionUUID->"d3d81565-eb2f-4b75-844f-40dfe08d86cf"], Cell[BoxData[ GraphicsBox[{{ @@ -20525,15 +24755,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20548,21 +24784,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20594,8 +24840,8 @@ Cell[BoxData[ ImageSize->500, PlotLabel->FormBox["\"eps=5.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1260311564,ExpressionUUID->"28e4e8a8-1c77-49af-9993-285268c1ba99"], + CellLabel->"During evaluation of In[40]:=", + CellID->837232695,ExpressionUUID->"ace62c47-e5c4-449a-bc59-4b8399b11a29"], Cell[BoxData[ GraphicsBox[{{ @@ -20609,15 +24855,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20632,21 +24884,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20678,8 +24940,8 @@ Cell[BoxData[ 81.83940065762945, 91.75}}], LineBox[{5, 6, 4, 3, 2, 1, 5}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=4.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->785107765,ExpressionUUID->"ccd5b5ed-493a-4f01-b96c-de01c33ee872"], + CellLabel->"During evaluation of In[40]:=", + CellID->1408559571,ExpressionUUID->"8a49d96c-8f9d-4a49-9223-3704c8584a3e"], Cell[BoxData[ GraphicsBox[{{ @@ -20693,15 +24955,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20716,21 +24984,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20761,8 +25039,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=4.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1611057428,ExpressionUUID->"cb9e23a7-a2a6-4baf-8b3d-623b462282ef"], + CellLabel->"During evaluation of In[40]:=", + CellID->1539511195,ExpressionUUID->"c9e55d4f-955e-4825-aaa1-ea6ff7c714f9"], Cell[BoxData[ GraphicsBox[{{ @@ -20776,15 +25054,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20799,21 +25083,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20845,8 +25139,8 @@ Cell[BoxData[ 90.25}}], LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=3.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1352917815,ExpressionUUID->"85438a6a-dc5d-4945-bb37-b437b6f6066a"], + CellLabel->"During evaluation of In[40]:=", + CellID->885169116,ExpressionUUID->"dff6f283-41f7-4326-97ce-b0d9174fe9ec"], Cell[BoxData[ GraphicsBox[{{ @@ -20860,15 +25154,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20883,21 +25183,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -20928,8 +25238,8 @@ Cell[BoxData[ 89.5}}], LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=3.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2033270328,ExpressionUUID->"19be1494-5e89-44e2-8db4-842f07d3e698"], + CellLabel->"During evaluation of In[40]:=", + CellID->314144080,ExpressionUUID->"4cfbf6ae-62ac-4bcc-a5eb-6bdda89d8bb3"], Cell[BoxData[ GraphicsBox[{{ @@ -20943,15 +25253,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -20966,21 +25282,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21013,8 +25339,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=2.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->350626170,ExpressionUUID->"91505f97-c290-4bc0-8354-4c6b0d694e29"], + CellLabel->"During evaluation of In[40]:=", + CellID->1832817041,ExpressionUUID->"d497b67a-2ff8-4225-8365-9bf5418a5f58"], Cell[BoxData[ GraphicsBox[{{ @@ -21028,15 +25354,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21051,21 +25383,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21096,8 +25438,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=2.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1445388543,ExpressionUUID->"a0fe3fe5-67c2-4ea9-8674-ce6751c110a5"], + CellLabel->"During evaluation of In[40]:=", + CellID->1604902832,ExpressionUUID->"829b0394-1884-4143-a0ee-d28b7d8697cd"], Cell[BoxData[ GraphicsBox[{{ @@ -21111,15 +25453,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21134,21 +25482,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21181,8 +25539,8 @@ Cell[BoxData[ LineBox[{4, 5, 6, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=1.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1573495052,ExpressionUUID->"aadf0832-9992-4040-b2da-9c98729dc996"], + CellLabel->"During evaluation of In[40]:=", + CellID->492948094,ExpressionUUID->"3851f68c-b95a-4212-ac62-21c3f15af421"], Cell[BoxData[ GraphicsBox[{{ @@ -21196,15 +25554,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21219,21 +25583,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21265,8 +25639,8 @@ Cell[BoxData[ LineBox[{1, 2, 6, 4, 5, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=1.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1690208663,ExpressionUUID->"d7d83769-f8a3-4cf1-85a4-a2e786c23d4e"], + CellLabel->"During evaluation of In[40]:=", + CellID->2090019727,ExpressionUUID->"55bf7c53-b354-491f-b0c6-caa3fae63429"], Cell[BoxData[ GraphicsBox[{{ @@ -21280,15 +25654,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21303,21 +25683,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21349,8 +25739,8 @@ Cell[BoxData[ LineBox[{2, 3, 6, 4, 5, 1, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=0.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2105881523,ExpressionUUID->"2555212f-fe3b-4c8d-85d1-b4ae62ad1db1"], + CellLabel->"During evaluation of In[40]:=", + CellID->131847556,ExpressionUUID->"a63b2ce5-39be-4251-9f92-26678cdf7374"], Cell[BoxData[ GraphicsBox[{{ @@ -21364,15 +25754,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21387,21 +25783,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21430,8 +25836,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=0.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1368878751,ExpressionUUID->"90a5f28b-92d9-4929-8096-0d2cf4bcab65"], + CellLabel->"During evaluation of In[40]:=", + CellID->1128777460,ExpressionUUID->"0ff5ea0e-0d05-4b12-a3ae-45b506c5c40d"], Cell[BoxData[ GraphicsBox[{{ @@ -21445,15 +25851,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21468,21 +25880,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21513,8 +25935,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-0.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1845220960,ExpressionUUID->"5842b07c-2617-4d5c-8dec-c41cf4fa5599"], + CellLabel->"During evaluation of In[40]:=", + CellID->902821708,ExpressionUUID->"cef71f14-ebde-4759-97d9-c26bbf9de87d"], Cell[BoxData[ GraphicsBox[{{ @@ -21528,15 +25950,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21551,21 +25979,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21594,8 +26032,8 @@ Cell[BoxData[ 17.32050807568877, -107}}], LineBox[{1, 2, 3, 4, 5, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-1.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->38517629,ExpressionUUID->"febddd65-eecc-4a33-a568-d0a14cc4eeef"], + CellLabel->"During evaluation of In[40]:=", + CellID->1536502766,ExpressionUUID->"84987bb5-1aea-4094-b519-86b4bf4de589"], Cell[BoxData[ GraphicsBox[{{ @@ -21609,15 +26047,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21632,21 +26076,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21676,8 +26130,8 @@ Cell[BoxData[ 82.75}, {-76.64324823492282, 82.75}}], LineBox[{3, 4, 5, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-1.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->679790239,ExpressionUUID->"3de8ec79-53c3-4e1b-892c-52778ffbb6b6"], + CellLabel->"During evaluation of In[40]:=", + CellID->757365611,ExpressionUUID->"e98c6cd2-5879-4b65-b814-f694a1e0bacc"], Cell[BoxData[ GraphicsBox[{{ @@ -21691,15 +26145,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21714,21 +26174,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21757,8 +26227,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-2.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2023119082,ExpressionUUID->"9d7b6c44-73a6-4938-95f1-545399d26b02"], + CellLabel->"During evaluation of In[40]:=", + CellID->1939746465,ExpressionUUID->"e8bef13c-cfb4-4dd2-94b8-3ac569252b78"], Cell[BoxData[ GraphicsBox[{{ @@ -21772,15 +26242,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21795,21 +26271,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21839,8 +26325,8 @@ Cell[BoxData[ 81.25}, {-75.77722283113837, 81.25}}], LineBox[{3, 4, 5, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-2.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1886502191,ExpressionUUID->"01adbf57-2c64-43c6-a7a1-01c8faa5b9da"], + CellLabel->"During evaluation of In[40]:=", + CellID->102340578,ExpressionUUID->"271a1d24-4d43-4fe0-a2b9-fc07a28cf091"], Cell[BoxData[ GraphicsBox[{{ @@ -21854,15 +26340,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21877,21 +26369,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -21920,8 +26422,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-3.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1648349661,ExpressionUUID->"9a7fd639-dba0-4413-a128-3bb1ced331ce"], + CellLabel->"During evaluation of In[40]:=", + CellID->410789317,ExpressionUUID->"719be416-9b6a-48fd-a898-1bfdbb74db20"], Cell[BoxData[ GraphicsBox[{{ @@ -21935,15 +26437,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -21958,21 +26466,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22002,8 +26520,8 @@ Cell[BoxData[ 79.75}, {-74.91119742735394, 79.75}}], LineBox[{3, 4, 5, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-3.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1992987896,ExpressionUUID->"f715b3ab-8a6a-479c-9ff1-14a2bdb19c09"], + CellLabel->"During evaluation of In[40]:=", + CellID->1658122393,ExpressionUUID->"2a947dc7-30bc-4c5e-b1f8-b64bf5b5bb07"], Cell[BoxData[ GraphicsBox[{{ @@ -22017,15 +26535,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22040,21 +26564,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22083,8 +26617,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-4.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1722402028,ExpressionUUID->"002d1eb7-0432-4d8f-824f-dec573464c06"], + CellLabel->"During evaluation of In[40]:=", + CellID->1235141110,ExpressionUUID->"373f84d6-9cf8-405a-872e-beda35867204"], Cell[BoxData[ GraphicsBox[{{ @@ -22098,15 +26632,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22121,21 +26661,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22165,8 +26715,8 @@ Cell[BoxData[ 74.0451720235695, 78.25}}], LineBox[{4, 5, 3, 2, 1, 4}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-4.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1648081678,ExpressionUUID->"5dc3c394-4553-4725-81ec-96e8235f8947"], + CellLabel->"During evaluation of In[40]:=", + CellID->1788596011,ExpressionUUID->"28be2f9f-3cab-49af-8939-aa5432bbf44c"], Cell[BoxData[ GraphicsBox[{{ @@ -22180,15 +26730,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22203,21 +26759,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22246,8 +26812,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-5.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->785737484,ExpressionUUID->"05cdb614-b141-40ef-b870-bdd957dc5107"], + CellLabel->"During evaluation of In[40]:=", + CellID->1922648861,ExpressionUUID->"074f7804-c640-49df-a6c6-9dccfa8734ba"], Cell[BoxData[ GraphicsBox[{{ @@ -22261,15 +26827,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22284,21 +26856,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22329,8 +26911,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-5.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->949300704,ExpressionUUID->"6fa2c10f-9e01-4df1-b436-9d0aeff13af6"], + CellLabel->"During evaluation of In[40]:=", + CellID->1489438982,ExpressionUUID->"0fd99106-1133-4d8c-8200-1b7900c6347d"], Cell[BoxData[ GraphicsBox[{{ @@ -22344,15 +26926,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22367,21 +26955,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22410,8 +27008,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-6.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->179567557,ExpressionUUID->"8ef5cdad-4d6b-461e-a63e-f7827493799f"], + CellLabel->"During evaluation of In[40]:=", + CellID->462792679,ExpressionUUID->"2be278c7-dd0d-43cc-ba40-e9ae87edd695"], Cell[BoxData[ GraphicsBox[{{ @@ -22425,15 +27023,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22448,21 +27052,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22493,8 +27107,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-6.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1050849015,ExpressionUUID->"d22ca60c-7143-47e9-817e-1ac5f71e9eff"], + CellLabel->"During evaluation of In[40]:=", + CellID->154367012,ExpressionUUID->"b57c2714-c70a-4811-bb0f-01d750590731"], Cell[BoxData[ GraphicsBox[{{ @@ -22508,15 +27122,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22531,21 +27151,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22574,8 +27204,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-7.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->403178719,ExpressionUUID->"63edbd7d-4323-4c23-8358-40f9af55f057"], + CellLabel->"During evaluation of In[40]:=", + CellID->1098622363,ExpressionUUID->"ec92e300-f430-4b89-a96a-6c400a856189"], Cell[BoxData[ GraphicsBox[{{ @@ -22589,15 +27219,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22612,21 +27248,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22657,8 +27303,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-7.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1983621524,ExpressionUUID->"830ef4d2-5b42-441c-a124-47cb4bd90204"], + CellLabel->"During evaluation of In[40]:=", + CellID->458604549,ExpressionUUID->"25b587d5-d639-4fe3-a0f3-41c19bdf9b31"], Cell[BoxData[ GraphicsBox[{{ @@ -22672,15 +27318,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22695,21 +27347,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22738,8 +27400,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-8.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2105852737,ExpressionUUID->"5d4e68dc-e3a5-4bbf-87d3-60221e028a82"], + CellLabel->"During evaluation of In[40]:=", + CellID->2000750823,ExpressionUUID->"751debc6-2b74-4dbf-85a3-78b665150c09"], Cell[BoxData[ GraphicsBox[{{ @@ -22753,15 +27415,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22776,21 +27444,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22821,8 +27499,8 @@ Cell[BoxData[ LineBox[{1, 2, 5, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-8.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->821967257,ExpressionUUID->"d28f78cf-fea8-4607-9968-f9329a98ee5f"], + CellLabel->"During evaluation of In[40]:=", + CellID->815928801,ExpressionUUID->"9aa4eafe-69a5-4d9d-9e22-3ffa1a12e60e"], Cell[BoxData[ GraphicsBox[{{ @@ -22836,15 +27514,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22859,21 +27543,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22902,8 +27596,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 5, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-9.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1699554452,ExpressionUUID->"87401568-fedb-434c-9aff-3e6f7b27b560"], + CellLabel->"During evaluation of In[40]:=", + CellID->1410667835,ExpressionUUID->"8e76ce2b-d78c-4dba-811e-866cddf37215"], Cell[BoxData[ GraphicsBox[{{ @@ -22917,15 +27611,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -22940,21 +27640,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -22984,8 +27694,8 @@ Cell[BoxData[ 70.75}}], LineBox[{3, 4, 5, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-9.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1195387775,ExpressionUUID->"2e8f5c85-8fb2-45b2-82b7-20c2d01f5cb8"], + CellLabel->"During evaluation of In[40]:=", + CellID->1793272909,ExpressionUUID->"b50970ec-667b-4fac-b567-7d74e3a276d4"], Cell[BoxData[ GraphicsBox[{{ @@ -22999,15 +27709,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23022,21 +27738,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23063,8 +27789,8 @@ Cell[BoxData[ 17.32050807568877, -80}}], LineBox[{1, 2, 3, 4, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-10.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->189293730,ExpressionUUID->"2dec7c93-8988-400c-8c19-fd36a6696fa4"], + CellLabel->"During evaluation of In[40]:=", + CellID->620552777,ExpressionUUID->"346013d2-a9fe-4401-ba52-c0fd93e1a3cb"], Cell[BoxData[ GraphicsBox[{{ @@ -23078,15 +27804,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23101,21 +27833,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23144,8 +27886,8 @@ Cell[BoxData[ LineBox[{3, 4, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-10.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->812382368,ExpressionUUID->"70d257ae-cd85-46a5-9084-87dafb8a0dc4"], + CellLabel->"During evaluation of In[40]:=", + CellID->100416882,ExpressionUUID->"339ad9f4-52e6-45b9-aa74-9b997ca3697a"], Cell[BoxData[ GraphicsBox[{{ @@ -23159,15 +27901,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23182,21 +27930,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23225,8 +27983,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-11.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1980495540,ExpressionUUID->"dc6cfed1-49f6-422f-94df-217c5905cd2c"], + CellLabel->"During evaluation of In[40]:=", + CellID->1054348833,ExpressionUUID->"3c4933f7-0457-475a-80a3-e5bd1bb98051"], Cell[BoxData[ GraphicsBox[{{ @@ -23240,15 +27998,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23263,21 +28027,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23306,8 +28080,8 @@ Cell[BoxData[ LineBox[{3, 4, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-11.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1800351158,ExpressionUUID->"7ad21c36-8200-4d15-a852-8f60124e53e4"], + CellLabel->"During evaluation of In[40]:=", + CellID->12580325,ExpressionUUID->"30e14477-46d3-4e2c-9ef2-00bf6ae7da98"], Cell[BoxData[ GraphicsBox[{{ @@ -23321,15 +28095,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23344,21 +28124,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23385,8 +28175,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-12.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->17816535,ExpressionUUID->"0c60901a-0157-4374-b141-0dba5b4b8eb1"], + CellLabel->"During evaluation of In[40]:=", + CellID->985585998,ExpressionUUID->"7ac09386-7290-450c-ae1a-9c55b95a8535"], Cell[BoxData[ GraphicsBox[{{ @@ -23400,15 +28190,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23423,21 +28219,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23466,8 +28272,8 @@ Cell[BoxData[ LineBox[{3, 4, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-12.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1866282220,ExpressionUUID->"a4675271-ac1d-4726-91bc-4eb91c5a43f1"], + CellLabel->"During evaluation of In[40]:=", + CellID->1368492913,ExpressionUUID->"b64b3be4-e9e4-4081-8c76-ef71f7341486"], Cell[BoxData[ GraphicsBox[{{ @@ -23481,15 +28287,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23504,21 +28316,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23547,8 +28369,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-13.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->3493680,ExpressionUUID->"2658306f-22e3-4fac-abe5-2604366f5e05"], + CellLabel->"During evaluation of In[40]:=", + CellID->1845397366,ExpressionUUID->"dedde883-14dd-41a7-be4e-776274c540db"], Cell[BoxData[ GraphicsBox[{{ @@ -23562,15 +28384,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23585,21 +28413,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23628,8 +28466,8 @@ Cell[BoxData[ 64.75}}], LineBox[{3, 4, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-13.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1463205078,ExpressionUUID->"6636f37e-3e96-49fd-b789-275579d6f024"], + CellLabel->"During evaluation of In[40]:=", + CellID->443005182,ExpressionUUID->"cd27d432-61e2-4f75-a6ee-794d7e2198d9"], Cell[BoxData[ GraphicsBox[{{ @@ -23643,15 +28481,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23666,21 +28510,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23707,8 +28561,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-14.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1292293625,ExpressionUUID->"1cdaf11d-3bd4-4d6a-bc8a-c3f4abd6c496"], + CellLabel->"During evaluation of In[40]:=", + CellID->1861441007,ExpressionUUID->"4214c608-766f-452f-b09b-3b6c3dfab109"], Cell[BoxData[ GraphicsBox[{{ @@ -23722,15 +28576,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23745,21 +28605,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23788,8 +28658,8 @@ Cell[BoxData[ LineBox[{3, 4, 1, 2, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-14.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1693702343,ExpressionUUID->"b67f5863-8ce8-4991-9692-a7386176a81c"], + CellLabel->"During evaluation of In[40]:=", + CellID->1787933445,ExpressionUUID->"1a26ddf4-698e-4e44-815d-38d930cdc8fe"], Cell[BoxData[ GraphicsBox[{{ @@ -23803,15 +28673,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23826,21 +28702,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23869,8 +28755,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-15.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1421602954,ExpressionUUID->"bb34993f-e154-430a-96ef-0ce722c35cbe"], + CellLabel->"During evaluation of In[40]:=", + CellID->574852739,ExpressionUUID->"f0ea9232-9dea-4093-a76b-2516b34b2194"], Cell[BoxData[ GraphicsBox[{{ @@ -23884,15 +28770,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23907,21 +28799,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -23950,8 +28852,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-15.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->513688728,ExpressionUUID->"55216be0-604c-4998-a252-b0d014ced858"], + CellLabel->"During evaluation of In[40]:=", + CellID->842734819,ExpressionUUID->"c5faecdc-1d86-4d09-8941-45d2b731a92e"], Cell[BoxData[ GraphicsBox[{{ @@ -23965,15 +28867,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -23988,21 +28896,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24029,8 +28947,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-16.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1391439655,ExpressionUUID->"64878f6f-6a13-431a-b565-5d1f03ac6d09"], + CellLabel->"During evaluation of In[40]:=", + CellID->543271505,ExpressionUUID->"7dd7370b-7ad5-4b7c-b8ac-8b1c46de3334"], Cell[BoxData[ GraphicsBox[{{ @@ -24044,15 +28962,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24067,21 +28991,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24110,8 +29044,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-16.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1460120583,ExpressionUUID->"812501e4-27f2-4a42-9214-bd372c456032"], + CellLabel->"During evaluation of In[40]:=", + CellID->2111355505,ExpressionUUID->"4784266a-f3f4-4011-9507-9399721ec5b1"], Cell[BoxData[ GraphicsBox[{{ @@ -24125,15 +29059,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24148,21 +29088,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24191,8 +29141,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-17.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1193478967,ExpressionUUID->"ca59775d-7f14-4af5-9608-6a775d2e19cf"], + CellLabel->"During evaluation of In[40]:=", + CellID->1600100431,ExpressionUUID->"580344e3-549f-4ed3-84df-678d3f0991bb"], Cell[BoxData[ GraphicsBox[{{ @@ -24206,15 +29156,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24229,21 +29185,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24272,8 +29238,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-17.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1267075089,ExpressionUUID->"8eeabcca-e314-4f6b-8cfe-30177ecab0e8"], + CellLabel->"During evaluation of In[40]:=", + CellID->335534322,ExpressionUUID->"b44055c0-2cca-4f19-a1c5-485b155b0ff1"], Cell[BoxData[ GraphicsBox[{{ @@ -24287,15 +29253,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24310,21 +29282,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24351,8 +29333,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-18.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1199139126,ExpressionUUID->"c658bcc4-5f69-4d13-b3ae-f2a297825315"], + CellLabel->"During evaluation of In[40]:=", + CellID->66212435,ExpressionUUID->"3f7c0464-9bce-4b5f-b260-78294dde785c"], Cell[BoxData[ GraphicsBox[{{ @@ -24366,15 +29348,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24389,21 +29377,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24432,8 +29430,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-18.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->694344980,ExpressionUUID->"247a65c4-ad35-48a2-86ff-ea299865c46b"], + CellLabel->"During evaluation of In[40]:=", + CellID->2010889748,ExpressionUUID->"be6a2772-4286-47e7-af31-b15c9bbd23ff"], Cell[BoxData[ GraphicsBox[{{ @@ -24447,15 +29445,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24470,21 +29474,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24513,8 +29527,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-19.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1112579338,ExpressionUUID->"e25950ef-41ea-4292-abd5-8e0d82b045a8"], + CellLabel->"During evaluation of In[40]:=", + CellID->1993656715,ExpressionUUID->"45e77c5d-5069-45ac-87d5-81d03f4dc2db"], Cell[BoxData[ GraphicsBox[{{ @@ -24528,15 +29542,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24551,21 +29571,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24594,8 +29624,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-19.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->774057506,ExpressionUUID->"4f0ca66b-5ef5-4ab1-bf28-52d520bb387b"], + CellLabel->"During evaluation of In[40]:=", + CellID->1301353546,ExpressionUUID->"9787c9a0-d250-4515-a3c4-965c3425c1c9"], Cell[BoxData[ GraphicsBox[{{ @@ -24609,15 +29639,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24632,21 +29668,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24673,8 +29719,8 @@ Cell[BoxData[ LineBox[{1, 2, 4, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->194943010,ExpressionUUID->"de1290f4-6a9a-49b0-b9aa-d8257c6bb4d6"], + CellLabel->"During evaluation of In[40]:=", + CellID->1652002111,ExpressionUUID->"0e2357c2-a699-4e1c-a12e-704b2dfd65b1"], Cell[BoxData[ GraphicsBox[{{ @@ -24688,15 +29734,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24711,21 +29763,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24754,8 +29816,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-20.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1898316822,ExpressionUUID->"5476cc9b-68d7-41b6-b3cb-19fdce228dd9"], + CellLabel->"During evaluation of In[40]:=", + CellID->1768821929,ExpressionUUID->"42606560-ff31-4fe8-9a24-3d9f8c2d7665"], Cell[BoxData[ GraphicsBox[{{ @@ -24769,15 +29831,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24792,21 +29860,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24834,8 +29912,8 @@ Cell[BoxData[ 17.32050807568877, -47}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-21.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1723358210,ExpressionUUID->"729f42e7-c065-43ec-8838-1c1fc7553194"], + CellLabel->"During evaluation of In[40]:=", + CellID->643308880,ExpressionUUID->"b977a5cd-2bfe-4b77-bceb-1571bb235516"], Cell[BoxData[ GraphicsBox[{{ @@ -24849,15 +29927,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24872,21 +29956,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24915,8 +30009,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-21.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->374510567,ExpressionUUID->"e07eba27-4647-431d-a73a-4dc4fd364744"], + CellLabel->"During evaluation of In[40]:=", + CellID->2114794790,ExpressionUUID->"edb9319c-c66e-41fa-af8d-e051cc92d322"], Cell[BoxData[ GraphicsBox[{{ @@ -24930,15 +30024,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -24953,21 +30053,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -24994,8 +30104,8 @@ Cell[BoxData[ 17.32050807568877, -44}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-22.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->801682189,ExpressionUUID->"8e40b3a7-bdf4-4240-9cda-47ac283a8874"], + CellLabel->"During evaluation of In[40]:=", + CellID->1923188941,ExpressionUUID->"21a0da0c-ed23-4929-aad6-294b2b6c2929"], Cell[BoxData[ GraphicsBox[{{ @@ -25009,15 +30119,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25032,21 +30148,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25075,8 +30201,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-22.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2126536930,ExpressionUUID->"b0350886-8369-43fb-9944-041d61b64065"], + CellLabel->"During evaluation of In[40]:=", + CellID->1741931243,ExpressionUUID->"4b4c4139-10af-47f6-bf8b-298204854534"], Cell[BoxData[ GraphicsBox[{{ @@ -25090,15 +30216,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25113,21 +30245,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25155,8 +30297,8 @@ Cell[BoxData[ 17.32050807568877, -41}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-23.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->210648443,ExpressionUUID->"55502502-de29-4952-b115-752e819599b6"], + CellLabel->"During evaluation of In[40]:=", + CellID->425915691,ExpressionUUID->"7afbcdff-2aa5-46f3-9c79-78fb2f628646"], Cell[BoxData[ GraphicsBox[{{ @@ -25170,15 +30312,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25193,21 +30341,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25236,8 +30394,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-23.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->760051278,ExpressionUUID->"afe87286-9787-4093-b8bc-c2aaa6994c27"], + CellLabel->"During evaluation of In[40]:=", + CellID->1776456116,ExpressionUUID->"fb30292b-49c7-4faa-a9be-c89fb9dd15c5"], Cell[BoxData[ GraphicsBox[{{ @@ -25251,15 +30409,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25274,21 +30438,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25315,8 +30489,8 @@ Cell[BoxData[ 17.32050807568877, -38}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-24.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->801020539,ExpressionUUID->"3abf378c-2c75-4c39-ae35-0dc365d63a91"], + CellLabel->"During evaluation of In[40]:=", + CellID->410376396,ExpressionUUID->"c098dbaa-10da-490a-97ce-2e8f4493bb58"], Cell[BoxData[ GraphicsBox[{{ @@ -25330,15 +30504,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25353,21 +30533,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25396,8 +30586,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-24.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1910202895,ExpressionUUID->"61cc27ea-2f7e-4f83-b340-04d1f8b24372"], + CellLabel->"During evaluation of In[40]:=", + CellID->1836583526,ExpressionUUID->"ad436e61-df72-4897-9dc6-5fd95069dd42"], Cell[BoxData[ GraphicsBox[{{ @@ -25411,15 +30601,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25434,21 +30630,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25476,8 +30682,8 @@ Cell[BoxData[ 17.32050807568877, -35}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-25.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1955439054,ExpressionUUID->"5060bb4a-eccc-45b4-b422-d1e62d311e23"], + CellLabel->"During evaluation of In[40]:=", + CellID->1422245378,ExpressionUUID->"277eae76-3226-4f49-8ebf-e9c28e7786ba"], Cell[BoxData[ GraphicsBox[{{ @@ -25491,15 +30697,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25514,21 +30726,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25557,8 +30779,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-25.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->990314270,ExpressionUUID->"ed84ce64-92e7-4140-abe8-395ba62cc082"], + CellLabel->"During evaluation of In[40]:=", + CellID->1030929174,ExpressionUUID->"afda6185-5b0b-4174-9a97-a31ee9d64eaa"], Cell[BoxData[ GraphicsBox[{{ @@ -25572,15 +30794,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25595,21 +30823,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25636,8 +30874,8 @@ Cell[BoxData[ 17.32050807568877, -32}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-26.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->575101615,ExpressionUUID->"af6c93c5-5f9d-4ce8-8842-fb4bc4a072f6"], + CellLabel->"During evaluation of In[40]:=", + CellID->1937000408,ExpressionUUID->"0fe52963-114c-4eb4-9f7f-c34eec225e0d"], Cell[BoxData[ GraphicsBox[{{ @@ -25651,15 +30889,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25674,21 +30918,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25717,8 +30971,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-26.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1788450946,ExpressionUUID->"6ef8c6c8-d10d-4f07-9a13-789db906c92a"], + CellLabel->"During evaluation of In[40]:=", + CellID->329110563,ExpressionUUID->"ac2a4060-50d5-4f44-b09d-4db305a4e260"], Cell[BoxData[ GraphicsBox[{{ @@ -25732,15 +30986,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25755,21 +31015,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25797,8 +31067,8 @@ Cell[BoxData[ 17.32050807568877, -29}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-27.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->643181780,ExpressionUUID->"3c709a3b-f6e6-4a29-b043-88b32e71af31"], + CellLabel->"During evaluation of In[40]:=", + CellID->1043509499,ExpressionUUID->"82f0b452-fef5-4a38-906c-ce28da8290be"], Cell[BoxData[ GraphicsBox[{{ @@ -25812,15 +31082,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25835,21 +31111,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25878,8 +31164,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-27.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->592918150,ExpressionUUID->"a805e895-e488-45ab-99e2-b23e8ecce7df"], + CellLabel->"During evaluation of In[40]:=", + CellID->775102759,ExpressionUUID->"9f7622f5-2780-4ee7-b167-4efff4e80deb"], Cell[BoxData[ GraphicsBox[{{ @@ -25893,15 +31179,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25916,21 +31208,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -25957,8 +31259,8 @@ Cell[BoxData[ 17.32050807568877, -26}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-28.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1507249519,ExpressionUUID->"07ab8f59-7b34-440e-b172-66c1668804d6"], + CellLabel->"During evaluation of In[40]:=", + CellID->1697603476,ExpressionUUID->"7199ad20-c1a5-4d96-9183-ac531a74173f"], Cell[BoxData[ GraphicsBox[{{ @@ -25972,15 +31274,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -25995,21 +31303,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26038,8 +31356,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-28.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->646675461,ExpressionUUID->"a601800a-7351-4414-94de-8c74948da557"], + CellLabel->"During evaluation of In[40]:=", + CellID->741423217,ExpressionUUID->"a3696be8-2caf-4355-8232-fe89f9956890"], Cell[BoxData[ GraphicsBox[{{ @@ -26053,15 +31371,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26076,21 +31400,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26118,8 +31452,8 @@ Cell[BoxData[ 17.32050807568877, -23}}], LineBox[{2, 1, 3, 4, 2}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-29.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2056123229,ExpressionUUID->"1b84b8a1-6f04-4452-91c3-5c78454bf0ce"], + CellLabel->"During evaluation of In[40]:=", + CellID->1218107941,ExpressionUUID->"99031dfe-b6b7-4fb3-85cf-808df6ce8163"], Cell[BoxData[ GraphicsBox[{{ @@ -26133,15 +31467,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26156,21 +31496,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26199,8 +31549,8 @@ Cell[BoxData[ LineBox[{3, 4, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-29.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->652059496,ExpressionUUID->"f4292d32-5bd5-43f4-bdd2-d8784a65dfec"], + CellLabel->"During evaluation of In[40]:=", + CellID->1411560836,ExpressionUUID->"b5a82a05-ac1e-4b9d-8240-68f5a4de8851"], Cell[BoxData[ GraphicsBox[{{ @@ -26214,15 +31564,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26237,21 +31593,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26277,8 +31643,8 @@ Cell[BoxData[ 17.32050807568877, -20}}], LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-30.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->192894156,ExpressionUUID->"d9b19947-668e-417e-a773-53b03066fd9a"], + CellLabel->"During evaluation of In[40]:=", + CellID->381873014,ExpressionUUID->"141e44b6-a0c3-45d5-8fff-6fd343dbb536"], Cell[BoxData[ GraphicsBox[{{ @@ -26292,15 +31658,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26315,21 +31687,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26356,8 +31738,8 @@ Cell[BoxData[ 50.662486121389655`, 39.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-30.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1330242535,ExpressionUUID->"a698d2db-2273-42ce-befb-7ac7567d9c75"], + CellLabel->"During evaluation of In[40]:=", + CellID->1792960680,ExpressionUUID->"d9fdf7e7-32dc-41ee-bd6c-6754a66d40dd"], Cell[BoxData[ GraphicsBox[{{ @@ -26371,15 +31753,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26394,21 +31782,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26435,8 +31833,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-31.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1165748224,ExpressionUUID->"c762e4e2-31df-450f-a7af-3dee254799da"], + CellLabel->"During evaluation of In[40]:=", + CellID->106812007,ExpressionUUID->"52634af1-9e77-4e41-870c-12cd3342139b"], Cell[BoxData[ GraphicsBox[{{ @@ -26450,15 +31848,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26473,21 +31877,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26514,8 +31928,8 @@ Cell[BoxData[ 48.06440991003634, 37.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-31.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1584333812,ExpressionUUID->"62db6b10-d138-4b0b-a477-12ff592e0f74"], + CellLabel->"During evaluation of In[40]:=", + CellID->925144519,ExpressionUUID->"cf5decff-641a-473a-af34-aa9225d0047e"], Cell[BoxData[ GraphicsBox[{{ @@ -26529,15 +31943,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26552,21 +31972,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26592,8 +32022,8 @@ Cell[BoxData[ 17.32050807568877, -14}}], LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-32.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->642879470,ExpressionUUID->"292bee69-2b11-4695-8bdb-1086526df596"], + CellLabel->"During evaluation of In[40]:=", + CellID->1756832538,ExpressionUUID->"8d3bbf3e-59e5-4646-aaa7-ddc716993479"], Cell[BoxData[ GraphicsBox[{{ @@ -26607,15 +32037,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26630,21 +32066,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26671,8 +32117,8 @@ Cell[BoxData[ 45.46633369868302, 36.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-32.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->211743543,ExpressionUUID->"189b6bd1-a946-487d-a0da-64d1d4aca719"], + CellLabel->"During evaluation of In[40]:=", + CellID->1706912438,ExpressionUUID->"08a8dcde-a085-47ce-822a-82c0c50db4f5"], Cell[BoxData[ GraphicsBox[{{ @@ -26686,15 +32132,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26709,21 +32161,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26750,8 +32212,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-33.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->703925253,ExpressionUUID->"45f2ae88-4dd7-435e-bbb8-43001f3b8ffe"], + CellLabel->"During evaluation of In[40]:=", + CellID->1260678841,ExpressionUUID->"ab536f36-e6ef-4219-aaf3-91da1ad5ff12"], Cell[BoxData[ GraphicsBox[{{ @@ -26765,15 +32227,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26788,21 +32256,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26829,8 +32307,8 @@ Cell[BoxData[ 42.86825748732971, 34.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-33.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1842018597,ExpressionUUID->"fd90f49b-30e7-471b-93e6-e0bc2d9788f2"], + CellLabel->"During evaluation of In[40]:=", + CellID->1823044973,ExpressionUUID->"50ecad7d-7059-4c50-8ee7-8b52708fdec2"], Cell[BoxData[ GraphicsBox[{{ @@ -26844,15 +32322,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26867,21 +32351,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26907,8 +32401,8 @@ Cell[BoxData[ 17.32050807568877, -8}}], LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-34.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->906088523,ExpressionUUID->"b0968030-bbe0-4bbd-b693-fab49267c8a9"], + CellLabel->"During evaluation of In[40]:=", + CellID->1570318538,ExpressionUUID->"1e962728-b9ed-4727-89c0-8a456caa2431"], Cell[BoxData[ GraphicsBox[{{ @@ -26922,15 +32416,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -26945,21 +32445,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -26986,8 +32496,8 @@ Cell[BoxData[ 40.2701812759764, 33.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-34.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1816504591,ExpressionUUID->"9db26acb-c1da-412b-b83a-b2ade081c90f"], + CellLabel->"During evaluation of In[40]:=", + CellID->1106851908,ExpressionUUID->"2733bc83-c656-4fed-ad79-0135fa4bd932"], Cell[BoxData[ GraphicsBox[{{ @@ -27001,15 +32511,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27024,21 +32540,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27065,8 +32591,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-35.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->468592455,ExpressionUUID->"b0529ef5-031a-4ce7-95a7-185632090d13"], + CellLabel->"During evaluation of In[40]:=", + CellID->976914871,ExpressionUUID->"bed5b63e-69c6-4c66-8c13-1ba08a16dd65"], Cell[BoxData[ GraphicsBox[{{ @@ -27080,15 +32606,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27103,21 +32635,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27144,8 +32686,8 @@ Cell[BoxData[ 37.67210506462308, 31.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-35.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1101031533,ExpressionUUID->"bf45a285-4b32-4109-b741-8190ab9c5ace"], + CellLabel->"During evaluation of In[40]:=", + CellID->1074837001,ExpressionUUID->"3c25db59-1159-4f82-adb3-0137c26c418d"], Cell[BoxData[ GraphicsBox[{{ @@ -27157,17 +32699,23 @@ Cell[BoxData[ {GrayLevel[0.5], PointSize[0.015], PointBox[NCache[{(-110) 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], - PointBox[NCache[{110 3^Rational[1, 2], -110}, { - 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + PointBox[NCache[{110 3^Rational[1, 2], -110}, { + 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27182,21 +32730,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27222,8 +32780,8 @@ Cell[BoxData[ 17.32050807568877, -2}}], LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-36.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1567337765,ExpressionUUID->"54dc5465-89d2-47f3-ac6b-a00f02b0084d"], + CellLabel->"During evaluation of In[40]:=", + CellID->728190189,ExpressionUUID->"ae98341d-e131-453d-a3a0-5ce318638de0"], Cell[BoxData[ GraphicsBox[{{ @@ -27237,15 +32795,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27260,21 +32824,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27301,8 +32875,8 @@ Cell[BoxData[ 35.074028853269766`, 30.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-36.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->44467018,ExpressionUUID->"0bf78b1e-8d20-454b-b01b-b7af842f8dc9"], + CellLabel->"During evaluation of In[40]:=", + CellID->1620223752,ExpressionUUID->"950129d0-3877-4ae1-9fab-a116147b8c4a"], Cell[BoxData[ GraphicsBox[{{ @@ -27316,15 +32890,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27339,21 +32919,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27380,8 +32970,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-37.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1475542101,ExpressionUUID->"a6bd6496-767b-4173-bbe2-8f2faeb549a8"], + CellLabel->"During evaluation of In[40]:=", + CellID->1042148143,ExpressionUUID->"c6570af4-a558-450e-b5f0-fb017ff1f352"], Cell[BoxData[ GraphicsBox[{{ @@ -27395,15 +32985,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27418,21 +33014,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27459,8 +33065,8 @@ Cell[BoxData[ 32.47595264191645, 28.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-37.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->221536307,ExpressionUUID->"5b14cbdf-a27f-40fb-8046-a69e5c35ce1a"], + CellLabel->"During evaluation of In[40]:=", + CellID->503895482,ExpressionUUID->"de45a671-63c0-4856-a634-5ac232a09268"], Cell[BoxData[ GraphicsBox[{{ @@ -27474,15 +33080,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27497,21 +33109,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27537,8 +33159,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-38.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->23520300,ExpressionUUID->"f6a3f94c-ba53-410c-88d5-80a5a1542cf9"], + CellLabel->"During evaluation of In[40]:=", + CellID->1214671347,ExpressionUUID->"b6e2b2c5-0a72-419b-8cc0-aba8064c918e"], Cell[BoxData[ GraphicsBox[{{ @@ -27552,15 +33174,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27575,21 +33203,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27616,8 +33254,8 @@ Cell[BoxData[ 27.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-38.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1686190544,ExpressionUUID->"04d09e5d-7bde-41e7-a14f-d0792d5b1aaf"], + CellLabel->"During evaluation of In[40]:=", + CellID->1468063835,ExpressionUUID->"26ac5392-5fed-4fdc-9e76-faa5de4cc7c3"], Cell[BoxData[ GraphicsBox[{{ @@ -27631,15 +33269,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27654,21 +33298,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27695,8 +33349,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-39.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->981587585,ExpressionUUID->"cc3c198a-1c53-48a4-9e20-3a7acbcc9a2f"], + CellLabel->"During evaluation of In[40]:=", + CellID->132867951,ExpressionUUID->"2bdfaf1b-b903-40a6-ae42-cd9354644510"], Cell[BoxData[ GraphicsBox[{{ @@ -27710,15 +33364,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27733,21 +33393,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27774,8 +33444,8 @@ Cell[BoxData[ 27.279800219209815`, 25.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-39.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->824540839,ExpressionUUID->"70665364-7ab2-4e2a-a6bf-1a50c9ae3750"], + CellLabel->"During evaluation of In[40]:=", + CellID->1625047744,ExpressionUUID->"7975a56f-e9ae-4278-80eb-39c7207b6b94"], Cell[BoxData[ GraphicsBox[{{ @@ -27789,15 +33459,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27812,21 +33488,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27852,8 +33538,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-40.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1448909792,ExpressionUUID->"d432015a-fe5c-434d-b200-d5583ff78ab8"], + CellLabel->"During evaluation of In[40]:=", + CellID->1157163713,ExpressionUUID->"fbd22a51-72d8-4ac5-87aa-a7c121b0ae71"], Cell[BoxData[ GraphicsBox[{{ @@ -27867,15 +33553,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27890,21 +33582,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -27931,8 +33633,8 @@ Cell[BoxData[ 24.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-40.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->789542991,ExpressionUUID->"a64d08d9-4e8a-458b-8417-dcb06882f9dd"], + CellLabel->"During evaluation of In[40]:=", + CellID->1555113329,ExpressionUUID->"a2831b92-6f79-4073-9fb0-5cfd6c315e37"], Cell[BoxData[ GraphicsBox[{{ @@ -27946,15 +33648,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -27969,21 +33677,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -28010,8 +33728,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-41.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->1814855109,ExpressionUUID->"ce4258e7-20ef-44f8-8e34-781802c73a8f"], + CellLabel->"During evaluation of In[40]:=", + CellID->508493270,ExpressionUUID->"454d4b55-7987-4f1c-8174-07eaf3c258b9"], Cell[BoxData[ GraphicsBox[{{ @@ -28025,15 +33743,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -28048,21 +33772,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -28089,8 +33823,8 @@ Cell[BoxData[ 22.083647796503183`, 22.75}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-41.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->2024011407,ExpressionUUID->"e5a91b71-364c-49fd-a4f4-7cec7fb43c4d"], + CellLabel->"During evaluation of In[40]:=", + CellID->946680474,ExpressionUUID->"055ea969-77e7-411a-80cf-c39dbb26db8a"], Cell[BoxData[ GraphicsBox[{{ @@ -28104,15 +33838,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -28127,21 +33867,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -28167,8 +33917,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-42.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->430510290,ExpressionUUID->"7f24729e-83f1-4d55-a6d0-035da9651434"], + CellLabel->"During evaluation of In[40]:=", + CellID->1884223892,ExpressionUUID->"a527f955-9f3a-4c64-98eb-328409f057f7"], Cell[BoxData[ GraphicsBox[{{ @@ -28182,15 +33932,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -28205,21 +33961,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -28246,8 +34012,8 @@ Cell[BoxData[ 19.48557158514987, 21.25}}], LineBox[{3, 2, 1, 3}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-42.5\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->310553242,ExpressionUUID->"e1081f0e-6370-4c7e-a0ec-fcee9dd57af4"], + CellLabel->"During evaluation of In[40]:=", + CellID->1552002769,ExpressionUUID->"0c9daaa5-6377-47d9-9a67-2bd97ecf57ec"], Cell[BoxData[ GraphicsBox[{{ @@ -28261,15 +34027,21 @@ Cell[BoxData[ 3^Rational[1, 2], -110}, {-190.5255888325765, -110}]], PointBox[NCache[{110 3^Rational[1, 2], -110}, { 190.5255888325765, -110}]], PointBox[{0, 220}]}, {InsetBox[ - RowBox[{"{", - RowBox[{"220", ",", "0", ",", "0"}], - "}"}], {-209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "220", ",", "0"}], - "}"}], {209.57814771583418, -121.00000000000001}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "0", ",", "220"}], - "}"}], {0., 242.00000000000003}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"220.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "220.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {209.57814771583418, -121.00000000000001}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "220.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 242.00000000000003}]}}, GraphicsComplexBox[{{103.92304845413263`, 40.}, {77.94228634059948, 85.}, {-86.60254037844386, 70.}, { 17.32050807568877, -110.}, {-77.94228634059948, 85.}}, @@ -28284,21 +34056,31 @@ Cell[BoxData[ NCache[{10 3^Rational[1, 2], -110}, {17.32050807568877, -110}]], PointBox[NCache[{(-45) 3^Rational[1, 2], 85}, {-77.94228634059948, 85}]]}, {InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "120", ",", "100"}], - "}"}], {118.4722752377112, 40.9}], InsetBox[ - RowBox[{"{", - RowBox[{"0", ",", "90", ",", "130"}], - "}"}], {88.59439880714807, 92.64999999999999}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "0", ",", "120"}], - "}"}], {-100.63215191975175, 75.4}], InsetBox[ - RowBox[{"{", - RowBox[{"100", ",", "120", ",", "0"}], - "}"}], {18.87935380250076, -131.6}], InsetBox[ - RowBox[{"{", - RowBox[{"90", ",", "0", ",", "130"}], - "}"}], {-90.67285977623071, 92.64999999999999}]}}, + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "0.`", ",", "120.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-100.63215191975175, 75.4}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-90.67285977623071, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"100.`", ",", "120.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {18.87935380250076, -131.6}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "130.`"}], "}"}], + StripOnInput->False, + FontSize->12], {88.59439880714807, 92.64999999999999}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "120.`", ",", "100.`"}], "}"}], + StripOnInput->False, + FontSize->12], {118.4722752377112, 40.9}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{60 3^Rational[1, 2], 40}, { @@ -28325,8 +34107,8 @@ Cell[BoxData[ LineBox[{1, 2, 3, 1}]]}}, ImageSize->500, PlotLabel->FormBox["\"eps=-43.\"", TraditionalForm]]], "Print", - CellLabel->"During evaluation of In[33]:=", - CellID->469445910,ExpressionUUID->"16d6ee9d-2503-4dfb-aadd-00f0cac9454a"] + CellLabel->"During evaluation of In[40]:=", + CellID->1721783233,ExpressionUUID->"acdc04b4-a8f9-451d-a04c-ba4aeda1cf43"] }, Closed]] }, Open ]], @@ -28373,7 +34155,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"i", ",", "l"}], "}"}]}], "]"}]}]}], "]"}]}], "\[IndentingNewLine]"}]}]], "Input", - CellLabel->"In[34]:=", + CellLabel->"In[41]:=", CellID->453201143,ExpressionUUID->"aa73ad54-caf9-4474-9e8d-1d64b4369fc6"], Cell["\<\ @@ -28422,7 +34204,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"exportFrames", "[", RowBox[{"\"\\"", ",", "a1"}], "]"}]], "Input", - CellLabel->"In[35]:=", + CellLabel->"In[42]:=", CellID->965692710,ExpressionUUID->"22f152e6-76a5-45d6-a56a-d72dba76a8be"], Cell[BoxData[ @@ -28501,8 +34283,8 @@ Cell[BoxData[ ",", "\<\"Exp01krmovie143.jpg\"\>", ",", "\<\"Exp01krmovie144.jpg\"\>", ",", "\<\"Exp01krmovie145.jpg\"\>", ",", "\<\"Exp01krmovie146.jpg\"\>", ",", "\<\"Exp01krmovie147.jpg\"\>"}], "}"}]], "Output", - CellLabel->"Out[35]=", - CellID->1937759809,ExpressionUUID->"0f21edeb-3bb8-44fc-a231-c78a738b5cf1"] + CellLabel->"Out[42]=", + CellID->1434343720,ExpressionUUID->"bc178e6e-9c62-412f-a447-52f0360ad776"] }, Closed]], Cell[BoxData[ @@ -28521,38 +34303,39 @@ Cell[BoxData[ RowBox[{"1", "/", "2"}], ")"}]}], "}"}]}], ",", RowBox[{"UseManipulate", "\[Rule]", "True"}]}], "]"}]}], ";"}]], "Input",\ - CellLabel->"In[36]:=", + CellLabel->"In[43]:=", CellID->469053745,ExpressionUUID->"ba0938de-52f3-41e2-b49e-8cb1151fb05a"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "a2", "]"}]], "Input", - CellLabel->"In[37]:=", + CellLabel->"In[44]:=", CellID->1838132867,ExpressionUUID->"f75e4423-7cef-43cc-b356-4a1631dec6cd"], Cell[BoxData["2"], "Output", - CellLabel->"Out[37]=", - CellID->957228703,ExpressionUUID->"e592bdf3-8be0-4538-99e6-29b8a095eb75"] + CellLabel->"Out[44]=", + CellID->145942338,ExpressionUUID->"bf5e0c6f-b786-4415-bcde-4fe3c5fa88bf"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData["a2"], "Input", - CellLabel->"In[38]:=", + CellLabel->"In[45]:=", CellID->1638712843,ExpressionUUID->"0f3cb2db-a0c5-44f4-90be-991e105e059b"], Cell[BoxData[ TagBox[ StyleBox[ - DynamicModuleBox[{TUG`TuGames`Private`t$$ = Rational[-17, 6], + DynamicModuleBox[{TUG`TuGames`Private`t$$ = Rational[80, 3], Typeset`show$$ = True, Typeset`bookmarkList$$ = {}, Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, Typeset`animvar$$ = 1, Typeset`name$$ = "\"untitled\"", Typeset`specs$$ = {{{ Hold[TUG`TuGames`Private`t$$], 30, "Epsilon"}, Rational[-130, 3], 30, - Rational[-1, 2]}}, Typeset`size$$ = {500., {215., 218.64338450097137`}}, - Typeset`update$$ = 0, Typeset`initDone$$, Typeset`skipInitDone$$ = True}, + Rational[-1, 2]}}, Typeset`size$$ = {500., {214., 218.148329509904}}, + Typeset`update$$ = 0, Typeset`initDone$$, Typeset`skipInitDone$$ = True}, + DynamicBox[Manipulate`ManipulateBoxes[ 1, StandardForm, "Variables" :> {TUG`TuGames`Private`t$$ = 30}, "ControllerVariables" :> {}, @@ -28567,7 +34350,7 @@ Cell[BoxData[ "Specifications" :> {{{TUG`TuGames`Private`t$$, 30, "Epsilon"}, Rational[-130, 3], 30, Rational[-1, 2]}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{545., {257.8515625, 263.1484375}}, + ImageSizeCache->{545., {257.3515625, 262.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -28578,8 +34361,8 @@ Cell[BoxData[ Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[38]=", - CellID->378085491,ExpressionUUID->"1ea418cc-8d4f-4043-a972-a6f1b83cae58"] + CellLabel->"Out[45]=", + CellID->792407526,ExpressionUUID->"8fa76789-bf66-4017-ae44-f4e4a793a89a"] }, Open ]] }, Open ]], @@ -28602,8 +34385,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "073424cb-e11e-45e1-bd51-7bd60b252a9e"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"40738cd6-085d-4a56-be22-\ -76e9fbb7c28a"], + }]], "GuideTutorialsSection",ExpressionUUID->"b6b97b69-88b4-490f-9962-\ +4a25f6a73924"], Cell[BoxData[GridBox[{ { @@ -28649,8 +34432,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "3c2a3bc5-5c49-4971-a080-bc153372e34f"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"a78f202f-8556-4c85-9f09-\ -45a6c1ac86ed"], + }]], "GuideMoreAboutSection",ExpressionUUID->"88dea12d-5e65-4c28-9a45-\ +fb1faf05c1a1"], Cell[BoxData[GridBox[{ { @@ -28677,14 +34460,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "411922b1-0a41-4da6-a1f9-f0db0bad80f9"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"9f715b6a-622e-4e45-b3bd-\ -ad38630b2813"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"dea61a51-3d02-4380-a392-\ +43db57f3ad6d"], -Cell[" ", "FooterCell",ExpressionUUID->"1cf6ef97-882f-458a-a3c2-4154eac69cbe"] +Cell[" ", "FooterCell",ExpressionUUID->"6be92bea-d04c-4cf5-bf15-1f64f8a0cf31"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesView2dV6", TaggingRules->{ @@ -28695,20 +34478,20 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 16, 57, 46.909646}", + "built" -> "{2024, 6, 3, 16, 50, 40.995199}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "A basic Introduction", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$16309, - "title" -> "TuGamesView2dV6", "titlemodifier" -> "", "windowtitle" -> - "TuGamesView2dV6", "type" -> "Guide", "uri" -> + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$16311, + "title" -> "TuGamesView2dV6", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "TuGamesView2dV6", "type" -> "Guide", "uri" -> "TUG/Guides/TuGamesView2dV6"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"9e47de62-b3a7-4954-b8bf-dcc4681098c0" +ExpressionUUID->"65b1df1a-8a28-4108-b447-c317466217ba" ] (* End of Notebook Content *) @@ -28721,625 +34504,667 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 5690, 134, 70, "AnchorBarGrid",ExpressionUUID->"eed5268b-7cd0-49be-a293-87f73b0d8882", +Cell[587, 21, 5753, 138, 70, "AnchorBarGrid",ExpressionUUID->"474a6785-71e7-4c02-a4a5-2b6981f8c1f0", CellID->1], Cell[CellGroupData[{ -Cell[6302, 159, 112, 1, 70, "GuideTitle",ExpressionUUID->"1e855a49-a2f9-4901-8d03-65f7de8ba591", +Cell[6365, 163, 112, 1, 70, "GuideTitle",ExpressionUUID->"1e855a49-a2f9-4901-8d03-65f7de8ba591", CellID->942062912], -Cell[6417, 162, 121, 1, 70, "GuideAbstract",ExpressionUUID->"f52886f3-e03c-49cc-80f7-49acb5f2528b", +Cell[6480, 166, 121, 1, 70, "GuideAbstract",ExpressionUUID->"f52886f3-e03c-49cc-80f7-49acb5f2528b", CellID->2001916300], -Cell[6541, 165, 153, 1, 70, "GuideAbstract",ExpressionUUID->"f8f98fe8-4469-49df-9dbc-a6d218c426b1", +Cell[6604, 169, 153, 1, 70, "GuideAbstract",ExpressionUUID->"f8f98fe8-4469-49df-9dbc-a6d218c426b1", CellID->1151681128], -Cell[6697, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"1b7f8c5a-c20e-4e32-b63c-4e500adb69ab"] +Cell[6760, 172, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"11fbf165-95d1-4845-8e16-9793fde1679a"] }, Open ]], Cell[CellGroupData[{ -Cell[6827, 173, 110, 1, 70, "Section",ExpressionUUID->"b5c647be-2c3d-49bf-af33-f856942f318e", +Cell[6890, 177, 110, 1, 70, "Section",ExpressionUUID->"b5c647be-2c3d-49bf-af33-f856942f318e", CellID->1555380404], -Cell[6940, 176, 2359, 32, 70, "Text",ExpressionUUID->"428efc2c-6f04-4042-a3c6-17a61d39b889", +Cell[7003, 180, 2381, 33, 70, "Text",ExpressionUUID->"428efc2c-6f04-4042-a3c6-17a61d39b889", CellID->1134942035] }, Open ]], Cell[CellGroupData[{ -Cell[9336, 213, 108, 1, 70, "Section",ExpressionUUID->"faef4e3e-3d45-46c5-9d66-416ef01ed64d", +Cell[9421, 218, 108, 1, 70, "Section",ExpressionUUID->"faef4e3e-3d45-46c5-9d66-416ef01ed64d", CellID->93761254], -Cell[9447, 216, 196, 4, 70, "Text",ExpressionUUID->"c063282c-22d2-4d5e-b0d7-02b371c01001", +Cell[9532, 221, 196, 4, 70, "Text",ExpressionUUID->"c063282c-22d2-4d5e-b0d7-02b371c01001", CellID->1206456925], Cell[CellGroupData[{ -Cell[9668, 224, 186, 4, 70, "Input",ExpressionUUID->"52997371-c506-484c-8e3a-1e0058f65b30", +Cell[9753, 229, 186, 4, 70, "Input",ExpressionUUID->"52997371-c506-484c-8e3a-1e0058f65b30", CellID->1738720799], Cell[CellGroupData[{ -Cell[9879, 232, 207, 3, 70, "Print",ExpressionUUID->"d9da104b-a104-4702-bd1c-242f6c782495", - CellID->1358178884], -Cell[10089, 237, 335, 7, 70, "Print",ExpressionUUID->"9fc72499-fb93-452e-a1d9-a9351e38ffe4", - CellID->186515723], -Cell[10427, 246, 207, 3, 70, "Print",ExpressionUUID->"7ff319b6-4a4e-44fa-8c28-dcd9ce6bb5db", - CellID->1790579359], -Cell[10637, 251, 191, 2, 70, "Print",ExpressionUUID->"3a71ccb4-2310-49ef-acd3-b47634cfc525", - CellID->1451636862], -Cell[10831, 255, 177, 2, 70, "Print",ExpressionUUID->"b5909a2b-9f86-4ae8-a5dc-4efcfed23e16", - CellID->886955973], -Cell[11011, 259, 208, 3, 70, "Print",ExpressionUUID->"7138414d-0233-4c07-8161-8a6264358cf7", - CellID->1809208668], -Cell[11222, 264, 190, 2, 70, "Print",ExpressionUUID->"40482568-2cd8-4e46-8e0d-e7c74d96279f", - CellID->568157774], -Cell[11415, 268, 207, 3, 70, "Print",ExpressionUUID->"e2111431-c559-4dcb-96e1-87a6b2ec707d", - CellID->1963096812], -Cell[11625, 273, 206, 3, 70, "Print",ExpressionUUID->"653efd18-f05b-4acc-8aa9-48a16898500d", - CellID->510383349], -Cell[11834, 278, 177, 2, 70, "Print",ExpressionUUID->"1c83a3dc-9a88-4fad-a66d-50bc942382a3", - CellID->999088170], -Cell[12014, 282, 207, 3, 70, "Print",ExpressionUUID->"a301639f-c1a0-433b-90f9-44b9c8a2ff26", - CellID->1407852463] +Cell[9964, 237, 207, 3, 70, "Print",ExpressionUUID->"10aefcd6-d8c4-4af9-9b46-414890996be7", + CellID->2010767299], +Cell[10174, 242, 336, 7, 70, "Print",ExpressionUUID->"2b260a5f-2f91-433c-a372-4c8a004eb04a", + CellID->1783981891], +Cell[10513, 251, 206, 3, 70, "Print",ExpressionUUID->"b0eebdc2-e5f6-45f6-abf0-9605c9b00d10", + CellID->519849380], +Cell[10722, 256, 191, 2, 70, "Print",ExpressionUUID->"699fd427-bd95-45be-a274-5b32f94417cf", + CellID->2051861928], +Cell[10916, 260, 178, 2, 70, "Print",ExpressionUUID->"bfad5490-1959-464d-98b6-cfc1c2bbf1b4", + CellID->1568900523], +Cell[11097, 264, 208, 3, 70, "Print",ExpressionUUID->"f78ccef8-562d-495c-adf1-2155305b8369", + CellID->1373440580], +Cell[11308, 269, 191, 2, 70, "Print",ExpressionUUID->"280627bf-9f96-41b3-951d-d9e601f46365", + CellID->1441765430], +Cell[11502, 273, 206, 3, 70, "Print",ExpressionUUID->"e0483d18-de0b-41f9-b206-c5281ccdf369", + CellID->748492005], +Cell[11711, 278, 207, 3, 70, "Print",ExpressionUUID->"8fc29b0e-e7d6-4795-9d37-46fc67c3c61c", + CellID->1668375199], +Cell[11921, 283, 178, 2, 70, "Print",ExpressionUUID->"def332ae-4885-4221-bcdd-abae66900cf6", + CellID->1233849017], +Cell[12102, 287, 205, 3, 70, "Print",ExpressionUUID->"f70adfae-3bc8-420f-9780-95704205fdb7", + CellID->62098756] }, Open ]] }, Open ]], -Cell[12248, 289, 336, 6, 70, "Text",ExpressionUUID->"915ed4a6-29b7-48f3-b16d-6100358ff910", +Cell[12334, 294, 336, 6, 70, "Text",ExpressionUUID->"915ed4a6-29b7-48f3-b16d-6100358ff910", CellID->4427247], -Cell[12587, 297, 215, 5, 70, "Input",ExpressionUUID->"9cdf7cb1-3210-4dda-a3e7-b95f25ddf221", +Cell[12673, 302, 215, 5, 70, "Input",ExpressionUUID->"9cdf7cb1-3210-4dda-a3e7-b95f25ddf221", CellID->1609416915], -Cell[12805, 304, 1239, 19, 70, "Text",ExpressionUUID->"08fd6665-a054-4f10-8879-9265739728f3", +Cell[12891, 309, 1239, 19, 70, "Text",ExpressionUUID->"08fd6665-a054-4f10-8879-9265739728f3", CellID->1861349048], -Cell[14047, 325, 294, 8, 70, "Input",ExpressionUUID->"0f6535e4-6b79-4405-8cc2-104288b97469", +Cell[14133, 330, 294, 8, 70, "Input",ExpressionUUID->"0f6535e4-6b79-4405-8cc2-104288b97469", CellID->496921672], Cell[CellGroupData[{ -Cell[14366, 337, 205, 5, 70, "Input",ExpressionUUID->"64e5cffe-3eab-44b8-a1a8-bd37d461a0dd", +Cell[14452, 342, 205, 5, 70, "Input",ExpressionUUID->"64e5cffe-3eab-44b8-a1a8-bd37d461a0dd", CellID->1202229568], -Cell[14574, 344, 182, 4, 70, "Output",ExpressionUUID->"bae3ff54-94d6-4ac3-ac2a-dfe580d17f9b", - CellID->1207456021] +Cell[14660, 349, 182, 4, 70, "Output",ExpressionUUID->"2099d246-4378-4d38-bc37-aac8eb84e4df", + CellID->1205816242] }, Open ]], -Cell[14771, 351, 240, 6, 70, "Input",ExpressionUUID->"12338fdd-01b8-4c39-8076-fd5bcfc34ad0", +Cell[14857, 356, 240, 6, 70, "Input",ExpressionUUID->"12338fdd-01b8-4c39-8076-fd5bcfc34ad0", CellID->1675163230], -Cell[15014, 359, 188, 4, 70, "Text",ExpressionUUID->"d1682fe9-640c-4451-ace6-a33f58c28f9e", +Cell[15100, 364, 188, 4, 70, "Text",ExpressionUUID->"d1682fe9-640c-4451-ace6-a33f58c28f9e", CellID->1449803566], Cell[CellGroupData[{ -Cell[15227, 367, 167, 3, 70, "Input",ExpressionUUID->"1ac43200-46ad-4df9-9cf6-f39611641dc3", +Cell[15313, 372, 167, 3, 70, "Input",ExpressionUUID->"1ac43200-46ad-4df9-9cf6-f39611641dc3", CellID->1357928655], -Cell[15397, 372, 129, 2, 70, "Output",ExpressionUUID->"4dd6262b-8513-40e6-a898-62ffda62c1fd", - CellID->200754385] +Cell[15483, 377, 129, 2, 70, "Output",ExpressionUUID->"3c68df5b-babf-425b-bc3c-a20824d718d1", + CellID->509030282] }, Open ]], Cell[CellGroupData[{ -Cell[15563, 379, 164, 3, 70, "Input",ExpressionUUID->"68b8497e-501d-4b36-9194-2e11ef44b768", +Cell[15649, 384, 164, 3, 70, "Input",ExpressionUUID->"68b8497e-501d-4b36-9194-2e11ef44b768", CellID->454001047], -Cell[15730, 384, 130, 2, 70, "Output",ExpressionUUID->"04f930e1-7c03-4aae-88c6-6d2b15d688b9", - CellID->2142120144] +Cell[15816, 389, 130, 2, 70, "Output",ExpressionUUID->"7fb11c0a-d6e5-40fd-981d-912c4d891e4b", + CellID->1836188833] }, Open ]], Cell[CellGroupData[{ -Cell[15897, 391, 168, 3, 70, "Input",ExpressionUUID->"a8f39eea-e3bd-4a4a-8728-f3488a55b310", +Cell[15983, 396, 168, 3, 70, "Input",ExpressionUUID->"a8f39eea-e3bd-4a4a-8728-f3488a55b310", CellID->144372435], -Cell[16068, 396, 130, 2, 70, "Output",ExpressionUUID->"03332516-8ef4-418d-b4a7-5a365798c232", - CellID->1916568515] +Cell[16154, 401, 130, 2, 70, "Output",ExpressionUUID->"de4b1766-e920-4ef9-9e71-475c39dbf7a4", + CellID->1405478214] }, Open ]], Cell[CellGroupData[{ -Cell[16235, 403, 174, 3, 70, "Input",ExpressionUUID->"424b3a92-60c4-4113-9686-2bf29b922dd4", +Cell[16321, 408, 174, 3, 70, "Input",ExpressionUUID->"424b3a92-60c4-4113-9686-2bf29b922dd4", CellID->1054221383], -Cell[16412, 408, 129, 2, 70, "Output",ExpressionUUID->"f2b66175-8157-4791-934b-0afc8cbb1014", - CellID->515017764] +Cell[16498, 413, 130, 2, 70, "Output",ExpressionUUID->"0e946099-6928-44ba-ac38-f01e4b2dc277", + CellID->1430381011] }, Open ]], -Cell[16556, 413, 212, 4, 70, "Text",ExpressionUUID->"4952f443-9bb5-4663-b10e-6af96cd5f632", +Cell[16643, 418, 212, 4, 70, "Text",ExpressionUUID->"4952f443-9bb5-4663-b10e-6af96cd5f632", CellID->1455430380], Cell[CellGroupData[{ -Cell[16793, 421, 203, 4, 70, "Input",ExpressionUUID->"844ab3f3-8d6c-49a7-9ba1-47ab60980817", +Cell[16880, 426, 203, 4, 70, "Input",ExpressionUUID->"844ab3f3-8d6c-49a7-9ba1-47ab60980817", CellID->1147982637], -Cell[16999, 427, 515, 14, 70, "Output",ExpressionUUID->"50899756-cfee-4356-a1b3-5ca64af5561c", - CellID->1668491957] +Cell[17086, 432, 515, 14, 70, "Output",ExpressionUUID->"216380cd-03c1-44e3-a61b-f4374637fe00", + CellID->1331289496] }, Open ]], Cell[CellGroupData[{ -Cell[17551, 446, 275, 6, 70, "Input",ExpressionUUID->"44dcdf1b-b911-43da-936b-6167f15926f4", +Cell[17638, 451, 275, 6, 70, "Input",ExpressionUUID->"44dcdf1b-b911-43da-936b-6167f15926f4", CellID->1046667531], -Cell[17829, 454, 643, 16, 70, "Output",ExpressionUUID->"9cc89b41-4254-4cdd-9dee-877770516356", - CellID->1178393728] +Cell[17916, 459, 642, 16, 70, "Output",ExpressionUUID->"93fd6d72-09f0-447e-bae2-b9c48b918db7", + CellID->739186102] }, Open ]], Cell[CellGroupData[{ -Cell[18509, 475, 201, 4, 70, "Input",ExpressionUUID->"cfec90d5-120c-4fd7-af00-230efd6c60e3", +Cell[18595, 480, 201, 4, 70, "Input",ExpressionUUID->"cfec90d5-120c-4fd7-af00-230efd6c60e3", CellID->699751761], -Cell[18713, 481, 516, 14, 70, "Output",ExpressionUUID->"d3c49f9e-44c4-4233-9a23-0a6d254b127f", - CellID->1403083563] +Cell[18799, 486, 515, 14, 70, "Output",ExpressionUUID->"2eb3767e-cd53-4942-89bd-3eaf5c5db7de", + CellID->775532180] }, Open ]], Cell[CellGroupData[{ -Cell[19266, 500, 273, 6, 70, "Input",ExpressionUUID->"e35dd995-7b3e-47a3-8d46-066b781b1aea", +Cell[19351, 505, 273, 6, 70, "Input",ExpressionUUID->"e35dd995-7b3e-47a3-8d46-066b781b1aea", CellID->1649528102], -Cell[19542, 508, 691, 16, 70, "Output",ExpressionUUID->"d47c2ed4-361d-4362-8b31-918fe7b7ac25", - CellID->1648064913] +Cell[19627, 513, 690, 16, 70, "Output",ExpressionUUID->"993151d4-a00d-4858-98e8-ca5150f0d1d8", + CellID->683217081] }, Open ]], -Cell[20248, 527, 139, 1, 70, "Text",ExpressionUUID->"2801e5f8-3695-4335-8753-595c4dc8beab", +Cell[20332, 532, 139, 1, 70, "Text",ExpressionUUID->"2801e5f8-3695-4335-8753-595c4dc8beab", CellID->366216745], Cell[CellGroupData[{ -Cell[20412, 532, 192, 4, 70, "Input",ExpressionUUID->"85e8d1ee-ff0b-41e6-bedb-a3e26ce83b66", +Cell[20496, 537, 192, 4, 70, "Input",ExpressionUUID->"85e8d1ee-ff0b-41e6-bedb-a3e26ce83b66", CellID->1172121293], -Cell[20607, 538, 254, 7, 70, "Output",ExpressionUUID->"ed562b50-662b-4057-aef8-e591c6d81cbe", - CellID->501997523] +Cell[20691, 543, 255, 7, 70, "Output",ExpressionUUID->"fac2e328-eda7-4279-bf02-1a66df297707", + CellID->1521039833] }, Open ]], Cell[CellGroupData[{ -Cell[20898, 550, 197, 4, 70, "Input",ExpressionUUID->"aa197f54-d8f4-4af2-86ea-5a6a8b55fab2", +Cell[20983, 555, 197, 4, 70, "Input",ExpressionUUID->"aa197f54-d8f4-4af2-86ea-5a6a8b55fab2", CellID->617105249], -Cell[21098, 556, 185, 4, 70, "Output",ExpressionUUID->"369bd23b-920a-4ddd-bfe8-dc09440c9935", - CellID->835980500] +Cell[21183, 561, 185, 4, 70, "Output",ExpressionUUID->"7c42341f-8a49-457e-bf4c-8ebc35377d6f", + CellID->725923060] }, Open ]], Cell[CellGroupData[{ -Cell[21320, 565, 204, 4, 70, "Input",ExpressionUUID->"c7b25e38-b9fd-4f06-8092-8d0d78207856", +Cell[21405, 570, 204, 4, 70, "Input",ExpressionUUID->"c7b25e38-b9fd-4f06-8092-8d0d78207856", CellID->1288858887], -Cell[21527, 571, 254, 7, 70, "Output",ExpressionUUID->"5fa236ab-753a-4c8a-bfd8-e6a03311c73f", - CellID->445846931] +Cell[21612, 576, 255, 7, 70, "Output",ExpressionUUID->"d802d7e4-fd88-407b-a071-ba3e326d8533", + CellID->1032076768] }, Open ]], Cell[CellGroupData[{ -Cell[21818, 583, 194, 4, 70, "Input",ExpressionUUID->"61712131-b7d4-4a0d-ae44-5bb08e82f020", +Cell[21904, 588, 194, 4, 70, "Input",ExpressionUUID->"61712131-b7d4-4a0d-ae44-5bb08e82f020", CellID->687464173], -Cell[22015, 589, 255, 7, 70, "Output",ExpressionUUID->"9b22c8c0-8d87-4535-8d8b-a27d8aedb415", - CellID->1465013894] +Cell[22101, 594, 254, 7, 70, "Output",ExpressionUUID->"acf9edee-845f-4aa4-80e0-1f0671a78609", + CellID->752295691] }, Open ]], Cell[CellGroupData[{ -Cell[22307, 601, 225, 5, 70, "Input",ExpressionUUID->"09cd839c-3598-4c53-b41f-fc6ea1077983", +Cell[22392, 606, 225, 5, 70, "Input",ExpressionUUID->"09cd839c-3598-4c53-b41f-fc6ea1077983", CellID->1118454169], -Cell[22535, 608, 130, 2, 70, "Output",ExpressionUUID->"7c711f56-0b19-4308-8b20-697f18a5db10", - CellID->737931183] +Cell[22620, 613, 131, 2, 70, "Output",ExpressionUUID->"09bfe0bc-2ae1-4354-9b56-6a5df39133a6", + CellID->1110812823] }, Open ]], Cell[CellGroupData[{ -Cell[22702, 615, 178, 3, 70, "Input",ExpressionUUID->"36b6cab8-c8dd-4003-8caa-8eedde68e2f2", +Cell[22788, 620, 178, 3, 70, "Input",ExpressionUUID->"36b6cab8-c8dd-4003-8caa-8eedde68e2f2", CellID->2079820085], -Cell[22883, 620, 255, 7, 70, "Output",ExpressionUUID->"fc0039ca-22e7-4989-8996-e1360e55071d", - CellID->1081761816] +Cell[22969, 625, 255, 7, 70, "Output",ExpressionUUID->"c5614c4c-e709-4db7-8be2-daa7087981c6", + CellID->1699547434] }, Open ]], Cell[CellGroupData[{ -Cell[23175, 632, 177, 3, 70, "Input",ExpressionUUID->"fdf5321f-e808-4c62-9b5d-de41811675b3", +Cell[23261, 637, 177, 3, 70, "Input",ExpressionUUID->"fdf5321f-e808-4c62-9b5d-de41811675b3", CellID->1192013660], -Cell[23355, 637, 255, 7, 70, "Output",ExpressionUUID->"c10a396c-ea3f-4c27-9c8f-0f7c999a24a6", - CellID->1539606423] +Cell[23441, 642, 255, 7, 70, "Output",ExpressionUUID->"0dc5e8f0-3526-4a11-bd6c-4654cc7c6ade", + CellID->1864699368] }, Open ]], Cell[CellGroupData[{ -Cell[23647, 649, 203, 4, 70, "Input",ExpressionUUID->"ebef781c-510a-4e6e-b8b5-33a8f70b2568", +Cell[23733, 654, 203, 4, 70, "Input",ExpressionUUID->"ebef781c-510a-4e6e-b8b5-33a8f70b2568", CellID->2107509907], -Cell[23853, 655, 281, 8, 70, "Output",ExpressionUUID->"9ca91d50-dece-4677-ace7-c5a70c551825", - CellID->131111060] +Cell[23939, 660, 281, 8, 70, "Output",ExpressionUUID->"3ebf4a69-143c-4538-b5be-d79638aad621", + CellID->849501914] }, Open ]], Cell[CellGroupData[{ -Cell[24171, 668, 201, 4, 70, "Input",ExpressionUUID->"4d25b37c-8ced-43b3-b494-a5c7f953f8ec", +Cell[24257, 673, 201, 4, 70, "Input",ExpressionUUID->"4d25b37c-8ced-43b3-b494-a5c7f953f8ec", CellID->948218301], -Cell[24375, 674, 282, 8, 70, "Output",ExpressionUUID->"d7373693-39fa-4533-ae30-121e3afa13c9", - CellID->1485016027] +Cell[24461, 679, 282, 8, 70, "Output",ExpressionUUID->"796cc947-793c-4099-80f3-c95d1b258f12", + CellID->2014457929] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[24706, 688, 106, 1, 70, "Section",ExpressionUUID->"56433d63-b4b3-4f27-9ba3-a8b7f848e729", +Cell[24792, 693, 106, 1, 70, "Section",ExpressionUUID->"56433d63-b4b3-4f27-9ba3-a8b7f848e729", CellID->1966503052], -Cell[24815, 691, 328, 5, 70, "Text",ExpressionUUID->"e2d4be17-66cf-495d-9bc8-2a04ed030d72", +Cell[24901, 696, 328, 5, 70, "Text",ExpressionUUID->"e2d4be17-66cf-495d-9bc8-2a04ed030d72", CellID->2002439685], Cell[CellGroupData[{ -Cell[25168, 700, 171, 3, 70, "Input",ExpressionUUID->"a5df442a-9f6f-4df0-a3c9-108f5c47a92e", +Cell[25254, 705, 171, 3, 70, "Input",ExpressionUUID->"a5df442a-9f6f-4df0-a3c9-108f5c47a92e", CellID->1804151534], -Cell[25342, 705, 359, 8, 70, "Output",ExpressionUUID->"f6116e22-da88-462a-accf-02c1cf9a5484", - CellID->1513557761] +Cell[25428, 710, 359, 8, 70, "Output",ExpressionUUID->"5df9f2c9-4d58-4deb-80c2-c8af45063b76", + CellID->1716008439] }, Open ]], -Cell[25716, 716, 828, 12, 70, "Text",ExpressionUUID->"b24b082c-04f8-4bdb-b08f-288eecc7eac4", +Cell[25802, 721, 824, 12, 70, "Text",ExpressionUUID->"b24b082c-04f8-4bdb-b08f-288eecc7eac4", CellID->1002938674], Cell[CellGroupData[{ -Cell[26569, 732, 199, 4, 70, "Input",ExpressionUUID->"6c33f146-5568-458b-9691-78c488acee9e", +Cell[26651, 737, 199, 4, 70, "Input",ExpressionUUID->"6c33f146-5568-458b-9691-78c488acee9e", CellID->415394003], -Cell[26771, 738, 5522, 115, 70, "Output",ExpressionUUID->"efc11c32-a542-4163-bf73-19161326fc93", - CellID->1147709372] +Cell[26853, 743, 6289, 136, 70, "Output",ExpressionUUID->"4009139b-cb86-4284-8ceb-f145fe8c6c9c", + CellID->233388169] }, Open ]], -Cell[32308, 856, 253, 5, 70, "Text",ExpressionUUID->"4670b17f-ccef-4ebc-9d24-0da95cf60242", +Cell[33157, 882, 253, 5, 70, "Text",ExpressionUUID->"4670b17f-ccef-4ebc-9d24-0da95cf60242", CellID->963013532], -Cell[32564, 863, 318, 5, 70, "Text",ExpressionUUID->"4716f20c-ef85-4509-865d-0e751b88b2ed", +Cell[33413, 889, 318, 5, 70, "Text",ExpressionUUID->"4716f20c-ef85-4509-865d-0e751b88b2ed", CellID->1115145765], Cell[CellGroupData[{ -Cell[32907, 872, 271, 6, 70, "Input",ExpressionUUID->"3c6271c5-44a1-4bfe-8352-aa74d48fa7b7", +Cell[33756, 898, 271, 6, 70, "Input",ExpressionUUID->"3c6271c5-44a1-4bfe-8352-aa74d48fa7b7", CellID->1374095773], -Cell[33181, 880, 3339, 69, 70, "Output",ExpressionUUID->"0fbd6429-7118-4628-9df5-fb953acabf70", - CellID->695711263] +Cell[34030, 906, 3868, 85, 70, "Output",ExpressionUUID->"7c73d58a-204b-41f4-a31d-d779c5f67a07", + CellID->1877741580] }, Open ]], -Cell[36535, 952, 151, 1, 70, "Text",ExpressionUUID->"2f1fe041-a962-4818-a988-b8adeb0b9c21", +Cell[37913, 994, 151, 1, 70, "Text",ExpressionUUID->"2f1fe041-a962-4818-a988-b8adeb0b9c21", CellID->672028434], -Cell[36689, 955, 581, 16, 70, "Input",ExpressionUUID->"2150a955-51fb-47d8-a5a0-e7c8ae0cde43", +Cell[38067, 997, 581, 16, 70, "Input",ExpressionUUID->"2150a955-51fb-47d8-a5a0-e7c8ae0cde43", CellID->1740312519] }, Closed]], Cell[CellGroupData[{ -Cell[37307, 976, 121, 1, 70, "Section",ExpressionUUID->"4b2572c6-e21a-4454-b4be-3b58b1b0338d", +Cell[38685, 1018, 121, 1, 70, "Section",ExpressionUUID->"4b2572c6-e21a-4454-b4be-3b58b1b0338d", CellID->1637179279], -Cell[37431, 979, 443, 8, 70, "Text",ExpressionUUID->"deecffa8-df60-4e25-bcac-71d70bc1a47b", +Cell[38809, 1021, 443, 8, 70, "Text",ExpressionUUID->"deecffa8-df60-4e25-bcac-71d70bc1a47b", CellID->1032752893], Cell[CellGroupData[{ -Cell[37899, 991, 173, 3, 70, "Input",ExpressionUUID->"e18561c9-45eb-4d48-83c2-69daf46092f0", +Cell[39277, 1033, 173, 3, 70, "Input",ExpressionUUID->"e18561c9-45eb-4d48-83c2-69daf46092f0", CellID->209934120], -Cell[38075, 996, 305, 7, 70, "Output",ExpressionUUID->"5f7ab7c6-1eea-447c-8d24-f1d00fce3e12", - CellID->1700073484] +Cell[39453, 1038, 356, 8, 70, "Output",ExpressionUUID->"eb793574-4988-4201-92c4-e6831ae3048c", + CellID->1352506682] }, Open ]], -Cell[38395, 1006, 283, 5, 70, "Text",ExpressionUUID->"dc4d2239-875e-4d3e-b8fb-6a1929c3bcda", +Cell[39824, 1049, 283, 5, 70, "Text",ExpressionUUID->"dc4d2239-875e-4d3e-b8fb-6a1929c3bcda", CellID->174128132], -Cell[38681, 1013, 417, 7, 70, "Text",ExpressionUUID->"297addbd-dc51-4617-83bf-3ae577ac7b09", +Cell[40110, 1056, 417, 7, 70, "Text",ExpressionUUID->"297addbd-dc51-4617-83bf-3ae577ac7b09", CellID->831466617], Cell[CellGroupData[{ -Cell[39123, 1024, 270, 6, 70, "Input",ExpressionUUID->"9e316125-d117-4884-b9f7-23b80690ac50", +Cell[40552, 1067, 270, 6, 70, "Input",ExpressionUUID->"9e316125-d117-4884-b9f7-23b80690ac50", CellID->1402690710], -Cell[39396, 1032, 5271, 112, 70, "Output",ExpressionUUID->"b69806e9-7c16-4820-b41e-d43adeffe89e", - CellID->790805083] +Cell[40825, 1075, 6183, 139, 70, "Output",ExpressionUUID->"4bd36214-3c97-425c-b241-a4c2f33193f5", + CellID->753237549] }, Open ]], -Cell[44682, 1147, 144, 1, 70, "Text",ExpressionUUID->"4cdc3b0f-b5fc-451f-bd7a-2cd591fbf733", +Cell[47023, 1217, 144, 1, 70, "Text",ExpressionUUID->"4cdc3b0f-b5fc-451f-bd7a-2cd591fbf733", CellID->1949920786], Cell[CellGroupData[{ -Cell[44851, 1152, 270, 6, 70, "Input",ExpressionUUID->"79d1a7f9-a06a-483c-8a5a-83f5ecfb7c2f", +Cell[47192, 1222, 270, 6, 70, "Input",ExpressionUUID->"79d1a7f9-a06a-483c-8a5a-83f5ecfb7c2f", CellID->1144900804], -Cell[45124, 1160, 5390, 114, 70, "Output",ExpressionUUID->"867d1251-1cbb-4172-80d4-78813685c8a7", - CellID->2147348125] +Cell[47465, 1230, 6312, 143, 70, "Output",ExpressionUUID->"75aae4f6-57d9-45c1-8a4d-817ed62e24ef", + CellID->1782119860] +}, Open ]], +Cell[53792, 1376, 171, 3, 70, "Text",ExpressionUUID->"7b12bd5f-99cf-4014-8dd4-40fde83ee657", + CellID->1076401642], +Cell[CellGroupData[{ +Cell[53988, 1383, 323, 7, 70, "Input",ExpressionUUID->"e05eec6a-3366-460c-a3b2-e7e4fbbc6329", + CellID->1522415563], +Cell[54314, 1392, 6311, 143, 70, "Output",ExpressionUUID->"c72c6f45-b010-4523-a988-c849eabfb7e7", + CellID->162767012] }, Open ]], -Cell[50529, 1277, 212, 4, 70, "Text",ExpressionUUID->"1f6a0ca4-341b-41d8-8425-f1dc904339a2", +Cell[60640, 1538, 212, 4, 70, "Text",ExpressionUUID->"1f6a0ca4-341b-41d8-8425-f1dc904339a2", CellID->448570889], Cell[CellGroupData[{ -Cell[50766, 1285, 321, 7, 70, "Input",ExpressionUUID->"e2283bb2-f147-46f0-9ed9-79681087a3a0", +Cell[60877, 1546, 321, 7, 70, "Input",ExpressionUUID->"e2283bb2-f147-46f0-9ed9-79681087a3a0", CellID->189430817], -Cell[51090, 1294, 3908, 79, 70, "Output",ExpressionUUID->"eb1d8ea5-0843-4dec-99bc-2067e782516b", - CellID->439545809] +Cell[61201, 1555, 4453, 95, 70, "Output",ExpressionUUID->"0fbaf37c-620a-433e-a70f-05d0da762030", + CellID->1584514319] }, Open ]], Cell[CellGroupData[{ -Cell[55035, 1378, 321, 7, 70, "Input",ExpressionUUID->"c86247a5-a608-465f-a76c-3ac8719b2824", +Cell[65691, 1655, 321, 7, 70, "Input",ExpressionUUID->"c86247a5-a608-465f-a76c-3ac8719b2824", CellID->408597149], -Cell[55359, 1387, 3954, 80, 70, "Output",ExpressionUUID->"56bc5c79-b052-4ea7-9c7a-dc5a6091dcc8", - CellID->452530103] +Cell[66015, 1664, 4498, 96, 70, "Output",ExpressionUUID->"9082eaf6-5f1f-48ed-a02f-88eb330940d5", + CellID->705902274] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[59362, 1473, 145, 1, 70, "Section",ExpressionUUID->"63bfd2b7-7bef-41d4-8410-097cc74f07a3", +Cell[70562, 1766, 111, 1, 70, "Section",ExpressionUUID->"03afd63c-7e08-4bb5-94ca-56d66d82bce6", + CellID->1492634817], +Cell[70676, 1769, 339, 6, 70, "Text",ExpressionUUID->"1c03fe1b-9163-4751-978b-066a7ff9a81a", + CellID->1499411233], +Cell[CellGroupData[{ +Cell[71040, 1779, 174, 3, 70, "Input",ExpressionUUID->"28b68282-b8a9-41ab-9359-c94c8056a579", + CellID->781853730], +Cell[71217, 1784, 410, 9, 70, "Output",ExpressionUUID->"683139ea-280e-47fb-8abc-df84e39f6c00", + CellID->671797294] +}, Open ]], +Cell[71642, 1796, 832, 12, 70, "Text",ExpressionUUID->"0a72bd6b-d731-4a93-9482-654e91424b94", + CellID->348859687], +Cell[CellGroupData[{ +Cell[72499, 1812, 203, 4, 70, "Input",ExpressionUUID->"91f39320-c7ee-4fa5-a1e4-7b5218adbe9a", + CellID->1378739506], +Cell[72705, 1818, 6532, 140, 70, "Output",ExpressionUUID->"57418eb0-2d31-4a68-a06f-5c640a5293d3", + CellID->1273219504] +}, Open ]], +Cell[79252, 1961, 537, 8, 70, "Text",ExpressionUUID->"d32d976b-6d27-4525-b8e1-e2ccc05f824d", + CellID->667470666], +Cell[79792, 1971, 324, 6, 70, "Text",ExpressionUUID->"4a296abe-ca6a-4eb5-8f27-9dddf4e65d22", + CellID->1112403676], +Cell[CellGroupData[{ +Cell[80141, 1981, 275, 6, 70, "Input",ExpressionUUID->"fa81e387-f4f0-4d33-bfbb-3ec1753fb0e7", + CellID->1886172739], +Cell[80419, 1989, 4112, 92, 70, "Output",ExpressionUUID->"724844aa-2f5c-4583-b04d-be6bad2126ab", + CellID->2111380488] +}, Open ]], +Cell[84546, 2084, 152, 1, 70, "Text",ExpressionUUID->"af3fc53f-58fc-40cf-8bd4-25887eec6752", + CellID->1998792719], +Cell[84701, 2087, 581, 16, 70, "Input",ExpressionUUID->"ebaba275-2528-40da-a2be-070094b7de20", + CellID->1531369902] +}, Closed]], +Cell[CellGroupData[{ +Cell[85319, 2108, 145, 1, 70, "Section",ExpressionUUID->"63bfd2b7-7bef-41d4-8410-097cc74f07a3", CellID->1200188603], -Cell[59510, 1476, 1200, 17, 70, "Text",ExpressionUUID->"d5ebae41-1532-4373-8425-cbd149ce6691", +Cell[85467, 2111, 1200, 17, 70, "Text",ExpressionUUID->"d5ebae41-1532-4373-8425-cbd149ce6691", CellID->512995844], Cell[CellGroupData[{ -Cell[60735, 1497, 184, 3, 70, "Input",ExpressionUUID->"13fe8681-272c-435e-a1a1-307b17c9b912", +Cell[86692, 2132, 184, 3, 70, "Input",ExpressionUUID->"13fe8681-272c-435e-a1a1-307b17c9b912", CellID->1654464929], -Cell[60922, 1502, 523, 14, 70, "Output",ExpressionUUID->"12d82f15-edd0-45bf-8d59-84d2a6270f4e", - CellID->568022251] +Cell[86879, 2137, 524, 14, 70, "Output",ExpressionUUID->"122b7693-d3ac-4605-97c9-9c2db40b7dfd", + CellID->2102178305] }, Open ]], -Cell[61460, 1519, 758, 11, 70, "Text",ExpressionUUID->"b07346c8-a485-425a-ac48-5b91b273daf5", +Cell[87418, 2154, 758, 11, 70, "Text",ExpressionUUID->"b07346c8-a485-425a-ac48-5b91b273daf5", CellID->169663730], -Cell[62221, 1532, 199, 4, 70, "Text",ExpressionUUID->"b1058485-eca1-4ff4-a4e2-feb92ec184b4", +Cell[88179, 2167, 199, 4, 70, "Text",ExpressionUUID->"b1058485-eca1-4ff4-a4e2-feb92ec184b4", CellID->781431066], -Cell[62423, 1538, 559, 16, 70, "Input",ExpressionUUID->"76933a93-1d3b-4759-8992-9112b48457a3", +Cell[88381, 2173, 559, 16, 70, "Input",ExpressionUUID->"76933a93-1d3b-4759-8992-9112b48457a3", CellID->2058083314], Cell[CellGroupData[{ -Cell[63007, 1558, 159, 3, 70, "Input",ExpressionUUID->"82de498f-b439-43a4-8fc0-8201ee704852", +Cell[88965, 2193, 159, 3, 70, "Input",ExpressionUUID->"82de498f-b439-43a4-8fc0-8201ee704852", CellID->585057734], -Cell[63169, 1563, 129, 2, 70, "Output",ExpressionUUID->"92b3c684-bb0a-4149-b8f6-2ad891cc4a34", - CellID->255158974] +Cell[89127, 2198, 129, 2, 70, "Output",ExpressionUUID->"e6e443ea-bbdc-40a1-a15d-2d0b9ba664b4", + CellID->457025352] }, Open ]], -Cell[63313, 1568, 521, 8, 70, "Text",ExpressionUUID->"95ca463c-5304-4d20-9b24-002927e49f90", +Cell[89271, 2203, 521, 8, 70, "Text",ExpressionUUID->"95ca463c-5304-4d20-9b24-002927e49f90", CellID->873613198], Cell[CellGroupData[{ -Cell[63859, 1580, 188, 4, 70, "Input",ExpressionUUID->"b49689dd-9946-4166-b1a4-106a147085af", +Cell[89817, 2215, 188, 4, 70, "Input",ExpressionUUID->"b49689dd-9946-4166-b1a4-106a147085af", CellID->1700203499], -Cell[64050, 1586, 782647, 14722, 70, "Output",ExpressionUUID->"a2917fb4-8b94-4b38-ab38-becf54ebe1a7", - CellID->962913452] +Cell[90008, 2221, 898969, 17517, 70, "Output",ExpressionUUID->"a5b222f7-82b0-4da0-b97f-20885ba26cc2", + CellID->703082943] }, Open ]], -Cell[846712, 16311, 640, 9, 70, "Text",ExpressionUUID->"a5aa4fc7-9876-40ec-97de-235b73c1e420", +Cell[988992, 19741, 640, 9, 70, "Text",ExpressionUUID->"a5aa4fc7-9876-40ec-97de-235b73c1e420", CellID->1338671184], Cell[CellGroupData[{ -Cell[847377, 16324, 202, 5, 70, "Input",ExpressionUUID->"9c5bb240-324d-44b5-96fc-d32b1f581d42", +Cell[989657, 19754, 202, 5, 70, "Input",ExpressionUUID->"9c5bb240-324d-44b5-96fc-d32b1f581d42", CellID->224748285], Cell[CellGroupData[{ -Cell[847604, 16333, 3975, 80, 70, "Print",ExpressionUUID->"74dc7dff-3b6d-4da6-8a1f-7e83b9132426", - CellID->1567110422], -Cell[851582, 16415, 4130, 82, 70, "Print",ExpressionUUID->"f68cc748-e0d7-4559-ba0d-ece79555cf30", - CellID->1663011437], -Cell[855715, 16499, 4089, 81, 70, "Print",ExpressionUUID->"d4753cef-360a-4b19-91fb-5954c0189244", - CellID->22885825], -Cell[859807, 16582, 4132, 82, 70, "Print",ExpressionUUID->"b0d0a2ba-9e52-4cdf-9df9-d1757e77d0b2", - CellID->1767864807], -Cell[863942, 16666, 3975, 80, 70, "Print",ExpressionUUID->"7a059a27-df32-47e7-a2bd-510f432ab266", - CellID->1657647934], -Cell[867920, 16748, 4132, 82, 70, "Print",ExpressionUUID->"3fcce30a-18cc-48da-8403-2c51b8374a11", - CellID->1939454340], -Cell[872055, 16832, 4093, 81, 70, "Print",ExpressionUUID->"34123b4c-3d77-46b3-ab76-58f75cb17756", - CellID->135398923], -Cell[876151, 16915, 4127, 82, 70, "Print",ExpressionUUID->"8a51a630-e68c-4368-a2d2-142f134985ae", - CellID->1178656243], -Cell[880281, 16999, 3976, 80, 70, "Print",ExpressionUUID->"35efe284-7d19-40e7-9f6d-06d2f0369f67", - CellID->970364421], -Cell[884260, 17081, 4129, 82, 70, "Print",ExpressionUUID->"fdfb9436-77e8-4b9a-85e3-5c5175a4cfe0", - CellID->1538482487], -Cell[888392, 17165, 4086, 81, 70, "Print",ExpressionUUID->"7515efb5-9abd-4b8c-9484-8b0f17623cfc", - CellID->679237509], -Cell[892481, 17248, 4131, 82, 70, "Print",ExpressionUUID->"986b8d03-d6d1-4dc6-8d8a-75ef66e0397d", - CellID->1472361944], -Cell[896615, 17332, 3963, 80, 70, "Print",ExpressionUUID->"249b70bb-5a6f-4f61-8d5b-d7289b8ec1d5", - CellID->226979339], -Cell[900581, 17414, 4127, 82, 70, "Print",ExpressionUUID->"62dd8d47-4e65-4def-a71f-ef02e18adf30", - CellID->1125084440], -Cell[904711, 17498, 4086, 81, 70, "Print",ExpressionUUID->"91f0ccd7-84b5-4507-b6c0-91267cca3bb4", - CellID->789892190], -Cell[908800, 17581, 4126, 82, 70, "Print",ExpressionUUID->"829676b2-cfd7-46f5-8924-e7e921af1590", - CellID->964910522], -Cell[912929, 17665, 3961, 79, 70, "Print",ExpressionUUID->"fea56ebc-8774-4774-93a4-43f937b4c0b8", - CellID->59362609], -Cell[916893, 17746, 4123, 82, 70, "Print",ExpressionUUID->"5224b8de-e65e-4256-afec-85211417c97f", - CellID->182014965], -Cell[921019, 17830, 4090, 81, 70, "Print",ExpressionUUID->"7b30de5a-26c1-41d9-8e22-baa11895734a", - CellID->1096021583], -Cell[925112, 17913, 4130, 82, 70, "Print",ExpressionUUID->"470ecd7b-77a5-4bc3-9c47-9a025580432e", - CellID->1544378636], -Cell[929245, 17997, 3929, 79, 70, "Print",ExpressionUUID->"5799741c-cbd9-43e4-8c65-ffb8e0773c92", - CellID->1695572726], -Cell[933177, 18078, 4140, 83, 70, "Print",ExpressionUUID->"2e82859f-9cac-4a13-96f1-da28c070cbab", - CellID->96247307], -Cell[937320, 18163, 4098, 82, 70, "Print",ExpressionUUID->"322438b8-3508-49ba-a420-e982b782d07c", - CellID->92606251], -Cell[941421, 18247, 4141, 83, 70, "Print",ExpressionUUID->"500bd0bc-6964-4c4c-8a4e-6ba0afffb0b3", - CellID->1248162563], -Cell[945565, 18332, 3979, 81, 70, "Print",ExpressionUUID->"ed0e70b8-f2a7-4b2a-a7ae-d7e95c08f09e", - CellID->887052390], -Cell[949547, 18415, 4137, 83, 70, "Print",ExpressionUUID->"497b7c9a-380a-4428-9ec2-612a3a8c1099", - CellID->92470728], -Cell[953687, 18500, 4103, 82, 70, "Print",ExpressionUUID->"e4423112-ee57-4332-b538-e4be6f1d205c", - CellID->1687708372], -Cell[957793, 18584, 4137, 83, 70, "Print",ExpressionUUID->"98180060-0ac2-44ae-85d6-ce38ee0ddc41", - CellID->1339582493], -Cell[961933, 18669, 3979, 81, 70, "Print",ExpressionUUID->"6e9cd8f7-b799-477b-8e23-f88a7ea84d89", - CellID->660492980], -Cell[965915, 18752, 4141, 83, 70, "Print",ExpressionUUID->"befce120-29d8-4fda-884e-2a9f8ccc7ce6", - CellID->1942867346], -Cell[970059, 18837, 4098, 82, 70, "Print",ExpressionUUID->"8ab6edf3-668b-49e6-9837-d10b0b05756a", - CellID->155012297], -Cell[974160, 18921, 4138, 83, 70, "Print",ExpressionUUID->"43fc969f-3c93-43af-b06f-5a87958f0c58", - CellID->80119754], -Cell[978301, 19006, 3980, 81, 70, "Print",ExpressionUUID->"596848e4-c920-458f-9a90-68560276726c", - CellID->1458395136], -Cell[982284, 19089, 4139, 83, 70, "Print",ExpressionUUID->"f55ba84b-9dae-4ad2-90f3-9bfa74555596", - CellID->177898122], -Cell[986426, 19174, 4102, 82, 70, "Print",ExpressionUUID->"0de1ee5e-5ac5-49c6-9731-715233051e08", - CellID->1847984561], -Cell[990531, 19258, 4139, 83, 70, "Print",ExpressionUUID->"95d4f2e9-5e6e-4ebd-82de-36abeccb5428", - CellID->968559422], -Cell[994673, 19343, 3966, 79, 70, "Print",ExpressionUUID->"19d1a17e-fbe5-4f7f-8746-27201b924295", - CellID->2117352462], -Cell[998642, 19424, 4142, 83, 70, "Print",ExpressionUUID->"7b224158-8d1a-4b07-8608-7f6b1074f2db", - CellID->1983383485], -Cell[1002787, 19509, 4101, 82, 70, "Print",ExpressionUUID->"2e96575b-a3b3-4a49-b061-a263aa1583cd", - CellID->2147215665], -Cell[1006891, 19593, 4136, 82, 70, "Print",ExpressionUUID->"6d56bce2-6c9a-4b30-a8cc-3b01805a90b6", - CellID->940233235], -Cell[1011030, 19677, 3964, 79, 70, "Print",ExpressionUUID->"ec80b0a8-4e3d-464d-b338-cf0c150d66ab", - CellID->1374382324], -Cell[1014997, 19758, 4134, 83, 70, "Print",ExpressionUUID->"711b4a82-0b13-47a7-97e1-e02e09d0ebd8", - CellID->678969526], -Cell[1019134, 19843, 4093, 82, 70, "Print",ExpressionUUID->"9269b3ad-3dc1-4999-a349-6ab2dc183383", - CellID->265111531], -Cell[1023230, 19927, 4129, 82, 70, "Print",ExpressionUUID->"9d11a555-5a1d-4a92-906b-9141b441c7b1", - CellID->1601361663], -Cell[1027362, 20011, 3977, 81, 70, "Print",ExpressionUUID->"3fd55b5f-038e-4e13-8a3e-18428d9bc12a", - CellID->1804053967], -Cell[1031342, 20094, 4133, 83, 70, "Print",ExpressionUUID->"af283a23-f68b-4944-83fd-c5200820ae5a", - CellID->1055003721], -Cell[1035478, 20179, 4091, 82, 70, "Print",ExpressionUUID->"4a35f95f-6bb7-4511-bb0b-04d0191bf97c", - CellID->418788538], -Cell[1039572, 20263, 4135, 83, 70, "Print",ExpressionUUID->"63bab928-6127-47f1-bde7-8683c3fe3b07", - CellID->1863416576], -Cell[1043710, 20348, 3975, 81, 70, "Print",ExpressionUUID->"4813b0fc-9094-40bd-b00b-62d1e50e79d6", - CellID->1237018686], -Cell[1047688, 20431, 4129, 82, 70, "Print",ExpressionUUID->"8c3a2beb-b5d7-46ce-8a06-bccf54050449", - CellID->1514810121], -Cell[1051820, 20515, 4096, 82, 70, "Print",ExpressionUUID->"28e4e8a8-1c77-49af-9993-285268c1ba99", - CellID->1260311564], -Cell[1055919, 20599, 4133, 82, 70, "Print",ExpressionUUID->"ccd5b5ed-493a-4f01-b96c-de01c33ee872", - CellID->785107765], -Cell[1060055, 20683, 3977, 81, 70, "Print",ExpressionUUID->"cb9e23a7-a2a6-4baf-8b3d-623b462282ef", - CellID->1611057428], -Cell[1064035, 20766, 4127, 82, 70, "Print",ExpressionUUID->"85438a6a-dc5d-4945-bb37-b437b6f6066a", - CellID->1352917815], -Cell[1068165, 20850, 4090, 81, 70, "Print",ExpressionUUID->"19be1494-5e89-44e2-8db4-842f07d3e698", - CellID->2033270328], -Cell[1072258, 20933, 4136, 83, 70, "Print",ExpressionUUID->"91505f97-c290-4bc0-8354-4c6b0d694e29", - CellID->350626170], -Cell[1076397, 21018, 3975, 81, 70, "Print",ExpressionUUID->"a0fe3fe5-67c2-4ea9-8674-ce6751c110a5", - CellID->1445388543], -Cell[1080375, 21101, 4137, 83, 70, "Print",ExpressionUUID->"aadf0832-9992-4040-b2da-9c98729dc996", - CellID->1573495052], -Cell[1084515, 21186, 4099, 82, 70, "Print",ExpressionUUID->"d7d83769-f8a3-4cf1-85a4-a2e786c23d4e", - CellID->1690208663], -Cell[1088617, 21270, 4128, 82, 70, "Print",ExpressionUUID->"2555212f-fe3b-4c8d-85d1-b4ae62ad1db1", - CellID->2105881523], -Cell[1092748, 21354, 3899, 79, 70, "Print",ExpressionUUID->"90a5f28b-92d9-4929-8096-0d2cf4bcab65", - CellID->1368878751], -Cell[1096650, 21435, 4017, 81, 70, "Print",ExpressionUUID->"5842b07c-2617-4d5c-8dec-c41cf4fa5599", - CellID->1845220960], -Cell[1100670, 21518, 3957, 79, 70, "Print",ExpressionUUID->"febddd65-eecc-4a33-a568-d0a14cc4eeef", - CellID->38517629], -Cell[1104630, 21599, 4010, 80, 70, "Print",ExpressionUUID->"3de8ec79-53c3-4e1b-892c-52778ffbb6b6", - CellID->679790239], -Cell[1108643, 21681, 3898, 79, 70, "Print",ExpressionUUID->"9d7b6c44-73a6-4938-95f1-545399d26b02", - CellID->2023119082], -Cell[1112544, 21762, 4009, 80, 70, "Print",ExpressionUUID->"01adbf57-2c64-43c6-a7a1-01c8faa5b9da", - CellID->1886502191], -Cell[1116556, 21844, 3952, 79, 70, "Print",ExpressionUUID->"9a7fd639-dba0-4413-a128-3bb1ced331ce", - CellID->1648349661], -Cell[1120511, 21925, 4007, 80, 70, "Print",ExpressionUUID->"f715b3ab-8a6a-479c-9ff1-14a2bdb19c09", - CellID->1992987896], -Cell[1124521, 22007, 3896, 79, 70, "Print",ExpressionUUID->"002d1eb7-0432-4d8f-824f-dec573464c06", - CellID->1722402028], -Cell[1128420, 22088, 4007, 80, 70, "Print",ExpressionUUID->"5dc3c394-4553-4725-81ec-96e8235f8947", - CellID->1648081678], -Cell[1132430, 22170, 3951, 79, 70, "Print",ExpressionUUID->"05cdb614-b141-40ef-b870-bdd957dc5107", - CellID->785737484], -Cell[1136384, 22251, 4013, 81, 70, "Print",ExpressionUUID->"6fa2c10f-9e01-4df1-b436-9d0aeff13af6", - CellID->949300704], -Cell[1140400, 22334, 3894, 79, 70, "Print",ExpressionUUID->"8ef5cdad-4d6b-461e-a63e-f7827493799f", - CellID->179567557], -Cell[1144297, 22415, 4014, 81, 70, "Print",ExpressionUUID->"d22ca60c-7143-47e9-817e-1ac5f71e9eff", - CellID->1050849015], -Cell[1148314, 22498, 3948, 79, 70, "Print",ExpressionUUID->"63edbd7d-4323-4c23-8358-40f9af55f057", - CellID->403178719], -Cell[1152265, 22579, 4014, 81, 70, "Print",ExpressionUUID->"830ef4d2-5b42-441c-a124-47cb4bd90204", - CellID->1983621524], -Cell[1156282, 22662, 3896, 79, 70, "Print",ExpressionUUID->"5d4e68dc-e3a5-4bbf-87d3-60221e028a82", - CellID->2105852737], -Cell[1160181, 22743, 4012, 81, 70, "Print",ExpressionUUID->"d28f78cf-fea8-4607-9968-f9329a98ee5f", - CellID->821967257], -Cell[1164196, 22826, 3952, 79, 70, "Print",ExpressionUUID->"87401568-fedb-434c-9aff-3e6f7b27b560", - CellID->1699554452], -Cell[1168151, 22907, 4008, 80, 70, "Print",ExpressionUUID->"2e8f5c85-8fb2-45b2-82b7-20c2d01f5cb8", - CellID->1195387775], -Cell[1172162, 22989, 3823, 77, 70, "Print",ExpressionUUID->"2dec7c93-8988-400c-8c19-fd36a6696fa4", - CellID->189293730], -Cell[1175988, 23068, 3928, 79, 70, "Print",ExpressionUUID->"70d257ae-cd85-46a5-9084-87dafb8a0dc4", - CellID->812382368], -Cell[1179919, 23149, 3894, 79, 70, "Print",ExpressionUUID->"dc6cfed1-49f6-422f-94df-217c5905cd2c", - CellID->1980495540], -Cell[1183816, 23230, 3929, 79, 70, "Print",ExpressionUUID->"7ad21c36-8200-4d15-a852-8f60124e53e4", - CellID->1800351158], -Cell[1187748, 23311, 3820, 77, 70, "Print",ExpressionUUID->"0c60901a-0157-4374-b141-0dba5b4b8eb1", - CellID->17816535], -Cell[1191571, 23390, 3928, 79, 70, "Print",ExpressionUUID->"a4675271-ac1d-4726-91bc-4eb91c5a43f1", - CellID->1866282220], -Cell[1195502, 23471, 3891, 79, 70, "Print",ExpressionUUID->"2658306f-22e3-4fac-abe5-2604366f5e05", - CellID->3493680], -Cell[1199396, 23552, 3932, 79, 70, "Print",ExpressionUUID->"6636f37e-3e96-49fd-b789-275579d6f024", - CellID->1463205078], -Cell[1203331, 23633, 3822, 77, 70, "Print",ExpressionUUID->"1cdaf11d-3bd4-4d6a-bc8a-c3f4abd6c496", - CellID->1292293625], -Cell[1207156, 23712, 3929, 79, 70, "Print",ExpressionUUID->"b67f5863-8ce8-4991-9692-a7386176a81c", - CellID->1693702343], -Cell[1211088, 23793, 3893, 79, 70, "Print",ExpressionUUID->"bb34993f-e154-430a-96ef-0ce722c35cbe", - CellID->1421602954], -Cell[1214984, 23874, 3927, 79, 70, "Print",ExpressionUUID->"55216be0-604c-4998-a252-b0d014ced858", - CellID->513688728], -Cell[1218914, 23955, 3823, 77, 70, "Print",ExpressionUUID->"64878f6f-6a13-431a-b565-5d1f03ac6d09", - CellID->1391439655], -Cell[1222740, 24034, 3930, 79, 70, "Print",ExpressionUUID->"812501e4-27f2-4a42-9214-bd372c456032", - CellID->1460120583], -Cell[1226673, 24115, 3894, 79, 70, "Print",ExpressionUUID->"ca59775d-7f14-4af5-9608-6a775d2e19cf", - CellID->1193478967], -Cell[1230570, 24196, 3927, 79, 70, "Print",ExpressionUUID->"8eeabcca-e314-4f6b-8cfe-30177ecab0e8", - CellID->1267075089], -Cell[1234500, 24277, 3822, 77, 70, "Print",ExpressionUUID->"c658bcc4-5f69-4d13-b3ae-f2a297825315", - CellID->1199139126], -Cell[1238325, 24356, 3928, 79, 70, "Print",ExpressionUUID->"247a65c4-ad35-48a2-86ff-ea299865c46b", - CellID->694344980], -Cell[1242256, 24437, 3894, 79, 70, "Print",ExpressionUUID->"e25950ef-41ea-4292-abd5-8e0d82b045a8", - CellID->1112579338], -Cell[1246153, 24518, 3927, 79, 70, "Print",ExpressionUUID->"4f0ca66b-5ef5-4ab1-bf28-52d520bb387b", - CellID->774057506], -Cell[1250083, 24599, 3820, 77, 70, "Print",ExpressionUUID->"de1290f4-6a9a-49b0-b9aa-d8257c6bb4d6", - CellID->194943010], -Cell[1253906, 24678, 3928, 79, 70, "Print",ExpressionUUID->"5476cc9b-68d7-41b6-b3cb-19fdce228dd9", - CellID->1898316822], -Cell[1257837, 24759, 3890, 78, 70, "Print",ExpressionUUID->"729f42e7-c065-43ec-8838-1c1fc7553194", - CellID->1723358210], -Cell[1261730, 24839, 3927, 79, 70, "Print",ExpressionUUID->"e07eba27-4647-431d-a73a-4dc4fd364744", - CellID->374510567], -Cell[1265660, 24920, 3822, 77, 70, "Print",ExpressionUUID->"8e40b3a7-bdf4-4240-9cda-47ac283a8874", - CellID->801682189], -Cell[1269485, 24999, 3924, 79, 70, "Print",ExpressionUUID->"b0350886-8369-43fb-9944-041d61b64065", - CellID->2126536930], -Cell[1273412, 25080, 3889, 78, 70, "Print",ExpressionUUID->"55502502-de29-4952-b115-752e819599b6", - CellID->210648443], -Cell[1277304, 25160, 3927, 79, 70, "Print",ExpressionUUID->"afe87286-9787-4093-b8bc-c2aaa6994c27", - CellID->760051278], -Cell[1281234, 25241, 3825, 77, 70, "Print",ExpressionUUID->"3abf378c-2c75-4c39-ae35-0dc365d63a91", - CellID->801020539], -Cell[1285062, 25320, 3926, 79, 70, "Print",ExpressionUUID->"61cc27ea-2f7e-4f83-b340-04d1f8b24372", - CellID->1910202895], -Cell[1288991, 25401, 3885, 78, 70, "Print",ExpressionUUID->"5060bb4a-eccc-45b4-b422-d1e62d311e23", - CellID->1955439054], -Cell[1292879, 25481, 3927, 79, 70, "Print",ExpressionUUID->"ed84ce64-92e7-4140-abe8-395ba62cc082", - CellID->990314270], -Cell[1296809, 25562, 3825, 77, 70, "Print",ExpressionUUID->"af6c93c5-5f9d-4ce8-8842-fb4bc4a072f6", - CellID->575101615], -Cell[1300637, 25641, 3930, 79, 70, "Print",ExpressionUUID->"6ef8c6c8-d10d-4f07-9a13-789db906c92a", - CellID->1788450946], -Cell[1304570, 25722, 3887, 78, 70, "Print",ExpressionUUID->"3c709a3b-f6e6-4a29-b043-88b32e71af31", - CellID->643181780], -Cell[1308460, 25802, 3925, 79, 70, "Print",ExpressionUUID->"a805e895-e488-45ab-99e2-b23e8ecce7df", - CellID->592918150], -Cell[1312388, 25883, 3828, 77, 70, "Print",ExpressionUUID->"07ab8f59-7b34-440e-b172-66c1668804d6", - CellID->1507249519], -Cell[1316219, 25962, 3927, 79, 70, "Print",ExpressionUUID->"a601800a-7351-4414-94de-8c74948da557", - CellID->646675461], -Cell[1320149, 26043, 3892, 78, 70, "Print",ExpressionUUID->"1b84b8a1-6f04-4452-91c3-5c78454bf0ce", - CellID->2056123229], -Cell[1324044, 26123, 3927, 79, 70, "Print",ExpressionUUID->"f4292d32-5bd5-43f4-bdd2-d8784a65dfec", - CellID->652059496], -Cell[1327974, 26204, 3760, 76, 70, "Print",ExpressionUUID->"d9b19947-668e-417e-a773-53b03066fd9a", - CellID->192894156], -Cell[1331737, 26282, 3846, 77, 70, "Print",ExpressionUUID->"a698d2db-2273-42ce-befb-7ac7567d9c75", - CellID->1330242535], -Cell[1335586, 26361, 3821, 77, 70, "Print",ExpressionUUID->"c762e4e2-31df-450f-a7af-3dee254799da", - CellID->1165748224], -Cell[1339410, 26440, 3844, 77, 70, "Print",ExpressionUUID->"62db6b10-d138-4b0b-a477-12ff592e0f74", - CellID->1584333812], -Cell[1343257, 26519, 3759, 76, 70, "Print",ExpressionUUID->"292bee69-2b11-4695-8bdb-1086526df596", - CellID->642879470], -Cell[1347019, 26597, 3843, 77, 70, "Print",ExpressionUUID->"189b6bd1-a946-487d-a0da-64d1d4aca719", - CellID->211743543], -Cell[1350865, 26676, 3822, 77, 70, "Print",ExpressionUUID->"45f2ae88-4dd7-435e-bbb8-43001f3b8ffe", - CellID->703925253], -Cell[1354690, 26755, 3840, 77, 70, "Print",ExpressionUUID->"fd90f49b-30e7-471b-93e6-e0bc2d9788f2", - CellID->1842018597], -Cell[1358533, 26834, 3759, 76, 70, "Print",ExpressionUUID->"b0968030-bbe0-4bbd-b693-fab49267c8a9", - CellID->906088523], -Cell[1362295, 26912, 3839, 77, 70, "Print",ExpressionUUID->"9db26acb-c1da-412b-b83a-b2ade081c90f", - CellID->1816504591], -Cell[1366137, 26991, 3817, 77, 70, "Print",ExpressionUUID->"b0529ef5-031a-4ce7-95a7-185632090d13", - CellID->468592455], -Cell[1369957, 27070, 3838, 77, 70, "Print",ExpressionUUID->"bf45a285-4b32-4109-b741-8190ab9c5ace", - CellID->1101031533], -Cell[1373798, 27149, 3758, 76, 70, "Print",ExpressionUUID->"54dc5465-89d2-47f3-ac6b-a00f02b0084d", - CellID->1567337765], -Cell[1377559, 27227, 3839, 77, 70, "Print",ExpressionUUID->"0bf78b1e-8d20-454b-b01b-b7af842f8dc9", - CellID->44467018], -Cell[1381401, 27306, 3815, 77, 70, "Print",ExpressionUUID->"a6bd6496-767b-4173-bbe2-8f2faeb549a8", - CellID->1475542101], -Cell[1385219, 27385, 3835, 77, 70, "Print",ExpressionUUID->"5b14cbdf-a27f-40fb-8046-a69e5c35ce1a", - CellID->221536307], -Cell[1389057, 27464, 3750, 76, 70, "Print",ExpressionUUID->"f6a3f94c-ba53-410c-88d5-80a5a1542cf9", - CellID->23520300], -Cell[1392810, 27542, 3836, 77, 70, "Print",ExpressionUUID->"04d09e5d-7bde-41e7-a14f-d0792d5b1aaf", - CellID->1686190544], -Cell[1396649, 27621, 3814, 77, 70, "Print",ExpressionUUID->"cc3c198a-1c53-48a4-9e20-3a7acbcc9a2f", - CellID->981587585], -Cell[1400466, 27700, 3837, 77, 70, "Print",ExpressionUUID->"70665364-7ab2-4e2a-a6bf-1a50c9ae3750", - CellID->824540839], -Cell[1404306, 27779, 3754, 76, 70, "Print",ExpressionUUID->"d432015a-fe5c-434d-b200-d5583ff78ab8", - CellID->1448909792], -Cell[1408063, 27857, 3833, 77, 70, "Print",ExpressionUUID->"a64d08d9-4e8a-458b-8417-dcb06882f9dd", - CellID->789542991], -Cell[1411899, 27936, 3819, 77, 70, "Print",ExpressionUUID->"ce4258e7-20ef-44f8-8e34-781802c73a8f", - CellID->1814855109], -Cell[1415721, 28015, 3837, 77, 70, "Print",ExpressionUUID->"e5a91b71-364c-49fd-a4f4-7cec7fb43c4d", - CellID->2024011407], -Cell[1419561, 28094, 3755, 76, 70, "Print",ExpressionUUID->"7f24729e-83f1-4d55-a6d0-035da9651434", - CellID->430510290], -Cell[1423319, 28172, 3836, 77, 70, "Print",ExpressionUUID->"e1081f0e-6370-4c7e-a0ec-fcee9dd57af4", - CellID->310553242], -Cell[1427158, 28251, 3820, 77, 70, "Print",ExpressionUUID->"16d6ee9d-2503-4dfb-aadd-00f0cac9454a", - CellID->469445910] +Cell[989884, 19763, 4518, 96, 70, "Print",ExpressionUUID->"fc30e62a-479a-402f-8d04-95208d624eab", + CellID->730226837], +Cell[994405, 19861, 4674, 98, 70, "Print",ExpressionUUID->"b010088b-2529-4050-8ff7-9a3164e1a22b", + CellID->1140242433], +Cell[999082, 19961, 4633, 97, 70, "Print",ExpressionUUID->"1bce8dfc-3332-429b-b5d5-4bccc26e0959", + CellID->76639128], +Cell[1003718, 20060, 4676, 98, 70, "Print",ExpressionUUID->"a7f0a3d0-733e-4fae-9b1c-d6ea3c20dc48", + CellID->1456149897], +Cell[1008397, 20160, 4517, 96, 70, "Print",ExpressionUUID->"1e7faf38-a87e-48c2-ac33-ecc46c2900c9", + CellID->24835554], +Cell[1012917, 20258, 4675, 98, 70, "Print",ExpressionUUID->"993ccb0d-1d42-4c59-8821-69619385aad8", + CellID->828934819], +Cell[1017595, 20358, 4637, 97, 70, "Print",ExpressionUUID->"a0b43cd4-40b8-4b93-b6d1-9cc965773f9c", + CellID->419479073], +Cell[1022235, 20457, 4671, 98, 70, "Print",ExpressionUUID->"c969d17c-efd9-4895-99bd-506ad84613ee", + CellID->1724382988], +Cell[1026909, 20557, 4520, 96, 70, "Print",ExpressionUUID->"6ca65f10-a16b-47b4-9ca7-ceb2b909c4ad", + CellID->546150539], +Cell[1031432, 20655, 4673, 98, 70, "Print",ExpressionUUID->"6ee2325b-bbea-489d-a3fd-99024f717774", + CellID->1268980987], +Cell[1036108, 20755, 4631, 97, 70, "Print",ExpressionUUID->"74e91f8b-cbc4-41c4-80d3-f70c610d8d79", + CellID->1591357270], +Cell[1040742, 20854, 4674, 98, 70, "Print",ExpressionUUID->"27871677-c47d-4488-ae0f-6920e41d717d", + CellID->114675330], +Cell[1045419, 20954, 4508, 96, 70, "Print",ExpressionUUID->"2d78c5c2-d0d3-45b6-a746-bcfd0dae21a7", + CellID->1502369156], +Cell[1049930, 21052, 4671, 98, 70, "Print",ExpressionUUID->"1a22bde4-a56d-4bae-81d2-aaebd5ef3df8", + CellID->1321615202], +Cell[1054604, 21152, 4631, 97, 70, "Print",ExpressionUUID->"4e4fa96c-c059-4aa2-b490-bade945abd2c", + CellID->1467182013], +Cell[1059238, 21251, 4670, 98, 70, "Print",ExpressionUUID->"c760b001-0e4d-4843-a03e-900530b55d98", + CellID->108123057], +Cell[1063911, 21351, 4506, 95, 70, "Print",ExpressionUUID->"d5adc33b-8839-4e23-ae3d-39a494e45249", + CellID->956251415], +Cell[1068420, 21448, 4666, 98, 70, "Print",ExpressionUUID->"306589fa-4697-4019-b381-b24db374dc8d", + CellID->93621922], +Cell[1073089, 21548, 4632, 97, 70, "Print",ExpressionUUID->"71934017-047d-48ba-b6fc-470902b5e056", + CellID->87317538], +Cell[1077724, 21647, 4674, 98, 70, "Print",ExpressionUUID->"1d1e139c-28eb-4c88-b062-1ab5ae3d314b", + CellID->2032653057], +Cell[1082401, 21747, 4473, 95, 70, "Print",ExpressionUUID->"a95108e8-7359-4b63-b7ba-9b87700f738b", + CellID->1616037485], +Cell[1086877, 21844, 4686, 99, 70, "Print",ExpressionUUID->"db63881a-6bb5-422f-aada-87d94e85f8b9", + CellID->1734887219], +Cell[1091566, 21945, 4642, 98, 70, "Print",ExpressionUUID->"da36e3dd-7ec4-45ac-baed-689c7396a74d", + CellID->47936421], +Cell[1096211, 22045, 4685, 99, 70, "Print",ExpressionUUID->"d600e285-4ae1-4605-a949-6ad3b49ac55d", + CellID->1053068157], +Cell[1100899, 22146, 4523, 97, 70, "Print",ExpressionUUID->"0ddc2456-bf17-46ef-8c89-27bb8ccaf340", + CellID->293305845], +Cell[1105425, 22245, 4682, 99, 70, "Print",ExpressionUUID->"4fc4d877-746d-4fe0-826a-218f1b80d21e", + CellID->719733715], +Cell[1110110, 22346, 4646, 98, 70, "Print",ExpressionUUID->"73552d61-0002-4cb5-8135-de9e69635f8e", + CellID->178804013], +Cell[1114759, 22446, 4680, 99, 70, "Print",ExpressionUUID->"e05dcf1d-9f15-4a5e-a9b8-13bb836f1aad", + CellID->257202686], +Cell[1119442, 22547, 4523, 97, 70, "Print",ExpressionUUID->"d5c8b0ac-e65d-4ee2-89cd-0fcf1b8104de", + CellID->674428372], +Cell[1123968, 22646, 4684, 99, 70, "Print",ExpressionUUID->"ea6b9fb3-719e-458d-bc9f-f434db9f5785", + CellID->635829366], +Cell[1128655, 22747, 4642, 98, 70, "Print",ExpressionUUID->"5df30f32-4eff-402b-93d6-047dea106439", + CellID->960285629], +Cell[1133300, 22847, 4684, 99, 70, "Print",ExpressionUUID->"70fdd0b3-bfc3-4b88-a711-612d24459148", + CellID->1404655210], +Cell[1137987, 22948, 4524, 97, 70, "Print",ExpressionUUID->"d910147d-acec-49ff-abc6-a253e6ba6f7f", + CellID->1776071799], +Cell[1142514, 23047, 4684, 99, 70, "Print",ExpressionUUID->"422ec8a0-436d-4bbe-b2e4-e47a4f2cb815", + CellID->1036924757], +Cell[1147201, 23148, 4645, 98, 70, "Print",ExpressionUUID->"0c1176e6-b1a5-48f4-8618-bd686d2060fc", + CellID->713321459], +Cell[1151849, 23248, 4684, 99, 70, "Print",ExpressionUUID->"ff0ad3be-79f0-4149-a071-841dc7c58b32", + CellID->1800907353], +Cell[1156536, 23349, 4510, 95, 70, "Print",ExpressionUUID->"0bf39e57-cbfe-44b2-9912-964b5f996e99", + CellID->1865859576], +Cell[1161049, 23446, 4686, 99, 70, "Print",ExpressionUUID->"21f92153-57d9-47dc-bb0b-a886ab47b240", + CellID->1132800532], +Cell[1165738, 23547, 4645, 98, 70, "Print",ExpressionUUID->"58fa28d6-6b82-4a49-87bc-87b191fa02ea", + CellID->1377806694], +Cell[1170386, 23647, 4680, 98, 70, "Print",ExpressionUUID->"5b827ccf-66bc-4101-8fdd-60d11c9e789a", + CellID->264526468], +Cell[1175069, 23747, 4507, 95, 70, "Print",ExpressionUUID->"c6ddb5a3-e705-4184-aff0-ed3b19612689", + CellID->254297872], +Cell[1179579, 23844, 4678, 99, 70, "Print",ExpressionUUID->"82755a46-7e72-4b27-a4c1-edb4dd24dccb", + CellID->821680316], +Cell[1184260, 23945, 4637, 98, 70, "Print",ExpressionUUID->"824f5a8d-f409-4943-b361-6a2f6c40c120", + CellID->379201798], +Cell[1188900, 24045, 4673, 98, 70, "Print",ExpressionUUID->"cd80951b-42f5-403b-930c-b87d63c0fe0d", + CellID->1756667028], +Cell[1193576, 24145, 4521, 97, 70, "Print",ExpressionUUID->"9778379b-88d3-4e4b-924b-2cda277f0f8e", + CellID->2143295518], +Cell[1198100, 24244, 4677, 99, 70, "Print",ExpressionUUID->"3efe376f-d488-4be9-bc7e-c76c9ea3f81d", + CellID->1846383811], +Cell[1202780, 24345, 4636, 98, 70, "Print",ExpressionUUID->"09f6ad56-b18d-494b-9203-72faca708d32", + CellID->1864790086], +Cell[1207419, 24445, 4678, 99, 70, "Print",ExpressionUUID->"4147a59a-4b20-4cdc-94dd-0d6e9f3a292a", + CellID->952063285], +Cell[1212100, 24546, 4519, 97, 70, "Print",ExpressionUUID->"ceb8e56e-a3c1-463b-ac72-3822c0b824f8", + CellID->1940005734], +Cell[1216622, 24645, 4673, 98, 70, "Print",ExpressionUUID->"d3d81565-eb2f-4b75-844f-40dfe08d86cf", + CellID->1952107624], +Cell[1221298, 24745, 4639, 98, 70, "Print",ExpressionUUID->"ace62c47-e5c4-449a-bc59-4b8399b11a29", + CellID->837232695], +Cell[1225940, 24845, 4678, 98, 70, "Print",ExpressionUUID->"8a49d96c-8f9d-4a49-9223-3704c8584a3e", + CellID->1408559571], +Cell[1230621, 24945, 4521, 97, 70, "Print",ExpressionUUID->"c9e55d4f-955e-4825-aaa1-ea6ff7c714f9", + CellID->1539511195], +Cell[1235145, 25044, 4670, 98, 70, "Print",ExpressionUUID->"dff6f283-41f7-4326-97ce-b0d9174fe9ec", + CellID->885169116], +Cell[1239818, 25144, 4633, 97, 70, "Print",ExpressionUUID->"4cfbf6ae-62ac-4bcc-a5eb-6bdda89d8bb3", + CellID->314144080], +Cell[1244454, 25243, 4681, 99, 70, "Print",ExpressionUUID->"d497b67a-2ff8-4225-8365-9bf5418a5f58", + CellID->1832817041], +Cell[1249138, 25344, 4519, 97, 70, "Print",ExpressionUUID->"829b0394-1884-4143-a0ee-d28b7d8697cd", + CellID->1604902832], +Cell[1253660, 25443, 4680, 99, 70, "Print",ExpressionUUID->"3851f68c-b95a-4212-ac62-21c3f15af421", + CellID->492948094], +Cell[1258343, 25544, 4643, 98, 70, "Print",ExpressionUUID->"55bf7c53-b354-491f-b0c6-caa3fae63429", + CellID->2090019727], +Cell[1262989, 25644, 4671, 98, 70, "Print",ExpressionUUID->"a63b2ce5-39be-4251-9f92-26678cdf7374", + CellID->131847556], +Cell[1267663, 25744, 4443, 95, 70, "Print",ExpressionUUID->"0ff5ea0e-0d05-4b12-a3ae-45b506c5c40d", + CellID->1128777460], +Cell[1272109, 25841, 4560, 97, 70, "Print",ExpressionUUID->"cef71f14-ebde-4759-97d9-c26bbf9de87d", + CellID->902821708], +Cell[1276672, 25940, 4503, 95, 70, "Print",ExpressionUUID->"84987bb5-1aea-4094-b519-86b4bf4de589", + CellID->1536502766], +Cell[1281178, 26037, 4554, 96, 70, "Print",ExpressionUUID->"e98c6cd2-5879-4b65-b814-f694a1e0bacc", + CellID->757365611], +Cell[1285735, 26135, 4442, 95, 70, "Print",ExpressionUUID->"e8bef13c-cfb4-4dd2-94b8-3ac569252b78", + CellID->1939746465], +Cell[1290180, 26232, 4552, 96, 70, "Print",ExpressionUUID->"271a1d24-4d43-4fe0-a2b9-fc07a28cf091", + CellID->102340578], +Cell[1294735, 26330, 4495, 95, 70, "Print",ExpressionUUID->"719be416-9b6a-48fd-a898-1bfdbb74db20", + CellID->410789317], +Cell[1299233, 26427, 4551, 96, 70, "Print",ExpressionUUID->"2a947dc7-30bc-4c5e-b1f8-b64bf5b5bb07", + CellID->1658122393], +Cell[1303787, 26525, 4440, 95, 70, "Print",ExpressionUUID->"373f84d6-9cf8-405a-872e-beda35867204", + CellID->1235141110], +Cell[1308230, 26622, 4551, 96, 70, "Print",ExpressionUUID->"28be2f9f-3cab-49af-8939-aa5432bbf44c", + CellID->1788596011], +Cell[1312784, 26720, 4496, 95, 70, "Print",ExpressionUUID->"074f7804-c640-49df-a6c6-9dccfa8734ba", + CellID->1922648861], +Cell[1317283, 26817, 4558, 97, 70, "Print",ExpressionUUID->"0fd99106-1133-4d8c-8200-1b7900c6347d", + CellID->1489438982], +Cell[1321844, 26916, 4438, 95, 70, "Print",ExpressionUUID->"2be278c7-dd0d-43cc-ba40-e9ae87edd695", + CellID->462792679], +Cell[1326285, 27013, 4557, 97, 70, "Print",ExpressionUUID->"b57c2714-c70a-4811-bb0f-01d750590731", + CellID->154367012], +Cell[1330845, 27112, 4493, 95, 70, "Print",ExpressionUUID->"ec92e300-f430-4b89-a96a-6c400a856189", + CellID->1098622363], +Cell[1335341, 27209, 4557, 97, 70, "Print",ExpressionUUID->"25b587d5-d639-4fe3-a0f3-41c19bdf9b31", + CellID->458604549], +Cell[1339901, 27308, 4440, 95, 70, "Print",ExpressionUUID->"751debc6-2b74-4dbf-85a3-78b665150c09", + CellID->2000750823], +Cell[1344344, 27405, 4556, 97, 70, "Print",ExpressionUUID->"9aa4eafe-69a5-4d9d-9e22-3ffa1a12e60e", + CellID->815928801], +Cell[1348903, 27504, 4496, 95, 70, "Print",ExpressionUUID->"8e76ce2b-d78c-4dba-811e-866cddf37215", + CellID->1410667835], +Cell[1353402, 27601, 4552, 96, 70, "Print",ExpressionUUID->"b50970ec-667b-4fac-b567-7d74e3a276d4", + CellID->1793272909], +Cell[1357957, 27699, 4367, 93, 70, "Print",ExpressionUUID->"346013d2-a9fe-4401-ba52-c0fd93e1a3cb", + CellID->620552777], +Cell[1362327, 27794, 4472, 95, 70, "Print",ExpressionUUID->"339ad9f4-52e6-45b9-aa74-9b997ca3697a", + CellID->100416882], +Cell[1366802, 27891, 4438, 95, 70, "Print",ExpressionUUID->"3c4933f7-0457-475a-80a3-e5bd1bb98051", + CellID->1054348833], +Cell[1371243, 27988, 4471, 95, 70, "Print",ExpressionUUID->"30e14477-46d3-4e2c-9ef2-00bf6ae7da98", + CellID->12580325], +Cell[1375717, 28085, 4365, 93, 70, "Print",ExpressionUUID->"7ac09386-7290-450c-ae1a-9c55b95a8535", + CellID->985585998], +Cell[1380085, 28180, 4472, 95, 70, "Print",ExpressionUUID->"b64b3be4-e9e4-4081-8c76-ef71f7341486", + CellID->1368492913], +Cell[1384560, 28277, 4438, 95, 70, "Print",ExpressionUUID->"dedde883-14dd-41a7-be4e-776274c540db", + CellID->1845397366], +Cell[1389001, 28374, 4475, 95, 70, "Print",ExpressionUUID->"cd27d432-61e2-4f75-a6ee-794d7e2198d9", + CellID->443005182], +Cell[1393479, 28471, 4366, 93, 70, "Print",ExpressionUUID->"4214c608-766f-452f-b09b-3b6c3dfab109", + CellID->1861441007], +Cell[1397848, 28566, 4473, 95, 70, "Print",ExpressionUUID->"1a26ddf4-698e-4e44-815d-38d930cdc8fe", + CellID->1787933445], +Cell[1402324, 28663, 4436, 95, 70, "Print",ExpressionUUID->"f0ea9232-9dea-4093-a76b-2516b34b2194", + CellID->574852739], +Cell[1406763, 28760, 4471, 95, 70, "Print",ExpressionUUID->"c5faecdc-1d86-4d09-8941-45d2b731a92e", + CellID->842734819], +Cell[1411237, 28857, 4366, 93, 70, "Print",ExpressionUUID->"7dd7370b-7ad5-4b7c-b8ac-8b1c46de3334", + CellID->543271505], +Cell[1415606, 28952, 4474, 95, 70, "Print",ExpressionUUID->"4784266a-f3f4-4011-9507-9399721ec5b1", + CellID->2111355505], +Cell[1420083, 29049, 4438, 95, 70, "Print",ExpressionUUID->"580344e3-549f-4ed3-84df-678d3f0991bb", + CellID->1600100431], +Cell[1424524, 29146, 4470, 95, 70, "Print",ExpressionUUID->"b44055c0-2cca-4f19-a1c5-485b155b0ff1", + CellID->335534322], +Cell[1428997, 29243, 4364, 93, 70, "Print",ExpressionUUID->"3f7c0464-9bce-4b5f-b260-78294dde785c", + CellID->66212435], +Cell[1433364, 29338, 4473, 95, 70, "Print",ExpressionUUID->"be6a2772-4286-47e7-af31-b15c9bbd23ff", + CellID->2010889748], +Cell[1437840, 29435, 4438, 95, 70, "Print",ExpressionUUID->"45e77c5d-5069-45ac-87d5-81d03f4dc2db", + CellID->1993656715], +Cell[1442281, 29532, 4472, 95, 70, "Print",ExpressionUUID->"9787c9a0-d250-4515-a3c4-965c3425c1c9", + CellID->1301353546], +Cell[1446756, 29629, 4365, 93, 70, "Print",ExpressionUUID->"0e2357c2-a699-4e1c-a12e-704b2dfd65b1", + CellID->1652002111], +Cell[1451124, 29724, 4472, 95, 70, "Print",ExpressionUUID->"42606560-ff31-4fe8-9a24-3d9f8c2d7665", + CellID->1768821929], +Cell[1455599, 29821, 4433, 94, 70, "Print",ExpressionUUID->"b977a5cd-2bfe-4b77-bceb-1571bb235516", + CellID->643308880], +Cell[1460035, 29917, 4472, 95, 70, "Print",ExpressionUUID->"edb9319c-c66e-41fa-af8d-e051cc92d322", + CellID->2114794790], +Cell[1464510, 30014, 4367, 93, 70, "Print",ExpressionUUID->"21a0da0c-ed23-4929-aad6-294b2b6c2929", + CellID->1923188941], +Cell[1468880, 30109, 4468, 95, 70, "Print",ExpressionUUID->"4b4c4139-10af-47f6-bf8b-298204854534", + CellID->1741931243], +Cell[1473351, 30206, 4433, 94, 70, "Print",ExpressionUUID->"7afbcdff-2aa5-46f3-9c79-78fb2f628646", + CellID->425915691], +Cell[1477787, 30302, 4472, 95, 70, "Print",ExpressionUUID->"fb30292b-49c7-4faa-a9be-c89fb9dd15c5", + CellID->1776456116], +Cell[1482262, 30399, 4369, 93, 70, "Print",ExpressionUUID->"c098dbaa-10da-490a-97ce-2e8f4493bb58", + CellID->410376396], +Cell[1486634, 30494, 4470, 95, 70, "Print",ExpressionUUID->"ad436e61-df72-4897-9dc6-5fd95069dd42", + CellID->1836583526], +Cell[1491107, 30591, 4429, 94, 70, "Print",ExpressionUUID->"277eae76-3226-4f49-8ebf-e9c28e7786ba", + CellID->1422245378], +Cell[1495539, 30687, 4472, 95, 70, "Print",ExpressionUUID->"afda6185-5b0b-4174-9a97-a31ee9d64eaa", + CellID->1030929174], +Cell[1500014, 30784, 4370, 93, 70, "Print",ExpressionUUID->"0fe52963-114c-4eb4-9f7f-c34eec225e0d", + CellID->1937000408], +Cell[1504387, 30879, 4473, 95, 70, "Print",ExpressionUUID->"ac2a4060-50d5-4f44-b09d-4db305a4e260", + CellID->329110563], +Cell[1508863, 30976, 4432, 94, 70, "Print",ExpressionUUID->"82f0b452-fef5-4a38-906c-ce28da8290be", + CellID->1043509499], +Cell[1513298, 31072, 4469, 95, 70, "Print",ExpressionUUID->"9f7622f5-2780-4ee7-b167-4efff4e80deb", + CellID->775102759], +Cell[1517770, 31169, 4372, 93, 70, "Print",ExpressionUUID->"7199ad20-c1a5-4d96-9183-ac531a74173f", + CellID->1697603476], +Cell[1522145, 31264, 4471, 95, 70, "Print",ExpressionUUID->"a3696be8-2caf-4355-8232-fe89f9956890", + CellID->741423217], +Cell[1526619, 31361, 4436, 94, 70, "Print",ExpressionUUID->"99031dfe-b6b7-4fb3-85cf-808df6ce8163", + CellID->1218107941], +Cell[1531058, 31457, 4472, 95, 70, "Print",ExpressionUUID->"b5a82a05-ac1e-4b9d-8240-68f5a4de8851", + CellID->1411560836], +Cell[1535533, 31554, 4304, 92, 70, "Print",ExpressionUUID->"141e44b6-a0c3-45d5-8fff-6fd343dbb536", + CellID->381873014], +Cell[1539840, 31648, 4390, 93, 70, "Print",ExpressionUUID->"d9fdf7e7-32dc-41ee-bd6c-6754a66d40dd", + CellID->1792960680], +Cell[1544233, 31743, 4364, 93, 70, "Print",ExpressionUUID->"52634af1-9e77-4e41-870c-12cd3342139b", + CellID->106812007], +Cell[1548600, 31838, 4387, 93, 70, "Print",ExpressionUUID->"cf5decff-641a-473a-af34-aa9225d0047e", + CellID->925144519], +Cell[1552990, 31933, 4304, 92, 70, "Print",ExpressionUUID->"8d3bbf3e-59e5-4646-aaa7-ddc716993479", + CellID->1756832538], +Cell[1557297, 32027, 4388, 93, 70, "Print",ExpressionUUID->"08a8dcde-a085-47ce-822a-82c0c50db4f5", + CellID->1706912438], +Cell[1561688, 32122, 4367, 93, 70, "Print",ExpressionUUID->"ab536f36-e6ef-4219-aaf3-91da1ad5ff12", + CellID->1260678841], +Cell[1566058, 32217, 4384, 93, 70, "Print",ExpressionUUID->"50ecad7d-7059-4c50-8ee7-8b52708fdec2", + CellID->1823044973], +Cell[1570445, 32312, 4304, 92, 70, "Print",ExpressionUUID->"1e962728-b9ed-4727-89c0-8a456caa2431", + CellID->1570318538], +Cell[1574752, 32406, 4383, 93, 70, "Print",ExpressionUUID->"2733bc83-c656-4fed-ad79-0135fa4bd932", + CellID->1106851908], +Cell[1579138, 32501, 4361, 93, 70, "Print",ExpressionUUID->"bed5b63e-69c6-4c66-8c13-1ba08a16dd65", + CellID->976914871], +Cell[1583502, 32596, 4382, 93, 70, "Print",ExpressionUUID->"3c25db59-1159-4f82-adb3-0137c26c418d", + CellID->1074837001], +Cell[1587887, 32691, 4301, 92, 70, "Print",ExpressionUUID->"ae98341d-e131-453d-a3a0-5ce318638de0", + CellID->728190189], +Cell[1592191, 32785, 4385, 93, 70, "Print",ExpressionUUID->"950129d0-3877-4ae1-9fab-a116147b8c4a", + CellID->1620223752], +Cell[1596579, 32880, 4359, 93, 70, "Print",ExpressionUUID->"c6570af4-a558-450e-b5f0-fb017ff1f352", + CellID->1042148143], +Cell[1600941, 32975, 4379, 93, 70, "Print",ExpressionUUID->"de45a671-63c0-4856-a634-5ac232a09268", + CellID->503895482], +Cell[1605323, 33070, 4296, 92, 70, "Print",ExpressionUUID->"b6e2b2c5-0a72-419b-8cc0-aba8064c918e", + CellID->1214671347], +Cell[1609622, 33164, 4380, 93, 70, "Print",ExpressionUUID->"26ac5392-5fed-4fdc-9e76-faa5de4cc7c3", + CellID->1468063835], +Cell[1614005, 33259, 4358, 93, 70, "Print",ExpressionUUID->"2bdfaf1b-b903-40a6-ae42-cd9354644510", + CellID->132867951], +Cell[1618366, 33354, 4382, 93, 70, "Print",ExpressionUUID->"7975a56f-e9ae-4278-80eb-39c7207b6b94", + CellID->1625047744], +Cell[1622751, 33449, 4298, 92, 70, "Print",ExpressionUUID->"fbd22a51-72d8-4ac5-87aa-a7c121b0ae71", + CellID->1157163713], +Cell[1627052, 33543, 4378, 93, 70, "Print",ExpressionUUID->"a2831b92-6f79-4073-9fb0-5cfd6c315e37", + CellID->1555113329], +Cell[1631433, 33638, 4362, 93, 70, "Print",ExpressionUUID->"454d4b55-7987-4f1c-8174-07eaf3c258b9", + CellID->508493270], +Cell[1635798, 33733, 4380, 93, 70, "Print",ExpressionUUID->"055ea969-77e7-411a-80cf-c39dbb26db8a", + CellID->946680474], +Cell[1640181, 33828, 4300, 92, 70, "Print",ExpressionUUID->"a527f955-9f3a-4c64-98eb-328409f057f7", + CellID->1884223892], +Cell[1644484, 33922, 4381, 93, 70, "Print",ExpressionUUID->"0c9daaa5-6377-47d9-9a67-2bd97ecf57ec", + CellID->1552002769], +Cell[1648868, 34017, 4365, 93, 70, "Print",ExpressionUUID->"acdc04b4-a8f9-451d-a04c-ba4aeda1cf43", + CellID->1721783233] }, Closed]] }, Open ]], -Cell[1431005, 28332, 333, 6, 70, "Text",ExpressionUUID->"d7868812-30fc-405b-b989-949b1da579e5", +Cell[1653260, 34114, 333, 6, 70, "Text",ExpressionUUID->"d7868812-30fc-405b-b989-949b1da579e5", CellID->573802421], -Cell[1431341, 28340, 1294, 36, 70, "Input",ExpressionUUID->"aa73ad54-caf9-4474-9e8d-1d64b4369fc6", +Cell[1653596, 34122, 1294, 36, 70, "Input",ExpressionUUID->"aa73ad54-caf9-4474-9e8d-1d64b4369fc6", CellID->453201143], -Cell[1432638, 28378, 892, 25, 70, "Text",ExpressionUUID->"3c9427b7-8313-4202-aa4c-9c7b95d3f783", +Cell[1654893, 34160, 892, 25, 70, "Text",ExpressionUUID->"3c9427b7-8313-4202-aa4c-9c7b95d3f783", CellID->61778581], -Cell[1433533, 28405, 825, 12, 70, "Text",ExpressionUUID->"a7e7e3da-07d2-46b9-b050-5fb3b81e5309", +Cell[1655788, 34187, 825, 12, 70, "Text",ExpressionUUID->"a7e7e3da-07d2-46b9-b050-5fb3b81e5309", CellID->692314785], Cell[CellGroupData[{ -Cell[1434383, 28421, 207, 4, 70, "Input",ExpressionUUID->"22f152e6-76a5-45d6-a56a-d72dba76a8be", +Cell[1656638, 34203, 207, 4, 70, "Input",ExpressionUUID->"22f152e6-76a5-45d6-a56a-d72dba76a8be", CellID->965692710], -Cell[1434593, 28427, 5737, 77, 70, "Output",ExpressionUUID->"0f21edeb-3bb8-44fc-a231-c78a738b5cf1", - CellID->1937759809] +Cell[1656848, 34209, 5737, 77, 70, "Output",ExpressionUUID->"bc178e6e-9c62-412f-a447-52f0360ad776", + CellID->1434343720] }, Closed]], -Cell[1440345, 28507, 615, 17, 70, "Input",ExpressionUUID->"ba0938de-52f3-41e2-b49e-8cb1151fb05a", +Cell[1662600, 34289, 615, 17, 70, "Input",ExpressionUUID->"ba0938de-52f3-41e2-b49e-8cb1151fb05a", CellID->469053745], Cell[CellGroupData[{ -Cell[1440985, 28528, 160, 3, 70, "Input",ExpressionUUID->"f75e4423-7cef-43cc-b356-4a1631dec6cd", +Cell[1663240, 34310, 160, 3, 70, "Input",ExpressionUUID->"f75e4423-7cef-43cc-b356-4a1631dec6cd", CellID->1838132867], -Cell[1441148, 28533, 127, 2, 70, "Output",ExpressionUUID->"e592bdf3-8be0-4538-99e6-29b8a095eb75", - CellID->957228703] +Cell[1663403, 34315, 127, 2, 70, "Output",ExpressionUUID->"bf5e0c6f-b786-4415-bcde-4fe3c5fa88bf", + CellID->145942338] }, Open ]], Cell[CellGroupData[{ -Cell[1441312, 28540, 128, 2, 70, "Input",ExpressionUUID->"0f3cb2db-a0c5-44f4-90be-991e105e059b", +Cell[1663567, 34322, 128, 2, 70, "Input",ExpressionUUID->"0f3cb2db-a0c5-44f4-90be-991e105e059b", CellID->1638712843], -Cell[1441443, 28544, 1837, 37, 70, "Output",ExpressionUUID->"1ea418cc-8d4f-4043-a972-a6f1b83cae58", - CellID->378085491] +Cell[1663698, 34326, 1838, 38, 70, "Output",ExpressionUUID->"8fa76789-bf66-4017-ae44-f4e4a793a89a", + CellID->792407526] }, Open ]] }, Open ]], -Cell[1443307, 28585, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"40738cd6-085d-4a56-be22-76e9fbb7c28a"], -Cell[1444060, 28607, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"a78f202f-8556-4c85-9f09-45a6c1ac86ed"], -Cell[1445868, 28654, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"9f715b6a-622e-4e45-b3bd-ad38630b2813"], -Cell[1446783, 28682, 78, 0, 70, "FooterCell",ExpressionUUID->"1cf6ef97-882f-458a-a3c2-4154eac69cbe"] +Cell[1665563, 34368, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"b6b97b69-88b4-490f-9962-4a25f6a73924"], +Cell[1666316, 34390, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"88dea12d-5e65-4c28-9a45-fb1faf05c1a1"], +Cell[1668124, 34437, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"dea61a51-3d02-4380-a392-43db57f3ad6d"], +Cell[1669039, 34465, 78, 0, 70, "FooterCell",ExpressionUUID->"6be92bea-d04c-4cf5-bf15-1f64f8a0cf31"] } ] *) diff --git a/Documentation/English/Guides/TuGamesView3dV6.nb b/Documentation/English/Guides/TuGamesView3dV6.nb index 80bd343..e048c58 100644 --- a/Documentation/English/Guides/TuGamesView3dV6.nb +++ b/Documentation/English/Guides/TuGamesView3dV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 6400693, 112831] -NotebookOptionsPosition[ 6344586, 111787] -NotebookOutlinePosition[ 6346092, 111825] -CellTagsIndexPosition[ 6346049, 111822] +NotebookDataLength[ 6573028, 116160] +NotebookOptionsPosition[ 6512523, 115020] +NotebookOutlinePosition[ 6514051, 115058] +CellTagsIndexPosition[ 6514008, 115055] WindowTitle->TuGamesView3dV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G GUIDE", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2ade8142-3ab7-4972-8c67-f12a574d3a73"], + "168a3fd9-2a23-4be2-9b31-2793886bccc9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c2dab80e-d4a0-4ee9-ad94-048a77254c95"], + "d8bf9f56-c12a-42e2-8ad4-8ae0a424fc4d"], Background->RGBColor[0.85098, 0.396078, 0], ItemSize->Full], ""} }, @@ -51,26 +51,27 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "966a42b9-94d2-4f65-bff0-47c1e449e250"] - }],ExpressionUUID->"36756f0d-cdbe-4cef-9fe0-19bd95afe77e"], - StripOnInput->False], {"\<\"Getting Started\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/GettingStarted"], "\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"MATLink Connection to \ -MatTuGames\"\>":>Documentation`HelpLookup[ - "paclet:TUG/Guides/MATtug"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "45929cd3-0ea6-4ad6-b236-1e3cea9d6252"] + }],ExpressionUUID->"59b9a7e1-5d5d-4532-a434-455f7e8ad8df"], + StripOnInput->False],{ + "\"Getting Started\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/GettingStarted"], + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"MATLink Connection to MatTuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/MATtug"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideMoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0d4872a2-008e-4d2c-9082-a4771e5a9eed"], + "e9909f16-9401-4067-9504-099d9d3f2252"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -86,16 +87,17 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ab40d3d5-c117-441f-a048-c16469c061ee"] - }],ExpressionUUID->"11bdd281-e10f-48bc-b4b5-e69ebc65cf46"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "5884f8b0-896e-4065-b6c0-3c1e1edfe00e"] + }],ExpressionUUID->"481e6e79-1ef9-4dbb-8154-0ef72844c3d8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"GuideTutorial"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "59bf2572-9785-4fe8-9bd2-458c5dc4b37e"], + "fd18c9a0-fbd7-4dc4-a184-c64af32a8f37"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -111,49 +113,51 @@ MatTuGames\"\>":>Documentation`HelpLookup[ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6033eb88-21fb-4adc-94a1-25585395a096"] - }],ExpressionUUID->"ec0c89ad-1be1-4508-a710-c1c60b2bc5ee"], - StripOnInput->False], {"\<\"TUG/Guides/TuGamesView3dV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/Guides/TuGamesView3dV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/Guides/\ + "cf378471-df84-41b7-baea-04ff8be0ba3d"] + }],ExpressionUUID->"3f5df754-6999-4d32-98c7-6eabca8710bd"], + StripOnInput->False],{ + "\"TUG/Guides/TuGamesView3dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/Guides/TuGamesView3dV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/Guides/\ TuGamesView3dV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16635], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/Guides/TuGamesView3dV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$16699], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/Guides/TuGamesView3dV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e989183-e708-497f-b72f-1d10f51d2af0"] + "855df98a-bc57-4453-9708-0e7f21dfda46"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4051ccdf-6bae-4e58-a36f-d5d6ed924f5c"]} + "70ad7814-03f3-4808-bbe4-fd06044b41e6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"27c5179e-1d07-417a-9c10-21061fcbab02"], + CellID->1,ExpressionUUID->"088b88a7-96ee-456e-bdc1-d3fde51ec837"], Cell[CellGroupData[{ @@ -166,7 +170,7 @@ Cell["A basic Introduction", "GuideAbstract", Cell["by Holger I.Meinhardt, University of Karlsruhe (KIT)", "GuideAbstract", CellID->1608083881,ExpressionUUID->"db7ae0c4-f504-42f2-bfe8-bc87c399226d"], -Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"fe7bd977-cad5-4d91-8a26-8266934720b6"] +Cell["\t", "GuideDelimiterSubsection",ExpressionUUID->"690d80ce-dcc3-430d-b967-7906fe348cdb"] }, Open ]], Cell[CellGroupData[{ @@ -224,7 +228,7 @@ Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->638732116,ExpressionUUID->"1534ae83-d310-46a8-bec1-a98be01e9016"], + CellID->442605847,ExpressionUUID->"e5bc4948-5f05-4497-a38d-f57f186b6e24"], Cell[BoxData[ InterpretationBox[ @@ -233,48 +237,48 @@ Cell[BoxData[ SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1017529887,ExpressionUUID->"05bda8e7-4e3b-4b0a-b99f-ee69961ad60b"], + CellID->1878982537,ExpressionUUID->"b113cf97-0cca-4a34-857f-42eeb4496119"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->845143768,ExpressionUUID->"0a4b1e3a-9285-4f8d-8377-82da073329c7"], + CellID->567848940,ExpressionUUID->"5b796662-b1e7-4e10-ad7d-b4c40cd7ec4c"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->33929901,ExpressionUUID->"f0e35bc1-252b-47ee-9ac2-4d33a2dbe14d"], + CellID->370562469,ExpressionUUID->"dd514ade-c03d-49da-acb6-882cba1fbb48"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->2065184871,ExpressionUUID->"e1bb09d2-dbc8-4870-978e-0effbb41433a"], + CellID->765108636,ExpressionUUID->"d6a11159-6d25-49c2-afd1-4b6ba8b02e72"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->924407779,ExpressionUUID->"ebc3bca1-a6d0-4774-b66c-70819e3ecb6f"], + CellID->339205742,ExpressionUUID->"0431ab86-5da2-4c53-a55f-9bf7fca8b10a"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->765752296,ExpressionUUID->"680207b0-7559-4f0f-a728-a47c7b59972c"], + CellID->1338052441,ExpressionUUID->"fda41d75-83a0-4ab8-8409-aeb65c76cfda"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->2012195129,ExpressionUUID->"b0aea0a5-980f-4814-9e98-97bb0b6e37fe"], + CellID->1884502137,ExpressionUUID->"434b7c90-779f-47f1-85e0-8bdb0e67a649"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1823712799,ExpressionUUID->"b7f98baf-9924-4fbf-ac33-79be802007d7"], + CellID->599537881,ExpressionUUID->"5fe0a8de-8d76-401c-aac2-7a2d0c7407c4"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1603098865,ExpressionUUID->"805f96fe-a46d-4792-b818-30bad88681c9"], + CellID->779002611,ExpressionUUID->"fbd3a969-f883-46cb-a27d-56fb03a5ae28"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1798495221,ExpressionUUID->"830cbb4a-9036-463b-a5f7-9bfa77dc5f1f"] + CellID->264331544,ExpressionUUID->"62326ad0-e7ee-44c3-9b1d-2c642add9a68"] }, Open ]] }, Open ]], @@ -311,7 +315,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"?", "TUG`IOTuGamesV6`*"}]], "Input", - CellLabel->"In[2]:=", + CellLabel->"In[1]:=", CellID->1871666733,ExpressionUUID->"889097be-805c-43b6-a67a-39ad44c21502"], Cell[BoxData[ @@ -356,7 +360,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "AnimationKernelPropertyV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -366,18 +370,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "PtRadius", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["StepSize", "InformationGridButton"], + StyleBox["StrongEpsCore3dV6", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "StepSize", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "StrongEpsCore3dV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { @@ -387,7 +391,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "CriticalValue", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -397,18 +401,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShapleyCoord", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["StrongEpsCore3dV6", "InformationGridButton"], + StyleBox["SyncDim", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "StrongEpsCore3dV6", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "SyncDim", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { @@ -418,7 +422,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "EpsStrValues", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -428,29 +432,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowCore", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["SyncDim", "InformationGridButton"], + StyleBox["UpperCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "SyncDim", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "UpperCriticalVal", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["KernelCoord", "InformationGridButton"], + StyleBox["HarsanyiValCoord", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "KernelCoord", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "HarsanyiValCoord", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ @@ -459,29 +463,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowImputationSet", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["UpperCriticalVal", "InformationGridButton"], + StyleBox["Verbosely", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "UpperCriticalVal", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "Verbosely", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["LowerCriticalVal", "InformationGridButton"], + StyleBox["KernelCoord", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "LowerCriticalVal", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "KernelCoord", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ @@ -490,38 +494,37 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowKernelCatcherV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["Verbosely", "InformationGridButton"], + StyleBox["ViewHarsanyiSol", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "Verbosely", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ViewHarsanyiSol", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["lt", "InformationGridButton"], + StyleBox["LowerCriticalVal", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "lt", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "LowerCriticalVal", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ StyleBox["ShowLowerSet", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowLowerSet", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -531,19 +534,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ViewKernelSol", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ManipulateMode", "InformationGridButton"], + StyleBox["lt", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ManipulateMode", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "lt", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ @@ -552,7 +555,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowStrongEpsCore", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -562,19 +565,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ViewLegend", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ModiclusCoord", "InformationGridButton"], + StyleBox["ManipulateMode", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ModiclusCoord", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ManipulateMode", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ @@ -583,7 +586,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ShowUpperSet", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -593,10 +596,41 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "ViewModiclusSol", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["ModiclusCoord", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ModiclusCoord", "TUG`IOTuGamesV6`"}, False}, + ButtonNote->"TUG`IOTuGamesV6`", + Evaluator->Automatic], + ButtonBox[ + StyleBox["ShowWeberSet", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ShowWeberSet", "TUG`IOTuGamesV6`"}, False}, + ButtonNote->"TUG`IOTuGamesV6`", + Evaluator->Automatic], + ButtonBox[ + StyleBox["ViewNucleolusSol", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ViewNucleolusSol", "TUG`IOTuGamesV6`"}, False}, + ButtonNote->"TUG`IOTuGamesV6`", + Evaluator->Automatic]}, { ButtonBox[ StyleBox["NucleolusCoord", "InformationGridButton"], @@ -604,7 +638,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "NucleolusCoord", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -612,19 +646,20 @@ Cell[BoxData[ StyleBox["SkelCore3dV6", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "SkelCore3dV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["ViewNucleolusSol", "InformationGridButton"], + StyleBox["ViewPayoffSol", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ViewNucleolusSol", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ViewPayoffSol", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { @@ -634,7 +669,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "PayoffCoord", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -644,18 +679,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "SkelImputationV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["ViewPayoffSol", "InformationGridButton"], + StyleBox["ViewShapleySol", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ViewPayoffSol", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ViewShapleySol", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { @@ -665,7 +700,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "PictureSize", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -675,18 +710,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "SkelLowerSetV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["ViewShapleySol", "InformationGridButton"], + StyleBox["ViewSkel", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ViewShapleySol", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "ViewSkel", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic]}, { @@ -696,7 +731,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "PlotCore3dV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], @@ -706,20 +741,41 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { "SkelReasonableSetV6", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", Evaluator->Automatic], ButtonBox[ - StyleBox["ViewSkel", "InformationGridButton"], + StyleBox["VRepresentation", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-a5ec7249-d408-420b-bc31-0c7a76b84e8a", { - "ViewSkel", "TUG`IOTuGamesV6`"}, False}, + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "VRepresentation", "TUG`IOTuGamesV6`"}, False}, + ButtonNote->"TUG`IOTuGamesV6`", + Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["PlotWeberSet3dV6", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "PlotWeberSet3dV6", "TUG`IOTuGamesV6`"}, False}, + ButtonNote->"TUG`IOTuGamesV6`", + Evaluator->Automatic], + ButtonBox[ + StyleBox["StepSize", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-c333090e-e033-4fca-bed4-8a03611afde3", { + "StepSize", "TUG`IOTuGamesV6`"}, False}, ButtonNote->"TUG`IOTuGamesV6`", - Evaluator->Automatic]} + Evaluator->Automatic], ""} }, DefaultBaseStyle->"Text", @@ -743,8 +799,8 @@ Cell[BoxData[ Offset[0.8]}, Offset[0.2]}}], BaseStyle->"InformationTitleFrame"], "InformationGridPlain"]], "Output", - CellLabel->"Out[2]=", - CellID->886113460,ExpressionUUID->"76f9d4bf-7441-4c64-aa29-35693ecc1982"] + CellLabel->"Out[1]=", + CellID->6732182,ExpressionUUID->"fd00e43a-d7d1-48d5-939d-035820ce8301"] }, Open ]], Cell["\<\ @@ -788,7 +844,7 @@ Cell[BoxData[ ",", "15.67188", ",", "0", ",", "13.54167", ",", "11.55263", ",", "0", ",", "40.75862", ",", "36.47619", ",", "32.63158", ",", "96.29412"}], "}"}]}], ";"}]], "Input", - CellLabel->"In[3]:=", + CellLabel->"In[2]:=", CellID->445743025,ExpressionUUID->"90c64c60-9d0f-4feb-9d0b-6df3a4da3ac3"], Cell[BoxData[ @@ -796,7 +852,7 @@ Cell[BoxData[ RowBox[{"T", "=", RowBox[{"{", RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], ";"}]], "Input", - CellLabel->"In[4]:=", + CellLabel->"In[3]:=", CellID->47049169,ExpressionUUID->"d53f8418-e12d-40ff-b2fd-0e925d66e2b6"], Cell[BoxData[ @@ -804,7 +860,7 @@ Cell[BoxData[ RowBox[{"ExpGame11", "=", RowBox[{"DefineGame", "[", RowBox[{"T", ",", "clv"}], "]"}]}], ";"}]], "Input", - CellLabel->"In[5]:=", + CellLabel->"In[4]:=", CellID->571714486,ExpressionUUID->"bdd65436-d6ef-41f7-b730-19663de15a23"], Cell["\<\ @@ -817,12 +873,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame11", "]"}]], "Input", - CellLabel->"In[6]:=", + CellLabel->"In[5]:=", CellID->1197172028,ExpressionUUID->"bc6fb81d-ddcc-4151-ad4f-1df54a705bcf"], Cell[BoxData["True"], "Output", - CellLabel->"Out[6]=", - CellID->1929246804,ExpressionUUID->"4ba523e1-abb4-4cf1-a8be-433a3b5a4c69"] + CellLabel->"Out[5]=", + CellID->4076760,ExpressionUUID->"d8e9bf7a-6c02-47ca-934b-66e2dd912175"] }, Open ]], Cell["\<\ @@ -843,7 +899,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ker", "=", RowBox[{"Kernel", "[", "ExpGame11", "]"}]}]], "Input", - CellLabel->"In[7]:=", + CellLabel->"In[6]:=", CellID->1784145052,ExpressionUUID->"e57bc62e-7f0c-497b-9c3a-c4e248a300d8"], Cell[BoxData[ @@ -853,8 +909,8 @@ Cell[BoxData[ FractionBox["2214694385", "92523996"], ",", FractionBox["2214694385", "92523996"], ",", FractionBox["2265433619", "92523996"]}], "}"}]], "Output", - CellLabel->"Out[7]=", - CellID->767268166,ExpressionUUID->"14db96c1-eec4-4876-a7be-eaf5b9348e1d"] + CellLabel->"Out[6]=", + CellID->1998030198,ExpressionUUID->"6810dcbf-99a8-4ce2-a687-7f1673167a8c"] }, Open ]], Cell[CellGroupData[{ @@ -862,7 +918,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"shv", "=", RowBox[{"ShapleyValue", "[", "ExpGame11", "]"}]}]], "Input", - CellLabel->"In[8]:=", + CellLabel->"In[7]:=", CellID->21022691,ExpressionUUID->"5299df96-fc2b-4595-b362-c63647721fe1"], Cell[BoxData[ @@ -873,8 +929,8 @@ Cell[BoxData[ FractionBox["2323116849340671928481", "128169041254592400000"], ",", FractionBox["4711922254770259280929", "128169041254592400000"]}], "}"}]], "Output", - CellLabel->"Out[8]=", - CellID->1669310715,ExpressionUUID->"f75dc948-2b6b-4fd6-815f-e5471078a501"] + CellLabel->"Out[7]=", + CellID->127418245,ExpressionUUID->"60ae5066-9897-4ab5-b788-1c8ad3fc44e7"] }, Open ]], Cell[CellGroupData[{ @@ -882,7 +938,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mnuc", "=", RowBox[{"ModifiedNucleolus", "[", "ExpGame11", "]"}]}]], "Input", - CellLabel->"In[9]:=", + CellLabel->"In[8]:=", CellID->234541510,ExpressionUUID->"43b5d139-bea0-4468-8317-ec7e6fe2a841"], Cell[BoxData[ @@ -892,8 +948,8 @@ Cell[BoxData[ FractionBox["2214694385", "92523996"], ",", FractionBox["2214694385", "92523996"], ",", FractionBox["2265433619", "92523996"]}], "}"}]], "Output", - CellLabel->"Out[9]=", - CellID->1666506102,ExpressionUUID->"19b0dc2d-a937-44cb-a816-3a6f2e39801d"] + CellLabel->"Out[8]=", + CellID->863512695,ExpressionUUID->"e5c131aa-4e92-423e-8219-5d5a82e5e091"] }, Open ]], Cell[CellGroupData[{ @@ -901,7 +957,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mnc", "=", RowBox[{"Modiclus", "[", "ExpGame11", "]"}]}]], "Input", - CellLabel->"In[10]:=", + CellLabel->"In[9]:=", CellID->1887478901,ExpressionUUID->"97311ad6-c108-4fe7-8560-35b8923fe6d9"], Cell[BoxData[ @@ -912,8 +968,8 @@ Cell[BoxData[ FractionBox["156763494677801681", "10807562167312500"], ",", FractionBox["1008796960491954569", "21615124334625000"]}], "}"}]], "Output",\ - CellLabel->"Out[10]=", - CellID->1562448188,ExpressionUUID->"681b4f07-c8fb-4e34-ba07-5efb5247dc94"] + CellLabel->"Out[9]=", + CellID->2138109637,ExpressionUUID->"6c8accd6-02af-4256-b94b-8d93b1f9f817"] }, Open ]], Cell["\<\ @@ -927,13 +983,13 @@ Cell[BoxData[ RowBox[{ RowBox[{"First", "[", RowBox[{"EpsCore", "[", "ExpGame11", "]"}], "]"}], "//", "N"}]], "Input", - CellLabel->"In[11]:=", + CellLabel->"In[10]:=", CellID->119768591,ExpressionUUID->"a2d7bc65-7942-4d7a-bd1d-8db0281bd1f1"], Cell[BoxData[ RowBox[{"-", "23.93643250125081`"}]], "Output", - CellLabel->"Out[11]=", - CellID->986752331,ExpressionUUID->"8095d128-9723-421b-8de9-563151cb6e9c"] + CellLabel->"Out[10]=", + CellID->240445576,ExpressionUUID->"a90e37cf-e560-4b3d-9873-01470e2f8375"] }, Open ]], Cell[CellGroupData[{ @@ -941,15 +997,15 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"FirstCriticalVal", "[", "ExpGame11", "]"}], "//", "N"}]], "Input", - CellLabel->"In[12]:=", + CellLabel->"In[11]:=", CellID->1138957460,ExpressionUUID->"dcdacab0-ef20-4c81-908c-01a76c15ec38"], Cell[BoxData[ RowBox[{"{", RowBox[{"eps1", "\[Rule]", RowBox[{"-", "23.93643250125081`"}]}], "}"}]], "Output", - CellLabel->"Out[12]=", - CellID->188729873,ExpressionUUID->"876d8cc5-b9d2-4b8f-a504-cb3605540d28"] + CellLabel->"Out[11]=", + CellID->1141535214,ExpressionUUID->"accb5d3b-6fe5-4205-987c-9b1cc1e4977e"] }, Open ]], Cell["\<\ @@ -971,12 +1027,14 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "PlotCore3dV6", "]"}]], "Input", - CellLabel->"In[13]:=", + CellLabel->"In[12]:=", CellID->156491819,ExpressionUUID->"2293a1c1-fa52-47ba-ae11-71a20972004b"], Cell[BoxData[ RowBox[{"{", RowBox[{ + RowBox[{"HarsanyiValCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", RowBox[{"KernelCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ModiclusCoord", "\[Rule]", @@ -992,17 +1050,20 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"ShowWeberSet", "\[Rule]", "False"}], ",", RowBox[{"SyncDim", "\[Rule]", "True"}], ",", RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", - RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[13]=", - CellID->722545990,ExpressionUUID->"526a0b89-e1cc-4012-9733-b5c147ce778c"] + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[12]=", + CellID->566281304,ExpressionUUID->"a423f755-0dfd-4fdc-90c3-98512d8f35f5"] }, Open ]], Cell[CellGroupData[{ @@ -1021,7 +1082,7 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[14]:=", + CellLabel->"In[13]:=", CellID->1532841968,ExpressionUUID->"19300ac2-2443-4fbb-8944-1001fa666483"], Cell[BoxData[ @@ -1032,13 +1093,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1120,8 +1180,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[14]=", - CellID->2038923286,ExpressionUUID->"ef822347-836a-45ac-8acc-dba1ed2585d0"] + CellLabel->"Out[13]=", + CellID->1190418652,ExpressionUUID->"44efedb9-075b-4af4-8beb-901e183773d5"] }, Open ]], Cell[CellGroupData[{ @@ -1139,7 +1199,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[15]:=", + CellLabel->"In[14]:=", CellID->1486196240,ExpressionUUID->"ae879070-dcd7-49a6-8f1a-220c9451b4b8"], Cell[BoxData[ @@ -1150,13 +1210,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1238,8 +1297,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[15]=", - CellID->237301510,ExpressionUUID->"10a08541-fa4b-4399-85fa-cc4fb7113669"] + CellLabel->"Out[14]=", + CellID->1097083406,ExpressionUUID->"f1ba8fea-50e7-4f3f-8bab-0b426bd70911"] }, Open ]], Cell[CellGroupData[{ @@ -1256,7 +1315,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[16]:=", + CellLabel->"In[15]:=", CellID->1036915257,ExpressionUUID->"a596f9d4-49d9-4ecd-81db-ac7a6e1ad8a4"], Cell[BoxData[ @@ -1267,13 +1326,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1360,8 +1418,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[16]=", - CellID->47818589,ExpressionUUID->"9b94a7fb-badf-4502-87ae-82785d4efebb"] + CellLabel->"Out[15]=", + CellID->401815021,ExpressionUUID->"2dbf675a-7bbc-4b60-b93c-de4dd4537324"] }, Open ]], Cell[CellGroupData[{ @@ -1377,7 +1435,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[17]:=", + CellLabel->"In[16]:=", CellID->1450654049,ExpressionUUID->"3b3f56c3-5efd-4089-8452-eecb3e0179d4"], Cell[BoxData[ @@ -1388,13 +1446,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1487,8 +1544,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[17]=", - CellID->333677278,ExpressionUUID->"174970b3-25d8-47ef-a6ca-f6680e3798a8"] + CellLabel->"Out[16]=", + CellID->525223962,ExpressionUUID->"81c8412f-dc66-4443-89c2-1974b507e7f7"] }, Open ]], Cell[CellGroupData[{ @@ -1504,7 +1561,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[18]:=", + CellLabel->"In[17]:=", CellID->623065875,ExpressionUUID->"f6ffd234-07c4-4179-8846-41b9e8ed662f"], Cell[BoxData[ @@ -1515,13 +1572,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1614,8 +1670,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[18]=", - CellID->1369192823,ExpressionUUID->"d625c502-af51-42f4-a9f6-9b54a0b488c1"] + CellLabel->"Out[17]=", + CellID->1595772001,ExpressionUUID->"44e710d5-36b3-485c-a0b8-7c512a720901"] }, Open ]], Cell[CellGroupData[{ @@ -1632,7 +1688,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[19]:=", + CellLabel->"In[18]:=", CellID->223253316,ExpressionUUID->"abb4b12c-bcf7-4c8d-9d6e-75796ac0a08c"], Cell[BoxData[ @@ -1643,13 +1699,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -1736,8 +1791,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[19]=", - CellID->62066105,ExpressionUUID->"950560a4-5fca-4ac4-b888-dd7285939888"] + CellLabel->"Out[18]=", + CellID->529355845,ExpressionUUID->"ec2d8ef2-08b6-40bd-a5bc-5ada08f4e525"] }, Open ]], Cell[CellGroupData[{ @@ -1755,7 +1810,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[20]:=", + CellLabel->"In[19]:=", CellID->7443752,ExpressionUUID->"d80c3c99-b034-457b-93e4-ea586d124e7f"], Cell[BoxData[ @@ -1855,8 +1910,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[20]=", - CellID->928596729,ExpressionUUID->"792ac190-a99f-4596-ba65-a48629b981d6"] + CellLabel->"Out[19]=", + CellID->130084585,ExpressionUUID->"a98fda76-b713-4048-9be8-9bb0e0e94800"] }, Open ]], Cell[CellGroupData[{ @@ -1873,7 +1928,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[21]:=", + CellLabel->"In[20]:=", CellID->1456899307,ExpressionUUID->"92484fa4-04ca-4bcd-8bde-078fd20a827c"], Cell[BoxData[ @@ -1979,8 +2034,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[21]=", - CellID->1020130006,ExpressionUUID->"cfaf9977-12b9-42ee-9724-4256156da5c2"] + CellLabel->"Out[20]=", + CellID->934170741,ExpressionUUID->"ebce49bd-d015-461c-aabd-f51cd6887579"] }, Open ]], Cell[CellGroupData[{ @@ -1997,7 +2052,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[22]:=", + CellLabel->"In[21]:=", CellID->592954922,ExpressionUUID->"02a19e18-68fa-437a-9712-e41f368f1702"], Cell[BoxData[ @@ -2103,8 +2158,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[22]=", - CellID->1796821545,ExpressionUUID->"851e8a2b-6eb5-411a-bed2-4a15cbfb7fd6"] + CellLabel->"Out[21]=", + CellID->2025521488,ExpressionUUID->"d078d62b-e129-4bec-b117-3d781662424b"] }, Open ]], Cell[CellGroupData[{ @@ -2122,7 +2177,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[23]:=", + CellLabel->"In[22]:=", CellID->578267975,ExpressionUUID->"6fc4b66c-9510-4616-835e-08ef47aad440"], Cell[BoxData[ @@ -2222,8 +2277,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[23]=", - CellID->341726486,ExpressionUUID->"d42f18a9-2489-4546-b482-dcef13836e42"] + CellLabel->"Out[22]=", + CellID->1819126437,ExpressionUUID->"16dda0f7-9693-4fbd-b4d9-34607f871e74"] }, Open ]], Cell[CellGroupData[{ @@ -2240,7 +2295,7 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[24]:=", + CellLabel->"In[23]:=", CellID->2124454242,ExpressionUUID->"56437ffa-d692-4723-abca-636f30036084"], Cell[BoxData[ @@ -2251,13 +2306,12 @@ xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, - 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, - 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, { - 12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, {12, - 13, 6}}]]}, + "], Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, + 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, { + 10, 11, 4}, {7, 13, 8}, {8, 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, + 14}, {12, 5, 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, 13, 3}, { + 12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -2350,8 +2404,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[24]=", - CellID->1002633372,ExpressionUUID->"7257d92e-a9eb-4636-8158-f58cfa0c7834"] + CellLabel->"Out[23]=", + CellID->824166571,ExpressionUUID->"42e5522b-d371-4411-8598-d3180546b8f0"] }, Open ]], Cell[CellGroupData[{ @@ -2369,7 +2423,7 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[25]:=", + CellLabel->"In[24]:=", CellID->1323845086,ExpressionUUID->"98d12be0-28ab-4c43-9837-09cc896f834d"], Cell[BoxData[ @@ -2475,8 +2529,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[25]=", - CellID->288070013,ExpressionUUID->"7f1495eb-a160-4b87-820d-d6fca2bc7940"] + CellLabel->"Out[24]=", + CellID->320643688,ExpressionUUID->"2db385d8-4582-442d-a1f0-89a6614c9b32"] }, Open ]], Cell[CellGroupData[{ @@ -2496,7 +2550,7 @@ Cell[BoxData[ RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[26]:=", + CellLabel->"In[25]:=", CellID->44888125,ExpressionUUID->"4c618060-070e-4f47-888a-854e7e478545"], Cell[BoxData[ @@ -2608,8 +2662,8 @@ qOCDPQAP5Knw RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[26]=", - CellID->1359256373,ExpressionUUID->"6f6b5367-a319-4abe-9873-6f8cb38bc081"] + CellLabel->"Out[25]=", + CellID->1550625327,ExpressionUUID->"13d1d08e-a757-40be-95ee-269c83e5508b"] }, Open ]], Cell[CellGroupData[{ @@ -2630,7 +2684,7 @@ Cell[BoxData[ RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", RowBox[{"Boxed", "\[Rule]", "True"}], ",", RowBox[{"ViewLegend", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[27]:=", + CellLabel->"In[26]:=", CellID->817817422,ExpressionUUID->"6b95fcde-2804-481b-b94a-367d73536870"], Cell[BoxData[ @@ -2758,38 +2812,49 @@ qOCDPQAP5Knw RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ GraphicsBox[{{{InsetBox[ GraphicsBox[ - {RGBColor[0.5, 0, 0.5], + {RGBColor[0.6, 0.4, 0.2], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 0.58}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}}, {}}, + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, AspectRatio->0.5, PlotRange->{{-0.1, 6.26}, {-0.1, - 4.739999999999999}}], {1.1, -0.4}, { + 5.8999999999999995`}}], {1.1, -0.4}, { Left, Bottom}, {0.5, 0.25}]}]}}]}, AspectRatio->Automatic, Background->None, ColorOutput->Automatic, ImageSize->{400., 434.}, PlotRange->All]], "Output", - CellLabel->"Out[27]=", - CellID->1847777140,ExpressionUUID->"ea81dd60-ed4f-424a-8fbc-9cc3d6d5a952"] + CellLabel->"Out[26]=", + CellID->1392015511,ExpressionUUID->"017ecec9-d50d-4fcb-bdc4-14a39f95c1bb"] }, Open ]] }, Closed]], @@ -2802,7 +2867,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "StrongEpsCore3dV6", "]"}]], "Input", - CellLabel->"In[28]:=", + CellLabel->"In[27]:=", CellID->2051883099,ExpressionUUID->"dbe51a7c-d2e5-4191-9101-7401644ac93a"], Cell[BoxData[ @@ -2836,8 +2901,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[28]=", - CellID->321999915,ExpressionUUID->"568352e1-c29c-49b9-9ca5-6f847553d5ae"] + CellLabel->"Out[27]=", + CellID->691206157,ExpressionUUID->"325317a3-2ce7-4e21-942d-f62330c9d26c"] }, Open ]], Cell[CellGroupData[{ @@ -2849,7 +2914,7 @@ Cell[BoxData[ RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[29]:=", + CellLabel->"In[28]:=", CellID->1355757634,ExpressionUUID->"18991344-1e8f-427a-8aed-ce0431264c3c"], Cell[BoxData[ @@ -3059,8 +3124,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[29]=", - CellID->1276957596,ExpressionUUID->"76afb503-9dd5-4a0b-8f31-7cae8f0ecb2b"] + CellLabel->"Out[28]=", + CellID->168250315,ExpressionUUID->"2b3998d0-5dbc-46f8-837d-d8a6ced3c848"] }, Open ]], Cell[CellGroupData[{ @@ -3071,7 +3136,7 @@ Cell[BoxData[ RowBox[{"ExpGame11", ",", RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", RowBox[{"KernelCoord", "\[Rule]", "ker"}]}], "]"}]}]], "Input", - CellLabel->"In[30]:=", + CellLabel->"In[29]:=", CellID->495405266,ExpressionUUID->"2b66ea17-94b5-4ba1-a92d-b1976cf99ac4"], Cell[BoxData[ @@ -3281,8 +3346,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[30]=", - CellID->624701271,ExpressionUUID->"5b2926b4-c008-4437-9e95-7049e7f175b2"] + CellLabel->"Out[29]=", + CellID->1731221253,ExpressionUUID->"02a8f383-57b8-45f8-8c4d-2f63d157e94f"] }, Open ]], Cell[CellGroupData[{ @@ -3296,7 +3361,7 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "15"}]}], "]"}]}]], "Input", - CellLabel->"In[31]:=", + CellLabel->"In[30]:=", CellID->1966612397,ExpressionUUID->"dec4c497-3d9f-46b0-97ba-ba283be98c71"], Cell[BoxData[ @@ -3513,8 +3578,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=15.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[31]=", - CellID->1087752211,ExpressionUUID->"f6d73244-73c4-40c8-b05f-2b5c364f0f65"] + CellLabel->"Out[30]=", + CellID->2029258599,ExpressionUUID->"80894d88-d78d-4278-9b64-754be9990664"] }, Open ]], Cell[CellGroupData[{ @@ -3531,7 +3596,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "25"}]}], "]"}]}]], "Input", - CellLabel->"In[32]:=", + CellLabel->"In[31]:=", CellID->1727847525,ExpressionUUID->"3229379c-922d-415f-8eb9-d07f2a0f5239"], Cell[BoxData[ @@ -3748,8 +3813,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=25.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[32]=", - CellID->1141669077,ExpressionUUID->"54983cac-49dd-4b73-b094-24943232f49d"] + CellLabel->"Out[31]=", + CellID->2052752452,ExpressionUUID->"2afe40b7-a452-45c5-93b1-69048927e236"] }, Open ]], Cell[CellGroupData[{ @@ -3767,7 +3832,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "7"}]}], "]"}]}]], "Input", - CellLabel->"In[33]:=", + CellLabel->"In[32]:=", CellID->1820944202,ExpressionUUID->"16ae225b-245b-4ac8-86ef-4be3fca4a871"], Cell[BoxData[ @@ -3977,8 +4042,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=7.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[33]=", - CellID->300930423,ExpressionUUID->"8d272966-e881-4454-aeaf-0363674d3909"] + CellLabel->"Out[32]=", + CellID->183275487,ExpressionUUID->"fb0f5049-feef-44e7-995b-1415c8fc59e8"] }, Open ]], Cell[CellGroupData[{ @@ -3997,7 +4062,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "4"}]}]}], "]"}]}]], "Input", - CellLabel->"In[34]:=", + CellLabel->"In[33]:=", CellID->114948879,ExpressionUUID->"5c06f9a0-7f10-4160-bf60-ab15af68088c"], Cell[BoxData[ @@ -4191,8 +4256,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-4.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[34]=", - CellID->543367428,ExpressionUUID->"e8c75ab5-6882-4d67-b8ed-1715493ccb34"] + CellLabel->"Out[33]=", + CellID->660777562,ExpressionUUID->"e45407cf-baa5-4998-aff6-0e47fc8bedf1"] }, Open ]], Cell[CellGroupData[{ @@ -4211,7 +4276,7 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", "10"}]}], "]"}]}]], "Input", - CellLabel->"In[35]:=", + CellLabel->"In[34]:=", CellID->375549424,ExpressionUUID->"4366ee33-fae1-4e69-9a46-35c5d3ba2e21"], Cell[BoxData[ @@ -4419,8 +4484,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=10.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[35]=", - CellID->792680651,ExpressionUUID->"6fd3ac81-a840-413c-8126-70c02b86b9bf"] + CellLabel->"Out[34]=", + CellID->169600348,ExpressionUUID->"ba06c489-8028-4d78-b57f-69ec2d52ba0e"] }, Open ]], Cell[CellGroupData[{ @@ -4439,7 +4504,7 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "10"}]}]}], "]"}]}]], "Input", - CellLabel->"In[36]:=", + CellLabel->"In[35]:=", CellID->24630771,ExpressionUUID->"b17ee8b6-db41-4b49-be8c-974ad017594e"], Cell[BoxData[ @@ -4633,8 +4698,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-10.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[36]=", - CellID->1187043883,ExpressionUUID->"fbfb7435-aa39-4a28-b219-b74b3561ec82"] + CellLabel->"Out[35]=", + CellID->190007669,ExpressionUUID->"f4d60b20-cea6-4afd-b33f-8abcda62289a"] }, Open ]], Cell[CellGroupData[{ @@ -4653,7 +4718,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "18"}]}], "]"}]}]], "Input", - CellLabel->"In[37]:=", + CellLabel->"In[36]:=", CellID->1808823527,ExpressionUUID->"2abfcee4-f6ba-463a-8141-fa03df29a969"], Cell[BoxData[ @@ -4857,8 +4922,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=18.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[37]=", - CellID->325130584,ExpressionUUID->"bdf6e308-a8ba-4b7f-9660-03ffee84198e"] + CellLabel->"Out[36]=", + CellID->664854322,ExpressionUUID->"136f19e4-78b0-457f-a0a0-acf45af8fbe3"] }, Open ]], Cell[CellGroupData[{ @@ -4879,7 +4944,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "5"}]}]}], "]"}]}]], "Input", - CellLabel->"In[38]:=", + CellLabel->"In[37]:=", CellID->13430610,ExpressionUUID->"a16a846b-ac8a-4644-8aea-bafabcf1ff15"], Cell[BoxData[ @@ -5060,8 +5125,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-5.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[38]=", - CellID->1559948817,ExpressionUUID->"e99894b9-1d27-4848-88d9-26a3c92e4376"] + CellLabel->"Out[37]=", + CellID->20146898,ExpressionUUID->"0aea2e4a-621c-4c49-9e8e-f9ab85227872"] }, Open ]], Cell[CellGroupData[{ @@ -5082,7 +5147,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "5"}]}]}], "]"}]}]], "Input", - CellLabel->"In[39]:=", + CellLabel->"In[38]:=", CellID->1782559486,ExpressionUUID->"5e276313-b5c3-46d2-8495-9e56fbdc4098"], Cell[BoxData[ @@ -5266,8 +5331,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-5.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[39]=", - CellID->708870950,ExpressionUUID->"4db9c1cc-b36c-4a65-aaad-f2de7fc667de"] + CellLabel->"Out[38]=", + CellID->317425914,ExpressionUUID->"b2a35289-52c1-4b96-8dd5-ffb54cfa30e3"] }, Open ]], Cell[CellGroupData[{ @@ -5288,7 +5353,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "20"}]}]}], "]"}]}]], "Input", - CellLabel->"In[40]:=", + CellLabel->"In[39]:=", CellID->1882533307,ExpressionUUID->"7caa13b1-4d72-4b79-bc05-a117bbc851ae"], Cell[BoxData[ @@ -5428,8 +5493,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[40]=", - CellID->1991636687,ExpressionUUID->"38df74b7-a677-4a1d-9206-fa878244e91e"] + CellLabel->"Out[39]=", + CellID->1528367017,ExpressionUUID->"57d4afc2-6767-43e4-aa0d-db03bbb6cac7"] }, Open ]], Cell[CellGroupData[{ @@ -5450,7 +5515,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "20"}]}]}], "]"}]}]], "Input", - CellLabel->"In[41]:=", + CellLabel->"In[40]:=", CellID->1652594595,ExpressionUUID->"5c49d700-53c7-4c78-ae14-772b32060f30"], Cell[BoxData[ @@ -5596,8 +5661,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[41]=", - CellID->974913358,ExpressionUUID->"c801e0db-2836-49bd-9d61-7a757f9229de"] + CellLabel->"Out[40]=", + CellID->10772887,ExpressionUUID->"6f7f40f5-5fa1-426a-9751-b76b72c8226c"] }, Open ]], Cell[CellGroupData[{ @@ -5616,7 +5681,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", RowBox[{"-", "20"}]}]}], "]"}]}]], "Input", - CellLabel->"In[42]:=", + CellLabel->"In[41]:=", CellID->1172401694,ExpressionUUID->"4ad959ba-17ff-47e1-a5e8-350f9167d9c2"], Cell[BoxData[ @@ -5769,29 +5834,33 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[42]=", - CellID->1695623282,ExpressionUUID->"51e1aa9a-ca79-40b0-bace-75c4f6c66af0"] + CellLabel->"Out[41]=", + CellID->557871491,ExpressionUUID->"4a896ae3-a026-42bd-8d48-b6ec019bcca9"] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell["Kernel Catchers", "Section", - CellID->1527176322,ExpressionUUID->"81138c29-0211-4b21-a9cc-a5a11f3c3ac5"], +Cell["Weber Set Plot3d", "Section", + CellID->1725922309,ExpressionUUID->"61229144-0ed4-4b91-9aea-6116f0ba4025"], + +Cell["\<\ +Recall that for convex games the Weber set coincides with the core. The Weber \ +set is drawn as an orange polytope.\ +\>", "Text", + CellID->527815352,ExpressionUUID->"518ff2a1-40cf-46d9-8bac-b60407302e35"], Cell[CellGroupData[{ Cell[BoxData[ - RowBox[{"Options", "[", "ShowKernelCatcherV6", "]"}]], "Input", - CellLabel->"In[43]:=", - CellID->1076801145,ExpressionUUID->"f3212bcf-d42e-4bdf-9a91-fa8188ad98d4"], + RowBox[{"Options", "[", "PlotWeberSet3dV6", "]"}]], "Input", + CellLabel->"In[42]:=", + CellID->44489003,ExpressionUUID->"ee7e8fc7-5f31-471c-a82d-11fc7c26094f"], Cell[BoxData[ RowBox[{"{", RowBox[{ - RowBox[{"CriticalValue", "\[Rule]", - RowBox[{"{", "1", "}"}]}], ",", - RowBox[{"EpsStrValues", "\[Rule]", + RowBox[{"HarsanyiValCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"KernelCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", @@ -5807,35 +5876,424 @@ Cell[BoxData[ RowBox[{"PtRadius", "\[Rule]", "0.021`"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", - RowBox[{"ShowCore", "\[Rule]", "False"}], ",", RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", - RowBox[{"ShowLowerSet", "\[Rule]", "False"}], ",", - RowBox[{"ShowStrongEpsCore", "\[Rule]", "False"}], ",", - RowBox[{"ShowUpperSet", "\[Rule]", "True"}], ",", RowBox[{"SyncDim", "\[Rule]", "True"}], ",", + RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", - RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[42]=", + CellID->522418584,ExpressionUUID->"c7304b79-9105-484a-b38c-7c1d730d4b51"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb0", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[43]:=", + CellID->1267833553,ExpressionUUID->"58c99f8c-d5da-4168-b82d-8cd06e0fa118"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}, + AspectRatio->1, + Boxed->True, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellLabel->"Out[43]=", - CellID->32882912,ExpressionUUID->"547ad8b8-43e7-421e-bbb7-dfd0b569f6d8"] + CellID->577054192,ExpressionUUID->"af142698-ee2a-4cb7-92a8-f8c2c9a9ed23"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ - RowBox[{"k1", "=", - RowBox[{"ShowKernelCatcherV6", "[", + RowBox[{"wb1", "=", + RowBox[{"PlotWeberSet3dV6", "[", RowBox[{"ExpGame11", ",", - RowBox[{"ShowLowerSet", "\[Rule]", "True"}], ",", - RowBox[{"ShowUpperSet", "\[Rule]", "True"}]}], "]"}]}]], "Input", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", CellLabel->"In[44]:=", - CellID->735450308,ExpressionUUID->"62aac8b7-bc26-463f-95a1-8e0daa686f99"], + CellID->586600835,ExpressionUUID->"a2d323c3-41b9-40fe-a73d-e4c843691a3c"], Cell[BoxData[ Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, {Thickness[Large], GraphicsComplex3DBox[ NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { @@ -5844,7 +6302,208 @@ Cell[BoxData[ 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { 0, 0.994305052082278, 0.005694947917721941}, { 0.994305052082278, 0, 0.005694947917721941}}], - TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[44]=", + CellID->1748290143,ExpressionUUID->"fbe7fb23-c05c-4e5e-a933-ade6ab4e49bf"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb2", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[45]:=", + CellID->1256217383,ExpressionUUID->"7a76fe79-2605-480a-be3a-86e7ad234809"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, {Thickness[Large], GraphicsComplex3DBox[ NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { @@ -5854,51 +6513,2624 @@ Cell[BoxData[ 0, 0.994305052082278, 0.005694947917721941}, { 0.994305052082278, 0, 0.005694947917721941}}], TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[45]=", + CellID->1619501990,ExpressionUUID->"5df98466-2e3e-45e4-aa6f-92439cafac17"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb3", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[46]:=", + CellID->1114731318,ExpressionUUID->"0cc37bae-60eb-43f3-ae4d-09333c09067c"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{Rational[15657888771, 60101975000], Rational[ - 25970020173, 120203950000], Rational[25439492673, 60101975000]}, { - Rational[15657888771, 60101975000], Rational[ - 25196023479553, 750733769725000], Rational[ - 25439492673, 60101975000]}, { - Rational[15657888771, 60101975000], Rational[ - 25970020173, 120203950000], Rational[ - 361529930935049, 1501467539450000]}, { - Rational[23433180451057, 300293507890000], Rational[ - 25970020173, 120203950000], Rational[25439492673, 60101975000]}}, {{ - 0.2605220339431441, 0.21604964040699162`, 0.4232721582443838}, { - 0.2605220339431441, 0.03356186240134437, 0.4232721582443838}, { - 0.2605220339431441, 0.21604964040699162`, 0.24078438023873658`}, { - 0.07803425593749688, 0.21604964040699162`, 0.4232721582443838}}], + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[46]=", + CellID->978869213,ExpressionUUID->"1a3b0187-cb28-4955-adb5-c600e2725433"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb4", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", + CellLabel->"In[47]:=", + CellID->1389598341,ExpressionUUID->"08d1d5fd-084f-447c-a066-82b078f44d17"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, Rational[14929923371, 13330618055], - Rational[-1599305316, 13330618055]}, { - Rational[14929923371, 13330618055], 0, - Rational[-1599305316, 13330618055]}, { - 0, 0, Rational[-1599305316, 13330618055]}}, {{0, 0, 1}, { - 0, 1.1199723305702347`, -0.11997233057023476`}, { - 1.1199723305702347`, 0, -0.11997233057023476`}, { - 0, 0, -0.11997233057023476`}}], + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, - {RGBColor[1, 0, 0], + {RGBColor[0, 0, 1], SphereBox[ - NCache[{Rational[234862099659, 944829151445], Rational[ - 234862099659, 944829151445], Rational[240242852468, 944829151445]}, { - 0.2485762630204702, 0.2485762630204702, 0.2542712109385894}], 0.021]}}, + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, AspectRatio->1, Boxed->False, ImageMargins->15, ImageSize->{400, 434}, Lighting->(Lighting -> {{"Directional", RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), - PlotLabel->FormBox["\"eps=29.206\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[44]=", - CellID->1697459348,ExpressionUUID->"952d6794-73a0-4c02-9e51-8469308b266f"] + CellLabel->"Out[47]=", + CellID->126030457,ExpressionUUID->"9186240c-9066-47ec-98c9-5ee4b9c3f212"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb5", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", + CellLabel->"In[48]:=", + CellID->1728894143,ExpressionUUID->"5b0db622-89b8-456c-8f6a-276fb232a114"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[48]=", + CellID->1067790343,ExpressionUUID->"5d2e193c-4ac3-4d81-bf4d-e23df6bfb45d"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb6", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[49]:=", + CellID->805370471,ExpressionUUID->"ccf7c62e-65fa-4151-a435-13b8c6be48cb"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[49]=", + CellID->1508225058,ExpressionUUID->"5e58cb89-2bd2-4098-a350-d58ff68cf6ab"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb7", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[51]:=", + CellID->1798466046,ExpressionUUID->"808f1b02-88a4-4238-88de-a4a222d6fe3e"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[51]=", + CellID->1386262899,ExpressionUUID->"83ee823e-c5b8-43ca-901a-92a706d2585d"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb8", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", + CellLabel->"In[52]:=", + CellID->1850237805,ExpressionUUID->"a07a2c28-e1c0-436d-8021-b9024649174e"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[52]=", + CellID->2075241480,ExpressionUUID->"f180a39a-0997-4c44-bb8d-808185072a1b"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb9", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", + CellLabel->"In[53]:=", + CellID->1426333155,ExpressionUUID->"bcb49241-b863-4b3a-a814-d82bb3a20d6a"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[53]=", + CellID->678644007,ExpressionUUID->"4a1f4b88-825d-459d-9f71-e27392a6fdeb"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb10", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[54]:=", + CellID->2029195091,ExpressionUUID->"7bb71ba8-5ea2-4cbe-91b3-4330cecfdbbb"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBlzggz26yKFHttJPxG7Dxafw3w64/+Cx/Y0HnnGO +djfg4udEX89OWXPB/sXMpf/+XTmCoR4m7sZYu/Ca2CW4/M9DjZ+lGA7Zn7zH +OPmj+lOC4nlOf27KbLhqf7vT+uOCCRfsYeZ/ibbc0rhtH1z9o2u3b/5gOQMX +D+CW80+SOmIPc+erSx8/TA0uh4vDzIGJw9yZZPLLuc71IFwcZj66OLp70NXD +3AMTBwBxe6nw + "], Polygon3DBox[{{14, 13, 6}, {6, 11, 2}, {2, 11, 4}, {15, 9, 12}, {12, + 11, 15}, {3, 9, 8}, {13, 11, 6}, {8, 9, 10}, {10, 14, 7}, {14, 6, 7}, { + 8, 2, 1}, {2, 3, 1}, {1, 3, 8}, {10, 16, 14}, {16, 13, 14}, {4, 5, 3}, { + 5, 9, 3}, {4, 11, 12}, {10, 7, 8}, {7, 6, 8}, {8, 6, 2}, {2, 4, 3}, {15, + 11, 13}, {15, 13, 16}, {16, 9, 15}, {10, 9, 16}, {4, 12, 5}, {12, 9, + 5}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[ + NCache[{{Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}}, + AspectRatio->1, + Boxed->True, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[54]=", + CellID->1706906587,ExpressionUUID->"b53a63ec-5c51-45f7-b48a-6cac72444faf"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb11", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[55]:=", + CellID->258939087,ExpressionUUID->"53653f6b-d293-4171-8aef-d3e02f626a4a"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}}, + AspectRatio->1, + Boxed->True, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[55]=", + CellID->1478383159,ExpressionUUID->"d9e32140-9b44-4225-9bda-d4bf7cfb7c24"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb12", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", + RowBox[{"Boxed", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[56]:=", + CellID->1842853785,ExpressionUUID->"6d0e55dc-3d87-4d91-b72e-e6f9dc3b0381"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.21890173566469345`, 0.11997233057023476`}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}}, {{ + 0.2826439454111277, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.6611259337650718, 0.1349332649155342, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}, { + 0.6611259337650718, 0.21890173566469345`, 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, {0.2234920297689881, + 0.2064964783665565, 0.3817817917204533}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[402565090335976207, 2081409376562562500], Rational[ + 178260168189514181, 1040704688281281250], Rational[ + 1008796960491954569, 2081409376562562500]}, {0.19340985721934745`, + 0.17128794575136388`, 0.4846701335409461}], 0.021]}}, + AspectRatio->1, + Boxed->True, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[56]=", + CellID->2070659519,ExpressionUUID->"c287a760-a538-48b0-bc6e-91450b7e18d0"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb13", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ViewSkel", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", + RowBox[{"Boxed", "\[Rule]", "True"}], ",", + RowBox[{"ViewLegend", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[57]:=", + CellID->1032128707,ExpressionUUID->"fc3b5dbe-bf7d-40dc-b159-601df3107d04"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[ + 25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, { + 0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, 0, 1}, { + 0, 0, Rational[25439492673, 60101975000]}}, {{0, 0, 1}, { + 0, 0, 0.4232721582443838}}]], + TubeBox[NCache[{{0, 0, 1}, { + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}}, {{0, 0, 1}, { + 0, 0.6212002352917687, 0.3787997647082313}}]], + TubeBox[NCache[{{0, 0, 1}, { + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}}, {{0, 0, 1}, { + 0.6611259337650718, 0, 0.3388740662349282}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}}, {{0, 0, 0.4232721582443838}, { + 0, 0.2605220339431441, 0.1627501243012397}}]], + TubeBox[NCache[{{0, 0, Rational[25439492673, 60101975000]}, { + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}}, {{0, 0, 0.4232721582443838}, { + 0.2826439454111277, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 45533227977, 120203950000]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[ + 1599305316, 13330618055]}}, {{ + 0, 0.6212002352917687, 0.3787997647082313}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, { + 0, 0.6212002352917687, 0.1627501243012397}}]], + TubeBox[NCache[{{ + 0, Rational[15657888771, 60101975000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}}, {{ + 0, 0.2605220339431441, 0.1627501243012397}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}]], + TubeBox[NCache[{{ + 0, Rational[74670722023, 120203950000], Rational[ + 4890801951, 30050987500]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0, 0.6212002352917687, 0.1627501243012397}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 20367000657, 60101975000]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{ + 0.6611259337650718, 0, 0.3388740662349282}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, { + 0.6611259337650718, 0, 0.14062821283325613`}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[ + 25369617, 4454758387]}}, {{ + 0.2826439454111277, 0, 0.14062821283325613`}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], 0, Rational[ + 4222973934, 30029350789]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[ + 25369617, 4454758387]}}, {{ + 0.6611259337650718, 0, 0.14062821283325613`}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}}, {{0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[1599305316, 13330618055]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.2588274341379965, 0.6212002352917687, 0.11997233057023476`}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 1599305316, 13330618055]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 25369617, 4454758387]}}, {{0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}, {0.6611259337650718, + 0.21890173566469345`, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.2605220339431441, 0.005694947917721941}, { + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 15657888771, 60101975000], Rational[25369617, 4454758387]}, { + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[ + 25369617, 4454758387]}}, {{0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[8745535802703, 55684479837500], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}}, {{ + 0.15705517638351774`, 0.6212002352917687, 0.005694947917721941}, { + 0.2588274341379965, 0.6212002352917687, 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[212190354628443, 750733769725000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[ + 25369617, 4454758387]}}, {{0.2826439454111277, 0.1349332649155342, + 0.005694947917721941}, {0.6611259337650718, 0.1349332649155342, + 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[39734974343, 60101975000], Rational[ + 7508278813755, 55644387012017], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 25369617, 4454758387]}}, {{0.6611259337650718, 0.1349332649155342, + 0.005694947917721941}, {0.6611259337650718, 0.21890173566469345`, + 0.005694947917721941}}]], + TubeBox[NCache[{{ + Rational[34503296666493, 133306180550000], Rational[ + 74670722023, 120203950000], Rational[25369617, 4454758387]}, { + Rational[39734974343, 60101975000], Rational[ + 14590477148613, 66653090275000], Rational[ + 25369617, 4454758387]}}, {{0.2588274341379965, 0.6212002352917687, + 0.005694947917721941}, {0.6611259337650718, 0.21890173566469345`, + 0.005694947917721941}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[ + 25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, { + 0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], Rational[ + 4711922254770259280929, 12341925039265370600000]}, { + 0.2234920297689881, 0.2064964783665565, 0.3817817917204533}], + 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[402565090335976207, 2081409376562562500], Rational[ + 178260168189514181, 1040704688281281250], Rational[ + 1008796960491954569, 2081409376562562500]}, {0.19340985721934745`, + 0.17128794575136388`, 0.4846701335409461}], 0.021]}}, + AspectRatio->1, + Boxed->True, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}], {-1, -1.}, {Left, Bottom}, {2, 2.}], + GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[0.6, 0.4, 0.2], + DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 5.8999999999999995`}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{400., 434.}, + PlotRange->All]], "Output", + CellLabel->"Out[57]=", + CellID->250629096,ExpressionUUID->"a3c25481-56af-4d87-9b94-548e98bdc1b5"] +}, Open ]] +}, Closed]], + +Cell[CellGroupData[{ + +Cell["Kernel Catchers", "Section", + CellID->1527176322,ExpressionUUID->"81138c29-0211-4b21-a9cc-a5a11f3c3ac5"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "ShowKernelCatcherV6", "]"}]], "Input", + CellLabel->"In[58]:=", + CellID->1076801145,ExpressionUUID->"f3212bcf-d42e-4bdf-9a91-fa8188ad98d4"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"CriticalValue", "\[Rule]", + RowBox[{"{", "1", "}"}]}], ",", + RowBox[{"EpsStrValues", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PayoffCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PictureSize", "\[Rule]", + RowBox[{"{", + RowBox[{"400", ",", "434"}], "}"}]}], ",", + RowBox[{"PtRadius", "\[Rule]", "0.021`"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ShowCore", "\[Rule]", "False"}], ",", + RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"ShowLowerSet", "\[Rule]", "False"}], ",", + RowBox[{"ShowStrongEpsCore", "\[Rule]", "False"}], ",", + RowBox[{"ShowUpperSet", "\[Rule]", "True"}], ",", + RowBox[{"SyncDim", "\[Rule]", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[58]=", + CellID->1646633474,ExpressionUUID->"89b7babd-6a19-4000-accb-acb4fb20f419"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"k1", "=", + RowBox[{"ShowKernelCatcherV6", "[", + RowBox[{"ExpGame11", ",", + RowBox[{"ShowLowerSet", "\[Rule]", "True"}], ",", + RowBox[{"ShowUpperSet", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[59]:=", + CellID->735450308,ExpressionUUID->"62aac8b7-bc26-463f-95a1-8e0daa686f99"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, { + 0, Rational[4429388770, 4454758387], Rational[25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, {0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{Rational[15657888771, 60101975000], Rational[ + 25970020173, 120203950000], Rational[25439492673, 60101975000]}, { + Rational[15657888771, 60101975000], Rational[ + 25196023479553, 750733769725000], Rational[ + 25439492673, 60101975000]}, { + Rational[15657888771, 60101975000], Rational[ + 25970020173, 120203950000], Rational[ + 361529930935049, 1501467539450000]}, { + Rational[23433180451057, 300293507890000], Rational[ + 25970020173, 120203950000], Rational[25439492673, 60101975000]}}, {{ + 0.2605220339431441, 0.21604964040699162`, 0.4232721582443838}, { + 0.2605220339431441, 0.03356186240134437, 0.4232721582443838}, { + 0.2605220339431441, 0.21604964040699162`, 0.24078438023873658`}, { + 0.07803425593749688, 0.21604964040699162`, 0.4232721582443838}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, { + 0, Rational[14929923371, 13330618055], + Rational[-1599305316, 13330618055]}, { + Rational[14929923371, 13330618055], 0, + Rational[-1599305316, 13330618055]}, { + 0, 0, Rational[-1599305316, 13330618055]}}, {{0, 0, 1}, { + 0, 1.1199723305702347`, -0.11997233057023476`}, { + 1.1199723305702347`, 0, -0.11997233057023476`}, { + 0, 0, -0.11997233057023476`}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[234862099659, 944829151445], Rational[ + 234862099659, 944829151445], Rational[240242852468, 944829151445]}, { + 0.2485762630204702, 0.2485762630204702, 0.2542712109385894}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + PlotLabel->FormBox["\"eps=29.206\"", TraditionalForm], + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[59]=", + CellID->1654397124,ExpressionUUID->"30cae2b1-a06e-42ac-b306-9c971a882357"] }, Open ]], Cell[CellGroupData[{ @@ -5921,7 +9153,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[45]:=", + CellLabel->"In[60]:=", CellID->1239401966,ExpressionUUID->"4d604bba-9ad0-4a42-9d0f-e6398dfacd27"], Cell[BoxData[ @@ -5929,8 +9161,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[45]:=", - CellID->1587062920,ExpressionUUID->"91703be8-fc5b-4b68-bd4f-ade46e3fd8b2"], + CellLabel->"During evaluation of In[60]:=", + CellID->132404047,ExpressionUUID->"c9b72a1f-b8af-4fde-8f73-a828918a4e08"], Cell[BoxData[ Graphics3DBox[{ @@ -6068,8 +9300,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=29.206\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[45]=", - CellID->270184422,ExpressionUUID->"3aabcca1-9c01-4972-82a7-625911d7c92d"] + CellLabel->"Out[60]=", + CellID->1551902278,ExpressionUUID->"e3af8c5c-093a-4e9a-b27c-4747b63d54f4"] }, Open ]], Cell[CellGroupData[{ @@ -6092,7 +9324,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[46]:=", + CellLabel->"In[61]:=", CellID->1037977633,ExpressionUUID->"a6c9217a-58ec-447e-a954-438634d91f6b"], Cell[BoxData[ @@ -6100,8 +9332,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[46]:=", - CellID->1745277938,ExpressionUUID->"ed936119-83e0-433d-a0e6-061084499893"], + CellLabel->"During evaluation of In[61]:=", + CellID->1837672611,ExpressionUUID->"7fb9c79c-7e02-47c7-bdc8-9ab97c50257a"], Cell[BoxData[ Graphics3DBox[{ @@ -6317,8 +9549,8 @@ DgDbW/cU PlotLabel->FormBox["\"eps=29.206\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[46]=", - CellID->1920740198,ExpressionUUID->"137d0f25-f7b2-4749-9341-c9065bbf8967"] + CellLabel->"Out[61]=", + CellID->793181609,ExpressionUUID->"f1d873f2-03be-44b9-9bd9-a4066f59629b"] }, Open ]], Cell[CellGroupData[{ @@ -6340,7 +9572,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[47]:=", + CellLabel->"In[62]:=", CellID->711438187,ExpressionUUID->"bba53ff7-2049-41bb-8ed9-23a436f7b91e"], Cell[BoxData[ @@ -6348,8 +9580,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[47]:=", - CellID->1639377246,ExpressionUUID->"8d5613c7-a028-4cc5-b668-32ebaa97cb31"], + CellLabel->"During evaluation of In[62]:=", + CellID->1721502627,ExpressionUUID->"deab3eb7-2989-4224-9367-c3d88a96e6de"], Cell[BoxData[ Graphics3DBox[{ @@ -6574,8 +9806,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[47]=", - CellID->1807344043,ExpressionUUID->"a449a939-813f-4c76-99c7-f2d9542774d6"] + CellLabel->"Out[62]=", + CellID->2027680281,ExpressionUUID->"027f307d-bc59-4f92-a9d0-3169a9a797e1"] }, Open ]], Cell[CellGroupData[{ @@ -6597,7 +9829,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[48]:=", + CellLabel->"In[63]:=", CellID->392342494,ExpressionUUID->"bbda9965-6429-41d2-aeb9-87edf7531e85"], Cell[BoxData[ @@ -6605,8 +9837,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[48]:=", - CellID->701853279,ExpressionUUID->"ad3fe2b9-fcca-4a15-84f6-c70072ad5b7d"], + CellLabel->"During evaluation of In[63]:=", + CellID->1458035932,ExpressionUUID->"fd8d9aac-57ca-47df-a373-f2c19ca867ff"], Cell[BoxData[ Graphics3DBox[{ @@ -6831,8 +10063,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[48]=", - CellID->512023604,ExpressionUUID->"f414d69e-755f-4086-af70-60d92729a566"] + CellLabel->"Out[63]=", + CellID->1741649525,ExpressionUUID->"fd49d4f0-5ad3-4f29-8940-e23d3a6337e7"] }, Open ]], Cell[CellGroupData[{ @@ -6854,7 +10086,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[49]:=", + CellLabel->"In[64]:=", CellID->416973265,ExpressionUUID->"2803376c-dea7-4b9c-9032-15b89d5babaf"], Cell[BoxData[ @@ -6862,8 +10094,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[49]:=", - CellID->1456681940,ExpressionUUID->"1ddc8268-7d04-4f70-9ca4-4014e1e37441"], + CellLabel->"During evaluation of In[64]:=", + CellID->197622547,ExpressionUUID->"d0d69359-19f1-4893-9fe2-9c58110f2673"], Cell[BoxData[ Graphics3DBox[{ @@ -7105,8 +10337,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[49]=", - CellID->1043579766,ExpressionUUID->"1142b997-a837-410c-ab11-de3e2f3dcb37"] + CellLabel->"Out[64]=", + CellID->838919301,ExpressionUUID->"453a63f5-a7c3-4111-9cea-b8a582dbc209"] }, Open ]], Cell[CellGroupData[{ @@ -7129,7 +10361,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[50]:=", + CellLabel->"In[65]:=", CellID->1019872012,ExpressionUUID->"692108dd-a75d-48ac-af59-391df2d9e177"], Cell[BoxData[ @@ -7137,8 +10369,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[50]:=", - CellID->1514656976,ExpressionUUID->"e8123144-5f6c-4318-959f-849966beb59e"], + CellLabel->"During evaluation of In[65]:=", + CellID->1752422413,ExpressionUUID->"1b2d4293-70e4-44df-85f7-2ab0e3d5a8a6"], Cell[BoxData[ Graphics3DBox[{ @@ -7318,8 +10550,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[50]=", - CellID->1744751954,ExpressionUUID->"2feb430c-ae22-4d10-b140-06b8e0f2c10e"] + CellLabel->"Out[65]=", + CellID->755494038,ExpressionUUID->"6fd82f8d-06c1-4769-b4b4-bfe6cdbd437e"] }, Open ]], Cell[CellGroupData[{ @@ -7342,7 +10574,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[51]:=", + CellLabel->"In[66]:=", CellID->654947850,ExpressionUUID->"4a532203-c718-4438-b1f2-c5bfc2e0aaaf"], Cell[BoxData[ @@ -7350,8 +10582,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[51]:=", - CellID->255352491,ExpressionUUID->"0930f4bc-f4b2-4bdb-90d8-671b2fa534c3"], + CellLabel->"During evaluation of In[66]:=", + CellID->1361337885,ExpressionUUID->"aa45ebae-1b0a-4128-86e3-f1e1834def85"], Cell[BoxData[ Graphics3DBox[{ @@ -7578,8 +10810,8 @@ X3RzYO75Em25pXHbPgz3wMQBFcTOkg== PlotLabel->FormBox["\"eps=-10.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[51]=", - CellID->1214950469,ExpressionUUID->"5951f348-68d6-4b7c-a2d3-9a0b163e9a97"] + CellLabel->"Out[66]=", + CellID->181992957,ExpressionUUID->"57992473-c7a6-43ec-ba05-1e165c59d41f"] }, Open ]], Cell[CellGroupData[{ @@ -7602,7 +10834,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[52]:=", + CellLabel->"In[67]:=", CellID->334911814,ExpressionUUID->"261f7d10-42ae-4838-8127-daec26f05d9f"], Cell[BoxData[ @@ -7610,8 +10842,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[52]:=", - CellID->2066751869,ExpressionUUID->"0671624a-e36b-4765-a406-e2392a8870d6"], + CellLabel->"During evaluation of In[67]:=", + CellID->356300534,ExpressionUUID->"b927e7e8-95c1-45a0-b3de-529bc966bf31"], Cell[BoxData[ Graphics3DBox[{ @@ -7794,8 +11026,8 @@ qOCDPQAP5Knw PlotLabel->FormBox["\"eps=-20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[52]=", - CellID->1532310088,ExpressionUUID->"3564c02d-2133-47c2-8ee0-91fac400897b"] + CellLabel->"Out[67]=", + CellID->833356228,ExpressionUUID->"493bf586-8abe-4a47-bbf5-746e1c15ad81"] }, Open ]], Cell[CellGroupData[{ @@ -7817,7 +11049,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[53]:=", + CellLabel->"In[68]:=", CellID->1507313508,ExpressionUUID->"6337a250-aa0b-40ba-993d-448ca2496c28"], Cell[BoxData[ @@ -7825,8 +11057,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[53]:=", - CellID->1839651740,ExpressionUUID->"2e559320-6a50-4da2-9c7b-90a43c29f796"], + CellLabel->"During evaluation of In[68]:=", + CellID->1160862170,ExpressionUUID->"f7f2aa13-b69d-45ba-9505-f065eb029575"], Cell[BoxData[ Graphics3DBox[{ @@ -8071,8 +11303,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[53]=", - CellID->1007020432,ExpressionUUID->"f2c5cf02-bee9-4c84-b9b8-8c664f47bbaf"] + CellLabel->"Out[68]=", + CellID->482330991,ExpressionUUID->"7eaa5fd0-3b7d-4a03-9c18-5aaf71bcf9a7"] }, Open ]], Cell[CellGroupData[{ @@ -8094,7 +11326,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[54]:=", + CellLabel->"In[69]:=", CellID->436631006,ExpressionUUID->"042c9692-b573-4849-8728-a37e1d638855"], Cell[BoxData[ @@ -8102,8 +11334,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[54]:=", - CellID->526495517,ExpressionUUID->"fd5e48fa-2f49-4f41-822c-ab4b542e46f7"], + CellLabel->"During evaluation of In[69]:=", + CellID->1901146571,ExpressionUUID->"e6889c3c-494f-441c-a631-2cd924116bc3"], Cell[BoxData[ Graphics3DBox[{ @@ -8336,8 +11568,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[54]=", - CellID->2140582163,ExpressionUUID->"4c1e6dea-1af9-47f7-aa1e-9c4bebb111c2"] + CellLabel->"Out[69]=", + CellID->521603580,ExpressionUUID->"7c599dce-2d91-4e90-9df5-302d97871ab2"] }, Open ]], Cell[CellGroupData[{ @@ -8359,7 +11591,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[55]:=", + CellLabel->"In[70]:=", CellID->756544194,ExpressionUUID->"cc3b2ba7-4536-49e6-b096-fb30d94b5e63"], Cell[BoxData[ @@ -8367,8 +11599,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[55]:=", - CellID->1550387860,ExpressionUUID->"b6b18006-e730-4792-bf56-666929ff8f15"], + CellLabel->"During evaluation of In[70]:=", + CellID->738446034,ExpressionUUID->"8ef76698-c38f-4984-9daf-1c87061366ec"], Cell[BoxData[ Graphics3DBox[{ @@ -8596,8 +11828,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[55]=", - CellID->1319176168,ExpressionUUID->"fc8ee287-3bb6-4b55-927a-0b3171516888"] + CellLabel->"Out[70]=", + CellID->1755624008,ExpressionUUID->"f59950ca-f2d4-42c0-af8c-981af0698152"] }, Open ]], Cell[CellGroupData[{ @@ -8619,7 +11851,7 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "mnuc"}]}], "]"}]}]], "Input", - CellLabel->"In[56]:=", + CellLabel->"In[71]:=", CellID->895586132,ExpressionUUID->"e3ed7aaa-325a-4ea6-b026-2703de059380"], Cell[BoxData[ @@ -8627,8 +11859,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[56]:=", - CellID->1180142398,ExpressionUUID->"365cb757-61ba-46c0-93c8-871b43b519bb"], + CellLabel->"During evaluation of In[71]:=", + CellID->1907866479,ExpressionUUID->"7261f3fb-f9aa-4848-8589-4caaf1ca1e12"], Cell[BoxData[ Graphics3DBox[{ @@ -8844,8 +12076,8 @@ AwC4bvaI PlotLabel->FormBox["\"eps=20.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[56]=", - CellID->1875518445,ExpressionUUID->"0c6f88e1-223c-481c-8e34-a7bebf5bb0f8"] + CellLabel->"Out[71]=", + CellID->666203866,ExpressionUUID->"0ddce4ac-41c3-48b3-8cd2-643723fd5622"] }, Open ]], Cell[CellGroupData[{ @@ -8867,7 +12099,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "->", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[57]:=", + CellLabel->"In[72]:=", CellID->1476822693,ExpressionUUID->"d3830349-8f22-4663-8400-cb0c23b8b0c9"], Cell[BoxData[ @@ -8875,8 +12107,8 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[57]:=", - CellID->731641338,ExpressionUUID->"355913cc-a5fd-4a68-9943-54f38d0d36ed"], + CellLabel->"During evaluation of In[72]:=", + CellID->286784367,ExpressionUUID->"b4af325b-3f42-4d8f-8edb-582b06c47de3"], Cell[BoxData[ Graphics3DBox[{ @@ -9112,8 +12344,8 @@ ACv65ys= PlotLabel->FormBox["\"eps=15.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[57]=", - CellID->1889013349,ExpressionUUID->"581cb10f-54a5-4d1a-83c7-ec51a42ee3c4"] + CellLabel->"Out[72]=", + CellID->1467289418,ExpressionUUID->"33d4df85-9b53-425b-b4d7-bf0297a1db02"] }, Open ]] }, Closed]], @@ -9145,7 +12377,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "AnimationKernelPropertyV6", "]"}]], "Input", - CellLabel->"In[58]:=", + CellLabel->"In[73]:=", CellID->322210052,ExpressionUUID->"417b72b3-5159-478c-bc52-13922fe34c4a"], Cell[BoxData[ @@ -9189,8 +12421,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[58]=", - CellID->1719671484,ExpressionUUID->"0307e5c9-00cc-4f60-a4c7-875b14299363"] + CellLabel->"Out[73]=", + CellID->2144587025,ExpressionUUID->"8f3b0d93-49e2-4cf9-9145-b91b654a508f"] }, Open ]], Cell["\<\ @@ -9244,7 +12476,7 @@ Cell[BoxData[ RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", RowBox[{"ShowCore", "\[Rule]", "True"}]}], "]"}], "]"}]}], ";"}]], "Input", - CellLabel->"In[59]:=", + CellLabel->"In[74]:=", CellID->2030884443,ExpressionUUID->"9cfd4de3-4c29-4e7d-b517-0ac1c38c5cd8"], Cell["\<\ @@ -9257,23 +12489,23 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "a1", "]"}]], "Input", - CellLabel->"In[60]:=", + CellLabel->"In[75]:=", CellID->1042175798,ExpressionUUID->"fd3f0643-9e23-420f-90cc-a69b9faa33de"], Cell[BoxData["245"], "Output", - CellLabel->"Out[60]=", - CellID->1706554696,ExpressionUUID->"c6f844bd-d5d3-427a-b600-73ee70b55466"] + CellLabel->"Out[75]=", + CellID->209960238,ExpressionUUID->"590d60f8-64ed-47a4-bcb2-3b65c6217c1d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData["time1"], "Input", - CellLabel->"In[61]:=", + CellLabel->"In[76]:=", CellID->1495648307,ExpressionUUID->"f98cf65a-a4e8-49d1-ad99-561a2530ea8c"], -Cell[BoxData["5.710639`"], "Output", - CellLabel->"Out[61]=", - CellID->1437152983,ExpressionUUID->"8facfe0a-8e96-40ef-834b-9d252502483b"] +Cell[BoxData["3.907325`"], "Output", + CellLabel->"Out[76]=", + CellID->1717918515,ExpressionUUID->"63252b1f-34f1-4d69-bcb1-472d4b649a8e"] }, Open ]], Cell["\<\ @@ -9291,13 +12523,13 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ListAnimate", "[", RowBox[{"a1", ",", "1"}], "]"}]], "Input", - CellLabel->"In[62]:=", + CellLabel->"In[77]:=", CellID->650898299,ExpressionUUID->"81fc1f63-4f29-424b-9b2a-b6892461f6a6"], Cell[BoxData[ TagBox[ StyleBox[ - DynamicModuleBox[{$CellContext`i11$$ = 228, Typeset`show$$ = True, + DynamicModuleBox[{$CellContext`i11$$ = 194, Typeset`show$$ = True, Typeset`bookmarkList$$ = { "\"min\"" :> {$CellContext`i11$$ = 1}, "\"max\"" :> {$CellContext`i11$$ = 245}}, Typeset`bookmarkMode$$ = @@ -9316,10 +12548,10 @@ Cell[BoxData[ {"\<\"\"\>", AnimatorBox[Dynamic[$CellContext`i11$$], {1, 245, 1}, AnimationDirection->ForwardBackward, - AnimationRate->28.421709430404007`, + AnimationRate->18.189894035458565`, AnimationRunTime->0., AnimationRunning->False, - AnimationTimeIndex->8.010351169243176, + AnimationTimeIndex->10.65564498880898, AppearanceElements->{ "ProgressSlider", "PlayPauseButton", "FasterSlowerButtons", @@ -18380,8 +21612,9 @@ AC3l4U8= TubeBox[{{0., 0., 1.1827733614411173`}, {-0.18277336144111736`, 0., 1.1827733614411173`}}], - TubeBox[{{0., -0.18277336144111736`, 1.1827733614411173`}, - {-0.18277336144111736`, 0., 1.1827733614411173`}}]}, + TubeBox[{{0., -0.18277336144111736`, + 1.1827733614411173`}, {-0.18277336144111736`, 0., + 1.1827733614411173`}}]}, {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ @@ -24997,9 +28230,8 @@ qOCDPQAP5Knw {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {Thickness[Large], GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ 25369617, 4454758387]}, { Rational[4429388770, 4454758387], 0, Rational[ 25369617, 4454758387]}}, {{0, 0, 1}, { @@ -35839,8 +39071,9 @@ nP7clNlwFcO/MHF4OEPNufHAM87R7gZGeMLEGdBA3eVnL2fXf8CIL5g4evzC xAErJvzB "], { {Thickness[0.0085], - TubeBox[{{-0.031154550245645007`, 0., 0.4232721582443838}, - {0., -0.031154550245645007`, 0.4232721582443838}}], + TubeBox[{{-0.031154550245645007`, 0., + 0.4232721582443838}, {0., -0.031154550245645007`, + 0.4232721582443838}}], TubeBox[{{-0.031154550245645007`, 0., 0.4232721582443838}, {-0.031154550245645007`, 0.2605220339431441, 0.1627501243012397}}], @@ -37297,8 +40530,9 @@ BwCjuOkl 0.4232721582443838}, { 0.2826439454111277, -0.018692730147387003`, 0.14062821283325613`}}], - TubeBox[{{0., -0.018692730147387003`, 0.4232721582443838}, - {0., -0.018692730147387003`, 1.018692730147387}}], + TubeBox[{{0., -0.018692730147387003`, + 0.4232721582443838}, {0., -0.018692730147387003`, + 1.018692730147387}}], TubeBox[{{-0.018692730147387003`, 0.2605220339431441, 0.1627501243012397}, {-0.018692730147387003`, 0.6398929654391557, 0.1627501243012397}}], @@ -42824,10 +46058,10 @@ qOCDPQAP5Knw Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, 14}, - {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, 13, - 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, {8, - 13, 3}, {12, 13, 6}}]]}, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, + 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { + 8, 13, 3}, {12, 13, 6}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL @@ -44449,9 +47683,9 @@ YS9YY3+70/rjggkX4PbCxAO45fyTpI5giMPMSTL55VznehAuDnMPujjMHJh/ SphereBox[ NCache[{ Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[ - 2265433619, 8909516774]}, {0.2485762630205695, - 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + 2214694385, 8909516774], Rational[2265433619, 8909516774]} + , {0.2485762630205695, 0.2485762630205695, + 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -55314,195 +58548,194 @@ qOCDPQAP5Knw ImageSize->{400, 434}, Lighting->(Lighting -> {{"Directional", RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), - PlotLabel->FormBox["\"eps=-15.4\"", TraditionalForm], - ViewCenter->{0.35, 0.35, 0.3}, - ViewPoint->{1.714, 2.478, 1.54}], 204-> - Graphics3DBox[{{ - {Thickness[Large], - GraphicsComplex3DBox[{{0.16200366127735402`, - 0.16200366127735402`, 0.5139890161679379}, { - 0.16200366127735402`, 0.16200366127735402`, - 0.2612684969670298}, {0.16200366127735402`, - 0.25557354904930785`, 0.16769860919507598`}, { - 0.16200366127735402`, 0.45919657401441466`, - 0.21679610343087727`}, {0.16200366127735402`, - 0.45919657401441466`, 0.16769860919507598`}, { - 0.49912227248771773`, 0.16200366127735402`, - 0.1768704049575742}, {0.49912227248771773`, - 0.16200366127735402`, 0.16769860919507598`}, { - 0.25557354904930785`, 0.16200366127735402`, - 0.16769860919507598`}, {0.21110115551315534`, - 0.45919657401441466`, 0.16769860919507598`}, { - 0.49912227248771773`, 0.17117545703985224`, - 0.16769860919507598`}}, { - {Thickness[0.0085], - TubeBox[{{0.16200366127735402`, 0.16200366127735402`, - 0.5139890161679379}, {0.16200366127735402`, - 0.16200366127735402`, 0.2612684969670298}}], - TubeBox[{{0.16200366127735402`, 0.16200366127735402`, - 0.5139890161679379}, {0.16200366127735402`, - 0.45919657401441466`, 0.21679610343087727`}}], - TubeBox[{{0.16200366127735402`, 0.16200366127735402`, - 0.5139890161679379}, {0.49912227248771773`, - 0.16200366127735402`, 0.1768704049575742}}], - TubeBox[{{0.16200366127735402`, 0.16200366127735402`, - 0.2612684969670298}, {0.16200366127735402`, - 0.25557354904930785`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.16200366127735402`, - 0.2612684969670298}, {0.25557354904930785`, - 0.16200366127735402`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.25557354904930785`, - 0.16769860919507598`}, {0.16200366127735402`, - 0.45919657401441466`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.25557354904930785`, - 0.16769860919507598`}, {0.25557354904930785`, - 0.16200366127735402`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.45919657401441466`, - 0.21679610343087727`}, {0.16200366127735402`, - 0.45919657401441466`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.45919657401441466`, - 0.21679610343087727`}, {0.21110115551315534`, - 0.45919657401441466`, 0.16769860919507598`}}], - TubeBox[{{0.16200366127735402`, 0.45919657401441466`, - 0.16769860919507598`}, {0.21110115551315534`, - 0.45919657401441466`, 0.16769860919507598`}}], - TubeBox[{{0.49912227248771773`, 0.16200366127735402`, - 0.1768704049575742}, {0.49912227248771773`, - 0.16200366127735402`, 0.16769860919507598`}}], - TubeBox[{{0.49912227248771773`, 0.16200366127735402`, - 0.1768704049575742}, {0.49912227248771773`, - 0.17117545703985224`, 0.16769860919507598`}}], - TubeBox[{{0.49912227248771773`, 0.16200366127735402`, - 0.16769860919507598`}, {0.25557354904930785`, - 0.16200366127735402`, 0.16769860919507598`}}], - TubeBox[{{0.49912227248771773`, 0.16200366127735402`, - 0.16769860919507598`}, {0.49912227248771773`, - 0.17117545703985224`, 0.16769860919507598`}}], - TubeBox[{{0.21110115551315534`, 0.45919657401441466`, - 0.16769860919507598`}, {0.49912227248771773`, - 0.17117545703985224`, 0.16769860919507598`}}]}, - {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, - {RGBColor[1, 0, 0], - SphereBox[ - NCache[{ - Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[ - 2265433619, 8909516774]}, {0.2485762630205695, - 0.2485762630205695, 0.25427121093829147`}], 0.021]}, - {RGBColor[0, 0, 1], - SphereBox[ - NCache[{ - Rational[551664375656423187653, 2468385007853074120000], - Rational[101942562274892938093, 493677001570614824000], - Rational[ - 4711922254770259280929, 12341925039265370600000]}, { - 0.2234920297689881, 0.2064964783665565, - 0.3817817917204533}], 0.021]}}, { - {RGBColor[1, 1, 0], Opacity[0.4], - GraphicsComplex3DBox[CompressedData[" -1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A -xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL -GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z -D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di -qOCDPQAP5Knw - "], - Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, - 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, - 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, - 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, - 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, - 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { - 8, 13, 3}, {12, 13, 6}}]]}, - {Thickness[Large], GraphicsComplex3DBox[CompressedData[" -1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A -xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL -GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z -D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di -qOCDPQAP5Knw - "], { - {Thickness[0.0085], - TubeBox[{{0., 0., 0.4232721582443838}, {0., - 0.2605220339431441, 0.1627501243012397}}], - TubeBox[{{0., 0., 0.4232721582443838}, { - 0.2826439454111277, 0., 0.14062821283325613`}}], - TubeBox[{{0., 0., 0.4232721582443838}, {0., 0., 1.}}], - TubeBox[{{0., 0.2605220339431441, 0.1627501243012397}, { - 0., 0.6212002352917687, 0.1627501243012397}}], - TubeBox[{{0., 0.2605220339431441, 0.1627501243012397}, { - 0.15705517638351774`, 0.2605220339431441, - 0.005694947917721941}}], - TubeBox[{{0., 0.6212002352917687, 0.1627501243012397}, { - 0.15705517638351774`, 0.6212002352917687, - 0.005694947917721941}}], - TubeBox[{{0., 0.6212002352917687, 0.1627501243012397}, { - 0., 0.6212002352917687, 0.3787997647082313}}], - TubeBox[{{0.2826439454111277, 0., 0.14062821283325613`}, { - 0.6611259337650718, 0., 0.14062821283325613`}}], - TubeBox[{{0.2826439454111277, 0., 0.14062821283325613`}, { - 0.2826439454111277, 0.1349332649155342, - 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0., 0.14062821283325613`}, { - 0.6611259337650718, 0.1349332649155342, - 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0., 0.14062821283325613`}, { - 0.6611259337650718, 0., 0.3388740662349282}}], - TubeBox[{{0.6611259337650718, 0.21890173566469345`, - 0.005694947917721941}, {0.2588274341379965, - 0.6212002352917687, 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0.21890173566469345`, - 0.005694947917721941}, {0.6611259337650718, - 0.1349332649155342, 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0.21890173566469345`, - 0.005694947917721941}, {0.6611259337650718, - 0.21890173566469345`, 0.11997233057023476`}}], - TubeBox[{{0.2588274341379965, 0.6212002352917687, - 0.005694947917721941}, {0.15705517638351774`, - 0.6212002352917687, 0.005694947917721941}}], - TubeBox[{{0.2588274341379965, 0.6212002352917687, - 0.005694947917721941}, {0.2588274341379965, - 0.6212002352917687, 0.11997233057023476`}}], - TubeBox[{{0.15705517638351774`, 0.6212002352917687, - 0.005694947917721941}, {0.15705517638351774`, - 0.2605220339431441, 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0.1349332649155342, - 0.005694947917721941}, {0.2826439454111277, - 0.1349332649155342, 0.005694947917721941}}], - TubeBox[{{0.2826439454111277, 0.1349332649155342, - 0.005694947917721941}, {0.15705517638351774`, - 0.2605220339431441, 0.005694947917721941}}], - TubeBox[{{0.6611259337650718, 0.21890173566469345`, - 0.11997233057023476`}, {0.2588274341379965, - 0.6212002352917687, 0.11997233057023476`}}], - TubeBox[{{0.6611259337650718, 0.21890173566469345`, - 0.11997233057023476`}, {0.6611259337650718, 0., - 0.3388740662349282}}], - TubeBox[{{0.2588274341379965, 0.6212002352917687, - 0.11997233057023476`}, {0., 0.6212002352917687, - 0.3787997647082313}}], - TubeBox[{{0.6611259337650718, 0., 0.3388740662349282}, { - 0., 0., 1.}}], - TubeBox[{{0., 0.6212002352917687, 0.3787997647082313}, { - 0., 0., 1.}}]}, - {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, - {Thickness[Large], - GraphicsComplex3DBox[ - NCache[{{0, 0, 1}, { - 0, 0, Rational[25369617, 4454758387]}, { - 0, Rational[4429388770, 4454758387], Rational[ - 25369617, 4454758387]}, { - Rational[4429388770, 4454758387], 0, Rational[ - 25369617, 4454758387]}}, {{0, 0, 1}, { - 0, 0, 0.005694947917721941}, { - 0, 0.994305052082278, 0.005694947917721941}, { - 0.994305052082278, 0, 0.005694947917721941}}], - TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, - 3, 4}}]]}}}, - AspectRatio->1, - Boxed->False, - ImageMargins->15, - ImageSize->{400, 434}, - Lighting->(Lighting -> {{"Directional", - RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + PlotLabel->FormBox["\"eps=-15.4\"", TraditionalForm], + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}], 204-> + Graphics3DBox[{{ + {Thickness[Large], + GraphicsComplex3DBox[{{0.16200366127735402`, + 0.16200366127735402`, 0.5139890161679379}, { + 0.16200366127735402`, 0.16200366127735402`, + 0.2612684969670298}, {0.16200366127735402`, + 0.25557354904930785`, 0.16769860919507598`}, { + 0.16200366127735402`, 0.45919657401441466`, + 0.21679610343087727`}, {0.16200366127735402`, + 0.45919657401441466`, 0.16769860919507598`}, { + 0.49912227248771773`, 0.16200366127735402`, + 0.1768704049575742}, {0.49912227248771773`, + 0.16200366127735402`, 0.16769860919507598`}, { + 0.25557354904930785`, 0.16200366127735402`, + 0.16769860919507598`}, {0.21110115551315534`, + 0.45919657401441466`, 0.16769860919507598`}, { + 0.49912227248771773`, 0.17117545703985224`, + 0.16769860919507598`}}, { + {Thickness[0.0085], + TubeBox[{{0.16200366127735402`, 0.16200366127735402`, + 0.5139890161679379}, {0.16200366127735402`, + 0.16200366127735402`, 0.2612684969670298}}], + TubeBox[{{0.16200366127735402`, 0.16200366127735402`, + 0.5139890161679379}, {0.16200366127735402`, + 0.45919657401441466`, 0.21679610343087727`}}], + TubeBox[{{0.16200366127735402`, 0.16200366127735402`, + 0.5139890161679379}, {0.49912227248771773`, + 0.16200366127735402`, 0.1768704049575742}}], + TubeBox[{{0.16200366127735402`, 0.16200366127735402`, + 0.2612684969670298}, {0.16200366127735402`, + 0.25557354904930785`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.16200366127735402`, + 0.2612684969670298}, {0.25557354904930785`, + 0.16200366127735402`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.25557354904930785`, + 0.16769860919507598`}, {0.16200366127735402`, + 0.45919657401441466`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.25557354904930785`, + 0.16769860919507598`}, {0.25557354904930785`, + 0.16200366127735402`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.45919657401441466`, + 0.21679610343087727`}, {0.16200366127735402`, + 0.45919657401441466`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.45919657401441466`, + 0.21679610343087727`}, {0.21110115551315534`, + 0.45919657401441466`, 0.16769860919507598`}}], + TubeBox[{{0.16200366127735402`, 0.45919657401441466`, + 0.16769860919507598`}, {0.21110115551315534`, + 0.45919657401441466`, 0.16769860919507598`}}], + TubeBox[{{0.49912227248771773`, 0.16200366127735402`, + 0.1768704049575742}, {0.49912227248771773`, + 0.16200366127735402`, 0.16769860919507598`}}], + TubeBox[{{0.49912227248771773`, 0.16200366127735402`, + 0.1768704049575742}, {0.49912227248771773`, + 0.17117545703985224`, 0.16769860919507598`}}], + TubeBox[{{0.49912227248771773`, 0.16200366127735402`, + 0.16769860919507598`}, {0.25557354904930785`, + 0.16200366127735402`, 0.16769860919507598`}}], + TubeBox[{{0.49912227248771773`, 0.16200366127735402`, + 0.16769860919507598`}, {0.49912227248771773`, + 0.17117545703985224`, 0.16769860919507598`}}], + TubeBox[{{0.21110115551315534`, 0.45919657401441466`, + 0.16769860919507598`}, {0.49912227248771773`, + 0.17117545703985224`, 0.16769860919507598`}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{ + Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[ + 2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{ + Rational[551664375656423187653, 2468385007853074120000], + Rational[101942562274892938093, 493677001570614824000], + Rational[ + 4711922254770259280929, 12341925039265370600000]}, { + 0.2234920297689881, 0.2064964783665565, + 0.3817817917204533}], 0.021]}}, { + {RGBColor[1, 1, 0], Opacity[0.4], + GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A +xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL +GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z +D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di +qOCDPQAP5Knw + "], + Polygon3DBox[{{6, 13, 7}, {7, 10, 6}, {14, 13, 12}, {1, + 16, 14}, {1, 15, 16}, {16, 15, 14}, {12, 6, 9}, {6, 10, + 9}, {9, 5, 12}, {9, 4, 5}, {10, 11, 4}, {7, 13, 8}, {8, + 11, 7}, {9, 10, 4}, {2, 11, 8}, {15, 13, 14}, {12, 5, + 14}, {5, 4, 14}, {4, 11, 1}, {1, 11, 2}, {3, 15, 2}, {3, + 13, 15}, {2, 15, 1}, {14, 4, 1}, {7, 11, 10}, {2, 8, 3}, { + 8, 13, 3}, {12, 13, 6}}]]}, + {Thickness[Large], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBkxw6JGt9BOx2/Yw/jnR17NT1lywfzFz6b9/V47A +xafw3w64/+AxXNyNsXbhNbFLcPmfhxo/SzEcsj95j3HyR/WnOMUfXbt98wfL +GftXlz5+mBpcbn+70/rjggkX7GHmw8QDuOX8k6SOYIjDzEky+eVc53oQLg5z +D7o4zByYv9DNgbnnS7TllsZt+zDcAxNH91ee05+bMhuuYoTPjQeecY52N+Di +qOCDPQAP5Knw + "], { + {Thickness[0.0085], + TubeBox[{{0., 0., 0.4232721582443838}, {0., + 0.2605220339431441, 0.1627501243012397}}], + TubeBox[{{0., 0., 0.4232721582443838}, { + 0.2826439454111277, 0., 0.14062821283325613`}}], + TubeBox[{{0., 0., 0.4232721582443838}, {0., 0., 1.}}], + TubeBox[{{0., 0.2605220339431441, 0.1627501243012397}, { + 0., 0.6212002352917687, 0.1627501243012397}}], + TubeBox[{{0., 0.2605220339431441, 0.1627501243012397}, { + 0.15705517638351774`, 0.2605220339431441, + 0.005694947917721941}}], + TubeBox[{{0., 0.6212002352917687, 0.1627501243012397}, { + 0.15705517638351774`, 0.6212002352917687, + 0.005694947917721941}}], + TubeBox[{{0., 0.6212002352917687, 0.1627501243012397}, { + 0., 0.6212002352917687, 0.3787997647082313}}], + TubeBox[{{0.2826439454111277, 0., 0.14062821283325613`}, { + 0.6611259337650718, 0., 0.14062821283325613`}}], + TubeBox[{{0.2826439454111277, 0., 0.14062821283325613`}, { + 0.2826439454111277, 0.1349332649155342, + 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0., 0.14062821283325613`}, { + 0.6611259337650718, 0.1349332649155342, + 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0., 0.14062821283325613`}, { + 0.6611259337650718, 0., 0.3388740662349282}}], + TubeBox[{{0.6611259337650718, 0.21890173566469345`, + 0.005694947917721941}, {0.2588274341379965, + 0.6212002352917687, 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0.21890173566469345`, + 0.005694947917721941}, {0.6611259337650718, + 0.1349332649155342, 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0.21890173566469345`, + 0.005694947917721941}, {0.6611259337650718, + 0.21890173566469345`, 0.11997233057023476`}}], + TubeBox[{{0.2588274341379965, 0.6212002352917687, + 0.005694947917721941}, {0.15705517638351774`, + 0.6212002352917687, 0.005694947917721941}}], + TubeBox[{{0.2588274341379965, 0.6212002352917687, + 0.005694947917721941}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}], + TubeBox[{{0.15705517638351774`, 0.6212002352917687, + 0.005694947917721941}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0.1349332649155342, + 0.005694947917721941}, {0.2826439454111277, + 0.1349332649155342, 0.005694947917721941}}], + TubeBox[{{0.2826439454111277, 0.1349332649155342, + 0.005694947917721941}, {0.15705517638351774`, + 0.2605220339431441, 0.005694947917721941}}], + TubeBox[{{0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}, {0.2588274341379965, + 0.6212002352917687, 0.11997233057023476`}}], + TubeBox[{{0.6611259337650718, 0.21890173566469345`, + 0.11997233057023476`}, {0.6611259337650718, 0., + 0.3388740662349282}}], + TubeBox[{{0.2588274341379965, 0.6212002352917687, + 0.11997233057023476`}, {0., 0.6212002352917687, + 0.3787997647082313}}], + TubeBox[{{0.6611259337650718, 0., 0.3388740662349282}, { + 0., 0., 1.}}], + TubeBox[{{0., 0.6212002352917687, 0.3787997647082313}, { + 0., 0., 1.}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, 0, 1}, {0, 0, Rational[25369617, 4454758387]}, + {0, Rational[4429388770, 4454758387], Rational[ + 25369617, 4454758387]}, { + Rational[4429388770, 4454758387], 0, Rational[ + 25369617, 4454758387]}}, {{0, 0, 1}, { + 0, 0, 0.005694947917721941}, { + 0, 0.994305052082278, 0.005694947917721941}, { + 0.994305052082278, 0, 0.005694947917721941}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, + 3, 4}}]]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), PlotLabel->FormBox["\"eps=-15.6\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}], 205-> @@ -62249,8 +65482,8 @@ qOCDPQAP5Knw Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[62]=", - CellID->1752554396,ExpressionUUID->"734d6035-3517-45ad-a87e-05ce80329aa5"] + CellLabel->"Out[77]=", + CellID->1643736851,ExpressionUUID->"df7c574a-16d7-4404-8e5f-581ec4608c4b"] }, Open ]], Cell["\<\ @@ -62270,7 +65503,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"Map", "[", RowBox[{"Print", ",", "a1"}], "]"}], ";"}]], "Input", - CellLabel->"In[63]:=", + CellLabel->"In[78]:=", CellID->359015372,ExpressionUUID->"47096d9e-3b87-4e7d-a44a-10cf1b0de641"], Cell[CellGroupData[{ @@ -62491,8 +65724,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1256530396,ExpressionUUID->"d0ff374f-a096-4aa4-9c58-40dda1d8f642"], + CellLabel->"During evaluation of In[78]:=", + CellID->1864357363,ExpressionUUID->"c4904fce-b03c-4c38-bc71-b6b3860100a2"], Cell[BoxData[ Graphics3DBox[{{ @@ -62710,8 +65943,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->876732255,ExpressionUUID->"5ca4b7d9-00ad-456b-9733-33920ba0cc75"], + CellLabel->"During evaluation of In[78]:=", + CellID->1850322562,ExpressionUUID->"b261bc89-c972-4029-a8f2-97c72d78eda6"], Cell[BoxData[ Graphics3DBox[{{ @@ -62929,8 +66162,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2022738818,ExpressionUUID->"6a2ef181-ae98-4dba-baec-a3ba64a6ff8a"], + CellLabel->"During evaluation of In[78]:=", + CellID->1048155481,ExpressionUUID->"04722642-2430-4c29-9b5b-fd9eb7ec9d7b"], Cell[BoxData[ Graphics3DBox[{{ @@ -63148,8 +66381,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->854324686,ExpressionUUID->"916ade3d-6106-459f-b3bd-150d3f5e0a31"], + CellLabel->"During evaluation of In[78]:=", + CellID->1554546326,ExpressionUUID->"b6a50b9a-6bde-44c9-8c64-51a650e6ca69"], Cell[BoxData[ Graphics3DBox[{{ @@ -63367,8 +66600,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->649988805,ExpressionUUID->"d8504a3f-5ba6-4960-9008-c986412de148"], + CellLabel->"During evaluation of In[78]:=", + CellID->496020524,ExpressionUUID->"10b5ee44-0d93-407f-a996-05790b2bd150"], Cell[BoxData[ Graphics3DBox[{{ @@ -63583,8 +66816,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1514632416,ExpressionUUID->"4047d1f4-9c41-4cba-a69d-f259bcc3aa76"], + CellLabel->"During evaluation of In[78]:=", + CellID->622174460,ExpressionUUID->"c8d3597a-0606-496c-9531-d54a799a1f3f"], Cell[BoxData[ Graphics3DBox[{{ @@ -63802,8 +67035,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->514185081,ExpressionUUID->"9a61c0b5-7ced-4ac1-b717-65c903592849"], + CellLabel->"During evaluation of In[78]:=", + CellID->1434742959,ExpressionUUID->"8cfdd987-566d-415f-a0a2-d3274096da9a"], Cell[BoxData[ Graphics3DBox[{{ @@ -64021,8 +67254,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1351842084,ExpressionUUID->"6264070f-dc02-4c91-b822-18d0caa7d2e7"], + CellLabel->"During evaluation of In[78]:=", + CellID->1954056456,ExpressionUUID->"cec5cb5c-9215-4592-a06d-2f7f24325f2a"], Cell[BoxData[ Graphics3DBox[{{ @@ -64240,8 +67473,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2026656021,ExpressionUUID->"ffed018a-5b8d-49b4-b0ed-58ef2bf937f6"], + CellLabel->"During evaluation of In[78]:=", + CellID->216340338,ExpressionUUID->"ebc0904d-5c47-4c28-a481-9fce8d68ff00"], Cell[BoxData[ Graphics3DBox[{{ @@ -64459,8 +67692,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1970867022,ExpressionUUID->"07367435-b619-4505-abe3-c40b6c2b2d4e"], + CellLabel->"During evaluation of In[78]:=", + CellID->1632365507,ExpressionUUID->"1e14a2ee-c608-41ed-966a-da35d2bf6ba9"], Cell[BoxData[ Graphics3DBox[{{ @@ -64677,8 +67910,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->247938202,ExpressionUUID->"397931b3-f2bd-47a5-b798-a0f47fbc6ba8"], + CellLabel->"During evaluation of In[78]:=", + CellID->645492109,ExpressionUUID->"989918ec-5cc3-4f70-8c2f-cc9567fceea1"], Cell[BoxData[ Graphics3DBox[{{ @@ -64896,8 +68129,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1393829349,ExpressionUUID->"d8da7e4d-14f8-4e3b-afdf-262cf2e1b5ba"], + CellLabel->"During evaluation of In[78]:=", + CellID->1968762751,ExpressionUUID->"01e261fd-303a-452e-9d7d-21f4e2b8a2f1"], Cell[BoxData[ Graphics3DBox[{{ @@ -65115,8 +68348,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1568135328,ExpressionUUID->"e040925c-6c2b-4a43-8646-e3558a3c1381"], + CellLabel->"During evaluation of In[78]:=", + CellID->240375897,ExpressionUUID->"d88edc15-ad0f-4067-8dec-249cc014e3eb"], Cell[BoxData[ Graphics3DBox[{{ @@ -65333,8 +68566,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->503290694,ExpressionUUID->"dc34768b-069f-41ad-8b20-85f5c16bfc0a"], + CellLabel->"During evaluation of In[78]:=", + CellID->2006829995,ExpressionUUID->"c1b7b543-405b-47ed-b1e8-2e5e0a908540"], Cell[BoxData[ Graphics3DBox[{{ @@ -65552,8 +68785,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->461296170,ExpressionUUID->"f015b12d-439e-4643-8a73-31a3d467a144"], + CellLabel->"During evaluation of In[78]:=", + CellID->3272060,ExpressionUUID->"6e62e8c3-5fe0-4087-9397-54a362bc2ef1"], Cell[BoxData[ Graphics3DBox[{{ @@ -65771,8 +69004,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1487403549,ExpressionUUID->"9096f602-27a2-49b3-99fb-bc4377968c0a"], + CellLabel->"During evaluation of In[78]:=", + CellID->596676431,ExpressionUUID->"6eddceb5-ee17-497f-9baf-9ee42ae726a6"], Cell[BoxData[ Graphics3DBox[{{ @@ -65989,8 +69222,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2035600782,ExpressionUUID->"13ddc8e9-c3e2-4901-80bf-d04455f7b763"], + CellLabel->"During evaluation of In[78]:=", + CellID->692702575,ExpressionUUID->"fe85b3c7-254a-4dcc-858e-e3ec4c926bae"], Cell[BoxData[ Graphics3DBox[{{ @@ -66208,8 +69441,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->153464263,ExpressionUUID->"5cf70f4b-4f65-4f1f-8d57-f3b4fd1a0b14"], + CellLabel->"During evaluation of In[78]:=", + CellID->1164134230,ExpressionUUID->"4af88e49-8c7d-4476-b1b5-9c4475b769b0"], Cell[BoxData[ Graphics3DBox[{{ @@ -66427,8 +69660,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->346940333,ExpressionUUID->"b61a5279-85c6-4b2d-8fd4-182cd4959f88"], + CellLabel->"During evaluation of In[78]:=", + CellID->1079007423,ExpressionUUID->"ef0f6a9c-493b-46f8-9815-9689fcf5dfa4"], Cell[BoxData[ Graphics3DBox[{{ @@ -66646,8 +69879,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->414612651,ExpressionUUID->"77cf8f95-c693-4325-9635-744db1a1d018"], + CellLabel->"During evaluation of In[78]:=", + CellID->446365498,ExpressionUUID->"6a4fb22f-d9e2-421f-afed-82cad8d9513c"], Cell[BoxData[ Graphics3DBox[{{ @@ -66865,8 +70098,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->146562778,ExpressionUUID->"db97d85e-834e-4a50-ad92-03318d2690d1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1685737810,ExpressionUUID->"d60d921d-cd20-4058-9937-9fa7c7c8201d"], Cell[BoxData[ Graphics3DBox[{{ @@ -67084,8 +70317,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1897328193,ExpressionUUID->"8906e317-b32c-437d-832d-6900cab88619"], + CellLabel->"During evaluation of In[78]:=", + CellID->1817453457,ExpressionUUID->"08e10a05-e4be-4296-bb91-e4ab67536ec1"], Cell[BoxData[ Graphics3DBox[{{ @@ -67303,8 +70536,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1733788820,ExpressionUUID->"9e8533fa-622e-49e1-aa88-5c2616371f30"], + CellLabel->"During evaluation of In[78]:=", + CellID->54505858,ExpressionUUID->"96912eb5-efe2-4b5e-82d3-52f3c0905da0"], Cell[BoxData[ Graphics3DBox[{{ @@ -67522,8 +70755,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1326705177,ExpressionUUID->"cb69c4ba-6c36-499e-80a8-fcc326d28a16"], + CellLabel->"During evaluation of In[78]:=", + CellID->1446120642,ExpressionUUID->"b6aaca26-f673-486c-807c-a73e9060c17f"], Cell[BoxData[ Graphics3DBox[{{ @@ -67741,8 +70974,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1625362990,ExpressionUUID->"12dcd7a7-35cc-46c5-90e3-b08ebbf8c4c2"], + CellLabel->"During evaluation of In[78]:=", + CellID->336173675,ExpressionUUID->"65337342-9afd-49d8-a05d-7bb764ee4029"], Cell[BoxData[ Graphics3DBox[{{ @@ -67960,8 +71193,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->317946510,ExpressionUUID->"2029cfc3-bf95-4408-a340-484f14fff363"], + CellLabel->"During evaluation of In[78]:=", + CellID->341290226,ExpressionUUID->"1494f521-d4ed-4e97-949c-7692588ca551"], Cell[BoxData[ Graphics3DBox[{{ @@ -68179,8 +71412,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1068234878,ExpressionUUID->"73516490-735c-4b1b-8b0e-6d26a537526e"], + CellLabel->"During evaluation of In[78]:=", + CellID->765926412,ExpressionUUID->"bf5f1d9e-84ab-4dcf-b80f-f247bf801f39"], Cell[BoxData[ Graphics3DBox[{{ @@ -68398,8 +71631,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1197550826,ExpressionUUID->"b4f0ed5d-c095-490a-8ac9-e49528d4c9e1"], + CellLabel->"During evaluation of In[78]:=", + CellID->333277052,ExpressionUUID->"718cbaae-a80d-4c4c-a167-fa0b22930205"], Cell[BoxData[ Graphics3DBox[{{ @@ -68617,8 +71850,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2024501206,ExpressionUUID->"093905d5-8936-4a30-bb21-b0ba118d90f9"], + CellLabel->"During evaluation of In[78]:=", + CellID->551250464,ExpressionUUID->"38f7530c-e908-4481-a4d9-dcc43fc81a97"], Cell[BoxData[ Graphics3DBox[{{ @@ -68836,8 +72069,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->357904213,ExpressionUUID->"c2dd71c2-fde9-460f-9530-ad7905f3948e"], + CellLabel->"During evaluation of In[78]:=", + CellID->336361279,ExpressionUUID->"22cd4f32-6605-448d-8a7e-e86963cca726"], Cell[BoxData[ Graphics3DBox[{{ @@ -69055,8 +72288,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->802621574,ExpressionUUID->"5fab33c4-d812-40fe-a0ec-f193b9a13553"], + CellLabel->"During evaluation of In[78]:=", + CellID->1977013903,ExpressionUUID->"175dbd86-907f-476e-877a-a8a4590a0fae"], Cell[BoxData[ Graphics3DBox[{{ @@ -69274,8 +72507,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1133547954,ExpressionUUID->"d6ea6894-cdf7-472c-b488-5a2dcf8c5344"], + CellLabel->"During evaluation of In[78]:=", + CellID->268124179,ExpressionUUID->"cd56c474-d0aa-4449-9b62-0ca091ffe796"], Cell[BoxData[ Graphics3DBox[{{ @@ -69493,8 +72726,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1234636468,ExpressionUUID->"4e8078ab-a4a7-48d0-a77f-1a1679187ced"], + CellLabel->"During evaluation of In[78]:=", + CellID->39200194,ExpressionUUID->"8aa3715a-94bd-4bd9-b1c9-f3d97a85d877"], Cell[BoxData[ Graphics3DBox[{{ @@ -69712,8 +72945,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->677876745,ExpressionUUID->"645eb23e-40b1-40c7-949b-959962dffd90"], + CellLabel->"During evaluation of In[78]:=", + CellID->877685736,ExpressionUUID->"d74f6dd5-6164-4917-a5b4-fc494423b9b5"], Cell[BoxData[ Graphics3DBox[{{ @@ -69930,8 +73163,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1987872641,ExpressionUUID->"5a7ea578-34df-4107-aaae-2f710af32a84"], + CellLabel->"During evaluation of In[78]:=", + CellID->1822670506,ExpressionUUID->"fc7a4f4d-368f-4f8e-a374-7e6e69a90420"], Cell[BoxData[ Graphics3DBox[{{ @@ -70146,8 +73379,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1884625273,ExpressionUUID->"212c8dde-2105-40c4-a32e-af4cc17088c0"], + CellLabel->"During evaluation of In[78]:=", + CellID->535220718,ExpressionUUID->"b3e7f216-5d40-42bb-81f0-de4908aa3d44"], Cell[BoxData[ Graphics3DBox[{{ @@ -70365,8 +73598,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->45025513,ExpressionUUID->"2ac55a0a-1342-41a0-aa15-dc726e632b1e"], + CellLabel->"During evaluation of In[78]:=", + CellID->1499860197,ExpressionUUID->"e0422411-fb2f-4ae7-80aa-34c44c995132"], Cell[BoxData[ Graphics3DBox[{{ @@ -70583,8 +73816,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->354574074,ExpressionUUID->"18de5be1-ffcd-42c8-aa15-4b74fe61e31a"], + CellLabel->"During evaluation of In[78]:=", + CellID->1109929817,ExpressionUUID->"21e4d592-bb47-4da3-ab39-e4f0619c12da"], Cell[BoxData[ Graphics3DBox[{{ @@ -70802,8 +74035,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1088983709,ExpressionUUID->"f3e5911f-db66-4cb7-b31a-2af78054e591"], + CellLabel->"During evaluation of In[78]:=", + CellID->341793526,ExpressionUUID->"a7da931b-8a79-4cfb-88fc-8ea48efe04a0"], Cell[BoxData[ Graphics3DBox[{{ @@ -71021,8 +74254,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2071681534,ExpressionUUID->"552e9379-51d5-4859-8fb1-12b7e58c8e34"], + CellLabel->"During evaluation of In[78]:=", + CellID->1716200535,ExpressionUUID->"cd31fc57-13a7-4403-8d87-9da64d504483"], Cell[BoxData[ Graphics3DBox[{{ @@ -71239,8 +74472,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->177957448,ExpressionUUID->"fb9cdc0d-c947-429c-9a5c-8910bfc42158"], + CellLabel->"During evaluation of In[78]:=", + CellID->594811676,ExpressionUUID->"84ca4c6b-6a1c-416a-b29b-4582b83894c6"], Cell[BoxData[ Graphics3DBox[{{ @@ -71458,8 +74691,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1336921912,ExpressionUUID->"e723817b-baab-47ee-a02b-8ba0ce10d6bf"], + CellLabel->"During evaluation of In[78]:=", + CellID->987285635,ExpressionUUID->"0877efe3-f1d0-482e-ae74-81bdb7fea5bc"], Cell[BoxData[ Graphics3DBox[{{ @@ -71677,8 +74910,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1318027236,ExpressionUUID->"41f3b8ad-7d44-4bd6-87eb-fee6258994dc"], + CellLabel->"During evaluation of In[78]:=", + CellID->1537479638,ExpressionUUID->"2bc8874a-9284-4924-b660-d47ed3ab4537"], Cell[BoxData[ Graphics3DBox[{{ @@ -71895,8 +75128,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1746092776,ExpressionUUID->"6a3148a9-53c5-4091-afdb-2b3579754035"], + CellLabel->"During evaluation of In[78]:=", + CellID->835187574,ExpressionUUID->"713f511a-ac44-4c1e-af51-ebd4cdebab68"], Cell[BoxData[ Graphics3DBox[{{ @@ -72114,8 +75347,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1840212606,ExpressionUUID->"f7d7df92-86d3-4580-8c1d-0cc20e6e99d3"], + CellLabel->"During evaluation of In[78]:=", + CellID->846631982,ExpressionUUID->"fbd3c4c9-da49-48d5-931f-7af625d8f054"], Cell[BoxData[ Graphics3DBox[{{ @@ -72333,8 +75566,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1779323406,ExpressionUUID->"1302787f-8a7c-4376-ab6f-285ad13ad834"], + CellLabel->"During evaluation of In[78]:=", + CellID->1540751698,ExpressionUUID->"5c8892e9-5ae6-4f7f-908e-3b5635306c23"], Cell[BoxData[ Graphics3DBox[{{ @@ -72552,8 +75785,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1086012677,ExpressionUUID->"5b76804d-4359-41b8-81af-25cea537f505"], + CellLabel->"During evaluation of In[78]:=", + CellID->1431864005,ExpressionUUID->"775875dc-ccde-4860-90e1-c8894fdca963"], Cell[BoxData[ Graphics3DBox[{{ @@ -72771,8 +76004,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1728329740,ExpressionUUID->"f9f4a368-a29e-40bf-80c2-f05d6d4b60be"], + CellLabel->"During evaluation of In[78]:=", + CellID->1539334557,ExpressionUUID->"8ff3226c-5d2e-4e78-b891-f8db28ba89e4"], Cell[BoxData[ Graphics3DBox[{{ @@ -72990,8 +76223,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1932787669,ExpressionUUID->"49798efb-1288-4b76-8741-952c7cce7959"], + CellLabel->"During evaluation of In[78]:=", + CellID->557402280,ExpressionUUID->"9e832348-23d2-4615-be20-ec78fb82401f"], Cell[BoxData[ Graphics3DBox[{{ @@ -73209,8 +76442,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1432953010,ExpressionUUID->"05a4400d-0958-4891-9831-d2a12d77d3e7"], + CellLabel->"During evaluation of In[78]:=", + CellID->363387780,ExpressionUUID->"2a6d9274-b932-4ebd-8400-33a83a916a7f"], Cell[BoxData[ Graphics3DBox[{{ @@ -73428,8 +76661,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2142942391,ExpressionUUID->"f41af757-1075-4710-ad00-53cbf904bc78"], + CellLabel->"During evaluation of In[78]:=", + CellID->1985700056,ExpressionUUID->"d974d714-b527-4c73-9126-27e6d56aa0f6"], Cell[BoxData[ Graphics3DBox[{{ @@ -73647,8 +76880,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2079350448,ExpressionUUID->"196b238b-0afb-44c8-84b9-8e2c95d9639a"], + CellLabel->"During evaluation of In[78]:=", + CellID->95656442,ExpressionUUID->"1e739499-60b5-43a5-99b2-29508ff7dc97"], Cell[BoxData[ Graphics3DBox[{{ @@ -73866,8 +77099,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1182797556,ExpressionUUID->"5e789c15-bf1d-4f1a-83e6-6c313540f1e4"], + CellLabel->"During evaluation of In[78]:=", + CellID->33357589,ExpressionUUID->"8891b297-a5ad-4452-b6ac-4bc4a9e76081"], Cell[BoxData[ Graphics3DBox[{{ @@ -74085,8 +77318,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1729247563,ExpressionUUID->"e07e742a-479e-45f4-8767-0bdeb1a4cb67"], + CellLabel->"During evaluation of In[78]:=", + CellID->2040205914,ExpressionUUID->"de809c96-2972-4f7b-8fe0-2a9c38b9a978"], Cell[BoxData[ Graphics3DBox[{{ @@ -74304,8 +77537,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1258571977,ExpressionUUID->"08c699d1-90da-4995-b120-33e22b4dc687"], + CellLabel->"During evaluation of In[78]:=", + CellID->1541777084,ExpressionUUID->"2d1eec16-c1f4-4f33-83c7-2bca79a8e8b1"], Cell[BoxData[ Graphics3DBox[{{ @@ -74523,8 +77756,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->660676898,ExpressionUUID->"f684923c-8677-4684-87f9-45c37da291e1"], + CellLabel->"During evaluation of In[78]:=", + CellID->369531264,ExpressionUUID->"dc061d5d-51e6-4196-b41e-2ed5fb8d10f6"], Cell[BoxData[ Graphics3DBox[{{ @@ -74742,8 +77975,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2047194073,ExpressionUUID->"ff4b3560-cb7d-4d9e-998c-470012623138"], + CellLabel->"During evaluation of In[78]:=", + CellID->234012492,ExpressionUUID->"113f48ec-3236-44dc-835b-dba5290e5140"], Cell[BoxData[ Graphics3DBox[{{ @@ -74961,8 +78194,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->179323207,ExpressionUUID->"c848a3a7-a497-4435-b0a4-92d1f1b3afa0"], + CellLabel->"During evaluation of In[78]:=", + CellID->160219849,ExpressionUUID->"914bc93e-ac63-46c3-9210-9aee52006b66"], Cell[BoxData[ Graphics3DBox[{{ @@ -75180,8 +78413,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1858227725,ExpressionUUID->"7a661b7b-99a8-492a-8011-5d25aea3647e"], + CellLabel->"During evaluation of In[78]:=", + CellID->702808316,ExpressionUUID->"3c7cbaaa-82e3-45d9-a244-ab75dbec73a6"], Cell[BoxData[ Graphics3DBox[{{ @@ -75399,8 +78632,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1924211631,ExpressionUUID->"c7fe229d-845a-42e5-a29f-100bc7fd82d8"], + CellLabel->"During evaluation of In[78]:=", + CellID->785262957,ExpressionUUID->"11733efd-5416-4b38-a5ff-f9497f2fb1ce"], Cell[BoxData[ Graphics3DBox[{{ @@ -75618,8 +78851,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->537227420,ExpressionUUID->"d8d093d7-5969-421d-85df-013cecb49dbf"], + CellLabel->"During evaluation of In[78]:=", + CellID->496581128,ExpressionUUID->"046ef7ed-64af-4eef-a183-7ae3feae6f8e"], Cell[BoxData[ Graphics3DBox[{{ @@ -75836,8 +79069,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->513365651,ExpressionUUID->"26870dee-e48b-417e-97a6-e322820a131d"], + CellLabel->"During evaluation of In[78]:=", + CellID->532338571,ExpressionUUID->"1461b109-0405-45d0-a25a-f7ffeeed6b60"], Cell[BoxData[ Graphics3DBox[{{ @@ -76055,8 +79288,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->910275938,ExpressionUUID->"8788686f-e44b-4f68-af63-c83539236831"], + CellLabel->"During evaluation of In[78]:=", + CellID->1053387136,ExpressionUUID->"daa04aac-a126-49c9-a59f-118beae039f1"], Cell[BoxData[ Graphics3DBox[{{ @@ -76274,8 +79507,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1771863888,ExpressionUUID->"cc1df1ee-0c9a-4b9b-803c-ba41c56ae1bf"], + CellLabel->"During evaluation of In[78]:=", + CellID->535781322,ExpressionUUID->"27ed3039-9a0f-43d9-98e5-ce6fcbe197e2"], Cell[BoxData[ Graphics3DBox[{{ @@ -76492,8 +79725,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1191242396,ExpressionUUID->"a9982a41-7ac3-4fe3-a0c8-c625838fcfcd"], + CellLabel->"During evaluation of In[78]:=", + CellID->1410024308,ExpressionUUID->"054f025d-6d70-43fd-911f-0ca460bcb73c"], Cell[BoxData[ Graphics3DBox[{{ @@ -76708,8 +79941,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->750664931,ExpressionUUID->"69ebff1a-4949-49bf-9bca-36a37e935efb"], + CellLabel->"During evaluation of In[78]:=", + CellID->728573994,ExpressionUUID->"75a8c00e-acbc-464d-916c-8f2bae7da631"], Cell[BoxData[ Graphics3DBox[{{ @@ -76927,8 +80160,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1509005513,ExpressionUUID->"44a4772a-dbbc-4348-baff-6dc338635605"], + CellLabel->"During evaluation of In[78]:=", + CellID->1071002040,ExpressionUUID->"213146ad-f3ee-4661-aa53-5c4c48204f59"], Cell[BoxData[ Graphics3DBox[{{ @@ -77145,8 +80378,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1236267910,ExpressionUUID->"5388065f-8ab2-478c-bea3-570eff9dca57"], + CellLabel->"During evaluation of In[78]:=", + CellID->762400857,ExpressionUUID->"e06e752a-124d-411f-9df2-130cfaad84f8"], Cell[BoxData[ Graphics3DBox[{{ @@ -77364,8 +80597,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1105239005,ExpressionUUID->"f881bd75-a992-4692-abb4-59460a876bdd"], + CellLabel->"During evaluation of In[78]:=", + CellID->1838503812,ExpressionUUID->"74bc605d-115b-445f-8a36-2dd551682768"], Cell[BoxData[ Graphics3DBox[{{ @@ -77583,8 +80816,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->450505574,ExpressionUUID->"142042cb-750b-43c0-87a4-3ba8eb3e6ffc"], + CellLabel->"During evaluation of In[78]:=", + CellID->1412795566,ExpressionUUID->"677fc982-502d-4d28-8918-9b1e5fa1c0a6"], Cell[BoxData[ Graphics3DBox[{{ @@ -77801,8 +81034,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1160465796,ExpressionUUID->"cd799917-5a90-4f37-9afb-191ddbba95d2"], + CellLabel->"During evaluation of In[78]:=", + CellID->331117744,ExpressionUUID->"495e2300-3ea3-4ed6-ac5e-3f71b73d7e71"], Cell[BoxData[ Graphics3DBox[{{ @@ -78020,8 +81253,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1283196454,ExpressionUUID->"c6a43d43-dec6-4d77-83bd-15bd3db4140a"], + CellLabel->"During evaluation of In[78]:=", + CellID->285831840,ExpressionUUID->"9ff4f6b2-29a9-4b7c-83fa-31470af23056"], Cell[BoxData[ Graphics3DBox[{{ @@ -78239,8 +81472,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1787427486,ExpressionUUID->"adc22500-2d1c-4549-b2fa-6aaa01ae5fc2"], + CellLabel->"During evaluation of In[78]:=", + CellID->252597554,ExpressionUUID->"4d74e012-413b-4689-b4be-3292e45f9231"], Cell[BoxData[ Graphics3DBox[{{ @@ -78457,8 +81690,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->331009384,ExpressionUUID->"baae774e-4245-453b-ae83-245c55798c87"], + CellLabel->"During evaluation of In[78]:=", + CellID->1868597382,ExpressionUUID->"19895205-c98c-4b32-a471-ace9c90e1629"], Cell[BoxData[ Graphics3DBox[{{ @@ -78676,8 +81909,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->881805582,ExpressionUUID->"d2394c7f-6cbb-419b-aee9-5f8197a79862"], + CellLabel->"During evaluation of In[78]:=", + CellID->1121019414,ExpressionUUID->"ead5ac34-3e40-4584-840a-78c517ae68fe"], Cell[BoxData[ Graphics3DBox[{{ @@ -78895,8 +82128,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1480156444,ExpressionUUID->"a0230701-6063-4e59-a1ec-782fe8ad27d8"], + CellLabel->"During evaluation of In[78]:=", + CellID->1099229536,ExpressionUUID->"9c7ee220-78d7-428f-ba50-204cc5876aa3"], Cell[BoxData[ Graphics3DBox[{{ @@ -79114,8 +82347,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2110332791,ExpressionUUID->"620493de-ede1-48a2-b974-bf9ef98563df"], + CellLabel->"During evaluation of In[78]:=", + CellID->1261865432,ExpressionUUID->"6fa5a159-695d-42bd-bede-a4311a146825"], Cell[BoxData[ Graphics3DBox[{{ @@ -79329,8 +82562,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1967818260,ExpressionUUID->"68a81db7-2f0a-466a-9ef6-e6efc41b0d29"], + CellLabel->"During evaluation of In[78]:=", + CellID->405399772,ExpressionUUID->"7529b49d-f5ef-44d0-b446-d88b59ceab60"], Cell[BoxData[ Graphics3DBox[{{ @@ -79548,8 +82781,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1061002536,ExpressionUUID->"fd82b490-4f57-4191-9f9e-eb9fa573f9e6"], + CellLabel->"During evaluation of In[78]:=", + CellID->491080446,ExpressionUUID->"373de30b-2480-480b-8fdf-ce547efd6575"], Cell[BoxData[ Graphics3DBox[{{ @@ -79767,8 +83000,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1895636812,ExpressionUUID->"c833e6be-7f28-49c5-be50-0b8e3efb3dde"], + CellLabel->"During evaluation of In[78]:=", + CellID->1819267712,ExpressionUUID->"906a71e8-dbd1-4b09-a239-c947f267d611"], Cell[BoxData[ Graphics3DBox[{{ @@ -79982,8 +83215,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1253287622,ExpressionUUID->"51f0d97c-955c-404f-b438-68f64bd8f698"], + CellLabel->"During evaluation of In[78]:=", + CellID->768787552,ExpressionUUID->"eb905f88-c73f-415c-b879-287f8af79913"], Cell[BoxData[ Graphics3DBox[{{ @@ -80201,8 +83434,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1056461280,ExpressionUUID->"78235674-45b8-44b3-bec7-78a88e0a599b"], + CellLabel->"During evaluation of In[78]:=", + CellID->329296854,ExpressionUUID->"0f6a9cca-7992-4623-b1ac-e760874ae915"], Cell[BoxData[ Graphics3DBox[{{ @@ -80420,8 +83653,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1827503612,ExpressionUUID->"d7c701ed-85b3-4d06-a323-388bd26bea59"], + CellLabel->"During evaluation of In[78]:=", + CellID->1914924154,ExpressionUUID->"4db4c4a7-d4bb-4be5-a119-f75f3b141b30"], Cell[BoxData[ Graphics3DBox[{{ @@ -80635,8 +83868,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->288601530,ExpressionUUID->"a6080b64-d21b-4fb4-80c3-68a3bdae17cf"], + CellLabel->"During evaluation of In[78]:=", + CellID->802145142,ExpressionUUID->"63d1120b-c8b2-4836-b7bc-b65cffa33e35"], Cell[BoxData[ Graphics3DBox[{{ @@ -80854,8 +84087,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->638225195,ExpressionUUID->"9ffd59bd-58ca-445a-891d-b570a21973d6"], + CellLabel->"During evaluation of In[78]:=", + CellID->222019120,ExpressionUUID->"38a753c5-1284-41ab-b2ff-c721195314ed"], Cell[BoxData[ Graphics3DBox[{{ @@ -81073,8 +84306,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->938591941,ExpressionUUID->"bf0156fa-0b2c-4ce1-9a70-9b5001b0e893"], + CellLabel->"During evaluation of In[78]:=", + CellID->1309217591,ExpressionUUID->"3a5c9e63-fada-4088-9f5b-5660f6c1101d"], Cell[BoxData[ Graphics3DBox[{{ @@ -81288,8 +84521,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->949278429,ExpressionUUID->"9294ee9f-f28c-4c20-bbc9-87cc8d18d02d"], + CellLabel->"During evaluation of In[78]:=", + CellID->1171676406,ExpressionUUID->"fb102bcd-cfc4-4ed1-bbbc-9523be9f5b93"], Cell[BoxData[ Graphics3DBox[{{ @@ -81507,8 +84740,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->537935621,ExpressionUUID->"ad133c48-01d4-49a5-9f8f-d7b23b1a6f2a"], + CellLabel->"During evaluation of In[78]:=", + CellID->456031613,ExpressionUUID->"14d3a622-c2d2-4093-825b-98053c6810ac"], Cell[BoxData[ Graphics3DBox[{{ @@ -81725,8 +84958,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1117915148,ExpressionUUID->"969999a5-d503-4247-ab73-233f6149eb96"], + CellLabel->"During evaluation of In[78]:=", + CellID->1469437440,ExpressionUUID->"5ece4245-3440-4730-89d8-58324132622b"], Cell[BoxData[ Graphics3DBox[{{ @@ -81940,8 +85173,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->660022506,ExpressionUUID->"a485960e-5600-4343-b136-ee649ea67bf5"], + CellLabel->"During evaluation of In[78]:=", + CellID->1874484723,ExpressionUUID->"92739e94-8606-4a14-940c-eb8bea62ac85"], Cell[BoxData[ Graphics3DBox[{{ @@ -82159,8 +85392,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->314663604,ExpressionUUID->"598db81a-c7ae-4029-ab1c-18faeb567ffb"], + CellLabel->"During evaluation of In[78]:=", + CellID->1241294570,ExpressionUUID->"19e088b0-7183-4671-ab09-bd77af0a940a"], Cell[BoxData[ Graphics3DBox[{{ @@ -82377,8 +85610,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1655142568,ExpressionUUID->"4974f281-20ca-49b7-8bea-f9ac5b3d1efd"], + CellLabel->"During evaluation of In[78]:=", + CellID->1966018568,ExpressionUUID->"5ce6e4e2-e3f2-4a60-855e-9e29fc1c5b4e"], Cell[BoxData[ Graphics3DBox[{{ @@ -82592,8 +85825,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1173388157,ExpressionUUID->"0d554271-10e5-4943-a407-15e2dcd1e242"], + CellLabel->"During evaluation of In[78]:=", + CellID->259339646,ExpressionUUID->"9ba972b1-e5a5-4980-bfce-3a1afeca272f"], Cell[BoxData[ Graphics3DBox[{{ @@ -82811,8 +86044,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1224939542,ExpressionUUID->"af5c2b9c-7d8d-4c57-9c96-98f09a3b4a9d"], + CellLabel->"During evaluation of In[78]:=", + CellID->147198058,ExpressionUUID->"7008b437-4ed9-4527-b0b1-31247d2dd921"], Cell[BoxData[ Graphics3DBox[{{ @@ -83029,8 +86262,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1279522808,ExpressionUUID->"2de55dc0-bb6e-4f28-b131-9282ab0de645"], + CellLabel->"During evaluation of In[78]:=", + CellID->354316243,ExpressionUUID->"6b0a8c03-b5dd-4fe2-bb7c-3de5b92e5d18"], Cell[BoxData[ Graphics3DBox[{{ @@ -83247,8 +86480,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->217146906,ExpressionUUID->"5ed40aef-9d81-450f-9cbd-1f2df3abef95"], + CellLabel->"During evaluation of In[78]:=", + CellID->1669363954,ExpressionUUID->"3c329f3c-9413-428b-8618-a3ec628b6696"], Cell[BoxData[ Graphics3DBox[{{ @@ -83466,8 +86699,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1975604473,ExpressionUUID->"54fe2939-ba6e-420a-925e-f299e786b80e"], + CellLabel->"During evaluation of In[78]:=", + CellID->875772053,ExpressionUUID->"cca1fd92-dea9-4099-9f1b-6d8bd1fff0b5"], Cell[BoxData[ Graphics3DBox[{{ @@ -83684,8 +86917,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->641044673,ExpressionUUID->"e347ada7-9955-4aa8-8019-44860fd94a58"], + CellLabel->"During evaluation of In[78]:=", + CellID->1425318283,ExpressionUUID->"ca92f676-3f9a-471d-8c95-920b0fd53242"], Cell[BoxData[ Graphics3DBox[{{ @@ -83899,8 +87132,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1453414816,ExpressionUUID->"cb585a29-6a34-463c-8ed4-cee4af64fb76"], + CellLabel->"During evaluation of In[78]:=", + CellID->284281163,ExpressionUUID->"46a87150-3c82-4966-8dfd-ac2f591fcdc6"], Cell[BoxData[ Graphics3DBox[{{ @@ -84118,8 +87351,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->933359831,ExpressionUUID->"36f7368d-6f59-47e7-a789-d0815f4eef06"], + CellLabel->"During evaluation of In[78]:=", + CellID->566792217,ExpressionUUID->"d660f2b8-4912-4a25-a118-3719140c32ad"], Cell[BoxData[ Graphics3DBox[{{ @@ -84336,8 +87569,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1091550248,ExpressionUUID->"e8ad5c8c-bd3f-42f2-b9df-eaac3b287bb9"], + CellLabel->"During evaluation of In[78]:=", + CellID->690630202,ExpressionUUID->"5f6b069c-7efc-4b90-9345-d73ea28efdc8"], Cell[BoxData[ Graphics3DBox[{{ @@ -84551,8 +87784,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->466396964,ExpressionUUID->"ed89aed3-ad82-42c8-ac06-e4e97d938cc5"], + CellLabel->"During evaluation of In[78]:=", + CellID->615398907,ExpressionUUID->"1a342162-78bd-4c55-8bc7-9237b00da558"], Cell[BoxData[ Graphics3DBox[{{ @@ -84770,8 +88003,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->69072637,ExpressionUUID->"2fa06db9-ee33-4599-946a-d8d848e1cdbc"], + CellLabel->"During evaluation of In[78]:=", + CellID->852624057,ExpressionUUID->"9dda21e1-9ae0-4879-8a2f-27ad4b9bf01c"], Cell[BoxData[ Graphics3DBox[{{ @@ -84988,8 +88221,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->731494086,ExpressionUUID->"32e5caa9-9101-4332-9e89-0bf006bd974d"], + CellLabel->"During evaluation of In[78]:=", + CellID->943227756,ExpressionUUID->"8654d51f-7e56-431b-bd03-91fb94923cf3"], Cell[BoxData[ Graphics3DBox[{{ @@ -85207,8 +88440,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->797406349,ExpressionUUID->"623d089e-ea71-48c3-8c8f-b2894abb518c"], + CellLabel->"During evaluation of In[78]:=", + CellID->336512641,ExpressionUUID->"9d6a7614-670e-47bd-90ec-ce45c68b4765"], Cell[BoxData[ Graphics3DBox[{{ @@ -85426,8 +88659,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->950878219,ExpressionUUID->"ba73b795-592d-45d1-84f2-1fb2a6aac2b1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1973643472,ExpressionUUID->"21c2e11f-5a81-48a3-938d-bb74d967d4bc"], Cell[BoxData[ Graphics3DBox[{{ @@ -85645,8 +88878,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->64166883,ExpressionUUID->"2b9a236e-b636-487a-88cc-4d44456947e1"], + CellLabel->"During evaluation of In[78]:=", + CellID->2042457292,ExpressionUUID->"abe4917d-6e42-4af0-839d-a63cb2c3e008"], Cell[BoxData[ Graphics3DBox[{{ @@ -85864,8 +89097,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->760255492,ExpressionUUID->"f605d9c6-9432-4011-83b7-2da3a838d698"], + CellLabel->"During evaluation of In[78]:=", + CellID->1598378073,ExpressionUUID->"4bd4f00a-e1b5-442a-bfa8-766f68cfa8a0"], Cell[BoxData[ Graphics3DBox[{{ @@ -86083,8 +89316,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->771212831,ExpressionUUID->"84e1693e-76df-41dd-8873-48713cdd1955"], + CellLabel->"During evaluation of In[78]:=", + CellID->231559596,ExpressionUUID->"ddc6fc9c-7472-4fbb-acc2-20319610babf"], Cell[BoxData[ Graphics3DBox[{{ @@ -86302,8 +89535,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1125169419,ExpressionUUID->"06cbd17e-3c10-403b-8f2c-35182759ec93"], + CellLabel->"During evaluation of In[78]:=", + CellID->386054090,ExpressionUUID->"7079d577-4cd4-4df9-a49b-e902d7b84520"], Cell[BoxData[ Graphics3DBox[{{ @@ -86521,8 +89754,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->508408656,ExpressionUUID->"7f7cc961-a3d7-44de-bbb0-2a79360477fd"], + CellLabel->"During evaluation of In[78]:=", + CellID->1270162137,ExpressionUUID->"8097dda7-b54a-46e0-8faa-3048faeb61aa"], Cell[BoxData[ Graphics3DBox[{{ @@ -86740,8 +89973,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2024500454,ExpressionUUID->"f92b2418-4ad7-48c1-b802-6265d9b376ab"], + CellLabel->"During evaluation of In[78]:=", + CellID->1000347148,ExpressionUUID->"c6a91bc1-7a5a-41c3-a477-aa03e7c4274d"], Cell[BoxData[ Graphics3DBox[{{ @@ -86959,8 +90192,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->34147051,ExpressionUUID->"c8a8ed94-ef83-4acb-826f-d576bdbbe3a9"], + CellLabel->"During evaluation of In[78]:=", + CellID->715350944,ExpressionUUID->"df192d45-d6e0-46da-84b1-04e487bd8d7a"], Cell[BoxData[ Graphics3DBox[{{ @@ -87178,8 +90411,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->188428621,ExpressionUUID->"ed952a84-ad1a-439b-8009-4b9b12708b74"], + CellLabel->"During evaluation of In[78]:=", + CellID->1037602644,ExpressionUUID->"3b211e5e-c742-41e6-86ee-9b889b528b20"], Cell[BoxData[ Graphics3DBox[{{ @@ -87397,8 +90630,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->165618336,ExpressionUUID->"62c87594-d88a-4c69-afee-c3e14aed0ff1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1802492290,ExpressionUUID->"fcb4241f-0e87-47cc-b30f-28e9b5288260"], Cell[BoxData[ Graphics3DBox[{{ @@ -87615,8 +90848,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->672372247,ExpressionUUID->"6381934c-8d70-450a-b787-db711c513595"], + CellLabel->"During evaluation of In[78]:=", + CellID->937370065,ExpressionUUID->"bf39d57f-fa7c-488b-b997-cce5a495f7d8"], Cell[BoxData[ Graphics3DBox[{{ @@ -87834,8 +91067,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1127020562,ExpressionUUID->"3faca864-da33-4b80-a93e-e1e2e128e4b3"], + CellLabel->"During evaluation of In[78]:=", + CellID->199336587,ExpressionUUID->"8652825d-7956-4cd2-9ca3-bd6fc198eea6"], Cell[BoxData[ Graphics3DBox[{{ @@ -88053,8 +91286,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1114896765,ExpressionUUID->"ff9db2af-6b01-4e17-87ab-1c11ad7ff197"], + CellLabel->"During evaluation of In[78]:=", + CellID->826685049,ExpressionUUID->"517642a6-f6ea-41c5-865f-c8a3a2c61524"], Cell[BoxData[ Graphics3DBox[{{ @@ -88271,8 +91504,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1210307868,ExpressionUUID->"244067fc-4888-4c50-8860-7e0972003b91"], + CellLabel->"During evaluation of In[78]:=", + CellID->1393401678,ExpressionUUID->"42f10198-0e71-4271-93d6-12bcd07085c4"], Cell[BoxData[ Graphics3DBox[{{ @@ -88490,8 +91723,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->97452063,ExpressionUUID->"cdae54c2-a449-4656-ae20-453e264e96db"], + CellLabel->"During evaluation of In[78]:=", + CellID->1668774027,ExpressionUUID->"74a3f02b-ff40-4bb2-bd30-65678b456052"], Cell[BoxData[ Graphics3DBox[{{ @@ -88709,8 +91942,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1774919271,ExpressionUUID->"b30a0512-2f7a-45ff-b0cc-abbeaa507323"], + CellLabel->"During evaluation of In[78]:=", + CellID->553686124,ExpressionUUID->"68c9a0e3-1a1c-45dc-bbb4-e4c52cdee0b3"], Cell[BoxData[ Graphics3DBox[{{ @@ -88927,8 +92160,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1524971472,ExpressionUUID->"d499a7de-69cd-4301-8393-36d9ec1134c6"], + CellLabel->"During evaluation of In[78]:=", + CellID->487212600,ExpressionUUID->"4a08a0c7-1739-40a5-b659-b58dcd8e8f71"], Cell[BoxData[ Graphics3DBox[{{ @@ -89146,8 +92379,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1752594631,ExpressionUUID->"3b9691e9-dc41-42ed-92aa-808013e8a619"], + CellLabel->"During evaluation of In[78]:=", + CellID->1487308947,ExpressionUUID->"757ee4f2-05e0-46f7-81dc-2c0d9adab1a7"], Cell[BoxData[ Graphics3DBox[{{ @@ -89365,8 +92598,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->800823781,ExpressionUUID->"90765858-ffb6-4cda-b9c8-e011ddb3e092"], + CellLabel->"During evaluation of In[78]:=", + CellID->813025770,ExpressionUUID->"0bda168f-7a24-49db-8754-0dea14860dfa"], Cell[BoxData[ Graphics3DBox[{{ @@ -89583,8 +92816,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->602427367,ExpressionUUID->"6448ad9b-9347-4f2d-85df-118025a0ed02"], + CellLabel->"During evaluation of In[78]:=", + CellID->634410658,ExpressionUUID->"dcf5ca5f-5d01-47db-b14d-3b35bebdfa23"], Cell[BoxData[ Graphics3DBox[{{ @@ -89767,8 +93000,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->884633792,ExpressionUUID->"b0a8a4c5-10ec-4816-8e13-f65b9f243e1d"], + CellLabel->"During evaluation of In[78]:=", + CellID->1841625190,ExpressionUUID->"ae0ed67a-4005-44cd-bd3e-16a2ea8563b8"], Cell[BoxData[ Graphics3DBox[{{ @@ -89966,8 +93199,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1017970687,ExpressionUUID->"34aca590-946d-4bf7-b4c2-b052fec7142b"], + CellLabel->"During evaluation of In[78]:=", + CellID->334906077,ExpressionUUID->"5ac6e581-37a1-490e-be31-262446ff58a1"], Cell[BoxData[ Graphics3DBox[{{ @@ -90165,8 +93398,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->430548192,ExpressionUUID->"85588fd1-50e9-4b1d-8008-878c170096de"], + CellLabel->"During evaluation of In[78]:=", + CellID->1510182711,ExpressionUUID->"e80f429b-3f60-4481-a463-e97987e6f426"], Cell[BoxData[ Graphics3DBox[{{ @@ -90364,8 +93597,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1525678465,ExpressionUUID->"4369d6c6-79dc-47cc-a7d5-ab5d88eed403"], + CellLabel->"During evaluation of In[78]:=", + CellID->1119459826,ExpressionUUID->"a96b8e7d-2474-4e32-9bba-6a506a48ed33"], Cell[BoxData[ Graphics3DBox[{{ @@ -90563,8 +93796,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->323901855,ExpressionUUID->"df163a3b-28b0-4114-8d2e-6bb1f0a1ddc7"], + CellLabel->"During evaluation of In[78]:=", + CellID->619187240,ExpressionUUID->"16a311c4-02da-4b6d-b751-e0ebec439041"], Cell[BoxData[ Graphics3DBox[{{ @@ -90762,8 +93995,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1363908023,ExpressionUUID->"4073deda-724f-41aa-912a-eb2bd7066b02"], + CellLabel->"During evaluation of In[78]:=", + CellID->2076974928,ExpressionUUID->"6cbf4de3-825d-49ee-a6cc-6a86c77fd278"], Cell[BoxData[ Graphics3DBox[{{ @@ -90961,8 +94194,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->469745065,ExpressionUUID->"ac5188d7-1b4d-466d-8913-326e8be3385c"], + CellLabel->"During evaluation of In[78]:=", + CellID->1810090028,ExpressionUUID->"0ce5cccb-6b54-4677-9a48-4f407581d07f"], Cell[BoxData[ Graphics3DBox[{{ @@ -91160,8 +94393,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->790298819,ExpressionUUID->"3a1df57f-91e2-4487-8d09-25d0ca48f659"], + CellLabel->"During evaluation of In[78]:=", + CellID->1234586148,ExpressionUUID->"f72efbe3-957d-41dc-9553-1650dc235124"], Cell[BoxData[ Graphics3DBox[{{ @@ -91248,10 +94481,10 @@ v+jmwNzzJdpyS+O2fRjugYkDADW+yhY= {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -91359,8 +94592,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1432980660,ExpressionUUID->"afd30755-52f2-4d4b-aa77-9124a38e2e76"], + CellLabel->"During evaluation of In[78]:=", + CellID->782115338,ExpressionUUID->"2e2c13d9-7c2f-425e-bf62-b4eff6937c4e"], Cell[BoxData[ Graphics3DBox[{{ @@ -91558,8 +94791,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1201239152,ExpressionUUID->"ca2ada97-93f4-4273-a108-e277989ef6ba"], + CellLabel->"During evaluation of In[78]:=", + CellID->605834136,ExpressionUUID->"15b70e38-51a0-4bff-86d8-c2b621d2c9b3"], Cell[BoxData[ Graphics3DBox[{{ @@ -91757,8 +94990,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1587705168,ExpressionUUID->"8f980943-31ff-41b1-8f2c-a2f9e9ace337"], + CellLabel->"During evaluation of In[78]:=", + CellID->1571098789,ExpressionUUID->"2d8ec7be-bbb3-4206-bba5-3717a58143da"], Cell[BoxData[ Graphics3DBox[{{ @@ -91956,8 +95189,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->236375232,ExpressionUUID->"2bf3710a-c53c-476a-8edf-d2dce3369bb6"], + CellLabel->"During evaluation of In[78]:=", + CellID->608275162,ExpressionUUID->"616f1aa2-0d91-4270-aec3-621554ef5ef6"], Cell[BoxData[ Graphics3DBox[{{ @@ -92155,8 +95388,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1265406035,ExpressionUUID->"8c4c2721-f76e-450a-a0e5-99d35e081f97"], + CellLabel->"During evaluation of In[78]:=", + CellID->500807780,ExpressionUUID->"c8fe85a4-fed4-420e-a580-98416cb5c440"], Cell[BoxData[ Graphics3DBox[{{ @@ -92354,8 +95587,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->200477012,ExpressionUUID->"44b770a8-b359-4957-846e-f574fad008ee"], + CellLabel->"During evaluation of In[78]:=", + CellID->1021993215,ExpressionUUID->"bf18c85e-b433-426d-b4f5-82a2cbb474f5"], Cell[BoxData[ Graphics3DBox[{{ @@ -92553,8 +95786,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1007588063,ExpressionUUID->"b263681a-216e-4824-8438-cb958c1f7d65"], + CellLabel->"During evaluation of In[78]:=", + CellID->839834758,ExpressionUUID->"89a40662-2cf1-4b41-a6cd-db3b5abdc4d3"], Cell[BoxData[ Graphics3DBox[{{ @@ -92752,8 +95985,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->243091806,ExpressionUUID->"b098cb74-503e-496c-a5b1-53c1e4acd949"], + CellLabel->"During evaluation of In[78]:=", + CellID->886861871,ExpressionUUID->"eb87c203-4095-475a-9ba1-b2cd6ffdc8db"], Cell[BoxData[ Graphics3DBox[{{ @@ -92951,8 +96184,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->708885669,ExpressionUUID->"c65a85f9-d357-466c-9520-a0995734d00d"], + CellLabel->"During evaluation of In[78]:=", + CellID->144671704,ExpressionUUID->"4997a384-ee32-4271-aff2-a7d93d06c8bd"], Cell[BoxData[ Graphics3DBox[{{ @@ -93150,8 +96383,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->884604869,ExpressionUUID->"9ad93a92-30dd-4725-a0da-b6f8f06eee40"], + CellLabel->"During evaluation of In[78]:=", + CellID->1840181906,ExpressionUUID->"1af095fe-72b0-46ee-aa0a-317f827ae2dd"], Cell[BoxData[ Graphics3DBox[{{ @@ -93349,8 +96582,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->277238858,ExpressionUUID->"3a420334-46a5-49cc-a2d4-f15b73e7c3a4"], + CellLabel->"During evaluation of In[78]:=", + CellID->1602212815,ExpressionUUID->"4688c569-8dd8-4d86-a30c-f04076fe90f9"], Cell[BoxData[ Graphics3DBox[{{ @@ -93437,10 +96670,10 @@ X3RzYO75Em25pXHbPgz3wMQB3L3Ebg== {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -93548,8 +96781,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->897314290,ExpressionUUID->"05f8c749-a136-4570-96fe-68919e4a55b1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1182274348,ExpressionUUID->"de192a5b-7c68-426a-8c7c-269e04b19b89"], Cell[BoxData[ Graphics3DBox[{{ @@ -93747,8 +96980,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1050223206,ExpressionUUID->"0f1973f8-299b-4108-aa95-ebbfad742fc9"], + CellLabel->"During evaluation of In[78]:=", + CellID->1495190549,ExpressionUUID->"7d09becd-0d89-4c5e-9093-8c0d134b8030"], Cell[BoxData[ Graphics3DBox[{{ @@ -93946,8 +97179,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->949611105,ExpressionUUID->"2394e99e-bfb7-456b-b97d-f87cb49aa6b1"], + CellLabel->"During evaluation of In[78]:=", + CellID->392099232,ExpressionUUID->"679d4217-21c3-440d-a295-8338a2a04ffe"], Cell[BoxData[ Graphics3DBox[{{ @@ -94145,8 +97378,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2024334852,ExpressionUUID->"ea8d36f0-6c61-4d15-bf98-4bd9f491da0d"], + CellLabel->"During evaluation of In[78]:=", + CellID->1381610935,ExpressionUUID->"8466db83-5701-4c9a-994f-30f0f021d00a"], Cell[BoxData[ Graphics3DBox[{{ @@ -94344,8 +97577,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->17636323,ExpressionUUID->"03c2f61a-481e-4079-b2d5-1c34feb22afa"], + CellLabel->"During evaluation of In[78]:=", + CellID->174391950,ExpressionUUID->"924125ab-e0f7-4053-87c7-7b5ba49f6105"], Cell[BoxData[ Graphics3DBox[{{ @@ -94432,10 +97665,10 @@ YS9YY3+70/rjggkX4PbCxAO45fyTpI5giMPMSTL55VznehAuDnMPujjMHJh/ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -94543,8 +97776,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->12435325,ExpressionUUID->"3f9fcaa9-d0b6-4c38-9e0a-48604d4af579"], + CellLabel->"During evaluation of In[78]:=", + CellID->1785500910,ExpressionUUID->"19dd2004-a629-4ff8-98bf-12ab3edfed31"], Cell[BoxData[ Graphics3DBox[{{ @@ -94742,8 +97975,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2121786915,ExpressionUUID->"93855623-2aff-45ab-9044-5feb47a0e7a6"], + CellLabel->"During evaluation of In[78]:=", + CellID->902901314,ExpressionUUID->"96b1df8b-0546-4e57-bac8-f54beeda6c73"], Cell[BoxData[ Graphics3DBox[{{ @@ -94941,8 +98174,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1792555595,ExpressionUUID->"e93a566a-25db-4f5a-b40f-8645eaa046d1"], + CellLabel->"During evaluation of In[78]:=", + CellID->728078074,ExpressionUUID->"e11d9d76-4c52-4278-b997-65ed86be1846"], Cell[BoxData[ Graphics3DBox[{{ @@ -95140,8 +98373,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1537406797,ExpressionUUID->"566c4620-0ced-4b51-904d-2bbebdbf1071"], + CellLabel->"During evaluation of In[78]:=", + CellID->125229862,ExpressionUUID->"1a7933da-cf64-47f1-b940-f72429f5cec1"], Cell[BoxData[ Graphics3DBox[{{ @@ -95339,8 +98572,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1726897899,ExpressionUUID->"cf8ae6a6-fdf2-4090-9fe2-446eb798329a"], + CellLabel->"During evaluation of In[78]:=", + CellID->242726614,ExpressionUUID->"e97a3b6d-323e-44a3-8e4d-8c5850b13b14"], Cell[BoxData[ Graphics3DBox[{{ @@ -95427,10 +98660,10 @@ F90cmHu+RFtuady2D8M9MHEAz5vFwQ== {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -95538,8 +98771,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->445895728,ExpressionUUID->"b9c64988-67ab-419c-9ebb-83898ff477e2"], + CellLabel->"During evaluation of In[78]:=", + CellID->1541103844,ExpressionUUID->"e4197441-d6a8-4fc8-b176-dbfe298cb480"], Cell[BoxData[ Graphics3DBox[{{ @@ -95737,8 +98970,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2139834164,ExpressionUUID->"11a09e3e-9e23-4176-a1da-c754c5beedc6"], + CellLabel->"During evaluation of In[78]:=", + CellID->759640521,ExpressionUUID->"ddee356a-3077-471f-92d7-e7b8caf1b331"], Cell[BoxData[ Graphics3DBox[{{ @@ -95936,8 +99169,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->464048043,ExpressionUUID->"50974b41-2ff7-483a-a512-d7d72d29b1fa"], + CellLabel->"During evaluation of In[78]:=", + CellID->2084351804,ExpressionUUID->"1dd2717e-df93-4e6e-928d-0192284a6f50"], Cell[BoxData[ Graphics3DBox[{{ @@ -96135,8 +99368,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1463866415,ExpressionUUID->"6455be10-4991-41af-9ac5-67de2201af66"], + CellLabel->"During evaluation of In[78]:=", + CellID->1876009921,ExpressionUUID->"974e9cc8-f752-482a-bb7e-676e3a774751"], Cell[BoxData[ Graphics3DBox[{{ @@ -96334,8 +99567,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->422898709,ExpressionUUID->"9219dee4-dc7e-4f39-9203-2a5f7c7da4bb"], + CellLabel->"During evaluation of In[78]:=", + CellID->122339584,ExpressionUUID->"a12853f1-1ecb-47d9-939d-b2ce1a3347ce"], Cell[BoxData[ Graphics3DBox[{{ @@ -96422,10 +99655,10 @@ f9HNgbnnS7TllsZt+zDcAxMHAJ/ow/M= {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -96533,8 +99766,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1989726508,ExpressionUUID->"0e4a9b1c-ed78-4f33-8a48-7efc3ed91e14"], + CellLabel->"During evaluation of In[78]:=", + CellID->1056327982,ExpressionUUID->"d20e2bd0-59d9-4f85-bca7-dcaf4a1895a8"], Cell[BoxData[ Graphics3DBox[{{ @@ -96732,8 +99965,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1787768270,ExpressionUUID->"26aeb5a6-5dd0-46b9-ad7a-069757c21fbd"], + CellLabel->"During evaluation of In[78]:=", + CellID->347713514,ExpressionUUID->"0b2ec3bd-eb1a-4a40-91bc-e4b5d843e1c0"], Cell[BoxData[ Graphics3DBox[{{ @@ -96820,10 +100053,10 @@ F90cmHu+RFtuady2D8M9MHEA7VjITA== {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -96931,8 +100164,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1786806732,ExpressionUUID->"0d5d88ef-d9b0-4271-beb0-facbe81089a3"], + CellLabel->"During evaluation of In[78]:=", + CellID->51830865,ExpressionUUID->"0fe72a55-19a6-41ab-b9c2-f920bf9b268e"], Cell[BoxData[ Graphics3DBox[{{ @@ -97130,8 +100363,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->311987926,ExpressionUUID->"e1b6b1a8-9e05-479f-84b0-3d3c6d8dce8b"], + CellLabel->"During evaluation of In[78]:=", + CellID->718934362,ExpressionUUID->"38984de2-49c9-4cb2-a800-485617807c0e"], Cell[BoxData[ Graphics3DBox[{{ @@ -97218,10 +100451,10 @@ S1Zutb/daf1xwYQLcHth4gHccv5JUkcwxGHmJJn8cq5zPQgXh7kHXRxmDsy/ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -97329,8 +100562,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->430583441,ExpressionUUID->"3f6a3fa0-f09c-4018-88e6-6a731b8f2297"], + CellLabel->"During evaluation of In[78]:=", + CellID->1582299662,ExpressionUUID->"a11eab38-3f28-418e-91e7-5a7ff28e7314"], Cell[BoxData[ Graphics3DBox[{{ @@ -97528,8 +100761,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1072303745,ExpressionUUID->"f1d52c46-dc45-46ff-b83c-414a6e520e21"], + CellLabel->"During evaluation of In[78]:=", + CellID->833946203,ExpressionUUID->"2dde10c2-afa6-496f-96ff-77c4c080755d"], Cell[BoxData[ Graphics3DBox[{{ @@ -97727,8 +100960,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1513227078,ExpressionUUID->"60a553d3-7279-456b-b0ed-f561e1496a12"], + CellLabel->"During evaluation of In[78]:=", + CellID->1324768498,ExpressionUUID->"f1f49c3e-441f-4418-9a34-c6aa1ea72781"], Cell[BoxData[ Graphics3DBox[{{ @@ -97926,8 +101159,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2018288610,ExpressionUUID->"a7f4bb8d-0800-4ae7-9934-e06690b0c252"], + CellLabel->"During evaluation of In[78]:=", + CellID->1005914803,ExpressionUUID->"ab4faa3f-dc5a-4eb7-9e6d-88ffdbf4a49d"], Cell[BoxData[ Graphics3DBox[{{ @@ -98125,8 +101358,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1308678977,ExpressionUUID->"284d051a-2c8d-4763-9468-6280900a1eaa"], + CellLabel->"During evaluation of In[78]:=", + CellID->1442221365,ExpressionUUID->"a2360fbd-5f73-441e-ae20-e9f0ff2517d9"], Cell[BoxData[ Graphics3DBox[{{ @@ -98213,10 +101446,10 @@ dHNg7vkSbbmlcds+DPfAxAG4pb/F {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -98324,8 +101557,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->631149465,ExpressionUUID->"86a47a13-6b5d-4c72-817c-2754104f7034"], + CellLabel->"During evaluation of In[78]:=", + CellID->1825576279,ExpressionUUID->"5e9cd722-2cfa-46a5-96a7-28266a18a353"], Cell[BoxData[ Graphics3DBox[{{ @@ -98523,8 +101756,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->71281974,ExpressionUUID->"8dc5b732-e37f-44c5-80f4-fc94ad4b1057"], + CellLabel->"During evaluation of In[78]:=", + CellID->2027908018,ExpressionUUID->"6979d4cb-3c34-46a2-98f5-1795e308ced5"], Cell[BoxData[ Graphics3DBox[{{ @@ -98611,10 +101844,10 @@ Kk3aaX+70/rjggkX4PbCxAO45fyTpI5giMPMSTL55VznehAuDnMPujjMHJh/ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -98722,8 +101955,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->168783392,ExpressionUUID->"88b0b1a3-aeb1-4b15-a29f-ea73b2e4e2ef"], + CellLabel->"During evaluation of In[78]:=", + CellID->134572475,ExpressionUUID->"0793c248-f618-4320-9e67-5d2229e3970c"], Cell[BoxData[ Graphics3DBox[{{ @@ -98921,8 +102154,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->874241271,ExpressionUUID->"d6f64211-3533-4824-b635-9d864fb38ced"], + CellLabel->"During evaluation of In[78]:=", + CellID->564954502,ExpressionUUID->"d1f7f804-0b74-4a89-8f38-a8d8dc190e82"], Cell[BoxData[ Graphics3DBox[{{ @@ -99009,10 +102242,10 @@ X3RzYO75Em25pXHbPgz3wMQBvTPO5w== {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[2214694385, 8909516774], Rational[ - 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { - 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], - 0.021]}, + NCache[{ + Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], + Rational[2265433619, 8909516774]}, {0.2485762630205695, + 0.2485762630205695, 0.25427121093829147`}], 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -99120,8 +102353,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->780167643,ExpressionUUID->"b8e93888-6258-4813-b35e-48042288c394"], + CellLabel->"During evaluation of In[78]:=", + CellID->25096075,ExpressionUUID->"1e096498-29e5-4dee-9ed8-54696a2b38cf"], Cell[BoxData[ Graphics3DBox[{{ @@ -99319,8 +102552,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1053388262,ExpressionUUID->"0fa8b183-705b-4124-a855-540f7cdc61dc"], + CellLabel->"During evaluation of In[78]:=", + CellID->1974754381,ExpressionUUID->"e1c77950-e4fb-4547-b52b-7f3491452ea2"], Cell[BoxData[ Graphics3DBox[{{ @@ -99518,8 +102751,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1151480129,ExpressionUUID->"bbc4f9b4-bad5-448b-8cec-771e05110ec0"], + CellLabel->"During evaluation of In[78]:=", + CellID->19683669,ExpressionUUID->"1e7e5745-a036-492a-8c47-b9c64d9817dc"], Cell[BoxData[ Graphics3DBox[{{ @@ -99717,8 +102950,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1677481933,ExpressionUUID->"beb5bd57-4f0e-4025-8f0b-030c234be132"], + CellLabel->"During evaluation of In[78]:=", + CellID->1207370423,ExpressionUUID->"e95f24cf-f16d-4c53-b434-9be731a752d5"], Cell[BoxData[ Graphics3DBox[{{ @@ -99916,8 +103149,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2103611468,ExpressionUUID->"bce10306-1bcc-42ca-a0a0-562cbd0cdfc6"], + CellLabel->"During evaluation of In[78]:=", + CellID->1322461282,ExpressionUUID->"9c128cd3-7a11-46e0-a52a-450132741c6b"], Cell[BoxData[ Graphics3DBox[{{ @@ -100115,8 +103348,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2101091234,ExpressionUUID->"cfd613f9-e2e0-44fa-bcf1-4aba1ad3f2ae"], + CellLabel->"During evaluation of In[78]:=", + CellID->411782902,ExpressionUUID->"5079677f-6e1f-400c-8fbd-95e2a1c8d321"], Cell[BoxData[ Graphics3DBox[{{ @@ -100314,8 +103547,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1554333138,ExpressionUUID->"63bc1e83-aff9-4d94-a451-1afcf8b2ab11"], + CellLabel->"During evaluation of In[78]:=", + CellID->441497711,ExpressionUUID->"403bceab-edb1-4efd-a20b-a6cca0db0d79"], Cell[BoxData[ Graphics3DBox[{{ @@ -100513,8 +103746,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2121247791,ExpressionUUID->"0c39ef00-5b41-4f1d-bd63-22349ff53e3a"], + CellLabel->"During evaluation of In[78]:=", + CellID->1496853232,ExpressionUUID->"4101c60a-856d-4b0b-b704-2899f66cba9b"], Cell[BoxData[ Graphics3DBox[{{ @@ -100712,8 +103945,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2113526559,ExpressionUUID->"42a1e980-641f-4062-8936-77d9aa1ad7a9"], + CellLabel->"During evaluation of In[78]:=", + CellID->49800164,ExpressionUUID->"70f2e288-013d-4b39-bdb6-ef7f79927622"], Cell[BoxData[ Graphics3DBox[{{ @@ -100902,8 +104135,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1528636405,ExpressionUUID->"22c6c9bf-c436-452e-bb38-407ff2e2d801"], + CellLabel->"During evaluation of In[78]:=", + CellID->1344399025,ExpressionUUID->"1bc2ba3e-bc27-4d11-9678-32f0b2c3e7c5"], Cell[BoxData[ Graphics3DBox[{{ @@ -101092,8 +104325,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1766319738,ExpressionUUID->"3470d981-46a6-49ca-9422-97ff7a971ba0"], + CellLabel->"During evaluation of In[78]:=", + CellID->77447658,ExpressionUUID->"63c52fae-2ee3-465f-8321-5e2053f4c272"], Cell[BoxData[ Graphics3DBox[{{ @@ -101282,8 +104515,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1503449709,ExpressionUUID->"6409edd6-bfd8-4d12-b8f2-7f7198acc3d3"], + CellLabel->"During evaluation of In[78]:=", + CellID->175030027,ExpressionUUID->"b090d03d-1d7f-446a-9804-6777db62f32f"], Cell[BoxData[ Graphics3DBox[{{ @@ -101472,8 +104705,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1108050656,ExpressionUUID->"0a965885-800a-47ac-98a9-67ed8363c0f3"], + CellLabel->"During evaluation of In[78]:=", + CellID->1587125639,ExpressionUUID->"58437057-47de-4d8b-95f9-e25593e63328"], Cell[BoxData[ Graphics3DBox[{{ @@ -101662,8 +104895,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->64731818,ExpressionUUID->"7b7e2982-5a40-432e-a73d-4a706cb1058c"], + CellLabel->"During evaluation of In[78]:=", + CellID->1618551503,ExpressionUUID->"0f9af092-53cf-42d9-b5b7-98147bc3329d"], Cell[BoxData[ Graphics3DBox[{{ @@ -101852,8 +105085,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1495800225,ExpressionUUID->"ea9e260a-75f2-479a-9bf9-18a4c47da1c7"], + CellLabel->"During evaluation of In[78]:=", + CellID->934670548,ExpressionUUID->"f16ef296-d76e-4c90-b5ac-0e87216c8db3"], Cell[BoxData[ Graphics3DBox[{{ @@ -102042,8 +105275,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1572098699,ExpressionUUID->"be0596bc-ffc6-49a1-b4d2-2337de0ffc99"], + CellLabel->"During evaluation of In[78]:=", + CellID->1523993796,ExpressionUUID->"d9d01e85-2325-4f2c-8e69-50884bcdb8a7"], Cell[BoxData[ Graphics3DBox[{{ @@ -102232,8 +105465,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1528598233,ExpressionUUID->"06d73096-4ae7-49ae-8ea9-5a894f18ad79"], + CellLabel->"During evaluation of In[78]:=", + CellID->1347077776,ExpressionUUID->"d5814cd9-6e89-4ade-af2f-6b4d008fd27d"], Cell[BoxData[ Graphics3DBox[{{ @@ -102422,8 +105655,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1918698934,ExpressionUUID->"c7ebb89a-65e2-4a06-a6d4-b2f8a7fcd7b0"], + CellLabel->"During evaluation of In[78]:=", + CellID->1057010132,ExpressionUUID->"7c60cb8d-fde4-44f9-a5c2-de3b841276ee"], Cell[BoxData[ Graphics3DBox[{{ @@ -102610,8 +105843,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1414341560,ExpressionUUID->"3c3c7291-261e-4c00-9ced-ad75dd40f1d5"], + CellLabel->"During evaluation of In[78]:=", + CellID->432838130,ExpressionUUID->"7c768d9a-112a-42d9-8bc1-28ac702e9478"], Cell[BoxData[ Graphics3DBox[{{ @@ -102798,8 +106031,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1168882855,ExpressionUUID->"2006ebd8-79c8-44b6-941b-7209a9b9806f"], + CellLabel->"During evaluation of In[78]:=", + CellID->1694791290,ExpressionUUID->"6d549404-9828-419a-a25d-c376dc4cbf47"], Cell[BoxData[ Graphics3DBox[{{ @@ -102986,8 +106219,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1558022019,ExpressionUUID->"4b961272-c82b-4ea7-a229-5d18714ea28c"], + CellLabel->"During evaluation of In[78]:=", + CellID->1108840997,ExpressionUUID->"b1a4ba36-bbda-49ae-b3b1-22f502974f1c"], Cell[BoxData[ Graphics3DBox[{{ @@ -103174,8 +106407,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1726329486,ExpressionUUID->"46d77c3e-fdaa-42bf-acb7-9d02af2b0092"], + CellLabel->"During evaluation of In[78]:=", + CellID->1151772493,ExpressionUUID->"a254b1d4-a596-483e-a6c0-fa1c3405863d"], Cell[BoxData[ Graphics3DBox[{{ @@ -103362,8 +106595,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1599466297,ExpressionUUID->"0b68b093-ad70-4efc-98ee-5c9e722d0bc6"], + CellLabel->"During evaluation of In[78]:=", + CellID->1129607304,ExpressionUUID->"34acec0d-a171-4134-8d9a-52d263d39804"], Cell[BoxData[ Graphics3DBox[{{ @@ -103550,8 +106783,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->482842116,ExpressionUUID->"f6cd76ef-fb35-4e42-a306-5c6db3946712"], + CellLabel->"During evaluation of In[78]:=", + CellID->1942787200,ExpressionUUID->"cb1815c4-5d2e-446d-8419-069aed10092d"], Cell[BoxData[ Graphics3DBox[{{ @@ -103738,8 +106971,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1092072916,ExpressionUUID->"3c16df37-14e7-4e70-b48b-3050e8dde497"], + CellLabel->"During evaluation of In[78]:=", + CellID->329057343,ExpressionUUID->"7881707e-3f71-47d3-9764-74ec1ddfa6a0"], Cell[BoxData[ Graphics3DBox[{{ @@ -103926,8 +107159,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1470271259,ExpressionUUID->"e2a7def5-e8d5-4584-8e0d-75864458525e"], + CellLabel->"During evaluation of In[78]:=", + CellID->2135522108,ExpressionUUID->"aa886982-c760-4957-a509-b923bd7dabbc"], Cell[BoxData[ Graphics3DBox[{{ @@ -104114,8 +107347,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1791521093,ExpressionUUID->"d022b71c-15df-427d-963d-c930ad79dcae"], + CellLabel->"During evaluation of In[78]:=", + CellID->1237524917,ExpressionUUID->"3783c723-cf12-460f-bcb2-f1995d650d9d"], Cell[BoxData[ Graphics3DBox[{{ @@ -104302,8 +107535,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1723222381,ExpressionUUID->"314077fd-2e84-4895-bc19-e6e042ab2d8e"], + CellLabel->"During evaluation of In[78]:=", + CellID->7149974,ExpressionUUID->"d1071f1f-47ea-40e2-bce0-473481c3b431"], Cell[BoxData[ Graphics3DBox[{{ @@ -104490,8 +107723,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1541553233,ExpressionUUID->"041a435a-f2d7-4e60-a4fb-dfb58e63e8f3"], + CellLabel->"During evaluation of In[78]:=", + CellID->2015946478,ExpressionUUID->"d70f1935-326d-419d-adb4-075b248b69bb"], Cell[BoxData[ Graphics3DBox[{{ @@ -104667,8 +107900,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1960304485,ExpressionUUID->"34b49d7a-292f-49bd-b165-25545e80ce4b"], + CellLabel->"During evaluation of In[78]:=", + CellID->1372097392,ExpressionUUID->"13b84ee2-4f1e-4612-8bbf-9f6792c10d61"], Cell[BoxData[ Graphics3DBox[{{ @@ -104844,8 +108077,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->449980004,ExpressionUUID->"8b2916db-8d2c-4bdf-b9c8-4fbc0414a924"], + CellLabel->"During evaluation of In[78]:=", + CellID->572104476,ExpressionUUID->"b9d54208-77db-457d-a531-1cc18be6e7ee"], Cell[BoxData[ Graphics3DBox[{{ @@ -105021,8 +108254,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->174237229,ExpressionUUID->"9bd992cf-79fd-467a-b09d-610a72d81534"], + CellLabel->"During evaluation of In[78]:=", + CellID->2041042553,ExpressionUUID->"a8b9fec2-3461-4161-8c8f-9c743cc36c15"], Cell[BoxData[ Graphics3DBox[{{ @@ -105198,8 +108431,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->866209099,ExpressionUUID->"8b3bdeb5-4a4d-4f74-966e-7610b8fb6a85"], + CellLabel->"During evaluation of In[78]:=", + CellID->1199368126,ExpressionUUID->"f85a7b8f-22de-44e5-a173-386ded0d54f2"], Cell[BoxData[ Graphics3DBox[{{ @@ -105375,8 +108608,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1601460134,ExpressionUUID->"b6b4ce1a-8cc1-4608-90f8-0d4c077217c8"], + CellLabel->"During evaluation of In[78]:=", + CellID->591788146,ExpressionUUID->"d09b1a66-8248-49c7-a6d1-07a967a3920a"], Cell[BoxData[ Graphics3DBox[{{ @@ -105541,8 +108774,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1851719162,ExpressionUUID->"bca048d1-9e0c-4874-8399-5ebdec1d866f"], + CellLabel->"During evaluation of In[78]:=", + CellID->1100929329,ExpressionUUID->"a98d0bf8-ead4-4093-b6ff-753adaed86b1"], Cell[BoxData[ Graphics3DBox[{{ @@ -105707,8 +108940,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->822336919,ExpressionUUID->"4ce8fb30-a761-4d7b-a9c7-99941ba75227"], + CellLabel->"During evaluation of In[78]:=", + CellID->374345760,ExpressionUUID->"47775e0f-f040-4846-8ab1-691ee71c34a4"], Cell[BoxData[ Graphics3DBox[{{ @@ -105873,8 +109106,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1555067720,ExpressionUUID->"a1126908-0485-4667-aeb0-0a149be1bca3"], + CellLabel->"During evaluation of In[78]:=", + CellID->1003571048,ExpressionUUID->"f25d7701-4fca-475f-a04b-f779151bf2ef"], Cell[BoxData[ Graphics3DBox[{{ @@ -106039,8 +109272,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1258568652,ExpressionUUID->"ad019369-5365-40bf-b169-ffc7de531832"], + CellLabel->"During evaluation of In[78]:=", + CellID->1542427040,ExpressionUUID->"8a74e1bb-accd-4e58-8f55-3ea1ce75d387"], Cell[BoxData[ Graphics3DBox[{{ @@ -106205,8 +109438,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->796101063,ExpressionUUID->"9e7a09c8-48db-40c1-b53b-7b24f97463f1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1871198993,ExpressionUUID->"00d90a7b-752d-45b1-bbb0-cf885d045083"], Cell[BoxData[ Graphics3DBox[{{ @@ -106371,8 +109604,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1521110632,ExpressionUUID->"67e1867b-3e8b-4a5b-9bc3-f95dab79dfc1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1053371212,ExpressionUUID->"de445daf-8e70-4ce9-bc20-1860cdf54c04"], Cell[BoxData[ Graphics3DBox[{{ @@ -106537,8 +109770,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->639721410,ExpressionUUID->"1ac572fb-9442-4f88-952f-675786ac9d39"], + CellLabel->"During evaluation of In[78]:=", + CellID->739342417,ExpressionUUID->"5ae4599e-4901-41a2-afbe-f8cfdb002d68"], Cell[BoxData[ Graphics3DBox[{{ @@ -106703,8 +109936,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->414937153,ExpressionUUID->"8c30065b-a728-4cbf-b4c4-7f09ea8825b9"], + CellLabel->"During evaluation of In[78]:=", + CellID->1948646651,ExpressionUUID->"0be5ff98-02f2-44ce-8e05-ecac3bb5ab62"], Cell[BoxData[ Graphics3DBox[{{ @@ -106869,8 +110102,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->877076693,ExpressionUUID->"ff3202d8-66dc-4572-b759-26ad1d49b423"], + CellLabel->"During evaluation of In[78]:=", + CellID->1228401239,ExpressionUUID->"690bb4b0-7ae5-47fd-9939-437d9fe1a894"], Cell[BoxData[ Graphics3DBox[{{ @@ -107024,8 +110257,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1747772066,ExpressionUUID->"8f5178cf-0fb8-4dbf-8f8f-0ee8197958a4"], + CellLabel->"During evaluation of In[78]:=", + CellID->178984409,ExpressionUUID->"cbf9fea4-a126-4a21-998f-022dbdc9885a"], Cell[BoxData[ Graphics3DBox[{{ @@ -107179,8 +110412,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->479668972,ExpressionUUID->"a2e6d572-7fbe-4bf9-bd71-61e3292f5d23"], + CellLabel->"During evaluation of In[78]:=", + CellID->1419714506,ExpressionUUID->"116a912e-5515-48ee-91e4-72d255901afb"], Cell[BoxData[ Graphics3DBox[{{ @@ -107223,10 +110456,10 @@ Cell[BoxData[ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{ - Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], - Rational[2265433619, 8909516774]}, {0.2485762630205695, - 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -107334,8 +110567,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->225393270,ExpressionUUID->"3d289c7b-9c66-476f-8e27-b085d6730da1"], + CellLabel->"During evaluation of In[78]:=", + CellID->15588139,ExpressionUUID->"1c65037f-931a-4190-b16f-4631a27280c8"], Cell[BoxData[ Graphics3DBox[{{ @@ -107378,10 +110611,10 @@ Cell[BoxData[ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{ - Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], - Rational[2265433619, 8909516774]}, {0.2485762630205695, - 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -107489,8 +110722,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1172387118,ExpressionUUID->"bf466889-76c0-4384-8468-1c2fbebf74ca"], + CellLabel->"During evaluation of In[78]:=", + CellID->1702978205,ExpressionUUID->"8ef82eec-242a-4b78-96d1-3d49c3ef5934"], Cell[BoxData[ Graphics3DBox[{{ @@ -107644,8 +110877,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2008267205,ExpressionUUID->"3d8a51ae-3e37-48f7-a251-be4239d3d5fd"], + CellLabel->"During evaluation of In[78]:=", + CellID->619308635,ExpressionUUID->"fe77ad8c-1185-44de-87f2-b1016e71fe6f"], Cell[BoxData[ Graphics3DBox[{{ @@ -107688,10 +110921,10 @@ Cell[BoxData[ {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{ - Rational[2214694385, 8909516774], Rational[2214694385, 8909516774], - Rational[2265433619, 8909516774]}, {0.2485762630205695, - 0.2485762630205695, 0.25427121093829147`}], 0.021]}, + NCache[{Rational[2214694385, 8909516774], Rational[ + 2214694385, 8909516774], Rational[2265433619, 8909516774]}, { + 0.2485762630205695, 0.2485762630205695, 0.25427121093829147`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{Rational[551664375656423187653, 2468385007853074120000], @@ -107799,8 +111032,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2144092205,ExpressionUUID->"b214b066-ee14-4b91-b155-23aee6de912b"], + CellLabel->"During evaluation of In[78]:=", + CellID->1072598272,ExpressionUUID->"177359e8-5df2-41b9-b91a-193d756a78e7"], Cell[BoxData[ Graphics3DBox[{{ @@ -107954,8 +111187,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->439245030,ExpressionUUID->"37e03d3b-c070-4d5f-b5b1-903c0ea277e2"], + CellLabel->"During evaluation of In[78]:=", + CellID->2135816335,ExpressionUUID->"343c4b59-db5a-45a8-92d6-556b406e2c6e"], Cell[BoxData[ Graphics3DBox[{{ @@ -108109,8 +111342,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1029666413,ExpressionUUID->"bafbb569-4bbe-4ca6-9058-a510666aee7e"], + CellLabel->"During evaluation of In[78]:=", + CellID->166616277,ExpressionUUID->"fd59adf7-1255-44c8-8a11-e5bae47b2c75"], Cell[BoxData[ Graphics3DBox[{{ @@ -108264,8 +111497,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1554630576,ExpressionUUID->"bcc477aa-b23d-42e4-9dce-a70bc8d661bf"], + CellLabel->"During evaluation of In[78]:=", + CellID->33955621,ExpressionUUID->"03a13ac1-b4dd-4ac4-8249-cf0a2cbd6be7"], Cell[BoxData[ Graphics3DBox[{{ @@ -108419,8 +111652,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->18090868,ExpressionUUID->"c7244261-6d3d-4259-a375-80f1fdcfd27d"], + CellLabel->"During evaluation of In[78]:=", + CellID->1140105180,ExpressionUUID->"d5f75bde-6bb5-4188-b9d4-431e1fec1f84"], Cell[BoxData[ Graphics3DBox[{{ @@ -108574,8 +111807,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->481649062,ExpressionUUID->"0f20a1f9-8b2a-4ae2-a593-095febde1ea7"], + CellLabel->"During evaluation of In[78]:=", + CellID->1296223582,ExpressionUUID->"5c2e8c28-93c3-4a0d-8651-752ec2e79e7b"], Cell[BoxData[ Graphics3DBox[{{ @@ -108718,8 +111951,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2037472692,ExpressionUUID->"953cf93c-8ec4-43fd-8311-fa40ea6eb5ae"], + CellLabel->"During evaluation of In[78]:=", + CellID->1976742822,ExpressionUUID->"25aa7f70-11e0-407f-bc11-4a2922239f9b"], Cell[BoxData[ Graphics3DBox[{{ @@ -108862,8 +112095,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1110163784,ExpressionUUID->"4a92f006-e869-464f-a04a-add0791d0134"], + CellLabel->"During evaluation of In[78]:=", + CellID->1469162524,ExpressionUUID->"1d1ea3e5-1fcf-45ac-bc20-c0dfba8dc427"], Cell[BoxData[ Graphics3DBox[{{ @@ -109006,8 +112239,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1951920321,ExpressionUUID->"6c86b32b-e3e0-4df8-948b-08ac025fdb79"], + CellLabel->"During evaluation of In[78]:=", + CellID->1284262042,ExpressionUUID->"b957ce03-45bd-4f28-9ae0-30bcf921d6d7"], Cell[BoxData[ Graphics3DBox[{{ @@ -109150,8 +112383,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1681510137,ExpressionUUID->"f9d2ef25-a549-4f27-a693-812403bbae2b"], + CellLabel->"During evaluation of In[78]:=", + CellID->1066784091,ExpressionUUID->"cf7a1dcc-f161-41a6-8072-5511f56ccaf0"], Cell[BoxData[ Graphics3DBox[{{ @@ -109294,8 +112527,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->685902517,ExpressionUUID->"082caee8-7183-4c90-a646-74a6e5133aea"], + CellLabel->"During evaluation of In[78]:=", + CellID->1476312498,ExpressionUUID->"44a45e66-4db4-4d00-a3f1-31e2b4665571"], Cell[BoxData[ Graphics3DBox[{{ @@ -109438,8 +112671,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1345989906,ExpressionUUID->"dc27951f-a80f-4b01-beea-37e948507710"], + CellLabel->"During evaluation of In[78]:=", + CellID->1152724872,ExpressionUUID->"f94adc14-abfb-4d72-b3d5-439b0286e540"], Cell[BoxData[ Graphics3DBox[{{ @@ -109582,8 +112815,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1494330974,ExpressionUUID->"6d50b405-77fd-475c-8f06-0a88b80f3725"], + CellLabel->"During evaluation of In[78]:=", + CellID->291397836,ExpressionUUID->"f16c1893-d98b-4e5b-8f81-6a3e28470146"], Cell[BoxData[ Graphics3DBox[{{ @@ -109726,8 +112959,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1135882521,ExpressionUUID->"eb531ce0-3be8-4f96-a2af-e132dd4b918d"], + CellLabel->"During evaluation of In[78]:=", + CellID->2048416975,ExpressionUUID->"0bc9b2b5-9340-4082-a519-6fc3a5f11927"], Cell[BoxData[ Graphics3DBox[{{ @@ -109870,8 +113103,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1520227135,ExpressionUUID->"a48c8195-0d63-4f3b-a2bb-19d03c544739"], + CellLabel->"During evaluation of In[78]:=", + CellID->1046283778,ExpressionUUID->"8eb56108-3dd6-4709-8bcf-79809e5a4963"], Cell[BoxData[ Graphics3DBox[{{ @@ -110014,8 +113247,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->213056426,ExpressionUUID->"77199d34-28ea-4e44-9277-14f2ba1d5dc1"], + CellLabel->"During evaluation of In[78]:=", + CellID->1490765962,ExpressionUUID->"5e8d505b-4c80-4303-a7e6-f2c95c827694"], Cell[BoxData[ Graphics3DBox[{{ @@ -110158,8 +113391,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->589859007,ExpressionUUID->"5840a40b-bc64-4d2f-b6f5-9f746c60d55e"], + CellLabel->"During evaluation of In[78]:=", + CellID->492721473,ExpressionUUID->"3eafa0dd-1c17-4f3a-aa58-d9f4cdc2700d"], Cell[BoxData[ Graphics3DBox[{{ @@ -110302,8 +113535,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1224462650,ExpressionUUID->"4847de83-0916-4fee-8702-fbc52a35cba4"], + CellLabel->"During evaluation of In[78]:=", + CellID->2147213107,ExpressionUUID->"e8ae08fe-56cb-455a-a23e-bc8df4134a0a"], Cell[BoxData[ Graphics3DBox[{{ @@ -110446,8 +113679,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1035393345,ExpressionUUID->"bf3d8a54-21df-449f-a93d-d9fba59868ff"], + CellLabel->"During evaluation of In[78]:=", + CellID->1865111722,ExpressionUUID->"1c97b9a4-ef1f-4970-ac4a-77b49f391e7d"], Cell[BoxData[ Graphics3DBox[{{ @@ -110590,8 +113823,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->2144926728,ExpressionUUID->"709faad3-4fcf-4428-ac4c-2bc700ae8bcb"], + CellLabel->"During evaluation of In[78]:=", + CellID->1496292521,ExpressionUUID->"f7aee002-d077-4f99-a6c0-6011779beae0"], Cell[BoxData[ Graphics3DBox[{{ @@ -110734,8 +113967,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->335547654,ExpressionUUID->"73f8492d-825d-4bbf-acd7-9226d049f1eb"], + CellLabel->"During evaluation of In[78]:=", + CellID->1542156499,ExpressionUUID->"d2020a47-98a8-4b7e-84e1-651cb88def86"], Cell[BoxData[ Graphics3DBox[{{ @@ -110878,8 +114111,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1831494408,ExpressionUUID->"8fb48ce3-02e9-437c-8b9d-ec5ead01f10f"], + CellLabel->"During evaluation of In[78]:=", + CellID->1588827067,ExpressionUUID->"cb9c5bea-40a5-4111-809b-a27f16f20810"], Cell[BoxData[ Graphics3DBox[{{ @@ -111022,8 +114255,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->1518553712,ExpressionUUID->"5e9130e1-2435-4386-a8a1-4dcbe48423e0"], + CellLabel->"During evaluation of In[78]:=", + CellID->402180085,ExpressionUUID->"65b09788-73fc-431f-b37b-650e26a6a4a5"], Cell[BoxData[ Graphics3DBox[{{ @@ -111166,8 +114399,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->975269064,ExpressionUUID->"00849c63-d0d3-43d3-881c-963145806a06"], + CellLabel->"During evaluation of In[78]:=", + CellID->134015268,ExpressionUUID->"0e0cf305-3afa-4f79-a14e-70f5e3859b70"], Cell[BoxData[ Graphics3DBox[{{ @@ -111310,8 +114543,8 @@ qOCDPQAP5Knw ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0030807259014525505`, -0.015392796828715418`, 0.999876777875009}]], "Print", - CellLabel->"During evaluation of In[63]:=", - CellID->98947914,ExpressionUUID->"24e2dbb0-e679-4510-b25e-ff8390ac6767"] + CellLabel->"During evaluation of In[78]:=", + CellID->1389990071,ExpressionUUID->"61d9b9de-9809-4033-b465-71a85aa25506"] }, Closed]] }, Open ]], @@ -111358,7 +114591,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"i", ",", "l"}], "}"}]}], "]"}]}]}], "]"}]}], "\[IndentingNewLine]"}]}]], "Input", - CellLabel->"In[64]:=", + CellLabel->"In[79]:=", CellID->1826407077,ExpressionUUID->"9af2eceb-6490-45bd-82e9-d8891c3825e9"], Cell["\<\ @@ -111373,7 +114606,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"exportFrames", "[", RowBox[{"\"\\"", ",", "a1"}], "]"}]], "Input", - CellLabel->"In[65]:=", + CellLabel->"In[80]:=", CellID->932448120,ExpressionUUID->"e2f02b86-fcaf-457d-8960-ddc735bfa0f7"], Cell[BoxData[ @@ -111501,8 +114734,8 @@ Cell[BoxData[ ",", "\<\"Exp11krmovie241.jpg\"\>", ",", "\<\"Exp11krmovie242.jpg\"\>", ",", "\<\"Exp11krmovie243.jpg\"\>", ",", "\<\"Exp11krmovie244.jpg\"\>", ",", "\<\"Exp11krmovie245.jpg\"\>"}], "}"}]], "Output", - CellLabel->"Out[65]=", - CellID->248146757,ExpressionUUID->"b30617ed-e6f7-4b5d-b44c-761da31a2578"] + CellLabel->"Out[80]=", + CellID->1630581325,ExpressionUUID->"de55fbcd-1ed7-4e17-b793-6453b0a2ae79"] }, Closed]], Cell["\<\ @@ -111581,43 +114814,43 @@ Cell[BoxData[ RowBox[{"ShowCore", "\[Rule]", "True"}], ",", RowBox[{"ManipulateMode", "\[Rule]", "True"}]}], "]"}], "]"}]}], ";"}]], "Input", - CellLabel->"In[66]:=", + CellLabel->"In[81]:=", CellID->165174797,ExpressionUUID->"6b65c36a-9fd1-44eb-ace7-80bc4c2141a9"], Cell[CellGroupData[{ Cell[BoxData["time2"], "Input", - CellLabel->"In[67]:=", + CellLabel->"In[82]:=", CellID->1537550333,ExpressionUUID->"97cccc1b-5bd8-403b-a2bc-7431d47775e5"], -Cell[BoxData["0.011811`"], "Output", - CellLabel->"Out[67]=", - CellID->575557483,ExpressionUUID->"6fc7a39a-9e30-435d-84c0-d2f7f9877ade"] +Cell[BoxData["0.00527`"], "Output", + CellLabel->"Out[82]=", + CellID->312999677,ExpressionUUID->"3235c27b-b661-4f3e-91eb-1356a9a065e9"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "a2", "]"}]], "Input", - CellLabel->"In[68]:=", + CellLabel->"In[83]:=", CellID->688974916,ExpressionUUID->"84bf393a-ad80-4029-beca-34d2bf81dfde"], Cell[BoxData["5"], "Output", - CellLabel->"Out[68]=", - CellID->578616886,ExpressionUUID->"e0e579d6-9d86-469d-91ce-4ddd8a7f25ad"] + CellLabel->"Out[83]=", + CellID->662220929,ExpressionUUID->"c5abf495-3ea5-4222-a4a2-521f0a6eb381"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData["a2"], "Input", - CellLabel->"In[69]:=", + CellLabel->"In[84]:=", CellID->666529518,ExpressionUUID->"e95ea154-a3c0-419b-9349-4203b2e51dd2"], Cell[BoxData[ TagBox[ StyleBox[ DynamicModuleBox[{TUG`IOTuGamesV6`Private`t$$ = Rational[ - 9189283199, 462619980], TUG`IOTuGamesV6`Private`v1$$ = 1.714, + 8264043239, 462619980], TUG`IOTuGamesV6`Private`v1$$ = 1.714, TUG`IOTuGamesV6`Private`v2$$ = 2, TUG`IOTuGamesV6`Private`v3$$ = 1.54, Typeset`show$$ = True, Typeset`bookmarkList$$ = {}, Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, Typeset`animvar$$ = @@ -111643,22 +114876,22 @@ Cell[BoxData[ Typeset`skipInitDone$$}, "Body" :> TUG`IOTuGamesV6`StrongEpsCore3dV6[ Null, TUG`IOTuGamesV6`EpsStrValues -> TUG`IOTuGamesV6`Private`t$$, - TUG`IOTuGamesV6`ViewKernelSol -> TUG`IOTuGamesV6`Private`vwker$33080, - TUG`IOTuGamesV6`KernelCoord -> TUG`IOTuGamesV6`Private`kcoord$33080, + TUG`IOTuGamesV6`ViewKernelSol -> TUG`IOTuGamesV6`Private`vwker$48916, + TUG`IOTuGamesV6`KernelCoord -> TUG`IOTuGamesV6`Private`kcoord$48916, TUG`IOTuGamesV6`ViewNucleolusSol -> - TUG`IOTuGamesV6`Private`vwnuc$33080, TUG`IOTuGamesV6`NucleolusCoord -> - TUG`IOTuGamesV6`Private`nuc$33080, TUG`IOTuGamesV6`ViewShapleySol -> - TUG`IOTuGamesV6`Private`vwsh$33080, TUG`IOTuGamesV6`ShapleyCoord -> - TUG`IOTuGamesV6`Private`shc$33080, TUG`IOTuGamesV6`ShowCore -> - TUG`IOTuGamesV6`Private`shcr$33080, TUG`IOTuGamesV6`ViewPayoffSol -> - TUG`IOTuGamesV6`Private`vwpay$33080, TUG`IOTuGamesV6`ViewModiclusSol -> - TUG`IOTuGamesV6`Private`vwmnc$33080, TUG`IOTuGamesV6`ModiclusCoord -> - TUG`IOTuGamesV6`Private`mnc$33080, TUG`IOTuGamesV6`PayoffCoord -> - TUG`IOTuGamesV6`Private`paycoord$33080, + TUG`IOTuGamesV6`Private`vwnuc$48916, TUG`IOTuGamesV6`NucleolusCoord -> + TUG`IOTuGamesV6`Private`nuc$48916, TUG`IOTuGamesV6`ViewShapleySol -> + TUG`IOTuGamesV6`Private`vwsh$48916, TUG`IOTuGamesV6`ShapleyCoord -> + TUG`IOTuGamesV6`Private`shc$48916, TUG`IOTuGamesV6`ShowCore -> + TUG`IOTuGamesV6`Private`shcr$48916, TUG`IOTuGamesV6`ViewPayoffSol -> + TUG`IOTuGamesV6`Private`vwpay$48916, TUG`IOTuGamesV6`ViewModiclusSol -> + TUG`IOTuGamesV6`Private`vwmnc$48916, TUG`IOTuGamesV6`ModiclusCoord -> + TUG`IOTuGamesV6`Private`mnc$48916, TUG`IOTuGamesV6`PayoffCoord -> + TUG`IOTuGamesV6`Private`paycoord$48916, TUG`IOTuGamesV6`ShowImputationSet -> - TUG`IOTuGamesV6`Private`imps$33080, TUG`IOTuGamesV6`SyncDim -> True, - TUG`IOTuGamesV6`PtRadius -> TUG`IOTuGamesV6`Private`rd$33080, - TUG`IOTuGamesV6`PictureSize -> TUG`IOTuGamesV6`Private`fs$33080, + TUG`IOTuGamesV6`Private`imps$48916, TUG`IOTuGamesV6`SyncDim -> True, + TUG`IOTuGamesV6`PtRadius -> TUG`IOTuGamesV6`Private`rd$48916, + TUG`IOTuGamesV6`PictureSize -> TUG`IOTuGamesV6`Private`fs$48916, ViewPoint -> Dynamic[{ TUG`IOTuGamesV6`Private`v1$$, TUG`IOTuGamesV6`Private`v2$$, @@ -111670,7 +114903,7 @@ Cell[BoxData[ TUG`IOTuGamesV6`Private`v2$$, 2, "y-coordinate"}, 4}, {{ TUG`IOTuGamesV6`Private`v3$$, 1.54, "z-coordinate"}, 4}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{475., {303.3515625, 308.6484375}}, + ImageSizeCache->{475., {301.3515625, 306.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -111681,8 +114914,8 @@ Cell[BoxData[ Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[69]=", - CellID->473540027,ExpressionUUID->"337e093a-ef5d-445c-a60d-cb2b93106c0f"] + CellLabel->"Out[84]=", + CellID->1646169464,ExpressionUUID->"0670290a-0ba6-47f9-b15b-45ffcc035895"] }, Open ]] }, Open ]], @@ -111705,8 +114938,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideTutorial"}]], "GuideTutorial",ExpressionUUID-> "ff526fca-7aab-472e-a4e1-db391c782cfd"]}]} }]} - }]], "GuideTutorialsSection",ExpressionUUID->"f5a7a06c-4211-4e7b-a0e1-\ -48d5da80075d"], + }]], "GuideTutorialsSection",ExpressionUUID->"8b5f7cf8-f286-455a-a32d-\ +a7ce1c35b9d2"], Cell[BoxData[GridBox[{ { @@ -111752,8 +114985,8 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "5d420cf2-a76d-4b7b-98ee-e7d623ac6d4f"]}]} }]} - }]], "GuideMoreAboutSection",ExpressionUUID->"6a2669e3-2f94-4fcc-916a-\ -5c22155e1add"], + }]], "GuideMoreAboutSection",ExpressionUUID->"9daa4e71-d77a-4360-b8b3-\ +b2de4bdfcdee"], Cell[BoxData[GridBox[{ { @@ -111780,14 +115013,14 @@ Cell[BoxData[GridBox[{ BaseStyle->{"GuideMoreAbout"}]], "GuideMoreAbout",ExpressionUUID-> "0ffe8002-d46e-4747-9f62-d50ae7da5bfe"]} }]} - }]], "GuideRelatedLinksSection",ExpressionUUID->"1c4854b6-1bc0-4053-ae1b-\ -388de0947e60"], + }]], "GuideRelatedLinksSection",ExpressionUUID->"c5898cc4-9e8c-4dd3-94fb-\ +ae007aabeaab"], -Cell[" ", "FooterCell",ExpressionUUID->"4240b2e6-2278-4a6a-a3c2-d84732798b92"] +Cell[" ", "FooterCell",ExpressionUUID->"bbda10fc-e841-48ea-9cc4-a9178ed9e340"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TuGamesView3dV6 ", TaggingRules->{ @@ -111798,20 +115031,20 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 3.874876}", + "built" -> "{2024, 6, 3, 16, 50, 50.099191}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Guide", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "A basic Introduction", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$16595, - "title" -> "TuGamesView3dV6 ", "titlemodifier" -> "", "windowtitle" -> - "TuGamesView3dV6 ", "type" -> "Guide", "uri" -> + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$16659, + "title" -> "TuGamesView3dV6 ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "TuGamesView3dV6 ", "type" -> "Guide", "uri" -> "TUG/Guides/TuGamesView3dV6"}}, CacheGraphics->False, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", CharacterEncoding -> "UTF-8"], -ExpressionUUID->"ca9a4018-675f-4e8b-8de2-70a4300b44d6" +ExpressionUUID->"c7bd40a8-c8e7-4438-89b7-89df7cbd1e92" ] (* End of Notebook Content *) @@ -111824,1015 +115057,1111 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 5690, 134, 70, "AnchorBarGrid",ExpressionUUID->"27c5179e-1d07-417a-9c10-21061fcbab02", +Cell[588, 21, 5753, 138, 70, "AnchorBarGrid",ExpressionUUID->"088b88a7-96ee-456e-bdc1-d3fde51ec837", CellID->1], Cell[CellGroupData[{ -Cell[6303, 159, 113, 1, 70, "GuideTitle",ExpressionUUID->"1ac06ef6-ff45-48b3-9cf9-cb688738ad20", +Cell[6366, 163, 113, 1, 70, "GuideTitle",ExpressionUUID->"1ac06ef6-ff45-48b3-9cf9-cb688738ad20", CellID->942062912], -Cell[6419, 162, 121, 1, 70, "GuideAbstract",ExpressionUUID->"61e79591-381e-4ba2-8d1d-d37dc08b8128", +Cell[6482, 166, 121, 1, 70, "GuideAbstract",ExpressionUUID->"61e79591-381e-4ba2-8d1d-d37dc08b8128", CellID->2001916300], -Cell[6543, 165, 153, 1, 70, "GuideAbstract",ExpressionUUID->"db7ae0c4-f504-42f2-bfe8-bc87c399226d", +Cell[6606, 169, 153, 1, 70, "GuideAbstract",ExpressionUUID->"db7ae0c4-f504-42f2-bfe8-bc87c399226d", CellID->1608083881], -Cell[6699, 168, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"fe7bd977-cad5-4d91-8a26-8266934720b6"] +Cell[6762, 172, 93, 0, 70, "GuideDelimiterSubsection",ExpressionUUID->"690d80ce-dcc3-430d-b967-7906fe348cdb"] }, Open ]], Cell[CellGroupData[{ -Cell[6829, 173, 109, 1, 70, "Section",ExpressionUUID->"690c65ac-ad3a-4d2a-853c-31df8405e4d6", +Cell[6892, 177, 109, 1, 70, "Section",ExpressionUUID->"690c65ac-ad3a-4d2a-853c-31df8405e4d6", CellID->586973023], -Cell[6941, 176, 1664, 23, 70, "Text",ExpressionUUID->"b0209cb7-17ac-46cd-b1cb-5cfb94065b9e", +Cell[7004, 180, 1664, 23, 70, "Text",ExpressionUUID->"b0209cb7-17ac-46cd-b1cb-5cfb94065b9e", CellID->203723848] }, Open ]], Cell[CellGroupData[{ -Cell[8642, 204, 110, 1, 70, "Section",ExpressionUUID->"58553e85-e219-431b-92b9-f4810fdb559e", +Cell[8705, 208, 110, 1, 70, "Section",ExpressionUUID->"58553e85-e219-431b-92b9-f4810fdb559e", CellID->1819827424], -Cell[8755, 207, 196, 4, 70, "Text",ExpressionUUID->"1da575a9-0914-4706-9437-9cfb819a9f88", +Cell[8818, 211, 196, 4, 70, "Text",ExpressionUUID->"1da575a9-0914-4706-9437-9cfb819a9f88", CellID->1290898277], Cell[CellGroupData[{ -Cell[8976, 215, 186, 4, 70, "Input",ExpressionUUID->"dbf1cfd9-c433-423d-91a3-101159906128", +Cell[9039, 219, 186, 4, 70, "Input",ExpressionUUID->"dbf1cfd9-c433-423d-91a3-101159906128", CellID->2045742445], Cell[CellGroupData[{ -Cell[9187, 223, 206, 3, 70, "Print",ExpressionUUID->"1534ae83-d310-46a8-bec1-a98be01e9016", - CellID->638732116], -Cell[9396, 228, 336, 7, 70, "Print",ExpressionUUID->"05bda8e7-4e3b-4b0a-b99f-ee69961ad60b", - CellID->1017529887], -Cell[9735, 237, 206, 3, 70, "Print",ExpressionUUID->"0a4b1e3a-9285-4f8d-8377-82da073329c7", - CellID->845143768], -Cell[9944, 242, 189, 2, 70, "Print",ExpressionUUID->"f0e35bc1-252b-47ee-9ac2-4d33a2dbe14d", - CellID->33929901], -Cell[10136, 246, 178, 2, 70, "Print",ExpressionUUID->"e1bb09d2-dbc8-4870-978e-0effbb41433a", - CellID->2065184871], -Cell[10317, 250, 207, 3, 70, "Print",ExpressionUUID->"ebc3bca1-a6d0-4774-b66c-70819e3ecb6f", - CellID->924407779], -Cell[10527, 255, 190, 2, 70, "Print",ExpressionUUID->"680207b0-7559-4f0f-a728-a47c7b59972c", - CellID->765752296], -Cell[10720, 259, 207, 3, 70, "Print",ExpressionUUID->"b0aea0a5-980f-4814-9e98-97bb0b6e37fe", - CellID->2012195129], -Cell[10930, 264, 207, 3, 70, "Print",ExpressionUUID->"b7f98baf-9924-4fbf-ac33-79be802007d7", - CellID->1823712799], -Cell[11140, 269, 178, 2, 70, "Print",ExpressionUUID->"805f96fe-a46d-4792-b818-30bad88681c9", - CellID->1603098865], -Cell[11321, 273, 207, 3, 70, "Print",ExpressionUUID->"830cbb4a-9036-463b-a5f7-9bfa77dc5f1f", - CellID->1798495221] +Cell[9250, 227, 206, 3, 70, "Print",ExpressionUUID->"e5bc4948-5f05-4497-a38d-f57f186b6e24", + CellID->442605847], +Cell[9459, 232, 336, 7, 70, "Print",ExpressionUUID->"b113cf97-0cca-4a34-857f-42eeb4496119", + CellID->1878982537], +Cell[9798, 241, 206, 3, 70, "Print",ExpressionUUID->"5b796662-b1e7-4e10-ad7d-b4c40cd7ec4c", + CellID->567848940], +Cell[10007, 246, 190, 2, 70, "Print",ExpressionUUID->"dd514ade-c03d-49da-acb6-882cba1fbb48", + CellID->370562469], +Cell[10200, 250, 177, 2, 70, "Print",ExpressionUUID->"d6a11159-6d25-49c2-afd1-4b6ba8b02e72", + CellID->765108636], +Cell[10380, 254, 207, 3, 70, "Print",ExpressionUUID->"0431ab86-5da2-4c53-a55f-9bf7fca8b10a", + CellID->339205742], +Cell[10590, 259, 191, 2, 70, "Print",ExpressionUUID->"fda41d75-83a0-4ab8-8409-aeb65c76cfda", + CellID->1338052441], +Cell[10784, 263, 207, 3, 70, "Print",ExpressionUUID->"434b7c90-779f-47f1-85e0-8bdb0e67a649", + CellID->1884502137], +Cell[10994, 268, 206, 3, 70, "Print",ExpressionUUID->"5fe0a8de-8d76-401c-aac2-7a2d0c7407c4", + CellID->599537881], +Cell[11203, 273, 177, 2, 70, "Print",ExpressionUUID->"fbd3a969-f883-46cb-a27d-56fb03a5ae28", + CellID->779002611], +Cell[11383, 277, 206, 3, 70, "Print",ExpressionUUID->"62326ad0-e7ee-44c3-9b1d-2c642add9a68", + CellID->264331544] }, Open ]] }, Open ]], -Cell[11555, 280, 327, 5, 70, "Text",ExpressionUUID->"7b65ca70-8b5b-4131-b0f6-ab5ed0bfb557", +Cell[11616, 284, 327, 5, 70, "Text",ExpressionUUID->"7b65ca70-8b5b-4131-b0f6-ab5ed0bfb557", CellID->1259379410], -Cell[11885, 287, 215, 5, 70, "Input",ExpressionUUID->"6bb638d8-bd9f-4c37-898c-46a90088a382", +Cell[11946, 291, 215, 5, 70, "Input",ExpressionUUID->"6bb638d8-bd9f-4c37-898c-46a90088a382", CellID->1995138974], -Cell[12103, 294, 411, 7, 70, "Text",ExpressionUUID->"ccce3a85-cb26-4c06-b248-9f40fc528566", +Cell[12164, 298, 411, 7, 70, "Text",ExpressionUUID->"ccce3a85-cb26-4c06-b248-9f40fc528566", CellID->224956574], -Cell[12517, 303, 219, 4, 70, "Text",ExpressionUUID->"f1a45d4c-113b-4d9d-b5c2-267abec164d3", +Cell[12578, 307, 219, 4, 70, "Text",ExpressionUUID->"f1a45d4c-113b-4d9d-b5c2-267abec164d3", CellID->926750872], Cell[CellGroupData[{ -Cell[12761, 311, 159, 3, 70, "Input",ExpressionUUID->"889097be-805c-43b6-a67a-39ad44c21502", +Cell[12822, 315, 159, 3, 70, "Input",ExpressionUUID->"889097be-805c-43b6-a67a-39ad44c21502", CellID->1871666733], -Cell[12923, 316, 18678, 430, 70, "Output",ExpressionUUID->"76f9d4bf-7441-4c64-aa29-35693ecc1982", - CellID->886113460] +Cell[12984, 320, 20987, 482, 70, "Output",ExpressionUUID->"fd00e43a-d7d1-48d5-939d-035820ce8301", + CellID->6732182] }, Open ]], -Cell[31616, 749, 1091, 16, 70, "Text",ExpressionUUID->"1a3ab1da-06dc-4eb4-bd80-84d1bdfa049e", +Cell[33986, 805, 1091, 16, 70, "Text",ExpressionUUID->"1a3ab1da-06dc-4eb4-bd80-84d1bdfa049e", CellID->1237304114], -Cell[32710, 767, 788, 12, 70, "Text",ExpressionUUID->"63a85b4c-c8ff-45ab-8c2d-cacc675fac96", +Cell[35080, 823, 788, 12, 70, "Text",ExpressionUUID->"63a85b4c-c8ff-45ab-8c2d-cacc675fac96", CellID->193628995], -Cell[33501, 781, 433, 10, 70, "Input",ExpressionUUID->"90c64c60-9d0f-4feb-9d0b-6df3a4da3ac3", +Cell[35871, 837, 433, 10, 70, "Input",ExpressionUUID->"90c64c60-9d0f-4feb-9d0b-6df3a4da3ac3", CellID->445743025], -Cell[33937, 793, 233, 6, 70, "Input",ExpressionUUID->"d53f8418-e12d-40ff-b2fd-0e925d66e2b6", +Cell[36307, 849, 233, 6, 70, "Input",ExpressionUUID->"d53f8418-e12d-40ff-b2fd-0e925d66e2b6", CellID->47049169], -Cell[34173, 801, 238, 6, 70, "Input",ExpressionUUID->"bdd65436-d6ef-41f7-b730-19663de15a23", +Cell[36543, 857, 238, 6, 70, "Input",ExpressionUUID->"bdd65436-d6ef-41f7-b730-19663de15a23", CellID->571714486], -Cell[34414, 809, 193, 4, 70, "Text",ExpressionUUID->"7dd2f5bc-6537-492c-82a5-24a84fed3fe3", +Cell[36784, 865, 193, 4, 70, "Text",ExpressionUUID->"7dd2f5bc-6537-492c-82a5-24a84fed3fe3", CellID->888078682], Cell[CellGroupData[{ -Cell[34632, 817, 167, 3, 70, "Input",ExpressionUUID->"bc6fb81d-ddcc-4151-ad4f-1df54a705bcf", +Cell[37002, 873, 167, 3, 70, "Input",ExpressionUUID->"bc6fb81d-ddcc-4151-ad4f-1df54a705bcf", CellID->1197172028], -Cell[34802, 822, 130, 2, 70, "Output",ExpressionUUID->"4ba523e1-abb4-4cf1-a8be-433a3b5a4c69", - CellID->1929246804] +Cell[37172, 878, 127, 2, 70, "Output",ExpressionUUID->"d8e9bf7a-6c02-47ca-934b-66e2dd912175", + CellID->4076760] }, Open ]], -Cell[34947, 827, 773, 11, 70, "Text",ExpressionUUID->"d7a9b2b4-76c7-4254-b33b-031f3aecccaf", +Cell[37314, 883, 773, 11, 70, "Text",ExpressionUUID->"d7a9b2b4-76c7-4254-b33b-031f3aecccaf", CellID->348678915], Cell[CellGroupData[{ -Cell[35745, 842, 191, 4, 70, "Input",ExpressionUUID->"e57bc62e-7f0c-497b-9c3a-c4e248a300d8", +Cell[38112, 898, 191, 4, 70, "Input",ExpressionUUID->"e57bc62e-7f0c-497b-9c3a-c4e248a300d8", CellID->1784145052], -Cell[35939, 848, 343, 8, 70, "Output",ExpressionUUID->"14db96c1-eec4-4876-a7be-eaf5b9348e1d", - CellID->767268166] +Cell[38306, 904, 344, 8, 70, "Output",ExpressionUUID->"6810dcbf-99a8-4ce2-a687-7f1673167a8c", + CellID->1998030198] }, Open ]], Cell[CellGroupData[{ -Cell[36319, 861, 195, 4, 70, "Input",ExpressionUUID->"5299df96-fc2b-4595-b362-c63647721fe1", +Cell[38687, 917, 195, 4, 70, "Input",ExpressionUUID->"5299df96-fc2b-4595-b362-c63647721fe1", CellID->21022691], -Cell[36517, 867, 442, 9, 70, "Output",ExpressionUUID->"f75dc948-2b6b-4fd6-815f-e5471078a501", - CellID->1669310715] +Cell[38885, 923, 441, 9, 70, "Output",ExpressionUUID->"60ae5066-9897-4ab5-b788-1c8ad3fc44e7", + CellID->127418245] }, Open ]], Cell[CellGroupData[{ -Cell[36996, 881, 202, 4, 70, "Input",ExpressionUUID->"43b5d139-bea0-4468-8317-ec7e6fe2a841", +Cell[39363, 937, 202, 4, 70, "Input",ExpressionUUID->"43b5d139-bea0-4468-8317-ec7e6fe2a841", CellID->234541510], -Cell[37201, 887, 344, 8, 70, "Output",ExpressionUUID->"19b0dc2d-a937-44cb-a816-3a6f2e39801d", - CellID->1666506102] +Cell[39568, 943, 343, 8, 70, "Output",ExpressionUUID->"e5c131aa-4e92-423e-8219-5d5a82e5e091", + CellID->863512695] }, Open ]], Cell[CellGroupData[{ -Cell[37582, 900, 194, 4, 70, "Input",ExpressionUUID->"97311ad6-c108-4fe7-8560-35b8923fe6d9", +Cell[39948, 956, 193, 4, 70, "Input",ExpressionUUID->"97311ad6-c108-4fe7-8560-35b8923fe6d9", CellID->1887478901], -Cell[37779, 906, 416, 9, 70, "Output",ExpressionUUID->"681b4f07-c8fb-4e34-ba07-5efb5247dc94", - CellID->1562448188] +Cell[40144, 962, 415, 9, 70, "Output",ExpressionUUID->"6c8accd6-02af-4256-b94b-8d93b1f9f817", + CellID->2138109637] }, Open ]], -Cell[38210, 918, 175, 3, 70, "Text",ExpressionUUID->"7e0bbf50-0693-48a4-aa53-95e2e3f7455f", +Cell[40574, 974, 175, 3, 70, "Text",ExpressionUUID->"7e0bbf50-0693-48a4-aa53-95e2e3f7455f", CellID->131435174], Cell[CellGroupData[{ -Cell[38410, 925, 224, 5, 70, "Input",ExpressionUUID->"a2d7bc65-7942-4d7a-bd1d-8db0281bd1f1", +Cell[40774, 981, 224, 5, 70, "Input",ExpressionUUID->"a2d7bc65-7942-4d7a-bd1d-8db0281bd1f1", CellID->119768591], -Cell[38637, 932, 161, 3, 70, "Output",ExpressionUUID->"8095d128-9723-421b-8de9-563151cb6e9c", - CellID->986752331] +Cell[41001, 988, 161, 3, 70, "Output",ExpressionUUID->"a90e37cf-e560-4b3d-9873-01470e2f8375", + CellID->240445576] }, Open ]], Cell[CellGroupData[{ -Cell[38835, 940, 201, 4, 70, "Input",ExpressionUUID->"dcdacab0-ef20-4c81-908c-01a76c15ec38", +Cell[41199, 996, 201, 4, 70, "Input",ExpressionUUID->"dcdacab0-ef20-4c81-908c-01a76c15ec38", CellID->1138957460], -Cell[39039, 946, 217, 5, 70, "Output",ExpressionUUID->"876d8cc5-b9d2-4b8f-a504-cb3605540d28", - CellID->188729873] +Cell[41403, 1002, 218, 5, 70, "Output",ExpressionUUID->"accb5d3b-6fe5-4205-987c-9b1cc1e4977e", + CellID->1141535214] }, Open ]], -Cell[39271, 954, 436, 7, 70, "Text",ExpressionUUID->"5b38e445-a8c2-467a-9758-11b7cfa43362", +Cell[41636, 1010, 436, 7, 70, "Text",ExpressionUUID->"5b38e445-a8c2-467a-9758-11b7cfa43362", CellID->1447549605] }, Closed]], Cell[CellGroupData[{ -Cell[39744, 966, 106, 1, 70, "Section",ExpressionUUID->"245ba1bf-00fc-4c11-ac4a-444c4c5b17fa", +Cell[42109, 1022, 106, 1, 70, "Section",ExpressionUUID->"245ba1bf-00fc-4c11-ac4a-444c4c5b17fa", CellID->1685186642], Cell[CellGroupData[{ -Cell[39875, 971, 170, 3, 70, "Input",ExpressionUUID->"2293a1c1-fa52-47ba-ae11-71a20972004b", +Cell[42240, 1027, 170, 3, 70, "Input",ExpressionUUID->"2293a1c1-fa52-47ba-ae11-71a20972004b", CellID->156491819], -Cell[40048, 976, 1214, 28, 70, "Output",ExpressionUUID->"526a0b89-e1cc-4012-9733-b5c147ce778c", - CellID->722545990] +Cell[42413, 1032, 1460, 33, 70, "Output",ExpressionUUID->"a423f755-0dfd-4fdc-90c3-98512d8f35f5", + CellID->566281304] }, Open ]], Cell[CellGroupData[{ -Cell[41299, 1009, 655, 15, 70, "Input",ExpressionUUID->"19300ac2-2443-4fbb-8944-1001fa666483", +Cell[43910, 1070, 655, 15, 70, "Input",ExpressionUUID->"19300ac2-2443-4fbb-8944-1001fa666483", CellID->1532841968], -Cell[41957, 1026, 5326, 97, 70, "Output",ExpressionUUID->"ef822347-836a-45ac-8acc-dba1ed2585d0", - CellID->2038923286] +Cell[44568, 1087, 5320, 96, 70, "Output",ExpressionUUID->"44efedb9-075b-4af4-8beb-901e183773d5", + CellID->1190418652] }, Open ]], Cell[CellGroupData[{ -Cell[47320, 1128, 607, 14, 70, "Input",ExpressionUUID->"ae879070-dcd7-49a6-8f1a-220c9451b4b8", +Cell[49925, 1188, 607, 14, 70, "Input",ExpressionUUID->"ae879070-dcd7-49a6-8f1a-220c9451b4b8", CellID->1486196240], -Cell[47930, 1144, 5326, 97, 70, "Output",ExpressionUUID->"10a08541-fa4b-4399-85fa-cc4fb7113669", - CellID->237301510] +Cell[50535, 1204, 5321, 96, 70, "Output",ExpressionUUID->"f1ba8fea-50e7-4f3f-8bab-0b426bd70911", + CellID->1097083406] }, Open ]], Cell[CellGroupData[{ -Cell[53293, 1246, 587, 13, 70, "Input",ExpressionUUID->"a596f9d4-49d9-4ecd-81db-ac7a6e1ad8a4", +Cell[55893, 1305, 587, 13, 70, "Input",ExpressionUUID->"a596f9d4-49d9-4ecd-81db-ac7a6e1ad8a4", CellID->1036915257], -Cell[53883, 1261, 5570, 102, 70, "Output",ExpressionUUID->"9b94a7fb-badf-4502-87ae-82785d4efebb", - CellID->47818589] +Cell[56483, 1320, 5565, 101, 70, "Output",ExpressionUUID->"2dbf675a-7bbc-4b60-b93c-de4dd4537324", + CellID->401815021] }, Open ]], Cell[CellGroupData[{ -Cell[59490, 1368, 567, 12, 70, "Input",ExpressionUUID->"3b3f56c3-5efd-4089-8452-eecb3e0179d4", +Cell[62085, 1426, 567, 12, 70, "Input",ExpressionUUID->"3b3f56c3-5efd-4089-8452-eecb3e0179d4", CellID->1450654049], -Cell[60060, 1382, 5892, 108, 70, "Output",ExpressionUUID->"174970b3-25d8-47ef-a6ca-f6680e3798a8", - CellID->333677278] +Cell[62655, 1440, 5886, 107, 70, "Output",ExpressionUUID->"81c8412f-dc66-4443-89c2-1974b507e7f7", + CellID->525223962] }, Open ]], Cell[CellGroupData[{ -Cell[65989, 1495, 567, 12, 70, "Input",ExpressionUUID->"f6ffd234-07c4-4179-8846-41b9e8ed662f", +Cell[68578, 1552, 567, 12, 70, "Input",ExpressionUUID->"f6ffd234-07c4-4179-8846-41b9e8ed662f", CellID->623065875], -Cell[66559, 1509, 5893, 108, 70, "Output",ExpressionUUID->"d625c502-af51-42f4-a9f6-9b54a0b488c1", - CellID->1369192823] +Cell[69148, 1566, 5887, 107, 70, "Output",ExpressionUUID->"44e710d5-36b3-485c-a0b8-7c512a720901", + CellID->1595772001] }, Open ]], Cell[CellGroupData[{ -Cell[72489, 1622, 587, 13, 70, "Input",ExpressionUUID->"abb4b12c-bcf7-4c8d-9d6e-75796ac0a08c", +Cell[75072, 1678, 587, 13, 70, "Input",ExpressionUUID->"abb4b12c-bcf7-4c8d-9d6e-75796ac0a08c", CellID->223253316], -Cell[73079, 1637, 5570, 102, 70, "Output",ExpressionUUID->"950560a4-5fca-4ac4-b888-dd7285939888", - CellID->62066105] +Cell[75662, 1693, 5565, 101, 70, "Output",ExpressionUUID->"ec2d8ef2-08b6-40bd-a5bc-5ada08f4e525", + CellID->529355845] }, Open ]], Cell[CellGroupData[{ -Cell[78686, 1744, 635, 14, 70, "Input",ExpressionUUID->"d80c3c99-b034-457b-93e4-ea586d124e7f", +Cell[81264, 1799, 635, 14, 70, "Input",ExpressionUUID->"d80c3c99-b034-457b-93e4-ea586d124e7f", CellID->7443752], -Cell[79324, 1760, 5330, 98, 70, "Output",ExpressionUUID->"792ac190-a99f-4596-ba65-a48629b981d6", - CellID->928596729] +Cell[81902, 1815, 5330, 98, 70, "Output",ExpressionUUID->"a98fda76-b713-4048-9be8-9bb0e0e94800", + CellID->130084585] }, Open ]], Cell[CellGroupData[{ -Cell[84691, 1863, 618, 13, 70, "Input",ExpressionUUID->"92484fa4-04ca-4bcd-8bde-078fd20a827c", +Cell[87269, 1918, 618, 13, 70, "Input",ExpressionUUID->"92484fa4-04ca-4bcd-8bde-078fd20a827c", CellID->1456899307], -Cell[85312, 1878, 5652, 104, 70, "Output",ExpressionUUID->"cfaf9977-12b9-42ee-9724-4256156da5c2", - CellID->1020130006] +Cell[87890, 1933, 5651, 104, 70, "Output",ExpressionUUID->"ebce49bd-d015-461c-aabd-f51cd6887579", + CellID->934170741] }, Open ]], Cell[CellGroupData[{ -Cell[91001, 1987, 618, 13, 70, "Input",ExpressionUUID->"02a19e18-68fa-437a-9712-e41f368f1702", +Cell[93578, 2042, 618, 13, 70, "Input",ExpressionUUID->"02a19e18-68fa-437a-9712-e41f368f1702", CellID->592954922], -Cell[91622, 2002, 5652, 104, 70, "Output",ExpressionUUID->"851e8a2b-6eb5-411a-bed2-4a15cbfb7fd6", - CellID->1796821545] +Cell[94199, 2057, 5652, 104, 70, "Output",ExpressionUUID->"d078d62b-e129-4bec-b117-3d781662424b", + CellID->2025521488] }, Open ]], Cell[CellGroupData[{ -Cell[97311, 2111, 638, 14, 70, "Input",ExpressionUUID->"6fc4b66c-9510-4616-835e-08ef47aad440", +Cell[99888, 2166, 638, 14, 70, "Input",ExpressionUUID->"6fc4b66c-9510-4616-835e-08ef47aad440", CellID->578267975], -Cell[97952, 2127, 5330, 98, 70, "Output",ExpressionUUID->"d42f18a9-2489-4546-b482-dcef13836e42", - CellID->341726486] +Cell[100529, 2182, 5331, 98, 70, "Output",ExpressionUUID->"16dda0f7-9693-4fbd-b4d9-34607f871e74", + CellID->1819126437] }, Open ]], Cell[CellGroupData[{ -Cell[103319, 2230, 616, 13, 70, "Input",ExpressionUUID->"56437ffa-d692-4723-abca-636f30036084", +Cell[105897, 2285, 616, 13, 70, "Input",ExpressionUUID->"56437ffa-d692-4723-abca-636f30036084", CellID->2124454242], -Cell[103938, 2245, 5892, 108, 70, "Output",ExpressionUUID->"7257d92e-a9eb-4636-8158-f58cfa0c7834", - CellID->1002633372] +Cell[106516, 2300, 5885, 107, 70, "Output",ExpressionUUID->"42e5522b-d371-4411-8598-d3180546b8f0", + CellID->824166571] }, Open ]], Cell[CellGroupData[{ -Cell[109867, 2358, 667, 14, 70, "Input",ExpressionUUID->"98d12be0-28ab-4c43-9837-09cc896f834d", +Cell[112438, 2412, 667, 14, 70, "Input",ExpressionUUID->"98d12be0-28ab-4c43-9837-09cc896f834d", CellID->1323845086], -Cell[110537, 2374, 5650, 104, 70, "Output",ExpressionUUID->"7f1495eb-a160-4b87-820d-d6fca2bc7940", - CellID->288070013] +Cell[113108, 2428, 5650, 104, 70, "Output",ExpressionUUID->"2db385d8-4582-442d-a1f0-89a6614c9b32", + CellID->320643688] }, Open ]], Cell[CellGroupData[{ -Cell[116224, 2483, 778, 16, 70, "Input",ExpressionUUID->"4c618060-070e-4f47-888a-854e7e478545", +Cell[118795, 2537, 778, 16, 70, "Input",ExpressionUUID->"4c618060-070e-4f47-888a-854e7e478545", CellID->44888125], -Cell[117005, 2501, 5962, 110, 70, "Output",ExpressionUUID->"6f6b5367-a319-4abe-9873-6f8cb38bc081", - CellID->1359256373] +Cell[119576, 2555, 5962, 110, 70, "Output",ExpressionUUID->"13d1d08e-a757-40be-95ee-269c83e5508b", + CellID->1550625327] }, Open ]], Cell[CellGroupData[{ -Cell[123004, 2616, 837, 17, 70, "Input",ExpressionUUID->"6b95fcde-2804-481b-b94a-367d73536870", +Cell[125575, 2670, 837, 17, 70, "Input",ExpressionUUID->"6b95fcde-2804-481b-b94a-367d73536870", CellID->817817422], -Cell[123844, 2635, 8221, 156, 70, "Output",ExpressionUUID->"ea81dd60-ed4f-424a-8fbc-9cc3d6d5a952", - CellID->1847777140] +Cell[126415, 2689, 8777, 167, 70, "Output",ExpressionUUID->"017ecec9-d50d-4fcb-bdc4-14a39f95c1bb", + CellID->1392015511] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[132114, 2797, 115, 1, 70, "Section",ExpressionUUID->"2dca79e1-75e6-4513-8f1b-927eb8e6f6f5", +Cell[135241, 2862, 115, 1, 70, "Section",ExpressionUUID->"2dca79e1-75e6-4513-8f1b-927eb8e6f6f5", CellID->974309241], Cell[CellGroupData[{ -Cell[132254, 2802, 176, 3, 70, "Input",ExpressionUUID->"dbe51a7c-d2e5-4191-9101-7401644ac93a", +Cell[135381, 2867, 176, 3, 70, "Input",ExpressionUUID->"dbe51a7c-d2e5-4191-9101-7401644ac93a", CellID->2051883099], -Cell[132433, 2807, 1367, 32, 70, "Output",ExpressionUUID->"568352e1-c29c-49b9-9ca5-6f847553d5ae", - CellID->321999915] +Cell[135560, 2872, 1367, 32, 70, "Output",ExpressionUUID->"325317a3-2ce7-4e21-942d-f62330c9d26c", + CellID->691206157] }, Open ]], Cell[CellGroupData[{ -Cell[133837, 2844, 373, 8, 70, "Input",ExpressionUUID->"18991344-1e8f-427a-8aed-ce0431264c3c", +Cell[136964, 2909, 373, 8, 70, "Input",ExpressionUUID->"18991344-1e8f-427a-8aed-ce0431264c3c", CellID->1355757634], -Cell[134213, 2854, 11319, 208, 70, "Output",ExpressionUUID->"76afb503-9dd5-4a0b-8f31-7cae8f0ecb2b", - CellID->1276957596] +Cell[137340, 2919, 11318, 208, 70, "Output",ExpressionUUID->"2b3998d0-5dbc-46f8-837d-d8a6ced3c848", + CellID->168250315] }, Open ]], Cell[CellGroupData[{ -Cell[145569, 3067, 324, 7, 70, "Input",ExpressionUUID->"2b66ea17-94b5-4ba1-a92d-b1976cf99ac4", +Cell[148695, 3132, 324, 7, 70, "Input",ExpressionUUID->"2b66ea17-94b5-4ba1-a92d-b1976cf99ac4", CellID->495405266], -Cell[145896, 3076, 11318, 208, 70, "Output",ExpressionUUID->"5b2926b4-c008-4437-9e95-7049e7f175b2", - CellID->624701271] +Cell[149022, 3141, 11319, 208, 70, "Output",ExpressionUUID->"02a8f383-57b8-45f8-8c4d-2f63d157e94f", + CellID->1731221253] }, Open ]], Cell[CellGroupData[{ -Cell[157251, 3289, 489, 10, 70, "Input",ExpressionUUID->"dec4c497-3d9f-46b0-97ba-ba283be98c71", +Cell[160378, 3354, 489, 10, 70, "Input",ExpressionUUID->"dec4c497-3d9f-46b0-97ba-ba283be98c71", CellID->1966612397], -Cell[157743, 3301, 11626, 215, 70, "Output",ExpressionUUID->"f6d73244-73c4-40c8-b05f-2b5c364f0f65", - CellID->1087752211] +Cell[160870, 3366, 11626, 215, 70, "Output",ExpressionUUID->"80894d88-d78d-4278-9b64-754be9990664", + CellID->2029258599] }, Open ]], Cell[CellGroupData[{ -Cell[169406, 3521, 625, 13, 70, "Input",ExpressionUUID->"3229379c-922d-415f-8eb9-d07f2a0f5239", +Cell[172533, 3586, 625, 13, 70, "Input",ExpressionUUID->"3229379c-922d-415f-8eb9-d07f2a0f5239", CellID->1727847525], -Cell[170034, 3536, 11650, 215, 70, "Output",ExpressionUUID->"54983cac-49dd-4b73-b094-24943232f49d", - CellID->1141669077] +Cell[173161, 3601, 11650, 215, 70, "Output",ExpressionUUID->"2afe40b7-a452-45c5-93b1-69048927e236", + CellID->2052752452] }, Open ]], Cell[CellGroupData[{ -Cell[181721, 3756, 644, 14, 70, "Input",ExpressionUUID->"16ae225b-245b-4ac8-86ef-4be3fca4a871", +Cell[184848, 3821, 644, 14, 70, "Input",ExpressionUUID->"16ae225b-245b-4ac8-86ef-4be3fca4a871", CellID->1820944202], -Cell[182368, 3772, 11264, 208, 70, "Output",ExpressionUUID->"8d272966-e881-4454-aeaf-0363674d3909", - CellID->300930423] +Cell[185495, 3837, 11264, 208, 70, "Output",ExpressionUUID->"fb0f5049-feef-44e7-995b-1415c8fc59e8", + CellID->183275487] }, Open ]], Cell[CellGroupData[{ -Cell[193669, 3985, 694, 15, 70, "Input",ExpressionUUID->"5c06f9a0-7f10-4160-bf60-ab15af68088c", +Cell[196796, 4050, 694, 15, 70, "Input",ExpressionUUID->"5c06f9a0-7f10-4160-bf60-ab15af68088c", CellID->114948879], -Cell[194366, 4002, 10341, 192, 70, "Output",ExpressionUUID->"e8c75ab5-6882-4d67-b8ed-1715493ccb34", - CellID->543367428] +Cell[197493, 4067, 10341, 192, 70, "Output",ExpressionUUID->"e45407cf-baa5-4998-aff6-0e47fc8bedf1", + CellID->660777562] }, Open ]], Cell[CellGroupData[{ -Cell[204744, 4199, 694, 15, 70, "Input",ExpressionUUID->"4366ee33-fae1-4e69-9a46-35c5d3ba2e21", +Cell[207871, 4264, 694, 15, 70, "Input",ExpressionUUID->"4366ee33-fae1-4e69-9a46-35c5d3ba2e21", CellID->375549424], -Cell[205441, 4216, 11144, 206, 70, "Output",ExpressionUUID->"6fd3ac81-a840-413c-8126-70c02b86b9bf", - CellID->792680651] +Cell[208568, 4281, 11144, 206, 70, "Output",ExpressionUUID->"ba06c489-8028-4d78-b57f-69ec2d52ba0e", + CellID->169600348] }, Open ]], Cell[CellGroupData[{ -Cell[216622, 4427, 695, 15, 70, "Input",ExpressionUUID->"b17ee8b6-db41-4b49-be8c-974ad017594e", +Cell[219749, 4492, 695, 15, 70, "Input",ExpressionUUID->"b17ee8b6-db41-4b49-be8c-974ad017594e", CellID->24630771], -Cell[217320, 4444, 10361, 192, 70, "Output",ExpressionUUID->"fbfb7435-aa39-4a28-b219-b74b3561ec82", - CellID->1187043883] +Cell[220447, 4509, 10360, 192, 70, "Output",ExpressionUUID->"f4d60b20-cea6-4afd-b33f-8abcda62289a", + CellID->190007669] }, Open ]], Cell[CellGroupData[{ -Cell[227718, 4641, 696, 15, 70, "Input",ExpressionUUID->"2abfcee4-f6ba-463a-8141-fa03df29a969", +Cell[230844, 4706, 696, 15, 70, "Input",ExpressionUUID->"2abfcee4-f6ba-463a-8141-fa03df29a969", CellID->1808823527], -Cell[228417, 4658, 11019, 202, 70, "Output",ExpressionUUID->"bdf6e308-a8ba-4b7f-9660-03ffee84198e", - CellID->325130584] +Cell[231543, 4723, 11019, 202, 70, "Output",ExpressionUUID->"136f19e4-78b0-457f-a0a0-acf45af8fbe3", + CellID->664854322] }, Open ]], Cell[CellGroupData[{ -Cell[239473, 4865, 733, 17, 70, "Input",ExpressionUUID->"a16a846b-ac8a-4644-8aea-bafabcf1ff15", +Cell[242599, 4930, 733, 17, 70, "Input",ExpressionUUID->"a16a846b-ac8a-4644-8aea-bafabcf1ff15", CellID->13430610], -Cell[240209, 4884, 9763, 179, 70, "Output",ExpressionUUID->"e99894b9-1d27-4848-88d9-26a3c92e4376", - CellID->1559948817] +Cell[243335, 4949, 9761, 179, 70, "Output",ExpressionUUID->"0aea2e4a-621c-4c49-9e8e-f9ab85227872", + CellID->20146898] }, Open ]], Cell[CellGroupData[{ -Cell[250009, 5068, 737, 17, 70, "Input",ExpressionUUID->"5e276313-b5c3-46d2-8495-9e56fbdc4098", +Cell[253133, 5133, 737, 17, 70, "Input",ExpressionUUID->"5e276313-b5c3-46d2-8495-9e56fbdc4098", CellID->1782559486], -Cell[250749, 5087, 9992, 182, 70, "Output",ExpressionUUID->"4db9c1cc-b36c-4a65-aaad-f2de7fc667de", - CellID->708870950] +Cell[253873, 5152, 9992, 182, 70, "Output",ExpressionUUID->"b2a35289-52c1-4b96-8dd5-ffb54cfa30e3", + CellID->317425914] }, Open ]], Cell[CellGroupData[{ -Cell[260778, 5274, 738, 17, 70, "Input",ExpressionUUID->"7caa13b1-4d72-4b79-bc05-a117bbc851ae", +Cell[263902, 5339, 738, 17, 70, "Input",ExpressionUUID->"7caa13b1-4d72-4b79-bc05-a117bbc851ae", CellID->1882533307], -Cell[261519, 5293, 7602, 138, 70, "Output",ExpressionUUID->"38df74b7-a677-4a1d-9206-fa878244e91e", - CellID->1991636687] +Cell[264643, 5358, 7602, 138, 70, "Output",ExpressionUUID->"57d4afc2-6767-43e4-aa0d-db03bbb6cac7", + CellID->1528367017] }, Open ]], Cell[CellGroupData[{ -Cell[269158, 5436, 737, 17, 70, "Input",ExpressionUUID->"5c49d700-53c7-4c78-ae14-772b32060f30", +Cell[272282, 5501, 737, 17, 70, "Input",ExpressionUUID->"5c49d700-53c7-4c78-ae14-772b32060f30", CellID->1652594595], -Cell[269898, 5455, 7897, 144, 70, "Output",ExpressionUUID->"c801e0db-2836-49bd-9d61-7a757f9229de", - CellID->974913358] +Cell[273022, 5520, 7896, 144, 70, "Output",ExpressionUUID->"6f7f40f5-5fa1-426a-9751-b76b72c8226c", + CellID->10772887] }, Open ]], Cell[CellGroupData[{ -Cell[277832, 5604, 698, 15, 70, "Input",ExpressionUUID->"4ad959ba-17ff-47e1-a5e8-350f9167d9c2", +Cell[280955, 5669, 698, 15, 70, "Input",ExpressionUUID->"4ad959ba-17ff-47e1-a5e8-350f9167d9c2", CellID->1172401694], -Cell[278533, 5621, 8232, 151, 70, "Output",ExpressionUUID->"51e1aa9a-ca79-40b0-bace-75c4f6c66af0", - CellID->1695623282] +Cell[281656, 5686, 8231, 151, 70, "Output",ExpressionUUID->"4a896ae3-a026-42bd-8d48-b6ec019bcca9", + CellID->557871491] +}, Open ]] +}, Closed]], +Cell[CellGroupData[{ +Cell[289936, 5843, 111, 1, 70, "Section",ExpressionUUID->"61229144-0ed4-4b91-9aea-6116f0ba4025", + CellID->1725922309], +Cell[290050, 5846, 214, 4, 70, "Text",ExpressionUUID->"518ff2a1-40cf-46d9-8bac-b60407302e35", + CellID->527815352], +Cell[CellGroupData[{ +Cell[290289, 5854, 173, 3, 70, "Input",ExpressionUUID->"ee7e8fc7-5f31-471c-a82d-11fc7c26094f", + CellID->44489003], +Cell[290465, 5859, 1405, 32, 70, "Output",ExpressionUUID->"c7304b79-9105-484a-b38c-7c1d730d4b51", + CellID->522418584] +}, Open ]], +Cell[CellGroupData[{ +Cell[291907, 5896, 659, 15, 70, "Input",ExpressionUUID->"58c99f8c-d5da-4168-b82d-8cd06e0fa118", + CellID->1267833553], +Cell[292569, 5913, 10394, 190, 70, "Output",ExpressionUUID->"af142698-ee2a-4cb7-92a8-f8c2c9a9ed23", + CellID->577054192] +}, Open ]], +Cell[CellGroupData[{ +Cell[303000, 6108, 610, 14, 70, "Input",ExpressionUUID->"a2d323c3-41b9-40fe-a73d-e4c843691a3c", + CellID->586600835], +Cell[303613, 6124, 10396, 190, 70, "Output",ExpressionUUID->"fbe7fb23-c05c-4e5e-a933-ade6ab4e49bf", + CellID->1748290143] +}, Open ]], +Cell[CellGroupData[{ +Cell[314046, 6319, 591, 13, 70, "Input",ExpressionUUID->"7a76fe79-2605-480a-be3a-86e7ad234809", + CellID->1256217383], +Cell[314640, 6334, 10641, 195, 70, "Output",ExpressionUUID->"5df98466-2e3e-45e4-aa6f-92439cafac17", + CellID->1619501990] +}, Open ]], +Cell[CellGroupData[{ +Cell[325318, 6534, 571, 12, 70, "Input",ExpressionUUID->"0cc37bae-60eb-43f3-ae4d-09333c09067c", + CellID->1114731318], +Cell[325892, 6548, 10961, 201, 70, "Output",ExpressionUUID->"1a3b0187-cb28-4955-adb5-c600e2725433", + CellID->978869213] +}, Open ]], +Cell[CellGroupData[{ +Cell[336890, 6754, 572, 12, 70, "Input",ExpressionUUID->"08d1d5fd-084f-447c-a066-82b078f44d17", + CellID->1389598341], +Cell[337465, 6768, 10961, 201, 70, "Output",ExpressionUUID->"9186240c-9066-47ec-98c9-5ee4b9c3f212", + CellID->126030457] +}, Open ]], +Cell[CellGroupData[{ +Cell[348463, 6974, 592, 13, 70, "Input",ExpressionUUID->"5b0db622-89b8-456c-8f6a-276fb232a114", + CellID->1728894143], +Cell[349058, 6989, 10641, 195, 70, "Output",ExpressionUUID->"5d2e193c-4ac3-4d81-bf4d-e23df6bfb45d", + CellID->1067790343] +}, Open ]], +Cell[CellGroupData[{ +Cell[359736, 7189, 641, 14, 70, "Input",ExpressionUUID->"ccf7c62e-65fa-4151-a435-13b8c6be48cb", + CellID->805370471], +Cell[360380, 7205, 10409, 192, 70, "Output",ExpressionUUID->"5e58cb89-2bd2-4098-a350-d58ff68cf6ab", + CellID->1508225058] +}, Open ]], +Cell[CellGroupData[{ +Cell[370826, 7402, 622, 13, 70, "Input",ExpressionUUID->"808f1b02-88a4-4238-88de-a4a222d6fe3e", + CellID->1798466046], +Cell[371451, 7417, 10730, 198, 70, "Output",ExpressionUUID->"83ee823e-c5b8-43ca-901a-92a706d2585d", + CellID->1386262899] +}, Open ]], +Cell[CellGroupData[{ +Cell[382218, 7620, 623, 13, 70, "Input",ExpressionUUID->"a07a2c28-e1c0-436d-8021-b9024649174e", + CellID->1850237805], +Cell[382844, 7635, 10730, 198, 70, "Output",ExpressionUUID->"f180a39a-0997-4c44-bb8d-808185072a1b", + CellID->2075241480] +}, Open ]], +Cell[CellGroupData[{ +Cell[393611, 7838, 643, 14, 70, "Input",ExpressionUUID->"bcb49241-b863-4b3a-a814-d82bb3a20d6a", + CellID->1426333155], +Cell[394257, 7854, 10408, 192, 70, "Output",ExpressionUUID->"4a1f4b88-825d-459d-9f71-e27392a6fdeb", + CellID->678644007] +}, Open ]], +Cell[CellGroupData[{ +Cell[404702, 8051, 620, 13, 70, "Input",ExpressionUUID->"7bb71ba8-5ea2-4cbe-91b3-4330cecfdbbb", + CellID->2029195091], +Cell[405325, 8066, 10961, 201, 70, "Output",ExpressionUUID->"b53a63ec-5c51-45f7-b48a-6cac72444faf", + CellID->1706906587] +}, Open ]], +Cell[CellGroupData[{ +Cell[416323, 8272, 670, 14, 70, "Input",ExpressionUUID->"53653f6b-d293-4171-8aef-d3e02f626a4a", + CellID->258939087], +Cell[416996, 8288, 10729, 198, 70, "Output",ExpressionUUID->"d9e32140-9b44-4225-9bda-d4bf7cfb7c24", + CellID->1478383159] +}, Open ]], +Cell[CellGroupData[{ +Cell[427762, 8491, 784, 16, 70, "Input",ExpressionUUID->"6d0e55dc-3d87-4d91-b72e-e6f9dc3b0381", + CellID->1842853785], +Cell[428549, 8509, 11040, 204, 70, "Output",ExpressionUUID->"c287a760-a538-48b0-bc6e-91450b7e18d0", + CellID->2070659519] +}, Open ]], +Cell[CellGroupData[{ +Cell[439626, 8718, 842, 17, 70, "Input",ExpressionUUID->"fc3b5dbe-bf7d-40dc-b159-601df3107d04", + CellID->1032128707], +Cell[440471, 8737, 14230, 267, 70, "Output",ExpressionUUID->"a3c25481-56af-4d87-9b94-548e98bdc1b5", + CellID->250629096] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[286814, 5778, 110, 1, 70, "Section",ExpressionUUID->"81138c29-0211-4b21-a9cc-a5a11f3c3ac5", +Cell[454750, 9010, 110, 1, 70, "Section",ExpressionUUID->"81138c29-0211-4b21-a9cc-a5a11f3c3ac5", CellID->1527176322], Cell[CellGroupData[{ -Cell[286949, 5783, 178, 3, 70, "Input",ExpressionUUID->"f3212bcf-d42e-4bdf-9a91-fa8188ad98d4", +Cell[454885, 9015, 178, 3, 70, "Input",ExpressionUUID->"f3212bcf-d42e-4bdf-9a91-fa8188ad98d4", CellID->1076801145], -Cell[287130, 5788, 1477, 34, 70, "Output",ExpressionUUID->"547ad8b8-43e7-421e-bbb7-dfd0b569f6d8", - CellID->32882912] +Cell[455066, 9020, 1479, 34, 70, "Output",ExpressionUUID->"89b7babd-6a19-4000-accb-acb4fb20f419", + CellID->1646633474] }, Open ]], Cell[CellGroupData[{ -Cell[288644, 5827, 327, 7, 70, "Input",ExpressionUUID->"62aac8b7-bc26-463f-95a1-8e0daa686f99", +Cell[456582, 9059, 327, 7, 70, "Input",ExpressionUUID->"62aac8b7-bc26-463f-95a1-8e0daa686f99", CellID->735450308], -Cell[288974, 5836, 3247, 64, 70, "Output",ExpressionUUID->"952d6794-73a0-4c02-9e51-8469308b266f", - CellID->1697459348] +Cell[456912, 9068, 3247, 64, 70, "Output",ExpressionUUID->"30cae2b1-a06e-42ac-b306-9c971a882357", + CellID->1654397124] }, Open ]], Cell[CellGroupData[{ -Cell[292258, 5905, 919, 19, 70, "Input",ExpressionUUID->"4d604bba-9ad0-4a42-9d0f-e6398dfacd27", +Cell[460196, 9137, 919, 19, 70, "Input",ExpressionUUID->"4d604bba-9ad0-4a42-9d0f-e6398dfacd27", CellID->1239401966], -Cell[293180, 5926, 299, 6, 70, "Print",ExpressionUUID->"91703be8-fc5b-4b68-bd4f-ade46e3fd8b2", - CellID->1587062920], -Cell[293482, 5934, 7337, 137, 70, "Output",ExpressionUUID->"3aabcca1-9c01-4972-82a7-625911d7c92d", - CellID->270184422] +Cell[461118, 9158, 298, 6, 70, "Print",ExpressionUUID->"c9b72a1f-b8af-4fde-8f73-a828918a4e08", + CellID->132404047], +Cell[461419, 9166, 7338, 137, 70, "Output",ExpressionUUID->"e3af8c5c-093a-4e9a-b27c-4747b63d54f4", + CellID->1551902278] }, Open ]], Cell[CellGroupData[{ -Cell[300856, 6076, 919, 19, 70, "Input",ExpressionUUID->"a6c9217a-58ec-447e-a954-438634d91f6b", +Cell[468794, 9308, 919, 19, 70, "Input",ExpressionUUID->"a6c9217a-58ec-447e-a954-438634d91f6b", CellID->1037977633], -Cell[301778, 6097, 299, 6, 70, "Print",ExpressionUUID->"ed936119-83e0-433d-a0e6-061084499893", - CellID->1745277938], -Cell[302080, 6105, 11725, 215, 70, "Output",ExpressionUUID->"137d0f25-f7b2-4749-9341-c9065bbf8967", - CellID->1920740198] +Cell[469716, 9329, 299, 6, 70, "Print",ExpressionUUID->"7fb9c79c-7e02-47c7-bdc8-9ab97c50257a", + CellID->1837672611], +Cell[470018, 9337, 11724, 215, 70, "Output",ExpressionUUID->"f1d873f2-03be-44b9-9bd9-a4066f59629b", + CellID->793181609] }, Open ]], Cell[CellGroupData[{ -Cell[313842, 6325, 898, 18, 70, "Input",ExpressionUUID->"bba53ff7-2049-41bb-8ed9-23a436f7b91e", +Cell[481779, 9557, 898, 18, 70, "Input",ExpressionUUID->"bba53ff7-2049-41bb-8ed9-23a436f7b91e", CellID->711438187], -Cell[314743, 6345, 299, 6, 70, "Print",ExpressionUUID->"8d5613c7-a028-4cc5-b668-32ebaa97cb31", - CellID->1639377246], -Cell[315045, 6353, 12233, 224, 70, "Output",ExpressionUUID->"a449a939-813f-4c76-99c7-f2d9542774d6", - CellID->1807344043] +Cell[482680, 9577, 299, 6, 70, "Print",ExpressionUUID->"deab3eb7-2989-4224-9367-c3d88a96e6de", + CellID->1721502627], +Cell[482982, 9585, 12233, 224, 70, "Output",ExpressionUUID->"027f307d-bc59-4f92-a9d0-3169a9a797e1", + CellID->2027680281] }, Open ]], Cell[CellGroupData[{ -Cell[327315, 6582, 899, 18, 70, "Input",ExpressionUUID->"bbda9965-6429-41d2-aeb9-87edf7531e85", +Cell[495252, 9814, 899, 18, 70, "Input",ExpressionUUID->"bbda9965-6429-41d2-aeb9-87edf7531e85", CellID->392342494], -Cell[328217, 6602, 298, 6, 70, "Print",ExpressionUUID->"ad3fe2b9-fcca-4a15-84f6-c70072ad5b7d", - CellID->701853279], -Cell[328518, 6610, 12072, 224, 70, "Output",ExpressionUUID->"f414d69e-755f-4086-af70-60d92729a566", - CellID->512023604] +Cell[496154, 9834, 299, 6, 70, "Print",ExpressionUUID->"fd8d9aac-57ca-47df-a373-f2c19ca867ff", + CellID->1458035932], +Cell[496456, 9842, 12073, 224, 70, "Output",ExpressionUUID->"fd49d4f0-5ad3-4f29-8940-e23d3a6337e7", + CellID->1741649525] }, Open ]], Cell[CellGroupData[{ -Cell[340627, 6839, 898, 18, 70, "Input",ExpressionUUID->"2803376c-dea7-4b9c-9032-15b89d5babaf", +Cell[508566, 10071, 898, 18, 70, "Input",ExpressionUUID->"2803376c-dea7-4b9c-9032-15b89d5babaf", CellID->416973265], -Cell[341528, 6859, 299, 6, 70, "Print",ExpressionUUID->"1ddc8268-7d04-4f70-9ca4-4014e1e37441", - CellID->1456681940], -Cell[341830, 6867, 13045, 241, 70, "Output",ExpressionUUID->"1142b997-a837-410c-ab11-de3e2f3dcb37", - CellID->1043579766] +Cell[509467, 10091, 298, 6, 70, "Print",ExpressionUUID->"d0d69359-19f1-4893-9fe2-9c58110f2673", + CellID->197622547], +Cell[509768, 10099, 13044, 241, 70, "Output",ExpressionUUID->"453a63f5-a7c3-4111-9cea-b8a582dbc209", + CellID->838919301] }, Open ]], Cell[CellGroupData[{ -Cell[354912, 7113, 920, 19, 70, "Input",ExpressionUUID->"692108dd-a75d-48ac-af59-391df2d9e177", +Cell[522849, 10345, 920, 19, 70, "Input",ExpressionUUID->"692108dd-a75d-48ac-af59-391df2d9e177", CellID->1019872012], -Cell[355835, 7134, 299, 6, 70, "Print",ExpressionUUID->"e8123144-5f6c-4318-959f-849966beb59e", - CellID->1514656976], -Cell[356137, 7142, 9703, 179, 70, "Output",ExpressionUUID->"2feb430c-ae22-4d10-b140-06b8e0f2c10e", - CellID->1744751954] +Cell[523772, 10366, 299, 6, 70, "Print",ExpressionUUID->"1b2d4293-70e4-44df-85f7-2ab0e3d5a8a6", + CellID->1752422413], +Cell[524074, 10374, 9702, 179, 70, "Output",ExpressionUUID->"6fd82f8d-06c1-4769-b4b4-bfe6cdbd437e", + CellID->755494038] }, Open ]], Cell[CellGroupData[{ -Cell[365877, 7326, 920, 19, 70, "Input",ExpressionUUID->"4a532203-c718-4438-b1f2-c5bfc2e0aaaf", +Cell[533813, 10558, 920, 19, 70, "Input",ExpressionUUID->"4a532203-c718-4438-b1f2-c5bfc2e0aaaf", CellID->654947850], -Cell[366800, 7347, 298, 6, 70, "Print",ExpressionUUID->"0930f4bc-f4b2-4bdb-90d8-671b2fa534c3", - CellID->255352491], -Cell[367101, 7355, 12253, 226, 70, "Output",ExpressionUUID->"5951f348-68d6-4b7c-a2d3-9a0b163e9a97", - CellID->1214950469] +Cell[534736, 10579, 299, 6, 70, "Print",ExpressionUUID->"aa45ebae-1b0a-4128-86e3-f1e1834def85", + CellID->1361337885], +Cell[535038, 10587, 12252, 226, 70, "Output",ExpressionUUID->"57992473-c7a6-43ec-ba05-1e165c59d41f", + CellID->181992957] }, Open ]], Cell[CellGroupData[{ -Cell[379391, 7586, 920, 19, 70, "Input",ExpressionUUID->"261f7d10-42ae-4838-8127-daec26f05d9f", +Cell[547327, 10818, 920, 19, 70, "Input",ExpressionUUID->"261f7d10-42ae-4838-8127-daec26f05d9f", CellID->334911814], -Cell[380314, 7607, 299, 6, 70, "Print",ExpressionUUID->"0671624a-e36b-4765-a406-e2392a8870d6", - CellID->2066751869], -Cell[380616, 7615, 9933, 182, 70, "Output",ExpressionUUID->"3564c02d-2133-47c2-8ee0-91fac400897b", - CellID->1532310088] +Cell[548250, 10839, 298, 6, 70, "Print",ExpressionUUID->"b927e7e8-95c1-45a0-b3de-529bc966bf31", + CellID->356300534], +Cell[548551, 10847, 9932, 182, 70, "Output",ExpressionUUID->"493bf586-8abe-4a47-bbf5-746e1c15ad81", + CellID->833356228] }, Open ]], Cell[CellGroupData[{ -Cell[390586, 7802, 901, 18, 70, "Input",ExpressionUUID->"6337a250-aa0b-40ba-993d-448ca2496c28", +Cell[558520, 11034, 901, 18, 70, "Input",ExpressionUUID->"6337a250-aa0b-40ba-993d-448ca2496c28", CellID->1507313508], -Cell[391490, 7822, 299, 6, 70, "Print",ExpressionUUID->"2e559320-6a50-4da2-9c7b-90a43c29f796", - CellID->1839651740], -Cell[391792, 7830, 13275, 244, 70, "Output",ExpressionUUID->"f2c5cf02-bee9-4c84-b9b8-8c664f47bbaf", - CellID->1007020432] +Cell[559424, 11054, 299, 6, 70, "Print",ExpressionUUID->"f7f2aa13-b69d-45ba-9505-f065eb029575", + CellID->1160862170], +Cell[559726, 11062, 13274, 244, 70, "Output",ExpressionUUID->"7eaa5fd0-3b7d-4a03-9c18-5aaf71bcf9a7", + CellID->482330991] }, Open ]], Cell[CellGroupData[{ -Cell[405104, 8079, 901, 18, 70, "Input",ExpressionUUID->"042c9692-b573-4849-8728-a37e1d638855", +Cell[573037, 11311, 901, 18, 70, "Input",ExpressionUUID->"042c9692-b573-4849-8728-a37e1d638855", CellID->436631006], -Cell[406008, 8099, 298, 6, 70, "Print",ExpressionUUID->"fd5e48fa-2f49-4f41-822c-ab4b542e46f7", - CellID->526495517], -Cell[406309, 8107, 12718, 232, 70, "Output",ExpressionUUID->"4c1e6dea-1af9-47f7-aa1e-9c4bebb111c2", - CellID->2140582163] +Cell[573941, 11331, 299, 6, 70, "Print",ExpressionUUID->"e6889c3c-494f-441c-a631-2cd924116bc3", + CellID->1901146571], +Cell[574243, 11339, 12717, 232, 70, "Output",ExpressionUUID->"7c599dce-2d91-4e90-9df5-302d97871ab2", + CellID->521603580] }, Open ]], Cell[CellGroupData[{ -Cell[419064, 8344, 901, 18, 70, "Input",ExpressionUUID->"cc3b2ba7-4536-49e6-b096-fb30d94b5e63", +Cell[586997, 11576, 901, 18, 70, "Input",ExpressionUUID->"cc3b2ba7-4536-49e6-b096-fb30d94b5e63", CellID->756544194], -Cell[419968, 8364, 299, 6, 70, "Print",ExpressionUUID->"b6b18006-e730-4792-bf56-666929ff8f15", - CellID->1550387860], -Cell[420270, 8372, 12303, 227, 70, "Output",ExpressionUUID->"fc8ee287-3bb6-4b55-927a-0b3171516888", - CellID->1319176168] +Cell[587901, 11596, 298, 6, 70, "Print",ExpressionUUID->"8ef76698-c38f-4984-9daf-1c87061366ec", + CellID->738446034], +Cell[588202, 11604, 12303, 227, 70, "Output",ExpressionUUID->"f59950ca-f2d4-42c0-af8c-981af0698152", + CellID->1755624008] }, Open ]], Cell[CellGroupData[{ -Cell[432610, 8604, 902, 18, 70, "Input",ExpressionUUID->"e3ed7aaa-325a-4ea6-b026-2703de059380", +Cell[600542, 11836, 902, 18, 70, "Input",ExpressionUUID->"e3ed7aaa-325a-4ea6-b026-2703de059380", CellID->895586132], -Cell[433515, 8624, 299, 6, 70, "Print",ExpressionUUID->"365cb757-61ba-46c0-93c8-871b43b519bb", - CellID->1180142398], -Cell[433817, 8632, 11746, 215, 70, "Output",ExpressionUUID->"0c6f88e1-223c-481c-8e34-a7bebf5bb0f8", - CellID->1875518445] +Cell[601447, 11856, 299, 6, 70, "Print",ExpressionUUID->"7261f3fb-f9aa-4848-8589-4caaf1ca1e12", + CellID->1907866479], +Cell[601749, 11864, 11745, 215, 70, "Output",ExpressionUUID->"0ddce4ac-41c3-48b3-8cd2-643723fd5622", + CellID->666203866] }, Open ]], Cell[CellGroupData[{ -Cell[445600, 8852, 895, 18, 70, "Input",ExpressionUUID->"d3830349-8f22-4663-8400-cb0c23b8b0c9", +Cell[613531, 12084, 895, 18, 70, "Input",ExpressionUUID->"d3830349-8f22-4663-8400-cb0c23b8b0c9", CellID->1476822693], -Cell[446498, 8872, 298, 6, 70, "Print",ExpressionUUID->"355913cc-a5fd-4a68-9943-54f38d0d36ed", - CellID->731641338], -Cell[446799, 8880, 12960, 235, 70, "Output",ExpressionUUID->"581cb10f-54a5-4d1a-83c7-ec51a42ee3c4", - CellID->1889013349] +Cell[614429, 12104, 298, 6, 70, "Print",ExpressionUUID->"b4af325b-3f42-4d8f-8edb-582b06c47de3", + CellID->286784367], +Cell[614730, 12112, 12960, 235, 70, "Output",ExpressionUUID->"33d4df85-9b53-425b-b4d7-bf0297a1db02", + CellID->1467289418] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[459808, 9121, 143, 1, 70, "Section",ExpressionUUID->"87c3d7fc-a246-4e2f-a210-701365c42ad2", +Cell[627739, 12353, 143, 1, 70, "Section",ExpressionUUID->"87c3d7fc-a246-4e2f-a210-701365c42ad2", CellID->25524486], -Cell[459954, 9124, 1194, 17, 70, "Text",ExpressionUUID->"e0e395a0-e329-4ce7-a239-fb3142a2c692", +Cell[627885, 12356, 1194, 17, 70, "Text",ExpressionUUID->"e0e395a0-e329-4ce7-a239-fb3142a2c692", CellID->1752814168], Cell[CellGroupData[{ -Cell[461173, 9145, 183, 3, 70, "Input",ExpressionUUID->"417b72b3-5159-478c-bc52-13922fe34c4a", +Cell[629104, 12377, 183, 3, 70, "Input",ExpressionUUID->"417b72b3-5159-478c-bc52-13922fe34c4a", CellID->322210052], -Cell[461359, 9150, 1722, 42, 70, "Output",ExpressionUUID->"0307e5c9-00cc-4f60-a4c7-875b14299363", - CellID->1719671484] +Cell[629290, 12382, 1722, 42, 70, "Output",ExpressionUUID->"8f3b0d93-49e2-4cf9-9145-b91b654a508f", + CellID->2144587025] }, Open ]], -Cell[463096, 9195, 1441, 20, 70, "Text",ExpressionUUID->"13a2dc4f-9e35-404c-a030-ccf8e1bf5bca", +Cell[631027, 12427, 1441, 20, 70, "Text",ExpressionUUID->"13a2dc4f-9e35-404c-a030-ccf8e1bf5bca", CellID->22303786], -Cell[464540, 9217, 1242, 30, 70, "Input",ExpressionUUID->"9cfd4de3-4c29-4e7d-b517-0ac1c38c5cd8", +Cell[632471, 12449, 1242, 30, 70, "Input",ExpressionUUID->"9cfd4de3-4c29-4e7d-b517-0ac1c38c5cd8", CellID->2030884443], -Cell[465785, 9249, 224, 4, 70, "Text",ExpressionUUID->"1d1d968c-c041-4331-adff-20019f44887a", +Cell[633716, 12481, 224, 4, 70, "Text",ExpressionUUID->"1d1d968c-c041-4331-adff-20019f44887a", CellID->2075447974], Cell[CellGroupData[{ -Cell[466034, 9257, 160, 3, 70, "Input",ExpressionUUID->"fd3f0643-9e23-420f-90cc-a69b9faa33de", +Cell[633965, 12489, 160, 3, 70, "Input",ExpressionUUID->"fd3f0643-9e23-420f-90cc-a69b9faa33de", CellID->1042175798], -Cell[466197, 9262, 130, 2, 70, "Output",ExpressionUUID->"c6f844bd-d5d3-427a-b600-73ee70b55466", - CellID->1706554696] +Cell[634128, 12494, 129, 2, 70, "Output",ExpressionUUID->"590d60f8-64ed-47a4-bcb2-3b65c6217c1d", + CellID->209960238] }, Open ]], Cell[CellGroupData[{ -Cell[466364, 9269, 131, 2, 70, "Input",ExpressionUUID->"f98cf65a-a4e8-49d1-ad99-561a2530ea8c", +Cell[634294, 12501, 131, 2, 70, "Input",ExpressionUUID->"f98cf65a-a4e8-49d1-ad99-561a2530ea8c", CellID->1495648307], -Cell[466498, 9273, 136, 2, 70, "Output",ExpressionUUID->"8facfe0a-8e96-40ef-834b-9d252502483b", - CellID->1437152983] +Cell[634428, 12505, 136, 2, 70, "Output",ExpressionUUID->"63252b1f-34f1-4d69-bcb1-472d4b649a8e", + CellID->1717918515] }, Open ]], -Cell[466649, 9278, 522, 8, 70, "Text",ExpressionUUID->"14392c23-bc9e-4e87-8b0e-c875cd1bffc1", +Cell[634579, 12510, 522, 8, 70, "Text",ExpressionUUID->"14392c23-bc9e-4e87-8b0e-c875cd1bffc1", CellID->369919197], Cell[CellGroupData[{ -Cell[467196, 9290, 187, 4, 70, "Input",ExpressionUUID->"81fc1f63-4f29-424b-9b2a-b6892461f6a6", +Cell[635126, 12522, 187, 4, 70, "Input",ExpressionUUID->"81fc1f63-4f29-424b-9b2a-b6892461f6a6", CellID->650898299], -Cell[467386, 9296, 3218493, 52956, 70, "Output",ExpressionUUID->"734d6035-3517-45ad-a87e-05ce80329aa5", - CellID->1752554396] +Cell[635316, 12528, 3218514, 52957, 70, "Output",ExpressionUUID->"df7c574a-16d7-4404-8e5f-581ec4608c4b", + CellID->1643736851] }, Open ]], -Cell[3685894, 62255, 638, 9, 70, "Text",ExpressionUUID->"afef48fc-dd77-41b7-a6c2-47e028c8bffb", +Cell[3853845, 65488, 638, 9, 70, "Text",ExpressionUUID->"afef48fc-dd77-41b7-a6c2-47e028c8bffb", CellID->786927194], Cell[CellGroupData[{ -Cell[3686557, 62268, 202, 5, 70, "Input",ExpressionUUID->"47096d9e-3b87-4e7d-a44a-10cf1b0de641", +Cell[3854508, 65501, 202, 5, 70, "Input",ExpressionUUID->"47096d9e-3b87-4e7d-a44a-10cf1b0de641", CellID->359015372], Cell[CellGroupData[{ -Cell[3686784, 62277, 11760, 217, 70, "Print",ExpressionUUID->"d0ff374f-a096-4aa4-9c58-40dda1d8f642", - CellID->1256530396], -Cell[3698547, 62496, 11696, 217, 70, "Print",ExpressionUUID->"5ca4b7d9-00ad-456b-9733-33920ba0cc75", - CellID->876732255], -Cell[3710246, 62715, 11701, 217, 70, "Print",ExpressionUUID->"6a2ef181-ae98-4dba-baec-a3ba64a6ff8a", - CellID->2022738818], -Cell[3721950, 62934, 11696, 217, 70, "Print",ExpressionUUID->"916ade3d-6106-459f-b3bd-150d3f5e0a31", - CellID->854324686], -Cell[3733649, 63153, 11760, 217, 70, "Print",ExpressionUUID->"d8504a3f-5ba6-4960-9008-c986412de148", - CellID->649988805], -Cell[3745412, 63372, 11658, 214, 70, "Print",ExpressionUUID->"4047d1f4-9c41-4cba-a69d-f259bcc3aa76", - CellID->1514632416], -Cell[3757073, 63588, 11696, 217, 70, "Print",ExpressionUUID->"9a61c0b5-7ced-4ac1-b717-65c903592849", - CellID->514185081], -Cell[3768772, 63807, 11761, 217, 70, "Print",ExpressionUUID->"6264070f-dc02-4c91-b822-18d0caa7d2e7", - CellID->1351842084], -Cell[3780536, 64026, 11737, 217, 70, "Print",ExpressionUUID->"ffed018a-5b8d-49b4-b0ed-58ef2bf937f6", - CellID->2026656021], -Cell[3792276, 64245, 11761, 217, 70, "Print",ExpressionUUID->"07367435-b619-4505-abe3-c40b6c2b2d4e", - CellID->1970867022], -Cell[3804040, 64464, 11667, 216, 70, "Print",ExpressionUUID->"397931b3-f2bd-47a5-b798-a0f47fbc6ba8", - CellID->247938202], -Cell[3815710, 64682, 11701, 217, 70, "Print",ExpressionUUID->"d8da7e4d-14f8-4e3b-afdf-262cf2e1b5ba", - CellID->1393829349], -Cell[3827414, 64901, 11697, 217, 70, "Print",ExpressionUUID->"e040925c-6c2b-4a43-8646-e3558a3c1381", - CellID->1568135328], -Cell[3839114, 65120, 11732, 216, 70, "Print",ExpressionUUID->"dc34768b-069f-41ad-8b20-85f5c16bfc0a", - CellID->503290694], -Cell[3850849, 65338, 11724, 217, 70, "Print",ExpressionUUID->"f015b12d-439e-4643-8a73-31a3d467a144", - CellID->461296170], -Cell[3862576, 65557, 11760, 217, 70, "Print",ExpressionUUID->"9096f602-27a2-49b3-99fb-bc4377968c0a", - CellID->1487403549], -Cell[3874339, 65776, 11733, 216, 70, "Print",ExpressionUUID->"13ddc8e9-c3e2-4901-80bf-d04455f7b763", - CellID->2035600782], -Cell[3886075, 65994, 11700, 217, 70, "Print",ExpressionUUID->"5cf70f4b-4f65-4f1f-8d57-f3b4fd1a0b14", - CellID->153464263], -Cell[3897778, 66213, 11696, 217, 70, "Print",ExpressionUUID->"b61a5279-85c6-4b2d-8fd4-182cd4959f88", - CellID->346940333], -Cell[3909477, 66432, 11760, 217, 70, "Print",ExpressionUUID->"77cf8f95-c693-4325-9635-744db1a1d018", - CellID->414612651], -Cell[3921240, 66651, 11699, 217, 70, "Print",ExpressionUUID->"db97d85e-834e-4a50-ad92-03318d2690d1", - CellID->146562778], -Cell[3932942, 66870, 11697, 217, 70, "Print",ExpressionUUID->"8906e317-b32c-437d-832d-6900cab88619", - CellID->1897328193], -Cell[3944642, 67089, 11761, 217, 70, "Print",ExpressionUUID->"9e8533fa-622e-49e1-aa88-5c2616371f30", - CellID->1733788820], -Cell[3956406, 67308, 11701, 217, 70, "Print",ExpressionUUID->"cb69c4ba-6c36-499e-80a8-fcc326d28a16", - CellID->1326705177], -Cell[3968110, 67527, 11697, 217, 70, "Print",ExpressionUUID->"12dcd7a7-35cc-46c5-90e3-b08ebbf8c4c2", - CellID->1625362990], -Cell[3979810, 67746, 11759, 217, 70, "Print",ExpressionUUID->"2029cfc3-bf95-4408-a340-484f14fff363", - CellID->317946510], -Cell[3991572, 67965, 11701, 217, 70, "Print",ExpressionUUID->"73516490-735c-4b1b-8b0e-6d26a537526e", - CellID->1068234878], -Cell[4003276, 68184, 11697, 217, 70, "Print",ExpressionUUID->"b4f0ed5d-c095-490a-8ac9-e49528d4c9e1", - CellID->1197550826], -Cell[4014976, 68403, 11761, 217, 70, "Print",ExpressionUUID->"093905d5-8936-4a30-bb21-b0ba118d90f9", - CellID->2024501206], -Cell[4026740, 68622, 11700, 217, 70, "Print",ExpressionUUID->"c2dd71c2-fde9-460f-9530-ad7905f3948e", - CellID->357904213], -Cell[4038443, 68841, 11695, 217, 70, "Print",ExpressionUUID->"5fab33c4-d812-40fe-a0ec-f193b9a13553", - CellID->802621574], -Cell[4050141, 69060, 11761, 217, 70, "Print",ExpressionUUID->"d6ea6894-cdf7-472c-b488-5a2dcf8c5344", - CellID->1133547954], -Cell[4061905, 69279, 11701, 217, 70, "Print",ExpressionUUID->"4e8078ab-a4a7-48d0-a77f-1a1679187ced", - CellID->1234636468], -Cell[4073609, 69498, 11696, 217, 70, "Print",ExpressionUUID->"645eb23e-40b1-40c7-949b-959962dffd90", - CellID->677876745], -Cell[4085308, 69717, 11733, 216, 70, "Print",ExpressionUUID->"5a7ea578-34df-4107-aaae-2f710af32a84", - CellID->1987872641], -Cell[4097044, 69935, 11694, 214, 70, "Print",ExpressionUUID->"212c8dde-2105-40c4-a32e-af4cc17088c0", - CellID->1884625273], -Cell[4108741, 70151, 11695, 217, 70, "Print",ExpressionUUID->"2ac55a0a-1342-41a0-aa15-dc726e632b1e", - CellID->45025513], -Cell[4120439, 70370, 11732, 216, 70, "Print",ExpressionUUID->"18de5be1-ffcd-42c8-aa15-4b74fe61e31a", - CellID->354574074], -Cell[4132174, 70588, 11701, 217, 70, "Print",ExpressionUUID->"f3e5911f-db66-4cb7-b31a-2af78054e591", - CellID->1088983709], -Cell[4143878, 70807, 11697, 217, 70, "Print",ExpressionUUID->"552e9379-51d5-4859-8fb1-12b7e58c8e34", - CellID->2071681534], -Cell[4155578, 71026, 11731, 216, 70, "Print",ExpressionUUID->"fb9cdc0d-c947-429c-9a5c-8910bfc42158", - CellID->177957448], -Cell[4167312, 71244, 11725, 217, 70, "Print",ExpressionUUID->"e723817b-baab-47ee-a02b-8ba0ce10d6bf", - CellID->1336921912], -Cell[4179040, 71463, 11697, 217, 70, "Print",ExpressionUUID->"41f3b8ad-7d44-4bd6-87eb-fee6258994dc", - CellID->1318027236], -Cell[4190740, 71682, 11733, 216, 70, "Print",ExpressionUUID->"6a3148a9-53c5-4091-afdb-2b3579754035", - CellID->1746092776], -Cell[4202476, 71900, 11701, 217, 70, "Print",ExpressionUUID->"f7d7df92-86d3-4580-8c1d-0cc20e6e99d3", - CellID->1840212606], -Cell[4214180, 72119, 11696, 217, 70, "Print",ExpressionUUID->"1302787f-8a7c-4376-ab6f-285ad13ad834", - CellID->1779323406], -Cell[4225879, 72338, 11761, 217, 70, "Print",ExpressionUUID->"5b76804d-4359-41b8-81af-25cea537f505", - CellID->1086012677], -Cell[4237643, 72557, 11701, 217, 70, "Print",ExpressionUUID->"f9f4a368-a29e-40bf-80c2-f05d6d4b60be", - CellID->1728329740], -Cell[4249347, 72776, 11697, 217, 70, "Print",ExpressionUUID->"49798efb-1288-4b76-8741-952c7cce7959", - CellID->1932787669], -Cell[4261047, 72995, 11761, 217, 70, "Print",ExpressionUUID->"05a4400d-0958-4891-9831-d2a12d77d3e7", - CellID->1432953010], -Cell[4272811, 73214, 11736, 217, 70, "Print",ExpressionUUID->"f41af757-1075-4710-ad00-53cbf904bc78", - CellID->2142942391], -Cell[4284550, 73433, 11697, 217, 70, "Print",ExpressionUUID->"196b238b-0afb-44c8-84b9-8e2c95d9639a", - CellID->2079350448], -Cell[4296250, 73652, 11761, 217, 70, "Print",ExpressionUUID->"5e789c15-bf1d-4f1a-83e6-6c313540f1e4", - CellID->1182797556], -Cell[4308014, 73871, 11701, 217, 70, "Print",ExpressionUUID->"e07e742a-479e-45f4-8767-0bdeb1a4cb67", - CellID->1729247563], -Cell[4319718, 74090, 11697, 217, 70, "Print",ExpressionUUID->"08c699d1-90da-4995-b120-33e22b4dc687", - CellID->1258571977], -Cell[4331418, 74309, 11723, 217, 70, "Print",ExpressionUUID->"f684923c-8677-4684-87f9-45c37da291e1", - CellID->660676898], -Cell[4343144, 74528, 11737, 217, 70, "Print",ExpressionUUID->"ff4b3560-cb7d-4d9e-998c-470012623138", - CellID->2047194073], -Cell[4354884, 74747, 11760, 217, 70, "Print",ExpressionUUID->"c848a3a7-a497-4435-b0a4-92d1f1b3afa0", - CellID->179323207], -Cell[4366647, 74966, 11761, 217, 70, "Print",ExpressionUUID->"7a661b7b-99a8-492a-8011-5d25aea3647e", - CellID->1858227725], -Cell[4378411, 75185, 11701, 217, 70, "Print",ExpressionUUID->"c7fe229d-845a-42e5-a29f-100bc7fd82d8", - CellID->1924211631], -Cell[4390115, 75404, 11695, 217, 70, "Print",ExpressionUUID->"d8d093d7-5969-421d-85df-013cecb49dbf", - CellID->537227420], -Cell[4401813, 75623, 11696, 216, 70, "Print",ExpressionUUID->"26870dee-e48b-417e-97a6-e322820a131d", - CellID->513365651], -Cell[4413512, 75841, 11736, 217, 70, "Print",ExpressionUUID->"8788686f-e44b-4f68-af63-c83539236831", - CellID->910275938], -Cell[4425251, 76060, 11697, 217, 70, "Print",ExpressionUUID->"cc1df1ee-0c9a-4b9b-803c-ba41c56ae1bf", - CellID->1771863888], -Cell[4436951, 76279, 11733, 216, 70, "Print",ExpressionUUID->"a9982a41-7ac3-4fe3-a0c8-c625838fcfcd", - CellID->1191242396], -Cell[4448687, 76497, 11693, 214, 70, "Print",ExpressionUUID->"69ebff1a-4949-49bf-9bca-36a37e935efb", - CellID->750664931], -Cell[4460383, 76713, 11761, 217, 70, "Print",ExpressionUUID->"44a4772a-dbbc-4348-baff-6dc338635605", - CellID->1509005513], -Cell[4472147, 76932, 11733, 216, 70, "Print",ExpressionUUID->"5388065f-8ab2-478c-bea3-570eff9dca57", - CellID->1236267910], -Cell[4483883, 77150, 11761, 217, 70, "Print",ExpressionUUID->"f881bd75-a992-4692-abb4-59460a876bdd", - CellID->1105239005], -Cell[4495647, 77369, 11760, 217, 70, "Print",ExpressionUUID->"142042cb-750b-43c0-87a4-3ba8eb3e6ffc", - CellID->450505574], -Cell[4507410, 77588, 11732, 216, 70, "Print",ExpressionUUID->"cd799917-5a90-4f37-9afb-191ddbba95d2", - CellID->1160465796], -Cell[4519145, 77806, 11737, 217, 70, "Print",ExpressionUUID->"c6a43d43-dec6-4d77-83bd-15bd3db4140a", - CellID->1283196454], -Cell[4530885, 78025, 11765, 217, 70, "Print",ExpressionUUID->"adc22500-2d1c-4549-b2fa-6aaa01ae5fc2", - CellID->1787427486], -Cell[4542653, 78244, 11732, 216, 70, "Print",ExpressionUUID->"baae774e-4245-453b-ae83-245c55798c87", - CellID->331009384], -Cell[4554388, 78462, 11736, 217, 70, "Print",ExpressionUUID->"d2394c7f-6cbb-419b-aee9-5f8197a79862", - CellID->881805582], -Cell[4566127, 78681, 11742, 217, 70, "Print",ExpressionUUID->"a0230701-6063-4e59-a1ec-782fe8ad27d8", - CellID->1480156444], -Cell[4577872, 78900, 11742, 217, 70, "Print",ExpressionUUID->"620493de-ede1-48a2-b974-bf9ef98563df", - CellID->2110332791], -Cell[4589617, 79119, 11646, 213, 70, "Print",ExpressionUUID->"68a81db7-2f0a-466a-9ef6-e6efc41b0d29", - CellID->1967818260], -Cell[4601266, 79334, 11710, 217, 70, "Print",ExpressionUUID->"fd82b490-4f57-4191-9f9e-eb9fa573f9e6", - CellID->1061002536], -Cell[4612979, 79553, 11692, 217, 70, "Print",ExpressionUUID->"c833e6be-7f28-49c5-be50-0b8e3efb3dde", - CellID->1895636812], -Cell[4624674, 79772, 11645, 213, 70, "Print",ExpressionUUID->"51f0d97c-955c-404f-b438-68f64bd8f698", - CellID->1253287622], -Cell[4636322, 79987, 11710, 217, 70, "Print",ExpressionUUID->"78235674-45b8-44b3-bec7-78a88e0a599b", - CellID->1056461280], -Cell[4648035, 80206, 11692, 217, 70, "Print",ExpressionUUID->"d7c701ed-85b3-4d06-a323-388bd26bea59", - CellID->1827503612], -Cell[4659730, 80425, 11645, 213, 70, "Print",ExpressionUUID->"a6080b64-d21b-4fb4-80c3-68a3bdae17cf", - CellID->288601530], -Cell[4671378, 80640, 11709, 217, 70, "Print",ExpressionUUID->"9ffd59bd-58ca-445a-891d-b570a21973d6", - CellID->638225195], -Cell[4683090, 80859, 11708, 217, 70, "Print",ExpressionUUID->"bf0156fa-0b2c-4ce1-9a70-9b5001b0e893", - CellID->938591941], -Cell[4694801, 81078, 11645, 213, 70, "Print",ExpressionUUID->"9294ee9f-f28c-4c20-bbc9-87cc8d18d02d", - CellID->949278429], -Cell[4706449, 81293, 11709, 217, 70, "Print",ExpressionUUID->"ad133c48-01d4-49a5-9f8f-d7b23b1a6f2a", - CellID->537935621], -Cell[4718161, 81512, 11682, 216, 70, "Print",ExpressionUUID->"969999a5-d503-4247-ab73-233f6149eb96", - CellID->1117915148], -Cell[4729846, 81730, 11645, 213, 70, "Print",ExpressionUUID->"a485960e-5600-4343-b136-ee649ea67bf5", - CellID->660022506], -Cell[4741494, 81945, 11708, 217, 70, "Print",ExpressionUUID->"598db81a-c7ae-4029-ab1c-18faeb567ffb", - CellID->314663604], -Cell[4753205, 82164, 11682, 216, 70, "Print",ExpressionUUID->"4974f281-20ca-49b7-8bea-f9ac5b3d1efd", - CellID->1655142568], -Cell[4764890, 82382, 11646, 213, 70, "Print",ExpressionUUID->"0d554271-10e5-4943-a407-15e2dcd1e242", - CellID->1173388157], -Cell[4776539, 82597, 11710, 217, 70, "Print",ExpressionUUID->"af5c2b9c-7d8d-4c57-9c96-98f09a3b4a9d", - CellID->1224939542], -Cell[4788252, 82816, 11718, 216, 70, "Print",ExpressionUUID->"2de55dc0-bb6e-4f28-b131-9282ab0de645", - CellID->1279522808], -Cell[4799973, 83034, 11726, 216, 70, "Print",ExpressionUUID->"5ed40aef-9d81-450f-9cbd-1f2df3abef95", - CellID->217146906], -Cell[4811702, 83252, 11710, 217, 70, "Print",ExpressionUUID->"54fe2939-ba6e-420a-925e-f299e786b80e", - CellID->1975604473], -Cell[4823415, 83471, 11781, 216, 70, "Print",ExpressionUUID->"e347ada7-9955-4aa8-8019-44860fd94a58", - CellID->641044673], -Cell[4835199, 83689, 11646, 213, 70, "Print",ExpressionUUID->"cb585a29-6a34-463c-8ed4-cee4af64fb76", - CellID->1453414816], -Cell[4846848, 83904, 11809, 217, 70, "Print",ExpressionUUID->"36f7368d-6f59-47e7-a789-d0815f4eef06", - CellID->933359831], -Cell[4858660, 84123, 11727, 216, 70, "Print",ExpressionUUID->"e8ad5c8c-bd3f-42f2-b9df-eaac3b287bb9", - CellID->1091550248], -Cell[4870390, 84341, 11645, 213, 70, "Print",ExpressionUUID->"ed89aed3-ad82-42c8-ac06-e4e97d938cc5", - CellID->466396964], -Cell[4882038, 84556, 11808, 217, 70, "Print",ExpressionUUID->"2fa06db9-ee33-4599-946a-d8d848e1cdbc", - CellID->69072637], -Cell[4893849, 84775, 11663, 216, 70, "Print",ExpressionUUID->"32e5caa9-9101-4332-9e89-0bf006bd974d", - CellID->731494086], -Cell[4905515, 84993, 11785, 217, 70, "Print",ExpressionUUID->"623d089e-ea71-48c3-8c8f-b2894abb518c", - CellID->797406349], -Cell[4917303, 85212, 11708, 217, 70, "Print",ExpressionUUID->"ba73b795-592d-45d1-84f2-1fb2a6aac2b1", - CellID->950878219], -Cell[4929014, 85431, 11690, 217, 70, "Print",ExpressionUUID->"2b9a236e-b636-487a-88cc-4d44456947e1", - CellID->64166883], -Cell[4940707, 85650, 11749, 217, 70, "Print",ExpressionUUID->"f605d9c6-9432-4011-83b7-2da3a838d698", - CellID->760255492], -Cell[4952459, 85869, 11745, 217, 70, "Print",ExpressionUUID->"84e1693e-76df-41dd-8873-48713cdd1955", - CellID->771212831], -Cell[4964207, 86088, 11692, 217, 70, "Print",ExpressionUUID->"06cbd17e-3c10-403b-8f2c-35182759ec93", - CellID->1125169419], -Cell[4975902, 86307, 11784, 217, 70, "Print",ExpressionUUID->"7f7cc961-a3d7-44de-bbb0-2a79360477fd", - CellID->508408656], -Cell[4987689, 86526, 11810, 217, 70, "Print",ExpressionUUID->"f92b2418-4ad7-48c1-b802-6265d9b376ab", - CellID->2024500454], -Cell[4999502, 86745, 11808, 217, 70, "Print",ExpressionUUID->"c8a8ed94-ef83-4acb-826f-d576bdbbe3a9", - CellID->34147051], -Cell[5011313, 86964, 11785, 217, 70, "Print",ExpressionUUID->"ed952a84-ad1a-439b-8009-4b9b12708b74", - CellID->188428621], -Cell[5023101, 87183, 11709, 217, 70, "Print",ExpressionUUID->"62c87594-d88a-4c69-afee-c3e14aed0ff1", - CellID->165618336], -Cell[5034813, 87402, 11716, 216, 70, "Print",ExpressionUUID->"6381934c-8d70-450a-b787-db711c513595", - CellID->672372247], -Cell[5046532, 87620, 11786, 217, 70, "Print",ExpressionUUID->"3faca864-da33-4b80-a93e-e1e2e128e4b3", - CellID->1127020562], -Cell[5058321, 87839, 11746, 217, 70, "Print",ExpressionUUID->"ff9db2af-6b01-4e17-87ab-1c11ad7ff197", - CellID->1114896765], -Cell[5070070, 88058, 11764, 216, 70, "Print",ExpressionUUID->"244067fc-4888-4c50-8860-7e0972003b91", - CellID->1210307868], -Cell[5081837, 88276, 11766, 217, 70, "Print",ExpressionUUID->"cdae54c2-a449-4656-ae20-453e264e96db", - CellID->97452063], -Cell[5093606, 88495, 11763, 217, 70, "Print",ExpressionUUID->"b30a0512-2f7a-45ff-b0cc-abbeaa507323", - CellID->1774919271], -Cell[5105372, 88714, 11768, 216, 70, "Print",ExpressionUUID->"d499a7de-69cd-4301-8393-36d9ec1134c6", - CellID->1524971472], -Cell[5117143, 88932, 11750, 217, 70, "Print",ExpressionUUID->"3b9691e9-dc41-42ed-92aa-808013e8a619", - CellID->1752594631], -Cell[5128896, 89151, 11737, 217, 70, "Print",ExpressionUUID->"90765858-ffb6-4cda-b9c8-e011ddb3e092", - CellID->800823781], -Cell[5140636, 89370, 11749, 216, 70, "Print",ExpressionUUID->"6448ad9b-9347-4f2d-85df-118025a0ed02", - CellID->602427367], -Cell[5152388, 89588, 9949, 182, 70, "Print",ExpressionUUID->"b0a8a4c5-10ec-4816-8e13-f65b9f243e1d", - CellID->884633792], -Cell[5162340, 89772, 10710, 197, 70, "Print",ExpressionUUID->"34aca590-946d-4bf7-b4c2-b052fec7142b", - CellID->1017970687], -Cell[5173053, 89971, 10705, 197, 70, "Print",ExpressionUUID->"85588fd1-50e9-4b1d-8008-878c170096de", - CellID->430548192], -Cell[5183761, 90170, 10725, 197, 70, "Print",ExpressionUUID->"4369d6c6-79dc-47cc-a7d5-ab5d88eed403", - CellID->1525678465], -Cell[5194489, 90369, 10721, 197, 70, "Print",ExpressionUUID->"df163a3b-28b0-4114-8d2e-6bb1f0a1ddc7", - CellID->323901855], -Cell[5205213, 90568, 10691, 197, 70, "Print",ExpressionUUID->"4073deda-724f-41aa-912a-eb2bd7066b02", - CellID->1363908023], -Cell[5215907, 90767, 10756, 197, 70, "Print",ExpressionUUID->"ac5188d7-1b4d-466d-8913-326e8be3385c", - CellID->469745065], -Cell[5226666, 90966, 10760, 197, 70, "Print",ExpressionUUID->"3a1df57f-91e2-4487-8d09-25d0ca48f659", - CellID->790298819], -Cell[5237429, 91165, 10665, 197, 70, "Print",ExpressionUUID->"afd30755-52f2-4d4b-aa77-9124a38e2e76", - CellID->1432980660], -Cell[5248097, 91364, 10761, 197, 70, "Print",ExpressionUUID->"ca2ada97-93f4-4273-a108-e277989ef6ba", - CellID->1201239152], -Cell[5258861, 91563, 10703, 197, 70, "Print",ExpressionUUID->"8f980943-31ff-41b1-8f2c-a2f9e9ace337", - CellID->1587705168], -Cell[5269567, 91762, 10706, 197, 70, "Print",ExpressionUUID->"2bf3710a-c53c-476a-8edf-d2dce3369bb6", - CellID->236375232], -Cell[5280276, 91961, 10755, 197, 70, "Print",ExpressionUUID->"8c4c2721-f76e-450a-a0e5-99d35e081f97", - CellID->1265406035], -Cell[5291034, 92160, 10766, 197, 70, "Print",ExpressionUUID->"44b770a8-b359-4957-846e-f574fad008ee", - CellID->200477012], -Cell[5301803, 92359, 10740, 197, 70, "Print",ExpressionUUID->"b263681a-216e-4824-8438-cb958c1f7d65", - CellID->1007588063], -Cell[5312546, 92558, 10753, 197, 70, "Print",ExpressionUUID->"b098cb74-503e-496c-a5b1-53c1e4acd949", - CellID->243091806], -Cell[5323302, 92757, 10658, 197, 70, "Print",ExpressionUUID->"c65a85f9-d357-466c-9520-a0995734d00d", - CellID->708885669], -Cell[5333963, 92956, 10655, 197, 70, "Print",ExpressionUUID->"9ad93a92-30dd-4725-a0da-b6f8f06eee40", - CellID->884604869], -Cell[5344621, 93155, 10766, 197, 70, "Print",ExpressionUUID->"3a420334-46a5-49cc-a2d4-f15b73e7c3a4", - CellID->277238858], -Cell[5355390, 93354, 10664, 197, 70, "Print",ExpressionUUID->"05f8c749-a136-4570-96fe-68919e4a55b1", - CellID->897314290], -Cell[5366057, 93553, 10682, 197, 70, "Print",ExpressionUUID->"0f1973f8-299b-4108-aa95-ebbfad742fc9", - CellID->1050223206], -Cell[5376742, 93752, 10714, 197, 70, "Print",ExpressionUUID->"2394e99e-bfb7-456b-b97d-f87cb49aa6b1", - CellID->949611105], -Cell[5387459, 93951, 10671, 197, 70, "Print",ExpressionUUID->"ea8d36f0-6c61-4d15-bf98-4bd9f491da0d", - CellID->2024334852], -Cell[5398133, 94150, 10753, 197, 70, "Print",ExpressionUUID->"03c2f61a-481e-4079-b2d5-1c34feb22afa", - CellID->17636323], -Cell[5408889, 94349, 10660, 197, 70, "Print",ExpressionUUID->"3f9fcaa9-d0b6-4c38-9e0a-48604d4af579", - CellID->12435325], -Cell[5419552, 94548, 10772, 197, 70, "Print",ExpressionUUID->"93855623-2aff-45ab-9044-5feb47a0e7a6", - CellID->2121786915], -Cell[5430327, 94747, 10716, 197, 70, "Print",ExpressionUUID->"e93a566a-25db-4f5a-b40f-8645eaa046d1", - CellID->1792555595], -Cell[5441046, 94946, 10659, 197, 70, "Print",ExpressionUUID->"566c4620-0ced-4b51-904d-2bbebdbf1071", - CellID->1537406797], -Cell[5451708, 95145, 10731, 197, 70, "Print",ExpressionUUID->"cf8ae6a6-fdf2-4090-9fe2-446eb798329a", - CellID->1726897899], -Cell[5462442, 95344, 10661, 197, 70, "Print",ExpressionUUID->"b9c64988-67ab-419c-9ebb-83898ff477e2", - CellID->445895728], -Cell[5473106, 95543, 10715, 197, 70, "Print",ExpressionUUID->"11a09e3e-9e23-4176-a1da-c754c5beedc6", - CellID->2139834164], -Cell[5483824, 95742, 10658, 197, 70, "Print",ExpressionUUID->"50974b41-2ff7-483a-a512-d7d72d29b1fa", - CellID->464048043], -Cell[5494485, 95941, 10659, 197, 70, "Print",ExpressionUUID->"6455be10-4991-41af-9ac5-67de2201af66", - CellID->1463866415], -Cell[5505147, 96140, 10669, 197, 70, "Print",ExpressionUUID->"9219dee4-dc7e-4f39-9203-2a5f7c7da4bb", - CellID->422898709], -Cell[5515819, 96339, 10668, 197, 70, "Print",ExpressionUUID->"0e4a9b1c-ed78-4f33-8a48-7efc3ed91e14", - CellID->1989726508], -Cell[5526490, 96538, 10645, 197, 70, "Print",ExpressionUUID->"26aeb5a6-5dd0-46b9-ad7a-069757c21fbd", - CellID->1787768270], -Cell[5537138, 96737, 10665, 197, 70, "Print",ExpressionUUID->"0d5d88ef-d9b0-4271-beb0-facbe81089a3", - CellID->1786806732], -Cell[5547806, 96936, 10670, 197, 70, "Print",ExpressionUUID->"e1b6b1a8-9e05-479f-84b0-3d3c6d8dce8b", - CellID->311987926], -Cell[5558479, 97135, 10664, 197, 70, "Print",ExpressionUUID->"3f6a3fa0-f09c-4018-88e6-6a731b8f2297", - CellID->430583441], -Cell[5569146, 97334, 10659, 197, 70, "Print",ExpressionUUID->"f1d52c46-dc45-46ff-b83c-414a6e520e21", - CellID->1072303745], -Cell[5579808, 97533, 10675, 197, 70, "Print",ExpressionUUID->"60a553d3-7279-456b-b0ed-f561e1496a12", - CellID->1513227078], -Cell[5590486, 97732, 10680, 197, 70, "Print",ExpressionUUID->"a7f4bb8d-0800-4ae7-9934-e06690b0c252", - CellID->2018288610], -Cell[5601169, 97931, 10658, 197, 70, "Print",ExpressionUUID->"284d051a-2c8d-4763-9468-6280900a1eaa", - CellID->1308678977], -Cell[5611830, 98130, 10663, 197, 70, "Print",ExpressionUUID->"86a47a13-6b5d-4c72-817c-2754104f7034", - CellID->631149465], -Cell[5622496, 98329, 10635, 197, 70, "Print",ExpressionUUID->"8dc5b732-e37f-44c5-80f4-fc94ad4b1057", - CellID->71281974], -Cell[5633134, 98528, 10663, 197, 70, "Print",ExpressionUUID->"88b0b1a3-aeb1-4b15-a29f-ea73b2e4e2ef", - CellID->168783392], -Cell[5643800, 98727, 10652, 197, 70, "Print",ExpressionUUID->"d6f64211-3533-4824-b635-9d864fb38ced", - CellID->874241271], -Cell[5654455, 98926, 10667, 197, 70, "Print",ExpressionUUID->"b8e93888-6258-4813-b35e-48042288c394", - CellID->780167643], -Cell[5665125, 99125, 10677, 197, 70, "Print",ExpressionUUID->"0fa8b183-705b-4124-a855-540f7cdc61dc", - CellID->1053388262], -Cell[5675805, 99324, 10692, 197, 70, "Print",ExpressionUUID->"bbc4f9b4-bad5-448b-8cec-771e05110ec0", - CellID->1151480129], -Cell[5686500, 99523, 10701, 197, 70, "Print",ExpressionUUID->"beb5bd57-4f0e-4025-8f0b-030c234be132", - CellID->1677481933], -Cell[5697204, 99722, 10711, 197, 70, "Print",ExpressionUUID->"bce10306-1bcc-42ca-a0a0-562cbd0cdfc6", - CellID->2103611468], -Cell[5707918, 99921, 10693, 197, 70, "Print",ExpressionUUID->"cfd613f9-e2e0-44fa-bcf1-4aba1ad3f2ae", - CellID->2101091234], -Cell[5718614, 100120, 10714, 197, 70, "Print",ExpressionUUID->"63bc1e83-aff9-4d94-a451-1afcf8b2ab11", - CellID->1554333138], -Cell[5729331, 100319, 10710, 197, 70, "Print",ExpressionUUID->"0c39ef00-5b41-4f1d-bd63-22349ff53e3a", - CellID->2121247791], -Cell[5740044, 100518, 10725, 197, 70, "Print",ExpressionUUID->"42a1e980-641f-4062-8936-77d9aa1ad7a9", - CellID->2113526559], -Cell[5750772, 100717, 10180, 188, 70, "Print",ExpressionUUID->"22c6c9bf-c436-452e-bb38-407ff2e2d801", - CellID->1528636405], -Cell[5760955, 100907, 10174, 188, 70, "Print",ExpressionUUID->"3470d981-46a6-49ca-9422-97ff7a971ba0", - CellID->1766319738], -Cell[5771132, 101097, 10135, 188, 70, "Print",ExpressionUUID->"6409edd6-bfd8-4d12-b8f2-7f7198acc3d3", - CellID->1503449709], -Cell[5781270, 101287, 10201, 188, 70, "Print",ExpressionUUID->"0a965885-800a-47ac-98a9-67ed8363c0f3", - CellID->1108050656], -Cell[5791474, 101477, 10192, 188, 70, "Print",ExpressionUUID->"7b7e2982-5a40-432e-a73d-4a706cb1058c", - CellID->64731818], -Cell[5801669, 101667, 10156, 188, 70, "Print",ExpressionUUID->"ea9e260a-75f2-479a-9bf9-18a4c47da1c7", - CellID->1495800225], -Cell[5811828, 101857, 10099, 188, 70, "Print",ExpressionUUID->"be0596bc-ffc6-49a1-b4d2-2337de0ffc99", - CellID->1572098699], -Cell[5821930, 102047, 10213, 188, 70, "Print",ExpressionUUID->"06d73096-4ae7-49ae-8ea9-5a894f18ad79", - CellID->1528598233], -Cell[5832146, 102237, 10186, 188, 70, "Print",ExpressionUUID->"c7ebb89a-65e2-4a06-a6d4-b2f8a7fcd7b0", - CellID->1918698934], -Cell[5842335, 102427, 10180, 186, 70, "Print",ExpressionUUID->"3c3c7291-261e-4c00-9ced-ad75dd40f1d5", - CellID->1414341560], -Cell[5852518, 102615, 10317, 186, 70, "Print",ExpressionUUID->"2006ebd8-79c8-44b6-941b-7209a9b9806f", - CellID->1168882855], -Cell[5862838, 102803, 10277, 186, 70, "Print",ExpressionUUID->"4b961272-c82b-4ea7-a229-5d18714ea28c", - CellID->1558022019], -Cell[5873118, 102991, 10273, 186, 70, "Print",ExpressionUUID->"46d77c3e-fdaa-42bf-acb7-9d02af2b0092", - CellID->1726329486], -Cell[5883394, 103179, 10289, 186, 70, "Print",ExpressionUUID->"0b68b093-ad70-4efc-98ee-5c9e722d0bc6", - CellID->1599466297], -Cell[5893686, 103367, 10275, 186, 70, "Print",ExpressionUUID->"f6cd76ef-fb35-4e42-a306-5c6db3946712", - CellID->482842116], -Cell[5903964, 103555, 10185, 186, 70, "Print",ExpressionUUID->"3c16df37-14e7-4e70-b48b-3050e8dde497", - CellID->1092072916], -Cell[5914152, 103743, 10289, 186, 70, "Print",ExpressionUUID->"e2a7def5-e8d5-4584-8e0d-75864458525e", - CellID->1470271259], -Cell[5924444, 103931, 10249, 186, 70, "Print",ExpressionUUID->"d022b71c-15df-427d-963d-c930ad79dcae", - CellID->1791521093], -Cell[5934696, 104119, 10237, 186, 70, "Print",ExpressionUUID->"314077fd-2e84-4895-bc19-e6e042ab2d8e", - CellID->1723222381], -Cell[5944936, 104307, 10304, 186, 70, "Print",ExpressionUUID->"041a435a-f2d7-4e60-a4fb-dfb58e63e8f3", - CellID->1541553233], -Cell[5955243, 104495, 9591, 175, 70, "Print",ExpressionUUID->"34b49d7a-292f-49bd-b165-25545e80ce4b", - CellID->1960304485], -Cell[5964837, 104672, 9534, 175, 70, "Print",ExpressionUUID->"8b2916db-8d2c-4bdf-b9c8-4fbc0414a924", - CellID->449980004], -Cell[5974374, 104849, 9698, 175, 70, "Print",ExpressionUUID->"9bd992cf-79fd-467a-b09d-610a72d81534", - CellID->174237229], -Cell[5984075, 105026, 9630, 175, 70, "Print",ExpressionUUID->"8b3bdeb5-4a4d-4f74-966e-7610b8fb6a85", - CellID->866209099], -Cell[5993708, 105203, 9534, 175, 70, "Print",ExpressionUUID->"b6b4ce1a-8cc1-4608-90f8-0d4c077217c8", - CellID->1601460134], -Cell[6003245, 105380, 9029, 164, 70, "Print",ExpressionUUID->"bca048d1-9e0c-4874-8399-5ebdec1d866f", - CellID->1851719162], -Cell[6012277, 105546, 8964, 164, 70, "Print",ExpressionUUID->"4ce8fb30-a761-4d7b-a9c7-99941ba75227", - CellID->822336919], -Cell[6021244, 105712, 8921, 164, 70, "Print",ExpressionUUID->"a1126908-0485-4667-aeb0-0a149be1bca3", - CellID->1555067720], -Cell[6030168, 105878, 9001, 164, 70, "Print",ExpressionUUID->"ad019369-5365-40bf-b169-ffc7de531832", - CellID->1258568652], -Cell[6039172, 106044, 8995, 164, 70, "Print",ExpressionUUID->"9e7a09c8-48db-40c1-b53b-7b24f97463f1", - CellID->796101063], -Cell[6048170, 106210, 8929, 164, 70, "Print",ExpressionUUID->"67e1867b-3e8b-4a5b-9bc3-f95dab79dfc1", - CellID->1521110632], -Cell[6057102, 106376, 9012, 164, 70, "Print",ExpressionUUID->"1ac572fb-9442-4f88-952f-675786ac9d39", - CellID->639721410], -Cell[6066117, 106542, 8984, 164, 70, "Print",ExpressionUUID->"8c30065b-a728-4cbf-b4c4-7f09ea8825b9", - CellID->414937153], -Cell[6075104, 106708, 8900, 164, 70, "Print",ExpressionUUID->"ff3202d8-66dc-4572-b759-26ad1d49b423", - CellID->877076693], -Cell[6084007, 106874, 8358, 153, 70, "Print",ExpressionUUID->"8f5178cf-0fb8-4dbf-8f8f-0ee8197958a4", - CellID->1747772066], -Cell[6092368, 107029, 8310, 153, 70, "Print",ExpressionUUID->"a2e6d572-7fbe-4bf9-bd71-61e3292f5d23", - CellID->479668972], -Cell[6100681, 107184, 8295, 153, 70, "Print",ExpressionUUID->"3d289c7b-9c66-476f-8e27-b085d6730da1", - CellID->225393270], -Cell[6108979, 107339, 8296, 153, 70, "Print",ExpressionUUID->"bf466889-76c0-4384-8468-1c2fbebf74ca", - CellID->1172387118], -Cell[6117278, 107494, 8351, 153, 70, "Print",ExpressionUUID->"3d8a51ae-3e37-48f7-a251-be4239d3d5fd", - CellID->2008267205], -Cell[6125632, 107649, 8295, 153, 70, "Print",ExpressionUUID->"b214b066-ee14-4b91-b155-23aee6de912b", - CellID->2144092205], -Cell[6133930, 107804, 8350, 153, 70, "Print",ExpressionUUID->"37e03d3b-c070-4d5f-b5b1-903c0ea277e2", - CellID->439245030], -Cell[6142283, 107959, 8311, 153, 70, "Print",ExpressionUUID->"bafbb569-4bbe-4ca6-9058-a510666aee7e", - CellID->1029666413], -Cell[6150597, 108114, 8263, 153, 70, "Print",ExpressionUUID->"bcc477aa-b23d-42e4-9dce-a70bc8d661bf", - CellID->1554630576], -Cell[6158863, 108269, 8317, 153, 70, "Print",ExpressionUUID->"c7244261-6d3d-4259-a375-80f1fdcfd27d", - CellID->18090868], -Cell[6167183, 108424, 8341, 153, 70, "Print",ExpressionUUID->"0f20a1f9-8b2a-4ae2-a593-095febde1ea7", - CellID->481649062], -Cell[6175527, 108579, 7633, 142, 70, "Print",ExpressionUUID->"953cf93c-8ec4-43fd-8311-fa40ea6eb5ae", - CellID->2037472692], -Cell[6183163, 108723, 7665, 142, 70, "Print",ExpressionUUID->"4a92f006-e869-464f-a04a-add0791d0134", - CellID->1110163784], -Cell[6190831, 108867, 7689, 142, 70, "Print",ExpressionUUID->"6c86b32b-e3e0-4df8-948b-08ac025fdb79", - CellID->1951920321], -Cell[6198523, 109011, 7641, 142, 70, "Print",ExpressionUUID->"f9d2ef25-a549-4f27-a693-812403bbae2b", - CellID->1681510137], -Cell[6206167, 109155, 7679, 142, 70, "Print",ExpressionUUID->"082caee8-7183-4c90-a646-74a6e5133aea", - CellID->685902517], -Cell[6213849, 109299, 7641, 142, 70, "Print",ExpressionUUID->"dc27951f-a80f-4b01-beea-37e948507710", - CellID->1345989906], -Cell[6221493, 109443, 7617, 142, 70, "Print",ExpressionUUID->"6d50b405-77fd-475c-8f06-0a88b80f3725", - CellID->1494330974], -Cell[6229113, 109587, 7689, 142, 70, "Print",ExpressionUUID->"eb531ce0-3be8-4f96-a2af-e132dd4b918d", - CellID->1135882521], -Cell[6236805, 109731, 7689, 142, 70, "Print",ExpressionUUID->"a48c8195-0d63-4f3b-a2bb-19d03c544739", - CellID->1520227135], -Cell[6244497, 109875, 7679, 142, 70, "Print",ExpressionUUID->"77199d34-28ea-4e44-9277-14f2ba1d5dc1", - CellID->213056426], -Cell[6252179, 110019, 7664, 142, 70, "Print",ExpressionUUID->"5840a40b-bc64-4d2f-b6f5-9f746c60d55e", - CellID->589859007], -Cell[6259846, 110163, 7649, 142, 70, "Print",ExpressionUUID->"4847de83-0916-4fee-8702-fbc52a35cba4", - CellID->1224462650], -Cell[6267498, 110307, 7641, 142, 70, "Print",ExpressionUUID->"bf3d8a54-21df-449f-a93d-d9fba59868ff", - CellID->1035393345], -Cell[6275142, 110451, 7653, 142, 70, "Print",ExpressionUUID->"709faad3-4fcf-4428-ac4c-2bc700ae8bcb", - CellID->2144926728], -Cell[6282798, 110595, 7615, 142, 70, "Print",ExpressionUUID->"73f8492d-825d-4bbf-acd7-9226d049f1eb", - CellID->335547654], -Cell[6290416, 110739, 7665, 142, 70, "Print",ExpressionUUID->"8fb48ce3-02e9-437c-8b9d-ec5ead01f10f", - CellID->1831494408], -Cell[6298084, 110883, 7673, 142, 70, "Print",ExpressionUUID->"5e9130e1-2435-4386-a8a1-4dcbe48423e0", - CellID->1518553712], -Cell[6305760, 111027, 7664, 142, 70, "Print",ExpressionUUID->"00849c63-d0d3-43d3-881c-963145806a06", - CellID->975269064], -Cell[6313427, 111171, 7639, 142, 70, "Print",ExpressionUUID->"24e2dbb0-e679-4510-b25e-ff8390ac6767", - CellID->98947914] +Cell[3854735, 65510, 11760, 217, 70, "Print",ExpressionUUID->"c4904fce-b03c-4c38-bc71-b6b3860100a2", + CellID->1864357363], +Cell[3866498, 65729, 11697, 217, 70, "Print",ExpressionUUID->"b261bc89-c972-4029-a8f2-97c72d78eda6", + CellID->1850322562], +Cell[3878198, 65948, 11701, 217, 70, "Print",ExpressionUUID->"04722642-2430-4c29-9b5b-fd9eb7ec9d7b", + CellID->1048155481], +Cell[3889902, 66167, 11697, 217, 70, "Print",ExpressionUUID->"b6a50b9a-6bde-44c9-8c64-51a650e6ca69", + CellID->1554546326], +Cell[3901602, 66386, 11760, 217, 70, "Print",ExpressionUUID->"10b5ee44-0d93-407f-a996-05790b2bd150", + CellID->496020524], +Cell[3913365, 66605, 11657, 214, 70, "Print",ExpressionUUID->"c8d3597a-0606-496c-9531-d54a799a1f3f", + CellID->622174460], +Cell[3925025, 66821, 11697, 217, 70, "Print",ExpressionUUID->"8cfdd987-566d-415f-a0a2-d3274096da9a", + CellID->1434742959], +Cell[3936725, 67040, 11761, 217, 70, "Print",ExpressionUUID->"cec5cb5c-9215-4592-a06d-2f7f24325f2a", + CellID->1954056456], +Cell[3948489, 67259, 11736, 217, 70, "Print",ExpressionUUID->"ebc0904d-5c47-4c28-a481-9fce8d68ff00", + CellID->216340338], +Cell[3960228, 67478, 11761, 217, 70, "Print",ExpressionUUID->"1e14a2ee-c608-41ed-966a-da35d2bf6ba9", + CellID->1632365507], +Cell[3971992, 67697, 11667, 216, 70, "Print",ExpressionUUID->"989918ec-5cc3-4f70-8c2f-cc9567fceea1", + CellID->645492109], +Cell[3983662, 67915, 11701, 217, 70, "Print",ExpressionUUID->"01e261fd-303a-452e-9d7d-21f4e2b8a2f1", + CellID->1968762751], +Cell[3995366, 68134, 11696, 217, 70, "Print",ExpressionUUID->"d88edc15-ad0f-4067-8dec-249cc014e3eb", + CellID->240375897], +Cell[4007065, 68353, 11733, 216, 70, "Print",ExpressionUUID->"c1b7b543-405b-47ed-b1e8-2e5e0a908540", + CellID->2006829995], +Cell[4018801, 68571, 11722, 217, 70, "Print",ExpressionUUID->"6e62e8c3-5fe0-4087-9397-54a362bc2ef1", + CellID->3272060], +Cell[4030526, 68790, 11759, 217, 70, "Print",ExpressionUUID->"6eddceb5-ee17-497f-9baf-9ee42ae726a6", + CellID->596676431], +Cell[4042288, 69009, 11732, 216, 70, "Print",ExpressionUUID->"fe85b3c7-254a-4dcc-858e-e3ec4c926bae", + CellID->692702575], +Cell[4054023, 69227, 11701, 217, 70, "Print",ExpressionUUID->"4af88e49-8c7d-4476-b1b5-9c4475b769b0", + CellID->1164134230], +Cell[4065727, 69446, 11697, 217, 70, "Print",ExpressionUUID->"ef0f6a9c-493b-46f8-9815-9689fcf5dfa4", + CellID->1079007423], +Cell[4077427, 69665, 11760, 217, 70, "Print",ExpressionUUID->"6a4fb22f-d9e2-421f-afed-82cad8d9513c", + CellID->446365498], +Cell[4089190, 69884, 11700, 217, 70, "Print",ExpressionUUID->"d60d921d-cd20-4058-9937-9fa7c7c8201d", + CellID->1685737810], +Cell[4100893, 70103, 11697, 217, 70, "Print",ExpressionUUID->"08e10a05-e4be-4296-bb91-e4ab67536ec1", + CellID->1817453457], +Cell[4112593, 70322, 11759, 217, 70, "Print",ExpressionUUID->"96912eb5-efe2-4b5e-82d3-52f3c0905da0", + CellID->54505858], +Cell[4124355, 70541, 11701, 217, 70, "Print",ExpressionUUID->"b6aaca26-f673-486c-807c-a73e9060c17f", + CellID->1446120642], +Cell[4136059, 70760, 11696, 217, 70, "Print",ExpressionUUID->"65337342-9afd-49d8-a05d-7bb764ee4029", + CellID->336173675], +Cell[4147758, 70979, 11759, 217, 70, "Print",ExpressionUUID->"1494f521-d4ed-4e97-949c-7692588ca551", + CellID->341290226], +Cell[4159520, 71198, 11700, 217, 70, "Print",ExpressionUUID->"bf5f1d9e-84ab-4dcf-b80f-f247bf801f39", + CellID->765926412], +Cell[4171223, 71417, 11696, 217, 70, "Print",ExpressionUUID->"718cbaae-a80d-4c4c-a167-fa0b22930205", + CellID->333277052], +Cell[4182922, 71636, 11760, 217, 70, "Print",ExpressionUUID->"38f7530c-e908-4481-a4d9-dcc43fc81a97", + CellID->551250464], +Cell[4194685, 71855, 11700, 217, 70, "Print",ExpressionUUID->"22cd4f32-6605-448d-8a7e-e86963cca726", + CellID->336361279], +Cell[4206388, 72074, 11696, 217, 70, "Print",ExpressionUUID->"175dbd86-907f-476e-877a-a8a4590a0fae", + CellID->1977013903], +Cell[4218087, 72293, 11760, 217, 70, "Print",ExpressionUUID->"cd56c474-d0aa-4449-9b62-0ca091ffe796", + CellID->268124179], +Cell[4229850, 72512, 11699, 217, 70, "Print",ExpressionUUID->"8aa3715a-94bd-4bd9-b1c9-f3d97a85d877", + CellID->39200194], +Cell[4241552, 72731, 11696, 217, 70, "Print",ExpressionUUID->"d74f6dd5-6164-4917-a5b4-fc494423b9b5", + CellID->877685736], +Cell[4253251, 72950, 11733, 216, 70, "Print",ExpressionUUID->"fc7a4f4d-368f-4f8e-a374-7e6e69a90420", + CellID->1822670506], +Cell[4264987, 73168, 11693, 214, 70, "Print",ExpressionUUID->"b3e7f216-5d40-42bb-81f0-de4908aa3d44", + CellID->535220718], +Cell[4276683, 73384, 11697, 217, 70, "Print",ExpressionUUID->"e0422411-fb2f-4ae7-80aa-34c44c995132", + CellID->1499860197], +Cell[4288383, 73603, 11733, 216, 70, "Print",ExpressionUUID->"21e4d592-bb47-4da3-ab39-e4f0619c12da", + CellID->1109929817], +Cell[4300119, 73821, 11700, 217, 70, "Print",ExpressionUUID->"a7da931b-8a79-4cfb-88fc-8ea48efe04a0", + CellID->341793526], +Cell[4311822, 74040, 11697, 217, 70, "Print",ExpressionUUID->"cd31fc57-13a7-4403-8d87-9da64d504483", + CellID->1716200535], +Cell[4323522, 74259, 11731, 216, 70, "Print",ExpressionUUID->"84ca4c6b-6a1c-416a-b29b-4582b83894c6", + CellID->594811676], +Cell[4335256, 74477, 11724, 217, 70, "Print",ExpressionUUID->"0877efe3-f1d0-482e-ae74-81bdb7fea5bc", + CellID->987285635], +Cell[4346983, 74696, 11697, 217, 70, "Print",ExpressionUUID->"2bc8874a-9284-4924-b660-d47ed3ab4537", + CellID->1537479638], +Cell[4358683, 74915, 11732, 216, 70, "Print",ExpressionUUID->"713f511a-ac44-4c1e-af51-ebd4cdebab68", + CellID->835187574], +Cell[4370418, 75133, 11700, 217, 70, "Print",ExpressionUUID->"fbd3c4c9-da49-48d5-931f-7af625d8f054", + CellID->846631982], +Cell[4382121, 75352, 11696, 217, 70, "Print",ExpressionUUID->"5c8892e9-5ae6-4f7f-908e-3b5635306c23", + CellID->1540751698], +Cell[4393820, 75571, 11761, 217, 70, "Print",ExpressionUUID->"775875dc-ccde-4860-90e1-c8894fdca963", + CellID->1431864005], +Cell[4405584, 75790, 11701, 217, 70, "Print",ExpressionUUID->"8ff3226c-5d2e-4e78-b891-f8db28ba89e4", + CellID->1539334557], +Cell[4417288, 76009, 11696, 217, 70, "Print",ExpressionUUID->"9e832348-23d2-4615-be20-ec78fb82401f", + CellID->557402280], +Cell[4428987, 76228, 11760, 217, 70, "Print",ExpressionUUID->"2a6d9274-b932-4ebd-8400-33a83a916a7f", + CellID->363387780], +Cell[4440750, 76447, 11736, 217, 70, "Print",ExpressionUUID->"d974d714-b527-4c73-9126-27e6d56aa0f6", + CellID->1985700056], +Cell[4452489, 76666, 11695, 217, 70, "Print",ExpressionUUID->"1e739499-60b5-43a5-99b2-29508ff7dc97", + CellID->95656442], +Cell[4464187, 76885, 11759, 217, 70, "Print",ExpressionUUID->"8891b297-a5ad-4452-b6ac-4bc4a9e76081", + CellID->33357589], +Cell[4475949, 77104, 11701, 217, 70, "Print",ExpressionUUID->"de809c96-2972-4f7b-8fe0-2a9c38b9a978", + CellID->2040205914], +Cell[4487653, 77323, 11697, 217, 70, "Print",ExpressionUUID->"2d1eec16-c1f4-4f33-83c7-2bca79a8e8b1", + CellID->1541777084], +Cell[4499353, 77542, 11723, 217, 70, "Print",ExpressionUUID->"dc061d5d-51e6-4196-b41e-2ed5fb8d10f6", + CellID->369531264], +Cell[4511079, 77761, 11736, 217, 70, "Print",ExpressionUUID->"113f48ec-3236-44dc-835b-dba5290e5140", + CellID->234012492], +Cell[4522818, 77980, 11760, 217, 70, "Print",ExpressionUUID->"914bc93e-ac63-46c3-9210-9aee52006b66", + CellID->160219849], +Cell[4534581, 78199, 11760, 217, 70, "Print",ExpressionUUID->"3c7cbaaa-82e3-45d9-a244-ab75dbec73a6", + CellID->702808316], +Cell[4546344, 78418, 11700, 217, 70, "Print",ExpressionUUID->"11733efd-5416-4b38-a5ff-f9497f2fb1ce", + CellID->785262957], +Cell[4558047, 78637, 11695, 217, 70, "Print",ExpressionUUID->"046ef7ed-64af-4eef-a183-7ae3feae6f8e", + CellID->496581128], +Cell[4569745, 78856, 11696, 216, 70, "Print",ExpressionUUID->"1461b109-0405-45d0-a25a-f7ffeeed6b60", + CellID->532338571], +Cell[4581444, 79074, 11737, 217, 70, "Print",ExpressionUUID->"daa04aac-a126-49c9-a59f-118beae039f1", + CellID->1053387136], +Cell[4593184, 79293, 11696, 217, 70, "Print",ExpressionUUID->"27ed3039-9a0f-43d9-98e5-ce6fcbe197e2", + CellID->535781322], +Cell[4604883, 79512, 11733, 216, 70, "Print",ExpressionUUID->"054f025d-6d70-43fd-911f-0ca460bcb73c", + CellID->1410024308], +Cell[4616619, 79730, 11693, 214, 70, "Print",ExpressionUUID->"75a8c00e-acbc-464d-916c-8f2bae7da631", + CellID->728573994], +Cell[4628315, 79946, 11761, 217, 70, "Print",ExpressionUUID->"213146ad-f3ee-4661-aa53-5c4c48204f59", + CellID->1071002040], +Cell[4640079, 80165, 11732, 216, 70, "Print",ExpressionUUID->"e06e752a-124d-411f-9df2-130cfaad84f8", + CellID->762400857], +Cell[4651814, 80383, 11761, 217, 70, "Print",ExpressionUUID->"74bc605d-115b-445f-8a36-2dd551682768", + CellID->1838503812], +Cell[4663578, 80602, 11761, 217, 70, "Print",ExpressionUUID->"677fc982-502d-4d28-8918-9b1e5fa1c0a6", + CellID->1412795566], +Cell[4675342, 80821, 11731, 216, 70, "Print",ExpressionUUID->"495e2300-3ea3-4ed6-ac5e-3f71b73d7e71", + CellID->331117744], +Cell[4687076, 81039, 11736, 217, 70, "Print",ExpressionUUID->"9ff4f6b2-29a9-4b7c-83fa-31470af23056", + CellID->285831840], +Cell[4698815, 81258, 11764, 217, 70, "Print",ExpressionUUID->"4d74e012-413b-4689-b4be-3292e45f9231", + CellID->252597554], +Cell[4710582, 81477, 11733, 216, 70, "Print",ExpressionUUID->"19895205-c98c-4b32-a471-ace9c90e1629", + CellID->1868597382], +Cell[4722318, 81695, 11737, 217, 70, "Print",ExpressionUUID->"ead5ac34-3e40-4584-840a-78c517ae68fe", + CellID->1121019414], +Cell[4734058, 81914, 11742, 217, 70, "Print",ExpressionUUID->"9c7ee220-78d7-428f-ba50-204cc5876aa3", + CellID->1099229536], +Cell[4745803, 82133, 11742, 217, 70, "Print",ExpressionUUID->"6fa5a159-695d-42bd-bede-a4311a146825", + CellID->1261865432], +Cell[4757548, 82352, 11645, 213, 70, "Print",ExpressionUUID->"7529b49d-f5ef-44d0-b446-d88b59ceab60", + CellID->405399772], +Cell[4769196, 82567, 11709, 217, 70, "Print",ExpressionUUID->"373de30b-2480-480b-8fdf-ce547efd6575", + CellID->491080446], +Cell[4780908, 82786, 11692, 217, 70, "Print",ExpressionUUID->"906a71e8-dbd1-4b09-a239-c947f267d611", + CellID->1819267712], +Cell[4792603, 83005, 11644, 213, 70, "Print",ExpressionUUID->"eb905f88-c73f-415c-b879-287f8af79913", + CellID->768787552], +Cell[4804250, 83220, 11709, 217, 70, "Print",ExpressionUUID->"0f6a9cca-7992-4623-b1ac-e760874ae915", + CellID->329296854], +Cell[4815962, 83439, 11692, 217, 70, "Print",ExpressionUUID->"4db4c4a7-d4bb-4be5-a119-f75f3b141b30", + CellID->1914924154], +Cell[4827657, 83658, 11645, 213, 70, "Print",ExpressionUUID->"63d1120b-c8b2-4836-b7bc-b65cffa33e35", + CellID->802145142], +Cell[4839305, 83873, 11709, 217, 70, "Print",ExpressionUUID->"38a753c5-1284-41ab-b2ff-c721195314ed", + CellID->222019120], +Cell[4851017, 84092, 11709, 217, 70, "Print",ExpressionUUID->"3a5c9e63-fada-4088-9f5b-5660f6c1101d", + CellID->1309217591], +Cell[4862729, 84311, 11646, 213, 70, "Print",ExpressionUUID->"fb102bcd-cfc4-4ed1-bbbc-9523be9f5b93", + CellID->1171676406], +Cell[4874378, 84526, 11709, 217, 70, "Print",ExpressionUUID->"14d3a622-c2d2-4093-825b-98053c6810ac", + CellID->456031613], +Cell[4886090, 84745, 11682, 216, 70, "Print",ExpressionUUID->"5ece4245-3440-4730-89d8-58324132622b", + CellID->1469437440], +Cell[4897775, 84963, 11646, 213, 70, "Print",ExpressionUUID->"92739e94-8606-4a14-940c-eb8bea62ac85", + CellID->1874484723], +Cell[4909424, 85178, 11709, 217, 70, "Print",ExpressionUUID->"19e088b0-7183-4671-ab09-bd77af0a940a", + CellID->1241294570], +Cell[4921136, 85397, 11682, 216, 70, "Print",ExpressionUUID->"5ce6e4e2-e3f2-4a60-855e-9e29fc1c5b4e", + CellID->1966018568], +Cell[4932821, 85615, 11645, 213, 70, "Print",ExpressionUUID->"9ba972b1-e5a5-4980-bfce-3a1afeca272f", + CellID->259339646], +Cell[4944469, 85830, 11709, 217, 70, "Print",ExpressionUUID->"7008b437-4ed9-4527-b0b1-31247d2dd921", + CellID->147198058], +Cell[4956181, 86049, 11717, 216, 70, "Print",ExpressionUUID->"6b0a8c03-b5dd-4fe2-bb7c-3de5b92e5d18", + CellID->354316243], +Cell[4967901, 86267, 11727, 216, 70, "Print",ExpressionUUID->"3c329f3c-9413-428b-8618-a3ec628b6696", + CellID->1669363954], +Cell[4979631, 86485, 11709, 217, 70, "Print",ExpressionUUID->"cca1fd92-dea9-4099-9f1b-6d8bd1fff0b5", + CellID->875772053], +Cell[4991343, 86704, 11782, 216, 70, "Print",ExpressionUUID->"ca92f676-3f9a-471d-8c95-920b0fd53242", + CellID->1425318283], +Cell[5003128, 86922, 11645, 213, 70, "Print",ExpressionUUID->"46a87150-3c82-4966-8dfd-ac2f591fcdc6", + CellID->284281163], +Cell[5014776, 87137, 11809, 217, 70, "Print",ExpressionUUID->"d660f2b8-4912-4a25-a118-3719140c32ad", + CellID->566792217], +Cell[5026588, 87356, 11726, 216, 70, "Print",ExpressionUUID->"5f6b069c-7efc-4b90-9345-d73ea28efdc8", + CellID->690630202], +Cell[5038317, 87574, 11645, 213, 70, "Print",ExpressionUUID->"1a342162-78bd-4c55-8bc7-9237b00da558", + CellID->615398907], +Cell[5049965, 87789, 11809, 217, 70, "Print",ExpressionUUID->"9dda21e1-9ae0-4879-8a2f-27ad4b9bf01c", + CellID->852624057], +Cell[5061777, 88008, 11663, 216, 70, "Print",ExpressionUUID->"8654d51f-7e56-431b-bd03-91fb94923cf3", + CellID->943227756], +Cell[5073443, 88226, 11785, 217, 70, "Print",ExpressionUUID->"9d6a7614-670e-47bd-90ec-ce45c68b4765", + CellID->336512641], +Cell[5085231, 88445, 11709, 217, 70, "Print",ExpressionUUID->"21c2e11f-5a81-48a3-938d-bb74d967d4bc", + CellID->1973643472], +Cell[5096943, 88664, 11692, 217, 70, "Print",ExpressionUUID->"abe4917d-6e42-4af0-839d-a63cb2c3e008", + CellID->2042457292], +Cell[5108638, 88883, 11750, 217, 70, "Print",ExpressionUUID->"4bd4f00a-e1b5-442a-bfa8-766f68cfa8a0", + CellID->1598378073], +Cell[5120391, 89102, 11745, 217, 70, "Print",ExpressionUUID->"ddc6fc9c-7472-4fbb-acc2-20319610babf", + CellID->231559596], +Cell[5132139, 89321, 11691, 217, 70, "Print",ExpressionUUID->"7079d577-4cd4-4df9-a49b-e902d7b84520", + CellID->386054090], +Cell[5143833, 89540, 11785, 217, 70, "Print",ExpressionUUID->"8097dda7-b54a-46e0-8faa-3048faeb61aa", + CellID->1270162137], +Cell[5155621, 89759, 11810, 217, 70, "Print",ExpressionUUID->"c6a91bc1-7a5a-41c3-a477-aa03e7c4274d", + CellID->1000347148], +Cell[5167434, 89978, 11809, 217, 70, "Print",ExpressionUUID->"df192d45-d6e0-46da-84b1-04e487bd8d7a", + CellID->715350944], +Cell[5179246, 90197, 11786, 217, 70, "Print",ExpressionUUID->"3b211e5e-c742-41e6-86ee-9b889b528b20", + CellID->1037602644], +Cell[5191035, 90416, 11710, 217, 70, "Print",ExpressionUUID->"fcb4241f-0e87-47cc-b30f-28e9b5288260", + CellID->1802492290], +Cell[5202748, 90635, 11716, 216, 70, "Print",ExpressionUUID->"bf39d57f-fa7c-488b-b997-cce5a495f7d8", + CellID->937370065], +Cell[5214467, 90853, 11785, 217, 70, "Print",ExpressionUUID->"8652825d-7956-4cd2-9ca3-bd6fc198eea6", + CellID->199336587], +Cell[5226255, 91072, 11745, 217, 70, "Print",ExpressionUUID->"517642a6-f6ea-41c5-865f-c8a3a2c61524", + CellID->826685049], +Cell[5238003, 91291, 11764, 216, 70, "Print",ExpressionUUID->"42f10198-0e71-4271-93d6-12bcd07085c4", + CellID->1393401678], +Cell[5249770, 91509, 11768, 217, 70, "Print",ExpressionUUID->"74a3f02b-ff40-4bb2-bd30-65678b456052", + CellID->1668774027], +Cell[5261541, 91728, 11762, 217, 70, "Print",ExpressionUUID->"68c9a0e3-1a1c-45dc-bbb4-e4c52cdee0b3", + CellID->553686124], +Cell[5273306, 91947, 11767, 216, 70, "Print",ExpressionUUID->"4a08a0c7-1739-40a5-b659-b58dcd8e8f71", + CellID->487212600], +Cell[5285076, 92165, 11750, 217, 70, "Print",ExpressionUUID->"757ee4f2-05e0-46f7-81dc-2c0d9adab1a7", + CellID->1487308947], +Cell[5296829, 92384, 11737, 217, 70, "Print",ExpressionUUID->"0bda168f-7a24-49db-8754-0dea14860dfa", + CellID->813025770], +Cell[5308569, 92603, 11749, 216, 70, "Print",ExpressionUUID->"dcf5ca5f-5d01-47db-b14d-3b35bebdfa23", + CellID->634410658], +Cell[5320321, 92821, 9950, 182, 70, "Print",ExpressionUUID->"ae0ed67a-4005-44cd-bd3e-16a2ea8563b8", + CellID->1841625190], +Cell[5330274, 93005, 10709, 197, 70, "Print",ExpressionUUID->"5ac6e581-37a1-490e-be31-262446ff58a1", + CellID->334906077], +Cell[5340986, 93204, 10706, 197, 70, "Print",ExpressionUUID->"e80f429b-3f60-4481-a463-e97987e6f426", + CellID->1510182711], +Cell[5351695, 93403, 10725, 197, 70, "Print",ExpressionUUID->"a96b8e7d-2474-4e32-9bba-6a506a48ed33", + CellID->1119459826], +Cell[5362423, 93602, 10721, 197, 70, "Print",ExpressionUUID->"16a311c4-02da-4b6d-b751-e0ebec439041", + CellID->619187240], +Cell[5373147, 93801, 10691, 197, 70, "Print",ExpressionUUID->"6cbf4de3-825d-49ee-a6cc-6a86c77fd278", + CellID->2076974928], +Cell[5383841, 94000, 10757, 197, 70, "Print",ExpressionUUID->"0ce5cccb-6b54-4677-9a48-4f407581d07f", + CellID->1810090028], +Cell[5394601, 94199, 10761, 197, 70, "Print",ExpressionUUID->"f72efbe3-957d-41dc-9553-1650dc235124", + CellID->1234586148], +Cell[5405365, 94398, 10665, 197, 70, "Print",ExpressionUUID->"2e2c13d9-7c2f-425e-bf62-b4eff6937c4e", + CellID->782115338], +Cell[5416033, 94597, 10760, 197, 70, "Print",ExpressionUUID->"15b70e38-51a0-4bff-86d8-c2b621d2c9b3", + CellID->605834136], +Cell[5426796, 94796, 10703, 197, 70, "Print",ExpressionUUID->"2d8ec7be-bbb3-4206-bba5-3717a58143da", + CellID->1571098789], +Cell[5437502, 94995, 10706, 197, 70, "Print",ExpressionUUID->"616f1aa2-0d91-4270-aec3-621554ef5ef6", + CellID->608275162], +Cell[5448211, 95194, 10754, 197, 70, "Print",ExpressionUUID->"c8fe85a4-fed4-420e-a580-98416cb5c440", + CellID->500807780], +Cell[5458968, 95393, 10767, 197, 70, "Print",ExpressionUUID->"bf18c85e-b433-426d-b4f5-82a2cbb474f5", + CellID->1021993215], +Cell[5469738, 95592, 10739, 197, 70, "Print",ExpressionUUID->"89a40662-2cf1-4b41-a6cd-db3b5abdc4d3", + CellID->839834758], +Cell[5480480, 95791, 10753, 197, 70, "Print",ExpressionUUID->"eb87c203-4095-475a-9ba1-b2cd6ffdc8db", + CellID->886861871], +Cell[5491236, 95990, 10658, 197, 70, "Print",ExpressionUUID->"4997a384-ee32-4271-aff2-a7d93d06c8bd", + CellID->144671704], +Cell[5501897, 96189, 10656, 197, 70, "Print",ExpressionUUID->"1af095fe-72b0-46ee-aa0a-317f827ae2dd", + CellID->1840181906], +Cell[5512556, 96388, 10767, 197, 70, "Print",ExpressionUUID->"4688c569-8dd8-4d86-a30c-f04076fe90f9", + CellID->1602212815], +Cell[5523326, 96587, 10666, 197, 70, "Print",ExpressionUUID->"de192a5b-7c68-426a-8c7c-269e04b19b89", + CellID->1182274348], +Cell[5533995, 96786, 10682, 197, 70, "Print",ExpressionUUID->"7d09becd-0d89-4c5e-9093-8c0d134b8030", + CellID->1495190549], +Cell[5544680, 96985, 10714, 197, 70, "Print",ExpressionUUID->"679d4217-21c3-440d-a295-8338a2a04ffe", + CellID->392099232], +Cell[5555397, 97184, 10671, 197, 70, "Print",ExpressionUUID->"8466db83-5701-4c9a-994f-30f0f021d00a", + CellID->1381610935], +Cell[5566071, 97383, 10754, 197, 70, "Print",ExpressionUUID->"924125ab-e0f7-4053-87c7-7b5ba49f6105", + CellID->174391950], +Cell[5576828, 97582, 10663, 197, 70, "Print",ExpressionUUID->"19dd2004-a629-4ff8-98bf-12ab3edfed31", + CellID->1785500910], +Cell[5587494, 97781, 10771, 197, 70, "Print",ExpressionUUID->"96b1df8b-0546-4e57-bac8-f54beeda6c73", + CellID->902901314], +Cell[5598268, 97980, 10715, 197, 70, "Print",ExpressionUUID->"e11d9d76-4c52-4278-b997-65ed86be1846", + CellID->728078074], +Cell[5608986, 98179, 10658, 197, 70, "Print",ExpressionUUID->"1a7933da-cf64-47f1-b940-f72429f5cec1", + CellID->125229862], +Cell[5619647, 98378, 10730, 197, 70, "Print",ExpressionUUID->"e97a3b6d-323e-44a3-8e4d-8c5850b13b14", + CellID->242726614], +Cell[5630380, 98577, 10663, 197, 70, "Print",ExpressionUUID->"e4197441-d6a8-4fc8-b176-dbfe298cb480", + CellID->1541103844], +Cell[5641046, 98776, 10714, 197, 70, "Print",ExpressionUUID->"ddee356a-3077-471f-92d7-e7b8caf1b331", + CellID->759640521], +Cell[5651763, 98975, 10659, 197, 70, "Print",ExpressionUUID->"1dd2717e-df93-4e6e-928d-0192284a6f50", + CellID->2084351804], +Cell[5662425, 99174, 10659, 197, 70, "Print",ExpressionUUID->"974e9cc8-f752-482a-bb7e-676e3a774751", + CellID->1876009921], +Cell[5673087, 99373, 10669, 197, 70, "Print",ExpressionUUID->"a12853f1-1ecb-47d9-939d-b2ce1a3347ce", + CellID->122339584], +Cell[5683759, 99572, 10669, 197, 70, "Print",ExpressionUUID->"d20e2bd0-59d9-4f85-bca7-dcaf4a1895a8", + CellID->1056327982], +Cell[5694431, 99771, 10644, 197, 70, "Print",ExpressionUUID->"0b2ec3bd-eb1a-4a40-91bc-e4b5d843e1c0", + CellID->347713514], +Cell[5705078, 99970, 10664, 197, 70, "Print",ExpressionUUID->"0fe72a55-19a6-41ab-b9c2-f920bf9b268e", + CellID->51830865], +Cell[5715745, 100169, 10670, 197, 70, "Print",ExpressionUUID->"38984de2-49c9-4cb2-a800-485617807c0e", + CellID->718934362], +Cell[5726418, 100368, 10666, 197, 70, "Print",ExpressionUUID->"a11eab38-3f28-418e-91e7-5a7ff28e7314", + CellID->1582299662], +Cell[5737087, 100567, 10658, 197, 70, "Print",ExpressionUUID->"2dde10c2-afa6-496f-96ff-77c4c080755d", + CellID->833946203], +Cell[5747748, 100766, 10675, 197, 70, "Print",ExpressionUUID->"f1f49c3e-441f-4418-9a34-c6aa1ea72781", + CellID->1324768498], +Cell[5758426, 100965, 10680, 197, 70, "Print",ExpressionUUID->"ab4faa3f-dc5a-4eb7-9e6d-88ffdbf4a49d", + CellID->1005914803], +Cell[5769109, 101164, 10658, 197, 70, "Print",ExpressionUUID->"a2360fbd-5f73-441e-ae20-e9f0ff2517d9", + CellID->1442221365], +Cell[5779770, 101363, 10665, 197, 70, "Print",ExpressionUUID->"5e9cd722-2cfa-46a5-96a7-28266a18a353", + CellID->1825576279], +Cell[5790438, 101562, 10637, 197, 70, "Print",ExpressionUUID->"6979d4cb-3c34-46a2-98f5-1795e308ced5", + CellID->2027908018], +Cell[5801078, 101761, 10664, 197, 70, "Print",ExpressionUUID->"0793c248-f618-4320-9e67-5d2229e3970c", + CellID->134572475], +Cell[5811745, 101960, 10652, 197, 70, "Print",ExpressionUUID->"d1f7f804-0b74-4a89-8f38-a8d8dc190e82", + CellID->564954502], +Cell[5822400, 102159, 10667, 197, 70, "Print",ExpressionUUID->"1e096498-29e5-4dee-9ed8-54696a2b38cf", + CellID->25096075], +Cell[5833070, 102358, 10677, 197, 70, "Print",ExpressionUUID->"e1c77950-e4fb-4547-b52b-7f3491452ea2", + CellID->1974754381], +Cell[5843750, 102557, 10690, 197, 70, "Print",ExpressionUUID->"1e7e5745-a036-492a-8c47-b9c64d9817dc", + CellID->19683669], +Cell[5854443, 102756, 10701, 197, 70, "Print",ExpressionUUID->"e95f24cf-f16d-4c53-b434-9be731a752d5", + CellID->1207370423], +Cell[5865147, 102955, 10711, 197, 70, "Print",ExpressionUUID->"9c128cd3-7a11-46e0-a52a-450132741c6b", + CellID->1322461282], +Cell[5875861, 103154, 10692, 197, 70, "Print",ExpressionUUID->"5079677f-6e1f-400c-8fbd-95e2a1c8d321", + CellID->411782902], +Cell[5886556, 103353, 10713, 197, 70, "Print",ExpressionUUID->"403bceab-edb1-4efd-a20b-a6cca0db0d79", + CellID->441497711], +Cell[5897272, 103552, 10710, 197, 70, "Print",ExpressionUUID->"4101c60a-856d-4b0b-b704-2899f66cba9b", + CellID->1496853232], +Cell[5907985, 103751, 10723, 197, 70, "Print",ExpressionUUID->"70f2e288-013d-4b39-bdb6-ef7f79927622", + CellID->49800164], +Cell[5918711, 103950, 10180, 188, 70, "Print",ExpressionUUID->"1bc2ba3e-bc27-4d11-9678-32f0b2c3e7c5", + CellID->1344399025], +Cell[5928894, 104140, 10172, 188, 70, "Print",ExpressionUUID->"63c52fae-2ee3-465f-8321-5e2053f4c272", + CellID->77447658], +Cell[5939069, 104330, 10134, 188, 70, "Print",ExpressionUUID->"b090d03d-1d7f-446a-9804-6777db62f32f", + CellID->175030027], +Cell[5949206, 104520, 10201, 188, 70, "Print",ExpressionUUID->"58437057-47de-4d8b-95f9-e25593e63328", + CellID->1587125639], +Cell[5959410, 104710, 10194, 188, 70, "Print",ExpressionUUID->"0f9af092-53cf-42d9-b5b7-98147bc3329d", + CellID->1618551503], +Cell[5969607, 104900, 10155, 188, 70, "Print",ExpressionUUID->"f16ef296-d76e-4c90-b5ac-0e87216c8db3", + CellID->934670548], +Cell[5979765, 105090, 10099, 188, 70, "Print",ExpressionUUID->"d9d01e85-2325-4f2c-8e69-50884bcdb8a7", + CellID->1523993796], +Cell[5989867, 105280, 10213, 188, 70, "Print",ExpressionUUID->"d5814cd9-6e89-4ade-af2f-6b4d008fd27d", + CellID->1347077776], +Cell[6000083, 105470, 10186, 188, 70, "Print",ExpressionUUID->"7c60cb8d-fde4-44f9-a5c2-de3b841276ee", + CellID->1057010132], +Cell[6010272, 105660, 10179, 186, 70, "Print",ExpressionUUID->"7c768d9a-112a-42d9-8bc1-28ac702e9478", + CellID->432838130], +Cell[6020454, 105848, 10317, 186, 70, "Print",ExpressionUUID->"6d549404-9828-419a-a25d-c376dc4cbf47", + CellID->1694791290], +Cell[6030774, 106036, 10277, 186, 70, "Print",ExpressionUUID->"b1a4ba36-bbda-49ae-b3b1-22f502974f1c", + CellID->1108840997], +Cell[6041054, 106224, 10273, 186, 70, "Print",ExpressionUUID->"a254b1d4-a596-483e-a6c0-fa1c3405863d", + CellID->1151772493], +Cell[6051330, 106412, 10289, 186, 70, "Print",ExpressionUUID->"34acec0d-a171-4134-8d9a-52d263d39804", + CellID->1129607304], +Cell[6061622, 106600, 10276, 186, 70, "Print",ExpressionUUID->"cb1815c4-5d2e-446d-8419-069aed10092d", + CellID->1942787200], +Cell[6071901, 106788, 10184, 186, 70, "Print",ExpressionUUID->"7881707e-3f71-47d3-9764-74ec1ddfa6a0", + CellID->329057343], +Cell[6082088, 106976, 10289, 186, 70, "Print",ExpressionUUID->"aa886982-c760-4957-a509-b923bd7dabbc", + CellID->2135522108], +Cell[6092380, 107164, 10249, 186, 70, "Print",ExpressionUUID->"3783c723-cf12-460f-bcb2-f1995d650d9d", + CellID->1237524917], +Cell[6102632, 107352, 10234, 186, 70, "Print",ExpressionUUID->"d1071f1f-47ea-40e2-bce0-473481c3b431", + CellID->7149974], +Cell[6112869, 107540, 10304, 186, 70, "Print",ExpressionUUID->"d70f1935-326d-419d-adb4-075b248b69bb", + CellID->2015946478], +Cell[6123176, 107728, 9591, 175, 70, "Print",ExpressionUUID->"13b84ee2-4f1e-4612-8bbf-9f6792c10d61", + CellID->1372097392], +Cell[6132770, 107905, 9534, 175, 70, "Print",ExpressionUUID->"b9d54208-77db-457d-a531-1cc18be6e7ee", + CellID->572104476], +Cell[6142307, 108082, 9699, 175, 70, "Print",ExpressionUUID->"a8b9fec2-3461-4161-8c8f-9c743cc36c15", + CellID->2041042553], +Cell[6152009, 108259, 9631, 175, 70, "Print",ExpressionUUID->"f85a7b8f-22de-44e5-a173-386ded0d54f2", + CellID->1199368126], +Cell[6161643, 108436, 9533, 175, 70, "Print",ExpressionUUID->"d09b1a66-8248-49c7-a6d1-07a967a3920a", + CellID->591788146], +Cell[6171179, 108613, 9029, 164, 70, "Print",ExpressionUUID->"a98d0bf8-ead4-4093-b6ff-753adaed86b1", + CellID->1100929329], +Cell[6180211, 108779, 8964, 164, 70, "Print",ExpressionUUID->"47775e0f-f040-4846-8ab1-691ee71c34a4", + CellID->374345760], +Cell[6189178, 108945, 8921, 164, 70, "Print",ExpressionUUID->"f25d7701-4fca-475f-a04b-f779151bf2ef", + CellID->1003571048], +Cell[6198102, 109111, 9001, 164, 70, "Print",ExpressionUUID->"8a74e1bb-accd-4e58-8f55-3ea1ce75d387", + CellID->1542427040], +Cell[6207106, 109277, 8996, 164, 70, "Print",ExpressionUUID->"00d90a7b-752d-45b1-bbb0-cf885d045083", + CellID->1871198993], +Cell[6216105, 109443, 8929, 164, 70, "Print",ExpressionUUID->"de445daf-8e70-4ce9-bc20-1860cdf54c04", + CellID->1053371212], +Cell[6225037, 109609, 9012, 164, 70, "Print",ExpressionUUID->"5ae4599e-4901-41a2-afbe-f8cfdb002d68", + CellID->739342417], +Cell[6234052, 109775, 8985, 164, 70, "Print",ExpressionUUID->"0be5ff98-02f2-44ce-8e05-ecac3bb5ab62", + CellID->1948646651], +Cell[6243040, 109941, 8901, 164, 70, "Print",ExpressionUUID->"690bb4b0-7ae5-47fd-9939-437d9fe1a894", + CellID->1228401239], +Cell[6251944, 110107, 8357, 153, 70, "Print",ExpressionUUID->"cbf9fea4-a126-4a21-998f-022dbdc9885a", + CellID->178984409], +Cell[6260304, 110262, 8311, 153, 70, "Print",ExpressionUUID->"116a912e-5515-48ee-91e4-72d255901afb", + CellID->1419714506], +Cell[6268618, 110417, 8293, 153, 70, "Print",ExpressionUUID->"1c65037f-931a-4190-b16f-4631a27280c8", + CellID->15588139], +Cell[6276914, 110572, 8295, 153, 70, "Print",ExpressionUUID->"8ef82eec-242a-4b78-96d1-3d49c3ef5934", + CellID->1702978205], +Cell[6285212, 110727, 8350, 153, 70, "Print",ExpressionUUID->"fe77ad8c-1185-44de-87f2-b1016e71fe6f", + CellID->619308635], +Cell[6293565, 110882, 8294, 153, 70, "Print",ExpressionUUID->"177359e8-5df2-41b9-b91a-193d756a78e7", + CellID->1072598272], +Cell[6301862, 111037, 8351, 153, 70, "Print",ExpressionUUID->"343c4b59-db5a-45a8-92d6-556b406e2c6e", + CellID->2135816335], +Cell[6310216, 111192, 8310, 153, 70, "Print",ExpressionUUID->"fd59adf7-1255-44c8-8a11-e5bae47b2c75", + CellID->166616277], +Cell[6318529, 111347, 8261, 153, 70, "Print",ExpressionUUID->"03a13ac1-b4dd-4ac4-8249-cf0a2cbd6be7", + CellID->33955621], +Cell[6326793, 111502, 8319, 153, 70, "Print",ExpressionUUID->"d5f75bde-6bb5-4188-b9d4-431e1fec1f84", + CellID->1140105180], +Cell[6335115, 111657, 8342, 153, 70, "Print",ExpressionUUID->"5c2e8c28-93c3-4a0d-8651-752ec2e79e7b", + CellID->1296223582], +Cell[6343460, 111812, 7633, 142, 70, "Print",ExpressionUUID->"25aa7f70-11e0-407f-bc11-4a2922239f9b", + CellID->1976742822], +Cell[6351096, 111956, 7665, 142, 70, "Print",ExpressionUUID->"1d1ea3e5-1fcf-45ac-bc20-c0dfba8dc427", + CellID->1469162524], +Cell[6358764, 112100, 7689, 142, 70, "Print",ExpressionUUID->"b957ce03-45bd-4f28-9ae0-30bcf921d6d7", + CellID->1284262042], +Cell[6366456, 112244, 7641, 142, 70, "Print",ExpressionUUID->"cf7a1dcc-f161-41a6-8072-5511f56ccaf0", + CellID->1066784091], +Cell[6374100, 112388, 7680, 142, 70, "Print",ExpressionUUID->"44a45e66-4db4-4d00-a3f1-31e2b4665571", + CellID->1476312498], +Cell[6381783, 112532, 7641, 142, 70, "Print",ExpressionUUID->"f94adc14-abfb-4d72-b3d5-439b0286e540", + CellID->1152724872], +Cell[6389427, 112676, 7616, 142, 70, "Print",ExpressionUUID->"f16c1893-d98b-4e5b-8f81-6a3e28470146", + CellID->291397836], +Cell[6397046, 112820, 7689, 142, 70, "Print",ExpressionUUID->"0bc9b2b5-9340-4082-a519-6fc3a5f11927", + CellID->2048416975], +Cell[6404738, 112964, 7689, 142, 70, "Print",ExpressionUUID->"8eb56108-3dd6-4709-8bcf-79809e5a4963", + CellID->1046283778], +Cell[6412430, 113108, 7680, 142, 70, "Print",ExpressionUUID->"5e8d505b-4c80-4303-a7e6-f2c95c827694", + CellID->1490765962], +Cell[6420113, 113252, 7664, 142, 70, "Print",ExpressionUUID->"3eafa0dd-1c17-4f3a-aa58-d9f4cdc2700d", + CellID->492721473], +Cell[6427780, 113396, 7649, 142, 70, "Print",ExpressionUUID->"e8ae08fe-56cb-455a-a23e-bc8df4134a0a", + CellID->2147213107], +Cell[6435432, 113540, 7641, 142, 70, "Print",ExpressionUUID->"1c97b9a4-ef1f-4970-ac4a-77b49f391e7d", + CellID->1865111722], +Cell[6443076, 113684, 7653, 142, 70, "Print",ExpressionUUID->"f7aee002-d077-4f99-a6c0-6011779beae0", + CellID->1496292521], +Cell[6450732, 113828, 7616, 142, 70, "Print",ExpressionUUID->"d2020a47-98a8-4b7e-84e1-651cb88def86", + CellID->1542156499], +Cell[6458351, 113972, 7665, 142, 70, "Print",ExpressionUUID->"cb9c5bea-40a5-4111-809b-a27f16f20810", + CellID->1588827067], +Cell[6466019, 114116, 7672, 142, 70, "Print",ExpressionUUID->"65b09788-73fc-431f-b37b-650e26a6a4a5", + CellID->402180085], +Cell[6473694, 114260, 7664, 142, 70, "Print",ExpressionUUID->"0e0cf305-3afa-4f79-a14e-70f5e3859b70", + CellID->134015268], +Cell[6481361, 114404, 7641, 142, 70, "Print",ExpressionUUID->"61d9b9de-9809-4033-b465-71a85aa25506", + CellID->1389990071] }, Closed]] }, Open ]], -Cell[6321093, 111317, 338, 6, 70, "Text",ExpressionUUID->"0f172787-d4bd-4774-93cb-e2028091ef2a", +Cell[6489029, 114550, 338, 6, 70, "Text",ExpressionUUID->"0f172787-d4bd-4774-93cb-e2028091ef2a", CellID->1558595008], -Cell[6321434, 111325, 1295, 36, 70, "Input",ExpressionUUID->"9af2eceb-6490-45bd-82e9-d8891c3825e9", +Cell[6489370, 114558, 1295, 36, 70, "Input",ExpressionUUID->"9af2eceb-6490-45bd-82e9-d8891c3825e9", CellID->1826407077], -Cell[6322732, 111363, 279, 5, 70, "Text",ExpressionUUID->"97d0c926-ef5b-4038-be8b-d0e8be61351f", +Cell[6490668, 114596, 279, 5, 70, "Text",ExpressionUUID->"97d0c926-ef5b-4038-be8b-d0e8be61351f", CellID->681728008], Cell[CellGroupData[{ -Cell[6323036, 111372, 207, 4, 70, "Input",ExpressionUUID->"e2f02b86-fcaf-457d-8960-ddc735bfa0f7", +Cell[6490972, 114605, 207, 4, 70, "Input",ExpressionUUID->"e2f02b86-fcaf-457d-8960-ddc735bfa0f7", CellID->932448120], -Cell[6323246, 111378, 9460, 126, 70, "Output",ExpressionUUID->"b30617ed-e6f7-4b5d-b44c-761da31a2578", - CellID->248146757] +Cell[6491182, 114611, 9461, 126, 70, "Output",ExpressionUUID->"de55fbcd-1ed7-4e17-b793-6453b0a2ae79", + CellID->1630581325] }, Closed]], -Cell[6332721, 111507, 888, 22, 70, "Text",ExpressionUUID->"058624e6-21ec-45da-9419-680228b9807b", +Cell[6500658, 114740, 888, 22, 70, "Text",ExpressionUUID->"058624e6-21ec-45da-9419-680228b9807b", CellID->1734729338], -Cell[6333612, 111531, 1461, 20, 70, "Text",ExpressionUUID->"93c2fe23-f48e-4d84-8e22-4d34401b9eec", +Cell[6501549, 114764, 1461, 20, 70, "Text",ExpressionUUID->"93c2fe23-f48e-4d84-8e22-4d34401b9eec", CellID->1526347867], -Cell[6335076, 111553, 1300, 31, 70, "Input",ExpressionUUID->"6b65c36a-9fd1-44eb-ace7-80bc4c2141a9", +Cell[6503013, 114786, 1300, 31, 70, "Input",ExpressionUUID->"6b65c36a-9fd1-44eb-ace7-80bc4c2141a9", CellID->165174797], Cell[CellGroupData[{ -Cell[6336401, 111588, 131, 2, 70, "Input",ExpressionUUID->"97cccc1b-5bd8-403b-a2bc-7431d47775e5", +Cell[6504338, 114821, 131, 2, 70, "Input",ExpressionUUID->"97cccc1b-5bd8-403b-a2bc-7431d47775e5", CellID->1537550333], -Cell[6336535, 111592, 135, 2, 70, "Output",ExpressionUUID->"6fc7a39a-9e30-435d-84c0-d2f7f9877ade", - CellID->575557483] +Cell[6504472, 114825, 134, 2, 70, "Output",ExpressionUUID->"3235c27b-b661-4f3e-91eb-1356a9a065e9", + CellID->312999677] }, Open ]], Cell[CellGroupData[{ -Cell[6336707, 111599, 159, 3, 70, "Input",ExpressionUUID->"84bf393a-ad80-4029-beca-34d2bf81dfde", +Cell[6504643, 114832, 159, 3, 70, "Input",ExpressionUUID->"84bf393a-ad80-4029-beca-34d2bf81dfde", CellID->688974916], -Cell[6336869, 111604, 127, 2, 70, "Output",ExpressionUUID->"e0e579d6-9d86-469d-91ce-4ddd8a7f25ad", - CellID->578616886] +Cell[6504805, 114837, 127, 2, 70, "Output",ExpressionUUID->"c5abf495-3ea5-4222-a4a2-521f0a6eb381", + CellID->662220929] }, Open ]], Cell[CellGroupData[{ -Cell[6337033, 111611, 127, 2, 70, "Input",ExpressionUUID->"e95ea154-a3c0-419b-9349-4203b2e51dd2", +Cell[6504969, 114844, 127, 2, 70, "Input",ExpressionUUID->"e95ea154-a3c0-419b-9349-4203b2e51dd2", CellID->666529518], -Cell[6337163, 111615, 3838, 69, 70, "Output",ExpressionUUID->"337e093a-ef5d-445c-a60d-cb2b93106c0f", - CellID->473540027] +Cell[6505099, 114848, 3839, 69, 70, "Output",ExpressionUUID->"0670290a-0ba6-47f9-b15b-45ffcc035895", + CellID->1646169464] }, Open ]] }, Open ]], -Cell[6341028, 111688, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"f5a7a06c-4211-4e7b-a0e1-48d5da80075d"], -Cell[6341781, 111710, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"6a2669e3-2f94-4fcc-916a-5c22155e1add"], -Cell[6343589, 111757, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"1c4854b6-1bc0-4053-ae1b-388de0947e60"], -Cell[6344504, 111785, 78, 0, 70, "FooterCell",ExpressionUUID->"4240b2e6-2278-4a6a-a3c2-d84732798b92"] +Cell[6508965, 114921, 750, 20, 70, "GuideTutorialsSection",ExpressionUUID->"8b5f7cf8-f286-455a-a32d-a7ce1c35b9d2"], +Cell[6509718, 114943, 1805, 45, 70, "GuideMoreAboutSection",ExpressionUUID->"9daa4e71-d77a-4360-b8b3-b2de4bdfcdee"], +Cell[6511526, 114990, 912, 26, 70, "GuideRelatedLinksSection",ExpressionUUID->"c5898cc4-9e8c-4dd3-94fb-ae007aabeaab"], +Cell[6512441, 115018, 78, 0, 70, "FooterCell",ExpressionUUID->"bbda10fc-e841-48ea-9cc4-a9178ed9e340"] } ] *) diff --git a/Documentation/English/Index/_0.cfs b/Documentation/English/Index/_0.cfs index 51b2a93..0b0d5c6 100644 Binary files a/Documentation/English/Index/_0.cfs and b/Documentation/English/Index/_0.cfs differ diff --git a/Documentation/English/Index/segments_3 b/Documentation/English/Index/segments_3 index d025f26..43511f3 100644 Binary files a/Documentation/English/Index/segments_3 and b/Documentation/English/Index/segments_3 differ diff --git a/Documentation/English/ReferencePages/Symbols/ADMCGameQ.nb b/Documentation/English/ReferencePages/Symbols/ADMCGameQ.nb index 94e4cf0..2802636 100644 --- a/Documentation/English/ReferencePages/Symbols/ADMCGameQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ADMCGameQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39519, 1022] -NotebookOptionsPosition[ 31592, 864] -NotebookOutlinePosition[ 33701, 918] -CellTagsIndexPosition[ 33616, 913] +NotebookDataLength[ 39516, 1021] +NotebookOptionsPosition[ 31603, 865] +NotebookOutlinePosition[ 33731, 919] +CellTagsIndexPosition[ 33646, 914] WindowTitle->ADMCGameQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "de810f37-8e64-47c6-9554-2f196de4178e"], + "2cc24e34-64b7-4f15-b977-56719545bdf4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7fbe9f61-852a-4e5d-ba5b-c0fc7bab17b2"], + "35064f47-8898-4bd1-9b4b-dbcef2baf4ce"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "09bb85c6-7f4e-4f90-992d-802bd5dc5e0e"] - }],ExpressionUUID->"634617f0-8aa6-47c2-a29b-de23d8b2eae3"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"ConvexStrQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexStrQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "27efe514-3b69-41b9-be4a-f89a73b2a79f"] + }],ExpressionUUID->"6a795ddc-46d8-45e5-83ba-5a6d9a0a1b00"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"ConvexStrQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexStrQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d8cac6a4-599c-4626-ab88-319ffeb72681"], + "771e4012-eb9d-4b3f-a3f7-ac1281fb7a56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "193d64b8-ce47-4d36-bee3-96d7e8b9e4be"] - }],ExpressionUUID->"4ab47e71-0962-469e-a859-54ecf3ef4094"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6d3597e0-62d0-474a-b6d8-1382b93bd480"] + }],ExpressionUUID->"2fd914df-562f-4e66-a379-d37e288f9f94"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4ee2b0b7-f380-441c-a703-e8320fb3ea78"], + "1782f6e8-f952-4f2c-ba59-ed839de61d75"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51f3c3a6-5f28-4431-8661-50e8ac13851f"] - }],ExpressionUUID->"2a634640-3b3d-4b3d-9a2a-df9865943390"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a88564b1-2b11-4b8b-9ce1-ea75c2f068d7"] + }],ExpressionUUID->"1f2baf5b-8cf1-488e-9e42-7c4996ad12df"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95fda80c-1ac5-4179-b4cf-3e861a0d1721"], + "0f22a70a-914b-4e2f-99d0-f5b0903aa2bf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f582855b-9dd5-4bba-801b-65e2d9a369f0"] - }],ExpressionUUID->"e7658ee6-2293-4faa-8684-b4626f03d082"], - StripOnInput->False], {"\<\"TUG/ref/ADMCGameQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ADMCGameQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ADMCGameQ.\ + "496a624f-211c-40a4-ad40-f4c161c05e15"] + }],ExpressionUUID->"56d1c866-b46c-402c-9531-cd8e7a067735"], + StripOnInput->False],{ + "\"TUG/ref/ADMCGameQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ADMCGameQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ADMCGameQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$20722], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ADMCGameQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$21017], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ADMCGameQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2a9193ea-e36e-4252-804d-342311b71120"] + "208b58c4-d486-4797-8939-3f69e9257c4b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d1285858-c7d2-47bc-bd55-8d96c30da7fb"]} + "a9806677-97ee-47cb-9d38-ed47a8ba2c6e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"dfdc05c0-5f7d-42ff-87e0-e698a1d83587"], + CellID->1,ExpressionUUID->"9b7e1dc9-3a43-439a-8de3-8336aab7d0a7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6baa78b3-24d3-40f4-93ad-ba7547becd88"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"748a41f7-bcc5-4784-acae-2959e15105f9"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ADMCGameQ", "ObjectName",ExpressionUUID-> - "597dd25f-9226-4b91-a94e-1369e8f90cf9"], + "b04a581d-7b3c-47e3-a0a5-b1be9f95e364"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6d3ab157-c0af-4723-82e1-ed3f732962ff"], + "Spacer1"]],ExpressionUUID->"b00f3a3a-340b-4a41-baac-22e6bc55e266"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0d558492-1ad3-4980-9fc3-e248c8bc4830"] - }],ExpressionUUID->"952ee7c1-0904-4dfa-ad64-6223cc1ef181"], Cell[BoxData[ + "fee1393d-a640-4458-8f8c-4394cad0f4a1"] + }],ExpressionUUID->"a21c1760-8bc4-4ad9-98a0-7875bc7ce64b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "743cf531-4950-4fc9-882c-d95c4ba1ada9"]} + "b1b4135c-c3af-438f-83e3-cc38368782c6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c20c70ec-5cb4-4fd3-bfba-9b1f1da25e7d"], + CacheGraphics->False,ExpressionUUID->"baabbbd0-0da4-4751-805a-7f93a724c4cc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "8aab42e8-44d0-4346-b4eb-995f572d3b81"], " \[LineSeparator]checks if the game satisfies almost diminishing \ marginal contributions. It returns the value 'True' or 'False'." - }],ExpressionUUID->"9f31ee92-cce4-41d5-b87e-02f2047f69cc"]} + }],ExpressionUUID->"0234b292-fda5-414a-aca9-90fae5cd45d9"]} }]], "Usage", CellID->1477472486,ExpressionUUID->"22e53740-62fe-44b9-bfe2-725b079ce55c"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"acd23788-07c7-4e2a-924f-e2ed8e66e57a"], + ExpressionUUID->"fee99386-d3e8-4749-9b14-f5ff8dca01db"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"313a5062-4d48-4842-a474-d2faa7cf5390"], + "Spacer1"]],ExpressionUUID->"78cf2f07-b5d5-4539-a978-4bee65ea3956"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f60225fd-7f09-4357-ab8d-62c7ce68cf8b"], + }], "NotesFrameText",ExpressionUUID->"662cd8ea-30fa-45b4-a543-d689d1b00223"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e7f99094-3e4e-4705-a4d7-fd31e04c0daf"]], \ + "Preemptive"]],ExpressionUUID->"5b826c8f-e41c-41d0-80db-1231955cd89e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->942691691,ExpressionUUID->"4117fac7-692c-4d41-a4be-38410df2215f"], + CellID->585725108,ExpressionUUID->"e5e1f782-40eb-4cc3-ad02-7370ac05f152"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"25bcd273-934c-426a-baa8-b415df58ced7"], + ExpressionUUID->"35ccd0ef-97cc-434d-9e6c-6819df5c3ca4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d078f145-d1aa-4fa1-8794-fd53d02aae74"], + "Spacer1"]],ExpressionUUID->"620620ef-1f6a-4982-a664-b6ca8d279120"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "83779382-e4e3-41b2-a76f-fa54a2262cbb"] + "94ad71b6-e0c9-4ef5-ada9-0fbcaa2b2b8d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->837100722,ExpressionUUID->"348f569a-9d8f-440c-b8c7-863551b85236"], + CellID->2090057260,ExpressionUUID->"acd5abbb-fa2a-4cca-a68f-f7f6b325abc3"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"780690db-c606-4c61-9076-a1480541bd5b"], + ExpressionUUID->"92cb401b-bd4f-41bd-abb8-0b059f337da7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"28250647-ce71-485a-b88f-ed9749afa722"], + "Spacer1"]],ExpressionUUID->"53100751-3cf2-49f1-a1c9-2f03013645a2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fa555754-ee33-47f8-af9c-7cd821273a7f"] + "83417d03-379d-46d3-8b54-25ec491a1d89"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1990080713,ExpressionUUID->"c43a754c-e50b-4cc3-a716-6b8f10ccb178"], + CellID->114824897,ExpressionUUID->"6d07e5fd-0b06-436f-9247-6208673d7aac"], Cell["Loading the package:", "ExampleText", CellID->676707868,ExpressionUUID->"579ecdee-cace-42c0-82b7-ee593f68a91c"], @@ -583,8 +587,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -732,15 +734,15 @@ Cell[BoxData[GridBox[{ "768f7a81-55d0-4801-bdfe-3e238b540248"] }], "SeeAlso",ExpressionUUID->"946e7021-a4cd-433f-9acd-3829592b0a76"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"57ed45c5-249b-425c-ba22-\ -b4b4a04c4629"], + }]], "SeeAlsoSection",ExpressionUUID->"b4213277-41e2-4b17-bac8-\ +17439b6ab81c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -752,9 +754,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f7e92f2e-ace3-444a-a878-1f7fcab54aec"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3b3eab2b-439f-43f5-8f74-\ -82f7228d1c65"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ae6553a1-44e1-4329-8369-\ +50851597911b"], Cell[BoxData[GridBox[{ { @@ -771,7 +772,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e9770c9-ff23-4ef5-bf81-6dff9af04e44"]}]}, + "8111ed4e-b7c6-4526-8c72-2a593499fec9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -779,10 +780,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1fc59607-55af-41ee-a8fa-f13c1e13a3ca"]}]} + "01a1b88b-bfed-4381-8ee0-3428a0ddd893"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ba756a7c-2bd1-465d-b6ce-\ -56235fc86a12"], + }]], "MoreAboutSection",ExpressionUUID->"d469ff12-7458-4c41-b12d-\ +fa040dc30fa0"], Cell[BoxData[GridBox[{ { @@ -809,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2f8d7629-4272-4083-be58-9028cbeb5d1d"]], "RelatedLinks", + "0c28f716-b78b-469d-8474-da12eb589b95"]], "RelatedLinks", ExpressionUUID->"e3087689-313e-4833-9b74-383b86e23005"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -826,11 +827,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a21b61da-e609-4355-a922-3ebfc1562411"]], "RelatedLinks", + "a2697235-06ff-4f11-930b-81b9cc2b570a"]], "RelatedLinks", ExpressionUUID->"0bd4e6b5-e7dd-4c13-8618-0b479dfa94c4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3ebcf236-68c9-4f77-b681-\ -701d50d478f3"], + }]], "RelatedLinksSection",ExpressionUUID->"4459e5a3-0325-45fd-80b6-\ +14800a464ad8"], Cell[CellGroupData[{ @@ -860,11 +861,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"58339b0b-998e-4c20-9936-23956a8772c3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f5f5e922-9ec6-4112-8178-2916bc0dbcb8"] +Cell[" ", "FooterCell",ExpressionUUID->"ed670f91-fa99-4c76-bb22-1836d2c978d4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ADMCGameQ", TaggingRules->{ @@ -875,7 +876,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 15.830003}", + "built" -> "{2024, 6, 3, 16, 50, 57.634109}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -883,10 +884,10 @@ TaggingRules->{ "ADMCGameQ[game] checks if the game satisfies almost diminishing marginal \ contributions. It returns the value 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ADMCGameQ", "titlemodifier" -> "", - "windowtitle" -> "ADMCGameQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ADMCGameQ"}}, + "metadescription" -> "", "windowtitle" -> "ADMCGameQ", "type" -> "Symbol", + "uri" -> "TUG/ref/ADMCGameQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -895,9 +896,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"70a1f4e4-53a4-4388-bbda-d9c08cf14854" +ExpressionUUID->"a8efeccb-cb3f-4937-ba58-147da1fffaea" ] (* End of Notebook Content *) @@ -905,125 +906,123 @@ ExpressionUUID->"70a1f4e4-53a4-4388-bbda-d9c08cf14854" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13114, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"348f569a-9d8f-440c-b8c7-863551b85236", + Cell[13159, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"acd5abbb-fa2a-4cca-a68f-f7f6b325abc3", CellTags->"PrimaryExamplesSection", - CellID->837100722]} + CellID->2090057260]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33416, 906} + {"PrimaryExamplesSection", 33445, 907} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7053, 168, 56, "AnchorBarGrid",ExpressionUUID->"dfdc05c0-5f7d-42ff-87e0-e698a1d83587", +Cell[581, 21, 7098, 172, 57, "AnchorBarGrid",ExpressionUUID->"9b7e1dc9-3a43-439a-8de3-8336aab7d0a7", CellID->1], -Cell[7637, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6baa78b3-24d3-40f4-93ad-ba7547becd88"], +Cell[7682, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"748a41f7-bcc5-4784-acae-2959e15105f9"], Cell[CellGroupData[{ -Cell[7748, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"c20c70ec-5cb4-4fd3-bfba-9b1f1da25e7d"], -Cell[9034, 232, 524, 10, 111, "Usage",ExpressionUUID->"22e53740-62fe-44b9-bfe2-725b079ce55c", +Cell[7793, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"baabbbd0-0da4-4751-805a-7f93a724c4cc"], +Cell[9079, 236, 524, 10, 111, "Usage",ExpressionUUID->"22e53740-62fe-44b9-bfe2-725b079ce55c", CellID->1477472486] }, Open ]], Cell[CellGroupData[{ -Cell[9595, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"4117fac7-692c-4d41-a4be-38410df2215f", +Cell[9640, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"e5e1f782-40eb-4cc3-ad02-7370ac05f152", CellGroupingRules->{"SectionGrouping", 50}, - CellID->942691691], -Cell[11492, 296, 663, 17, 49, "Notes",ExpressionUUID->"3ffcc1aa-b4b8-42fe-9eac-1197a65f31b0", + CellID->585725108], +Cell[11537, 300, 663, 17, 48, "Notes",ExpressionUUID->"3ffcc1aa-b4b8-42fe-9eac-1197a65f31b0", CellID->26053], -Cell[12158, 315, 489, 12, 37, "Notes",ExpressionUUID->"1d93989e-faaf-4030-9a77-972ef20c6749", +Cell[12203, 319, 489, 12, 38, "Notes",ExpressionUUID->"1d93989e-faaf-4030-9a77-972ef20c6749", CellID->177724765], -Cell[12650, 329, 185, 4, 36, "Notes",ExpressionUUID->"f3237e2c-b297-426b-95f8-4659910ccab1", +Cell[12695, 333, 185, 4, 36, "Notes",ExpressionUUID->"f3237e2c-b297-426b-95f8-4659910ccab1", CellID->885027016], -Cell[12838, 335, 149, 1, 36, "Notes",ExpressionUUID->"98cbc89d-e4b5-40cb-99a3-ef432d3cde70", +Cell[12883, 339, 149, 1, 36, "Notes",ExpressionUUID->"98cbc89d-e4b5-40cb-99a3-ef432d3cde70", CellID->1777253686] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13114, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"348f569a-9d8f-440c-b8c7-863551b85236", +Cell[13159, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"acd5abbb-fa2a-4cca-a68f-f7f6b325abc3", CellTags->"PrimaryExamplesSection", - CellID->837100722], + CellID->2090057260], Cell[CellGroupData[{ -Cell[14559, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c43a754c-e50b-4cc3-a716-6b8f10ccb178", - CellID->1990080713], -Cell[15961, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"579ecdee-cace-42c0-82b7-ee593f68a91c", +Cell[14605, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6d07e5fd-0b06-436f-9247-6208673d7aac", + CellID->114824897], +Cell[16006, 425, 118, 1, 39, "ExampleText",ExpressionUUID->"579ecdee-cace-42c0-82b7-ee593f68a91c", CellID->676707868], Cell[CellGroupData[{ -Cell[16104, 426, 166, 3, 27, "Input",ExpressionUUID->"7008b252-5183-4dd3-98f4-d56a8d9c0672", +Cell[16149, 430, 166, 3, 27, "Input",ExpressionUUID->"7008b252-5183-4dd3-98f4-d56a8d9c0672", CellID->45369823], Cell[CellGroupData[{ -Cell[16295, 433, 236, 4, 23, "Print",ExpressionUUID->"72566e8c-b6c4-4fb4-acef-1aacf03257b8", +Cell[16340, 437, 236, 4, 23, "Print",ExpressionUUID->"72566e8c-b6c4-4fb4-acef-1aacf03257b8", CellID->1916892412], -Cell[16534, 439, 364, 8, 23, "Print",ExpressionUUID->"35cda75d-e81b-4ea9-8b84-10fd40cc2263", +Cell[16579, 443, 364, 8, 23, "Print",ExpressionUUID->"35cda75d-e81b-4ea9-8b84-10fd40cc2263", CellID->864555107], -Cell[16901, 449, 235, 4, 23, "Print",ExpressionUUID->"61db8573-40d2-43b3-9938-a371c0b58f4e", +Cell[16946, 453, 235, 4, 23, "Print",ExpressionUUID->"61db8573-40d2-43b3-9938-a371c0b58f4e", CellID->492384756], -Cell[17139, 455, 220, 3, 23, "Print",ExpressionUUID->"ac69e787-d274-4718-8ec7-d496b3da30f3", +Cell[17184, 459, 220, 3, 23, "Print",ExpressionUUID->"ac69e787-d274-4718-8ec7-d496b3da30f3", CellID->1774426634], -Cell[17362, 460, 206, 3, 23, "Print",ExpressionUUID->"a2073ed7-d218-44eb-a18f-f12a6ebb53f6", +Cell[17407, 464, 206, 3, 23, "Print",ExpressionUUID->"a2073ed7-d218-44eb-a18f-f12a6ebb53f6", CellID->959292743], -Cell[17571, 465, 237, 4, 23, "Print",ExpressionUUID->"2a8c8ae2-6b38-4b9d-9c31-a6b1e1a64efd", +Cell[17616, 469, 237, 4, 23, "Print",ExpressionUUID->"2a8c8ae2-6b38-4b9d-9c31-a6b1e1a64efd", CellID->1964058627], -Cell[17811, 471, 219, 3, 23, "Print",ExpressionUUID->"4cb42729-f261-49a2-997d-3db3773c7356", +Cell[17856, 475, 219, 3, 23, "Print",ExpressionUUID->"4cb42729-f261-49a2-997d-3db3773c7356", CellID->984115821], -Cell[18033, 476, 236, 4, 23, "Print",ExpressionUUID->"aa73fac0-7dd5-4ef5-9118-59fee52f6c2b", +Cell[18078, 480, 236, 4, 23, "Print",ExpressionUUID->"aa73fac0-7dd5-4ef5-9118-59fee52f6c2b", CellID->2039189820], -Cell[18272, 482, 236, 4, 23, "Print",ExpressionUUID->"13f847d2-8052-4e60-9bf4-f6ce9021b296", +Cell[18317, 486, 236, 4, 23, "Print",ExpressionUUID->"13f847d2-8052-4e60-9bf4-f6ce9021b296", CellID->1986543701], -Cell[18511, 488, 206, 3, 23, "Print",ExpressionUUID->"7977f8d6-8e93-4974-8287-1a1bcaa8093a", +Cell[18556, 492, 206, 3, 23, "Print",ExpressionUUID->"7977f8d6-8e93-4974-8287-1a1bcaa8093a", CellID->411462467], -Cell[18720, 493, 236, 4, 23, "Print",ExpressionUUID->"085be317-ba50-4cec-9d56-d80ca476d019", +Cell[18765, 497, 236, 4, 23, "Print",ExpressionUUID->"085be317-ba50-4cec-9d56-d80ca476d019", CellID->1069881229] }, Open ]] }, Open ]], -Cell[18983, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"9b060cfc-1f3c-42da-9d34-52e46f3fd093", +Cell[19028, 505, 136, 1, 39, "ExampleText",ExpressionUUID->"9b060cfc-1f3c-42da-9d34-52e46f3fd093", CellID->943731236], -Cell[19122, 504, 235, 6, 70, "Input",ExpressionUUID->"7bf9f903-6bca-40b9-baea-cd0bb60b115d", +Cell[19167, 508, 235, 6, 70, "Input",ExpressionUUID->"7bf9f903-6bca-40b9-baea-cd0bb60b115d", CellID->2118364670], Cell[CellGroupData[{ -Cell[19382, 514, 359, 8, 70, "Input",ExpressionUUID->"6016c7f3-2b25-4c54-a3c8-44d7ff8e9008", +Cell[19427, 518, 359, 8, 70, "Input",ExpressionUUID->"6016c7f3-2b25-4c54-a3c8-44d7ff8e9008", CellID->436963316], -Cell[19744, 524, 362, 8, 36, "Output",ExpressionUUID->"c504770d-9cee-4317-927a-01f4f569ea80", +Cell[19789, 528, 362, 8, 36, "Output",ExpressionUUID->"c504770d-9cee-4317-927a-01f4f569ea80", CellID->1229093901] }, Open ]], -Cell[20121, 535, 238, 6, 70, "Input",ExpressionUUID->"3a8c10e1-4104-48f9-9ea0-cf8c7a8d297e", +Cell[20166, 539, 238, 6, 70, "Input",ExpressionUUID->"3a8c10e1-4104-48f9-9ea0-cf8c7a8d297e", CellID->1451876596], -Cell[20362, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"be3681e7-aabe-4d48-ac3b-b4ed87664a41", +Cell[20407, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"be3681e7-aabe-4d48-ac3b-b4ed87664a41", CellID->1541293067], Cell[CellGroupData[{ -Cell[20578, 551, 167, 3, 70, "Input",ExpressionUUID->"51f90324-a18b-4af4-81b3-7321d9e9b858", +Cell[20623, 555, 167, 3, 70, "Input",ExpressionUUID->"51f90324-a18b-4af4-81b3-7321d9e9b858", CellID->1238315528], -Cell[20748, 556, 172, 4, 36, "Output",ExpressionUUID->"ed360871-14cf-4029-8580-de30626ea48d", +Cell[20793, 560, 172, 4, 36, "Output",ExpressionUUID->"ed360871-14cf-4029-8580-de30626ea48d", CellID->613982439] }, Open ]], -Cell[20935, 563, 138, 1, 70, "ExampleText",ExpressionUUID->"079c7d65-570d-4dbc-91ce-f90e5055456e", +Cell[20980, 567, 138, 1, 70, "ExampleText",ExpressionUUID->"079c7d65-570d-4dbc-91ce-f90e5055456e", CellID->1057741694], Cell[CellGroupData[{ -Cell[21098, 568, 167, 3, 70, "Input",ExpressionUUID->"115ee621-a15b-4fca-96a2-f3f21668f6b4", +Cell[21143, 572, 167, 3, 70, "Input",ExpressionUUID->"115ee621-a15b-4fca-96a2-f3f21668f6b4", CellID->2018803655], -Cell[21268, 573, 159, 3, 36, "Output",ExpressionUUID->"72543ff2-a9c8-4b4e-9c19-77c92c6c027a", +Cell[21313, 577, 159, 3, 36, "Output",ExpressionUUID->"72543ff2-a9c8-4b4e-9c19-77c92c6c027a", CellID->923330332] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21714, 589, 5439, 148, 70, "SeeAlsoSection",ExpressionUUID->"b4213277-41e2-4b17-bac8-17439b6ab81c"], +Cell[27156, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ae6553a1-44e1-4329-8369-50851597911b"], +Cell[27829, 759, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d469ff12-7458-4c41-b12d-fa040dc30fa0"], +Cell[28865, 787, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"4459e5a3-0325-45fd-80b6-14800a464ad8"], Cell[CellGroupData[{ -Cell[21691, 587, 5439, 148, 70, "SeeAlsoSection",ExpressionUUID->"57ed45c5-249b-425c-ba22-b4b4a04c4629"], -Cell[27133, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3b3eab2b-439f-43f5-8f74-82f7228d1c65"] -}, Open ]], -Cell[27818, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ba756a7c-2bd1-465d-b6ce-56235fc86a12"], -Cell[28854, 786, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"3ebcf236-68c9-4f77-b681-701d50d478f3"], -Cell[CellGroupData[{ -Cell[30467, 836, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"740cd47b-bc1d-4e2f-bb3d-da2c539b5f60", +Cell[30478, 837, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"740cd47b-bc1d-4e2f-bb3d-da2c539b5f60", CellID->174251628], -Cell[30607, 839, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"16ce3b0d-18ff-4f27-95f6-147671f11176", +Cell[30618, 840, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"16ce3b0d-18ff-4f27-95f6-147671f11176", CellID->1194386356], -Cell[30829, 845, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf9bef6e-7bd2-4b09-aa7b-9c5ee772ba19", +Cell[30840, 846, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf9bef6e-7bd2-4b09-aa7b-9c5ee772ba19", CellID->1641706272], -Cell[31044, 850, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5fc5ca9-2337-4699-9b7f-65f9035f24fa", +Cell[31055, 851, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5fc5ca9-2337-4699-9b7f-65f9035f24fa", CellID->399251956], -Cell[31273, 856, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"58339b0b-998e-4c20-9936-23956a8772c3", +Cell[31284, 857, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"58339b0b-998e-4c20-9936-23956a8772c3", CellID->821434655] }, Open ]], -Cell[31510, 862, 78, 0, 70, "FooterCell",ExpressionUUID->"f5f5e922-9ec6-4112-8178-2916bc0dbcb8"] +Cell[31521, 863, 78, 0, 70, "FooterCell",ExpressionUUID->"ed670f91-fa99-4c76-bb22-1836d2c978d4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AIMCGameQ.nb b/Documentation/English/ReferencePages/Symbols/AIMCGameQ.nb index 72fb1e8..8de285b 100644 --- a/Documentation/English/ReferencePages/Symbols/AIMCGameQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AIMCGameQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39516, 1022] -NotebookOptionsPosition[ 31591, 864] -NotebookOutlinePosition[ 33699, 918] -CellTagsIndexPosition[ 33614, 913] +NotebookDataLength[ 39519, 1021] +NotebookOptionsPosition[ 31605, 865] +NotebookOutlinePosition[ 33732, 919] +CellTagsIndexPosition[ 33647, 914] WindowTitle->AIMCGameQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "204fb1dd-2bc9-4e62-a678-41f5aa4ff1df"], + "05a4f166-c081-42ba-b4a4-f810e20050d3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "91c1d549-7258-408e-9654-fc5bbe747d87"], + "a2666abf-0c7e-4eb4-9803-1278f282c2b7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4e9dc687-1dd5-4bf9-ba43-46713101c0f7"] - }],ExpressionUUID->"dd0b3365-7b96-426d-8aa5-192596fe20c2"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"ConvexStrQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexStrQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "b97248dd-5553-4928-96f8-b331fb6bc3d4"] + }],ExpressionUUID->"a3f90ff6-3bd2-493d-9f2a-45f0fb5c09f0"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"ConvexStrQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexStrQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "50b0af72-2098-48b9-9f51-75ba5b434003"], + "736deb3a-64e1-4c2d-a17b-d5eead8ff9cf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bc80fc86-36ef-4551-9ede-b703c56be2a3"] - }],ExpressionUUID->"c0b705eb-4c71-4105-acfd-a1a22eb4ec1c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "28a7708e-9552-4dd9-b029-3bc2ca1667b8"] + }],ExpressionUUID->"b29d7702-dd4b-49b2-a96b-456df5182f4f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f15da547-3b8b-4c5b-86f4-ddaddafd6f11"], + "304141e3-5554-4025-b1e7-4e530b99c81f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "978ca62a-ed6c-4ed2-8e09-4f187a9ae9ff"] - }],ExpressionUUID->"dfad40cf-755d-4dfb-924d-4e6381f3abbc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a2753632-f0b1-452c-9e6a-68eb229c86d5"] + }],ExpressionUUID->"8a740674-2825-4242-bef8-8e3112bfaefe"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5d9adc5c-931c-4135-be04-8ddd4434b498"], + "e7dee981-8e04-49e0-85fa-1885dd7781c2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "38b9307c-a0b5-47b9-b33c-d5edb8586fce"] - }],ExpressionUUID->"ab190fdd-aa21-4a6d-b03d-2456ac094e83"], - StripOnInput->False], {"\<\"TUG/ref/AIMCGameQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AIMCGameQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AIMCGameQ.\ + "e31f9bb5-3edd-4e60-aa9a-96ae03a0e18b"] + }],ExpressionUUID->"6b042528-a8ce-4f6f-9127-b4e32abe7e56"], + StripOnInput->False],{ + "\"TUG/ref/AIMCGameQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AIMCGameQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/AIMCGameQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$21281], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AIMCGameQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$21610], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AIMCGameQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2527dd4b-4ce3-4515-8bc3-d17e900a8532"] + "5015a1a2-243a-43e5-9ff4-ddf810e463d0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ed14c4fc-ed6b-4548-941f-bb4809ff260e"]} + "646c1af3-5794-4855-9afb-2400ea35d3f4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fc9f1b78-e378-452d-a05c-18386c5ea8cf"], + CellID->1,ExpressionUUID->"93d6c4d0-f776-49ba-ae3d-c166fdb6aaef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0d9d809b-5897-4c28-a263-84eadb5ff38a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cf6bf787-ab1f-4050-b821-7e0b64c7a745"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AIMCGameQ", "ObjectName",ExpressionUUID-> - "3160891c-f08a-4d62-9bbf-7ad6c40262eb"], + "19cbc110-3317-41f3-b945-0042f177cadc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"297f589a-3c45-47fe-9927-9c60a16305d2"], + "Spacer1"]],ExpressionUUID->"96316952-dc7a-48da-9a6f-0146b75f0bf1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0b08f716-e58c-460d-92dc-52ee233e2779"] - }],ExpressionUUID->"060db477-e5aa-46ea-97ac-6ba53bc8f31e"], Cell[BoxData[ + "daf65952-95ae-48f8-922c-766df17ea4dc"] + }],ExpressionUUID->"980a018c-6b4f-439f-a0b0-26da9ce00e35"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2ac32302-a913-45c3-8b34-e3d2c31d9020"]} + "6ae32d34-7290-46fe-8948-e9bf743ddb36"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e75f9266-c6ca-4948-af47-4b8739c4dae5"], + CacheGraphics->False,ExpressionUUID->"0bd94c71-b86f-42b7-aaf5-a087bbc25d42"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "4701032e-807f-4966-991a-b5d70cd8abbd"], " \[LineSeparator]checks if the game satisfies almost increasing \ marginal contributions. It returns the value 'True' or 'False'." - }],ExpressionUUID->"5672158b-151b-4444-95b0-64a12c9e8e95"]} + }],ExpressionUUID->"cbd8946c-3f64-4353-8688-554c8102f074"]} }]], "Usage", CellID->867777243,ExpressionUUID->"c1f7bbc2-91d3-4ec8-9f6e-50a8b44d137c"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0b4f65d0-2a65-4e23-bb46-c8895db9b582"], + ExpressionUUID->"80183350-64be-4c28-8106-3dbe6704e66c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5de8d2bc-67c2-40e7-9035-a9e5a301aebb"], + "Spacer1"]],ExpressionUUID->"b19879fc-bd55-4330-aab1-1e78f7779d6e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2b80f393-2597-4784-bf80-2f6b114873a4"], + }], "NotesFrameText",ExpressionUUID->"07cf3cb9-f6fb-4f2d-adbe-24e82d11d784"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f4813882-57b9-4f9a-a2b0-9b0c3b7f7447"]], \ + "Preemptive"]],ExpressionUUID->"3988cd26-d055-45c1-90a2-6fe32d91324d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->892019535,ExpressionUUID->"ba8639ce-f6db-4855-9ca1-5d0fe481549d"], + CellID->1766705796,ExpressionUUID->"245083ba-e75c-4008-a076-b79a5e5c80e5"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6dbcc6a5-4541-4873-a864-514812ca3612"], + ExpressionUUID->"0be03a79-df41-4406-8afe-8506eebef2b4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"efcc3fc4-e7f7-413a-85b7-4c8f1b29d8f4"], + "Spacer1"]],ExpressionUUID->"efc4cca7-455e-4059-a43d-276530453298"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "99497fcc-c3f8-4cd9-952a-820bc5fb02ce"] + "3107ebdf-2e09-4c6c-9691-75dd392a6ded"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->624031989,ExpressionUUID->"6eeb0307-2c1c-4503-9ee3-78e19bd5a36a"], + CellID->1011278102,ExpressionUUID->"c77bc97c-6abe-4cac-b645-0825a06e5184"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bebaea6b-7b5f-41c4-be51-6ba0b07adbac"], + ExpressionUUID->"4d913ef2-73ac-4c2c-81e5-88d5ca948b8e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"25e2500d-5d09-4d61-9cef-7f2a4bca74a4"], + "Spacer1"]],ExpressionUUID->"537e4d52-19f6-4158-854d-4692ef9bf135"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3b7d7545-b219-4ad5-bb3f-504f9df24292"] + "83938994-34ed-4a4a-a62d-469abff5aab9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->904973644,ExpressionUUID->"ba48e25b-d82a-4d76-ad28-f4f9ab7b2c7c"], + CellID->1521310940,ExpressionUUID->"cfe84e5d-3a64-450a-83e1-24661beaa32b"], Cell["Loading the package:", "ExampleText", CellID->720219247,ExpressionUUID->"0f24abb2-356f-40aa-b57b-68958df80cf5"], @@ -583,8 +587,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -732,15 +734,15 @@ Cell[BoxData[GridBox[{ "02f54ddc-513a-43e8-82d8-166ba3554bdd"] }], "SeeAlso",ExpressionUUID->"d236600d-046d-4478-a3c4-edc3b3373d37"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0d6d1b80-1141-42fa-bac4-\ -9e9fbbc9f9d5"], + }]], "SeeAlsoSection",ExpressionUUID->"417b30c4-4b23-43ff-8677-\ +bdb51fa317da"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -752,9 +754,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cadda552-7297-491b-a1a7-2b365b0974e5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d4c657d0-f2d3-4f88-9e67-\ -60d2b72e2ee1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f5cf04ba-6cd0-452e-8581-\ +6b8334222db2"], Cell[BoxData[GridBox[{ { @@ -771,7 +772,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7e8864be-8c6f-4a44-9d43-963fd8e14141"]}]}, + "ab2c6a6a-1b6b-4bf0-b229-27ce8439cf7a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -779,10 +780,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f867683f-2efa-4f07-b3df-4c6c2109fea6"]}]} + "d1a207f1-7d24-4def-8940-7eff6dada3a3"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a9817986-f715-425c-a339-\ -5a11b962270d"], + }]], "MoreAboutSection",ExpressionUUID->"4fdb9a2c-2473-49a8-bd41-\ +34b0cb1708f9"], Cell[BoxData[GridBox[{ { @@ -809,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "216b909d-a80c-48e8-95f7-19b1f2f6efb1"]], "RelatedLinks", + "ead456ee-209b-40d2-af8d-7510864b5dea"]], "RelatedLinks", ExpressionUUID->"9a4c6306-ccea-4c8a-94fb-8fbd352e5b25"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -826,11 +827,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "66728279-dc2e-45bd-90e0-0062fab09d5a"]], "RelatedLinks", + "91009df8-1dfd-4fb1-8767-64b8a0aa189b"]], "RelatedLinks", ExpressionUUID->"a96c169e-08f5-4611-8ffc-0e36e47406fa"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"099dac1e-8df9-4b7c-9ab8-\ -f9ad2c016475"], + }]], "RelatedLinksSection",ExpressionUUID->"900952b0-2c4d-4155-8ef9-\ +640a582645b3"], Cell[CellGroupData[{ @@ -860,11 +861,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"1599132d-bd85-44fd-8b5d-ca245cdce890"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4e033ae5-dc77-430a-b67d-51e7a9c27b4f"] +Cell[" ", "FooterCell",ExpressionUUID->"9d34cc99-8d16-48c1-8af5-086fed3f5fab"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AIMCGameQ", TaggingRules->{ @@ -875,7 +876,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 17.225705}", + "built" -> "{2024, 6, 3, 16, 50, 58.306152}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -883,10 +884,10 @@ TaggingRules->{ "AIMCGameQ[game] checks if the game satisfies almost increasing marginal \ contributions. It returns the value 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AIMCGameQ", "titlemodifier" -> "", - "windowtitle" -> "AIMCGameQ", "type" -> "Symbol", "uri" -> - "TUG/ref/AIMCGameQ"}}, + "metadescription" -> "", "windowtitle" -> "AIMCGameQ", "type" -> "Symbol", + "uri" -> "TUG/ref/AIMCGameQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -895,9 +896,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ba951356-9b3a-4686-a4ac-3867f00cc814" +ExpressionUUID->"97d922cb-1a7d-46f7-95c2-bf3490e0a587" ] (* End of Notebook Content *) @@ -905,125 +906,123 @@ ExpressionUUID->"ba951356-9b3a-4686-a4ac-3867f00cc814" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13110, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6eeb0307-2c1c-4503-9ee3-78e19bd5a36a", + Cell[13156, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c77bc97c-6abe-4cac-b645-0825a06e5184", CellTags->"PrimaryExamplesSection", - CellID->624031989]} + CellID->1011278102]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33414, 906} + {"PrimaryExamplesSection", 33446, 907} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7053, 168, 56, "AnchorBarGrid",ExpressionUUID->"fc9f1b78-e378-452d-a05c-18386c5ea8cf", +Cell[581, 21, 7098, 172, 57, "AnchorBarGrid",ExpressionUUID->"93d6c4d0-f776-49ba-ae3d-c166fdb6aaef", CellID->1], -Cell[7637, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0d9d809b-5897-4c28-a263-84eadb5ff38a"], +Cell[7682, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cf6bf787-ab1f-4050-b821-7e0b64c7a745"], Cell[CellGroupData[{ -Cell[7748, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"e75f9266-c6ca-4948-af47-4b8739c4dae5"], -Cell[9034, 232, 522, 10, 111, "Usage",ExpressionUUID->"c1f7bbc2-91d3-4ec8-9f6e-50a8b44d137c", +Cell[7793, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"0bd94c71-b86f-42b7-aaf5-a087bbc25d42"], +Cell[9079, 236, 522, 10, 111, "Usage",ExpressionUUID->"c1f7bbc2-91d3-4ec8-9f6e-50a8b44d137c", CellID->867777243] }, Open ]], Cell[CellGroupData[{ -Cell[9593, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"ba8639ce-f6db-4855-9ca1-5d0fe481549d", +Cell[9638, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"245083ba-e75c-4008-a076-b79a5e5c80e5", CellGroupingRules->{"SectionGrouping", 50}, - CellID->892019535], -Cell[11490, 296, 663, 17, 49, "Notes",ExpressionUUID->"8df8eaf9-f19d-44a5-b2df-ca9bd009dbc4", + CellID->1766705796], +Cell[11536, 300, 663, 17, 48, "Notes",ExpressionUUID->"8df8eaf9-f19d-44a5-b2df-ca9bd009dbc4", CellID->26053], -Cell[12156, 315, 489, 12, 37, "Notes",ExpressionUUID->"42402c3a-088d-4aa4-81d3-020949b6b921", +Cell[12202, 319, 489, 12, 38, "Notes",ExpressionUUID->"42402c3a-088d-4aa4-81d3-020949b6b921", CellID->177724765], -Cell[12648, 329, 185, 4, 36, "Notes",ExpressionUUID->"e3d24790-08c6-48bd-b09f-0053a821f6dd", +Cell[12694, 333, 185, 4, 36, "Notes",ExpressionUUID->"e3d24790-08c6-48bd-b09f-0053a821f6dd", CellID->1415988111], -Cell[12836, 335, 147, 1, 36, "Notes",ExpressionUUID->"b453f442-3f7b-47b8-8124-c71cb041f6dd", +Cell[12882, 339, 147, 1, 36, "Notes",ExpressionUUID->"b453f442-3f7b-47b8-8124-c71cb041f6dd", CellID->11354282] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13110, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6eeb0307-2c1c-4503-9ee3-78e19bd5a36a", +Cell[13156, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c77bc97c-6abe-4cac-b645-0825a06e5184", CellTags->"PrimaryExamplesSection", - CellID->624031989], + CellID->1011278102], Cell[CellGroupData[{ -Cell[14555, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ba48e25b-d82a-4d76-ad28-f4f9ab7b2c7c", - CellID->904973644], -Cell[15956, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"0f24abb2-356f-40aa-b57b-68958df80cf5", +Cell[14602, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cfe84e5d-3a64-450a-83e1-24661beaa32b", + CellID->1521310940], +Cell[16004, 425, 118, 1, 39, "ExampleText",ExpressionUUID->"0f24abb2-356f-40aa-b57b-68958df80cf5", CellID->720219247], Cell[CellGroupData[{ -Cell[16099, 426, 167, 3, 27, "Input",ExpressionUUID->"7592b953-680d-41cb-bbe2-1d700bee23d2", +Cell[16147, 430, 167, 3, 27, "Input",ExpressionUUID->"7592b953-680d-41cb-bbe2-1d700bee23d2", CellID->597746022], Cell[CellGroupData[{ -Cell[16291, 433, 236, 4, 23, "Print",ExpressionUUID->"3ef42daf-0709-4a3c-ab7c-101bd1c3fc5c", +Cell[16339, 437, 236, 4, 23, "Print",ExpressionUUID->"3ef42daf-0709-4a3c-ab7c-101bd1c3fc5c", CellID->1319436062], -Cell[16530, 439, 364, 8, 23, "Print",ExpressionUUID->"06a097cf-c83b-4ce7-8655-cb03c43b583b", +Cell[16578, 443, 364, 8, 23, "Print",ExpressionUUID->"06a097cf-c83b-4ce7-8655-cb03c43b583b", CellID->291899855], -Cell[16897, 449, 235, 4, 23, "Print",ExpressionUUID->"0c3cfcc8-afb7-4c8e-9c08-0c5fbd667e55", +Cell[16945, 453, 235, 4, 23, "Print",ExpressionUUID->"0c3cfcc8-afb7-4c8e-9c08-0c5fbd667e55", CellID->680544589], -Cell[17135, 455, 220, 3, 23, "Print",ExpressionUUID->"36bc9506-95af-4324-81ba-e885d1b85311", +Cell[17183, 459, 220, 3, 23, "Print",ExpressionUUID->"36bc9506-95af-4324-81ba-e885d1b85311", CellID->1861849034], -Cell[17358, 460, 207, 3, 23, "Print",ExpressionUUID->"feb470b1-ab7f-4bc3-8aeb-f46429975802", +Cell[17406, 464, 207, 3, 23, "Print",ExpressionUUID->"feb470b1-ab7f-4bc3-8aeb-f46429975802", CellID->1290924235], -Cell[17568, 465, 237, 4, 23, "Print",ExpressionUUID->"5be3a1a0-d18e-4896-8143-0f9fa45b8f1a", +Cell[17616, 469, 237, 4, 23, "Print",ExpressionUUID->"5be3a1a0-d18e-4896-8143-0f9fa45b8f1a", CellID->2007844813], -Cell[17808, 471, 220, 3, 23, "Print",ExpressionUUID->"8846603f-e006-40fc-825d-3c742da6d4cb", +Cell[17856, 475, 220, 3, 23, "Print",ExpressionUUID->"8846603f-e006-40fc-825d-3c742da6d4cb", CellID->1557343951], -Cell[18031, 476, 235, 4, 23, "Print",ExpressionUUID->"b52b8c93-2645-4a73-896c-fb418b4a9988", +Cell[18079, 480, 235, 4, 23, "Print",ExpressionUUID->"b52b8c93-2645-4a73-896c-fb418b4a9988", CellID->807653437], -Cell[18269, 482, 236, 4, 23, "Print",ExpressionUUID->"26e7725a-3a43-409e-9c06-f44b164c8718", +Cell[18317, 486, 236, 4, 23, "Print",ExpressionUUID->"26e7725a-3a43-409e-9c06-f44b164c8718", CellID->1221162855], -Cell[18508, 488, 206, 3, 23, "Print",ExpressionUUID->"15117140-acc8-46a9-bbe4-74a576658a22", +Cell[18556, 492, 206, 3, 23, "Print",ExpressionUUID->"15117140-acc8-46a9-bbe4-74a576658a22", CellID->911582893], -Cell[18717, 493, 236, 4, 23, "Print",ExpressionUUID->"e59531dc-b8bc-4f88-888b-2aa625f38910", +Cell[18765, 497, 236, 4, 23, "Print",ExpressionUUID->"e59531dc-b8bc-4f88-888b-2aa625f38910", CellID->2096384184] }, Open ]] }, Open ]], -Cell[18980, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"b85175d6-8da4-4b28-acd4-e45b51657135", +Cell[19028, 505, 136, 1, 39, "ExampleText",ExpressionUUID->"b85175d6-8da4-4b28-acd4-e45b51657135", CellID->562197890], -Cell[19119, 504, 234, 6, 70, "Input",ExpressionUUID->"a8cac024-2e26-413e-84b5-ceffffb43193", +Cell[19167, 508, 234, 6, 70, "Input",ExpressionUUID->"a8cac024-2e26-413e-84b5-ceffffb43193", CellID->444930510], Cell[CellGroupData[{ -Cell[19378, 514, 360, 8, 70, "Input",ExpressionUUID->"f058fc35-c1b5-4ece-854a-3e5ec65a3322", +Cell[19426, 518, 360, 8, 70, "Input",ExpressionUUID->"f058fc35-c1b5-4ece-854a-3e5ec65a3322", CellID->1611951684], -Cell[19741, 524, 362, 8, 36, "Output",ExpressionUUID->"552396d0-0ca7-4edf-b76d-fd2f0ddefbb4", +Cell[19789, 528, 362, 8, 36, "Output",ExpressionUUID->"552396d0-0ca7-4edf-b76d-fd2f0ddefbb4", CellID->1084393823] }, Open ]], -Cell[20118, 535, 238, 6, 70, "Input",ExpressionUUID->"1010e029-2b07-4b86-a36c-d0d73cd70bfe", +Cell[20166, 539, 238, 6, 70, "Input",ExpressionUUID->"1010e029-2b07-4b86-a36c-d0d73cd70bfe", CellID->1379328235], -Cell[20359, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"866f51ec-05d9-4d4d-a39f-18533b88a918", +Cell[20407, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"866f51ec-05d9-4d4d-a39f-18533b88a918", CellID->1558450804], Cell[CellGroupData[{ -Cell[20575, 551, 167, 3, 70, "Input",ExpressionUUID->"e8e5b04c-bb90-4f7e-8f0a-a2d65bc0673a", +Cell[20623, 555, 167, 3, 70, "Input",ExpressionUUID->"e8e5b04c-bb90-4f7e-8f0a-a2d65bc0673a", CellID->1295188923], -Cell[20745, 556, 172, 4, 36, "Output",ExpressionUUID->"fedd39e6-3287-4631-b81e-261790027d23", +Cell[20793, 560, 172, 4, 36, "Output",ExpressionUUID->"fedd39e6-3287-4631-b81e-261790027d23", CellID->426797602] }, Open ]], -Cell[20932, 563, 137, 1, 70, "ExampleText",ExpressionUUID->"8d0094a2-340a-4854-8058-84d1f9b12b30", +Cell[20980, 567, 137, 1, 70, "ExampleText",ExpressionUUID->"8d0094a2-340a-4854-8058-84d1f9b12b30", CellID->860677162], Cell[CellGroupData[{ -Cell[21094, 568, 167, 3, 70, "Input",ExpressionUUID->"7656afac-733f-4f89-a047-903967701491", +Cell[21142, 572, 167, 3, 70, "Input",ExpressionUUID->"7656afac-733f-4f89-a047-903967701491", CellID->1167620563], -Cell[21264, 573, 160, 3, 36, "Output",ExpressionUUID->"04921b79-3004-4d87-abb1-7ec3e52ef685", +Cell[21312, 577, 160, 3, 36, "Output",ExpressionUUID->"04921b79-3004-4d87-abb1-7ec3e52ef685", CellID->2029769743] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21714, 589, 5439, 148, 70, "SeeAlsoSection",ExpressionUUID->"417b30c4-4b23-43ff-8677-bdb51fa317da"], +Cell[27156, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f5cf04ba-6cd0-452e-8581-6b8334222db2"], +Cell[27829, 759, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4fdb9a2c-2473-49a8-bd41-34b0cb1708f9"], +Cell[28865, 787, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"900952b0-2c4d-4155-8ef9-640a582645b3"], Cell[CellGroupData[{ -Cell[21688, 587, 5439, 148, 70, "SeeAlsoSection",ExpressionUUID->"0d6d1b80-1141-42fa-bac4-9e9fbbc9f9d5"], -Cell[27130, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d4c657d0-f2d3-4f88-9e67-60d2b72e2ee1"] -}, Open ]], -Cell[27815, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a9817986-f715-425c-a339-5a11b962270d"], -Cell[28851, 786, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"099dac1e-8df9-4b7c-9ab8-f9ad2c016475"], -Cell[CellGroupData[{ -Cell[30466, 836, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a279852-4861-4816-a070-5a24321888bf", +Cell[30480, 837, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a279852-4861-4816-a070-5a24321888bf", CellID->174251628], -Cell[30606, 839, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6aa5b4dd-4159-4617-b416-2343ed66fcf7", +Cell[30620, 840, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6aa5b4dd-4159-4617-b416-2343ed66fcf7", CellID->1194386356], -Cell[30828, 845, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bbb1bf6-0dca-4d5c-bbb0-57157438db1a", +Cell[30842, 846, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bbb1bf6-0dca-4d5c-bbb0-57157438db1a", CellID->1641706272], -Cell[31043, 850, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"396be0ad-136a-44f8-a8f8-b60d2c61ba3e", +Cell[31057, 851, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"396be0ad-136a-44f8-a8f8-b60d2c61ba3e", CellID->399251956], -Cell[31272, 856, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1599132d-bd85-44fd-8b5d-ca245cdce890", +Cell[31286, 857, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1599132d-bd85-44fd-8b5d-ca245cdce890", CellID->821434655] }, Open ]], -Cell[31509, 862, 78, 0, 70, "FooterCell",ExpressionUUID->"4e033ae5-dc77-430a-b67d-51e7a9c27b4f"] +Cell[31523, 863, 78, 0, 70, "FooterCell",ExpressionUUID->"9d34cc99-8d16-48c1-8af5-086fed3f5fab"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AdjointMatrix.nb b/Documentation/English/ReferencePages/Symbols/AdjointMatrix.nb index a2a39b7..2440e60 100644 --- a/Documentation/English/ReferencePages/Symbols/AdjointMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/AdjointMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55942, 1504] -NotebookOptionsPosition[ 46919, 1325] -NotebookOutlinePosition[ 48986, 1378] -CellTagsIndexPosition[ 48900, 1373] +NotebookDataLength[ 55951, 1504] +NotebookOptionsPosition[ 46942, 1327] +NotebookOutlinePosition[ 49028, 1380] +CellTagsIndexPosition[ 48942, 1375] WindowTitle->AdjointMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7a918313-2210-425d-9320-d0e38e3803c6"], + "96c2d700-603f-4aa4-9243-43e61a62f233"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "be05bd95-12cd-4386-8f86-fb12e2b149cb"], + "0abf4e83-aba9-43e7-bb10-222fd1cb4dd1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bfb74ea4-4192-4776-9296-d1b9b1da871e"] - }],ExpressionUUID->"994e3fcb-3bdc-451e-a468-6d587cd318cb"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "5449a77b-5ebf-4feb-95cd-65569115c873"] + }],ExpressionUUID->"0c5b20ff-18fd-4414-9bdc-3eeed177eb06"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1092f49a-96f5-4d57-bd7d-d6c7309693ad"], + "6182a3db-5fcf-4c09-83a1-0f2d8e1f9bdb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f92bacc-b06a-48bd-a206-e7d6b84c8772"] - }],ExpressionUUID->"c874d873-7fd4-4dc6-8e14-f224e833e131"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5625cd2b-bd46-4102-bf94-296583001b79"] + }],ExpressionUUID->"c926030f-c329-499d-a1af-defa6adfba31"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ef14d21c-74b2-4f0b-9c14-820c216dd90a"], + "65819e62-a616-4622-b4b2-a239d4eafc8b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "28122c6e-b57e-4a05-8021-b9cec7b16d14"] - }],ExpressionUUID->"42ecd533-2498-4f46-a515-2ceb8f657b38"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f00b7bdb-b71f-40d5-a6eb-036864d4aa52"] + }],ExpressionUUID->"ca057647-3ef8-4964-ad13-38205356f8f7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5a5e8fc0-2b51-4ffd-bb0b-eaad1fef2174"], + "0d0e8a35-4a70-429b-8cbb-7a6c455c8f83"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "322b4902-5c32-4188-9231-a370701d9e6b"] - }],ExpressionUUID->"8d2bedb4-563d-411c-a8bb-c7332cf44010"], - StripOnInput->False], {"\<\"TUG/ref/AdjointMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AdjointMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AdjointMatrix.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$18382], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AdjointMatrix" <> ".html"], None}]}]}, + "bc121d9a-9382-4159-90f2-8a78ff89085e"] + }],ExpressionUUID->"5376b103-cf32-4b42-9f49-8f6948eff51a"], + StripOnInput->False],{ + "\"TUG/ref/AdjointMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AdjointMatrix"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +AdjointMatrix.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$18541], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AdjointMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2ddafa50-e0e7-4f33-a1ab-72dfcc21fe9e"] + "b0c52532-7458-45c0-937c-158083089fe7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ec01e5c1-e15e-4958-85a9-7b7a90d4f550"]} + "74ba946a-0114-42e3-add4-72a4e8f8a839"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2aefaef8-dc0c-4eb7-867d-f8507a6290c4"], + CellID->1,ExpressionUUID->"f42eed30-1651-4e99-af0c-101caf695703"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e8bb3d22-6f0c-4982-aa72-9d19e87c04b5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"87afe48e-658a-4378-9cc9-643f699053bc"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AdjointMatrix", "ObjectName",ExpressionUUID-> - "07421465-8292-47e7-b3d8-4d2cd256c2de"], + "23c7b830-4aea-4784-87d2-4b9472e9e65b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8776d3ad-4075-410f-a8bf-79256bafbd83"], + "Spacer1"]],ExpressionUUID->"23527259-98d5-4919-8e4e-a8c72ad1bc90"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8e2b03eb-a677-4436-83cd-a1d247204fd0"] - }],ExpressionUUID->"59a78226-e84a-4013-b812-e719f9238da9"], Cell[BoxData[ + "1863bb96-88f0-4367-9f51-e185a1e29116"] + }],ExpressionUUID->"5ec284a7-2134-462e-a28a-7f15392c9575"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "bf9c0b50-36f4-4a33-afb4-42a57a336524"]} + "5fdfbf7a-cecd-45bd-adf6-d531a47b325c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f696c8d8-221d-4cfa-bc4d-57d0b1be40c4"], + CacheGraphics->False,ExpressionUUID->"e7408af4-4bc7-4fa0-9b6e-3955bc25ee76"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "bf80f430-49df-44b5-a5bf-e3d1e05b129d"], "." - }],ExpressionUUID->"a7e75ba3-b25f-4dc7-875d-b59b08f7b2d9"]} + }],ExpressionUUID->"be34e886-93a6-42bc-b2b0-01ec65aa5d32"]} }]], "Usage", CellID->1292247288,ExpressionUUID->"df73e365-1ad2-48c1-9d0d-b3f25a09dce4"] }, Open ]], @@ -274,12 +279,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6b989ed2-e2df-4f3c-a01b-e4e8fe92644b"], + ExpressionUUID->"21e76c92-67f0-4a3e-a62e-2eba657ed2f5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d1b6d708-57a1-4aba-b77e-3db0c589d186"], + "Spacer1"]],ExpressionUUID->"45565e15-6605-4861-bc54-f71cd20e0bb4"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e7f097f5-e20e-4b08-81c1-5743b60a1509"], + }], "NotesFrameText",ExpressionUUID->"3a345f1a-b5ed-4e72-a341-2b9b505c5f7d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +295,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6566dc8c-a32c-4b2c-bd7f-51bcf3f7d263"]], \ + "Preemptive"]],ExpressionUUID->"7ee293de-8073-4298-abdb-ee9f037d3b67"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1971634225,ExpressionUUID->"4c1427ff-e266-4342-9bf8-7672b015c5ea"], + CellID->1177600709,ExpressionUUID->"18536ec9-5560-4fb8-a935-9bc709c318f6"], Cell[TextData[{ "The input expression ", @@ -365,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"85535335-8138-40e4-9646-7bf3734c695a"], + ExpressionUUID->"ede8fdf4-e2fc-42fd-afce-3e442b60f929"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b4d22c55-6c26-41ff-bea6-fa00ac9329e5"], + "Spacer1"]],ExpressionUUID->"ccf6664b-c859-4db8-ab1d-ee6ac0e3206c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dd5e539c-a4ac-4f28-b56f-dd8bb960b353"] + "70839130-5484-4e75-b8b5-7675369122ea"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1919825858,ExpressionUUID->"4fb6224d-5f96-4f0e-86d4-faa33bcd2c84"], + CellID->1020681037,ExpressionUUID->"1645c5de-d309-46e4-b747-4de4bc518aaf"], Cell[CellGroupData[{ @@ -406,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5d24faf5-b65a-4f55-bc17-11aeb6c3c39d"], + ExpressionUUID->"8e5abec9-0d3c-4051-b224-26d5c1d53d26"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c5534c3b-1fbc-48d9-8cae-f6c8e47a2558"], + "Spacer1"]],ExpressionUUID->"95e2fcc6-7208-49c2-ae79-080ec1a77118"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d4d37c4b-d489-4115-89f3-427c84079c00"] + "8ca53ecf-7aca-47d4-bfd0-981ab9c4fb4a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1365104451,ExpressionUUID->"a87b6307-13d1-4580-8c6e-8b063a5ca551"], + CellID->711342961,ExpressionUUID->"27cd8f60-5244-471f-9a15-5cf67e7bec95"], Cell["Loading the package:", "ExampleText", CellID->961921734,ExpressionUUID->"d83d543a-81eb-4fc6-a5f8-f9af9cf96c85"], @@ -1027,8 +1032,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1176,15 +1179,15 @@ Cell[BoxData[GridBox[{ "c1571d02-879c-4c15-8fdc-49666e8c3d59"] }], "SeeAlso",ExpressionUUID->"5d4aa90a-ec6e-42bf-98d2-f045d3919235"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3b09181b-e543-40f3-bacc-\ -4793e533e3c2"], + }]], "SeeAlsoSection",ExpressionUUID->"0eedb32c-0a55-4cf7-9bee-\ +0a992cabf228"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1196,9 +1199,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d442ad70-1dd3-4557-b682-bd8f6cd38c3b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0b458615-23dc-4981-a722-\ -1ebe3d706de6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f9b9c195-3316-4458-ae01-\ +5c1c51ae0e0c"], Cell[BoxData[GridBox[{ { @@ -1215,7 +1217,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9b2645a5-1c3a-4980-bd24-fee472dac813"]}]}, + "86227fc4-0a0e-495b-9b6e-127e8ca047c8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1223,10 +1225,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d75f4f23-ba64-4ebc-a63a-153e558ab6a3"]}]} + "c1b7e4df-f969-4aa7-872e-150675dd02ea"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f08d8358-ead7-4818-8ef8-\ -d20731385040"], + }]], "MoreAboutSection",ExpressionUUID->"709107bd-c44c-4d52-a77a-\ +e0cd82c49292"], Cell[BoxData[GridBox[{ { @@ -1253,7 +1255,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c49ee9cf-4fcf-4a17-8251-f88a137039c2"]], "RelatedLinks", + "fbd00e82-6299-48ab-85a2-e6ed2a1a20ff"]], "RelatedLinks", ExpressionUUID->"52531610-e150-4127-b7c5-54d7cff1b88c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1270,7 +1272,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e69ddf1e-d9f4-4e84-89de-fbd989f86ad0"]], "RelatedLinks", + "5077f296-50c2-447f-9fe9-758cd9fd22e7"]], "RelatedLinks", ExpressionUUID->"dca93c9d-b6a4-498d-ae31-8d66b612fe80"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1287,11 +1289,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ed9aee0d-4493-4cb2-8198-e03bd5910dee"]], "RelatedLinks", + "72c9908b-bb54-4be9-808e-05273ae63b75"]], "RelatedLinks", ExpressionUUID->"aca4e73f-6924-48da-956c-6db3075acd46"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"39e28214-19b5-416c-96dd-\ -3f09908d0280"], + }]], "RelatedLinksSection",ExpressionUUID->"3fe660ec-dfd9-4234-9ff3-\ +609510a10664"], Cell[CellGroupData[{ @@ -1321,11 +1323,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fc12b885-c075-48d9-9735-2ebb23ef9769"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e965d923-a418-4d33-9e49-6b4538c4e75c"] +Cell[" ", "FooterCell",ExpressionUUID->"6dc1b23a-a059-48d4-aae7-71ac41be0b2a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AdjointMatrix", TaggingRules->{ @@ -1336,17 +1338,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 9.451040}", + "built" -> "{2024, 6, 3, 16, 50, 54.026847}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AdjointMatrix[mat] computes the conjugate transpose of the matrix mat.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AdjointMatrix", - "titlemodifier" -> "", "windowtitle" -> "AdjointMatrix", "type" -> - "Symbol", "uri" -> "TUG/ref/AdjointMatrix"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "AdjointMatrix", "type" -> "Symbol", "uri" -> "TUG/ref/AdjointMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1355,9 +1357,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"146fd553-2d76-43ef-a7e9-4989fc510251" +ExpressionUUID->"53ffa186-c0ae-444e-b6fe-6242947be18d" ] (* End of Notebook Content *) @@ -1365,147 +1367,145 @@ ExpressionUUID->"146fd553-2d76-43ef-a7e9-4989fc510251" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13217, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4fb6224d-5f96-4f0e-86d4-faa33bcd2c84", + Cell[13275, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1645c5de-d309-46e4-b747-4de4bc518aaf", CellTags->"PrimaryExamplesSection", - CellID->1919825858]} + CellID->1020681037]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 48699, 1366} + {"PrimaryExamplesSection", 48741, 1368} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7132, 168, 56, "AnchorBarGrid",ExpressionUUID->"2aefaef8-dc0c-4eb7-867d-f8507a6290c4", +Cell[585, 21, 7190, 173, 57, "AnchorBarGrid",ExpressionUUID->"f42eed30-1651-4e99-af0c-101caf695703", CellID->1], -Cell[7720, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e8bb3d22-6f0c-4982-aa72-9d19e87c04b5"], +Cell[7778, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"87afe48e-658a-4378-9cc9-643f699053bc"], Cell[CellGroupData[{ -Cell[7831, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"f696c8d8-221d-4cfa-bc4d-57d0b1be40c4"], -Cell[9121, 232, 614, 13, 111, "Usage",ExpressionUUID->"df73e365-1ad2-48c1-9d0d-b3f25a09dce4", +Cell[7889, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e7408af4-4bc7-4fa0-9b6e-3955bc25ee76"], +Cell[9179, 237, 614, 13, 111, "Usage",ExpressionUUID->"df73e365-1ad2-48c1-9d0d-b3f25a09dce4", CellID->1292247288] }, Open ]], Cell[CellGroupData[{ -Cell[9772, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"4c1427ff-e266-4342-9bf8-7672b015c5ea", +Cell[9830, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"18536ec9-5560-4fb8-a935-9bc709c318f6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1971634225], -Cell[11670, 299, 332, 7, 36, "]]",ExpressionUUID->"9ec1bd1d-fb7f-4daf-a630-da6fab9c45f5", + CellID->1177600709], +Cell[11728, 304, 332, 7, 36, "]]",ExpressionUUID->"9ec1bd1d-fb7f-4daf-a630-da6fab9c45f5", CellID->313448337], -Cell[12005, 308, 489, 12, 37, "Notes",ExpressionUUID->"0f0e3923-ce30-4850-8e5e-ea9310bc0340", +Cell[12063, 313, 489, 12, 38, "Notes",ExpressionUUID->"0f0e3923-ce30-4850-8e5e-ea9310bc0340", CellID->177724765], -Cell[12497, 322, 149, 1, 36, "Notes",ExpressionUUID->"c55fbf22-9219-4f5e-a8cf-eb6520672d0f", +Cell[12555, 327, 149, 1, 36, "Notes",ExpressionUUID->"c55fbf22-9219-4f5e-a8cf-eb6520672d0f", CellID->554586937], -Cell[12649, 325, 308, 8, 37, "Notes",ExpressionUUID->"107186dd-8620-46d4-853c-d9fc83a12e18", +Cell[12707, 330, 308, 8, 38, "Notes",ExpressionUUID->"107186dd-8620-46d4-853c-d9fc83a12e18", CellID->1469187266], -Cell[12960, 335, 130, 1, 36, "Notes",ExpressionUUID->"fd6f9071-cc19-4127-b1a0-93911f8111f8", +Cell[13018, 340, 130, 1, 36, "Notes",ExpressionUUID->"fd6f9071-cc19-4127-b1a0-93911f8111f8", CellID->1881965689] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13217, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4fb6224d-5f96-4f0e-86d4-faa33bcd2c84", +Cell[13275, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1645c5de-d309-46e4-b747-4de4bc518aaf", CellTags->"PrimaryExamplesSection", - CellID->1919825858], + CellID->1020681037], Cell[CellGroupData[{ -Cell[14663, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a87b6307-13d1-4580-8c6e-8b063a5ca551", - CellID->1365104451], -Cell[16065, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"d83d543a-81eb-4fc6-a5f8-f9af9cf96c85", +Cell[14721, 388, 1398, 36, 30, "ExampleSection",ExpressionUUID->"27cd8f60-5244-471f-9a15-5cf67e7bec95", + CellID->711342961], +Cell[16122, 426, 118, 1, 39, "ExampleText",ExpressionUUID->"d83d543a-81eb-4fc6-a5f8-f9af9cf96c85", CellID->961921734], Cell[CellGroupData[{ -Cell[16208, 426, 168, 3, 27, "Input",ExpressionUUID->"22c608db-9cf5-4048-af70-a4a1c3e51374", +Cell[16265, 431, 168, 3, 27, "Input",ExpressionUUID->"22c608db-9cf5-4048-af70-a4a1c3e51374", CellID->1105076114], Cell[CellGroupData[{ -Cell[16401, 433, 237, 4, 23, "Print",ExpressionUUID->"33fc5493-94da-4db0-8926-648dac991c98", +Cell[16458, 438, 237, 4, 23, "Print",ExpressionUUID->"33fc5493-94da-4db0-8926-648dac991c98", CellID->1374059303], -Cell[16641, 439, 365, 8, 23, "Print",ExpressionUUID->"1fd5741d-636f-4275-9178-0223f9c25932", +Cell[16698, 444, 365, 8, 23, "Print",ExpressionUUID->"1fd5741d-636f-4275-9178-0223f9c25932", CellID->750952593], -Cell[17009, 449, 236, 4, 23, "Print",ExpressionUUID->"f86ea3f5-75d1-4562-8e49-12efc102e665", +Cell[17066, 454, 236, 4, 23, "Print",ExpressionUUID->"f86ea3f5-75d1-4562-8e49-12efc102e665", CellID->373226214], -Cell[17248, 455, 219, 3, 23, "Print",ExpressionUUID->"f3adb4f5-3f19-4c7a-854c-575b97237ba9", +Cell[17305, 460, 219, 3, 23, "Print",ExpressionUUID->"f3adb4f5-3f19-4c7a-854c-575b97237ba9", CellID->34460232], -Cell[17470, 460, 208, 3, 23, "Print",ExpressionUUID->"ff544784-29e5-4426-87ac-a097381380c1", +Cell[17527, 465, 208, 3, 23, "Print",ExpressionUUID->"ff544784-29e5-4426-87ac-a097381380c1", CellID->1395969204], -Cell[17681, 465, 238, 4, 23, "Print",ExpressionUUID->"420189ac-a57d-4d43-97ea-7ccb7c84421c", +Cell[17738, 470, 238, 4, 23, "Print",ExpressionUUID->"420189ac-a57d-4d43-97ea-7ccb7c84421c", CellID->2144389056], -Cell[17922, 471, 220, 3, 23, "Print",ExpressionUUID->"0539558d-b034-48d3-8889-01ef7efe8586", +Cell[17979, 476, 220, 3, 23, "Print",ExpressionUUID->"0539558d-b034-48d3-8889-01ef7efe8586", CellID->617381578], -Cell[18145, 476, 237, 4, 23, "Print",ExpressionUUID->"53d73915-8398-48b1-be35-5fd9d679fa48", +Cell[18202, 481, 237, 4, 23, "Print",ExpressionUUID->"53d73915-8398-48b1-be35-5fd9d679fa48", CellID->1578709448], -Cell[18385, 482, 237, 4, 23, "Print",ExpressionUUID->"21d8dbb0-d38f-4a04-a101-20808f5fb587", +Cell[18442, 487, 237, 4, 23, "Print",ExpressionUUID->"21d8dbb0-d38f-4a04-a101-20808f5fb587", CellID->1185186288], -Cell[18625, 488, 207, 3, 23, "Print",ExpressionUUID->"4ab175df-fff0-4451-804a-e0e4710291d1", +Cell[18682, 493, 207, 3, 23, "Print",ExpressionUUID->"4ab175df-fff0-4451-804a-e0e4710291d1", CellID->925699938], -Cell[18835, 493, 237, 4, 70, "Print",ExpressionUUID->"be0749b2-4492-44ac-8d48-87271bdf270a", +Cell[18892, 498, 237, 4, 23, "Print",ExpressionUUID->"be0749b2-4492-44ac-8d48-87271bdf270a", CellID->1356380619] }, Open ]] }, Open ]], -Cell[19099, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"6e8b1d4a-105d-449e-a41f-a7be1d966d46", +Cell[19156, 506, 136, 1, 70, "ExampleText",ExpressionUUID->"6e8b1d4a-105d-449e-a41f-a7be1d966d46", CellID->735840815], -Cell[19238, 504, 235, 6, 70, "Input",ExpressionUUID->"04755dab-811e-41f3-8f23-ca031bd68e63", +Cell[19295, 509, 235, 6, 70, "Input",ExpressionUUID->"04755dab-811e-41f3-8f23-ca031bd68e63", CellID->1453900561], -Cell[19476, 512, 381, 9, 70, "Input",ExpressionUUID->"01805b48-eb0f-485a-aa1b-55b1c4c2e010", +Cell[19533, 517, 381, 9, 70, "Input",ExpressionUUID->"01805b48-eb0f-485a-aa1b-55b1c4c2e010", CellID->1935733988], -Cell[19860, 523, 238, 6, 70, "Input",ExpressionUUID->"57c4c69c-c81b-4005-ab91-d3f1f994eca9", +Cell[19917, 528, 238, 6, 70, "Input",ExpressionUUID->"57c4c69c-c81b-4005-ab91-d3f1f994eca9", CellID->2009934294], -Cell[20101, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"be95392e-a28d-4bf3-914d-01b88ad970a6", +Cell[20158, 536, 190, 4, 70, "ExampleText",ExpressionUUID->"be95392e-a28d-4bf3-914d-01b88ad970a6", CellID->316205043], Cell[CellGroupData[{ -Cell[20316, 539, 171, 3, 70, "Input",ExpressionUUID->"694d1513-fb4e-4681-abc7-ec9da86cd545", +Cell[20373, 544, 171, 3, 70, "Input",ExpressionUUID->"694d1513-fb4e-4681-abc7-ec9da86cd545", CellID->1763600520], -Cell[20490, 544, 174, 4, 36, "Output",ExpressionUUID->"ed9910dc-4398-4e6d-94a3-622644de39ba", +Cell[20547, 549, 174, 4, 36, "Output",ExpressionUUID->"ed9910dc-4398-4e6d-94a3-622644de39ba", CellID->1992605458] }, Open ]], -Cell[20679, 551, 138, 1, 70, "ExampleText",ExpressionUUID->"e04ee4cd-9447-4008-a979-85b1d747576e", +Cell[20736, 556, 138, 1, 70, "ExampleText",ExpressionUUID->"e04ee4cd-9447-4008-a979-85b1d747576e", CellID->234975497], Cell[CellGroupData[{ -Cell[20842, 556, 191, 4, 70, "Input",ExpressionUUID->"8df8cbe2-dba0-4204-a439-116ba138bf03", +Cell[20899, 561, 191, 4, 70, "Input",ExpressionUUID->"8df8cbe2-dba0-4204-a439-116ba138bf03", CellID->1765287432], -Cell[21036, 562, 269, 7, 51, "Output",ExpressionUUID->"4c0e9f09-3399-45b2-b6a2-f499952cc8ac", +Cell[21093, 567, 269, 7, 50, "Output",ExpressionUUID->"4c0e9f09-3399-45b2-b6a2-f499952cc8ac", CellID->838517397] }, Open ]], -Cell[21320, 572, 205, 4, 70, "ExampleText",ExpressionUUID->"fb581293-bc93-413e-bd02-9733c17bf66e", +Cell[21377, 577, 205, 4, 70, "ExampleText",ExpressionUUID->"fb581293-bc93-413e-bd02-9733c17bf66e", CellID->925855815], Cell[CellGroupData[{ -Cell[21550, 580, 226, 5, 70, "Input",ExpressionUUID->"10ad4a1b-3777-4d2d-97b0-dd1f75f6415f", +Cell[21607, 585, 226, 5, 70, "Input",ExpressionUUID->"10ad4a1b-3777-4d2d-97b0-dd1f75f6415f", CellID->1120352025], -Cell[21779, 587, 12140, 361, 359, "Output",ExpressionUUID->"5d9e062b-aa39-45f8-9967-37bacb982fd2", +Cell[21836, 592, 12140, 361, 342, "Output",ExpressionUUID->"5d9e062b-aa39-45f8-9967-37bacb982fd2", CellID->1462035377] }, Open ]], -Cell[33934, 951, 144, 1, 70, "ExampleText",ExpressionUUID->"d1a82153-8b18-41db-b307-78ea18c0c84f", +Cell[33991, 956, 144, 1, 70, "ExampleText",ExpressionUUID->"d1a82153-8b18-41db-b307-78ea18c0c84f", CellID->1715419886], Cell[CellGroupData[{ -Cell[34103, 956, 218, 5, 70, "Input",ExpressionUUID->"9be8d22c-f29b-4010-aa89-db532d9dd7a6", +Cell[34160, 961, 218, 5, 70, "Input",ExpressionUUID->"9be8d22c-f29b-4010-aa89-db532d9dd7a6", CellID->1183776736], -Cell[34324, 963, 671, 21, 36, "Output",ExpressionUUID->"ac107248-792f-4f95-a2db-0c28e64d4759", +Cell[34381, 968, 671, 21, 36, "Output",ExpressionUUID->"ac107248-792f-4f95-a2db-0c28e64d4759", CellID->904732961] }, Open ]], -Cell[35010, 987, 180, 3, 70, "ExampleText",ExpressionUUID->"674f1a54-eb5e-4738-ada7-9a0bb1c68cc7", +Cell[35067, 992, 180, 3, 70, "ExampleText",ExpressionUUID->"674f1a54-eb5e-4738-ada7-9a0bb1c68cc7", CellID->2095514544], Cell[CellGroupData[{ -Cell[35215, 994, 168, 3, 70, "Input",ExpressionUUID->"3eef310f-a82b-44dd-b1fe-c1a907474fd3", +Cell[35272, 999, 168, 3, 70, "Input",ExpressionUUID->"3eef310f-a82b-44dd-b1fe-c1a907474fd3", CellID->1508050169], -Cell[35386, 999, 670, 21, 36, "Output",ExpressionUUID->"4d1691f0-c22b-4822-a7a1-7521c62be9e3", +Cell[35443, 1004, 670, 21, 36, "Output",ExpressionUUID->"4d1691f0-c22b-4822-a7a1-7521c62be9e3", CellID->67639041] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[36355, 1034, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0eedb32c-0a55-4cf7-9bee-0a992cabf228"], +Cell[41861, 1184, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f9b9c195-3316-4458-ae01-5c1c51ae0e0c"], +Cell[42534, 1204, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"709107bd-c44c-4d52-a77a-e0cd82c49292"], +Cell[43570, 1232, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"3fe660ec-dfd9-4234-9ff3-609510a10664"], Cell[CellGroupData[{ -Cell[36320, 1031, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3b09181b-e543-40f3-bacc-4793e533e3c2"], -Cell[41826, 1181, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0b458615-23dc-4981-a722-1ebe3d706de6"] -}, Open ]], -Cell[42511, 1202, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f08d8358-ead7-4818-8ef8-d20731385040"], -Cell[43547, 1230, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"39e28214-19b5-416c-96dd-3f09908d0280"], -Cell[CellGroupData[{ -Cell[45793, 1297, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a93bc589-b7f1-4704-887c-77d7c007aad0", +Cell[45816, 1299, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a93bc589-b7f1-4704-887c-77d7c007aad0", CellID->2135167160], -Cell[45934, 1300, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b79f609-700a-436a-b8f1-cdbf46d4ae7d", +Cell[45957, 1302, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b79f609-700a-436a-b8f1-cdbf46d4ae7d", CellID->1194386356], -Cell[46156, 1306, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e7974e65-5c98-421f-81dc-2c0f7e326d38", +Cell[46179, 1308, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e7974e65-5c98-421f-81dc-2c0f7e326d38", CellID->1641706272], -Cell[46371, 1311, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df0d6fa4-bd15-4fff-845e-b78a3817a388", +Cell[46394, 1313, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df0d6fa4-bd15-4fff-845e-b78a3817a388", CellID->399251956], -Cell[46600, 1317, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fc12b885-c075-48d9-9735-2ebb23ef9769", +Cell[46623, 1319, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fc12b885-c075-48d9-9735-2ebb23ef9769", CellID->821434655] }, Open ]], -Cell[46837, 1323, 78, 0, 70, "FooterCell",ExpressionUUID->"e965d923-a418-4d33-9e49-6b4538c4e75c"] +Cell[46860, 1325, 78, 0, 70, "FooterCell",ExpressionUUID->"6dc1b23a-a059-48d4-aae7-71ac41be0b2a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AdjustedEffUpperVectors.nb b/Documentation/English/ReferencePages/Symbols/AdjustedEffUpperVectors.nb index e85731e..4b41db6 100644 --- a/Documentation/English/ReferencePages/Symbols/AdjustedEffUpperVectors.nb +++ b/Documentation/English/ReferencePages/Symbols/AdjustedEffUpperVectors.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 50785, 1326] -NotebookOptionsPosition[ 40302, 1118] -NotebookOutlinePosition[ 42448, 1172] -CellTagsIndexPosition[ 42362, 1167] +NotebookDataLength[ 50768, 1324] +NotebookOptionsPosition[ 40301, 1118] +NotebookOutlinePosition[ 42465, 1172] +CellTagsIndexPosition[ 42379, 1167] WindowTitle->AdjustedEffUpperVectors WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b993a3e5-890a-47a8-b275-83b04644b797"], + "67129820-2b41-4377-8c23-217c6e0be53a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2ada4476-61dc-4353-b0d7-10f76fd2b383"], + "e3216b7c-50da-4fa8-9244-d5df289fcec0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4221c840-ec2d-4aa8-b6cc-ca92914de13c"] - }],ExpressionUUID->"6968a6fa-c1f6-4137-9e2f-4bd4b088bdb3"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "9b592da7-af0e-4141-8913-3fefb2a3ea7c"] + }],ExpressionUUID->"b29cf4d3-2b81-4f57-b159-676d83c75ec8"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb4cce95-b42d-4ed0-9b28-1a969c3d3126"], + "ba6c0abb-5a68-47ff-9e03-1d97371d765a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7e0cc37b-645d-4dd6-928e-638d9e61f64a"] - }],ExpressionUUID->"716df04d-01bc-4458-823f-5a904fd92ae7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c1639f3b-2fd0-4aaf-a5cc-c4305de58d72"] + }],ExpressionUUID->"5b295aea-60d4-46dd-80ba-64f1f9b0df24"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "179a14d0-07f0-45af-88a0-660d746846e8"], + "f26a5db2-18c1-4cc6-9c1e-964c10af50f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "70b35d67-c9e8-49a2-a109-733037cef5ca"] - }],ExpressionUUID->"e07b44aa-89dd-47cc-bd43-fd0b218a9096"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "caa26b65-aefa-4ba7-bce4-57aa2954381f"] + }],ExpressionUUID->"ee17df4f-691c-4425-b5d3-9cb60a223cf0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2261beb1-6838-4466-b883-6f01cd9ef660"], + "43c1effc-bd4f-4f88-bf57-31abc40b7598"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "24c5337e-8324-43a4-a7ed-68a0a5184118"] - }],ExpressionUUID->"57c08ae5-d0fb-4105-97aa-ef4859c8ebcb"], - StripOnInput->False], {"\<\"TUG/ref/AdjustedEffUpperVectors\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AdjustedEffUpperVectors"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "df50104b-338d-4e25-8ddd-5a274b85d0ee"] + }],ExpressionUUID->"ea59d244-df4a-400b-9afe-5f700c68f712"], + StripOnInput->False],{ + "\"TUG/ref/AdjustedEffUpperVectors\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AdjustedEffUpperVectors"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AdjustedEffUpperVectors.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$18961], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AdjustedEffUpperVectors" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$19154], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AdjustedEffUpperVectors" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6dc8530d-2d47-457e-85ca-353176f9a709"] + "57295aa7-3c5e-4282-84bc-f9f078663c57"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2e06a4cb-3932-48d6-a030-11161929959b"]} + "c9759564-6695-4b33-ae84-b9c5d1976ee1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"aeda388b-8724-4201-b74d-3a4b5476508b"], + CellID->1,ExpressionUUID->"dd4e8d35-e58c-46f2-a7f3-392ef6c774ca"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ba7a99a3-035f-4564-94ff-532fe7c79427"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ecb48f0-738e-426b-bad3-cdf80e6693bc"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AdjustedEffUpperVectors", "ObjectName",ExpressionUUID-> - "e6803343-586f-46da-8c64-c4f2fa29ec79"], + "fc0cd34d-0490-4225-a827-1d147df04e91"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"93a80ff1-ca4b-415d-ba79-5fc27c392cbe"], + "Spacer1"]],ExpressionUUID->"19c2d85d-29f5-408a-a19e-73024a93bece"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d938f46d-0f13-474b-ba0f-09f1735820c8"] - }],ExpressionUUID->"971f93dc-233e-43ce-8027-76db84863f1a"], Cell[BoxData[ + "bf06407d-24fa-4062-a737-47041c038eb0"] + }],ExpressionUUID->"0d725f2f-2e25-4767-9ccf-a439ea7893a3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d5985cda-06bf-43b9-ae3d-f794b5e11150"]} + "559b11f5-7500-4453-ba73-e8f7fc9976d4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"71c66caa-c113-401a-b1f1-469260deceaf"], + CacheGraphics->False,ExpressionUUID->"e0bd59e0-caa1-48d4-9a16-37d374b4a484"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +243,7 @@ Cell[BoxData[GridBox[{ "048023e6-60ac-4c96-ab27-35fcf762ef54"], " \[LineSeparator]calculates the adjusted efficient upper vectors for \ all players of the game." - }],ExpressionUUID->"7a70dd12-8546-4ed4-84de-4b79e5ce6153"]} + }],ExpressionUUID->"4f2ab243-29c9-477d-bb9a-ce0acd52a893"]} }]], "Usage", CellID->441650268,ExpressionUUID->"6d8aa8ab-3f3e-418a-97e2-07c791f281fe"] }, Open ]], @@ -274,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f225fa79-fd08-4d66-8a7a-4d043d867877"], + ExpressionUUID->"6dc02133-46b1-4160-aaef-ef1d8713cba4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"20334981-142c-442b-b596-e035720894d5"], + "Spacer1"]],ExpressionUUID->"b26da482-88e7-4f59-b07c-5032cec6cbac"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9770e89c-aa54-466c-bd58-35f3fcb903f1"], + }], "NotesFrameText",ExpressionUUID->"93dcc4d8-3278-4e2d-8db4-4f35ec8342ff"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"653b7f66-fbe8-4cf0-ba5e-a62fbc682a9b"]], \ + "Preemptive"]],ExpressionUUID->"77190d63-d65a-4f98-8e69-78a2361d61bf"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1202478699,ExpressionUUID->"8f21ad60-873a-40b6-9bef-0992ebbe0c98"], + CellID->1966730484,ExpressionUUID->"8137e45a-9e09-4ba4-98a4-09a8b5588919"], Cell[TextData[{ "The input expression ", @@ -394,19 +396,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e283707f-7acb-43cf-975c-2738c3d2a722"], + ExpressionUUID->"a080d397-f5c4-471a-a2af-408f5b36a710"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c220c15c-e44d-44d0-a09b-39c81502275d"], + "Spacer1"]],ExpressionUUID->"81ad648c-78fb-46cf-b932-150465db0c1d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4929b689-c0fe-45a1-bcd8-7337b14a96b4"] + "f80f9d64-49b1-4df4-8239-afa5120e1d5c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1027810004,ExpressionUUID->"d3ffe66f-12fc-4631-85a4-01dca06eba1c"], + CellID->1001634225,ExpressionUUID->"9794cfe8-0ca5-48db-affd-8c4ca754f832"], Cell[CellGroupData[{ @@ -435,18 +437,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"41af2473-922a-4f32-8ab3-b274fd6f8571"], + ExpressionUUID->"554c218a-ba6f-4814-bcb3-d9090ce7c032"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ea20e44e-7bd1-452d-ab47-818d8347b55b"], + "Spacer1"]],ExpressionUUID->"3669521b-c076-4622-b182-727638da4017"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "001594fb-3299-46dd-ac7e-8438252c5ff7"] + "a3a614b4-538f-4d93-92d1-e70a359f4c56"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1772946024,ExpressionUUID->"6c04e581-2c55-49ad-bfb3-0b3d032e7c7d"], + CellID->259099175,ExpressionUUID->"ed27928c-89f0-4f3d-9a4f-692ba7c01567"], Cell["Loading the package:", "ExampleText", CellID->1640910667,ExpressionUUID->"6a937c61-6992-4e19-9213-d6249e439f3e"], @@ -756,8 +758,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -919,15 +919,15 @@ Cell[BoxData[GridBox[{ "24d530ad-746e-4dfa-8d7f-82a1f54ca63f"] }], "SeeAlso",ExpressionUUID->"db291f67-3f75-421e-9064-5188e9d835b4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1f384105-bfc4-4a07-9156-\ -c584ec689bc5"], + }]], "SeeAlsoSection",ExpressionUUID->"4a3f53b7-aacf-41fc-8c67-\ +1cd0fc64eb9b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -939,9 +939,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"dd3a2cfe-f5d1-42f0-b91e-fc3e33727fdc"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a8ed00d8-d3f3-4a95-8baf-\ -80170b417e1b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ce69d732-0255-4247-8077-\ +fd2813a0bf87"], Cell[BoxData[GridBox[{ { @@ -958,7 +957,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c57dd8c2-b13d-4ae7-890b-0bbf568cc877"]}]}, + "20626112-47f0-4716-a6be-dfd88b862cc0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -966,10 +965,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "585a4941-fecd-453a-8bc4-3843d2a62a63"]}]} + "e9d5e457-f24c-41af-aa5e-0edf7fe9bb71"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d088c2e5-9742-4008-9ac7-\ -b005f246370b"], + }]], "MoreAboutSection",ExpressionUUID->"bb56f1f9-3f58-4d92-9e4a-\ +425ee2090209"], Cell[BoxData[GridBox[{ { @@ -996,7 +995,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7bf72518-4f4f-442d-80f9-c3e5c424bbbd"]], "RelatedLinks", + "b5913eb8-1e57-4f7f-9b73-c1e3ea377628"]], "RelatedLinks", ExpressionUUID->"b2b92b13-b82e-4be1-831a-988a6a557edd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1013,7 +1012,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "124613bc-6f9e-453a-bd0b-50bb43a6edda"]], "RelatedLinks", + "75a8cccf-7e82-4351-9fa1-1f17f743bbe2"]], "RelatedLinks", ExpressionUUID->"9a55ada2-1422-4ce7-aa29-bd06481ae9ea"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1030,7 +1029,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cc2dbdcf-c67f-4908-8c67-a82e4a1c6304"]], "RelatedLinks", + "6329fcb5-c6ca-4fb0-95d0-22f34197dfe4"]], "RelatedLinks", ExpressionUUID->"d9b53268-a73c-4bd3-b0a9-5ee3913680a0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1047,7 +1046,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1882f4c6-90f5-4986-8441-21304d16e458"]], "RelatedLinks", + "e0847f69-73e1-4a86-a637-d36c41be29eb"]], "RelatedLinks", ExpressionUUID->"3a60f196-2ba1-4c8c-9af1-ddb238e91963"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1064,7 +1063,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b793d9a2-022e-4d25-bf17-f3e093ae52fe"]], "RelatedLinks", + "600da27a-4976-49af-8919-920077978a69"]], "RelatedLinks", ExpressionUUID->"77eb14e7-e98f-4676-bfc1-d40df2175fe6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1081,10 +1080,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "93542de5-37c6-4f02-9ffc-26f6a783c0cc"]], "RelatedLinks", + "99de5d8c-08de-4906-856b-f1634732ce7a"]], "RelatedLinks", ExpressionUUID->"d21dc14f-95a4-4fa5-a0e8-d78ff1aec29f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3188f64e-1083-41d4-83bf-bcd76711c8ea"], + }]], "RelatedLinksSection",ExpressionUUID->"211b7c3a-ac46-4692-9724-\ +b588007d2df7"], Cell[CellGroupData[{ @@ -1114,11 +1114,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"496e9700-d63e-4a7f-8f50-69d72be33400"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"18a38de5-aae0-40a3-a71c-2f38b4162af8"] +Cell[" ", "FooterCell",ExpressionUUID->"7b2776e8-fb8a-44c9-a0d0-645193031df9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AdjustedEffUpperVectors", TaggingRules->{ @@ -1129,7 +1129,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 11.182466}", + "built" -> "{2024, 6, 3, 16, 50, 55.070430}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1137,10 +1137,10 @@ TaggingRules->{ "AdjustedEffUpperVectors[game] calculates the adjusted efficient upper \ vectors for all players of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AdjustedEffUpperVectors", "titlemodifier" -> "", - "windowtitle" -> "AdjustedEffUpperVectors", "type" -> "Symbol", "uri" -> - "TUG/ref/AdjustedEffUpperVectors"}}, + "metadescription" -> "", "windowtitle" -> "AdjustedEffUpperVectors", + "type" -> "Symbol", "uri" -> "TUG/ref/AdjustedEffUpperVectors"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1149,9 +1149,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9d84570e-82b0-43a3-8426-8db46fa44019" +ExpressionUUID->"ca426079-57cd-4806-adf2-9685a62894c2" ] (* End of Notebook Content *) @@ -1159,175 +1159,173 @@ ExpressionUUID->"9d84570e-82b0-43a3-8426-8db46fa44019" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14212, 371, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d3ffe66f-12fc-4631-85a4-01dca06eba1c", + Cell[14244, 373, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9794cfe8-0ca5-48db-affd-8c4ca754f832", CellTags->"PrimaryExamplesSection", - CellID->1027810004]} + CellID->1001634225]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42161, 1160} + {"PrimaryExamplesSection", 42178, 1160} } *) (*NotebookFileOutline Notebook[{ -Cell[595, 21, 7153, 170, 56, "AnchorBarGrid",ExpressionUUID->"aeda388b-8724-4201-b74d-3a4b5476508b", +Cell[595, 21, 7185, 172, 57, "AnchorBarGrid",ExpressionUUID->"dd4e8d35-e58c-46f2-a7f3-392ef6c774ca", CellID->1], -Cell[7751, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ba7a99a3-035f-4564-94ff-532fe7c79427"], +Cell[7783, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1ecb48f0-738e-426b-bad3-cdf80e6693bc"], Cell[CellGroupData[{ -Cell[7862, 197, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"71c66caa-c113-401a-b1f1-469260deceaf"], -Cell[9162, 234, 509, 11, 111, "Usage",ExpressionUUID->"6d8aa8ab-3f3e-418a-97e2-07c791f281fe", +Cell[7894, 199, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"e0bd59e0-caa1-48d4-9a16-37d374b4a484"], +Cell[9194, 236, 509, 11, 111, "Usage",ExpressionUUID->"6d8aa8ab-3f3e-418a-97e2-07c791f281fe", CellID->441650268] }, Open ]], Cell[CellGroupData[{ -Cell[9708, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"8f21ad60-873a-40b6-9bef-0992ebbe0c98", +Cell[9740, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"8137e45a-9e09-4ba4-98a4-09a8b5588919", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1202478699], -Cell[11606, 299, 515, 12, 57, "Notes",ExpressionUUID->"225c4481-5059-4b62-9854-844db984fab6", + CellID->1966730484], +Cell[11638, 301, 515, 12, 57, "Notes",ExpressionUUID->"225c4481-5059-4b62-9854-844db984fab6", CellID->1014199156], -Cell[12124, 313, 489, 12, 37, "Notes",ExpressionUUID->"9d8ff36e-152b-4bae-83b6-7ef327b7097a", +Cell[12156, 315, 489, 12, 38, "Notes",ExpressionUUID->"9d8ff36e-152b-4bae-83b6-7ef327b7097a", CellID->177724765], -Cell[12616, 327, 746, 18, 57, "Notes",ExpressionUUID->"99b8d3c3-3cef-4c2d-a501-d6d63f8b8a18", +Cell[12648, 329, 746, 18, 57, "Notes",ExpressionUUID->"99b8d3c3-3cef-4c2d-a501-d6d63f8b8a18", CellID->1593942277], -Cell[13365, 347, 396, 9, 57, "Notes",ExpressionUUID->"81429e2a-d6c6-4c2f-b1cd-7dcd9a3c2f27", +Cell[13397, 349, 396, 9, 57, "Notes",ExpressionUUID->"81429e2a-d6c6-4c2f-b1cd-7dcd9a3c2f27", CellID->73400580], -Cell[13764, 358, 189, 4, 36, "Notes",ExpressionUUID->"a6fc8503-1ed3-4942-abb2-dc6a39d65253", +Cell[13796, 360, 189, 4, 36, "Notes",ExpressionUUID->"a6fc8503-1ed3-4942-abb2-dc6a39d65253", CellID->515050848], -Cell[13956, 364, 129, 1, 36, "Notes",ExpressionUUID->"a2528ada-b4a5-40af-bfdd-9255f66d92d1", +Cell[13988, 366, 129, 1, 36, "Notes",ExpressionUUID->"a2528ada-b4a5-40af-bfdd-9255f66d92d1", CellID->579387302] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14212, 371, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d3ffe66f-12fc-4631-85a4-01dca06eba1c", +Cell[14244, 373, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9794cfe8-0ca5-48db-affd-8c4ca754f832", CellTags->"PrimaryExamplesSection", - CellID->1027810004], + CellID->1001634225], Cell[CellGroupData[{ -Cell[15658, 412, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6c04e581-2c55-49ad-bfb3-0b3d032e7c7d", - CellID->1772946024], -Cell[17060, 450, 119, 1, 38, "ExampleText",ExpressionUUID->"6a937c61-6992-4e19-9213-d6249e439f3e", +Cell[15690, 414, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ed27928c-89f0-4f3d-9a4f-692ba7c01567", + CellID->259099175], +Cell[17091, 452, 119, 1, 39, "ExampleText",ExpressionUUID->"6a937c61-6992-4e19-9213-d6249e439f3e", CellID->1640910667], Cell[CellGroupData[{ -Cell[17204, 455, 168, 3, 27, "Input",ExpressionUUID->"97b079d5-95b9-4147-bdba-aa7558d9fe1e", +Cell[17235, 457, 168, 3, 27, "Input",ExpressionUUID->"97b079d5-95b9-4147-bdba-aa7558d9fe1e", CellID->1075514833], Cell[CellGroupData[{ -Cell[17397, 462, 236, 4, 23, "Print",ExpressionUUID->"932654af-7296-4b80-9a20-662792f0dbdf", +Cell[17428, 464, 236, 4, 23, "Print",ExpressionUUID->"932654af-7296-4b80-9a20-662792f0dbdf", CellID->352104135], -Cell[17636, 468, 366, 8, 23, "Print",ExpressionUUID->"92a19fbd-4539-4576-ba2e-6435485eef6f", +Cell[17667, 470, 366, 8, 23, "Print",ExpressionUUID->"92a19fbd-4539-4576-ba2e-6435485eef6f", CellID->2007951541], -Cell[18005, 478, 236, 4, 23, "Print",ExpressionUUID->"2688b847-462c-440f-b75e-a352d25eceec", +Cell[18036, 480, 236, 4, 23, "Print",ExpressionUUID->"2688b847-462c-440f-b75e-a352d25eceec", CellID->149979834], -Cell[18244, 484, 221, 3, 23, "Print",ExpressionUUID->"67b122dd-6be3-4f96-ba2a-70c9825dbc26", +Cell[18275, 486, 221, 3, 23, "Print",ExpressionUUID->"67b122dd-6be3-4f96-ba2a-70c9825dbc26", CellID->1013401185], -Cell[18468, 489, 208, 3, 23, "Print",ExpressionUUID->"ea7925a7-f377-419e-9e81-cdfa70d41a5d", +Cell[18499, 491, 208, 3, 23, "Print",ExpressionUUID->"ea7925a7-f377-419e-9e81-cdfa70d41a5d", CellID->1574099894], -Cell[18679, 494, 237, 4, 23, "Print",ExpressionUUID->"7db06a58-8876-4a40-a904-3869f624bce4", +Cell[18710, 496, 237, 4, 23, "Print",ExpressionUUID->"7db06a58-8876-4a40-a904-3869f624bce4", CellID->196583541], -Cell[18919, 500, 220, 3, 70, "Print",ExpressionUUID->"d79a4232-498b-4c29-a071-95aa60636316", +Cell[18950, 502, 220, 3, 23, "Print",ExpressionUUID->"d79a4232-498b-4c29-a071-95aa60636316", CellID->781799222], -Cell[19142, 505, 237, 4, 70, "Print",ExpressionUUID->"db26715a-6705-491d-953d-fe14e469ed4b", +Cell[19173, 507, 237, 4, 70, "Print",ExpressionUUID->"db26715a-6705-491d-953d-fe14e469ed4b", CellID->1775864851], -Cell[19382, 511, 237, 4, 70, "Print",ExpressionUUID->"6640ad92-300a-4d2d-ad8a-1b9772741515", +Cell[19413, 513, 237, 4, 70, "Print",ExpressionUUID->"6640ad92-300a-4d2d-ad8a-1b9772741515", CellID->1069656358], -Cell[19622, 517, 208, 3, 70, "Print",ExpressionUUID->"a59b3525-b513-4472-8fae-99fd26d031d8", +Cell[19653, 519, 208, 3, 70, "Print",ExpressionUUID->"a59b3525-b513-4472-8fae-99fd26d031d8", CellID->1353997672], -Cell[19833, 522, 237, 4, 70, "Print",ExpressionUUID->"14ee7c9d-3cbc-4136-a338-5cc17f652bfc", +Cell[19864, 524, 237, 4, 70, "Print",ExpressionUUID->"14ee7c9d-3cbc-4136-a338-5cc17f652bfc", CellID->1199883436] }, Open ]] }, Open ]], -Cell[20097, 530, 136, 1, 70, "ExampleText",ExpressionUUID->"025bd5c4-616e-45ea-b25e-5a8a0bee9dab", +Cell[20128, 532, 136, 1, 70, "ExampleText",ExpressionUUID->"025bd5c4-616e-45ea-b25e-5a8a0bee9dab", CellID->123710165], -Cell[20236, 533, 235, 6, 70, "Input",ExpressionUUID->"1ecdc28c-2f28-438c-9fda-48390918c43d", +Cell[20267, 535, 235, 6, 70, "Input",ExpressionUUID->"1ecdc28c-2f28-438c-9fda-48390918c43d", CellID->1127093084], -Cell[20474, 541, 381, 9, 70, "Input",ExpressionUUID->"b4eb88fe-23dd-49b9-a464-48a0e334078f", +Cell[20505, 543, 381, 9, 70, "Input",ExpressionUUID->"b4eb88fe-23dd-49b9-a464-48a0e334078f", CellID->1590565681], -Cell[20858, 552, 238, 6, 70, "Input",ExpressionUUID->"f03cabaf-8549-42b7-842b-45fbddec08cb", +Cell[20889, 554, 238, 6, 70, "Input",ExpressionUUID->"f03cabaf-8549-42b7-842b-45fbddec08cb", CellID->1247443117], -Cell[21099, 560, 191, 4, 70, "ExampleText",ExpressionUUID->"037b6d47-df05-4fbc-ae33-fcbd1d5703c0", +Cell[21130, 562, 191, 4, 70, "ExampleText",ExpressionUUID->"037b6d47-df05-4fbc-ae33-fcbd1d5703c0", CellID->1706480386], Cell[CellGroupData[{ -Cell[21315, 568, 181, 3, 70, "Input",ExpressionUUID->"c25cd2f2-9360-4635-a188-c8f33986fad7", +Cell[21346, 570, 181, 3, 70, "Input",ExpressionUUID->"c25cd2f2-9360-4635-a188-c8f33986fad7", CellID->1085500575], -Cell[21499, 573, 173, 4, 36, "Output",ExpressionUUID->"078f4b9d-9deb-44db-b156-c237948ea7ea", +Cell[21530, 575, 173, 4, 36, "Output",ExpressionUUID->"078f4b9d-9deb-44db-b156-c237948ea7ea", CellID->780969341] }, Open ]], -Cell[21687, 580, 139, 1, 70, "ExampleText",ExpressionUUID->"03c51166-83b6-4d50-ae76-8c95db806ee7", +Cell[21718, 582, 139, 1, 70, "ExampleText",ExpressionUUID->"03c51166-83b6-4d50-ae76-8c95db806ee7", CellID->808320681], Cell[CellGroupData[{ -Cell[21851, 585, 165, 3, 70, "Input",ExpressionUUID->"e6bd6451-91ab-4aee-8097-398ee2d19a8b", +Cell[21882, 587, 165, 3, 70, "Input",ExpressionUUID->"e6bd6451-91ab-4aee-8097-398ee2d19a8b", CellID->1276497640], -Cell[22019, 590, 161, 3, 36, "Output",ExpressionUUID->"883236b0-3d41-4c9e-a18c-db4c0c1c0003", +Cell[22050, 592, 161, 3, 36, "Output",ExpressionUUID->"883236b0-3d41-4c9e-a18c-db4c0c1c0003", CellID->1025151151] }, Open ]], -Cell[22195, 596, 123, 1, 70, "ExampleText",ExpressionUUID->"5115f03d-86ec-4d00-a6a8-254784e5189c", +Cell[22226, 598, 123, 1, 70, "ExampleText",ExpressionUUID->"5115f03d-86ec-4d00-a6a8-254784e5189c", CellID->1475077909], Cell[CellGroupData[{ -Cell[22343, 601, 161, 3, 70, "Input",ExpressionUUID->"6362239d-2dbd-4f0e-b0dd-dd0f2dbad627", +Cell[22374, 603, 161, 3, 70, "Input",ExpressionUUID->"6362239d-2dbd-4f0e-b0dd-dd0f2dbad627", CellID->74773372], -Cell[22507, 606, 159, 3, 36, "Output",ExpressionUUID->"a3c83e71-3590-4b41-a999-f3b0746e6da4", +Cell[22538, 608, 159, 3, 36, "Output",ExpressionUUID->"a3c83e71-3590-4b41-a999-f3b0746e6da4", CellID->550223216] }, Open ]], -Cell[22681, 612, 368, 6, 70, "ExampleText",ExpressionUUID->"d5c5f453-cef4-435b-a3d5-4f69d8e954bf", +Cell[22712, 614, 368, 6, 70, "ExampleText",ExpressionUUID->"d5c5f453-cef4-435b-a3d5-4f69d8e954bf", CellID->1988282382], Cell[CellGroupData[{ -Cell[23074, 622, 161, 3, 70, "Input",ExpressionUUID->"a64f52a6-43d8-4840-a949-e776d7534689", +Cell[23105, 624, 161, 3, 70, "Input",ExpressionUUID->"a64f52a6-43d8-4840-a949-e776d7534689", CellID->1145337652], -Cell[23238, 627, 378, 8, 36, "Output",ExpressionUUID->"dfe3612c-789c-4e6b-a2f1-913e249c7196", +Cell[23269, 629, 378, 8, 36, "Output",ExpressionUUID->"dfe3612c-789c-4e6b-a2f1-913e249c7196", CellID->1380279671] }, Open ]], -Cell[23631, 638, 139, 1, 70, "ExampleText",ExpressionUUID->"aaff5de3-618e-40b2-8a82-1eee29889add", +Cell[23662, 640, 139, 1, 70, "ExampleText",ExpressionUUID->"aaff5de3-618e-40b2-8a82-1eee29889add", CellID->1086302072], Cell[CellGroupData[{ -Cell[23795, 643, 214, 5, 70, "Input",ExpressionUUID->"571d5334-fa0d-44b3-8c61-2a16ff6105ab", +Cell[23826, 645, 214, 5, 70, "Input",ExpressionUUID->"571d5334-fa0d-44b3-8c61-2a16ff6105ab", CellID->1103208654], -Cell[24012, 650, 530, 15, 36, "Output",ExpressionUUID->"1747b855-ee07-42b1-9f57-15d1a94adb68", +Cell[24043, 652, 530, 15, 36, "Output",ExpressionUUID->"1747b855-ee07-42b1-9f57-15d1a94adb68", CellID->2102996891] }, Open ]], -Cell[24557, 668, 241, 6, 70, "Input",ExpressionUUID->"1d3e61a1-46a6-4f09-8651-7bb24b1de459", +Cell[24588, 670, 241, 6, 70, "Input",ExpressionUUID->"1d3e61a1-46a6-4f09-8651-7bb24b1de459", CellID->1965762582], -Cell[24801, 676, 182, 3, 70, "ExampleText",ExpressionUUID->"0b632a4a-c1d9-4676-8b05-b4d68ec79a72", +Cell[24832, 678, 182, 3, 70, "ExampleText",ExpressionUUID->"0b632a4a-c1d9-4676-8b05-b4d68ec79a72", CellID->1441452988], Cell[CellGroupData[{ -Cell[25008, 683, 166, 3, 70, "Input",ExpressionUUID->"f6421255-5bdc-491b-a3da-41b16d1019b5", +Cell[25039, 685, 166, 3, 70, "Input",ExpressionUUID->"f6421255-5bdc-491b-a3da-41b16d1019b5", CellID->476266959], -Cell[25177, 688, 161, 3, 36, "Output",ExpressionUUID->"cfb31121-f4fe-4d0a-b0d8-2cdfecb101bf", +Cell[25208, 690, 161, 3, 36, "Output",ExpressionUUID->"cfb31121-f4fe-4d0a-b0d8-2cdfecb101bf", CellID->1787555857] }, Open ]], -Cell[25353, 694, 280, 5, 70, "ExampleText",ExpressionUUID->"3932de87-c259-4794-bf29-6ac6b9b2eac7", +Cell[25384, 696, 280, 5, 70, "ExampleText",ExpressionUUID->"3932de87-c259-4794-bf29-6ac6b9b2eac7", CellID->2029917100], Cell[CellGroupData[{ -Cell[25658, 703, 207, 4, 70, "Input",ExpressionUUID->"a3f70e90-55c5-408a-88a5-fcb9954bf548", +Cell[25689, 705, 207, 4, 70, "Input",ExpressionUUID->"a3f70e90-55c5-408a-88a5-fcb9954bf548", CellID->1812299863], -Cell[25868, 709, 600, 17, 36, "Output",ExpressionUUID->"914761d8-8a8b-414f-986c-708f0655e745", +Cell[25899, 711, 600, 17, 36, "Output",ExpressionUUID->"914761d8-8a8b-414f-986c-708f0655e745", CellID->149587342] }, Open ]], -Cell[26483, 729, 230, 4, 70, "ExampleText",ExpressionUUID->"1fb30012-995f-4a45-9b61-bb3874266c30", +Cell[26514, 731, 230, 4, 70, "ExampleText",ExpressionUUID->"1fb30012-995f-4a45-9b61-bb3874266c30", CellID->2005234811], Cell[CellGroupData[{ -Cell[26738, 737, 197, 4, 70, "Input",ExpressionUUID->"5fbdb218-fc1a-49de-92c6-327cbe579a81", +Cell[26769, 739, 197, 4, 70, "Input",ExpressionUUID->"5fbdb218-fc1a-49de-92c6-327cbe579a81", CellID->2083792073], -Cell[26938, 743, 242, 6, 36, "Output",ExpressionUUID->"6be8193a-f882-4dc7-bf0b-2f782c9f83de", +Cell[26969, 745, 242, 6, 36, "Output",ExpressionUUID->"6be8193a-f882-4dc7-bf0b-2f782c9f83de", CellID->1379912839] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27453, 760, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"4a3f53b7-aacf-41fc-8c67-1cd0fc64eb9b"], +Cell[33350, 924, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ce69d732-0255-4247-8077-fd2813a0bf87"], +Cell[34023, 944, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bb56f1f9-3f58-4d92-9e4a-425ee2090209"], +Cell[35059, 972, 4092, 114, 70, "RelatedLinksSection",ExpressionUUID->"211b7c3a-ac46-4692-9724-b588007d2df7"], Cell[CellGroupData[{ -Cell[27444, 760, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"1f384105-bfc4-4a07-9156-c584ec689bc5"], -Cell[33341, 924, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a8ed00d8-d3f3-4a95-8baf-80170b417e1b"] -}, Open ]], -Cell[34026, 945, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d088c2e5-9742-4008-9ac7-b005f246370b"], -Cell[35062, 973, 4090, 113, 70, "RelatedLinksSection",ExpressionUUID->"3188f64e-1083-41d4-83bf-bcd76711c8ea"], -Cell[CellGroupData[{ -Cell[39177, 1090, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7dc4902b-2695-4cd5-af63-1314c7830b56", +Cell[39176, 1090, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7dc4902b-2695-4cd5-af63-1314c7830b56", CellID->778415021], -Cell[39317, 1093, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00d4a485-395f-421f-9802-08c108d978c8", +Cell[39316, 1093, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00d4a485-395f-421f-9802-08c108d978c8", CellID->1194386356], -Cell[39539, 1099, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffe76eaa-39dc-485e-a671-c4b60b83d337", +Cell[39538, 1099, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffe76eaa-39dc-485e-a671-c4b60b83d337", CellID->1641706272], -Cell[39754, 1104, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3428894c-3fb2-4b5f-9c7b-d948180edeff", +Cell[39753, 1104, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3428894c-3fb2-4b5f-9c7b-d948180edeff", CellID->399251956], -Cell[39983, 1110, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"496e9700-d63e-4a7f-8f50-69d72be33400", +Cell[39982, 1110, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"496e9700-d63e-4a7f-8f50-69d72be33400", CellID->821434655] }, Open ]], -Cell[40220, 1116, 78, 0, 70, "FooterCell",ExpressionUUID->"18a38de5-aae0-40a3-a71c-2f38b4162af8"] +Cell[40219, 1116, 78, 0, 70, "FooterCell",ExpressionUUID->"7b2776e8-fb8a-44c9-a0d0-645193031df9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AdjustedEffVector.nb b/Documentation/English/ReferencePages/Symbols/AdjustedEffVector.nb index c3e8140..59fab2f 100644 --- a/Documentation/English/ReferencePages/Symbols/AdjustedEffVector.nb +++ b/Documentation/English/ReferencePages/Symbols/AdjustedEffVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52017, 1370] -NotebookOptionsPosition[ 41678, 1164] -NotebookOutlinePosition[ 43794, 1218] -CellTagsIndexPosition[ 43708, 1213] +NotebookDataLength[ 51982, 1366] +NotebookOptionsPosition[ 41659, 1162] +NotebookOutlinePosition[ 43793, 1216] +CellTagsIndexPosition[ 43707, 1211] WindowTitle->AdjustedEffVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "01692480-7289-4c81-81fe-79e07489c714"], + "8463c0ae-0137-4311-b140-227c62264087"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3be577d3-a9cc-4edc-a30a-a9e671f9e3ae"], + "1ed46214-aaa8-4520-ad9b-98fc788a0e4e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "832c66e7-144a-4f3a-8e6c-9d9dc53d39f0"] - }],ExpressionUUID->"2451bb9f-48c7-43e8-a2d7-301bb8cf43f9"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "f784fc5e-54b2-4299-89bd-5a1578092fa5"] + }],ExpressionUUID->"6e671b79-9eb6-472d-a50f-d7837a817fb8"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "79b472af-7b28-4c8b-acfc-dbd2a637c8b9"], + "c9915317-24f2-42dd-8c2b-c82aba4d753c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39fd02e8-2ed0-4f9f-995c-5c78d9f07b50"] - }],ExpressionUUID->"a7ef7488-30b0-4325-9820-3f4ae6c66784"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "27018129-0ff7-4960-b143-4fa16ca37d58"] + }],ExpressionUUID->"42eb3c73-7d19-4855-b415-f32bb0040129"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4dedc195-591c-40ef-b8db-01f1dea5719d"], + "ef4142ce-e502-416f-b85e-ec4a605d82c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2babd5f4-8c24-4cdc-9e8a-b21edd3ac838"] - }],ExpressionUUID->"6559a91e-8b8c-47fc-991d-810d9615991a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "41a2552c-9b0f-409d-81d2-ae9d3bf41185"] + }],ExpressionUUID->"aea73901-d5b7-4646-bd52-737f0181c3ba"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e0524d80-7ad9-457a-97c0-c4b63a50698d"], + "a62dbdfb-8d79-4c74-833f-5bf19f7d3fe8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b67d030b-c20e-4cf0-b9c6-a8641e4dc13d"] - }],ExpressionUUID->"c41c0f9a-19d9-47dc-a247-924b6044529c"], - StripOnInput->False], {"\<\"TUG/ref/AdjustedEffVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AdjustedEffVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d151ce89-6c67-414f-9e17-6bc3a9364d5f"] + }],ExpressionUUID->"c2cf867c-f40f-42df-95e7-8628b17cd9f7"], + StripOnInput->False],{ + "\"TUG/ref/AdjustedEffVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AdjustedEffVector"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AdjustedEffVector.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$19549], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AdjustedEffVector" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$19776], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AdjustedEffVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a7eab33b-25a8-4b09-acca-4caf006cf61e"] + "1f68c94d-90a4-49b0-a989-992a9ccf222a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "904263fe-525d-49b8-bfcf-a2ed0f1b0a3c"]} + "0b7a27e5-7210-4d3a-9739-a860d44e5c66"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"539b87dd-50ea-4f47-a296-63e9470bf8ea"], + CellID->1,ExpressionUUID->"7d60ee1e-9bf3-482a-9fb4-47603df46022"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a77bb28a-d3ec-4f60-877d-b531ba138411"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6d1e049f-3a34-4d9c-8b21-6162aecbfa7b"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AdjustedEffVector", "ObjectName",ExpressionUUID-> - "07a118e0-b503-4556-8162-e5bdad49a084"], + "58fb96c4-c0fe-4c8e-8842-6dfcaef510ea"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3537e6c1-121e-48f0-ab91-b5dd9fec19ca"], + "Spacer1"]],ExpressionUUID->"1205ce2c-189a-438f-91ef-6cecf8da9936"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a163ada5-0386-4295-9027-19b95f0757a6"] - }],ExpressionUUID->"69f62b72-891f-4e8d-bdc3-29c50aaf3ee0"], Cell[BoxData[ + "e2b21881-8671-44b3-9251-250dbe0ef24c"] + }],ExpressionUUID->"72519db4-6ed1-4c3d-9dff-236a16038067"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "416c0f1f-384f-49b9-8540-8e94b9ca7942"]} + "ac7515a8-bf23-45b0-b6c6-e358a81590b8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3e018cb0-0591-4866-aa18-6485d3505fa7"], + CacheGraphics->False,ExpressionUUID->"2c632e40-b3c6-4419-9f94-086d948dce5a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +242,7 @@ Cell[BoxData[GridBox[{ "84538ac9-bd94-45f9-a28b-d0324e19c9b1"], " \[LineSeparator]calculates the adjusted efficient upper-vector of \ player i for the TU game." - }],ExpressionUUID->"639e43c7-1476-4e59-a235-d7cb161dfdd4"]} + }],ExpressionUUID->"d6de2186-6f23-4c2b-81a4-1bf82062296d"]} }]], "Usage", CellID->922652274,ExpressionUUID->"504a7f99-7dcc-4954-b41e-4343c6fe5764"] }, Open ]], @@ -274,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e728bf28-31a2-41d2-8a2e-a7a1db14d972"], + ExpressionUUID->"5e493324-bad2-4f30-8c58-095af32cc31e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fd00d8f3-1438-45da-978c-aea5f1ba44cb"], + "Spacer1"]],ExpressionUUID->"c55c11fc-b755-4a57-a954-af0b94bbb0ec"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"369f670a-67ef-442e-884d-7a8ffcf8b5c1"], + }], "NotesFrameText",ExpressionUUID->"cea69964-3196-4eb6-ae36-353ee1d05b85"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"99f8f44c-3e19-4aae-a3c9-6fa4b9b6b18b"]], \ + "Preemptive"]],ExpressionUUID->"9d9b9a85-0dfa-4e48-a954-04ce7814fec1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->716666033,ExpressionUUID->"26ba46ac-63b9-4bc4-9674-4385e150f4b9"], + CellID->165635658,ExpressionUUID->"33bee11e-ca13-4e53-9eb6-f48dc1c7628b"], Cell[TextData[{ "The input expression ", @@ -398,19 +399,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"caf2f80b-a185-4723-b0bb-1e6701a5aed0"], + ExpressionUUID->"eeaec4b1-c9b1-4785-92c2-153637358c13"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3348c181-aa9c-4b2d-a0f6-ee8ae5fe5d69"], + "Spacer1"]],ExpressionUUID->"d9b67f4c-4701-48d4-b9a0-a65ad4dab525"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ad2c1c31-ec63-4872-80a2-789d06d2de52"] + "9f9061ae-0cc6-41c8-a531-3747faf08c67"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->46776329,ExpressionUUID->"33725950-f0bf-413f-958c-4bd5e65bbe76"], + CellID->11218871,ExpressionUUID->"dcf64c45-3c20-4634-a7de-461780d2543c"], Cell[CellGroupData[{ @@ -439,18 +440,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c30da6e1-b6a7-43cc-942a-527e9990a654"], + ExpressionUUID->"add7513d-4d7d-4816-8710-a4f38fc29e47"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bee36274-2a60-49e1-94f6-f961658c95d2"], + "Spacer1"]],ExpressionUUID->"cd4afef1-5060-449a-add6-1c0adc139ef9"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "37948816-300c-4ac3-bd19-7187b4df219e"] + "da235cac-d923-44af-9d8d-8cd3609f7454"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1153711028,ExpressionUUID->"f9816602-5896-4a5b-88c6-a9ae15d8b6cb"], + CellID->910152841,ExpressionUUID->"5477783a-3ac6-41c8-b86b-5f6d2ca68d4e"], Cell["Loading the package:", "ExampleText", CellID->1423049668,ExpressionUUID->"c0918204-324e-4287-b5dd-6cc16a71904a"], @@ -800,8 +801,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -963,15 +962,15 @@ Cell[BoxData[GridBox[{ "67c04fa0-21c3-4b07-b484-1cfeff730a31"] }], "SeeAlso",ExpressionUUID->"9dccf4af-39bf-47c7-83c3-e8dc1a43f302"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"31633b0b-d7cc-4700-8196-\ -2131105ac8d6"], + }]], "SeeAlsoSection",ExpressionUUID->"8affed6a-f884-43b7-bfdd-\ +03d9b0259cdd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -983,9 +982,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b458a9be-2634-4768-af40-9a512f702361"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b5cfb1e0-0724-4b24-807b-\ -ee2081156efa"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d3150655-079b-410e-afc4-\ +79251d4f89b1"], Cell[BoxData[GridBox[{ { @@ -1002,7 +1000,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "301fadf5-c380-42e6-ba59-962f5b956667"]}]}, + "3ea0095b-81cc-4bde-b62f-9107ba767c21"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1010,10 +1008,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "58bd5e8d-366e-49a1-8a0c-7a7baaa6b258"]}]} + "d6fef0ed-278f-4958-a2e5-2a88e644394b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"fb24b5fb-c44f-4bc1-a378-\ -29479482a6fe"], + }]], "MoreAboutSection",ExpressionUUID->"f5873e0f-ceef-4198-bbb4-\ +4d2149109b88"], Cell[BoxData[GridBox[{ { @@ -1040,7 +1038,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7878195b-c7ad-44d5-ac8a-c7c8c4a89832"]], "RelatedLinks", + "998f2d5c-6168-4757-94cd-84849e8060d7"]], "RelatedLinks", ExpressionUUID->"164ee970-4da8-4dba-9484-b2e28526f4c7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1058,7 +1056,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "490863d0-ae05-4db8-b5f3-628b9090a4a3"]], "RelatedLinks", + "039465ee-daf5-42e8-82cf-4411ffaf6c8d"]], "RelatedLinks", ExpressionUUID->"fa73af92-3e9f-4069-97c0-17e19b71d8f8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1075,7 +1073,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cbb59425-a2e5-4bdb-8ce6-8836cc06b263"]], "RelatedLinks", + "5c35e463-7b59-4858-9cb0-064aae82efdb"]], "RelatedLinks", ExpressionUUID->"fb49ecb6-568d-446c-8a2c-be235c0d633e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1092,7 +1090,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a580549a-e0ba-4812-85d0-4b827ceacf6d"]], "RelatedLinks", + "b30eb2cc-8800-4aff-aa30-ee61bea1cf24"]], "RelatedLinks", ExpressionUUID->"29c32bf8-e6d4-4043-9cf0-a5c6da3c9cda"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1109,7 +1107,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8b7c4321-7e75-4145-b6d1-75b76d67bbda"]], "RelatedLinks", + "305cb351-8dfd-4e81-b5c8-bb0415228683"]], "RelatedLinks", ExpressionUUID->"c49d9d17-3a6a-4e14-8a28-34bf30efaf41"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1126,11 +1124,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b8a008f4-9fb4-4e66-b349-bc199b9152c8"]], "RelatedLinks", + "501720af-f5ca-4a07-9910-cf310bff99af"]], "RelatedLinks", ExpressionUUID->"00b49679-8ec9-4be1-bd7b-93ce8ab072dc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e7703448-5edc-466f-8c65-\ -2ac9200d7d99"], + }]], "RelatedLinksSection",ExpressionUUID->"f5145b86-3666-4af6-9099-\ +d51a64a6da25"], Cell[CellGroupData[{ @@ -1160,11 +1158,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"06195b6d-ae43-4168-ac2b-80d9f865cbc6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7d525667-cd8b-4cc4-b91e-2f4b2a39c5da"] +Cell[" ", "FooterCell",ExpressionUUID->"37b7585c-4dd9-41cd-a3a2-15999f7d27f9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AdjustedEffVector", TaggingRules->{ @@ -1175,7 +1173,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 12.726399}", + "built" -> "{2024, 6, 3, 16, 50, 55.926749}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1183,10 +1181,10 @@ TaggingRules->{ "AdjustedEffVector[game, i] calculates the adjusted efficient \ upper-vector of player i for the TU game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AdjustedEffVector", "titlemodifier" -> "", - "windowtitle" -> "AdjustedEffVector", "type" -> "Symbol", "uri" -> - "TUG/ref/AdjustedEffVector"}}, + "metadescription" -> "", "windowtitle" -> "AdjustedEffVector", "type" -> + "Symbol", "uri" -> "TUG/ref/AdjustedEffVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1195,9 +1193,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d657f68a-5022-4d10-9f66-a1f21acf0717" +ExpressionUUID->"c9351667-5064-43ff-b040-68c2b4571f16" ] (* End of Notebook Content *) @@ -1205,173 +1203,171 @@ ExpressionUUID->"d657f68a-5022-4d10-9f66-a1f21acf0717" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14386, 375, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"33725950-f0bf-413f-958c-4bd5e65bbe76", + Cell[14402, 376, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dcf64c45-3c20-4634-a7de-461780d2543c", CellTags->"PrimaryExamplesSection", - CellID->46776329]} + CellID->11218871]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43509, 1206} + {"PrimaryExamplesSection", 43508, 1204} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7129, 170, 56, "AnchorBarGrid",ExpressionUUID->"539b87dd-50ea-4f47-a296-63e9470bf8ea", +Cell[589, 21, 7145, 171, 57, "AnchorBarGrid",ExpressionUUID->"7d60ee1e-9bf3-482a-9fb4-47603df46022", CellID->1], -Cell[7721, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a77bb28a-d3ec-4f60-877d-b531ba138411"], +Cell[7737, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6d1e049f-3a34-4d9c-8b21-6162aecbfa7b"], Cell[CellGroupData[{ -Cell[7832, 197, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"3e018cb0-0591-4866-aa18-6485d3505fa7"], -Cell[9126, 234, 523, 11, 111, "Usage",ExpressionUUID->"504a7f99-7dcc-4954-b41e-4343c6fe5764", +Cell[7848, 198, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"2c632e40-b3c6-4419-9f94-086d948dce5a"], +Cell[9142, 235, 523, 11, 111, "Usage",ExpressionUUID->"504a7f99-7dcc-4954-b41e-4343c6fe5764", CellID->922652274] }, Open ]], Cell[CellGroupData[{ -Cell[9686, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"26ba46ac-63b9-4bc4-9674-4385e150f4b9", +Cell[9702, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"33bee11e-ca13-4e53-9eb6-f48dc1c7628b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->716666033], -Cell[11583, 299, 911, 21, 78, "Notes",ExpressionUUID->"de4060f7-c69c-4c17-ae02-281f16fa955d", + CellID->165635658], +Cell[11599, 300, 911, 21, 78, "Notes",ExpressionUUID->"de4060f7-c69c-4c17-ae02-281f16fa955d", CellID->1014199156], -Cell[12497, 322, 489, 12, 37, "Notes",ExpressionUUID->"61b2ee2a-63e1-4a30-9539-a5697c10af8d", +Cell[12513, 323, 489, 12, 38, "Notes",ExpressionUUID->"61b2ee2a-63e1-4a30-9539-a5697c10af8d", CellID->177724765], -Cell[12989, 336, 746, 18, 57, "Notes",ExpressionUUID->"141012fe-6524-40f1-8dcb-de3dcd20194a", +Cell[13005, 337, 746, 18, 57, "Notes",ExpressionUUID->"141012fe-6524-40f1-8dcb-de3dcd20194a", CellID->1593942277], -Cell[13738, 356, 188, 4, 36, "Notes",ExpressionUUID->"796e8e44-1871-4775-9a83-badb101d36f2", +Cell[13754, 357, 188, 4, 36, "Notes",ExpressionUUID->"796e8e44-1871-4775-9a83-badb101d36f2", CellID->1810823749], -Cell[13929, 362, 198, 4, 36, "Notes",ExpressionUUID->"a4cc4874-ed42-496a-87ae-8a600444b368", +Cell[13945, 363, 198, 4, 36, "Notes",ExpressionUUID->"a4cc4874-ed42-496a-87ae-8a600444b368", CellID->1700654733], -Cell[14130, 368, 129, 1, 36, "Notes",ExpressionUUID->"809233a9-3874-4c2e-83d3-77314d7f4de6", +Cell[14146, 369, 129, 1, 36, "Notes",ExpressionUUID->"809233a9-3874-4c2e-83d3-77314d7f4de6", CellID->760966119] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14386, 375, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"33725950-f0bf-413f-958c-4bd5e65bbe76", +Cell[14402, 376, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dcf64c45-3c20-4634-a7de-461780d2543c", CellTags->"PrimaryExamplesSection", - CellID->46776329], + CellID->11218871], Cell[CellGroupData[{ -Cell[15830, 416, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f9816602-5896-4a5b-88c6-a9ae15d8b6cb", - CellID->1153711028], -Cell[17232, 454, 119, 1, 38, "ExampleText",ExpressionUUID->"c0918204-324e-4287-b5dd-6cc16a71904a", +Cell[15846, 417, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5477783a-3ac6-41c8-b86b-5f6d2ca68d4e", + CellID->910152841], +Cell[17247, 455, 119, 1, 39, "ExampleText",ExpressionUUID->"c0918204-324e-4287-b5dd-6cc16a71904a", CellID->1423049668], Cell[CellGroupData[{ -Cell[17376, 459, 167, 3, 27, "Input",ExpressionUUID->"77a3ed82-1c5f-42c1-ba2c-c67aaaaf3e8c", +Cell[17391, 460, 167, 3, 27, "Input",ExpressionUUID->"77a3ed82-1c5f-42c1-ba2c-c67aaaaf3e8c", CellID->360328073], Cell[CellGroupData[{ -Cell[17568, 466, 237, 4, 23, "Print",ExpressionUUID->"fcc93575-1618-4c76-b540-d66e792f2325", +Cell[17583, 467, 237, 4, 23, "Print",ExpressionUUID->"fcc93575-1618-4c76-b540-d66e792f2325", CellID->1230687138], -Cell[17808, 472, 366, 8, 23, "Print",ExpressionUUID->"a2521e63-a452-40ac-b24c-b17fda93180a", +Cell[17823, 473, 366, 8, 23, "Print",ExpressionUUID->"a2521e63-a452-40ac-b24c-b17fda93180a", CellID->1233396516], -Cell[18177, 482, 237, 4, 23, "Print",ExpressionUUID->"6258f85d-7a2a-4709-a97b-69bf4f80bc3c", +Cell[18192, 483, 237, 4, 23, "Print",ExpressionUUID->"6258f85d-7a2a-4709-a97b-69bf4f80bc3c", CellID->1052976089], -Cell[18417, 488, 221, 3, 23, "Print",ExpressionUUID->"995274d2-37e7-4b89-8b78-b0e2f22460ba", +Cell[18432, 489, 221, 3, 23, "Print",ExpressionUUID->"995274d2-37e7-4b89-8b78-b0e2f22460ba", CellID->1968246589], -Cell[18641, 493, 208, 3, 23, "Print",ExpressionUUID->"1e958ba3-0651-484b-81ef-3568bb53695a", +Cell[18656, 494, 208, 3, 23, "Print",ExpressionUUID->"1e958ba3-0651-484b-81ef-3568bb53695a", CellID->1964221651], -Cell[18852, 498, 237, 4, 23, "Print",ExpressionUUID->"3b4dc879-c814-4f15-b0e3-b17faa0e0a00", +Cell[18867, 499, 237, 4, 23, "Print",ExpressionUUID->"3b4dc879-c814-4f15-b0e3-b17faa0e0a00", CellID->474236097], -Cell[19092, 504, 221, 3, 70, "Print",ExpressionUUID->"09ba7607-b0e3-4d2b-ad3b-19b767cd9b01", +Cell[19107, 505, 221, 3, 23, "Print",ExpressionUUID->"09ba7607-b0e3-4d2b-ad3b-19b767cd9b01", CellID->1886689369], -Cell[19316, 509, 237, 4, 70, "Print",ExpressionUUID->"8443d90a-9044-4862-8581-0d38bf5bc2ab", +Cell[19331, 510, 237, 4, 70, "Print",ExpressionUUID->"8443d90a-9044-4862-8581-0d38bf5bc2ab", CellID->1792747159], -Cell[19556, 515, 236, 4, 70, "Print",ExpressionUUID->"70ef21d3-13e8-4386-ba93-6595d1f90ddc", +Cell[19571, 516, 236, 4, 70, "Print",ExpressionUUID->"70ef21d3-13e8-4386-ba93-6595d1f90ddc", CellID->582319327], -Cell[19795, 521, 208, 3, 70, "Print",ExpressionUUID->"a2fcbe5b-1272-4a1e-b4db-615c2c2f8b10", +Cell[19810, 522, 208, 3, 70, "Print",ExpressionUUID->"a2fcbe5b-1272-4a1e-b4db-615c2c2f8b10", CellID->1429540243], -Cell[20006, 526, 237, 4, 70, "Print",ExpressionUUID->"cf251bb2-2b54-4d35-af35-9d6e4018bdfd", +Cell[20021, 527, 237, 4, 70, "Print",ExpressionUUID->"cf251bb2-2b54-4d35-af35-9d6e4018bdfd", CellID->1372895976] }, Open ]] }, Open ]], -Cell[20270, 534, 137, 1, 70, "ExampleText",ExpressionUUID->"f558d85c-e064-438d-bc01-214c8fd1e917", +Cell[20285, 535, 137, 1, 70, "ExampleText",ExpressionUUID->"f558d85c-e064-438d-bc01-214c8fd1e917", CellID->1406302009], -Cell[20410, 537, 235, 6, 70, "Input",ExpressionUUID->"52c70f0a-3f2b-458c-9e7c-d67adb01a037", +Cell[20425, 538, 235, 6, 70, "Input",ExpressionUUID->"52c70f0a-3f2b-458c-9e7c-d67adb01a037", CellID->1086389769], -Cell[20648, 545, 1887, 59, 70, "Input",ExpressionUUID->"a57948f0-006a-4c72-b30c-39153d643c03", +Cell[20663, 546, 1887, 59, 70, "Input",ExpressionUUID->"a57948f0-006a-4c72-b30c-39153d643c03", CellID->1267748728], -Cell[22538, 606, 190, 4, 70, "ExampleText",ExpressionUUID->"124fa322-d94f-412f-a8f8-91c15de37a9f", +Cell[22553, 607, 190, 4, 70, "ExampleText",ExpressionUUID->"124fa322-d94f-412f-a8f8-91c15de37a9f", CellID->959473094], Cell[CellGroupData[{ -Cell[22753, 614, 174, 3, 70, "Input",ExpressionUUID->"9ebd0069-7e08-4798-b351-e04850962db1", +Cell[22768, 615, 174, 3, 70, "Input",ExpressionUUID->"9ebd0069-7e08-4798-b351-e04850962db1", CellID->642194872], -Cell[22930, 619, 174, 4, 36, "Output",ExpressionUUID->"6d325c6e-d785-4b64-9ce0-5d22224b73b4", +Cell[22945, 620, 174, 4, 36, "Output",ExpressionUUID->"6d325c6e-d785-4b64-9ce0-5d22224b73b4", CellID->1217104112] }, Open ]], -Cell[23119, 626, 140, 1, 70, "ExampleText",ExpressionUUID->"8b98278d-8b62-4fc9-aeae-d477d44d450b", +Cell[23134, 627, 140, 1, 70, "ExampleText",ExpressionUUID->"8b98278d-8b62-4fc9-aeae-d477d44d450b", CellID->2028714847], Cell[CellGroupData[{ -Cell[23284, 631, 165, 3, 70, "Input",ExpressionUUID->"d6767653-3c85-447f-982b-8ccafe3799ae", +Cell[23299, 632, 165, 3, 70, "Input",ExpressionUUID->"d6767653-3c85-447f-982b-8ccafe3799ae", CellID->1407947491], -Cell[23452, 636, 161, 3, 36, "Output",ExpressionUUID->"cd26847c-a355-43a0-bd65-4411c3164343", +Cell[23467, 637, 161, 3, 36, "Output",ExpressionUUID->"cd26847c-a355-43a0-bd65-4411c3164343", CellID->1588196038] }, Open ]], -Cell[23628, 642, 123, 1, 70, "ExampleText",ExpressionUUID->"0f6b266c-c74e-4bfe-ac85-3d2edc9f5fb0", +Cell[23643, 643, 123, 1, 70, "ExampleText",ExpressionUUID->"0f6b266c-c74e-4bfe-ac85-3d2edc9f5fb0", CellID->1193673629], Cell[CellGroupData[{ -Cell[23776, 647, 162, 3, 70, "Input",ExpressionUUID->"35ef75d9-6640-4c89-86a0-84b979ccd904", +Cell[23791, 648, 162, 3, 70, "Input",ExpressionUUID->"35ef75d9-6640-4c89-86a0-84b979ccd904", CellID->314021716], -Cell[23941, 652, 159, 3, 36, "Output",ExpressionUUID->"ba53e552-c08f-4695-9870-78b369a7da2f", +Cell[23956, 653, 159, 3, 36, "Output",ExpressionUUID->"ba53e552-c08f-4695-9870-78b369a7da2f", CellID->854822638] }, Open ]], -Cell[24115, 658, 364, 6, 70, "ExampleText",ExpressionUUID->"7530b08f-dc55-4fcf-b375-d6e30f2b5f11", +Cell[24130, 659, 364, 6, 70, "ExampleText",ExpressionUUID->"7530b08f-dc55-4fcf-b375-d6e30f2b5f11", CellID->2045694540], Cell[CellGroupData[{ -Cell[24504, 668, 161, 3, 70, "Input",ExpressionUUID->"305183f4-621d-4ece-8c96-2348e7fc0c97", +Cell[24519, 669, 161, 3, 70, "Input",ExpressionUUID->"305183f4-621d-4ece-8c96-2348e7fc0c97", CellID->1069609353], -Cell[24668, 673, 365, 8, 36, "Output",ExpressionUUID->"a4b61c3d-e839-48f2-9a2f-beab35dcb805", +Cell[24683, 674, 365, 8, 36, "Output",ExpressionUUID->"a4b61c3d-e839-48f2-9a2f-beab35dcb805", CellID->1505978504] }, Open ]], -Cell[25048, 684, 126, 1, 70, "ExampleText",ExpressionUUID->"a6851a8d-5868-4d30-84aa-f72745c4f45d", +Cell[25063, 685, 126, 1, 70, "ExampleText",ExpressionUUID->"a6851a8d-5868-4d30-84aa-f72745c4f45d", CellID->301070082], Cell[CellGroupData[{ -Cell[25199, 689, 213, 5, 70, "Input",ExpressionUUID->"54b6bbc8-f1ef-41ed-b5db-ea544bd368f5", +Cell[25214, 690, 213, 5, 70, "Input",ExpressionUUID->"54b6bbc8-f1ef-41ed-b5db-ea544bd368f5", CellID->390046809], -Cell[25415, 696, 410, 10, 36, "Output",ExpressionUUID->"af43df4c-5ad7-4342-a33b-5dbd095be235", +Cell[25430, 697, 410, 10, 36, "Output",ExpressionUUID->"af43df4c-5ad7-4342-a33b-5dbd095be235", CellID->1906392588] }, Open ]], -Cell[25840, 709, 239, 6, 70, "Input",ExpressionUUID->"8ddafc2b-f3d6-42fe-bfbf-788acf4ca3d6", +Cell[25855, 710, 239, 6, 70, "Input",ExpressionUUID->"8ddafc2b-f3d6-42fe-bfbf-788acf4ca3d6", CellID->127753206], -Cell[26082, 717, 182, 3, 70, "ExampleText",ExpressionUUID->"9e58c154-0f7f-4ba4-beb9-9f061734f0cd", +Cell[26097, 718, 182, 3, 70, "ExampleText",ExpressionUUID->"9e58c154-0f7f-4ba4-beb9-9f061734f0cd", CellID->1926168372], Cell[CellGroupData[{ -Cell[26289, 724, 167, 3, 70, "Input",ExpressionUUID->"5eb59c13-f72e-4cdd-bbaf-644760f60f84", +Cell[26304, 725, 167, 3, 70, "Input",ExpressionUUID->"5eb59c13-f72e-4cdd-bbaf-644760f60f84", CellID->1265001900], -Cell[26459, 729, 160, 3, 36, "Output",ExpressionUUID->"98952393-cff7-4645-8195-4b9ecad9a479", +Cell[26474, 730, 160, 3, 36, "Output",ExpressionUUID->"98952393-cff7-4645-8195-4b9ecad9a479", CellID->505279435] }, Open ]], -Cell[26634, 735, 305, 5, 70, "ExampleText",ExpressionUUID->"783f9472-592f-451e-83b6-cefbdb4e2611", +Cell[26649, 736, 305, 5, 70, "ExampleText",ExpressionUUID->"783f9472-592f-451e-83b6-cefbdb4e2611", CellID->29455659], Cell[CellGroupData[{ -Cell[26964, 744, 286, 8, 70, "Input",ExpressionUUID->"63569de7-754f-4606-87f7-6bc6d9e86fa1", +Cell[26979, 745, 286, 8, 70, "Input",ExpressionUUID->"63569de7-754f-4606-87f7-6bc6d9e86fa1", CellID->2044418452], -Cell[27253, 754, 565, 16, 36, "Output",ExpressionUUID->"97a756d0-2ebf-4ee9-b75a-c94b4ac1a6c3", +Cell[27268, 755, 565, 16, 36, "Output",ExpressionUUID->"97a756d0-2ebf-4ee9-b75a-c94b4ac1a6c3", CellID->1083577605] }, Open ]], -Cell[27833, 773, 227, 4, 70, "ExampleText",ExpressionUUID->"3f4f9a82-aaa2-46ae-995c-db39d5735f71", +Cell[27848, 774, 227, 4, 70, "ExampleText",ExpressionUUID->"3f4f9a82-aaa2-46ae-995c-db39d5735f71", CellID->1444961670], Cell[CellGroupData[{ -Cell[28085, 781, 197, 4, 70, "Input",ExpressionUUID->"9c68bc27-2851-489e-8314-a65bab8a1f92", +Cell[28100, 782, 197, 4, 70, "Input",ExpressionUUID->"9c68bc27-2851-489e-8314-a65bab8a1f92", CellID->1487007632], -Cell[28285, 787, 239, 6, 36, "Output",ExpressionUUID->"7c6ed1f7-f8fe-46b7-bdd7-986380964c58", +Cell[28300, 788, 239, 6, 36, "Output",ExpressionUUID->"7c6ed1f7-f8fe-46b7-bdd7-986380964c58", CellID->489073011] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28781, 803, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"8affed6a-f884-43b7-bfdd-03d9b0259cdd"], +Cell[34678, 967, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d3150655-079b-410e-afc4-79251d4f89b1"], +Cell[35351, 987, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f5873e0f-ceef-4198-bbb4-4d2149109b88"], +Cell[36387, 1015, 4122, 115, 70, "RelatedLinksSection",ExpressionUUID->"f5145b86-3666-4af6-9099-d51a64a6da25"], Cell[CellGroupData[{ -Cell[28788, 804, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"31633b0b-d7cc-4700-8196-2131105ac8d6"], -Cell[34685, 968, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b5cfb1e0-0724-4b24-807b-ee2081156efa"] -}, Open ]], -Cell[35370, 989, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fb24b5fb-c44f-4bc1-a378-29479482a6fe"], -Cell[36406, 1017, 4122, 115, 70, "RelatedLinksSection",ExpressionUUID->"e7703448-5edc-466f-8c65-2ac9200d7d99"], -Cell[CellGroupData[{ -Cell[40553, 1136, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c460e2f-67df-4f06-aeaa-1ce618dbccd0", +Cell[40534, 1134, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c460e2f-67df-4f06-aeaa-1ce618dbccd0", CellID->778415021], -Cell[40693, 1139, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"945df8f0-933f-4fc8-94b5-92b2baf7049e", +Cell[40674, 1137, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"945df8f0-933f-4fc8-94b5-92b2baf7049e", CellID->1194386356], -Cell[40915, 1145, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a6a3999e-2bb0-456b-a297-800103e411f7", +Cell[40896, 1143, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a6a3999e-2bb0-456b-a297-800103e411f7", CellID->1641706272], -Cell[41130, 1150, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7bc133c1-4586-43b4-b350-4a2c9add9f15", +Cell[41111, 1148, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7bc133c1-4586-43b4-b350-4a2c9add9f15", CellID->399251956], -Cell[41359, 1156, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"06195b6d-ae43-4168-ac2b-80d9f865cbc6", +Cell[41340, 1154, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"06195b6d-ae43-4168-ac2b-80d9f865cbc6", CellID->821434655] }, Open ]], -Cell[41596, 1162, 78, 0, 70, "FooterCell",ExpressionUUID->"7d525667-cd8b-4cc4-b91e-2f4b2a39c5da"] +Cell[41577, 1160, 78, 0, 70, "FooterCell",ExpressionUUID->"37b7585c-4dd9-41cd-a3a2-15999f7d27f9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AdjustedWorthVectors.nb b/Documentation/English/ReferencePages/Symbols/AdjustedWorthVectors.nb index 8e65c56..abf7ac8 100644 --- a/Documentation/English/ReferencePages/Symbols/AdjustedWorthVectors.nb +++ b/Documentation/English/ReferencePages/Symbols/AdjustedWorthVectors.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 53871, 1409] -NotebookOptionsPosition[ 43431, 1201] -NotebookOutlinePosition[ 45555, 1255] -CellTagsIndexPosition[ 45469, 1250] +NotebookDataLength[ 53859, 1406] +NotebookOptionsPosition[ 43431, 1200] +NotebookOutlinePosition[ 45574, 1254] +CellTagsIndexPosition[ 45488, 1249] WindowTitle->AdjustedWorthVectors WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "66cadb9f-089f-4c41-b6aa-d39aa9cda414"], + "2b050468-029f-494d-9749-61e9a03a0f18"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b04993a3-4859-4a81-a224-1b4082647670"], + "88d08de4-c49e-4456-892b-5efd576ed34a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94063f4c-f974-4c36-accd-7396ab75e377"] - }],ExpressionUUID->"9f2bf948-13da-4fc5-b5ed-a57ab204faba"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "c7427148-d999-45b8-87b4-07e6455a5087"] + }],ExpressionUUID->"7ad68507-2f5e-4988-b92f-38819b96150c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc7e5d8e-a050-49d1-a9b9-dca6b4dfd6e3"], + "a0985e29-bc92-4179-bf40-843969a74926"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1a65f49a-98fe-489d-90cc-4c6176f1c167"] - }],ExpressionUUID->"54cd3be0-44a1-4fee-a339-c826d6b6a9e6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "828a2096-fe54-48a1-b947-9dd815210671"] + }],ExpressionUUID->"8ecfc8c1-a945-4a0b-8e95-72b4b3debc3c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "97acc006-ccc5-4764-ba3d-99645477a112"], + "908bbc21-2aea-4108-8172-af866e522169"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "effb4038-ad3b-4069-81e8-37436d7f9447"] - }],ExpressionUUID->"c96bcb25-5cfb-4bc0-b153-bc9268e0fa90"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b9cc9c37-5721-4c95-9141-699940f090b1"] + }],ExpressionUUID->"89ae059a-8246-447e-a2d3-f977dd3df1a0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f498542-bb2a-4a96-9737-7587b65f11fa"], + "058c3d64-36f3-4912-a516-b5c76ad35787"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fb17c137-3ee9-41d5-986f-d9077a4bc34d"] - }],ExpressionUUID->"21aba334-0de6-4680-84de-1fd9a2d62f53"], - StripOnInput->False], {"\<\"TUG/ref/AdjustedWorthVectors\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AdjustedWorthVectors"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6c3626c4-e134-452f-a46d-6803b755fed4"] + }],ExpressionUUID->"ba9564a8-3e90-4b6b-b02c-9d2081c28286"], + StripOnInput->False],{ + "\"TUG/ref/AdjustedWorthVectors\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AdjustedWorthVectors"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AdjustedWorthVectors.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$20137], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AdjustedWorthVectors" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$20398], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AdjustedWorthVectors" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "656bd87b-f75d-4c65-8883-edcc9eafd7b7"] + "db31bdb9-997c-41fd-8167-692d671e7258"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "24fb2de6-078b-4f02-b33e-1c926e0a3fd0"]} + "70c79ab3-9347-46d3-bada-026c6e5b5fb2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7e86f56b-647d-42f8-99e7-a712f93f09a5"], + CellID->1,ExpressionUUID->"96028409-42bc-47a2-9da8-81a20cc33554"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"8dd57082-6b7d-40c5-8ae0-e95553d27026"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d4df4195-dfc7-4f6e-a19c-136a3b9bec3b"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AdjustedWorthVectors", "ObjectName",ExpressionUUID-> - "a7858c08-359b-4de2-9bee-ee2d878bccfe"], + "65249a55-6173-4fb0-8f7f-f5dbf659d939"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3fd62840-6b24-4b84-9996-f90860f36af9"], + "Spacer1"]],ExpressionUUID->"698fe763-3dea-4090-8b9c-e68ca37e76ab"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2b615a18-1bf2-497d-9e07-b30d9ef40cc6"] - }],ExpressionUUID->"a099181b-e981-4fb8-a76c-84324979d448"], Cell[BoxData[ + "e15b64b0-454b-45ba-80fa-ce5c8b9b77e7"] + }],ExpressionUUID->"8538dc29-f3ab-4361-a1ff-95343cdaad31"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "011555c2-fe39-4681-86ef-b394e65104a2"]} + "18c89e5f-8b2e-422b-8ab6-8c83c9185277"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"18467b4c-b089-447e-8ab0-b79f678f59ca"], + CacheGraphics->False,ExpressionUUID->"39fbbee9-266a-4e02-8d25-0af87241320e"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -245,7 +247,7 @@ game w.r.t. ", FontFamily->"Source Sans Pro",ExpressionUUID-> "c07345a2-7a64-4b98-8b6c-a353a34800c4"], "." - }],ExpressionUUID->"14205453-7d3c-4368-b027-da23266df28b"]} + }],ExpressionUUID->"99d7222a-1fde-4ff9-9d0d-af51b31947a2"]} }]], "Usage", CellID->760863114,ExpressionUUID->"f18e2f02-1a09-47f2-ab8f-0f472bc73fa9"] }, Open ]], @@ -278,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7a49a132-1e0e-4d7e-a346-44ed6b7517bb"], + ExpressionUUID->"ce0f88bc-cedb-43bb-81fa-db3e824a9a94"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f2116640-16c9-4106-b4de-a82c6208b931"], + "Spacer1"]],ExpressionUUID->"08605314-76ec-469f-8492-098d92694952"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b0a4e4f7-e113-47c7-b6fb-ab46a6c7554e"], + }], "NotesFrameText",ExpressionUUID->"4d660dc2-90d0-4ba3-8314-8eab392ab2dd"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -294,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2c1080d2-2178-4425-9965-d686801fae8f"]], \ + "Preemptive"]],ExpressionUUID->"c162b798-0ffb-4798-9b41-2526a2e3a9a2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->349376939,ExpressionUUID->"57f3aa5f-fcc7-4a9f-a19a-f835aa547e8a"], + CellID->1236785174,ExpressionUUID->"0667ab96-f79a-478f-b0b0-25d20dc08f52"], Cell[TextData[{ "The input expression ", @@ -412,19 +414,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"750d896c-955f-459e-a86e-8a8a58602fa8"], + ExpressionUUID->"a87403d8-300e-4c14-ae34-5b4f02d383cd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eec7b9d4-229f-4f6e-9953-fff99f471aa3"], + "Spacer1"]],ExpressionUUID->"d378df62-425b-465c-8a70-535ae699a65d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c3921db9-c472-469c-9ee4-c5fa3d20e6da"] + "8ccfc71a-12e0-413b-8f84-cf4f2e572b2b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->568731052,ExpressionUUID->"e026cdde-704f-49cc-94f2-0882f9c39acc"], + CellID->1092269603,ExpressionUUID->"292f27a3-980f-45fd-a820-348edbc5c5e9"], Cell[CellGroupData[{ @@ -453,18 +455,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"38fa65cc-2d22-4189-9002-bf93ccff2b04"], + ExpressionUUID->"c62193e9-94e8-420c-9930-3e3aa90b9df6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14118405-edc6-432c-81c8-8f3f180a5ced"], + "Spacer1"]],ExpressionUUID->"4fad08ba-dfd0-436e-ba8f-e7a9c3983a25"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6b94c025-516b-4e6c-8239-092f74bc0e76"] + "f076a1b8-5661-4419-81dd-05c888b38496"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1376893476,ExpressionUUID->"e32575bb-d947-4c5b-aa39-bbcef8c355b1"], + CellID->2041737406,ExpressionUUID->"799c2f4c-814e-4594-9857-a4b2da5ffec6"], Cell["Loading the package:", "ExampleText", CellID->298649166,ExpressionUUID->"e32241b0-5353-4987-aa73-f3790a1da01c"], @@ -820,8 +822,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -983,15 +983,15 @@ Cell[BoxData[GridBox[{ "36c67a90-bcd1-492c-a69d-d95c8164d199"] }], "SeeAlso",ExpressionUUID->"0e98c0de-d3a1-4832-bf5a-6e1c4ad64342"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f982f33b-8adb-4e1a-8aba-\ -453504496c31"], + }]], "SeeAlsoSection",ExpressionUUID->"e0072568-a010-4e16-829e-\ +303b1e0b000d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1003,9 +1003,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3983fe1e-cecf-4514-a984-1e30632cfacf"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ae48a6b7-c80d-46e9-abc3-\ -40f351edc7a8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a85c09b1-93fc-48fb-9461-\ +14fb417004d6"], Cell[BoxData[GridBox[{ { @@ -1022,7 +1021,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ac70d319-f5ec-4347-896a-d31e7041040d"]}]}, + "68aebd18-8bd3-4eaf-a58a-e17828d9bb40"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1030,10 +1029,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1d9bf39f-a7d5-40ae-b316-be47f85c1d34"]}]} + "6c66f5ed-8034-4553-8c7b-f7215533256e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"54383148-e9c9-4af4-b946-\ -95432defcd31"], + }]], "MoreAboutSection",ExpressionUUID->"648e7018-ea1b-4256-9a07-\ +397c4c6e6c94"], Cell[BoxData[GridBox[{ { @@ -1060,7 +1059,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b0f8a93e-169d-4126-abce-43f31ce921ed"]], "RelatedLinks", + "47805131-a60e-4c5e-a2f4-5a84bc0b7a18"]], "RelatedLinks", ExpressionUUID->"080b8d62-098c-4a78-8a8b-82a808882984"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1077,7 +1076,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "986f24e0-554d-45de-8cca-9a6fd98f5675"]], "RelatedLinks", + "e4f80358-2033-48b2-9ab9-bbe78910dc6c"]], "RelatedLinks", ExpressionUUID->"f310e0c4-2c49-4a27-840f-88072b4b4bf6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1095,7 +1094,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d0419b0d-824c-4f35-97e5-f7f7c7a346bb"]], "RelatedLinks", + "cbd72013-6c92-4dbf-8291-674900d00221"]], "RelatedLinks", ExpressionUUID->"94597487-df96-46b5-ae58-dce726807502"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1112,7 +1111,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ea289dc5-a4fa-4fd0-9256-af1633c50832"]], "RelatedLinks", + "267f5d3e-6502-4d9f-96a8-5d2934679fe4"]], "RelatedLinks", ExpressionUUID->"ee37e5bd-3889-407c-b61e-ef26a1e9923e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1129,7 +1128,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cd521f0f-0002-471f-bd25-70149015086b"]], "RelatedLinks", + "fc1b6e2b-d77e-40cb-8fca-f7dc39f2ff41"]], "RelatedLinks", ExpressionUUID->"377abde8-0bd6-4079-9df7-e34333fcd09f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1146,7 +1145,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f4d821be-68aa-4a17-83e1-946ca2e48646"]], "RelatedLinks", + "9f792f3d-bcc1-447b-8a53-6a66e5766dd8"]], "RelatedLinks", ExpressionUUID->"36332c85-2c15-40f4-921d-d317725363c2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1163,11 +1162,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1723b4fa-40b1-42e9-906c-3b62a6ffa79a"]], "RelatedLinks", + "9b0cda8f-98f3-437a-97da-8402b9d89e30"]], "RelatedLinks", ExpressionUUID->"06d4ff43-a184-4553-bf35-6e27f63ea7ca"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"29903bce-3fad-4532-9fef-\ -d7762f7c5d69"], + }]], "RelatedLinksSection",ExpressionUUID->"cdf30352-89f8-4b10-a113-\ +d5e11d070c2e"], Cell[CellGroupData[{ @@ -1197,11 +1196,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9d82023f-389d-4385-85de-86631314a063"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"17d74cff-b205-4e58-b494-fe1cf384059c"] +Cell[" ", "FooterCell",ExpressionUUID->"0e603209-d25d-454b-a28d-086dcde3f8e0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AdjustedWorthVectors", TaggingRules->{ @@ -1212,18 +1211,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 14.306104}", + "built" -> "{2024, 6, 3, 16, 50, 56.777572}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AdjustedWorthVectors[game, k] computes the adjusted marginal worth \ vectors of a TU game w.r.t. k.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AdjustedWorthVectors", "titlemodifier" -> "", "windowtitle" -> - "AdjustedWorthVectors", "type" -> "Symbol", "uri" -> + "AdjustedWorthVectors", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AdjustedWorthVectors", "type" -> "Symbol", "uri" -> "TUG/ref/AdjustedWorthVectors"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1232,9 +1231,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e680ded0-2b26-4a90-b7b6-9e3c8022bf6a" +ExpressionUUID->"8a69572a-6b41-4c43-be4a-33b4af49c5e4" ] (* End of Notebook Content *) @@ -1242,175 +1241,173 @@ ExpressionUUID->"e680ded0-2b26-4a90-b7b6-9e3c8022bf6a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14859, 389, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e026cdde-704f-49cc-94f2-0882f9c39acc", + Cell[14892, 391, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"292f27a3-980f-45fd-a820-348edbc5c5e9", CellTags->"PrimaryExamplesSection", - CellID->568731052]} + CellID->1092269603]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 45269, 1243} + {"PrimaryExamplesSection", 45287, 1242} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7141, 170, 56, "AnchorBarGrid",ExpressionUUID->"7e86f56b-647d-42f8-99e7-a712f93f09a5", +Cell[592, 21, 7173, 172, 57, "AnchorBarGrid",ExpressionUUID->"96028409-42bc-47a2-9da8-81a20cc33554", CellID->1], -Cell[7736, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"8dd57082-6b7d-40c5-8ae0-e95553d27026"], +Cell[7768, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d4df4195-dfc7-4f6e-a19c-136a3b9bec3b"], Cell[CellGroupData[{ -Cell[7847, 197, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"18467b4c-b089-447e-8ab0-b79f678f59ca"], -Cell[9144, 234, 667, 15, 111, "Usage",ExpressionUUID->"f18e2f02-1a09-47f2-ab8f-0f472bc73fa9", +Cell[7879, 199, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"39fbbee9-266a-4e02-8d25-0af87241320e"], +Cell[9176, 236, 667, 15, 111, "Usage",ExpressionUUID->"f18e2f02-1a09-47f2-ab8f-0f472bc73fa9", CellID->760863114] }, Open ]], Cell[CellGroupData[{ -Cell[9848, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"57f3aa5f-fcc7-4a9f-a19a-f835aa547e8a", +Cell[9880, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"0667ab96-f79a-478f-b0b0-25d20dc08f52", CellGroupingRules->{"SectionGrouping", 50}, - CellID->349376939], -Cell[11745, 303, 944, 24, 57, "]]",ExpressionUUID->"6c3c399f-0eeb-4c53-bc3f-57518ebf73c2", + CellID->1236785174], +Cell[11778, 305, 944, 24, 57, "]]",ExpressionUUID->"6c3c399f-0eeb-4c53-bc3f-57518ebf73c2", CellID->313448337], -Cell[12692, 329, 489, 12, 37, "Notes",ExpressionUUID->"952aa3c1-03f4-49b0-8acb-5e62efe79232", +Cell[12725, 331, 489, 12, 38, "Notes",ExpressionUUID->"952aa3c1-03f4-49b0-8acb-5e62efe79232", CellID->177724765], -Cell[13184, 343, 746, 18, 57, "Notes",ExpressionUUID->"8a0d8ebf-1602-47f7-912d-6cd79beaab45", +Cell[13217, 345, 746, 18, 57, "Notes",ExpressionUUID->"8a0d8ebf-1602-47f7-912d-6cd79beaab45", CellID->1593942277], -Cell[13933, 363, 333, 7, 36, "Notes",ExpressionUUID->"92e28b5a-d0dd-4b23-84d7-8b02114b7d62", +Cell[13966, 365, 333, 7, 36, "Notes",ExpressionUUID->"92e28b5a-d0dd-4b23-84d7-8b02114b7d62", CellID->1330573406], -Cell[14269, 372, 330, 8, 36, "Notes",ExpressionUUID->"4d0ca9d3-85d2-4f7d-a433-b9eed33facd2", +Cell[14302, 374, 330, 8, 36, "Notes",ExpressionUUID->"4d0ca9d3-85d2-4f7d-a433-b9eed33facd2", CellID->1891621491], -Cell[14602, 382, 130, 1, 36, "Notes",ExpressionUUID->"51e0052f-4e33-4b0b-a42b-41cf068c3012", +Cell[14635, 384, 130, 1, 36, "Notes",ExpressionUUID->"51e0052f-4e33-4b0b-a42b-41cf068c3012", CellID->1027037273] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14859, 389, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e026cdde-704f-49cc-94f2-0882f9c39acc", +Cell[14892, 391, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"292f27a3-980f-45fd-a820-348edbc5c5e9", CellTags->"PrimaryExamplesSection", - CellID->568731052], + CellID->1092269603], Cell[CellGroupData[{ -Cell[16304, 430, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e32575bb-d947-4c5b-aa39-bbcef8c355b1", - CellID->1376893476], -Cell[17706, 468, 118, 1, 38, "ExampleText",ExpressionUUID->"e32241b0-5353-4987-aa73-f3790a1da01c", +Cell[16338, 432, 1399, 36, 30, "ExampleSection",ExpressionUUID->"799c2f4c-814e-4594-9857-a4b2da5ffec6", + CellID->2041737406], +Cell[17740, 470, 118, 1, 39, "ExampleText",ExpressionUUID->"e32241b0-5353-4987-aa73-f3790a1da01c", CellID->298649166], Cell[CellGroupData[{ -Cell[17849, 473, 167, 3, 27, "Input",ExpressionUUID->"742a5c72-be53-4b8c-91f8-315cc90367bc", +Cell[17883, 475, 167, 3, 27, "Input",ExpressionUUID->"742a5c72-be53-4b8c-91f8-315cc90367bc", CellID->519048920], Cell[CellGroupData[{ -Cell[18041, 480, 236, 4, 23, "Print",ExpressionUUID->"3224d3d0-49ca-481e-9b1d-dfc46f4643d3", +Cell[18075, 482, 236, 4, 23, "Print",ExpressionUUID->"3224d3d0-49ca-481e-9b1d-dfc46f4643d3", CellID->882424655], -Cell[18280, 486, 365, 8, 23, "Print",ExpressionUUID->"8145cba6-a0e0-4388-82ff-5941db3c90d0", +Cell[18314, 488, 365, 8, 23, "Print",ExpressionUUID->"8145cba6-a0e0-4388-82ff-5941db3c90d0", CellID->883839872], -Cell[18648, 496, 237, 4, 23, "Print",ExpressionUUID->"bcec53e0-f743-4d8a-9afe-2278f1bab06f", +Cell[18682, 498, 237, 4, 23, "Print",ExpressionUUID->"bcec53e0-f743-4d8a-9afe-2278f1bab06f", CellID->2070159934], -Cell[18888, 502, 220, 3, 23, "Print",ExpressionUUID->"9abfefa7-c942-46dc-a3a1-59cf60863cb9", +Cell[18922, 504, 220, 3, 23, "Print",ExpressionUUID->"9abfefa7-c942-46dc-a3a1-59cf60863cb9", CellID->837683866], -Cell[19111, 507, 207, 3, 23, "Print",ExpressionUUID->"6c646154-ed56-47cd-88d8-e7e85d752988", +Cell[19145, 509, 207, 3, 23, "Print",ExpressionUUID->"6c646154-ed56-47cd-88d8-e7e85d752988", CellID->542911979], -Cell[19321, 512, 237, 4, 23, "Print",ExpressionUUID->"9c5f0aa5-e0cd-4a13-b875-cce6845fdd50", +Cell[19355, 514, 237, 4, 23, "Print",ExpressionUUID->"9c5f0aa5-e0cd-4a13-b875-cce6845fdd50", CellID->866079405], -Cell[19561, 518, 220, 3, 23, "Print",ExpressionUUID->"ca5cfad7-ea83-4686-9433-6c9c7f787ffc", +Cell[19595, 520, 220, 3, 23, "Print",ExpressionUUID->"ca5cfad7-ea83-4686-9433-6c9c7f787ffc", CellID->864226580], -Cell[19784, 523, 237, 4, 70, "Print",ExpressionUUID->"c7715c75-a0a9-4a27-9df8-4d9a06df181f", +Cell[19818, 525, 237, 4, 70, "Print",ExpressionUUID->"c7715c75-a0a9-4a27-9df8-4d9a06df181f", CellID->1989544983], -Cell[20024, 529, 237, 4, 70, "Print",ExpressionUUID->"f828c4d0-9ee5-4e94-b5d9-b2105d14e642", +Cell[20058, 531, 237, 4, 70, "Print",ExpressionUUID->"f828c4d0-9ee5-4e94-b5d9-b2105d14e642", CellID->1376973802], -Cell[20264, 535, 208, 3, 70, "Print",ExpressionUUID->"05f197d8-1fb9-49a4-a291-21cf4196c7db", +Cell[20298, 537, 208, 3, 70, "Print",ExpressionUUID->"05f197d8-1fb9-49a4-a291-21cf4196c7db", CellID->1743022139], -Cell[20475, 540, 237, 4, 70, "Print",ExpressionUUID->"0e376014-a413-4085-8017-08c07da4d8c7", +Cell[20509, 542, 237, 4, 70, "Print",ExpressionUUID->"0e376014-a413-4085-8017-08c07da4d8c7", CellID->1953922739] }, Open ]] }, Open ]], -Cell[20739, 548, 136, 1, 70, "ExampleText",ExpressionUUID->"75799c5b-8110-4039-a721-5ee07754086d", +Cell[20773, 550, 136, 1, 70, "ExampleText",ExpressionUUID->"75799c5b-8110-4039-a721-5ee07754086d", CellID->926043888], -Cell[20878, 551, 233, 6, 70, "Input",ExpressionUUID->"085265a5-7c9d-4f8b-a041-704d54aa5017", +Cell[20912, 553, 233, 6, 70, "Input",ExpressionUUID->"085265a5-7c9d-4f8b-a041-704d54aa5017", CellID->42787010], -Cell[21114, 559, 380, 9, 70, "Input",ExpressionUUID->"94c01392-da72-401f-b2e8-ccc241fc01ff", +Cell[21148, 561, 380, 9, 70, "Input",ExpressionUUID->"94c01392-da72-401f-b2e8-ccc241fc01ff", CellID->504942814], -Cell[21497, 570, 238, 6, 70, "Input",ExpressionUUID->"686c23dc-2d68-4699-a868-86782f863ed0", +Cell[21531, 572, 238, 6, 70, "Input",ExpressionUUID->"686c23dc-2d68-4699-a868-86782f863ed0", CellID->1953081161], -Cell[21738, 578, 190, 4, 70, "ExampleText",ExpressionUUID->"4bfd6e9b-2d9a-41fe-a610-68b92d0ab235", +Cell[21772, 580, 190, 4, 70, "ExampleText",ExpressionUUID->"4bfd6e9b-2d9a-41fe-a610-68b92d0ab235", CellID->515911689], Cell[CellGroupData[{ -Cell[21953, 586, 177, 3, 70, "Input",ExpressionUUID->"3f879618-bf03-4bec-8cee-28f50af4463b", +Cell[21987, 588, 177, 3, 70, "Input",ExpressionUUID->"3f879618-bf03-4bec-8cee-28f50af4463b", CellID->424174447], -Cell[22133, 591, 174, 4, 36, "Output",ExpressionUUID->"612cee87-0982-489c-81e9-f79e92906feb", +Cell[22167, 593, 174, 4, 36, "Output",ExpressionUUID->"612cee87-0982-489c-81e9-f79e92906feb", CellID->2005582693] }, Open ]], -Cell[22322, 598, 139, 1, 70, "ExampleText",ExpressionUUID->"8dc84029-79c2-44d9-b7fd-a59e2cfcb3ff", +Cell[22356, 600, 139, 1, 70, "ExampleText",ExpressionUUID->"8dc84029-79c2-44d9-b7fd-a59e2cfcb3ff", CellID->852569926], Cell[CellGroupData[{ -Cell[22486, 603, 165, 3, 70, "Input",ExpressionUUID->"0593b0b6-90ef-4bbc-a4c8-f23fdbe51436", +Cell[22520, 605, 165, 3, 70, "Input",ExpressionUUID->"0593b0b6-90ef-4bbc-a4c8-f23fdbe51436", CellID->1001471429], -Cell[22654, 608, 160, 3, 36, "Output",ExpressionUUID->"0f6a3c7b-5649-4e72-a7e6-25b117e531f5", +Cell[22688, 610, 160, 3, 36, "Output",ExpressionUUID->"0f6a3c7b-5649-4e72-a7e6-25b117e531f5", CellID->559382918] }, Open ]], -Cell[22829, 614, 122, 1, 70, "ExampleText",ExpressionUUID->"2eca7ba8-bf4a-4c69-b167-878b0fb0effd", +Cell[22863, 616, 122, 1, 70, "ExampleText",ExpressionUUID->"2eca7ba8-bf4a-4c69-b167-878b0fb0effd", CellID->344221748], Cell[CellGroupData[{ -Cell[22976, 619, 163, 3, 70, "Input",ExpressionUUID->"96e34a64-395f-4ed8-8556-0e359aecc33d", +Cell[23010, 621, 163, 3, 70, "Input",ExpressionUUID->"96e34a64-395f-4ed8-8556-0e359aecc33d", CellID->1602893121], -Cell[23142, 624, 159, 3, 36, "Output",ExpressionUUID->"de9ce9ee-373c-45e3-81d1-506027da778f", +Cell[23176, 626, 159, 3, 36, "Output",ExpressionUUID->"de9ce9ee-373c-45e3-81d1-506027da778f", CellID->391558491] }, Open ]], -Cell[23316, 630, 368, 6, 70, "ExampleText",ExpressionUUID->"287b3bbc-071a-4f5b-8157-f2428caba368", +Cell[23350, 632, 368, 6, 70, "ExampleText",ExpressionUUID->"287b3bbc-071a-4f5b-8157-f2428caba368", CellID->1423988056], Cell[CellGroupData[{ -Cell[23709, 640, 158, 3, 70, "Input",ExpressionUUID->"54d615cd-45b1-4d6f-b75b-23e4b873b8b6", +Cell[23743, 642, 158, 3, 70, "Input",ExpressionUUID->"54d615cd-45b1-4d6f-b75b-23e4b873b8b6", CellID->6668160], -Cell[23870, 645, 377, 8, 36, "Output",ExpressionUUID->"4c1ab7c9-5b28-4f73-9e40-f0036d2adcb3", +Cell[23904, 647, 377, 8, 36, "Output",ExpressionUUID->"4c1ab7c9-5b28-4f73-9e40-f0036d2adcb3", CellID->244494639] }, Open ]], -Cell[24262, 656, 138, 1, 70, "ExampleText",ExpressionUUID->"4959bd17-40a5-4223-8eac-1996dcaeca85", +Cell[24296, 658, 138, 1, 70, "ExampleText",ExpressionUUID->"4959bd17-40a5-4223-8eac-1996dcaeca85", CellID->973458162], Cell[CellGroupData[{ -Cell[24425, 661, 213, 5, 70, "Input",ExpressionUUID->"4168e05c-e69d-49d1-8e06-ff522e797ff6", +Cell[24459, 663, 213, 5, 70, "Input",ExpressionUUID->"4168e05c-e69d-49d1-8e06-ff522e797ff6", CellID->650575957], -Cell[24641, 668, 360, 8, 36, "Output",ExpressionUUID->"2e5ab061-f974-4764-a919-5dbceff7cf69", +Cell[24675, 670, 360, 8, 36, "Output",ExpressionUUID->"2e5ab061-f974-4764-a919-5dbceff7cf69", CellID->1757863554] }, Open ]], -Cell[25016, 679, 240, 6, 70, "Input",ExpressionUUID->"17ae41cf-08e4-4b45-82d0-fb88de66422e", +Cell[25050, 681, 240, 6, 70, "Input",ExpressionUUID->"17ae41cf-08e4-4b45-82d0-fb88de66422e", CellID->212250094], -Cell[25259, 687, 181, 3, 70, "ExampleText",ExpressionUUID->"cb4fa198-df6f-40da-a45d-54a302ca3791", +Cell[25293, 689, 181, 3, 70, "ExampleText",ExpressionUUID->"cb4fa198-df6f-40da-a45d-54a302ca3791", CellID->830025097], Cell[CellGroupData[{ -Cell[25465, 694, 166, 3, 70, "Input",ExpressionUUID->"7a974e77-702c-49ee-aded-b14146d0c0e8", +Cell[25499, 696, 166, 3, 70, "Input",ExpressionUUID->"7a974e77-702c-49ee-aded-b14146d0c0e8", CellID->942695718], -Cell[25634, 699, 161, 3, 36, "Output",ExpressionUUID->"70d0e578-9768-4e85-8605-59f1f47a1cdc", +Cell[25668, 701, 161, 3, 36, "Output",ExpressionUUID->"70d0e578-9768-4e85-8605-59f1f47a1cdc", CellID->829848726] }, Open ]], -Cell[25810, 705, 198, 4, 70, "ExampleText",ExpressionUUID->"7133fb32-319b-4ea8-8983-c06c49a4c25b", +Cell[25844, 707, 198, 4, 70, "ExampleText",ExpressionUUID->"7133fb32-319b-4ea8-8983-c06c49a4c25b", CellID->1507383217], Cell[CellGroupData[{ -Cell[26033, 713, 227, 5, 70, "Input",ExpressionUUID->"71f6292c-76c7-4e10-8263-74433b483b73", +Cell[26067, 715, 227, 5, 70, "Input",ExpressionUUID->"71f6292c-76c7-4e10-8263-74433b483b73", CellID->685717426], -Cell[26263, 720, 2393, 66, 87, "Output",ExpressionUUID->"112d2c1a-f956-4375-8aae-029ab213811f", +Cell[26297, 722, 2393, 66, 85, "Output",ExpressionUUID->"112d2c1a-f956-4375-8aae-029ab213811f", CellID->1930916125] }, Open ]], -Cell[28671, 789, 208, 4, 70, "ExampleText",ExpressionUUID->"15768624-f6f1-4864-9fd7-0d128ecdc64b", +Cell[28705, 791, 208, 4, 70, "ExampleText",ExpressionUUID->"15768624-f6f1-4864-9fd7-0d128ecdc64b", CellID->594658839], Cell[CellGroupData[{ -Cell[28904, 797, 195, 4, 70, "Input",ExpressionUUID->"96ec31ef-8da6-46cd-9fcc-597682e982c9", +Cell[28938, 799, 195, 4, 70, "Input",ExpressionUUID->"96ec31ef-8da6-46cd-9fcc-597682e982c9", CellID->44908715], -Cell[29102, 803, 536, 10, 54, "Output",ExpressionUUID->"ea3dcd9c-b19c-408a-bcc9-2a5acac796e9", +Cell[29136, 805, 536, 10, 53, "Output",ExpressionUUID->"ea3dcd9c-b19c-408a-bcc9-2a5acac796e9", CellID->98580803] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29914, 824, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"e0072568-a010-4e16-829e-303b1e0b000d"], +Cell[35811, 988, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a85c09b1-93fc-48fb-9461-14fb417004d6"], +Cell[36484, 1008, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"648e7018-ea1b-4256-9a07-397c4c6e6c94"], +Cell[37520, 1036, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"cdf30352-89f8-4b10-a113-d5e11d070c2e"], Cell[CellGroupData[{ -Cell[29902, 824, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"f982f33b-8adb-4e1a-8aba-453504496c31"], -Cell[35799, 988, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ae48a6b7-c80d-46e9-abc3-40f351edc7a8"] -}, Open ]], -Cell[36484, 1009, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"54383148-e9c9-4af4-b946-95432defcd31"], -Cell[37520, 1037, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"29903bce-3fad-4532-9fef-d7762f7c5d69"], -Cell[CellGroupData[{ -Cell[42306, 1173, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78e51f4d-b88f-40c1-b756-8e55c6abd6e3", +Cell[42306, 1172, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78e51f4d-b88f-40c1-b756-8e55c6abd6e3", CellID->778415021], -Cell[42446, 1176, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5f2f2f15-64a8-41e4-a377-64cb4a430cdc", +Cell[42446, 1175, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5f2f2f15-64a8-41e4-a377-64cb4a430cdc", CellID->1194386356], -Cell[42668, 1182, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4b9d087-a872-4552-bc46-107c032fd715", +Cell[42668, 1181, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4b9d087-a872-4552-bc46-107c032fd715", CellID->1641706272], -Cell[42883, 1187, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ac7845b6-fc82-4e1d-8c47-80e09ca50f57", +Cell[42883, 1186, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ac7845b6-fc82-4e1d-8c47-80e09ca50f57", CellID->399251956], -Cell[43112, 1193, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d82023f-389d-4385-85de-86631314a063", +Cell[43112, 1192, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d82023f-389d-4385-85de-86631314a063", CellID->821434655] }, Open ]], -Cell[43349, 1199, 78, 0, 70, "FooterCell",ExpressionUUID->"17d74cff-b205-4e58-b494-fe1cf384059c"] +Cell[43349, 1198, 78, 0, 70, "FooterCell",ExpressionUUID->"0e603209-d25d-454b-a28d-086dcde3f8e0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AirportProblem.nb b/Documentation/English/ReferencePages/Symbols/AirportProblem.nb index 3bea1c1..9b3faac 100644 --- a/Documentation/English/ReferencePages/Symbols/AirportProblem.nb +++ b/Documentation/English/ReferencePages/Symbols/AirportProblem.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55120, 1404] -NotebookOptionsPosition[ 45980, 1225] -NotebookOutlinePosition[ 48102, 1279] -CellTagsIndexPosition[ 48016, 1274] +NotebookDataLength[ 55260, 1408] +NotebookOptionsPosition[ 46104, 1229] +NotebookOutlinePosition[ 48244, 1283] +CellTagsIndexPosition[ 48158, 1278] WindowTitle->AirportProblem WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6336124f-e7ef-45d2-bdbb-daf6ea46eb44"], + "1027db32-3df3-459a-aa68-a1354b872b12"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "27c5439a-4daf-4c46-853c-c76abd60ee98"], + "640425bb-7e72-40cd-9ef2-788bfc63fe84"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,41 +51,42 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dc009fea-ff25-48cf-8957-850e7f6adc92"] - }],ExpressionUUID->"ab442e18-d4f7-4644-b2b8-dadb99e23761"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"ShapAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapAirProb"], "\<\"TauValAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValAirProb"], "\<\"NucAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NucAirProb"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "4173651b-6420-4fcf-a808-f3ee004bcc7e"] + }],ExpressionUUID->"0e6d5307-8eed-4189-9530-aeace0b9798d"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"ShapAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapAirProb"], + "\"TauValAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValAirProb"], + "\"NucAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NucAirProb"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "891dff12-101e-45de-8164-f79309ef3dcc"], + "c5dbe6a8-7677-4c6e-9ea7-aed4f0c266bd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -101,18 +102,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be446c4c-0616-4902-93bf-03a1dc202606"] - }],ExpressionUUID->"029d7575-4806-4bbc-86aa-bdc1fa5d4ba3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ab7348c4-ae6a-4cf4-929e-806050ae2e53"] + }],ExpressionUUID->"138c1d83-e179-4631-b3b6-cff02174595b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d0f041f8-f82e-409b-92f5-fe254afa1ca3"], + "8839cf3c-3e50-4b55-a3f8-26a4eb50cee9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -128,16 +130,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "46bf4c7b-2ddd-45c7-9a44-06acbd6629da"] - }],ExpressionUUID->"0dc91b13-115b-4cc5-a526-7eeb604954ec"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b71fab68-f01c-4989-90b5-f9c081fe00e1"] + }],ExpressionUUID->"1532930c-c096-4428-bfbe-5638c5115edc"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb13ebf2-7151-4eed-9e3a-ab387d868b55"], + "e3f959d2-f803-4d5e-bcdd-eeff0f74e62a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -153,51 +156,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "930288fe-0feb-4086-984e-2c693cfac1c2"] - }],ExpressionUUID->"50d5b4e9-d6a5-446b-a6e0-1d7f3eb118b0"], - StripOnInput->False], {"\<\"TUG/ref/AirportProblem\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AirportProblem"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c5249f68-b0c9-4cac-9383-1e1f007ddeab"] + }],ExpressionUUID->"eb8115ff-7b37-44bc-8af4-6660e88f0f32"], + StripOnInput->False],{ + "\"TUG/ref/AirportProblem\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AirportProblem"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AirportProblem.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$21847], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AirportProblem" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$22210], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AirportProblem" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3a756fae-1b9c-4cbc-867f-1f09a623c635"] + "310a17ef-1939-4655-866b-1bd470de3fd6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e1240103-b8c5-486b-b15f-786ab7089623"]} + "5748a6d2-3a6d-4dae-bef4-9bb9d022e8b3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0e49a9bb-c069-4530-803e-eb23a06e54d9"], + CellID->1,ExpressionUUID->"68b939a4-61fd-4d6c-afaa-a9a56e28ea4f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c4e7b74a-95e3-4baf-8e77-b65be024d236"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"fc0bbf6f-f1dc-4e3a-98a0-847344a63dfc"], Cell[CellGroupData[{ @@ -205,17 +209,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AirportProblem", "ObjectName",ExpressionUUID-> - "e6bcca9b-48ae-4bd1-8106-13ad82182fcc"], + "7266420f-d663-4e7e-8f5a-057def049c3e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"316f0096-e1b1-4b1c-b653-774540449b5b"], + "Spacer1"]],ExpressionUUID->"3edfaad4-4a90-4e3f-bfa8-870fa0ca8436"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0f4c6b5c-9b00-4fb6-aadc-739801ec0bd9"] - }],ExpressionUUID->"d8a80daa-92b4-41ba-9ad2-35b9db5fa5ed"], + "300a1317-5047-4b24-b373-33d72b027064"] + }],ExpressionUUID->"9af23a35-b799-4c82-81df-7a7322ca19ca"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"f0dea503-0c53-45f2-b78a-\ -446607c2ab3d"], + }]], "ObjectNameGrid",ExpressionUUID->"88dcb02e-bcd8-4fa5-9f1e-\ +d08c565daf7a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -226,7 +230,7 @@ Cell[BoxData[GridBox[{ "632d0168-684e-48cf-be45-1506208dd77a"], " \[LineSeparator]computes from an airport cost allocation problem the \ associated airport cost game." - }],ExpressionUUID->"d463796f-c073-452b-bcbe-307511a73148"]} + }],ExpressionUUID->"3bd79805-9bfc-41ff-8645-ba6c28059b72"]} }]], "Usage", CellID->378304241,ExpressionUUID->"ea447f1e-3f40-4008-a021-e2ed7a9b7b44"] }, Open ]], @@ -259,12 +263,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"19006053-fff7-4a3a-a0ae-f8209bb494e6"], + ExpressionUUID->"5a8a7011-d552-4eaa-a974-d97b6b15687f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4ce9b944-ca2b-4fe5-8eb7-8b18b8011e9b"], + "Spacer1"]],ExpressionUUID->"5d6b3da1-207b-46e8-b4ac-9c304fbcafc8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"632443ba-ebdb-412e-914a-4028e14d5e46"], + }], "NotesFrameText",ExpressionUUID->"e144aeb8-284e-498f-b64a-c067b71c32d4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -275,12 +279,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"65189e3a-f3aa-4de8-8149-10f5c3cac190"]], \ + "Preemptive"]],ExpressionUUID->"9479ebf2-4a69-473c-840e-c1823be01c27"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->679968584,ExpressionUUID->"05ee3b23-7067-4897-a3b2-5a42ec8e8228"], + CellID->258397509,ExpressionUUID->"e7a14b1f-1286-4e36-bf12-814a74de384e"], Cell[TextData[{ "The expression ", @@ -368,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"56f6131e-b47e-4435-8a01-0206ef2e95be"], + ExpressionUUID->"7e3b7d13-364c-4eb1-a9df-fb58a1fa11a3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bfc0c388-1f0c-4d09-947a-bb43f9cca93f"], + "Spacer1"]],ExpressionUUID->"c30f2fed-86bb-42f0-ad6a-1d98864254d4"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5d9d1ecd-d839-40e6-b787-fd847d03e623"] + "06506c7f-21d2-4203-8572-517ad49397c9"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1058221420,ExpressionUUID->"3dec00e2-7cf8-4277-9d71-2f21857ea598"], + CellID->1473258509,ExpressionUUID->"63bfa79b-750e-433e-bf01-f9c1873c0147"], Cell[CellGroupData[{ @@ -409,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bd7bbd9a-5075-4504-8fc6-b5d888722263"], + ExpressionUUID->"a6fb5064-e1e0-4726-a0e5-82176f92c14f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2193fb36-c295-471e-998c-462616d4dce5"], + "Spacer1"]],ExpressionUUID->"49f2bcdb-9672-4ab4-8259-5550074ba19c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d0205167-643a-4864-81ff-916206425f6b"] + "4c579a39-26c3-4cfc-bdec-c79b2382e832"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1365034428,ExpressionUUID->"c8e33557-ca90-448e-aef0-9c9eefee9e27"], + CellID->88125049,ExpressionUUID->"b90e0233-6b6c-43b1-9249-1db11c66abba"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"8dd7cac8-58b2-488f-9092-e9712614e816"], @@ -619,7 +623,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], - ImageSizeCache->{55.44140625, {2., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -650,7 +654,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], - ImageSizeCache->{49.25390625, {0., 7.}}], + ImageSizeCache->{49.25390625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -687,7 +691,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], - ImageSizeCache->{55.44140625, {0., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -724,7 +728,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], - ImageSizeCache->{41.6015625, {0., 7.}}], + ImageSizeCache->{41.6015625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -762,7 +766,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], - ImageSizeCache->{74.9296875, {0., 7.}}], + ImageSizeCache->{74.9296875, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1097,8 +1101,8 @@ Cell[BoxData[GridBox[{ "fd6692a2-bd54-40b1-ac3e-7ab45f0e988c"] }], "SeeAlso",ExpressionUUID->"f2667223-4249-47f9-ab4f-807f54483f75"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"41e91f47-ec2c-4746-b7a1-\ -60f79f9213b4"], + }]], "SeeAlsoSection",ExpressionUUID->"de8e7178-dc2d-43cb-b497-\ +89f0b280d50d"], Cell[BoxData[GridBox[{ { @@ -1115,7 +1119,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e5a173aa-c6c6-4944-88fb-4ff35eb640f5"]}]}, + "128a3e42-84e0-4e68-b283-82912572fa45"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1123,10 +1127,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "916134fc-3722-4d51-9d83-13e877995bcb"]}]} + "0bd48338-27ce-4def-818e-148f1356582b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"beb880cd-9f00-4a3b-bbe7-\ -f7a3fd1247d5"], + }]], "MoreAboutSection",ExpressionUUID->"0a845e76-e4d4-418a-97bd-\ +a072aeb72ff5"], Cell[BoxData[GridBox[{ { @@ -1153,7 +1157,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5e312333-ed12-4178-b911-7a51fd0eb86e"]], "RelatedLinks", + "a3991a69-7aca-4e87-ba92-9b80511f4106"]], "RelatedLinks", ExpressionUUID->"de4ea1f4-2e15-47cd-8045-3347ac7cee09"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1170,7 +1174,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ecffbf48-f9e3-4bf2-863b-91a4cd20f8cc"]], "RelatedLinks", + "f11326d5-2f79-490f-af38-dfc4923fc181"]], "RelatedLinks", ExpressionUUID->"2ca3bef8-028a-4160-b52d-89405cc540d6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1187,11 +1191,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5abc0b77-48cd-4942-aeef-af9a7984c28b"]], "RelatedLinks", + "ad66371d-2d2a-47de-9301-e04728716337"]], "RelatedLinks", ExpressionUUID->"a03f9cb7-192b-4f06-8aac-876b73c099cc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"131a3e14-8d04-4265-8dec-\ -5afab056cb53"], + }]], "RelatedLinksSection",ExpressionUUID->"9613f26b-3224-46a1-8451-\ +a805635a8482"], Cell[CellGroupData[{ @@ -1221,11 +1225,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"30847e7d-8214-43ff-acdc-6e59e5be57e2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6d36f74c-a00d-4f40-a86c-f2af6b62fa07"] +Cell[" ", "FooterCell",ExpressionUUID->"1b2f3e9b-4f83-4b9c-8068-0897c4334331"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AirportProblem", TaggingRules->{ @@ -1236,7 +1240,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 18.628584}", + "built" -> "{2024, 6, 3, 16, 50, 59.012956}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1244,10 +1248,10 @@ TaggingRules->{ "AirportProblem[cost_List, nj_List] computes from an airport cost \ allocation problem the associated airport cost game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AirportProblem", "titlemodifier" -> "", - "windowtitle" -> "AirportProblem", "type" -> "Symbol", "uri" -> - "TUG/ref/AirportProblem"}}, + "metadescription" -> "", "windowtitle" -> "AirportProblem", "type" -> + "Symbol", "uri" -> "TUG/ref/AirportProblem"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1256,9 +1260,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c055f4c9-62b4-46f1-8a62-72994ef83d8b" +ExpressionUUID->"0d61adb8-f3b5-485c-b132-795685dbe572" ] (* End of Notebook Content *) @@ -1266,146 +1270,146 @@ ExpressionUUID->"c055f4c9-62b4-46f1-8a62-72994ef83d8b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13576, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3dec00e2-7cf8-4277-9d71-2f21857ea598", + Cell[13622, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"63bfa79b-750e-433e-bf01-f9c1873c0147", CellTags->"PrimaryExamplesSection", - CellID->1058221420]} + CellID->1473258509]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 47815, 1267} + {"PrimaryExamplesSection", 47957, 1271} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7504, 176, 56, "AnchorBarGrid",ExpressionUUID->"0e49a9bb-c069-4530-803e-eb23a06e54d9", +Cell[586, 21, 7550, 180, 57, "AnchorBarGrid",ExpressionUUID->"68b939a4-61fd-4d6c-afaa-a9a56e28ea4f", CellID->1], -Cell[8093, 199, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c4e7b74a-95e3-4baf-8e77-b65be024d236"], +Cell[8139, 203, 86, 0, 23, "ContextNameCell",ExpressionUUID->"fc0bbf6f-f1dc-4e3a-98a0-847344a63dfc"], Cell[CellGroupData[{ -Cell[8204, 203, 557, 14, 59, "ObjectNameGrid",ExpressionUUID->"f0dea503-0c53-45f2-b78a-446607c2ab3d"], -Cell[8764, 219, 538, 11, 111, "Usage",ExpressionUUID->"ea447f1e-3f40-4008-a021-e2ed7a9b7b44", +Cell[8250, 207, 557, 14, 59, "ObjectNameGrid",ExpressionUUID->"88dcb02e-bcd8-4fa5-9f1e-d08c565daf7a"], +Cell[8810, 223, 538, 11, 111, "Usage",ExpressionUUID->"ea447f1e-3f40-4008-a021-e2ed7a9b7b44", CellID->378304241] }, Open ]], Cell[CellGroupData[{ -Cell[9339, 235, 1894, 47, 37, "NotesSection",ExpressionUUID->"05ee3b23-7067-4897-a3b2-5a42ec8e8228", +Cell[9385, 239, 1894, 47, 37, "NotesSection",ExpressionUUID->"e7a14b1f-1286-4e36-bf12-814a74de384e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->679968584], -Cell[11236, 284, 810, 17, 78, "]]",ExpressionUUID->"e6e867cd-4165-4c87-a884-fd2803a2bf58", + CellID->258397509], +Cell[11282, 288, 810, 17, 78, "]]",ExpressionUUID->"e6e867cd-4165-4c87-a884-fd2803a2bf58", CellID->313448337], -Cell[12049, 303, 489, 12, 37, "Notes",ExpressionUUID->"0be16b77-4d23-4152-bd3e-acf92ad8ada8", +Cell[12095, 307, 489, 12, 38, "Notes",ExpressionUUID->"0be16b77-4d23-4152-bd3e-acf92ad8ada8", CellID->177724765], -Cell[12541, 317, 305, 5, 57, "Notes",ExpressionUUID->"f06d7934-bdce-4f2f-b5cd-fc7d7993238b", +Cell[12587, 321, 305, 5, 57, "Notes",ExpressionUUID->"f06d7934-bdce-4f2f-b5cd-fc7d7993238b", CellID->2085588552], -Cell[12849, 324, 195, 4, 36, "Notes",ExpressionUUID->"7315c9e4-7a22-4b66-9eae-c85cde195b1d", +Cell[12895, 328, 195, 4, 36, "Notes",ExpressionUUID->"7315c9e4-7a22-4b66-9eae-c85cde195b1d", CellID->306311476], -Cell[13047, 330, 194, 4, 36, "Notes",ExpressionUUID->"162f669a-55b5-4fb7-a8da-609090e5a2c5", +Cell[13093, 334, 194, 4, 36, "Notes",ExpressionUUID->"162f669a-55b5-4fb7-a8da-609090e5a2c5", CellID->2108874141], -Cell[13244, 336, 205, 3, 23, "TechNotes",ExpressionUUID->"72beac44-7d32-40f5-9442-b81048d1bde3", +Cell[13290, 340, 205, 3, 23, "TechNotes",ExpressionUUID->"72beac44-7d32-40f5-9442-b81048d1bde3", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13576, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3dec00e2-7cf8-4277-9d71-2f21857ea598", +Cell[13622, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"63bfa79b-750e-433e-bf01-f9c1873c0147", CellTags->"PrimaryExamplesSection", - CellID->1058221420], + CellID->1473258509], Cell[CellGroupData[{ -Cell[15022, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c8e33557-ca90-448e-aef0-9c9eefee9e27", - CellID->1365034428], -Cell[16424, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"8dd7cac8-58b2-488f-9092-e9712614e816", +Cell[15068, 390, 1397, 36, 30, "ExampleSection",ExpressionUUID->"b90e0233-6b6c-43b1-9249-1db11c66abba", + CellID->88125049], +Cell[16468, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"8dd7cac8-58b2-488f-9092-e9712614e816", CellID->1430927406], Cell[CellGroupData[{ -Cell[16568, 429, 168, 3, 27, "Input",ExpressionUUID->"2b6a08f8-2a34-47f8-9d42-2741999f7d8c", +Cell[16612, 433, 168, 3, 27, "Input",ExpressionUUID->"2b6a08f8-2a34-47f8-9d42-2741999f7d8c", CellID->1259233753], Cell[CellGroupData[{ -Cell[16761, 436, 235, 4, 23, "Print",ExpressionUUID->"0036e314-d29a-4a83-bf2d-30a77267fd2b", +Cell[16805, 440, 235, 4, 23, "Print",ExpressionUUID->"0036e314-d29a-4a83-bf2d-30a77267fd2b", CellID->282360648], -Cell[16999, 442, 364, 8, 23, "Print",ExpressionUUID->"1bd12d26-bacb-4558-b502-81f7542ce808", +Cell[17043, 446, 364, 8, 23, "Print",ExpressionUUID->"1bd12d26-bacb-4558-b502-81f7542ce808", CellID->853238821], -Cell[17366, 452, 236, 4, 23, "Print",ExpressionUUID->"c8154469-72f4-44df-9f9b-699973e1aedc", +Cell[17410, 456, 236, 4, 23, "Print",ExpressionUUID->"c8154469-72f4-44df-9f9b-699973e1aedc", CellID->1653656377], -Cell[17605, 458, 220, 3, 23, "Print",ExpressionUUID->"245f9340-37bb-4c47-b398-ac94e6c72c91", +Cell[17649, 462, 220, 3, 23, "Print",ExpressionUUID->"245f9340-37bb-4c47-b398-ac94e6c72c91", CellID->1265824711], -Cell[17828, 463, 207, 3, 23, "Print",ExpressionUUID->"0ff44ad9-90cf-4cce-84ec-0b3acbf5dbe6", +Cell[17872, 467, 207, 3, 23, "Print",ExpressionUUID->"0ff44ad9-90cf-4cce-84ec-0b3acbf5dbe6", CellID->1969983816], -Cell[18038, 468, 236, 4, 23, "Print",ExpressionUUID->"1bf7cccf-0ea2-4fb3-b8b1-adad64f712cc", +Cell[18082, 472, 236, 4, 23, "Print",ExpressionUUID->"1bf7cccf-0ea2-4fb3-b8b1-adad64f712cc", CellID->900890497], -Cell[18277, 474, 220, 3, 23, "Print",ExpressionUUID->"a3bebb33-f32e-44e0-953c-20253f41e738", +Cell[18321, 478, 220, 3, 23, "Print",ExpressionUUID->"a3bebb33-f32e-44e0-953c-20253f41e738", CellID->2007219518], -Cell[18500, 479, 236, 4, 70, "Print",ExpressionUUID->"b360a3f6-cea1-460a-9a12-23ff05c9c8f0", +Cell[18544, 483, 236, 4, 70, "Print",ExpressionUUID->"b360a3f6-cea1-460a-9a12-23ff05c9c8f0", CellID->1842360729], -Cell[18739, 485, 235, 4, 70, "Print",ExpressionUUID->"323aeb4e-4a79-4853-9ed8-e79b75ea365c", +Cell[18783, 489, 235, 4, 70, "Print",ExpressionUUID->"323aeb4e-4a79-4853-9ed8-e79b75ea365c", CellID->869350316], -Cell[18977, 491, 206, 3, 70, "Print",ExpressionUUID->"8ac7de6d-49a5-4a1c-a108-78fa2fbcf759", +Cell[19021, 495, 206, 3, 70, "Print",ExpressionUUID->"8ac7de6d-49a5-4a1c-a108-78fa2fbcf759", CellID->246708025], -Cell[19186, 496, 236, 4, 70, "Print",ExpressionUUID->"46f69b35-5690-4149-9bd4-1fc3fc101251", +Cell[19230, 500, 236, 4, 70, "Print",ExpressionUUID->"46f69b35-5690-4149-9bd4-1fc3fc101251", CellID->1397428052] }, Open ]] }, Open ]], -Cell[19449, 504, 211, 4, 70, "ExampleText",ExpressionUUID->"9760573c-3ee9-49b8-a4db-96c49ffff4d5", +Cell[19493, 508, 211, 4, 70, "ExampleText",ExpressionUUID->"9760573c-3ee9-49b8-a4db-96c49ffff4d5", CellID->1060603206], -Cell[19663, 510, 257, 7, 70, "Input",ExpressionUUID->"555e2db7-e303-432a-acb7-d8e9f2a9f6fb", +Cell[19707, 514, 257, 7, 70, "Input",ExpressionUUID->"555e2db7-e303-432a-acb7-d8e9f2a9f6fb", CellID->364669908], -Cell[19923, 519, 145, 1, 70, "ExampleText",ExpressionUUID->"dd6dd9bb-78f8-4c14-9667-70ee9857f9a7", +Cell[19967, 523, 145, 1, 70, "ExampleText",ExpressionUUID->"dd6dd9bb-78f8-4c14-9667-70ee9857f9a7", CellID->2058204622], -Cell[20071, 522, 250, 7, 70, "Input",ExpressionUUID->"2bfb999e-256d-4b94-8b64-ceddf2d22cd5", +Cell[20115, 526, 250, 7, 70, "Input",ExpressionUUID->"2bfb999e-256d-4b94-8b64-ceddf2d22cd5", CellID->1727175520], -Cell[20324, 531, 188, 4, 70, "ExampleText",ExpressionUUID->"afc4286a-1ef6-4f5d-aa89-c74928bc4487", +Cell[20368, 535, 188, 4, 70, "ExampleText",ExpressionUUID->"afc4286a-1ef6-4f5d-aa89-c74928bc4487", CellID->219526976], Cell[CellGroupData[{ -Cell[20537, 539, 215, 5, 70, "Input",ExpressionUUID->"739f6c20-f13d-4ec0-9336-e787e344dc8d", +Cell[20581, 543, 215, 5, 70, "Input",ExpressionUUID->"739f6c20-f13d-4ec0-9336-e787e344dc8d", CellID->2052839270], -Cell[20755, 546, 330, 7, 36, "Output",ExpressionUUID->"3659afdc-4bd4-4803-8f33-924f9da580da", +Cell[20799, 550, 330, 7, 36, "Output",ExpressionUUID->"3659afdc-4bd4-4803-8f33-924f9da580da", CellID->2026295688] }, Open ]], -Cell[21100, 556, 201, 4, 70, "ExampleText",ExpressionUUID->"3f1eaea5-87c7-4317-b7f0-543e6d59f1f1", +Cell[21144, 560, 201, 4, 70, "ExampleText",ExpressionUUID->"3f1eaea5-87c7-4317-b7f0-543e6d59f1f1", CellID->302774813], -Cell[21304, 562, 242, 6, 70, "Input",ExpressionUUID->"f2b6e3d8-58b9-46dc-9176-38bdbf2c559a", +Cell[21348, 566, 242, 6, 70, "Input",ExpressionUUID->"f2b6e3d8-58b9-46dc-9176-38bdbf2c559a", CellID->1133498646], -Cell[21549, 570, 159, 2, 70, "ExampleText",ExpressionUUID->"174f8b2e-a46c-493c-9e60-d04ced1953ad", +Cell[21593, 574, 159, 2, 70, "ExampleText",ExpressionUUID->"174f8b2e-a46c-493c-9e60-d04ced1953ad", CellID->545790685], Cell[CellGroupData[{ -Cell[21733, 576, 214, 5, 70, "Input",ExpressionUUID->"a919002b-dcc4-4645-95d9-f8e5033393cf", +Cell[21777, 580, 214, 5, 70, "Input",ExpressionUUID->"a919002b-dcc4-4645-95d9-f8e5033393cf", CellID->1559380538], -Cell[21950, 583, 9874, 244, 70, "Output",ExpressionUUID->"8a9a321c-90b3-4ff4-81a0-85ddf6b4ec66", +Cell[21994, 587, 9954, 244, 70, "Output",ExpressionUUID->"8a9a321c-90b3-4ff4-81a0-85ddf6b4ec66", CellID->853207157] }, Open ]], -Cell[31839, 830, 148, 1, 70, "ExampleText",ExpressionUUID->"ed22750e-4c5a-4396-9484-f282d5c77022", +Cell[31963, 834, 148, 1, 70, "ExampleText",ExpressionUUID->"ed22750e-4c5a-4396-9484-f282d5c77022", CellID->905685917], -Cell[31990, 833, 238, 6, 70, "Input",ExpressionUUID->"c84f781f-fc32-4e61-89c4-506e23d789b7", +Cell[32114, 837, 238, 6, 70, "Input",ExpressionUUID->"c84f781f-fc32-4e61-89c4-506e23d789b7", CellID->2010391696], -Cell[32231, 841, 150, 1, 70, "ExampleText",ExpressionUUID->"de9c82e6-c818-4eb0-910b-55771baba3ed", +Cell[32355, 845, 150, 1, 70, "ExampleText",ExpressionUUID->"de9c82e6-c818-4eb0-910b-55771baba3ed", CellID->234263560], Cell[CellGroupData[{ -Cell[32406, 846, 169, 3, 70, "Input",ExpressionUUID->"338666f3-0e60-44e2-881a-3be59385fa6a", +Cell[32530, 850, 169, 3, 70, "Input",ExpressionUUID->"338666f3-0e60-44e2-881a-3be59385fa6a", CellID->559912270], -Cell[32578, 851, 750, 21, 51, "Output",ExpressionUUID->"ddfb8e48-4994-4c99-b1e5-8c61987461b8", +Cell[32702, 855, 750, 21, 51, "Output",ExpressionUUID->"ddfb8e48-4994-4c99-b1e5-8c61987461b8", CellID->857850996] }, Open ]], -Cell[33343, 875, 147, 1, 70, "ExampleText",ExpressionUUID->"1af162bd-f5f0-4ba0-b329-7b0af4f1b905", +Cell[33467, 879, 147, 1, 70, "ExampleText",ExpressionUUID->"1af162bd-f5f0-4ba0-b329-7b0af4f1b905", CellID->447654302], Cell[CellGroupData[{ -Cell[33515, 880, 164, 3, 70, "Input",ExpressionUUID->"b8da6c47-3e03-4e65-915e-9ad594f6cecc", +Cell[33639, 884, 164, 3, 70, "Input",ExpressionUUID->"b8da6c47-3e03-4e65-915e-9ad594f6cecc", CellID->772624905], -Cell[33682, 885, 129, 2, 36, "Output",ExpressionUUID->"4f914c69-85ed-425d-abe4-178235866208", +Cell[33806, 889, 129, 2, 36, "Output",ExpressionUUID->"4f914c69-85ed-425d-abe4-178235866208", CellID->864064626] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[34053, 896, 7517, 204, 70, "SeeAlsoSection",ExpressionUUID->"41e91f47-ec2c-4746-b7a1-60f79f9213b4"], -Cell[41573, 1102, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"beb880cd-9f00-4a3b-bbe7-f7a3fd1247d5"], -Cell[42609, 1130, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"131a3e14-8d04-4265-8dec-5afab056cb53"], +Cell[34177, 900, 7517, 204, 70, "SeeAlsoSection",ExpressionUUID->"de8e7178-dc2d-43cb-b497-89f0b280d50d"], +Cell[41697, 1106, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0a845e76-e4d4-418a-97bd-a072aeb72ff5"], +Cell[42733, 1134, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"9613f26b-3224-46a1-8451-a805635a8482"], Cell[CellGroupData[{ -Cell[44855, 1197, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbd0eb2d-651f-43c7-8445-7f9f8fe0f18c", +Cell[44979, 1201, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbd0eb2d-651f-43c7-8445-7f9f8fe0f18c", CellID->906383680], -Cell[44995, 1200, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3feacf4-051e-4587-b360-b3e60c703956", +Cell[45119, 1204, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3feacf4-051e-4587-b360-b3e60c703956", CellID->1194386356], -Cell[45217, 1206, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9edbee71-9f9c-4732-80bf-cbe2b0e8e1fa", +Cell[45341, 1210, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9edbee71-9f9c-4732-80bf-cbe2b0e8e1fa", CellID->1641706272], -Cell[45432, 1211, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"42b4b388-c80e-4d68-ab73-41e18a3a51f8", +Cell[45556, 1215, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"42b4b388-c80e-4d68-ab73-41e18a3a51f8", CellID->399251956], -Cell[45661, 1217, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30847e7d-8214-43ff-acdc-6e59e5be57e2", +Cell[45785, 1221, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30847e7d-8214-43ff-acdc-6e59e5be57e2", CellID->821434655] }, Open ]], -Cell[45898, 1223, 78, 0, 70, "FooterCell",ExpressionUUID->"6d36f74c-a00d-4f40-a86c-f2af6b62fa07"] +Cell[46022, 1227, 78, 0, 70, "FooterCell",ExpressionUUID->"1b2f3e9b-4f83-4b9c-8068-0897c4334331"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AllAntiSurpluses.nb b/Documentation/English/ReferencePages/Symbols/AllAntiSurpluses.nb index a390b41..8ace42a 100644 --- a/Documentation/English/ReferencePages/Symbols/AllAntiSurpluses.nb +++ b/Documentation/English/ReferencePages/Symbols/AllAntiSurpluses.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 53613, 1416] -NotebookOptionsPosition[ 44452, 1236] -NotebookOutlinePosition[ 46693, 1292] -CellTagsIndexPosition[ 46607, 1287] +NotebookDataLength[ 53617, 1415] +NotebookOptionsPosition[ 44467, 1237] +NotebookOutlinePosition[ 46727, 1293] +CellTagsIndexPosition[ 46641, 1288] WindowTitle->AllAntiSurpluses WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b9cdcbf6-1497-459c-8a9f-fcea61a4d06a"], + "c42f434d-dae9-4ed6-ac09-722e8ac4ac27"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "01cb7641-cef0-4704-819b-a66dfc781b49"], + "913bb908-9d2f-41d6-b5f8-b4fcc91bca76"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e5ab481a-d182-4461-8b7e-efb4ec1ab3d9"] - }],ExpressionUUID->"ed542ceb-21b7-47d6-9ad7-e0dcae8d98de"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "057b2fd0-ca33-4815-a479-5b31a9941744"] + }],ExpressionUUID->"d8c8de98-6b2e-46d7-b7f1-a7b31577133f"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "41b97757-38d4-4e37-acb0-1d8b2841dc56"], + "6a01954d-b0e3-4b04-baa6-ba318abc0313"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "74ec3a12-83a1-439d-bfa7-d0fd65515819"] - }],ExpressionUUID->"f3e2d9a9-821e-49cd-9373-8180c690f745"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bd6a03b2-b80f-4374-a545-c141aeeb47b4"] + }],ExpressionUUID->"0966daf1-f4ab-432b-b958-887d963276a4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5b4ca727-cb41-49f3-960f-054fc3d9458e"], + "49261403-1084-4d9e-9369-77bcbc962072"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "13fc17b6-b0cb-4ee9-8fbf-55b6c74d642b"] - }],ExpressionUUID->"b6a152f8-7538-4b7a-bdef-c4ddaed6cbd9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "72c92677-0e5e-4e98-aff6-b0010ad1a8f1"] + }],ExpressionUUID->"3e29adf1-4fa7-42ed-8cad-136d2a9ce461"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b069e9d7-3fae-480f-b5eb-2888198b6a6e"], + "f1edd0af-798d-46b3-a4db-a86cfd3c3571"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c91e2d15-e8c5-4086-846c-491464d5b5e8"] - }],ExpressionUUID->"25a85b39-0d32-4785-b68d-e5aa818d2f17"], - StripOnInput->False], {"\<\"TUG/ref/AllAntiSurpluses\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AllAntiSurpluses"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1b5c28ab-698f-467a-a82f-b1321738b2e9"] + }],ExpressionUUID->"a8bfbb1e-7f71-4398-8ee8-32a92b98fbd2"], + StripOnInput->False],{ + "\"TUG/ref/AllAntiSurpluses\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AllAntiSurpluses"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AllAntiSurpluses.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$22484], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AllAntiSurpluses" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$22881], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AllAntiSurpluses" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "543d6467-642c-4354-be86-320142a05d7a"] + "548aafbd-dc1c-43a3-9c0d-664b4ee7c600"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8a1e8468-c742-49ba-ab2b-e0830da3ad0f"]} + "24175738-15d1-466c-9d1f-c64b7aef1379"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"434acc70-8997-43b3-aab3-241ce79840ef"], + CellID->1,ExpressionUUID->"37550ecb-e476-4a50-a5da-56e0fa98aed0"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"8468627c-6e96-4bf1-9101-8addcb71c869"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5fd4f1fb-b365-47cb-bd17-efe8e5319e6c"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AllAntiSurpluses", "ObjectName",ExpressionUUID-> - "c424bbd8-c0f1-4a72-85d6-b3fd095e7232"], + "fe398cdb-7544-4b1f-9e29-a755cd32b5d8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"57b99930-71ff-4379-8481-0752ec1ce1fe"], + "Spacer1"]],ExpressionUUID->"b7290b93-9113-4598-a7b5-adb8bb6dbefb"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "dbaa484b-4285-4d28-a1c7-9d993dc52cc5"] - }],ExpressionUUID->"dabb2186-9112-4c3a-b7e8-fc037630b250"], Cell[BoxData[ + "cec422e9-cc30-48eb-88e6-edfe7f120c56"] + }],ExpressionUUID->"08c5bfd1-ffd4-4c34-9bdb-02870926e805"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d91a1bab-9359-456f-be7f-688b4e847607"]} + "18c458da-8173-4f83-80d9-a19baf386f0a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b779ee12-a264-4267-9f42-ad6e73d47a13"], + CacheGraphics->False,ExpressionUUID->"55982f23-e0ae-4156-a835-2fb450b85921"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " for all possible pair of players." - }],ExpressionUUID->"aa3769db-4abb-4755-9fc4-33953a9e955f"]}, + }],ExpressionUUID->"6afefdb8-4a9f-479a-9136-beccd17fb11d"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AllAntiSurpluses", "[", @@ -252,7 +256,7 @@ pre-imputation ", "9648b031-6ae5-4a69-8d22-0444766bc341"], " \[LineSeparator]by option set the output can be formatted in matrix \ form." - }],ExpressionUUID->"dc51c93d-6b7c-4aef-953b-c8e8805860b6"]} + }],ExpressionUUID->"155cd564-585e-480a-9b71-199eb0b9568c"]} }]], "Usage", CellID->35246256,ExpressionUUID->"1bff85c7-b9c7-48fa-b40f-b0c199c3bd52"] }, Open ]], @@ -285,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7d102b64-d717-4025-bef3-e400e5284299"], + ExpressionUUID->"e9b32fce-a15f-40a5-98d4-f71d5a7489ee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cf6ceee5-1774-4cd2-928a-5b0775b48481"], + "Spacer1"]],ExpressionUUID->"2094dcd7-7f0b-4ec0-83df-6cc276431035"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b24fc95a-de36-4e56-b7b2-58e4adb658d6"], + }], "NotesFrameText",ExpressionUUID->"ae156f68-73b7-49fb-9b3b-9d0d3f26756c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8c8261ea-f649-48a6-b56d-9efe1f4ec3ed"]], \ + "Preemptive"]],ExpressionUUID->"07d6c853-40ef-4e32-a3de-f3749ad62f41"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->283440129,ExpressionUUID->"59c9f7b2-ba6d-4355-9ce7-dc7f0c17baa2"], + CellID->1552368851,ExpressionUUID->"4e10049b-e4d9-423e-a4df-4e1af33f54a8"], Cell[TextData[{ "The input expression ", @@ -363,7 +367,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dea0aee8-34b8-448f-b41e-a1ac35da375d"], + "ddf4126b-2fec-401e-9e3d-d39625c9f864"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -423,19 +427,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8d070168-ad59-4a25-965e-a6363399f009"], + ExpressionUUID->"c3b5a112-8b9c-4f32-a4ec-f3570cae55e2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2771ab5a-0352-4f60-abfa-ba48ef9839c5"], + "Spacer1"]],ExpressionUUID->"ebe377a5-0509-404d-a005-b8a9277db986"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a3046944-51a8-4798-b0ac-4266cd550a45"] + "458fbea3-1a3b-4026-a66f-6f6b950ff23f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->480893164,ExpressionUUID->"845ee2d6-8105-4f92-8938-e1a3aa0b0938"], + CellID->1824282173,ExpressionUUID->"e6384874-3174-405a-bc81-48983bb2d92f"], Cell[CellGroupData[{ @@ -464,18 +468,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d29150cc-fd51-432c-b1cd-237346e4a80d"], + ExpressionUUID->"3f75c440-a1aa-4d80-a265-d3e9a7efd909"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9a46d873-4914-46ea-9811-4d34492318a2"], + "Spacer1"]],ExpressionUUID->"34b8f2b0-d71b-4552-97f1-a7ad329f9913"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cd23a041-0c94-4f2a-9eb5-dad555d886bc"] + "e7ba69cf-aa6e-4550-8342-318dae3b75c0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->336089004,ExpressionUUID->"ac595cdd-4475-4570-99e7-8806bf40e2bd"], + CellID->1416197242,ExpressionUUID->"cd3ee41e-9b8c-4b2d-87e1-f26c23f1ee0d"], Cell["Loading the package:", "ExampleText", CellID->973926394,ExpressionUUID->"1f11a61f-d405-4f16-af5d-06ba7d3f6146"], @@ -937,8 +941,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1086,15 +1088,15 @@ Cell[BoxData[GridBox[{ "2eb8cc60-399c-4915-b7aa-986d0cc5c691"] }], "SeeAlso",ExpressionUUID->"a9b624af-069e-4655-9fd8-698b79de4b68"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"03f7e1fe-e3bd-413f-bbcc-\ -22e160346ad0"], + }]], "SeeAlsoSection",ExpressionUUID->"4c8b8bd0-3bb2-4d0b-879e-\ +58c8268579bc"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1106,9 +1108,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0c42b7a3-af2c-436a-93cf-cb5f760a8421"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"27eb43df-840f-41f3-a23a-\ -8b825cd201a9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7bc85fc2-4a7e-449e-b105-\ +0c8ec64712d0"], Cell[BoxData[GridBox[{ { @@ -1125,7 +1126,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e6704b7-531d-4455-8579-1176e1c21a33"]}]}, + "faeb0984-83b4-4341-b8e8-17245138fc4b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1133,10 +1134,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9031538b-fa48-4f00-999d-8509e11532e3"]}]} + "df79e4a3-5281-4887-a823-a90517948a97"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"415b22f0-9470-472d-8e98-\ -0ee794e32684"], + }]], "MoreAboutSection",ExpressionUUID->"6b2fec17-a74b-4400-949c-\ +cc8bbc12ddd5"], Cell[BoxData[GridBox[{ { @@ -1164,7 +1165,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fda058cf-da80-4d16-94f8-5a8bdab59a1c"]], "RelatedLinks", + "d8a89ed6-3427-4e81-a488-73990a928a3c"]], "RelatedLinks", ExpressionUUID->"143998c3-1f7c-4452-b064-3fd0b9bf1245"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1181,7 +1182,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6b1b97c5-b842-4973-847e-35793a730ae4"]], "RelatedLinks", + "967e0dd9-2b66-4187-b7f0-3f5a3146bdbe"]], "RelatedLinks", ExpressionUUID->"e5eaf6ea-85a6-4e7f-8386-fc16841e7a7a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1198,11 +1199,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "beefd252-9eb8-480c-bfe6-8cb72d009aaf"]], "RelatedLinks", + "3d2c8ece-c60e-4c60-b4ad-d12681cea723"]], "RelatedLinks", ExpressionUUID->"2c49be76-d20f-4923-855c-c6ce9c1f5542"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"414f0d49-9c0e-4b31-b13d-\ -30849c6ddb02"], + }]], "RelatedLinksSection",ExpressionUUID->"b1e53e04-7776-4fd3-affe-\ +892a253b9228"], Cell[CellGroupData[{ @@ -1232,11 +1233,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a73e5b78-01d5-4949-aa95-99749cf78097"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0a45803e-d183-448f-a7ce-3507e8d685a8"] +Cell[" ", "FooterCell",ExpressionUUID->"a9f43340-82ab-40b0-a3ea-4dd4d7b25791"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AllAntiSurpluses", TaggingRules->{ @@ -1247,7 +1248,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 20.115824}", + "built" -> "{2024, 6, 3, 16, 50, 59.739811}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1256,11 +1257,11 @@ TaggingRules->{ pre-imputation payoff for all possible pair of players. \ AllAntiSurpluses[game, payoff, options] by option set the output can be \ formatted in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AllAntiSurpluses", "titlemodifier" -> "", "windowtitle" -> - "AllAntiSurpluses", "type" -> "Symbol", "uri" -> + "AllAntiSurpluses", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AllAntiSurpluses", "type" -> "Symbol", "uri" -> "TUG/ref/AllAntiSurpluses"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1269,9 +1270,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"43668c07-56bb-4ced-bd1e-109419907d34" +ExpressionUUID->"2678cc1d-19c0-43c5-bd7b-aeb3cdf74e63" ] (* End of Notebook Content *) @@ -1279,145 +1280,143 @@ ExpressionUUID->"43668c07-56bb-4ced-bd1e-109419907d34" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15309, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"845ee2d6-8105-4f92-8938-e1a3aa0b0938", + Cell[15356, 404, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6384874-3174-405a-bc81-48983bb2d92f", CellTags->"PrimaryExamplesSection", - CellID->480893164]} + CellID->1824282173]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46407, 1280} + {"PrimaryExamplesSection", 46440, 1281} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7118, 168, 56, "AnchorBarGrid",ExpressionUUID->"434acc70-8997-43b3-aab3-241ce79840ef", +Cell[588, 21, 7164, 172, 57, "AnchorBarGrid",ExpressionUUID->"37550ecb-e476-4a50-a5da-56e0fa98aed0", CellID->1], -Cell[7709, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"8468627c-6e96-4bf1-9101-8addcb71c869"], +Cell[7755, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5fd4f1fb-b365-47cb-bd17-efe8e5319e6c"], Cell[CellGroupData[{ -Cell[7820, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"b779ee12-a264-4267-9f42-ad6e73d47a13"], -Cell[9113, 232, 1024, 24, 187, "Usage",ExpressionUUID->"1bff85c7-b9c7-48fa-b40f-b0c199c3bd52", +Cell[7866, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"55982f23-e0ae-4156-a835-2fb450b85921"], +Cell[9159, 236, 1024, 24, 186, "Usage",ExpressionUUID->"1bff85c7-b9c7-48fa-b40f-b0c199c3bd52", CellID->35246256] }, Open ]], Cell[CellGroupData[{ -Cell[10174, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"59c9f7b2-ba6d-4355-9ce7-dc7f0c17baa2", +Cell[10220, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"4e10049b-e4d9-423e-a4df-4e1af33f54a8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->283440129], -Cell[12071, 310, 782, 20, 57, "]]",ExpressionUUID->"3cddba25-35b6-4a9a-bd59-ea2359546c28", + CellID->1552368851], +Cell[12118, 314, 782, 20, 57, "]]",ExpressionUUID->"3cddba25-35b6-4a9a-bd59-ea2359546c28", CellID->313448337], -Cell[12856, 332, 489, 12, 37, "Notes",ExpressionUUID->"d719adc7-ee4c-4d32-8644-4d2d842017a0", +Cell[12903, 336, 489, 12, 38, "Notes",ExpressionUUID->"d719adc7-ee4c-4d32-8644-4d2d842017a0", CellID->177724765], -Cell[13348, 346, 176, 3, 36, "Notes",ExpressionUUID->"4f0f7440-d037-47fd-8e3b-2edf602a228a", +Cell[13395, 350, 176, 3, 36, "Notes",ExpressionUUID->"4f0f7440-d037-47fd-8e3b-2edf602a228a", CellID->717032199], -Cell[13527, 351, 197, 4, 36, "Notes",ExpressionUUID->"af8b0941-51e7-4e3e-bd11-76e35715f990", +Cell[13574, 355, 197, 4, 36, "Notes",ExpressionUUID->"af8b0941-51e7-4e3e-bd11-76e35715f990", CellID->48938594], -Cell[13727, 357, 267, 4, 49, "Notes",ExpressionUUID->"ea0ab5cf-3e0e-4433-bfc6-24495b198eda", +Cell[13774, 361, 267, 4, 48, "Notes",ExpressionUUID->"ea0ab5cf-3e0e-4433-bfc6-24495b198eda", CellID->13178], -Cell[13997, 363, 683, 15, 40, "3ColumnTableMod",ExpressionUUID->"17715f86-b9f6-433f-805b-1699d12bd8db", +Cell[14044, 367, 683, 15, 41, "3ColumnTableMod",ExpressionUUID->"17715f86-b9f6-433f-805b-1699d12bd8db", CellID->1374443190], -Cell[14683, 380, 499, 14, 37, "Notes",ExpressionUUID->"f6cf5b05-0d06-4111-b024-16134de4b511", +Cell[14730, 384, 499, 14, 38, "Notes",ExpressionUUID->"f6cf5b05-0d06-4111-b024-16134de4b511", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15309, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"845ee2d6-8105-4f92-8938-e1a3aa0b0938", +Cell[15356, 404, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6384874-3174-405a-bc81-48983bb2d92f", CellTags->"PrimaryExamplesSection", - CellID->480893164], + CellID->1824282173], Cell[CellGroupData[{ -Cell[16754, 441, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ac595cdd-4475-4570-99e7-8806bf40e2bd", - CellID->336089004], -Cell[18155, 479, 118, 1, 38, "ExampleText",ExpressionUUID->"1f11a61f-d405-4f16-af5d-06ba7d3f6146", +Cell[16802, 445, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cd3ee41e-9b8c-4b2d-87e1-f26c23f1ee0d", + CellID->1416197242], +Cell[18204, 483, 118, 1, 39, "ExampleText",ExpressionUUID->"1f11a61f-d405-4f16-af5d-06ba7d3f6146", CellID->973926394], Cell[CellGroupData[{ -Cell[18298, 484, 168, 3, 27, "Input",ExpressionUUID->"deb4566f-b7c5-4afb-9168-db0194900f60", +Cell[18347, 488, 168, 3, 27, "Input",ExpressionUUID->"deb4566f-b7c5-4afb-9168-db0194900f60", CellID->1597059527], Cell[CellGroupData[{ -Cell[18491, 491, 235, 4, 23, "Print",ExpressionUUID->"385feee3-f95f-48f5-81a6-b1c596c0d65b", +Cell[18540, 495, 235, 4, 23, "Print",ExpressionUUID->"385feee3-f95f-48f5-81a6-b1c596c0d65b", CellID->49933703], -Cell[18729, 497, 366, 8, 23, "Print",ExpressionUUID->"527861b3-6a25-4f42-b161-199235b6e892", +Cell[18778, 501, 366, 8, 23, "Print",ExpressionUUID->"527861b3-6a25-4f42-b161-199235b6e892", CellID->1470205974], -Cell[19098, 507, 236, 4, 23, "Print",ExpressionUUID->"3bc216be-9b88-4784-bc2a-cd08ede09833", +Cell[19147, 511, 236, 4, 23, "Print",ExpressionUUID->"3bc216be-9b88-4784-bc2a-cd08ede09833", CellID->303062068], -Cell[19337, 513, 220, 3, 70, "Print",ExpressionUUID->"fb0e9070-cf01-4572-b89e-1b52e953795d", +Cell[19386, 517, 220, 3, 70, "Print",ExpressionUUID->"fb0e9070-cf01-4572-b89e-1b52e953795d", CellID->230736869], -Cell[19560, 518, 208, 3, 70, "Print",ExpressionUUID->"fe5c9ccc-5427-4ad3-862c-b6c6389aa2cc", +Cell[19609, 522, 208, 3, 70, "Print",ExpressionUUID->"fe5c9ccc-5427-4ad3-862c-b6c6389aa2cc", CellID->1616692460], -Cell[19771, 523, 237, 4, 70, "Print",ExpressionUUID->"4a127621-41e1-43b7-a377-cff3ea0cbf71", +Cell[19820, 527, 237, 4, 70, "Print",ExpressionUUID->"4a127621-41e1-43b7-a377-cff3ea0cbf71", CellID->757207425], -Cell[20011, 529, 221, 3, 70, "Print",ExpressionUUID->"d3604c32-09d7-447a-b072-af5ad69f320d", +Cell[20060, 533, 221, 3, 70, "Print",ExpressionUUID->"d3604c32-09d7-447a-b072-af5ad69f320d", CellID->2030773887], -Cell[20235, 534, 237, 4, 70, "Print",ExpressionUUID->"0fe2ccf8-c65c-4503-922e-a2d375a7abe5", +Cell[20284, 538, 237, 4, 70, "Print",ExpressionUUID->"0fe2ccf8-c65c-4503-922e-a2d375a7abe5", CellID->1599964296], -Cell[20475, 540, 237, 4, 70, "Print",ExpressionUUID->"0f5c080d-4720-4d06-a07d-802f2a15a5fe", +Cell[20524, 544, 237, 4, 70, "Print",ExpressionUUID->"0f5c080d-4720-4d06-a07d-802f2a15a5fe", CellID->1015771786], -Cell[20715, 546, 208, 3, 70, "Print",ExpressionUUID->"b6b7ffe0-c03a-4b2b-8180-4b38dd0e93ea", +Cell[20764, 550, 208, 3, 70, "Print",ExpressionUUID->"b6b7ffe0-c03a-4b2b-8180-4b38dd0e93ea", CellID->1754653864], -Cell[20926, 551, 237, 4, 70, "Print",ExpressionUUID->"4a94b745-43af-46c6-a717-c3b62c2fcdd9", +Cell[20975, 555, 237, 4, 70, "Print",ExpressionUUID->"4a94b745-43af-46c6-a717-c3b62c2fcdd9", CellID->2040377604] }, Open ]] }, Open ]], -Cell[21190, 559, 137, 1, 70, "ExampleText",ExpressionUUID->"281ac354-cdb9-4b45-a269-13e328707d41", +Cell[21239, 563, 137, 1, 70, "ExampleText",ExpressionUUID->"281ac354-cdb9-4b45-a269-13e328707d41", CellID->1988613969], -Cell[21330, 562, 234, 6, 70, "Input",ExpressionUUID->"c8e625ed-997a-4ffd-8d94-2f6eabdfdbfe", +Cell[21379, 566, 234, 6, 70, "Input",ExpressionUUID->"c8e625ed-997a-4ffd-8d94-2f6eabdfdbfe", CellID->355270694], -Cell[21567, 570, 381, 9, 70, "Input",ExpressionUUID->"a6e313e4-c23f-4a09-9d80-3ddd64cc2b05", +Cell[21616, 574, 381, 9, 70, "Input",ExpressionUUID->"a6e313e4-c23f-4a09-9d80-3ddd64cc2b05", CellID->1354202103], -Cell[21951, 581, 237, 6, 70, "Input",ExpressionUUID->"ab727e7d-5e07-4a25-bfa5-c16d3930165a", +Cell[22000, 585, 237, 6, 70, "Input",ExpressionUUID->"ab727e7d-5e07-4a25-bfa5-c16d3930165a", CellID->140518599], -Cell[22191, 589, 191, 4, 70, "ExampleText",ExpressionUUID->"149427b4-a562-4f6f-9d57-479398fcba9c", +Cell[22240, 593, 191, 4, 70, "ExampleText",ExpressionUUID->"149427b4-a562-4f6f-9d57-479398fcba9c", CellID->2135060244], Cell[CellGroupData[{ -Cell[22407, 597, 174, 3, 70, "Input",ExpressionUUID->"c7f1c26f-f877-419f-8dc0-859a66472eb4", +Cell[22456, 601, 174, 3, 70, "Input",ExpressionUUID->"c7f1c26f-f877-419f-8dc0-859a66472eb4", CellID->1146590936], -Cell[22584, 602, 226, 5, 36, "Output",ExpressionUUID->"8894bffa-27f4-4cdc-b5f0-686cfd3e7b0d", +Cell[22633, 606, 226, 5, 36, "Output",ExpressionUUID->"8894bffa-27f4-4cdc-b5f0-686cfd3e7b0d", CellID->20285836] }, Open ]], -Cell[22825, 610, 136, 1, 70, "ExampleText",ExpressionUUID->"f72abea1-edbd-4489-9399-c3714a5071b8", +Cell[22874, 614, 136, 1, 70, "ExampleText",ExpressionUUID->"f72abea1-edbd-4489-9399-c3714a5071b8", CellID->848137650], Cell[CellGroupData[{ -Cell[22986, 615, 203, 4, 70, "Input",ExpressionUUID->"6d630274-8595-4b02-9a09-cfd0725ada34", +Cell[23035, 619, 203, 4, 70, "Input",ExpressionUUID->"6d630274-8595-4b02-9a09-cfd0725ada34", CellID->704608795], -Cell[23192, 621, 243, 6, 36, "Output",ExpressionUUID->"b80222d8-b213-46c0-8b32-c9d3d8f36eea", +Cell[23241, 625, 243, 6, 36, "Output",ExpressionUUID->"b80222d8-b213-46c0-8b32-c9d3d8f36eea", CellID->1737481460] }, Open ]], -Cell[23450, 630, 151, 1, 70, "ExampleText",ExpressionUUID->"f4f1f7a3-0e59-43a4-914e-409d5afe2328", +Cell[23499, 634, 151, 1, 70, "ExampleText",ExpressionUUID->"f4f1f7a3-0e59-43a4-914e-409d5afe2328", CellID->1445108912], Cell[CellGroupData[{ -Cell[23626, 635, 217, 5, 70, "Input",ExpressionUUID->"1cccf1f4-3213-491b-b094-4c40c10f4c30", +Cell[23675, 639, 217, 5, 70, "Input",ExpressionUUID->"1cccf1f4-3213-491b-b094-4c40c10f4c30", CellID->897076244], -Cell[23846, 642, 847, 30, 36, "Output",ExpressionUUID->"37948387-8232-4f0e-983a-9d39c4212af6", +Cell[23895, 646, 847, 30, 36, "Output",ExpressionUUID->"37948387-8232-4f0e-983a-9d39c4212af6", CellID->600112329] }, Open ]], -Cell[24708, 675, 179, 3, 70, "ExampleText",ExpressionUUID->"be604162-1c27-4a2f-abd2-3a7cd220a883", +Cell[24757, 679, 179, 3, 70, "ExampleText",ExpressionUUID->"be604162-1c27-4a2f-abd2-3a7cd220a883", CellID->1521165421], -Cell[24890, 680, 171, 3, 70, "ExampleText",ExpressionUUID->"850bba88-ff6d-4f92-bc52-743af348dd24", +Cell[24939, 684, 171, 3, 70, "ExampleText",ExpressionUUID->"850bba88-ff6d-4f92-bc52-743af348dd24", CellID->1760827555], Cell[CellGroupData[{ -Cell[25086, 687, 286, 7, 70, "Input",ExpressionUUID->"9cd05b81-8140-49a4-bf75-3a2500722186", +Cell[25135, 691, 286, 7, 70, "Input",ExpressionUUID->"9cd05b81-8140-49a4-bf75-3a2500722186", CellID->1757130406], -Cell[25375, 696, 8211, 234, 98, "Output",ExpressionUUID->"acfd9c9f-b38b-4ea7-9863-d6ab08af29ce", +Cell[25424, 700, 8211, 234, 94, "Output",ExpressionUUID->"acfd9c9f-b38b-4ea7-9863-d6ab08af29ce", CellID->1353003884] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33877, 943, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"4c8b8bd0-3bb2-4d0b-879e-58c8268579bc"], +Cell[39355, 1093, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7bc85fc2-4a7e-449e-b105-0c8ec64712d0"], +Cell[40028, 1113, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6b2fec17-a74b-4400-949c-cc8bbc12ddd5"], +Cell[41064, 1141, 2253, 64, 70, "RelatedLinksSection",ExpressionUUID->"b1e53e04-7776-4fd3-affe-892a253b9228"], Cell[CellGroupData[{ -Cell[33850, 941, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"03f7e1fe-e3bd-413f-bbcc-22e160346ad0"], -Cell[39328, 1091, 670, 18, 70, "TechNotesSection",ExpressionUUID->"27eb43df-840f-41f3-a23a-8b825cd201a9"] -}, Open ]], -Cell[40013, 1112, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"415b22f0-9470-472d-8e98-0ee794e32684"], -Cell[41049, 1140, 2253, 64, 70, "RelatedLinksSection",ExpressionUUID->"414f0d49-9c0e-4b31-b13d-30849c6ddb02"], -Cell[CellGroupData[{ -Cell[43327, 1208, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5699ebcf-8e9f-4eca-8877-d828e6259980", +Cell[43342, 1209, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5699ebcf-8e9f-4eca-8877-d828e6259980", CellID->906383680], -Cell[43467, 1211, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa953487-f79d-4ad0-9beb-60953e83a3fb", +Cell[43482, 1212, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa953487-f79d-4ad0-9beb-60953e83a3fb", CellID->1194386356], -Cell[43689, 1217, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2872ab5e-b298-4721-adf2-e89d280403b7", +Cell[43704, 1218, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2872ab5e-b298-4721-adf2-e89d280403b7", CellID->1641706272], -Cell[43904, 1222, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d79aa06e-9477-4c21-8bfe-38025c823ae8", +Cell[43919, 1223, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d79aa06e-9477-4c21-8bfe-38025c823ae8", CellID->399251956], -Cell[44133, 1228, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a73e5b78-01d5-4949-aa95-99749cf78097", +Cell[44148, 1229, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a73e5b78-01d5-4949-aa95-99749cf78097", CellID->821434655] }, Open ]], -Cell[44370, 1234, 78, 0, 70, "FooterCell",ExpressionUUID->"0a45803e-d183-448f-a7ce-3507e8d685a8"] +Cell[44385, 1235, 78, 0, 70, "FooterCell",ExpressionUUID->"a9f43340-82ab-40b0-a3ea-4dd4d7b25791"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AllCoalitions.nb b/Documentation/English/ReferencePages/Symbols/AllCoalitions.nb index d869c0b..ce4e7bc 100644 --- a/Documentation/English/ReferencePages/Symbols/AllCoalitions.nb +++ b/Documentation/English/ReferencePages/Symbols/AllCoalitions.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43769, 1168] -NotebookOptionsPosition[ 35254, 998] -NotebookOutlinePosition[ 37412, 1052] -CellTagsIndexPosition[ 37326, 1047] +NotebookDataLength[ 43785, 1169] +NotebookOptionsPosition[ 35279, 1000] +NotebookOutlinePosition[ 37459, 1055] +CellTagsIndexPosition[ 37373, 1050] WindowTitle->AllCoalitions WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fcccf71d-5cd0-4dbe-aaf5-a8985c8f89bd"], + "df001e75-d246-4c44-a93d-81e75d16dbdd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2f35a638-839c-4538-844e-b98811c10076"], + "56f070da-b1a7-4418-b427-246b224126ac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e9d0a786-475e-437b-92f3-a1b2399f84b8"] - }],ExpressionUUID->"1fcaea55-8f15-4d10-b63f-1154e325f8e7"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f73331a1-bdea-4e1e-8bc5-f353311c5586"] + }],ExpressionUUID->"1f1f2133-1288-4951-951c-05ab0bdbbcba"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a5b5c004-64a6-4da8-99d2-b7639764beb3"], + "13824327-7445-459d-92df-758682a2400c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "afebb0e2-ecc0-4c08-97c8-d1d95c417c66"] - }],ExpressionUUID->"1b79a8f1-cda1-4916-baca-507961653aef"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "048acf9b-73ee-41e6-ab6e-d640959d38db"] + }],ExpressionUUID->"d75d0b40-34c7-4127-8333-02d902ab42ea"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "43786f40-69f2-4183-8eba-9935450d1e0d"], + "79780dfd-f6a9-4705-912e-c8a7d64c47b8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3b9f1f99-9723-48ae-9b7e-26aa55178511"] - }],ExpressionUUID->"f7ffe318-6ae2-4e3a-86b4-0977b3b4bd10"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "972ad240-10e7-41d5-b5a4-53793b185ada"] + }],ExpressionUUID->"587b2ce7-b2b2-4073-8c94-ad9918519390"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0962f598-67e8-48ef-b1b1-9a2941eec227"], + "77c297ed-8036-4cca-9c9e-5ddbefbb079f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f77b0055-bd2c-44ab-8806-1fe2855e956d"] - }],ExpressionUUID->"46aed52e-7b75-4b2e-9c51-1e705778ec1a"], - StripOnInput->False], {"\<\"TUG/ref/AllCoalitions\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AllCoalitions"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AllCoalitions.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$23051], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AllCoalitions" <> ".html"], None}]}]}, + "54995e16-c48d-47eb-b3c3-81515b7e7ece"] + }],ExpressionUUID->"c2f43c82-34a7-49be-a80f-c07424cd19b5"], + StripOnInput->False],{ + "\"TUG/ref/AllCoalitions\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AllCoalitions"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +AllCoalitions.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$23481], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AllCoalitions" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "088563c5-c157-4423-abe1-a2cf84a95c51"] + "1724b140-abfd-48e2-895a-548129108b33"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9d66882f-442a-40bd-8b34-5b2e3ea7262d"]} + "b5455bfd-fe79-418f-b418-abaf4b490777"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4800eadd-5af1-4c98-8389-e2280e92defb"], + CellID->1,ExpressionUUID->"90d889fb-c2f2-4112-b70c-270c55246a04"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c900901b-08ae-47b8-820e-faeddd0f2df0"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"69ee4374-7f39-42e3-881a-5116880dc7da"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AllCoalitions", "ObjectName",ExpressionUUID-> - "7b1f8a42-b721-42d5-bc84-89fa28324cbf"], + "18df0fec-dc5d-4028-a263-785652280c94"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5cdf9501-5c40-435e-a65c-52bb3afa64f2"], + "Spacer1"]],ExpressionUUID->"02508bd2-8a0e-446d-8cd2-558646919fc0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "811f4d69-53f0-40b1-9173-25e9c6ef60ac"] - }],ExpressionUUID->"f8e5059a-91eb-41bd-979a-7ef58a24d592"], Cell[BoxData[ + "ef80226b-fb16-4ed5-9c57-f2f1f958cd87"] + }],ExpressionUUID->"4978d822-5c5e-41ab-a220-0635065d622b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ab66a155-dad7-4263-9a22-6a014ba690bb"]} + "fe09df98-9a6c-4b8a-86e4-6d099f45a9d7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a9712d64-922c-40a7-a921-e0bd06b6c1d9"], + CacheGraphics->False,ExpressionUUID->"bf43ffd9-6c79-4a26-96c2-ee2d16409dfa"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package function BestCoalitions to \ impose the evaluation of the complete set of most effective coalitions w.r.t \ an imputation. " - }],ExpressionUUID->"7a4ad2e0-df39-4f25-bf11-205d4c526257"]} + }],ExpressionUUID->"15e2c9db-c0ef-44bf-8afc-8dfeac18ebf6"]} }]], "Usage", CellID->1461698839,ExpressionUUID->"146a265c-8eb0-4cb8-8382-6879a4e84beb"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"750ab1c1-1ddd-47fa-99c0-fa0e4fe63d88"], + ExpressionUUID->"8d97cb1f-d828-484c-b6a3-31c9eba7145b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1fdd633e-84ba-4653-8006-c25bf3e2ac04"], + "Spacer1"]],ExpressionUUID->"413e842d-899e-40bf-8779-4f184515ca68"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2ebd69de-219a-415b-b8db-f2d6f7229f6e"], + }], "NotesFrameText",ExpressionUUID->"52c3236b-e1c6-4884-90a4-10a4d03631be"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3855f6d4-e0e8-4485-ac18-1d991da02c10"]], \ + "Preemptive"]],ExpressionUUID->"ade87e43-57e6-4d8b-af09-002af1db093f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->317742391,ExpressionUUID->"c35443d4-4f95-4527-99c9-e07565bac0a6"], + CellID->1497195514,ExpressionUUID->"9ce4e8a1-3e41-4950-a440-e2ec99b14796"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"99eb7e32-1d6f-4cb2-94e3-4d69f46e076d"], + ExpressionUUID->"95de9869-c484-4db8-ac40-1b0892961a58"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2256f73b-84da-4d87-a1b1-7fb345ec091c"], + "Spacer1"]],ExpressionUUID->"3c529fcf-dfba-43f5-b5c3-7e475a80d9c1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "be725521-50fd-463a-a988-25f2cbecdac1"] + "69877107-323f-4b97-bb93-020edaa31604"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1104665976,ExpressionUUID->"99ed1bab-cd9a-4004-abea-41a66947bede"], + CellID->1681677534,ExpressionUUID->"4fd10aaa-a8ac-4700-80c8-01f7b46ac9dc"], Cell[CellGroupData[{ @@ -383,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f698f693-6c19-41b5-9bbf-1bc9dbb7a85a"], + ExpressionUUID->"defdf5c4-21ac-40e4-b642-e7f340adc2e8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"70a8be3a-acf4-4089-887c-1c5f0224ec2d"], + "Spacer1"]],ExpressionUUID->"111b1128-c651-45c4-86b9-6c657db36e5c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8defebf7-01a4-4ed9-b9d0-a125de20aa70"] + "788761bb-8b4a-4b90-b493-47286e5b7f51"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->745653551,ExpressionUUID->"3697abfa-1a97-4f78-998f-088fdb86ff89"], + CellID->1658912128,ExpressionUUID->"4b5e4972-0d12-46e6-882a-9c2c70214693"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"f3ff9112-9fa3-4f60-acad-6353f10dde49"], @@ -734,8 +739,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -883,15 +886,15 @@ Cell[BoxData[GridBox[{ "35966e87-678a-4a55-beeb-380736e1aed5"] }], "SeeAlso",ExpressionUUID->"f1276711-3463-429e-866a-4ecbee797689"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"2a332858-d103-4efd-b690-\ -fb368d29db85"], + }]], "SeeAlsoSection",ExpressionUUID->"e20243f9-232d-439f-9f37-\ +a2c9de544813"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -903,9 +906,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2b1e0dad-bd9e-4f7f-9190-d8e3e67ec1d4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"66cfd8b6-737d-4152-ada9-\ -c94d417c9867"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"90a26cc4-163e-4524-a327-\ +bc31d351d595"], Cell[BoxData[GridBox[{ { @@ -922,7 +924,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8eefdd11-4c90-4478-91ec-21aae541e2d0"]}]}, + "3d5044e9-b948-4fea-8806-07faf26ce441"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -930,10 +932,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "072e7033-c7ff-419b-9ed9-32e11d0463dd"]}]} + "2ce20be2-edd5-4507-9894-cac4d5b6b4e8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c34e9bd5-5848-435a-a041-\ -b2518fdf39c1"], + }]], "MoreAboutSection",ExpressionUUID->"0ef94a2e-e0af-4356-a2bb-\ +c53e22372f85"], Cell[BoxData[GridBox[{ { @@ -960,11 +962,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitions"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "adf2c55a-0198-4076-b1fe-69dacc558420"]], "RelatedLinks", + "dad38311-f990-4bd8-8fc9-0a2467e6473d"]], "RelatedLinks", ExpressionUUID->"8315bba9-2f81-4683-9145-451d7f452697"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fb97c109-3e28-4f75-8723-\ -6427960be898"], + }]], "RelatedLinksSection",ExpressionUUID->"63fc024a-ad4d-4bc8-9cb3-\ +2aa9f31dbe86"], Cell[CellGroupData[{ @@ -994,11 +996,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a6f3752d-c126-41e8-ae0f-11af7d22c916"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f86aa9ca-a11e-4f34-ac77-dae6c1863bf5"] +Cell[" ", "FooterCell",ExpressionUUID->"06eb9163-e127-4203-a6ea-e9d360846ff9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AllCoalitions", TaggingRules->{ @@ -1009,7 +1011,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 21.623476}", + "built" -> "{2024, 6, 3, 16, 51, 0.508885}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1017,10 +1019,11 @@ TaggingRules->{ "AllCoalitions is an option of the package function BestCoalitions to \ impose the evaluation of the complete set of most effective coalitions w.r.t \ an imputation. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AllCoalitions", "titlemodifier" -> "", "windowtitle" -> "AllCoalitions", - "type" -> "Symbol", "uri" -> "TUG/ref/AllCoalitions"}}, + "AllCoalitions", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AllCoalitions", "type" -> "Symbol", "uri" -> + "TUG/ref/AllCoalitions"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1029,9 +1032,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"19329f1d-3d83-4b0d-9b38-8aa4a47a9c0c" +ExpressionUUID->"45180fdb-201f-4d03-a194-3e215057bd52" ] (* End of Notebook Content *) @@ -1039,137 +1042,135 @@ ExpressionUUID->"19329f1d-3d83-4b0d-9b38-8aa4a47a9c0c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12362, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"99ed1bab-cd9a-4004-abea-41a66947bede", + Cell[12420, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4fd10aaa-a8ac-4700-80c8-01f7b46ac9dc", CellTags->"PrimaryExamplesSection", - CellID->1104665976]} + CellID->1681677534]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37125, 1040} + {"PrimaryExamplesSection", 37172, 1043} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7127, 168, 56, "AnchorBarGrid",ExpressionUUID->"4800eadd-5af1-4c98-8389-e2280e92defb", +Cell[585, 21, 7184, 173, 57, "AnchorBarGrid",ExpressionUUID->"90d889fb-c2f2-4112-b70c-270c55246a04", CellID->1], -Cell[7715, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c900901b-08ae-47b8-820e-faeddd0f2df0"], +Cell[7772, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"69ee4374-7f39-42e3-881a-5116880dc7da"], Cell[CellGroupData[{ -Cell[7826, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"a9712d64-922c-40a7-a921-e0bd06b6c1d9"], -Cell[9116, 232, 531, 10, 132, "Usage",ExpressionUUID->"146a265c-8eb0-4cb8-8382-6879a4e84beb", +Cell[7883, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"bf43ffd9-6c79-4a26-96c2-ee2d16409dfa"], +Cell[9173, 237, 531, 10, 131, "Usage",ExpressionUUID->"146a265c-8eb0-4cb8-8382-6879a4e84beb", CellID->1461698839] }, Open ]], Cell[CellGroupData[{ -Cell[9684, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"c35443d4-4f95-4527-99c9-e07565bac0a6", +Cell[9741, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"9ce4e8a1-3e41-4950-a440-e2ec99b14796", CellGroupingRules->{"SectionGrouping", 50}, - CellID->317742391], -Cell[11581, 296, 489, 12, 37, "Notes",ExpressionUUID->"9c083d4d-50ca-445b-9595-556c042a0899", + CellID->1497195514], +Cell[11639, 301, 489, 12, 38, "Notes",ExpressionUUID->"9c083d4d-50ca-445b-9595-556c042a0899", CellID->177724765], -Cell[12073, 310, 162, 3, 36, "Notes",ExpressionUUID->"a4000d4f-efa0-48f7-85cb-fc53aae4f368", +Cell[12131, 315, 162, 3, 36, "Notes",ExpressionUUID->"a4000d4f-efa0-48f7-85cb-fc53aae4f368", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12362, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"99ed1bab-cd9a-4004-abea-41a66947bede", +Cell[12420, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4fd10aaa-a8ac-4700-80c8-01f7b46ac9dc", CellTags->"PrimaryExamplesSection", - CellID->1104665976], + CellID->1681677534], Cell[CellGroupData[{ -Cell[13808, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"3697abfa-1a97-4f78-998f-088fdb86ff89", - CellID->745653551], -Cell[15209, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"f3ff9112-9fa3-4f60-acad-6353f10dde49", +Cell[13866, 365, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4b5e4972-0d12-46e6-882a-9c2c70214693", + CellID->1658912128], +Cell[15268, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"f3ff9112-9fa3-4f60-acad-6353f10dde49", CellID->1849160940], Cell[CellGroupData[{ -Cell[15353, 403, 168, 3, 27, "Input",ExpressionUUID->"9dcb688c-5544-4c79-8b77-910dd392a45d", +Cell[15412, 408, 168, 3, 27, "Input",ExpressionUUID->"9dcb688c-5544-4c79-8b77-910dd392a45d", CellID->1331667294], Cell[CellGroupData[{ -Cell[15546, 410, 235, 4, 23, "Print",ExpressionUUID->"bd1febe4-fd1c-4ad3-badd-8be5564ca3c3", +Cell[15605, 415, 235, 4, 23, "Print",ExpressionUUID->"bd1febe4-fd1c-4ad3-badd-8be5564ca3c3", CellID->299257601], -Cell[15784, 416, 364, 8, 23, "Print",ExpressionUUID->"729a3316-8428-4332-8530-f13ccdbae3ad", +Cell[15843, 421, 364, 8, 23, "Print",ExpressionUUID->"729a3316-8428-4332-8530-f13ccdbae3ad", CellID->508773185], -Cell[16151, 426, 236, 4, 23, "Print",ExpressionUUID->"e49859fa-9d2f-492f-852e-1245fdcace85", +Cell[16210, 431, 236, 4, 23, "Print",ExpressionUUID->"e49859fa-9d2f-492f-852e-1245fdcace85", CellID->1863123980], -Cell[16390, 432, 219, 3, 23, "Print",ExpressionUUID->"c9e0db04-d676-4bf9-94c0-bd33c8f0d704", +Cell[16449, 437, 219, 3, 23, "Print",ExpressionUUID->"c9e0db04-d676-4bf9-94c0-bd33c8f0d704", CellID->786810113], -Cell[16612, 437, 207, 3, 23, "Print",ExpressionUUID->"948606e0-5fd9-4c75-8042-0d81c850b5f1", +Cell[16671, 442, 207, 3, 23, "Print",ExpressionUUID->"948606e0-5fd9-4c75-8042-0d81c850b5f1", CellID->1894821620], -Cell[16822, 442, 236, 4, 23, "Print",ExpressionUUID->"a5fb867c-a3f7-44f6-b474-a725fa5985ae", +Cell[16881, 447, 236, 4, 23, "Print",ExpressionUUID->"a5fb867c-a3f7-44f6-b474-a725fa5985ae", CellID->779262745], -Cell[17061, 448, 219, 3, 23, "Print",ExpressionUUID->"2624cb97-c89c-4daf-bfa5-fcc7846a64ba", +Cell[17120, 453, 219, 3, 23, "Print",ExpressionUUID->"2624cb97-c89c-4daf-bfa5-fcc7846a64ba", CellID->976772822], -Cell[17283, 453, 234, 4, 23, "Print",ExpressionUUID->"08976203-f369-4784-8bb7-f80226639fdc", +Cell[17342, 458, 234, 4, 23, "Print",ExpressionUUID->"08976203-f369-4784-8bb7-f80226639fdc", CellID->37599534], -Cell[17520, 459, 235, 4, 23, "Print",ExpressionUUID->"184167a8-0ad5-4f2f-a56b-209035c0c37a", +Cell[17579, 464, 235, 4, 23, "Print",ExpressionUUID->"184167a8-0ad5-4f2f-a56b-209035c0c37a", CellID->262295213], -Cell[17758, 465, 206, 3, 23, "Print",ExpressionUUID->"f56827c4-2483-4d4e-b0ae-3b123b17f19d", +Cell[17817, 470, 206, 3, 23, "Print",ExpressionUUID->"f56827c4-2483-4d4e-b0ae-3b123b17f19d", CellID->880463067], -Cell[17967, 470, 236, 4, 23, "Print",ExpressionUUID->"3edda824-a1d2-406e-b230-58057a1f69eb", +Cell[18026, 475, 236, 4, 23, "Print",ExpressionUUID->"3edda824-a1d2-406e-b230-58057a1f69eb", CellID->1302181878] }, Open ]] }, Open ]], -Cell[18230, 478, 141, 1, 38, "ExampleText",ExpressionUUID->"96446453-0594-4c09-b568-74b92b752825", +Cell[18289, 483, 141, 1, 39, "ExampleText",ExpressionUUID->"96446453-0594-4c09-b568-74b92b752825", CellID->768347684], -Cell[18374, 481, 234, 6, 27, "Input",ExpressionUUID->"ce8d6505-672e-4fe6-a7bc-ead96ae43790", +Cell[18433, 486, 234, 6, 27, "Input",ExpressionUUID->"ce8d6505-672e-4fe6-a7bc-ead96ae43790", CellID->522990392], -Cell[18611, 489, 381, 9, 70, "Input",ExpressionUUID->"79171186-13c4-48c3-8af6-c7bacda5d247", +Cell[18670, 494, 381, 9, 27, "Input",ExpressionUUID->"79171186-13c4-48c3-8af6-c7bacda5d247", CellID->1156709777], -Cell[18995, 500, 238, 6, 70, "Input",ExpressionUUID->"192268d2-4860-4cb4-9eac-03ed1f9afad5", +Cell[19054, 505, 238, 6, 70, "Input",ExpressionUUID->"192268d2-4860-4cb4-9eac-03ed1f9afad5", CellID->1666299995], -Cell[19236, 508, 138, 1, 70, "ExampleText",ExpressionUUID->"4fc6b6dc-a31a-480b-9b83-d0a8adcc503d", +Cell[19295, 513, 138, 1, 70, "ExampleText",ExpressionUUID->"4fc6b6dc-a31a-480b-9b83-d0a8adcc503d", CellID->162005314], Cell[CellGroupData[{ -Cell[19399, 513, 190, 4, 70, "Input",ExpressionUUID->"9e94c3e7-85f2-4f8a-acbb-64cdab84ed0e", +Cell[19458, 518, 190, 4, 70, "Input",ExpressionUUID->"9e94c3e7-85f2-4f8a-acbb-64cdab84ed0e", CellID->908958174], -Cell[19592, 519, 270, 7, 51, "Output",ExpressionUUID->"6637c293-643f-4857-8587-fe21cf710c42", +Cell[19651, 524, 270, 7, 50, "Output",ExpressionUUID->"6637c293-643f-4857-8587-fe21cf710c42", CellID->1121848893] }, Open ]], -Cell[19877, 529, 227, 4, 70, "ExampleText",ExpressionUUID->"0f93d8fb-3a64-4de6-a866-2b7814bc017e", +Cell[19936, 534, 227, 4, 70, "ExampleText",ExpressionUUID->"0f93d8fb-3a64-4de6-a866-2b7814bc017e", CellID->2146770070], Cell[CellGroupData[{ -Cell[20129, 537, 326, 8, 70, "Input",ExpressionUUID->"5e470294-e356-47e6-a26d-fa2c84aadec4", +Cell[20188, 542, 326, 8, 70, "Input",ExpressionUUID->"5e470294-e356-47e6-a26d-fa2c84aadec4", CellID->1500636624], -Cell[20458, 547, 1408, 47, 54, "Output",ExpressionUUID->"056e3154-17ed-4927-bb04-e357760fb887", +Cell[20517, 552, 1408, 47, 53, "Output",ExpressionUUID->"056e3154-17ed-4927-bb04-e357760fb887", CellID->476099042] }, Open ]], Cell[CellGroupData[{ -Cell[21903, 599, 130, 2, 70, "Input",ExpressionUUID->"b5d706c0-bf8f-4a7b-ae21-75f03737e176", +Cell[21962, 604, 130, 2, 70, "Input",ExpressionUUID->"b5d706c0-bf8f-4a7b-ae21-75f03737e176", CellID->1741273324], -Cell[22036, 603, 714, 24, 36, "Output",ExpressionUUID->"252a98a8-8f0b-4744-a941-0cc78f3de5ef", +Cell[22095, 608, 714, 24, 36, "Output",ExpressionUUID->"252a98a8-8f0b-4744-a941-0cc78f3de5ef", CellID->755443654] }, Open ]], Cell[CellGroupData[{ -Cell[22787, 632, 128, 2, 70, "Input",ExpressionUUID->"b47a50ca-9df5-45f7-823f-5530d63686f4", +Cell[22846, 637, 128, 2, 70, "Input",ExpressionUUID->"b47a50ca-9df5-45f7-823f-5530d63686f4", CellID->63519536], -Cell[22918, 636, 662, 22, 36, "Output",ExpressionUUID->"eeea1a5f-6456-4e67-9015-d81f704b64df", +Cell[22977, 641, 662, 22, 36, "Output",ExpressionUUID->"eeea1a5f-6456-4e67-9015-d81f704b64df", CellID->1620645282] }, Open ]], -Cell[23595, 661, 230, 4, 70, "ExampleText",ExpressionUUID->"b68b7e6d-c9a8-4da4-bcfc-4c68d698055f", +Cell[23654, 666, 230, 4, 70, "ExampleText",ExpressionUUID->"b68b7e6d-c9a8-4da4-bcfc-4c68d698055f", CellID->1649334848], Cell[CellGroupData[{ -Cell[23850, 669, 391, 9, 70, "Input",ExpressionUUID->"63f995ab-e7ce-401e-b3bc-3f993247df95", +Cell[23909, 674, 391, 9, 70, "Input",ExpressionUUID->"63f995ab-e7ce-401e-b3bc-3f993247df95", CellID->1482093166], -Cell[24244, 680, 1409, 47, 54, "Output",ExpressionUUID->"7dfb7fa1-2356-4ddc-a63e-61be6a7e18a7", +Cell[24303, 685, 1409, 47, 53, "Output",ExpressionUUID->"7dfb7fa1-2356-4ddc-a63e-61be6a7e18a7", CellID->1058274219] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25954, 741, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"e20243f9-232d-439f-9f37-a2c9de544813"], +Cell[31454, 891, 670, 18, 70, "TechNotesSection",ExpressionUUID->"90a26cc4-163e-4524-a327-bc31d351d595"], +Cell[32127, 911, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0ef94a2e-e0af-4356-a2bb-c53e22372f85"], +Cell[33163, 939, 965, 29, 70, "RelatedLinksSection",ExpressionUUID->"63fc024a-ad4d-4bc8-9cb3-2aa9f31dbe86"], Cell[CellGroupData[{ -Cell[25917, 738, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"2a332858-d103-4efd-b690-fb368d29db85"], -Cell[31417, 888, 670, 18, 70, "TechNotesSection",ExpressionUUID->"66cfd8b6-737d-4152-ada9-c94d417c9867"] -}, Open ]], -Cell[32102, 909, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c34e9bd5-5848-435a-a041-b2518fdf39c1"], -Cell[33138, 937, 965, 29, 70, "RelatedLinksSection",ExpressionUUID->"fb97c109-3e28-4f75-8723-6427960be898"], -Cell[CellGroupData[{ -Cell[34128, 970, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2fe09979-e8f6-46d7-9fd9-4458fb7efea7", +Cell[34153, 972, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2fe09979-e8f6-46d7-9fd9-4458fb7efea7", CellID->1463358955], -Cell[34269, 973, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0561fe07-26ea-4439-8f47-89bec3f02975", +Cell[34294, 975, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0561fe07-26ea-4439-8f47-89bec3f02975", CellID->1194386356], -Cell[34491, 979, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fcf47be4-41fe-4a3d-8280-c4ff048f01eb", +Cell[34516, 981, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fcf47be4-41fe-4a3d-8280-c4ff048f01eb", CellID->1641706272], -Cell[34706, 984, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3eada387-bf04-4ff1-ac09-f35e9c420a3b", +Cell[34731, 986, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3eada387-bf04-4ff1-ac09-f35e9c420a3b", CellID->399251956], -Cell[34935, 990, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a6f3752d-c126-41e8-ae0f-11af7d22c916", +Cell[34960, 992, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a6f3752d-c126-41e8-ae0f-11af7d22c916", CellID->821434655] }, Open ]], -Cell[35172, 996, 78, 0, 70, "FooterCell",ExpressionUUID->"f86aa9ca-a11e-4f34-ac77-dae6c1863bf5"] +Cell[35197, 998, 78, 0, 70, "FooterCell",ExpressionUUID->"06eb9163-e127-4203-a6ea-e9d360846ff9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AllConstraints.nb b/Documentation/English/ReferencePages/Symbols/AllConstraints.nb index 7577b15..cf18a0d 100644 --- a/Documentation/English/ReferencePages/Symbols/AllConstraints.nb +++ b/Documentation/English/ReferencePages/Symbols/AllConstraints.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54995, 1423] -NotebookOptionsPosition[ 47175, 1269] -NotebookOutlinePosition[ 49312, 1323] -CellTagsIndexPosition[ 49226, 1318] +NotebookDataLength[ 54983, 1423] +NotebookOptionsPosition[ 47181, 1270] +NotebookOutlinePosition[ 49339, 1325] +CellTagsIndexPosition[ 49253, 1320] WindowTitle->AllConstraints WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d27ff947-36c1-4b9c-ad2f-0d1d1cf72723"], + "27c3df4a-cfa4-4f47-9ce3-d5ef497ec527"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "39c628bf-73db-4403-aebb-2f83b3b0cf2a"], + "e74ba043-34a4-4d47-8dd9-c6fd84f28ab0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dc3070cd-7449-4aa2-9406-75228c60a63c"] - }],ExpressionUUID->"eab12f46-5241-42ba-9aaf-e6aac03e98d4"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "81707b03-539d-4ec3-9d0f-dd7aec521a25"] + }],ExpressionUUID->"694c0ffa-bf60-4794-8dab-0c023f0e66c5"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8d5a7a35-b147-4026-a7fa-207438efabd1"], + "9e0a494f-3aa0-4d50-8625-aa34b2b8ebd3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94bf3d62-5afb-482c-9abb-aa11f6c2bd6a"] - }],ExpressionUUID->"b8bc11e4-2f92-4493-b79c-ae60f60bec4b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b2c8a96b-a1fa-413c-96ce-70a947ac0125"] + }],ExpressionUUID->"34cbcbb2-4287-436f-9035-2429114ba491"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5cce00e8-2c59-4d57-90a5-5ff4f94427d3"], + "0f5979a8-857e-4dff-9229-127035ede808"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "128c7d86-139e-439b-bdaf-cd65f24d1e46"] - }],ExpressionUUID->"7c1f4642-65c9-463d-b484-5e5128ddb89c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e205192c-9a7b-484d-ae76-b0f6275bd179"] + }],ExpressionUUID->"a84d3800-f24d-4268-b202-4f49bfd53341"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "08fed43d-8776-46b9-a526-096c571a1cd5"], + "132ec7a6-afb7-4256-8da4-3288b2550a6e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e288c436-6e9a-403f-bdfc-37c8aa2fe750"] - }],ExpressionUUID->"4ce40dd2-e10c-44df-b5c8-5b4e7a62081f"], - StripOnInput->False], {"\<\"TUG/ref/AllConstraints\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AllConstraints"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4afffe6c-a0c5-4f24-ac8e-eeff7099868f"] + }],ExpressionUUID->"b93bc258-baf3-4de9-b190-5241b62caed9"], + StripOnInput->False],{ + "\"TUG/ref/AllConstraints\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AllConstraints"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AllConstraints.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$23612], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AllConstraints" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$24076], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AllConstraints" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b3cc9a3c-360e-4d46-9973-e097cadc8cdb"] + "91550ca4-b4d7-4374-96a5-debe797945eb"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "77381e96-e27c-4efa-ba23-87c3ae043033"]} + "ac6f20eb-c328-4199-8fc0-9374a0b65e7c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6af7530f-6741-47a9-9f93-a5a19faab001"], + CellID->1,ExpressionUUID->"19ac6de6-c25e-4a86-8dcc-0ed516241b58"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"456c746f-575b-42c7-8ccb-c53227acb60a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0f6e10cf-96bb-4cc9-b86d-a43aa890037c"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AllConstraints", "ObjectName",ExpressionUUID-> - "e98aa9d1-e2fb-43a1-bb4a-64759add8489"], + "4ed03c90-3044-4f35-8bf8-dbdd99ca8567"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"46fd3673-9e4c-4b53-91ae-ced7687fa30f"], + "Spacer1"]],ExpressionUUID->"9914499b-7e26-452c-b4d4-0a4c40a1654e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1b9375ed-39be-48b7-822f-147ac3a3e1ee"] - }],ExpressionUUID->"5c02d226-5183-4795-9e51-012f41c01c30"], Cell[BoxData[ + "a49ba32e-02f6-4cf1-b933-9d2d2a472b3a"] + }],ExpressionUUID->"ce31a091-4a1c-485b-8de1-620f1dfde6b0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "06e18292-f4ef-4ae3-81ef-545c1b978f94"]} + "969e1e5b-25b0-40ff-b546-5818ddfef44c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1817da8b-a85f-48bf-b1bf-ea60da0b807e"], + CacheGraphics->False,ExpressionUUID->"645bf5bd-d7c2-4d4a-a2b5-d618c595f6c3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "e2062563-cef9-4df2-b7b1-7a8cb48a4a0c"], " \[LineSeparator]computes the set of constraints and variables which \ are needed to calculate a kernel point of a game from an LP." - }],ExpressionUUID->"f01d7d19-6b4f-47fe-b0b0-e8805f5bf932"]} + }],ExpressionUUID->"723c6692-4cb7-4bd4-8da1-a9fa3b9f4473"]} }]], "Usage", CellID->177939130,ExpressionUUID->"5d676c7c-6949-4cff-ab91-c1339bad9518"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fbd7dfd4-9f1b-44b2-ab96-3af0ef12a8c5"], + ExpressionUUID->"900e40ce-37f2-4510-a197-77a4417bf50a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"48407aa8-53cb-4a1c-b927-439b89ddddd7"], + "Spacer1"]],ExpressionUUID->"502fc42a-6c42-4e49-b8d5-0ca14eb3d84b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d013145e-2879-4893-84a7-0414836d6633"], + }], "NotesFrameText",ExpressionUUID->"3371c3e8-de49-4de1-94ac-db985c393d44"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0cab9b15-b707-4269-9f89-45d4949f1852"]], \ + "Preemptive"]],ExpressionUUID->"043ab057-680b-4cb3-a5f3-83d08456b965"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1000046808,ExpressionUUID->"9b19d63c-cb92-4289-8dc6-61fb51b605c7"], + CellID->8724095,ExpressionUUID->"53e4381e-f62b-480a-a8ee-d4c569c2d5cb"], Cell[TextData[{ "The input expression ", @@ -366,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"11642777-4dfb-4774-a08d-7aeeae40fcc5"], + ExpressionUUID->"5e73388a-e0c6-4c3c-9909-b471acd758a0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"135f53ec-0b68-4590-98fe-b70277fde57a"], + "Spacer1"]],ExpressionUUID->"1864f725-22ce-476f-95bd-aa1eecb6e8b3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e4f94e8f-767a-46c9-9361-b4bc4f36a001"] + "fe7b63bd-80f7-4fb7-b654-4fd822ae9073"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1729658510,ExpressionUUID->"cfc70010-a928-4d5b-8446-54f94ddbfc9b"], + CellID->333492950,ExpressionUUID->"fd55a08a-a4a9-4bd2-bbe9-ddff5d6d6ea9"], Cell[CellGroupData[{ @@ -407,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"167b13be-d5f0-4cdf-9632-54c759048eb9"], + ExpressionUUID->"9981d133-21b5-49c8-9705-7d197ddcff03"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"34990622-66d6-4cc3-a796-736476b953a2"], + "Spacer1"]],ExpressionUUID->"a5314133-13ca-4597-be71-65c39c3eefe6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3d96972d-5c01-488a-b56f-ca5d45fa2282"] + "f6cc8381-f9ec-42cc-ba17-57030cb5ddf7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1932833236,ExpressionUUID->"994bb986-3f82-4d05-adc3-24c782a59193"], + CellID->25356437,ExpressionUUID->"9ad8cafc-a0b2-4016-888e-aecc39d795f4"], Cell["Loading the package:", "ExampleText", CellID->876229069,ExpressionUUID->"a9fe2b21-c19a-426c-8bd1-d4ae56873c01"], @@ -971,8 +975,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1120,15 +1122,15 @@ Cell[BoxData[GridBox[{ "0164fb46-8e30-474b-8ea8-323064ce99b3"] }], "SeeAlso",ExpressionUUID->"0b1a1e28-7f3a-480a-8d2b-dbd048208336"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c9422899-0530-4f11-b80f-\ -6380bb10309d"], + }]], "SeeAlsoSection",ExpressionUUID->"a6508f56-b137-41bd-9e24-\ +dee162393180"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1140,9 +1142,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0c37424a-cc79-462f-8fe4-f355e873570f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"77716c9e-8dd1-4211-a867-\ -40e749432c0b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"08b2dee6-0983-4c0a-b128-\ +6b31c13e1ad5"], Cell[BoxData[GridBox[{ { @@ -1159,7 +1160,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6f244e6b-7b45-4a58-8d34-7a1e13d7cf47"]}]}, + "a58da11d-02dd-491a-997b-6cf4d98247ce"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1167,10 +1168,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c8b7685a-d19c-460a-aa40-669e416fc59b"]}]} + "aa5a781a-769f-4507-ab63-93d8b1a0ff3f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"60edfdc0-c837-4409-a6bb-\ -d53163c8ce0a"], + }]], "MoreAboutSection",ExpressionUUID->"a2d0c441-9134-4d76-8961-\ +dde1d415f93c"], Cell[BoxData[GridBox[{ { @@ -1197,7 +1198,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7b58cb7a-3ade-434d-a7e5-7674243c40e9"]], "RelatedLinks", + "f623450d-e185-4308-b097-b40b5b9a4cf7"]], "RelatedLinks", ExpressionUUID->"b28a5a6c-27d6-4fd0-9f78-baac158eb01c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1214,7 +1215,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f5907411-a95a-434b-a30b-d3c5a422a107"]], "RelatedLinks", + "62e318f5-0b54-4a6e-88bd-9f4b8e4cb958"]], "RelatedLinks", ExpressionUUID->"ecf0844e-2382-4acf-b4df-6792f5e3966f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1231,11 +1232,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "07a5414e-ebc8-42a7-8230-546dbfe54911"]], "RelatedLinks", + "cd9d72f3-2c81-4c26-83c8-147aaef668a8"]], "RelatedLinks", ExpressionUUID->"ec8cccf6-076e-42af-9981-14d877736dc0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"da6a11d3-0231-4d3e-9d72-\ -c954a0105c78"], + }]], "RelatedLinksSection",ExpressionUUID->"65650ac7-48c3-4406-a16c-\ +32e8ddd6eec7"], Cell[CellGroupData[{ @@ -1265,11 +1266,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8ac20f01-ac31-4a61-9e46-d75d64815b45"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"243e3659-da89-4505-81ff-9f1a70a4d147"] +Cell[" ", "FooterCell",ExpressionUUID->"47677815-b764-48d4-8ee4-0b244c687225"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AllConstraints", TaggingRules->{ @@ -1280,7 +1281,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 23.104863}", + "built" -> "{2024, 6, 3, 16, 51, 1.287279}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1288,10 +1289,11 @@ TaggingRules->{ "AllConstraints[game] computes the set of constraints and variables which \ are needed to calculate a kernel point of a game from an LP.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AllConstraints", - "titlemodifier" -> "", "windowtitle" -> "AllConstraints", "type" -> - "Symbol", "uri" -> "TUG/ref/AllConstraints"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "AllConstraints", "type" -> "Symbol", "uri" -> + "TUG/ref/AllConstraints"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1300,9 +1302,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9d28ab57-9b04-4a90-8472-60bd31b20313" +ExpressionUUID->"dc2f4e6e-4a13-4fc6-98a1-87a50dd23fac" ] (* End of Notebook Content *) @@ -1310,121 +1312,119 @@ ExpressionUUID->"9d28ab57-9b04-4a90-8472-60bd31b20313" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13286, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cfc70010-a928-4d5b-8446-54f94ddbfc9b", + Cell[13329, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fd55a08a-a4a9-4bd2-bbe9-ddff5d6d6ea9", CellTags->"PrimaryExamplesSection", - CellID->1729658510]} + CellID->333492950]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 49025, 1311} + {"PrimaryExamplesSection", 49053, 1313} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7112, 168, 56, "AnchorBarGrid",ExpressionUUID->"6af7530f-6741-47a9-9f93-a5a19faab001", +Cell[586, 21, 7158, 172, 57, "AnchorBarGrid",ExpressionUUID->"19ac6de6-c25e-4a86-8dcc-0ed516241b58", CellID->1], -Cell[7701, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"456c746f-575b-42c7-8ccb-c53227acb60a"], +Cell[7747, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0f6e10cf-96bb-4cc9-b86d-a43aa890037c"], Cell[CellGroupData[{ -Cell[7812, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"1817da8b-a85f-48bf-b1bf-ea60da0b807e"], -Cell[9103, 232, 529, 10, 111, "Usage",ExpressionUUID->"5d676c7c-6949-4cff-ab91-c1339bad9518", +Cell[7858, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"645bf5bd-d7c2-4d4a-a2b5-d618c595f6c3"], +Cell[9149, 236, 529, 10, 111, "Usage",ExpressionUUID->"5d676c7c-6949-4cff-ab91-c1339bad9518", CellID->177939130] }, Open ]], Cell[CellGroupData[{ -Cell[9669, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"9b19d63c-cb92-4289-8dc6-61fb51b605c7", +Cell[9715, 251, 1892, 47, 37, "NotesSection",ExpressionUUID->"53e4381e-f62b-480a-a8ee-d4c569c2d5cb", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1000046808], -Cell[11567, 296, 663, 17, 49, "Notes",ExpressionUUID->"6e59017c-a480-4a7b-a5ac-ee2cd5ed2e90", + CellID->8724095], +Cell[11610, 300, 663, 17, 48, "Notes",ExpressionUUID->"6e59017c-a480-4a7b-a5ac-ee2cd5ed2e90", CellID->26053], -Cell[12233, 315, 489, 12, 37, "Notes",ExpressionUUID->"55104c53-ea90-408a-85b8-a74e515373b8", +Cell[12276, 319, 489, 12, 38, "Notes",ExpressionUUID->"55104c53-ea90-408a-85b8-a74e515373b8", CellID->177724765], -Cell[12725, 329, 285, 5, 57, "Notes",ExpressionUUID->"a470ede5-4da9-4e25-9a58-19d2af805a23", +Cell[12768, 333, 285, 5, 57, "Notes",ExpressionUUID->"a470ede5-4da9-4e25-9a58-19d2af805a23", CellID->1102037400], -Cell[13013, 336, 146, 1, 36, "Notes",ExpressionUUID->"dbd7865b-ce65-43c4-bd95-253006bb8083", +Cell[13056, 340, 146, 1, 36, "Notes",ExpressionUUID->"dbd7865b-ce65-43c4-bd95-253006bb8083", CellID->1492815334] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13286, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cfc70010-a928-4d5b-8446-54f94ddbfc9b", +Cell[13329, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fd55a08a-a4a9-4bd2-bbe9-ddff5d6d6ea9", CellTags->"PrimaryExamplesSection", - CellID->1729658510], + CellID->333492950], Cell[CellGroupData[{ -Cell[14732, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"994bb986-3f82-4d05-adc3-24c782a59193", - CellID->1932833236], -Cell[16134, 422, 118, 1, 38, "ExampleText",ExpressionUUID->"a9fe2b21-c19a-426c-8bd1-d4ae56873c01", +Cell[14774, 388, 1397, 36, 30, "ExampleSection",ExpressionUUID->"9ad8cafc-a0b2-4016-888e-aecc39d795f4", + CellID->25356437], +Cell[16174, 426, 118, 1, 39, "ExampleText",ExpressionUUID->"a9fe2b21-c19a-426c-8bd1-d4ae56873c01", CellID->876229069], Cell[CellGroupData[{ -Cell[16277, 427, 168, 3, 27, "Input",ExpressionUUID->"221b56b2-8ab6-45a7-9f87-f3a1b6378e64", +Cell[16317, 431, 168, 3, 27, "Input",ExpressionUUID->"221b56b2-8ab6-45a7-9f87-f3a1b6378e64", CellID->1234784460], Cell[CellGroupData[{ -Cell[16470, 434, 236, 4, 23, "Print",ExpressionUUID->"370b4146-55f1-4586-98e6-1ca8147c0a69", +Cell[16510, 438, 236, 4, 23, "Print",ExpressionUUID->"370b4146-55f1-4586-98e6-1ca8147c0a69", CellID->274661704], -Cell[16709, 440, 365, 8, 23, "Print",ExpressionUUID->"75baf9ca-9613-457d-9d24-f092cf9e3810", +Cell[16749, 444, 365, 8, 23, "Print",ExpressionUUID->"75baf9ca-9613-457d-9d24-f092cf9e3810", CellID->160110391], -Cell[17077, 450, 237, 4, 23, "Print",ExpressionUUID->"1fdb02b8-0639-4056-aa01-4c0da5c95349", +Cell[17117, 454, 237, 4, 23, "Print",ExpressionUUID->"1fdb02b8-0639-4056-aa01-4c0da5c95349", CellID->1754148897], -Cell[17317, 456, 220, 3, 23, "Print",ExpressionUUID->"77532288-f3ed-4e0f-87e2-d15e191acbe8", +Cell[17357, 460, 220, 3, 23, "Print",ExpressionUUID->"77532288-f3ed-4e0f-87e2-d15e191acbe8", CellID->204799725], -Cell[17540, 461, 208, 3, 23, "Print",ExpressionUUID->"4ed3693e-2bfb-4a82-a5b7-ad4154e7b640", +Cell[17580, 465, 208, 3, 23, "Print",ExpressionUUID->"4ed3693e-2bfb-4a82-a5b7-ad4154e7b640", CellID->1649509063], -Cell[17751, 466, 238, 4, 23, "Print",ExpressionUUID->"7177b1ab-200f-4b15-9af2-fa7163b41853", +Cell[17791, 470, 238, 4, 23, "Print",ExpressionUUID->"7177b1ab-200f-4b15-9af2-fa7163b41853", CellID->2002437962], -Cell[17992, 472, 221, 3, 23, "Print",ExpressionUUID->"e16550fd-9f4d-4281-9e46-4ba909631569", +Cell[18032, 476, 221, 3, 23, "Print",ExpressionUUID->"e16550fd-9f4d-4281-9e46-4ba909631569", CellID->1695256639], -Cell[18216, 477, 237, 4, 23, "Print",ExpressionUUID->"36bef95c-ab61-4894-9811-44537d6ee865", +Cell[18256, 481, 237, 4, 23, "Print",ExpressionUUID->"36bef95c-ab61-4894-9811-44537d6ee865", CellID->1797761766], -Cell[18456, 483, 236, 4, 23, "Print",ExpressionUUID->"366f3035-a4b6-4f50-85eb-5ec591c3b75b", +Cell[18496, 487, 236, 4, 23, "Print",ExpressionUUID->"366f3035-a4b6-4f50-85eb-5ec591c3b75b", CellID->405357841], -Cell[18695, 489, 208, 3, 23, "Print",ExpressionUUID->"a8e86419-e539-4f67-b4f9-5dfac8768b00", +Cell[18735, 493, 208, 3, 23, "Print",ExpressionUUID->"a8e86419-e539-4f67-b4f9-5dfac8768b00", CellID->2025450136], -Cell[18906, 494, 236, 4, 23, "Print",ExpressionUUID->"c4d98dfa-4148-45f6-a76f-f5ddfad5ebd7", +Cell[18946, 498, 236, 4, 23, "Print",ExpressionUUID->"c4d98dfa-4148-45f6-a76f-f5ddfad5ebd7", CellID->593424982] }, Open ]] }, Open ]], -Cell[19169, 502, 136, 1, 70, "ExampleText",ExpressionUUID->"f7e82abd-8445-490c-9bec-2b5e98569c1e", +Cell[19209, 506, 136, 1, 70, "ExampleText",ExpressionUUID->"f7e82abd-8445-490c-9bec-2b5e98569c1e", CellID->549586325], -Cell[19308, 505, 234, 6, 70, "Input",ExpressionUUID->"b6aab757-897d-41c0-aa94-d0b8598d8589", +Cell[19348, 509, 234, 6, 70, "Input",ExpressionUUID->"b6aab757-897d-41c0-aa94-d0b8598d8589", CellID->794436056], -Cell[19545, 513, 380, 9, 70, "Input",ExpressionUUID->"08f6a5cf-bf3c-403c-b17a-8459e4da396e", +Cell[19585, 517, 380, 9, 70, "Input",ExpressionUUID->"08f6a5cf-bf3c-403c-b17a-8459e4da396e", CellID->306280574], -Cell[19928, 524, 237, 6, 70, "Input",ExpressionUUID->"03b9640a-96e8-4d53-8d94-a06954d4a083", +Cell[19968, 528, 237, 6, 70, "Input",ExpressionUUID->"03b9640a-96e8-4d53-8d94-a06954d4a083", CellID->937553698], -Cell[20168, 532, 191, 4, 70, "ExampleText",ExpressionUUID->"b8a38ae6-5a30-446c-b37f-d3f1e123291e", +Cell[20208, 536, 191, 4, 70, "ExampleText",ExpressionUUID->"b8a38ae6-5a30-446c-b37f-d3f1e123291e", CellID->1777351175], Cell[CellGroupData[{ -Cell[20384, 540, 172, 3, 70, "Input",ExpressionUUID->"75ddfb2c-cc23-4187-b05c-ac39ab3151c5", +Cell[20424, 544, 172, 3, 70, "Input",ExpressionUUID->"75ddfb2c-cc23-4187-b05c-ac39ab3151c5", CellID->1857401705], -Cell[20559, 545, 173, 4, 36, "Output",ExpressionUUID->"d456a561-231e-4fe2-a79a-7a4f4572d7df", +Cell[20599, 549, 173, 4, 36, "Output",ExpressionUUID->"d456a561-231e-4fe2-a79a-7a4f4572d7df", CellID->125531286] }, Open ]], -Cell[20747, 552, 194, 4, 70, "ExampleText",ExpressionUUID->"1922405e-aafb-4c1c-bcec-ea54861e9f11", +Cell[20787, 556, 194, 4, 70, "ExampleText",ExpressionUUID->"1922405e-aafb-4c1c-bcec-ea54861e9f11", CellID->640076721], Cell[CellGroupData[{ -Cell[20966, 560, 170, 3, 70, "Input",ExpressionUUID->"07e3f119-e96c-4244-bbd8-f22dc5500e31", +Cell[21006, 564, 170, 3, 70, "Input",ExpressionUUID->"07e3f119-e96c-4244-bbd8-f22dc5500e31", CellID->27181786], -Cell[21139, 565, 15200, 399, 389, "Output",ExpressionUUID->"7856678f-3125-4272-99dd-1103cb720c92", +Cell[21179, 569, 15200, 399, 379, "Output",ExpressionUUID->"7856678f-3125-4272-99dd-1103cb720c92", CellID->1890146148] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[36621, 977, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"a6508f56-b137-41bd-9e24-dee162393180"], +Cell[42101, 1127, 670, 18, 70, "TechNotesSection",ExpressionUUID->"08b2dee6-0983-4c0a-b128-6b31c13e1ad5"], +Cell[42774, 1147, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a2d0c441-9134-4d76-8961-dde1d415f93c"], +Cell[43810, 1175, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"65650ac7-48c3-4406-a16c-32e8ddd6eec7"], Cell[CellGroupData[{ -Cell[36603, 975, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"c9422899-0530-4f11-b80f-6380bb10309d"], -Cell[42083, 1125, 670, 18, 70, "TechNotesSection",ExpressionUUID->"77716c9e-8dd1-4211-a867-40e749432c0b"] -}, Open ]], -Cell[42768, 1146, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"60edfdc0-c837-4409-a6bb-d53163c8ce0a"], -Cell[43804, 1174, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"da6a11d3-0231-4d3e-9d72-c954a0105c78"], -Cell[CellGroupData[{ -Cell[46050, 1241, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"eda6a8ea-1352-4505-ad4d-6ec4c06cf621", +Cell[46056, 1242, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"eda6a8ea-1352-4505-ad4d-6ec4c06cf621", CellID->906383680], -Cell[46190, 1244, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"175d8868-76cd-4d8f-a144-5751e937e8b4", +Cell[46196, 1245, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"175d8868-76cd-4d8f-a144-5751e937e8b4", CellID->1194386356], -Cell[46412, 1250, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f1d699d8-226e-4170-b44d-365d62d8dca6", +Cell[46418, 1251, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f1d699d8-226e-4170-b44d-365d62d8dca6", CellID->1641706272], -Cell[46627, 1255, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"543205d2-9689-440c-b7f4-819820543edc", +Cell[46633, 1256, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"543205d2-9689-440c-b7f4-819820543edc", CellID->399251956], -Cell[46856, 1261, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8ac20f01-ac31-4a61-9e46-d75d64815b45", +Cell[46862, 1262, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8ac20f01-ac31-4a61-9e46-d75d64815b45", CellID->821434655] }, Open ]], -Cell[47093, 1267, 78, 0, 70, "FooterCell",ExpressionUUID->"243e3659-da89-4505-81ff-9f1a70a4d147"] +Cell[47099, 1268, 78, 0, 70, "FooterCell",ExpressionUUID->"47677815-b764-48d4-8ee4-0b244c687225"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AllMaxSurpluses.nb b/Documentation/English/ReferencePages/Symbols/AllMaxSurpluses.nb index 4f3eaf8..f601336 100644 --- a/Documentation/English/ReferencePages/Symbols/AllMaxSurpluses.nb +++ b/Documentation/English/ReferencePages/Symbols/AllMaxSurpluses.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54240, 1432] -NotebookOptionsPosition[ 44967, 1251] -NotebookOutlinePosition[ 47201, 1306] -CellTagsIndexPosition[ 47115, 1301] +NotebookDataLength[ 54239, 1432] +NotebookOptionsPosition[ 44978, 1252] +NotebookOutlinePosition[ 47234, 1308] +CellTagsIndexPosition[ 47148, 1303] WindowTitle->AllMaxSurpluses WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e09f490c-df24-4925-bf8f-b4d31eda26bc"], + "5948354f-df33-4a1f-8c91-1abbc2068c74"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "363e3056-4701-4644-aaac-236f44b9c9de"], + "9a8afd3c-a6f4-4cce-b0e4-8e5001a9cc2d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2b8fdf4a-e5d8-45d8-91f1-f7f53e730d9b"] - }],ExpressionUUID->"6e308672-3c8b-4e8c-9e4c-319c014d86e4"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "7d92502f-24e2-4933-9abf-b4546e06e41d"] + }],ExpressionUUID->"16f9c325-ccf7-455f-86b6-0fa849f9d355"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "059d1602-a509-4358-b664-c110075a70c2"], + "605614ee-d93c-4b2c-b6c2-6a17dd44a295"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eb61d294-82cd-4717-a38b-fc0ea32d15e5"] - }],ExpressionUUID->"f9831b57-1ddf-4cb0-9976-55bfade3b11e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6127ef8a-bd9c-4793-a2ef-cb0dc1218efa"] + }],ExpressionUUID->"0fcfdb31-5c05-4170-ad24-30aabdec34e0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0c034b3d-4494-4b43-8a60-607c8caf46bf"], + "474e0bd6-74a6-4f76-afab-87277945a025"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "41d8e84c-7070-45f0-ba08-3e859ae76443"] - }],ExpressionUUID->"1d26f1bc-8213-48c8-b296-294f30339d13"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4aba0a01-7d13-4f52-87da-e985929ffd6f"] + }],ExpressionUUID->"4aed0bc1-d34f-4f47-b087-d056e1bdd653"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4e857280-f259-4567-a2b9-229673abd987"], + "b780727e-fabc-49c2-b57a-bc6d2cdb0d12"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1e1d6c45-50d8-436a-817a-e9de4c2fbcfa"] - }],ExpressionUUID->"1a80bb61-9a0c-48f4-ae9c-ecbdab050880"], - StripOnInput->False], {"\<\"TUG/ref/AllMaxSurpluses\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AllMaxSurpluses"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "90e2f140-0eb4-4c21-b494-82a9507084f9"] + }],ExpressionUUID->"58242ed9-b62a-465e-ac6d-fd2ff7e62d03"], + StripOnInput->False],{ + "\"TUG/ref/AllMaxSurpluses\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AllMaxSurpluses"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AllMaxSurpluses.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$24214], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AllMaxSurpluses" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$24712], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AllMaxSurpluses" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53a9b1c6-c334-4542-b6e5-009e4d281f8d"] + "c86ca48e-2af1-48be-8a91-af2e37c348ed"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8a5141ba-803a-49cd-b6d3-e3ca3b072173"]} + "580d202d-aad1-41bc-8c10-b75757debc16"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9c3d9f56-07b4-494d-a857-7cee20bd7ed7"], + CellID->1,ExpressionUUID->"3dbda7b0-5a30-44fd-8d7a-8d8ea01d1be7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6fa023ee-ac9b-4c38-9cde-a9c6c4bca416"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"80d663ba-6316-4863-a13f-477b879de884"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AllMaxSurpluses", "ObjectName",ExpressionUUID-> - "94b9d11d-57e1-4c0c-a8c9-849caf22fd5c"], + "071a2adf-9620-42f3-a3e4-9fd85a37cbd2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"615433a9-2bc4-4aa1-a1e9-18f157ba8462"], + "Spacer1"]],ExpressionUUID->"a4ec93d1-99b5-4ddc-b16e-9e817256d207"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "81dc5e5b-05c6-44bf-b0c5-a96c44a4559c"] - }],ExpressionUUID->"5387c966-3c8a-4825-b07a-8f77128deb91"], Cell[BoxData[ + "fa3e6dbc-b7d3-4b76-a9b1-047a3486134d"] + }],ExpressionUUID->"1b79cad7-6ad7-4ce9-adf7-77070baf730a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "36476a39-fcc1-471f-a7ab-889963de5154"]} + "c677ed66-b6d3-423b-b485-556deeb0562b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"59001f41-4e11-4145-84c2-c9f737c28b9d"], + CacheGraphics->False,ExpressionUUID->"b1c9206e-5822-4789-be1a-afc8bba890de"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " for all possible pair of players." - }],ExpressionUUID->"70f91bb8-5489-431d-88af-d919be68c935"]}, + }],ExpressionUUID->"d46a2ec9-1f7b-4222-83bd-90b4baa4da3b"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AllMaxSurpluses", "[", @@ -252,7 +256,7 @@ pre-imputation ", "39bfdfb4-b4a1-4247-905a-24034454a774"], " \[LineSeparator]by option set the output can be formatted in matrix \ form." - }],ExpressionUUID->"34eb83f2-c147-42ed-b407-6cc89e3a2409"]} + }],ExpressionUUID->"8524a053-c52c-41e4-bdcd-8d47234c0da7"]} }]], "Usage", CellID->1557856666,ExpressionUUID->"16cca6db-82df-4db3-94e1-6be9bff00f18"] }, Open ]], @@ -285,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"08b37abf-435f-479d-942f-5cada240f7eb"], + ExpressionUUID->"f8412bab-c4d5-4a62-9cb4-1d4b62066dc1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a6e5fd1b-1c5e-42c8-a9bc-6516d0ce25e0"], + "Spacer1"]],ExpressionUUID->"959004d2-0640-44d6-991a-192b18ffc4dc"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"44af6237-2560-4083-8ebd-0e63e1a1a80f"], + }], "NotesFrameText",ExpressionUUID->"ea079442-f5b7-473a-a32c-61dede30489a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c596e3de-514c-4d6d-b4f9-63ad2ce36db9"]], \ + "Preemptive"]],ExpressionUUID->"4bba32e2-5eb1-4cc4-861d-b580c1e10271"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1081669912,ExpressionUUID->"b76e99b7-e13a-42a8-b2a3-ad30c2caf178"], + CellID->945366364,ExpressionUUID->"68291ed6-d266-4156-81cb-4c7b2cb075db"], Cell[TextData[{ "The input expression ", @@ -370,7 +374,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "eb6f4f73-3704-4441-83c6-d5c93f643d7f"], + "d9d267aa-0309-44da-89f5-dd21cba88798"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -430,19 +434,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"becff249-be3f-4b92-b39d-c1e97996fdd1"], + ExpressionUUID->"636cd33c-18bb-4c1c-b721-7cf3e4e4935d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d2cbb3a1-5662-4fc9-b189-3a4ce6d3c665"], + "Spacer1"]],ExpressionUUID->"e8b0c18c-68e5-4b01-b6a5-11aee13f5d41"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9018b57e-c3eb-4e6a-a1dc-d0db5a1e1c0f"] + "d6b73eb9-4962-427e-a6ea-6f0bfa56c82d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1553809087,ExpressionUUID->"795cf3f2-ca7a-434d-aa0c-75963538e1ee"], + CellID->1511093659,ExpressionUUID->"069341eb-5fd4-490e-9f2a-10c00ce1184c"], Cell[CellGroupData[{ @@ -471,18 +475,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bffb4421-80d6-41bf-8c7e-3efe2a30749d"], + ExpressionUUID->"349cb527-f279-45de-a442-942d2942b6c5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4a52ae1-c63a-4bdc-9869-77983dcad5b0"], + "Spacer1"]],ExpressionUUID->"7c6a70d5-966c-4fa1-82d7-bb65651924da"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5613aee9-ff97-450c-b9d0-e11fc3b55cd3"] + "2b78a18c-5a22-4b57-8562-4869ed15d754"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1705175446,ExpressionUUID->"196cb5e8-dbd2-4281-9b45-a451dd3d71a8"], + CellID->1046037474,ExpressionUUID->"6271182e-6dd0-4bc0-a39f-cfaca58d1b66"], Cell["Loading the package:", "ExampleText", CellID->60110886,ExpressionUUID->"9815b33b-a6b8-423a-a152-c04cf003c44d"], @@ -953,8 +957,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1102,15 +1104,15 @@ Cell[BoxData[GridBox[{ "965afdc1-3691-4b87-8830-c9abf4618e32"] }], "SeeAlso",ExpressionUUID->"77d68a29-da02-4858-9bf7-50b704c0c7bc"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ab33532e-c15c-4b2a-aa9d-\ -91eb114408c2"], + }]], "SeeAlsoSection",ExpressionUUID->"e94d7665-1cea-4a29-95f3-\ +f37ff03b61c8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1122,9 +1124,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6253e966-fb59-48c7-8e24-7fd740065614"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"32a58ae4-abaa-4866-a435-\ -f7ca506af14a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"00a7fc7e-6e57-44f8-a39c-\ +ac145e56930b"], Cell[BoxData[GridBox[{ { @@ -1141,7 +1142,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "20053869-9054-453c-9a45-10cd0d2cda4a"]}]}, + "0f5543b4-e966-4360-af02-37d54bd2a37c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1149,10 +1150,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f6fb8a91-34e0-4b16-84db-b1a929238a18"]}]} + "bd9a186a-5994-4532-9310-fc111be847db"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3fb94fa5-c25c-418d-930c-\ -3ae6a496c43b"], + }]], "MoreAboutSection",ExpressionUUID->"d489d2b9-1bef-4fd2-8a2f-\ +76ec0158244f"], Cell[BoxData[GridBox[{ { @@ -1179,7 +1180,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b6f22ddf-f1ee-43c7-8a6e-cf8afa56a470"]], "RelatedLinks", + "e03d4069-5c44-4f72-81de-ce00a904503f"]], "RelatedLinks", ExpressionUUID->"7375f971-5ef9-4a34-9ffd-09d64d8f6aa5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1196,7 +1197,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1965eab1-a945-4aaa-b3f6-a8f499c11763"]], "RelatedLinks", + "8830f83e-4ae0-4093-bb1f-30857eebacff"]], "RelatedLinks", ExpressionUUID->"6e502a83-93af-4a29-8abd-7993c9c5825a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1213,11 +1214,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e1dd4aa-8904-46ae-9bcc-00531e643d8f"]], "RelatedLinks", + "2d6a3ca6-385d-4f24-8b86-c2316bec15d7"]], "RelatedLinks", ExpressionUUID->"5f743db4-6058-4f8b-bd41-6701a4f5fa7f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ee990721-025c-41a5-8ca2-\ -1418e1613fec"], + }]], "RelatedLinksSection",ExpressionUUID->"3ff0475e-244b-41ab-aefc-\ +c7e44b2cb75f"], Cell[CellGroupData[{ @@ -1247,11 +1248,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3c2e18d0-3fc8-4064-9d56-0dafb70b6ea0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ce6bbf05-b15c-455e-aef2-821a62dbc7d9"] +Cell[" ", "FooterCell",ExpressionUUID->"2a350540-ca30-447d-9d96-60ab1405fce4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AllMaxSurpluses", TaggingRules->{ @@ -1262,7 +1263,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 24.632203}", + "built" -> "{2024, 6, 3, 16, 51, 2.063119}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1271,10 +1272,11 @@ TaggingRules->{ pre-imputation payoff for all possible pair of players. AllMaxSurpluses[game, \ payoff, options] by option set the output can be formatted in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AllMaxSurpluses", - "titlemodifier" -> "", "windowtitle" -> "AllMaxSurpluses", "type" -> - "Symbol", "uri" -> "TUG/ref/AllMaxSurpluses"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "AllMaxSurpluses", "type" -> "Symbol", "uri" -> + "TUG/ref/AllMaxSurpluses"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1283,9 +1285,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"12b4f1ac-5565-4b9f-b9a8-28d0e55c7a17" +ExpressionUUID->"e923e411-7923-4ff2-a9f2-a3f381c1af0f" ] (* End of Notebook Content *) @@ -1293,147 +1295,145 @@ ExpressionUUID->"12b4f1ac-5565-4b9f-b9a8-28d0e55c7a17" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15611, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"795cf3f2-ca7a-434d-aa0c-75963538e1ee", + Cell[15656, 411, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"069341eb-5fd4-490e-9f2a-10c00ce1184c", CellTags->"PrimaryExamplesSection", - CellID->1553809087]} + CellID->1511093659]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46914, 1294} + {"PrimaryExamplesSection", 46947, 1296} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7116, 168, 56, "AnchorBarGrid",ExpressionUUID->"9c3d9f56-07b4-494d-a857-7cee20bd7ed7", +Cell[587, 21, 7162, 172, 57, "AnchorBarGrid",ExpressionUUID->"3dbda7b0-5a30-44fd-8d7a-8d8ea01d1be7", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6fa023ee-ac9b-4c38-9cde-a9c6c4bca416"], +Cell[7752, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"80d663ba-6316-4863-a13f-477b879de884"], Cell[CellGroupData[{ -Cell[7817, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"59001f41-4e11-4145-84c2-c9f737c28b9d"], -Cell[9109, 232, 1024, 24, 187, "Usage",ExpressionUUID->"16cca6db-82df-4db3-94e1-6be9bff00f18", +Cell[7863, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"b1c9206e-5822-4789-be1a-afc8bba890de"], +Cell[9155, 236, 1024, 24, 186, "Usage",ExpressionUUID->"16cca6db-82df-4db3-94e1-6be9bff00f18", CellID->1557856666] }, Open ]], Cell[CellGroupData[{ -Cell[10170, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"b76e99b7-e13a-42a8-b2a3-ad30c2caf178", +Cell[10216, 265, 1894, 47, 37, "NotesSection",ExpressionUUID->"68291ed6-d266-4156-81cb-4c7b2cb075db", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1081669912], -Cell[12068, 310, 782, 20, 57, "]]",ExpressionUUID->"d437836b-b651-4321-8ce1-7ee186dcb46d", + CellID->945366364], +Cell[12113, 314, 782, 20, 57, "]]",ExpressionUUID->"d437836b-b651-4321-8ce1-7ee186dcb46d", CellID->313448337], -Cell[12853, 332, 489, 12, 37, "Notes",ExpressionUUID->"c87c49ea-0d66-43b0-9b15-5a8c461d4856", +Cell[12898, 336, 489, 12, 38, "Notes",ExpressionUUID->"c87c49ea-0d66-43b0-9b15-5a8c461d4856", CellID->177724765], -Cell[13345, 346, 307, 5, 57, "Notes",ExpressionUUID->"ecb71573-86f0-40c2-bcca-6628405d4dce", +Cell[13390, 350, 307, 5, 57, "Notes",ExpressionUUID->"ecb71573-86f0-40c2-bcca-6628405d4dce", CellID->364277267], -Cell[13655, 353, 171, 3, 36, "Notes",ExpressionUUID->"f88566a5-12c4-4c5f-b025-30fca779d4aa", +Cell[13700, 357, 171, 3, 36, "Notes",ExpressionUUID->"f88566a5-12c4-4c5f-b025-30fca779d4aa", CellID->221074012], -Cell[13829, 358, 197, 4, 36, "Notes",ExpressionUUID->"d3db9a91-b09a-45b6-843e-8baff9371c8a", +Cell[13874, 362, 197, 4, 36, "Notes",ExpressionUUID->"d3db9a91-b09a-45b6-843e-8baff9371c8a", CellID->140470874], -Cell[14029, 364, 267, 4, 49, "Notes",ExpressionUUID->"f4bb3f4c-ed4e-46a7-a3e2-1e74316dc398", +Cell[14074, 368, 267, 4, 48, "Notes",ExpressionUUID->"f4bb3f4c-ed4e-46a7-a3e2-1e74316dc398", CellID->13178], -Cell[14299, 370, 683, 15, 40, "3ColumnTableMod",ExpressionUUID->"071d52d7-671f-47db-b705-989bbc16a74d", +Cell[14344, 374, 683, 15, 41, "3ColumnTableMod",ExpressionUUID->"071d52d7-671f-47db-b705-989bbc16a74d", CellID->1374443190], -Cell[14985, 387, 499, 14, 37, "Notes",ExpressionUUID->"bb5639c9-9f56-449a-81b8-8608dabb911e", +Cell[15030, 391, 499, 14, 38, "Notes",ExpressionUUID->"bb5639c9-9f56-449a-81b8-8608dabb911e", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15611, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"795cf3f2-ca7a-434d-aa0c-75963538e1ee", +Cell[15656, 411, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"069341eb-5fd4-490e-9f2a-10c00ce1184c", CellTags->"PrimaryExamplesSection", - CellID->1553809087], + CellID->1511093659], Cell[CellGroupData[{ -Cell[17057, 448, 1399, 36, 30, "ExampleSection",ExpressionUUID->"196cb5e8-dbd2-4281-9b45-a451dd3d71a8", - CellID->1705175446], -Cell[18459, 486, 117, 1, 38, "ExampleText",ExpressionUUID->"9815b33b-a6b8-423a-a152-c04cf003c44d", +Cell[17102, 452, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6271182e-6dd0-4bc0-a39f-cfaca58d1b66", + CellID->1046037474], +Cell[18504, 490, 117, 1, 39, "ExampleText",ExpressionUUID->"9815b33b-a6b8-423a-a152-c04cf003c44d", CellID->60110886], Cell[CellGroupData[{ -Cell[18601, 491, 167, 3, 27, "Input",ExpressionUUID->"bd398cce-2fe9-4d47-9f51-dfaeadab2693", +Cell[18646, 495, 167, 3, 27, "Input",ExpressionUUID->"bd398cce-2fe9-4d47-9f51-dfaeadab2693", CellID->106294283], Cell[CellGroupData[{ -Cell[18793, 498, 236, 4, 70, "Print",ExpressionUUID->"5ccbc5d2-7ff8-4c97-b4f4-d525819f5a6c", +Cell[18838, 502, 236, 4, 70, "Print",ExpressionUUID->"5ccbc5d2-7ff8-4c97-b4f4-d525819f5a6c", CellID->204453677], -Cell[19032, 504, 366, 8, 70, "Print",ExpressionUUID->"1f6fc2be-fbd0-4174-9348-ef8d88b56174", +Cell[19077, 508, 366, 8, 70, "Print",ExpressionUUID->"1f6fc2be-fbd0-4174-9348-ef8d88b56174", CellID->2061408892], -Cell[19401, 514, 237, 4, 70, "Print",ExpressionUUID->"07034c6e-266a-44ca-a694-eb1b30131e96", +Cell[19446, 518, 237, 4, 70, "Print",ExpressionUUID->"07034c6e-266a-44ca-a694-eb1b30131e96", CellID->1304698936], -Cell[19641, 520, 220, 3, 70, "Print",ExpressionUUID->"7fffd2fa-77fc-41b4-807e-84f28bbb7672", +Cell[19686, 524, 220, 3, 70, "Print",ExpressionUUID->"7fffd2fa-77fc-41b4-807e-84f28bbb7672", CellID->291719269], -Cell[19864, 525, 207, 3, 70, "Print",ExpressionUUID->"9aabb7e0-3ddf-4282-885e-911ccfc0309d", +Cell[19909, 529, 207, 3, 70, "Print",ExpressionUUID->"9aabb7e0-3ddf-4282-885e-911ccfc0309d", CellID->292502626], -Cell[20074, 530, 237, 4, 70, "Print",ExpressionUUID->"9d1ce88b-8653-462a-b2d3-aab7805e2231", +Cell[20119, 534, 237, 4, 70, "Print",ExpressionUUID->"9d1ce88b-8653-462a-b2d3-aab7805e2231", CellID->506286914], -Cell[20314, 536, 221, 3, 70, "Print",ExpressionUUID->"1ca63939-dc31-4f94-8132-21d571f3cc16", +Cell[20359, 540, 221, 3, 70, "Print",ExpressionUUID->"1ca63939-dc31-4f94-8132-21d571f3cc16", CellID->1276430595], -Cell[20538, 541, 237, 4, 70, "Print",ExpressionUUID->"aec5914a-324f-4a87-9f8a-3eb70f5ac3fb", +Cell[20583, 545, 237, 4, 70, "Print",ExpressionUUID->"aec5914a-324f-4a87-9f8a-3eb70f5ac3fb", CellID->1622739785], -Cell[20778, 547, 237, 4, 70, "Print",ExpressionUUID->"c89947b6-83fb-44f7-a270-805debe124bb", +Cell[20823, 551, 237, 4, 70, "Print",ExpressionUUID->"c89947b6-83fb-44f7-a270-805debe124bb", CellID->1077352796], -Cell[21018, 553, 207, 3, 70, "Print",ExpressionUUID->"c0bf66c0-2daf-46de-b825-3cfc5bb34629", +Cell[21063, 557, 207, 3, 70, "Print",ExpressionUUID->"c0bf66c0-2daf-46de-b825-3cfc5bb34629", CellID->622762551], -Cell[21228, 558, 237, 4, 70, "Print",ExpressionUUID->"cc0a029d-b32a-4a5f-8db4-e5a478c5614b", +Cell[21273, 562, 237, 4, 70, "Print",ExpressionUUID->"cc0a029d-b32a-4a5f-8db4-e5a478c5614b", CellID->1891112424] }, Open ]] }, Open ]], -Cell[21492, 566, 137, 1, 70, "ExampleText",ExpressionUUID->"c62fc12b-129d-4ad2-b387-3f32167ca59d", +Cell[21537, 570, 137, 1, 70, "ExampleText",ExpressionUUID->"c62fc12b-129d-4ad2-b387-3f32167ca59d", CellID->1605369172], -Cell[21632, 569, 234, 6, 70, "Input",ExpressionUUID->"baff07e9-8f15-45a1-9d05-fb2c028acb44", +Cell[21677, 573, 234, 6, 70, "Input",ExpressionUUID->"baff07e9-8f15-45a1-9d05-fb2c028acb44", CellID->422888364], -Cell[21869, 577, 379, 9, 70, "Input",ExpressionUUID->"37bd8ac6-2136-4f12-8178-f3fd65f50534", +Cell[21914, 581, 379, 9, 70, "Input",ExpressionUUID->"37bd8ac6-2136-4f12-8178-f3fd65f50534", CellID->12223837], -Cell[22251, 588, 236, 6, 70, "Input",ExpressionUUID->"1893e681-d250-459b-a39e-b40222ddecf7", +Cell[22296, 592, 236, 6, 70, "Input",ExpressionUUID->"1893e681-d250-459b-a39e-b40222ddecf7", CellID->82013958], -Cell[22490, 596, 191, 4, 70, "ExampleText",ExpressionUUID->"acf90f02-1ddc-4dc8-a020-1c43cbeef3f9", +Cell[22535, 600, 191, 4, 70, "ExampleText",ExpressionUUID->"acf90f02-1ddc-4dc8-a020-1c43cbeef3f9", CellID->1376792613], Cell[CellGroupData[{ -Cell[22706, 604, 172, 3, 70, "Input",ExpressionUUID->"b98d2d54-9ab4-460f-89fe-f1ea6ce6b8dd", +Cell[22751, 608, 172, 3, 70, "Input",ExpressionUUID->"b98d2d54-9ab4-460f-89fe-f1ea6ce6b8dd", CellID->755689461], -Cell[22881, 609, 228, 5, 36, "Output",ExpressionUUID->"04f912e0-8d7f-473e-b562-e479b355ae43", +Cell[22926, 613, 228, 5, 36, "Output",ExpressionUUID->"04f912e0-8d7f-473e-b562-e479b355ae43", CellID->2015927233] }, Open ]], -Cell[23124, 617, 137, 1, 70, "ExampleText",ExpressionUUID->"0f27b6c6-979d-4c7e-85c2-be0dc6c432a8", +Cell[23169, 621, 137, 1, 70, "ExampleText",ExpressionUUID->"0f27b6c6-979d-4c7e-85c2-be0dc6c432a8", CellID->1766624429], Cell[CellGroupData[{ -Cell[23286, 622, 191, 4, 70, "Input",ExpressionUUID->"3b9d6d5d-8051-48d3-852d-182356d244a1", +Cell[23331, 626, 191, 4, 70, "Input",ExpressionUUID->"3b9d6d5d-8051-48d3-852d-182356d244a1", CellID->1741069881], -Cell[23480, 628, 270, 7, 51, "Output",ExpressionUUID->"211326ed-0e1a-4d2c-bf7d-1b430c116de5", +Cell[23525, 632, 270, 7, 50, "Output",ExpressionUUID->"211326ed-0e1a-4d2c-bf7d-1b430c116de5", CellID->1846023607] }, Open ]], -Cell[23765, 638, 151, 1, 70, "ExampleText",ExpressionUUID->"bebeaa5c-102d-4d1a-94e2-fd73f8ad4889", +Cell[23810, 642, 151, 1, 70, "ExampleText",ExpressionUUID->"bebeaa5c-102d-4d1a-94e2-fd73f8ad4889", CellID->1263466183], Cell[CellGroupData[{ -Cell[23941, 643, 215, 5, 70, "Input",ExpressionUUID->"71e4b5d0-e06a-4c02-8946-768a2ae98d72", +Cell[23986, 647, 215, 5, 70, "Input",ExpressionUUID->"71e4b5d0-e06a-4c02-8946-768a2ae98d72", CellID->323152488], -Cell[24159, 650, 952, 34, 51, "Output",ExpressionUUID->"c1b9a580-ad0a-46d9-a03a-e493f4c5bae4", +Cell[24204, 654, 952, 34, 50, "Output",ExpressionUUID->"c1b9a580-ad0a-46d9-a03a-e493f4c5bae4", CellID->1437564687] }, Open ]], -Cell[25126, 687, 179, 3, 70, "ExampleText",ExpressionUUID->"2cd1dc32-e5a8-49a6-aa87-04989d64dd68", +Cell[25171, 691, 179, 3, 70, "ExampleText",ExpressionUUID->"2cd1dc32-e5a8-49a6-aa87-04989d64dd68", CellID->1962143893], -Cell[25308, 692, 171, 3, 70, "ExampleText",ExpressionUUID->"8e34db96-5f3f-47e4-bb2f-c08ca6a6cdbe", +Cell[25353, 696, 171, 3, 70, "ExampleText",ExpressionUUID->"8e34db96-5f3f-47e4-bb2f-c08ca6a6cdbe", CellID->1633321938], Cell[CellGroupData[{ -Cell[25504, 699, 283, 7, 70, "Input",ExpressionUUID->"08ca8c3b-c8cf-4366-b7fc-c1575f00d8d5", +Cell[25549, 703, 283, 7, 70, "Input",ExpressionUUID->"08ca8c3b-c8cf-4366-b7fc-c1575f00d8d5", CellID->463623362], -Cell[25790, 708, 8335, 238, 114, "Output",ExpressionUUID->"8b9df711-682a-4e74-9b2d-c789e2ce5ab3", +Cell[25835, 712, 8335, 238, 110, "Output",ExpressionUUID->"8b9df711-682a-4e74-9b2d-c789e2ce5ab3", CellID->1788658594] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34412, 959, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"e94d7665-1cea-4a29-95f3-f37ff03b61c8"], +Cell[39892, 1109, 670, 18, 70, "TechNotesSection",ExpressionUUID->"00a7fc7e-6e57-44f8-a39c-ac145e56930b"], +Cell[40565, 1129, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d489d2b9-1bef-4fd2-8a2f-76ec0158244f"], +Cell[41601, 1157, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"3ff0475e-244b-41ab-aefc-c7e44b2cb75f"], Cell[CellGroupData[{ -Cell[34389, 957, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"ab33532e-c15c-4b2a-aa9d-91eb114408c2"], -Cell[39869, 1107, 670, 18, 70, "TechNotesSection",ExpressionUUID->"32a58ae4-abaa-4866-a435-f7ca506af14a"] -}, Open ]], -Cell[40554, 1128, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3fb94fa5-c25c-418d-930c-3ae6a496c43b"], -Cell[41590, 1156, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"ee990721-025c-41a5-8ca2-1418e1613fec"], -Cell[CellGroupData[{ -Cell[43842, 1223, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1ac92dce-e3c5-4bce-bc3b-a8eaee36845b", +Cell[43853, 1224, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1ac92dce-e3c5-4bce-bc3b-a8eaee36845b", CellID->906383680], -Cell[43982, 1226, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"55984977-4092-44ac-b21e-022bad84d1b6", +Cell[43993, 1227, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"55984977-4092-44ac-b21e-022bad84d1b6", CellID->1194386356], -Cell[44204, 1232, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a5ae8aef-124d-4d97-85f9-9d445eebbb4e", +Cell[44215, 1233, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a5ae8aef-124d-4d97-85f9-9d445eebbb4e", CellID->1641706272], -Cell[44419, 1237, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"52cd1d03-3ebf-4e1a-a06a-77439a7b56f7", +Cell[44430, 1238, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"52cd1d03-3ebf-4e1a-a06a-77439a7b56f7", CellID->399251956], -Cell[44648, 1243, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c2e18d0-3fc8-4064-9d56-0dafb70b6ea0", +Cell[44659, 1244, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c2e18d0-3fc8-4064-9d56-0dafb70b6ea0", CellID->821434655] }, Open ]], -Cell[44885, 1249, 78, 0, 70, "FooterCell",ExpressionUUID->"ce6bbf05-b15c-455e-aef2-821a62dbc7d9"] +Cell[44896, 1250, 78, 0, 70, "FooterCell",ExpressionUUID->"2a350540-ca30-447d-9d96-60ab1405fce4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AlmostAverageConcaveQ.nb b/Documentation/English/ReferencePages/Symbols/AlmostAverageConcaveQ.nb index c0873cb..d96db7f 100644 --- a/Documentation/English/ReferencePages/Symbols/AlmostAverageConcaveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AlmostAverageConcaveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44543, 1164] -NotebookOptionsPosition[ 35807, 990] -NotebookOutlinePosition[ 37947, 1044] -CellTagsIndexPosition[ 37861, 1039] +NotebookDataLength[ 44562, 1164] +NotebookOptionsPosition[ 35838, 992] +NotebookOutlinePosition[ 37996, 1046] +CellTagsIndexPosition[ 37910, 1041] WindowTitle->AlmostAverageConcaveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5ee685bb-0764-4ca8-b5a6-aeedc5c4f78b"], + "667b5d87-81f1-42b8-83ca-f97400fa4d68"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "72471db6-d3be-418e-a1d3-6e7b5c27b921"], + "c7e1c102-040a-43cb-bcb2-62ecc6f133fe"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8f1e13cb-37d6-43b0-a685-3b336243aaf5"] - }],ExpressionUUID->"16e223ff-efca-4bc5-8ea4-a9627d28f448"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AverageConcaveQ"]}, + "7c98581f-7f76-430b-98ef-d70c9d178beb"] + }],ExpressionUUID->"713c2fc0-4465-42b4-a3e7-0840d2482a9d"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bee8b61d-24fd-4419-94b2-0db3b60ba3e6"], + "a361642a-920a-41fd-8619-5fa38dbae974"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a9e61eac-1ba3-4db3-803c-668353267528"] - }],ExpressionUUID->"1eb16aae-68b4-422b-873e-a36e051719e1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ad08699b-a80f-4bf8-9b77-d4e0074e5b26"] + }],ExpressionUUID->"67d18f99-df6b-498a-b5c5-098e4a2f7691"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1046d31e-d93f-4837-b9ea-e6c63dc119e8"], + "a24603ca-1c82-4818-a0a3-57c312e6b5e3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "34b658ac-36fb-46d2-92cd-b48dd4e7a247"] - }],ExpressionUUID->"ea7df313-e2b7-4694-bd78-90758649556f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1b094a12-8964-49d6-b8a2-2524a273b157"] + }],ExpressionUUID->"73f7ce9c-d27c-42be-9db2-d498f665d5d2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "88660a24-bd42-42b3-a1d1-9d831a6bcf65"], + "f13937c1-3839-42c2-9dae-7e13d1b20017"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fd62b6ae-eff7-4777-b419-a4e2de1bfe9a"] - }],ExpressionUUID->"26193620-4e25-4dcb-b33f-228fcf0a9332"], - StripOnInput->False], {"\<\"TUG/ref/AlmostAverageConcaveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AlmostAverageConcaveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "cd28fde6-c8e3-408e-afee-45087e87be17"] + }],ExpressionUUID->"371e4cbd-af90-4f1d-bc8c-f6b484dae9ef"], + StripOnInput->False],{ + "\"TUG/ref/AlmostAverageConcaveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AlmostAverageConcaveQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AlmostAverageConcaveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$24781], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AlmostAverageConcaveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$25313], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AlmostAverageConcaveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "35d29486-fbac-4dd3-b704-59612e075001"] + "c0a92e91-bbe4-4d41-9859-ef8c4f42138d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3c2b4f5e-3184-495c-9133-55e4e75ce666"]} + "9fc1feb6-5900-49ca-abc2-ca820a978192"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"68165a1b-9d65-4ad8-b663-4d853dd9c451"], + CellID->1,ExpressionUUID->"b98727b5-6b9e-475a-a3e5-baaedc53dae6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5aac789c-363b-4f6b-9c9e-24ea35536f9a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"082f2f01-c8d5-4af3-a777-5a27e74218e2"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AlmostAverageConcaveQ", "ObjectName",ExpressionUUID-> - "3c7170e4-877e-4cda-9448-563bfdb2cdb2"], + "8edcd92c-c561-4e58-a679-a8c4d1256b14"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4eab2c6b-fbad-4c03-89c9-632d72ab9e1f"], + "Spacer1"]],ExpressionUUID->"2bd1da24-f5ef-4664-a4f3-dd99240db83b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "707a4f42-8845-4576-84e9-e3cee51b395c"] - }],ExpressionUUID->"73a77a61-6ace-4692-ab12-5555a69a11cb"], Cell[BoxData[ + "6270b145-fda5-4aeb-ad0c-0d54351e940f"] + }],ExpressionUUID->"8ccb7667-4c1b-49be-a7e4-a85512648b3c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5c3e79e9-79b3-477c-a234-c5df89329ac2"]} + "f4de3e77-135c-47bc-9f90-d5ac7b695055"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"81ade233-afec-4119-9a9b-c9673acae2ff"], + CacheGraphics->False,ExpressionUUID->"a563bf57-f64c-4e2a-8b11-9574c96f6f5f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "06cb6442-a408-436f-8116-22edd0017cc4"], " \[LineSeparator]checks the almost average-concavity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"247c4b1a-980d-40c2-bf5e-e36c98a4eb05"]} + }],ExpressionUUID->"8a11ea46-18cd-4f74-8201-02e541724aa7"]} }]], "Usage", CellID->360253950,ExpressionUUID->"ef0940b0-9821-4383-a726-a0806e8ae07a"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0ea73a5e-d05b-409d-a155-f8d400055e81"], + ExpressionUUID->"fc24601e-c2f4-4377-b4cb-e060c96ddff6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d43efe8d-4827-4bd2-a29f-bdebe3cb3a86"], + "Spacer1"]],ExpressionUUID->"e19d2ebd-1f50-4c87-8165-23588a391556"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a4fe16f6-e682-48cb-bb43-ea55c747ae72"], + }], "NotesFrameText",ExpressionUUID->"610888d0-c919-47c3-a9ee-30c152338263"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"34fb4012-ccd8-415e-aa2c-d1a99ab983f5"]], \ + "Preemptive"]],ExpressionUUID->"e4e30964-f978-436f-af27-d0e5996dd2b3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->299290715,ExpressionUUID->"b8f15cd2-67ff-4612-901b-a56c1603c7ce"], + CellID->1656709325,ExpressionUUID->"2eec49b6-47f4-48d8-924f-bfe611e5f36e"], Cell[TextData[{ "The input expression ", @@ -369,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"34159dec-77de-4488-be98-ab7659e44054"], + ExpressionUUID->"0b975820-54cf-4a20-8827-1b20b36467b0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d9e17210-91de-4804-b34f-24125c848549"], + "Spacer1"]],ExpressionUUID->"c4b17c51-572c-465c-b7d1-2c2b17b783dc"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6a84f2db-41ec-4cfc-9b60-79d9e6afdb16"] + "8d03e624-7520-4882-aba1-e87be505b3ac"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->608804138,ExpressionUUID->"4000cd8b-56db-47f1-a5a5-97727a24de46"], + CellID->1330340495,ExpressionUUID->"908bb7e6-4629-4b17-bdba-697551656e52"], Cell[CellGroupData[{ @@ -410,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"23ab73da-ac42-4a0f-a962-773f653f3997"], + ExpressionUUID->"ea06b36c-8e96-49b7-b1a6-125393f66659"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"76652652-df0f-4e96-9a15-18d830f7865a"], + "Spacer1"]],ExpressionUUID->"3e5be0be-56fb-4f03-b36c-035b8e54f46e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e4adde72-13ad-4148-a00f-33c80f586fd5"] + "6d6537af-dfbb-46b0-9d64-78cc8d2503bc"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->585501803,ExpressionUUID->"2644603f-5e85-47fd-9fb4-be3d7a505384"], + CellID->2047671699,ExpressionUUID->"7d4fedb2-bf84-4e15-8c9b-b7e311ee9d2e"], Cell["Loading the package:", "ExampleText", CellID->1898587204,ExpressionUUID->"99049df6-fca8-49a5-92d7-ad5dd1c25b34"], @@ -709,8 +714,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -858,15 +861,15 @@ Cell[BoxData[GridBox[{ "caaffc34-1dc8-496e-8dde-cb1eae233c9b"] }], "SeeAlso",ExpressionUUID->"dccb346a-55fc-4936-a3f9-31e1b51e138d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8cd87ed5-d834-403a-9de3-\ -99f4c056d7bf"], + }]], "SeeAlsoSection",ExpressionUUID->"06e364b3-3ca3-43fc-a146-\ +3f029ad39e32"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -878,9 +881,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b589a673-2d1e-4283-b862-6f520939028a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1e24a7fa-7d11-436c-bd12-\ -4d333509386f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5aeb23ea-5b44-48e4-a08e-\ +6af230486e03"], Cell[BoxData[GridBox[{ { @@ -897,7 +899,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ce65650b-85e8-47e8-8daa-302f214974d1"]}]}, + "d2a5cb37-ede0-40ca-b4ed-ceb6a3174bf5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -905,10 +907,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "239db6fc-ab3f-46b6-8c6f-43795b34cdc5"]}]} + "9349bb55-f9f4-46cb-9ac0-77a94c01d7ad"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e4e77ef2-ba1d-4772-9cc8-\ -ac9cba69dbab"], + }]], "MoreAboutSection",ExpressionUUID->"45871f19-4915-4193-8424-\ +f16aa3f2f493"], Cell[BoxData[GridBox[{ { @@ -935,7 +937,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1ea6529e-46f0-4e56-84fd-76dbda533384"]], "RelatedLinks", + "62eef00d-bc61-441b-8219-83db432830d3"]], "RelatedLinks", ExpressionUUID->"9fc06728-7631-4b64-89ce-d208c80db327"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -952,11 +954,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cd2a2258-13c5-4503-be69-b0cf453042be"]], "RelatedLinks", + "6147b620-fd20-4bf8-9d79-c6927ed86abb"]], "RelatedLinks", ExpressionUUID->"0dbc9062-96b5-488a-ad51-1b29ab10dfd6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e576d5d7-9487-4cea-baea-\ -fa788b583089"], + }]], "RelatedLinksSection",ExpressionUUID->"ba1b6fa4-9d28-46b6-8ca8-\ +76f7f521600f"], Cell[CellGroupData[{ @@ -986,11 +988,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0422eb0d-683d-4885-be36-488584692395"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5c80d906-7546-49d8-8734-45c713efcdf7"] +Cell[" ", "FooterCell",ExpressionUUID->"41b430a9-2647-463e-bde2-cb1cc4806d48"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AlmostAverageConcaveQ", TaggingRules->{ @@ -1001,18 +1003,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 26.244408}", + "built" -> "{2024, 6, 3, 16, 51, 2.799585}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AlmostAverageConcaveQ[game] checks the almost average-concavity of the \ TU-game. It returns 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "AlmostAverageConcaveQ", "titlemodifier" -> "", "windowtitle" -> - "AlmostAverageConcaveQ", "type" -> "Symbol", "uri" -> - "TUG/ref/AlmostAverageConcaveQ"}}, + "title" -> "AlmostAverageConcaveQ", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "AlmostAverageConcaveQ", "type" -> + "Symbol", "uri" -> "TUG/ref/AlmostAverageConcaveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1021,9 +1023,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"827bd24d-4abd-4236-b70d-398bce55eacc" +ExpressionUUID->"c598b84b-b367-4cf9-aa17-7decea18deba" ] (* End of Notebook Content *) @@ -1031,141 +1033,139 @@ ExpressionUUID->"827bd24d-4abd-4236-b70d-398bce55eacc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13342, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4000cd8b-56db-47f1-a5a5-97727a24de46", + Cell[13405, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"908bb7e6-4629-4b17-bdba-697551656e52", CellTags->"PrimaryExamplesSection", - CellID->608804138]} + CellID->1330340495]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37661, 1032} + {"PrimaryExamplesSection", 37709, 1034} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7088, 168, 56, "AnchorBarGrid",ExpressionUUID->"68165a1b-9d65-4ad8-b663-4d853dd9c451", +Cell[593, 21, 7150, 173, 57, "AnchorBarGrid",ExpressionUUID->"b98727b5-6b9e-475a-a3e5-baaedc53dae6", CellID->1], -Cell[7684, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5aac789c-363b-4f6b-9c9e-24ea35536f9a"], +Cell[7746, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"082f2f01-c8d5-4af3-a777-5a27e74218e2"], Cell[CellGroupData[{ -Cell[7795, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"81ade233-afec-4119-9a9b-c9673acae2ff"], -Cell[9093, 232, 505, 10, 111, "Usage",ExpressionUUID->"ef0940b0-9821-4383-a726-a0806e8ae07a", +Cell[7857, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"a563bf57-f64c-4e2a-8b11-9574c96f6f5f"], +Cell[9155, 237, 505, 10, 111, "Usage",ExpressionUUID->"ef0940b0-9821-4383-a726-a0806e8ae07a", CellID->360253950] }, Open ]], Cell[CellGroupData[{ -Cell[9635, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"b8f15cd2-67ff-4612-901b-a56c1603c7ce", +Cell[9697, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"2eec49b6-47f4-48d8-924f-bfe611e5f36e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->299290715], -Cell[11532, 296, 663, 17, 49, "Notes",ExpressionUUID->"7cbc8f44-fead-46ef-8a0c-01614316a86b", + CellID->1656709325], +Cell[11595, 301, 663, 17, 48, "Notes",ExpressionUUID->"7cbc8f44-fead-46ef-8a0c-01614316a86b", CellID->26053], -Cell[12198, 315, 489, 12, 37, "Notes",ExpressionUUID->"e486bcca-aa59-4776-aeac-98d975648438", +Cell[12261, 320, 489, 12, 38, "Notes",ExpressionUUID->"e486bcca-aa59-4776-aeac-98d975648438", CellID->177724765], -Cell[12690, 329, 354, 6, 78, "Notes",ExpressionUUID->"86ae8f2b-1739-490c-980e-4f66bd297ab1", +Cell[12753, 334, 354, 6, 78, "Notes",ExpressionUUID->"86ae8f2b-1739-490c-980e-4f66bd297ab1", CellID->586051929], -Cell[13047, 337, 168, 3, 36, "Notes",ExpressionUUID->"5c543d12-cd18-4575-ad2a-3ae40741bdd4", +Cell[13110, 342, 168, 3, 36, "Notes",ExpressionUUID->"5c543d12-cd18-4575-ad2a-3ae40741bdd4", CellID->1452978633] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13342, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4000cd8b-56db-47f1-a5a5-97727a24de46", +Cell[13405, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"908bb7e6-4629-4b17-bdba-697551656e52", CellTags->"PrimaryExamplesSection", - CellID->608804138], + CellID->1330340495], Cell[CellGroupData[{ -Cell[14787, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"2644603f-5e85-47fd-9fb4-be3d7a505384", - CellID->585501803], -Cell[16188, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"99049df6-fca8-49a5-92d7-ad5dd1c25b34", +Cell[14851, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7d4fedb2-bf84-4e15-8c9b-b7e311ee9d2e", + CellID->2047671699], +Cell[16253, 430, 119, 1, 39, "ExampleText",ExpressionUUID->"99049df6-fca8-49a5-92d7-ad5dd1c25b34", CellID->1898587204], Cell[CellGroupData[{ -Cell[16332, 430, 167, 3, 27, "Input",ExpressionUUID->"9ec1d59b-c1ed-400e-8291-c1282bfd14e5", +Cell[16397, 435, 167, 3, 27, "Input",ExpressionUUID->"9ec1d59b-c1ed-400e-8291-c1282bfd14e5", CellID->342013952], Cell[CellGroupData[{ -Cell[16524, 437, 236, 4, 23, "Print",ExpressionUUID->"4a1eac0e-c600-4740-9c70-aed8753897b2", +Cell[16589, 442, 236, 4, 23, "Print",ExpressionUUID->"4a1eac0e-c600-4740-9c70-aed8753897b2", CellID->1416134575], -Cell[16763, 443, 365, 8, 23, "Print",ExpressionUUID->"e67f5046-bbaa-4f80-969f-da31f11450a2", +Cell[16828, 448, 365, 8, 23, "Print",ExpressionUUID->"e67f5046-bbaa-4f80-969f-da31f11450a2", CellID->2129088062], -Cell[17131, 453, 235, 4, 23, "Print",ExpressionUUID->"a23974e7-329c-49d7-b8a4-b1f4db478438", +Cell[17196, 458, 235, 4, 23, "Print",ExpressionUUID->"a23974e7-329c-49d7-b8a4-b1f4db478438", CellID->853135515], -Cell[17369, 459, 220, 3, 23, "Print",ExpressionUUID->"145c3546-1609-433c-8ff1-25df51807231", +Cell[17434, 464, 220, 3, 23, "Print",ExpressionUUID->"145c3546-1609-433c-8ff1-25df51807231", CellID->1984063788], -Cell[17592, 464, 207, 3, 23, "Print",ExpressionUUID->"5656d8f8-d830-4add-9ba5-65d21376ab7b", +Cell[17657, 469, 207, 3, 23, "Print",ExpressionUUID->"5656d8f8-d830-4add-9ba5-65d21376ab7b", CellID->1100361069], -Cell[17802, 469, 237, 4, 23, "Print",ExpressionUUID->"db699b42-eda9-4306-90b8-9bedc098e0ab", +Cell[17867, 474, 237, 4, 23, "Print",ExpressionUUID->"db699b42-eda9-4306-90b8-9bedc098e0ab", CellID->1682847143], -Cell[18042, 475, 219, 3, 23, "Print",ExpressionUUID->"7b95b69f-cb02-4bb2-999e-b3d892b2b0c7", +Cell[18107, 480, 219, 3, 23, "Print",ExpressionUUID->"7b95b69f-cb02-4bb2-999e-b3d892b2b0c7", CellID->120975483], -Cell[18264, 480, 236, 4, 23, "Print",ExpressionUUID->"3324afe4-e16f-4c72-810f-4f3b2a527e5a", +Cell[18329, 485, 236, 4, 23, "Print",ExpressionUUID->"3324afe4-e16f-4c72-810f-4f3b2a527e5a", CellID->2049383637], -Cell[18503, 486, 236, 4, 23, "Print",ExpressionUUID->"1c577ece-3ec4-41d6-a77d-dc93a1070211", +Cell[18568, 491, 236, 4, 23, "Print",ExpressionUUID->"1c577ece-3ec4-41d6-a77d-dc93a1070211", CellID->1920693770], -Cell[18742, 492, 207, 3, 23, "Print",ExpressionUUID->"e2d31346-81ad-4a18-8f44-b7c0c8e410a2", +Cell[18807, 497, 207, 3, 23, "Print",ExpressionUUID->"e2d31346-81ad-4a18-8f44-b7c0c8e410a2", CellID->2041766272], -Cell[18952, 497, 236, 4, 70, "Print",ExpressionUUID->"4445473a-6099-4b63-8c6e-dda0f63849ec", +Cell[19017, 502, 236, 4, 70, "Print",ExpressionUUID->"4445473a-6099-4b63-8c6e-dda0f63849ec", CellID->1702272084] }, Open ]] }, Open ]], -Cell[19215, 505, 141, 1, 70, "ExampleText",ExpressionUUID->"2784cc1c-590c-48fc-98fb-649f86c3a482", +Cell[19280, 510, 141, 1, 70, "ExampleText",ExpressionUUID->"2784cc1c-590c-48fc-98fb-649f86c3a482", CellID->528926812], -Cell[19359, 508, 235, 6, 70, "Input",ExpressionUUID->"5e8eb3fc-4226-4239-9b16-ecab45376607", +Cell[19424, 513, 235, 6, 70, "Input",ExpressionUUID->"5e8eb3fc-4226-4239-9b16-ecab45376607", CellID->1100411439], Cell[CellGroupData[{ -Cell[19619, 518, 483, 12, 70, "Input",ExpressionUUID->"9fa8839b-7c90-49b8-9811-ae6eb6e8ba57", +Cell[19684, 523, 483, 12, 70, "Input",ExpressionUUID->"9fa8839b-7c90-49b8-9811-ae6eb6e8ba57", CellID->1700384981], -Cell[20105, 532, 615, 18, 51, "Output",ExpressionUUID->"ee74830f-39ac-4c96-95b6-e5ab832f6936", +Cell[20170, 537, 615, 18, 50, "Output",ExpressionUUID->"ee74830f-39ac-4c96-95b6-e5ab832f6936", CellID->1974123054] }, Open ]], -Cell[20735, 553, 238, 6, 70, "Input",ExpressionUUID->"d0c4771c-311c-4a0c-ad6e-7d5cdc45d33c", +Cell[20800, 558, 238, 6, 70, "Input",ExpressionUUID->"d0c4771c-311c-4a0c-ad6e-7d5cdc45d33c", CellID->1946689935], -Cell[20976, 561, 191, 4, 70, "ExampleText",ExpressionUUID->"67d14c27-5ec6-496d-a5bf-ca1985dc2289", +Cell[21041, 566, 191, 4, 70, "ExampleText",ExpressionUUID->"67d14c27-5ec6-496d-a5bf-ca1985dc2289", CellID->2079495405], Cell[CellGroupData[{ -Cell[21192, 569, 179, 3, 70, "Input",ExpressionUUID->"6954b1d9-27ea-41a5-8f54-d35d9d7ea9a0", +Cell[21257, 574, 179, 3, 70, "Input",ExpressionUUID->"6954b1d9-27ea-41a5-8f54-d35d9d7ea9a0", CellID->1128079436], -Cell[21374, 574, 173, 4, 36, "Output",ExpressionUUID->"9962b551-87e0-44f4-a1cb-f3254586a902", +Cell[21439, 579, 173, 4, 36, "Output",ExpressionUUID->"9962b551-87e0-44f4-a1cb-f3254586a902", CellID->2098884667] }, Open ]], -Cell[21562, 581, 145, 1, 70, "ExampleText",ExpressionUUID->"efa20db5-6699-4f6c-88ca-94911819d60d", +Cell[21627, 586, 145, 1, 70, "ExampleText",ExpressionUUID->"efa20db5-6699-4f6c-88ca-94911819d60d", CellID->1266117769], Cell[CellGroupData[{ -Cell[21732, 586, 179, 3, 70, "Input",ExpressionUUID->"72c8e6b5-c34f-48e8-804b-4f47da8f1fd2", +Cell[21797, 591, 179, 3, 70, "Input",ExpressionUUID->"72c8e6b5-c34f-48e8-804b-4f47da8f1fd2", CellID->1232904233], -Cell[21914, 591, 160, 3, 36, "Output",ExpressionUUID->"ee930970-e6cb-4f0e-84e8-0a011b4f0b01", +Cell[21979, 596, 160, 3, 36, "Output",ExpressionUUID->"ee930970-e6cb-4f0e-84e8-0a011b4f0b01", CellID->1642118226] }, Open ]], -Cell[22089, 597, 134, 1, 70, "ExampleText",ExpressionUUID->"64f90e63-4711-4245-8561-6d59bff2dc35", +Cell[22154, 602, 134, 1, 70, "ExampleText",ExpressionUUID->"64f90e63-4711-4245-8561-6d59bff2dc35", CellID->1729389402], Cell[CellGroupData[{ -Cell[22248, 602, 250, 5, 70, "Input",ExpressionUUID->"286e3f65-76bb-48ad-a2a8-f77b14383bb5", +Cell[22313, 607, 250, 5, 70, "Input",ExpressionUUID->"286e3f65-76bb-48ad-a2a8-f77b14383bb5", CellID->1142418569], -Cell[22501, 609, 2570, 74, 87, "Output",ExpressionUUID->"c47fab7a-28e1-4c8a-bcba-1ec8a653cb61", +Cell[22566, 614, 2570, 74, 85, "Output",ExpressionUUID->"c47fab7a-28e1-4c8a-bcba-1ec8a653cb61", CellID->1592912315] }, Open ]], -Cell[25086, 686, 204, 4, 70, "ExampleText",ExpressionUUID->"7e5f80a7-1be7-4626-8b3f-d07139f43f1a", +Cell[25151, 691, 204, 4, 70, "ExampleText",ExpressionUUID->"7e5f80a7-1be7-4626-8b3f-d07139f43f1a", CellID->1981878626], Cell[CellGroupData[{ -Cell[25315, 694, 179, 3, 70, "Input",ExpressionUUID->"74173ace-d23f-4d12-bbdb-f37d26a711d5", +Cell[25380, 699, 179, 3, 70, "Input",ExpressionUUID->"74173ace-d23f-4d12-bbdb-f37d26a711d5", CellID->1977074761], -Cell[25497, 699, 157, 3, 36, "Output",ExpressionUUID->"166d3b7d-07f7-43bc-b696-804893bf62e6", +Cell[25562, 704, 157, 3, 36, "Output",ExpressionUUID->"166d3b7d-07f7-43bc-b696-804893bf62e6", CellID->65108162] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25961, 716, 5425, 148, 70, "SeeAlsoSection",ExpressionUUID->"06e364b3-3ca3-43fc-a146-3f029ad39e32"], +Cell[31389, 866, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5aeb23ea-5b44-48e4-a08e-6af230486e03"], +Cell[32062, 886, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"45871f19-4915-4193-8424-f16aa3f2f493"], +Cell[33098, 914, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"ba1b6fa4-9d28-46b6-8ca8-76f7f521600f"], Cell[CellGroupData[{ -Cell[25918, 713, 5425, 148, 70, "SeeAlsoSection",ExpressionUUID->"8cd87ed5-d834-403a-9de3-99f4c056d7bf"], -Cell[31346, 863, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1e24a7fa-7d11-436c-bd12-4d333509386f"] -}, Open ]], -Cell[32031, 884, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e4e77ef2-ba1d-4772-9cc8-ac9cba69dbab"], -Cell[33067, 912, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"e576d5d7-9487-4cea-baea-fa788b583089"], -Cell[CellGroupData[{ -Cell[34682, 962, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8f109946-e20c-4ab9-b484-d7b3c9934f9e", +Cell[34713, 964, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8f109946-e20c-4ab9-b484-d7b3c9934f9e", CellID->174251628], -Cell[34822, 965, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3412e149-ca9e-4717-be2f-6999e08ac7e0", +Cell[34853, 967, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3412e149-ca9e-4717-be2f-6999e08ac7e0", CellID->1194386356], -Cell[35044, 971, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4abebd00-ba83-4911-88a0-345b442d50c8", +Cell[35075, 973, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4abebd00-ba83-4911-88a0-345b442d50c8", CellID->1641706272], -Cell[35259, 976, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1c0a8a9-52f6-4777-bb5f-77ee958d84a1", +Cell[35290, 978, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1c0a8a9-52f6-4777-bb5f-77ee958d84a1", CellID->399251956], -Cell[35488, 982, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0422eb0d-683d-4885-be36-488584692395", +Cell[35519, 984, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0422eb0d-683d-4885-be36-488584692395", CellID->821434655] }, Open ]], -Cell[35725, 988, 78, 0, 70, "FooterCell",ExpressionUUID->"5c80d906-7546-49d8-8734-45c713efcdf7"] +Cell[35756, 990, 78, 0, 70, "FooterCell",ExpressionUUID->"41b430a9-2647-463e-bde2-cb1cc4806d48"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AlmostAverageConvexQ.nb b/Documentation/English/ReferencePages/Symbols/AlmostAverageConvexQ.nb index f5469ce..dec919a 100644 --- a/Documentation/English/ReferencePages/Symbols/AlmostAverageConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AlmostAverageConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43692, 1134] -NotebookOptionsPosition[ 34967, 960] -NotebookOutlinePosition[ 37103, 1014] -CellTagsIndexPosition[ 37017, 1009] +NotebookDataLength[ 43706, 1134] +NotebookOptionsPosition[ 34996, 962] +NotebookOutlinePosition[ 37149, 1016] +CellTagsIndexPosition[ 37063, 1011] WindowTitle->AlmostAverageConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "abca3605-6b25-449d-be43-f9b7ca280265"], + "40f7ae42-0cdb-40bb-9a36-154e58b2b5ee"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1daaa4d4-b061-4e35-9116-965e9567a055"], + "2584f861-01dd-44e3-aeaf-9583e97582f1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "43b09043-d79d-4223-ad65-fa0a2113480d"] - }],ExpressionUUID->"806059d6-0c2b-4c4f-b2c3-5f1e83325658"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "2605cc32-20b0-48aa-acf1-76ef3b3e574f"] + }],ExpressionUUID->"075fee3b-9cb6-460f-b0e1-2d0242880de2"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb624a6a-6be0-413f-921a-7ed4488e00b7"], + "12a3be1f-d933-4228-930f-d03ba6078218"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3dedf27f-c0ef-4031-aa9b-d16583d71ab1"] - }],ExpressionUUID->"7d9cfc35-cd49-41bd-91a1-35fa5e2c82d2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "681e90c9-eebd-47b4-bc48-e23ee5e9e76e"] + }],ExpressionUUID->"1ebb3b23-5757-480e-8853-8e51919707cb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "02606b86-9bfa-4a4b-b60b-2795dcaf0208"], + "e1b06443-bca8-4a8e-b46a-d97242acf301"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c5f98bc2-1371-49ad-bab5-1b07a7f5f4fe"] - }],ExpressionUUID->"503ec3c2-0051-4967-8c84-65ffea86010f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b4b33c66-4b25-4371-b718-7e2d238fd7f5"] + }],ExpressionUUID->"bb83aea5-9a4a-4b35-9615-8654e28e8627"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "04432c2d-86e3-4f0c-a92b-3b3d2151f515"], + "497b4221-2f95-4ce0-ae08-1f1ced86d76c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5aa11408-d6d8-43f1-9998-3ea0ecefe1b1"] - }],ExpressionUUID->"b4934eeb-94da-471d-aff3-52d6c86c9ae9"], - StripOnInput->False], {"\<\"TUG/ref/AlmostAverageConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AlmostAverageConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "f749440c-1008-475f-9823-5e59f76b47df"] + }],ExpressionUUID->"3f7528be-6285-4f6e-a881-ba9cad5fee6c"], + StripOnInput->False],{ + "\"TUG/ref/AlmostAverageConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AlmostAverageConvexQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AlmostAverageConvexQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$25342], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AlmostAverageConvexQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$25908], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AlmostAverageConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5c5707c6-8239-4a77-a130-8cd365474f06"] + "7a5666cb-4053-442a-962e-c924fd8f30d4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "86d7b68c-0153-4a44-8800-7a89ac7d030e"]} + "e27891c6-7944-44c8-96f3-c7d408ce38aa"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"26629781-5c87-45c6-bc15-76056d172430"], + CellID->1,ExpressionUUID->"44f964a7-6811-4032-bc2e-80c5eb9c7cef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"18f06d4a-f156-41b2-ad80-8905c6289a26"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"596841b0-9c1c-430c-ab54-b1793bf7476a"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AlmostAverageConvexQ", "ObjectName",ExpressionUUID-> - "77d094c9-5009-4c2a-acb0-899bff19a38b"], + "64001c4e-2fc1-4f9a-a3d1-a8bc1b841706"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"fa290dcb-cdf6-4c78-b791-ce7c04b9e9f2"], + "Spacer1"]],ExpressionUUID->"fe2121cf-14a0-4118-b46f-578c09dda659"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cfa0362f-f79f-4a88-8c11-3ca3f94ba38e"] - }],ExpressionUUID->"40e41eeb-4739-47b0-a5fe-4fca0519dbe4"], Cell[BoxData[ + "01789b58-e2cf-4e8f-82a6-696ebbafb442"] + }],ExpressionUUID->"4434e550-1c28-4939-992a-6aeeda085235"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b9464c56-ab65-4f51-9c78-693789a7089a"]} + "4a5fd278-3dd6-4792-9c1f-9bc1a1fd9a0d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b9741c4f-44ae-4125-8499-314d672dfa50"], + CacheGraphics->False,ExpressionUUID->"16589140-16b8-431b-b285-35a09b4289c6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "d9f3820c-29ef-4186-9c16-de2bfd2d04a1"], " \[LineSeparator]checks the almost average-convexity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"b8d79583-084b-4044-af3c-fa3ac1d71229"]} + }],ExpressionUUID->"bcb91470-d0d6-487b-af9a-04742c305329"]} }]], "Usage", CellID->1715945227,ExpressionUUID->"d187160d-c458-44dd-83ca-9cf9855ff7c7"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90ad3c27-d2c6-4126-9ed6-b55cbaa9a29a"], + ExpressionUUID->"8db12e9e-75b4-49d9-a73a-40a1e24bd6ae"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"309bb6b9-4485-4f88-b22a-e815a55ec104"], + "Spacer1"]],ExpressionUUID->"1d648c88-f7ce-4875-aa39-103915c24c7d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"827370b9-cbe5-49a7-ac49-6fad3d60d5b9"], + }], "NotesFrameText",ExpressionUUID->"2fcccd64-398d-461b-b07f-ba6578b2d455"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"97ac673a-7410-4079-8f74-df2782f0a170"]], \ + "Preemptive"]],ExpressionUUID->"dd5ee6a2-af6b-4a9d-9933-f70e0f86501d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2072236739,ExpressionUUID->"1361cceb-f54a-4e0c-9e05-ffdc1cb8d122"], + CellID->1915808500,ExpressionUUID->"f520e4a4-ceaf-4a41-9412-cdc531675bc7"], Cell[TextData[{ "The input expression ", @@ -369,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"32344200-0c39-4de0-adc9-45b33c4636c4"], + ExpressionUUID->"27f08a00-5388-474e-bf68-54658cfc8d65"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0eb0d86-419b-428e-ad30-cc649299c7a0"], + "Spacer1"]],ExpressionUUID->"59a4bb7b-a929-415d-a190-8b606fca3700"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d38c8971-4c2e-424e-ae1e-1ed2de5b4808"] + "bb395252-fac4-4181-9d96-a5551f6a40fb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1325470171,ExpressionUUID->"fdc14b7a-fe88-4a02-9108-aed7b46fe025"], + CellID->1495976154,ExpressionUUID->"3d912275-9a49-4190-8775-ce03a3819861"], Cell[CellGroupData[{ @@ -410,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"528850b2-0b96-45e3-904c-c761e2fa034e"], + ExpressionUUID->"28fa8420-1dae-48d5-8e6a-d6c5a3b8175e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"049e5ed1-038d-46b5-8ea7-b89fc7a5d639"], + "Spacer1"]],ExpressionUUID->"d3f767b8-7e89-4248-843c-4dc6f74dbb4c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "99908f86-b6b8-4924-932e-af1fbcf3a9a9"] + "a95b7df5-06fb-431c-b438-7c9547b8412f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->632278132,ExpressionUUID->"64936a8e-7146-4dd8-9141-adacdd41aff0"], + CellID->2058890570,ExpressionUUID->"2626d64a-7f03-4665-8564-3228f2dfe25c"], Cell["Loading the package:", "ExampleText", CellID->1042858320,ExpressionUUID->"93ab74b6-fe54-4289-87ee-6911ee2e2526"], @@ -679,8 +684,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -828,15 +831,15 @@ Cell[BoxData[GridBox[{ "dbd9eba3-7982-4e32-a8b3-f7fce09c2444"] }], "SeeAlso",ExpressionUUID->"24d658ce-e363-4dbc-918e-677d6e262be3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"03ec036a-1d69-45c6-b48f-\ -16130af6135d"], + }]], "SeeAlsoSection",ExpressionUUID->"9c57e462-b8c6-4e07-92d3-\ +d58d9afef6af"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -848,9 +851,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"300424c1-ed47-421c-ae02-d064400da472"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"cb90339e-da76-4c22-960f-\ -610cf4dc6f94"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ad06d1b1-58d5-4d1c-a1a0-\ +11f74d9150e5"], Cell[BoxData[GridBox[{ { @@ -867,7 +869,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "09a869fc-624b-4122-a6f5-392c7fe33211"]}]}, + "8d947088-4a6f-4693-994b-e3d5f63961e3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -875,10 +877,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1fbdd4fe-7b92-42a0-8144-58af9c28c3fd"]}]} + "399f9b5c-e435-473b-8f7b-c5ba315d740f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e5412389-45ba-4c8a-8131-\ -8f4a5ccf5634"], + }]], "MoreAboutSection",ExpressionUUID->"a3e76443-c760-4836-8a4b-\ +747835c76fca"], Cell[BoxData[GridBox[{ { @@ -905,7 +907,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff6e9b94-5754-425b-941a-60b25dd559a7"]], "RelatedLinks", + "4f83dcb7-178f-483b-a837-154bee284c11"]], "RelatedLinks", ExpressionUUID->"f0b6c561-7b99-4d24-9c7a-eb3551450035"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -922,11 +924,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "45793b0b-6fd4-47fc-875c-0074207fe498"]], "RelatedLinks", + "c9f17238-315d-40b6-8266-bed69b1e6f38"]], "RelatedLinks", ExpressionUUID->"56826d61-77e7-4010-b627-cce723ed87de"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5ab858a5-c349-4571-9cf4-\ -b7efe5adfe12"], + }]], "RelatedLinksSection",ExpressionUUID->"c73bbb25-a44b-4ee9-98e0-\ +1227683e645f"], Cell[CellGroupData[{ @@ -956,11 +958,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"005b4014-95d6-4a15-baf8-2a3b89ad3eb1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"beecdcf3-77fd-4abf-8bf1-f42bf67d4193"] +Cell[" ", "FooterCell",ExpressionUUID->"aae31d31-181e-4db1-a344-9c705753cf07"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AlmostAverageConvexQ", TaggingRules->{ @@ -971,18 +973,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 27.762150}", + "built" -> "{2024, 6, 3, 16, 51, 3.554522}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AlmostAverageConvexQ[game] checks the almost average-convexity of the \ TU-game. It returns 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "AlmostAverageConvexQ", "titlemodifier" -> "", "windowtitle" -> - "AlmostAverageConvexQ", "type" -> "Symbol", "uri" -> - "TUG/ref/AlmostAverageConvexQ"}}, + "title" -> "AlmostAverageConvexQ", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "AlmostAverageConvexQ", "type" -> + "Symbol", "uri" -> "TUG/ref/AlmostAverageConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -991,9 +993,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"dd121c15-0ca5-4162-835c-79793bf019d5" +ExpressionUUID->"7ac2dca6-f14a-43c0-bddb-63c75052d3eb" ] (* End of Notebook Content *) @@ -1001,141 +1003,139 @@ ExpressionUUID->"dd121c15-0ca5-4162-835c-79793bf019d5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13347, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fdc14b7a-fe88-4a02-9108-aed7b46fe025", + Cell[13409, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d912275-9a49-4190-8775-ce03a3819861", CellTags->"PrimaryExamplesSection", - CellID->1325470171]} + CellID->1495976154]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36816, 1002} + {"PrimaryExamplesSection", 36862, 1004} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7096, 168, 56, "AnchorBarGrid",ExpressionUUID->"26629781-5c87-45c6-bc15-76056d172430", +Cell[592, 21, 7158, 173, 57, "AnchorBarGrid",ExpressionUUID->"44f964a7-6811-4032-bc2e-80c5eb9c7cef", CellID->1], -Cell[7691, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"18f06d4a-f156-41b2-ad80-8905c6289a26"], +Cell[7753, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"596841b0-9c1c-430c-ab54-b1793bf7476a"], Cell[CellGroupData[{ -Cell[7802, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"b9741c4f-44ae-4125-8499-314d672dfa50"], -Cell[9099, 232, 505, 10, 111, "Usage",ExpressionUUID->"d187160d-c458-44dd-83ca-9cf9855ff7c7", +Cell[7864, 200, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"16589140-16b8-431b-b285-35a09b4289c6"], +Cell[9161, 237, 505, 10, 111, "Usage",ExpressionUUID->"d187160d-c458-44dd-83ca-9cf9855ff7c7", CellID->1715945227] }, Open ]], Cell[CellGroupData[{ -Cell[9641, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"1361cceb-f54a-4e0c-9e05-ffdc1cb8d122", +Cell[9703, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"f520e4a4-ceaf-4a41-9412-cdc531675bc7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2072236739], -Cell[11539, 296, 663, 17, 49, "Notes",ExpressionUUID->"c246ab00-d05b-455e-8aa5-6ae34d8b02ac", + CellID->1915808500], +Cell[11601, 301, 663, 17, 48, "Notes",ExpressionUUID->"c246ab00-d05b-455e-8aa5-6ae34d8b02ac", CellID->26053], -Cell[12205, 315, 489, 12, 37, "Notes",ExpressionUUID->"dd10ccc9-2d7a-460c-a13e-af77f6e25c58", +Cell[12267, 320, 489, 12, 38, "Notes",ExpressionUUID->"dd10ccc9-2d7a-460c-a13e-af77f6e25c58", CellID->177724765], -Cell[12697, 329, 353, 6, 57, "Notes",ExpressionUUID->"f805b3c4-72f8-4c15-833b-468cfd30373b", +Cell[12759, 334, 353, 6, 57, "Notes",ExpressionUUID->"f805b3c4-72f8-4c15-833b-468cfd30373b", CellID->1224246756], -Cell[13053, 337, 167, 3, 36, "Notes",ExpressionUUID->"b2ea25a8-b697-4c80-b2bd-8d72340071c1", +Cell[13115, 342, 167, 3, 36, "Notes",ExpressionUUID->"b2ea25a8-b697-4c80-b2bd-8d72340071c1", CellID->2003329385] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13347, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fdc14b7a-fe88-4a02-9108-aed7b46fe025", +Cell[13409, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d912275-9a49-4190-8775-ce03a3819861", CellTags->"PrimaryExamplesSection", - CellID->1325470171], + CellID->1495976154], Cell[CellGroupData[{ -Cell[14793, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"64936a8e-7146-4dd8-9141-adacdd41aff0", - CellID->632278132], -Cell[16194, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"93ab74b6-fe54-4289-87ee-6911ee2e2526", +Cell[14855, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2626d64a-7f03-4665-8564-3228f2dfe25c", + CellID->2058890570], +Cell[16257, 430, 119, 1, 39, "ExampleText",ExpressionUUID->"93ab74b6-fe54-4289-87ee-6911ee2e2526", CellID->1042858320], Cell[CellGroupData[{ -Cell[16338, 430, 167, 3, 27, "Input",ExpressionUUID->"4ccd810a-d17e-4b95-bc3e-b269e02800ec", +Cell[16401, 435, 167, 3, 27, "Input",ExpressionUUID->"4ccd810a-d17e-4b95-bc3e-b269e02800ec", CellID->407917490], Cell[CellGroupData[{ -Cell[16530, 437, 234, 4, 23, "Print",ExpressionUUID->"f7c8125b-a3ee-4d50-a234-1a471459b826", +Cell[16593, 442, 234, 4, 23, "Print",ExpressionUUID->"f7c8125b-a3ee-4d50-a234-1a471459b826", CellID->77437093], -Cell[16767, 443, 363, 8, 23, "Print",ExpressionUUID->"454ea63d-a26f-43be-8eeb-74a098363217", +Cell[16830, 448, 363, 8, 23, "Print",ExpressionUUID->"454ea63d-a26f-43be-8eeb-74a098363217", CellID->46976666], -Cell[17133, 453, 235, 4, 23, "Print",ExpressionUUID->"106dc326-8c54-4c11-a8a9-675ef1d7f6a6", +Cell[17196, 458, 235, 4, 23, "Print",ExpressionUUID->"106dc326-8c54-4c11-a8a9-675ef1d7f6a6", CellID->413528543], -Cell[17371, 459, 218, 3, 23, "Print",ExpressionUUID->"c89c6d6d-f950-42d1-917e-ae463cf342bf", +Cell[17434, 464, 218, 3, 23, "Print",ExpressionUUID->"c89c6d6d-f950-42d1-917e-ae463cf342bf", CellID->29366525], -Cell[17592, 464, 207, 3, 23, "Print",ExpressionUUID->"99cbe4f2-7b16-4cf7-978d-dbff8553c236", +Cell[17655, 469, 207, 3, 23, "Print",ExpressionUUID->"99cbe4f2-7b16-4cf7-978d-dbff8553c236", CellID->2003630030], -Cell[17802, 469, 236, 4, 23, "Print",ExpressionUUID->"4da9a72e-1ceb-4807-8eb6-a47555bcac0f", +Cell[17865, 474, 236, 4, 23, "Print",ExpressionUUID->"4da9a72e-1ceb-4807-8eb6-a47555bcac0f", CellID->839460106], -Cell[18041, 475, 219, 3, 23, "Print",ExpressionUUID->"95227710-638a-4166-b98b-87d1af8401fc", +Cell[18104, 480, 219, 3, 23, "Print",ExpressionUUID->"95227710-638a-4166-b98b-87d1af8401fc", CellID->270071375], -Cell[18263, 480, 236, 4, 23, "Print",ExpressionUUID->"52be285e-9a8f-430e-9846-971c4afc97f5", +Cell[18326, 485, 236, 4, 23, "Print",ExpressionUUID->"52be285e-9a8f-430e-9846-971c4afc97f5", CellID->1983640554], -Cell[18502, 486, 236, 4, 23, "Print",ExpressionUUID->"e3bdb642-d4de-40f1-8a63-bf2b90660b23", +Cell[18565, 491, 236, 4, 23, "Print",ExpressionUUID->"e3bdb642-d4de-40f1-8a63-bf2b90660b23", CellID->1964613301], -Cell[18741, 492, 207, 3, 23, "Print",ExpressionUUID->"5099a25d-141a-487a-b842-5b7214b1cf4e", +Cell[18804, 497, 207, 3, 23, "Print",ExpressionUUID->"5099a25d-141a-487a-b842-5b7214b1cf4e", CellID->2035859479], -Cell[18951, 497, 235, 4, 23, "Print",ExpressionUUID->"cbb50ba6-0f9e-4a1f-a9e2-9377e79f7ac3", +Cell[19014, 502, 235, 4, 23, "Print",ExpressionUUID->"cbb50ba6-0f9e-4a1f-a9e2-9377e79f7ac3", CellID->425112140] }, Open ]] }, Open ]], -Cell[19213, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"f5750da9-e60d-4913-86af-d9f3b90994ed", +Cell[19276, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"f5750da9-e60d-4913-86af-d9f3b90994ed", CellID->1568741251], -Cell[19353, 508, 235, 6, 70, "Input",ExpressionUUID->"6ec4c08c-b792-471b-9a34-fd7b7c4ae95c", +Cell[19416, 513, 235, 6, 70, "Input",ExpressionUUID->"6ec4c08c-b792-471b-9a34-fd7b7c4ae95c", CellID->1249402603], Cell[CellGroupData[{ -Cell[19613, 518, 456, 11, 70, "Input",ExpressionUUID->"278094a8-afd9-48dd-ba38-60fc1d1624c6", +Cell[19676, 523, 456, 11, 70, "Input",ExpressionUUID->"278094a8-afd9-48dd-ba38-60fc1d1624c6", CellID->196703624], -Cell[20072, 531, 447, 11, 51, "Output",ExpressionUUID->"91d1aaf2-5593-4b8a-a765-ef3d52ecb8aa", +Cell[20135, 536, 447, 11, 50, "Output",ExpressionUUID->"91d1aaf2-5593-4b8a-a765-ef3d52ecb8aa", CellID->1276081285] }, Open ]], -Cell[20534, 545, 238, 6, 70, "Input",ExpressionUUID->"44b7e9fd-8917-4898-9bd9-a2cc4a49b5a6", +Cell[20597, 550, 238, 6, 70, "Input",ExpressionUUID->"44b7e9fd-8917-4898-9bd9-a2cc4a49b5a6", CellID->1165624770], -Cell[20775, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"134ed1bc-9f52-4a94-bd23-b4596c422a43", +Cell[20838, 558, 191, 4, 70, "ExampleText",ExpressionUUID->"134ed1bc-9f52-4a94-bd23-b4596c422a43", CellID->1636228339], Cell[CellGroupData[{ -Cell[20991, 561, 178, 3, 70, "Input",ExpressionUUID->"6e81dc70-96dc-4d5c-849c-99c5fe9dcc15", +Cell[21054, 566, 178, 3, 70, "Input",ExpressionUUID->"6e81dc70-96dc-4d5c-849c-99c5fe9dcc15", CellID->2008343883], -Cell[21172, 566, 173, 4, 36, "Output",ExpressionUUID->"c45723be-c877-4f3b-83bc-e7e36a25ddc5", +Cell[21235, 571, 173, 4, 36, "Output",ExpressionUUID->"c45723be-c877-4f3b-83bc-e7e36a25ddc5", CellID->1812305620] }, Open ]], -Cell[21360, 573, 138, 1, 70, "ExampleText",ExpressionUUID->"519d0647-a9d8-4097-a657-560c562468bb", +Cell[21423, 578, 138, 1, 70, "ExampleText",ExpressionUUID->"519d0647-a9d8-4097-a657-560c562468bb", CellID->1453008928], Cell[CellGroupData[{ -Cell[21523, 578, 171, 3, 70, "Input",ExpressionUUID->"4c5889e7-24d7-465c-ba53-a55b858af2dd", +Cell[21586, 583, 171, 3, 70, "Input",ExpressionUUID->"4c5889e7-24d7-465c-ba53-a55b858af2dd", CellID->712991448], -Cell[21697, 583, 159, 3, 36, "Output",ExpressionUUID->"6d4fbc49-8823-4859-b233-e7b2a2f7ec06", +Cell[21760, 588, 159, 3, 36, "Output",ExpressionUUID->"6d4fbc49-8823-4859-b233-e7b2a2f7ec06", CellID->683278632] }, Open ]], -Cell[21871, 589, 132, 1, 70, "ExampleText",ExpressionUUID->"1684856d-6811-4144-95c7-9c040121edb2", +Cell[21934, 594, 132, 1, 70, "ExampleText",ExpressionUUID->"1684856d-6811-4144-95c7-9c040121edb2", CellID->67187002], Cell[CellGroupData[{ -Cell[22028, 594, 249, 5, 70, "Input",ExpressionUUID->"bc543d66-707e-4be8-b3ff-c6ad69738207", +Cell[22091, 599, 249, 5, 70, "Input",ExpressionUUID->"bc543d66-707e-4be8-b3ff-c6ad69738207", CellID->1308854666], -Cell[22280, 601, 1939, 52, 87, "Output",ExpressionUUID->"3349e358-965b-4430-a040-72c5a86d98e4", +Cell[22343, 606, 1939, 52, 85, "Output",ExpressionUUID->"3349e358-965b-4430-a040-72c5a86d98e4", CellID->190387568] }, Open ]], -Cell[24234, 656, 203, 4, 70, "ExampleText",ExpressionUUID->"b45e4be7-1279-4ea5-b00e-bb1b6411cac4", +Cell[24297, 661, 203, 4, 70, "ExampleText",ExpressionUUID->"b45e4be7-1279-4ea5-b00e-bb1b6411cac4", CellID->1981878626], Cell[CellGroupData[{ -Cell[24462, 664, 178, 3, 70, "Input",ExpressionUUID->"a36f4fa1-6508-43e1-a05d-16a6342d15ca", +Cell[24525, 669, 178, 3, 70, "Input",ExpressionUUID->"a36f4fa1-6508-43e1-a05d-16a6342d15ca", CellID->1977074761], -Cell[24643, 669, 159, 3, 36, "Output",ExpressionUUID->"c9b70627-6934-4b9f-8373-9dd9c6fddca7", +Cell[24706, 674, 159, 3, 36, "Output",ExpressionUUID->"c9b70627-6934-4b9f-8373-9dd9c6fddca7", CellID->1125430297] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25107, 686, 5437, 148, 70, "SeeAlsoSection",ExpressionUUID->"9c57e462-b8c6-4e07-92d3-d58d9afef6af"], +Cell[30547, 836, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ad06d1b1-58d5-4d1c-a1a0-11f74d9150e5"], +Cell[31220, 856, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a3e76443-c760-4836-8a4b-747835c76fca"], +Cell[32256, 884, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"c73bbb25-a44b-4ee9-98e0-1227683e645f"], Cell[CellGroupData[{ -Cell[25066, 683, 5437, 148, 70, "SeeAlsoSection",ExpressionUUID->"03ec036a-1d69-45c6-b48f-16130af6135d"], -Cell[30506, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"cb90339e-da76-4c22-960f-610cf4dc6f94"] -}, Open ]], -Cell[31191, 854, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e5412389-45ba-4c8a-8131-8f4a5ccf5634"], -Cell[32227, 882, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"5ab858a5-c349-4571-9cf4-b7efe5adfe12"], -Cell[CellGroupData[{ -Cell[33842, 932, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"82cdb887-11a5-4533-be00-e423839eb9b8", +Cell[33871, 934, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"82cdb887-11a5-4533-be00-e423839eb9b8", CellID->174251628], -Cell[33982, 935, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c8092ab1-201f-4265-9636-7483b46ff947", +Cell[34011, 937, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c8092ab1-201f-4265-9636-7483b46ff947", CellID->1194386356], -Cell[34204, 941, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a3376a5b-a1d2-4f91-bbd0-b5deff007855", +Cell[34233, 943, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a3376a5b-a1d2-4f91-bbd0-b5deff007855", CellID->1641706272], -Cell[34419, 946, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9006e7f6-94ad-4486-9b7d-757843111c78", +Cell[34448, 948, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9006e7f6-94ad-4486-9b7d-757843111c78", CellID->399251956], -Cell[34648, 952, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"005b4014-95d6-4a15-baf8-2a3b89ad3eb1", +Cell[34677, 954, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"005b4014-95d6-4a15-baf8-2a3b89ad3eb1", CellID->821434655] }, Open ]], -Cell[34885, 958, 78, 0, 70, "FooterCell",ExpressionUUID->"beecdcf3-77fd-4abf-8bf1-f42bf67d4193"] +Cell[34914, 960, 78, 0, 70, "FooterCell",ExpressionUUID->"aae31d31-181e-4db1-a344-9c705753cf07"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AlmostConcaveQ.nb b/Documentation/English/ReferencePages/Symbols/AlmostConcaveQ.nb index 74c3bd7..ac2812c 100644 --- a/Documentation/English/ReferencePages/Symbols/AlmostConcaveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AlmostConcaveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41700, 1086] -NotebookOptionsPosition[ 33016, 912] -NotebookOutlinePosition[ 35113, 966] -CellTagsIndexPosition[ 35028, 961] +NotebookDataLength[ 41691, 1085] +NotebookOptionsPosition[ 33026, 913] +NotebookOutlinePosition[ 35139, 967] +CellTagsIndexPosition[ 35054, 962] WindowTitle->AlmostConcaveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "dab8ef9e-f440-4625-be20-e69329db1c2c"], + "bb407e70-fec8-4744-95b1-66db92e1d4ae"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "49cdd90a-68a3-4a3b-9f91-e5bc4ab69380"], + "70923f40-2e0c-446f-bf37-b754721f2057"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a8d6ff89-d9a1-46c5-b81d-ce768eab089f"] - }],ExpressionUUID->"f1be798a-65b3-4322-b221-1b40e5030618"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "c0741087-41b5-4810-975d-0d3e8b0032d2"] + }],ExpressionUUID->"a42e207c-8d5e-4c28-a6d1-515c3138b058"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c02d353f-28b6-4928-b965-d5290a8f82e0"], + "64165dee-4df9-48ac-bae6-72d8f485ef88"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "edcfe2b2-78f8-4213-8bec-3f1ede7e6687"] - }],ExpressionUUID->"c2daae49-4fa7-4ffb-bba0-a436c6315258"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a64d39ba-7741-4b68-8e8e-22e931974ed3"] + }],ExpressionUUID->"9dbdd797-6134-4533-9282-c484790e194c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b9a9833-af0c-4e96-a54f-d0d536a08a7b"], + "c7dd876c-2281-4a08-8c22-23b4c90fedd1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9549c96a-b190-4104-9eab-b3b13b3daae5"] - }],ExpressionUUID->"53cbfaa3-c26c-4b23-b90a-0dd593be9021"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7163f078-18f9-4fe7-b9ec-1fff57772e53"] + }],ExpressionUUID->"d1227ba8-9921-4357-8cbe-8b880520bd31"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7329148e-83e6-4cc0-9a4e-2fdec0eeee43"], + "dd14db69-591b-4da9-8dd7-2dd746231ae8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9743fcea-1751-42b4-a455-35af6432f13f"] - }],ExpressionUUID->"4eb3a03b-3dc4-4259-b726-832e5a479a0b"], - StripOnInput->False], {"\<\"TUG/ref/AlmostConcaveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AlmostConcaveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9929a30c-b963-4f7c-9496-575d3c0676fc"] + }],ExpressionUUID->"2584a1f8-3815-4503-b211-855555c92326"], + StripOnInput->False],{ + "\"TUG/ref/AlmostConcaveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AlmostConcaveQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AlmostConcaveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$25903], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AlmostConcaveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$26503], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AlmostConcaveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "65391df5-29f8-48fa-8f74-0ac1a73d7420"] + "bdc5119f-1011-4504-a38a-2b39ccc30854"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2e161d79-c10e-4067-84dd-3065840889e3"]} + "31f047a2-2b39-48a6-8d1c-70e611fb730b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"592a49f8-d84d-4b46-9c32-c1fdf29d5f5d"], + CellID->1,ExpressionUUID->"cca6c712-cd20-4743-9913-171fc1368d4a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0872168a-51fd-493c-ad9a-8779c417686d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d741060b-24d2-47e7-b174-327acade4b43"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AlmostConcaveQ", "ObjectName",ExpressionUUID-> - "17dd6da4-dc37-40d9-96a5-cf3490f7bb69"], + "1b47cb2b-b87f-46b2-ae8b-5c63ab51b42d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e7838b87-38cb-4cf6-a54d-70d5c37d7a25"], + "Spacer1"]],ExpressionUUID->"c3aeddca-dc76-423b-94b5-aca1cffa2fdd"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "03872579-c138-4d89-be46-c893dd583b2c"] - }],ExpressionUUID->"da16c199-6dc9-413c-9035-c8eed0d5337f"], Cell[BoxData[ + "97df957b-cf6c-427f-8abe-8992b73fd9f2"] + }],ExpressionUUID->"c013ab62-b32a-4771-9e85-c163f2b880b7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "591c5b68-950d-4459-8dc2-a8bfe3249a6d"]} + "7934ec9e-96f3-4978-96d9-5b79339f0f5d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"93c37163-d88b-40c6-82f8-6313de78c820"], + CacheGraphics->False,ExpressionUUID->"a3c307d6-4e7b-48c9-8f10-9be3965370b0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "56f20983-5015-4dc7-8a9e-75a933067484"], " \[LineSeparator]checks the almost-concavity of the TU-game. It returns \ 'True' or 'False'." - }],ExpressionUUID->"08f3d60a-be76-4c7f-87e8-f439a5a18192"]} + }],ExpressionUUID->"e971b90e-0bda-4831-af69-6cdd36d32edc"]} }]], "Usage", CellID->86104678,ExpressionUUID->"abce60a8-43fc-4b05-bae3-8b64ae548bac"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a8e63e6c-711d-4ae2-a6b6-2abafc449461"], + ExpressionUUID->"5d925fdb-287c-4b4d-84bf-3f8e61f987e4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"609c78fe-dcde-4648-a2ff-1691661a45c2"], + "Spacer1"]],ExpressionUUID->"b1c53200-8fc5-4394-89cf-e6d6444883e9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d6dd627c-15f1-4b9b-808c-4ac1b7fdd1ce"], + }], "NotesFrameText",ExpressionUUID->"209e2c3a-a87f-4299-8fdb-2956f9f79a42"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"37c8737e-9cca-422c-bd5f-7e0fe09924b0"]], \ + "Preemptive"]],ExpressionUUID->"bff9327b-b391-435c-9c41-9ecac8ee3901"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1078464120,ExpressionUUID->"71fec0b3-63b9-434b-b7a1-64e126575646"], + CellID->678477693,ExpressionUUID->"f432bca6-17a9-4dcb-aeb2-162318d26ba4"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ee052d2a-80f1-4602-97b7-b6f1987f00cf"], + ExpressionUUID->"31a73b2f-ee3c-4d6f-9e11-12ca36d8400a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cefcbd4f-d6c3-4e03-9912-f02b27ffafc9"], + "Spacer1"]],ExpressionUUID->"96921a26-1e89-4301-a2d1-d2e95ba82464"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5d3cbc7c-570c-4fdc-bae5-fa69749bfc00"] + "f5400ff3-365d-436e-acbb-7508c3d46a2f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1674847111,ExpressionUUID->"146bc802-dd18-4e9b-b8f7-4cf87807e0d9"], + CellID->585277680,ExpressionUUID->"73b01ec0-8195-4f59-b025-db51dcf8016d"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"45806a5e-c45d-472f-a155-42c4bb3360e1"], + ExpressionUUID->"fa568aef-bd57-4c50-90b2-4453aeb61d37"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6da48a60-84d9-4aa4-97bf-920d58ec94bc"], + "Spacer1"]],ExpressionUUID->"8292084e-9973-4ec3-8625-39f870b66b15"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c889881d-49f4-44be-a1f0-fc13a6fe084c"] + "96c52087-9729-4649-881f-f017b4b7ae07"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1201009184,ExpressionUUID->"2efbde7a-7c63-4b08-8088-8a06c328f705"], + CellID->1003676525,ExpressionUUID->"5ea35d15-1ff0-4a27-9de0-c851329b7ccf"], Cell["Loading the package:", "ExampleText", CellID->303523156,ExpressionUUID->"5b8ac3db-640a-40a7-8a8f-5a304f4c0d36"], @@ -631,8 +635,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -780,15 +782,15 @@ Cell[BoxData[GridBox[{ "bdb79001-ba7b-4ceb-9a30-3286f8514a02"] }], "SeeAlso",ExpressionUUID->"fea0fa5f-a327-4b95-b99f-8c5fbbc5c208"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"56410c9d-0fd8-4987-a676-\ -5a3d47576ee5"], + }]], "SeeAlsoSection",ExpressionUUID->"a58d5d7c-03a0-4365-9874-\ +7aa40aa935b9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -800,9 +802,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"be328fce-c926-422f-9ca1-df08e2776159"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"43f61487-c007-4362-af20-\ -f572f2a961ff"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8d50bfa5-6142-48d9-80c4-\ +2da350ece1f2"], Cell[BoxData[GridBox[{ { @@ -819,7 +820,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "213c96c9-13fb-4c13-a9b8-f8365f45b126"]}]}, + "4932d44e-e9d7-4a28-86bd-3d93132f6b57"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -827,10 +828,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ba6a86d1-c467-4e89-b40c-aed78f6844a8"]}]} + "879f2fdb-dcce-4866-a75c-e3b3aa17022d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8eac0a05-0f16-4495-a685-\ -088f32ba05d0"], + }]], "MoreAboutSection",ExpressionUUID->"00e26108-655d-4c65-b2c9-\ +5fa8d1d72b65"], Cell[BoxData[GridBox[{ { @@ -857,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "edbeb90c-a970-4fa8-a9d5-92b39e999c84"]], "RelatedLinks", + "362bc4aa-2ce4-4929-bf77-451fd4dd587f"]], "RelatedLinks", ExpressionUUID->"97824866-c569-4ef3-82c1-9f1a70d24491"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -874,11 +875,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1f3501e8-c55b-4c44-9910-45c531c053e3"]], "RelatedLinks", + "4cd390f4-4e7d-4a5c-b9d4-30c7f0df9bab"]], "RelatedLinks", ExpressionUUID->"d2c28667-497c-430a-8444-827b10b69d21"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"aae33e16-7f97-4841-a8bf-\ -5a41d556972c"], + }]], "RelatedLinksSection",ExpressionUUID->"53d1776b-beac-4475-8026-\ +9713ffc7a0a3"], Cell[CellGroupData[{ @@ -908,11 +909,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c05d4b87-653b-494a-8f34-6d585abdb098"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"82d93d3b-e59b-450a-9784-a2f6dd374a5f"] +Cell[" ", "FooterCell",ExpressionUUID->"ea78c2be-f671-4353-a7f3-b913e92cfa41"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AlmostConcaveQ", TaggingRules->{ @@ -923,18 +924,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 29.220119}", + "built" -> "{2024, 6, 3, 16, 51, 4.292224}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AlmostConcaveQ[game] checks the almost-concavity of the TU-game. It \ returns 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AlmostConcaveQ", "titlemodifier" -> "", "windowtitle" -> - "AlmostConcaveQ", "type" -> "Symbol", "uri" -> + "AlmostConcaveQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AlmostConcaveQ", "type" -> "Symbol", "uri" -> "TUG/ref/AlmostConcaveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -943,9 +944,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b9f19e1d-e5f3-4e13-86f9-e8c2d2393297" +ExpressionUUID->"2196f1fb-b37f-48f1-95d7-fe322ae3cefa" ] (* End of Notebook Content *) @@ -953,141 +954,139 @@ ExpressionUUID->"b9f19e1d-e5f3-4e13-86f9-e8c2d2393297" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13168, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"146bc802-dd18-4e9b-b8f7-4cf87807e0d9", + Cell[13213, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"73b01ec0-8195-4f59-b025-db51dcf8016d", CellTags->"PrimaryExamplesSection", - CellID->1674847111]} + CellID->585277680]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34827, 954} + {"PrimaryExamplesSection", 34854, 955} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7070, 168, 56, "AnchorBarGrid",ExpressionUUID->"592a49f8-d84d-4b46-9c32-c1fdf29d5f5d", +Cell[586, 21, 7116, 172, 57, "AnchorBarGrid",ExpressionUUID->"cca6c712-cd20-4743-9913-171fc1368d4a", CellID->1], -Cell[7659, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0872168a-51fd-493c-ad9a-8779c417686d"], +Cell[7705, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d741060b-24d2-47e7-b174-327acade4b43"], Cell[CellGroupData[{ -Cell[7770, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"93c37163-d88b-40c6-82f8-6313de78c820"], -Cell[9061, 232, 489, 10, 111, "Usage",ExpressionUUID->"abce60a8-43fc-4b05-bae3-8b64ae548bac", +Cell[7816, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"a3c307d6-4e7b-48c9-8f10-9be3965370b0"], +Cell[9107, 236, 489, 10, 111, "Usage",ExpressionUUID->"abce60a8-43fc-4b05-bae3-8b64ae548bac", CellID->86104678] }, Open ]], Cell[CellGroupData[{ -Cell[9587, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"71fec0b3-63b9-434b-b7a1-64e126575646", +Cell[9633, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"f432bca6-17a9-4dcb-aeb2-162318d26ba4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1078464120], -Cell[11485, 296, 663, 17, 49, "Notes",ExpressionUUID->"cdefe70f-23c0-4b34-a6af-4a678f60ed58", + CellID->678477693], +Cell[11530, 300, 663, 17, 48, "Notes",ExpressionUUID->"cdefe70f-23c0-4b34-a6af-4a678f60ed58", CellID->26053], -Cell[12151, 315, 489, 12, 37, "Notes",ExpressionUUID->"34ad20a1-1b0b-454d-986c-8478ff179787", +Cell[12196, 319, 489, 12, 38, "Notes",ExpressionUUID->"34ad20a1-1b0b-454d-986c-8478ff179787", CellID->177724765], -Cell[12643, 329, 244, 4, 57, "Notes",ExpressionUUID->"1f811b40-e1ab-4cbc-a440-10a46780af0a", +Cell[12688, 333, 244, 4, 57, "Notes",ExpressionUUID->"1f811b40-e1ab-4cbc-a440-10a46780af0a", CellID->1767633705], -Cell[12890, 335, 151, 1, 36, "Notes",ExpressionUUID->"7c667769-4750-46ee-ac8b-1923d0a554d8", +Cell[12935, 339, 151, 1, 36, "Notes",ExpressionUUID->"7c667769-4750-46ee-ac8b-1923d0a554d8", CellID->465491547] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13168, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"146bc802-dd18-4e9b-b8f7-4cf87807e0d9", +Cell[13213, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"73b01ec0-8195-4f59-b025-db51dcf8016d", CellTags->"PrimaryExamplesSection", - CellID->1674847111], + CellID->585277680], Cell[CellGroupData[{ -Cell[14614, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2efbde7a-7c63-4b08-8088-8a06c328f705", - CellID->1201009184], -Cell[16016, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"5b8ac3db-640a-40a7-8a8f-5a304f4c0d36", +Cell[14658, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5ea35d15-1ff0-4a27-9de0-c851329b7ccf", + CellID->1003676525], +Cell[16060, 425, 118, 1, 39, "ExampleText",ExpressionUUID->"5b8ac3db-640a-40a7-8a8f-5a304f4c0d36", CellID->303523156], Cell[CellGroupData[{ -Cell[16159, 426, 168, 3, 27, "Input",ExpressionUUID->"d20715d3-937b-41dc-a0e1-0bac486cd207", +Cell[16203, 430, 168, 3, 27, "Input",ExpressionUUID->"d20715d3-937b-41dc-a0e1-0bac486cd207", CellID->1740833748], Cell[CellGroupData[{ -Cell[16352, 433, 235, 4, 23, "Print",ExpressionUUID->"ef129ad8-a733-426a-8871-c3f1e57645d4", +Cell[16396, 437, 235, 4, 23, "Print",ExpressionUUID->"ef129ad8-a733-426a-8871-c3f1e57645d4", CellID->851349526], -Cell[16590, 439, 365, 8, 23, "Print",ExpressionUUID->"54d1f548-367f-4996-ac4c-3e79cd0594f9", +Cell[16634, 443, 365, 8, 23, "Print",ExpressionUUID->"54d1f548-367f-4996-ac4c-3e79cd0594f9", CellID->1963066304], -Cell[16958, 449, 235, 4, 23, "Print",ExpressionUUID->"fd46a4d6-4cf4-487d-a24c-e58246be8d3f", +Cell[17002, 453, 235, 4, 23, "Print",ExpressionUUID->"fd46a4d6-4cf4-487d-a24c-e58246be8d3f", CellID->283811254], -Cell[17196, 455, 219, 3, 23, "Print",ExpressionUUID->"021f2202-a0c2-456c-b24f-40e9d628a5c2", +Cell[17240, 459, 219, 3, 23, "Print",ExpressionUUID->"021f2202-a0c2-456c-b24f-40e9d628a5c2", CellID->286957695], -Cell[17418, 460, 207, 3, 23, "Print",ExpressionUUID->"42a6b13b-3e14-4d84-9fdb-12fa41eb866e", +Cell[17462, 464, 207, 3, 23, "Print",ExpressionUUID->"42a6b13b-3e14-4d84-9fdb-12fa41eb866e", CellID->1712843624], -Cell[17628, 465, 235, 4, 23, "Print",ExpressionUUID->"d9ef1cca-e0ee-4d9e-88f7-9bcb2b6d1c78", +Cell[17672, 469, 235, 4, 23, "Print",ExpressionUUID->"d9ef1cca-e0ee-4d9e-88f7-9bcb2b6d1c78", CellID->56588748], -Cell[17866, 471, 219, 3, 23, "Print",ExpressionUUID->"10d19cdb-4aa5-4106-b6e0-1e7e0724f915", +Cell[17910, 475, 219, 3, 23, "Print",ExpressionUUID->"10d19cdb-4aa5-4106-b6e0-1e7e0724f915", CellID->941189056], -Cell[18088, 476, 235, 4, 23, "Print",ExpressionUUID->"a2839ad2-b0ed-4257-bbfc-883ce71fd8c0", +Cell[18132, 480, 235, 4, 23, "Print",ExpressionUUID->"a2839ad2-b0ed-4257-bbfc-883ce71fd8c0", CellID->534032080], -Cell[18326, 482, 235, 4, 23, "Print",ExpressionUUID->"a2efefab-2123-4e07-b3df-3a1f7ebfc56a", +Cell[18370, 486, 235, 4, 23, "Print",ExpressionUUID->"a2efefab-2123-4e07-b3df-3a1f7ebfc56a", CellID->165404206], -Cell[18564, 488, 207, 3, 23, "Print",ExpressionUUID->"36f7bd24-ce73-44fc-bb4b-834c91e953e2", +Cell[18608, 492, 207, 3, 23, "Print",ExpressionUUID->"36f7bd24-ce73-44fc-bb4b-834c91e953e2", CellID->1400612046], -Cell[18774, 493, 235, 4, 23, "Print",ExpressionUUID->"ce0c5841-7cbb-480b-a59a-3c2db97071cb", +Cell[18818, 497, 235, 4, 23, "Print",ExpressionUUID->"ce0c5841-7cbb-480b-a59a-3c2db97071cb", CellID->350173458] }, Open ]] }, Open ]], -Cell[19036, 501, 141, 1, 70, "ExampleText",ExpressionUUID->"3665f21f-4b07-4086-91e6-67f841d4cae7", +Cell[19080, 505, 141, 1, 70, "ExampleText",ExpressionUUID->"3665f21f-4b07-4086-91e6-67f841d4cae7", CellID->258782965], -Cell[19180, 504, 235, 6, 70, "Input",ExpressionUUID->"713d7dc6-cff8-4352-9897-a81e649e06df", +Cell[19224, 508, 235, 6, 70, "Input",ExpressionUUID->"713d7dc6-cff8-4352-9897-a81e649e06df", CellID->1033812856], Cell[CellGroupData[{ -Cell[19440, 514, 403, 10, 70, "Input",ExpressionUUID->"ed87903a-6fe2-44a9-a3dd-c1618a3d242f", +Cell[19484, 518, 403, 10, 70, "Input",ExpressionUUID->"ed87903a-6fe2-44a9-a3dd-c1618a3d242f", CellID->1964097442], -Cell[19846, 526, 575, 17, 51, "Output",ExpressionUUID->"e0a99c6a-5f7e-42a3-bdba-77949c2befe5", +Cell[19890, 530, 575, 17, 50, "Output",ExpressionUUID->"e0a99c6a-5f7e-42a3-bdba-77949c2befe5", CellID->281161623] }, Open ]], -Cell[20436, 546, 237, 6, 70, "Input",ExpressionUUID->"f2bf2c20-4722-4b12-b9fc-8f6f05b1bc78", +Cell[20480, 550, 237, 6, 70, "Input",ExpressionUUID->"f2bf2c20-4722-4b12-b9fc-8f6f05b1bc78", CellID->200909644], -Cell[20676, 554, 191, 4, 70, "ExampleText",ExpressionUUID->"1409f2a5-bfc9-4d1d-8709-c2477f048b01", +Cell[20720, 558, 191, 4, 70, "ExampleText",ExpressionUUID->"1409f2a5-bfc9-4d1d-8709-c2477f048b01", CellID->1759927715], Cell[CellGroupData[{ -Cell[20892, 562, 172, 3, 70, "Input",ExpressionUUID->"ab5b87d0-a9fc-49eb-a6a0-525cd2cca660", +Cell[20936, 566, 172, 3, 70, "Input",ExpressionUUID->"ab5b87d0-a9fc-49eb-a6a0-525cd2cca660", CellID->1103264582], -Cell[21067, 567, 172, 4, 36, "Output",ExpressionUUID->"487fe1ec-58ce-4a74-9b89-09ca49c2b989", +Cell[21111, 571, 172, 4, 36, "Output",ExpressionUUID->"487fe1ec-58ce-4a74-9b89-09ca49c2b989", CellID->793472279] }, Open ]], -Cell[21254, 574, 130, 1, 70, "ExampleText",ExpressionUUID->"96a46f6c-b910-4c60-843c-5226d3354566", +Cell[21298, 578, 130, 1, 70, "ExampleText",ExpressionUUID->"96a46f6c-b910-4c60-843c-5226d3354566", CellID->2106801276], Cell[CellGroupData[{ -Cell[21409, 579, 166, 3, 70, "Input",ExpressionUUID->"0aaf1e54-108b-477e-9902-152501d6b29f", +Cell[21453, 583, 166, 3, 70, "Input",ExpressionUUID->"0aaf1e54-108b-477e-9902-152501d6b29f", CellID->1069010155], -Cell[21578, 584, 159, 3, 36, "Output",ExpressionUUID->"6d60cbdb-3c0c-41a5-a484-1c7e318a17d9", +Cell[21622, 588, 159, 3, 36, "Output",ExpressionUUID->"6d60cbdb-3c0c-41a5-a484-1c7e318a17d9", CellID->727428413] }, Open ]], -Cell[21752, 590, 170, 3, 70, "ExampleText",ExpressionUUID->"121c8719-d870-458e-9cae-dc5454b387c1", +Cell[21796, 594, 170, 3, 70, "ExampleText",ExpressionUUID->"121c8719-d870-458e-9cae-dc5454b387c1", CellID->1251766993], Cell[CellGroupData[{ -Cell[21947, 597, 173, 3, 70, "Input",ExpressionUUID->"bd40e466-1ecb-456b-ad80-539f8abe2d47", +Cell[21991, 601, 173, 3, 70, "Input",ExpressionUUID->"bd40e466-1ecb-456b-ad80-539f8abe2d47", CellID->1498373246], -Cell[22123, 602, 160, 3, 36, "Output",ExpressionUUID->"4b85b57d-f007-41ce-9a0d-38a8220efcdc", +Cell[22167, 606, 160, 3, 36, "Output",ExpressionUUID->"4b85b57d-f007-41ce-9a0d-38a8220efcdc", CellID->1332289971] }, Open ]], -Cell[22298, 608, 196, 4, 70, "ExampleText",ExpressionUUID->"4b78e2d0-81a0-4f7f-bc08-6715d1da8a06", +Cell[22342, 612, 196, 4, 70, "ExampleText",ExpressionUUID->"4b78e2d0-81a0-4f7f-bc08-6715d1da8a06", CellID->1981878626], Cell[CellGroupData[{ -Cell[22519, 616, 172, 3, 70, "Input",ExpressionUUID->"d20b063e-9f62-4653-b3de-72b45e0855a9", +Cell[22563, 620, 172, 3, 70, "Input",ExpressionUUID->"d20b063e-9f62-4653-b3de-72b45e0855a9", CellID->1977074761], -Cell[22694, 621, 159, 3, 36, "Output",ExpressionUUID->"7f9fbd76-4ab8-462c-b2a1-23f8e602a0ce", +Cell[22738, 625, 159, 3, 36, "Output",ExpressionUUID->"7f9fbd76-4ab8-462c-b2a1-23f8e602a0ce", CellID->1925096674] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23139, 637, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"a58d5d7c-03a0-4365-9874-7aa40aa935b9"], +Cell[28577, 787, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8d50bfa5-6142-48d9-80c4-2da350ece1f2"], +Cell[29250, 807, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"00e26108-655d-4c65-b2c9-5fa8d1d72b65"], +Cell[30286, 835, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"53d1776b-beac-4475-8026-9713ffc7a0a3"], Cell[CellGroupData[{ -Cell[23117, 635, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"56410c9d-0fd8-4987-a676-5a3d47576ee5"], -Cell[28555, 785, 670, 18, 70, "TechNotesSection",ExpressionUUID->"43f61487-c007-4362-af20-f572f2a961ff"] -}, Open ]], -Cell[29240, 806, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8eac0a05-0f16-4495-a685-088f32ba05d0"], -Cell[30276, 834, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"aae33e16-7f97-4841-a8bf-5a41d556972c"], -Cell[CellGroupData[{ -Cell[31891, 884, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5dd9c6a9-fe6e-4894-9b9a-821a4634690d", +Cell[31901, 885, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5dd9c6a9-fe6e-4894-9b9a-821a4634690d", CellID->174251628], -Cell[32031, 887, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"661d0031-b6a3-4e20-8951-0d07204cfa69", +Cell[32041, 888, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"661d0031-b6a3-4e20-8951-0d07204cfa69", CellID->1194386356], -Cell[32253, 893, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84c1beaa-e297-45e7-b9a2-026fe107048a", +Cell[32263, 894, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84c1beaa-e297-45e7-b9a2-026fe107048a", CellID->1641706272], -Cell[32468, 898, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e33c9cda-19a7-47a7-b935-e2212701c1af", +Cell[32478, 899, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e33c9cda-19a7-47a7-b935-e2212701c1af", CellID->399251956], -Cell[32697, 904, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c05d4b87-653b-494a-8f34-6d585abdb098", +Cell[32707, 905, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c05d4b87-653b-494a-8f34-6d585abdb098", CellID->821434655] }, Open ]], -Cell[32934, 910, 78, 0, 70, "FooterCell",ExpressionUUID->"82d93d3b-e59b-450a-9784-a2f6dd374a5f"] +Cell[32944, 911, 78, 0, 70, "FooterCell",ExpressionUUID->"ea78c2be-f671-4353-a7f3-b913e92cfa41"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AlmostConvexQ.nb b/Documentation/English/ReferencePages/Symbols/AlmostConvexQ.nb index 678ba27..169f5ce 100644 --- a/Documentation/English/ReferencePages/Symbols/AlmostConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AlmostConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41441, 1075] -NotebookOptionsPosition[ 32767, 902] -NotebookOutlinePosition[ 34853, 955] -CellTagsIndexPosition[ 34768, 950] +NotebookDataLength[ 41444, 1075] +NotebookOptionsPosition[ 32780, 903] +NotebookOutlinePosition[ 34889, 957] +CellTagsIndexPosition[ 34804, 952] WindowTitle->AlmostConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5a7ba17f-fca3-4c46-acc8-b7a3ec94b03e"], + "c6b7396c-0716-4d9a-9073-82341849fa5c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9fae2d31-2bdb-4cec-9a02-211c87960d27"], + "77205f9b-c6fc-44be-81ff-1884eee60899"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3045d247-57d1-4cf0-80f6-9ce6dc754b88"] - }],ExpressionUUID->"88da6ce3-4a89-48fb-bd13-6e8a1f32e89d"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "79c86738-b61d-4795-9f57-77edbc79b1f6"] + }],ExpressionUUID->"086ed0cf-94f8-4bf2-b999-3188806d19b3"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d08d09d6-e9e4-41ba-a71c-f5f6c2d27ca9"], + "5dd02157-f861-4b6d-a561-ba35bf56c84c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dadd898d-882a-4b43-a7ea-246d173f89bd"] - }],ExpressionUUID->"246a4dd8-0576-4700-9fc8-a065243df2d3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3061452c-0c80-4884-89eb-843cd21e8a40"] + }],ExpressionUUID->"4b301e91-49aa-41f0-a4e6-8ac28e16a465"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a50bd7ac-7c66-40bd-86f1-4caa02810bd5"], + "28f5a94e-afc3-41ae-94dc-f045591ba5e1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "15b42747-a313-42ea-afc6-b2a752d969ff"] - }],ExpressionUUID->"0220c923-ca9a-4463-b8a2-37efa533d893"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7f2159a0-306e-48f6-966a-4f600c574812"] + }],ExpressionUUID->"5aa97f32-db37-4c41-bebc-2b157b8819dc"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "43d87cc7-37f8-4518-a890-71847249e0f2"], + "5aaf1d78-c43d-4c42-9347-7b8487bb3c60"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e41c9e9-b3cd-4462-8cc1-e5025dcc1cf0"] - }],ExpressionUUID->"63054c80-ae7f-4d4b-9ee3-a435e32c1e77"], - StripOnInput->False], {"\<\"TUG/ref/AlmostConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AlmostConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AlmostConvexQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$26464], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AlmostConvexQ" <> ".html"], None}]}]}, + "5004cb77-af32-4129-bbce-854760428ab7"] + }],ExpressionUUID->"93f5e0df-a547-45d4-8a8b-015a9d0c3b04"], + StripOnInput->False],{ + "\"TUG/ref/AlmostConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AlmostConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +AlmostConvexQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$27098], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AlmostConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c326edac-55c7-4e93-88bd-8c3d7496b215"] + "d42767ce-7bc1-47e0-8c21-c12d0226c315"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "68036ffe-a079-4458-9825-399f107354a4"]} + "02f1902b-067d-449f-83b5-1ea8864ee14e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3c01e95c-ece3-4e97-a846-febf5ea873ae"], + CellID->1,ExpressionUUID->"99d93c23-c4de-4394-99bd-f4f24b2231ce"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f5f6996f-7e59-44e6-b0fc-9a982083b12f"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b8c3ba85-4bad-46cc-ac4a-699f67c33b41"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AlmostConvexQ", "ObjectName",ExpressionUUID-> - "5e4f0758-6d59-44b6-87d2-c8b598bb9fee"], + "cd6ead35-1aae-4671-9a8b-946d01856afb"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1d45ec1a-7ba2-4b63-9c28-5e4bb532d12a"], + "Spacer1"]],ExpressionUUID->"147a3dcf-192e-4fc2-bcee-4fe8583e889d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "42468ca6-1805-4f36-89ef-b4e3b4faaba4"] - }],ExpressionUUID->"b2a7fc49-89f1-4136-a7df-29e147d06d3f"], Cell[BoxData[ + "4b801d4a-156c-4d65-831b-1cac4d134104"] + }],ExpressionUUID->"5f2e53c2-fd45-48c5-832e-96351b724743"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c61d3f1b-acea-4170-938d-94fbf77e2075"]} + "17a8c443-8678-472a-96c4-468ae0c792c5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e2eac7e9-51b9-4ea9-aa6e-850b5d1ae192"], + CacheGraphics->False,ExpressionUUID->"864d5a3d-9658-47a0-8a2d-e877c6a55334"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "8625f806-cfc8-4147-9639-d9b0925893b5"], " \[LineSeparator]checks the almost-convexity of the TU-game. It returns \ 'True' or 'False'." - }],ExpressionUUID->"8aa50855-57c0-4749-81bb-0d1866f2bf97"]} + }],ExpressionUUID->"2ebe3f2c-9d85-45a4-b107-98e5e5aa2957"]} }]], "Usage", CellID->657346094,ExpressionUUID->"f73638aa-95fa-4e4b-a7f9-3b35b5d68547"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"36c0c1ac-dd8e-44be-840f-89ddfdcebbd8"], + ExpressionUUID->"0d1c1015-7748-4045-95c7-c3eafde23998"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0db8fa91-3bf8-4424-bf09-8774454db054"], + "Spacer1"]],ExpressionUUID->"279ec250-ece3-452c-b1ef-1d09538ffa7e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d9ed80d6-b00b-430a-9338-8d95b49a57e0"], + }], "NotesFrameText",ExpressionUUID->"facbbb37-2953-45c1-b2ed-33ede53b1b75"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"01728601-8b4e-409e-9aed-8f04a76b2289"]], \ + "Preemptive"]],ExpressionUUID->"f66e0543-fee6-4f4e-bee4-25810a365025"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->307873948,ExpressionUUID->"87855b90-16e4-4621-8981-b58db275a3eb"], + CellID->572731451,ExpressionUUID->"8680e46a-efd6-45ba-a134-742fa63c7bb0"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ddd959d4-58a1-4aa3-82c1-af8e4c8db8f3"], + ExpressionUUID->"1fb2db19-f263-4ea0-b8c2-ef2567be7042"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"63640342-ff2b-4e3c-bc04-dc0cd47fe3a9"], + "Spacer1"]],ExpressionUUID->"935750ac-87cf-433c-aebc-b4b8ddf615c9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a491c355-3f05-490d-8a7d-10623fdad251"] + "c9f664ee-6321-46b7-8add-a43189ed5861"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->470055154,ExpressionUUID->"6b748eda-b477-4d81-b5ec-3f1588d10074"], + CellID->1171002788,ExpressionUUID->"ea4d808b-e45d-4d5c-8158-c7702a876d40"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"13570b5c-0676-496e-ace5-5820cc75ca87"], + ExpressionUUID->"181e3a7b-80e8-48f8-9193-e0bcdd5f5f4f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9e191d81-1e24-4f5b-b548-215c88e5d3f8"], + "Spacer1"]],ExpressionUUID->"73ce9fd7-a120-490f-be14-694004681dcd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1ffa3e56-2956-44c5-9ff9-35093fe22418"] + "bd90f09f-f4a6-4658-8c5d-439ff95d0dcb"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2038109906,ExpressionUUID->"2f47181d-9df3-4002-983e-0c0534458940"], + CellID->946250137,ExpressionUUID->"53827d7d-8dc1-4696-9017-4e9930e99e23"], Cell["Loading the package:", "ExampleText", CellID->1787368546,ExpressionUUID->"5b00c1c1-620b-4772-afb8-46f73284f754"], @@ -621,8 +625,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -770,15 +772,15 @@ Cell[BoxData[GridBox[{ "415f978d-ead6-4b3c-8a46-6a6494370caf"] }], "SeeAlso",ExpressionUUID->"162014c5-bf9e-4850-ac58-3f810e04b4a2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"aa74a30e-c8fb-4751-b250-\ -2082ffb86246"], + }]], "SeeAlsoSection",ExpressionUUID->"fe0c2564-509b-46a4-abc0-\ +c33d46332bb1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -790,9 +792,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2e493735-c71f-47d3-b628-f065b97694ca"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"94211674-c765-4ae0-a466-\ -40e77ae66c40"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ad9e224c-53fa-4802-9a14-\ +014f7fb07ee9"], Cell[BoxData[GridBox[{ { @@ -809,7 +810,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "03c74d8a-3df1-4828-b751-6c60e6d4efae"]}]}, + "dfaad548-0648-401f-bdc6-fa022705f4c2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -817,10 +818,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9e8fc0bb-a4fb-41cf-a533-c740b32958ff"]}]} + "9b4c14a7-8c9b-452a-a06d-b085eebfb03e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f8b28769-cbbf-4c23-a5ea-\ -8ccbff3171f7"], + }]], "MoreAboutSection",ExpressionUUID->"5eb3f6f3-1c19-4f64-900a-\ +ef5cc37d2799"], Cell[BoxData[GridBox[{ { @@ -847,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee935032-5eb8-4e5b-905d-058b0052b369"]], "RelatedLinks", + "a4d49aee-496a-4ef9-b07e-18eba24095d6"]], "RelatedLinks", ExpressionUUID->"bca5e22c-c39b-4dfc-a2ec-22649602438c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -864,11 +865,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d70c8e80-2d9f-4fb4-9071-4e69feaf629f"]], "RelatedLinks", + "7c23d6fa-880a-4f6e-9335-324642ed64b8"]], "RelatedLinks", ExpressionUUID->"b17d0f19-39db-48d6-807e-6bf92729607c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c66b8af3-32a9-4d69-95f7-\ -39f09c869a9e"], + }]], "RelatedLinksSection",ExpressionUUID->"43dbded3-52a7-4930-b981-\ +5cc865fffc42"], Cell[CellGroupData[{ @@ -898,11 +899,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2821c498-3ecc-4c79-aa47-a6ec57fe1f29"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7f0f6594-a33d-4c3e-aeb6-f87b80e8b435"] +Cell[" ", "FooterCell",ExpressionUUID->"2b0f05f9-518d-4ddc-8f0a-ee3b4f927db3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AlmostConvexQ", TaggingRules->{ @@ -913,17 +914,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 30.696213}", + "built" -> "{2024, 6, 3, 16, 51, 5.036303}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AlmostConvexQ[game] checks the almost-convexity of the TU-game. It \ returns 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AlmostConvexQ", "titlemodifier" -> "", "windowtitle" -> "AlmostConvexQ", - "type" -> "Symbol", "uri" -> "TUG/ref/AlmostConvexQ"}}, + "AlmostConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AlmostConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/AlmostConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -932,9 +934,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e919cb29-9b35-47aa-bc63-0abf6f203963" +ExpressionUUID->"bb7201f1-93df-4f0d-a597-dd754ce17f9c" ] (* End of Notebook Content *) @@ -942,141 +944,139 @@ ExpressionUUID->"e919cb29-9b35-47aa-bc63-0abf6f203963" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13158, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6b748eda-b477-4d81-b5ec-3f1588d10074", + Cell[13205, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea4d808b-e45d-4d5c-8158-c7702a876d40", CellTags->"PrimaryExamplesSection", - CellID->470055154]} + CellID->1171002788]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34568, 943} + {"PrimaryExamplesSection", 34603, 945} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7067, 168, 56, "AnchorBarGrid",ExpressionUUID->"3c01e95c-ece3-4e97-a846-febf5ea873ae", +Cell[585, 21, 7114, 172, 57, "AnchorBarGrid",ExpressionUUID->"99d93c23-c4de-4394-99bd-f4f24b2231ce", CellID->1], -Cell[7655, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f5f6996f-7e59-44e6-b0fc-9a982083b12f"], +Cell[7702, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b8c3ba85-4bad-46cc-ac4a-699f67c33b41"], Cell[CellGroupData[{ -Cell[7766, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e2eac7e9-51b9-4ea9-aa6e-850b5d1ae192"], -Cell[9056, 232, 489, 10, 111, "Usage",ExpressionUUID->"f73638aa-95fa-4e4b-a7f9-3b35b5d68547", +Cell[7813, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"864d5a3d-9658-47a0-8a2d-e877c6a55334"], +Cell[9103, 236, 489, 10, 111, "Usage",ExpressionUUID->"f73638aa-95fa-4e4b-a7f9-3b35b5d68547", CellID->657346094] }, Open ]], Cell[CellGroupData[{ -Cell[9582, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"87855b90-16e4-4621-8981-b58db275a3eb", +Cell[9629, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"8680e46a-efd6-45ba-a134-742fa63c7bb0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->307873948], -Cell[11479, 296, 663, 17, 49, "Notes",ExpressionUUID->"936f042b-6d6b-4211-b197-4d8b6065a39c", + CellID->572731451], +Cell[11526, 300, 663, 17, 48, "Notes",ExpressionUUID->"936f042b-6d6b-4211-b197-4d8b6065a39c", CellID->26053], -Cell[12145, 315, 489, 12, 37, "Notes",ExpressionUUID->"9ca3ab1c-c2f6-468f-9a2b-5832688f969c", +Cell[12192, 319, 489, 12, 38, "Notes",ExpressionUUID->"9ca3ab1c-c2f6-468f-9a2b-5832688f969c", CellID->177724765], -Cell[12637, 329, 241, 4, 57, "Notes",ExpressionUUID->"cb15cb63-c8e0-47d1-8811-3c36df98caf8", +Cell[12684, 333, 241, 4, 57, "Notes",ExpressionUUID->"cb15cb63-c8e0-47d1-8811-3c36df98caf8", CellID->1564811754], -Cell[12881, 335, 150, 1, 36, "Notes",ExpressionUUID->"a7171d01-9c68-44fa-8e12-6710fb315d99", +Cell[12928, 339, 150, 1, 36, "Notes",ExpressionUUID->"a7171d01-9c68-44fa-8e12-6710fb315d99", CellID->889509925] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13158, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6b748eda-b477-4d81-b5ec-3f1588d10074", +Cell[13205, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea4d808b-e45d-4d5c-8158-c7702a876d40", CellTags->"PrimaryExamplesSection", - CellID->470055154], + CellID->1171002788], Cell[CellGroupData[{ -Cell[14603, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2f47181d-9df3-4002-983e-0c0534458940", - CellID->2038109906], -Cell[16005, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"5b00c1c1-620b-4772-afb8-46f73284f754", +Cell[14651, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"53827d7d-8dc1-4696-9017-4e9930e99e23", + CellID->946250137], +Cell[16052, 425, 119, 1, 39, "ExampleText",ExpressionUUID->"5b00c1c1-620b-4772-afb8-46f73284f754", CellID->1787368546], Cell[CellGroupData[{ -Cell[16149, 426, 168, 3, 27, "Input",ExpressionUUID->"f688bcd7-55c0-410a-9a94-920fdacd4cf2", +Cell[16196, 430, 168, 3, 27, "Input",ExpressionUUID->"f688bcd7-55c0-410a-9a94-920fdacd4cf2", CellID->1448103608], Cell[CellGroupData[{ -Cell[16342, 433, 236, 4, 23, "Print",ExpressionUUID->"d6a06684-9255-4f21-92c9-b7e7e6416156", +Cell[16389, 437, 236, 4, 23, "Print",ExpressionUUID->"d6a06684-9255-4f21-92c9-b7e7e6416156", CellID->1125361684], -Cell[16581, 439, 365, 8, 23, "Print",ExpressionUUID->"c75fa150-4e98-4ece-8c2c-4b0592418ae9", +Cell[16628, 443, 365, 8, 23, "Print",ExpressionUUID->"c75fa150-4e98-4ece-8c2c-4b0592418ae9", CellID->1218623193], -Cell[16949, 449, 236, 4, 23, "Print",ExpressionUUID->"69649f0e-2e99-47e8-8038-882e63c3c538", +Cell[16996, 453, 236, 4, 23, "Print",ExpressionUUID->"69649f0e-2e99-47e8-8038-882e63c3c538", CellID->1218894783], -Cell[17188, 455, 219, 3, 23, "Print",ExpressionUUID->"fd67b5cc-cabe-4396-bcd3-3d9964351578", +Cell[17235, 459, 219, 3, 23, "Print",ExpressionUUID->"fd67b5cc-cabe-4396-bcd3-3d9964351578", CellID->336037964], -Cell[17410, 460, 207, 3, 23, "Print",ExpressionUUID->"1568ce13-b659-4c29-9073-d0edee51ce6b", +Cell[17457, 464, 207, 3, 23, "Print",ExpressionUUID->"1568ce13-b659-4c29-9073-d0edee51ce6b", CellID->1952675276], -Cell[17620, 465, 236, 4, 23, "Print",ExpressionUUID->"fdc3ed31-77bb-44f4-86e6-21f482286bc7", +Cell[17667, 469, 236, 4, 23, "Print",ExpressionUUID->"fdc3ed31-77bb-44f4-86e6-21f482286bc7", CellID->994952922], -Cell[17859, 471, 220, 3, 23, "Print",ExpressionUUID->"3d040f6b-5e2e-4720-af65-a5e159893141", +Cell[17906, 475, 220, 3, 23, "Print",ExpressionUUID->"3d040f6b-5e2e-4720-af65-a5e159893141", CellID->2107726435], -Cell[18082, 476, 235, 4, 23, "Print",ExpressionUUID->"7b49444c-3afd-4590-9f06-c4b3d6354193", +Cell[18129, 480, 235, 4, 23, "Print",ExpressionUUID->"7b49444c-3afd-4590-9f06-c4b3d6354193", CellID->568610236], -Cell[18320, 482, 235, 4, 23, "Print",ExpressionUUID->"6e0defbd-26c4-4ba4-b776-6f089907bb23", +Cell[18367, 486, 235, 4, 23, "Print",ExpressionUUID->"6e0defbd-26c4-4ba4-b776-6f089907bb23", CellID->627157443], -Cell[18558, 488, 206, 3, 23, "Print",ExpressionUUID->"2cb0e965-36bd-4b42-a466-c089cf694569", +Cell[18605, 492, 206, 3, 23, "Print",ExpressionUUID->"2cb0e965-36bd-4b42-a466-c089cf694569", CellID->423907716], -Cell[18767, 493, 236, 4, 23, "Print",ExpressionUUID->"72f7ca69-327c-43fd-bdf5-6e63e8ee328f", +Cell[18814, 497, 236, 4, 23, "Print",ExpressionUUID->"72f7ca69-327c-43fd-bdf5-6e63e8ee328f", CellID->1602100219] }, Open ]] }, Open ]], -Cell[19030, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"3010e0ab-d918-418b-8d69-91241b0b4255", +Cell[19077, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"3010e0ab-d918-418b-8d69-91241b0b4255", CellID->1093167643], -Cell[19170, 504, 234, 6, 70, "Input",ExpressionUUID->"5f172179-aa93-4b5d-8aad-495927f3d7cd", +Cell[19217, 508, 234, 6, 70, "Input",ExpressionUUID->"5f172179-aa93-4b5d-8aad-495927f3d7cd", CellID->109015114], Cell[CellGroupData[{ -Cell[19429, 514, 379, 9, 70, "Input",ExpressionUUID->"1e1b0348-29a7-43b7-a00c-a36a19985a13", +Cell[19476, 518, 379, 9, 70, "Input",ExpressionUUID->"1e1b0348-29a7-43b7-a00c-a36a19985a13", CellID->1648538760], -Cell[19811, 525, 376, 9, 51, "Output",ExpressionUUID->"4df39809-5559-40c9-b5fd-fb8dd39e96d7", +Cell[19858, 529, 376, 9, 50, "Output",ExpressionUUID->"4df39809-5559-40c9-b5fd-fb8dd39e96d7", CellID->379648494] }, Open ]], -Cell[20202, 537, 238, 6, 70, "Input",ExpressionUUID->"3042d52c-e0c4-47bb-bfc2-32f03b734bfd", +Cell[20249, 541, 238, 6, 70, "Input",ExpressionUUID->"3042d52c-e0c4-47bb-bfc2-32f03b734bfd", CellID->1964551363], -Cell[20443, 545, 191, 4, 70, "ExampleText",ExpressionUUID->"fae71cbf-7b66-4141-81b1-0cd52497c1e8", +Cell[20490, 549, 191, 4, 70, "ExampleText",ExpressionUUID->"fae71cbf-7b66-4141-81b1-0cd52497c1e8", CellID->1009432347], Cell[CellGroupData[{ -Cell[20659, 553, 171, 3, 70, "Input",ExpressionUUID->"c25b2a71-b261-470f-a255-8634022bebca", +Cell[20706, 557, 171, 3, 70, "Input",ExpressionUUID->"c25b2a71-b261-470f-a255-8634022bebca", CellID->1110998310], -Cell[20833, 558, 172, 4, 36, "Output",ExpressionUUID->"ba32b9e4-a6b5-4d71-9c51-60ef067f0808", +Cell[20880, 562, 172, 4, 36, "Output",ExpressionUUID->"ba32b9e4-a6b5-4d71-9c51-60ef067f0808", CellID->667796860] }, Open ]], -Cell[21020, 565, 130, 1, 70, "ExampleText",ExpressionUUID->"b4a5a7fc-01a0-4423-9b2f-6f2f76d90a69", +Cell[21067, 569, 130, 1, 70, "ExampleText",ExpressionUUID->"b4a5a7fc-01a0-4423-9b2f-6f2f76d90a69", CellID->1852805138], Cell[CellGroupData[{ -Cell[21175, 570, 165, 3, 70, "Input",ExpressionUUID->"75221196-0a23-4dfc-9660-f452ce193519", +Cell[21222, 574, 165, 3, 70, "Input",ExpressionUUID->"75221196-0a23-4dfc-9660-f452ce193519", CellID->1857537402], -Cell[21343, 575, 160, 3, 36, "Output",ExpressionUUID->"8d7ac59f-4685-4bdb-9ca9-e3272477336c", +Cell[21390, 579, 160, 3, 36, "Output",ExpressionUUID->"8d7ac59f-4685-4bdb-9ca9-e3272477336c", CellID->1255943989] }, Open ]], -Cell[21518, 581, 158, 2, 70, "ExampleText",ExpressionUUID->"ecbf0adb-35c0-42a1-9cda-cd21d26ff307", +Cell[21565, 585, 158, 2, 70, "ExampleText",ExpressionUUID->"ecbf0adb-35c0-42a1-9cda-cd21d26ff307", CellID->537834613], Cell[CellGroupData[{ -Cell[21701, 587, 171, 3, 70, "Input",ExpressionUUID->"fdb1e84d-bdf3-48c3-acfb-6701f466554f", +Cell[21748, 591, 171, 3, 70, "Input",ExpressionUUID->"fdb1e84d-bdf3-48c3-acfb-6701f466554f", CellID->940546481], -Cell[21875, 592, 159, 3, 36, "Output",ExpressionUUID->"9b127acd-c39b-4f59-84d5-2a5378cd646e", +Cell[21922, 596, 159, 3, 36, "Output",ExpressionUUID->"9b127acd-c39b-4f59-84d5-2a5378cd646e", CellID->393155885] }, Open ]], -Cell[22049, 598, 195, 4, 70, "ExampleText",ExpressionUUID->"75816a51-c794-46ac-8e7e-af2b60549f6e", +Cell[22096, 602, 195, 4, 70, "ExampleText",ExpressionUUID->"75816a51-c794-46ac-8e7e-af2b60549f6e", CellID->1981878626], Cell[CellGroupData[{ -Cell[22269, 606, 171, 3, 70, "Input",ExpressionUUID->"d847058c-c8c6-44f3-ba5e-350c30ac2339", +Cell[22316, 610, 171, 3, 70, "Input",ExpressionUUID->"d847058c-c8c6-44f3-ba5e-350c30ac2339", CellID->1977074761], -Cell[22443, 611, 159, 3, 36, "Output",ExpressionUUID->"f03b77be-b012-4ea7-8ae6-f88623f4636f", +Cell[22490, 615, 159, 3, 36, "Output",ExpressionUUID->"f03b77be-b012-4ea7-8ae6-f88623f4636f", CellID->2057558544] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22891, 627, 5437, 148, 70, "SeeAlsoSection",ExpressionUUID->"fe0c2564-509b-46a4-abc0-c33d46332bb1"], +Cell[28331, 777, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ad9e224c-53fa-4802-9a14-014f7fb07ee9"], +Cell[29004, 797, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5eb3f6f3-1c19-4f64-900a-ef5cc37d2799"], +Cell[30040, 825, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"43dbded3-52a7-4930-b981-5cc865fffc42"], Cell[CellGroupData[{ -Cell[22866, 625, 5437, 148, 70, "SeeAlsoSection",ExpressionUUID->"aa74a30e-c8fb-4751-b250-2082ffb86246"], -Cell[28306, 775, 670, 18, 70, "TechNotesSection",ExpressionUUID->"94211674-c765-4ae0-a466-40e77ae66c40"] -}, Open ]], -Cell[28991, 796, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f8b28769-cbbf-4c23-a5ea-8ccbff3171f7"], -Cell[30027, 824, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"c66b8af3-32a9-4d69-95f7-39f09c869a9e"], -Cell[CellGroupData[{ -Cell[31642, 874, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab048959-0795-4c45-b151-f6e1f2cc1672", +Cell[31655, 875, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab048959-0795-4c45-b151-f6e1f2cc1672", CellID->174251628], -Cell[31782, 877, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8badc389-6608-4070-be0d-eef7e70aeeac", +Cell[31795, 878, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8badc389-6608-4070-be0d-eef7e70aeeac", CellID->1194386356], -Cell[32004, 883, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92991d70-6553-4df0-8bd4-89b3c2478e38", +Cell[32017, 884, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92991d70-6553-4df0-8bd4-89b3c2478e38", CellID->1641706272], -Cell[32219, 888, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a939a1e-870c-456f-a75f-1c54a50da992", +Cell[32232, 889, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a939a1e-870c-456f-a75f-1c54a50da992", CellID->399251956], -Cell[32448, 894, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2821c498-3ecc-4c79-aa47-a6ec57fe1f29", +Cell[32461, 895, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2821c498-3ecc-4c79-aa47-a6ec57fe1f29", CellID->821434655] }, Open ]], -Cell[32685, 900, 78, 0, 70, "FooterCell",ExpressionUUID->"7f0f6594-a33d-4c3e-aeb6-f87b80e8b435"] +Cell[32698, 901, 78, 0, 70, "FooterCell",ExpressionUUID->"2b0f05f9-518d-4ddc-8f0a-ee3b4f927db3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Angle.nb b/Documentation/English/ReferencePages/Symbols/Angle.nb index f5f7493..50c14cc 100644 --- a/Documentation/English/ReferencePages/Symbols/Angle.nb +++ b/Documentation/English/ReferencePages/Symbols/Angle.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43231, 1127] -NotebookOptionsPosition[ 34119, 944] -NotebookOutlinePosition[ 36148, 997] -CellTagsIndexPosition[ 36063, 992] +NotebookDataLength[ 43196, 1125] +NotebookOptionsPosition[ 34101, 944] +NotebookOutlinePosition[ 36146, 997] +CellTagsIndexPosition[ 36061, 992] WindowTitle->Angle WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7e85fbcf-f0d3-4a9f-8416-889c532ae047"], + "786c347a-1f23-4742-a69a-4602f515633f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "12699d44-fc99-41d3-b2e0-0fe4167084d2"], + "5173af3c-dcec-42b9-aacd-c945cb7101e0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1c830d68-e2fd-4aa1-b9ac-30c6d2520954"] - }],ExpressionUUID->"d11ae940-bafd-40b2-91f5-3af4c65e1d44"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "35827eda-1037-4487-8bdb-a851637f4821"] + }],ExpressionUUID->"fc2bdad2-8ae2-470f-8253-f18bbf2738d7"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "47161d0a-d444-4ab5-81a4-5c1eb4037389"], + "d6c6bc8b-41bd-454d-9e49-97036f993143"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2461e9fd-2acb-4e8f-be09-bfc675d42308"] - }],ExpressionUUID->"dab82709-697e-4571-b0bb-58b7f6bfa34e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "720a14eb-3019-44c3-978d-5617811fc0eb"] + }],ExpressionUUID->"25cc3f89-a858-4659-b51a-3f32edadd539"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11325f0b-837c-4335-b5ac-33249523aa5e"], + "7ed7849f-d4c3-4a18-9c15-c906644a1f39"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4a57d25-4e56-4213-9fcd-0b21ae0433a0"] - }],ExpressionUUID->"f1d8b93c-19ce-4d5f-9ec4-1dd0a6acfe68"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e88c580e-a0c3-42a7-9d56-e668394954c8"] + }],ExpressionUUID->"46025069-e828-4b4d-ade7-10b42d84c76a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aa202683-fbca-46e4-8ba5-8e6a8778d0cc"], + "944687de-df66-4a73-b6b7-566cec920cbc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bd570126-632a-4493-ad3a-0219a7c25500"] - }],ExpressionUUID->"2401ed1a-00b5-4322-8b58-a42ea4b7311a"], - StripOnInput->False], {"\<\"TUG/ref/Angle\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Angle"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Angle.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$27026], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Angle" <> - ".html"], None}]}]}, + "4f1b2bd9-6cce-4556-997e-bca6d00a6d9b"] + }],ExpressionUUID->"fa1ccfd9-ceca-4539-9aa2-fd235c81802c"], + StripOnInput->False],{ + "\"TUG/ref/Angle\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Angle"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Angle.html"]\ +, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$27694], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/Angle" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "22a73f4f-bd7a-4205-b45b-02ed54f22935"] + "5e6c70dc-13fb-4ae2-96d1-c35768146d1d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "feaffc7f-3113-47f7-9d91-a90fc5ba401e"]} + "06b71ce4-0d84-465c-bb32-d1abdbd6cc30"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f2945b1c-a0e1-4945-a843-3f4e49bf7514"], + CellID->1,ExpressionUUID->"e5fca3de-d6bf-4504-9e25-c2d4af00ffd9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a39c2e51-306f-490c-80de-d59920b4c342"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5dffecbc-70f6-4557-9907-0f450f3b728c"], Cell[CellGroupData[{ @@ -197,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Angle", "ObjectName",ExpressionUUID-> - "d6a0ff41-cfa8-46a1-9cab-be03732e9a62"], + "90defe3c-649f-4e38-a6b5-e90b02685441"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0692736a-58a1-43e0-bb0d-08e27e64edbc"], + "Spacer1"]],ExpressionUUID->"429c087c-bab7-4a2e-abc4-df5753149c64"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a263476e-666a-4f63-9313-df9bdf1ebc43"] - }],ExpressionUUID->"1b7f583d-4941-4949-8236-94c490149b96"], Cell[BoxData[ + "c51ae5d0-f42e-4eb9-8117-21b3d704febf"] + }],ExpressionUUID->"b8a12779-b3da-441d-bff0-1f4b2954e234"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "35490449-f816-401a-859e-90c4e9d2dedc"]} + "967c95f7-a713-43e1-bf9b-9942b16b0f58"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"700aa7a7-0667-475f-a061-8a9e6dc4bad3"], + CacheGraphics->False,ExpressionUUID->"fdc87739-1890-439e-859d-dbbd4adb85a1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "1d4c3bc9-8bcb-4d0e-8497-1805b309f982"], " \[LineSeparator]computes the angle of the two vectors x and y." - }],ExpressionUUID->"833beda4-8e3b-43a7-a581-85db5502b4eb"]} + }],ExpressionUUID->"a916f2db-ca5f-4059-ab11-56b88141b056"]} }]], "Usage", CellID->651214610,ExpressionUUID->"5f47fd00-fedd-4d6b-847a-94f59a6cbd9d"] }, Open ]], @@ -271,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d2513d12-b788-4a0c-885a-60e318014ae9"], + ExpressionUUID->"6c056077-e302-4073-9fcb-c845d39519a4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"098e01d2-5211-4c41-8511-9713b747756f"], + "Spacer1"]],ExpressionUUID->"b1cd139e-5014-4a4e-9c2e-58673b9fede8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f676320f-649f-4a7d-a016-a95f8f89dde5"], + }], "NotesFrameText",ExpressionUUID->"20b540b4-6f8a-4b37-a34d-befad770e7e2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"13752495-bfab-41a0-9aba-595bdc5af3cc"]], \ + "Preemptive"]],ExpressionUUID->"e75f7d4a-8533-4277-b5cb-98132d8c77f7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->150471013,ExpressionUUID->"17e035e7-f223-47b3-b4e2-920569ba382e"], + CellID->687556348,ExpressionUUID->"cc6a718f-5c0a-4790-8194-93be48c86f3e"], Cell[TextData[{ "The expressions ", @@ -364,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a1ce0b9e-1645-4855-860d-87bb0f0ef21f"], + ExpressionUUID->"ed28c64c-8f46-44e6-b0c1-1b736515d6ba"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7f1e4ecf-79d5-423e-bd09-9e9761054c10"], + "Spacer1"]],ExpressionUUID->"d20ca7e5-f6c6-42a1-bd1d-bc21eac4c4aa"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8cc9fabd-3a1d-430c-9d77-4638c2a78808"] + "be6ed60a-cd94-4b1f-a954-8966dba346f9"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1362074689,ExpressionUUID->"09b110ae-09ed-4331-9c40-7159488b169a"], + CellID->790224936,ExpressionUUID->"8c9742e2-c63e-4984-a708-494785c1fb2e"], Cell[CellGroupData[{ @@ -405,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8eae2b25-d580-49b6-b31d-a59651506129"], + ExpressionUUID->"8b4918cd-9850-4836-a208-b832b265ed0d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"724948b6-e546-429f-86a2-5a6cc5a30428"], + "Spacer1"]],ExpressionUUID->"9e002d2f-205f-4403-83fe-a246e44bd69f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ccb44a25-2df9-4368-a126-38890f1fb01c"] + "100d830d-a9ca-497a-8618-200698bb5b4c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->514658247,ExpressionUUID->"4af19a1e-e2f9-4299-810c-1384beffcc93"], + CellID->1957528239,ExpressionUUID->"6aefd10f-17a5-427e-923a-f8d8b352a322"], Cell["Loading the package:", "ExampleText", CellID->1478375077,ExpressionUUID->"d193dc63-a183-41be-bca2-530494314538"], @@ -646,8 +649,6 @@ Cell[BoxData["0.`"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -795,15 +796,15 @@ Cell[BoxData[GridBox[{ "8b88d90c-d563-4d5c-9258-fca3eb8cd2d3"] }], "SeeAlso",ExpressionUUID->"ed46d5af-a278-40fd-b8ae-e8d61bf23f23"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"474b81f5-c93a-4352-8fb9-\ -d950de151492"], + }]], "SeeAlsoSection",ExpressionUUID->"c898e709-8eec-4726-a497-\ +6a4864a5985c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -815,9 +816,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6eb0c66e-6b8e-473c-ba0d-db9b81d23b58"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6e4d620b-e78c-424f-86aa-\ -1d81ce5fccd0"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b2f3a37b-5bfc-4738-aff0-\ +559942107250"], Cell[BoxData[GridBox[{ { @@ -834,7 +834,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7a6511a3-c4a8-4882-bcd1-2c0cb5215930"]}]}, + "50d38b95-79b3-476f-802b-c1241ee6bfa1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -842,10 +842,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9756a6a7-a565-4e07-bc7e-febf077f2100"]}]} + "9c18d401-a7d7-4a3b-95c8-5b5713acda8c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"996af04c-61b6-4f77-9019-\ -9b2390742909"], + }]], "MoreAboutSection",ExpressionUUID->"37d3fe40-e31f-4f4e-8c70-\ +aff12a8732d2"], Cell[BoxData[GridBox[{ { @@ -872,7 +872,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1a840ffe-01e5-46a4-a2d5-d75c730c5965"]], "RelatedLinks", + "9dca3e25-9cd7-4bf2-b617-cbbf809a7110"]], "RelatedLinks", ExpressionUUID->"8457d034-19bd-44aa-8c62-d80103f1323e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -889,7 +889,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8b43217b-1961-43ef-8c62-c29f5bee6574"]], "RelatedLinks", + "09d34fe2-22ea-4d27-8beb-23521dc0a8b8"]], "RelatedLinks", ExpressionUUID->"6c2bd344-7ea9-4abe-80c1-4e0d3094d80c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -906,11 +906,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9495681e-508d-41cc-8b75-a010ee7fa08f"]], "RelatedLinks", + "c918134f-98eb-4f6f-8e0c-5234e5dc3e4c"]], "RelatedLinks", ExpressionUUID->"235ed4df-d170-4c5f-aa65-9598c742c367"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1b6170df-6c64-4835-82b6-\ -795c600dcafb"], + }]], "RelatedLinksSection",ExpressionUUID->"405c2ab8-cdad-4468-98e9-\ +88273e299782"], Cell[CellGroupData[{ @@ -940,11 +940,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"467edaac-2f8b-416f-81d0-511b7cb88eef"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5efd05cd-7313-46e8-9205-ed828c0606af"] +Cell[" ", "FooterCell",ExpressionUUID->"53188f0a-95de-4394-a4b1-e2d5b70cd507"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Angle", TaggingRules->{ @@ -955,17 +955,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 32.130552}", + "built" -> "{2024, 6, 3, 16, 51, 5.767860}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Angle[vecx, vecy] computes the angle of the two vectors x and y.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Angle", "titlemodifier" -> - "", "windowtitle" -> "Angle", "type" -> "Symbol", "uri" -> - "TUG/ref/Angle"}}, + "", "metadescription" -> "", "windowtitle" -> "Angle", "type" -> "Symbol", + "uri" -> "TUG/ref/Angle"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -974,9 +974,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"74e4f719-01cf-4844-9fd8-3cff7eb21cf6" +ExpressionUUID->"84b99f15-ee13-4050-8a22-6da9b6fe785b" ] (* End of Notebook Content *) @@ -984,151 +984,149 @@ ExpressionUUID->"74e4f719-01cf-4844-9fd8-3cff7eb21cf6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13082, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09b110ae-09ed-4331-9c40-7159488b169a", + Cell[13098, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8c9742e2-c63e-4984-a708-494785c1fb2e", CellTags->"PrimaryExamplesSection", - CellID->1362074689]} + CellID->790224936]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35862, 985} + {"PrimaryExamplesSection", 35861, 985} } *) (*NotebookFileOutline Notebook[{ -Cell[577, 21, 7090, 168, 56, "AnchorBarGrid",ExpressionUUID->"f2945b1c-a0e1-4945-a843-3f4e49bf7514", +Cell[577, 21, 7106, 171, 57, "AnchorBarGrid",ExpressionUUID->"e5fca3de-d6bf-4504-9e25-c2d4af00ffd9", CellID->1], -Cell[7670, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a39c2e51-306f-490c-80de-d59920b4c342"], +Cell[7686, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5dffecbc-70f6-4557-9907-0f450f3b728c"], Cell[CellGroupData[{ -Cell[7781, 195, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"700aa7a7-0667-475f-a061-8a9e6dc4bad3"], -Cell[9063, 232, 483, 10, 111, "Usage",ExpressionUUID->"5f47fd00-fedd-4d6b-847a-94f59a6cbd9d", +Cell[7797, 198, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"fdc87739-1890-439e-859d-dbbd4adb85a1"], +Cell[9079, 235, 483, 10, 111, "Usage",ExpressionUUID->"5f47fd00-fedd-4d6b-847a-94f59a6cbd9d", CellID->651214610] }, Open ]], Cell[CellGroupData[{ -Cell[9583, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"17e035e7-f223-47b3-b4e2-920569ba382e", +Cell[9599, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"cc6a718f-5c0a-4790-8194-93be48c86f3e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->150471013], -Cell[11480, 296, 482, 14, 36, "]]",ExpressionUUID->"e30a0ab9-7094-43ae-9a5d-62b97cbcb188", + CellID->687556348], +Cell[11496, 299, 482, 14, 36, "]]",ExpressionUUID->"e30a0ab9-7094-43ae-9a5d-62b97cbcb188", CellID->313448337], -Cell[11965, 312, 489, 12, 37, "Notes",ExpressionUUID->"5b52b14d-ab07-48a2-96b1-9b27994d670f", +Cell[11981, 315, 489, 12, 38, "Notes",ExpressionUUID->"5b52b14d-ab07-48a2-96b1-9b27994d670f", CellID->177724765], -Cell[12457, 326, 141, 1, 36, "Notes",ExpressionUUID->"b50ddfdf-125f-46fd-8142-a76514a26368", +Cell[12473, 329, 141, 1, 36, "Notes",ExpressionUUID->"b50ddfdf-125f-46fd-8142-a76514a26368", CellID->2119992200], -Cell[12601, 329, 354, 6, 57, "Notes",ExpressionUUID->"9c2f605d-be8c-4f23-8ea0-cb3800963ba3", +Cell[12617, 332, 354, 6, 57, "Notes",ExpressionUUID->"9c2f605d-be8c-4f23-8ea0-cb3800963ba3", CellID->760611974] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13082, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09b110ae-09ed-4331-9c40-7159488b169a", +Cell[13098, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8c9742e2-c63e-4984-a708-494785c1fb2e", CellTags->"PrimaryExamplesSection", - CellID->1362074689], + CellID->790224936], Cell[CellGroupData[{ -Cell[14528, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"4af19a1e-e2f9-4299-810c-1384beffcc93", - CellID->514658247], -Cell[15929, 420, 119, 1, 38, "ExampleText",ExpressionUUID->"d193dc63-a183-41be-bca2-530494314538", +Cell[14543, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6aefd10f-17a5-427e-923a-f8d8b352a322", + CellID->1957528239], +Cell[15945, 423, 119, 1, 39, "ExampleText",ExpressionUUID->"d193dc63-a183-41be-bca2-530494314538", CellID->1478375077], Cell[CellGroupData[{ -Cell[16073, 425, 167, 3, 27, "Input",ExpressionUUID->"034c8545-208f-404c-bef9-e658cce61577", +Cell[16089, 428, 167, 3, 27, "Input",ExpressionUUID->"034c8545-208f-404c-bef9-e658cce61577", CellID->934128434], Cell[CellGroupData[{ -Cell[16265, 432, 236, 4, 23, "Print",ExpressionUUID->"600ea8ac-a267-49a3-8a67-714c3c84da50", +Cell[16281, 435, 236, 4, 23, "Print",ExpressionUUID->"600ea8ac-a267-49a3-8a67-714c3c84da50", CellID->146275705], -Cell[16504, 438, 366, 8, 23, "Print",ExpressionUUID->"41d4cdef-eef7-4aec-9c61-9d8d47aa96e2", +Cell[16520, 441, 366, 8, 23, "Print",ExpressionUUID->"41d4cdef-eef7-4aec-9c61-9d8d47aa96e2", CellID->1238140453], -Cell[16873, 448, 236, 4, 23, "Print",ExpressionUUID->"064ff566-fea7-49e8-a19a-74ae16577644", +Cell[16889, 451, 236, 4, 23, "Print",ExpressionUUID->"064ff566-fea7-49e8-a19a-74ae16577644", CellID->520667113], -Cell[17112, 454, 221, 3, 23, "Print",ExpressionUUID->"f01fe41f-f520-4c84-8e07-a46efe44a13f", +Cell[17128, 457, 221, 3, 23, "Print",ExpressionUUID->"f01fe41f-f520-4c84-8e07-a46efe44a13f", CellID->1526691817], -Cell[17336, 459, 208, 3, 23, "Print",ExpressionUUID->"ea775a4f-8911-48f8-872a-f685c448e003", +Cell[17352, 462, 208, 3, 23, "Print",ExpressionUUID->"ea775a4f-8911-48f8-872a-f685c448e003", CellID->1592415396], -Cell[17547, 464, 237, 4, 23, "Print",ExpressionUUID->"fd0b3545-5415-458a-86df-b77a2a15c144", +Cell[17563, 467, 237, 4, 23, "Print",ExpressionUUID->"fd0b3545-5415-458a-86df-b77a2a15c144", CellID->678663197], -Cell[17787, 470, 221, 3, 23, "Print",ExpressionUUID->"c82382a7-233c-4b1a-8d8d-399a5fe1ad8a", +Cell[17803, 473, 221, 3, 23, "Print",ExpressionUUID->"c82382a7-233c-4b1a-8d8d-399a5fe1ad8a", CellID->2138217694], -Cell[18011, 475, 237, 4, 23, "Print",ExpressionUUID->"217bacf1-1384-489f-81f4-993b7300750b", +Cell[18027, 478, 237, 4, 23, "Print",ExpressionUUID->"217bacf1-1384-489f-81f4-993b7300750b", CellID->1799062034], -Cell[18251, 481, 236, 4, 23, "Print",ExpressionUUID->"6f969d43-4be7-4e9a-add6-f96ec5032409", +Cell[18267, 484, 236, 4, 23, "Print",ExpressionUUID->"6f969d43-4be7-4e9a-add6-f96ec5032409", CellID->248650673], -Cell[18490, 487, 208, 3, 23, "Print",ExpressionUUID->"2e649a53-b69f-40eb-a249-dcdc88b01af0", +Cell[18506, 490, 208, 3, 23, "Print",ExpressionUUID->"2e649a53-b69f-40eb-a249-dcdc88b01af0", CellID->1619650989], -Cell[18701, 492, 237, 4, 23, "Print",ExpressionUUID->"26f29935-734b-4cdb-854f-9f93f12a7e0a", +Cell[18717, 495, 237, 4, 23, "Print",ExpressionUUID->"26f29935-734b-4cdb-854f-9f93f12a7e0a", CellID->2062534046] }, Open ]] }, Open ]], -Cell[18965, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"479712b2-9929-4ba7-998a-62201d9c0eba", +Cell[18981, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"479712b2-9929-4ba7-998a-62201d9c0eba", CellID->1034443320], -Cell[19105, 503, 234, 6, 70, "Input",ExpressionUUID->"d279fb13-cd0c-40bb-a943-d78839469816", +Cell[19121, 506, 234, 6, 70, "Input",ExpressionUUID->"d279fb13-cd0c-40bb-a943-d78839469816", CellID->833861815], -Cell[19342, 511, 380, 9, 70, "Input",ExpressionUUID->"f47c9122-eb05-46cf-9147-39e219afee1f", +Cell[19358, 514, 380, 9, 70, "Input",ExpressionUUID->"f47c9122-eb05-46cf-9147-39e219afee1f", CellID->815157097], -Cell[19725, 522, 237, 6, 70, "Input",ExpressionUUID->"d6054bd8-85c7-4c06-a396-39e938611c18", +Cell[19741, 525, 237, 6, 70, "Input",ExpressionUUID->"d6054bd8-85c7-4c06-a396-39e938611c18", CellID->832594375], -Cell[19965, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"973ac213-25bd-4c12-aa20-ffbb9dc66e62", +Cell[19981, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"973ac213-25bd-4c12-aa20-ffbb9dc66e62", CellID->157366346], Cell[CellGroupData[{ -Cell[20180, 538, 163, 3, 70, "Input",ExpressionUUID->"3533afce-a110-4a6b-a451-80eac1dbebaf", +Cell[20196, 541, 163, 3, 70, "Input",ExpressionUUID->"3533afce-a110-4a6b-a451-80eac1dbebaf", CellID->1701747619], -Cell[20346, 543, 174, 4, 36, "Output",ExpressionUUID->"d8df962d-f064-4213-8236-06526b1d3ffa", +Cell[20362, 546, 174, 4, 36, "Output",ExpressionUUID->"d8df962d-f064-4213-8236-06526b1d3ffa", CellID->1292038431] }, Open ]], -Cell[20535, 550, 140, 1, 70, "ExampleText",ExpressionUUID->"e8f3ae88-94a7-4bd8-ba1e-303046cca2e1", +Cell[20551, 553, 140, 1, 70, "ExampleText",ExpressionUUID->"e8f3ae88-94a7-4bd8-ba1e-303046cca2e1", CellID->1497768714], Cell[CellGroupData[{ -Cell[20700, 555, 194, 4, 70, "Input",ExpressionUUID->"6aa2b151-73f1-4b2b-b806-db0678029052", +Cell[20716, 558, 194, 4, 70, "Input",ExpressionUUID->"6aa2b151-73f1-4b2b-b806-db0678029052", CellID->216126241], -Cell[20897, 561, 319, 9, 51, "Output",ExpressionUUID->"7b999731-fa56-4861-bb80-3e0e9cea92e8", +Cell[20913, 564, 319, 9, 50, "Output",ExpressionUUID->"7b999731-fa56-4861-bb80-3e0e9cea92e8", CellID->1275690639] }, Open ]], -Cell[21231, 573, 124, 1, 70, "ExampleText",ExpressionUUID->"8cee09d9-77a1-495c-a8fe-9683d273daa2", +Cell[21247, 576, 124, 1, 70, "ExampleText",ExpressionUUID->"8cee09d9-77a1-495c-a8fe-9683d273daa2", CellID->1675627632], Cell[CellGroupData[{ -Cell[21380, 578, 193, 4, 70, "Input",ExpressionUUID->"62b994ab-e1da-4bfc-a01a-3d4b3aeb4122", +Cell[21396, 581, 193, 4, 70, "Input",ExpressionUUID->"62b994ab-e1da-4bfc-a01a-3d4b3aeb4122", CellID->9464850], -Cell[21576, 584, 269, 7, 51, "Output",ExpressionUUID->"28185905-2603-4986-a56c-455f9b6d96ae", +Cell[21592, 587, 269, 7, 50, "Output",ExpressionUUID->"28185905-2603-4986-a56c-455f9b6d96ae", CellID->527067051] }, Open ]], -Cell[21860, 594, 142, 1, 70, "ExampleText",ExpressionUUID->"721f0313-7279-4d6d-ae27-d08b73ec8147", +Cell[21876, 597, 142, 1, 70, "ExampleText",ExpressionUUID->"721f0313-7279-4d6d-ae27-d08b73ec8147", CellID->436035312], Cell[CellGroupData[{ -Cell[22027, 599, 182, 4, 70, "Input",ExpressionUUID->"c9f593d9-1770-4b64-b9e5-96c7357d5e68", +Cell[22043, 602, 182, 4, 70, "Input",ExpressionUUID->"c9f593d9-1770-4b64-b9e5-96c7357d5e68", CellID->446633819], -Cell[22212, 605, 175, 3, 36, "Output",ExpressionUUID->"c96d614e-0e69-48bd-94b9-bcdbed70a12f", +Cell[22228, 608, 175, 3, 36, "Output",ExpressionUUID->"c96d614e-0e69-48bd-94b9-bcdbed70a12f", CellID->1953845451] }, Open ]], -Cell[22402, 611, 122, 1, 70, "ExampleText",ExpressionUUID->"5d3769bf-c28a-4aff-b642-534d75255544", +Cell[22418, 614, 122, 1, 70, "ExampleText",ExpressionUUID->"5d3769bf-c28a-4aff-b642-534d75255544", CellID->1625124152], Cell[CellGroupData[{ -Cell[22549, 616, 184, 4, 70, "Input",ExpressionUUID->"e885e8cc-a93b-46fe-803d-28d55671364e", +Cell[22565, 619, 184, 4, 70, "Input",ExpressionUUID->"e885e8cc-a93b-46fe-803d-28d55671364e", CellID->1895328098], -Cell[22736, 622, 159, 3, 36, "Output",ExpressionUUID->"447635ca-4018-4520-a02e-dc857787e7a0", +Cell[22752, 625, 159, 3, 36, "Output",ExpressionUUID->"447635ca-4018-4520-a02e-dc857787e7a0", CellID->1612623557] }, Open ]], Cell[CellGroupData[{ -Cell[22932, 630, 183, 4, 70, "Input",ExpressionUUID->"80c38666-bc36-4363-aad1-03a4fa5f46d4", +Cell[22948, 633, 183, 4, 70, "Input",ExpressionUUID->"80c38666-bc36-4363-aad1-03a4fa5f46d4", CellID->1057210007], -Cell[23118, 636, 159, 3, 36, "Output",ExpressionUUID->"851cc2a7-7e65-40a1-bc53-92ef6660ae8e", +Cell[23134, 639, 159, 3, 36, "Output",ExpressionUUID->"851cc2a7-7e65-40a1-bc53-92ef6660ae8e", CellID->616575294] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23535, 651, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"c898e709-8eec-4726-a497-6a4864a5985c"], +Cell[29015, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b2f3a37b-5bfc-4738-aff0-559942107250"], +Cell[29688, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"37d3fe40-e31f-4f4e-8c70-aff12a8732d2"], +Cell[30724, 849, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"405c2ab8-cdad-4468-98e9-88273e299782"], Cell[CellGroupData[{ -Cell[23541, 650, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"474b81f5-c93a-4352-8fb9-d950de151492"], -Cell[29021, 800, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6e4d620b-e78c-424f-86aa-1d81ce5fccd0"] -}, Open ]], -Cell[29706, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"996af04c-61b6-4f77-9019-9b2390742909"], -Cell[30742, 849, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"1b6170df-6c64-4835-82b6-795c600dcafb"], -Cell[CellGroupData[{ -Cell[32994, 916, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"318d37bd-9969-4e24-bd44-2ec4b949cd30", +Cell[32976, 916, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"318d37bd-9969-4e24-bd44-2ec4b949cd30", CellID->906383680], -Cell[33134, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4be25f4c-e391-46f8-a4b6-672fb9e2a168", +Cell[33116, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4be25f4c-e391-46f8-a4b6-672fb9e2a168", CellID->1194386356], -Cell[33356, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"90315167-3a27-47d0-8346-a5e69ddb224e", +Cell[33338, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"90315167-3a27-47d0-8346-a5e69ddb224e", CellID->1641706272], -Cell[33571, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4628b25c-8151-4de1-a951-42110ede41d7", +Cell[33553, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4628b25c-8151-4de1-a951-42110ede41d7", CellID->399251956], -Cell[33800, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"467edaac-2f8b-416f-81d0-511b7cb88eef", +Cell[33782, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"467edaac-2f8b-416f-81d0-511b7cb88eef", CellID->821434655] }, Open ]], -Cell[34037, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"5efd05cd-7313-46e8-9205-ed828c0606af"] +Cell[34019, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"53188f0a-95de-4394-a4b1-e2d5b70cd507"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AnimationKernelProperty2d.nb b/Documentation/English/ReferencePages/Symbols/AnimationKernelProperty2d.nb index 92bf0ee..0d5d447 100644 --- a/Documentation/English/ReferencePages/Symbols/AnimationKernelProperty2d.nb +++ b/Documentation/English/ReferencePages/Symbols/AnimationKernelProperty2d.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 2023534, 39047] -NotebookOptionsPosition[ 2012002, 38825] -NotebookOutlinePosition[ 2014450, 38883] -CellTagsIndexPosition[ 2014361, 38878] +NotebookDataLength[ 2023781, 39048] +NotebookOptionsPosition[ 2012266, 38828] +NotebookOutlinePosition[ 2014732, 38886] +CellTagsIndexPosition[ 2014643, 38881] WindowTitle->AnimationKernelProperty2d WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2a3c278e-73fe-4410-a8f2-8510a1d25eed"], + "d83778c0-5355-48cd-b9dd-5f4b32c0bc59"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "22581c15-2412-40e9-8d1e-d1399d3e1142"], + "b3460ef3-3183-4dca-bbf9-86fd5246f221"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "532ac4ef-4999-4918-8e24-3d1706b729f2"] - }],ExpressionUUID->"4d3b6019-6213-4eba-a6fa-069245f8a566"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "07ac36d8-4dba-44e4-aaf2-5db3fc24a6a3"] + }],ExpressionUUID->"b8d6e4f3-803b-4d7b-bb32-8f7266a44a91"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f80482b-2ba1-4f66-9653-6c88e3765780"], + "9cc842a6-7cc4-44ca-bd4d-b16074d935bf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ed4870c3-58f0-405d-a182-aef0f6d91185"] - }],ExpressionUUID->"2348994e-3910-487a-bae5-013da1867c27"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "266d0ca5-33b4-47f3-b936-b06a3f6f8809"] + }],ExpressionUUID->"d7764220-9f8c-4be9-b5f0-6232eeea8933"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "10486a2d-cdca-42bf-b6f1-4d29f0234861"], + "48749a82-6101-4072-9c98-d12c9e85675d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b4b5f2e0-2742-40c9-b42c-32774f99ed06"] - }],ExpressionUUID->"280070aa-9ad7-4ba3-877d-83b503e59f48"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ba853e69-e18e-4a04-9117-a2327a27a825"] + }],ExpressionUUID->"a590bca5-52e9-4b21-b1c8-7fec5160a551"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1f0fa73d-cc13-4d49-b432-c3439bce11b8"], + "836f755e-2dca-492b-b403-a3853457252b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "97f68023-3e2a-4f66-a074-367ba5461a07"] - }],ExpressionUUID->"b65ae069-8da4-411e-a9c7-4a2be8a793d6"], - StripOnInput->False], {"\<\"TUG/ref/AnimationKernelProperty2d\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AnimationKernelProperty2d"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "df2d586c-c073-4863-a41d-d97cac5b2b49"] + }],ExpressionUUID->"0f215144-d9ed-41b3-a8e7-8f6e63fac45e"], + StripOnInput->False],{ + "\"TUG/ref/AnimationKernelProperty2d\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AnimationKernelProperty2d"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AnimationKernelProperty2d.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$27694], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AnimationKernelProperty2d" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$28396], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AnimationKernelProperty2d" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c5dc98bd-43d4-452a-9993-be9807731003"] + "0290b141-417c-4feb-8aaa-ba5ff551ae23"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "69ea9196-f234-4a8c-a32f-7e336392375a"]} + "cfdbbbdf-5c58-45cf-bc3c-db767745624c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e7761b3c-71fa-41b6-8695-bc7c5c0d1799"], + CellID->1,ExpressionUUID->"8fe60296-0800-4193-8833-b129b97442a2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1db11872-96a0-4735-9d0e-d6e4ae286427"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6f1ea97c-cffb-4c18-b8cd-a487d9aaa3dd"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AnimationKernelProperty2d", "ObjectName",ExpressionUUID-> - "d4be206d-b931-42a0-9cd8-a10a8b4d3e76"], + "c072e48c-48dc-42d5-ba8a-302a61e69841"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"87d1ad65-ceb8-426b-a27e-115ecf7b0c3a"], + "Spacer1"]],ExpressionUUID->"480d8778-c5e5-459d-9099-f6f44c5b46ba"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "98b66e17-6003-4c5e-8383-e9eea6c9b225"] - }],ExpressionUUID->"98baf487-fa49-420c-94da-3a6efd01d8b4"], Cell[BoxData[ + "ab6c8d2d-356b-4158-994e-3ae913ddc3ff"] + }],ExpressionUUID->"7b8f1b61-0654-44b9-9e26-9b2182b400aa"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4912a0b4-ad5c-4090-a917-20dc01678010"]} + "19dda7fa-9f0b-42b1-be92-7691a3e7033b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"658849b5-15b0-4121-a382-2750f708f7ac"], + CacheGraphics->False,ExpressionUUID->"18c7b325-fc5f-46db-8f6c-61f1b48eb925"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +246,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]visualizes the relationship between the \ kernel/nucleolus solution and the strong epsilon core for three person \ games." - }],ExpressionUUID->"555dd607-8f44-4e9f-9380-2f64f5ebb9b5"]}, + }],ExpressionUUID->"12e18543-ebee-4844-93cf-d3687e84998c"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AnimationKernelProperty2d", "[", @@ -250,7 +256,7 @@ games." " \[LineSeparator]by option set, the upper and lower epsilon value can \ be set. Moreover, the number of frames can be pre-defined to obtain a \ smoother movie. Finally, the Mathematica Manipulate command can be invoked." - }],ExpressionUUID->"0fee007f-943e-4e89-b043-e356b6f85afe"]} + }],ExpressionUUID->"6efe3a2b-2188-4cdd-ab78-66829dfec8be"]} }]], "Usage", CellID->1715418166,ExpressionUUID->"4134a91f-6166-424f-b72b-7f4ca7644c95"] }, Open ]], @@ -283,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6197051d-06b8-4112-b52d-cd241ae7269a"], + ExpressionUUID->"957b5309-dd85-45d4-99f5-fff84fd7d208"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"957ceabc-0244-46d2-954c-3109ccfc67da"], + "Spacer1"]],ExpressionUUID->"d6662c49-fcce-4f3f-8245-f70bc1e24636"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"64d474e2-292e-4ec8-a850-855fafcdad79"], + }], "NotesFrameText",ExpressionUUID->"1a5e9cf0-7539-4f6d-9c98-3864b8401764"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b8d8ae5a-7f58-4a6f-a853-6350589799d0"]], \ + "Preemptive"]],ExpressionUUID->"13b1ee74-139d-45b3-917c-3fac046f27b5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1055444657,ExpressionUUID->"3f025c1e-6c4a-4a47-ba52-7dbd2458cf87"], + CellID->61383640,ExpressionUUID->"e40daf21-21ce-40ae-af28-016418724886"], Cell[TextData[{ "The input expression ", @@ -386,7 +392,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6c3ac38c-2163-42c6-b7eb-a7216a6bb98b"], + "9ef0633d-2fbb-4aa5-ad07-ec9dc137eb52"], TemplateBox[{ Cell[ TextData["UpperCritVal"]], "paclet:TUG/ref/UpperCritVal", @@ -397,7 +403,7 @@ Cell[BoxData[GridBox[{ "use to draw the largest strong-epsilon core.", "TableText", ExpressionUUID->"52381102-2642-4197-92e8-95a6db9a5436"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "eb5a044a-5cc3-4268-aeba-3e0e4783faa5"], + "252aa8ba-8b31-428c-91ab-5d65f29d3b92"], TemplateBox[{ Cell[ TextData["LowerCritVal"]], "paclet:TUG/ref/LowerCritVal", @@ -408,7 +414,7 @@ Cell[BoxData[GridBox[{ "use to draw the least-core by internal calculation.", "TableText", ExpressionUUID->"af079e65-5a8e-4e03-9784-d6d826c42c68"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "df8bc0a8-54ab-49c5-9ff7-9b3f5ed66d86"], + "33216f33-0a42-4c04-b827-489301e4c27f"], TemplateBox[{ Cell[ TextData["IncSize"]], "paclet:TUG/ref/IncSize", "TUG Package Symbol"}, @@ -430,7 +436,7 @@ value. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8a6a53ec-d2b3-4831-bbde-2d77e878571b"], + "dccb62c8-f2d6-4ee9-a6e2-16579e1a6248"], TemplateBox[{ Cell[ TextData["FigureSize"]], "paclet:TUG/ref/FigureSize", @@ -447,7 +453,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2485d253-4463-46e3-a449-2f72bae0789e"], + "880b959a-2e16-4e23-bdf2-5d0ea0119ced"], TemplateBox[{ Cell[ TextData["UseManipulate"]], "paclet:TUG/ref/UseManipulate", @@ -597,19 +603,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9b84caf8-4f0b-4833-a8f4-aef5d6c78f5d"], + ExpressionUUID->"2af45dff-e2f9-40c9-b039-2fe4279e532a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d9c69629-560c-473a-9f3c-9ae39ce89176"], + "Spacer1"]],ExpressionUUID->"7f751e21-29ab-49b5-b31e-106f3f13803d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "afdc8b07-3455-480c-be01-2c3420cfc04f"] + "c4f8e41d-28da-4a58-b018-17d927477667"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2042043274,ExpressionUUID->"7c803b73-f81e-426f-b83c-42f5dd921b8e"], + CellID->1048622445,ExpressionUUID->"b33426ed-dab1-467d-a623-97ea49797295"], Cell[CellGroupData[{ @@ -638,18 +644,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2f4099d1-14af-487b-91ef-2469fca809c5"], + ExpressionUUID->"5a780c04-f48a-4e57-9fd4-4a82d1dd07b3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5f292881-1f92-4ec5-acc5-81b8f56a1320"], + "Spacer1"]],ExpressionUUID->"1e623f61-cae3-4295-a6f2-1fc321856757"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "51e24bbf-9f09-4502-9810-0977c8398126"] + "79c82fc1-df6f-451a-921b-d3848a1fe30d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1572879667,ExpressionUUID->"67fdcc4b-e914-460c-bf4a-c1b23f500dfc"], + CellID->1283303101,ExpressionUUID->"f99debb0-6f74-4370-b267-b18aced6cef4"], Cell["Loading the package:", "ExampleText", CellID->1597738800,ExpressionUUID->"37903350-6848-4e2b-9f78-e6d8b0cda126"], @@ -2068,8 +2074,9 @@ Cell[BoxData[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "30", ",", "70"}], "}"}], - {25.331243060694828, 60.62499999999999}], InsetBox[ + RowBox[{"0", ",", "30", ",", "70"}], + "}"}], {25.331243060694828, 60.62499999999999}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ @@ -2260,11 +2267,11 @@ Cell[BoxData[ "}"}], {25.331243060694828, 60.62499999999999}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "70", ",", "30"}], - "}"}], {65.168411634779, -8.375}], InsetBox[ + RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}] + , InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -2708,8 +2715,9 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], "}"}], - {95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], + "}"}], {95.26279441628826, -55.00000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -3299,8 +3307,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -5201,9 +5208,8 @@ Cell[BoxData[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "30", ",", "70"}], - "}"}], {25.331243060694828, 60.62499999999999}], - InsetBox[ + RowBox[{"0", ",", "30", ",", "70"}], "}"}], + {25.331243060694828, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ @@ -5366,8 +5372,9 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], "}"}], - {95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], + "}"}], {95.26279441628826, -55.00000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -5954,8 +5961,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -6620,7 +6626,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -7178,8 +7185,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -7879,8 +7886,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -8872,8 +8878,9 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], "}"}], - {95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], + "}"}], {95.26279441628826, -55.00000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -9612,8 +9619,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -10212,8 +10219,9 @@ Cell[BoxData[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "30", ",", "70"}], "}"}], - {25.331243060694828, 60.62499999999999}], InsetBox[ + RowBox[{"0", ",", "30", ",", "70"}], + "}"}], {25.331243060694828, 60.62499999999999}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ @@ -10255,9 +10263,8 @@ Cell[BoxData[ NCache[{{ Rational[447, 16] 3^Rational[1, 2], Rational[1501, 16]}, { Rational[487, 8] 3^Rational[1, 2], -5}, { - Rational[527, 16] 3^Rational[1, 2], - Rational[-1421, 16]}, { - Rational[-527, 16] 3^Rational[1, 2], Rational[ + Rational[527, 16] 3^Rational[1, 2], Rational[-1421, 16]}, + {Rational[-527, 16] 3^Rational[1, 2], Rational[ 1501, 16]}, { Rational[-307, 8] 3^Rational[1, 2], Rational[155, 2]}, { Rational[273, 16] 3^Rational[1, 2], @@ -11105,8 +11112,8 @@ Cell[BoxData[ "}"}], {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "100"}], "}"}], - {0., 110.00000000000001}]}}, + RowBox[{"0", ",", "0", ",", "100"}], + "}"}], {0., 110.00000000000001}]}}, GraphicsComplexBox[{{25.980762113533157`, 55.}, { 60.6217782649107, -5.}, {-8.660254037844386, 55.}, { 43.30127018922193, -35.}}, @@ -12951,8 +12958,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -13424,8 +13430,8 @@ Cell[BoxData[ LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { {GrayLevel[0.5], PointSize[0.015], PointBox[ - NCache[{(-50) - 3^Rational[1, 2], -50}, {-86.60254037844386, -50}]], + NCache[{(-50) 3^Rational[1, 2], -50}, {-86.60254037844386, + -50}]], PointBox[ NCache[{50 3^Rational[1, 2], -50}, { 86.60254037844386, -50}]], PointBox[{0, 100}]}, { @@ -13844,8 +13850,8 @@ Cell[BoxData[ "}"}], {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "100"}], "}"}], - {0., 110.00000000000001}]}}, + RowBox[{"0", ",", "0", ",", "100"}], + "}"}], {0., 110.00000000000001}]}}, GraphicsComplexBox[{{25.980762113533157`, 55.}, { 60.6217782649107, -5.}, {-8.660254037844386, 55.}, { 43.30127018922193, -35.}}, @@ -14143,8 +14149,8 @@ Cell[BoxData[ 86.60254037844386, -50}]], PointBox[{0, 100}]}, { InsetBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "0"}], "}"}], - {-95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"100", ",", "0", ",", "0"}], + "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "100", ",", "0"}], "}"}], {95.26279441628826, -55.00000000000001}], @@ -14445,8 +14451,8 @@ Cell[BoxData[ 86.60254037844386, -50}]], PointBox[{0, 100}]}, { InsetBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "0"}], - "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"100", ",", "0", ",", "0"}], "}"}], + {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "100", ",", "0"}], "}"}], {95.26279441628826, -55.00000000000001}], @@ -14853,9 +14859,8 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], - "}"}], {95.26279441628826, -55.00000000000001}], - InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], "}"}], + {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -14885,8 +14890,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -15085,8 +15090,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -15783,8 +15788,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -16577,8 +16581,8 @@ Cell[BoxData[ "}"}], {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "100"}], "}"}], - {0., 110.00000000000001}]}}, + RowBox[{"0", ",", "0", ",", "100"}], + "}"}], {0., 110.00000000000001}]}}, GraphicsComplexBox[{{25.980762113533157`, 55.}, { 60.6217782649107, -5.}, {-8.660254037844386, 55.}, { 43.30127018922193, -35.}}, @@ -16874,8 +16878,9 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], "}"}], - {95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], + "}"}], {95.26279441628826, -55.00000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -16894,7 +16899,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -16997,7 +17003,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -17714,8 +17721,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -18320,8 +18327,8 @@ Cell[BoxData[ RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "70", ",", "10"}], - "}"}], {45.24982734773691, -42.875}]}}, + RowBox[{"20", ",", "70", ",", "10"}], "}"}], + {45.24982734773691, -42.875}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{15 3^Rational[1, 2], 55}, { @@ -23462,9 +23469,8 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], - "}"}], {95.26279441628826, -55.00000000000001}], - InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], "}"}], + {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -23872,9 +23878,8 @@ Cell[BoxData[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "30", ",", "70"}], - "}"}], {25.331243060694828, 60.62499999999999}], - InsetBox[ + RowBox[{"0", ",", "30", ",", "70"}], "}"}], + {25.331243060694828, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ @@ -24076,8 +24081,8 @@ Cell[BoxData[ RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "70", ",", "10"}], - "}"}], {45.24982734773691, -42.875}]}}, + RowBox[{"20", ",", "70", ",", "10"}], "}"}], + {45.24982734773691, -42.875}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{15 3^Rational[1, 2], 55}, { @@ -24939,8 +24944,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -25288,8 +25293,8 @@ Cell[BoxData[ 86.60254037844386, -50}]], PointBox[{0, 100}]}, { InsetBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "0"}], "}"}], - {-95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"100", ",", "0", ",", "0"}], + "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "100", ",", "0"}], "}"}], {95.26279441628826, -55.00000000000001}], @@ -25408,7 +25413,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -25488,8 +25494,8 @@ Cell[BoxData[ "}"}], {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "100"}], "}"}], - {0., 110.00000000000001}]}}, + RowBox[{"0", ",", "0", ",", "100"}], + "}"}], {0., 110.00000000000001}]}}, GraphicsComplexBox[{{25.980762113533157`, 55.}, { 60.6217782649107, -5.}, {-8.660254037844386, 55.}, { 43.30127018922193, -35.}}, @@ -26728,9 +26734,8 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], - "}"}], {95.26279441628826, -55.00000000000001}], - InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], "}"}], + {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -27039,7 +27044,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -28667,7 +28673,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -28870,8 +28877,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], - "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], "}"}], + {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -29446,8 +29453,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -30983,8 +30990,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -31838,7 +31845,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -33549,8 +33557,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -33558,8 +33565,8 @@ Cell[BoxData[ "}"}], {25.331243060694828, 60.62499999999999}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "70", ",", "30"}], - "}"}], {65.168411634779, -8.375}], InsetBox[ + RowBox[{"0", ",", "70", ",", "30"}], "}"}], + {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ @@ -33844,8 +33851,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -34878,8 +34885,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -35270,8 +35276,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -36281,9 +36287,8 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], - "}"}], {95.26279441628826, -55.00000000000001}], - InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], "}"}], + {95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -36787,8 +36792,8 @@ Cell[BoxData[ "}"}], {25.331243060694828, 60.62499999999999}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "70", ",", "30"}], - "}"}], {65.168411634779, -8.375}], InsetBox[ + RowBox[{"0", ",", "70", ",", "30"}], "}"}], + {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ @@ -36945,8 +36950,8 @@ Cell[BoxData[ 86.60254037844386, -50}]], PointBox[{0, 100}]}, { InsetBox[ RowBox[{"{", - RowBox[{"100", ",", "0", ",", "0"}], "}"}], - {-95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"100", ",", "0", ",", "0"}], + "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "100", ",", "0"}], "}"}], {95.26279441628826, -55.00000000000001}], @@ -37043,8 +37048,9 @@ Cell[BoxData[ RowBox[{"100", ",", "0", ",", "0"}], "}"}], {-95.26279441628826, -55.00000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "100", ",", "0"}], "}"}], - {95.26279441628826, -55.00000000000001}], InsetBox[ + RowBox[{"0", ",", "100", ",", "0"}], + "}"}], {95.26279441628826, -55.00000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "100"}], "}"}], {0., 110.00000000000001}]}}, @@ -37736,8 +37742,7 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], - PointBox[ + 55}]], PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -38132,8 +38137,8 @@ Cell[BoxData[ RowBox[{"0", ",", "70", ",", "30"}], "}"}], {65.168411634779, -8.375}], InsetBox[ RowBox[{"{", - RowBox[{"20", ",", "10", ",", "70"}], "}"}], {-14.505925513389347, 60.62499999999999}],\ - InsetBox[ + RowBox[{"20", ",", "10", ",", "70"}], + "}"}], {-14.505925513389347, 60.62499999999999}], InsetBox[ RowBox[{"{", RowBox[{"20", ",", "70", ",", "10"}], "}"}], {45.24982734773691, -42.875}]}}, @@ -38216,7 +38221,8 @@ Cell[BoxData[ 60.6217782649107, -5}]], PointBox[ NCache[{(-5) 3^Rational[1, 2], 55}, {-8.660254037844386, - 55}]], PointBox[ + 55}]], + PointBox[ NCache[{25 3^Rational[1, 2], -35}, { 43.30127018922193, -35}]]}, {InsetBox[ RowBox[{"{", @@ -38509,8 +38515,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -38658,15 +38662,15 @@ Cell[BoxData[GridBox[{ "5eac4dea-5a4e-49c7-89aa-e40728563f67"] }], "SeeAlso",ExpressionUUID->"73b70d32-e364-4b5a-ab38-e974dd11e5ab"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9bf73cf8-7ccd-4e2e-b8a0-\ -8b78c665dbcb"], + }]], "SeeAlsoSection",ExpressionUUID->"e098fb65-a4c5-4481-9877-\ +db6b95922149"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -38678,9 +38682,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"302160e0-1dc6-4d88-adf2-68ca6ddd19cd"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"64edb2d2-5d96-497b-881a-\ -cf2a48b67171"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3f3176ef-0e71-4eea-8462-\ +93240f8d90ea"], Cell[BoxData[GridBox[{ { @@ -38697,7 +38700,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "72bbc157-a07e-47d4-ba05-f257e9023883"]}]}, + "d22edd22-019b-464b-a89b-bc3b7197851a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -38705,10 +38708,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fa50fd4a-d08d-4ec6-adf6-dc49f519d947"]}]} + "9f286b7c-6c87-4f29-b629-b2461efb5b01"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3205445c-355e-4d41-9f49-\ -b5444cb5d63b"], + }]], "MoreAboutSection",ExpressionUUID->"494a6723-f0a5-43e6-9095-\ +59e528da126d"], Cell[BoxData[GridBox[{ { @@ -38736,7 +38739,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a4fdd764-98d6-40b3-99ea-bb951eb7f340"]], "RelatedLinks", + "90bcfe1a-6bf2-480c-acba-bc1d0884e0ee"]], "RelatedLinks", ExpressionUUID->"9dd377e2-5fb0-41ea-9271-2e554c780c64"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -38753,7 +38756,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "318d3f8c-03f2-48de-889b-adab67351a3b"]], "RelatedLinks", + "8ffacfb8-b69a-4f5e-9974-513c4a1c29d6"]], "RelatedLinks", ExpressionUUID->"2dd57028-44d4-41b1-b487-e4b14a33e063"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -38770,7 +38773,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d49970be-8612-487c-b9c3-a0fd2d579933"]], "RelatedLinks", + "adcaacad-2367-4e01-aa30-b17cf701f2d3"]], "RelatedLinks", ExpressionUUID->"b56cd566-2d5b-461d-ab67-a22f029b0cf2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -38787,11 +38790,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "369a3722-6bb4-45a2-8c9f-9d20dcf50fd3"]], "RelatedLinks", + "012ec547-141a-417c-bd73-cf265e528b43"]], "RelatedLinks", ExpressionUUID->"4f509155-4d8e-4f30-8a04-e2bbe926fb7a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"73e8dcfd-e5bc-4b85-8a5f-\ -eed5ed558344"], + }]], "RelatedLinksSection",ExpressionUUID->"0374396c-53f5-4c1f-9319-\ +41403c84f71b"], Cell[CellGroupData[{ @@ -38821,11 +38824,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"79179591-8824-400d-8ade-e694377b12d3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"362c8800-bc73-4f8c-9c5e-5551996116de"] +Cell[" ", "FooterCell",ExpressionUUID->"14c45a21-6905-4a4c-bb8b-5cca1f3037ec"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AnimationKernelProperty2d", TaggingRules->{ @@ -38836,7 +38839,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 39.585380}", + "built" -> "{2024, 6, 3, 16, 51, 12.138620}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -38847,11 +38850,11 @@ AnimationKernelProperty2d[game, options] by option set, the upper and lower \ epsilon value can be set. Moreover, the number of frames can be pre-defined \ to obtain a smoother movie. Finally, the Mathematica Manipulate command can \ be invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AnimationKernelProperty2d", "titlemodifier" -> "", "windowtitle" -> - "AnimationKernelProperty2d", "type" -> "Symbol", "uri" -> - "TUG/ref/AnimationKernelProperty2d"}}, + "AnimationKernelProperty2d", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "AnimationKernelProperty2d", "type" -> "Symbol", + "uri" -> "TUG/ref/AnimationKernelProperty2d"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -38860,9 +38863,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6153395d-e406-4f86-b1fe-06b1223f0883" +ExpressionUUID->"9186907c-7de5-45ab-b0d6-7110f2647b3a" ] (* End of Notebook Content *) @@ -38870,185 +38873,183 @@ ExpressionUUID->"6153395d-e406-4f86-b1fe-06b1223f0883" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21715, 574, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7c803b73-f81e-426f-b83c-42f5dd921b8e", + Cell[21785, 580, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b33426ed-dab1-467d-a623-97ea49797295", CellTags->"PrimaryExamplesSection", - CellID->2042043274]} + CellID->1048622445]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 2014160, 38871} + {"PrimaryExamplesSection", 2014442, 38874} } *) (*NotebookFileOutline Notebook[{ -Cell[597, 21, 7172, 168, 56, "AnchorBarGrid",ExpressionUUID->"e7761b3c-71fa-41b6-8695-bc7c5c0d1799", +Cell[597, 21, 7244, 174, 57, "AnchorBarGrid",ExpressionUUID->"8fe60296-0800-4193-8833-b129b97442a2", CellID->1], -Cell[7772, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1db11872-96a0-4735-9d0e-d6e4ae286427"], +Cell[7844, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6f1ea97c-cffb-4c18-b8cd-a487d9aaa3dd"], Cell[CellGroupData[{ -Cell[7883, 195, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"658849b5-15b0-4121-a382-2750f708f7ac"], -Cell[9185, 232, 1105, 22, 209, "Usage",ExpressionUUID->"4134a91f-6166-424f-b72b-7f4ca7644c95", +Cell[7955, 201, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"18c7b325-fc5f-46db-8f6c-61f1b48eb925"], +Cell[9257, 238, 1105, 22, 208, "Usage",ExpressionUUID->"4134a91f-6166-424f-b72b-7f4ca7644c95", CellID->1715418166] }, Open ]], Cell[CellGroupData[{ -Cell[10327, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"3f025c1e-6c4a-4a47-ba52-7dbd2458cf87", +Cell[10399, 265, 1893, 47, 37, "NotesSection",ExpressionUUID->"e40daf21-21ce-40ae-af28-016418724886", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1055444657], -Cell[12225, 308, 518, 12, 57, "]]",ExpressionUUID->"f6d8f4a5-5aa8-4167-b9eb-9481734d411e", + CellID->61383640], +Cell[12295, 314, 518, 12, 57, "]]",ExpressionUUID->"f6d8f4a5-5aa8-4167-b9eb-9481734d411e", CellID->313448337], -Cell[12746, 322, 489, 12, 37, "Notes",ExpressionUUID->"528a53ee-c752-4059-99ea-dfd7ec1e9d57", +Cell[12816, 328, 489, 12, 38, "Notes",ExpressionUUID->"528a53ee-c752-4059-99ea-dfd7ec1e9d57", CellID->177724765], -Cell[13238, 336, 166, 3, 36, "Notes",ExpressionUUID->"4e7b5a80-205f-4bcc-9547-eac3407b6aaa", +Cell[13308, 342, 166, 3, 36, "Notes",ExpressionUUID->"4e7b5a80-205f-4bcc-9547-eac3407b6aaa", CellID->744897089], -Cell[13407, 341, 196, 4, 36, "Notes",ExpressionUUID->"9dbdc87b-0436-4798-b3d4-3fa0dadd9ad5", +Cell[13477, 347, 196, 4, 36, "Notes",ExpressionUUID->"9dbdc87b-0436-4798-b3d4-3fa0dadd9ad5", CellID->1981976671], -Cell[13606, 347, 435, 8, 78, "Notes",ExpressionUUID->"bc88ea66-90f8-4e8d-b664-1d5bb25f2016", +Cell[13676, 353, 435, 8, 78, "Notes",ExpressionUUID->"bc88ea66-90f8-4e8d-b664-1d5bb25f2016", CellID->1808654428], -Cell[14044, 357, 607, 18, 37, "Notes",ExpressionUUID->"d0e3d88e-9fc7-4ffb-be67-12eac51f7aac", +Cell[14114, 363, 607, 18, 38, "Notes",ExpressionUUID->"d0e3d88e-9fc7-4ffb-be67-12eac51f7aac", CellID->1326469527], -Cell[14654, 377, 145, 1, 36, "Notes",ExpressionUUID->"d74401a2-9712-4d6c-bbce-29e1cf7b6e5d", +Cell[14724, 383, 145, 1, 36, "Notes",ExpressionUUID->"d74401a2-9712-4d6c-bbce-29e1cf7b6e5d", CellID->989879425], -Cell[14802, 380, 267, 4, 49, "Notes",ExpressionUUID->"e34812a1-8d51-435e-b8f7-11ff4f011353", +Cell[14872, 386, 267, 4, 48, "Notes",ExpressionUUID->"e34812a1-8d51-435e-b8f7-11ff4f011353", CellID->13178], -Cell[15072, 386, 1726, 42, 111, "3ColumnTableMod",ExpressionUUID->"6f63dca2-878f-4570-bb6e-796a119ea00f", +Cell[15142, 392, 1726, 42, 116, "3ColumnTableMod",ExpressionUUID->"6f63dca2-878f-4570-bb6e-796a119ea00f", CellID->1374443190], -Cell[16801, 430, 649, 15, 70, "3ColumnTableMod",ExpressionUUID->"ec6edcb9-4aa2-4af6-9b60-7db5cd8c2ad8", +Cell[16871, 436, 649, 15, 70, "3ColumnTableMod",ExpressionUUID->"ec6edcb9-4aa2-4af6-9b60-7db5cd8c2ad8", CellID->11156], -Cell[17453, 447, 685, 15, 70, "3ColumnTableMod",ExpressionUUID->"2336da69-1f32-42cd-9cb4-6fe067329ff8", +Cell[17523, 453, 685, 15, 70, "3ColumnTableMod",ExpressionUUID->"2336da69-1f32-42cd-9cb4-6fe067329ff8", CellID->616220616], -Cell[18141, 464, 880, 25, 70, "Notes",ExpressionUUID->"ed69d755-1819-4724-888f-92eabc64d41b", +Cell[18211, 470, 880, 25, 70, "Notes",ExpressionUUID->"ed69d755-1819-4724-888f-92eabc64d41b", CellID->2104907360], -Cell[19024, 491, 916, 26, 70, "Notes",ExpressionUUID->"2c44068e-a8fa-4f25-ae7e-5992d23eef24", +Cell[19094, 497, 916, 26, 70, "Notes",ExpressionUUID->"2c44068e-a8fa-4f25-ae7e-5992d23eef24", CellID->402274834], -Cell[19943, 519, 582, 16, 70, "Notes",ExpressionUUID->"9eeb830d-a597-419b-8c39-eaa44a27bd56", +Cell[20013, 525, 582, 16, 70, "Notes",ExpressionUUID->"9eeb830d-a597-419b-8c39-eaa44a27bd56", CellID->1192823045], -Cell[20528, 537, 485, 14, 70, "Notes",ExpressionUUID->"443bbf5c-06c1-4c65-8f9e-c83cb6be1cdc", +Cell[20598, 543, 485, 14, 70, "Notes",ExpressionUUID->"443bbf5c-06c1-4c65-8f9e-c83cb6be1cdc", CellID->282211233], -Cell[21016, 553, 572, 15, 70, "Notes",ExpressionUUID->"6b106df7-3f6b-4ec5-998d-3a32f51ed60d", +Cell[21086, 559, 572, 15, 70, "Notes",ExpressionUUID->"6b106df7-3f6b-4ec5-998d-3a32f51ed60d", CellID->1272807207] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21715, 574, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7c803b73-f81e-426f-b83c-42f5dd921b8e", +Cell[21785, 580, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b33426ed-dab1-467d-a623-97ea49797295", CellTags->"PrimaryExamplesSection", - CellID->2042043274], + CellID->1048622445], Cell[CellGroupData[{ -Cell[23161, 615, 1399, 36, 70, "ExampleSection",ExpressionUUID->"67fdcc4b-e914-460c-bf4a-c1b23f500dfc", - CellID->1572879667], -Cell[24563, 653, 119, 1, 70, "ExampleText",ExpressionUUID->"37903350-6848-4e2b-9f78-e6d8b0cda126", +Cell[23231, 621, 1399, 36, 70, "ExampleSection",ExpressionUUID->"f99debb0-6f74-4370-b267-b18aced6cef4", + CellID->1283303101], +Cell[24633, 659, 119, 1, 70, "ExampleText",ExpressionUUID->"37903350-6848-4e2b-9f78-e6d8b0cda126", CellID->1597738800], Cell[CellGroupData[{ -Cell[24707, 658, 168, 3, 70, "Input",ExpressionUUID->"c1e387b2-ff2e-4070-887f-b6fa0e517902", +Cell[24777, 664, 168, 3, 70, "Input",ExpressionUUID->"c1e387b2-ff2e-4070-887f-b6fa0e517902", CellID->1776794800], Cell[CellGroupData[{ -Cell[24900, 665, 236, 4, 70, "Print",ExpressionUUID->"79d206f3-8fc1-457f-800c-44df2757cce3", +Cell[24970, 671, 236, 4, 70, "Print",ExpressionUUID->"79d206f3-8fc1-457f-800c-44df2757cce3", CellID->1225807118], -Cell[25139, 671, 365, 8, 70, "Print",ExpressionUUID->"f5aad992-d9d2-4b46-9415-f2a86c1d2287", +Cell[25209, 677, 365, 8, 70, "Print",ExpressionUUID->"f5aad992-d9d2-4b46-9415-f2a86c1d2287", CellID->1463240843], -Cell[25507, 681, 235, 4, 70, "Print",ExpressionUUID->"fecd493a-86c0-461f-9abb-1a872da1ed83", +Cell[25577, 687, 235, 4, 70, "Print",ExpressionUUID->"fecd493a-86c0-461f-9abb-1a872da1ed83", CellID->960084278], -Cell[25745, 687, 220, 3, 70, "Print",ExpressionUUID->"555fb495-f009-4bc6-8b25-8789a9a3154a", +Cell[25815, 693, 220, 3, 70, "Print",ExpressionUUID->"555fb495-f009-4bc6-8b25-8789a9a3154a", CellID->1660858225], -Cell[25968, 692, 206, 3, 70, "Print",ExpressionUUID->"0a759175-c5ab-46a7-be9b-14018b058221", +Cell[26038, 698, 206, 3, 70, "Print",ExpressionUUID->"0a759175-c5ab-46a7-be9b-14018b058221", CellID->504942625], -Cell[26177, 697, 237, 4, 70, "Print",ExpressionUUID->"2d007943-9293-4637-937e-0d6959575fd2", +Cell[26247, 703, 237, 4, 70, "Print",ExpressionUUID->"2d007943-9293-4637-937e-0d6959575fd2", CellID->1351982722], -Cell[26417, 703, 219, 3, 70, "Print",ExpressionUUID->"211bcaa9-bf46-4da4-af19-baf470aafcd5", +Cell[26487, 709, 219, 3, 70, "Print",ExpressionUUID->"211bcaa9-bf46-4da4-af19-baf470aafcd5", CellID->575178951], -Cell[26639, 708, 236, 4, 70, "Print",ExpressionUUID->"3eef0c3f-d8ce-4f90-ba50-804ad77096b8", +Cell[26709, 714, 236, 4, 70, "Print",ExpressionUUID->"3eef0c3f-d8ce-4f90-ba50-804ad77096b8", CellID->1082149516], -Cell[26878, 714, 236, 4, 70, "Print",ExpressionUUID->"c912a864-5efb-4ea5-a8f6-6cfbf1252830", +Cell[26948, 720, 236, 4, 70, "Print",ExpressionUUID->"c912a864-5efb-4ea5-a8f6-6cfbf1252830", CellID->1279208036], -Cell[27117, 720, 207, 3, 70, "Print",ExpressionUUID->"1a4827c0-fa7e-464a-8c8c-4f660bc64cca", +Cell[27187, 726, 207, 3, 70, "Print",ExpressionUUID->"1a4827c0-fa7e-464a-8c8c-4f660bc64cca", CellID->2008485920], -Cell[27327, 725, 234, 4, 70, "Print",ExpressionUUID->"58c922e4-7f33-4344-802f-fa9cf0772f6f", +Cell[27397, 731, 234, 4, 70, "Print",ExpressionUUID->"58c922e4-7f33-4344-802f-fa9cf0772f6f", CellID->91556990] }, Open ]] }, Open ]], -Cell[27588, 733, 138, 1, 70, "ExampleText",ExpressionUUID->"c0d575db-6c34-4b39-b539-2c3a860f55ff", +Cell[27658, 739, 138, 1, 70, "ExampleText",ExpressionUUID->"c0d575db-6c34-4b39-b539-2c3a860f55ff", CellID->1512293528], -Cell[27729, 736, 224, 6, 70, "Input",ExpressionUUID->"858a12ee-5619-46d5-8af2-16aa6f18d61e", +Cell[27799, 742, 224, 6, 70, "Input",ExpressionUUID->"858a12ee-5619-46d5-8af2-16aa6f18d61e", CellID->533778697], -Cell[27956, 744, 308, 8, 70, "Input",ExpressionUUID->"44af4e31-cea5-4ac0-bfd0-c589e63906b5", +Cell[28026, 750, 308, 8, 70, "Input",ExpressionUUID->"44af4e31-cea5-4ac0-bfd0-c589e63906b5", CellID->940881265], -Cell[28267, 754, 237, 6, 70, "Input",ExpressionUUID->"c7efe8a8-925b-4d92-aebb-0cd093cdc35f", +Cell[28337, 760, 237, 6, 70, "Input",ExpressionUUID->"c7efe8a8-925b-4d92-aebb-0cd093cdc35f", CellID->459876703], -Cell[28507, 762, 191, 4, 70, "ExampleText",ExpressionUUID->"f98d9615-98b3-4e55-9b5e-b6d8ff81ea5e", +Cell[28577, 768, 191, 4, 70, "ExampleText",ExpressionUUID->"f98d9615-98b3-4e55-9b5e-b6d8ff81ea5e", CellID->1098341538], Cell[CellGroupData[{ -Cell[28723, 770, 183, 3, 70, "Input",ExpressionUUID->"b0364b1d-247d-4289-97f2-051bc470457f", +Cell[28793, 776, 183, 3, 70, "Input",ExpressionUUID->"b0364b1d-247d-4289-97f2-051bc470457f", CellID->1094847155], -Cell[28909, 775, 551, 15, 51, "Output",ExpressionUUID->"82fa2700-4d33-4134-b69d-dbdbca976cfc", +Cell[28979, 781, 551, 15, 50, "Output",ExpressionUUID->"82fa2700-4d33-4134-b69d-dbdbca976cfc", CellID->841245629] }, Open ]], -Cell[29475, 793, 241, 4, 70, "ExampleText",ExpressionUUID->"31b7b3ea-a0e0-4c9d-a4ea-8ecc3231d7dd", +Cell[29545, 799, 241, 4, 70, "ExampleText",ExpressionUUID->"31b7b3ea-a0e0-4c9d-a4ea-8ecc3231d7dd", CellID->515616576], -Cell[29719, 799, 228, 6, 70, "Input",ExpressionUUID->"725e25d4-b0f3-411e-8b04-c379f1d15a0f", +Cell[29789, 805, 228, 6, 70, "Input",ExpressionUUID->"725e25d4-b0f3-411e-8b04-c379f1d15a0f", CellID->203251815], Cell[CellGroupData[{ -Cell[29972, 809, 159, 3, 70, "Input",ExpressionUUID->"b6a8afed-7cc1-4f00-9d05-cccf269ee258", +Cell[30042, 815, 159, 3, 70, "Input",ExpressionUUID->"b6a8afed-7cc1-4f00-9d05-cccf269ee258", CellID->1260139056], -Cell[30134, 814, 157, 3, 36, "Output",ExpressionUUID->"2b7e93af-9224-4bdb-a2b7-ea5e4d81bbbf", +Cell[30204, 820, 157, 3, 36, "Output",ExpressionUUID->"2b7e93af-9224-4bdb-a2b7-ea5e4d81bbbf", CellID->1055653694] }, Open ]], Cell[CellGroupData[{ -Cell[30328, 822, 187, 4, 70, "Input",ExpressionUUID->"727a36f5-770f-4f2b-9e4b-cfa820cc0551", +Cell[30398, 828, 187, 4, 70, "Input",ExpressionUUID->"727a36f5-770f-4f2b-9e4b-cfa820cc0551", CellID->1416705581], -Cell[30518, 828, 307613, 5897, 70, "Output",ExpressionUUID->"62974d58-d9fc-4c01-90cc-748519aa8b58", +Cell[30588, 834, 307653, 5898, 70, "Output",ExpressionUUID->"62974d58-d9fc-4c01-90cc-748519aa8b58", CellID->1939908014] }, Open ]], -Cell[338146, 6728, 272, 5, 70, "ExampleText",ExpressionUUID->"6d54f2e8-aee9-47bc-b9f5-6c5d4659d8d3", +Cell[338256, 6735, 272, 5, 70, "ExampleText",ExpressionUUID->"6d54f2e8-aee9-47bc-b9f5-6c5d4659d8d3", CellID->1365637428], -Cell[338421, 6735, 555, 16, 70, "Input",ExpressionUUID->"4f2e843c-5ff9-4dbc-b5c3-9b32dd37abc6", +Cell[338531, 6742, 555, 16, 70, "Input",ExpressionUUID->"4f2e843c-5ff9-4dbc-b5c3-9b32dd37abc6", CellID->813225627], Cell[CellGroupData[{ -Cell[339001, 6755, 160, 3, 70, "Input",ExpressionUUID->"208635bd-e70e-49bc-a338-a70b05260425", +Cell[339111, 6762, 160, 3, 70, "Input",ExpressionUUID->"208635bd-e70e-49bc-a338-a70b05260425", CellID->1334877889], -Cell[339164, 6760, 159, 3, 36, "Output",ExpressionUUID->"a2da80a4-37b6-42de-a3ea-772a7533d61b", +Cell[339274, 6767, 159, 3, 36, "Output",ExpressionUUID->"a2da80a4-37b6-42de-a3ea-772a7533d61b", CellID->1983398568] }, Open ]], Cell[CellGroupData[{ -Cell[339360, 6768, 188, 4, 70, "Input",ExpressionUUID->"9c96f47e-10dc-43ad-93bc-a1349fade3af", +Cell[339470, 6775, 188, 4, 70, "Input",ExpressionUUID->"9c96f47e-10dc-43ad-93bc-a1349fade3af", CellID->1520045780], -Cell[339551, 6774, 1657739, 31644, 70, "Output",ExpressionUUID->"35e3f69f-d063-43bd-b12c-60771c86d436", +Cell[339661, 6781, 1657927, 31643, 70, "Output",ExpressionUUID->"35e3f69f-d063-43bd-b12c-60771c86d436", CellID->1046679351] }, Open ]], -Cell[1997305, 38421, 206, 4, 70, "ExampleText",ExpressionUUID->"30eb85b5-2c01-448d-8438-9e85ff606ce7", +Cell[1997603, 38427, 206, 4, 70, "ExampleText",ExpressionUUID->"30eb85b5-2c01-448d-8438-9e85ff606ce7", CellID->2108722949], -Cell[1997514, 38427, 614, 17, 70, "Input",ExpressionUUID->"7de5f9d8-328b-418e-a8ce-ff24c042bd33", +Cell[1997812, 38433, 614, 17, 70, "Input",ExpressionUUID->"7de5f9d8-328b-418e-a8ce-ff24c042bd33", CellID->1972281319], Cell[CellGroupData[{ -Cell[1998153, 38448, 160, 3, 70, "Input",ExpressionUUID->"88a6bd50-a78f-4960-b67b-4139cc3ae005", +Cell[1998451, 38454, 160, 3, 70, "Input",ExpressionUUID->"88a6bd50-a78f-4960-b67b-4139cc3ae005", CellID->1972820193], -Cell[1998316, 38453, 157, 3, 36, "Output",ExpressionUUID->"d3affca5-77ad-4230-b18e-d63a2a5976cd", +Cell[1998614, 38459, 157, 3, 36, "Output",ExpressionUUID->"d3affca5-77ad-4230-b18e-d63a2a5976cd", CellID->1286682359] }, Open ]], Cell[CellGroupData[{ -Cell[1998510, 38461, 128, 2, 70, "Input",ExpressionUUID->"4401f239-6819-4700-9a90-57e8ff956887", +Cell[1998808, 38467, 128, 2, 70, "Input",ExpressionUUID->"4401f239-6819-4700-9a90-57e8ff956887", CellID->1731562219], -Cell[1998641, 38465, 1825, 37, 70, "Output",ExpressionUUID->"6c62c14d-d19d-4f74-ae0f-8d2a25f5d8b1", +Cell[1998939, 38471, 1825, 37, 70, "Output",ExpressionUUID->"6c62c14d-d19d-4f74-ae0f-8d2a25f5d8b1", CellID->1309235788] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[2001006, 38517, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"e098fb65-a4c5-4481-9877-db6b95922149"], +Cell[2006502, 38667, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3f3176ef-0e71-4eea-8462-93240f8d90ea"], +Cell[2007175, 38687, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"494a6723-f0a5-43e6-9095-59e528da126d"], +Cell[2008211, 38715, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"0374396c-53f5-4c1f-9319-41403c84f71b"], Cell[CellGroupData[{ -Cell[2000730, 38513, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"9bf73cf8-7ccd-4e2e-b8a0-8b78c665dbcb"], -Cell[2006226, 38663, 670, 18, 70, "TechNotesSection",ExpressionUUID->"64edb2d2-5d96-497b-881a-cf2a48b67171"] -}, Open ]], -Cell[2006911, 38684, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3205445c-355e-4d41-9f49-b5444cb5d63b"], -Cell[2007947, 38712, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"73e8dcfd-e5bc-4b85-8a5f-eed5ed558344"], -Cell[CellGroupData[{ -Cell[2010876, 38797, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"48e8afdf-de2f-4b82-a906-343279124db6", +Cell[2011140, 38800, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"48e8afdf-de2f-4b82-a906-343279124db6", CellID->2135167160], -Cell[2011017, 38800, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9d95caa-4033-41f2-8a67-34ff1753bcfd", +Cell[2011281, 38803, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9d95caa-4033-41f2-8a67-34ff1753bcfd", CellID->1194386356], -Cell[2011239, 38806, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b65285b-08e5-43d5-bbfe-6502a4460e59", +Cell[2011503, 38809, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b65285b-08e5-43d5-bbfe-6502a4460e59", CellID->1641706272], -Cell[2011454, 38811, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ed654629-872b-4229-9d05-397c7a470399", +Cell[2011718, 38814, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ed654629-872b-4229-9d05-397c7a470399", CellID->399251956], -Cell[2011683, 38817, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79179591-8824-400d-8ade-e694377b12d3", +Cell[2011947, 38820, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79179591-8824-400d-8ade-e694377b12d3", CellID->821434655] }, Open ]], -Cell[2011920, 38823, 78, 0, 70, "FooterCell",ExpressionUUID->"362c8800-bc73-4f8c-9c5e-5551996116de"] +Cell[2012184, 38826, 78, 0, 70, "FooterCell",ExpressionUUID->"14c45a21-6905-4a4c-bb8b-5cca1f3037ec"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AnimationKernelPropertyV6.nb b/Documentation/English/ReferencePages/Symbols/AnimationKernelPropertyV6.nb index d28d2e6..d7a67f8 100644 --- a/Documentation/English/ReferencePages/Symbols/AnimationKernelPropertyV6.nb +++ b/Documentation/English/ReferencePages/Symbols/AnimationKernelPropertyV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 2215358, 37695] -NotebookOptionsPosition[ 2198739, 37383] -NotebookOutlinePosition[ 2201186, 37441] -CellTagsIndexPosition[ 2201097, 37436] +NotebookDataLength[ 2214036, 37632] +NotebookOptionsPosition[ 2197432, 37322] +NotebookOutlinePosition[ 2199897, 37380] +CellTagsIndexPosition[ 2199808, 37375] WindowTitle->AnimationKernelPropertyV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f8aac1a3-7ce5-4b85-bfd3-e92dfad4eb02"], + "2e7d3327-b7e9-4851-8496-b1b90d9c2779"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "de232086-1aed-46a8-a31f-d06517022ebb"], + "cfe84bf4-da59-4be9-b333-befb962a7f2a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c0f159a7-d92b-4b3f-908a-88caafba0714"] - }],ExpressionUUID->"53f214c9-29c8-4290-bb21-0faa6cc9c31d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "bbd0c773-ce31-4462-9a33-e56c825eb038"] + }],ExpressionUUID->"dba99f96-628b-4552-bce8-605d0127988e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a70fa276-bc49-47ba-9d89-3ed7671244ca"], + "2c408c46-f002-4946-9de9-382804dafc03"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4be7bf64-7bed-4d00-ad15-6477a6f096c9"] - }],ExpressionUUID->"3541e298-b23e-4891-ae25-8b022d5d91b6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b21ac52d-330a-4f0d-a541-8aaa15774d89"] + }],ExpressionUUID->"3fb50d2c-b6a5-47ad-bdae-5c935040f057"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aafa0a6f-2a7b-4722-80fb-2fd3c5c5fdba"], + "fcbabf2d-df12-4bc0-883e-e92d60ffcdfd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cb43086e-40da-468c-a60c-ab687623893c"] - }],ExpressionUUID->"5958cdb6-cf7b-4082-b08c-1568ec1a5e39"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "95c38163-1d37-4afc-b23a-dd50202681ee"] + }],ExpressionUUID->"619712fa-637f-43e6-b93c-60a01505efcf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "38fe979a-ffb4-481d-9a18-bde9a81b025d"], + "fadbf4b3-11ad-4ebd-84ae-b97fd07d7737"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a2d30e58-197d-4cc3-a5cc-a587763fc295"] - }],ExpressionUUID->"aa22e92e-7673-4c50-a10a-8f98d229fcef"], - StripOnInput->False], {"\<\"TUG/ref/AnimationKernelPropertyV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AnimationKernelPropertyV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "26e0199a-64a1-4548-af33-f7d6460fdb2a"] + }],ExpressionUUID->"ccffe1ff-6da2-4811-a34f-22ad5a2414bb"], + StripOnInput->False],{ + "\"TUG/ref/AnimationKernelPropertyV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AnimationKernelPropertyV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AnimationKernelPropertyV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$28721], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AnimationKernelPropertyV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$29457], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AnimationKernelPropertyV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2033f742-a123-4d78-aa54-7c412ea863b4"] + "44ce7fb0-6faf-48b6-87a1-93f05cb85fc5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "53e9a91a-ba3c-490a-b7b9-5e4474065ba7"]} + "dbe9e33a-b29d-4c46-bbf3-adc864e427f5"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a45783a2-c8fc-4189-8f98-bd16d8875882"], + CellID->1,ExpressionUUID->"12727cda-d258-4153-8253-7ff39482927f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"28da3695-1124-4fba-93e9-3432a82929f2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c7b58d4d-5ead-46c1-aa09-1a5f30c51ae8"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AnimationKernelPropertyV6", "ObjectName",ExpressionUUID-> - "f32e2725-29c8-490c-8892-35383a1d1bf2"], + "653b8f26-d180-4e7a-b90c-5ab4e1333fed"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a28227d4-41fc-4775-b5ba-6d46cacc84fe"], + "Spacer1"]],ExpressionUUID->"557f8955-dc95-4f35-a9fd-aecb60e4c2bc"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "86d3720c-7d14-4b15-81ea-810cb8eec5aa"] - }],ExpressionUUID->"e24d1fea-0d74-4d5d-a541-ac132e0e198b"], Cell[BoxData[ + "74c33fe4-24b9-486c-b518-ea5e522f6446"] + }],ExpressionUUID->"99159787-f6ed-43b2-833e-1b45890ddce8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cce53810-0dec-4799-a3a4-51707ecd7b8c"]} + "6fa5dd5e-3c2e-4be3-bb80-88dc9c084c36"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9b3c1335-8231-457a-88ce-3461ae353c29"], + CacheGraphics->False,ExpressionUUID->"8765ca73-7609-41f2-87cc-df06bff9f76d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "7945a7cc-c1ed-48e7-9392-f6b48b44a9b4"], " \[LineSeparator]visualizes the relationship between the \ kernel/nucleolus solution and the strong epsilon core for four person games." - }],ExpressionUUID->"3c09d294-046b-457a-93f7-b4b6b8ce24aa"]}, + }],ExpressionUUID->"1a372979-d544-4dc5-b4af-bd8062db645c"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AnimationKernelPropertyV6", "[", @@ -249,7 +255,7 @@ kernel/nucleolus solution and the strong epsilon core for four person games." " \[LineSeparator]by option set, the upper and lower epsilon value can \ be set. Moreover, the number of frames can be pre-defined to obtain a \ smoother movie. Finally, the Mathematica Manipulate command can be invoked." - }],ExpressionUUID->"c4976e38-43e0-4493-a57b-bbe3fbcab082"]} + }],ExpressionUUID->"dfddf0bb-6f21-4c7c-8ae9-c963a0f05ad8"]} }]], "Usage", CellID->921767878,ExpressionUUID->"9ab7e8a7-c55a-4c7e-8e1c-7e03cb86f7cd"] }, Open ]], @@ -282,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f2ed727-3d1f-49bf-8e62-5d0083883ec2"], + ExpressionUUID->"3dc330e3-08d2-484b-98a8-3a130b262a2d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"68432766-67a4-4f31-81ca-3c439bf7e6e6"], + "Spacer1"]],ExpressionUUID->"c6f779be-901c-445e-b6b4-e9034e556311"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1f19bb2a-e0b8-4253-b4d8-594d325c9f17"], + }], "NotesFrameText",ExpressionUUID->"b3341198-8598-4ed7-998b-1d06e21d9768"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bef90c7d-f352-41a0-8d6a-83ff9194511f"]], \ + "Preemptive"]],ExpressionUUID->"9d5c4a73-ebfe-4815-9fd4-950d1832acbb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->272995437,ExpressionUUID->"e5b18c56-2e24-4b2b-93dd-ff298b27c6b5"], + CellID->149508689,ExpressionUUID->"c7d766da-46f0-433e-b674-5805bcd274c1"], Cell[TextData[{ "The input expression ", @@ -383,7 +389,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f1ed6291-d988-4cb5-a23a-2980c5511a6f"], + "76b99437-5449-4cb6-b0f0-c9ff3b02843e"], TemplateBox[{ Cell[ TextData["CriticalValue"]], "paclet:TUG/ref/CriticalValue", @@ -396,7 +402,7 @@ nucleolus. Admissible values are 1,2,3,4,5, and 6 to calculates different \ critical values. Here, the first critical values is chosen as the default.\ \>", "TableText",ExpressionUUID->"3ea503c3-9460-4b3a-8d79-fb2a84577e43"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f7f68960-a6e1-4112-bf17-0d4b14409548"], + "1781d837-8528-420e-8990-a05cd8cbd6e8"], TemplateBox[{ Cell[ TextData["EpsStrValues"]], "paclet:TUG/ref/EpsStrValues", @@ -408,7 +414,7 @@ do not set a specific epsilon value for a strong-epsilon core. If this value \ is set, CriticalValue will not be used. \ \>", "TableText",ExpressionUUID->"87e776c1-9c19-429e-b9fa-1f1337012c55"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ac664b98-ada5-4cce-944d-2ac2f238f802"], + "9516a33c-3b66-4967-9f21-094e2ae203f6"], TemplateBox[{ Cell[ TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", @@ -429,7 +435,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f24ed3f6-0233-4681-b88f-ff529e65f2a0"], + "e1319420-7f11-4fac-bcd8-c63fa41f0fe6"], TemplateBox[{ Cell[ TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", @@ -440,7 +446,7 @@ Cell[BoxData[GridBox[{ do not use to pass an arbitrary payoff/imputation to the function. \ \>", "TableText",ExpressionUUID->"cbaf4e05-2dd1-4a11-adef-0d9003fc8d2f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d9f9224f-99ce-4b6b-877d-f86112a3bff3"], + "58b8ff99-565e-4a67-9b8d-78ee84e4735b"], TemplateBox[{ Cell[ TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", @@ -452,7 +458,7 @@ do not use to pass the nucleolus to the function. Selection made by internal \ calculation.\ \>", "TableText",ExpressionUUID->"d187e676-b443-4ecf-93f9-4f3e2066e65f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c2c28777-e51c-4cd2-8cd0-84629e739751"], + "a8004ebb-7d03-4b0a-93ea-608457168bab"], TemplateBox[{ Cell[ TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", @@ -473,7 +479,7 @@ calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1ab3fcf4-6957-425f-88f9-706ff7b4bc30"], + "517598f3-8c2d-420f-86ae-0b703c429bdb"], TemplateBox[{ Cell[ TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", @@ -492,7 +498,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f6693a18-22ca-46d8-84fe-7ad5d3cc000c"], + "8c8ff368-5371-4634-a15f-8b3c1d0d6b37"], TemplateBox[{ Cell[ TextData["UpperCritVal"]], "paclet:TUG/ref/UpperCritVal", @@ -504,7 +510,7 @@ Cell[BoxData[GridBox[{ "use to draw the largest strong-epsilon core.", "TableText", ExpressionUUID->"822ac41d-166d-4b98-8f8a-f37c854400da"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "22efcbe1-34cf-489e-ae2e-252c387e9b4a"], + "cd5db740-7540-4922-b06e-b433fe1a3cf3"], TemplateBox[{ Cell[ TextData["LowerCritVal"]], "paclet:TUG/ref/LowerCritVal", @@ -515,7 +521,7 @@ Cell[BoxData[GridBox[{ "use to draw the least-core by internal calculation.", "TableText", ExpressionUUID->"5879bbd8-05d2-4633-ad1c-8b1e1bb213af"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e198baf9-5060-4709-934c-e5a9f1da65fc"], + "a674afb1-3833-441e-979b-3251b289e1fd"], TemplateBox[{ Cell[ TextData["StepSize"]], "paclet:TUG/ref/StepSize", "TUG Package Symbol"}, @@ -538,7 +544,7 @@ value. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "59b83c8e-e670-446a-be18-12ae8eb640ca"], + "184ac13b-d149-4fd9-8a9e-f69051a366b6"], TemplateBox[{ Cell[ TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, @@ -554,7 +560,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2399db54-4d93-48e6-bf57-7186c03b8e5e"], + "a4c8bceb-9a59-44f3-9c40-0c50ee8a834a"], TemplateBox[{ Cell[ TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", @@ -573,7 +579,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "69609051-091a-4e5a-b89d-32b29b79d488"], + "db507723-2a2e-4098-a7b8-c12ea421832e"], TemplateBox[{ Cell[ TextData["ManipulateMode"]], "paclet:TUG/ref/ManipulateMode", @@ -590,7 +596,7 @@ use not to run a smoother movie and an interactive manipulation mode.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "069bd7ff-e747-4b5c-87b9-1936818b54da"], + "2bea368f-7fa6-4314-86d3-fee1e6559bda"], TemplateBox[{ Cell[ TextData["ShowCore"]], "paclet:TUG/ref/ShowCore", "TUG Package Symbol"}, @@ -606,7 +612,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "cd6bbd65-5ce8-4250-8193-c24915626218"], + "fe21e40b-0e09-4a42-909e-f5fb83772aa3"], TemplateBox[{ Cell[ TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", @@ -623,7 +629,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d6efdbd1-8b0d-4152-895b-636dd433c11e"], + "cebd7109-143e-4211-9faa-2cc96f806eed"], TemplateBox[{ Cell[ TextData["ShowStrongEpsCore"]], "paclet:TUG/ref/ShowStrongEpsCore", @@ -640,7 +646,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f27637d5-5d6a-4eaa-a1b4-9ed8783ab25e"], + "9867ed96-b21f-48ed-a051-fa6fca15ec1f"], TemplateBox[{ Cell[ TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, @@ -657,7 +663,7 @@ space. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "aecb6d93-28c3-4894-9fb6-91234e1f01cb"], + "aba0104b-a0ef-472f-be67-d24c5fdabc5f"], TemplateBox[{ Cell[ TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", @@ -674,7 +680,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0ba484a4-30d7-48ec-81ff-b500cbdbf1fd"], + "ad731eaf-f6cc-4908-b07e-e6ea4b16f971"], TemplateBox[{ Cell[ TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", @@ -691,7 +697,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f79e1cd9-ccef-4edb-8d12-7a49656a57cc"], + "2983540d-2584-4c62-a5ae-ee39f6321196"], TemplateBox[{ Cell[ TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", @@ -708,7 +714,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "de8cbac1-92cd-4285-ba0e-089d3c1a9ff1"], + "378ee280-dfbe-43a4-8b85-79384e0d7de8"], TemplateBox[{ Cell[ TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", @@ -725,7 +731,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "71190227-673b-4893-bc9c-5fa23fd3e578"], + "92a5c2cf-333d-42e6-b27e-94b5088b6cff"], TemplateBox[{ Cell[ TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", @@ -742,7 +748,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f6ddbc28-f610-418b-a671-ff1937aac1e8"], + "7c01c74b-f303-4640-8a21-53adae542323"], TemplateBox[{ Cell[ TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, @@ -1294,19 +1300,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a3dbcf7b-c995-4585-8bb3-52d5df5c6bd7"], + ExpressionUUID->"9a937b2d-42f8-4341-9e2d-48fe1c8348fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4271e0d0-3e37-486e-bce9-17b6c3d8e959"], + "Spacer1"]],ExpressionUUID->"daf6693f-302b-4abe-a331-af825429cba1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2b3f7822-db44-4446-802a-046ba127e5ce"] + "ccd7f6a5-8f1e-4f62-b20f-ed79e2f4a407"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->177999755,ExpressionUUID->"fee8c4a9-7c66-485e-a80b-6a6fe9d4eff3"], + CellID->453507649,ExpressionUUID->"6089bcc3-70be-4a66-a7fd-022744e01857"], Cell[CellGroupData[{ @@ -1335,18 +1341,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7253502d-3e1a-4bb3-98d7-23a6c62b0d8e"], + ExpressionUUID->"7b3c7c7f-eb28-47f2-b2f1-39f86f347757"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c1a48704-0f53-4076-8cfa-53330a5f732f"], + "Spacer1"]],ExpressionUUID->"c00ca474-e2c9-4e7f-9e39-b065a5e49476"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "679267b4-ccf8-4821-b71c-2fb122cba5d3"] + "040ddf47-c45e-43de-9ba0-8ccb22f96383"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2053772831,ExpressionUUID->"ec9314da-63eb-4661-958d-a133b0f957a0"], + CellID->960101626,ExpressionUUID->"7c7a0216-339a-44a2-be5d-1ea0702e1997"], Cell["Loading the package:", "ExampleText", CellID->1091910221,ExpressionUUID->"0f7719ad-6345-493e-a47a-b4141de7a12e"], @@ -3805,7 +3811,6 @@ rGA=\ {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGDgA2JmIA4Fg6v2qPRWOJ8BDC6giR+Fi6PKH8Wh7ygaHyZ/ wH71KhC4BKfR3YGuD7v7HqCJb0VTj+4eXPwHOOxHNx+m/gWGvQBZW2tK - "], { {Thickness[0.0085], TubeBox[{{0.3333333333333333, 0.3333333333333333, @@ -5054,7 +5059,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBihwYHVgwAZg4g2/9mMVhwGg/OpVIPDIPhQEpjLA 5bGKI6lHNx9FHMl8sP7QqxjmwMQhCi/Yo5iv9XM/ijiQhomjuhMhDuPD5FHM h7sTKo8kjq4e3Xx0d8Lk0cMBqzgQ4PI3Vndc/Y9dHKYeKA8AlyWWGw== - "], { {Thickness[0.0085], TubeBox[{{2.65625, 0., 0.}, {2.65625, -1.65625, 0.}}], @@ -5223,7 +5227,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0WB0Y0ABMPBQMfu1HF4fxYfJg8VWP7MGC DQwOKOqRxNHVYzUfph7JfAh9FcMcFHGGC2jm/dwPE0eloeJwd6KJw/hwe66i mQuzB00cST26+ejuhMljDQckcZRIweJvdHdA9P3HEIfxYfIA9fuaUw== - "], { {Thickness[0.0085], TubeBox[{{2.6458333333333335`, 0., 0.}, { @@ -5907,7 +5910,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgassDgxoACa+ehUI/NyPLg7jw+Qh9CN7MK3F gCaPEMeqHsl8mDi6+aEQizHMgYlDVF+wRxX/sR8mDqNh4qjuRIijmAOUR7EX 7k6YeoQ4VvUY5qO5E+6PRxjmYA0HLP7G7r7/GOKo9v+3BwCG6s0Y - "], { {Thickness[0.0085], TubeBox[{{2.6041666666666665`, 0., 0.}, { @@ -6088,7 +6090,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBig4wOLAgA3AxBt+7scqDgNA+dWrQOCRfSgIiDLA 5bGKI6lHNx9FHMl8sP7QqxjmwMQhCi/Yo5iv9WM/ijiQhomjuhMhDuPD5FHM h7sTKo8kjq4e3Xx0d8Lk0cMBqzgQ4PI3Vndc/YddHKYeKA8A70WShg== - "], { {Thickness[0.0085], TubeBox[{{2.59375, 0., 0.}, {2.59375, -1.59375, 0.}}], @@ -6935,7 +6936,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FAxYHBjQAE1+9CgR+7EcXh/Fh8hD6kT1E/r89 qjxCHF09uvkwcXTzIfqvYpgDE4eovoAm/n0/TBxGw8RR3YkQR+X/t4eZj+rO Cxji6Oqxm3/VHt189HBAF0cNd0x/Y3ffPxzug9n/zx4ADrXGfA== - "], { {Thickness[0.0085], TubeBox[{{2.5416666666666665`, 0., 0.}, { @@ -7116,7 +7116,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBihwYHFgwAZg4g0/9mMVhwGg/OpVIPDIHkxr/beH SWEVR1KPbj6KOJL5oWBwFcMcmDhE4QVU87W+70cRB9IwcVR3IsRR+f/tUcyH u/MChji6enTz0d0Jk0cPB6zisHDB4m90d0C4f7GLw9QD5QEa16xW - "], { {Thickness[0.0085], TubeBox[{{2.53125, 0., 0.}, {2.53125, -1.53125, 0.}}], @@ -7966,7 +7965,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgavMDgxoACa+ehUIfN+PLg7jw+Qh9CN7sHzo P3tUeYQ4unp082Hi6OZD9F/FMAcmDlF9AU38236YOIyGiaO6EyGOyv9nDzMf 1Z0XMMTR1WM3/6o9uvno4YAujhLuWPyN3X1/cbgPZv9fewC5Zcfd - "], { {Thickness[0.0085], TubeBox[{{2.4791666666666665`, 0., 0.}, { @@ -8147,7 +8145,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBig4wOzAgA3AxBu+78cqDgNA+dWrQOCRPZjW+mcP k8IqjqQe3XwUcSTzQ8HgKoY5MHGIwguo5mt9248iDqRh4qjuRIij8v/Zo5gP d+cFDHF09ejmo7sTJo8eDljFYeGCxd/o7oBw/2AXh6kHygMAxYettw== - "], { {Thickness[0.0085], TubeBox[{{2.46875, 0., 0.}, {2.46875, -1.46875, 0.}}], @@ -8999,7 +8996,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FA2YHBjQAE1+9CgS+7UcXh/Fh8hD6kT1E/q89 qjxCHF09uvkwcXTzIfqvYpgDE4eovoAm/nU/TBxGw8RR3YkQR+X/tYeZj+rO Cxji6Oqxm3/VHt189HBAF0cNd0x/Y3ffHxzug9n/xx4A2FjGQQ== - "], { {Thickness[0.0085], TubeBox[{{2.4166666666666665`, 0., 0.}, { @@ -9179,7 +9175,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBihwYHZgwAZg4g3f9mMVhwGg/OpVIPDIHkxr/bWH SWEVR1KPbj6KOJL5oWBwFcMcmDhE4QVU87W+7kcRB9IwcVR3IsRR+X/tUcyH u/MChji6enTz0d0Jk0cPB6zisHDB4m90d0C4v7GLw9QD5QHkeqwb - "], { {Thickness[0.0085], TubeBox[{{2.40625, 0., 0.}, {2.40625, -1.40625, 0.}}], @@ -9475,8 +9470,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 0.3333333333333333, 0.3333333333333333}}], TubeBox[{{0.08333333333333333, 0.4166666666666667, 0.25}, {0.3333333333333333, 0.4166666666666667, 0.25}}], - TubeBox[{{0.08333333333333333, 0.4166666666666667, - 0.25}, {0., 0.3333333333333333, 0.3333333333333333}}], + TubeBox[{{0.08333333333333333, 0.4166666666666667, 0.25}, + {0., 0.3333333333333333, 0.3333333333333333}}], TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, {0.3333333333333333, 0., 0.4166666666666667}}], @@ -10031,7 +10026,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgatMDgxoACa+ehUIfN2PLg7jw+Qh9CN7sHzo H3tUeYQ4unp082Hi6OZD9F/FMAcmDlF9AU38y36YOIyGiaO6EyGOyv9jDzMf 1Z0XMMTR1WM3/6o9uvno4YAujhLuWPyN3X2/cbgPZv9vewCDF8ei - "], { {Thickness[0.0085], TubeBox[{{2.3541666666666665`, 0., 0.}, { @@ -10212,7 +10206,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBig4wOTAgA3AxBu+7scqDgNA+dWrQOCRPZjW+mMP k8IqjqQe3XwUcSTzQ8HgKoY5MHGIwguo5mt92Y8iDqRh4qjuRIij8v/Yo5gP d+cFDHF09ejmo7sTJo8eDljFYeGCxd/o7oBwf2EXh6kHygMAjzmtfA== - "], { {Thickness[0.0085], TubeBox[{{2.34375, 0., 0.}, {2.34375, -1.34375, 0.}}], @@ -10906,8 +10899,8 @@ Mw9oPqo7cYjD3IXkTnT16O7BGg5I4iiRgsXf6O4A69P6hSEO48PkAUGdq2Q= 0.5833333333333334, 0., 1.71875}}], TubeBox[{{2.3020833333333335`, -1.3020833333333333`, 0.}, {2.3020833333333335`, 0., -1.3020833333333333`}}], - TubeBox[{{2.3020833333333335`, -1.3020833333333333`, 0.}, - {0.5833333333333334, -1.3020833333333333`, 0.}}], + TubeBox[{{2.3020833333333335`, -1.3020833333333333`, + 0.}, {0.5833333333333334, -1.3020833333333333`, 0.}}], TubeBox[{{2.3020833333333335`, -1.3020833333333333`, 0.}, {0.5833333333333334, -1.3020833333333333`, 1.71875}}], @@ -11062,7 +11055,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FAyYHBjQAE1+9CgS+7EcXh/Fh8hD6kT1E/rc9 qjxCHF09uvkwcXTzIfqvYpgDE4eovoAm/nk/TBymDyaO6s4L9ujqUcWvorkT UxzV/Kv22M2/ao/uHvRwQBdHDXdMf2N33y8c7oPZ/8seAAnJxgY= - "], { {Thickness[0.0085], TubeBox[{{2.2916666666666665`, 0., 0.}, { @@ -11243,7 +11235,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBihwYHJgwAZg4g1f9mMVhwGg/OpVIPDIHkxr/baH SWEVR1KPbj6KOJL5oWBwFcMcmDhE4QVU87U+74eJw/TBxFHdecEeXT2MRjEf 7k5McZh5WN2Jrh7dPUjhgFUcFi5Y/I3uDgj3J3ZxmHqgPABdu6vg - "], { {Thickness[0.0085], TubeBox[{{2.28125, 0., 0.}, {2.28125, -1.28125, 0.}}], @@ -11412,7 +11403,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0mBwY0ABMPBQMvuxHF4fxYfJg8VWP7CGi v+1R1COJo6vHaj5cPcJ8CH0VwxxU8Qto5n3eDxNHdRdM/Lc9qjy6eph5V9HM xSX+2x7dnejq0d2DPRwQ4qixgulvdHdA9P3EEIfxYfIArGeeog== - "], { {Thickness[0.0085], TubeBox[{{2.2708333333333335`, 0., 0.}, { @@ -11429,8 +11419,9 @@ xSX+2x7dnejq0d2DPRwQ4qixgulvdHdA9P3EEIfxYfIArGeeog== 0.}, {0.5833333333333334, -1.2708333333333333`, 0.}}], TubeBox[{{2.2708333333333335`, -1.2708333333333333`, 0.}, {0.5833333333333334, -1.2708333333333333`, 1.6875}}], - TubeBox[{{2.2708333333333335`, 0., -1.2708333333333333`}, - {0.5833333333333334, 1.6875, -1.2708333333333333`}}], + TubeBox[{{2.2708333333333335`, + 0., -1.2708333333333333`}, {0.5833333333333334, + 1.6875, -1.2708333333333333`}}], TubeBox[{{2.2708333333333335`, 0., -1.2708333333333333`}, {0.5833333333333334, 0., -1.2708333333333333`}}], @@ -11820,8 +11811,9 @@ zDzs7kRXj+6eRxjmoIcDLn+juwPC/4lDHKb+pz0AhnuqEw== 1.6666666666666667`}}], TubeBox[{{0.3333333333333333, 1.6666666666666667`, 0.25}, {0.3333333333333333, 0.25, 1.6666666666666667`}}], - TubeBox[{{0.3333333333333333, 0.25, 1.6666666666666667`}, - {0.5833333333333334, 0., 1.6666666666666667`}}], + TubeBox[{{0.3333333333333333, 0.25, + 1.6666666666666667`}, {0.5833333333333334, 0., + 1.6666666666666667`}}], TubeBox[{{0.5833333333333334, -1.25, 1.6666666666666667`}, {0.5833333333333334, 0., 1.6666666666666667`}}], @@ -12092,7 +12084,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgauMDgxoACa+ehUIfN6PLg7jw+Qh9CN7sHzo L3tUeYQ4unp082Hi6OZD9F/FMAcmDlF9AU38036YOEwfTBzVnRfs0dWjil9F cyemOKr5V+2xm3/VHt096OGALo4S7lj8jd19P3G4D2b/T3sAtEnHZw== - "], { {Thickness[0.0085], TubeBox[{{2.2291666666666665`, 0., 0.}, { @@ -12273,7 +12264,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBig4wOjAgA3AxBs+78cqDgNA+dWrQOCRPZjW+mUP k8IqjqQe3XwUcSTzQ8HgKoY5MHGIwguo5mt92g8Th+mDiaO684I9unoYjWI+ 3J2Y4jDzsLoTXT26e5DCAas4LFyw+BvdHRDuD+ziMPVAeQAISq1B - "], { {Thickness[0.0085], TubeBox[{{2.21875, 0., 0.}, {2.21875, -1.21875, 0.}}], @@ -13125,7 +13115,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FA0YHBjQAE1+9CgQ+7UcXh/Fh8hD6kT1E/qc9 qjxCHF09uvkwcXTzIfqvYpgDE4eovoAm/nE/TBymDyaO6s4L9ujqUcWvorkT UxzV/Kv22M2/ao/uHvRwQBdHDXdMf2N33w8c7oPZ/8MeANMMxcs= - "], { {Thickness[0.0085], TubeBox[{{2.1666666666666665`, 0., 0.}, { @@ -13305,7 +13294,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBihwYHRgwAZg4g2f9mMVhwGg/OpVIPDIHkxr/bSH SWEVR1KPbj6KOJL5oWBwFcMcmDhE4QVU87U+7oeJw/TBxFHdecEeXT2MRjEf 7k5McZh5WN2Jrh7dPUjhgFUcFi5Y/I3uDgj3O3ZxmHqgPAAnDaul - "], { {Thickness[0.0085], TubeBox[{{2.15625, 0., 0.}, {2.15625, -1.15625, 0.}}], @@ -13474,7 +13462,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0GB0Y0ABMPBQMPu1HF4fxYfJg8VWP7CGi P+1R1COJo6vHaj5cPcJ8CH0VwxxU8Qto5n3cDxNHdRdM/Kc9qjy6eph5V9HM xSX+0x7dnejq0d2DPRwQ4qixgulvdHdA9H3HEIfxYfIAdbmeZw== - "], { {Thickness[0.0085], TubeBox[{{2.1458333333333335`, 0., 0.}, { @@ -14158,7 +14145,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgasMDgxoACa+ehUIfNyPLg7jw+Qh9CN7sHzo D3tUeYQ4unp082Hi6OZD9F/FMAcmDlF9AU38w36YOEwfTBzVnRfs0dWjil9F cyemOKr5V+2xm3/VHt096OGALo4S7lj8jd1933G4D2b/d3sAfZvHLA== - "], { {Thickness[0.0085], TubeBox[{{2.1041666666666665`, 0., 0.}, { @@ -14339,7 +14325,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBig4wODAgA3AxBs+7scqDgNA+dWrQOCRPZjW+mEP k8IqjqQe3XwUcSTzQ8HgKoY5MHGIwguo5mt92A8Th+mDiaO684I9unoYjWI+ 3J2Y4jDzsLoTXT26e5DCAas4LFyw+BvdHRDuN+ziMPVAeQDRja0G - "], { {Thickness[0.0085], TubeBox[{{2.09375, 0., 0.}, {2.09375, -1.09375, 0.}}], @@ -14672,7 +14657,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FgakMDgxoACa+ehUQaH3cjy4O48PkwfSqR/Zg +avf7VHkkcTR1aObDxNHNz8UYgCGOTBxiOoLaOa/3w8TR9EHFEd15wV7dPUo +oDmo7oTUxxmHro70dVjd88jDHPQwwGXv7G6r+EbdvfB7AfKAwBl+cva - "], { {Thickness[0.0085], TubeBox[{{2.0729166666666665`, 0., 0.}, { @@ -15033,8 +15017,8 @@ gOajmotDHOYuJHeiq0d3D9ZwQBJHiRQs/kZ3B1if1jcMcRgfJg8AT6Opbg== 0.5833333333333334, 0., 1.46875}}], TubeBox[{{2.0520833333333335`, -1.0520833333333333`, 0.}, {2.0520833333333335`, 0., -1.0520833333333333`}}], - TubeBox[{{2.0520833333333335`, -1.0520833333333333`, 0.}, - {0.5833333333333334, -1.0520833333333333`, 0.}}], + TubeBox[{{2.0520833333333335`, -1.0520833333333333`, + 0.}, {0.5833333333333334, -1.0520833333333333`, 0.}}], TubeBox[{{2.0520833333333335`, -1.0520833333333333`, 0.}, {0.5833333333333334, -1.0520833333333333`, 1.46875}}], @@ -15537,7 +15521,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0GBwY0ABMPBQMPuxHF4fxYfJg8VWP7CGi 3+1R1COJo6vHaj5cPcJ8CH0VwxxU8Qto5r3bDxNHdRdM/Ls9qjy6eph5V9HM xSX+3R7dnejq0d2DPRwQ4qixgulvdHdA9H3FEIfxYfIAPAWeKQ== - "], { {Thickness[0.0085], TubeBox[{{2.0208333333333335`, 0., 0.}, { @@ -15554,8 +15537,9 @@ xSX+3R7dnejq0d2DPRwQ4qixgulvdHdA9H3FEIfxYfIAPAWeKQ== 0.}, {0.5833333333333334, -1.0208333333333333`, 0.}}], TubeBox[{{2.0208333333333335`, -1.0208333333333333`, 0.}, {0.5833333333333334, -1.0208333333333333`, 1.4375}}], - TubeBox[{{2.0208333333333335`, 0., -1.0208333333333333`}, - {0.5833333333333334, 1.4375, -1.0208333333333333`}}], + TubeBox[{{2.0208333333333335`, + 0., -1.0208333333333333`}, {0.5833333333333334, + 1.4375, -1.0208333333333333`}}], TubeBox[{{2.0208333333333335`, 0., -1.0208333333333333`}, {0.5833333333333334, 0., -1.0208333333333333`}}], @@ -15703,7 +15687,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4FAVEGBwY0ABNfvQoItD7sRxeH8WHyYHrVI3uw /NVv9ijySOLo6tHNh4mjmx8KMQDDHJg4RPUFNPPf7oeJo+gDiqO684I9unoU fUDzUd2JKQ4zD92d6Oqxu+cRhjno4YDL31jd1/AVu/tg9gPlAYG2yjs= - "], { {Thickness[0.0085], TubeBox[{{2.0104166666666665`, 0., 0.}, { @@ -16044,7 +16027,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgav/7RnQAEx89SoQeL8fXRzGh8lD6EcQ8YZv aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe7sfJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtb5iiKPwgfIAsQ27/w== - "], { {Thickness[0.0085], TubeBox[{{1.9895833333333333`, 0., 0.}, { @@ -16389,7 +16371,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+G/PgA3Axd/vxy4OA+/3r14FAo/swbTWN7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPE3+1HFL9jDxFHNQYjD+DB5VPPf70dV fxXVP0jqsZuPcCdMHj0csItDwwWLv9HdAeF+wS4OUw+UBwAlGKQF - "], { {Thickness[0.0085], TubeBox[{{1.96875, 0., 0.}, {1.96875, -0.96875, 0.}}], @@ -16721,7 +16702,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0/tszoAGYeCgYvNuPLg7jw+TB4qseQdRf /WqPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3o/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3Vvc1fMHuPpj9QHkADfe+0w== - "], { {Thickness[0.0085], TubeBox[{{1.9479166666666667`, 0., 0.}, { @@ -16901,7 +16881,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4b8+AFcDE3+3HLg4D7/avXgUCj+wh9Fe4PHZx hHp081HFEeaHgsFVDHNg4hD+BTTx1/tRxS/Yw8RRzUGIw/gweVTz3+1HVX8V zT8I9djNR7gTJo8eDtjFYeGC6W90d0D4X3CIw9R/sQcAjGumaw== - "], { {Thickness[0.0085], TubeBox[{{1.9375, 0., 0.}, {1.9375, -0.9375, 0.}}], @@ -17069,7 +17048,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgav/7BnQAEx89SoQeLsfXRzGh8lD6EcQ8Yav aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe70fJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtb5giKPwgfIAg4+70A== - "], { {Thickness[0.0085], TubeBox[{{1.9270833333333333`, 0., 0.}, { @@ -17413,7 +17391,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GfPgA3Axd/uxy4OA2/3r14FAo/swbTWV7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPFX+1HFL9jDxFHNQYjD+DB5VPPf7kdV fxXVP0jqsZuPcCdMHj0csItDwwWLv9HdAeF+xi4OUw+UBwD3i6PW - "], { {Thickness[0.0085], TubeBox[{{1.90625, 0., 0.}, {1.90625, -0.90625, 0.}}], @@ -17746,7 +17723,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0/tkzoAGYeCgYvNmPLg7jw+TB4qseQdRf /WKPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3I/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3Vvc1fMbuPpj9QHkA4Gq+pA== - "], { {Thickness[0.0085], TubeBox[{{1.8854166666666667`, 0., 0.}, { @@ -17926,7 +17902,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4Z8+AFcDE3+zHLg4Db/avXgUCj+wh9Be4PHZx hHp081HFEeaHgsFVDHNg4hD+BTTxl/tRxS/Yw8RRzUGIw/gweVTz3+xHVX8V zT8I9djNR7gTJo8eDtjFYeGC6W90d0D4n3GIw9R/tgcAXu2mPA== - "], { {Thickness[0.0085], TubeBox[{{1.875, 0., 0.}, {1.875, -0.875, 0.}}], @@ -18057,9 +18032,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 0.25}, {0.3333333333333333, 0.4166666666666667, 0.25}}], TubeBox[{{0.08333333333333333, 0.4166666666666667, 0.25}, {0., 0.3333333333333333, 0.3333333333333333}}], - TubeBox[{{0.08333333333333333, 0.25, - 0.4166666666666667}, {0.3333333333333333, 0., - 0.4166666666666667}}], + TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, + {0.3333333333333333, 0., 0.4166666666666667}}], TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, {0.3333333333333333, 0.25, 0.4166666666666667}}], @@ -18094,7 +18068,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgat/7RnQAEx89SoQeL0fXRzGh8lD6EcQ8YYv aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe7kfJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtT5jiKPwgfIAVhG7oQ== - "], { {Thickness[0.0085], TubeBox[{{1.8645833333333333`, 0., 0.}, { @@ -18144,8 +18117,8 @@ gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtT5jiKPwgfIAVhG7oQ== 1.28125, 0.25}}], TubeBox[{{-0.78125, 1.28125, 0.25}, {-0.8645833333333334, 1.1979166666666667`, 0.3333333333333333}}], - TubeBox[{{-0.78125, 0.25, 1.28125}, { - 0.3333333333333333, -0.8645833333333334, 1.28125}}], + TubeBox[{{-0.78125, 0.25, 1.28125}, {0.3333333333333333, + -0.8645833333333334, 1.28125}}], TubeBox[{{-0.78125, 0.25, 1.28125}, {0.3333333333333333, 0.25, 1.28125}}], TubeBox[{{-0.78125, 0.25, 1.28125}, {-0.8645833333333334, @@ -18439,7 +18412,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GvPgA3AxV/vxy4OA6/3r14FAo/swbTWF7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPEX+1HFL9jDxFHNQYjD+DB5VPNf70dV fxXVP0jqsZuPcCdMHj0csItDwwWLv9HdAeF+wi4OUw+UBwDKDaOn - "], { {Thickness[0.0085], TubeBox[{{1.84375, 0., 0.}, {1.84375, -0.84375, 0.}}], @@ -18770,7 +18742,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0/tozoAGYeCgYvNqPLg7jw+TB4qseQdRf /WyPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3w/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3Vvc1fMLuPpj9QHkAsuy+dQ== - "], { {Thickness[0.0085], TubeBox[{{1.8229166666666667`, 0., 0.}, { @@ -18950,7 +18921,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4a8+AFcDEX+3HLg4Dr/avXgUCj+wh9Ge4PHZx hHp081HFEeaHgsFVDHNg4hD+BTTx5/tRxS/Yw8RRzUGIw/gweVTzX+1HVX8V zT8I9djNR7gTJo8eDtjFYeGC6W90d0D4n3CIw9R/sgcAMW+mDQ== - "], { {Thickness[0.0085], TubeBox[{{1.8125, 0., 0.}, {1.8125, -0.8125, 0.}}], @@ -19118,7 +19088,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgat/7BnQAEx89SoQeLkfXRzGh8lD6EcQ8YbP aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe74fJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtT5hiKPwgfIAKJO7cg== - "], { {Thickness[0.0085], TubeBox[{{1.8020833333333333`, 0., 0.}, { @@ -19462,7 +19431,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GPPgA3AxV/uxy4OAy/3r14FAo/swbTWZ7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPFn+1HFL9jDxFHNQYjD+DB5VPNf7kdV fxXVP0jqsZuPcCdMHj0csItDwwWLv9HdAeF+xC4OUw+UBwCcj6N4 - "], { {Thickness[0.0085], TubeBox[{{1.78125, 0., 0.}, {1.78125, -0.78125, 0.}}], @@ -19795,7 +19763,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0/tgzoAGYeCgYvNiPLg7jw+TB4qseQdRf /WSPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3Q/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3Vvc1fMTuPpj9QHkAhW6+Rg== - "], { {Thickness[0.0085], TubeBox[{{1.7604166666666667`, 0., 0.}, { @@ -19975,7 +19942,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4Y8+AFcDEX+zHLg4DL/avXgUCj+wh9Ce4PHZx hHp081HFEeaHgsFVDHNg4hD+BTTxp/tRxS/Yw8RRzUGIw/gweVTzX+xHVX8V zT8I9djNR7gTJo8eDtjFYeGC6W90d0D4H3GIw9R/tAcAA/Gl3g== - "], { {Thickness[0.0085], TubeBox[{{1.75, 0., 0.}, {1.75, -0.75, 0.}}], @@ -20141,7 +20107,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgau/7RnQAEx89SoQeL4fXRzGh8lD6EcQ8YZP aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe7ofJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtT5iiKPwgfIA+wa7Qw== - "], { {Thickness[0.0085], TubeBox[{{1.7395833333333333`, 0., 0.}, { @@ -22140,7 +22105,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+G3PgA3AxZ/vxy4OA8/3r14FAo/swbTWJ7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPEn+1HFL9jDxFHNQYjD+DB5VPOf70dV fxXVP0jqsZuPcCdMHj0csItDwwWLv9HdAeF+wC4OUw+UBwBvEaNJ - "], { {Thickness[0.0085], TubeBox[{{1.71875, 0., 0.}, {1.71875, -0.71875, 0.}}], @@ -22472,7 +22436,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0ftszoAGYeCgYPNuPLg7jw+TB4qseQdRf /WiPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3g/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3Vvc1fMDuPpj9QHkAV/C+Fw== - "], { {Thickness[0.0085], TubeBox[{{1.6979166666666667`, 0., 0.}, { @@ -22652,7 +22615,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4bc+AFcDEn+3HLg4Dz/avXgUCj+wh9Ee4PHZx hHp081HFEeaHgsFVDHNg4hD+BTTxx/tRxS/Yw8RRzUGIw/gweVTzn+1HVX8V zT8I9djNR7gTJo8eDtjFYeGC6W90d0D4H3CIw9R/sAcA1mSlrw== - "], { {Thickness[0.0085], TubeBox[{{1.6875, 0., 0.}, {1.6875, -0.6875, 0.}}], @@ -22820,7 +22782,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgau/7BnQAEx89SoQeLofXRzGh8lD6EcQ8YaP aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe7wfJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QGmtT5giKPwgfIAzYi7FA== - "], { {Thickness[0.0085], TubeBox[{{1.6770833333333333`, 0., 0.}, { @@ -23164,7 +23125,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GXPgA3AxZ/uxy4OA0/3r14FAo/swbTWR7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPFH+1HFL9jDxFHNQYjD+DB5VPOf7kdV fxXVP0jqsZuPcCdMHj0csItDwwWLv7G6Y9V7DHEUdwHlAYRtphg= - "], { {Thickness[0.0085], TubeBox[{{1.65625, 0., 0.}, {1.65625, -0.65625, 0.}}], @@ -23497,7 +23457,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0ftkzoAGYeCgYPNmPLg7jw+TB4qseQdRf /WCPoh5JHKt6dPOB4ujmQ+irGObAxCGqL6CZ/3A/TBxGw8RR3YkQRzEHbs9V NHdewBDHqh7JfKzuBMqjhwO6OEo4YPE3dve9x+4+uP3v7QEXcrzo - "], { {Thickness[0.0085], TubeBox[{{1.6354166666666667`, 0., 0.}, { @@ -23843,7 +23802,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIA4Fgas/7RnQAEx89SoQeLwfXRzGh8lD6EcQ8YYP aPIIcXT16OajqEcyPxRiMYY5KOIMF9DMe7gfJo5KQ8Xh7kQTh/GB8jDzUc29 gF0cST26+ejuRPXHIwxz0MMBl7/R3QHhv8MhDlP/zh4AXQy35Q== - "], { {Thickness[0.0085], TubeBox[{{1.6145833333333333`, 0., 0.}, { @@ -24188,7 +24146,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GnPgA3AxR/vxy4OA4/3r14FAo/swbTWB7g8 dnGEenTzUcUR5oeCwVUMc2DiEP4FNPEH+1HFL9jDxFHNQYjD+DB5VPMf70dV fxXVP0jqsZuPcCdMHj0csItDwwWLv7G6Y9VbDHEUdwHlAVbLpec= - "], { {Thickness[0.0085], TubeBox[{{1.59375, 0., 0.}, {1.59375, -0.59375, 0.}}], @@ -24516,7 +24473,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0ftozoAGYeCgYPNqPLg7jw+TB4qse2UPo 9/Yo6pHE0dVjNR8ojm4+hL6KYQ5MHKL6Apr4/f0wcVT5+/tR3YkQh/FR7bmK 5s4LGOLo6rGbj3AnTB49HNDFUcMF09/Y3fcWQxzV/rf2AAaMxbA= - "], { {Thickness[0.0085], TubeBox[{{1.5729166666666667`, 0., 0.}, { @@ -25067,6 +25023,7 @@ GOLo6rGbj3AnTB49HNDFUcMF09/Y3fcGQxzV/jf2AK42xw4= 0.9583333333333334, -0.5416666666666666}, { 0.3333333333333333, 0.25, -0.5416666666666666}}], TubeBox[{{0.3333333333333333, + 0.9583333333333334, -0.5416666666666666}, \ {-0.4583333333333333, 0.9583333333333334, 0.25}}], TubeBox[{{0.3333333333333333, @@ -25203,7 +25160,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GHPgA3AxR/uxy4OAw/3r14FAo/sQ8HgHVwe uzhCPbr5qOII8yH6r2KYAxOH8C+gmX9nP6r4BXuYOKo5CHEYHyaPav5DNPmr aO5AqEc3H92dMHn0cMAuzsCAy9/o7oDoe43DfVftYfIA/aacrQ== - "], { {Thickness[0.0085], TubeBox[{{1.53125, 0., 0.}, {1.53125, -0.53125, 0.}}], @@ -25535,7 +25491,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0ftgzoAGYeCgYPNiPLg7jw+TB4qse2UPo t/Yo6pHE0dVjNR8ojm4+hL6KYQ5MHKL6Apr47f0wcVT52/tR3YkQh/FR7bmK 5s4LGOLo6rGbj3AnTB49HNDFUcMF09/Y3fcaQxzV/tf2AMojxW8= - "], { {Thickness[0.0085], TubeBox[{{1.5104166666666667`, 0., 0.}, { @@ -26217,7 +26172,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+G7PgA3Axe/txy4OA/f2r14FAo/sQ8HgDVwe uzhCPbr5qOII8yH6r2KYAxOH8C+gmX9jP6r4BXuYOKo5CHEYHyaPav49NPmr aO5AqEc3H92dMHn0cMAuzsCAy9/o7oDoe4nDfVftYfIAtMKcXw== - "], { {Thickness[0.0085], TubeBox[{{1.46875, 0., 0.}, {1.46875, -0.46875, 0.}}], @@ -26548,7 +26502,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0vtszoAGYOJhedWc/ujgKHygPoR9B1b9G k0eIY1ePZj5QHN38UDC4imEOTByi+gKa+PX9MHEYDRNHdSdCHNWc1/ao9t7Z j6r+Kpp/0NWjm4/uTpg/HmGYgz0cMP2N3X0vMcRR7X9pDwDYld8H - "], { {Thickness[0.0085], TubeBox[{{1.4479166666666667`, 0., 0.}, { @@ -27235,7 +27188,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GbPgA3AxW/txy4OA7f2r14FAo/sQ8HgFVwe uzhCPbr5qOII8yH6r2KYAxOH8C+gmX9lP6r4BXuYOKo5CHEYHyaPav4tNPmr aO5AqEc3H92dMHn0cMAuzsCAy9/o7oDoe47DfVftYfIAX1ScBA== - "], { {Thickness[0.0085], TubeBox[{{1.40625, 0., 0.}, {1.40625, -0.40625, 0.}}], @@ -27567,7 +27519,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0vtkzoAGYOJhedWM/ujgKHygPoR9B1b9E k0eIY1ePZj5QHN38UDC4imEOTByi+gKa+OX9MHEYDRNHdSdCHNWcl/ao9t7Y j6r+Kpp/0NWjm4/uTpg/HmGYgz0cMP2N3X3PMcRR7X9uDwCDJ96s - "], { {Thickness[0.0085], TubeBox[{{1.3854166666666667`, 0., 0.}, { @@ -28254,7 +28205,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GrPgA3Axa/txy4OA9f2r14FAo/sQ8HgBVwe uzhCPbr5qOII8yH6r2KYAxOH8C+gmX9hP6r4BXuYOKo5CHEYHyaPav41NPmr aO5AqEc3H92dMHn0cMAuzsCAy9/o7oDoe4rDfVftYfIACeabqQ== - "], { {Thickness[0.0085], TubeBox[{{1.34375, 0., 0.}, {1.34375, -0.34375, 0.}}], @@ -28584,7 +28534,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0vtozoAGYOJhedWU/ujgKHygPoR9B1T9H k0eIY1ePZj5QHN38UDC4imEOTByi+gKa+ef2w8RR5c/tR3UnQhyV/9we1d4r cHl0cezqEeZjdyfMH48wzMEeDpj+xu6+pxjiqPY/tQcASQTkSw== - "], { {Thickness[0.0085], TubeBox[{{1.3229166666666667`, 0., 0.}, { @@ -28763,7 +28712,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBhj4as+AFcDEr+zHLg4DV/avXgUCj+xDweA5XB67 OEI9uvmo4gjzIfqvYpgDE4fwL6CJn92PKn7BHiaOag5CHJX/3B7V/Cto8lfR 7EOox27+VXt089HDAbs4AwMuf6O7A6LvCQ73XbWHyQMA9+OT/Q== - "], { {Thickness[0.0085], TubeBox[{{1.3125, 0., 0.}, {1.3125, -0.3125, 0.}}], @@ -29272,7 +29220,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GLPgA3AxS/txy4OA5f2r14FAo/sQ8HgGVwe uzhCPbr5qOII8yH6r2KYAxOH8C+giZ/cjyp+wR4mjmoOQhyV/8we1fxLaPJX 0exDqMdu/lV7dPPRwwG7OAMDLn+juwOi7zEO9121h8kDAI0GlUg= - "], { {Thickness[0.0085], TubeBox[{{1.28125, 0., 0.}, {1.28125, -0.28125, 0.}}], @@ -29604,7 +29551,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0vtgzoAGYOJhedWE/ujgKHygPoR9B1T9F k0eIY1ePZj5QHN38UDC4imEOTByi+gKa+cf2w8RR5Y/tR3UnQhyV/9Qe1d4L cHl0cezqEeZjdyfMH48wzMEeDpj+xu6+xxjiqPY/tgcA52/j5A== - "], { {Thickness[0.0085], TubeBox[{{1.2604166666666667`, 0., 0.}, { @@ -30298,7 +30244,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmBiho+GzPgA3Axc/sxy4OA2f2r14FAo/sQ8HgCVwe uzhCPbr5qOII8yH6r2KYAxOH8C+giR/cjyp+wR4mjmoOQhyV/8Qe1fwzaPJX 0exDqMdu/lV7dPPRwwG7OAMDLn+juwOi7yEO9121h8kDABJslMc= - "], { {Thickness[0.0085], TubeBox[{{1.21875, 0., 0.}, {1.21875, -0.21875, 0.}}], @@ -30633,7 +30578,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0PtszoAGYeCgYnNyPLg7jw+TB4qse2UPo x/Yo6pHE0dVjNR8ojm4+hL6KYQ5MHKL6Apr43v0wcVT5vftR3YkQh/FR7bmK 5s4LGOLo6rGbj3AnTB49HNDFUcMF09/Y3fcQQxzV/of2ANsFw2M= - "], { {Thickness[0.0085], TubeBox[{{1.1979166666666667`, 0., 0.}, { @@ -31665,7 +31609,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0PtkzoAGYeCgYHNyPLg7jw+TB4qse2UPo h/Yo6pHE0dVjNR8ojm4+hL6KYQ5MHKL6Apr5q/bDxGE0TBzVnQhxVD7Mnqto 7ryAIY6uHt18dHfC5NHDAV0cNVww/Y3dffcwxFHtv2cPAERCyKI= - "], { {Thickness[0.0085], TubeBox[{{1.1354166666666667`, 0., 0.}, { @@ -33724,7 +33667,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU 1:eJxTTMoPSmViYGAQBWJmIF69Cgi0PtgzoAGYeCgYtO5HF4fxYfJg8VWPoOpv 26OoRxLHrh7NfKA4uvkQ+iqGOTBxiOoLaOZvgovDaJg4qjsR4qjmwOy5iubO Cxji2NXftkdXj24+ejigi6OGA6a/sbvvGg73wey/Zg8AE8Kv5g== - "], { {Thickness[0.0085], TubeBox[{{1.0104166666666667`, 0., 0.}, { @@ -34193,8 +34135,9 @@ Yeagi6OaA5NfAJW/AqdR3TMVTd9VNPfBzHmEJj4VTf1NDHOwu+cRRjhgNx+m TubeBox[{{0.3333333333333333, 0.3958333333333333, 0.020833333333333332`}, {0.5625, 0.3958333333333333, 0.020833333333333332`}}], - TubeBox[{{0.3333333333333333, 0.25, 0.020833333333333332`} - , {0.10416666666666667`, 0.25, 0.25}}], + TubeBox[{{0.3333333333333333, 0.25, + 0.020833333333333332`}, {0.10416666666666667`, 0.25, + 0.25}}], TubeBox[{{0.3333333333333333, 0.25, 0.020833333333333332`}, {0.5625, 0.020833333333333332`, 0.020833333333333332`}}], @@ -35037,7 +34980,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGDgA2JmIA4Fg6v2qPRWOJ8BDC6giR+Fi6PKH8Wh7ygaHyZ/ wH71KhC4BKfR3YGuD7v7HqCJb0VTj+4eXPwHOOxHNx+m/gWGvQBZW2tK - "], { {Thickness[0.0085], TubeBox[{{0.3333333333333333, 0.3333333333333333, @@ -37045,7 +36987,7 @@ Cell[BoxData[ TUG`IOTuGamesV6`Private`v2$$, 2, "y-coordinate"}, 4}, {{ TUG`IOTuGamesV6`Private`v3$$, 1.54, "z-coordinate"}, 4}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{289., {86.3515625, 91.6484375}}, + ImageSizeCache->{293., {84.3515625, 89.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -37067,8 +37009,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -37216,15 +37156,15 @@ Cell[BoxData[GridBox[{ "77626094-e7af-4281-89a7-95317d87deba"] }], "SeeAlso",ExpressionUUID->"70480acc-0482-4932-9ea0-8afbc560de8c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a406c530-f78f-4827-8b7f-\ -7dc62cb576e5"], + }]], "SeeAlsoSection",ExpressionUUID->"aa236b0d-e37d-41db-9ccd-\ +78f6760c617f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -37236,9 +37176,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"440b67fa-b951-4821-8357-e26b26013c20"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7a6b004f-9ff2-4fc4-b9cb-\ -d7be122ff15a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a6fc71d7-b234-4517-a668-\ +c6ad6be829b1"], Cell[BoxData[GridBox[{ { @@ -37255,7 +37194,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e8b0c0eb-83cd-4eeb-953b-8e91247c476e"]}]}, + "836da265-42bd-4ee4-afa5-351659eee650"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -37263,10 +37202,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2b67e301-1d9c-4862-ad2d-a9b57e9c8b73"]}]} + "16f9e040-16f8-42f2-b10a-906e4bf37bc4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ad4e8346-cb47-4b78-8a32-\ -3015bd92e8d4"], + }]], "MoreAboutSection",ExpressionUUID->"2f223a15-a4bb-46db-a2e8-\ +b93be6836342"], Cell[BoxData[GridBox[{ { @@ -37294,7 +37233,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2d3aa6f3-f9b9-4605-9d7a-97184cbb5599"]], "RelatedLinks", + "012d9218-6536-4eac-bb10-77f82257d379"]], "RelatedLinks", ExpressionUUID->"dccb153c-d01d-465d-8f47-c8738d6da3ad"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37311,7 +37250,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7d04d50e-92c6-40ed-937d-b22be2cd3c28"]], "RelatedLinks", + "f4317db3-e6a9-45af-a0b0-1963a184ada3"]], "RelatedLinks", ExpressionUUID->"7d762a04-f4e8-4504-8d33-b9b9557f1ef3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37328,7 +37267,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a639f80e-0501-40f5-930d-60710d664851"]], "RelatedLinks", + "f6884f03-7b81-403a-a01d-32a096c815f8"]], "RelatedLinks", ExpressionUUID->"e02092a4-7784-471e-8685-38127b29994b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37345,11 +37284,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d0f41523-b63f-4445-97d0-fe1c1471421d"]], "RelatedLinks", + "1a5cc8f2-9f1e-4ced-bf5e-7439d734a838"]], "RelatedLinks", ExpressionUUID->"bcd7ba51-bdba-4120-8cc2-aebcafa3e945"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"58dd412d-fdff-4da5-8d9d-\ -c5d6a577089a"], + }]], "RelatedLinksSection",ExpressionUUID->"cc38d05e-303e-459f-aa32-\ +cbde263df5cc"], Cell[CellGroupData[{ @@ -37379,11 +37318,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"025111cc-ad72-410e-b318-2e8ad25a96de"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ee27fd6e-5d96-4a49-b8d5-be089d175714"] +Cell[" ", "FooterCell",ExpressionUUID->"e3413c0c-ae9a-4a3d-bdf9-77d4cfe72f81"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AnimationKernelPropertyV6", TaggingRules->{ @@ -37394,7 +37333,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 46.010642}", + "built" -> "{2024, 6, 3, 16, 51, 17.656483}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -37405,11 +37344,11 @@ AnimationKernelPropertyV6[game, options] by option set, the upper and lower \ epsilon value can be set. Moreover, the number of frames can be pre-defined \ to obtain a smoother movie. Finally, the Mathematica Manipulate command can \ be invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AnimationKernelPropertyV6", "titlemodifier" -> "", "windowtitle" -> - "AnimationKernelPropertyV6", "type" -> "Symbol", "uri" -> - "TUG/ref/AnimationKernelPropertyV6"}}, + "AnimationKernelPropertyV6", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "AnimationKernelPropertyV6", "type" -> "Symbol", + "uri" -> "TUG/ref/AnimationKernelPropertyV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -37418,9 +37357,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ad548478-44c1-4ab9-a274-4812d5b03c11" +ExpressionUUID->"ff359fea-36f3-439a-888c-bd01040568e2" ] (* End of Notebook Content *) @@ -37428,275 +37367,273 @@ ExpressionUUID->"ad548478-44c1-4ab9-a274-4812d5b03c11" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[46271, 1271, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"fee8c4a9-7c66-485e-a80b-6a6fe9d4eff3", + Cell[46343, 1277, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6089bcc3-70be-4a66-a7fd-022744e01857", CellTags->"PrimaryExamplesSection", - CellID->177999755]} + CellID->453507649]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 2200896, 37429} + {"PrimaryExamplesSection", 2199607, 37368} } *) (*NotebookFileOutline Notebook[{ -Cell[597, 21, 7172, 168, 56, "AnchorBarGrid",ExpressionUUID->"a45783a2-c8fc-4189-8f98-bd16d8875882", +Cell[597, 21, 7244, 174, 57, "AnchorBarGrid",ExpressionUUID->"12727cda-d258-4153-8253-7ff39482927f", CellID->1], -Cell[7772, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"28da3695-1124-4fba-93e9-3432a82929f2"], +Cell[7844, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c7b58d4d-5ead-46c1-aa09-1a5f30c51ae8"], Cell[CellGroupData[{ -Cell[7883, 195, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"9b3c1335-8231-457a-88ce-3461ae353c29"], -Cell[9185, 232, 1101, 21, 209, "Usage",ExpressionUUID->"9ab7e8a7-c55a-4c7e-8e1c-7e03cb86f7cd", +Cell[7955, 201, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"8765ca73-7609-41f2-87cc-df06bff9f76d"], +Cell[9257, 238, 1101, 21, 208, "Usage",ExpressionUUID->"9ab7e8a7-c55a-4c7e-8e1c-7e03cb86f7cd", CellID->921767878] }, Open ]], Cell[CellGroupData[{ -Cell[10323, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"e5b18c56-2e24-4b2b-93dd-ff298b27c6b5", +Cell[10395, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"c7d766da-46f0-433e-b674-5805bcd274c1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->272995437], -Cell[12220, 307, 518, 12, 57, "]]",ExpressionUUID->"493ddd31-15c1-4798-97c6-803e7d7dad6f", + CellID->149508689], +Cell[12292, 313, 518, 12, 57, "]]",ExpressionUUID->"493ddd31-15c1-4798-97c6-803e7d7dad6f", CellID->313448337], -Cell[12741, 321, 489, 12, 37, "Notes",ExpressionUUID->"667b742d-fcbe-42f1-8c36-d06f7807063e", +Cell[12813, 327, 489, 12, 38, "Notes",ExpressionUUID->"667b742d-fcbe-42f1-8c36-d06f7807063e", CellID->177724765], -Cell[13233, 335, 167, 3, 36, "Notes",ExpressionUUID->"9828e423-fbd9-4990-a146-d5514b95c7b6", +Cell[13305, 341, 167, 3, 36, "Notes",ExpressionUUID->"9828e423-fbd9-4990-a146-d5514b95c7b6", CellID->1089587875], -Cell[13403, 340, 194, 4, 36, "Notes",ExpressionUUID->"5a017a49-c07b-4145-ac64-069000245953", +Cell[13475, 346, 194, 4, 36, "Notes",ExpressionUUID->"5a017a49-c07b-4145-ac64-069000245953", CellID->808882104], -Cell[13600, 346, 401, 6, 78, "Notes",ExpressionUUID->"958bf668-71a9-49cb-9bec-6187ec47d389", +Cell[13672, 352, 401, 6, 78, "Notes",ExpressionUUID->"958bf668-71a9-49cb-9bec-6187ec47d389", CellID->1066205402], -Cell[14004, 354, 606, 18, 37, "Notes",ExpressionUUID->"3301f160-84f3-4e1e-a702-c6477b1e9e99", +Cell[14076, 360, 606, 18, 38, "Notes",ExpressionUUID->"3301f160-84f3-4e1e-a702-c6477b1e9e99", CellID->106032706], -Cell[14613, 374, 146, 1, 36, "Notes",ExpressionUUID->"9c98592f-ca9e-4461-ad18-bf29b1628857", +Cell[14685, 380, 146, 1, 36, "Notes",ExpressionUUID->"9c98592f-ca9e-4461-ad18-bf29b1628857", CellID->1632087865], -Cell[14762, 377, 267, 4, 49, "Notes",ExpressionUUID->"97bddec9-2f03-4766-81f7-3d98b7f4c98b", +Cell[14834, 383, 267, 4, 48, "Notes",ExpressionUUID->"97bddec9-2f03-4766-81f7-3d98b7f4c98b", CellID->13178], -Cell[15032, 383, 1948, 44, 205, "3ColumnTableMod",ExpressionUUID->"b4c89478-f6e8-4b85-922a-0a8834bc7a51", +Cell[15104, 389, 1948, 44, 234, "3ColumnTableMod",ExpressionUUID->"b4c89478-f6e8-4b85-922a-0a8834bc7a51", CellID->1035213662], -Cell[16983, 429, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"69f20ede-3513-4086-b451-f6637a16e46f", +Cell[17055, 435, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"69f20ede-3513-4086-b451-f6637a16e46f", CellID->1640619354], -Cell[18738, 473, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"2fc7f772-6623-474f-a144-f52e6c7ff270", +Cell[18810, 479, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"2fc7f772-6623-474f-a144-f52e6c7ff270", CellID->2628340], -Cell[19478, 492, 1772, 44, 70, "3ColumnTableMod",ExpressionUUID->"860ed34c-b85d-4cfc-b10b-640e2770ab94", +Cell[19550, 498, 1772, 44, 70, "3ColumnTableMod",ExpressionUUID->"860ed34c-b85d-4cfc-b10b-640e2770ab94", CellID->1374443190], -Cell[21253, 538, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"99d982c6-99a5-443d-ae5a-1f45d687cadf", +Cell[21325, 544, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"99d982c6-99a5-443d-ae5a-1f45d687cadf", CellID->1581386759], -Cell[21917, 554, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"8bc04aa0-9bca-464f-b0f6-38c027332b37", +Cell[21989, 560, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"8bc04aa0-9bca-464f-b0f6-38c027332b37", CellID->11156], -Cell[22624, 573, 702, 15, 70, "3ColumnTableMod",ExpressionUUID->"f0ad63a5-7b97-4c9c-8192-7dd6189f15b7", +Cell[22696, 579, 702, 15, 70, "3ColumnTableMod",ExpressionUUID->"f0ad63a5-7b97-4c9c-8192-7dd6189f15b7", CellID->1347565327], -Cell[23329, 590, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"f42c3fa5-45ab-4392-9051-020734be8170", +Cell[23401, 596, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"f42c3fa5-45ab-4392-9051-020734be8170", CellID->1661816152], -Cell[23970, 606, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"d18f66f4-7621-4096-9650-c2809c1b2d09", +Cell[24042, 612, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"d18f66f4-7621-4096-9650-c2809c1b2d09", CellID->1348502217], -Cell[24646, 623, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"a935ea5c-65f4-42cd-9aab-8183423d196a", +Cell[24718, 629, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"a935ea5c-65f4-42cd-9aab-8183423d196a", CellID->854523988], -Cell[25326, 640, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"2566cc0f-9e67-4f26-96b3-14a37e558337", +Cell[25398, 646, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"2566cc0f-9e67-4f26-96b3-14a37e558337", CellID->1889737650], -Cell[26024, 657, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"04dfccfa-4341-409a-84be-6e82f28fc14c", +Cell[26096, 663, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"04dfccfa-4341-409a-84be-6e82f28fc14c", CellID->2145330687], -Cell[26689, 674, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"5c1b5747-4bd2-4495-a1d5-b7cfbffd66e2", +Cell[26761, 680, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"5c1b5747-4bd2-4495-a1d5-b7cfbffd66e2", CellID->203358790], -Cell[27359, 691, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"f13d6a2b-dc55-43c2-b4ea-23d520c1dc8c", +Cell[27431, 697, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"f13d6a2b-dc55-43c2-b4ea-23d520c1dc8c", CellID->1843978144], -Cell[28033, 708, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"2a81f45c-a50b-49c4-aff2-9acd1d58d120", +Cell[28105, 714, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"2a81f45c-a50b-49c4-aff2-9acd1d58d120", CellID->1353055139], -Cell[28726, 725, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"90187ad4-a507-44b7-abda-dd8c97f97782", +Cell[28798, 731, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"90187ad4-a507-44b7-abda-dd8c97f97782", CellID->1846391669], -Cell[29400, 742, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"99bae219-8e8b-4746-b7a7-17a4c7d790ed", +Cell[29472, 748, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"99bae219-8e8b-4746-b7a7-17a4c7d790ed", CellID->901767574], -Cell[30060, 758, 924, 27, 70, "Notes",ExpressionUUID->"70c38e3f-2ecf-4742-bf6d-e93403d572e5", +Cell[30132, 764, 924, 27, 70, "Notes",ExpressionUUID->"70c38e3f-2ecf-4742-bf6d-e93403d572e5", CellID->1756351346], -Cell[30987, 787, 947, 27, 70, "Notes",ExpressionUUID->"6453078c-5d17-4798-ab06-f830281542e3", +Cell[31059, 793, 947, 27, 70, "Notes",ExpressionUUID->"6453078c-5d17-4798-ab06-f830281542e3", CellID->212180004], -Cell[31937, 816, 1310, 39, 70, "Notes",ExpressionUUID->"b715e02e-73d4-4d57-9282-2fab2fe375e1", +Cell[32009, 822, 1310, 39, 70, "Notes",ExpressionUUID->"b715e02e-73d4-4d57-9282-2fab2fe375e1", CellID->1570062306], -Cell[33250, 857, 875, 26, 70, "Notes",ExpressionUUID->"d39fc156-20aa-40ba-9157-301192fea1fb", +Cell[33322, 863, 875, 26, 70, "Notes",ExpressionUUID->"d39fc156-20aa-40ba-9157-301192fea1fb", CellID->660614], -Cell[34128, 885, 880, 26, 70, "Notes",ExpressionUUID->"c5b139e0-0014-4157-ba01-833e6cdec7c4", +Cell[34200, 891, 880, 26, 70, "Notes",ExpressionUUID->"c5b139e0-0014-4157-ba01-833e6cdec7c4", CellID->2102971043], -Cell[35011, 913, 1317, 39, 70, "Notes",ExpressionUUID->"e891c113-6092-43ce-86f3-9bb8adf1157c", +Cell[35083, 919, 1317, 39, 70, "Notes",ExpressionUUID->"e891c113-6092-43ce-86f3-9bb8adf1157c", CellID->1108551522], -Cell[36331, 954, 877, 26, 70, "Notes",ExpressionUUID->"9069a9d4-86ac-4759-b2f4-95e7f00d72a1", +Cell[36403, 960, 877, 26, 70, "Notes",ExpressionUUID->"9069a9d4-86ac-4759-b2f4-95e7f00d72a1", CellID->1499340563], -Cell[37211, 982, 466, 14, 70, "Notes",ExpressionUUID->"4f06d29a-561e-4637-bce2-3abb6315907f", +Cell[37283, 988, 466, 14, 70, "Notes",ExpressionUUID->"4f06d29a-561e-4637-bce2-3abb6315907f", CellID->297939893], -Cell[37680, 998, 496, 14, 70, "Notes",ExpressionUUID->"738881db-e196-4d83-9727-54b1ee778759", +Cell[37752, 1004, 496, 14, 70, "Notes",ExpressionUUID->"738881db-e196-4d83-9727-54b1ee778759", CellID->2041043955], -Cell[38179, 1014, 499, 14, 70, "Notes",ExpressionUUID->"b9894a5e-0075-4b49-96b1-fb20594ab5c6", +Cell[38251, 1020, 499, 14, 70, "Notes",ExpressionUUID->"b9894a5e-0075-4b49-96b1-fb20594ab5c6", CellID->72439300], -Cell[38681, 1030, 538, 16, 70, "Notes",ExpressionUUID->"7725c8c8-0e15-48f0-b1ea-debf1c23c730", +Cell[38753, 1036, 538, 16, 70, "Notes",ExpressionUUID->"7725c8c8-0e15-48f0-b1ea-debf1c23c730", CellID->282211233], -Cell[39222, 1048, 496, 14, 70, "Notes",ExpressionUUID->"fbc71904-4e06-4118-a5e8-b77b7c05dbb7", +Cell[39294, 1054, 496, 14, 70, "Notes",ExpressionUUID->"fbc71904-4e06-4118-a5e8-b77b7c05dbb7", CellID->2126189377], -Cell[39721, 1064, 521, 14, 70, "Notes",ExpressionUUID->"e51a056e-4906-4536-9ea1-fde1b286d283", +Cell[39793, 1070, 521, 14, 70, "Notes",ExpressionUUID->"e51a056e-4906-4536-9ea1-fde1b286d283", CellID->2041037989], -Cell[40245, 1080, 880, 25, 70, "Notes",ExpressionUUID->"1c7b5a2d-58b6-41e5-8a6b-26550da5f24e", +Cell[40317, 1086, 880, 25, 70, "Notes",ExpressionUUID->"1c7b5a2d-58b6-41e5-8a6b-26550da5f24e", CellID->2104907360], -Cell[41128, 1107, 916, 26, 70, "Notes",ExpressionUUID->"32c5bf63-1824-4449-b422-c0186381fdf3", +Cell[41200, 1113, 916, 26, 70, "Notes",ExpressionUUID->"32c5bf63-1824-4449-b422-c0186381fdf3", CellID->402274834], -Cell[42047, 1135, 589, 15, 70, "Notes",ExpressionUUID->"81a68639-962e-4ea5-a41d-3736723a5607", +Cell[42119, 1141, 589, 15, 70, "Notes",ExpressionUUID->"81a68639-962e-4ea5-a41d-3736723a5607", CellID->995309240], -Cell[42639, 1152, 589, 17, 70, "Notes",ExpressionUUID->"d1bea723-5e0e-40ef-830c-f8e15cfeb57c", +Cell[42711, 1158, 589, 17, 70, "Notes",ExpressionUUID->"d1bea723-5e0e-40ef-830c-f8e15cfeb57c", CellID->1192823045], -Cell[43231, 1171, 471, 14, 70, "Notes",ExpressionUUID->"ba3e9457-5a7e-4d4b-8d29-8d8c5f8e853d", +Cell[43303, 1177, 471, 14, 70, "Notes",ExpressionUUID->"ba3e9457-5a7e-4d4b-8d29-8d8c5f8e853d", CellID->930159234], -Cell[43705, 1187, 477, 14, 70, "Notes",ExpressionUUID->"f83d66b9-7484-4600-98c7-c5bf41f01369", +Cell[43777, 1193, 477, 14, 70, "Notes",ExpressionUUID->"f83d66b9-7484-4600-98c7-c5bf41f01369", CellID->266098834], -Cell[44185, 1203, 481, 14, 70, "Notes",ExpressionUUID->"551acf5b-c53d-4837-b7ac-52e79cd503b6", +Cell[44257, 1209, 481, 14, 70, "Notes",ExpressionUUID->"551acf5b-c53d-4837-b7ac-52e79cd503b6", CellID->1374650356], -Cell[44669, 1219, 508, 14, 70, "Notes",ExpressionUUID->"596e59d8-d829-4db9-bf88-d73d2521f90e", +Cell[44741, 1225, 508, 14, 70, "Notes",ExpressionUUID->"596e59d8-d829-4db9-bf88-d73d2521f90e", CellID->2096118988], -Cell[45180, 1235, 480, 14, 70, "Notes",ExpressionUUID->"bc1616fa-46f1-4ce7-90c0-4125106bf6c4", +Cell[45252, 1241, 480, 14, 70, "Notes",ExpressionUUID->"bc1616fa-46f1-4ce7-90c0-4125106bf6c4", CellID->692156901], -Cell[45663, 1251, 481, 14, 70, "Notes",ExpressionUUID->"6d18d2c3-7711-4529-b49d-f0490000921c", +Cell[45735, 1257, 481, 14, 70, "Notes",ExpressionUUID->"6d18d2c3-7711-4529-b49d-f0490000921c", CellID->1735714032] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[46271, 1271, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"fee8c4a9-7c66-485e-a80b-6a6fe9d4eff3", +Cell[46343, 1277, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6089bcc3-70be-4a66-a7fd-022744e01857", CellTags->"PrimaryExamplesSection", - CellID->177999755], + CellID->453507649], Cell[CellGroupData[{ -Cell[47716, 1312, 1399, 36, 70, "ExampleSection",ExpressionUUID->"ec9314da-63eb-4661-958d-a133b0f957a0", - CellID->2053772831], -Cell[49118, 1350, 119, 1, 70, "ExampleText",ExpressionUUID->"0f7719ad-6345-493e-a47a-b4141de7a12e", +Cell[47788, 1318, 1398, 36, 70, "ExampleSection",ExpressionUUID->"7c7a0216-339a-44a2-be5d-1ea0702e1997", + CellID->960101626], +Cell[49189, 1356, 119, 1, 70, "ExampleText",ExpressionUUID->"0f7719ad-6345-493e-a47a-b4141de7a12e", CellID->1091910221], Cell[CellGroupData[{ -Cell[49262, 1355, 167, 3, 70, "Input",ExpressionUUID->"40fb0a7d-ad1e-4d08-a05c-ab7f5906fda3", +Cell[49333, 1361, 167, 3, 70, "Input",ExpressionUUID->"40fb0a7d-ad1e-4d08-a05c-ab7f5906fda3", CellID->407561485], Cell[CellGroupData[{ -Cell[49454, 1362, 235, 4, 70, "Print",ExpressionUUID->"75999c02-b4ea-4763-ab93-6b693950cf88", +Cell[49525, 1368, 235, 4, 70, "Print",ExpressionUUID->"75999c02-b4ea-4763-ab93-6b693950cf88", CellID->430164570], -Cell[49692, 1368, 364, 8, 70, "Print",ExpressionUUID->"9181ed38-8933-4ea7-8ba3-a12d5afe03fc", +Cell[49763, 1374, 364, 8, 70, "Print",ExpressionUUID->"9181ed38-8933-4ea7-8ba3-a12d5afe03fc", CellID->739833498], -Cell[50059, 1378, 236, 4, 70, "Print",ExpressionUUID->"3a6fd248-5fd0-421a-8c0b-2c1e1cfcb6d9", +Cell[50130, 1384, 236, 4, 70, "Print",ExpressionUUID->"3a6fd248-5fd0-421a-8c0b-2c1e1cfcb6d9", CellID->1488257831], -Cell[50298, 1384, 220, 3, 70, "Print",ExpressionUUID->"eb08cc56-bd32-4ecb-b50b-10ee2b6562db", +Cell[50369, 1390, 220, 3, 70, "Print",ExpressionUUID->"eb08cc56-bd32-4ecb-b50b-10ee2b6562db", CellID->1280577770], -Cell[50521, 1389, 207, 3, 70, "Print",ExpressionUUID->"c9c43568-0849-4a76-aee4-adff61b46b0b", +Cell[50592, 1395, 207, 3, 70, "Print",ExpressionUUID->"c9c43568-0849-4a76-aee4-adff61b46b0b", CellID->1573621795], -Cell[50731, 1394, 236, 4, 70, "Print",ExpressionUUID->"91c863c5-e492-4b42-84a7-0a9f1048a0fd", +Cell[50802, 1400, 236, 4, 70, "Print",ExpressionUUID->"91c863c5-e492-4b42-84a7-0a9f1048a0fd", CellID->167919071], -Cell[50970, 1400, 220, 3, 70, "Print",ExpressionUUID->"e65f7e9a-0506-4771-96d2-31b640f6b1d4", +Cell[51041, 1406, 220, 3, 70, "Print",ExpressionUUID->"e65f7e9a-0506-4771-96d2-31b640f6b1d4", CellID->2014631357], -Cell[51193, 1405, 235, 4, 70, "Print",ExpressionUUID->"ce0f84d5-5df0-4302-9405-b066bfd6ff13", +Cell[51264, 1411, 235, 4, 70, "Print",ExpressionUUID->"ce0f84d5-5df0-4302-9405-b066bfd6ff13", CellID->695170609], -Cell[51431, 1411, 236, 4, 70, "Print",ExpressionUUID->"e003a31a-ec36-4f3d-a5f0-530a6f6eeeb0", +Cell[51502, 1417, 236, 4, 70, "Print",ExpressionUUID->"e003a31a-ec36-4f3d-a5f0-530a6f6eeeb0", CellID->2133442947], -Cell[51670, 1417, 206, 3, 70, "Print",ExpressionUUID->"664268e1-09b3-4fdf-b68a-692a42c91c45", +Cell[51741, 1423, 206, 3, 70, "Print",ExpressionUUID->"664268e1-09b3-4fdf-b68a-692a42c91c45", CellID->656820970], -Cell[51879, 1422, 235, 4, 70, "Print",ExpressionUUID->"a90aba37-8b12-4215-b14b-68631c8088f0", +Cell[51950, 1428, 235, 4, 70, "Print",ExpressionUUID->"a90aba37-8b12-4215-b14b-68631c8088f0", CellID->407687670] }, Open ]] }, Open ]], -Cell[52141, 1430, 136, 1, 70, "ExampleText",ExpressionUUID->"7716aedd-eb1b-4711-9e91-1be88056c231", +Cell[52212, 1436, 136, 1, 70, "ExampleText",ExpressionUUID->"7716aedd-eb1b-4711-9e91-1be88056c231", CellID->385178992], -Cell[52280, 1433, 234, 6, 70, "Input",ExpressionUUID->"cdfb9e39-ef73-4575-a6ff-716f1caf41de", +Cell[52351, 1439, 234, 6, 70, "Input",ExpressionUUID->"cdfb9e39-ef73-4575-a6ff-716f1caf41de", CellID->539192547], -Cell[52517, 1441, 375, 9, 70, "Input",ExpressionUUID->"8464972a-b7b3-4914-869b-80cd73549476", +Cell[52588, 1447, 375, 9, 70, "Input",ExpressionUUID->"8464972a-b7b3-4914-869b-80cd73549476", CellID->2039649350], -Cell[52895, 1452, 237, 6, 70, "Input",ExpressionUUID->"99a15363-81b7-4502-aaf6-6caa7b3ad0d9", +Cell[52966, 1458, 237, 6, 70, "Input",ExpressionUUID->"99a15363-81b7-4502-aaf6-6caa7b3ad0d9", CellID->118145893], -Cell[53135, 1460, 191, 4, 70, "ExampleText",ExpressionUUID->"c2074718-ffaa-49f1-9a8c-edfafd3f7bdc", +Cell[53206, 1466, 191, 4, 70, "ExampleText",ExpressionUUID->"c2074718-ffaa-49f1-9a8c-edfafd3f7bdc", CellID->1817295084], Cell[CellGroupData[{ -Cell[53351, 1468, 182, 3, 70, "Input",ExpressionUUID->"7f9f14da-4c8c-4d3f-bdf6-95591afd90d5", +Cell[53422, 1474, 182, 3, 70, "Input",ExpressionUUID->"7f9f14da-4c8c-4d3f-bdf6-95591afd90d5", CellID->287186612], -Cell[53536, 1473, 1750, 43, 142, "Output",ExpressionUUID->"79a361c7-f0dd-4757-a881-612c3948b531", +Cell[53607, 1479, 1750, 43, 141, "Output",ExpressionUUID->"79a361c7-f0dd-4757-a881-612c3948b531", CellID->1709097894] }, Open ]], -Cell[55301, 1519, 330, 5, 70, "ExampleText",ExpressionUUID->"dac76a84-a78c-4046-b43b-2ed8f6c270eb", +Cell[55372, 1525, 330, 5, 70, "ExampleText",ExpressionUUID->"dac76a84-a78c-4046-b43b-2ed8f6c270eb", CellID->2129268480], -Cell[55634, 1526, 306, 8, 70, "Input",ExpressionUUID->"56f0c28d-cbc9-431d-b3f4-89ceafb8ce3c", +Cell[55705, 1532, 306, 8, 70, "Input",ExpressionUUID->"56f0c28d-cbc9-431d-b3f4-89ceafb8ce3c", CellID->2059060734], Cell[CellGroupData[{ -Cell[55965, 1538, 159, 3, 70, "Input",ExpressionUUID->"672c8b8f-6953-42e3-99a4-5b81dbcaaf53", +Cell[56036, 1544, 159, 3, 70, "Input",ExpressionUUID->"672c8b8f-6953-42e3-99a4-5b81dbcaaf53", CellID->1908898738], -Cell[56127, 1543, 156, 3, 36, "Output",ExpressionUUID->"f9bc3f32-7e0b-407b-9f25-15d122032c35", +Cell[56198, 1549, 156, 3, 36, "Output",ExpressionUUID->"f9bc3f32-7e0b-407b-9f25-15d122032c35", CellID->864425098] }, Open ]], Cell[CellGroupData[{ -Cell[56320, 1551, 187, 4, 70, "Input",ExpressionUUID->"0f16d5d5-c6d8-44a5-a050-a831abff31b7", +Cell[56391, 1557, 187, 4, 70, "Input",ExpressionUUID->"0f16d5d5-c6d8-44a5-a050-a831abff31b7", CellID->1346731403], -Cell[56510, 1557, 191094, 3211, 70, "Output",ExpressionUUID->"9377415b-bc09-4087-9c3f-5d8234e9d15c", +Cell[56581, 1563, 191073, 3210, 70, "Output",ExpressionUUID->"9377415b-bc09-4087-9c3f-5d8234e9d15c", CellID->536930667] }, Open ]], -Cell[247619, 4771, 272, 5, 70, "ExampleText",ExpressionUUID->"fbeab133-1cc3-4a7f-ac5c-d5224f26a1d4", +Cell[247669, 4776, 272, 5, 70, "ExampleText",ExpressionUUID->"fbeab133-1cc3-4a7f-ac5c-d5224f26a1d4", CellID->2084578569], -Cell[247894, 4778, 628, 17, 70, "Input",ExpressionUUID->"068b987d-b0b4-4fea-bc08-dc4eee326c45", +Cell[247944, 4783, 628, 17, 70, "Input",ExpressionUUID->"068b987d-b0b4-4fea-bc08-dc4eee326c45", CellID->1909040612], Cell[CellGroupData[{ -Cell[248547, 4799, 160, 3, 70, "Input",ExpressionUUID->"fe9841e9-3489-43a4-b413-f72e58a67a7a", +Cell[248597, 4804, 160, 3, 70, "Input",ExpressionUUID->"fe9841e9-3489-43a4-b413-f72e58a67a7a", CellID->1846890215], -Cell[248710, 4804, 158, 3, 36, "Output",ExpressionUUID->"666db039-e1a5-4ba4-b92a-556f8ca56b6a", +Cell[248760, 4809, 158, 3, 36, "Output",ExpressionUUID->"666db039-e1a5-4ba4-b92a-556f8ca56b6a", CellID->587152554] }, Open ]], Cell[CellGroupData[{ -Cell[248905, 4812, 188, 4, 70, "Input",ExpressionUUID->"fe9a2189-d83a-4ce3-a738-c2bcb87dafdb", +Cell[248955, 4817, 188, 4, 70, "Input",ExpressionUUID->"fe9a2189-d83a-4ce3-a738-c2bcb87dafdb", CellID->2087090943], -Cell[249096, 4818, 1929227, 32011, 70, "Output",ExpressionUUID->"1b5abb91-5243-4535-b7f3-937b077ab1ca", +Cell[249146, 4823, 1927904, 31948, 70, "Output",ExpressionUUID->"1b5abb91-5243-4535-b7f3-937b077ab1ca", CellID->190695265] }, Open ]], -Cell[2178338, 36832, 851, 21, 70, "ExampleText",ExpressionUUID->"43ce9628-657f-4978-b65a-97419159e5e5", +Cell[2177065, 36774, 851, 21, 70, "ExampleText",ExpressionUUID->"43ce9628-657f-4978-b65a-97419159e5e5", CellID->227014097], Cell[CellGroupData[{ -Cell[2179214, 36857, 196, 4, 70, "Input",ExpressionUUID->"978522b1-76bf-4264-900c-82a37e767cee", +Cell[2177941, 36799, 196, 4, 70, "Input",ExpressionUUID->"978522b1-76bf-4264-900c-82a37e767cee", CellID->1654104677], -Cell[2179413, 36863, 317, 9, 51, "Output",ExpressionUUID->"48c5b400-a17f-49aa-bee1-adea80cfb9d6", +Cell[2178140, 36805, 317, 9, 50, "Output",ExpressionUUID->"48c5b400-a17f-49aa-bee1-adea80cfb9d6", CellID->1798872576] }, Open ]], Cell[CellGroupData[{ -Cell[2179767, 36877, 200, 4, 70, "Input",ExpressionUUID->"043a3e74-8d9b-4792-9bc1-a8ffb463e0a4", +Cell[2178494, 36819, 200, 4, 70, "Input",ExpressionUUID->"043a3e74-8d9b-4792-9bc1-a8ffb463e0a4", CellID->1659187812], -Cell[2179970, 36883, 308, 9, 51, "Output",ExpressionUUID->"50d5e0e7-73f4-43e8-9c86-f20ffa5d7e1e", +Cell[2178697, 36825, 308, 9, 50, "Output",ExpressionUUID->"50d5e0e7-73f4-43e8-9c86-f20ffa5d7e1e", CellID->22969597] }, Open ]], Cell[CellGroupData[{ -Cell[2180315, 36897, 192, 4, 70, "Input",ExpressionUUID->"8ea789cc-95d0-4a1b-8fe7-acb44b7385b3", +Cell[2179042, 36839, 192, 4, 70, "Input",ExpressionUUID->"8ea789cc-95d0-4a1b-8fe7-acb44b7385b3", CellID->1528806820], -Cell[2180510, 36903, 221, 5, 36, "Output",ExpressionUUID->"6c150374-5a08-47f2-80e8-4f8effe50754", +Cell[2179237, 36845, 221, 5, 36, "Output",ExpressionUUID->"6c150374-5a08-47f2-80e8-4f8effe50754", CellID->447000249] }, Open ]], Cell[CellGroupData[{ -Cell[2180768, 36913, 199, 4, 70, "Input",ExpressionUUID->"97b891c1-d885-4247-8151-18143ee609d6", +Cell[2179495, 36855, 199, 4, 70, "Input",ExpressionUUID->"97b891c1-d885-4247-8151-18143ee609d6", CellID->2138103563], -Cell[2180970, 36919, 310, 9, 51, "Output",ExpressionUUID->"d6e432f6-89d5-4bf9-bcd2-b2be17e2db7c", +Cell[2179697, 36861, 310, 9, 50, "Output",ExpressionUUID->"d6e432f6-89d5-4bf9-bcd2-b2be17e2db7c", CellID->1139646760] }, Open ]], -Cell[2181295, 36931, 275, 5, 70, "ExampleText",ExpressionUUID->"faa121c5-185c-4f32-a46e-5c40eacb7928", +Cell[2180022, 36873, 275, 5, 70, "ExampleText",ExpressionUUID->"faa121c5-185c-4f32-a46e-5c40eacb7928", CellID->1360499567], -Cell[2181573, 36938, 1299, 31, 70, "Input",ExpressionUUID->"9c0e3630-7250-4654-ba4c-b17befaad651", +Cell[2180300, 36880, 1299, 31, 70, "Input",ExpressionUUID->"9c0e3630-7250-4654-ba4c-b17befaad651", CellID->2050726643], Cell[CellGroupData[{ -Cell[2182897, 36973, 160, 3, 70, "Input",ExpressionUUID->"7463ea11-cb57-4636-af37-77e29a356fff", +Cell[2181624, 36915, 160, 3, 70, "Input",ExpressionUUID->"7463ea11-cb57-4636-af37-77e29a356fff", CellID->1136452078], -Cell[2183060, 36978, 157, 3, 36, "Output",ExpressionUUID->"553ca305-ed0a-41ff-8b44-b4753b4fb438", +Cell[2181787, 36920, 157, 3, 36, "Output",ExpressionUUID->"553ca305-ed0a-41ff-8b44-b4753b4fb438", CellID->1303547367] }, Open ]], Cell[CellGroupData[{ -Cell[2183254, 36986, 128, 2, 70, "Input",ExpressionUUID->"09416078-b0ff-4965-b00e-5e098b21f776", +Cell[2181981, 36928, 128, 2, 70, "Input",ExpressionUUID->"09416078-b0ff-4965-b00e-5e098b21f776", CellID->1229631318], -Cell[2183385, 36990, 3818, 70, 70, "Output",ExpressionUUID->"5cde64a2-0e31-4510-82d5-b2d2ceb4167e", +Cell[2182112, 36932, 3818, 70, 70, "Output",ExpressionUUID->"5cde64a2-0e31-4510-82d5-b2d2ceb4167e", CellID->2020622045] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[2186172, 37011, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"aa236b0d-e37d-41db-9ccd-78f6760c617f"], +Cell[2191668, 37161, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a6fc71d7-b234-4517-a668-c6ad6be829b1"], +Cell[2192341, 37181, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2f223a15-a4bb-46db-a2e8-b93be6836342"], +Cell[2193377, 37209, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"cc38d05e-303e-459f-aa32-cbde263df5cc"], Cell[CellGroupData[{ -Cell[2187467, 37071, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"a406c530-f78f-4827-8b7f-7dc62cb576e5"], -Cell[2192963, 37221, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7a6b004f-9ff2-4fc4-b9cb-d7be122ff15a"] -}, Open ]], -Cell[2193648, 37242, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ad4e8346-cb47-4b78-8a32-3015bd92e8d4"], -Cell[2194684, 37270, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"58dd412d-fdff-4da5-8d9d-c5d6a577089a"], -Cell[CellGroupData[{ -Cell[2197613, 37355, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fa71ffa3-8a82-4a0d-932d-b35d17588d0b", +Cell[2196306, 37294, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fa71ffa3-8a82-4a0d-932d-b35d17588d0b", CellID->2135167160], -Cell[2197754, 37358, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d01ee186-b1e9-4bd7-889d-d879b2af8331", +Cell[2196447, 37297, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d01ee186-b1e9-4bd7-889d-d879b2af8331", CellID->1194386356], -Cell[2197976, 37364, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e3c02192-5a7d-4f27-b978-d3ec7dadc45d", +Cell[2196669, 37303, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e3c02192-5a7d-4f27-b978-d3ec7dadc45d", CellID->1641706272], -Cell[2198191, 37369, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"875edbf2-8750-409e-bcfa-6cff93fea23a", +Cell[2196884, 37308, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"875edbf2-8750-409e-bcfa-6cff93fea23a", CellID->399251956], -Cell[2198420, 37375, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"025111cc-ad72-410e-b318-2e8ad25a96de", +Cell[2197113, 37314, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"025111cc-ad72-410e-b318-2e8ad25a96de", CellID->821434655] }, Open ]], -Cell[2198657, 37381, 78, 0, 70, "FooterCell",ExpressionUUID->"ee27fd6e-5d96-4a49-b8d5-be089d175714"] +Cell[2197350, 37320, 78, 0, 70, "FooterCell",ExpressionUUID->"e3413c0c-ae9a-4a3d-bdf9-77d4cfe72f81"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AntiPreKernel.nb b/Documentation/English/ReferencePages/Symbols/AntiPreKernel.nb index 55ec243..357235a 100644 --- a/Documentation/English/ReferencePages/Symbols/AntiPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/AntiPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41605, 1085] -NotebookOptionsPosition[ 32987, 911] -NotebookOutlinePosition[ 35113, 965] -CellTagsIndexPosition[ 35028, 960] +NotebookDataLength[ 41606, 1084] +NotebookOptionsPosition[ 33001, 912] +NotebookOutlinePosition[ 35146, 966] +CellTagsIndexPosition[ 35061, 961] WindowTitle->AntiPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d32719f5-996b-4022-b70b-00ab087a3f68"], + "06eabfad-0981-44ae-ae8a-51f811543e46"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ed620773-690d-44e9-8acb-f4220496ee31"], + "42a4ac76-49a4-4208-9341-5fcc0ca1dcf2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0bab23b-f1b5-4c04-b05c-723a2e1115fa"] - }],ExpressionUUID->"17e77eee-3fb0-4364-9cd4-a8f887d6cc16"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f90ffec1-5ef0-47f9-a41f-4482a9a8daed"] + }],ExpressionUUID->"c02b71f9-3c6a-45a5-aa2c-56bbeb4646da"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95cf5dcb-db43-495e-a726-c803f467a768"], + "c2d313d0-2a12-4d1d-915f-49addcbbb232"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84e5c7f6-bde3-4f76-81e2-5ae5847c1812"] - }],ExpressionUUID->"359b619d-55fa-4412-bb3a-00b98a4fb218"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "774d0344-4b0f-43fa-988a-86a844ba1269"] + }],ExpressionUUID->"a3f777b8-b011-4744-9640-268a11cb4d9f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "921b1292-705e-483b-a02e-574481f7a8ea"], + "7a67a66a-ed73-4702-9466-d9012ddb2342"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "317a334f-6fcd-4e9c-96b4-d6a2c3888e17"] - }],ExpressionUUID->"7a5ab0ec-6f20-4908-a025-9beb73b72bfe"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a71ddcb6-13f6-418c-81e9-53f73e7c2d9e"] + }],ExpressionUUID->"1f579cc2-d092-4819-a3e7-482e03b29687"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "08dbbea8-2d97-4f65-a163-47f3b198258b"], + "3af8b9de-10ea-479d-9f57-84d45f2f038e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ede764c5-518f-4858-aa9e-39c10829e341"] - }],ExpressionUUID->"faaa0cae-d7be-41d3-8cfd-7bcfccc5065d"], - StripOnInput->False], {"\<\"TUG/ref/AntiPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AntiPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AntiPreKernel.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$29388], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AntiPreKernel" <> ".html"], None}]}]}, + "835dfcf7-eb0f-49f0-8240-5520b75e0be8"] + }],ExpressionUUID->"68abbfe4-54e8-45f8-9aa3-1fab357915d2"], + StripOnInput->False],{ + "\"TUG/ref/AntiPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AntiPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +AntiPreKernel.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$30158], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AntiPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "df12c6b7-81da-4a83-b1d4-b24283ff6d90"] + "d8cac132-4e16-4876-bf4d-13d1ff503b88"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6d4c38d4-d046-4eb1-8cd2-619187289b5e"]} + "3efec1bf-1615-464f-a24a-dd6baf608df3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8ec5dc75-cb27-4a65-9bb1-4f0135bcbcdc"], + CellID->1,ExpressionUUID->"e8e7ea3e-324d-44e1-9161-2291787f20af"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"89dc11b7-f6e3-45c2-8867-3877082faeac"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"aa56b2eb-64a8-4158-a39e-f4d29fb761ab"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AntiPreKernel", "ObjectName",ExpressionUUID-> - "d9d5ad01-7633-409b-8293-2d95e1a2fbed"], + "73babcee-faeb-4dca-9afc-d8328db8acd3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"de5a8844-0916-4b65-b20e-7e0878dc4182"], + "Spacer1"]],ExpressionUUID->"3c3ed393-a9bd-4f95-94ea-ed7b91e92858"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "db819a73-64a5-490f-96fc-c0aa1f17687c"] - }],ExpressionUUID->"27b43020-161a-4b89-91b7-61dbe69d1095"], Cell[BoxData[ + "08e74d90-1df4-4b2e-b97a-41d896137b86"] + }],ExpressionUUID->"ace8e433-dbaf-45ab-9ed5-cb303b59a0f1"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "962e2251-3dd0-47cc-8aee-6f34fbe22b77"]} + "b5a92887-b609-4b37-83aa-cfc634618c9a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f624a6de-0d65-4ddd-8099-f3d5d1f377d3"], + CacheGraphics->False,ExpressionUUID->"e4b21759-be63-4c9b-96f6-fd48e176a391"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "fcf19ae2-704b-47e5-97a2-0ce6ff541dae"], "\[LineSeparator]is an option for various package functions to determine \ an anti pre-kernel element rather than a pre-kernel point." - }],ExpressionUUID->"ed92375e-5c8a-4e90-9467-5fefcea8247e"]} + }],ExpressionUUID->"78bdd034-a1fb-4849-9aec-f8adb47f947f"]} }]], "Usage", CellID->1422402256,ExpressionUUID->"d41c9fbe-48ca-4675-95dc-9e5d761e271a"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"93cd7121-879b-4c29-970f-28dc01e3bf5a"], + ExpressionUUID->"94b4c38f-e338-4043-9fad-d03ed22c54e4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5aeb30a1-82dc-4b3a-86ff-4bb7ee6868a9"], + "Spacer1"]],ExpressionUUID->"4500c586-83d9-4f77-a153-e9042f4ee6a5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b6cd5433-c7c7-4a28-86a8-e8b76870738d"], + }], "NotesFrameText",ExpressionUUID->"e88db8dc-5f5a-43b3-afa3-d4d55ced4bec"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5973bdbd-9776-4b32-97f9-798d7a869fa4"]], \ + "Preemptive"]],ExpressionUUID->"39909187-3fb8-47a0-979b-3e2ac06e1bb1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->609084442,ExpressionUUID->"45945515-00aa-406b-ad3d-ed0df66039da"], + CellID->1565705931,ExpressionUUID->"632d9568-d978-43a0-90bb-0decd2b4c3e5"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9ed29d50-155b-4dc7-93f0-179f970e0f3d"], + ExpressionUUID->"6d5b46da-c5d7-4314-97a2-b438428a68c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c5645c8f-fa66-4ace-88bf-217f2cf02cde"], + "Spacer1"]],ExpressionUUID->"0df040ea-f05c-4089-bafe-657e303fd53c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7b76d98b-67c2-41c4-8527-b5fde840d651"] + "4e999e85-4b9d-4654-bbe4-eeefd56f7271"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->495742146,ExpressionUUID->"b2cd5782-ec65-4fe9-a187-7fe12061a513"], + CellID->1950703163,ExpressionUUID->"d80c1231-f6ef-4aa6-aa3b-1cee8f174e13"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e39ac82-381b-4c0c-88aa-65868303ccb1"], + ExpressionUUID->"d6708c84-ad51-4a77-a0b3-4c66cb095694"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"caf45b76-5cb2-4da6-aa2b-7c7d69d1fedb"], + "Spacer1"]],ExpressionUUID->"b8d99777-4099-4f93-a0e9-97085c482d8e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3217ba96-cdfc-4e04-9072-07a667b5593d"] + "8f20112f-b23d-45d2-b8e8-942d265d38e3"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1010955159,ExpressionUUID->"7fa14c06-de3d-4ad1-ba44-1cf5dfadc77c"], + CellID->494295512,ExpressionUUID->"96e2ce09-618c-4c2f-9b49-9caf4e3d050c"], Cell["Loading the package:", "ExampleText", CellID->1245733983,ExpressionUUID->"f4e2c9ff-c11a-4add-85b7-b38af3e20686"], @@ -612,8 +616,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -761,15 +763,15 @@ Cell[BoxData[GridBox[{ "6c317ca0-fde5-4934-a026-37b5ab48663f"] }], "SeeAlso",ExpressionUUID->"b580e7fb-21b8-4976-9a9b-592e9f4fe07c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"180bb5f2-7f01-422c-9fe9-\ -1ee726faeb5b"], + }]], "SeeAlsoSection",ExpressionUUID->"8e6b9a6d-139c-4957-b662-\ +f54809b2f98b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -781,9 +783,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c36c205c-e6f0-4310-806d-58d419027d7e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1455759a-0fda-4a7a-9e70-\ -babeb0d09d80"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4756ab1a-b7dd-46d9-aaf2-\ +6f1d5ba868df"], Cell[BoxData[GridBox[{ { @@ -800,7 +801,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "78279e8c-fa28-483c-923a-55eed579f4f5"]}]}, + "a6082481-28fc-45a3-8db5-cac682e2cc9b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -808,10 +809,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "724e8bb9-f631-46f0-b390-df1e754facab"]}]} + "d73515bf-14eb-43d2-81e9-7b733a12c09c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4daf1cbc-483d-4dc6-a554-\ -b880aef33fc4"], + }]], "MoreAboutSection",ExpressionUUID->"762f43c6-a5a6-412f-88f4-\ +1691dae5f945"], Cell[BoxData[GridBox[{ { @@ -838,7 +839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "560bcf9a-253c-4a36-91ed-ccf2c138efb7"]], "RelatedLinks", + "743fd176-fe37-414b-ae94-860b7f8066a8"]], "RelatedLinks", ExpressionUUID->"7bba9eda-6d35-48fa-bbf4-d86397fed72a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -855,7 +856,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cc93d4d9-dc64-456a-bdc9-f4fa2c5189e6"]], "RelatedLinks", + "5169735c-c94c-40ad-8470-6335487d3c35"]], "RelatedLinks", ExpressionUUID->"503eca1c-dd24-4063-a9a9-fd6a5e3cadf9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,11 +874,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5103b565-2fbf-4558-95bb-e05cd0ac0fa9"]], "RelatedLinks", + "09c8c5bb-e3f0-4de5-aa53-9fdeed66674c"]], "RelatedLinks", ExpressionUUID->"13e0b038-9886-4a11-ae07-681f4d86d809"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fb8f5a8f-46dd-4c68-83b3-\ -b836a40cf35a"], + }]], "RelatedLinksSection",ExpressionUUID->"316095c5-32cf-42ef-992c-\ +9a527d24571f"], Cell[CellGroupData[{ @@ -907,11 +908,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"681b7768-fd20-4308-bfbf-0364d393a75f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"79e29313-2998-4298-9d94-35416722cf1a"] +Cell[" ", "FooterCell",ExpressionUUID->"6369e05f-b3eb-4187-8462-06d70bd5f6a0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AntiPreKernel", TaggingRules->{ @@ -922,7 +923,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 48.561190}", + "built" -> "{2024, 6, 3, 16, 51, 19.395020}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -930,10 +931,10 @@ TaggingRules->{ "AntiPreKernel is an option for various package functions to determine an \ anti pre-kernel element rather than a pre-kernel point.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AntiPreKernel", "titlemodifier" -> "", - "windowtitle" -> "AntiPreKernel", "type" -> "Symbol", "uri" -> - "TUG/ref/AntiPreKernel"}}, + "metadescription" -> "", "windowtitle" -> "AntiPreKernel", "type" -> + "Symbol", "uri" -> "TUG/ref/AntiPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -942,9 +943,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"56cc9fac-7076-4467-91b0-8dc99639d8d5" +ExpressionUUID->"fc237969-cd05-4718-97db-aab953f37b01" ] (* End of Notebook Content *) @@ -952,141 +953,139 @@ ExpressionUUID->"56cc9fac-7076-4467-91b0-8dc99639d8d5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12304, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b2cd5782-ec65-4fe9-a187-7fe12061a513", + Cell[12352, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d80c1231-f6ef-4aa6-aa3b-1cee8f174e13", CellTags->"PrimaryExamplesSection", - CellID->495742146]} + CellID->1950703163]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34828, 953} + {"PrimaryExamplesSection", 34860, 954} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7105, 168, 56, "AnchorBarGrid",ExpressionUUID->"8ec5dc75-cb27-4a65-9bb1-4f0135bcbcdc", +Cell[585, 21, 7152, 172, 57, "AnchorBarGrid",ExpressionUUID->"e8e7ea3e-324d-44e1-9161-2291787f20af", CellID->1], -Cell[7693, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"89dc11b7-f6e3-45c2-8867-3877082faeac"], +Cell[7740, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"aa56b2eb-64a8-4158-a39e-f4d29fb761ab"], Cell[CellGroupData[{ -Cell[7804, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"f624a6de-0d65-4ddd-8099-f3d5d1f377d3"], -Cell[9094, 232, 495, 9, 111, "Usage",ExpressionUUID->"d41c9fbe-48ca-4675-95dc-9e5d761e271a", +Cell[7851, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e4b21759-be63-4c9b-96f6-fd48e176a391"], +Cell[9141, 236, 495, 9, 109, "Usage",ExpressionUUID->"d41c9fbe-48ca-4675-95dc-9e5d761e271a", CellID->1422402256] }, Open ]], Cell[CellGroupData[{ -Cell[9626, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"45945515-00aa-406b-ad3d-ed0df66039da", +Cell[9673, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"632d9568-d978-43a0-90bb-0decd2b4c3e5", CellGroupingRules->{"SectionGrouping", 50}, - CellID->609084442], -Cell[11523, 295, 489, 12, 37, "Notes",ExpressionUUID->"13aea970-2b67-4518-b9ee-fdacf4146267", + CellID->1565705931], +Cell[11571, 299, 489, 12, 38, "Notes",ExpressionUUID->"13aea970-2b67-4518-b9ee-fdacf4146267", CellID->177724765], -Cell[12015, 309, 162, 3, 36, "Notes",ExpressionUUID->"924f8410-b317-42cf-b792-f84f4d880222", +Cell[12063, 313, 162, 3, 36, "Notes",ExpressionUUID->"924f8410-b317-42cf-b792-f84f4d880222", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12304, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b2cd5782-ec65-4fe9-a187-7fe12061a513", +Cell[12352, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d80c1231-f6ef-4aa6-aa3b-1cee8f174e13", CellTags->"PrimaryExamplesSection", - CellID->495742146], + CellID->1950703163], Cell[CellGroupData[{ -Cell[13749, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7fa14c06-de3d-4ad1-ba44-1cf5dfadc77c", - CellID->1010955159], -Cell[15151, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"f4e2c9ff-c11a-4add-85b7-b38af3e20686", +Cell[13798, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"96e2ce09-618c-4c2f-9b49-9caf4e3d050c", + CellID->494295512], +Cell[15199, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"f4e2c9ff-c11a-4add-85b7-b38af3e20686", CellID->1245733983], Cell[CellGroupData[{ -Cell[15295, 402, 168, 3, 27, "Input",ExpressionUUID->"ffe321f5-7d26-4114-878d-2f56fd7db545", +Cell[15343, 406, 168, 3, 27, "Input",ExpressionUUID->"ffe321f5-7d26-4114-878d-2f56fd7db545", CellID->1694506160], Cell[CellGroupData[{ -Cell[15488, 409, 236, 4, 23, "Print",ExpressionUUID->"78f551b7-155d-46c3-b28a-14f0979adb97", +Cell[15536, 413, 236, 4, 23, "Print",ExpressionUUID->"78f551b7-155d-46c3-b28a-14f0979adb97", CellID->2140089419], -Cell[15727, 415, 364, 8, 23, "Print",ExpressionUUID->"d001afdd-295d-423c-aac4-ca952978d991", +Cell[15775, 419, 364, 8, 23, "Print",ExpressionUUID->"d001afdd-295d-423c-aac4-ca952978d991", CellID->165192373], -Cell[16094, 425, 236, 4, 23, "Print",ExpressionUUID->"d071f116-4b6a-44c3-94ab-d3917c2b8215", +Cell[16142, 429, 236, 4, 23, "Print",ExpressionUUID->"d071f116-4b6a-44c3-94ab-d3917c2b8215", CellID->1492365541], -Cell[16333, 431, 219, 3, 23, "Print",ExpressionUUID->"66937aca-6d5f-4c5d-84d7-948511217000", +Cell[16381, 435, 219, 3, 23, "Print",ExpressionUUID->"66937aca-6d5f-4c5d-84d7-948511217000", CellID->867849058], -Cell[16555, 436, 207, 3, 23, "Print",ExpressionUUID->"8d539163-e906-4069-ab80-2904ae0275d8", +Cell[16603, 440, 207, 3, 23, "Print",ExpressionUUID->"8d539163-e906-4069-ab80-2904ae0275d8", CellID->1541697897], -Cell[16765, 441, 236, 4, 23, "Print",ExpressionUUID->"3c95aa59-fd53-4c6f-a899-5568c18adcac", +Cell[16813, 445, 236, 4, 23, "Print",ExpressionUUID->"3c95aa59-fd53-4c6f-a899-5568c18adcac", CellID->563210285], -Cell[17004, 447, 220, 3, 23, "Print",ExpressionUUID->"0f811199-8da9-4f04-bc48-4d18513c01d0", +Cell[17052, 451, 220, 3, 23, "Print",ExpressionUUID->"0f811199-8da9-4f04-bc48-4d18513c01d0", CellID->1293804569], -Cell[17227, 452, 235, 4, 23, "Print",ExpressionUUID->"61239855-b628-4251-9cad-a72b7911e8f0", +Cell[17275, 456, 235, 4, 23, "Print",ExpressionUUID->"61239855-b628-4251-9cad-a72b7911e8f0", CellID->450864982], -Cell[17465, 458, 235, 4, 23, "Print",ExpressionUUID->"dc299592-a99b-40f4-a9a5-a2bdc22fd501", +Cell[17513, 462, 235, 4, 23, "Print",ExpressionUUID->"dc299592-a99b-40f4-a9a5-a2bdc22fd501", CellID->393657261], -Cell[17703, 464, 207, 3, 23, "Print",ExpressionUUID->"a3cbc07e-b52f-45f0-a34c-ea8d2fa7d4d1", +Cell[17751, 468, 207, 3, 23, "Print",ExpressionUUID->"a3cbc07e-b52f-45f0-a34c-ea8d2fa7d4d1", CellID->1891421908], -Cell[17913, 469, 235, 4, 23, "Print",ExpressionUUID->"5196392b-ff3a-4e50-8af8-a7a8c4d67c62", +Cell[17961, 473, 235, 4, 23, "Print",ExpressionUUID->"5196392b-ff3a-4e50-8af8-a7a8c4d67c62", CellID->795558142] }, Open ]] }, Open ]], -Cell[18175, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"75498179-b415-4fea-ad9d-a2be6558513a", +Cell[18223, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"75498179-b415-4fea-ad9d-a2be6558513a", CellID->778941067], -Cell[18314, 480, 233, 6, 27, "Input",ExpressionUUID->"d7c0fda9-d233-43a4-8949-214c58b1a0bb", +Cell[18362, 484, 233, 6, 27, "Input",ExpressionUUID->"d7c0fda9-d233-43a4-8949-214c58b1a0bb", CellID->83977077], -Cell[18550, 488, 380, 9, 27, "Input",ExpressionUUID->"8328a342-29c9-4f93-9bda-a227ef724432", +Cell[18598, 492, 380, 9, 27, "Input",ExpressionUUID->"8328a342-29c9-4f93-9bda-a227ef724432", CellID->420705580], -Cell[18933, 499, 238, 6, 70, "Input",ExpressionUUID->"23a43ec7-96b0-4b6c-8db6-26cf8000fc59", +Cell[18981, 503, 238, 6, 27, "Input",ExpressionUUID->"23a43ec7-96b0-4b6c-8db6-26cf8000fc59", CellID->1755690005], -Cell[19174, 507, 148, 1, 70, "ExampleText",ExpressionUUID->"fdaea112-00c0-4eab-bf11-0fb2fa446196", +Cell[19222, 511, 148, 1, 70, "ExampleText",ExpressionUUID->"fdaea112-00c0-4eab-bf11-0fb2fa446196", CellID->1920441079], Cell[CellGroupData[{ -Cell[19347, 512, 270, 6, 70, "Input",ExpressionUUID->"16c394dd-fc8e-4dae-bcd8-4d966504269f", +Cell[19395, 516, 270, 6, 70, "Input",ExpressionUUID->"16c394dd-fc8e-4dae-bcd8-4d966504269f", CellID->1879477358], -Cell[19620, 520, 269, 7, 51, "Output",ExpressionUUID->"42f8e838-d93a-4260-84a9-88a9745427a1", +Cell[19668, 524, 269, 7, 50, "Output",ExpressionUUID->"42f8e838-d93a-4260-84a9-88a9745427a1", CellID->1409460940] }, Open ]], Cell[CellGroupData[{ -Cell[19926, 532, 191, 4, 70, "Input",ExpressionUUID->"85e1b2fb-d61c-40f6-943d-72efb700683a", +Cell[19974, 536, 191, 4, 70, "Input",ExpressionUUID->"85e1b2fb-d61c-40f6-943d-72efb700683a", CellID->816768313], -Cell[20120, 538, 152, 3, 36, "Output",ExpressionUUID->"7ea8935d-d3c6-43e6-bb50-b3114448298b", +Cell[20168, 542, 152, 3, 36, "Output",ExpressionUUID->"7ea8935d-d3c6-43e6-bb50-b3114448298b", CellID->1673744333] }, Open ]], Cell[CellGroupData[{ -Cell[20309, 546, 196, 4, 70, "Input",ExpressionUUID->"d158b443-16cf-4031-884d-e5854b98546b", +Cell[20357, 550, 196, 4, 70, "Input",ExpressionUUID->"d158b443-16cf-4031-884d-e5854b98546b", CellID->1839490559], -Cell[20508, 552, 153, 3, 36, "Output",ExpressionUUID->"6b0e83f5-28d8-4432-b37f-8fafcca8b25c", +Cell[20556, 556, 153, 3, 36, "Output",ExpressionUUID->"6b0e83f5-28d8-4432-b37f-8fafcca8b25c", CellID->1387472136] }, Open ]], -Cell[20676, 558, 159, 2, 70, "ExampleText",ExpressionUUID->"f710d5dc-0ca5-42d1-bec6-52d186bd61b7", +Cell[20724, 562, 159, 2, 70, "ExampleText",ExpressionUUID->"f710d5dc-0ca5-42d1-bec6-52d186bd61b7", CellID->241962575], Cell[CellGroupData[{ -Cell[20860, 564, 268, 6, 70, "Input",ExpressionUUID->"6b27397c-9f62-43cc-a5df-ebaddf91644b", +Cell[20908, 568, 268, 6, 70, "Input",ExpressionUUID->"6b27397c-9f62-43cc-a5df-ebaddf91644b", CellID->86405768], -Cell[21131, 572, 211, 5, 36, "Output",ExpressionUUID->"a749c401-0b3d-4ee2-837e-80a5d9b18831", +Cell[21179, 576, 211, 5, 36, "Output",ExpressionUUID->"a749c401-0b3d-4ee2-837e-80a5d9b18831", CellID->74318730] }, Open ]], Cell[CellGroupData[{ -Cell[21379, 582, 197, 4, 70, "Input",ExpressionUUID->"1a7690af-925a-4c73-a3f9-008b78a107dd", +Cell[21427, 586, 197, 4, 70, "Input",ExpressionUUID->"1a7690af-925a-4c73-a3f9-008b78a107dd", CellID->1129963002], -Cell[21579, 588, 152, 3, 36, "Output",ExpressionUUID->"6444693d-882e-485f-bfc7-04bb92ab7a5e", +Cell[21627, 592, 152, 3, 36, "Output",ExpressionUUID->"6444693d-882e-485f-bfc7-04bb92ab7a5e", CellID->1567115726] }, Open ]], Cell[CellGroupData[{ -Cell[21768, 596, 192, 4, 70, "Input",ExpressionUUID->"d5f9688e-d86b-4c44-ab17-5c3edf7e5512", +Cell[21816, 600, 192, 4, 70, "Input",ExpressionUUID->"d5f9688e-d86b-4c44-ab17-5c3edf7e5512", CellID->91686922], -Cell[21963, 602, 154, 3, 36, "Output",ExpressionUUID->"7c100121-a81b-4bed-be7d-aea4aaf62fe3", +Cell[22011, 606, 154, 3, 36, "Output",ExpressionUUID->"7c100121-a81b-4bed-be7d-aea4aaf62fe3", CellID->1791866343] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22407, 618, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"8e6b9a6d-139c-4957-b662-f54809b2f98b"], +Cell[27885, 768, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4756ab1a-b7dd-46d9-aaf2-6f1d5ba868df"], +Cell[28558, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"762f43c6-a5a6-412f-88f4-1691dae5f945"], +Cell[29594, 816, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"316095c5-32cf-42ef-992c-9a527d24571f"], Cell[CellGroupData[{ -Cell[22381, 616, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"180bb5f2-7f01-422c-9fe9-1ee726faeb5b"], -Cell[27859, 766, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1455759a-0fda-4a7a-9e70-babeb0d09d80"] -}, Open ]], -Cell[28544, 787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4daf1cbc-483d-4dc6-a554-b880aef33fc4"], -Cell[29580, 815, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"fb8f5a8f-46dd-4c68-83b3-b836a40cf35a"], -Cell[CellGroupData[{ -Cell[31862, 883, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"691c40ea-d47e-4f62-85d5-850e0bd21c07", +Cell[31876, 884, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"691c40ea-d47e-4f62-85d5-850e0bd21c07", CellID->906383680], -Cell[32002, 886, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cff6230a-7ca7-42d9-b128-eb3159a86faf", +Cell[32016, 887, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cff6230a-7ca7-42d9-b128-eb3159a86faf", CellID->1194386356], -Cell[32224, 892, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"73764094-1c50-4ca6-ba93-d767d16983ae", +Cell[32238, 893, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"73764094-1c50-4ca6-ba93-d767d16983ae", CellID->1641706272], -Cell[32439, 897, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4e2a5e85-bb29-4d37-b72c-9b9ef35401c1", +Cell[32453, 898, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4e2a5e85-bb29-4d37-b72c-9b9ef35401c1", CellID->399251956], -Cell[32668, 903, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"681b7768-fd20-4308-bfbf-0364d393a75f", +Cell[32682, 904, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"681b7768-fd20-4308-bfbf-0364d393a75f", CellID->821434655] }, Open ]], -Cell[32905, 909, 78, 0, 70, "FooterCell",ExpressionUUID->"79e29313-2998-4298-9d94-35416722cf1a"] +Cell[32919, 910, 78, 0, 70, "FooterCell",ExpressionUUID->"6369e05f-b3eb-4187-8462-06d70bd5f6a0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AntiPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/AntiPreKernelQ.nb index 8be9f47..985f749 100644 --- a/Documentation/English/ReferencePages/Symbols/AntiPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AntiPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44285, 1139] -NotebookOptionsPosition[ 35404, 966] -NotebookOutlinePosition[ 37755, 1023] -CellTagsIndexPosition[ 37669, 1018] +NotebookDataLength[ 44287, 1139] +NotebookOptionsPosition[ 35416, 967] +NotebookOutlinePosition[ 37790, 1025] +CellTagsIndexPosition[ 37704, 1020] WindowTitle->AntiPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e2aa082c-6312-4b1b-8903-9ce5d18430ec"], + "5b96bb0e-ddb1-464a-99ab-e97482ab0f3e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2187ea8e-1e5c-4b64-9f06-a4b61af0002d"], + "a9e50173-eeba-4b73-8c9d-d8feb1b417b8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "19e06ae6-69ca-4af3-94c3-f9af39b817cc"] - }],ExpressionUUID->"8dcab8da-c8c5-4fab-9850-67dce4175f03"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4c7728bb-fb98-42e6-8a2f-483568fae09f"] + }],ExpressionUUID->"a3b3516b-08be-4085-94fc-592f443cf9bb"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4096a0d4-73ec-4ec1-bc79-19529392e953"], + "d21df4b7-e476-4ff0-8d37-9db2a48bae6c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e24f7358-4e72-4fc9-a233-bd97a023b5a3"] - }],ExpressionUUID->"725f01b7-d01c-48a3-b8dc-5d436050c916"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2a0addf1-b8a5-4f3a-82d2-017d08ca279a"] + }],ExpressionUUID->"358adb5b-a1ba-44d2-b8c3-55286f8c0038"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f63eeef2-7b8e-4ede-8a33-000fb0777280"], + "4691b9d9-3164-4171-9d5d-30c522d17bc5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "473ba7a7-06ae-4ad3-90ea-98de19a06dc8"] - }],ExpressionUUID->"dd1ae7e0-c704-42d4-a739-134d155eeb0b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "dd69241b-ef75-4ff9-9a5c-1012a246dc49"] + }],ExpressionUUID->"fd830eb3-ab02-44a1-aa43-4e743fc8ed1d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "faa4b65b-3c17-4571-8820-28cac1dde147"], + "6577eec9-6421-4d68-b243-ad80499f5d2b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "04755481-d43e-43a6-a3c3-0eabb88f8f6e"] - }],ExpressionUUID->"c57ec391-8632-4821-96c8-a5c22d8e5ac2"], - StripOnInput->False], {"\<\"TUG/ref/AntiPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AntiPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "496f43c0-9740-4420-bf49-e047b5216890"] + }],ExpressionUUID->"0282160b-1b86-42de-ac43-d9235842d57b"], + StripOnInput->False],{ + "\"TUG/ref/AntiPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AntiPreKernelQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AntiPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$29981], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AntiPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$30785], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AntiPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "50c616da-2676-4055-a809-e353faf8e453"] + "71b8c826-d708-41a7-af4f-c2a73cbe0e9a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ca10a7b5-09a9-4acb-a2df-3bf118dc1c04"]} + "657e4b17-9625-4cd3-8d5b-72d3551f238b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6de6035a-eedf-4cbd-9adf-2a88ff515a07"], + CellID->1,ExpressionUUID->"53f2352c-2eb9-423e-bfdd-994a3d9b97ad"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"55682238-81be-4a3b-8337-dd84a16e8b78"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a3db1d15-d69a-4236-9a70-34acd167936d"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AntiPreKernelQ", "ObjectName",ExpressionUUID-> - "1c0aef61-4a39-46b0-9a74-28fe1bf55951"], + "745d45c7-273d-49ff-b60b-9ef8da17c052"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"87da8c7e-4f62-4f5f-a97c-4f360013d084"], + "Spacer1"]],ExpressionUUID->"63c5b1ac-ad5a-4aa4-b250-d3b3ce128646"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b354a895-ca08-4587-925f-400365ffdfbc"] - }],ExpressionUUID->"7d8fbf19-2ea6-4771-b60a-a3fa13fe592d"], Cell[BoxData[ + "9bd369f4-4d81-4a3d-9085-eca87b997c34"] + }],ExpressionUUID->"8a316c98-6b08-45da-b540-b2bd323de5d9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4b1b9f6c-3ee4-4c67-813a-e15a0ab429b2"]} + "d035b4de-ff49-4ae1-978e-c694fc3d4135"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"fb169c68-884b-489d-98e9-928420bae8b3"], + CacheGraphics->False,ExpressionUUID->"6bf31167-cd8d-45ae-a531-45c4dbf98c52"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ Cell[BoxData[GridBox[{ FontSlant->"Italic"], " is an element of the anti-pre-kernel. AnitPreKernelQ checks also the \ efficiency condition in contrast to the function MinExcessBalanced." - }],ExpressionUUID->"b3bb9000-9566-4086-beb6-34645428b211"]}, + }],ExpressionUUID->"785ff660-038c-42af-83b7-1452812bd68f"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AntiPreKernelQ", "[", @@ -252,7 +256,7 @@ efficiency condition in contrast to the function MinExcessBalanced." "2bfe8c58-026a-49c9-8826-1410d8ef9999"], " \[LineSeparator]option can be passed to adjust the numerical round-off \ error to approximate rational numbers. " - }],ExpressionUUID->"1f4861ac-9faf-4416-b90e-eb9db925867d"]} + }],ExpressionUUID->"6f091e97-4936-459c-8f36-e59b03029235"]} }]], "Usage", CellID->435338094,ExpressionUUID->"b599606b-477b-4b0f-b6ba-866fc49127d4"] }, Open ]], @@ -285,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7e65de5a-3c40-4913-a57c-f3cd1c8720a7"], + ExpressionUUID->"936d6e1b-4b49-419e-919c-22f0a72f2627"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"449670fd-a6be-410b-a137-3fd5056b4d8f"], + "Spacer1"]],ExpressionUUID->"3e8007ed-40a0-42e4-90c5-bc599216e0b5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e0a59a40-e3c8-4aad-ab9a-44c445867caf"], + }], "NotesFrameText",ExpressionUUID->"d1e8b21c-41d1-41be-ba9b-03f917652c5b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bafd5883-3aac-4383-905e-1e7792f39da9"]], \ + "Preemptive"]],ExpressionUUID->"7da93620-8b4d-491b-b26a-38bad65ac5ac"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1354737993,ExpressionUUID->"d38f9e94-c800-4846-a581-589eef4ca69c"], + CellID->1077134412,ExpressionUUID->"b0f4968c-9a7d-4d81-9397-7456321b7c71"], Cell[TextData[{ "The input expression ", @@ -364,7 +368,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "68257ee9-fdda-421b-ae1d-ab12a926a9a3"], + "38721410-5cbe-4904-a37e-21e83a8e0746"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -428,19 +432,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8e843591-bd32-4f85-a3a0-7f1052ffce49"], + ExpressionUUID->"8140cdd0-5d9f-494c-8859-61d4c30fc94c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ae44fdb1-2f16-45e5-8312-7243d9bbc562"], + "Spacer1"]],ExpressionUUID->"c3565a90-13a9-4eeb-b10b-c57b0d465815"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d39014c0-9be1-45b2-8fcb-518a9168181b"] + "a8f258f4-7c59-442c-a8cf-fea0aa084834"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1495788954,ExpressionUUID->"25c8ba20-748b-4d11-9f23-429134208c3f"], + CellID->1959427258,ExpressionUUID->"4a03bc27-2de5-43de-bfd1-f128cdeea1da"], Cell[CellGroupData[{ @@ -469,18 +473,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"661c68bb-d5cf-404b-bea2-082c8a5afe25"], + ExpressionUUID->"1c92e755-1b13-42e1-bafc-9f93ff84a1a8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3affc203-25af-4e1c-b48e-25d10f3db853"], + "Spacer1"]],ExpressionUUID->"133a69c1-a1f7-473c-86cc-971c8e25fede"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0ed2d11d-3db8-4ca4-b34d-c8e45d0a16e7"] + "c8de3aa2-e7de-41fa-852d-3c58fe01f293"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->593130021,ExpressionUUID->"040b81a5-7c09-4ddd-8b05-3cf6cf4769b9"], + CellID->827788462,ExpressionUUID->"d66849d5-1ffc-4ab4-bdfb-60db495edbbc"], Cell["Loading the package:", "ExampleText", CellID->1153649208,ExpressionUUID->"00799f88-095d-4bf4-8c90-fc393c0a36b2"], @@ -667,8 +671,6 @@ Thus, we have found an anti-pre-kernel imputation of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -816,15 +818,15 @@ Cell[BoxData[GridBox[{ "baec6575-8af4-4191-bec0-e3bb93db950b"] }], "SeeAlso",ExpressionUUID->"17bcdb61-e5cc-4cb6-b38f-46c2843548f3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"6bb0772a-8bfa-4688-8aa4-\ -c0d06596ca3a"], + }]], "SeeAlsoSection",ExpressionUUID->"43ce7aeb-68ef-4c7d-865c-\ +cde876e63a0e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -836,9 +838,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2c4ad079-fe05-401e-a789-6de173defc4f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c37d5685-b656-488a-a848-\ -47ddda655b72"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bccfe0a6-7994-42be-8d46-\ +3da25e91d70e"], Cell[BoxData[GridBox[{ { @@ -855,7 +856,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "62d11b5d-9f14-434e-bd0e-cc6ee56e771f"]}]}, + "f676d208-7586-4fee-8939-4f147a81c545"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -863,10 +864,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9f6917f7-9de6-45b7-aee9-975193cbd609"]}]} + "d30efd85-a4c0-4af9-8339-fab3b82c967f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"181d814c-48f5-4a3a-8e7f-\ -556e82f5316b"], + }]], "MoreAboutSection",ExpressionUUID->"f8228cce-5c48-4dd2-bfd4-\ +b9d40755e29e"], Cell[BoxData[GridBox[{ { @@ -893,7 +894,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1e6f669f-0256-4ea5-be44-261035471dd5"]], "RelatedLinks", + "64efae9c-ed1e-46bd-958c-7446bb916c7d"]], "RelatedLinks", ExpressionUUID->"85a17379-4796-409c-93d6-b71970af28b0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -910,7 +911,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a12413aa-c884-4e61-8a8c-94c276c6097a"]], "RelatedLinks", + "a6b9dcc9-ab2c-4ef1-9f6e-21b12047ce0c"]], "RelatedLinks", ExpressionUUID->"49343b59-d0d5-47f1-96b9-dbddc4873392"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -928,11 +929,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b97d5acc-2092-4bdc-b2bc-90a7565292d6"]], "RelatedLinks", + "579a0b79-43c3-4b3a-a2a1-5f691798be96"]], "RelatedLinks", ExpressionUUID->"ee7bd34a-ffa9-48ec-bf22-b951ee116520"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3e1cd42a-579d-4a73-90e2-\ -eee66af81ac5"], + }]], "RelatedLinksSection",ExpressionUUID->"15c2053c-3f35-4df1-8aee-\ +1244b25d4503"], Cell[CellGroupData[{ @@ -962,11 +963,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f379808f-f442-46f8-b3e1-f0d8e46d27f0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"72099c69-8b45-41be-90ed-fffe2ba02cb2"] +Cell[" ", "FooterCell",ExpressionUUID->"cf67e388-92bb-49cc-9b6d-b03da833d2de"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AntiPreKernelQ", TaggingRules->{ @@ -977,7 +978,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 49.998810}", + "built" -> "{2024, 6, 3, 16, 51, 20.157147}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -988,10 +989,11 @@ efficiency condition in contrast to the function MinExcessBalanced. \ AntiPreKernelQ[game, payoff, options] option can be passed to adjust the \ numerical round-off error to approximate rational numbers. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AntiPreKernelQ", - "titlemodifier" -> "", "windowtitle" -> "AntiPreKernelQ", "type" -> - "Symbol", "uri" -> "TUG/ref/AntiPreKernelQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "AntiPreKernelQ", "type" -> "Symbol", "uri" -> + "TUG/ref/AntiPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1000,9 +1002,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9e725cb6-b41f-42bd-81ae-563915eea7d0" +ExpressionUUID->"982002c2-9e36-4b10-9fe2-615e2e686445" ] (* End of Notebook Content *) @@ -1010,137 +1012,135 @@ ExpressionUUID->"9e725cb6-b41f-42bd-81ae-563915eea7d0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15596, 405, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"25c8ba20-748b-4d11-9f23-429134208c3f", + Cell[15642, 409, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a03bc27-2de5-43de-bfd1-f128cdeea1da", CellTags->"PrimaryExamplesSection", - CellID->1495788954]} + CellID->1959427258]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37468, 1011} + {"PrimaryExamplesSection", 37503, 1013} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7110, 168, 56, "AnchorBarGrid",ExpressionUUID->"6de6035a-eedf-4cbd-9adf-2a88ff515a07", +Cell[586, 21, 7156, 172, 57, "AnchorBarGrid",ExpressionUUID->"53f2352c-2eb9-423e-bfdd-994a3d9b97ad", CellID->1], -Cell[7699, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"55682238-81be-4a3b-8337-dd84a16e8b78"], +Cell[7745, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a3db1d15-d69a-4236-9a70-34acd167936d"], Cell[CellGroupData[{ -Cell[7810, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"fb169c68-884b-489d-98e9-928420bae8b3"], -Cell[9101, 232, 1140, 24, 209, "Usage",ExpressionUUID->"b599606b-477b-4b0f-b6ba-866fc49127d4", +Cell[7856, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"6bf31167-cd8d-45ae-a531-45c4dbf98c52"], +Cell[9147, 236, 1140, 24, 208, "Usage",ExpressionUUID->"b599606b-477b-4b0f-b6ba-866fc49127d4", CellID->435338094] }, Open ]], Cell[CellGroupData[{ -Cell[10278, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"d38f9e94-c800-4846-a581-589eef4ca69c", +Cell[10324, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"b0f4968c-9a7d-4d81-9397-7456321b7c71", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1354737993], -Cell[12176, 310, 782, 20, 57, "]]",ExpressionUUID->"55d77253-318b-44a7-8bbc-73ef87d3139c", + CellID->1077134412], +Cell[12222, 314, 782, 20, 57, "]]",ExpressionUUID->"55d77253-318b-44a7-8bbc-73ef87d3139c", CellID->313448337], -Cell[12961, 332, 489, 12, 37, "Notes",ExpressionUUID->"36d28080-77b9-4e54-bbf1-7ed939b10c27", +Cell[13007, 336, 489, 12, 38, "Notes",ExpressionUUID->"36d28080-77b9-4e54-bbf1-7ed939b10c27", CellID->177724765], -Cell[13453, 346, 212, 4, 36, "Notes",ExpressionUUID->"9317998a-d330-4674-900e-82bc09ceb58b", +Cell[13499, 350, 212, 4, 36, "Notes",ExpressionUUID->"9317998a-d330-4674-900e-82bc09ceb58b", CellID->536156027], -Cell[13668, 352, 220, 4, 36, "Notes",ExpressionUUID->"afb93d36-7646-4709-a67a-5e30a15ff9a2", +Cell[13714, 356, 220, 4, 36, "Notes",ExpressionUUID->"afb93d36-7646-4709-a67a-5e30a15ff9a2", CellID->1014634494], -Cell[13891, 358, 271, 4, 49, "Notes",ExpressionUUID->"1ddb46a7-0cfc-44b2-bbef-6d8524d30670", +Cell[13937, 362, 271, 4, 48, "Notes",ExpressionUUID->"1ddb46a7-0cfc-44b2-bbef-6d8524d30670", CellID->595453030], -Cell[14165, 364, 705, 16, 42, "3ColumnTableMod",ExpressionUUID->"5f18783e-884d-43c3-9d40-725c063e535f", +Cell[14211, 368, 705, 16, 43, "3ColumnTableMod",ExpressionUUID->"5f18783e-884d-43c3-9d40-725c063e535f", CellID->422330551], -Cell[14873, 382, 596, 17, 37, "Notes",ExpressionUUID->"ce85ef65-b39a-4ae0-a430-fa9b2b2a3f06", +Cell[14919, 386, 596, 17, 38, "Notes",ExpressionUUID->"ce85ef65-b39a-4ae0-a430-fa9b2b2a3f06", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15596, 405, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"25c8ba20-748b-4d11-9f23-429134208c3f", +Cell[15642, 409, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a03bc27-2de5-43de-bfd1-f128cdeea1da", CellTags->"PrimaryExamplesSection", - CellID->1495788954], + CellID->1959427258], Cell[CellGroupData[{ -Cell[17042, 446, 1398, 36, 30, "ExampleSection",ExpressionUUID->"040b81a5-7c09-4ddd-8b05-3cf6cf4769b9", - CellID->593130021], -Cell[18443, 484, 119, 1, 38, "ExampleText",ExpressionUUID->"00799f88-095d-4bf4-8c90-fc393c0a36b2", +Cell[17088, 450, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d66849d5-1ffc-4ab4-bdfb-60db495edbbc", + CellID->827788462], +Cell[18489, 488, 119, 1, 39, "ExampleText",ExpressionUUID->"00799f88-095d-4bf4-8c90-fc393c0a36b2", CellID->1153649208], Cell[CellGroupData[{ -Cell[18587, 489, 168, 3, 27, "Input",ExpressionUUID->"385de6d6-f17b-4873-b07d-983eac707d17", +Cell[18633, 493, 168, 3, 27, "Input",ExpressionUUID->"385de6d6-f17b-4873-b07d-983eac707d17", CellID->2120250768], Cell[CellGroupData[{ -Cell[18780, 496, 236, 4, 23, "Print",ExpressionUUID->"7e800663-180a-4595-ac90-17c947a94abe", +Cell[18826, 500, 236, 4, 23, "Print",ExpressionUUID->"7e800663-180a-4595-ac90-17c947a94abe", CellID->2023060506], -Cell[19019, 502, 365, 8, 23, "Print",ExpressionUUID->"83a65da0-d0d9-4384-b2d8-122fbc26853c", +Cell[19065, 506, 365, 8, 23, "Print",ExpressionUUID->"83a65da0-d0d9-4384-b2d8-122fbc26853c", CellID->1846454577], -Cell[19387, 512, 236, 4, 70, "Print",ExpressionUUID->"21803907-8d42-4a2a-9105-fec1cb328cbb", +Cell[19433, 516, 236, 4, 70, "Print",ExpressionUUID->"21803907-8d42-4a2a-9105-fec1cb328cbb", CellID->1501159103], -Cell[19626, 518, 218, 3, 70, "Print",ExpressionUUID->"6e08f383-ecc9-4196-973b-80c79dcdfe81", +Cell[19672, 522, 218, 3, 70, "Print",ExpressionUUID->"6e08f383-ecc9-4196-973b-80c79dcdfe81", CellID->10603350], -Cell[19847, 523, 207, 3, 70, "Print",ExpressionUUID->"c5b993e4-e0be-4159-8311-5d72581ea617", +Cell[19893, 527, 207, 3, 70, "Print",ExpressionUUID->"c5b993e4-e0be-4159-8311-5d72581ea617", CellID->2077819185], -Cell[20057, 528, 236, 4, 70, "Print",ExpressionUUID->"c54570d0-2504-4da0-8ce1-c128bb6a0e01", +Cell[20103, 532, 236, 4, 70, "Print",ExpressionUUID->"c54570d0-2504-4da0-8ce1-c128bb6a0e01", CellID->410873478], -Cell[20296, 534, 219, 3, 70, "Print",ExpressionUUID->"1c096488-af53-46ab-9a5f-eca3697d33b2", +Cell[20342, 538, 219, 3, 70, "Print",ExpressionUUID->"1c096488-af53-46ab-9a5f-eca3697d33b2", CellID->274933107], -Cell[20518, 539, 235, 4, 70, "Print",ExpressionUUID->"ce47314d-c436-4011-bb78-5dae8a9e5e88", +Cell[20564, 543, 235, 4, 70, "Print",ExpressionUUID->"ce47314d-c436-4011-bb78-5dae8a9e5e88", CellID->481811876], -Cell[20756, 545, 235, 4, 70, "Print",ExpressionUUID->"aba338b3-4d1e-4cb8-b150-479ce051e63d", +Cell[20802, 549, 235, 4, 70, "Print",ExpressionUUID->"aba338b3-4d1e-4cb8-b150-479ce051e63d", CellID->421742689], -Cell[20994, 551, 207, 3, 70, "Print",ExpressionUUID->"af14aed9-b97f-46f7-951e-91fcf5a9b428", +Cell[21040, 555, 207, 3, 70, "Print",ExpressionUUID->"af14aed9-b97f-46f7-951e-91fcf5a9b428", CellID->1962038329], -Cell[21204, 556, 235, 4, 70, "Print",ExpressionUUID->"a01bae4e-f960-4eeb-9207-c18ebfbbc97e", +Cell[21250, 560, 235, 4, 70, "Print",ExpressionUUID->"a01bae4e-f960-4eeb-9207-c18ebfbbc97e", CellID->818413912] }, Open ]] }, Open ]], -Cell[21466, 564, 136, 1, 70, "ExampleText",ExpressionUUID->"d36d6cf5-0f09-4f0e-b9d4-60148bb556a8", +Cell[21512, 568, 136, 1, 70, "ExampleText",ExpressionUUID->"d36d6cf5-0f09-4f0e-b9d4-60148bb556a8", CellID->372426473], -Cell[21605, 567, 235, 6, 70, "Input",ExpressionUUID->"75beb14b-3647-458d-96df-a98fbf40093b", +Cell[21651, 571, 235, 6, 70, "Input",ExpressionUUID->"75beb14b-3647-458d-96df-a98fbf40093b", CellID->2025958289], -Cell[21843, 575, 380, 9, 70, "Input",ExpressionUUID->"163c75cc-6832-4c89-9961-2c9b39828b75", +Cell[21889, 579, 380, 9, 70, "Input",ExpressionUUID->"163c75cc-6832-4c89-9961-2c9b39828b75", CellID->438360711], -Cell[22226, 586, 238, 6, 70, "Input",ExpressionUUID->"c0ecabd4-a6f2-43d7-b695-f4b88e4a5378", +Cell[22272, 590, 238, 6, 70, "Input",ExpressionUUID->"c0ecabd4-a6f2-43d7-b695-f4b88e4a5378", CellID->1071818283], -Cell[22467, 594, 190, 4, 70, "ExampleText",ExpressionUUID->"fa339584-9d89-42f8-95a0-8620a60858f6", +Cell[22513, 598, 190, 4, 70, "ExampleText",ExpressionUUID->"fa339584-9d89-42f8-95a0-8620a60858f6", CellID->468192885], Cell[CellGroupData[{ -Cell[22682, 602, 172, 3, 70, "Input",ExpressionUUID->"6ea77e13-f06d-4b7b-a9ba-72b625c5f8d9", +Cell[22728, 606, 172, 3, 70, "Input",ExpressionUUID->"6ea77e13-f06d-4b7b-a9ba-72b625c5f8d9", CellID->1827720072], -Cell[22857, 607, 244, 6, 51, "Output",ExpressionUUID->"44644528-ffb7-4b0f-bdfb-e88589b5c844", +Cell[22903, 611, 244, 6, 50, "Output",ExpressionUUID->"44644528-ffb7-4b0f-bdfb-e88589b5c844", CellID->337201367] }, Open ]], -Cell[23116, 616, 176, 3, 70, "ExampleText",ExpressionUUID->"8f1cc4df-3f1d-4940-bbbf-7a92563d3f29", +Cell[23162, 620, 176, 3, 70, "ExampleText",ExpressionUUID->"8f1cc4df-3f1d-4940-bbbf-7a92563d3f29", CellID->1958951799], Cell[CellGroupData[{ -Cell[23317, 623, 204, 4, 70, "Input",ExpressionUUID->"0dfd521e-97d6-4211-b345-70da9b8c1bd3", +Cell[23363, 627, 204, 4, 70, "Input",ExpressionUUID->"0dfd521e-97d6-4211-b345-70da9b8c1bd3", CellID->1113526954], -Cell[23524, 629, 241, 6, 36, "Output",ExpressionUUID->"4426801f-7419-448f-b58d-a07c641fdbfd", +Cell[23570, 633, 241, 6, 36, "Output",ExpressionUUID->"4426801f-7419-448f-b58d-a07c641fdbfd", CellID->855783337] }, Open ]], -Cell[23780, 638, 178, 3, 70, "ExampleText",ExpressionUUID->"da855abf-9fdc-436f-9b3d-7ec645b17a5e", +Cell[23826, 642, 178, 3, 70, "ExampleText",ExpressionUUID->"da855abf-9fdc-436f-9b3d-7ec645b17a5e", CellID->1536600192], Cell[CellGroupData[{ -Cell[23983, 645, 197, 4, 70, "Input",ExpressionUUID->"2edffd46-d679-46f4-839a-fe6a3fde6f3f", +Cell[24029, 649, 197, 4, 70, "Input",ExpressionUUID->"2edffd46-d679-46f4-839a-fe6a3fde6f3f", CellID->1945830007], -Cell[24183, 651, 180, 4, 36, "Output",ExpressionUUID->"580857be-9461-486f-ad1f-f6fdfc37b4a1", +Cell[24229, 655, 180, 4, 36, "Output",ExpressionUUID->"580857be-9461-486f-ad1f-f6fdfc37b4a1", CellID->576935881] }, Open ]], -Cell[24378, 658, 168, 3, 70, "ExampleText",ExpressionUUID->"95633ab2-f61b-4f22-ab2c-b681d649eacc", +Cell[24424, 662, 168, 3, 70, "ExampleText",ExpressionUUID->"95633ab2-f61b-4f22-ab2c-b681d649eacc", CellID->122496915] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24822, 673, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"43ce7aeb-68ef-4c7d-865c-cde876e63a0e"], +Cell[30300, 823, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bccfe0a6-7994-42be-8d46-3da25e91d70e"], +Cell[30973, 843, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f8228cce-5c48-4dd2-bfd4-b9d40755e29e"], +Cell[32009, 871, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"15c2053c-3f35-4df1-8aee-1244b25d4503"], Cell[CellGroupData[{ -Cell[24798, 671, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"6bb0772a-8bfa-4688-8aa4-c0d06596ca3a"], -Cell[30276, 821, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c37d5685-b656-488a-a848-47ddda655b72"] -}, Open ]], -Cell[30961, 842, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"181d814c-48f5-4a3a-8e7f-556e82f5316b"], -Cell[31997, 870, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"3e1cd42a-579d-4a73-90e2-eee66af81ac5"], -Cell[CellGroupData[{ -Cell[34279, 938, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0bb81caa-dee6-4867-bade-320395b6cf2f", +Cell[34291, 939, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0bb81caa-dee6-4867-bade-320395b6cf2f", CellID->906383680], -Cell[34419, 941, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"facb2e10-059a-4f77-980a-17db360b7434", +Cell[34431, 942, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"facb2e10-059a-4f77-980a-17db360b7434", CellID->1194386356], -Cell[34641, 947, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6f75388-2b4f-4cf1-b91c-d5a51d9cb62c", +Cell[34653, 948, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6f75388-2b4f-4cf1-b91c-d5a51d9cb62c", CellID->1641706272], -Cell[34856, 952, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b6728d3-d850-4afc-8932-714966d8a766", +Cell[34868, 953, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b6728d3-d850-4afc-8932-714966d8a766", CellID->399251956], -Cell[35085, 958, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f379808f-f442-46f8-b3e1-f0d8e46d27f0", +Cell[35097, 959, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f379808f-f442-46f8-b3e1-f0d8e46d27f0", CellID->821434655] }, Open ]], -Cell[35322, 964, 78, 0, 70, "FooterCell",ExpressionUUID->"72099c69-8b45-41be-90ed-fffe2ba02cb2"] +Cell[35334, 965, 78, 0, 70, "FooterCell",ExpressionUUID->"cf67e388-92bb-49cc-9b6d-b03da833d2de"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AntiPreKernelSolution.nb b/Documentation/English/ReferencePages/Symbols/AntiPreKernelSolution.nb index 43166d2..752c193 100644 --- a/Documentation/English/ReferencePages/Symbols/AntiPreKernelSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/AntiPreKernelSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 68563, 1742] -NotebookOptionsPosition[ 55576, 1500] -NotebookOutlinePosition[ 58507, 1564] -CellTagsIndexPosition[ 58421, 1559] +NotebookDataLength[ 68580, 1743] +NotebookOptionsPosition[ 55603, 1502] +NotebookOutlinePosition[ 58557, 1567] +CellTagsIndexPosition[ 58471, 1562] WindowTitle->AntiPreKernelSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "dc5f6d02-5082-49c6-a89e-7f797582401d"], + "7b8aa333-16ef-487c-b10d-8ef5b9c3cd12"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c92b3acf-e92b-4ab3-8a8b-3758625e6208"], + "c90b2c8f-6935-4238-82e5-1610f345a6ff"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "592e404f-613c-412a-84c5-70f962a3670e"] - }],ExpressionUUID->"8683f9c3-0a09-4f1f-83bb-9c95a34d996b"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4ff3f5b6-74f6-4734-b970-bf56310cadb5"] + }],ExpressionUUID->"76984260-6260-4882-b257-f79e9ac63aea"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "df62ae91-2aa9-4135-a7af-b6b26e84513f"], + "4ced061d-c1fe-4ff9-9cf0-3d24e2426c58"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2aec850d-d560-4394-93ef-d4f8ba8f078b"] - }],ExpressionUUID->"0881a97d-4005-4226-b923-0373ba754256"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5a84a278-ab3d-484b-9c03-a8e43fca85d0"] + }],ExpressionUUID->"7bab5bed-9f81-421c-9bfe-f17bd525f7ec"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "18b41184-c0b7-4daf-9486-cd47c8d6678e"], + "7067cbb6-9b8e-45fd-bd04-a3aff878e7be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "26048426-07c2-4ea3-8ace-eb324cc65c6f"] - }],ExpressionUUID->"27fb217b-bae7-4cc1-839b-bd6d80c84916"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6270bad9-eec8-416d-a1fe-d72674e1642d"] + }],ExpressionUUID->"46bb753d-0752-4baa-89a5-b26fa2fd8aaf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "525b65f6-7526-4af1-92e2-8fa94acfd4ad"], + "38389163-f1f6-462b-a9b2-2539836d0995"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "16ad645f-5a2a-4667-8e5f-42cc8ff7fc18"] - }],ExpressionUUID->"6f82ca4a-16f1-4ff9-88c1-61b484e5e989"], - StripOnInput->False], {"\<\"TUG/ref/AntiPreKernelSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AntiPreKernelSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ad1d4544-216c-44b6-aca5-932184838cd3"] + }],ExpressionUUID->"989ba5d0-0e8c-457f-848d-54ca5068d9ac"], + StripOnInput->False],{ + "\"TUG/ref/AntiPreKernelSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AntiPreKernelSolution"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AntiPreKernelSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$30925], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AntiPreKernelSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$31763], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AntiPreKernelSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cbc96c6c-c349-4d5e-9322-0ada3c753095"] + "7e73b8fc-0fa7-46d3-be40-2f75477d2124"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1236d48d-e755-4e34-8029-7baed44f0bdc"]} + "83705fda-9365-4b76-9f80-84c4b3695620"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4b6589d4-1286-4804-b71b-777c824e92bd"], + CellID->1,ExpressionUUID->"00f800e7-ae3a-4fc8-975d-b43c5209a72c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1b60be9f-970c-4441-87ed-9d0caa761e13"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"59a7c54f-1ed9-4a49-a9a0-c265cbc1dba8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AntiPreKernelSolution", "ObjectName",ExpressionUUID-> - "f820fc7f-8622-442d-b891-6bfc90f05c0f"], + "46ead8d9-0abd-463f-9a10-fea48f25162f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"51c61332-0f33-4933-9d31-dfe1ccc50456"], + "Spacer1"]],ExpressionUUID->"7035f1f7-4a24-426b-b2fd-9da85637c2c9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1d1474f2-45ab-42ec-920c-a439f7dcda91"] - }],ExpressionUUID->"2baf660f-30ee-47fd-9209-3854a6d12687"], Cell[BoxData[ + "fb63c91b-235b-4c87-827d-7efd75399181"] + }],ExpressionUUID->"19490eb4-ae70-4448-be57-4adf2f0c8333"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "46a69685-41af-4c4b-8532-3868f21cd3bb"]} + "8073ae4f-ee7c-4bda-86cd-56be279d6163"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"479ed470-eea1-489c-9b15-7fcbb6010726"], + CacheGraphics->False,ExpressionUUID->"f3dafbcd-14a6-4fe4-839b-cfe482d3aef9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ argument ", StyleBox["game", FontSlant->"Italic"], " by relying on Algorithm 8.1.1 and 8.2.1 of Meinhardt (2013). " - }],ExpressionUUID->"5fbe4bd4-dc97-4578-9072-f65b440bd73d"]}, + }],ExpressionUUID->"74bed6a8-7485-4bf2-9fe8-1f72e6e69799"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AntiPreKernelSolution", "[", @@ -253,7 +258,7 @@ the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point. " - }],ExpressionUUID->"2dea7414-f650-48fa-a651-9992183cf64f"]}, + }],ExpressionUUID->"275c5d51-20ba-4618-9180-6cde6f6a6bed"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AntiPreKernelSolution", "[", @@ -265,7 +270,7 @@ the argument ", FontSlant->"Italic"], " to find a different anti-pre-kernel element from the same internal \ starting point." - }],ExpressionUUID->"593fe860-a0a6-447b-9293-5ae076595842"]}, + }],ExpressionUUID->"9cfdb3a2-0651-44b3-a3a5-39d13538a51a"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AntiPreKernelSolution", "[", @@ -278,7 +283,7 @@ anti-pre-kernel elements through {aprk,cvfunc,grad} \ =AntiPreKernelSolution[game,payoff, ConjugateFunction -> True, \ ShowObjectiveFunction -> True]. However, by the latter option through \ AntiPreKernel -> False a pre-kernel element can be determined instead." - }],ExpressionUUID->"7afd3434-e6ef-4bb3-ba93-0be83ab00c7f"]} + }],ExpressionUUID->"307f6d01-3ff1-4b80-ad38-d3b61dbbf29d"]} }]], "Usage", CellID->1823342971,ExpressionUUID->"a2f236a5-af13-4b20-a4f9-96e0034034ca"] }, Open ]], @@ -311,12 +316,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8c73e519-f8ce-4904-8852-d97f7254de1f"], + ExpressionUUID->"2b3264fa-e867-4959-a600-2c0d6a2ac312"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"daaa5ea7-fe39-4e9b-ba71-ce6e6e0b13d1"], + "Spacer1"]],ExpressionUUID->"ac1846d0-1f45-4372-8257-a4d2af1e0f13"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4781abaf-4470-4262-ac48-19c40c9895a0"], + }], "NotesFrameText",ExpressionUUID->"1c866e8f-007d-4a68-8eb0-b6e90afebea2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -327,12 +332,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"752ee03f-57f9-4f55-979b-723bf875f012"]], \ + "Preemptive"]],ExpressionUUID->"c4385859-0a13-442d-b79e-957fc744e2c9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1140087581,ExpressionUUID->"637e5e9e-de68-4fdd-aec3-486571d9833e"], + CellID->1102490849,ExpressionUUID->"51907aa3-49d0-48ac-b47a-b914a3d7fba4"], Cell[TextData[{ "The input expression ", @@ -420,11 +425,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9355e006-b980-41d1-a584-cc87aeac704a"], "Newton", Cell[ + "dc6cfcf8-8526-4898-b45e-fa3243905389"], "Newton", Cell[ "Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"5a45a440-76da-485f-92ed-0a1540373382"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2d765b7f-1a58-4c8b-9f5b-fe5419e142d2"], + "6bbc0209-e473-4f6c-b10b-9e7ef0bf5d4a"], TemplateBox[{ Cell[ TextData["QuasiNewton"]], "paclet:ref/QuasiNewton"}, @@ -440,11 +445,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "be129bb0-9d2d-4a8c-8772-397c78f693fd"], "LevenbergMarquardt", Cell[ + "312e83f5-1ed3-425e-b902-11d469decb6f"], "LevenbergMarquardt", Cell[ "Gauss-Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"0a2b2cda-7c2f-4ab4-a529-583c0594b066"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "70769237-77b7-4199-9042-6003b2d06011"], + "3bf90726-003a-460a-9ced-e60e19da175d"], TemplateBox[{ Cell[ TextData["Automatic"]], "paclet:ref/Automatic"}, @@ -460,11 +465,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4016119e-47b4-4062-8ac0-decaa18f0b8a"], "IPOPT", Cell[ + "a9ca9a89-bbff-4067-bad9-f7ea08b47a08"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "9d06620a-b013-43d4-84b7-58bbf4c1ac57"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f5e457a6-5f52-40a8-bbef-7a8bed63f034"], + "67c8dc10-e8e9-4eb3-b3e3-5b54ed66de26"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -480,11 +485,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "35f5c8a5-434f-45e9-be75-be2dc4e94da8"], "PrincipalAxis", Cell[ + "56054576-ad82-4063-ad10-3baf61fc6e1e"], "PrincipalAxis", Cell[ "is a line search method. ", "TableText",ExpressionUUID-> "5d1ce581-fe28-4677-b897-50344eadb2fd"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8056bc00-fe3d-485b-a4f2-aaf484264fa2"], + "32733113-e5eb-41d6-979a-1ca74bb1d04e"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -500,11 +505,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a4121b1d-5132-47be-b7e7-f7823b785237"], "Gradient", Cell["\<\ + "20c20945-d145-4871-a5e3-3d35a0fbff98"], "Gradient", Cell["\<\ is an algorithm for finding the nearest local minimum of a function \ \>", "TableText",ExpressionUUID->"6481e596-4546-46b5-85f7-d5a1a4c3f327"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7b8405d8-5b86-4aab-b17e-ba42c9742c5d"], + "bab978e3-9525-46d3-a95e-b7d46398031c"], TemplateBox[{ Cell[ TextData["ConjugateGradient"]], "paclet:ref/ConjugateGradient"}, @@ -521,7 +526,7 @@ presupposes that the gradient of the function can be computed. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "575cbbe5-b4e5-450f-ae44-0e9c7193d0a0"], "InteriorPoint", Cell[ + "dd14082f-bd25-41d3-a59f-9adcff414d46"], "InteriorPoint", Cell[ "use for MachinePrecision.", "TableText",ExpressionUUID-> "a146b12a-c16e-46ba-925e-2c213b282bb3"]} }]], "2ColumnTableMod", @@ -550,7 +555,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b8738f1f-2d09-4d4c-a283-3ec7f2b46f65"], + "a43e9c63-5b44-4ead-8568-0a07d3a03d71"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -560,7 +565,7 @@ Cell[BoxData[GridBox[{ "use to compute an anti-pre-kernel element.", "TableText",ExpressionUUID-> "c03de46e-23e6-441c-9934-360f6d5e6536"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6b67a661-251c-4864-a60e-a2438dd8b107"], + "c480bd32-1f77-41da-a1ed-5191f83ec25c"], TemplateBox[{ Cell[ TextData["ConjugateFunction"]], "paclet:TUG/ref/ConjugateFunction", @@ -570,7 +575,7 @@ Cell[BoxData[GridBox[{ do not use the conjugate function to find a pre-kernel element.\ \>", "TableText",ExpressionUUID->"f254bcee-083e-435e-8985-a1bb7d755731"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4ef1b10a-a834-42b4-a219-e4b6e8e34c8c"], + "4777153b-1b16-415f-9964-f9f12d5b8155"], TemplateBox[{ Cell[ TextData["ShowObjectiveFunction"]], @@ -592,7 +597,7 @@ do not use the conjugate function to find a pre-kernel element.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "3c3cf5cc-6f6b-499b-8874-ca49bdcea965"], + "a17547c8-afe2-4385-9ce0-3f0bd0ee7d65"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -602,7 +607,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"efd94593-bde3-42f7-96e3-4c7878e5690e"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "01099dcb-aa2d-4d8a-be8f-ac260b511abb"], + "2e3bf737-c69f-4bfd-9ba3-47f5ff343441"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -612,7 +617,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "233b80a1-d43a-49fd-a139-906770d17596"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8f450103-d64d-4107-88a8-1a9e828773db"], + "a892e2df-5884-409d-8f79-abbaec184388"], TemplateBox[{ Cell[ TextData["SolutionExact"]], "paclet:TUG/ref/SolutionExact", @@ -634,7 +639,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "53a00d9d-a403-4b47-8e67-06d95dcf15a7"], + "82a811a3-af32-4428-9d5a-7055a797bebd"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -644,7 +649,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"ef5619d3-a567-408a-9677-e3cf6e3344ed"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b9b6177e-12ec-4640-99b1-1b17a81a9c3e"], + "67df8583-75fe-4a95-a81d-c9502563bf3d"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -655,7 +660,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"8ca05bc2-52ae-43d8-82bc-b8ada8800709"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "408b2cd8-6eaf-4426-99c6-7e2eb2b63360"], + "c0f48253-6323-44f0-92b9-c0233447c07f"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -888,19 +893,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bfbc29f-3b3d-4d3d-9ded-cb08800bcd33"], + ExpressionUUID->"7cfc8625-f8b9-42a1-b004-8200743094ea"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"caf384f4-ec2a-4444-b7dc-368a47f6cd57"], + "Spacer1"]],ExpressionUUID->"74b68ad6-0825-48a9-a037-59bbb92cadeb"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1582efcc-1515-447d-9fd9-2ece49c527bf"] + "66c8a44d-21bb-41fc-b3e9-396b89028e70"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->429975218,ExpressionUUID->"b0cda7a4-5b9e-4514-8e9d-d2645cd97a49"], + CellID->757309974,ExpressionUUID->"0f26e33d-6a86-470b-9015-4b718b791e71"], Cell[CellGroupData[{ @@ -929,18 +934,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"14dc166c-5fc6-4eed-949a-88016e2ccfc0"], + ExpressionUUID->"0f469779-a1d8-4e88-b0d2-4136128d1b1c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dc68776e-e0cf-4f17-a714-eae1e5476053"], + "Spacer1"]],ExpressionUUID->"8d3c6d5b-0043-49f4-bb28-a3fb59474393"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6eab587e-6297-4b74-aba7-2f5790a05d23"] + "9f729902-76f9-4b8c-a638-d870e26b6fa1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2146939109,ExpressionUUID->"868efd9d-9b5b-4a8d-9796-c0644091c61f"], + CellID->191398474,ExpressionUUID->"a5dab6f0-948a-4ef5-84d0-1ff1a3f57bfa"], Cell["Loading the package:", "ExampleText", CellID->695272944,ExpressionUUID->"5167e780-cc42-457e-bb01-21ad656f4269"], @@ -1202,8 +1207,6 @@ Cell["This evaluation converged again to the previous solution. ", \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1351,15 +1354,15 @@ Cell[BoxData[GridBox[{ "e228e815-ac70-4861-83c7-572db773046f"] }], "SeeAlso",ExpressionUUID->"2d03aca4-2aae-41c4-99ef-f18a79f1b4cd"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8f931492-ef0a-4b31-93fa-\ -b464a5996585"], + }]], "SeeAlsoSection",ExpressionUUID->"559e9600-5157-4b4b-906c-\ +13168e8f8ae8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1371,9 +1374,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ae501c2e-2bd7-4ac2-aeb2-ea45d57e3b92"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ac6eccf4-09f3-44d1-9475-\ -7c340091e888"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5bb9f4ae-7f25-4110-969b-\ +e625347b02a6"], Cell[BoxData[GridBox[{ { @@ -1390,7 +1392,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "50c8e9d9-b133-446d-ada3-36b92228d327"]}]}, + "27eec833-c3d7-45cf-99c4-953412616aa8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1398,10 +1400,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b6f000d7-6bf8-4f04-8878-4ae8cd722bf7"]}]} + "2ba037cb-1d9b-4ca0-8dd2-0bbb8980f3c5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b61b44dc-dcd5-4daa-a632-\ -d4e47ba09eaf"], + }]], "MoreAboutSection",ExpressionUUID->"fcb8b7a0-9d5d-4473-95a6-\ +586ced03a736"], Cell[BoxData[GridBox[{ { @@ -1428,7 +1430,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "50b330dd-3fcf-4ebf-9be5-4776dd900e7f"]], "RelatedLinks", + "b7bac5f2-d27b-4f8e-889c-40e894e677df"]], "RelatedLinks", ExpressionUUID->"acf4bc0d-864f-43a9-8c5c-d64184245a45"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1445,7 +1447,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "617efaee-e18c-4655-a1e0-cc3bb9a06816"]], "RelatedLinks", + "8ca27fb8-3d0a-4d8a-ac8f-182526c8faef"]], "RelatedLinks", ExpressionUUID->"8dabd363-cc03-4949-82df-e0cb6654f295"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1462,11 +1464,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ac2fb412-d080-413e-a4de-2198f85194e7"]], "RelatedLinks", + "4453b430-1a82-4d2f-9a3c-34594b514730"]], "RelatedLinks", ExpressionUUID->"bd03edc7-5982-48b7-aae9-ceac5e876afa"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ec44ed8c-c4f3-4710-818a-\ -45368c4ac3d3"], + }]], "RelatedLinksSection",ExpressionUUID->"ff90d5ca-e53a-4d45-a658-\ +4ad0ea57d79c"], Cell[CellGroupData[{ @@ -1496,11 +1498,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6acb3ab3-98bf-4d8a-93b5-9f0ac92906d0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"83764f5a-a86b-44d6-97d6-4c4184abdaee"] +Cell[" ", "FooterCell",ExpressionUUID->"9723634b-b575-4975-a5d0-8d764c5b6def"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AntiPreKernelSolution", TaggingRules->{ @@ -1511,7 +1513,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 51.506595}", + "built" -> "{2024, 6, 3, 16, 51, 20.925585}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1529,10 +1531,11 @@ latter allows to look on further anti-pre-kernel elements through \ True, ShowObjectiveFunction -> True]. However, by the latter option through \ AntiPreKernel -> False a pre-kernel element can be determined instead.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AntiPreKernelSolution", - "titlemodifier" -> "", "windowtitle" -> "AntiPreKernelSolution", "type" -> - "Symbol", "uri" -> "TUG/ref/AntiPreKernelSolution"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "AntiPreKernelSolution", "type" -> "Symbol", "uri" -> + "TUG/ref/AntiPreKernelSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1541,9 +1544,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7eb5b55a-1a99-4628-8756-011cf36f28e0" +ExpressionUUID->"a1dcefe2-e70b-48d0-b84a-56cfd11a97c1" ] (* End of Notebook Content *) @@ -1551,199 +1554,197 @@ ExpressionUUID->"7eb5b55a-1a99-4628-8756-011cf36f28e0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[33353, 865, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b0cda7a4-5b9e-4514-8e9d-d2645cd97a49", + Cell[33415, 870, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"0f26e33d-6a86-470b-9015-4b718b791e71", CellTags->"PrimaryExamplesSection", - CellID->429975218]} + CellID->757309974]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 58221, 1552} + {"PrimaryExamplesSection", 58271, 1555} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7138, 168, 56, "AnchorBarGrid",ExpressionUUID->"4b6589d4-1286-4804-b71b-777c824e92bd", +Cell[593, 21, 7200, 173, 57, "AnchorBarGrid",ExpressionUUID->"00f800e7-ae3a-4fc8-975d-b43c5209a72c", CellID->1], -Cell[7734, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1b60be9f-970c-4441-87ed-9d0caa761e13"], +Cell[7796, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"59a7c54f-1ed9-4a49-a9a0-c265cbc1dba8"], Cell[CellGroupData[{ -Cell[7845, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"479ed470-eea1-489c-9b15-7fcbb6010726"], -Cell[9143, 232, 2377, 50, 426, "Usage",ExpressionUUID->"a2f236a5-af13-4b20-a4f9-96e0034034ca", +Cell[7907, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"f3dafbcd-14a6-4fe4-839b-cfe482d3aef9"], +Cell[9205, 237, 2377, 50, 402, "Usage",ExpressionUUID->"a2f236a5-af13-4b20-a4f9-96e0034034ca", CellID->1823342971] }, Open ]], Cell[CellGroupData[{ -Cell[11557, 287, 1895, 47, 37, "NotesSection",ExpressionUUID->"637e5e9e-de68-4fdd-aec3-486571d9833e", +Cell[11619, 292, 1895, 47, 37, "NotesSection",ExpressionUUID->"51907aa3-49d0-48ac-b47a-b914a3d7fba4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1140087581], -Cell[13455, 336, 782, 20, 57, "]]",ExpressionUUID->"570bfcdf-9c91-4747-b402-c7bdf825332b", + CellID->1102490849], +Cell[13517, 341, 782, 20, 57, "]]",ExpressionUUID->"570bfcdf-9c91-4747-b402-c7bdf825332b", CellID->313448337], -Cell[14240, 358, 489, 12, 37, "Notes",ExpressionUUID->"87a93686-e298-410a-84db-b839efc36875", +Cell[14302, 363, 489, 12, 38, "Notes",ExpressionUUID->"87a93686-e298-410a-84db-b839efc36875", CellID->177724765], -Cell[14732, 372, 232, 4, 36, "Notes",ExpressionUUID->"e03f7baf-d8b6-4488-96f0-5ccf001dc38a", +Cell[14794, 377, 232, 4, 36, "Notes",ExpressionUUID->"e03f7baf-d8b6-4488-96f0-5ccf001dc38a", CellID->827696100], -Cell[14967, 378, 629, 11, 99, "Notes",ExpressionUUID->"d92b05ef-858e-4911-a465-a9a1de665051", +Cell[15029, 383, 629, 11, 99, "Notes",ExpressionUUID->"d92b05ef-858e-4911-a465-a9a1de665051", CellID->1489744222], -Cell[15599, 391, 350, 6, 57, "Notes",ExpressionUUID->"ed114bdf-dda3-4354-b446-17fd23471d2b", +Cell[15661, 396, 350, 6, 57, "Notes",ExpressionUUID->"ed114bdf-dda3-4354-b446-17fd23471d2b", CellID->838505745], -Cell[15952, 399, 296, 5, 70, "Notes",ExpressionUUID->"68eb3268-0bc5-4773-9190-c07bca8f3c94", +Cell[16014, 404, 296, 5, 70, "Notes",ExpressionUUID->"68eb3268-0bc5-4773-9190-c07bca8f3c94", CellID->446871068], -Cell[16251, 406, 391, 12, 70, "Notes",ExpressionUUID->"a6aa25d5-3734-411f-88ba-1d05fd349e19", +Cell[16313, 411, 391, 12, 70, "Notes",ExpressionUUID->"a6aa25d5-3734-411f-88ba-1d05fd349e19", CellID->1690633037], -Cell[16645, 420, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"ba62a9a9-8ae5-4bcd-b0ba-01663836c615", +Cell[16707, 425, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"ba62a9a9-8ae5-4bcd-b0ba-01663836c615", CellID->2025032606], -Cell[17552, 440, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"0052b2b4-0932-4597-b904-7c01dc06efa6", +Cell[17614, 445, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"0052b2b4-0932-4597-b904-7c01dc06efa6", CellID->1463590468], -Cell[18457, 460, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"468221f4-1505-4e7d-b0f5-1084d0224879", +Cell[18519, 465, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"468221f4-1505-4e7d-b0f5-1084d0224879", CellID->634259885], -Cell[19271, 480, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"e4bd8fb2-bf4b-4074-b911-3cf377a379e6", +Cell[19333, 485, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"e4bd8fb2-bf4b-4074-b911-3cf377a379e6", CellID->1468534896], -Cell[20107, 500, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"743052ec-0364-4df2-9d1e-36ff08476d56", +Cell[20169, 505, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"743052ec-0364-4df2-9d1e-36ff08476d56", CellID->1691942019], -Cell[21120, 521, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c3fa1e65-b366-40f9-9db6-7a6c85b47e41", +Cell[21182, 526, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c3fa1e65-b366-40f9-9db6-7a6c85b47e41", CellID->628937896], -Cell[21605, 532, 356, 10, 70, "Notes",ExpressionUUID->"888395bc-0703-4cde-be78-cbc21e867439", +Cell[21667, 537, 356, 10, 70, "Notes",ExpressionUUID->"888395bc-0703-4cde-be78-cbc21e867439", CellID->17586], -Cell[21964, 544, 267, 4, 70, "Notes",ExpressionUUID->"2dfe4802-d3f7-4e3b-abfa-0ba8714ef94d", +Cell[22026, 549, 267, 4, 70, "Notes",ExpressionUUID->"2dfe4802-d3f7-4e3b-abfa-0ba8714ef94d", CellID->13178], -Cell[22234, 550, 1717, 40, 70, "3ColumnTableMod",ExpressionUUID->"77d79681-3853-4df7-8075-28103dffeda0", +Cell[22296, 555, 1717, 40, 70, "3ColumnTableMod",ExpressionUUID->"77d79681-3853-4df7-8075-28103dffeda0", CellID->1374443190], -Cell[23954, 592, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"b0dac214-1c04-438c-87c8-4b5821ed9804", +Cell[24016, 597, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"b0dac214-1c04-438c-87c8-4b5821ed9804", CellID->1699621045], -Cell[25623, 634, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"eb225e7e-65d5-4c47-8be6-af00f30d8a2d", +Cell[25685, 639, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"eb225e7e-65d5-4c47-8be6-af00f30d8a2d", CellID->11156], -Cell[27314, 676, 502, 14, 70, "Notes",ExpressionUUID->"d59ea8c7-87fd-4d0c-b6ce-4e69e590a658", +Cell[27376, 681, 502, 14, 70, "Notes",ExpressionUUID->"d59ea8c7-87fd-4d0c-b6ce-4e69e590a658", CellID->2104907360], -Cell[27819, 692, 529, 14, 70, "Notes",ExpressionUUID->"3ce9779d-b14d-4d87-bc6e-00f472d81959", +Cell[27881, 697, 529, 14, 70, "Notes",ExpressionUUID->"3ce9779d-b14d-4d87-bc6e-00f472d81959", CellID->402274834], -Cell[28351, 708, 523, 14, 70, "Notes",ExpressionUUID->"c317cd7b-941a-48f1-a1aa-d02c1d4c5849", +Cell[28413, 713, 523, 14, 70, "Notes",ExpressionUUID->"c317cd7b-941a-48f1-a1aa-d02c1d4c5849", CellID->1192823045], -Cell[28877, 724, 507, 14, 70, "Notes",ExpressionUUID->"dbe531fa-7df3-4a6c-abba-a24f23bcb05a", +Cell[28939, 729, 507, 14, 70, "Notes",ExpressionUUID->"dbe531fa-7df3-4a6c-abba-a24f23bcb05a", CellID->1705760446], -Cell[29387, 740, 806, 25, 70, "Notes",ExpressionUUID->"66a728f2-462b-49e6-a6d4-8bacb5822740", +Cell[29449, 745, 806, 25, 70, "Notes",ExpressionUUID->"66a728f2-462b-49e6-a6d4-8bacb5822740", CellID->1244267370], -Cell[30196, 767, 952, 26, 70, "Notes",ExpressionUUID->"3f8bcef9-260d-415c-bec5-2e0733f3601d", +Cell[30258, 772, 952, 26, 70, "Notes",ExpressionUUID->"3f8bcef9-260d-415c-bec5-2e0733f3601d", CellID->821313100], -Cell[31151, 795, 501, 14, 70, "Notes",ExpressionUUID->"d5d6743d-4973-4b80-a9ba-29212c2f12b2", +Cell[31213, 800, 501, 14, 70, "Notes",ExpressionUUID->"d5d6743d-4973-4b80-a9ba-29212c2f12b2", CellID->263694690], -Cell[31655, 811, 528, 14, 70, "Notes",ExpressionUUID->"dc1e3673-1917-407c-a6ba-d8d5fd8c0604", +Cell[31717, 816, 528, 14, 70, "Notes",ExpressionUUID->"dc1e3673-1917-407c-a6ba-d8d5fd8c0604", CellID->2041037989], -Cell[32186, 827, 571, 17, 70, "Notes",ExpressionUUID->"883fc07a-aeed-4f56-aae0-4c947b693eb3", +Cell[32248, 832, 571, 17, 70, "Notes",ExpressionUUID->"883fc07a-aeed-4f56-aae0-4c947b693eb3", CellID->900904482], -Cell[32760, 846, 466, 13, 70, "Notes",ExpressionUUID->"6a647ada-d986-4b89-9d92-923f458207b0", +Cell[32822, 851, 466, 13, 70, "Notes",ExpressionUUID->"6a647ada-d986-4b89-9d92-923f458207b0", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[33353, 865, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b0cda7a4-5b9e-4514-8e9d-d2645cd97a49", +Cell[33415, 870, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"0f26e33d-6a86-470b-9015-4b718b791e71", CellTags->"PrimaryExamplesSection", - CellID->429975218], + CellID->757309974], Cell[CellGroupData[{ -Cell[34798, 906, 1399, 36, 70, "ExampleSection",ExpressionUUID->"868efd9d-9b5b-4a8d-9796-c0644091c61f", - CellID->2146939109], -Cell[36200, 944, 118, 1, 70, "ExampleText",ExpressionUUID->"5167e780-cc42-457e-bb01-21ad656f4269", +Cell[34860, 911, 1398, 36, 70, "ExampleSection",ExpressionUUID->"a5dab6f0-948a-4ef5-84d0-1ff1a3f57bfa", + CellID->191398474], +Cell[36261, 949, 118, 1, 70, "ExampleText",ExpressionUUID->"5167e780-cc42-457e-bb01-21ad656f4269", CellID->695272944], Cell[CellGroupData[{ -Cell[36343, 949, 168, 3, 70, "Input",ExpressionUUID->"486379f8-19b6-4ce9-8edb-fd393f797d73", +Cell[36404, 954, 168, 3, 70, "Input",ExpressionUUID->"486379f8-19b6-4ce9-8edb-fd393f797d73", CellID->1627709655], Cell[CellGroupData[{ -Cell[36536, 956, 236, 4, 70, "Print",ExpressionUUID->"d9195878-2e6f-43df-a8c4-abfce95fefc5", +Cell[36597, 961, 236, 4, 70, "Print",ExpressionUUID->"d9195878-2e6f-43df-a8c4-abfce95fefc5", CellID->2140010019], -Cell[36775, 962, 365, 8, 70, "Print",ExpressionUUID->"9b9fd41e-a421-4463-91a8-35388037237b", +Cell[36836, 967, 365, 8, 70, "Print",ExpressionUUID->"9b9fd41e-a421-4463-91a8-35388037237b", CellID->1593828317], -Cell[37143, 972, 236, 4, 70, "Print",ExpressionUUID->"fce64ca8-ba6a-4bca-9550-44d52c1b4724", +Cell[37204, 977, 236, 4, 70, "Print",ExpressionUUID->"fce64ca8-ba6a-4bca-9550-44d52c1b4724", CellID->1104891667], -Cell[37382, 978, 220, 3, 70, "Print",ExpressionUUID->"dee6c9ae-f619-47be-9ed1-1e387656db62", +Cell[37443, 983, 220, 3, 70, "Print",ExpressionUUID->"dee6c9ae-f619-47be-9ed1-1e387656db62", CellID->1282183453], -Cell[37605, 983, 207, 3, 70, "Print",ExpressionUUID->"21cf82c3-cddb-4030-aa8a-f5cddf41bf9b", +Cell[37666, 988, 207, 3, 70, "Print",ExpressionUUID->"21cf82c3-cddb-4030-aa8a-f5cddf41bf9b", CellID->1715438913], -Cell[37815, 988, 237, 4, 70, "Print",ExpressionUUID->"ca0ec025-f594-4ce6-93de-56e24fe79b3d", +Cell[37876, 993, 237, 4, 70, "Print",ExpressionUUID->"ca0ec025-f594-4ce6-93de-56e24fe79b3d", CellID->1604423505], -Cell[38055, 994, 217, 3, 70, "Print",ExpressionUUID->"888e8086-3597-4368-bbb3-ea400657541c", +Cell[38116, 999, 217, 3, 70, "Print",ExpressionUUID->"888e8086-3597-4368-bbb3-ea400657541c", CellID->6019096], -Cell[38275, 999, 236, 4, 70, "Print",ExpressionUUID->"4c6d3193-b933-48ae-a5fd-cb101f6fbc58", +Cell[38336, 1004, 236, 4, 70, "Print",ExpressionUUID->"4c6d3193-b933-48ae-a5fd-cb101f6fbc58", CellID->1293207344], -Cell[38514, 1005, 235, 4, 70, "Print",ExpressionUUID->"2dd2a36d-69a9-4986-8b7f-2efa77e9a8e5", +Cell[38575, 1010, 235, 4, 70, "Print",ExpressionUUID->"2dd2a36d-69a9-4986-8b7f-2efa77e9a8e5", CellID->566248432], -Cell[38752, 1011, 206, 3, 70, "Print",ExpressionUUID->"363ceda0-2eda-472f-bcd9-20039426258d", +Cell[38813, 1016, 206, 3, 70, "Print",ExpressionUUID->"363ceda0-2eda-472f-bcd9-20039426258d", CellID->926141284], -Cell[38961, 1016, 233, 4, 70, "Print",ExpressionUUID->"723ca6a2-64eb-413a-b55a-548b43992ed3", +Cell[39022, 1021, 233, 4, 70, "Print",ExpressionUUID->"723ca6a2-64eb-413a-b55a-548b43992ed3", CellID->6187806] }, Open ]] }, Open ]], -Cell[39221, 1024, 137, 1, 70, "ExampleText",ExpressionUUID->"5d37627e-9a8f-4480-997f-9b9dd2ed876f", +Cell[39282, 1029, 137, 1, 70, "ExampleText",ExpressionUUID->"5d37627e-9a8f-4480-997f-9b9dd2ed876f", CellID->1089243118], -Cell[39361, 1027, 234, 6, 70, "Input",ExpressionUUID->"45d575c1-10ea-45d0-9733-b3c5bc9c44ed", +Cell[39422, 1032, 234, 6, 70, "Input",ExpressionUUID->"45d575c1-10ea-45d0-9733-b3c5bc9c44ed", CellID->882342822], -Cell[39598, 1035, 381, 9, 70, "Input",ExpressionUUID->"f8534ddf-2854-4702-96d3-23eaaae7497d", +Cell[39659, 1040, 381, 9, 70, "Input",ExpressionUUID->"f8534ddf-2854-4702-96d3-23eaaae7497d", CellID->1458529037], -Cell[39982, 1046, 237, 6, 70, "Input",ExpressionUUID->"27e74902-5ca6-4369-bad8-70002d86b77b", +Cell[40043, 1051, 237, 6, 70, "Input",ExpressionUUID->"27e74902-5ca6-4369-bad8-70002d86b77b", CellID->464424460], -Cell[40222, 1054, 190, 4, 70, "ExampleText",ExpressionUUID->"1fbfc15b-b0b1-4b00-9810-3a2bb701d3a9", +Cell[40283, 1059, 190, 4, 70, "ExampleText",ExpressionUUID->"1fbfc15b-b0b1-4b00-9810-3a2bb701d3a9", CellID->558202145], Cell[CellGroupData[{ -Cell[40437, 1062, 178, 3, 70, "Input",ExpressionUUID->"842ed19b-964c-44fb-af57-91302ae3a88a", +Cell[40498, 1067, 178, 3, 70, "Input",ExpressionUUID->"842ed19b-964c-44fb-af57-91302ae3a88a", CellID->905499241], -Cell[40618, 1067, 713, 15, 95, "Output",ExpressionUUID->"eeb09cee-3ff5-4d96-8d75-ba35d3ef0365", +Cell[40679, 1072, 713, 15, 95, "Output",ExpressionUUID->"eeb09cee-3ff5-4d96-8d75-ba35d3ef0365", CellID->2055683281] }, Open ]], -Cell[41346, 1085, 188, 4, 70, "ExampleText",ExpressionUUID->"0ab93c44-af94-4337-b586-08ded2405c17", +Cell[41407, 1090, 188, 4, 70, "ExampleText",ExpressionUUID->"0ab93c44-af94-4337-b586-08ded2405c17", CellID->179451102], Cell[CellGroupData[{ -Cell[41559, 1093, 203, 4, 70, "Input",ExpressionUUID->"7c5b98fb-f8ab-463c-a370-61d42ecea18d", +Cell[41620, 1098, 203, 4, 70, "Input",ExpressionUUID->"7c5b98fb-f8ab-463c-a370-61d42ecea18d", CellID->441051306], -Cell[41765, 1099, 241, 6, 36, "Output",ExpressionUUID->"133bf973-af6e-4663-920c-a18431c35302", +Cell[41826, 1104, 241, 6, 36, "Output",ExpressionUUID->"133bf973-af6e-4663-920c-a18431c35302", CellID->391977005] }, Open ]], -Cell[42021, 1108, 115, 1, 70, "ExampleText",ExpressionUUID->"01704427-7d14-4d54-9b31-6513d05cc75a", +Cell[42082, 1113, 115, 1, 70, "ExampleText",ExpressionUUID->"01704427-7d14-4d54-9b31-6513d05cc75a", CellID->495270215], Cell[CellGroupData[{ -Cell[42161, 1113, 289, 7, 70, "Input",ExpressionUUID->"fd931eca-ccbf-416a-8cd9-1cffc7d93c6a", +Cell[42222, 1118, 289, 7, 70, "Input",ExpressionUUID->"fd931eca-ccbf-416a-8cd9-1cffc7d93c6a", CellID->1746268355], -Cell[42453, 1122, 242, 6, 36, "Output",ExpressionUUID->"efbf9b5d-03f7-480b-bca3-0abcbb4ec91e", +Cell[42514, 1127, 242, 6, 36, "Output",ExpressionUUID->"efbf9b5d-03f7-480b-bca3-0abcbb4ec91e", CellID->1683906813] }, Open ]], -Cell[42710, 1131, 201, 4, 70, "ExampleText",ExpressionUUID->"86242303-c9ed-4715-9efc-2ea691037e88", +Cell[42771, 1136, 201, 4, 70, "ExampleText",ExpressionUUID->"86242303-c9ed-4715-9efc-2ea691037e88", CellID->342198952], Cell[CellGroupData[{ -Cell[42936, 1139, 249, 6, 70, "Input",ExpressionUUID->"93425977-71bc-4c37-b1e5-6f1e197c05ed", +Cell[42997, 1144, 249, 6, 70, "Input",ExpressionUUID->"93425977-71bc-4c37-b1e5-6f1e197c05ed", CellID->1446697739], -Cell[43188, 1147, 207, 5, 36, "Output",ExpressionUUID->"42129350-e455-4184-aed0-1b91746987dd", +Cell[43249, 1152, 207, 5, 36, "Output",ExpressionUUID->"42129350-e455-4184-aed0-1b91746987dd", CellID->1319462915] }, Open ]], -Cell[43410, 1155, 199, 4, 70, "ExampleText",ExpressionUUID->"18c64e01-8eb4-4054-9b3a-93877eb3b1e3", +Cell[43471, 1160, 199, 4, 70, "ExampleText",ExpressionUUID->"18c64e01-8eb4-4054-9b3a-93877eb3b1e3", CellID->697805775], -Cell[43612, 1161, 311, 9, 70, "Input",ExpressionUUID->"41b9ed3e-b2a2-4313-a036-0b22b0c975a5", +Cell[43673, 1166, 311, 9, 70, "Input",ExpressionUUID->"41b9ed3e-b2a2-4313-a036-0b22b0c975a5", CellID->42541341], -Cell[43926, 1172, 174, 3, 70, "ExampleText",ExpressionUUID->"22e0efe5-e86c-44e9-921f-520842f1a55d", +Cell[43987, 1177, 174, 3, 70, "ExampleText",ExpressionUUID->"22e0efe5-e86c-44e9-921f-520842f1a55d", CellID->1764725005], Cell[CellGroupData[{ -Cell[44125, 1179, 206, 4, 70, "Input",ExpressionUUID->"516e8298-c6ba-40e6-9446-bae3328430f6", +Cell[44186, 1184, 206, 4, 70, "Input",ExpressionUUID->"516e8298-c6ba-40e6-9446-bae3328430f6", CellID->1884524564], -Cell[44334, 1185, 242, 6, 36, "Output",ExpressionUUID->"e152bd2b-9818-4b99-a7bf-59d1b109bb05", +Cell[44395, 1190, 242, 6, 36, "Output",ExpressionUUID->"e152bd2b-9818-4b99-a7bf-59d1b109bb05", CellID->296041748] }, Open ]], -Cell[44591, 1194, 159, 2, 70, "ExampleText",ExpressionUUID->"cf0a2473-d0cb-4e4b-8bc9-ab122d6012a7", +Cell[44652, 1199, 159, 2, 70, "ExampleText",ExpressionUUID->"cf0a2473-d0cb-4e4b-8bc9-ab122d6012a7", CellID->2095472332] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[45041, 1209, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"559e9600-5157-4b4b-906c-13168e8f8ae8"], +Cell[50519, 1359, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5bb9f4ae-7f25-4110-969b-e625347b02a6"], +Cell[51192, 1379, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fcb8b7a0-9d5d-4473-95a6-586ced03a736"], +Cell[52228, 1407, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"ff90d5ca-e53a-4d45-a658-4ad0ea57d79c"], Cell[CellGroupData[{ -Cell[45002, 1206, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"8f931492-ef0a-4b31-93fa-b464a5996585"], -Cell[50480, 1356, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ac6eccf4-09f3-44d1-9475-7c340091e888"] -}, Open ]], -Cell[51165, 1377, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b61b44dc-dcd5-4daa-a632-d4e47ba09eaf"], -Cell[52201, 1405, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"ec44ed8c-c4f3-4710-818a-45368c4ac3d3"], -Cell[CellGroupData[{ -Cell[54451, 1472, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"61c5e101-949c-424b-b7bf-ca6913329bd1", +Cell[54478, 1474, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"61c5e101-949c-424b-b7bf-ca6913329bd1", CellID->906383680], -Cell[54591, 1475, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a400604-5f04-453c-875b-1d321e4fe035", +Cell[54618, 1477, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a400604-5f04-453c-875b-1d321e4fe035", CellID->1194386356], -Cell[54813, 1481, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a49ebb57-3ed5-4178-934e-2d0af3e31d55", +Cell[54840, 1483, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a49ebb57-3ed5-4178-934e-2d0af3e31d55", CellID->1641706272], -Cell[55028, 1486, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5a3e588-ed29-45c4-b54a-f15d6afdd029", +Cell[55055, 1488, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5a3e588-ed29-45c4-b54a-f15d6afdd029", CellID->399251956], -Cell[55257, 1492, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6acb3ab3-98bf-4d8a-93b5-9f0ac92906d0", +Cell[55284, 1494, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6acb3ab3-98bf-4d8a-93b5-9f0ac92906d0", CellID->821434655] }, Open ]], -Cell[55494, 1498, 78, 0, 70, "FooterCell",ExpressionUUID->"83764f5a-a86b-44d6-97d6-4c4184abdaee"] +Cell[55521, 1500, 78, 0, 70, "FooterCell",ExpressionUUID->"9723634b-b575-4975-a5d0-8d764c5b6def"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ApproxNuc.nb b/Documentation/English/ReferencePages/Symbols/ApproxNuc.nb index 17d257e..ab36816 100644 --- a/Documentation/English/ReferencePages/Symbols/ApproxNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/ApproxNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 56087, 1455] -NotebookOptionsPosition[ 44996, 1238] -NotebookOutlinePosition[ 47170, 1293] -CellTagsIndexPosition[ 47084, 1288] +NotebookDataLength[ 56106, 1455] +NotebookOptionsPosition[ 45031, 1240] +NotebookOutlinePosition[ 47223, 1295] +CellTagsIndexPosition[ 47137, 1290] WindowTitle->ApproxNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1b41e1c7-b538-46fd-9ae1-8b349622e6c8"], + "f55012ae-e241-4b86-bd52-9922fedf0b30"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6fede8e0-b6a1-44f5-80d2-9b589de1bad6"], + "c19d2fd5-1148-44aa-ad8d-c88a03c4a59e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b45bf6ca-8760-4084-a4ed-448eb89bbeec"] - }],ExpressionUUID->"2dfcce9b-fb11-4d61-a579-6356804a18da"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"NonLinNuc\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NonLinNuc"], "\<\"NonLinPreNuc\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NonLinPreNuc"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "3ecf97a4-62ef-46d4-aa52-0cee64124780"] + }],ExpressionUUID->"7c8ee9d2-bc15-46f3-a679-62120da53927"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"NonLinNuc\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NonLinNuc"], + "\"NonLinPreNuc\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NonLinPreNuc"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e15524f0-f0e7-4a9c-8df9-050fc79b4867"], + "13c20b20-2495-4236-a77a-77e67f05dcf2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2e6221b9-c2d7-40d1-8627-5bc4bede9b44"] - }],ExpressionUUID->"761f4c28-6557-4ca3-83b9-07973ac47c08"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c3e2e82e-35ed-46d0-847f-e402de77e514"] + }],ExpressionUUID->"01bc2d73-328e-4c33-bae0-6477579a85a2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3db3783c-4d1c-4f28-a282-a6049b77553c"], + "82b33b66-c7eb-44d7-9930-ba734f944d01"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "58789472-4738-4442-a68c-0fe7822266fe"] - }],ExpressionUUID->"2a058d57-d9da-4e0f-8adb-b73f5fdb604d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f700abcf-ea80-4a67-822b-411b42aa2924"] + }],ExpressionUUID->"99d5dafe-ca0d-4773-bd8e-192af7f2d4ea"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "df509bdd-e6e1-4786-b440-62ac35deb6dd"], + "afd4525b-1006-4664-a648-fbf9a62de74e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c902e92-6ed6-4886-a00e-e031db92652e"] - }],ExpressionUUID->"95ee4e29-83d1-4b2b-9cb5-e1e3018d0b51"], - StripOnInput->False], {"\<\"TUG/ref/ApproxNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ApproxNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ApproxNuc.\ + "43b4f04d-f561-46a0-962d-7060999c8d26"] + }],ExpressionUUID->"3da266ee-85fc-45c0-98ff-1d06a13e8e24"], + StripOnInput->False],{ + "\"TUG/ref/ApproxNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ApproxNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ApproxNuc.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$31702], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ApproxNuc" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$32574], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ApproxNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6e0f19ba-9d00-4fa0-83aa-0edf76196121"] + "e94f3437-31ac-499d-9820-e9f21bbd139f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ca4e2da0-a9b8-43c5-b7f7-5e9b257d4d34"]} + "bf607a68-a9e2-4107-99ba-0820756b061c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5d2ce077-ff21-4f2c-b04a-be9be4ff1d82"], + CellID->1,ExpressionUUID->"6cd132c5-c172-4827-9f4d-2c5b69b0a3ba"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"cce259e9-1ec9-4c12-9b53-7cd1fa5e79d3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"76b53edf-35cb-4d7a-956f-f3af5f04a9a1"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ApproxNuc", "ObjectName",ExpressionUUID-> - "87a0c9a0-5a37-456c-97df-deee8c27b7f0"], + "ac5a7c32-207f-49f5-8608-b4e512efa220"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"eb8f38e4-b7c3-4bbd-803e-cdc04315a745"], + "Spacer1"]],ExpressionUUID->"fd0fedd9-55ce-41f3-9027-082d677a55e2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "daf9d128-715b-4d2a-bbb1-320ed395c7b0"] - }],ExpressionUUID->"773480dd-435a-4380-9a63-95259b134d7a"], Cell[BoxData[ + "8eba7717-8470-40bc-a608-f3abae06d8e1"] + }],ExpressionUUID->"e00b419e-d52f-4621-87d0-fbda1f4f6f0b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f36da4fa-94b0-4531-82f1-aeaea40d735c"]} + "421fa674-4d8c-4921-8ac5-6d66bad4ee9c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9e6b569c-05a0-4f8a-9848-58010f10a15a"], + CacheGraphics->False,ExpressionUUID->"39fb26da-75fa-42a7-a159-730443ee169d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]computes the (p,k)-nucleolus by a non-linear \ minimization method. It is an approximation of the nucleolus. If (p,k)=(2,k), \ then it computes the least square nucleolus." - }],ExpressionUUID->"8ab01e49-abcc-40b3-8783-a1ced8816dad"]} + }],ExpressionUUID->"48e09f30-5fb3-4152-bb58-710247098591"]} }]], "Usage", CellID->1383449179,ExpressionUUID->"2f38653c-882b-416e-8fb5-43bbae246a60"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0d0711b6-4290-47fe-9c31-8980ea4c4478"], + ExpressionUUID->"d2c2c7f1-92c2-4873-8dee-af05a7c89f29"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"01308686-bf60-46b8-8742-75406f2adb9a"], + "Spacer1"]],ExpressionUUID->"9e1779bf-988a-4453-acec-cd1ab5d392df"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6ef4611a-79b0-4c23-abe4-46c5ffd8891b"], + }], "NotesFrameText",ExpressionUUID->"54a07e68-1a92-44b8-b493-3acce363f4ca"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"74cc5b59-8c4c-4a7f-a4ac-28f7d6924f2e"]], \ + "Preemptive"]],ExpressionUUID->"e7958703-c0f1-4f8b-a769-de7405221670"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->697779380,ExpressionUUID->"118af2c2-cad0-429c-86a6-6cbaf095e4e5"], + CellID->1044676,ExpressionUUID->"36bb3ed4-7ff8-48c7-9325-872fcf9b4db1"], Cell[TextData[{ "The input expression ", @@ -390,11 +395,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a8eefd90-a800-4213-822a-541cec2e6062"], "SimulatedAnnealing", Cell["\<\ + "24d252cf-f060-49b4-bcc7-109d4d38b52e"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"0bacd5a8-186d-4feb-912c-afbb893acab9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4c16f6ef-4796-4746-a473-0ad611c7e890"], + "df0cd0e0-ffbd-4cfa-9d41-e3f685e9e63a"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -411,11 +416,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c5103dde-7887-4282-80a7-392354068dad"], "IPOPT", Cell[ + "ad59a367-af40-4a32-9ae2-dcdeeefb38ac"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "bb1cfb2e-0341-4d61-aa0b-9d2b2f0b0658"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2ab87dc3-06df-4b04-ae36-f89ba29db0fd"], + "bc7f4dd4-60b5-46f8-961b-0c760ba051c9"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -431,12 +436,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9c111e2e-055c-46ff-b6fa-62d45a788f93"], "DifferentialEvolution", + "160aca8a-9f71-4bad-960f-ae6a7efb63df"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"6eb329f8-2b1f-4d50-8424-7f9b6db70518"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "69797749-be23-4b6e-ae39-09555892e5cb"], + "2f31e442-c7d2-450f-9278-67f8bff0ee18"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -452,11 +457,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9ba46ead-e57f-4190-ac62-369f8008891a"], "NelderMead", Cell[ + "ecd68eae-7ea7-4cd2-a466-4e898ecda699"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "a908333e-b02f-4a5c-af03-b6feaf8d8647"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "66e6e3c5-8860-4fec-82b7-8e129d702c1a"], + "509c2d7d-e305-4a8e-a89c-79be14e42928"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -478,7 +483,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "67669b58-7c91-4c8f-b5cc-291cb72bcdeb"], + "1ec4e283-3398-418a-9a99-8925ef1d8140"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -554,19 +559,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a4e3ab71-2301-42e3-991c-89cb7d09109e"], + ExpressionUUID->"a0f82415-41ce-4bb0-b968-b1ae96c7b99a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"32efce80-ddb3-406c-a587-f5929dea80cf"], + "Spacer1"]],ExpressionUUID->"238caedf-35d9-46fc-b63c-c609917e62d0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "37fbbff9-fe8c-440f-9bc1-a2bec51e2518"] + "b9bdf01c-7cf5-4f35-ba01-29406bad0f02"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->729265933,ExpressionUUID->"9acfa1b7-ca87-48d4-b125-12e22e49cc9b"], + CellID->266535651,ExpressionUUID->"35b4433d-308e-4411-8c22-e3acd879bfb8"], Cell[CellGroupData[{ @@ -595,18 +600,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e4cdf8b5-c2f1-4eea-a774-b8fbc4034f16"], + ExpressionUUID->"9d4c6035-aaad-49d2-9701-4deb4ab39fd9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cb17ed60-03ba-4273-bd35-fbf73b92350f"], + "Spacer1"]],ExpressionUUID->"44f890f9-0387-484e-af1e-5a606bd7bac9"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d749900b-feb1-43a1-b0dc-b7f10e99cd01"] + "822de772-e4db-43b6-875d-57a0c7ea6362"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->608259599,ExpressionUUID->"8aeb963a-b8f4-4286-b490-f6900f0f3e71"], + CellID->1521738969,ExpressionUUID->"4e7e1219-948f-4719-b7e3-af1aa2820b7f"], Cell["Loading the package:", "ExampleText", CellID->1976397063,ExpressionUUID->"712659f6-9eb0-44f9-ae99-015a020c2713"], @@ -939,8 +944,6 @@ Cell["which is identical to the previous evaluation.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1088,15 +1091,15 @@ Cell[BoxData[GridBox[{ "404a36da-cdff-4226-aefa-241309100d16"] }], "SeeAlso",ExpressionUUID->"c6312c62-d90d-430d-90a8-9f3f8676e6d3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c2bf799b-79ab-4710-939a-\ -21853eeb6459"], + }]], "SeeAlsoSection",ExpressionUUID->"fbb98687-15b1-4194-aef1-\ +5189044de43a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1108,9 +1111,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d2103bdd-d48f-441b-b545-e44058d554f7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9d009139-4f55-4f6c-a815-\ -572f2ee0f4a6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8bef9c3e-286b-4b56-bafe-\ +1a6d9d2d8c0b"], Cell[BoxData[GridBox[{ { @@ -1127,7 +1129,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a78f8cc0-5258-476d-bc92-740cbd67c37a"]}]}, + "76c17510-5f03-49b9-ad09-85571f6d1075"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1135,10 +1137,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f713e08d-05f8-4278-8079-27bd01a13568"]}]} + "914abf4b-793b-4854-a7d1-c848d5e78781"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"69aca9fc-3a17-4e8b-86b6-\ -87d390fe76e8"], + }]], "MoreAboutSection",ExpressionUUID->"2c409cad-8c47-482d-b600-\ +6b61a5c1009d"], Cell[BoxData[GridBox[{ { @@ -1165,7 +1167,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d59d0c5f-8ea0-47d5-a737-5129b55cb49a"]], "RelatedLinks", + "cf941065-fd30-4916-b426-6ffad6de59c4"]], "RelatedLinks", ExpressionUUID->"9f47856f-f6f0-49a4-94b8-11b1e77a479d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1182,7 +1184,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f1173469-3e34-490f-98cb-f9efe7f10528"]], "RelatedLinks", + "a43a33bf-cade-45d2-a140-73f755da527a"]], "RelatedLinks", ExpressionUUID->"c5c8c7b6-e4af-4b1d-8c00-f957dd6c4f57"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1200,11 +1202,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6d4a63c1-b8ce-4ffd-a862-60fa26d2efa2"]], "RelatedLinks", + "eabc7b38-69eb-48b7-99a2-9cd0202076ca"]], "RelatedLinks", ExpressionUUID->"f90cd772-9008-44b7-851f-f87aeae86545"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7080f238-09ef-4b5c-be51-\ -f80333e8c9b7"], + }]], "RelatedLinksSection",ExpressionUUID->"c9d4c504-f45e-4480-8a61-\ +22d5c119160b"], Cell[CellGroupData[{ @@ -1234,11 +1236,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d9a67c35-60a1-41b3-8564-eabc085a17da"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"312e16e8-10dc-4379-bdc9-a5d78d8472f3"] +Cell[" ", "FooterCell",ExpressionUUID->"556ae8df-1eb8-4272-8877-c3d66021d343"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ApproxNuc", TaggingRules->{ @@ -1249,7 +1251,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 53.116067}", + "built" -> "{2024, 6, 3, 16, 51, 21.783464}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1258,10 +1260,10 @@ TaggingRules->{ minimization method. It is an approximation of the nucleolus. If (p,k)=(2,k), \ then it computes the least square nucleolus.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ApproxNuc", "titlemodifier" -> "", - "windowtitle" -> "ApproxNuc", "type" -> "Symbol", "uri" -> - "TUG/ref/ApproxNuc"}}, + "metadescription" -> "", "windowtitle" -> "ApproxNuc", "type" -> "Symbol", + "uri" -> "TUG/ref/ApproxNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1270,9 +1272,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"bd3c729d-13d1-4fc7-9a8a-369449f6da3b" +ExpressionUUID->"8c630d64-a16e-417d-9477-c56263df2065" ] (* End of Notebook Content *) @@ -1280,183 +1282,181 @@ ExpressionUUID->"bd3c729d-13d1-4fc7-9a8a-369449f6da3b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20543, 531, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9acfa1b7-ca87-48d4-b125-12e22e49cc9b", + Cell[20611, 536, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"35b4433d-308e-4411-8c22-e3acd879bfb8", CellTags->"PrimaryExamplesSection", - CellID->729265933]} + CellID->266535651]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46884, 1281} + {"PrimaryExamplesSection", 46937, 1283} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7090, 168, 56, "AnchorBarGrid",ExpressionUUID->"5d2ce077-ff21-4f2c-b04a-be9be4ff1d82", +Cell[581, 21, 7160, 173, 57, "AnchorBarGrid",ExpressionUUID->"6cd132c5-c172-4827-9f4d-2c5b69b0a3ba", CellID->1], -Cell[7674, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"cce259e9-1ec9-4c12-9b53-7cd1fa5e79d3"], +Cell[7744, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"76b53edf-35cb-4d7a-956f-f3af5f04a9a1"], Cell[CellGroupData[{ -Cell[7785, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"9e6b569c-05a0-4f8a-9848-58010f10a15a"], -Cell[9071, 232, 620, 12, 133, "Usage",ExpressionUUID->"2f38653c-882b-416e-8fb5-43bbae246a60", +Cell[7855, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"39fb26da-75fa-42a7-a159-730443ee169d"], +Cell[9141, 237, 620, 12, 132, "Usage",ExpressionUUID->"2f38653c-882b-416e-8fb5-43bbae246a60", CellID->1383449179] }, Open ]], Cell[CellGroupData[{ -Cell[9728, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"118af2c2-cad0-429c-86a6-6cbaf095e4e5", +Cell[9798, 254, 1892, 47, 37, "NotesSection",ExpressionUUID->"36bb3ed4-7ff8-48c7-9325-872fcf9b4db1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->697779380], -Cell[11625, 298, 1057, 24, 78, "Notes",ExpressionUUID->"b5af9bb3-a955-454a-883a-914de70b6793", + CellID->1044676], +Cell[11693, 303, 1057, 24, 78, "Notes",ExpressionUUID->"b5af9bb3-a955-454a-883a-914de70b6793", CellID->1014199156], -Cell[12685, 324, 489, 12, 37, "Notes",ExpressionUUID->"5c73e309-12b3-46cc-9879-54346765f810", +Cell[12753, 329, 489, 12, 38, "Notes",ExpressionUUID->"5c73e309-12b3-46cc-9879-54346765f810", CellID->177724765], -Cell[13177, 338, 691, 17, 57, "Notes",ExpressionUUID->"ccbf0e05-653e-469c-bdb1-975bf15eb2f8", +Cell[13245, 343, 691, 17, 57, "Notes",ExpressionUUID->"ccbf0e05-653e-469c-bdb1-975bf15eb2f8", CellID->1623139283], -Cell[13871, 357, 180, 4, 36, "Notes",ExpressionUUID->"39946b06-d04a-4ab4-9866-c5002ec55681", +Cell[13939, 362, 180, 4, 36, "Notes",ExpressionUUID->"39946b06-d04a-4ab4-9866-c5002ec55681", CellID->1742244713], -Cell[14054, 363, 216, 4, 36, "Notes",ExpressionUUID->"ee7f936a-b575-45da-912d-978b49e35b3b", +Cell[14122, 368, 216, 4, 36, "Notes",ExpressionUUID->"ee7f936a-b575-45da-912d-978b49e35b3b", CellID->25667997], -Cell[14273, 369, 297, 5, 57, "Notes",ExpressionUUID->"91573983-39fa-44ee-abaf-cc6bb4381367", +Cell[14341, 374, 297, 5, 57, "Notes",ExpressionUUID->"91573983-39fa-44ee-abaf-cc6bb4381367", CellID->1210693388], -Cell[14573, 376, 386, 12, 37, "Notes",ExpressionUUID->"730c1491-76d0-4a4d-8736-52171c35c738", +Cell[14641, 381, 386, 12, 38, "Notes",ExpressionUUID->"730c1491-76d0-4a4d-8736-52171c35c738", CellID->24981], -Cell[14962, 390, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"1586334c-0d95-4560-a393-8f1238160145", +Cell[15030, 395, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"1586334c-0d95-4560-a393-8f1238160145", CellID->2025032606], -Cell[15922, 411, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"db61eb0a-18a3-4780-bccb-b1b7eaed6665", +Cell[15990, 416, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"db61eb0a-18a3-4780-bccb-b1b7eaed6665", CellID->1546107665], -Cell[16737, 431, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"99cb5592-db39-48c7-b1ba-2e54627b3b72", +Cell[16805, 436, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"99cb5592-db39-48c7-b1ba-2e54627b3b72", CellID->512784626], -Cell[17627, 452, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"0486ee50-c1f1-450b-add3-6f8f28dbd476", +Cell[17695, 457, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"0486ee50-c1f1-450b-add3-6f8f28dbd476", CellID->1691942019], -Cell[18474, 472, 272, 4, 70, "Notes",ExpressionUUID->"6659e63f-7acb-4850-b883-fbc08dddab38", +Cell[18542, 477, 272, 4, 70, "Notes",ExpressionUUID->"6659e63f-7acb-4850-b883-fbc08dddab38", CellID->1086410865], -Cell[18749, 478, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"e97d205c-ddd3-487c-ba71-6d8f37c5c8f0", +Cell[18817, 483, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"e97d205c-ddd3-487c-ba71-6d8f37c5c8f0", CellID->1565514921], -Cell[19424, 495, 431, 13, 70, "Notes",ExpressionUUID->"51de3d90-89d5-4f9a-915f-baf639584020", +Cell[19492, 500, 431, 13, 70, "Notes",ExpressionUUID->"51de3d90-89d5-4f9a-915f-baf639584020", CellID->17586], -Cell[19858, 510, 558, 15, 70, "Notes",ExpressionUUID->"03010a25-3934-461d-82d7-acce6865ee78", +Cell[19926, 515, 558, 15, 70, "Notes",ExpressionUUID->"03010a25-3934-461d-82d7-acce6865ee78", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20543, 531, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9acfa1b7-ca87-48d4-b125-12e22e49cc9b", +Cell[20611, 536, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"35b4433d-308e-4411-8c22-e3acd879bfb8", CellTags->"PrimaryExamplesSection", - CellID->729265933], + CellID->266535651], Cell[CellGroupData[{ -Cell[21988, 572, 1398, 36, 70, "ExampleSection",ExpressionUUID->"8aeb963a-b8f4-4286-b490-f6900f0f3e71", - CellID->608259599], -Cell[23389, 610, 119, 1, 70, "ExampleText",ExpressionUUID->"712659f6-9eb0-44f9-ae99-015a020c2713", +Cell[22056, 577, 1399, 36, 70, "ExampleSection",ExpressionUUID->"4e7e1219-948f-4719-b7e3-af1aa2820b7f", + CellID->1521738969], +Cell[23458, 615, 119, 1, 70, "ExampleText",ExpressionUUID->"712659f6-9eb0-44f9-ae99-015a020c2713", CellID->1976397063], Cell[CellGroupData[{ -Cell[23533, 615, 168, 3, 70, "Input",ExpressionUUID->"bebfbdcc-6421-4161-8f62-bdc82c90bdb6", +Cell[23602, 620, 168, 3, 70, "Input",ExpressionUUID->"bebfbdcc-6421-4161-8f62-bdc82c90bdb6", CellID->2091409410], Cell[CellGroupData[{ -Cell[23726, 622, 235, 4, 70, "Print",ExpressionUUID->"a671e78e-ddcd-4872-a943-51c66fbb4cc8", +Cell[23795, 627, 235, 4, 70, "Print",ExpressionUUID->"a671e78e-ddcd-4872-a943-51c66fbb4cc8", CellID->460575566], -Cell[23964, 628, 364, 8, 70, "Print",ExpressionUUID->"fcd04e8b-4938-4c7d-8349-caefb5685350", +Cell[24033, 633, 364, 8, 70, "Print",ExpressionUUID->"fcd04e8b-4938-4c7d-8349-caefb5685350", CellID->402479927], -Cell[24331, 638, 235, 4, 70, "Print",ExpressionUUID->"04eed810-03fc-41d1-ae7c-5f40e79990c7", +Cell[24400, 643, 235, 4, 70, "Print",ExpressionUUID->"04eed810-03fc-41d1-ae7c-5f40e79990c7", CellID->631692479], -Cell[24569, 644, 219, 3, 70, "Print",ExpressionUUID->"4bbeff3d-d31b-49bc-bbb8-5bdef83a4bc5", +Cell[24638, 649, 219, 3, 70, "Print",ExpressionUUID->"4bbeff3d-d31b-49bc-bbb8-5bdef83a4bc5", CellID->228282873], -Cell[24791, 649, 206, 3, 70, "Print",ExpressionUUID->"ed8773c4-1249-4427-9d46-9f7bdd637a27", +Cell[24860, 654, 206, 3, 70, "Print",ExpressionUUID->"ed8773c4-1249-4427-9d46-9f7bdd637a27", CellID->617901947], -Cell[25000, 654, 236, 4, 70, "Print",ExpressionUUID->"4c934dc8-a0b0-4337-8b25-3047512599de", +Cell[25069, 659, 236, 4, 70, "Print",ExpressionUUID->"4c934dc8-a0b0-4337-8b25-3047512599de", CellID->700165621], -Cell[25239, 660, 220, 3, 70, "Print",ExpressionUUID->"11213cdb-4944-4f19-831b-0313e21ae842", +Cell[25308, 665, 220, 3, 70, "Print",ExpressionUUID->"11213cdb-4944-4f19-831b-0313e21ae842", CellID->1295619292], -Cell[25462, 665, 236, 4, 70, "Print",ExpressionUUID->"05ad345f-a743-4568-9859-a3a1e94395c8", +Cell[25531, 670, 236, 4, 70, "Print",ExpressionUUID->"05ad345f-a743-4568-9859-a3a1e94395c8", CellID->1670173272], -Cell[25701, 671, 235, 4, 70, "Print",ExpressionUUID->"a6aa8735-9a9f-4c46-b3cc-65ee31e18f6e", +Cell[25770, 676, 235, 4, 70, "Print",ExpressionUUID->"a6aa8735-9a9f-4c46-b3cc-65ee31e18f6e", CellID->646769569], -Cell[25939, 677, 206, 3, 70, "Print",ExpressionUUID->"4f1d9595-bd9a-4350-98ef-822c19237246", +Cell[26008, 682, 206, 3, 70, "Print",ExpressionUUID->"4f1d9595-bd9a-4350-98ef-822c19237246", CellID->334099928], -Cell[26148, 682, 236, 4, 70, "Print",ExpressionUUID->"1da8976d-f860-4ad5-bce2-d1f4964c7ff7", +Cell[26217, 687, 236, 4, 70, "Print",ExpressionUUID->"1da8976d-f860-4ad5-bce2-d1f4964c7ff7", CellID->1347963540] }, Open ]] }, Open ]], -Cell[26411, 690, 137, 1, 70, "ExampleText",ExpressionUUID->"28ec9286-b10c-4d4c-a856-4a1ce8d0156a", +Cell[26480, 695, 137, 1, 70, "ExampleText",ExpressionUUID->"28ec9286-b10c-4d4c-a856-4a1ce8d0156a", CellID->1416536165], -Cell[26551, 693, 248, 7, 70, "Input",ExpressionUUID->"146db8ad-41b8-47cb-b306-adc1ddd985a2", +Cell[26620, 698, 248, 7, 70, "Input",ExpressionUUID->"146db8ad-41b8-47cb-b306-adc1ddd985a2", CellID->1690455641], -Cell[26802, 702, 1225, 31, 70, "Input",ExpressionUUID->"7c91286a-b04b-4c19-86d1-2e282e3b2adb", +Cell[26871, 707, 1225, 31, 70, "Input",ExpressionUUID->"7c91286a-b04b-4c19-86d1-2e282e3b2adb", CellID->451663273], -Cell[28030, 735, 238, 6, 70, "Input",ExpressionUUID->"2aef17df-8cee-44b8-beda-1e02ac376513", +Cell[28099, 740, 238, 6, 70, "Input",ExpressionUUID->"2aef17df-8cee-44b8-beda-1e02ac376513", CellID->1026939103], -Cell[28271, 743, 191, 4, 70, "ExampleText",ExpressionUUID->"24d8cfd2-9697-4df1-80a0-bd53916ca8d4", +Cell[28340, 748, 191, 4, 70, "ExampleText",ExpressionUUID->"24d8cfd2-9697-4df1-80a0-bd53916ca8d4", CellID->2047373941], Cell[CellGroupData[{ -Cell[28487, 751, 166, 3, 70, "Input",ExpressionUUID->"6195027d-9f3d-46ef-9f7d-4f547d18ad95", +Cell[28556, 756, 166, 3, 70, "Input",ExpressionUUID->"6195027d-9f3d-46ef-9f7d-4f547d18ad95", CellID->589621126], -Cell[28656, 756, 220, 5, 36, "Output",ExpressionUUID->"54963873-2505-4fa9-9394-cf40fd2fd7e2", +Cell[28725, 761, 220, 5, 36, "Output",ExpressionUUID->"54963873-2505-4fa9-9394-cf40fd2fd7e2", CellID->1900414555] }, Open ]], -Cell[28891, 764, 190, 4, 70, "ExampleText",ExpressionUUID->"fb774955-ac33-499c-b4d5-ac502121d8cb", +Cell[28960, 769, 190, 4, 70, "ExampleText",ExpressionUUID->"fb774955-ac33-499c-b4d5-ac502121d8cb", CellID->278278377], Cell[CellGroupData[{ -Cell[29106, 772, 247, 6, 70, "Input",ExpressionUUID->"becea5aa-dbb2-4715-84c7-85abafde3bfc", +Cell[29175, 777, 247, 6, 70, "Input",ExpressionUUID->"becea5aa-dbb2-4715-84c7-85abafde3bfc", CellID->787439491], -Cell[29356, 780, 733, 20, 38, "Output",ExpressionUUID->"f85ef259-f2e0-4fab-880d-6fd91f206a45", +Cell[29425, 785, 733, 20, 38, "Output",ExpressionUUID->"f85ef259-f2e0-4fab-880d-6fd91f206a45", CellID->1990169698] }, Open ]], -Cell[30104, 803, 175, 3, 70, "ExampleText",ExpressionUUID->"dec8fabb-4a35-400a-9c45-962100a0c687", +Cell[30173, 808, 175, 3, 70, "ExampleText",ExpressionUUID->"dec8fabb-4a35-400a-9c45-962100a0c687", CellID->43537852], Cell[CellGroupData[{ -Cell[30304, 810, 367, 11, 70, "Input",ExpressionUUID->"f34ad574-313a-49a5-9ae7-bf2766505ead", +Cell[30373, 815, 367, 11, 70, "Input",ExpressionUUID->"f34ad574-313a-49a5-9ae7-bf2766505ead", CellID->1149737390], -Cell[30674, 823, 335, 8, 36, "Output",ExpressionUUID->"ccbebf26-63b9-41a2-8e94-81f8ba7df950", +Cell[30743, 828, 335, 8, 36, "Output",ExpressionUUID->"ccbebf26-63b9-41a2-8e94-81f8ba7df950", CellID->1014978454] }, Open ]], Cell[CellGroupData[{ -Cell[31046, 836, 208, 4, 70, "Input",ExpressionUUID->"dcb5c423-e533-4f33-9498-a2abde38e145", +Cell[31115, 841, 208, 4, 70, "Input",ExpressionUUID->"dcb5c423-e533-4f33-9498-a2abde38e145", CellID->1227583781], -Cell[31257, 842, 160, 3, 36, "Output",ExpressionUUID->"b452bde9-5b54-4a0e-b4db-23827e4158f6", +Cell[31326, 847, 160, 3, 36, "Output",ExpressionUUID->"b452bde9-5b54-4a0e-b4db-23827e4158f6", CellID->1462479342] }, Open ]], -Cell[31432, 848, 173, 3, 70, "ExampleText",ExpressionUUID->"84185d91-d543-45d6-94bf-ea8291b41c6e", +Cell[31501, 853, 173, 3, 70, "ExampleText",ExpressionUUID->"84185d91-d543-45d6-94bf-ea8291b41c6e", CellID->352329289], Cell[CellGroupData[{ -Cell[31630, 855, 212, 5, 70, "Input",ExpressionUUID->"507d0e30-80da-470a-9c22-4278583de181", +Cell[31699, 860, 212, 5, 70, "Input",ExpressionUUID->"507d0e30-80da-470a-9c22-4278583de181", CellID->370892713], -Cell[31845, 862, 263, 7, 36, "Output",ExpressionUUID->"e0521bbb-1d3f-44b8-8039-95f606739e15", +Cell[31914, 867, 263, 7, 36, "Output",ExpressionUUID->"e0521bbb-1d3f-44b8-8039-95f606739e15", CellID->325632115] }, Open ]], -Cell[32123, 872, 188, 4, 70, "ExampleText",ExpressionUUID->"6aad0fbb-27b6-491b-85fc-30ee5937e912", +Cell[32192, 877, 188, 4, 70, "ExampleText",ExpressionUUID->"6aad0fbb-27b6-491b-85fc-30ee5937e912", CellID->1082244927], Cell[CellGroupData[{ -Cell[32336, 880, 246, 6, 70, "Input",ExpressionUUID->"7047bd15-b97d-4f44-9ee4-30caa46f5327", +Cell[32405, 885, 246, 6, 70, "Input",ExpressionUUID->"7047bd15-b97d-4f44-9ee4-30caa46f5327", CellID->615503007], -Cell[32585, 888, 724, 20, 36, "Output",ExpressionUUID->"1405c9a3-032f-4902-bdf0-a2acbbfd6810", +Cell[32654, 893, 724, 20, 36, "Output",ExpressionUUID->"1405c9a3-032f-4902-bdf0-a2acbbfd6810", CellID->1152032150] }, Open ]], -Cell[33324, 911, 137, 1, 70, "ExampleText",ExpressionUUID->"378ef0e7-607f-4f77-9551-54547a0c7fc2", +Cell[33393, 916, 137, 1, 70, "ExampleText",ExpressionUUID->"378ef0e7-607f-4f77-9551-54547a0c7fc2", CellID->1679887649], Cell[CellGroupData[{ -Cell[33486, 916, 198, 4, 70, "Input",ExpressionUUID->"87e5edd3-eca8-4c11-beb8-b22dad3600bd", +Cell[33555, 921, 198, 4, 70, "Input",ExpressionUUID->"87e5edd3-eca8-4c11-beb8-b22dad3600bd", CellID->2108151655], -Cell[33687, 922, 275, 7, 36, "Output",ExpressionUUID->"2de3dc44-0296-46a4-86ce-c44397fcdb3c", +Cell[33756, 927, 275, 7, 36, "Output",ExpressionUUID->"2de3dc44-0296-46a4-86ce-c44397fcdb3c", CellID->882346342] }, Open ]], -Cell[33977, 932, 145, 1, 70, "ExampleText",ExpressionUUID->"9e5f3453-b6b9-4e22-bc6e-f4ae5ab74fa3", +Cell[34046, 937, 145, 1, 70, "ExampleText",ExpressionUUID->"9e5f3453-b6b9-4e22-bc6e-f4ae5ab74fa3", CellID->1745289107] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34421, 946, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"fbb98687-15b1-4194-aef1-5189044de43a"], +Cell[39915, 1096, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8bef9c3e-286b-4b56-bafe-1a6d9d2d8c0b"], +Cell[40588, 1116, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2c409cad-8c47-482d-b600-6b61a5c1009d"], +Cell[41624, 1144, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"c9d4c504-f45e-4480-8a61-22d5c119160b"], Cell[CellGroupData[{ -Cell[34374, 943, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"c2bf799b-79ab-4710-939a-21853eeb6459"], -Cell[39868, 1093, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9d009139-4f55-4f6c-a815-572f2ee0f4a6"] -}, Open ]], -Cell[40553, 1114, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"69aca9fc-3a17-4e8b-86b6-87d390fe76e8"], -Cell[41589, 1142, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"7080f238-09ef-4b5c-be51-f80333e8c9b7"], -Cell[CellGroupData[{ -Cell[43871, 1210, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"453f8b11-c1ab-420c-a856-8066a006cf2a", +Cell[43906, 1212, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"453f8b11-c1ab-420c-a856-8066a006cf2a", CellID->778415021], -Cell[44011, 1213, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a7c428e-6432-4e68-8ce2-6d7a151f22dc", +Cell[44046, 1215, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a7c428e-6432-4e68-8ce2-6d7a151f22dc", CellID->1194386356], -Cell[44233, 1219, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da404e44-80aa-4e10-a96f-5fd136c64404", +Cell[44268, 1221, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da404e44-80aa-4e10-a96f-5fd136c64404", CellID->1641706272], -Cell[44448, 1224, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7cc69670-9dd5-41d6-9133-1ff85765641a", +Cell[44483, 1226, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7cc69670-9dd5-41d6-9133-1ff85765641a", CellID->399251956], -Cell[44677, 1230, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d9a67c35-60a1-41b3-8564-eabc085a17da", +Cell[44712, 1232, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d9a67c35-60a1-41b3-8564-eabc085a17da", CellID->821434655] }, Open ]], -Cell[44914, 1236, 78, 0, 70, "FooterCell",ExpressionUUID->"312e16e8-10dc-4379-bdc9-a5d78d8472f3"] +Cell[44949, 1238, 78, 0, 70, "FooterCell",ExpressionUUID->"556ae8df-1eb8-4272-8877-c3d66021d343"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ApproxPreNuc.nb b/Documentation/English/ReferencePages/Symbols/ApproxPreNuc.nb index 30550ae..c7e0a4c 100644 --- a/Documentation/English/ReferencePages/Symbols/ApproxPreNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/ApproxPreNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 56197, 1458] -NotebookOptionsPosition[ 45082, 1241] -NotebookOutlinePosition[ 47283, 1296] -CellTagsIndexPosition[ 47197, 1291] +NotebookDataLength[ 56215, 1458] +NotebookOptionsPosition[ 45118, 1243] +NotebookOutlinePosition[ 47336, 1298] +CellTagsIndexPosition[ 47250, 1293] WindowTitle->ApproxPreNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "37b5a3be-4393-40c9-bf31-df4301316f39"], + "3e5972a6-d62b-407a-9803-e6a5cf5f9682"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "eaba8d0f-fe1c-4d42-b749-6be8352c4040"], + "85366857-992d-401a-8b69-a68fb56f2724"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "93049c14-3dd0-43e0-ad83-d61de26bcd3c"] - }],ExpressionUUID->"5eec419c-85cf-4c87-ae71-81746826da69"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"NonLinNuc\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NonLinNuc"], "\<\"NonLinPreNuc\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NonLinPreNuc"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "659d82f6-3414-4d47-928d-e4deabce5a5d"] + }],ExpressionUUID->"de7cc601-cc82-436a-becc-800181fe8ed6"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"NonLinNuc\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NonLinNuc"], + "\"NonLinPreNuc\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NonLinPreNuc"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "30232373-5843-4e16-8e8c-2351872dffb0"], + "c3b8212f-ee11-470d-9137-1c5e89bc79d9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "32525c22-c682-4dd4-90b0-7f70fe5f2448"] - }],ExpressionUUID->"bb578576-e4f7-43c4-b8e6-e074d97163e9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e6fa666f-9d3e-47bf-b791-0ec9b07a91a3"] + }],ExpressionUUID->"76188892-5faf-4ede-b90c-c432c327a9b8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d86bc160-7ddc-41fb-8b13-e2ec53e69b62"], + "7c763f21-4787-4d56-883b-29e9044c0e03"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "db8db516-2f84-4498-8460-e4ac9157d1e9"] - }],ExpressionUUID->"1583bc7d-6130-4c9f-b9b1-b75fbf121a4c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "44ca5879-0cdf-4aaf-9e58-f28513151867"] + }],ExpressionUUID->"4402c540-9817-474a-87f3-38709aea26e1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bc35712e-8590-4e9d-987e-2fe743c1d0dc"], + "f62e09a0-e22e-4db1-98e3-bc7e9ad5a646"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45e3261e-87ac-4468-936d-44984ea97b7e"] - }],ExpressionUUID->"000fd1cf-ab41-431b-a36e-e704133aa4e2"], - StripOnInput->False], {"\<\"TUG/ref/ApproxPreNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ApproxPreNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ApproxPreNuc.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$32450], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ApproxPreNuc" <> ".html"], None}]}]}, + "e5a15acc-497b-4400-89b7-1e5d4aeb0d92"] + }],ExpressionUUID->"99b703e8-f755-4700-a371-b55d15482f1c"], + StripOnInput->False],{ + "\"TUG/ref/ApproxPreNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ApproxPreNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ApproxPreNuc.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$33356], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ApproxPreNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "293c5f99-d8d5-4825-8973-51b1b03cf0b9"] + "258f84c7-0de4-490e-a1df-4a430ca42475"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "72f35b5d-40d4-4675-8f33-3a790f0521d9"]} + "be24600b-4572-4a0f-b812-a6a8c0c8d846"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"afbf7cdc-41ab-47a9-9342-c1b6c5955834"], + CellID->1,ExpressionUUID->"86a703d1-87f6-4df0-ab90-3406701e25dc"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5b09f19c-e534-4cf0-be85-5ee1b5b02b5a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8b479a1e-0a65-486f-aea0-dbf9ffbd4095"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ApproxPreNuc", "ObjectName",ExpressionUUID-> - "b7e9cc28-47b0-4170-af57-59c56bc1287c"], + "65bea047-9fef-4994-9911-98c67e2e95f9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8b86ad78-7b81-43b4-94c6-af85d257f783"], + "Spacer1"]],ExpressionUUID->"d8e70ad7-c8c8-48d4-9caf-a36517fef3da"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8448e6b3-e24d-4bcd-85eb-2b4e01a48b45"] - }],ExpressionUUID->"10e45058-5e56-4570-ad13-4b3d729d288c"], Cell[BoxData[ + "13099488-b1d4-4ed5-8ef0-913ac381e43c"] + }],ExpressionUUID->"a7620468-67af-4174-8ab0-0c7cbfc19410"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4094c29d-c123-442d-b034-5dfb5d6ca2f4"]} + "3a98638a-9149-40f5-aebc-929cd76e71ed"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"565ad2e0-3efe-4e3f-9823-84af9188b831"], + CacheGraphics->False,ExpressionUUID->"916b961a-3c2c-45c5-8249-e4fe4bda226a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]computes the (p,k)-pre-nucleolus by a non-linear \ minimization method. It is an approximation of the pre-nucleolus. If \ (p,k)=(2,k), then it computes the least square pre-nucleolus." - }],ExpressionUUID->"3ebde060-3c38-413c-b376-50ac256e0d5a"]} + }],ExpressionUUID->"27670221-b56f-4768-8a89-41d42af80139"]} }]], "Usage", CellID->1481927160,ExpressionUUID->"00dceff9-6d60-49ee-a4a7-4062058882c5"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b2432d65-69aa-4e72-bff9-f8227f5ba4c8"], + ExpressionUUID->"bd694b94-cde9-4dba-a3fd-dfde39c7c8c7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"40ba65bf-f470-4122-aef3-42afcd278c60"], + "Spacer1"]],ExpressionUUID->"0225494c-98fe-4564-ab92-7939dcdbb90d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"19bb9129-043d-447f-a836-d1ac321846fa"], + }], "NotesFrameText",ExpressionUUID->"bb9efaf0-a6ff-4852-9f5f-1e398cd2f3d0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"06cfe69c-1b60-4941-85bd-369438570eb8"]], \ + "Preemptive"]],ExpressionUUID->"04347723-6b39-4965-8c37-f34b217bc933"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1283281183,ExpressionUUID->"80de860b-a341-4ec3-aba7-05e190b86d8d"], + CellID->2048716375,ExpressionUUID->"d63809eb-882b-43ac-ad90-397d93e036bc"], Cell[TextData[{ "The input expression ", @@ -390,11 +395,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9b70001c-e4dc-4eac-8e71-fd9fd4159498"], "SimulatedAnnealing", Cell["\<\ + "9b55dc16-8585-44a1-975a-f756d64581bf"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"aa3783f6-dc30-4d00-8f24-c19ed3bae119"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f78e8040-cad6-49f9-bb17-3baec2008a41"], + "2967fae1-ae94-4f19-b6c5-08b03749422c"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -411,11 +416,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ce9e5293-2107-4cb2-b28e-1ad8f8ef2965"], "IPOPT", Cell[ + "d9e747e5-4238-4abf-b393-e08523b40190"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "db3d6055-4655-40c4-801a-e53a2aeee25d"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e5a45f15-2fd3-42ed-835c-fd579ab5ad75"], + "df3835d4-aade-4b63-8c8e-91b8e121b026"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -431,12 +436,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c2f4f0da-4b0b-491c-af36-78193cbcad00"], "DifferentialEvolution", + "39059f6c-044d-413f-bd6a-c4b41392baf6"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"71497865-2682-477c-803b-7944bb9f3742"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "80a1b04f-de50-4546-b2ab-81463cae358e"], + "bcc779a7-162a-40eb-a102-890c5a2e8df8"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -452,11 +457,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "77efd3fb-6de8-4eb5-9972-f6e3c5efb0d9"], "NelderMead", Cell[ + "4c62f155-626f-4db8-8b44-6bd6ef9330de"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "1b182e76-742c-4171-817d-34da79896a2a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fe5e1581-6bcb-4812-828c-cafc92496348"], + "c2692a16-ca9f-489f-afe3-7f0790675196"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -478,7 +483,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "89b92ee6-4f84-43e6-9739-7f50f46c5f77"], + "648ac995-ab7f-4b2f-a1ac-bc5894525bd7"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -554,19 +559,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"811243b2-739a-45eb-a99a-100d99a329ed"], + ExpressionUUID->"36b39023-6f07-4960-8da8-3dd086217fe1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6f15c3ab-ca80-4ad0-924e-7c86f5635fa4"], + "Spacer1"]],ExpressionUUID->"ae21d9a8-99f0-4703-bbe0-1af4afccb4c5"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bf2f7188-e06a-4416-9f03-a296f41454c4"] + "2b39bacf-a79c-48f8-bea9-62ebea812107"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->654019025,ExpressionUUID->"7dbe2715-6923-487e-8ad3-2361c1e8c91d"], + CellID->34860503,ExpressionUUID->"c4b3d513-991c-46b5-840a-a77191160437"], Cell[CellGroupData[{ @@ -595,18 +600,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aa0e01de-6956-4617-8378-d87fd87441b0"], + ExpressionUUID->"9644b712-e94d-4de8-9603-f8a1233d8b83"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cf1b4cf4-2024-4f55-8453-eb2f4d098f48"], + "Spacer1"]],ExpressionUUID->"120d9002-dd39-4be0-864b-e671c13e1e08"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "81e682a0-9cb6-47be-aade-cd2fd4372a65"] + "a53f728e-0644-4677-a2f8-baa1e18c1782"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1933729771,ExpressionUUID->"264472bb-f5cb-4d97-9a33-512e61c170ef"], + CellID->870231475,ExpressionUUID->"58237412-d080-46a7-8f71-a48bf4231a0c"], Cell["Loading the package:", "ExampleText", CellID->433210637,ExpressionUUID->"5e3c0c34-eb8e-46e6-9f16-784a0e9ab586"], @@ -942,8 +947,6 @@ Cell["which is identical to the previous evaluation.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1091,15 +1094,15 @@ Cell[BoxData[GridBox[{ "b67d1d0c-9e6c-4fcb-949c-4d25dbb386ec"] }], "SeeAlso",ExpressionUUID->"7be4778a-68bf-480b-bae1-b7fe40de8658"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4b5e0632-4f17-4929-87c8-\ -74fd6413fe12"], + }]], "SeeAlsoSection",ExpressionUUID->"480e9f44-87a0-42ad-a751-\ +868756a8a42e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1111,9 +1114,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f3bc5728-94ee-4a95-8058-8a9a8f8fde65"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0f88f7d8-e556-49c9-aa61-\ -9939a48e3488"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3af51924-93e3-4539-b9e7-\ +2f6d7bcbb956"], Cell[BoxData[GridBox[{ { @@ -1130,7 +1132,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "83e098ce-adc3-4b2c-9305-2057a966ae1f"]}]}, + "0ad65660-364c-42ec-858f-ba2c3f7f5892"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1138,10 +1140,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f524f4ee-57ba-48d0-ae40-044c54533e96"]}]} + "b2043914-0053-4ba3-b320-596950c6cd5c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"88cb3147-10e0-458a-b376-\ -67e76f131380"], + }]], "MoreAboutSection",ExpressionUUID->"0f7b4f9e-4645-4702-9375-\ +ceee3d39c70a"], Cell[BoxData[GridBox[{ { @@ -1168,7 +1170,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "928e36d0-078c-42b8-a9a5-1995a0c514d8"]], "RelatedLinks", + "e0c474da-3c5b-47c3-ae8d-ffb8eed86015"]], "RelatedLinks", ExpressionUUID->"7ee00a44-78d3-4f38-9da8-f5f29f853f4d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1185,7 +1187,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4dfbdbe8-4f96-491a-a7dc-a9d1db94c1b9"]], "RelatedLinks", + "06b1146a-5cca-48f8-8cb0-03ecb6a190a2"]], "RelatedLinks", ExpressionUUID->"81f2fe8a-b8da-424a-afda-7ff75a1947ad"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1203,11 +1205,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7249176c-d285-4b99-a250-8abd400cb6b4"]], "RelatedLinks", + "74ea5ff8-caf4-42d1-abfa-a3e58ae7b089"]], "RelatedLinks", ExpressionUUID->"4f6613ae-efaf-43d2-9244-50b8b579ffd0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1822515f-1a86-4511-9728-\ -636f916ff965"], + }]], "RelatedLinksSection",ExpressionUUID->"aeb08064-2c48-4c5f-9cfb-\ +6616b7761722"], Cell[CellGroupData[{ @@ -1237,11 +1239,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8c511288-55d4-4a32-bf91-69ba81904ea5"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5599dba6-2295-4ffb-9fee-0bbfc199ca24"] +Cell[" ", "FooterCell",ExpressionUUID->"cb56c7c4-3bfa-4b7a-8a0e-2a293ed1c40e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ApproxPreNuc", TaggingRules->{ @@ -1252,7 +1254,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 54.711483}", + "built" -> "{2024, 6, 3, 16, 51, 22.661086}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1261,10 +1263,10 @@ TaggingRules->{ non-linear minimization method. It is an approximation of the pre-nucleolus. \ If (p,k)=(2,k), then it computes the least square pre-nucleolus.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ApproxPreNuc", - "titlemodifier" -> "", "windowtitle" -> "ApproxPreNuc", "type" -> - "Symbol", "uri" -> "TUG/ref/ApproxPreNuc"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ApproxPreNuc", "type" -> "Symbol", "uri" -> "TUG/ref/ApproxPreNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1273,9 +1275,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"668ab965-d7f4-4661-88ab-34fedd8b9e36" +ExpressionUUID->"df2f8679-0047-4ba0-9597-8f6c369c1a66" ] (* End of Notebook Content *) @@ -1283,183 +1285,181 @@ ExpressionUUID->"668ab965-d7f4-4661-88ab-34fedd8b9e36" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20589, 531, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7dbe2715-6923-487e-8ad3-2361c1e8c91d", + Cell[20661, 536, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c4b3d513-991c-46b5-840a-a77191160437", CellTags->"PrimaryExamplesSection", - CellID->654019025]} + CellID->34860503]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46997, 1284} + {"PrimaryExamplesSection", 47051, 1286} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7102, 168, 56, "AnchorBarGrid",ExpressionUUID->"afbf7cdc-41ab-47a9-9342-c1b6c5955834", +Cell[584, 21, 7174, 173, 57, "AnchorBarGrid",ExpressionUUID->"86a703d1-87f6-4df0-ab90-3406701e25dc", CellID->1], -Cell[7689, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5b09f19c-e534-4cf0-be85-5ee1b5b02b5a"], +Cell[7761, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8b479a1e-0a65-486f-aea0-dbf9ffbd4095"], Cell[CellGroupData[{ -Cell[7800, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"565ad2e0-3efe-4e3f-9823-84af9188b831"], -Cell[9089, 232, 635, 12, 133, "Usage",ExpressionUUID->"00dceff9-6d60-49ee-a4a7-4062058882c5", +Cell[7872, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"916b961a-3c2c-45c5-8249-e4fe4bda226a"], +Cell[9161, 237, 635, 12, 132, "Usage",ExpressionUUID->"00dceff9-6d60-49ee-a4a7-4062058882c5", CellID->1481927160] }, Open ]], Cell[CellGroupData[{ -Cell[9761, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"80de860b-a341-4ec3-aba7-05e190b86d8d", +Cell[9833, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"d63809eb-882b-43ac-ad90-397d93e036bc", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1283281183], -Cell[11659, 298, 1057, 24, 78, "Notes",ExpressionUUID->"20396bb3-1449-4902-8d4f-dc8ce1e682f6", + CellID->2048716375], +Cell[11731, 303, 1057, 24, 78, "Notes",ExpressionUUID->"20396bb3-1449-4902-8d4f-dc8ce1e682f6", CellID->1014199156], -Cell[12719, 324, 489, 12, 37, "Notes",ExpressionUUID->"a80bb577-890d-40b3-b2ed-badfea65bb2c", +Cell[12791, 329, 489, 12, 38, "Notes",ExpressionUUID->"a80bb577-890d-40b3-b2ed-badfea65bb2c", CellID->177724765], -Cell[13211, 338, 699, 17, 57, "Notes",ExpressionUUID->"cc003dc8-28ce-4fda-b382-665b86a74fde", +Cell[13283, 343, 699, 17, 57, "Notes",ExpressionUUID->"cc003dc8-28ce-4fda-b382-665b86a74fde", CellID->1623139283], -Cell[13913, 357, 184, 4, 36, "Notes",ExpressionUUID->"c2753642-dbc0-49ad-a5b9-3c824fe258fc", +Cell[13985, 362, 184, 4, 36, "Notes",ExpressionUUID->"c2753642-dbc0-49ad-a5b9-3c824fe258fc", CellID->1742244713], -Cell[14100, 363, 216, 4, 36, "Notes",ExpressionUUID->"0c2bb64e-fb4e-4458-8afa-d6df68a71a40", +Cell[14172, 368, 216, 4, 36, "Notes",ExpressionUUID->"0c2bb64e-fb4e-4458-8afa-d6df68a71a40", CellID->25667997], -Cell[14319, 369, 297, 5, 57, "Notes",ExpressionUUID->"884b42aa-908c-4e62-9354-cb277ee9affd", +Cell[14391, 374, 297, 5, 57, "Notes",ExpressionUUID->"884b42aa-908c-4e62-9354-cb277ee9affd", CellID->1210693388], -Cell[14619, 376, 386, 12, 37, "Notes",ExpressionUUID->"382a98bb-1cf1-4694-b8c2-e0d659fb0d6c", +Cell[14691, 381, 386, 12, 38, "Notes",ExpressionUUID->"382a98bb-1cf1-4694-b8c2-e0d659fb0d6c", CellID->24981], -Cell[15008, 390, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"f725b6ec-2980-4eaf-916c-1f5dfe67762a", +Cell[15080, 395, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"f725b6ec-2980-4eaf-916c-1f5dfe67762a", CellID->2025032606], -Cell[15968, 411, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"14a42dda-4ecb-41ae-94e9-6216bf2cec8f", +Cell[16040, 416, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"14a42dda-4ecb-41ae-94e9-6216bf2cec8f", CellID->1546107665], -Cell[16783, 431, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"8a16bd53-7293-472a-bf3b-0abc692c8d78", +Cell[16855, 436, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"8a16bd53-7293-472a-bf3b-0abc692c8d78", CellID->512784626], -Cell[17673, 452, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"f49a3b04-d64d-424b-b726-66f3b0087c03", +Cell[17745, 457, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"f49a3b04-d64d-424b-b726-66f3b0087c03", CellID->1691942019], -Cell[18520, 472, 272, 4, 70, "Notes",ExpressionUUID->"d50dba64-c3aa-4be3-a99a-8c9e50c2287b", +Cell[18592, 477, 272, 4, 70, "Notes",ExpressionUUID->"d50dba64-c3aa-4be3-a99a-8c9e50c2287b", CellID->1086410865], -Cell[18795, 478, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"d6a25251-3467-4e53-a39b-652a012825cc", +Cell[18867, 483, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"d6a25251-3467-4e53-a39b-652a012825cc", CellID->1565514921], -Cell[19470, 495, 431, 13, 70, "Notes",ExpressionUUID->"bf30c10c-7f2b-4003-8009-38df7bf0ed4c", +Cell[19542, 500, 431, 13, 70, "Notes",ExpressionUUID->"bf30c10c-7f2b-4003-8009-38df7bf0ed4c", CellID->17586], -Cell[19904, 510, 558, 15, 70, "Notes",ExpressionUUID->"d0916fdd-5679-4f9c-9b97-191e57d677ab", +Cell[19976, 515, 558, 15, 70, "Notes",ExpressionUUID->"d0916fdd-5679-4f9c-9b97-191e57d677ab", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20589, 531, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7dbe2715-6923-487e-8ad3-2361c1e8c91d", +Cell[20661, 536, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c4b3d513-991c-46b5-840a-a77191160437", CellTags->"PrimaryExamplesSection", - CellID->654019025], + CellID->34860503], Cell[CellGroupData[{ -Cell[22034, 572, 1399, 36, 70, "ExampleSection",ExpressionUUID->"264472bb-f5cb-4d97-9a33-512e61c170ef", - CellID->1933729771], -Cell[23436, 610, 118, 1, 70, "ExampleText",ExpressionUUID->"5e3c0c34-eb8e-46e6-9f16-784a0e9ab586", +Cell[22105, 577, 1398, 36, 70, "ExampleSection",ExpressionUUID->"58237412-d080-46a7-8f71-a48bf4231a0c", + CellID->870231475], +Cell[23506, 615, 118, 1, 70, "ExampleText",ExpressionUUID->"5e3c0c34-eb8e-46e6-9f16-784a0e9ab586", CellID->433210637], Cell[CellGroupData[{ -Cell[23579, 615, 166, 3, 70, "Input",ExpressionUUID->"4ad3c8ae-7c98-49c9-b694-3e7b8659018d", +Cell[23649, 620, 166, 3, 70, "Input",ExpressionUUID->"4ad3c8ae-7c98-49c9-b694-3e7b8659018d", CellID->16209386], Cell[CellGroupData[{ -Cell[23770, 622, 235, 4, 70, "Print",ExpressionUUID->"dffa3290-1246-4211-922a-acd087212cf7", +Cell[23840, 627, 235, 4, 70, "Print",ExpressionUUID->"dffa3290-1246-4211-922a-acd087212cf7", CellID->159548421], -Cell[24008, 628, 364, 8, 70, "Print",ExpressionUUID->"345239d0-8368-4633-b456-9cd9dd39e645", +Cell[24078, 633, 364, 8, 70, "Print",ExpressionUUID->"345239d0-8368-4633-b456-9cd9dd39e645", CellID->373748454], -Cell[24375, 638, 236, 4, 70, "Print",ExpressionUUID->"35ef274b-7790-42b8-aff5-74cc4a5aea4f", +Cell[24445, 643, 236, 4, 70, "Print",ExpressionUUID->"35ef274b-7790-42b8-aff5-74cc4a5aea4f", CellID->1228560654], -Cell[24614, 644, 220, 3, 70, "Print",ExpressionUUID->"127b6bb6-8dcc-4917-9d64-e4acf08fe460", +Cell[24684, 649, 220, 3, 70, "Print",ExpressionUUID->"127b6bb6-8dcc-4917-9d64-e4acf08fe460", CellID->1387714380], -Cell[24837, 649, 207, 3, 70, "Print",ExpressionUUID->"53476776-b337-41f2-bacf-e34f78267ac0", +Cell[24907, 654, 207, 3, 70, "Print",ExpressionUUID->"53476776-b337-41f2-bacf-e34f78267ac0", CellID->1193970629], -Cell[25047, 654, 236, 4, 70, "Print",ExpressionUUID->"1e93dcf1-52d6-4772-845b-5fa62e2822ca", +Cell[25117, 659, 236, 4, 70, "Print",ExpressionUUID->"1e93dcf1-52d6-4772-845b-5fa62e2822ca", CellID->248558352], -Cell[25286, 660, 218, 3, 70, "Print",ExpressionUUID->"37b4c87b-2769-421e-ab94-2570a1e37cfc", +Cell[25356, 665, 218, 3, 70, "Print",ExpressionUUID->"37b4c87b-2769-421e-ab94-2570a1e37cfc", CellID->66154409], -Cell[25507, 665, 235, 4, 70, "Print",ExpressionUUID->"dc423708-102e-41dd-ad14-f395eddb1b7a", +Cell[25577, 670, 235, 4, 70, "Print",ExpressionUUID->"dc423708-102e-41dd-ad14-f395eddb1b7a", CellID->966482402], -Cell[25745, 671, 236, 4, 70, "Print",ExpressionUUID->"46f05d10-3074-4f7b-aae3-99711d45f864", +Cell[25815, 676, 236, 4, 70, "Print",ExpressionUUID->"46f05d10-3074-4f7b-aae3-99711d45f864", CellID->2083636933], -Cell[25984, 677, 207, 3, 70, "Print",ExpressionUUID->"97b11987-fe99-4a09-a7be-83ed3def8ea0", +Cell[26054, 682, 207, 3, 70, "Print",ExpressionUUID->"97b11987-fe99-4a09-a7be-83ed3def8ea0", CellID->1428910232], -Cell[26194, 682, 235, 4, 70, "Print",ExpressionUUID->"47f59d95-65a5-4e34-ac2f-48881a6a6556", +Cell[26264, 687, 235, 4, 70, "Print",ExpressionUUID->"47f59d95-65a5-4e34-ac2f-48881a6a6556", CellID->351477619] }, Open ]] }, Open ]], -Cell[26456, 690, 137, 1, 70, "ExampleText",ExpressionUUID->"cddef64e-3798-4984-9fac-3b4bbcc5f466", +Cell[26526, 695, 137, 1, 70, "ExampleText",ExpressionUUID->"cddef64e-3798-4984-9fac-3b4bbcc5f466", CellID->1400792944], -Cell[26596, 693, 248, 7, 70, "Input",ExpressionUUID->"36a66368-5629-4c60-acb8-7402aa85f68f", +Cell[26666, 698, 248, 7, 70, "Input",ExpressionUUID->"36a66368-5629-4c60-acb8-7402aa85f68f", CellID->1439720707], -Cell[26847, 702, 1226, 31, 70, "Input",ExpressionUUID->"f26e2690-5772-45c4-9bd8-e34f736ea48b", +Cell[26917, 707, 1226, 31, 70, "Input",ExpressionUUID->"f26e2690-5772-45c4-9bd8-e34f736ea48b", CellID->1296270866], -Cell[28076, 735, 237, 6, 70, "Input",ExpressionUUID->"98168ef9-1176-4745-8c1b-2326fe8ff0c1", +Cell[28146, 740, 237, 6, 70, "Input",ExpressionUUID->"98168ef9-1176-4745-8c1b-2326fe8ff0c1", CellID->821527755], -Cell[28316, 743, 191, 4, 70, "ExampleText",ExpressionUUID->"b48ec609-3235-4252-a721-987084354ef6", +Cell[28386, 748, 191, 4, 70, "ExampleText",ExpressionUUID->"b48ec609-3235-4252-a721-987084354ef6", CellID->1464156373], Cell[CellGroupData[{ -Cell[28532, 751, 170, 3, 70, "Input",ExpressionUUID->"8a5a3b51-8133-4c7b-b232-a48c49a6444f", +Cell[28602, 756, 170, 3, 70, "Input",ExpressionUUID->"8a5a3b51-8133-4c7b-b232-a48c49a6444f", CellID->1357585049], -Cell[28705, 756, 220, 5, 36, "Output",ExpressionUUID->"bb460c41-2e69-4b2c-9b01-a6475db7b2ff", +Cell[28775, 761, 220, 5, 36, "Output",ExpressionUUID->"bb460c41-2e69-4b2c-9b01-a6475db7b2ff", CellID->1363705703] }, Open ]], -Cell[28940, 764, 195, 4, 70, "ExampleText",ExpressionUUID->"4db8cc4b-1c1d-40f7-bd9b-df54bba8d579", +Cell[29010, 769, 195, 4, 70, "ExampleText",ExpressionUUID->"4db8cc4b-1c1d-40f7-bd9b-df54bba8d579", CellID->1329535500], Cell[CellGroupData[{ -Cell[29160, 772, 251, 6, 70, "Input",ExpressionUUID->"79729609-e8a1-44be-98c4-8a3b1076a15c", +Cell[29230, 777, 251, 6, 70, "Input",ExpressionUUID->"79729609-e8a1-44be-98c4-8a3b1076a15c", CellID->698869455], -Cell[29414, 780, 747, 22, 38, "Output",ExpressionUUID->"82095c45-30b0-4612-917b-964235c36313", +Cell[29484, 785, 747, 22, 38, "Output",ExpressionUUID->"82095c45-30b0-4612-917b-964235c36313", CellID->1296346060] }, Open ]], -Cell[30176, 805, 176, 3, 70, "ExampleText",ExpressionUUID->"60230704-d9be-4e25-b703-2c884f6c89e0", +Cell[30246, 810, 176, 3, 70, "ExampleText",ExpressionUUID->"60230704-d9be-4e25-b703-2c884f6c89e0", CellID->758321632], Cell[CellGroupData[{ -Cell[30377, 812, 368, 11, 70, "Input",ExpressionUUID->"f680ee1a-df64-4ed4-8212-121be50ee216", +Cell[30447, 817, 368, 11, 70, "Input",ExpressionUUID->"f680ee1a-df64-4ed4-8212-121be50ee216", CellID->1745619293], -Cell[30748, 825, 336, 8, 36, "Output",ExpressionUUID->"655ebf91-e518-4bdd-9aed-717c6f562faa", +Cell[30818, 830, 336, 8, 36, "Output",ExpressionUUID->"655ebf91-e518-4bdd-9aed-717c6f562faa", CellID->504254458] }, Open ]], Cell[CellGroupData[{ -Cell[31121, 838, 201, 4, 70, "Input",ExpressionUUID->"68e1fed4-93d6-4737-b1c4-4b5d7529205a", +Cell[31191, 843, 201, 4, 70, "Input",ExpressionUUID->"68e1fed4-93d6-4737-b1c4-4b5d7529205a", CellID->815086537], -Cell[31325, 844, 159, 3, 36, "Output",ExpressionUUID->"2a417b69-f027-42bb-a523-636ee06df1f9", +Cell[31395, 849, 159, 3, 36, "Output",ExpressionUUID->"2a417b69-f027-42bb-a523-636ee06df1f9", CellID->480814135] }, Open ]], -Cell[31499, 850, 177, 3, 70, "ExampleText",ExpressionUUID->"8759aaec-ff32-4769-80d3-038ae51c01bb", +Cell[31569, 855, 177, 3, 70, "ExampleText",ExpressionUUID->"8759aaec-ff32-4769-80d3-038ae51c01bb", CellID->948876689], Cell[CellGroupData[{ -Cell[31701, 857, 208, 5, 70, "Input",ExpressionUUID->"38157af9-b0ab-4fa8-b3ff-3efac4f30d20", +Cell[31771, 862, 208, 5, 70, "Input",ExpressionUUID->"38157af9-b0ab-4fa8-b3ff-3efac4f30d20", CellID->1574406507], -Cell[31912, 864, 264, 7, 36, "Output",ExpressionUUID->"e6c1e08d-5f43-4712-8da7-ada7fd34f164", +Cell[31982, 869, 264, 7, 36, "Output",ExpressionUUID->"e6c1e08d-5f43-4712-8da7-ada7fd34f164", CellID->1549382412] }, Open ]], -Cell[32191, 874, 191, 4, 70, "ExampleText",ExpressionUUID->"66dd2ead-5ed7-4745-a7c3-0c2874030aa8", +Cell[32261, 879, 191, 4, 70, "ExampleText",ExpressionUUID->"66dd2ead-5ed7-4745-a7c3-0c2874030aa8", CellID->265747131], Cell[CellGroupData[{ -Cell[32407, 882, 251, 6, 70, "Input",ExpressionUUID->"ada8efee-1e34-46e0-afab-f107b1264675", +Cell[32477, 887, 251, 6, 70, "Input",ExpressionUUID->"ada8efee-1e34-46e0-afab-f107b1264675", CellID->1757899399], -Cell[32661, 890, 730, 21, 36, "Output",ExpressionUUID->"42d08fd3-7aee-407e-b199-0119c9c8d620", +Cell[32731, 895, 730, 21, 36, "Output",ExpressionUUID->"42d08fd3-7aee-407e-b199-0119c9c8d620", CellID->38148850] }, Open ]], -Cell[33406, 914, 140, 1, 70, "ExampleText",ExpressionUUID->"173bedc2-f08f-4f97-ac93-2f88141b7739", +Cell[33476, 919, 140, 1, 70, "ExampleText",ExpressionUUID->"173bedc2-f08f-4f97-ac93-2f88141b7739", CellID->587736668], Cell[CellGroupData[{ -Cell[33571, 919, 201, 4, 70, "Input",ExpressionUUID->"94d7f05f-898d-4696-9797-769382c261fb", +Cell[33641, 924, 201, 4, 70, "Input",ExpressionUUID->"94d7f05f-898d-4696-9797-769382c261fb", CellID->1095763898], -Cell[33775, 925, 275, 7, 36, "Output",ExpressionUUID->"fd66762f-6976-4d3c-aaea-676da4c9592c", +Cell[33845, 930, 275, 7, 36, "Output",ExpressionUUID->"fd66762f-6976-4d3c-aaea-676da4c9592c", CellID->909631783] }, Open ]], -Cell[34065, 935, 143, 1, 70, "ExampleText",ExpressionUUID->"f0351a6d-9bc6-4489-8487-c4b52a600930", +Cell[34135, 940, 143, 1, 70, "ExampleText",ExpressionUUID->"f0351a6d-9bc6-4489-8487-c4b52a600930", CellID->33116593] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34508, 949, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"480e9f44-87a0-42ad-a751-868756a8a42e"], +Cell[40002, 1099, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3af51924-93e3-4539-b9e7-2f6d7bcbb956"], +Cell[40675, 1119, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0f7b4f9e-4645-4702-9375-ceee3d39c70a"], +Cell[41711, 1147, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"aeb08064-2c48-4c5f-9cfb-6616b7761722"], Cell[CellGroupData[{ -Cell[34460, 946, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"4b5e0632-4f17-4929-87c8-74fd6413fe12"], -Cell[39954, 1096, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0f88f7d8-e556-49c9-aa61-9939a48e3488"] -}, Open ]], -Cell[40639, 1117, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"88cb3147-10e0-458a-b376-67e76f131380"], -Cell[41675, 1145, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"1822515f-1a86-4511-9728-636f916ff965"], -Cell[CellGroupData[{ -Cell[43957, 1213, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"635c90b5-0dff-469a-882d-e99cd49bf741", +Cell[43993, 1215, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"635c90b5-0dff-469a-882d-e99cd49bf741", CellID->778415021], -Cell[44097, 1216, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1d6534c8-f60f-4d93-b6d8-669d0bede866", +Cell[44133, 1218, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1d6534c8-f60f-4d93-b6d8-669d0bede866", CellID->1194386356], -Cell[44319, 1222, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ac1f30a5-3e24-4c4f-9c33-d33daa3b0d9d", +Cell[44355, 1224, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ac1f30a5-3e24-4c4f-9c33-d33daa3b0d9d", CellID->1641706272], -Cell[44534, 1227, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b7cb947-232f-489a-8cb7-af0c9a579618", +Cell[44570, 1229, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b7cb947-232f-489a-8cb7-af0c9a579618", CellID->399251956], -Cell[44763, 1233, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c511288-55d4-4a32-bf91-69ba81904ea5", +Cell[44799, 1235, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c511288-55d4-4a32-bf91-69ba81904ea5", CellID->821434655] }, Open ]], -Cell[45000, 1239, 78, 0, 70, "FooterCell",ExpressionUUID->"5599dba6-2295-4ffb-9fee-0bbfc199ca24"] +Cell[45036, 1241, 78, 0, 70, "FooterCell",ExpressionUUID->"cb56c7c4-3bfa-4b7a-8a0e-2a293ed1c40e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AssignmentProblem.nb b/Documentation/English/ReferencePages/Symbols/AssignmentProblem.nb index e03757e..940f330 100644 --- a/Documentation/English/ReferencePages/Symbols/AssignmentProblem.nb +++ b/Documentation/English/ReferencePages/Symbols/AssignmentProblem.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 210889, 5852] -NotebookOptionsPosition[ 167532, 5061] -NotebookOutlinePosition[ 169748, 5116] -CellTagsIndexPosition[ 169661, 5111] +NotebookDataLength[ 210885, 5851] +NotebookOptionsPosition[ 167544, 5062] +NotebookOutlinePosition[ 169777, 5117] +CellTagsIndexPosition[ 169690, 5112] WindowTitle->AssignmentProblem WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "73c104f0-b11f-4301-9b17-94e3091be810"], + "558ccb0a-3e49-470d-81ca-73f8b76cc44b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c3303f59-473a-4828-890d-4f5f91aa88d6"], + "da008060-1071-4fe8-ad6a-096a72c5cd55"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "92a8b550-6be7-4f63-a02c-97ed4fa08909"] - }],ExpressionUUID->"2fb86cdb-cc50-4d1b-83b5-55e9303286e0"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "12da5155-be1b-44d2-8b5e-787c3a9e1726"] + }],ExpressionUUID->"26a39233-0fbc-4652-a949-69995699f188"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17d09b55-7bd2-4556-9c3d-6b905278003f"], + "30471bcf-47f9-4cac-8433-b902d6e761e7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3b12a221-68b2-4887-85ed-1da4e1edc2f6"] - }],ExpressionUUID->"52bbfd7e-5eb1-4fc9-8f60-a5ed0f438ab7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "800b331a-7b9b-4c2d-9fce-e575bd318d69"] + }],ExpressionUUID->"25c12525-c72d-4534-a344-c69efd179d0c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1397f150-7c91-43a3-abae-87c488b25764"], + "da595df6-3654-4111-81e8-184b0fd3443c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ae1d556a-265e-44ae-8d13-93a36dba923c"] - }],ExpressionUUID->"61b7b3ae-d18e-45bf-844b-6d94cf79df6e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "62095a58-8111-4dc6-af0f-235603f0469f"] + }],ExpressionUUID->"b1af3beb-0369-4041-941a-02682565de0a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "67d0ceef-d1ea-4044-b9cb-df3913b12ddf"], + "25d67d22-c9f7-4059-a9fe-e9e5bb43c864"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51da0981-a9ec-403b-98a8-5cf75526d0a9"] - }],ExpressionUUID->"671a21b4-5078-4313-b413-331b87910f29"], - StripOnInput->False], {"\<\"TUG/ref/AssignmentProblem\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AssignmentProblem"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "951a2ed9-2e8b-4353-94de-5f4ead725a7f"] + }],ExpressionUUID->"332e4da3-dbff-4ea5-af33-aabf02cee6d3"], + StripOnInput->False],{ + "\"TUG/ref/AssignmentProblem\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AssignmentProblem"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AssignmentProblem.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$33064], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AssignmentProblem" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$34004], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AssignmentProblem" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "87d9b233-968c-4d7a-9a9c-ac6b63f2c25e"] + "71acc2fb-604e-4ffc-a7b2-aee6486faa39"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "28c68b60-8152-4732-ba09-3cb3e34d7205"]} + "1ebd6217-86e1-44f4-9406-239d3c195953"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"054ed0c7-8252-4517-94b2-fb53aa9cfc75"], + CellID->1,ExpressionUUID->"50912b07-ffc4-4688-b5e9-d5fe7c4756ed"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d931b31d-6ef1-4be9-981a-6cb50e8de577"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"64aa4920-07d9-4507-9f36-670770b6a8f0"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AssignmentProblem", "ObjectName",ExpressionUUID-> - "3c6630b1-426e-47c5-9bd6-5b55c339b3f9"], + "435cbf90-75cb-4b2b-8349-37411d1f8621"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"02bf180c-55df-4b39-af05-826cabdf599f"], + "Spacer1"]],ExpressionUUID->"7b071085-cc39-4ad2-bd25-2b9f6eeba137"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "042d41ec-b6dd-4ea8-9d3f-359e5af78427"] - }],ExpressionUUID->"25c4a125-6f6d-4cb7-8ab2-c3f35be61d89"], Cell[BoxData[ + "4d643e31-6884-47fc-82ce-639fa1313ba6"] + }],ExpressionUUID->"23026615-fc75-40a3-bfb5-5d1108208e75"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "aa9708bf-f804-43a7-bca4-9b61ed6b8388"]} + "5d0c7ec3-b095-405f-ac8f-fb3752184ed1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4364c900-6c67-459f-9afc-49725e3299d4"], + CacheGraphics->False,ExpressionUUID->"199481c6-a01c-4284-aef0-b0ce86c1710c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "75a8b716-cc44-47f0-a97d-5130c329e2e9"], " \[LineSeparator]determines the characteristic values from an \ assignment problem." - }],ExpressionUUID->"80131532-0f5e-47c2-bd94-70f6f0b9ceb9"]}, + }],ExpressionUUID->"49f54a22-6714-4da6-ba8e-e981b1c346f0"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AssignmentProblem", "[", @@ -250,7 +254,7 @@ assignment problem." "d130af30-8b27-4f57-bfc4-d1b53c2fec11"], " \[LineSeparator]with the associated option a verbose mode can be \ enabled." - }],ExpressionUUID->"d0fb3006-bdca-46ea-8fd8-52eea8d1b881"]} + }],ExpressionUUID->"dd138bc8-76ed-4e61-a69f-06940fe4fb59"]} }]], "Usage", CellID->1651234915,ExpressionUUID->"7bb44712-80c7-4c6a-9302-dcc7e68bf122"] }, Open ]], @@ -283,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2f1e690b-4830-4ffe-9df8-d9394c2557c1"], + ExpressionUUID->"bf60b87b-673a-45ef-979b-cb54617baa32"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1bc1634f-b1f2-47cf-8e4b-3d16756391d2"], + "Spacer1"]],ExpressionUUID->"720e9524-546a-439b-b806-ded326dd679f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5a39e43e-8ea1-4193-a657-22d56ae74118"], + }], "NotesFrameText",ExpressionUUID->"1d2acb4e-5a8a-4902-887e-401067055722"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"86e0ecd9-fb89-457f-bbe0-f31c705303e0"]], \ + "Preemptive"]],ExpressionUUID->"b906234a-ab12-42ad-9492-4d8cfc562b3a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1915559315,ExpressionUUID->"2db718e9-790d-484a-8528-26eea6df0f52"], + CellID->1960123298,ExpressionUUID->"bd41ce16-983f-45c2-9d54-483455481462"], Cell[TextData[{ "The expressions ", @@ -361,7 +365,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2e2a07d3-8631-4fc7-ae3d-53cac7182dcc"], + "a3550707-c80e-4146-9335-52e1dc178b41"], TemplateBox[{ Cell[ TextData["Verbose"]], "paclet:TUG/ref/Verbose", "TUG Package Symbol"}, @@ -419,19 +423,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4476d12f-2c24-4c8c-80af-a3130b9dd658"], + ExpressionUUID->"2e3af10b-7b9c-4eb9-a4a9-f39f93cfe122"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6c6e6a3d-f421-4616-a21d-b3e846567d69"], + "Spacer1"]],ExpressionUUID->"f11ee9b4-b8ad-4207-a070-3902fdacb351"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d1362336-ebe2-41ee-84cf-1f2d47919cfa"] + "ef768c33-c0fb-4eee-a4b5-6ab546e4baa7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1732483145,ExpressionUUID->"9e42293e-8dba-4786-ac1d-071fb1a4ce2c"], + CellID->713338196,ExpressionUUID->"ecd45f0f-be95-41c9-b255-fa21f9a44ca1"], Cell[CellGroupData[{ @@ -460,18 +464,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bf37207e-add8-497c-a0b3-470ea17e2572"], + ExpressionUUID->"171d02d1-a20a-4af6-b84f-80b397af4e31"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"63ed6e7d-f9c4-43a4-ac8b-5079b2046fe4"], + "Spacer1"]],ExpressionUUID->"2a78e6b3-87d0-4d00-becc-87dd48e57cee"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2e353b2a-7900-4a60-bbd9-d32af0288171"] + "df786471-3e1d-4960-9b41-6ee4c43b0c06"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1461093234,ExpressionUUID->"8a98e290-eddf-4efa-a178-d436258affbd"], + CellID->1455509156,ExpressionUUID->"08525be0-39cb-4dc4-8683-bbaa6fcfb7bd"], Cell["Loading the package:", "ExampleText", CellID->847562024,ExpressionUUID->"39d1659b-58d6-45dd-949d-d57e25295abb"], @@ -4763,8 +4767,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -4912,15 +4914,15 @@ Cell[BoxData[GridBox[{ "6145394a-4f26-4c26-aa5a-cdc063ed79a0"] }], "SeeAlso",ExpressionUUID->"2590599f-0f68-413c-bf7c-b9152a03d770"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"705ad84b-fdb8-41ee-a6da-\ -9e0b6aa33563"], + }]], "SeeAlsoSection",ExpressionUUID->"950c66ea-e616-4068-a651-\ +fbc644c6daf5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -4932,9 +4934,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a7046ae6-ee12-4e13-8963-b25c1211d7fb"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"df320c77-09f4-4228-bd1d-\ -f3df9a0da7ab"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4243acff-4bb2-4f8d-a9d6-\ +73c4f281bf27"], Cell[BoxData[GridBox[{ { @@ -4951,7 +4952,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d38ddc16-1a68-440e-a63e-6e2daa18abe3"]}]}, + "fefaa4c0-446d-46d3-99c4-d75b31ded5e8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -4959,10 +4960,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ef832129-df56-413a-9af5-0c3eadc29b05"]}]} + "84489547-afde-45fd-8ead-89bed1fe2dc7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9eb51cf0-0826-46da-9cec-\ -d0b7367af5a2"], + }]], "MoreAboutSection",ExpressionUUID->"cd31bb81-f6a7-4027-b3be-\ +d7066bf07f96"], Cell[BoxData[GridBox[{ { @@ -4989,7 +4990,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenProfitMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "97dd2548-7541-4451-955f-fbeae3119829"]], "RelatedLinks", + "22e26027-e512-43f5-9679-990aebc33e40"]], "RelatedLinks", ExpressionUUID->"5616f12a-27ff-4c25-8b7b-0be286dc5f60"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5006,7 +5007,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6d38870c-e25f-4cf4-8b95-c5f74a63ce9a"]], "RelatedLinks", + "238fd8af-780d-4159-bf27-72d0a91f9746"]], "RelatedLinks", ExpressionUUID->"abdff6a0-127e-4a7d-986b-91e39dab83a0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5023,11 +5024,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "82bad667-93b2-431f-ba9f-85ee2363ff9f"]], "RelatedLinks", + "248288d0-004c-42b5-b402-af39f1ee8b67"]], "RelatedLinks", ExpressionUUID->"69566d87-4ca4-4994-b179-b9363836584c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d70dde9f-678f-4204-bc8b-\ -e66da49560d8"], + }]], "RelatedLinksSection",ExpressionUUID->"25f058f8-3abc-4244-bc3b-\ +75eaf1f0973e"], Cell[CellGroupData[{ @@ -5057,11 +5058,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fc38ee57-b9c6-46b8-9468-3a94b569d41c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b4eac678-1449-40ad-914e-6d37cf0910e1"] +Cell[" ", "FooterCell",ExpressionUUID->"b63364af-315b-4940-8504-f3cb57c4911e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AssignmentProblem", TaggingRules->{ @@ -5072,7 +5073,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 56.878117}", + "built" -> "{2024, 6, 3, 16, 51, 24.046308}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -5081,10 +5082,10 @@ TaggingRules->{ from an assignment problem. AssignmentProblem[bys, sls, pfm, options] with \ the associated option a verbose mode can be enabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "AssignmentProblem", "titlemodifier" -> "", - "windowtitle" -> "AssignmentProblem", "type" -> "Symbol", "uri" -> - "TUG/ref/AssignmentProblem"}}, + "metadescription" -> "", "windowtitle" -> "AssignmentProblem", "type" -> + "Symbol", "uri" -> "TUG/ref/AssignmentProblem"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -5093,9 +5094,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"29e4e6e6-3273-49fe-8c83-817d7e0450fc" +ExpressionUUID->"1dd7389e-67d7-490f-9c9b-2b1b5160166b" ] (* End of Notebook Content *) @@ -5103,757 +5104,755 @@ ExpressionUUID->"29e4e6e6-3273-49fe-8c83-817d7e0450fc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15218, 396, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e42293e-8dba-4786-ac1d-071fb1a4ce2c", + Cell[15265, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ecd45f0f-be95-41c9-b255-fa21f9a44ca1", CellTags->"PrimaryExamplesSection", - CellID->1732483145]} + CellID->713338196]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 169460, 5104} + {"PrimaryExamplesSection", 169490, 5105} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7123, 169, 56, "AnchorBarGrid",ExpressionUUID->"054ed0c7-8252-4517-94b2-fb53aa9cfc75", +Cell[589, 21, 7170, 173, 57, "AnchorBarGrid",ExpressionUUID->"50912b07-ffc4-4688-b5e9-d5fe7c4756ed", CellID->1], -Cell[7715, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d931b31d-6ef1-4be9-981a-6cb50e8de577"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"64aa4920-07d9-4507-9f36-670770b6a8f0"], Cell[CellGroupData[{ -Cell[7826, 196, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"4364c900-6c67-459f-9afc-49725e3299d4"], -Cell[9120, 233, 956, 21, 187, "Usage",ExpressionUUID->"7bb44712-80c7-4c6a-9302-dcc7e68bf122", +Cell[7873, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"199481c6-a01c-4284-aef0-b0ce86c1710c"], +Cell[9167, 237, 956, 21, 186, "Usage",ExpressionUUID->"7bb44712-80c7-4c6a-9302-dcc7e68bf122", CellID->1651234915] }, Open ]], Cell[CellGroupData[{ -Cell[10113, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"2db718e9-790d-484a-8528-26eea6df0f52", +Cell[10160, 263, 1895, 47, 37, "NotesSection",ExpressionUUID->"bd41ce16-983f-45c2-9d54-483455481462", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1915559315], -Cell[12011, 308, 681, 18, 36, "]]",ExpressionUUID->"d96ab2d9-ef3d-4b2b-82c5-64246a2b36b6", + CellID->1960123298], +Cell[12058, 312, 681, 18, 36, "]]",ExpressionUUID->"d96ab2d9-ef3d-4b2b-82c5-64246a2b36b6", CellID->313448337], -Cell[12695, 328, 489, 12, 37, "Notes",ExpressionUUID->"d4190721-ae2e-4ad1-9d25-687ba6065c9a", +Cell[12742, 332, 489, 12, 38, "Notes",ExpressionUUID->"d4190721-ae2e-4ad1-9d25-687ba6065c9a", CellID->177724765], -Cell[13187, 342, 347, 6, 57, "Notes",ExpressionUUID->"bab8952d-dd24-47fd-8592-642e79270c2f", +Cell[13234, 346, 347, 6, 57, "Notes",ExpressionUUID->"bab8952d-dd24-47fd-8592-642e79270c2f", CellID->861609230], -Cell[13537, 350, 177, 3, 36, "Notes",ExpressionUUID->"0505c9da-a70a-492c-9df8-553d2cfe7e0f", +Cell[13584, 354, 177, 3, 36, "Notes",ExpressionUUID->"0505c9da-a70a-492c-9df8-553d2cfe7e0f", CellID->1593024310], -Cell[13717, 355, 267, 4, 49, "Notes",ExpressionUUID->"5679f474-2760-4891-b0fe-3809a26f666a", +Cell[13764, 359, 267, 4, 48, "Notes",ExpressionUUID->"5679f474-2760-4891-b0fe-3809a26f666a", CellID->13178], -Cell[13987, 361, 643, 14, 40, "3ColumnTableMod",ExpressionUUID->"512229bf-1aa1-413c-9bdb-3cf9b1f183aa", +Cell[14034, 365, 643, 14, 41, "3ColumnTableMod",ExpressionUUID->"512229bf-1aa1-413c-9bdb-3cf9b1f183aa", CellID->1374443190], -Cell[14633, 377, 458, 13, 37, "Notes",ExpressionUUID->"58f3d3b8-16aa-438f-9e8b-553a3f8f734b", +Cell[14680, 381, 458, 13, 38, "Notes",ExpressionUUID->"58f3d3b8-16aa-438f-9e8b-553a3f8f734b", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15218, 396, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e42293e-8dba-4786-ac1d-071fb1a4ce2c", +Cell[15265, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ecd45f0f-be95-41c9-b255-fa21f9a44ca1", CellTags->"PrimaryExamplesSection", - CellID->1732483145], + CellID->713338196], Cell[CellGroupData[{ -Cell[16664, 437, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8a98e290-eddf-4efa-a178-d436258affbd", - CellID->1461093234], -Cell[18066, 475, 118, 1, 38, "ExampleText",ExpressionUUID->"39d1659b-58d6-45dd-949d-d57e25295abb", +Cell[16710, 441, 1399, 36, 30, "ExampleSection",ExpressionUUID->"08525be0-39cb-4dc4-8683-bbaa6fcfb7bd", + CellID->1455509156], +Cell[18112, 479, 118, 1, 39, "ExampleText",ExpressionUUID->"39d1659b-58d6-45dd-949d-d57e25295abb", CellID->847562024], Cell[CellGroupData[{ -Cell[18209, 480, 167, 3, 27, "Input",ExpressionUUID->"d9f5c4e1-a1f3-4802-aa13-0f41286f0836", +Cell[18255, 484, 167, 3, 27, "Input",ExpressionUUID->"d9f5c4e1-a1f3-4802-aa13-0f41286f0836", CellID->811393377], Cell[CellGroupData[{ -Cell[18401, 487, 236, 4, 23, "Print",ExpressionUUID->"6dc890c8-fe7b-4187-8d20-7d58f4471bf5", +Cell[18447, 491, 236, 4, 23, "Print",ExpressionUUID->"6dc890c8-fe7b-4187-8d20-7d58f4471bf5", CellID->2129580148], -Cell[18640, 493, 365, 8, 23, "Print",ExpressionUUID->"b6e43d31-e6e3-47dd-94d9-b1f1fd05a56e", +Cell[18686, 497, 365, 8, 23, "Print",ExpressionUUID->"b6e43d31-e6e3-47dd-94d9-b1f1fd05a56e", CellID->1067353326], -Cell[19008, 503, 235, 4, 23, "Print",ExpressionUUID->"790d5e73-d705-4cb8-aa67-cc1df57df519", +Cell[19054, 507, 235, 4, 23, "Print",ExpressionUUID->"790d5e73-d705-4cb8-aa67-cc1df57df519", CellID->603335023], -Cell[19246, 509, 219, 3, 70, "Print",ExpressionUUID->"42693800-e8b0-4952-910f-68618d7a8611", +Cell[19292, 513, 219, 3, 70, "Print",ExpressionUUID->"42693800-e8b0-4952-910f-68618d7a8611", CellID->218518543], -Cell[19468, 514, 207, 3, 70, "Print",ExpressionUUID->"db42d5d7-d0b2-4977-bfda-3dfc362f723e", +Cell[19514, 518, 207, 3, 70, "Print",ExpressionUUID->"db42d5d7-d0b2-4977-bfda-3dfc362f723e", CellID->1391755714], -Cell[19678, 519, 234, 4, 70, "Print",ExpressionUUID->"d0691e21-069f-4266-9d6d-57dc15d26b34", +Cell[19724, 523, 234, 4, 70, "Print",ExpressionUUID->"d0691e21-069f-4266-9d6d-57dc15d26b34", CellID->2353794], -Cell[19915, 525, 220, 3, 70, "Print",ExpressionUUID->"215e9a5d-a907-4c06-8a57-393581bc1e8e", +Cell[19961, 529, 220, 3, 70, "Print",ExpressionUUID->"215e9a5d-a907-4c06-8a57-393581bc1e8e", CellID->1499195526], -Cell[20138, 530, 235, 4, 70, "Print",ExpressionUUID->"1796f36f-c017-4589-aff0-af76be2c5579", +Cell[20184, 534, 235, 4, 70, "Print",ExpressionUUID->"1796f36f-c017-4589-aff0-af76be2c5579", CellID->358048643], -Cell[20376, 536, 234, 4, 70, "Print",ExpressionUUID->"9fb60a87-8bb1-443a-878b-2da1002acd33", +Cell[20422, 540, 234, 4, 70, "Print",ExpressionUUID->"9fb60a87-8bb1-443a-878b-2da1002acd33", CellID->44530898], -Cell[20613, 542, 206, 3, 70, "Print",ExpressionUUID->"d49b8043-8f7d-427d-b17b-b9bbf019fce2", +Cell[20659, 546, 206, 3, 70, "Print",ExpressionUUID->"d49b8043-8f7d-427d-b17b-b9bbf019fce2", CellID->904887449], -Cell[20822, 547, 235, 4, 70, "Print",ExpressionUUID->"519d76b6-2deb-4d83-9d25-05ef544f8326", +Cell[20868, 551, 235, 4, 70, "Print",ExpressionUUID->"519d76b6-2deb-4d83-9d25-05ef544f8326", CellID->328207732] }, Open ]] }, Open ]], -Cell[21084, 555, 190, 4, 70, "ExampleText",ExpressionUUID->"87b235fb-80ae-44dd-b364-3944781a7cc6", +Cell[21130, 559, 190, 4, 70, "ExampleText",ExpressionUUID->"87b235fb-80ae-44dd-b364-3944781a7cc6", CellID->135695021], Cell[CellGroupData[{ -Cell[21299, 563, 175, 3, 70, "Input",ExpressionUUID->"859f5b2f-0ee0-4592-89ab-94c1ead067de", +Cell[21345, 567, 175, 3, 70, "Input",ExpressionUUID->"859f5b2f-0ee0-4592-89ab-94c1ead067de", CellID->1453200991], -Cell[21477, 568, 216, 5, 36, "Output",ExpressionUUID->"a33644a4-7d24-440b-b8c6-71a1ae20db55", +Cell[21523, 572, 216, 5, 36, "Output",ExpressionUUID->"a33644a4-7d24-440b-b8c6-71a1ae20db55", CellID->247406104] }, Open ]], -Cell[21708, 576, 182, 4, 70, "Input",ExpressionUUID->"43107bb4-79d0-42e1-9886-2816d1d26b3f", +Cell[21754, 580, 182, 4, 70, "Input",ExpressionUUID->"43107bb4-79d0-42e1-9886-2816d1d26b3f", CellID->668333366] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]], Cell[CellGroupData[{ -Cell[22027, 587, 107, 1, 70, "Subsection",ExpressionUUID->"7e6f35e7-4d4d-425b-b5a5-b825c7e4ac01", +Cell[22073, 591, 107, 1, 70, "Subsection",ExpressionUUID->"7e6f35e7-4d4d-425b-b5a5-b825c7e4ac01", CellID->1704324537], -Cell[22137, 590, 169, 3, 70, "ExampleText",ExpressionUUID->"5f044c41-c3aa-476d-b0e7-d496fc99e5af", +Cell[22183, 594, 169, 3, 70, "ExampleText",ExpressionUUID->"5f044c41-c3aa-476d-b0e7-d496fc99e5af", CellID->126536603], Cell[CellGroupData[{ -Cell[22331, 597, 181, 4, 70, "Input",ExpressionUUID->"4b1491f7-ebda-412f-9b91-f96c9a6b101c", +Cell[22377, 601, 181, 4, 70, "Input",ExpressionUUID->"4b1491f7-ebda-412f-9b91-f96c9a6b101c", CellID->357605762], -Cell[22515, 603, 182, 4, 36, "Output",ExpressionUUID->"a7e8108a-d725-4f2c-810c-79e031298ff2", +Cell[22561, 607, 182, 4, 36, "Output",ExpressionUUID->"a7e8108a-d725-4f2c-810c-79e031298ff2", CellID->1477258397] }, Open ]], -Cell[22712, 610, 116, 1, 70, "ExampleText",ExpressionUUID->"edb4296e-508a-444e-825a-ed63b6dc2704", +Cell[22758, 614, 116, 1, 70, "ExampleText",ExpressionUUID->"edb4296e-508a-444e-825a-ed63b6dc2704", CellID->214356936], Cell[CellGroupData[{ -Cell[22853, 615, 206, 5, 70, "Input",ExpressionUUID->"49a0a601-fffb-4336-8191-f0e2f6887390", +Cell[22899, 619, 206, 5, 70, "Input",ExpressionUUID->"49a0a601-fffb-4336-8191-f0e2f6887390", CellID->1062852899], -Cell[23062, 622, 181, 4, 36, "Output",ExpressionUUID->"da761803-dc71-4515-a4b2-a0dda51967e6", +Cell[23108, 626, 181, 4, 36, "Output",ExpressionUUID->"da761803-dc71-4515-a4b2-a0dda51967e6", CellID->273470880] }, Open ]], -Cell[23258, 629, 175, 3, 70, "ExampleText",ExpressionUUID->"622a9bdf-75f3-4b59-a3d0-92a36ec163f8", +Cell[23304, 633, 175, 3, 70, "ExampleText",ExpressionUUID->"622a9bdf-75f3-4b59-a3d0-92a36ec163f8", CellID->1308205698], Cell[CellGroupData[{ -Cell[23458, 636, 214, 5, 70, "Input",ExpressionUUID->"49f666cf-0c04-40b3-8479-de7f306214ba", +Cell[23504, 640, 214, 5, 70, "Input",ExpressionUUID->"49f666cf-0c04-40b3-8479-de7f306214ba", CellID->788039516], -Cell[23675, 643, 184, 4, 36, "Output",ExpressionUUID->"415d7eba-b61f-4cb2-a075-1fec316c0b74", +Cell[23721, 647, 184, 4, 36, "Output",ExpressionUUID->"415d7eba-b61f-4cb2-a075-1fec316c0b74", CellID->929310264] }, Open ]], -Cell[23874, 650, 168, 3, 70, "ExampleText",ExpressionUUID->"f9680d5c-07c2-41d9-9b70-b82398d85821", +Cell[23920, 654, 168, 3, 70, "ExampleText",ExpressionUUID->"f9680d5c-07c2-41d9-9b70-b82398d85821", CellID->1972184854], Cell[CellGroupData[{ -Cell[24067, 657, 215, 5, 70, "Input",ExpressionUUID->"2d127580-6571-4292-b2f5-4850a16b84e8", +Cell[24113, 661, 215, 5, 70, "Input",ExpressionUUID->"2d127580-6571-4292-b2f5-4850a16b84e8", CellID->1208542740], -Cell[24285, 664, 184, 4, 36, "Output",ExpressionUUID->"2fe70a26-08d4-4e42-aa64-6ae17c251f9b", +Cell[24331, 668, 184, 4, 36, "Output",ExpressionUUID->"2fe70a26-08d4-4e42-aa64-6ae17c251f9b", CellID->1025330432] }, Open ]], -Cell[24484, 671, 146, 1, 70, "ExampleText",ExpressionUUID->"993c979b-3783-4f9c-990a-9141e958d40a", +Cell[24530, 675, 146, 1, 70, "ExampleText",ExpressionUUID->"993c979b-3783-4f9c-990a-9141e958d40a", CellID->1466072803], Cell[CellGroupData[{ -Cell[24655, 676, 220, 5, 70, "Input",ExpressionUUID->"4000c53d-c973-4655-b791-d1a5ecc0ee43", +Cell[24701, 680, 220, 5, 70, "Input",ExpressionUUID->"4000c53d-c973-4655-b791-d1a5ecc0ee43", CellID->1178213086], -Cell[24878, 683, 364, 10, 36, "Output",ExpressionUUID->"e093540a-5aa3-45b7-9e0b-92ea9911334d", +Cell[24924, 687, 364, 10, 36, "Output",ExpressionUUID->"e093540a-5aa3-45b7-9e0b-92ea9911334d", CellID->1722800034] }, Open ]], Cell[CellGroupData[{ -Cell[25279, 698, 164, 3, 70, "Input",ExpressionUUID->"c11b0e7c-b0b2-4840-ab87-fe094c155118", +Cell[25325, 702, 164, 3, 70, "Input",ExpressionUUID->"c11b0e7c-b0b2-4840-ab87-fe094c155118", CellID->641583914], -Cell[25446, 703, 732, 20, 81, "Output",ExpressionUUID->"29c38d38-7a92-4eeb-9f67-d3cb3a10de43", +Cell[25492, 707, 732, 20, 78, "Output",ExpressionUUID->"29c38d38-7a92-4eeb-9f67-d3cb3a10de43", CellID->272330743] }, Open ]], -Cell[26193, 726, 259, 4, 70, "ExampleText",ExpressionUUID->"c36381e6-8839-4bae-b3f2-c957c24d8e19", +Cell[26239, 730, 259, 4, 70, "ExampleText",ExpressionUUID->"c36381e6-8839-4bae-b3f2-c957c24d8e19", CellID->676894803], Cell[CellGroupData[{ -Cell[26477, 734, 233, 5, 70, "Input",ExpressionUUID->"c5246e5f-6258-41b0-889d-c958d0d97e2e", +Cell[26523, 738, 233, 5, 70, "Input",ExpressionUUID->"c5246e5f-6258-41b0-889d-c958d0d97e2e", CellID->25755891], -Cell[26713, 741, 872, 14, 54, "Output",ExpressionUUID->"b2c2c382-c57b-4dae-9441-d54fe48b3f79", +Cell[26759, 745, 872, 14, 53, "Output",ExpressionUUID->"b2c2c382-c57b-4dae-9441-d54fe48b3f79", CellID->1239918302] }, Open ]], -Cell[27600, 758, 158, 2, 70, "ExampleText",ExpressionUUID->"665fa6b3-dbaa-4631-baf3-761c251e3ba8", +Cell[27646, 762, 158, 2, 70, "ExampleText",ExpressionUUID->"665fa6b3-dbaa-4631-baf3-761c251e3ba8", CellID->2132733229], Cell[CellGroupData[{ -Cell[27783, 764, 180, 4, 70, "Input",ExpressionUUID->"83a9a5c0-10f7-4a51-80c2-e609f292b964", +Cell[27829, 768, 180, 4, 70, "Input",ExpressionUUID->"83a9a5c0-10f7-4a51-80c2-e609f292b964", CellID->272529960], -Cell[27966, 770, 215, 5, 36, "Output",ExpressionUUID->"bf2539de-6cec-49a3-b34c-5eecd5fab09f", +Cell[28012, 774, 215, 5, 36, "Output",ExpressionUUID->"bf2539de-6cec-49a3-b34c-5eecd5fab09f", CellID->505681072] }, Open ]], -Cell[28196, 778, 239, 6, 70, "Input",ExpressionUUID->"e0b0febb-8d5f-4c8f-b09b-a099f6159a84", +Cell[28242, 782, 239, 6, 70, "Input",ExpressionUUID->"e0b0febb-8d5f-4c8f-b09b-a099f6159a84", CellID->1555086843], -Cell[28438, 786, 147, 1, 70, "ExampleText",ExpressionUUID->"b42d825c-1551-4026-b38b-88efcd70a468", +Cell[28484, 790, 147, 1, 70, "ExampleText",ExpressionUUID->"b42d825c-1551-4026-b38b-88efcd70a468", CellID->1594316119], Cell[CellGroupData[{ -Cell[28610, 791, 176, 3, 70, "Input",ExpressionUUID->"9199c67b-e93b-4235-8c88-9c308119ffeb", +Cell[28656, 795, 176, 3, 70, "Input",ExpressionUUID->"9199c67b-e93b-4235-8c88-9c308119ffeb", CellID->1353243096], -Cell[28789, 796, 303, 8, 51, "Output",ExpressionUUID->"3478cf84-234c-4466-b496-898b79674e6a", +Cell[28835, 800, 303, 8, 50, "Output",ExpressionUUID->"3478cf84-234c-4466-b496-898b79674e6a", CellID->218996572] }, Open ]], -Cell[29107, 807, 122, 1, 70, "ExampleText",ExpressionUUID->"9cf06ee0-772c-4da4-9b5c-ed2f878b7e85", +Cell[29153, 811, 122, 1, 70, "ExampleText",ExpressionUUID->"9cf06ee0-772c-4da4-9b5c-ed2f878b7e85", CellID->1730011140], Cell[CellGroupData[{ -Cell[29254, 812, 170, 3, 70, "Input",ExpressionUUID->"d7e56f4f-f0d9-4553-8ae4-d69b8ce50239", +Cell[29300, 816, 170, 3, 70, "Input",ExpressionUUID->"d7e56f4f-f0d9-4553-8ae4-d69b8ce50239", CellID->658960439], -Cell[29427, 817, 354, 10, 51, "Output",ExpressionUUID->"81ead897-f532-4c48-804a-c7ed6c0a1953", +Cell[29473, 821, 354, 10, 51, "Output",ExpressionUUID->"81ead897-f532-4c48-804a-c7ed6c0a1953", CellID->887329938] }, Open ]], -Cell[29796, 830, 160, 2, 70, "ExampleText",ExpressionUUID->"2cf810d4-5ce2-41b6-887a-3f5c65e72319", +Cell[29842, 834, 160, 2, 70, "ExampleText",ExpressionUUID->"2cf810d4-5ce2-41b6-887a-3f5c65e72319", CellID->1286852029], Cell[CellGroupData[{ -Cell[29981, 836, 289, 6, 70, "Input",ExpressionUUID->"f0dfeca8-b7f4-484c-ae52-d9961758f07f", +Cell[30027, 840, 289, 6, 70, "Input",ExpressionUUID->"f0dfeca8-b7f4-484c-ae52-d9961758f07f", CellID->785497043], Cell[CellGroupData[{ -Cell[30295, 846, 297, 7, 70, "Print",ExpressionUUID->"d8e1b86c-337e-472d-9d4b-b4a1358f675b", +Cell[30341, 850, 297, 7, 70, "Print",ExpressionUUID->"d8e1b86c-337e-472d-9d4b-b4a1358f675b", CellID->1244935700], -Cell[30595, 855, 296, 7, 70, "Print",ExpressionUUID->"f65a8b3c-b3cc-46fe-9f3f-96ef863d2f54", +Cell[30641, 859, 296, 7, 70, "Print",ExpressionUUID->"f65a8b3c-b3cc-46fe-9f3f-96ef863d2f54", CellID->616626778], -Cell[30894, 864, 322, 8, 70, "Print",ExpressionUUID->"9509a1c1-23be-4b38-a99e-304fb2724aab", +Cell[30940, 868, 322, 8, 70, "Print",ExpressionUUID->"9509a1c1-23be-4b38-a99e-304fb2724aab", CellID->999853979], -Cell[31219, 874, 270, 6, 70, "Print",ExpressionUUID->"a5e78894-564c-4341-8064-9af99615c735", +Cell[31265, 878, 270, 6, 70, "Print",ExpressionUUID->"a5e78894-564c-4341-8064-9af99615c735", CellID->160304951], -Cell[31492, 882, 296, 7, 70, "Print",ExpressionUUID->"c06d3055-bf75-46b1-bae5-31491e2d3ba4", +Cell[31538, 886, 296, 7, 70, "Print",ExpressionUUID->"c06d3055-bf75-46b1-bae5-31491e2d3ba4", CellID->890097658], -Cell[31791, 891, 296, 7, 70, "Print",ExpressionUUID->"33a42618-bb53-44ae-8622-b233f3473527", +Cell[31837, 895, 296, 7, 70, "Print",ExpressionUUID->"33a42618-bb53-44ae-8622-b233f3473527", CellID->160576029], -Cell[32090, 900, 322, 8, 70, "Print",ExpressionUUID->"e65cb01a-0603-48aa-b119-8682db56652b", +Cell[32136, 904, 322, 8, 70, "Print",ExpressionUUID->"e65cb01a-0603-48aa-b119-8682db56652b", CellID->948344468], -Cell[32415, 910, 271, 6, 70, "Print",ExpressionUUID->"c0c5af5a-5347-4f9a-972c-df2eb0a135b4", +Cell[32461, 914, 271, 6, 70, "Print",ExpressionUUID->"c0c5af5a-5347-4f9a-972c-df2eb0a135b4", CellID->1819407922], -Cell[32689, 918, 297, 7, 70, "Print",ExpressionUUID->"2dee256c-30c9-404c-a1cf-91646789ad37", +Cell[32735, 922, 297, 7, 70, "Print",ExpressionUUID->"2dee256c-30c9-404c-a1cf-91646789ad37", CellID->2132760883], -Cell[32989, 927, 294, 7, 70, "Print",ExpressionUUID->"ccfdf8df-0baf-4102-8d9f-d64595427e75", +Cell[33035, 931, 294, 7, 70, "Print",ExpressionUUID->"ccfdf8df-0baf-4102-8d9f-d64595427e75", CellID->9403560], -Cell[33286, 936, 322, 8, 70, "Print",ExpressionUUID->"11439615-34a1-4ad2-a100-87db1faea5a8", +Cell[33332, 940, 322, 8, 70, "Print",ExpressionUUID->"11439615-34a1-4ad2-a100-87db1faea5a8", CellID->697254706], -Cell[33611, 946, 271, 6, 70, "Print",ExpressionUUID->"389ca598-e484-4c81-99a3-2880e8b982e4", +Cell[33657, 950, 271, 6, 70, "Print",ExpressionUUID->"389ca598-e484-4c81-99a3-2880e8b982e4", CellID->1451350039], -Cell[33885, 954, 297, 7, 70, "Print",ExpressionUUID->"a3b9afa2-43c4-42df-aadc-14516e09582e", +Cell[33931, 958, 297, 7, 70, "Print",ExpressionUUID->"a3b9afa2-43c4-42df-aadc-14516e09582e", CellID->1187616646], -Cell[34185, 963, 296, 7, 70, "Print",ExpressionUUID->"dfcda589-0c4c-453b-9a77-d4b38b9fb8d6", +Cell[34231, 967, 296, 7, 70, "Print",ExpressionUUID->"dfcda589-0c4c-453b-9a77-d4b38b9fb8d6", CellID->272571092], -Cell[34484, 972, 323, 8, 70, "Print",ExpressionUUID->"24bc3645-ce02-4d0c-b75d-4f276087d011", +Cell[34530, 976, 323, 8, 70, "Print",ExpressionUUID->"24bc3645-ce02-4d0c-b75d-4f276087d011", CellID->2092933953], -Cell[34810, 982, 271, 6, 70, "Print",ExpressionUUID->"31cafacc-16e1-48ef-9a74-dbc8ea05549c", +Cell[34856, 986, 271, 6, 70, "Print",ExpressionUUID->"31cafacc-16e1-48ef-9a74-dbc8ea05549c", CellID->1459947389], -Cell[35084, 990, 296, 7, 70, "Print",ExpressionUUID->"89b292fc-6922-45d0-a27a-13b4a6f36068", +Cell[35130, 994, 296, 7, 70, "Print",ExpressionUUID->"89b292fc-6922-45d0-a27a-13b4a6f36068", CellID->949465895], -Cell[35383, 999, 297, 7, 70, "Print",ExpressionUUID->"6b0d7855-a134-4117-841b-b6fbba5748d0", +Cell[35429, 1003, 297, 7, 70, "Print",ExpressionUUID->"6b0d7855-a134-4117-841b-b6fbba5748d0", CellID->2118689844], -Cell[35683, 1008, 322, 8, 70, "Print",ExpressionUUID->"829feba0-1747-47eb-8f96-dfbb2570801f", +Cell[35729, 1012, 322, 8, 70, "Print",ExpressionUUID->"829feba0-1747-47eb-8f96-dfbb2570801f", CellID->552382044], -Cell[36008, 1018, 268, 6, 70, "Print",ExpressionUUID->"9e3ac320-0473-4d84-929c-f6b754f4c8a1", +Cell[36054, 1022, 268, 6, 70, "Print",ExpressionUUID->"9e3ac320-0473-4d84-929c-f6b754f4c8a1", CellID->934715477], -Cell[36279, 1026, 296, 7, 70, "Print",ExpressionUUID->"ec009cfe-3274-4f1c-9f2d-0131788d49ab", +Cell[36325, 1030, 296, 7, 70, "Print",ExpressionUUID->"ec009cfe-3274-4f1c-9f2d-0131788d49ab", CellID->243736156], -Cell[36578, 1035, 297, 7, 70, "Print",ExpressionUUID->"be13a7cf-31c8-42ca-8209-3bffd579cca8", +Cell[36624, 1039, 297, 7, 70, "Print",ExpressionUUID->"be13a7cf-31c8-42ca-8209-3bffd579cca8", CellID->1058063116], -Cell[36878, 1044, 322, 8, 70, "Print",ExpressionUUID->"6dbb030a-f3f6-4002-8428-d7c08884ffff", +Cell[36924, 1048, 322, 8, 70, "Print",ExpressionUUID->"6dbb030a-f3f6-4002-8428-d7c08884ffff", CellID->342318672], -Cell[37203, 1054, 271, 6, 70, "Print",ExpressionUUID->"a2c16120-53df-4361-90e2-4d7619b10a6e", +Cell[37249, 1058, 271, 6, 70, "Print",ExpressionUUID->"a2c16120-53df-4361-90e2-4d7619b10a6e", CellID->1838052275], -Cell[37477, 1062, 296, 7, 70, "Print",ExpressionUUID->"fed96bb9-2e75-4de1-b5b2-009a6f644377", +Cell[37523, 1066, 296, 7, 70, "Print",ExpressionUUID->"fed96bb9-2e75-4de1-b5b2-009a6f644377", CellID->263822564], -Cell[37776, 1071, 296, 7, 70, "Print",ExpressionUUID->"5c761524-4542-43a2-a82d-3175f2a1f345", +Cell[37822, 1075, 296, 7, 70, "Print",ExpressionUUID->"5c761524-4542-43a2-a82d-3175f2a1f345", CellID->561315244], -Cell[38075, 1080, 323, 8, 70, "Print",ExpressionUUID->"340065fc-c291-4467-bfea-ea01024eb374", +Cell[38121, 1084, 323, 8, 70, "Print",ExpressionUUID->"340065fc-c291-4467-bfea-ea01024eb374", CellID->1420579768], -Cell[38401, 1090, 268, 6, 70, "Print",ExpressionUUID->"86444e5c-f4b5-4213-a6fe-8345713d7ff8", +Cell[38447, 1094, 268, 6, 70, "Print",ExpressionUUID->"86444e5c-f4b5-4213-a6fe-8345713d7ff8", CellID->922783003], -Cell[38672, 1098, 297, 7, 70, "Print",ExpressionUUID->"35452e6f-002d-440d-b04b-4a7175a2a7f5", +Cell[38718, 1102, 297, 7, 70, "Print",ExpressionUUID->"35452e6f-002d-440d-b04b-4a7175a2a7f5", CellID->1448645182], -Cell[38972, 1107, 296, 7, 70, "Print",ExpressionUUID->"00e791de-b8cd-4c2c-a50f-0e47060dcac6", +Cell[39018, 1111, 296, 7, 70, "Print",ExpressionUUID->"00e791de-b8cd-4c2c-a50f-0e47060dcac6", CellID->559948149], -Cell[39271, 1116, 323, 8, 70, "Print",ExpressionUUID->"f8296714-477c-4898-a3a8-e76ddc36c566", +Cell[39317, 1120, 323, 8, 70, "Print",ExpressionUUID->"f8296714-477c-4898-a3a8-e76ddc36c566", CellID->1708280046], -Cell[39597, 1126, 268, 6, 70, "Print",ExpressionUUID->"d0c794b0-0cff-4d9b-9256-9f0fe9e00bbe", +Cell[39643, 1130, 268, 6, 70, "Print",ExpressionUUID->"d0c794b0-0cff-4d9b-9256-9f0fe9e00bbe", CellID->546097235], -Cell[39868, 1134, 297, 7, 70, "Print",ExpressionUUID->"fd1b991e-1180-4453-acae-13da59cdc4cc", +Cell[39914, 1138, 297, 7, 70, "Print",ExpressionUUID->"fd1b991e-1180-4453-acae-13da59cdc4cc", CellID->1176574928], -Cell[40168, 1143, 296, 7, 70, "Print",ExpressionUUID->"e4264b4e-cb8e-4fb0-a21f-a95922920c42", +Cell[40214, 1147, 296, 7, 70, "Print",ExpressionUUID->"e4264b4e-cb8e-4fb0-a21f-a95922920c42", CellID->560650378], -Cell[40467, 1152, 322, 8, 70, "Print",ExpressionUUID->"f381205f-8a27-481a-97f9-9423e98d4180", +Cell[40513, 1156, 322, 8, 70, "Print",ExpressionUUID->"f381205f-8a27-481a-97f9-9423e98d4180", CellID->706402186], -Cell[40792, 1162, 269, 6, 70, "Print",ExpressionUUID->"6d459554-1a4f-4dd6-b7d2-ab08dd844176", +Cell[40838, 1166, 269, 6, 70, "Print",ExpressionUUID->"6d459554-1a4f-4dd6-b7d2-ab08dd844176", CellID->2066672586], -Cell[41064, 1170, 324, 8, 70, "Print",ExpressionUUID->"45cf4cfa-6520-4623-9778-b2e6a579be8f", +Cell[41110, 1174, 324, 8, 70, "Print",ExpressionUUID->"45cf4cfa-6520-4623-9778-b2e6a579be8f", CellID->721226407], -Cell[41391, 1180, 297, 7, 70, "Print",ExpressionUUID->"b28377f6-ab4c-40b5-8988-4e2a67421b77", +Cell[41437, 1184, 297, 7, 70, "Print",ExpressionUUID->"b28377f6-ab4c-40b5-8988-4e2a67421b77", CellID->1654746654], -Cell[41691, 1189, 441, 12, 70, "Print",ExpressionUUID->"7a078f7e-6db5-4a79-b441-cace6e5bd9b6", +Cell[41737, 1193, 441, 12, 70, "Print",ExpressionUUID->"7a078f7e-6db5-4a79-b441-cace6e5bd9b6", CellID->1738596861], -Cell[42135, 1203, 498, 14, 70, "Print",ExpressionUUID->"762241ea-2463-4032-b9f6-51c6a02cb42f", +Cell[42181, 1207, 498, 14, 70, "Print",ExpressionUUID->"762241ea-2463-4032-b9f6-51c6a02cb42f", CellID->706503643], -Cell[42636, 1219, 383, 10, 70, "Print",ExpressionUUID->"9d03b540-a3af-49f9-af28-8ecbb503b351", +Cell[42682, 1223, 383, 10, 70, "Print",ExpressionUUID->"9d03b540-a3af-49f9-af28-8ecbb503b351", CellID->1664150214], -Cell[43022, 1231, 324, 8, 70, "Print",ExpressionUUID->"e82bf5e6-392a-475a-a151-335d66eca8fd", +Cell[43068, 1235, 324, 8, 70, "Print",ExpressionUUID->"e82bf5e6-392a-475a-a151-335d66eca8fd", CellID->288367919], -Cell[43349, 1241, 295, 7, 70, "Print",ExpressionUUID->"ef2a6f5a-5e59-4e0e-bb78-959ae5e6a99d", +Cell[43395, 1245, 295, 7, 70, "Print",ExpressionUUID->"ef2a6f5a-5e59-4e0e-bb78-959ae5e6a99d", CellID->10370034], -Cell[43647, 1250, 440, 12, 70, "Print",ExpressionUUID->"5b2f231b-6214-41c5-b3c3-692a045d21f3", +Cell[43693, 1254, 440, 12, 70, "Print",ExpressionUUID->"5b2f231b-6214-41c5-b3c3-692a045d21f3", CellID->704283213], -Cell[44090, 1264, 498, 14, 70, "Print",ExpressionUUID->"091ef0ed-ea5e-4e98-9445-457a0dc21dab", +Cell[44136, 1268, 498, 14, 70, "Print",ExpressionUUID->"091ef0ed-ea5e-4e98-9445-457a0dc21dab", CellID->560939012], -Cell[44591, 1280, 381, 10, 70, "Print",ExpressionUUID->"aa0ebb75-1abe-45a6-bbe7-4c2970afe322", +Cell[44637, 1284, 381, 10, 70, "Print",ExpressionUUID->"aa0ebb75-1abe-45a6-bbe7-4c2970afe322", CellID->2103303987], -Cell[44975, 1292, 323, 8, 70, "Print",ExpressionUUID->"162f0f4f-e149-4a48-8036-311707515620", +Cell[45021, 1296, 323, 8, 70, "Print",ExpressionUUID->"162f0f4f-e149-4a48-8036-311707515620", CellID->16746954], -Cell[45301, 1302, 297, 7, 70, "Print",ExpressionUUID->"01ff6530-32af-4657-a166-03d97d8268d7", +Cell[45347, 1306, 297, 7, 70, "Print",ExpressionUUID->"01ff6530-32af-4657-a166-03d97d8268d7", CellID->1510404907], -Cell[45601, 1311, 441, 12, 70, "Print",ExpressionUUID->"57cf6e5f-08e6-44b4-ab8f-513c4e575422", +Cell[45647, 1315, 441, 12, 70, "Print",ExpressionUUID->"57cf6e5f-08e6-44b4-ab8f-513c4e575422", CellID->2074510183], -Cell[46045, 1325, 498, 14, 70, "Print",ExpressionUUID->"9d11f5fc-03e9-4c97-b944-10ff609370a1", +Cell[46091, 1329, 498, 14, 70, "Print",ExpressionUUID->"9d11f5fc-03e9-4c97-b944-10ff609370a1", CellID->569128998], -Cell[46546, 1341, 382, 10, 70, "Print",ExpressionUUID->"ee1e2fe5-cf46-42fb-b1ec-257786feb7a2", +Cell[46592, 1345, 382, 10, 70, "Print",ExpressionUUID->"ee1e2fe5-cf46-42fb-b1ec-257786feb7a2", CellID->297636736], -Cell[46931, 1353, 324, 8, 70, "Print",ExpressionUUID->"c9af6be8-ded2-4bdf-9d9d-91b3bf92dc3a", +Cell[46977, 1357, 324, 8, 70, "Print",ExpressionUUID->"c9af6be8-ded2-4bdf-9d9d-91b3bf92dc3a", CellID->170762691], -Cell[47258, 1363, 297, 7, 70, "Print",ExpressionUUID->"08c1c8e8-1c96-4963-bb5d-080889abe17b", +Cell[47304, 1367, 297, 7, 70, "Print",ExpressionUUID->"08c1c8e8-1c96-4963-bb5d-080889abe17b", CellID->1627192114], -Cell[47558, 1372, 440, 12, 70, "Print",ExpressionUUID->"3bf3ecc5-f7f6-4afc-8d91-816671295a57", +Cell[47604, 1376, 440, 12, 70, "Print",ExpressionUUID->"3bf3ecc5-f7f6-4afc-8d91-816671295a57", CellID->639955408], -Cell[48001, 1386, 499, 14, 70, "Print",ExpressionUUID->"029b65ee-3030-460f-a550-de44a25afeb9", +Cell[48047, 1390, 499, 14, 70, "Print",ExpressionUUID->"029b65ee-3030-460f-a550-de44a25afeb9", CellID->2008814967], -Cell[48503, 1402, 381, 10, 70, "Print",ExpressionUUID->"81362384-c1f3-4521-92ee-7b4297da2b64", +Cell[48549, 1406, 381, 10, 70, "Print",ExpressionUUID->"81362384-c1f3-4521-92ee-7b4297da2b64", CellID->1891014678], -Cell[48887, 1414, 325, 8, 70, "Print",ExpressionUUID->"da31620f-dacd-4e12-93c0-94d9c2f849ec", +Cell[48933, 1418, 325, 8, 70, "Print",ExpressionUUID->"da31620f-dacd-4e12-93c0-94d9c2f849ec", CellID->1201270652], -Cell[49215, 1424, 297, 7, 70, "Print",ExpressionUUID->"0cf39569-b2d8-4b5b-b243-c6c8ab05b959", +Cell[49261, 1428, 297, 7, 70, "Print",ExpressionUUID->"0cf39569-b2d8-4b5b-b243-c6c8ab05b959", CellID->1281911087], -Cell[49515, 1433, 440, 12, 70, "Print",ExpressionUUID->"e2e6f307-5e74-410b-bc1a-f8018aea505c", +Cell[49561, 1437, 440, 12, 70, "Print",ExpressionUUID->"e2e6f307-5e74-410b-bc1a-f8018aea505c", CellID->666314034], -Cell[49958, 1447, 498, 14, 70, "Print",ExpressionUUID->"9d89e313-730f-4261-95c7-14eec0a478cd", +Cell[50004, 1451, 498, 14, 70, "Print",ExpressionUUID->"9d89e313-730f-4261-95c7-14eec0a478cd", CellID->502432187], -Cell[50459, 1463, 381, 10, 70, "Print",ExpressionUUID->"6d0a6f90-c779-4695-aa78-2c0cd8bd75d5", +Cell[50505, 1467, 381, 10, 70, "Print",ExpressionUUID->"6d0a6f90-c779-4695-aa78-2c0cd8bd75d5", CellID->1841859236], -Cell[50843, 1475, 324, 8, 70, "Print",ExpressionUUID->"80a1da6e-bb35-41ce-aa56-0a731e68d92f", +Cell[50889, 1479, 324, 8, 70, "Print",ExpressionUUID->"80a1da6e-bb35-41ce-aa56-0a731e68d92f", CellID->227110432], -Cell[51170, 1485, 297, 7, 70, "Print",ExpressionUUID->"3c9ae87e-a775-48d5-9395-8ec115319de7", +Cell[51216, 1489, 297, 7, 70, "Print",ExpressionUUID->"3c9ae87e-a775-48d5-9395-8ec115319de7", CellID->1048529422], -Cell[51470, 1494, 440, 12, 70, "Print",ExpressionUUID->"c3c32ae8-a39c-44c6-9ca1-d39d3b813d59", +Cell[51516, 1498, 440, 12, 70, "Print",ExpressionUUID->"c3c32ae8-a39c-44c6-9ca1-d39d3b813d59", CellID->870950516], -Cell[51913, 1508, 498, 14, 70, "Print",ExpressionUUID->"13b8e36c-14cd-4e1d-87db-f01e46f84f05", +Cell[51959, 1512, 498, 14, 70, "Print",ExpressionUUID->"13b8e36c-14cd-4e1d-87db-f01e46f84f05", CellID->787760810], -Cell[52414, 1524, 381, 10, 70, "Print",ExpressionUUID->"8974060f-4e06-4065-a65d-0c805d0f0fab", +Cell[52460, 1528, 381, 10, 70, "Print",ExpressionUUID->"8974060f-4e06-4065-a65d-0c805d0f0fab", CellID->1754931608], -Cell[52798, 1536, 296, 7, 70, "Print",ExpressionUUID->"9cb811c7-2aa7-401c-a27a-dd5cb77915d2", +Cell[52844, 1540, 296, 7, 70, "Print",ExpressionUUID->"9cb811c7-2aa7-401c-a27a-dd5cb77915d2", CellID->790139455], -Cell[53097, 1545, 325, 8, 70, "Print",ExpressionUUID->"2e5b38c9-7a59-4f32-ad84-db7aa6356bcd", +Cell[53143, 1549, 325, 8, 70, "Print",ExpressionUUID->"2e5b38c9-7a59-4f32-ad84-db7aa6356bcd", CellID->1508987218], -Cell[53425, 1555, 499, 14, 70, "Print",ExpressionUUID->"e519a659-4a45-454d-b15c-64187804a5bd", +Cell[53471, 1559, 499, 14, 70, "Print",ExpressionUUID->"e519a659-4a45-454d-b15c-64187804a5bd", CellID->1262194615], -Cell[53927, 1571, 382, 10, 70, "Print",ExpressionUUID->"4baeec0f-8f20-41ab-8de3-e71ee9da03cd", +Cell[53973, 1575, 382, 10, 70, "Print",ExpressionUUID->"4baeec0f-8f20-41ab-8de3-e71ee9da03cd", CellID->381252668], -Cell[54312, 1583, 295, 7, 70, "Print",ExpressionUUID->"cf5f44f6-2c9b-4fcf-9872-a7442adc6e66", +Cell[54358, 1587, 295, 7, 70, "Print",ExpressionUUID->"cf5f44f6-2c9b-4fcf-9872-a7442adc6e66", CellID->68007213], -Cell[54610, 1592, 324, 8, 70, "Print",ExpressionUUID->"2c475143-6810-4946-9ec1-c6d535c9e761", +Cell[54656, 1596, 324, 8, 70, "Print",ExpressionUUID->"2c475143-6810-4946-9ec1-c6d535c9e761", CellID->778861181], -Cell[54937, 1602, 498, 14, 70, "Print",ExpressionUUID->"3b02b100-1976-4695-bd97-e1ac1df30745", +Cell[54983, 1606, 498, 14, 70, "Print",ExpressionUUID->"3b02b100-1976-4695-bd97-e1ac1df30745", CellID->669620587], -Cell[55438, 1618, 381, 10, 70, "Print",ExpressionUUID->"5f7e56c0-f5d2-42ca-96d1-905b3b7eed34", +Cell[55484, 1622, 381, 10, 70, "Print",ExpressionUUID->"5f7e56c0-f5d2-42ca-96d1-905b3b7eed34", CellID->78377247], -Cell[55822, 1630, 297, 7, 70, "Print",ExpressionUUID->"2e741ff2-fb1d-4f84-b51b-abedcdb9c69f", +Cell[55868, 1634, 297, 7, 70, "Print",ExpressionUUID->"2e741ff2-fb1d-4f84-b51b-abedcdb9c69f", CellID->1483144394], -Cell[56122, 1639, 325, 8, 70, "Print",ExpressionUUID->"31254fad-5850-4b4f-a94e-fb0eff3ff4fd", +Cell[56168, 1643, 325, 8, 70, "Print",ExpressionUUID->"31254fad-5850-4b4f-a94e-fb0eff3ff4fd", CellID->1230559599], -Cell[56450, 1649, 497, 14, 70, "Print",ExpressionUUID->"c3d88570-ce46-4576-8c15-687e5555e6fd", +Cell[56496, 1653, 497, 14, 70, "Print",ExpressionUUID->"c3d88570-ce46-4576-8c15-687e5555e6fd", CellID->34197586], -Cell[56950, 1665, 383, 10, 70, "Print",ExpressionUUID->"8f2a47c2-c493-499e-b233-433ff32ea496", +Cell[56996, 1669, 383, 10, 70, "Print",ExpressionUUID->"8f2a47c2-c493-499e-b233-433ff32ea496", CellID->1499891349], -Cell[57336, 1677, 324, 8, 70, "Print",ExpressionUUID->"93daa934-f614-4973-a9b5-3d81a3216843", +Cell[57382, 1681, 324, 8, 70, "Print",ExpressionUUID->"93daa934-f614-4973-a9b5-3d81a3216843", CellID->593480859], -Cell[57663, 1687, 297, 7, 70, "Print",ExpressionUUID->"b7b1eccc-d708-4611-b952-5dae6bea814f", +Cell[57709, 1691, 297, 7, 70, "Print",ExpressionUUID->"b7b1eccc-d708-4611-b952-5dae6bea814f", CellID->2108707769], -Cell[57963, 1696, 441, 12, 70, "Print",ExpressionUUID->"82b2c84c-0128-42d2-9493-876505356fd5", +Cell[58009, 1700, 441, 12, 70, "Print",ExpressionUUID->"82b2c84c-0128-42d2-9493-876505356fd5", CellID->2069020347], -Cell[58407, 1710, 498, 14, 70, "Print",ExpressionUUID->"cb833bd9-cf7e-4132-a66c-efadbad4b63f", +Cell[58453, 1714, 498, 14, 70, "Print",ExpressionUUID->"cb833bd9-cf7e-4132-a66c-efadbad4b63f", CellID->891117595], -Cell[58908, 1726, 380, 10, 70, "Print",ExpressionUUID->"5fb7b0c0-86de-4336-bc97-c077cbce29ac", +Cell[58954, 1730, 380, 10, 70, "Print",ExpressionUUID->"5fb7b0c0-86de-4336-bc97-c077cbce29ac", CellID->131986812], -Cell[59291, 1738, 325, 8, 70, "Print",ExpressionUUID->"d3ff0138-f184-4106-9437-eecb23e589d4", +Cell[59337, 1742, 325, 8, 70, "Print",ExpressionUUID->"d3ff0138-f184-4106-9437-eecb23e589d4", CellID->1548728814], -Cell[59619, 1748, 297, 7, 70, "Print",ExpressionUUID->"d9061c72-3e26-4fd1-96d2-3f6a560b65f2", +Cell[59665, 1752, 297, 7, 70, "Print",ExpressionUUID->"d9061c72-3e26-4fd1-96d2-3f6a560b65f2", CellID->1531073004], -Cell[59919, 1757, 441, 12, 70, "Print",ExpressionUUID->"5b84baad-ed12-421a-b80b-2a3e27471d95", +Cell[59965, 1761, 441, 12, 70, "Print",ExpressionUUID->"5b84baad-ed12-421a-b80b-2a3e27471d95", CellID->2140801779], -Cell[60363, 1771, 499, 14, 70, "Print",ExpressionUUID->"90f4a2d0-84d5-4aa7-83a4-be45ac52c1f2", +Cell[60409, 1775, 499, 14, 70, "Print",ExpressionUUID->"90f4a2d0-84d5-4aa7-83a4-be45ac52c1f2", CellID->1292259844], -Cell[60865, 1787, 378, 10, 70, "Print",ExpressionUUID->"145b348a-fa83-4e77-bc09-a834a9fb7aeb", +Cell[60911, 1791, 378, 10, 70, "Print",ExpressionUUID->"145b348a-fa83-4e77-bc09-a834a9fb7aeb", CellID->584860008], -Cell[61246, 1799, 325, 8, 70, "Print",ExpressionUUID->"85b3ba9c-ee29-4a14-b10e-fb29f58434ab", +Cell[61292, 1803, 325, 8, 70, "Print",ExpressionUUID->"85b3ba9c-ee29-4a14-b10e-fb29f58434ab", CellID->1275229218], -Cell[61574, 1809, 297, 7, 70, "Print",ExpressionUUID->"fb1657bb-801d-4bde-8698-2d99d67cd304", +Cell[61620, 1813, 297, 7, 70, "Print",ExpressionUUID->"fb1657bb-801d-4bde-8698-2d99d67cd304", CellID->1958573878], -Cell[61874, 1818, 441, 12, 70, "Print",ExpressionUUID->"17ff51f1-cfbc-4e0d-98fb-b6733ccd3777", +Cell[61920, 1822, 441, 12, 70, "Print",ExpressionUUID->"17ff51f1-cfbc-4e0d-98fb-b6733ccd3777", CellID->1087292195], -Cell[62318, 1832, 498, 14, 70, "Print",ExpressionUUID->"f75934d6-1df3-4996-a649-39085457aa49", +Cell[62364, 1836, 498, 14, 70, "Print",ExpressionUUID->"f75934d6-1df3-4996-a649-39085457aa49", CellID->969604807], -Cell[62819, 1848, 379, 10, 70, "Print",ExpressionUUID->"c0fc3988-a04c-4172-864b-d86107646be3", +Cell[62865, 1852, 379, 10, 70, "Print",ExpressionUUID->"c0fc3988-a04c-4172-864b-d86107646be3", CellID->38200663], -Cell[63201, 1860, 297, 7, 70, "Print",ExpressionUUID->"bf8fb6d5-01f1-47a5-be6e-b9ee5264a498", +Cell[63247, 1864, 297, 7, 70, "Print",ExpressionUUID->"bf8fb6d5-01f1-47a5-be6e-b9ee5264a498", CellID->2135821617], -Cell[63501, 1869, 325, 8, 70, "Print",ExpressionUUID->"ae9bf8ff-8db4-4460-b5f7-f228c37e9a9b", +Cell[63547, 1873, 325, 8, 70, "Print",ExpressionUUID->"ae9bf8ff-8db4-4460-b5f7-f228c37e9a9b", CellID->1840555323], -Cell[63829, 1879, 498, 14, 70, "Print",ExpressionUUID->"0812705e-ffdb-428b-a3e2-32c48c4a2351", +Cell[63875, 1883, 498, 14, 70, "Print",ExpressionUUID->"0812705e-ffdb-428b-a3e2-32c48c4a2351", CellID->825961473], -Cell[64330, 1895, 381, 10, 70, "Print",ExpressionUUID->"57daa6bf-6c8f-4298-a4e4-542ec5ab9a41", +Cell[64376, 1899, 381, 10, 70, "Print",ExpressionUUID->"57daa6bf-6c8f-4298-a4e4-542ec5ab9a41", CellID->1743269578], -Cell[64714, 1907, 296, 7, 70, "Print",ExpressionUUID->"272cd3f1-6009-4a0f-b5ee-9aca9ff34484", +Cell[64760, 1911, 296, 7, 70, "Print",ExpressionUUID->"272cd3f1-6009-4a0f-b5ee-9aca9ff34484", CellID->483211130], -Cell[65013, 1916, 324, 8, 70, "Print",ExpressionUUID->"8bf89bd0-a442-451c-aacd-c4f138c09010", +Cell[65059, 1920, 324, 8, 70, "Print",ExpressionUUID->"8bf89bd0-a442-451c-aacd-c4f138c09010", CellID->187465043], -Cell[65340, 1926, 498, 14, 70, "Print",ExpressionUUID->"8e904b87-6bdc-4a0b-bc98-f2cb103f78a4", +Cell[65386, 1930, 498, 14, 70, "Print",ExpressionUUID->"8e904b87-6bdc-4a0b-bc98-f2cb103f78a4", CellID->857980545], -Cell[65841, 1942, 382, 10, 70, "Print",ExpressionUUID->"5dddb7de-787a-4e2e-9317-72b58c5ee064", +Cell[65887, 1946, 382, 10, 70, "Print",ExpressionUUID->"5dddb7de-787a-4e2e-9317-72b58c5ee064", CellID->864463798], -Cell[66226, 1954, 296, 7, 70, "Print",ExpressionUUID->"853333cc-8e0d-4bc9-bd48-f0131226f057", +Cell[66272, 1958, 296, 7, 70, "Print",ExpressionUUID->"853333cc-8e0d-4bc9-bd48-f0131226f057", CellID->255472256], -Cell[66525, 1963, 325, 8, 70, "Print",ExpressionUUID->"4a27dc62-b00c-475e-adb7-c98b57de6a5f", +Cell[66571, 1967, 325, 8, 70, "Print",ExpressionUUID->"4a27dc62-b00c-475e-adb7-c98b57de6a5f", CellID->1636841726], -Cell[66853, 1973, 499, 14, 70, "Print",ExpressionUUID->"fce8fba5-47b0-45d0-8851-18873e684134", +Cell[66899, 1977, 499, 14, 70, "Print",ExpressionUUID->"fce8fba5-47b0-45d0-8851-18873e684134", CellID->1534084386], -Cell[67355, 1989, 380, 10, 70, "Print",ExpressionUUID->"61272501-1bf2-48a5-9ba3-15c475780195", +Cell[67401, 1993, 380, 10, 70, "Print",ExpressionUUID->"61272501-1bf2-48a5-9ba3-15c475780195", CellID->333849503], -Cell[67738, 2001, 296, 7, 70, "Print",ExpressionUUID->"9cb939b6-1003-4ba5-9799-f2986800dfc4", +Cell[67784, 2005, 296, 7, 70, "Print",ExpressionUUID->"9cb939b6-1003-4ba5-9799-f2986800dfc4", CellID->972502473], -Cell[68037, 2010, 324, 8, 70, "Print",ExpressionUUID->"555add1f-bc5c-443b-b57d-c82320fd29e7", +Cell[68083, 2014, 324, 8, 70, "Print",ExpressionUUID->"555add1f-bc5c-443b-b57d-c82320fd29e7", CellID->617160337], -Cell[68364, 2020, 498, 14, 70, "Print",ExpressionUUID->"e1938f48-3cd6-49d7-903c-676d9ac2c5fd", +Cell[68410, 2024, 498, 14, 70, "Print",ExpressionUUID->"e1938f48-3cd6-49d7-903c-676d9ac2c5fd", CellID->368047089], -Cell[68865, 2036, 378, 10, 70, "Print",ExpressionUUID->"5a1589f9-2950-45e3-a204-d16cb4d848b0", +Cell[68911, 2040, 378, 10, 70, "Print",ExpressionUUID->"5a1589f9-2950-45e3-a204-d16cb4d848b0", CellID->324910174], -Cell[69246, 2048, 297, 7, 70, "Print",ExpressionUUID->"5db4843d-6806-43d4-9352-4df0e8da4cb8", +Cell[69292, 2052, 297, 7, 70, "Print",ExpressionUUID->"5db4843d-6806-43d4-9352-4df0e8da4cb8", CellID->1210641196], -Cell[69546, 2057, 324, 8, 70, "Print",ExpressionUUID->"7d76266d-455a-4574-9ad3-8afdd41d3125", +Cell[69592, 2061, 324, 8, 70, "Print",ExpressionUUID->"7d76266d-455a-4574-9ad3-8afdd41d3125", CellID->329271210], -Cell[69873, 2067, 498, 14, 70, "Print",ExpressionUUID->"ce2b4d87-acfa-49e8-81d1-09877e443e17", +Cell[69919, 2071, 498, 14, 70, "Print",ExpressionUUID->"ce2b4d87-acfa-49e8-81d1-09877e443e17", CellID->246446873], -Cell[70374, 2083, 379, 10, 70, "Print",ExpressionUUID->"b2424582-0f17-4512-959b-f00b88181396", +Cell[70420, 2087, 379, 10, 70, "Print",ExpressionUUID->"b2424582-0f17-4512-959b-f00b88181396", CellID->2101758792], -Cell[70756, 2095, 296, 7, 70, "Print",ExpressionUUID->"a8c3de59-3d1f-4373-b445-980968c10f96", +Cell[70802, 2099, 296, 7, 70, "Print",ExpressionUUID->"a8c3de59-3d1f-4373-b445-980968c10f96", CellID->461258023], -Cell[71055, 2104, 325, 8, 70, "Print",ExpressionUUID->"480a21da-f313-4a1c-89ce-bb0101ed0d98", +Cell[71101, 2108, 325, 8, 70, "Print",ExpressionUUID->"480a21da-f313-4a1c-89ce-bb0101ed0d98", CellID->1795175687], -Cell[71383, 2114, 499, 14, 70, "Print",ExpressionUUID->"438a4fea-c1bb-4e4c-b847-273b948d0738", +Cell[71429, 2118, 499, 14, 70, "Print",ExpressionUUID->"438a4fea-c1bb-4e4c-b847-273b948d0738", CellID->1485348148], -Cell[71885, 2130, 378, 10, 70, "Print",ExpressionUUID->"41de6929-df5e-4a1d-a67c-8349d949a380", +Cell[71931, 2134, 378, 10, 70, "Print",ExpressionUUID->"41de6929-df5e-4a1d-a67c-8349d949a380", CellID->454576154], -Cell[72266, 2142, 337, 8, 70, "Print",ExpressionUUID->"b44d8e28-8673-41f4-9485-acd601aa4963", +Cell[72312, 2146, 337, 8, 70, "Print",ExpressionUUID->"b44d8e28-8673-41f4-9485-acd601aa4963", CellID->939951884], -Cell[72606, 2152, 297, 7, 70, "Print",ExpressionUUID->"e93f35bc-943e-4c8b-bc6e-7bb754cc6fb0", +Cell[72652, 2156, 297, 7, 70, "Print",ExpressionUUID->"e93f35bc-943e-4c8b-bc6e-7bb754cc6fb0", CellID->2070208156], -Cell[72906, 2161, 512, 14, 70, "Print",ExpressionUUID->"b27611bb-1e2d-4670-a0e3-e665c446fb08", +Cell[72952, 2165, 512, 14, 70, "Print",ExpressionUUID->"b27611bb-1e2d-4670-a0e3-e665c446fb08", CellID->1729805373], -Cell[73421, 2177, 599, 17, 70, "Print",ExpressionUUID->"99a379b3-e574-4846-b2f4-24b97f6e97d5", +Cell[73467, 2181, 599, 17, 70, "Print",ExpressionUUID->"99a379b3-e574-4846-b2f4-24b97f6e97d5", CellID->751042114], -Cell[74023, 2196, 424, 11, 70, "Print",ExpressionUUID->"0ce0719a-4797-4540-afea-dc46511cce27", +Cell[74069, 2200, 424, 11, 70, "Print",ExpressionUUID->"0ce0719a-4797-4540-afea-dc46511cce27", CellID->1010016704], -Cell[74450, 2209, 337, 8, 70, "Print",ExpressionUUID->"d7533e99-dae5-447d-a2ba-a0bf726c7346", +Cell[74496, 2213, 337, 8, 70, "Print",ExpressionUUID->"d7533e99-dae5-447d-a2ba-a0bf726c7346", CellID->551926532], -Cell[74790, 2219, 296, 7, 70, "Print",ExpressionUUID->"5570292f-b28c-4d2c-85b2-8ef93c1455b4", +Cell[74836, 2223, 296, 7, 70, "Print",ExpressionUUID->"5570292f-b28c-4d2c-85b2-8ef93c1455b4", CellID->789242777], -Cell[75089, 2228, 511, 14, 70, "Print",ExpressionUUID->"e294729e-0348-4c62-ac85-c1bbc8bdb538", +Cell[75135, 2232, 511, 14, 70, "Print",ExpressionUUID->"e294729e-0348-4c62-ac85-c1bbc8bdb538", CellID->998354673], -Cell[75603, 2244, 599, 17, 70, "Print",ExpressionUUID->"145105ff-fb2b-4013-98d3-1a7ddfeff560", +Cell[75649, 2248, 599, 17, 70, "Print",ExpressionUUID->"145105ff-fb2b-4013-98d3-1a7ddfeff560", CellID->244998207], -Cell[76205, 2263, 422, 11, 70, "Print",ExpressionUUID->"6c4a8cd0-9884-47d5-9309-34b7226f1242", +Cell[76251, 2267, 422, 11, 70, "Print",ExpressionUUID->"6c4a8cd0-9884-47d5-9309-34b7226f1242", CellID->1615204251], -Cell[76630, 2276, 337, 8, 70, "Print",ExpressionUUID->"309f1945-8d13-4cbf-8411-edd9039da3c1", +Cell[76676, 2280, 337, 8, 70, "Print",ExpressionUUID->"309f1945-8d13-4cbf-8411-edd9039da3c1", CellID->594140603], -Cell[76970, 2286, 296, 7, 70, "Print",ExpressionUUID->"56acc949-37e2-4e2b-b0f3-855886dc4541", +Cell[77016, 2290, 296, 7, 70, "Print",ExpressionUUID->"56acc949-37e2-4e2b-b0f3-855886dc4541", CellID->728209338], -Cell[77269, 2295, 512, 14, 70, "Print",ExpressionUUID->"5c1260c0-ad4f-4d74-ab29-4fb2d54fd6b2", +Cell[77315, 2299, 512, 14, 70, "Print",ExpressionUUID->"5c1260c0-ad4f-4d74-ab29-4fb2d54fd6b2", CellID->1802669294], -Cell[77784, 2311, 600, 17, 70, "Print",ExpressionUUID->"fcc549fa-80d7-42a3-9e04-fb061dbbbdb7", +Cell[77830, 2315, 600, 17, 70, "Print",ExpressionUUID->"fcc549fa-80d7-42a3-9e04-fb061dbbbdb7", CellID->1452121148], -Cell[78387, 2330, 424, 11, 70, "Print",ExpressionUUID->"0cac2e28-c5ba-461d-85d4-4c11061ffa38", +Cell[78433, 2334, 424, 11, 70, "Print",ExpressionUUID->"0cac2e28-c5ba-461d-85d4-4c11061ffa38", CellID->1592673136], -Cell[78814, 2343, 325, 8, 70, "Print",ExpressionUUID->"d42ff928-3b83-4de3-a260-86361a7d8cf1", +Cell[78860, 2347, 325, 8, 70, "Print",ExpressionUUID->"d42ff928-3b83-4de3-a260-86361a7d8cf1", CellID->2058141551], -Cell[79142, 2353, 324, 8, 70, "Print",ExpressionUUID->"a3bac004-3d50-451b-83b0-f67a8e4ba30c", +Cell[79188, 2357, 324, 8, 70, "Print",ExpressionUUID->"a3bac004-3d50-451b-83b0-f67a8e4ba30c", CellID->941479227], -Cell[79469, 2363, 350, 8, 70, "Print",ExpressionUUID->"7e073110-5665-4985-8697-047d641e645b", +Cell[79515, 2367, 350, 8, 70, "Print",ExpressionUUID->"7e073110-5665-4985-8697-047d641e645b", CellID->979273874], -Cell[79822, 2373, 350, 8, 70, "Print",ExpressionUUID->"2c0f2b69-cfe7-46b1-8f47-565e93f0eb84", +Cell[79868, 2377, 350, 8, 70, "Print",ExpressionUUID->"2c0f2b69-cfe7-46b1-8f47-565e93f0eb84", CellID->244507406], -Cell[80175, 2383, 1086, 34, 70, "Print",ExpressionUUID->"0a0d8754-682d-4014-a6a1-5e4cd72bb3e9", +Cell[80221, 2387, 1086, 34, 70, "Print",ExpressionUUID->"0a0d8754-682d-4014-a6a1-5e4cd72bb3e9", CellID->1913981700], -Cell[81264, 2419, 1084, 34, 70, "Print",ExpressionUUID->"25583785-6165-4aac-bc96-40fdeb0737fd", +Cell[81310, 2423, 1084, 34, 70, "Print",ExpressionUUID->"25583785-6165-4aac-bc96-40fdeb0737fd", CellID->1596434212], -Cell[82351, 2455, 592, 16, 70, "Print",ExpressionUUID->"fa292e64-0cfa-4d36-8bdb-c66d69d6840f", +Cell[82397, 2459, 592, 16, 70, "Print",ExpressionUUID->"fa292e64-0cfa-4d36-8bdb-c66d69d6840f", CellID->612554496], -Cell[82946, 2473, 323, 8, 70, "Print",ExpressionUUID->"9081a908-93a4-454e-ab40-84c33d994b11", +Cell[82992, 2477, 323, 8, 70, "Print",ExpressionUUID->"9081a908-93a4-454e-ab40-84c33d994b11", CellID->91408226], -Cell[83272, 2483, 324, 8, 70, "Print",ExpressionUUID->"1055de3c-25b8-4291-a221-05f24248446a", +Cell[83318, 2487, 324, 8, 70, "Print",ExpressionUUID->"1055de3c-25b8-4291-a221-05f24248446a", CellID->659591760], -Cell[83599, 2493, 350, 8, 70, "Print",ExpressionUUID->"a6506c2b-0db2-4b25-92ef-e435caf91248", +Cell[83645, 2497, 350, 8, 70, "Print",ExpressionUUID->"a6506c2b-0db2-4b25-92ef-e435caf91248", CellID->941825706], -Cell[83952, 2503, 350, 8, 70, "Print",ExpressionUUID->"29136c17-49a6-475d-ae80-afad72c55c0e", +Cell[83998, 2507, 350, 8, 70, "Print",ExpressionUUID->"29136c17-49a6-475d-ae80-afad72c55c0e", CellID->337855099], -Cell[84305, 2513, 1085, 34, 70, "Print",ExpressionUUID->"f2a7c02d-edf6-4510-b117-ab3e05980baf", +Cell[84351, 2517, 1085, 34, 70, "Print",ExpressionUUID->"f2a7c02d-edf6-4510-b117-ab3e05980baf", CellID->613866904], -Cell[85393, 2549, 1084, 34, 70, "Print",ExpressionUUID->"2c93f470-4cca-4bcc-80a8-6c4a5b77d3b1", +Cell[85439, 2553, 1084, 34, 70, "Print",ExpressionUUID->"2c93f470-4cca-4bcc-80a8-6c4a5b77d3b1", CellID->1403083729], -Cell[86480, 2585, 597, 16, 70, "Print",ExpressionUUID->"f615e673-ebb6-4c6b-aa4f-e2dc943cda59", +Cell[86526, 2589, 597, 16, 70, "Print",ExpressionUUID->"f615e673-ebb6-4c6b-aa4f-e2dc943cda59", CellID->2133030787], -Cell[87080, 2603, 325, 8, 70, "Print",ExpressionUUID->"2c72880c-da90-4dc1-8dea-145850a4b427", +Cell[87126, 2607, 325, 8, 70, "Print",ExpressionUUID->"2c72880c-da90-4dc1-8dea-145850a4b427", CellID->2099215052], -Cell[87408, 2613, 325, 8, 70, "Print",ExpressionUUID->"c0c6b3a4-71d4-4878-b3ef-1a271aaf9307", +Cell[87454, 2617, 325, 8, 70, "Print",ExpressionUUID->"c0c6b3a4-71d4-4878-b3ef-1a271aaf9307", CellID->1857659884], -Cell[87736, 2623, 350, 8, 70, "Print",ExpressionUUID->"9b1c53b6-a531-4721-8bd7-099c985e0fa0", +Cell[87782, 2627, 350, 8, 70, "Print",ExpressionUUID->"9b1c53b6-a531-4721-8bd7-099c985e0fa0", CellID->925499023], -Cell[88089, 2633, 351, 8, 70, "Print",ExpressionUUID->"726b343f-0cd5-4715-aa0d-4084a2dc1f70", +Cell[88135, 2637, 351, 8, 70, "Print",ExpressionUUID->"726b343f-0cd5-4715-aa0d-4084a2dc1f70", CellID->2021939561], -Cell[88443, 2643, 1086, 34, 70, "Print",ExpressionUUID->"80f618b3-02ad-4b41-83ac-d014205449cf", +Cell[88489, 2647, 1086, 34, 70, "Print",ExpressionUUID->"80f618b3-02ad-4b41-83ac-d014205449cf", CellID->1439981609], -Cell[89532, 2679, 1084, 34, 70, "Print",ExpressionUUID->"4d0a9900-b5f6-4823-9e72-e4bbc094f459", +Cell[89578, 2683, 1084, 34, 70, "Print",ExpressionUUID->"4d0a9900-b5f6-4823-9e72-e4bbc094f459", CellID->1676541137], -Cell[90619, 2715, 592, 16, 70, "Print",ExpressionUUID->"4a8ca9bc-c4cc-4560-876b-f23e4d0cbaab", +Cell[90665, 2719, 592, 16, 70, "Print",ExpressionUUID->"4a8ca9bc-c4cc-4560-876b-f23e4d0cbaab", CellID->884472617], -Cell[91214, 2733, 325, 8, 70, "Print",ExpressionUUID->"b58a2526-f457-4cf3-8781-41ad59cd6d1b", +Cell[91260, 2737, 325, 8, 70, "Print",ExpressionUUID->"b58a2526-f457-4cf3-8781-41ad59cd6d1b", CellID->1991908141], -Cell[91542, 2743, 324, 8, 70, "Print",ExpressionUUID->"ff9680c8-044a-4f8c-9b84-91bb7b7a69b9", +Cell[91588, 2747, 324, 8, 70, "Print",ExpressionUUID->"ff9680c8-044a-4f8c-9b84-91bb7b7a69b9", CellID->318300267], -Cell[91869, 2753, 351, 8, 70, "Print",ExpressionUUID->"b9678f33-ff58-4b38-b825-33aed953661a", +Cell[91915, 2757, 351, 8, 70, "Print",ExpressionUUID->"b9678f33-ff58-4b38-b825-33aed953661a", CellID->1882827290], -Cell[92223, 2763, 349, 8, 70, "Print",ExpressionUUID->"3f931290-0a6a-4e51-94ca-1eafffc38f2c", +Cell[92269, 2767, 349, 8, 70, "Print",ExpressionUUID->"3f931290-0a6a-4e51-94ca-1eafffc38f2c", CellID->89422700], -Cell[92575, 2773, 1086, 34, 70, "Print",ExpressionUUID->"06be5480-424e-4b7e-bbd7-b475a36f422d", +Cell[92621, 2777, 1086, 34, 70, "Print",ExpressionUUID->"06be5480-424e-4b7e-bbd7-b475a36f422d", CellID->1933504518], -Cell[93664, 2809, 1083, 34, 70, "Print",ExpressionUUID->"0cc4c3d3-c75f-4616-82c4-ec5d8e84a875", +Cell[93710, 2813, 1083, 34, 70, "Print",ExpressionUUID->"0cc4c3d3-c75f-4616-82c4-ec5d8e84a875", CellID->329484246], -Cell[94750, 2845, 588, 16, 70, "Print",ExpressionUUID->"a2d5153c-6af0-4a67-bfb1-f4587c19d8ea", +Cell[94796, 2849, 588, 16, 70, "Print",ExpressionUUID->"a2d5153c-6af0-4a67-bfb1-f4587c19d8ea", CellID->817632038], -Cell[95341, 2863, 325, 8, 70, "Print",ExpressionUUID->"5db986e6-97cd-4070-bec1-bb49efa87c01", +Cell[95387, 2867, 325, 8, 70, "Print",ExpressionUUID->"5db986e6-97cd-4070-bec1-bb49efa87c01", CellID->1588690164], -Cell[95669, 2873, 325, 8, 70, "Print",ExpressionUUID->"1fc41688-2778-428d-8319-80b7a1bffefc", +Cell[95715, 2877, 325, 8, 70, "Print",ExpressionUUID->"1fc41688-2778-428d-8319-80b7a1bffefc", CellID->1781605394], -Cell[95997, 2883, 350, 8, 70, "Print",ExpressionUUID->"39221da3-b52c-4335-85eb-462b9a06a2fc", +Cell[96043, 2887, 350, 8, 70, "Print",ExpressionUUID->"39221da3-b52c-4335-85eb-462b9a06a2fc", CellID->262821527], -Cell[96350, 2893, 351, 8, 70, "Print",ExpressionUUID->"14e828b6-df2e-4670-addf-e901cb57c964", +Cell[96396, 2897, 351, 8, 70, "Print",ExpressionUUID->"14e828b6-df2e-4670-addf-e901cb57c964", CellID->1499348067], -Cell[96704, 2903, 1085, 34, 70, "Print",ExpressionUUID->"86aaa4d3-f601-4374-9735-1f5fd70418e4", +Cell[96750, 2907, 1085, 34, 70, "Print",ExpressionUUID->"86aaa4d3-f601-4374-9735-1f5fd70418e4", CellID->575600973], -Cell[97792, 2939, 1084, 34, 70, "Print",ExpressionUUID->"8ce4eeb6-40be-4879-b926-02a885352eb0", +Cell[97838, 2943, 1084, 34, 70, "Print",ExpressionUUID->"8ce4eeb6-40be-4879-b926-02a885352eb0", CellID->1242095401], -Cell[98879, 2975, 589, 16, 70, "Print",ExpressionUUID->"8ef3c453-415e-4504-8d69-814dc90827fe", +Cell[98925, 2979, 589, 16, 70, "Print",ExpressionUUID->"8ef3c453-415e-4504-8d69-814dc90827fe", CellID->1743855474], -Cell[99471, 2993, 324, 8, 70, "Print",ExpressionUUID->"3446b0c7-bbc7-4c60-9a01-69985b0eec8a", +Cell[99517, 2997, 324, 8, 70, "Print",ExpressionUUID->"3446b0c7-bbc7-4c60-9a01-69985b0eec8a", CellID->342099025], -Cell[99798, 3003, 324, 8, 70, "Print",ExpressionUUID->"3f6fc21d-9ec2-4017-b2c0-17ecafcdf6d3", +Cell[99844, 3007, 324, 8, 70, "Print",ExpressionUUID->"3f6fc21d-9ec2-4017-b2c0-17ecafcdf6d3", CellID->691045965], -Cell[100125, 3013, 350, 8, 70, "Print",ExpressionUUID->"d598b5b7-1506-4110-a5e3-1cc8a27a5057", +Cell[100171, 3017, 350, 8, 70, "Print",ExpressionUUID->"d598b5b7-1506-4110-a5e3-1cc8a27a5057", CellID->208926322], -Cell[100478, 3023, 350, 8, 70, "Print",ExpressionUUID->"3db7d311-2531-4918-bd24-66eb6d2865cf", +Cell[100524, 3027, 350, 8, 70, "Print",ExpressionUUID->"3db7d311-2531-4918-bd24-66eb6d2865cf", CellID->433507251], -Cell[100831, 3033, 1086, 34, 70, "Print",ExpressionUUID->"40fcdbd3-9986-42f8-bc82-36d05c7ff775", +Cell[100877, 3037, 1086, 34, 70, "Print",ExpressionUUID->"40fcdbd3-9986-42f8-bc82-36d05c7ff775", CellID->1350637726], -Cell[101920, 3069, 1084, 34, 70, "Print",ExpressionUUID->"7819c72e-656f-40e3-bf06-0ee272feba9c", +Cell[101966, 3073, 1084, 34, 70, "Print",ExpressionUUID->"7819c72e-656f-40e3-bf06-0ee272feba9c", CellID->1150752028], -Cell[103007, 3105, 588, 16, 70, "Print",ExpressionUUID->"13e89e89-e529-4080-b73e-0357b2996dc7", +Cell[103053, 3109, 588, 16, 70, "Print",ExpressionUUID->"13e89e89-e529-4080-b73e-0357b2996dc7", CellID->771362351], -Cell[103598, 3123, 297, 7, 70, "Print",ExpressionUUID->"bdd53d74-31c8-4dab-be9f-5861af45f64e", +Cell[103644, 3127, 297, 7, 70, "Print",ExpressionUUID->"bdd53d74-31c8-4dab-be9f-5861af45f64e", CellID->1964504630], -Cell[103898, 3132, 337, 8, 70, "Print",ExpressionUUID->"951e3cbc-83d6-4514-ba1c-6e7ae898d5c8", +Cell[103944, 3136, 337, 8, 70, "Print",ExpressionUUID->"951e3cbc-83d6-4514-ba1c-6e7ae898d5c8", CellID->406352110], -Cell[104238, 3142, 599, 17, 70, "Print",ExpressionUUID->"2e2d51c5-ba3c-47c4-8aba-40bddb31b52a", +Cell[104284, 3146, 599, 17, 70, "Print",ExpressionUUID->"2e2d51c5-ba3c-47c4-8aba-40bddb31b52a", CellID->756909490], -Cell[104840, 3161, 426, 11, 70, "Print",ExpressionUUID->"75012dcf-42e2-4d1c-95d8-e5b75d3afefc", +Cell[104886, 3165, 426, 11, 70, "Print",ExpressionUUID->"75012dcf-42e2-4d1c-95d8-e5b75d3afefc", CellID->1916236035], -Cell[105269, 3174, 324, 8, 70, "Print",ExpressionUUID->"a6568a21-24cd-4e98-a0e7-87e10b6d0222", +Cell[105315, 3178, 324, 8, 70, "Print",ExpressionUUID->"a6568a21-24cd-4e98-a0e7-87e10b6d0222", CellID->116528346], -Cell[105596, 3184, 325, 8, 70, "Print",ExpressionUUID->"6f12018d-4ff5-461b-9870-a9cf6eaacb74", +Cell[105642, 3188, 325, 8, 70, "Print",ExpressionUUID->"6f12018d-4ff5-461b-9870-a9cf6eaacb74", CellID->1682408513], -Cell[105924, 3194, 351, 8, 70, "Print",ExpressionUUID->"f3e6bcd7-202f-4e88-8fae-bd7bea422864", +Cell[105970, 3198, 351, 8, 70, "Print",ExpressionUUID->"f3e6bcd7-202f-4e88-8fae-bd7bea422864", CellID->1790691948], -Cell[106278, 3204, 351, 8, 70, "Print",ExpressionUUID->"0cc5f8fc-f0da-4f7f-bdd3-3a7297caadbd", +Cell[106324, 3208, 351, 8, 70, "Print",ExpressionUUID->"0cc5f8fc-f0da-4f7f-bdd3-3a7297caadbd", CellID->1556509955], -Cell[106632, 3214, 1086, 34, 70, "Print",ExpressionUUID->"6dba6c76-1119-4109-b57c-fdf97580403a", +Cell[106678, 3218, 1086, 34, 70, "Print",ExpressionUUID->"6dba6c76-1119-4109-b57c-fdf97580403a", CellID->1211466002], -Cell[107721, 3250, 1083, 34, 70, "Print",ExpressionUUID->"be4d9035-69b7-4d3e-9b97-c3d588971e90", +Cell[107767, 3254, 1083, 34, 70, "Print",ExpressionUUID->"be4d9035-69b7-4d3e-9b97-c3d588971e90", CellID->527680917], -Cell[108807, 3286, 585, 16, 70, "Print",ExpressionUUID->"e9ade529-06b7-43c0-893a-68452f2405b4", +Cell[108853, 3290, 585, 16, 70, "Print",ExpressionUUID->"e9ade529-06b7-43c0-893a-68452f2405b4", CellID->1400934448], -Cell[109395, 3304, 325, 8, 70, "Print",ExpressionUUID->"7e908511-4969-46f2-90a0-6ccd7cce538b", +Cell[109441, 3308, 325, 8, 70, "Print",ExpressionUUID->"7e908511-4969-46f2-90a0-6ccd7cce538b", CellID->1529766269], -Cell[109723, 3314, 324, 8, 70, "Print",ExpressionUUID->"a27c2dda-761c-4c71-a3e7-e2a6e4c35db9", +Cell[109769, 3318, 324, 8, 70, "Print",ExpressionUUID->"a27c2dda-761c-4c71-a3e7-e2a6e4c35db9", CellID->263024559], -Cell[110050, 3324, 351, 8, 70, "Print",ExpressionUUID->"294149e5-7781-489f-9337-2e3575cd3e6b", +Cell[110096, 3328, 351, 8, 70, "Print",ExpressionUUID->"294149e5-7781-489f-9337-2e3575cd3e6b", CellID->1490357148], -Cell[110404, 3334, 351, 8, 70, "Print",ExpressionUUID->"99016785-7a95-40bc-8b70-bb624fe9df6a", +Cell[110450, 3338, 351, 8, 70, "Print",ExpressionUUID->"99016785-7a95-40bc-8b70-bb624fe9df6a", CellID->1315787139], -Cell[110758, 3344, 1085, 34, 70, "Print",ExpressionUUID->"09858019-7ab0-4349-912b-f7b93812d259", +Cell[110804, 3348, 1085, 34, 70, "Print",ExpressionUUID->"09858019-7ab0-4349-912b-f7b93812d259", CellID->592508805], -Cell[111846, 3380, 1083, 34, 70, "Print",ExpressionUUID->"a9887df3-9e44-47ba-b517-f558fbc90d6d", +Cell[111892, 3384, 1083, 34, 70, "Print",ExpressionUUID->"a9887df3-9e44-47ba-b517-f558fbc90d6d", CellID->160505539], -Cell[112932, 3416, 588, 16, 70, "Print",ExpressionUUID->"b6b2afb8-0e4b-48f2-80c7-03a76a2391b3", +Cell[112978, 3420, 588, 16, 70, "Print",ExpressionUUID->"b6b2afb8-0e4b-48f2-80c7-03a76a2391b3", CellID->756993656], -Cell[113523, 3434, 324, 8, 70, "Print",ExpressionUUID->"9391b18b-edd5-46d6-9bff-03c1afd56b77", +Cell[113569, 3438, 324, 8, 70, "Print",ExpressionUUID->"9391b18b-edd5-46d6-9bff-03c1afd56b77", CellID->226630552], -Cell[113850, 3444, 324, 8, 70, "Print",ExpressionUUID->"945a112d-d233-4ec0-82cc-b18d8dd917b8", +Cell[113896, 3448, 324, 8, 70, "Print",ExpressionUUID->"945a112d-d233-4ec0-82cc-b18d8dd917b8", CellID->423327066], -Cell[114177, 3454, 350, 8, 70, "Print",ExpressionUUID->"54fa74e4-9edb-46b0-b1bb-71c6f39c2354", +Cell[114223, 3458, 350, 8, 70, "Print",ExpressionUUID->"54fa74e4-9edb-46b0-b1bb-71c6f39c2354", CellID->108858075], -Cell[114530, 3464, 350, 8, 70, "Print",ExpressionUUID->"3579c2b9-289c-45f3-bf30-b2d578b4ade9", +Cell[114576, 3468, 350, 8, 70, "Print",ExpressionUUID->"3579c2b9-289c-45f3-bf30-b2d578b4ade9", CellID->802231525], -Cell[114883, 3474, 1086, 34, 70, "Print",ExpressionUUID->"7b66a0be-5782-4744-b186-861d6545a64d", +Cell[114929, 3478, 1086, 34, 70, "Print",ExpressionUUID->"7b66a0be-5782-4744-b186-861d6545a64d", CellID->1665422467], -Cell[115972, 3510, 1084, 34, 70, "Print",ExpressionUUID->"d654ee39-2164-42c7-afe6-ceba8a2a997a", +Cell[116018, 3514, 1084, 34, 70, "Print",ExpressionUUID->"d654ee39-2164-42c7-afe6-ceba8a2a997a", CellID->1852713549], -Cell[117059, 3546, 585, 16, 70, "Print",ExpressionUUID->"4641e2ec-0fa5-418d-80c0-47ac0cd162dc", +Cell[117105, 3550, 585, 16, 70, "Print",ExpressionUUID->"4641e2ec-0fa5-418d-80c0-47ac0cd162dc", CellID->1144330551], -Cell[117647, 3564, 296, 7, 70, "Print",ExpressionUUID->"4560ec69-9f4d-456d-9983-5754857a88c6", +Cell[117693, 3568, 296, 7, 70, "Print",ExpressionUUID->"4560ec69-9f4d-456d-9983-5754857a88c6", CellID->208984785], -Cell[117946, 3573, 338, 8, 70, "Print",ExpressionUUID->"3098e9d8-af0b-4fa1-8d01-6554a252acd7", +Cell[117992, 3577, 338, 8, 70, "Print",ExpressionUUID->"3098e9d8-af0b-4fa1-8d01-6554a252acd7", CellID->2061639871], -Cell[118287, 3583, 600, 17, 70, "Print",ExpressionUUID->"c15b721d-d4df-4efe-9ad0-92798643c50f", +Cell[118333, 3587, 600, 17, 70, "Print",ExpressionUUID->"c15b721d-d4df-4efe-9ad0-92798643c50f", CellID->1577837802], -Cell[118890, 3602, 424, 11, 70, "Print",ExpressionUUID->"a16aec3f-8c4b-4b70-9f72-85ecd9ed5831", +Cell[118936, 3606, 424, 11, 70, "Print",ExpressionUUID->"a16aec3f-8c4b-4b70-9f72-85ecd9ed5831", CellID->1559622511], -Cell[119317, 3615, 297, 7, 70, "Print",ExpressionUUID->"58b2e918-bdb0-45fa-a884-51b9917fa2b0", +Cell[119363, 3619, 297, 7, 70, "Print",ExpressionUUID->"58b2e918-bdb0-45fa-a884-51b9917fa2b0", CellID->1064908252], -Cell[119617, 3624, 337, 8, 70, "Print",ExpressionUUID->"2c5245c2-a7a4-471a-96f6-3ef22114f4b2", +Cell[119663, 3628, 337, 8, 70, "Print",ExpressionUUID->"2c5245c2-a7a4-471a-96f6-3ef22114f4b2", CellID->201716505], -Cell[119957, 3634, 600, 17, 70, "Print",ExpressionUUID->"ded15284-e2ec-4cc7-a9c9-563943797a0a", +Cell[120003, 3638, 600, 17, 70, "Print",ExpressionUUID->"ded15284-e2ec-4cc7-a9c9-563943797a0a", CellID->1376643493], -Cell[120560, 3653, 420, 11, 70, "Print",ExpressionUUID->"c4eb05a8-994a-403a-9e89-6a54df149b18", +Cell[120606, 3657, 420, 11, 70, "Print",ExpressionUUID->"c4eb05a8-994a-403a-9e89-6a54df149b18", CellID->1471260362], -Cell[120983, 3666, 337, 8, 70, "Print",ExpressionUUID->"6c7ddc07-2889-46ac-b267-12e085993b13", +Cell[121029, 3670, 337, 8, 70, "Print",ExpressionUUID->"6c7ddc07-2889-46ac-b267-12e085993b13", CellID->958625995], -Cell[121323, 3676, 325, 8, 70, "Print",ExpressionUUID->"ac725edf-a681-4232-af34-faa13f99489a", +Cell[121369, 3680, 325, 8, 70, "Print",ExpressionUUID->"ac725edf-a681-4232-af34-faa13f99489a", CellID->1145395880], -Cell[121651, 3686, 377, 8, 70, "Print",ExpressionUUID->"ae927e7a-1a1c-46ed-96bf-bbfdbdf3b7d3", +Cell[121697, 3690, 377, 8, 70, "Print",ExpressionUUID->"ae927e7a-1a1c-46ed-96bf-bbfdbdf3b7d3", CellID->1587788708], -Cell[122031, 3696, 350, 8, 70, "Print",ExpressionUUID->"ac10fbfc-4335-4445-8aa3-371d0ce12d68", +Cell[122077, 3700, 350, 8, 70, "Print",ExpressionUUID->"ac10fbfc-4335-4445-8aa3-371d0ce12d68", CellID->493550860], -Cell[122384, 3706, 1475, 46, 70, "Print",ExpressionUUID->"ea148bce-9700-427e-9e19-9cc9716c0d90", +Cell[122430, 3710, 1475, 46, 70, "Print",ExpressionUUID->"ea148bce-9700-427e-9e19-9cc9716c0d90", CellID->788604180], -Cell[123862, 3754, 1473, 46, 70, "Print",ExpressionUUID->"ca56f06a-6397-4b76-9bc9-3b24cc6c80e0", +Cell[123908, 3758, 1473, 46, 70, "Print",ExpressionUUID->"ca56f06a-6397-4b76-9bc9-3b24cc6c80e0", CellID->996815015], -Cell[125338, 3802, 738, 21, 70, "Print",ExpressionUUID->"08c99c70-1c9b-442d-bc50-30948ffa52de", +Cell[125384, 3806, 738, 21, 70, "Print",ExpressionUUID->"08c99c70-1c9b-442d-bc50-30948ffa52de", CellID->1705016863], -Cell[126079, 3825, 338, 8, 70, "Print",ExpressionUUID->"e444164e-0b90-4046-8fb0-3bad65152f77", +Cell[126125, 3829, 338, 8, 70, "Print",ExpressionUUID->"e444164e-0b90-4046-8fb0-3bad65152f77", CellID->1316285097], -Cell[126420, 3835, 324, 8, 70, "Print",ExpressionUUID->"bdc4628a-5390-4ec5-9921-ce12c2e6fed3", +Cell[126466, 3839, 324, 8, 70, "Print",ExpressionUUID->"bdc4628a-5390-4ec5-9921-ce12c2e6fed3", CellID->250265815], -Cell[126747, 3845, 377, 8, 70, "Print",ExpressionUUID->"3a1a8b8c-1002-49da-a661-ea055369f28a", +Cell[126793, 3849, 377, 8, 70, "Print",ExpressionUUID->"3a1a8b8c-1002-49da-a661-ea055369f28a", CellID->1087299484], -Cell[127127, 3855, 351, 8, 70, "Print",ExpressionUUID->"9e04b676-fb57-4a42-9e30-ac7009ab5444", +Cell[127173, 3859, 351, 8, 70, "Print",ExpressionUUID->"9e04b676-fb57-4a42-9e30-ac7009ab5444", CellID->1579309657], -Cell[127481, 3865, 1476, 46, 70, "Print",ExpressionUUID->"1ef11a40-f6b5-43b4-830c-fd6e5f1b36ef", +Cell[127527, 3869, 1476, 46, 70, "Print",ExpressionUUID->"1ef11a40-f6b5-43b4-830c-fd6e5f1b36ef", CellID->1740622963], -Cell[128960, 3913, 1473, 46, 70, "Print",ExpressionUUID->"c6bb09f7-e4f0-41f9-8b58-b40c62223561", +Cell[129006, 3917, 1473, 46, 70, "Print",ExpressionUUID->"c6bb09f7-e4f0-41f9-8b58-b40c62223561", CellID->255602976], -Cell[130436, 3961, 740, 21, 70, "Print",ExpressionUUID->"542af0c3-ad99-4290-877b-6a437ce3ad1c", +Cell[130482, 3965, 740, 21, 70, "Print",ExpressionUUID->"542af0c3-ad99-4290-877b-6a437ce3ad1c", CellID->24334814], -Cell[131179, 3984, 338, 8, 70, "Print",ExpressionUUID->"4a480f1c-81cd-4ddd-b461-6f013c14e894", +Cell[131225, 3988, 338, 8, 70, "Print",ExpressionUUID->"4a480f1c-81cd-4ddd-b461-6f013c14e894", CellID->1901128502], -Cell[131520, 3994, 325, 8, 70, "Print",ExpressionUUID->"45da3f5d-11f4-44d9-8f61-289d47834554", +Cell[131566, 3998, 325, 8, 70, "Print",ExpressionUUID->"45da3f5d-11f4-44d9-8f61-289d47834554", CellID->1012596632], -Cell[131848, 4004, 376, 8, 70, "Print",ExpressionUUID->"2f616aa1-eafc-4abb-b617-892fdddac5e7", +Cell[131894, 4008, 376, 8, 70, "Print",ExpressionUUID->"2f616aa1-eafc-4abb-b617-892fdddac5e7", CellID->250965366], -Cell[132227, 4014, 350, 8, 70, "Print",ExpressionUUID->"f0d21bbe-fbb6-43c8-b4b4-d8b877cfd958", +Cell[132273, 4018, 350, 8, 70, "Print",ExpressionUUID->"f0d21bbe-fbb6-43c8-b4b4-d8b877cfd958", CellID->176971920], -Cell[132580, 4024, 1476, 46, 70, "Print",ExpressionUUID->"10f5afc4-0a7d-444d-9fe2-d4666d8dbc8b", +Cell[132626, 4028, 1476, 46, 70, "Print",ExpressionUUID->"10f5afc4-0a7d-444d-9fe2-d4666d8dbc8b", CellID->1121454707], -Cell[134059, 4072, 1474, 46, 70, "Print",ExpressionUUID->"9421bc82-a910-4825-b908-3e989aa9dc0e", +Cell[134105, 4076, 1474, 46, 70, "Print",ExpressionUUID->"9421bc82-a910-4825-b908-3e989aa9dc0e", CellID->1053196892], -Cell[135536, 4120, 738, 21, 70, "Print",ExpressionUUID->"86aceadc-c790-4ea1-bff7-c66f423b3a0a", +Cell[135582, 4124, 738, 21, 70, "Print",ExpressionUUID->"86aceadc-c790-4ea1-bff7-c66f423b3a0a", CellID->1842394388], -Cell[136277, 4143, 324, 8, 70, "Print",ExpressionUUID->"f231172c-e81b-4a60-9694-9b5084e3fc3c", +Cell[136323, 4147, 324, 8, 70, "Print",ExpressionUUID->"f231172c-e81b-4a60-9694-9b5084e3fc3c", CellID->826684609], -Cell[136604, 4153, 336, 8, 70, "Print",ExpressionUUID->"93565559-73b6-432f-9b2f-8ff8942018ef", +Cell[136650, 4157, 336, 8, 70, "Print",ExpressionUUID->"93565559-73b6-432f-9b2f-8ff8942018ef", CellID->50043795], -Cell[136943, 4163, 351, 8, 70, "Print",ExpressionUUID->"c8ac08b3-cd6b-4623-9ac4-acaedd587621", +Cell[136989, 4167, 351, 8, 70, "Print",ExpressionUUID->"c8ac08b3-cd6b-4623-9ac4-acaedd587621", CellID->2051379173], -Cell[137297, 4173, 376, 8, 70, "Print",ExpressionUUID->"20765e36-5a2d-42eb-adb0-eeddac75ac62", +Cell[137343, 4177, 376, 8, 70, "Print",ExpressionUUID->"20765e36-5a2d-42eb-adb0-eeddac75ac62", CellID->740840832], -Cell[137676, 4183, 1474, 46, 70, "Print",ExpressionUUID->"7de2fbec-d890-44f1-846b-8e783539a059", +Cell[137722, 4187, 1474, 46, 70, "Print",ExpressionUUID->"7de2fbec-d890-44f1-846b-8e783539a059", CellID->1627881597], -Cell[139153, 4231, 746, 21, 70, "Print",ExpressionUUID->"41734cb1-f8ae-4f8d-8cce-0fcd8c3976ce", +Cell[139199, 4235, 746, 21, 70, "Print",ExpressionUUID->"41734cb1-f8ae-4f8d-8cce-0fcd8c3976ce", CellID->1463518036], -Cell[139902, 4254, 325, 8, 70, "Print",ExpressionUUID->"3f7b6303-601e-43b1-87f9-3c9cf8998944", +Cell[139948, 4258, 325, 8, 70, "Print",ExpressionUUID->"3f7b6303-601e-43b1-87f9-3c9cf8998944", CellID->1805749084], -Cell[140230, 4264, 338, 8, 70, "Print",ExpressionUUID->"f50958ee-7c9d-48c2-a545-c433a5ea1150", +Cell[140276, 4268, 338, 8, 70, "Print",ExpressionUUID->"f50958ee-7c9d-48c2-a545-c433a5ea1150", CellID->1829598103], -Cell[140571, 4274, 350, 8, 70, "Print",ExpressionUUID->"c2e86bd9-2de5-4688-8656-e3f3328da9d4", +Cell[140617, 4278, 350, 8, 70, "Print",ExpressionUUID->"c2e86bd9-2de5-4688-8656-e3f3328da9d4", CellID->692677881], -Cell[140924, 4284, 377, 8, 70, "Print",ExpressionUUID->"af54692c-0fd0-4f62-960e-60e22fa5942f", +Cell[140970, 4288, 377, 8, 70, "Print",ExpressionUUID->"af54692c-0fd0-4f62-960e-60e22fa5942f", CellID->1129525798], -Cell[141304, 4294, 1473, 46, 70, "Print",ExpressionUUID->"d3074e13-07ca-4c82-94a0-2035ee756661", +Cell[141350, 4298, 1473, 46, 70, "Print",ExpressionUUID->"d3074e13-07ca-4c82-94a0-2035ee756661", CellID->640740450], -Cell[142780, 4342, 738, 21, 70, "Print",ExpressionUUID->"1051e892-1c50-41ff-9630-6c733af4092a", +Cell[142826, 4346, 738, 21, 70, "Print",ExpressionUUID->"1051e892-1c50-41ff-9630-6c733af4092a", CellID->1838073762], -Cell[143521, 4365, 324, 8, 70, "Print",ExpressionUUID->"e6407783-618d-4947-bc12-6606e77a41e0", +Cell[143567, 4369, 324, 8, 70, "Print",ExpressionUUID->"e6407783-618d-4947-bc12-6606e77a41e0", CellID->569830858], -Cell[143848, 4375, 338, 8, 70, "Print",ExpressionUUID->"64e64113-4f6d-4836-81b2-538f26d71eb5", +Cell[143894, 4379, 338, 8, 70, "Print",ExpressionUUID->"64e64113-4f6d-4836-81b2-538f26d71eb5", CellID->1134291311], -Cell[144189, 4385, 350, 8, 70, "Print",ExpressionUUID->"9ba33f68-61f6-4a5e-9132-77ef9f4aa26e", +Cell[144235, 4389, 350, 8, 70, "Print",ExpressionUUID->"9ba33f68-61f6-4a5e-9132-77ef9f4aa26e", CellID->479194294], -Cell[144542, 4395, 377, 8, 70, "Print",ExpressionUUID->"49caae1f-762a-44f4-adf5-fb06d1c914bd", +Cell[144588, 4399, 377, 8, 70, "Print",ExpressionUUID->"49caae1f-762a-44f4-adf5-fb06d1c914bd", CellID->1566645873], -Cell[144922, 4405, 1473, 46, 70, "Print",ExpressionUUID->"0a11391c-1bc6-4e65-a767-53bb2fc4046c", +Cell[144968, 4409, 1473, 46, 70, "Print",ExpressionUUID->"0a11391c-1bc6-4e65-a767-53bb2fc4046c", CellID->691824526], -Cell[146398, 4453, 731, 20, 70, "Print",ExpressionUUID->"3f7dcd9f-c043-4284-83a7-5481979b77d5", +Cell[146444, 4457, 731, 20, 70, "Print",ExpressionUUID->"3f7dcd9f-c043-4284-83a7-5481979b77d5", CellID->1795479392], -Cell[147132, 4475, 338, 8, 70, "Print",ExpressionUUID->"bb09559a-8d3a-4c2b-9626-e6fa8bb2e7b3", +Cell[147178, 4479, 338, 8, 70, "Print",ExpressionUUID->"bb09559a-8d3a-4c2b-9626-e6fa8bb2e7b3", CellID->1816911688], -Cell[147473, 4485, 338, 8, 70, "Print",ExpressionUUID->"33a49612-14cd-4e68-a1cb-04cbeaa5c44b", +Cell[147519, 4489, 338, 8, 70, "Print",ExpressionUUID->"33a49612-14cd-4e68-a1cb-04cbeaa5c44b", CellID->1779124010], -Cell[147814, 4495, 1928, 59, 70, "Print",ExpressionUUID->"33bcc7e8-666d-4633-ae36-16f2b61462dd", +Cell[147860, 4499, 1928, 59, 70, "Print",ExpressionUUID->"33bcc7e8-666d-4633-ae36-16f2b61462dd", CellID->1227305401], -Cell[149745, 4556, 828, 22, 70, "Print",ExpressionUUID->"bf6c23d7-0bba-4e0f-a3f3-510f7f257abf", +Cell[149791, 4560, 828, 22, 70, "Print",ExpressionUUID->"bf6c23d7-0bba-4e0f-a3f3-510f7f257abf", CellID->1410051004] }, Open ]], -Cell[150588, 4581, 872, 14, 54, "Output",ExpressionUUID->"3d19caea-ac3d-476a-ae6e-7de8c14e408c", +Cell[150634, 4585, 872, 14, 53, "Output",ExpressionUUID->"3d19caea-ac3d-476a-ae6e-7de8c14e408c", CellID->2034726986] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[151509, 4601, 107, 1, 70, "Subsection",ExpressionUUID->"da3dbf70-a424-4dc9-89ff-0924fe49206e", +Cell[151555, 4605, 107, 1, 70, "Subsection",ExpressionUUID->"da3dbf70-a424-4dc9-89ff-0924fe49206e", CellID->1251640215], -Cell[151619, 4604, 218, 4, 70, "ExampleText",ExpressionUUID->"e1cfaf11-43d6-4255-928a-af107b2d4885", +Cell[151665, 4608, 218, 4, 70, "ExampleText",ExpressionUUID->"e1cfaf11-43d6-4255-928a-af107b2d4885", CellID->1163695858], Cell[CellGroupData[{ -Cell[151862, 4612, 267, 7, 70, "Input",ExpressionUUID->"58c2a251-8d70-4750-a3ec-33795aa62ceb", +Cell[151908, 4616, 267, 7, 70, "Input",ExpressionUUID->"58c2a251-8d70-4750-a3ec-33795aa62ceb", CellID->899839970], -Cell[152132, 4621, 365, 10, 36, "Output",ExpressionUUID->"855746a2-f84f-41c7-99a7-a9547c03cf90", +Cell[152178, 4625, 365, 10, 36, "Output",ExpressionUUID->"855746a2-f84f-41c7-99a7-a9547c03cf90", CellID->1502605582] }, Open ]], -Cell[152512, 4634, 145, 1, 70, "ExampleText",ExpressionUUID->"71f40efb-76d3-42c2-9145-921dc1a5b968", +Cell[152558, 4638, 145, 1, 70, "ExampleText",ExpressionUUID->"71f40efb-76d3-42c2-9145-921dc1a5b968", CellID->1340667779], Cell[CellGroupData[{ -Cell[152682, 4639, 222, 5, 70, "Input",ExpressionUUID->"159711f3-4445-41be-bd2a-1af0ec76e989", +Cell[152728, 4643, 222, 5, 70, "Input",ExpressionUUID->"159711f3-4445-41be-bd2a-1af0ec76e989", CellID->2021294678], -Cell[152907, 4646, 361, 10, 36, "Output",ExpressionUUID->"3bd895bc-9df8-463e-a8c1-c6812af628aa", +Cell[152953, 4650, 361, 10, 36, "Output",ExpressionUUID->"3bd895bc-9df8-463e-a8c1-c6812af628aa", CellID->408318826] }, Open ]], Cell[CellGroupData[{ -Cell[153305, 4661, 166, 3, 70, "Input",ExpressionUUID->"6c4c75b9-da79-4c42-9630-976e0159995e", +Cell[153351, 4665, 166, 3, 70, "Input",ExpressionUUID->"6c4c75b9-da79-4c42-9630-976e0159995e", CellID->1035578519], -Cell[153474, 4666, 730, 20, 81, "Output",ExpressionUUID->"6fc4bdb2-1bf3-4aa7-8032-c41a149d755f", +Cell[153520, 4670, 730, 20, 78, "Output",ExpressionUUID->"6fc4bdb2-1bf3-4aa7-8032-c41a149d755f", CellID->700495639] }, Open ]], -Cell[154219, 4689, 160, 2, 70, "ExampleText",ExpressionUUID->"e3dda2e5-990a-4180-aaae-cfd8d617782b", +Cell[154265, 4693, 160, 2, 70, "ExampleText",ExpressionUUID->"e3dda2e5-990a-4180-aaae-cfd8d617782b", CellID->458362621], Cell[CellGroupData[{ -Cell[154404, 4695, 234, 5, 70, "Input",ExpressionUUID->"fcb8dea1-9015-4044-8547-78e59441eb0b", +Cell[154450, 4699, 234, 5, 70, "Input",ExpressionUUID->"fcb8dea1-9015-4044-8547-78e59441eb0b", CellID->939474044], -Cell[154641, 4702, 855, 14, 54, "Output",ExpressionUUID->"7822804f-b43a-4526-982a-4461fd2c3117", +Cell[154687, 4706, 855, 14, 53, "Output",ExpressionUUID->"7822804f-b43a-4526-982a-4461fd2c3117", CellID->1441336471] }, Open ]], -Cell[155511, 4719, 147, 1, 70, "ExampleText",ExpressionUUID->"829f26f7-da38-4d31-8265-63d7ff5c99df", +Cell[155557, 4723, 147, 1, 70, "ExampleText",ExpressionUUID->"829f26f7-da38-4d31-8265-63d7ff5c99df", CellID->2086244218], Cell[CellGroupData[{ -Cell[155683, 4724, 175, 3, 70, "Input",ExpressionUUID->"e13798e8-b719-4cf3-ba1f-49e8dc9095c9", +Cell[155729, 4728, 175, 3, 70, "Input",ExpressionUUID->"e13798e8-b719-4cf3-ba1f-49e8dc9095c9", CellID->255508432], -Cell[155861, 4729, 259, 6, 51, "Output",ExpressionUUID->"66220c61-d25c-468a-8a57-5c48f8f268eb", +Cell[155907, 4733, 259, 6, 50, "Output",ExpressionUUID->"66220c61-d25c-468a-8a57-5c48f8f268eb", CellID->1099601908] }, Open ]], -Cell[156135, 4738, 122, 1, 70, "ExampleText",ExpressionUUID->"243077fe-3531-4861-8604-3ed2d970eb63", +Cell[156181, 4742, 122, 1, 70, "ExampleText",ExpressionUUID->"243077fe-3531-4861-8604-3ed2d970eb63", CellID->1768358673], Cell[CellGroupData[{ -Cell[156282, 4743, 170, 3, 70, "Input",ExpressionUUID->"1b437a18-d2ac-4ac8-8597-c4ee0c986a53", +Cell[156328, 4747, 170, 3, 70, "Input",ExpressionUUID->"1b437a18-d2ac-4ac8-8597-c4ee0c986a53", CellID->948186313], -Cell[156455, 4748, 353, 10, 51, "Output",ExpressionUUID->"a2041cdb-1321-4b27-8453-39bafb89207f", +Cell[156501, 4752, 353, 10, 51, "Output",ExpressionUUID->"a2041cdb-1321-4b27-8453-39bafb89207f", CellID->81644058] }, Open ]] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[156996, 4769, 5467, 148, 70, "SeeAlsoSection",ExpressionUUID->"950c66ea-e616-4068-a651-fbc644c6daf5"], +Cell[162466, 4919, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4243acff-4bb2-4f8d-a9d6-73c4f281bf27"], +Cell[163139, 4939, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cd31bb81-f6a7-4027-b3be-d7066bf07f96"], +Cell[164175, 4967, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"25f058f8-3abc-4244-bc3b-75eaf1f0973e"], Cell[CellGroupData[{ -Cell[156972, 4767, 5467, 148, 70, "SeeAlsoSection",ExpressionUUID->"705ad84b-fdb8-41ee-a6da-9e0b6aa33563"], -Cell[162442, 4917, 670, 18, 70, "TechNotesSection",ExpressionUUID->"df320c77-09f4-4228-bd1d-f3df9a0da7ab"] -}, Open ]], -Cell[163127, 4938, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9eb51cf0-0826-46da-9cec-d0b7367af5a2"], -Cell[164163, 4966, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"d70dde9f-678f-4204-bc8b-e66da49560d8"], -Cell[CellGroupData[{ -Cell[166407, 5033, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"237cf4d5-749f-41e5-b0c6-f16e57e5b89e", +Cell[166419, 5034, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"237cf4d5-749f-41e5-b0c6-f16e57e5b89e", CellID->906383680], -Cell[166547, 5036, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae94d5cb-80f3-4187-9d31-dd84b523c321", +Cell[166559, 5037, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae94d5cb-80f3-4187-9d31-dd84b523c321", CellID->1194386356], -Cell[166769, 5042, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7b84e18f-03a8-4407-a29b-71dc08a3c30c", +Cell[166781, 5043, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7b84e18f-03a8-4407-a29b-71dc08a3c30c", CellID->1641706272], -Cell[166984, 5047, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0792c3a8-768a-4e45-bc3b-ec9214f6c712", +Cell[166996, 5048, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0792c3a8-768a-4e45-bc3b-ec9214f6c712", CellID->399251956], -Cell[167213, 5053, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fc38ee57-b9c6-46b8-9468-3a94b569d41c", +Cell[167225, 5054, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fc38ee57-b9c6-46b8-9468-3a94b569d41c", CellID->821434655] }, Open ]], -Cell[167450, 5059, 78, 0, 70, "FooterCell",ExpressionUUID->"b4eac678-1449-40ad-914e-6d37cf0910e1"] +Cell[167462, 5060, 78, 0, 70, "FooterCell",ExpressionUUID->"b63364af-315b-4940-8504-f3cb57c4911e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AvConcaveQ.nb b/Documentation/English/ReferencePages/Symbols/AvConcaveQ.nb index 5bf9545..5042aba 100644 --- a/Documentation/English/ReferencePages/Symbols/AvConcaveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AvConcaveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39845, 1031] +NotebookDataLength[ 39834, 1030] NotebookOptionsPosition[ 31949, 874] -NotebookOutlinePosition[ 34022, 927] -CellTagsIndexPosition[ 33937, 922] +NotebookOutlinePosition[ 34045, 928] +CellTagsIndexPosition[ 33960, 923] WindowTitle->AvConcaveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "55d5c7f1-5e8b-4c47-ac71-8344a828c9ec"], + "7546c329-3352-4b51-b461-ac67a7014019"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "912d1222-397e-41f8-aa0e-6989c92c2846"], + "38be1756-14ff-406f-99c2-da6b13bd23ba"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b7fac89c-6eb1-4ddd-a6d7-7935d0b1571f"] - }],ExpressionUUID->"b6fa1dbf-45df-4593-be97-96c8be46c7e3"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "6f111bcb-7bf2-4cff-966e-1b91e2d09987"] + }],ExpressionUUID->"e6b726ca-a729-405e-b608-5b9c2d756d33"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b37262d1-aec5-4702-a8c9-f541a167298c"], + "abdc649f-dc61-4ea7-90bc-e011c1bcc0f3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f4aa54ac-36f3-4680-847c-097597594480"] - }],ExpressionUUID->"146f2712-4df7-4851-a712-ac850c869dda"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "37093bd8-f4d1-43b2-9eb8-669b08dffd8a"] + }],ExpressionUUID->"7f86694f-a76e-462a-ab14-bc3d6b967f03"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89bb4044-0e65-4aeb-af88-bd4e70cd1591"], + "a3eb4580-ba5f-47c3-a95b-335b1b930df6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a56d5ddd-d2cc-4ad8-a9c2-3608d92ca337"] - }],ExpressionUUID->"b05f5955-b780-4a9d-a627-ccf2654332c3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b67f5270-f465-415c-8035-f897465150d1"] + }],ExpressionUUID->"e6d8f7fe-6616-4a84-90d8-57263d09d7f0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cd58b364-17a1-44df-af55-a76e496a60be"], + "3ea2ccba-f2b0-4642-b185-cd3af3bcb109"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9aa69c90-08fb-44df-b9f1-850f5ead91d0"] - }],ExpressionUUID->"f9be6693-a91b-4eeb-ba71-8ddd3329b6a7"], - StripOnInput->False], {"\<\"TUG/ref/AvConcaveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AvConcaveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AvConcaveQ.\ + "a940d5d9-95ff-45ea-9af8-6104fe8549a3"] + }],ExpressionUUID->"2b1e5cc3-9853-4e19-bff6-4947bc8b97ff"], + StripOnInput->False],{ + "\"TUG/ref/AvConcaveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AvConcaveQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/AvConcaveQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$33644], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AvConcaveQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$34618], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AvConcaveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3db316ab-9e73-4656-b000-6de5671a7f7d"] + "64e000ea-e32d-4b09-af6c-a171a0c12e1f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b1d04e19-0fed-46c0-a026-95da283814fc"]} + "dc3a50d3-d972-48d6-a084-dd0ab6744c33"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0e7329a9-c20c-40c1-82bd-2e957ca8e4eb"], + CellID->1,ExpressionUUID->"5eec9cf6-bb98-439b-bd09-f1b68b40331c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d7c54025-70d7-4cfc-88b5-f9cff45f5e85"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0107d110-90fe-49df-99d8-205f47e245de"], Cell[CellGroupData[{ @@ -197,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AvConcaveQ", "ObjectName",ExpressionUUID-> - "19efcf2c-1ed1-401e-9c28-bac02c62c3e8"], + "a70724ac-9d09-4379-b9c4-6ff48375b48c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"614784de-4f27-4d5b-a32a-62152e176c30"], + "Spacer1"]],ExpressionUUID->"e8b774a6-2900-4c2c-ad47-dd718d1ac1b1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "67a7cc3b-37f1-48a9-9b7b-66dfb5ac11bb"] - }],ExpressionUUID->"49588c64-8a51-4579-bf51-b3bf512bc39b"], Cell[BoxData[ + "8cb0c4e8-bbfd-46da-9c85-2479dd589674"] + }],ExpressionUUID->"7a40fb14-978e-420b-8e3c-2f6b5580813d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d4538459-20e1-4df0-949c-a444d36a134d"]} + "a7b546db-60d5-4c25-ab44-995fb35f3bf9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ba814a8f-59c3-47cb-999a-63618b779ef7"], + CacheGraphics->False,ExpressionUUID->"d3c91cb2-b358-40a9-8827-753441af53be"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +241,7 @@ Cell[BoxData[GridBox[{ "7023d781-30d9-4dc9-95cf-3db951e2e70a"], " \[LineSeparator]checks the average-concavity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"36e892c4-e27a-48b8-9495-d4dfcf103993"]} + }],ExpressionUUID->"51f01f7d-afb8-40d0-b72e-77f8832f2861"]} }]], "Usage", CellID->1890866505,ExpressionUUID->"1240a683-fc01-4e26-be32-73907a8f5646"] }, Open ]], @@ -271,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b89fe880-0653-485c-99a6-abf906e8f969"], + ExpressionUUID->"a6520927-d953-4ca0-80e8-d4ffc4b77441"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"644bf3ef-e0e1-45d0-b8a4-93d09d8f119c"], + "Spacer1"]],ExpressionUUID->"bb6bf2de-31d9-43a2-ae22-9bb3cfd9ab63"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4c661c6a-7fb6-4de7-a9d0-2c7b61f94080"], + }], "NotesFrameText",ExpressionUUID->"dc6bd1db-84d2-43f3-a6f9-b8d645704002"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"20c373ed-97ec-4164-88fb-83334a69c5a5"]], \ + "Preemptive"]],ExpressionUUID->"08fd0d82-18f1-476a-bdd6-c022715f0995"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->969084851,ExpressionUUID->"86017798-3ea7-42fb-a64d-32251a9c2185"], + CellID->816316175,ExpressionUUID->"4ce437d4-3c56-4168-b53d-3645a36d774b"], Cell[TextData[{ "The input expression ", @@ -369,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"78fafd1e-a08e-4cb8-8be1-4209ea14a51b"], + ExpressionUUID->"fbe135c3-b7b0-4ab2-b7a3-7b201537c202"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"13c45117-a45c-40f3-9440-770cdc46baf9"], + "Spacer1"]],ExpressionUUID->"3d64be49-8d35-48b7-a2be-6701355a593f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e521ea72-6a86-4791-b0ee-acc64a8e7fcb"] + "695649b1-deb3-43fa-9a9c-d5cc4296c80f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2040357093,ExpressionUUID->"7f5c9cf0-7c90-489a-ac41-deb7366a1cd2"], + CellID->1286069647,ExpressionUUID->"1512a8e3-99f3-43ba-a659-466220269080"], Cell[CellGroupData[{ @@ -410,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d3c9032a-a69b-41db-85d0-06971f639fb8"], + ExpressionUUID->"6bb46143-3795-4624-aecc-efe4eeb17221"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0d89cf35-3f5a-45df-b888-f8a1f7afd0d3"], + "Spacer1"]],ExpressionUUID->"28dc2000-110d-4883-be90-00026c274bf8"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "db34dff9-569d-484c-9414-50da6262f0f7"] + "7770b572-4aaa-4ffa-ba1f-4d3024558890"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1931148388,ExpressionUUID->"5f959374-c9b7-4f2d-bdd5-b6b1798da23d"], + CellID->479028296,ExpressionUUID->"de8c65e2-dccc-4867-8cde-2c0df32f6c4a"], Cell["Loading the package:", "ExampleText", CellID->1699224024,ExpressionUUID->"eacd8a3a-ed9f-44b6-bb45-11091414138a"], @@ -593,8 +596,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -742,15 +743,15 @@ Cell[BoxData[GridBox[{ "4c411d3f-4b61-44e0-ab4f-730f53cf55df"] }], "SeeAlso",ExpressionUUID->"649684cc-b50c-48e3-8d70-dd39b9341a15"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d46d5ec7-c0ff-4008-9b89-\ -1feb7cacd1a2"], + }]], "SeeAlsoSection",ExpressionUUID->"78eac4e3-6a7f-48ea-8481-\ +53443756a103"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -762,9 +763,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"1b769679-b771-473c-ac54-9c756aeada83"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"16be5d36-8e2e-40c7-910e-\ -4af2aafe34f8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"19c8987b-f47b-46b2-afa9-\ +0d4ba2fb56c4"], Cell[BoxData[GridBox[{ { @@ -781,7 +781,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b96a35ce-3be7-4c6b-96cb-c2997211e391"]}]}, + "a20d5d74-228e-4dac-9bf9-4831d6c299d7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -789,10 +789,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3e3f2799-f545-402c-9e34-d08b28543e35"]}]} + "e6d409bd-bffa-4316-a016-b4aeb6ce4b25"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"651a07db-9f82-4074-9751-\ -70e6980bb557"], + }]], "MoreAboutSection",ExpressionUUID->"a59b5e5e-9fc4-484b-a54c-\ +079c02f31311"], Cell[BoxData[GridBox[{ { @@ -819,7 +819,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7286bcce-d32d-4edc-a5df-3548498672d4"]], "RelatedLinks", + "cb6abc53-bac2-4e8c-b812-a9a0a573fa3d"]], "RelatedLinks", ExpressionUUID->"db1426a6-4933-4a82-b878-a7ebe94a0025"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -836,11 +836,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0e6ea619-3df5-4299-ad70-fee1a5561bc9"]], "RelatedLinks", + "778c07e5-e6cb-4c56-9702-3d6b6ee62dde"]], "RelatedLinks", ExpressionUUID->"db16eeb9-5835-499c-825c-f29d73d94404"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1afe9c6e-460f-4b1d-b6c5-\ -dc8d7aaab89f"], + }]], "RelatedLinksSection",ExpressionUUID->"849fced5-ef89-46e9-8d62-\ +fe4031507975"], Cell[CellGroupData[{ @@ -870,11 +870,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c7ab8768-3043-4e38-92ea-01c4e360aa3e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"968c2d1b-8470-4b72-9b8e-48de50562624"] +Cell[" ", "FooterCell",ExpressionUUID->"3860ae28-d2f3-42e1-82b4-0bcf995315a2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AvConcaveQ", TaggingRules->{ @@ -885,17 +885,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 47, 58.945046}", + "built" -> "{2024, 6, 3, 16, 51, 25.492029}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AvConcaveQ[game] checks the average-concavity of the TU-game. It returns \ 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AvConcaveQ", "titlemodifier" -> "", "windowtitle" -> "AvConcaveQ", - "type" -> "Symbol", "uri" -> "TUG/ref/AvConcaveQ"}}, + "AvConcaveQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AvConcaveQ", "type" -> "Symbol", "uri" -> + "TUG/ref/AvConcaveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -904,9 +905,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6fe34426-8862-4380-b9c7-96cdab0f1afb" +ExpressionUUID->"2abf80f4-abb1-447d-a287-58f74edd82ac" ] (* End of Notebook Content *) @@ -914,112 +915,110 @@ ExpressionUUID->"6fe34426-8862-4380-b9c7-96cdab0f1afb" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13294, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7f5c9cf0-7c90-489a-ac41-deb7366a1cd2", + Cell[13329, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1512a8e3-99f3-43ba-a659-466220269080", CellTags->"PrimaryExamplesSection", - CellID->2040357093]} + CellID->1286069647]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33736, 915} + {"PrimaryExamplesSection", 33759, 916} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7061, 168, 56, "AnchorBarGrid",ExpressionUUID->"0e7329a9-c20c-40c1-82bd-2e957ca8e4eb", +Cell[582, 21, 7096, 171, 57, "AnchorBarGrid",ExpressionUUID->"5eec9cf6-bb98-439b-bd09-f1b68b40331c", CellID->1], -Cell[7646, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d7c54025-70d7-4cfc-88b5-f9cff45f5e85"], +Cell[7681, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0107d110-90fe-49df-99d8-205f47e245de"], Cell[CellGroupData[{ -Cell[7757, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"ba814a8f-59c3-47cb-999a-63618b779ef7"], -Cell[9044, 232, 488, 10, 111, "Usage",ExpressionUUID->"1240a683-fc01-4e26-be32-73907a8f5646", +Cell[7792, 198, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"d3c91cb2-b358-40a9-8827-753441af53be"], +Cell[9079, 235, 488, 10, 111, "Usage",ExpressionUUID->"1240a683-fc01-4e26-be32-73907a8f5646", CellID->1890866505] }, Open ]], Cell[CellGroupData[{ -Cell[9569, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"86017798-3ea7-42fb-a64d-32251a9c2185", +Cell[9604, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"4ce437d4-3c56-4168-b53d-3645a36d774b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->969084851], -Cell[11466, 296, 663, 17, 49, "Notes",ExpressionUUID->"4490aedb-f2e0-4013-a4b5-9ae1164e1e9f", + CellID->816316175], +Cell[11501, 299, 663, 17, 48, "Notes",ExpressionUUID->"4490aedb-f2e0-4013-a4b5-9ae1164e1e9f", CellID->26053], -Cell[12132, 315, 489, 12, 37, "Notes",ExpressionUUID->"5f25ec5a-d323-4e95-a7e1-e883c7931e74", +Cell[12167, 318, 489, 12, 38, "Notes",ExpressionUUID->"5f25ec5a-d323-4e95-a7e1-e883c7931e74", CellID->177724765], -Cell[12624, 329, 316, 5, 57, "Notes",ExpressionUUID->"2ced82ed-4bab-494e-91e7-5c05fb34f497", +Cell[12659, 332, 316, 5, 57, "Notes",ExpressionUUID->"2ced82ed-4bab-494e-91e7-5c05fb34f497", CellID->410063423], -Cell[12943, 336, 224, 4, 36, "Notes",ExpressionUUID->"8c556d8a-0703-40bf-bcfb-2ea0ea26d9ba", +Cell[12978, 339, 224, 4, 36, "Notes",ExpressionUUID->"8c556d8a-0703-40bf-bcfb-2ea0ea26d9ba", CellID->756004376] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13294, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7f5c9cf0-7c90-489a-ac41-deb7366a1cd2", +Cell[13329, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1512a8e3-99f3-43ba-a659-466220269080", CellTags->"PrimaryExamplesSection", - CellID->2040357093], + CellID->1286069647], Cell[CellGroupData[{ -Cell[14740, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5f959374-c9b7-4f2d-bdd5-b6b1798da23d", - CellID->1931148388], -Cell[16142, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"eacd8a3a-ed9f-44b6-bb45-11091414138a", +Cell[14775, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"de8c65e2-dccc-4867-8cde-2c0df32f6c4a", + CellID->479028296], +Cell[16176, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"eacd8a3a-ed9f-44b6-bb45-11091414138a", CellID->1699224024], Cell[CellGroupData[{ -Cell[16286, 430, 168, 3, 27, "Input",ExpressionUUID->"36420184-975a-4cdb-95e6-d68c0bcbca4f", +Cell[16320, 433, 168, 3, 27, "Input",ExpressionUUID->"36420184-975a-4cdb-95e6-d68c0bcbca4f", CellID->1134120700], Cell[CellGroupData[{ -Cell[16479, 437, 236, 4, 23, "Print",ExpressionUUID->"43c8fb2b-d9c4-417d-8b82-acaa989f3685", +Cell[16513, 440, 236, 4, 23, "Print",ExpressionUUID->"43c8fb2b-d9c4-417d-8b82-acaa989f3685", CellID->1435905992], -Cell[16718, 443, 365, 8, 23, "Print",ExpressionUUID->"05bd725f-88f4-4bc2-8eb2-d53f20894833", +Cell[16752, 446, 365, 8, 23, "Print",ExpressionUUID->"05bd725f-88f4-4bc2-8eb2-d53f20894833", CellID->1349026545], -Cell[17086, 453, 236, 4, 23, "Print",ExpressionUUID->"2c0efdf3-325f-4e0a-8bbb-874bee4f1133", +Cell[17120, 456, 236, 4, 23, "Print",ExpressionUUID->"2c0efdf3-325f-4e0a-8bbb-874bee4f1133", CellID->1534418224], -Cell[17325, 459, 220, 3, 23, "Print",ExpressionUUID->"61f610e0-7a82-4ed8-8d73-f8fa77a0fa02", +Cell[17359, 462, 220, 3, 23, "Print",ExpressionUUID->"61f610e0-7a82-4ed8-8d73-f8fa77a0fa02", CellID->1829790826], -Cell[17548, 464, 206, 3, 23, "Print",ExpressionUUID->"2e976e93-60f0-4ace-873d-10f29485ea88", +Cell[17582, 467, 206, 3, 23, "Print",ExpressionUUID->"2e976e93-60f0-4ace-873d-10f29485ea88", CellID->280642490], -Cell[17757, 469, 236, 4, 23, "Print",ExpressionUUID->"e3c8aefa-f166-425b-99e2-fd2869f1f9c0", +Cell[17791, 472, 236, 4, 23, "Print",ExpressionUUID->"e3c8aefa-f166-425b-99e2-fd2869f1f9c0", CellID->813760972], -Cell[17996, 475, 220, 3, 23, "Print",ExpressionUUID->"5bde1243-2f38-4aad-bd0e-f0ddd0935194", +Cell[18030, 478, 220, 3, 23, "Print",ExpressionUUID->"5bde1243-2f38-4aad-bd0e-f0ddd0935194", CellID->1101181619], -Cell[18219, 480, 235, 4, 23, "Print",ExpressionUUID->"a1ae69aa-ac68-4000-b6a7-9e59bba0d77d", +Cell[18253, 483, 235, 4, 23, "Print",ExpressionUUID->"a1ae69aa-ac68-4000-b6a7-9e59bba0d77d", CellID->654896122], -Cell[18457, 486, 235, 4, 23, "Print",ExpressionUUID->"c0dc263f-338b-4479-9052-f712b22d0be3", +Cell[18491, 489, 235, 4, 23, "Print",ExpressionUUID->"c0dc263f-338b-4479-9052-f712b22d0be3", CellID->935353601], -Cell[18695, 492, 207, 3, 23, "Print",ExpressionUUID->"c0e449e9-3b32-4fae-839c-99a148b9ead2", +Cell[18729, 495, 207, 3, 23, "Print",ExpressionUUID->"c0e449e9-3b32-4fae-839c-99a148b9ead2", CellID->2047479648], -Cell[18905, 497, 236, 4, 23, "Print",ExpressionUUID->"0368dbe3-682f-41ff-842c-9272b5f656be", +Cell[18939, 500, 236, 4, 23, "Print",ExpressionUUID->"0368dbe3-682f-41ff-842c-9272b5f656be", CellID->1131184101] }, Open ]] }, Open ]], -Cell[19168, 505, 142, 1, 70, "ExampleText",ExpressionUUID->"00d25971-cf64-4f37-bbf8-2bc9a4e6afed", +Cell[19202, 508, 142, 1, 70, "ExampleText",ExpressionUUID->"00d25971-cf64-4f37-bbf8-2bc9a4e6afed", CellID->1951068775], -Cell[19313, 508, 235, 6, 70, "Input",ExpressionUUID->"93bbd4ac-4698-460d-bc5f-eef7958259fb", +Cell[19347, 511, 235, 6, 70, "Input",ExpressionUUID->"93bbd4ac-4698-460d-bc5f-eef7958259fb", CellID->1043291116], Cell[CellGroupData[{ -Cell[19573, 518, 383, 9, 70, "Input",ExpressionUUID->"6da942ff-e6f0-46f1-ba6f-3571d6dba950", +Cell[19607, 521, 383, 9, 70, "Input",ExpressionUUID->"6da942ff-e6f0-46f1-ba6f-3571d6dba950", CellID->1016531370], -Cell[19959, 529, 503, 13, 36, "Output",ExpressionUUID->"a3510bc2-628f-46cd-877b-cf6b2319da11", +Cell[19993, 532, 503, 13, 36, "Output",ExpressionUUID->"a3510bc2-628f-46cd-877b-cf6b2319da11", CellID->1503678800] }, Open ]], -Cell[20477, 545, 238, 6, 70, "Input",ExpressionUUID->"64d77bdd-13fd-44fd-bea0-d9d4aa689d45", +Cell[20511, 548, 238, 6, 70, "Input",ExpressionUUID->"64d77bdd-13fd-44fd-bea0-d9d4aa689d45", CellID->1375849608], -Cell[20718, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"f33d521e-3c24-4327-a2e2-8da83b47d120", +Cell[20752, 556, 191, 4, 70, "ExampleText",ExpressionUUID->"f33d521e-3c24-4327-a2e2-8da83b47d120", CellID->1140976594], Cell[CellGroupData[{ -Cell[20934, 561, 167, 3, 70, "Input",ExpressionUUID->"28212bcb-45f6-475e-9e18-079e4c12aabf", +Cell[20968, 564, 167, 3, 70, "Input",ExpressionUUID->"28212bcb-45f6-475e-9e18-079e4c12aabf", CellID->483678407], -Cell[21104, 566, 172, 4, 36, "Output",ExpressionUUID->"69d55b24-309d-4b22-84a6-eadb61a26dde", +Cell[21138, 569, 172, 4, 36, "Output",ExpressionUUID->"69d55b24-309d-4b22-84a6-eadb61a26dde", CellID->881699785] }, Open ]], -Cell[21291, 573, 137, 1, 70, "ExampleText",ExpressionUUID->"5819a669-3486-4774-a548-37ffa0a6fc1a", +Cell[21325, 576, 137, 1, 70, "ExampleText",ExpressionUUID->"5819a669-3486-4774-a548-37ffa0a6fc1a", CellID->446685831], Cell[CellGroupData[{ -Cell[21453, 578, 167, 3, 70, "Input",ExpressionUUID->"a4378465-da04-455f-a1f7-e241dd3ef2a4", +Cell[21487, 581, 167, 3, 70, "Input",ExpressionUUID->"a4378465-da04-455f-a1f7-e241dd3ef2a4", CellID->835318741], -Cell[21623, 583, 159, 3, 36, "Output",ExpressionUUID->"e529b17a-cc1b-41fd-b01a-2e7d1401916e", +Cell[21657, 586, 159, 3, 36, "Output",ExpressionUUID->"e529b17a-cc1b-41fd-b01a-2e7d1401916e", CellID->1773465819] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ -Cell[22046, 597, 5443, 148, 70, "SeeAlsoSection",ExpressionUUID->"d46d5ec7-c0ff-4008-9b89-1feb7cacd1a2"], -Cell[27492, 747, 670, 18, 70, "TechNotesSection",ExpressionUUID->"16be5d36-8e2e-40c7-910e-4af2aafe34f8"] -}, Open ]], -Cell[28177, 768, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"651a07db-9f82-4074-9751-70e6980bb557"], -Cell[29213, 796, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"1afe9c6e-460f-4b1d-b6c5-dc8d7aaab89f"], +Cell[22058, 598, 5443, 148, 70, "SeeAlsoSection",ExpressionUUID->"78eac4e3-6a7f-48ea-8481-53443756a103"], +Cell[27504, 748, 670, 18, 70, "TechNotesSection",ExpressionUUID->"19c8987b-f47b-46b2-afa9-0d4ba2fb56c4"], +Cell[28177, 768, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a59b5e5e-9fc4-484b-a54c-079c02f31311"], +Cell[29213, 796, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"849fced5-ef89-46e9-8d62-fe4031507975"], Cell[CellGroupData[{ Cell[30824, 846, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2e206419-6cb0-4b45-9653-bd1f47c4b687", CellID->174251628], @@ -1032,7 +1031,7 @@ Cell[31401, 860, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ba255ede-9 Cell[31630, 866, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c7ab8768-3043-4e38-92ea-01c4e360aa3e", CellID->821434655] }, Open ]], -Cell[31867, 872, 78, 0, 70, "FooterCell",ExpressionUUID->"968c2d1b-8470-4b72-9b8e-48de50562624"] +Cell[31867, 872, 78, 0, 70, "FooterCell",ExpressionUUID->"3860ae28-d2f3-42e1-82b4-0bcf995315a2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AvConvexQ.nb b/Documentation/English/ReferencePages/Symbols/AvConvexQ.nb index 9a99a39..d43e2d7 100644 --- a/Documentation/English/ReferencePages/Symbols/AvConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AvConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43619, 1132] -NotebookOptionsPosition[ 34965, 959] -NotebookOutlinePosition[ 37031, 1012] -CellTagsIndexPosition[ 36945, 1007] +NotebookDataLength[ 43629, 1132] +NotebookOptionsPosition[ 34979, 960] +NotebookOutlinePosition[ 37071, 1014] +CellTagsIndexPosition[ 36985, 1009] WindowTitle->AvConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ac546d0f-d172-4835-b14c-8f1bcbbcca18"], + "316b5de2-802b-4dc3-bde3-93bddb2b8ed2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6b84e11a-2029-4759-a89d-3f47ace71c49"], + "1c48a304-c4e9-4e63-a705-cc1de10d34a0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0bc369a5-006f-4b9a-a676-ffd2801486e9"] - }],ExpressionUUID->"cec8bf4d-40bb-4f0c-84d9-f5efb6c6cb01"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "d8411ce2-5b84-488f-9455-2f93275718a6"] + }],ExpressionUUID->"d46270d1-eaec-489c-afa8-ae59809390a2"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fec57fc3-8e2d-411b-8c31-ea112804c063"], + "487d27e3-1242-49e8-804b-b06ca9ca9443"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef8f51f4-4322-475d-95db-b10a637045ab"] - }],ExpressionUUID->"965709da-45e8-48ae-ae59-ce6d7f97d106"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2c2a0ea3-2d73-4057-85d3-fc8ca22fd8b3"] + }],ExpressionUUID->"0e31ed83-07ce-4103-8094-65de2fa5fc87"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9662a11-346c-4197-a05a-9e1b97f97f12"], + "fba5b320-043b-4dbd-80b1-9e12fee5b76f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a8131150-8a9f-41a4-bcaa-0706e535d66c"] - }],ExpressionUUID->"5fcc2c08-3214-411d-848a-24ee3a1949d4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1c56eff2-5c2d-4159-8354-e14352761d12"] + }],ExpressionUUID->"512358c8-fcba-449b-b09a-1a210a8075d1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3f774d50-4dcb-40de-ad66-88e6da76eb30"], + "008fbab9-0879-4786-aa79-65d68581244c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3928b992-62f9-4be2-8b38-b225fd7dac75"] - }],ExpressionUUID->"b5db68e4-e887-4996-8e1b-b61b29f02785"], - StripOnInput->False], {"\<\"TUG/ref/AvConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AvConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/AvConvexQ.\ + "c443306b-12f1-443c-af2f-1f9f998bf842"] + }],ExpressionUUID->"5a24219a-7af2-4453-9ccf-59ece57ea47c"], + StripOnInput->False],{ + "\"TUG/ref/AvConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AvConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/AvConvexQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$34203], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AvConvexQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$35211], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AvConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "02c18975-12d8-4724-bf90-f38e1f121b39"] + "45960734-d6d3-4913-97f2-a281f354f3fe"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b51b2318-a86e-4e4d-8f78-3312b64fd543"]} + "dab667f5-1d66-4400-8050-3fb39217e6df"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"55916271-718c-47e9-8cac-fceddcfa02da"], + CellID->1,ExpressionUUID->"cbc035d6-4598-46d6-bab9-c14c51a55bc1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3370b835-c747-43af-ae15-c13494f7696c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"efdb8040-5d74-4bd2-ae4f-07699fa9184b"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AvConvexQ", "ObjectName",ExpressionUUID-> - "b89f5d3d-02f2-4e7d-b24b-62a3d87f8891"], + "fcf77418-bf2e-469e-896e-77ae2f18b68c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6050d194-eae5-40ef-a708-f12708340a1d"], + "Spacer1"]],ExpressionUUID->"b1430fd9-46f0-4467-86e7-2b9c819c0c89"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "03ab3a42-44a2-463f-999b-d2f188e825ba"] - }],ExpressionUUID->"12415eed-0fc2-49bb-a1d7-8294bf6b1507"], Cell[BoxData[ + "8abe6183-88b3-4994-b5ce-783ea2a822c1"] + }],ExpressionUUID->"838fdd29-100f-4dcf-b763-702c0751c291"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cfc589db-1b2f-431e-8a70-25775a511449"]} + "abc093fc-c7bb-49fe-a63e-980592757f99"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dc43cff8-0425-4b47-9f4a-8ccd43590cf4"], + CacheGraphics->False,ExpressionUUID->"beab794b-5294-4b78-ba26-792bec4196e0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "68fd3cfc-1b03-4cca-8714-53afa46a690a"], " \[LineSeparator]checks the average-convexity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"3493b379-f4c7-4c60-abb4-c495e7bf0ef0"]} + }],ExpressionUUID->"0b2a9065-9701-49b9-a946-59c01096a6f2"]} }]], "Usage", CellID->230535697,ExpressionUUID->"519b818f-83f7-4a85-b110-b7dc2d53be02"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"29819167-0d15-4d8e-a80f-081b8335460e"], + ExpressionUUID->"8bc56092-9601-499b-a557-75ccba16f872"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a31cc6d1-0189-4ee9-a37f-574ddb04106b"], + "Spacer1"]],ExpressionUUID->"362302d2-640d-47cb-b683-ac02a5ab89dc"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6d0ea061-fc1a-4d3a-bdef-2090eb7fb900"], + }], "NotesFrameText",ExpressionUUID->"f46b9659-8e4f-4aac-8ecb-09c5ed1f28a8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1a668377-982d-476f-931b-ca9bd3173e0b"]], \ + "Preemptive"]],ExpressionUUID->"610b34b6-4da2-48e1-9b85-7b3cb243e2af"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->859711109,ExpressionUUID->"5f388788-a065-4594-8ff6-31f6ce5e8414"], + CellID->1762566313,ExpressionUUID->"6967da0c-fc35-40fc-b2b1-1eca913df95b"], Cell[TextData[{ "The input expression ", @@ -369,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"93c24418-d578-45a8-a1c9-ee23633649ef"], + ExpressionUUID->"50926f4e-59b4-408f-9e02-ac81281a3d62"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"de6dbbe1-b1c2-482f-bbad-d9e923a42f15"], + "Spacer1"]],ExpressionUUID->"02a17bf3-9d7e-4f5f-9396-3d2edfc7d6b1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2ce9bb3d-2ba4-4947-9e7a-428d5546b54c"] + "7a9d2651-954a-424b-a998-9e50c65ac1ba"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->43344459,ExpressionUUID->"fac1074d-3cba-444d-a33b-33cbd34ad64c"], + CellID->1973625995,ExpressionUUID->"2d66376b-10c1-4bb7-ad73-015d1b432775"], Cell[CellGroupData[{ @@ -410,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"59cbb1ad-7bc3-4518-87f9-543c48d45be3"], + ExpressionUUID->"846a5585-717b-43ec-804b-2db73921d828"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1c1839b1-16b0-4ddd-b9eb-f264bf60e9a9"], + "Spacer1"]],ExpressionUUID->"3c081119-fab1-4f02-945d-570f0f71ce1f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bba6f32b-235f-4804-9038-27748708d0e1"] + "aab17963-191f-415d-800c-b01b79da31e4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1145739429,ExpressionUUID->"009b896c-8d01-4705-8dd7-d1fa00778fae"], + CellID->1269253233,ExpressionUUID->"2bf78008-1c9c-4153-b20c-d7d807c443a5"], Cell["Loading the package:", "ExampleText", CellID->2141331670,ExpressionUUID->"f7832a1c-acf9-4c75-98dc-62a323afdfdc"], @@ -678,8 +682,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -827,15 +829,15 @@ Cell[BoxData[GridBox[{ "2d8ddba8-6701-4107-94e0-7747eab778dd"] }], "SeeAlso",ExpressionUUID->"e3143532-d3be-4b65-972e-f5f1def54697"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f044b2f2-7763-4b36-992b-\ -903f45a0ffeb"], + }]], "SeeAlsoSection",ExpressionUUID->"c020bca3-675d-402f-b968-\ +5d4d46954e22"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -847,9 +849,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b81d8599-e919-4df2-92cc-159d8b72b7bc"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"39dccde1-9ac8-4672-bba6-\ -3fb91849815b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"706b0a6a-1ae8-4e15-b8aa-\ +a668dac6f056"], Cell[BoxData[GridBox[{ { @@ -866,7 +867,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "31d854af-7c1e-4e90-83e5-092c28b64132"]}]}, + "31042ad2-5cfe-4cd1-a87f-02c8a9bad8f6"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -874,10 +875,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "93409e6e-70d0-4a25-be15-be248613d466"]}]} + "6681dd68-5f57-427b-ba2c-f6aea264842e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"986f5cf4-bd29-4304-9e51-\ -60f4f566ce22"], + }]], "MoreAboutSection",ExpressionUUID->"5b7eb426-4f3d-4171-808d-\ +083ac5931b11"], Cell[BoxData[GridBox[{ { @@ -904,7 +905,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "43e16dc2-b70e-4293-9b2c-3737660e4c98"]], "RelatedLinks", + "d53fed12-694d-486e-befe-f39d94609a31"]], "RelatedLinks", ExpressionUUID->"7f019805-2445-4ebc-8ed0-a9a2780e33f1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -921,11 +922,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe587f48-31ae-46f6-b4ae-3cac13acf023"]], "RelatedLinks", + "9b4030f8-8129-4730-9e43-9b9d07bcf5fc"]], "RelatedLinks", ExpressionUUID->"946e113d-dbf2-4388-9f09-46077c430545"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6f39fe4d-c8ce-47c9-86f9-\ -76dab82cf58a"], + }]], "RelatedLinksSection",ExpressionUUID->"32f642cf-a8f5-49ea-9701-\ +1ebe09afe3ee"], Cell[CellGroupData[{ @@ -955,11 +956,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"efedbad2-91d9-491e-84ab-3ed610a6e902"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"63f8792e-99f5-43d2-9b84-199f33961963"] +Cell[" ", "FooterCell",ExpressionUUID->"d42d0ec6-b82f-4aa2-8670-6d66bf687ea2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AvConvexQ", TaggingRules->{ @@ -970,17 +971,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 0.370991}", + "built" -> "{2024, 6, 3, 16, 51, 26.175778}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "AvConvexQ[game] checks the average-convexity of the TU-game. It returns \ 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AvConvexQ", "titlemodifier" -> "", "windowtitle" -> "AvConvexQ", "type" -> - "Symbol", "uri" -> "TUG/ref/AvConvexQ"}}, + "AvConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AvConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/AvConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -989,9 +991,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f162696e-f263-4e3d-ad40-47f697cc99f6" +ExpressionUUID->"0f08a1eb-073d-4de3-b04f-e9d8f2f108f9" ] (* End of Notebook Content *) @@ -999,141 +1001,139 @@ ExpressionUUID->"f162696e-f263-4e3d-ad40-47f697cc99f6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13285, 346, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fac1074d-3cba-444d-a33b-33cbd34ad64c", + Cell[13331, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d66376b-10c1-4bb7-ad73-015d1b432775", CellTags->"PrimaryExamplesSection", - CellID->43344459]} + CellID->1973625995]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36746, 1000} + {"PrimaryExamplesSection", 36784, 1002} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7059, 168, 56, "AnchorBarGrid",ExpressionUUID->"55916271-718c-47e9-8cac-fceddcfa02da", +Cell[581, 21, 7104, 172, 57, "AnchorBarGrid",ExpressionUUID->"cbc035d6-4598-46d6-bab9-c14c51a55bc1", CellID->1], -Cell[7643, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3370b835-c747-43af-ae15-c13494f7696c"], +Cell[7688, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"efdb8040-5d74-4bd2-ae4f-07699fa9184b"], Cell[CellGroupData[{ -Cell[7754, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"dc43cff8-0425-4b47-9f4a-8ccd43590cf4"], -Cell[9040, 232, 486, 10, 111, "Usage",ExpressionUUID->"519b818f-83f7-4a85-b110-b7dc2d53be02", +Cell[7799, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"beab794b-5294-4b78-ba26-792bec4196e0"], +Cell[9085, 236, 486, 10, 111, "Usage",ExpressionUUID->"519b818f-83f7-4a85-b110-b7dc2d53be02", CellID->230535697] }, Open ]], Cell[CellGroupData[{ -Cell[9563, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"5f388788-a065-4594-8ff6-31f6ce5e8414", +Cell[9608, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"6967da0c-fc35-40fc-b2b1-1eca913df95b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->859711109], -Cell[11460, 296, 663, 17, 49, "Notes",ExpressionUUID->"2f110706-b30b-4f1b-96e9-8bf9d56f6ddd", + CellID->1762566313], +Cell[11506, 300, 663, 17, 48, "Notes",ExpressionUUID->"2f110706-b30b-4f1b-96e9-8bf9d56f6ddd", CellID->26053], -Cell[12126, 315, 489, 12, 37, "Notes",ExpressionUUID->"82bdf654-1a89-4e01-81c8-360adf35c063", +Cell[12172, 319, 489, 12, 38, "Notes",ExpressionUUID->"82bdf654-1a89-4e01-81c8-360adf35c063", CellID->177724765], -Cell[12618, 329, 314, 5, 57, "Notes",ExpressionUUID->"f879a0c5-2eea-4117-bf07-9cbcbe369402", +Cell[12664, 333, 314, 5, 57, "Notes",ExpressionUUID->"f879a0c5-2eea-4117-bf07-9cbcbe369402", CellID->246704530], -Cell[12935, 336, 223, 4, 36, "Notes",ExpressionUUID->"c37400d2-a339-4a9d-9068-3b32e0833d7a", +Cell[12981, 340, 223, 4, 36, "Notes",ExpressionUUID->"c37400d2-a339-4a9d-9068-3b32e0833d7a", CellID->1337826106] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13285, 346, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fac1074d-3cba-444d-a33b-33cbd34ad64c", +Cell[13331, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d66376b-10c1-4bb7-ad73-015d1b432775", CellTags->"PrimaryExamplesSection", - CellID->43344459], + CellID->1973625995], Cell[CellGroupData[{ -Cell[14729, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"009b896c-8d01-4705-8dd7-d1fa00778fae", - CellID->1145739429], -Cell[16131, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"f7832a1c-acf9-4c75-98dc-62a323afdfdc", +Cell[14777, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2bf78008-1c9c-4153-b20c-d7d807c443a5", + CellID->1269253233], +Cell[16179, 429, 119, 1, 39, "ExampleText",ExpressionUUID->"f7832a1c-acf9-4c75-98dc-62a323afdfdc", CellID->2141331670], Cell[CellGroupData[{ -Cell[16275, 430, 168, 3, 27, "Input",ExpressionUUID->"a4d91228-4014-489b-95aa-5edff17c3f64", +Cell[16323, 434, 168, 3, 27, "Input",ExpressionUUID->"a4d91228-4014-489b-95aa-5edff17c3f64", CellID->1398665321], Cell[CellGroupData[{ -Cell[16468, 437, 236, 4, 23, "Print",ExpressionUUID->"644e33e7-dad1-46cb-8dc5-f8312f5b0df7", +Cell[16516, 441, 236, 4, 23, "Print",ExpressionUUID->"644e33e7-dad1-46cb-8dc5-f8312f5b0df7", CellID->1007172324], -Cell[16707, 443, 365, 8, 23, "Print",ExpressionUUID->"395511fd-1d5b-423a-bc9c-998ea01df0bd", +Cell[16755, 447, 365, 8, 23, "Print",ExpressionUUID->"395511fd-1d5b-423a-bc9c-998ea01df0bd", CellID->1148528551], -Cell[17075, 453, 236, 4, 23, "Print",ExpressionUUID->"043a65e7-add6-47cd-b723-5b81f52a8838", +Cell[17123, 457, 236, 4, 23, "Print",ExpressionUUID->"043a65e7-add6-47cd-b723-5b81f52a8838", CellID->1060827218], -Cell[17314, 459, 219, 3, 23, "Print",ExpressionUUID->"764b49e3-c899-49b8-b133-40c9ccad1970", +Cell[17362, 463, 219, 3, 23, "Print",ExpressionUUID->"764b49e3-c899-49b8-b133-40c9ccad1970", CellID->388460031], -Cell[17536, 464, 206, 3, 23, "Print",ExpressionUUID->"0fb15cc7-0316-4737-8292-dffdc5f15333", +Cell[17584, 468, 206, 3, 23, "Print",ExpressionUUID->"0fb15cc7-0316-4737-8292-dffdc5f15333", CellID->170753205], -Cell[17745, 469, 236, 4, 23, "Print",ExpressionUUID->"9e11e982-b79e-4ffc-a5c3-a5571de54b2a", +Cell[17793, 473, 236, 4, 23, "Print",ExpressionUUID->"9e11e982-b79e-4ffc-a5c3-a5571de54b2a", CellID->261909848], -Cell[17984, 475, 219, 3, 23, "Print",ExpressionUUID->"ea991342-3df3-42d6-a8d0-c0e776e24675", +Cell[18032, 479, 219, 3, 23, "Print",ExpressionUUID->"ea991342-3df3-42d6-a8d0-c0e776e24675", CellID->241585044], -Cell[18206, 480, 236, 4, 23, "Print",ExpressionUUID->"47efa222-78ce-4caa-814b-e2b599e84048", +Cell[18254, 484, 236, 4, 23, "Print",ExpressionUUID->"47efa222-78ce-4caa-814b-e2b599e84048", CellID->1620186768], -Cell[18445, 486, 236, 4, 23, "Print",ExpressionUUID->"d5813e64-f56e-459b-ba0b-ac7495483a7a", +Cell[18493, 490, 236, 4, 23, "Print",ExpressionUUID->"d5813e64-f56e-459b-ba0b-ac7495483a7a", CellID->1909532240], -Cell[18684, 492, 207, 3, 23, "Print",ExpressionUUID->"5b506450-45c2-4141-b453-cbb9281c3b4b", +Cell[18732, 496, 207, 3, 23, "Print",ExpressionUUID->"5b506450-45c2-4141-b453-cbb9281c3b4b", CellID->1048579988], -Cell[18894, 497, 236, 4, 23, "Print",ExpressionUUID->"558df020-797c-4fa9-bae5-9688c8efced5", +Cell[18942, 501, 236, 4, 23, "Print",ExpressionUUID->"558df020-797c-4fa9-bae5-9688c8efced5", CellID->1220444166] }, Open ]] }, Open ]], -Cell[19157, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"7daded0d-1659-4758-b78b-02df40ec0db9", +Cell[19205, 509, 137, 1, 70, "ExampleText",ExpressionUUID->"7daded0d-1659-4758-b78b-02df40ec0db9", CellID->1074322649], -Cell[19297, 508, 234, 6, 70, "Input",ExpressionUUID->"2babb77f-b2ca-4239-9a2d-bbb8d9ba2b33", +Cell[19345, 512, 234, 6, 70, "Input",ExpressionUUID->"2babb77f-b2ca-4239-9a2d-bbb8d9ba2b33", CellID->827962945], Cell[CellGroupData[{ -Cell[19556, 518, 473, 12, 70, "Input",ExpressionUUID->"d1a7e5ee-c9df-49c1-864d-1e0f76819ec5", +Cell[19604, 522, 473, 12, 70, "Input",ExpressionUUID->"d1a7e5ee-c9df-49c1-864d-1e0f76819ec5", CellID->1492699341], -Cell[20032, 532, 469, 12, 51, "Output",ExpressionUUID->"3afa581b-f8e4-4373-b6ae-f847226bd87c", +Cell[20080, 536, 469, 12, 51, "Output",ExpressionUUID->"3afa581b-f8e4-4373-b6ae-f847226bd87c", CellID->549575983] }, Open ]], -Cell[20516, 547, 237, 6, 70, "Input",ExpressionUUID->"e56e50db-90f0-4a22-ae96-380396bf6d39", +Cell[20564, 551, 237, 6, 70, "Input",ExpressionUUID->"e56e50db-90f0-4a22-ae96-380396bf6d39", CellID->899751856], -Cell[20756, 555, 190, 4, 70, "ExampleText",ExpressionUUID->"c24f5a4a-991f-4364-b68a-019a76b5076c", +Cell[20804, 559, 190, 4, 70, "ExampleText",ExpressionUUID->"c24f5a4a-991f-4364-b68a-019a76b5076c", CellID->294559173], Cell[CellGroupData[{ -Cell[20971, 563, 172, 3, 70, "Input",ExpressionUUID->"4e8d6d63-32b9-4a55-9787-345d42678b5c", +Cell[21019, 567, 172, 3, 70, "Input",ExpressionUUID->"4e8d6d63-32b9-4a55-9787-345d42678b5c", CellID->1446677634], -Cell[21146, 568, 226, 5, 36, "Output",ExpressionUUID->"8217fc70-72ff-4886-9fda-dce4c2b45d14", +Cell[21194, 572, 226, 5, 36, "Output",ExpressionUUID->"8217fc70-72ff-4886-9fda-dce4c2b45d14", CellID->508229766] }, Open ]], -Cell[21387, 576, 160, 2, 70, "ExampleText",ExpressionUUID->"39c75fce-bd2d-4d36-9912-67fcf75fc40c", +Cell[21435, 580, 160, 2, 70, "ExampleText",ExpressionUUID->"39c75fce-bd2d-4d36-9912-67fcf75fc40c", CellID->1060596273], Cell[CellGroupData[{ -Cell[21572, 582, 164, 3, 70, "Input",ExpressionUUID->"fd2c0ad5-9400-4487-a3ae-3075273db82e", +Cell[21620, 586, 164, 3, 70, "Input",ExpressionUUID->"fd2c0ad5-9400-4487-a3ae-3075273db82e", CellID->834992429], -Cell[21739, 587, 161, 3, 36, "Output",ExpressionUUID->"aa1f83a6-f563-4393-9d66-61860804b764", +Cell[21787, 591, 161, 3, 36, "Output",ExpressionUUID->"aa1f83a6-f563-4393-9d66-61860804b764", CellID->2073749130] }, Open ]], -Cell[21915, 593, 138, 1, 70, "ExampleText",ExpressionUUID->"337e2b06-4cc5-462c-a913-7a08f7cedef2", +Cell[21963, 597, 138, 1, 70, "ExampleText",ExpressionUUID->"337e2b06-4cc5-462c-a913-7a08f7cedef2", CellID->1053092302], Cell[CellGroupData[{ -Cell[22078, 598, 171, 3, 70, "Input",ExpressionUUID->"3e908f65-2ba8-459e-98c2-38e483627de2", +Cell[22126, 602, 171, 3, 70, "Input",ExpressionUUID->"3e908f65-2ba8-459e-98c2-38e483627de2", CellID->258704218], -Cell[22252, 603, 158, 3, 36, "Output",ExpressionUUID->"c431a647-cf3e-4604-a2be-8c445a3ff6ec", +Cell[22300, 607, 158, 3, 36, "Output",ExpressionUUID->"c431a647-cf3e-4604-a2be-8c445a3ff6ec", CellID->595663177] }, Open ]], -Cell[22425, 609, 133, 1, 70, "ExampleText",ExpressionUUID->"6bd9548a-273b-4ce3-b7d8-eace40878b6e", +Cell[22473, 613, 133, 1, 70, "ExampleText",ExpressionUUID->"6bd9548a-273b-4ce3-b7d8-eace40878b6e", CellID->949716767], Cell[CellGroupData[{ -Cell[22583, 614, 249, 5, 70, "Input",ExpressionUUID->"50413feb-1011-41a5-95ec-d5d6eaa8ea95", +Cell[22631, 618, 249, 5, 70, "Input",ExpressionUUID->"50413feb-1011-41a5-95ec-d5d6eaa8ea95", CellID->1347939172], -Cell[22835, 621, 1957, 50, 87, "Output",ExpressionUUID->"dcf2745f-6868-4d4c-bc7e-645aab3eb502", +Cell[22883, 625, 1957, 50, 85, "Output",ExpressionUUID->"dcf2745f-6868-4d4c-bc7e-645aab3eb502", CellID->401593972] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25082, 684, 5445, 148, 70, "SeeAlsoSection",ExpressionUUID->"c020bca3-675d-402f-b968-5d4d46954e22"], +Cell[30530, 834, 670, 18, 70, "TechNotesSection",ExpressionUUID->"706b0a6a-1ae8-4e15-b8aa-a668dac6f056"], +Cell[31203, 854, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5b7eb426-4f3d-4171-808d-083ac5931b11"], +Cell[32239, 882, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"32f642cf-a8f5-49ea-9701-1ebe09afe3ee"], Cell[CellGroupData[{ -Cell[25056, 682, 5445, 148, 70, "SeeAlsoSection",ExpressionUUID->"f044b2f2-7763-4b36-992b-903f45a0ffeb"], -Cell[30504, 832, 670, 18, 70, "TechNotesSection",ExpressionUUID->"39dccde1-9ac8-4672-bba6-3fb91849815b"] -}, Open ]], -Cell[31189, 853, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"986f5cf4-bd29-4304-9e51-60f4f566ce22"], -Cell[32225, 881, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"6f39fe4d-c8ce-47c9-86f9-76dab82cf58a"], -Cell[CellGroupData[{ -Cell[33840, 931, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"53b1b567-97a6-4a07-a84b-cf5deb503c1a", +Cell[33854, 932, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"53b1b567-97a6-4a07-a84b-cf5deb503c1a", CellID->174251628], -Cell[33980, 934, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ecb1b356-a502-44d2-a98d-61ac854537ea", +Cell[33994, 935, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ecb1b356-a502-44d2-a98d-61ac854537ea", CellID->1194386356], -Cell[34202, 940, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cfadac1f-b26a-4f53-b195-2e229bf556e2", +Cell[34216, 941, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cfadac1f-b26a-4f53-b195-2e229bf556e2", CellID->1641706272], -Cell[34417, 945, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"95dc5587-584e-4dcc-bde0-4d53e6c15c1d", +Cell[34431, 946, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"95dc5587-584e-4dcc-bde0-4d53e6c15c1d", CellID->399251956], -Cell[34646, 951, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efedbad2-91d9-491e-84ab-3ed610a6e902", +Cell[34660, 952, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efedbad2-91d9-491e-84ab-3ed610a6e902", CellID->821434655] }, Open ]], -Cell[34883, 957, 78, 0, 70, "FooterCell",ExpressionUUID->"63f8792e-99f5-43d2-9b84-199f33961963"] +Cell[34897, 958, 78, 0, 70, "FooterCell",ExpressionUUID->"d42d0ec6-b82f-4aa2-8670-6d66bf687ea2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AverageConcaveQ.nb b/Documentation/English/ReferencePages/Symbols/AverageConcaveQ.nb index b51079f..99381ed 100644 --- a/Documentation/English/ReferencePages/Symbols/AverageConcaveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AverageConcaveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47485, 1233] -NotebookOptionsPosition[ 38608, 1058] -NotebookOutlinePosition[ 40928, 1115] -CellTagsIndexPosition[ 40842, 1110] +NotebookDataLength[ 47481, 1232] +NotebookOptionsPosition[ 38619, 1059] +NotebookOutlinePosition[ 40958, 1116] +CellTagsIndexPosition[ 40872, 1111] WindowTitle->AverageConcaveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8a33fa5e-666e-44af-9cb7-52db3af3f36d"], + "a9893540-a2e4-4d32-afa1-662a58b24e97"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9ef1c1fb-269a-4e75-884b-82f872feb124"], + "5c2f5901-499f-4ddc-9c1a-64d7e5130140"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4b8e2d18-8c52-4ac0-8069-3279076b6d2e"] - }],ExpressionUUID->"2cdd60c0-cba1-4bc7-8446-fc576f9d4731"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "6d634c7b-2845-49d1-89b9-cbb7424abd1f"] + }],ExpressionUUID->"da728340-26ff-457c-b295-693895d34fd2"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2b6648eb-f50c-4cca-8d02-c70992a8b644"], + "7fe9d927-86a9-4217-8746-4406360a920a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1913a4d6-9008-4a96-9f46-558d69edabca"] - }],ExpressionUUID->"8d4e848e-5b77-4415-91e0-3e8cb127f4da"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "033feaf1-31ac-4a67-8df9-8c854ecfed81"] + }],ExpressionUUID->"f346ce92-b45b-47e3-8dc1-52cee7e61677"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7eb06f85-fd1c-4ca9-a779-b363f6314662"], + "5ac7879a-28e9-4b9d-a2fc-b735d3ac0fe7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "82cb798b-4c78-4b4a-9c38-45d3e568d083"] - }],ExpressionUUID->"b397f18a-0feb-40b2-b1ba-b9b915751a94"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e250bad4-2b47-42fd-8c5e-a2ae9c0d2c35"] + }],ExpressionUUID->"1dcaaa69-9b1c-4648-98fd-aeedea4ae9d0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eeda5038-884d-46f9-bb95-9aefae6f99ac"], + "24ff086a-35cd-4ce5-88d6-8c3e7ecd4364"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "08a24313-c1b5-4d47-ae7d-8c382f4f9c99"] - }],ExpressionUUID->"e33952e3-92df-46be-b6a2-bcab3ee38ab7"], - StripOnInput->False], {"\<\"TUG/ref/AverageConcaveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AverageConcaveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "46887973-4553-4442-9453-f620c2606798"] + }],ExpressionUUID->"5b21c6f6-6039-4bef-9e2a-88a281acd55f"], + StripOnInput->False],{ + "\"TUG/ref/AverageConcaveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AverageConcaveQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AverageConcaveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$34797], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AverageConcaveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$35839], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AverageConcaveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2264e4cd-cf33-4804-b32b-930d102b7666"] + "da47e92f-75f9-460a-944f-6492d811f4d8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6b547e74-cf7e-4770-a239-df3bf0fbee03"]} + "5d7caabd-eb2e-43bf-a021-583bd8569777"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1bbb4814-897b-47db-b2dd-41717a0739fb"], + CellID->1,ExpressionUUID->"ce69df17-cd71-4210-bc19-b34f161b9663"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4c58d180-44d6-44a0-bd3e-0cee9e873ad9"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c461c3c2-808c-4ccf-86c0-fdf84366c4dd"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AverageConcaveQ", "ObjectName",ExpressionUUID-> - "8763de32-3395-44dd-8520-e9787137f053"], + "a9e617e6-117f-4574-bb04-51a4166c5e30"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2e152a48-28ed-4b56-8456-7ae5d8710577"], + "Spacer1"]],ExpressionUUID->"51caf6ed-d60d-48ac-956f-ddb1a0faa1e8"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3a970821-20d6-42f8-b117-bcb5f08d0ec8"] - }],ExpressionUUID->"5ff27cc1-8e00-4f57-8d04-aa17a957b7a9"], Cell[BoxData[ + "6d32839b-5348-4dc2-93c6-2c53ef54789b"] + }],ExpressionUUID->"4d8c7501-e03f-4c97-a0ae-3744132051c7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7c4927c7-3cd4-460d-a52a-fbe7f34c6fa1"]} + "bf631ce6-7c24-4bd0-9d88-2321051a2dd9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f411d809-4f70-4ee1-8109-f4920d330e6d"], + CacheGraphics->False,ExpressionUUID->"14493828-114a-4cb5-84e8-0b30b4b471aa"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "f7469ed2-0fac-45f9-ae8d-766b1b6cd598"], " \[LineSeparator]checks the average-concavity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"4b4889f5-9844-4d3b-b80c-dbe0378277d4"]}, + }],ExpressionUUID->"81153697-ab10-4153-a637-059797afb9db"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AverageConcaveQ", "[", @@ -248,7 +252,7 @@ returns 'True' or 'False'." " \[LineSeparator]calling the function with the option will return the \ sum of the marginal contributions for each coalition S w.r.t. to each \ superset S union {j}. These values must be non-positive." - }],ExpressionUUID->"d89371ed-b828-4a47-8023-6a648ddda38e"]} + }],ExpressionUUID->"515a8560-4c20-4c01-8560-4feceeb7151e"]} }]], "Usage", CellID->1690740230,ExpressionUUID->"78a45d27-e20a-4142-b604-a7f6a7be1104"] }, Open ]], @@ -281,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ba4777dd-552d-4621-a6c5-083c65a8da4d"], + ExpressionUUID->"8cda1a8f-8a43-4bc5-bece-b6aebf014878"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cb2dc3e3-30a4-4b44-a617-268bf2e66d60"], + "Spacer1"]],ExpressionUUID->"c90735ee-c015-4730-972c-693e0d8dfd3a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"efbd33c8-2f54-4c01-93e1-fd99f0a40db1"], + }], "NotesFrameText",ExpressionUUID->"b9a574d8-76aa-4789-984f-dda98a1f0426"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e7cfd25b-da8e-462d-8679-e58067a1cbaf"]], \ + "Preemptive"]],ExpressionUUID->"1c2a86a8-b712-4ac4-9d4a-0429c9ef50f6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1374369357,ExpressionUUID->"426a6d42-0341-4810-862d-23d0420c52e7"], + CellID->1572610904,ExpressionUUID->"28353782-72df-4004-9069-c0d06533c678"], Cell[TextData[{ "The input expression ", @@ -358,7 +362,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c47113da-dc9d-44d1-8b81-5c5d5eb49be3"], + "2f04fd6f-46f3-4f33-ae27-2b5330bf14f4"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -429,19 +433,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1a5126d9-7f24-4855-be96-70b0f3cc9f2e"], + ExpressionUUID->"1e767d13-13ae-4c41-804a-c29c15fea898"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ad4bc28f-7ede-4e5b-9602-8696bee9f554"], + "Spacer1"]],ExpressionUUID->"a746e5e6-b9e3-46b5-a176-47b77e2b65ea"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "390b0fc5-8e54-446d-a0c2-2c14e4fcb757"] + "d443e161-ca80-46eb-9dee-7b422a7f1f12"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1098789116,ExpressionUUID->"ce0e24b3-9727-4ade-b2b1-7eb15244f752"], + CellID->2035009635,ExpressionUUID->"c1e3ed7d-aa6e-45cb-a794-42f5253b6099"], Cell[CellGroupData[{ @@ -470,18 +474,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0ce8ba30-083b-474f-b485-923f3d36e078"], + ExpressionUUID->"0b06e196-9754-4e7e-9c65-ac6028d041f2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ea99bbde-e4f3-4158-8662-948c9435983e"], + "Spacer1"]],ExpressionUUID->"2c46ae81-853f-487a-96d6-5530e97a8cd7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "deba4dfa-fba6-4ba1-8cdd-d2fdea25d30a"] + "a2ed40fc-6ac9-4be7-bb75-c0c393d609f0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1040299055,ExpressionUUID->"cc90fb67-3eb4-4862-a8cc-f3bdabd08e6a"], + CellID->170392030,ExpressionUUID->"ef78e542-f8a7-42f9-ade8-d5eaeb331143"], Cell["Loading the package:", "ExampleText", CellID->2137356198,ExpressionUUID->"b01cc6a1-6c76-48c5-9726-d2c20404590c"], @@ -743,8 +747,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -892,15 +894,15 @@ Cell[BoxData[GridBox[{ "9ec1c90c-db72-4082-85c8-bb62916e4d41"] }], "SeeAlso",ExpressionUUID->"171b85f6-b7ed-4b5c-aaaa-cd25f5ecaee8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"24c05f4b-d86c-4fd0-aceb-\ -273f76e3fb5f"], + }]], "SeeAlsoSection",ExpressionUUID->"cdde4e2a-b831-49d9-b34a-\ +a5e6765480da"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -912,9 +914,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b7ae4fa9-a33f-4bba-a4c2-22132f849730"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"382772cf-a85b-4310-a4eb-\ -c91ab68c4b91"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d08b5b92-dc25-4a1f-ad5d-\ +f687dd9a2a6e"], Cell[BoxData[GridBox[{ { @@ -931,7 +932,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fcf54a7e-4bb9-4d3c-b193-cdad98aa3b28"]}]}, + "b965cc52-0a67-40ab-84ef-52b7241aa163"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -939,10 +940,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b34b3a34-34b4-4c5d-9b44-ff00b495a301"]}]} + "c6b5e762-9f86-42f1-bb9d-64d471f5429a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"99068fef-9c36-4791-b1b6-\ -318e9804fa7e"], + }]], "MoreAboutSection",ExpressionUUID->"f94515c0-0d43-4616-b745-\ +bb1a4fa6ea59"], Cell[BoxData[GridBox[{ { @@ -969,7 +970,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "869a869c-2294-4f8f-bd69-a91066de56af"]], "RelatedLinks", + "1f62b0cd-8a40-4852-9ed1-892f159684db"]], "RelatedLinks", ExpressionUUID->"efb21a8e-086a-4115-ba5a-9d791ddb82a5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -986,7 +987,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "66bf4559-bd8e-4ef0-a5fd-17e1722fd312"]], "RelatedLinks", + "78e56a6e-99f6-477e-a606-eb3b01d28d50"]], "RelatedLinks", ExpressionUUID->"34d20bac-ab27-4cd7-ab94-d71f4d0a8cc3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1003,7 +1004,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "54504036-178a-40bc-a637-54569aed1fb0"]], "RelatedLinks", + "9ad6aba7-b481-4bbc-934c-e746314b020a"]], "RelatedLinks", ExpressionUUID->"55c2902a-94e3-458c-967b-9fd1836c4b88"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1020,11 +1021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e6b744e0-2fd7-4656-b6a6-fc7f737f860e"]], "RelatedLinks", + "5dda81d2-662f-46b3-839f-58bbdccc9d08"]], "RelatedLinks", ExpressionUUID->"c41a0f60-9863-47db-b222-e932d4c5c4a0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"27d58a0c-030d-4534-89da-\ -274d160ca88e"], + }]], "RelatedLinksSection",ExpressionUUID->"c4b07c6d-e34b-4eea-b18e-\ +64b5549b070e"], Cell[CellGroupData[{ @@ -1054,11 +1055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e86f1ca4-c7a0-4869-9372-f2962726f540"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9b00995b-43df-4536-ab70-ebffe6231dd8"] +Cell[" ", "FooterCell",ExpressionUUID->"e62e861c-07b7-4ada-81fa-64fa1ae7c534"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AverageConcaveQ", TaggingRules->{ @@ -1069,7 +1070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 1.861977}", + "built" -> "{2024, 6, 3, 16, 51, 26.974630}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1079,11 +1080,11 @@ returns 'True' or 'False'. AverageConcaveQ[game, options] calling the \ function with the option will return the sum of the marginal contributions \ for each coalition S w.r.t. to each superset S union {j}. These values must \ be non-positive.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AverageConcaveQ", "titlemodifier" -> "", "windowtitle" -> - "AverageConcaveQ", "type" -> "Symbol", "uri" -> + "AverageConcaveQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AverageConcaveQ", "type" -> "Symbol", "uri" -> "TUG/ref/AverageConcaveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1092,9 +1093,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4b9b55df-011f-46cc-b94e-3ec55f62676f" +ExpressionUUID->"d3eb3601-31e1-437a-9ce9-b7070b1f84bb" ] (* End of Notebook Content *) @@ -1102,139 +1103,137 @@ ExpressionUUID->"4b9b55df-011f-46cc-b94e-3ec55f62676f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15663, 406, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ce0e24b3-9727-4ade-b2b1-7eb15244f752", + Cell[15709, 410, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c1e3ed7d-aa6e-45cb-a794-42f5253b6099", CellTags->"PrimaryExamplesSection", - CellID->1098789116]} + CellID->2035009635]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40641, 1103} + {"PrimaryExamplesSection", 40671, 1104} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7074, 168, 56, "AnchorBarGrid",ExpressionUUID->"1bbb4814-897b-47db-b2dd-41717a0739fb", +Cell[587, 21, 7120, 172, 57, "AnchorBarGrid",ExpressionUUID->"ce69df17-cd71-4210-bc19-b34f161b9663", CellID->1], -Cell[7664, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4c58d180-44d6-44a0-bd3e-0cee9e873ad9"], +Cell[7710, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c461c3c2-808c-4ccf-86c0-fdf84366c4dd"], Cell[CellGroupData[{ -Cell[7775, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"f411d809-4f70-4ee1-8109-f4920d330e6d"], -Cell[9067, 232, 1014, 20, 209, "Usage",ExpressionUUID->"78a45d27-e20a-4142-b604-a7f6a7be1104", +Cell[7821, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"14493828-114a-4cb5-84e8-0b30b4b471aa"], +Cell[9113, 236, 1014, 20, 208, "Usage",ExpressionUUID->"78a45d27-e20a-4142-b604-a7f6a7be1104", CellID->1690740230] }, Open ]], Cell[CellGroupData[{ -Cell[10118, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"426a6d42-0341-4810-862d-23d0420c52e7", +Cell[10164, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"28353782-72df-4004-9069-c0d06533c678", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1374369357], -Cell[12016, 306, 663, 17, 49, "Notes",ExpressionUUID->"c640c066-057b-4330-81d3-50fa05b1b665", + CellID->1572610904], +Cell[12062, 310, 663, 17, 48, "Notes",ExpressionUUID->"c640c066-057b-4330-81d3-50fa05b1b665", CellID->26053], -Cell[12682, 325, 489, 12, 37, "Notes",ExpressionUUID->"d2af818a-2ec9-4394-a96e-663c1882288a", +Cell[12728, 329, 489, 12, 38, "Notes",ExpressionUUID->"d2af818a-2ec9-4394-a96e-663c1882288a", CellID->177724765], -Cell[13174, 339, 316, 5, 57, "Notes",ExpressionUUID->"45abc580-c7c0-4512-92b5-10b67061e880", +Cell[13220, 343, 316, 5, 57, "Notes",ExpressionUUID->"45abc580-c7c0-4512-92b5-10b67061e880", CellID->1434791869], -Cell[13493, 346, 224, 4, 36, "Notes",ExpressionUUID->"9bcf0498-b4d3-40d3-8e4e-32e75780100e", +Cell[13539, 350, 224, 4, 36, "Notes",ExpressionUUID->"9bcf0498-b4d3-40d3-8e4e-32e75780100e", CellID->958492542], -Cell[13720, 352, 267, 4, 49, "Notes",ExpressionUUID->"2440f1c3-48b2-4bdb-8c50-c00f751a4b30", +Cell[13766, 356, 267, 4, 48, "Notes",ExpressionUUID->"2440f1c3-48b2-4bdb-8c50-c00f751a4b30", CellID->13178], -Cell[13990, 358, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"5d90b399-b72d-40b1-9ef0-b399b8a451dc", +Cell[14036, 362, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"5d90b399-b72d-40b1-9ef0-b399b8a451dc", CellID->1782664966], -Cell[14802, 380, 734, 20, 58, "Notes",ExpressionUUID->"79953a5b-7ea1-46f8-a907-c4cf1cba9b6e", +Cell[14848, 384, 734, 20, 59, "Notes",ExpressionUUID->"79953a5b-7ea1-46f8-a907-c4cf1cba9b6e", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15663, 406, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ce0e24b3-9727-4ade-b2b1-7eb15244f752", +Cell[15709, 410, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c1e3ed7d-aa6e-45cb-a794-42f5253b6099", CellTags->"PrimaryExamplesSection", - CellID->1098789116], + CellID->2035009635], Cell[CellGroupData[{ -Cell[17109, 447, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cc90fb67-3eb4-4862-a8cc-f3bdabd08e6a", - CellID->1040299055], -Cell[18511, 485, 119, 1, 38, "ExampleText",ExpressionUUID->"b01cc6a1-6c76-48c5-9726-d2c20404590c", +Cell[17155, 451, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ef78e542-f8a7-42f9-ade8-d5eaeb331143", + CellID->170392030], +Cell[18556, 489, 119, 1, 39, "ExampleText",ExpressionUUID->"b01cc6a1-6c76-48c5-9726-d2c20404590c", CellID->2137356198], Cell[CellGroupData[{ -Cell[18655, 490, 168, 3, 27, "Input",ExpressionUUID->"922ab835-95d7-4486-9790-aa25e12ffe02", +Cell[18700, 494, 168, 3, 27, "Input",ExpressionUUID->"922ab835-95d7-4486-9790-aa25e12ffe02", CellID->1607354200], Cell[CellGroupData[{ -Cell[18848, 497, 235, 4, 70, "Print",ExpressionUUID->"773ab4db-e836-4023-9d06-81d6b4001ecc", +Cell[18893, 501, 235, 4, 70, "Print",ExpressionUUID->"773ab4db-e836-4023-9d06-81d6b4001ecc", CellID->715653590], -Cell[19086, 503, 364, 8, 70, "Print",ExpressionUUID->"f7700914-bab7-4410-8227-1f7377bcdc06", +Cell[19131, 507, 364, 8, 70, "Print",ExpressionUUID->"f7700914-bab7-4410-8227-1f7377bcdc06", CellID->401208432], -Cell[19453, 513, 236, 4, 70, "Print",ExpressionUUID->"7149e1f4-c4bf-4252-bab0-b00b611abef7", +Cell[19498, 517, 236, 4, 70, "Print",ExpressionUUID->"7149e1f4-c4bf-4252-bab0-b00b611abef7", CellID->2015215262], -Cell[19692, 519, 220, 3, 70, "Print",ExpressionUUID->"beba6c09-0a61-4ab8-a716-91d720d9ad66", +Cell[19737, 523, 220, 3, 70, "Print",ExpressionUUID->"beba6c09-0a61-4ab8-a716-91d720d9ad66", CellID->1071742852], -Cell[19915, 524, 206, 3, 70, "Print",ExpressionUUID->"7d94dc66-8181-4773-81de-876313f45f4f", +Cell[19960, 528, 206, 3, 70, "Print",ExpressionUUID->"7d94dc66-8181-4773-81de-876313f45f4f", CellID->110564043], -Cell[20124, 529, 236, 4, 70, "Print",ExpressionUUID->"0782cc9b-1d49-4f2f-9392-8302516d87ba", +Cell[20169, 533, 236, 4, 70, "Print",ExpressionUUID->"0782cc9b-1d49-4f2f-9392-8302516d87ba", CellID->717593044], -Cell[20363, 535, 219, 3, 70, "Print",ExpressionUUID->"4aaa6389-5702-4139-89ba-162d7cfc7f7d", +Cell[20408, 539, 219, 3, 70, "Print",ExpressionUUID->"4aaa6389-5702-4139-89ba-162d7cfc7f7d", CellID->534447387], -Cell[20585, 540, 236, 4, 70, "Print",ExpressionUUID->"8ee2dde0-8a25-4c93-ae68-5ae3b91df0df", +Cell[20630, 544, 236, 4, 70, "Print",ExpressionUUID->"8ee2dde0-8a25-4c93-ae68-5ae3b91df0df", CellID->1830442624], -Cell[20824, 546, 235, 4, 70, "Print",ExpressionUUID->"da61e90f-a7d0-4c0c-972b-af4860ba69eb", +Cell[20869, 550, 235, 4, 70, "Print",ExpressionUUID->"da61e90f-a7d0-4c0c-972b-af4860ba69eb", CellID->469662405], -Cell[21062, 552, 207, 3, 70, "Print",ExpressionUUID->"f43b1799-3ad3-44f8-b17e-e9735870786d", +Cell[21107, 556, 207, 3, 70, "Print",ExpressionUUID->"f43b1799-3ad3-44f8-b17e-e9735870786d", CellID->1321984621], -Cell[21272, 557, 235, 4, 70, "Print",ExpressionUUID->"98e0fb44-2462-4a47-92cd-01027e2e10d3", +Cell[21317, 561, 235, 4, 70, "Print",ExpressionUUID->"98e0fb44-2462-4a47-92cd-01027e2e10d3", CellID->134272219] }, Open ]] }, Open ]], -Cell[21534, 565, 142, 1, 70, "ExampleText",ExpressionUUID->"79aa2560-8cee-4a11-8e53-e0af16b947d2", +Cell[21579, 569, 142, 1, 70, "ExampleText",ExpressionUUID->"79aa2560-8cee-4a11-8e53-e0af16b947d2", CellID->1200759610], -Cell[21679, 568, 234, 6, 70, "Input",ExpressionUUID->"481ab239-73f5-42f1-80b5-3027cc893bc5", +Cell[21724, 572, 234, 6, 70, "Input",ExpressionUUID->"481ab239-73f5-42f1-80b5-3027cc893bc5", CellID->167008076], Cell[CellGroupData[{ -Cell[21938, 578, 383, 9, 70, "Input",ExpressionUUID->"c3223ba5-daea-4a19-ae4e-101d035ec900", +Cell[21983, 582, 383, 9, 70, "Input",ExpressionUUID->"c3223ba5-daea-4a19-ae4e-101d035ec900", CellID->1894496190], -Cell[22324, 589, 502, 13, 36, "Output",ExpressionUUID->"be7bee19-cbce-4e4c-ba97-7a79af20c8fa", +Cell[22369, 593, 502, 13, 36, "Output",ExpressionUUID->"be7bee19-cbce-4e4c-ba97-7a79af20c8fa", CellID->799050641] }, Open ]], -Cell[22841, 605, 237, 6, 70, "Input",ExpressionUUID->"820b55f4-40be-44da-ad04-17e72d315218", +Cell[22886, 609, 237, 6, 70, "Input",ExpressionUUID->"820b55f4-40be-44da-ad04-17e72d315218", CellID->418857934], -Cell[23081, 613, 190, 4, 70, "ExampleText",ExpressionUUID->"26b8cef0-66d9-4c2c-af4f-db4387fe5c6a", +Cell[23126, 617, 190, 4, 70, "ExampleText",ExpressionUUID->"26b8cef0-66d9-4c2c-af4f-db4387fe5c6a", CellID->200947208], Cell[CellGroupData[{ -Cell[23296, 621, 172, 3, 70, "Input",ExpressionUUID->"04136d29-5c29-4f01-9482-3feb94f35a7c", +Cell[23341, 625, 172, 3, 70, "Input",ExpressionUUID->"04136d29-5c29-4f01-9482-3feb94f35a7c", CellID->320323112], -Cell[23471, 626, 226, 5, 36, "Output",ExpressionUUID->"23c63967-b0b7-43a3-bb6a-2bb0bea5b4c6", +Cell[23516, 630, 226, 5, 36, "Output",ExpressionUUID->"23c63967-b0b7-43a3-bb6a-2bb0bea5b4c6", CellID->790093179] }, Open ]], -Cell[23712, 634, 137, 1, 70, "ExampleText",ExpressionUUID->"7e0afc20-d3a0-40fc-ae9a-521a0cb15231", +Cell[23757, 638, 137, 1, 70, "ExampleText",ExpressionUUID->"7e0afc20-d3a0-40fc-ae9a-521a0cb15231", CellID->974227915], Cell[CellGroupData[{ -Cell[23874, 639, 172, 3, 70, "Input",ExpressionUUID->"703aba2a-f230-4158-924c-a35550b596af", +Cell[23919, 643, 172, 3, 70, "Input",ExpressionUUID->"703aba2a-f230-4158-924c-a35550b596af", CellID->496267438], -Cell[24049, 644, 159, 3, 36, "Output",ExpressionUUID->"9c528ef4-8f29-442d-ae0f-ede2d3ec30eb", +Cell[24094, 648, 159, 3, 36, "Output",ExpressionUUID->"9c528ef4-8f29-442d-ae0f-ede2d3ec30eb", CellID->1291391654] }, Open ]], -Cell[24223, 650, 133, 1, 70, "ExampleText",ExpressionUUID->"8d1eb199-6475-41ee-b63e-caa420efd657", +Cell[24268, 654, 133, 1, 70, "ExampleText",ExpressionUUID->"8d1eb199-6475-41ee-b63e-caa420efd657", CellID->878984052], Cell[CellGroupData[{ -Cell[24381, 655, 249, 5, 70, "Input",ExpressionUUID->"01a8c707-15ee-4c40-9106-385d72d3ddab", +Cell[24426, 659, 249, 5, 70, "Input",ExpressionUUID->"01a8c707-15ee-4c40-9106-385d72d3ddab", CellID->552474346], -Cell[24633, 662, 2582, 74, 104, "Output",ExpressionUUID->"6bdd9ea4-9747-47f0-8042-ab50f55a76ef", +Cell[24678, 666, 2582, 74, 102, "Output",ExpressionUUID->"6bdd9ea4-9747-47f0-8042-ab50f55a76ef", CellID->1833686365] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27502, 749, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"cdde4e2a-b831-49d9-b34a-a5e6765480da"], +Cell[32940, 899, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d08b5b92-dc25-4a1f-ad5d-f687dd9a2a6e"], +Cell[33613, 919, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f94515c0-0d43-4616-b745-bb1a4fa6ea59"], +Cell[34649, 947, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"c4b07c6d-e34b-4eea-b18e-64b5549b070e"], Cell[CellGroupData[{ -Cell[27479, 747, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"24c05f4b-d86c-4fd0-aceb-273f76e3fb5f"], -Cell[32917, 897, 670, 18, 70, "TechNotesSection",ExpressionUUID->"382772cf-a85b-4310-a4eb-c91ab68c4b91"] -}, Open ]], -Cell[33602, 918, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"99068fef-9c36-4791-b1b6-318e9804fa7e"], -Cell[34638, 946, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"27d58a0c-030d-4534-89da-274d160ca88e"], -Cell[CellGroupData[{ -Cell[37483, 1030, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e7fbb594-8c11-4898-a82b-4b27546180fc", +Cell[37494, 1031, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e7fbb594-8c11-4898-a82b-4b27546180fc", CellID->174251628], -Cell[37623, 1033, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a89be71f-236a-4ec1-8162-08aefbca8466", +Cell[37634, 1034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a89be71f-236a-4ec1-8162-08aefbca8466", CellID->1194386356], -Cell[37845, 1039, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b4cc7f1b-7aa1-417e-9461-d9219caa4c6a", +Cell[37856, 1040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b4cc7f1b-7aa1-417e-9461-d9219caa4c6a", CellID->1641706272], -Cell[38060, 1044, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4d5a6dfa-9aed-4927-bcad-df18a5e3f147", +Cell[38071, 1045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4d5a6dfa-9aed-4927-bcad-df18a5e3f147", CellID->399251956], -Cell[38289, 1050, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e86f1ca4-c7a0-4869-9372-f2962726f540", +Cell[38300, 1051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e86f1ca4-c7a0-4869-9372-f2962726f540", CellID->821434655] }, Open ]], -Cell[38526, 1056, 78, 0, 70, "FooterCell",ExpressionUUID->"9b00995b-43df-4536-ab70-ebffe6231dd8"] +Cell[38537, 1057, 78, 0, 70, "FooterCell",ExpressionUUID->"e62e861c-07b7-4ada-81fa-64fa1ae7c534"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/AverageConvexQ.nb b/Documentation/English/ReferencePages/Symbols/AverageConvexQ.nb index fe96aba..6893cc6 100644 --- a/Documentation/English/ReferencePages/Symbols/AverageConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/AverageConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47805, 1236] -NotebookOptionsPosition[ 38550, 1053] -NotebookOutlinePosition[ 40864, 1110] -CellTagsIndexPosition[ 40778, 1105] +NotebookDataLength[ 47795, 1235] +NotebookOptionsPosition[ 38559, 1054] +NotebookOutlinePosition[ 40890, 1111] +CellTagsIndexPosition[ 40804, 1106] WindowTitle->AverageConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1067a1f0-936c-4f41-8408-4f6843d04e81"], + "6da55738-bea1-4246-a874-928c5c5d6e2d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "19640c09-2c7e-4365-86bd-160c5e5e7132"], + "39452fd6-6257-445c-bb68-d8f085ded8a2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa23863d-fa46-4156-aecb-fac37ae9dbca"] - }],ExpressionUUID->"8459f86f-59a5-4d34-bf13-048793a62867"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "650f4047-8cbe-48c0-93fd-3d754d011a2a"] + }],ExpressionUUID->"fdca0722-0714-4211-be9c-fdd0aefd2369"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b02cf42b-0796-4def-81a4-d59e35505489"], + "069c0b1d-d332-401f-a47c-e3e96c6f0fec"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2810e452-9016-4e93-ae3f-7af4b608f41b"] - }],ExpressionUUID->"23d176e7-5a2a-4d5b-9b18-da1bad2b1a2d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "67b1e4cf-9d2b-413d-812e-29ccbaf1d99e"] + }],ExpressionUUID->"9644eb43-7a18-4da7-affb-611725da1647"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9ecc70d-b1aa-4df4-983b-8d571dec6e7f"], + "e26a2300-3989-44d2-b081-811500be2453"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e8808beb-a573-42da-b6db-f9eefb5a4c28"] - }],ExpressionUUID->"768c6763-166e-484e-b247-4f82ea3463fb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "90d61594-39f1-477c-8b66-4b8c15e15510"] + }],ExpressionUUID->"491918ba-774b-483b-8bdb-772ad2e750d2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8d9d7a54-3cf2-47d5-b6db-a4bddf5a9aab"], + "08a1ea3e-fd55-4da7-9d75-5877d71267fc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "59058f6b-54f7-45ae-b2e2-ccb240be68d2"] - }],ExpressionUUID->"2d3f209c-f457-4cd7-9186-a9c498c2eb46"], - StripOnInput->False], {"\<\"TUG/ref/AverageConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/AverageConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "348e8c97-0bc5-480f-aafe-16542e96463f"] + }],ExpressionUUID->"5707c3e3-f036-4de8-a567-66c8eb0c2a43"], + StripOnInput->False],{ + "\"TUG/ref/AverageConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/AverageConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ AverageConvexQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$35399], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/AverageConvexQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$36475], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/AverageConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89e65bce-079c-45ec-80b5-af221f8197aa"] + "2f2ef009-f72b-4e47-98c9-53cd1bdb02ee"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ced1cdaf-2b5c-4b67-90ac-a27be5a35dd0"]} + "259288ff-c626-4780-a588-f4e77a2d472f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4b3853e6-e21c-4b8a-977c-71fd5d9289c4"], + CellID->1,ExpressionUUID->"8978806f-f205-42c3-8932-f835804890b6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"eee62383-2661-4ece-933c-9767b184b1de"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6c682924-04f6-4a51-b460-7a7624070d9c"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "AverageConvexQ", "ObjectName",ExpressionUUID-> - "ab8fc68f-af06-4978-89d5-0a9245bf9b50"], + "1d1290d9-4253-4c66-befc-af8796c101b8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"f225e220-99b8-4a72-9a9a-df4749b61cbd"], + "Spacer1"]],ExpressionUUID->"ffb6e249-bf0b-4aa3-a763-832fb3fbe7ca"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6fb4e373-0feb-44df-919a-997e74ab4b06"] - }],ExpressionUUID->"a439f121-6d1e-40b8-a126-14c5c4914d82"], Cell[BoxData[ + "d3262edf-ad94-413a-9c39-82d1d4ad7ac4"] + }],ExpressionUUID->"0bdf2556-fafc-43ee-9d14-d0ea492dc66d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3ddd75b7-cb2a-40c4-ac61-1843ae6aebaa"]} + "fbc509ca-0c56-4e98-aef7-b729c162eb1f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f6cf07e5-9feb-4386-8c2b-51bd4acc73e9"], + CacheGraphics->False,ExpressionUUID->"91d6cd3d-3c88-4cfa-b12a-19fe7844771a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "ef45eeee-6992-4823-890b-0df237d14348"], " \[LineSeparator]checks the average-convexity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"92edaac4-7aa7-4997-83ac-ae2eca79ba08"]}, + }],ExpressionUUID->"7ffe6b45-f804-4b7e-9125-bfa0844ea54a"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"AverageConvexQ", "[", @@ -248,7 +252,7 @@ returns 'True' or 'False'." " \[LineSeparator]calling the function with the option will return the \ sum of the marginal contributions for each coalition S w.r.t. to each \ superset S union {j}. These values must be non-negative." - }],ExpressionUUID->"4501432b-dcda-42ef-9c27-7201152fac27"]} + }],ExpressionUUID->"70a6f2ec-e5b5-440b-a97c-7ea4a24865be"]} }]], "Usage", CellID->464351975,ExpressionUUID->"d494e3d3-22f9-4dc5-a92b-e79a2c53523f"] }, Open ]], @@ -281,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"86f7bbda-8665-4b61-9332-b74e11d91a24"], + ExpressionUUID->"5a859881-e438-4d1a-b28d-2c61f5077daf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b172021e-eb6d-484e-86dd-3436fbbcdc2f"], + "Spacer1"]],ExpressionUUID->"7776bd8d-baf5-4a0f-aa43-6da879f34547"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3a581397-3282-4b0f-8175-cc0cfccc7794"], + }], "NotesFrameText",ExpressionUUID->"6e9d6dfe-cd96-48fd-aceb-79237e39e155"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fb4d7c91-ad4c-4dc2-b13a-e6b3c1b8f38e"]], \ + "Preemptive"]],ExpressionUUID->"f0ba02fe-707e-47b5-ae78-16191eb748ef"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->799765376,ExpressionUUID->"8a09d91b-cbce-47c4-b83a-96bd02157ad3"], + CellID->708430357,ExpressionUUID->"1b23826a-07ca-4129-aaa6-641ea737aa7c"], Cell[TextData[{ "The input expression ", @@ -358,7 +362,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "19447fe5-2f54-4aa1-bc9f-6e6bfe29b255"], + "dbc14a4b-1a22-41b2-9901-5869fbb8c54b"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -429,19 +433,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"40b636a1-4e18-4637-8878-bf342a8a46a5"], + ExpressionUUID->"bb3d7859-cc37-44c1-b9a1-5a9330ed4348"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"00d51e33-af24-4517-995d-1b44ec64fa9b"], + "Spacer1"]],ExpressionUUID->"d1b93339-a66d-403c-90ce-94868e52f7d4"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e79b521e-05a7-4f39-b99c-21b447abe98c"] + "09061fae-d5d9-468b-8824-080ee0e18694"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1371784554,ExpressionUUID->"a544a0cf-9639-4193-a183-ebee35c815aa"], + CellID->37034676,ExpressionUUID->"3ddcadc3-300a-4217-ad67-54001078f29c"], Cell[CellGroupData[{ @@ -470,18 +474,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0b7a52f6-70dc-47ed-bb88-ab99951e38f7"], + ExpressionUUID->"3cc4664f-335c-4d27-bf87-09cb021e32d6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"47f82052-6db2-4403-815d-feb888354c02"], + "Spacer1"]],ExpressionUUID->"aeb68f31-7dcf-417d-a82a-ae437656349d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8071c04d-2af6-43a2-81be-5a62457045f0"] + "d5cc626e-79e9-43db-85d7-47d23297975b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1218298810,ExpressionUUID->"e8f08bcf-4ce1-43e2-bbfb-2e241fd3868a"], + CellID->623899679,ExpressionUUID->"b05ad2e8-8005-4e0e-891c-7133a7f865ab"], Cell["Loading the package:", "ExampleText", CellID->1809869201,ExpressionUUID->"746f1f13-8de6-4e02-a99c-b26ac356fc2e"], @@ -738,8 +742,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -887,15 +889,15 @@ Cell[BoxData[GridBox[{ "136d7998-dc2e-4528-a227-983730482789"] }], "SeeAlso",ExpressionUUID->"9285e7e5-f4c3-4353-8162-1a125ada437e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"33d7ff1c-65f5-41aa-9b42-\ -607569cb8234"], + }]], "SeeAlsoSection",ExpressionUUID->"96e53e5e-e084-44bd-b7e4-\ +2816f755372e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -907,9 +909,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b4edbad3-a520-4bb0-b7dc-da85e3def9d2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"56a92e9c-1cd5-4ae2-957f-\ -2467608ca1d2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"59f21b44-ff92-49be-bec8-\ +d2aaa94c461f"], Cell[BoxData[GridBox[{ { @@ -926,7 +927,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "eb88d96e-0fec-4d21-b376-f18995035ec9"]}]}, + "137c0a82-1481-4799-967c-c17260905600"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -934,10 +935,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1e41d27f-6047-4f51-8c70-fec1759169fc"]}]} + "96ae4be7-35ad-4a03-9b70-05e4edd892a5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9c35b48b-13ac-4d3c-8127-\ -039a070db96b"], + }]], "MoreAboutSection",ExpressionUUID->"9f9c2123-6efd-4f93-9d9d-\ +f4d0b8d2f019"], Cell[BoxData[GridBox[{ { @@ -964,7 +965,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c77516d6-b87e-40f9-9522-97159bfe0dff"]], "RelatedLinks", + "509162b2-1b16-4168-95bb-8569eecf441b"]], "RelatedLinks", ExpressionUUID->"4c14acaf-58a6-48cf-9b94-5494c042e271"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -981,7 +982,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0397196c-a21a-40e0-bdb6-133d9f5f0763"]], "RelatedLinks", + "1ead028c-1c98-4dad-82c7-d42915af0711"]], "RelatedLinks", ExpressionUUID->"d0545a8d-372d-4971-ab19-37b1a47ceb8b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -998,7 +999,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "acbcecc1-3db7-4e34-a52a-b2afe9c15e9c"]], "RelatedLinks", + "56dc92f8-237f-44b2-8230-b1405d2afe81"]], "RelatedLinks", ExpressionUUID->"eafbf69f-5c20-44ea-a96b-495aea476230"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1015,11 +1016,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ce7f8683-bdf8-447d-b253-593c89c11d99"]], "RelatedLinks", + "10343ac8-a549-408b-8b18-a59829c58f76"]], "RelatedLinks", ExpressionUUID->"4f329137-aaea-4648-9695-9fe1bce6b515"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3ded2dd8-0f94-4298-b074-\ -eb8ab4084d9e"], + }]], "RelatedLinksSection",ExpressionUUID->"d9f53467-1c73-419f-896b-\ +3c4f5c5e9eaa"], Cell[CellGroupData[{ @@ -1049,11 +1050,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c3843a65-088e-415d-a894-aae6b53bafbf"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1c20f026-29fc-432b-b852-d35f713ca2c9"] +Cell[" ", "FooterCell",ExpressionUUID->"fa3122c7-b9da-46e5-b388-8d8432e19a66"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"AverageConvexQ", TaggingRules->{ @@ -1064,7 +1065,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 3.370274}", + "built" -> "{2024, 6, 3, 16, 51, 27.749336}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1074,11 +1075,11 @@ returns 'True' or 'False'. AverageConvexQ[game, options] calling the function \ with the option will return the sum of the marginal contributions for each \ coalition S w.r.t. to each superset S union {j}. These values must be \ non-negative.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "AverageConvexQ", "titlemodifier" -> "", "windowtitle" -> - "AverageConvexQ", "type" -> "Symbol", "uri" -> + "AverageConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "AverageConvexQ", "type" -> "Symbol", "uri" -> "TUG/ref/AverageConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1087,9 +1088,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ca4dc35d-72db-4d70-82ed-4a5cc5596194" +ExpressionUUID->"619157d2-5695-473e-b18d-b09f1096ccca" ] (* End of Notebook Content *) @@ -1097,147 +1098,145 @@ ExpressionUUID->"ca4dc35d-72db-4d70-82ed-4a5cc5596194" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15651, 406, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a544a0cf-9639-4193-a183-ebee35c815aa", + Cell[15697, 410, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ddcadc3-300a-4217-ad67-54001078f29c", CellTags->"PrimaryExamplesSection", - CellID->1371784554]} + CellID->37034676]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40577, 1098} + {"PrimaryExamplesSection", 40605, 1099} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7070, 168, 56, "AnchorBarGrid",ExpressionUUID->"4b3853e6-e21c-4b8a-977c-71fd5d9289c4", +Cell[586, 21, 7116, 172, 57, "AnchorBarGrid",ExpressionUUID->"8978806f-f205-42c3-8932-f835804890b6", CellID->1], -Cell[7659, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"eee62383-2661-4ece-933c-9767b184b1de"], +Cell[7705, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6c682924-04f6-4a51-b460-7a7624070d9c"], Cell[CellGroupData[{ -Cell[7770, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"f6cf07e5-9feb-4386-8c2b-51bd4acc73e9"], -Cell[9061, 232, 1011, 20, 209, "Usage",ExpressionUUID->"d494e3d3-22f9-4dc5-a92b-e79a2c53523f", +Cell[7816, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"91d6cd3d-3c88-4cfa-b12a-19fe7844771a"], +Cell[9107, 236, 1011, 20, 208, "Usage",ExpressionUUID->"d494e3d3-22f9-4dc5-a92b-e79a2c53523f", CellID->464351975] }, Open ]], Cell[CellGroupData[{ -Cell[10109, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"8a09d91b-cbce-47c4-b83a-96bd02157ad3", +Cell[10155, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"1b23826a-07ca-4129-aaa6-641ea737aa7c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->799765376], -Cell[12006, 306, 663, 17, 49, "Notes",ExpressionUUID->"f20a1ed5-b6aa-43cb-85ad-f0b9ae04c6d8", + CellID->708430357], +Cell[12052, 310, 663, 17, 48, "Notes",ExpressionUUID->"f20a1ed5-b6aa-43cb-85ad-f0b9ae04c6d8", CellID->26053], -Cell[12672, 325, 489, 12, 37, "Notes",ExpressionUUID->"006b412e-2911-4d70-ab4f-85bb0bbeb48e", +Cell[12718, 329, 489, 12, 38, "Notes",ExpressionUUID->"006b412e-2911-4d70-ab4f-85bb0bbeb48e", CellID->177724765], -Cell[13164, 339, 315, 5, 57, "Notes",ExpressionUUID->"547de74c-9c85-46f1-b34c-dfac2f6925a5", +Cell[13210, 343, 315, 5, 57, "Notes",ExpressionUUID->"547de74c-9c85-46f1-b34c-dfac2f6925a5", CellID->1943992624], -Cell[13482, 346, 223, 4, 36, "Notes",ExpressionUUID->"a719a08c-c048-4e71-a408-38025f4100ea", +Cell[13528, 350, 223, 4, 36, "Notes",ExpressionUUID->"a719a08c-c048-4e71-a408-38025f4100ea", CellID->1789594794], -Cell[13708, 352, 267, 4, 49, "Notes",ExpressionUUID->"89e2d91b-c000-4519-a2aa-ea7e17de7561", +Cell[13754, 356, 267, 4, 48, "Notes",ExpressionUUID->"89e2d91b-c000-4519-a2aa-ea7e17de7561", CellID->13178], -Cell[13978, 358, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"ed0f532c-c59d-4231-be01-8258623a5041", +Cell[14024, 362, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"ed0f532c-c59d-4231-be01-8258623a5041", CellID->1782664966], -Cell[14790, 380, 734, 20, 58, "Notes",ExpressionUUID->"cdd7ab8a-410d-44ee-a61b-b0040d35b150", +Cell[14836, 384, 734, 20, 59, "Notes",ExpressionUUID->"cdd7ab8a-410d-44ee-a61b-b0040d35b150", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15651, 406, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a544a0cf-9639-4193-a183-ebee35c815aa", +Cell[15697, 410, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ddcadc3-300a-4217-ad67-54001078f29c", CellTags->"PrimaryExamplesSection", - CellID->1371784554], + CellID->37034676], Cell[CellGroupData[{ -Cell[17097, 447, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e8f08bcf-4ce1-43e2-bbfb-2e241fd3868a", - CellID->1218298810], -Cell[18499, 485, 119, 1, 38, "ExampleText",ExpressionUUID->"746f1f13-8de6-4e02-a99c-b26ac356fc2e", +Cell[17141, 451, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b05ad2e8-8005-4e0e-891c-7133a7f865ab", + CellID->623899679], +Cell[18542, 489, 119, 1, 39, "ExampleText",ExpressionUUID->"746f1f13-8de6-4e02-a99c-b26ac356fc2e", CellID->1809869201], Cell[CellGroupData[{ -Cell[18643, 490, 167, 3, 27, "Input",ExpressionUUID->"a5a4ae62-cd69-454e-8b2b-88a0fb9d71fd", +Cell[18686, 494, 167, 3, 27, "Input",ExpressionUUID->"a5a4ae62-cd69-454e-8b2b-88a0fb9d71fd", CellID->754611236], Cell[CellGroupData[{ -Cell[18835, 497, 236, 4, 70, "Print",ExpressionUUID->"dcfb9907-a6cf-4a40-81bf-877b4090af46", +Cell[18878, 501, 236, 4, 70, "Print",ExpressionUUID->"dcfb9907-a6cf-4a40-81bf-877b4090af46", CellID->1007172324], -Cell[19074, 503, 365, 8, 70, "Print",ExpressionUUID->"b1db6267-03a9-4f6d-863a-9dbd8b24d7a1", +Cell[19117, 507, 365, 8, 70, "Print",ExpressionUUID->"b1db6267-03a9-4f6d-863a-9dbd8b24d7a1", CellID->1148528551], -Cell[19442, 513, 236, 4, 70, "Print",ExpressionUUID->"ad9c2424-05b7-4733-8e3e-524bb6613466", +Cell[19485, 517, 236, 4, 70, "Print",ExpressionUUID->"ad9c2424-05b7-4733-8e3e-524bb6613466", CellID->1060827218], -Cell[19681, 519, 219, 3, 70, "Print",ExpressionUUID->"1b14543b-93e7-4cd6-a04c-08047f3c986c", +Cell[19724, 523, 219, 3, 70, "Print",ExpressionUUID->"1b14543b-93e7-4cd6-a04c-08047f3c986c", CellID->388460031], -Cell[19903, 524, 206, 3, 70, "Print",ExpressionUUID->"752b71b0-9388-4046-a5ac-9016d97c2e89", +Cell[19946, 528, 206, 3, 70, "Print",ExpressionUUID->"752b71b0-9388-4046-a5ac-9016d97c2e89", CellID->170753205], -Cell[20112, 529, 236, 4, 70, "Print",ExpressionUUID->"de8be3fb-880b-485c-bc58-ec45cea435d4", +Cell[20155, 533, 236, 4, 70, "Print",ExpressionUUID->"de8be3fb-880b-485c-bc58-ec45cea435d4", CellID->261909848], -Cell[20351, 535, 219, 3, 70, "Print",ExpressionUUID->"7821ae0e-c124-4e93-92c2-336ae61e6339", +Cell[20394, 539, 219, 3, 70, "Print",ExpressionUUID->"7821ae0e-c124-4e93-92c2-336ae61e6339", CellID->241585044], -Cell[20573, 540, 236, 4, 70, "Print",ExpressionUUID->"28b90740-d37b-463a-81bf-e4d216878ad1", +Cell[20616, 544, 236, 4, 70, "Print",ExpressionUUID->"28b90740-d37b-463a-81bf-e4d216878ad1", CellID->1620186768], -Cell[20812, 546, 236, 4, 70, "Print",ExpressionUUID->"94af7b63-892d-486b-9f74-d78f19949039", +Cell[20855, 550, 236, 4, 70, "Print",ExpressionUUID->"94af7b63-892d-486b-9f74-d78f19949039", CellID->1909532240], -Cell[21051, 552, 207, 3, 70, "Print",ExpressionUUID->"96529fea-771e-4c90-bd27-c435b10c73e2", +Cell[21094, 556, 207, 3, 70, "Print",ExpressionUUID->"96529fea-771e-4c90-bd27-c435b10c73e2", CellID->1048579988], -Cell[21261, 557, 236, 4, 70, "Print",ExpressionUUID->"f934b9a2-3a88-4bec-b818-bf01e4cc6304", +Cell[21304, 561, 236, 4, 70, "Print",ExpressionUUID->"f934b9a2-3a88-4bec-b818-bf01e4cc6304", CellID->1220444166] }, Open ]] }, Open ]], -Cell[21524, 565, 137, 1, 70, "ExampleText",ExpressionUUID->"9d5542c2-3a41-492f-a3a7-7724650651fe", +Cell[21567, 569, 137, 1, 70, "ExampleText",ExpressionUUID->"9d5542c2-3a41-492f-a3a7-7724650651fe", CellID->2095737955], -Cell[21664, 568, 234, 6, 70, "Input",ExpressionUUID->"b2d8c136-8a1b-4c2b-bb51-8a7182b42671", +Cell[21707, 572, 234, 6, 70, "Input",ExpressionUUID->"b2d8c136-8a1b-4c2b-bb51-8a7182b42671", CellID->923312250], Cell[CellGroupData[{ -Cell[21923, 578, 473, 12, 70, "Input",ExpressionUUID->"bf96573d-ef17-42ce-b338-4d215d99732a", +Cell[21966, 582, 473, 12, 70, "Input",ExpressionUUID->"bf96573d-ef17-42ce-b338-4d215d99732a", CellID->1262768856], -Cell[22399, 592, 469, 12, 51, "Output",ExpressionUUID->"0bfa8297-8c4d-4747-b0e0-00223d1ce260", +Cell[22442, 596, 469, 12, 51, "Output",ExpressionUUID->"0bfa8297-8c4d-4747-b0e0-00223d1ce260", CellID->549575983] }, Open ]], -Cell[22883, 607, 237, 6, 70, "Input",ExpressionUUID->"f8e94941-5d71-450c-a1bd-2beb690271b5", +Cell[22926, 611, 237, 6, 70, "Input",ExpressionUUID->"f8e94941-5d71-450c-a1bd-2beb690271b5", CellID->701457239], -Cell[23123, 615, 191, 4, 70, "ExampleText",ExpressionUUID->"0dacc458-a78a-4eb5-8355-12b2dfa68d45", +Cell[23166, 619, 191, 4, 70, "ExampleText",ExpressionUUID->"0dacc458-a78a-4eb5-8355-12b2dfa68d45", CellID->1611705477], Cell[CellGroupData[{ -Cell[23339, 623, 172, 3, 70, "Input",ExpressionUUID->"dadc15c6-28a6-476b-8094-71eb8dc1a835", +Cell[23382, 627, 172, 3, 70, "Input",ExpressionUUID->"dadc15c6-28a6-476b-8094-71eb8dc1a835", CellID->1004400663], -Cell[23514, 628, 226, 5, 36, "Output",ExpressionUUID->"41ae98b9-763d-46b1-93c6-e27e9a5396de", +Cell[23557, 632, 226, 5, 36, "Output",ExpressionUUID->"41ae98b9-763d-46b1-93c6-e27e9a5396de", CellID->508229766] }, Open ]], -Cell[23755, 636, 160, 2, 70, "ExampleText",ExpressionUUID->"15c7d01f-b8b1-4195-b5a7-cfe65b1edc03", +Cell[23798, 640, 160, 2, 70, "ExampleText",ExpressionUUID->"15c7d01f-b8b1-4195-b5a7-cfe65b1edc03", CellID->1060596273], Cell[CellGroupData[{ -Cell[23940, 642, 164, 3, 70, "Input",ExpressionUUID->"24bbdcbc-1026-497c-9247-0ac67045880d", +Cell[23983, 646, 164, 3, 70, "Input",ExpressionUUID->"24bbdcbc-1026-497c-9247-0ac67045880d", CellID->834992429], -Cell[24107, 647, 161, 3, 36, "Output",ExpressionUUID->"06213446-d7ce-4f79-b254-14adaa28e5c6", +Cell[24150, 651, 161, 3, 36, "Output",ExpressionUUID->"06213446-d7ce-4f79-b254-14adaa28e5c6", CellID->2073749130] }, Open ]], -Cell[24283, 653, 137, 1, 70, "ExampleText",ExpressionUUID->"4a52da13-cca9-449b-b43b-b94099e49960", +Cell[24326, 657, 137, 1, 70, "ExampleText",ExpressionUUID->"4a52da13-cca9-449b-b43b-b94099e49960", CellID->737698109], Cell[CellGroupData[{ -Cell[24445, 658, 172, 3, 70, "Input",ExpressionUUID->"7eb7ca62-f7bd-4fcf-9b16-1059652ccab1", +Cell[24488, 662, 172, 3, 70, "Input",ExpressionUUID->"7eb7ca62-f7bd-4fcf-9b16-1059652ccab1", CellID->1479592565], -Cell[24620, 663, 158, 3, 36, "Output",ExpressionUUID->"893343a8-b163-4300-b964-08627f882d16", +Cell[24663, 667, 158, 3, 36, "Output",ExpressionUUID->"893343a8-b163-4300-b964-08627f882d16", CellID->595663177] }, Open ]], -Cell[24793, 669, 131, 1, 70, "ExampleText",ExpressionUUID->"54a19fd9-8ba6-445a-83e0-e0dae12d3130", +Cell[24836, 673, 131, 1, 70, "ExampleText",ExpressionUUID->"54a19fd9-8ba6-445a-83e0-e0dae12d3130", CellID->1182393], Cell[CellGroupData[{ -Cell[24949, 674, 248, 5, 70, "Input",ExpressionUUID->"7b850ef5-984d-47ab-a079-6635a7cd5217", +Cell[24992, 678, 248, 5, 70, "Input",ExpressionUUID->"7b850ef5-984d-47ab-a079-6635a7cd5217", CellID->319603314], -Cell[25200, 681, 1957, 50, 87, "Output",ExpressionUUID->"27d7aa15-8bc8-41b6-afd1-ee12b01b3a9d", +Cell[25243, 685, 1957, 50, 85, "Output",ExpressionUUID->"27d7aa15-8bc8-41b6-afd1-ee12b01b3a9d", CellID->401593972] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27442, 744, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"96e53e5e-e084-44bd-b7e4-2816f755372e"], +Cell[32880, 894, 670, 18, 70, "TechNotesSection",ExpressionUUID->"59f21b44-ff92-49be-bec8-d2aaa94c461f"], +Cell[33553, 914, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9f9c2123-6efd-4f93-9d9d-f4d0b8d2f019"], +Cell[34589, 942, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"d9f53467-1c73-419f-896b-3c4f5c5e9eaa"], Cell[CellGroupData[{ -Cell[27421, 742, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"33d7ff1c-65f5-41aa-9b42-607569cb8234"], -Cell[32859, 892, 670, 18, 70, "TechNotesSection",ExpressionUUID->"56a92e9c-1cd5-4ae2-957f-2467608ca1d2"] -}, Open ]], -Cell[33544, 913, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9c35b48b-13ac-4d3c-8127-039a070db96b"], -Cell[34580, 941, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"3ded2dd8-0f94-4298-b074-eb8ab4084d9e"], -Cell[CellGroupData[{ -Cell[37425, 1025, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"779e424b-9485-4eea-b962-73ee6264200c", +Cell[37434, 1026, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"779e424b-9485-4eea-b962-73ee6264200c", CellID->174251628], -Cell[37565, 1028, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a5311e83-0512-4444-a330-41afceecbd07", +Cell[37574, 1029, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a5311e83-0512-4444-a330-41afceecbd07", CellID->1194386356], -Cell[37787, 1034, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"71d4e73c-63e4-4d16-843c-66dfa2715ee3", +Cell[37796, 1035, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"71d4e73c-63e4-4d16-843c-66dfa2715ee3", CellID->1641706272], -Cell[38002, 1039, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8371a3c8-58c0-478e-94ef-da7551817894", +Cell[38011, 1040, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8371a3c8-58c0-478e-94ef-da7551817894", CellID->399251956], -Cell[38231, 1045, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c3843a65-088e-415d-a894-aae6b53bafbf", +Cell[38240, 1046, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c3843a65-088e-415d-a894-aae6b53bafbf", CellID->821434655] }, Open ]], -Cell[38468, 1051, 78, 0, 70, "FooterCell",ExpressionUUID->"1c20f026-29fc-432b-b852-d35f713ca2c9"] +Cell[38477, 1052, 78, 0, 70, "FooterCell",ExpressionUUID->"fa3122c7-b9da-46e5-b388-8d8432e19a66"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BalancedCollectionQ.nb b/Documentation/English/ReferencePages/Symbols/BalancedCollectionQ.nb index 69210c5..bd6678f 100644 --- a/Documentation/English/ReferencePages/Symbols/BalancedCollectionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/BalancedCollectionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 59351, 1544] -NotebookOptionsPosition[ 46980, 1298] -NotebookOutlinePosition[ 49262, 1354] -CellTagsIndexPosition[ 49176, 1349] +NotebookDataLength[ 59389, 1545] +NotebookOptionsPosition[ 47032, 1301] +NotebookOutlinePosition[ 49333, 1357] +CellTagsIndexPosition[ 49247, 1352] WindowTitle->BalancedCollectionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "45b5a2db-6e86-40f6-8568-c815ec14eedc"], + "c130f8c4-5990-4b53-978c-9ae5f058b692"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "84c2d76c-f487-48ab-9257-c6bbd76cc80f"], + "e0bf01a1-2cf4-49af-be67-e0b4c5d5d5a1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2c4bc78d-7e35-4217-8668-ed16021c5cf6"] - }],ExpressionUUID->"fd0494d4-426d-4f9d-adb1-70b4f92cb3b4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "58cfb948-6384-480c-8d95-0a195fe93e2a"] + }],ExpressionUUID->"75989203-df6a-4fd8-a654-8c7a9b33aebe"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c686ec50-fec8-4dc5-b2d8-82f9d40b0256"], + "908c56d3-0d69-49b1-af58-b09f062ae078"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f82479b3-2c5e-4806-87d7-a2a0b426c794"] - }],ExpressionUUID->"6e7f58d0-bc46-4d02-8a8d-541961732fcf"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "960ba81f-2606-4250-96f9-e724d6798c6d"] + }],ExpressionUUID->"fa88a69c-84bf-405b-a95f-62156133b27b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3daef5c2-2d9a-4a40-8448-067a7ce638e4"], + "7379ef54-4d13-4e4f-a821-ae6c68b4ade4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f078513c-eb7b-40f6-9302-3b910aadd46b"] - }],ExpressionUUID->"0df0169e-3a38-4471-8be4-5d24e451a31a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "dd172022-69e5-4c74-825d-a61f336a11ff"] + }],ExpressionUUID->"e2c8cff8-37a4-49f8-b28d-e2fdb99329a5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2ac9df6b-64d3-431e-9f6b-3703471df610"], + "c2632ed6-f8f1-4a8b-bab6-bb06b761fa5f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7655e45d-3e10-4a6f-9e0f-e9c619f91177"] - }],ExpressionUUID->"c76cb434-8c92-447e-b4c0-21de4ef641b8"], - StripOnInput->False], {"\<\"TUG/ref/BalancedCollectionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BalancedCollectionQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9e91ffe8-ee18-4ff3-98dd-4eee19321a48"] + }],ExpressionUUID->"610723b5-3a03-44b7-b873-f6b374e2c12b"], + StripOnInput->False],{ + "\"TUG/ref/BalancedCollectionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BalancedCollectionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BalancedCollectionQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$36100], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BalancedCollectionQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$37210], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BalancedCollectionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "792c5015-1832-4647-9a8e-8cc4cdf35c45"] + "9ccc2294-76ee-4b60-a7f0-6c4025e76d9b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6128059d-ec25-497a-8d3a-f64dc067be11"]} + "c8d322a7-7995-47c4-a87c-f6d013389ac9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f617168b-f1c8-4e41-a4e8-af13e159fc9c"], + CellID->1,ExpressionUUID->"db546fea-582f-4e05-ae78-1c3a21ce2f5c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c2d8df7f-5352-4005-a35c-882b6626b4ad"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3d9b9893-b6f0-4cba-b27a-4902af99264f"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BalancedCollectionQ", "ObjectName",ExpressionUUID-> - "a8c90015-2024-4748-bea0-da84695cf788"], + "7fcd8238-45b8-4284-b6c3-0e37376b7ec0"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c60ba922-13ad-4e39-95a8-5bab3efae0f7"], + "Spacer1"]],ExpressionUUID->"d0c34483-889f-4390-946d-aa085407702e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "00affcef-9edd-43ec-b64e-046db057662b"] - }],ExpressionUUID->"42c7be3f-0840-4969-88fe-859c77545548"], Cell[BoxData[ + "4a674fcd-e315-47f3-993a-338a10a9bd44"] + }],ExpressionUUID->"ea30887d-3ede-4516-a8cf-1bf741224324"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5f7ea3f0-fc07-4ca6-abde-bc7a6f59143f"]} + "ce097bc2-3b95-40f7-83f9-ab0985fa07c8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"602834e1-c6ea-495b-90b3-6fa061494d84"], + CacheGraphics->False,ExpressionUUID->"634d2c04-1d4b-41e9-a6d5-cf355e36622b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ coalitions obtained from the excess levels are balanced.Implements a \ criterion of Kohlberg's Theorem. The return value must be 'True' for the \ pre-nucleolus, otherwise 'False'." - }],ExpressionUUID->"5824d549-0c7e-4498-b850-70951c720868"]} + }],ExpressionUUID->"4d689573-6280-4089-acbb-b18aededdf57"]} }]], "Usage", CellID->947880195,ExpressionUUID->"873c1278-48a0-494c-8bf8-d4c3ed9a7d25"] }, Open ]], @@ -274,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e92fd460-7aaf-40fc-aef0-a98a4f8e85db"], + ExpressionUUID->"0139ed40-7261-440f-a2fe-bd7624dc1ea4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"23c62854-0025-403e-bdab-7f9368ec74c7"], + "Spacer1"]],ExpressionUUID->"90bb0347-46d0-4741-8474-86aeaf54aa6f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c7fbdc8d-521c-4862-bc30-5ad1f2c236ef"], + }], "NotesFrameText",ExpressionUUID->"a9e11723-4f3e-4ea9-bca1-354bb2fa8532"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"615af419-0a74-49e0-968e-f60f62adadb0"]], \ + "Preemptive"]],ExpressionUUID->"830df87a-df6b-4b7c-b627-a3ca17a639ce"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->706054560,ExpressionUUID->"87689488-7540-44fe-bff8-3711a26fe4c2"], + CellID->1668531984,ExpressionUUID->"671ea368-2de4-4405-9b1b-21613c661deb"], Cell[TextData[{ "The input expression ", @@ -377,11 +383,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6d5ad9d0-fe33-4247-8608-07977c286a0f"], "RevisedSimplex", Cell[ + "c64de64a-2226-4c21-ad6a-bf8752ccc05c"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"a72b157a-bb26-4a58-86d0-d2eb07882bf5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9f8160a0-15b5-47ac-8afa-6b18283c0403"], + "6517ee45-efbf-48d6-86e7-cc0d8c7cb94c"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -397,11 +403,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e19284a3-55cb-4a39-81b7-01397cb9c742"], "CLP", Cell[ + "15a96d1c-b664-4498-8e32-7f93a102927d"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"b15e93ba-03ab-41e7-a920-ea0803101329"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d54736a0-cb73-4304-90d7-bc11e7ea45f4"], + "b20c6358-dbff-4bcf-b157-71c27de94f0f"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -417,11 +423,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "84321460-cc9e-44df-b22b-97728fd1347b"], "InteriorPoint", Cell[ + "e242d408-5587-48d5-9c56-17953054a237"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"3419d28e-42fd-4f78-9536-57aace7b56e2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "102fd6d3-e82b-4fe8-b852-5bc35356ff02"], + "18b681d7-eb97-4352-b188-42719a23dd4f"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -443,7 +449,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0e8734b6-89a1-4dcc-8378-0c94f6fcf869"], + "d24df5b7-e752-4868-b342-b96984744261"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -519,19 +525,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fc4fecb3-c485-47ff-a0b0-efdc876d01df"], + ExpressionUUID->"7e76b44c-60b4-4f16-bc9b-d0ba45207f72"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93118035-3b20-4ae7-b149-563fe065b087"], + "Spacer1"]],ExpressionUUID->"68c674b5-ac74-4736-8499-a96834c717ea"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "928941f0-ffc0-486b-b4a5-950080b671a3"] + "bf34c024-e361-4e30-9aa9-4e96f4acde7d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1980868996,ExpressionUUID->"03c05bea-0630-4e39-bce7-62d33e0f5f16"], + CellID->1602740608,ExpressionUUID->"03e908d2-db01-4490-a462-ceeddb9cf9c5"], Cell[CellGroupData[{ @@ -560,18 +566,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"736a01ed-74a1-444d-bb3f-201c9c97eaae"], + ExpressionUUID->"28afafaf-9c91-4d67-9633-fc0fa0aa52bb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb668dc2-a266-45d2-8d8d-c6e28a96f1f2"], + "Spacer1"]],ExpressionUUID->"a838fabd-2fdf-4a5f-8528-acbff20b1bc0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "08dd51bd-5943-436a-9f56-bd9f143cd749"] + "d3a2a6d1-6761-46b0-9f3f-0c07b1cdc274"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1714040957,ExpressionUUID->"064eac37-eb3f-4308-85ab-24e5c179e0c1"], + CellID->427119194,ExpressionUUID->"0ec7baae-992e-4ac1-9b94-c13ee95f2e59"], Cell["Loading the package:", "ExampleText", CellID->1027946190,ExpressionUUID->"1038fbbf-132d-46f0-b7e1-69f27bbfb701"], @@ -982,8 +988,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1131,15 +1135,15 @@ Cell[BoxData[GridBox[{ "a44ee8ca-d8ad-4e88-be26-edd0aa369ff0"] }], "SeeAlso",ExpressionUUID->"2646e5f7-47c4-40b0-adf2-d7048f41535d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bbcf7e9e-bd48-45c2-910a-\ -9dde167d4b38"], + }]], "SeeAlsoSection",ExpressionUUID->"5e9d7ef9-9e16-42a4-892e-\ +b77e0f00b8ba"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1151,9 +1155,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b4b28c92-b0c0-49ea-8e2d-08e33166d9e7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7865bb42-8f77-46eb-b95a-\ -5633be0aa07c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d542d3e9-b074-4013-9e7a-\ +f315038073f3"], Cell[BoxData[GridBox[{ { @@ -1170,7 +1173,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "984d328b-0797-4362-8332-809a0408b502"]}]}, + "9d46b59a-fed3-424a-adc1-336a22ded087"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1178,10 +1181,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4a93a4a9-54a9-4a3b-ab62-2ec0d367a90f"]}]} + "0eb85780-6a24-4b29-ae74-3e18ab957356"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e21b4323-5b2f-48b6-b72f-\ -8ca131b8237a"], + }]], "MoreAboutSection",ExpressionUUID->"24231a6f-d691-4ee4-80f6-\ +80a41d8f86a7"], Cell[BoxData[GridBox[{ { @@ -1208,7 +1211,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9c842df-c407-4d45-bf8f-6d521db8c84d"]], "RelatedLinks", + "ee5ebab3-9c68-4f22-9781-e2152b6ea2bf"]], "RelatedLinks", ExpressionUUID->"30308536-ec92-4e47-97d7-8b5b8bf5f7b1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1225,7 +1228,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3b100979-0443-4c3d-9a86-c52233917306"]], "RelatedLinks", + "77298a7f-514b-4d8b-b308-955b582dc7d8"]], "RelatedLinks", ExpressionUUID->"ea78e358-f02b-42c4-bc45-f35758b8dfb1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1243,7 +1246,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c0a6672e-3852-4783-9042-47e8701284f8"]], "RelatedLinks", + "be186838-1f4b-43d6-a957-a88f85336d52"]], "RelatedLinks", ExpressionUUID->"5009b65f-e1be-43a8-bd88-49843520c13b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1260,11 +1263,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4880550d-4f88-4bee-9b26-49eed00bdbe8"]], "RelatedLinks", + "a25fad45-d6d2-44bf-a84b-4fccb750e701"]], "RelatedLinks", ExpressionUUID->"9dbfb36d-6108-44e7-8b99-60ae63d613fa"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3da0c79d-9f80-4908-a2a4-\ -7f6843f6f78d"], + }]], "RelatedLinksSection",ExpressionUUID->"7d0b5204-e6f3-43fc-aba2-\ +63da7e0a4e6b"], Cell[CellGroupData[{ @@ -1294,11 +1297,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2c6d17e5-e84f-4a71-9ed3-82e5323f2a01"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"34a7a019-448d-4bbd-be10-5465f64c0048"] +Cell[" ", "FooterCell",ExpressionUUID->"a7c403ff-48d6-4383-8c2e-035e538bf8ae"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BalancedCollectionQ", TaggingRules->{ @@ -1309,7 +1312,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 4.927293}", + "built" -> "{2024, 6, 3, 16, 51, 28.618959}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1319,10 +1322,10 @@ collections of coalitions obtained from the excess levels are \ balanced.Implements a criterion of Kohlberg's Theorem. The return value must \ be 'True' for the pre-nucleolus, otherwise 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BalancedCollectionQ", "titlemodifier" -> - "", "windowtitle" -> "BalancedCollectionQ", "type" -> "Symbol", "uri" -> - "TUG/ref/BalancedCollectionQ"}}, + "", "metadescription" -> "", "windowtitle" -> "BalancedCollectionQ", + "type" -> "Symbol", "uri" -> "TUG/ref/BalancedCollectionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1331,9 +1334,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5d354f5a-5d09-44e8-a7b3-1040073eb279" +ExpressionUUID->"5eecdbfc-e468-4745-bc88-9c136e0af723" ] (* End of Notebook Content *) @@ -1341,211 +1344,209 @@ ExpressionUUID->"5d354f5a-5d09-44e8-a7b3-1040073eb279" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19263, 496, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"03c05bea-0630-4e39-bce7-62d33e0f5f16", + Cell[19350, 502, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"03e908d2-db01-4490-a462-ceeddb9cf9c5", CellTags->"PrimaryExamplesSection", - CellID->1980868996]} + CellID->1602740608]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 48975, 1342} + {"PrimaryExamplesSection", 49046, 1345} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7156, 168, 56, "AnchorBarGrid",ExpressionUUID->"f617168b-f1c8-4e41-a4e8-af13e159fc9c", +Cell[591, 21, 7242, 174, 57, "AnchorBarGrid",ExpressionUUID->"db546fea-582f-4e05-ae78-1c3a21ce2f5c", CellID->1], -Cell[7750, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c2d8df7f-5352-4005-a35c-882b6626b4ad"], +Cell[7836, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3d9b9893-b6f0-4cba-b27a-4902af99264f"], Cell[CellGroupData[{ -Cell[7861, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"602834e1-c6ea-495b-90b3-6fa061494d84"], -Cell[9157, 232, 680, 13, 133, "Usage",ExpressionUUID->"873c1278-48a0-494c-8bf8-d4c3ed9a7d25", +Cell[7947, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"634d2c04-1d4b-41e9-a6d5-cf355e36622b"], +Cell[9243, 238, 680, 13, 132, "Usage",ExpressionUUID->"873c1278-48a0-494c-8bf8-d4c3ed9a7d25", CellID->947880195] }, Open ]], Cell[CellGroupData[{ -Cell[9874, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"87689488-7540-44fe-bff8-3711a26fe4c2", +Cell[9960, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"671ea368-2de4-4405-9b1b-21613c661deb", CellGroupingRules->{"SectionGrouping", 50}, - CellID->706054560], -Cell[11771, 299, 782, 20, 57, "]]",ExpressionUUID->"38aa7edb-8a36-4f03-b99f-05066f1624aa", + CellID->1668531984], +Cell[11858, 305, 782, 20, 57, "]]",ExpressionUUID->"38aa7edb-8a36-4f03-b99f-05066f1624aa", CellID->209133038], -Cell[12556, 321, 489, 12, 37, "Notes",ExpressionUUID->"c3284cad-c438-4f19-9e6a-0107bdb80f7f", +Cell[12643, 327, 489, 12, 38, "Notes",ExpressionUUID->"c3284cad-c438-4f19-9e6a-0107bdb80f7f", CellID->177724765], -Cell[13048, 335, 215, 4, 36, "Notes",ExpressionUUID->"9c55a62c-32ce-4a46-85e0-00463bed1b35", +Cell[13135, 341, 215, 4, 36, "Notes",ExpressionUUID->"9c55a62c-32ce-4a46-85e0-00463bed1b35", CellID->442097563], -Cell[13266, 341, 325, 5, 57, "Notes",ExpressionUUID->"ddc6990a-f07e-4845-8e4c-e63bb6991043", +Cell[13353, 347, 325, 5, 57, "Notes",ExpressionUUID->"ddc6990a-f07e-4845-8e4c-e63bb6991043", CellID->1478340377], -Cell[13594, 348, 338, 6, 57, "Notes",ExpressionUUID->"b087bb82-0e03-4a85-9c4f-443f1ef03d09", +Cell[13681, 354, 338, 6, 57, "Notes",ExpressionUUID->"b087bb82-0e03-4a85-9c4f-443f1ef03d09", CellID->460465961], -Cell[13935, 356, 282, 5, 57, "Notes",ExpressionUUID->"99015f39-ead2-4104-9872-a569c3d313b7", +Cell[14022, 362, 282, 5, 57, "Notes",ExpressionUUID->"99015f39-ead2-4104-9872-a569c3d313b7", CellID->1210693388], -Cell[14220, 363, 386, 12, 37, "Notes",ExpressionUUID->"5417666e-d2be-4458-8aff-cc7b5c85e497", +Cell[14307, 369, 386, 12, 38, "Notes",ExpressionUUID->"5417666e-d2be-4458-8aff-cc7b5c85e497", CellID->24981], -Cell[14609, 377, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"0d4c7dde-56b9-486d-ba7c-4056f9014a40", +Cell[14696, 383, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"0d4c7dde-56b9-486d-ba7c-4056f9014a40", CellID->12695], -Cell[15504, 397, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"41b6719a-f144-4a05-8bb6-5aa25979944d", +Cell[15591, 403, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"41b6719a-f144-4a05-8bb6-5aa25979944d", CellID->1546107665], -Cell[16362, 417, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"b8bb12c2-bd7b-43a3-ad8e-2768576ff40e", +Cell[16449, 423, 867, 18, 67, "2ColumnTableMod",ExpressionUUID->"b8bb12c2-bd7b-43a3-ad8e-2768576ff40e", CellID->512784626], -Cell[17232, 437, 272, 4, 70, "Notes",ExpressionUUID->"78cbacf4-d2c0-46b1-979f-788afdd897a4", +Cell[17319, 443, 272, 4, 70, "Notes",ExpressionUUID->"78cbacf4-d2c0-46b1-979f-788afdd897a4", CellID->1086410865], -Cell[17507, 443, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"069d21bb-91a7-4e8a-8dac-ec1cb539082d", +Cell[17594, 449, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"069d21bb-91a7-4e8a-8dac-ec1cb539082d", CellID->1565514921], -Cell[18189, 460, 438, 14, 70, "Notes",ExpressionUUID->"a426d407-01d7-4f66-91a7-24ac118c71a1", +Cell[18276, 466, 438, 14, 70, "Notes",ExpressionUUID->"a426d407-01d7-4f66-91a7-24ac118c71a1", CellID->17586], -Cell[18630, 476, 506, 14, 70, "Notes",ExpressionUUID->"244f3115-4be7-4314-aa1c-5da5d2c5efc2", +Cell[18717, 482, 506, 14, 70, "Notes",ExpressionUUID->"244f3115-4be7-4314-aa1c-5da5d2c5efc2", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19263, 496, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"03c05bea-0630-4e39-bce7-62d33e0f5f16", +Cell[19350, 502, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"03e908d2-db01-4490-a462-ceeddb9cf9c5", CellTags->"PrimaryExamplesSection", - CellID->1980868996], + CellID->1602740608], Cell[CellGroupData[{ -Cell[20709, 537, 1399, 36, 70, "ExampleSection",ExpressionUUID->"064eac37-eb3f-4308-85ab-24e5c179e0c1", - CellID->1714040957], -Cell[22111, 575, 119, 1, 70, "ExampleText",ExpressionUUID->"1038fbbf-132d-46f0-b7e1-69f27bbfb701", +Cell[20796, 543, 1398, 36, 70, "ExampleSection",ExpressionUUID->"0ec7baae-992e-4ac1-9b94-c13ee95f2e59", + CellID->427119194], +Cell[22197, 581, 119, 1, 70, "ExampleText",ExpressionUUID->"1038fbbf-132d-46f0-b7e1-69f27bbfb701", CellID->1027946190], Cell[CellGroupData[{ -Cell[22255, 580, 167, 3, 70, "Input",ExpressionUUID->"d624a178-df7d-477b-b991-6e5a75151820", +Cell[22341, 586, 167, 3, 70, "Input",ExpressionUUID->"d624a178-df7d-477b-b991-6e5a75151820", CellID->375221954], Cell[CellGroupData[{ -Cell[22447, 587, 235, 4, 70, "Print",ExpressionUUID->"7fd1f320-40fb-44f2-acdf-4f8e5b945aa3", +Cell[22533, 593, 235, 4, 70, "Print",ExpressionUUID->"7fd1f320-40fb-44f2-acdf-4f8e5b945aa3", CellID->430478540], -Cell[22685, 593, 364, 8, 70, "Print",ExpressionUUID->"17d8e2fd-8869-4752-aae2-2982bb99bd75", +Cell[22771, 599, 364, 8, 70, "Print",ExpressionUUID->"17d8e2fd-8869-4752-aae2-2982bb99bd75", CellID->209255246], -Cell[23052, 603, 235, 4, 70, "Print",ExpressionUUID->"8dd45e99-a085-4a8b-a88f-107945fff85f", +Cell[23138, 609, 235, 4, 70, "Print",ExpressionUUID->"8dd45e99-a085-4a8b-a88f-107945fff85f", CellID->210766342], -Cell[23290, 609, 220, 3, 70, "Print",ExpressionUUID->"19a4dce9-4beb-4c9d-ab6c-bae578ac7931", +Cell[23376, 615, 220, 3, 70, "Print",ExpressionUUID->"19a4dce9-4beb-4c9d-ab6c-bae578ac7931", CellID->1071728627], -Cell[23513, 614, 206, 3, 70, "Print",ExpressionUUID->"b82e09f3-82a4-40a3-af8d-e6f2e5b9b44e", +Cell[23599, 620, 206, 3, 70, "Print",ExpressionUUID->"b82e09f3-82a4-40a3-af8d-e6f2e5b9b44e", CellID->712451484], -Cell[23722, 619, 236, 4, 70, "Print",ExpressionUUID->"464d6133-8d90-4d78-bb73-292c31c48a39", +Cell[23808, 625, 236, 4, 70, "Print",ExpressionUUID->"464d6133-8d90-4d78-bb73-292c31c48a39", CellID->325327745], -Cell[23961, 625, 220, 3, 70, "Print",ExpressionUUID->"87919ad5-a93a-42f1-93fa-03a240f38e6a", +Cell[24047, 631, 220, 3, 70, "Print",ExpressionUUID->"87919ad5-a93a-42f1-93fa-03a240f38e6a", CellID->1793417679], -Cell[24184, 630, 236, 4, 70, "Print",ExpressionUUID->"8b984504-9806-4f08-bc2f-28239e5a675d", +Cell[24270, 636, 236, 4, 70, "Print",ExpressionUUID->"8b984504-9806-4f08-bc2f-28239e5a675d", CellID->1443641505], -Cell[24423, 636, 235, 4, 70, "Print",ExpressionUUID->"d0db1906-c463-463e-91f9-b9f46a905d88", +Cell[24509, 642, 235, 4, 70, "Print",ExpressionUUID->"d0db1906-c463-463e-91f9-b9f46a905d88", CellID->542628847], -Cell[24661, 642, 207, 3, 70, "Print",ExpressionUUID->"a608139a-e8de-4a20-8c5e-0a60f22a7bf8", +Cell[24747, 648, 207, 3, 70, "Print",ExpressionUUID->"a608139a-e8de-4a20-8c5e-0a60f22a7bf8", CellID->1476111430], -Cell[24871, 647, 235, 4, 70, "Print",ExpressionUUID->"a6959b34-5048-436e-bb9d-cacec90e846b", +Cell[24957, 653, 235, 4, 70, "Print",ExpressionUUID->"a6959b34-5048-436e-bb9d-cacec90e846b", CellID->928159720] }, Open ]] }, Open ]], -Cell[25133, 655, 136, 1, 70, "ExampleText",ExpressionUUID->"c54401ba-97cf-44d7-89d2-b7fab811e091", +Cell[25219, 661, 136, 1, 70, "ExampleText",ExpressionUUID->"c54401ba-97cf-44d7-89d2-b7fab811e091", CellID->368110095], -Cell[25272, 658, 235, 6, 70, "Input",ExpressionUUID->"ec10f159-dc49-4085-88c1-e5eff095c514", +Cell[25358, 664, 235, 6, 70, "Input",ExpressionUUID->"ec10f159-dc49-4085-88c1-e5eff095c514", CellID->1339745382], -Cell[25510, 666, 381, 9, 70, "Input",ExpressionUUID->"8050abdf-626c-42db-94a9-04228a5877ef", +Cell[25596, 672, 381, 9, 70, "Input",ExpressionUUID->"8050abdf-626c-42db-94a9-04228a5877ef", CellID->1273036131], -Cell[25894, 677, 237, 6, 70, "Input",ExpressionUUID->"a1607986-9a57-4436-95d5-d1175356d27c", +Cell[25980, 683, 237, 6, 70, "Input",ExpressionUUID->"a1607986-9a57-4436-95d5-d1175356d27c", CellID->538838838], -Cell[26134, 685, 191, 4, 70, "ExampleText",ExpressionUUID->"24820963-1f80-479a-87cf-76c37a07d6e6", +Cell[26220, 691, 191, 4, 70, "ExampleText",ExpressionUUID->"24820963-1f80-479a-87cf-76c37a07d6e6", CellID->1854472555], Cell[CellGroupData[{ -Cell[26350, 693, 176, 3, 70, "Input",ExpressionUUID->"8bcd2d75-5ba9-4cd1-96b4-14d17a36170f", +Cell[26436, 699, 176, 3, 70, "Input",ExpressionUUID->"8bcd2d75-5ba9-4cd1-96b4-14d17a36170f", CellID->274249609], -Cell[26529, 698, 224, 5, 36, "Output",ExpressionUUID->"fb3540e8-ed60-4dcd-bcc5-987df1716db6", +Cell[26615, 704, 224, 5, 36, "Output",ExpressionUUID->"fb3540e8-ed60-4dcd-bcc5-987df1716db6", CellID->912322726] }, Open ]], -Cell[26768, 706, 291, 5, 70, "ExampleText",ExpressionUUID->"6ac2842d-562c-46f3-896c-ac890cff0e3b", +Cell[26854, 712, 291, 5, 70, "ExampleText",ExpressionUUID->"6ac2842d-562c-46f3-896c-ac890cff0e3b", CellID->493850064], Cell[CellGroupData[{ -Cell[27084, 715, 201, 4, 70, "Input",ExpressionUUID->"6b9aa59a-cf41-4235-affa-4a8e9eadb0eb", +Cell[27170, 721, 201, 4, 70, "Input",ExpressionUUID->"6b9aa59a-cf41-4235-affa-4a8e9eadb0eb", CellID->1297954792], Cell[CellGroupData[{ -Cell[27310, 723, 341, 7, 70, "Print",ExpressionUUID->"aaa0034c-4374-495d-92cb-a49c0a7432e0", +Cell[27396, 729, 341, 7, 70, "Print",ExpressionUUID->"aaa0034c-4374-495d-92cb-a49c0a7432e0", CellID->1862849518], -Cell[27654, 732, 902, 23, 70, "Print",ExpressionUUID->"a8d8c0ef-9154-4bae-bc31-04f43dc972c3", +Cell[27740, 738, 902, 23, 70, "Print",ExpressionUUID->"a8d8c0ef-9154-4bae-bc31-04f43dc972c3", CellID->1903956115] }, Open ]], -Cell[28571, 758, 1117, 32, 81, "Output",ExpressionUUID->"3feb5de5-971b-4a2a-81a0-ff02af19cc01", +Cell[28657, 764, 1117, 32, 81, "Output",ExpressionUUID->"3feb5de5-971b-4a2a-81a0-ff02af19cc01", CellID->794547471] }, Open ]], -Cell[29703, 793, 366, 6, 70, "ExampleText",ExpressionUUID->"45791317-3ad4-4d9f-82bc-92911a47e554", +Cell[29789, 799, 366, 6, 70, "ExampleText",ExpressionUUID->"45791317-3ad4-4d9f-82bc-92911a47e554", CellID->2019905559], Cell[CellGroupData[{ -Cell[30094, 803, 256, 6, 70, "Input",ExpressionUUID->"de5e7ee4-85da-4846-8fa2-e4d3011d51c8", +Cell[30180, 809, 256, 6, 70, "Input",ExpressionUUID->"de5e7ee4-85da-4846-8fa2-e4d3011d51c8", CellID->421633131], -Cell[30353, 811, 285, 7, 36, "Output",ExpressionUUID->"1c9325d6-dfcb-4de0-8b47-ced59631fbe4", +Cell[30439, 817, 285, 7, 36, "Output",ExpressionUUID->"1c9325d6-dfcb-4de0-8b47-ced59631fbe4", CellID->831991386] }, Open ]], -Cell[30653, 821, 257, 4, 70, "ExampleText",ExpressionUUID->"9d4aa5a5-711c-430f-ae31-de9fac7eb651", +Cell[30739, 827, 257, 4, 70, "ExampleText",ExpressionUUID->"9d4aa5a5-711c-430f-ae31-de9fac7eb651", CellID->1183534593], Cell[CellGroupData[{ -Cell[30935, 829, 257, 6, 70, "Input",ExpressionUUID->"f01e5b6d-fded-4c66-9f14-6d8dde8de4da", +Cell[31021, 835, 257, 6, 70, "Input",ExpressionUUID->"f01e5b6d-fded-4c66-9f14-6d8dde8de4da", CellID->1130663627], -Cell[31195, 837, 131, 2, 36, "Output",ExpressionUUID->"541c28f9-8780-432b-9bbd-36890d5d467c", +Cell[31281, 843, 131, 2, 36, "Output",ExpressionUUID->"541c28f9-8780-432b-9bbd-36890d5d467c", CellID->1684793269] }, Open ]], -Cell[31341, 842, 211, 4, 70, "ExampleText",ExpressionUUID->"8e3a5fb5-d1ed-460b-a061-bb14c2395c03", +Cell[31427, 848, 211, 4, 70, "ExampleText",ExpressionUUID->"8e3a5fb5-d1ed-460b-a061-bb14c2395c03", CellID->1173976025], Cell[CellGroupData[{ -Cell[31577, 850, 193, 4, 70, "Input",ExpressionUUID->"af504c8a-37d0-49ed-9b4a-75d740f30016", +Cell[31663, 856, 193, 4, 70, "Input",ExpressionUUID->"af504c8a-37d0-49ed-9b4a-75d740f30016", CellID->701887657], -Cell[31773, 856, 314, 9, 51, "Output",ExpressionUUID->"a317acc9-ca97-4cbf-bcfa-f402e915a66d", +Cell[31859, 862, 314, 9, 50, "Output",ExpressionUUID->"a317acc9-ca97-4cbf-bcfa-f402e915a66d", CellID->1103959983] }, Open ]], -Cell[32102, 868, 169, 3, 70, "ExampleText",ExpressionUUID->"837423cb-b215-4d03-8f2b-db0eb1e2ebc0", +Cell[32188, 874, 169, 3, 70, "ExampleText",ExpressionUUID->"837423cb-b215-4d03-8f2b-db0eb1e2ebc0", CellID->1713318507], Cell[CellGroupData[{ -Cell[32296, 875, 200, 4, 70, "Input",ExpressionUUID->"f0024fa9-d1bb-4237-a26b-602da404c98c", +Cell[32382, 881, 200, 4, 70, "Input",ExpressionUUID->"f0024fa9-d1bb-4237-a26b-602da404c98c", CellID->10983640], -Cell[32499, 881, 159, 3, 36, "Output",ExpressionUUID->"101f5517-d122-431c-8314-bb34d66e1ae0", +Cell[32585, 887, 159, 3, 36, "Output",ExpressionUUID->"101f5517-d122-431c-8314-bb34d66e1ae0", CellID->441848279] }, Open ]], -Cell[32673, 887, 255, 4, 70, "ExampleText",ExpressionUUID->"8a7aa48f-f778-4ac6-b906-831eaedfcb37", +Cell[32759, 893, 255, 4, 70, "ExampleText",ExpressionUUID->"8a7aa48f-f778-4ac6-b906-831eaedfcb37", CellID->1751389757], Cell[CellGroupData[{ -Cell[32953, 895, 270, 6, 70, "Input",ExpressionUUID->"45af4493-347b-461f-952c-3f3742f8859c", +Cell[33039, 901, 270, 6, 70, "Input",ExpressionUUID->"45af4493-347b-461f-952c-3f3742f8859c", CellID->856733951], -Cell[33226, 903, 160, 3, 36, "Output",ExpressionUUID->"555c09f9-0c85-4aeb-b309-6ddf0d89e9cc", +Cell[33312, 909, 160, 3, 36, "Output",ExpressionUUID->"555c09f9-0c85-4aeb-b309-6ddf0d89e9cc", CellID->1257900709] }, Open ]], Cell[CellGroupData[{ -Cell[33423, 911, 273, 6, 70, "Input",ExpressionUUID->"58785562-44f7-4a7d-ab85-4d39f98d87e9", +Cell[33509, 917, 273, 6, 70, "Input",ExpressionUUID->"58785562-44f7-4a7d-ab85-4d39f98d87e9", CellID->270490541], -Cell[33699, 919, 160, 3, 36, "Output",ExpressionUUID->"087fd286-e501-48a6-8e1c-070b9d758469", +Cell[33785, 925, 160, 3, 36, "Output",ExpressionUUID->"087fd286-e501-48a6-8e1c-070b9d758469", CellID->2057898156] }, Open ]], Cell[CellGroupData[{ -Cell[33896, 927, 272, 6, 70, "Input",ExpressionUUID->"1c6ff863-08db-4142-81b7-1c50018a3258", +Cell[33982, 933, 272, 6, 70, "Input",ExpressionUUID->"1c6ff863-08db-4142-81b7-1c50018a3258", CellID->953993706], -Cell[34171, 935, 159, 3, 36, "Output",ExpressionUUID->"5e4a0f97-65b8-4fee-9a47-0d79dc51a5b9", +Cell[34257, 941, 159, 3, 36, "Output",ExpressionUUID->"5e4a0f97-65b8-4fee-9a47-0d79dc51a5b9", CellID->727922730] }, Open ]], Cell[CellGroupData[{ -Cell[34367, 943, 426, 11, 70, "Input",ExpressionUUID->"024bcacd-8f63-4188-a2ae-223aa5de63d2", +Cell[34453, 949, 426, 11, 70, "Input",ExpressionUUID->"024bcacd-8f63-4188-a2ae-223aa5de63d2", CellID->538235684], -Cell[34796, 956, 159, 3, 36, "Output",ExpressionUUID->"a148e560-ff34-47d6-a144-3e1d671a3c06", +Cell[34882, 962, 159, 3, 36, "Output",ExpressionUUID->"a148e560-ff34-47d6-a144-3e1d671a3c06", CellID->500770044] }, Open ]], Cell[CellGroupData[{ -Cell[34992, 964, 276, 6, 70, "Input",ExpressionUUID->"0442c71f-15c4-4ba9-a309-6246a9597f29", +Cell[35078, 970, 276, 6, 70, "Input",ExpressionUUID->"0442c71f-15c4-4ba9-a309-6246a9597f29", CellID->582481842], -Cell[35271, 972, 158, 3, 36, "Output",ExpressionUUID->"75cc0915-4f1a-42b0-a958-1e25649fd5d2", +Cell[35357, 978, 158, 3, 36, "Output",ExpressionUUID->"75cc0915-4f1a-42b0-a958-1e25649fd5d2", CellID->57866617] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[35757, 990, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"5e9d7ef9-9e16-42a4-892e-b77e0f00b8ba"], +Cell[41275, 1140, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d542d3e9-b074-4013-9e7a-f315038073f3"], +Cell[41948, 1160, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"24231a6f-d691-4ee4-80f6-80a41d8f86a7"], +Cell[42984, 1188, 2898, 81, 70, "RelatedLinksSection",ExpressionUUID->"7d0b5204-e6f3-43fc-aba2-63da7e0a4e6b"], Cell[CellGroupData[{ -Cell[35693, 986, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"bbcf7e9e-bd48-45c2-910a-9dde167d4b38"], -Cell[41211, 1136, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7865bb42-8f77-46eb-b95a-5633be0aa07c"] -}, Open ]], -Cell[41896, 1157, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e21b4323-5b2f-48b6-b72f-8ca131b8237a"], -Cell[42932, 1185, 2898, 81, 70, "RelatedLinksSection",ExpressionUUID->"3da0c79d-9f80-4908-a2a4-7f6843f6f78d"], -Cell[CellGroupData[{ -Cell[45855, 1270, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbca095d-9808-48d3-9059-bccf3ef408fd", +Cell[45907, 1273, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbca095d-9808-48d3-9059-bccf3ef408fd", CellID->778415021], -Cell[45995, 1273, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61bee685-00f8-4766-8157-3660bb82c5bc", +Cell[46047, 1276, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61bee685-00f8-4766-8157-3660bb82c5bc", CellID->1194386356], -Cell[46217, 1279, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e770c51e-0616-49a1-8821-3cf67a9e4947", +Cell[46269, 1282, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e770c51e-0616-49a1-8821-3cf67a9e4947", CellID->1641706272], -Cell[46432, 1284, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ffa8495c-ae21-4528-b579-dcd5f328b273", +Cell[46484, 1287, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ffa8495c-ae21-4528-b579-dcd5f328b273", CellID->399251956], -Cell[46661, 1290, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c6d17e5-e84f-4a71-9ed3-82e5323f2a01", +Cell[46713, 1293, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c6d17e5-e84f-4a71-9ed3-82e5323f2a01", CellID->821434655] }, Open ]], -Cell[46898, 1296, 78, 0, 70, "FooterCell",ExpressionUUID->"34a7a019-448d-4bbd-be10-5465f64c0048"] +Cell[46950, 1299, 78, 0, 70, "FooterCell",ExpressionUUID->"a7c403ff-48d6-4383-8c2e-035e538bf8ae"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BalancedInequalityQ.nb b/Documentation/English/ReferencePages/Symbols/BalancedInequalityQ.nb index 6c2f86b..43dd5f5 100644 --- a/Documentation/English/ReferencePages/Symbols/BalancedInequalityQ.nb +++ b/Documentation/English/ReferencePages/Symbols/BalancedInequalityQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 53544, 1428] -NotebookOptionsPosition[ 43369, 1225] -NotebookOutlinePosition[ 45560, 1280] -CellTagsIndexPosition[ 45474, 1275] +NotebookDataLength[ 53573, 1429] +NotebookOptionsPosition[ 43417, 1228] +NotebookOutlinePosition[ 45626, 1283] +CellTagsIndexPosition[ 45540, 1278] WindowTitle->BalancedInequalityQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2077c7b7-7af8-41c2-8e27-dceaeb7a9c9f"], + "34af91e0-e564-42cd-af23-00544c67a918"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7f0c220a-4543-44da-b96a-1c4fdf47bddd"], + "1a8e00ab-9f21-4bb5-8924-adb850d09305"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b1fe4b4-7def-418c-a169-c6dd98fec9ea"] - }],ExpressionUUID->"d4f3b615-6dbc-4cfe-b2a1-d3b0898da500"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "7bfeddf6-140a-4fdf-aef2-dc98030e7dee"] + }],ExpressionUUID->"b8d71375-77ad-404e-970e-ca1d30626905"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b5f6c534-6985-451d-8dc1-c726414785a6"], + "11c2a9e7-5901-4f0e-9ee5-e2e983844758"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2ce83df7-1859-40f4-b2b8-b0e179afaa95"] - }],ExpressionUUID->"353856c6-4a5e-417c-8a83-98d87323021c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a8346f33-306b-4258-8d76-36324c4ed253"] + }],ExpressionUUID->"915432ef-7f70-4041-953c-ac6575fb497e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb650468-ea1a-4cd9-aaad-37129d9529c9"], + "bc257053-fd8d-485e-845c-069f8d697242"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4db16023-9a63-40ab-9a65-8d3aeb070f9b"] - }],ExpressionUUID->"715dfc16-0340-4d26-822e-8d86af2ab0f6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "eda3cb68-33db-4061-8a0b-c565ac08d6fe"] + }],ExpressionUUID->"2f9d5de1-2fd9-4fe0-b6e6-57e57124dae8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bd877436-393c-4b1d-9dc5-bd5a6a6ce72f"], + "7e10592d-59a9-4b1d-af52-7e8d4cf5d3c4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be3f88ef-5de4-46f4-820b-6e29aac572b7"] - }],ExpressionUUID->"486981ac-ba45-43c2-93fd-4d055a053e20"], - StripOnInput->False], {"\<\"TUG/ref/BalancedInequalityQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BalancedInequalityQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "b7945e97-9f05-4f12-a3a1-18fda905ea46"] + }],ExpressionUUID->"89f3403d-82e2-4200-a2c5-cc948783fb00"], + StripOnInput->False],{ + "\"TUG/ref/BalancedInequalityQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BalancedInequalityQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BalancedInequalityQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$36690], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BalancedInequalityQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$37834], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BalancedInequalityQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7986115d-5927-4412-9923-217026fdaf25"] + "21e55992-fd54-4948-bb92-fceb09c92c1c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d6634506-3675-44d0-81c9-319856468687"]} + "55ae7b75-2fcf-4251-b82d-702a1ee2a454"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f0a2914c-a077-4add-88de-c760765f9d94"], + CellID->1,ExpressionUUID->"cff5b8a2-708f-435d-86ec-3842e80d9f97"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d5314290-1df8-4148-bb36-04a4b361e48d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"40a7819c-bc42-4e62-ac98-b4e9e884db41"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BalancedInequalityQ", "ObjectName",ExpressionUUID-> - "12247c02-7574-4931-baba-c03a2945c075"], + "881dda55-50fe-4cb2-bc35-1239ab23a532"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b1ed2d8b-f1f3-45d0-a924-436f998dd42f"], + "Spacer1"]],ExpressionUUID->"a98c93e6-6154-4278-9b9e-70aeadb622d2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2b1dd8b3-2354-47de-b584-2ad20c265998"] - }],ExpressionUUID->"c0713aa2-60bf-40f0-a841-82228bc9da99"], Cell[BoxData[ + "e6de0308-4330-4575-a044-59dbdcfda69c"] + }],ExpressionUUID->"af200915-5842-40d6-9fcf-f98c8cc84ac9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e24dd9f0-d131-40bc-8722-0dd3f3b06667"]} + "ec3a87f0-5219-4d2b-a8e8-91b0a1ebd148"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b4112034-351c-454d-9cee-82ef64a257f4"], + CacheGraphics->False,ExpressionUUID->"80507b58-f1a1-4e4c-b426-5dec71c5c2bf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +246,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]determines whether the balanced collection of \ coalitions satisfies a balanced inequality property of the game. It returns \ True or False." - }],ExpressionUUID->"5944aab0-e73f-4f2c-8f47-f0f93042a70f"]} + }],ExpressionUUID->"b51d2611-4356-4aac-a114-be2f91761546"]} }]], "Usage", CellID->1776012840,ExpressionUUID->"f785f0e6-358f-4d4b-a54b-9df397bcdb85"] }, Open ]], @@ -273,12 +279,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fdee7f44-48fc-4129-b3c1-c27ab09280e5"], + ExpressionUUID->"a6e0b451-1601-4d32-a682-7b3f3a1a7aed"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"82df327a-8520-4dff-b4fc-f5a4d6d46d76"], + "Spacer1"]],ExpressionUUID->"6f3d238a-8146-42e9-b746-05f2d5bea0d8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"367e9ccc-95ef-49a6-ba22-bcdca7e09bc4"], + }], "NotesFrameText",ExpressionUUID->"00ae0e6f-7adf-4b31-92fe-1c8e0ccf844f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +295,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0a08585b-496a-4d2a-b059-148fbad741de"]], \ + "Preemptive"]],ExpressionUUID->"5f0baa3e-e80a-431d-97d4-5aec031a56ad"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1717009719,ExpressionUUID->"adb0596c-3958-4b1c-a605-29c3794574f5"], + CellID->15343848,ExpressionUUID->"5d9b7ae2-ba9e-4ae5-9f64-24f654585956"], Cell[TextData[{ "The input expression ", @@ -365,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"85759134-16c8-4cc3-8a68-a7a6c19c7498"], + ExpressionUUID->"e4f6f077-80f3-43c0-a770-e4f15a8f868f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5509bfd2-9693-4b95-b7ab-6d1118e7f780"], + "Spacer1"]],ExpressionUUID->"4862e099-3d3f-42f1-8b1d-e115b03ff422"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3d1fbf77-62d9-4274-ac3e-b6db642afe66"] + "67457b68-3ee2-477a-9e87-aea637c2ffb5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1188123341,ExpressionUUID->"3ddde913-793a-49d4-b8b1-3e6cfd829f7d"], + CellID->532391372,ExpressionUUID->"8ee451bb-ba2b-45a8-861b-b68f942848e9"], Cell[CellGroupData[{ @@ -406,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"87abf500-bffb-4e17-8931-87fee3503bfb"], + ExpressionUUID->"2ab210c0-25b5-4a5d-af33-b38b3c9dc22c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b847b22f-385d-4363-803c-295202f11334"], + "Spacer1"]],ExpressionUUID->"a38f5da6-cb59-44e8-bca8-c72a4faf48ae"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c4aaea97-5e04-45cf-839c-edadfb55ad04"] + "d48c4ff1-c5f3-4d37-9b98-ec06787017cc"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1062346263,ExpressionUUID->"cea35842-f3e5-4825-ac5f-274c773134b2"], + CellID->239062804,ExpressionUUID->"acaed850-bbd4-4857-9b68-f448bbd6c0b6"], Cell["Loading the package:", "ExampleText", CellID->1879857161,ExpressionUUID->"910bc440-6cbd-4307-908f-9288cd70e7a3"], @@ -892,8 +898,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1041,15 +1045,15 @@ Cell[BoxData[GridBox[{ "0e77e578-b6a5-432e-87ca-e1fd197ba5f0"] }], "SeeAlso",ExpressionUUID->"7644492a-312a-45ab-9a38-91bbdf2e3984"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"315eb2e5-9d9a-4bd8-891f-\ -01d7982edc28"], + }]], "SeeAlsoSection",ExpressionUUID->"82265759-a595-469b-a0e7-\ +9f9c51d837b5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1061,9 +1065,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e3313cc7-491e-43e8-b9d8-1f579c6e6628"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9bd458a4-fedc-4349-8ac4-\ -98a452e71900"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"63accd83-f581-4b15-8f1a-\ +fff596c61a41"], Cell[BoxData[GridBox[{ { @@ -1080,7 +1083,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bc2125c9-e0f2-4bdc-94e1-e4b169fa53cb"]}]}, + "df010ed3-e525-4d9a-aee2-2608bc2d11f2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1088,10 +1091,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5b0c2fec-808b-4068-866a-58c60206cfdf"]}]} + "fb4bbb66-e308-4050-8810-0270753f6d2c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"86b1e5ff-9575-4832-a4f3-\ -2c5f459b7f4a"], + }]], "MoreAboutSection",ExpressionUUID->"9eff81f3-9358-4c2f-b8f5-\ +a04eda1764e8"], Cell[BoxData[GridBox[{ { @@ -1118,7 +1121,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c6c1d2c9-5638-4009-955b-344817ac3755"]], "RelatedLinks", + "77f0db08-4740-4761-a4c8-a5ec56ffb6aa"]], "RelatedLinks", ExpressionUUID->"8cf17430-94b8-452b-8f51-0d636e229e76"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1135,7 +1138,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cebe005c-99b8-4726-b270-4707ac3a13c5"]], "RelatedLinks", + "2f212695-7716-4cae-ab8b-02a84fd3d8ff"]], "RelatedLinks", ExpressionUUID->"7801dcb1-df68-44d5-9fd8-2fd76af863db"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1152,7 +1155,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "547fb23b-748e-44ca-985d-3893ab7091f0"]], "RelatedLinks", + "3a0eec1e-d4b5-4746-9605-883b35547f64"]], "RelatedLinks", ExpressionUUID->"ee4183ed-4b84-48f8-bd69-d1455bfa2cf1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1170,7 +1173,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b4a5dc5-2cc2-4769-9d88-3dfd4c3cffba"]], "RelatedLinks", + "9460aa49-e12f-4e15-a577-3db8d9e07717"]], "RelatedLinks", ExpressionUUID->"2b2c6699-e73e-4783-b908-9ecdaf222a90"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1187,11 +1190,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9a350a52-83b2-4b9a-b730-ad0add5e4ebe"]], "RelatedLinks", + "073e987e-2e04-489d-bb6f-642b7d2afabd"]], "RelatedLinks", ExpressionUUID->"d8ceca04-ec8b-46e9-8ac4-6af744d6718e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f11c7ceb-f891-4c6c-9954-\ -62d03c4d5087"], + }]], "RelatedLinksSection",ExpressionUUID->"109b8b0b-796e-4f1d-9b45-\ +2bd36c4b6a73"], Cell[CellGroupData[{ @@ -1221,11 +1224,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d70c396e-2b44-487c-b723-8fb3f37b58fd"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"cf3faacb-b790-4a65-9970-8b3326813eae"] +Cell[" ", "FooterCell",ExpressionUUID->"85ed6264-5440-4bbb-89dc-62782a4ed465"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BalancedInequalityQ", TaggingRules->{ @@ -1236,7 +1239,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 6.641773}", + "built" -> "{2024, 6, 3, 16, 51, 29.617891}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1244,11 +1247,11 @@ TaggingRules->{ "BalancedInequalityQ[collc, T] determines whether the balanced collection \ of coalitions satisfies a balanced inequality property of the game. It \ returns True or False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "BalancedInequalityQ", "titlemodifier" -> "", "windowtitle" -> - "BalancedInequalityQ", "type" -> "Symbol", "uri" -> + "BalancedInequalityQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "BalancedInequalityQ", "type" -> "Symbol", "uri" -> "TUG/ref/BalancedInequalityQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1257,9 +1260,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9182a7c4-6750-4a05-b40b-1c7745961157" +ExpressionUUID->"931de9ea-0afb-4d15-9931-a715ad8f2b74" ] (* End of Notebook Content *) @@ -1267,169 +1270,167 @@ ExpressionUUID->"9182a7c4-6750-4a05-b40b-1c7745961157" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13307, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ddde913-793a-49d4-b8b1-3e6cfd829f7d", + Cell[13391, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8ee451bb-ba2b-45a8-861b-b68f942848e9", CellTags->"PrimaryExamplesSection", - CellID->1188123341]} + CellID->532391372]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 45273, 1268} + {"PrimaryExamplesSection", 45340, 1271} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7156, 168, 56, "AnchorBarGrid",ExpressionUUID->"f0a2914c-a077-4add-88de-c760765f9d94", +Cell[591, 21, 7242, 174, 57, "AnchorBarGrid",ExpressionUUID->"cff5b8a2-708f-435d-86ec-3842e80d9f97", CellID->1], -Cell[7750, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d5314290-1df8-4148-bb36-04a4b361e48d"], +Cell[7836, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"40a7819c-bc42-4e62-ac98-b4e9e884db41"], Cell[CellGroupData[{ -Cell[7861, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"b4112034-351c-454d-9cee-82ef64a257f4"], -Cell[9157, 232, 590, 12, 111, "Usage",ExpressionUUID->"f785f0e6-358f-4d4b-a54b-9df397bcdb85", +Cell[7947, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"80507b58-f1a1-4e4c-b426-5dec71c5c2bf"], +Cell[9243, 238, 590, 12, 111, "Usage",ExpressionUUID->"f785f0e6-358f-4d4b-a54b-9df397bcdb85", CellID->1776012840] }, Open ]], Cell[CellGroupData[{ -Cell[9784, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"adb0596c-3958-4b1c-a605-29c3794574f5", +Cell[9870, 255, 1893, 47, 37, "NotesSection",ExpressionUUID->"5d9b7ae2-ba9e-4ae5-9f64-24f654585956", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1717009719], -Cell[11682, 298, 461, 11, 36, "]]",ExpressionUUID->"a705ca7a-9942-4dd8-9760-1e883b97f33c", + CellID->15343848], +Cell[11766, 304, 461, 11, 36, "]]",ExpressionUUID->"a705ca7a-9942-4dd8-9760-1e883b97f33c", CellID->313448337], -Cell[12146, 311, 489, 12, 37, "Notes",ExpressionUUID->"105c6050-2a16-49df-9e11-5bfcc1f4aab6", +Cell[12230, 317, 489, 12, 38, "Notes",ExpressionUUID->"105c6050-2a16-49df-9e11-5bfcc1f4aab6", CellID->177724765], -Cell[12638, 325, 223, 4, 36, "Notes",ExpressionUUID->"64fbd261-36db-4dcd-b734-738bdf8e33d2", +Cell[12722, 331, 223, 4, 36, "Notes",ExpressionUUID->"64fbd261-36db-4dcd-b734-738bdf8e33d2", CellID->638911434], -Cell[12864, 331, 316, 5, 57, "Notes",ExpressionUUID->"1a400998-d524-46e1-a8ea-48921810c162", +Cell[12948, 337, 316, 5, 57, "Notes",ExpressionUUID->"1a400998-d524-46e1-a8ea-48921810c162", CellID->1118994964] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13307, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ddde913-793a-49d4-b8b1-3e6cfd829f7d", +Cell[13391, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8ee451bb-ba2b-45a8-861b-b68f942848e9", CellTags->"PrimaryExamplesSection", - CellID->1188123341], + CellID->532391372], Cell[CellGroupData[{ -Cell[14753, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cea35842-f3e5-4825-ac5f-274c773134b2", - CellID->1062346263], -Cell[16155, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"910bc440-6cbd-4307-908f-9288cd70e7a3", +Cell[14836, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"acaed850-bbd4-4857-9b68-f448bbd6c0b6", + CellID->239062804], +Cell[16237, 427, 119, 1, 39, "ExampleText",ExpressionUUID->"910bc440-6cbd-4307-908f-9288cd70e7a3", CellID->1879857161], Cell[CellGroupData[{ -Cell[16299, 426, 167, 3, 27, "Input",ExpressionUUID->"d70af4a5-9f72-4a51-b41f-81a646339bac", +Cell[16381, 432, 167, 3, 27, "Input",ExpressionUUID->"d70af4a5-9f72-4a51-b41f-81a646339bac", CellID->862484486], Cell[CellGroupData[{ -Cell[16491, 433, 237, 4, 23, "Print",ExpressionUUID->"9d6614ba-17a5-4721-9757-7649f98b76e1", +Cell[16573, 439, 237, 4, 23, "Print",ExpressionUUID->"9d6614ba-17a5-4721-9757-7649f98b76e1", CellID->1686307561], -Cell[16731, 439, 366, 8, 23, "Print",ExpressionUUID->"663436c8-ea78-4602-9507-111bb3c91c42", +Cell[16813, 445, 366, 8, 23, "Print",ExpressionUUID->"663436c8-ea78-4602-9507-111bb3c91c42", CellID->1759142190], -Cell[17100, 449, 236, 4, 23, "Print",ExpressionUUID->"66ba3a33-e723-466b-8088-4dfb96adb2b8", +Cell[17182, 455, 236, 4, 23, "Print",ExpressionUUID->"66ba3a33-e723-466b-8088-4dfb96adb2b8", CellID->133959350], -Cell[17339, 455, 221, 3, 23, "Print",ExpressionUUID->"e66a075a-233b-4c1f-9f1d-01c237b15e52", +Cell[17421, 461, 221, 3, 23, "Print",ExpressionUUID->"e66a075a-233b-4c1f-9f1d-01c237b15e52", CellID->1145514300], -Cell[17563, 460, 208, 3, 23, "Print",ExpressionUUID->"85c7a937-132c-49ca-b389-9a5319482dd3", +Cell[17645, 466, 208, 3, 23, "Print",ExpressionUUID->"85c7a937-132c-49ca-b389-9a5319482dd3", CellID->1367824824], -Cell[17774, 465, 237, 4, 23, "Print",ExpressionUUID->"3f92115f-88c1-4729-be6e-9b9c46486738", +Cell[17856, 471, 237, 4, 23, "Print",ExpressionUUID->"3f92115f-88c1-4729-be6e-9b9c46486738", CellID->339944144], -Cell[18014, 471, 220, 3, 23, "Print",ExpressionUUID->"f100b8bf-2cac-44a2-a77e-b40c110bcf0d", +Cell[18096, 477, 220, 3, 23, "Print",ExpressionUUID->"f100b8bf-2cac-44a2-a77e-b40c110bcf0d", CellID->614132016], -Cell[18237, 476, 236, 4, 23, "Print",ExpressionUUID->"1197628b-a378-43a8-a989-388e455ccd72", +Cell[18319, 482, 236, 4, 23, "Print",ExpressionUUID->"1197628b-a378-43a8-a989-388e455ccd72", CellID->599535350], -Cell[18476, 482, 236, 4, 23, "Print",ExpressionUUID->"42a58238-646f-4447-a73b-655f4d7a6e84", +Cell[18558, 488, 236, 4, 23, "Print",ExpressionUUID->"42a58238-646f-4447-a73b-655f4d7a6e84", CellID->154365474], -Cell[18715, 488, 207, 3, 23, "Print",ExpressionUUID->"8b9c486d-c91a-488a-9644-23c358a7eba9", +Cell[18797, 494, 207, 3, 23, "Print",ExpressionUUID->"8b9c486d-c91a-488a-9644-23c358a7eba9", CellID->554528516], -Cell[18925, 493, 237, 4, 23, "Print",ExpressionUUID->"04e5c8e3-4b39-40bb-98b9-99677a541741", +Cell[19007, 499, 237, 4, 23, "Print",ExpressionUUID->"04e5c8e3-4b39-40bb-98b9-99677a541741", CellID->1738117431] }, Open ]] }, Open ]], -Cell[19189, 501, 135, 1, 70, "ExampleText",ExpressionUUID->"7b7816f8-f4aa-4caf-9f14-2d3b412d100e", +Cell[19271, 507, 135, 1, 70, "ExampleText",ExpressionUUID->"7b7816f8-f4aa-4caf-9f14-2d3b412d100e", CellID->16748286], -Cell[19327, 504, 234, 6, 70, "Input",ExpressionUUID->"734b1f3e-bb17-4c0e-9ce2-eb43a71bf3e7", +Cell[19409, 510, 234, 6, 70, "Input",ExpressionUUID->"734b1f3e-bb17-4c0e-9ce2-eb43a71bf3e7", CellID->646267530], -Cell[19564, 512, 380, 9, 70, "Input",ExpressionUUID->"e55c48e6-4a5a-44f2-b50d-624225d49e71", +Cell[19646, 518, 380, 9, 70, "Input",ExpressionUUID->"e55c48e6-4a5a-44f2-b50d-624225d49e71", CellID->891261718], -Cell[19947, 523, 238, 6, 70, "Input",ExpressionUUID->"0cdec9bf-3f2a-4917-bff8-00c0dc893921", +Cell[20029, 529, 238, 6, 70, "Input",ExpressionUUID->"0cdec9bf-3f2a-4917-bff8-00c0dc893921", CellID->1721235728], -Cell[20188, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"569a8025-1a2b-4ddc-a7d9-a676492711cf", +Cell[20270, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"569a8025-1a2b-4ddc-a7d9-a676492711cf", CellID->1285178965], Cell[CellGroupData[{ -Cell[20404, 539, 176, 3, 70, "Input",ExpressionUUID->"adebfbb9-fd97-4f87-add5-0b2153c9deae", +Cell[20486, 545, 176, 3, 70, "Input",ExpressionUUID->"adebfbb9-fd97-4f87-add5-0b2153c9deae", CellID->548568142], -Cell[20583, 544, 173, 4, 36, "Output",ExpressionUUID->"dea1ea41-dd6a-4908-be9f-140f02e3e70c", +Cell[20665, 550, 173, 4, 36, "Output",ExpressionUUID->"dea1ea41-dd6a-4908-be9f-140f02e3e70c", CellID->141693621] }, Open ]], -Cell[20771, 551, 264, 5, 70, "ExampleText",ExpressionUUID->"e50c73bd-3292-4372-af83-93c1808a0121", +Cell[20853, 557, 264, 5, 70, "ExampleText",ExpressionUUID->"e50c73bd-3292-4372-af83-93c1808a0121", CellID->692747044], Cell[CellGroupData[{ -Cell[21060, 560, 429, 13, 70, "Input",ExpressionUUID->"15da296c-6ba4-468c-a00e-ba53085e42b4", +Cell[21142, 566, 429, 13, 70, "Input",ExpressionUUID->"15da296c-6ba4-468c-a00e-ba53085e42b4", CellID->990395079], -Cell[21492, 575, 428, 13, 36, "Output",ExpressionUUID->"cedcc93e-4dc0-4547-8517-5f576284e1df", +Cell[21574, 581, 428, 13, 36, "Output",ExpressionUUID->"cedcc93e-4dc0-4547-8517-5f576284e1df", CellID->1799449871] }, Open ]], -Cell[21935, 591, 147, 1, 70, "ExampleText",ExpressionUUID->"deb4e9eb-5bba-43a0-a854-eb9880d1f6f7", +Cell[22017, 597, 147, 1, 70, "ExampleText",ExpressionUUID->"deb4e9eb-5bba-43a0-a854-eb9880d1f6f7", CellID->490972772], Cell[CellGroupData[{ -Cell[22107, 596, 191, 4, 70, "Input",ExpressionUUID->"06aa6c6f-04cd-417c-997e-78bdd8a91625", +Cell[22189, 602, 191, 4, 70, "Input",ExpressionUUID->"06aa6c6f-04cd-417c-997e-78bdd8a91625", CellID->1574277817], -Cell[22301, 602, 369, 11, 51, "Output",ExpressionUUID->"a29ff1c6-5f72-4614-a940-0b2dafc3ee54", +Cell[22383, 608, 369, 11, 51, "Output",ExpressionUUID->"a29ff1c6-5f72-4614-a940-0b2dafc3ee54", CellID->334507518] }, Open ]], -Cell[22685, 616, 199, 4, 70, "ExampleText",ExpressionUUID->"88f7bc20-ebf3-4320-84e2-1e0457d7ac80", +Cell[22767, 622, 199, 4, 70, "ExampleText",ExpressionUUID->"88f7bc20-ebf3-4320-84e2-1e0457d7ac80", CellID->286490463], Cell[CellGroupData[{ -Cell[22909, 624, 200, 4, 70, "Input",ExpressionUUID->"f272528b-df24-4632-8d0e-bd8b40f7d888", +Cell[22991, 630, 200, 4, 70, "Input",ExpressionUUID->"f272528b-df24-4632-8d0e-bd8b40f7d888", CellID->546204119], -Cell[23112, 630, 159, 3, 36, "Output",ExpressionUUID->"c8df6011-b78a-489e-8ad3-947220bdc1ae", +Cell[23194, 636, 159, 3, 36, "Output",ExpressionUUID->"c8df6011-b78a-489e-8ad3-947220bdc1ae", CellID->965855776] }, Open ]], -Cell[23286, 636, 318, 5, 70, "ExampleText",ExpressionUUID->"123c84ce-594e-4162-a863-252c89372937", +Cell[23368, 642, 318, 5, 70, "ExampleText",ExpressionUUID->"123c84ce-594e-4162-a863-252c89372937", CellID->117886941], Cell[CellGroupData[{ -Cell[23629, 645, 2638, 83, 70, "Input",ExpressionUUID->"59654096-0869-40a2-8853-e1c358e980a7", +Cell[23711, 651, 2638, 83, 70, "Input",ExpressionUUID->"59654096-0869-40a2-8853-e1c358e980a7", CellID->1378150105], -Cell[26270, 730, 2854, 93, 87, "Output",ExpressionUUID->"5fbe74db-8e80-4d80-9d04-53bdc85ff62d", +Cell[26352, 736, 2854, 93, 85, "Output",ExpressionUUID->"5fbe74db-8e80-4d80-9d04-53bdc85ff62d", CellID->620413143] }, Open ]], -Cell[29139, 826, 185, 3, 70, "ExampleText",ExpressionUUID->"f68369a2-5ed9-4df2-a4fd-106c9a55f80e", +Cell[29221, 832, 185, 3, 70, "ExampleText",ExpressionUUID->"f68369a2-5ed9-4df2-a4fd-106c9a55f80e", CellID->1120367303], Cell[CellGroupData[{ -Cell[29349, 833, 256, 7, 70, "Input",ExpressionUUID->"24c0b6db-514f-4986-8628-9c5fd205bd3b", +Cell[29431, 839, 256, 7, 70, "Input",ExpressionUUID->"24c0b6db-514f-4986-8628-9c5fd205bd3b", CellID->1555234004], Cell[CellGroupData[{ -Cell[29630, 844, 221, 3, 70, "Print",ExpressionUUID->"14d364a8-79ce-4b8b-8bf3-ad33e49e533c", +Cell[29712, 850, 221, 3, 70, "Print",ExpressionUUID->"14d364a8-79ce-4b8b-8bf3-ad33e49e533c", CellID->1763253168], -Cell[29854, 849, 220, 3, 70, "Print",ExpressionUUID->"f033b513-ba53-45eb-afdb-fc41b36baacc", +Cell[29936, 855, 220, 3, 70, "Print",ExpressionUUID->"f033b513-ba53-45eb-afdb-fc41b36baacc", CellID->640396118] }, Open ]], -Cell[30089, 855, 337, 8, 36, "Output",ExpressionUUID->"01db3091-a60d-4a44-aa39-93960bc37d21", +Cell[30171, 861, 337, 8, 36, "Output",ExpressionUUID->"01db3091-a60d-4a44-aa39-93960bc37d21", CellID->790708946] }, Open ]], -Cell[30441, 866, 224, 4, 70, "ExampleText",ExpressionUUID->"4ba5d461-f574-4af3-8569-b0f8323883ba", +Cell[30523, 872, 224, 4, 70, "ExampleText",ExpressionUUID->"4ba5d461-f574-4af3-8569-b0f8323883ba", CellID->1431265912], -Cell[30668, 872, 155, 1, 70, "ExampleText",ExpressionUUID->"f5186fc7-7330-4dce-9270-878cc69e8623", +Cell[30750, 878, 155, 1, 70, "ExampleText",ExpressionUUID->"f5186fc7-7330-4dce-9270-878cc69e8623", CellID->2055771071], Cell[CellGroupData[{ -Cell[30848, 877, 164, 3, 70, "Input",ExpressionUUID->"0d0273d3-bd4e-483a-be2c-a1d2b00ccb7e", +Cell[30930, 883, 164, 3, 70, "Input",ExpressionUUID->"0d0273d3-bd4e-483a-be2c-a1d2b00ccb7e", CellID->1983368579], -Cell[31015, 882, 160, 3, 36, "Output",ExpressionUUID->"1852f0e6-636f-4cb4-a203-61530a20c63a", +Cell[31097, 888, 160, 3, 36, "Output",ExpressionUUID->"1852f0e6-636f-4cb4-a203-61530a20c63a", CellID->310795559] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31499, 900, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"82265759-a595-469b-a0e7-9f9c51d837b5"], +Cell[37017, 1050, 670, 18, 70, "TechNotesSection",ExpressionUUID->"63accd83-f581-4b15-8f1a-fff596c61a41"], +Cell[37690, 1070, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9eff81f3-9358-4c2f-b8f5-a04eda1764e8"], +Cell[38726, 1098, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"109b8b0b-796e-4f1d-9b45-2bd36c4b6a73"], Cell[CellGroupData[{ -Cell[31439, 896, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"315eb2e5-9d9a-4bd8-891f-01d7982edc28"], -Cell[36957, 1046, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9bd458a4-fedc-4349-8ac4-98a452e71900"] -}, Open ]], -Cell[37642, 1067, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"86b1e5ff-9575-4832-a4f3-2c5f459b7f4a"], -Cell[38678, 1095, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"f11c7ceb-f891-4c6c-9954-62d03c4d5087"], -Cell[CellGroupData[{ -Cell[42244, 1197, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e7b85ab5-40a2-4890-b265-7072a1defe1b", +Cell[42292, 1200, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e7b85ab5-40a2-4890-b265-7072a1defe1b", CellID->778415021], -Cell[42384, 1200, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00ea4254-50e5-4877-bf2e-5e3eefd06738", +Cell[42432, 1203, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00ea4254-50e5-4877-bf2e-5e3eefd06738", CellID->1194386356], -Cell[42606, 1206, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"99a03b1d-0f08-4971-ac90-0a16a0da8078", +Cell[42654, 1209, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"99a03b1d-0f08-4971-ac90-0a16a0da8078", CellID->1641706272], -Cell[42821, 1211, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"85949a9c-1336-4e29-ae51-f0a0c1f57562", +Cell[42869, 1214, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"85949a9c-1336-4e29-ae51-f0a0c1f57562", CellID->399251956], -Cell[43050, 1217, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d70c396e-2b44-487c-b723-8fb3f37b58fd", +Cell[43098, 1220, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d70c396e-2b44-487c-b723-8fb3f37b58fd", CellID->821434655] }, Open ]], -Cell[43287, 1223, 78, 0, 70, "FooterCell",ExpressionUUID->"cf3faacb-b790-4a65-9970-8b3326813eae"] +Cell[43335, 1226, 78, 0, 70, "FooterCell",ExpressionUUID->"85ed6264-5440-4bbb-89dc-62782a4ed465"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BalancedSelectionQ.nb b/Documentation/English/ReferencePages/Symbols/BalancedSelectionQ.nb index af0c443..e9eb06d 100644 --- a/Documentation/English/ReferencePages/Symbols/BalancedSelectionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/BalancedSelectionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 146696, 3975] -NotebookOptionsPosition[ 132545, 3696] -NotebookOutlinePosition[ 135157, 3757] -CellTagsIndexPosition[ 135070, 3752] +NotebookDataLength[ 146735, 3976] +NotebookOptionsPosition[ 132597, 3699] +NotebookOutlinePosition[ 135229, 3760] +CellTagsIndexPosition[ 135142, 3755] WindowTitle->BalancedSelectionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e5970733-b16a-429c-bdb4-8f04d34f30df"], + "292ee407-768d-4b58-a957-88cf50b1543d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "26d9dc30-2157-474f-be07-433a0621b070"], + "9fb8ed38-6905-49d7-98fe-201bc1cd546a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7a203d64-dc6f-49f3-ad91-3544e48abb75"] - }],ExpressionUUID->"25cc9840-5993-4e65-8d30-4a37d9b3b0da"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "69a04f5c-9c8f-4654-827f-c64865b16536"] + }],ExpressionUUID->"2532f4b1-3197-4649-9a42-40e0f427fc1d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "529e126a-2a94-4911-8611-8e08cf2dae94"], + "5b900303-68e7-4de8-9794-ecefe72d5105"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0e9385d6-29d4-4bf5-a114-b727953ee574"] - }],ExpressionUUID->"f85249f6-d516-43fc-b11c-4bda83c0cf7e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a5a12cdd-9bdf-4e7e-827f-ed1150ddf7cb"] + }],ExpressionUUID->"69d0bcda-3826-4321-96d0-09e8a0048e3c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1e2863fa-a4ee-4543-a88f-29ad5c5f2fd1"], + "39bbeda0-ace2-4e3b-bb8f-0087029c6618"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b75f01cb-205f-4d06-be82-f6ae3611f3c8"] - }],ExpressionUUID->"302790b8-1e70-4fa7-8d11-3f0f156be62f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "66170c75-dc1d-40ab-bd3c-cf75ac408810"] + }],ExpressionUUID->"cd90a41c-e833-4695-86b7-9ddf5ed195c8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "91c946c9-e2cc-49a3-8ba0-32ea4aabe690"], + "f6857442-35ab-4202-9e4f-04109082bb78"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fa2205ed-2fae-46a6-83a1-549cf0556bcb"] - }],ExpressionUUID->"ac7a7ff0-cee2-46f4-a38c-c12588469327"], - StripOnInput->False], {"\<\"TUG/ref/BalancedSelectionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BalancedSelectionQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2dd1f567-7f79-491e-a1d8-33259aba70a6"] + }],ExpressionUUID->"14aa4be6-f4a9-4b6b-864b-cf3805cc555b"], + StripOnInput->False],{ + "\"TUG/ref/BalancedSelectionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BalancedSelectionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BalancedSelectionQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$37348], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BalancedSelectionQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$38526], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BalancedSelectionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "909aeb2c-b8a3-4499-896f-a9a199975342"] + "5061cedf-76d6-4812-92d8-f8cfdf7b0fbf"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "97a674d3-1161-483c-854f-0d8ac352be82"]} + "dcf3b334-42ca-4a6c-8d8b-accd1223188d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6e19317d-6247-4ba6-999a-e21981506234"], + CellID->1,ExpressionUUID->"34f97adf-a047-4bfa-a286-213b450bb8d1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9856e00d-3d5e-4a0c-8990-612be816cd01"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"94c07d09-c777-4163-877a-360103b1731a"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BalancedSelectionQ", "ObjectName",ExpressionUUID-> - "56120cb7-fada-4dfb-98b6-704f52d6eafc"], + "71ba6dbe-68e4-4d88-b03d-4a0e26876490"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"af13f069-2994-41bb-8b2a-08bf35010f8f"], + "Spacer1"]],ExpressionUUID->"bdb807df-6083-4ca1-ac21-0ff230b0efcc"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d170a801-4b08-49c4-ae33-22a343ce1355"] - }],ExpressionUUID->"ca71896c-6f07-438d-b197-b244a6e8db71"], Cell[BoxData[ + "c79bdde4-3f9f-4897-aa7a-47c8c14b9f3e"] + }],ExpressionUUID->"37d5540d-56ba-4b58-8611-9e1d00ee06dd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9b3bbca0-ab9c-445f-9df5-c30fdf4a31da"]} + "391fbe9a-a1e0-405a-b7bc-330205d244c9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"0f2203c6-1ae8-4884-8223-747e1274967c"], + CacheGraphics->False,ExpressionUUID->"a6f8c27d-398f-4d68-b036-a4ffeb823192"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ coalitions obtained from the excess levels are balanced.Implements a \ criterion of Kohlberg's Theorem. The return value must be 'True' for the \ pre-nucleolus, otherwise 'False'." - }],ExpressionUUID->"5fc85e73-2eb7-4f1f-ade7-cdb1e1f6d04b"]}, + }],ExpressionUUID->"ab9263d4-0613-4cf6-b99c-2bbf81d87483"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BalancedSelectionQ", "[", @@ -257,7 +263,7 @@ to turn the option ", StyleBox["Tight -> True", FontSlant->"Italic"], "." - }],ExpressionUUID->"85ed79bd-c9b0-4933-9c10-d004c51215a0"]}, + }],ExpressionUUID->"8efddeca-2672-4ccb-8cd6-7bd756dbf116"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BalancedSelectionQ", "[", @@ -266,7 +272,7 @@ to turn the option ", "e82ed875-22fb-4536-963a-68b1de2093bd"], " \[LineSeparator]alternatively, a list of collections of coalitions can \ be investigated whether it satisfies the implemented Kohlberg criterion." - }],ExpressionUUID->"21e8a6fc-1fc7-4635-8b30-6df611fcdaab"]} + }],ExpressionUUID->"2d923c4d-eee3-4332-a0a0-16fa569c012f"]} }]], "Usage", CellID->221961330,ExpressionUUID->"cb2c06aa-815b-4514-a401-2045028f0747"] }, Open ]], @@ -299,12 +305,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f8c8fbc-8555-41b5-855e-e31edd6eea08"], + ExpressionUUID->"2f1ff3d4-54be-434e-b358-b38025d9ff0f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"85e8b9e4-a2c3-4405-b8b9-6e2d1c9aa09c"], + "Spacer1"]],ExpressionUUID->"6e0cb85a-10bd-41a7-b448-86c81b2aad27"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"87248860-1352-44fc-9673-e4edee5c659b"], + }], "NotesFrameText",ExpressionUUID->"4634236d-b046-438c-9121-804143f733c3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -315,12 +321,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a91672fd-bbb2-4403-902d-c2fed79aa185"]], \ + "Preemptive"]],ExpressionUUID->"ce513beb-39b8-4f9a-a697-dea73ddf30cc"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->162656093,ExpressionUUID->"c602dc67-a9c5-49de-8012-b1d5bbf53423"], + CellID->843132311,ExpressionUUID->"8910c08b-9283-4a94-beeb-a6c2a4b23103"], Cell[TextData[{ "The input expression ", @@ -392,7 +398,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "29fb6c75-e6da-44cb-bd87-1f7e68fb18be"], + "67ab9cd6-00b9-49e8-889d-e91be85bad7d"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -414,7 +420,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c1592a2a-6306-433a-995c-0e81b9c13131"], + "df33f48c-48ad-4073-83cf-ed33d34f70cd"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -435,7 +441,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "13c56b3e-37ac-491b-9681-b9575f1cff5e"], + "cacdb7c7-3f6b-4d9c-be8c-d4b53f64c5a0"], TemplateBox[{ Cell[ TextData["Tight"]], "paclet:TUG/ref/Tight", "TUG Package Symbol"}, @@ -529,19 +535,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fa7a9806-47ec-4dac-86c6-85312cfdd9fb"], + ExpressionUUID->"0448dfa1-d3a6-4880-921a-9f056ef6954e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"96e13686-89a3-43ff-8a29-95b422d28546"], + "Spacer1"]],ExpressionUUID->"0d8f94b9-4785-480b-8b20-d474502b5ad8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3e6e5117-54ac-4340-bcd2-fa9c8d7f30d4"] + "c2c1bf1e-e99f-4866-aced-cd90416ee1bf"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->180727274,ExpressionUUID->"ab03d8d6-80c6-45ba-902f-4114f4090d41"], + CellID->1634882221,ExpressionUUID->"4820f5bd-1a89-4771-a978-50e788708e20"], Cell[CellGroupData[{ @@ -570,18 +576,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"33c8c91c-30e4-4e7e-ac63-0d67a68ff6ee"], + ExpressionUUID->"3c267440-d928-4ff8-aac6-018c1fa2d87b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"561e5abe-edbc-4333-9be9-d29f4f63cc51"], + "Spacer1"]],ExpressionUUID->"d4d58382-b54f-4b18-a872-eed1e19bfeb6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "765a15a0-9e29-4416-83d3-34e5e7cbc0e2"] + "e8546ce4-fc1e-468f-9820-85d967501fb1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1492321482,ExpressionUUID->"4c1091ea-0cce-4053-bebe-8d22301031f6"], + CellID->996372778,ExpressionUUID->"865b67c7-07e0-4029-9273-5562fb73f5de"], Cell["Loading the package:", "ExampleText", CellID->1058881652,ExpressionUUID->"8967a1b5-e74d-49d2-af43-e41a33116b68"], @@ -3363,8 +3369,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -3512,15 +3516,15 @@ Cell[BoxData[GridBox[{ "5ef53be7-b0ca-4a76-ab67-d9a45216cdde"] }], "SeeAlso",ExpressionUUID->"57f9699e-77df-4e41-a286-3c9c5a5660ff"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"226e7f36-6dea-4dc0-b7d1-\ -5394d76e576f"], + }]], "SeeAlsoSection",ExpressionUUID->"a4cfebfc-b01d-452f-9bd7-\ +347a311eda8d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -3532,9 +3536,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cb67c180-5e2f-4c60-86d5-6d4b04b62e85"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1e70aae3-292b-4ce8-9a4f-\ -67cae9de9cf1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"69a2b6a8-bad7-476a-9f26-\ +c202745466d4"], Cell[BoxData[GridBox[{ { @@ -3551,7 +3554,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7d788592-b067-4e26-a478-984e5125853f"]}]}, + "cd19333c-5727-4171-985e-34f1a325f522"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -3559,10 +3562,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8d55959e-1c59-4cae-b023-07bd85ebd06a"]}]} + "f76f1e33-c067-49b4-aaca-a23159a9f08e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f8b414ad-5c91-4ff1-a27d-\ -5a40cddc6835"], + }]], "MoreAboutSection",ExpressionUUID->"24a65c5e-ed4b-48df-b871-\ +078be7994cf7"], Cell[BoxData[GridBox[{ { @@ -3589,7 +3592,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "93825bc2-63b3-42cc-8ad6-6b049643568b"]], "RelatedLinks", + "feb4e546-3f9d-43b6-97ce-ba994c8473dc"]], "RelatedLinks", ExpressionUUID->"4efb43ae-7531-431f-aa7c-814fac85b6fd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3606,7 +3609,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9881ca76-0f4f-4bd9-bb84-809038e7efaa"]], "RelatedLinks", + "7bccb247-38f2-4397-a691-fb647189eb48"]], "RelatedLinks", ExpressionUUID->"9a1425bf-5ed2-4991-bcd1-ccfb8bf19e7c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3623,7 +3626,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2e9d003c-e132-4851-bdbf-aefdb2b4cc59"]], "RelatedLinks", + "ac1261ea-4e76-4984-a87f-730f620956d8"]], "RelatedLinks", ExpressionUUID->"57a2e094-a384-493b-baf1-7846a0cb04ea"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3641,7 +3644,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be8073e6-40c4-49aa-8b14-537a04fbe1a0"]], "RelatedLinks", + "d51764c7-cf96-43c9-befb-00e4509f3b2d"]], "RelatedLinks", ExpressionUUID->"7c341e9c-d41b-456f-bcf7-d5ef5f401161"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3658,11 +3661,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "39b47274-1a7d-48be-b30b-b0d4d9998c0d"]], "RelatedLinks", + "a4b95a4a-bc26-485f-8b5d-7d0bbe9f022f"]], "RelatedLinks", ExpressionUUID->"930b7e77-b02d-468a-bbe5-f243d1c077b3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"28373cfd-f5b0-4cbe-b8d7-\ -b1451bd6baff"], + }]], "RelatedLinksSection",ExpressionUUID->"0b0052fe-3983-4f02-a507-\ +c8a00ea8e2a7"], Cell[CellGroupData[{ @@ -3692,11 +3695,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f15e95ee-c4ec-4ea9-a7b7-1fff930bf6e8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4de476ec-442e-41b8-afd9-8f057b00c354"] +Cell[" ", "FooterCell",ExpressionUUID->"34114738-a80f-4554-8455-8c6a5412e192"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BalancedSelectionQ", TaggingRules->{ @@ -3707,7 +3710,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 8.649340}", + "built" -> "{2024, 6, 3, 16, 51, 30.797624}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -3721,11 +3724,11 @@ turn the option Tight on, which is done through Tight -> True. \ BalancedSelectionQ[collc, options] alternatively, a list of collections of \ coalitions can be investigated whether it satisfies the implemented Kohlberg \ criterion.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "BalancedSelectionQ", "titlemodifier" -> "", "windowtitle" -> - "BalancedSelectionQ", "type" -> "Symbol", "uri" -> + "BalancedSelectionQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "BalancedSelectionQ", "type" -> "Symbol", "uri" -> "TUG/ref/BalancedSelectionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -3734,9 +3737,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e88c3b02-2c18-4e96-ac92-53d343a4d8f7" +ExpressionUUID->"715e9d2c-c993-4be9-b2f1-1f4b3bb03c8b" ] (* End of Notebook Content *) @@ -3744,239 +3747,237 @@ ExpressionUUID->"e88c3b02-2c18-4e96-ac92-53d343a4d8f7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19369, 506, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ab03d8d6-80c6-45ba-902f-4114f4090d41", + Cell[19455, 512, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4820f5bd-1a89-4771-a978-50e788708e20", CellTags->"PrimaryExamplesSection", - CellID->180727274]} + CellID->1634882221]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 134870, 3745} + {"PrimaryExamplesSection", 134941, 3748} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7152, 168, 56, "AnchorBarGrid",ExpressionUUID->"6e19317d-6247-4ba6-999a-e21981506234", +Cell[590, 21, 7238, 174, 57, "AnchorBarGrid",ExpressionUUID->"34f97adf-a047-4bfa-a286-213b450bb8d1", CellID->1], -Cell[7745, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9856e00d-3d5e-4a0c-8990-612be816cd01"], +Cell[7831, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"94c07d09-c777-4163-877a-360103b1731a"], Cell[CellGroupData[{ -Cell[7856, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"0f2203c6-1ae8-4884-8223-747e1274967c"], -Cell[9151, 232, 1745, 38, 285, "Usage",ExpressionUUID->"cb2c06aa-815b-4514-a401-2045028f0747", +Cell[7942, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"a6f8c27d-398f-4d68-b036-a4ffeb823192"], +Cell[9237, 238, 1745, 38, 283, "Usage",ExpressionUUID->"cb2c06aa-815b-4514-a401-2045028f0747", CellID->221961330] }, Open ]], Cell[CellGroupData[{ -Cell[10933, 275, 1894, 47, 37, "NotesSection",ExpressionUUID->"c602dc67-a9c5-49de-8012-b1d5bbf53423", +Cell[11019, 281, 1894, 47, 37, "NotesSection",ExpressionUUID->"8910c08b-9283-4a94-beeb-a6c2a4b23103", CellGroupingRules->{"SectionGrouping", 50}, - CellID->162656093], -Cell[12830, 324, 980, 24, 78, "]]",ExpressionUUID->"878ab52f-94b9-4d7a-8582-b41fce112b89", + CellID->843132311], +Cell[12916, 330, 980, 24, 78, "]]",ExpressionUUID->"878ab52f-94b9-4d7a-8582-b41fce112b89", CellID->209133038], -Cell[13813, 350, 489, 12, 37, "Notes",ExpressionUUID->"8da9fcc1-0620-4f4e-9881-49a0fc77aed8", +Cell[13899, 356, 489, 12, 38, "Notes",ExpressionUUID->"8da9fcc1-0620-4f4e-9881-49a0fc77aed8", CellID->177724765], -Cell[14305, 364, 216, 4, 36, "Notes",ExpressionUUID->"14ad200d-1152-46be-9db8-1d6e57747677", +Cell[14391, 370, 216, 4, 36, "Notes",ExpressionUUID->"14ad200d-1152-46be-9db8-1d6e57747677", CellID->1129021867], -Cell[14524, 370, 189, 4, 36, "Notes",ExpressionUUID->"29cf62dc-9c98-460b-9f6f-eb3a8c079e61", +Cell[14610, 376, 189, 4, 36, "Notes",ExpressionUUID->"29cf62dc-9c98-460b-9f6f-eb3a8c079e61", CellID->1182600461], -Cell[14716, 376, 325, 5, 57, "Notes",ExpressionUUID->"d72c3db9-13d0-41fd-938a-f4951129fc04", +Cell[14802, 382, 325, 5, 57, "Notes",ExpressionUUID->"d72c3db9-13d0-41fd-938a-f4951129fc04", CellID->1957693786], -Cell[15044, 383, 112, 1, 36, "Notes",ExpressionUUID->"cb995fe8-6f79-48b2-bba5-aae74abc6f8f", +Cell[15130, 389, 112, 1, 36, "Notes",ExpressionUUID->"cb995fe8-6f79-48b2-bba5-aae74abc6f8f", CellID->312897903], -Cell[15159, 386, 267, 4, 49, "Notes",ExpressionUUID->"204e4740-f579-43ca-a1ea-082fde0f17b2", +Cell[15245, 392, 267, 4, 48, "Notes",ExpressionUUID->"204e4740-f579-43ca-a1ea-082fde0f17b2", CellID->13178], -Cell[15429, 392, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"17749de5-13bc-41ef-9eb2-c02ec3c66251", +Cell[15515, 398, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"17749de5-13bc-41ef-9eb2-c02ec3c66251", CellID->1782664966], -Cell[16241, 414, 766, 19, 40, "3ColumnTableMod",ExpressionUUID->"7dd72612-4ffd-44df-af01-01b26e28c51a", +Cell[16327, 420, 766, 19, 41, "3ColumnTableMod",ExpressionUUID->"7dd72612-4ffd-44df-af01-01b26e28c51a", CellID->11156], -Cell[17010, 435, 775, 19, 70, "3ColumnTableMod",ExpressionUUID->"a6e10894-b0d6-4946-b5ea-4623fd9e376e", +Cell[17096, 441, 775, 19, 70, "3ColumnTableMod",ExpressionUUID->"a6e10894-b0d6-4946-b5ea-4623fd9e376e", CellID->972876442], -Cell[17788, 456, 504, 14, 70, "Notes",ExpressionUUID->"2f426053-0987-4613-a1aa-db1827253396", +Cell[17874, 462, 504, 14, 70, "Notes",ExpressionUUID->"2f426053-0987-4613-a1aa-db1827253396", CellID->228296993], -Cell[18295, 472, 469, 13, 70, "Notes",ExpressionUUID->"534cdaa6-2982-4d32-9ce4-fd24b42ce9d9", +Cell[18381, 478, 469, 13, 70, "Notes",ExpressionUUID->"534cdaa6-2982-4d32-9ce4-fd24b42ce9d9", CellID->731], -Cell[18767, 487, 475, 13, 70, "Notes",ExpressionUUID->"8f7d52fa-66ab-4cc8-bc4c-7412b9f11e21", +Cell[18853, 493, 475, 13, 70, "Notes",ExpressionUUID->"8f7d52fa-66ab-4cc8-bc4c-7412b9f11e21", CellID->92134041] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19369, 506, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ab03d8d6-80c6-45ba-902f-4114f4090d41", +Cell[19455, 512, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4820f5bd-1a89-4771-a978-50e788708e20", CellTags->"PrimaryExamplesSection", - CellID->180727274], + CellID->1634882221], Cell[CellGroupData[{ -Cell[20814, 547, 1399, 36, 70, "ExampleSection",ExpressionUUID->"4c1091ea-0cce-4053-bebe-8d22301031f6", - CellID->1492321482], -Cell[22216, 585, 119, 1, 70, "ExampleText",ExpressionUUID->"8967a1b5-e74d-49d2-af43-e41a33116b68", +Cell[20901, 553, 1398, 36, 70, "ExampleSection",ExpressionUUID->"865b67c7-07e0-4029-9273-5562fb73f5de", + CellID->996372778], +Cell[22302, 591, 119, 1, 70, "ExampleText",ExpressionUUID->"8967a1b5-e74d-49d2-af43-e41a33116b68", CellID->1058881652], Cell[CellGroupData[{ -Cell[22360, 590, 168, 3, 70, "Input",ExpressionUUID->"86cfade8-a136-4a80-a802-26d04287ecf0", +Cell[22446, 596, 168, 3, 70, "Input",ExpressionUUID->"86cfade8-a136-4a80-a802-26d04287ecf0", CellID->2011320696], Cell[CellGroupData[{ -Cell[22553, 597, 236, 4, 70, "Print",ExpressionUUID->"c7f62c81-b31d-4fdf-b932-469ed4b2369c", +Cell[22639, 603, 236, 4, 70, "Print",ExpressionUUID->"c7f62c81-b31d-4fdf-b932-469ed4b2369c", CellID->1285135788], -Cell[22792, 603, 365, 8, 70, "Print",ExpressionUUID->"eca77ef4-b5bb-47a6-bee4-b102e53ce9f4", +Cell[22878, 609, 365, 8, 70, "Print",ExpressionUUID->"eca77ef4-b5bb-47a6-bee4-b102e53ce9f4", CellID->2045542471], -Cell[23160, 613, 235, 4, 70, "Print",ExpressionUUID->"da8e15b1-79b8-4d9f-bcef-8761428de2f2", +Cell[23246, 619, 235, 4, 70, "Print",ExpressionUUID->"da8e15b1-79b8-4d9f-bcef-8761428de2f2", CellID->882647607], -Cell[23398, 619, 220, 3, 70, "Print",ExpressionUUID->"9becf8e3-43eb-4c44-96ac-d949da5d76c7", +Cell[23484, 625, 220, 3, 70, "Print",ExpressionUUID->"9becf8e3-43eb-4c44-96ac-d949da5d76c7", CellID->1417038134], -Cell[23621, 624, 207, 3, 70, "Print",ExpressionUUID->"46b1c7d9-0794-4853-82ef-f480ef0bfea2", +Cell[23707, 630, 207, 3, 70, "Print",ExpressionUUID->"46b1c7d9-0794-4853-82ef-f480ef0bfea2", CellID->1226079636], -Cell[23831, 629, 236, 4, 70, "Print",ExpressionUUID->"dadefa19-0968-4073-9fa1-136be92c6a1e", +Cell[23917, 635, 236, 4, 70, "Print",ExpressionUUID->"dadefa19-0968-4073-9fa1-136be92c6a1e", CellID->873559526], -Cell[24070, 635, 220, 3, 70, "Print",ExpressionUUID->"bd356d99-93f9-4f18-8719-c5843c25b1aa", +Cell[24156, 641, 220, 3, 70, "Print",ExpressionUUID->"bd356d99-93f9-4f18-8719-c5843c25b1aa", CellID->1679666780], -Cell[24293, 640, 235, 4, 70, "Print",ExpressionUUID->"a5bcb52b-5931-491e-87f9-bd1760b49f21", +Cell[24379, 646, 235, 4, 70, "Print",ExpressionUUID->"a5bcb52b-5931-491e-87f9-bd1760b49f21", CellID->901278782], -Cell[24531, 646, 236, 4, 70, "Print",ExpressionUUID->"25c069b2-39e0-4d31-b873-813414667420", +Cell[24617, 652, 236, 4, 70, "Print",ExpressionUUID->"25c069b2-39e0-4d31-b873-813414667420", CellID->1924615583], -Cell[24770, 652, 205, 3, 70, "Print",ExpressionUUID->"4d0b7cc5-408b-4853-b462-3082b3b46d1a", +Cell[24856, 658, 205, 3, 70, "Print",ExpressionUUID->"4d0b7cc5-408b-4853-b462-3082b3b46d1a", CellID->58224321], -Cell[24978, 657, 235, 4, 70, "Print",ExpressionUUID->"676ca1c2-da34-42d8-8288-37121f16397b", +Cell[25064, 663, 235, 4, 70, "Print",ExpressionUUID->"676ca1c2-da34-42d8-8288-37121f16397b", CellID->866150198] }, Open ]] }, Open ]], -Cell[25240, 665, 136, 1, 70, "ExampleText",ExpressionUUID->"bafdae78-46da-4129-94ec-ef6976aec9e9", +Cell[25326, 671, 136, 1, 70, "ExampleText",ExpressionUUID->"bafdae78-46da-4129-94ec-ef6976aec9e9", CellID->144208042], -Cell[25379, 668, 234, 6, 70, "Input",ExpressionUUID->"5dec4ec4-bae9-443c-ae90-abe953ce7d68", +Cell[25465, 674, 234, 6, 70, "Input",ExpressionUUID->"5dec4ec4-bae9-443c-ae90-abe953ce7d68", CellID->652481478], -Cell[25616, 676, 381, 9, 70, "Input",ExpressionUUID->"7e2fe3ff-9b78-42f5-81a5-fcc8fc5caa2d", +Cell[25702, 682, 381, 9, 70, "Input",ExpressionUUID->"7e2fe3ff-9b78-42f5-81a5-fcc8fc5caa2d", CellID->2063981743], -Cell[26000, 687, 238, 6, 70, "Input",ExpressionUUID->"49e61beb-158f-4680-b9b3-e988eb140848", +Cell[26086, 693, 238, 6, 70, "Input",ExpressionUUID->"49e61beb-158f-4680-b9b3-e988eb140848", CellID->1923245923], -Cell[26241, 695, 190, 4, 70, "ExampleText",ExpressionUUID->"803b76a4-a704-49ad-975a-c6365e9c026b", +Cell[26327, 701, 190, 4, 70, "ExampleText",ExpressionUUID->"803b76a4-a704-49ad-975a-c6365e9c026b", CellID->812875732], Cell[CellGroupData[{ -Cell[26456, 703, 175, 3, 70, "Input",ExpressionUUID->"2b30323d-83c4-4c2e-8edf-103ad3dda108", +Cell[26542, 709, 175, 3, 70, "Input",ExpressionUUID->"2b30323d-83c4-4c2e-8edf-103ad3dda108", CellID->363317916], -Cell[26634, 708, 337, 8, 36, "Output",ExpressionUUID->"e190a6cf-bcd8-4d11-8452-89fa1ed8d0d2", +Cell[26720, 714, 337, 8, 36, "Output",ExpressionUUID->"e190a6cf-bcd8-4d11-8452-89fa1ed8d0d2", CellID->1024111106] }, Open ]], -Cell[26986, 719, 295, 5, 70, "ExampleText",ExpressionUUID->"903f207c-b2cf-4256-9f0f-34719e7937f2", +Cell[27072, 725, 295, 5, 70, "ExampleText",ExpressionUUID->"903f207c-b2cf-4256-9f0f-34719e7937f2", CellID->1668572303], Cell[CellGroupData[{ -Cell[27306, 728, 201, 4, 70, "Input",ExpressionUUID->"f5491ec9-8bca-4c83-8649-d8ca5083aa54", +Cell[27392, 734, 201, 4, 70, "Input",ExpressionUUID->"f5491ec9-8bca-4c83-8649-d8ca5083aa54", CellID->1905291475], Cell[CellGroupData[{ -Cell[27532, 736, 341, 7, 70, "Print",ExpressionUUID->"9a51a5d5-b95b-469a-a224-175b089e1a18", +Cell[27618, 742, 341, 7, 70, "Print",ExpressionUUID->"9a51a5d5-b95b-469a-a224-175b089e1a18", CellID->2011062279], -Cell[27876, 745, 902, 23, 70, "Print",ExpressionUUID->"17a1860e-94b1-42bb-8d22-6aa0011402ac", +Cell[27962, 751, 902, 23, 70, "Print",ExpressionUUID->"17a1860e-94b1-42bb-8d22-6aa0011402ac", CellID->1974777345] }, Open ]], -Cell[28793, 771, 1118, 32, 81, "Output",ExpressionUUID->"971d92f0-c328-4959-8e26-62998c124977", +Cell[28879, 777, 1118, 32, 81, "Output",ExpressionUUID->"971d92f0-c328-4959-8e26-62998c124977", CellID->1917417819] }, Open ]], -Cell[29926, 806, 366, 6, 70, "ExampleText",ExpressionUUID->"a31a053b-e152-4446-b7d2-b6011205bd95", +Cell[30012, 812, 366, 6, 70, "ExampleText",ExpressionUUID->"a31a053b-e152-4446-b7d2-b6011205bd95", CellID->1668640504], Cell[CellGroupData[{ -Cell[30317, 816, 307, 7, 70, "Input",ExpressionUUID->"9c29403b-794d-4628-bf02-11a2b6acf982", +Cell[30403, 822, 307, 7, 70, "Input",ExpressionUUID->"9c29403b-794d-4628-bf02-11a2b6acf982", CellID->991628843], -Cell[30627, 825, 327, 7, 36, "Output",ExpressionUUID->"1a655b42-e619-45b5-85b4-0e39fd02dec8", +Cell[30713, 831, 327, 7, 36, "Output",ExpressionUUID->"1a655b42-e619-45b5-85b4-0e39fd02dec8", CellID->1644860834] }, Open ]], -Cell[30969, 835, 256, 4, 70, "ExampleText",ExpressionUUID->"1969c2c5-2497-425e-915a-05acad1b4372", +Cell[31055, 841, 256, 4, 70, "ExampleText",ExpressionUUID->"1969c2c5-2497-425e-915a-05acad1b4372", CellID->200246832], Cell[CellGroupData[{ -Cell[31250, 843, 308, 7, 70, "Input",ExpressionUUID->"985da378-45c1-40fd-824d-fe79f935078b", +Cell[31336, 849, 308, 7, 70, "Input",ExpressionUUID->"985da378-45c1-40fd-824d-fe79f935078b", CellID->1546056562], -Cell[31561, 852, 159, 3, 36, "Output",ExpressionUUID->"ff35464a-72f5-495c-9534-f02139639c5c", +Cell[31647, 858, 159, 3, 36, "Output",ExpressionUUID->"ff35464a-72f5-495c-9534-f02139639c5c", CellID->758120681] }, Open ]], -Cell[31735, 858, 211, 4, 70, "ExampleText",ExpressionUUID->"9ad9507f-42e2-4281-8401-dc21fa63955d", +Cell[31821, 864, 211, 4, 70, "ExampleText",ExpressionUUID->"9ad9507f-42e2-4281-8401-dc21fa63955d", CellID->1465434828], Cell[CellGroupData[{ -Cell[31971, 866, 193, 4, 70, "Input",ExpressionUUID->"a56acea0-235f-4575-ac73-ce1b4deebee8", +Cell[32057, 872, 193, 4, 70, "Input",ExpressionUUID->"a56acea0-235f-4575-ac73-ce1b4deebee8", CellID->511310094], -Cell[32167, 872, 314, 9, 51, "Output",ExpressionUUID->"e4b68baf-5cb5-47be-9cf5-c64aaab7b794", +Cell[32253, 878, 314, 9, 50, "Output",ExpressionUUID->"e4b68baf-5cb5-47be-9cf5-c64aaab7b794", CellID->1562342368] }, Open ]], -Cell[32496, 884, 169, 3, 70, "ExampleText",ExpressionUUID->"d8a53280-2924-48e6-aac3-3c838232465a", +Cell[32582, 890, 169, 3, 70, "ExampleText",ExpressionUUID->"d8a53280-2924-48e6-aac3-3c838232465a", CellID->2131701349], Cell[CellGroupData[{ -Cell[32690, 891, 252, 5, 70, "Input",ExpressionUUID->"eb6a778d-e73f-42f9-8a5b-47bd668c0b04", +Cell[32776, 897, 252, 5, 70, "Input",ExpressionUUID->"eb6a778d-e73f-42f9-8a5b-47bd668c0b04", CellID->170096077], -Cell[32945, 898, 159, 3, 36, "Output",ExpressionUUID->"cf27723d-122e-466f-a175-efd2973c2e48", +Cell[33031, 904, 159, 3, 36, "Output",ExpressionUUID->"cf27723d-122e-466f-a175-efd2973c2e48", CellID->386070977] }, Open ]], -Cell[33119, 904, 273, 5, 70, "ExampleText",ExpressionUUID->"af5866a9-c2fb-4bbb-a79b-969c4ef43c64", +Cell[33205, 910, 273, 5, 70, "ExampleText",ExpressionUUID->"af5866a9-c2fb-4bbb-a79b-969c4ef43c64", CellID->1720486938], Cell[CellGroupData[{ -Cell[33417, 913, 200, 4, 70, "Input",ExpressionUUID->"1e1e0dd9-d151-4aa3-b3b7-dc006b23f57b", +Cell[33503, 919, 200, 4, 70, "Input",ExpressionUUID->"1e1e0dd9-d151-4aa3-b3b7-dc006b23f57b", CellID->342295405], -Cell[33620, 919, 168, 3, 36, "Output",ExpressionUUID->"7305201a-27e6-4e68-b47c-3c8ef86f529a", +Cell[33706, 925, 168, 3, 36, "Output",ExpressionUUID->"7305201a-27e6-4e68-b47c-3c8ef86f529a", CellID->796085501] }, Open ]], -Cell[33803, 925, 222, 4, 70, "ExampleText",ExpressionUUID->"c600e2da-d018-491a-98a6-0dafa4230267", +Cell[33889, 931, 222, 4, 70, "ExampleText",ExpressionUUID->"c600e2da-d018-491a-98a6-0dafa4230267", CellID->1650942323], Cell[CellGroupData[{ -Cell[34050, 933, 202, 4, 70, "Input",ExpressionUUID->"58980b08-8a0c-44c6-9088-1269b2da63a6", +Cell[34136, 939, 202, 4, 70, "Input",ExpressionUUID->"58980b08-8a0c-44c6-9088-1269b2da63a6", CellID->2103904418], -Cell[34255, 939, 159, 3, 36, "Output",ExpressionUUID->"9324b7d1-4a07-4ac9-8081-979095ff4546", +Cell[34341, 945, 159, 3, 36, "Output",ExpressionUUID->"9324b7d1-4a07-4ac9-8081-979095ff4546", CellID->301180160] }, Open ]], -Cell[34429, 945, 314, 5, 70, "ExampleText",ExpressionUUID->"1689c457-19a2-483c-9e7c-2de46e1ec3a7", +Cell[34515, 951, 314, 5, 70, "ExampleText",ExpressionUUID->"1689c457-19a2-483c-9e7c-2de46e1ec3a7", CellID->793752141], Cell[CellGroupData[{ -Cell[34768, 954, 403, 10, 70, "Input",ExpressionUUID->"fecf6f07-d3d1-48f9-95bd-00ac3c81f857", +Cell[34854, 960, 403, 10, 70, "Input",ExpressionUUID->"fecf6f07-d3d1-48f9-95bd-00ac3c81f857", CellID->53018288], -Cell[35174, 966, 15774, 422, 424, "Output",ExpressionUUID->"11478224-ae91-47dc-a8bc-6666d73b7159", +Cell[35260, 972, 15774, 422, 415, "Output",ExpressionUUID->"11478224-ae91-47dc-a8bc-6666d73b7159", CellID->972952495] }, Open ]], -Cell[50963, 1391, 161, 2, 70, "ExampleText",ExpressionUUID->"79f0dd38-12ad-4bfe-9d35-9cbd6e3cae3d", +Cell[51049, 1397, 161, 2, 70, "ExampleText",ExpressionUUID->"79f0dd38-12ad-4bfe-9d35-9cbd6e3cae3d", CellID->1988276632], Cell[CellGroupData[{ -Cell[51149, 1397, 185, 4, 70, "Input",ExpressionUUID->"e79c4634-9042-4e75-9a78-eb9f54593a00", +Cell[51235, 1403, 185, 4, 70, "Input",ExpressionUUID->"e79c4634-9042-4e75-9a78-eb9f54593a00", CellID->122987514], -Cell[51337, 1403, 6055, 190, 154, "Output",ExpressionUUID->"02651b74-85e6-4747-9aa5-c94f0bc8ca9b", +Cell[51423, 1409, 6055, 190, 151, "Output",ExpressionUUID->"02651b74-85e6-4747-9aa5-c94f0bc8ca9b", CellID->2045092575] }, Open ]], -Cell[57407, 1596, 172, 3, 70, "ExampleText",ExpressionUUID->"8d11aa50-1273-4212-8f03-08dd9f7f7f17", +Cell[57493, 1602, 172, 3, 70, "ExampleText",ExpressionUUID->"8d11aa50-1273-4212-8f03-08dd9f7f7f17", CellID->1574449485], Cell[CellGroupData[{ -Cell[57604, 1603, 397, 10, 70, "Input",ExpressionUUID->"715b45ef-0f4f-4caf-84de-9878a3727a53", +Cell[57690, 1609, 397, 10, 70, "Input",ExpressionUUID->"715b45ef-0f4f-4caf-84de-9878a3727a53", CellID->699486881], -Cell[58004, 1615, 19520, 536, 712, "Output",ExpressionUUID->"e74778ee-eac8-438c-ba83-60d2d67213ed", +Cell[58090, 1621, 19520, 536, 706, "Output",ExpressionUUID->"e74778ee-eac8-438c-ba83-60d2d67213ed", CellID->1814489455] }, Open ]], -Cell[77539, 2154, 294, 5, 70, "ExampleText",ExpressionUUID->"a4785ce5-b4ae-4517-b92a-e57a88c80e28", +Cell[77625, 2160, 294, 5, 70, "ExampleText",ExpressionUUID->"a4785ce5-b4ae-4517-b92a-e57a88c80e28", CellID->1674147437], -Cell[77836, 2161, 210, 4, 70, "ExampleText",ExpressionUUID->"cd91a4f3-16bb-474e-b3b3-14e789f2bb50", +Cell[77922, 2167, 210, 4, 70, "ExampleText",ExpressionUUID->"cd91a4f3-16bb-474e-b3b3-14e789f2bb50", CellID->2099298970], Cell[CellGroupData[{ -Cell[78071, 2169, 347, 8, 70, "Input",ExpressionUUID->"12ee451b-ff6f-4a63-a2f4-44f535ba63c1", +Cell[78157, 2175, 347, 8, 70, "Input",ExpressionUUID->"12ee451b-ff6f-4a63-a2f4-44f535ba63c1", CellID->1914778828], -Cell[78421, 2179, 15864, 427, 424, "Output",ExpressionUUID->"da4faf19-f4ef-4984-b8a8-93b2e688de28", +Cell[78507, 2185, 15864, 427, 415, "Output",ExpressionUUID->"da4faf19-f4ef-4984-b8a8-93b2e688de28", CellID->2089987452] }, Open ]], Cell[CellGroupData[{ -Cell[94322, 2611, 185, 4, 70, "Input",ExpressionUUID->"6d884d19-324b-429d-bf03-0c8ebca6bcf7", +Cell[94408, 2617, 185, 4, 70, "Input",ExpressionUUID->"6d884d19-324b-429d-bf03-0c8ebca6bcf7", CellID->344665046], -Cell[94510, 2617, 6019, 189, 154, "Output",ExpressionUUID->"8784c27d-6555-4a4a-95ba-0fce4f989ddf", +Cell[94596, 2623, 6019, 189, 151, "Output",ExpressionUUID->"8784c27d-6555-4a4a-95ba-0fce4f989ddf", CellID->1190232439] }, Open ]], Cell[CellGroupData[{ -Cell[100566, 2811, 398, 10, 70, "Input",ExpressionUUID->"e76bc980-4fd4-4e0d-bac0-793e94872e0e", +Cell[100652, 2817, 398, 10, 70, "Input",ExpressionUUID->"e76bc980-4fd4-4e0d-bac0-793e94872e0e", CellID->1605686675], -Cell[100967, 2823, 19384, 533, 673, "Output",ExpressionUUID->"295b22fd-c747-4077-a58e-d37eb0d35cc7", +Cell[101053, 2829, 19384, 533, 668, "Output",ExpressionUUID->"295b22fd-c747-4077-a58e-d37eb0d35cc7", CellID->1740197310] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[120679, 3371, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"a4cfebfc-b01d-452f-9bd7-347a311eda8d"], +Cell[126197, 3521, 670, 18, 70, "TechNotesSection",ExpressionUUID->"69a2b6a8-bad7-476a-9f26-c202745466d4"], +Cell[126870, 3541, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"24a65c5e-ed4b-48df-b871-078be7994cf7"], +Cell[127906, 3569, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"0b0052fe-3983-4f02-a507-c8a00ea8e2a7"], Cell[CellGroupData[{ -Cell[120615, 3367, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"226e7f36-6dea-4dc0-b7d1-5394d76e576f"], -Cell[126133, 3517, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1e70aae3-292b-4ce8-9a4f-67cae9de9cf1"] -}, Open ]], -Cell[126818, 3538, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f8b414ad-5c91-4ff1-a27d-5a40cddc6835"], -Cell[127854, 3566, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"28373cfd-f5b0-4cbe-b8d7-b1451bd6baff"], -Cell[CellGroupData[{ -Cell[131420, 3668, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3bb3bce9-695d-49da-b953-0b445b326a3c", +Cell[131472, 3671, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3bb3bce9-695d-49da-b953-0b445b326a3c", CellID->778415021], -Cell[131560, 3671, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2533a596-0db4-49cc-934a-b972614edb64", +Cell[131612, 3674, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2533a596-0db4-49cc-934a-b972614edb64", CellID->1194386356], -Cell[131782, 3677, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4d9c6bc9-0572-4316-934f-b4f170612976", +Cell[131834, 3680, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4d9c6bc9-0572-4316-934f-b4f170612976", CellID->1641706272], -Cell[131997, 3682, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e78f5548-cf8f-4319-96c2-00d086357dcc", +Cell[132049, 3685, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e78f5548-cf8f-4319-96c2-00d086357dcc", CellID->399251956], -Cell[132226, 3688, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f15e95ee-c4ec-4ea9-a7b7-1fff930bf6e8", +Cell[132278, 3691, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f15e95ee-c4ec-4ea9-a7b7-1fff930bf6e8", CellID->821434655] }, Open ]], -Cell[132463, 3694, 78, 0, 70, "FooterCell",ExpressionUUID->"4de476ec-442e-41b8-afd9-8f057b00c354"] +Cell[132515, 3697, 78, 0, 70, "FooterCell",ExpressionUUID->"34114738-a80f-4554-8455-8c6a5412e192"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BalancedSystemQ.nb b/Documentation/English/ReferencePages/Symbols/BalancedSystemQ.nb index 12e27c1..3d8683f 100644 --- a/Documentation/English/ReferencePages/Symbols/BalancedSystemQ.nb +++ b/Documentation/English/ReferencePages/Symbols/BalancedSystemQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 80015, 2148] -NotebookOptionsPosition[ 68754, 1929] -NotebookOutlinePosition[ 71082, 1986] -CellTagsIndexPosition[ 70996, 1981] +NotebookDataLength[ 80045, 2148] +NotebookOptionsPosition[ 68794, 1931] +NotebookOutlinePosition[ 71141, 1988] +CellTagsIndexPosition[ 71055, 1983] WindowTitle->BalancedSystemQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c55995bc-77ca-4691-889f-f745beb04e82"], + "3418cf39-be07-4196-a196-57f8a883471f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "23624481-c519-4b5d-8be7-cd70c0f3fa09"], + "406cad2c-a4ed-4970-a6a4-d63482eeaaf5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e2b41f53-6d81-4b17-b910-8356b0d62a43"] - }],ExpressionUUID->"7af6a6d4-dac8-439c-9c05-3a4336939037"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "8c4c5d2e-3be4-44d9-a293-b9d61b837537"] + }],ExpressionUUID->"ca13540b-6ff5-4dbe-9528-6b02fd82d603"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "84820a8f-5188-4c63-86ae-e837668e9a03"], + "17f1fe68-4852-43de-99e7-680bde1258a8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e392cc48-0751-4e30-9dde-ffe15a8efe51"] - }],ExpressionUUID->"4d95018b-acc1-4652-a3af-c2abcd5a44e1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fd7a5c3a-0d62-4404-9afd-fd97cb52d597"] + }],ExpressionUUID->"eecd2e8b-18f3-45bc-b339-74d875702ac2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c20bb8f2-ab54-4f27-8750-b023b2153dd5"], + "88667907-db12-458c-addd-43c4bd38dd61"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "459fc3d1-6c79-4871-bc52-45bccddb0107"] - }],ExpressionUUID->"8c6497bd-c1cc-4deb-93af-04308f7f5352"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "27439694-0427-4d81-8d7f-5915f1602ffc"] + }],ExpressionUUID->"8021f24a-addc-4423-9ff4-e80f3b668484"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "64230db9-0505-448c-b4f0-24462acd69c4"], + "fca5931b-1218-4ba9-89bc-329e8a63a384"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d3c2eb83-b355-46c7-a1b5-d87bbfe96fd2"] - }],ExpressionUUID->"e1995eec-3e38-4b8c-9342-2a74211113ac"], - StripOnInput->False], {"\<\"TUG/ref/BalancedSystemQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BalancedSystemQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "24cf2bb9-079c-4e15-bf35-64003ceeff31"] + }],ExpressionUUID->"8adcd7c0-de10-4f73-ada0-e0246ccf4868"], + StripOnInput->False],{ + "\"TUG/ref/BalancedSystemQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BalancedSystemQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BalancedSystemQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$38078], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BalancedSystemQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$39290], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BalancedSystemQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "71a03fd6-f4d1-432a-b1b8-6cfa0036f175"] + "7609b6f7-e419-418d-b16d-454aa83cc037"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2d9f8f37-3ee6-4047-9f4d-08030e973aaa"]} + "6d74bab4-ae3a-4a76-8d67-7ea3d1b1ca4d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"49599539-50da-4d87-8d87-3d053bc4c1d4"], + CellID->1,ExpressionUUID->"f270d30e-1598-4fd0-b8db-ef6b5702419b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"314e24eb-74cd-48b8-87c0-1612bdd32ac2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c6499db7-a8b9-4366-a37e-a6642e85aba8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BalancedSystemQ", "ObjectName",ExpressionUUID-> - "98f7af5a-c917-4edf-b8bb-e1cc30ec8a54"], + "74452ffa-7421-4bc9-9d62-32c91d854300"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c74e97c6-f3b3-42e4-9791-69fffd372d4b"], + "Spacer1"]],ExpressionUUID->"7bb11f1e-6c45-4926-83b9-406d6f2f48bf"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "08f52106-4fc9-4ea3-8674-cca6678e6924"] - }],ExpressionUUID->"2c9a47b0-3151-48d3-9732-58f7049bee35"], Cell[BoxData[ + "ca29080f-fd90-49a7-834e-21c613d61431"] + }],ExpressionUUID->"a8f24305-6d26-48ab-94be-1486a7b160ec"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "bddc55a1-f9a2-4037-b610-77fb592b46a5"]} + "b6441148-be13-49f9-b26c-f8b646359942"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a52c60d6-7453-4d67-85a6-b0eac701039e"], + CacheGraphics->False,ExpressionUUID->"1a535451-9a3e-43fe-a1e3-9142de62b078"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ balanced. The return value must be 'True' or 'False' indicating that the \ system is balanced or not. On the second position balancing weights are \ returned. " - }],ExpressionUUID->"c7e64448-2c20-4c9e-99ad-840d897aa5a8"]}, + }],ExpressionUUID->"d29ca46f-0f4f-4bcd-8a7a-11f7ca5176e8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BalancedSystemQ", "[", @@ -249,7 +254,7 @@ returned. " FontFamily->"Source Sans Pro",ExpressionUUID-> "04743535-1862-4830-82c2-7ed640e39b6b"], " \[LineSeparator]by option set a different method can be invoked." - }],ExpressionUUID->"a5b08f7d-1977-47df-8871-70a22c757c7d"]} + }],ExpressionUUID->"58235371-612e-48ef-929e-e134e7ce3870"]} }]], "Usage", CellID->1413699596,ExpressionUUID->"9965a5b1-fdf3-4c16-86bb-444edf70f79e"] }, Open ]], @@ -282,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90e95c1e-ee08-462c-b4e0-5b13758031e8"], + ExpressionUUID->"c2eccbcb-ee07-4cc5-b27f-b4f168599bf3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b1df8982-9fce-4d89-8cc1-73471f6a80dc"], + "Spacer1"]],ExpressionUUID->"bea94fce-80d6-40f4-b500-46ec60db5310"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"046060cf-72f9-4b8e-9127-4c53e5f2c9b2"], + }], "NotesFrameText",ExpressionUUID->"5b8bb1ca-4872-4945-9db3-abd90ebc8658"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e60677b9-85be-4837-93a2-e8d150e56667"]], \ + "Preemptive"]],ExpressionUUID->"825872fa-0cf4-45e8-afc0-f0559144e215"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->162111554,ExpressionUUID->"4935c675-aea4-4f3e-acf7-d5bc11060585"], + CellID->1034530785,ExpressionUUID->"d259f1d6-a575-4bdd-a78b-8d2ddebc2243"], Cell[TextData[{ "The input expression ", @@ -368,11 +373,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e7876047-8f7b-4744-a627-8c07347c42d6"], "RevisedSimplex", Cell[ + "bf70077a-6582-4444-a2ac-6d216bcc1de4"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"2de13a02-39dd-4c98-adc5-09024dba030a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "69e0e46e-8c40-4b20-b699-21859bce798f"], + "88d227c8-d179-4438-814b-d2f57c758c00"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -388,11 +393,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f2e177d8-534e-4914-b78b-dfe0eef12f9c"], "CLP", Cell[ + "b3843c37-31c8-4c3d-be3c-0a2321eacf81"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"a9642976-5ba5-4dab-9967-40f960494c48"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "036a336d-3888-4a37-80d7-0a72276c8d9c"], + "73a4249c-e5d5-4e27-8398-6c6a22bdca57"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -408,11 +413,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "02f8ba51-f23e-44d8-8529-b6091368391b"], "InteriorPoint", Cell[ + "5dc9f561-0ab7-4487-8e0e-0a465b369f09"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"4c88a9e6-0fbf-4124-a3cd-3a75b39c0cfe"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "cd2346de-2b27-4d14-bf35-4655e280db66"], + "d38a4d50-9da9-45ad-b489-018b6852ead9"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -434,7 +439,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d0fbbff7-3b26-4d8e-b877-1ce07ce1bde5"], + "ac69bede-bb58-4abf-b638-c4274d2c7400"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -510,19 +515,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"63814135-506a-4926-8321-495f0f6e1fac"], + ExpressionUUID->"d82e6d04-691b-4cee-93b0-f1502206b88c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9215b8dc-8999-49c7-8b9b-1ed0fc380801"], + "Spacer1"]],ExpressionUUID->"11befe40-ed30-4375-96f0-ab0073324de0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "38afe51e-c3e7-4540-89c9-24b909e2b1e6"] + "b162e76b-f146-4f55-9307-b20876520795"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->878506654,ExpressionUUID->"e98927da-00d8-4533-8548-56f6546c796f"], + CellID->1635926897,ExpressionUUID->"dd80e0af-e43c-4723-af41-dd60fb46fe1d"], Cell[CellGroupData[{ @@ -551,18 +556,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"189264dd-d7c1-4501-8f94-96d4fb8cfa15"], + ExpressionUUID->"57ad8a10-1baa-4b3c-9013-662af215e2b8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b40233ff-b811-42fd-a045-541164cbebe9"], + "Spacer1"]],ExpressionUUID->"15b05ac3-0c86-4b28-989e-94cf2c55ff37"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b01710cd-9d19-476a-943d-0a47f9531245"] + "9fe742dc-9f9d-46a3-8669-ead02d16b768"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->74103767,ExpressionUUID->"a9578f4c-4dc1-49ae-9ed4-471ff079de29"], + CellID->1262908429,ExpressionUUID->"4c33fac8-8585-4f13-8e49-181a33e478ea"], Cell["Loading the package:", "ExampleText", CellID->1270053152,ExpressionUUID->"269c4dce-4346-43f3-8971-75a073c2761e"], @@ -1630,8 +1635,6 @@ DualLinearProgramming function of Mathematica. \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1779,15 +1782,15 @@ Cell[BoxData[GridBox[{ "49c0a1d8-ca95-4c8f-958c-ab7614b1d9b3"] }], "SeeAlso",ExpressionUUID->"f66a5442-4e71-495f-9726-244deac0071d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f00701d0-9412-4f4f-96de-\ -f7a2415ba60c"], + }]], "SeeAlsoSection",ExpressionUUID->"9f71e628-c746-4ae0-9e13-\ +66f957c65976"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1799,9 +1802,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5d927f16-b890-4d03-bf1c-c269140db43a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ff91e747-cc5f-4fc8-a8a1-\ -a00f6de0d516"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"17cc4441-820f-4130-8e50-\ +45a23185a2f4"], Cell[BoxData[GridBox[{ { @@ -1818,7 +1820,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "37320f3a-2cc7-4b33-8d7a-a08d57205666"]}]}, + "3d25040f-9f86-41a9-b7b4-43c2a883a531"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1826,10 +1828,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5740766a-3439-4317-915f-98b48fe59b3d"]}]} + "56407fc9-f619-479c-97b9-8321d7375740"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"09ea132c-c75e-44d7-8203-\ -0e08d6c2ee34"], + }]], "MoreAboutSection",ExpressionUUID->"179b6ed1-80eb-4342-810c-\ +3e05065bece2"], Cell[BoxData[GridBox[{ { @@ -1856,7 +1858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "21a564d5-7473-4e38-9238-b2005b0926b1"]], "RelatedLinks", + "92ef14e1-b87c-47ba-8df1-e3af7015fdc6"]], "RelatedLinks", ExpressionUUID->"41f93284-eb2b-4120-8bfa-3483e56de028"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1873,7 +1875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f338c35a-7b2f-4a14-808c-a895d8ada083"]], "RelatedLinks", + "7014dde1-2c7b-4189-8167-317f970103b7"]], "RelatedLinks", ExpressionUUID->"1ef8d8e2-3cd2-44a5-b965-bd39e4030fd1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1891,11 +1893,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0d8b644c-45f3-405c-a49c-29fce7abfcc7"]], "RelatedLinks", + "a1cad674-a463-428c-a1b3-dc23dd791964"]], "RelatedLinks", ExpressionUUID->"43db5769-5632-475b-96b1-7d055ff317e4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f4d2c09e-8681-455a-a918-\ -99e4130f6d97"], + }]], "RelatedLinksSection",ExpressionUUID->"58a6432a-a852-4cc1-a6d2-\ +d57fb372e623"], Cell[CellGroupData[{ @@ -1925,11 +1927,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a8ad82c0-83e5-4b25-91af-2e6d15b5b178"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2698b8e5-85cd-416f-a6aa-f26d01df3819"] +Cell[" ", "FooterCell",ExpressionUUID->"d018b5f3-74ef-4c0f-bb03-ca087a289849"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BalancedSystemQ", TaggingRules->{ @@ -1940,7 +1942,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 11.241344}", + "built" -> "{2024, 6, 3, 16, 51, 32.553817}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1950,11 +1952,11 @@ coalitions is balanced. The return value must be 'True' or 'False' indicating \ that the system is balanced or not. On the second position balancing weights \ are returned. BalancedSystemQ[collc, T, options] by option set a different \ method can be invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "BalancedSystemQ", "titlemodifier" -> "", "windowtitle" -> - "BalancedSystemQ", "type" -> "Symbol", "uri" -> + "BalancedSystemQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "BalancedSystemQ", "type" -> "Symbol", "uri" -> "TUG/ref/BalancedSystemQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1963,9 +1965,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"86449f66-d83b-434a-bb86-b701039cfa5d" +ExpressionUUID->"7d36840a-ea3a-434e-9184-1644ae17deca" ] (* End of Notebook Content *) @@ -1973,183 +1975,181 @@ ExpressionUUID->"86449f66-d83b-434a-bb86-b701039cfa5d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18883, 487, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e98927da-00d8-4533-8548-56f6546c796f", + Cell[18954, 492, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dd80e0af-e43c-4723-af41-dd60fb46fe1d", CellTags->"PrimaryExamplesSection", - CellID->878506654]} + CellID->1635926897]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 70796, 1974} + {"PrimaryExamplesSection", 70854, 1976} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7140, 168, 56, "AnchorBarGrid",ExpressionUUID->"49599539-50da-4d87-8d87-3d053bc4c1d4", +Cell[587, 21, 7210, 173, 57, "AnchorBarGrid",ExpressionUUID->"f270d30e-1598-4fd0-b8db-ef6b5702419b", CellID->1], -Cell[7730, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"314e24eb-74cd-48b8-87c0-1612bdd32ac2"], +Cell[7800, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c6499db7-a8b9-4366-a37e-a6642e85aba8"], Cell[CellGroupData[{ -Cell[7841, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"a52c60d6-7453-4d67-85a6-b0eac701039e"], -Cell[9133, 232, 1056, 21, 209, "Usage",ExpressionUUID->"9965a5b1-fdf3-4c16-86bb-444edf70f79e", +Cell[7911, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"1a535451-9a3e-43fe-a1e3-9142de62b078"], +Cell[9203, 237, 1056, 21, 208, "Usage",ExpressionUUID->"9965a5b1-fdf3-4c16-86bb-444edf70f79e", CellID->1413699596] }, Open ]], Cell[CellGroupData[{ -Cell[10226, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"4935c675-aea4-4f3e-acf7-d5bc11060585", +Cell[10296, 263, 1895, 47, 37, "NotesSection",ExpressionUUID->"d259f1d6-a575-4bdd-a78b-8d2ddebc2243", CellGroupingRules->{"SectionGrouping", 50}, - CellID->162111554], -Cell[12123, 307, 461, 11, 36, "]]",ExpressionUUID->"c7d5c81c-ae7d-48c7-866f-1db74a5273e6", + CellID->1034530785], +Cell[12194, 312, 461, 11, 36, "]]",ExpressionUUID->"c7d5c81c-ae7d-48c7-866f-1db74a5273e6", CellID->313448337], -Cell[12587, 320, 489, 12, 37, "Notes",ExpressionUUID->"db5dbfdf-46f6-471c-9fc4-8f3f325634f8", +Cell[12658, 325, 489, 12, 38, "Notes",ExpressionUUID->"db5dbfdf-46f6-471c-9fc4-8f3f325634f8", CellID->177724765], -Cell[13079, 334, 261, 5, 57, "Notes",ExpressionUUID->"82a105f4-31ba-4fcc-adfa-1ff6492a7152", +Cell[13150, 339, 261, 5, 57, "Notes",ExpressionUUID->"82a105f4-31ba-4fcc-adfa-1ff6492a7152", CellID->441475648], -Cell[13343, 341, 209, 4, 36, "Notes",ExpressionUUID->"77b36420-2a2c-4d79-a02a-3862f8b19c26", +Cell[13414, 346, 209, 4, 36, "Notes",ExpressionUUID->"77b36420-2a2c-4d79-a02a-3862f8b19c26", CellID->1542595034], -Cell[13555, 347, 282, 5, 57, "Notes",ExpressionUUID->"003c4695-3a31-4daf-9b62-c28ba10b155d", +Cell[13626, 352, 282, 5, 57, "Notes",ExpressionUUID->"003c4695-3a31-4daf-9b62-c28ba10b155d", CellID->1210693388], -Cell[13840, 354, 386, 12, 37, "Notes",ExpressionUUID->"22cd2e7c-de34-4bda-9f66-9c5e3514d5b0", +Cell[13911, 359, 386, 12, 38, "Notes",ExpressionUUID->"22cd2e7c-de34-4bda-9f66-9c5e3514d5b0", CellID->24981], -Cell[14229, 368, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"6f74aef4-8930-4f0a-8609-da872862fd21", +Cell[14300, 373, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"6f74aef4-8930-4f0a-8609-da872862fd21", CellID->12695], -Cell[15124, 388, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"a19e74df-b833-42a5-8ddf-6a53f6d12837", +Cell[15195, 393, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"a19e74df-b833-42a5-8ddf-6a53f6d12837", CellID->1546107665], -Cell[15982, 408, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"b738f7ed-c48a-4a93-a6b3-04c278aa5af8", +Cell[16053, 413, 867, 18, 67, "2ColumnTableMod",ExpressionUUID->"b738f7ed-c48a-4a93-a6b3-04c278aa5af8", CellID->512784626], -Cell[16852, 428, 272, 4, 70, "Notes",ExpressionUUID->"f35eec0f-11bf-4351-bf0e-9a3a5411075c", +Cell[16923, 433, 272, 4, 70, "Notes",ExpressionUUID->"f35eec0f-11bf-4351-bf0e-9a3a5411075c", CellID->1086410865], -Cell[17127, 434, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"93952e7d-5169-4dd0-b679-8ffdc4ee1f1b", +Cell[17198, 439, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"93952e7d-5169-4dd0-b679-8ffdc4ee1f1b", CellID->1565514921], -Cell[17809, 451, 438, 14, 70, "Notes",ExpressionUUID->"4c6a71d5-73e5-4f2e-ae6b-11f146a4a691", +Cell[17880, 456, 438, 14, 70, "Notes",ExpressionUUID->"4c6a71d5-73e5-4f2e-ae6b-11f146a4a691", CellID->17586], -Cell[18250, 467, 506, 14, 70, "Notes",ExpressionUUID->"db298987-8ea4-4417-a74e-72ce8ac80424", +Cell[18321, 472, 506, 14, 70, "Notes",ExpressionUUID->"db298987-8ea4-4417-a74e-72ce8ac80424", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18883, 487, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e98927da-00d8-4533-8548-56f6546c796f", +Cell[18954, 492, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dd80e0af-e43c-4723-af41-dd60fb46fe1d", CellTags->"PrimaryExamplesSection", - CellID->878506654], + CellID->1635926897], Cell[CellGroupData[{ -Cell[20328, 528, 1397, 36, 70, "ExampleSection",ExpressionUUID->"a9578f4c-4dc1-49ae-9ed4-471ff079de29", - CellID->74103767], -Cell[21728, 566, 119, 1, 70, "ExampleText",ExpressionUUID->"269c4dce-4346-43f3-8971-75a073c2761e", +Cell[20400, 533, 1399, 36, 70, "ExampleSection",ExpressionUUID->"4c33fac8-8585-4f13-8e49-181a33e478ea", + CellID->1262908429], +Cell[21802, 571, 119, 1, 70, "ExampleText",ExpressionUUID->"269c4dce-4346-43f3-8971-75a073c2761e", CellID->1270053152], Cell[CellGroupData[{ -Cell[21872, 571, 168, 3, 70, "Input",ExpressionUUID->"568a5f42-6ec1-4e27-a9fd-356397af5240", +Cell[21946, 576, 168, 3, 70, "Input",ExpressionUUID->"568a5f42-6ec1-4e27-a9fd-356397af5240", CellID->1489704837], Cell[CellGroupData[{ -Cell[22065, 578, 236, 4, 70, "Print",ExpressionUUID->"5a9af897-791b-41f6-981a-45dfb8d3cfdf", +Cell[22139, 583, 236, 4, 70, "Print",ExpressionUUID->"5a9af897-791b-41f6-981a-45dfb8d3cfdf", CellID->586308197], -Cell[22304, 584, 366, 8, 70, "Print",ExpressionUUID->"3f393d2d-3cab-49b2-9146-ddd212180af8", +Cell[22378, 589, 366, 8, 70, "Print",ExpressionUUID->"3f393d2d-3cab-49b2-9146-ddd212180af8", CellID->1623817370], -Cell[22673, 594, 237, 4, 70, "Print",ExpressionUUID->"64e2581c-06fe-4682-86a9-e72448668678", +Cell[22747, 599, 237, 4, 70, "Print",ExpressionUUID->"64e2581c-06fe-4682-86a9-e72448668678", CellID->1022943049], -Cell[22913, 600, 221, 3, 70, "Print",ExpressionUUID->"f53f30cb-a32b-4f1f-b05f-5c071f2d10ff", +Cell[22987, 605, 221, 3, 70, "Print",ExpressionUUID->"f53f30cb-a32b-4f1f-b05f-5c071f2d10ff", CellID->1847132389], -Cell[23137, 605, 207, 3, 70, "Print",ExpressionUUID->"884b27a3-4b3f-4644-aa11-98ca11639729", +Cell[23211, 610, 207, 3, 70, "Print",ExpressionUUID->"884b27a3-4b3f-4644-aa11-98ca11639729", CellID->821305397], -Cell[23347, 610, 238, 4, 70, "Print",ExpressionUUID->"ef36dfc8-d7b8-4718-8610-76f0983327a3", +Cell[23421, 615, 238, 4, 70, "Print",ExpressionUUID->"ef36dfc8-d7b8-4718-8610-76f0983327a3", CellID->1223665867], -Cell[23588, 616, 221, 3, 70, "Print",ExpressionUUID->"96edadc5-c730-4cc5-b761-59366c899856", +Cell[23662, 621, 221, 3, 70, "Print",ExpressionUUID->"96edadc5-c730-4cc5-b761-59366c899856", CellID->1559944977], -Cell[23812, 621, 237, 4, 70, "Print",ExpressionUUID->"a3771dd4-a1c4-413d-8350-3d448bca5de6", +Cell[23886, 626, 237, 4, 70, "Print",ExpressionUUID->"a3771dd4-a1c4-413d-8350-3d448bca5de6", CellID->1441657795], -Cell[24052, 627, 236, 4, 70, "Print",ExpressionUUID->"136e866b-6935-4cd4-9ed3-4efce1be954a", +Cell[24126, 632, 236, 4, 70, "Print",ExpressionUUID->"136e866b-6935-4cd4-9ed3-4efce1be954a", CellID->176986381], -Cell[24291, 633, 207, 3, 70, "Print",ExpressionUUID->"8fb7b4b9-285a-4610-872b-f890e72e2793", +Cell[24365, 638, 207, 3, 70, "Print",ExpressionUUID->"8fb7b4b9-285a-4610-872b-f890e72e2793", CellID->863002816], -Cell[24501, 638, 237, 4, 70, "Print",ExpressionUUID->"909a67a9-7a3f-4dd7-9104-7f84e236b778", +Cell[24575, 643, 237, 4, 70, "Print",ExpressionUUID->"909a67a9-7a3f-4dd7-9104-7f84e236b778", CellID->1563618128] }, Open ]] }, Open ]], -Cell[24765, 646, 137, 1, 70, "ExampleText",ExpressionUUID->"77a103e4-5d49-466b-8223-9e67984a5535", +Cell[24839, 651, 137, 1, 70, "ExampleText",ExpressionUUID->"77a103e4-5d49-466b-8223-9e67984a5535", CellID->1293041975], -Cell[24905, 649, 234, 6, 70, "Input",ExpressionUUID->"25c5ff92-924a-424e-b5e0-00d8250dbdae", +Cell[24979, 654, 234, 6, 70, "Input",ExpressionUUID->"25c5ff92-924a-424e-b5e0-00d8250dbdae", CellID->441939849], -Cell[25142, 657, 381, 9, 70, "Input",ExpressionUUID->"06d06174-4aa5-44f3-b7a9-db8c29469c27", +Cell[25216, 662, 381, 9, 70, "Input",ExpressionUUID->"06d06174-4aa5-44f3-b7a9-db8c29469c27", CellID->1127081152], -Cell[25526, 668, 237, 6, 70, "Input",ExpressionUUID->"bee41e77-cc02-4379-b7c6-7407d52ad4df", +Cell[25600, 673, 237, 6, 70, "Input",ExpressionUUID->"bee41e77-cc02-4379-b7c6-7407d52ad4df", CellID->885920935], -Cell[25766, 676, 191, 4, 70, "ExampleText",ExpressionUUID->"6c04aae5-4f7e-44a9-a1d7-fb8f47511025", +Cell[25840, 681, 191, 4, 70, "ExampleText",ExpressionUUID->"6c04aae5-4f7e-44a9-a1d7-fb8f47511025", CellID->1488770911], Cell[CellGroupData[{ -Cell[25982, 684, 172, 3, 70, "Input",ExpressionUUID->"192e6e7a-362e-49fc-80f6-0a4a54bc975e", +Cell[26056, 689, 172, 3, 70, "Input",ExpressionUUID->"192e6e7a-362e-49fc-80f6-0a4a54bc975e", CellID->656569012], -Cell[26157, 689, 226, 5, 36, "Output",ExpressionUUID->"a08ed662-bbaf-478e-90dc-48363412d987", +Cell[26231, 694, 226, 5, 36, "Output",ExpressionUUID->"a08ed662-bbaf-478e-90dc-48363412d987", CellID->1145428468] }, Open ]], -Cell[26398, 697, 190, 4, 70, "ExampleText",ExpressionUUID->"86e02dcd-1a00-4e0d-9390-31fb09d1c770", +Cell[26472, 702, 190, 4, 70, "ExampleText",ExpressionUUID->"86e02dcd-1a00-4e0d-9390-31fb09d1c770", CellID->348028287], Cell[CellGroupData[{ -Cell[26613, 705, 193, 4, 70, "Input",ExpressionUUID->"001b37a0-171f-4025-b8c9-9e12495b6ad1", +Cell[26687, 710, 193, 4, 70, "Input",ExpressionUUID->"001b37a0-171f-4025-b8c9-9e12495b6ad1", CellID->524574589], -Cell[26809, 711, 314, 9, 51, "Output",ExpressionUUID->"57e96d29-fcf4-4f25-8a0e-482830098c15", +Cell[26883, 716, 314, 9, 50, "Output",ExpressionUUID->"57e96d29-fcf4-4f25-8a0e-482830098c15", CellID->194946577] }, Open ]], -Cell[27138, 723, 176, 3, 70, "ExampleText",ExpressionUUID->"806fdea6-0c11-4fe8-8496-9a7781302303", +Cell[27212, 728, 176, 3, 70, "ExampleText",ExpressionUUID->"806fdea6-0c11-4fe8-8496-9a7781302303", CellID->1975212160], Cell[CellGroupData[{ -Cell[27339, 730, 344, 8, 70, "Input",ExpressionUUID->"ed049e34-b19e-414f-96ee-c88c0194bbf9", +Cell[27413, 735, 344, 8, 70, "Input",ExpressionUUID->"ed049e34-b19e-414f-96ee-c88c0194bbf9", CellID->47026190], -Cell[27686, 740, 15863, 427, 424, "Output",ExpressionUUID->"cb0a3640-975c-4cbf-bd36-f44eb6d0f1bd", +Cell[27760, 745, 15863, 427, 415, "Output",ExpressionUUID->"cb0a3640-975c-4cbf-bd36-f44eb6d0f1bd", CellID->111448904] }, Open ]], -Cell[43564, 1170, 180, 3, 70, "ExampleText",ExpressionUUID->"8457bc4d-fcfa-4208-b7a1-d13067ab1fad", +Cell[43638, 1175, 180, 3, 70, "ExampleText",ExpressionUUID->"8457bc4d-fcfa-4208-b7a1-d13067ab1fad", CellID->57201341], Cell[CellGroupData[{ -Cell[43769, 1177, 184, 4, 70, "Input",ExpressionUUID->"f5c52d13-dde0-4b06-a345-f7378ab38be2", +Cell[43843, 1182, 184, 4, 70, "Input",ExpressionUUID->"f5c52d13-dde0-4b06-a345-f7378ab38be2", CellID->406105119], -Cell[43956, 1183, 6018, 189, 154, "Output",ExpressionUUID->"23065d6d-b918-444b-aa10-b588c9776a7f", +Cell[44030, 1188, 6018, 189, 151, "Output",ExpressionUUID->"23065d6d-b918-444b-aa10-b588c9776a7f", CellID->599432552] }, Open ]], -Cell[49989, 1375, 205, 4, 70, "ExampleText",ExpressionUUID->"c4996b3e-3d0e-4fc1-bfcf-5a4b6613d4ce", +Cell[50063, 1380, 205, 4, 70, "ExampleText",ExpressionUUID->"c4996b3e-3d0e-4fc1-bfcf-5a4b6613d4ce", CellID->936692292], Cell[CellGroupData[{ -Cell[50219, 1383, 281, 8, 70, "Input",ExpressionUUID->"9a0c1c69-3e90-4af0-b14e-43faf1e3c898", +Cell[50293, 1388, 281, 8, 70, "Input",ExpressionUUID->"9a0c1c69-3e90-4af0-b14e-43faf1e3c898", CellID->1460859203], -Cell[50503, 1393, 4631, 143, 172, "Output",ExpressionUUID->"4e615129-66b3-4e65-9597-8f7fd621adde", +Cell[50577, 1398, 4631, 143, 172, "Output",ExpressionUUID->"4e615129-66b3-4e65-9597-8f7fd621adde", CellID->1479467951] }, Open ]], -Cell[55149, 1539, 231, 4, 70, "ExampleText",ExpressionUUID->"2cd1c9a4-3dce-4632-9aed-8a620726f72e", +Cell[55223, 1544, 231, 4, 70, "ExampleText",ExpressionUUID->"2cd1c9a4-3dce-4632-9aed-8a620726f72e", CellID->1989792395], Cell[CellGroupData[{ -Cell[55405, 1547, 179, 4, 70, "Input",ExpressionUUID->"a8e5f999-9844-4a41-971e-20e9f8c52162", +Cell[55479, 1552, 179, 4, 70, "Input",ExpressionUUID->"a8e5f999-9844-4a41-971e-20e9f8c52162", CellID->392016869], -Cell[55587, 1553, 590, 18, 36, "Output",ExpressionUUID->"01ef2cd4-2930-4ea1-848e-ec9416c595c4", +Cell[55661, 1558, 590, 18, 36, "Output",ExpressionUUID->"01ef2cd4-2930-4ea1-848e-ec9416c595c4", CellID->1688281707] }, Open ]], -Cell[56192, 1574, 174, 3, 70, "ExampleText",ExpressionUUID->"5a80771b-fa09-4171-b00b-70464c318838", +Cell[56266, 1579, 174, 3, 70, "ExampleText",ExpressionUUID->"5a80771b-fa09-4171-b00b-70464c318838", CellID->430361704], Cell[CellGroupData[{ -Cell[56391, 1581, 179, 4, 70, "Input",ExpressionUUID->"8f9a0254-04c2-4fb4-8f09-e197dfaeba09", +Cell[56465, 1586, 179, 4, 70, "Input",ExpressionUUID->"8f9a0254-04c2-4fb4-8f09-e197dfaeba09", CellID->1186469859], -Cell[56573, 1587, 507, 15, 51, "Output",ExpressionUUID->"4690a068-c409-45eb-9db0-b4e8b6c74fc5", +Cell[56647, 1592, 507, 15, 51, "Output",ExpressionUUID->"4690a068-c409-45eb-9db0-b4e8b6c74fc5", CellID->1841523164] }, Open ]], -Cell[57095, 1605, 449, 12, 70, "ExampleText",ExpressionUUID->"fb4d5c8c-a769-4201-81a7-3553149608b2", +Cell[57169, 1610, 449, 12, 70, "ExampleText",ExpressionUUID->"fb4d5c8c-a769-4201-81a7-3553149608b2", CellID->763095439], -Cell[57547, 1619, 309, 5, 70, "ExampleText",ExpressionUUID->"92ec470c-d7c4-43e1-a92a-af18dff4f2ec", +Cell[57621, 1624, 309, 5, 70, "ExampleText",ExpressionUUID->"92ec470c-d7c4-43e1-a92a-af18dff4f2ec", CellID->1016669901] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[58160, 1637, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"9f71e628-c746-4ae0-9e13-66f957c65976"], +Cell[63678, 1787, 670, 18, 70, "TechNotesSection",ExpressionUUID->"17cc4441-820f-4130-8e50-45a23185a2f4"], +Cell[64351, 1807, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"179b6ed1-80eb-4342-810c-3e05065bece2"], +Cell[65387, 1835, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"58a6432a-a852-4cc1-a6d2-d57fb372e623"], Cell[CellGroupData[{ -Cell[58108, 1634, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"f00701d0-9412-4f4f-96de-f7a2415ba60c"], -Cell[63626, 1784, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ff91e747-cc5f-4fc8-a8a1-a00f6de0d516"] -}, Open ]], -Cell[64311, 1805, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"09ea132c-c75e-44d7-8203-0e08d6c2ee34"], -Cell[65347, 1833, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"f4d2c09e-8681-455a-a918-99e4130f6d97"], -Cell[CellGroupData[{ -Cell[67629, 1901, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"df36bcc5-fea8-420c-923e-2a843240846e", +Cell[67669, 1903, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"df36bcc5-fea8-420c-923e-2a843240846e", CellID->778415021], -Cell[67769, 1904, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"020dee04-2c69-45a7-8acf-c995c89050e0", +Cell[67809, 1906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"020dee04-2c69-45a7-8acf-c995c89050e0", CellID->1194386356], -Cell[67991, 1910, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f993f406-8cb3-4d48-815e-56419ad60c4d", +Cell[68031, 1912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f993f406-8cb3-4d48-815e-56419ad60c4d", CellID->1641706272], -Cell[68206, 1915, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c61824f2-6c15-47c2-8ec4-51666fadfbde", +Cell[68246, 1917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c61824f2-6c15-47c2-8ec4-51666fadfbde", CellID->399251956], -Cell[68435, 1921, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8ad82c0-83e5-4b25-91af-2e6d15b5b178", +Cell[68475, 1923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8ad82c0-83e5-4b25-91af-2e6d15b5b178", CellID->821434655] }, Open ]], -Cell[68672, 1927, 78, 0, 70, "FooterCell",ExpressionUUID->"2698b8e5-85cd-416f-a6aa-f26d01df3819"] +Cell[68712, 1929, 78, 0, 70, "FooterCell",ExpressionUUID->"d018b5f3-74ef-4c0f-bb03-ca087a289849"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BargUnanMat.nb b/Documentation/English/ReferencePages/Symbols/BargUnanMat.nb index 7aaa941..397d2a2 100644 --- a/Documentation/English/ReferencePages/Symbols/BargUnanMat.nb +++ b/Documentation/English/ReferencePages/Symbols/BargUnanMat.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46502, 1223] -NotebookOptionsPosition[ 38284, 1059] -NotebookOutlinePosition[ 40398, 1113] -CellTagsIndexPosition[ 40312, 1108] +NotebookDataLength[ 46513, 1223] +NotebookOptionsPosition[ 38308, 1061] +NotebookOutlinePosition[ 40440, 1115] +CellTagsIndexPosition[ 40354, 1110] WindowTitle->BargUnanMat WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cbbdb751-0092-4de2-8f94-ac81059a8c7c"], + "e927563d-1f27-42a1-b383-13a92d0ea1d2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a08cdec5-5b49-4ffa-9006-e42e97f72c83"], + "69a8e867-5191-4488-86cf-324e9969ec1d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "adf2c051-08ac-4cfe-b0d6-fc69af14b25a"] - }],ExpressionUUID->"41ce5131-ea65-4d64-b3cc-6ec11ca53814"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "30139268-152d-4fe6-baef-9b8c9e341d79"] + }],ExpressionUUID->"56d28110-3509-4110-bbd9-14691e97dab6"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "67d2a653-9ffb-4f00-8b3d-7bebfbaaedd1"], + "e50bcbcc-8017-496f-a472-6b278cd67b03"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a84631ed-ac61-4922-a257-3055c507722e"] - }],ExpressionUUID->"669f6f42-113d-4e62-a406-25397060940d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d4222f7e-654c-413b-b3b3-0e1fe2c75cb2"] + }],ExpressionUUID->"aaf51572-04a1-4743-9367-2a9784825ed4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "681d424d-7dff-444f-ad54-c37c9e18f0e1"], + "a724b8e1-b83c-4b75-8062-b272f931890c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2a4a2159-3a2e-4659-a78b-f64ded901db0"] - }],ExpressionUUID->"e7276a92-6bfa-4667-83f3-be497f2b0d0b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8fe8103d-67d1-4895-9ac6-8168c5f7c471"] + }],ExpressionUUID->"9258528b-e4c1-4aff-8de6-ff6b5a2d7b10"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2eec630c-e2e7-4cf0-9492-591677fb54bc"], + "d6180929-b40f-40d9-9390-508938386464"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "22bf27e8-959d-4324-abdd-d41c3cce2bdb"] - }],ExpressionUUID->"ba7b06cd-239f-4096-b073-cd4b0244517c"], - StripOnInput->False], {"\<\"TUG/ref/BargUnanMat\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BargUnanMat"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/BargUnanMat.\ + "2667b284-0308-4bc0-9f40-4296258f6467"] + }],ExpressionUUID->"b52a29a9-e9ce-4ac8-b423-14e23ced0402"], + StripOnInput->False],{ + "\"TUG/ref/BargUnanMat\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BargUnanMat"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/BargUnanMat.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$39266], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BargUnanMat" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$40546], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BargUnanMat" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "514ed644-8e3f-48f1-977a-1620d3be8137"] + "13e847ba-aa61-4f6b-b0c4-f930a37e1c92"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "aefbb68b-f101-45a1-a3ed-9cc333210848"]} + "ae615a57-20a5-4caf-8294-396a6d96f3ab"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7ca74251-47a1-41c4-a089-55d66f6acde8"], + CellID->1,ExpressionUUID->"0cacb5af-4cb4-4736-82b9-63fd54c8a6c1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"09cb628d-db79-489e-9ad2-d728f29bf18b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d7de31c7-dec0-46fe-be22-96a3f3eb5cd8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BargUnanMat", "ObjectName",ExpressionUUID-> - "451a63e4-8a10-4c7f-8b0b-b4aedc4c6d45"], + "0d682a04-90d8-41b6-a896-663e9d88a3ec"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6f376e0a-09e5-4b3d-b469-de260bd74cf4"], + "Spacer1"]],ExpressionUUID->"083ff124-04d7-4a4c-983b-c0ebc6141f59"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1ef28c64-0a3d-4f1d-a2e4-62aa817a93e3"] - }],ExpressionUUID->"b131e0bf-c6f8-4315-a962-8b6941bf6b0f"], Cell[BoxData[ + "305271ae-8585-4260-8711-ae7aacc1fe80"] + }],ExpressionUUID->"6556162a-7499-4f79-bbf4-13b9199a0a6c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0995a621-c2b8-403a-bf65-e06523ca003a"]} + "ba9534a4-3390-4ec4-af81-813b468b66a6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"30803dc6-3995-4bf1-82b6-15cd41f978a0"], + CacheGraphics->False,ExpressionUUID->"956bef99-5373-4ac1-93df-6d04ac483eec"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "78ba6da1-f783-4d96-9416-7a6cf11c798f"], "\[LineSeparator]is an option for the package function \ ImputationToEqClass to determine a derived bargaining unanimity matrix. " - }],ExpressionUUID->"8d3100bb-cb05-48cc-b907-68ece91516a5"]} + }],ExpressionUUID->"8460a589-4c7b-4e49-9b1d-0d6c3dbe39c9"]} }]], "Usage", CellID->848049522,ExpressionUUID->"4ca4acb9-7326-4e15-9700-eb3c3b76539c"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3a43b6eb-1e28-451e-ab34-1df4ac951231"], + ExpressionUUID->"85e13eb5-836f-4e09-876d-5150a700cabb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b3075ddb-7038-4660-ab16-3534e091b0d0"], + "Spacer1"]],ExpressionUUID->"074950e2-582b-48c0-bfcd-edffeccf62b7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"60faf5c9-2e05-40d0-b361-467ff63f2f11"], + }], "NotesFrameText",ExpressionUUID->"fd51d7a3-dd93-4e8b-aae3-9191b7ccbefb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"17287d15-7a24-41d4-973c-d5a3085fe8e0"]], \ + "Preemptive"]],ExpressionUUID->"96db2c0d-1c4b-42b4-bd28-da5ab5c28f98"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->556617276,ExpressionUUID->"2eec1d82-7065-4f1f-badb-3cad314c4588"], + CellID->1279017582,ExpressionUUID->"1302e393-1bef-4309-8aa6-5610d33a5dc9"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d1d023d3-13d2-4047-9866-ece183efd228"], + ExpressionUUID->"8e3c9212-408d-40a0-8580-2705be1be354"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5829b526-7d0f-4b8d-bd89-2169a0712a94"], + "Spacer1"]],ExpressionUUID->"549bda8d-09e4-4193-874e-9418aefa9e7d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b66e7c33-d522-4145-a695-634886d81a81"] + "e646853d-e502-42c8-81af-714c56dadb0d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1929863504,ExpressionUUID->"26a62c56-d40b-4772-bdf9-52945e0b535c"], + CellID->1349799275,ExpressionUUID->"fe71d6f5-8d22-41d9-a3c8-bbd3dfcefe27"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5c0e5207-a74f-49d8-b984-a29e1dc9deea"], + ExpressionUUID->"c83ad22e-3747-4b6d-b059-bcc4653a75d5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"704b0352-9f4f-4b9c-8031-6c4dab8e7b1a"], + "Spacer1"]],ExpressionUUID->"f2c11041-190c-458a-8c56-75ba203d616b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5a48013b-ee2a-4e2f-b7cf-9d7b9e1c68e6"] + "0514cf88-63b1-4b30-a0cc-abc27e382372"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->313122289,ExpressionUUID->"b9adb79b-274d-48b5-be9a-15fb68f7db0c"], + CellID->2011107128,ExpressionUUID->"59cbf426-fbcf-4272-96a5-42d6da5a2d9b"], Cell["Loading the package:", "ExampleText", CellID->1266460980,ExpressionUUID->"4679c6c9-b157-4cd7-bdcf-1633982eea77"], @@ -744,8 +749,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -893,15 +896,15 @@ Cell[BoxData[GridBox[{ "d08d6cf3-5dce-4767-b31d-8c4c6b4b923c"] }], "SeeAlso",ExpressionUUID->"b53196b2-67e6-41d7-987d-c90a66619d97"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"28cf4874-f5c3-49e8-bdc0-\ -2cfa7e0a1d9f"], + }]], "SeeAlsoSection",ExpressionUUID->"3b531e16-f413-4633-af22-\ +397e4e9f6d4d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -913,9 +916,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d9c40194-3858-4ed8-984f-24c99e840846"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d078917d-7043-4f92-b46f-\ -7b0af4ee5a4f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"99c7c97c-06a5-4e02-96b3-\ +b319ecf566e5"], Cell[BoxData[GridBox[{ { @@ -932,7 +934,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6eff1651-a3ad-41f7-87cf-217b5de87dd0"]}]}, + "dd54c0c0-df77-461f-a0d1-5e9bd8058308"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -940,10 +942,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e390cb43-195f-4c1c-b9bf-da4968b17393"]}]} + "5f5b1dfe-57ff-4238-a621-a3d63a520dac"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"82c3b9c5-be57-46c8-bbe4-\ -d9f74c70f04b"], + }]], "MoreAboutSection",ExpressionUUID->"e97c5ab2-be10-4280-bbdd-\ +b8d1648b467d"], Cell[BoxData[GridBox[{ { @@ -970,7 +972,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e8532368-d787-40d3-bff2-f600dbd3356f"]], "RelatedLinks", + "1c59cf5e-8f38-403e-90dd-96b91b055a85"]], "RelatedLinks", ExpressionUUID->"4a4466c9-f55a-4572-a92f-38bb8dadd595"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -987,7 +989,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d70e7f4a-f494-4ee1-9413-154da05a3f43"]], "RelatedLinks", + "e40a1c58-224e-45e5-b6e2-353b28ff0063"]], "RelatedLinks", ExpressionUUID->"d7abbdd5-e91f-46f1-853b-8ac6a9f54b31"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1004,7 +1006,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DetEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d79eefe6-4efe-420a-9823-b4a32384f4f2"]], "RelatedLinks", + "88e43052-3d05-4f8b-b182-6e93ff5bdb10"]], "RelatedLinks", ExpressionUUID->"74b45790-567d-431e-8f25-873ba539be49"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1021,11 +1023,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fea10dc6-75f4-44e9-819e-f3a1d0fb0b2c"]], "RelatedLinks", + "4716aafb-710c-4ed1-89fa-ff840aa398ba"]], "RelatedLinks", ExpressionUUID->"bbdddf01-4bac-464e-a7ff-b4783f0f20c1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"40798fb5-a8a1-48cf-abfb-\ -be28390fd7d4"], + }]], "RelatedLinksSection",ExpressionUUID->"4bcb2635-1a9e-48cf-bf04-\ +4b8fa7f32d11"], Cell[CellGroupData[{ @@ -1055,11 +1057,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"bc67efcf-87e0-40ae-85c2-6e77c26aacfe"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"349ed30a-623a-48d1-be08-efff18878e26"] +Cell[" ", "FooterCell",ExpressionUUID->"f263a409-c674-490f-a598-61ca5b231baa"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BargUnanMat", TaggingRules->{ @@ -1070,7 +1072,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 14.495579}", + "built" -> "{2024, 6, 3, 16, 51, 35.727418}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1078,10 +1080,10 @@ TaggingRules->{ "BargUnanMat is an option for the package function ImputationToEqClass to \ determine a derived bargaining unanimity matrix. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BargUnanMat", "titlemodifier" -> "", - "windowtitle" -> "BargUnanMat", "type" -> "Symbol", "uri" -> - "TUG/ref/BargUnanMat"}}, + "metadescription" -> "", "windowtitle" -> "BargUnanMat", "type" -> + "Symbol", "uri" -> "TUG/ref/BargUnanMat"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1090,9 +1092,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f05d3d46-ea4a-4e1b-9cb8-3445e0260ac0" +ExpressionUUID->"ae17f7cb-650e-4c97-9d08-4327a1fa383f" ] (* End of Notebook Content *) @@ -1100,131 +1102,129 @@ ExpressionUUID->"f05d3d46-ea4a-4e1b-9cb8-3445e0260ac0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12303, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"26a62c56-d40b-4772-bdf9-52945e0b535c", + Cell[12360, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fe71d6f5-8d22-41d9-a3c8-bbd3dfcefe27", CellTags->"PrimaryExamplesSection", - CellID->1929863504]} + CellID->1349799275]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40111, 1101} + {"PrimaryExamplesSection", 40153, 1103} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"7ca74251-47a1-41c4-a089-55d66f6acde8", +Cell[583, 21, 7180, 173, 57, "AnchorBarGrid",ExpressionUUID->"0cacb5af-4cb4-4736-82b9-63fd54c8a6c1", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"09cb628d-db79-489e-9ad2-d728f29bf18b"], +Cell[7766, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d7de31c7-dec0-46fe-be22-96a3f3eb5cd8"], Cell[CellGroupData[{ -Cell[7821, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"30803dc6-3995-4bf1-82b6-15cd41f978a0"], -Cell[9109, 232, 489, 9, 111, "Usage",ExpressionUUID->"4ca4acb9-7326-4e15-9700-eb3c3b76539c", +Cell[7877, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"956bef99-5373-4ac1-93df-6d04ac483eec"], +Cell[9165, 237, 489, 9, 109, "Usage",ExpressionUUID->"4ca4acb9-7326-4e15-9700-eb3c3b76539c", CellID->848049522] }, Open ]], Cell[CellGroupData[{ -Cell[9635, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"2eec1d82-7065-4f1f-badb-3cad314c4588", +Cell[9691, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"1302e393-1bef-4309-8aa6-5610d33a5dc9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->556617276], -Cell[11532, 295, 489, 12, 37, "Notes",ExpressionUUID->"0f731c25-10b0-4655-b790-c05b984f58c9", + CellID->1279017582], +Cell[11589, 300, 489, 12, 38, "Notes",ExpressionUUID->"0f731c25-10b0-4655-b790-c05b984f58c9", CellID->177724765], -Cell[12024, 309, 152, 1, 36, "Notes",ExpressionUUID->"316031d0-dcd8-4667-8230-1874e2680fa6", +Cell[12081, 314, 152, 1, 36, "Notes",ExpressionUUID->"316031d0-dcd8-4667-8230-1874e2680fa6", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12303, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"26a62c56-d40b-4772-bdf9-52945e0b535c", +Cell[12360, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fe71d6f5-8d22-41d9-a3c8-bbd3dfcefe27", CellTags->"PrimaryExamplesSection", - CellID->1929863504], + CellID->1349799275], Cell[CellGroupData[{ -Cell[13749, 357, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b9adb79b-274d-48b5-be9a-15fb68f7db0c", - CellID->313122289], -Cell[15150, 395, 119, 1, 38, "ExampleText",ExpressionUUID->"4679c6c9-b157-4cd7-bdcf-1633982eea77", +Cell[13806, 362, 1399, 36, 30, "ExampleSection",ExpressionUUID->"59cbf426-fbcf-4272-96a5-42d6da5a2d9b", + CellID->2011107128], +Cell[15208, 400, 119, 1, 39, "ExampleText",ExpressionUUID->"4679c6c9-b157-4cd7-bdcf-1633982eea77", CellID->1266460980], Cell[CellGroupData[{ -Cell[15294, 400, 168, 3, 27, "Input",ExpressionUUID->"7325d45a-2d67-4cec-9a93-2b0e6bc0626c", +Cell[15352, 405, 168, 3, 27, "Input",ExpressionUUID->"7325d45a-2d67-4cec-9a93-2b0e6bc0626c", CellID->1022542118], Cell[CellGroupData[{ -Cell[15487, 407, 237, 4, 23, "Print",ExpressionUUID->"0c524d44-fa2d-4954-b401-9eb29f3106ff", +Cell[15545, 412, 237, 4, 23, "Print",ExpressionUUID->"0c524d44-fa2d-4954-b401-9eb29f3106ff", CellID->1552943746], -Cell[15727, 413, 365, 8, 23, "Print",ExpressionUUID->"a6b51af6-d328-463c-927f-d7adeebb4043", +Cell[15785, 418, 365, 8, 23, "Print",ExpressionUUID->"a6b51af6-d328-463c-927f-d7adeebb4043", CellID->374202897], -Cell[16095, 423, 237, 4, 23, "Print",ExpressionUUID->"1805630e-ba52-4142-81ec-e5c1af45cd6d", +Cell[16153, 428, 237, 4, 23, "Print",ExpressionUUID->"1805630e-ba52-4142-81ec-e5c1af45cd6d", CellID->1728682902], -Cell[16335, 429, 220, 3, 23, "Print",ExpressionUUID->"1894157e-d666-44b0-90f9-d3c1be22e98a", +Cell[16393, 434, 220, 3, 23, "Print",ExpressionUUID->"1894157e-d666-44b0-90f9-d3c1be22e98a", CellID->446564842], -Cell[16558, 434, 208, 3, 23, "Print",ExpressionUUID->"2166b40f-9c3d-47df-9b31-6277830276d8", +Cell[16616, 439, 208, 3, 23, "Print",ExpressionUUID->"2166b40f-9c3d-47df-9b31-6277830276d8", CellID->1485313353], -Cell[16769, 439, 238, 4, 23, "Print",ExpressionUUID->"e6d1ea0a-23d9-408b-ac33-e2b212676d9f", +Cell[16827, 444, 238, 4, 23, "Print",ExpressionUUID->"e6d1ea0a-23d9-408b-ac33-e2b212676d9f", CellID->1383483166], -Cell[17010, 445, 221, 3, 23, "Print",ExpressionUUID->"5df5bc2e-031c-4eb1-bcdd-9a49cf0be565", +Cell[17068, 450, 221, 3, 23, "Print",ExpressionUUID->"5df5bc2e-031c-4eb1-bcdd-9a49cf0be565", CellID->1963769172], -Cell[17234, 450, 236, 4, 23, "Print",ExpressionUUID->"ab5b0082-0748-4fc2-95aa-75b8aa76b263", +Cell[17292, 455, 236, 4, 23, "Print",ExpressionUUID->"ab5b0082-0748-4fc2-95aa-75b8aa76b263", CellID->563761013], -Cell[17473, 456, 236, 4, 23, "Print",ExpressionUUID->"1e8e7d16-4243-4547-8628-58ae3238041b", +Cell[17531, 461, 236, 4, 23, "Print",ExpressionUUID->"1e8e7d16-4243-4547-8628-58ae3238041b", CellID->483407458], -Cell[17712, 462, 208, 3, 23, "Print",ExpressionUUID->"fe250965-bdc4-4d5e-8a17-23549035c66c", +Cell[17770, 467, 208, 3, 23, "Print",ExpressionUUID->"fe250965-bdc4-4d5e-8a17-23549035c66c", CellID->1419596354], -Cell[17923, 467, 236, 4, 23, "Print",ExpressionUUID->"62ea85d7-085b-461d-bed6-1d355486074d", +Cell[17981, 472, 236, 4, 23, "Print",ExpressionUUID->"62ea85d7-085b-461d-bed6-1d355486074d", CellID->620949604] }, Open ]] }, Open ]], -Cell[18186, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"b7b427bd-0dd4-4fe8-9a9f-fbeea85688bd", +Cell[18244, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"b7b427bd-0dd4-4fe8-9a9f-fbeea85688bd", CellID->1291287810], -Cell[18326, 478, 235, 6, 27, "Input",ExpressionUUID->"9d919eeb-5ec3-4501-941a-06c2430758fa", +Cell[18384, 483, 235, 6, 27, "Input",ExpressionUUID->"9d919eeb-5ec3-4501-941a-06c2430758fa", CellID->1635725308], -Cell[18564, 486, 380, 9, 27, "Input",ExpressionUUID->"0543c70e-e93d-4665-869f-87f10921ec7d", +Cell[18622, 491, 380, 9, 27, "Input",ExpressionUUID->"0543c70e-e93d-4665-869f-87f10921ec7d", CellID->871020629], -Cell[18947, 497, 237, 6, 70, "Input",ExpressionUUID->"c7b282e7-35f5-4ba5-9cb5-62962aed7561", +Cell[19005, 502, 237, 6, 27, "Input",ExpressionUUID->"c7b282e7-35f5-4ba5-9cb5-62962aed7561", CellID->104477109], -Cell[19187, 505, 139, 1, 70, "ExampleText",ExpressionUUID->"7e95706e-bca7-497e-b25e-cf0f82bbdad5", +Cell[19245, 510, 139, 1, 70, "ExampleText",ExpressionUUID->"7e95706e-bca7-497e-b25e-cf0f82bbdad5", CellID->1387875310], Cell[CellGroupData[{ -Cell[19351, 510, 190, 4, 70, "Input",ExpressionUUID->"4e55904d-7326-4cd7-a3e8-9423b92e9a76", +Cell[19409, 515, 190, 4, 70, "Input",ExpressionUUID->"4e55904d-7326-4cd7-a3e8-9423b92e9a76", CellID->854784485], -Cell[19544, 516, 270, 7, 51, "Output",ExpressionUUID->"41462c98-491e-49ab-8298-ae8af71b8eef", +Cell[19602, 521, 270, 7, 50, "Output",ExpressionUUID->"41462c98-491e-49ab-8298-ae8af71b8eef", CellID->1755380864] }, Open ]], -Cell[19829, 526, 212, 4, 70, "ExampleText",ExpressionUUID->"57663391-dc1f-4f6a-923a-01e4beb5d182", +Cell[19887, 531, 212, 4, 70, "ExampleText",ExpressionUUID->"57663391-dc1f-4f6a-923a-01e4beb5d182", CellID->1152684253], Cell[CellGroupData[{ -Cell[20066, 534, 226, 5, 70, "Input",ExpressionUUID->"d24c79cf-134b-4935-91a8-6c0c1666b9a9", +Cell[20124, 539, 226, 5, 70, "Input",ExpressionUUID->"d24c79cf-134b-4935-91a8-6c0c1666b9a9", CellID->857442711], -Cell[20295, 541, 1144, 40, 36, "Output",ExpressionUUID->"c0850dd6-84ca-48e7-8c17-25e45055a614", +Cell[20353, 546, 1144, 40, 36, "Output",ExpressionUUID->"c0850dd6-84ca-48e7-8c17-25e45055a614", CellID->425754472] }, Open ]], -Cell[21454, 584, 391, 8, 70, "ExampleText",ExpressionUUID->"66f10e5c-e5c2-4cb1-b960-99f4b701c9f5", +Cell[21512, 589, 391, 8, 70, "ExampleText",ExpressionUUID->"66f10e5c-e5c2-4cb1-b960-99f4b701c9f5", CellID->786633123], Cell[CellGroupData[{ -Cell[21870, 596, 328, 8, 70, "Input",ExpressionUUID->"9be97944-359d-4b9a-8eca-4024b0f3c2bf", +Cell[21928, 601, 328, 8, 70, "Input",ExpressionUUID->"9be97944-359d-4b9a-8eca-4024b0f3c2bf", CellID->1854241964], -Cell[22201, 606, 2927, 82, 87, "Output",ExpressionUUID->"272c9cfb-ab59-4d71-9241-4cf3ac549b5a", +Cell[22259, 611, 2927, 82, 85, "Output",ExpressionUUID->"272c9cfb-ab59-4d71-9241-4cf3ac549b5a", CellID->1160526904] }, Open ]], Cell[CellGroupData[{ -Cell[25165, 693, 158, 3, 70, "Input",ExpressionUUID->"044d150d-572b-4b7e-a6e5-c439513d2265", +Cell[25223, 698, 158, 3, 70, "Input",ExpressionUUID->"044d150d-572b-4b7e-a6e5-c439513d2265", CellID->1113121052], -Cell[25326, 698, 1446, 39, 132, "Output",ExpressionUUID->"ebab56ee-abbe-42a4-a256-dbb5b84030ef", +Cell[25384, 703, 1446, 39, 125, "Output",ExpressionUUID->"ebab56ee-abbe-42a4-a256-dbb5b84030ef", CellID->959178407] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27072, 751, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3b531e16-f413-4633-af22-397e4e9f6d4d"], +Cell[32578, 901, 670, 18, 70, "TechNotesSection",ExpressionUUID->"99c7c97c-06a5-4e02-96b3-b319ecf566e5"], +Cell[33251, 921, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e97c5ab2-be10-4280-bbdd-b8d1648b467d"], +Cell[34287, 949, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"4bcb2635-1a9e-48cf-bf04-4b8fa7f32d11"], Cell[CellGroupData[{ -Cell[27036, 748, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"28cf4874-f5c3-49e8-bdc0-2cfa7e0a1d9f"], -Cell[32542, 898, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d078917d-7043-4f92-b46f-7b0af4ee5a4f"] -}, Open ]], -Cell[33227, 919, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"82c3b9c5-be57-46c8-bbe4-d9f74c70f04b"], -Cell[34263, 947, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"40798fb5-a8a1-48cf-abfb-be28390fd7d4"], -Cell[CellGroupData[{ -Cell[37158, 1031, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7780bcbc-9662-4c60-9ab5-e5d753357c00", +Cell[37182, 1033, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7780bcbc-9662-4c60-9ab5-e5d753357c00", CellID->2135167160], -Cell[37299, 1034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b94ebc7-8ad4-4383-8709-f28cab77187a", +Cell[37323, 1036, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b94ebc7-8ad4-4383-8709-f28cab77187a", CellID->1194386356], -Cell[37521, 1040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a154bfab-0504-4799-923e-1cd9b498ceca", +Cell[37545, 1042, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a154bfab-0504-4799-923e-1cd9b498ceca", CellID->1641706272], -Cell[37736, 1045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4eeadc63-ed26-4040-a8a7-64a7d726c52f", +Cell[37760, 1047, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4eeadc63-ed26-4040-a8a7-64a7d726c52f", CellID->399251956], -Cell[37965, 1051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bc67efcf-87e0-40ae-85c2-6e77c26aacfe", +Cell[37989, 1053, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bc67efcf-87e0-40ae-85c2-6e77c26aacfe", CellID->821434655] }, Open ]], -Cell[38202, 1057, 78, 0, 70, "FooterCell",ExpressionUUID->"349ed30a-623a-48d1-be08-efff18878e26"] +Cell[38226, 1059, 78, 0, 70, "FooterCell",ExpressionUUID->"f263a409-c674-490f-a598-61ca5b231baa"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BargainUnanMatrix.nb b/Documentation/English/ReferencePages/Symbols/BargainUnanMatrix.nb index e6a8086..9e578c1 100644 --- a/Documentation/English/ReferencePages/Symbols/BargainUnanMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/BargainUnanMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48811, 1257] -NotebookOptionsPosition[ 39690, 1078] -NotebookOutlinePosition[ 41909, 1133] -CellTagsIndexPosition[ 41823, 1128] +NotebookDataLength[ 48826, 1257] +NotebookOptionsPosition[ 39715, 1080] +NotebookOutlinePosition[ 41954, 1135] +CellTagsIndexPosition[ 41868, 1130] WindowTitle->BargainUnanMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8ef66d58-dda0-44fa-81db-c9a32227320b"], + "ca0ed02d-ac34-4398-941b-aa3f3956c1b9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2f4e124a-03ee-476c-9a2e-1d5779e2774e"], + "3597746e-2a99-4408-b791-c50fe2e920c9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "383a2e5b-f6c6-4286-93dd-1cf61f432cfc"] - }],ExpressionUUID->"fe10a08c-720b-4eee-8770-7e3eac29f098"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "6a8e18e3-192e-4b2d-a3ef-a0a3006113f0"] + }],ExpressionUUID->"b3a69c09-4f87-4909-95e8-e2b9ba5b478b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "119a3336-618e-4712-a45b-d9f6bb3677d7"], + "02f40d35-89f4-41cd-b836-950e8ece5735"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2dd40528-480b-461c-a24a-f6df48dff668"] - }],ExpressionUUID->"45c4981d-598b-43c7-9a94-4433447936fb"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7a0699a8-d938-4282-9f65-d0adb090530a"] + }],ExpressionUUID->"a0a701be-9a19-46a0-8365-926aac31382f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe7ed55a-47b9-4779-9abb-3f95267e0cb1"], + "29f57243-44b8-4fbb-8198-f8733c18fb31"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bec76ab5-90f8-4106-8d5b-b8b9d0cadfdc"] - }],ExpressionUUID->"13056192-84be-4779-bb89-9ee038d12c94"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b0484e68-891f-4c19-9744-470b0099f737"] + }],ExpressionUUID->"6ab32d1a-5522-4d11-ae9e-8b7880e57fea"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9138dcf1-a251-40fa-a29c-4d52385777eb"], + "678ff883-5909-4cfd-b600-34495ff14fe8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "663e9a2f-8888-4f6b-a486-99d4971f3078"] - }],ExpressionUUID->"dd13a342-6afb-4c77-9a98-3e4003fc01e7"], - StripOnInput->False], {"\<\"TUG/ref/BargainUnanMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BargainUnanMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "eb79fd3d-7e65-4fa0-8efc-99d194527751"] + }],ExpressionUUID->"337f1555-b55c-42c2-b6d4-9790f6ef42e3"], + StripOnInput->False],{ + "\"TUG/ref/BargainUnanMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BargainUnanMatrix"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BargainUnanMatrix.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$38693], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BargainUnanMatrix" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$39939], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BargainUnanMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "589464e5-6f50-4d63-bd75-0f29d6657092"] + "ee1056da-5d11-4fae-b405-26d29a31af25"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b8d94567-38cc-4a8a-8f37-d0572214d5f1"]} + "3082877d-a834-47c2-a1ad-6f9248dc7e40"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8c7ea717-a805-446c-a1a2-6a35e2559bd6"], + CellID->1,ExpressionUUID->"87360901-e4e5-4c1c-8bf6-851383ff0d2c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e0053cbb-d9c1-41d0-9c8d-da35119be9d8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2a70c5ea-db7e-4b49-94d8-99e4afacb7bc"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BargainUnanMatrix", "ObjectName",ExpressionUUID-> - "7d90290e-099e-4e7e-8acc-9ffc7f27d8f7"], + "0f24be25-f9d4-44ba-a454-f9dfa8e79668"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"fe02770e-00cd-486e-a05e-c2d24f0711ff"], + "Spacer1"]],ExpressionUUID->"69399fdc-a071-4f16-bcb9-df78eed4e5ef"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "846f6230-96b8-4c63-8887-3031ccdd5dff"] - }],ExpressionUUID->"3643a54b-2f75-40de-b526-8ce32d885cff"], Cell[BoxData[ + "94811058-0093-4dd4-ad15-16c588bb8a27"] + }],ExpressionUUID->"f7a9440e-4d2d-47d6-b3b3-b46dfa4d55be"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a01847f2-2431-4605-ac05-6eaf19d75124"]} + "885bdba2-a7b9-4778-acd9-686e4ee22582"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4d7c6c94-bda3-4134-96fe-f65435a7d9d0"], + CacheGraphics->False,ExpressionUUID->"5f8b7336-c661-4bee-8716-cd0ef5d7938b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "f731141d-088d-4242-8562-1a5c216ea3ba"], " \[LineSeparator]computes a derived bargaining unanimity matrix." - }],ExpressionUUID->"95dee7b0-41a7-42df-b2dd-54efa80af7de"]}, + }],ExpressionUUID->"8db222ca-a64d-470d-94d3-565f8f56d1d2"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BargainUnanMatrix", "[", @@ -248,7 +253,7 @@ Cell[BoxData[GridBox[{ "fb8a798f-a729-4c53-8322-be2149f25af6"], " \[LineSeparator]turning the option off the vector of the grand \ coalition is removed from the list." - }],ExpressionUUID->"1d9fe601-3872-444e-a12d-780b304ed1dc"]} + }],ExpressionUUID->"7b4c5826-5382-41a0-bc08-97f5c2c1300f"]} }]], "Usage", CellID->1358592324,ExpressionUUID->"88fc23a0-e3dd-4836-8ba9-8b6520d50549"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d8ea31cd-a525-4434-9565-f15b2ef8ed79"], + ExpressionUUID->"a892a165-61e2-4263-8feb-19e3c55c1be1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d11f4d4e-c231-435d-af7b-cde74992adbf"], + "Spacer1"]],ExpressionUUID->"72616788-6705-4ad4-9d24-48c0b97fd333"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"dca00181-3281-42e1-bccc-1c23177ed8ec"], + }], "NotesFrameText",ExpressionUUID->"d3f5376c-351e-4c8f-b7a5-eaf7266c9472"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"dad18d76-2efa-4e35-a724-180aedf191ab"]], \ + "Preemptive"]],ExpressionUUID->"e205deb6-2fc6-4682-8a51-860dc3169804"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->770371153,ExpressionUUID->"5d2e84a6-ef0b-469e-9b4e-fb7123994c94"], + CellID->408786106,ExpressionUUID->"1148897b-3e44-40c9-a7a3-e520b3bf7419"], Cell[TextData[{ "The input expression ", @@ -370,7 +375,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1291d46f-7927-4589-b365-8372f042d9aa"], + "7d35d2fb-4412-4a03-a170-ed66246efb60"], TemplateBox[{ Cell[ TextData["EffVector"]], "paclet:TUG/ref/EffVector", @@ -435,19 +440,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cdeb89e2-8d7d-4902-88df-2ebb05a0ad14"], + ExpressionUUID->"24501db1-cddb-4e91-9d95-b3f5595ed01d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0363d63e-32c2-403d-8f03-b7750775f9d9"], + "Spacer1"]],ExpressionUUID->"796cba6e-fc45-4966-a9e8-ab1616e87b54"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9fbbc555-1914-4323-bc18-5a7897bff01b"] + "8628307f-ffb3-44cd-a9b2-155b2e9e78b5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->14304189,ExpressionUUID->"fcd3f950-297e-4748-8318-665a1602544e"], + CellID->1537159625,ExpressionUUID->"61cd137d-d6e1-420d-a2b9-0ead0b348718"], Cell[CellGroupData[{ @@ -476,18 +481,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"30848668-034e-4e47-9cc7-bed0de228c40"], + ExpressionUUID->"d3d050a3-83e5-418a-a136-65ea2a9ae370"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5b58fe66-b66a-47ec-a527-35b890d6f186"], + "Spacer1"]],ExpressionUUID->"40973255-83c5-490e-a35c-778b80f8dd6b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b1b3bb99-b6fe-4973-9f21-bdde6e0c101a"] + "32192f5f-92d0-430e-885b-a0437c2f45d2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->728122792,ExpressionUUID->"508c4666-b714-4238-a318-022255d79a94"], + CellID->1297768932,ExpressionUUID->"408d2115-3b0d-49f3-9f1b-1ff382303651"], Cell["Loading the package:", "ExampleText", CellID->954887473,ExpressionUUID->"c382558c-edb8-4c0d-9288-54fd8a75633a"], @@ -763,8 +768,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -912,15 +915,15 @@ Cell[BoxData[GridBox[{ "50217cfb-9090-470e-8b73-5000653321c9"] }], "SeeAlso",ExpressionUUID->"2a61e4e3-2631-4a73-9ecb-9aae6452fa0b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"eaedad8b-456a-4816-aa85-\ -fdb5e64ca3f1"], + }]], "SeeAlsoSection",ExpressionUUID->"a629df40-278f-4047-88ec-\ +321063f005b9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -932,9 +935,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f7f7b853-9dea-4527-b669-c3ebcd762bd9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b94ebd4c-c3c3-4bce-ae73-\ -320e558a6842"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f0529523-fc80-4195-b0b6-\ +76a7079a110a"], Cell[BoxData[GridBox[{ { @@ -951,7 +953,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bd434715-2d25-4f0a-abca-c8531f61b187"]}]}, + "aa6f787d-a1db-4036-b89d-c890996fa002"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -959,10 +961,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "08dec65b-e74d-4d39-adff-31d67e19f1c1"]}]} + "3f0cf886-85d4-477f-a143-8877c757e4db"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0925661a-dff6-486f-a4e3-\ -82b205200af7"], + }]], "MoreAboutSection",ExpressionUUID->"beee088e-fefd-44e8-b1f3-\ +db7ccb8968df"], Cell[BoxData[GridBox[{ { @@ -989,7 +991,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e48a1fe9-8193-4bb0-b64d-9f23aad378a8"]], "RelatedLinks", + "0db95146-cf54-4a31-bd35-902634e70105"]], "RelatedLinks", ExpressionUUID->"c5846e46-5085-4f43-8d92-6ea986f99548"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1006,7 +1008,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a0441bb3-ed3e-4833-a6b9-85181bfe2f6e"]], "RelatedLinks", + "fa7be0d4-9a94-4e7c-9620-0543d40fb18a"]], "RelatedLinks", ExpressionUUID->"d6d72c3a-bf38-43ca-bed3-ced8e20c61bf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1023,7 +1025,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c949b0c5-d8e9-46fa-aa5e-b75c38b53e79"]], "RelatedLinks", + "935faf73-838a-455f-8b1d-2734e1ef7930"]], "RelatedLinks", ExpressionUUID->"4c3a965d-fc0a-4d44-975b-8a65cbf23ebc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1040,11 +1042,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DetEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f9006958-4a47-4396-8d5c-376105be58a2"]], "RelatedLinks", + "1d973a9f-d136-49fb-898f-e8ab89fe3f70"]], "RelatedLinks", ExpressionUUID->"dee6a93e-e159-4c07-862d-68d5fc8627f0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"dfcaa073-334d-48f0-8a11-\ -12906dd1ed2b"], + }]], "RelatedLinksSection",ExpressionUUID->"986c8672-063f-454a-a445-\ +e1feb895863b"], Cell[CellGroupData[{ @@ -1074,11 +1076,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"67fa5088-c27f-4539-8917-baf2ae4a49fc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"44ef2fe0-dd59-4d42-a4e6-2135adc60b02"] +Cell[" ", "FooterCell",ExpressionUUID->"f1ae0f22-169b-4051-b782-5308f1fea1a4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BargainUnanMatrix", TaggingRules->{ @@ -1089,7 +1091,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 13.017410}", + "built" -> "{2024, 6, 3, 16, 51, 34.890356}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1098,10 +1100,10 @@ TaggingRules->{ matrix. BargainUnanMatrix[game, payoff, options] turning the option off the \ vector of the grand coalition is removed from the list.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BargainUnanMatrix", "titlemodifier" -> "", - "windowtitle" -> "BargainUnanMatrix", "type" -> "Symbol", "uri" -> - "TUG/ref/BargainUnanMatrix"}}, + "metadescription" -> "", "windowtitle" -> "BargainUnanMatrix", "type" -> + "Symbol", "uri" -> "TUG/ref/BargainUnanMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1110,9 +1112,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5192ca08-e749-4da2-923c-d58880f194fa" +ExpressionUUID->"0afe3713-d22a-4bc7-8239-2d80d99e5266" ] (* End of Notebook Content *) @@ -1120,145 +1122,143 @@ ExpressionUUID->"5192ca08-e749-4da2-923c-d58880f194fa" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15923, 412, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fcd3f950-297e-4748-8318-665a1602544e", + Cell[15979, 417, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61cd137d-d6e1-420d-a2b9-0ead0b348718", CellTags->"PrimaryExamplesSection", - CellID->14304189]} + CellID->1537159625]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41624, 1121} + {"PrimaryExamplesSection", 41667, 1123} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7150, 168, 56, "AnchorBarGrid",ExpressionUUID->"8c7ea717-a805-446c-a1a2-6a35e2559bd6", +Cell[589, 21, 7206, 173, 57, "AnchorBarGrid",ExpressionUUID->"87360901-e4e5-4c1c-8bf6-851383ff0d2c", CellID->1], -Cell[7742, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e0053cbb-d9c1-41d0-9c8d-da35119be9d8"], +Cell[7798, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2a70c5ea-db7e-4b49-94d8-99e4afacb7bc"], Cell[CellGroupData[{ -Cell[7853, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"4d7c6c94-bda3-4134-96fe-f65435a7d9d0"], -Cell[9147, 232, 946, 20, 187, "Usage",ExpressionUUID->"88fc23a0-e3dd-4836-8ba9-8b6520d50549", +Cell[7909, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5f8b7336-c661-4bee-8716-cd0ef5d7938b"], +Cell[9203, 237, 946, 20, 186, "Usage",ExpressionUUID->"88fc23a0-e3dd-4836-8ba9-8b6520d50549", CellID->1358592324] }, Open ]], Cell[CellGroupData[{ -Cell[10130, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"5d2e84a6-ef0b-469e-9b4e-fb7123994c94", +Cell[10186, 262, 1894, 47, 37, "NotesSection",ExpressionUUID->"1148897b-3e44-40c9-a7a3-e520b3bf7419", CellGroupingRules->{"SectionGrouping", 50}, - CellID->770371153], -Cell[12027, 306, 782, 20, 57, "]]",ExpressionUUID->"2f9c8474-3732-4aef-978b-8945c9387b5a", + CellID->408786106], +Cell[12083, 311, 782, 20, 57, "]]",ExpressionUUID->"2f9c8474-3732-4aef-978b-8945c9387b5a", CellID->209133038], -Cell[12812, 328, 489, 12, 37, "Notes",ExpressionUUID->"2ca8cf47-acad-4822-a777-f56e2243c1f1", +Cell[12868, 333, 489, 12, 38, "Notes",ExpressionUUID->"2ca8cf47-acad-4822-a777-f56e2243c1f1", CellID->177724765], -Cell[13304, 342, 301, 5, 57, "Notes",ExpressionUUID->"9210dba6-df1e-4e72-83c4-be33655119a5", +Cell[13360, 347, 301, 5, 57, "Notes",ExpressionUUID->"9210dba6-df1e-4e72-83c4-be33655119a5", CellID->440270301], -Cell[13608, 349, 172, 3, 36, "Notes",ExpressionUUID->"3729d374-9305-4c7d-b2a4-2d9994043e00", +Cell[13664, 354, 172, 3, 36, "Notes",ExpressionUUID->"3729d374-9305-4c7d-b2a4-2d9994043e00", CellID->2129761828], -Cell[13783, 354, 294, 5, 57, "Notes",ExpressionUUID->"70085df5-229d-45a0-b0a2-e0158e26e259", +Cell[13839, 359, 294, 5, 57, "Notes",ExpressionUUID->"70085df5-229d-45a0-b0a2-e0158e26e259", CellID->766392029], -Cell[14080, 361, 130, 1, 36, "Notes",ExpressionUUID->"db5d609e-d788-4113-abcd-f53f08be4a6a", +Cell[14136, 366, 130, 1, 36, "Notes",ExpressionUUID->"db5d609e-d788-4113-abcd-f53f08be4a6a", CellID->1863182561], -Cell[14213, 364, 267, 4, 49, "Notes",ExpressionUUID->"1d1650c6-6bff-46be-b138-c64ea1c54031", +Cell[14269, 369, 267, 4, 48, "Notes",ExpressionUUID->"1d1650c6-6bff-46be-b138-c64ea1c54031", CellID->13178], -Cell[14483, 370, 808, 20, 58, "3ColumnTableMod",ExpressionUUID->"f76c1b13-90ce-4bce-9036-daf45eaf835e", +Cell[14539, 375, 808, 20, 60, "3ColumnTableMod",ExpressionUUID->"f76c1b13-90ce-4bce-9036-daf45eaf835e", CellID->1782664966], -Cell[15294, 392, 502, 14, 37, "Notes",ExpressionUUID->"786d94bf-155b-43e0-a083-ea20c1847f57", +Cell[15350, 397, 502, 14, 38, "Notes",ExpressionUUID->"786d94bf-155b-43e0-a083-ea20c1847f57", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15923, 412, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fcd3f950-297e-4748-8318-665a1602544e", +Cell[15979, 417, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61cd137d-d6e1-420d-a2b9-0ead0b348718", CellTags->"PrimaryExamplesSection", - CellID->14304189], + CellID->1537159625], Cell[CellGroupData[{ -Cell[17367, 453, 1398, 36, 30, "ExampleSection",ExpressionUUID->"508c4666-b714-4238-a318-022255d79a94", - CellID->728122792], -Cell[18768, 491, 118, 1, 70, "ExampleText",ExpressionUUID->"c382558c-edb8-4c0d-9288-54fd8a75633a", +Cell[17425, 458, 1399, 36, 30, "ExampleSection",ExpressionUUID->"408d2115-3b0d-49f3-9f1b-1ff382303651", + CellID->1297768932], +Cell[18827, 496, 118, 1, 70, "ExampleText",ExpressionUUID->"c382558c-edb8-4c0d-9288-54fd8a75633a", CellID->954887473], Cell[CellGroupData[{ -Cell[18911, 496, 167, 3, 70, "Input",ExpressionUUID->"b2e72010-b5b4-4f6b-9d24-6cc3e23d181d", +Cell[18970, 501, 167, 3, 70, "Input",ExpressionUUID->"b2e72010-b5b4-4f6b-9d24-6cc3e23d181d", CellID->703976406], Cell[CellGroupData[{ -Cell[19103, 503, 237, 4, 70, "Print",ExpressionUUID->"cf44018b-d3bd-452d-9276-373d0fb0a97a", +Cell[19162, 508, 237, 4, 70, "Print",ExpressionUUID->"cf44018b-d3bd-452d-9276-373d0fb0a97a", CellID->2090652682], -Cell[19343, 509, 366, 8, 70, "Print",ExpressionUUID->"14a8171c-4706-4460-bdfa-efb28ac7da3e", +Cell[19402, 514, 366, 8, 70, "Print",ExpressionUUID->"14a8171c-4706-4460-bdfa-efb28ac7da3e", CellID->2083816857], -Cell[19712, 519, 237, 4, 70, "Print",ExpressionUUID->"8d70d041-9224-4cda-9c99-69584b135843", +Cell[19771, 524, 237, 4, 70, "Print",ExpressionUUID->"8d70d041-9224-4cda-9c99-69584b135843", CellID->1327018941], -Cell[19952, 525, 220, 3, 70, "Print",ExpressionUUID->"015a4785-53d5-413f-841a-af6770d5cdf3", +Cell[20011, 530, 220, 3, 70, "Print",ExpressionUUID->"015a4785-53d5-413f-841a-af6770d5cdf3", CellID->990719904], -Cell[20175, 530, 208, 3, 70, "Print",ExpressionUUID->"384afbb8-06c2-420f-941f-32bc3b68a0bb", +Cell[20234, 535, 208, 3, 70, "Print",ExpressionUUID->"384afbb8-06c2-420f-941f-32bc3b68a0bb", CellID->1721209225], -Cell[20386, 535, 238, 4, 70, "Print",ExpressionUUID->"05da4390-7583-42aa-b385-61e7dc8a0e59", +Cell[20445, 540, 238, 4, 70, "Print",ExpressionUUID->"05da4390-7583-42aa-b385-61e7dc8a0e59", CellID->1247553132], -Cell[20627, 541, 220, 3, 70, "Print",ExpressionUUID->"09219d98-9109-4a5b-9b05-d1b4250c3430", +Cell[20686, 546, 220, 3, 70, "Print",ExpressionUUID->"09219d98-9109-4a5b-9b05-d1b4250c3430", CellID->410770299], -Cell[20850, 546, 237, 4, 70, "Print",ExpressionUUID->"e2c379ab-c106-405f-a926-a912b88c11eb", +Cell[20909, 551, 237, 4, 70, "Print",ExpressionUUID->"e2c379ab-c106-405f-a926-a912b88c11eb", CellID->1895641009], -Cell[21090, 552, 237, 4, 70, "Print",ExpressionUUID->"f11865e2-53a6-4bd8-8434-8f1da1ac45b3", +Cell[21149, 557, 237, 4, 70, "Print",ExpressionUUID->"f11865e2-53a6-4bd8-8434-8f1da1ac45b3", CellID->2042747656], -Cell[21330, 558, 208, 3, 70, "Print",ExpressionUUID->"6cc8ec4f-525d-4887-b715-91579aaa1a5f", +Cell[21389, 563, 208, 3, 70, "Print",ExpressionUUID->"6cc8ec4f-525d-4887-b715-91579aaa1a5f", CellID->1447867465], -Cell[21541, 563, 236, 4, 70, "Print",ExpressionUUID->"4401168d-9713-43c7-a612-1103a9ac3308", +Cell[21600, 568, 236, 4, 70, "Print",ExpressionUUID->"4401168d-9713-43c7-a612-1103a9ac3308", CellID->845518942] }, Open ]] }, Open ]], -Cell[21804, 571, 136, 1, 70, "ExampleText",ExpressionUUID->"d9dee14b-b24c-4abe-b3bc-3682cb93d7fa", +Cell[21863, 576, 136, 1, 70, "ExampleText",ExpressionUUID->"d9dee14b-b24c-4abe-b3bc-3682cb93d7fa", CellID->451970255], -Cell[21943, 574, 234, 6, 70, "Input",ExpressionUUID->"842aee68-b573-487d-a565-ab1d5aa8a28c", +Cell[22002, 579, 234, 6, 70, "Input",ExpressionUUID->"842aee68-b573-487d-a565-ab1d5aa8a28c", CellID->510334443], -Cell[22180, 582, 381, 9, 70, "Input",ExpressionUUID->"51c0a6e6-b539-40e5-ad39-83b6efa2e56f", +Cell[22239, 587, 381, 9, 70, "Input",ExpressionUUID->"51c0a6e6-b539-40e5-ad39-83b6efa2e56f", CellID->2000916052], -Cell[22564, 593, 237, 6, 70, "Input",ExpressionUUID->"ea3e91e1-91aa-4e94-a223-414f99833a5d", +Cell[22623, 598, 237, 6, 70, "Input",ExpressionUUID->"ea3e91e1-91aa-4e94-a223-414f99833a5d", CellID->739287679], -Cell[22804, 601, 191, 4, 70, "ExampleText",ExpressionUUID->"81a77266-1874-4805-a6de-cbb3e5b92e53", +Cell[22863, 606, 191, 4, 70, "ExampleText",ExpressionUUID->"81a77266-1874-4805-a6de-cbb3e5b92e53", CellID->2132591244], Cell[CellGroupData[{ -Cell[23020, 609, 174, 3, 70, "Input",ExpressionUUID->"d96f2688-b8bd-4e7d-835f-26f62b99450f", +Cell[23079, 614, 174, 3, 70, "Input",ExpressionUUID->"d96f2688-b8bd-4e7d-835f-26f62b99450f", CellID->684704187], -Cell[23197, 614, 219, 5, 36, "Output",ExpressionUUID->"6e1e724f-02eb-40ac-b242-5012d1ef1450", +Cell[23256, 619, 219, 5, 36, "Output",ExpressionUUID->"6e1e724f-02eb-40ac-b242-5012d1ef1450", CellID->1797851137] }, Open ]], -Cell[23431, 622, 138, 1, 70, "ExampleText",ExpressionUUID->"af1059cd-3e04-4d62-b2e2-3e47764d107e", +Cell[23490, 627, 138, 1, 70, "ExampleText",ExpressionUUID->"af1059cd-3e04-4d62-b2e2-3e47764d107e", CellID->308978810], Cell[CellGroupData[{ -Cell[23594, 627, 190, 4, 70, "Input",ExpressionUUID->"770a9f5c-89f6-4889-bdb4-5676b30a9d47", +Cell[23653, 632, 190, 4, 70, "Input",ExpressionUUID->"770a9f5c-89f6-4889-bdb4-5676b30a9d47", CellID->818473074], -Cell[23787, 633, 270, 7, 51, "Output",ExpressionUUID->"9111bf34-c9af-48e5-9de7-65dca5580e89", +Cell[23846, 638, 270, 7, 50, "Output",ExpressionUUID->"9111bf34-c9af-48e5-9de7-65dca5580e89", CellID->1485051018] }, Open ]], -Cell[24072, 643, 385, 8, 70, "ExampleText",ExpressionUUID->"06b4c424-7854-415c-b8a2-a96f9cdd7de8", +Cell[24131, 648, 385, 8, 70, "ExampleText",ExpressionUUID->"06b4c424-7854-415c-b8a2-a96f9cdd7de8", CellID->1124974489], Cell[CellGroupData[{ -Cell[24482, 655, 280, 6, 70, "Input",ExpressionUUID->"c7fa4e8e-f29f-48e4-8fca-1a2173ad415a", +Cell[24541, 660, 280, 6, 70, "Input",ExpressionUUID->"c7fa4e8e-f29f-48e4-8fca-1a2173ad415a", CellID->843712496], -Cell[24765, 663, 1740, 43, 70, "Output",ExpressionUUID->"b4bb5668-11dc-49ba-89e5-7515f185bebe", +Cell[24824, 668, 1740, 43, 69, "Output",ExpressionUUID->"b4bb5668-11dc-49ba-89e5-7515f185bebe", CellID->1383901781] }, Open ]], Cell[CellGroupData[{ -Cell[26542, 711, 157, 3, 70, "Input",ExpressionUUID->"a2f4cab9-efb1-44fc-a380-d3e678e790b2", +Cell[26601, 716, 157, 3, 70, "Input",ExpressionUUID->"a2f4cab9-efb1-44fc-a380-d3e678e790b2", CellID->800751254], -Cell[26702, 716, 1476, 40, 132, "Output",ExpressionUUID->"053b8747-6f9a-458b-8703-ae98d654d951", +Cell[26761, 721, 1476, 40, 125, "Output",ExpressionUUID->"053b8747-6f9a-458b-8703-ae98d654d951", CellID->371267286] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28479, 770, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a629df40-278f-4047-88ec-321063f005b9"], +Cell[33985, 920, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f0529523-fc80-4195-b0b6-76a7079a110a"], +Cell[34658, 940, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"beee088e-fefd-44e8-b1f3-db7ccb8968df"], +Cell[35694, 968, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"986c8672-063f-454a-a445-e1feb895863b"], Cell[CellGroupData[{ -Cell[28442, 767, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"eaedad8b-456a-4816-aa85-fdb5e64ca3f1"], -Cell[33948, 917, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b94ebd4c-c3c3-4bce-ae73-320e558a6842"] -}, Open ]], -Cell[34633, 938, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0925661a-dff6-486f-a4e3-82b205200af7"], -Cell[35669, 966, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"dfcaa073-334d-48f0-8a11-12906dd1ed2b"], -Cell[CellGroupData[{ -Cell[38564, 1050, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a19ddca1-5814-4909-812f-cc78845d1c5e", +Cell[38589, 1052, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a19ddca1-5814-4909-812f-cc78845d1c5e", CellID->2135167160], -Cell[38705, 1053, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c29a624b-6f76-41c5-8587-9ea3c84939e4", +Cell[38730, 1055, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c29a624b-6f76-41c5-8587-9ea3c84939e4", CellID->1194386356], -Cell[38927, 1059, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"51eacc20-d02b-4c5c-856d-0a5ccff44d2e", +Cell[38952, 1061, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"51eacc20-d02b-4c5c-856d-0a5ccff44d2e", CellID->1641706272], -Cell[39142, 1064, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1054804e-79e7-441c-b565-1bdcf3a18984", +Cell[39167, 1066, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1054804e-79e7-441c-b565-1bdcf3a18984", CellID->399251956], -Cell[39371, 1070, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"67fa5088-c27f-4539-8917-baf2ae4a49fc", +Cell[39396, 1072, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"67fa5088-c27f-4539-8917-baf2ae4a49fc", CellID->821434655] }, Open ]], -Cell[39608, 1076, 78, 0, 70, "FooterCell",ExpressionUUID->"44ef2fe0-dd59-4d42-a4e6-2135adc60b02"] +Cell[39633, 1078, 78, 0, 70, "FooterCell",ExpressionUUID->"f1ae0f22-169b-4051-b782-5308f1fea1a4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BaryCenter.nb b/Documentation/English/ReferencePages/Symbols/BaryCenter.nb index 89bb338..0fc97cf 100644 --- a/Documentation/English/ReferencePages/Symbols/BaryCenter.nb +++ b/Documentation/English/ReferencePages/Symbols/BaryCenter.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40172, 1042] -NotebookOptionsPosition[ 32324, 887] -NotebookOutlinePosition[ 34380, 940] -CellTagsIndexPosition[ 34295, 935] +NotebookDataLength[ 40156, 1040] +NotebookOptionsPosition[ 32325, 887] +NotebookOutlinePosition[ 34398, 940] +CellTagsIndexPosition[ 34313, 935] WindowTitle->BaryCenter WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b1a81057-3eaa-4eac-a29a-604221efb1a3"], + "a5e5587d-8280-4afc-b261-5f7ec22db9c6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a19199f9-f81a-402f-aeb3-68667b09dfd7"], + "77db8850-1220-494b-828e-27d3fb487638"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3e75e507-975e-4744-b73f-ec8b077fe46f"] - }],ExpressionUUID->"76b7be59-0555-4465-b8fe-99e7412bd913"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "686ba7d2-75f5-4eb8-8ecd-4a194155cb15"] + }],ExpressionUUID->"a1cce697-46ca-471b-8ce5-18b834007727"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e41de0e-1ea1-4519-a82e-80847f8b869a"], + "5ce523a6-e834-4e6b-a2f0-857f1992620d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3642da06-13f6-4691-b10b-2c6bbb6796a2"] - }],ExpressionUUID->"f20b7af9-a142-47a7-a763-1d95a12d9990"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "82da3d8e-c658-4655-8c5b-65b6ab565837"] + }],ExpressionUUID->"0d7645d9-c6ea-40b1-93af-eb37ddf0fcd6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cdb1f922-d26e-41de-8ccc-a1062b5c21f0"], + "d9e03edb-5340-4c24-a161-ad8f235eecd1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "25b93d1b-328c-4b5d-bb51-e61c2607aada"] - }],ExpressionUUID->"0bd7347a-bce9-4951-9903-6f9b86c500c0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "69b1a021-51fc-4804-94b2-85485c8aadbf"] + }],ExpressionUUID->"b4e4e444-87af-4240-83cd-6c39c7adce38"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "93bcecf3-b7bc-413f-a68e-a677f50705b1"], + "4ab57a67-1f2d-41ca-8c77-215b8fb49140"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b3369517-8c9e-493b-9a17-6345b0dd7621"] - }],ExpressionUUID->"2ac42cd2-9247-4b80-8112-d98de698e234"], - StripOnInput->False], {"\<\"TUG/ref/BaryCenter\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BaryCenter"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/BaryCenter.\ + "8d84827f-550e-4845-bc94-679a19dc8ae5"] + }],ExpressionUUID->"4b41823c-07a6-4137-92ec-98b145cc0202"], + StripOnInput->False],{ + "\"TUG/ref/BaryCenter\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BaryCenter"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/BaryCenter.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$39832], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BaryCenter" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$41146], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BaryCenter" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a00c25f7-fd3e-42be-a6ae-5ce72dc09778"] + "722c9a95-00b1-4c62-9e4e-79fa00bb8a35"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d78bdd36-8dd5-4819-bf59-6759980a192d"]} + "47308f6a-9ecf-4ff2-a6e9-219ccf04b827"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cdb12bcf-8bce-4fe2-8143-1e7910363002"], + CellID->1,ExpressionUUID->"f2796774-5223-4ad3-b022-f54cbf31d7c5"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"84b357bd-9e8b-4c51-8935-82a562a40048"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4ff9f5f2-0e80-47cf-8f4d-9d1c416289fe"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BaryCenter", "ObjectName",ExpressionUUID-> - "bc098ff1-c8a3-4738-ba8f-fd659c06f973"], + "ea2f9b6a-6780-44ed-9464-380aca0f9cc7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2da1daf4-92cc-4ae7-a436-524b47739475"], + "Spacer1"]],ExpressionUUID->"b75e3d7c-0ec5-4e8c-a850-66f91101f77a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bb608f4d-e4ba-4df1-af61-096a4bb6ebe6"] - }],ExpressionUUID->"1e71a862-0d62-484c-b783-92c389b94df2"], Cell[BoxData[ + "5f6dba47-7dd1-443f-9969-1196d2e54901"] + }],ExpressionUUID->"d66b91e3-5f01-420d-b158-5d106da341f0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0acc20cb-8f46-44ea-a773-d91927133cf2"]} + "5abeb488-c205-4c0d-9f33-974f2e1c8040"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f9272852-0641-4c02-b435-7cd14c7751c3"], + CacheGraphics->False,ExpressionUUID->"638d56a6-c4c9-4349-b44f-805c34bb7639"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "ea5f8060-1505-421f-8340-6ff1ff5c6383"], " \[LineSeparator]computes the barycenter of the extreme points of the \ core." - }],ExpressionUUID->"00114d46-6263-40bf-a756-9f58951ebd7c"]} + }],ExpressionUUID->"8192b422-92bb-4f5e-abe2-e5bd007d9505"]} }]], "Usage", CellID->892251166,ExpressionUUID->"ea4833c0-34ec-41fd-8585-ea37d849211f"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"73d78c65-f742-4f32-98b0-c135ba273018"], + ExpressionUUID->"af4f3df6-c5b0-4ad1-bbf5-21a7d8afc390"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e10f3537-e4e5-4483-b02b-2485c86d8cc7"], + "Spacer1"]],ExpressionUUID->"accec53a-8f47-449f-b1d5-fa348355eae0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9373d464-460c-42d5-888e-191258d04618"], + }], "NotesFrameText",ExpressionUUID->"982daff2-abce-4884-801e-6533721512e9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"670119a8-d930-4833-a832-a8599e90db80"]], \ + "Preemptive"]],ExpressionUUID->"fb643937-4259-4b4a-9397-fbeb0ecadaec"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2017710510,ExpressionUUID->"2584a47f-88f9-4f22-a9b6-053cdaadbd85"], + CellID->587043090,ExpressionUUID->"451ae58c-8ca9-40d5-ade5-195dd6f01459"], Cell[TextData[{ "The input expression ", @@ -374,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"da5fd625-318d-40f0-b607-2887ae859dab"], + ExpressionUUID->"e75035f7-92d9-4a89-b48b-8270827f3e94"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dd2516a5-95d6-41b1-9685-c7d8fe79d7a2"], + "Spacer1"]],ExpressionUUID->"7188d489-bcc9-4eed-ab25-cad5223239d3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e09d317f-02fb-45e8-a558-05f77c1bd99e"] + "c2de7981-0726-443a-bfcb-e46cae8d5d88"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->751464707,ExpressionUUID->"f35364bd-66af-46b5-aa93-2870e560329f"], + CellID->18631802,ExpressionUUID->"0624581a-9ec0-404f-94ec-0e4c9d92029f"], Cell[CellGroupData[{ @@ -415,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4f34ae70-b72a-4d54-ab4c-3d470620adee"], + ExpressionUUID->"401ac37e-e99f-4f49-aa25-2dd2a5104a7a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d799c973-2f3e-4be8-9171-43a11ba31c26"], + "Spacer1"]],ExpressionUUID->"63523ed4-8fb8-40f0-9bbe-d203d6ef7593"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5998ae5d-a69a-48a2-823a-236cc4119223"] + "c984a547-0810-4865-8954-dc66238b68d6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->205995735,ExpressionUUID->"79297ce1-a097-4a99-8328-6ee3ecf55a12"], + CellID->1149693127,ExpressionUUID->"16dbdbb1-6f7d-4885-a519-ea1c77070a5c"], Cell["Loading the package:", "ExampleText", CellID->1099394814,ExpressionUUID->"ee33213a-4424-485b-a659-519a6c101173"], @@ -589,8 +592,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -738,15 +739,15 @@ Cell[BoxData[GridBox[{ "b506acf2-fae7-4eb8-b597-4f5d5101ba69"] }], "SeeAlso",ExpressionUUID->"c1a2f5f1-899a-46d0-90cb-4b8247fbc3e8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"633dd37e-96d2-420e-8767-\ -bd918fa0bf2f"], + }]], "SeeAlsoSection",ExpressionUUID->"591436c8-1e57-4a62-b437-\ +c1ff322b3c4b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -758,9 +759,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8a46954d-0714-4d2b-9e74-116d28e73312"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d76ed88e-81da-4ee0-a862-\ -0c18f074d7bc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3ebd3c12-a670-4d67-901c-\ +4b80000304fd"], Cell[BoxData[GridBox[{ { @@ -777,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4b5a5580-0aab-4333-a76d-314b9df57be0"]}]}, + "1b31df65-d46a-430d-a701-6b472218c95a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -785,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0e6c1e86-d0ee-4c11-b15a-81b7ea240b07"]}]} + "1d3f4c5f-d579-45d7-848a-a09b382239dc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"607d9882-98db-4d01-99a0-\ -f47aff9f092d"], + }]], "MoreAboutSection",ExpressionUUID->"a857cbef-3a9a-4cfb-b4c4-\ +0c55a64e7968"], Cell[BoxData[GridBox[{ { @@ -815,7 +815,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/VerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9ce4e54c-521c-4d40-8035-06e913e040d3"]], "RelatedLinks", + "2506ae76-53f0-470e-af40-1d53ec59080c"]], "RelatedLinks", ExpressionUUID->"ccd19f2d-8412-4068-b9f8-4f1d7e98a58f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CoreQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dc6651f9-4923-44aa-b14a-6a015842bb46"]], "RelatedLinks", + "2abb6e51-1f74-4c21-938d-9bf3c2aecf0b"]], "RelatedLinks", ExpressionUUID->"c9747916-efe3-47af-b28f-c6ac4f951b4f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,11 +849,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "005f268b-018d-4032-8733-80d0688cd2af"]], "RelatedLinks", + "72ce2979-67d3-4966-b40f-9c85c161a6b1"]], "RelatedLinks", ExpressionUUID->"3338cced-97c6-4bd2-b77c-a7cf4bc6df6c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4876b1ae-ba7c-46e4-aa0c-\ -366c892cc4b9"], + }]], "RelatedLinksSection",ExpressionUUID->"7fc45172-14dc-4039-9415-\ +9fb98813b583"], Cell[CellGroupData[{ @@ -883,11 +883,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"55017e64-ae14-4c46-9930-499dfbdbd740"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"336e8332-178f-4013-9696-3154be442b77"] +Cell[" ", "FooterCell",ExpressionUUID->"8d4d1920-9c04-4eb3-b16a-9de3159c7a6e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BaryCenter", TaggingRules->{ @@ -898,17 +898,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 15.964543}", + "built" -> "{2024, 6, 3, 16, 51, 36.454174}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "BaryCenter[game] computes the barycenter of the extreme points of the \ core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BaryCenter", - "titlemodifier" -> "", "windowtitle" -> "BaryCenter", "type" -> "Symbol", - "uri" -> "TUG/ref/BaryCenter"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "BaryCenter", "type" -> "Symbol", "uri" -> "TUG/ref/BaryCenter"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -917,9 +917,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e9cacd83-ea71-4e55-9c04-37ab50f95d80" +ExpressionUUID->"2d2094ec-4d77-4d61-84d9-f74cba442e32" ] (* End of Notebook Content *) @@ -927,123 +927,121 @@ ExpressionUUID->"e9cacd83-ea71-4e55-9c04-37ab50f95d80" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13344, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f35364bd-66af-46b5-aa93-2870e560329f", + Cell[13379, 354, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0624581a-9ec0-404f-94ec-0e4c9d92029f", CellTags->"PrimaryExamplesSection", - CellID->751464707]} + CellID->18631802]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34095, 928} + {"PrimaryExamplesSection", 34114, 928} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7106, 169, 56, "AnchorBarGrid",ExpressionUUID->"cdb12bcf-8bce-4fe2-8143-1e7910363002", +Cell[582, 21, 7142, 172, 57, "AnchorBarGrid",ExpressionUUID->"f2796774-5223-4ad3-b022-f54cbf31d7c5", CellID->1], -Cell[7691, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"84b357bd-9e8b-4c51-8935-82a562a40048"], +Cell[7727, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4ff9f5f2-0e80-47cf-8f4d-9d1c416289fe"], Cell[CellGroupData[{ -Cell[7802, 196, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"f9272852-0641-4c02-b435-7cd14c7751c3"], -Cell[9089, 233, 471, 10, 111, "Usage",ExpressionUUID->"ea4833c0-34ec-41fd-8585-ea37d849211f", +Cell[7838, 199, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"638d56a6-c4c9-4349-b44f-805c34bb7639"], +Cell[9125, 236, 471, 10, 111, "Usage",ExpressionUUID->"ea4833c0-34ec-41fd-8585-ea37d849211f", CellID->892251166] }, Open ]], Cell[CellGroupData[{ -Cell[9597, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"2584a47f-88f9-4f22-a9b6-053cdaadbd85", +Cell[9633, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"451ae58c-8ca9-40d5-ade5-195dd6f01459", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2017710510], -Cell[11495, 297, 515, 12, 57, "Notes",ExpressionUUID->"c69923af-e102-4efc-914e-867e66802a0e", + CellID->587043090], +Cell[11530, 300, 515, 12, 57, "Notes",ExpressionUUID->"c69923af-e102-4efc-914e-867e66802a0e", CellID->1014199156], -Cell[12013, 311, 489, 12, 37, "Notes",ExpressionUUID->"66c5f8cf-3deb-4680-8249-efba5cac757c", +Cell[12048, 314, 489, 12, 38, "Notes",ExpressionUUID->"66c5f8cf-3deb-4680-8249-efba5cac757c", CellID->177724765], -Cell[12505, 325, 168, 3, 36, "Notes",ExpressionUUID->"6f079d1d-3074-4c4b-a296-4918ad050566", +Cell[12540, 328, 168, 3, 36, "Notes",ExpressionUUID->"6f079d1d-3074-4c4b-a296-4918ad050566", CellID->2031152626], -Cell[12676, 330, 196, 4, 36, "Notes",ExpressionUUID->"7005e597-e373-44f0-87b9-6b980abb5ad1", +Cell[12711, 333, 196, 4, 36, "Notes",ExpressionUUID->"7005e597-e373-44f0-87b9-6b980abb5ad1", CellID->1201711590], -Cell[12875, 336, 342, 9, 37, "Notes",ExpressionUUID->"56eab217-42be-4e28-830b-5118a18cacaf", +Cell[12910, 339, 342, 9, 38, "Notes",ExpressionUUID->"56eab217-42be-4e28-830b-5118a18cacaf", CellID->1459186757] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13344, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f35364bd-66af-46b5-aa93-2870e560329f", +Cell[13379, 354, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0624581a-9ec0-404f-94ec-0e4c9d92029f", CellTags->"PrimaryExamplesSection", - CellID->751464707], + CellID->18631802], Cell[CellGroupData[{ -Cell[14789, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"79297ce1-a097-4a99-8328-6ee3ecf55a12", - CellID->205995735], -Cell[16190, 430, 119, 1, 38, "ExampleText",ExpressionUUID->"ee33213a-4424-485b-a659-519a6c101173", +Cell[14823, 395, 1399, 36, 30, "ExampleSection",ExpressionUUID->"16dbdbb1-6f7d-4885-a519-ea1c77070a5c", + CellID->1149693127], +Cell[16225, 433, 119, 1, 39, "ExampleText",ExpressionUUID->"ee33213a-4424-485b-a659-519a6c101173", CellID->1099394814], Cell[CellGroupData[{ -Cell[16334, 435, 166, 3, 27, "Input",ExpressionUUID->"e7315bbe-748d-40f5-b962-e0de19e9d592", +Cell[16369, 438, 166, 3, 27, "Input",ExpressionUUID->"e7315bbe-748d-40f5-b962-e0de19e9d592", CellID->63503005], Cell[CellGroupData[{ -Cell[16525, 442, 236, 4, 23, "Print",ExpressionUUID->"d08cae89-009f-4ea4-8413-872e85062e3f", +Cell[16560, 445, 236, 4, 23, "Print",ExpressionUUID->"d08cae89-009f-4ea4-8413-872e85062e3f", CellID->1701264408], -Cell[16764, 448, 365, 8, 23, "Print",ExpressionUUID->"edc5b6f3-776d-4f63-a747-24d54500db71", +Cell[16799, 451, 365, 8, 23, "Print",ExpressionUUID->"edc5b6f3-776d-4f63-a747-24d54500db71", CellID->1727795035], -Cell[17132, 458, 236, 4, 23, "Print",ExpressionUUID->"4360cf89-19f8-4886-94b9-7b5ad6e44587", +Cell[17167, 461, 236, 4, 23, "Print",ExpressionUUID->"4360cf89-19f8-4886-94b9-7b5ad6e44587", CellID->1514376752], -Cell[17371, 464, 220, 3, 23, "Print",ExpressionUUID->"d9706828-9fe6-4923-aadb-ad0b4ed83aa2", +Cell[17406, 467, 220, 3, 23, "Print",ExpressionUUID->"d9706828-9fe6-4923-aadb-ad0b4ed83aa2", CellID->1653930975], -Cell[17594, 469, 207, 3, 23, "Print",ExpressionUUID->"970b478d-8248-4e0a-95e4-b7fe1fdc8afd", +Cell[17629, 472, 207, 3, 23, "Print",ExpressionUUID->"970b478d-8248-4e0a-95e4-b7fe1fdc8afd", CellID->1894541871], -Cell[17804, 474, 237, 4, 23, "Print",ExpressionUUID->"22e4e93b-dcb4-45c2-a215-185876dd667c", +Cell[17839, 477, 237, 4, 23, "Print",ExpressionUUID->"22e4e93b-dcb4-45c2-a215-185876dd667c", CellID->1165435821], -Cell[18044, 480, 219, 3, 23, "Print",ExpressionUUID->"50b8929f-a39a-4db7-a786-7fe1b15117ce", +Cell[18079, 483, 219, 3, 23, "Print",ExpressionUUID->"50b8929f-a39a-4db7-a786-7fe1b15117ce", CellID->153043871], -Cell[18266, 485, 236, 4, 23, "Print",ExpressionUUID->"eeb82ec2-c231-4bfc-b547-1b2033791e85", +Cell[18301, 488, 236, 4, 23, "Print",ExpressionUUID->"eeb82ec2-c231-4bfc-b547-1b2033791e85", CellID->1514408936], -Cell[18505, 491, 236, 4, 23, "Print",ExpressionUUID->"90d3222f-4fe9-4d5d-b71a-7c39a36af74d", +Cell[18540, 494, 236, 4, 23, "Print",ExpressionUUID->"90d3222f-4fe9-4d5d-b71a-7c39a36af74d", CellID->1697829759], -Cell[18744, 497, 207, 3, 23, "Print",ExpressionUUID->"12bb3093-214f-4192-af8b-b90f59215a31", +Cell[18779, 500, 207, 3, 23, "Print",ExpressionUUID->"12bb3093-214f-4192-af8b-b90f59215a31", CellID->1558771096], -Cell[18954, 502, 236, 4, 70, "Print",ExpressionUUID->"4fe8b894-860a-4c87-9f7a-d3b1f2f06d47", +Cell[18989, 505, 236, 4, 70, "Print",ExpressionUUID->"4fe8b894-860a-4c87-9f7a-d3b1f2f06d47", CellID->1367035457] }, Open ]] }, Open ]], -Cell[19217, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"72f27b75-d52d-4973-ba3b-1a4434aabfd8", +Cell[19252, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"72f27b75-d52d-4973-ba3b-1a4434aabfd8", CellID->1304863784], -Cell[19357, 513, 235, 6, 70, "Input",ExpressionUUID->"bd1558a8-eebb-419a-9f5f-cc6034fa659b", +Cell[19392, 516, 235, 6, 70, "Input",ExpressionUUID->"bd1558a8-eebb-419a-9f5f-cc6034fa659b", CellID->2143912336], -Cell[19595, 521, 380, 9, 70, "Input",ExpressionUUID->"1b8543f4-b6e6-4c49-a498-76acf73c2ee7", +Cell[19630, 524, 380, 9, 70, "Input",ExpressionUUID->"1b8543f4-b6e6-4c49-a498-76acf73c2ee7", CellID->730176941], -Cell[19978, 532, 237, 6, 70, "Input",ExpressionUUID->"de7bbbc5-ccf4-4fff-8f9d-822a47073f35", +Cell[20013, 535, 237, 6, 70, "Input",ExpressionUUID->"de7bbbc5-ccf4-4fff-8f9d-822a47073f35", CellID->396291649], -Cell[20218, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"ced6bdd9-c732-437f-8788-21e1b1e88b36", +Cell[20253, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"ced6bdd9-c732-437f-8788-21e1b1e88b36", CellID->467683928], Cell[CellGroupData[{ -Cell[20433, 548, 167, 3, 70, "Input",ExpressionUUID->"e3051f37-bc07-43fa-a8d7-465b262ef50e", +Cell[20468, 551, 167, 3, 70, "Input",ExpressionUUID->"e3051f37-bc07-43fa-a8d7-465b262ef50e", CellID->897146954], -Cell[20603, 553, 173, 4, 36, "Output",ExpressionUUID->"eab79694-57e5-45ed-8355-42241127a22b", +Cell[20638, 556, 173, 4, 36, "Output",ExpressionUUID->"eab79694-57e5-45ed-8355-42241127a22b", CellID->1282344695] }, Open ]], -Cell[20791, 560, 168, 3, 70, "ExampleText",ExpressionUUID->"7215710b-f814-40f1-a7fc-c6577612becc", +Cell[20826, 563, 168, 3, 70, "ExampleText",ExpressionUUID->"7215710b-f814-40f1-a7fc-c6577612becc", CellID->795727077], Cell[CellGroupData[{ -Cell[20984, 567, 191, 4, 70, "Input",ExpressionUUID->"183ad459-1a4f-46f1-b25f-4dffdf934a28", +Cell[21019, 570, 191, 4, 70, "Input",ExpressionUUID->"183ad459-1a4f-46f1-b25f-4dffdf934a28", CellID->999234068], -Cell[21178, 573, 319, 9, 51, "Output",ExpressionUUID->"a8648f13-abae-4e94-9bb7-b1ee09405e10", +Cell[21213, 576, 319, 9, 50, "Output",ExpressionUUID->"a8648f13-abae-4e94-9bb7-b1ee09405e10", CellID->1333097440] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21774, 594, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"591436c8-1e57-4a62-b437-c1ff322b3c4b"], +Cell[27255, 744, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3ebd3c12-a670-4d67-901c-4b80000304fd"], +Cell[27928, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a857cbef-3a9a-4cfb-b4c4-0c55a64e7968"], +Cell[28964, 792, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"7fc45172-14dc-4039-9415-9fb98813b583"], Cell[CellGroupData[{ -Cell[21761, 593, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"633dd37e-96d2-420e-8767-bd918fa0bf2f"], -Cell[27242, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d76ed88e-81da-4ee0-a862-0c18f074d7bc"] -}, Open ]], -Cell[27927, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"607d9882-98db-4d01-99a0-f47aff9f092d"], -Cell[28963, 792, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"4876b1ae-ba7c-46e4-aa0c-366c892cc4b9"], -Cell[CellGroupData[{ -Cell[31199, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fbbc859c-78c7-417e-ba13-b39350802126", +Cell[31200, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fbbc859c-78c7-417e-ba13-b39350802126", CellID->117551421], -Cell[31339, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f20d888-2f15-4945-863e-75e86b69d58a", +Cell[31340, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f20d888-2f15-4945-863e-75e86b69d58a", CellID->1194386356], -Cell[31561, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ada14180-9445-48ae-801c-1746c7247e57", +Cell[31562, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ada14180-9445-48ae-801c-1746c7247e57", CellID->1641706272], -Cell[31776, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"68c0116b-0590-4b14-b681-c1e09e82d77f", +Cell[31777, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"68c0116b-0590-4b14-b681-c1e09e82d77f", CellID->399251956], -Cell[32005, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"55017e64-ae14-4c46-9930-499dfbdbd740", +Cell[32006, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"55017e64-ae14-4c46-9930-499dfbdbd740", CellID->821434655] }, Open ]], -Cell[32242, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"336e8332-178f-4013-9696-3154be442b77"] +Cell[32243, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"8d4d1920-9c04-4eb3-b16a-9de3159c7a6e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BelongToCoreQ.nb b/Documentation/English/ReferencePages/Symbols/BelongToCoreQ.nb index 1f06612..6a4af54 100644 --- a/Documentation/English/ReferencePages/Symbols/BelongToCoreQ.nb +++ b/Documentation/English/ReferencePages/Symbols/BelongToCoreQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45263, 1186] -NotebookOptionsPosition[ 35342, 987] -NotebookOutlinePosition[ 37419, 1040] -CellTagsIndexPosition[ 37333, 1035] +NotebookDataLength[ 45267, 1186] +NotebookOptionsPosition[ 35356, 988] +NotebookOutlinePosition[ 37456, 1042] +CellTagsIndexPosition[ 37370, 1037] WindowTitle->BelongToCoreQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5bfe52e2-c116-4e12-89ea-7f35c6dfd8d1"], + "a275dd1e-1b24-44f3-aec1-17a698cb8434"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "14dda1b1-6c87-4dc3-9f11-e5935476215e"], + "5382366b-ceb8-4b3d-a23c-c5c05d56f773"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "26046a8a-e021-4485-ab64-eeb23f929742"] - }],ExpressionUUID->"f8f4fb59-dae2-4925-b568-5341b21f992b"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "d530841c-9d3b-43c9-953a-0b3e17b6bd36"] + }],ExpressionUUID->"12b935c2-dbef-4930-93fb-5247fcb1aa9c"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f97e6695-43d7-4c25-b7da-8dd8016c675e"], + "bd875c27-a7f9-4ac5-a652-cd7e7cb9041e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9089f868-ef49-4c09-94c5-7d872a096c8a"] - }],ExpressionUUID->"07024269-e09e-4e3d-a564-55458e693829"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ab27794a-9567-4e6f-8dbe-f17e84e3dd33"] + }],ExpressionUUID->"76e7a064-eb65-4c99-bfb1-62293ee65140"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4fbd13f5-74e3-44ac-ac11-0695035ca038"], + "fef998a5-31cd-4f04-9930-ec7c5d036448"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d20da526-8462-4634-bbb2-074e51e292b7"] - }],ExpressionUUID->"e70f5675-66a1-4bd2-ba6b-0e75a03f9017"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "23864826-1938-4c36-9c61-5c7bf0c4853b"] + }],ExpressionUUID->"f9da851f-d261-46ed-8615-8b332123a37e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7d946ecf-35bc-401e-ac7c-fd8b61947900"], + "9ffe85f6-f245-462e-8449-ef6f8f3fd97f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "50acc771-6486-44c6-85a7-012883cfe7ac"] - }],ExpressionUUID->"a9bacdc6-52ef-4fa0-ac0a-65ab954be913"], - StripOnInput->False], {"\<\"TUG/ref/BelongToCoreQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BelongToCoreQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/BelongToCoreQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$40393], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BelongToCoreQ" <> ".html"], None}]}]}, + "a527e46a-6ad5-4e71-afce-76a96302b644"] + }],ExpressionUUID->"84d3c373-3b13-46a7-91c0-4e1b6c28dca9"], + StripOnInput->False],{ + "\"TUG/ref/BelongToCoreQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BelongToCoreQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +BelongToCoreQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$41741], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BelongToCoreQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0ab5eb8f-a8aa-4cba-8837-1af5e11de378"] + "840adbb4-60d2-4891-abaf-7959059d7bf3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1f465b54-f278-4334-ad9a-52ffcff336e1"]} + "01238d8b-e533-4bf8-b483-286c075bf67d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7b3bc8fa-2f4f-47bc-9507-4a2896012f86"], + CellID->1,ExpressionUUID->"5ba366b7-3cc9-437f-8432-377f88f2bbfa"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ddea4e01-45bc-4cb6-9700-902b3e51b298"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d1e8519e-56ca-4529-94ff-3d6f4b73f582"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BelongToCoreQ", "ObjectName",ExpressionUUID-> - "2b54ee70-8273-4439-8c7a-957367c61bc0"], + "918fc146-715b-43f2-a6eb-28ab2e8d05fd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"43628098-c816-42fc-a1b2-60fee5b7c943"], + "Spacer1"]],ExpressionUUID->"aec95a22-889d-45e7-85f2-d5e2ef66526c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bfc833ae-3bbc-4b5d-b0db-d4063ef96865"] - }],ExpressionUUID->"0a0859ff-fcd6-4bb1-8284-d5bc2d9ceb81"], Cell[BoxData[ + "f8c5fb9c-1b00-43b6-84d8-ee59fdb472b1"] + }],ExpressionUUID->"46ce43f1-44b5-45aa-b58c-e1658e1b4d91"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "07f29780-c9e3-4e50-8a35-67b3a4c7a088"]} + "800fca03-902b-454f-a93c-ca8d022c18f6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"79c1cfed-9ccf-451a-a09c-9c50a0bca79c"], + CacheGraphics->False,ExpressionUUID->"ea68083c-70df-4371-8459-b8e2b296159f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "548828a8-d5e7-4d26-9329-f8a57082ae94"], " \[LineSeparator]checks if a list of payoffs contains core \ allocations." - }],ExpressionUUID->"9b5bc827-47ca-4800-baee-8950647b4125"]} + }],ExpressionUUID->"5f2b1982-5f33-475c-ab69-9e08349eadd9"]} }]], "Usage", CellID->1769517997,ExpressionUUID->"bfdcf523-f2a2-455d-8610-807aec1f5866"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fcfdd6fe-7842-48f9-bd4b-89d5eea7b9e0"], + ExpressionUUID->"3e42e047-9a6e-42a1-87b3-3149af78e7c3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8fbdc230-4f2c-43c4-b9d8-4fe6d3b3c9ab"], + "Spacer1"]],ExpressionUUID->"521ac168-a09c-4340-abf1-3ae901e1f465"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1c898323-cff8-40c0-9287-280cf06ee7aa"], + }], "NotesFrameText",ExpressionUUID->"0b8211be-15b4-46a9-b45b-39c4dc0568a7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"208e1350-c032-4fad-a4c3-8a66cc2ef92f"]], \ + "Preemptive"]],ExpressionUUID->"725092b7-f07e-4c21-a3f6-bb51dd44801f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1801375250,ExpressionUUID->"f6406bc1-0af6-483b-9634-9aa65fad74fe"], + CellID->1066071386,ExpressionUUID->"cb156ab4-68a2-421b-b9f7-326562d3799a"], Cell[TextData[{ "The input expression ", @@ -373,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5eb9e12c-3690-4761-a1a8-e5f9b803d547"], + ExpressionUUID->"0b30d8dd-40b1-403b-8cfa-c5223afc3e2c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5a821955-ec4f-40ff-b7bf-a10650a595c9"], + "Spacer1"]],ExpressionUUID->"3f137318-582d-4c59-aa47-c5933cd9ab0e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "86b9c29f-a2c2-45cf-8c54-af878aacaa1b"] + "ced08fa6-0467-4e3d-bd07-a80aad1e2502"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1611175817,ExpressionUUID->"d3088a6a-074f-43c0-9877-c125dd163309"], + CellID->1781198115,ExpressionUUID->"36ce76d3-6139-4592-b178-21da85a39bbb"], Cell[CellGroupData[{ @@ -414,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9cd7c77c-7334-43de-8653-20e5ba59b58f"], + ExpressionUUID->"6b63c810-ed66-4739-a51f-29f7e13044f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3981de3c-276d-4c76-b933-818a9824d3d0"], + "Spacer1"]],ExpressionUUID->"623279eb-85b8-4dc6-8d99-bc19f1b996c3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3046e4c2-2a05-493a-b114-ae948c6e1e0d"] + "a18ddd3a-ef79-49b1-84ec-3f1c6a11b51e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->249340194,ExpressionUUID->"94b97329-746d-45fc-a659-76c3deb751e7"], + CellID->975835474,ExpressionUUID->"b81935e7-f958-4b6f-8b52-ed51c4a88441"], Cell["Loading the package:", "ExampleText", CellID->957821309,ExpressionUUID->"250e4201-7ec0-412d-ba3b-3b52ed208518"], @@ -706,8 +710,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -855,15 +857,15 @@ Cell[BoxData[GridBox[{ "2b1ee394-abec-41f9-9e08-9b998a69c872"] }], "SeeAlso",ExpressionUUID->"964a4139-5408-43b3-92ce-cb171a71dbd7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0c5cd053-da71-45bc-b0bb-\ -e2526495be7b"], + }]], "SeeAlsoSection",ExpressionUUID->"88292768-b1f1-48f4-a6c2-\ +2677005ebee1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -875,9 +877,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bdb6daef-420f-4f0c-853e-966950de6359"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"75c02203-47a0-46b2-908f-\ -4331fb99bc87"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e3fb6a01-901e-47e8-b902-\ +11d53ee6a6ab"], Cell[BoxData[GridBox[{ { @@ -894,7 +895,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0afdd327-5ee7-45d5-80c0-7ae8aa197c32"]}]}, + "8f3fb5b7-301d-415d-9a4f-51b2fc2d9975"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -902,10 +903,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bda75321-72f0-4c71-9073-c96f1dd0fa7e"]}]} + "e1e92734-7582-4b1e-8041-ee64f79a69d4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4f0c8130-f12c-44e4-83c1-\ -95e3c09f8261"], + }]], "MoreAboutSection",ExpressionUUID->"3cd09874-b4d8-4ead-b8e3-\ +5944faa218fc"], Cell[BoxData[GridBox[{ { @@ -932,7 +933,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CoreElementsQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b6159122-c409-4ed9-b509-5a97ad7c5eb4"]], "RelatedLinks", + "fc1a65a7-bcde-47e2-902d-68c2fa4ef162"]], "RelatedLinks", ExpressionUUID->"b0362cec-1c43-42f3-b434-33431aef1293"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -949,11 +950,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LeastCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0f03e23e-7f7d-495b-b4fc-ea9aa932a0a7"]], "RelatedLinks", + "6b6190c6-335d-45d6-9362-e297551920ce"]], "RelatedLinks", ExpressionUUID->"87186958-53d5-4192-beb5-3398440c52b8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"51914c28-0ec9-4411-96d9-\ -dd2077ba6b44"], + }]], "RelatedLinksSection",ExpressionUUID->"423c81f6-e2cd-4c29-92ec-\ +4b3af68c9d3a"], Cell[CellGroupData[{ @@ -983,11 +984,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"63ec6022-cc7d-4da6-b290-aaa3aae89cda"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"76457f8f-e320-4fbf-82e1-9669a8cc7119"] +Cell[" ", "FooterCell",ExpressionUUID->"dbb9cac8-2c27-4d6a-a410-a07af879f1aa"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BelongToCoreQ", TaggingRules->{ @@ -998,17 +999,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 17.355842}", + "built" -> "{2024, 6, 3, 16, 51, 37.516953}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "BelongToCoreQ[game, payoff] checks if a list of payoffs contains core \ allocations.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "BelongToCoreQ", "titlemodifier" -> "", "windowtitle" -> "BelongToCoreQ", - "type" -> "Symbol", "uri" -> "TUG/ref/BelongToCoreQ"}}, + "BelongToCoreQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "BelongToCoreQ", "type" -> "Symbol", "uri" -> + "TUG/ref/BelongToCoreQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1017,9 +1019,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2e96a4de-62f0-4836-a923-019d07a38bd1" +ExpressionUUID->"d9bdf21a-c3c7-4273-80a1-2df34e7b0cdf" ] (* End of Notebook Content *) @@ -1027,167 +1029,165 @@ ExpressionUUID->"2e96a4de-62f0-4836-a923-019d07a38bd1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13410, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d3088a6a-074f-43c0-9877-c125dd163309", + Cell[13458, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"36ce76d3-6139-4592-b178-21da85a39bbb", CellTags->"PrimaryExamplesSection", - CellID->1611175817]} + CellID->1781198115]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37132, 1028} + {"PrimaryExamplesSection", 37169, 1030} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7142, 169, 56, "AnchorBarGrid",ExpressionUUID->"7b3bc8fa-2f4f-47bc-9507-4a2896012f86", +Cell[585, 21, 7190, 173, 57, "AnchorBarGrid",ExpressionUUID->"5ba366b7-3cc9-437f-8432-377f88f2bbfa", CellID->1], -Cell[7730, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ddea4e01-45bc-4cb6-9700-902b3e51b298"], +Cell[7778, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d1e8519e-56ca-4529-94ff-3d6f4b73f582"], Cell[CellGroupData[{ -Cell[7841, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"79c1cfed-9ccf-451a-a09c-9c50a0bca79c"], -Cell[9131, 233, 504, 11, 111, "Usage",ExpressionUUID->"bfdcf523-f2a2-455d-8610-807aec1f5866", +Cell[7889, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"ea68083c-70df-4371-8459-b8e2b296159f"], +Cell[9179, 237, 504, 11, 111, "Usage",ExpressionUUID->"bfdcf523-f2a2-455d-8610-807aec1f5866", CellID->1769517997] }, Open ]], Cell[CellGroupData[{ -Cell[9672, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"f6406bc1-0af6-483b-9634-9aa65fad74fe", +Cell[9720, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"cb156ab4-68a2-421b-b9f7-326562d3799a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1801375250], -Cell[11570, 298, 782, 20, 57, "]]",ExpressionUUID->"0e4c5c88-7113-47d7-9b85-a7b8d2be1e48", + CellID->1066071386], +Cell[11618, 302, 782, 20, 57, "]]",ExpressionUUID->"0e4c5c88-7113-47d7-9b85-a7b8d2be1e48", CellID->313448337], -Cell[12355, 320, 489, 12, 37, "Notes",ExpressionUUID->"e84f0f81-9baa-4007-aead-f7d81c1bd8c3", +Cell[12403, 324, 489, 12, 38, "Notes",ExpressionUUID->"e84f0f81-9baa-4007-aead-f7d81c1bd8c3", CellID->177724765], -Cell[12847, 334, 167, 3, 36, "Notes",ExpressionUUID->"084224f7-a0c6-4f13-bcc8-48425f92f2d9", +Cell[12895, 338, 167, 3, 36, "Notes",ExpressionUUID->"084224f7-a0c6-4f13-bcc8-48425f92f2d9", CellID->1899383554], -Cell[13017, 339, 266, 5, 57, "Notes",ExpressionUUID->"faef00c1-f2b3-495d-a978-34fa2b2b76ac", +Cell[13065, 343, 266, 5, 57, "Notes",ExpressionUUID->"faef00c1-f2b3-495d-a978-34fa2b2b76ac", CellID->1675539226] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13410, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d3088a6a-074f-43c0-9877-c125dd163309", +Cell[13458, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"36ce76d3-6139-4592-b178-21da85a39bbb", CellTags->"PrimaryExamplesSection", - CellID->1611175817], + CellID->1781198115], Cell[CellGroupData[{ -Cell[14856, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"94b97329-746d-45fc-a659-76c3deb751e7", - CellID->249340194], -Cell[16257, 429, 118, 1, 38, "ExampleText",ExpressionUUID->"250e4201-7ec0-412d-ba3b-3b52ed208518", +Cell[14904, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b81935e7-f958-4b6f-8b52-ed51c4a88441", + CellID->975835474], +Cell[16305, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"250e4201-7ec0-412d-ba3b-3b52ed208518", CellID->957821309], Cell[CellGroupData[{ -Cell[16400, 434, 166, 3, 27, "Input",ExpressionUUID->"67063d63-954a-4690-8c42-91593ae700f7", +Cell[16448, 438, 166, 3, 27, "Input",ExpressionUUID->"67063d63-954a-4690-8c42-91593ae700f7", CellID->72525718], Cell[CellGroupData[{ -Cell[16591, 441, 237, 4, 23, "Print",ExpressionUUID->"9f899d0b-3986-4bca-9b22-8cc9e21b4869", +Cell[16639, 445, 237, 4, 23, "Print",ExpressionUUID->"9f899d0b-3986-4bca-9b22-8cc9e21b4869", CellID->1678006912], -Cell[16831, 447, 365, 8, 23, "Print",ExpressionUUID->"6643a7c9-601b-463b-8b1e-4242d610b00e", +Cell[16879, 451, 365, 8, 23, "Print",ExpressionUUID->"6643a7c9-601b-463b-8b1e-4242d610b00e", CellID->665575108], -Cell[17199, 457, 237, 4, 23, "Print",ExpressionUUID->"36c2e655-8893-4e7e-ab67-b44efde262d7", +Cell[17247, 461, 237, 4, 23, "Print",ExpressionUUID->"36c2e655-8893-4e7e-ab67-b44efde262d7", CellID->2005887358], -Cell[17439, 463, 220, 3, 23, "Print",ExpressionUUID->"83fec017-f722-4ea1-977d-472d3b7f6b25", +Cell[17487, 467, 220, 3, 23, "Print",ExpressionUUID->"83fec017-f722-4ea1-977d-472d3b7f6b25", CellID->306285058], -Cell[17662, 468, 207, 3, 23, "Print",ExpressionUUID->"391152a3-594f-457e-8371-882deec25513", +Cell[17710, 472, 207, 3, 23, "Print",ExpressionUUID->"391152a3-594f-457e-8371-882deec25513", CellID->439088539], -Cell[17872, 473, 238, 4, 23, "Print",ExpressionUUID->"4ac824ca-2723-4989-826f-ab2e1c91ead3", +Cell[17920, 477, 238, 4, 23, "Print",ExpressionUUID->"4ac824ca-2723-4989-826f-ab2e1c91ead3", CellID->1765163376], -Cell[18113, 479, 220, 3, 23, "Print",ExpressionUUID->"fb485785-d55f-42d6-b7de-73907534063f", +Cell[18161, 483, 220, 3, 23, "Print",ExpressionUUID->"fb485785-d55f-42d6-b7de-73907534063f", CellID->774909170], -Cell[18336, 484, 236, 4, 23, "Print",ExpressionUUID->"3a57494c-bd36-42a2-bfe9-7d4d7fe3026f", +Cell[18384, 488, 236, 4, 23, "Print",ExpressionUUID->"3a57494c-bd36-42a2-bfe9-7d4d7fe3026f", CellID->291694004], -Cell[18575, 490, 237, 4, 23, "Print",ExpressionUUID->"9ab8238c-0266-4b46-88ae-652cd3cae294", +Cell[18623, 494, 237, 4, 23, "Print",ExpressionUUID->"9ab8238c-0266-4b46-88ae-652cd3cae294", CellID->2140362970], -Cell[18815, 496, 208, 3, 23, "Print",ExpressionUUID->"67cf7bc5-cf0e-4d0f-bcea-82ae56c17339", +Cell[18863, 500, 208, 3, 23, "Print",ExpressionUUID->"67cf7bc5-cf0e-4d0f-bcea-82ae56c17339", CellID->1534612485], -Cell[19026, 501, 236, 4, 70, "Print",ExpressionUUID->"47edf068-e252-4eb2-82ee-ba52dad2a999", +Cell[19074, 505, 236, 4, 23, "Print",ExpressionUUID->"47edf068-e252-4eb2-82ee-ba52dad2a999", CellID->791016895] }, Open ]] }, Open ]], -Cell[19289, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"45cd500e-9fb6-4bbb-bb39-80bfc595c4ca", +Cell[19337, 513, 136, 1, 70, "ExampleText",ExpressionUUID->"45cd500e-9fb6-4bbb-bb39-80bfc595c4ca", CellID->592822287], -Cell[19428, 512, 234, 6, 70, "Input",ExpressionUUID->"f44e7e2c-e316-49c7-ac8f-f9b31ee69dd9", +Cell[19476, 516, 234, 6, 70, "Input",ExpressionUUID->"f44e7e2c-e316-49c7-ac8f-f9b31ee69dd9", CellID->711106627], -Cell[19665, 520, 381, 9, 70, "Input",ExpressionUUID->"be3a7157-f5a8-4ad3-958d-bddf48beb95f", +Cell[19713, 524, 381, 9, 70, "Input",ExpressionUUID->"be3a7157-f5a8-4ad3-958d-bddf48beb95f", CellID->2080496889], -Cell[20049, 531, 238, 6, 70, "Input",ExpressionUUID->"af1c46bb-32b2-49d6-9c60-7069a3391e9d", +Cell[20097, 535, 238, 6, 70, "Input",ExpressionUUID->"af1c46bb-32b2-49d6-9c60-7069a3391e9d", CellID->1902751699], -Cell[20290, 539, 190, 4, 70, "ExampleText",ExpressionUUID->"d3147896-2365-48a4-bbc4-0009bf96e80a", +Cell[20338, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"d3147896-2365-48a4-bbc4-0009bf96e80a", CellID->463006533], Cell[CellGroupData[{ -Cell[20505, 547, 170, 3, 70, "Input",ExpressionUUID->"35864e21-1cf5-4fc6-b3ee-90959da4989c", +Cell[20553, 551, 170, 3, 70, "Input",ExpressionUUID->"35864e21-1cf5-4fc6-b3ee-90959da4989c", CellID->822404388], -Cell[20678, 552, 174, 4, 36, "Output",ExpressionUUID->"37287bed-89f8-44f7-ba4b-e52cebf35b09", +Cell[20726, 556, 174, 4, 36, "Output",ExpressionUUID->"37287bed-89f8-44f7-ba4b-e52cebf35b09", CellID->1576723236] }, Open ]], -Cell[20867, 559, 171, 3, 70, "ExampleText",ExpressionUUID->"8e405b95-7560-4a6a-8ac5-8266fabc17d3", +Cell[20915, 563, 171, 3, 70, "ExampleText",ExpressionUUID->"8e405b95-7560-4a6a-8ac5-8266fabc17d3", CellID->1430807277], Cell[CellGroupData[{ -Cell[21063, 566, 191, 4, 70, "Input",ExpressionUUID->"f875d03a-17c5-4fac-97f7-0e93327995ad", +Cell[21111, 570, 191, 4, 70, "Input",ExpressionUUID->"f875d03a-17c5-4fac-97f7-0e93327995ad", CellID->1984424436], -Cell[21257, 572, 269, 7, 51, "Output",ExpressionUUID->"989a0b8f-6660-491c-b26f-efc2c8e3aae9", +Cell[21305, 576, 269, 7, 50, "Output",ExpressionUUID->"989a0b8f-6660-491c-b26f-efc2c8e3aae9", CellID->963068080] }, Open ]], Cell[CellGroupData[{ -Cell[21563, 584, 194, 4, 70, "Input",ExpressionUUID->"f39461f5-2788-4fbb-8c83-289e8b8eea0d", +Cell[21611, 588, 194, 4, 70, "Input",ExpressionUUID->"f39461f5-2788-4fbb-8c83-289e8b8eea0d", CellID->370832634], -Cell[21760, 590, 159, 3, 36, "Output",ExpressionUUID->"0c1fbed0-2f4e-4a7b-a6b2-21ef6565c2fc", +Cell[21808, 594, 159, 3, 36, "Output",ExpressionUUID->"0c1fbed0-2f4e-4a7b-a6b2-21ef6565c2fc", CellID->463203406] }, Open ]], -Cell[21934, 596, 167, 3, 70, "ExampleText",ExpressionUUID->"72556036-26f5-40aa-a85e-981cd6bebb4e", +Cell[21982, 600, 167, 3, 70, "ExampleText",ExpressionUUID->"72556036-26f5-40aa-a85e-981cd6bebb4e", CellID->764566588], -Cell[22104, 601, 135, 1, 70, "ExampleText",ExpressionUUID->"e81d476e-39af-4427-a110-524210bc22da", +Cell[22152, 605, 135, 1, 70, "ExampleText",ExpressionUUID->"e81d476e-39af-4427-a110-524210bc22da", CellID->75812307], Cell[CellGroupData[{ -Cell[22264, 606, 242, 7, 70, "Input",ExpressionUUID->"0ebf964b-ebc4-40f2-9c1e-1f8f45f6488c", +Cell[22312, 610, 242, 7, 70, "Input",ExpressionUUID->"0ebf964b-ebc4-40f2-9c1e-1f8f45f6488c", CellID->1044282695], -Cell[22509, 615, 245, 6, 36, "Output",ExpressionUUID->"f945514c-a5e4-457a-8d87-3f52a5fb4525", +Cell[22557, 619, 245, 6, 36, "Output",ExpressionUUID->"f945514c-a5e4-457a-8d87-3f52a5fb4525", CellID->1401261099] }, Open ]], -Cell[22769, 624, 147, 1, 70, "ExampleText",ExpressionUUID->"6e79ae76-7343-4ac8-ab24-936724c8e821", +Cell[22817, 628, 147, 1, 70, "ExampleText",ExpressionUUID->"6e79ae76-7343-4ac8-ab24-936724c8e821", CellID->1526195493], Cell[CellGroupData[{ -Cell[22941, 629, 194, 4, 70, "Input",ExpressionUUID->"9669525b-57f7-4b87-8993-38a21077802e", +Cell[22989, 633, 194, 4, 70, "Input",ExpressionUUID->"9669525b-57f7-4b87-8993-38a21077802e", CellID->364744646], -Cell[23138, 635, 159, 3, 36, "Output",ExpressionUUID->"3e3efa2d-8f17-482a-9252-faff465bff6c", +Cell[23186, 639, 159, 3, 36, "Output",ExpressionUUID->"3e3efa2d-8f17-482a-9252-faff465bff6c", CellID->63949481] }, Open ]], -Cell[23312, 641, 192, 4, 70, "ExampleText",ExpressionUUID->"608dbc29-f528-4372-a202-fe23dea26f97", +Cell[23360, 645, 192, 4, 70, "ExampleText",ExpressionUUID->"608dbc29-f528-4372-a202-fe23dea26f97", CellID->1568274931], Cell[CellGroupData[{ -Cell[23529, 649, 196, 4, 70, "Input",ExpressionUUID->"80d71e9a-a8e8-474a-93ca-1d6d3b452d9b", +Cell[23577, 653, 196, 4, 70, "Input",ExpressionUUID->"80d71e9a-a8e8-474a-93ca-1d6d3b452d9b", CellID->1183976062], -Cell[23728, 655, 320, 9, 51, "Output",ExpressionUUID->"77ab6ef0-08e7-4323-adcf-be7407c32759", +Cell[23776, 659, 320, 9, 50, "Output",ExpressionUUID->"77ab6ef0-08e7-4323-adcf-be7407c32759", CellID->1348384950] }, Open ]], Cell[CellGroupData[{ -Cell[24085, 669, 196, 4, 70, "Input",ExpressionUUID->"df1c47eb-aec5-4e3f-947a-5fd4a82208f4", +Cell[24133, 673, 196, 4, 70, "Input",ExpressionUUID->"df1c47eb-aec5-4e3f-947a-5fd4a82208f4", CellID->630672070], -Cell[24284, 675, 160, 3, 36, "Output",ExpressionUUID->"a5b86eeb-0d67-4f39-92d2-0582268f9c81", +Cell[24332, 679, 160, 3, 36, "Output",ExpressionUUID->"a5b86eeb-0d67-4f39-92d2-0582268f9c81", CellID->416991983] }, Open ]], -Cell[24459, 681, 151, 1, 70, "ExampleText",ExpressionUUID->"5a415f9a-5321-4dd5-9061-c7688de55c74", +Cell[24507, 685, 151, 1, 70, "ExampleText",ExpressionUUID->"5a415f9a-5321-4dd5-9061-c7688de55c74", CellID->495232906], Cell[CellGroupData[{ -Cell[24635, 686, 256, 6, 70, "Input",ExpressionUUID->"3630bc30-3752-40b1-b693-f9ae004d8829", +Cell[24683, 690, 256, 6, 70, "Input",ExpressionUUID->"3630bc30-3752-40b1-b693-f9ae004d8829", CellID->37238456], -Cell[24894, 694, 221, 5, 36, "Output",ExpressionUUID->"6658b57d-b165-43f3-9fea-237d57bce0f8", +Cell[24942, 698, 221, 5, 36, "Output",ExpressionUUID->"6658b57d-b165-43f3-9fea-237d57bce0f8", CellID->38068612] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25405, 712, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"88292768-b1f1-48f4-a6c2-2677005ebee1"], +Cell[30911, 862, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e3fb6a01-901e-47e8-b902-11d53ee6a6ab"], +Cell[31584, 882, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3cd09874-b4d8-4ead-b8e3-5944faa218fc"], +Cell[32620, 910, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"423c81f6-e2cd-4c29-92ec-4b3af68c9d3a"], Cell[CellGroupData[{ -Cell[25379, 710, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0c5cd053-da71-45bc-b0bb-e2526495be7b"], -Cell[30885, 860, 670, 18, 70, "TechNotesSection",ExpressionUUID->"75c02203-47a0-46b2-908f-4331fb99bc87"] -}, Open ]], -Cell[31570, 881, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4f0c8130-f12c-44e4-83c1-95e3c09f8261"], -Cell[32606, 909, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"51914c28-0ec9-4411-96d9-dd2077ba6b44"], -Cell[CellGroupData[{ -Cell[34217, 959, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"793e57b4-02eb-4760-9998-b6ce5981fe3e", +Cell[34231, 960, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"793e57b4-02eb-4760-9998-b6ce5981fe3e", CellID->117551421], -Cell[34357, 962, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e7ab55ed-0347-4b4b-a6d8-df6ef2da8011", +Cell[34371, 963, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e7ab55ed-0347-4b4b-a6d8-df6ef2da8011", CellID->1194386356], -Cell[34579, 968, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7fae68ed-72f3-4d96-b411-3d85d37821ea", +Cell[34593, 969, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7fae68ed-72f3-4d96-b411-3d85d37821ea", CellID->1641706272], -Cell[34794, 973, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"03ca761a-5c2b-4387-9dd5-85540f712657", +Cell[34808, 974, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"03ca761a-5c2b-4387-9dd5-85540f712657", CellID->399251956], -Cell[35023, 979, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63ec6022-cc7d-4da6-b290-aaa3aae89cda", +Cell[35037, 980, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63ec6022-cc7d-4da6-b290-aaa3aae89cda", CellID->821434655] }, Open ]], -Cell[35260, 985, 78, 0, 70, "FooterCell",ExpressionUUID->"76457f8f-e320-4fbf-82e1-9669a8cc7119"] +Cell[35274, 986, 78, 0, 70, "FooterCell",ExpressionUUID->"dbb9cac8-2c27-4d6a-a410-a07af879f1aa"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BestCoalToMatrix.nb b/Documentation/English/ReferencePages/Symbols/BestCoalToMatrix.nb index 3f37602..530b81b 100644 --- a/Documentation/English/ReferencePages/Symbols/BestCoalToMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/BestCoalToMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 64270, 1722] -NotebookOptionsPosition[ 54200, 1526] -NotebookOutlinePosition[ 56606, 1584] -CellTagsIndexPosition[ 56520, 1579] +NotebookDataLength[ 64275, 1722] +NotebookOptionsPosition[ 54221, 1528] +NotebookOutlinePosition[ 56645, 1586] +CellTagsIndexPosition[ 56559, 1581] WindowTitle->BestCoalToMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "31000fd8-48c9-4cf4-9a8f-3ce038d02c77"], + "f8f61603-66ea-499c-80ec-d9d08878895e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "836d6c2e-eec5-4e6b-bbfe-e1832ab1f425"], + "6c925f85-2d1f-45a8-8eca-d3ea56506ad3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ab69c938-8a04-4953-bd37-d896e02c7118"] - }],ExpressionUUID->"0bab8660-651d-45cc-8b2a-253d88e021c7"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "c1cbc338-97b9-4bf4-8ff8-587a9eff64c6"] + }],ExpressionUUID->"31631ba3-a215-409c-bcbb-e60533b501c8"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b1d6c2f2-7f52-4837-b000-7fbeb7e6ab50"], + "da84b09b-f2b7-4ec3-9ffa-1c9024754b4a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0b234e6a-1fae-4423-9c30-ae3d156d0952"] - }],ExpressionUUID->"eaec766b-b156-48df-ae10-297f7c42cd8d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9ea706bf-403a-4487-9757-49df1f5bd9a1"] + }],ExpressionUUID->"2b5089e9-2437-4bc4-8ac4-b72d97382718"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7fa9881c-d807-43a5-a52a-7ccc92bbc371"], + "7509102e-5842-4485-a842-f7a3ce773aa8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f7ab085f-e383-4713-948e-4bab436ce790"] - }],ExpressionUUID->"61503fa4-dc6e-46db-bb1b-8d7d0f27f3ab"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "df460c42-1b4c-4bb4-956a-b276872e729d"] + }],ExpressionUUID->"8f2f1762-b62f-4960-80cd-17f1ff4b75cf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1f7f1a75-3a8e-4ae2-a6da-b05645680c38"], + "d381c98a-a992-4c22-bfb5-be074fa679cc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7b199eb-3e56-4d95-b6e3-64d20a9a9432"] - }],ExpressionUUID->"a80ad2e1-7eed-4577-953b-a83924a3d597"], - StripOnInput->False], {"\<\"TUG/ref/BestCoalToMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BestCoalToMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "0fdd9e88-0e1f-4b96-9c76-5c9da1433f6e"] + }],ExpressionUUID->"1200e24f-0727-4607-b261-0d18060182f1"], + StripOnInput->False],{ + "\"TUG/ref/BestCoalToMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BestCoalToMatrix"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BestCoalToMatrix.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$41677], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BestCoalToMatrix" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$43093], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BestCoalToMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "834b670a-15c8-4610-9d55-bda5abf0c105"] + "e1e5f17a-d56f-4854-a159-b23e83f20da1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3eb35a1b-facf-4283-9c7c-429941ee76ee"]} + "ce4c8e2f-6fb4-4366-b842-04e3bfca9114"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c3979381-d421-49fd-907c-b2a0ddc38abc"], + CellID->1,ExpressionUUID->"2af66ae1-7c26-4c59-9bde-5d7ef1c70f94"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"64a675ca-dd39-438e-997c-211ab4421ed9"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e5cedaba-b536-4957-914e-edd8c2e783e3"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BestCoalToMatrix", "ObjectName",ExpressionUUID-> - "0bb93b65-b6b8-490c-80ff-36923fb91fe6"], + "58157fa8-3df2-4e64-a278-e1562d24c723"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6b855a60-8a59-4b37-950d-3e30dfe162e2"], + "Spacer1"]],ExpressionUUID->"5a78f49e-29d5-412b-8bf6-4f883abc990d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "35332cc7-f4c6-4349-a33f-0d8205f2de3b"] - }],ExpressionUUID->"a11e210b-8d67-4a61-b309-b3dd9232fe33"], Cell[BoxData[ + "eb64d869-cdd9-4683-9f8f-925820070990"] + }],ExpressionUUID->"7b5ba3a0-3c33-40aa-8fbd-69c9fdf9c6be"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "db8c30d9-baa7-4867-bcba-4c67dec128b7"]} + "857e1a26-fbcc-4ea5-8f5f-4b1e3a15646c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b9d0eec8-8e37-4e64-93bf-2e51234c63b6"], + CacheGraphics->False,ExpressionUUID->"d1c7bcb3-e4aa-4814-9dbb-6aced6398d08"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ positive semi-definite matrix Q, all sub-matrices, and determinants. The set \ of best/most effective coalitions determines a payoff equivalence class. For \ details see Meinhardt (2013)." - }],ExpressionUUID->"3a678ec2-dcf4-476b-8383-ef68c98b5bb2"]}, + }],ExpressionUUID->"bfebbd64-f0c3-4b41-a141-5b9505a37df2"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BestCoalToMatrix", "[", @@ -250,7 +255,7 @@ details see Meinhardt (2013)." "2430cd34-ab02-4941-8fab-8ec5689893be"], " \[LineSeparator]by turning the associated option off the output is not \ formatted in matrix form." - }],ExpressionUUID->"997163ba-d5f0-4723-899d-29236ce8a8bd"]} + }],ExpressionUUID->"0c81e427-7ec3-46e4-af4f-6f440bf50faf"]} }]], "Usage", CellID->1902696061,ExpressionUUID->"68d7fe05-76f9-47a5-a882-9da6095516b0"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"16b5f7a0-6e4d-4ff0-886d-7f8653ffe324"], + ExpressionUUID->"49f765d0-7da7-441d-b9ff-473a26ebe156"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6847731a-2c75-4cde-892d-bd70f873e964"], + "Spacer1"]],ExpressionUUID->"9a726b68-7fe8-45ba-86d8-d8ff3d3c7c58"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"85db6d17-e090-42b5-ac38-1d94c11b7df9"], + }], "NotesFrameText",ExpressionUUID->"67a56c95-9d60-4181-af3c-619dac2c5c46"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8156c3e5-a97b-4ae7-b7d8-e9f59ca68ffd"]], \ + "Preemptive"]],ExpressionUUID->"aee01da9-f6a3-4bfc-a3aa-43a4e40c9951"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1839930087,ExpressionUUID->"1b00e4fe-8d0b-4754-948c-c6f549ca2ce5"], + CellID->358233002,ExpressionUUID->"cd95b9ca-dd4f-4f43-8ec4-9ef1843211fa"], Cell[TextData[{ "The input expression ", @@ -366,7 +371,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6d49029d-f6ad-4989-85a4-a4f7260894c3"], + "d4b61b28-1937-495b-8d39-f7cb5f287010"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -388,7 +393,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8643e6b1-ec4a-429e-8705-27cf5a78de63"], + "81155025-7d0a-414b-a8e2-dbd3b19c72bf"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -464,19 +469,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90adcd2d-6893-4ea4-b9a4-520bdd1bc19d"], + ExpressionUUID->"e98e91a0-0e7e-4e9d-9f60-4219e06728af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"86c1e5f0-54da-4b3f-b38e-3850f743a7d6"], + "Spacer1"]],ExpressionUUID->"4d9f09a6-1b96-477b-b458-f0a24dae3c08"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "34fa8149-979f-42d4-ae45-404c0a3f830c"] + "8d852f9c-b724-4076-aa12-9aaef4a0e89b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1637826902,ExpressionUUID->"7ab86bc0-0b2d-4a82-8021-2e88b7b245f5"], + CellID->1914755729,ExpressionUUID->"a6b444ec-9505-4270-ace0-3bfad6d44810"], Cell[CellGroupData[{ @@ -505,18 +510,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"70d82e6c-d57a-4a89-adc3-0293d8f0418c"], + ExpressionUUID->"cd8dbc85-137e-42b1-81bc-22bb200b3089"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b0e4d148-61b8-420b-9c67-45b1d547da92"], + "Spacer1"]],ExpressionUUID->"3ac8b32d-16a6-4ff5-837f-442abb0ec7b8"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4062534d-15c7-4af6-9c4f-ff0c44c659e2"] + "3af3b134-a48d-42ca-8e33-65c90a982c1f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->572430216,ExpressionUUID->"397e5068-0ff7-4ef5-a627-8bd2c78ada68"], + CellID->900396138,ExpressionUUID->"fc4d6e43-2cec-42f9-bc1a-1fd47bfa5a60"], Cell["Loading the package:", "ExampleText", CellID->721159482,ExpressionUUID->"87b4910e-86ec-4ca8-b16f-bccbc01ab422"], @@ -1228,8 +1233,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1377,15 +1380,15 @@ Cell[BoxData[GridBox[{ "ff668e6e-efb6-4868-80a2-fb090dbc1bff"] }], "SeeAlso",ExpressionUUID->"a51b1d1f-97af-4214-85b1-372b18eee3c8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f2912545-d58b-4e8e-a0e2-\ -1b77ad2aea67"], + }]], "SeeAlsoSection",ExpressionUUID->"74c93e87-555c-4dc8-a9ec-\ +46daa7aa38fa"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1397,9 +1400,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"655439c9-652c-4617-9765-c9423043d134"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"91238c77-f54a-45c3-8ea5-\ -de62471c4b94"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"45e73cd8-fe88-4450-9b62-\ +ed723e90b05d"], Cell[BoxData[GridBox[{ { @@ -1416,7 +1418,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8c367ca6-a5c1-48d0-8637-c54d7a0b172a"]}]}, + "7db8346f-c3ab-4145-b691-8d72e36e3b61"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1424,10 +1426,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1edf271a-d5f5-4153-85be-1d11cc3cd692"]}]} + "e230defa-4375-4af3-8084-c5f474976b71"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"45aee109-e396-477e-9e00-\ -04fcb6225996"], + }]], "MoreAboutSection",ExpressionUUID->"a0fabc4c-e2e9-4fd9-af1b-\ +1b1166d25e59"], Cell[BoxData[GridBox[{ { @@ -1454,7 +1456,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "94a4572e-b018-46b1-b725-5c69500edbe0"]], "RelatedLinks", + "3ccd380a-00d6-4fec-9eb9-c36ec43dd0f2"]], "RelatedLinks", ExpressionUUID->"7d616b67-110f-4e77-8cad-ce5b1d55f77e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1471,7 +1473,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "72a79119-62e8-4b13-8ef5-953b7acdfdde"]], "RelatedLinks", + "dfe3ad3b-e5b5-491f-9639-b1503c1efd44"]], "RelatedLinks", ExpressionUUID->"8144a000-64bc-43bf-b20b-4ce7167b4ab0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1488,11 +1490,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d54da755-c30a-4434-bbba-512cae0771b2"]], "RelatedLinks", + "53a60545-0386-4104-966b-f0e6f66a5c27"]], "RelatedLinks", ExpressionUUID->"ffc00225-8873-425a-9d76-2ef31518a7e6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"35261f80-0ff5-43b9-a5da-\ -42ddfa76cf5e"], + }]], "RelatedLinksSection",ExpressionUUID->"df06cf18-c2d0-4633-bbb4-\ +10120ea2fd9b"], Cell[CellGroupData[{ @@ -1522,11 +1524,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7b79db21-6e5d-4644-817e-fa8dc87230b2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"295465f0-72e7-4a11-84c8-9678aa3d8378"] +Cell[" ", "FooterCell",ExpressionUUID->"80cb0f85-2f2f-4c1c-934f-1ce3292b8196"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BestCoalToMatrix", TaggingRules->{ @@ -1537,7 +1539,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 20.571411}", + "built" -> "{2024, 6, 3, 16, 51, 39.268089}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1549,10 +1551,10 @@ equivalence class. For details see Meinhardt (2013). \ BestCoalToMatrix[bestcoal, T, options] by turning the associated option off \ the output is not formatted in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BestCoalToMatrix", "titlemodifier" -> "", - "windowtitle" -> "BestCoalToMatrix", "type" -> "Symbol", "uri" -> - "TUG/ref/BestCoalToMatrix"}}, + "metadescription" -> "", "windowtitle" -> "BestCoalToMatrix", "type" -> + "Symbol", "uri" -> "TUG/ref/BestCoalToMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1561,9 +1563,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"334b8b27-6bb4-4dea-af14-bc8517877653" +ExpressionUUID->"1f396fd9-9432-4a53-8336-e658fbb7a86b" ] (* End of Notebook Content *) @@ -1571,159 +1573,157 @@ ExpressionUUID->"334b8b27-6bb4-4dea-af14-bc8517877653" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[17169, 441, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7ab86bc0-0b2d-4a82-8021-2e88b7b245f5", + Cell[17224, 446, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a6b444ec-9505-4270-ace0-3bfad6d44810", CellTags->"PrimaryExamplesSection", - CellID->1637826902]} + CellID->1914755729]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 56319, 1572} + {"PrimaryExamplesSection", 56358, 1574} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7146, 168, 56, "AnchorBarGrid",ExpressionUUID->"c3979381-d421-49fd-907c-b2a0ddc38abc", +Cell[588, 21, 7202, 173, 57, "AnchorBarGrid",ExpressionUUID->"2af66ae1-7c26-4c59-9bde-5d7ef1c70f94", CellID->1], -Cell[7737, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"64a675ca-dd39-438e-997c-211ab4421ed9"], +Cell[7793, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e5cedaba-b536-4957-914e-edd8c2e783e3"], Cell[CellGroupData[{ -Cell[7848, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"b9d0eec8-8e37-4e64-93bf-2e51234c63b6"], -Cell[9141, 232, 1127, 22, 209, "Usage",ExpressionUUID->"68d7fe05-76f9-47a5-a882-9da6095516b0", +Cell[7904, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"d1c7bcb3-e4aa-4814-9dbb-6aced6398d08"], +Cell[9197, 237, 1127, 22, 208, "Usage",ExpressionUUID->"68d7fe05-76f9-47a5-a882-9da6095516b0", CellID->1902696061] }, Open ]], Cell[CellGroupData[{ -Cell[10305, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"1b00e4fe-8d0b-4754-948c-c6f549ca2ce5", +Cell[10361, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"cd95b9ca-dd4f-4f43-8ec4-9ef1843211fa", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1839930087], -Cell[12203, 308, 469, 11, 36, "]]",ExpressionUUID->"9de5af66-8a0d-407f-940c-ffd32d541a88", + CellID->358233002], +Cell[12258, 313, 469, 11, 36, "]]",ExpressionUUID->"9de5af66-8a0d-407f-940c-ffd32d541a88", CellID->313448337], -Cell[12675, 321, 489, 12, 37, "Notes",ExpressionUUID->"7b48363a-b886-48f1-a2a5-59bc5ec18be5", +Cell[12730, 326, 489, 12, 38, "Notes",ExpressionUUID->"7b48363a-b886-48f1-a2a5-59bc5ec18be5", CellID->177724765], -Cell[13167, 335, 302, 5, 57, "Notes",ExpressionUUID->"26787223-8be0-4426-a496-b82ae7472043", +Cell[13222, 340, 302, 5, 57, "Notes",ExpressionUUID->"26787223-8be0-4426-a496-b82ae7472043", CellID->1404922498], -Cell[13472, 342, 172, 3, 36, "Notes",ExpressionUUID->"1be21f19-59c1-4e79-af11-b69ef660e2db", +Cell[13527, 347, 172, 3, 36, "Notes",ExpressionUUID->"1be21f19-59c1-4e79-af11-b69ef660e2db", CellID->1236076229], -Cell[13647, 347, 477, 8, 78, "Notes",ExpressionUUID->"2c9f3f9d-2485-4035-b721-a353f8734963", +Cell[13702, 352, 477, 8, 78, "Notes",ExpressionUUID->"2c9f3f9d-2485-4035-b721-a353f8734963", CellID->1700121164], -Cell[14127, 357, 130, 1, 36, "Notes",ExpressionUUID->"d92ba345-e001-462c-931d-cff24bea874a", +Cell[14182, 362, 130, 1, 36, "Notes",ExpressionUUID->"d92ba345-e001-462c-931d-cff24bea874a", CellID->1765970156], -Cell[14260, 360, 267, 4, 49, "Notes",ExpressionUUID->"820d2066-7017-4929-b873-c73966fe9710", +Cell[14315, 365, 267, 4, 48, "Notes",ExpressionUUID->"820d2066-7017-4929-b873-c73966fe9710", CellID->13178], -Cell[14530, 366, 822, 20, 40, "3ColumnTableMod",ExpressionUUID->"0fa5670a-257a-4ed8-acd3-5f7a607de21f", +Cell[14585, 371, 822, 20, 60, "3ColumnTableMod",ExpressionUUID->"0fa5670a-257a-4ed8-acd3-5f7a607de21f", CellID->1782664966], -Cell[15355, 388, 679, 15, 40, "3ColumnTableMod",ExpressionUUID->"eff19cd5-8bda-44a5-9810-dddd80755133", +Cell[15410, 393, 679, 15, 41, "3ColumnTableMod",ExpressionUUID->"eff19cd5-8bda-44a5-9810-dddd80755133", CellID->1374443190], -Cell[16037, 405, 498, 14, 37, "Notes",ExpressionUUID->"2d67ae7c-7224-4e53-a0dc-65b66f031346", +Cell[16092, 410, 498, 14, 38, "Notes",ExpressionUUID->"2d67ae7c-7224-4e53-a0dc-65b66f031346", CellID->731], -Cell[16538, 421, 504, 14, 37, "Notes",ExpressionUUID->"8115ea2a-8b7f-45ad-bf70-8bed9f5c695b", +Cell[16593, 426, 504, 14, 70, "Notes",ExpressionUUID->"8115ea2a-8b7f-45ad-bf70-8bed9f5c695b", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[17169, 441, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7ab86bc0-0b2d-4a82-8021-2e88b7b245f5", +Cell[17224, 446, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a6b444ec-9505-4270-ace0-3bfad6d44810", CellTags->"PrimaryExamplesSection", - CellID->1637826902], + CellID->1914755729], Cell[CellGroupData[{ -Cell[18615, 482, 1398, 36, 70, "ExampleSection",ExpressionUUID->"397e5068-0ff7-4ef5-a627-8bd2c78ada68", - CellID->572430216], -Cell[20016, 520, 118, 1, 70, "ExampleText",ExpressionUUID->"87b4910e-86ec-4ca8-b16f-bccbc01ab422", +Cell[18670, 487, 1398, 36, 70, "ExampleSection",ExpressionUUID->"fc4d6e43-2cec-42f9-bc1a-1fd47bfa5a60", + CellID->900396138], +Cell[20071, 525, 118, 1, 70, "ExampleText",ExpressionUUID->"87b4910e-86ec-4ca8-b16f-bccbc01ab422", CellID->721159482], Cell[CellGroupData[{ -Cell[20159, 525, 168, 3, 70, "Input",ExpressionUUID->"7119771a-1f39-46fd-8748-df88f4bb828d", +Cell[20214, 530, 168, 3, 70, "Input",ExpressionUUID->"7119771a-1f39-46fd-8748-df88f4bb828d", CellID->2057637086], Cell[CellGroupData[{ -Cell[20352, 532, 236, 4, 70, "Print",ExpressionUUID->"8f502d11-f7d6-4fb7-95f4-b1a7d8e5142b", +Cell[20407, 537, 236, 4, 70, "Print",ExpressionUUID->"8f502d11-f7d6-4fb7-95f4-b1a7d8e5142b", CellID->991850484], -Cell[20591, 538, 366, 8, 70, "Print",ExpressionUUID->"fd5682e2-1f7e-4d8a-a5c6-a4e16f8e924f", +Cell[20646, 543, 366, 8, 70, "Print",ExpressionUUID->"fd5682e2-1f7e-4d8a-a5c6-a4e16f8e924f", CellID->1157577127], -Cell[20960, 548, 236, 4, 70, "Print",ExpressionUUID->"183b3212-93b3-44ed-8fd0-d0fc79af7807", +Cell[21015, 553, 236, 4, 70, "Print",ExpressionUUID->"183b3212-93b3-44ed-8fd0-d0fc79af7807", CellID->272338444], -Cell[21199, 554, 221, 3, 70, "Print",ExpressionUUID->"f457aa9b-e241-4fb1-afac-1e989b1b4a5f", +Cell[21254, 559, 221, 3, 70, "Print",ExpressionUUID->"f457aa9b-e241-4fb1-afac-1e989b1b4a5f", CellID->2031893443], -Cell[21423, 559, 207, 3, 70, "Print",ExpressionUUID->"5cc7d330-618c-47fb-94d1-90c122791df0", +Cell[21478, 564, 207, 3, 70, "Print",ExpressionUUID->"5cc7d330-618c-47fb-94d1-90c122791df0", CellID->959921363], -Cell[21633, 564, 237, 4, 70, "Print",ExpressionUUID->"409c5ca7-7276-4c29-9bee-3537eaa98041", +Cell[21688, 569, 237, 4, 70, "Print",ExpressionUUID->"409c5ca7-7276-4c29-9bee-3537eaa98041", CellID->877989538], -Cell[21873, 570, 220, 3, 70, "Print",ExpressionUUID->"0ef580f6-9940-4ecf-ba29-75a10abf3530", +Cell[21928, 575, 220, 3, 70, "Print",ExpressionUUID->"0ef580f6-9940-4ecf-ba29-75a10abf3530", CellID->878012351], -Cell[22096, 575, 237, 4, 70, "Print",ExpressionUUID->"8564964a-ca99-4072-a3b0-e8af927c1199", +Cell[22151, 580, 237, 4, 70, "Print",ExpressionUUID->"8564964a-ca99-4072-a3b0-e8af927c1199", CellID->1231629147], -Cell[22336, 581, 237, 4, 70, "Print",ExpressionUUID->"eb434825-fe25-46cd-9371-a7dccaa23454", +Cell[22391, 586, 237, 4, 70, "Print",ExpressionUUID->"eb434825-fe25-46cd-9371-a7dccaa23454", CellID->1300899706], -Cell[22576, 587, 208, 3, 70, "Print",ExpressionUUID->"335f138b-b22e-4b3e-83d4-878ad557ceb2", +Cell[22631, 592, 208, 3, 70, "Print",ExpressionUUID->"335f138b-b22e-4b3e-83d4-878ad557ceb2", CellID->2126806235], -Cell[22787, 592, 237, 4, 70, "Print",ExpressionUUID->"dc1132a2-1e12-446e-9845-c7ae095608f5", +Cell[22842, 597, 237, 4, 70, "Print",ExpressionUUID->"dc1132a2-1e12-446e-9845-c7ae095608f5", CellID->1715054521] }, Open ]] }, Open ]], -Cell[23051, 600, 137, 1, 70, "ExampleText",ExpressionUUID->"3aba0b65-5192-458c-ab38-9cccc7a35756", +Cell[23106, 605, 137, 1, 70, "ExampleText",ExpressionUUID->"3aba0b65-5192-458c-ab38-9cccc7a35756", CellID->1274264133], -Cell[23191, 603, 235, 6, 70, "Input",ExpressionUUID->"17b83751-68a7-4907-a095-b0a7918f055e", +Cell[23246, 608, 235, 6, 70, "Input",ExpressionUUID->"17b83751-68a7-4907-a095-b0a7918f055e", CellID->1875844370], -Cell[23429, 611, 380, 9, 70, "Input",ExpressionUUID->"5b5a7f0b-d9ad-4d97-a276-e10a9bdb533e", +Cell[23484, 616, 380, 9, 70, "Input",ExpressionUUID->"5b5a7f0b-d9ad-4d97-a276-e10a9bdb533e", CellID->855961793], -Cell[23812, 622, 238, 6, 70, "Input",ExpressionUUID->"650824dd-f557-42dd-99c8-910828cd2906", +Cell[23867, 627, 238, 6, 70, "Input",ExpressionUUID->"650824dd-f557-42dd-99c8-910828cd2906", CellID->1698673038], -Cell[24053, 630, 189, 4, 70, "ExampleText",ExpressionUUID->"ee59ae60-92de-4634-a015-6b9e72539458", +Cell[24108, 635, 189, 4, 70, "ExampleText",ExpressionUUID->"ee59ae60-92de-4634-a015-6b9e72539458", CellID->41941021], Cell[CellGroupData[{ -Cell[24267, 638, 173, 3, 70, "Input",ExpressionUUID->"3b9d746f-6e51-4fb7-803d-157e66da57d4", +Cell[24322, 643, 173, 3, 70, "Input",ExpressionUUID->"3b9d746f-6e51-4fb7-803d-157e66da57d4", CellID->113400643], -Cell[24443, 643, 299, 7, 36, "Output",ExpressionUUID->"7cad81b8-5f73-4317-bf43-57396c23d050", +Cell[24498, 648, 299, 7, 36, "Output",ExpressionUUID->"7cad81b8-5f73-4317-bf43-57396c23d050", CellID->312358479] }, Open ]], -Cell[24757, 653, 139, 1, 70, "ExampleText",ExpressionUUID->"53984875-122c-49bc-8036-3a6308cfc6f4", +Cell[24812, 658, 139, 1, 70, "ExampleText",ExpressionUUID->"53984875-122c-49bc-8036-3a6308cfc6f4", CellID->1878294357], Cell[CellGroupData[{ -Cell[24921, 658, 191, 4, 70, "Input",ExpressionUUID->"de7b01ab-b34a-4948-8768-1e5d15dbc3b1", +Cell[24976, 663, 191, 4, 70, "Input",ExpressionUUID->"de7b01ab-b34a-4948-8768-1e5d15dbc3b1", CellID->1278017251], -Cell[25115, 664, 270, 7, 51, "Output",ExpressionUUID->"0537b7bf-67c6-4eb6-bf1a-be3a74589934", +Cell[25170, 669, 270, 7, 50, "Output",ExpressionUUID->"0537b7bf-67c6-4eb6-bf1a-be3a74589934", CellID->1243243760] }, Open ]], -Cell[25400, 674, 216, 4, 70, "ExampleText",ExpressionUUID->"680462e8-bc37-437e-8e1a-cb44b7ab7855", +Cell[25455, 679, 216, 4, 70, "ExampleText",ExpressionUUID->"680462e8-bc37-437e-8e1a-cb44b7ab7855", CellID->64929134], Cell[CellGroupData[{ -Cell[25641, 682, 222, 5, 70, "Input",ExpressionUUID->"69fd924a-2bbd-4983-97de-d7ece04c4b9a", +Cell[25696, 687, 222, 5, 70, "Input",ExpressionUUID->"69fd924a-2bbd-4983-97de-d7ece04c4b9a", CellID->1430931873], -Cell[25866, 689, 1144, 40, 36, "Output",ExpressionUUID->"a195efcc-8c81-4c0a-b6b7-73b4e907f6cf", +Cell[25921, 694, 1144, 40, 36, "Output",ExpressionUUID->"a195efcc-8c81-4c0a-b6b7-73b4e907f6cf", CellID->157919199] }, Open ]], -Cell[27025, 732, 204, 4, 70, "ExampleText",ExpressionUUID->"277be963-9343-4e2e-a69e-d60451630667", +Cell[27080, 737, 204, 4, 70, "ExampleText",ExpressionUUID->"277be963-9343-4e2e-a69e-d60451630667", CellID->67477930], Cell[CellGroupData[{ -Cell[27254, 740, 193, 4, 70, "Input",ExpressionUUID->"588795e4-e465-4101-95c1-afdb9bd76a5e", +Cell[27309, 745, 193, 4, 70, "Input",ExpressionUUID->"588795e4-e465-4101-95c1-afdb9bd76a5e", CellID->1830899290], -Cell[27450, 746, 12140, 361, 359, "Output",ExpressionUUID->"e2f2c8bc-9468-4fd3-95f3-19e2dada287f", +Cell[27505, 751, 12140, 361, 342, "Output",ExpressionUUID->"e2f2c8bc-9468-4fd3-95f3-19e2dada287f", CellID->1889457950] }, Open ]], -Cell[39605, 1110, 322, 5, 70, "ExampleText",ExpressionUUID->"2519a586-82ef-478c-8af2-af4756c01081", +Cell[39660, 1115, 322, 5, 70, "ExampleText",ExpressionUUID->"2519a586-82ef-478c-8af2-af4756c01081", CellID->2072005474], Cell[CellGroupData[{ -Cell[39952, 1119, 258, 5, 70, "Input",ExpressionUUID->"4bacf6fc-3967-45fe-957f-fda948fb9598", +Cell[40007, 1124, 258, 5, 70, "Input",ExpressionUUID->"4bacf6fc-3967-45fe-957f-fda948fb9598", CellID->1889067091], -Cell[40213, 1126, 3104, 95, 152, "Output",ExpressionUUID->"87d5e855-4df5-46fa-93c4-ca7e54915f58", +Cell[40268, 1131, 3104, 95, 144, "Output",ExpressionUUID->"87d5e855-4df5-46fa-93c4-ca7e54915f58", CellID->356635291] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[43614, 1235, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"74c93e87-555c-4dc8-a9ec-46daa7aa38fa"], +Cell[49120, 1385, 670, 18, 70, "TechNotesSection",ExpressionUUID->"45e73cd8-fe88-4450-9b62-ed723e90b05d"], +Cell[49793, 1405, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a0fabc4c-e2e9-4fd9-af1b-1b1166d25e59"], +Cell[50829, 1433, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"df06cf18-c2d0-4633-bbb4-10120ea2fd9b"], Cell[CellGroupData[{ -Cell[43581, 1232, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"f2912545-d58b-4e8e-a0e2-1b77ad2aea67"], -Cell[49087, 1382, 670, 18, 70, "TechNotesSection",ExpressionUUID->"91238c77-f54a-45c3-8ea5-de62471c4b94"] -}, Open ]], -Cell[49772, 1403, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"45aee109-e396-477e-9e00-04fcb6225996"], -Cell[50808, 1431, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"35261f80-0ff5-43b9-a5da-42ddfa76cf5e"], -Cell[CellGroupData[{ -Cell[53074, 1498, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbed85eb-13a0-481c-87ed-71f738e1110f", +Cell[53095, 1500, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dbed85eb-13a0-481c-87ed-71f738e1110f", CellID->2135167160], -Cell[53215, 1501, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c2ddeb77-6928-46c5-9d94-a204d9488467", +Cell[53236, 1503, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c2ddeb77-6928-46c5-9d94-a204d9488467", CellID->1194386356], -Cell[53437, 1507, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"553e52a1-578b-488b-84ea-24b63b47423c", +Cell[53458, 1509, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"553e52a1-578b-488b-84ea-24b63b47423c", CellID->1641706272], -Cell[53652, 1512, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4c2aefe0-a647-4670-8848-89af18096cfa", +Cell[53673, 1514, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4c2aefe0-a647-4670-8848-89af18096cfa", CellID->399251956], -Cell[53881, 1518, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7b79db21-6e5d-4644-817e-fa8dc87230b2", +Cell[53902, 1520, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7b79db21-6e5d-4644-817e-fa8dc87230b2", CellID->821434655] }, Open ]], -Cell[54118, 1524, 78, 0, 70, "FooterCell",ExpressionUUID->"295465f0-72e7-4a11-84c8-9678aa3d8378"] +Cell[54139, 1526, 78, 0, 70, "FooterCell",ExpressionUUID->"80cb0f85-2f2f-4c1c-934f-1ce3292b8196"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/BestCoalitions.nb b/Documentation/English/ReferencePages/Symbols/BestCoalitions.nb index 0907aee..2e04e2a 100644 --- a/Documentation/English/ReferencePages/Symbols/BestCoalitions.nb +++ b/Documentation/English/ReferencePages/Symbols/BestCoalitions.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54704, 1448] -NotebookOptionsPosition[ 44450, 1249] -NotebookOutlinePosition[ 46815, 1306] -CellTagsIndexPosition[ 46729, 1301] +NotebookDataLength[ 54717, 1449] +NotebookOptionsPosition[ 44472, 1251] +NotebookOutlinePosition[ 46861, 1309] +CellTagsIndexPosition[ 46775, 1304] WindowTitle->BestCoalitions WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ae35f08e-fd46-4b3b-b69b-e48849859a20"], + "a790f632-fc62-4d99-a88f-d1ebe0bc1821"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b22e3906-244f-4d6d-ad01-c48198ffddd9"], + "74db9f86-67e0-40e6-8279-7853552d03c3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "03a8276b-1a5f-4eff-a3c8-a51580766f05"] - }],ExpressionUUID->"0775dbd6-487f-46fc-86d3-5e4c8fd7cfca"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "914b8ab6-e0a0-46eb-a167-579cda736a13"] + }],ExpressionUUID->"44432776-c4af-48d0-a258-a8c6e87b2049"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc951528-7bd4-4720-9c24-1ba5519233e5"], + "1b04b01d-caa1-4ae8-a68f-58a1d7dc4939"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2dde7e71-d18e-4c9f-b4f9-09111c9b6308"] - }],ExpressionUUID->"127b730d-e8ef-4e2c-8cf8-89905862a7c8"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fe5dc85e-7224-473e-a841-1a44857cb41d"] + }],ExpressionUUID->"dcf51a66-e666-4bbf-b2d5-0cd31780dc5f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "104e201c-b3ad-44e1-9c61-714707396b91"], + "3c507fa7-5cda-4b48-8cf4-9087a55a6bb1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6567f1e9-1261-42e5-b536-8f61d9e514c1"] - }],ExpressionUUID->"5e129c9b-33ef-4d43-ab15-26865a64c0bf"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9c022315-4044-42ec-a734-e863a57dc291"] + }],ExpressionUUID->"adc1f059-c55e-4964-9917-5fdf83f8a692"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fdf6d10f-68ec-4782-9f54-ea20ebfd16a5"], + "27d81d56-1d78-4f44-8801-22008bf1cafc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b23ca8c5-f146-4c22-8d6b-e06c73795ea7"] - }],ExpressionUUID->"98ce4b5a-b19e-4914-bb73-b32e34e2b4cc"], - StripOnInput->False], {"\<\"TUG/ref/BestCoalitions\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/BestCoalitions"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "803b2f1d-edf7-4b5c-bf5c-196b3c86c441"] + }],ExpressionUUID->"1c3ef158-fd66-4be1-8330-ef0db29c1ff0"], + StripOnInput->False],{ + "\"TUG/ref/BestCoalitions\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/BestCoalitions"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ BestCoalitions.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$41039], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/BestCoalitions" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$42421], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/BestCoalitions" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "31f057e8-91fb-443b-9703-fd9c3474cdd4"] + "b68c2a46-2011-44b4-b124-6b6c3e778c03"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b544ebcd-a42d-4102-bf80-bf9806174002"]} + "67f19690-629e-44f0-9e89-fa521ad8df75"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"15fd7e25-170a-47c5-886c-13ac4660d1b7"], + CellID->1,ExpressionUUID->"c9e8f7bb-98e7-4632-b9a3-fcf571a503dd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3a2a557e-52a4-4f96-bd95-04dd80060ff6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bb5e76f5-5e21-4db5-a11a-7568c5ddc30b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "BestCoalitions", "ObjectName",ExpressionUUID-> - "2e2acfb0-640b-4a5d-8645-f226c98c7195"], + "ba81ba59-f677-4429-afd8-80a1dd72c4b0"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a0df3934-c6df-48c2-9b27-e682d3aaf8cc"], + "Spacer1"]],ExpressionUUID->"ef54530c-55d8-4ddc-8463-cf0a8819a2cc"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8fa36b3c-0fde-4135-80bf-97184043b755"] - }],ExpressionUUID->"8af95f85-4b26-4099-924a-f70bb4999aeb"], Cell[BoxData[ + "8c35a9a7-adfd-4d8b-a145-87f6eecfa0b3"] + }],ExpressionUUID->"6a2473d4-50fd-4000-97b5-50ae6efe0f4e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "56181325-53d2-4533-83e7-4d1ea46c6853"]} + "2e8ba0aa-24ca-408d-b48b-3ee43a6458e3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"19d5807d-771e-4671-9278-e9bea04bf8b2"], + CacheGraphics->False,ExpressionUUID->"729ed28d-39d8-493b-b8eb-5468c68077fa"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ lexicographical most effective coalitions w.r.t. ", StyleBox["payoff", FontSlant->"Italic"], " that supports the claim of player i against j." - }],ExpressionUUID->"e096e1e9-bee8-4f30-bfb1-e75f406b1fde"]}, + }],ExpressionUUID->"cb6e487c-a499-4cd0-91f9-305ccd6feff1"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"BestCoalitions", "[", @@ -255,7 +260,7 @@ lexicographical most effective coalitions w.r.t. ", FontSlant->"Italic"], " the set of lexicographically largest most effective coalitions can be \ determined." - }],ExpressionUUID->"f24cf6bc-d987-4db7-a51c-4c66fc1ebfcc"]} + }],ExpressionUUID->"f762833e-4820-452c-b09a-6983d55a88fc"]} }]], "Usage", CellID->1835089202,ExpressionUUID->"b6fed01a-fe5e-4f0b-ba52-73c254e5fac9"] }, Open ]], @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0efb2ef4-f1c7-435b-ba20-3e8ced15fb6a"], + ExpressionUUID->"113d0b54-a39f-4f2a-9b17-e8f10902a26b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"22e9fa00-ce9a-4288-9ed5-bc0964506802"], + "Spacer1"]],ExpressionUUID->"965d0073-7521-42f1-9627-2e1d260705fd"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"13330f2c-4073-4d2a-bf51-4368c052ce8b"], + }], "NotesFrameText",ExpressionUUID->"b013fe15-138f-4299-a156-cf489498b377"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -304,12 +309,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0fbb4d6b-226c-4672-b22c-6f6c9cf29f11"]], \ + "Preemptive"]],ExpressionUUID->"71d079ee-1874-49cc-92c7-afbb3be0fa7b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->799631032,ExpressionUUID->"263c0c2d-a61c-44fc-8670-01a5aea04216"], + CellID->187840971,ExpressionUUID->"dc7d4471-9d84-45af-a82e-5411a6037d21"], Cell[TextData[{ "The input expression ", @@ -378,7 +383,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "965ba6ac-5faa-4c3d-880a-4e34a054a266"], + "996fff55-8d6f-4bcb-a3cf-5008f787b275"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -388,7 +393,7 @@ Cell[BoxData[GridBox[{ "use to compute a pre-kernel element.", "TableText",ExpressionUUID-> "da6f8a2b-268b-4085-9d53-2914558fe10a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "805e2950-1369-4e1c-bd15-b40b97dfa561"], + "eda0370b-84ea-4a7f-83a7-5f0a978feead"], TemplateBox[{ Cell[ TextData["AllCoalitions"]], "paclet:TUG/ref/AllCoalitions", @@ -398,7 +403,7 @@ Cell[BoxData[GridBox[{ "do not return the set of most effective coalitions.", "TableText", ExpressionUUID->"66cf649d-4277-4bf2-993d-c9150f4b6f10"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "431cbd5a-37d4-4f9c-98ed-d70da515e5d0"], + "d73bcdba-b2b8-4157-a405-39fd6fc8c746"], TemplateBox[{ Cell[ TextData["MaximumSurpluses"]], "paclet:TUG/ref/MaximumSurpluses", @@ -420,7 +425,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e1ff10ba-a85b-4819-9884-7823d174c90e"], + "9f4e2493-fa58-4450-b7ac-f2e51f376599"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -529,19 +534,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8d9272d9-a7d8-40a2-8306-1f5c749b571e"], + ExpressionUUID->"35edc7cf-e95f-4fe7-8e32-02a9b8c1e5fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"758136c6-0ac8-4e48-ae5e-60045ff9538d"], + "Spacer1"]],ExpressionUUID->"6fbd3066-8d8a-4483-af83-8a4ffea4ff60"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "149b3ff3-c72c-454f-84a0-8380f0e5cfbc"] + "66bebdfb-5206-4a86-9639-af90b0a6af14"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->838061526,ExpressionUUID->"2ad73e91-606e-4831-bda2-29d6ddafb414"], + CellID->1206325372,ExpressionUUID->"f4fe7b99-e058-442a-aa36-de269caa0355"], Cell[CellGroupData[{ @@ -570,18 +575,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"00568552-1397-489d-9de7-53f395257856"], + ExpressionUUID->"28ec1674-966d-4837-a16d-7373c1aeb272"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0296f97b-11fb-4747-a463-d2fbdb22ebfc"], + "Spacer1"]],ExpressionUUID->"72503bba-463d-4390-98df-85b49384361d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b8be081e-68d2-4519-b1f7-e22de140e3d3"] + "9cde1c6d-0c71-4a5f-b46b-36128945ad69"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1348129310,ExpressionUUID->"3a2d9d90-ed31-4618-8f40-5afe1860f6bd"], + CellID->863361461,ExpressionUUID->"5e0ac270-a467-492f-bbe2-7f59661dae8e"], Cell["Loading the package:", "ExampleText", CellID->1531269082,ExpressionUUID->"28043941-b280-4b74-908a-3d24302e627d"], @@ -951,8 +956,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1100,15 +1103,15 @@ Cell[BoxData[GridBox[{ "432814a5-1198-458a-9be1-4b77ca96a345"] }], "SeeAlso",ExpressionUUID->"888616f4-b0c6-4fa8-b448-2760ed2c6c83"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c8218ff7-b81f-4262-9db9-\ -2340bd19fdc3"], + }]], "SeeAlsoSection",ExpressionUUID->"67f60175-95f5-421e-a640-\ +f1a3c4b7587b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1120,9 +1123,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e64d49cb-7c44-49d1-a358-7be29d351cca"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ee278c72-56b2-4e9d-a338-\ -c2dbe0728632"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2b3f7d1b-4a10-49dc-8eb5-\ +13c52a4707bf"], Cell[BoxData[GridBox[{ { @@ -1139,7 +1141,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d2008894-1555-455d-b4b2-d259803f8ff1"]}]}, + "19ad412a-837e-42e9-a649-ee0790889857"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1147,10 +1149,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6a2bb6b9-5a64-41d3-a996-8250bca50151"]}]} + "bb576e91-8da2-40cd-9b08-068841755b54"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"fd563e13-3bd8-4aca-8ea1-\ -d8cb670032ba"], + }]], "MoreAboutSection",ExpressionUUID->"71508929-bccd-40bc-ba76-\ +20443cf39122"], Cell[BoxData[GridBox[{ { @@ -1177,7 +1179,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e7ba50c9-a9e3-49d7-833b-e42597f355bb"]], "RelatedLinks", + "c78701e8-8670-4877-8d4a-d2751f0437ef"]], "RelatedLinks", ExpressionUUID->"649336ae-c81d-474f-bc52-af95d376a2d5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1194,7 +1196,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3733abc9-c417-4dc4-a522-49e415022d0f"]], "RelatedLinks", + "b87908d6-7239-46c2-bd13-f6b1b5fede76"]], "RelatedLinks", ExpressionUUID->"84fb3aeb-d139-49f7-a9f7-71d123d9626a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1211,11 +1213,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "629ef861-87f9-4e99-b384-63b7046334d7"]], "RelatedLinks", + "c64856bf-0901-446b-b8b8-ccd7a5869d39"]], "RelatedLinks", ExpressionUUID->"a5e30a0f-476f-4829-a866-cac4fe135cac"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2a78e8f3-75af-43de-ba5e-\ -4d263b96c569"], + }]], "RelatedLinksSection",ExpressionUUID->"2a66aeac-9510-402e-af74-\ +3a6667773b95"], Cell[CellGroupData[{ @@ -1245,11 +1247,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9391cae1-ce35-4757-a0bf-302b3552b829"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"79912a24-d865-45ca-bdaf-f4bf4982071a"] +Cell[" ", "FooterCell",ExpressionUUID->"9d0d2351-39d7-447f-a87b-57f974c06fed"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"BestCoalitions", TaggingRules->{ @@ -1260,7 +1262,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 18.904963}", + "built" -> "{2024, 6, 3, 16, 51, 38.393748}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1271,10 +1273,11 @@ claim of player i against j. BestCoalitions[game, payoff, options] by \ changing the cardinality to SmallestCardinality -> False the set of \ lexicographically largest most effective coalitions can be determined.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "BestCoalitions", - "titlemodifier" -> "", "windowtitle" -> "BestCoalitions", "type" -> - "Symbol", "uri" -> "TUG/ref/BestCoalitions"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "BestCoalitions", "type" -> "Symbol", "uri" -> + "TUG/ref/BestCoalitions"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1283,9 +1286,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"213fad39-2ed5-44e4-aa58-28e9f61a4379" +ExpressionUUID->"032b7dca-3e46-4bda-9413-60a003da8803" ] (* End of Notebook Content *) @@ -1293,163 +1296,161 @@ ExpressionUUID->"213fad39-2ed5-44e4-aa58-28e9f61a4379" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19355, 506, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2ad73e91-606e-4831-bda2-29d6ddafb414", + Cell[19411, 511, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f4fe7b99-e058-442a-aa36-de269caa0355", CellTags->"PrimaryExamplesSection", - CellID->838061526]} + CellID->1206325372]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46529, 1294} + {"PrimaryExamplesSection", 46574, 1297} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7138, 168, 56, "AnchorBarGrid",ExpressionUUID->"15fd7e25-170a-47c5-886c-13ac4660d1b7", +Cell[586, 21, 7194, 173, 57, "AnchorBarGrid",ExpressionUUID->"c9e8f7bb-98e7-4632-b9a3-fcf571a503dd", CellID->1], -Cell[7727, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3a2a557e-52a4-4f96-bd95-04dd80060ff6"], +Cell[7783, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bb5e76f5-5e21-4db5-a11a-7568c5ddc30b"], Cell[CellGroupData[{ -Cell[7838, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"19d5807d-771e-4671-9278-e9bea04bf8b2"], -Cell[9129, 232, 1210, 27, 231, "Usage",ExpressionUUID->"b6fed01a-fe5e-4f0b-ba52-73c254e5fac9", +Cell[7894, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"729ed28d-39d8-493b-b8eb-5468c68077fa"], +Cell[9185, 237, 1210, 27, 229, "Usage",ExpressionUUID->"b6fed01a-fe5e-4f0b-ba52-73c254e5fac9", CellID->1835089202] }, Open ]], Cell[CellGroupData[{ -Cell[10376, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"263c0c2d-a61c-44fc-8670-01a5aea04216", +Cell[10432, 269, 1894, 47, 37, "NotesSection",ExpressionUUID->"dc7d4471-9d84-45af-a82e-5411a6037d21", CellGroupingRules->{"SectionGrouping", 50}, - CellID->799631032], -Cell[12273, 313, 782, 20, 57, "]]",ExpressionUUID->"70995513-5e68-45be-8f28-a4c331a1e7e7", + CellID->187840971], +Cell[12329, 318, 782, 20, 57, "]]",ExpressionUUID->"70995513-5e68-45be-8f28-a4c331a1e7e7", CellID->313448337], -Cell[13058, 335, 489, 12, 37, "Notes",ExpressionUUID->"3ecfbc4f-b6f3-4c23-9fab-708869ac9c6c", +Cell[13114, 340, 489, 12, 38, "Notes",ExpressionUUID->"3ecfbc4f-b6f3-4c23-9fab-708869ac9c6c", CellID->177724765], -Cell[13550, 349, 302, 5, 57, "Notes",ExpressionUUID->"b9e6b131-bef2-4eac-960a-5d8ab894c013", +Cell[13606, 354, 302, 5, 57, "Notes",ExpressionUUID->"b9e6b131-bef2-4eac-960a-5d8ab894c013", CellID->1330806654], -Cell[13855, 356, 172, 3, 36, "Notes",ExpressionUUID->"f14291bd-9770-4d8a-8b89-91db97c746d3", +Cell[13911, 361, 172, 3, 36, "Notes",ExpressionUUID->"f14291bd-9770-4d8a-8b89-91db97c746d3", CellID->1834018170], -Cell[14030, 361, 350, 6, 57, "Notes",ExpressionUUID->"c0787e90-5b02-4937-9680-3ec3b6f460da", +Cell[14086, 366, 350, 6, 57, "Notes",ExpressionUUID->"c0787e90-5b02-4937-9680-3ec3b6f460da", CellID->37903031], -Cell[14383, 369, 130, 1, 36, "Notes",ExpressionUUID->"e98e1f6e-0485-4929-b228-2293bc7af4bb", +Cell[14439, 374, 130, 1, 36, "Notes",ExpressionUUID->"e98e1f6e-0485-4929-b228-2293bc7af4bb", CellID->1482806744], -Cell[14516, 372, 267, 4, 49, "Notes",ExpressionUUID->"d7c0dbdf-69ab-4491-afbd-1ee0587e46e6", +Cell[14572, 377, 267, 4, 48, "Notes",ExpressionUUID->"d7c0dbdf-69ab-4491-afbd-1ee0587e46e6", CellID->13178], -Cell[14786, 378, 1680, 40, 93, "3ColumnTableMod",ExpressionUUID->"b877ab7a-eae1-41d3-abdd-6ba01af45da7", +Cell[14842, 383, 1680, 40, 97, "3ColumnTableMod",ExpressionUUID->"b877ab7a-eae1-41d3-abdd-6ba01af45da7", CellID->1374443190], -Cell[16469, 420, 695, 15, 40, "3ColumnTableMod",ExpressionUUID->"3c3d886b-b00e-415f-a5f0-8a51e7bd58c1", +Cell[16525, 425, 695, 15, 60, "3ColumnTableMod",ExpressionUUID->"3c3d886b-b00e-415f-a5f0-8a51e7bd58c1", CellID->11156], -Cell[17167, 437, 502, 14, 70, "Notes",ExpressionUUID->"7bf90c7c-34e4-4a1b-b15c-90206899e6da", +Cell[17223, 442, 502, 14, 70, "Notes",ExpressionUUID->"7bf90c7c-34e4-4a1b-b15c-90206899e6da", CellID->2104907360], -Cell[17672, 453, 527, 15, 70, "Notes",ExpressionUUID->"6240d97b-7c09-4e56-82c7-6b18b359501f", +Cell[17728, 458, 527, 15, 70, "Notes",ExpressionUUID->"6240d97b-7c09-4e56-82c7-6b18b359501f", CellID->402274834], -Cell[18202, 470, 495, 14, 70, "Notes",ExpressionUUID->"ba42f37f-62a3-4d60-82c4-6c7e5adaa271", +Cell[18258, 475, 495, 14, 70, "Notes",ExpressionUUID->"ba42f37f-62a3-4d60-82c4-6c7e5adaa271", CellID->1192823045], -Cell[18700, 486, 528, 14, 70, "Notes",ExpressionUUID->"72050004-bfd2-4837-9191-42674db2d21e", +Cell[18756, 491, 528, 14, 70, "Notes",ExpressionUUID->"72050004-bfd2-4837-9191-42674db2d21e", CellID->2041037989] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19355, 506, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2ad73e91-606e-4831-bda2-29d6ddafb414", +Cell[19411, 511, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f4fe7b99-e058-442a-aa36-de269caa0355", CellTags->"PrimaryExamplesSection", - CellID->838061526], + CellID->1206325372], Cell[CellGroupData[{ -Cell[20800, 547, 1399, 36, 70, "ExampleSection",ExpressionUUID->"3a2d9d90-ed31-4618-8f40-5afe1860f6bd", - CellID->1348129310], -Cell[22202, 585, 119, 1, 70, "ExampleText",ExpressionUUID->"28043941-b280-4b74-908a-3d24302e627d", +Cell[20857, 552, 1398, 36, 70, "ExampleSection",ExpressionUUID->"5e0ac270-a467-492f-bbe2-7f59661dae8e", + CellID->863361461], +Cell[22258, 590, 119, 1, 70, "ExampleText",ExpressionUUID->"28043941-b280-4b74-908a-3d24302e627d", CellID->1531269082], Cell[CellGroupData[{ -Cell[22346, 590, 167, 3, 70, "Input",ExpressionUUID->"0e8022df-eedc-4c75-b0aa-8c3b92c83095", +Cell[22402, 595, 167, 3, 70, "Input",ExpressionUUID->"0e8022df-eedc-4c75-b0aa-8c3b92c83095", CellID->718813941], Cell[CellGroupData[{ -Cell[22538, 597, 237, 4, 70, "Print",ExpressionUUID->"52d5baa8-bd01-4a3e-acf7-c76f12e893ac", +Cell[22594, 602, 237, 4, 70, "Print",ExpressionUUID->"52d5baa8-bd01-4a3e-acf7-c76f12e893ac", CellID->1137714974], -Cell[22778, 603, 365, 8, 70, "Print",ExpressionUUID->"9679f516-1be3-4595-9562-ca6e0c70bd8f", +Cell[22834, 608, 365, 8, 70, "Print",ExpressionUUID->"9679f516-1be3-4595-9562-ca6e0c70bd8f", CellID->412360664], -Cell[23146, 613, 236, 4, 70, "Print",ExpressionUUID->"439d0ed5-9ccc-46bf-8398-82db3e67d519", +Cell[23202, 618, 236, 4, 70, "Print",ExpressionUUID->"439d0ed5-9ccc-46bf-8398-82db3e67d519", CellID->628459147], -Cell[23385, 619, 220, 3, 70, "Print",ExpressionUUID->"71c30f03-06ad-4cb6-9d93-600366f3653c", +Cell[23441, 624, 220, 3, 70, "Print",ExpressionUUID->"71c30f03-06ad-4cb6-9d93-600366f3653c", CellID->359548267], -Cell[23608, 624, 208, 3, 70, "Print",ExpressionUUID->"13848f58-3c6a-4722-8215-812becae27f6", +Cell[23664, 629, 208, 3, 70, "Print",ExpressionUUID->"13848f58-3c6a-4722-8215-812becae27f6", CellID->1791602399], -Cell[23819, 629, 238, 4, 70, "Print",ExpressionUUID->"44f2a402-6bf9-4f97-b19a-0a22332ada79", +Cell[23875, 634, 238, 4, 70, "Print",ExpressionUUID->"44f2a402-6bf9-4f97-b19a-0a22332ada79", CellID->1562211831], -Cell[24060, 635, 221, 3, 70, "Print",ExpressionUUID->"92f5100f-5683-4d38-9749-22d20de85287", +Cell[24116, 640, 221, 3, 70, "Print",ExpressionUUID->"92f5100f-5683-4d38-9749-22d20de85287", CellID->1576297545], -Cell[24284, 640, 235, 4, 70, "Print",ExpressionUUID->"0300b9ba-ce76-4421-a99e-c3eec4fcd8f2", +Cell[24340, 645, 235, 4, 70, "Print",ExpressionUUID->"0300b9ba-ce76-4421-a99e-c3eec4fcd8f2", CellID->66201095], -Cell[24522, 646, 235, 4, 70, "Print",ExpressionUUID->"7660b641-e592-4e22-ab7b-f78b96e42e4d", +Cell[24578, 651, 235, 4, 70, "Print",ExpressionUUID->"7660b641-e592-4e22-ab7b-f78b96e42e4d", CellID->45589272], -Cell[24760, 652, 208, 3, 70, "Print",ExpressionUUID->"f576a581-cc03-4e5a-aa1a-ed783775f28c", +Cell[24816, 657, 208, 3, 70, "Print",ExpressionUUID->"f576a581-cc03-4e5a-aa1a-ed783775f28c", CellID->1678732258], -Cell[24971, 657, 237, 4, 70, "Print",ExpressionUUID->"ffafc48e-a18c-4a19-833c-0b84ca06afd5", +Cell[25027, 662, 237, 4, 70, "Print",ExpressionUUID->"ffafc48e-a18c-4a19-833c-0b84ca06afd5", CellID->1597470177] }, Open ]] }, Open ]], -Cell[25235, 665, 137, 1, 70, "ExampleText",ExpressionUUID->"5bc9f5ec-3029-4e35-bfb0-d0f11ae92cda", +Cell[25291, 670, 137, 1, 70, "ExampleText",ExpressionUUID->"5bc9f5ec-3029-4e35-bfb0-d0f11ae92cda", CellID->1327506102], -Cell[25375, 668, 234, 6, 70, "Input",ExpressionUUID->"936afa71-8dde-45fc-8cc7-e903b750266b", +Cell[25431, 673, 234, 6, 70, "Input",ExpressionUUID->"936afa71-8dde-45fc-8cc7-e903b750266b", CellID->384601775], -Cell[25612, 676, 381, 9, 70, "Input",ExpressionUUID->"fbbed445-2f4f-4edd-82b4-0bcc1f340dff", +Cell[25668, 681, 381, 9, 70, "Input",ExpressionUUID->"fbbed445-2f4f-4edd-82b4-0bcc1f340dff", CellID->1570037712], -Cell[25996, 687, 237, 6, 70, "Input",ExpressionUUID->"a27f3f13-8f28-4b3e-8386-b518db03934f", +Cell[26052, 692, 237, 6, 70, "Input",ExpressionUUID->"a27f3f13-8f28-4b3e-8386-b518db03934f", CellID->475470792], -Cell[26236, 695, 191, 4, 70, "ExampleText",ExpressionUUID->"9dce2a10-6dbb-4a63-8112-f94a7fee64f5", +Cell[26292, 700, 191, 4, 70, "ExampleText",ExpressionUUID->"9dce2a10-6dbb-4a63-8112-f94a7fee64f5", CellID->1715408429], Cell[CellGroupData[{ -Cell[26452, 703, 172, 3, 70, "Input",ExpressionUUID->"956d4ef2-f7a8-4e10-b314-f7e1213feb65", +Cell[26508, 708, 172, 3, 70, "Input",ExpressionUUID->"956d4ef2-f7a8-4e10-b314-f7e1213feb65", CellID->2108867038], -Cell[26627, 708, 413, 9, 36, "Output",ExpressionUUID->"94592e82-0f8d-41b3-9317-3052a6b2e6f3", +Cell[26683, 713, 413, 9, 36, "Output",ExpressionUUID->"94592e82-0f8d-41b3-9317-3052a6b2e6f3", CellID->764403213] }, Open ]], -Cell[27055, 720, 138, 1, 70, "ExampleText",ExpressionUUID->"ba08da23-40be-4b2c-b5c1-3b008995a6d6", +Cell[27111, 725, 138, 1, 70, "ExampleText",ExpressionUUID->"ba08da23-40be-4b2c-b5c1-3b008995a6d6", CellID->162005314], Cell[CellGroupData[{ -Cell[27218, 725, 190, 4, 70, "Input",ExpressionUUID->"948bdad4-112d-49b7-ae31-9dc7a473ac69", +Cell[27274, 730, 190, 4, 70, "Input",ExpressionUUID->"948bdad4-112d-49b7-ae31-9dc7a473ac69", CellID->908958174], -Cell[27411, 731, 269, 7, 51, "Output",ExpressionUUID->"7362d814-8316-4e7b-a40e-d3f7fffc08c3", +Cell[27467, 736, 269, 7, 50, "Output",ExpressionUUID->"7362d814-8316-4e7b-a40e-d3f7fffc08c3", CellID->858754712] }, Open ]], -Cell[27695, 741, 218, 4, 70, "ExampleText",ExpressionUUID->"2d8b1c8b-97e4-4942-811f-f3f37f53fa32", +Cell[27751, 746, 218, 4, 70, "ExampleText",ExpressionUUID->"2d8b1c8b-97e4-4942-811f-f3f37f53fa32", CellID->2146770070], Cell[CellGroupData[{ -Cell[27938, 749, 196, 4, 70, "Input",ExpressionUUID->"474aa232-caf8-47fc-bb31-b280e379cfa9", +Cell[27994, 754, 196, 4, 70, "Input",ExpressionUUID->"474aa232-caf8-47fc-bb31-b280e379cfa9", CellID->1500636624], -Cell[28137, 755, 1145, 40, 36, "Output",ExpressionUUID->"8804d4ea-b8c0-401e-9387-da99f391c112", +Cell[28193, 760, 1145, 40, 36, "Output",ExpressionUUID->"8804d4ea-b8c0-401e-9387-da99f391c112", CellID->1982071952] }, Open ]], -Cell[29297, 798, 230, 4, 70, "ExampleText",ExpressionUUID->"62c94eca-442c-45b0-bd54-2ddc1c50fd4c", +Cell[29353, 803, 230, 4, 70, "ExampleText",ExpressionUUID->"62c94eca-442c-45b0-bd54-2ddc1c50fd4c", CellID->1649334848], Cell[CellGroupData[{ -Cell[29552, 806, 258, 5, 70, "Input",ExpressionUUID->"d9586a11-b6b6-49be-a5e9-2ca3d591b044", +Cell[29608, 811, 258, 5, 70, "Input",ExpressionUUID->"d9586a11-b6b6-49be-a5e9-2ca3d591b044", CellID->1482093166], -Cell[29813, 813, 1171, 41, 36, "Output",ExpressionUUID->"444b3ce5-820c-4cb6-8994-19342221f33e", +Cell[29869, 818, 1171, 41, 36, "Output",ExpressionUUID->"444b3ce5-820c-4cb6-8994-19342221f33e", CellID->186957277] }, Open ]], -Cell[30999, 857, 239, 4, 70, "ExampleText",ExpressionUUID->"711edec7-816a-41c0-8c14-d0c2cdeb9a85", +Cell[31055, 862, 239, 4, 70, "ExampleText",ExpressionUUID->"711edec7-816a-41c0-8c14-d0c2cdeb9a85", CellID->318894341], Cell[CellGroupData[{ -Cell[31263, 865, 254, 5, 70, "Input",ExpressionUUID->"3fdc2fbd-beaa-4f8a-9cdb-0e0da13d9b70", +Cell[31319, 870, 254, 5, 70, "Input",ExpressionUUID->"3fdc2fbd-beaa-4f8a-9cdb-0e0da13d9b70", CellID->1196750862], -Cell[31520, 872, 2067, 72, 73, "Output",ExpressionUUID->"22349017-30af-4d1b-8d29-b20db186c421", +Cell[31576, 877, 2067, 72, 73, "Output",ExpressionUUID->"22349017-30af-4d1b-8d29-b20db186c421", CellID->1334225504] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33885, 958, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"67f60175-95f5-421e-a640-f1a3c4b7587b"], +Cell[39391, 1108, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2b3f7d1b-4a10-49dc-8eb5-13c52a4707bf"], +Cell[40064, 1128, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"71508929-bccd-40bc-ba76-20443cf39122"], +Cell[41100, 1156, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"2a66aeac-9510-402e-af74-3a6667773b95"], Cell[CellGroupData[{ -Cell[33851, 955, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"c8218ff7-b81f-4262-9db9-2340bd19fdc3"], -Cell[39357, 1105, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ee278c72-56b2-4e9d-a338-c2dbe0728632"] -}, Open ]], -Cell[40042, 1126, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fd563e13-3bd8-4aca-8ea1-d8cb670032ba"], -Cell[41078, 1154, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"2a78e8f3-75af-43de-ba5e-4d263b96c569"], -Cell[CellGroupData[{ -Cell[43324, 1221, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"baec4afe-a21d-4600-8b43-b180eec61404", +Cell[43346, 1223, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"baec4afe-a21d-4600-8b43-b180eec61404", CellID->2135167160], -Cell[43465, 1224, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35958240-5b24-4bf7-a09d-f07131952e09", +Cell[43487, 1226, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35958240-5b24-4bf7-a09d-f07131952e09", CellID->1194386356], -Cell[43687, 1230, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"daaab75f-5781-4d62-a9ee-3ef30b1094c8", +Cell[43709, 1232, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"daaab75f-5781-4d62-a9ee-3ef30b1094c8", CellID->1641706272], -Cell[43902, 1235, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3f083a03-0897-4719-a0ab-d99b01c02a2e", +Cell[43924, 1237, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3f083a03-0897-4719-a0ab-d99b01c02a2e", CellID->399251956], -Cell[44131, 1241, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9391cae1-ce35-4757-a0bf-302b3552b829", +Cell[44153, 1243, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9391cae1-ce35-4757-a0bf-302b3552b829", CellID->821434655] }, Open ]], -Cell[44368, 1247, 78, 0, 70, "FooterCell",ExpressionUUID->"79912a24-d865-45ca-bdaf-f4bf4982071a"] +Cell[44390, 1249, 78, 0, 70, "FooterCell",ExpressionUUID->"9d0d2351-39d7-447f-a87b-57f974c06fed"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CalcStepSize.nb b/Documentation/English/ReferencePages/Symbols/CalcStepSize.nb index d5890ca..3529732 100644 --- a/Documentation/English/ReferencePages/Symbols/CalcStepSize.nb +++ b/Documentation/English/ReferencePages/Symbols/CalcStepSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43968, 1145] -NotebookOptionsPosition[ 35162, 970] -NotebookOutlinePosition[ 37247, 1023] -CellTagsIndexPosition[ 37161, 1018] +NotebookDataLength[ 43974, 1145] +NotebookOptionsPosition[ 35176, 971] +NotebookOutlinePosition[ 37285, 1025] +CellTagsIndexPosition[ 37199, 1020] WindowTitle->CalcStepSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bf1bc514-2a2b-454f-b235-7d55436160da"], + "d3e8990f-d286-42ac-8f14-082702ad8b82"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a64544c0-bee6-4481-8f85-711ec602f896"], + "eb6a4b13-ad9a-4a1d-9442-070445397340"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d5002d6f-9c90-4484-87b2-f9317ee2dd9d"] - }],ExpressionUUID->"a2920ad4-96fe-41de-996f-0b14472153fd"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "307ca5d2-417f-40c2-bf95-9999b8d9a7ba"] + }],ExpressionUUID->"f4c36f9b-a8da-4a69-8a96-bbb4096ed1ca"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9de54f1-e5fe-40e4-8a16-d68d72e349a2"], + "696948f3-c271-4b68-b3c6-f24a92285a8d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e291e06a-f1d4-4a31-baf8-c6cec4cfd585"] - }],ExpressionUUID->"43eeab78-3c68-4dc5-b9fe-6f6da0641ee4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1470ecfc-ad6f-438e-8319-a54ee2331654"] + }],ExpressionUUID->"59975296-e0bf-4d3f-8a7b-feac68924a20"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f562c56c-bd21-4a95-810c-ed7f4d441d7e"], + "b831cd3b-2899-4f97-a8b5-45dec9d0432b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3665aa94-c867-4cb8-a3d5-407bd8200781"] - }],ExpressionUUID->"3503eea8-db1a-4588-9dfe-e5ea212de248"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ab7b3bb1-7c46-40ec-9a61-ae465109de8a"] + }],ExpressionUUID->"0d5935aa-7674-47ab-b0c3-645aefe4c287"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b1157a6f-fd32-4982-8510-5e4046b04dc7"], + "4e4b5652-552b-4246-b86c-61484baa79c5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fa316344-dd12-4b97-8dbd-28968104d361"] - }],ExpressionUUID->"2f0b6090-149f-46f9-b30e-d7ccc8ccf045"], - StripOnInput->False], {"\<\"TUG/ref/CalcStepSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CalcStepSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CalcStepSize.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$42252], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CalcStepSize" <> ".html"], None}]}]}, + "2ab12de9-0869-481c-876b-4c8c9b88928a"] + }],ExpressionUUID->"410286a4-8f0f-4a7e-9f4b-7369171a776e"], + StripOnInput->False],{ + "\"TUG/ref/CalcStepSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CalcStepSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CalcStepSize.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$43702], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CalcStepSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4b72e22d-d9d1-4131-a364-5b09d3ea7b2f"] + "01f34392-d2c2-4b8a-b570-f8ea458cd053"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d2f95580-1b72-4854-91bd-9d9ac8a25f6b"]} + "9b1edc7c-a6fb-4f2c-9248-9e702a093880"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"de43dd6f-6038-483d-a104-a2e6a46ab9ed"], + CellID->1,ExpressionUUID->"cfeb7599-ac7d-4d0d-9a49-5b9d018d1577"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ec809b94-5626-425b-a189-eccd4bb2c003"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"46d5e47f-25eb-4d38-9ee1-d095dbb0d78f"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CalcStepSize", "ObjectName",ExpressionUUID-> - "db6045f7-d847-46fc-bb21-5d5f49a7e264"], + "b0ab0760-1f0c-454a-8fd3-75c070a99b3a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"f6cf9024-a12c-4922-a325-f581c860c8ed"], + "Spacer1"]],ExpressionUUID->"f8984bac-0f88-4b8f-8a08-12fc3aab35e2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e3678598-1b58-4435-9c8d-e971e208607d"] - }],ExpressionUUID->"8a8be23a-ce34-44c3-9397-cbfabcb0ff21"], Cell[BoxData[ + "cceaab2b-4889-4acf-9dfc-deeb837db957"] + }],ExpressionUUID->"13878c7f-7abb-4a40-b301-a40296c3651e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0c64b0f1-ff27-49ea-bacc-fcf27a5b8efd"]} + "15304dcc-23a7-4f5f-b067-4a31d4ccfc58"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"fd169507-66f1-43ed-a638-174482322bd5"], + CacheGraphics->False,ExpressionUUID->"88111dc8-a959-4848-b350-59a48b85e036"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "c70178c5-d060-447b-9447-cf4cb7dfcee6"], "\[LineSeparator]is an option for some package functions to compute an \ internal optimal step size. " - }],ExpressionUUID->"7d4fdc22-97b9-419d-8926-252c6bde0c1d"]} + }],ExpressionUUID->"e9519378-6931-4cd7-b9b7-3d71f073d78c"]} }]], "Usage", CellID->376551358,ExpressionUUID->"1d34cd7e-2a6e-4de7-b61f-ba57c853e18b"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5ffa32be-5fe0-4d00-ada1-e886a3334c67"], + ExpressionUUID->"51de4cc1-56e5-45b3-a213-48924f4dc280"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1a18494d-79b4-4e14-88d6-6c757d9a02e6"], + "Spacer1"]],ExpressionUUID->"b6c9eb93-c228-4177-80d0-72cb61ee088d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"baaf0fcb-121b-400f-8c15-dcabe0e9c141"], + }], "NotesFrameText",ExpressionUUID->"9de8faf1-a0de-4114-9bf8-0a73d0c36726"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"95db4e72-9803-4f5b-8f07-37ec81cd52e9"]], \ + "Preemptive"]],ExpressionUUID->"8a9f06de-032c-44ef-8a0f-067c7a227c79"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->910745250,ExpressionUUID->"b1b866f0-f085-4a9f-9579-51f65609e0a1"], + CellID->982132681,ExpressionUUID->"d01c9a63-3436-45d4-8993-66d2aa45adae"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f9b285b5-622d-4c20-ab29-5ebec41ada0b"], + ExpressionUUID->"01bd697a-d7db-41da-8bc3-674b16b690e9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"87570fda-9d5d-43cd-b4a9-e10b9caca4fa"], + "Spacer1"]],ExpressionUUID->"1dc8d39e-0a80-46e0-81bf-674f794f8059"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "31126d3d-a07d-4e9c-a885-7f10c52641a9"] + "b7285170-2159-4fc4-b5df-b7ecca160cef"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->196397814,ExpressionUUID->"d9dd783a-cc6a-4236-a584-b5622ec44ed6"], + CellID->1435804065,ExpressionUUID->"b8887aea-17b3-4135-8367-1a4c7573e6ae"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a92dbe58-cfcd-4333-bcbf-1e5d2f5724ba"], + ExpressionUUID->"93093c16-88f9-4680-be40-6b2c51525066"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cedf2d09-bb88-4f12-9e8b-cb05c1413a7c"], + "Spacer1"]],ExpressionUUID->"7c518a88-2d72-4a1b-b408-126b01fd97fc"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f89ee801-9b03-41ae-acd9-7310c0873670"] + "4bd5e6fb-192d-49cb-abb8-366a3a30c457"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->405815564,ExpressionUUID->"0313e7b3-353f-4f56-81e6-46d59a522cd0"], + CellID->355653098,ExpressionUUID->"11863fc2-9489-496d-b2ca-370ad235000a"], Cell["Loading the package:", "ExampleText", CellID->326486372,ExpressionUUID->"fcbc58de-40a0-4d1d-bf06-924c8d5d3e3f"], @@ -654,8 +658,6 @@ evaluation.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -803,15 +805,15 @@ Cell[BoxData[GridBox[{ "63b3b119-7fae-4d66-a828-b67eeddf71fb"] }], "SeeAlso",ExpressionUUID->"b6192f87-5583-4782-9bc1-6724e2703084"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"66b08470-41a4-47de-9561-\ -682b27c13e0d"], + }]], "SeeAlsoSection",ExpressionUUID->"a394a13d-5688-4ef3-ab95-\ +e7218c78f950"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -823,9 +825,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"222cb861-3a37-4bc5-91a7-8947535db156"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"89eb88c0-796c-4c62-9a36-\ -ba0cfaac922d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3cdbeadc-11e3-4bee-9fc1-\ +b4a2831391ff"], Cell[BoxData[GridBox[{ { @@ -842,7 +843,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dfb16417-988c-4b0c-bf82-c46194cea1b8"]}]}, + "a701a668-d1c6-40db-9eb7-e29facada809"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -850,10 +851,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cebfbc11-ea50-4117-804b-a0dbbcd2bc07"]}]} + "6a8f2e5c-6033-41b7-aae5-49071c293420"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a4055e0f-8a8c-4e12-aff8-\ -5e64ddc1c926"], + }]], "MoreAboutSection",ExpressionUUID->"b0243e34-c47a-45f5-89d3-\ +f32507792871"], Cell[BoxData[GridBox[{ { @@ -880,7 +881,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7bfb0377-a03b-443f-99ed-fc6a486c4cac"]], "RelatedLinks", + "7e20e395-374a-4797-b506-831b883329ee"]], "RelatedLinks", ExpressionUUID->"b10583ae-c65e-41f8-8ff0-064da93555e9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -897,7 +898,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff3b4c06-6dd2-4e85-8c08-069edfe14135"]], "RelatedLinks", + "d2a718e4-04e5-4f01-b144-9ebfebb6b28d"]], "RelatedLinks", ExpressionUUID->"58a6ce91-3475-4b8e-a3a0-8b6a8e95e4ce"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -915,7 +916,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DirectionOfImprovement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "adcdcdcf-891d-44da-8747-c4edc0b270ab"]], "RelatedLinks", + "2af76e2d-12e1-4f3e-b93c-cf1af6167ddf"]], "RelatedLinks", ExpressionUUID->"0e33bc6a-0352-4d12-ae88-565a96e2ee6f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -932,11 +933,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/OptStepSize"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9861af1e-0825-4bcf-ac4e-1caccf2c6b06"]], "RelatedLinks", + "471e9759-e201-44d6-94ee-d6529a8088ff"]], "RelatedLinks", ExpressionUUID->"9837bb70-a8ee-4c15-8f53-5baae99b00fc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9f2dc4dd-7cc9-447d-ac9e-\ -8f9d9b7dd45a"], + }]], "RelatedLinksSection",ExpressionUUID->"0fe996a6-2f62-44a4-8288-\ +96badf186364"], Cell[CellGroupData[{ @@ -966,11 +967,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a599927d-3f2f-4334-89e0-16782269676d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"40e3821b-9900-47e3-a485-4d8758627c0f"] +Cell[" ", "FooterCell",ExpressionUUID->"a254ee72-cb21-4641-8334-c42d40bfc135"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CalcStepSize", TaggingRules->{ @@ -981,17 +982,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 22.301658}", + "built" -> "{2024, 6, 3, 16, 51, 40.149894}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CalcStepSize is an option for some package functions to compute an \ internal optimal step size. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CalcStepSize", "titlemodifier" -> "", "windowtitle" -> "CalcStepSize", - "type" -> "Symbol", "uri" -> "TUG/ref/CalcStepSize"}}, + "CalcStepSize", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "CalcStepSize", "type" -> "Symbol", "uri" -> + "TUG/ref/CalcStepSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1000,9 +1002,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1c8016e9-ea40-4045-a784-9c18ffb2dab2" +ExpressionUUID->"cf789b30-56e1-4ae4-bce6-665227a4bb95" ] (* End of Notebook Content *) @@ -1010,143 +1012,141 @@ ExpressionUUID->"1c8016e9-ea40-4045-a784-9c18ffb2dab2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12265, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d9dd783a-cc6a-4236-a584-b5622ec44ed6", + Cell[12312, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b8887aea-17b3-4135-8367-1a4c7573e6ae", CellTags->"PrimaryExamplesSection", - CellID->196397814]} + CellID->1435804065]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36961, 1011} + {"PrimaryExamplesSection", 36998, 1013} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7103, 168, 56, "AnchorBarGrid",ExpressionUUID->"de43dd6f-6038-483d-a104-a2e6a46ab9ed", +Cell[584, 21, 7150, 172, 57, "AnchorBarGrid",ExpressionUUID->"cfeb7599-ac7d-4d0d-9a49-5b9d018d1577", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ec809b94-5626-425b-a189-eccd4bb2c003"], +Cell[7737, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"46d5e47f-25eb-4d38-9ee1-d095dbb0d78f"], Cell[CellGroupData[{ -Cell[7801, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"fd169507-66f1-43ed-a638-174482322bd5"], -Cell[9090, 232, 461, 9, 111, "Usage",ExpressionUUID->"1d34cd7e-2a6e-4de7-b61f-ba57c853e18b", +Cell[7848, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"88111dc8-a959-4848-b350-59a48b85e036"], +Cell[9137, 236, 461, 9, 109, "Usage",ExpressionUUID->"1d34cd7e-2a6e-4de7-b61f-ba57c853e18b", CellID->376551358] }, Open ]], Cell[CellGroupData[{ -Cell[9588, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"b1b866f0-f085-4a9f-9579-51f65609e0a1", +Cell[9635, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"d01c9a63-3436-45d4-8993-66d2aa45adae", CellGroupingRules->{"SectionGrouping", 50}, - CellID->910745250], -Cell[11485, 295, 489, 12, 37, "Notes",ExpressionUUID->"9f0a9342-61d8-4a28-a253-40621f80d883", + CellID->982132681], +Cell[11532, 299, 489, 12, 38, "Notes",ExpressionUUID->"9f0a9342-61d8-4a28-a253-40621f80d883", CellID->177724765], -Cell[11977, 309, 161, 3, 36, "Notes",ExpressionUUID->"62c2a818-ed95-444c-976f-83f8a90f9f5e", +Cell[12024, 313, 161, 3, 36, "Notes",ExpressionUUID->"62c2a818-ed95-444c-976f-83f8a90f9f5e", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12265, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d9dd783a-cc6a-4236-a584-b5622ec44ed6", +Cell[12312, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b8887aea-17b3-4135-8367-1a4c7573e6ae", CellTags->"PrimaryExamplesSection", - CellID->196397814], + CellID->1435804065], Cell[CellGroupData[{ -Cell[13710, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0313e7b3-353f-4f56-81e6-46d59a522cd0", - CellID->405815564], -Cell[15111, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"fcbc58de-40a0-4d1d-bf06-924c8d5d3e3f", +Cell[13758, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"11863fc2-9489-496d-b2ca-370ad235000a", + CellID->355653098], +Cell[15159, 401, 118, 1, 39, "ExampleText",ExpressionUUID->"fcbc58de-40a0-4d1d-bf06-924c8d5d3e3f", CellID->326486372], Cell[CellGroupData[{ -Cell[15254, 402, 168, 3, 27, "Input",ExpressionUUID->"a9f11858-7a7f-423c-bc59-548c81ec2f20", +Cell[15302, 406, 168, 3, 27, "Input",ExpressionUUID->"a9f11858-7a7f-423c-bc59-548c81ec2f20", CellID->2002922136], Cell[CellGroupData[{ -Cell[15447, 409, 237, 4, 23, "Print",ExpressionUUID->"f02a03d8-224f-446f-9bd9-1380f524bba0", +Cell[15495, 413, 237, 4, 23, "Print",ExpressionUUID->"f02a03d8-224f-446f-9bd9-1380f524bba0", CellID->1941087893], -Cell[15687, 415, 365, 8, 23, "Print",ExpressionUUID->"cabb9f29-8367-4c7a-ba10-aba7d1c603e0", +Cell[15735, 419, 365, 8, 23, "Print",ExpressionUUID->"cabb9f29-8367-4c7a-ba10-aba7d1c603e0", CellID->288007199], -Cell[16055, 425, 236, 4, 23, "Print",ExpressionUUID->"2cccf6cb-6b9d-427d-856d-3642d08d93ff", +Cell[16103, 429, 236, 4, 23, "Print",ExpressionUUID->"2cccf6cb-6b9d-427d-856d-3642d08d93ff", CellID->234711728], -Cell[16294, 431, 220, 3, 23, "Print",ExpressionUUID->"da428b3b-396f-45c2-a443-3b6ea45f3490", +Cell[16342, 435, 220, 3, 23, "Print",ExpressionUUID->"da428b3b-396f-45c2-a443-3b6ea45f3490", CellID->323076582], -Cell[16517, 436, 208, 3, 23, "Print",ExpressionUUID->"d6bf6c03-2956-4150-a149-768d832a36ca", +Cell[16565, 440, 208, 3, 23, "Print",ExpressionUUID->"d6bf6c03-2956-4150-a149-768d832a36ca", CellID->1417349729], -Cell[16728, 441, 238, 4, 23, "Print",ExpressionUUID->"709d034b-c715-40ec-b3ef-b44011f88850", +Cell[16776, 445, 238, 4, 23, "Print",ExpressionUUID->"709d034b-c715-40ec-b3ef-b44011f88850", CellID->1544945165], -Cell[16969, 447, 221, 3, 23, "Print",ExpressionUUID->"6a33f3d9-afeb-4417-b9ea-961356250e1a", +Cell[17017, 451, 221, 3, 23, "Print",ExpressionUUID->"6a33f3d9-afeb-4417-b9ea-961356250e1a", CellID->1922457906], -Cell[17193, 452, 237, 4, 23, "Print",ExpressionUUID->"7dfb7d10-8fc5-4d25-bf97-a3caa7fe445b", +Cell[17241, 456, 237, 4, 23, "Print",ExpressionUUID->"7dfb7d10-8fc5-4d25-bf97-a3caa7fe445b", CellID->1928184854], -Cell[17433, 458, 237, 4, 23, "Print",ExpressionUUID->"666cc84e-5f69-435d-8516-fbfcbadef2c3", +Cell[17481, 462, 237, 4, 23, "Print",ExpressionUUID->"666cc84e-5f69-435d-8516-fbfcbadef2c3", CellID->1782081731], -Cell[17673, 464, 208, 3, 23, "Print",ExpressionUUID->"a4d5b812-9c43-4fcf-84f8-a190334b9393", +Cell[17721, 468, 208, 3, 23, "Print",ExpressionUUID->"a4d5b812-9c43-4fcf-84f8-a190334b9393", CellID->1557314311], -Cell[17884, 469, 237, 4, 23, "Print",ExpressionUUID->"edcf7a52-2ff6-461f-bece-a8649c9c40cf", +Cell[17932, 473, 237, 4, 23, "Print",ExpressionUUID->"edcf7a52-2ff6-461f-bece-a8649c9c40cf", CellID->1757490560] }, Open ]] }, Open ]], -Cell[18148, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"776ee79f-a83b-4187-926c-ab5d0123aa76", +Cell[18196, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"776ee79f-a83b-4187-926c-ab5d0123aa76", CellID->327392346], -Cell[18287, 480, 235, 6, 27, "Input",ExpressionUUID->"f348335a-1350-4bde-9f02-e4de3d335370", +Cell[18335, 484, 235, 6, 27, "Input",ExpressionUUID->"f348335a-1350-4bde-9f02-e4de3d335370", CellID->1532099811], -Cell[18525, 488, 380, 9, 27, "Input",ExpressionUUID->"a44c18a8-10b2-4240-b1cf-5ab2b3c92b6a", +Cell[18573, 492, 380, 9, 27, "Input",ExpressionUUID->"a44c18a8-10b2-4240-b1cf-5ab2b3c92b6a", CellID->306721956], -Cell[18908, 499, 238, 6, 70, "Input",ExpressionUUID->"08bcefb0-6503-4406-b58d-c32236568a37", +Cell[18956, 503, 238, 6, 27, "Input",ExpressionUUID->"08bcefb0-6503-4406-b58d-c32236568a37", CellID->1032661145], -Cell[19149, 507, 191, 4, 70, "ExampleText",ExpressionUUID->"cce5a7a0-f8d3-4055-9574-75524e668703", +Cell[19197, 511, 191, 4, 70, "ExampleText",ExpressionUUID->"cce5a7a0-f8d3-4055-9574-75524e668703", CellID->1374439207], Cell[CellGroupData[{ -Cell[19365, 515, 180, 3, 70, "Input",ExpressionUUID->"af629dc8-6a62-43c5-9bdb-3c9e0c2052f6", +Cell[19413, 519, 180, 3, 70, "Input",ExpressionUUID->"af629dc8-6a62-43c5-9bdb-3c9e0c2052f6", CellID->1169272429], -Cell[19548, 520, 454, 10, 36, "Output",ExpressionUUID->"16cdec78-4fff-4563-851f-905f089130de", +Cell[19596, 524, 454, 10, 36, "Output",ExpressionUUID->"16cdec78-4fff-4563-851f-905f089130de", CellID->863920079] }, Open ]], -Cell[20017, 533, 134, 1, 70, "ExampleText",ExpressionUUID->"a117f000-b114-4f6e-b3b2-60176f8395b5", +Cell[20065, 537, 134, 1, 70, "ExampleText",ExpressionUUID->"a117f000-b114-4f6e-b3b2-60176f8395b5", CellID->1454367728], Cell[CellGroupData[{ -Cell[20176, 538, 195, 4, 70, "Input",ExpressionUUID->"2ab49a33-2c12-4d91-b6f0-97ae7101b243", +Cell[20224, 542, 195, 4, 70, "Input",ExpressionUUID->"2ab49a33-2c12-4d91-b6f0-97ae7101b243", CellID->1288326082], -Cell[20374, 544, 318, 9, 51, "Output",ExpressionUUID->"9c4a135f-468b-4906-84a8-a96fa04ddd43", +Cell[20422, 548, 318, 9, 50, "Output",ExpressionUUID->"9c4a135f-468b-4906-84a8-a96fa04ddd43", CellID->579441436] }, Open ]], -Cell[20707, 556, 154, 1, 70, "ExampleText",ExpressionUUID->"be6ac3e0-eeac-4d60-80f7-17f99297384f", +Cell[20755, 560, 154, 1, 70, "ExampleText",ExpressionUUID->"be6ac3e0-eeac-4d60-80f7-17f99297384f", CellID->101572608], Cell[CellGroupData[{ -Cell[20886, 561, 224, 5, 70, "Input",ExpressionUUID->"1f8a666b-d915-40d1-b619-74cda128de77", +Cell[20934, 565, 224, 5, 70, "Input",ExpressionUUID->"1f8a666b-d915-40d1-b619-74cda128de77", CellID->2043206373], -Cell[21113, 568, 175, 3, 36, "Output",ExpressionUUID->"54804c8b-86d9-4bb2-9534-19909e900344", +Cell[21161, 572, 175, 3, 36, "Output",ExpressionUUID->"54804c8b-86d9-4bb2-9534-19909e900344", CellID->1611708085] }, Open ]], -Cell[21303, 574, 194, 4, 70, "ExampleText",ExpressionUUID->"b3cf40d0-0e39-4583-88a7-b7671b38eb40", +Cell[21351, 578, 194, 4, 70, "ExampleText",ExpressionUUID->"b3cf40d0-0e39-4583-88a7-b7671b38eb40", CellID->1923148668], Cell[CellGroupData[{ -Cell[21522, 582, 433, 12, 70, "Input",ExpressionUUID->"e797ee87-33df-40d5-a333-12d61d3425e2", +Cell[21570, 586, 433, 12, 70, "Input",ExpressionUUID->"e797ee87-33df-40d5-a333-12d61d3425e2", CellID->1217045921], -Cell[21958, 596, 422, 10, 36, "Output",ExpressionUUID->"d2c6dd3c-a471-4ef4-a705-ebbb01b1c820", +Cell[22006, 600, 422, 10, 36, "Output",ExpressionUUID->"d2c6dd3c-a471-4ef4-a705-ebbb01b1c820", CellID->1651131427] }, Open ]], -Cell[22395, 609, 201, 4, 70, "ExampleText",ExpressionUUID->"7f9e463f-1967-4456-aa50-3a9e80a00113", +Cell[22443, 613, 201, 4, 70, "ExampleText",ExpressionUUID->"7f9e463f-1967-4456-aa50-3a9e80a00113", CellID->1260533390], Cell[CellGroupData[{ -Cell[22621, 617, 437, 12, 70, "Input",ExpressionUUID->"e65c892a-8de0-416f-9756-20759bf21960", +Cell[22669, 621, 437, 12, 70, "Input",ExpressionUUID->"e65c892a-8de0-416f-9756-20759bf21960", CellID->1074274943], -Cell[23061, 631, 402, 10, 36, "Output",ExpressionUUID->"95112e30-e79e-4b08-97d3-dc51536371a5", +Cell[23109, 635, 402, 10, 36, "Output",ExpressionUUID->"95112e30-e79e-4b08-97d3-dc51536371a5", CellID->54742319] }, Open ]], -Cell[23478, 644, 195, 4, 70, "ExampleText",ExpressionUUID->"cf4d4af4-b411-47ef-be2a-764b8ad68007", +Cell[23526, 648, 195, 4, 70, "ExampleText",ExpressionUUID->"cf4d4af4-b411-47ef-be2a-764b8ad68007", CellID->108908484] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23951, 660, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"a394a13d-5688-4ef3-ab95-e7218c78f950"], +Cell[29431, 810, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3cdbeadc-11e3-4bee-9fc1-b4a2831391ff"], +Cell[30104, 830, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b0243e34-c47a-45f5-89d3-f32507792871"], +Cell[31140, 858, 2886, 81, 70, "RelatedLinksSection",ExpressionUUID->"0fe996a6-2f62-44a4-8288-96badf186364"], Cell[CellGroupData[{ -Cell[23925, 658, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"66b08470-41a4-47de-9561-682b27c13e0d"], -Cell[29405, 808, 670, 18, 70, "TechNotesSection",ExpressionUUID->"89eb88c0-796c-4c62-9a36-ba0cfaac922d"] -}, Open ]], -Cell[30090, 829, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a4055e0f-8a8c-4e12-aff8-5e64ddc1c926"], -Cell[31126, 857, 2886, 81, 70, "RelatedLinksSection",ExpressionUUID->"9f2dc4dd-7cc9-447d-ac9e-8f9d9b7dd45a"], -Cell[CellGroupData[{ -Cell[34037, 942, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e1cdc171-67b3-4014-847b-a6d147cdc40f", +Cell[34051, 943, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e1cdc171-67b3-4014-847b-a6d147cdc40f", CellID->906383680], -Cell[34177, 945, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4065b6ae-edef-4705-81e0-f4fc1d253002", +Cell[34191, 946, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4065b6ae-edef-4705-81e0-f4fc1d253002", CellID->1194386356], -Cell[34399, 951, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b56051a4-5877-497d-b472-c641e1664fc0", +Cell[34413, 952, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b56051a4-5877-497d-b472-c641e1664fc0", CellID->1641706272], -Cell[34614, 956, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae0490f8-0e6e-44a9-b734-27c569f8b14f", +Cell[34628, 957, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae0490f8-0e6e-44a9-b734-27c569f8b14f", CellID->399251956], -Cell[34843, 962, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a599927d-3f2f-4334-89e0-16782269676d", +Cell[34857, 963, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a599927d-3f2f-4334-89e0-16782269676d", CellID->821434655] }, Open ]], -Cell[35080, 968, 78, 0, 70, "FooterCell",ExpressionUUID->"40e3821b-9900-47e3-a485-4d8758627c0f"] +Cell[35094, 969, 78, 0, 70, "FooterCell",ExpressionUUID->"a254ee72-cb21-4641-8334-c42d40bfc135"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CallMaximize.nb b/Documentation/English/ReferencePages/Symbols/CallMaximize.nb index 64fa3f7..07d26b9 100644 --- a/Documentation/English/ReferencePages/Symbols/CallMaximize.nb +++ b/Documentation/English/ReferencePages/Symbols/CallMaximize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 38907, 1002] -NotebookOptionsPosition[ 31825, 862] -NotebookOutlinePosition[ 33966, 916] -CellTagsIndexPosition[ 33881, 911] +NotebookDataLength[ 38915, 1002] +NotebookOptionsPosition[ 31848, 864] +NotebookOutlinePosition[ 34007, 918] +CellTagsIndexPosition[ 33922, 913] WindowTitle->CallMaximize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6c1974ca-7eba-4a89-bf9f-9bfd7427655f"], + "35462219-b7ca-4f49-8c08-2ed5193b4dc5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "380c67dc-acbd-4de8-bc59-cd9b3978b5ca"], + "90e86ad2-6861-46ad-9628-6ac954838754"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d3aefc31-10c4-44f4-a075-49d2fc6ca84b"] - }],ExpressionUUID->"641d2158-3959-4382-8cd7-3d18a4d8c43e"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "7e107f8c-023f-4f18-81f2-3366daa72427"] + }],ExpressionUUID->"9d8ab724-ce2f-4950-b2c8-bedbdaa46ce0"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "90d238d6-ca6d-4042-bcdb-ddc702d5edeb"], + "88dd6e68-82b6-4125-8fc4-a980c4041e84"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "934dc4ed-40bf-4147-90db-c95d80ac820b"] - }],ExpressionUUID->"f55cdaa3-ab65-4bdd-869b-29f2ab190d21"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d4fae28a-d47b-4325-942d-886cc4b56fc0"] + }],ExpressionUUID->"77ce212c-60bd-431d-9362-17a08936d6e8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe6733f2-e533-4cc9-9409-4f377e017f8f"], + "5eb06a30-a243-46ee-8108-262862a21969"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a75009c-6357-4049-ac45-919e393e2d19"] - }],ExpressionUUID->"66571077-65c2-464f-820c-b8415d06b724"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "33e95c86-1071-4a4d-84c7-ae4115d222a0"] + }],ExpressionUUID->"b7710ef7-42fb-4d60-91d0-693bde4648db"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b61f013d-8af4-46de-ae0d-07d94f6367c8"], + "1971b548-809e-4d71-8405-0d34527e179b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4376d32e-0e0b-4689-837d-6fd75c0dd9ee"] - }],ExpressionUUID->"ad37c7e7-3ae0-4bfa-9cc6-42714a9dc4d9"], - StripOnInput->False], {"\<\"TUG/ref/CallMaximize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CallMaximize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CallMaximize.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$42821], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CallMaximize" <> ".html"], None}]}]}, + "8fe12413-2545-441b-a12f-f2b88a33f876"] + }],ExpressionUUID->"ec1a9ef4-47a5-4aea-b8fa-beace4b68ae0"], + StripOnInput->False],{ + "\"TUG/ref/CallMaximize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CallMaximize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CallMaximize.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$44305], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CallMaximize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9cc40c24-43bc-4505-9d18-50792c8b3dbd"] + "ddfc7635-9d5e-4fe8-a5d5-cf25f773ae54"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bc88a7e7-cc92-4cdc-8054-19cb50ee5fe4"]} + "f6239bb5-ac6a-4883-8c0c-c4fe6ebe55be"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"66330173-08d3-4226-a562-d81e3d8aa4f7"], + CellID->1,ExpressionUUID->"8d353af9-9859-4f93-8524-eee2139e1012"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3ffecdeb-edb8-4d75-b076-0900cb9fa6d1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"77848cc1-baab-4063-86bf-5d051e7a7493"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CallMaximize", "ObjectName",ExpressionUUID-> - "10bbd221-0a5b-4eae-a067-2e947135f30b"], + "76d1b300-c894-45d2-9de5-ef99aea03c47"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a46bc220-ffba-40ef-91b6-34372aa425aa"], + "Spacer1"]],ExpressionUUID->"1ae441d8-151d-4f09-ae56-cf8371429b17"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "aaea63ea-6b59-4990-945a-1cbc45c8f235"] - }],ExpressionUUID->"b13581a4-8c60-4a0c-be13-61d16726bc7c"], Cell[BoxData[ + "2dc6bfb9-1ae1-42c4-ac6f-6c41f0249e59"] + }],ExpressionUUID->"45fff67b-da7f-4648-a54e-9ebfb3ae056f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4c84c828-6db4-4006-bd92-57b0dda6906c"]} + "bc01f76a-b074-4cde-9799-03e229fdb245"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bf2115d0-726c-4c76-95d6-96af9d68d120"], + CacheGraphics->False,ExpressionUUID->"0f2ab45c-51a7-4a21-875f-defcd6df6ef9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package functions to impose \ NMaximize/NMinimize to determine an element of a solution from a cooperative \ game. " - }],ExpressionUUID->"628d24d9-1c99-4089-9b13-b22b80509dd8"]} + }],ExpressionUUID->"df49c6da-c7fd-4ee9-b5e1-9eee9da59161"]} }]], "Usage", CellID->242942785,ExpressionUUID->"5333accf-8737-42a7-b004-ff37d6c8ae8f"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"445838d0-d7b9-42ff-872d-5363ec4afdf9"], + ExpressionUUID->"e71de89e-ec97-466c-8408-84070d049db6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"298da19b-3a3d-4a3b-b170-88d5727deb66"], + "Spacer1"]],ExpressionUUID->"79615e75-6df6-4bee-98ce-2f958718685a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"cfd6cfb1-ba0b-475b-b2c2-6ea2552ca18a"], + }], "NotesFrameText",ExpressionUUID->"88153f1d-bc3e-427b-a7fe-3e8172245865"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"10d840bd-64ab-4393-b150-c671fb35cf7b"]], \ + "Preemptive"]],ExpressionUUID->"a929bc41-d200-4d63-8d95-c86db572597b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->477302559,ExpressionUUID->"091acde2-b107-46e0-bde3-d9aca4210cb6"], + CellID->1409251876,ExpressionUUID->"e73935fc-d3f2-422f-b1a2-f97043e99a6b"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"208ef25b-f931-4b52-996c-6b00e2419d7c"], + ExpressionUUID->"1eaf647d-2f89-41bd-8db2-f3e3c3e72593"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ea1c08a2-11f0-4ec0-90fe-7531ec4db7bf"], + "Spacer1"]],ExpressionUUID->"93802c8c-e763-4860-92e6-f827ffe61d4e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dada7069-5f92-492a-be8e-4553bcba652b"] + "e7f64a62-cb4f-4240-ad52-0b86b92acc3d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1913407534,ExpressionUUID->"e02b7ff4-992c-43bf-bc51-7dc82176bc91"], + CellID->1451147914,ExpressionUUID->"cda9cd31-b15d-4bc4-8fb3-9239f1315fc7"], Cell[CellGroupData[{ @@ -383,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"369ff029-495f-47ee-a8d3-2584f2dc32fd"], + ExpressionUUID->"55134be8-50cc-4ad1-9450-57994f08d57b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7c701fdc-4392-4ce7-b6eb-458c8b1e4dc7"], + "Spacer1"]],ExpressionUUID->"ebb94c9b-f543-4cb2-a020-4b27d8de3b22"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dc9e6cf9-cbbf-42df-a667-37a9b41466eb"] + "a81d6a49-d413-4d01-b727-4611e72d3822"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1593938905,ExpressionUUID->"fa7204a7-13d1-488c-9f47-f2cfb0025068"], + CellID->888044470,ExpressionUUID->"927a590e-ed4e-42b3-99c2-13518f7fe101"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"3da72743-c542-4316-afb3-4d744b450ade"], @@ -530,8 +535,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -679,15 +682,15 @@ Cell[BoxData[GridBox[{ "1f86d7e6-58d3-4c10-a45c-c5c1b4b705d6"] }], "SeeAlso",ExpressionUUID->"fd881fd1-6afb-4da7-a429-02e1b7a767c8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e15b550e-1abb-4ba7-b17b-\ -4b2c873152be"], + }]], "SeeAlsoSection",ExpressionUUID->"d2dde64b-1913-4258-b98a-\ +1c9f427c7131"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -699,9 +702,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ac27e407-3b3a-43b7-97a2-3b9c7621dd3e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"20dddd9d-9b77-4658-8672-\ -52772d955934"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ccd57d46-1197-43c1-87f9-\ +6b5e737cb28d"], Cell[BoxData[GridBox[{ { @@ -718,7 +720,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d07b5059-6c46-4c94-bc58-4ec60325a387"]}]}, + "b2f45e0f-d839-42f1-9a11-569624d6ac03"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -726,10 +728,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3c2a83ae-1bfb-4bde-8c86-a32ec6dd8bd3"]}]} + "02a84c34-895c-4012-b1c3-d0e3d26829a2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f67b2729-f2ee-464b-848e-\ -dfd5b0b657b5"], + }]], "MoreAboutSection",ExpressionUUID->"7ba85a92-95a0-4f32-aa50-\ +66a2db328928"], Cell[BoxData[GridBox[{ { @@ -756,7 +758,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4d222cbe-49b2-482d-82c8-449095063e68"]], "RelatedLinks", + "1908401e-a7fc-4220-af97-b30e61b435ce"]], "RelatedLinks", ExpressionUUID->"8caae6c7-baf2-4163-a27c-c48fb572ddf0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -773,7 +775,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0396d17d-9555-4576-b6f7-0897d6a0e00e"]], "RelatedLinks", + "c6f18839-e122-4b1e-84b4-43975e0b41a1"]], "RelatedLinks", ExpressionUUID->"9c2791fc-3ae7-46f9-9f5b-7cbd7bf82525"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -790,7 +792,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelVertices"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "45aa6f81-d568-4c83-a868-c27b9037ce7f"]], "RelatedLinks", + "241d9feb-6445-41ad-9750-e5968993e169"]], "RelatedLinks", ExpressionUUID->"4800fc52-575e-40f7-b810-a3dc08820044"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -807,7 +809,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DeltaLP"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7d8102c0-953e-423a-bc4e-15f9f6c6e933"]], "RelatedLinks", + "dbf02317-db68-4acd-922e-6d2dbf21dc00"]], "RelatedLinks", ExpressionUUID->"72003ce6-fc2d-4a5c-8a94-d0c027476acb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -824,11 +826,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LPtoMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a2d1902c-1d98-45cb-a03b-1f56852b299c"]], "RelatedLinks", + "87d037ef-96f8-4e97-883c-12a79a77b920"]], "RelatedLinks", ExpressionUUID->"f3f478fe-fbc1-41fa-87f3-2e07e577b35e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"908d5944-5016-4fd8-b90c-\ -97c04c6b961c"], + }]], "RelatedLinksSection",ExpressionUUID->"5e07f9e3-39ea-4fff-ad1a-\ +219f4f9afdc5"], Cell[CellGroupData[{ @@ -858,11 +860,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3b9e2f1d-1ee8-4b4c-8b36-27e03c49b64a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3bfb0015-814c-4c99-87f6-41c815122870"] +Cell[" ", "FooterCell",ExpressionUUID->"c497b192-ab09-4e3c-915f-ff1ed3965a88"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CallMaximize", TaggingRules->{ @@ -873,7 +875,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 23.887720}", + "built" -> "{2024, 6, 3, 16, 51, 40.901239}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -881,10 +883,10 @@ TaggingRules->{ "CallMaximize is an option for various package functions to impose \ NMaximize/NMinimize to determine an element of a solution from a cooperative \ game. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CallMaximize", - "titlemodifier" -> "", "windowtitle" -> "CallMaximize", "type" -> - "Symbol", "uri" -> "TUG/ref/CallMaximize"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CallMaximize", "type" -> "Symbol", "uri" -> "TUG/ref/CallMaximize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -893,9 +895,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a72f8298-d362-41c9-95bb-ec53919db400" +ExpressionUUID->"fa614273-ef95-485b-8ae4-fb87989ecb63" ] (* End of Notebook Content *) @@ -903,107 +905,105 @@ ExpressionUUID->"a72f8298-d362-41c9-95bb-ec53919db400" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12341, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e02b7ff4-992c-43bf-bc51-7dc82176bc91", + Cell[12399, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cda9cd31-b15d-4bc4-8fb3-9239f1315fc7", CellTags->"PrimaryExamplesSection", - CellID->1913407534]} + CellID->1451147914]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33680, 904} + {"PrimaryExamplesSection", 33721, 906} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"66330173-08d3-4226-a562-d81e3d8aa4f7", +Cell[584, 21, 7180, 173, 57, "AnchorBarGrid",ExpressionUUID->"8d353af9-9859-4f93-8524-eee2139e1012", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3ffecdeb-edb8-4d75-b076-0900cb9fa6d1"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"77848cc1-baab-4063-86bf-5d051e7a7493"], Cell[CellGroupData[{ -Cell[7821, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"bf2115d0-726c-4c76-95d6-96af9d68d120"], -Cell[9110, 232, 517, 10, 132, "Usage",ExpressionUUID->"5333accf-8737-42a7-b004-ff37d6c8ae8f", +Cell[7878, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"0f2ab45c-51a7-4a21-875f-defcd6df6ef9"], +Cell[9167, 237, 517, 10, 131, "Usage",ExpressionUUID->"5333accf-8737-42a7-b004-ff37d6c8ae8f", CellID->242942785] }, Open ]], Cell[CellGroupData[{ -Cell[9664, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"091acde2-b107-46e0-bde3-d9aca4210cb6", +Cell[9721, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"e73935fc-d3f2-422f-b1a2-f97043e99a6b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->477302559], -Cell[11561, 296, 489, 12, 37, "Notes",ExpressionUUID->"bcd05295-ddfc-4aae-a568-1830848d2083", + CellID->1409251876], +Cell[11619, 301, 489, 12, 38, "Notes",ExpressionUUID->"bcd05295-ddfc-4aae-a568-1830848d2083", CellID->177724765], -Cell[12053, 310, 161, 3, 36, "Notes",ExpressionUUID->"7151d8ee-8b59-4c63-89d0-0e0c17038222", +Cell[12111, 315, 161, 3, 36, "Notes",ExpressionUUID->"7151d8ee-8b59-4c63-89d0-0e0c17038222", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12341, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e02b7ff4-992c-43bf-bc51-7dc82176bc91", +Cell[12399, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cda9cd31-b15d-4bc4-8fb3-9239f1315fc7", CellTags->"PrimaryExamplesSection", - CellID->1913407534], + CellID->1451147914], Cell[CellGroupData[{ -Cell[13787, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fa7204a7-13d1-488c-9f47-f2cfb0025068", - CellID->1593938905], -Cell[15189, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"3da72743-c542-4316-afb3-4d744b450ade", +Cell[13845, 365, 1398, 36, 30, "ExampleSection",ExpressionUUID->"927a590e-ed4e-42b3-99c2-13518f7fe101", + CellID->888044470], +Cell[15246, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"3da72743-c542-4316-afb3-4d744b450ade", CellID->1849160940], Cell[CellGroupData[{ -Cell[15333, 403, 168, 3, 27, "Input",ExpressionUUID->"f0b7d181-0383-42f6-b6b2-dd819cc2b1b9", +Cell[15390, 408, 168, 3, 27, "Input",ExpressionUUID->"f0b7d181-0383-42f6-b6b2-dd819cc2b1b9", CellID->1331667294], Cell[CellGroupData[{ -Cell[15526, 410, 236, 4, 23, "Print",ExpressionUUID->"80e621d2-2b78-4b38-af42-46e8a8d53edd", +Cell[15583, 415, 236, 4, 23, "Print",ExpressionUUID->"80e621d2-2b78-4b38-af42-46e8a8d53edd", CellID->1804907951], -Cell[15765, 416, 364, 8, 23, "Print",ExpressionUUID->"98b6293e-e5cf-4a80-84f3-b3dd33619c66", +Cell[15822, 421, 364, 8, 23, "Print",ExpressionUUID->"98b6293e-e5cf-4a80-84f3-b3dd33619c66", CellID->599788888], -Cell[16132, 426, 235, 4, 23, "Print",ExpressionUUID->"5435684c-185a-40be-90b4-0a2212ba09f4", +Cell[16189, 431, 235, 4, 23, "Print",ExpressionUUID->"5435684c-185a-40be-90b4-0a2212ba09f4", CellID->739340016], -Cell[16370, 432, 218, 3, 23, "Print",ExpressionUUID->"dd3a041e-180b-4e10-bd9e-fc5ee00a9c19", +Cell[16427, 437, 218, 3, 23, "Print",ExpressionUUID->"dd3a041e-180b-4e10-bd9e-fc5ee00a9c19", CellID->32053483], -Cell[16591, 437, 207, 3, 23, "Print",ExpressionUUID->"4b48dbf5-b5fb-44fe-b324-1873b08ddd47", +Cell[16648, 442, 207, 3, 23, "Print",ExpressionUUID->"4b48dbf5-b5fb-44fe-b324-1873b08ddd47", CellID->1550844063], -Cell[16801, 442, 236, 4, 23, "Print",ExpressionUUID->"4ac5bb65-7601-4b65-aadc-4bbccfedb576", +Cell[16858, 447, 236, 4, 23, "Print",ExpressionUUID->"4ac5bb65-7601-4b65-aadc-4bbccfedb576", CellID->390038377], -Cell[17040, 448, 220, 3, 23, "Print",ExpressionUUID->"804d1cd5-aada-4468-9f8a-b7e0482da288", +Cell[17097, 453, 220, 3, 23, "Print",ExpressionUUID->"804d1cd5-aada-4468-9f8a-b7e0482da288", CellID->1138464753], -Cell[17263, 453, 235, 4, 23, "Print",ExpressionUUID->"333bfc67-9b60-4ff0-81a0-e82ac600c878", +Cell[17320, 458, 235, 4, 23, "Print",ExpressionUUID->"333bfc67-9b60-4ff0-81a0-e82ac600c878", CellID->772161163], -Cell[17501, 459, 236, 4, 23, "Print",ExpressionUUID->"c7ddfe15-d937-41e5-b287-086a48a454cf", +Cell[17558, 464, 236, 4, 23, "Print",ExpressionUUID->"c7ddfe15-d937-41e5-b287-086a48a454cf", CellID->1829390033], -Cell[17740, 465, 207, 3, 23, "Print",ExpressionUUID->"bd5fa8e6-fa05-4882-80bf-bcd0862ce680", +Cell[17797, 470, 207, 3, 23, "Print",ExpressionUUID->"bd5fa8e6-fa05-4882-80bf-bcd0862ce680", CellID->1253110755], -Cell[17950, 470, 236, 4, 23, "Print",ExpressionUUID->"89a09792-7751-4e1b-ae09-b40150aa753a", +Cell[18007, 475, 236, 4, 23, "Print",ExpressionUUID->"89a09792-7751-4e1b-ae09-b40150aa753a", CellID->1837749817] }, Open ]] }, Open ]], -Cell[18213, 478, 141, 1, 38, "ExampleText",ExpressionUUID->"2c5172f3-5bb1-42c7-9964-e66086e123c8", +Cell[18270, 483, 141, 1, 39, "ExampleText",ExpressionUUID->"2c5172f3-5bb1-42c7-9964-e66086e123c8", CellID->768347684], -Cell[18357, 481, 234, 6, 27, "Input",ExpressionUUID->"7c17cadc-d179-43d9-8942-4ee41ddfb0da", +Cell[18414, 486, 234, 6, 27, "Input",ExpressionUUID->"7c17cadc-d179-43d9-8942-4ee41ddfb0da", CellID->522990392], -Cell[18594, 489, 381, 9, 70, "Input",ExpressionUUID->"951d2af1-3aa2-4bac-b59c-7072295c3f98", +Cell[18651, 494, 381, 9, 27, "Input",ExpressionUUID->"951d2af1-3aa2-4bac-b59c-7072295c3f98", CellID->1156709777], -Cell[18978, 500, 238, 6, 70, "Input",ExpressionUUID->"de21ab7d-3a3a-473e-8767-a348164ab209", +Cell[19035, 505, 238, 6, 70, "Input",ExpressionUUID->"de21ab7d-3a3a-473e-8767-a348164ab209", CellID->1666299995], Cell[CellGroupData[{ -Cell[19241, 510, 241, 5, 70, "Input",ExpressionUUID->"c21effff-77fe-4247-8e26-e6733d6330cf", +Cell[19298, 515, 241, 5, 70, "Input",ExpressionUUID->"c21effff-77fe-4247-8e26-e6733d6330cf", CellID->1376533859], -Cell[19485, 517, 239, 6, 51, "Output",ExpressionUUID->"29179f2b-3f1b-4183-bfe4-d9aa96bc9b03", +Cell[19542, 522, 239, 6, 50, "Output",ExpressionUUID->"29179f2b-3f1b-4183-bfe4-d9aa96bc9b03", CellID->979477013] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[20023, 537, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"d2dde64b-1913-4258-b98a-1c9f427c7131"], +Cell[25523, 687, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ccd57d46-1197-43c1-87f9-6b5e737cb28d"], +Cell[26196, 707, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7ba85a92-95a0-4f32-aa50-66a2db328928"], +Cell[27232, 735, 3465, 97, 70, "RelatedLinksSection",ExpressionUUID->"5e07f9e3-39ea-4fff-ad1a-219f4f9afdc5"], Cell[CellGroupData[{ -Cell[19988, 534, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"e15b550e-1abb-4ba7-b17b-4b2c873152be"], -Cell[25488, 684, 670, 18, 70, "TechNotesSection",ExpressionUUID->"20dddd9d-9b77-4658-8672-52772d955934"] -}, Open ]], -Cell[26173, 705, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f67b2729-f2ee-464b-848e-dfd5b0b657b5"], -Cell[27209, 733, 3465, 97, 70, "RelatedLinksSection",ExpressionUUID->"908d5944-5016-4fd8-b90c-97c04c6b961c"], -Cell[CellGroupData[{ -Cell[30699, 834, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6f94576a-a0bc-4b08-9d6d-2285d6be0659", +Cell[30722, 836, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6f94576a-a0bc-4b08-9d6d-2285d6be0659", CellID->1463358955], -Cell[30840, 837, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"640eacfa-4838-4094-8dd4-7c5bb429e697", +Cell[30863, 839, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"640eacfa-4838-4094-8dd4-7c5bb429e697", CellID->1194386356], -Cell[31062, 843, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91a3a9de-0516-47ae-b09d-01cd3a8b9c5c", +Cell[31085, 845, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91a3a9de-0516-47ae-b09d-01cd3a8b9c5c", CellID->1641706272], -Cell[31277, 848, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f7f8ac93-d402-4ad1-b585-5667eb6b3fd5", +Cell[31300, 850, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f7f8ac93-d402-4ad1-b585-5667eb6b3fd5", CellID->399251956], -Cell[31506, 854, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b9e2f1d-1ee8-4b4c-8b36-27e03c49b64a", +Cell[31529, 856, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b9e2f1d-1ee8-4b4c-8b36-27e03c49b64a", CellID->821434655] }, Open ]], -Cell[31743, 860, 78, 0, 70, "FooterCell",ExpressionUUID->"3bfb0015-814c-4c99-87f6-41c815122870"] +Cell[31766, 862, 78, 0, 70, "FooterCell",ExpressionUUID->"c497b192-ab09-4e3c-915f-ff1ed3965a88"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpImputationVertices.nb b/Documentation/English/ReferencePages/Symbols/CddGmpImputationVertices.nb index 78af9c5..5c8d0be 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpImputationVertices.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpImputationVertices.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40613, 1041] -NotebookOptionsPosition[ 32557, 883] -NotebookOutlinePosition[ 34707, 937] -CellTagsIndexPosition[ 34622, 932] +NotebookDataLength[ 40650, 1041] +NotebookOptionsPosition[ 32612, 885] +NotebookOutlinePosition[ 34779, 939] +CellTagsIndexPosition[ 34694, 934] WindowTitle->CddGmpImputationVertices WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b19de2ae-34b3-46db-a154-af134833d794"], + "32f22579-d734-49d7-84fd-ceb388f4c1c7"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0d439d13-180d-47da-b5ea-98f2e6adc157"], + "3bc2a2d7-8582-483e-bc40-86e43f74d83d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a05c482e-2402-4f5f-bdd1-88b4922c89ac"] - }],ExpressionUUID->"dd36d9af-c31f-46da-a30a-074064bbacc3"], - StripOnInput->False], {"\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddGmpPlotLowerSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "a8513524-c308-448e-ba34-07e38198daa6"] + }],ExpressionUUID->"d535db4a-0727-46ed-9a57-1603c0f87f87"], + StripOnInput->False],{ + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a28b3d75-d0fa-4119-a6d9-5c5f74d1d7cb"], + "2385fff7-6199-402d-8ff0-e0b170c44335"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b025c9c0-452e-4a80-bdb5-a3bace3e46f4"] - }],ExpressionUUID->"a198a520-5f42-4166-9fb1-ea4f5a51455f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f6beb877-e1f6-4468-9ead-0a5ec358eb69"] + }],ExpressionUUID->"26716233-4c56-4f1b-9ecc-36991fbc6cc0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4b667deb-bbae-4880-8c1a-2562cc1e3f0a"], + "5a1ed129-8e1f-4a5e-ad9e-cbba557d6085"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "13e2ec0a-b3c1-4e8a-9ed8-65545c406077"] - }],ExpressionUUID->"1d4cb4f4-6304-478f-8dca-7fcda0b8011d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "dd47ae5c-715a-4dd8-85d7-468f362632ea"] + }],ExpressionUUID->"ac607560-c092-4a4a-a4fe-b85dea04da6d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7c4b5c35-6c0d-4635-b433-5ed7d4c1f964"], + "30ea3cc6-8d85-4746-9b32-1f703bdb1a9f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c5e95d37-36b3-4e91-9bcc-db0cd370b981"] - }],ExpressionUUID->"352238db-2948-49ef-82b9-461dab24a7c9"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpImputationVertices\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpImputationVertices"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "7512e655-12db-4a86-a04d-8f72aaebd949"] + }],ExpressionUUID->"c2fc60b9-5795-4e48-95e6-5bfc3a48c7f2"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpImputationVertices\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpImputationVertices"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpImputationVertices.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$43385], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpImputationVertices" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$44903], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpImputationVertices" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b681e6b0-3601-49fd-bc22-1b5cb1c8948e"] + "d9d0e843-5551-47f3-99ad-feb38eb2b4e6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "df758ad0-c67f-474e-a8f4-ce397db54364"]} + "7df8d04a-c4a2-40de-948d-60b845eabdaf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"96805a6a-cab4-40ba-966a-2c34536846a0"], + CellID->1,ExpressionUUID->"47e91f00-37d0-4c76-bf6b-f3e0fba8ff9e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e6a23d0d-b6a3-4529-ba03-0fa4a9d13ca4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3800d710-f6f5-4de1-b6f9-b71e9ed29355"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpImputationVertices", "ObjectName",ExpressionUUID-> - "3d612f18-2798-4edb-a37f-7aa5dae315c6"], + "8e96cae9-c411-43c2-a85e-67feb6b98f6e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"dba26518-1df8-4410-ad36-b713266e76cf"], + "Spacer1"]],ExpressionUUID->"2ff86b21-f35c-410f-930e-5727312f4c05"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e062f788-fe7e-43fe-b171-f3044bb82147"] - }],ExpressionUUID->"9a35abd7-f456-4a3a-b919-d27e6dd9553c"], Cell[BoxData[ + "a9c29808-4564-41cf-95c3-4c3f75df8cbd"] + }],ExpressionUUID->"13716441-c50d-483c-846d-a5197cfacf92"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "516cd425-10d3-453c-b701-8bbf631d367e"]} + "81f1b9d4-0717-4b87-94ba-f71c766765df"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7beb229e-9b8a-42a2-ac3b-9043d2c8c2cb"], + CacheGraphics->False,ExpressionUUID->"2be6e3c8-9074-451e-bfc2-58c8322026e1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "66faed85-ec84-45cb-b242-a3c62a77acd2"], " \[LineSeparator]calculates all vertices of the imputation set with \ Cddmathlink via Mathlink." - }],ExpressionUUID->"035c000a-4549-4b7b-966f-7f4541d0e112"]} + }],ExpressionUUID->"f7964ce8-ac0e-4333-8906-c005195d69a1"]} }]], "Usage", CellID->1680611934,ExpressionUUID->"9fcc64e0-633a-4781-b535-94fe03f7a3a2"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e638dd44-c9f4-414b-837a-fd79790aee7c"], + ExpressionUUID->"9b3807a7-2f5e-4f8a-841c-ccb8dee5414c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c6da7b12-74ca-425e-956f-ece1d505b06c"], + "Spacer1"]],ExpressionUUID->"85a78450-8383-4960-9124-0b75a0b8a1b3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"33ed5001-4e99-4dd5-b6af-a529b9c23ed1"], + }], "NotesFrameText",ExpressionUUID->"4471e2d4-ddf4-4892-be09-6b237b8f7692"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ea2e0adc-3aac-460e-bb60-32f57b008014"]], \ + "Preemptive"]],ExpressionUUID->"232925d0-fa3b-43e0-bee1-e14cc88281e2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1539648822,ExpressionUUID->"37f9241a-95b5-4d34-967b-25c940b3a357"], + CellID->1648314680,ExpressionUUID->"097066c2-39b8-4f04-9658-27eb00c7525f"], Cell[TextData[{ "The input expression ", @@ -382,19 +387,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"450e8333-b523-4ff1-bd6b-e80d6ef5052e"], + ExpressionUUID->"cf4ed87c-23ea-4e54-a985-93efc12f55e8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f83dca2a-6baf-4472-a7c6-c753dda2063d"], + "Spacer1"]],ExpressionUUID->"1e010472-3e6c-4a3b-97df-9eed3946a215"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3ca926c5-4b3d-4503-b2dd-7fd6257c19f1"] + "2e7f6c19-3a9c-4b7c-903f-688edaaf381b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2076063627,ExpressionUUID->"3f4ea114-bd9c-4abf-ae91-dbf013f8819d"], + CellID->146796577,ExpressionUUID->"ac72950b-117d-43d7-8fd8-190fceed68d4"], Cell[CellGroupData[{ @@ -423,18 +428,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b481d2af-0d01-432d-95f7-a4c1640501db"], + ExpressionUUID->"97177227-cba9-41ec-97c1-243b33a886a0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a41af11f-2b4b-4ab8-85a3-805cab70e2f4"], + "Spacer1"]],ExpressionUUID->"5fb97127-c716-4c98-9971-1059e33a26d6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "48770cca-e291-414a-8990-6a7d18a1301c"] + "3c4bfbd5-861e-4372-bf15-c3bab2c26ae8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1774666180,ExpressionUUID->"6397f966-29bf-4b46-b1c1-6c97a29d9bbc"], + CellID->375443043,ExpressionUUID->"5bde3958-9a61-4571-b90b-615b1bfa6062"], Cell["Loading the package:", "ExampleText", CellID->559845135,ExpressionUUID->"8367da62-86aa-43e4-8304-1dc1ae1d6fcc"], @@ -602,8 +607,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -751,15 +754,15 @@ Cell[BoxData[GridBox[{ "f13b6d2f-8984-4f06-b624-130c93b64a18"] }], "SeeAlso",ExpressionUUID->"296280f3-7e00-41b6-8d32-9fcac44ec6ed"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9c5c6421-6019-4c83-ad41-\ -7b484ee2aef1"], + }]], "SeeAlsoSection",ExpressionUUID->"838b8b30-a996-4a30-83c1-\ +625fe6586ef7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -771,9 +774,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3bce1c30-34d1-40d1-9e71-8f447c85f666"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5c8f0d00-360f-4f58-b9a4-\ -a40dacc79bec"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b484da89-f08e-41a9-addf-\ +6e9e674ed3dc"], Cell[BoxData[GridBox[{ { @@ -790,7 +792,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "99a18480-c371-4c0b-b1f7-9e981094a095"]}]}, + "17a1de13-9d21-4ffc-9ec4-bc800a14f866"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -798,10 +800,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "24e565eb-f874-4b13-97e0-d4d634abab55"]}]} + "7b390a73-25c6-4f47-9f75-a5ede24eddaf"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"feca1d08-394d-4dd0-b20c-\ -167771e6ad1d"], + }]], "MoreAboutSection",ExpressionUUID->"7b14473f-47fc-415b-a7b2-\ +6ecc5a8b8cba"], Cell[BoxData[GridBox[{ { @@ -828,7 +830,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3172774c-548d-4a2a-8436-9bfb03f13212"]], "RelatedLinks", + "a915db60-c6ac-4d77-b5e1-37def0fc1090"]], "RelatedLinks", ExpressionUUID->"e67cb09f-829c-45ff-9770-6821e7023da0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -845,11 +847,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c4ff0f5e-1884-46d8-98b0-41f8afe4040f"]], "RelatedLinks", + "1d2a4a17-fc71-45e5-b26e-0e0b076a33a5"]], "RelatedLinks", ExpressionUUID->"f6aba916-88be-4028-8b9b-5ee145a6a2e9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b95e8d29-c1d9-485a-89ca-\ -8e03d7685604"], + }]], "RelatedLinksSection",ExpressionUUID->"a0ebeef7-bdc3-40fc-8557-\ +b6e7a3af154a"], Cell[CellGroupData[{ @@ -879,11 +881,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"27ed75a2-f543-41b8-b641-c9a430b5b961"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"016e0529-5559-49c4-a851-48e6b411286f"] +Cell[" ", "FooterCell",ExpressionUUID->"09470a76-8108-423a-95a1-d94a8affae04"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpImputationVertices", TaggingRules->{ @@ -894,7 +896,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 25.337109}", + "built" -> "{2024, 6, 3, 16, 51, 41.554693}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -902,10 +904,10 @@ TaggingRules->{ "CddGmpImputationVertices[game] calculates all vertices of the imputation \ set with Cddmathlink via Mathlink.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddGmpImputationVertices", "titlemodifier" -> "", - "windowtitle" -> "CddGmpImputationVertices", "type" -> "Symbol", "uri" -> - "TUG/ref/CddGmpImputationVertices"}}, + "metadescription" -> "", "windowtitle" -> "CddGmpImputationVertices", + "type" -> "Symbol", "uri" -> "TUG/ref/CddGmpImputationVertices"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -914,9 +916,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"96619259-afaa-4dbe-a964-1f09a132c02a" +ExpressionUUID->"0558983c-63ab-4f54-b921-ddbcff3d90f8" ] (* End of Notebook Content *) @@ -924,125 +926,123 @@ ExpressionUUID->"96619259-afaa-4dbe-a964-1f09a132c02a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13854, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3f4ea114-bd9c-4abf-ae91-dbf013f8819d", + Cell[13945, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac72950b-117d-43d7-8fd8-190fceed68d4", CellTags->"PrimaryExamplesSection", - CellID->2076063627]} + CellID->146796577]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34421, 925} + {"PrimaryExamplesSection", 34494, 927} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7217, 169, 56, "AnchorBarGrid",ExpressionUUID->"96805a6a-cab4-40ba-966a-2c34536846a0", +Cell[596, 21, 7308, 174, 57, "AnchorBarGrid",ExpressionUUID->"47e91f00-37d0-4c76-bf6b-f3e0fba8ff9e", CellID->1], -Cell[7816, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e6a23d0d-b6a3-4529-ba03-0fa4a9d13ca4"], +Cell[7907, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3800d710-f6f5-4de1-b6f9-b71e9ed29355"], Cell[CellGroupData[{ -Cell[7927, 196, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"7beb229e-9b8a-42a2-ac3b-9043d2c8c2cb"], -Cell[9228, 233, 504, 10, 111, "Usage",ExpressionUUID->"9fcc64e0-633a-4781-b535-94fe03f7a3a2", +Cell[8018, 201, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"2be6e3c8-9074-451e-bfc2-58c8322026e1"], +Cell[9319, 238, 504, 10, 111, "Usage",ExpressionUUID->"9fcc64e0-633a-4781-b535-94fe03f7a3a2", CellID->1680611934] }, Open ]], Cell[CellGroupData[{ -Cell[9769, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"37f9241a-95b5-4d34-967b-25c940b3a357", +Cell[9860, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"097066c2-39b8-4f04-9658-27eb00c7525f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1539648822], -Cell[11667, 297, 515, 12, 57, "Notes",ExpressionUUID->"5e1aa58f-5104-45fa-88d4-3331dba4e8af", + CellID->1648314680], +Cell[11758, 302, 515, 12, 57, "Notes",ExpressionUUID->"5e1aa58f-5104-45fa-88d4-3331dba4e8af", CellID->1014199156], -Cell[12185, 311, 489, 12, 37, "Notes",ExpressionUUID->"3e74cd08-dc88-4caa-9b98-914be0267eff", +Cell[12276, 316, 489, 12, 38, "Notes",ExpressionUUID->"3e74cd08-dc88-4caa-9b98-914be0267eff", CellID->177724765], -Cell[12677, 325, 197, 4, 36, "Notes",ExpressionUUID->"b11c82a3-79e4-456a-a26f-dfb30847833d", +Cell[12768, 330, 197, 4, 36, "Notes",ExpressionUUID->"b11c82a3-79e4-456a-a26f-dfb30847833d", CellID->60603118], -Cell[12877, 331, 281, 5, 57, "Notes",ExpressionUUID->"716b33de-91f1-414d-b6c0-404ec37bc7f7", +Cell[12968, 336, 281, 5, 57, "Notes",ExpressionUUID->"716b33de-91f1-414d-b6c0-404ec37bc7f7", CellID->1635276498], -Cell[13161, 338, 215, 4, 36, "Notes",ExpressionUUID->"97f12db6-fdcc-46b2-95d8-9135839b53d7", +Cell[13252, 343, 215, 4, 36, "Notes",ExpressionUUID->"97f12db6-fdcc-46b2-95d8-9135839b53d7", CellID->1760998711], -Cell[13379, 344, 348, 9, 37, "Notes",ExpressionUUID->"8ed56513-fe94-4fac-b771-45674c5bb55b", +Cell[13470, 349, 348, 9, 38, "Notes",ExpressionUUID->"8ed56513-fe94-4fac-b771-45674c5bb55b", CellID->1669574221] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13854, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3f4ea114-bd9c-4abf-ae91-dbf013f8819d", +Cell[13945, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac72950b-117d-43d7-8fd8-190fceed68d4", CellTags->"PrimaryExamplesSection", - CellID->2076063627], + CellID->146796577], Cell[CellGroupData[{ -Cell[15300, 400, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6397f966-29bf-4b46-b1c1-6c97a29d9bbc", - CellID->1774666180], -Cell[16702, 438, 118, 1, 38, "ExampleText",ExpressionUUID->"8367da62-86aa-43e4-8304-1dc1ae1d6fcc", +Cell[15390, 405, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5bde3958-9a61-4571-b90b-615b1bfa6062", + CellID->375443043], +Cell[16791, 443, 118, 1, 39, "ExampleText",ExpressionUUID->"8367da62-86aa-43e4-8304-1dc1ae1d6fcc", CellID->559845135], Cell[CellGroupData[{ -Cell[16845, 443, 168, 3, 27, "Input",ExpressionUUID->"c8a84a41-d885-4070-99e0-d0a03305d008", +Cell[16934, 448, 168, 3, 27, "Input",ExpressionUUID->"c8a84a41-d885-4070-99e0-d0a03305d008", CellID->1683366448], Cell[CellGroupData[{ -Cell[17038, 450, 236, 4, 23, "Print",ExpressionUUID->"f0a8c5d1-6776-4242-9196-520668ab976e", +Cell[17127, 455, 236, 4, 23, "Print",ExpressionUUID->"f0a8c5d1-6776-4242-9196-520668ab976e", CellID->462420496], -Cell[17277, 456, 366, 8, 23, "Print",ExpressionUUID->"a16b0423-2c45-4e21-8246-09f3683f502e", +Cell[17366, 461, 366, 8, 23, "Print",ExpressionUUID->"a16b0423-2c45-4e21-8246-09f3683f502e", CellID->1040266349], -Cell[17646, 466, 236, 4, 23, "Print",ExpressionUUID->"75d4545c-50a6-4001-9235-408ac499c890", +Cell[17735, 471, 236, 4, 23, "Print",ExpressionUUID->"75d4545c-50a6-4001-9235-408ac499c890", CellID->700145032], -Cell[17885, 472, 221, 3, 23, "Print",ExpressionUUID->"ed60c1b9-af90-4b3a-a0cd-0f9bb35a2426", +Cell[17974, 477, 221, 3, 23, "Print",ExpressionUUID->"ed60c1b9-af90-4b3a-a0cd-0f9bb35a2426", CellID->2067093522], -Cell[18109, 477, 207, 3, 23, "Print",ExpressionUUID->"0e2411df-5442-4fb1-9e5b-90c0e0768dc1", +Cell[18198, 482, 207, 3, 23, "Print",ExpressionUUID->"0e2411df-5442-4fb1-9e5b-90c0e0768dc1", CellID->445627104], -Cell[18319, 482, 237, 4, 23, "Print",ExpressionUUID->"0e1df675-d209-4a58-a93b-3052ba21d9c7", +Cell[18408, 487, 237, 4, 23, "Print",ExpressionUUID->"0e1df675-d209-4a58-a93b-3052ba21d9c7", CellID->537301270], -Cell[18559, 488, 220, 3, 23, "Print",ExpressionUUID->"90f2d842-fcc2-4106-8676-58eecd295ac0", +Cell[18648, 493, 220, 3, 23, "Print",ExpressionUUID->"90f2d842-fcc2-4106-8676-58eecd295ac0", CellID->708418807], -Cell[18782, 493, 237, 4, 70, "Print",ExpressionUUID->"27d077b6-ed88-4492-8097-66870aed83ea", +Cell[18871, 498, 237, 4, 70, "Print",ExpressionUUID->"27d077b6-ed88-4492-8097-66870aed83ea", CellID->1286890810], -Cell[19022, 499, 236, 4, 70, "Print",ExpressionUUID->"b1291ac2-6687-410d-8c23-0cf82f1477a3", +Cell[19111, 504, 236, 4, 70, "Print",ExpressionUUID->"b1291ac2-6687-410d-8c23-0cf82f1477a3", CellID->359941996], -Cell[19261, 505, 207, 3, 70, "Print",ExpressionUUID->"7e1e3d3f-7922-4d23-b00b-a4094b84c6f2", +Cell[19350, 510, 207, 3, 70, "Print",ExpressionUUID->"7e1e3d3f-7922-4d23-b00b-a4094b84c6f2", CellID->419818430], -Cell[19471, 510, 236, 4, 70, "Print",ExpressionUUID->"f2f39b23-8286-49bd-8ab0-ee11cc45e88a", +Cell[19560, 515, 236, 4, 70, "Print",ExpressionUUID->"f2f39b23-8286-49bd-8ab0-ee11cc45e88a", CellID->512586646] }, Open ]] }, Open ]], -Cell[19734, 518, 136, 1, 70, "ExampleText",ExpressionUUID->"65748ab9-1b36-462e-bddc-1b94ec83cf76", +Cell[19823, 523, 136, 1, 70, "ExampleText",ExpressionUUID->"65748ab9-1b36-462e-bddc-1b94ec83cf76", CellID->597117147], -Cell[19873, 521, 234, 6, 70, "Input",ExpressionUUID->"da47755f-55bc-417c-b3e3-b7efeb6643f7", +Cell[19962, 526, 234, 6, 70, "Input",ExpressionUUID->"da47755f-55bc-417c-b3e3-b7efeb6643f7", CellID->375030730], -Cell[20110, 529, 381, 9, 70, "Input",ExpressionUUID->"1d9bcd12-e8a5-4327-84e3-2c57bfc91dba", +Cell[20199, 534, 381, 9, 70, "Input",ExpressionUUID->"1d9bcd12-e8a5-4327-84e3-2c57bfc91dba", CellID->1743969566], -Cell[20494, 540, 237, 6, 70, "Input",ExpressionUUID->"7701e944-dabc-43ed-87ef-8394cd29b4de", +Cell[20583, 545, 237, 6, 70, "Input",ExpressionUUID->"7701e944-dabc-43ed-87ef-8394cd29b4de", CellID->399181858], -Cell[20734, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"e7134e60-ac55-4267-8800-b6e916893c47", +Cell[20823, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"e7134e60-ac55-4267-8800-b6e916893c47", CellID->2010307228], Cell[CellGroupData[{ -Cell[20950, 556, 182, 3, 70, "Input",ExpressionUUID->"783b5cf3-b8a2-4de6-aef0-6e90e320558f", +Cell[21039, 561, 182, 3, 70, "Input",ExpressionUUID->"783b5cf3-b8a2-4de6-aef0-6e90e320558f", CellID->1422483937], -Cell[21135, 561, 174, 4, 36, "Output",ExpressionUUID->"5b377d66-1520-4049-b4c7-23ab8bd888aa", +Cell[21224, 566, 174, 4, 36, "Output",ExpressionUUID->"5b377d66-1520-4049-b4c7-23ab8bd888aa", CellID->1628335681] }, Open ]], -Cell[21324, 568, 215, 4, 70, "ExampleText",ExpressionUUID->"d6936259-c7eb-4dc5-bad4-dc308f9e813c", +Cell[21413, 573, 215, 4, 70, "ExampleText",ExpressionUUID->"d6936259-c7eb-4dc5-bad4-dc308f9e813c", CellID->1881858504], Cell[CellGroupData[{ -Cell[21564, 576, 207, 4, 70, "Input",ExpressionUUID->"31facad7-9fa5-4433-a296-bec2fe299335", +Cell[21653, 581, 207, 4, 70, "Input",ExpressionUUID->"31facad7-9fa5-4433-a296-bec2fe299335", CellID->1200105182], -Cell[21774, 582, 502, 13, 36, "Output",ExpressionUUID->"d6e6a6f9-5d1f-4a16-8469-140d49a32e77", +Cell[21863, 587, 502, 13, 36, "Output",ExpressionUUID->"d6e6a6f9-5d1f-4a16-8469-140d49a32e77", CellID->2053333871] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22607, 609, 5561, 148, 70, "SeeAlsoSection",ExpressionUUID->"838b8b30-a996-4a30-83c1-625fe6586ef7"], +Cell[28171, 759, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b484da89-f08e-41a9-addf-6e9e674ed3dc"], +Cell[28844, 779, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7b14473f-47fc-415b-a7b2-6ecc5a8b8cba"], +Cell[29880, 807, 1582, 46, 70, "RelatedLinksSection",ExpressionUUID->"a0ebeef7-bdc3-40fc-8557-b6e7a3af154a"], Cell[CellGroupData[{ -Cell[22540, 606, 5561, 148, 70, "SeeAlsoSection",ExpressionUUID->"9c5c6421-6019-4c83-ad41-7b484ee2aef1"], -Cell[28104, 756, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5c8f0d00-360f-4f58-b9a4-a40dacc79bec"] -}, Open ]], -Cell[28789, 777, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"feca1d08-394d-4dd0-b20c-167771e6ad1d"], -Cell[29825, 805, 1582, 46, 70, "RelatedLinksSection",ExpressionUUID->"b95e8d29-c1d9-485a-89ca-8e03d7685604"], -Cell[CellGroupData[{ -Cell[31432, 855, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cecb96e7-458b-4a51-848b-6ae6b64b1779", +Cell[31487, 857, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cecb96e7-458b-4a51-848b-6ae6b64b1779", CellID->117551421], -Cell[31572, 858, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6fff2f9-1744-4978-86f7-6bf9fad8c27b", +Cell[31627, 860, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6fff2f9-1744-4978-86f7-6bf9fad8c27b", CellID->1194386356], -Cell[31794, 864, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e7eef44e-d6b3-431e-a608-acb482c64c8d", +Cell[31849, 866, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e7eef44e-d6b3-431e-a608-acb482c64c8d", CellID->1641706272], -Cell[32009, 869, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a8ffe6a5-b4c9-4d34-95e2-dd2c699ad5a5", +Cell[32064, 871, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a8ffe6a5-b4c9-4d34-95e2-dd2c699ad5a5", CellID->399251956], -Cell[32238, 875, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"27ed75a2-f543-41b8-b641-c9a430b5b961", +Cell[32293, 877, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"27ed75a2-f543-41b8-b641-c9a430b5b961", CellID->821434655] }, Open ]], -Cell[32475, 881, 78, 0, 70, "FooterCell",ExpressionUUID->"016e0529-5559-49c4-a851-48e6b411286f"] +Cell[32530, 883, 78, 0, 70, "FooterCell",ExpressionUUID->"09470a76-8108-423a-95a1-d94a8affae04"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpPlotCore.nb b/Documentation/English/ReferencePages/Symbols/CddGmpPlotCore.nb index 4d3f938..5b5489e 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpPlotCore.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpPlotCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 63479, 1644] -NotebookOptionsPosition[ 54263, 1465] -NotebookOutlinePosition[ 56482, 1520] -CellTagsIndexPosition[ 56396, 1515] +NotebookDataLength[ 65867, 1708] +NotebookOptionsPosition[ 56651, 1530] +NotebookOutlinePosition[ 58895, 1586] +CellTagsIndexPosition[ 58809, 1581] WindowTitle->CddGmpPlotCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d69bdcd7-31ae-468d-9c6e-87ea78c2e16c"], + "3a3e23c8-4c74-4270-a4e6-537795a35447"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "67170358-7f83-4951-bf54-7a051f3557b5"], + "56f1bc6a-5e4c-459e-8a93-76c52f58bf3e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,37 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "913e1a55-d928-412f-bd10-e98edb679301"] - }],ExpressionUUID->"95eb6b37-beb3-4e2c-a6eb-829a00821086"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], \ -"\<\"CddGmpPlotImputationSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddGmpPlotLowerSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "88eb0ec6-360f-4ba7-8cdd-77da5abf64d1"] + }],ExpressionUUID->"a5c642f0-d0c4-4e42-984e-d65495203e8d"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddGmpPlotWeberSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotWeberSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "541adc7e-f14e-48df-9ba2-a1a3940841f7"], + "23501e97-b98b-4631-80d3-94da2f39fb0e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +97,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "970d632b-f308-4e03-a8a6-769c9768dccb"] - }],ExpressionUUID->"088642a4-157f-4ffe-94ad-ab914b815bad"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "351a79a0-093d-4785-99f6-e7be271898c3"] + }],ExpressionUUID->"249fd2c1-5280-4118-ade1-e927cec0dcce"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b9b32bbb-4cab-470a-86f0-4f853a3a8c2b"], + "d6f09f55-2e9e-4262-8945-ce04cb0727af"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +125,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0a6c6630-5278-4aaf-8f8f-977d69e9423c"] - }],ExpressionUUID->"5f437203-c921-4439-a421-ee5c5868db2b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "859163c6-17af-4f64-9b61-a05bc30b7ac7"] + }],ExpressionUUID->"f646bc0e-00e5-4d78-8252-3a4b1ea6683d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a86e6d40-ffc8-4646-9bf2-6d350ad43bf8"], + "c8d8fc71-d56b-4d8e-9027-2d8990f11dd6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +151,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a11a76ae-4a13-4197-880c-9f36d08627ff"] - }],ExpressionUUID->"9ec0d2d3-728e-4e8f-8843-91b689a3aa07"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpPlotCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpPlotCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "809b7278-3ca7-49c7-97bf-022e7442caad"] + }],ExpressionUUID->"b1a35db4-5918-41f3-bbe9-7a3dc0f96306"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpPlotCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpPlotCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpPlotCore.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$43971], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpPlotCore" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$45525], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpPlotCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b9ec289c-8caa-4cc3-9bfd-4aa6c7d71ba2"] + "059d6ce2-344f-4747-a213-3d05f72e4513"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3cd7499d-8209-49c9-8a02-07a40ff8dd3a"]} + "92df24f2-6b26-429d-809d-b048d2f1d4ed"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b6283ee4-ef35-4c71-a9c2-35c56358d6e8"], + CellID->1,ExpressionUUID->"5d50a0fe-1c5a-437a-b085-df46f1718e59"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6cf0b411-de5d-439f-88c9-1d99836a27bb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"32f47a66-1fbf-49ab-aa3c-caebcaefae4d"], Cell[CellGroupData[{ @@ -198,14 +204,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpPlotCore", "ObjectName",ExpressionUUID-> - "321e5b91-8d23-4a1d-8cc5-28eadc9e6c2c"], + "4087ade1-f0a5-4d9a-b307-47b51a01a603"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"14698f19-3399-4fb8-8676-88c313aac68c"], + "Spacer1"]],ExpressionUUID->"89b5ed9e-e23c-42fd-9cf9-0bf06e78b2a7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "14fa3621-ab92-49d8-a373-df88f640f6fd"] - }],ExpressionUUID->"4fc581e0-4ff6-4142-874c-caed349d13e1"], Cell[BoxData[ + "32fb13a1-7b9b-44e1-bd46-7378f8da530d"] + }],ExpressionUUID->"b20d6dd5-7e7f-49c4-98df-f100bf509eea"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +233,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "eb3e804c-ab83-419e-bdd5-fe9e943670ac"]} + "37d47ce6-b87f-480d-aff9-ec24923262f4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bd74060f-98d0-49ae-acd9-9da0d8420517"], + CacheGraphics->False,ExpressionUUID->"b6c8925b-b2f4-4721-ad2e-8ed0d9489a7d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "430bc8fe-c8db-4fbf-85bf-d0fd38e17733"], " \[LineSeparator]calculates while using Cddmathlink2gmp via Mathlink \ all relevant data to plot the core." - }],ExpressionUUID->"e4bda7d7-9047-4efa-ba98-8c8eb97b0c2d"]}, + }],ExpressionUUID->"fdfcd70e-6cbd-45df-81a0-6604bec7ec37"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddGmpPlotCore", "[", @@ -248,7 +254,7 @@ all relevant data to plot the core." "6b4a2b58-eec9-4211-90cc-c0a96e05a749"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"95b2426e-4831-471c-8be7-6faa5e4f0cd5"]} + }],ExpressionUUID->"765e143c-2dc0-42ae-b73d-52737b58240f"]} }]], "Usage", CellID->1110528442,ExpressionUUID->"759c595b-5d16-439e-a502-ed914a83f204"] }, Open ]], @@ -281,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8bffffa7-8121-44a1-8ed1-015e75624be2"], + ExpressionUUID->"19bf05b2-8403-45e3-a993-94a5e774089d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"71054490-4207-4dd6-b158-3df4cc1b5410"], + "Spacer1"]],ExpressionUUID->"9e651b72-c368-4dde-a6a1-2641e296eec8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"719279d4-bd3f-4bd8-857d-6a3ccdc83945"], + }], "NotesFrameText",ExpressionUUID->"37f1d0c6-551a-46a5-b5cd-93b856f9bf26"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9c3a4a2c-69f1-4f92-9862-4b52e5a2a3e1"]], \ + "Preemptive"]],ExpressionUUID->"8f527949-2a8b-4c25-b316-2db1f2d3fb4c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->884486656,ExpressionUUID->"980931c0-c9de-4a5b-9bac-0850af8fe6b4"], + CellID->497203811,ExpressionUUID->"d78881d6-c38c-42f1-ab0b-9b0c34428f6a"], Cell[TextData[{ "The input expression ", @@ -344,10 +350,10 @@ exists. \ CellID->1553968193,ExpressionUUID->"d8636d76-cc98-4e0a-9bd3-b78c8aa6f325"], Cell["\<\ -The data returned are a list of extreme points of the core, the incidence \ -list, the adjacency list (of extreme points and rays), the incidence list, \ -the adjacency list (of inequalities), and finally, an augmented matrix of the \ -inequality system. \ +The data returned are a list of extreme points of the core (VRepresentation), \ +the incidence list, the adjacency list (of extreme points and rays), the \ +incidence list, the adjacency list (of inequalities), and finally, an \ +augmented matrix of the inequality system. \ \>", "Notes", CellID->308799252,ExpressionUUID->"339425d9-45c5-4e84-bbd8-bd95051840ee"], @@ -397,7 +403,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "00758ac4-2649-4cca-acac-0facee0a4e23"], + "dfebf1e6-fd7e-4cde-8a41-1ea6e74df3d4"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -458,19 +464,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"639adee1-3d53-457e-953f-18507b8c8b95"], + ExpressionUUID->"6cd1dfc9-0367-433b-8e39-8134fe0c5fe3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"22354ee6-76af-4675-a596-93b02cc3b58b"], + "Spacer1"]],ExpressionUUID->"a4ffecbe-3e83-434c-8621-0e6e3c2dd736"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d7561db-a759-4da7-9db8-57045c5a3bbb"] + "093c9e35-ecdb-4102-9ced-56c67ffd9de1"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->90691533,ExpressionUUID->"61f37bb9-3789-4fba-b520-ff3cb6aa5a75"], + CellID->1181327362,ExpressionUUID->"630f2085-7e40-469b-82e3-edce441776e1"], Cell[CellGroupData[{ @@ -499,18 +505,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fe78dce6-1a97-4642-8da1-093d3d356657"], + ExpressionUUID->"1c3081c3-f8e5-4f36-8f37-36a081c7d860"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b6c99305-12d5-4435-aa13-6d9b27acc2d5"], + "Spacer1"]],ExpressionUUID->"2f99f668-f694-4786-8fd5-ca663cac2dbf"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "09bb4b86-f4aa-4a73-8a91-82f96bb0c2b4"] + "84e2740e-aa6f-4251-a65f-58501a3ebe02"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->505689186,ExpressionUUID->"592b1068-23ab-4aee-aecd-991d9cf2489f"], + CellID->2011369941,ExpressionUUID->"da068579-3516-434a-85b3-e6c8497df888"], Cell["Loading the package:", "ExampleText", CellID->444607150,ExpressionUUID->"55e4f223-0394-410a-b4bd-f23062236437"], @@ -528,7 +534,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->312359482,ExpressionUUID->"2ccdd250-bea4-42b5-877b-0a813188cc76"], + CellID->1729428498,ExpressionUUID->"53e56cb7-70d0-4690-b39a-60f4edbdacb7"], Cell[BoxData[ InterpretationBox[ @@ -538,57 +544,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->584551561,ExpressionUUID->"2dbe0a0f-58cf-4bf6-9fe6-87e8f38bd23e"], + CellID->1720526091,ExpressionUUID->"d34aed0a-6bcb-4f37-884c-13ec2fe7ccbb"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->898090071,ExpressionUUID->"e5d949c1-9f60-4374-8859-9ba512563006"], + CellID->719023219,ExpressionUUID->"7ca0e11c-fbc7-4c05-8584-5c79d4ef77d0"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->1853800847,ExpressionUUID->"e962eb9f-8e21-4576-ba17-822cfba798ca"], + CellID->1280778377,ExpressionUUID->"d94ecf21-756e-4624-aff5-f67f6b6a5cb8"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->707587646,ExpressionUUID->"4f9938d1-084a-4096-9f00-947e1ec20d30"], + CellID->354300595,ExpressionUUID->"c62d745d-8086-42db-a260-bc98c76dd02b"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->1312569937,ExpressionUUID->"be7d8604-0137-4c3f-a732-4f3f49c8be16"], + CellID->1464566581,ExpressionUUID->"8d0f4d3f-ce55-4da2-9ac9-80c712b26a53"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->315720150,ExpressionUUID->"1f29eb1a-b689-4c25-a017-14e6a4bf4536"], + CellID->1557293442,ExpressionUUID->"fd89c928-ba63-4e9f-aef4-b6329097653f"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->1306468288,ExpressionUUID->"1ecb42e3-0fef-4d01-9866-bc387c77e9ed"], + CellID->1032632145,ExpressionUUID->"9c5330ab-2365-4168-b829-c11a2ec198b5"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->264590725,ExpressionUUID->"91a5bb64-eaa4-40e8-86b9-13e635ee7a0e"], + CellID->1657593770,ExpressionUUID->"2ce062a3-78ce-4f58-8edc-3c9acb16b0d8"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->925439116,ExpressionUUID->"cd651f95-3a3e-4617-bdf2-cd926113bf57"], + CellID->826533599,ExpressionUUID->"8e96dbad-283b-4bfd-8d14-2c3b5fec442e"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13551`", CellLabel->"During evaluation of In[1]:=", - CellID->362205373,ExpressionUUID->"cdff1df9-e742-4acf-8847-c5dc041539d8"] + CellID->553623089,ExpressionUUID->"62bab329-6352-4ef1-98b4-5b141498d70e"] }, Open ]] }, Open ]], @@ -640,11 +646,11 @@ Cell[BoxData[ RowBox[{"RationalExact", "\[Rule]", "True"}], "}"}]], "Output", CellContext->"Cell$$13551`", CellLabel->"Out[5]=", - CellID->1969438511,ExpressionUUID->"0ee3a19e-459f-480a-abd8-66f300aebff5"] + CellID->800722775,ExpressionUUID->"031bbe59-23ef-4d32-843d-e784dc20617a"] }, Open ]], Cell["\<\ -We compute the necessary data to plot of the core game while relying on the \ +We compute the necessary data to plot of the core game, while relying on the \ GMP rational exact arithmetic via\ \>", "ExampleText", CellID->842251856,ExpressionUUID->"de61ac9a-dd71-4d1d-b34c-65d9706e4b9b"], @@ -904,16 +910,16 @@ Cell[BoxData[ RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$13551`", CellLabel->"Out[6]=", - CellID->668696414,ExpressionUUID->"f6cefa21-9c36-46de-845c-943f02780c5b"] + CellID->1135060005,ExpressionUUID->"97cd027d-c315-4337-902b-453512a136b6"] }, Open ]], Cell["\<\ This returns no graphic, it only returns the necessary data to plot the core. -Notice that vertlist is the set of extreme points of the core, and ecdlist, \ -eadlist are the incidence list, the adjacency list (of extreme points and \ -rays), and icdlist, iadlist are the incidence list, the adjacency list (of \ -inequalities). Finally, extmat contains the information of the inequality \ -system as an augmented matrix. \ +Notice that vertlist is the set of extreme points of the core \ +(VRepresentation), and ecdlist, eadlist are the incidence list, the \ +adjacency list (of extreme points and rays), and icdlist, iadlist are the \ +incidence list, the adjacency list (of inequalities). Finally, extmat \ +contains the information of the inequality system as an augmented matrix. \ \>", "ExampleText", CellID->711907895,ExpressionUUID->"bd5f514a-d190-4ea5-bd66-b90a9e445955"], @@ -926,7 +932,12 @@ RationalExact.\ Cell[CellGroupData[{ Cell[BoxData[ - RowBox[{"crv", "=", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", RowBox[{"CddGmpPlotCore", "[", RowBox[{"ExpGame", ",", RowBox[{"RationalExact", "\[Rule]", "False"}]}], "]"}]}]], "Input", @@ -941,33 +952,59 @@ Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", - RowBox[{"0", ",", "35", ",", "55", ",", "0"}], "}"}], ",", + RowBox[{"0.`", ",", "35.`", ",", "55.00000000000002`", ",", "0.`"}], + "}"}], ",", RowBox[{"{", - RowBox[{"0", ",", "48", ",", "42", ",", "0"}], "}"}], ",", + RowBox[{ + "0.`", ",", "48.000000000000014`", ",", "41.99999999999999`", ",", + "0.`"}], "}"}], ",", RowBox[{"{", - RowBox[{"27", ",", "0", ",", "0", ",", "63"}], "}"}], ",", + RowBox[{ + "27.000000000000007`", ",", "0.`", ",", "0.`", ",", + "63.00000000000001`"}], "}"}], ",", RowBox[{"{", - RowBox[{"33", ",", "0", ",", "0", ",", "57"}], "}"}], ",", + RowBox[{ + "33.000000000000014`", ",", "0.`", ",", "0.`", ",", + "57.00000000000001`"}], "}"}], ",", RowBox[{"{", - RowBox[{"27", ",", "21", ",", "0", ",", "42"}], "}"}], ",", + RowBox[{"27.`", ",", "21.00000000000002`", ",", "0.`", ",", "42.`"}], + "}"}], ",", RowBox[{"{", - RowBox[{"33", ",", "15", ",", "0", ",", "42"}], "}"}], ",", + RowBox[{ + "33.000000000000014`", ",", "15.000000000000007`", ",", "0.`", ",", + "42.`"}], "}"}], ",", RowBox[{"{", - RowBox[{"33", ",", "15", ",", "22", ",", "20"}], "}"}], ",", + RowBox[{ + "33.00000000000001`", ",", "15.000000000000004`", ",", + "22.000000000000004`", ",", "19.999999999999996`"}], "}"}], ",", RowBox[{"{", - RowBox[{"13", ",", "35", ",", "42", ",", "0"}], "}"}], ",", + RowBox[{ + "13.000000000000018`", ",", "35.`", ",", "41.99999999999999`", ",", + "0.`"}], "}"}], ",", RowBox[{"{", - RowBox[{"33", ",", "0", ",", "22", ",", "35"}], "}"}], ",", + RowBox[{ + "33.00000000000001`", ",", "0.`", ",", "22.000000000000004`", ",", + "34.99999999999999`"}], "}"}], ",", RowBox[{"{", - RowBox[{"17", ",", "0", ",", "38", ",", "35"}], "}"}], ",", + RowBox[{ + "16.999999999999996`", ",", "0.`", ",", "38.000000000000014`", ",", + "34.999999999999986`"}], "}"}], ",", RowBox[{"{", - RowBox[{"17", ",", "0", ",", "10", ",", "63"}], "}"}], ",", + RowBox[{ + "17.000000000000004`", ",", "0.`", ",", "10.00000000000001`", ",", + "63.00000000000001`"}], "}"}], ",", RowBox[{"{", - RowBox[{"0", ",", "48", ",", "27", ",", "15"}], "}"}], ",", + RowBox[{ + "0.`", ",", "48.00000000000002`", ",", "27.`", ",", + "14.999999999999995`"}], "}"}], ",", RowBox[{"{", - RowBox[{"0", ",", "17", ",", "27", ",", "46"}], "}"}], ",", + RowBox[{ + "0.`", ",", "17.000000000000004`", ",", "27.000000000000014`", ",", + "46.00000000000001`"}], "}"}], ",", RowBox[{"{", - RowBox[{"0", ",", "17", ",", "55", ",", "18"}], "}"}]}], "}"}], ",", + RowBox[{ + "0.`", ",", "16.999999999999996`", ",", "55.000000000000014`", ",", + "17.999999999999993`"}], "}"}]}], "}"}], ",", RowBox[{"{", "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ @@ -1175,7 +1212,7 @@ Cell[BoxData[ RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$13551`", CellLabel->"Out[7]=", - CellID->2141847212,ExpressionUUID->"6faf47ee-e3bb-4981-8fff-cac4f53770a8"] + CellID->1371588321,ExpressionUUID->"436c80e2-8ce5-40ef-9b6c-c370fd6685c8"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -1184,8 +1221,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1204,7 +1239,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "55ef2d40-2ec6-4566-96a8-45a16e768009"], + "7f93a46a-10ef-407d-905f-5a84650ff94c"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1218,7 +1253,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "1d9a9834-9c08-446f-b779-41f6877bc744"], + "3c411cc6-70c6-49ff-8896-4e7cd7b51aa1"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1232,7 +1267,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "7ccc225b-e02f-4d56-85fb-6e8638dac189"], + "6e3f221b-87bd-4b2a-aef5-61ef14bbf518"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotWeberSet"]], + "paclet:TUG/ref/CddGmpPlotWeberSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "dd683f60-e773-4b0b-8e62-4885b62f9fce"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1246,7 +1295,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "f5096fae-9b54-414c-9f4f-5c9e88fddac1"], + "8b9fe440-f20c-410d-aaca-1d1387145b90"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1260,7 +1309,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "e1892bae-b186-498d-b0e0-28b5676523b8"], + "a0053b59-8980-4d19-bd48-326d2b809241"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1274,7 +1323,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "b35eaeda-6c11-4262-98fa-970b192d3f1a"], + "bd131198-0e98-4035-9b53-84cc3511616f"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1288,7 +1337,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "e856470b-08b7-478b-bfd8-1b8315eae628"], + "1be44913-b3e0-42db-98db-2a5ad8074c88"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1302,7 +1351,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "0e726cde-c475-4a8d-9869-6ddb691ad056"], + "7ce3a565-a5b0-40ab-b330-e202ed1c85b8"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1316,7 +1365,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "47d54c92-250a-4059-bbcd-59f3936d8630"], + "9181cfd0-7f8b-4f2d-88a7-afa89c3cb72d"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1330,18 +1379,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "7d01db64-e573-49d7-9369-851437b95730"] + "a6166c92-7b6f-4d66-9882-c1cd1c23fbad"] }], "SeeAlso",ExpressionUUID->"771cae2b-522f-4491-818f-f2917d071871"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b0a76a6a-a8b7-4bf0-8b99-\ -c3b9901f3fff"], + }]], "SeeAlsoSection",ExpressionUUID->"b7fb6c74-9c6e-4cb0-9f8e-\ +f527c6200b31"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1353,9 +1402,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b9182c9c-5c47-4987-a148-27f53efdff44"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"65da3cf4-c972-4ac6-93c0-\ -9ea309f5d22a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"85257e1b-df9a-448d-87ec-\ +1f9f8c5a98ff"], Cell[BoxData[GridBox[{ { @@ -1372,7 +1420,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f6546e59-335f-481b-a23c-239e604102ed"]}]}, + "61b79631-aba1-4c56-93a9-b6f7b11d1029"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1380,10 +1428,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bc0ca67f-34ea-45ef-a09c-4307566e2a1a"]}]} + "068a796b-1ef1-4e39-a391-d24e462bee20"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3a98acfc-06d9-4bac-b934-\ -07960bfe1c43"], + }]], "MoreAboutSection",ExpressionUUID->"ff62e627-b9b7-4c7b-b55a-\ +121bd21bb863"], Cell[BoxData[GridBox[{ { @@ -1410,8 +1458,25 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f3e9d936-3bec-4391-b387-9c4281f11a58"]], "RelatedLinks", + "adb103e4-1fda-4235-a0fe-73302f22955e"]], "RelatedLinks", ExpressionUUID->"ddbcb389-f0dc-4a53-bc66-924cedbe6abf"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "820e055a-86c0-400d-8783-892064b1868d"]], "RelatedLinks", + ExpressionUUID->"54768c8a-0941-44ae-9562-180c5d4206fa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -1427,11 +1492,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e5a21ede-b3cd-496e-8b15-5ed9f8caaf42"]], "RelatedLinks", + "251f587c-6630-4504-b34d-e9e7ce9e9678"]], "RelatedLinks", ExpressionUUID->"08441c78-cd01-4095-ba73-15da8a8d5172"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c3d76c11-2c5e-49d1-908e-\ -0310ec895a35"], + }]], "RelatedLinksSection",ExpressionUUID->"14132460-9874-406f-93fb-\ +38354ee15bb5"], Cell[CellGroupData[{ @@ -1461,11 +1526,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d5812ee9-373f-4c15-9c88-a0e227e60f75"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c198dc28-9090-4339-a662-03226bdcc6a5"] +Cell[" ", "FooterCell",ExpressionUUID->"030becef-1e4b-4df6-90fe-cc3d383a44d3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpPlotCore", TaggingRules->{ @@ -1476,7 +1541,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 26.906081}", + "built" -> "{2024, 6, 3, 16, 51, 42.286574}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1485,10 +1550,11 @@ TaggingRules->{ all relevant data to plot the core. CddGmpPlotCore[game, options] by option \ set the GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddGmpPlotCore", - "titlemodifier" -> "", "windowtitle" -> "CddGmpPlotCore", "type" -> - "Symbol", "uri" -> "TUG/ref/CddGmpPlotCore"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CddGmpPlotCore", "type" -> "Symbol", "uri" -> + "TUG/ref/CddGmpPlotCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1497,9 +1563,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a6350ff9-5d10-42b1-bc2e-db1805868ffe" +ExpressionUUID->"9f3f92ff-f2e9-4e44-8f8a-e68bf072e8d1" ] (* End of Notebook Content *) @@ -1507,145 +1573,143 @@ ExpressionUUID->"a6350ff9-5d10-42b1-bc2e-db1805868ffe" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16592, 435, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"61f37bb9-3789-4fba-b520-ff3cb6aa5a75", + Cell[16803, 441, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"630f2085-7e40-469b-82e3-edce441776e1", CellTags->"PrimaryExamplesSection", - CellID->90691533]} + CellID->1181327362]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 56197, 1508} + {"PrimaryExamplesSection", 58608, 1574} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7190, 169, 56, "AnchorBarGrid",ExpressionUUID->"b6283ee4-ef35-4c71-a9c2-35c56358d6e8", +Cell[586, 21, 7383, 175, 57, "AnchorBarGrid",ExpressionUUID->"5d50a0fe-1c5a-437a-b085-df46f1718e59", CellID->1], -Cell[7779, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6cf0b411-de5d-439f-88c9-1d99836a27bb"], +Cell[7972, 198, 86, 0, 23, "ContextNameCell",ExpressionUUID->"32f47a66-1fbf-49ab-aa3c-caebcaefae4d"], Cell[CellGroupData[{ -Cell[7890, 196, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"bd74060f-98d0-49ae-acd9-9da0d8420517"], -Cell[9181, 233, 920, 19, 187, "Usage",ExpressionUUID->"759c595b-5d16-439e-a502-ed914a83f204", +Cell[8083, 202, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"b6c8925b-b2f4-4721-ad2e-8ed0d9489a7d"], +Cell[9374, 239, 920, 19, 186, "Usage",ExpressionUUID->"759c595b-5d16-439e-a502-ed914a83f204", CellID->1110528442] }, Open ]], Cell[CellGroupData[{ -Cell[10138, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"980931c0-c9de-4a5b-9bac-0850af8fe6b4", +Cell[10331, 263, 1894, 47, 37, "NotesSection",ExpressionUUID->"d78881d6-c38c-42f1-ab0b-9b0c34428f6a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->884486656], -Cell[12035, 306, 515, 12, 57, "Notes",ExpressionUUID->"d71a8a19-acea-4714-9ab1-01e63dba712e", + CellID->497203811], +Cell[12228, 312, 515, 12, 57, "Notes",ExpressionUUID->"d71a8a19-acea-4714-9ab1-01e63dba712e", CellID->1014199156], -Cell[12553, 320, 489, 12, 37, "Notes",ExpressionUUID->"c738ce95-c6c8-4bc3-ab52-64edc57a34bc", +Cell[12746, 326, 489, 12, 38, "Notes",ExpressionUUID->"c738ce95-c6c8-4bc3-ab52-64edc57a34bc", CellID->177724765], -Cell[13045, 334, 166, 3, 36, "Notes",ExpressionUUID->"6cfc1a88-e929-43b6-93e6-368801675768", +Cell[13238, 340, 166, 3, 36, "Notes",ExpressionUUID->"6cfc1a88-e929-43b6-93e6-368801675768", CellID->561186658], -Cell[13214, 339, 189, 4, 36, "Notes",ExpressionUUID->"d8636d76-cc98-4e0a-9bd3-b78c8aa6f325", +Cell[13407, 345, 189, 4, 36, "Notes",ExpressionUUID->"d8636d76-cc98-4e0a-9bd3-b78c8aa6f325", CellID->1553968193], -Cell[13406, 345, 352, 6, 57, "Notes",ExpressionUUID->"339425d9-45c5-4e84-bbd8-bd95051840ee", +Cell[13599, 351, 370, 6, 57, "Notes",ExpressionUUID->"339425d9-45c5-4e84-bbd8-bd95051840ee", CellID->308799252], -Cell[13761, 353, 601, 18, 37, "Notes",ExpressionUUID->"ab3d8d19-df1a-49b4-9561-42dd40712488", +Cell[13972, 359, 601, 18, 38, "Notes",ExpressionUUID->"ab3d8d19-df1a-49b4-9561-42dd40712488", CellID->819323919], -Cell[14365, 373, 255, 5, 57, "Notes",ExpressionUUID->"1c13e5c0-8afe-4dd9-8f2a-91cb108d46fd", +Cell[14576, 379, 255, 5, 57, "Notes",ExpressionUUID->"1c13e5c0-8afe-4dd9-8f2a-91cb108d46fd", CellID->713226271], -Cell[14623, 380, 348, 9, 37, "Notes",ExpressionUUID->"a7a729ec-a149-4d9e-94f2-f07339d9de82", +Cell[14834, 386, 348, 9, 38, "Notes",ExpressionUUID->"a7a729ec-a149-4d9e-94f2-f07339d9de82", CellID->1543543678], -Cell[14974, 391, 267, 4, 49, "Notes",ExpressionUUID->"1537116e-22ac-4ad2-9fb6-0f269f6d2bc4", +Cell[15185, 397, 267, 4, 48, "Notes",ExpressionUUID->"1537116e-22ac-4ad2-9fb6-0f269f6d2bc4", CellID->13178], -Cell[15244, 397, 676, 15, 40, "3ColumnTableMod",ExpressionUUID->"66da9344-31c5-4ee5-9c71-13c55b801a89", +Cell[15455, 403, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"66da9344-31c5-4ee5-9c71-13c55b801a89", CellID->901767574], -Cell[15923, 414, 542, 15, 37, "Notes",ExpressionUUID->"95104445-797c-4ba2-9d97-73306bd42e2d", +Cell[16134, 420, 542, 15, 38, "Notes",ExpressionUUID->"95104445-797c-4ba2-9d97-73306bd42e2d", CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16592, 435, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"61f37bb9-3789-4fba-b520-ff3cb6aa5a75", +Cell[16803, 441, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"630f2085-7e40-469b-82e3-edce441776e1", CellTags->"PrimaryExamplesSection", - CellID->90691533], + CellID->1181327362], Cell[CellGroupData[{ -Cell[18036, 476, 1398, 36, 70, "ExampleSection",ExpressionUUID->"592b1068-23ab-4aee-aecd-991d9cf2489f", - CellID->505689186], -Cell[19437, 514, 118, 1, 70, "ExampleText",ExpressionUUID->"55e4f223-0394-410a-b4bd-f23062236437", +Cell[18249, 482, 1399, 36, 70, "ExampleSection",ExpressionUUID->"da068579-3516-434a-85b3-e6c8497df888", + CellID->2011369941], +Cell[19651, 520, 118, 1, 70, "ExampleText",ExpressionUUID->"55e4f223-0394-410a-b4bd-f23062236437", CellID->444607150], Cell[CellGroupData[{ -Cell[19580, 519, 168, 3, 70, "Input",ExpressionUUID->"5c8b4015-e8fa-41cb-be1b-60830e272c35", +Cell[19794, 525, 168, 3, 70, "Input",ExpressionUUID->"5c8b4015-e8fa-41cb-be1b-60830e272c35", CellID->1001415584], Cell[CellGroupData[{ -Cell[19773, 526, 236, 4, 70, "Print",ExpressionUUID->"2ccdd250-bea4-42b5-877b-0a813188cc76", - CellID->312359482], -Cell[20012, 532, 365, 8, 70, "Print",ExpressionUUID->"2dbe0a0f-58cf-4bf6-9fe6-87e8f38bd23e", - CellID->584551561], -Cell[20380, 542, 236, 4, 70, "Print",ExpressionUUID->"e5d949c1-9f60-4374-8859-9ba512563006", - CellID->898090071], -Cell[20619, 548, 221, 3, 70, "Print",ExpressionUUID->"e962eb9f-8e21-4576-ba17-822cfba798ca", - CellID->1853800847], -Cell[20843, 553, 207, 3, 70, "Print",ExpressionUUID->"4f9938d1-084a-4096-9f00-947e1ec20d30", - CellID->707587646], -Cell[21053, 558, 238, 4, 70, "Print",ExpressionUUID->"be7d8604-0137-4c3f-a732-4f3f49c8be16", - CellID->1312569937], -Cell[21294, 564, 220, 3, 70, "Print",ExpressionUUID->"1f29eb1a-b689-4c25-a017-14e6a4bf4536", - CellID->315720150], -Cell[21517, 569, 237, 4, 70, "Print",ExpressionUUID->"1ecb42e3-0fef-4d01-9866-bc387c77e9ed", - CellID->1306468288], -Cell[21757, 575, 236, 4, 70, "Print",ExpressionUUID->"91a5bb64-eaa4-40e8-86b9-13e635ee7a0e", - CellID->264590725], -Cell[21996, 581, 207, 3, 70, "Print",ExpressionUUID->"cd651f95-3a3e-4617-bdf2-cd926113bf57", - CellID->925439116], -Cell[22206, 586, 236, 4, 70, "Print",ExpressionUUID->"cdff1df9-e742-4acf-8847-c5dc041539d8", - CellID->362205373] +Cell[19987, 532, 237, 4, 70, "Print",ExpressionUUID->"53e56cb7-70d0-4690-b39a-60f4edbdacb7", + CellID->1729428498], +Cell[20227, 538, 366, 8, 70, "Print",ExpressionUUID->"d34aed0a-6bcb-4f37-884c-13ec2fe7ccbb", + CellID->1720526091], +Cell[20596, 548, 236, 4, 70, "Print",ExpressionUUID->"7ca0e11c-fbc7-4c05-8584-5c79d4ef77d0", + CellID->719023219], +Cell[20835, 554, 221, 3, 70, "Print",ExpressionUUID->"d94ecf21-756e-4624-aff5-f67f6b6a5cb8", + CellID->1280778377], +Cell[21059, 559, 207, 3, 70, "Print",ExpressionUUID->"c62d745d-8086-42db-a260-bc98c76dd02b", + CellID->354300595], +Cell[21269, 564, 238, 4, 70, "Print",ExpressionUUID->"8d0f4d3f-ce55-4da2-9ac9-80c712b26a53", + CellID->1464566581], +Cell[21510, 570, 221, 3, 70, "Print",ExpressionUUID->"fd89c928-ba63-4e9f-aef4-b6329097653f", + CellID->1557293442], +Cell[21734, 575, 237, 4, 70, "Print",ExpressionUUID->"9c5330ab-2365-4168-b829-c11a2ec198b5", + CellID->1032632145], +Cell[21974, 581, 237, 4, 70, "Print",ExpressionUUID->"2ce062a3-78ce-4f58-8edc-3c9acb16b0d8", + CellID->1657593770], +Cell[22214, 587, 207, 3, 70, "Print",ExpressionUUID->"8e96dbad-283b-4bfd-8d14-2c3b5fec442e", + CellID->826533599], +Cell[22424, 592, 236, 4, 70, "Print",ExpressionUUID->"62bab329-6352-4ef1-98b4-5b141498d70e", + CellID->553623089] }, Open ]] }, Open ]], -Cell[22469, 594, 137, 1, 70, "ExampleText",ExpressionUUID->"9b4e9167-89a0-47d5-ae1c-24c557ad4f60", +Cell[22687, 600, 137, 1, 70, "ExampleText",ExpressionUUID->"9b4e9167-89a0-47d5-ae1c-24c557ad4f60", CellID->1925744811], -Cell[22609, 597, 232, 6, 70, "Input",ExpressionUUID->"ac401604-a9b8-4975-bee3-7a46e3983667", +Cell[22827, 603, 232, 6, 70, "Input",ExpressionUUID->"ac401604-a9b8-4975-bee3-7a46e3983667", CellID->2362373], -Cell[22844, 605, 380, 9, 70, "Input",ExpressionUUID->"39cabbc9-b502-4da2-84a9-000332dc3846", +Cell[23062, 611, 380, 9, 70, "Input",ExpressionUUID->"39cabbc9-b502-4da2-84a9-000332dc3846", CellID->592898328], -Cell[23227, 616, 237, 6, 70, "Input",ExpressionUUID->"81116cc8-0662-4252-a080-08ad5e5a12c6", +Cell[23445, 622, 237, 6, 70, "Input",ExpressionUUID->"81116cc8-0662-4252-a080-08ad5e5a12c6", CellID->880575979], -Cell[23467, 624, 190, 4, 70, "ExampleText",ExpressionUUID->"6af883a6-8b82-4bd4-ab6e-e9c008e8b665", +Cell[23685, 630, 190, 4, 70, "ExampleText",ExpressionUUID->"6af883a6-8b82-4bd4-ab6e-e9c008e8b665", CellID->300764945], Cell[CellGroupData[{ -Cell[23682, 632, 171, 3, 70, "Input",ExpressionUUID->"3dd46bce-8e92-4b5b-9468-00d8934a8125", +Cell[23900, 638, 171, 3, 70, "Input",ExpressionUUID->"3dd46bce-8e92-4b5b-9468-00d8934a8125", CellID->655676728], -Cell[23856, 637, 223, 5, 36, "Output",ExpressionUUID->"0ee3a19e-459f-480a-abd8-66f300aebff5", - CellID->1969438511] +Cell[24074, 643, 222, 5, 36, "Output",ExpressionUUID->"031bbe59-23ef-4d32-843d-e784dc20617a", + CellID->800722775] }, Open ]], -Cell[24094, 645, 218, 4, 70, "ExampleText",ExpressionUUID->"de61ac9a-dd71-4d1d-b34c-65d9706e4b9b", +Cell[24311, 651, 219, 4, 70, "ExampleText",ExpressionUUID->"de61ac9a-dd71-4d1d-b34c-65d9706e4b9b", CellID->842251856], Cell[CellGroupData[{ -Cell[24337, 653, 381, 9, 70, "Input",ExpressionUUID->"b8bb522b-11f5-4283-ae37-f95f50a0b2e2", +Cell[24555, 659, 381, 9, 70, "Input",ExpressionUUID->"b8bb522b-11f5-4283-ae37-f95f50a0b2e2", CellID->805658118], -Cell[24721, 664, 9107, 242, 305, "Output",ExpressionUUID->"f6cefa21-9c36-46de-845c-943f02780c5b", - CellID->668696414] +Cell[24939, 670, 9108, 242, 297, "Output",ExpressionUUID->"97cd027d-c315-4337-902b-453512a136b6", + CellID->1135060005] }, Open ]], -Cell[33843, 909, 523, 8, 70, "ExampleText",ExpressionUUID->"bd5f514a-d190-4ea5-bd66-b90a9e445955", +Cell[34062, 915, 541, 8, 70, "ExampleText",ExpressionUUID->"bd5f514a-d190-4ea5-bd66-b90a9e445955", CellID->711907895], -Cell[34369, 919, 189, 4, 70, "ExampleText",ExpressionUUID->"90295c62-8ad5-4440-a600-00b51ca1dabe", +Cell[34606, 925, 189, 4, 70, "ExampleText",ExpressionUUID->"90295c62-8ad5-4440-a600-00b51ca1dabe", CellID->1467176932], Cell[CellGroupData[{ -Cell[34583, 927, 268, 6, 70, "Input",ExpressionUUID->"fc390835-974c-4182-9c9b-dcfeebe998f2", +Cell[34820, 933, 453, 11, 70, "Input",ExpressionUUID->"fc390835-974c-4182-9c9b-dcfeebe998f2", CellID->1462475121], -Cell[34854, 935, 9108, 242, 305, "Output",ExpressionUUID->"6faf47ee-e3bb-4981-8fff-cac4f53770a8", - CellID->2141847212] +Cell[35276, 946, 9948, 268, 297, "Output",ExpressionUUID->"436c80e2-8ce5-40ef-9b6c-c370fd6685c8", + CellID->1371588321] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[45466, 1223, 6104, 162, 70, "SeeAlsoSection",ExpressionUUID->"b7fb6c74-9c6e-4cb0-9f8e-f527c6200b31"], +Cell[51573, 1387, 670, 18, 70, "TechNotesSection",ExpressionUUID->"85257e1b-df9a-448d-87ec-1f9f8c5a98ff"], +Cell[52246, 1407, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ff62e627-b9b7-4c7b-b55a-121bd21bb863"], +Cell[53282, 1435, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"14132460-9874-406f-93fb-38354ee15bb5"], Cell[CellGroupData[{ -Cell[44226, 1188, 5581, 148, 70, "SeeAlsoSection",ExpressionUUID->"b0a76a6a-a8b7-4bf0-8b99-c3b9901f3fff"], -Cell[49810, 1338, 670, 18, 70, "TechNotesSection",ExpressionUUID->"65da3cf4-c972-4ac6-93c0-9ea309f5d22a"] -}, Open ]], -Cell[50495, 1359, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3a98acfc-06d9-4bac-b934-07960bfe1c43"], -Cell[51531, 1387, 1582, 46, 70, "RelatedLinksSection",ExpressionUUID->"c3d76c11-2c5e-49d1-908e-0310ec895a35"], -Cell[CellGroupData[{ -Cell[53138, 1437, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f0bc64a4-68fa-4118-a510-386b178adf3d", +Cell[55526, 1502, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f0bc64a4-68fa-4118-a510-386b178adf3d", CellID->117551421], -Cell[53278, 1440, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6ffeb75-5148-45b8-a84d-0c74de54f6e9", +Cell[55666, 1505, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6ffeb75-5148-45b8-a84d-0c74de54f6e9", CellID->1194386356], -Cell[53500, 1446, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"586abf8e-363f-4679-aa14-4b793a93fd5a", +Cell[55888, 1511, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"586abf8e-363f-4679-aa14-4b793a93fd5a", CellID->1641706272], -Cell[53715, 1451, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83b158ac-a0c5-4b56-93a5-8973f60f156a", +Cell[56103, 1516, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83b158ac-a0c5-4b56-93a5-8973f60f156a", CellID->399251956], -Cell[53944, 1457, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d5812ee9-373f-4c15-9c88-a0e227e60f75", +Cell[56332, 1522, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d5812ee9-373f-4c15-9c88-a0e227e60f75", CellID->821434655] }, Open ]], -Cell[54181, 1463, 78, 0, 70, "FooterCell",ExpressionUUID->"c198dc28-9090-4339-a662-03226bdcc6a5"] +Cell[56569, 1528, 78, 0, 70, "FooterCell",ExpressionUUID->"030becef-1e4b-4df6-90fe-cc3d383a44d3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpPlotImputationSet.nb b/Documentation/English/ReferencePages/Symbols/CddGmpPlotImputationSet.nb index 13964c9..7c97996 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpPlotImputationSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpPlotImputationSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44531, 1144] -NotebookOptionsPosition[ 36336, 983] -NotebookOutlinePosition[ 38512, 1038] -CellTagsIndexPosition[ 38426, 1033] +NotebookDataLength[ 53863, 1379] +NotebookOptionsPosition[ 44688, 1202] +NotebookOutlinePosition[ 47003, 1259] +CellTagsIndexPosition[ 46917, 1254] WindowTitle->CddGmpPlotImputationSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "44cdff23-20eb-41ef-8d6f-44dc2cba42c6"], + "06060521-0d47-4395-8e8e-51973c783ed9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "03fd3d5b-689d-424c-beac-f93a3de7a54a"], + "c26af88d-a049-488d-8797-6d447a3616de"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,37 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3bad01c7-716e-4a2b-a3ba-ea4bd913bd32"] - }],ExpressionUUID->"0b69a074-af66-47aa-9c8c-1de4e57f60db"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "f77ba2e3-0af6-4d43-9b85-642cc6df1ba2"] + }],ExpressionUUID->"6ab74c70-70d1-42dd-90d3-76fe55955204"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddGmpPlotWeberSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotWeberSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb76087e-e2ca-4a22-8479-c0b502b8e1fc"], + "87dd8fe4-e045-4276-86a0-d268bd99d47d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +97,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f905637c-be72-47e9-872b-22f8d22274b2"] - }],ExpressionUUID->"9d8ac8ab-0988-4f6b-b866-3c615e552728"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b4f97500-c69a-4aa3-b0fb-631d73c31a3d"] + }],ExpressionUUID->"d47d516c-112f-4571-8027-a40f8c57a531"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "973eb02b-9dbe-4201-8075-8cce8674f5a5"], + "d3c26142-aa8a-49ae-9a10-2650f24e35ff"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +125,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f9f509dc-db61-498d-89ce-c4a26260fa7d"] - }],ExpressionUUID->"1d21fb75-09bf-47c4-a82f-c3a7fa3da933"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "fe364e64-3a2e-4f7c-8cbf-0253f5045dcb"] + }],ExpressionUUID->"16d5a603-8b65-450b-b433-e73e60b9c7ce"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ceb5a36d-d6aa-430c-972b-ded61d52bc9f"], + "83842e6d-4fb5-41de-a94f-746cccee41a1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +151,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "515ead88-ddf8-4d2c-a35e-26695f6e7ab6"] - }],ExpressionUUID->"eaf27717-0dd8-497a-99a6-6d4b8ab462f6"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpPlotImputationSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpPlotImputationSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "83fa3d42-148e-42c2-a731-75306d1d5099"] + }],ExpressionUUID->"15786a9b-e0cc-46bf-80d5-a814c1dcd9f7"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpPlotImputationSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpPlotImputationSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpPlotImputationSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$44535], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpPlotImputationSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$46163], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpPlotImputationSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "19dffb68-91fe-4fdd-9f47-a9dd920d6eb8"] + "1a2e196d-69de-4ee0-a2c8-f940cf2b758e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2f1cad4c-ed70-432b-8c45-760ca9adc140"]} + "e92ed04c-eb37-4210-bcfc-3fe4b4a9e026"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6d1789f0-d384-444b-851d-cb2c3b24ee5c"], + CellID->1,ExpressionUUID->"f91bd5bb-ab5e-46b8-a967-5106a22d401c"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"0bee1fff-d82b-4c86-ae38-2e3bd2f5096d"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"be7e061c-2609-47f9-9104-1b674fc1d8a5"], Cell[CellGroupData[{ @@ -198,14 +205,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpPlotImputationSet", "ObjectName",ExpressionUUID-> - "389d6312-ca1e-40f6-847d-93b73fdda1d9"], + "d494639b-2830-4ee8-925e-aca2f773490f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6b0954d5-ed6a-4e61-b396-a940bdb9a799"], + "Spacer1"]],ExpressionUUID->"3fde952f-a284-45c3-aec1-7958f3495a62"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7a797e06-681b-4f6b-af1f-c3abaacd4f44"] - }],ExpressionUUID->"714f9567-eedb-4048-b8bc-d6c853b4c10c"], Cell[BoxData[ + "4ac4b883-0c2a-4ea2-be1e-79967e0db1e9"] + }],ExpressionUUID->"4bb4cbac-1e37-473c-a46e-e54ed515dd6c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +234,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "210155a3-1016-4dab-a4dc-1ce0148828d0"]} + "69096d9c-7029-44f8-88e9-c51636f94808"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"fc1c9667-fb5e-46f7-9607-8dffd3024953"], + CacheGraphics->False,ExpressionUUID->"c48b016c-3f3a-4b75-8ce7-50d9003c335a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +247,16 @@ Cell[BoxData[GridBox[{ "2aacb5c6-6fc2-404c-84ff-167124640f0a"], " \[LineSeparator]calculates while using Cddmathlink2gmp via Mathlink \ all relevant data to plot the imputation set." - }],ExpressionUUID->"331eb6b4-010f-4a27-a0f6-53a558225d99"]} + }],ExpressionUUID->"493cddf2-affb-43a5-9776-8016fcc79d98"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CddGmpPlotImputationSet", "[", + RowBox[{"game", ",", "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ba9d7360-b05a-4771-a7dc-e2ea28eb5a7b"], + " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ +Library can be disabled." + }],ExpressionUUID->"5dc8a268-4f76-4fbb-89de-d34f9f052b97"]} }]], "Usage", CellID->2098151422,ExpressionUUID->"9ab53c82-3d4e-434c-a2b3-6dc7050e1358"] }, Open ]], @@ -273,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bddd1fa5-7546-4071-8c8f-88da6e3cb03e"], + ExpressionUUID->"5f0da3cf-8236-4739-a9b9-041beafc33da"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"66afead2-df38-442c-9fe6-01fa3f10779e"], + "Spacer1"]],ExpressionUUID->"d0071848-9783-4931-ba5b-53a23009fc2a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a79b4b3a-f543-4099-aa76-f9686a797714"], + }], "NotesFrameText",ExpressionUUID->"bacf029d-0834-4629-94af-1f58fc48f488"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"329a15cd-b48a-4afc-b91f-284dbcee3d49"]], \ + "Preemptive"]],ExpressionUUID->"1c195886-3fc0-4acb-aabf-d1c732414619"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->958590424,ExpressionUUID->"26f71b90-05c3-4a9d-a780-8f97654a23db"], + CellID->1760112240,ExpressionUUID->"5499684b-9cad-49d3-8065-89331b7fb2b1"], Cell[TextData[{ "The input expression ", @@ -359,7 +375,47 @@ Cell[TextData[{ "4c1ace37-df7e-4385-aaea-daee8ac882d0"], " library of K. Fukuda. " }], "Notes", - CellID->982697986,ExpressionUUID->"ba10e50a-3ea4-4d29-ad38-8cb712df7320"] + CellID->982697986,ExpressionUUID->"ba10e50a-3ea4-4d29-ad38-8cb712df7320"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->13178,ExpressionUUID->"ff15634f-f6cc-416e-8628-ead3cf25f791"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "bb821482-1771-489b-94fe-47a90c7a0bb0"], + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to apply GMP rational exact arithmetic. ", "TableText", + ExpressionUUID->"e88503de-eb3c-4b6a-8d4c-7cb77f2c6180"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->901767574,ExpressionUUID->"e1dfe923-dcf9-43b4-b9bd-20c68f0059fe"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "cb85496a-371c-4f48-b026-ca6f04921836"], + " does not supports rational exact arithmetic with GMP. It is using \ +Cddmathlink2 instead. " +}], "Notes", + CellID->608546217,ExpressionUUID->"2a6bcc48-e4c9-4761-ae2f-e4cf14186e68"] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], @@ -390,19 +446,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e945c64c-2fd7-4160-8335-3df0835282d0"], + ExpressionUUID->"be69bd5b-e94a-4358-a734-3a9f8091b015"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3a0f3ee4-78df-4f27-90d7-eeff53c365ce"], + "Spacer1"]],ExpressionUUID->"cf59e4bb-f964-47cf-8435-edb460c959af"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b1da7a87-0048-4eff-b75b-b284b01b19e3"] + "3f6f386f-258b-44ba-849d-d1776afa8402"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->861062686,ExpressionUUID->"03ee41fa-1c29-4178-82a4-64f96339d504"], + CellID->1590113468,ExpressionUUID->"8a07a070-4a54-431f-9267-f6495450f6d7"], Cell[CellGroupData[{ @@ -431,18 +487,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7b810d52-95d7-4c97-9ed0-a11921806630"], + ExpressionUUID->"56906e81-95d3-4e61-9f91-2f2db9dc156f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9545199e-faf3-4caf-b549-cf8a2acfe4f1"], + "Spacer1"]],ExpressionUUID->"99096837-3e23-4cb4-ab70-529b1d65452f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "89354393-754d-4d71-b740-03b48e38d7f8"] + "e17df6f7-f04f-4966-8a31-4259b2f66dbd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->519993376,ExpressionUUID->"67542204-bf23-4029-b49f-37c86c4b1957"], + CellID->1401045918,ExpressionUUID->"2de9d26b-4cd2-4b21-8be2-63d4bd900c0e"], Cell["Loading the package:", "ExampleText", CellID->442133862,ExpressionUUID->"fa680b74-f066-4868-aaad-8b2332d6d97c"], @@ -460,7 +516,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->566265688,ExpressionUUID->"79db791f-5914-4884-8b0c-62bc9c8659c7"], + CellID->1128867455,ExpressionUUID->"026e000b-b595-4fb1-887e-7b73617beee3"], Cell[BoxData[ InterpretationBox[ @@ -470,57 +526,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1201277921,ExpressionUUID->"89e8aea4-7814-4971-90cd-84df8820b0c9"], + CellID->1560206421,ExpressionUUID->"e78c2a7b-6ad6-4353-a44e-251f312dc26b"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1660932054,ExpressionUUID->"bc90897d-719b-42df-868c-dfa8e5eef0e7"], + CellID->1964728677,ExpressionUUID->"b33001ef-6fde-4ea7-94f3-9e5e8add0e2d"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->647166597,ExpressionUUID->"4567fb62-f6c5-4e44-accd-a6448723dfb9"], + CellID->505360427,ExpressionUUID->"68f16452-cdd3-4014-beb5-4a7f5ca52a1c"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->680228373,ExpressionUUID->"96461708-bb6f-4471-be39-e983729b14cd"], + CellID->1575012581,ExpressionUUID->"37431c00-6c63-4fd4-838a-7f424394ece0"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1296480204,ExpressionUUID->"4c3e8c33-acb2-4f5a-b4c4-d644492fc48f"], + CellID->613488373,ExpressionUUID->"ccb0018c-036c-4b05-b1fe-743a7a85d4cb"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->484070362,ExpressionUUID->"45da96fc-3080-4690-a7bb-2d35858118d2"], + CellID->1408585860,ExpressionUUID->"803f4a82-4503-4664-aa12-f853efd19ee6"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1092909131,ExpressionUUID->"0345a99b-aa7e-47e1-8274-01cc638b5be9"], + CellID->208974831,ExpressionUUID->"c063f045-a86b-411e-9a14-f6ef25431c1e"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1243620958,ExpressionUUID->"c7ddff5a-4902-4004-9d38-73c67ef914e5"], + CellID->1688733131,ExpressionUUID->"cd072741-7618-41e0-a4b5-45d460c4dc11"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->187188157,ExpressionUUID->"5987f7a3-a4a6-4ba6-9086-041df052016b"], + CellID->1276090449,ExpressionUUID->"f78cbc0d-87b3-489e-9e5d-88fe2558ad17"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$13787`", CellLabel->"During evaluation of In[1]:=", - CellID->1973121182,ExpressionUUID->"e7656929-4f73-420c-a8b9-9568e2bc98f3"] + CellID->169825948,ExpressionUUID->"5707b554-8b9f-47f5-9552-45741d1e95ce"] }, Open ]] }, Open ]], @@ -568,10 +624,11 @@ Cell[BoxData[ CellID->133816267,ExpressionUUID->"f27618f9-8706-47d0-9c62-66cd8a48df99"], Cell[BoxData[ - RowBox[{"{", "}"}]], "Output", + RowBox[{"{", + RowBox[{"RationalExact", "\[Rule]", "True"}], "}"}]], "Output", CellContext->"Cell$$13787`", CellLabel->"Out[5]=", - CellID->997850971,ExpressionUUID->"51db5840-3f45-4cc1-a467-f1f6a332ab75"] + CellID->1393598264,ExpressionUUID->"c617518d-3496-4afe-9183-dde3bb1cb72a"] }, Open ]], Cell["\<\ @@ -693,7 +750,141 @@ Cell[BoxData[ "}"}]}], "}"}]], "Output", CellContext->"Cell$$13787`", CellLabel->"Out[6]=", - CellID->1615910829,ExpressionUUID->"59fa5130-5b5d-482a-90b6-4b8e5f7546a7"] + CellID->1249174435,ExpressionUUID->"b18ec7f3-8191-4d41-9c7c-4091ac0aa26e"] +}, Open ]], + +Cell["\<\ +This returns no graphic, it only returns the necessary data to plot the core. +Notice that vertlist is the set of extreme points of the imputation set \ +(VRepresentation), and ecdlist, eadlist are the incidence list, the \ +adjacency list (of extreme points and rays), and icdlist, iadlist are the \ +incidence list, the adjacency list (of inequalities). Finally, extmat \ +contains the information of the inequality system as an augmented matrix. \ +\>", "ExampleText", + CellID->711907895,ExpressionUUID->"05299464-b47a-4fe5-a094-9a5729fee645"], + +Cell["\<\ +To uses floating point arithmetic, we need to turn off the option \ +RationalExact.\ +\>", "ExampleText", + CellID->1467176932,ExpressionUUID->"8cba591e-6134-441d-9718-1bf9c078bed3"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", + RowBox[{"CddGmpPlotImputationSet", "[", + RowBox[{"ExpGame", ",", + RowBox[{"RationalExact", "\[Rule]", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->1462475121,ExpressionUUID->"23c54e5d-e47d-4ed9-ac56-616ca5296756"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "0.`", ",", "90.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "90.`", ",", "0.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "90.`", ",", "0.`", ",", "0.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"90.`", ",", "0.`", ",", "0.`", ",", "0.`"}], "}"}]}], "}"}], + ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "7"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "6", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "5", ",", "6", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "5", ",", "6", ",", "7"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "6", ",", "7", ",", "8"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", "1", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "1", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "1", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "0", ",", "1"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "90"}], ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], + "}"}]}], "}"}]], "Output", + CellLabel->"Out[7]=", + CellID->232017637,ExpressionUUID->"6faa854c-7177-489a-aa09-73da073f5730"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -702,8 +893,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -722,7 +911,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "fe26df4c-e4da-4391-af74-0701c5be0e60"], + "b65d37f3-9501-4c38-9cb5-ed149582a56a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -736,7 +925,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "4811bdaf-de4a-44b3-92ea-0676cf9fee08"], + "b67dfc43-64ce-4c40-a3a0-5064233d6327"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -750,7 +939,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "c255254e-d64c-49b7-9ef1-155d0c3d3882"], + "120142cb-4d9c-4d90-9306-2720ea100557"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotWeberSet"]], + "paclet:TUG/ref/CddGmpPlotWeberSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ccb43c53-70b6-4fe8-b3fd-be9229bb3867"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -764,7 +967,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "1984cda0-c83f-4999-b6b8-6659b4d70cd6"], + "ed5d03de-d98e-4e7f-924b-2f87834dbe79"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -778,7 +981,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "ba5e760b-dd78-496f-9f74-439a766b591b"], + "f381a595-3032-4888-8298-86c6f31c73f5"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -792,7 +995,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "f586d544-2b5c-4f25-a135-7df6c0f9757b"], + "c70ad7e4-1639-4a28-9bc9-724b449fb8bd"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -806,7 +1009,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "002ffc65-5e49-4bdb-a321-6bbdd4c39520"], + "65292ad7-2079-47c1-895f-95218a8f8f05"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -820,7 +1023,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "0c535013-8dfa-4c6b-9bbd-3acc8feb7162"], + "cdfc59ed-64cc-4ef4-9804-91d567b095bb"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -834,7 +1037,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "eaf1d1e6-8501-4845-ac6b-9b768cac60b7"], + "788892d4-56fd-4772-9c4c-c30c880be89a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -848,18 +1051,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "194fd5b2-eb4b-4847-802c-1a4afabb3658"] + "26f01ab7-aaa4-414e-a3ee-394c8d062fda"] }], "SeeAlso",ExpressionUUID->"c59c44e2-c75c-4f85-80b9-c81975183748"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"baaf9669-5cbf-4c56-a57c-\ -d8ef086af088"], + }]], "SeeAlsoSection",ExpressionUUID->"4bf5ff77-403e-45f6-908a-\ +c997072c636a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -871,9 +1074,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"89f7045d-6ead-4d07-8853-547113d34f94"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"18e02090-4f8d-4f75-90d8-\ -b44d387cd294"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5a726052-b1fa-4dc9-8eb4-\ +511001152271"], Cell[BoxData[GridBox[{ { @@ -890,7 +1092,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "66d4977a-eaea-44a7-96e1-f8239865a456"]}]}, + "47d157b4-686e-46fe-b72a-b0e28be0f7f5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -898,10 +1100,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "78ee2cfa-2ef7-4942-990e-7743a728b3bb"]}]} + "147ffbe7-375a-471c-a26b-d943e3cb6fdc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"83599114-e395-460d-9bf2-\ -f91ffec09365"], + }]], "MoreAboutSection",ExpressionUUID->"c7a10e36-5afb-413f-8422-\ +74e0d0ef8e3d"], Cell[BoxData[GridBox[{ { @@ -928,8 +1130,25 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b824e59f-a053-49bf-b5b7-9ca636776024"]], "RelatedLinks", + "9c2d2338-c5a6-4a39-933e-18ef989a226b"]], "RelatedLinks", ExpressionUUID->"c7b2975e-5d29-4d0a-99bd-d23cd77d2bed"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "6a389868-d29e-4a37-848a-db8788320590"]], "RelatedLinks", + ExpressionUUID->"2dc973e6-e068-46ee-842f-c4ff5cfb0531"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -945,11 +1164,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7f8159b8-8d09-4970-b846-024471b9533c"]], "RelatedLinks", + "d8f339e2-b4e9-42f8-8457-6aef4f768bf5"]], "RelatedLinks", ExpressionUUID->"5033fcdc-d834-4803-ba3f-00f034eac287"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"325e0972-f780-49be-96ae-\ -7014ada3522e"], + }]], "RelatedLinksSection",ExpressionUUID->"145962d0-e087-4c95-aef0-\ +25599ce53d71"], Cell[CellGroupData[{ @@ -979,11 +1198,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"55b4f017-c2ce-4a26-8ca4-efcc19493c53"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"13221883-c8d2-4f91-8ad7-a9a25545a010"] +Cell[" ", "FooterCell",ExpressionUUID->"22fcba11-7d63-4e47-9cbc-241ad4c3cba4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpPlotImputationSet", TaggingRules->{ @@ -994,19 +1213,21 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 28.673578}", + "built" -> "{2024, 6, 3, 16, 51, 43.175281}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CddGmpPlotImputationSet[game] calculates while using Cddmathlink2gmp via \ -Mathlink all relevant data to plot the imputation set.", "synonyms" -> {}, +Mathlink all relevant data to plot the imputation set. \ +CddGmpPlotImputationSet[game, options] by option set the GNU Multiple \ +Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddGmpPlotImputationSet", "titlemodifier" -> - "", "windowtitle" -> "CddGmpPlotImputationSet", "type" -> "Symbol", "uri" -> - "TUG/ref/CddGmpPlotImputationSet"}}, + "", "metadescription" -> "", "windowtitle" -> "CddGmpPlotImputationSet", + "type" -> "Symbol", "uri" -> "TUG/ref/CddGmpPlotImputationSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1015,9 +1236,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5561c8b1-c568-4c0b-ac10-8a312650c209" +ExpressionUUID->"5a3525e3-e4d6-4833-a439-5419a29c48da" ] (* End of Notebook Content *) @@ -1025,127 +1246,141 @@ ExpressionUUID->"5561c8b1-c568-4c0b-ac10-8a312650c209" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14144, 367, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"03ee41fa-1c29-4178-82a4-64f96339d504", + Cell[16258, 423, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a07a070-4a54-431f-9267-f6495450f6d7", CellTags->"PrimaryExamplesSection", - CellID->861062686]} + CellID->1590113468]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38226, 1026} + {"PrimaryExamplesSection", 46716, 1247} } *) (*NotebookFileOutline Notebook[{ -Cell[595, 21, 7222, 169, 56, "AnchorBarGrid",ExpressionUUID->"6d1789f0-d384-444b-851d-cb2c3b24ee5c", +Cell[595, 21, 7417, 176, 57, "AnchorBarGrid",ExpressionUUID->"f91bd5bb-ab5e-46b8-a967-5106a22d401c", CellID->1], -Cell[7820, 192, 91, 0, 24, "ContextNameCell",ExpressionUUID->"0bee1fff-d82b-4c86-ae38-2e3bd2f5096d"], +Cell[8015, 199, 91, 0, 23, "ContextNameCell",ExpressionUUID->"be7e061c-2609-47f9-9104-1b674fc1d8a5"], Cell[CellGroupData[{ -Cell[7936, 196, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"fc1c9667-fb5e-46f7-9607-8dffd3024953"], -Cell[9236, 233, 531, 11, 111, "Usage",ExpressionUUID->"9ab53c82-3d4e-434c-a2b3-6dc7050e1358", +Cell[8131, 203, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"c48b016c-3f3a-4b75-8ce7-50d9003c335a"], +Cell[9431, 240, 955, 20, 186, "Usage",ExpressionUUID->"9ab53c82-3d4e-434c-a2b3-6dc7050e1358", CellID->2098151422] }, Open ]], Cell[CellGroupData[{ -Cell[9804, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"26f71b90-05c3-4a9d-a780-8f97654a23db", +Cell[10423, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"5499684b-9cad-49d3-8065-89331b7fb2b1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->958590424], -Cell[11701, 298, 515, 12, 57, "Notes",ExpressionUUID->"630fd04e-a359-4583-a946-b10c814d8a05", + CellID->1760112240], +Cell[12321, 314, 515, 12, 57, "Notes",ExpressionUUID->"630fd04e-a359-4583-a946-b10c814d8a05", CellID->1014199156], -Cell[12219, 312, 489, 12, 37, "Notes",ExpressionUUID->"7d7d9642-eed8-4db2-87ff-e22ca2c614a5", +Cell[12839, 328, 489, 12, 38, "Notes",ExpressionUUID->"7d7d9642-eed8-4db2-87ff-e22ca2c614a5", CellID->177724765], -Cell[12711, 326, 198, 4, 36, "Notes",ExpressionUUID->"f7e0d980-dd26-485f-8569-bf2ef3d3b528", +Cell[13331, 342, 198, 4, 36, "Notes",ExpressionUUID->"f7e0d980-dd26-485f-8569-bf2ef3d3b528", CellID->503547463], -Cell[12912, 332, 193, 4, 36, "Notes",ExpressionUUID->"0ccc234e-2a6a-4c05-8203-ea575370e318", +Cell[13532, 348, 193, 4, 36, "Notes",ExpressionUUID->"0ccc234e-2a6a-4c05-8203-ea575370e318", CellID->319254852], -Cell[13108, 338, 362, 6, 57, "Notes",ExpressionUUID->"5c87f0fa-e318-470b-9fb9-92803965e40e", +Cell[13728, 354, 362, 6, 57, "Notes",ExpressionUUID->"5c87f0fa-e318-470b-9fb9-92803965e40e", CellID->794799468], -Cell[13473, 346, 194, 4, 36, "Notes",ExpressionUUID->"d24decfe-11d6-46d4-9a2a-490bfd1b7dbb", +Cell[14093, 362, 194, 4, 36, "Notes",ExpressionUUID->"d24decfe-11d6-46d4-9a2a-490bfd1b7dbb", CellID->1760998711], -Cell[13670, 352, 347, 9, 37, "Notes",ExpressionUUID->"ba10e50a-3ea4-4d29-ad38-8cb712df7320", - CellID->982697986] +Cell[14290, 368, 347, 9, 38, "Notes",ExpressionUUID->"ba10e50a-3ea4-4d29-ad38-8cb712df7320", + CellID->982697986], +Cell[14640, 379, 267, 4, 48, "Notes",ExpressionUUID->"ff15634f-f6cc-416e-8628-ead3cf25f791", + CellID->13178], +Cell[14910, 385, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"e1dfe923-dcf9-43b4-b9bd-20c68f0059fe", + CellID->901767574], +Cell[15589, 402, 542, 15, 38, "Notes",ExpressionUUID->"2a6bcc48-e4c9-4761-ae2f-e4cf14186e68", + CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14144, 367, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"03ee41fa-1c29-4178-82a4-64f96339d504", +Cell[16258, 423, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a07a070-4a54-431f-9267-f6495450f6d7", CellTags->"PrimaryExamplesSection", - CellID->861062686], + CellID->1590113468], Cell[CellGroupData[{ -Cell[15589, 408, 1398, 36, 30, "ExampleSection",ExpressionUUID->"67542204-bf23-4029-b49f-37c86c4b1957", - CellID->519993376], -Cell[16990, 446, 118, 1, 38, "ExampleText",ExpressionUUID->"fa680b74-f066-4868-aaad-8b2332d6d97c", +Cell[17704, 464, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2de9d26b-4cd2-4b21-8be2-63d4bd900c0e", + CellID->1401045918], +Cell[19106, 502, 118, 1, 70, "ExampleText",ExpressionUUID->"fa680b74-f066-4868-aaad-8b2332d6d97c", CellID->442133862], Cell[CellGroupData[{ -Cell[17133, 451, 167, 3, 27, "Input",ExpressionUUID->"798bc52f-7871-4865-8afe-4021429bb1a1", +Cell[19249, 507, 167, 3, 70, "Input",ExpressionUUID->"798bc52f-7871-4865-8afe-4021429bb1a1", CellID->535817455], Cell[CellGroupData[{ -Cell[17325, 458, 236, 4, 23, "Print",ExpressionUUID->"79db791f-5914-4884-8b0c-62bc9c8659c7", - CellID->566265688], -Cell[17564, 464, 366, 8, 23, "Print",ExpressionUUID->"89e8aea4-7814-4971-90cd-84df8820b0c9", - CellID->1201277921], -Cell[17933, 474, 237, 4, 23, "Print",ExpressionUUID->"bc90897d-719b-42df-868c-dfa8e5eef0e7", - CellID->1660932054], -Cell[18173, 480, 220, 3, 23, "Print",ExpressionUUID->"4567fb62-f6c5-4e44-accd-a6448723dfb9", - CellID->647166597], -Cell[18396, 485, 207, 3, 23, "Print",ExpressionUUID->"96461708-bb6f-4471-be39-e983729b14cd", - CellID->680228373], -Cell[18606, 490, 238, 4, 23, "Print",ExpressionUUID->"4c3e8c33-acb2-4f5a-b4c4-d644492fc48f", - CellID->1296480204], -Cell[18847, 496, 220, 3, 70, "Print",ExpressionUUID->"45da96fc-3080-4690-a7bb-2d35858118d2", - CellID->484070362], -Cell[19070, 501, 237, 4, 70, "Print",ExpressionUUID->"0345a99b-aa7e-47e1-8274-01cc638b5be9", - CellID->1092909131], -Cell[19310, 507, 237, 4, 70, "Print",ExpressionUUID->"c7ddff5a-4902-4004-9d38-73c67ef914e5", - CellID->1243620958], -Cell[19550, 513, 207, 3, 70, "Print",ExpressionUUID->"5987f7a3-a4a6-4ba6-9086-041df052016b", - CellID->187188157], -Cell[19760, 518, 237, 4, 70, "Print",ExpressionUUID->"e7656929-4f73-420c-a8b9-9568e2bc98f3", - CellID->1973121182] +Cell[19441, 514, 237, 4, 70, "Print",ExpressionUUID->"026e000b-b595-4fb1-887e-7b73617beee3", + CellID->1128867455], +Cell[19681, 520, 366, 8, 70, "Print",ExpressionUUID->"e78c2a7b-6ad6-4353-a44e-251f312dc26b", + CellID->1560206421], +Cell[20050, 530, 237, 4, 70, "Print",ExpressionUUID->"b33001ef-6fde-4ea7-94f3-9e5e8add0e2d", + CellID->1964728677], +Cell[20290, 536, 220, 3, 70, "Print",ExpressionUUID->"68f16452-cdd3-4014-beb5-4a7f5ca52a1c", + CellID->505360427], +Cell[20513, 541, 208, 3, 70, "Print",ExpressionUUID->"37431c00-6c63-4fd4-838a-7f424394ece0", + CellID->1575012581], +Cell[20724, 546, 237, 4, 70, "Print",ExpressionUUID->"ccb0018c-036c-4b05-b1fe-743a7a85d4cb", + CellID->613488373], +Cell[20964, 552, 221, 3, 70, "Print",ExpressionUUID->"803f4a82-4503-4664-aa12-f853efd19ee6", + CellID->1408585860], +Cell[21188, 557, 236, 4, 70, "Print",ExpressionUUID->"c063f045-a86b-411e-9a14-f6ef25431c1e", + CellID->208974831], +Cell[21427, 563, 237, 4, 70, "Print",ExpressionUUID->"cd072741-7618-41e0-a4b5-45d460c4dc11", + CellID->1688733131], +Cell[21667, 569, 208, 3, 70, "Print",ExpressionUUID->"f78cbc0d-87b3-489e-9e5d-88fe2558ad17", + CellID->1276090449], +Cell[21878, 574, 236, 4, 70, "Print",ExpressionUUID->"5707b554-8b9f-47f5-9552-45741d1e95ce", + CellID->169825948] }, Open ]] }, Open ]], -Cell[20024, 526, 136, 1, 70, "ExampleText",ExpressionUUID->"82d5be0a-991b-48e5-b0a3-1e8c3e431216", +Cell[22141, 582, 136, 1, 70, "ExampleText",ExpressionUUID->"82d5be0a-991b-48e5-b0a3-1e8c3e431216", CellID->604144381], -Cell[20163, 529, 235, 6, 70, "Input",ExpressionUUID->"39677569-b2b9-4f0e-b05b-4869c8a5d70b", +Cell[22280, 585, 235, 6, 70, "Input",ExpressionUUID->"39677569-b2b9-4f0e-b05b-4869c8a5d70b", CellID->1978133423], -Cell[20401, 537, 381, 9, 70, "Input",ExpressionUUID->"7ac452b8-175f-492c-8869-2ae323dc7274", +Cell[22518, 593, 381, 9, 70, "Input",ExpressionUUID->"7ac452b8-175f-492c-8869-2ae323dc7274", CellID->1554581360], -Cell[20785, 548, 238, 6, 70, "Input",ExpressionUUID->"cbd13441-32f0-4a15-b51b-e4cff9df8ebc", +Cell[22902, 604, 238, 6, 70, "Input",ExpressionUUID->"cbd13441-32f0-4a15-b51b-e4cff9df8ebc", CellID->1232171982], -Cell[21026, 556, 190, 4, 70, "ExampleText",ExpressionUUID->"939aa274-6c0f-4fbd-93ab-116c84b540a8", +Cell[23143, 612, 190, 4, 70, "ExampleText",ExpressionUUID->"939aa274-6c0f-4fbd-93ab-116c84b540a8", CellID->384161962], Cell[CellGroupData[{ -Cell[21241, 564, 180, 3, 70, "Input",ExpressionUUID->"f27618f9-8706-47d0-9c62-66cd8a48df99", +Cell[23358, 620, 180, 3, 70, "Input",ExpressionUUID->"f27618f9-8706-47d0-9c62-66cd8a48df99", CellID->133816267], -Cell[21424, 569, 173, 4, 36, "Output",ExpressionUUID->"51db5840-3f45-4cc1-a467-f1f6a332ab75", - CellID->997850971] +Cell[23541, 625, 223, 5, 36, "Output",ExpressionUUID->"c617518d-3496-4afe-9183-dde3bb1cb72a", + CellID->1393598264] }, Open ]], -Cell[21612, 576, 219, 4, 70, "ExampleText",ExpressionUUID->"ee61ea27-c4a4-4e56-8c87-fe64a077e07a", +Cell[23779, 633, 219, 4, 70, "ExampleText",ExpressionUUID->"ee61ea27-c4a4-4e56-8c87-fe64a077e07a", CellID->2094717241], Cell[CellGroupData[{ -Cell[21856, 584, 390, 9, 70, "Input",ExpressionUUID->"f01ac8c7-2289-40cd-bb78-bbd5dc55fa51", +Cell[24023, 641, 390, 9, 70, "Input",ExpressionUUID->"f01ac8c7-2289-40cd-bb78-bbd5dc55fa51", CellID->516373433], -Cell[22249, 595, 3804, 100, 121, "Output",ExpressionUUID->"59fa5130-5b5d-482a-90b6-4b8e5f7546a7", - CellID->1615910829] +Cell[24416, 652, 3804, 100, 118, "Output",ExpressionUUID->"b18ec7f3-8191-4d41-9c7c-4091ac0aa26e", + CellID->1249174435] +}, Open ]], +Cell[28235, 755, 551, 8, 70, "ExampleText",ExpressionUUID->"05299464-b47a-4fe5-a094-9a5729fee645", + CellID->711907895], +Cell[28789, 765, 189, 4, 70, "ExampleText",ExpressionUUID->"8cba591e-6134-441d-9718-1bf9c078bed3", + CellID->1467176932], +Cell[CellGroupData[{ +Cell[29003, 773, 462, 11, 70, "Input",ExpressionUUID->"23c54e5d-e47d-4ed9-ac56-616ca5296756", + CellID->1462475121], +Cell[29468, 786, 3811, 100, 118, "Output",ExpressionUUID->"6faa854c-7177-489a-aa09-73da073f5730", + CellID->232017637] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33521, 895, 6086, 162, 70, "SeeAlsoSection",ExpressionUUID->"4bf5ff77-403e-45f6-908a-c997072c636a"], +Cell[39610, 1059, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5a726052-b1fa-4dc9-8eb4-511001152271"], +Cell[40283, 1079, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c7a10e36-5afb-413f-8422-74e0d0ef8e3d"], +Cell[41319, 1107, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"145962d0-e087-4c95-aef0-25599ce53d71"], Cell[CellGroupData[{ -Cell[26317, 706, 5563, 148, 70, "SeeAlsoSection",ExpressionUUID->"baaf9669-5cbf-4c56-a57c-d8ef086af088"], -Cell[31883, 856, 670, 18, 70, "TechNotesSection",ExpressionUUID->"18e02090-4f8d-4f75-90d8-b44d387cd294"] -}, Open ]], -Cell[32568, 877, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"83599114-e395-460d-9bf2-f91ffec09365"], -Cell[33604, 905, 1582, 46, 70, "RelatedLinksSection",ExpressionUUID->"325e0972-f780-49be-96ae-7014ada3522e"], -Cell[CellGroupData[{ -Cell[35211, 955, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5b07a5b9-08d4-4d34-a3de-e0f9519c3de9", +Cell[43563, 1174, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5b07a5b9-08d4-4d34-a3de-e0f9519c3de9", CellID->117551421], -Cell[35351, 958, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5d5b10f-227e-4c77-bdfe-142749419229", +Cell[43703, 1177, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5d5b10f-227e-4c77-bdfe-142749419229", CellID->1194386356], -Cell[35573, 964, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92597f1a-565d-47ce-9c28-7d5cb1987f1a", +Cell[43925, 1183, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92597f1a-565d-47ce-9c28-7d5cb1987f1a", CellID->1641706272], -Cell[35788, 969, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9240dbe4-c615-415f-bcac-3faa1c3dc505", +Cell[44140, 1188, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9240dbe4-c615-415f-bcac-3faa1c3dc505", CellID->399251956], -Cell[36017, 975, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"55b4f017-c2ce-4a26-8ca4-efcc19493c53", +Cell[44369, 1194, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"55b4f017-c2ce-4a26-8ca4-efcc19493c53", CellID->821434655] }, Open ]], -Cell[36254, 981, 78, 0, 70, "FooterCell",ExpressionUUID->"13221883-c8d2-4f91-8ad7-a9a25545a010"] +Cell[44606, 1200, 78, 0, 70, "FooterCell",ExpressionUUID->"22fcba11-7d63-4e47-9cbc-241ad4c3cba4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpPlotLowerSet.nb b/Documentation/English/ReferencePages/Symbols/CddGmpPlotLowerSet.nb index 74e7148..4111108 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpPlotLowerSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpPlotLowerSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43944, 1132] -NotebookOptionsPosition[ 35662, 970] -NotebookOutlinePosition[ 37807, 1024] -CellTagsIndexPosition[ 37721, 1019] +NotebookDataLength[ 52611, 1356] +NotebookOptionsPosition[ 43248, 1176] +NotebookOutlinePosition[ 45525, 1232] +CellTagsIndexPosition[ 45439, 1227] WindowTitle->CddGmpPlotLowerSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "779271b1-3e76-4935-8f98-1fbedf540399"], + "6ee2f945-ce83-4c6e-97e4-36e50fa6691a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f9590d02-c145-44a5-83f0-11172b6db85f"], + "836c5822-76a0-4d47-8518-0687b0dd17dc"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,37 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fb84b5df-ff6a-4ddc-a609-0356298caec4"] - }],ExpressionUUID->"cc0e7585-405d-466b-94b8-7e20cb1b9cd3"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "2236d868-9c98-451c-a662-c44a3e76e369"] + }],ExpressionUUID->"13cd14ee-4039-4f5f-b275-9cf391140101"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotWeberSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotWeberSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ecbd67f0-91c4-4f80-9d60-f43a04c4063b"], + "7f02a18f-c3e5-4eae-a4e4-8f6894de0fca"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +97,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ed860267-c0e9-446b-a131-14af5819db23"] - }],ExpressionUUID->"31a2d25c-1cbb-4e57-b88b-88611b3ed9f0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fd64da17-68de-4eea-96bb-72c0f52d3d15"] + }],ExpressionUUID->"ea0d020c-fde3-421a-a8ab-17d1d86f298d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e8e099d6-1708-4c9f-aa0e-5218d27da187"], + "3f1bb286-96a5-48c3-af8e-21f74700e6d8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +125,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d0afd3f6-4c3a-43b8-8bca-416f38b279c7"] - }],ExpressionUUID->"0071af20-c064-4a1a-b108-dbad49345dbc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a560336e-bf09-4dfe-b36b-29a156188c79"] + }],ExpressionUUID->"3b2ae104-d1a9-4172-8d82-374bb41bae48"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ba8a3516-c351-4b37-b050-10724b30f8ea"], + "72c08753-4475-44eb-9a0e-f3b78dc32ce7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +151,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e65563fa-bc61-4395-85c6-b3d3e6e39087"] - }],ExpressionUUID->"9abfe5a0-0596-4ae5-8e14-d8f9ad9db09f"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpPlotLowerSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpPlotLowerSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "efd666e3-9cc5-4457-8ecc-88afab1cd5a4"] + }],ExpressionUUID->"12796d36-840e-4212-b69e-107aeaf3bbb6"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpPlotLowerSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpPlotLowerSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpPlotLowerSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$45094], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpPlotLowerSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$46801], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpPlotLowerSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8a9a04e2-8b08-4680-907c-f3f25de86e5d"] + "92f4ecba-2e14-455f-953c-f919eb819900"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7dec43fa-cf38-4bb9-8de7-be8cec39657b"]} + "fcd4673f-a29d-493b-8911-ab8f0277740d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"67448661-1679-4ac0-a5f4-c039582255c9"], + CellID->1,ExpressionUUID->"df351d73-9608-44f7-b94f-090d1ec15033"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"8ca51be4-365c-4137-b1d8-54fb1b808eb3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2c3c5b4b-3146-4d8d-9db3-923f2d9a81fc"], Cell[CellGroupData[{ @@ -198,14 +205,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpPlotLowerSet", "ObjectName",ExpressionUUID-> - "e5b2035d-a8a1-4c29-96e1-24d1f1117fb3"], + "e87b6496-bc35-443c-a2dc-51b52decae31"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a79a59fd-0094-4b02-b5c3-8f26f2a71c77"], + "Spacer1"]],ExpressionUUID->"d8ab2c89-2b65-402b-84b2-e475c9b481af"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d6e72009-74bb-456b-b6f9-fb3df2b66f90"] - }],ExpressionUUID->"e498a62a-2cf4-462b-8054-bd6a8f8cd4ad"], Cell[BoxData[ + "17375974-91b3-411d-914a-0ac2d3e58b6e"] + }],ExpressionUUID->"04dc4e2b-2f1c-411f-a25e-98556e327db8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +234,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3584c095-5738-4aba-a1bc-ec403996b1fc"]} + "d1944090-5d93-404b-9043-311538701931"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"31a98791-b9c7-4c64-9662-ad433421189a"], + CacheGraphics->False,ExpressionUUID->"e444afa8-1382-46fc-9e59-2b8550df1d71"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +246,16 @@ Cell[BoxData[GridBox[{ "6675c50d-2c79-4a3f-9a88-50e932b056a7"], " \[LineSeparator]computes while using Cddmathlink2gmp via Mathlink all \ relevant data to plot the lower set of a game." - }],ExpressionUUID->"436bf1aa-821d-4b58-ad67-cba94502fffe"]} + }],ExpressionUUID->"5419de62-7579-478f-8164-6c0f36eff186"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CddGmpPlotLowerSet", "[", + RowBox[{"game", ",", "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "e0660529-a349-41e1-92e3-70d2cda29542"], + " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ +Library can be disabled." + }],ExpressionUUID->"40f75a6e-3308-48b1-af2e-f99ae3ebf76f"]} }]], "Usage", CellID->72764924,ExpressionUUID->"4db5c71d-f2e7-463d-a12d-d6df102e8695"] }, Open ]], @@ -272,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f92da6d6-9d90-4117-b0dc-533565866efc"], + ExpressionUUID->"9f14e82a-670f-4296-b005-ab52c5277fdc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a423ecac-5adb-4256-aec1-a110d130c409"], + "Spacer1"]],ExpressionUUID->"e11d40f3-ef31-42d4-baa6-4078bb3cee8d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6dce6445-301f-4158-84e2-bba44be023b3"], + }], "NotesFrameText",ExpressionUUID->"d146afee-624b-49db-8a52-cf15bda19281"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7a536e2e-7f46-4c86-9068-50f04eaa0561"]], \ + "Preemptive"]],ExpressionUUID->"54e4a531-635f-48a2-8d96-203ddbec748f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1686713216,ExpressionUUID->"69d606f3-b17e-4cfe-8ef1-6f59bed7d809"], + CellID->910397525,ExpressionUUID->"c4511102-2af1-44cf-b5b7-9252d347b55f"], Cell[TextData[{ "The input expression ", @@ -358,7 +374,47 @@ Cell[TextData[{ "cf681841-a8e7-457f-aea1-10014c544ca4"], " library of K. Fukuda. " }], "Notes", - CellID->706223698,ExpressionUUID->"74ad3ee0-ebcc-4829-985d-f7e60be28363"] + CellID->706223698,ExpressionUUID->"74ad3ee0-ebcc-4829-985d-f7e60be28363"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->13178,ExpressionUUID->"5eb4fa83-56f0-4ef4-9d6d-e3a877d52686"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "8efb1c3c-0e12-4bfd-ad66-04685e80228d"], + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to apply GMP rational exact arithmetic. ", "TableText", + ExpressionUUID->"292058c1-c307-48c8-b0e2-a16af9aea04d"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->620070319,ExpressionUUID->"a09c81d8-5ff3-4ce8-9670-36c65b06b063"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "e7625b2b-9e6a-45fb-9e03-12a4afa7e84f"], + " does not supports rational exact arithmetic with GMP. It is using \ +Cddmathlink2 instead. " +}], "Notes", + CellID->336623538,ExpressionUUID->"21af9809-0dd9-443b-8662-69a0e540d29d"] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], @@ -389,19 +445,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0b594b46-fe06-40a5-9a8b-55378df45d70"], + ExpressionUUID->"10dfb962-6304-418c-ac04-e1c096ca3c3b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14844241-b103-4986-8205-9e65ec11bffe"], + "Spacer1"]],ExpressionUUID->"a062ebbe-40aa-4e7c-a42d-8bb4be771516"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d0c04987-b1d6-42a2-a613-eaad64ab6f53"] + "ad94fd55-d284-4e2a-943e-fabf41cd5977"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1417679963,ExpressionUUID->"863fa5a2-4f63-4400-83b5-d17eebd05b38"], + CellID->721647402,ExpressionUUID->"ec779467-27a5-482a-bf15-f2606be1abf9"], Cell[CellGroupData[{ @@ -430,18 +486,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7c37287e-32a1-4962-a434-80e31fdca459"], + ExpressionUUID->"ea60c162-8723-4ecd-b268-72dc6839e086"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c2140726-5f22-419a-8f78-9b2bc1a735bf"], + "Spacer1"]],ExpressionUUID->"b92b5551-2368-4c82-b325-5e6afecd73b3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6f52250c-42e8-4ed1-a0db-f2d0ae9dd2e5"] + "91f6e1b9-b55d-40df-899c-1a6d1ef5c82f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->302373232,ExpressionUUID->"f85b7f31-42f1-4cf7-ae43-248afdc53edb"], + CellID->603361545,ExpressionUUID->"fe8f8f3e-acb8-4f87-8676-62de6f2c0095"], Cell["Loading the package:", "ExampleText", CellID->1311792431,ExpressionUUID->"ea845c3f-26f3-4055-b5b7-2676bc8e8ef8"], @@ -459,7 +515,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->820125666,ExpressionUUID->"a8465aed-03a4-40fb-b089-5417004485f4"], + CellID->990143041,ExpressionUUID->"f6ada07e-6322-437e-9eef-b866ff63ad2a"], Cell[BoxData[ InterpretationBox[ @@ -469,57 +525,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->750475212,ExpressionUUID->"f66d9f12-a923-4351-83b4-3b0541f9120f"], + CellID->1097585464,ExpressionUUID->"7edd4e04-d3c5-4f4e-9764-d2e037a32e38"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1405013877,ExpressionUUID->"90093d21-76c2-4932-87d6-05bc36b45455"], + CellID->1039286249,ExpressionUUID->"6776a856-c506-4db3-89ba-df5149e6426b"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->884032366,ExpressionUUID->"7cb84b77-1f4f-4881-8169-85e48e597782"], + CellID->1296974289,ExpressionUUID->"f5a0c4f6-cd13-43fa-9a51-613d4ebc16b1"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1685365124,ExpressionUUID->"6a03b32c-8f4b-49a5-89c5-853c2573a7a7"], + CellID->1788662209,ExpressionUUID->"9f5a94ee-35db-48c9-93d7-91d7a6a8828d"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1732450240,ExpressionUUID->"8fdf305e-4d61-45a9-9516-83cff4ee494b"], + CellID->1264146364,ExpressionUUID->"075764ef-ab3e-40d8-963b-388d6592c497"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->2071296456,ExpressionUUID->"37d99f51-c5f2-4780-a2ba-ac853f13d093"], + CellID->456032704,ExpressionUUID->"6f94d5bd-bec0-4740-9d2b-ea92a41e0efa"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->62776682,ExpressionUUID->"ec237250-1171-4e83-a864-4e93be0c03ff"], + CellID->624478685,ExpressionUUID->"216abd1d-3056-4126-8834-ee5d71b59403"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1512376560,ExpressionUUID->"a330ccad-3cbd-4d3b-9959-722b4d27bad0"], + CellID->936497104,ExpressionUUID->"a9f23a93-f159-4828-bf47-6ddc7c5c9edf"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1605297383,ExpressionUUID->"f48f07ae-5878-4316-85a8-9ddf15fd9028"], + CellID->169546088,ExpressionUUID->"0c909df8-8baf-44a4-bbf8-015b028270f8"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14009`", CellLabel->"During evaluation of In[1]:=", - CellID->1601076650,ExpressionUUID->"79eb373f-66ba-4b0f-a765-410548cb759c"] + CellID->506536054,ExpressionUUID->"7c6213f0-ee9c-4f9f-8b8a-512846a07f0d"] }, Open ]] }, Open ]], @@ -567,10 +623,11 @@ Cell[BoxData[ CellID->434546792,ExpressionUUID->"59d4be0a-8559-4a35-9d6d-72bc2151e3c4"], Cell[BoxData[ - RowBox[{"{", "}"}]], "Output", + RowBox[{"{", + RowBox[{"RationalExact", "\[Rule]", "True"}], "}"}]], "Output", CellContext->"Cell$$14009`", CellLabel->"Out[5]=", - CellID->196824713,ExpressionUUID->"3fd31b6a-2fb9-4c69-8795-57a783af73af"] + CellID->2017173134,ExpressionUUID->"b3d11435-8c96-4757-91d1-fffe9e5c9bd3"] }, Open ]], Cell["\<\ @@ -594,8 +651,8 @@ Cell[BoxData[ Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", CellContext->"Cell$$14009`", - CellLabel->"During evaluation of In[6]:=", - CellID->859816837,ExpressionUUID->"bf71cccb-4a48-4069-85d0-dd26e5abcdf3"], + CellLabel->"During evaluation of In[5]:=", + CellID->758676251,ExpressionUUID->"92848a84-4dc5-445c-ba85-e00b3249df1c"], Cell[BoxData[ RowBox[{"{", @@ -680,7 +737,128 @@ Cell[BoxData[ "}"}]}], "}"}]], "Output", CellContext->"Cell$$14009`", CellLabel->"Out[6]=", - CellID->955259051,ExpressionUUID->"bc9dab1e-2cca-4fa7-9649-2df9ea7345ca"] + CellID->317045977,ExpressionUUID->"75dfdfb2-e27a-4db6-89ac-089331c755ef"] +}, Open ]], + +Cell["\<\ +This returns no graphic, it only returns the necessary data to plot the core. +Notice that vertlist is the set of extreme points of the lower set \ +(VRepresentation), and ecdlist, eadlist are the incidence list, the \ +adjacency list (of extreme points and rays), and icdlist, iadlist are the \ +incidence list, the adjacency list (of inequalities). Finally, extmat \ +contains the information of the inequality system as an augmented matrix. \ +\>", "ExampleText", + CellID->711907895,ExpressionUUID->"b13e89f6-ff5d-4f79-a091-61e74a976fff"], + +Cell["\<\ +To uses floating point arithmetic, we need to turn off the option \ +RationalExact.\ +\>", "ExampleText", + CellID->1467176932,ExpressionUUID->"cc520bdc-1af7-4800-8e46-6e54eec9cf72"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", + RowBox[{"CddGmpPlotLowerSet", "[", + RowBox[{"ExpGame", ",", + RowBox[{"RationalExact", "\[Rule]", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->1462475121,ExpressionUUID->"b3496d24-096d-4871-a1ce-8801a444ef3a"], + +Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", + CellLabel->"During evaluation of In[6]:=", + CellID->1610095591,ExpressionUUID->"5348c566-e538-4533-ac9e-4354f3658212"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"{", + RowBox[{"42.`", ",", "27.`", ",", "17.`", ",", "27.`"}], "}"}], "}"}], + ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "42"}], ",", "1", ",", "0", ",", "0", ",", "0"}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "27"}], ",", "0", ",", "1", ",", "0", ",", "0"}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "17"}], ",", "0", ",", "0", ",", "1", ",", "0"}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "27"}], ",", "0", ",", "0", ",", "0", ",", "1"}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "90"}], ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], + "}"}]}], "}"}]], "Output", + CellLabel->"Out[7]=", + CellID->1034702109,ExpressionUUID->"862b759f-a925-46a2-bd17-1c2d569d58ce"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -689,8 +867,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -709,7 +885,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "4086b2d5-be62-4f29-9d98-e8b4dc377132"], + "bed051da-98e2-41c2-9335-da8704a1624f"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -723,7 +899,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "6e0ff8c2-d3cb-464d-8f9c-902a91c98349"], + "dbd65132-dd8a-4729-b44b-dc15f257ec01"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -737,7 +913,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "ed87f455-752d-4694-b081-8413aa9c7e97"], + "85446785-bed8-466c-9f3b-4d2e0a8ee889"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotWeberSet"]], + "paclet:TUG/ref/CddGmpPlotWeberSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "071b5bd2-43e8-46f7-b679-52e91a41ec85"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -751,7 +941,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "2aef3bd1-fb5c-4952-b10d-77fda1196b25"], + "eab481dc-4126-4911-924d-7779d500803c"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -765,7 +955,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "18756e28-d5f6-49a2-81b6-28fecdfd7efd"], + "1d4c4cae-a705-4e33-bc4c-5ffbefd03359"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -779,7 +969,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "bd93deee-73c2-4686-ba08-d7e6d137d1b2"], + "73f3b3a8-f295-4cad-afe5-7d45f04091c9"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -793,7 +983,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "0e3468a4-8bd3-41d3-aec2-549f501a0611"], + "f2364d92-3c9a-4d82-b42f-2fc18077edad"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -807,7 +997,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "fcdf5cbc-1a12-401b-8a4c-5420149be398"], + "75fdaefd-4c53-456f-a0c8-549983e35ec3"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -821,7 +1011,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "f8b36c55-ef53-44e3-bdff-db6c92878561"], + "32802be1-aa22-4716-92d4-26ab210d7be4"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -835,18 +1025,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "799a12e5-c6cb-4369-af2c-fc1996137ee1"] + "46c5990f-1f9c-411c-923a-f0215c2a62ab"] }], "SeeAlso",ExpressionUUID->"7a2012d3-26fb-409d-a395-94146ab054cb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"324f633d-d792-4972-9ef6-\ -ca47b9ada954"], + }]], "SeeAlsoSection",ExpressionUUID->"aae8c79a-4631-4f50-88c5-\ +2df22c46f1c4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +1048,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3d404ad7-107e-4fa2-978e-a018a6692cf9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8721494c-3a4a-415e-bada-\ -7b3bf578830a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f59b8209-d61c-4ce3-b870-\ +f4adcbd46fd7"], Cell[BoxData[GridBox[{ { @@ -877,7 +1066,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "486cce04-d3da-4aee-973d-b3167d4965a6"]}]}, + "7c26a8b8-0b0c-4f3f-b3fd-407de5c986a7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +1074,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5cf4f531-38aa-4ccc-80e0-b25430f980fd"]}]} + "19e1b8be-0313-4586-9523-92727d5b1ebe"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a5c5629c-5e53-47cd-8592-\ -74b71141292e"], + }]], "MoreAboutSection",ExpressionUUID->"8ed64b14-152f-4862-9d50-\ +01faeb21bf79"], Cell[BoxData[GridBox[{ { @@ -915,8 +1104,25 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "86871800-83eb-412b-834d-798e8ee7ab92"]], "RelatedLinks", + "2c91574b-c68a-4448-bb0d-214e64a9276a"]], "RelatedLinks", ExpressionUUID->"37ea03c2-83fc-40d3-a271-4f6affce672e"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "573b27c4-896c-4be4-968b-9a2b9889529d"]], "RelatedLinks", + ExpressionUUID->"9a7f12be-4679-4a65-a6db-c81999ff4fe8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -932,11 +1138,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "67c26784-4ab9-40a1-8ff9-f2fc5a8d9865"]], "RelatedLinks", + "4f0621d1-f6df-4ceb-8867-c1960d7f6d6e"]], "RelatedLinks", ExpressionUUID->"d3d3fb0b-cd85-4dc9-b8b5-b5acbeb4595d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"dd71cbe1-c53d-49e2-be05-\ -aa48b42d8057"], + }]], "RelatedLinksSection",ExpressionUUID->"23e83d81-d525-4a98-8f09-\ +5999ed8aaaa7"], Cell[CellGroupData[{ @@ -966,11 +1172,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ffe6f653-074f-4c95-968c-4e4c6390d473"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2985fcba-39ff-4afe-934b-8eba707395a9"] +Cell[" ", "FooterCell",ExpressionUUID->"434dfd63-0999-4dba-9276-f543c5fb6f9f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpPlotLowerSet", TaggingRules->{ @@ -981,18 +1187,20 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 30.240138}", + "built" -> "{2024, 6, 3, 16, 51, 43.965738}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CddGmpPlotLowerSet[game] computes while using Cddmathlink2gmp via \ -Mathlink all relevant data to plot the lower set of a game.", - "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddGmpPlotLowerSet", - "titlemodifier" -> "", "windowtitle" -> "CddGmpPlotLowerSet", "type" -> - "Symbol", "uri" -> "TUG/ref/CddGmpPlotLowerSet"}}, +Mathlink all relevant data to plot the lower set of a game. \ +CddGmpPlotLowerSet[game, options] by option set the GNU Multiple Precision \ +Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, + "title" -> "CddGmpPlotLowerSet", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "CddGmpPlotLowerSet", "type" -> "Symbol", "uri" -> + "TUG/ref/CddGmpPlotLowerSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1001,9 +1209,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cdbf9110-b173-4835-992b-db9d2cd97da7" +ExpressionUUID->"e02a61ca-9912-4871-a4d9-90e1125873ca" ] (* End of Notebook Content *) @@ -1011,129 +1219,145 @@ ExpressionUUID->"cdbf9110-b173-4835-992b-db9d2cd97da7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14141, 366, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"863fa5a2-4f63-4400-83b5-d17eebd05b38", + Cell[16248, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ec779467-27a5-482a-bf15-f2606be1abf9", CellTags->"PrimaryExamplesSection", - CellID->1417679963]} + CellID->721647402]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37520, 1012} + {"PrimaryExamplesSection", 45239, 1220} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7212, 169, 56, "AnchorBarGrid",ExpressionUUID->"67448661-1679-4ac0-a5f4-c039582255c9", +Cell[590, 21, 7407, 176, 57, "AnchorBarGrid",ExpressionUUID->"df351d73-9608-44f7-b94f-090d1ec15033", CellID->1], -Cell[7805, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"8ca51be4-365c-4137-b1d8-54fb1b808eb3"], +Cell[8000, 199, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2c3c5b4b-3146-4d8d-9db3-923f2d9a81fc"], Cell[CellGroupData[{ -Cell[7916, 196, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"31a98791-b9c7-4c64-9662-ad433421189a"], -Cell[9211, 233, 520, 10, 111, "Usage",ExpressionUUID->"4db5c71d-f2e7-463d-a12d-d6df102e8695", +Cell[8111, 203, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"e444afa8-1382-46fc-9e59-2b8550df1d71"], +Cell[9406, 240, 939, 19, 186, "Usage",ExpressionUUID->"4db5c71d-f2e7-463d-a12d-d6df102e8695", CellID->72764924] }, Open ]], Cell[CellGroupData[{ -Cell[9768, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"69d606f3-b17e-4cfe-8ef1-6f59bed7d809", +Cell[10382, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"c4511102-2af1-44cf-b5b7-9252d347b55f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1686713216], -Cell[11666, 297, 515, 12, 57, "Notes",ExpressionUUID->"81d24bc6-76c2-404b-9d3f-35ddbed9569a", + CellID->910397525], +Cell[12279, 313, 515, 12, 57, "Notes",ExpressionUUID->"81d24bc6-76c2-404b-9d3f-35ddbed9569a", CellID->1014199156], -Cell[12184, 311, 489, 12, 37, "Notes",ExpressionUUID->"b0e828da-d1f8-494d-82ff-d8577de0d467", +Cell[12797, 327, 489, 12, 38, "Notes",ExpressionUUID->"b0e828da-d1f8-494d-82ff-d8577de0d467", CellID->177724765], -Cell[12676, 325, 218, 4, 36, "Notes",ExpressionUUID->"6e1a9e70-a16a-400a-a970-631505b5b69a", +Cell[13289, 341, 218, 4, 36, "Notes",ExpressionUUID->"6e1a9e70-a16a-400a-a970-631505b5b69a", CellID->1433987741], -Cell[12897, 331, 189, 4, 36, "Notes",ExpressionUUID->"49b27c41-8668-4de9-9c49-abd7db11b6c4", +Cell[13510, 347, 189, 4, 36, "Notes",ExpressionUUID->"49b27c41-8668-4de9-9c49-abd7db11b6c4", CellID->1770842536], -Cell[13089, 337, 357, 6, 57, "Notes",ExpressionUUID->"20f71f71-6d59-4690-940e-ffb6c682b5bf", +Cell[13702, 353, 357, 6, 57, "Notes",ExpressionUUID->"20f71f71-6d59-4690-940e-ffb6c682b5bf", CellID->543467885], -Cell[13449, 345, 215, 4, 36, "Notes",ExpressionUUID->"138fd342-6db8-4d2f-8d3a-e559a0108335", +Cell[14062, 361, 215, 4, 36, "Notes",ExpressionUUID->"138fd342-6db8-4d2f-8d3a-e559a0108335", CellID->1760998711], -Cell[13667, 351, 347, 9, 37, "Notes",ExpressionUUID->"74ad3ee0-ebcc-4829-985d-f7e60be28363", - CellID->706223698] +Cell[14280, 367, 347, 9, 38, "Notes",ExpressionUUID->"74ad3ee0-ebcc-4829-985d-f7e60be28363", + CellID->706223698], +Cell[14630, 378, 267, 4, 48, "Notes",ExpressionUUID->"5eb4fa83-56f0-4ef4-9d6d-e3a877d52686", + CellID->13178], +Cell[14900, 384, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"a09c81d8-5ff3-4ce8-9670-36c65b06b063", + CellID->620070319], +Cell[15579, 401, 542, 15, 38, "Notes",ExpressionUUID->"21af9809-0dd9-443b-8662-69a0e540d29d", + CellID->336623538] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14141, 366, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"863fa5a2-4f63-4400-83b5-d17eebd05b38", +Cell[16248, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ec779467-27a5-482a-bf15-f2606be1abf9", CellTags->"PrimaryExamplesSection", - CellID->1417679963], + CellID->721647402], Cell[CellGroupData[{ -Cell[15587, 407, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f85b7f31-42f1-4cf7-ae43-248afdc53edb", - CellID->302373232], -Cell[16988, 445, 119, 1, 38, "ExampleText",ExpressionUUID->"ea845c3f-26f3-4055-b5b7-2676bc8e8ef8", +Cell[17693, 463, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fe8f8f3e-acb8-4f87-8676-62de6f2c0095", + CellID->603361545], +Cell[19094, 501, 119, 1, 70, "ExampleText",ExpressionUUID->"ea845c3f-26f3-4055-b5b7-2676bc8e8ef8", CellID->1311792431], Cell[CellGroupData[{ -Cell[17132, 450, 168, 3, 27, "Input",ExpressionUUID->"3897cc96-1fb5-4d64-831b-1543069af49d", +Cell[19238, 506, 168, 3, 70, "Input",ExpressionUUID->"3897cc96-1fb5-4d64-831b-1543069af49d", CellID->1567859594], Cell[CellGroupData[{ -Cell[17325, 457, 236, 4, 23, "Print",ExpressionUUID->"a8465aed-03a4-40fb-b089-5417004485f4", - CellID->820125666], -Cell[17564, 463, 365, 8, 23, "Print",ExpressionUUID->"f66d9f12-a923-4351-83b4-3b0541f9120f", - CellID->750475212], -Cell[17932, 473, 237, 4, 23, "Print",ExpressionUUID->"90093d21-76c2-4932-87d6-05bc36b45455", - CellID->1405013877], -Cell[18172, 479, 220, 3, 23, "Print",ExpressionUUID->"7cb84b77-1f4f-4881-8169-85e48e597782", - CellID->884032366], -Cell[18395, 484, 208, 3, 23, "Print",ExpressionUUID->"6a03b32c-8f4b-49a5-89c5-853c2573a7a7", - CellID->1685365124], -Cell[18606, 489, 238, 4, 23, "Print",ExpressionUUID->"8fdf305e-4d61-45a9-9516-83cff4ee494b", - CellID->1732450240], -Cell[18847, 495, 221, 3, 70, "Print",ExpressionUUID->"37d99f51-c5f2-4780-a2ba-ac853f13d093", - CellID->2071296456], -Cell[19071, 500, 235, 4, 70, "Print",ExpressionUUID->"ec237250-1171-4e83-a864-4e93be0c03ff", - CellID->62776682], -Cell[19309, 506, 237, 4, 70, "Print",ExpressionUUID->"a330ccad-3cbd-4d3b-9959-722b4d27bad0", - CellID->1512376560], -Cell[19549, 512, 208, 3, 70, "Print",ExpressionUUID->"f48f07ae-5878-4316-85a8-9ddf15fd9028", - CellID->1605297383], -Cell[19760, 517, 237, 4, 70, "Print",ExpressionUUID->"79eb373f-66ba-4b0f-a765-410548cb759c", - CellID->1601076650] +Cell[19431, 513, 236, 4, 70, "Print",ExpressionUUID->"f6ada07e-6322-437e-9eef-b866ff63ad2a", + CellID->990143041], +Cell[19670, 519, 366, 8, 70, "Print",ExpressionUUID->"7edd4e04-d3c5-4f4e-9764-d2e037a32e38", + CellID->1097585464], +Cell[20039, 529, 237, 4, 70, "Print",ExpressionUUID->"6776a856-c506-4db3-89ba-df5149e6426b", + CellID->1039286249], +Cell[20279, 535, 221, 3, 70, "Print",ExpressionUUID->"f5a0c4f6-cd13-43fa-9a51-613d4ebc16b1", + CellID->1296974289], +Cell[20503, 540, 208, 3, 70, "Print",ExpressionUUID->"9f5a94ee-35db-48c9-93d7-91d7a6a8828d", + CellID->1788662209], +Cell[20714, 545, 238, 4, 70, "Print",ExpressionUUID->"075764ef-ab3e-40d8-963b-388d6592c497", + CellID->1264146364], +Cell[20955, 551, 220, 3, 70, "Print",ExpressionUUID->"6f94d5bd-bec0-4740-9d2b-ea92a41e0efa", + CellID->456032704], +Cell[21178, 556, 236, 4, 70, "Print",ExpressionUUID->"216abd1d-3056-4126-8834-ee5d71b59403", + CellID->624478685], +Cell[21417, 562, 236, 4, 70, "Print",ExpressionUUID->"a9f23a93-f159-4828-bf47-6ddc7c5c9edf", + CellID->936497104], +Cell[21656, 568, 207, 3, 70, "Print",ExpressionUUID->"0c909df8-8baf-44a4-bbf8-015b028270f8", + CellID->169546088], +Cell[21866, 573, 236, 4, 70, "Print",ExpressionUUID->"7c6213f0-ee9c-4f9f-8b8a-512846a07f0d", + CellID->506536054] }, Open ]] }, Open ]], -Cell[20024, 525, 137, 1, 70, "ExampleText",ExpressionUUID->"6aaf3880-7743-4f16-a4e7-4b185c0d7dca", +Cell[22129, 581, 137, 1, 70, "ExampleText",ExpressionUUID->"6aaf3880-7743-4f16-a4e7-4b185c0d7dca", CellID->2141876591], -Cell[20164, 528, 234, 6, 70, "Input",ExpressionUUID->"55d9799d-79c6-48ed-a4a8-a275a411d29e", +Cell[22269, 584, 234, 6, 70, "Input",ExpressionUUID->"55d9799d-79c6-48ed-a4a8-a275a411d29e", CellID->598296524], -Cell[20401, 536, 381, 9, 70, "Input",ExpressionUUID->"8912691e-60c0-4e76-bffb-4a9232082d89", +Cell[22506, 592, 381, 9, 70, "Input",ExpressionUUID->"8912691e-60c0-4e76-bffb-4a9232082d89", CellID->2038562555], -Cell[20785, 547, 238, 6, 70, "Input",ExpressionUUID->"acc663ae-c9bc-44a0-86c2-0767a401334d", +Cell[22890, 603, 238, 6, 70, "Input",ExpressionUUID->"acc663ae-c9bc-44a0-86c2-0767a401334d", CellID->1765235479], -Cell[21026, 555, 191, 4, 70, "ExampleText",ExpressionUUID->"a8965f8e-2f43-43ca-aeba-73f70c9c5692", +Cell[23131, 611, 191, 4, 70, "ExampleText",ExpressionUUID->"a8965f8e-2f43-43ca-aeba-73f70c9c5692", CellID->1762065687], Cell[CellGroupData[{ -Cell[21242, 563, 175, 3, 70, "Input",ExpressionUUID->"59d4be0a-8559-4a35-9d6d-72bc2151e3c4", +Cell[23347, 619, 175, 3, 70, "Input",ExpressionUUID->"59d4be0a-8559-4a35-9d6d-72bc2151e3c4", CellID->434546792], -Cell[21420, 568, 173, 4, 36, "Output",ExpressionUUID->"3fd31b6a-2fb9-4c69-8795-57a783af73af", - CellID->196824713] +Cell[23525, 624, 223, 5, 36, "Output",ExpressionUUID->"b3d11435-8c96-4757-91d1-fffe9e5c9bd3", + CellID->2017173134] }, Open ]], -Cell[21608, 575, 214, 4, 70, "ExampleText",ExpressionUUID->"a5f45594-aa72-4500-af66-7fe6e2f96e7e", +Cell[23763, 632, 214, 4, 70, "ExampleText",ExpressionUUID->"a5f45594-aa72-4500-af66-7fe6e2f96e7e", CellID->2094818065], Cell[CellGroupData[{ -Cell[21847, 583, 386, 9, 70, "Input",ExpressionUUID->"34ae77f7-951e-4f8e-9b87-4a8ad2df42a3", +Cell[24002, 640, 386, 9, 70, "Input",ExpressionUUID->"34ae77f7-951e-4f8e-9b87-4a8ad2df42a3", CellID->1259569915], -Cell[22236, 594, 211, 3, 70, "Print",ExpressionUUID->"bf71cccb-4a48-4069-85d0-dd26e5abcdf3", - CellID->859816837], -Cell[22450, 599, 2897, 83, 104, "Output",ExpressionUUID->"bc9dab1e-2cca-4fa7-9649-2df9ea7345ca", - CellID->955259051] +Cell[24391, 651, 211, 3, 70, "Print",ExpressionUUID->"92848a84-4dc5-445c-ba85-e00b3249df1c", + CellID->758676251], +Cell[24605, 656, 2897, 83, 102, "Output",ExpressionUUID->"75dfdfb2-e27a-4db6-89ac-089331c755ef", + CellID->317045977] +}, Open ]], +Cell[27517, 742, 546, 8, 70, "ExampleText",ExpressionUUID->"b13e89f6-ff5d-4f79-a091-61e74a976fff", + CellID->711907895], +Cell[28066, 752, 189, 4, 70, "ExampleText",ExpressionUUID->"cc520bdc-1af7-4800-8e46-6e54eec9cf72", + CellID->1467176932], +Cell[CellGroupData[{ +Cell[28280, 760, 457, 11, 70, "Input",ExpressionUUID->"b3496d24-096d-4871-a1ce-8801a444ef3a", + CellID->1462475121], +Cell[28740, 773, 182, 2, 70, "Print",ExpressionUUID->"5348c566-e538-4533-ac9e-4354f3658212", + CellID->1610095591], +Cell[28925, 777, 2882, 83, 102, "Output",ExpressionUUID->"862b759f-a925-46a2-bd17-1c2d569d58ce", + CellID->1034702109] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[32049, 869, 6096, 162, 70, "SeeAlsoSection",ExpressionUUID->"aae8c79a-4631-4f50-88c5-2df22c46f1c4"], +Cell[38148, 1033, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f59b8209-d61c-4ce3-b870-f4adcbd46fd7"], +Cell[38821, 1053, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8ed64b14-152f-4862-9d50-01faeb21bf79"], +Cell[39857, 1081, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"23e83d81-d525-4a98-8f09-5999ed8aaaa7"], Cell[CellGroupData[{ -Cell[25611, 693, 5573, 148, 70, "SeeAlsoSection",ExpressionUUID->"324f633d-d792-4972-9ef6-ca47b9ada954"], -Cell[31187, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8721494c-3a4a-415e-bada-7b3bf578830a"] -}, Open ]], -Cell[31872, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a5c5629c-5e53-47cd-8592-74b71141292e"], -Cell[32908, 892, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"dd71cbe1-c53d-49e2-be05-aa48b42d8057"], -Cell[CellGroupData[{ -Cell[34537, 942, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9af808f1-74ed-4dc1-aea9-8b8774335922", +Cell[42123, 1148, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9af808f1-74ed-4dc1-aea9-8b8774335922", CellID->117551421], -Cell[34677, 945, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31dcf73a-c79e-40e1-9b5f-07b92f9eb15f", +Cell[42263, 1151, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31dcf73a-c79e-40e1-9b5f-07b92f9eb15f", CellID->1194386356], -Cell[34899, 951, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1a3834af-971e-4992-9d3a-88bf4183b5e1", +Cell[42485, 1157, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1a3834af-971e-4992-9d3a-88bf4183b5e1", CellID->1641706272], -Cell[35114, 956, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71ce4601-a268-453a-860c-65de6f42c82a", +Cell[42700, 1162, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71ce4601-a268-453a-860c-65de6f42c82a", CellID->399251956], -Cell[35343, 962, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffe6f653-074f-4c95-968c-4e4c6390d473", +Cell[42929, 1168, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffe6f653-074f-4c95-968c-4e4c6390d473", CellID->821434655] }, Open ]], -Cell[35580, 968, 78, 0, 70, "FooterCell",ExpressionUUID->"2985fcba-39ff-4afe-934b-8eba707395a9"] +Cell[43166, 1174, 78, 0, 70, "FooterCell",ExpressionUUID->"434dfd63-0999-4dba-9276-f543c5fb6f9f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpPlotReasonableSet.nb b/Documentation/English/ReferencePages/Symbols/CddGmpPlotReasonableSet.nb index e1ec15b..907332b 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpPlotReasonableSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpPlotReasonableSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52639, 1357] -NotebookOptionsPosition[ 43605, 1181] -NotebookOutlinePosition[ 45867, 1237] -CellTagsIndexPosition[ 45781, 1232] +NotebookDataLength[ 66589, 1727] +NotebookOptionsPosition[ 56433, 1531] +NotebookOutlinePosition[ 58713, 1587] +CellTagsIndexPosition[ 58627, 1582] WindowTitle->CddGmpPlotReasonableSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "948a9ea6-39d9-4f54-b216-b6756916cfa0"], + "50bd8505-0a30-4b54-9fc3-5e76da5943e6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "bd7e430c-97d0-4b06-8265-706422964415"], + "5ceed33b-9c7d-40d9-836e-00901c720cac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,37 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5df979c3-b88a-4a76-802c-d46caa383804"] - }],ExpressionUUID->"38b262f0-1788-4041-b3d3-7d3d22aad9da"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "4732172a-aa50-4c31-9f83-d8eccb4515a8"] + }],ExpressionUUID->"3881214a-92ce-48cb-8614-e7c614a28fe3"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotWeberSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotWeberSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4736e469-0bd0-4c4c-9dad-796371dcd0d6"], + "97408751-3eef-476d-9d40-14cc7a9173cf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +97,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4eeb539f-772d-494d-a0eb-21e5fc5be33d"] - }],ExpressionUUID->"f2831bba-73bd-4eef-ad4c-2a9508b2ee8d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "70e902c4-dd2c-4e45-aff6-73014862f52a"] + }],ExpressionUUID->"231005b9-1696-479f-a50b-b53948b84521"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "068a78f8-506b-4b0e-9f56-5d50b0bfa737"], + "bdc87fd2-06ff-4ca4-8e80-97410d31aa78"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +125,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d3d4acfb-5f2d-4375-a963-e6b8f63dae6f"] - }],ExpressionUUID->"f5618631-9b4e-4970-9b5e-4eec3d9d7ef3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0a7e2d68-f2c6-40c3-84d1-cbf704e5681e"] + }],ExpressionUUID->"35cc013b-f12c-4082-a5e6-93f157db3918"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb0390eb-7dd4-4302-a3d7-8492570b8093"], + "fd1c140c-e66d-4554-a00d-c7dcc5369695"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +151,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4e1d1f86-2b6d-463e-8a2e-908acb6f0077"] - }],ExpressionUUID->"2eaa1b51-1dc9-47a1-9367-62ff8c06f7d6"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpPlotReasonableSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpPlotReasonableSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d6893e02-f875-4c7c-993c-62eb1b393f59"] + }],ExpressionUUID->"9a025613-562c-4627-80ad-c93c58a13163"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpPlotReasonableSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpPlotReasonableSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpPlotReasonableSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$45680], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpPlotReasonableSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$47458], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpPlotReasonableSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "601ecc25-a3bc-4d82-ad25-69b9550e3714"] + "3d8bacc2-7dd0-4f4f-80bd-6be73d530e5b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7aa8f5b2-bf53-4311-bf54-6c8e545b1700"]} + "9e886a45-391d-47d7-8966-af7e40c3428c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"41addeb0-81be-4cf8-88a7-4326d661bd3e"], + CellID->1,ExpressionUUID->"31078b41-2d38-4a2b-9649-6d156b910bcf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"75440ae5-e661-4189-b85d-dea81dffb2cd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"102bf932-8e81-466d-b83b-9aabdfe0b0b9"], Cell[CellGroupData[{ @@ -198,14 +205,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpPlotReasonableSet", "ObjectName",ExpressionUUID-> - "54bf07b9-023f-4a2b-b3db-a0ce1dac50f2"], + "c0c6fbce-8891-459e-8e1a-cc9ead8adbc5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0dff8bd4-8b0d-4d7a-bc87-f1dbbb257522"], + "Spacer1"]],ExpressionUUID->"8c9ed914-e40f-486d-97b3-e41fff62ee8a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "67398cbd-9234-4358-abda-b9df58603a5c"] - }],ExpressionUUID->"308da25d-d9cd-4017-911c-cf8414202e83"], Cell[BoxData[ + "e7cffa44-b5fd-4bed-b884-e6e588ffbda5"] + }],ExpressionUUID->"cf0cd99d-30a4-4f45-aa94-60334eafebdb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +234,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "02238031-beb4-463e-9b9c-cd7fc5df417e"]} + "42ef5f4d-ee50-48a7-816d-44694e01e6ad"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"239aac0c-7680-454c-93e7-2df6a09839be"], + CacheGraphics->False,ExpressionUUID->"d5512dad-c9b4-47b6-a11e-2cf301545702"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +247,7 @@ Cell[BoxData[GridBox[{ "41967775-f6ad-4055-bfcd-c68092b53d2d"], " \[LineSeparator]calculates while using Cddmathlink2gmp via Mathlink \ all relevant data to plot the reasonable set." - }],ExpressionUUID->"729fc93f-d707-405b-abc8-157271ed610b"]}, + }],ExpressionUUID->"446a1bb6-013e-43d9-935c-f189fa3a4638"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddGmpPlotReasonableSet", "[", @@ -248,7 +255,7 @@ all relevant data to plot the reasonable set." FontFamily->"Source Sans Pro",ExpressionUUID-> "42f82bed-5185-4aab-92ed-1021e51998ec"], " \[LineSeparator]by option set all proper coalitions are considered." - }],ExpressionUUID->"dbaf2219-0355-467b-bf9c-e7801ad3fb0e"]} + }],ExpressionUUID->"d23d8257-eaec-42d3-b195-188672acb142"]} }]], "Usage", CellID->295800908,ExpressionUUID->"4f2a6ab7-868d-4421-ab27-bb8e3dca35de"] }, Open ]], @@ -281,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4832f0f6-6d97-44f7-8289-cbbee88c9e26"], + ExpressionUUID->"5b1c1022-4a32-45c3-9de7-c3090519ad5d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4c93a5e5-de7f-4bc2-883c-77ea4f268e9c"], + "Spacer1"]],ExpressionUUID->"32901781-264c-4761-846e-3e322f60b144"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"070d4789-60e3-4b1c-b783-67cd2d7de361"], + }], "NotesFrameText",ExpressionUUID->"47967555-f784-4fcf-a19c-d8899fc8d958"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1a84ec6e-e93f-4e49-ac25-d3d3ebcf5164"]], \ + "Preemptive"]],ExpressionUUID->"443756c5-46dd-4396-8941-c1130f66ca4d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1999835506,ExpressionUUID->"2c7fea97-a124-4ba1-8ce0-4c89b1e38dac"], + CellID->774021005,ExpressionUUID->"6885ac17-b29b-49a2-9707-cdc2e56e3f34"], Cell[TextData[{ "The input expression ", @@ -381,7 +388,24 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c805e79b-6d84-4c8a-bfc2-6b308f3d1c6d"], + "f0b17db3-9270-4e10-9fdf-a60e7b89680f"], + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to apply GMP rational exact arithmetic. ", "TableText", + ExpressionUUID->"bd7cb780-591c-41d8-8414-18b7f3a41861"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->620070319,ExpressionUUID->"ad42bb73-6fdd-4e0d-93e9-48dae9cf10a7"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "46e2c0ad-0d46-4274-937b-e62cebd6c230"], TemplateBox[{ Cell[ TextData["ProperContribution"]], "paclet:TUG/ref/ProperContribution", @@ -396,6 +420,23 @@ use to incorporates all coalitions including the grand coalition. \ GridBoxDividers->{"Rows" -> {{True, True}}}}, CellID->901767574,ExpressionUUID->"0ef9eac0-7050-436f-b92c-7273957c5720"], +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7333c6fc-9cb8-41d0-9e90-791e030da57b"], + " does not supports rational exact arithmetic with GMP. It is using \ +Cddmathlink2 instead. " +}], "Notes", + CellID->336623538,ExpressionUUID->"de64215b-91aa-4d88-9d03-f0c701c8a00a"], + Cell[TextData[{ "The option ", Cell[BoxData[ @@ -441,19 +482,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bbdc8fdd-0f4a-4327-b8a4-551df8ede0cb"], + ExpressionUUID->"b90538e5-15ec-4da7-b978-be5198e4e01f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"05e1b04c-1f0c-41a5-819a-d83a0368392c"], + "Spacer1"]],ExpressionUUID->"7d9a9629-efca-4ce8-9ba0-580f361fec91"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9b910d6b-debb-4f7c-b6d1-f4724f05df04"] + "e0e9caf7-5c5b-4539-91f1-a68e7aba760b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1287906825,ExpressionUUID->"9be36749-f99d-4885-a93c-319d1a55db3e"], + CellID->1308690492,ExpressionUUID->"48812a4a-92da-4fb3-9c5c-9459d2b06e70"], Cell[CellGroupData[{ @@ -482,18 +523,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c57ce0d9-3a74-425f-a9fe-6bf5dc101c1a"], + ExpressionUUID->"42d43c02-3b27-426d-aa4d-2c4372e1c4e3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"83822fa2-8ce6-4d2f-8575-99d712934027"], + "Spacer1"]],ExpressionUUID->"312ceed5-7d5f-4900-bff9-29c878fde06d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6b8c6ec0-8380-46be-a4e4-bd41dbd7ddb9"] + "aec6ba30-a586-41f7-b3ff-d9869f32754a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1053837940,ExpressionUUID->"c1d4da5c-5797-4ca9-a393-a33bd038e5b9"], + CellID->621993347,ExpressionUUID->"a6e14b5a-1600-49f2-a7f6-056bdf7ec28d"], Cell["Loading the package:", "ExampleText", CellID->1305793854,ExpressionUUID->"13524536-5540-4b16-9fa9-9199a123ac27"], @@ -511,7 +552,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->793803334,ExpressionUUID->"dcc2f2ed-4ac6-48fa-87da-a53d8f5d7bdb"], + CellID->1251248271,ExpressionUUID->"6998765f-2477-4805-950e-f9802ec3259f"], Cell[BoxData[ InterpretationBox[ @@ -521,57 +562,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->1878928078,ExpressionUUID->"1e66ff45-4a21-4b1e-985b-b971dd8f46db"], + CellID->1269191667,ExpressionUUID->"7b1136e6-bf8d-4c3e-884d-81e89b42ebec"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->1471712576,ExpressionUUID->"78d55481-eae1-4bb9-a09a-c6baa3ded885"], + CellID->1702227802,ExpressionUUID->"dd218da7-651d-44f3-8d5b-cf3d61d94f0d"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->767378938,ExpressionUUID->"3cdd7513-dfd1-4811-8663-bfe42ac510d0"], + CellID->754017515,ExpressionUUID->"7b0219df-ce7a-473b-805a-a55cee05f456"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->686926551,ExpressionUUID->"430d2bd9-c0c3-4765-9273-b534b1dffb96"], + CellID->1960834665,ExpressionUUID->"df5783ce-dd4c-4cf7-b3ed-f57c14bd4976"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->1089586477,ExpressionUUID->"d2c68c06-1270-40f5-90f9-9d9d5d49630e"], + CellID->321161809,ExpressionUUID->"000fb0ff-84db-4853-959d-21a1bae04171"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->1422280835,ExpressionUUID->"26d70bd7-375f-4c2e-b162-ad347bd9783b"], + CellID->1029695307,ExpressionUUID->"3747392b-eaf1-4236-badb-0ea144ddc6fb"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->2052079737,ExpressionUUID->"5e0257bd-86dd-4089-b6e1-6643e99319dd"], + CellID->247252533,ExpressionUUID->"28e78ac6-edc9-4aef-88bd-14de1dda17dc"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->168015334,ExpressionUUID->"d241b920-7bdf-48b9-bfc7-0de4625c2a42"], + CellID->841263168,ExpressionUUID->"cf630702-a796-4d1e-98e9-4180347676d2"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->109543456,ExpressionUUID->"0d1b35c2-9c5c-4370-b589-8a68a2c6e5f9"], + CellID->1382199018,ExpressionUUID->"ae6a2653-6592-411f-aa53-c20607eac48d"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14269`", CellLabel->"During evaluation of In[1]:=", - CellID->295598047,ExpressionUUID->"118abf9e-159f-4ee2-b0c4-b90c935e6d5c"] + CellID->1054771520,ExpressionUUID->"d34194c7-263c-480a-b56f-924f495cb44d"] }, Open ]] }, Open ]], @@ -620,10 +661,12 @@ Cell[BoxData[ Cell[BoxData[ RowBox[{"{", - RowBox[{"ProperContribution", "\[Rule]", "False"}], "}"}]], "Output", + RowBox[{ + RowBox[{"RationalExact", "\[Rule]", "True"}], ",", + RowBox[{"ProperContribution", "\[Rule]", "False"}]}], "}"}]], "Output", CellContext->"Cell$$14269`", CellLabel->"Out[5]=", - CellID->1431202012,ExpressionUUID->"8d765b23-7c4c-4d7e-a35e-5388df7b025d"] + CellID->389576636,ExpressionUUID->"ace2c8d5-b569-4d62-863e-f24f0615c5c5"] }, Open ]], Cell["\<\ @@ -756,12 +799,156 @@ Cell[BoxData[ RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$14269`", CellLabel->"Out[6]=", - CellID->1496600887,ExpressionUUID->"d12fad9b-8550-4534-aafa-068550c912e8"] + CellID->1778553829,ExpressionUUID->"8cb88158-cf88-47ce-b601-111d89b70231"] +}, Open ]], + +Cell["\<\ +This returns no graphic, it only returns the necessary data to plot the core. +Notice that vertlist is the set of extreme points of the reasonable set \ +(VRepresentation), and ecdlist, eadlist are the incidence list, the \ +adjacency list (of extreme points and rays), and icdlist, iadlist are the \ +incidence list, the adjacency list (of inequalities). Finally, extmat \ +contains the information of the inequality system as an augmented matrix. \ +\>", "ExampleText", + CellID->711907895,ExpressionUUID->"099d82ea-cd28-4559-83d1-7612fd668e04"], + +Cell["\<\ +To uses floating point arithmetic, we need to turn off the option \ +RationalExact.\ +\>", "ExampleText", + CellID->1467176932,ExpressionUUID->"80d4ed8e-1913-4952-9efd-b89b7c9671d4"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", + RowBox[{"CddGmpPlotReasonableSet", "[", + RowBox[{"ExpGame", ",", + RowBox[{"RationalExact", "\[Rule]", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->984670669,ExpressionUUID->"e4deffa3-0949-4f92-91e3-490fd7c090f9"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "147.`"}], ",", "90.`", ",", "57.`", ",", "90.`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"33.`", ",", + RowBox[{"-", "90.`"}], ",", "57.`", ",", "90.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"33.`", ",", "90.`", ",", + RowBox[{"-", "123.`"}], ",", "90.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"33.`", ",", "90.`", ",", "57.`", ",", + RowBox[{"-", "90.`"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "6"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "6", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "5", ",", "7"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "4", ",", "6", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "5", ",", "6", ",", "7"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "6", ",", "7"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "6", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"3", ",", "4", ",", "5", ",", "6", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "7", ",", "8"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"33", ",", + RowBox[{"-", "1"}], ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"90", ",", "0", ",", + RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"57", ",", "0", ",", "0", ",", + RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"90", ",", "0", ",", "0", ",", "0", ",", + RowBox[{"-", "1"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"90", ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", + CellLabel->"Out[7]=", + CellID->2122358,ExpressionUUID->"671c228b-e377-40fe-8862-1e6cdd80651d"] }, Open ]], Cell["\<\ To consider all proper coalitions the option ProperContribution must be \ -turned off.\ +turned on.\ \>", "ExampleText", CellID->1062463290,ExpressionUUID->"de106b19-f531-4ca8-a613-65da85b9d4c1"], @@ -777,7 +964,7 @@ Cell[BoxData[ RowBox[{"CddGmpPlotReasonableSet", "[", RowBox[{"ExpGame", ",", RowBox[{"ProperContribution", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[7]:=", + CellLabel->"In[8]:=", CellID->363639601,ExpressionUUID->"677ff604-cc0c-4329-9a48-f7b6e8c7f05b"], Cell[BoxData[ @@ -890,8 +1077,143 @@ Cell[BoxData[ RowBox[{"-", "1"}], ",", RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$14269`", - CellLabel->"Out[7]=", - CellID->770128697,ExpressionUUID->"d00c6d09-9ab4-498c-a924-35f6d1b7f295"] + CellLabel->"Out[8]=", + CellID->759096256,ExpressionUUID->"1c0045d7-6544-4d7c-bcdf-3e75deedba86"] +}, Open ]], + +Cell["\<\ +Similarly, to uses floating point arithmetic for computing all proper \ +contributions, we need to turn off the option RationalExact.\ +\>", "ExampleText", + CellID->1395383071,ExpressionUUID->"5a52781a-a153-4230-9351-17ce42b1ebd7"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", + RowBox[{"CddGmpPlotReasonableSet", "[", + RowBox[{"ExpGame", ",", + RowBox[{"RationalExact", "\[Rule]", "False"}], ",", + RowBox[{"ProperContribution", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[9]:=", + CellID->758197656,ExpressionUUID->"5ed07a0b-3efa-4cb6-bfd8-02602302c43c"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"-", "44.`"}], ",", "35.`", ",", "42.`", ",", "57.`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"27.`", ",", + RowBox[{"-", "36.`"}], ",", "42.`", ",", "57.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"27.`", ",", "35.`", ",", + RowBox[{"-", "29.`"}], ",", "57.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"27.`", ",", "35.`", ",", "42.`", ",", + RowBox[{"-", "14.`"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "7"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "6", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "5", ",", "6", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "5", ",", "6", ",", "7"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "6", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "7", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6", ",", "8"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"5", ",", "6", ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "4", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "5", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"27", ",", + RowBox[{"-", "1"}], ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"35", ",", "0", ",", + RowBox[{"-", "1"}], ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"42", ",", "0", ",", "0", ",", + RowBox[{"-", "1"}], ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"57", ",", "0", ",", "0", ",", "0", ",", + RowBox[{"-", "1"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"90", ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}], ",", + RowBox[{"-", "1"}]}], "}"}]}], "}"}]}], "}"}]], "Output", + CellLabel->"Out[9]=", + CellID->780582142,ExpressionUUID->"03cb9cf6-5309-46ba-94c3-c31f3c3e8e9d"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -900,8 +1222,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -920,7 +1240,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "202bceb2-6987-4daf-8bcc-c57807ec2ced"], + "1edb63a7-2613-4d88-8fd4-9a9a2fc067ac"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -934,7 +1254,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "8b96fcee-99d7-45bb-b866-00b307e88d43"], + "6c85240f-740d-44aa-a398-5fa80196390d"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -948,7 +1268,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "4c5b62b9-9eff-470d-9574-1a44104d6783"], + "6a938c01-6ba8-44d6-bd95-09d39616fd05"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotWeberSet"]], + "paclet:TUG/ref/CddGmpPlotWeberSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "30853199-f85d-4fd8-99d3-511e28846866"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -962,7 +1296,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "c19c5462-e674-445a-8dc9-bc62e76deecc"], + "7797e1c1-7468-45a5-acf2-e3db80c516ec"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -976,7 +1310,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "e8883d2d-7d56-462f-9b2c-28bfe3d16f81"], + "a1f99d63-514c-4cee-8905-5c3f978e7b2a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -990,7 +1324,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "8234da77-dbad-42f3-8338-6b0a82b8f312"], + "2f6e0264-324d-4f15-a76f-9d850f13713b"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1004,7 +1338,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "3fd09635-3e01-4877-9ae0-ee1957848820"], + "3ee9b19e-1e5d-41c3-b7b7-71db32701fc4"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1018,7 +1352,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "311ae14d-fd01-461f-8a9b-989cec8e6127"], + "4e8e54ac-370a-426d-aa1c-fd568c9448a1"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1032,7 +1366,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "a7d9d735-61f7-45a8-b34e-85930f670c63"], + "4611ebcd-8e2d-4543-abb0-002d23e67bd5"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -1046,18 +1380,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "fc3642ff-a4bc-4436-9a99-35185c2c6722"] + "7b494e5e-21cb-4e7d-a91c-6ebf9b8dbbb5"] }], "SeeAlso",ExpressionUUID->"5633d84a-9685-4ab8-bb87-9fd10ff6240b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7432ca1e-bb0e-42bb-bc69-\ -fc0dca01fd2e"], + }]], "SeeAlsoSection",ExpressionUUID->"5a3b8364-0c95-487c-a20b-\ +f5046fccd83b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1069,9 +1403,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ec933814-1946-4ac3-825f-c7288f3dcec7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"085b38e7-c486-499b-8be8-\ -0211fe6a6326"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bf579c49-0fc2-4faf-ab8e-\ +238fadb9e3e5"], Cell[BoxData[GridBox[{ { @@ -1088,7 +1421,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8fbb6d69-172c-4fae-a92a-e355ccc79506"]}]}, + "7d784fbe-e0df-4615-ad55-3d56ef1dccbd"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1096,10 +1429,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cdd86bdf-6e80-48f1-9e22-89f0497d6856"]}]} + "8abab5a2-9fa6-45e2-92c2-f033ac23f4af"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"216c441e-b4af-4924-97b4-\ -d09ebf74a5a4"], + }]], "MoreAboutSection",ExpressionUUID->"8136e7f9-dbbd-4ce1-af4c-\ +3fee0c864b2e"], Cell[BoxData[GridBox[{ { @@ -1126,8 +1459,25 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5ec665d6-2102-466c-bfad-4e2e6f187cba"]], "RelatedLinks", + "4703445f-0948-4937-b13a-137fcde5d0e1"]], "RelatedLinks", ExpressionUUID->"3214ca1d-763d-4c8c-aac2-8c0c63280d02"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "152ba2c3-90d0-4803-8571-db7cd142f786"]], "RelatedLinks", + ExpressionUUID->"61bd10ae-f99e-4b28-92af-e5961b01155b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -1143,11 +1493,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d76efce1-2d10-4e06-ac6a-267dd59e10e5"]], "RelatedLinks", + "cc004c94-2f51-4382-bf86-f3f74d6c14ad"]], "RelatedLinks", ExpressionUUID->"2e347beb-20b7-498a-aa03-1355e84d8a8d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5b9aa8ee-01af-4931-8305-\ -3e1421388a73"], + }]], "RelatedLinksSection",ExpressionUUID->"42944a7d-9f1c-475f-ae8d-\ +6dd342c8d069"], Cell[CellGroupData[{ @@ -1177,11 +1527,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6873909b-8483-4a15-b893-d11641ceeef0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6ec4173e-20c2-49ff-a9cf-9b3d7af7ee29"] +Cell[" ", "FooterCell",ExpressionUUID->"65650624-343b-4216-b69e-a937123d235f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpPlotReasonableSet", TaggingRules->{ @@ -1192,7 +1542,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 31.740123}", + "built" -> "{2024, 6, 3, 16, 51, 44.787338}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1201,11 +1551,11 @@ TaggingRules->{ Mathlink all relevant data to plot the reasonable set. \ CddGmpPlotReasonableSet[game, options] by option set all proper coalitions \ are considered.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CddGmpPlotReasonableSet", "titlemodifier" -> "", "windowtitle" -> - "CddGmpPlotReasonableSet", "type" -> "Symbol", "uri" -> + "CddGmpPlotReasonableSet", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "CddGmpPlotReasonableSet", "type" -> "Symbol", "uri" -> "TUG/ref/CddGmpPlotReasonableSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1214,9 +1564,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f1d73f7d-aa85-482b-8b14-c30b3a01b9f5" +ExpressionUUID->"1a83c3a0-f37a-40f5-840a-ddd8acfbb46b" ] (* End of Notebook Content *) @@ -1224,141 +1574,161 @@ ExpressionUUID->"f1d73f7d-aa85-482b-8b14-c30b3a01b9f5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16269, 418, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9be36749-f99d-4885-a93c-319d1a55db3e", + Cell[17680, 459, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"48812a4a-92da-4fb3-9c5c-9459d2b06e70", CellTags->"PrimaryExamplesSection", - CellID->1287906825]} + CellID->1308690492]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 45580, 1225} + {"PrimaryExamplesSection", 58426, 1575} } *) (*NotebookFileOutline Notebook[{ -Cell[595, 21, 7229, 169, 56, "AnchorBarGrid",ExpressionUUID->"41addeb0-81be-4cf8-88a7-4326d661bd3e", +Cell[595, 21, 7417, 176, 57, "AnchorBarGrid",ExpressionUUID->"31078b41-2d38-4a2b-9649-6d156b910bcf", CellID->1], -Cell[7827, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"75440ae5-e661-4189-b85d-dea81dffb2cd"], +Cell[8015, 199, 86, 0, 23, "ContextNameCell",ExpressionUUID->"102bf932-8e81-466d-b83b-9aabdfe0b0b9"], Cell[CellGroupData[{ -Cell[7938, 196, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"239aac0c-7680-454c-93e7-2df6a09839be"], -Cell[9238, 233, 927, 19, 187, "Usage",ExpressionUUID->"4f2a6ab7-868d-4421-ab27-bb8e3dca35de", +Cell[8126, 203, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"d5512dad-c9b4-47b6-a11e-2cf301545702"], +Cell[9426, 240, 927, 19, 186, "Usage",ExpressionUUID->"4f2a6ab7-868d-4421-ab27-bb8e3dca35de", CellID->295800908] }, Open ]], Cell[CellGroupData[{ -Cell[10202, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"2c7fea97-a124-4ba1-8ce0-4c89b1e38dac", +Cell[10390, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"6885ac17-b29b-49a2-9707-cdc2e56e3f34", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1999835506], -Cell[12100, 306, 515, 12, 57, "Notes",ExpressionUUID->"9492d320-8fa6-44c8-8e4a-65f8369d3b83", + CellID->774021005], +Cell[12287, 313, 515, 12, 57, "Notes",ExpressionUUID->"9492d320-8fa6-44c8-8e4a-65f8369d3b83", CellID->1014199156], -Cell[12618, 320, 489, 12, 37, "Notes",ExpressionUUID->"0c1abb3a-3f40-468c-b19b-b65ff26dc5d9", +Cell[12805, 327, 489, 12, 38, "Notes",ExpressionUUID->"0c1abb3a-3f40-468c-b19b-b65ff26dc5d9", CellID->177724765], -Cell[13110, 334, 444, 9, 78, "Notes",ExpressionUUID->"70a789fb-5779-4499-9f4c-c2dcf79cc4c2", +Cell[13297, 341, 444, 9, 78, "Notes",ExpressionUUID->"70a789fb-5779-4499-9f4c-c2dcf79cc4c2", CellID->2114369015], -Cell[13557, 345, 171, 3, 36, "Notes",ExpressionUUID->"7c043030-fa51-4c4c-8db4-c07ae32015e1", +Cell[13744, 352, 171, 3, 36, "Notes",ExpressionUUID->"7c043030-fa51-4c4c-8db4-c07ae32015e1", CellID->120214718], -Cell[13731, 350, 362, 6, 57, "Notes",ExpressionUUID->"6849a6a0-f861-4e25-8a69-8dba30262039", +Cell[13918, 357, 362, 6, 57, "Notes",ExpressionUUID->"6849a6a0-f861-4e25-8a69-8dba30262039", CellID->499234309], -Cell[14096, 358, 215, 4, 36, "Notes",ExpressionUUID->"7f14de46-e2db-488a-9872-180e6208593e", +Cell[14283, 365, 215, 4, 36, "Notes",ExpressionUUID->"7f14de46-e2db-488a-9872-180e6208593e", CellID->1760998711], -Cell[14314, 364, 348, 9, 37, "Notes",ExpressionUUID->"c75d9c08-042a-4da6-8449-947aec577fb7", +Cell[14501, 371, 348, 9, 38, "Notes",ExpressionUUID->"c75d9c08-042a-4da6-8449-947aec577fb7", CellID->1543543678], -Cell[14665, 375, 267, 4, 49, "Notes",ExpressionUUID->"a4284a89-afb6-4ee8-a2b6-e8cbff9fa094", +Cell[14852, 382, 267, 4, 48, "Notes",ExpressionUUID->"a4284a89-afb6-4ee8-a2b6-e8cbff9fa094", CellID->13178], -Cell[14935, 381, 706, 15, 58, "3ColumnTableMod",ExpressionUUID->"0ef9eac0-7050-436f-b92c-7273957c5720", +Cell[15122, 388, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"ad42bb73-6fdd-4e0d-93e9-48dae9cf10a7", + CellID->620070319], +Cell[15801, 405, 706, 15, 60, "3ColumnTableMod",ExpressionUUID->"0ef9eac0-7050-436f-b92c-7273957c5720", CellID->901767574], -Cell[15644, 398, 498, 14, 37, "Notes",ExpressionUUID->"5a2184a2-a6f4-4387-8474-dd5e330d636c", +Cell[16510, 422, 542, 15, 70, "Notes",ExpressionUUID->"de64215b-91aa-4d88-9d03-f0c701c8a00a", + CellID->336623538], +Cell[17055, 439, 498, 14, 70, "Notes",ExpressionUUID->"5a2184a2-a6f4-4387-8474-dd5e330d636c", CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16269, 418, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9be36749-f99d-4885-a93c-319d1a55db3e", +Cell[17680, 459, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"48812a4a-92da-4fb3-9c5c-9459d2b06e70", CellTags->"PrimaryExamplesSection", - CellID->1287906825], + CellID->1308690492], Cell[CellGroupData[{ -Cell[17715, 459, 1399, 36, 70, "ExampleSection",ExpressionUUID->"c1d4da5c-5797-4ca9-a393-a33bd038e5b9", - CellID->1053837940], -Cell[19117, 497, 119, 1, 70, "ExampleText",ExpressionUUID->"13524536-5540-4b16-9fa9-9199a123ac27", +Cell[19126, 500, 1398, 36, 70, "ExampleSection",ExpressionUUID->"a6e14b5a-1600-49f2-a7f6-056bdf7ec28d", + CellID->621993347], +Cell[20527, 538, 119, 1, 70, "ExampleText",ExpressionUUID->"13524536-5540-4b16-9fa9-9199a123ac27", CellID->1305793854], Cell[CellGroupData[{ -Cell[19261, 502, 168, 3, 70, "Input",ExpressionUUID->"41e50fca-b109-4955-a9db-3a284d0fd19f", +Cell[20671, 543, 168, 3, 70, "Input",ExpressionUUID->"41e50fca-b109-4955-a9db-3a284d0fd19f", CellID->1406952158], Cell[CellGroupData[{ -Cell[19454, 509, 236, 4, 70, "Print",ExpressionUUID->"dcc2f2ed-4ac6-48fa-87da-a53d8f5d7bdb", - CellID->793803334], -Cell[19693, 515, 366, 8, 70, "Print",ExpressionUUID->"1e66ff45-4a21-4b1e-985b-b971dd8f46db", - CellID->1878928078], -Cell[20062, 525, 237, 4, 70, "Print",ExpressionUUID->"78d55481-eae1-4bb9-a09a-c6baa3ded885", - CellID->1471712576], -Cell[20302, 531, 220, 3, 70, "Print",ExpressionUUID->"3cdd7513-dfd1-4811-8663-bfe42ac510d0", - CellID->767378938], -Cell[20525, 536, 207, 3, 70, "Print",ExpressionUUID->"430d2bd9-c0c3-4765-9273-b534b1dffb96", - CellID->686926551], -Cell[20735, 541, 238, 4, 70, "Print",ExpressionUUID->"d2c68c06-1270-40f5-90f9-9d9d5d49630e", - CellID->1089586477], -Cell[20976, 547, 221, 3, 70, "Print",ExpressionUUID->"26d70bd7-375f-4c2e-b162-ad347bd9783b", - CellID->1422280835], -Cell[21200, 552, 237, 4, 70, "Print",ExpressionUUID->"5e0257bd-86dd-4089-b6e1-6643e99319dd", - CellID->2052079737], -Cell[21440, 558, 236, 4, 70, "Print",ExpressionUUID->"d241b920-7bdf-48b9-bfc7-0de4625c2a42", - CellID->168015334], -Cell[21679, 564, 207, 3, 70, "Print",ExpressionUUID->"0d1b35c2-9c5c-4370-b589-8a68a2c6e5f9", - CellID->109543456], -Cell[21889, 569, 236, 4, 70, "Print",ExpressionUUID->"118abf9e-159f-4ee2-b0c4-b90c935e6d5c", - CellID->295598047] +Cell[20864, 550, 237, 4, 70, "Print",ExpressionUUID->"6998765f-2477-4805-950e-f9802ec3259f", + CellID->1251248271], +Cell[21104, 556, 366, 8, 70, "Print",ExpressionUUID->"7b1136e6-bf8d-4c3e-884d-81e89b42ebec", + CellID->1269191667], +Cell[21473, 566, 237, 4, 70, "Print",ExpressionUUID->"dd218da7-651d-44f3-8d5b-cf3d61d94f0d", + CellID->1702227802], +Cell[21713, 572, 220, 3, 70, "Print",ExpressionUUID->"7b0219df-ce7a-473b-805a-a55cee05f456", + CellID->754017515], +Cell[21936, 577, 208, 3, 70, "Print",ExpressionUUID->"df5783ce-dd4c-4cf7-b3ed-f57c14bd4976", + CellID->1960834665], +Cell[22147, 582, 237, 4, 70, "Print",ExpressionUUID->"000fb0ff-84db-4853-959d-21a1bae04171", + CellID->321161809], +Cell[22387, 588, 221, 3, 70, "Print",ExpressionUUID->"3747392b-eaf1-4236-badb-0ea144ddc6fb", + CellID->1029695307], +Cell[22611, 593, 236, 4, 70, "Print",ExpressionUUID->"28e78ac6-edc9-4aef-88bd-14de1dda17dc", + CellID->247252533], +Cell[22850, 599, 236, 4, 70, "Print",ExpressionUUID->"cf630702-a796-4d1e-98e9-4180347676d2", + CellID->841263168], +Cell[23089, 605, 208, 3, 70, "Print",ExpressionUUID->"ae6a2653-6592-411f-aa53-c20607eac48d", + CellID->1382199018], +Cell[23300, 610, 237, 4, 70, "Print",ExpressionUUID->"d34194c7-263c-480a-b56f-924f495cb44d", + CellID->1054771520] }, Open ]] }, Open ]], -Cell[22152, 577, 136, 1, 70, "ExampleText",ExpressionUUID->"62979536-7415-4dd7-b750-29b7275e5678", +Cell[23564, 618, 136, 1, 70, "ExampleText",ExpressionUUID->"62979536-7415-4dd7-b750-29b7275e5678", CellID->633294917], -Cell[22291, 580, 235, 6, 70, "Input",ExpressionUUID->"968748aa-776b-4916-a97e-d62f07462bcb", +Cell[23703, 621, 235, 6, 70, "Input",ExpressionUUID->"968748aa-776b-4916-a97e-d62f07462bcb", CellID->1363421530], -Cell[22529, 588, 381, 9, 70, "Input",ExpressionUUID->"b1d21022-31b2-4896-94a9-315453b43676", +Cell[23941, 629, 381, 9, 70, "Input",ExpressionUUID->"b1d21022-31b2-4896-94a9-315453b43676", CellID->1959571623], -Cell[22913, 599, 238, 6, 70, "Input",ExpressionUUID->"d3fbb815-59f0-4522-9a48-38c8f64c719d", +Cell[24325, 640, 238, 6, 70, "Input",ExpressionUUID->"d3fbb815-59f0-4522-9a48-38c8f64c719d", CellID->1733125551], -Cell[23154, 607, 190, 4, 70, "ExampleText",ExpressionUUID->"f1d408da-b1dc-430c-bd01-402943c12158", +Cell[24566, 648, 190, 4, 70, "ExampleText",ExpressionUUID->"f1d408da-b1dc-430c-bd01-402943c12158", CellID->116176291], Cell[CellGroupData[{ -Cell[23369, 615, 181, 3, 70, "Input",ExpressionUUID->"10a394b1-b5b3-4417-a6cd-0e924693abe4", +Cell[24781, 656, 181, 3, 70, "Input",ExpressionUUID->"10a394b1-b5b3-4417-a6cd-0e924693abe4", CellID->1238049479], -Cell[23553, 620, 229, 5, 36, "Output",ExpressionUUID->"8d765b23-7c4c-4d7e-a35e-5388df7b025d", - CellID->1431202012] +Cell[24965, 661, 297, 7, 36, "Output",ExpressionUUID->"ace2c8d5-b569-4d62-863e-f24f0615c5c5", + CellID->389576636] }, Open ]], -Cell[23797, 628, 218, 4, 70, "ExampleText",ExpressionUUID->"b4c548e9-09d3-4397-b710-74408124b603", +Cell[25277, 671, 218, 4, 70, "ExampleText",ExpressionUUID->"b4c548e9-09d3-4397-b710-74408124b603", CellID->396754234], Cell[CellGroupData[{ -Cell[24040, 636, 389, 9, 70, "Input",ExpressionUUID->"f9312826-a562-4c3a-9c97-0deb2e8966a0", +Cell[25520, 679, 389, 9, 70, "Input",ExpressionUUID->"f9312826-a562-4c3a-9c97-0deb2e8966a0", CellID->25600381], -Cell[24432, 647, 4086, 111, 121, "Output",ExpressionUUID->"d12fad9b-8550-4534-aafa-068550c912e8", - CellID->1496600887] +Cell[25912, 690, 4086, 111, 118, "Output",ExpressionUUID->"8cb88158-cf88-47ce-b601-111d89b70231", + CellID->1778553829] +}, Open ]], +Cell[30013, 804, 551, 8, 70, "ExampleText",ExpressionUUID->"099d82ea-cd28-4559-83d1-7612fd668e04", + CellID->711907895], +Cell[30567, 814, 189, 4, 70, "ExampleText",ExpressionUUID->"80d4ed8e-1913-4952-9efd-b89b7c9671d4", + CellID->1467176932], +Cell[CellGroupData[{ +Cell[30781, 822, 461, 11, 70, "Input",ExpressionUUID->"e4deffa3-0949-4f92-91e3-490fd7c090f9", + CellID->984670669], +Cell[31245, 835, 4086, 110, 118, "Output",ExpressionUUID->"671c228b-e377-40fe-8862-1e6cdd80651d", + CellID->2122358] }, Open ]], -Cell[28533, 761, 192, 4, 70, "ExampleText",ExpressionUUID->"de106b19-f531-4ca8-a613-65da85b9d4c1", +Cell[35346, 948, 191, 4, 70, "ExampleText",ExpressionUUID->"de106b19-f531-4ca8-a613-65da85b9d4c1", CellID->1062463290], Cell[CellGroupData[{ -Cell[28750, 769, 465, 11, 70, "Input",ExpressionUUID->"677ff604-cc0c-4329-9a48-f7b6e8c7f05b", +Cell[35562, 956, 465, 11, 70, "Input",ExpressionUUID->"677ff604-cc0c-4329-9a48-f7b6e8c7f05b", CellID->363639601], -Cell[29218, 782, 4082, 111, 121, "Output",ExpressionUUID->"d00c6d09-9ab4-498c-a924-35f6d1b7f295", - CellID->770128697] +Cell[36030, 969, 4082, 111, 118, "Output",ExpressionUUID->"1c0045d7-6544-4d7c-bcdf-3e75deedba86", + CellID->759096256] +}, Open ]], +Cell[40127, 1083, 239, 4, 70, "ExampleText",ExpressionUUID->"5a52781a-a153-4230-9351-17ce42b1ebd7", + CellID->1395383071], +Cell[CellGroupData[{ +Cell[40391, 1091, 522, 12, 70, "Input",ExpressionUUID->"5ed07a0b-3efa-4cb6-bfd8-02602302c43c", + CellID->758197656], +Cell[40916, 1105, 4086, 110, 118, "Output",ExpressionUUID->"03cb9cf6-5309-46ba-94c3-c31f3c3e8e9d", + CellID->780582142] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[45244, 1224, 6086, 162, 70, "SeeAlsoSection",ExpressionUUID->"5a3b8364-0c95-487c-a20b-f5046fccd83b"], +Cell[51333, 1388, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bf579c49-0fc2-4faf-ab8e-238fadb9e3e5"], +Cell[52006, 1408, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8136e7f9-dbbd-4ce1-af4c-3fee0c864b2e"], +Cell[53042, 1436, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"42944a7d-9f1c-475f-ae8d-6dd342c8d069"], Cell[CellGroupData[{ -Cell[33564, 904, 5563, 148, 70, "SeeAlsoSection",ExpressionUUID->"7432ca1e-bb0e-42bb-bc69-fc0dca01fd2e"], -Cell[39130, 1054, 670, 18, 70, "TechNotesSection",ExpressionUUID->"085b38e7-c486-499b-8be8-0211fe6a6326"] -}, Open ]], -Cell[39815, 1075, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"216c441e-b4af-4924-97b4-d09ebf74a5a4"], -Cell[40851, 1103, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"5b9aa8ee-01af-4931-8305-3e1421388a73"], -Cell[CellGroupData[{ -Cell[42480, 1153, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e2d89634-3a77-4c85-97c5-8aa66090a6c2", +Cell[55308, 1503, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e2d89634-3a77-4c85-97c5-8aa66090a6c2", CellID->117551421], -Cell[42620, 1156, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7855f5df-0a5e-4eca-af7f-1727dcf022dd", +Cell[55448, 1506, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7855f5df-0a5e-4eca-af7f-1727dcf022dd", CellID->1194386356], -Cell[42842, 1162, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"786b3f7b-707e-4c6a-8387-fed34c3a034c", +Cell[55670, 1512, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"786b3f7b-707e-4c6a-8387-fed34c3a034c", CellID->1641706272], -Cell[43057, 1167, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"90146b37-f870-4577-beca-7136b569b892", +Cell[55885, 1517, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"90146b37-f870-4577-beca-7136b569b892", CellID->399251956], -Cell[43286, 1173, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6873909b-8483-4a15-b893-d11641ceeef0", +Cell[56114, 1523, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6873909b-8483-4a15-b893-d11641ceeef0", CellID->821434655] }, Open ]], -Cell[43523, 1179, 78, 0, 70, "FooterCell",ExpressionUUID->"6ec4173e-20c2-49ff-a9cf-9b3d7af7ee29"] +Cell[56351, 1529, 78, 0, 70, "FooterCell",ExpressionUUID->"65650624-343b-4216-b69e-a937123d235f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpPlotWeberSet.nb b/Documentation/English/ReferencePages/Symbols/CddGmpPlotWeberSet.nb new file mode 100644 index 0000000..8c6a148 --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/CddGmpPlotWeberSet.nb @@ -0,0 +1,2061 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 82535, 2051] +NotebookOptionsPosition[ 73342, 1877] +NotebookOutlinePosition[ 75320, 1925] +CellTagsIndexPosition[ 75234, 1920] +WindowTitle->CddGmpPlotWeberSet +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "6892650f-c9a2-42d3-827a-231006611512"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "b337eaa2-85e3-4089-a0e8-24ce4db873f9"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "f23972f9-6d1f-4808-b3bb-3514b7f815a1"] + }],ExpressionUUID->"85fcf7f6-4925-4d51-bbcd-b36e1ed1ad62"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "9989b037-724f-4fee-bc6c-de79508f34bd"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "097af192-1a8e-40c8-b586-f0247f760f4d"] + }],ExpressionUUID->"e1318ccf-00e8-45cb-beaa-1b8c6a477f84"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "d5f10658-acef-477c-8bc1-57ac9d1bdcc0"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "07034ce8-a820-41e2-aa4d-b101e5b33a36"] + }],ExpressionUUID->"9af0023e-1cce-4dd0-89e9-39e1c2221c70"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "bf3aee4a-9b03-4ea2-860c-13f9c9c3e1a9"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "070046a3-fc2d-4afd-978a-d2ce4b352005"] + }],ExpressionUUID->"8418edb4-5eb8-41c6-8db6-9d3dac241b94"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpPlotWeberSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpPlotWeberSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CddGmpPlotWeberSet.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$48121], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpPlotWeberSet" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "9985d4c9-930b-4b2f-96a5-a1c91a574d39"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "a5518361-28a3-4c41-b1b4-924d1aedb4b1"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"68dd49f3-c162-4015-8c85-9bd21956f4b5"], + +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"44639f19-dcb4-4f31-9e0d-6dc3666a1453"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "CddGmpPlotWeberSet", "ObjectName",ExpressionUUID-> + "c817a214-6c5b-4c4e-9976-19ee3d9ad6bb"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"46bc2ef6-b97d-4ceb-beee-faf8373dc72b"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "19c23f49-3068-4afb-b6eb-a02a39af9bf3"] + }],ExpressionUUID->"2e6ac4c1-9126-4f1d-bcc0-d6e52127338e"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"950fb924-d0b1-44f4-9772-\ +7ab359208f0e"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CddGmpPlotWeberSet", "[", "game", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8ef3b49e-e812-446d-abe8-2e32c6bcac33"], + " \[LineSeparator]calculates while using Cddmathlink2gmp via Mathlink \ +all relevant data to plot the Weber set." + }],ExpressionUUID->"22800989-bff9-4d0c-b075-172b2c34b278"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CddGmpPlotWeberSet", "[", + RowBox[{"game", ",", "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "74c677d7-d689-475d-8cb1-d5aed2a8ce36"], + " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ +Library can be disabled." + }],ExpressionUUID->"62bf9e9f-c714-4c4d-8ef6-558895b041ae"]} + }]], "Usage", + CellID->1814581504,ExpressionUUID->"38b0ee4b-fb30-41aa-9e77-7167779b4acf"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"a9a53815-f8bd-4b9b-a7da-1546bb40aaf8"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"51835d39-359d-4827-a3c1-abf9f32557cb"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"53c42c26-bb1f-4b19-850b-fa2832131a16"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"46a76a0f-03bb-4d3c-8e92-a99794a6057f"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->1923714133,ExpressionUUID->"0be181d3-2546-4c44-8a1a-e2ec8e18eeeb"], + +Cell[TextData[{ + "The input expression ", + Cell[BoxData["game"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d15c2230-6ff7-4873-8cd0-b7d36842382f"], + " must be represented in characteristic function form, where its values ", + Cell[BoxData[ + RowBox[{"v", "[", "S", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ae25819f-1c09-423a-b890-46e5e9c0b6b0"], + "\nare numeric. " +}], "Notes", + CellID->1014199156,ExpressionUUID->"2450207c-c608-46ee-b824-0c8f20ba56e8"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "527c3602-e136-4629-bba0-0638ba847152"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "4df57541-b932-41e8-bdec-a2fbd5f2fe12"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"1c731c03-4f6e-468f-bf91-002bb2411bf4"], + +Cell["\<\ +The Weber set is a solution constituted by all pre-imputations based on the \ +concept of a random order value, whenever the game is monotone. Otherwise, \ +the Weber set also depends on elements that are not random order values.\ +\>", "Notes", + CellID->881701117,ExpressionUUID->"5f212af4-65d3-44e4-8f3b-8ea375e6f2a6"], + +Cell["\<\ +Note that the Shapley value is a random order value while assuming that the \ +likelihood of assembling coalitions is based on the uniform probability \ +distribution of the ordering of players. Since the Weber set is the \ +collection of payoffs associated with random order values, the Shapley value \ +must be an element of this set.\ +\>", "Notes", + CellID->873586931,ExpressionUUID->"dfb903f5-02c4-47c8-ad97-dcf2639ba50c"], + +Cell["\<\ +The data returned are a list of facets (hyperplanes) that constitutes the \ +Weber set, the incidence list, the adjacency list (of extreme points and \ +rays), the incidence list, the adjacency list (of inequalities), and finally, \ +an augmented matrix of the inequality system. \ +\>", "Notes", + CellID->308799252,ExpressionUUID->"ac3da132-de8c-4746-a88c-66f6c6159717"], + +Cell[TextData[{ + "For function purpose see also ", + Cell[BoxData[ + ButtonBox[ + TagBox[ + TemplateBox[{ + TemplateArgBox["\"PlotWeberSet3dV6\"", 1], + StyleBox[ + TemplateArgBox["\"PlotWeberSet3dV6\"", 1], "HyperlinkActive"], + BaseStyle -> "Hyperlink"}, + "MouseoverTemplate"], + MouseAppearanceTag["LinkHand"]], + BaseStyle->"Link", + ButtonData->"paclet:TUG/ref/PlotWeberSet3dV6", + ButtonNote->"paclet:TUG/ref/PlotWeberSet3dV6"]],ExpressionUUID-> + "5d650d09-572f-4bcd-a417-b3c7ee36207a"], + "." +}], "Notes", + CellID->819323919,ExpressionUUID->"1678d5cc-606e-4098-8587-e2c7adfa8f6a"], + +Cell["\<\ +It uses the GNU Multiple Precision Arithmetic Library, that is, rational \ +exact arithmetic. By option set the floating point arithmetic can be enabled.\ +\ +\>", "Notes", + CellID->713226271,ExpressionUUID->"12b33be0-7a7b-46e7-9204-77c413a36df6"], + +Cell[TextData[{ + "Needs the ", + Cell[BoxData[ + TemplateBox[{ + "\"Cddmathlink2gmp\"", "http://www.inf.ethz.ch/personal/fukudak/cdd_home/"}, + "HyperlinkURL"]], "Output",ExpressionUUID-> + "01981250-1190-403b-a423-197514c201b1"], + " library of K. Fukuda. " +}], "Notes", + CellID->1543543678,ExpressionUUID->"74b023e0-4431-46f7-9106-ec3527109502"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->13178,ExpressionUUID->"7dc8a69a-a260-4249-94f3-4381cc10638e"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "a6d60544-0621-4d82-a282-ad94d7b78d76"], + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to apply GMP rational exact arithmetic. ", "TableText", + ExpressionUUID->"b87396a1-3766-46b9-aedc-d4d140be540a"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->901767574,ExpressionUUID->"8db31101-3c7f-42ae-9f0d-4d66a0281061"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "d2f3cb68-73d9-4227-af6c-a964038dff40"], + TemplateBox[{ + Cell[ + TextData["RedDim"]], "paclet:TUG/ref/RedDim", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell["\<\ +use to synchronize the projection plane into the three-dimensional vector \ +space. \ +\>", "TableText",ExpressionUUID->"09c51b3e-9326-4e4d-b0c3-d52d4e232528"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1889737650,ExpressionUUID->"b62c7ae4-aad4-4890-9baf-0d6f02c4e56f"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "18eb5b16-4d2f-4d59-9a42-975bb5d4f5b0"], + " does not supports rational exact arithmetic with GMP. It is using \ +Cddmathlink2 instead. " +}], "Notes", + CellID->608546217,ExpressionUUID->"31086d1d-2181-4bd3-b832-d68808a73128"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["RedDim"]], "paclet:TUG/ref/RedDim", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7e75f751-6f04-4641-ac16-88aa4dc459c4"], + " does not synchronize the projection plane into the three-dimensional \ +vector space of each graphic. May result in an inaccurate display of the \ +graphics." +}], "Notes", + CellID->995309240,ExpressionUUID->"91611588-2a45-4736-bb9a-aa81f9e61d27"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"deed2a40-234e-4351-b195-c97ddb1b3c32"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"22716f3c-f5c8-4233-b68e-4af84cb3ac6a"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "4bcb11f8-c751-4e2f-a16b-d12c978ee9a8"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->227278231,ExpressionUUID->"367936f8-3a16-4454-ad0e-6f6d0363a6b0"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"3b31b398-5d62-42af-91b2-4a3d583a12d1"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"7e5df3da-5652-498b-a388-42b1ba002899"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "34376bf7-c804-47b8-81d1-55cc0dfd1a14"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->255707815,ExpressionUUID->"74bdee3d-dfaf-4649-948c-4ab488622633"], + +Cell["Loading the package:", "ExampleText", + CellID->444607150,ExpressionUUID->"eec28788-f5fe-4ac5-9f5a-ab0fa191914b"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->1001415584,ExpressionUUID->"757ffb25-3d61-41e0-9f08-6916f7130c57"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1098789116,ExpressionUUID->"44849b83-de36-469b-aef8-1893291fc555"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1040299055,ExpressionUUID->"858283fc-a244-4a3b-be8d-98a9ba12a4c7"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->799765376,ExpressionUUID->"674264f8-2ad2-46b7-b5a0-85a382056626"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1371784554,ExpressionUUID->"d4239718-26d4-4de4-a41c-226856f6e739"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1218298810,ExpressionUUID->"3f094bd3-7ddc-46bd-b9cd-70ccc8f77935"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->706054560,ExpressionUUID->"097ecf6f-03a3-450f-a706-bd877cc71a2b"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1980868996,ExpressionUUID->"090275fc-b312-4b89-95a1-d2f422151d36"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1714040957,ExpressionUUID->"51337b96-1449-4244-8c7d-4ea49b1011a6"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1717009719,ExpressionUUID->"b24705cb-517a-4bff-95ae-502a4e4cea83"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1188123341,ExpressionUUID->"a468c207-20f0-43ed-bc71-50d2477812fd"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$13551`", + CellLabel->"During evaluation of In[1]:=", + CellID->1062346263,ExpressionUUID->"5d517f67-f138-4f82-bdb2-604ddd418924"] +}, Open ]] +}, Open ]], + +Cell["Define the following four person game:", "ExampleText", + CellID->1925744811,ExpressionUUID->"973f6123-eeed-46e2-95fe-348c917557f7"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[2]:=", + CellID->2362373,ExpressionUUID->"8c4b8ee8-4fd4-4165-9d15-73f1896e752d"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"vec", "=", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "17", ",", "27", ",", + "0", ",", "0", ",", "35", ",", "42", ",", "0", ",", "33", ",", "0", ",", + "57", ",", "90"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->592898328,ExpressionUUID->"af37abdd-31dc-4f42-979e-b6564bc66660"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[4]:=", + CellID->880575979,ExpressionUUID->"e5f06a90-1afb-48dc-b831-a29eb006f8ce"], + +Cell["\<\ +First, let us consider the set of options with its default values that is \ +given by\ +\>", "ExampleText", + CellID->300764945,ExpressionUUID->"e0b50580-8f5c-4e6a-9782-985d75fd0be8"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "CddGmpPlotWeberSet", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->655676728,ExpressionUUID->"96fb48c1-ef22-48df-9685-de5d3b1f61f4"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"RationalExact", "\[Rule]", "True"}], ",", + RowBox[{"RedDim", "\[Rule]", "True"}]}], "}"}]], "Output", + CellContext->"Cell$$13551`", + CellLabel->"Out[5]=", + CellID->162656093,ExpressionUUID->"1bd37be2-32f5-4b19-8f6c-f1fd9ebedc4c"] +}, Open ]], + +Cell["\<\ +We compute the necessary data to plot of the Weber set of the game, while \ +relying on the GMP rational exact arithmetic via\ +\>", "ExampleText", + CellID->842251856,ExpressionUUID->"85bb7dfd-1287-4440-a174-671d0a5e15b6"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"faclist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], "=", + RowBox[{"CddGmpPlotWeberSet", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->805658118,ExpressionUUID->"c001e6a3-68be-47d5-a62f-707a186d8d69"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"1\"\>", ",", "\<\" 0\"\>", + ",", "\<\"10/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"14/5\"\>", ",", "\<\"-1\"\>", + ",", "\<\"25/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"5/177\"\>", ",", "\<\"-2/59\"\>", + ",", "\<\"155/1593\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\"10/513\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"13/51\"\>", + ",", "\<\"1/27\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"1\"\>", ",", "\<\"300/17\"\>", + ",", "\<\"10/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\" 0\"\>", + ",", "\<\"-1/90\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"87/8\"\>", ",", "\<\"-1\"\>", + ",", "\<\"57/16\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"10/3\"\>", ",", "\<\"90/17\"\>", + ",", "\<\"1\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"10/3\"\>", ",", "\<\" 0\"\>", + ",", "\<\"1\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"10/513\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"14/5\"\>", ",", "\<\"-1\"\>", + ",", "\<\"57/16\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"5/177\"\>", ",", "\<\"-2/59\"\>", + ",", "\<\"55/944\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-4/675\"\>", ",", "\<\"-4/675\"\>", + ",", "\<\"-1/90\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/90\"\>", ",", "\<\"73/1530\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/244\"\>", ",", "\<\"-11/732\"\>", + ",", "\<\"-1/244\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-125/22464\"\>", + ",", "\<\"-89/7488\"\>", ",", "\<\"-23/2496\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-25/3888\"\>", ",", "\<\"-13/1296\"\>", + ",", "\<\"-13/1296\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/244\"\>", ",", "\<\"-11/732\"\>", + ",", "\<\"55/6588\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/90\"\>", ",", "\<\" 0\"\>", + ",", "\<\" 0\"\>"}], "}"}]}], "}"}], ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "17", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "7", ",", "8", ",", "9", ",", "10", ",", "12", ",", "15", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "4", ",", "13", ",", "14", ",", "18", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "17", ",", "20", ",", "21", ",", "22", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "5", ",", "8", ",", "15", ",", "16", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "20", ",", "22", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "11", ",", "15", ",", "16", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "6", ",", "7", ",", "8", ",", "20", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "3", ",", "17", ",", "18", ",", "19", ",", "21", ",", "23", ",", "24", + ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "20", ",", "22", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "12", ",", "18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"21", ",", "22", ",", "23", ",", "25", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "13", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"23", ",", "24", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "10", ",", "11", ",", "13", ",", "18", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "24", ",", "25", ",", + "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24", ",", "25"}], "}"}]}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"3", ",", "7", ",", "14", ",", "17", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "8", ",", "11", ",", "13", ",", "17", ",", "23", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "14", ",", "21", ",", "23", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "8", ",", "21", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "10", ",", "13", ",", "14", ",", "18", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "11", ",", "13", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "13", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "3", ",", "7", ",", "8", ",", "10", ",", "12", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "4", ",", "7", ",", "17", ",", "18", ",", "22", ",", "24", + ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "14", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "14", ",", "22", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "11", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "18", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "4", ",", "11", ",", "17", ",", "21", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "4", ",", "5", ",", "8", ",", "12", ",", "13", ",", "14", ",", "22", + ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "3", ",", "4", ",", "5", ",", "7", ",", "8", ",", "10", ",", + "11", ",", "12", ",", "13", ",", "14", ",", "17", ",", "18", ",", "21", + ",", "22", ",", "23", ",", "24"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"12", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "14", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "19", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "8", ",", "19", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "12", ",", "13", ",", "16", ",", "25"}], "}"}], ",", + + RowBox[{"{", + RowBox[{ + "1", ",", "3", ",", "7", ",", "9", ",", "13", ",", "15", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "13", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "17", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "11", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "9", ",", "15", ",", "17", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "19", ",", "21", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "11", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "2", ",", "5", ",", "8", ",", "11", ",", "19", ",", "21", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "7", ",", "14", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "4", ",", "6", ",", "14", ",", "17", ",", "20", ",", "23", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "14", ",", "17", ",", "20", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "13", ",", "16", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "14", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "16", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "18", ",", "22", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "22", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "10", ",", "12", ",", "16", ",", "18", ",", "22", ",", "24", ",", + "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "6", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "5", ",", "8", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "18", ",", "24", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "14", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "4", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "20", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "12", ",", "17", ",", "20", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "7", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "12", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "11", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "13", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "9", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "14", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "13", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "10", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "11", ",", "14", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "19", ",", "21", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "9", ",", "13", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"12", ",", "17", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "7", ",", "22", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"17", ",", "22", ",", "23", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", "21", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"21", ",", "24", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "23", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "22", ",", "23", ",", "24", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24", ",", "25"}], "}"}]}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"1\"\>", ",", "\<\" 0\"\>", + ",", "\<\"10/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"14/5\"\>", ",", "\<\"-1\"\>", + ",", "\<\"25/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"5/177\"\>", ",", "\<\"-2/59\"\>", + ",", "\<\"155/1593\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\"10/513\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"13/51\"\>", + ",", "\<\"1/27\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"1\"\>", ",", "\<\"300/17\"\>", + ",", "\<\"10/3\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\" 0\"\>", + ",", "\<\"-1/90\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"87/8\"\>", ",", "\<\"-1\"\>", + ",", "\<\"57/16\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"10/3\"\>", ",", "\<\"90/17\"\>", + ",", "\<\"1\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"10/3\"\>", ",", "\<\" 0\"\>", + ",", "\<\"1\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"10/513\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\" 0\"\>", ",", "\<\"14/5\"\>", ",", "\<\"-1\"\>", + ",", "\<\"57/16\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"5/177\"\>", ",", "\<\"-2/59\"\>", + ",", "\<\"55/944\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\" 0\"\>", ",", "\<\"-1/57\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-4/675\"\>", ",", "\<\"-4/675\"\>", + ",", "\<\"-1/90\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/90\"\>", ",", "\<\"73/1530\"\>", + ",", "\<\" 0\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/244\"\>", ",", "\<\"-11/732\"\>", + ",", "\<\"-1/244\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-125/22464\"\>", ",", "\<\"-89/7488\"\>", + ",", "\<\"-23/2496\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-25/3888\"\>", ",", "\<\"-13/1296\"\>", + ",", "\<\"-13/1296\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/244\"\>", ",", "\<\"-11/732\"\>", + ",", "\<\"55/6588\"\>"}], "}"}], ",", + RowBox[{"{", + RowBox[{"\<\"1\"\>", ",", "\<\"-1/90\"\>", ",", "\<\" 0\"\>", + ",", "\<\" 0\"\>"}], "}"}]}], "}"}]}], "}"}]], "Output", + CellContext->"Cell$$13551`", + CellLabel->"Out[6]=", + CellID->180727274,ExpressionUUID->"9fb6a27d-ea80-4e14-be21-dc775467cb2f"] +}, Open ]], + +Cell["\<\ +This returns no graphic, it only returns the necessary data to plot the core. +Notice that faclist is the set of facets (HRepresentation) that constitutes \ +the Weber set, and ecdlist, eadlist are the incidence list, the adjacency \ +list (of extreme points and rays), and icdlist, iadlist are the incidence \ +list, the adjacency list (of inequalities). Finally, extmat contains the \ +information of the inequality system as an augmented matrix. \ +\>", "ExampleText", + CellID->711907895,ExpressionUUID->"ebdf6829-d199-4dc5-83ee-8d8a770f8f55"], + +Cell["\<\ +To uses floating point arithmetic, we need to turn off the option \ +RationalExact.\ +\>", "ExampleText", + CellID->1467176932,ExpressionUUID->"01a6cafd-dd88-405c-978a-c55af147107f"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"crv", "=", + RowBox[{"CddGmpPlotWeberSet", "[", + RowBox[{"ExpGame", ",", + RowBox[{"RationalExact", "\[Rule]", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->1462475121,ExpressionUUID->"ec97230d-8880-456f-b957-dd894a04efea"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "0.`", ",", "3.333333333333333`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "2.8000000000000003`", ",", + RowBox[{"-", "1.`"}], ",", "8.333333333333334`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.028248587570621424`", ",", + RowBox[{"-", "0.03389830508474574`"}], ",", "0.0973006905210294`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "8.68351070262465`*^-18", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", + "0.01949317738791425`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1.`", ",", "5.2498184511971216`*^-17", ",", "0.2549019607843147`", + ",", "0.037037037037037215`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0.`", ",", "1.`", ",", "17.647058823529417`", ",", + "3.3333333333333335`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.`", ",", "0.`", ",", + RowBox[{"-", "0.011111111111111112`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "10.874999999999998`", ",", + RowBox[{"-", "1.`"}], ",", "3.5625`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0.`", ",", "3.333333333333333`", ",", "5.294117647058824`", ",", + "1.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "3.333333333333333`", ",", "0.`", ",", "1.`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.019493177387914246`", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", + "9.331021871067285`*^-18"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "2.8000000000000003`", ",", + RowBox[{"-", "1.`"}], ",", "3.5625`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.028248587570621424`", ",", + RowBox[{"-", "0.033898305084745735`"}], ",", + "0.05826271186440669`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "8.68351070262465`*^-18", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", + "9.331021871067285`*^-18"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.005925925925925926`"}], ",", + RowBox[{"-", "0.005925925925925923`"}], ",", + RowBox[{"-", "0.011111111111111113`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.011111111111111112`"}], ",", "0.047712418300653606`", + ",", "0.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.004098360655737705`"}], ",", + RowBox[{"-", "0.015027322404371584`"}], ",", + RowBox[{"-", "0.004098360655737705`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.005564458689458688`"}], ",", + RowBox[{"-", "0.011885683760683764`"}], ",", + RowBox[{"-", "0.00921474358974359`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.006430041152263376`"}], ",", + RowBox[{"-", "0.010030864197530862`"}], ",", + RowBox[{"-", "0.010030864197530867`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.004098360655737705`"}], ",", + RowBox[{"-", "0.015027322404371582`"}], ",", + "0.008348512446873102`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.011111111111111112`"}], ",", + RowBox[{"-", "1.0729910943396152`*^-18"}], ",", + RowBox[{"-", "1.4165360310105292`*^-18"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "17", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "7", ",", "8", ",", "9", ",", "10", ",", "12", ",", "15", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "4", ",", "13", ",", "14", ",", "18", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "17", ",", "20", ",", "21", ",", "22", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "5", ",", "8", ",", "15", ",", "16", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "20", ",", "22", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "11", ",", "15", ",", "16", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "6", ",", "7", ",", "8", ",", "20", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "3", ",", "17", ",", "18", ",", "19", ",", "21", ",", "23", ",", "24", + ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "20", ",", "22", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "12", ",", "18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"21", ",", "22", ",", "23", ",", "25", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"18", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "13", ",", "14", ",", "16", ",", "26"}], "}"}], ",", + + RowBox[{"{", + RowBox[{"23", ",", "24", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "10", ",", "11", ",", "13", ",", "18", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "24", ",", "25", ",", + "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24", ",", "25"}], "}"}]}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"3", ",", "7", ",", "14", ",", "17", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "8", ",", "11", ",", "13", ",", "17", ",", "23", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "14", ",", "21", ",", "23", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "8", ",", "21", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "10", ",", "13", ",", "14", ",", "18", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "11", ",", "13", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "12", ",", "13", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "3", ",", "7", ",", "8", ",", "10", ",", "12", ",", "24", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "4", ",", "7", ",", "17", ",", "18", ",", "22", ",", "24", + ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "14", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "14", ",", "22", ",", "25"}], "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "11", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "18", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "4", ",", "11", ",", "17", ",", "21", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "4", ",", "5", ",", "8", ",", "12", ",", "13", ",", "14", ",", "22", + ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "3", ",", "4", ",", "5", ",", "7", ",", "8", ",", "10", ",", + "11", ",", "12", ",", "13", ",", "14", ",", "17", ",", "18", ",", "21", + ",", "22", ",", "23", ",", "24"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"12", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "13", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "14", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "19", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "8", ",", "19", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "12", ",", "13", ",", "16", ",", "25"}], "}"}], ",", + + RowBox[{"{", + RowBox[{ + "1", ",", "3", ",", "7", ",", "9", ",", "13", ",", "15", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "13", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "17", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "11", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "3", ",", "9", ",", "15", ",", "17", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "21", ",", "23", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "5", ",", "19", ",", "21", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "8", ",", "11", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "2", ",", "5", ",", "8", ",", "11", ",", "19", ",", "21", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "7", ",", "14", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "4", ",", "6", ",", "14", ",", "17", ",", "20", ",", "23", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "14", ",", "17", ",", "20", ",", "25"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "13", ",", "16", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "14", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "10", ",", "16", ",", "18", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "18", ",", "22", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{"14", ",", "22", ",", "24", ",", "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "10", ",", "12", ",", "16", ",", "18", ",", "22", ",", "24", ",", + "25"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"2", ",", "6", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "5", ",", "8", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "18", ",", "24", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "5", ",", "14", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "4", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "20", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "12", ",", "17", ",", "20", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"2", ",", "7", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "12", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"9", ",", "11", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"10", ",", "13", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "9", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"11", ",", "14", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "13", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "10", ",", "16", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"5", ",", "11", ",", "14", ",", "15", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "19", ",", "21", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "9", ",", "13", ",", "19", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"12", ",", "17", ",", "18", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"6", ",", "7", ",", "22", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"17", ",", "22", ",", "23", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", "21", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"21", ",", "24", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3", ",", "23", ",", "25", ",", "26"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "6", ",", "22", ",", "23", ",", "24", ",", "26"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", + "8", ",", "9", ",", "10", ",", "11", ",", "12", ",", "13", ",", "14", + ",", "15", ",", "16", ",", "17", ",", "18", ",", "19", ",", "20", ",", + "21", ",", "22", ",", "23", ",", "24", ",", "25"}], "}"}]}], "}"}], + ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "0.`", ",", "3.333333333333333`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "2.8000000000000003`", ",", + RowBox[{"-", "1.`"}], ",", "8.333333333333334`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.028248587570621424`", ",", + RowBox[{"-", "0.03389830508474574`"}], ",", "0.0973006905210294`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "8.68351070262465`*^-18", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", "0.01949317738791425`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + "1.`", ",", "5.2498184511971216`*^-17", ",", "0.2549019607843147`", ",", + "0.037037037037037215`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0.`", ",", "1.`", ",", "17.647058823529417`", ",", + "3.3333333333333335`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.`", ",", "0.`", ",", + RowBox[{"-", "0.011111111111111112`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "10.874999999999998`", ",", + RowBox[{"-", "1.`"}], ",", "3.5625`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0.`", ",", "3.333333333333333`", ",", "5.294117647058824`", ",", + "1.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "3.333333333333333`", ",", "0.`", ",", "1.`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.019493177387914246`", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", + "9.331021871067285`*^-18"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.`", ",", "2.8000000000000003`", ",", + RowBox[{"-", "1.`"}], ",", "3.5625`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.028248587570621424`", ",", + RowBox[{"-", "0.033898305084745735`"}], ",", "0.05826271186440669`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "8.68351070262465`*^-18", ",", + RowBox[{"-", "0.017543859649122813`"}], ",", + "9.331021871067285`*^-18"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.005925925925925926`"}], ",", + RowBox[{"-", "0.005925925925925923`"}], ",", + RowBox[{"-", "0.011111111111111113`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.011111111111111112`"}], ",", "0.047712418300653606`", + ",", "0.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.004098360655737705`"}], ",", + RowBox[{"-", "0.015027322404371584`"}], ",", + RowBox[{"-", "0.004098360655737705`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.005564458689458688`"}], ",", + RowBox[{"-", "0.011885683760683764`"}], ",", + RowBox[{"-", "0.00921474358974359`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.006430041152263376`"}], ",", + RowBox[{"-", "0.010030864197530862`"}], ",", + RowBox[{"-", "0.010030864197530867`"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.004098360655737705`"}], ",", + RowBox[{"-", "0.015027322404371582`"}], ",", "0.008348512446873102`"}], + "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", + RowBox[{"-", "0.011111111111111112`"}], ",", + RowBox[{"-", "1.0729910943396152`*^-18"}], ",", + RowBox[{"-", "1.4165360310105292`*^-18"}]}], "}"}]}], "}"}]}], + "}"}]], "Output", + CellContext->"Cell$$13551`", + CellLabel->"Out[7]=", + CellID->1492321482,ExpressionUUID->"e830957f-b2f6-407e-95ed-bae57c0bc9f9"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpImputationVertices"]], + "paclet:TUG/ref/CddGmpImputationVertices", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "53b3f742-97ab-48a2-a480-bfb45f9602d0"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotImputationSet"]], + "paclet:TUG/ref/CddGmpPlotImputationSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0f945f58-43ab-4909-9ac5-87adf6db5253"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotLowerSet"]], + "paclet:TUG/ref/CddGmpPlotLowerSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d8e4a1a7-5923-4d38-9d22-61d842f95876"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotCore"]], "paclet:TUG/ref/CddGmpPlotCore", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6e754c1e-8362-48e6-8e58-15e56675aa5c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddVerticesReasonableSet"]], + "paclet:TUG/ref/CddVerticesReasonableSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7ef62bff-a4f1-43d5-b90e-f6154dcfd22f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotReasonableSet"]], + "paclet:TUG/ref/CddGmpPlotReasonableSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "bb218253-6abc-4622-a232-0b2aa92ce822"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddVerticesLowerSet"]], + "paclet:TUG/ref/CddVerticesLowerSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ae4cc295-015b-47d5-8ecf-235a036fda85"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpVerticesCore"]], + "paclet:TUG/ref/CddGmpVerticesCore", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "bb32d4c5-114b-4278-9a49-a47b30e41907"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddVerticesCore"]], "paclet:TUG/ref/CddVerticesCore", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "e22d7e09-532f-4296-ade2-182ee7d89743"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["VerticesCore"]], "paclet:TUG/ref/VerticesCore", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "4d15c3ea-f06d-42d5-adeb-57a03919640f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["StrongEpsCore3dV6"]], + "paclet:TUG/ref/StrongEpsCore3dV6", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "39aa9f36-89f9-4a75-b3e4-959c2481369d"] + }], "SeeAlso",ExpressionUUID->"9d36c914-62db-4180-b19f-8e4677abc395"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"2699427f-e927-4f1d-a213-\ +939f156b4d79"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"7c23ea96-5fce-4b49-ba3f-b9edca9c9a36"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"5f28d763-c1b4-4e75-9102-\ +abfea0ef61bc"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "028d9579-7dfd-4eab-9929-116dd5ccc820"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "50273198-a00c-4a98-a065-a13038088041"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"acfd8c0e-8466-44f7-a55d-\ +953e3819e3db"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotCore3dV6"}]]]], + "paclet:TUG/Ref/PlotCore3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "2cc9971f-718b-4291-8828-e080daa9d89e"]], "RelatedLinks", + ExpressionUUID->"d354c9d3-066c-4889-8f7e-7102dd36460e"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "6713dffb-bfd2-4c58-9c2b-62ef4c4957be"]], "RelatedLinks", + ExpressionUUID->"fa2ecf3b-da4e-4df8-9f70-14bd45e8fd2d"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "EpsValue"}]]]], + "paclet:TUG/Ref/EpsValue"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "cc1cb97c-5c1a-4d5a-a1ba-df2ed3e87324"]], "RelatedLinks", + ExpressionUUID->"f0f28806-2014-496d-925f-7f3408bdbfd3"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"8e129582-aaf9-4cb2-85cf-\ +97ee5b1b8d0b"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->117551421,ExpressionUUID->"402b8877-1c2f-415f-a957-53d9fa9101bf"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"fd687a4d-087f-452d-a286-4da8e176d6e3"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"52d0d9fc-3474-4214-8026-bfc1bdf1be5c"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"33df5bc7-a45a-4c46-90bd-aa5baf2fc323"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"c9bd9b30-e680-4ec4-96ea-9b2806f9ae1b"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"57f832ed-5e7c-46d3-98d4-e85ba5457de6"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"CddGmpPlotWeberSet", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 51, 45.806877}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`coop`", + "keywords" -> {}, "specialkeywords" -> {}, + "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> + "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", + "summary" -> + "CddGmpPlotWeberSet[game] calculates while using Cddmathlink2gmp via \ +Mathlink all relevant data to plot the Weber set. CddGmpPlotWeberSet[game, \ +options] by option set the GNU Multiple Precision Arithmetic Library can be \ +disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> + "CddGmpPlotWeberSet", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "CddGmpPlotWeberSet", "type" -> "Symbol", "uri" -> + "TUG/ref/CddGmpPlotWeberSet"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"b0a2f66d-906f-40b7-bad6-9e0b8560cb8b" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[17836, 460, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"367936f8-3a16-4454-ad0e-6f6d0363a6b0", + CellTags->"PrimaryExamplesSection", + CellID->227278231]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 75034, 1913} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[590, 21, 7407, 176, 57, "AnchorBarGrid",ExpressionUUID->"68dd49f3-c162-4015-8c85-9bd21956f4b5", + CellID->1], +Cell[8000, 199, 91, 0, 23, "ContextNameCell",ExpressionUUID->"44639f19-dcb4-4f31-9e0d-6dc3666a1453"], +Cell[CellGroupData[{ +Cell[8116, 203, 561, 14, 59, "ObjectNameGrid",ExpressionUUID->"950fb924-d0b1-44f4-9772-7ab359208f0e"], +Cell[8680, 219, 933, 19, 186, "Usage",ExpressionUUID->"38b0ee4b-fb30-41aa-9e77-7167779b4acf", + CellID->1814581504] +}, Open ]], +Cell[CellGroupData[{ +Cell[9650, 243, 1895, 47, 37, "NotesSection",ExpressionUUID->"0be181d3-2546-4c44-8a1a-e2ec8e18eeeb", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->1923714133], +Cell[11548, 292, 515, 12, 57, "Notes",ExpressionUUID->"2450207c-c608-46ee-b824-0c8f20ba56e8", + CellID->1014199156], +Cell[12066, 306, 489, 12, 38, "Notes",ExpressionUUID->"1c731c03-4f6e-468f-bf91-002bb2411bf4", + CellID->177724765], +Cell[12558, 320, 328, 5, 57, "Notes",ExpressionUUID->"5f212af4-65d3-44e4-8f3b-8ea375e6f2a6", + CellID->881701117], +Cell[12889, 327, 432, 7, 78, "Notes",ExpressionUUID->"dfb903f5-02c4-47c8-ad97-dcf2639ba50c", + CellID->873586931], +Cell[13324, 336, 377, 6, 78, "Notes",ExpressionUUID->"ac3da132-de8c-4746-a88c-66f6c6159717", + CellID->308799252], +Cell[13704, 344, 617, 18, 38, "Notes",ExpressionUUID->"1678d5cc-606e-4098-8587-e2c7adfa8f6a", + CellID->819323919], +Cell[14324, 364, 255, 5, 57, "Notes",ExpressionUUID->"12b33be0-7a7b-46e7-9204-77c413a36df6", + CellID->713226271], +Cell[14582, 371, 348, 9, 38, "Notes",ExpressionUUID->"74b023e0-4431-46f7-9106-ec3527109502", + CellID->1543543678], +Cell[14933, 382, 267, 4, 48, "Notes",ExpressionUUID->"7dc8a69a-a260-4249-94f3-4381cc10638e", + CellID->13178], +Cell[15203, 388, 676, 15, 70, "3ColumnTableMod",ExpressionUUID->"8db31101-3c7f-42ae-9f0d-4d66a0281061", + CellID->901767574], +Cell[15882, 405, 692, 15, 70, "3ColumnTableMod",ExpressionUUID->"b62c7ae4-aad4-4890-9baf-0d6f02c4e56f", + CellID->1889737650], +Cell[16577, 422, 542, 15, 70, "Notes",ExpressionUUID->"31086d1d-2181-4bd3-b832-d68808a73128", + CellID->608546217], +Cell[17122, 439, 587, 15, 70, "Notes",ExpressionUUID->"91611588-2a45-4736-bb9a-aa81f9e61d27", + CellID->995309240] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[17836, 460, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"367936f8-3a16-4454-ad0e-6f6d0363a6b0", + CellTags->"PrimaryExamplesSection", + CellID->227278231], +Cell[CellGroupData[{ +Cell[19281, 501, 1398, 36, 70, "ExampleSection",ExpressionUUID->"74bdee3d-dfaf-4649-948c-4ab488622633", + CellID->255707815], +Cell[20682, 539, 118, 1, 70, "ExampleText",ExpressionUUID->"eec28788-f5fe-4ac5-9f5a-ab0fa191914b", + CellID->444607150], +Cell[CellGroupData[{ +Cell[20825, 544, 168, 3, 70, "Input",ExpressionUUID->"757ffb25-3d61-41e0-9f08-6916f7130c57", + CellID->1001415584], +Cell[CellGroupData[{ +Cell[21018, 551, 237, 4, 70, "Print",ExpressionUUID->"44849b83-de36-469b-aef8-1893291fc555", + CellID->1098789116], +Cell[21258, 557, 366, 8, 70, "Print",ExpressionUUID->"858283fc-a244-4a3b-be8d-98a9ba12a4c7", + CellID->1040299055], +Cell[21627, 567, 236, 4, 70, "Print",ExpressionUUID->"674264f8-2ad2-46b7-b5a0-85a382056626", + CellID->799765376], +Cell[21866, 573, 221, 3, 70, "Print",ExpressionUUID->"d4239718-26d4-4de4-a41c-226856f6e739", + CellID->1371784554], +Cell[22090, 578, 208, 3, 70, "Print",ExpressionUUID->"3f094bd3-7ddc-46bd-b9cd-70ccc8f77935", + CellID->1218298810], +Cell[22301, 583, 237, 4, 70, "Print",ExpressionUUID->"097ecf6f-03a3-450f-a706-bd877cc71a2b", + CellID->706054560], +Cell[22541, 589, 221, 3, 70, "Print",ExpressionUUID->"090275fc-b312-4b89-95a1-d2f422151d36", + CellID->1980868996], +Cell[22765, 594, 237, 4, 70, "Print",ExpressionUUID->"51337b96-1449-4244-8c7d-4ea49b1011a6", + CellID->1714040957], +Cell[23005, 600, 237, 4, 70, "Print",ExpressionUUID->"b24705cb-517a-4bff-95ae-502a4e4cea83", + CellID->1717009719], +Cell[23245, 606, 208, 3, 70, "Print",ExpressionUUID->"a468c207-20f0-43ed-bc71-50d2477812fd", + CellID->1188123341], +Cell[23456, 611, 237, 4, 70, "Print",ExpressionUUID->"5d517f67-f138-4f82-bdb2-604ddd418924", + CellID->1062346263] +}, Open ]] +}, Open ]], +Cell[23720, 619, 137, 1, 70, "ExampleText",ExpressionUUID->"973f6123-eeed-46e2-95fe-348c917557f7", + CellID->1925744811], +Cell[23860, 622, 232, 6, 70, "Input",ExpressionUUID->"8c4b8ee8-4fd4-4165-9d15-73f1896e752d", + CellID->2362373], +Cell[24095, 630, 380, 9, 70, "Input",ExpressionUUID->"af37abdd-31dc-4f42-979e-b6564bc66660", + CellID->592898328], +Cell[24478, 641, 237, 6, 70, "Input",ExpressionUUID->"e5f06a90-1afb-48dc-b831-a29eb006f8ce", + CellID->880575979], +Cell[24718, 649, 190, 4, 70, "ExampleText",ExpressionUUID->"e0b50580-8f5c-4e6a-9782-985d75fd0be8", + CellID->300764945], +Cell[CellGroupData[{ +Cell[24933, 657, 175, 3, 70, "Input",ExpressionUUID->"96fb48c1-ef22-48df-9685-de5d3b1f61f4", + CellID->655676728], +Cell[25111, 662, 284, 7, 36, "Output",ExpressionUUID->"1bd37be2-32f5-4b19-8f6c-f1fd9ebedc4c", + CellID->162656093] +}, Open ]], +Cell[25410, 672, 232, 4, 70, "ExampleText",ExpressionUUID->"85bb7dfd-1287-4440-a174-671d0a5e15b6", + CellID->842251856], +Cell[CellGroupData[{ +Cell[25667, 680, 384, 9, 70, "Input",ExpressionUUID->"c001e6a3-68be-47d5-a62f-707a186d8d69", + CellID->805658118], +Cell[26054, 691, 16678, 399, 613, "Output",ExpressionUUID->"9fb6a27d-ea80-4e14-be21-dc775467cb2f", + CellID->180727274] +}, Open ]], +Cell[42747, 1093, 551, 8, 70, "ExampleText",ExpressionUUID->"ebdf6829-d199-4dc5-83ee-8d8a770f8f55", + CellID->711907895], +Cell[43301, 1103, 189, 4, 70, "ExampleText",ExpressionUUID->"01a6cafd-dd88-405c-978a-c55af147107f", + CellID->1467176932], +Cell[CellGroupData[{ +Cell[43515, 1111, 272, 6, 70, "Input",ExpressionUUID->"ec97230d-8880-456f-b957-dd894a04efea", + CellID->1462475121], +Cell[43790, 1119, 18133, 442, 707, "Output",ExpressionUUID->"e830957f-b2f6-407e-95ed-bae57c0bc9f9", + CellID->1492321482] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[62165, 1570, 6096, 162, 70, "SeeAlsoSection",ExpressionUUID->"2699427f-e927-4f1d-a213-939f156b4d79"], +Cell[68264, 1734, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5f28d763-c1b4-4e75-9102-abfea0ef61bc"], +Cell[68937, 1754, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"acfd8c0e-8466-44f7-a55d-953e3819e3db"], +Cell[69973, 1782, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"8e129582-aaf9-4cb2-85cf-97ee5b1b8d0b"], +Cell[CellGroupData[{ +Cell[72217, 1849, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"402b8877-1c2f-415f-a957-53d9fa9101bf", + CellID->117551421], +Cell[72357, 1852, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fd687a4d-087f-452d-a286-4da8e176d6e3", + CellID->1194386356], +Cell[72579, 1858, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"52d0d9fc-3474-4214-8026-bfc1bdf1be5c", + CellID->1641706272], +Cell[72794, 1863, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33df5bc7-a45a-4c46-90bd-aa5baf2fc323", + CellID->399251956], +Cell[73023, 1869, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c9bd9b30-e680-4ec4-96ea-9b2806f9ae1b", + CellID->821434655] +}, Open ]], +Cell[73260, 1875, 78, 0, 70, "FooterCell",ExpressionUUID->"57f832ed-5e7c-46d3-98d4-e85ba5457de6"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/CddGmpVerticesCore.nb b/Documentation/English/ReferencePages/Symbols/CddGmpVerticesCore.nb index bd77a6e..96e6ce7 100644 --- a/Documentation/English/ReferencePages/Symbols/CddGmpVerticesCore.nb +++ b/Documentation/English/ReferencePages/Symbols/CddGmpVerticesCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52003, 1342] -NotebookOptionsPosition[ 42493, 1157] -NotebookOutlinePosition[ 44720, 1212] -CellTagsIndexPosition[ 44634, 1207] +NotebookDataLength[ 52047, 1343] +NotebookOptionsPosition[ 42545, 1159] +NotebookOutlinePosition[ 44795, 1215] +CellTagsIndexPosition[ 44709, 1210] WindowTitle->CddGmpVerticesCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fc195bfd-45d5-47e4-a9ba-834d638ed507"], + "a98fb50a-05e5-4f61-bf16-44e3287574a9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1875c1db-e1ea-47aa-8941-f2fc0637a8ac"], + "14a5f74e-5ce9-44fe-8995-226772c7cc67"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "706bbc95-55e5-4d69-b611-cb0dbc36d0a3"] - }],ExpressionUUID->"5e50a9bd-4dea-419c-8d01-7bfa68fc4596"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "bd9f4392-a1f9-4da3-a144-3461ccd61707"] + }],ExpressionUUID->"220fe01b-4b0b-454f-b2d3-726f0f96f7ed"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0c25f88c-df28-4f8d-882b-4dcf25d93216"], + "a345db0c-e070-4f50-8a30-f7a5855de7fe"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0c0a7566-bcf0-4bba-b675-b95dd2d80c00"] - }],ExpressionUUID->"0c37ffa5-8961-4f8c-8f2c-d924282d6c56"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fd126ffc-dda8-49a7-8528-4ee3010ca51a"] + }],ExpressionUUID->"2f918e91-8398-45f8-abff-182074514d1f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f52eba80-6220-4a26-af8f-ef9dd2978355"], + "642640bd-49c1-42c0-819e-eb8d0cde5f87"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f729070d-0c9e-4248-bee1-550822035282"] - }],ExpressionUUID->"fd9fac4a-3a22-4e09-afb0-9ce8d9e8c5fb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1302f4e9-4cd1-431c-8032-4cd33e27e81c"] + }],ExpressionUUID->"c733f786-3124-4a05-a0bc-9c73dfaac10c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "82de5155-080a-4ae8-9603-80d5c5383ce0"], + "9e651b7b-40f4-45d1-8408-59dd434e47e1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2ea39185-666b-4094-a970-d17915e33efe"] - }],ExpressionUUID->"5350146c-d4d7-42ea-ae91-19862d8a7731"], - StripOnInput->False], {"\<\"TUG/ref/CddGmpVerticesCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddGmpVerticesCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d28034cb-8cd5-4586-987e-4d4c6789df3c"] + }],ExpressionUUID->"7141a834-83f5-470a-830e-7f21e64a423a"], + StripOnInput->False],{ + "\"TUG/ref/CddGmpVerticesCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddGmpVerticesCore"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddGmpVerticesCore.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$46290], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddGmpVerticesCore" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$48777], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddGmpVerticesCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e352244e-cf92-42cd-8362-a27524192de1"] + "557a7388-7c8a-486c-998d-1d74faac03f6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6fb53b3e-7d72-41a2-8cde-f6904e0d8c69"]} + "8ab39a13-52fe-4e70-a103-2c8ec2faea63"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6ee7792c-9ec7-4049-ac04-f2a5a4c26d8f"], + CellID->1,ExpressionUUID->"0c412720-3e2e-4798-aafa-a402066eea97"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"66df6aec-7fef-4c6b-b88b-059d8c5d2b58"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"765271bf-b929-479b-a76f-75b33ad58626"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddGmpVerticesCore", "ObjectName",ExpressionUUID-> - "1cc0b896-0173-475b-b069-27d6eef49782"], + "06a5b986-b614-4dbd-b970-4312f220c653"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"72ffeab5-0009-48d7-8269-686f68a27ba3"], + "Spacer1"]],ExpressionUUID->"ea97a45a-dc0b-403b-8c20-e6be2680202b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "62819905-b2cf-46a7-83b7-e976868ad58f"] - }],ExpressionUUID->"5d40c8bc-06cb-4eff-9ee9-bf4c23bea5f2"], Cell[BoxData[ + "39becd87-f730-425a-8164-c54ea02e535d"] + }],ExpressionUUID->"112f2455-d52d-4514-9ef2-240cc81c28a9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1be9f904-46f9-451a-ba8c-87f28bf6c48b"]} + "9c9273d2-bd6c-4543-8d22-a438069a5c5f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"06544f85-b524-4520-b699-752cf78c300f"], + CacheGraphics->False,ExpressionUUID->"2095ae07-e1dc-488a-bfb6-d9c4b0f53bce"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "230d8ecd-f6d2-471c-b738-9d5b3c2e0009"], " \[LineSeparator]calculates all vertices of the core with \ Cddmathlink2gmp via Mathlink." - }],ExpressionUUID->"53097528-f654-4c6b-9961-7edc0250f4f7"]}, + }],ExpressionUUID->"b40cc0b0-e9f6-4010-b51f-c5ab5739e81d"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddGmpVerticesCore", "[", @@ -248,7 +253,7 @@ Cddmathlink2gmp via Mathlink." "1cbf1b3d-54f8-4d70-9c3b-117f2120b883"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"827eb451-48b8-4fbf-be25-06fc7b343d78"]} + }],ExpressionUUID->"42dbff2f-a4b6-41a7-ae8a-722cf3319118"]} }]], "Usage", CellID->1814581504,ExpressionUUID->"be05047e-19c7-47a7-aa92-cc595bd78a9c"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2c5bd49c-ed00-4346-b1ca-5eb4ea248937"], + ExpressionUUID->"2562baf3-1c16-42db-ae21-214161da3769"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"260dca32-21fd-4547-a207-0f2725f03e4b"], + "Spacer1"]],ExpressionUUID->"0900ca8c-7ec1-47e8-93aa-0d33ab462afd"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a3464787-65fc-40df-a234-08d8414d515e"], + }], "NotesFrameText",ExpressionUUID->"d66eda38-791c-4d13-9d5b-6d7a6638f1a0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8f2d3cb4-643a-4785-84cb-a94f76c83fe3"]], \ + "Preemptive"]],ExpressionUUID->"9794a542-e234-4160-819c-69f278d94997"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->58347593,ExpressionUUID->"930e5e07-f9aa-4c7a-a493-8a9598e86f41"], + CellID->752065959,ExpressionUUID->"96933682-cc12-4a8f-953e-03de12918b72"], Cell[TextData[{ "The input expression ", @@ -370,7 +375,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f2255698-267d-4740-96cc-1c1604d310b2"], + "a0502f44-f1e4-41c9-a1f8-1a362bdb4c30"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -387,7 +392,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f09316ae-d6cf-42ce-bcf9-238be220728d"], + "e0d31e01-dacb-4a5f-8eff-4beb7e4cc5ba"], TemplateBox[{ Cell[ TextData["WithIncidences"]], "paclet:TUG/ref/WithIncidences", @@ -465,19 +470,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"09906e1f-0545-48d3-88a4-78dff60228ef"], + ExpressionUUID->"7fe187d9-ce4f-4ff7-8574-5cbfe28d0600"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"df039792-f028-47c9-9624-44e3011fb596"], + "Spacer1"]],ExpressionUUID->"63ecc076-29e2-496e-af2e-9936eafbc654"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0272cba2-9f5e-4dfd-9dbd-eb987da3f7b1"] + "a0ce0c12-5705-4e47-b587-8f0c94232bc0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->941798428,ExpressionUUID->"37413063-2279-4a9d-bd78-79f4815b6ef6"], + CellID->415119202,ExpressionUUID->"957e1428-2602-4155-9bc6-d8d5a5f095a6"], Cell[CellGroupData[{ @@ -506,18 +511,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5b907acb-3a27-480f-bb39-3d2e2cc0eaf7"], + ExpressionUUID->"0cb579dc-e38f-40e7-a78e-5a20273410d9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9ab900fd-47ab-4c42-a32b-805eb94b9a06"], + "Spacer1"]],ExpressionUUID->"61224535-8331-4b8a-b00d-7d411aaf32f8"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b11ae281-1223-44bc-99ed-5b0035626dd2"] + "244b0a9e-c9e8-4301-8652-89c0c7eaaafe"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->517530109,ExpressionUUID->"1cbeae91-a4a8-4781-869b-8646a512abf7"], + CellID->1462033187,ExpressionUUID->"eeb1dbd3-d508-4cb3-a05d-de10db72ea4e"], Cell["Loading the package:", "ExampleText", CellID->1788475457,ExpressionUUID->"3a61ab1d-9201-4879-9a53-29fd4b48aacb"], @@ -876,8 +881,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1025,15 +1028,15 @@ Cell[BoxData[GridBox[{ "bc273822-744a-48b0-8bcf-36f53fb0bd27"] }], "SeeAlso",ExpressionUUID->"cad03742-03dc-4564-a4e9-417848a300d2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"90ae7096-e4db-47d5-8688-\ -519cf90b5fa6"], + }]], "SeeAlsoSection",ExpressionUUID->"06a5c574-0acd-4fa2-a1c5-\ +05cf3e0d47bc"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1045,9 +1048,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f397749a-96d6-47c2-88cf-f29becc00bc1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"01a390d8-9103-48d7-8357-\ -33bb8f5cca00"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f7bf35ac-8725-4656-b953-\ +1fc5a6a123fb"], Cell[BoxData[GridBox[{ { @@ -1064,7 +1066,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c7e9f6ea-28eb-4a41-a9f1-65a633298fec"]}]}, + "d66e55ff-f870-4150-9af8-606934fd76fd"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1072,10 +1074,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "aa1482ea-49ae-4e0c-851c-a9f246740c46"]}]} + "644ad731-5ee3-4c75-b1a5-c945c7bcf256"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1d4f7cae-8388-4203-bf86-\ -44d6f8077541"], + }]], "MoreAboutSection",ExpressionUUID->"98ff4afa-1de1-4533-b163-\ +b7a29caf295c"], Cell[BoxData[GridBox[{ { @@ -1102,7 +1104,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ceba745e-0e24-4cf0-af07-207404a6cbf0"]], "RelatedLinks", + "18717941-a4b1-44f2-9804-c4673c5db03b"]], "RelatedLinks", ExpressionUUID->"bfb66284-ab99-4d51-a77b-9e5a6fd4fd78"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1119,11 +1121,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7445e33f-6b63-4a84-82c1-507add7af5ea"]], "RelatedLinks", + "a1608eec-ac94-4720-9bcc-78ba250b8aab"]], "RelatedLinks", ExpressionUUID->"ff4d5ba5-9564-4c90-a1cf-02b0fe5487cd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"13a54e48-24a6-4d13-b989-\ -958f8bd36e05"], + }]], "RelatedLinksSection",ExpressionUUID->"93d65a3d-096c-4cc1-9dae-\ +bbe885fd6fe5"], Cell[CellGroupData[{ @@ -1153,11 +1155,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e6227e83-8401-4c59-8f60-01a8464724f1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7b4c2028-619d-4e6c-a891-79ad7a1e06e2"] +Cell[" ", "FooterCell",ExpressionUUID->"a41f0066-708e-43f3-9579-b82e1a3d29d2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddGmpVerticesCore", TaggingRules->{ @@ -1168,7 +1170,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 33.318744}", + "built" -> "{2024, 6, 3, 16, 51, 48.474216}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1177,10 +1179,11 @@ TaggingRules->{ Cddmathlink2gmp via Mathlink. CddGmpVerticesCore[game, options] by option set \ the GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddGmpVerticesCore", - "titlemodifier" -> "", "windowtitle" -> "CddGmpVerticesCore", "type" -> - "Symbol", "uri" -> "TUG/ref/CddGmpVerticesCore"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CddGmpVerticesCore", "type" -> "Symbol", "uri" -> + "TUG/ref/CddGmpVerticesCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1189,9 +1192,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3ca0dc9b-f5e9-41b0-90d0-722534d8f3d4" +ExpressionUUID->"e9883736-9e2c-473c-9e70-97def20e44e0" ] (* End of Notebook Content *) @@ -1199,151 +1202,149 @@ ExpressionUUID->"3ca0dc9b-f5e9-41b0-90d0-722534d8f3d4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16917, 442, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"37413063-2279-4a9d-bd78-79f4815b6ef6", + Cell[17002, 447, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"957e1428-2602-4155-9bc6-d8d5a5f095a6", CellTags->"PrimaryExamplesSection", - CellID->941798428]} + CellID->415119202]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 44434, 1200} + {"PrimaryExamplesSection", 44509, 1203} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7212, 169, 56, "AnchorBarGrid",ExpressionUUID->"6ee7792c-9ec7-4049-ac04-f2a5a4c26d8f", +Cell[590, 21, 7296, 174, 57, "AnchorBarGrid",ExpressionUUID->"0c412720-3e2e-4798-aafa-a402066eea97", CellID->1], -Cell[7805, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"66df6aec-7fef-4c6b-b88b-059d8c5d2b58"], +Cell[7889, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"765271bf-b929-479b-a76f-75b33ad58626"], Cell[CellGroupData[{ -Cell[7916, 196, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"06544f85-b524-4520-b699-752cf78c300f"], -Cell[9211, 233, 911, 19, 187, "Usage",ExpressionUUID->"be05047e-19c7-47a7-aa92-cc595bd78a9c", +Cell[8000, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"2095ae07-e1dc-488a-bfb6-d9c4b0f53bce"], +Cell[9295, 238, 911, 19, 186, "Usage",ExpressionUUID->"be05047e-19c7-47a7-aa92-cc595bd78a9c", CellID->1814581504] }, Open ]], Cell[CellGroupData[{ -Cell[10159, 257, 1893, 47, 37, "NotesSection",ExpressionUUID->"930e5e07-f9aa-4c7a-a493-8a9598e86f41", +Cell[10243, 262, 1894, 47, 37, "NotesSection",ExpressionUUID->"96933682-cc12-4a8f-953e-03de12918b72", CellGroupingRules->{"SectionGrouping", 50}, - CellID->58347593], -Cell[12055, 306, 515, 12, 57, "Notes",ExpressionUUID->"ced584bb-bbab-460f-8b03-d8f255a10c75", + CellID->752065959], +Cell[12140, 311, 515, 12, 57, "Notes",ExpressionUUID->"ced584bb-bbab-460f-8b03-d8f255a10c75", CellID->1014199156], -Cell[12573, 320, 489, 12, 37, "Notes",ExpressionUUID->"39799a33-4b8d-4d92-a974-feae6b2bb805", +Cell[12658, 325, 489, 12, 38, "Notes",ExpressionUUID->"39799a33-4b8d-4d92-a974-feae6b2bb805", CellID->177724765], -Cell[13065, 334, 166, 3, 36, "Notes",ExpressionUUID->"ba6c59e5-f8d5-4b41-9629-8e344adeaf86", +Cell[13150, 339, 166, 3, 36, "Notes",ExpressionUUID->"ba6c59e5-f8d5-4b41-9629-8e344adeaf86", CellID->884445241], -Cell[13234, 339, 261, 5, 57, "Notes",ExpressionUUID->"2b9ca120-49db-4d4a-b105-ec8e8c18c2f0", +Cell[13319, 344, 261, 5, 57, "Notes",ExpressionUUID->"2b9ca120-49db-4d4a-b105-ec8e8c18c2f0", CellID->1582241915], -Cell[13498, 346, 256, 5, 57, "Notes",ExpressionUUID->"6ba4e500-f35d-4fdc-97c0-7e8e0e2b2294", +Cell[13583, 351, 256, 5, 57, "Notes",ExpressionUUID->"6ba4e500-f35d-4fdc-97c0-7e8e0e2b2294", CellID->1952446808], -Cell[13757, 353, 348, 9, 37, "Notes",ExpressionUUID->"37381054-bb22-414b-af27-87fc01b42c51", +Cell[13842, 358, 348, 9, 38, "Notes",ExpressionUUID->"37381054-bb22-414b-af27-87fc01b42c51", CellID->1752151705], -Cell[14108, 364, 267, 4, 49, "Notes",ExpressionUUID->"0ff2fa58-aa1d-4adf-8546-7fde1170989f", +Cell[14193, 369, 267, 4, 48, "Notes",ExpressionUUID->"0ff2fa58-aa1d-4adf-8546-7fde1170989f", CellID->13178], -Cell[14378, 370, 676, 15, 40, "3ColumnTableMod",ExpressionUUID->"e730ab40-724a-42a5-ac6a-20a529058434", +Cell[14463, 375, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"e730ab40-724a-42a5-ac6a-20a529058434", CellID->901767574], -Cell[15057, 387, 688, 16, 58, "3ColumnTableMod",ExpressionUUID->"5ea01152-c466-42bd-b30a-58f005162d69", +Cell[15142, 392, 688, 16, 60, "3ColumnTableMod",ExpressionUUID->"5ea01152-c466-42bd-b30a-58f005162d69", CellID->863488795], -Cell[15748, 405, 542, 15, 37, "Notes",ExpressionUUID->"86a9ae48-d5f0-4210-ba69-6b23eb03de48", +Cell[15833, 410, 542, 15, 38, "Notes",ExpressionUUID->"86a9ae48-d5f0-4210-ba69-6b23eb03de48", CellID->608546217], -Cell[16293, 422, 497, 14, 37, "Notes",ExpressionUUID->"c4404176-1b4b-45f4-87cd-601f0888cce7", +Cell[16378, 427, 497, 14, 38, "Notes",ExpressionUUID->"c4404176-1b4b-45f4-87cd-601f0888cce7", CellID->103493900] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16917, 442, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"37413063-2279-4a9d-bd78-79f4815b6ef6", +Cell[17002, 447, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"957e1428-2602-4155-9bc6-d8d5a5f095a6", CellTags->"PrimaryExamplesSection", - CellID->941798428], + CellID->415119202], Cell[CellGroupData[{ -Cell[18362, 483, 1398, 36, 70, "ExampleSection",ExpressionUUID->"1cbeae91-a4a8-4781-869b-8646a512abf7", - CellID->517530109], -Cell[19763, 521, 119, 1, 70, "ExampleText",ExpressionUUID->"3a61ab1d-9201-4879-9a53-29fd4b48aacb", +Cell[18447, 488, 1399, 36, 70, "ExampleSection",ExpressionUUID->"eeb1dbd3-d508-4cb3-a05d-de10db72ea4e", + CellID->1462033187], +Cell[19849, 526, 119, 1, 70, "ExampleText",ExpressionUUID->"3a61ab1d-9201-4879-9a53-29fd4b48aacb", CellID->1788475457], Cell[CellGroupData[{ -Cell[19907, 526, 168, 3, 70, "Input",ExpressionUUID->"eaca4e82-73e5-47ea-8c76-460bc3b32df9", +Cell[19993, 531, 168, 3, 70, "Input",ExpressionUUID->"eaca4e82-73e5-47ea-8c76-460bc3b32df9", CellID->1492939133], Cell[CellGroupData[{ -Cell[20100, 533, 237, 4, 70, "Print",ExpressionUUID->"bf674b5d-6261-4de3-b066-e8e68e79f00d", +Cell[20186, 538, 237, 4, 70, "Print",ExpressionUUID->"bf674b5d-6261-4de3-b066-e8e68e79f00d", CellID->1158216091], -Cell[20340, 539, 365, 8, 70, "Print",ExpressionUUID->"9d5422bb-42b1-4fa2-872e-484887efe6db", +Cell[20426, 544, 365, 8, 70, "Print",ExpressionUUID->"9d5422bb-42b1-4fa2-872e-484887efe6db", CellID->119931008], -Cell[20708, 549, 237, 4, 70, "Print",ExpressionUUID->"e604cd92-ec18-42e9-afc5-1916e879ea74", +Cell[20794, 554, 237, 4, 70, "Print",ExpressionUUID->"e604cd92-ec18-42e9-afc5-1916e879ea74", CellID->1446221344], -Cell[20948, 555, 221, 3, 70, "Print",ExpressionUUID->"3bf4ee36-7c84-4745-a1c6-2e0b63f0f356", +Cell[21034, 560, 221, 3, 70, "Print",ExpressionUUID->"3bf4ee36-7c84-4745-a1c6-2e0b63f0f356", CellID->1572082942], -Cell[21172, 560, 207, 3, 70, "Print",ExpressionUUID->"3f4cc967-b505-4b67-ac76-eb67f1004ab1", +Cell[21258, 565, 207, 3, 70, "Print",ExpressionUUID->"3f4cc967-b505-4b67-ac76-eb67f1004ab1", CellID->602905842], -Cell[21382, 565, 237, 4, 70, "Print",ExpressionUUID->"e1173143-fd6f-4984-ab7a-7cff7121b890", +Cell[21468, 570, 237, 4, 70, "Print",ExpressionUUID->"e1173143-fd6f-4984-ab7a-7cff7121b890", CellID->220980601], -Cell[21622, 571, 221, 3, 70, "Print",ExpressionUUID->"b529ff56-7211-4d2d-9195-725434b63198", +Cell[21708, 576, 221, 3, 70, "Print",ExpressionUUID->"b529ff56-7211-4d2d-9195-725434b63198", CellID->1310654093], -Cell[21846, 576, 237, 4, 70, "Print",ExpressionUUID->"c63a206c-267a-42c9-a11e-451e3287adaa", +Cell[21932, 581, 237, 4, 70, "Print",ExpressionUUID->"c63a206c-267a-42c9-a11e-451e3287adaa", CellID->1188332795], -Cell[22086, 582, 237, 4, 70, "Print",ExpressionUUID->"1515c4ef-9732-4885-b6d7-4f37457293f0", +Cell[22172, 587, 237, 4, 70, "Print",ExpressionUUID->"1515c4ef-9732-4885-b6d7-4f37457293f0", CellID->1834959253], -Cell[22326, 588, 208, 3, 70, "Print",ExpressionUUID->"b166f4a0-184e-4bc8-89dd-9e9dbc503626", +Cell[22412, 593, 208, 3, 70, "Print",ExpressionUUID->"b166f4a0-184e-4bc8-89dd-9e9dbc503626", CellID->1050215616], -Cell[22537, 593, 237, 4, 70, "Print",ExpressionUUID->"c137f11d-6e14-40fb-ba8e-f149410558ba", +Cell[22623, 598, 237, 4, 70, "Print",ExpressionUUID->"c137f11d-6e14-40fb-ba8e-f149410558ba", CellID->1750659077] }, Open ]] }, Open ]], -Cell[22801, 601, 136, 1, 70, "ExampleText",ExpressionUUID->"bfe3c844-64e3-4e5e-a362-c34913be18bc", +Cell[22887, 606, 136, 1, 70, "ExampleText",ExpressionUUID->"bfe3c844-64e3-4e5e-a362-c34913be18bc", CellID->556070571], -Cell[22940, 604, 235, 6, 70, "Input",ExpressionUUID->"227d6a08-3efd-45e6-b51f-145f2bc34f89", +Cell[23026, 609, 235, 6, 70, "Input",ExpressionUUID->"227d6a08-3efd-45e6-b51f-145f2bc34f89", CellID->1698374147], -Cell[23178, 612, 381, 9, 70, "Input",ExpressionUUID->"27d586a1-47cd-4bd8-b2ad-45f179b0ad5a", +Cell[23264, 617, 381, 9, 70, "Input",ExpressionUUID->"27d586a1-47cd-4bd8-b2ad-45f179b0ad5a", CellID->2025484882], -Cell[23562, 623, 238, 6, 70, "Input",ExpressionUUID->"a69ab091-348a-44d0-99a1-29cbc1e508e7", +Cell[23648, 628, 238, 6, 70, "Input",ExpressionUUID->"a69ab091-348a-44d0-99a1-29cbc1e508e7", CellID->1453521712], -Cell[23803, 631, 191, 4, 70, "ExampleText",ExpressionUUID->"9a7391cf-e578-4e25-86bf-5a8a87dc41a4", +Cell[23889, 636, 191, 4, 70, "ExampleText",ExpressionUUID->"9a7391cf-e578-4e25-86bf-5a8a87dc41a4", CellID->1314478655], Cell[CellGroupData[{ -Cell[24019, 639, 176, 3, 70, "Input",ExpressionUUID->"220df048-708e-449d-8372-b98df29f1076", +Cell[24105, 644, 176, 3, 70, "Input",ExpressionUUID->"220df048-708e-449d-8372-b98df29f1076", CellID->1862957412], -Cell[24198, 644, 293, 7, 36, "Output",ExpressionUUID->"bf6f4205-aa4f-4eb1-85d2-560a226fbadc", +Cell[24284, 649, 293, 7, 36, "Output",ExpressionUUID->"bf6f4205-aa4f-4eb1-85d2-560a226fbadc", CellID->639509690] }, Open ]], -Cell[24506, 654, 205, 4, 70, "ExampleText",ExpressionUUID->"a73870f3-8b5b-46a2-ae3b-4f4f400c6e4c", +Cell[24592, 659, 205, 4, 70, "ExampleText",ExpressionUUID->"a73870f3-8b5b-46a2-ae3b-4f4f400c6e4c", CellID->2040471313], Cell[CellGroupData[{ -Cell[24736, 662, 199, 4, 70, "Input",ExpressionUUID->"36cc2dde-9f68-4098-9958-95c35b84b7f8", +Cell[24822, 667, 199, 4, 70, "Input",ExpressionUUID->"36cc2dde-9f68-4098-9958-95c35b84b7f8", CellID->51440248], -Cell[24938, 668, 1328, 34, 70, "Output",ExpressionUUID->"f85e0d25-f05d-49b3-93f8-ef5687e65344", +Cell[25024, 673, 1328, 34, 69, "Output",ExpressionUUID->"f85e0d25-f05d-49b3-93f8-ef5687e65344", CellID->522211942] }, Open ]], -Cell[26281, 705, 197, 4, 70, "ExampleText",ExpressionUUID->"bf4f4c5a-2058-41cb-afd9-07d96f8620ed", +Cell[26367, 710, 197, 4, 70, "ExampleText",ExpressionUUID->"bf4f4c5a-2058-41cb-afd9-07d96f8620ed", CellID->1367527799], Cell[CellGroupData[{ -Cell[26503, 713, 272, 6, 70, "Input",ExpressionUUID->"26fc49d6-f024-47cb-bf1e-8392031918df", +Cell[26589, 718, 272, 6, 70, "Input",ExpressionUUID->"26fc49d6-f024-47cb-bf1e-8392031918df", CellID->1475229580], -Cell[26778, 721, 2874, 70, 121, "Output",ExpressionUUID->"d0608146-6ab9-4298-8374-db30f1d1d84d", +Cell[26864, 726, 2874, 70, 118, "Output",ExpressionUUID->"d0608146-6ab9-4298-8374-db30f1d1d84d", CellID->1614113616] }, Open ]], -Cell[29667, 794, 189, 4, 70, "ExampleText",ExpressionUUID->"8d298ec0-2803-4dd4-8163-7fa4ef648d0e", +Cell[29753, 799, 189, 4, 70, "ExampleText",ExpressionUUID->"8d298ec0-2803-4dd4-8163-7fa4ef648d0e", CellID->1463694734], Cell[CellGroupData[{ -Cell[29881, 802, 272, 6, 70, "Input",ExpressionUUID->"67d0e7a3-4c0b-4859-b0f8-4922eef19538", +Cell[29967, 807, 272, 6, 70, "Input",ExpressionUUID->"67d0e7a3-4c0b-4859-b0f8-4922eef19538", CellID->1172490959], -Cell[30156, 810, 2022, 59, 70, "Output",ExpressionUUID->"d1d519da-fd62-4813-9098-258b7ae884e8", +Cell[30242, 815, 2022, 59, 69, "Output",ExpressionUUID->"d1d519da-fd62-4813-9098-258b7ae884e8", CellID->1696978147] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[32506, 883, 5573, 148, 70, "SeeAlsoSection",ExpressionUUID->"06a5c574-0acd-4fa2-a1c5-05cf3e0d47bc"], +Cell[38082, 1033, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f7bf35ac-8725-4656-b953-1fc5a6a123fb"], +Cell[38755, 1053, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"98ff4afa-1de1-4533-b163-b7a29caf295c"], +Cell[39791, 1081, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"93d65a3d-096c-4cc1-9dae-bbe885fd6fe5"], Cell[CellGroupData[{ -Cell[32442, 880, 5573, 148, 70, "SeeAlsoSection",ExpressionUUID->"90ae7096-e4db-47d5-8688-519cf90b5fa6"], -Cell[38018, 1030, 670, 18, 70, "TechNotesSection",ExpressionUUID->"01a390d8-9103-48d7-8357-33bb8f5cca00"] -}, Open ]], -Cell[38703, 1051, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1d4f7cae-8388-4203-bf86-44d6f8077541"], -Cell[39739, 1079, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"13a54e48-24a6-4d13-b989-958f8bd36e05"], -Cell[CellGroupData[{ -Cell[41368, 1129, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0271ce96-a674-4b6b-a0a7-0590b1349478", +Cell[41420, 1131, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0271ce96-a674-4b6b-a0a7-0590b1349478", CellID->117551421], -Cell[41508, 1132, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3f783b13-eb89-4625-b332-7d9a336f566c", +Cell[41560, 1134, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3f783b13-eb89-4625-b332-7d9a336f566c", CellID->1194386356], -Cell[41730, 1138, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b0d5e95b-4f4f-4798-a41c-4d0733c7d768", +Cell[41782, 1140, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b0d5e95b-4f4f-4798-a41c-4d0733c7d768", CellID->1641706272], -Cell[41945, 1143, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c4de0aa3-3bb4-46ef-bb87-fe6c2b6a877b", +Cell[41997, 1145, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c4de0aa3-3bb4-46ef-bb87-fe6c2b6a877b", CellID->399251956], -Cell[42174, 1149, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e6227e83-8401-4c59-8f60-01a8464724f1", +Cell[42226, 1151, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e6227e83-8401-4c59-8f60-01a8464724f1", CellID->821434655] }, Open ]], -Cell[42411, 1155, 78, 0, 70, "FooterCell",ExpressionUUID->"7b4c2028-619d-4e6c-a891-79ad7a1e06e2"] +Cell[42463, 1157, 78, 0, 70, "FooterCell",ExpressionUUID->"a41f0066-708e-43f3-9579-b82e1a3d29d2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddVerticesCore.nb b/Documentation/English/ReferencePages/Symbols/CddVerticesCore.nb index 5eb15b2..efaa949 100644 --- a/Documentation/English/ReferencePages/Symbols/CddVerticesCore.nb +++ b/Documentation/English/ReferencePages/Symbols/CddVerticesCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46919, 1211] -NotebookOptionsPosition[ 38062, 1038] -NotebookOutlinePosition[ 40268, 1093] -CellTagsIndexPosition[ 40182, 1088] +NotebookDataLength[ 48187, 1242] +NotebookOptionsPosition[ 39351, 1071] +NotebookOutlinePosition[ 41574, 1126] +CellTagsIndexPosition[ 41488, 1121] WindowTitle->CddVerticesCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fd63a292-b622-46ff-be6d-5f208eed3c07"], + "23fb67d7-8d4f-4f5d-adf3-17e9b89972b6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "aa40add8-d05e-45b6-9a1a-534070636e2f"], + "9c50942c-ff59-4a86-bb88-d3392931166d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,37 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a6f5bcbf-c4b1-4bf2-ac02-bbe498b07496"] - }],ExpressionUUID->"4a9b1e20-ca41-472b-bcba-ddcaa8721441"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], \ -"\<\"CddGmpVerticesCore\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "2388d270-344a-44a0-8130-0f3850c7ce43"] + }],ExpressionUUID->"b7f9c3ec-de60-4bc0-acb8-6f641ea83d8c"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotWeberSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotWeberSet"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9c5dd15d-c08f-49b3-a886-0dd8a0fbe997"], + "678d5f3b-402d-4afa-90a3-bb6c543c4b7e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +97,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "58ba5d05-dc05-4794-a0e7-6969658ae834"] - }],ExpressionUUID->"ede51ad8-d3a0-407f-b836-b42b5c70ae6b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ec90097f-131e-408c-a73c-aef071e829d7"] + }],ExpressionUUID->"ce3d756e-1d6f-4412-8fdd-65f1c7137e30"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "abbfee9b-01f4-43c1-9fae-980e28763af1"], + "af85116c-76f0-4381-9ebf-84df1433b2da"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +125,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "44818103-2a03-427a-994c-3b6d72194fc2"] - }],ExpressionUUID->"b15f016e-4035-4426-b19f-7826f8ac0fdf"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0f2b6d7b-f288-45b0-9349-eaa44c641404"] + }],ExpressionUUID->"10389eb1-5664-4418-8cfc-a86af8cc691a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "49b4caae-3296-4787-8d31-721bfe453248"], + "b4e5127d-089f-4dfd-a4fb-f4f0a0090d6f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,52 +151,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "04668743-5d3f-410c-9515-e1dead4fa4f1"] - }],ExpressionUUID->"91cbe60f-4c2a-42b9-bf06-8882ab452951"], - StripOnInput->False], {"\<\"TUG/ref/CddVerticesCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddVerticesCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - - "http://reference.wolfram.com/language/TUG/ref/\ + "0f7943ca-8b5a-474e-9f98-7ae558cfeddd"] + }],ExpressionUUID->"709e620a-6863-4030-a1ab-5f22fe396a26"], + StripOnInput->False],{ + "\"TUG/ref/CddVerticesCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddVerticesCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddVerticesCore.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$46886], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddVerticesCore" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$49409], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddVerticesCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ef2b5765-4dcb-481b-972e-dbe888c7ff8c"] + "429637b9-5e7d-40c3-a6c0-d64d775caa30"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8ff47e58-d79b-4852-994d-8ff8f2d1eba9"]} + "5b84463e-d736-4a87-9737-f39e4574ddde"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"247e9554-e0dd-42f9-a76d-1df6109f38a2"], + CellID->1,ExpressionUUID->"bac2d368-bb82-4076-a13f-198076281808"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"48c873de-5a70-4fb6-82b7-01e024ed2675"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a2af0b15-bbc6-4c3e-a687-719b2df61143"], Cell[CellGroupData[{ @@ -199,14 +204,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddVerticesCore", "ObjectName",ExpressionUUID-> - "f2e5a004-6d0c-45bb-a02f-42a6ea41c56a"], + "666ebb83-4d65-443d-913c-c04da720d68f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c1b2fdbd-8640-4619-bac4-946145b7746b"], + "Spacer1"]],ExpressionUUID->"8dfea842-6e96-4c33-9546-996b5dc71627"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "71e504b2-78d1-4388-9a36-9d078bac65e2"] - }],ExpressionUUID->"13f95513-1dc0-4512-ae84-1b25208f7db8"], Cell[BoxData[ + "207cebe4-50b6-41a8-b3cb-00ad524397d6"] + }],ExpressionUUID->"433ab9c0-9e4a-4acf-96ef-1de0a32a5cbb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +233,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "394b37f5-9687-4b65-b4d4-0cd4b0253fb8"]} + "9395c957-cf58-411a-8ebb-ad9e1511a210"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6d27d771-49b5-4dcb-8036-4b86e9d6742e"], + CacheGraphics->False,ExpressionUUID->"718e7f84-5272-482d-8946-5820e7c7cd1f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "65552728-3d45-416d-a46c-31a3e682be04"], " \[LineSeparator]calculates all vertices of the core with Cddmathlink \ via Mathlink." - }],ExpressionUUID->"8b45a0e1-f726-4888-9f31-975a49623d8a"]}, + }],ExpressionUUID->"e4e699c8-3314-4915-b364-4b4413757519"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddVerticesCore", "[", @@ -249,7 +254,7 @@ via Mathlink." "125d377d-e679-46ea-ba60-b25a61ba4061"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"e808b40b-b9a2-467f-b50b-dd17dde1502d"]} + }],ExpressionUUID->"f5f15a82-5e72-4e0f-84b8-bdb9bee5f4f5"]} }]], "Usage", CellID->607538745,ExpressionUUID->"3c80fe7e-5852-4a05-9601-2ab57c0ce639"] }, Open ]], @@ -282,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"833ada66-4c3e-4c6d-b2c6-4050273c1908"], + ExpressionUUID->"a7f388f1-43fd-4eb5-96e2-f056e588323d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a1c279d6-8872-4f03-8ee4-e68b551be1fa"], + "Spacer1"]],ExpressionUUID->"50bc6792-7c95-45e3-8ea8-a441a9673887"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"050b17db-c25c-40b7-bc92-18ed077c3bfd"], + }], "NotesFrameText",ExpressionUUID->"3b85ae3d-fc00-4d28-83b7-e7ad24992864"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1217a650-7448-4434-ae1d-4e3f1a7bb47c"]], \ + "Preemptive"]],ExpressionUUID->"936dd634-3d46-42e0-bcd6-016c5e0e881e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->307687787,ExpressionUUID->"6723a9e6-8854-4892-b9dd-92045d8209e2"], + CellID->1615427421,ExpressionUUID->"068b324b-51e0-44d2-bbbd-6d33be6e5481"], Cell[TextData[{ "The input expression ", @@ -376,7 +381,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "27210529-a586-45ff-9c14-b8bafcda408c"], + "32d9dcb8-b06f-4346-814e-332ae6367399"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -437,19 +442,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e9aa5e52-9a8a-4387-b813-96d2d3b40f2e"], + ExpressionUUID->"39b41236-263f-4e65-bc00-f7e245273b05"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ffb8592b-c8b9-4ac7-8f29-733291e7647a"], + "Spacer1"]],ExpressionUUID->"22d063cf-23e8-4fd6-ac55-a3c7c3f646c0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "111297ca-331d-4abb-8e69-2f3fcae9f67a"] + "6fd4da43-b851-4194-9e72-e87bbc7a0837"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1741429460,ExpressionUUID->"fa3802c3-1095-4791-808a-6bed17e8a3fc"], + CellID->773352204,ExpressionUUID->"beed4f80-dbbd-489c-b0f6-284dc4ef7f80"], Cell[CellGroupData[{ @@ -478,18 +483,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5af82422-bd56-4e85-b3db-075390071ffb"], + ExpressionUUID->"63f42ef5-52d3-48cb-b118-d1d04ec7b99e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb3d49af-6642-410f-8684-7f8a9584c5ae"], + "Spacer1"]],ExpressionUUID->"39e4e985-8c7a-437c-9b7b-59ca3734d871"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "abec8c38-8e93-4d66-b60b-9e8fd1af905f"] + "b633c26f-1d51-4cb3-af2f-ed5ee92c3dc9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1355591635,ExpressionUUID->"30ca3486-2782-4ec7-9e41-eca1a37110fa"], + CellID->1229305268,ExpressionUUID->"e818b71e-e574-4f56-be30-72f33b4cf70c"], Cell["Loading the package:", "ExampleText", CellID->907749982,ExpressionUUID->"12ccf5ed-75a0-40b9-80a8-c471883e6c41"], @@ -507,7 +512,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->819471336,ExpressionUUID->"f0a2080d-2cc8-4c70-9853-559f9ee018e9"], + CellID->1212353505,ExpressionUUID->"c042746b-86dd-4508-88a6-a2443a367297"], Cell[BoxData[ InterpretationBox[ @@ -517,57 +522,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1904559050,ExpressionUUID->"55471362-6b1e-48e6-8a79-9050464a8610"], + CellID->122539064,ExpressionUUID->"e3ebb377-4ba5-488a-a5bb-539e8211d3a9"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1191201323,ExpressionUUID->"2edcaa1f-f18d-4bc0-aad4-7bd6ca1ccdfb"], + CellID->701824411,ExpressionUUID->"819fc167-0fa2-44b4-8519-e56aba602b31"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1389332729,ExpressionUUID->"4eedf7d3-9b8d-41c8-9605-f27f5c6c19a7"], + CellID->1314191200,ExpressionUUID->"e85144a1-3184-4c7c-a7e9-3395d8e6f127"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->219382035,ExpressionUUID->"090a957c-9cbd-4ccd-93d6-38640b68db70"], + CellID->1773714207,ExpressionUUID->"52cb0a0a-d970-4e18-82ad-34ba1c6ad457"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1345202976,ExpressionUUID->"e5c4758c-f0f7-4e93-95e5-fc48a7dead2d"], + CellID->520789527,ExpressionUUID->"1a6b22e4-e62e-475c-ae08-b7f9cbff49c6"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1778242789,ExpressionUUID->"34510eb9-0729-472e-86d4-0028b90a3462"], + CellID->48519619,ExpressionUUID->"f4696424-6bc0-42b3-b0df-7bf75a4da870"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1542616937,ExpressionUUID->"5d520964-d5af-49ab-92de-78a6b4db6506"], + CellID->813502839,ExpressionUUID->"ddb8150c-8386-4063-9778-3ccc9cc4f3a3"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->891028926,ExpressionUUID->"921cffac-8e26-4687-bfe9-0553c2787ff3"], + CellID->71650314,ExpressionUUID->"8409ec02-0a48-48c2-99dd-d49580284f26"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->233967589,ExpressionUUID->"30ccd911-e00b-432b-bd05-092f2f3c09f6"], + CellID->361478355,ExpressionUUID->"87513372-6728-4958-9c57-52536e9862fa"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$14747`", CellLabel->"During evaluation of In[1]:=", - CellID->1161646953,ExpressionUUID->"6f51ec74-7327-4e6f-881d-4f8cf157efd3"] + CellID->52335404,ExpressionUUID->"b67db7b5-f69a-4355-98a7-5c325665d672"] }, Open ]] }, Open ]], @@ -619,7 +624,7 @@ Cell[BoxData[ RowBox[{"RationalExact", "\[Rule]", "True"}], "}"}]], "Output", CellContext->"Cell$$14747`", CellLabel->"Out[5]=", - CellID->986895262,ExpressionUUID->"4d2b3a51-5a61-41ef-a92a-ed2355fedcbf"] + CellID->1340755880,ExpressionUUID->"16ab0b40-55a5-4a5c-a5df-c6e2fbdde861"] }, Open ]], Cell["\<\ @@ -670,7 +675,7 @@ Cell[BoxData[ CellContext->"Cell$$14747`", CellLabel->"Out[6]=", - CellID->1171405433,ExpressionUUID->"6ef75368-609c-43c2-a364-c1408d79a8f3"] + CellID->1219608297,ExpressionUUID->"ffebc0ed-5a4c-4293-b183-5e635d1f85c3"] }, Open ]], Cell["\<\ @@ -748,7 +753,7 @@ Cell[BoxData[ "42.`"}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$14747`", CellLabel->"Out[7]=", - CellID->522693426,ExpressionUUID->"4f0cbe98-ba17-45a6-b50e-7e17b24a9782"] + CellID->1339120978,ExpressionUUID->"ebf6d88d-52e2-4eaf-a546-71ebff814523"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -757,8 +762,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -777,7 +780,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "85094fc3-7c59-47cd-858e-dc77179a136e"], + "57eb82b5-a8d6-4e60-9abf-71873d329f83"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -791,7 +794,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "ca03b4d2-54f7-4517-9126-e076d5ca3a42"], + "756995b8-f7cf-46f1-bd5f-aa444d55e5f6"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CddGmpPlotWeberSet"]], + "paclet:TUG/ref/CddGmpPlotWeberSet", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7b586df2-e58d-42bd-865a-c32179e1cbf5"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -805,7 +822,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "68930db3-bf05-4bc9-a746-223d0b7f594f"], + "ba88879a-5a08-470e-b59d-5005427e4d0d"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -819,7 +836,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "be761e66-90b3-4271-82ec-4d718676cb1d"], + "009679c1-8336-4bd0-b36f-d4d2e2f117e0"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -833,7 +850,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "82a41879-b618-4615-9790-e1c260a553a4"], + "9075c215-7d3f-48e0-be46-cb16ead43f22"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -847,7 +864,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "e2a55173-d463-4703-80a1-ddfb58c0c11d"], + "602fda63-478f-4019-8e60-aea6070932a0"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -861,7 +878,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "b97372f0-d26a-42ae-b88e-221629011227"], + "271acc23-07b7-4978-a8d8-46371f57de8f"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -875,7 +892,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "3d05f6f5-c499-413a-9d0c-3fbf31dd6035"], + "d41fd3f4-fd4d-4bc6-8f3a-0e238d0243a6"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -889,7 +906,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "3d79f822-69a2-46d9-94b8-23286388d4db"], + "3ec32cfa-8b9c-454b-9f2b-3b71675cee97"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -903,18 +920,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "d6ef4117-5b2b-44ad-b0a3-8d433dff0750"] + "ab3ce0c2-03db-4876-91e6-f92b5e6230a1"] }], "SeeAlso",ExpressionUUID->"ad3c2d6a-72d8-4e4e-9f70-d4489021018b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"91da1b44-ca16-4f30-a2f0-\ -37d34db96a86"], + }]], "SeeAlsoSection",ExpressionUUID->"ec25f9a6-e813-4cb7-bdd7-\ +b2bb1bd94723"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -926,9 +943,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0c8fc01a-226f-4dcf-92cf-2cb233bd4f05"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6ee21c85-fd82-4759-b7d7-\ -b8afdaf5e0f2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9f7f50ca-0860-4f3a-8995-\ +2f81a56cffc4"], Cell[BoxData[GridBox[{ { @@ -945,7 +961,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "00edd1c9-bb93-404e-ba07-1f41aa16ccaf"]}]}, + "c61ba717-364e-40ab-927c-20a54c89c7d9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -953,10 +969,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b20609fb-f7d2-4313-9f79-15b371a50a1e"]}]} + "07055ee0-c286-4304-925f-9010dde9e43a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d9281182-bdee-4484-825b-\ -c9d9cf707cf5"], + }]], "MoreAboutSection",ExpressionUUID->"31104610-3959-47f7-96c4-\ +1e773b5aecad"], Cell[BoxData[GridBox[{ { @@ -983,8 +999,25 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1bff5049-fbbb-4138-84c3-d81b35b9f3cd"]], "RelatedLinks", + "b1db7c55-655b-4dd8-a1cf-d799d3919139"]], "RelatedLinks", ExpressionUUID->"0b4b1ed2-3633-4592-bff7-be26d35baa5a"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotWeberSet3dV6"}]]]], + "paclet:TUG/Ref/PlotWeberSet3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "a8d081cb-ca12-4530-9727-37e44e78e2bf"]], "RelatedLinks", + ExpressionUUID->"faa7c42c-4201-4509-a260-60e1d939f397"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -1000,11 +1033,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c8641ad4-5d54-4005-98ac-e48a19271c54"]], "RelatedLinks", + "516a7322-9d8f-49aa-969f-489205defa85"]], "RelatedLinks", ExpressionUUID->"0b4de940-05e7-47e9-8141-20e6fa69ab7d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b4aa946b-cf30-40c3-90f5-\ -472dc62ebed1"], + }]], "RelatedLinksSection",ExpressionUUID->"a6f56c03-5b92-446b-ad1e-\ +66c39e288dae"], Cell[CellGroupData[{ @@ -1034,11 +1067,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2a044117-beb9-466d-bacb-bbe6c20d9ca5"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9ea6c9cf-64d6-4d9d-9990-08c532406faa"] +Cell[" ", "FooterCell",ExpressionUUID->"6ff0b87a-d63a-43ef-8a87-eda4843d995d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddVerticesCore", TaggingRules->{ @@ -1049,7 +1082,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 34.966808}", + "built" -> "{2024, 6, 3, 16, 51, 49.494695}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1058,10 +1091,10 @@ TaggingRules->{ Cddmathlink via Mathlink. CddVerticesCore[game, options] by option set the \ GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddVerticesCore", "titlemodifier" -> "", - "windowtitle" -> "CddVerticesCore", "type" -> "Symbol", "uri" -> - "TUG/ref/CddVerticesCore"}}, + "metadescription" -> "", "windowtitle" -> "CddVerticesCore", "type" -> + "Symbol", "uri" -> "TUG/ref/CddVerticesCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1070,9 +1103,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5c554b92-8470-4aa8-81fd-1134f75dde25" +ExpressionUUID->"867b2082-5d62-414d-afba-2dae45381300" ] (* End of Notebook Content *) @@ -1080,139 +1113,137 @@ ExpressionUUID->"5c554b92-8470-4aa8-81fd-1134f75dde25" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15905, 414, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fa3802c3-1095-4791-808a-6bed17e8a3fc", + Cell[16074, 419, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"beed4f80-dbbd-489c-b0f6-284dc4ef7f80", CellTags->"PrimaryExamplesSection", - CellID->1741429460]} + CellID->773352204]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39981, 1081} + {"PrimaryExamplesSection", 41288, 1114} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7217, 170, 56, "AnchorBarGrid",ExpressionUUID->"247e9554-e0dd-42f9-a76d-1df6109f38a2", +Cell[587, 21, 7385, 175, 57, "AnchorBarGrid",ExpressionUUID->"bac2d368-bb82-4076-a13f-198076281808", CellID->1], -Cell[7807, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"48c873de-5a70-4fb6-82b7-01e024ed2675"], +Cell[7975, 198, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a2af0b15-bbc6-4c3e-a687-719b2df61143"], Cell[CellGroupData[{ -Cell[7918, 197, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"6d27d771-49b5-4dcb-8036-4b86e9d6742e"], -Cell[9210, 234, 900, 19, 187, "Usage",ExpressionUUID->"3c80fe7e-5852-4a05-9601-2ab57c0ce639", +Cell[8086, 202, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"718e7f84-5272-482d-8946-5820e7c7cd1f"], +Cell[9378, 239, 900, 19, 186, "Usage",ExpressionUUID->"3c80fe7e-5852-4a05-9601-2ab57c0ce639", CellID->607538745] }, Open ]], Cell[CellGroupData[{ -Cell[10147, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"6723a9e6-8854-4892-b9dd-92045d8209e2", +Cell[10315, 263, 1895, 47, 37, "NotesSection",ExpressionUUID->"068b324b-51e0-44d2-bbbd-6d33be6e5481", CellGroupingRules->{"SectionGrouping", 50}, - CellID->307687787], -Cell[12044, 307, 515, 12, 57, "Notes",ExpressionUUID->"cc8c332e-52a5-4ea9-a150-04e3f478afad", + CellID->1615427421], +Cell[12213, 312, 515, 12, 57, "Notes",ExpressionUUID->"cc8c332e-52a5-4ea9-a150-04e3f478afad", CellID->1014199156], -Cell[12562, 321, 489, 12, 37, "Notes",ExpressionUUID->"7ee88b15-57ed-48bc-8158-dcef0331344d", +Cell[12731, 326, 489, 12, 38, "Notes",ExpressionUUID->"7ee88b15-57ed-48bc-8158-dcef0331344d", CellID->177724765], -Cell[13054, 335, 166, 3, 36, "Notes",ExpressionUUID->"51138ae0-6092-42cc-b7ea-dc78638f6713", +Cell[13223, 340, 166, 3, 36, "Notes",ExpressionUUID->"51138ae0-6092-42cc-b7ea-dc78638f6713", CellID->399556027], -Cell[13223, 340, 261, 5, 57, "Notes",ExpressionUUID->"c0005f03-fce4-4938-9937-154a103f9c61", +Cell[13392, 345, 261, 5, 57, "Notes",ExpressionUUID->"c0005f03-fce4-4938-9937-154a103f9c61", CellID->1657596759], -Cell[13487, 347, 218, 4, 36, "Notes",ExpressionUUID->"6e76f7ca-1265-4d01-b5b0-edca3a1d9019", +Cell[13656, 352, 218, 4, 36, "Notes",ExpressionUUID->"6e76f7ca-1265-4d01-b5b0-edca3a1d9019", CellID->1980609269], -Cell[13708, 353, 577, 15, 37, "Notes",ExpressionUUID->"914b77f8-5c9a-41aa-aedb-b65945e320c7", +Cell[13877, 358, 577, 15, 38, "Notes",ExpressionUUID->"914b77f8-5c9a-41aa-aedb-b65945e320c7", CellID->52119407], -Cell[14288, 370, 267, 4, 49, "Notes",ExpressionUUID->"aa8648c8-aa88-4b55-84bf-d2cd5736f7fc", +Cell[14457, 375, 267, 4, 48, "Notes",ExpressionUUID->"aa8648c8-aa88-4b55-84bf-d2cd5736f7fc", CellID->13178], -Cell[14558, 376, 676, 15, 40, "3ColumnTableMod",ExpressionUUID->"b0097853-404e-4a6d-b728-ec384f1db444", +Cell[14727, 381, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"b0097853-404e-4a6d-b728-ec384f1db444", CellID->901767574], -Cell[15237, 393, 541, 15, 37, "Notes",ExpressionUUID->"272df40b-f825-415b-af18-add2c0e3ea3d", +Cell[15406, 398, 541, 15, 38, "Notes",ExpressionUUID->"272df40b-f825-415b-af18-add2c0e3ea3d", CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15905, 414, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fa3802c3-1095-4791-808a-6bed17e8a3fc", +Cell[16074, 419, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"beed4f80-dbbd-489c-b0f6-284dc4ef7f80", CellTags->"PrimaryExamplesSection", - CellID->1741429460], + CellID->773352204], Cell[CellGroupData[{ -Cell[17351, 455, 1399, 36, 30, "ExampleSection",ExpressionUUID->"30ca3486-2782-4ec7-9e41-eca1a37110fa", - CellID->1355591635], -Cell[18753, 493, 118, 1, 38, "ExampleText",ExpressionUUID->"12ccf5ed-75a0-40b9-80a8-c471883e6c41", +Cell[17519, 460, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e818b71e-e574-4f56-be30-72f33b4cf70c", + CellID->1229305268], +Cell[18921, 498, 118, 1, 39, "ExampleText",ExpressionUUID->"12ccf5ed-75a0-40b9-80a8-c471883e6c41", CellID->907749982], Cell[CellGroupData[{ -Cell[18896, 498, 168, 3, 70, "Input",ExpressionUUID->"75456d9f-8f49-44e8-8097-d6c32b6a0bc7", +Cell[19064, 503, 168, 3, 70, "Input",ExpressionUUID->"75456d9f-8f49-44e8-8097-d6c32b6a0bc7", CellID->1642178718], Cell[CellGroupData[{ -Cell[19089, 505, 236, 4, 70, "Print",ExpressionUUID->"f0a2080d-2cc8-4c70-9853-559f9ee018e9", - CellID->819471336], -Cell[19328, 511, 366, 8, 70, "Print",ExpressionUUID->"55471362-6b1e-48e6-8a79-9050464a8610", - CellID->1904559050], -Cell[19697, 521, 237, 4, 70, "Print",ExpressionUUID->"2edcaa1f-f18d-4bc0-aad4-7bd6ca1ccdfb", - CellID->1191201323], -Cell[19937, 527, 221, 3, 70, "Print",ExpressionUUID->"4eedf7d3-9b8d-41c8-9605-f27f5c6c19a7", - CellID->1389332729], -Cell[20161, 532, 207, 3, 70, "Print",ExpressionUUID->"090a957c-9cbd-4ccd-93d6-38640b68db70", - CellID->219382035], -Cell[20371, 537, 238, 4, 70, "Print",ExpressionUUID->"e5c4758c-f0f7-4e93-95e5-fc48a7dead2d", - CellID->1345202976], -Cell[20612, 543, 221, 3, 70, "Print",ExpressionUUID->"34510eb9-0729-472e-86d4-0028b90a3462", - CellID->1778242789], -Cell[20836, 548, 237, 4, 70, "Print",ExpressionUUID->"5d520964-d5af-49ab-92de-78a6b4db6506", - CellID->1542616937], -Cell[21076, 554, 236, 4, 70, "Print",ExpressionUUID->"921cffac-8e26-4687-bfe9-0553c2787ff3", - CellID->891028926], -Cell[21315, 560, 207, 3, 70, "Print",ExpressionUUID->"30ccd911-e00b-432b-bd05-092f2f3c09f6", - CellID->233967589], -Cell[21525, 565, 237, 4, 70, "Print",ExpressionUUID->"6f51ec74-7327-4e6f-881d-4f8cf157efd3", - CellID->1161646953] +Cell[19257, 510, 237, 4, 70, "Print",ExpressionUUID->"c042746b-86dd-4508-88a6-a2443a367297", + CellID->1212353505], +Cell[19497, 516, 365, 8, 70, "Print",ExpressionUUID->"e3ebb377-4ba5-488a-a5bb-539e8211d3a9", + CellID->122539064], +Cell[19865, 526, 236, 4, 70, "Print",ExpressionUUID->"819fc167-0fa2-44b4-8519-e56aba602b31", + CellID->701824411], +Cell[20104, 532, 221, 3, 70, "Print",ExpressionUUID->"e85144a1-3184-4c7c-a7e9-3395d8e6f127", + CellID->1314191200], +Cell[20328, 537, 208, 3, 70, "Print",ExpressionUUID->"52cb0a0a-d970-4e18-82ad-34ba1c6ad457", + CellID->1773714207], +Cell[20539, 542, 237, 4, 70, "Print",ExpressionUUID->"1a6b22e4-e62e-475c-ae08-b7f9cbff49c6", + CellID->520789527], +Cell[20779, 548, 219, 3, 70, "Print",ExpressionUUID->"f4696424-6bc0-42b3-b0df-7bf75a4da870", + CellID->48519619], +Cell[21001, 553, 236, 4, 70, "Print",ExpressionUUID->"ddb8150c-8386-4063-9778-3ccc9cc4f3a3", + CellID->813502839], +Cell[21240, 559, 235, 4, 70, "Print",ExpressionUUID->"8409ec02-0a48-48c2-99dd-d49580284f26", + CellID->71650314], +Cell[21478, 565, 207, 3, 70, "Print",ExpressionUUID->"87513372-6728-4958-9c57-52536e9862fa", + CellID->361478355], +Cell[21688, 570, 235, 4, 70, "Print",ExpressionUUID->"b67db7b5-f69a-4355-98a7-5c325665d672", + CellID->52335404] }, Open ]] }, Open ]], -Cell[21789, 573, 137, 1, 70, "ExampleText",ExpressionUUID->"2b63e4e9-042f-4919-b669-b70819412c60", +Cell[21950, 578, 137, 1, 70, "ExampleText",ExpressionUUID->"2b63e4e9-042f-4919-b669-b70819412c60", CellID->1988280456], -Cell[21929, 576, 235, 6, 70, "Input",ExpressionUUID->"fd385084-848c-4e41-8e3a-851dbc098625", +Cell[22090, 581, 235, 6, 70, "Input",ExpressionUUID->"fd385084-848c-4e41-8e3a-851dbc098625", CellID->1991672109], -Cell[22167, 584, 380, 9, 70, "Input",ExpressionUUID->"3d81fb89-4bae-4bb0-86c5-1109ddb07983", +Cell[22328, 589, 380, 9, 70, "Input",ExpressionUUID->"3d81fb89-4bae-4bb0-86c5-1109ddb07983", CellID->148256045], -Cell[22550, 595, 238, 6, 70, "Input",ExpressionUUID->"6ed74357-144f-45c3-b284-efd709ab8603", +Cell[22711, 600, 238, 6, 70, "Input",ExpressionUUID->"6ed74357-144f-45c3-b284-efd709ab8603", CellID->1536183912], -Cell[22791, 603, 190, 4, 70, "ExampleText",ExpressionUUID->"3f0efd93-69f2-4984-9ebd-39d7a7780514", +Cell[22952, 608, 190, 4, 70, "ExampleText",ExpressionUUID->"3f0efd93-69f2-4984-9ebd-39d7a7780514", CellID->164708965], Cell[CellGroupData[{ -Cell[23006, 611, 173, 3, 70, "Input",ExpressionUUID->"fb1d0f9a-eae8-4b82-94a7-0209e7d50147", +Cell[23167, 616, 173, 3, 70, "Input",ExpressionUUID->"fb1d0f9a-eae8-4b82-94a7-0209e7d50147", CellID->1470521084], -Cell[23182, 616, 222, 5, 36, "Output",ExpressionUUID->"4d2b3a51-5a61-41ef-a92a-ed2355fedcbf", - CellID->986895262] +Cell[23343, 621, 223, 5, 36, "Output",ExpressionUUID->"16ab0b40-55a5-4a5c-a5df-c6e2fbdde861", + CellID->1340755880] }, Open ]], -Cell[23419, 624, 205, 4, 70, "ExampleText",ExpressionUUID->"b499691c-2291-411a-a64a-3201819dd705", +Cell[23581, 629, 205, 4, 70, "ExampleText",ExpressionUUID->"b499691c-2291-411a-a64a-3201819dd705", CellID->1950615916], Cell[CellGroupData[{ -Cell[23649, 632, 198, 4, 70, "Input",ExpressionUUID->"eca8f48a-50b5-484d-8e52-b402199e33f3", +Cell[23811, 637, 198, 4, 70, "Input",ExpressionUUID->"eca8f48a-50b5-484d-8e52-b402199e33f3", CellID->1214766980], -Cell[23850, 638, 1329, 34, 70, "Output",ExpressionUUID->"6ef75368-609c-43c2-a364-c1408d79a8f3", - CellID->1171405433] +Cell[24012, 643, 1329, 34, 69, "Output",ExpressionUUID->"ffebc0ed-5a4c-4293-b183-5e635d1f85c3", + CellID->1219608297] }, Open ]], -Cell[25194, 675, 189, 4, 70, "ExampleText",ExpressionUUID->"a03c9d6f-dfe8-474e-98ec-09ca6448b840", +Cell[25356, 680, 189, 4, 70, "ExampleText",ExpressionUUID->"a03c9d6f-dfe8-474e-98ec-09ca6448b840", CellID->1870077112], Cell[CellGroupData[{ -Cell[25408, 683, 268, 6, 70, "Input",ExpressionUUID->"d17c3f3b-bad0-45f8-a1a5-1681f4b31dbe", +Cell[25570, 688, 268, 6, 70, "Input",ExpressionUUID->"d17c3f3b-bad0-45f8-a1a5-1681f4b31dbe", CellID->634983318], -Cell[25679, 691, 2062, 59, 70, "Output",ExpressionUUID->"4f0cbe98-ba17-45a6-b50e-7e17b24a9782", - CellID->522693426] +Cell[25841, 696, 2063, 59, 69, "Output",ExpressionUUID->"ebf6d88d-52e2-4eaf-a546-71ebff814523", + CellID->1339120978] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28146, 764, 6102, 162, 70, "SeeAlsoSection",ExpressionUUID->"ec25f9a6-e813-4cb7-bdd7-b2bb1bd94723"], +Cell[34251, 928, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9f7f50ca-0860-4f3a-8995-2f81a56cffc4"], +Cell[34924, 948, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"31104610-3959-47f7-96c4-1e773b5aecad"], +Cell[35960, 976, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"a6f56c03-5b92-446b-ad1e-66c39e288dae"], Cell[CellGroupData[{ -Cell[28005, 761, 5579, 148, 70, "SeeAlsoSection",ExpressionUUID->"91da1b44-ca16-4f30-a2f0-37d34db96a86"], -Cell[33587, 911, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6ee21c85-fd82-4759-b7d7-b8afdaf5e0f2"] -}, Open ]], -Cell[34272, 932, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d9281182-bdee-4484-825b-c9d9cf707cf5"], -Cell[35308, 960, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"b4aa946b-cf30-40c3-90f5-472dc62ebed1"], -Cell[CellGroupData[{ -Cell[36937, 1010, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"06ba18b7-09bd-49ee-88f5-5e1e0a204c02", +Cell[38226, 1043, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"06ba18b7-09bd-49ee-88f5-5e1e0a204c02", CellID->117551421], -Cell[37077, 1013, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b211e4fe-9e3a-45d1-99f8-cda4720bc03c", +Cell[38366, 1046, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b211e4fe-9e3a-45d1-99f8-cda4720bc03c", CellID->1194386356], -Cell[37299, 1019, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a108dca-ab78-4f5e-810b-3a6e847339c0", +Cell[38588, 1052, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a108dca-ab78-4f5e-810b-3a6e847339c0", CellID->1641706272], -Cell[37514, 1024, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b72a43e9-1042-4900-a275-d5d44c63100a", +Cell[38803, 1057, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b72a43e9-1042-4900-a275-d5d44c63100a", CellID->399251956], -Cell[37743, 1030, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2a044117-beb9-466d-bacb-bbe6c20d9ca5", +Cell[39032, 1063, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2a044117-beb9-466d-bacb-bbe6c20d9ca5", CellID->821434655] }, Open ]], -Cell[37980, 1036, 78, 0, 70, "FooterCell",ExpressionUUID->"9ea6c9cf-64d6-4d9d-9990-08c532406faa"] +Cell[39269, 1069, 78, 0, 70, "FooterCell",ExpressionUUID->"6ff0b87a-d63a-43ef-8a87-eda4843d995d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddVerticesImputationSet.nb b/Documentation/English/ReferencePages/Symbols/CddVerticesImputationSet.nb index 4c5a237..fbd556b 100644 --- a/Documentation/English/ReferencePages/Symbols/CddVerticesImputationSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddVerticesImputationSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44556, 1140] -NotebookOptionsPosition[ 35639, 966] -NotebookOutlinePosition[ 37914, 1022] -CellTagsIndexPosition[ 37828, 1017] +NotebookDataLength[ 44596, 1140] +NotebookOptionsPosition[ 35695, 968] +NotebookOutlinePosition[ 37988, 1024] +CellTagsIndexPosition[ 37902, 1019] WindowTitle->CddVerticesImputationSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e824faa6-ac43-4f5e-959d-cfffe5f1ae82"], + "36341d1a-142b-4c4f-9b27-c310d13a6795"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6a91bbb4-b2a0-435c-9d02-6aa52716b960"], + "0738df79-7524-4f6a-94e5-b8d42acedfd8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dc106cc2-6e17-4b49-8e75-ab93fb8e383e"] - }],ExpressionUUID->"9eb61917-91c1-490f-bc09-2f5e2ca966c7"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], \ -"\<\"CddGmpVerticesCore\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "a1961714-d7f1-4713-9426-2cddb93aaca8"] + }],ExpressionUUID->"bd581659-536b-4eed-96e8-82a924dedfed"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f18180ee-b4b2-409d-a4b2-c8ddb878ef07"], + "6357d555-fdbf-4722-8620-0394d1ebcafd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "04b5188a-5e20-49e9-9e9d-492a1cf5f2ce"] - }],ExpressionUUID->"4ddf1467-8d7a-40b2-b3f7-90fee2424a60"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1fb74c0e-2ef9-41a4-9a8d-10e7d7881e2a"] + }],ExpressionUUID->"09619a9a-69cb-49b4-b5bb-2f24744d91ed"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bd15ef76-b6ea-4030-bad2-5d07834673da"], + "9ae95312-25a4-4504-b59a-d191a3f01324"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4e9d6ff1-904d-4045-9940-ca7fd8cdf75e"] - }],ExpressionUUID->"9a4bb873-90cf-4a66-9f1a-a861abc76f41"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c806adc1-1348-4a62-8d48-1e957579d7d0"] + }],ExpressionUUID->"57695e00-fa21-4e3c-a11b-a809b17366fc"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9cc411e-6de2-4722-8bd7-056ffd41623f"], + "9741ec30-eed1-4883-80b5-c8d8c8fad3bb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "05cd515a-785b-4450-b545-23688fe9586d"] - }],ExpressionUUID->"ef43179f-3ef4-4320-a8c1-1bf1178cdff6"], - StripOnInput->False], {"\<\"TUG/ref/CddVerticesImputationSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddVerticesImputationSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4f80aa0a-82cf-4a82-9875-e051c5ccada2"] + }],ExpressionUUID->"21fd2e05-e754-46c8-91b6-0c921e97b17f"], + StripOnInput->False],{ + "\"TUG/ref/CddVerticesImputationSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddVerticesImputationSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddVerticesImputationSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$47477], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddVerticesImputationSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$50045], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddVerticesImputationSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3de4050d-ffe6-4368-8633-a7ed2e20ac4e"] + "7898da8a-3b5f-4027-b871-92f09d576661"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b81beead-5d32-4b2f-9c66-85f642587bac"]} + "d8b49299-65e1-4892-b274-cfb2db8af5d7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8889900b-3357-40d3-bdc6-21713f4f6d07"], + CellID->1,ExpressionUUID->"a11870e7-05ef-47dc-9e9a-1b58caeae1b4"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7fc055cb-684d-4800-8877-332bac87fc0a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e9fbe6e7-3045-462f-b1a1-e6a84ed2910c"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddVerticesImputationSet", "ObjectName",ExpressionUUID-> - "fb1ad137-f572-4392-855d-3ef4010fd0a2"], + "084d767c-80c1-430e-a1c2-a68122098a10"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e7483b98-b636-4edf-b209-20639cb37162"], + "Spacer1"]],ExpressionUUID->"dad05a79-46ad-483e-97f5-f0bad6ff3947"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "faf3c62f-54bb-4c64-807b-533995002b58"] - }],ExpressionUUID->"dc82075c-a53e-41a3-8e9d-14d54c10213b"], Cell[BoxData[ + "13d4c820-96dd-4935-b29f-0385f5adca8e"] + }],ExpressionUUID->"726ef5cb-7420-4d92-9bb4-884faafe9ca3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "13d8e9bc-e0f4-4ec2-acb7-05e8a3869e80"]} + "9ce46c8a-b070-42b0-87ef-c06b94d92526"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5ea78da2-58a2-4d99-96f2-93d01880a33e"], + CacheGraphics->False,ExpressionUUID->"3b5c498b-af4e-4e39-a96a-625e735163c1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "28d32d98-6bb9-4b0d-bb9d-d9c75fc8d7a9"], " \[LineSeparator]calculates all vertices of the imputation set with \ Cddmathlink via Mathlink." - }],ExpressionUUID->"2a4bfd16-55aa-4e78-8d96-3fb73265d2f3"]}, + }],ExpressionUUID->"fd0c6770-69ce-4791-9694-7c0d8e2799b5"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddVerticesImputationSet", "[", @@ -248,7 +253,7 @@ Cddmathlink via Mathlink." "da9b7db0-5d7d-4382-a6cd-03c9e280845f"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"186cb64a-d669-4111-bf57-e6f94c6cf914"]} + }],ExpressionUUID->"3512fe22-fd18-47d5-a0ca-f056d8bef94d"]} }]], "Usage", CellID->1339047167,ExpressionUUID->"dd41218e-84ae-4bc7-80c7-8ac94297cbb2"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"306469db-2e6a-4497-bc64-6cb2bc1f9a65"], + ExpressionUUID->"54c65b25-4d3c-4722-9f76-be066ece66bd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0ecbb3fe-d381-48e3-887d-07ddbd24222d"], + "Spacer1"]],ExpressionUUID->"fc9777f5-6efb-4abd-82c0-08b58b24da0a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"27f900cd-d5ce-4821-a512-d4348094a574"], + }], "NotesFrameText",ExpressionUUID->"8b03b089-9c8a-4b51-abf2-db2e63cc9ff9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3821fe0f-d6c0-4278-a29d-564462000326"]], \ + "Preemptive"]],ExpressionUUID->"07f6c9e7-a48d-4887-9238-ba1f950f42b0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1655817097,ExpressionUUID->"a4a02879-3260-4911-ae3b-6fa5b0b6f6c4"], + CellID->368339911,ExpressionUUID->"e23f443f-8b71-46bf-85e1-c869e6411a65"], Cell[TextData[{ "The input expression ", @@ -370,7 +375,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "cc1309b8-f5b3-43ad-922c-86c9d6b2438a"], + "706f1317-0a59-441e-abb7-78c4e9f5098d"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -431,19 +436,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a775c6e7-6c67-403f-b12f-67dcc39ebf55"], + ExpressionUUID->"ed0931ce-fd41-4cf1-8617-ba466c999040"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4b4d905c-cefc-460e-bb1c-f7a105639be3"], + "Spacer1"]],ExpressionUUID->"97c9ae63-9994-47e6-9e07-26cf8f2287e7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c324de24-c598-4378-92db-52601c15033b"] + "21f698df-a2b3-413e-8217-4b4cc299ae94"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1433875899,ExpressionUUID->"090ea729-61f5-4137-b0ea-56e7c05c23c9"], + CellID->1755484886,ExpressionUUID->"47d0f072-c6d2-4957-a727-81b794545088"], Cell[CellGroupData[{ @@ -472,18 +477,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5492709b-3865-4a2c-8d86-f94fadf2b2fb"], + ExpressionUUID->"14d02600-6976-4797-9ed9-b3ff7729893a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cd8ca6be-9f92-4224-bafe-47040c1a7bfa"], + "Spacer1"]],ExpressionUUID->"69d54d8c-e393-4863-901b-119e15d22ac5"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c3071e0e-7867-4a41-9771-c052ad6d08db"] + "9ce5a13f-f751-406d-b7a5-92db4d441425"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->845934889,ExpressionUUID->"4394181f-7638-44a3-8f74-bc0bf1db4192"], + CellID->517625686,ExpressionUUID->"0810b494-17fd-4b01-89ff-b7a5207c2bc3"], Cell["Loading the package:", "ExampleText", CellID->1343848063,ExpressionUUID->"f30e218a-ee55-4f1a-917b-0a5734438535"], @@ -685,8 +690,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -834,15 +837,15 @@ Cell[BoxData[GridBox[{ "0b0a294f-0dbd-4e5a-abac-c96282ff857a"] }], "SeeAlso",ExpressionUUID->"c811fb33-c571-4b97-a7a2-b5f0b0794200"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e1a83ab6-f684-47ad-bc24-\ -dff7f27eb69a"], + }]], "SeeAlsoSection",ExpressionUUID->"94057d5a-2b08-4614-b43b-\ +6b4f3a6b15cb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -854,9 +857,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ec410b0c-f5b2-46a4-b7f4-d910469f09db"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c3a75b11-4edb-4b66-a1fa-\ -c7a101cf2acb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8dc8de54-51dc-43ef-8aba-\ +ad4124ce47a8"], Cell[BoxData[GridBox[{ { @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6b2fe436-cb01-429b-81a9-4b9f1b804dc5"]}]}, + "d7d2def9-5a28-4266-99e6-d6ee9fde6833"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -881,10 +883,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2fb69228-9fbf-4654-b497-d83bc111066f"]}]} + "e2d1cc6f-72c3-4b2f-bd6f-37d58d9eea17"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a476d493-3a3a-4b97-bab6-\ -f4e7c28cc057"], + }]], "MoreAboutSection",ExpressionUUID->"92ee516e-0f98-4b9e-94bb-\ +6fb09771f11a"], Cell[BoxData[GridBox[{ { @@ -911,7 +913,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7a7ba02-4695-4a8f-b808-d4ba9fa84f99"]], "RelatedLinks", + "777e31db-4e5f-4490-bc13-54d3d4bb5bc5"]], "RelatedLinks", ExpressionUUID->"fe094732-6108-49f2-a7c2-a186c8fd9398"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -928,11 +930,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "595d12da-399e-469b-85f9-8e3862fbc5b3"]], "RelatedLinks", + "e5144dfd-bfc2-4736-8b68-a3a53bdf9548"]], "RelatedLinks", ExpressionUUID->"7aa02b9f-8e71-4c02-aa1a-e6ac82618ad9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8c313589-4d40-4670-b996-\ -b271363b21a0"], + }]], "RelatedLinksSection",ExpressionUUID->"ac3b60fa-6afe-4a2d-ae4b-\ +cfee93088ac0"], Cell[CellGroupData[{ @@ -962,11 +964,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"715ed296-f305-43af-bba2-026799fdb641"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a0b5ac9f-84fb-4a1b-8430-000fd29eaac1"] +Cell[" ", "FooterCell",ExpressionUUID->"216f1188-0d7c-4498-b0d8-eb1920c78b0f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddVerticesImputationSet", TaggingRules->{ @@ -977,7 +979,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 36.502481}", + "built" -> "{2024, 6, 3, 16, 51, 50.334610}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -986,11 +988,11 @@ TaggingRules->{ set with Cddmathlink via Mathlink. CddVerticesImputationSet[game, options] by \ option set the GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CddVerticesImputationSet", "titlemodifier" -> "", "windowtitle" -> - "CddVerticesImputationSet", "type" -> "Symbol", "uri" -> - "TUG/ref/CddVerticesImputationSet"}}, + "CddVerticesImputationSet", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "CddVerticesImputationSet", "type" -> "Symbol", + "uri" -> "TUG/ref/CddVerticesImputationSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -999,9 +1001,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4c1f0a57-901b-4e55-be98-f85d0c1fd837" +ExpressionUUID->"60f50bc0-5212-4ba8-8f7b-83ec45bbb7ab" ] (* End of Notebook Content *) @@ -1009,139 +1011,137 @@ ExpressionUUID->"4c1f0a57-901b-4e55-be98-f85d0c1fd837" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15795, 408, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"090ea729-61f5-4137-b0ea-56e7c05c23c9", + Cell[15885, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"47d0f072-c6d2-4957-a727-81b794545088", CellTags->"PrimaryExamplesSection", - CellID->1433875899]} + CellID->1755484886]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37627, 1010} + {"PrimaryExamplesSection", 37701, 1012} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7241, 169, 56, "AnchorBarGrid",ExpressionUUID->"8889900b-3357-40d3-bdc6-21713f4f6d07", +Cell[596, 21, 7332, 174, 57, "AnchorBarGrid",ExpressionUUID->"a11870e7-05ef-47dc-9e9a-1b58caeae1b4", CellID->1], -Cell[7840, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7fc055cb-684d-4800-8877-332bac87fc0a"], +Cell[7931, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e9fbe6e7-3045-462f-b1a1-e6a84ed2910c"], Cell[CellGroupData[{ -Cell[7951, 196, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"5ea78da2-58a2-4d99-96f2-93d01880a33e"], -Cell[9252, 233, 929, 19, 187, "Usage",ExpressionUUID->"dd41218e-84ae-4bc7-80c7-8ac94297cbb2", +Cell[8042, 201, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"3b5c498b-af4e-4e39-a96a-625e735163c1"], +Cell[9343, 238, 929, 19, 186, "Usage",ExpressionUUID->"dd41218e-84ae-4bc7-80c7-8ac94297cbb2", CellID->1339047167] }, Open ]], Cell[CellGroupData[{ -Cell[10218, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"a4a02879-3260-4911-ae3b-6fa5b0b6f6c4", +Cell[10309, 262, 1894, 47, 37, "NotesSection",ExpressionUUID->"e23f443f-8b71-46bf-85e1-c869e6411a65", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1655817097], -Cell[12116, 306, 515, 12, 57, "Notes",ExpressionUUID->"bebb636e-5cba-4e1b-9252-d92c8bf17c0a", + CellID->368339911], +Cell[12206, 311, 515, 12, 57, "Notes",ExpressionUUID->"bebb636e-5cba-4e1b-9252-d92c8bf17c0a", CellID->1014199156], -Cell[12634, 320, 489, 12, 37, "Notes",ExpressionUUID->"1c4c65ae-78c8-4145-b0fd-1a9e82b65728", +Cell[12724, 325, 489, 12, 38, "Notes",ExpressionUUID->"1c4c65ae-78c8-4145-b0fd-1a9e82b65728", CellID->177724765], -Cell[13126, 334, 199, 4, 36, "Notes",ExpressionUUID->"8b750d92-37b4-4bff-925e-aa513331eeac", +Cell[13216, 339, 199, 4, 36, "Notes",ExpressionUUID->"8b750d92-37b4-4bff-925e-aa513331eeac", CellID->2081402852], -Cell[13328, 340, 280, 5, 57, "Notes",ExpressionUUID->"7ca808e7-eb2a-41f2-8322-1acedc55d4f5", +Cell[13418, 345, 280, 5, 57, "Notes",ExpressionUUID->"7ca808e7-eb2a-41f2-8322-1acedc55d4f5", CellID->168739690], -Cell[13611, 347, 217, 4, 36, "Notes",ExpressionUUID->"0e5784a6-1540-46bd-af09-a7fa8b344b56", +Cell[13701, 352, 217, 4, 36, "Notes",ExpressionUUID->"0e5784a6-1540-46bd-af09-a7fa8b344b56", CellID->508953752], -Cell[13831, 353, 344, 9, 37, "Notes",ExpressionUUID->"8eb2bc21-0230-4cbb-94a9-e760751b35f5", +Cell[13921, 358, 344, 9, 38, "Notes",ExpressionUUID->"8eb2bc21-0230-4cbb-94a9-e760751b35f5", CellID->2124218317], -Cell[14178, 364, 267, 4, 49, "Notes",ExpressionUUID->"bfe1d972-4f36-4652-b5e3-f45e8dc1acfb", +Cell[14268, 369, 267, 4, 48, "Notes",ExpressionUUID->"bfe1d972-4f36-4652-b5e3-f45e8dc1acfb", CellID->13178], -Cell[14448, 370, 676, 15, 40, "3ColumnTableMod",ExpressionUUID->"396ae078-ab0a-4592-a506-eca9aa6a40f4", +Cell[14538, 375, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"396ae078-ab0a-4592-a506-eca9aa6a40f4", CellID->901767574], -Cell[15127, 387, 541, 15, 37, "Notes",ExpressionUUID->"44861e4c-db7a-4ee7-b287-aaa866982419", +Cell[15217, 392, 541, 15, 38, "Notes",ExpressionUUID->"44861e4c-db7a-4ee7-b287-aaa866982419", CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15795, 408, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"090ea729-61f5-4137-b0ea-56e7c05c23c9", +Cell[15885, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"47d0f072-c6d2-4957-a727-81b794545088", CellTags->"PrimaryExamplesSection", - CellID->1433875899], + CellID->1755484886], Cell[CellGroupData[{ -Cell[17241, 449, 1398, 36, 30, "ExampleSection",ExpressionUUID->"4394181f-7638-44a3-8f74-bc0bf1db4192", - CellID->845934889], -Cell[18642, 487, 119, 1, 38, "ExampleText",ExpressionUUID->"f30e218a-ee55-4f1a-917b-0a5734438535", +Cell[17331, 454, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0810b494-17fd-4b01-89ff-b7a5207c2bc3", + CellID->517625686], +Cell[18732, 492, 119, 1, 39, "ExampleText",ExpressionUUID->"f30e218a-ee55-4f1a-917b-0a5734438535", CellID->1343848063], Cell[CellGroupData[{ -Cell[18786, 492, 166, 3, 70, "Input",ExpressionUUID->"404226b5-dcf9-44dd-973b-66f47e539ffa", +Cell[18876, 497, 166, 3, 70, "Input",ExpressionUUID->"404226b5-dcf9-44dd-973b-66f47e539ffa", CellID->11762336], Cell[CellGroupData[{ -Cell[18977, 499, 236, 4, 70, "Print",ExpressionUUID->"1498dae2-fc12-421b-ae7e-ac5e976cfd87", +Cell[19067, 504, 236, 4, 70, "Print",ExpressionUUID->"1498dae2-fc12-421b-ae7e-ac5e976cfd87", CellID->922439211], -Cell[19216, 505, 366, 8, 70, "Print",ExpressionUUID->"7630e3df-159c-4950-b693-ac9f3eff7e67", +Cell[19306, 510, 366, 8, 70, "Print",ExpressionUUID->"7630e3df-159c-4950-b693-ac9f3eff7e67", CellID->1010593406], -Cell[19585, 515, 236, 4, 70, "Print",ExpressionUUID->"93b0900b-a370-4078-a3e5-7838c0c5703d", +Cell[19675, 520, 236, 4, 70, "Print",ExpressionUUID->"93b0900b-a370-4078-a3e5-7838c0c5703d", CellID->391272174], -Cell[19824, 521, 221, 3, 70, "Print",ExpressionUUID->"513ba2c6-1191-4f71-a4f8-8d57af3ac7bf", +Cell[19914, 526, 221, 3, 70, "Print",ExpressionUUID->"513ba2c6-1191-4f71-a4f8-8d57af3ac7bf", CellID->1186244193], -Cell[20048, 526, 208, 3, 70, "Print",ExpressionUUID->"067bbf63-bf06-4e7a-8c2a-aed64fa25892", +Cell[20138, 531, 208, 3, 70, "Print",ExpressionUUID->"067bbf63-bf06-4e7a-8c2a-aed64fa25892", CellID->1600398866], -Cell[20259, 531, 235, 4, 70, "Print",ExpressionUUID->"53288bdb-263c-471e-99da-e837d3331d38", +Cell[20349, 536, 235, 4, 70, "Print",ExpressionUUID->"53288bdb-263c-471e-99da-e837d3331d38", CellID->7541260], -Cell[20497, 537, 221, 3, 70, "Print",ExpressionUUID->"6e26f92b-909a-4dff-a1ae-cf40b9ff3adb", +Cell[20587, 542, 221, 3, 70, "Print",ExpressionUUID->"6e26f92b-909a-4dff-a1ae-cf40b9ff3adb", CellID->2053617862], -Cell[20721, 542, 237, 4, 70, "Print",ExpressionUUID->"342228da-75a4-42ff-944b-6dd44547ec42", +Cell[20811, 547, 237, 4, 70, "Print",ExpressionUUID->"342228da-75a4-42ff-944b-6dd44547ec42", CellID->1011457482], -Cell[20961, 548, 237, 4, 70, "Print",ExpressionUUID->"bac79c8c-a419-40b4-a8fe-3c9978c05fa0", +Cell[21051, 553, 237, 4, 70, "Print",ExpressionUUID->"bac79c8c-a419-40b4-a8fe-3c9978c05fa0", CellID->1433353304], -Cell[21201, 554, 207, 3, 70, "Print",ExpressionUUID->"700e5fef-01dc-4df8-9dfe-3921fc2674cd", +Cell[21291, 559, 207, 3, 70, "Print",ExpressionUUID->"700e5fef-01dc-4df8-9dfe-3921fc2674cd", CellID->663310208], -Cell[21411, 559, 236, 4, 70, "Print",ExpressionUUID->"53c461ca-787c-4c13-98f3-1bc7615c9f77", +Cell[21501, 564, 236, 4, 70, "Print",ExpressionUUID->"53c461ca-787c-4c13-98f3-1bc7615c9f77", CellID->655751453] }, Open ]] }, Open ]], -Cell[21674, 567, 137, 1, 70, "ExampleText",ExpressionUUID->"8d3cf62d-cec5-47b2-bb0b-47deaabd10b3", +Cell[21764, 572, 137, 1, 70, "ExampleText",ExpressionUUID->"8d3cf62d-cec5-47b2-bb0b-47deaabd10b3", CellID->1098857755], -Cell[21814, 570, 235, 6, 70, "Input",ExpressionUUID->"59f854e2-bc28-4c2b-a7e4-a82e4318474f", +Cell[21904, 575, 235, 6, 70, "Input",ExpressionUUID->"59f854e2-bc28-4c2b-a7e4-a82e4318474f", CellID->1985887585], -Cell[22052, 578, 380, 9, 70, "Input",ExpressionUUID->"1fcb9cb4-13ca-4cae-b798-34fb8b805ffc", +Cell[22142, 583, 380, 9, 70, "Input",ExpressionUUID->"1fcb9cb4-13ca-4cae-b798-34fb8b805ffc", CellID->430248290], -Cell[22435, 589, 238, 6, 70, "Input",ExpressionUUID->"1be131dc-8e83-40cb-9fe2-54a39f128bd9", +Cell[22525, 594, 238, 6, 70, "Input",ExpressionUUID->"1be131dc-8e83-40cb-9fe2-54a39f128bd9", CellID->1393964548], -Cell[22676, 597, 191, 4, 70, "ExampleText",ExpressionUUID->"42fbe220-a73b-4fd2-95b3-69c596abbd5f", +Cell[22766, 602, 191, 4, 70, "ExampleText",ExpressionUUID->"42fbe220-a73b-4fd2-95b3-69c596abbd5f", CellID->1760092711], Cell[CellGroupData[{ -Cell[22892, 605, 181, 3, 70, "Input",ExpressionUUID->"799360a8-c367-421b-9c4c-ba5c16a39a45", +Cell[22982, 610, 181, 3, 70, "Input",ExpressionUUID->"799360a8-c367-421b-9c4c-ba5c16a39a45", CellID->397934807], -Cell[23076, 610, 222, 5, 36, "Output",ExpressionUUID->"b6a9eaf2-3a4c-427a-938a-fcfddcf75c6f", +Cell[23166, 615, 222, 5, 36, "Output",ExpressionUUID->"b6a9eaf2-3a4c-427a-938a-fcfddcf75c6f", CellID->480320580] }, Open ]], -Cell[23313, 618, 215, 4, 70, "ExampleText",ExpressionUUID->"26f30d04-88ef-473e-a2fc-3f506f5b82b8", +Cell[23403, 623, 215, 4, 70, "ExampleText",ExpressionUUID->"26f30d04-88ef-473e-a2fc-3f506f5b82b8", CellID->2136320233], Cell[CellGroupData[{ -Cell[23553, 626, 207, 4, 70, "Input",ExpressionUUID->"acddf61a-ff68-4c9a-ba48-51e9d245d7ec", +Cell[23643, 631, 207, 4, 70, "Input",ExpressionUUID->"acddf61a-ff68-4c9a-ba48-51e9d245d7ec", CellID->1962482146], -Cell[23763, 632, 502, 13, 36, "Output",ExpressionUUID->"fb4b5682-0d08-4e01-9bae-dfcdd2975386", +Cell[23853, 637, 502, 13, 36, "Output",ExpressionUUID->"fb4b5682-0d08-4e01-9bae-dfcdd2975386", CellID->1791795593] }, Open ]], -Cell[24280, 648, 189, 4, 70, "ExampleText",ExpressionUUID->"fa1c81ad-2544-4574-94da-5882f259782d", +Cell[24370, 653, 189, 4, 70, "ExampleText",ExpressionUUID->"fa1c81ad-2544-4574-94da-5882f259782d", CellID->1854416513], Cell[CellGroupData[{ -Cell[24494, 656, 278, 6, 70, "Input",ExpressionUUID->"3cfaf655-4ea9-439d-864e-fa7774084b20", +Cell[24584, 661, 278, 6, 70, "Input",ExpressionUUID->"3cfaf655-4ea9-439d-864e-fa7774084b20", CellID->2070239437], -Cell[24775, 664, 537, 14, 36, "Output",ExpressionUUID->"9b46d176-c659-4fe9-b312-cd3d7cdc6520", +Cell[24865, 669, 537, 14, 36, "Output",ExpressionUUID->"9b46d176-c659-4fe9-b312-cd3d7cdc6520", CellID->1784739831] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25644, 692, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"94057d5a-2b08-4614-b43b-6b4f3a6b15cb"], +Cell[31232, 842, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8dc8de54-51dc-43ef-8aba-ad4124ce47a8"], +Cell[31905, 862, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"92ee516e-0f98-4b9e-94bb-6fb09771f11a"], +Cell[32941, 890, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"ac3b60fa-6afe-4a2d-ae4b-cfee93088ac0"], Cell[CellGroupData[{ -Cell[25576, 689, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"e1a83ab6-f684-47ad-bc24-dff7f27eb69a"], -Cell[31164, 839, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c3a75b11-4edb-4b66-a1fa-c7a101cf2acb"] -}, Open ]], -Cell[31849, 860, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a476d493-3a3a-4b97-bab6-f4e7c28cc057"], -Cell[32885, 888, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"8c313589-4d40-4670-b996-b271363b21a0"], -Cell[CellGroupData[{ -Cell[34514, 938, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a937094-e299-46d0-b595-84861ad7fca8", +Cell[34570, 940, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a937094-e299-46d0-b595-84861ad7fca8", CellID->117551421], -Cell[34654, 941, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"206e28b4-78c8-49f9-979a-25fc025cfb2a", +Cell[34710, 943, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"206e28b4-78c8-49f9-979a-25fc025cfb2a", CellID->1194386356], -Cell[34876, 947, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffbe7915-7e7d-46a5-911e-64040302e1ea", +Cell[34932, 949, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffbe7915-7e7d-46a5-911e-64040302e1ea", CellID->1641706272], -Cell[35091, 952, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b2df44cd-c901-418a-bd87-0f7f83deb47e", +Cell[35147, 954, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b2df44cd-c901-418a-bd87-0f7f83deb47e", CellID->399251956], -Cell[35320, 958, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"715ed296-f305-43af-bba2-026799fdb641", +Cell[35376, 960, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"715ed296-f305-43af-bba2-026799fdb641", CellID->821434655] }, Open ]], -Cell[35557, 964, 78, 0, 70, "FooterCell",ExpressionUUID->"a0b5ac9f-84fb-4a1b-8430-000fd29eaac1"] +Cell[35613, 966, 78, 0, 70, "FooterCell",ExpressionUUID->"216f1188-0d7c-4498-b0d8-eb1920c78b0f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddVerticesLowerSet.nb b/Documentation/English/ReferencePages/Symbols/CddVerticesLowerSet.nb index 55c1693..032f691 100644 --- a/Documentation/English/ReferencePages/Symbols/CddVerticesLowerSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddVerticesLowerSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44594, 1139] -NotebookOptionsPosition[ 35494, 962] -NotebookOutlinePosition[ 37728, 1017] -CellTagsIndexPosition[ 37642, 1012] +NotebookDataLength[ 44653, 1140] +NotebookOptionsPosition[ 35560, 964] +NotebookOutlinePosition[ 37818, 1020] +CellTagsIndexPosition[ 37732, 1015] WindowTitle->CddVerticesLowerSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ef6302b6-cd59-4833-89b1-be62c3d40e50"], + "600d4e1a-bbae-4371-9183-5a6768d9504a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7bafaaf7-eff0-4cb3-a705-3d8acaaa9725"], + "c28f31ae-a827-416e-92d8-d37266c046d8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9f3f4330-2c38-456e-b273-e982c9282048"] - }],ExpressionUUID->"96f08c0a-3176-4fe5-9f7e-57bf67285e84"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesImputationSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesImputationSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], \ -"\<\"CddGmpVerticesCore\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "aa4c6780-8fd1-47dd-8eb1-dab0e607a711"] + }],ExpressionUUID->"cea0e820-2341-4d56-95b9-186704c41e02"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesImputationSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1223cf3a-cd23-4131-85d3-78433b7702b0"], + "5d827032-33b5-4a9f-8318-b9e8dac4aaee"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6045358f-6dae-4599-9938-8b65ec432ecc"] - }],ExpressionUUID->"73ed7144-6573-4a81-9f29-bba3b234a32c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "73b228ba-7727-4e76-99b4-45124f93e4da"] + }],ExpressionUUID->"79e054bf-f582-4006-bd38-48f37af722b2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "da0f6039-9ff8-4515-89db-7a686c768831"], + "d698aa26-be7c-4f41-858d-0858a0743436"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aba5fc11-571c-48db-a4fc-642f80dae27a"] - }],ExpressionUUID->"501e0b51-f9bc-41b1-8263-d9804096336e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a34dbe0b-37a9-4da5-bac2-68a8acafa57c"] + }],ExpressionUUID->"3463f1c9-a977-4338-bd5a-8d88ce15fea5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "238daeed-54f2-475a-b6e5-321fa4c27086"], + "ac7021e3-73a1-4031-84f5-1060e2bf93cb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ff394f0-437e-4913-8b83-56a15677a051"] - }],ExpressionUUID->"552e5956-9697-4181-b2da-5f4626b32b5f"], - StripOnInput->False], {"\<\"TUG/ref/CddVerticesLowerSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddVerticesLowerSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "97f12d18-b330-4bc9-9dfa-d00d1ec05581"] + }],ExpressionUUID->"8ca6b235-f5a3-4fe2-84f7-a8e6b6a12bc9"], + StripOnInput->False],{ + "\"TUG/ref/CddVerticesLowerSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddVerticesLowerSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddVerticesLowerSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$48068], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddVerticesLowerSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$50670], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddVerticesLowerSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "90145f21-3074-4177-a37f-69640c708cf7"] + "98abb4ac-293a-4a5f-a44b-72970779d371"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b2f4fbe4-9d5a-442b-9c4a-e4ca7b8b70f0"]} + "6df47ccc-d7c9-45c9-b094-34848f29086a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6b899315-24c2-453a-81b3-eec980f1c57a"], + CellID->1,ExpressionUUID->"ccad97b6-89ae-4714-be6a-b5210f5b7d5b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b0b2191c-d21d-4e40-9800-5d67fa76a099"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"94820041-237a-485a-a98f-81e5459e4d0e"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddVerticesLowerSet", "ObjectName",ExpressionUUID-> - "a2670ab5-5b08-4352-acb3-7512970f3525"], + "584d41b0-554e-483a-b819-e127eed3c05f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3ed33ba1-c729-400d-8133-fc660067af89"], + "Spacer1"]],ExpressionUUID->"b98ca4e8-ce92-4bad-9fdd-b4cdf53f2d07"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5ba04b34-efbd-4eee-9140-0df587c15f9e"] - }],ExpressionUUID->"fc05bc48-8cd5-474d-87b8-2fbc6cc978ae"], Cell[BoxData[ + "3f11803f-2e01-4dae-ae53-bb1aaa4c9c98"] + }],ExpressionUUID->"fea9660a-faea-41ad-a80f-4db8a6fd414a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "354be6e0-f200-47a4-ae24-08357c53c9a7"]} + "a199b500-a21e-4606-be45-b7e76c7f2fa4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"51d323d5-b0a3-49a5-819b-5246152ce80b"], + CacheGraphics->False,ExpressionUUID->"7f3c4ca4-4464-486f-8b90-4cdb230e312b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "466cde6a-52b9-4f59-9828-533330292ee7"], " \[LineSeparator]calculates all vertices of the lower set with \ Cddmathlink via Mathlink." - }],ExpressionUUID->"0f802256-4298-4dae-a39f-b930fa7eafdb"]}, + }],ExpressionUUID->"6529f93a-7993-44c7-859e-2daf28054c1f"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddVerticesLowerSet", "[", @@ -248,7 +253,7 @@ Cddmathlink via Mathlink." "a48cc3ae-4415-4ffd-9bc0-309b85f1b657"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"c47f8370-5166-4efd-8f94-e871cf1c84ed"]} + }],ExpressionUUID->"e725a1e9-891f-4b64-9fa0-4559686db308"]} }]], "Usage", CellID->586406482,ExpressionUUID->"a0095275-5282-4ce2-9997-fae94ac9661a"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d943eae-3bd2-48d4-b69f-0140bd58eb45"], + ExpressionUUID->"0aa1ea88-8fcd-467f-a66f-6e417570b57a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4a54f204-c499-464f-bf01-013e9ab33083"], + "Spacer1"]],ExpressionUUID->"085bb741-f2f3-46d6-b3d1-ec2d81558ab9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a45b8d99-7965-46e8-a452-9c4d7984b27e"], + }], "NotesFrameText",ExpressionUUID->"95a50bdf-e709-472b-b04a-17a58d6145d2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d2b835a5-b67b-4b15-a964-9b8267a6d75e"]], \ + "Preemptive"]],ExpressionUUID->"73b47266-ed14-40ab-b644-d8fdce51027a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->80763666,ExpressionUUID->"91362c14-8019-4416-91b2-d1b390f66d37"], + CellID->723993009,ExpressionUUID->"ed0b0a71-bcbb-4db4-b88a-caf964cf615d"], Cell[TextData[{ "The input expression ", @@ -370,7 +375,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1775733c-90f0-4439-9271-18ff2ad941be"], + "cf6ebf59-33b6-4ab1-9bfc-b2cb8c6a2936"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -431,19 +436,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c2d9cbf4-8b22-4e9d-bfb7-aa3d8a2a64b9"], + ExpressionUUID->"ebd4ef6c-23f8-4a07-a790-03e032e1e2c3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"efee5d6e-36a1-4d64-8bd3-79e2db88f828"], + "Spacer1"]],ExpressionUUID->"332a01e0-ac4b-480c-b26b-4d2909c11af6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "026f48dd-2e28-4310-97b9-a5c1cf3323f6"] + "71a61e73-0e15-4d7c-84f8-bc50c4b8f15b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->197137501,ExpressionUUID->"34832e03-82ea-4f2c-bfd1-52a9e032cdf0"], + CellID->1017253114,ExpressionUUID->"17982685-d7d5-4349-bb49-cf14221105de"], Cell[CellGroupData[{ @@ -472,18 +477,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fdf3c980-92a0-4a30-9d45-9cd497cac322"], + ExpressionUUID->"83b377d8-6b62-47e8-9371-a533fab4d0d4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b6ad821a-1942-4bab-a191-2c09685552f5"], + "Spacer1"]],ExpressionUUID->"b934f3e5-36de-49e4-8712-ed7c3a02a7aa"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "65b42075-bb35-4b06-adb2-5cbda989c76e"] + "4089e188-578c-465d-a020-9e9bd0b083c1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1042332704,ExpressionUUID->"d2d1b00e-0b07-4636-9564-be4d66cf67c7"], + CellID->1968773600,ExpressionUUID->"be013969-e621-4f9d-9a7f-63a5bcf7df4f"], Cell["Loading the package:", "ExampleText", CellID->1389477597,ExpressionUUID->"4cd42098-20f8-4ffa-a995-2475a0d4654e"], @@ -681,8 +686,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -830,15 +833,15 @@ Cell[BoxData[GridBox[{ "480edf1d-da5e-4d02-8b8a-180536c1958f"] }], "SeeAlso",ExpressionUUID->"84aa385a-2826-48b6-8df0-b6e9f3a9d801"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"924cebf9-bd79-4c69-8abc-\ -1f48ba5a500d"], + }]], "SeeAlsoSection",ExpressionUUID->"f26f91eb-9ff9-46b3-b8d4-\ +d3740276f744"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -850,9 +853,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9e1cf8a6-0e1c-41b9-9a25-feae355a242e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"064e82ad-344d-41d4-b4d2-\ -b80481168e73"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ce705253-aa53-4fee-92aa-\ +bd86c599e5e8"], Cell[BoxData[GridBox[{ { @@ -869,7 +871,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ae9c485e-7145-4dc7-b641-ef5d14f2a807"]}]}, + "f42a84b1-2496-46b5-8fc9-fdbae98dec4e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -877,10 +879,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f884217b-9970-49a0-a600-549ac76b56a7"]}]} + "e9f5b325-d79d-400f-a7ba-6a4b04b274a7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2a4ce677-0f7f-4ff1-9e02-\ -86303b7c1f1a"], + }]], "MoreAboutSection",ExpressionUUID->"d8ba2209-4dfc-4a24-9a90-\ +b8a0287bc7e3"], Cell[BoxData[GridBox[{ { @@ -907,7 +909,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4f1cc873-c023-44f8-8b6c-6b08e04f08d0"]], "RelatedLinks", + "4a317471-2b29-4252-b459-363d10ac64cd"]], "RelatedLinks", ExpressionUUID->"9716c54a-f85b-4ca7-a56e-678107595f95"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -924,11 +926,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b0157520-4553-4d4b-a5e1-5988f6ed66cc"]], "RelatedLinks", + "30cde8e3-28f4-4b6b-81c3-1f9acba9a0b4"]], "RelatedLinks", ExpressionUUID->"17418056-12f6-4861-8c2d-18ff0a630452"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3524069f-f2b1-4a67-9ff9-\ -5865e313c827"], + }]], "RelatedLinksSection",ExpressionUUID->"5c4f570f-75a4-498d-bc95-\ +c8ed08e6d37a"], Cell[CellGroupData[{ @@ -958,11 +960,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"91fbdde4-0fd9-48cd-87b7-9be0730d7d57"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"66817858-40ee-433d-8dd6-6b96aceff837"] +Cell[" ", "FooterCell",ExpressionUUID->"7a6ebcbb-1d44-4cc6-8a5b-15be73a76233"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddVerticesLowerSet", TaggingRules->{ @@ -973,7 +975,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 37.930954}", + "built" -> "{2024, 6, 3, 16, 51, 51.082569}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -982,10 +984,11 @@ TaggingRules->{ Cddmathlink via Mathlink. CddVerticesLowerSet[game, options] by option set \ the GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CddVerticesLowerSet", - "titlemodifier" -> "", "windowtitle" -> "CddVerticesLowerSet", "type" -> - "Symbol", "uri" -> "TUG/ref/CddVerticesLowerSet"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CddVerticesLowerSet", "type" -> "Symbol", "uri" -> + "TUG/ref/CddVerticesLowerSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -994,9 +997,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"408f664c-1455-4f8c-80ce-fa4508ec95dc" +ExpressionUUID->"625a3c6a-3a64-43e2-ab42-ff8179bfa492" ] (* End of Notebook Content *) @@ -1004,143 +1007,141 @@ ExpressionUUID->"408f664c-1455-4f8c-80ce-fa4508ec95dc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15759, 408, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"34832e03-82ea-4f2c-bfd1-52a9e032cdf0", + Cell[15858, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"17982685-d7d5-4349-bb49-cf14221105de", CellTags->"PrimaryExamplesSection", - CellID->197137501]} + CellID->1017253114]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37442, 1005} + {"PrimaryExamplesSection", 37531, 1008} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7224, 169, 56, "AnchorBarGrid",ExpressionUUID->"6b899315-24c2-453a-81b3-eec980f1c57a", +Cell[591, 21, 7322, 174, 57, "AnchorBarGrid",ExpressionUUID->"ccad97b6-89ae-4714-be6a-b5210f5b7d5b", CellID->1], -Cell[7818, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b0b2191c-d21d-4e40-9800-5d67fa76a099"], +Cell[7916, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"94820041-237a-485a-a98f-81e5459e4d0e"], Cell[CellGroupData[{ -Cell[7929, 196, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"51d323d5-b0a3-49a5-819b-5246152ce80b"], -Cell[9225, 233, 913, 19, 187, "Usage",ExpressionUUID->"a0095275-5282-4ce2-9997-fae94ac9661a", +Cell[8027, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"7f3c4ca4-4464-486f-8b90-4cdb230e312b"], +Cell[9323, 238, 913, 19, 186, "Usage",ExpressionUUID->"a0095275-5282-4ce2-9997-fae94ac9661a", CellID->586406482] }, Open ]], Cell[CellGroupData[{ -Cell[10175, 257, 1893, 47, 37, "NotesSection",ExpressionUUID->"91362c14-8019-4416-91b2-d1b390f66d37", +Cell[10273, 262, 1894, 47, 37, "NotesSection",ExpressionUUID->"ed0b0a71-bcbb-4db4-b88a-caf964cf615d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->80763666], -Cell[12071, 306, 515, 12, 57, "Notes",ExpressionUUID->"c8af60fa-abc5-4bf1-9b54-41488f6b7b14", + CellID->723993009], +Cell[12170, 311, 515, 12, 57, "Notes",ExpressionUUID->"c8af60fa-abc5-4bf1-9b54-41488f6b7b14", CellID->1014199156], -Cell[12589, 320, 489, 12, 37, "Notes",ExpressionUUID->"9eef8f47-38a8-42d1-a819-25a5fa461b4d", +Cell[12688, 325, 489, 12, 38, "Notes",ExpressionUUID->"9eef8f47-38a8-42d1-a819-25a5fa461b4d", CellID->177724765], -Cell[13081, 334, 217, 4, 36, "Notes",ExpressionUUID->"d24a8c4c-4ab3-414a-943c-f52a4601591c", +Cell[13180, 339, 217, 4, 36, "Notes",ExpressionUUID->"d24a8c4c-4ab3-414a-943c-f52a4601591c", CellID->973587986], -Cell[13301, 340, 270, 5, 57, "Notes",ExpressionUUID->"bd69d3b8-76c8-48ec-9604-fbf096d9d0df", +Cell[13400, 345, 270, 5, 57, "Notes",ExpressionUUID->"bd69d3b8-76c8-48ec-9604-fbf096d9d0df", CellID->687550385], -Cell[13574, 347, 218, 4, 36, "Notes",ExpressionUUID->"12dd899e-3094-487f-a31d-67bae241c01c", +Cell[13673, 352, 218, 4, 36, "Notes",ExpressionUUID->"12dd899e-3094-487f-a31d-67bae241c01c", CellID->2123195132], -Cell[13795, 353, 344, 9, 37, "Notes",ExpressionUUID->"e995bb30-0598-4e4d-8d1e-37a1760fb046", +Cell[13894, 358, 344, 9, 38, "Notes",ExpressionUUID->"e995bb30-0598-4e4d-8d1e-37a1760fb046", CellID->1063935001], -Cell[14142, 364, 267, 4, 49, "Notes",ExpressionUUID->"a3d889be-381c-49af-89da-93816cc1fbc7", +Cell[14241, 369, 267, 4, 48, "Notes",ExpressionUUID->"a3d889be-381c-49af-89da-93816cc1fbc7", CellID->13178], -Cell[14412, 370, 676, 15, 40, "3ColumnTableMod",ExpressionUUID->"ea7dec53-51bd-4a89-9d7e-bfe0c147bb34", +Cell[14511, 375, 676, 15, 41, "3ColumnTableMod",ExpressionUUID->"ea7dec53-51bd-4a89-9d7e-bfe0c147bb34", CellID->901767574], -Cell[15091, 387, 541, 15, 37, "Notes",ExpressionUUID->"a0450a2a-dfa8-4c37-bb89-44e5f5f6a882", +Cell[15190, 392, 541, 15, 38, "Notes",ExpressionUUID->"a0450a2a-dfa8-4c37-bb89-44e5f5f6a882", CellID->608546217] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15759, 408, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"34832e03-82ea-4f2c-bfd1-52a9e032cdf0", +Cell[15858, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"17982685-d7d5-4349-bb49-cf14221105de", CellTags->"PrimaryExamplesSection", - CellID->197137501], + CellID->1017253114], Cell[CellGroupData[{ -Cell[17204, 449, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d2d1b00e-0b07-4636-9564-be4d66cf67c7", - CellID->1042332704], -Cell[18606, 487, 119, 1, 38, "ExampleText",ExpressionUUID->"4cd42098-20f8-4ffa-a995-2475a0d4654e", +Cell[17304, 454, 1399, 36, 30, "ExampleSection",ExpressionUUID->"be013969-e621-4f9d-9a7f-63a5bcf7df4f", + CellID->1968773600], +Cell[18706, 492, 119, 1, 39, "ExampleText",ExpressionUUID->"4cd42098-20f8-4ffa-a995-2475a0d4654e", CellID->1389477597], Cell[CellGroupData[{ -Cell[18750, 492, 168, 3, 70, "Input",ExpressionUUID->"c2cb3ee5-ac87-454c-9557-39a333fa4672", +Cell[18850, 497, 168, 3, 70, "Input",ExpressionUUID->"c2cb3ee5-ac87-454c-9557-39a333fa4672", CellID->1368311903], Cell[CellGroupData[{ -Cell[18943, 499, 236, 4, 70, "Print",ExpressionUUID->"434e7ba1-6464-415e-b8c6-dd2d355452b2", +Cell[19043, 504, 236, 4, 70, "Print",ExpressionUUID->"434e7ba1-6464-415e-b8c6-dd2d355452b2", CellID->692289489], -Cell[19182, 505, 365, 8, 70, "Print",ExpressionUUID->"7f779290-7535-4f49-87c5-a705da112ace", +Cell[19282, 510, 365, 8, 70, "Print",ExpressionUUID->"7f779290-7535-4f49-87c5-a705da112ace", CellID->761235990], -Cell[19550, 515, 237, 4, 70, "Print",ExpressionUUID->"9b2b84ba-db01-41e2-85da-feb4c1fcbae6", +Cell[19650, 520, 237, 4, 70, "Print",ExpressionUUID->"9b2b84ba-db01-41e2-85da-feb4c1fcbae6", CellID->1622943937], -Cell[19790, 521, 221, 3, 70, "Print",ExpressionUUID->"515e0bd6-43fa-46c5-97fd-3ed2244bcd21", +Cell[19890, 526, 221, 3, 70, "Print",ExpressionUUID->"515e0bd6-43fa-46c5-97fd-3ed2244bcd21", CellID->2036758982], -Cell[20014, 526, 208, 3, 70, "Print",ExpressionUUID->"bda04ed7-4a6c-4b92-ac17-5792e755b6a5", +Cell[20114, 531, 208, 3, 70, "Print",ExpressionUUID->"bda04ed7-4a6c-4b92-ac17-5792e755b6a5", CellID->2047744581], -Cell[20225, 531, 237, 4, 70, "Print",ExpressionUUID->"8a44a065-15e7-4518-b77a-ce291331f9d6", +Cell[20325, 536, 237, 4, 70, "Print",ExpressionUUID->"8a44a065-15e7-4518-b77a-ce291331f9d6", CellID->683180364], -Cell[20465, 537, 220, 3, 70, "Print",ExpressionUUID->"e54c72f6-dedb-4839-ba63-068a63240e3b", +Cell[20565, 542, 220, 3, 70, "Print",ExpressionUUID->"e54c72f6-dedb-4839-ba63-068a63240e3b", CellID->670532098], -Cell[20688, 542, 236, 4, 70, "Print",ExpressionUUID->"60323da7-758b-42f6-af57-5c9142edf21c", +Cell[20788, 547, 236, 4, 70, "Print",ExpressionUUID->"60323da7-758b-42f6-af57-5c9142edf21c", CellID->940806626], -Cell[20927, 548, 236, 4, 70, "Print",ExpressionUUID->"5858b529-8e2b-4999-8042-2c268de1b1ea", +Cell[21027, 553, 236, 4, 70, "Print",ExpressionUUID->"5858b529-8e2b-4999-8042-2c268de1b1ea", CellID->517497344], -Cell[21166, 554, 208, 3, 70, "Print",ExpressionUUID->"262d5d33-97e7-43ac-9efc-e65e866f83e7", +Cell[21266, 559, 208, 3, 70, "Print",ExpressionUUID->"262d5d33-97e7-43ac-9efc-e65e866f83e7", CellID->1876997842], -Cell[21377, 559, 236, 4, 70, "Print",ExpressionUUID->"7e0462b6-876e-45a5-9bfa-c6dddd580498", +Cell[21477, 564, 236, 4, 70, "Print",ExpressionUUID->"7e0462b6-876e-45a5-9bfa-c6dddd580498", CellID->734253488] }, Open ]] }, Open ]], -Cell[21640, 567, 136, 1, 70, "ExampleText",ExpressionUUID->"8905436d-9465-43bc-976b-06b85dc6f3e3", +Cell[21740, 572, 136, 1, 70, "ExampleText",ExpressionUUID->"8905436d-9465-43bc-976b-06b85dc6f3e3", CellID->344997830], -Cell[21779, 570, 235, 6, 70, "Input",ExpressionUUID->"7aa3518f-eb1e-4641-bdf6-ebf61c29b48a", +Cell[21879, 575, 235, 6, 70, "Input",ExpressionUUID->"7aa3518f-eb1e-4641-bdf6-ebf61c29b48a", CellID->1277404454], -Cell[22017, 578, 380, 9, 70, "Input",ExpressionUUID->"72ab1a11-1dca-4661-8d22-d2bdbe6e469d", +Cell[22117, 583, 380, 9, 70, "Input",ExpressionUUID->"72ab1a11-1dca-4661-8d22-d2bdbe6e469d", CellID->975910135], -Cell[22400, 589, 238, 6, 70, "Input",ExpressionUUID->"8cad590f-7783-4d38-8fb9-e52723035726", +Cell[22500, 594, 238, 6, 70, "Input",ExpressionUUID->"8cad590f-7783-4d38-8fb9-e52723035726", CellID->1274084001], -Cell[22641, 597, 191, 4, 70, "ExampleText",ExpressionUUID->"7c7ab3c7-d58d-425b-9cfc-009043b0db10", +Cell[22741, 602, 191, 4, 70, "ExampleText",ExpressionUUID->"7c7ab3c7-d58d-425b-9cfc-009043b0db10", CellID->1183000074], Cell[CellGroupData[{ -Cell[22857, 605, 177, 3, 70, "Input",ExpressionUUID->"e60885ea-b270-4673-af44-d7ffd7f5bf4c", +Cell[22957, 610, 177, 3, 70, "Input",ExpressionUUID->"e60885ea-b270-4673-af44-d7ffd7f5bf4c", CellID->2003386834], -Cell[23037, 610, 222, 5, 36, "Output",ExpressionUUID->"eb6dd838-1c72-4f0c-8f53-29ee2cc9eed6", +Cell[23137, 615, 222, 5, 36, "Output",ExpressionUUID->"eb6dd838-1c72-4f0c-8f53-29ee2cc9eed6", CellID->194151996] }, Open ]], -Cell[23274, 618, 209, 4, 70, "ExampleText",ExpressionUUID->"2fc83e81-1c58-4114-98a7-f97a52eef6d7", +Cell[23374, 623, 209, 4, 70, "ExampleText",ExpressionUUID->"2fc83e81-1c58-4114-98a7-f97a52eef6d7", CellID->462558205], Cell[CellGroupData[{ -Cell[23508, 626, 201, 4, 70, "Input",ExpressionUUID->"2ec936e6-38a9-44d6-88b9-55e7c6a20282", +Cell[23608, 631, 201, 4, 70, "Input",ExpressionUUID->"2ec936e6-38a9-44d6-88b9-55e7c6a20282", CellID->366704317], -Cell[23712, 632, 212, 3, 70, "Print",ExpressionUUID->"3fd84989-bce2-41ef-9a7c-3b8bf6398df6", +Cell[23812, 637, 212, 3, 70, "Print",ExpressionUUID->"3fd84989-bce2-41ef-9a7c-3b8bf6398df6", CellID->1408338747], -Cell[23927, 637, 250, 6, 36, "Output",ExpressionUUID->"d0742cf6-6ffb-4a77-a771-fe8d60fa0066", +Cell[24027, 642, 250, 6, 36, "Output",ExpressionUUID->"d0742cf6-6ffb-4a77-a771-fe8d60fa0066", CellID->2028171647] }, Open ]], -Cell[24192, 646, 188, 4, 70, "ExampleText",ExpressionUUID->"50798aa5-91b6-4138-927b-a8cc138c94b5", +Cell[24292, 651, 188, 4, 70, "ExampleText",ExpressionUUID->"50798aa5-91b6-4138-927b-a8cc138c94b5", CellID->253795835], Cell[CellGroupData[{ -Cell[24405, 654, 273, 6, 70, "Input",ExpressionUUID->"b946139b-1d9f-46bc-9dc4-87e42bac8080", +Cell[24505, 659, 273, 6, 70, "Input",ExpressionUUID->"b946139b-1d9f-46bc-9dc4-87e42bac8080", CellID->1436146191], -Cell[24681, 662, 212, 3, 70, "Print",ExpressionUUID->"bb67a33f-a656-4ebc-a8eb-8cdb143c5585", +Cell[24781, 667, 212, 3, 70, "Print",ExpressionUUID->"bb67a33f-a656-4ebc-a8eb-8cdb143c5585", CellID->1270273419], -Cell[24896, 667, 261, 7, 36, "Output",ExpressionUUID->"f27cac93-9920-4579-939e-23f76912100f", +Cell[24996, 672, 261, 7, 36, "Output",ExpressionUUID->"f27cac93-9920-4579-939e-23f76912100f", CellID->1679563366] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25499, 688, 5595, 148, 70, "SeeAlsoSection",ExpressionUUID->"f26f91eb-9ff9-46b3-b8d4-d3740276f744"], +Cell[31097, 838, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ce705253-aa53-4fee-92aa-bd86c599e5e8"], +Cell[31770, 858, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d8ba2209-4dfc-4a24-9a90-b8a0287bc7e3"], +Cell[32806, 886, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"5c4f570f-75a4-498d-bc95-c8ed08e6d37a"], Cell[CellGroupData[{ -Cell[25421, 685, 5595, 148, 70, "SeeAlsoSection",ExpressionUUID->"924cebf9-bd79-4c69-8abc-1f48ba5a500d"], -Cell[31019, 835, 670, 18, 70, "TechNotesSection",ExpressionUUID->"064e82ad-344d-41d4-b4d2-b80481168e73"] -}, Open ]], -Cell[31704, 856, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2a4ce677-0f7f-4ff1-9e02-86303b7c1f1a"], -Cell[32740, 884, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"3524069f-f2b1-4a67-9ff9-5865e313c827"], -Cell[CellGroupData[{ -Cell[34369, 934, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"76636220-a7eb-42fc-9db9-cc9a5383e025", +Cell[34435, 936, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"76636220-a7eb-42fc-9db9-cc9a5383e025", CellID->117551421], -Cell[34509, 937, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"359ff632-357b-4934-b710-93d9e105b542", +Cell[34575, 939, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"359ff632-357b-4934-b710-93d9e105b542", CellID->1194386356], -Cell[34731, 943, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5c489e07-11da-40dd-8b9f-0a34b8e8d911", +Cell[34797, 945, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5c489e07-11da-40dd-8b9f-0a34b8e8d911", CellID->1641706272], -Cell[34946, 948, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18479163-6c50-4434-8460-2e0c153f2ba0", +Cell[35012, 950, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18479163-6c50-4434-8460-2e0c153f2ba0", CellID->399251956], -Cell[35175, 954, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91fbdde4-0fd9-48cd-87b7-9be0730d7d57", +Cell[35241, 956, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91fbdde4-0fd9-48cd-87b7-9be0730d7d57", CellID->821434655] }, Open ]], -Cell[35412, 960, 78, 0, 70, "FooterCell",ExpressionUUID->"66817858-40ee-433d-8dd6-6b96aceff837"] +Cell[35478, 962, 78, 0, 70, "FooterCell",ExpressionUUID->"7a6ebcbb-1d44-4cc6-8a5b-15be73a76233"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CddVerticesReasonableSet.nb b/Documentation/English/ReferencePages/Symbols/CddVerticesReasonableSet.nb index 946abb7..77f6c86 100644 --- a/Documentation/English/ReferencePages/Symbols/CddVerticesReasonableSet.nb +++ b/Documentation/English/ReferencePages/Symbols/CddVerticesReasonableSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46503, 1192] -NotebookOptionsPosition[ 37347, 1014] -NotebookOutlinePosition[ 39621, 1070] -CellTagsIndexPosition[ 39535, 1065] +NotebookDataLength[ 46549, 1192] +NotebookOptionsPosition[ 37406, 1016] +NotebookOutlinePosition[ 39698, 1072] +CellTagsIndexPosition[ 39612, 1067] WindowTitle->CddVerticesReasonableSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "89917e28-4b44-49ff-8546-10fa0dbe9374"], + "53446ba7-3023-450b-b83a-f9592d207e49"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6d6f73f6-6e10-4ef1-847b-e5653d7a1fcb"], + "6c8aa2b9-1691-45b9-921e-00c6618671ad"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eff46ac4-148e-447e-bd9c-24f168dd069e"] - }],ExpressionUUID->"2fff7855-3752-41da-a38d-05d72b984d1b"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesImputationSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesImputationSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], \ -"\<\"CddGmpVerticesCore\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "f67afe1f-1a71-4aff-8190-fda55cedb34d"] + }],ExpressionUUID->"a9c598ba-2b40-46e7-83cc-b848f7ce7922"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesImputationSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d9d26bce-e347-4bd9-b6b9-f5d57c438c53"], + "32d35395-232c-4b9e-94eb-eefdab8300ea"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8000ffc2-0663-4b8b-9219-2e08e7b09ed8"] - }],ExpressionUUID->"84530e58-a16e-4d69-b831-0e5b8a674f6f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "384e2cbc-482f-4820-a13d-ddbd12abcda8"] + }],ExpressionUUID->"c24eda10-920d-4551-a91e-02eeec15d123"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1e58ce7a-0565-459b-bb40-21c02b3c1e05"], + "54a0889c-ba3d-44fd-989d-70a121e85b3e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "11f73e50-865b-49b0-a195-147aab587102"] - }],ExpressionUUID->"33476b2b-4236-4b05-b445-4cfcdd1d2135"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "729587c8-261e-453a-be05-184af2c67de6"] + }],ExpressionUUID->"b97096a9-4ae2-4810-a737-c9f2315fd21a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2b1f9868-48d1-4d1f-ba90-a2fb0a5ccbf2"], + "02931370-ddb8-4f48-a033-1385e8c3e70e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "af16fafa-290c-4bcd-82d1-c2840f48d519"] - }],ExpressionUUID->"c5c0bb36-54f1-40e2-81e2-a1be4d756a6c"], - StripOnInput->False], {"\<\"TUG/ref/CddVerticesReasonableSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CddVerticesReasonableSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e7ac1b1d-27fe-45dc-9e01-64eb71e13577"] + }],ExpressionUUID->"1625fc25-d0b2-403f-b29d-85649c49903a"], + StripOnInput->False],{ + "\"TUG/ref/CddVerticesReasonableSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CddVerticesReasonableSet"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CddVerticesReasonableSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$48678], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CddVerticesReasonableSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$51314], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CddVerticesReasonableSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ca06609d-2d6e-4bce-9c6b-904ed8f043b5"] + "4c4adc64-7c0c-421c-ad7e-53f9249bf947"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7af4c03a-8a9c-4208-be7c-5bcea7247bc6"]} + "9477f7f0-94b9-42d0-9099-3d875f7343b2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2eabd98c-5bbd-46df-94ca-3f04fe0e7d83"], + CellID->1,ExpressionUUID->"a3a9e148-5e72-4a86-aef3-b998bf3f766d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"26903b1d-5e45-44f6-8e96-169cce0be4af"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8341c123-7904-4ca9-80ea-1844441669c5"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CddVerticesReasonableSet", "ObjectName",ExpressionUUID-> - "bd467b23-47bb-42e4-9264-e50af4155d84"], + "e7075285-a4e0-4511-967d-4a736e921f1a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a4dbc114-306d-4cc2-85af-113658d5871a"], + "Spacer1"]],ExpressionUUID->"f071f3b0-5f9d-4391-9122-b0f184f5a1a0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d1f6ffb8-d352-45ad-95ce-67044ac0da3e"] - }],ExpressionUUID->"8fd04b96-7e3c-4650-9a51-58fe9df8c0e3"], Cell[BoxData[ + "21b63348-4843-4b6e-ad1b-86086c942b77"] + }],ExpressionUUID->"a8bfb69c-55e1-4fb1-a7b8-80af312e94b3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6a112e1f-82ec-46d8-bd43-44015e16f863"]} + "d2029f89-5956-4b59-8385-26a532991c86"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"008d9f16-fb86-4c83-82b4-8dcd4d108c44"], + CacheGraphics->False,ExpressionUUID->"f3402ad3-879f-4dc0-b31b-bb334b97a031"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "c1643a9d-30cd-4ea4-bd13-d3a6159014c1"], " \[LineSeparator]calculates all vertices of the reasonable set with \ Cddmathlink via Mathlink." - }],ExpressionUUID->"ba04169d-7782-4c09-b5fc-5840b9634f80"]}, + }],ExpressionUUID->"c57dd96b-ade3-4757-8850-5295ea3b84be"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CddVerticesReasonableSet", "[", @@ -248,7 +253,7 @@ Cddmathlink via Mathlink." "59f5e349-ead9-4dd6-badb-07c5120bd29c"], " \[LineSeparator]by option set the GNU Multiple Precision Arithmetic \ Library can be disabled." - }],ExpressionUUID->"85a005a6-b698-4787-86a2-5d77803cc797"]} + }],ExpressionUUID->"306b3b5b-63ee-4263-8f03-0b8133aa7597"]} }]], "Usage", CellID->1376263149,ExpressionUUID->"979eb5d0-fe98-48f9-8bd2-2ef8d12a452e"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81d2754e-1fd9-4e53-a16a-9f870eb158ff"], + ExpressionUUID->"a09479c2-a443-4cee-82a1-e800a0d3befb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"76fcb806-f6aa-4d7c-9e01-6295b13d2a48"], + "Spacer1"]],ExpressionUUID->"add8b3d1-ecda-40b1-8e9e-52fe1f1864ef"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"839a61ca-df93-4977-9920-ec7c2f4710d5"], + }], "NotesFrameText",ExpressionUUID->"bce7e1bb-3044-4e67-87b9-4f39e65f4bd0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"dab3131b-4b90-453c-8341-65129b4ebb15"]], \ + "Preemptive"]],ExpressionUUID->"c839e1e4-9090-4430-8954-b2e89268d287"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->486579230,ExpressionUUID->"ca252cea-5e21-41f0-8f58-44885343af0a"], + CellID->1612037479,ExpressionUUID->"64867d8c-db7f-45eb-a2e5-d415cf34fc36"], Cell[TextData[{ "The input expression ", @@ -375,7 +380,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dd7c47e2-181c-435c-8366-264824cb6be9"], + "bef03b6f-f181-42f6-8ce3-a472ee015919"], TemplateBox[{ Cell[ TextData["RationalExact"]], "paclet:TUG/ref/RationalExact", @@ -392,7 +397,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9a21e8a1-30d7-49c1-8d34-46189acd1dfe"], + "9ab8ef95-dfdf-4142-bbf3-e4de3ec2d766"], TemplateBox[{ Cell[ TextData["ProperContribution"]], "paclet:TUG/ref/ProperContribution", @@ -469,19 +474,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2f8e5562-0349-4b70-8760-750a1e7a0ed5"], + ExpressionUUID->"f600697e-77bb-453f-b4d9-ddf73738ca86"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"877db508-63d7-471e-bfaa-b3bba2ae5f6a"], + "Spacer1"]],ExpressionUUID->"2f8e2fbb-a361-40bd-8a16-a85f0720e16b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e14a6fc1-5dc9-482b-b7f8-1ec36563dd22"] + "10f37af8-ac26-49db-b691-c7b9119afb42"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->674440060,ExpressionUUID->"4d949aea-f353-45f4-a80c-686311ce2b44"], + CellID->518084146,ExpressionUUID->"1a68ed9a-82fd-4b36-b270-ada56677bcf8"], Cell[CellGroupData[{ @@ -510,18 +515,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f1250a7e-7e02-42a8-81d2-2a29534db98a"], + ExpressionUUID->"c4267ce4-1f88-4159-9913-4775056c9565"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d7d7d51a-5ba2-4c84-ba46-fbb2f5871195"], + "Spacer1"]],ExpressionUUID->"c9efd121-5513-4343-952b-499004e0a15e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4e55431d-87cb-4d66-93ce-55f510fa2ad6"] + "43ecc59a-224a-4b6c-8edf-502dac124f31"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->808256590,ExpressionUUID->"e2b47292-8109-4bce-9c2d-62cff8e9cffa"], + CellID->2115570177,ExpressionUUID->"dbfdb247-fb6c-4bae-891f-56ffe123af30"], Cell["Loading the package:", "ExampleText", CellID->1011402729,ExpressionUUID->"93fa0878-3dbb-4636-88aa-84348c65a62b"], @@ -733,8 +738,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -882,15 +885,15 @@ Cell[BoxData[GridBox[{ "26112387-7789-4465-a712-8c967909c578"] }], "SeeAlso",ExpressionUUID->"8f4f198c-7066-4b23-9790-34f452a71b4c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a1166bc9-a753-4385-a988-\ -1cb2e09354ba"], + }]], "SeeAlsoSection",ExpressionUUID->"76ddc4eb-db8c-4a38-8236-\ +932e8cf35f33"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -902,9 +905,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2d921f7c-380d-4374-bf7e-27f81bcc1a29"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b6b2c180-a767-4628-8299-\ -d4bfbe12aaf7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d3d836d0-de07-4180-aac6-\ +521712604f92"], Cell[BoxData[GridBox[{ { @@ -921,7 +923,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "61dbc7c8-dc9c-4551-897d-a4b5580124fb"]}]}, + "a615d4e5-f845-4b3d-9e4a-910338c3d21a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -929,10 +931,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ecb2f443-413e-48d5-ba6a-ae703c43a93d"]}]} + "6a615311-8cd2-4d3d-a94c-4d680c3e7695"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"88bd1243-b20c-4667-bdbb-\ -f63088be4e7f"], + }]], "MoreAboutSection",ExpressionUUID->"5818f725-fe99-4dbf-ae46-\ +b0fe8093020c"], Cell[BoxData[GridBox[{ { @@ -959,7 +961,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e023310e-0f1f-4dcd-865e-1f4568504eb0"]], "RelatedLinks", + "b9fe32b4-ab66-46d8-bcf3-e4928f885654"]], "RelatedLinks", ExpressionUUID->"cc1b99b3-5218-40a2-9cc2-91ef719ee6af"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -976,11 +978,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "61eedb63-d8c6-4f08-8cd3-22d3ae882ee4"]], "RelatedLinks", + "56f1d257-c6e6-4e1d-9d5b-b04863af5d7f"]], "RelatedLinks", ExpressionUUID->"23b514e1-db29-4f86-9526-b0ea5fbe7ec6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"25e9f741-92ae-4157-a2ae-\ -2fa440e1ad64"], + }]], "RelatedLinksSection",ExpressionUUID->"ffe93cb7-9d7b-461e-a279-\ +7fee4b9d38d8"], Cell[CellGroupData[{ @@ -1010,11 +1012,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"37b8355f-2350-4eca-8967-a6e8fc6cf645"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"107eb652-4003-4e15-83b1-2cee9acee0fc"] +Cell[" ", "FooterCell",ExpressionUUID->"bf85ff6f-9e48-41cb-a051-1e737e51a28a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CddVerticesReasonableSet", TaggingRules->{ @@ -1025,7 +1027,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 39.361982}", + "built" -> "{2024, 6, 3, 16, 51, 51.826284}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1034,11 +1036,11 @@ TaggingRules->{ set with Cddmathlink via Mathlink. CddVerticesReasonableSet[game, options] by \ option set the GNU Multiple Precision Arithmetic Library can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CddVerticesReasonableSet", "titlemodifier" -> "", "windowtitle" -> - "CddVerticesReasonableSet", "type" -> "Symbol", "uri" -> - "TUG/ref/CddVerticesReasonableSet"}}, + "CddVerticesReasonableSet", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "CddVerticesReasonableSet", "type" -> "Symbol", + "uri" -> "TUG/ref/CddVerticesReasonableSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1047,9 +1049,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a6ca5a45-901f-4b3a-a5dc-a5f337bdae88" +ExpressionUUID->"3128c651-e512-4a68-8797-3b487657cf04" ] (* End of Notebook Content *) @@ -1057,143 +1059,141 @@ ExpressionUUID->"a6ca5a45-901f-4b3a-a5dc-a5f337bdae88" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[17231, 446, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4d949aea-f353-45f4-a80c-686311ce2b44", + Cell[17323, 451, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1a68ed9a-82fd-4b36-b270-ada56677bcf8", CellTags->"PrimaryExamplesSection", - CellID->674440060]} + CellID->518084146]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39335, 1058} + {"PrimaryExamplesSection", 39412, 1060} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7241, 169, 56, "AnchorBarGrid",ExpressionUUID->"2eabd98c-5bbd-46df-94ca-3f04fe0e7d83", +Cell[596, 21, 7332, 174, 57, "AnchorBarGrid",ExpressionUUID->"a3a9e148-5e72-4a86-aef3-b998bf3f766d", CellID->1], -Cell[7840, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"26903b1d-5e45-44f6-8e96-169cce0be4af"], +Cell[7931, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8341c123-7904-4ca9-80ea-1844441669c5"], Cell[CellGroupData[{ -Cell[7951, 196, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"008d9f16-fb86-4c83-82b4-8dcd4d108c44"], -Cell[9252, 233, 929, 19, 187, "Usage",ExpressionUUID->"979eb5d0-fe98-48f9-8bd2-2ef8d12a452e", +Cell[8042, 201, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"f3402ad3-879f-4dc0-b31b-bb334b97a031"], +Cell[9343, 238, 929, 19, 186, "Usage",ExpressionUUID->"979eb5d0-fe98-48f9-8bd2-2ef8d12a452e", CellID->1376263149] }, Open ]], Cell[CellGroupData[{ -Cell[10218, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"ca252cea-5e21-41f0-8f58-44885343af0a", +Cell[10309, 262, 1895, 47, 37, "NotesSection",ExpressionUUID->"64867d8c-db7f-45eb-a2e5-d415cf34fc36", CellGroupingRules->{"SectionGrouping", 50}, - CellID->486579230], -Cell[12115, 306, 515, 12, 57, "Notes",ExpressionUUID->"02051c31-ced3-4374-9d70-3d2d1b9617e2", + CellID->1612037479], +Cell[12207, 311, 515, 12, 57, "Notes",ExpressionUUID->"02051c31-ced3-4374-9d70-3d2d1b9617e2", CellID->1014199156], -Cell[12633, 320, 489, 12, 37, "Notes",ExpressionUUID->"d14aaed1-321d-46da-ba92-caa6408fda65", +Cell[12725, 325, 489, 12, 38, "Notes",ExpressionUUID->"d14aaed1-321d-46da-ba92-caa6408fda65", CellID->177724765], -Cell[13125, 334, 444, 9, 78, "Notes",ExpressionUUID->"3debd257-fe28-4c30-bd0d-6c34840e9405", +Cell[13217, 339, 444, 9, 78, "Notes",ExpressionUUID->"3debd257-fe28-4c30-bd0d-6c34840e9405", CellID->1277019177], -Cell[13572, 345, 259, 5, 57, "Notes",ExpressionUUID->"5d32c3ba-4a78-4366-8498-e2fdd1daaad9", +Cell[13664, 350, 259, 5, 57, "Notes",ExpressionUUID->"5d32c3ba-4a78-4366-8498-e2fdd1daaad9", CellID->16818545], -Cell[13834, 352, 218, 4, 36, "Notes",ExpressionUUID->"366050ea-46f3-4ce5-8509-968c9ef48339", +Cell[13926, 357, 218, 4, 36, "Notes",ExpressionUUID->"366050ea-46f3-4ce5-8509-968c9ef48339", CellID->2008828362], -Cell[14055, 358, 344, 9, 37, "Notes",ExpressionUUID->"cb01b7f0-4e01-4a65-b6f1-aa701f80841a", +Cell[14147, 363, 344, 9, 38, "Notes",ExpressionUUID->"cb01b7f0-4e01-4a65-b6f1-aa701f80841a", CellID->1374289558], -Cell[14402, 369, 267, 4, 49, "Notes",ExpressionUUID->"92328776-d1dc-4ceb-99e2-90a297a457e3", +Cell[14494, 374, 267, 4, 48, "Notes",ExpressionUUID->"92328776-d1dc-4ceb-99e2-90a297a457e3", CellID->13178], -Cell[14672, 375, 677, 15, 40, "3ColumnTableMod",ExpressionUUID->"9e0075da-60e3-4181-ba43-8144b64d0bbb", +Cell[14764, 380, 677, 15, 41, "3ColumnTableMod",ExpressionUUID->"9e0075da-60e3-4181-ba43-8144b64d0bbb", CellID->1280484585], -Cell[15352, 392, 706, 15, 58, "3ColumnTableMod",ExpressionUUID->"f10b21b4-4cf2-458f-b7e6-e63773b5e546", +Cell[15444, 397, 706, 15, 60, "3ColumnTableMod",ExpressionUUID->"f10b21b4-4cf2-458f-b7e6-e63773b5e546", CellID->901767574], -Cell[16061, 409, 498, 14, 37, "Notes",ExpressionUUID->"6fff6d8c-e230-4298-86db-adfde4b6948e", +Cell[16153, 414, 498, 14, 38, "Notes",ExpressionUUID->"6fff6d8c-e230-4298-86db-adfde4b6948e", CellID->608546217], -Cell[16562, 425, 542, 15, 70, "Notes",ExpressionUUID->"0e9ecc57-fbdb-42ad-bc1f-8605b0ea142b", +Cell[16654, 430, 542, 15, 70, "Notes",ExpressionUUID->"0e9ecc57-fbdb-42ad-bc1f-8605b0ea142b", CellID->1054901716] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[17231, 446, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4d949aea-f353-45f4-a80c-686311ce2b44", +Cell[17323, 451, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1a68ed9a-82fd-4b36-b270-ada56677bcf8", CellTags->"PrimaryExamplesSection", - CellID->674440060], + CellID->518084146], Cell[CellGroupData[{ -Cell[18676, 487, 1398, 36, 70, "ExampleSection",ExpressionUUID->"e2b47292-8109-4bce-9c2d-62cff8e9cffa", - CellID->808256590], -Cell[20077, 525, 119, 1, 70, "ExampleText",ExpressionUUID->"93fa0878-3dbb-4636-88aa-84348c65a62b", +Cell[18768, 492, 1399, 36, 70, "ExampleSection",ExpressionUUID->"dbfdb247-fb6c-4bae-891f-56ffe123af30", + CellID->2115570177], +Cell[20170, 530, 119, 1, 70, "ExampleText",ExpressionUUID->"93fa0878-3dbb-4636-88aa-84348c65a62b", CellID->1011402729], Cell[CellGroupData[{ -Cell[20221, 530, 168, 3, 70, "Input",ExpressionUUID->"bedbb539-5a10-4277-a81a-5b29e397058b", +Cell[20314, 535, 168, 3, 70, "Input",ExpressionUUID->"bedbb539-5a10-4277-a81a-5b29e397058b", CellID->1590324275], Cell[CellGroupData[{ -Cell[20414, 537, 237, 4, 70, "Print",ExpressionUUID->"021ca036-5ee2-47ff-8e87-4d75859c24d2", +Cell[20507, 542, 237, 4, 70, "Print",ExpressionUUID->"021ca036-5ee2-47ff-8e87-4d75859c24d2", CellID->1181616033], -Cell[20654, 543, 365, 8, 70, "Print",ExpressionUUID->"22dacba6-0a3a-412a-8bbe-30fa7c5b519f", +Cell[20747, 548, 365, 8, 70, "Print",ExpressionUUID->"22dacba6-0a3a-412a-8bbe-30fa7c5b519f", CellID->898639627], -Cell[21022, 553, 237, 4, 70, "Print",ExpressionUUID->"c9e08a5e-f8e1-4dbb-8413-c0ee8ab276bb", +Cell[21115, 558, 237, 4, 70, "Print",ExpressionUUID->"c9e08a5e-f8e1-4dbb-8413-c0ee8ab276bb", CellID->2105442744], -Cell[21262, 559, 220, 3, 70, "Print",ExpressionUUID->"4736c0ba-a34e-4783-85b3-5c06aee12dc6", +Cell[21355, 564, 220, 3, 70, "Print",ExpressionUUID->"4736c0ba-a34e-4783-85b3-5c06aee12dc6", CellID->831025481], -Cell[21485, 564, 208, 3, 70, "Print",ExpressionUUID->"86fc053a-5272-4c16-a46d-df6e9278fc04", +Cell[21578, 569, 208, 3, 70, "Print",ExpressionUUID->"86fc053a-5272-4c16-a46d-df6e9278fc04", CellID->1746381554], -Cell[21696, 569, 238, 4, 70, "Print",ExpressionUUID->"61e01d84-57b7-43bb-9785-d59ff43dbb7e", +Cell[21789, 574, 238, 4, 70, "Print",ExpressionUUID->"61e01d84-57b7-43bb-9785-d59ff43dbb7e", CellID->2067857335], -Cell[21937, 575, 221, 3, 70, "Print",ExpressionUUID->"bce07619-653f-40d0-b45e-771d91e1e61a", +Cell[22030, 580, 221, 3, 70, "Print",ExpressionUUID->"bce07619-653f-40d0-b45e-771d91e1e61a", CellID->1317495093], -Cell[22161, 580, 236, 4, 70, "Print",ExpressionUUID->"1cf24b91-c419-4734-8e04-2563b4444154", +Cell[22254, 585, 236, 4, 70, "Print",ExpressionUUID->"1cf24b91-c419-4734-8e04-2563b4444154", CellID->930548068], -Cell[22400, 586, 236, 4, 70, "Print",ExpressionUUID->"b21ca62f-2fde-4b81-b186-0bad202d8a0c", +Cell[22493, 591, 236, 4, 70, "Print",ExpressionUUID->"b21ca62f-2fde-4b81-b186-0bad202d8a0c", CellID->746386563], -Cell[22639, 592, 206, 3, 70, "Print",ExpressionUUID->"df4472ed-15a7-4566-8150-8602aab4a46c", +Cell[22732, 597, 206, 3, 70, "Print",ExpressionUUID->"df4472ed-15a7-4566-8150-8602aab4a46c", CellID->76584951], -Cell[22848, 597, 237, 4, 70, "Print",ExpressionUUID->"b93df1c6-b7ff-4525-bd5b-d082c353d463", +Cell[22941, 602, 237, 4, 70, "Print",ExpressionUUID->"b93df1c6-b7ff-4525-bd5b-d082c353d463", CellID->1743599419] }, Open ]] }, Open ]], -Cell[23112, 605, 136, 1, 70, "ExampleText",ExpressionUUID->"bc5093ad-6923-47d6-8140-50f4794a2561", +Cell[23205, 610, 136, 1, 70, "ExampleText",ExpressionUUID->"bc5093ad-6923-47d6-8140-50f4794a2561", CellID->290104055], -Cell[23251, 608, 234, 6, 70, "Input",ExpressionUUID->"45fe5919-6cc9-4c66-8679-27435f9ba69d", +Cell[23344, 613, 234, 6, 70, "Input",ExpressionUUID->"45fe5919-6cc9-4c66-8679-27435f9ba69d", CellID->917315355], -Cell[23488, 616, 380, 9, 70, "Input",ExpressionUUID->"551c534e-2f68-4c2b-a3b8-5266698b9cb7", +Cell[23581, 621, 380, 9, 70, "Input",ExpressionUUID->"551c534e-2f68-4c2b-a3b8-5266698b9cb7", CellID->347040665], -Cell[23871, 627, 237, 6, 70, "Input",ExpressionUUID->"b476047d-46e5-4812-88a5-015658c05580", +Cell[23964, 632, 237, 6, 70, "Input",ExpressionUUID->"b476047d-46e5-4812-88a5-015658c05580", CellID->720486023], -Cell[24111, 635, 190, 4, 70, "ExampleText",ExpressionUUID->"ae6823e7-f052-4e77-8132-cb13f82c8866", +Cell[24204, 640, 190, 4, 70, "ExampleText",ExpressionUUID->"ae6823e7-f052-4e77-8132-cb13f82c8866", CellID->994615816], Cell[CellGroupData[{ -Cell[24326, 643, 181, 3, 70, "Input",ExpressionUUID->"de03b95d-5693-4bd2-a41c-83302bc37f6f", +Cell[24419, 648, 181, 3, 70, "Input",ExpressionUUID->"de03b95d-5693-4bd2-a41c-83302bc37f6f", CellID->250044127], -Cell[24510, 648, 298, 7, 36, "Output",ExpressionUUID->"c3d77175-e69a-4ba8-b0c0-afbed6037450", +Cell[24603, 653, 298, 7, 36, "Output",ExpressionUUID->"c3d77175-e69a-4ba8-b0c0-afbed6037450", CellID->1484549934] }, Open ]], -Cell[24823, 658, 214, 4, 70, "ExampleText",ExpressionUUID->"8219e2a2-acf5-4383-b3c1-bc09874bba3d", +Cell[24916, 663, 214, 4, 70, "ExampleText",ExpressionUUID->"8219e2a2-acf5-4383-b3c1-bc09874bba3d", CellID->856657242], Cell[CellGroupData[{ -Cell[25062, 666, 208, 4, 70, "Input",ExpressionUUID->"3d060b3b-d0f0-42b1-a807-2b4b41d978f3", +Cell[25155, 671, 208, 4, 70, "Input",ExpressionUUID->"3d060b3b-d0f0-42b1-a807-2b4b41d978f3", CellID->883367483], -Cell[25273, 672, 599, 17, 36, "Output",ExpressionUUID->"6befa4c5-f3f4-4d0e-a788-b740207475b6", +Cell[25366, 677, 599, 17, 36, "Output",ExpressionUUID->"6befa4c5-f3f4-4d0e-a788-b740207475b6", CellID->768933382] }, Open ]], -Cell[25887, 692, 189, 4, 70, "ExampleText",ExpressionUUID->"322d1009-d006-4e88-8aba-61dc246e36c2", +Cell[25980, 697, 189, 4, 70, "ExampleText",ExpressionUUID->"322d1009-d006-4e88-8aba-61dc246e36c2", CellID->1038083171], Cell[CellGroupData[{ -Cell[26101, 700, 280, 6, 70, "Input",ExpressionUUID->"a6dc4591-7696-49e6-bd32-b3d8c1d22ae1", +Cell[26194, 705, 280, 6, 70, "Input",ExpressionUUID->"a6dc4591-7696-49e6-bd32-b3d8c1d22ae1", CellID->2133676420], -Cell[26384, 708, 636, 18, 36, "Output",ExpressionUUID->"e1444131-1a0c-4240-ad3e-626c6c0115c6", +Cell[26477, 713, 636, 18, 36, "Output",ExpressionUUID->"e1444131-1a0c-4240-ad3e-626c6c0115c6", CellID->1758662537] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27355, 740, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"76ddc4eb-db8c-4a38-8236-932e8cf35f33"], +Cell[32943, 890, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d3d836d0-de07-4180-aac6-521712604f92"], +Cell[33616, 910, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5818f725-fe99-4dbf-ae46-b0fe8093020c"], +Cell[34652, 938, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"ffe93cb7-9d7b-461e-a279-7fee4b9d38d8"], Cell[CellGroupData[{ -Cell[27284, 737, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"a1166bc9-a753-4385-a988-1cb2e09354ba"], -Cell[32872, 887, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b6b2c180-a767-4628-8299-d4bfbe12aaf7"] -}, Open ]], -Cell[33557, 908, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"88bd1243-b20c-4667-bdbb-f63088be4e7f"], -Cell[34593, 936, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"25e9f741-92ae-4157-a2ae-2fa440e1ad64"], -Cell[CellGroupData[{ -Cell[36222, 986, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b1b979a0-114f-4892-aa19-14f26f321d2a", +Cell[36281, 988, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b1b979a0-114f-4892-aa19-14f26f321d2a", CellID->117551421], -Cell[36362, 989, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a62c4bd-17d6-495a-9e2b-d14063888b09", +Cell[36421, 991, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a62c4bd-17d6-495a-9e2b-d14063888b09", CellID->1194386356], -Cell[36584, 995, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e902024c-5f59-4494-86f5-fa64ad26f2f9", +Cell[36643, 997, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e902024c-5f59-4494-86f5-fa64ad26f2f9", CellID->1641706272], -Cell[36799, 1000, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b78bb6f-e089-464e-a73b-43b67facb3fb", +Cell[36858, 1002, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b78bb6f-e089-464e-a73b-43b67facb3fb", CellID->399251956], -Cell[37028, 1006, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"37b8355f-2350-4eca-8967-a6e8fc6cf645", +Cell[37087, 1008, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"37b8355f-2350-4eca-8967-a6e8fc6cf645", CellID->821434655] }, Open ]], -Cell[37265, 1012, 78, 0, 70, "FooterCell",ExpressionUUID->"107eb652-4003-4e15-83b1-2cee9acee0fc"] +Cell[37324, 1014, 78, 0, 70, "FooterCell",ExpressionUUID->"bf85ff6f-9e48-41cb-a051-1e737e51a28a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ChangeInternalEps.nb b/Documentation/English/ReferencePages/Symbols/ChangeInternalEps.nb index 3acb4e7..f1bcd05 100644 --- a/Documentation/English/ReferencePages/Symbols/ChangeInternalEps.nb +++ b/Documentation/English/ReferencePages/Symbols/ChangeInternalEps.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45471, 1186] -NotebookOptionsPosition[ 36501, 1007] -NotebookOutlinePosition[ 38727, 1062] -CellTagsIndexPosition[ 38641, 1057] +NotebookDataLength[ 45492, 1187] +NotebookOptionsPosition[ 36526, 1009] +NotebookOutlinePosition[ 38777, 1065] +CellTagsIndexPosition[ 38691, 1060] WindowTitle->ChangeInternalEps WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "97288a71-9f8f-49f7-9807-da0a48500e1e"], + "1c92825c-231a-4d7f-b58f-5e2dc7d69181"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3abe7cd9-25f0-4683-8226-77d8de21c66b"], + "6ae452af-09ca-464a-b688-9b7b497251fb"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e61f7029-c02a-4b62-9d34-4f0f2194b0d3"] - }],ExpressionUUID->"52629848-e750-48a5-9e9c-e93c5272402b"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f556142a-c6d1-4d11-96b7-3df481305d72"] + }],ExpressionUUID->"51a55db5-110b-4397-a22a-cb374ef5fa9f"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3bd863f4-5f8a-4732-9e2f-a28912649647"], + "75469479-9ec2-4a23-9f99-98c2f40d0f0d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94d5679e-c770-47ab-a0a6-cd10f29dde37"] - }],ExpressionUUID->"cb998000-56b5-4596-9d54-8bdbf4c388ce"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3c194e46-5a45-4c10-b49e-b01400b9d5d7"] + }],ExpressionUUID->"5fdce300-a882-4f8e-adc8-64c64b493e0a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ae7d94de-012e-45f2-8809-556e83061acf"], + "c5137d34-1d29-4412-afa3-f85a6eb9a3a2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eb3b730c-c244-447e-8fd0-51bbe4eee602"] - }],ExpressionUUID->"0b49ca3b-97f2-4506-bbd6-1b17804b5a0c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b48fab0a-cfe9-4819-9d33-c29abf9380ba"] + }],ExpressionUUID->"5988b14a-90a4-4bf4-8048-4829a328ca34"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "825492ae-1a4b-4cee-9393-94d4cc1500fa"], + "f4602636-01e6-4342-bdc4-3cd14eec1d66"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d70e1c6f-792a-4d90-b0c2-773d10dafaa0"] - }],ExpressionUUID->"90e70644-fa7b-4778-be07-ffaa087136a5"], - StripOnInput->False], {"\<\"TUG/ref/ChangeInternalEps\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ChangeInternalEps"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "a916ef27-3561-4ef1-ad07-649cf25a77c1"] + }],ExpressionUUID->"10c5cd05-06f5-4f0c-97cc-cf91f44dda19"], + StripOnInput->False],{ + "\"TUG/ref/ChangeInternalEps\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ChangeInternalEps"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ChangeInternalEps.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$49245], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ChangeInternalEps" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$51915], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ChangeInternalEps" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2950498a-1dbf-4935-b6a0-af23a390e7c6"] + "098c044b-a792-4e4d-bee3-2f7ba4e0a1e5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bdc66c72-810d-40de-94aa-faee56d2406d"]} + "2e75ad49-3211-48a3-ac36-623e1a2d224d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8de5519d-3355-4ef4-b66c-7b503343ed9e"], + CellID->1,ExpressionUUID->"54d0d333-2411-454b-9a96-534d967cf170"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ab9b3966-c91b-466f-a128-6ff6dd91118c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6abc39b2-2b65-432f-ac59-3bfa10cc1ffc"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ChangeInternalEps", "ObjectName",ExpressionUUID-> - "18e824e9-aa58-4ab7-8388-78e701e26f69"], + "c6a8d59a-3299-41ff-8083-98120c762cab"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2df5a4a1-d6b1-4e26-a110-58895b2df588"], + "Spacer1"]],ExpressionUUID->"ce647efa-f29f-46af-a4ef-de612730d389"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b2ed21c8-8570-4e8e-95a9-0ffcef06dc8a"] - }],ExpressionUUID->"3a65db23-5c74-4617-b203-0e2fdde9aa9d"], Cell[BoxData[ + "c825171e-6791-4eb5-94db-8a3c9fbdccdd"] + }],ExpressionUUID->"0e3f097e-cdb7-490e-a1f2-8d069903944c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f9022205-cdf9-442d-9622-8f7207fd92d4"]} + "16c2cca7-787d-4490-8570-6a0e7a36bf3d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d198508f-75c8-4835-b536-9d5bfd3f30a3"], + CacheGraphics->False,ExpressionUUID->"f35c12d9-1b93-4785-8708-7457b0ed02d5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package function KernelCalculation \ to change internally the epsilon value within the first loop. This option is \ useful to obtain different allocations from the initial LPs." - }],ExpressionUUID->"cdb1a696-fae1-447e-bfd4-154f0af6b169"]} + }],ExpressionUUID->"a7671b6e-1689-4fda-a3ab-fab07f2cc40a"]} }]], "Usage", CellID->1870815667,ExpressionUUID->"3425a7ad-3a07-47f7-a8a6-cef47d229c9e"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d0224aa9-14e7-4288-a87b-dcbbec197b2e"], + ExpressionUUID->"1df2c5f4-7f80-4317-9f4e-3a74c77f44e5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aeaea212-3849-4c61-b329-362d771b7b2b"], + "Spacer1"]],ExpressionUUID->"c3c1a82c-4f24-4fe1-8ffe-b64cda21e0c2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3bed5213-2d10-486c-b64b-74bd25476cf6"], + }], "NotesFrameText",ExpressionUUID->"cb97805c-5a81-4cc3-add0-f8a5684ee62c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2c9237e6-27e1-44ec-8884-1e4dad672fc1"]], \ + "Preemptive"]],ExpressionUUID->"77fb9fa7-1254-4253-a0c5-a74bdef9c44a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2080518136,ExpressionUUID->"e54b2eaa-ebd1-4c4a-a63c-f4ea6ea2cd87"], + CellID->1987480522,ExpressionUUID->"dfc3f26b-8f19-44f8-a2ac-db57f1162975"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1f0453e6-6f2d-485a-9454-eb31a924f0c8"], + ExpressionUUID->"694f9e62-8137-4bb2-ae8c-eaa7ba9e8c1b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c9ccaf3b-d47f-4320-91a6-3943560c9486"], + "Spacer1"]],ExpressionUUID->"a22fadd9-2370-4e39-bc2f-bcb426cb335f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "61259b9c-3f6c-4c3d-8824-e0ab75c958a5"] + "a8111c5b-aac7-421d-8e04-fe82f3a82190"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->66605235,ExpressionUUID->"98ef3c7c-6789-41c8-b4d5-828bc475cb14"], + CellID->1015287957,ExpressionUUID->"38ad3ec1-6b81-41a7-a923-021f6627c005"], Cell[CellGroupData[{ @@ -383,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e530ebcf-4d74-4560-bd39-9669e5e1eea1"], + ExpressionUUID->"5a7d421f-0d6a-45e2-94f7-792c16a2f23a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"10480d12-4b03-422c-bc28-2719cf3df7d1"], + "Spacer1"]],ExpressionUUID->"3a5cebaa-9003-4549-87f6-9bd1d9b75b84"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e55a7616-372b-43c7-b7a4-8aee7f1367e2"] + "001d9a70-df0a-47f6-bfc5-7a41294fbd70"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->736836569,ExpressionUUID->"c667a20a-df96-4af7-b164-56bb910975e7"], + CellID->1149413891,ExpressionUUID->"ef846515-9132-4d25-8bbd-ea6b2de7e0d4"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"bfdbf504-93cf-41c4-a11d-763aa8c6a16d"], @@ -743,8 +748,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -892,15 +895,15 @@ Cell[BoxData[GridBox[{ "e27b2069-0137-4a56-9453-dc48c64439ad"] }], "SeeAlso",ExpressionUUID->"09c166eb-3d19-4aa7-9221-4fc4c631014a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"53778f13-26a2-40b5-9be0-\ -c94f5cb14a15"], + }]], "SeeAlsoSection",ExpressionUUID->"ab58634d-7b2d-4ee1-83fc-\ +16a98b9c386a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -912,9 +915,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9eec4d2c-e32d-4a0d-ba59-8f9895326107"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"32323d1b-ce07-4820-840b-\ -182feed971a0"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"63e70744-00a4-43f9-b651-\ +09bc00368122"], Cell[BoxData[GridBox[{ { @@ -931,7 +933,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3b9b5051-89cc-4391-a499-efc3f3e68561"]}]}, + "d86350d0-367d-4f55-bc20-598e7429fa35"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -939,10 +941,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fc1b4138-6415-44d0-8e2b-0e3b38c4fc1a"]}]} + "bd0f1be8-4e6f-4f02-b979-e6b29b77d7c0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4e58509b-7fb4-454d-9981-\ -c5071eb34a7b"], + }]], "MoreAboutSection",ExpressionUUID->"977b104d-533f-40c3-b688-\ +de6cc31cf72f"], Cell[BoxData[GridBox[{ { @@ -969,11 +971,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "30e94799-709d-411c-9698-a59ddee482ca"]], "RelatedLinks", + "11849451-19e1-487f-9dce-448ca6e0de9a"]], "RelatedLinks", ExpressionUUID->"1726b8ff-0876-4bab-a32e-46e3cc855064"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1d221f78-1176-4a09-88b2-\ -c3c02968432e"], + }]], "RelatedLinksSection",ExpressionUUID->"79bd7328-0e47-4267-8ccd-\ +b4b72d858fe3"], Cell[CellGroupData[{ @@ -1003,11 +1005,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0b05707f-d9c0-4fa9-8cbe-e216ce0638c5"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"04225f37-c5dd-4df7-a50b-dd6062befd00"] +Cell[" ", "FooterCell",ExpressionUUID->"212465c1-3aae-425a-a335-aee02783890a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ChangeInternalEps", TaggingRules->{ @@ -1018,7 +1020,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 40.791820}", + "built" -> "{2024, 6, 3, 16, 51, 52.580245}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1027,10 +1029,11 @@ TaggingRules->{ to change internally the epsilon value within the first loop. This option is \ useful to obtain different allocations from the initial LPs.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ChangeInternalEps", - "titlemodifier" -> "", "windowtitle" -> "ChangeInternalEps", "type" -> - "Symbol", "uri" -> "TUG/ref/ChangeInternalEps"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ChangeInternalEps", "type" -> "Symbol", "uri" -> + "TUG/ref/ChangeInternalEps"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1039,9 +1042,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8e5edd0b-82ae-43c8-91a7-abbc18ddd3df" +ExpressionUUID->"368ede43-c2a9-4d7b-8ac3-8ed78877dc90" ] (* End of Notebook Content *) @@ -1049,145 +1052,143 @@ ExpressionUUID->"8e5edd0b-82ae-43c8-91a7-abbc18ddd3df" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12440, 319, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"98ef3c7c-6789-41c8-b4d5-828bc475cb14", + Cell[12496, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"38ad3ec1-6b81-41a7-a923-021f6627c005", CellTags->"PrimaryExamplesSection", - CellID->66605235]} + CellID->1015287957]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38442, 1050} + {"PrimaryExamplesSection", 38490, 1053} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7144, 168, 56, "AnchorBarGrid",ExpressionUUID->"8de5519d-3355-4ef4-b66c-7b503343ed9e", +Cell[589, 21, 7200, 173, 57, "AnchorBarGrid",ExpressionUUID->"54d0d333-2411-454b-9a96-534d967cf170", CellID->1], -Cell[7736, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ab9b3966-c91b-466f-a128-6ff6dd91118c"], +Cell[7792, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6abc39b2-2b65-432f-ac59-3bfa10cc1ffc"], Cell[CellGroupData[{ -Cell[7847, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"d198508f-75c8-4835-b536-9d5bfd3f30a3"], -Cell[9141, 232, 579, 10, 132, "Usage",ExpressionUUID->"3425a7ad-3a07-47f7-a8a6-cef47d229c9e", +Cell[7903, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"f35c12d9-1b93-4785-8708-7457b0ed02d5"], +Cell[9197, 237, 579, 10, 131, "Usage",ExpressionUUID->"3425a7ad-3a07-47f7-a8a6-cef47d229c9e", CellID->1870815667] }, Open ]], Cell[CellGroupData[{ -Cell[9757, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"e54b2eaa-ebd1-4c4a-a63c-f4ea6ea2cd87", +Cell[9813, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"dfc3f26b-8f19-44f8-a2ac-db57f1162975", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2080518136], -Cell[11655, 296, 489, 12, 37, "Notes",ExpressionUUID->"bacd7508-3fc4-4719-b07d-b183c87ccc63", + CellID->1987480522], +Cell[11711, 301, 489, 12, 38, "Notes",ExpressionUUID->"bacd7508-3fc4-4719-b07d-b183c87ccc63", CellID->177724765], -Cell[12147, 310, 166, 3, 36, "Notes",ExpressionUUID->"247381b9-9074-441a-8a1c-e3bd6cbf82c2", +Cell[12203, 315, 166, 3, 36, "Notes",ExpressionUUID->"247381b9-9074-441a-8a1c-e3bd6cbf82c2", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12440, 319, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"98ef3c7c-6789-41c8-b4d5-828bc475cb14", +Cell[12496, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"38ad3ec1-6b81-41a7-a923-021f6627c005", CellTags->"PrimaryExamplesSection", - CellID->66605235], + CellID->1015287957], Cell[CellGroupData[{ -Cell[13884, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"c667a20a-df96-4af7-b164-56bb910975e7", - CellID->736836569], -Cell[15285, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"bfdbf504-93cf-41c4-a11d-763aa8c6a16d", +Cell[13942, 365, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ef846515-9132-4d25-8bbd-ea6b2de7e0d4", + CellID->1149413891], +Cell[15344, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"bfdbf504-93cf-41c4-a11d-763aa8c6a16d", CellID->1849160940], Cell[CellGroupData[{ -Cell[15429, 403, 168, 3, 27, "Input",ExpressionUUID->"507026cf-487b-4e82-b11f-bd7aee6b65c7", +Cell[15488, 408, 168, 3, 27, "Input",ExpressionUUID->"507026cf-487b-4e82-b11f-bd7aee6b65c7", CellID->1331667294], Cell[CellGroupData[{ -Cell[15622, 410, 236, 4, 23, "Print",ExpressionUUID->"e5e0099e-1c54-48cd-ad8f-eeffbefa01b7", +Cell[15681, 415, 236, 4, 23, "Print",ExpressionUUID->"e5e0099e-1c54-48cd-ad8f-eeffbefa01b7", CellID->1050594813], -Cell[15861, 416, 364, 8, 23, "Print",ExpressionUUID->"807ed0d8-3c96-4a17-8105-793fb0ce0b98", +Cell[15920, 421, 364, 8, 23, "Print",ExpressionUUID->"807ed0d8-3c96-4a17-8105-793fb0ce0b98", CellID->851540902], -Cell[16228, 426, 235, 4, 23, "Print",ExpressionUUID->"cf2b6b17-c75c-45f0-a63c-8b099dbecc49", +Cell[16287, 431, 235, 4, 23, "Print",ExpressionUUID->"cf2b6b17-c75c-45f0-a63c-8b099dbecc49", CellID->648690508], -Cell[16466, 432, 220, 3, 23, "Print",ExpressionUUID->"580e3528-2691-44fb-8da5-773a39618186", +Cell[16525, 437, 220, 3, 23, "Print",ExpressionUUID->"580e3528-2691-44fb-8da5-773a39618186", CellID->1636179563], -Cell[16689, 437, 207, 3, 23, "Print",ExpressionUUID->"beb94c3e-5727-4d27-972a-e349eb66ab13", +Cell[16748, 442, 207, 3, 23, "Print",ExpressionUUID->"beb94c3e-5727-4d27-972a-e349eb66ab13", CellID->1025937129], -Cell[16899, 442, 237, 4, 23, "Print",ExpressionUUID->"2bfbafd7-7e8c-4ed8-ba90-683eda60b602", +Cell[16958, 447, 237, 4, 23, "Print",ExpressionUUID->"2bfbafd7-7e8c-4ed8-ba90-683eda60b602", CellID->1331151569], -Cell[17139, 448, 219, 3, 23, "Print",ExpressionUUID->"b079fb7e-de48-48ab-a5fe-a3d409301bda", +Cell[17198, 453, 219, 3, 23, "Print",ExpressionUUID->"b079fb7e-de48-48ab-a5fe-a3d409301bda", CellID->707745257], -Cell[17361, 453, 236, 4, 23, "Print",ExpressionUUID->"255bd9da-1aa2-4f7d-9a26-1d8799b3c433", +Cell[17420, 458, 236, 4, 23, "Print",ExpressionUUID->"255bd9da-1aa2-4f7d-9a26-1d8799b3c433", CellID->1417088873], -Cell[17600, 459, 235, 4, 23, "Print",ExpressionUUID->"751ff160-7c20-4a0f-ad6e-ed6e268df2b6", +Cell[17659, 464, 235, 4, 23, "Print",ExpressionUUID->"751ff160-7c20-4a0f-ad6e-ed6e268df2b6", CellID->249062993], -Cell[17838, 465, 207, 3, 23, "Print",ExpressionUUID->"d1d8ae62-1685-4056-a6c5-2772ad8ca450", +Cell[17897, 470, 207, 3, 23, "Print",ExpressionUUID->"d1d8ae62-1685-4056-a6c5-2772ad8ca450", CellID->1591336219], -Cell[18048, 470, 235, 4, 23, "Print",ExpressionUUID->"5769fe81-df3a-4f6c-a3a2-8f61d90d20ac", +Cell[18107, 475, 235, 4, 23, "Print",ExpressionUUID->"5769fe81-df3a-4f6c-a3a2-8f61d90d20ac", CellID->103659226] }, Open ]] }, Open ]], -Cell[18310, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"03007eae-af7c-4346-9821-dbaf54da9a3c", +Cell[18369, 483, 136, 1, 39, "ExampleText",ExpressionUUID->"03007eae-af7c-4346-9821-dbaf54da9a3c", CellID->768347684], -Cell[18449, 481, 234, 6, 27, "Input",ExpressionUUID->"1f8e607a-8545-4857-81b5-9bb8bd674c65", +Cell[18508, 486, 234, 6, 27, "Input",ExpressionUUID->"1f8e607a-8545-4857-81b5-9bb8bd674c65", CellID->522990392], -Cell[18686, 489, 381, 9, 70, "Input",ExpressionUUID->"ea05c4a3-e036-4bc4-a7a0-b3c03b42f320", +Cell[18745, 494, 381, 9, 27, "Input",ExpressionUUID->"ea05c4a3-e036-4bc4-a7a0-b3c03b42f320", CellID->1156709777], -Cell[19070, 500, 238, 6, 70, "Input",ExpressionUUID->"7071454e-d90f-4b94-81e7-8ded8269fdb6", +Cell[19129, 505, 238, 6, 70, "Input",ExpressionUUID->"7071454e-d90f-4b94-81e7-8ded8269fdb6", CellID->1666299995], -Cell[19311, 508, 432, 7, 70, "ExampleText",ExpressionUUID->"3dee9baa-ac6d-4c8f-89b7-fcaa7cd038a2", +Cell[19370, 513, 432, 7, 70, "ExampleText",ExpressionUUID->"3dee9baa-ac6d-4c8f-89b7-fcaa7cd038a2", CellID->1251707229], Cell[CellGroupData[{ -Cell[19768, 519, 201, 4, 70, "Input",ExpressionUUID->"b2739d64-a4b6-4e5d-b676-a42be207a3fc", +Cell[19827, 524, 201, 4, 70, "Input",ExpressionUUID->"b2739d64-a4b6-4e5d-b676-a42be207a3fc", CellID->907203796], Cell[CellGroupData[{ -Cell[19994, 527, 312, 6, 70, "Print",ExpressionUUID->"e78a9b6d-5746-49d0-85a2-d069d248ab22", +Cell[20053, 532, 312, 6, 70, "Print",ExpressionUUID->"e78a9b6d-5746-49d0-85a2-d069d248ab22", CellID->1075207633], -Cell[20309, 535, 873, 22, 70, "Print",ExpressionUUID->"4dee685a-9a69-4f78-a3fe-6a53d10acf75", +Cell[20368, 540, 873, 22, 70, "Print",ExpressionUUID->"4dee685a-9a69-4f78-a3fe-6a53d10acf75", CellID->1548457355] }, Open ]], -Cell[21197, 560, 1089, 31, 81, "Output",ExpressionUUID->"08bc3991-c341-45d9-b990-d6a87f749518", +Cell[21256, 565, 1089, 31, 81, "Output",ExpressionUUID->"08bc3991-c341-45d9-b990-d6a87f749518", CellID->1710972701] }, Open ]], -Cell[22301, 594, 184, 3, 70, "ExampleText",ExpressionUUID->"19c81f06-3d7b-486d-8320-1703566ade35", +Cell[22360, 599, 184, 3, 70, "ExampleText",ExpressionUUID->"19c81f06-3d7b-486d-8320-1703566ade35", CellID->343299043], Cell[CellGroupData[{ -Cell[22510, 601, 282, 7, 70, "Input",ExpressionUUID->"aaea9a5e-d2bf-49c4-8f5d-5a6952e21fff", +Cell[22569, 606, 282, 7, 70, "Input",ExpressionUUID->"aaea9a5e-d2bf-49c4-8f5d-5a6952e21fff", CellID->689035932], Cell[CellGroupData[{ -Cell[22817, 612, 312, 6, 70, "Print",ExpressionUUID->"1a2d7e49-c0ef-4368-984e-7489121bcf24", +Cell[22876, 617, 312, 6, 70, "Print",ExpressionUUID->"1a2d7e49-c0ef-4368-984e-7489121bcf24", CellID->2105499754], -Cell[23132, 620, 872, 22, 70, "Print",ExpressionUUID->"14db6b2e-abcd-46ac-80ac-8689d742dd18", +Cell[23191, 625, 872, 22, 70, "Print",ExpressionUUID->"14db6b2e-abcd-46ac-80ac-8689d742dd18", CellID->862968750] }, Open ]], -Cell[24019, 645, 1088, 31, 81, "Output",ExpressionUUID->"474e56b3-4409-4557-a9a2-ba7cac109d2f", +Cell[24078, 650, 1088, 31, 81, "Output",ExpressionUUID->"474e56b3-4409-4557-a9a2-ba7cac109d2f", CellID->611141664] }, Open ]], -Cell[25122, 679, 194, 4, 70, "ExampleText",ExpressionUUID->"ec4e5848-4992-49a6-b97f-5c47df13fda1", +Cell[25181, 684, 194, 4, 70, "ExampleText",ExpressionUUID->"ec4e5848-4992-49a6-b97f-5c47df13fda1", CellID->561534139], Cell[CellGroupData[{ -Cell[25341, 687, 395, 11, 70, "Input",ExpressionUUID->"a793dc85-66e0-4d87-9fe6-9765736a1c1b", +Cell[25400, 692, 395, 11, 70, "Input",ExpressionUUID->"a793dc85-66e0-4d87-9fe6-9765736a1c1b", CellID->2121725992], -Cell[25739, 700, 256, 6, 36, "Output",ExpressionUUID->"980c1e73-5dd5-4500-8838-066b276b2008", +Cell[25798, 705, 256, 6, 36, "Output",ExpressionUUID->"980c1e73-5dd5-4500-8838-066b276b2008", CellID->1957914223] }, Open ]], -Cell[26010, 709, 183, 3, 70, "ExampleText",ExpressionUUID->"01f6270d-960c-4b50-83c8-c239d0a380f5", +Cell[26069, 714, 183, 3, 70, "ExampleText",ExpressionUUID->"01f6270d-960c-4b50-83c8-c239d0a380f5", CellID->1777516136], Cell[CellGroupData[{ -Cell[26218, 716, 408, 11, 70, "Input",ExpressionUUID->"72ef03ee-19e7-4eeb-ad94-82d92c4eae8f", +Cell[26277, 721, 408, 11, 70, "Input",ExpressionUUID->"72ef03ee-19e7-4eeb-ad94-82d92c4eae8f", CellID->948484816], -Cell[26629, 729, 265, 7, 51, "Output",ExpressionUUID->"b91adf3f-648c-45fa-8d43-853fa59c6c9d", +Cell[26688, 734, 265, 7, 50, "Output",ExpressionUUID->"b91adf3f-648c-45fa-8d43-853fa59c6c9d", CellID->118619212] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27195, 750, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"ab58634d-7b2d-4ee1-83fc-16a98b9c386a"], +Cell[32695, 900, 670, 18, 70, "TechNotesSection",ExpressionUUID->"63e70744-00a4-43f9-b651-09bc00368122"], +Cell[33368, 920, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"977b104d-533f-40c3-b688-de6cc31cf72f"], +Cell[34404, 948, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"79bd7328-0e47-4267-8ccd-b4b72d858fe3"], Cell[CellGroupData[{ -Cell[27158, 747, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"53778f13-26a2-40b5-9be0-c94f5cb14a15"], -Cell[32658, 897, 670, 18, 70, "TechNotesSection",ExpressionUUID->"32323d1b-ce07-4820-840b-182feed971a0"] -}, Open ]], -Cell[33343, 918, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4e58509b-7fb4-454d-9981-c5071eb34a7b"], -Cell[34379, 946, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"1d221f78-1176-4a09-88b2-c3c02968432e"], -Cell[CellGroupData[{ -Cell[35375, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b9f798b-b074-45b9-8b22-1fe36b13e99a", +Cell[35400, 981, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b9f798b-b074-45b9-8b22-1fe36b13e99a", CellID->1463358955], -Cell[35516, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea921b74-d3f4-426d-a8c8-72fb7328b109", +Cell[35541, 984, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea921b74-d3f4-426d-a8c8-72fb7328b109", CellID->1194386356], -Cell[35738, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2fc286f3-e1d9-4761-9d94-d227ef5be6dc", +Cell[35763, 990, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2fc286f3-e1d9-4761-9d94-d227ef5be6dc", CellID->1641706272], -Cell[35953, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fb0e46ee-292a-4e37-8953-e5eb4656e309", +Cell[35978, 995, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fb0e46ee-292a-4e37-8953-e5eb4656e309", CellID->399251956], -Cell[36182, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b05707f-d9c0-4fa9-8cbe-e216ce0638c5", +Cell[36207, 1001, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b05707f-d9c0-4fa9-8cbe-e216ce0638c5", CellID->821434655] }, Open ]], -Cell[36419, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"04225f37-c5dd-4df7-a50b-dd6062befd00"] +Cell[36444, 1007, 78, 0, 70, "FooterCell",ExpressionUUID->"212465c1-3aae-425a-a335-aee02783890a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CharacteristicValues.nb b/Documentation/English/ReferencePages/Symbols/CharacteristicValues.nb index 5fbef6f..436528f 100644 --- a/Documentation/English/ReferencePages/Symbols/CharacteristicValues.nb +++ b/Documentation/English/ReferencePages/Symbols/CharacteristicValues.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43950, 1134] -NotebookOptionsPosition[ 34880, 954] -NotebookOutlinePosition[ 37007, 1008] -CellTagsIndexPosition[ 36922, 1003] +NotebookDataLength[ 43964, 1134] +NotebookOptionsPosition[ 34909, 956] +NotebookOutlinePosition[ 37054, 1010] +CellTagsIndexPosition[ 36969, 1005] WindowTitle->CharacteristicValues WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9bb5d3cd-53f0-4b20-8f39-348a23db3cac"], + "f01abab1-5403-42f3-8a9f-86844a723fe6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ef20f4f2-bc01-40de-a217-c8cae46f1140"], + "c58c8f06-6d53-4bfb-ac0a-91dca1940b3c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "99d98884-941c-4f26-8557-1fa48f93e0b6"] - }],ExpressionUUID->"0a657209-40ba-4d5c-9f11-6eee4a680695"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "ecada893-09f7-41ed-ad24-b39175633745"] + }],ExpressionUUID->"31a19e39-f5aa-4ebd-95ab-f334c2f67eaf"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e682f415-d5bb-4f4e-9e38-4ba4cb2e3971"], + "1ff17725-9b05-4730-b4f9-699b5c92a3e2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "98c7efbb-1e71-4d6a-9829-72ae32540a63"] - }],ExpressionUUID->"8c6295e4-7452-4ca1-9198-be7ffc464a8a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "502e2c23-22be-44eb-84df-2be81cb31e25"] + }],ExpressionUUID->"14392548-b568-486d-a91b-894d0502bf9a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "48239e87-19b4-4164-ae91-3f612baeab9b"], + "fb5ee9b3-e989-4a1e-a063-c57be718d3ff"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "54dd55c7-ef20-4168-a10f-91cb301d6237"] - }],ExpressionUUID->"3516f0f8-83d0-4f33-8df0-8a4ff1689177"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d1a70772-cab3-4536-9288-d841ead956e3"] + }],ExpressionUUID->"fedede32-fc36-496b-91b4-d4160a2491f1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b7ce32a3-ff61-4740-8a31-527bab759116"], + "f0385fd6-80de-420f-948a-fc82dd6626fc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c89f0507-7a78-489e-96cb-9cf772840d9c"] - }],ExpressionUUID->"17551e91-8d6c-46a0-b8b4-33ed6b0cb15b"], - StripOnInput->False], {"\<\"TUG/ref/CharacteristicValues\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CharacteristicValues"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1a00c014-a38d-4217-8650-b7772fb5c948"] + }],ExpressionUUID->"467eb6c4-196c-45dc-a94b-a803726bd8f8"], + StripOnInput->False],{ + "\"TUG/ref/CharacteristicValues\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CharacteristicValues"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CharacteristicValues.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$49805], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CharacteristicValues" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$52509], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CharacteristicValues" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7cb4c56c-f0d7-494d-b8b2-4d74eb74a49f"] + "41b04278-f839-4f5a-a88a-48dc956259bf"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3f11c7e8-8944-4782-b844-adde246701d8"]} + "697bfe8e-7fe4-4427-b0bf-edab3983dd61"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"601eff52-e4c0-4ca2-8343-60735060fb42"], + CellID->1,ExpressionUUID->"4ae2b71f-f139-402e-9bfa-0694abb1c4b6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f36e4476-d911-4d02-b860-b3645c8ea29c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"49259fbe-cb4e-45b7-a85e-1719e59e3970"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CharacteristicValues", "ObjectName",ExpressionUUID-> - "aa5e266c-af43-440d-92b6-d9e7be90f578"], + "00d092cd-8501-459e-bf4e-926ce5ad6a23"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d576a370-2ca0-4f85-8dbd-50093a6eb457"], + "Spacer1"]],ExpressionUUID->"dc3f5c24-a0a8-40b2-9f87-6f533cde8f99"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "74d86aca-6956-4295-8439-6e67b77a2af4"] - }],ExpressionUUID->"92405991-41e2-49af-8a9f-ae9953f8c387"], Cell[BoxData[ + "ac71eded-8573-419e-97e6-85be02e06445"] + }],ExpressionUUID->"0779238e-79d3-40f1-a0a2-4f3bba6696ba"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d90bf740-d64e-43cd-a09c-1ada636d8101"]} + "a7126ac3-aabf-4d09-9f1e-4fd37b376c31"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c5561bd0-75c5-4cbe-97b4-efc5a8500fdc"], + CacheGraphics->False,ExpressionUUID->"65c79734-91e8-4c4b-97e6-34beecdcb579"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "659d21af-c518-4829-b7e2-b7a5e06a5592"], " \[LineSeparator]computes the coalitional values from the vector of \ unanimity coordinates." - }],ExpressionUUID->"75a52102-e69c-4e7b-94b1-2bd9ba7c6c2f"]} + }],ExpressionUUID->"8dfd8218-df9a-472d-8c3d-789d6e642caf"]} }]], "Usage", CellID->326758459,ExpressionUUID->"6a636983-92ee-41c5-babe-4b440db68e69"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"64e04364-c31d-4cb3-8ba1-8074173d9aea"], + ExpressionUUID->"f186b61c-41c9-47d6-9678-331bf4798199"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"67615ab9-efff-47ac-a007-36a43615210f"], + "Spacer1"]],ExpressionUUID->"6a33e5f0-1453-4eaf-92d3-9b79be7386e2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4e1794be-fa54-4921-b802-c0cc93c5fdb7"], + }], "NotesFrameText",ExpressionUUID->"1092e711-ff59-417e-9f6d-78469df49a04"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0bcd3771-8dc9-4d27-8a2c-ce5db6313e42"]], \ + "Preemptive"]],ExpressionUUID->"56d15f49-365d-4902-91a5-6f7e10d668e4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1707700668,ExpressionUUID->"6690a728-cb81-4c1a-9a41-78c0906a4c66"], + CellID->1851366815,ExpressionUUID->"ecb90e1e-3b9d-452b-80e7-3ff5f08ac9db"], Cell[TextData[{ "The expression ", @@ -371,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1dc88987-e4f7-4d16-be8f-22c233058427"], + ExpressionUUID->"d75e2344-eeba-482d-823e-a46cf0985f7c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0146c79a-587b-4c99-8b19-4350869b2f6b"], + "Spacer1"]],ExpressionUUID->"54728912-7b19-444b-aa49-c743105af18c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5c63b6ba-3f2f-45cf-ad02-b9bb1732a295"] + "6108887b-11de-42a4-a4ba-e529f1195dc7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->951091891,ExpressionUUID->"3c77dc19-68d7-491a-b1b9-037c8256a6fe"], + CellID->627916550,ExpressionUUID->"3dd3e4e2-5a52-4481-b4a1-904a69127064"], Cell[CellGroupData[{ @@ -412,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e89cf302-f3c3-40c4-bc8b-c0b589262453"], + ExpressionUUID->"ac6a9d6d-ca12-4950-94fe-b511d331d7e1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ff5a2a3d-f823-4905-b447-332afc565353"], + "Spacer1"]],ExpressionUUID->"76bccb2a-ac1a-4a2a-8de8-722681beaf9c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b66d80dc-e7dd-496a-8551-ed27505394e2"] + "804b68fa-6b6c-4623-ab90-b65a9d1eee15"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->827528102,ExpressionUUID->"bcbb8d4b-a981-41e2-b3d4-80b16b943272"], + CellID->592043711,ExpressionUUID->"80f6c37a-292a-42e7-8181-f0f1cae47e61"], Cell["Loading the package:", "ExampleText", CellID->280931574,ExpressionUUID->"bbc1c518-6170-4fdc-a5b0-bc00f717f0e6"], @@ -656,8 +661,6 @@ unanimity coordinates to construct a game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -805,15 +808,15 @@ Cell[BoxData[GridBox[{ "9196e9df-8591-4f42-af10-57e61278ae5a"] }], "SeeAlso",ExpressionUUID->"2ed168f2-08e9-4c3f-b1d1-7498c1ea5ced"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c7481edc-c27f-4d67-947b-\ -efba1a9fb6e8"], + }]], "SeeAlsoSection",ExpressionUUID->"657618e8-9631-4b1a-89d9-\ +55cb8b11255c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -825,9 +828,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ce4b213d-7842-4ce7-b4ea-3a0a25ff016b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"904f0854-e5b9-4bc2-ac0b-\ -14779a9dbe66"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6934db56-5f69-4c47-89b8-\ +4860e9a3a90a"], Cell[BoxData[GridBox[{ { @@ -844,7 +846,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "010dea7d-3d1a-48e4-8e02-fe7870b619c2"]}]}, + "ba550152-e47f-42ee-954a-745a9e09fab1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -852,10 +854,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "71a4fa29-a2d8-44af-bb17-5eab4c126275"]}]} + "6a67da00-be8a-4faa-a03b-8f77ec54e3f7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"49a64974-072c-4600-b8fd-\ -ba5688e1062c"], + }]], "MoreAboutSection",ExpressionUUID->"8e40d3cb-df65-479c-bc32-\ +9b60b8fb94a7"], Cell[BoxData[GridBox[{ { @@ -882,7 +884,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9fc6d5db-55ee-4538-b929-81a9dd1c2540"]], "RelatedLinks", + "0adb2621-18fa-45fc-babe-53412bd45810"]], "RelatedLinks", ExpressionUUID->"e46efebd-f001-4ce9-bb57-8eb2be60376f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -899,7 +901,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1bca160f-ae49-483f-8a7e-745b0ed6a000"]], "RelatedLinks", + "a0360c8d-d1ee-4c92-bbc0-1682b3d1f4d2"]], "RelatedLinks", ExpressionUUID->"29cd69b8-0525-4186-94ca-620152955d73"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -916,11 +918,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dd25d445-d81d-4297-aeb7-9dc2224437a6"]], "RelatedLinks", + "0d827b6a-9c9f-4ea3-868f-4a614b3190d0"]], "RelatedLinks", ExpressionUUID->"c2d34905-f0c9-4cce-a8f9-73de48197415"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"434a837a-44a4-4948-9db1-\ -83c4184ce30c"], + }]], "RelatedLinksSection",ExpressionUUID->"978d452a-67ae-409f-9ebe-\ +4699df991d19"], Cell[CellGroupData[{ @@ -950,11 +952,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3cfb3960-1efb-41d0-89f9-d4b5fc8216e6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3bbacd06-f245-4a7d-85c0-fbbb2458fefd"] +Cell[" ", "FooterCell",ExpressionUUID->"5c5dccff-a0a3-47bf-8902-b72bbe8cc649"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CharacteristicValues", TaggingRules->{ @@ -965,18 +967,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 42.230411}", + "built" -> "{2024, 6, 3, 16, 51, 53.360060}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CharacteristicValues[uc, T] computes the coalitional values from the \ vector of unanimity coordinates.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "CharacteristicValues", "titlemodifier" -> "", "windowtitle" -> - "CharacteristicValues", "type" -> "Symbol", "uri" -> - "TUG/ref/CharacteristicValues"}}, + "title" -> "CharacteristicValues", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "CharacteristicValues", "type" -> + "Symbol", "uri" -> "TUG/ref/CharacteristicValues"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -985,9 +987,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c44ed14e-5ece-41ed-9ba8-5f43bab412f9" +ExpressionUUID->"c9b59a4a-4235-4a03-ac87-002e40af699c" ] (* End of Notebook Content *) @@ -995,147 +997,145 @@ ExpressionUUID->"c44ed14e-5ece-41ed-9ba8-5f43bab412f9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13430, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3c77dc19-68d7-491a-b1b9-037c8256a6fe", + Cell[13493, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3dd3e4e2-5a52-4481-b4a1-904a69127064", CellTags->"PrimaryExamplesSection", - CellID->951091891]} + CellID->627916550]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36722, 996} + {"PrimaryExamplesSection", 36769, 998} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7167, 169, 56, "AnchorBarGrid",ExpressionUUID->"601eff52-e4c0-4ca2-8343-60735060fb42", +Cell[592, 21, 7230, 174, 57, "AnchorBarGrid",ExpressionUUID->"4ae2b71f-f139-402e-9bfa-0694abb1c4b6", CellID->1], -Cell[7762, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f36e4476-d911-4d02-b860-b3645c8ea29c"], +Cell[7825, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"49259fbe-cb4e-45b7-a85e-1719e59e3970"], Cell[CellGroupData[{ -Cell[7873, 196, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"c5561bd0-75c5-4cbe-97b4-efc5a8500fdc"], -Cell[9170, 233, 523, 11, 111, "Usage",ExpressionUUID->"6a636983-92ee-41c5-babe-4b440db68e69", +Cell[7936, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"65c79734-91e8-4c4b-97e6-34beecdcb579"], +Cell[9233, 238, 523, 11, 111, "Usage",ExpressionUUID->"6a636983-92ee-41c5-babe-4b440db68e69", CellID->326758459] }, Open ]], Cell[CellGroupData[{ -Cell[9730, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"6690a728-cb81-4c1a-9a41-78c0906a4c66", +Cell[9793, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"ecb90e1e-3b9d-452b-80e7-3ff5f08ac9db", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1707700668], -Cell[11628, 298, 855, 21, 57, "Notes",ExpressionUUID->"a469c28b-c1b7-4b13-8436-a98de2c15e8f", + CellID->1851366815], +Cell[11691, 303, 855, 21, 57, "Notes",ExpressionUUID->"a469c28b-c1b7-4b13-8436-a98de2c15e8f", CellID->824055453], -Cell[12486, 321, 489, 12, 37, "Notes",ExpressionUUID->"bb1b6344-bbfc-4df5-b291-4ba4d26eabc5", +Cell[12549, 326, 489, 12, 38, "Notes",ExpressionUUID->"bb1b6344-bbfc-4df5-b291-4ba4d26eabc5", CellID->177724765], -Cell[12978, 335, 138, 1, 36, "Notes",ExpressionUUID->"7df09f87-5670-475c-b9f8-030cc1b17b07", +Cell[13041, 340, 138, 1, 36, "Notes",ExpressionUUID->"7df09f87-5670-475c-b9f8-030cc1b17b07", CellID->1673691583], -Cell[13119, 338, 184, 4, 36, "Notes",ExpressionUUID->"3835c665-d0e8-4ab4-9d86-25003d02a742", +Cell[13182, 343, 184, 4, 36, "Notes",ExpressionUUID->"3835c665-d0e8-4ab4-9d86-25003d02a742", CellID->1534333302] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13430, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3c77dc19-68d7-491a-b1b9-037c8256a6fe", +Cell[13493, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3dd3e4e2-5a52-4481-b4a1-904a69127064", CellTags->"PrimaryExamplesSection", - CellID->951091891], + CellID->627916550], Cell[CellGroupData[{ -Cell[14875, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"bcbb8d4b-a981-41e2-b3d4-80b16b943272", - CellID->827528102], -Cell[16276, 427, 118, 1, 38, "ExampleText",ExpressionUUID->"bbc1c518-6170-4fdc-a5b0-bc00f717f0e6", +Cell[14938, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"80f6c37a-292a-42e7-8181-f0f1cae47e61", + CellID->592043711], +Cell[16339, 432, 118, 1, 39, "ExampleText",ExpressionUUID->"bbc1c518-6170-4fdc-a5b0-bc00f717f0e6", CellID->280931574], Cell[CellGroupData[{ -Cell[16419, 432, 168, 3, 27, "Input",ExpressionUUID->"8358a5a7-9894-41b7-80c8-135ec8a64b5c", +Cell[16482, 437, 168, 3, 27, "Input",ExpressionUUID->"8358a5a7-9894-41b7-80c8-135ec8a64b5c", CellID->1425377595], Cell[CellGroupData[{ -Cell[16612, 439, 236, 4, 23, "Print",ExpressionUUID->"637249b2-9382-4341-b5ab-dfca0f32b1be", +Cell[16675, 444, 236, 4, 23, "Print",ExpressionUUID->"637249b2-9382-4341-b5ab-dfca0f32b1be", CellID->606436772], -Cell[16851, 445, 366, 8, 23, "Print",ExpressionUUID->"7126e062-57cf-4e77-ad6c-cb3d220a2fcf", +Cell[16914, 450, 366, 8, 23, "Print",ExpressionUUID->"7126e062-57cf-4e77-ad6c-cb3d220a2fcf", CellID->1733600698], -Cell[17220, 455, 236, 4, 23, "Print",ExpressionUUID->"581bf721-84e1-4c1b-9a8d-e4abb220fd8a", +Cell[17283, 460, 236, 4, 23, "Print",ExpressionUUID->"581bf721-84e1-4c1b-9a8d-e4abb220fd8a", CellID->960649220], -Cell[17459, 461, 221, 3, 23, "Print",ExpressionUUID->"70afa018-62b9-449f-a7e6-6c3bc8c3fe41", +Cell[17522, 466, 221, 3, 23, "Print",ExpressionUUID->"70afa018-62b9-449f-a7e6-6c3bc8c3fe41", CellID->1645527486], -Cell[17683, 466, 207, 3, 23, "Print",ExpressionUUID->"91ace829-bf69-4474-8d72-2663676eb0a0", +Cell[17746, 471, 207, 3, 23, "Print",ExpressionUUID->"91ace829-bf69-4474-8d72-2663676eb0a0", CellID->585263332], -Cell[17893, 471, 237, 4, 23, "Print",ExpressionUUID->"b330757e-9b4a-4020-a2a3-9aec00122827", +Cell[17956, 476, 237, 4, 23, "Print",ExpressionUUID->"b330757e-9b4a-4020-a2a3-9aec00122827", CellID->482318995], -Cell[18133, 477, 220, 3, 23, "Print",ExpressionUUID->"41abb81b-4840-4069-bdf6-5e9a0a731674", +Cell[18196, 482, 220, 3, 23, "Print",ExpressionUUID->"41abb81b-4840-4069-bdf6-5e9a0a731674", CellID->598216883], -Cell[18356, 482, 236, 4, 23, "Print",ExpressionUUID->"68a8d2d4-71d2-4779-8f57-37b87962c16d", +Cell[18419, 487, 236, 4, 23, "Print",ExpressionUUID->"68a8d2d4-71d2-4779-8f57-37b87962c16d", CellID->567625390], -Cell[18595, 488, 236, 4, 23, "Print",ExpressionUUID->"5287646f-d24e-47f2-8031-98c1759c07e3", +Cell[18658, 493, 236, 4, 23, "Print",ExpressionUUID->"5287646f-d24e-47f2-8031-98c1759c07e3", CellID->592720744], -Cell[18834, 494, 207, 3, 23, "Print",ExpressionUUID->"68e1648d-6b25-4736-bdd1-d28c727fde13", +Cell[18897, 499, 207, 3, 23, "Print",ExpressionUUID->"68e1648d-6b25-4736-bdd1-d28c727fde13", CellID->525156727], -Cell[19044, 499, 236, 4, 23, "Print",ExpressionUUID->"8ee45ab9-146a-4937-9777-aab2e7e5774c", +Cell[19107, 504, 236, 4, 23, "Print",ExpressionUUID->"8ee45ab9-146a-4937-9777-aab2e7e5774c", CellID->673629843] }, Open ]] }, Open ]], -Cell[19307, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"7aadcd72-9b14-479e-94a4-196326e08acc", +Cell[19370, 512, 137, 1, 70, "ExampleText",ExpressionUUID->"7aadcd72-9b14-479e-94a4-196326e08acc", CellID->1533232497], -Cell[19447, 510, 235, 6, 70, "Input",ExpressionUUID->"7942a411-35ab-4dd9-9e8a-b20214d45192", +Cell[19510, 515, 235, 6, 70, "Input",ExpressionUUID->"7942a411-35ab-4dd9-9e8a-b20214d45192", CellID->2031335724], -Cell[19685, 518, 380, 9, 70, "Input",ExpressionUUID->"71ae807b-eb29-4562-99ac-739c433f3b3c", +Cell[19748, 523, 380, 9, 70, "Input",ExpressionUUID->"71ae807b-eb29-4562-99ac-739c433f3b3c", CellID->196898605], -Cell[20068, 529, 236, 6, 70, "Input",ExpressionUUID->"795bd175-890e-40ce-bcd1-9e3b98e40176", +Cell[20131, 534, 236, 6, 70, "Input",ExpressionUUID->"795bd175-890e-40ce-bcd1-9e3b98e40176", CellID->17344515], -Cell[20307, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"bebb0fa9-e524-4dab-86c2-7331f9dafe4b", +Cell[20370, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"bebb0fa9-e524-4dab-86c2-7331f9dafe4b", CellID->1495191790], Cell[CellGroupData[{ -Cell[20523, 545, 177, 3, 70, "Input",ExpressionUUID->"fd4a90d9-edc6-489e-8e14-deb5c1a7e6cf", +Cell[20586, 550, 177, 3, 70, "Input",ExpressionUUID->"fd4a90d9-edc6-489e-8e14-deb5c1a7e6cf", CellID->152196068], -Cell[20703, 550, 174, 4, 36, "Output",ExpressionUUID->"88cda4e6-b956-41fa-893c-9538c54e4d31", +Cell[20766, 555, 174, 4, 36, "Output",ExpressionUUID->"88cda4e6-b956-41fa-893c-9538c54e4d31", CellID->1327016925] }, Open ]], -Cell[20892, 557, 158, 2, 70, "ExampleText",ExpressionUUID->"fbc7e291-6308-4c66-a1b4-8310fe5c09e8", +Cell[20955, 562, 158, 2, 70, "ExampleText",ExpressionUUID->"fbc7e291-6308-4c66-a1b4-8310fe5c09e8", CellID->384159636], Cell[CellGroupData[{ -Cell[21075, 563, 202, 4, 70, "Input",ExpressionUUID->"e7fbf92d-ed17-461e-82f8-4dcb851cf6d7", +Cell[21138, 568, 202, 4, 70, "Input",ExpressionUUID->"e7fbf92d-ed17-461e-82f8-4dcb851cf6d7", CellID->1120704641], -Cell[21280, 569, 435, 11, 36, "Output",ExpressionUUID->"b1abaf59-b036-4178-9918-cf4d3698ae7a", +Cell[21343, 574, 435, 11, 36, "Output",ExpressionUUID->"b1abaf59-b036-4178-9918-cf4d3698ae7a", CellID->1003673524] }, Open ]], -Cell[21730, 583, 174, 3, 70, "ExampleText",ExpressionUUID->"63d53c69-0e3a-416a-b50a-920f9322445e", +Cell[21793, 588, 174, 3, 70, "ExampleText",ExpressionUUID->"63d53c69-0e3a-416a-b50a-920f9322445e", CellID->136558657], Cell[CellGroupData[{ -Cell[21929, 590, 222, 5, 70, "Input",ExpressionUUID->"ea2dccbc-0a43-4df2-9338-f6440d4b4d50", +Cell[21992, 595, 222, 5, 70, "Input",ExpressionUUID->"ea2dccbc-0a43-4df2-9338-f6440d4b4d50", CellID->2057851219], -Cell[22154, 597, 360, 8, 36, "Output",ExpressionUUID->"3350045c-13b1-4e33-973a-ab080e73be85", +Cell[22217, 602, 360, 8, 36, "Output",ExpressionUUID->"3350045c-13b1-4e33-973a-ab080e73be85", CellID->2040131413] }, Open ]], -Cell[22529, 608, 132, 1, 70, "ExampleText",ExpressionUUID->"78b9a12d-a770-49e4-bc94-4ffce9b172da", +Cell[22592, 613, 132, 1, 70, "ExampleText",ExpressionUUID->"78b9a12d-a770-49e4-bc94-4ffce9b172da", CellID->1137393162], Cell[CellGroupData[{ -Cell[22686, 613, 128, 2, 70, "Input",ExpressionUUID->"e4fba6db-0321-4fbd-9eed-b17ea91f7783", +Cell[22749, 618, 128, 2, 70, "Input",ExpressionUUID->"e4fba6db-0321-4fbd-9eed-b17ea91f7783", CellID->1670891959], -Cell[22817, 617, 359, 8, 36, "Output",ExpressionUUID->"6003503d-2234-43a6-b8ed-0c1878baf9cd", +Cell[22880, 622, 359, 8, 36, "Output",ExpressionUUID->"6003503d-2234-43a6-b8ed-0c1878baf9cd", CellID->950499072] }, Open ]], -Cell[23191, 628, 131, 1, 70, "ExampleText",ExpressionUUID->"9c414948-3fb8-4f81-8d76-5608f5328773", +Cell[23254, 633, 131, 1, 70, "ExampleText",ExpressionUUID->"9c414948-3fb8-4f81-8d76-5608f5328773", CellID->336964263], Cell[CellGroupData[{ -Cell[23347, 633, 184, 4, 70, "Input",ExpressionUUID->"6a38fefa-071e-47d3-be93-8329cb62c245", +Cell[23410, 638, 184, 4, 70, "Input",ExpressionUUID->"6a38fefa-071e-47d3-be93-8329cb62c245", CellID->1389213917], -Cell[23534, 639, 160, 3, 36, "Output",ExpressionUUID->"6c17d7e1-1fc4-4224-a5ac-945d7209281a", +Cell[23597, 644, 160, 3, 36, "Output",ExpressionUUID->"6c17d7e1-1fc4-4224-a5ac-945d7209281a", CellID->1200811924] }, Open ]], -Cell[23709, 645, 302, 5, 70, "ExampleText",ExpressionUUID->"3bee4c50-977d-444f-bb91-86a20d490c78", +Cell[23772, 650, 302, 5, 70, "ExampleText",ExpressionUUID->"3bee4c50-977d-444f-bb91-86a20d490c78", CellID->1796001568] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24304, 663, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"657618e8-9631-4b1a-89d9-55cb8b11255c"], +Cell[29806, 813, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6934db56-5f69-4c47-89b8-4860e9a3a90a"], +Cell[30479, 833, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8e40d3cb-df65-479c-bc32-9b60b8fb94a7"], +Cell[31515, 861, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"978d452a-67ae-409f-9ebe-4699df991d19"], Cell[CellGroupData[{ -Cell[24263, 660, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"c7481edc-c27f-4d67-947b-efba1a9fb6e8"], -Cell[29765, 810, 670, 18, 70, "TechNotesSection",ExpressionUUID->"904f0854-e5b9-4bc2-ac0b-14779a9dbe66"] -}, Open ]], -Cell[30450, 831, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"49a64974-072c-4600-b8fd-ba5688e1062c"], -Cell[31486, 859, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"434a837a-44a4-4948-9db1-83c4184ce30c"], -Cell[CellGroupData[{ -Cell[33756, 926, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab0889ad-509d-48d9-b274-4c0b061f0048", +Cell[33785, 928, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab0889ad-509d-48d9-b274-4c0b061f0048", CellID->50309288], -Cell[33895, 929, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2ca7587e-2cb7-4927-a4d9-1486cae1108a", +Cell[33924, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2ca7587e-2cb7-4927-a4d9-1486cae1108a", CellID->1194386356], -Cell[34117, 935, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"71849070-52c3-4212-9d2f-2cee31aa6612", +Cell[34146, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"71849070-52c3-4212-9d2f-2cee31aa6612", CellID->1641706272], -Cell[34332, 940, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4815cf80-9acf-4366-b7c8-b84f45854903", +Cell[34361, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4815cf80-9acf-4366-b7c8-b84f45854903", CellID->399251956], -Cell[34561, 946, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3cfb3960-1efb-41d0-89f9-d4b5fc8216e6", +Cell[34590, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3cfb3960-1efb-41d0-89f9-d4b5fc8216e6", CellID->821434655] }, Open ]], -Cell[34798, 952, 78, 0, 70, "FooterCell",ExpressionUUID->"3bbacd06-f245-4a7d-85c0-fbbb2458fefd"] +Cell[34827, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"5c5dccff-a0a3-47bf-8902-b72bbe8cc649"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ChiValue.nb b/Documentation/English/ReferencePages/Symbols/ChiValue.nb index f7c72ce..188dfb5 100644 --- a/Documentation/English/ReferencePages/Symbols/ChiValue.nb +++ b/Documentation/English/ReferencePages/Symbols/ChiValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41428, 1073] -NotebookOptionsPosition[ 33241, 911] -NotebookOutlinePosition[ 35369, 965] -CellTagsIndexPosition[ 35284, 960] +NotebookDataLength[ 41398, 1069] +NotebookOptionsPosition[ 33224, 909] +NotebookOutlinePosition[ 35370, 963] +CellTagsIndexPosition[ 35285, 958] WindowTitle->ChiValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "88f0c735-3ed5-4dee-ac07-aa22c317fc45"], + "5a22d381-a606-442d-b099-80ff530a69d6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fcb0b203-18a3-4728-bc26-6634abe4434c"], + "895498d4-a0e9-4089-ab45-add513345a13"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5925c6de-29ac-4abf-88aa-e688960ffdd2"] - }],ExpressionUUID->"49b89641-c6cb-4366-9928-a3a4d959a02c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "8a86b178-66a8-4fed-96f5-313f38e77f4a"] + }],ExpressionUUID->"ff0c3997-a4f4-4b9c-971c-337be5075df1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4abfb6a2-bb7a-4d7e-bdb4-eda08160d6ff"], + "b327c27b-d476-4989-87c8-0f6b6968688d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "31c9e38d-1600-4b04-9632-949172699103"] - }],ExpressionUUID->"db4e27f6-33ea-4e38-b920-fe61d7444d38"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "971d0a7f-7f8c-4ce1-b602-92fb9b512513"] + }],ExpressionUUID->"7750a0f0-becb-4d0e-8f53-f141c968342e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "01da1847-f80c-4ddd-b0d1-0b84dd5d9a8a"], + "f6efd89b-9164-448f-9a93-c71f79cfc7f4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fbab275b-3b0c-46a0-80a2-e95d2b9b4196"] - }],ExpressionUUID->"3910daa9-bc2d-463f-b5e8-0822cdac3512"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "14bfd6c8-36f7-4d67-83dc-a1c218443f78"] + }],ExpressionUUID->"c6e4954d-3088-42a1-808c-4804f25c267d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "55f44431-4f35-4e27-908b-76ff6b66185a"], + "f9821e64-85e0-44b7-91fd-3b16e9aac411"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5c617e7d-cfd3-452d-8fdb-f84fd57bb24b"] - }],ExpressionUUID->"14ad9147-695a-43f3-86fb-4cf673ec8ea1"], - StripOnInput->False], {"\<\"TUG/ref/ChiValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ChiValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ChiValue.\ + "48f0aa97-6d24-409c-bd51-35c78aeb16fa"] + }],ExpressionUUID->"648fe024-9dc2-432c-8bd0-0a55d77a797a"], + StripOnInput->False],{ + "\"TUG/ref/ChiValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ChiValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ChiValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$50371], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ChiValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$53109], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ChiValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2eb3f7d-b5a4-427b-9204-954c26546665"] + "7f307a7c-7330-4e9e-9723-d3f5e8de7084"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1671340c-290a-47fd-9d87-66441453fac9"]} + "f3b1476a-baac-421e-83e6-affad1ce78fd"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"56054f59-18c1-4d7b-8cbb-6e1cafcf493f"], + CellID->1,ExpressionUUID->"9a09f21a-673c-43ba-b2e4-0cede54599c6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"fdbe7c3e-9a5d-41ab-9832-aef3a80411ea"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c92b0640-937a-42a2-b4f0-cbec965be607"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ChiValue", "ObjectName",ExpressionUUID-> - "1e6e37cd-1cee-451b-bd8f-efceb650c331"], + "cb35ddba-70bf-4bd9-b0d4-5cdf35d3af45"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0dbf816e-1ac3-4a35-bc19-af1aca27a31e"], + "Spacer1"]],ExpressionUUID->"41842e77-588b-4428-92c9-119aa3d46c48"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "47af5a6c-a7a0-4ce0-bf1a-f5fc5cda18a9"] - }],ExpressionUUID->"4ecd5bbe-c403-4466-9fb0-1f5c12e3f4e5"], Cell[BoxData[ + "c0e2a9b1-baaf-4ac7-95f9-38937e19febb"] + }],ExpressionUUID->"9650ac3c-fe8a-42dc-9bb9-fd834aa6f965"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "99d1d7f5-38ec-44c9-9074-591cb7d38870"]} + "5e9df4cf-660c-4c3a-a7ab-19306d9d9d8c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ba53506a-d61d-4c5f-aabb-31e28234caa5"], + CacheGraphics->False,ExpressionUUID->"1d1d1bc0-35f8-49e3-8303-44e9bc2ff7b1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +242,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]represents some efficient compromise between the \ generalized upper bound 'Utopia-Payoff' and some lower bound 'Disagreement' \ of the core." - }],ExpressionUUID->"5509866a-82c0-4f43-9199-cf396e545c30"]} + }],ExpressionUUID->"5a972d29-461a-45c7-86a2-c4e7c56f2929"]} }]], "Usage", CellID->1832677557,ExpressionUUID->"6d9858ee-fff9-4b36-98f3-f07560dd2be1"] }, Open ]], @@ -274,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a85b32ea-ab2f-4db8-ac29-d0dc106f42b6"], + ExpressionUUID->"85b0ad42-8dff-4c6f-80fb-e9544c550d52"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ccd6a0d1-f531-4fd2-98c8-f3fabf693522"], + "Spacer1"]],ExpressionUUID->"e2458518-22e9-43c1-9f1e-c912a614e5aa"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0ef746a7-30f2-405d-b87e-3da996643c35"], + }], "NotesFrameText",ExpressionUUID->"b529c5b4-fe8f-4a98-bfd3-74a652f5c8fe"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1a60396c-c8e6-4f54-a032-9f0f11e909b1"]], \ + "Preemptive"]],ExpressionUUID->"991544a1-2784-4ebc-9b61-daed3fa80371"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->65906206,ExpressionUUID->"06e3586a-d4fd-4455-889f-646358e97a9b"], + CellID->1104929085,ExpressionUUID->"262898e6-5ffb-4e34-8fe8-b66140119433"], Cell[TextData[{ "The input expression ", @@ -363,19 +364,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6958aa8f-769b-41e8-a2a1-bc5ec7d1a7c6"], + ExpressionUUID->"bd2dc216-1a13-49d6-89ed-7b31e9f10b3c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7af8ffa3-2398-4d6f-89f7-6d616e3dbe07"], + "Spacer1"]],ExpressionUUID->"c10682bb-aaab-4311-9ceb-23d4882a2d5f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "58e01d64-670c-439e-8dde-98ab51157b40"] + "7be58752-6269-42c9-a2d3-9c0d86c2c80c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1909682315,ExpressionUUID->"136b6b5f-90f9-4d57-994f-91760c086fab"], + CellID->1538314075,ExpressionUUID->"a8fcb74d-fc0e-44f6-b113-480fb814d8b1"], Cell[CellGroupData[{ @@ -404,18 +405,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4331dc85-dbeb-4a0e-83d0-a114438cb45c"], + ExpressionUUID->"5b9b7b5a-8496-4be0-a844-78f0336026a8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"120725fa-06af-4b07-8369-c17657302f2a"], + "Spacer1"]],ExpressionUUID->"3b87f1da-8a16-4ddc-982e-79238a44f26c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fd7d1fe1-6cc6-41c1-943d-17d6007ae99f"] + "eed2831c-83ab-44f7-8c17-be7b75c98e6e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1688590788,ExpressionUUID->"f830c991-6b6b-4878-be45-2e8304fe078c"], + CellID->1313691114,ExpressionUUID->"39692d17-6aca-4f0e-afe1-2cfce2f026c6"], Cell["Loading the package:", "ExampleText", CellID->814411110,ExpressionUUID->"2a772f2e-da9b-4f97-bcc0-7dd51fa53ea1"], @@ -599,8 +600,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -762,15 +761,15 @@ Cell[BoxData[GridBox[{ "eee0e238-186a-43f6-829e-958442f2a9f6"] }], "SeeAlso",ExpressionUUID->"542f0642-74c1-412e-a4a4-b876efa663f1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e309e1a0-347d-47ae-ac58-\ -c30aec504f21"], + }]], "SeeAlsoSection",ExpressionUUID->"c30a3c9c-409f-4a76-bc2f-\ +1e6fbdd305cd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -782,9 +781,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"421e5b55-aea8-490d-96f6-c7102271b416"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"4dc99895-34b5-483c-b911-\ -9a0f501872d4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"85b9c33b-c8ca-4637-a280-\ +acda5a723bb0"], Cell[BoxData[GridBox[{ { @@ -801,7 +799,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0fd10640-5f6a-43fa-b9c8-7e83c4dcb05b"]}]}, + "4fc89759-6165-43ec-b566-6e1dff4cde28"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -809,10 +807,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a93278c6-76b0-4aae-aa77-7b1d62770abd"]}]} + "302c8e0a-2cf0-47ce-acf9-791836280263"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"90242a6e-aaff-4de6-82fa-\ -ce3709be1f1e"], + }]], "MoreAboutSection",ExpressionUUID->"deceb215-b945-47d5-889a-\ +f19190fd1ee3"], Cell[BoxData[GridBox[{ { @@ -839,7 +837,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4039618f-a7a0-4b46-9dc1-24df5a4f3534"]], "RelatedLinks", + "29b1cf31-5a0a-4070-be72-80214bfa2a05"]], "RelatedLinks", ExpressionUUID->"f7d92dda-3829-4d86-a3c6-6fb4edb3071e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -856,7 +854,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8876f593-f8d3-4a49-894b-975182575eb8"]], "RelatedLinks", + "9754abb7-23f6-4405-a0f8-f89bfa8e7550"]], "RelatedLinks", ExpressionUUID->"2932beb5-772a-4e8b-833d-cfcb3ddf0d85"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,11 +871,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "07e2c1b5-3b69-4833-98dc-3f6c9bf4e131"]], "RelatedLinks", + "cf4e0727-8f39-4e51-886d-5c1fdbb3d44b"]], "RelatedLinks", ExpressionUUID->"77e4ca59-469b-4769-a59c-e868870f225d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c4b56936-497e-4583-8789-\ -e70f09353e4f"], + }]], "RelatedLinksSection",ExpressionUUID->"bb9d416e-5baa-4dd0-824d-\ +efa29f27c651"], Cell[CellGroupData[{ @@ -907,11 +905,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ae926b23-546c-4632-938d-e0ee1bbf8586"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d67c34e0-8c4c-453e-827d-6ae66c8aa9cf"] +Cell[" ", "FooterCell",ExpressionUUID->"1ff67e6c-c49f-4427-bb24-9b482d62b523"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ChiValue", TaggingRules->{ @@ -922,7 +920,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 43.667366}", + "built" -> "{2024, 6, 3, 16, 51, 54.117834}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -930,10 +928,10 @@ TaggingRules->{ "ChiValue[game] represents some efficient compromise between the \ generalized upper bound 'Utopia-Payoff' and some lower bound 'Disagreement' \ of the core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ChiValue", - "titlemodifier" -> "", "windowtitle" -> "ChiValue", "type" -> "Symbol", - "uri" -> "TUG/ref/ChiValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ChiValue", "type" -> "Symbol", "uri" -> "TUG/ref/ChiValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -942,9 +940,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8fb92a66-caab-47ed-9709-55d7cf6c4066" +ExpressionUUID->"6e118192-7c6e-45dd-ac09-ca7c695db03d" ] (* End of Notebook Content *) @@ -952,129 +950,127 @@ ExpressionUUID->"8fb92a66-caab-47ed-9709-55d7cf6c4066" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13088, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"136b6b5f-90f9-4d57-994f-91760c086fab", + Cell[13105, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a8fcb74d-fc0e-44f6-b113-480fb814d8b1", CellTags->"PrimaryExamplesSection", - CellID->1909682315]} + CellID->1538314075]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35083, 953} + {"PrimaryExamplesSection", 35084, 951} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7092, 170, 56, "AnchorBarGrid",ExpressionUUID->"56054f59-18c1-4d7b-8cbb-6e1cafcf493f", +Cell[580, 21, 7107, 171, 57, "AnchorBarGrid",ExpressionUUID->"9a09f21a-673c-43ba-b2e4-0cede54599c6", CellID->1], -Cell[7675, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"fdbe7c3e-9a5d-41ab-9832-aef3a80411ea"], +Cell[7690, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c92b0640-937a-42a2-b4f0-cbec965be607"], Cell[CellGroupData[{ -Cell[7786, 197, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"ba53506a-d61d-4c5f-aabb-31e28234caa5"], -Cell[9071, 234, 551, 11, 133, "Usage",ExpressionUUID->"6d9858ee-fff9-4b36-98f3-f07560dd2be1", +Cell[7801, 198, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"1d1d1bc0-35f8-49e3-8303-44e9bc2ff7b1"], +Cell[9086, 235, 551, 11, 132, "Usage",ExpressionUUID->"6d9858ee-fff9-4b36-98f3-f07560dd2be1", CellID->1832677557] }, Open ]], Cell[CellGroupData[{ -Cell[9659, 250, 1893, 47, 37, "NotesSection",ExpressionUUID->"06e3586a-d4fd-4455-889f-646358e97a9b", +Cell[9674, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"262898e6-5ffb-4e34-8fe8-b66140119433", CellGroupingRules->{"SectionGrouping", 50}, - CellID->65906206], -Cell[11555, 299, 515, 12, 57, "Notes",ExpressionUUID->"733e8c67-cb2e-4461-9f5e-6a13ce86e5c2", + CellID->1104929085], +Cell[11572, 300, 515, 12, 57, "Notes",ExpressionUUID->"733e8c67-cb2e-4461-9f5e-6a13ce86e5c2", CellID->1014199156], -Cell[12073, 313, 489, 12, 37, "Notes",ExpressionUUID->"ecd7b514-5cf6-48b3-b513-553240261dcb", +Cell[12090, 314, 489, 12, 38, "Notes",ExpressionUUID->"ecd7b514-5cf6-48b3-b513-553240261dcb", CellID->177724765], -Cell[12565, 327, 249, 4, 57, "Notes",ExpressionUUID->"451bc459-a95b-46d6-a751-1b5bb94a0922", +Cell[12582, 328, 249, 4, 57, "Notes",ExpressionUUID->"451bc459-a95b-46d6-a751-1b5bb94a0922", CellID->1687851931], -Cell[12817, 333, 144, 1, 36, "Notes",ExpressionUUID->"6cc64752-4dc2-40dd-9011-f8074d4094ff", +Cell[12834, 334, 144, 1, 36, "Notes",ExpressionUUID->"6cc64752-4dc2-40dd-9011-f8074d4094ff", CellID->1258348566] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13088, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"136b6b5f-90f9-4d57-994f-91760c086fab", +Cell[13105, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a8fcb74d-fc0e-44f6-b113-480fb814d8b1", CellTags->"PrimaryExamplesSection", - CellID->1909682315], + CellID->1538314075], Cell[CellGroupData[{ -Cell[14534, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f830c991-6b6b-4878-be45-2e8304fe078c", - CellID->1688590788], -Cell[15936, 419, 118, 1, 38, "ExampleText",ExpressionUUID->"2a772f2e-da9b-4f97-bcc0-7dd51fa53ea1", +Cell[14551, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"39692d17-6aca-4f0e-afe1-2cfce2f026c6", + CellID->1313691114], +Cell[15953, 420, 118, 1, 39, "ExampleText",ExpressionUUID->"2a772f2e-da9b-4f97-bcc0-7dd51fa53ea1", CellID->814411110], Cell[CellGroupData[{ -Cell[16079, 424, 168, 3, 27, "Input",ExpressionUUID->"ac025339-d6ff-4417-959c-29f9f79155ef", +Cell[16096, 425, 168, 3, 27, "Input",ExpressionUUID->"ac025339-d6ff-4417-959c-29f9f79155ef", CellID->1224782755], Cell[CellGroupData[{ -Cell[16272, 431, 236, 4, 23, "Print",ExpressionUUID->"cd96bc8d-944a-4a9d-b5a2-bc5d5409ec75", +Cell[16289, 432, 236, 4, 23, "Print",ExpressionUUID->"cd96bc8d-944a-4a9d-b5a2-bc5d5409ec75", CellID->2061114495], -Cell[16511, 437, 364, 8, 23, "Print",ExpressionUUID->"fd79d80a-6242-4eba-87b2-bba61840a5fc", +Cell[16528, 438, 364, 8, 23, "Print",ExpressionUUID->"fd79d80a-6242-4eba-87b2-bba61840a5fc", CellID->151808209], -Cell[16878, 447, 236, 4, 23, "Print",ExpressionUUID->"dfe05d77-ea54-4e38-bc93-de0672acbb33", +Cell[16895, 448, 236, 4, 23, "Print",ExpressionUUID->"dfe05d77-ea54-4e38-bc93-de0672acbb33", CellID->1151135525], -Cell[17117, 453, 219, 3, 23, "Print",ExpressionUUID->"f678e6db-569d-4aee-8297-cff32bc891f7", +Cell[17134, 454, 219, 3, 23, "Print",ExpressionUUID->"f678e6db-569d-4aee-8297-cff32bc891f7", CellID->825146048], -Cell[17339, 458, 206, 3, 23, "Print",ExpressionUUID->"2fc07611-b5c3-442e-b8c3-1537453d3675", +Cell[17356, 459, 206, 3, 23, "Print",ExpressionUUID->"2fc07611-b5c3-442e-b8c3-1537453d3675", CellID->918424747], -Cell[17548, 463, 237, 4, 23, "Print",ExpressionUUID->"97d3ba7c-e91f-41ff-a832-80e07fbc3037", +Cell[17565, 464, 237, 4, 23, "Print",ExpressionUUID->"97d3ba7c-e91f-41ff-a832-80e07fbc3037", CellID->2080727276], -Cell[17788, 469, 219, 3, 23, "Print",ExpressionUUID->"32100334-5889-4e49-866c-84b851afa533", +Cell[17805, 470, 219, 3, 23, "Print",ExpressionUUID->"32100334-5889-4e49-866c-84b851afa533", CellID->611752500], -Cell[18010, 474, 236, 4, 23, "Print",ExpressionUUID->"d7782d26-bea4-4d58-ab6e-2e5ef8b4a7d3", +Cell[18027, 475, 236, 4, 23, "Print",ExpressionUUID->"d7782d26-bea4-4d58-ab6e-2e5ef8b4a7d3", CellID->1500741217], -Cell[18249, 480, 235, 4, 23, "Print",ExpressionUUID->"4449a015-c2ca-4464-9155-028e01dd95a1", +Cell[18266, 481, 235, 4, 23, "Print",ExpressionUUID->"4449a015-c2ca-4464-9155-028e01dd95a1", CellID->616617187], -Cell[18487, 486, 207, 3, 70, "Print",ExpressionUUID->"3d25f9d0-65dc-44a1-889d-daa217f3c038", +Cell[18504, 487, 207, 3, 23, "Print",ExpressionUUID->"3d25f9d0-65dc-44a1-889d-daa217f3c038", CellID->1811369183], -Cell[18697, 491, 236, 4, 70, "Print",ExpressionUUID->"5aeede02-0471-424f-a827-92945e2e1d40", +Cell[18714, 492, 236, 4, 70, "Print",ExpressionUUID->"5aeede02-0471-424f-a827-92945e2e1d40", CellID->1432785778] }, Open ]] }, Open ]], -Cell[18960, 499, 136, 1, 70, "ExampleText",ExpressionUUID->"51b2e238-64a2-4538-936b-f8966bb06ca4", +Cell[18977, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"51b2e238-64a2-4538-936b-f8966bb06ca4", CellID->530756048], -Cell[19099, 502, 235, 6, 70, "Input",ExpressionUUID->"5e57fe7f-ccc7-4466-b39b-06d3cca9aba2", +Cell[19116, 503, 235, 6, 70, "Input",ExpressionUUID->"5e57fe7f-ccc7-4466-b39b-06d3cca9aba2", CellID->1550738807], -Cell[19337, 510, 463, 10, 70, "Input",ExpressionUUID->"c0b8feae-4d15-4d43-9b71-8ae8b27e0527", +Cell[19354, 511, 463, 10, 70, "Input",ExpressionUUID->"c0b8feae-4d15-4d43-9b71-8ae8b27e0527", CellID->908641525], -Cell[19803, 522, 237, 6, 70, "Input",ExpressionUUID->"809a1df8-0217-4877-a712-140055f9ce39", +Cell[19820, 523, 237, 6, 70, "Input",ExpressionUUID->"809a1df8-0217-4877-a712-140055f9ce39", CellID->310979122], -Cell[20043, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"cfee615a-0e19-45d5-98e9-dcbdc9fbb749", +Cell[20060, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"cfee615a-0e19-45d5-98e9-dcbdc9fbb749", CellID->359051091], Cell[CellGroupData[{ -Cell[20258, 538, 165, 3, 70, "Input",ExpressionUUID->"059fd013-a5b6-496a-9f01-96a4410af1f3", +Cell[20275, 539, 165, 3, 70, "Input",ExpressionUUID->"059fd013-a5b6-496a-9f01-96a4410af1f3", CellID->743714172], -Cell[20426, 543, 173, 4, 36, "Output",ExpressionUUID->"82e6446f-3597-42df-99f4-22c980719a87", +Cell[20443, 544, 173, 4, 36, "Output",ExpressionUUID->"82e6446f-3597-42df-99f4-22c980719a87", CellID->1241979596] }, Open ]], -Cell[20614, 550, 135, 1, 70, "ExampleText",ExpressionUUID->"160602d8-e4dc-44a1-aff8-20e545ef47b2", +Cell[20631, 551, 135, 1, 70, "ExampleText",ExpressionUUID->"160602d8-e4dc-44a1-aff8-20e545ef47b2", CellID->720944556], Cell[CellGroupData[{ -Cell[20774, 555, 191, 4, 70, "Input",ExpressionUUID->"ad9ba648-4019-4247-b90b-db6cbb3e458a", +Cell[20791, 556, 191, 4, 70, "Input",ExpressionUUID->"ad9ba648-4019-4247-b90b-db6cbb3e458a", CellID->343023483], -Cell[20968, 561, 346, 9, 51, "Output",ExpressionUUID->"ccf3d2ed-8e91-4e8e-8337-f7e244ba7722", +Cell[20985, 562, 346, 9, 51, "Output",ExpressionUUID->"ccf3d2ed-8e91-4e8e-8337-f7e244ba7722", CellID->795081375] }, Open ]], -Cell[21329, 573, 139, 1, 70, "ExampleText",ExpressionUUID->"d555bbf1-b3d0-49dd-98c2-241f3a2fc381", +Cell[21346, 574, 139, 1, 70, "ExampleText",ExpressionUUID->"d555bbf1-b3d0-49dd-98c2-241f3a2fc381", CellID->1189145986], Cell[CellGroupData[{ -Cell[21493, 578, 166, 3, 70, "Input",ExpressionUUID->"90d9a985-c7e7-4d63-86b5-2f4664921ef8", +Cell[21510, 579, 166, 3, 70, "Input",ExpressionUUID->"90d9a985-c7e7-4d63-86b5-2f4664921ef8", CellID->1248638725], -Cell[21662, 583, 336, 9, 51, "Output",ExpressionUUID->"7faf34c9-2a45-41c5-9f37-a98fbce45966", +Cell[21679, 584, 336, 9, 51, "Output",ExpressionUUID->"7faf34c9-2a45-41c5-9f37-a98fbce45966", CellID->1984255463] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22257, 602, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"c30a3c9c-409f-4a76-bc2f-1e6fbdd305cd"], +Cell[28154, 766, 670, 18, 70, "TechNotesSection",ExpressionUUID->"85b9c33b-c8ca-4637-a280-acda5a723bb0"], +Cell[28827, 786, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"deceb215-b945-47d5-889a-f19190fd1ee3"], +Cell[29863, 814, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"bb9d416e-5baa-4dd0-824d-efa29f27c651"], Cell[CellGroupData[{ -Cell[22262, 603, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"e309e1a0-347d-47ae-ac58-c30aec504f21"], -Cell[28159, 767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4dc99895-34b5-483c-b911-9a0f501872d4"] -}, Open ]], -Cell[28844, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"90242a6e-aaff-4de6-82fa-ce3709be1f1e"], -Cell[29880, 816, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"c4b56936-497e-4583-8789-e70f09353e4f"], -Cell[CellGroupData[{ -Cell[32116, 883, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4c10a638-a78b-4eb9-b203-217e2219695e", +Cell[32099, 881, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4c10a638-a78b-4eb9-b203-217e2219695e", CellID->778415021], -Cell[32256, 886, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f3fa8e93-9497-4dff-9f0b-f8e1d85ffca9", +Cell[32239, 884, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f3fa8e93-9497-4dff-9f0b-f8e1d85ffca9", CellID->1194386356], -Cell[32478, 892, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6c3ccf11-badf-459a-9183-18878fa7f188", +Cell[32461, 890, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6c3ccf11-badf-459a-9183-18878fa7f188", CellID->1641706272], -Cell[32693, 897, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c1e2f2f8-0a7a-4228-bdcc-1ea7d148a388", +Cell[32676, 895, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c1e2f2f8-0a7a-4228-bdcc-1ea7d148a388", CellID->399251956], -Cell[32922, 903, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ae926b23-546c-4632-938d-e0ee1bbf8586", +Cell[32905, 901, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ae926b23-546c-4632-938d-e0ee1bbf8586", CellID->821434655] }, Open ]], -Cell[33159, 909, 78, 0, 70, "FooterCell",ExpressionUUID->"d67c34e0-8c4c-453e-827d-6ae66c8aa9cf"] +Cell[33142, 907, 78, 0, 70, "FooterCell",ExpressionUUID->"1ff67e6c-c49f-4427-bb24-9b482d62b523"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Coal2Dec.nb b/Documentation/English/ReferencePages/Symbols/Coal2Dec.nb index b6a9cc8..89297d3 100644 --- a/Documentation/English/ReferencePages/Symbols/Coal2Dec.nb +++ b/Documentation/English/ReferencePages/Symbols/Coal2Dec.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42151, 1099] -NotebookOptionsPosition[ 34604, 949] -NotebookOutlinePosition[ 36703, 1003] -CellTagsIndexPosition[ 36618, 998] +NotebookDataLength[ 42116, 1095] +NotebookOptionsPosition[ 34585, 947] +NotebookOutlinePosition[ 36701, 1001] +CellTagsIndexPosition[ 36616, 996] WindowTitle->Coal2Dec WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ce52cd78-8a09-4671-bb4b-9ac712b0b33f"], + "f6290c29-a19a-4808-8161-4e6cea342bc6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "cca83b9a-9692-497a-9e89-256a16a29245"], + "8f9f565b-5d5e-48d1-a893-e1f4ceae7314"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e86a131-846b-425b-9c80-599f785ccf21"] - }],ExpressionUUID->"3c54c02c-a3f8-4a55-90d4-0f415abdf1be"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "79b9faed-0446-41fb-a472-f7a2a5753f78"] + }],ExpressionUUID->"5facda28-da9d-47f8-b597-b8f4030d946c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2fa0258-f88f-4740-87c0-80dda93eb0f7"], + "22cf2f8f-78f5-4cb5-8107-f54c9eba7604"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "23f6eecc-c7bd-42f1-b6bd-d97bf7ba7fb3"] - }],ExpressionUUID->"ad34e054-ea5b-437c-b279-5be4b90f5e13"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c7341a63-dbe0-42b2-9211-64cefcdfc401"] + }],ExpressionUUID->"89d38f44-8d65-415c-8adf-e6836848eccb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bf0e0232-5e2e-44a9-8bbf-f5bd0b47abc8"], + "d2a74c40-465a-437f-aba4-a26dc35c66a5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "53fe78d7-4942-4bfb-ab44-b9b709fbd27a"] - }],ExpressionUUID->"734be88f-80f2-4964-90fd-d21bd513c136"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "859b4869-5790-42a9-b43a-3b2e38ca05f7"] + }],ExpressionUUID->"9c254143-597e-48cd-991b-266bfe1ae35a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c20fec5b-3b1c-4ce3-bd80-fbb9fef2cef8"], + "c760223b-3230-47aa-a83d-bf7ee7c485a5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b7672e80-06ae-4dad-be3f-f10b9873efb2"] - }],ExpressionUUID->"88b14477-3879-43a3-84c6-2c0de2110b8b"], - StripOnInput->False], {"\<\"TUG/ref/Coal2Dec\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Coal2Dec"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Coal2Dec.\ + "0357dea1-359f-41c6-b28f-8df4cf480ce8"] + }],ExpressionUUID->"80322383-e1de-4f74-a579-d42b79db4446"], + StripOnInput->False],{ + "\"TUG/ref/Coal2Dec\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Coal2Dec"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Coal2Dec.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$50945], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Coal2Dec" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$53717], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Coal2Dec" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b31ac22c-7d92-41ce-8362-61793c2521fd"] + "2daaba3e-c3d1-40a6-b599-839638591397"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d1f88f04-804d-408f-b189-48d5514e3dcd"]} + "1f6d2dab-b059-4f0b-aa16-a4ad8a1cdd58"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e8da9b36-f172-4857-9d08-d8dfc957da1f"], + CellID->1,ExpressionUUID->"22ac7d45-8aec-49a0-b358-e8cce5ae1e66"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9c1aa223-e25d-4cd9-ba90-fc1a79f636d5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4f391ca9-b26e-48d2-a4ce-cbeb64eeb3a7"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Coal2Dec", "ObjectName",ExpressionUUID-> - "ece40787-e4ba-46e2-997e-35b192a9b7a1"], + "31c839c4-0667-44b6-adb2-f95f9a42b4b5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c2f33ab6-28bb-456a-8be0-180b501cffdc"], + "Spacer1"]],ExpressionUUID->"8f01e6fc-9d08-4fc7-b38a-0458f8dcf6e4"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9ebe37eb-3e01-408b-9b5d-f9ca543d952f"] - }],ExpressionUUID->"71314abf-3641-4617-85f9-9958559f06c6"], Cell[BoxData[ + "69631cc2-beb1-4b48-ad7b-89b68dfb8fe7"] + }],ExpressionUUID->"5ac93032-ddbc-45d4-800b-29cbf9e7c90f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d424e64b-1ad7-4aee-92cb-01e42cca8758"]} + "68e2b813-fa83-49cf-8d44-96e64a799301"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"50854910-fe78-477a-b3e5-dca59f70c902"], + CacheGraphics->False,ExpressionUUID->"1c5f86d0-e74b-41ca-b231-92bb782254af"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ "a4d92fb3-1ea3-48c8-8e8b-4d25cbeaa149"], " \[LineSeparator]transcribes from the number of players the set of \ non-empty coalitions to its unique integer representation." - }],ExpressionUUID->"5c8dfc4f-6256-49f5-97a9-4e11a81f7c27"]} + }],ExpressionUUID->"c1984789-47e1-49d5-b34e-ba32304fcfbe"]} }]], "Usage", CellID->1528355962,ExpressionUUID->"f196554f-c0a7-44ca-97b0-20e94b6921fb"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f07c1dfd-2e67-44e3-8aa9-21d2ab745d72"], + ExpressionUUID->"eb9590c7-e62f-4aba-bee3-b6465bc6cd41"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"250bf88a-33d6-48ac-8b53-adc6a982f9fd"], + "Spacer1"]],ExpressionUUID->"c1c3f768-412a-40a1-b226-37f4be2ae4a1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"31daf9e8-b3a4-4614-915b-546b8540a770"], + }], "NotesFrameText",ExpressionUUID->"ad1e99c7-d8b5-4ff4-9390-408bbe72a001"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"17fa7f0d-ec1e-49e1-9a6e-04a4b5ab2338"]], \ + "Preemptive"]],ExpressionUUID->"a3929648-ee58-4cd6-ae06-d52e224de635"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->585899582,ExpressionUUID->"de28f913-237f-45f2-9f67-05e3fcc6bc82"], + CellID->1708290630,ExpressionUUID->"eb070698-1d0e-43ae-9b23-cf55fa5427a9"], Cell[TextData[{ "The input expression ", @@ -364,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8d87c0c8-d7ac-41b7-bdb6-bb7b6303e143"], + ExpressionUUID->"56647f89-ace0-454f-989b-1841880d483b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7303fd67-ae90-4fc5-89e6-ec70017b7176"], + "Spacer1"]],ExpressionUUID->"dc213922-61f4-47a8-b9c6-a2a9a1115d86"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "16c22ef6-9a26-4a86-b988-89f1c3e6db49"] + "887eeaa2-a416-4347-bec9-8c0767cf3057"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1448911884,ExpressionUUID->"e2ee6957-2abe-40b1-b526-0467f37d8906"], + CellID->164851432,ExpressionUUID->"4a19330c-226c-482d-b02e-dfd705aaefeb"], Cell[CellGroupData[{ @@ -405,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"125764a4-ad77-4755-8c8d-7e2dfdf61f61"], + ExpressionUUID->"6a82a848-6e2c-4b5d-a013-7101abf7a618"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1a3843b2-87cc-46d1-b0d2-31a3d57bd021"], + "Spacer1"]],ExpressionUUID->"8629a685-f483-44a4-9778-fa71361f8714"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3f754a4d-6948-4baf-a827-c2db5c971485"] + "29c4fbb8-f831-4d55-aacf-e55758e1bc23"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->958787103,ExpressionUUID->"6550394e-6390-495e-b9fb-883225a40e4d"], + CellID->474897958,ExpressionUUID->"ccadc5c7-8b78-4f5c-a281-75f75926e1fc"], Cell["Loading the package:", "ExampleText", CellID->2091346701,ExpressionUUID->"1145144d-99b3-4dad-8d65-abdbe3007219"], @@ -620,8 +621,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -783,15 +782,15 @@ Cell[BoxData[GridBox[{ "9ea8ca2c-8b38-41d9-ab03-48eb8148102c"] }], "SeeAlso",ExpressionUUID->"c59e1cf7-8838-4de9-81b6-93270ad30514"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e1f24d8c-5142-42e6-a3b5-\ -c4240646e3d4"], + }]], "SeeAlsoSection",ExpressionUUID->"a5a367f9-920d-413d-85a5-\ +19b8d9c441b7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -803,9 +802,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8630cedb-3d40-42b1-9f80-6591ee4e35c4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5889e614-06fc-40de-b4e3-\ -142a629dfc55"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fabecb66-af62-43f0-a96b-\ +fce7b35c0bb4"], Cell[BoxData[GridBox[{ { @@ -822,7 +820,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c7b475a0-23bb-4fb6-851b-a35d5e3df9f4"]}]}, + "c3606a2c-019b-4db2-b9cc-ee20f061dc8d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -830,10 +828,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "14d7d31b-0ca0-43d5-ab78-5f6c1b3fa434"]}]} + "3544689c-c0b3-418a-8c0d-5737275285b6"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"234c2d10-7eec-45da-a769-\ -19c0ec4ff51f"], + }]], "MoreAboutSection",ExpressionUUID->"b33c79a9-b0a3-4f22-af9b-\ +d738b7f830bf"], Cell[BoxData[GridBox[{ { @@ -860,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CharacteristicValues"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0c9af705-2b14-4e9c-9f3f-897774c44b9c"]], "RelatedLinks", + "3ee5b130-996d-499d-afb1-c550167b4f79"]], "RelatedLinks", ExpressionUUID->"766e804c-8d72-4fe3-87c7-63b5c6a38778"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -877,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeightedMajority"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7623fef3-b533-4de5-a9d1-501a982dc3fa"]], "RelatedLinks", + "1c07b746-97ea-44ca-8278-72674eae21c6"]], "RelatedLinks", ExpressionUUID->"b4387f9a-d0ce-4949-bdd8-4fc31e0ae841"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -894,7 +892,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GetCardinalityGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "092412fc-e39e-493a-ace2-ccf087a38236"]], "RelatedLinks", + "f4661b4e-f770-4842-82c9-9b766921867c"]], "RelatedLinks", ExpressionUUID->"8b4e3404-3778-4aa7-beaa-3fac4ab45165"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -911,11 +909,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9e4d47cd-a7e6-4dbe-b8b4-bfb5955d796a"]], "RelatedLinks", + "e23e86e7-257a-42a0-96dd-8254e543f463"]], "RelatedLinks", ExpressionUUID->"25ae621c-4379-4d52-92ef-34ac200da8b2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1e565cb4-8ad4-44b8-a249-\ -8108971c5970"], + }]], "RelatedLinksSection",ExpressionUUID->"d6031cf0-623d-4c2a-8fdb-\ +8ec449bd9c60"], Cell[CellGroupData[{ @@ -945,11 +943,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"801b1522-f1d1-4d6c-8cec-534cf73efd74"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a6fbb08a-517c-4904-8501-7334212675d5"] +Cell[" ", "FooterCell",ExpressionUUID->"cd30a9ba-4941-41c6-b364-194726aa74d1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Coal2Dec", TaggingRules->{ @@ -960,7 +958,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 45.077154}", + "built" -> "{2024, 6, 3, 16, 51, 54.784061}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -968,10 +966,10 @@ TaggingRules->{ "Coal2Dec[n] transcribes from the number of players the set of non-empty \ coalitions to its unique integer representation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Coal2Dec", "titlemodifier" -> "", - "windowtitle" -> "Coal2Dec", "type" -> "Symbol", "uri" -> - "TUG/ref/Coal2Dec"}}, + "metadescription" -> "", "windowtitle" -> "Coal2Dec", "type" -> "Symbol", + "uri" -> "TUG/ref/Coal2Dec"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -980,9 +978,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"77835e8c-9d00-4e24-88dd-136639862eb1" +ExpressionUUID->"9016dabd-276d-487f-a571-274e6d425943" ] (* End of Notebook Content *) @@ -990,117 +988,115 @@ ExpressionUUID->"77835e8c-9d00-4e24-88dd-136639862eb1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12998, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2ee6957-2abe-40b1-b526-0467f37d8906", + Cell[13014, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a19330c-226c-482d-b02e-dfd705aaefeb", CellTags->"PrimaryExamplesSection", - CellID->1448911884]} + CellID->164851432]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36417, 991} + {"PrimaryExamplesSection", 36416, 989} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7082, 170, 56, "AnchorBarGrid",ExpressionUUID->"e8da9b36-f172-4857-9d08-d8dfc957da1f", +Cell[580, 21, 7097, 171, 57, "AnchorBarGrid",ExpressionUUID->"22ac7d45-8aec-49a0-b358-e8cce5ae1e66", CellID->1], -Cell[7665, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9c1aa223-e25d-4cd9-ba90-fc1a79f636d5"], +Cell[7680, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4f391ca9-b26e-48d2-a4ce-cbeb64eeb3a7"], Cell[CellGroupData[{ -Cell[7776, 197, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"50854910-fe78-477a-b3e5-dca59f70c902"], -Cell[9061, 234, 517, 10, 111, "Usage",ExpressionUUID->"f196554f-c0a7-44ca-97b0-20e94b6921fb", +Cell[7791, 198, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"1c5f86d0-e74b-41ca-b231-92bb782254af"], +Cell[9076, 235, 517, 10, 111, "Usage",ExpressionUUID->"f196554f-c0a7-44ca-97b0-20e94b6921fb", CellID->1528355962] }, Open ]], Cell[CellGroupData[{ -Cell[9615, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"de28f913-237f-45f2-9f67-05e3fcc6bc82", +Cell[9630, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"eb070698-1d0e-43ae-9b23-cf55fa5427a9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->585899582], -Cell[11512, 298, 342, 8, 36, "Notes",ExpressionUUID->"5961c2f4-e986-4f1c-81fa-2cebe0080369", + CellID->1708290630], +Cell[11528, 299, 342, 8, 36, "Notes",ExpressionUUID->"5961c2f4-e986-4f1c-81fa-2cebe0080369", CellID->906311899], -Cell[11857, 308, 489, 12, 37, "Notes",ExpressionUUID->"77503ac3-bbfe-4e10-932a-8ff8304cd7d0", +Cell[11873, 309, 489, 12, 38, "Notes",ExpressionUUID->"77503ac3-bbfe-4e10-932a-8ff8304cd7d0", CellID->177724765], -Cell[12349, 322, 293, 7, 36, "Notes",ExpressionUUID->"17cc1afc-0436-43e2-8201-f4459dbf5ec8", +Cell[12365, 323, 293, 7, 36, "Notes",ExpressionUUID->"17cc1afc-0436-43e2-8201-f4459dbf5ec8", CellID->120594182], -Cell[12645, 331, 226, 4, 36, "Notes",ExpressionUUID->"d9db6916-918b-4bec-9815-84e3abe43ffb", +Cell[12661, 332, 226, 4, 36, "Notes",ExpressionUUID->"d9db6916-918b-4bec-9815-84e3abe43ffb", CellID->929285299] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12998, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2ee6957-2abe-40b1-b526-0467f37d8906", +Cell[13014, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a19330c-226c-482d-b02e-dfd705aaefeb", CellTags->"PrimaryExamplesSection", - CellID->1448911884], + CellID->164851432], Cell[CellGroupData[{ -Cell[14444, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6550394e-6390-495e-b9fb-883225a40e4d", - CellID->958787103], -Cell[15845, 420, 119, 1, 38, "ExampleText",ExpressionUUID->"1145144d-99b3-4dad-8d65-abdbe3007219", +Cell[14459, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ccadc5c7-8b78-4f5c-a281-75f75926e1fc", + CellID->474897958], +Cell[15860, 421, 119, 1, 39, "ExampleText",ExpressionUUID->"1145144d-99b3-4dad-8d65-abdbe3007219", CellID->2091346701], Cell[CellGroupData[{ -Cell[15989, 425, 167, 3, 27, "Input",ExpressionUUID->"cd294742-5d21-45a6-b3af-5adc09be26ef", +Cell[16004, 426, 167, 3, 27, "Input",ExpressionUUID->"cd294742-5d21-45a6-b3af-5adc09be26ef", CellID->731728451], Cell[CellGroupData[{ -Cell[16181, 432, 237, 4, 23, "Print",ExpressionUUID->"ae274c73-4b74-4dc3-b983-cc025ccccff1", +Cell[16196, 433, 237, 4, 23, "Print",ExpressionUUID->"ae274c73-4b74-4dc3-b983-cc025ccccff1", CellID->2012741578], -Cell[16421, 438, 366, 8, 23, "Print",ExpressionUUID->"844315d9-dae7-402a-9f89-63f2bf785b75", +Cell[16436, 439, 366, 8, 23, "Print",ExpressionUUID->"844315d9-dae7-402a-9f89-63f2bf785b75", CellID->1827222089], -Cell[16790, 448, 237, 4, 23, "Print",ExpressionUUID->"f6ef1869-77cb-488e-866b-11d721b1d87a", +Cell[16805, 449, 237, 4, 23, "Print",ExpressionUUID->"f6ef1869-77cb-488e-866b-11d721b1d87a", CellID->1236917111], -Cell[17030, 454, 220, 3, 23, "Print",ExpressionUUID->"61202db5-1d01-4d87-be76-6eaff0950a8b", +Cell[17045, 455, 220, 3, 23, "Print",ExpressionUUID->"61202db5-1d01-4d87-be76-6eaff0950a8b", CellID->109232032], -Cell[17253, 459, 207, 3, 23, "Print",ExpressionUUID->"8a615903-f2a0-41d3-98e4-1b24a30dfb18", +Cell[17268, 460, 207, 3, 23, "Print",ExpressionUUID->"8a615903-f2a0-41d3-98e4-1b24a30dfb18", CellID->229704972], -Cell[17463, 464, 237, 4, 23, "Print",ExpressionUUID->"4fbf838f-33bb-48dc-a73c-8c132ef62501", +Cell[17478, 465, 237, 4, 23, "Print",ExpressionUUID->"4fbf838f-33bb-48dc-a73c-8c132ef62501", CellID->925559746], -Cell[17703, 470, 221, 3, 23, "Print",ExpressionUUID->"771d1393-fe5a-4e0e-b404-d2504b25e0c9", +Cell[17718, 471, 221, 3, 23, "Print",ExpressionUUID->"771d1393-fe5a-4e0e-b404-d2504b25e0c9", CellID->1495588078], -Cell[17927, 475, 236, 4, 23, "Print",ExpressionUUID->"b7cf79fb-b648-4812-bbe0-a73d7a52cf89", +Cell[17942, 476, 236, 4, 23, "Print",ExpressionUUID->"b7cf79fb-b648-4812-bbe0-a73d7a52cf89", CellID->560434893], -Cell[18166, 481, 237, 4, 23, "Print",ExpressionUUID->"99706e05-a90a-4a02-bdfb-fec72f1bb4a4", +Cell[18181, 482, 237, 4, 23, "Print",ExpressionUUID->"99706e05-a90a-4a02-bdfb-fec72f1bb4a4", CellID->1828601537], -Cell[18406, 487, 207, 3, 23, "Print",ExpressionUUID->"a37aa256-6b6a-4c33-89ea-76c290d56e46", +Cell[18421, 488, 207, 3, 23, "Print",ExpressionUUID->"a37aa256-6b6a-4c33-89ea-76c290d56e46", CellID->599743268], -Cell[18616, 492, 237, 4, 23, "Print",ExpressionUUID->"ba422138-0d38-43ba-8d35-8d737914fb7c", +Cell[18631, 493, 237, 4, 23, "Print",ExpressionUUID->"ba422138-0d38-43ba-8d35-8d737914fb7c", CellID->1000242926] }, Open ]] }, Open ]], -Cell[18880, 500, 135, 1, 38, "ExampleText",ExpressionUUID->"d36a560e-c3ba-445c-9180-358175ef7370", +Cell[18895, 501, 135, 1, 39, "ExampleText",ExpressionUUID->"d36a560e-c3ba-445c-9180-358175ef7370", CellID->389428085], -Cell[19018, 503, 248, 7, 70, "Input",ExpressionUUID->"3b5077d0-968f-4a41-9bab-34620857b4d8", +Cell[19033, 504, 248, 7, 70, "Input",ExpressionUUID->"3b5077d0-968f-4a41-9bab-34620857b4d8", CellID->1808692211], -Cell[19269, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"ad862624-943b-4aac-98a4-7246ae4744d3", +Cell[19284, 513, 136, 1, 70, "ExampleText",ExpressionUUID->"ad862624-943b-4aac-98a4-7246ae4744d3", CellID->1925375715], Cell[CellGroupData[{ -Cell[19430, 517, 183, 4, 70, "Input",ExpressionUUID->"a141d025-1dcc-4046-b467-7dc9719abe0a", +Cell[19445, 518, 183, 4, 70, "Input",ExpressionUUID->"a141d025-1dcc-4046-b467-7dc9719abe0a", CellID->670963464], -Cell[19616, 523, 2148, 64, 70, "Output",ExpressionUUID->"e6abdcf8-cf6f-4918-9259-7bcabe556e8b", +Cell[19631, 524, 2148, 64, 69, "Output",ExpressionUUID->"e6abdcf8-cf6f-4918-9259-7bcabe556e8b", CellID->1756986707] }, Open ]], -Cell[21779, 590, 206, 4, 70, "ExampleText",ExpressionUUID->"da5703ac-cb07-4ddb-9460-26670fa075c6", +Cell[21794, 591, 206, 4, 70, "ExampleText",ExpressionUUID->"da5703ac-cb07-4ddb-9460-26670fa075c6", CellID->1779932361], Cell[CellGroupData[{ -Cell[22010, 598, 160, 3, 70, "Input",ExpressionUUID->"8a09fbc0-6f36-41a6-b6b1-948717013841", +Cell[22025, 599, 160, 3, 70, "Input",ExpressionUUID->"8a09fbc0-6f36-41a6-b6b1-948717013841", CellID->1469697554], -Cell[22173, 603, 533, 10, 36, "Output",ExpressionUUID->"733ebe57-a550-4d72-a5d7-41e1a556d040", +Cell[22188, 604, 533, 10, 36, "Output",ExpressionUUID->"733ebe57-a550-4d72-a5d7-41e1a556d040", CellID->1177553691] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22963, 623, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"a5a367f9-920d-413d-85a5-19b8d9c441b7"], +Cell[28850, 787, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fabecb66-af62-43f0-a96b-fce7b35c0bb4"], +Cell[29523, 807, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b33c79a9-b0a3-4f22-af9b-d738b7f830bf"], +Cell[30559, 835, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"d6031cf0-623d-4c2a-8fdb-8ec449bd9c60"], Cell[CellGroupData[{ -Cell[22970, 624, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"e1f24d8c-5142-42e6-a3b5-c4240646e3d4"], -Cell[28857, 788, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5889e614-06fc-40de-b4e3-142a629dfc55"] -}, Open ]], -Cell[29542, 809, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"234c2d10-7eec-45da-a769-19c0ec4ff51f"], -Cell[30578, 837, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"1e565cb4-8ad4-44b8-a249-8108971c5970"], -Cell[CellGroupData[{ -Cell[33479, 921, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2e99173c-3368-4245-a247-67dbfe551f23", +Cell[33460, 919, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2e99173c-3368-4245-a247-67dbfe551f23", CellID->778415021], -Cell[33619, 924, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4876c86b-2716-4828-9e91-7c0714652aa1", +Cell[33600, 922, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4876c86b-2716-4828-9e91-7c0714652aa1", CellID->1194386356], -Cell[33841, 930, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a1cab6b-07b5-4d00-aa39-a8e3e01c95af", +Cell[33822, 928, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a1cab6b-07b5-4d00-aa39-a8e3e01c95af", CellID->1641706272], -Cell[34056, 935, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"39a06017-28ab-4653-b1a9-0d0dc763cfed", +Cell[34037, 933, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"39a06017-28ab-4653-b1a9-0d0dc763cfed", CellID->399251956], -Cell[34285, 941, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"801b1522-f1d1-4d6c-8cec-534cf73efd74", +Cell[34266, 939, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"801b1522-f1d1-4d6c-8cec-534cf73efd74", CellID->821434655] }, Open ]], -Cell[34522, 947, 78, 0, 70, "FooterCell",ExpressionUUID->"a6fbb08a-517c-4904-8501-7334212675d5"] +Cell[34503, 945, 78, 0, 70, "FooterCell",ExpressionUUID->"cd30a9ba-4941-41c6-b364-194726aa74d1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CollectionOfDecreasingExcess.nb b/Documentation/English/ReferencePages/Symbols/CollectionOfDecreasingExcess.nb index e11e8a7..dc100ed 100644 --- a/Documentation/English/ReferencePages/Symbols/CollectionOfDecreasingExcess.nb +++ b/Documentation/English/ReferencePages/Symbols/CollectionOfDecreasingExcess.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 60881, 1688] -NotebookOptionsPosition[ 49214, 1450] -NotebookOutlinePosition[ 51403, 1504] -CellTagsIndexPosition[ 51317, 1499] +NotebookDataLength[ 60875, 1687] +NotebookOptionsPosition[ 49217, 1450] +NotebookOutlinePosition[ 51429, 1505] +CellTagsIndexPosition[ 51343, 1500] WindowTitle->CollectionOfDecreasingExcess WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "15a45eb3-8a55-45c0-8274-03169b642ef0"], + "dde24c37-d47d-44be-8b63-8e32716a9e69"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "498ed834-fa85-4b5a-9b7a-b26ef104a235"], + "69af6f41-db66-4a0b-96a3-f1bfc0b97081"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "393ebfb9-b7b9-4bd7-bb23-9cbbdee07076"] - }],ExpressionUUID->"a1636be9-2021-4129-a1f9-3f580e591bca"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "c0b39f59-7f5c-4206-8a7c-5d7d2c02cd77"] + }],ExpressionUUID->"28f12983-c350-4a03-babe-b9c5ea4ac4a3"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ca24b8ba-443e-438b-8fbf-aab3009b5689"], + "99ba8af4-2ac2-412a-837b-5e14e9715b12"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1027d253-c4df-4e1a-a5d1-75ba857d6070"] - }],ExpressionUUID->"99020e63-2cb0-4f60-9f94-b18d08a28ba0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2657307f-4ccb-4778-b4d8-897bd418bd3a"] + }],ExpressionUUID->"0cdfe26b-1723-4346-91e8-29a61995060e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "630b1eb0-839f-419f-9539-e8f9e48cb32c"], + "a396241d-a1b5-4ea2-8c12-d9cce9d6561b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a66eb339-5c32-46c3-94f4-73bb50f57c0d"] - }],ExpressionUUID->"9ac7161f-ca86-438f-bf50-726cee6198ce"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d33db8e5-5e48-4584-85e1-c69b6763e635"] + }],ExpressionUUID->"1555aad6-4009-4a55-a06d-3f1b5736b556"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c56b7bb0-5088-43df-913a-ef9cc71a9c50"], + "a24a0e73-8028-44e1-ace3-79bbbcc64ecd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,53 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "add61caa-c393-4eb4-8026-8c40d21a11ed"] - }],ExpressionUUID->"e3f9c6de-20ae-4a8f-acca-a9a0a3ae8736"], - StripOnInput-> - False], {"\<\"TUG/ref/CollectionOfDecreasingExcess\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CollectionOfDecreasingExcess"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4c2836b7-3beb-41b0-a3db-b578e1a7042b"] + }],ExpressionUUID->"e5def837-5153-40e2-b754-5852080b6663"], + StripOnInput->False],{ + "\"TUG/ref/CollectionOfDecreasingExcess\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CollectionOfDecreasingExcess"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ CollectionOfDecreasingExcess.html"], StandardForm]], "Input", - TextClipboardType -> "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$51516], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CollectionOfDecreasingExcess" <> ".html"], None}]}]}, + TextClipboardType -> "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$54322], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CollectionOfDecreasingExcess" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "93958801-8f86-4f30-b481-1ae5425401eb"] + "c648d6be-7566-439e-b43c-3ff2369a9564"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3699e69c-3786-4754-9460-4f8f1201775e"]} + "f4960403-6140-440f-9538-98d6a64e4c16"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"253a341c-6434-4c18-9166-cee9b546adc4"], + CellID->1,ExpressionUUID->"4a73c896-932f-4de7-ac1e-800491973ff3"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6aeb1da5-cc4f-45bb-95f9-32350a0a8647"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"27659dce-fdbb-412f-b056-1c21b662e4b9"], Cell[CellGroupData[{ @@ -199,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CollectionOfDecreasingExcess", "ObjectName",ExpressionUUID-> - "d425ffc5-2ed8-4a09-ba5e-1730d4923a7f"], + "9e2a2f96-5e0b-4b1d-9f5a-58b59a9267c7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e4b525db-d496-447b-844a-e03f217154ac"], + "Spacer1"]],ExpressionUUID->"818341ff-a665-4511-8142-a80d8576cb85"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9169fe80-a005-4fa6-ba12-82a2eb7ded9a"] - }],ExpressionUUID->"75783d89-96bc-4d7a-b75c-83a9fd80db61"], Cell[BoxData[ + "4ceb0255-b4b8-4988-8040-9cd2c490ef7f"] + }],ExpressionUUID->"90bd6904-c535-4087-bc87-4cd7f9e66458"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cb923292-4155-4aea-8526-ce7946361de4"]} + "dc3f67a8-6198-4b66-b5f1-4f0bc5efa35d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f2256110-0375-43ec-ae26-21c76bf163c7"], + CacheGraphics->False,ExpressionUUID->"95a7f62c-0494-45fe-bac9-fb723d769d00"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +244,7 @@ Cell[BoxData[GridBox[{ "b0a7b8a2-e070-481a-9a23-ee6de8785a9b"], " \[LineSeparator]determines the collection of coalitions with highest \ up to the lowest level of excess." - }],ExpressionUUID->"9f584e67-593b-4236-994e-b491275744b0"]} + }],ExpressionUUID->"b9ed1684-62c9-48b8-bfaf-7dcc24540c59"]} }]], "Usage", CellID->894048437,ExpressionUUID->"12e5f917-7646-4286-bb9b-f8bb9442305c"] }, Open ]], @@ -274,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cab8515d-381f-4f1a-a3e4-29864b04e071"], + ExpressionUUID->"5eb968f4-0db9-4d3e-b31b-5fe4b629548c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4fd83b2-4248-4635-91fe-58a4cf919416"], + "Spacer1"]],ExpressionUUID->"c45c701b-fbd5-48e3-a509-0314b7387ec2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"55292260-c91b-48c3-aaaa-e685aaedb33a"], + }], "NotesFrameText",ExpressionUUID->"2ccf21b6-b004-4450-811d-343641f62eca"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b8b477bf-1bc0-477d-aefd-622e299c6f46"]], \ + "Preemptive"]],ExpressionUUID->"568b1fab-febe-462b-a799-500eaafb8253"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->888272815,ExpressionUUID->"2f594e20-4f7d-43a1-a9e9-31d7a0447ebb"], + CellID->182800330,ExpressionUUID->"5ad372c7-a442-4353-9d23-e613aa7d21bc"], Cell[TextData[{ "The input expression ", @@ -373,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90224740-c49e-4a03-919b-b7f2a78977c9"], + ExpressionUUID->"11862c24-09d9-4459-8b97-c5d1aab4a06f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1e295402-9b8b-41e0-ae47-bf9cdabf3604"], + "Spacer1"]],ExpressionUUID->"0d7af8b2-9312-4e22-91a5-fab346f2d301"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "66af2c55-5e8a-45b8-9c95-808db2885af0"] + "6aa4f5a0-0c7c-4e48-a57a-d74c2345ad87"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1301263742,ExpressionUUID->"f820d35e-e991-4bb3-af98-fa9e692ce0c7"], + CellID->2088565565,ExpressionUUID->"626d21ff-b7fa-4269-9676-7c5565d8020a"], Cell[CellGroupData[{ @@ -414,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c9600cf4-f879-4b4e-973e-ce0c9e740fe2"], + ExpressionUUID->"f752178a-1455-4d09-a1ef-bae4ad7a27f7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1f3cac9-5c80-49ae-80a7-cad0ec441c25"], + "Spacer1"]],ExpressionUUID->"af5c071b-c3a5-4116-8a42-2d8257e2dae4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "de6a0586-657e-418a-99ab-cd30f985cbf1"] + "661a64cf-7e62-43bc-ac96-10d350205a8c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->99210281,ExpressionUUID->"f3fd3361-d19c-4495-918f-367a14141f87"], + CellID->702176189,ExpressionUUID->"d16e8551-8a66-48d3-8ad9-07f3ed9e745e"], Cell["Loading the package:", "ExampleText", CellID->1832646485,ExpressionUUID->"6ad751b9-4e42-43ff-bf4c-6d7866d16372"], @@ -1152,8 +1155,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1301,15 +1302,15 @@ Cell[BoxData[GridBox[{ "9513ee50-82e5-4561-bf7f-0d71711b8366"] }], "SeeAlso",ExpressionUUID->"8b94103f-f66d-4578-b246-72871b709c5d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"5a8d2a7c-1694-445e-8f33-\ -e57ae9b32c9d"], + }]], "SeeAlsoSection",ExpressionUUID->"252e132c-4988-4924-8b7a-\ +547231693eaf"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1321,9 +1322,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"1cd28851-e953-4874-ba72-b1433122ce97"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6dc744c5-b293-42c1-8e55-\ -c91bd0502093"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f3696fdd-c59f-4b2a-8643-\ +1da69dff591d"], Cell[BoxData[GridBox[{ { @@ -1340,7 +1340,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b570416c-7af4-4d89-a627-c03d684a146b"]}]}, + "d901c66a-e581-4f5e-9fd1-d8fb6ff7f915"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1348,10 +1348,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b6d1dd80-0e78-43df-bb8a-be96a647c898"]}]} + "3d60a933-b564-4613-971d-dfda69ce4220"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e1c27375-cfe4-4030-b8f2-\ -9f347317b663"], + }]], "MoreAboutSection",ExpressionUUID->"f0c487c8-4a50-4641-bc1b-\ +424209ec02c5"], Cell[BoxData[GridBox[{ { @@ -1378,7 +1378,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2a546811-81a4-4ea9-9c2b-0f1bfbf89573"]], "RelatedLinks", + "fa4c045a-e8bd-4489-9747-b720a5fd6ca1"]], "RelatedLinks", ExpressionUUID->"900fd858-ed8f-40d2-93c0-ec3a5e2b1f8d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1395,7 +1395,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c379b1e0-237e-435b-bdd1-eb5979b66aa9"]], "RelatedLinks", + "d8faeea4-6f29-4746-babe-d0f03014ea00"]], "RelatedLinks", ExpressionUUID->"c2eff471-3bbf-4aa8-98a9-24d35e1c3cf3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1412,11 +1412,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7c5c116e-8b83-4ea3-8307-83f5137e27ed"]], "RelatedLinks", + "9b84a7ea-5de9-4a3a-a515-d091c6f187de"]], "RelatedLinks", ExpressionUUID->"1a44375f-4d41-481e-851c-ef1cf5b80d0f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"17fbeec9-d8ad-4f5b-88fb-\ -0a9c66529f4d"], + }]], "RelatedLinksSection",ExpressionUUID->"224cb3c8-2514-4840-b4c9-\ +ce95e68a033b"], Cell[CellGroupData[{ @@ -1446,11 +1446,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"75405f23-d41b-4e71-a340-feb3631152bc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"80137232-19cc-4dbd-8101-51889870a6df"] +Cell[" ", "FooterCell",ExpressionUUID->"14c20d14-08c4-4f88-b77d-9a08d2177469"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CollectionOfDecreasingExcess", TaggingRules->{ @@ -1461,7 +1461,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 46.534499}", + "built" -> "{2024, 6, 3, 16, 51, 55.654653}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1469,10 +1469,11 @@ TaggingRules->{ "CollectionOfDecreasingExcess[game, payoff] determines the collection of \ coalitions with highest up to the lowest level of excess.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CollectionOfDecreasingExcess", - "titlemodifier" -> "", "windowtitle" -> "CollectionOfDecreasingExcess", - "type" -> "Symbol", "uri" -> "TUG/ref/CollectionOfDecreasingExcess"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CollectionOfDecreasingExcess", "type" -> "Symbol", "uri" -> + "TUG/ref/CollectionOfDecreasingExcess"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1481,9 +1482,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"90f29d0d-0f8c-478b-922b-8d03ccad49af" +ExpressionUUID->"93da0a79-d7c4-45af-9998-310014c432fa" ] (* End of Notebook Content *) @@ -1491,205 +1492,203 @@ ExpressionUUID->"90f29d0d-0f8c-478b-922b-8d03ccad49af" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13526, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f820d35e-e991-4bb3-af98-fa9e692ce0c7", + Cell[13562, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"626d21ff-b7fa-4269-9676-7c5565d8020a", CellTags->"PrimaryExamplesSection", - CellID->1301263742]} + CellID->2088565565]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 51116, 1492} + {"PrimaryExamplesSection", 51142, 1493} } *) (*NotebookFileOutline Notebook[{ -Cell[600, 21, 7192, 170, 56, "AnchorBarGrid",ExpressionUUID->"253a341c-6434-4c18-9166-cee9b546adc4", +Cell[600, 21, 7228, 173, 57, "AnchorBarGrid",ExpressionUUID->"4a73c896-932f-4de7-ac1e-800491973ff3", CellID->1], -Cell[7795, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6aeb1da5-cc4f-45bb-95f9-32350a0a8647"], +Cell[7831, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"27659dce-fdbb-412f-b056-1c21b662e4b9"], Cell[CellGroupData[{ -Cell[7906, 197, 1302, 35, 59, "ObjectNameGrid",ExpressionUUID->"f2256110-0375-43ec-ae26-21c76bf163c7"], -Cell[9211, 234, 550, 11, 111, "Usage",ExpressionUUID->"12e5f917-7646-4286-bb9b-f8bb9442305c", +Cell[7942, 200, 1302, 35, 59, "ObjectNameGrid",ExpressionUUID->"95a7f62c-0494-45fe-bac9-fb723d769d00"], +Cell[9247, 237, 550, 11, 111, "Usage",ExpressionUUID->"12e5f917-7646-4286-bb9b-f8bb9442305c", CellID->894048437] }, Open ]], Cell[CellGroupData[{ -Cell[9798, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"2f594e20-4f7d-43a1-a9e9-31d7a0447ebb", +Cell[9834, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"5ad372c7-a442-4353-9d23-e613aa7d21bc", CellGroupingRules->{"SectionGrouping", 50}, - CellID->888272815], -Cell[11695, 299, 782, 20, 57, "]]",ExpressionUUID->"54996b0f-f066-49f3-96f7-e3646ec2d40d", + CellID->182800330], +Cell[11731, 302, 782, 20, 57, "]]",ExpressionUUID->"54996b0f-f066-49f3-96f7-e3646ec2d40d", CellID->313448337], -Cell[12480, 321, 489, 12, 37, "Notes",ExpressionUUID->"d0ed880b-0486-4c04-ade9-3a03ede860ef", +Cell[12516, 324, 489, 12, 38, "Notes",ExpressionUUID->"d0ed880b-0486-4c04-ade9-3a03ede860ef", CellID->177724765], -Cell[12972, 335, 167, 3, 36, "Notes",ExpressionUUID->"d0f195be-66de-44b4-9081-fd82370b5366", +Cell[13008, 338, 167, 3, 36, "Notes",ExpressionUUID->"d0f195be-66de-44b4-9081-fd82370b5366", CellID->869127241], -Cell[13142, 340, 257, 4, 57, "Notes",ExpressionUUID->"d0a5eca8-45d0-4baf-ac03-3760b98b5327", +Cell[13178, 343, 257, 4, 57, "Notes",ExpressionUUID->"d0a5eca8-45d0-4baf-ac03-3760b98b5327", CellID->117509452] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13526, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f820d35e-e991-4bb3-af98-fa9e692ce0c7", +Cell[13562, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"626d21ff-b7fa-4269-9676-7c5565d8020a", CellTags->"PrimaryExamplesSection", - CellID->1301263742], + CellID->2088565565], Cell[CellGroupData[{ -Cell[14972, 391, 1397, 36, 30, "ExampleSection",ExpressionUUID->"f3fd3361-d19c-4495-918f-367a14141f87", - CellID->99210281], -Cell[16372, 429, 119, 1, 38, "ExampleText",ExpressionUUID->"6ad751b9-4e42-43ff-bf4c-6d7866d16372", +Cell[15008, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d16e8551-8a66-48d3-8ad9-07f3ed9e745e", + CellID->702176189], +Cell[16409, 432, 119, 1, 39, "ExampleText",ExpressionUUID->"6ad751b9-4e42-43ff-bf4c-6d7866d16372", CellID->1832646485], Cell[CellGroupData[{ -Cell[16516, 434, 168, 3, 27, "Input",ExpressionUUID->"36e2d9e8-f604-43ad-a2fb-a855e9862fbc", +Cell[16553, 437, 168, 3, 27, "Input",ExpressionUUID->"36e2d9e8-f604-43ad-a2fb-a855e9862fbc", CellID->1438259113], Cell[CellGroupData[{ -Cell[16709, 441, 237, 4, 23, "Print",ExpressionUUID->"1562fc32-a0a9-406a-b703-dc45859ef097", +Cell[16746, 444, 237, 4, 23, "Print",ExpressionUUID->"1562fc32-a0a9-406a-b703-dc45859ef097", CellID->1959645565], -Cell[16949, 447, 366, 8, 23, "Print",ExpressionUUID->"b2557002-9d67-4440-9eaf-54dc23da183f", +Cell[16986, 450, 366, 8, 23, "Print",ExpressionUUID->"b2557002-9d67-4440-9eaf-54dc23da183f", CellID->1531199230], -Cell[17318, 457, 236, 4, 23, "Print",ExpressionUUID->"aa123a0b-9aab-4617-8904-1ea6129fe5e9", +Cell[17355, 460, 236, 4, 23, "Print",ExpressionUUID->"aa123a0b-9aab-4617-8904-1ea6129fe5e9", CellID->358796256], -Cell[17557, 463, 220, 3, 23, "Print",ExpressionUUID->"f1ef0bc3-036f-4d40-95df-24d5d06f06f8", +Cell[17594, 466, 220, 3, 23, "Print",ExpressionUUID->"f1ef0bc3-036f-4d40-95df-24d5d06f06f8", CellID->134971295], -Cell[17780, 468, 208, 3, 23, "Print",ExpressionUUID->"903c16ce-e599-44c6-9deb-a8e11a468fb4", +Cell[17817, 471, 208, 3, 23, "Print",ExpressionUUID->"903c16ce-e599-44c6-9deb-a8e11a468fb4", CellID->2137062307], -Cell[17991, 473, 238, 4, 23, "Print",ExpressionUUID->"23ad085a-aee3-49db-b097-c26d8d64b1ab", +Cell[18028, 476, 238, 4, 23, "Print",ExpressionUUID->"23ad085a-aee3-49db-b097-c26d8d64b1ab", CellID->1543900958], -Cell[18232, 479, 220, 3, 23, "Print",ExpressionUUID->"9f512568-fffa-4c2f-b261-953bac7d15c8", +Cell[18269, 482, 220, 3, 23, "Print",ExpressionUUID->"9f512568-fffa-4c2f-b261-953bac7d15c8", CellID->415359878], -Cell[18455, 484, 237, 4, 23, "Print",ExpressionUUID->"4199d41e-b5bf-48b4-beda-debfd63e7450", +Cell[18492, 487, 237, 4, 23, "Print",ExpressionUUID->"4199d41e-b5bf-48b4-beda-debfd63e7450", CellID->1663763647], -Cell[18695, 490, 237, 4, 23, "Print",ExpressionUUID->"36f18f80-ba7a-441e-b72e-1c62eceb4219", +Cell[18732, 493, 237, 4, 23, "Print",ExpressionUUID->"36f18f80-ba7a-441e-b72e-1c62eceb4219", CellID->1706506748], -Cell[18935, 496, 207, 3, 23, "Print",ExpressionUUID->"15e1a640-749c-4cb7-b89e-9aa780facb6f", +Cell[18972, 499, 207, 3, 23, "Print",ExpressionUUID->"15e1a640-749c-4cb7-b89e-9aa780facb6f", CellID->682181779], -Cell[19145, 501, 237, 4, 70, "Print",ExpressionUUID->"feb70a37-d027-4de7-a9a9-dbd03d3784f1", +Cell[19182, 504, 237, 4, 23, "Print",ExpressionUUID->"feb70a37-d027-4de7-a9a9-dbd03d3784f1", CellID->1314528220] }, Open ]] }, Open ]], -Cell[19409, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"7aa4f737-7dc2-450a-82ed-af22cab29580", +Cell[19446, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"7aa4f737-7dc2-450a-82ed-af22cab29580", CellID->656560515], -Cell[19548, 512, 234, 6, 70, "Input",ExpressionUUID->"44e3eaa8-f7cb-406d-a9ba-6f2fd8eb9f14", +Cell[19585, 515, 234, 6, 70, "Input",ExpressionUUID->"44e3eaa8-f7cb-406d-a9ba-6f2fd8eb9f14", CellID->507935287], -Cell[19785, 520, 381, 9, 70, "Input",ExpressionUUID->"0eaa44ae-65f0-49ca-8406-ce4c7e0e512e", +Cell[19822, 523, 381, 9, 70, "Input",ExpressionUUID->"0eaa44ae-65f0-49ca-8406-ce4c7e0e512e", CellID->1187427784], -Cell[20169, 531, 237, 6, 70, "Input",ExpressionUUID->"c1cc73b5-1f46-456f-9a4f-d7ec28d7a090", +Cell[20206, 534, 237, 6, 70, "Input",ExpressionUUID->"c1cc73b5-1f46-456f-9a4f-d7ec28d7a090", CellID->706173589], -Cell[20409, 539, 189, 4, 70, "ExampleText",ExpressionUUID->"fd26403d-2d4a-41f0-bac3-a80f8640919c", +Cell[20446, 542, 189, 4, 70, "ExampleText",ExpressionUUID->"fd26403d-2d4a-41f0-bac3-a80f8640919c", CellID->52351330], Cell[CellGroupData[{ -Cell[20623, 547, 185, 3, 70, "Input",ExpressionUUID->"cc2ed0f1-8d0d-40c0-9a91-91a56f6e82ac", +Cell[20660, 550, 185, 3, 70, "Input",ExpressionUUID->"cc2ed0f1-8d0d-40c0-9a91-91a56f6e82ac", CellID->773739217], -Cell[20811, 552, 174, 4, 36, "Output",ExpressionUUID->"39f0824c-3a5e-4aca-8161-d5e6e4f4c320", +Cell[20848, 555, 174, 4, 36, "Output",ExpressionUUID->"39f0824c-3a5e-4aca-8161-d5e6e4f4c320", CellID->1045960637] }, Open ]], -Cell[21000, 559, 138, 1, 70, "ExampleText",ExpressionUUID->"83e5e968-6865-4c5b-a0aa-053bb3a9ccd4", +Cell[21037, 562, 138, 1, 70, "ExampleText",ExpressionUUID->"83e5e968-6865-4c5b-a0aa-053bb3a9ccd4", CellID->873296116], Cell[CellGroupData[{ -Cell[21163, 564, 191, 4, 70, "Input",ExpressionUUID->"75664edb-0e78-4603-a318-4ef6d79e4bc6", +Cell[21200, 567, 191, 4, 70, "Input",ExpressionUUID->"75664edb-0e78-4603-a318-4ef6d79e4bc6", CellID->1045798250], -Cell[21357, 570, 270, 7, 51, "Output",ExpressionUUID->"2e12fd58-9a36-4f55-8b0e-0df2a9f5f31f", +Cell[21394, 573, 270, 7, 50, "Output",ExpressionUUID->"2e12fd58-9a36-4f55-8b0e-0df2a9f5f31f", CellID->1868420066] }, Open ]], -Cell[21642, 580, 212, 4, 70, "ExampleText",ExpressionUUID->"af62a3f2-27ca-48ca-8370-144f5aea27c7", +Cell[21679, 583, 212, 4, 70, "ExampleText",ExpressionUUID->"af62a3f2-27ca-48ca-8370-144f5aea27c7", CellID->1618606663], Cell[CellGroupData[{ -Cell[21879, 588, 235, 5, 70, "Input",ExpressionUUID->"4463fc80-4163-4bec-bcc5-dcf8efbd6704", +Cell[21916, 591, 235, 5, 70, "Input",ExpressionUUID->"4463fc80-4163-4bec-bcc5-dcf8efbd6704", CellID->622085929], -Cell[22117, 595, 6055, 190, 154, "Output",ExpressionUUID->"da2c0543-191d-41cf-8960-34f94750c422", +Cell[22154, 598, 6055, 190, 151, "Output",ExpressionUUID->"da2c0543-191d-41cf-8960-34f94750c422", CellID->1641465232] }, Open ]], -Cell[28187, 788, 141, 1, 70, "ExampleText",ExpressionUUID->"390e844b-ee8c-4400-82c7-3f0e8f3fa769", +Cell[28224, 791, 141, 1, 70, "ExampleText",ExpressionUUID->"390e844b-ee8c-4400-82c7-3f0e8f3fa769", CellID->307659773], Cell[CellGroupData[{ -Cell[28353, 793, 159, 3, 70, "Input",ExpressionUUID->"11e094cb-c4e4-4a12-8982-b5abaac2b0b5", +Cell[28390, 796, 159, 3, 70, "Input",ExpressionUUID->"11e094cb-c4e4-4a12-8982-b5abaac2b0b5", CellID->531435055], -Cell[28515, 798, 158, 3, 36, "Output",ExpressionUUID->"d7391f06-2844-48da-83bf-3d0681904ec9", +Cell[28552, 801, 158, 3, 36, "Output",ExpressionUUID->"d7391f06-2844-48da-83bf-3d0681904ec9", CellID->2132450131] }, Open ]], -Cell[28688, 804, 176, 3, 70, "ExampleText",ExpressionUUID->"066e5bd4-7c6a-439a-b78a-8fa6207b8fa3", +Cell[28725, 807, 176, 3, 70, "ExampleText",ExpressionUUID->"066e5bd4-7c6a-439a-b78a-8fa6207b8fa3", CellID->2033846915], Cell[CellGroupData[{ -Cell[28889, 811, 177, 4, 70, "Input",ExpressionUUID->"d0bb6b29-e1b9-4688-9b7e-3bceac63e8aa", +Cell[28926, 814, 177, 4, 70, "Input",ExpressionUUID->"d0bb6b29-e1b9-4688-9b7e-3bceac63e8aa", CellID->274271541], -Cell[29069, 817, 299, 9, 36, "Output",ExpressionUUID->"da711e7e-6b73-4fe8-a2a5-4781b08902fe", +Cell[29106, 820, 299, 9, 36, "Output",ExpressionUUID->"da711e7e-6b73-4fe8-a2a5-4781b08902fe", CellID->827474505] }, Open ]], Cell[CellGroupData[{ -Cell[29405, 831, 178, 4, 70, "Input",ExpressionUUID->"23ed77d1-8280-4881-a572-d00471b69d96", +Cell[29442, 834, 178, 4, 70, "Input",ExpressionUUID->"23ed77d1-8280-4881-a572-d00471b69d96", CellID->898352486], -Cell[29586, 837, 452, 14, 36, "Output",ExpressionUUID->"be2a362a-f011-46e2-a7e0-a5c17ed4e03d", +Cell[29623, 840, 452, 14, 36, "Output",ExpressionUUID->"be2a362a-f011-46e2-a7e0-a5c17ed4e03d", CellID->879608696] }, Open ]], Cell[CellGroupData[{ -Cell[30075, 856, 179, 4, 70, "Input",ExpressionUUID->"3bfb2c27-c166-4a61-a19c-25fe04477079", +Cell[30112, 859, 179, 4, 70, "Input",ExpressionUUID->"3bfb2c27-c166-4a61-a19c-25fe04477079", CellID->1546482660], -Cell[30257, 862, 486, 15, 36, "Output",ExpressionUUID->"e825c021-a460-464d-af04-44a5a5c2b90b", +Cell[30294, 865, 486, 15, 36, "Output",ExpressionUUID->"e825c021-a460-464d-af04-44a5a5c2b90b", CellID->778874626] }, Open ]], Cell[CellGroupData[{ -Cell[30780, 882, 179, 4, 70, "Input",ExpressionUUID->"4cb0f6f5-7696-4e11-b2d6-91c911dbbb44", +Cell[30817, 885, 179, 4, 70, "Input",ExpressionUUID->"4cb0f6f5-7696-4e11-b2d6-91c911dbbb44", CellID->2024578729], -Cell[30962, 888, 555, 17, 36, "Output",ExpressionUUID->"3c946ea9-cceb-44b5-a451-d3d92dae34c4", +Cell[30999, 891, 555, 17, 36, "Output",ExpressionUUID->"3c946ea9-cceb-44b5-a451-d3d92dae34c4", CellID->145971270] }, Open ]], Cell[CellGroupData[{ -Cell[31554, 910, 178, 4, 70, "Input",ExpressionUUID->"73210dc0-f669-40b7-a107-97450fca1856", +Cell[31591, 913, 178, 4, 70, "Input",ExpressionUUID->"73210dc0-f669-40b7-a107-97450fca1856", CellID->954427761], -Cell[31735, 916, 588, 18, 36, "Output",ExpressionUUID->"d5c8aae9-e3b4-4f92-90a2-d46c50ef9a31", +Cell[31772, 919, 588, 18, 36, "Output",ExpressionUUID->"d5c8aae9-e3b4-4f92-90a2-d46c50ef9a31", CellID->68036792] }, Open ]], Cell[CellGroupData[{ -Cell[32360, 939, 179, 4, 70, "Input",ExpressionUUID->"4836dd28-7a04-4dff-8bf5-78eceb141045", +Cell[32397, 942, 179, 4, 70, "Input",ExpressionUUID->"4836dd28-7a04-4dff-8bf5-78eceb141045", CellID->1726550408], -Cell[32542, 945, 659, 20, 36, "Output",ExpressionUUID->"a81dd43b-52b1-4d23-a496-0eefb67b6394", +Cell[32579, 948, 659, 20, 36, "Output",ExpressionUUID->"a81dd43b-52b1-4d23-a496-0eefb67b6394", CellID->1896003399] }, Open ]], Cell[CellGroupData[{ -Cell[33238, 970, 179, 4, 70, "Input",ExpressionUUID->"f677d42b-64a6-4a3c-97e3-b349b4e67bf9", +Cell[33275, 973, 179, 4, 70, "Input",ExpressionUUID->"f677d42b-64a6-4a3c-97e3-b349b4e67bf9", CellID->1042827603], -Cell[33420, 976, 693, 21, 36, "Output",ExpressionUUID->"fe25958f-0fce-4533-8af9-7a47d47754ee", +Cell[33457, 979, 693, 21, 36, "Output",ExpressionUUID->"fe25958f-0fce-4533-8af9-7a47d47754ee", CellID->1450480672] }, Open ]], Cell[CellGroupData[{ -Cell[34150, 1002, 179, 4, 70, "Input",ExpressionUUID->"a9ab3944-0259-4600-810b-5c7c80ea9eb7", +Cell[34187, 1005, 179, 4, 70, "Input",ExpressionUUID->"a9ab3944-0259-4600-810b-5c7c80ea9eb7", CellID->1164304187], -Cell[34332, 1008, 751, 23, 36, "Output",ExpressionUUID->"6a7cbbb1-1035-4fce-8a36-c4abc4aa5835", +Cell[34369, 1011, 751, 23, 36, "Output",ExpressionUUID->"6a7cbbb1-1035-4fce-8a36-c4abc4aa5835", CellID->952001286] }, Open ]], Cell[CellGroupData[{ -Cell[35120, 1036, 177, 4, 70, "Input",ExpressionUUID->"8feb9513-81f7-433d-8a8b-1edb581072b5", +Cell[35157, 1039, 177, 4, 70, "Input",ExpressionUUID->"8feb9513-81f7-433d-8a8b-1edb581072b5", CellID->28854115], -Cell[35300, 1042, 811, 25, 36, "Output",ExpressionUUID->"7f4d908b-19e8-467a-9ce6-7564d1502058", +Cell[35337, 1045, 811, 25, 36, "Output",ExpressionUUID->"7f4d908b-19e8-467a-9ce6-7564d1502058", CellID->1857022465] }, Open ]], Cell[CellGroupData[{ -Cell[36148, 1072, 180, 4, 70, "Input",ExpressionUUID->"f1629ea5-267a-4c3d-9362-a9bf1f13ee3e", +Cell[36185, 1075, 180, 4, 70, "Input",ExpressionUUID->"f1629ea5-267a-4c3d-9362-a9bf1f13ee3e", CellID->1203224969], -Cell[36331, 1078, 879, 27, 36, "Output",ExpressionUUID->"7b9ea6cc-0923-4f56-aab5-d00881fb946d", +Cell[36368, 1081, 879, 27, 36, "Output",ExpressionUUID->"7b9ea6cc-0923-4f56-aab5-d00881fb946d", CellID->698861296] }, Open ]], Cell[CellGroupData[{ -Cell[37247, 1110, 179, 4, 70, "Input",ExpressionUUID->"126e2f10-384d-4c47-a3a4-75f6306ce8b7", +Cell[37284, 1113, 179, 4, 70, "Input",ExpressionUUID->"126e2f10-384d-4c47-a3a4-75f6306ce8b7", CellID->199347011], -Cell[37429, 1116, 949, 29, 36, "Output",ExpressionUUID->"3ffeb2c6-143e-49e8-9f33-80f8bbf589e2", +Cell[37466, 1119, 949, 29, 36, "Output",ExpressionUUID->"3ffeb2c6-143e-49e8-9f33-80f8bbf589e2", CellID->1855082766] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[38657, 1157, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"252e132c-4988-4924-8b7a-547231693eaf"], +Cell[44135, 1307, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f3696fdd-c59f-4b2a-8643-1da69dff591d"], +Cell[44808, 1327, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f0c487c8-4a50-4641-bc1b-424209ec02c5"], +Cell[45844, 1355, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"224cb3c8-2514-4840-b4c9-ce95e68a033b"], Cell[CellGroupData[{ -Cell[38642, 1156, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"5a8d2a7c-1694-445e-8f33-e57ae9b32c9d"], -Cell[44120, 1306, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6dc744c5-b293-42c1-8e55-c91bd0502093"] -}, Open ]], -Cell[44805, 1327, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e1c27375-cfe4-4030-b8f2-9f347317b663"], -Cell[45841, 1355, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"17fbeec9-d8ad-4f5b-88fb-0a9c66529f4d"], -Cell[CellGroupData[{ -Cell[48089, 1422, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"aeb3dcb0-3756-4d18-8775-ddf5efd0b67d", +Cell[48092, 1422, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"aeb3dcb0-3756-4d18-8775-ddf5efd0b67d", CellID->906383680], -Cell[48229, 1425, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e13e521f-5bb1-4c75-9fb3-ec830ff0334c", +Cell[48232, 1425, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e13e521f-5bb1-4c75-9fb3-ec830ff0334c", CellID->1194386356], -Cell[48451, 1431, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9268a946-c89d-4b33-ad4b-63075be31caa", +Cell[48454, 1431, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9268a946-c89d-4b33-ad4b-63075be31caa", CellID->1641706272], -Cell[48666, 1436, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"08b5447e-abec-418c-a051-f156ab635330", +Cell[48669, 1436, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"08b5447e-abec-418c-a051-f156ab635330", CellID->399251956], -Cell[48895, 1442, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"75405f23-d41b-4e71-a340-feb3631152bc", +Cell[48898, 1442, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"75405f23-d41b-4e71-a340-feb3631152bc", CellID->821434655] }, Open ]], -Cell[49132, 1448, 78, 0, 70, "FooterCell",ExpressionUUID->"80137232-19cc-4dbd-8101-51889870a6df"] +Cell[49135, 1448, 78, 0, 70, "FooterCell",ExpressionUUID->"14c20d14-08c4-4f88-b77d-9a08d2177469"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ComplementaryMarket.nb b/Documentation/English/ReferencePages/Symbols/ComplementaryMarket.nb index be23bfa..b50c24a 100644 --- a/Documentation/English/ReferencePages/Symbols/ComplementaryMarket.nb +++ b/Documentation/English/ReferencePages/Symbols/ComplementaryMarket.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45332, 1160] -NotebookOptionsPosition[ 36304, 984] -NotebookOutlinePosition[ 38573, 1040] -CellTagsIndexPosition[ 38487, 1035] +NotebookDataLength[ 45341, 1160] +NotebookOptionsPosition[ 36331, 986] +NotebookOutlinePosition[ 38617, 1042] +CellTagsIndexPosition[ 38531, 1037] WindowTitle->ComplementaryMarket WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "37102261-2ecc-496f-a104-f97704019af7"], + "139e89d1-813a-45de-a389-88df18158f98"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e1e48c32-4d50-46df-aac0-b9630a5ea237"], + "cfb27f37-ca99-4ea5-b788-0bb62d4679ba"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,36 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "da84995f-40eb-4bbc-9c5c-01ce7954ee7a"] - }],ExpressionUUID->"38fec2cc-cd76-4f49-864e-085ecc7d9df1"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "e2222461-2ae5-46f8-94fb-f37899cc3f98"] + }],ExpressionUUID->"2349816d-f377-4a1e-aeda-ca5987de84e0"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "94494fe7-17d8-4937-b536-9a3a2ed2f900"], + "46cda057-8e60-43d2-b174-511c6a86ca5f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +96,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9934fb51-3c3b-4ce7-8b14-b1a566f258fe"] - }],ExpressionUUID->"e9930e71-03e7-4a90-b0b7-1baced9b4253"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "967515cb-9253-46e7-8f62-121de9b0b89f"] + }],ExpressionUUID->"50a5786f-5f27-4537-8782-73ddd54aeb81"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "648ce61b-ce07-4dde-b44f-e063dbe28760"], + "bd2bd2da-ed4a-4a81-9411-e305848a02be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +124,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "375d2f9d-b077-4ade-ab5a-1abfae8ff9d9"] - }],ExpressionUUID->"ece6fdc3-eddd-4129-83f7-95fe5368f77f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "422b40c8-2cc0-437c-8089-dc7ba31ed7de"] + }],ExpressionUUID->"787f1ec1-0d76-4034-93f6-4aa7832067aa"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3cd17127-2fd7-4e99-95d9-a640de6b8645"], + "e9bcbee2-c718-4911-a3cf-cb9bb2002438"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +150,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fef9d48e-fc0f-40f9-96b8-875f03c18a47"] - }],ExpressionUUID->"3465a2fd-1f24-4c5a-ad63-747047bbaa5a"], - StripOnInput->False], {"\<\"TUG/ref/ComplementaryMarket\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ComplementaryMarket"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "f1a7bfc1-3288-4fb8-b299-c503fa607235"] + }],ExpressionUUID->"2b5c5f31-eb55-4a8f-a31e-32734761cac6"], + StripOnInput->False],{ + "\"TUG/ref/ComplementaryMarket\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ComplementaryMarket"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ComplementaryMarket.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$52119], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ComplementaryMarket" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$54959], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ComplementaryMarket" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8d3f1b9-5b43-44e2-bfd1-d0a6d114c9fb"] + "fe5726fb-aea7-4d0e-bd9f-33e44593e91b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "18a1b13c-b4b1-4824-a060-e2fcec5028f9"]} + "2f9c8d9b-e653-4292-b93e-71a5b9bf9520"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"899e6c6b-6f8e-4a32-9dc5-f6a75d1556ac"], + CellID->1,ExpressionUUID->"6816d450-01db-4adb-b881-c51d62e738da"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c65e0c8a-1bbb-4a8d-97d8-5a554cd3e47d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b103719d-45df-49fb-9d93-73231ec1f6e6"], Cell[CellGroupData[{ @@ -199,14 +204,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ComplementaryMarket", "ObjectName",ExpressionUUID-> - "90c906e3-f10d-4d78-818f-14495c25ee82"], + "029f0ef0-0c0e-4cc0-a23e-6c56ecebe0e9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1dee0b41-4613-449b-85cc-643e0484127c"], + "Spacer1"]],ExpressionUUID->"ed1294b2-15fa-4e48-8a64-a32c23fc348d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "59494790-fdcc-47e7-a4ec-a7dca5ef91fe"] - }],ExpressionUUID->"ec8a9d1a-b51a-4784-a6be-e71cb2938f50"], Cell[BoxData[ + "21c8967b-62f1-4aa4-9355-82f8608bafea"] + }],ExpressionUUID->"e09d704f-c44a-4bf7-85f6-636f1af65bef"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +233,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "84c633aa-2a40-4157-a95e-b2ee8dba76da"]} + "bd87e6e2-2aa0-454a-b73f-9e22f993f19b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6e8f2830-a86b-49e5-bc04-c0bd5628a77b"], + CacheGraphics->False,ExpressionUUID->"d82e0c08-64a3-46bb-ad7d-fcd07bf7df04"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ Cell[BoxData[GridBox[{ "18848a33-27df-4345-99ea-85b7c7f7b11b"], " \[LineSeparator]computes the coalitional values from a market \ situation with complementary goods." - }],ExpressionUUID->"4586b1c2-b225-4386-b03a-68abc2053b7f"]}, + }],ExpressionUUID->"43bb2d09-17f6-44bc-bf31-19071ffa736a"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ComplementaryMarket", "[", @@ -252,7 +257,7 @@ situation with complementary goods." "69225085-7f9a-44ad-8f99-3bc0db8c30de"], " \[LineSeparator]setting the option MarketParameter changes the market \ setting." - }],ExpressionUUID->"46b3e589-bdfb-4f4f-9320-44c3350c65d8"]} + }],ExpressionUUID->"75a1731f-67a3-43be-9419-f0445e0db41c"]} }]], "Usage", CellID->1004362402,ExpressionUUID->"c44defc8-063d-46c6-80ea-a6fde7afa390"] }, Open ]], @@ -285,12 +290,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"251432c8-03bf-466b-9ee9-1b545143b353"], + ExpressionUUID->"0d8158b6-4435-45fc-8760-5590b5dc55a0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"30bd60f9-8416-40a1-9645-3179b222c19c"], + "Spacer1"]],ExpressionUUID->"f4277ac2-4010-4c10-8ee8-b4174d50ee45"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"95939b2a-6f4e-4dc7-9b3c-445ecbc5577d"], + }], "NotesFrameText",ExpressionUUID->"7885b551-d320-4da4-b453-93b50c2aa299"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +306,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"201f4294-7c50-4e87-b0df-536c8a5bd152"]], \ + "Preemptive"]],ExpressionUUID->"2da4e909-2a7f-4c33-83ce-97b48b2b19c7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1942110755,ExpressionUUID->"c811f08c-6606-4478-bf20-06fee9c98342"], + CellID->438508145,ExpressionUUID->"1e2543f0-fccd-4d3e-8640-2a1d2fd79fb8"], Cell[TextData[{ "The expression ", @@ -374,7 +379,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "eca0c577-bb3b-490b-9f6c-ae76828dc164"], + "ef59c2be-4529-4772-8453-b428a244fa93"], TemplateBox[{ Cell[ TextData["MarketParameter"]], "paclet:TUG/ref/MarketParameter", @@ -436,19 +441,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0ba53665-e0e3-4041-b729-9779a1afbdf0"], + ExpressionUUID->"103c8e04-873c-4dfb-85e2-c22339bd3c6f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"163a0163-9af3-45f4-8b62-837df6a2e91e"], + "Spacer1"]],ExpressionUUID->"7edc135a-067a-47a9-b401-2d21afce71b9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fab7031c-58f5-47d8-9c22-5a3c06772159"] + "909ce825-a8ce-43c7-989f-ce89a09c322b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1359611335,ExpressionUUID->"65fe1fdd-0d3b-4a8f-bc73-60f0d2bc3c8a"], + CellID->693147877,ExpressionUUID->"922cd01a-c59b-404a-afae-3b03a1d4370e"], Cell[CellGroupData[{ @@ -477,18 +482,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c236e4b8-35eb-4ba4-97a5-ef1c044bcfd8"], + ExpressionUUID->"ac9b220d-4a97-4ca3-8f04-88ec4c2675cd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d00b5731-1bee-4135-b5a0-0e47197e9e4e"], + "Spacer1"]],ExpressionUUID->"a0b14033-0b1e-488a-bb4d-d4a90aece03b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d33f218a-6e8b-43b1-92dc-d46ea37ea216"] + "872b51f7-713f-4c7e-b76e-bf97a908a7d6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1041008709,ExpressionUUID->"39858ff2-a269-448d-9866-174338f89966"], + CellID->1117295392,ExpressionUUID->"f2d13658-8fdf-48da-9703-f9122e7016ef"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"d577b0a4-ae94-4b13-ae7c-9f2b0ef73ed4"], @@ -601,7 +606,7 @@ Cell[BoxData[ }, Open ]], Cell["\<\ -Then we compute the complementary market game while defining a set of \ +Then, we compute the complementary market game while defining a set of \ producers and workers. \ \>", "ExampleText", CellID->302774813,ExpressionUUID->"54089e9b-5745-46d8-be4c-81f29690e112"], @@ -672,8 +677,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -835,15 +838,15 @@ Cell[BoxData[GridBox[{ "ec3838c8-6fe0-4237-84a7-d8bdb97b759a"] }], "SeeAlso",ExpressionUUID->"6ab2a1a2-42df-430d-ab97-0bd0eb194954"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3389eeb7-b2a5-4bc7-938d-\ -1f36ec7036b9"], + }]], "SeeAlsoSection",ExpressionUUID->"219a56d0-7faf-40f6-a362-\ +87d8fae8e6ac"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -855,9 +858,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2b1c716c-492a-44de-8012-eb035de70935"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5f0b878e-6317-4890-9631-\ -c450f3696dc3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"156ff6f0-b3de-4d20-bbcc-\ +5193eea54d34"], Cell[BoxData[GridBox[{ { @@ -874,7 +876,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "38b6e4bc-b507-4b26-8861-45232ad58003"]}]}, + "a051fd14-48dd-4d1d-9538-74333d6c45c9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -882,10 +884,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "22b390f0-561b-48f7-9c40-d8010442d30c"]}]} + "39abf252-0744-4910-a793-1de483ad0710"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2f97a26d-333b-4441-9410-\ -889dd3e65518"], + }]], "MoreAboutSection",ExpressionUUID->"ffbdb926-2757-4361-a4df-\ +cf2523100aaf"], Cell[BoxData[GridBox[{ { @@ -912,7 +914,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f85ff13a-cf64-4c20-9cd1-47ebca2a3b32"]], "RelatedLinks", + "b428e841-9043-46c5-88d9-0c5f75b32894"]], "RelatedLinks", ExpressionUUID->"c12102f4-ab6e-4b36-a514-78d3cd2be281"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -929,7 +931,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "30a244a9-2f89-4eb8-badb-03d7a358b238"]], "RelatedLinks", + "0e523dee-3271-4e0d-806b-7f7ec252704a"]], "RelatedLinks", ExpressionUUID->"bd2db102-769f-43a2-9231-1bbc98f8290d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -946,11 +948,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d2f7400f-7a8f-4b1c-aa5e-0d4922e98972"]], "RelatedLinks", + "830088a5-11ee-4760-9535-492596501705"]], "RelatedLinks", ExpressionUUID->"6e506e4e-9b5d-40a0-8064-1f7e34e54d03"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"58a8217a-4f41-4f55-b893-\ -03c5cbc14694"], + }]], "RelatedLinksSection",ExpressionUUID->"a24a21cb-e66a-4b21-97e3-\ +b092254c46e7"], Cell[CellGroupData[{ @@ -980,11 +982,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c5a718e8-0352-48cf-a20c-44b2d89285b1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ab8cee4a-ed6c-4b81-b310-2afb47624ed9"] +Cell[" ", "FooterCell",ExpressionUUID->"cb3030ea-320c-4313-8e85-e9a3bfbc2b9b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ComplementaryMarket", TaggingRules->{ @@ -995,7 +997,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 48.243929}", + "built" -> "{2024, 6, 3, 16, 51, 57.506976}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1005,10 +1007,10 @@ values from a market situation with complementary goods. \ ComplementaryMarket[T_List, P_List, W_List, options] setting the option \ MarketParameter changes the market setting.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ComplementaryMarket", "titlemodifier" -> - "", "windowtitle" -> "ComplementaryMarket", "type" -> "Symbol", "uri" -> - "TUG/ref/ComplementaryMarket"}}, + "", "metadescription" -> "", "windowtitle" -> "ComplementaryMarket", + "type" -> "Symbol", "uri" -> "TUG/ref/ComplementaryMarket"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1017,9 +1019,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"833a7c83-451e-4d22-a675-fef863386f11" +ExpressionUUID->"ccc5ac8c-f662-493e-a0f5-94766564765a" ] (* End of Notebook Content *) @@ -1027,141 +1029,139 @@ ExpressionUUID->"833a7c83-451e-4d22-a675-fef863386f11" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16015, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"65fe1fdd-0d3b-4a8f-bc73-60f0d2bc3c8a", + Cell[16076, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"922cd01a-c59b-404a-afae-3b03a1d4370e", CellTags->"PrimaryExamplesSection", - CellID->1359611335]} + CellID->693147877]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38286, 1028} + {"PrimaryExamplesSection", 38331, 1030} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7221, 170, 56, "AnchorBarGrid",ExpressionUUID->"899e6c6b-6f8e-4a32-9dc5-f6a75d1556ac", +Cell[591, 21, 7283, 175, 57, "AnchorBarGrid",ExpressionUUID->"6816d450-01db-4adb-b881-c51d62e738da", CellID->1], -Cell[7815, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c65e0c8a-1bbb-4a8d-97d8-5a554cd3e47d"], +Cell[7877, 198, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b103719d-45df-49fb-9d93-73231ec1f6e6"], Cell[CellGroupData[{ -Cell[7926, 197, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"6e8f2830-a86b-49e5-bc04-c0bd5628a77b"], -Cell[9222, 234, 1007, 22, 187, "Usage",ExpressionUUID->"c44defc8-063d-46c6-80ea-a6fde7afa390", +Cell[7988, 202, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"d82e0c08-64a3-46bb-ad7d-fcd07bf7df04"], +Cell[9284, 239, 1007, 22, 186, "Usage",ExpressionUUID->"c44defc8-063d-46c6-80ea-a6fde7afa390", CellID->1004362402] }, Open ]], Cell[CellGroupData[{ -Cell[10266, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"c811f08c-6606-4478-bf20-06fee9c98342", +Cell[10328, 266, 1894, 47, 37, "NotesSection",ExpressionUUID->"1e2543f0-fccd-4d3e-8640-2a1d2fd79fb8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1942110755], -Cell[12164, 310, 880, 21, 57, "]]",ExpressionUUID->"fdb92a9e-65f8-43c3-86df-5ed2082ba69a", + CellID->438508145], +Cell[12225, 315, 880, 21, 57, "]]",ExpressionUUID->"fdb92a9e-65f8-43c3-86df-5ed2082ba69a", CellID->313448337], -Cell[13047, 333, 489, 12, 37, "Notes",ExpressionUUID->"bb7ecfcc-50af-4f7f-8f90-7e75d6befbf4", +Cell[13108, 338, 489, 12, 38, "Notes",ExpressionUUID->"bb7ecfcc-50af-4f7f-8f90-7e75d6befbf4", CellID->177724765], -Cell[13539, 347, 226, 4, 57, "Notes",ExpressionUUID->"6f7bace7-5504-4ba5-ad2c-8f68a939b047", +Cell[13600, 352, 226, 4, 57, "Notes",ExpressionUUID->"6f7bace7-5504-4ba5-ad2c-8f68a939b047", CellID->2085588552], -Cell[13768, 353, 137, 1, 36, "Notes",ExpressionUUID->"b55fdca9-c0d6-4328-9304-82216eb04845", +Cell[13829, 358, 137, 1, 36, "Notes",ExpressionUUID->"b55fdca9-c0d6-4328-9304-82216eb04845", CellID->1325994045], -Cell[13908, 356, 136, 1, 36, "Notes",ExpressionUUID->"df4d03d2-a9e9-4b18-b30b-1bfabf347495", +Cell[13969, 361, 136, 1, 36, "Notes",ExpressionUUID->"df4d03d2-a9e9-4b18-b30b-1bfabf347495", CellID->1248248562], -Cell[14047, 359, 247, 4, 57, "Notes",ExpressionUUID->"75f2f263-f5ed-4444-b789-168760526d3a", +Cell[14108, 364, 247, 4, 57, "Notes",ExpressionUUID->"75f2f263-f5ed-4444-b789-168760526d3a", CellID->306311476], -Cell[14297, 365, 127, 1, 36, "Notes",ExpressionUUID->"41b6eba3-f718-4315-8ce8-ae11b36d07f3", +Cell[14358, 370, 127, 1, 36, "Notes",ExpressionUUID->"41b6eba3-f718-4315-8ce8-ae11b36d07f3", CellID->2108874141], -Cell[14427, 368, 267, 4, 49, "Notes",ExpressionUUID->"4e52fa6b-ba77-4cdd-834b-0361929b6db2", +Cell[14488, 373, 267, 4, 48, "Notes",ExpressionUUID->"4e52fa6b-ba77-4cdd-834b-0361929b6db2", CellID->13178], -Cell[14697, 374, 680, 16, 42, "3ColumnTableMod",ExpressionUUID->"df238fda-a4da-41d7-8827-2ccf2ca9d479", +Cell[14758, 379, 680, 16, 43, "3ColumnTableMod",ExpressionUUID->"df238fda-a4da-41d7-8827-2ccf2ca9d479", CellID->1374443190], -Cell[15380, 392, 508, 15, 39, "Notes",ExpressionUUID->"6b308e87-d2e8-4823-9311-d1bf03d7c2ea", +Cell[15441, 397, 508, 15, 40, "Notes",ExpressionUUID->"6b308e87-d2e8-4823-9311-d1bf03d7c2ea", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16015, 413, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"65fe1fdd-0d3b-4a8f-bc73-60f0d2bc3c8a", +Cell[16076, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"922cd01a-c59b-404a-afae-3b03a1d4370e", CellTags->"PrimaryExamplesSection", - CellID->1359611335], + CellID->693147877], Cell[CellGroupData[{ -Cell[17461, 454, 1399, 36, 70, "ExampleSection",ExpressionUUID->"39858ff2-a269-448d-9866-174338f89966", - CellID->1041008709], -Cell[18863, 492, 119, 1, 70, "ExampleText",ExpressionUUID->"d577b0a4-ae94-4b13-ae7c-9f2b0ef73ed4", +Cell[17521, 459, 1399, 36, 70, "ExampleSection",ExpressionUUID->"f2d13658-8fdf-48da-9703-f9122e7016ef", + CellID->1117295392], +Cell[18923, 497, 119, 1, 70, "ExampleText",ExpressionUUID->"d577b0a4-ae94-4b13-ae7c-9f2b0ef73ed4", CellID->1430927406], Cell[CellGroupData[{ -Cell[19007, 497, 168, 3, 70, "Input",ExpressionUUID->"cc658f70-3edd-4f54-b816-b04288c391bc", +Cell[19067, 502, 168, 3, 70, "Input",ExpressionUUID->"cc658f70-3edd-4f54-b816-b04288c391bc", CellID->1259233753], Cell[CellGroupData[{ -Cell[19200, 504, 235, 4, 70, "Print",ExpressionUUID->"e00a4f31-7aaf-437d-ad88-8b8d03dea088", +Cell[19260, 509, 235, 4, 70, "Print",ExpressionUUID->"e00a4f31-7aaf-437d-ad88-8b8d03dea088", CellID->969191044], -Cell[19438, 510, 364, 8, 70, "Print",ExpressionUUID->"d0dd0286-2a26-472e-8094-637769063779", +Cell[19498, 515, 364, 8, 70, "Print",ExpressionUUID->"d0dd0286-2a26-472e-8094-637769063779", CellID->711877675], -Cell[19805, 520, 236, 4, 70, "Print",ExpressionUUID->"546a5f5d-e9fe-4a36-9ec7-70c6bb1df8b9", +Cell[19865, 525, 236, 4, 70, "Print",ExpressionUUID->"546a5f5d-e9fe-4a36-9ec7-70c6bb1df8b9", CellID->2127682585], -Cell[20044, 526, 219, 3, 70, "Print",ExpressionUUID->"2abaca25-0258-43b1-a8ea-f06d3a7cab38", +Cell[20104, 531, 219, 3, 70, "Print",ExpressionUUID->"2abaca25-0258-43b1-a8ea-f06d3a7cab38", CellID->607720922], -Cell[20266, 531, 206, 3, 70, "Print",ExpressionUUID->"6395c43d-5088-4880-a8b2-046f84e41a76", +Cell[20326, 536, 206, 3, 70, "Print",ExpressionUUID->"6395c43d-5088-4880-a8b2-046f84e41a76", CellID->956588009], -Cell[20475, 536, 237, 4, 70, "Print",ExpressionUUID->"8263c3c3-4794-469e-9617-ca592d2f1bf2", +Cell[20535, 541, 237, 4, 70, "Print",ExpressionUUID->"8263c3c3-4794-469e-9617-ca592d2f1bf2", CellID->1097505325], -Cell[20715, 542, 220, 3, 70, "Print",ExpressionUUID->"7c0b6b99-2c83-4a7b-87ab-1a3d0ed1f112", +Cell[20775, 547, 220, 3, 70, "Print",ExpressionUUID->"7c0b6b99-2c83-4a7b-87ab-1a3d0ed1f112", CellID->1533082076], -Cell[20938, 547, 236, 4, 70, "Print",ExpressionUUID->"d616c184-bf54-4820-b6a7-7cf8f7e23892", +Cell[20998, 552, 236, 4, 70, "Print",ExpressionUUID->"d616c184-bf54-4820-b6a7-7cf8f7e23892", CellID->1449909169], -Cell[21177, 553, 235, 4, 70, "Print",ExpressionUUID->"a9478887-371f-4c0c-b84d-628f3349376b", +Cell[21237, 558, 235, 4, 70, "Print",ExpressionUUID->"a9478887-371f-4c0c-b84d-628f3349376b", CellID->114219043], -Cell[21415, 559, 205, 3, 70, "Print",ExpressionUUID->"e7b894ef-b7ca-4e5b-bbc4-dfcdad295daa", +Cell[21475, 564, 205, 3, 70, "Print",ExpressionUUID->"e7b894ef-b7ca-4e5b-bbc4-dfcdad295daa", CellID->38336639], -Cell[21623, 564, 234, 4, 70, "Print",ExpressionUUID->"125bac34-2b47-403a-9084-c8777f4f468d", +Cell[21683, 569, 234, 4, 70, "Print",ExpressionUUID->"125bac34-2b47-403a-9084-c8777f4f468d", CellID->78107329] }, Open ]] }, Open ]], -Cell[21884, 572, 144, 1, 70, "ExampleText",ExpressionUUID->"31fb552f-b50d-4e87-ab5a-dda9a16bc6e1", +Cell[21944, 577, 144, 1, 70, "ExampleText",ExpressionUUID->"31fb552f-b50d-4e87-ab5a-dda9a16bc6e1", CellID->1060603206], -Cell[22031, 575, 234, 6, 70, "Input",ExpressionUUID->"847dadb0-5749-4bc8-bf76-abc8d7f04300", +Cell[22091, 580, 234, 6, 70, "Input",ExpressionUUID->"847dadb0-5749-4bc8-bf76-abc8d7f04300", CellID->364669908], -Cell[22268, 583, 138, 1, 70, "ExampleText",ExpressionUUID->"efccc843-4b4d-4adb-90e2-a9c51184e7f5", +Cell[22328, 588, 138, 1, 70, "ExampleText",ExpressionUUID->"efccc843-4b4d-4adb-90e2-a9c51184e7f5", CellID->2058204622], Cell[CellGroupData[{ -Cell[22431, 588, 177, 3, 70, "Input",ExpressionUUID->"c9effed0-3878-445d-927e-785d06b0f83a", +Cell[22491, 593, 177, 3, 70, "Input",ExpressionUUID->"c9effed0-3878-445d-927e-785d06b0f83a", CellID->1727175520], -Cell[22611, 593, 243, 6, 51, "Output",ExpressionUUID->"85dd2ae4-0192-4813-befa-67ee9f4a0c09", +Cell[22671, 598, 243, 6, 50, "Output",ExpressionUUID->"85dd2ae4-0192-4813-befa-67ee9f4a0c09", CellID->2131655231] }, Open ]], -Cell[22869, 602, 201, 4, 70, "ExampleText",ExpressionUUID->"54089e9b-5745-46d8-be4c-81f29690e112", +Cell[22929, 607, 202, 4, 70, "ExampleText",ExpressionUUID->"54089e9b-5745-46d8-be4c-81f29690e112", CellID->302774813], Cell[CellGroupData[{ -Cell[23095, 610, 332, 9, 70, "Input",ExpressionUUID->"736b2779-f06c-4c99-b5a7-444d260e9d01", +Cell[23156, 615, 332, 9, 70, "Input",ExpressionUUID->"736b2779-f06c-4c99-b5a7-444d260e9d01", CellID->1133498646], -Cell[23430, 621, 472, 11, 51, "Output",ExpressionUUID->"91fa733e-217a-4499-a02b-6ceeb8354c3b", +Cell[23491, 626, 472, 11, 50, "Output",ExpressionUUID->"91fa733e-217a-4499-a02b-6ceeb8354c3b", CellID->197247579] }, Open ]], -Cell[23917, 635, 150, 1, 70, "ExampleText",ExpressionUUID->"ee9835cc-28bb-4b98-93ab-8a752de7d82c", +Cell[23978, 640, 150, 1, 70, "ExampleText",ExpressionUUID->"ee9835cc-28bb-4b98-93ab-8a752de7d82c", CellID->905685917], -Cell[24070, 638, 238, 6, 70, "Input",ExpressionUUID->"0f111c1c-a115-4526-835a-58671083408a", +Cell[24131, 643, 238, 6, 70, "Input",ExpressionUUID->"0f111c1c-a115-4526-835a-58671083408a", CellID->2010391696], -Cell[24311, 646, 150, 1, 70, "ExampleText",ExpressionUUID->"58184a0a-d9fd-4aa9-9a86-d74036fe8b73", +Cell[24372, 651, 150, 1, 70, "ExampleText",ExpressionUUID->"58184a0a-d9fd-4aa9-9a86-d74036fe8b73", CellID->234263560], Cell[CellGroupData[{ -Cell[24486, 651, 169, 3, 70, "Input",ExpressionUUID->"4ac544e1-7e61-41d5-abc0-bfbefab130e2", +Cell[24547, 656, 169, 3, 70, "Input",ExpressionUUID->"4ac544e1-7e61-41d5-abc0-bfbefab130e2", CellID->559912270], -Cell[24658, 656, 309, 9, 51, "Output",ExpressionUUID->"84406b58-2b21-4528-b2d8-2df64f17bbd2", +Cell[24719, 661, 309, 9, 50, "Output",ExpressionUUID->"84406b58-2b21-4528-b2d8-2df64f17bbd2", CellID->2119613849] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25270, 679, 5978, 162, 70, "SeeAlsoSection",ExpressionUUID->"219a56d0-7faf-40f6-a362-87d8fae8e6ac"], +Cell[31251, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"156ff6f0-b3de-4d20-bbcc-5193eea54d34"], +Cell[31924, 863, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ffbdb926-2757-4361-a4df-cf2523100aaf"], +Cell[32960, 891, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"a24a21cb-e66a-4b21-97e3-b092254c46e7"], Cell[CellGroupData[{ -Cell[25231, 676, 5978, 162, 70, "SeeAlsoSection",ExpressionUUID->"3389eeb7-b2a5-4bc7-938d-1f36ec7036b9"], -Cell[31212, 840, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5f0b878e-6317-4890-9631-c450f3696dc3"] -}, Open ]], -Cell[31897, 861, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2f97a26d-333b-4441-9410-889dd3e65518"], -Cell[32933, 889, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"58a8217a-4f41-4f55-b893-03c5cbc14694"], -Cell[CellGroupData[{ -Cell[35179, 956, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"aa592067-6d3e-46c2-b33b-22f20f80fc04", +Cell[35206, 958, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"aa592067-6d3e-46c2-b33b-22f20f80fc04", CellID->906383680], -Cell[35319, 959, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6b2129d5-b267-4cf9-9490-da1ba4c5ba19", +Cell[35346, 961, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6b2129d5-b267-4cf9-9490-da1ba4c5ba19", CellID->1194386356], -Cell[35541, 965, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ff9f23a-cd0c-4567-9594-cb978a324e96", +Cell[35568, 967, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ff9f23a-cd0c-4567-9594-cb978a324e96", CellID->1641706272], -Cell[35756, 970, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"50da978c-e8a8-4b0c-9c60-c15ca5fab6a4", +Cell[35783, 972, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"50da978c-e8a8-4b0c-9c60-c15ca5fab6a4", CellID->399251956], -Cell[35985, 976, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5a718e8-0352-48cf-a20c-44b2d89285b1", +Cell[36012, 978, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5a718e8-0352-48cf-a20c-44b2d89285b1", CellID->821434655] }, Open ]], -Cell[36222, 982, 78, 0, 70, "FooterCell",ExpressionUUID->"ab8cee4a-ed6c-4b81-b310-2afb47624ed9"] +Cell[36249, 984, 78, 0, 70, "FooterCell",ExpressionUUID->"cb3030ea-320c-4313-8e85-e9a3bfbc2b9b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConcaveQ.nb b/Documentation/English/ReferencePages/Symbols/ConcaveQ.nb index 0db00d7..eca0e82 100644 --- a/Documentation/English/ReferencePages/Symbols/ConcaveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ConcaveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39455, 1020] -NotebookOptionsPosition[ 31574, 863] -NotebookOutlinePosition[ 33636, 916] -CellTagsIndexPosition[ 33551, 911] +NotebookDataLength[ 39452, 1019] +NotebookOptionsPosition[ 31586, 864] +NotebookOutlinePosition[ 33665, 917] +CellTagsIndexPosition[ 33580, 912] WindowTitle->ConcaveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2ba1f4ef-0b39-4dd3-bc8d-e2d59ff36d35"], + "96a35c18-9d55-452b-b302-23fbfbb5a794"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "24ec3030-6eeb-4871-90b0-d8bb64bdef3f"], + "b356fad0-1305-4cda-af5d-b9a76e7ba594"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7e364d6e-e8da-4b1b-87e8-b185cf76aa08"] - }],ExpressionUUID->"779a067e-b2c8-48cd-8e12-ed61b0200da9"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "06b768cb-af3b-46b2-9cab-2acc14ada90a"] + }],ExpressionUUID->"8a91675e-9232-432b-89c3-f3fe52958260"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], "\"ConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a068dd78-f058-4b3e-85a9-0d4c151dd719"], + "4c14bd89-ad75-47da-aaa0-28b1db759e44"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "10b0ec2a-c3ca-4248-ad5b-c8c5b1d9756c"] - }],ExpressionUUID->"49b6c099-43de-4cfa-8526-da8562b79958"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "57dd608f-d6a7-487e-a597-f0c3e913c4fd"] + }],ExpressionUUID->"913873be-4410-4f8b-b5b7-2ef7f84fd359"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53769c2e-788f-4a67-aac1-9aace96f5245"], + "d722fb47-7860-4ecd-a9f6-3f129b3f1109"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3500eff0-4fdc-4b43-ae7c-cc6ecb4e3cc3"] - }],ExpressionUUID->"1bbdae65-6df2-4e05-bd56-210b12a3acbd"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d6e76acc-7185-4174-9d95-29e8e6102d1b"] + }],ExpressionUUID->"25cf630d-9dbc-414c-9e61-aa3bc180ece7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e1a1806-b8e6-4e87-bdd4-f89e37eee089"], + "b454067d-f749-4329-b3c3-fe51b20f1a56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e94e2152-4d21-4afa-8535-9bedb82c49a0"] - }],ExpressionUUID->"57b76e17-08ab-4107-9c02-8611f372d002"], - StripOnInput->False], {"\<\"TUG/ref/ConcaveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConcaveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ConcaveQ.\ + "4c3810e9-ffac-4a8a-9a4b-bf2a364e0237"] + }],ExpressionUUID->"884c4894-994b-45e6-8bd0-1909130d894b"], + StripOnInput->False],{ + "\"TUG/ref/ConcaveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConcaveQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ConcaveQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$52693], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConcaveQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$55567], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConcaveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53033814-2f80-425c-ac85-cf3919c50fb1"] + "79bd0db1-0ad7-4c35-96ca-1588a0c5132b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "35cec362-3d00-41be-9b1b-c6f9ea9f8be9"]} + "6ba62060-f465-4ee8-8570-77054cb347f3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"81caa9b5-fbe7-4a62-82d2-883713e9fed8"], + CellID->1,ExpressionUUID->"f16b5966-4b7f-40c9-b8e7-80894a18174f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"93ee8f75-7adc-4454-a48a-e62c26c6e29c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"be0a272a-6dd1-4a91-a5af-fa8fd80346b4"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConcaveQ", "ObjectName",ExpressionUUID-> - "743ca8e3-5a15-46f6-a434-cf0c2e1fc1c7"], + "dd0cd06b-cecb-4950-9f19-4ed6486ebb5a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"989c72cb-d0f2-4d15-8ad3-9f06520b1b21"], + "Spacer1"]],ExpressionUUID->"bd4f0134-1d09-4f64-89f1-f2352a8359b7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "faa227d3-2e74-4ab3-9d8c-8f4bf24eb34a"] - }],ExpressionUUID->"e4d5e076-fbc7-4d9a-8d44-6d1ef7bcf70e"], Cell[BoxData[ + "3617d359-b724-4391-8d32-94f7b94ed94d"] + }],ExpressionUUID->"9a4838d7-97f8-4d32-a90b-5a975f50608b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4bdc9291-98df-4cd1-954f-4aad551c5494"]} + "5b625883-be26-480b-8015-4dc42e4a4a4a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"eb0d9714-f66f-477c-ae62-10666edd457e"], + CacheGraphics->False,ExpressionUUID->"2503f3ef-e6e7-4aab-932a-9d7b2f56903d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "c7f54262-c074-4008-95f4-ed23bec37571"], " \[LineSeparator]checks if the TU game is concave. It returns the value \ 'True' or 'False'." - }],ExpressionUUID->"b821f567-11e2-4e82-81f6-d1d17d3bcc05"]} + }],ExpressionUUID->"052f0762-202e-4444-8de3-6ddc41068f8a"]} }]], "Usage", CellID->392994423,ExpressionUUID->"d44285d4-7954-4311-9542-3be6120ec9da"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"552ea356-2ac6-4006-936e-d1415807707a"], + ExpressionUUID->"820a1abc-0276-435f-8d1a-cff4370befe6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"10afe9ca-8e24-4a2e-a398-d2577c5920bf"], + "Spacer1"]],ExpressionUUID->"e50c6470-25f8-4bf0-9c02-6013c5d82d6c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"681c8168-c949-4564-874d-227470a73b6a"], + }], "NotesFrameText",ExpressionUUID->"b9dde6ee-c27b-43f8-bc8d-9fb132617738"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3dba43d6-f8b8-4fa6-b43d-ded58654aefb"]], \ + "Preemptive"]],ExpressionUUID->"311802eb-ff58-4194-87a3-a3eaf69ea873"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->312157216,ExpressionUUID->"07f6963e-6dc8-4f5a-9e78-fea3cc340b0d"], + CellID->1900541332,ExpressionUUID->"c4a954e0-e1fe-458e-ab76-64b9c733b61a"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"310b5dea-69d4-4a95-a8db-d85dda3395df"], + ExpressionUUID->"1ac70219-faf3-4726-a1f0-1f3cb6c24766"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b9f76818-25d1-4398-9c1b-c1a6afd48213"], + "Spacer1"]],ExpressionUUID->"b267823f-157b-4a48-990e-249579235c6a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "138c6d9f-fdf8-4dbd-81a6-2d32f8c5887b"] + "51e1da23-e58c-4776-8684-5561b60cc4e4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1667299122,ExpressionUUID->"758b61ea-3966-4fb0-a116-73bc87d0e51d"], + CellID->161091650,ExpressionUUID->"184f4484-0fcb-4837-96e0-a46047d7ad12"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be8004a6-0267-4772-be7a-dc5b6dd4d606"], + ExpressionUUID->"7cc52a59-ad4a-487d-b760-139cb7e7443a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"40e9982b-50f7-48e3-a02c-4561ac7ca21c"], + "Spacer1"]],ExpressionUUID->"1e3989d9-4d65-4faf-9584-dbac7f9ea8df"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "817bc89a-d664-46cc-a06d-8f3369294cfe"] + "4ee5b793-c509-4833-b924-519d21261f7b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->634954521,ExpressionUUID->"0441196e-9b8d-4787-97b5-441648e509fa"], + CellID->1890647596,ExpressionUUID->"b49a409c-73a3-4f2e-b7d5-5910d39bb700"], Cell["Loading the package:", "ExampleText", CellID->883922394,ExpressionUUID->"3a06bb33-7f1b-4f5e-bca5-9391ed056803"], @@ -582,8 +586,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -731,15 +733,15 @@ Cell[BoxData[GridBox[{ "1b28ff0e-0be1-4400-8610-12ea677c8a70"] }], "SeeAlso",ExpressionUUID->"b1ae6844-259a-4d31-a832-581d513b7e8e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f687234e-3a69-43da-bf20-\ -7ac3e06481ac"], + }]], "SeeAlsoSection",ExpressionUUID->"afd18237-3701-4050-9465-\ +5b7db3a4578a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -751,9 +753,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c8c2ae01-ca24-4019-9980-4b2669d78dc6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1a5110bd-15fb-41e6-97ca-\ -2bc7c7fffef5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bc839681-b43c-48d9-b825-\ +d8e5ae1da32e"], Cell[BoxData[GridBox[{ { @@ -770,7 +771,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "227aa999-2b66-48ec-b47d-b0b96a37669f"]}]}, + "d6784d39-f5b3-4b9a-86d3-5e454fb7bbf1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -778,10 +779,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a4ce13c4-64ab-4144-a633-46c90768c200"]}]} + "7fdf23d1-873b-45a6-8421-ff4abd5e992a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ab07bd31-c238-4c58-a2e2-\ -68df455c6ab4"], + }]], "MoreAboutSection",ExpressionUUID->"abed8059-4f84-4631-b193-\ +eafb45450fdc"], Cell[BoxData[GridBox[{ { @@ -808,7 +809,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cc294e02-9965-47aa-93c4-81c42b84f4f8"]], "RelatedLinks", + "51137861-084f-45be-8c48-8a5ced8ace6e"]], "RelatedLinks", ExpressionUUID->"249d4b75-69e8-4c84-980a-f1fd9789da7c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -825,11 +826,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2d3f8e33-de6d-4b36-aeec-05f79d2b1251"]], "RelatedLinks", + "5798afbd-3dc5-4af7-b72d-33fa1885f4eb"]], "RelatedLinks", ExpressionUUID->"b0468315-8199-4c2f-a14f-a8894a5caa71"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b053b9e1-da91-4658-bfe4-\ -58b7e6b9ba1d"], + }]], "RelatedLinksSection",ExpressionUUID->"94362f41-4612-43ad-a015-\ +048aa7718341"], Cell[CellGroupData[{ @@ -859,11 +860,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"bde07f31-e4fd-4cf7-a546-1a9d90d0c35c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"17de05f4-29b3-4a5c-a528-abf66e3fc030"] +Cell[" ", "FooterCell",ExpressionUUID->"f511950b-341f-4ff7-a6a7-3732903e6956"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConcaveQ", TaggingRules->{ @@ -874,17 +875,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 49.662087}", + "built" -> "{2024, 6, 3, 16, 51, 58.229617}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ConcaveQ[game] checks if the TU game is concave. It returns the value \ 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ConcaveQ", "titlemodifier" -> "", "windowtitle" -> "ConcaveQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ConcaveQ"}}, + "ConcaveQ", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ConcaveQ", "type" -> "Symbol", "uri" -> "TUG/ref/ConcaveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -893,9 +894,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"aea28ca0-914c-4286-80f1-00d5625e975d" +ExpressionUUID->"ba7e3171-3da8-4e81-969d-a723bafd21ea" ] (* End of Notebook Content *) @@ -903,125 +904,123 @@ ExpressionUUID->"aea28ca0-914c-4286-80f1-00d5625e975d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13110, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"758b61ea-3966-4fb0-a116-73bc87d0e51d", + Cell[13156, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"184f4484-0fcb-4837-96e0-a46047d7ad12", CellTags->"PrimaryExamplesSection", - CellID->1667299122]} + CellID->161091650]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33350, 904} + {"PrimaryExamplesSection", 33380, 905} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7057, 168, 56, "AnchorBarGrid",ExpressionUUID->"81caa9b5-fbe7-4a62-82d2-883713e9fed8", +Cell[580, 21, 7102, 172, 57, "AnchorBarGrid",ExpressionUUID->"f16b5966-4b7f-40c9-b8e7-80894a18174f", CellID->1], -Cell[7640, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"93ee8f75-7adc-4454-a48a-e62c26c6e29c"], +Cell[7685, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"be0a272a-6dd1-4a91-a5af-fa8fd80346b4"], Cell[CellGroupData[{ -Cell[7751, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"eb0d9714-f66f-477c-ae62-10666edd457e"], -Cell[9036, 232, 484, 10, 111, "Usage",ExpressionUUID->"d44285d4-7954-4311-9542-3be6120ec9da", +Cell[7796, 199, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"2503f3ef-e6e7-4aab-932a-9d7b2f56903d"], +Cell[9081, 236, 484, 10, 111, "Usage",ExpressionUUID->"d44285d4-7954-4311-9542-3be6120ec9da", CellID->392994423] }, Open ]], Cell[CellGroupData[{ -Cell[9557, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"07f6963e-6dc8-4f5a-9e78-fea3cc340b0d", +Cell[9602, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"c4a954e0-e1fe-458e-ab76-64b9c733b61a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->312157216], -Cell[11454, 296, 663, 17, 49, "Notes",ExpressionUUID->"82aacd60-6465-4398-8038-11df9b598b1f", + CellID->1900541332], +Cell[11500, 300, 663, 17, 48, "Notes",ExpressionUUID->"82aacd60-6465-4398-8038-11df9b598b1f", CellID->26053], -Cell[12120, 315, 489, 12, 37, "Notes",ExpressionUUID->"4aa1ca0c-805d-4c33-8941-f243aefdf1a3", +Cell[12166, 319, 489, 12, 38, "Notes",ExpressionUUID->"4aa1ca0c-805d-4c33-8941-f243aefdf1a3", CellID->177724765], -Cell[12612, 329, 224, 4, 36, "Notes",ExpressionUUID->"ce173281-c5ac-4fba-b30c-0757df6b5f45", +Cell[12658, 333, 224, 4, 36, "Notes",ExpressionUUID->"ce173281-c5ac-4fba-b30c-0757df6b5f45", CellID->473699450], -Cell[12839, 335, 144, 1, 36, "Notes",ExpressionUUID->"fa7146fe-2524-448b-9942-87827f3d310a", +Cell[12885, 339, 144, 1, 36, "Notes",ExpressionUUID->"fa7146fe-2524-448b-9942-87827f3d310a", CellID->866693873] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13110, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"758b61ea-3966-4fb0-a116-73bc87d0e51d", +Cell[13156, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"184f4484-0fcb-4837-96e0-a46047d7ad12", CellTags->"PrimaryExamplesSection", - CellID->1667299122], + CellID->161091650], Cell[CellGroupData[{ -Cell[14556, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0441196e-9b8d-4787-97b5-441648e509fa", - CellID->634954521], -Cell[15957, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"3a06bb33-7f1b-4f5e-bca5-9391ed056803", +Cell[14601, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b49a409c-73a3-4f2e-b7d5-5910d39bb700", + CellID->1890647596], +Cell[16003, 425, 118, 1, 39, "ExampleText",ExpressionUUID->"3a06bb33-7f1b-4f5e-bca5-9391ed056803", CellID->883922394], Cell[CellGroupData[{ -Cell[16100, 426, 168, 3, 27, "Input",ExpressionUUID->"34f006a2-47be-4dac-b58c-6fa189abd9eb", +Cell[16146, 430, 168, 3, 27, "Input",ExpressionUUID->"34f006a2-47be-4dac-b58c-6fa189abd9eb", CellID->1662282143], Cell[CellGroupData[{ -Cell[16293, 433, 235, 4, 23, "Print",ExpressionUUID->"20a2903e-8776-4ea2-a3fe-5471d0f1bafc", +Cell[16339, 437, 235, 4, 23, "Print",ExpressionUUID->"20a2903e-8776-4ea2-a3fe-5471d0f1bafc", CellID->197265383], -Cell[16531, 439, 364, 8, 23, "Print",ExpressionUUID->"cc4b765e-a2fb-4781-a05d-66515c15c3b0", +Cell[16577, 443, 364, 8, 23, "Print",ExpressionUUID->"cc4b765e-a2fb-4781-a05d-66515c15c3b0", CellID->949442821], -Cell[16898, 449, 236, 4, 23, "Print",ExpressionUUID->"5c089d13-c4b8-4320-97ae-a1633a883173", +Cell[16944, 453, 236, 4, 23, "Print",ExpressionUUID->"5c089d13-c4b8-4320-97ae-a1633a883173", CellID->1174854406], -Cell[17137, 455, 220, 3, 23, "Print",ExpressionUUID->"de641648-8383-4b13-a895-78a11fb81301", +Cell[17183, 459, 220, 3, 23, "Print",ExpressionUUID->"de641648-8383-4b13-a895-78a11fb81301", CellID->1525209727], -Cell[17360, 460, 206, 3, 23, "Print",ExpressionUUID->"a9a6502c-6141-4e0b-aa1b-213379098e54", +Cell[17406, 464, 206, 3, 23, "Print",ExpressionUUID->"a9a6502c-6141-4e0b-aa1b-213379098e54", CellID->201917054], -Cell[17569, 465, 237, 4, 23, "Print",ExpressionUUID->"89b38761-c091-48b4-8b91-9f9c863032cd", +Cell[17615, 469, 237, 4, 23, "Print",ExpressionUUID->"89b38761-c091-48b4-8b91-9f9c863032cd", CellID->1864264333], -Cell[17809, 471, 220, 3, 23, "Print",ExpressionUUID->"26d9bcdf-9f44-4705-a09d-a0b26ce0f5fd", +Cell[17855, 475, 220, 3, 23, "Print",ExpressionUUID->"26d9bcdf-9f44-4705-a09d-a0b26ce0f5fd", CellID->1998909177], -Cell[18032, 476, 236, 4, 23, "Print",ExpressionUUID->"3a75ddc9-5886-4535-bc91-9f114d668832", +Cell[18078, 480, 236, 4, 23, "Print",ExpressionUUID->"3a75ddc9-5886-4535-bc91-9f114d668832", CellID->1507880953], -Cell[18271, 482, 236, 4, 23, "Print",ExpressionUUID->"642d8fd8-61b0-404d-9f16-8af340fd26de", +Cell[18317, 486, 236, 4, 23, "Print",ExpressionUUID->"642d8fd8-61b0-404d-9f16-8af340fd26de", CellID->1934094894], -Cell[18510, 488, 206, 3, 23, "Print",ExpressionUUID->"ef0cc6ae-8c78-48d8-abf2-b14c007fa2e1", +Cell[18556, 492, 206, 3, 23, "Print",ExpressionUUID->"ef0cc6ae-8c78-48d8-abf2-b14c007fa2e1", CellID->718119402], -Cell[18719, 493, 236, 4, 23, "Print",ExpressionUUID->"45d5772c-86d8-43d0-9e71-596ec415a70e", +Cell[18765, 497, 236, 4, 23, "Print",ExpressionUUID->"45d5772c-86d8-43d0-9e71-596ec415a70e", CellID->1581533437] }, Open ]] }, Open ]], -Cell[18982, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"0d2a56bd-1ba7-46c0-93c3-dc369bf324af", +Cell[19028, 505, 136, 1, 39, "ExampleText",ExpressionUUID->"0d2a56bd-1ba7-46c0-93c3-dc369bf324af", CellID->748032774], -Cell[19121, 504, 235, 6, 70, "Input",ExpressionUUID->"1a1533ea-f194-4ea8-a06e-94fa3c24b905", +Cell[19167, 508, 235, 6, 70, "Input",ExpressionUUID->"1a1533ea-f194-4ea8-a06e-94fa3c24b905", CellID->1336939107], Cell[CellGroupData[{ -Cell[19381, 514, 373, 8, 70, "Input",ExpressionUUID->"a5a51689-6add-4961-8432-b406c9585ec0", +Cell[19427, 518, 373, 8, 70, "Input",ExpressionUUID->"a5a51689-6add-4961-8432-b406c9585ec0", CellID->407863898], -Cell[19757, 524, 346, 7, 36, "Output",ExpressionUUID->"ab529c00-56c3-422e-bce2-6e2a97f35e15", +Cell[19803, 528, 346, 7, 36, "Output",ExpressionUUID->"ab529c00-56c3-422e-bce2-6e2a97f35e15", CellID->1230289759] }, Open ]], -Cell[20118, 534, 238, 6, 70, "Input",ExpressionUUID->"ce29c2b1-09ba-407b-b2b7-1edf1b46ce12", +Cell[20164, 538, 238, 6, 70, "Input",ExpressionUUID->"ce29c2b1-09ba-407b-b2b7-1edf1b46ce12", CellID->1584064649], -Cell[20359, 542, 190, 4, 70, "ExampleText",ExpressionUUID->"0aa568ca-f98f-4312-b5fa-2d1156b0b356", +Cell[20405, 546, 190, 4, 70, "ExampleText",ExpressionUUID->"0aa568ca-f98f-4312-b5fa-2d1156b0b356", CellID->844122903], Cell[CellGroupData[{ -Cell[20574, 550, 166, 3, 70, "Input",ExpressionUUID->"7df8e8d3-ca1e-48d2-b179-c3aa1ba63df9", +Cell[20620, 554, 166, 3, 70, "Input",ExpressionUUID->"7df8e8d3-ca1e-48d2-b179-c3aa1ba63df9", CellID->1652601485], -Cell[20743, 555, 173, 4, 36, "Output",ExpressionUUID->"bb63b253-08d5-4827-a13e-bfdaacd8e4a6", +Cell[20789, 559, 173, 4, 36, "Output",ExpressionUUID->"bb63b253-08d5-4827-a13e-bfdaacd8e4a6", CellID->1993440818] }, Open ]], -Cell[20931, 562, 129, 1, 70, "ExampleText",ExpressionUUID->"588cbcce-d030-4c31-9ec0-cd018fb0770d", +Cell[20977, 566, 129, 1, 70, "ExampleText",ExpressionUUID->"588cbcce-d030-4c31-9ec0-cd018fb0770d", CellID->714146800], Cell[CellGroupData[{ -Cell[21085, 567, 166, 3, 70, "Input",ExpressionUUID->"0ef6beed-155b-468f-acf7-833a7017b745", +Cell[21131, 571, 166, 3, 70, "Input",ExpressionUUID->"0ef6beed-155b-468f-acf7-833a7017b745", CellID->1776541263], -Cell[21254, 572, 159, 3, 36, "Output",ExpressionUUID->"8a3fd7fa-f2d1-4252-9e71-87571973425c", +Cell[21300, 576, 159, 3, 36, "Output",ExpressionUUID->"8a3fd7fa-f2d1-4252-9e71-87571973425c", CellID->1042775839] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21701, 588, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"afd18237-3701-4050-9465-5b7db3a4578a"], +Cell[27151, 738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bc839681-b43c-48d9-b825-d8e5ae1da32e"], +Cell[27824, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"abed8059-4f84-4631-b193-eafb45450fdc"], +Cell[28860, 786, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"94362f41-4612-43ad-a015-048aa7718341"], Cell[CellGroupData[{ -Cell[21677, 586, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"f687234e-3a69-43da-bf20-7ac3e06481ac"], -Cell[27127, 736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1a5110bd-15fb-41e6-97ca-2bc7c7fffef5"] -}, Open ]], -Cell[27812, 757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ab07bd31-c238-4c58-a2e2-68df455c6ab4"], -Cell[28848, 785, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"b053b9e1-da91-4658-bfe4-58b7e6b9ba1d"], -Cell[CellGroupData[{ -Cell[30449, 835, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6e9152b4-1ded-473f-8752-82acde262341", +Cell[30461, 836, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6e9152b4-1ded-473f-8752-82acde262341", CellID->174251628], -Cell[30589, 838, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1cacc29d-13a9-4bdf-935a-723082ce570f", +Cell[30601, 839, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1cacc29d-13a9-4bdf-935a-723082ce570f", CellID->1194386356], -Cell[30811, 844, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"761cb30d-ae75-41b0-8566-35a72afaa618", +Cell[30823, 845, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"761cb30d-ae75-41b0-8566-35a72afaa618", CellID->1641706272], -Cell[31026, 849, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"78b81c7b-95e9-44cc-97d2-51c90749ada6", +Cell[31038, 850, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"78b81c7b-95e9-44cc-97d2-51c90749ada6", CellID->399251956], -Cell[31255, 855, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bde07f31-e4fd-4cf7-a546-1a9d90d0c35c", +Cell[31267, 856, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bde07f31-e4fd-4cf7-a546-1a9d90d0c35c", CellID->821434655] }, Open ]], -Cell[31492, 861, 78, 0, 70, "FooterCell",ExpressionUUID->"17de05f4-29b3-4a5c-a528-abf66e3fc030"] +Cell[31504, 862, 78, 0, 70, "FooterCell",ExpressionUUID->"f511950b-341f-4ff7-a6a7-3732903e6956"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Concession.nb b/Documentation/English/ReferencePages/Symbols/Concession.nb index e6b1dd3..f09ec5b 100644 --- a/Documentation/English/ReferencePages/Symbols/Concession.nb +++ b/Documentation/English/ReferencePages/Symbols/Concession.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41664, 1082] -NotebookOptionsPosition[ 33802, 926] -NotebookOutlinePosition[ 35871, 980] -CellTagsIndexPosition[ 35786, 975] +NotebookDataLength[ 41625, 1078] +NotebookOptionsPosition[ 33781, 924] +NotebookOutlinePosition[ 35867, 978] +CellTagsIndexPosition[ 35782, 973] WindowTitle->Concession WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "92a9a25a-0bcb-4f3d-a051-887fccf08414"], + "220bd141-b42b-49a3-8254-78826ebf10a5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "44dd5426-8cc0-420a-9f2f-4d373b64fc83"], + "ccea93be-afd7-4576-8f61-e25c9a6908e5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "17aa466a-c2fb-4610-81d4-8d840eaa3a78"] - }],ExpressionUUID->"fcc9da1c-06ce-4841-822b-9f0627fd11ae"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "a9922eba-168a-41cf-b2db-c72fbd61f8e9"] + }],ExpressionUUID->"e1c05431-9a15-445b-9b1b-787a5c322c3e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3f922eef-fd39-40e7-b8ab-616ccf656307"], + "8f0939ff-2606-4106-bf46-2bc5589c59db"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "36b44dc0-f7c3-41dc-848f-1b8d28ec1af4"] - }],ExpressionUUID->"b46c54a3-a3a1-461f-8fd2-cd36b7aa68a2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e5646c88-0a2d-4527-acca-d865f57bccec"] + }],ExpressionUUID->"a7238dfd-2517-41ff-87ba-2f52a6088c27"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "35781922-1f31-4203-bb67-f7775f544e98"], + "db7d8d0b-246e-4fe0-abd0-9bff80a9e9d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1f48f46e-e7f1-4ea1-8d58-24c585654f34"] - }],ExpressionUUID->"99ab51b0-9b93-4d55-9ca2-651954262658"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3dd5fade-0fe0-406c-938a-d4c528603922"] + }],ExpressionUUID->"4d124809-e6bb-4072-9cc1-28532432aec7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "44e22c69-92ec-4782-9b11-ef7bed3e72c1"], + "06b5b1b9-f8f8-4930-a50e-646e2209b1a2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a954030d-cf9a-4e79-953e-45fcbfe873cf"] - }],ExpressionUUID->"4e171182-3fc6-4fc5-949d-fad442c01aa1"], - StripOnInput->False], {"\<\"TUG/ref/Concession\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Concession"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Concession.\ + "d0e6f7cc-aff3-4494-be4a-70285bc16528"] + }],ExpressionUUID->"2d8e939b-f771-4f9a-9fcc-f1f5bb1d3857"], + StripOnInput->False],{ + "\"TUG/ref/Concession\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Concession"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Concession.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$53256], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Concession" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$56164], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Concession" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e856aba-ffec-482d-bd32-fe7ecf60f5b8"] + "bc061409-5aed-4574-a7fb-68f06b4edf0a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3e72bd7c-517c-4d29-87cc-c330fa2df93e"]} + "1e259530-55c8-4254-a86e-a837dbfea7d0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c6acee6e-00d6-4fc0-ab47-aead70212df4"], + CellID->1,ExpressionUUID->"49603fac-0417-4e86-9dac-933ceafc46eb"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"46cd7f59-379c-4574-8fb0-49354c3fa10c"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"808ec058-b219-481c-99de-89904ae9b7d9"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Concession", "ObjectName",ExpressionUUID-> - "ec1db37a-37df-414c-a167-18d59aae1c41"], + "cd303379-58fd-4b5a-8245-fb9a3c7a78b8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"99b5c088-abb7-4eec-900b-ce926e39a501"], + "Spacer1"]],ExpressionUUID->"98f4b32d-f049-416e-b48b-fa0a51d4fd15"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "da040deb-5a23-4568-be5d-6cfa2c0579f8"] - }],ExpressionUUID->"5b21bc6b-ba5f-44cd-a80d-847367a40522"], Cell[BoxData[ + "cb42785c-1747-4ae7-8c18-9e1064c6d3d5"] + }],ExpressionUUID->"0f650ff0-3e62-4801-b19d-e965f47c4710"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e41c0149-4297-4ab6-8932-788a799c4111"]} + "27d43f9f-9d60-432b-bae6-03a230a7d8b4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8b4f6b05-bde7-48ae-8d46-0bf6a3ac1b11"], + CacheGraphics->False,ExpressionUUID->"17209310-bf7e-4aad-afdc-4d1ad00fcae7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ "9b104e31-1ffc-4618-9d79-c9cf73c7843c"], " \[LineSeparator]is the maximum concession of player w.r.t. his upper \ payoff." - }],ExpressionUUID->"57387ba3-0b9c-4a4a-a58a-083fa8ab7851"]} + }],ExpressionUUID->"9fd537df-4c7d-4695-9c76-fd0f68325191"]} }]], "Usage", CellID->1081786030,ExpressionUUID->"8edcbe09-8d81-45c5-8e24-67149b9b605e"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8760e6a4-09cc-4997-a62d-a898a64d8348"], + ExpressionUUID->"77cb56f6-bda3-445c-9d8d-620c8218ed84"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1948dc71-f06e-44ad-aeed-9905f163992a"], + "Spacer1"]],ExpressionUUID->"ef22f037-bbc5-4f3e-99a7-30f5607de85a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6295cda7-e6b1-4782-80d9-57714ab4679c"], + }], "NotesFrameText",ExpressionUUID->"859fa123-62c2-4b03-aeb6-e4c7504d9106"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0062048a-6041-4c2b-b578-6ef0770406ce"]], \ + "Preemptive"]],ExpressionUUID->"bf543681-e25e-4ae9-ba3b-dd4a7a8a52e7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1667748851,ExpressionUUID->"2e18437b-353c-4e83-86c2-97cf1de5d627"], + CellID->982362952,ExpressionUUID->"e427bd47-f287-46a4-bbb0-9a998a0640d7"], Cell[TextData[{ "The input expression ", @@ -368,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"18ba2ec1-bcb9-4bbc-8b70-0ae20942f73d"], + ExpressionUUID->"477daf73-f393-4a78-ac57-e6c51c7ff1b3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cba6db8b-43cd-4cc4-8acd-71e8832f5d84"], + "Spacer1"]],ExpressionUUID->"33113f01-d1ec-4dff-945e-adb2e27053d6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2459de47-5b66-403c-a1da-d045b7d847cd"] + "bd59bc7a-eb6b-4a2f-8a43-0a41e46d6055"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1175632571,ExpressionUUID->"92121393-9a81-4eda-b553-8d2d50b4a9a0"], + CellID->529431561,ExpressionUUID->"43961b23-9ef1-4c6c-8fe6-e2c8a8743074"], Cell[CellGroupData[{ @@ -409,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e04811e7-1906-4792-a98b-8b7e9b7c5d08"], + ExpressionUUID->"443c8bc5-03ca-4ca2-8455-cc9ea301b62e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"916200d3-e708-4838-aafc-b9c59fce8d5e"], + "Spacer1"]],ExpressionUUID->"c68c5456-2090-4e36-a4b2-4f722eed4ae3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6d825f09-9da3-4946-ad62-2f19b8abaa7f"] + "ed98997d-9239-455e-a017-6b65ec6d4f13"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2068830420,ExpressionUUID->"fa301b89-b70f-435c-8b91-5d6d85806fbe"], + CellID->1498648834,ExpressionUUID->"a2970504-3899-41a5-ba60-7eb84d33979c"], Cell["Loading the package:", "ExampleText", CellID->2091661596,ExpressionUUID->"0821c2be-ef8f-446c-ada5-419cf573f715"], @@ -579,8 +580,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -742,15 +741,15 @@ Cell[BoxData[GridBox[{ "7c89dda3-b951-490f-9aa1-8704ac717bd4"] }], "SeeAlso",ExpressionUUID->"d207c257-c51c-4824-86ee-5987e12d5010"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"97b6a09c-515a-40bc-9f39-\ -182f6df30b66"], + }]], "SeeAlsoSection",ExpressionUUID->"61a88e8c-5100-4ff7-8e6b-\ +392cad8aebf8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -762,9 +761,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f4dee2fb-6d89-474d-a751-78b917643ff0"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"98499309-d359-4564-a60f-\ -732134908f2c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a945e081-f4c3-4ad0-9e20-\ +aada8f000d12"], Cell[BoxData[GridBox[{ { @@ -781,7 +779,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5fe5e14a-8354-4285-917e-4bafb2329aa5"]}]}, + "654160e1-b07a-4514-ae49-166b7f97c097"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -789,10 +787,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cb19eaa0-15c4-4edc-9363-1dd08fac8e77"]}]} + "f9da3ed2-a5c7-48a5-b9aa-4c4a59a60482"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"43393394-ce87-496d-a20b-\ -d5f2c880ad2d"], + }]], "MoreAboutSection",ExpressionUUID->"a3c4d234-4de1-4234-807a-\ +6e2bac18dac1"], Cell[BoxData[GridBox[{ { @@ -819,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e4634038-e5d4-44b9-8119-f1c886551d40"]], "RelatedLinks", + "1b9584c8-fa15-4a17-8378-c227547bf5dd"]], "RelatedLinks", ExpressionUUID->"380f26d9-3936-4f11-b718-dfbe04f7204b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -837,7 +835,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "877a9e5e-6b9b-43f8-a77a-926d8a031685"]], "RelatedLinks", + "685ef0af-e759-48c4-b0f6-e7efe472bd93"]], "RelatedLinks", ExpressionUUID->"0cba6b7c-bb80-4788-868a-edef8652a3d7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -854,7 +852,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "89386663-e52e-4169-abad-6b4d294a9ab4"]], "RelatedLinks", + "3caec478-c52f-4801-89e2-bde9500b6f0a"]], "RelatedLinks", ExpressionUUID->"050ad6fd-4150-4475-a617-fbe9a42ffdcc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -871,7 +869,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a8ad8d0c-20df-43dc-a8eb-38646e7fe42a"]], "RelatedLinks", + "0c9c2968-321a-4fda-b1bc-8a7f6747d305"]], "RelatedLinks", ExpressionUUID->"223c7054-7b6a-41db-bf46-19f41bfd27d4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -888,11 +886,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9fce0ff-c83e-4caf-b0af-51084dda512c"]], "RelatedLinks", + "e5a86e56-ae36-4ff1-92c2-4e79de5d76a8"]], "RelatedLinks", ExpressionUUID->"5cc94633-bcf8-4d29-99de-fdcd0c204971"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e6dd32ca-ba05-4ab8-bdd5-\ -71c6ff8ba803"], + }]], "RelatedLinksSection",ExpressionUUID->"547f64f1-b405-4593-9d7d-\ +236ef05493fa"], Cell[CellGroupData[{ @@ -922,11 +920,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"719f2f0b-0376-494b-9339-34533ffa12ff"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c251d992-d7c4-4f1b-881e-c136fcf52e8a"] +Cell[" ", "FooterCell",ExpressionUUID->"83f71c85-c9c7-4087-94fa-52123bba9c04"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Concession", TaggingRules->{ @@ -937,7 +935,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 51.075556}", + "built" -> "{2024, 6, 3, 16, 51, 58.972128}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -945,10 +943,10 @@ TaggingRules->{ "summary" -> "Concession[game] is the maximum concession of player w.r.t. his upper \ payoff.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Concession", - "titlemodifier" -> "", "windowtitle" -> "Concession", "type" -> "Symbol", - "uri" -> "TUG/ref/Concession"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "Concession", "type" -> "Symbol", "uri" -> "TUG/ref/Concession"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -957,9 +955,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"31baff38-39b9-488b-aaf3-8f75d8216177" +ExpressionUUID->"5c84627b-c7ee-4b37-b2a5-36cc3a48d4fe" ] (* End of Notebook Content *) @@ -967,123 +965,121 @@ ExpressionUUID->"31baff38-39b9-488b-aaf3-8f75d8216177" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13202, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"92121393-9a81-4eda-b553-8d2d50b4a9a0", + Cell[13216, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43961b23-9ef1-4c6c-8fe6-e2c8a8743074", CellTags->"PrimaryExamplesSection", - CellID->1175632571]} + CellID->529431561]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35585, 968} + {"PrimaryExamplesSection", 35582, 966} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7100, 170, 56, "AnchorBarGrid",ExpressionUUID->"c6acee6e-00d6-4fc0-ab47-aead70212df4", +Cell[582, 21, 7115, 171, 57, "AnchorBarGrid",ExpressionUUID->"49603fac-0417-4e86-9dac-933ceafc46eb", CellID->1], -Cell[7685, 193, 91, 0, 24, "ContextNameCell",ExpressionUUID->"46cd7f59-379c-4574-8fb0-49354c3fa10c"], +Cell[7700, 194, 91, 0, 23, "ContextNameCell",ExpressionUUID->"808ec058-b219-481c-99de-89904ae9b7d9"], Cell[CellGroupData[{ -Cell[7801, 197, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"8b4f6b05-bde7-48ae-8d46-0bf6a3ac1b11"], -Cell[9088, 234, 474, 10, 111, "Usage",ExpressionUUID->"8edcbe09-8d81-45c5-8e24-67149b9b605e", +Cell[7816, 198, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"17209310-bf7e-4aad-afdc-4d1ad00fcae7"], +Cell[9103, 235, 474, 10, 111, "Usage",ExpressionUUID->"8edcbe09-8d81-45c5-8e24-67149b9b605e", CellID->1081786030] }, Open ]], Cell[CellGroupData[{ -Cell[9599, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"2e18437b-353c-4e83-86c2-97cf1de5d627", +Cell[9614, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"e427bd47-f287-46a4-bbb0-9a998a0640d7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1667748851], -Cell[11497, 298, 515, 12, 57, "Notes",ExpressionUUID->"e8d1d2c3-2663-4203-a8b5-85503bee64c0", + CellID->982362952], +Cell[11511, 299, 515, 12, 57, "Notes",ExpressionUUID->"e8d1d2c3-2663-4203-a8b5-85503bee64c0", CellID->1014199156], -Cell[12015, 312, 489, 12, 37, "Notes",ExpressionUUID->"4bfbc255-4818-4b7d-be0d-76be6096bf29", +Cell[12029, 313, 489, 12, 38, "Notes",ExpressionUUID->"4bfbc255-4818-4b7d-be0d-76be6096bf29", CellID->177724765], -Cell[12507, 326, 222, 4, 36, "Notes",ExpressionUUID->"d1475ecf-9be1-4a8c-bfab-d20b0e389bcb", +Cell[12521, 327, 222, 4, 36, "Notes",ExpressionUUID->"d1475ecf-9be1-4a8c-bfab-d20b0e389bcb", CellID->1711697993], -Cell[12732, 332, 210, 4, 36, "Notes",ExpressionUUID->"11857880-4f29-405b-a9b3-ee5c53acf1c4", +Cell[12746, 333, 210, 4, 36, "Notes",ExpressionUUID->"11857880-4f29-405b-a9b3-ee5c53acf1c4", CellID->1269221257], -Cell[12945, 338, 130, 1, 36, "Notes",ExpressionUUID->"11ea5627-088e-4338-8deb-08ddcf965023", +Cell[12959, 339, 130, 1, 36, "Notes",ExpressionUUID->"11ea5627-088e-4338-8deb-08ddcf965023", CellID->1609203060] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13202, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"92121393-9a81-4eda-b553-8d2d50b4a9a0", +Cell[13216, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43961b23-9ef1-4c6c-8fe6-e2c8a8743074", CellTags->"PrimaryExamplesSection", - CellID->1175632571], + CellID->529431561], Cell[CellGroupData[{ -Cell[14648, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fa301b89-b70f-435c-8b91-5d6d85806fbe", - CellID->2068830420], -Cell[16050, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"0821c2be-ef8f-446c-ada5-419cf573f715", +Cell[14661, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a2970504-3899-41a5-ba60-7eb84d33979c", + CellID->1498648834], +Cell[16063, 425, 119, 1, 39, "ExampleText",ExpressionUUID->"0821c2be-ef8f-446c-ada5-419cf573f715", CellID->2091661596], Cell[CellGroupData[{ -Cell[16194, 429, 167, 3, 27, "Input",ExpressionUUID->"0da42cac-8efd-4ea0-bfc1-399f93b0af18", +Cell[16207, 430, 167, 3, 27, "Input",ExpressionUUID->"0da42cac-8efd-4ea0-bfc1-399f93b0af18", CellID->100881317], Cell[CellGroupData[{ -Cell[16386, 436, 236, 4, 23, "Print",ExpressionUUID->"bcd1ff64-9202-4a6d-9c0d-0f53e2894ac2", +Cell[16399, 437, 236, 4, 23, "Print",ExpressionUUID->"bcd1ff64-9202-4a6d-9c0d-0f53e2894ac2", CellID->1062292760], -Cell[16625, 442, 364, 8, 23, "Print",ExpressionUUID->"a8621851-c568-4833-8c26-a2b780b61ef5", +Cell[16638, 443, 364, 8, 23, "Print",ExpressionUUID->"a8621851-c568-4833-8c26-a2b780b61ef5", CellID->982638283], -Cell[16992, 452, 236, 4, 23, "Print",ExpressionUUID->"e81562c7-d21a-4a95-9f0a-8c329742cb60", +Cell[17005, 453, 236, 4, 23, "Print",ExpressionUUID->"e81562c7-d21a-4a95-9f0a-8c329742cb60", CellID->1026893920], -Cell[17231, 458, 219, 3, 23, "Print",ExpressionUUID->"2faf65c0-1ff0-4cbc-90e3-34417a94ee90", +Cell[17244, 459, 219, 3, 23, "Print",ExpressionUUID->"2faf65c0-1ff0-4cbc-90e3-34417a94ee90", CellID->568271062], -Cell[17453, 463, 207, 3, 23, "Print",ExpressionUUID->"d8e20805-2c20-44c4-8be6-9d90e3bc6a68", +Cell[17466, 464, 207, 3, 23, "Print",ExpressionUUID->"d8e20805-2c20-44c4-8be6-9d90e3bc6a68", CellID->1805633531], -Cell[17663, 468, 236, 4, 23, "Print",ExpressionUUID->"64f67a9d-6da9-46ae-8905-cf6fbe7485ae", +Cell[17676, 469, 236, 4, 23, "Print",ExpressionUUID->"64f67a9d-6da9-46ae-8905-cf6fbe7485ae", CellID->260895641], -Cell[17902, 474, 220, 3, 23, "Print",ExpressionUUID->"26224fd1-cc86-4d23-b0fc-90de2b9ad758", +Cell[17915, 475, 220, 3, 23, "Print",ExpressionUUID->"26224fd1-cc86-4d23-b0fc-90de2b9ad758", CellID->1832252290], -Cell[18125, 479, 235, 4, 23, "Print",ExpressionUUID->"34ed0951-44da-47d7-a77f-5c241d68b8af", +Cell[18138, 480, 235, 4, 23, "Print",ExpressionUUID->"34ed0951-44da-47d7-a77f-5c241d68b8af", CellID->356684106], -Cell[18363, 485, 235, 4, 23, "Print",ExpressionUUID->"2e6a7dc4-1ed0-460a-9bb9-89768ac4942d", +Cell[18376, 486, 235, 4, 23, "Print",ExpressionUUID->"2e6a7dc4-1ed0-460a-9bb9-89768ac4942d", CellID->190937453], -Cell[18601, 491, 207, 3, 23, "Print",ExpressionUUID->"e2a29cd8-9e12-4ea2-aef2-5768f9b88417", +Cell[18614, 492, 207, 3, 23, "Print",ExpressionUUID->"e2a29cd8-9e12-4ea2-aef2-5768f9b88417", CellID->1124944497], -Cell[18811, 496, 236, 4, 70, "Print",ExpressionUUID->"7273accd-340e-4faf-a96a-cbb7a24b48aa", +Cell[18824, 497, 236, 4, 70, "Print",ExpressionUUID->"7273accd-340e-4faf-a96a-cbb7a24b48aa", CellID->2119574505] }, Open ]] }, Open ]], -Cell[19074, 504, 136, 1, 70, "ExampleText",ExpressionUUID->"95233734-39ed-41f8-b4e7-99034ad67696", +Cell[19087, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"95233734-39ed-41f8-b4e7-99034ad67696", CellID->530970871], -Cell[19213, 507, 234, 6, 70, "Input",ExpressionUUID->"0e14224f-2ca1-47c9-ac33-9f02371066e1", +Cell[19226, 508, 234, 6, 70, "Input",ExpressionUUID->"0e14224f-2ca1-47c9-ac33-9f02371066e1", CellID->218872241], -Cell[19450, 515, 381, 9, 70, "Input",ExpressionUUID->"2ff43c34-21be-45f0-b259-89778ce09d29", +Cell[19463, 516, 381, 9, 70, "Input",ExpressionUUID->"2ff43c34-21be-45f0-b259-89778ce09d29", CellID->1600548192], -Cell[19834, 526, 238, 6, 70, "Input",ExpressionUUID->"7a9d814d-6640-4d2a-86bc-82dc93eb7305", +Cell[19847, 527, 238, 6, 70, "Input",ExpressionUUID->"7a9d814d-6640-4d2a-86bc-82dc93eb7305", CellID->1389840162], -Cell[20075, 534, 190, 4, 70, "ExampleText",ExpressionUUID->"09350562-6681-4ecb-a7a8-5546e6601a2d", +Cell[20088, 535, 190, 4, 70, "ExampleText",ExpressionUUID->"09350562-6681-4ecb-a7a8-5546e6601a2d", CellID->626777530], Cell[CellGroupData[{ -Cell[20290, 542, 168, 3, 70, "Input",ExpressionUUID->"c3c65f89-afce-4b03-ae06-b4ac2690477d", +Cell[20303, 543, 168, 3, 70, "Input",ExpressionUUID->"c3c65f89-afce-4b03-ae06-b4ac2690477d", CellID->1441458477], -Cell[20461, 547, 172, 4, 36, "Output",ExpressionUUID->"5abb5892-d43e-40b6-bb02-700aeddbd8ec", +Cell[20474, 548, 172, 4, 36, "Output",ExpressionUUID->"5abb5892-d43e-40b6-bb02-700aeddbd8ec", CellID->199284947] }, Open ]], -Cell[20648, 554, 198, 4, 70, "ExampleText",ExpressionUUID->"3f63b6f4-ca9a-4bd8-aac1-c7c9ff656903", +Cell[20661, 555, 198, 4, 70, "ExampleText",ExpressionUUID->"3f63b6f4-ca9a-4bd8-aac1-c7c9ff656903", CellID->732616959], Cell[CellGroupData[{ -Cell[20871, 562, 168, 3, 70, "Input",ExpressionUUID->"ee90782f-837e-4a28-95e8-904c727f0aa4", +Cell[20884, 563, 168, 3, 70, "Input",ExpressionUUID->"ee90782f-837e-4a28-95e8-904c727f0aa4", CellID->1395142151], -Cell[21042, 567, 225, 5, 36, "Output",ExpressionUUID->"dd18979e-fca6-47a4-a015-b5d01e0b93bc", +Cell[21055, 568, 225, 5, 36, "Output",ExpressionUUID->"dd18979e-fca6-47a4-a015-b5d01e0b93bc", CellID->2073401699] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21522, 582, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"61a88e8c-5100-4ff7-8e6b-392cad8aebf8"], +Cell[27419, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a945e081-f4c3-4ad0-9e20-aada8f000d12"], +Cell[28092, 766, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a3c4d234-4de1-4234-807a-6e2bac18dac1"], +Cell[29128, 794, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"547f64f1-b405-4593-9d7d-236ef05493fa"], Cell[CellGroupData[{ -Cell[21531, 583, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"97b6a09c-515a-40bc-9f39-182f6df30b66"], -Cell[27428, 747, 670, 18, 70, "TechNotesSection",ExpressionUUID->"98499309-d359-4564-a60f-732134908f2c"] -}, Open ]], -Cell[28113, 768, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"43393394-ce87-496d-a20b-d5f2c880ad2d"], -Cell[29149, 796, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"e6dd32ca-ba05-4ab8-bdd5-71c6ff8ba803"], -Cell[CellGroupData[{ -Cell[32677, 898, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"97bd0e94-22f7-4a3e-b80a-fc0fbe6809e4", +Cell[32656, 896, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"97bd0e94-22f7-4a3e-b80a-fc0fbe6809e4", CellID->778415021], -Cell[32817, 901, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2d743e31-ce45-4856-8a91-57db4c9e8786", +Cell[32796, 899, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2d743e31-ce45-4856-8a91-57db4c9e8786", CellID->1194386356], -Cell[33039, 907, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b338ac42-78c3-4909-a676-4e554903af18", +Cell[33018, 905, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b338ac42-78c3-4909-a676-4e554903af18", CellID->1641706272], -Cell[33254, 912, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b7ec31c-764d-4ec5-a01a-e9b224142aa1", +Cell[33233, 910, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b7ec31c-764d-4ec5-a01a-e9b224142aa1", CellID->399251956], -Cell[33483, 918, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"719f2f0b-0376-494b-9339-34533ffa12ff", +Cell[33462, 916, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"719f2f0b-0376-494b-9339-34533ffa12ff", CellID->821434655] }, Open ]], -Cell[33720, 924, 78, 0, 70, "FooterCell",ExpressionUUID->"c251d992-d7c4-4f1b-881e-c136fcf52e8a"] +Cell[33699, 922, 78, 0, 70, "FooterCell",ExpressionUUID->"83f71c85-c9c7-4087-94fa-52123bba9c04"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConjugateFunction.nb b/Documentation/English/ReferencePages/Symbols/ConjugateFunction.nb index 9bdf413..6502894 100644 --- a/Documentation/English/ReferencePages/Symbols/ConjugateFunction.nb +++ b/Documentation/English/ReferencePages/Symbols/ConjugateFunction.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 38045, 977] -NotebookOptionsPosition[ 30818, 834] -NotebookOutlinePosition[ 32987, 889] -CellTagsIndexPosition[ 32902, 884] +NotebookDataLength[ 38044, 976] +NotebookOptionsPosition[ 30831, 835] +NotebookOutlinePosition[ 33018, 890] +CellTagsIndexPosition[ 32933, 885] WindowTitle->ConjugateFunction WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e80c5a3b-56c9-4bb7-a956-0bbafac820bb"], + "95a54c68-a81d-49ea-b7c0-65faf3f576d0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ee467e91-554c-45ab-b3ac-6803e8fb8215"], + "fb6b5cdf-8858-4449-824d-cc024f02c0e5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7ff0bfae-40a7-4460-915d-b840400d0779"] - }],ExpressionUUID->"2e6f4a3e-9f85-465c-98bf-604f3fa99553"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "0a3fc70a-dde0-46ba-a0b6-1be1af615222"] + }],ExpressionUUID->"fad0be5c-0065-4574-9940-8792118fc337"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db1f6b77-c49e-431e-8dc1-a192f0f64aeb"], + "0b3039ea-50ae-4d97-adfc-f566f634ef87"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3525f938-ba3b-4d5a-9da9-91a1aaf09ce6"] - }],ExpressionUUID->"1cc0ac8b-3f3a-49a3-abae-079af475d05d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "28e0a03a-e930-47b0-9534-7740a34c7f7f"] + }],ExpressionUUID->"5bbb59fb-b0de-446c-a20e-3d847b4a0bec"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed503ede-f278-4214-a834-ce134071df43"], + "f0457780-de2d-44ad-912e-e0f3acf2e598"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71b8ca3d-cffb-40f6-82d5-aa47c476e2ba"] - }],ExpressionUUID->"f43d356e-0389-4a9b-a136-4f5b1891721b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "86dc2f98-d1ce-4ba7-a008-d8e9e6ecefa2"] + }],ExpressionUUID->"85ca317e-e340-47d9-995c-b8cb86036a20"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5cebe115-85bf-4518-81f9-2a2fa425d174"], + "f5c1abf9-59a9-46fe-ad10-1def9c37b2c3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "236364bb-13e2-4ce5-8096-8ce5b8b432b7"] - }],ExpressionUUID->"0e5648fe-8029-4427-ada2-f14f2f0d4252"], - StripOnInput->False], {"\<\"TUG/ref/ConjugateFunction\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConjugateFunction"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8b9cd3d1-d471-4e9e-b9c6-27b914185642"] + }],ExpressionUUID->"d13cf8d1-657f-4fa4-85f3-b6ef37727013"], + StripOnInput->False],{ + "\"TUG/ref/ConjugateFunction\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConjugateFunction"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ConjugateFunction.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$53831], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConjugateFunction" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$56773], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConjugateFunction" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "490981c6-e67b-4c34-af2e-68e18676713d"] + "53cffadd-c345-41e4-ae59-bfbfe021b7af"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "512c9560-d7cd-497e-920a-bf449730f132"]} + "07938df7-3b9a-4b4e-a26c-aa6da1e8e8e8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"166ebf2f-1d05-41c5-8e4f-e8e01e3accde"], + CellID->1,ExpressionUUID->"3d1e3355-94f4-42be-9bd3-dc521e26c0a4"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3ae59e91-2ed7-4b46-89b2-061ff8479a1e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"68909147-64b5-4d53-b32a-41b31dd5483f"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConjugateFunction", "ObjectName",ExpressionUUID-> - "388d44c7-899b-4a18-9b47-d00a3d723006"], + "ab3152a4-8a77-4b93-8428-69c7133a4e63"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"07835574-d855-4ad3-9fb8-be6965bb20da"], + "Spacer1"]],ExpressionUUID->"a07ae15d-61b6-47e1-b858-e627b151514f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "43254f3e-5242-4a17-aa8c-f138848bb5b9"] - }],ExpressionUUID->"fd726131-4283-4796-a99d-028ded712721"], Cell[BoxData[ + "3c15f851-695f-4b46-b6ac-b9ce3369d565"] + }],ExpressionUUID->"2aab81c5-6bb6-4154-841a-bf253e361e02"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1eff0e67-e7f5-4ddd-8141-acb46916b4dd"]} + "60d8b71a-aec4-4e4b-91da-32a31a7a0ff6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"27c423bf-a31f-4a70-a1cd-c04730ebf375"], + CacheGraphics->False,ExpressionUUID->"f2b080f6-8203-48c1-9a12-fba5195d2d6c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package functions to compute \ the convex conjugate function to find a pre-kernel element or related \ solutions." - }],ExpressionUUID->"1f16c004-549c-4856-8952-fa7c6f8c08c2"]} + }],ExpressionUUID->"c6a7eadd-fa7e-4eb0-adf4-705efb22b886"]} }]], "Usage", CellID->449419485,ExpressionUUID->"653bfb10-066e-4bd4-91e5-27965ec201e0"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5ca9f108-5ffe-41cd-aa1d-d85d2b4d8db2"], + ExpressionUUID->"b66dc11e-7082-4575-850a-39c9f337dde2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"519441a4-db28-43fd-a043-4c073a9e2e09"], + "Spacer1"]],ExpressionUUID->"1a580c78-d41e-4ace-87f6-50fa33e91381"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c8c96626-01b3-4573-be87-fa8a1276ab53"], + }], "NotesFrameText",ExpressionUUID->"7c429c23-dabc-482d-ba80-6064d62d6b99"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a59bb479-08bb-4e65-b3b9-eb3027702044"]], \ + "Preemptive"]],ExpressionUUID->"bde27b01-d01b-4fdf-b429-ad8552e37f7f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->366200092,ExpressionUUID->"be74ba7b-ace3-4b5f-8908-c92e84394578"], + CellID->1499988638,ExpressionUUID->"032b1c8e-4749-4b84-8dbe-083ef26da5a5"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6b13ab2a-2514-41a6-87bb-2d0b0cebebb0"], + ExpressionUUID->"5911f5d0-19e7-44f1-bfd1-982f0ec8a589"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"af62e8a0-8d1d-48cd-8e10-4c03f37a5f6f"], + "Spacer1"]],ExpressionUUID->"4e6581cc-58b1-4c27-ba8f-35bc4e8a278a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f90dd5ee-bac0-45ec-9457-3ee23ac43e75"] + "656efc20-a554-4524-b06d-6289cfa3c31f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1256396237,ExpressionUUID->"18601ab1-bf5f-40cc-b240-3a34dfda876f"], + CellID->1253424570,ExpressionUUID->"ea2d02ea-280d-4a33-9334-f6881d2e875b"], Cell[CellGroupData[{ @@ -383,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f4fe2481-8315-4e68-8ffb-96b952ab5deb"], + ExpressionUUID->"c9cbe529-070c-4534-8685-8c12cd915af3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"83fc4fd6-d355-4243-b2f1-7b96430f8c56"], + "Spacer1"]],ExpressionUUID->"6b85c407-6c91-49a9-bbfd-2fcab23df5f6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f3815445-4ac0-42c4-ab9f-2e5ec02a3bcf"] + "964a8e77-0764-4310-9c71-93513937c456"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->118484274,ExpressionUUID->"7dbf4c46-f4f5-4e22-921b-ebdf33f6cf31"], + CellID->368418300,ExpressionUUID->"513f9159-8824-4f46-b4e8-c31b99d67aa6"], Cell["Loading the package:", "ExampleText", CellID->1245733983,ExpressionUUID->"d36f9526-51b7-45a1-8e24-a6f1be374a5d"], @@ -535,8 +539,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -684,15 +686,15 @@ Cell[BoxData[GridBox[{ "5d5fc8a7-5cce-43c2-9a4d-57b01fe76d8b"] }], "SeeAlso",ExpressionUUID->"0a16eea7-cd52-4bd6-827e-2e2fcdd0d645"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"15df34b6-8ba7-4802-8b76-\ -8e55b1200d9e"], + }]], "SeeAlsoSection",ExpressionUUID->"0cecbd4f-8979-49a1-a9ae-\ +ed2f6d21c894"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -704,9 +706,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d559977c-83a3-4162-a152-cb467048935f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e63463aa-fffb-4a66-91eb-\ -5160804ab857"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ee267585-cfea-43a4-808f-\ +af277d33063d"], Cell[BoxData[GridBox[{ { @@ -723,7 +724,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8ed45582-f786-459a-bd64-5dacb57f280b"]}]}, + "f95709b8-fe2e-4968-8f2b-345434b5ac51"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -731,10 +732,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "21860793-a842-4464-b294-42413a3a4e4f"]}]} + "3f29c69b-23a9-4782-9c92-89b286b4397f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"099716fd-9b68-450e-bef0-\ -2e3e5f5d32f1"], + }]], "MoreAboutSection",ExpressionUUID->"4c2a7a44-7de9-4760-b955-\ +ecb947bfc8b7"], Cell[BoxData[GridBox[{ { @@ -762,7 +763,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "53484a3b-9596-4651-9ab3-143f73753a61"]], "RelatedLinks", + "023c8c3f-01ff-476c-99c3-cd9c72e0673f"]], "RelatedLinks", ExpressionUUID->"6880e474-e3ad-4cc2-b0ad-6a03934d624d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -779,7 +780,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "42a9f5ec-1022-477c-b048-2580a8612c73"]], "RelatedLinks", + "5caedffa-039f-4387-b3d1-ecb607774c70"]], "RelatedLinks", ExpressionUUID->"863c4f56-336a-4cb2-ae88-bf2dd36e7a7e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -796,11 +797,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cfed08d7-67ba-4b60-ba77-ee46465f106a"]], "RelatedLinks", + "f2185ea3-816e-4fbb-8848-bc0040f9f92d"]], "RelatedLinks", ExpressionUUID->"aee291fc-ce05-48f7-aef9-a8568d88a6e4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"85bf4258-36d2-4439-8fdb-\ -64d7cca16604"], + }]], "RelatedLinksSection",ExpressionUUID->"b454319c-dadc-49db-a41c-\ +bf89493e7d5a"], Cell[CellGroupData[{ @@ -830,11 +831,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"be35e917-8931-4171-8a57-1f83227f530f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"98f8d5f6-1ac1-45a5-9cd5-6ce667e9dfc4"] +Cell[" ", "FooterCell",ExpressionUUID->"85e6e202-50df-41c4-add8-353f1f3ae00b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConjugateFunction", TaggingRules->{ @@ -845,7 +846,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 52.414655}", + "built" -> "{2024, 6, 3, 16, 51, 59.619538}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -853,11 +854,11 @@ TaggingRules->{ "ConjugateFunction is an option for various package functions to compute \ the convex conjugate function to find a pre-kernel element or related \ solutions.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ConjugateFunction", "titlemodifier" -> "", "windowtitle" -> - "ConjugateFunction", "type" -> "Symbol", "uri" -> + "ConjugateFunction", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ConjugateFunction", "type" -> "Symbol", "uri" -> "TUG/ref/ConjugateFunction"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -866,9 +867,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"05804dba-7e15-4b05-a374-6f98f62d8526" +ExpressionUUID->"5bbe5349-f25d-47c2-b84c-a3bd5e191782" ] (* End of Notebook Content *) @@ -876,109 +877,107 @@ ExpressionUUID->"05804dba-7e15-4b05-a374-6f98f62d8526" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12358, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"18601ab1-bf5f-40cc-b240-3a34dfda876f", + Cell[12405, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea2d02ea-280d-4a33-9334-f6881d2e875b", CellTags->"PrimaryExamplesSection", - CellID->1256396237]} + CellID->1253424570]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 32701, 877} + {"PrimaryExamplesSection", 32732, 878} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7122, 168, 56, "AnchorBarGrid",ExpressionUUID->"166ebf2f-1d05-41c5-8e4f-e8e01e3accde", +Cell[589, 21, 7168, 172, 57, "AnchorBarGrid",ExpressionUUID->"3d1e3355-94f4-42be-9bd3-dc521e26c0a4", CellID->1], -Cell[7714, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3ae59e91-2ed7-4b46-89b2-061ff8479a1e"], +Cell[7760, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"68909147-64b5-4d53-b32a-41b31dd5483f"], Cell[CellGroupData[{ -Cell[7825, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"27c423bf-a31f-4a70-a1cd-c04730ebf375"], -Cell[9119, 232, 520, 10, 111, "Usage",ExpressionUUID->"653bfb10-066e-4bd4-91e5-27965ec201e0", +Cell[7871, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"f2b080f6-8203-48c1-9a12-fba5195d2d6c"], +Cell[9165, 236, 520, 10, 109, "Usage",ExpressionUUID->"653bfb10-066e-4bd4-91e5-27965ec201e0", CellID->449419485] }, Open ]], Cell[CellGroupData[{ -Cell[9676, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"be74ba7b-ace3-4b5f-8908-c92e84394578", +Cell[9722, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"032b1c8e-4749-4b84-8dbe-083ef26da5a5", CellGroupingRules->{"SectionGrouping", 50}, - CellID->366200092], -Cell[11573, 296, 489, 12, 37, "Notes",ExpressionUUID->"b0a32b14-b498-4743-b11a-cee9d661bf82", + CellID->1499988638], +Cell[11620, 300, 489, 12, 38, "Notes",ExpressionUUID->"b0a32b14-b498-4743-b11a-cee9d661bf82", CellID->177724765], -Cell[12065, 310, 166, 3, 36, "Notes",ExpressionUUID->"93a8ed82-ff09-44e5-a599-264dc6f359a5", +Cell[12112, 314, 166, 3, 36, "Notes",ExpressionUUID->"93a8ed82-ff09-44e5-a599-264dc6f359a5", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12358, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"18601ab1-bf5f-40cc-b240-3a34dfda876f", +Cell[12405, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea2d02ea-280d-4a33-9334-f6881d2e875b", CellTags->"PrimaryExamplesSection", - CellID->1256396237], + CellID->1253424570], Cell[CellGroupData[{ -Cell[13804, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7dbf4c46-f4f5-4e22-921b-ebdf33f6cf31", - CellID->118484274], -Cell[15205, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"d36f9526-51b7-45a1-8e24-a6f1be374a5d", +Cell[13851, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"513f9159-8824-4f46-b4e8-c31b99d67aa6", + CellID->368418300], +Cell[15252, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"d36f9526-51b7-45a1-8e24-a6f1be374a5d", CellID->1245733983], Cell[CellGroupData[{ -Cell[15349, 403, 168, 3, 27, "Input",ExpressionUUID->"ce2af460-7390-4f2d-a87b-fbef1d3fd8fa", +Cell[15396, 407, 168, 3, 27, "Input",ExpressionUUID->"ce2af460-7390-4f2d-a87b-fbef1d3fd8fa", CellID->1694506160], Cell[CellGroupData[{ -Cell[15542, 410, 235, 4, 23, "Print",ExpressionUUID->"56a193a1-4258-48cd-a94c-5762e8274ea9", +Cell[15589, 414, 235, 4, 23, "Print",ExpressionUUID->"56a193a1-4258-48cd-a94c-5762e8274ea9", CellID->146884946], -Cell[15780, 416, 364, 8, 23, "Print",ExpressionUUID->"f9626543-3772-4798-9a66-8cdcfcc524f3", +Cell[15827, 420, 364, 8, 23, "Print",ExpressionUUID->"f9626543-3772-4798-9a66-8cdcfcc524f3", CellID->969828045], -Cell[16147, 426, 236, 4, 23, "Print",ExpressionUUID->"71a4d426-5253-4d8b-b13e-42c134f617ea", +Cell[16194, 430, 236, 4, 23, "Print",ExpressionUUID->"71a4d426-5253-4d8b-b13e-42c134f617ea", CellID->1329316332], -Cell[16386, 432, 219, 3, 23, "Print",ExpressionUUID->"a2f51134-2b2e-4050-97ec-99927e36e7b8", +Cell[16433, 436, 219, 3, 23, "Print",ExpressionUUID->"a2f51134-2b2e-4050-97ec-99927e36e7b8", CellID->344458450], -Cell[16608, 437, 206, 3, 23, "Print",ExpressionUUID->"d71feed3-c1f9-467c-9c56-40f3564dd31b", +Cell[16655, 441, 206, 3, 23, "Print",ExpressionUUID->"d71feed3-c1f9-467c-9c56-40f3564dd31b", CellID->641267811], -Cell[16817, 442, 236, 4, 23, "Print",ExpressionUUID->"afacd3fe-39cf-4e44-addb-0f4aebdcd472", +Cell[16864, 446, 236, 4, 23, "Print",ExpressionUUID->"afacd3fe-39cf-4e44-addb-0f4aebdcd472", CellID->951272966], -Cell[17056, 448, 220, 3, 23, "Print",ExpressionUUID->"d42413d2-a598-4381-a7d5-ec0c03f26806", +Cell[17103, 452, 220, 3, 23, "Print",ExpressionUUID->"d42413d2-a598-4381-a7d5-ec0c03f26806", CellID->2120443760], -Cell[17279, 453, 236, 4, 23, "Print",ExpressionUUID->"1165d615-932d-44c6-b1bc-50fa6932fcd0", +Cell[17326, 457, 236, 4, 23, "Print",ExpressionUUID->"1165d615-932d-44c6-b1bc-50fa6932fcd0", CellID->2021065181], -Cell[17518, 459, 235, 4, 23, "Print",ExpressionUUID->"42dddc6c-4b31-4fc4-8cf4-7149451aeb20", +Cell[17565, 463, 235, 4, 23, "Print",ExpressionUUID->"42dddc6c-4b31-4fc4-8cf4-7149451aeb20", CellID->879359599], -Cell[17756, 465, 207, 3, 23, "Print",ExpressionUUID->"fa4bac0c-91e2-4e83-9c6f-0d86fa2e0cc6", +Cell[17803, 469, 207, 3, 23, "Print",ExpressionUUID->"fa4bac0c-91e2-4e83-9c6f-0d86fa2e0cc6", CellID->1808543425], -Cell[17966, 470, 236, 4, 23, "Print",ExpressionUUID->"c70db184-abc2-4642-bfdc-f67b2f5f27e1", +Cell[18013, 474, 236, 4, 23, "Print",ExpressionUUID->"c70db184-abc2-4642-bfdc-f67b2f5f27e1", CellID->1330347879] }, Open ]] }, Open ]], -Cell[18229, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"c953f1fc-fae3-4faa-b7ed-2dd27195b76a", +Cell[18276, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"c953f1fc-fae3-4faa-b7ed-2dd27195b76a", CellID->778941067], -Cell[18368, 481, 233, 6, 27, "Input",ExpressionUUID->"a5c9e3c0-302f-4006-86c8-33e6fee1b7db", +Cell[18415, 485, 233, 6, 27, "Input",ExpressionUUID->"a5c9e3c0-302f-4006-86c8-33e6fee1b7db", CellID->83977077], -Cell[18604, 489, 380, 9, 27, "Input",ExpressionUUID->"59ef816f-14c7-495a-817a-7ddbe1749111", +Cell[18651, 493, 380, 9, 27, "Input",ExpressionUUID->"59ef816f-14c7-495a-817a-7ddbe1749111", CellID->420705580], -Cell[18987, 500, 238, 6, 70, "Input",ExpressionUUID->"ca46b3a3-aae8-455a-9bed-b63674453467", +Cell[19034, 504, 238, 6, 27, "Input",ExpressionUUID->"ca46b3a3-aae8-455a-9bed-b63674453467", CellID->1755690005], -Cell[19228, 508, 181, 3, 70, "ExampleText",ExpressionUUID->"dd40af92-55ac-498a-a2ad-3b724df48d5d", +Cell[19275, 512, 181, 3, 70, "ExampleText",ExpressionUUID->"dd40af92-55ac-498a-a2ad-3b724df48d5d", CellID->1920441079], Cell[CellGroupData[{ -Cell[19434, 515, 252, 5, 70, "Input",ExpressionUUID->"bf9d4f65-e95d-405c-95b4-2cec8dc30a7c", +Cell[19481, 519, 252, 5, 70, "Input",ExpressionUUID->"bf9d4f65-e95d-405c-95b4-2cec8dc30a7c", CellID->1879477358], -Cell[19689, 522, 239, 6, 51, "Output",ExpressionUUID->"ce34c007-55dd-4819-af6b-eeaa9a7a138c", +Cell[19736, 526, 239, 6, 50, "Output",ExpressionUUID->"ce34c007-55dd-4819-af6b-eeaa9a7a138c", CellID->301946604] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[20217, 541, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"0cecbd4f-8979-49a1-a9ae-ed2f6d21c894"], +Cell[25695, 691, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ee267585-cfea-43a4-808f-af277d33063d"], +Cell[26368, 711, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4c2a7a44-7de9-4760-b955-ecb947bfc8b7"], +Cell[27404, 739, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"b454319c-dadc-49db-a41c-bf89493e7d5a"], Cell[CellGroupData[{ -Cell[20192, 539, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"15df34b6-8ba7-4802-8b76-8e55b1200d9e"], -Cell[25670, 689, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e63463aa-fffb-4a66-91eb-5160804ab857"] -}, Open ]], -Cell[26355, 710, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"099716fd-9b68-450e-bef0-2e3e5f5d32f1"], -Cell[27391, 738, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"85bf4258-36d2-4439-8fdb-64d7cca16604"], -Cell[CellGroupData[{ -Cell[29693, 806, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"328e795e-4f63-4d29-8eba-419b7e21d00f", +Cell[29706, 807, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"328e795e-4f63-4d29-8eba-419b7e21d00f", CellID->906383680], -Cell[29833, 809, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d9879b37-f288-4bd5-98bd-843f65dd29d7", +Cell[29846, 810, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d9879b37-f288-4bd5-98bd-843f65dd29d7", CellID->1194386356], -Cell[30055, 815, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44f23274-fe27-4ea0-b07f-812d021e1940", +Cell[30068, 816, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44f23274-fe27-4ea0-b07f-812d021e1940", CellID->1641706272], -Cell[30270, 820, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"36c1381d-1537-475a-811c-cc47cfb700d9", +Cell[30283, 821, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"36c1381d-1537-475a-811c-cc47cfb700d9", CellID->399251956], -Cell[30499, 826, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"be35e917-8931-4171-8a57-1f83227f530f", +Cell[30512, 827, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"be35e917-8931-4171-8a57-1f83227f530f", CellID->821434655] }, Open ]], -Cell[30736, 832, 78, 0, 70, "FooterCell",ExpressionUUID->"98f8d5f6-1ac1-45a5-9cd5-6ce667e9dfc4"] +Cell[30749, 833, 78, 0, 70, "FooterCell",ExpressionUUID->"85e6e202-50df-41c4-add8-353f1f3ae00b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ContestedGarment.nb b/Documentation/English/ReferencePages/Symbols/ContestedGarment.nb index c2ca690..b424fd3 100644 --- a/Documentation/English/ReferencePages/Symbols/ContestedGarment.nb +++ b/Documentation/English/ReferencePages/Symbols/ContestedGarment.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40049, 1027] -NotebookOptionsPosition[ 32125, 871] -NotebookOutlinePosition[ 34257, 925] -CellTagsIndexPosition[ 34172, 920] +NotebookDataLength[ 40042, 1026] +NotebookOptionsPosition[ 32136, 872] +NotebookOutlinePosition[ 34284, 926] +CellTagsIndexPosition[ 34199, 921] WindowTitle->ContestedGarment WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "34cdc193-b61d-46a0-8fe2-377f9d4788b4"], + "d16a6c5c-6314-45c7-b17d-cff16b248040"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "cbb53150-ee56-46a4-9b5f-c8740b6892fc"], + "55b80f05-f180-455a-b1f6-42d659dcec0a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f00414cd-f45c-4c78-a6c7-8290185e5bb5"] - }],ExpressionUUID->"5f2e5ad4-e2f2-4481-aae8-bad6348a5573"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "fc1e0506-7530-4711-bc88-c77aca3a37a4"] + }],ExpressionUUID->"2cc598f9-4005-4e14-b4c4-fd1ffed4c5c2"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "87ba73f0-9b98-4dbf-8c2e-c3fa07abefa4"], + "2afd3d72-1454-4ed0-8b5e-23825fabaeb0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d75c2481-7327-49a6-b21c-bab5222d4aee"] - }],ExpressionUUID->"ba3e94a6-c92c-4c94-9ba9-0566e2759038"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "af3a6616-7ac8-4426-a4f9-1d9b24095068"] + }],ExpressionUUID->"1f9f5194-b2ef-4f88-a9ad-7d6a720b8aa2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b32fa3cd-71b6-4bb0-9a9b-68bcebf9129d"], + "db45b137-a562-4089-b314-17219db674eb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a83eac6a-da01-4fc9-96ea-9d3399d5ece7"] - }],ExpressionUUID->"bc8b40ef-0d01-4bc7-8c56-bbb484f8c701"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3612d6a6-e2e1-4514-a21a-b662ffdb68a9"] + }],ExpressionUUID->"689ef0f5-5cfd-49f7-9759-467977ac37d8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9c9587cc-2287-407e-9531-c13436503720"], + "e232b22d-6538-44ab-9d9f-569f49b630e1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7c1f36e8-63df-4871-959e-ff395057c834"] - }],ExpressionUUID->"4f54a9e5-4c6f-42b9-b1a5-2af1278019a1"], - StripOnInput->False], {"\<\"TUG/ref/ContestedGarment\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ContestedGarment"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ee4cfd55-921e-47d4-b533-d5eb1ea3088f"] + }],ExpressionUUID->"2ee24089-1bb7-463a-b5cd-78f2a76ab575"], + StripOnInput->False],{ + "\"TUG/ref/ContestedGarment\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ContestedGarment"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ContestedGarment.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$54392], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ContestedGarment" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$57368], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ContestedGarment" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9b04ce8d-11f9-4ba9-88b2-f5248037d3b5"] + "39778198-469d-4ca2-8364-a30ac418ebf0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "190a970f-8240-4125-a9f8-791943022621"]} + "25226a85-b283-4f84-b876-e0fea5aa6b31"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3640c706-ae88-47d9-86e2-2a214697fa8b"], + CellID->1,ExpressionUUID->"537dc4d7-b820-4ad4-897f-aef4f32e8316"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1f7067d5-64f9-4220-a519-608571d74139"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b9d3d985-fe3f-4c65-9ad9-0b039b701461"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ContestedGarment", "ObjectName",ExpressionUUID-> - "df9bc195-0148-426d-ae1f-2fe72afa4424"], + "b0182d98-534d-4771-8c6d-079c0d3681ab"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b27dfacd-6156-4d6c-847a-db1f060a76cb"], + "Spacer1"]],ExpressionUUID->"d0dc81b9-741f-44f8-b066-508bd619e25a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ecdf100c-3091-4bd7-87a6-11f2a2a1af23"] - }],ExpressionUUID->"b109373c-b21c-454d-9909-feb949ff349e"], Cell[BoxData[ + "98de9187-fb2a-4fb6-8971-e916a0453411"] + }],ExpressionUUID->"0cced07b-54b9-4e5b-9f1b-8f68111cbba7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "abac56d1-fd3e-4502-b4fb-eaaccf45b89e"]} + "45084a10-635f-470a-89f6-8766b8983557"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b4f361a2-6896-4588-b96b-625c09b5d99b"], + CacheGraphics->False,ExpressionUUID->"4c7dd975-0260-400a-a037-c978c92899b9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "aa1c828f-5701-4590-8f4c-1cf51b2e10d6"], " \[LineSeparator]computes a solution for a contested garment or \ two-creditor modest bankruptcy problem." - }],ExpressionUUID->"870fa158-dc4b-4b8d-9de7-9884122faf17"]} + }],ExpressionUUID->"3abdc236-8896-482d-a1f3-167dfd40097d"]} }]], "Usage", CellID->147335766,ExpressionUUID->"c98cf42d-afbd-4d45-9090-181e6899cb29"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2f58f7f6-e6e0-4160-9cbb-6c81610b619d"], + ExpressionUUID->"d00a7247-a9ee-46a3-892b-e7a8a37e7b55"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0a45e41-575e-41ae-bb7c-5a7dbee98b22"], + "Spacer1"]],ExpressionUUID->"67e202d0-3de2-42e7-847b-f875fd588e1d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e6984284-8cfd-4a0a-8f98-0772973cd217"], + }], "NotesFrameText",ExpressionUUID->"d27ff2ac-c8bf-424e-af23-8ca3e107c646"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9d26afc5-ff83-4376-a061-e00222c397f0"]], \ + "Preemptive"]],ExpressionUUID->"8dea575c-0023-440a-b676-201243f3ad23"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1408532796,ExpressionUUID->"7f55aa10-8480-49ad-bb44-9d5f740d394f"], + CellID->1321278590,ExpressionUUID->"2a022191-09be-4b23-9e62-46a731438222"], Cell[TextData[{ "The expression ", @@ -368,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b9394bd4-cb23-4e66-9e8f-c7935de4b3eb"], + ExpressionUUID->"d0b4463b-17f6-41ff-8020-d3fb9e0a5d91"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f414776a-2434-48b9-97cb-7aa71dc86809"], + "Spacer1"]],ExpressionUUID->"7a89c818-549b-45c6-a258-4df5d84a8060"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d1df62e9-4eba-48a4-9ff7-cca9e87e1045"] + "3071cb4c-fc10-43c6-a95e-47e25e0c74ca"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1742975468,ExpressionUUID->"70318ff0-7408-4423-873b-f08ff4c37bb9"], + CellID->717978401,ExpressionUUID->"90bdfc59-2d6c-4849-b874-08ebda29cd74"], Cell[CellGroupData[{ @@ -409,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e1f243fa-af26-40d3-89fd-c595d82aae3d"], + ExpressionUUID->"7244c79c-c85f-4233-b7e0-cabb4b72740f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2970473a-b33f-4917-8db6-e8d0b9418672"], + "Spacer1"]],ExpressionUUID->"aae16ace-6e1f-4e1d-90fb-afd0fe9037d7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c1aacd41-532b-4975-a060-c84c75df5f7a"] + "e38cb02a-2dc2-437f-969a-54eaa8569923"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->792924334,ExpressionUUID->"6ac0edc6-22ac-4067-923f-e5ed83543bdb"], + CellID->886502447,ExpressionUUID->"7490747a-0d1c-4d98-8f61-a2ae142f61ca"], Cell["Loading the package:", "ExampleText", CellID->1569675547,ExpressionUUID->"2a26e59f-d960-4cb3-a88c-5ef34ef115c6"], @@ -573,8 +577,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -722,15 +724,15 @@ Cell[BoxData[GridBox[{ "96037ba9-1395-4a91-8ba7-dc9508ef0d9e"] }], "SeeAlso",ExpressionUUID->"2bcfe3fb-88c4-4baf-b0df-dd55c15dc4c9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"da434930-3d7d-441a-8384-\ -ba7e67fa16a5"], + }]], "SeeAlsoSection",ExpressionUUID->"359ae403-efa8-4cb0-ab78-\ +2d8b8272af22"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -742,9 +744,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"961c21cf-9a7f-4ce4-9a4c-c63e0aef0562"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"61d9fe89-c6d1-426e-9430-\ -a82c29ed89fc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7dcd8b1b-2251-4504-b017-\ +1b371d5f26f8"], Cell[BoxData[GridBox[{ { @@ -761,7 +762,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "595cbe06-be48-4d7c-ad67-eb143759ffeb"]}]}, + "bce5c2dc-2244-4211-a0b3-940441aaf3b9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -769,10 +770,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "467ae01d-820b-4afd-9298-b4b9a150a2dc"]}]} + "a30e15c9-7c5c-4572-8af0-7593cd76768f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"95dd42e4-7b33-4082-9e9a-\ -af2dee8c135d"], + }]], "MoreAboutSection",ExpressionUUID->"dafe25d3-b954-453d-8e66-\ +36604d3dc1b1"], Cell[BoxData[GridBox[{ { @@ -799,7 +800,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TalmudicRule"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "87845363-4b40-4e3a-bed0-e225159aea92"]], "RelatedLinks", + "776f0ec9-af10-46fe-bc37-a47b1f2be402"]], "RelatedLinks", ExpressionUUID->"41b5473d-c8ec-4d87-a5ea-db4d455596b8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -816,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bdb47550-1e9b-4c87-84eb-8e2503bc65e3"]], "RelatedLinks", + "68a12167-fd42-4869-b30f-85ea9fa282a4"]], "RelatedLinks", ExpressionUUID->"556b9024-eb5b-4833-ba12-b64572b3862d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -833,11 +834,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModestBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0762e389-3055-42d4-b35f-9b625d61b2c8"]], "RelatedLinks", + "f115971f-935b-430a-9211-68bb4ba4f62a"]], "RelatedLinks", ExpressionUUID->"8708cd00-719b-411d-aee4-858ecac00b2a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"df384a48-1521-4a18-a417-\ -baae9a854b78"], + }]], "RelatedLinksSection",ExpressionUUID->"85fc0914-76a9-4d9b-ad92-\ +761a73172f23"], Cell[CellGroupData[{ @@ -867,11 +868,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"562db598-c94b-430e-bae9-7c09eb9e8269"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"86025594-62e8-414a-b1f7-5ce39ed741e2"] +Cell[" ", "FooterCell",ExpressionUUID->"c3b753e7-3d97-4fce-91cf-da2a858f02a0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ContestedGarment", TaggingRules->{ @@ -882,7 +883,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 53.748589}", + "built" -> "{2024, 6, 3, 16, 52, 0.264384}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -890,10 +891,10 @@ TaggingRules->{ "ContestedGarment[Est, claims_List] computes a solution for a contested \ garment or two-creditor modest bankruptcy problem.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ContestedGarment", "titlemodifier" -> "", - "windowtitle" -> "ContestedGarment", "type" -> "Symbol", "uri" -> - "TUG/ref/ContestedGarment"}}, + "metadescription" -> "", "windowtitle" -> "ContestedGarment", "type" -> + "Symbol", "uri" -> "TUG/ref/ContestedGarment"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -902,9 +903,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"270f2119-78e1-42ee-b978-29474d148906" +ExpressionUUID->"f24bc6d9-b77f-4b24-9ade-20d67bee7ba8" ] (* End of Notebook Content *) @@ -912,123 +913,121 @@ ExpressionUUID->"270f2119-78e1-42ee-b978-29474d148906" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13424, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"70318ff0-7408-4423-873b-f08ff4c37bb9", + Cell[13470, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"90bdfc59-2d6c-4849-b874-08ebda29cd74", CellTags->"PrimaryExamplesSection", - CellID->1742975468]} + CellID->717978401]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33971, 913} + {"PrimaryExamplesSection", 33999, 914} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7120, 168, 56, "AnchorBarGrid",ExpressionUUID->"3640c706-ae88-47d9-86e2-2a214697fa8b", +Cell[588, 21, 7166, 172, 57, "AnchorBarGrid",ExpressionUUID->"537dc4d7-b820-4ad4-897f-aef4f32e8316", CellID->1], -Cell[7711, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1f7067d5-64f9-4220-a519-608571d74139"], +Cell[7757, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b9d3d985-fe3f-4c65-9ad9-0b039b701461"], Cell[CellGroupData[{ -Cell[7822, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"b4f361a2-6896-4588-b96b-625c09b5d99b"], -Cell[9115, 232, 542, 11, 111, "Usage",ExpressionUUID->"c98cf42d-afbd-4d45-9090-181e6899cb29", +Cell[7868, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"4c7dd975-0260-400a-a037-c978c92899b9"], +Cell[9161, 236, 542, 11, 111, "Usage",ExpressionUUID->"c98cf42d-afbd-4d45-9090-181e6899cb29", CellID->147335766] }, Open ]], Cell[CellGroupData[{ -Cell[9694, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"7f55aa10-8480-49ad-bb44-9d5f740d394f", +Cell[9740, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"2a022191-09be-4b23-9e62-46a731438222", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1408532796], -Cell[11592, 297, 560, 12, 57, "]]",ExpressionUUID->"2af16e46-310f-48d0-84c6-071a5044bb10", + CellID->1321278590], +Cell[11638, 301, 560, 12, 57, "]]",ExpressionUUID->"2af16e46-310f-48d0-84c6-071a5044bb10", CellID->313448337], -Cell[12155, 311, 489, 12, 37, "Notes",ExpressionUUID->"fe81f29b-7cca-4d32-a057-2292f56b434d", +Cell[12201, 315, 489, 12, 38, "Notes",ExpressionUUID->"fe81f29b-7cca-4d32-a057-2292f56b434d", CellID->177724765], -Cell[12647, 325, 281, 5, 57, "Notes",ExpressionUUID->"579a0e67-e5c9-430b-ac14-1de38d403335", +Cell[12693, 329, 281, 5, 57, "Notes",ExpressionUUID->"579a0e67-e5c9-430b-ac14-1de38d403335", CellID->1171764737], -Cell[12931, 332, 236, 4, 57, "Notes",ExpressionUUID->"392f8c9c-d95e-4097-8c6f-1d5df0ef48d5", +Cell[12977, 336, 236, 4, 57, "Notes",ExpressionUUID->"392f8c9c-d95e-4097-8c6f-1d5df0ef48d5", CellID->1116001956], -Cell[13170, 338, 127, 1, 36, "Notes",ExpressionUUID->"250bb01f-fb3a-450f-b74b-7c47c2f47013", +Cell[13216, 342, 127, 1, 36, "Notes",ExpressionUUID->"250bb01f-fb3a-450f-b74b-7c47c2f47013", CellID->873169218] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13424, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"70318ff0-7408-4423-873b-f08ff4c37bb9", +Cell[13470, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"90bdfc59-2d6c-4849-b874-08ebda29cd74", CellTags->"PrimaryExamplesSection", - CellID->1742975468], + CellID->717978401], Cell[CellGroupData[{ -Cell[14870, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6ac0edc6-22ac-4067-923f-e5ed83543bdb", - CellID->792924334], -Cell[16271, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"2a26e59f-d960-4cb3-a88c-5ef34ef115c6", +Cell[14915, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7490747a-0d1c-4d98-8f61-a2ae142f61ca", + CellID->886502447], +Cell[16316, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"2a26e59f-d960-4cb3-a88c-5ef34ef115c6", CellID->1569675547], Cell[CellGroupData[{ -Cell[16415, 429, 168, 3, 27, "Input",ExpressionUUID->"38016b2d-2801-4ac9-93dd-e94c9a118185", +Cell[16460, 433, 168, 3, 27, "Input",ExpressionUUID->"38016b2d-2801-4ac9-93dd-e94c9a118185", CellID->1688721400], Cell[CellGroupData[{ -Cell[16608, 436, 236, 4, 23, "Print",ExpressionUUID->"90d4125a-025f-4bff-b5af-2bffd2597e0b", +Cell[16653, 440, 236, 4, 23, "Print",ExpressionUUID->"90d4125a-025f-4bff-b5af-2bffd2597e0b", CellID->1499844274], -Cell[16847, 442, 364, 8, 23, "Print",ExpressionUUID->"a2237864-0f22-434e-98f7-27dd04078136", +Cell[16892, 446, 364, 8, 23, "Print",ExpressionUUID->"a2237864-0f22-434e-98f7-27dd04078136", CellID->614123772], -Cell[17214, 452, 235, 4, 23, "Print",ExpressionUUID->"aac2ce4a-2096-4874-be8b-64e9b5dcb7e8", +Cell[17259, 456, 235, 4, 23, "Print",ExpressionUUID->"aac2ce4a-2096-4874-be8b-64e9b5dcb7e8", CellID->857680315], -Cell[17452, 458, 219, 3, 23, "Print",ExpressionUUID->"a89560c4-5194-4c11-be35-03cb8243b42e", +Cell[17497, 462, 219, 3, 23, "Print",ExpressionUUID->"a89560c4-5194-4c11-be35-03cb8243b42e", CellID->604767616], -Cell[17674, 463, 207, 3, 23, "Print",ExpressionUUID->"77d1626b-d461-497f-a2d1-425e58f658b6", +Cell[17719, 467, 207, 3, 23, "Print",ExpressionUUID->"77d1626b-d461-497f-a2d1-425e58f658b6", CellID->1036712739], -Cell[17884, 468, 237, 4, 23, "Print",ExpressionUUID->"8f460a88-9e38-4220-b108-ad8283e9a299", +Cell[17929, 472, 237, 4, 23, "Print",ExpressionUUID->"8f460a88-9e38-4220-b108-ad8283e9a299", CellID->1363912464], -Cell[18124, 474, 218, 3, 23, "Print",ExpressionUUID->"7529a94b-3dfa-4bd3-a260-763a1d2c8e9d", +Cell[18169, 478, 218, 3, 23, "Print",ExpressionUUID->"7529a94b-3dfa-4bd3-a260-763a1d2c8e9d", CellID->59897444], -Cell[18345, 479, 236, 4, 23, "Print",ExpressionUUID->"2f1049ef-785a-4bee-830a-7f7b753cb06d", +Cell[18390, 483, 236, 4, 23, "Print",ExpressionUUID->"2f1049ef-785a-4bee-830a-7f7b753cb06d", CellID->1405734316], -Cell[18584, 485, 236, 4, 70, "Print",ExpressionUUID->"2d013441-f51d-4f0c-9c82-b895b8a66b31", +Cell[18629, 489, 236, 4, 70, "Print",ExpressionUUID->"2d013441-f51d-4f0c-9c82-b895b8a66b31", CellID->1043251178], -Cell[18823, 491, 206, 3, 70, "Print",ExpressionUUID->"15cc45aa-cff0-4d83-916f-2052a028a68d", +Cell[18868, 495, 206, 3, 70, "Print",ExpressionUUID->"15cc45aa-cff0-4d83-916f-2052a028a68d", CellID->108747357], -Cell[19032, 496, 236, 4, 70, "Print",ExpressionUUID->"e67d0341-2b77-4561-8c1d-9f97f13e97dc", +Cell[19077, 500, 236, 4, 70, "Print",ExpressionUUID->"e67d0341-2b77-4561-8c1d-9f97f13e97dc", CellID->1721388085] }, Open ]] }, Open ]], -Cell[19295, 504, 189, 4, 70, "ExampleText",ExpressionUUID->"1e92abd3-ab40-464f-84a9-a5a112754e9c", +Cell[19340, 508, 189, 4, 70, "ExampleText",ExpressionUUID->"1e92abd3-ab40-464f-84a9-a5a112754e9c", CellID->1832146622], -Cell[19487, 510, 170, 4, 70, "Input",ExpressionUUID->"44c2f7f6-f87d-43c2-b629-e86c2d1434d9", +Cell[19532, 514, 170, 4, 70, "Input",ExpressionUUID->"44c2f7f6-f87d-43c2-b629-e86c2d1434d9", CellID->1684148916], -Cell[19660, 516, 161, 2, 70, "ExampleText",ExpressionUUID->"c66da925-4ff0-46bc-b73a-43d24bf4f7ba", +Cell[19705, 520, 161, 2, 70, "ExampleText",ExpressionUUID->"c66da925-4ff0-46bc-b73a-43d24bf4f7ba", CellID->1709981831], -Cell[19824, 520, 240, 6, 70, "Input",ExpressionUUID->"b26385eb-8fac-4b49-ac0a-6cbf8322a6f3", +Cell[19869, 524, 240, 6, 70, "Input",ExpressionUUID->"b26385eb-8fac-4b49-ac0a-6cbf8322a6f3", CellID->829674513], -Cell[20067, 528, 151, 1, 70, "ExampleText",ExpressionUUID->"eaa43a2c-a75c-4027-9207-6d451c9a7a77", +Cell[20112, 532, 151, 1, 70, "ExampleText",ExpressionUUID->"eaa43a2c-a75c-4027-9207-6d451c9a7a77", CellID->2127465018], Cell[CellGroupData[{ -Cell[20243, 533, 172, 3, 70, "Input",ExpressionUUID->"56e32a58-032c-4703-8e3d-a4fab39859b9", +Cell[20288, 537, 172, 3, 70, "Input",ExpressionUUID->"56e32a58-032c-4703-8e3d-a4fab39859b9", CellID->66064179], -Cell[20418, 538, 173, 4, 36, "Output",ExpressionUUID->"2b58d9ee-f701-4cd7-9552-2c030ba05e33", +Cell[20463, 542, 173, 4, 36, "Output",ExpressionUUID->"2b58d9ee-f701-4cd7-9552-2c030ba05e33", CellID->1476099767] }, Open ]], -Cell[20606, 545, 195, 4, 70, "ExampleText",ExpressionUUID->"0f6505ce-877b-4ac4-bce5-73b4c61b1290", +Cell[20651, 549, 195, 4, 70, "ExampleText",ExpressionUUID->"0f6505ce-877b-4ac4-bce5-73b4c61b1290", CellID->2128857642], Cell[CellGroupData[{ -Cell[20826, 553, 242, 6, 70, "Input",ExpressionUUID->"987c7705-ae7a-46c7-9d82-b00e4dc48d91", +Cell[20871, 557, 242, 6, 70, "Input",ExpressionUUID->"987c7705-ae7a-46c7-9d82-b00e4dc48d91", CellID->20699085], -Cell[21071, 561, 204, 5, 36, "Output",ExpressionUUID->"4838aea7-24eb-4510-9cc8-9ccef13c6631", +Cell[21116, 565, 204, 5, 36, "Output",ExpressionUUID->"4838aea7-24eb-4510-9cc8-9ccef13c6631", CellID->1809220183] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21562, 579, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"359ae403-efa8-4cb0-ab78-2d8b8272af22"], +Cell[27042, 729, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7dcd8b1b-2251-4504-b017-1b371d5f26f8"], +Cell[27715, 749, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"dafe25d3-b954-453d-8e66-36604d3dc1b1"], +Cell[28751, 777, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"85fc0914-76a9-4d9b-ad92-761a73172f23"], Cell[CellGroupData[{ -Cell[21539, 577, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"da434930-3d7d-441a-8384-ba7e67fa16a5"], -Cell[27019, 727, 670, 18, 70, "TechNotesSection",ExpressionUUID->"61d9fe89-c6d1-426e-9430-a82c29ed89fc"] -}, Open ]], -Cell[27704, 748, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"95dd42e4-7b33-4082-9e9a-af2dee8c135d"], -Cell[28740, 776, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"df384a48-1521-4a18-a417-baae9a854b78"], -Cell[CellGroupData[{ -Cell[31000, 843, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"049ed15e-8adc-4e5a-8ea1-d4f9e103ceb4", +Cell[31011, 844, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"049ed15e-8adc-4e5a-8ea1-d4f9e103ceb4", CellID->906383680], -Cell[31140, 846, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1c48b87a-f37f-4026-8083-9a82aea59383", +Cell[31151, 847, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1c48b87a-f37f-4026-8083-9a82aea59383", CellID->1194386356], -Cell[31362, 852, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ad7b7b72-9cea-4c33-ac71-f47fa6bea900", +Cell[31373, 853, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ad7b7b72-9cea-4c33-ac71-f47fa6bea900", CellID->1641706272], -Cell[31577, 857, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d7362daa-4146-42b7-820c-0a7624e056ac", +Cell[31588, 858, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d7362daa-4146-42b7-820c-0a7624e056ac", CellID->399251956], -Cell[31806, 863, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"562db598-c94b-430e-bae9-7c09eb9e8269", +Cell[31817, 864, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"562db598-c94b-430e-bae9-7c09eb9e8269", CellID->821434655] }, Open ]], -Cell[32043, 869, 78, 0, 70, "FooterCell",ExpressionUUID->"86025594-62e8-414a-b1f7-5ce39ed741e2"] +Cell[32054, 870, 78, 0, 70, "FooterCell",ExpressionUUID->"c3b753e7-3d97-4fce-91cf-da2a858f02a0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvCheck.nb b/Documentation/English/ReferencePages/Symbols/ConvCheck.nb index 8fe1ff3..c78e2fa 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvCheck.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvCheck.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41944, 1088] -NotebookOptionsPosition[ 33883, 928] -NotebookOutlinePosition[ 36001, 982] -CellTagsIndexPosition[ 35916, 977] +NotebookDataLength[ 41952, 1088] +NotebookOptionsPosition[ 33906, 930] +NotebookOutlinePosition[ 36040, 984] +CellTagsIndexPosition[ 35955, 979] WindowTitle->ConvCheck WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "561892eb-b439-4148-a7d5-17ea2b9e6c6f"], + "bf64083a-710c-4d00-a562-6d4cd1ec6332"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7ee3c64a-096b-4099-8c1d-a29daadd9909"], + "cd7d6782-b997-408b-bc6d-6af02454647e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7783cebe-a63c-408b-8206-6b9987224398"] - }],ExpressionUUID->"595884b0-1b0f-44f4-b2a6-cb71605521bf"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "f8ff65c3-00d0-4b89-b4bc-8f18edb0fe6e"] + }],ExpressionUUID->"3849392e-61b2-4d09-aabe-98942325317f"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "77809fdc-f7df-40e8-9ae1-4595c7f88dbf"], + "d4ec1b97-360e-4b2e-b39e-139df5d749ee"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f613626b-430c-44a9-8e4f-afd2f1fe2254"] - }],ExpressionUUID->"58bca5ea-87ea-43c0-a38c-adbbd021b613"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5f0059b1-7c4b-4b71-9fa4-5d2a9332b5d2"] + }],ExpressionUUID->"e5f2420b-1ad4-4ad0-bb2b-15ca0c935e42"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8f5ddb4b-f038-4a08-9af1-5d9119ec29a6"], + "9ad43c93-1ef6-4a33-9528-193eca92992c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef445fa1-5f4b-4fad-9074-2dbf6054962c"] - }],ExpressionUUID->"b0180e61-8391-4e71-af59-8879c0c24332"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2dd45a14-ab22-4f44-ba4e-1cb4fe8e8028"] + }],ExpressionUUID->"479ebdd2-1cdf-4ed1-81ab-0691e45945f0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "28aec8c7-b89e-4f92-a760-a7b6834096a8"], + "62746484-aa32-42e5-a115-c41a4b537e6e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3b6ec001-e1e7-4e93-a1c5-0debfc231d14"] - }],ExpressionUUID->"f13c238f-597c-493a-86db-645aba4f5ba8"], - StripOnInput->False], {"\<\"TUG/ref/ConvCheck\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvCheck"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ConvCheck.\ + "af525246-2d43-4f65-ac43-958319869a56"] + }],ExpressionUUID->"787c597b-62b8-40f9-9697-d5dd77e886c0"], + StripOnInput->False],{ + "\"TUG/ref/ConvCheck\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvCheck"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ConvCheck.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$54952], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConvCheck" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$57962], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvCheck" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f278d2d4-a4a9-48dc-8f02-234af455a493"] + "7c722565-4827-460a-9909-7c2088fb93c7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "32b21b1f-cbda-42ce-ad25-c69bb616eea5"]} + "03f9e754-5639-4d25-998c-d7fe8ba71957"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c0f14c49-5f20-4de5-af9e-a47f6939385c"], + CellID->1,ExpressionUUID->"84fce30a-1858-46fd-bd5d-5784c18d1b0d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"203f172e-1233-42dd-aecb-dcdc426f9dad"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d477615f-b1d5-450c-9e83-101a3e30f070"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvCheck", "ObjectName",ExpressionUUID-> - "9bb3f22a-7053-4014-a622-0602db8c232d"], + "b56928ce-123b-44a3-8d33-6eba8624e2d4"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c9f2e528-3d72-4ded-bb8d-a5fa25f706a4"], + "Spacer1"]],ExpressionUUID->"b85e0abe-2829-4587-b84e-50913c686ead"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f35f927b-fe98-4d7b-a1eb-68ce6ff050cb"] - }],ExpressionUUID->"e4dc1a5b-f771-4b3d-a4cb-7dd7bc97b9e6"], Cell[BoxData[ + "772ceb8c-0bea-42d9-a5b2-9724105a2929"] + }],ExpressionUUID->"68a4c5fa-5e17-41a1-943b-a0ac892c8542"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9bcc4c1d-6e54-41c9-9cf4-e235090a92b6"]} + "0690c106-e9c8-492b-a873-19d5be204b83"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a49da0b9-f87a-4671-83e2-321977fa88e3"], + CacheGraphics->False,ExpressionUUID->"5a237c6d-2c9e-4f91-a2af-e0307f6fc534"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "5649dd04-1d6d-4db8-93ed-4d534c5226fd"], " \[LineSeparator]checks the convexity of the game. It provides \ information whether the marginal contributions of players are increasing." - }],ExpressionUUID->"c461518b-17f8-45a5-97f1-a037793c65a1"]} + }],ExpressionUUID->"67fc70c3-9c28-426b-a189-1b85203cf71f"]} }]], "Usage", CellID->1724309849,ExpressionUUID->"41e6f18d-4c07-4afe-9c0d-9d21664fa3a7"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"941949ed-c49e-41fc-838a-5fb9548a0d5b"], + ExpressionUUID->"f97fc876-aae1-4eb0-973a-75d3c563567a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4e0bb0b4-6480-40e5-99ca-77370431941c"], + "Spacer1"]],ExpressionUUID->"7c81edd8-1659-4374-93b9-197ae97130c6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"72b2ac0c-8efa-4262-b2c9-7cd3c71fe4d3"], + }], "NotesFrameText",ExpressionUUID->"cd2afbee-a0bf-4a57-9d48-042e1ccaa018"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9fd5769f-2063-4965-8705-c0897eedf09e"]], \ + "Preemptive"]],ExpressionUUID->"6ce24408-fa9b-4b5c-b477-fc98216eba44"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->69305738,ExpressionUUID->"038653fc-7dcc-4cd7-a184-c0378c745e47"], + CellID->1289365119,ExpressionUUID->"aac533b4-c725-464d-a7df-19d75eabbaa9"], Cell[TextData[{ "The input expression ", @@ -368,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5b1b8b81-170a-4af1-bc46-5e1a719473d4"], + ExpressionUUID->"88c9eafc-7c0e-433f-942e-4300a6c4982b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eeaa8ef6-b6bd-4b06-9547-b4f18dd2a2e2"], + "Spacer1"]],ExpressionUUID->"e589ccb7-af40-45bf-a2e7-75fa62ffe4c0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "035e5fa4-c47c-441f-ba92-db50b270f0bf"] + "d00f2cdf-6270-4752-8384-88672cfb5da4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1676009956,ExpressionUUID->"dca5f683-af05-4cad-ae54-e72c40a67ec6"], + CellID->557975275,ExpressionUUID->"5d5d6b70-3c4a-4f89-ab72-81aad532b5dd"], Cell[CellGroupData[{ @@ -409,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b4fa5b86-2742-449c-a743-e0336b83324e"], + ExpressionUUID->"15493499-d64e-424f-9945-a6283315dd1c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fe388976-5921-4102-a028-f87ed561ec71"], + "Spacer1"]],ExpressionUUID->"f4cc9e87-e60c-480b-b543-a35535235e1e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9b3e2348-9c5f-4f92-a420-bc9c0aab06f6"] + "c2d59c5c-54e1-477e-a0e6-d2cfff2d7bda"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->859529569,ExpressionUUID->"6840b131-24d8-4a52-b7d5-6252864bc222"], + CellID->1901790404,ExpressionUUID->"4d7c8190-3cb5-49bf-b343-c7a0fe462647"], Cell["Loading the package:", "ExampleText", CellID->1912366672,ExpressionUUID->"d907900b-8276-4ca7-9172-25ebed6f25ac"], @@ -647,8 +652,6 @@ Cell["from which we observe that the game must be convex.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -796,15 +799,15 @@ Cell[BoxData[GridBox[{ "8e9b6bb2-1cda-4bb8-8644-b0555d4b75a4"] }], "SeeAlso",ExpressionUUID->"ecf6942f-cfe8-4097-91ed-8b3e6902906f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"259c2a54-9be4-444a-9740-\ -0d0f40049a31"], + }]], "SeeAlsoSection",ExpressionUUID->"9e5b1bff-2615-4404-976e-\ +3785db45c3f1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -816,9 +819,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ff005c4c-5d3d-4427-bd33-e5207083b36a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a53f2524-1e9a-4ea8-bd5a-\ -78c320d82768"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"88539047-31a1-416e-aa67-\ +911e5b4cf875"], Cell[BoxData[GridBox[{ { @@ -835,7 +837,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d6dbca9a-6d9d-4aaf-816f-d22a29f1adbb"]}]}, + "c7f3036a-f9b8-4dc5-9c1e-5372e98d3c3f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -843,10 +845,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "96e5d9c1-b565-4b7b-ac15-8944df0cc69c"]}]} + "694e3f2b-e45c-4913-8a5a-812a33feceac"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c838ac2e-76d2-4df2-ad3b-\ -9612164a17b2"], + }]], "MoreAboutSection",ExpressionUUID->"86a7af6b-b47d-4ebf-8758-\ +8e985ebfc85d"], Cell[BoxData[GridBox[{ { @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1f6e3047-e709-48d9-acb5-b7cdcdd6987d"]], "RelatedLinks", + "ac3980cc-f603-4eb6-a8a6-45dbd647610d"]], "RelatedLinks", ExpressionUUID->"2169582b-8c9e-40d4-b0e9-f611a80cb706"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,11 +892,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8484bfe3-5c62-4007-ae03-9e531fc5a4e3"]], "RelatedLinks", + "879d8c35-2d1c-4db2-84d6-1973cb82d063"]], "RelatedLinks", ExpressionUUID->"460b1071-de94-4bd6-ba9f-c3a29124bf8c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"76e7d53f-d854-428b-a595-\ -9b843e489ad0"], + }]], "RelatedLinksSection",ExpressionUUID->"f9a529dd-da17-4760-83d6-\ +eddfce35fb77"], Cell[CellGroupData[{ @@ -924,11 +926,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"4e575a1f-6b5c-4e66-9b7a-3d3bb60365d0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"23050c6e-00c7-4914-992a-49f127c8a519"] +Cell[" ", "FooterCell",ExpressionUUID->"188be089-059d-417c-8ce8-7f97600dda02"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvCheck", TaggingRules->{ @@ -939,7 +941,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 55.116059}", + "built" -> "{2024, 6, 3, 16, 52, 0.952479}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -947,10 +949,10 @@ TaggingRules->{ "ConvCheck[game] checks the convexity of the game. It provides \ information whether the marginal contributions of players are increasing.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ConvCheck", - "titlemodifier" -> "", "windowtitle" -> "ConvCheck", "type" -> "Symbol", - "uri" -> "TUG/ref/ConvCheck"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ConvCheck", "type" -> "Symbol", "uri" -> "TUG/ref/ConvCheck"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -959,9 +961,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cf8ea2f1-f614-4039-8ade-6eb8363ee7c6" +ExpressionUUID->"ef017393-dcc6-4a69-b2d5-817a8c0f3e32" ] (* End of Notebook Content *) @@ -969,127 +971,125 @@ ExpressionUUID->"cf8ea2f1-f614-4039-8ade-6eb8363ee7c6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13268, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dca5f683-af05-4cad-ae54-e72c40a67ec6", + Cell[13325, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d5d6b70-3c4a-4f89-ab72-81aad532b5dd", CellTags->"PrimaryExamplesSection", - CellID->1676009956]} + CellID->557975275]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35715, 970} + {"PrimaryExamplesSection", 35755, 972} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7063, 168, 56, "AnchorBarGrid",ExpressionUUID->"c0f14c49-5f20-4de5-af9e-a47f6939385c", +Cell[581, 21, 7118, 173, 57, "AnchorBarGrid",ExpressionUUID->"84fce30a-1858-46fd-bd5d-5784c18d1b0d", CellID->1], -Cell[7647, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"203f172e-1233-42dd-aecb-dcdc426f9dad"], +Cell[7702, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d477615f-b1d5-450c-9e83-101a3e30f070"], Cell[CellGroupData[{ -Cell[7758, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"a49da0b9-f87a-4671-83e2-321977fa88e3"], -Cell[9044, 232, 532, 10, 111, "Usage",ExpressionUUID->"41e6f18d-4c07-4afe-9c0d-9d21664fa3a7", +Cell[7813, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"5a237c6d-2c9e-4f91-a2af-e0307f6fc534"], +Cell[9099, 237, 532, 10, 111, "Usage",ExpressionUUID->"41e6f18d-4c07-4afe-9c0d-9d21664fa3a7", CellID->1724309849] }, Open ]], Cell[CellGroupData[{ -Cell[9613, 247, 1893, 47, 37, "NotesSection",ExpressionUUID->"038653fc-7dcc-4cd7-a184-c0378c745e47", +Cell[9668, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"aac533b4-c725-464d-a7df-19d75eabbaa9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->69305738], -Cell[11509, 296, 663, 17, 49, "Notes",ExpressionUUID->"19dd906a-43ee-42d7-ba8f-7141a4dc8dcf", + CellID->1289365119], +Cell[11566, 301, 663, 17, 48, "Notes",ExpressionUUID->"19dd906a-43ee-42d7-ba8f-7141a4dc8dcf", CellID->26053], -Cell[12175, 315, 489, 12, 37, "Notes",ExpressionUUID->"0fd2bfb4-8c4e-4995-be0a-6691b75905f8", +Cell[12232, 320, 489, 12, 38, "Notes",ExpressionUUID->"0fd2bfb4-8c4e-4995-be0a-6691b75905f8", CellID->177724765], -Cell[12667, 329, 227, 4, 36, "Notes",ExpressionUUID->"3e02d277-c847-4ef7-b7f9-58a1fd6f156c", +Cell[12724, 334, 227, 4, 36, "Notes",ExpressionUUID->"3e02d277-c847-4ef7-b7f9-58a1fd6f156c", CellID->1135892430], -Cell[12897, 335, 244, 4, 57, "Notes",ExpressionUUID->"396e197e-feb4-4d33-8810-187de166a58a", +Cell[12954, 340, 244, 4, 57, "Notes",ExpressionUUID->"396e197e-feb4-4d33-8810-187de166a58a", CellID->1169580521] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13268, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dca5f683-af05-4cad-ae54-e72c40a67ec6", +Cell[13325, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d5d6b70-3c4a-4f89-ab72-81aad532b5dd", CellTags->"PrimaryExamplesSection", - CellID->1676009956], + CellID->557975275], Cell[CellGroupData[{ -Cell[14714, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6840b131-24d8-4a52-b7d5-6252864bc222", - CellID->859529569], -Cell[16115, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"d907900b-8276-4ca7-9172-25ebed6f25ac", +Cell[14770, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4d7c8190-3cb5-49bf-b343-c7a0fe462647", + CellID->1901790404], +Cell[16172, 429, 119, 1, 39, "ExampleText",ExpressionUUID->"d907900b-8276-4ca7-9172-25ebed6f25ac", CellID->1912366672], Cell[CellGroupData[{ -Cell[16259, 429, 168, 3, 27, "Input",ExpressionUUID->"a92204fb-1504-4f9d-96c9-b94904460806", +Cell[16316, 434, 168, 3, 27, "Input",ExpressionUUID->"a92204fb-1504-4f9d-96c9-b94904460806", CellID->1995894689], Cell[CellGroupData[{ -Cell[16452, 436, 237, 4, 23, "Print",ExpressionUUID->"525b19d4-8dfb-4bfc-af44-e91b4224bbee", +Cell[16509, 441, 237, 4, 23, "Print",ExpressionUUID->"525b19d4-8dfb-4bfc-af44-e91b4224bbee", CellID->1942658295], -Cell[16692, 442, 365, 8, 23, "Print",ExpressionUUID->"c4ca0992-b347-45e3-9a68-253e1423aee7", +Cell[16749, 447, 365, 8, 23, "Print",ExpressionUUID->"c4ca0992-b347-45e3-9a68-253e1423aee7", CellID->778177154], -Cell[17060, 452, 237, 4, 23, "Print",ExpressionUUID->"b0cdeb4b-7312-427d-825a-2e4c1a8323f9", +Cell[17117, 457, 237, 4, 23, "Print",ExpressionUUID->"b0cdeb4b-7312-427d-825a-2e4c1a8323f9", CellID->1388290512], -Cell[17300, 458, 221, 3, 23, "Print",ExpressionUUID->"e071ff0d-5e00-415a-8d51-40cc62b84433", +Cell[17357, 463, 221, 3, 23, "Print",ExpressionUUID->"e071ff0d-5e00-415a-8d51-40cc62b84433", CellID->1549455237], -Cell[17524, 463, 208, 3, 23, "Print",ExpressionUUID->"d4b5cf64-fce5-47ca-852a-968cfc0f4efb", +Cell[17581, 468, 208, 3, 23, "Print",ExpressionUUID->"d4b5cf64-fce5-47ca-852a-968cfc0f4efb", CellID->2036182655], -Cell[17735, 468, 237, 4, 23, "Print",ExpressionUUID->"94d3ce79-2eac-493f-b93d-451cf6e0a06b", +Cell[17792, 473, 237, 4, 23, "Print",ExpressionUUID->"94d3ce79-2eac-493f-b93d-451cf6e0a06b", CellID->303685667], -Cell[17975, 474, 220, 3, 23, "Print",ExpressionUUID->"7fcfa542-cf35-40b5-8701-ab38045deece", +Cell[18032, 479, 220, 3, 23, "Print",ExpressionUUID->"7fcfa542-cf35-40b5-8701-ab38045deece", CellID->420516432], -Cell[18198, 479, 237, 4, 23, "Print",ExpressionUUID->"7cffd640-b6c7-4427-947e-109d311c478e", +Cell[18255, 484, 237, 4, 23, "Print",ExpressionUUID->"7cffd640-b6c7-4427-947e-109d311c478e", CellID->2105702505], -Cell[18438, 485, 237, 4, 23, "Print",ExpressionUUID->"6d9dc19b-045b-4cdd-9a33-00b9e1a2abe2", +Cell[18495, 490, 237, 4, 23, "Print",ExpressionUUID->"6d9dc19b-045b-4cdd-9a33-00b9e1a2abe2", CellID->1355323882], -Cell[18678, 491, 207, 3, 23, "Print",ExpressionUUID->"c0314663-aafe-49ce-8e28-53fd08cbee95", +Cell[18735, 496, 207, 3, 23, "Print",ExpressionUUID->"c0314663-aafe-49ce-8e28-53fd08cbee95", CellID->104234986], -Cell[18888, 496, 237, 4, 23, "Print",ExpressionUUID->"20dcbc3e-1dc8-4f8d-a7d1-1c4657b673a6", +Cell[18945, 501, 237, 4, 23, "Print",ExpressionUUID->"20dcbc3e-1dc8-4f8d-a7d1-1c4657b673a6", CellID->1023817744] }, Open ]] }, Open ]], -Cell[19152, 504, 136, 1, 70, "ExampleText",ExpressionUUID->"d1f91645-0de2-457c-af19-4160b477c516", +Cell[19209, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"d1f91645-0de2-457c-af19-4160b477c516", CellID->174772619], -Cell[19291, 507, 234, 6, 70, "Input",ExpressionUUID->"b2741e57-dbaf-43d2-a825-3d554b3fc786", +Cell[19348, 512, 234, 6, 70, "Input",ExpressionUUID->"b2741e57-dbaf-43d2-a825-3d554b3fc786", CellID->713996585], Cell[CellGroupData[{ -Cell[19550, 517, 359, 8, 70, "Input",ExpressionUUID->"d53552a3-4115-4fad-9b7c-17c7bbfbc0b8", +Cell[19607, 522, 359, 8, 70, "Input",ExpressionUUID->"d53552a3-4115-4fad-9b7c-17c7bbfbc0b8", CellID->840265727], -Cell[19912, 527, 363, 8, 36, "Output",ExpressionUUID->"8d55118c-c36a-4bdd-9df4-e67f099e9248", +Cell[19969, 532, 363, 8, 36, "Output",ExpressionUUID->"8d55118c-c36a-4bdd-9df4-e67f099e9248", CellID->1105246321] }, Open ]], -Cell[20290, 538, 236, 6, 70, "Input",ExpressionUUID->"28f4b921-4082-4137-bc51-8d76d6645e50", +Cell[20347, 543, 236, 6, 70, "Input",ExpressionUUID->"28f4b921-4082-4137-bc51-8d76d6645e50", CellID->51002539], -Cell[20529, 546, 191, 4, 70, "ExampleText",ExpressionUUID->"e621b6b2-ed48-42cc-a1bc-3597390dc5a7", +Cell[20586, 551, 191, 4, 70, "ExampleText",ExpressionUUID->"e621b6b2-ed48-42cc-a1bc-3597390dc5a7", CellID->1842270503], Cell[CellGroupData[{ -Cell[20745, 554, 167, 3, 70, "Input",ExpressionUUID->"ff80478d-becb-4ee6-8552-a24a2cb77c5d", +Cell[20802, 559, 167, 3, 70, "Input",ExpressionUUID->"ff80478d-becb-4ee6-8552-a24a2cb77c5d", CellID->1906535318], -Cell[20915, 559, 173, 4, 36, "Output",ExpressionUUID->"9190452c-8d36-46aa-8dbf-a3a904ccba56", +Cell[20972, 564, 173, 4, 36, "Output",ExpressionUUID->"9190452c-8d36-46aa-8dbf-a3a904ccba56", CellID->902395417] }, Open ]], -Cell[21103, 566, 130, 1, 70, "ExampleText",ExpressionUUID->"064b739f-1bad-4c29-bccc-ac540a65eb6a", +Cell[21160, 571, 130, 1, 70, "ExampleText",ExpressionUUID->"064b739f-1bad-4c29-bccc-ac540a65eb6a", CellID->1892675701], Cell[CellGroupData[{ -Cell[21258, 571, 167, 3, 70, "Input",ExpressionUUID->"5a19d4db-49eb-4fa8-beab-7d40800b454a", +Cell[21315, 576, 167, 3, 70, "Input",ExpressionUUID->"5a19d4db-49eb-4fa8-beab-7d40800b454a", CellID->1707409310], -Cell[21428, 576, 2126, 61, 121, "Output",ExpressionUUID->"b3d86d29-dafb-4145-87f7-771a534fa90e", +Cell[21485, 581, 2126, 61, 118, "Output",ExpressionUUID->"b3d86d29-dafb-4145-87f7-771a534fa90e", CellID->1515103528] }, Open ]], -Cell[23569, 640, 149, 1, 70, "ExampleText",ExpressionUUID->"df80e2fe-50f1-4dca-88e4-52e5db8d12c5", +Cell[23626, 645, 149, 1, 70, "ExampleText",ExpressionUUID->"df80e2fe-50f1-4dca-88e4-52e5db8d12c5", CellID->172013529] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24005, 654, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"9e5b1bff-2615-4404-976e-3785db45c3f1"], +Cell[29457, 804, 670, 18, 70, "TechNotesSection",ExpressionUUID->"88539047-31a1-416e-aa67-911e5b4cf875"], +Cell[30130, 824, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"86a7af6b-b47d-4ebf-8758-8e985ebfc85d"], +Cell[31166, 852, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"f9a529dd-da17-4760-83d6-eddfce35fb77"], Cell[CellGroupData[{ -Cell[23970, 651, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"259c2a54-9be4-444a-9740-0d0f40049a31"], -Cell[29422, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a53f2524-1e9a-4ea8-bd5a-78c320d82768"] -}, Open ]], -Cell[30107, 822, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c838ac2e-76d2-4df2-ad3b-9612164a17b2"], -Cell[31143, 850, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"76e7d53f-d854-428b-a595-9b843e489ad0"], -Cell[CellGroupData[{ -Cell[32758, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6a7def51-dfa9-43d7-acc4-fb70d56fa0b2", +Cell[32781, 902, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6a7def51-dfa9-43d7-acc4-fb70d56fa0b2", CellID->174251628], -Cell[32898, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3efdb497-17fb-4e37-a2d6-44f55dc3dd85", +Cell[32921, 905, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3efdb497-17fb-4e37-a2d6-44f55dc3dd85", CellID->1194386356], -Cell[33120, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ef08f17-b98e-4b7a-85f4-474dd0c48178", +Cell[33143, 911, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ef08f17-b98e-4b7a-85f4-474dd0c48178", CellID->1641706272], -Cell[33335, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b650a2b4-e7c6-4d14-a2cc-67a3517a468e", +Cell[33358, 916, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b650a2b4-e7c6-4d14-a2cc-67a3517a468e", CellID->399251956], -Cell[33564, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4e575a1f-6b5c-4e66-9b7a-3d3bb60365d0", +Cell[33587, 922, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4e575a1f-6b5c-4e66-9b7a-3d3bb60365d0", CellID->821434655] }, Open ]], -Cell[33801, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"23050c6e-00c7-4914-992a-49f127c8a519"] +Cell[33824, 928, 78, 0, 70, "FooterCell",ExpressionUUID->"188be089-059d-417c-8ce8-7f97600dda02"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvStrQ.nb b/Documentation/English/ReferencePages/Symbols/ConvStrQ.nb index 0a7c53a..a59cb19 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvStrQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvStrQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42559, 1104] -NotebookOptionsPosition[ 34490, 944] -NotebookOutlinePosition[ 36620, 998] -CellTagsIndexPosition[ 36535, 993] +NotebookDataLength[ 42560, 1103] +NotebookOptionsPosition[ 34503, 945] +NotebookOutlinePosition[ 36652, 999] +CellTagsIndexPosition[ 36567, 994] WindowTitle->ConvStrQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c37d34ff-eb3d-4cd4-bde3-6ef83ca77f9f"], + "223e641d-41ab-4b5f-9d73-43008c576931"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "63b9ff6d-dac3-4562-8cf1-fa48138e4286"], + "d56e8563-8f7c-4053-a957-f15fca7764bc"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aea9c2a3-9d16-43cf-afa6-840371cca72a"] - }],ExpressionUUID->"52664b4e-c820-47ec-a52f-269acc6c20e6"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "50e8c34d-a121-4e51-9c28-c41351a877f6"] + }],ExpressionUUID->"c95a2f0c-5be9-43dd-a2cc-d4f2bf301d3f"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], "\"ConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3ff1ae47-8db6-43b6-bc58-8e8de32f4ca0"], + "f741abc7-a714-41be-8c60-0e86a0839408"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b9507cb3-46a4-45b4-8147-e9d15303ab99"] - }],ExpressionUUID->"f6a13c97-bf38-4a8e-a902-c150994b87cd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ad62188d-7173-483c-bddf-be699aababa7"] + }],ExpressionUUID->"9ea6dab1-b5d1-4687-932f-3f76198280fd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cd6b684f-14fe-4799-bd0d-e06527cc5764"], + "5ae2999e-ea5d-417c-ace3-e3802b9e0c74"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fc075740-5359-4094-aebe-c16b536415a4"] - }],ExpressionUUID->"08c5e906-2d78-4f9e-a7f0-dff83e25020a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "58fcf73f-3034-4435-828c-75d3e4de2728"] + }],ExpressionUUID->"5d0a49c5-b67f-4e13-a3a2-f0f08b111f92"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e3312916-67b0-43fd-aba4-70123c6ba905"], + "ebfc1a8c-39fa-402f-bae7-83d5f9b21eff"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "219e47c1-979e-485d-8d73-fea5fca7ff84"] - }],ExpressionUUID->"11854c30-68ec-48d6-98ec-b8ed7e893aa4"], - StripOnInput->False], {"\<\"TUG/ref/ConvStrQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvStrQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ConvStrQ.\ + "76af4ddb-e695-44d2-a858-8beec76b7afc"] + }],ExpressionUUID->"477d95a0-e1e1-4ef8-a9d6-dc7f7621b2db"], + StripOnInput->False],{ + "\"TUG/ref/ConvStrQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvStrQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ConvStrQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$57771], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConvStrQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$60951], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvStrQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "848d2350-8848-4c69-9a86-8770e4e29685"] + "696229f0-0fbc-4490-82cc-e539fb514f5b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3129f94b-fa2f-40b6-8ff6-de7e7e36f867"]} + "154ea2e0-99dd-429a-b929-8e875d7ca870"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0778c19e-af28-4523-9a92-4a8011a2d180"], + CellID->1,ExpressionUUID->"6e0ece9b-8dec-45b4-9c8a-ed8cb0b998bf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e9e187fc-b0f2-4392-baf7-83b8459cf7b8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e811ee66-9817-4d18-a9bc-928bc4187f03"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvStrQ", "ObjectName",ExpressionUUID-> - "bd5eb693-65bc-4b1f-b5af-c803cbcc8d74"], + "76faaba6-e6c7-4704-975b-f1f91cf1f12a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b1d62d0a-0761-4359-a453-588cceb3c4e0"], + "Spacer1"]],ExpressionUUID->"1a9e79d7-3467-4b2e-8dbb-0cedf0a749f9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bbb0b3c1-ba1c-4784-8a98-f7b0abc48f60"] - }],ExpressionUUID->"601f6b76-a76c-4cde-be50-e3b1b78407bd"], Cell[BoxData[ + "0587ff40-48fa-4c61-b016-3aebe225ca2d"] + }],ExpressionUUID->"f2b8f82b-a390-41b4-bb67-f5d74124f995"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a5d4d7b6-ac22-49be-a714-54813d52f846"]} + "744240f7-7984-4287-8e8e-ddc4b50d8ca3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5c908149-1af8-4367-9647-cbc3ca983952"], + CacheGraphics->False,ExpressionUUID->"41e884c4-85a9-4367-a8ba-6803411a25f8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]checks if the TU game is strictly convex. It provides \ information whether the marginal contributions are strictly increasing for \ each player." - }],ExpressionUUID->"cd13c92e-8d73-4c34-b3d4-cd1dfa0cfa62"]} + }],ExpressionUUID->"dd916ef1-3915-42c2-a0cd-83c93998357f"]} }]], "Usage", CellID->1862214968,ExpressionUUID->"6b053cf4-097f-4b9a-b231-6c81855b1a0c"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"634691a5-4b79-46a5-b819-4eaf94b0b62e"], + ExpressionUUID->"0da94f0a-50a3-480e-a0db-60fb9fad9f38"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eaefea12-7357-431a-89db-1f0c8e95e97e"], + "Spacer1"]],ExpressionUUID->"fffa8708-e8f6-4544-abfb-e8cefb12e8f0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d209aa4a-a53c-45cc-b8be-140b2188e189"], + }], "NotesFrameText",ExpressionUUID->"ae6d3221-97c2-464b-89ee-3065ce6e5431"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"41202711-619e-419c-a295-a9aad9714d53"]], \ + "Preemptive"]],ExpressionUUID->"4a29f86a-7e5b-4dbc-9941-ac4d6f8a7a3d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->85291286,ExpressionUUID->"de2541fb-7a56-4ad2-b1b3-5d33dd9cdc7e"], + CellID->1226620688,ExpressionUUID->"84319dfa-8f6d-4779-bdaa-e6beacf37ae2"], Cell[TextData[{ "The input expression ", @@ -367,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0e0ac8e5-8c76-43e4-8010-3f5ec0751caa"], + ExpressionUUID->"0cd87a0e-25eb-4f34-bed8-d74eea460691"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"217c0605-35f3-40ca-8ffc-5fded228b118"], + "Spacer1"]],ExpressionUUID->"7f789b2c-d780-4071-a2f5-9876a360f6cd"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "046e8350-1d78-4f7b-b922-ac5da06145e3"] + "c901d48b-8056-4064-955e-4709cb083ca8"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->423449039,ExpressionUUID->"c37668c7-bd78-4556-9107-719504127103"], + CellID->1548902986,ExpressionUUID->"7fe739d6-4a02-45f7-a242-fb7add98509b"], Cell[CellGroupData[{ @@ -408,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2201b276-109d-4a63-83a5-eb7c2fec15bf"], + ExpressionUUID->"6f5cabb0-f6a6-4a07-a46d-3f69ab90873f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"967cb177-e1e6-467c-8977-8413a4917a8f"], + "Spacer1"]],ExpressionUUID->"f3d0744e-be79-4126-a9a0-5f57349f8895"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fb97ab78-544b-44de-9d34-4071cec9df76"] + "77c3cce0-e698-4e66-9b1e-3c375e06e73b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1387639793,ExpressionUUID->"3fb575dd-8e53-4f43-9842-9c5308ad7252"], + CellID->572134960,ExpressionUUID->"b70426ba-78ff-4d8e-a5a7-6cac631392f1"], Cell["Loading the package:", "ExampleText", CellID->1039290067,ExpressionUUID->"23f2f7f8-4787-4546-acdb-8ed4e896a8f1"], @@ -646,8 +650,6 @@ Cell["which is obviously not satisfied. ", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -795,15 +797,15 @@ Cell[BoxData[GridBox[{ "d7e8a9f9-ff15-4a2d-8076-cec66eab4b05"] }], "SeeAlso",ExpressionUUID->"987aec26-cb9b-461b-b53f-69c1179e3b77"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0592312f-a8ab-42be-a426-\ -d1087266e8cc"], + }]], "SeeAlsoSection",ExpressionUUID->"82687b35-4172-4764-acae-\ +d6e2adbbea3f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -815,9 +817,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"11ca4cd0-9726-496f-a3c8-ead03286062e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c5727067-95f7-48d5-8eca-\ -b0be4a0cfa2e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"73c3b5af-8a4e-4866-92ed-\ +04af9106a29e"], Cell[BoxData[GridBox[{ { @@ -834,7 +835,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1bdcc6a1-55b0-4cb0-8b78-3e104e4ac2ae"]}]}, + "9396e668-2288-4629-8e43-3ef7bff15843"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -842,10 +843,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "88a403f6-5adf-40c2-815c-a53ac0257f59"]}]} + "be9c825a-c1db-4f65-b6c9-ec3e10dd9427"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4206dd24-a179-4301-8b8c-\ -f1c646e544fc"], + }]], "MoreAboutSection",ExpressionUUID->"b6f87c3b-cfd8-4196-9add-\ +c2e6fd2cafd6"], Cell[BoxData[GridBox[{ { @@ -872,7 +873,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0c7c6628-b9dd-40e6-8c6f-87de956c3b45"]], "RelatedLinks", + "166293fc-d396-41ae-9f65-ba7fc7134fff"]], "RelatedLinks", ExpressionUUID->"9a501f32-b735-4e5a-b756-899a5faddd17"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -889,7 +890,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PositiveGameQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "98aafda3-639d-44f3-bcb4-4786cd051f38"]], "RelatedLinks", + "156055d0-47e5-4470-b112-3aecf098e383"]], "RelatedLinks", ExpressionUUID->"dcb2f50d-aacc-49f2-8022-29ff1a3a5c60"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -906,11 +907,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fcbc33bd-b436-4054-b2bc-0c95adf46aed"]], "RelatedLinks", + "8ddbc8aa-3d3c-4c4e-95b9-e0a48e053f3a"]], "RelatedLinks", ExpressionUUID->"205ca67b-caba-41f5-816a-2f4a8b3f4261"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d22fe068-0063-446c-a974-\ -01f49859a4e3"], + }]], "RelatedLinksSection",ExpressionUUID->"27e9e5c1-0cea-40e9-a04c-\ +4a67549aa8c7"], Cell[CellGroupData[{ @@ -940,11 +941,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ea1c29f9-06e6-410e-ac1e-e9440a913138"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2c135709-b333-4ed7-a5b0-814dbc51c9d3"] +Cell[" ", "FooterCell",ExpressionUUID->"3a68e5f1-274f-4eda-a9d9-0dfc43c0f9a9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvStrQ", TaggingRules->{ @@ -955,7 +956,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 2.411505}", + "built" -> "{2024, 6, 3, 16, 52, 4.924472}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -963,10 +964,10 @@ TaggingRules->{ "ConvStrQ[game] checks if the TU game is strictly convex. It provides \ information whether the marginal contributions are strictly increasing for \ each player.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ConvStrQ", - "titlemodifier" -> "", "windowtitle" -> "ConvStrQ", "type" -> "Symbol", - "uri" -> "TUG/ref/ConvStrQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ConvStrQ", "type" -> "Symbol", "uri" -> "TUG/ref/ConvStrQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -975,9 +976,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f93aa67c-3443-4835-b071-d24b7185308e" +ExpressionUUID->"4ba44781-aa3a-4cbe-b2e6-4cf45972323e" ] (* End of Notebook Content *) @@ -985,127 +986,125 @@ ExpressionUUID->"f93aa67c-3443-4835-b071-d24b7185308e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13223, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c37668c7-bd78-4556-9107-719504127103", + Cell[13270, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fe739d6-4a02-45f7-a242-fb7add98509b", CellTags->"PrimaryExamplesSection", - CellID->423449039]} + CellID->1548902986]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36335, 986} + {"PrimaryExamplesSection", 36366, 987} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7057, 168, 56, "AnchorBarGrid",ExpressionUUID->"0778c19e-af28-4523-9a92-4a8011a2d180", +Cell[580, 21, 7102, 172, 57, "AnchorBarGrid",ExpressionUUID->"6e0ece9b-8dec-45b4-9c8a-ed8cb0b998bf", CellID->1], -Cell[7640, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e9e187fc-b0f2-4392-baf7-83b8459cf7b8"], +Cell[7685, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e811ee66-9817-4d18-a9bc-928bc4187f03"], Cell[CellGroupData[{ -Cell[7751, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"5c908149-1af8-4367-9647-cbc3ca983952"], -Cell[9036, 232, 555, 11, 133, "Usage",ExpressionUUID->"6b053cf4-097f-4b9a-b231-6c81855b1a0c", +Cell[7796, 199, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"41e884c4-85a9-4367-a8ba-6803411a25f8"], +Cell[9081, 236, 555, 11, 132, "Usage",ExpressionUUID->"6b053cf4-097f-4b9a-b231-6c81855b1a0c", CellID->1862214968] }, Open ]], Cell[CellGroupData[{ -Cell[9628, 248, 1893, 47, 37, "NotesSection",ExpressionUUID->"de2541fb-7a56-4ad2-b1b3-5d33dd9cdc7e", +Cell[9673, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"84319dfa-8f6d-4779-bdaa-e6beacf37ae2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->85291286], -Cell[11524, 297, 663, 17, 49, "Notes",ExpressionUUID->"d73f1522-6968-407f-8880-21930b67c348", + CellID->1226620688], +Cell[11571, 301, 663, 17, 48, "Notes",ExpressionUUID->"d73f1522-6968-407f-8880-21930b67c348", CellID->26053], -Cell[12190, 316, 489, 12, 37, "Notes",ExpressionUUID->"8c4e338f-edaa-4036-94b2-d0851f1edf0c", +Cell[12237, 320, 489, 12, 38, "Notes",ExpressionUUID->"8c4e338f-edaa-4036-94b2-d0851f1edf0c", CellID->177724765], -Cell[12682, 330, 258, 5, 57, "Notes",ExpressionUUID->"cbd4d33f-5e65-4b66-ae97-e94300c2996c", +Cell[12729, 334, 258, 5, 57, "Notes",ExpressionUUID->"cbd4d33f-5e65-4b66-ae97-e94300c2996c", CellID->321149142], -Cell[12943, 337, 153, 1, 36, "Notes",ExpressionUUID->"7a3030d3-de9d-43db-b07b-408926cbaaa1", +Cell[12990, 341, 153, 1, 36, "Notes",ExpressionUUID->"7a3030d3-de9d-43db-b07b-408926cbaaa1", CellID->1924586609] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13223, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c37668c7-bd78-4556-9107-719504127103", +Cell[13270, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fe739d6-4a02-45f7-a242-fb7add98509b", CellTags->"PrimaryExamplesSection", - CellID->423449039], + CellID->1548902986], Cell[CellGroupData[{ -Cell[14668, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3fb575dd-8e53-4f43-9842-9c5308ad7252", - CellID->1387639793], -Cell[16070, 423, 119, 1, 38, "ExampleText",ExpressionUUID->"23f2f7f8-4787-4546-acdb-8ed4e896a8f1", +Cell[14716, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b70426ba-78ff-4d8e-a5a7-6cac631392f1", + CellID->572134960], +Cell[16117, 427, 119, 1, 39, "ExampleText",ExpressionUUID->"23f2f7f8-4787-4546-acdb-8ed4e896a8f1", CellID->1039290067], Cell[CellGroupData[{ -Cell[16214, 428, 167, 3, 27, "Input",ExpressionUUID->"8a398857-fe25-4aab-ab30-2bc51ddccf91", +Cell[16261, 432, 167, 3, 27, "Input",ExpressionUUID->"8a398857-fe25-4aab-ab30-2bc51ddccf91", CellID->850614768], Cell[CellGroupData[{ -Cell[16406, 435, 236, 4, 23, "Print",ExpressionUUID->"8a9ddcef-0a86-49ef-8809-ce1beb0492ae", +Cell[16453, 439, 236, 4, 23, "Print",ExpressionUUID->"8a9ddcef-0a86-49ef-8809-ce1beb0492ae", CellID->240329630], -Cell[16645, 441, 365, 8, 23, "Print",ExpressionUUID->"e06f59ff-9726-420a-90d2-5522feb811ad", +Cell[16692, 445, 365, 8, 23, "Print",ExpressionUUID->"e06f59ff-9726-420a-90d2-5522feb811ad", CellID->313851559], -Cell[17013, 451, 237, 4, 23, "Print",ExpressionUUID->"0fb8b855-744f-424a-a34b-a29f86292efb", +Cell[17060, 455, 237, 4, 23, "Print",ExpressionUUID->"0fb8b855-744f-424a-a34b-a29f86292efb", CellID->1125126643], -Cell[17253, 457, 220, 3, 23, "Print",ExpressionUUID->"71bec8ee-9069-4169-8073-23e7ea91d311", +Cell[17300, 461, 220, 3, 23, "Print",ExpressionUUID->"71bec8ee-9069-4169-8073-23e7ea91d311", CellID->606151540], -Cell[17476, 462, 208, 3, 23, "Print",ExpressionUUID->"c0f559ff-4bc8-4fdf-aa7a-84cc3fa0bb80", +Cell[17523, 466, 208, 3, 23, "Print",ExpressionUUID->"c0f559ff-4bc8-4fdf-aa7a-84cc3fa0bb80", CellID->1482668751], -Cell[17687, 467, 237, 4, 23, "Print",ExpressionUUID->"23a3c652-3618-48c9-aba9-1ac8b6b9ac7a", +Cell[17734, 471, 237, 4, 23, "Print",ExpressionUUID->"23a3c652-3618-48c9-aba9-1ac8b6b9ac7a", CellID->954106560], -Cell[17927, 473, 221, 3, 23, "Print",ExpressionUUID->"6fac3bab-08c2-4a20-a143-160107d2ca88", +Cell[17974, 477, 221, 3, 23, "Print",ExpressionUUID->"6fac3bab-08c2-4a20-a143-160107d2ca88", CellID->1493419134], -Cell[18151, 478, 237, 4, 23, "Print",ExpressionUUID->"5ac8fd83-ec80-4f04-ac8e-ebf5000cb4bb", +Cell[18198, 482, 237, 4, 23, "Print",ExpressionUUID->"5ac8fd83-ec80-4f04-ac8e-ebf5000cb4bb", CellID->1454183481], -Cell[18391, 484, 237, 4, 23, "Print",ExpressionUUID->"0d8d53ca-1cc8-4eb4-a21a-5ae48ddd39cb", +Cell[18438, 488, 237, 4, 23, "Print",ExpressionUUID->"0d8d53ca-1cc8-4eb4-a21a-5ae48ddd39cb", CellID->1888326021], -Cell[18631, 490, 207, 3, 23, "Print",ExpressionUUID->"02976535-46b3-4280-a8ac-83cb1aba2e79", +Cell[18678, 494, 207, 3, 23, "Print",ExpressionUUID->"02976535-46b3-4280-a8ac-83cb1aba2e79", CellID->410944516], -Cell[18841, 495, 237, 4, 70, "Print",ExpressionUUID->"cf6161dc-e9f4-480e-9ca5-8ac8f767c75e", +Cell[18888, 499, 237, 4, 70, "Print",ExpressionUUID->"cf6161dc-e9f4-480e-9ca5-8ac8f767c75e", CellID->1653279683] }, Open ]] }, Open ]], -Cell[19105, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"73bffea3-d294-4df7-97e4-7846b7fff1b0", +Cell[19152, 507, 136, 1, 70, "ExampleText",ExpressionUUID->"73bffea3-d294-4df7-97e4-7846b7fff1b0", CellID->557134060], -Cell[19244, 506, 235, 6, 70, "Input",ExpressionUUID->"2b1c8792-20d9-45dc-96dd-fc60f290b390", +Cell[19291, 510, 235, 6, 70, "Input",ExpressionUUID->"2b1c8792-20d9-45dc-96dd-fc60f290b390", CellID->1301874734], Cell[CellGroupData[{ -Cell[19504, 516, 360, 8, 70, "Input",ExpressionUUID->"d73925d9-c401-4152-89ff-627e042fe988", +Cell[19551, 520, 360, 8, 70, "Input",ExpressionUUID->"d73925d9-c401-4152-89ff-627e042fe988", CellID->1817692200], -Cell[19867, 526, 362, 8, 36, "Output",ExpressionUUID->"866ced9b-375e-4aea-9b05-464ba431c5be", +Cell[19914, 530, 362, 8, 36, "Output",ExpressionUUID->"866ced9b-375e-4aea-9b05-464ba431c5be", CellID->446322032] }, Open ]], -Cell[20244, 537, 237, 6, 70, "Input",ExpressionUUID->"6e6009f5-4eed-4357-81c4-5fda8ebcc4f5", +Cell[20291, 541, 237, 6, 70, "Input",ExpressionUUID->"6e6009f5-4eed-4357-81c4-5fda8ebcc4f5", CellID->875067645], -Cell[20484, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"fd4df207-de9c-4ba6-8517-1f44dc220c16", +Cell[20531, 549, 190, 4, 70, "ExampleText",ExpressionUUID->"fd4df207-de9c-4ba6-8517-1f44dc220c16", CellID->100384568], Cell[CellGroupData[{ -Cell[20699, 553, 166, 3, 70, "Input",ExpressionUUID->"0e9fe5e6-8bdd-4f05-964a-1967fefd0b90", +Cell[20746, 557, 166, 3, 70, "Input",ExpressionUUID->"0e9fe5e6-8bdd-4f05-964a-1967fefd0b90", CellID->1441185029], -Cell[20868, 558, 174, 4, 36, "Output",ExpressionUUID->"c9487410-a36d-48c9-a511-8b2c97f5eda7", +Cell[20915, 562, 174, 4, 36, "Output",ExpressionUUID->"c9487410-a36d-48c9-a511-8b2c97f5eda7", CellID->1363181671] }, Open ]], -Cell[21057, 565, 136, 1, 70, "ExampleText",ExpressionUUID->"d5cc256f-d378-4d43-bb8e-385258af4987", +Cell[21104, 569, 136, 1, 70, "ExampleText",ExpressionUUID->"d5cc256f-d378-4d43-bb8e-385258af4987", CellID->637062199], Cell[CellGroupData[{ -Cell[21218, 570, 164, 3, 70, "Input",ExpressionUUID->"437b850f-00a0-4f21-9258-860f426a973f", +Cell[21265, 574, 164, 3, 70, "Input",ExpressionUUID->"437b850f-00a0-4f21-9258-860f426a973f", CellID->84904301], -Cell[21385, 575, 2181, 61, 121, "Output",ExpressionUUID->"8f1d5cce-3d6c-4c01-9d60-26766cbafa84", +Cell[21432, 579, 2181, 61, 118, "Output",ExpressionUUID->"8f1d5cce-3d6c-4c01-9d60-26766cbafa84", CellID->299801878] }, Open ]], -Cell[23581, 639, 133, 1, 70, "ExampleText",ExpressionUUID->"01d0e8ed-58fd-4afa-a822-a9f73355f864", +Cell[23628, 643, 133, 1, 70, "ExampleText",ExpressionUUID->"01d0e8ed-58fd-4afa-a822-a9f73355f864", CellID->1620163674] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23991, 652, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"82687b35-4172-4764-acae-d6e2adbbea3f"], +Cell[29441, 802, 670, 18, 70, "TechNotesSection",ExpressionUUID->"73c3b5af-8a4e-4866-92ed-04af9106a29e"], +Cell[30114, 822, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b6f87c3b-cfd8-4196-9add-c2e6fd2cafd6"], +Cell[31150, 850, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"27e9e5c1-0cea-40e9-a04c-4a67549aa8c7"], Cell[CellGroupData[{ -Cell[23966, 650, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"0592312f-a8ab-42be-a426-d1087266e8cc"], -Cell[29416, 800, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c5727067-95f7-48d5-8eca-b0be4a0cfa2e"] -}, Open ]], -Cell[30101, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4206dd24-a179-4301-8b8c-f1c646e544fc"], -Cell[31137, 849, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"d22fe068-0063-446c-a974-01f49859a4e3"], -Cell[CellGroupData[{ -Cell[33365, 916, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd1f192a-14fb-4af7-8eb2-cba4d28ce766", +Cell[33378, 917, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd1f192a-14fb-4af7-8eb2-cba4d28ce766", CellID->174251628], -Cell[33505, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"efb4b5e4-34dd-4d1e-aa13-55393493643f", +Cell[33518, 920, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"efb4b5e4-34dd-4d1e-aa13-55393493643f", CellID->1194386356], -Cell[33727, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1898dfd0-18de-4d47-8027-d4b742e60d03", +Cell[33740, 926, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1898dfd0-18de-4d47-8027-d4b742e60d03", CellID->1641706272], -Cell[33942, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35792799-353d-48fd-be41-b87cc1f7b654", +Cell[33955, 931, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35792799-353d-48fd-be41-b87cc1f7b654", CellID->399251956], -Cell[34171, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ea1c29f9-06e6-410e-ac1e-e9440a913138", +Cell[34184, 937, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ea1c29f9-06e6-410e-ac1e-e9440a913138", CellID->821434655] }, Open ]], -Cell[34408, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"2c135709-b333-4ed7-a5b0-814dbc51c9d3"] +Cell[34421, 943, 78, 0, 70, "FooterCell",ExpressionUUID->"3a68e5f1-274f-4eda-a9d9-0dfc43c0f9a9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvexConjugate.nb b/Documentation/English/ReferencePages/Symbols/ConvexConjugate.nb index a67981f..ffd2f69 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvexConjugate.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvexConjugate.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 49421, 1294] -NotebookOptionsPosition[ 39781, 1103] -NotebookOutlinePosition[ 41979, 1158] -CellTagsIndexPosition[ 41893, 1153] +NotebookDataLength[ 49412, 1293] +NotebookOptionsPosition[ 39791, 1104] +NotebookOutlinePosition[ 42005, 1159] +CellTagsIndexPosition[ 41919, 1154] WindowTitle->ConvexConjugate WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "64dcc3b1-ca4a-465f-aafa-07329fa35df5"], + "bfac3a3b-b87c-4af7-8ae7-31af60cfb303"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b401334c-0f1c-44a3-9e5e-f957e780900f"], + "7c7f317f-5be1-4d74-b789-0e70a63ff71c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "96a5e937-3435-4a18-b7a3-152a9e746c94"] - }],ExpressionUUID->"2d1a958a-13b4-4953-a627-4dc14b09a5da"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "25e3567d-f023-42f7-ab1e-bd910ea1b40e"] + }],ExpressionUUID->"270c5fe0-8daa-4f1f-944b-29844ec5c4a3"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ec20a02c-37df-481b-84af-4427480b6169"], + "9174fdf1-41f0-4fe9-99ab-f7e8863594d3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39e5f8d2-e678-4058-9233-1e11c954dac5"] - }],ExpressionUUID->"9dc7529f-f4e7-4536-a52b-26aa9975acf8"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "79a2c0f7-4a2a-4b73-a4bb-00f644f76052"] + }],ExpressionUUID->"da6190e9-dbc7-48bc-9e4f-b935a385619e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4b3c8941-02e0-4a08-9019-790fafa586cb"], + "d89db2eb-3722-490c-812e-76f58203db0e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "da046aab-ca4a-4b02-b512-47e67963f417"] - }],ExpressionUUID->"1d66e116-b98a-487a-8d5a-d6539901702a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6596c308-c6c1-4a18-8468-25f2150d995b"] + }],ExpressionUUID->"39deec8e-222a-44f3-b4af-adca27259e11"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3f25fd6b-9859-4d95-a34a-d90214d7158d"], + "073c4004-6c92-4f3c-84f0-480070ef82ce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f81adcdb-82d8-439c-94df-4f915756f363"] - }],ExpressionUUID->"b140f517-7776-45a1-bae5-be3c8ae97ccf"], - StripOnInput->False], {"\<\"TUG/ref/ConvexConjugate\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvexConjugate"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8da488c3-e763-4052-96bf-ead25bc8c661"] + }],ExpressionUUID->"e5d5ccc0-fd0c-46d3-a421-831aff7b659e"], + StripOnInput->False],{ + "\"TUG/ref/ConvexConjugate\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvexConjugate"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ConvexConjugate.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$55520], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConvexConjugate" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$58564], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvexConjugate" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ad979f8f-82ad-4838-8865-ebccead5ccb1"] + "3d8f28fa-cf31-42b2-aa88-d6024a5097b2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7dfc7f5b-132a-4c45-adef-a478b6808a01"]} + "82100d9b-1c8e-48eb-a14e-06993a335f2e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"086bb6b8-5ccb-461f-83e3-34440907ac3d"], + CellID->1,ExpressionUUID->"77aec810-dbd8-4a92-99f7-2134cb293c0c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"eec559d7-9223-4f88-91e8-0e054b1f9bf3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2e01d6fb-9d94-4e9a-aee8-20d66cabe404"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvexConjugate", "ObjectName",ExpressionUUID-> - "b549e87c-03c5-4177-bcc8-f7127c7bf7dd"], + "607de09e-e030-4060-9fe8-5a47e5a898a5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6f8ab5e7-836c-488d-b317-ec6d27101a44"], + "Spacer1"]],ExpressionUUID->"31ce53a3-026d-43c1-87b8-30a297b2e971"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "57ed4191-e7c0-4438-b9f0-bb344173bf5a"] - }],ExpressionUUID->"a35d0a85-9612-4caf-85c1-14824a6b54aa"], Cell[BoxData[ + "474cb953-de8c-41b6-9fe7-ca2dabc72061"] + }],ExpressionUUID->"034719eb-2ac9-4227-acc3-04dc3926294c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9a7adaa4-e8fc-4826-ba99-a01181bdef54"]} + "b6d635ea-62b2-4588-a948-609647f98ec6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bf8bf869-0497-4d6d-aefb-92ff58674ba8"], + CacheGraphics->False,ExpressionUUID->"2dde9450-bd5c-400f-8fe6-a33d1896aeec"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "6e700568-072c-47ea-aad1-4aed70516e39"], " \[LineSeparator]specifies the convex conjugate (Fenchel transform) of \ a convex input function." - }],ExpressionUUID->"0ae354f4-7b12-4a54-8f6c-c96d05ccbf8e"]}, + }],ExpressionUUID->"efd6fe80-578b-4b54-ac64-3793b14df9ca"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ConvexConjugate", "[", @@ -248,7 +252,7 @@ a convex input function." FontFamily->"Source Sans Pro",ExpressionUUID-> "2e20db45-7f63-453a-84c3-e516e0aacc9d"], " \[LineSeparator]by option set a verbose mode can be enabled." - }],ExpressionUUID->"7a06405e-6cf8-472e-aa6b-63fafca2ea0a"]} + }],ExpressionUUID->"98a1180e-d5a1-4fb2-b557-346acfe78a9a"]} }]], "Usage", CellID->87868676,ExpressionUUID->"2525fb31-e4ee-4de9-8cfd-aecb2b58b3dc"] }, Open ]], @@ -281,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4cc24526-8f2b-4c52-8d27-7cddda8a2d7e"], + ExpressionUUID->"56e09e75-f97e-4dcf-a5a2-60511b9a8875"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3aa5e95d-fc80-492b-aa23-5e2673d38c35"], + "Spacer1"]],ExpressionUUID->"877e0da1-7d60-47c8-aa2c-ad804d81cd33"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2404ce1f-8905-401f-9821-9dd2336abbb3"], + }], "NotesFrameText",ExpressionUUID->"ef807d59-e1ee-40ae-8de1-a4d6e4b98196"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5ee20be7-391d-4c09-a4eb-82f5ab0526b6"]], \ + "Preemptive"]],ExpressionUUID->"6a9b120c-d11e-4ec8-9f98-b21f3cabbc6a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->806142307,ExpressionUUID->"153f738a-7673-40e0-847d-e56913637019"], + CellID->291295362,ExpressionUUID->"87b0013d-492c-4461-a8d4-762396d206f6"], Cell[TextData[{ "The input expression ", @@ -404,19 +408,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0058e1e6-3252-425d-b9c1-6d9918a3a7a3"], + ExpressionUUID->"97b8b9a8-2bf4-4502-9742-a09163f790dc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"83e09488-83ec-4ec6-8aa7-ef10cc6962d4"], + "Spacer1"]],ExpressionUUID->"aef53f85-0c4e-4182-bd99-a1f347a435cc"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8bbc15b4-8931-49fb-8ec8-281971d8cc1e"] + "3d01f8b2-b0f4-4b2f-a695-976f46cd15cb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1236226976,ExpressionUUID->"7c7daa3d-6a68-4b34-8b72-e7a1d447ea8e"], + CellID->261858443,ExpressionUUID->"a5130a49-313b-44b8-825b-364d1115fc0d"], Cell[CellGroupData[{ @@ -445,18 +449,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1a8ad88e-40c3-4087-aa4b-fdbba8092123"], + ExpressionUUID->"4b3a9205-f0d5-4aae-867d-c8de6ca22251"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d8e16e77-91e5-4eeb-963a-43ed0e0ca62f"], + "Spacer1"]],ExpressionUUID->"1bfcff10-2603-4c7f-bb18-a5e352175b0c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f4de970f-1a66-422d-ba71-935e27f51705"] + "be606849-b368-4e15-8046-09c0510ac80f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1810621461,ExpressionUUID->"99e2fd7f-7a98-4f02-bdc8-b7fe5a1cc9f2"], + CellID->382223306,ExpressionUUID->"347fd169-7428-462d-ba2e-300dd2667d20"], Cell["Loading the package:", "ExampleText", CellID->784025277,ExpressionUUID->"0cdd91ba-ba3f-4a2c-9127-f2d324520188"], @@ -805,8 +809,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -954,15 +956,15 @@ Cell[BoxData[GridBox[{ "4c3c1d87-d4f1-4b9a-8aae-aa4fe3ada9c0"] }], "SeeAlso",ExpressionUUID->"860d88a1-edb0-4a3e-9155-365bd673bbd1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"61123714-3712-451e-958e-\ -d85e8355daa3"], + }]], "SeeAlsoSection",ExpressionUUID->"02b5bb48-6071-4ea5-a828-\ +3362229e22cd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -974,9 +976,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5c0ebb2b-8b56-4a47-ad4b-10ed51d829d1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8e87a1ef-e8e0-4b95-b44c-\ -c6481c3678a1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"908c6314-db20-4528-b94c-\ +7295c945fc01"], Cell[BoxData[GridBox[{ { @@ -993,7 +994,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1eb48eb7-30f1-47b8-98cd-fac748979dea"]}]}, + "a9f788e2-f6dc-47e1-b077-7cdea4c1d92d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1001,10 +1002,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "05f7b556-9746-4ecf-a30e-0c0f93ea5d46"]}]} + "b556b252-a09e-428f-82f8-aacf4463caf2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"29328070-c831-4e79-9ed3-\ -52f932cc8654"], + }]], "MoreAboutSection",ExpressionUUID->"fbf11d69-1109-4292-8658-\ +392293727de3"], Cell[BoxData[GridBox[{ { @@ -1031,7 +1032,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e6330454-d80b-4562-a2c1-f6729bc33030"]], "RelatedLinks", + "e7caf47b-8ed6-4535-a501-afc82dc8af55"]], "RelatedLinks", ExpressionUUID->"89b34e68-22f7-457d-b0e4-734fe66ff8b6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1048,7 +1049,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b9abfee5-109c-496e-859c-5e0d75e47def"]], "RelatedLinks", + "d3287455-3924-4aff-a202-e5a5aad72bff"]], "RelatedLinks", ExpressionUUID->"2937a103-ee17-48bd-a38c-aa7dc787c42d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1065,11 +1066,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "022ae9bc-6112-4c30-9525-409b5b4e234b"]], "RelatedLinks", + "50c8f712-91b9-4fdd-ac53-6ca4e46823d3"]], "RelatedLinks", ExpressionUUID->"45698b6d-d051-4c03-b919-c5a02075eb79"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"36b01f1a-de34-4d73-8b89-\ -954451b2a5dc"], + }]], "RelatedLinksSection",ExpressionUUID->"889ce960-8100-45f0-83a2-\ +a6847a3f3329"], Cell[CellGroupData[{ @@ -1099,11 +1100,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"1c15256c-ce99-470c-906c-198e9e840642"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"fe3b1f76-2f67-4ff8-bc64-38d9d02e6d29"] +Cell[" ", "FooterCell",ExpressionUUID->"1102ae6c-ab37-4279-8ee2-05f4afe9b170"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvexConjugate", TaggingRules->{ @@ -1114,7 +1115,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 56.582176}", + "built" -> "{2024, 6, 3, 16, 52, 1.745209}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1123,10 +1124,10 @@ TaggingRules->{ transform) of a convex input function. ConvexConjugate[game, objf, options] \ by option set a verbose mode can be enabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ConvexConjugate", "titlemodifier" -> "", - "windowtitle" -> "ConvexConjugate", "type" -> "Symbol", "uri" -> - "TUG/ref/ConvexConjugate"}}, + "metadescription" -> "", "windowtitle" -> "ConvexConjugate", "type" -> + "Symbol", "uri" -> "TUG/ref/ConvexConjugate"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1135,9 +1136,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f327d010-0cde-48de-898a-b658e2d8e113" +ExpressionUUID->"528fe86c-5e63-43e9-9c1b-c5963d825034" ] (* End of Notebook Content *) @@ -1145,157 +1146,155 @@ ExpressionUUID->"f327d010-0cde-48de-898a-b658e2d8e113" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14692, 381, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7c7daa3d-6a68-4b34-8b72-e7a1d447ea8e", + Cell[14738, 385, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a5130a49-313b-44b8-825b-364d1115fc0d", CellTags->"PrimaryExamplesSection", - CellID->1236226976]} + CellID->261858443]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41692, 1146} + {"PrimaryExamplesSection", 41719, 1147} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7114, 168, 56, "AnchorBarGrid",ExpressionUUID->"086bb6b8-5ccb-461f-83e3-34440907ac3d", +Cell[587, 21, 7160, 172, 57, "AnchorBarGrid",ExpressionUUID->"77aec810-dbd8-4a92-99f7-2134cb293c0c", CellID->1], -Cell[7704, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"eec559d7-9223-4f88-91e8-0e054b1f9bf3"], +Cell[7750, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2e01d6fb-9d94-4e9a-aee8-20d66cabe404"], Cell[CellGroupData[{ -Cell[7815, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"bf8bf869-0497-4d6d-aefb-92ff58674ba8"], -Cell[9107, 232, 928, 20, 187, "Usage",ExpressionUUID->"2525fb31-e4ee-4de9-8cfd-aecb2b58b3dc", +Cell[7861, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"2dde9450-bd5c-400f-8fe6-a33d1896aeec"], +Cell[9153, 236, 928, 20, 186, "Usage",ExpressionUUID->"2525fb31-e4ee-4de9-8cfd-aecb2b58b3dc", CellID->87868676] }, Open ]], Cell[CellGroupData[{ -Cell[10072, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"153f738a-7673-40e0-847d-e56913637019", +Cell[10118, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"87b0013d-492c-4461-a8d4-762396d206f6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->806142307], -Cell[11969, 306, 770, 17, 57, "]]",ExpressionUUID->"e446eacb-da15-432e-8184-d8f060e989e7", + CellID->291295362], +Cell[12015, 310, 770, 17, 57, "]]",ExpressionUUID->"e446eacb-da15-432e-8184-d8f060e989e7", CellID->313448337], -Cell[12742, 325, 489, 12, 37, "Notes",ExpressionUUID->"e5c0e80a-c5de-4586-9cee-479db16e422b", +Cell[12788, 329, 489, 12, 38, "Notes",ExpressionUUID->"e5c0e80a-c5de-4586-9cee-479db16e422b", CellID->344198098], -Cell[13234, 339, 209, 4, 36, "Notes",ExpressionUUID->"4e84fffe-4161-44f7-b254-8baa35681ef3", +Cell[13280, 343, 209, 4, 36, "Notes",ExpressionUUID->"4e84fffe-4161-44f7-b254-8baa35681ef3", CellID->2064462137], -Cell[13446, 345, 221, 4, 36, "Notes",ExpressionUUID->"5e3c0e6f-2f40-4cc9-8a25-964b36973167", +Cell[13492, 349, 221, 4, 36, "Notes",ExpressionUUID->"5e3c0e6f-2f40-4cc9-8a25-964b36973167", CellID->710429961], -Cell[13670, 351, 749, 21, 58, "Notes",ExpressionUUID->"de83a5ff-8c5b-408b-8e84-dc00be2d9001", +Cell[13716, 355, 749, 21, 59, "Notes",ExpressionUUID->"de83a5ff-8c5b-408b-8e84-dc00be2d9001", CellID->1618129866], -Cell[14422, 374, 143, 1, 36, "Notes",ExpressionUUID->"725354ca-0d0d-49f0-bf43-0842f9a87015", +Cell[14468, 378, 143, 1, 36, "Notes",ExpressionUUID->"725354ca-0d0d-49f0-bf43-0842f9a87015", CellID->1172904706] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14692, 381, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7c7daa3d-6a68-4b34-8b72-e7a1d447ea8e", +Cell[14738, 385, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a5130a49-313b-44b8-825b-364d1115fc0d", CellTags->"PrimaryExamplesSection", - CellID->1236226976], + CellID->261858443], Cell[CellGroupData[{ -Cell[16138, 422, 1399, 36, 30, "ExampleSection",ExpressionUUID->"99e2fd7f-7a98-4f02-bdc8-b7fe5a1cc9f2", - CellID->1810621461], -Cell[17540, 460, 118, 1, 38, "ExampleText",ExpressionUUID->"0cdd91ba-ba3f-4a2c-9127-f2d324520188", +Cell[16183, 426, 1398, 36, 30, "ExampleSection",ExpressionUUID->"347fd169-7428-462d-ba2e-300dd2667d20", + CellID->382223306], +Cell[17584, 464, 118, 1, 39, "ExampleText",ExpressionUUID->"0cdd91ba-ba3f-4a2c-9127-f2d324520188", CellID->784025277], Cell[CellGroupData[{ -Cell[17683, 465, 167, 3, 27, "Input",ExpressionUUID->"37e8c3e0-a754-4072-84db-db3aa7b41497", +Cell[17727, 469, 167, 3, 27, "Input",ExpressionUUID->"37e8c3e0-a754-4072-84db-db3aa7b41497", CellID->397687084], Cell[CellGroupData[{ -Cell[17875, 472, 236, 4, 23, "Print",ExpressionUUID->"fbb21b5d-994f-4118-a0e2-ca9b73ecbb45", +Cell[17919, 476, 236, 4, 23, "Print",ExpressionUUID->"fbb21b5d-994f-4118-a0e2-ca9b73ecbb45", CellID->548383804], -Cell[18114, 478, 365, 8, 23, "Print",ExpressionUUID->"8b55dcea-2715-4998-8d91-cf6cb39fd911", +Cell[18158, 482, 365, 8, 23, "Print",ExpressionUUID->"8b55dcea-2715-4998-8d91-cf6cb39fd911", CellID->301146608], -Cell[18482, 488, 237, 4, 23, "Print",ExpressionUUID->"6103b9a6-3c17-4ca0-a11e-57e0bc2764a9", +Cell[18526, 492, 237, 4, 23, "Print",ExpressionUUID->"6103b9a6-3c17-4ca0-a11e-57e0bc2764a9", CellID->1047453403], -Cell[18722, 494, 221, 3, 23, "Print",ExpressionUUID->"99084578-5b05-41c4-a179-60371a763695", +Cell[18766, 498, 221, 3, 23, "Print",ExpressionUUID->"99084578-5b05-41c4-a179-60371a763695", CellID->1491053557], -Cell[18946, 499, 207, 3, 70, "Print",ExpressionUUID->"98c1db9c-1a57-4bbe-a48c-aa3207da704b", +Cell[18990, 503, 207, 3, 70, "Print",ExpressionUUID->"98c1db9c-1a57-4bbe-a48c-aa3207da704b", CellID->772116692], -Cell[19156, 504, 238, 4, 70, "Print",ExpressionUUID->"4038aab9-e51c-4cf4-8c71-0a656a0e2020", +Cell[19200, 508, 238, 4, 70, "Print",ExpressionUUID->"4038aab9-e51c-4cf4-8c71-0a656a0e2020", CellID->1971428463], -Cell[19397, 510, 221, 3, 70, "Print",ExpressionUUID->"add9a274-a84a-4cd0-abc4-c6d419cdec02", +Cell[19441, 514, 221, 3, 70, "Print",ExpressionUUID->"add9a274-a84a-4cd0-abc4-c6d419cdec02", CellID->1664367872], -Cell[19621, 515, 236, 4, 70, "Print",ExpressionUUID->"7ad0e247-c6b6-48cd-9092-c9c4ee42e228", +Cell[19665, 519, 236, 4, 70, "Print",ExpressionUUID->"7ad0e247-c6b6-48cd-9092-c9c4ee42e228", CellID->929986197], -Cell[19860, 521, 236, 4, 70, "Print",ExpressionUUID->"06e59369-b68a-4082-81d8-0a126204df47", +Cell[19904, 525, 236, 4, 70, "Print",ExpressionUUID->"06e59369-b68a-4082-81d8-0a126204df47", CellID->274601806], -Cell[20099, 527, 207, 3, 70, "Print",ExpressionUUID->"90b66f3f-90ad-484e-98f5-84de6c1291c7", +Cell[20143, 531, 207, 3, 70, "Print",ExpressionUUID->"90b66f3f-90ad-484e-98f5-84de6c1291c7", CellID->261285343], -Cell[20309, 532, 237, 4, 70, "Print",ExpressionUUID->"c6330f65-09f4-4bdb-bb73-95c9994acb8c", +Cell[20353, 536, 237, 4, 70, "Print",ExpressionUUID->"c6330f65-09f4-4bdb-bb73-95c9994acb8c", CellID->2062085638] }, Open ]] }, Open ]], -Cell[20573, 540, 136, 1, 70, "ExampleText",ExpressionUUID->"fe4725e5-481a-4b8d-a2e5-e53095934ddf", +Cell[20617, 544, 136, 1, 70, "ExampleText",ExpressionUUID->"fe4725e5-481a-4b8d-a2e5-e53095934ddf", CellID->334388570], -Cell[20712, 543, 233, 6, 70, "Input",ExpressionUUID->"b083e112-f5c1-4cba-8b98-db2ac1657613", +Cell[20756, 547, 233, 6, 70, "Input",ExpressionUUID->"b083e112-f5c1-4cba-8b98-db2ac1657613", CellID->52900254], -Cell[20948, 551, 381, 9, 70, "Input",ExpressionUUID->"da8c1027-4101-4c05-b89d-6f3e15e8d3f2", +Cell[20992, 555, 381, 9, 70, "Input",ExpressionUUID->"da8c1027-4101-4c05-b89d-6f3e15e8d3f2", CellID->1020248369], -Cell[21332, 562, 237, 6, 70, "Input",ExpressionUUID->"57a466f8-d283-4425-840e-1bd3867af43f", +Cell[21376, 566, 237, 6, 70, "Input",ExpressionUUID->"57a466f8-d283-4425-840e-1bd3867af43f", CellID->251367059], -Cell[21572, 570, 191, 4, 70, "ExampleText",ExpressionUUID->"fac2766c-2fdb-4a3b-9280-16e7e9dc93fd", +Cell[21616, 574, 191, 4, 70, "ExampleText",ExpressionUUID->"fac2766c-2fdb-4a3b-9280-16e7e9dc93fd", CellID->1534770836], Cell[CellGroupData[{ -Cell[21788, 578, 173, 3, 70, "Input",ExpressionUUID->"ce3ddd22-2c60-429e-b827-3325407dc16f", +Cell[21832, 582, 173, 3, 70, "Input",ExpressionUUID->"ce3ddd22-2c60-429e-b827-3325407dc16f", CellID->1730678330], -Cell[21964, 583, 216, 5, 36, "Output",ExpressionUUID->"d9d42e3b-0d7c-4428-a11c-e57d1802c6d8", +Cell[22008, 587, 216, 5, 36, "Output",ExpressionUUID->"d9d42e3b-0d7c-4428-a11c-e57d1802c6d8", CellID->1064280911] }, Open ]], -Cell[22195, 591, 180, 3, 70, "ExampleText",ExpressionUUID->"7d8ea377-2905-4c16-80ca-e8c2db6c4635", +Cell[22239, 595, 180, 3, 70, "ExampleText",ExpressionUUID->"7d8ea377-2905-4c16-80ca-e8c2db6c4635", CellID->659242439], Cell[CellGroupData[{ -Cell[22400, 598, 349, 9, 70, "Input",ExpressionUUID->"1f8b8869-52cc-4fee-94f6-5a0b5dfab585", +Cell[22444, 602, 349, 9, 70, "Input",ExpressionUUID->"1f8b8869-52cc-4fee-94f6-5a0b5dfab585", CellID->1005417054], -Cell[22752, 609, 1760, 51, 73, "Output",ExpressionUUID->"f504820c-9b67-4bd0-a567-937d7dbea934", +Cell[22796, 613, 1760, 51, 73, "Output",ExpressionUUID->"f504820c-9b67-4bd0-a567-937d7dbea934", CellID->1551472462] }, Open ]], -Cell[24527, 663, 216, 4, 70, "ExampleText",ExpressionUUID->"e32ede05-7753-4b3f-99bb-df2a117b1f6f", +Cell[24571, 667, 216, 4, 70, "ExampleText",ExpressionUUID->"e32ede05-7753-4b3f-99bb-df2a117b1f6f", CellID->974773230], Cell[CellGroupData[{ -Cell[24768, 671, 275, 7, 70, "Input",ExpressionUUID->"d56e0c82-24ed-4323-937f-38b1df25ca58", +Cell[24812, 675, 275, 7, 70, "Input",ExpressionUUID->"d56e0c82-24ed-4323-937f-38b1df25ca58", CellID->1832147145], -Cell[25046, 680, 1902, 53, 90, "Output",ExpressionUUID->"5a3734dd-2772-4ae0-b29d-2f1a2cea2541", +Cell[25090, 684, 1902, 53, 91, "Output",ExpressionUUID->"5a3734dd-2772-4ae0-b29d-2f1a2cea2541", CellID->506595994] }, Open ]], -Cell[26963, 736, 175, 3, 70, "ExampleText",ExpressionUUID->"58234eee-7e79-454c-bcdd-22e12cd5c847", +Cell[27007, 740, 175, 3, 70, "ExampleText",ExpressionUUID->"58234eee-7e79-454c-bcdd-22e12cd5c847", CellID->317412753], Cell[CellGroupData[{ -Cell[27163, 743, 193, 4, 70, "Input",ExpressionUUID->"6a6aa90a-43e6-4ee8-8c30-3bc235ee980e", +Cell[27207, 747, 193, 4, 70, "Input",ExpressionUUID->"6a6aa90a-43e6-4ee8-8c30-3bc235ee980e", CellID->1241432450], -Cell[27359, 749, 181, 4, 36, "Output",ExpressionUUID->"19a10271-c87c-44c3-ae58-7e306b752a24", +Cell[27403, 753, 181, 4, 36, "Output",ExpressionUUID->"19a10271-c87c-44c3-ae58-7e306b752a24", CellID->671034581] }, Open ]], -Cell[27555, 756, 272, 5, 70, "ExampleText",ExpressionUUID->"389508ff-5114-44a5-91f0-1bfa72ca6e3f", +Cell[27599, 760, 272, 5, 70, "ExampleText",ExpressionUUID->"389508ff-5114-44a5-91f0-1bfa72ca6e3f", CellID->797526484], Cell[CellGroupData[{ -Cell[27852, 765, 262, 6, 70, "Input",ExpressionUUID->"d5ed801a-05a6-4387-a7d9-cf93c3f7ad9e", +Cell[27896, 769, 262, 6, 70, "Input",ExpressionUUID->"d5ed801a-05a6-4387-a7d9-cf93c3f7ad9e", CellID->2013911084], -Cell[28117, 773, 269, 7, 51, "Output",ExpressionUUID->"026f5964-af75-4919-b78d-81f88b88807a", +Cell[28161, 777, 269, 7, 50, "Output",ExpressionUUID->"026f5964-af75-4919-b78d-81f88b88807a", CellID->328057110] }, Open ]], -Cell[28401, 783, 138, 1, 70, "ExampleText",ExpressionUUID->"e50fa897-c1cc-4f9e-b180-5a13e127d768", +Cell[28445, 787, 138, 1, 70, "ExampleText",ExpressionUUID->"e50fa897-c1cc-4f9e-b180-5a13e127d768", CellID->2133511960], Cell[CellGroupData[{ -Cell[28564, 788, 193, 4, 70, "Input",ExpressionUUID->"3b89e640-7afd-4ae7-ae21-8a866362f947", +Cell[28608, 792, 193, 4, 70, "Input",ExpressionUUID->"3b89e640-7afd-4ae7-ae21-8a866362f947", CellID->486561289], -Cell[28760, 794, 181, 4, 36, "Output",ExpressionUUID->"61e91df2-6a6b-4f65-acd0-58c4061bd2ce", +Cell[28804, 798, 181, 4, 36, "Output",ExpressionUUID->"61e91df2-6a6b-4f65-acd0-58c4061bd2ce", CellID->27180998] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29227, 811, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"02b5bb48-6071-4ea5-a828-3362229e22cd"], +Cell[34705, 961, 670, 18, 70, "TechNotesSection",ExpressionUUID->"908c6314-db20-4528-b94c-7295c945fc01"], +Cell[35378, 981, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fbf11d69-1109-4292-8658-392293727de3"], +Cell[36414, 1009, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"889ce960-8100-45f0-83a2-a6847a3f3329"], Cell[CellGroupData[{ -Cell[29205, 809, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"61123714-3712-451e-958e-d85e8355daa3"], -Cell[34683, 959, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8e87a1ef-e8e0-4b95-b44c-c6481c3678a1"] -}, Open ]], -Cell[35368, 980, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"29328070-c831-4e79-9ed3-52f932cc8654"], -Cell[36404, 1008, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"36b01f1a-de34-4d73-8b89-954451b2a5dc"], -Cell[CellGroupData[{ -Cell[38656, 1075, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1c07469b-f6ad-42e2-a40a-3cd46fa04905", +Cell[38666, 1076, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1c07469b-f6ad-42e2-a40a-3cd46fa04905", CellID->906383680], -Cell[38796, 1078, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37968b91-035e-491c-95cd-683857b4c606", +Cell[38806, 1079, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37968b91-035e-491c-95cd-683857b4c606", CellID->1194386356], -Cell[39018, 1084, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"86bdf685-72ad-4fb4-8f74-4999f25781b5", +Cell[39028, 1085, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"86bdf685-72ad-4fb4-8f74-4999f25781b5", CellID->1641706272], -Cell[39233, 1089, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d5a4c2b-b25a-4fbb-a36f-fd00b6eec1ac", +Cell[39243, 1090, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d5a4c2b-b25a-4fbb-a36f-fd00b6eec1ac", CellID->399251956], -Cell[39462, 1095, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1c15256c-ce99-470c-906c-198e9e840642", +Cell[39472, 1096, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1c15256c-ce99-470c-906c-198e9e840642", CellID->821434655] }, Open ]], -Cell[39699, 1101, 78, 0, 70, "FooterCell",ExpressionUUID->"fe3b1f76-2f67-4ff8-bc64-38d9d02e6d29"] +Cell[39709, 1102, 78, 0, 70, "FooterCell",ExpressionUUID->"1102ae6c-ab37-4279-8ee2-05f4afe9b170"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvexQ.nb b/Documentation/English/ReferencePages/Symbols/ConvexQ.nb index a451623..4ec576e 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39472, 1021] -NotebookOptionsPosition[ 31591, 864] -NotebookOutlinePosition[ 33647, 917] -CellTagsIndexPosition[ 33562, 912] +NotebookDataLength[ 39475, 1021] +NotebookOptionsPosition[ 31611, 866] +NotebookOutlinePosition[ 33684, 919] +CellTagsIndexPosition[ 33599, 914] WindowTitle->ConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "04b04e2d-323b-44a9-ba82-234dc7a00fe7"], + "56256df9-5f3d-48bb-9275-d10fb89a093f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e47b2d0c-7176-4cf2-8049-e5724a5184f2"], + "fba0ef9b-e817-43f8-ad4a-c13b6f5fbb0c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "262e31a3-be2d-4346-abe5-15450c5db848"] - }],ExpressionUUID->"583ff2d1-5fdc-488a-9954-171efdd16d25"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "fd3399ac-bc21-41a0-8faf-106db17d778e"] + }],ExpressionUUID->"db5d8467-988b-4615-a2d7-9c28256a8776"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c850ef31-0fab-4e13-8013-ff002667a865"], + "dbbdee88-7509-4cf4-9b2f-1ba3d081276d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84a49aee-a733-4336-8143-3a17eb7aab81"] - }],ExpressionUUID->"23e8041b-96a0-4b75-8300-db503c905edb"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "71c16ba4-c6ae-495a-9c70-dab55439748a"] + }],ExpressionUUID->"224639b1-ebd7-449b-8c20-85e492f98098"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f2a4a19d-6944-4d9b-a7d8-a155bdf13ac1"], + "e906fb63-2732-47cc-bff2-521293183f15"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51209179-920e-4c2f-8103-8c597a5c4228"] - }],ExpressionUUID->"1850183d-3b84-43f6-b7a6-bfceff4ae583"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "38aa16d5-ae9d-40ee-b755-0cc914edd2ad"] + }],ExpressionUUID->"02b8dd15-157f-4268-91c1-ad96925d0105"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "74f3b12e-d177-4b52-851a-48207fae80dc"], + "656574af-001d-417d-8135-da418e83e460"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "19a6e2ba-481e-4024-ad37-c62cfaa363f6"] - }],ExpressionUUID->"ef659b6e-96bc-4d30-b83a-d13777bfe534"], - StripOnInput->False], {"\<\"TUG/ref/ConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ConvexQ.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$56085], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/ConvexQ" <> - ".html"], None}]}]}, + "85ad7342-2a66-482a-8e05-05ddf0bedf15"] + }],ExpressionUUID->"34ae6b7a-0368-40b0-806e-9ab678082f19"], + StripOnInput->False],{ + "\"TUG/ref/ConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ConvexQ.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$59163], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe428729-f4e4-43ee-af6d-0946f2665b7c"] + "55027164-551b-4b5e-b533-1e42f10e85e7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "017194dd-aea3-409d-8ae5-ec0049c11d8f"]} + "a42f64e8-f4b2-45a3-9b6d-a9879bbd9d99"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d5433bc5-c3a0-4aae-b536-d2f3f40efd31"], + CellID->1,ExpressionUUID->"06a2d81f-3d0e-40b1-80e8-77c1029a744a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"90bd0b13-6ab6-4904-bc8d-8698d01bc6c0"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0db1d8d7-1abe-4b73-bb14-eef8e4090ba9"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvexQ", "ObjectName",ExpressionUUID-> - "ba489004-e890-4275-95b5-8ac13c1ae70a"], + "6a0c20bb-1e2a-4695-a75c-33d44971502b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"cefa943d-edde-42f4-bf85-1f7a30c75be6"], + "Spacer1"]],ExpressionUUID->"21cb5dd5-4a66-4452-b6dd-bfb042513dc0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "34e0e309-9725-4490-82f3-c299a0c0ecb2"] - }],ExpressionUUID->"87ba2188-2cae-4e68-b7a7-6025410ced9f"], Cell[BoxData[ + "986e1fd3-41cc-41c7-8259-cabf09be3a2b"] + }],ExpressionUUID->"38fc1da1-090e-43ec-8a08-30889d2fd87a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "07093110-4815-4f01-887e-3b608c244c24"]} + "83733c82-9089-41a2-b850-1290a3c2e577"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"10764aa6-639a-4d7e-ae20-3868598b8336"], + CacheGraphics->False,ExpressionUUID->"ef0a2e3d-950c-4b59-8639-31d13ea8fcce"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "b18518b6-2472-444b-8502-d41e2c5618c9"], " \[LineSeparator]checks if the TU game is convex. It returns the value \ 'True' or 'False'." - }],ExpressionUUID->"f6d8c55a-420d-44f2-b67f-df1ab4eab728"]} + }],ExpressionUUID->"01d48bb5-e6c9-4351-8fa4-f7fd92e090a0"]} }]], "Usage", CellID->1261657929,ExpressionUUID->"2505a970-8a01-4533-b415-cd875fb1e71c"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d6616ab5-9a25-4b4c-a4f3-f784f2e454db"], + ExpressionUUID->"570f7fb5-7589-4974-a351-9156a6ff8c46"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a381a884-4aba-4ffe-9aa0-7da01a4f3d64"], + "Spacer1"]],ExpressionUUID->"ad75fb78-b02b-44b1-909b-c848ff1b5103"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"61fa445f-46c8-4a6b-8177-a4b47d489963"], + }], "NotesFrameText",ExpressionUUID->"32e12393-d065-4e54-b61f-6eb1e944a9b3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"398512a3-41f9-4a5c-9911-5fab452ca13f"]], \ + "Preemptive"]],ExpressionUUID->"2eb94dd5-214a-48e5-a099-e3336336811b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1633670409,ExpressionUUID->"f88e6134-ecb7-454f-894b-11ab935faa71"], + CellID->883339074,ExpressionUUID->"96c3460c-645b-4c08-8f54-334b26fcd010"], Cell[TextData[{ "The input expression ", @@ -365,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"216c29a0-0e7f-4fc3-b00a-21fa13b04dd9"], + ExpressionUUID->"1365fd02-e48e-433e-a5c0-fb73cfe2a6fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a73e1633-7a80-4385-a694-0d82397e4b51"], + "Spacer1"]],ExpressionUUID->"0aec11bb-ad6b-4f74-aeb3-70397a8e2791"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "69003672-9370-4609-bfef-643e77625ce0"] + "c0198c8c-7a1c-4e47-aae6-6d9b0c84f0b4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1302133182,ExpressionUUID->"e6583f8e-b275-4380-9414-efcc319601b6"], + CellID->1366787528,ExpressionUUID->"2e8f7751-bbf5-4c3e-800b-d7efc36c9404"], Cell[CellGroupData[{ @@ -406,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d511be4-2683-4de3-af1a-34afff9beefe"], + ExpressionUUID->"63904f0b-d01d-490b-83ba-ea7114e0f410"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"339805cc-825e-446d-b6b8-91a92bc1d72a"], + "Spacer1"]],ExpressionUUID->"5e1b3402-d597-4fa4-8071-13fd5d9686df"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b7390c46-f8c2-4dfc-b049-99e0011677c7"] + "ad2e36a3-6d75-4ad5-81bb-2f6d1f77dabd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1572820128,ExpressionUUID->"d16eeb57-991d-4431-b02e-4007fefbdc77"], + CellID->1920537381,ExpressionUUID->"1bebca2a-6ed7-401e-87b7-1b86256d2480"], Cell["Loading the package:", "ExampleText", CellID->2118882096,ExpressionUUID->"d1c21a27-64a3-4d9b-800f-177300b8de24"], @@ -583,8 +588,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -732,15 +735,15 @@ Cell[BoxData[GridBox[{ "0acd0eb4-669d-4918-82ad-61ccb72fe6cb"] }], "SeeAlso",ExpressionUUID->"287b051f-a157-438c-b911-c09b790377ad"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"702b4859-d282-49f8-9a37-\ -664b8c271523"], + }]], "SeeAlsoSection",ExpressionUUID->"d8ce5bf1-d3d4-4c09-9764-\ +093f7d007ae8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -752,9 +755,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0181a4d4-0aef-4d12-b39d-b7c676cccf5b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bc5d8548-849e-401a-a128-\ -1d664cce2bc7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5052847e-ddc5-41bf-9c14-\ +e51d712bbf7a"], Cell[BoxData[GridBox[{ { @@ -771,7 +773,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5cfe83c1-0c74-41a6-914e-e445d0747398"]}]}, + "0703046a-e589-42d3-8137-70974aa56b10"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -779,10 +781,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b8c92bef-f00b-4038-921f-0789bc8b12fb"]}]} + "8a4f4f9e-e450-4c58-801a-1e2105bf079a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5cbbc702-ad86-4a19-b78e-\ -dddc3dd9f656"], + }]], "MoreAboutSection",ExpressionUUID->"84e5cd1c-2154-4af6-b830-\ +218cb7329688"], Cell[BoxData[GridBox[{ { @@ -809,7 +811,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9451eafa-b53f-422e-99dc-e94c2174cede"]], "RelatedLinks", + "c99caf87-e82d-43d2-985e-f2eb392d4966"]], "RelatedLinks", ExpressionUUID->"abeff3d3-c76a-4bbd-a3bc-da3a528e155e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -826,11 +828,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "61842ab3-d11a-4f09-aed6-3c2884cea257"]], "RelatedLinks", + "4e15cc68-6ad3-4b2b-8268-594950f5ade9"]], "RelatedLinks", ExpressionUUID->"08eacde5-25f2-47c9-91c4-9f3fe90b8536"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d3cfabe8-0c85-483f-8c5a-\ -e169125719ec"], + }]], "RelatedLinksSection",ExpressionUUID->"ea570993-9fd7-405a-b25a-\ +0f84666a82ad"], Cell[CellGroupData[{ @@ -860,11 +862,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"652fa1a2-de44-49f9-a4a3-bc353db812a2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a97f132e-2bce-4dae-b6c7-35fe62eaa100"] +Cell[" ", "FooterCell",ExpressionUUID->"89dce9a1-a3bd-403b-98d1-dafa2a822f6b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvexQ", TaggingRules->{ @@ -875,17 +877,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 58.095142}", + "built" -> "{2024, 6, 3, 16, 52, 2.710254}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ConvexQ[game] checks if the TU game is convex. It returns the value \ 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ConvexQ", "titlemodifier" -> "", "windowtitle" -> "ConvexQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ConvexQ"}}, + "ConvexQ", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ConvexQ", "type" -> "Symbol", "uri" -> "TUG/ref/ConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -894,9 +896,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"68783bf0-7135-4786-bb50-dc1fd2f36148" +ExpressionUUID->"684408b5-636f-4a0d-ad13-6a17d8cefed8" ] (* End of Notebook Content *) @@ -904,125 +906,123 @@ ExpressionUUID->"68783bf0-7135-4786-bb50-dc1fd2f36148" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13108, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6583f8e-b275-4380-9414-efcc319601b6", + Cell[13162, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2e8f7751-bbf5-4c3e-800b-d7efc36c9404", CellTags->"PrimaryExamplesSection", - CellID->1302133182]} + CellID->1366787528]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33361, 905} + {"PrimaryExamplesSection", 33398, 907} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7055, 168, 56, "AnchorBarGrid",ExpressionUUID->"d5433bc5-c3a0-4aae-b536-d2f3f40efd31", +Cell[579, 21, 7110, 173, 57, "AnchorBarGrid",ExpressionUUID->"06a2d81f-3d0e-40b1-80e8-77c1029a744a", CellID->1], -Cell[7637, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"90bd0b13-6ab6-4904-bc8d-8698d01bc6c0"], +Cell[7692, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0db1d8d7-1abe-4b73-bb14-eef8e4090ba9"], Cell[CellGroupData[{ -Cell[7748, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"10764aa6-639a-4d7e-ae20-3868598b8336"], -Cell[9032, 232, 483, 10, 111, "Usage",ExpressionUUID->"2505a970-8a01-4533-b415-cd875fb1e71c", +Cell[7803, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"ef0a2e3d-950c-4b59-8639-31d13ea8fcce"], +Cell[9087, 237, 483, 10, 111, "Usage",ExpressionUUID->"2505a970-8a01-4533-b415-cd875fb1e71c", CellID->1261657929] }, Open ]], Cell[CellGroupData[{ -Cell[9552, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"f88e6134-ecb7-454f-894b-11ab935faa71", +Cell[9607, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"96c3460c-645b-4c08-8f54-334b26fcd010", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1633670409], -Cell[11450, 296, 663, 17, 49, "Notes",ExpressionUUID->"07c3ae77-69c7-43bc-a259-5e5759cb0309", + CellID->883339074], +Cell[11504, 301, 663, 17, 48, "Notes",ExpressionUUID->"07c3ae77-69c7-43bc-a259-5e5759cb0309", CellID->26053], -Cell[12116, 315, 489, 12, 37, "Notes",ExpressionUUID->"6f32d282-942d-49bd-9e1e-43acfc0d1c42", +Cell[12170, 320, 489, 12, 38, "Notes",ExpressionUUID->"6f32d282-942d-49bd-9e1e-43acfc0d1c42", CellID->177724765], -Cell[12608, 329, 226, 4, 36, "Notes",ExpressionUUID->"50683320-ac70-41d6-be4b-ae0aec459590", +Cell[12662, 334, 226, 4, 36, "Notes",ExpressionUUID->"50683320-ac70-41d6-be4b-ae0aec459590", CellID->909519866], -Cell[12837, 335, 144, 1, 36, "Notes",ExpressionUUID->"8ad13111-d38d-4552-9255-c8399ccbc288", +Cell[12891, 340, 144, 1, 36, "Notes",ExpressionUUID->"8ad13111-d38d-4552-9255-c8399ccbc288", CellID->1929317419] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13108, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6583f8e-b275-4380-9414-efcc319601b6", +Cell[13162, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2e8f7751-bbf5-4c3e-800b-d7efc36c9404", CellTags->"PrimaryExamplesSection", - CellID->1302133182], + CellID->1366787528], Cell[CellGroupData[{ -Cell[14554, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d16eeb57-991d-4431-b02e-4007fefbdc77", - CellID->1572820128], -Cell[15956, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"d1c21a27-64a3-4d9b-800f-177300b8de24", +Cell[14608, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1bebca2a-6ed7-401e-87b7-1b86256d2480", + CellID->1920537381], +Cell[16010, 426, 119, 1, 39, "ExampleText",ExpressionUUID->"d1c21a27-64a3-4d9b-800f-177300b8de24", CellID->2118882096], Cell[CellGroupData[{ -Cell[16100, 426, 168, 3, 27, "Input",ExpressionUUID->"c4f7bbc6-d1ce-44f0-a24e-68ffa08f7be9", +Cell[16154, 431, 168, 3, 27, "Input",ExpressionUUID->"c4f7bbc6-d1ce-44f0-a24e-68ffa08f7be9", CellID->1345062374], Cell[CellGroupData[{ -Cell[16293, 433, 236, 4, 23, "Print",ExpressionUUID->"5df687be-7af3-4b37-8111-a3dfee874c66", +Cell[16347, 438, 236, 4, 23, "Print",ExpressionUUID->"5df687be-7af3-4b37-8111-a3dfee874c66", CellID->1624762347], -Cell[16532, 439, 365, 8, 23, "Print",ExpressionUUID->"d9cf237f-42e0-4f50-a1ed-978acc346ca0", +Cell[16586, 444, 365, 8, 23, "Print",ExpressionUUID->"d9cf237f-42e0-4f50-a1ed-978acc346ca0", CellID->1279410508], -Cell[16900, 449, 236, 4, 23, "Print",ExpressionUUID->"9170df66-8812-4588-874e-4854a9a1a2d2", +Cell[16954, 454, 236, 4, 23, "Print",ExpressionUUID->"9170df66-8812-4588-874e-4854a9a1a2d2", CellID->1586052290], -Cell[17139, 455, 220, 3, 23, "Print",ExpressionUUID->"408ce8f0-ddcc-4b1c-b1e2-f3b2fa5a85ce", +Cell[17193, 460, 220, 3, 23, "Print",ExpressionUUID->"408ce8f0-ddcc-4b1c-b1e2-f3b2fa5a85ce", CellID->2049198354], -Cell[17362, 460, 207, 3, 23, "Print",ExpressionUUID->"16a79010-3c0b-431e-b8d7-a268c808d091", +Cell[17416, 465, 207, 3, 23, "Print",ExpressionUUID->"16a79010-3c0b-431e-b8d7-a268c808d091", CellID->1862267784], -Cell[17572, 465, 236, 4, 23, "Print",ExpressionUUID->"03624bb6-7bc1-414b-bd5c-ea579151ca5b", +Cell[17626, 470, 236, 4, 23, "Print",ExpressionUUID->"03624bb6-7bc1-414b-bd5c-ea579151ca5b", CellID->612805098], -Cell[17811, 471, 220, 3, 23, "Print",ExpressionUUID->"15a39fc1-790d-45f0-a7bd-48ffb789f279", +Cell[17865, 476, 220, 3, 23, "Print",ExpressionUUID->"15a39fc1-790d-45f0-a7bd-48ffb789f279", CellID->1228817366], -Cell[18034, 476, 236, 4, 23, "Print",ExpressionUUID->"2754aedf-feda-4455-b7ca-06969855f172", +Cell[18088, 481, 236, 4, 23, "Print",ExpressionUUID->"2754aedf-feda-4455-b7ca-06969855f172", CellID->1637472122], -Cell[18273, 482, 236, 4, 23, "Print",ExpressionUUID->"150c75d2-4762-4b83-80fe-634e45c82daa", +Cell[18327, 487, 236, 4, 23, "Print",ExpressionUUID->"150c75d2-4762-4b83-80fe-634e45c82daa", CellID->1399362844], -Cell[18512, 488, 207, 3, 23, "Print",ExpressionUUID->"bec9989f-26a0-416d-89a4-ab0abe8f8708", +Cell[18566, 493, 207, 3, 23, "Print",ExpressionUUID->"bec9989f-26a0-416d-89a4-ab0abe8f8708", CellID->1825751583], -Cell[18722, 493, 236, 4, 23, "Print",ExpressionUUID->"a8cf0958-3e10-4df2-898d-51c5130a0d4c", +Cell[18776, 498, 236, 4, 23, "Print",ExpressionUUID->"a8cf0958-3e10-4df2-898d-51c5130a0d4c", CellID->1331308502] }, Open ]] }, Open ]], -Cell[18985, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"8800d15a-8c2a-4224-b45e-9fb180095f94", +Cell[19039, 506, 136, 1, 39, "ExampleText",ExpressionUUID->"8800d15a-8c2a-4224-b45e-9fb180095f94", CellID->188662734], -Cell[19124, 504, 234, 6, 70, "Input",ExpressionUUID->"0634278c-2b62-4d1d-bf64-dc065cf63b0a", +Cell[19178, 509, 234, 6, 70, "Input",ExpressionUUID->"0634278c-2b62-4d1d-bf64-dc065cf63b0a", CellID->247128396], Cell[CellGroupData[{ -Cell[19383, 514, 360, 8, 70, "Input",ExpressionUUID->"7eb25d2d-f7ef-477b-8fa3-1b252c559f10", +Cell[19437, 519, 360, 8, 70, "Input",ExpressionUUID->"7eb25d2d-f7ef-477b-8fa3-1b252c559f10", CellID->1352055220], -Cell[19746, 524, 361, 8, 36, "Output",ExpressionUUID->"4b708d72-0e15-4524-b5b0-8155a3d2a839", +Cell[19800, 529, 361, 8, 36, "Output",ExpressionUUID->"4b708d72-0e15-4524-b5b0-8155a3d2a839", CellID->989040411] }, Open ]], -Cell[20122, 535, 237, 6, 70, "Input",ExpressionUUID->"14d8708a-51d6-4574-9566-37b427a07bbd", +Cell[20176, 540, 237, 6, 70, "Input",ExpressionUUID->"14d8708a-51d6-4574-9566-37b427a07bbd", CellID->184755325], -Cell[20362, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"70ab36e4-523e-447d-b2e6-6a2cc872b931", +Cell[20416, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"70ab36e4-523e-447d-b2e6-6a2cc872b931", CellID->2139812150], Cell[CellGroupData[{ -Cell[20578, 551, 165, 3, 70, "Input",ExpressionUUID->"e4cec6ac-bd3c-44c9-b795-a04e8f78a6ca", +Cell[20632, 556, 165, 3, 70, "Input",ExpressionUUID->"e4cec6ac-bd3c-44c9-b795-a04e8f78a6ca", CellID->1205489532], -Cell[20746, 556, 173, 4, 36, "Output",ExpressionUUID->"103e1113-6d2e-4760-821c-f7999b0ff74d", +Cell[20800, 561, 173, 4, 36, "Output",ExpressionUUID->"103e1113-6d2e-4760-821c-f7999b0ff74d", CellID->1721878476] }, Open ]], -Cell[20934, 563, 130, 1, 70, "ExampleText",ExpressionUUID->"53069eb8-2c45-4d92-b3da-20b22c435197", +Cell[20988, 568, 130, 1, 70, "ExampleText",ExpressionUUID->"53069eb8-2c45-4d92-b3da-20b22c435197", CellID->1866379764], Cell[CellGroupData[{ -Cell[21089, 568, 165, 3, 70, "Input",ExpressionUUID->"f6b4f3da-1bde-46cd-9235-71d2f27bbc17", +Cell[21143, 573, 165, 3, 70, "Input",ExpressionUUID->"f6b4f3da-1bde-46cd-9235-71d2f27bbc17", CellID->1580361551], -Cell[21257, 573, 157, 3, 36, "Output",ExpressionUUID->"9b453fb0-2d3e-4e42-ad4a-f86fceffe80b", +Cell[21311, 578, 157, 3, 36, "Output",ExpressionUUID->"9b453fb0-2d3e-4e42-ad4a-f86fceffe80b", CellID->94375176] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21710, 590, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"d8ce5bf1-d3d4-4c09-9764-093f7d007ae8"], +Cell[27162, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5052847e-ddc5-41bf-9c14-e51d712bbf7a"], +Cell[27835, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"84e5cd1c-2154-4af6-b830-218cb7329688"], +Cell[28871, 788, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"ea570993-9fd7-405a-b25a-0f84666a82ad"], Cell[CellGroupData[{ -Cell[21678, 587, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"702b4859-d282-49f8-9a37-664b8c271523"], -Cell[27130, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bc5d8548-849e-401a-a128-1d664cce2bc7"] -}, Open ]], -Cell[27815, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5cbbc702-ad86-4a19-b78e-dddc3dd9f656"], -Cell[28851, 786, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"d3cfabe8-0c85-483f-8c5a-e169125719ec"], -Cell[CellGroupData[{ -Cell[30466, 836, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3b74ed1f-4f25-4a51-8ca1-8d29b6be34e1", +Cell[30486, 838, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3b74ed1f-4f25-4a51-8ca1-8d29b6be34e1", CellID->174251628], -Cell[30606, 839, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6a559ce-8957-4e60-a4a7-409f07af3193", +Cell[30626, 841, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6a559ce-8957-4e60-a4a7-409f07af3193", CellID->1194386356], -Cell[30828, 845, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dc119caf-544b-45c3-8f5e-8ecb5e441603", +Cell[30848, 847, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dc119caf-544b-45c3-8f5e-8ecb5e441603", CellID->1641706272], -Cell[31043, 850, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ac2f93ea-1f79-4132-8810-a29d22898cda", +Cell[31063, 852, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ac2f93ea-1f79-4132-8810-a29d22898cda", CellID->399251956], -Cell[31272, 856, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"652fa1a2-de44-49f9-a4a3-bc353db812a2", +Cell[31292, 858, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"652fa1a2-de44-49f9-a4a3-bc353db812a2", CellID->821434655] }, Open ]], -Cell[31509, 862, 78, 0, 70, "FooterCell",ExpressionUUID->"a97f132e-2bce-4dae-b6c7-35fe62eaa100"] +Cell[31529, 864, 78, 0, 70, "FooterCell",ExpressionUUID->"89dce9a1-a3bd-403b-98d1-dafa2a822f6b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvexStrQ.nb b/Documentation/English/ReferencePages/Symbols/ConvexStrQ.nb index ce38454..41f39c8 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvexStrQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvexStrQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41316, 1071] -NotebookOptionsPosition[ 33041, 906] -NotebookOutlinePosition[ 35116, 959] -CellTagsIndexPosition[ 35031, 954] +NotebookDataLength[ 41311, 1071] +NotebookOptionsPosition[ 33050, 907] +NotebookOutlinePosition[ 35146, 961] +CellTagsIndexPosition[ 35061, 956] WindowTitle->ConvexStrQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a31685f9-cc7e-4c53-a600-6ea9833248b0"], + "c00bb135-c59f-4c5b-8efc-fdcbabc685e2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "553e3d9b-dd1e-4dd7-a542-79f752b9d10c"], + "d5b45b4d-a526-40c9-882e-e25b4fa9a74c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c3393d85-2d12-42a0-aa4e-5b53d43ba02a"] - }],ExpressionUUID->"bc57219f-8094-4e7a-a54d-6fa54e4d6415"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "7b779160-a2c1-4709-b7a1-5124e6988b8d"] + }],ExpressionUUID->"55502086-5705-4da4-b9c3-9ecad4f3210e"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], "\"ConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d280a52e-27b9-42f5-b51a-008b578f8565"], + "73cc65db-5eae-40dd-963d-7a0986f4d67b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "97084196-3458-4737-b8d0-6b0daf549ee5"] - }],ExpressionUUID->"26e3677b-1193-4b9e-8124-793133ab37a4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "51418d8e-15ab-4574-84c1-f9a8492f1612"] + }],ExpressionUUID->"53a2b30e-e2bd-403b-9213-02cadee4207a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ac07db4d-2494-4518-86cd-f52a8e347369"], + "d06e907b-b4a1-4348-b0ba-6a2b4b228bd0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "784066e3-14a8-4eb7-9bcf-7f51d2cd43b6"] - }],ExpressionUUID->"ef498ba5-01d9-42f7-bf74-204593da0ff8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6cf780d4-41a5-4322-885f-bfa37313954c"] + }],ExpressionUUID->"04d413ce-416a-4149-801e-f7502c399f3e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8ec539da-83d5-4acc-b3cf-4bdcccc7920a"], + "6085ae75-ca6f-485d-b845-9db7acdf0627"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "97fd9388-6cff-4460-bb96-be5d3d76710a"] - }],ExpressionUUID->"6a8db625-0ae6-4188-831e-fce2b5f76165"], - StripOnInput->False], {"\<\"TUG/ref/ConvexStrQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvexStrQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ConvexStrQ.\ + "4bd21072-2f33-42aa-af99-f981dd9937df"] + }],ExpressionUUID->"d1905b6e-9773-43b9-b77b-b71552a87ece"], + StripOnInput->False],{ + "\"TUG/ref/ConvexStrQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvexStrQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ConvexStrQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$56645], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConvexStrQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$59757], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvexStrQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a95bfdb9-af32-4a13-acce-7e2ac4dc654f"] + "83bc0846-ad19-465d-a07a-bcf33d83bf5c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "fa743937-537f-496c-8a2b-f3c37d9a9b85"]} + "91dc899e-1e23-468a-b5f7-0992e9e1c212"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b9eec547-eb37-4f89-a2b3-82dd805956d3"], + CellID->1,ExpressionUUID->"be0337d4-34bc-4d8d-9f86-caf6bb55fe2c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7d8b5d3a-c0d6-4286-99d9-a678ee275cf7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"aa43c1af-29b5-440d-a1ba-649d54ac4346"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvexStrQ", "ObjectName",ExpressionUUID-> - "dcf039ef-d45b-4575-ba11-eac505b8988c"], + "5be32760-4081-4afe-a6a9-711b643c0d8c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"943b2248-f04f-4533-94c0-c2c8a0ffb3a7"], + "Spacer1"]],ExpressionUUID->"dfc844d8-eb8c-4f43-9723-80a63be5f9a2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c9f1b673-9dd7-4906-9663-dd7fdcfd6dec"] - }],ExpressionUUID->"39a8513b-2f1d-489a-ab26-64202c2003bd"], Cell[BoxData[ + "003bdd33-4eee-4a39-b98b-b2eb57155874"] + }],ExpressionUUID->"24396a37-4e5d-46f8-aa1c-f656185054f5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2e1ab68a-2e88-460c-abbd-694db5b6109b"]} + "6afbd645-024a-484f-9711-7bdddfbbf865"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d6de04bf-4055-4dd8-88e1-edd9e099fd78"], + CacheGraphics->False,ExpressionUUID->"58b0fa21-0e36-4a88-8bb7-67268043ae15"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "e5197ef0-2270-417b-a7f2-af52aa482540"], " \[LineSeparator]checks if the Tu-game is strictly convex. It returns \ only 'True' or 'False'." - }],ExpressionUUID->"851f44cd-9807-4a49-9b89-e4182757f429"]} + }],ExpressionUUID->"6aa289c1-940e-4204-afca-f6499b62cc88"]} }]], "Usage", CellID->440185429,ExpressionUUID->"8a2235e5-3fba-4d6d-a4ba-11bc42cef317"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"75fc54b9-1a7b-4c55-8924-83be3730e9f7"], + ExpressionUUID->"14bc58ed-77b5-49de-9938-4c76a79d035a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"63d12a13-783c-4546-a7d8-e1f11cd0e0ef"], + "Spacer1"]],ExpressionUUID->"64ee76f9-47e4-4b33-9e49-b63c491d33cf"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1b685551-9186-4d48-9119-10af7afdfb0b"], + }], "NotesFrameText",ExpressionUUID->"1cc10e4d-2c91-4fec-8518-cab9ca7b5ae8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"42af32d9-7075-48ac-8e78-568fe944878c"]], \ + "Preemptive"]],ExpressionUUID->"c95f04d7-77af-4f8a-84b8-4527426b47b3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1174777550,ExpressionUUID->"5115777f-27e0-47d7-a5a2-fdf73fd3fbe3"], + CellID->49546540,ExpressionUUID->"d9248c70-9a99-4e5f-bc48-81942368365c"], Cell[TextData[{ "The input expression ", @@ -374,19 +378,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"600a44a1-d52f-4c75-a6f9-8961abc2afff"], + ExpressionUUID->"21995669-812e-4397-84dd-3b86366f318b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"13c6ba86-3342-4203-8c2b-371cdb02b328"], + "Spacer1"]],ExpressionUUID->"7f8beeb6-b1ee-4291-ae5f-a6ef7b61d3a7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a9bbb833-3837-4b3b-8132-d806eb28a406"] + "a66c5f05-aac3-4782-ab60-62e0a74b9f63"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1888032765,ExpressionUUID->"ae390b2e-c2af-417f-b02e-e707b1db5d34"], + CellID->927594511,ExpressionUUID->"0a8fcf6d-722d-42b2-a323-7ed0932621a2"], Cell[CellGroupData[{ @@ -415,18 +419,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a7cbd355-fc22-4850-a7e6-f9303241e552"], + ExpressionUUID->"2f127f21-ccb8-4a7a-9c13-03f8e4cfb0bd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"13a35815-f531-4656-8bc6-83b03d6f56ac"], + "Spacer1"]],ExpressionUUID->"6cabbc4e-64ee-456e-99ac-f0469e3263a7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3b8fd72b-e5af-4bcb-b5fd-b75267badbfb"] + "7451894a-d71b-49be-bf42-c6ab37266f92"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->874248364,ExpressionUUID->"e3f19f1a-4466-4e7d-8ed5-c302673b48b8"], + CellID->2085388814,ExpressionUUID->"e9992d0a-05d6-4b28-8e9a-ad7ce7ef38d3"], Cell["Loading the package:", "ExampleText", CellID->672687936,ExpressionUUID->"54bb0137-55d4-4331-b82b-720173440f91"], @@ -608,8 +612,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -757,15 +759,15 @@ Cell[BoxData[GridBox[{ "0185204a-84d6-4f44-8f2c-3150d48e3f71"] }], "SeeAlso",ExpressionUUID->"0aad6beb-927e-4499-a02a-5f174066dda8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f691610e-1105-4c84-89bd-\ -2d1712fbddc6"], + }]], "SeeAlsoSection",ExpressionUUID->"daea60bc-4405-43c6-aa62-\ +e0a48a10803e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -777,9 +779,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b9390237-f559-4580-9d11-9585d911d864"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"11b65628-e371-4010-b4f4-\ -3cca64ef811a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bf744246-2ec0-43b4-80b4-\ +c5b59244b3aa"], Cell[BoxData[GridBox[{ { @@ -796,7 +797,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e52b78fb-cbe3-4ed9-b5c6-927519fa1ebc"]}]}, + "f24884f0-3e44-43ff-92cb-463913e89f46"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -804,10 +805,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3de5655e-3466-42e9-958f-89a42cb9265e"]}]} + "567906f3-46fb-4fd6-8361-969245f11939"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5478b5e1-d578-4169-bdea-\ -1e0c81d8ec4c"], + }]], "MoreAboutSection",ExpressionUUID->"9fd018a5-bfa5-4e9a-9ea3-\ +ebc294aae9bb"], Cell[BoxData[GridBox[{ { @@ -834,7 +835,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d2ab0b92-8c03-4938-8df1-ee128c686176"]], "RelatedLinks", + "130ae2c4-cbbe-48fa-98eb-16af7882d723"]], "RelatedLinks", ExpressionUUID->"b0108454-9698-4cb5-8212-3efbc89f087e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,7 +852,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PositiveGameQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bdf82e11-5da6-4bf2-a975-134e492bf5af"]], "RelatedLinks", + "ccdb8f1e-227b-4d1b-b3b1-e7f28b607f5c"]], "RelatedLinks", ExpressionUUID->"b60bef8a-8cd3-4679-a233-1b74883652a4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -868,11 +869,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b96c93d0-1c4f-4a17-8193-6cdc0d61cfed"]], "RelatedLinks", + "9ab3f21f-45e6-4ff5-a984-cb3dc419006f"]], "RelatedLinks", ExpressionUUID->"57186332-700e-4356-a084-de50ddce6f58"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"632ad2d9-012c-4358-8742-\ -32521f258d28"], + }]], "RelatedLinksSection",ExpressionUUID->"62c94e33-9378-4167-8e03-\ +707e79812f78"], Cell[CellGroupData[{ @@ -902,11 +903,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"086732e7-b8a4-43b3-b215-d809c37d1999"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8fa738cd-c85b-42eb-8ce2-2dc47c35c18c"] +Cell[" ", "FooterCell",ExpressionUUID->"03148c69-ac30-495f-820a-5f798641e602"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvexStrQ", TaggingRules->{ @@ -917,17 +918,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 48, 59.545099}", + "built" -> "{2024, 6, 3, 16, 52, 3.393520}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ConvexStrQ[game] checks if the Tu-game is strictly convex. It returns \ only 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ConvexStrQ", "titlemodifier" -> "", "windowtitle" -> "ConvexStrQ", - "type" -> "Symbol", "uri" -> "TUG/ref/ConvexStrQ"}}, + "ConvexStrQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ConvexStrQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ConvexStrQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -936,9 +938,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"317d126e-825e-4b1e-8ba3-336c134de4d0" +ExpressionUUID->"b030ec2c-6b10-41a4-ab40-1f812ad9cd9c" ] (* End of Notebook Content *) @@ -946,133 +948,131 @@ ExpressionUUID->"317d126e-825e-4b1e-8ba3-336c134de4d0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13423, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae390b2e-c2af-417f-b02e-e707b1db5d34", + Cell[13466, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0a8fcf6d-722d-42b2-a323-7ed0932621a2", CellTags->"PrimaryExamplesSection", - CellID->1888032765]} + CellID->927594511]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34830, 947} + {"PrimaryExamplesSection", 34861, 949} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7065, 168, 56, "AnchorBarGrid",ExpressionUUID->"b9eec547-eb37-4f89-a2b3-82dd805956d3", +Cell[582, 21, 7110, 172, 57, "AnchorBarGrid",ExpressionUUID->"be0337d4-34bc-4d8d-9f86-caf6bb55fe2c", CellID->1], -Cell[7650, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7d8b5d3a-c0d6-4286-99d9-a678ee275cf7"], +Cell[7695, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"aa43c1af-29b5-440d-a1ba-649d54ac4346"], Cell[CellGroupData[{ -Cell[7761, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"d6de04bf-4055-4dd8-88e1-edd9e099fd78"], -Cell[9048, 232, 489, 10, 111, "Usage",ExpressionUUID->"8a2235e5-3fba-4d6d-a4ba-11bc42cef317", +Cell[7806, 199, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"58b0fa21-0e36-4a88-8bb7-67268043ae15"], +Cell[9093, 236, 489, 10, 111, "Usage",ExpressionUUID->"8a2235e5-3fba-4d6d-a4ba-11bc42cef317", CellID->440185429] }, Open ]], Cell[CellGroupData[{ -Cell[9574, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"5115777f-27e0-47d7-a5a2-fdf73fd3fbe3", +Cell[9619, 251, 1893, 47, 37, "NotesSection",ExpressionUUID->"d9248c70-9a99-4e5f-bc48-81942368365c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1174777550], -Cell[11472, 296, 663, 17, 49, "Notes",ExpressionUUID->"adf2d5aa-81cf-4115-a10a-7038754f9bab", + CellID->49546540], +Cell[11515, 300, 663, 17, 48, "Notes",ExpressionUUID->"adf2d5aa-81cf-4115-a10a-7038754f9bab", CellID->26053], -Cell[12138, 315, 489, 12, 37, "Notes",ExpressionUUID->"ba966db6-10de-47b6-a1f6-3f0979cd2170", +Cell[12181, 319, 489, 12, 38, "Notes",ExpressionUUID->"ba966db6-10de-47b6-a1f6-3f0979cd2170", CellID->177724765], -Cell[12630, 329, 258, 5, 57, "Notes",ExpressionUUID->"58ff9350-7bcd-495e-8ffb-d5a8e0978c15", +Cell[12673, 333, 258, 5, 57, "Notes",ExpressionUUID->"58ff9350-7bcd-495e-8ffb-d5a8e0978c15", CellID->563402570], -Cell[12891, 336, 405, 9, 58, "Notes",ExpressionUUID->"597fcaad-1e6b-4771-bcc9-34731ad1ae81", +Cell[12934, 340, 405, 9, 59, "Notes",ExpressionUUID->"597fcaad-1e6b-4771-bcc9-34731ad1ae81", CellID->1116808530] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13423, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae390b2e-c2af-417f-b02e-e707b1db5d34", +Cell[13466, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0a8fcf6d-722d-42b2-a323-7ed0932621a2", CellTags->"PrimaryExamplesSection", - CellID->1888032765], + CellID->927594511], Cell[CellGroupData[{ -Cell[14869, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e3f19f1a-4466-4e7d-8ed5-c302673b48b8", - CellID->874248364], -Cell[16270, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"54bb0137-55d4-4331-b82b-720173440f91", +Cell[14911, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e9992d0a-05d6-4b28-8e9a-ad7ce7ef38d3", + CellID->2085388814], +Cell[16313, 434, 118, 1, 39, "ExampleText",ExpressionUUID->"54bb0137-55d4-4331-b82b-720173440f91", CellID->672687936], Cell[CellGroupData[{ -Cell[16413, 435, 168, 3, 27, "Input",ExpressionUUID->"83e07d6b-fbc3-48ea-9f40-cbadfcc146f4", +Cell[16456, 439, 168, 3, 27, "Input",ExpressionUUID->"83e07d6b-fbc3-48ea-9f40-cbadfcc146f4", CellID->1319667511], Cell[CellGroupData[{ -Cell[16606, 442, 236, 4, 23, "Print",ExpressionUUID->"575b6b7f-04e4-4c0c-8514-ed8191682a57", +Cell[16649, 446, 236, 4, 23, "Print",ExpressionUUID->"575b6b7f-04e4-4c0c-8514-ed8191682a57", CellID->1472649521], -Cell[16845, 448, 364, 8, 23, "Print",ExpressionUUID->"15fd091f-4622-4ed0-977e-7fe07459f7cb", +Cell[16888, 452, 364, 8, 23, "Print",ExpressionUUID->"15fd091f-4622-4ed0-977e-7fe07459f7cb", CellID->518042513], -Cell[17212, 458, 236, 4, 23, "Print",ExpressionUUID->"cda5e397-88cd-43fa-8a18-99e4944d673c", +Cell[17255, 462, 236, 4, 23, "Print",ExpressionUUID->"cda5e397-88cd-43fa-8a18-99e4944d673c", CellID->1510917943], -Cell[17451, 464, 220, 3, 23, "Print",ExpressionUUID->"760a9aa5-a434-490c-ba52-3c7547fcad3b", +Cell[17494, 468, 220, 3, 23, "Print",ExpressionUUID->"760a9aa5-a434-490c-ba52-3c7547fcad3b", CellID->1476377916], -Cell[17674, 469, 206, 3, 23, "Print",ExpressionUUID->"4e9a395a-0148-4c1d-922f-9b17f04ad6d8", +Cell[17717, 473, 206, 3, 23, "Print",ExpressionUUID->"4e9a395a-0148-4c1d-922f-9b17f04ad6d8", CellID->905355477], -Cell[17883, 474, 236, 4, 23, "Print",ExpressionUUID->"c4e269fc-7c97-4fd9-9858-1d49a1bfa047", +Cell[17926, 478, 236, 4, 23, "Print",ExpressionUUID->"c4e269fc-7c97-4fd9-9858-1d49a1bfa047", CellID->311499283], -Cell[18122, 480, 219, 3, 23, "Print",ExpressionUUID->"9a3ba54e-05f9-4219-b31d-e3d5154578f7", +Cell[18165, 484, 219, 3, 23, "Print",ExpressionUUID->"9a3ba54e-05f9-4219-b31d-e3d5154578f7", CellID->840208937], -Cell[18344, 485, 235, 4, 23, "Print",ExpressionUUID->"cd20ac38-3b52-444c-80e0-de060da61366", +Cell[18387, 489, 235, 4, 23, "Print",ExpressionUUID->"cd20ac38-3b52-444c-80e0-de060da61366", CellID->462225613], -Cell[18582, 491, 235, 4, 23, "Print",ExpressionUUID->"00a3533d-2d27-432c-8e58-e852f97a2d46", +Cell[18625, 495, 235, 4, 23, "Print",ExpressionUUID->"00a3533d-2d27-432c-8e58-e852f97a2d46", CellID->776874749], -Cell[18820, 497, 204, 3, 23, "Print",ExpressionUUID->"a7f01f3d-e82d-4d08-aa94-a8d4c2cdc1b2", +Cell[18863, 501, 204, 3, 23, "Print",ExpressionUUID->"a7f01f3d-e82d-4d08-aa94-a8d4c2cdc1b2", CellID->2428128], -Cell[19027, 502, 236, 4, 70, "Print",ExpressionUUID->"f3bfe18a-9c4f-4e37-9ef3-9179db4a2d9c", +Cell[19070, 506, 236, 4, 70, "Print",ExpressionUUID->"f3bfe18a-9c4f-4e37-9ef3-9179db4a2d9c", CellID->1127937727] }, Open ]] }, Open ]], -Cell[19290, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"502c2e38-dc13-4e7c-a34a-ac1ef51f25ec", +Cell[19333, 514, 137, 1, 70, "ExampleText",ExpressionUUID->"502c2e38-dc13-4e7c-a34a-ac1ef51f25ec", CellID->1382457319], -Cell[19430, 513, 234, 6, 70, "Input",ExpressionUUID->"dda1fdb0-5f1c-48fb-902a-2ed981f1ac8c", +Cell[19473, 517, 234, 6, 70, "Input",ExpressionUUID->"dda1fdb0-5f1c-48fb-902a-2ed981f1ac8c", CellID->315881089], Cell[CellGroupData[{ -Cell[19689, 523, 369, 8, 70, "Input",ExpressionUUID->"ffd44978-606d-425e-bbf5-9fb4f38fc8e5", +Cell[19732, 527, 369, 8, 70, "Input",ExpressionUUID->"ffd44978-606d-425e-bbf5-9fb4f38fc8e5", CellID->1487370534], -Cell[20061, 533, 369, 8, 36, "Output",ExpressionUUID->"f2efb0d5-5a74-481a-a8eb-b6943ae1779a", +Cell[20104, 537, 369, 8, 36, "Output",ExpressionUUID->"f2efb0d5-5a74-481a-a8eb-b6943ae1779a", CellID->398718663] }, Open ]], -Cell[20445, 544, 238, 6, 70, "Input",ExpressionUUID->"af8fecbe-25e8-4ec6-92a3-f001084141dd", +Cell[20488, 548, 238, 6, 70, "Input",ExpressionUUID->"af8fecbe-25e8-4ec6-92a3-f001084141dd", CellID->1579562574], -Cell[20686, 552, 191, 4, 70, "ExampleText",ExpressionUUID->"08a3f121-f206-42b7-89f5-0e2fb7e5e6ce", +Cell[20729, 556, 191, 4, 70, "ExampleText",ExpressionUUID->"08a3f121-f206-42b7-89f5-0e2fb7e5e6ce", CellID->1934085424], Cell[CellGroupData[{ -Cell[20902, 560, 167, 3, 70, "Input",ExpressionUUID->"ed5d936f-19db-44d2-8cf6-ac8245921f7c", +Cell[20945, 564, 167, 3, 70, "Input",ExpressionUUID->"ed5d936f-19db-44d2-8cf6-ac8245921f7c", CellID->172191175], -Cell[21072, 565, 173, 4, 36, "Output",ExpressionUUID->"e0e2922d-73b0-4d22-aa71-b00465ad1ec4", +Cell[21115, 569, 173, 4, 36, "Output",ExpressionUUID->"e0e2922d-73b0-4d22-aa71-b00465ad1ec4", CellID->1848443072] }, Open ]], -Cell[21260, 572, 137, 1, 70, "ExampleText",ExpressionUUID->"85007144-2077-42c1-aa9d-cbf122f9c2e1", +Cell[21303, 576, 137, 1, 70, "ExampleText",ExpressionUUID->"85007144-2077-42c1-aa9d-cbf122f9c2e1", CellID->1444483363], Cell[CellGroupData[{ -Cell[21422, 577, 168, 3, 70, "Input",ExpressionUUID->"85f337ed-31fb-44f6-b383-b597902f8e3e", +Cell[21465, 581, 168, 3, 70, "Input",ExpressionUUID->"85f337ed-31fb-44f6-b383-b597902f8e3e", CellID->1365057731], -Cell[21593, 582, 159, 3, 36, "Output",ExpressionUUID->"6ae0570e-3f50-4291-8959-c899e01ddef3", +Cell[21636, 586, 159, 3, 36, "Output",ExpressionUUID->"6ae0570e-3f50-4291-8959-c899e01ddef3", CellID->430214419] }, Open ]], -Cell[21767, 588, 134, 1, 70, "ExampleText",ExpressionUUID->"ae497728-3d0e-4285-9387-b1c1f95cecb4", +Cell[21810, 592, 134, 1, 70, "ExampleText",ExpressionUUID->"ae497728-3d0e-4285-9387-b1c1f95cecb4", CellID->784048227], Cell[CellGroupData[{ -Cell[21926, 593, 165, 3, 70, "Input",ExpressionUUID->"e4296c79-19ac-4b85-abcc-156a7213aefa", +Cell[21969, 597, 165, 3, 70, "Input",ExpressionUUID->"e4296c79-19ac-4b85-abcc-156a7213aefa", CellID->1334425695], -Cell[22094, 598, 159, 3, 36, "Output",ExpressionUUID->"4db028c5-6985-45dc-b4c5-3159df7bd6f7", +Cell[22137, 602, 159, 3, 36, "Output",ExpressionUUID->"4db028c5-6985-45dc-b4c5-3159df7bd6f7", CellID->1013941018] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22538, 614, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"daea60bc-4405-43c6-aa62-e0a48a10803e"], +Cell[27988, 764, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bf744246-2ec0-43b4-80b4-c5b59244b3aa"], +Cell[28661, 784, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9fd018a5-bfa5-4e9a-9ea3-ebc294aae9bb"], +Cell[29697, 812, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"62c94e33-9378-4167-8e03-707e79812f78"], Cell[CellGroupData[{ -Cell[22517, 612, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"f691610e-1105-4c84-89bd-2d1712fbddc6"], -Cell[27967, 762, 670, 18, 70, "TechNotesSection",ExpressionUUID->"11b65628-e371-4010-b4f4-3cca64ef811a"] -}, Open ]], -Cell[28652, 783, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5478b5e1-d578-4169-bdea-1e0c81d8ec4c"], -Cell[29688, 811, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"632ad2d9-012c-4358-8742-32521f258d28"], -Cell[CellGroupData[{ -Cell[31916, 878, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3487a365-7277-4dfa-a973-472a7bca5528", +Cell[31925, 879, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3487a365-7277-4dfa-a973-472a7bca5528", CellID->174251628], -Cell[32056, 881, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d68a09f-7c21-4187-8fb3-5d98b47764db", +Cell[32065, 882, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d68a09f-7c21-4187-8fb3-5d98b47764db", CellID->1194386356], -Cell[32278, 887, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c855d7d4-cc08-4c3b-b1c5-6284b2ce2dd9", +Cell[32287, 888, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c855d7d4-cc08-4c3b-b1c5-6284b2ce2dd9", CellID->1641706272], -Cell[32493, 892, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6881b033-cddd-4369-ba4c-551c2802c90e", +Cell[32502, 893, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6881b033-cddd-4369-ba4c-551c2802c90e", CellID->399251956], -Cell[32722, 898, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"086732e7-b8a4-43b3-b215-d809c37d1999", +Cell[32731, 899, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"086732e7-b8a4-43b3-b215-d809c37d1999", CellID->821434655] }, Open ]], -Cell[32959, 904, 78, 0, 70, "FooterCell",ExpressionUUID->"8fa738cd-c85b-42eb-8ce2-2dc47c35c18c"] +Cell[32968, 905, 78, 0, 70, "FooterCell",ExpressionUUID->"03148c69-ac30-495f-820a-5f798641e602"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ConvexUnanConditionQ.nb b/Documentation/English/ReferencePages/Symbols/ConvexUnanConditionQ.nb index 1a6226a..7be5538 100644 --- a/Documentation/English/ReferencePages/Symbols/ConvexUnanConditionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ConvexUnanConditionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43401, 1120] -NotebookOptionsPosition[ 34560, 944] -NotebookOutlinePosition[ 36709, 998] -CellTagsIndexPosition[ 36624, 993] +NotebookDataLength[ 43429, 1121] +NotebookOptionsPosition[ 34600, 947] +NotebookOutlinePosition[ 36768, 1001] +CellTagsIndexPosition[ 36683, 996] WindowTitle->ConvexUnanConditionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "776be396-189b-409c-9ac7-4e67d59cbdcb"], + "2e072a5c-deb8-449b-a279-b31a10adc5cd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "701d7670-e045-4352-8fba-77d4e4ffcd08"], + "4b983dca-6f63-41b0-a75b-a581494a553e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c4b3db81-9ae7-4061-ad22-c7eead5fe44a"] - }],ExpressionUUID->"ec6e9732-7f48-41cc-b810-60721c94c481"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "5bf2a413-9dfa-4838-bfe3-985ef24379ba"] + }],ExpressionUUID->"aeaa422b-1be5-468a-9464-a38365654f1d"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d9fbceee-237a-4fe7-8716-a62cad176fb7"], + "c505d68d-e127-45b5-b466-fc145af3f7f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fed2997e-a363-4418-9cfb-17c5998e4cbe"] - }],ExpressionUUID->"51a048ba-09d6-46c0-b713-acc364629295"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "28cb18c5-ce13-4a6e-a442-f634850a0b96"] + }],ExpressionUUID->"fe8b3d20-5636-47df-b147-405456c9b5e6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b1fee45a-dabe-4ca7-a7f3-8b2f3c47ca4f"], + "a2a60e76-7ca6-4bbd-88c0-be58a945cdfb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "092b6d20-b9f3-4470-9e62-ca3f3113c5b6"] - }],ExpressionUUID->"b1691cd3-ff22-48b0-98a7-071365a9e5d6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f3b0b64f-927a-4aee-ae80-0f3e85d39f36"] + }],ExpressionUUID->"a4a080fc-e1c5-4395-8a3c-c04c364ccb06"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a9e75795-d513-48fe-8ae9-5698c7896774"], + "b5ade20d-8109-4a8d-8bb5-245acaa3f9d8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7726cf02-1d59-4ae6-91e3-4db86b23c639"] - }],ExpressionUUID->"c2250b75-02e8-4068-a2e1-0bff0de2dbd8"], - StripOnInput->False], {"\<\"TUG/ref/ConvexUnanConditionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ConvexUnanConditionQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9bd6d2fc-00d9-407b-b0da-7dbaf17c4895"] + }],ExpressionUUID->"31b6a3d7-cde1-4e06-8b0d-c0890f990e78"], + StripOnInput->False],{ + "\"TUG/ref/ConvexUnanConditionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ConvexUnanConditionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ConvexUnanConditionQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$57208], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ConvexUnanConditionQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$60354], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ConvexUnanConditionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e046de6-a1c4-41e8-bc92-6f519337e72e"] + "760b9598-3b7c-4818-91b6-28c6333de061"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "56df89e2-9385-40b9-8ef8-e2aa21126659"]} + "f2b9e0e3-c74d-4c5f-9bb6-b05f471bb4a7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b3db60c6-bb62-4481-8237-4739fdfc2736"], + CellID->1,ExpressionUUID->"c2439f10-9e9d-430f-a35f-3fafe47e5e2a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"375578b2-9bac-4a1b-ae6e-9c7a41051cdb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1b12c1bd-c841-423d-9506-120903dd97fd"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ConvexUnanConditionQ", "ObjectName",ExpressionUUID-> - "f6dd5285-13b7-46bf-b2c2-ef9da28f0336"], + "2cffc2fb-0d3c-4724-a1fa-f018f4e28163"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8821ea1e-9789-4b13-b47a-5e67635e3134"], + "Spacer1"]],ExpressionUUID->"71a1acdf-feb9-4bc2-ad3e-a6c354106687"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "aa9cc5ae-4df5-4429-9c29-a19bc4c2e40c"] - }],ExpressionUUID->"019588f8-6e26-4fa7-a540-c4d16b4e2458"], Cell[BoxData[ + "a9dfa5dc-d982-48ff-9ca4-b52f453967bf"] + }],ExpressionUUID->"2a92e5bd-d882-4950-8f25-faf82baaf908"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d41d56d8-53bc-4fe3-b649-ba536ce0c456"]} + "6458862d-cc42-4336-b42e-b8ea101be422"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3b8dde86-f556-4767-a6e1-f8c39dbbe0ad"], + CacheGraphics->False,ExpressionUUID->"369fef27-27b4-4188-9357-6e2777c21a38"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "7602dfec-1cd6-4349-bfb4-75da740dcbba"], " \[LineSeparator]checks at most (n-1) inequalities of the unanimity \ coordinates constraints for non-negative sums." - }],ExpressionUUID->"a2ab66e2-4ead-45ab-8022-4bf10d99a939"]} + }],ExpressionUUID->"59cf2fa8-77b5-44e3-b420-7c02da474a41"]} }]], "Usage", CellID->1126809960,ExpressionUUID->"88581fc6-34d9-40ce-a4ff-d82ba77df15c"] }, Open ]], @@ -271,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"075ef45f-6c8e-4dce-9829-5340732067a8"], + ExpressionUUID->"0ddac657-af82-4914-b1c5-c31c38e231c2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"124e2fde-cc60-40f8-be95-a6be503ac0a7"], + "Spacer1"]],ExpressionUUID->"417dbf7d-b8e8-4e81-9b08-230876b52674"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c543a6fa-d504-4cf5-9afc-002c6351222b"], + }], "NotesFrameText",ExpressionUUID->"71c4ebc6-f03e-4f96-88aa-9b4da24fb0f1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cebec2f7-e3cf-4295-8d23-e139f1010b55"]], \ + "Preemptive"]],ExpressionUUID->"482b5c02-17bc-4af1-8e82-7d0738867be8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2133564653,ExpressionUUID->"802ace71-a4b1-4314-8f4d-8f2801739e49"], + CellID->524444498,ExpressionUUID->"dd542c77-e780-4b47-b3f0-aa98bbf67298"], Cell[TextData[{ "The input expression ", @@ -388,19 +394,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6617ae52-e9b9-4d7a-8383-afd84680ba7e"], + ExpressionUUID->"6664100c-60f7-4447-b8aa-05b94e0bd99f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5de21d5f-9128-4d24-aa9a-99ed18bdd5ab"], + "Spacer1"]],ExpressionUUID->"b3e9801b-8348-44e0-bc07-09a6974c966c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "aeeed586-16ac-4e24-92fd-3f626b8ddada"] + "c236de52-f33d-4c26-abff-81a03645b820"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->628821932,ExpressionUUID->"5a587890-2f88-4877-a391-dc9a993dae14"], + CellID->1110394841,ExpressionUUID->"c45cf0db-4fe6-46bf-a791-4c5f2e4e37e6"], Cell[CellGroupData[{ @@ -429,18 +435,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"773469f8-c24d-499f-9014-a6266eb60596"], + ExpressionUUID->"532fd9f0-669f-4de9-af51-e3af8f30d2d2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4914867e-f7af-450c-a84d-79913ff93a0c"], + "Spacer1"]],ExpressionUUID->"03becf93-e5a0-4530-b422-059d3121ffe3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "243cd814-613d-482f-92f3-f9e2b14a42da"] + "6ca9d365-cb9d-4d08-b83f-a8e69cbbed16"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->28028458,ExpressionUUID->"87cd96db-0483-4b5a-a448-16edb7ea8bab"], + CellID->2026470731,ExpressionUUID->"66c3c1c5-7160-4541-bfbf-6e7c3dd6f4d2"], Cell["Loading the package:", "ExampleText", CellID->1665724065,ExpressionUUID->"8fbc0d6b-5281-4bb6-af45-9429eace862b"], @@ -645,8 +651,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -794,15 +798,15 @@ Cell[BoxData[GridBox[{ "e71c3e12-951d-4ddf-bbca-80b2eeff896c"] }], "SeeAlso",ExpressionUUID->"84657bd9-550f-4de4-8f19-6e0ced12e6c9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"75d73282-3d17-4969-b8f2-\ -205b06a973e5"], + }]], "SeeAlsoSection",ExpressionUUID->"776c7374-6282-44b7-8672-\ +ad6cd5e81dce"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -814,9 +818,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7ef30940-1f14-476c-bd6a-7d7cef5b0e52"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ca4e5474-9566-455f-b096-\ -5f68308f16d9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f9e9d334-325d-4497-a1f3-\ +b7241ebfb575"], Cell[BoxData[GridBox[{ { @@ -833,7 +836,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "97d6f6b1-7302-4280-994a-63c6e1744a28"]}]}, + "a0da7f60-9fec-46c9-a9dc-70705e3aa60e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -841,10 +844,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "38006af5-639e-496f-a2cd-59838680763e"]}]} + "3fc11ffc-b896-4ef9-a029-de35990c4f8f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3803bd75-539a-4dcd-af01-\ -b037fdfcaaa1"], + }]], "MoreAboutSection",ExpressionUUID->"48a08663-5723-4666-8c2f-\ +caba1f7a3e3d"], Cell[BoxData[GridBox[{ { @@ -871,7 +874,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1f96e5df-4bb0-43e0-a5b3-9933c7b07db1"]], "RelatedLinks", + "d62b6104-2ffd-4b61-b102-6401568b0a37"]], "RelatedLinks", ExpressionUUID->"4159f85c-1118-46c4-a8c4-0a6337c83ac8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -888,7 +891,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EvalSumMinCoord"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eed2831a-20ed-43a2-9b78-effb8e0813ca"]], "RelatedLinks", + "1e8fd0fc-d8b4-4595-89ac-16344302e837"]], "RelatedLinks", ExpressionUUID->"e3ba1e3b-f74b-4859-a408-aff2662a4ab1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -906,11 +909,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrictlyConvexUnanConditionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5f4240e3-dbb4-4bec-9224-592b977b1dc1"]], "RelatedLinks", + "4a446274-f5ae-45e5-bae4-1adbe8c9da43"]], "RelatedLinks", ExpressionUUID->"1c8fc7ef-4495-46d5-8751-2b30367d7574"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4b6252bc-2393-4937-b687-\ -5d6eaeedf481"], + }]], "RelatedLinksSection",ExpressionUUID->"fdf65730-7806-4408-890d-\ +e01b4139b26c"], Cell[CellGroupData[{ @@ -940,11 +943,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ccadfe62-d69a-4c14-8a96-d008dfcd91a8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"42b578e9-133a-4a10-875a-2478c0d9836d"] +Cell[" ", "FooterCell",ExpressionUUID->"9d2946a3-5586-41ca-8bed-8f7fb4524705"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ConvexUnanConditionQ", TaggingRules->{ @@ -955,7 +958,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 0.978125}", + "built" -> "{2024, 6, 3, 16, 52, 4.161124}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -963,10 +966,10 @@ TaggingRules->{ "ConvexUnanConditionQ[game] checks at most (n-1) inequalities of the \ unanimity coordinates constraints for non-negative sums.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ConvexUnanConditionQ", "titlemodifier" -> - "", "windowtitle" -> "ConvexUnanConditionQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ConvexUnanConditionQ"}}, + "", "metadescription" -> "", "windowtitle" -> "ConvexUnanConditionQ", + "type" -> "Symbol", "uri" -> "TUG/ref/ConvexUnanConditionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -975,9 +978,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7b695da1-0e91-4058-a4be-edb430542424" +ExpressionUUID->"a18d3b76-bcf3-46ee-b2b5-44a99413dccc" ] (* End of Notebook Content *) @@ -985,143 +988,141 @@ ExpressionUUID->"7b695da1-0e91-4058-a4be-edb430542424" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14034, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a587890-2f88-4877-a391-dc9a993dae14", + Cell[14105, 371, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c45cf0db-4fe6-46bf-a791-4c5f2e4e37e6", CellTags->"PrimaryExamplesSection", - CellID->628821932]} + CellID->1110394841]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36424, 986} + {"PrimaryExamplesSection", 36482, 989} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"b3db60c6-bb62-4481-8237-4739fdfc2736", +Cell[592, 21, 7180, 174, 57, "AnchorBarGrid",ExpressionUUID->"c2439f10-9e9d-430f-a35f-3fafe47e5e2a", CellID->1], -Cell[7703, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"375578b2-9bac-4a1b-ae6e-9c7a41051cdb"], +Cell[7775, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1b12c1bd-c841-423d-9506-120903dd97fd"], Cell[CellGroupData[{ -Cell[7814, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"3b8dde86-f556-4767-a6e1-f8c39dbbe0ad"], -Cell[9111, 232, 521, 10, 111, "Usage",ExpressionUUID->"88581fc6-34d9-40ce-a4ff-d82ba77df15c", +Cell[7886, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"369fef27-27b4-4188-9357-6e2777c21a38"], +Cell[9183, 238, 521, 10, 111, "Usage",ExpressionUUID->"88581fc6-34d9-40ce-a4ff-d82ba77df15c", CellID->1126809960] }, Open ]], Cell[CellGroupData[{ -Cell[9669, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"802ace71-a4b1-4314-8f4d-8f2801739e49", +Cell[9741, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"dd542c77-e780-4b47-b3f0-aa98bbf67298", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2133564653], -Cell[11567, 296, 663, 17, 49, "Notes",ExpressionUUID->"44496d9a-46c8-444a-8300-55513f978371", + CellID->524444498], +Cell[11638, 302, 663, 17, 48, "Notes",ExpressionUUID->"44496d9a-46c8-444a-8300-55513f978371", CellID->26053], -Cell[12233, 315, 489, 12, 37, "Notes",ExpressionUUID->"53183e14-6746-42da-a122-ca1fe4af74e4", +Cell[12304, 321, 489, 12, 38, "Notes",ExpressionUUID->"53183e14-6746-42da-a122-ca1fe4af74e4", CellID->177724765], -Cell[12725, 329, 227, 4, 36, "Notes",ExpressionUUID->"04a46578-6624-451e-9953-000eb92938fe", +Cell[12796, 335, 227, 4, 36, "Notes",ExpressionUUID->"04a46578-6624-451e-9953-000eb92938fe", CellID->1899168270], -Cell[12955, 335, 418, 7, 78, "Notes",ExpressionUUID->"835b1f3a-962f-468b-ad8c-ebac0d8b15cb", +Cell[13026, 341, 418, 7, 78, "Notes",ExpressionUUID->"835b1f3a-962f-468b-ad8c-ebac0d8b15cb", CellID->250353677], -Cell[13376, 344, 531, 15, 37, "Notes",ExpressionUUID->"556c5a81-9195-4a38-9c00-f4656460ae1c", +Cell[13447, 350, 531, 15, 38, "Notes",ExpressionUUID->"556c5a81-9195-4a38-9c00-f4656460ae1c", CellID->2029180251] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14034, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a587890-2f88-4877-a391-dc9a993dae14", +Cell[14105, 371, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c45cf0db-4fe6-46bf-a791-4c5f2e4e37e6", CellTags->"PrimaryExamplesSection", - CellID->628821932], + CellID->1110394841], Cell[CellGroupData[{ -Cell[15479, 406, 1397, 36, 30, "ExampleSection",ExpressionUUID->"87cd96db-0483-4b5a-a448-16edb7ea8bab", - CellID->28028458], -Cell[16879, 444, 119, 1, 38, "ExampleText",ExpressionUUID->"8fbc0d6b-5281-4bb6-af45-9429eace862b", +Cell[15551, 412, 1399, 36, 30, "ExampleSection",ExpressionUUID->"66c3c1c5-7160-4541-bfbf-6e7c3dd6f4d2", + CellID->2026470731], +Cell[16953, 450, 119, 1, 39, "ExampleText",ExpressionUUID->"8fbc0d6b-5281-4bb6-af45-9429eace862b", CellID->1665724065], Cell[CellGroupData[{ -Cell[17023, 449, 167, 3, 27, "Input",ExpressionUUID->"c56e6df9-0f4d-4166-9305-0f4f78bc81d1", +Cell[17097, 455, 167, 3, 27, "Input",ExpressionUUID->"c56e6df9-0f4d-4166-9305-0f4f78bc81d1", CellID->988467398], Cell[CellGroupData[{ -Cell[17215, 456, 236, 4, 23, "Print",ExpressionUUID->"7f62934f-2b27-41aa-8933-0b8c2ae5df96", +Cell[17289, 462, 236, 4, 23, "Print",ExpressionUUID->"7f62934f-2b27-41aa-8933-0b8c2ae5df96", CellID->577091508], -Cell[17454, 462, 366, 8, 23, "Print",ExpressionUUID->"1b5b059b-ef9b-4fb5-a214-257a0429f1ca", +Cell[17528, 468, 366, 8, 23, "Print",ExpressionUUID->"1b5b059b-ef9b-4fb5-a214-257a0429f1ca", CellID->1491553244], -Cell[17823, 472, 237, 4, 23, "Print",ExpressionUUID->"8e15e8eb-1248-415c-bcec-e97b46f7383e", +Cell[17897, 478, 237, 4, 23, "Print",ExpressionUUID->"8e15e8eb-1248-415c-bcec-e97b46f7383e", CellID->2146040956], -Cell[18063, 478, 221, 3, 23, "Print",ExpressionUUID->"f2a98081-efa1-4ceb-94d4-cd17728d6134", +Cell[18137, 484, 221, 3, 23, "Print",ExpressionUUID->"f2a98081-efa1-4ceb-94d4-cd17728d6134", CellID->1785023495], -Cell[18287, 483, 207, 3, 23, "Print",ExpressionUUID->"03faef4d-c749-4e64-a9a4-fbf3e0e9fb1a", +Cell[18361, 489, 207, 3, 23, "Print",ExpressionUUID->"03faef4d-c749-4e64-a9a4-fbf3e0e9fb1a", CellID->931329861], -Cell[18497, 488, 238, 4, 23, "Print",ExpressionUUID->"65cdd279-a1d4-4752-a7c8-a69ea2fa29b8", +Cell[18571, 494, 238, 4, 23, "Print",ExpressionUUID->"65cdd279-a1d4-4752-a7c8-a69ea2fa29b8", CellID->1034419538], -Cell[18738, 494, 220, 3, 23, "Print",ExpressionUUID->"0fa1115b-66a7-47d3-baf8-d8bd3674dc5f", +Cell[18812, 500, 220, 3, 23, "Print",ExpressionUUID->"0fa1115b-66a7-47d3-baf8-d8bd3674dc5f", CellID->884445470], -Cell[18961, 499, 236, 4, 23, "Print",ExpressionUUID->"d0bbf60f-f225-4ce6-adb5-e9a6df63291e", +Cell[19035, 505, 236, 4, 23, "Print",ExpressionUUID->"d0bbf60f-f225-4ce6-adb5-e9a6df63291e", CellID->902192636], -Cell[19200, 505, 235, 4, 70, "Print",ExpressionUUID->"1d08db58-08d0-4579-87eb-4ab5ea00d242", +Cell[19274, 511, 235, 4, 70, "Print",ExpressionUUID->"1d08db58-08d0-4579-87eb-4ab5ea00d242", CellID->60311216], -Cell[19438, 511, 208, 3, 70, "Print",ExpressionUUID->"b5e14971-086c-45e1-a29f-e90e6c774302", +Cell[19512, 517, 208, 3, 70, "Print",ExpressionUUID->"b5e14971-086c-45e1-a29f-e90e6c774302", CellID->1238687584], -Cell[19649, 516, 237, 4, 70, "Print",ExpressionUUID->"dd1862de-d854-486e-ba1d-d556b637088b", +Cell[19723, 522, 237, 4, 70, "Print",ExpressionUUID->"dd1862de-d854-486e-ba1d-d556b637088b", CellID->2107692534] }, Open ]] }, Open ]], -Cell[19913, 524, 136, 1, 70, "ExampleText",ExpressionUUID->"1c086f79-77ec-423e-b3e2-b750787d7182", +Cell[19987, 530, 136, 1, 70, "ExampleText",ExpressionUUID->"1c086f79-77ec-423e-b3e2-b750787d7182", CellID->446174065], -Cell[20052, 527, 234, 6, 70, "Input",ExpressionUUID->"c5e332a2-2cff-48ea-8ce9-112eb2721cbe", +Cell[20126, 533, 234, 6, 70, "Input",ExpressionUUID->"c5e332a2-2cff-48ea-8ce9-112eb2721cbe", CellID->789267782], Cell[CellGroupData[{ -Cell[20311, 537, 359, 8, 70, "Input",ExpressionUUID->"45c7d9da-b2f9-4173-98db-33b70fffa268", +Cell[20385, 543, 359, 8, 70, "Input",ExpressionUUID->"45c7d9da-b2f9-4173-98db-33b70fffa268", CellID->740152020], -Cell[20673, 547, 363, 8, 36, "Output",ExpressionUUID->"536c8a1c-65f4-4cdd-abe1-5f580b82c43e", +Cell[20747, 553, 363, 8, 36, "Output",ExpressionUUID->"536c8a1c-65f4-4cdd-abe1-5f580b82c43e", CellID->1413505468] }, Open ]], -Cell[21051, 558, 237, 6, 70, "Input",ExpressionUUID->"cc03c3dc-4e46-45fa-b856-5dcf25910731", +Cell[21125, 564, 237, 6, 70, "Input",ExpressionUUID->"cc03c3dc-4e46-45fa-b856-5dcf25910731", CellID->943092276], -Cell[21291, 566, 191, 4, 70, "ExampleText",ExpressionUUID->"0f9147ef-4007-4ff2-b0b7-a142e56a42c9", +Cell[21365, 572, 191, 4, 70, "ExampleText",ExpressionUUID->"0f9147ef-4007-4ff2-b0b7-a142e56a42c9", CellID->1039621459], Cell[CellGroupData[{ -Cell[21507, 574, 178, 3, 70, "Input",ExpressionUUID->"9072142d-21a8-44d7-87c8-2980e220f4ec", +Cell[21581, 580, 178, 3, 70, "Input",ExpressionUUID->"9072142d-21a8-44d7-87c8-2980e220f4ec", CellID->1270775132], -Cell[21688, 579, 174, 4, 36, "Output",ExpressionUUID->"841ba991-1764-4a24-8a96-32e7c85e71ec", +Cell[21762, 585, 174, 4, 36, "Output",ExpressionUUID->"841ba991-1764-4a24-8a96-32e7c85e71ec", CellID->1985441322] }, Open ]], -Cell[21877, 586, 242, 4, 70, "ExampleText",ExpressionUUID->"3415550e-ea77-405d-8687-35dfd5466336", +Cell[21951, 592, 242, 4, 70, "ExampleText",ExpressionUUID->"3415550e-ea77-405d-8687-35dfd5466336", CellID->824788879], Cell[CellGroupData[{ -Cell[22144, 594, 178, 3, 70, "Input",ExpressionUUID->"b2b78ac3-5e86-48f1-a88a-a5fa05c6756b", +Cell[22218, 600, 178, 3, 70, "Input",ExpressionUUID->"b2b78ac3-5e86-48f1-a88a-a5fa05c6756b", CellID->1503777481], Cell[CellGroupData[{ -Cell[22347, 601, 223, 3, 70, "Print",ExpressionUUID->"bd36de53-db80-4401-ac8b-3ba860c65d7c", +Cell[22421, 607, 223, 3, 70, "Print",ExpressionUUID->"bd36de53-db80-4401-ac8b-3ba860c65d7c", CellID->509510772], -Cell[22573, 606, 198, 3, 70, "Print",ExpressionUUID->"c68b2269-6443-4cbb-b366-518a5332d7b2", +Cell[22647, 612, 198, 3, 70, "Print",ExpressionUUID->"c68b2269-6443-4cbb-b366-518a5332d7b2", CellID->153917846], -Cell[22774, 611, 222, 3, 70, "Print",ExpressionUUID->"5da2f1b7-fcba-4780-b35f-cbeea196e3df", +Cell[22848, 617, 222, 3, 70, "Print",ExpressionUUID->"5da2f1b7-fcba-4780-b35f-cbeea196e3df", CellID->1985407664] }, Open ]], -Cell[23011, 617, 160, 3, 36, "Output",ExpressionUUID->"9eaddce6-b5a4-431b-b67b-b1dbcbdafb50", +Cell[23085, 623, 160, 3, 36, "Output",ExpressionUUID->"9eaddce6-b5a4-431b-b67b-b1dbcbdafb50", CellID->1648720059] }, Open ]], -Cell[23186, 623, 170, 3, 70, "ExampleText",ExpressionUUID->"1460d9fc-a670-4a56-8e6d-795244527f01", +Cell[23260, 629, 170, 3, 70, "ExampleText",ExpressionUUID->"1460d9fc-a670-4a56-8e6d-795244527f01", CellID->652796956], Cell[CellGroupData[{ -Cell[23381, 630, 165, 3, 70, "Input",ExpressionUUID->"2612a02e-8c9d-41cf-ae40-479eb36b412d", +Cell[23455, 636, 165, 3, 70, "Input",ExpressionUUID->"2612a02e-8c9d-41cf-ae40-479eb36b412d", CellID->2113511288], -Cell[23549, 635, 159, 3, 36, "Output",ExpressionUUID->"b888f541-adad-4e9e-8108-06f3738f49af", +Cell[23623, 641, 159, 3, 36, "Output",ExpressionUUID->"b888f541-adad-4e9e-8108-06f3738f49af", CellID->343517260] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24024, 653, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"776c7374-6282-44b7-8672-ad6cd5e81dce"], +Cell[29476, 803, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f9e9d334-325d-4497-a1f3-b7241ebfb575"], +Cell[30149, 823, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"48a08663-5723-4666-8c2f-caba1f7a3e3d"], +Cell[31185, 851, 2265, 64, 70, "RelatedLinksSection",ExpressionUUID->"fdf65730-7806-4408-890d-e01b4139b26c"], Cell[CellGroupData[{ -Cell[23972, 649, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"75d73282-3d17-4969-b8f2-205b06a973e5"], -Cell[29424, 799, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ca4e5474-9566-455f-b096-5f68308f16d9"] -}, Open ]], -Cell[30109, 820, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3803bd75-539a-4dcd-af01-b037fdfcaaa1"], -Cell[31145, 848, 2265, 64, 70, "RelatedLinksSection",ExpressionUUID->"4b6252bc-2393-4937-b687-5d6eaeedf481"], -Cell[CellGroupData[{ -Cell[33435, 916, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"29871f0d-d0c5-4f96-99c7-f9a3bb470dd3", +Cell[33475, 919, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"29871f0d-d0c5-4f96-99c7-f9a3bb470dd3", CellID->174251628], -Cell[33575, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6b482ad0-fec7-473d-a037-9c9d1a7772a0", +Cell[33615, 922, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6b482ad0-fec7-473d-a037-9c9d1a7772a0", CellID->1194386356], -Cell[33797, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b18ac63d-5e32-445d-b2d5-94bab9195599", +Cell[33837, 928, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b18ac63d-5e32-445d-b2d5-94bab9195599", CellID->1641706272], -Cell[34012, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1922d34-c0a5-4690-adf5-356464cfcf82", +Cell[34052, 933, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1922d34-c0a5-4690-adf5-356464cfcf82", CellID->399251956], -Cell[34241, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ccadfe62-d69a-4c14-8a96-d008dfcd91a8", +Cell[34281, 939, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ccadfe62-d69a-4c14-8a96-d008dfcd91a8", CellID->821434655] }, Open ]], -Cell[34478, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"42b578e9-133a-4a10-875a-2478c0d9836d"] +Cell[34518, 945, 78, 0, 70, "FooterCell",ExpressionUUID->"9d2946a3-5586-41ca-8bed-8f7fb4524705"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CoordS.nb b/Documentation/English/ReferencePages/Symbols/CoordS.nb index 591ac05..765688b 100644 --- a/Documentation/English/ReferencePages/Symbols/CoordS.nb +++ b/Documentation/English/ReferencePages/Symbols/CoordS.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44349, 1157] -NotebookOptionsPosition[ 35230, 974] -NotebookOutlinePosition[ 37266, 1027] -CellTagsIndexPosition[ 37180, 1022] +NotebookDataLength[ 44318, 1155] +NotebookOptionsPosition[ 35213, 974] +NotebookOutlinePosition[ 37268, 1027] +CellTagsIndexPosition[ 37182, 1022] WindowTitle->CoordS WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b4c0c220-8672-4282-a35a-89e74362d244"], + "51187ca9-04d0-4d3f-910d-8c79ea218858"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6d9061ac-f96d-442b-a318-e6f262d46708"], + "933deeee-b4b5-402a-aea7-c16eed545877"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "29b0d611-6566-4988-bda4-3a991ee50fe2"] - }],ExpressionUUID->"9db17382-710a-4784-8fbb-bc3a8ce0c473"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/HarsanyiDividends"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"GameBasis\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, + "b8ecfb03-0fe6-40f5-8515-2885055962c0"] + }],ExpressionUUID->"61f15acc-1057-4973-a43b-8f06f48447e2"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"GameBasis\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aceee0fe-2eab-438a-9014-c19d80452991"], + "7c9d7c15-7350-4846-8f4c-5c26313ec540"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6c064e8c-db0e-4c32-8ea5-4b3475c441f6"] - }],ExpressionUUID->"07ea6980-2f64-4ee4-a255-c65fcd87c65c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f5b18e29-10df-40ee-b63b-db566e7d47f5"] + }],ExpressionUUID->"d5dc8b1d-9c00-40d8-95bb-57d9c0895464"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26545e98-a4c6-42a1-beb0-7ccd1dd89806"], + "5bc47380-abcd-4e5e-8e31-77efaf5e6797"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51d203cc-4cb6-4f0d-b5e4-1c06bde7d97c"] - }],ExpressionUUID->"ed63ccde-6bf6-47b4-8133-6c6b542c245d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6932339d-8832-438d-a35a-e618416995ea"] + }],ExpressionUUID->"94b72416-a4fe-443b-ba1a-adf99dea65ef"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89374a08-267d-457c-84dc-5d828f89ec3f"], + "d9cc7430-bb83-4781-9829-d70bd0952bc2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f2db0c40-399d-44a8-b969-8bb6860b0676"] - }],ExpressionUUID->"b2955d4a-30d4-4f3e-b653-074ee8e4fcd3"], - StripOnInput->False], {"\<\"TUG/ref/CoordS\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CoordS"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CoordS.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$58333], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/CoordS" <> - ".html"], None}]}]}, + "464a6388-9425-431a-887f-3c47a585c26a"] + }],ExpressionUUID->"af26ab8b-2675-472c-81b0-ef83c281aa7c"], + StripOnInput->False],{ + "\"TUG/ref/CoordS\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/CoordS"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/CoordS.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$61547], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CoordS" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e8fc80c-2aa6-4c73-8c85-281dad0f4db6"] + "50b56251-ffe9-4ac1-9dd0-5d2260d60edd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "105f95fb-e9ed-42f0-9bfb-17f8b11a0740"]} + "22137957-ef5e-4a52-9c29-06bebd630b40"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fd584b08-8214-4210-8a09-1ed20df4012e"], + CellID->1,ExpressionUUID->"59749d1f-10be-49b9-93a2-e689d577063f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"943e2743-7fd0-45c5-950e-d6aecb65a58a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d59c7925-9f0d-4cee-8e4f-08de7b6f4da4"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CoordS", "ObjectName",ExpressionUUID-> - "4f1a8af5-77b7-48d6-a9bf-3488773a3248"], + "d5bc0af6-3572-4ca9-8ea1-51154041dea7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"48d8a133-aceb-41f9-8a56-6c8127bc7a4d"], + "Spacer1"]],ExpressionUUID->"054f0b0b-5fdf-4f2c-b99d-3ed2a7b8cdbe"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ce945955-4538-413b-8c67-d3b65e4609f9"] - }],ExpressionUUID->"6405a52d-629e-4735-8b6b-eb97ecb0ddbe"], Cell[BoxData[ + "a088069d-8ce7-4cf6-aa8c-94f3cd71c04e"] + }],ExpressionUUID->"1b741b58-ba66-4962-b253-ffcc47b49061"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e67b7121-85bb-40cc-a341-498ed013aea0"]} + "10ebd5db-be39-46c7-9242-484fda0d7523"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f123ed0c-c0a0-4dd5-89e2-a848a1ab0ad9"], + CacheGraphics->False,ExpressionUUID->"fd485852-f608-47b1-8ba9-2ad365da1b52"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "22fa141a-8577-4df5-93c8-c568b17c9c76"], " \[LineSeparator]determines the unanimity coordinate of coalitions S." - }],ExpressionUUID->"a244531f-21af-4491-9ca7-3ae5938d1465"]} + }],ExpressionUUID->"75c1b0c1-5dbf-4b2e-a587-07b8c26b7d0d"]} }]], "Usage", CellID->828276230,ExpressionUUID->"c05d03be-4787-43bd-ba06-7e856bf3c08c"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"04b03665-7ba7-42ab-b022-493c476d630f"], + ExpressionUUID->"7145e404-a6d7-450f-9759-d6b5227fbaec"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ab1701ce-c741-4e1a-a9d3-c98fead7e37f"], + "Spacer1"]],ExpressionUUID->"d1bd3a5e-36c2-490c-9fe6-d27b5d374de0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f0ae3c24-ad5f-41f7-bccb-d1dd17b37be4"], + }], "NotesFrameText",ExpressionUUID->"14c1b7cd-056c-4a0c-b4e2-9c583ae39803"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"86fbcb07-b557-415f-bb03-e44c05ad82ee"]], \ + "Preemptive"]],ExpressionUUID->"55f3ebda-fbd2-4be1-aaf3-f0275134bd14"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1126299995,ExpressionUUID->"94b57d8f-aa3b-489d-b388-75bc6588a2cb"], + CellID->196432432,ExpressionUUID->"22b48a02-0087-4af1-9e26-074b38d2b890"], Cell[TextData[{ "The input expression ", @@ -373,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"24f4821f-c41f-474a-aa93-3840ab3033a3"], + ExpressionUUID->"5c87d06e-e687-4215-93c2-3c5e9b40a870"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b7e04f81-ae95-4c43-bf5c-6c81bb176eb8"], + "Spacer1"]],ExpressionUUID->"de711334-4dbe-498c-a77b-8e48b1f995ed"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ec0170f0-b5c4-4e72-a306-dfcff7f42582"] + "4932e35a-30c5-4173-a7a0-d99981a332f2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->735606255,ExpressionUUID->"b9417bbe-a5ba-439c-875d-aff56a88a736"], + CellID->1301960670,ExpressionUUID->"75a0bec9-fbce-4a53-b432-8c98d034ce71"], Cell[CellGroupData[{ @@ -414,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ac4debd2-a22b-4e7a-b2da-c42ffa5d03d3"], + ExpressionUUID->"fa1b86d8-f740-4733-bba3-4609f9e53fee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6ab8a150-6eab-4383-a940-7241bc1dd6aa"], + "Spacer1"]],ExpressionUUID->"557153c0-5ace-47f3-8607-e3be3945e13a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "731199a6-2f88-4803-9532-b4ba8ef2d09d"] + "678744ef-36e1-47dc-b676-b0689f3bb99a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->907455267,ExpressionUUID->"5141843b-287a-4d18-96e3-71b9a2a507ea"], + CellID->733226610,ExpressionUUID->"24330c9a-9995-4f3a-ac37-fdc3ec14d9e1"], Cell["Loading the package:", "ExampleText", CellID->1512266760,ExpressionUUID->"96de29e2-e064-428a-815a-d2a8d8513142"], @@ -676,8 +679,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -825,15 +826,15 @@ Cell[BoxData[GridBox[{ "077d22fd-b47e-44f8-923f-87cc4545832b"] }], "SeeAlso",ExpressionUUID->"fdf53184-0ba2-474b-b629-210dab2d5f6b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"5bd0f7a3-5d3d-4edf-adfc-\ -5252636a8e6f"], + }]], "SeeAlsoSection",ExpressionUUID->"4b729474-bbde-48a2-95eb-\ +702931e25b87"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -845,9 +846,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"83288c88-0822-4aed-a854-c5d23fb7d371"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"470503a3-b3db-4f61-b1c8-\ -4d76d28f2c3b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f1263017-60fb-48ba-8257-\ +4dce7d90e031"], Cell[BoxData[GridBox[{ { @@ -864,7 +864,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7657b872-8024-4e09-a721-b832734bfe8a"]}]}, + "55d3ae71-1d95-415f-9c3b-5f63ee893fee"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -872,10 +872,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4f171b0d-f5a8-4db8-80cf-b9c72d2f0fab"]}]} + "4648f289-7faf-40e5-86a2-0e3f18899749"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8736ec0f-6a7d-4586-a76c-\ -1268bae31f13"], + }]], "MoreAboutSection",ExpressionUUID->"b36dcc30-f7a8-49fd-99d9-\ +3eae274d88e5"], Cell[BoxData[GridBox[{ { @@ -902,7 +902,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GameBasis"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eebae55f-f81b-46b0-89ef-0b08beadc997"]], "RelatedLinks", + "013a8dc7-c5eb-4c6a-aab3-ce342ad2c5e1"]], "RelatedLinks", ExpressionUUID->"c6a876e5-1785-4ed3-a7a4-72a4f6ff87cd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -919,7 +919,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "90482c34-34ff-4971-8fc8-f098f666895c"]], "RelatedLinks", + "e869e88f-c528-4a73-ba4c-2a63e001d6e6"]], "RelatedLinks", ExpressionUUID->"2fb363bb-fabf-4ca8-94e5-2fe053922b3e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -936,11 +936,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "698f2e6f-9e4f-4205-a15a-1fbab2e32b05"]], "RelatedLinks", + "55361b79-db86-4532-8e83-af68ab9c18b9"]], "RelatedLinks", ExpressionUUID->"3a2e7eaf-0dbb-481c-b9b9-171d693ba0d2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"73933321-9b88-4e0b-814f-\ -33344601c26b"], + }]], "RelatedLinksSection",ExpressionUUID->"70af0101-fc39-4d80-a125-\ +096950a42a4d"], Cell[CellGroupData[{ @@ -970,11 +970,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"94ab314b-513a-4cec-bcf5-0e6fdb38e6b8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"87c918da-81d5-46b6-9de8-802385cde4ee"] +Cell[" ", "FooterCell",ExpressionUUID->"86e14269-3830-44a1-b8cf-c96163a8481e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CoordS", TaggingRules->{ @@ -985,17 +985,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 3.855801}", + "built" -> "{2024, 6, 3, 16, 52, 5.703555}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CoordS[game, S] determines the unanimity coordinate of coalitions S.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CoordS", "titlemodifier" -> - "", "windowtitle" -> "CoordS", "type" -> "Symbol", "uri" -> - "TUG/ref/CoordS"}}, + "", "metadescription" -> "", "windowtitle" -> "CoordS", "type" -> + "Symbol", "uri" -> "TUG/ref/CoordS"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1004,9 +1004,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1ca48e97-3d57-409b-9a09-ced4280ca74b" +ExpressionUUID->"a7239c05-4e04-43a1-bb2f-f15e23a28f2c" ] (* End of Notebook Content *) @@ -1014,151 +1014,149 @@ ExpressionUUID->"1ca48e97-3d57-409b-9a09-ced4280ca74b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13500, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b9417bbe-a5ba-439c-875d-aff56a88a736", + Cell[13516, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"75a0bec9-fbce-4a53-b432-8c98d034ce71", CellTags->"PrimaryExamplesSection", - CellID->735606255]} + CellID->1301960670]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36980, 1015} + {"PrimaryExamplesSection", 36981, 1015} } *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 7103, 169, 56, "AnchorBarGrid",ExpressionUUID->"fd584b08-8214-4210-8a09-1ed20df4012e", +Cell[578, 21, 7120, 172, 57, "AnchorBarGrid",ExpressionUUID->"59749d1f-10be-49b9-93a2-e689d577063f", CellID->1], -Cell[7684, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"943e2743-7fd0-45c5-950e-d6aecb65a58a"], +Cell[7701, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d59c7925-9f0d-4cee-8e4f-08de7b6f4da4"], Cell[CellGroupData[{ -Cell[7795, 196, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"f123ed0c-c0a0-4dd5-89e2-a848a1ab0ad9"], -Cell[9078, 233, 487, 10, 111, "Usage",ExpressionUUID->"c05d03be-4787-43bd-ba06-7e856bf3c08c", +Cell[7812, 199, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"fd485852-f608-47b1-8ba9-2ad365da1b52"], +Cell[9095, 236, 487, 10, 111, "Usage",ExpressionUUID->"c05d03be-4787-43bd-ba06-7e856bf3c08c", CellID->828276230] }, Open ]], Cell[CellGroupData[{ -Cell[9602, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"94b57d8f-aa3b-489d-b388-75bc6588a2cb", +Cell[9619, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"22b48a02-0087-4af1-9e26-074b38d2b890", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1126299995], -Cell[11500, 297, 845, 20, 57, "Notes",ExpressionUUID->"2d662ac9-a8cb-4b9d-89e2-212e9ffe061b", + CellID->196432432], +Cell[11516, 300, 845, 20, 57, "Notes",ExpressionUUID->"2d662ac9-a8cb-4b9d-89e2-212e9ffe061b", CellID->1014199156], -Cell[12348, 319, 489, 12, 37, "Notes",ExpressionUUID->"544c7f63-6bce-4175-a4ab-3aedf7673b06", +Cell[12364, 322, 489, 12, 38, "Notes",ExpressionUUID->"544c7f63-6bce-4175-a4ab-3aedf7673b06", CellID->177724765], -Cell[12840, 333, 351, 6, 57, "Notes",ExpressionUUID->"7234798f-8c0c-41d7-9eb7-841554571444", +Cell[12856, 336, 351, 6, 57, "Notes",ExpressionUUID->"7234798f-8c0c-41d7-9eb7-841554571444", CellID->453773348], -Cell[13194, 341, 179, 3, 36, "Notes",ExpressionUUID->"8c56c11e-d2ca-4821-9229-49da7c45b9ed", +Cell[13210, 344, 179, 3, 36, "Notes",ExpressionUUID->"8c56c11e-d2ca-4821-9229-49da7c45b9ed", CellID->1155544641] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13500, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b9417bbe-a5ba-439c-875d-aff56a88a736", +Cell[13516, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"75a0bec9-fbce-4a53-b432-8c98d034ce71", CellTags->"PrimaryExamplesSection", - CellID->735606255], + CellID->1301960670], Cell[CellGroupData[{ -Cell[14945, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5141843b-287a-4d18-96e3-71b9a2a507ea", - CellID->907455267], -Cell[16346, 429, 119, 1, 38, "ExampleText",ExpressionUUID->"96de29e2-e064-428a-815a-d2a8d8513142", +Cell[14962, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"24330c9a-9995-4f3a-ac37-fdc3ec14d9e1", + CellID->733226610], +Cell[16363, 432, 119, 1, 39, "ExampleText",ExpressionUUID->"96de29e2-e064-428a-815a-d2a8d8513142", CellID->1512266760], Cell[CellGroupData[{ -Cell[16490, 434, 168, 3, 27, "Input",ExpressionUUID->"fdf18d8e-aba6-43a7-9088-c5e2b38f02bf", +Cell[16507, 437, 168, 3, 27, "Input",ExpressionUUID->"fdf18d8e-aba6-43a7-9088-c5e2b38f02bf", CellID->1492124832], Cell[CellGroupData[{ -Cell[16683, 441, 237, 4, 23, "Print",ExpressionUUID->"506c1bee-1656-42f0-b27e-2c02b5cd2670", +Cell[16700, 444, 237, 4, 23, "Print",ExpressionUUID->"506c1bee-1656-42f0-b27e-2c02b5cd2670", CellID->1008184627], -Cell[16923, 447, 366, 8, 23, "Print",ExpressionUUID->"ad6a22ba-1f78-4591-84c8-68cd01934db9", +Cell[16940, 450, 366, 8, 23, "Print",ExpressionUUID->"ad6a22ba-1f78-4591-84c8-68cd01934db9", CellID->1246105415], -Cell[17292, 457, 235, 4, 23, "Print",ExpressionUUID->"4f6f3e55-d82d-40ec-a056-8afabdf710ec", +Cell[17309, 460, 235, 4, 23, "Print",ExpressionUUID->"4f6f3e55-d82d-40ec-a056-8afabdf710ec", CellID->76787490], -Cell[17530, 463, 221, 3, 23, "Print",ExpressionUUID->"0781b0b8-0cdc-4c2f-b8d7-a20231812e59", +Cell[17547, 466, 221, 3, 23, "Print",ExpressionUUID->"0781b0b8-0cdc-4c2f-b8d7-a20231812e59", CellID->1561693994], -Cell[17754, 468, 207, 3, 23, "Print",ExpressionUUID->"3c80564e-87de-41f8-991d-a7da20022110", +Cell[17771, 471, 207, 3, 23, "Print",ExpressionUUID->"3c80564e-87de-41f8-991d-a7da20022110", CellID->883158187], -Cell[17964, 473, 238, 4, 23, "Print",ExpressionUUID->"769bfb63-6ab8-4c09-b884-6739d3ed01f6", +Cell[17981, 476, 238, 4, 23, "Print",ExpressionUUID->"769bfb63-6ab8-4c09-b884-6739d3ed01f6", CellID->1726823216], -Cell[18205, 479, 220, 3, 23, "Print",ExpressionUUID->"5f9cd50d-b699-4521-b583-03a075a2641c", +Cell[18222, 482, 220, 3, 23, "Print",ExpressionUUID->"5f9cd50d-b699-4521-b583-03a075a2641c", CellID->104149300], -Cell[18428, 484, 237, 4, 23, "Print",ExpressionUUID->"77f96c2a-fdb6-4cad-8d38-89c11442a118", +Cell[18445, 487, 237, 4, 23, "Print",ExpressionUUID->"77f96c2a-fdb6-4cad-8d38-89c11442a118", CellID->1688744661], -Cell[18668, 490, 237, 4, 23, "Print",ExpressionUUID->"61327ef1-9cb5-4834-a883-4fb48036944b", +Cell[18685, 493, 237, 4, 23, "Print",ExpressionUUID->"61327ef1-9cb5-4834-a883-4fb48036944b", CellID->1361312229], -Cell[18908, 496, 207, 3, 23, "Print",ExpressionUUID->"b0f4e152-a09a-4bc3-9afe-fb8e476758d8", +Cell[18925, 499, 207, 3, 23, "Print",ExpressionUUID->"b0f4e152-a09a-4bc3-9afe-fb8e476758d8", CellID->667004664], -Cell[19118, 501, 237, 4, 70, "Print",ExpressionUUID->"9da2172c-5c4e-45df-a27f-29934f5b19cb", +Cell[19135, 504, 237, 4, 23, "Print",ExpressionUUID->"9da2172c-5c4e-45df-a27f-29934f5b19cb", CellID->1315375386] }, Open ]] }, Open ]], -Cell[19382, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"cf5356b1-8535-497f-b33c-efacae4250a4", +Cell[19399, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"cf5356b1-8535-497f-b33c-efacae4250a4", CellID->706569392], -Cell[19521, 512, 234, 6, 70, "Input",ExpressionUUID->"671051e5-ad33-4851-95e1-f32de05feb2b", +Cell[19538, 515, 234, 6, 70, "Input",ExpressionUUID->"671051e5-ad33-4851-95e1-f32de05feb2b", CellID->224852836], -Cell[19758, 520, 381, 9, 70, "Input",ExpressionUUID->"0b18579a-98e9-4aff-8ece-05ff0d651cb2", +Cell[19775, 523, 381, 9, 70, "Input",ExpressionUUID->"0b18579a-98e9-4aff-8ece-05ff0d651cb2", CellID->1134517869], -Cell[20142, 531, 237, 6, 70, "Input",ExpressionUUID->"00892638-14f6-4235-9794-040502bf1c30", +Cell[20159, 534, 237, 6, 70, "Input",ExpressionUUID->"00892638-14f6-4235-9794-040502bf1c30", CellID->747285983], -Cell[20382, 539, 190, 4, 70, "ExampleText",ExpressionUUID->"aff2c76b-2ece-454a-a3b2-b1642081fe6d", +Cell[20399, 542, 190, 4, 70, "ExampleText",ExpressionUUID->"aff2c76b-2ece-454a-a3b2-b1642081fe6d", CellID->849849467], Cell[CellGroupData[{ -Cell[20597, 547, 164, 3, 70, "Input",ExpressionUUID->"42c0e450-8360-4f36-a28f-e8b32a4ff194", +Cell[20614, 550, 164, 3, 70, "Input",ExpressionUUID->"42c0e450-8360-4f36-a28f-e8b32a4ff194", CellID->1687558477], -Cell[20764, 552, 173, 4, 36, "Output",ExpressionUUID->"13dbe65f-cbdd-4632-a969-97aea1e9bae5", +Cell[20781, 555, 173, 4, 36, "Output",ExpressionUUID->"13dbe65f-cbdd-4632-a969-97aea1e9bae5", CellID->755874364] }, Open ]], -Cell[20952, 559, 175, 3, 70, "ExampleText",ExpressionUUID->"2443cb79-5818-471c-a263-ccb9e45c6d7e", +Cell[20969, 562, 175, 3, 70, "ExampleText",ExpressionUUID->"2443cb79-5818-471c-a263-ccb9e45c6d7e", CellID->154341550], Cell[CellGroupData[{ -Cell[21152, 566, 245, 6, 70, "Input",ExpressionUUID->"40f2d035-2003-4ff5-a21e-ad8bbb3d068d", +Cell[21169, 569, 245, 6, 70, "Input",ExpressionUUID->"40f2d035-2003-4ff5-a21e-ad8bbb3d068d", CellID->654475157], -Cell[21400, 574, 174, 4, 36, "Output",ExpressionUUID->"d71889c7-cfc3-45b9-8ba7-f03cbf308466", +Cell[21417, 577, 174, 4, 36, "Output",ExpressionUUID->"d71889c7-cfc3-45b9-8ba7-f03cbf308466", CellID->937310439] }, Open ]], -Cell[21589, 581, 183, 3, 70, "ExampleText",ExpressionUUID->"798c733f-2d08-451a-89fc-c669982d6dae", +Cell[21606, 584, 183, 3, 70, "ExampleText",ExpressionUUID->"798c733f-2d08-451a-89fc-c669982d6dae", CellID->2141331825], Cell[CellGroupData[{ -Cell[21797, 588, 283, 8, 70, "Input",ExpressionUUID->"acd330f7-a8c1-4799-afa3-d28035cfdc68", +Cell[21814, 591, 283, 8, 70, "Input",ExpressionUUID->"acd330f7-a8c1-4799-afa3-d28035cfdc68", CellID->389673347], -Cell[22083, 598, 434, 11, 36, "Output",ExpressionUUID->"98d1dd2c-d986-4105-a9b5-e187b128428f", +Cell[22100, 601, 434, 11, 36, "Output",ExpressionUUID->"98d1dd2c-d986-4105-a9b5-e187b128428f", CellID->341010173] }, Open ]], Cell[CellGroupData[{ -Cell[22554, 614, 161, 3, 70, "Input",ExpressionUUID->"0316e09b-43d6-4e1e-b39a-dd7e81e959c6", +Cell[22571, 617, 161, 3, 70, "Input",ExpressionUUID->"0316e09b-43d6-4e1e-b39a-dd7e81e959c6", CellID->1810019799], -Cell[22718, 619, 157, 3, 36, "Output",ExpressionUUID->"84e4b4a9-bf90-4574-b12e-9a76817f5016", +Cell[22735, 622, 157, 3, 36, "Output",ExpressionUUID->"84e4b4a9-bf90-4574-b12e-9a76817f5016", CellID->146106071] }, Open ]], -Cell[22890, 625, 213, 4, 70, "ExampleText",ExpressionUUID->"ab22aedd-f162-419a-92ea-0425e8ba86f4", +Cell[22907, 628, 213, 4, 70, "ExampleText",ExpressionUUID->"ab22aedd-f162-419a-92ea-0425e8ba86f4", CellID->1173881489], Cell[CellGroupData[{ -Cell[23128, 633, 224, 5, 70, "Input",ExpressionUUID->"aac51cd6-a5a0-4870-8a73-576ab57901ac", +Cell[23145, 636, 224, 5, 70, "Input",ExpressionUUID->"aac51cd6-a5a0-4870-8a73-576ab57901ac", CellID->243219167], -Cell[23355, 640, 359, 8, 36, "Output",ExpressionUUID->"3668d007-eb24-4616-982c-0746784c55d5", +Cell[23372, 643, 359, 8, 36, "Output",ExpressionUUID->"3668d007-eb24-4616-982c-0746784c55d5", CellID->524987704] }, Open ]], -Cell[23729, 651, 291, 5, 70, "ExampleText",ExpressionUUID->"48a3589b-c0c0-4507-89b1-8c212d34737d", +Cell[23746, 654, 291, 5, 70, "ExampleText",ExpressionUUID->"48a3589b-c0c0-4507-89b1-8c212d34737d", CellID->268862942], Cell[CellGroupData[{ -Cell[24045, 660, 186, 4, 70, "Input",ExpressionUUID->"c34745b1-fe42-4a39-b77e-7afc4f856a17", +Cell[24062, 663, 186, 4, 70, "Input",ExpressionUUID->"c34745b1-fe42-4a39-b77e-7afc4f856a17", CellID->1983191399], -Cell[24234, 666, 159, 3, 36, "Output",ExpressionUUID->"adb28558-22ef-44f6-b98b-d50280ef2198", +Cell[24251, 669, 159, 3, 36, "Output",ExpressionUUID->"adb28558-22ef-44f6-b98b-d50280ef2198", CellID->16781955] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24652, 681, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"4b729474-bbde-48a2-95eb-702931e25b87"], +Cell[30132, 831, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f1263017-60fb-48ba-8257-4dce7d90e031"], +Cell[30805, 851, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b36dcc30-f7a8-49fd-99d9-3eae274d88e5"], +Cell[31841, 879, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"70af0101-fc39-4d80-a125-096950a42a4d"], Cell[CellGroupData[{ -Cell[24657, 680, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"5bd0f7a3-5d3d-4edf-adfc-5252636a8e6f"], -Cell[30137, 830, 670, 18, 70, "TechNotesSection",ExpressionUUID->"470503a3-b3db-4f61-b1c8-4d76d28f2c3b"] -}, Open ]], -Cell[30822, 851, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8736ec0f-6a7d-4586-a76c-1268bae31f13"], -Cell[31858, 879, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"73933321-9b88-4e0b-814f-33344601c26b"], -Cell[CellGroupData[{ -Cell[34106, 946, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1fabb0d6-2f89-412f-992d-03e139b6fcb5", +Cell[34089, 946, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1fabb0d6-2f89-412f-992d-03e139b6fcb5", CellID->50309288], -Cell[34245, 949, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"954b785e-0506-4486-9343-a511d15b0c12", +Cell[34228, 949, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"954b785e-0506-4486-9343-a511d15b0c12", CellID->1194386356], -Cell[34467, 955, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30aba334-2d5e-48cf-b432-cb4fd5efd3c7", +Cell[34450, 955, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30aba334-2d5e-48cf-b432-cb4fd5efd3c7", CellID->1641706272], -Cell[34682, 960, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10bffb3d-4129-408a-9a37-3498c207b19c", +Cell[34665, 960, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10bffb3d-4129-408a-9a37-3498c207b19c", CellID->399251956], -Cell[34911, 966, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94ab314b-513a-4cec-bcf5-0e6fdb38e6b8", +Cell[34894, 966, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94ab314b-513a-4cec-bcf5-0e6fdb38e6b8", CellID->821434655] }, Open ]], -Cell[35148, 972, 78, 0, 70, "FooterCell",ExpressionUUID->"87c918da-81d5-46b6-9de8-802385cde4ee"] +Cell[35131, 972, 78, 0, 70, "FooterCell",ExpressionUUID->"86e14269-3830-44a1-b8cf-c96163a8481e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CoreElementsQ.nb b/Documentation/English/ReferencePages/Symbols/CoreElementsQ.nb index 12d3fa5..cc837a8 100644 --- a/Documentation/English/ReferencePages/Symbols/CoreElementsQ.nb +++ b/Documentation/English/ReferencePages/Symbols/CoreElementsQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45484, 1189] -NotebookOptionsPosition[ 35555, 990] -NotebookOutlinePosition[ 37630, 1043] -CellTagsIndexPosition[ 37544, 1038] +NotebookDataLength[ 45488, 1189] +NotebookOptionsPosition[ 35569, 991] +NotebookOutlinePosition[ 37667, 1045] +CellTagsIndexPosition[ 37581, 1040] WindowTitle->CoreElementsQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1935fa4d-17d2-4d02-8361-c2a1a1bd687e"], + "e2c734f4-eb0f-4765-bfb1-c61bbd892e97"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6de20787-8fdb-4da9-9316-c9d84589c231"], + "28456b42-16c6-41d6-872f-bcb5ad50e96f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "808e5b02-b0e2-42f0-bf57-767b293f8477"] - }],ExpressionUUID->"fb50d6a1-46c3-4284-a8c0-903dc4771a56"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "931d4b6e-61f1-4972-b405-ab6263c51185"] + }],ExpressionUUID->"2b9c5262-bc54-4562-abc5-c9fdf6ccecaa"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a24d2210-7d90-48c4-b659-26925c879e4b"], + "3a8520c0-148f-4149-85b1-24fd16d50462"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94a1768e-18b5-4ff2-bb2f-53b0d00e9deb"] - }],ExpressionUUID->"c67f1f8f-aa10-409e-93be-e4e573e56019"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5aaae750-e068-463c-a044-e3bfb522b5c1"] + }],ExpressionUUID->"79c006d9-b7ca-473a-8fa0-4a6b79462009"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f493380-8add-4046-a7ad-d423e059c5a1"], + "44ba3ef3-ce2d-403c-881b-f89e3ef643d8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "15f7804a-befb-49ee-9a7e-eda609a9b125"] - }],ExpressionUUID->"81aa61a9-94dc-4a17-88fe-4721505da941"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "82307244-966e-43e5-8535-72a9107161dc"] + }],ExpressionUUID->"397918ee-ee6a-43a8-808e-e81c31962484"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4541759d-0bb9-4e52-b7f4-41eceda56125"], + "550b8a12-a702-442a-b2f0-332e61934bc3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "de5fb6b5-4cc7-4689-94a7-598adc0475cc"] - }],ExpressionUUID->"8a4b26a0-3185-457d-ba52-a4341d4d7ae1"], - StripOnInput->False], {"\<\"TUG/ref/CoreElementsQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CoreElementsQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CoreElementsQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$58898], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CoreElementsQ" <> ".html"], None}]}]}, + "3db7b9c3-bf87-455d-aa8c-caab7b60bd27"] + }],ExpressionUUID->"31c8dc94-23be-4a65-be30-00e5e846a028"], + StripOnInput->False],{ + "\"TUG/ref/CoreElementsQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CoreElementsQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CoreElementsQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$62146], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CoreElementsQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2f0d0f6-4025-4219-bcfd-81aa2e81611e"] + "528b1f19-6ea7-4d19-9cce-83490b482efa"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5b88f10d-1b4e-42b6-aedb-482dec944881"]} + "844798d3-32e9-4951-8929-3f5802f3f250"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3ea1c507-35eb-4b64-9a10-6aac8d026f79"], + CellID->1,ExpressionUUID->"643d9e7e-9b51-4194-bfb4-7dbdff41f93e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"860ad9e7-b433-4b2f-9d17-1dc449887a44"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b845eaf9-182c-421f-8e42-8a9a2952c0fa"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CoreElementsQ", "ObjectName",ExpressionUUID-> - "03cc0126-de5b-44d1-a911-93b0e775be89"], + "6c6858e6-be1e-4def-bd13-f6e4da707a6e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b701d251-854b-4119-b2ac-c62902d32ebf"], + "Spacer1"]],ExpressionUUID->"626398c3-8f10-42bb-abcd-8c2e11d27ead"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "172cfc9c-bb2e-45a4-aa4a-e958cd841520"] - }],ExpressionUUID->"62609c66-0581-430d-8779-19dfb12cbc32"], Cell[BoxData[ + "efedc4b2-7b49-40a8-bb6b-17c8a7f6ff51"] + }],ExpressionUUID->"2cab323a-1f78-4777-b198-a4a10102091e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b217808e-1087-40f9-886e-654459cfed77"]} + "e45d6aa2-2007-4016-83b4-7bb4ea1afde9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"339c654e-a905-440f-b23b-6805dce9dd6c"], + CacheGraphics->False,ExpressionUUID->"6907c6fa-5b0a-47b7-9476-b07606be2cd8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "a15708f2-57b0-4376-b1b1-df2cb8c5a211"], " \[LineSeparator]checks if a list of payoffs contains core \ allocations." - }],ExpressionUUID->"05bea803-d8ef-4943-bf18-cc8c19aa424d"]} + }],ExpressionUUID->"46853908-4dfb-444b-9620-f3d17cfd84f6"]} }]], "Usage", CellID->83352535,ExpressionUUID->"3cd6a1a7-2b2d-49a2-a6a5-8f1e8ab9cf73"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9e37e451-e88a-4c36-881c-27069aa7b8d5"], + ExpressionUUID->"3bb0c55c-26c7-49f1-ad5a-ece83fff2561"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a34f61e1-7fac-4d0b-8b24-385b20176b70"], + "Spacer1"]],ExpressionUUID->"70c2cee3-49d8-45ad-9f1c-abb46ed05ca0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8416a9f9-dbab-46ee-9a06-6fb082937d0f"], + }], "NotesFrameText",ExpressionUUID->"815d4d39-35a6-44bd-b105-329768ca2317"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f78f8ddb-a246-4be8-b5fe-13b9b03d410e"]], \ + "Preemptive"]],ExpressionUUID->"882de883-fe68-4d8e-a1cf-57a581309ec5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1761254516,ExpressionUUID->"fdfc2e4b-2824-4612-a6e5-63e6e4a44786"], + CellID->2087080028,ExpressionUUID->"6bdf7ac8-fb77-4785-95cd-2f12fa963299"], Cell[TextData[{ "The input expression ", @@ -376,19 +380,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be0a72d0-cdc6-4f38-abf4-3809dd2bb5a6"], + ExpressionUUID->"9b5c79af-e886-4a83-9c4d-5b74ab7b94b6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"393d6fc3-f2c4-4136-9b40-06061d2366f7"], + "Spacer1"]],ExpressionUUID->"4e4dc6b9-24bd-4a51-8fd7-0d63bf344d16"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0631d0c2-59c8-441f-b334-7b0a13b5995a"] + "10d988fa-2678-47a4-b876-8bcccc148350"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->255871458,ExpressionUUID->"0227a3da-17f5-439e-8498-8336518eefed"], + CellID->136839974,ExpressionUUID->"a77442f0-c91f-419d-a7b1-cf656749cbbe"], Cell[CellGroupData[{ @@ -417,18 +421,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8084de2a-2526-4a07-8f49-1d054a5a0a56"], + ExpressionUUID->"c8a32f08-6bf0-42da-9c71-477a51ab7bce"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"af2a2b53-1ba7-48aa-ae47-45f4fed635ec"], + "Spacer1"]],ExpressionUUID->"48f456fd-f40b-4123-aef7-3c8734e68152"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "729ca82b-f725-45ec-a7ef-54e1889183e4"] + "8df0c838-6792-4126-9853-67de5e7f61d5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2083087839,ExpressionUUID->"7e456482-8de9-4794-9a7a-48ee46ca5c70"], + CellID->1262658171,ExpressionUUID->"56fa3627-39c7-4f45-b26b-403281084b32"], Cell["Loading the package:", "ExampleText", CellID->414515167,ExpressionUUID->"5b6b24ea-3658-40fd-b0aa-94257ceb12d3"], @@ -709,8 +713,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -858,15 +860,15 @@ Cell[BoxData[GridBox[{ "ec0fd9ec-4c33-43dd-a04e-7bcb7c3a18f9"] }], "SeeAlso",ExpressionUUID->"e3af11a0-3d44-4f3c-8e45-df9edd04c3ab"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fb0551f6-0d92-4060-ac4f-\ -286c4587655b"], + }]], "SeeAlsoSection",ExpressionUUID->"42b61701-0a69-4d86-91a4-\ +dcd680caad61"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -878,9 +880,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4b26e2f7-4ecb-41c4-9ca1-484021b236e7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"50382a69-5d8f-49aa-83d8-\ -e2fd47becbde"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"16042005-8e8b-403c-a8ba-\ +39923ba99e83"], Cell[BoxData[GridBox[{ { @@ -897,7 +898,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "90f246a6-0925-490c-84bd-d684e93daa99"]}]}, + "733fd7c3-221f-4937-bdd6-07437ea37176"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -905,10 +906,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3377b777-a073-4132-83bd-ffad34a70138"]}]} + "a45f4908-134a-4427-94e2-17cbf33f623a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"bffd325f-56fd-4199-b30c-\ -f00b4c16796f"], + }]], "MoreAboutSection",ExpressionUUID->"224acc17-832c-49d8-87ca-\ +bd0725bdbd31"], Cell[BoxData[GridBox[{ { @@ -935,7 +936,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BelongToCoreQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "15b38a82-7764-46d1-9e95-8c76fded91ea"]], "RelatedLinks", + "9d9aab3c-4e25-44cc-9833-1ca47669356d"]], "RelatedLinks", ExpressionUUID->"1e72d22f-5a87-4b77-8722-7a0f30222591"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -952,11 +953,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LeastCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a939cd28-b227-44ca-b194-f1506671ffe6"]], "RelatedLinks", + "282b6848-52d0-43be-888d-81391c598bcb"]], "RelatedLinks", ExpressionUUID->"52101509-0974-4396-a5a6-cd1a748c099a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"997e1801-18d3-4741-8911-\ -064bb39b8188"], + }]], "RelatedLinksSection",ExpressionUUID->"945a47f7-eac1-4f4f-836f-\ +5b5e77211a14"], Cell[CellGroupData[{ @@ -986,11 +987,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"44bd492c-dfae-4bc9-97e5-1fed333d2d2e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"54da80b8-7299-4c56-abd3-4d641628702a"] +Cell[" ", "FooterCell",ExpressionUUID->"3dd8d55f-48ba-4e9b-b746-02c17c0b2317"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CoreElementsQ", TaggingRules->{ @@ -1001,17 +1002,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 5.374136}", + "built" -> "{2024, 6, 3, 16, 52, 6.526244}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CoreElementsQ[game, payoff] checks if a list of payoffs contains core \ allocations.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CoreElementsQ", "titlemodifier" -> "", "windowtitle" -> "CoreElementsQ", - "type" -> "Symbol", "uri" -> "TUG/ref/CoreElementsQ"}}, + "CoreElementsQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "CoreElementsQ", "type" -> "Symbol", "uri" -> + "TUG/ref/CoreElementsQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1020,9 +1022,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4d7c4f83-b6a5-41fd-a32d-8658ec049e71" +ExpressionUUID->"3d926547-cea4-4332-a9bd-6a7e8784617c" ] (* End of Notebook Content *) @@ -1030,167 +1032,165 @@ ExpressionUUID->"4d7c4f83-b6a5-41fd-a32d-8658ec049e71" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13611, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0227a3da-17f5-439e-8498-8336518eefed", + Cell[13659, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a77442f0-c91f-419d-a7b1-cf656749cbbe", CellTags->"PrimaryExamplesSection", - CellID->255871458]} + CellID->136839974]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37344, 1031} + {"PrimaryExamplesSection", 37381, 1033} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7142, 169, 56, "AnchorBarGrid",ExpressionUUID->"3ea1c507-35eb-4b64-9a10-6aac8d026f79", +Cell[585, 21, 7190, 173, 57, "AnchorBarGrid",ExpressionUUID->"643d9e7e-9b51-4194-bfb4-7dbdff41f93e", CellID->1], -Cell[7730, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"860ad9e7-b433-4b2f-9d17-1dc449887a44"], +Cell[7778, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b845eaf9-182c-421f-8e42-8a9a2952c0fa"], Cell[CellGroupData[{ -Cell[7841, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"339c654e-a905-440f-b23b-6805dce9dd6c"], -Cell[9131, 233, 502, 11, 111, "Usage",ExpressionUUID->"3cd6a1a7-2b2d-49a2-a6a5-8f1e8ab9cf73", +Cell[7889, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"6907c6fa-5b0a-47b7-9476-b07606be2cd8"], +Cell[9179, 237, 502, 11, 111, "Usage",ExpressionUUID->"3cd6a1a7-2b2d-49a2-a6a5-8f1e8ab9cf73", CellID->83352535] }, Open ]], Cell[CellGroupData[{ -Cell[9670, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"fdfc2e4b-2824-4612-a6e5-63e6e4a44786", +Cell[9718, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"6bdf7ac8-fb77-4785-95cd-2f12fa963299", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1761254516], -Cell[11568, 298, 782, 20, 57, "]]",ExpressionUUID->"9474ae11-3f41-4bae-bdd1-0a5148bda76b", + CellID->2087080028], +Cell[11616, 302, 782, 20, 57, "]]",ExpressionUUID->"9474ae11-3f41-4bae-bdd1-0a5148bda76b", CellID->313448337], -Cell[12353, 320, 489, 12, 37, "Notes",ExpressionUUID->"a6328c37-ee14-4201-a9d4-963ab4eca6ca", +Cell[12401, 324, 489, 12, 38, "Notes",ExpressionUUID->"a6328c37-ee14-4201-a9d4-963ab4eca6ca", CellID->177724765], -Cell[12845, 334, 167, 3, 36, "Notes",ExpressionUUID->"9b6a1067-7cd4-49f3-a0c0-814126f88ade", +Cell[12893, 338, 167, 3, 36, "Notes",ExpressionUUID->"9b6a1067-7cd4-49f3-a0c0-814126f88ade", CellID->1424778425], -Cell[13015, 339, 469, 8, 57, "Notes",ExpressionUUID->"abb4076a-4520-4a7d-8f4e-720568b572f4", +Cell[13063, 343, 469, 8, 57, "Notes",ExpressionUUID->"abb4076a-4520-4a7d-8f4e-720568b572f4", CellID->1508130960] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13611, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0227a3da-17f5-439e-8498-8336518eefed", +Cell[13659, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a77442f0-c91f-419d-a7b1-cf656749cbbe", CellTags->"PrimaryExamplesSection", - CellID->255871458], + CellID->136839974], Cell[CellGroupData[{ -Cell[15056, 394, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7e456482-8de9-4794-9a7a-48ee46ca5c70", - CellID->2083087839], -Cell[16458, 432, 118, 1, 38, "ExampleText",ExpressionUUID->"5b6b24ea-3658-40fd-b0aa-94257ceb12d3", +Cell[15104, 398, 1399, 36, 30, "ExampleSection",ExpressionUUID->"56fa3627-39c7-4f45-b26b-403281084b32", + CellID->1262658171], +Cell[16506, 436, 118, 1, 39, "ExampleText",ExpressionUUID->"5b6b24ea-3658-40fd-b0aa-94257ceb12d3", CellID->414515167], Cell[CellGroupData[{ -Cell[16601, 437, 168, 3, 27, "Input",ExpressionUUID->"1cf14a73-1baa-4c61-b6cc-146e65d5a2e3", +Cell[16649, 441, 168, 3, 27, "Input",ExpressionUUID->"1cf14a73-1baa-4c61-b6cc-146e65d5a2e3", CellID->1504284944], Cell[CellGroupData[{ -Cell[16794, 444, 237, 4, 23, "Print",ExpressionUUID->"83fbb8ee-0950-4698-9773-2ab7c9e67af8", +Cell[16842, 448, 237, 4, 23, "Print",ExpressionUUID->"83fbb8ee-0950-4698-9773-2ab7c9e67af8", CellID->1825269449], -Cell[17034, 450, 366, 8, 23, "Print",ExpressionUUID->"eac6bff5-69bb-413f-b807-04bb236f6737", +Cell[17082, 454, 366, 8, 23, "Print",ExpressionUUID->"eac6bff5-69bb-413f-b807-04bb236f6737", CellID->1769592180], -Cell[17403, 460, 237, 4, 23, "Print",ExpressionUUID->"c4615b1f-9daf-4e89-ad83-4fa0f657bfff", +Cell[17451, 464, 237, 4, 23, "Print",ExpressionUUID->"c4615b1f-9daf-4e89-ad83-4fa0f657bfff", CellID->2055058408], -Cell[17643, 466, 221, 3, 23, "Print",ExpressionUUID->"7dd7d6c8-00e8-46bb-80c5-3eeef0f999ec", +Cell[17691, 470, 221, 3, 23, "Print",ExpressionUUID->"7dd7d6c8-00e8-46bb-80c5-3eeef0f999ec", CellID->1205576566], -Cell[17867, 471, 207, 3, 23, "Print",ExpressionUUID->"297bc9c3-980f-4128-a5e2-66d17a0a2960", +Cell[17915, 475, 207, 3, 23, "Print",ExpressionUUID->"297bc9c3-980f-4128-a5e2-66d17a0a2960", CellID->939342612], -Cell[18077, 476, 238, 4, 23, "Print",ExpressionUUID->"95c40225-89e0-4a1f-8a19-683e7bcc41c9", +Cell[18125, 480, 238, 4, 23, "Print",ExpressionUUID->"95c40225-89e0-4a1f-8a19-683e7bcc41c9", CellID->1998392143], -Cell[18318, 482, 220, 3, 23, "Print",ExpressionUUID->"ae7acb93-2ef1-4589-a70c-5597c673a405", +Cell[18366, 486, 220, 3, 23, "Print",ExpressionUUID->"ae7acb93-2ef1-4589-a70c-5597c673a405", CellID->512129242], -Cell[18541, 487, 236, 4, 23, "Print",ExpressionUUID->"eb3f0086-7a02-4cd1-85e3-1b9fff64bd6d", +Cell[18589, 491, 236, 4, 23, "Print",ExpressionUUID->"eb3f0086-7a02-4cd1-85e3-1b9fff64bd6d", CellID->671829878], -Cell[18780, 493, 237, 4, 23, "Print",ExpressionUUID->"6b803df1-c365-4711-8cc0-eca6d9d584b2", +Cell[18828, 497, 237, 4, 23, "Print",ExpressionUUID->"6b803df1-c365-4711-8cc0-eca6d9d584b2", CellID->1314996952], -Cell[19020, 499, 207, 3, 23, "Print",ExpressionUUID->"4988d8bd-051f-4708-bf6f-9d70f7a34869", +Cell[19068, 503, 207, 3, 23, "Print",ExpressionUUID->"4988d8bd-051f-4708-bf6f-9d70f7a34869", CellID->365572828], -Cell[19230, 504, 236, 4, 70, "Print",ExpressionUUID->"ed6e02c0-c52e-424a-8258-ee929591fdae", +Cell[19278, 508, 236, 4, 23, "Print",ExpressionUUID->"ed6e02c0-c52e-424a-8258-ee929591fdae", CellID->902410332] }, Open ]] }, Open ]], -Cell[19493, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"e8bc8820-6e05-48c1-a88c-59157d40d722", +Cell[19541, 516, 136, 1, 70, "ExampleText",ExpressionUUID->"e8bc8820-6e05-48c1-a88c-59157d40d722", CellID->128674604], -Cell[19632, 515, 235, 6, 70, "Input",ExpressionUUID->"7ae7ca2f-c299-4539-953d-3eb965779912", +Cell[19680, 519, 235, 6, 70, "Input",ExpressionUUID->"7ae7ca2f-c299-4539-953d-3eb965779912", CellID->2078970608], -Cell[19870, 523, 381, 9, 70, "Input",ExpressionUUID->"72772c0a-a1a8-4326-9f19-14eb850cb808", +Cell[19918, 527, 381, 9, 70, "Input",ExpressionUUID->"72772c0a-a1a8-4326-9f19-14eb850cb808", CellID->1201750520], -Cell[20254, 534, 238, 6, 70, "Input",ExpressionUUID->"2f6adff7-97e6-4c6b-98c2-153f73607414", +Cell[20302, 538, 238, 6, 70, "Input",ExpressionUUID->"2f6adff7-97e6-4c6b-98c2-153f73607414", CellID->1553453030], -Cell[20495, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"92e0a453-1375-4a28-89f5-f0371bb8bd5d", +Cell[20543, 546, 191, 4, 70, "ExampleText",ExpressionUUID->"92e0a453-1375-4a28-89f5-f0371bb8bd5d", CellID->1168914136], Cell[CellGroupData[{ -Cell[20711, 550, 171, 3, 70, "Input",ExpressionUUID->"23933cf1-6236-4edc-a9b7-b2e9bca5f3a5", +Cell[20759, 554, 171, 3, 70, "Input",ExpressionUUID->"23933cf1-6236-4edc-a9b7-b2e9bca5f3a5", CellID->1513999567], -Cell[20885, 555, 173, 4, 36, "Output",ExpressionUUID->"5ecaeb00-d680-47ef-b888-7ed3bf87af56", +Cell[20933, 559, 173, 4, 36, "Output",ExpressionUUID->"5ecaeb00-d680-47ef-b888-7ed3bf87af56", CellID->463023219] }, Open ]], -Cell[21073, 562, 170, 3, 70, "ExampleText",ExpressionUUID->"fcd24781-4ca4-49c2-90f3-28438eb52887", +Cell[21121, 566, 170, 3, 70, "ExampleText",ExpressionUUID->"fcd24781-4ca4-49c2-90f3-28438eb52887", CellID->914100342], Cell[CellGroupData[{ -Cell[21268, 569, 191, 4, 70, "Input",ExpressionUUID->"63a7e4b8-d660-43bb-9c70-315b9a5279f8", +Cell[21316, 573, 191, 4, 70, "Input",ExpressionUUID->"63a7e4b8-d660-43bb-9c70-315b9a5279f8", CellID->1734581098], -Cell[21462, 575, 269, 7, 51, "Output",ExpressionUUID->"22709561-3ec6-421f-9fcd-ce4dcbdf2361", +Cell[21510, 579, 269, 7, 50, "Output",ExpressionUUID->"22709561-3ec6-421f-9fcd-ce4dcbdf2361", CellID->667910206] }, Open ]], Cell[CellGroupData[{ -Cell[21768, 587, 194, 4, 70, "Input",ExpressionUUID->"1d52c391-9c4f-48ba-89c0-28082ab51d95", +Cell[21816, 591, 194, 4, 70, "Input",ExpressionUUID->"1d52c391-9c4f-48ba-89c0-28082ab51d95", CellID->756554970], -Cell[21965, 593, 159, 3, 36, "Output",ExpressionUUID->"41146b64-7e9a-4b0e-80f9-60c239e0ee34", +Cell[22013, 597, 159, 3, 36, "Output",ExpressionUUID->"41146b64-7e9a-4b0e-80f9-60c239e0ee34", CellID->406000957] }, Open ]], -Cell[22139, 599, 168, 3, 70, "ExampleText",ExpressionUUID->"9e5a2377-de32-4799-b9df-c48896570b8d", +Cell[22187, 603, 168, 3, 70, "ExampleText",ExpressionUUID->"9e5a2377-de32-4799-b9df-c48896570b8d", CellID->1180504578], -Cell[22310, 604, 136, 1, 70, "ExampleText",ExpressionUUID->"16d351b9-4f23-49eb-9b8e-857a93e48b1b", +Cell[22358, 608, 136, 1, 70, "ExampleText",ExpressionUUID->"16d351b9-4f23-49eb-9b8e-857a93e48b1b", CellID->911811477], Cell[CellGroupData[{ -Cell[22471, 609, 241, 7, 70, "Input",ExpressionUUID->"6bf15220-1b29-4d96-9921-574ed0edda12", +Cell[22519, 613, 241, 7, 70, "Input",ExpressionUUID->"6bf15220-1b29-4d96-9921-574ed0edda12", CellID->913841167], -Cell[22715, 618, 245, 6, 36, "Output",ExpressionUUID->"481634ce-2979-4256-a0d7-278232ad1d01", +Cell[22763, 622, 245, 6, 36, "Output",ExpressionUUID->"481634ce-2979-4256-a0d7-278232ad1d01", CellID->1834431353] }, Open ]], -Cell[22975, 627, 146, 1, 70, "ExampleText",ExpressionUUID->"14ae826a-fec5-4acd-b71c-3e6e262b66d3", +Cell[23023, 631, 146, 1, 70, "ExampleText",ExpressionUUID->"14ae826a-fec5-4acd-b71c-3e6e262b66d3", CellID->576014724], Cell[CellGroupData[{ -Cell[23146, 632, 195, 4, 70, "Input",ExpressionUUID->"6b12c03d-e185-477b-b4b4-9ae9a0faaf0b", +Cell[23194, 636, 195, 4, 70, "Input",ExpressionUUID->"6b12c03d-e185-477b-b4b4-9ae9a0faaf0b", CellID->1612655507], -Cell[23344, 638, 161, 3, 36, "Output",ExpressionUUID->"cba3a06c-1c8a-4aef-aaba-9119d2d2b256", +Cell[23392, 642, 161, 3, 36, "Output",ExpressionUUID->"cba3a06c-1c8a-4aef-aaba-9119d2d2b256", CellID->1236689208] }, Open ]], -Cell[23520, 644, 192, 4, 70, "ExampleText",ExpressionUUID->"f44110ee-df8e-4a24-90a7-5f0874ec3ed2", +Cell[23568, 648, 192, 4, 70, "ExampleText",ExpressionUUID->"f44110ee-df8e-4a24-90a7-5f0874ec3ed2", CellID->2061670464], Cell[CellGroupData[{ -Cell[23737, 652, 195, 4, 70, "Input",ExpressionUUID->"6f241491-c047-4e1c-9191-d2d6823986fe", +Cell[23785, 656, 195, 4, 70, "Input",ExpressionUUID->"6f241491-c047-4e1c-9191-d2d6823986fe", CellID->144913476], -Cell[23935, 658, 320, 9, 51, "Output",ExpressionUUID->"0a4ba8eb-f483-4a09-8183-6c083e9852b8", +Cell[23983, 662, 320, 9, 50, "Output",ExpressionUUID->"0a4ba8eb-f483-4a09-8183-6c083e9852b8", CellID->1887272746] }, Open ]], Cell[CellGroupData[{ -Cell[24292, 672, 197, 4, 70, "Input",ExpressionUUID->"5bd97c1a-694c-4762-8eff-ef4f0ec40182", +Cell[24340, 676, 197, 4, 70, "Input",ExpressionUUID->"5bd97c1a-694c-4762-8eff-ef4f0ec40182", CellID->1068341387], -Cell[24492, 678, 161, 3, 36, "Output",ExpressionUUID->"18784c9d-4d61-4d19-a5d0-8adb230ed924", +Cell[24540, 682, 161, 3, 36, "Output",ExpressionUUID->"18784c9d-4d61-4d19-a5d0-8adb230ed924", CellID->2071414535] }, Open ]], -Cell[24668, 684, 151, 1, 70, "ExampleText",ExpressionUUID->"6547bec1-e024-4159-98cc-0715d21354e9", +Cell[24716, 688, 151, 1, 70, "ExampleText",ExpressionUUID->"6547bec1-e024-4159-98cc-0715d21354e9", CellID->269820212], Cell[CellGroupData[{ -Cell[24844, 689, 258, 6, 70, "Input",ExpressionUUID->"e06d71b9-3188-4033-990b-1fadcbadab07", +Cell[24892, 693, 258, 6, 70, "Input",ExpressionUUID->"e06d71b9-3188-4033-990b-1fadcbadab07", CellID->1455475764], -Cell[25105, 697, 223, 5, 36, "Output",ExpressionUUID->"53181eb4-cf77-49b1-bfe4-b880dbdeb334", +Cell[25153, 701, 223, 5, 36, "Output",ExpressionUUID->"53181eb4-cf77-49b1-bfe4-b880dbdeb334", CellID->1633479134] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25618, 715, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"42b61701-0a69-4d86-91a4-dcd680caad61"], +Cell[31124, 865, 670, 18, 70, "TechNotesSection",ExpressionUUID->"16042005-8e8b-403c-a8ba-39923ba99e83"], +Cell[31797, 885, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"224acc17-832c-49d8-87ca-bd0725bdbd31"], +Cell[32833, 913, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"945a47f7-eac1-4f4f-836f-5b5e77211a14"], Cell[CellGroupData[{ -Cell[25592, 713, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"fb0551f6-0d92-4060-ac4f-286c4587655b"], -Cell[31098, 863, 670, 18, 70, "TechNotesSection",ExpressionUUID->"50382a69-5d8f-49aa-83d8-e2fd47becbde"] -}, Open ]], -Cell[31783, 884, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bffd325f-56fd-4199-b30c-f00b4c16796f"], -Cell[32819, 912, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"997e1801-18d3-4741-8911-064bb39b8188"], -Cell[CellGroupData[{ -Cell[34430, 962, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2d13e8c4-3371-4d59-9ada-662d7545716b", +Cell[34444, 963, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2d13e8c4-3371-4d59-9ada-662d7545716b", CellID->117551421], -Cell[34570, 965, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"267dd405-6ebe-4fbd-845f-0b8a33bde61f", +Cell[34584, 966, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"267dd405-6ebe-4fbd-845f-0b8a33bde61f", CellID->1194386356], -Cell[34792, 971, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7f732a7b-a374-42ad-a3e3-f95b62db1745", +Cell[34806, 972, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7f732a7b-a374-42ad-a3e3-f95b62db1745", CellID->1641706272], -Cell[35007, 976, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c1b117ab-701c-4f36-b33a-292254d98f63", +Cell[35021, 977, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c1b117ab-701c-4f36-b33a-292254d98f63", CellID->399251956], -Cell[35236, 982, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44bd492c-dfae-4bc9-97e5-1fed333d2d2e", +Cell[35250, 983, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44bd492c-dfae-4bc9-97e5-1fed333d2d2e", CellID->821434655] }, Open ]], -Cell[35473, 988, 78, 0, 70, "FooterCell",ExpressionUUID->"54da80b8-7299-4c56-abd3-4d641628702a"] +Cell[35487, 989, 78, 0, 70, "FooterCell",ExpressionUUID->"3dd8d55f-48ba-4e9b-b746-02c17c0b2317"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CoreQ.nb b/Documentation/English/ReferencePages/Symbols/CoreQ.nb index fb81368..a4fb699 100644 --- a/Documentation/English/ReferencePages/Symbols/CoreQ.nb +++ b/Documentation/English/ReferencePages/Symbols/CoreQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46104, 1184] -NotebookOptionsPosition[ 37093, 1007] -NotebookOutlinePosition[ 39231, 1062] -CellTagsIndexPosition[ 39145, 1057] +NotebookDataLength[ 46084, 1183] +NotebookOptionsPosition[ 37085, 1008] +NotebookOutlinePosition[ 39242, 1063] +CellTagsIndexPosition[ 39156, 1058] WindowTitle->CoreQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9d8287a5-68b5-47dc-8b7c-dbf94c2d5dd6"], + "150a7478-167d-4efe-9da1-cdb08d9e30fa"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "93f3bfcc-748b-440d-ac39-258a65ff6228"], + "6b240103-45dd-4e0e-b7a9-b86e142b5d72"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "905beb17-d94f-4709-908c-47af3343cab2"] - }],ExpressionUUID->"157006c2-88e6-4618-92a1-dc21d9ea7a17"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d2730ba2-114b-42b2-af0f-092f7dca1f09"] + }],ExpressionUUID->"36290530-778a-4356-af1f-86c7912b712c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cd474f3c-01fe-4564-a23a-d01fbf91fad6"], + "135f635d-ad3c-4ee4-9995-c51e98c2b722"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c2e7ba5a-91c6-42af-8172-d49061fade34"] - }],ExpressionUUID->"0333ca0d-b0bd-4a79-94bc-666b10ef9f29"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "65a01747-bf28-4724-abfb-84b7178a429a"] + }],ExpressionUUID->"eb040f0f-7121-4aa2-8110-5292d5b8da99"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7385338e-972a-4712-b4f7-f08f17b5050f"], + "0a97e3be-d424-466f-9a67-3d7f4666be3f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fea1f022-c4a2-4a8b-a3b2-55a8b5d1221f"] - }],ExpressionUUID->"4a0da8d7-6061-48e4-92a0-d8a420da9049"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "51d67f25-a801-44a2-9f11-f270cd39607f"] + }],ExpressionUUID->"2f8aae82-3b73-4645-b97f-47f9f5435b56"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "77c25852-5944-455e-9389-8e0f2a943436"], + "5d473352-ed88-4189-aabb-d020c1b72d06"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0240d390-2b7b-4850-8f66-335db6dd9dab"] - }],ExpressionUUID->"5acaa65f-6e14-4c2b-8c9b-2e034c3cda3d"], - StripOnInput->False], {"\<\"TUG/ref/CoreQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CoreQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CoreQ.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$59570], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/CoreQ" <> - ".html"], None}]}]}, + "0944ca71-2435-413e-8864-b32d51ee7d80"] + }],ExpressionUUID->"73788334-95b3-425c-998a-b08f68c76f78"], + StripOnInput->False],{ + "\"TUG/ref/CoreQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/CoreQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/CoreQ.html"]\ +, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$62852], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/CoreQ" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2ca96f73-4fe8-4165-ad97-d5be547d48a7"] + "073e92f8-4371-4427-8cd1-e6c696dd662e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ca4001fe-36a8-4ef7-a7e9-144985db4801"]} + "534a5b4f-9f56-49a0-a361-ae100ff8de74"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"59729db2-358f-4bfe-a41f-bc11a06cef2f"], + CellID->1,ExpressionUUID->"3e814b33-f140-4803-95fd-e44bd73eb7a0"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"d24c1d98-2d44-4a7a-9504-a3d2f99e5df7"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"0c987626-6099-4d80-ad7c-29033cf4da57"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CoreQ", "ObjectName",ExpressionUUID-> - "db6d3f6d-dc71-40a4-95f9-87839e17cc95"], + "46f4fa4b-7e95-4c87-8060-0981bb7a39ef"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"51d6c386-78b9-4c08-a9e7-07cb03e2ac9e"], + "Spacer1"]],ExpressionUUID->"ea2d3620-c531-446f-8d0e-cd8f093b2d64"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9ddff7e3-5b98-4a77-9439-27b3baaa412a"] - }],ExpressionUUID->"f27ffaae-ff7b-481e-b68f-c3761e25e32b"], Cell[BoxData[ + "0cadc06e-7f1b-45eb-b2cb-aebcb6eabbcc"] + }],ExpressionUUID->"4f8a84ed-de2c-4e7e-bc63-a9d96e8d90d0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2bb882b7-5245-4ff6-b26e-976f4f6b0f42"]} + "5e451a82-3db5-41ae-aefb-6543539da029"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"49b736f9-25c8-42f4-bd33-b192d83abd0d"], + CacheGraphics->False,ExpressionUUID->"6e8d5171-8c20-45a0-90e9-40678d1306ce"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "4a82d942-6fea-4003-a9d3-ef77103d1e4e"], " \[LineSeparator]checks if the core of a TU game is non-empty. It \ returns the value 'True' or 'False'." - }],ExpressionUUID->"071a7ba2-2657-4607-9b80-fe28b227271c"]}, + }],ExpressionUUID->"91e6cc5e-c986-4be8-908f-310a1c2aa259"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", @@ -246,7 +250,7 @@ returns the value 'True' or 'False'." FontFamily->"Source Sans Pro",ExpressionUUID-> "90f48f7e-3193-4c09-9a9f-27fb4faf8752"], " \[LineSeparator]setting a different method changes the solver." - }],ExpressionUUID->"114bf7f2-a5b8-483c-a712-8bd1ccdc076b"]} + }],ExpressionUUID->"190b1280-49b0-4531-b0dc-9bbfa6898984"]} }]], "Usage", CellID->1890276805,ExpressionUUID->"8cdeeba9-b0a2-46d7-b8d5-996830dccaab"] }, Open ]], @@ -279,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"14960478-cd3b-4c8f-8215-1f378613789a"], + ExpressionUUID->"d3c2e7cb-f10c-4fdf-a6e9-e55ab3eee939"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ae34598b-cb43-466c-8bb1-0731e9a763a4"], + "Spacer1"]],ExpressionUUID->"6e0c85ac-8dea-4c34-8660-30d33e02b0be"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f8adeecc-70dc-4f0e-a491-64128bb0a82c"], + }], "NotesFrameText",ExpressionUUID->"62568bba-ce24-4d00-8c24-e1f6805825db"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d4cc5515-0bae-485f-88c6-1d8b4138bc40"]], \ + "Preemptive"]],ExpressionUUID->"eafb3d5e-0ad7-4432-aef5-388f885c81cf"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1682601289,ExpressionUUID->"95504091-258b-42d8-a3c1-810880c4a60d"], + CellID->1438245215,ExpressionUUID->"dcb32d61-af4c-41b2-b5e8-01dabffc99ae"], Cell[TextData[{ "The input expression ", @@ -353,7 +357,7 @@ Cell["The following options can be given: ", "Notes", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "50b0381d-5e04-48dc-8524-8299bd86b72e"], + "d9cf8a17-2316-48c9-811e-bb75857c7fa9"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:ref/Method"}, @@ -390,11 +394,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "96017db6-08d3-463c-bdb2-f5d913a24087"], "RevisedSimplex", Cell[ + "64d54d63-01d3-4653-9256-a3f673f05ea6"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"45ea41c9-8e58-4bac-8d9c-650f51ebd8d9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "62f29770-b8ca-4d9c-85b0-4d24349e55b6"], + "9c550872-c806-4d4a-94cc-e1a1308c5b14"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -410,11 +414,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "94ef2dc6-dbe9-4273-8dfd-dbbccb67a1fc"], "CLP", Cell[ + "4489dbd5-7909-4987-916a-819df08f48be"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"463143bc-c9cd-4459-80f6-4f8f2ca2174f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "19763353-eb76-4ca1-8b0c-2500e81d196f"], + "508ca8eb-7d92-49b7-b522-72b8f4c07584"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -489,19 +493,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1dd750d9-8a14-46ee-bb46-6e8bd3d188ff"], + ExpressionUUID->"a0c09c97-f72c-40f3-8e84-43cf3a6980f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c3e64fa0-e7dc-4abc-ac83-39abca4fb8d0"], + "Spacer1"]],ExpressionUUID->"f3e4eab0-e395-4d16-ba0e-8c43f25793e0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "256fd0cc-0ca2-48e8-a231-d45b45e135d8"] + "85f65eb9-ec2e-4668-91ef-9257ed580978"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->622071550,ExpressionUUID->"39a5c1ad-e107-4f2d-8342-5c4effd02b22"], + CellID->1636828613,ExpressionUUID->"5563da2f-40c6-4aee-9db5-63359d619233"], Cell[CellGroupData[{ @@ -530,18 +534,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f3dbfe83-3fa5-4a34-8ed7-486c2a0ea26b"], + ExpressionUUID->"00ed049c-9220-4226-83f1-077e6a3f8635"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6ff8b59a-6beb-4135-adf7-50ba7503dd96"], + "Spacer1"]],ExpressionUUID->"001e789b-59a8-4fd7-abf4-05b786b1d502"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b2682a73-83e8-4b94-9dee-8c52f6506a7f"] + "df0b46ba-190c-4bd6-b9ce-6519c26544a8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1192000428,ExpressionUUID->"436fa183-2d56-4082-a409-e6265fe866d3"], + CellID->368599093,ExpressionUUID->"db1e92d5-9550-4d26-af29-0ccee4e90278"], Cell["Loading the package:", "ExampleText", CellID->1852573845,ExpressionUUID->"af7ebc71-73cf-42a1-a42b-9ca53102af53"], @@ -708,8 +712,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -857,15 +859,15 @@ Cell[BoxData[GridBox[{ "6cd77240-2207-4839-b602-c7b65b342d65"] }], "SeeAlso",ExpressionUUID->"03ed93d9-85bc-4f01-a55d-7a0ba0b688aa"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"945e6b90-5006-4255-ae6a-\ -325989801116"], + }]], "SeeAlsoSection",ExpressionUUID->"e884bd30-493a-4022-a1a3-\ +2c28c24e1346"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -877,9 +879,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"dd0e5ed9-73ea-4223-9927-ca370cc52a46"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"142ee5d2-32d4-4202-bc6d-\ -55ba8d6b07fc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"37afb3ef-2ead-4b1a-99a3-\ +adbab898f5ba"], Cell[BoxData[GridBox[{ { @@ -896,7 +897,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "facd4705-3bdb-411b-a0f3-d176f0c7030c"]}]}, + "56db6e73-67de-4019-a38f-85a39b7cebc7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -904,10 +905,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dae03c6e-4bc9-48d2-9098-b067851c8d03"]}]} + "6950b059-6195-48c1-8e7d-70d7a7309814"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"67757e71-da4f-4178-b204-\ -0139208c9c3c"], + }]], "MoreAboutSection",ExpressionUUID->"7b6d888e-d360-441e-9963-\ +396ef72e701b"], Cell[BoxData[GridBox[{ { @@ -935,7 +936,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c5417e04-a17c-45b4-aad6-fde782716cc0"]], "RelatedLinks", + "d9c7e8db-8c64-48bf-871a-a74f5a61a74b"]], "RelatedLinks", ExpressionUUID->"12aa3100-11ac-4e1e-a551-e9da156a5294"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -952,7 +953,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cc0acc4f-c67a-4c77-a504-d45b1c3eb250"]], "RelatedLinks", + "da5e829a-210c-4cd9-a1bb-499db5feb1cf"]], "RelatedLinks", ExpressionUUID->"f9789009-07d2-48c3-9372-9d8ed21fbb73"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -969,11 +970,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe2db4ab-b23e-4ae1-9904-40ffa07a010b"]], "RelatedLinks", + "b6f27696-01d5-4ca8-8212-d187a5662d40"]], "RelatedLinks", ExpressionUUID->"d942549e-0bdd-4eec-acad-84250b866650"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"652a6d44-e142-425d-93a9-\ -1be0ac50b535"], + }]], "RelatedLinksSection",ExpressionUUID->"770c09c1-06ab-4494-b795-\ +87415875156d"], Cell[CellGroupData[{ @@ -1003,11 +1004,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e0f1e8be-c4e5-4ecd-a291-b262bc0c70ba"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b2c63feb-c3c5-4751-890f-43b1b56137b5"] +Cell[" ", "FooterCell",ExpressionUUID->"4e55334d-eea7-49fe-ac1e-6a422f8d3027"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CoreQ", TaggingRules->{ @@ -1018,7 +1019,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 6.919814}", + "built" -> "{2024, 6, 3, 16, 52, 7.387737}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -1027,10 +1028,10 @@ TaggingRules->{ "CoreQ[game] checks if the core of a TU game is non-empty. It returns the \ value 'True' or 'False'. CoreQ[game, options] setting a different method \ changes the solver.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CoreQ", - "titlemodifier" -> "", "windowtitle" -> "CoreQ", "type" -> "Symbol", - "uri" -> "TUG/ref/CoreQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> "CoreQ", + "type" -> "Symbol", "uri" -> "TUG/ref/CoreQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1039,9 +1040,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9bd74ffd-14f8-46ca-8dc0-6eb29476f1a7" +ExpressionUUID->"33b8f3f6-1c3f-47f6-81b4-d16397d749f7" ] (* End of Notebook Content *) @@ -1049,143 +1050,141 @@ ExpressionUUID->"9bd74ffd-14f8-46ca-8dc0-6eb29476f1a7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[17835, 466, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"39a5c1ad-e107-4f2d-8342-5c4effd02b22", + Cell[17861, 470, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5563da2f-40c6-4aee-9db5-63359d619233", CellTags->"PrimaryExamplesSection", - CellID->622071550]} + CellID->1636828613]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38945, 1050} + {"PrimaryExamplesSection", 38955, 1051} } *) (*NotebookFileOutline Notebook[{ -Cell[577, 21, 7094, 168, 56, "AnchorBarGrid",ExpressionUUID->"59729db2-358f-4bfe-a41f-bc11a06cef2f", +Cell[577, 21, 7120, 172, 57, "AnchorBarGrid",ExpressionUUID->"3e814b33-f140-4803-95fd-e44bd73eb7a0", CellID->1], -Cell[7674, 191, 91, 0, 24, "ContextNameCell",ExpressionUUID->"d24c1d98-2d44-4a7a-9504-a3d2f99e5df7"], +Cell[7700, 195, 91, 0, 23, "ContextNameCell",ExpressionUUID->"0c987626-6099-4d80-ad7c-29033cf4da57"], Cell[CellGroupData[{ -Cell[7790, 195, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"49b736f9-25c8-42f4-bd33-b192d83abd0d"], -Cell[9072, 232, 868, 18, 187, "Usage",ExpressionUUID->"8cdeeba9-b0a2-46d7-b8d5-996830dccaab", +Cell[7816, 199, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"6e8d5171-8c20-45a0-90e9-40678d1306ce"], +Cell[9098, 236, 868, 18, 186, "Usage",ExpressionUUID->"8cdeeba9-b0a2-46d7-b8d5-996830dccaab", CellID->1890276805] }, Open ]], Cell[CellGroupData[{ -Cell[9977, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"95504091-258b-42d8-a3c1-810880c4a60d", +Cell[10003, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"dcb32d61-af4c-41b2-b5e8-01dabffc99ae", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1682601289], -Cell[11875, 304, 515, 12, 57, "Notes",ExpressionUUID->"3b954bd8-256c-448f-b50e-286e4968bd45", + CellID->1438245215], +Cell[11901, 308, 515, 12, 57, "Notes",ExpressionUUID->"3b954bd8-256c-448f-b50e-286e4968bd45", CellID->1014199156], -Cell[12393, 318, 489, 12, 37, "Notes",ExpressionUUID->"a98cc469-c621-418d-bbdd-650c6e85374d", +Cell[12419, 322, 489, 12, 38, "Notes",ExpressionUUID->"a98cc469-c621-418d-bbdd-650c6e85374d", CellID->177724765], -Cell[12885, 332, 165, 3, 36, "Notes",ExpressionUUID->"28dab291-4157-4d52-85af-b41471799eac", +Cell[12911, 336, 165, 3, 36, "Notes",ExpressionUUID->"28dab291-4157-4d52-85af-b41471799eac", CellID->335983456], -Cell[13053, 337, 212, 4, 36, "Notes",ExpressionUUID->"ecba92c5-8b92-4f6b-a1ec-f00f1a421e6d", +Cell[13079, 341, 212, 4, 36, "Notes",ExpressionUUID->"ecba92c5-8b92-4f6b-a1ec-f00f1a421e6d", CellID->1672703689], -Cell[13268, 343, 310, 5, 36, "Notes",ExpressionUUID->"a9165c6f-cfb0-411f-bdb7-5db5737d04bf", +Cell[13294, 347, 310, 5, 36, "Notes",ExpressionUUID->"a9165c6f-cfb0-411f-bdb7-5db5737d04bf", CellID->448876629], -Cell[13581, 350, 128, 1, 36, "Notes",ExpressionUUID->"7fa44df0-c5e6-407a-8247-2f5d69486b2c", +Cell[13607, 354, 128, 1, 36, "Notes",ExpressionUUID->"7fa44df0-c5e6-407a-8247-2f5d69486b2c", CellID->551669002], -Cell[13712, 353, 605, 14, 40, "3ColumnTableMod",ExpressionUUID->"ec2b91be-f01b-4ab0-aad8-1a43513e372b", +Cell[13738, 357, 605, 14, 41, "3ColumnTableMod",ExpressionUUID->"ec2b91be-f01b-4ab0-aad8-1a43513e372b", CellID->11156], -Cell[14320, 369, 282, 5, 57, "Notes",ExpressionUUID->"28a7cdd7-c3a7-4683-8bd1-28201e12e2d4", +Cell[14346, 373, 282, 5, 57, "Notes",ExpressionUUID->"28a7cdd7-c3a7-4683-8bd1-28201e12e2d4", CellID->1210693388], -Cell[14605, 376, 386, 12, 37, "Notes",ExpressionUUID->"779be1b5-88d8-4cda-8d79-673453a47fb9", +Cell[14631, 380, 386, 12, 38, "Notes",ExpressionUUID->"779be1b5-88d8-4cda-8d79-673453a47fb9", CellID->24981], -Cell[14994, 390, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"f8a90e47-0232-4abc-91f1-cd75b7e4078e", +Cell[15020, 394, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"f8a90e47-0232-4abc-91f1-cd75b7e4078e", CellID->12695], -Cell[15889, 410, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"23ef846d-b089-497f-9f1d-f2581f72ed69", +Cell[15915, 414, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"23ef846d-b089-497f-9f1d-f2581f72ed69", CellID->1546107665], -Cell[16747, 430, 438, 14, 70, "Notes",ExpressionUUID->"064cb688-2745-4a86-be54-0d927546f4cd", +Cell[16773, 434, 438, 14, 70, "Notes",ExpressionUUID->"064cb688-2745-4a86-be54-0d927546f4cd", CellID->17586], -Cell[17188, 446, 520, 14, 70, "Notes",ExpressionUUID->"4d9dfd83-4d5a-414a-b763-8e7d86a12341", +Cell[17214, 450, 520, 14, 70, "Notes",ExpressionUUID->"4d9dfd83-4d5a-414a-b763-8e7d86a12341", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[17835, 466, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"39a5c1ad-e107-4f2d-8342-5c4effd02b22", +Cell[17861, 470, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5563da2f-40c6-4aee-9db5-63359d619233", CellTags->"PrimaryExamplesSection", - CellID->622071550], + CellID->1636828613], Cell[CellGroupData[{ -Cell[19280, 507, 1399, 36, 70, "ExampleSection",ExpressionUUID->"436fa183-2d56-4082-a409-e6265fe866d3", - CellID->1192000428], -Cell[20682, 545, 119, 1, 70, "ExampleText",ExpressionUUID->"af7ebc71-73cf-42a1-a42b-9ca53102af53", +Cell[19307, 511, 1398, 36, 70, "ExampleSection",ExpressionUUID->"db1e92d5-9550-4d26-af29-0ccee4e90278", + CellID->368599093], +Cell[20708, 549, 119, 1, 70, "ExampleText",ExpressionUUID->"af7ebc71-73cf-42a1-a42b-9ca53102af53", CellID->1852573845], Cell[CellGroupData[{ -Cell[20826, 550, 167, 3, 70, "Input",ExpressionUUID->"c42f2134-5722-486e-9407-21a1649e01f7", +Cell[20852, 554, 167, 3, 70, "Input",ExpressionUUID->"c42f2134-5722-486e-9407-21a1649e01f7", CellID->341415733], Cell[CellGroupData[{ -Cell[21018, 557, 236, 4, 70, "Print",ExpressionUUID->"63d62ee4-703b-434e-99ce-a9b01b37c125", +Cell[21044, 561, 236, 4, 70, "Print",ExpressionUUID->"63d62ee4-703b-434e-99ce-a9b01b37c125", CellID->168694474], -Cell[21257, 563, 366, 8, 70, "Print",ExpressionUUID->"95ca64fc-af5f-47ab-b750-0efc321f9555", +Cell[21283, 567, 366, 8, 70, "Print",ExpressionUUID->"95ca64fc-af5f-47ab-b750-0efc321f9555", CellID->1403213949], -Cell[21626, 573, 237, 4, 70, "Print",ExpressionUUID->"56077e24-099c-4398-a11c-17c74e567d24", +Cell[21652, 577, 237, 4, 70, "Print",ExpressionUUID->"56077e24-099c-4398-a11c-17c74e567d24", CellID->1893301221], -Cell[21866, 579, 221, 3, 70, "Print",ExpressionUUID->"2440e405-c9c7-4544-8067-9f30133a6b17", +Cell[21892, 583, 221, 3, 70, "Print",ExpressionUUID->"2440e405-c9c7-4544-8067-9f30133a6b17", CellID->1932545173], -Cell[22090, 584, 207, 3, 70, "Print",ExpressionUUID->"0af2144c-86e2-4670-93ea-6315ceab32c9", +Cell[22116, 588, 207, 3, 70, "Print",ExpressionUUID->"0af2144c-86e2-4670-93ea-6315ceab32c9", CellID->620645352], -Cell[22300, 589, 238, 4, 70, "Print",ExpressionUUID->"61bd0b0e-0bc7-4ac9-984c-0041c32f88a1", +Cell[22326, 593, 238, 4, 70, "Print",ExpressionUUID->"61bd0b0e-0bc7-4ac9-984c-0041c32f88a1", CellID->2082840003], -Cell[22541, 595, 220, 3, 70, "Print",ExpressionUUID->"3581dd2a-f405-4fab-b03d-6080e5d26116", +Cell[22567, 599, 220, 3, 70, "Print",ExpressionUUID->"3581dd2a-f405-4fab-b03d-6080e5d26116", CellID->458150383], -Cell[22764, 600, 237, 4, 70, "Print",ExpressionUUID->"66db69bb-2c3c-440f-93d7-37fd7983102c", +Cell[22790, 604, 237, 4, 70, "Print",ExpressionUUID->"66db69bb-2c3c-440f-93d7-37fd7983102c", CellID->2049486530], -Cell[23004, 606, 236, 4, 70, "Print",ExpressionUUID->"1cbe87f6-0a84-463e-93a1-f00cbed55e6e", +Cell[23030, 610, 236, 4, 70, "Print",ExpressionUUID->"1cbe87f6-0a84-463e-93a1-f00cbed55e6e", CellID->922400629], -Cell[23243, 612, 207, 3, 70, "Print",ExpressionUUID->"fd79927c-698f-43f0-91a6-37832f4ab693", +Cell[23269, 616, 207, 3, 70, "Print",ExpressionUUID->"fd79927c-698f-43f0-91a6-37832f4ab693", CellID->244476761], -Cell[23453, 617, 237, 4, 70, "Print",ExpressionUUID->"6c59bc8c-4226-479f-8eb9-58a050505dc7", +Cell[23479, 621, 237, 4, 70, "Print",ExpressionUUID->"6c59bc8c-4226-479f-8eb9-58a050505dc7", CellID->1965031478] }, Open ]] }, Open ]], -Cell[23717, 625, 137, 1, 70, "ExampleText",ExpressionUUID->"60250583-31a4-4fd9-8684-0fd4bbdd18ec", +Cell[23743, 629, 137, 1, 70, "ExampleText",ExpressionUUID->"60250583-31a4-4fd9-8684-0fd4bbdd18ec", CellID->1322412603], -Cell[23857, 628, 234, 6, 70, "Input",ExpressionUUID->"65f98c29-a9fd-4fd8-9ec6-2e599313ae03", +Cell[23883, 632, 234, 6, 70, "Input",ExpressionUUID->"65f98c29-a9fd-4fd8-9ec6-2e599313ae03", CellID->395669502], Cell[CellGroupData[{ -Cell[24116, 638, 360, 8, 70, "Input",ExpressionUUID->"93973951-a5e6-4087-a105-5580ea720bbf", +Cell[24142, 642, 360, 8, 70, "Input",ExpressionUUID->"93973951-a5e6-4087-a105-5580ea720bbf", CellID->1750339619], -Cell[24479, 648, 362, 8, 36, "Output",ExpressionUUID->"d4ee9788-16a8-45ff-be7a-be207a842b1f", +Cell[24505, 652, 362, 8, 36, "Output",ExpressionUUID->"d4ee9788-16a8-45ff-be7a-be207a842b1f", CellID->557187346] }, Open ]], -Cell[24856, 659, 237, 6, 70, "Input",ExpressionUUID->"6fa027a7-e67d-41ac-85e1-566dbca63127", +Cell[24882, 663, 237, 6, 70, "Input",ExpressionUUID->"6fa027a7-e67d-41ac-85e1-566dbca63127", CellID->783697185], -Cell[25096, 667, 189, 4, 70, "ExampleText",ExpressionUUID->"d33c09cf-6791-46e2-8032-6b8561856bc8", +Cell[25122, 671, 189, 4, 70, "ExampleText",ExpressionUUID->"d33c09cf-6791-46e2-8032-6b8561856bc8", CellID->70398183], Cell[CellGroupData[{ -Cell[25310, 675, 162, 3, 70, "Input",ExpressionUUID->"d25f4452-5c1a-4a22-a721-2d785347a490", +Cell[25336, 679, 162, 3, 70, "Input",ExpressionUUID->"d25f4452-5c1a-4a22-a721-2d785347a490", CellID->823115893], -Cell[25475, 680, 220, 5, 36, "Output",ExpressionUUID->"654012db-6151-44d2-ba46-74939f6893ea", +Cell[25501, 684, 220, 5, 36, "Output",ExpressionUUID->"654012db-6151-44d2-ba46-74939f6893ea", CellID->937160476] }, Open ]], -Cell[25710, 688, 137, 1, 70, "ExampleText",ExpressionUUID->"085687da-75cb-4102-bace-7639ff971172", +Cell[25736, 692, 137, 1, 70, "ExampleText",ExpressionUUID->"085687da-75cb-4102-bace-7639ff971172", CellID->1322646993], Cell[CellGroupData[{ -Cell[25872, 693, 163, 3, 70, "Input",ExpressionUUID->"60a64f26-d58f-4db9-9dcb-cc83dbdc2092", +Cell[25898, 697, 163, 3, 70, "Input",ExpressionUUID->"60a64f26-d58f-4db9-9dcb-cc83dbdc2092", CellID->2078734938], -Cell[26038, 698, 160, 3, 36, "Output",ExpressionUUID->"7013ed36-6231-4f2d-be0d-4c7ba4e666e9", +Cell[26064, 702, 160, 3, 36, "Output",ExpressionUUID->"7013ed36-6231-4f2d-be0d-4c7ba4e666e9", CellID->1709052949] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26466, 714, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"e884bd30-493a-4022-a1a3-2c28c24e1346"], +Cell[31950, 864, 670, 18, 70, "TechNotesSection",ExpressionUUID->"37afb3ef-2ead-4b1a-99a3-adbab898f5ba"], +Cell[32623, 884, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7b6d888e-d360-441e-9963-396ef72e701b"], +Cell[33659, 912, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"770c09c1-06ab-4494-b795-87415875156d"], Cell[CellGroupData[{ -Cell[26462, 712, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"945e6b90-5006-4255-ae6a-325989801116"], -Cell[31946, 862, 670, 18, 70, "TechNotesSection",ExpressionUUID->"142ee5d2-32d4-4202-bc6d-55ba8d6b07fc"] -}, Open ]], -Cell[32631, 883, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"67757e71-da4f-4178-b204-0139208c9c3c"], -Cell[33667, 911, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"652a6d44-e142-425d-93a9-1be0ac50b535"], -Cell[CellGroupData[{ -Cell[35967, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9d8a80df-5838-41e1-b416-806612f263e8", +Cell[35959, 980, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9d8a80df-5838-41e1-b416-806612f263e8", CellID->2135167160], -Cell[36108, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b675f3b-4598-4681-811f-9e268d2c7873", +Cell[36100, 983, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b675f3b-4598-4681-811f-9e268d2c7873", CellID->1194386356], -Cell[36330, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c72d0536-42f7-4839-8640-b925ee599883", +Cell[36322, 989, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c72d0536-42f7-4839-8640-b925ee599883", CellID->1641706272], -Cell[36545, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5913ec3a-ab1a-439d-a464-f3d7c82f8704", +Cell[36537, 994, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5913ec3a-ab1a-439d-a464-f3d7c82f8704", CellID->399251956], -Cell[36774, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e0f1e8be-c4e5-4ecd-a291-b262bc0c70ba", +Cell[36766, 1000, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e0f1e8be-c4e5-4ecd-a291-b262bc0c70ba", CellID->821434655] }, Open ]], -Cell[37011, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"b2c63feb-c3c5-4751-890f-43b1b56137b5"] +Cell[37003, 1006, 78, 0, 70, "FooterCell",ExpressionUUID->"4e55334d-eea7-49fe-ac1e-6a422f8d3027"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CostLocationGame.nb b/Documentation/English/ReferencePages/Symbols/CostLocationGame.nb new file mode 100644 index 0000000..fa96669 --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/CostLocationGame.nb @@ -0,0 +1,1629 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 63656, 1619] +NotebookOptionsPosition[ 53096, 1420] +NotebookOutlinePosition[ 55061, 1467] +CellTagsIndexPosition[ 54975, 1462] +WindowTitle->CostLocationGame +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "59191e85-6ee1-4541-9ee8-2c9cf671df54"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "774e1715-d81e-4aba-a55d-91db1b3b5293"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "7244a3f2-2970-4089-ad83-4161e28f2988"] + }],ExpressionUUID->"88e150d2-67fe-4cfd-afd9-1f7031cddab4"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "f4d74d0a-4bdf-4f33-86d6-a746b26008b3"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "fd1fd53b-f5f9-4fd8-b66d-c40849424789"] + }],ExpressionUUID->"ba07b3e7-885e-49bf-8ddb-7acd12c76ed3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "50c25ab3-6a29-468a-a2fe-9453d4f395d2"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "042c4507-9a42-4909-b0b2-bae469e87484"] + }],ExpressionUUID->"3e58477f-2799-4fb4-84e9-1615a580f3d4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "24fc75dc-51e9-486e-9f6d-36591f60da32"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "fe201ed9-026a-4343-87a5-506dc14a64bf"] + }],ExpressionUUID->"28ebf0e6-1238-409b-b2c2-b59c0be7fd22"], + StripOnInput->False],{ + "\"TUG/ref/CostLocationGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CostLocationGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CostLocationGame.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$63547], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CostLocationGame" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "b37909be-aa97-4615-9e4c-ae0aec72a445"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "fc98215c-6cac-4088-8e4d-b4d64b109c6b"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"8bef8d21-958f-4332-8f08-348a8b455399"], + +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0e5e637e-92a0-42e0-8381-ff68a2a5a48f"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "CostLocationGame", "ObjectName",ExpressionUUID-> + "96ab75a0-28b9-40aa-916f-81ea6cc53175"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"d1caac2c-c79e-4138-a7ed-488f94b24113"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "3219ba27-d457-4e10-b7ed-13a3e64503b6"] + }],ExpressionUUID->"7795130c-912d-444a-b45f-1b3ea969c88b"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"227727fd-3b90-4585-b51b-\ +107f8b776da1"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts", ",", "refvc", ",", "p", ",", "q", ",", "fixedCost"}], + "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0eb61b37-03d0-4ecf-b59b-62bf903b3e6c"], + " \[LineSeparator]computes from a facility location situation the \ +associated cost location game." + }],ExpressionUUID->"130f1b9e-959d-475b-8d04-b007431c1ce1"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"CostLocationGame", "[", + RowBox[{ + "dmpts", ",", "refvc", ",", "p", ",", "q", ",", "fixedCost", ",", + "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1396f0d7-0287-4ec2-b264-563646bdef3e"], + "\[LineSeparator]by option setting the function NMinArg is invoked." + }],ExpressionUUID->"31f450a3-e272-41a0-8cf5-8997712e8d04"]} + }]], "Usage", + CellID->1257268818,ExpressionUUID->"b53f6e53-6c43-4201-8d12-2502307b2d7f"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"0fc545fc-7130-44db-ae9b-d2e54b4587b5"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"dedffd77-0513-4ee7-bc85-65b7049bb25f"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"18634ea8-27f9-49af-b4c6-6a83ed685b6e"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"441bf96f-c18a-4dfb-8aca-697ae236500c"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->1806663515,ExpressionUUID->"d0f81d7e-f156-4664-b5b3-677ffccd1680"], + +Cell[TextData[{ + "The expression ", + Cell[BoxData["dmpts"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "e0270887-0d13-414d-8d9a-af5fb87bb966"], + " specifies a list of demand points at which the n users are located. By \ +contrast, the term ", + Cell[BoxData["refvc"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "4a5826ce-536f-400b-9ed6-ac531b296475"], + " contains information related to a symbolic reference vector in ", + Cell[BoxData[ + SuperscriptBox["R", "s"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c12a243c-476a-4716-87aa-f1a6d767b9cc"], + ", such as (x1,x2,...,xs) . In addition, the expression ", + Cell[BoxData["p"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "241ee617-745b-4b6a-b0a5-d00440e8d9ad"], + " and ", + Cell[BoxData["q"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "9df058d2-6ac0-48e7-a370-49a2b865a9ff"], + " set a pq-norm. Finally, the argument ", + Cell[BoxData["fixedCost"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ae470448-59b6-426b-b4d9-0418c32d0074"], + " holds information related to a fixed cost value of the associated cost \ +location game. " +}], "]]", "Notes", + CellID->313448337,ExpressionUUID->"a4d1c991-5912-453e-9eff-01f336e36482"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "679817cc-abd8-4dec-a929-48b804bd8237"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "6101dcac-d95c-4a9b-b9f2-4f8e27549e83"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"b178f93d-28bd-41f9-bb4b-f94b7c5a282a"], + +Cell["\<\ +A cost location situation concerns the question of locating some facilities \ +in a continuous or discrete space in order to minimize the total cost of \ +opening sites and transporting goods or services to customers. \ +\>", "Notes", + CellID->2085588552,ExpressionUUID->"a340428a-7f3d-4d8b-bf1b-b23d575c756a"], + +Cell["\<\ +Mandatory, are the demand points, and a reference point. Demand points must \ +be selected from positive orthant.\ +\>", "Notes", + CellID->1325994045,ExpressionUUID->"6264a431-0859-49b3-b995-e89aef2ae3d0"], + +Cell["\<\ +For the PQ-norm, the default values are p=2 and q=1 (Euclidean norm), and for \ +the fixed cost, the default value is set to zero. These input arguments are \ +optional.\ +\>", "Notes", + CellID->1248248562,ExpressionUUID->"c80f704f-bbc4-4204-b3d9-2b4e58a83417"], + +Cell["\<\ +Return values are the coalitional cost values, and for each coalition larger \ +than 2, the barycenter of the associated polyhedron in which the new facility \ +built up by this coalition is located. \ +\>", "Notes", + CellID->306311476,ExpressionUUID->"e25cac6c-d646-4d35-974c-72aa00a64eee"], + +Cell["\<\ + As its third output argument, the savings game of the cost location game is \ +returned.\ +\>", "Notes", + CellID->994312699,ExpressionUUID->"2ab27919-84c1-455a-865b-cb96fa0cebf6"], + +Cell["\<\ +See L. Mallozzi. Cooperative games in facility location situations with \ +regional fixed costs. Optimization Letters, 5:173\[Dash]181, 2011.\ +\>", "Notes", + CellID->2108874141,ExpressionUUID->"cb2b5509-f725-46e9-8f82-cfe102601839"], + +Cell["\<\ +To enhance its computational reliability, the function makes use of different \ +methods. Selecting a Method invokes the function NMinArg, then, to handle \ +numerical round-off errors a different method can be used. \ +\>", "Notes", + CellID->1210693388,ExpressionUUID->"aef44314-1df3-4ef6-b561-b3f1e17fe95d"], + +Cell[TextData[{ + "Possible settings for ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Method"]], "paclet:ref/Method"}, + "RefLink", + BaseStyle->{"InlineFormula"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "88238ecc-89bd-4ace-bc32-744071c07067"], + " include:" +}], "Notes", + CellID->805418888,ExpressionUUID->"570d7f9d-d1bf-4955-a9e3-ade0dcb710a6"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "cd00669c-c994-47d4-96ac-d5d1c43ec92a"], "SimulatedAnnealing", Cell["\<\ +is a direct search method; use a simple stochastic function minimizer.\ +\>", "TableText",ExpressionUUID->"7caceda0-18b4-4931-a6cb-a07b4dddd60f"]} + }]], "2ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2025032606,ExpressionUUID->"86e93c9c-e2f2-4bb1-bcd7-60e500b11199"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "6af6f36f-0c8f-42ba-85b6-48b27592358e"], "DifferentialEvolution", + Cell["\<\ +is a direct search method; use a simple stochastic function minimizer.\ +\>", "TableText",ExpressionUUID->"b90e82e0-3f29-4e34-a337-1972e8b8e2e3"]} + }]], "2ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1479113242,ExpressionUUID->"c0696ca1-5b1d-4938-979d-82b77dda6e48"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "d32647bc-03ae-4c5f-8305-b37a4dcb2bb1"], "NelderMead", Cell[ + "is a direct search method. ", "TableText",ExpressionUUID-> + "30583527-2433-4a51-ae99-8b99a933a708"]} + }]], "2ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1691942019,ExpressionUUID->"20b81cae-1709-4736-a398-a6f6adf19051"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->1086410865,ExpressionUUID->"7f3b4c7d-87cc-43bd-b9c8-f6211595fe87"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "04a2af1e-541a-46ef-9e73-a016a4787aa9"], + TemplateBox[{ + Cell[ + TextData["Method"]], "paclet:TUG/ref/CallMaximize", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "Automatic", Cell[ + "use a solver by an internal investigation.", "TableText",ExpressionUUID-> + "1a703cef-6ab3-47e1-ba0e-b817f86beca5"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1565514921,ExpressionUUID->"6496a831-6057-48a5-822f-421a4da76339"], + +Cell[TextData[{ + "A method is called, for instance, by ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["Method"]], "paclet:ref/Method"}, + "RefLink", + BaseStyle->{"InlineFormula"}], "->", "NelderMead"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ac6944e6-0e78-48d9-9e68-d5b489374c05"], + "." +}], "Notes", + CellID->1486070608,ExpressionUUID->"17c7ec37-dd9e-4b30-89ab-95624808567e"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["Method"]], "paclet:NumericalAnalysis/ref/Terms", + "NumericalAnalysis Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "NelderMead"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "90c80da9-0a72-421b-935c-cf08060f627e"], + " use a direct search method. It is an algorithm for constrained nonlinear \ +optimization." +}], "Notes", + CellID->1025052680,ExpressionUUID->"5d82bb57-9e12-402a-b5c2-c929c1896199"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"352a8540-1767-480f-884e-9c40b2954c3d"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"2e7341ec-62c6-492a-b1ce-704a9cdff281"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "8c9d0f44-3c7b-4ca4-aaf6-d5ca6e86c11f"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->810623555,ExpressionUUID->"cbcef015-c62c-4891-b9ed-42e833d39b75"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"3b373b76-fb79-47f4-9853-a6e49abcd415"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"4ac9474a-2f4e-4f07-bd6c-07635c052dd1"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "5672ea1d-791f-468e-841d-157f4785e497"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->1086577494,ExpressionUUID->"922aa10b-d4bb-49df-a78d-91ba89c59366"], + +Cell["Loading the package:", "ExampleText", + CellID->1430927406,ExpressionUUID->"6f07fb8b-c254-403c-aca7-c1f9e1b2a767"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->1259233753,ExpressionUUID->"2b70ee85-b750-49a0-9737-30fd1b97660e"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->932506464,ExpressionUUID->"78513baf-7487-49ec-886d-1b1a4b2afee3"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1965624076,ExpressionUUID->"3f246723-9dbb-4030-b4d1-9a2d3c930e2a"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->787238198,ExpressionUUID->"dd3085ab-d1fc-47ae-b1b5-322f297308ab"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->518155255,ExpressionUUID->"e7321aae-9903-453d-a6ed-18c38096d288"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1965023891,ExpressionUUID->"f0375edd-6b85-4a03-a25f-d1fecb4e6bc8"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1071090701,ExpressionUUID->"fa3276cb-5398-4580-9457-58d1775e2485"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1813584948,ExpressionUUID->"5821fd1a-ed41-45d5-8b17-657026d4009a"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1791188522,ExpressionUUID->"03371a5b-ba56-499f-b033-fa6ae5795bbf"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->792763944,ExpressionUUID->"c85c8b89-f5d9-411d-a5ec-b4bd47cec3aa"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->782100481,ExpressionUUID->"7c7f055e-92a1-49b1-aa78-9c3489d2ba81"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->802508430,ExpressionUUID->"2951db7d-631f-4e89-baaf-fc05a1cc8300"] +}, Open ]] +}, Open ]], + +Cell["\<\ +Consider first a cost location situation with following demand points\ +\>", "ExampleText", + CellID->1060603206,ExpressionUUID->"e441b02d-e418-42df-ba4c-61f3b6dec27f"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{"a1", "=", + RowBox[{"{", + RowBox[{"0", ",", "0"}], "}"}]}], ";"}], "\[IndentingNewLine]", + RowBox[{ + RowBox[{"a2", "=", + RowBox[{"{", + RowBox[{"1", ",", "0"}], "}"}]}], ";"}], "\[IndentingNewLine]", + RowBox[{ + RowBox[{"a3", "=", + RowBox[{"{", + RowBox[{"1", ",", "1"}], "}"}]}], ";"}], "\[IndentingNewLine]", + RowBox[{ + RowBox[{"a4", "=", + RowBox[{"{", + RowBox[{"0", ",", "1"}], "}"}]}], ";"}]}], "Input", + CellLabel->"In[2]:=", + CellID->364669908,ExpressionUUID->"d9fc1ea9-add6-4a47-b7f7-146f2699ed0d"], + +Cell["and the following symbolic reference vector:", "ExampleText", + CellID->2147120117,ExpressionUUID->"9e8ac451-5d3b-435b-b008-2e066b6af06e"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"xx", "=", + RowBox[{"{", + RowBox[{"x1", ",", "x2"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->1555992965,ExpressionUUID->"8e2e3150-a59b-4847-962e-835b685a4bc9"], + +Cell["We collect in a further step the demand point within a list:", \ +"ExampleText", + CellID->1055498213,ExpressionUUID->"f1375afa-f3f7-4ae8-8690-4d453db768e0"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"dmpts", "=", + RowBox[{"{", + RowBox[{"a1", ",", "a2", ",", "a3", ",", "a4"}], "}"}]}]], "Input", + CellLabel->"In[4]:=", + CellID->1962302370,ExpressionUUID->"5c8dc64a-2c10-4493-a685-fe7cdc871f77"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", "1"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "1"}], "}"}]}], "}"}]], "Output", + CellLabel->"Out[4]=", + CellID->556086267,ExpressionUUID->"beb5aefe-8ee9-42b2-b617-b39f921147da"] +}, Open ]], + +Cell["And checking the default options values through: ", "ExampleText", + CellID->2058204622,ExpressionUUID->"f9c25419-862f-4da2-a7ad-a0ed5dede01b"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "CostLocationGame", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->1727175520,ExpressionUUID->"62ca8264-d306-4429-a081-52b9f72f9fbd"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{"Method", "\[Rule]", "Automatic"}], "}"}]], "Output", + CellContext->"Cell$$4237`", + CellLabel->"Out[5]=", + CellID->1298396354,ExpressionUUID->"3340588a-3b8b-4445-ba94-ab0edc008170"] +}, Open ]], + +Cell["\<\ +Then, we compute the cost location game while specifying the Euclidean norm \ +and a fixed cost term. \ +\>", "ExampleText", + CellID->302774813,ExpressionUUID->"334d8936-7983-40f0-b241-476c9a56ad65"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"{", + RowBox[{"costvals", ",", "barygr2c", " ", ",", "savvals"}], "}"}], "=", + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts", ",", "xx", ",", "2", ",", "4", ",", + RowBox[{"5", "/", "24"}]}], "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->1133498646,ExpressionUUID->"3e663296-7f77-4cb9-8f90-89b425bbbdc1"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", "0.33333333333333337`", ",", + "0.7083333333333334`", ",", "0.33333333333333337`", ",", + "0.33333333333333337`", ",", "0.7083333333333334`", ",", + "0.33333333333333337`", ",", "0.8750000000000002`", ",", + "0.8750000000000001`", ",", "0.8750000000000002`", ",", + "0.8750000000000001`", ",", "1.2083333333333333`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + FractionBox["1", "2"], ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "2"], ",", + FractionBox["1", "2"]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["1", "2"]}], "}"}], ",", + RowBox[{"{", + RowBox[{"1", ",", + FractionBox["1", "2"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "2"], ",", + FractionBox["1", "2"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "2"], ",", "1"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["2", "3"], ",", + FractionBox["1", "3"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "3"], ",", + FractionBox["1", "3"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "3"], ",", + FractionBox["2", "3"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["2", "3"], ",", + FractionBox["2", "3"]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + FractionBox["1", "2"], ",", + FractionBox["1", "2"]}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0.08333333333333331`", + ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + RowBox[{"-", "0.2500000000000002`"}], ",", + RowBox[{"-", "0.2500000000000001`"}], ",", + RowBox[{"-", "0.2500000000000002`"}], ",", + RowBox[{"-", "0.2500000000000001`"}], ",", + RowBox[{"-", "0.3749999999999999`"}]}], "}"}]}], "}"}]], "Output", + CellContext->"Cell$$4237`", + CellLabel->"Out[6]=", + CellID->1827830313,ExpressionUUID->"74fa8958-93ee-4698-b4ae-d425daab416a"] +}, Open ]], + +Cell["It remains to define the following four person cost game:", \ +"ExampleText", + CellID->905685917,ExpressionUUID->"8c3b43d9-10d6-4f89-9e9b-805a71b477d3"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], + ";"}], "\[IndentingNewLine]", + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "costvals"}], "]"}]}], ";"}]}], "Input", + CellLabel->"In[7]:=", + CellID->2010391696,ExpressionUUID->"7fc171cf-fc36-4372-b2cb-5771a867f83f"], + +Cell["Form which the Shapley value can be computed through", "ExampleText", + CellID->234263560,ExpressionUUID->"2d018d41-04a4-490b-832e-476312d140dd"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]], "Input", + CellLabel->"In[8]:=", + CellID->559912270,ExpressionUUID->"59d19c33-1b1a-4172-869a-1e440f5f0a4e"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["29", "96"], ",", + FractionBox["29", "96"], ",", + FractionBox["29", "96"], ",", + FractionBox["29", "96"]}], "}"}]], "Output", + CellContext->"Cell$$4237`", + CellLabel->"Out[8]=", + CellID->1583800205,ExpressionUUID->"6608a274-f7a5-475d-af30-fef10b8267a0"] +}, Open ]], + +Cell["Supplying a Method invokes the NMinArg function.", "ExampleText", + CellID->1882941988,ExpressionUUID->"541f748a-a604-48f0-87fb-be762853dc34"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"cmthds", "=", + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts", ",", "xx", ",", "2", ",", "4", ",", + RowBox[{"5", "/", "24"}], ",", + RowBox[{"Method", "->", "#"}]}], "]"}], "&"}], "/@", + RowBox[{"{", + RowBox[{ + "\"\\"", ",", "\"\\"", ",", + "\"\\"", ",", "\"\\""}], + "}"}]}]}]], "Input", + CellLabel->"In[9]:=", + CellID->1159854003,ExpressionUUID->"cb738d50-0d5a-451a-b8c3-f37b56fcf66c"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", "0.33333333333333337`", ",", + "0.7083333333333334`", ",", "0.33333333333333337`", ",", + "0.33333333333333337`", ",", "0.7083333333333334`", ",", + "0.33333333333333337`", ",", "0.8504208938114702`", ",", + "0.8504208938114701`", ",", "0.8504208938114702`", ",", + "0.8504208938114702`", ",", "1.2083333333333333`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.5`", ",", "4.775696853134309`*^-9"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3.957208040350672`*^-9", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "1.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.38838826683018374`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.3883882668301838`", ",", "0.3883882668301839`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.38838826683018374`", ",", "0.6116117331698163`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.6116117331698164`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147012`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.3749999999999999`"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", "0.33333333333333337`", ",", + "0.7083333333333334`", ",", "0.33333333333333337`", ",", + "0.33333333333333337`", ",", "0.7083333333333334`", ",", + "0.33333333333333337`", ",", "0.8504208938114702`", ",", + "0.8504208938114701`", ",", "0.8504208938114702`", ",", + "0.8504208938114702`", ",", "1.2083333333333333`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.5`", ",", "4.775696853134309`*^-9"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"3.957208040350672`*^-9", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "1.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.38838826683018374`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.3883882668301838`", ",", "0.3883882668301839`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.38838826683018374`", ",", "0.6116117331698163`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.6116117331698164`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147012`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.3749999999999999`"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", "0.33333333333333337`", ",", + "0.7083333333333333`", ",", "0.33333333333333337`", ",", + "0.33333333333333337`", ",", "0.7083333333333334`", ",", + "0.33333333333333337`", ",", "0.8504208938114702`", ",", + "0.8504208938114702`", ",", "0.8504208938114702`", ",", + "0.8504208938114702`", ",", "1.2083333333333333`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.5`", ",", "3.3988717355439646`*^-9"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.4999999989552088`", ",", "0.4999999975535438`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"4.2566793421701424`*^-9", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5000000000199771`", ",", "1.0000000000030624`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.6116117331705584`", ",", "0.38838826682302263`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.38838826683018374`", ",", "0.3883882668301837`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.3883882668301837`", ",", "0.6116117331698162`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.6116117331698163`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666666`"}], ",", "0.08333333333333331`", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.3749999999999999`"}]}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", + FractionBox["5", "24"], ",", "0.33333333333333337`", ",", + "0.7083333333333336`", ",", "0.33333333333333337`", ",", + "0.33333333333333337`", ",", "0.7083333333333334`", ",", + "0.33333333333333337`", ",", "0.8504208938114707`", ",", + "0.8504208938114702`", ",", "0.8504208938114702`", ",", + "0.8504208938114702`", ",", "1.2083333333333333`"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0.5`", ",", "5.248219714930659`*^-9"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.4999999960644558`", ",", "0.4999999954463393`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"3.1571186890910295`*^-9", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"1.`", ",", "0.5000000000000002`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "0.5`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.5`", ",", "1.`"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0.6116117286970313`", ",", "0.38838826074547184`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.38838826683018374`", ",", "0.3883882668301837`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.3883882640238847`", ",", "0.6116117297584801`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.6116117331698163`", ",", "0.6116117331698163`"}], "}"}], + ",", + RowBox[{"{", + RowBox[{"0.5000000000000002`", ",", "0.5`"}], "}"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666669`"}], ",", "0.08333333333333331`", ",", + "0.08333333333333331`", ",", + RowBox[{"-", "0.2916666666666667`"}], ",", "0.08333333333333331`", ",", + RowBox[{"-", "0.22542089381147068`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.22542089381147024`"}], ",", + RowBox[{"-", "0.3749999999999999`"}]}], "}"}]}], "}"}]}], + "}"}]], "Output", + CellLabel->"Out[9]=", + CellID->1685847445,ExpressionUUID->"03daa6ee-438b-4300-a215-094dd99c675e"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["DualGame"]], "paclet:TUG/ref/DualGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "47adb8b3-6537-4397-b321-a394ace32815"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AssignmentProblem"]], + "paclet:TUG/ref/AssignmentProblem", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8fb1ab0c-12b3-4f96-b107-c94ab5668d88"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AirportProblem"]], "paclet:TUG/ref/AirportProblem", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d41aca4c-2abc-4d37-984e-b27b8400ba6d"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["WeightedMajority"]], "paclet:TUG/ref/WeightedMajority", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "3beb422d-0533-44eb-9304-c1d4171fbc87"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ModestBankruptcy"]], "paclet:TUG/ref/ModestBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f393d73d-22d8-4ba1-8634-3bd81879366a"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GreedyBankruptcy"]], "paclet:TUG/ref/GreedyBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f10f996f-a08b-4eed-b6ff-95d941b06951"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GenProfitMatrix"]], "paclet:TUG/ref/GenProfitMatrix", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a3b1d092-4e87-4ddc-a862-e56cdb76bafa"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType2"]], "paclet:TUG/ref/SymGameType2", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "35224036-9e46-43b9-b925-ade0de9e4deb"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType3"]], "paclet:TUG/ref/SymGameType3", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "df6eb7df-2875-4537-821e-d08b03c74e61"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType4"]], "paclet:TUG/ref/SymGameType4", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "253b524d-777f-466d-9da6-515384622b9c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CostSaving"]], "paclet:TUG/ref/CostSaving", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8dc26ca9-b621-4f5c-a900-e5940052a5ae"] + }], "SeeAlso",ExpressionUUID->"4476ee03-b3df-4f4d-be78-8714dc6a14ed"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"66cc3547-e504-41d7-be00-\ +2245754159db"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"37826ae9-6ebb-4f27-b842-8ccca796cb82"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"a3bf9526-3a63-4079-acb1-\ +b82f58a1c3b2"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "77195591-36ad-4626-aeec-69d53e6875b1"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "e29a029c-ac5e-4dd9-9d30-7cc3561acadc"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"0a976e32-0c3c-4426-ac97-\ +4e93d2ce64bb"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "GreedyBankruptcy"}]]]], + "paclet:TUG/Ref/GreedyBankruptcy"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "955702b0-3620-4778-81f6-ded47e417031"]], "RelatedLinks", + ExpressionUUID->"90656c5a-aecd-4605-ae96-3d58c10189e7"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "Nucleolus"}]]]], + "paclet:TUG/Ref/Nucleolus"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "784a0a35-ac76-452e-a76e-36d6e1b93cbc"]], "RelatedLinks", + ExpressionUUID->"c4a3e5dd-3214-4188-9c47-e68bc567df90"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "ShapleyValue"}]]]], + "paclet:TUG/Ref/ShapleyValue"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "8901d7bb-1ed6-4cb7-928d-55cf52d698c2"]], "RelatedLinks", + ExpressionUUID->"5e0ae9c9-ba82-4612-801b-91865d82f7f2"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"fea10713-f594-46a0-b447-\ +3bbbb015f30b"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->906383680,ExpressionUUID->"a061b02c-b78c-4e2a-8ccd-a78cb9733472"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"15847725-fdc2-4289-80d2-280b5e8e01cf"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"409f9b34-91bb-443c-846d-24c982bfb566"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"f315495a-4934-48af-83f4-2d2749913b94"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"10b78cf9-f1f9-412f-945b-1c3f453424a8"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"37d72e19-b91a-440d-a2fa-fdd128dcf8b9"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"CostLocationGame", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 52, 8.158841}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, + "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, + "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", + "status" -> "None", "summary" -> + "CostLocationGame[dmpts, refvc, p, q, fixedCost] computes from a facility \ +location situation the associated cost location game. CostLocationGame[dmpts, \ +refvc, p, q, fixedCost, options] by option setting the function NMinArg is \ +invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CostLocationGame", + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CostLocationGame", "type" -> "Symbol", "uri" -> + "TUG/ref/CostLocationGame"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"b7f6f640-232a-4b52-9b68-6a34cbcfff3f" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[19191, 492, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"cbcef015-c62c-4891-b9ed-42e833d39b75", + CellTags->"PrimaryExamplesSection", + CellID->810623555]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 54775, 1455} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[588, 21, 7255, 174, 57, "AnchorBarGrid",ExpressionUUID->"8bef8d21-958f-4332-8f08-348a8b455399", + CellID->1], +Cell[7846, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0e5e637e-92a0-42e0-8381-ff68a2a5a48f"], +Cell[CellGroupData[{ +Cell[7957, 201, 559, 14, 59, "ObjectNameGrid",ExpressionUUID->"227727fd-3b90-4585-b51b-107f8b776da1"], +Cell[8519, 217, 1035, 22, 185, "Usage",ExpressionUUID->"b53f6e53-6c43-4201-8d12-2502307b2d7f", + CellID->1257268818] +}, Open ]], +Cell[CellGroupData[{ +Cell[9591, 244, 1895, 47, 37, "NotesSection",ExpressionUUID->"d0f81d7e-f156-4664-b5b3-677ffccd1680", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->1806663515], +Cell[11489, 293, 1318, 30, 78, "]]",ExpressionUUID->"a4d1c991-5912-453e-9eff-01f336e36482", + CellID->313448337], +Cell[12810, 325, 489, 12, 38, "Notes",ExpressionUUID->"b178f93d-28bd-41f9-bb4b-f94b7c5a282a", + CellID->177724765], +Cell[13302, 339, 317, 5, 57, "Notes",ExpressionUUID->"a340428a-7f3d-4d8b-bf1b-b23d575c756a", + CellID->2085588552], +Cell[13622, 346, 213, 4, 36, "Notes",ExpressionUUID->"6264a431-0859-49b3-b995-e89aef2ae3d0", + CellID->1325994045], +Cell[13838, 352, 268, 5, 57, "Notes",ExpressionUUID->"c80f704f-bbc4-4204-b3d9-2b4e58a83417", + CellID->1248248562], +Cell[14109, 359, 298, 5, 57, "Notes",ExpressionUUID->"e25cac6c-d646-4d35-974c-72aa00a64eee", + CellID->306311476], +Cell[14410, 366, 188, 4, 36, "Notes",ExpressionUUID->"2ab27919-84c1-455a-865b-cb96fa0cebf6", + CellID->994312699], +Cell[14601, 372, 241, 4, 36, "Notes",ExpressionUUID->"cb2b5509-f725-46e9-8f82-cfe102601839", + CellID->2108874141], +Cell[14845, 378, 316, 5, 57, "Notes",ExpressionUUID->"aef44314-1df3-4ef6-b561-b3f1e17fe95d", + CellID->1210693388], +Cell[15164, 385, 390, 12, 38, "Notes",ExpressionUUID->"570d7f9d-d1bf-4955-a9e3-ade0dcb710a6", + CellID->805418888], +Cell[15557, 399, 530, 9, 70, "2ColumnTableMod",ExpressionUUID->"86e93c9c-e2f2-4bb1-bcd7-60e500b11199", + CellID->2025032606], +Cell[16090, 410, 538, 10, 70, "2ColumnTableMod",ExpressionUUID->"c0696ca1-5b1d-4938-979d-82b77dda6e48", + CellID->1479113242], +Cell[16631, 422, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"20b81cae-1709-4736-a398-a6f6adf19051", + CellID->1691942019], +Cell[17116, 433, 272, 4, 70, "Notes",ExpressionUUID->"7f3b4c7d-87cc-43bd-b9c8-f6211595fe87", + CellID->1086410865], +Cell[17391, 439, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"6496a831-6057-48a5-822f-421a4da76339", + CellID->1565514921], +Cell[18066, 456, 436, 13, 70, "Notes",ExpressionUUID->"17c7ec37-dd9e-4b30-89ab-95624808567e", + CellID->1486070608], +Cell[18505, 471, 559, 15, 70, "Notes",ExpressionUUID->"5d82bb57-9e12-402a-b5c2-c929c1896199", + CellID->1025052680] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[19191, 492, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"cbcef015-c62c-4891-b9ed-42e833d39b75", + CellTags->"PrimaryExamplesSection", + CellID->810623555], +Cell[CellGroupData[{ +Cell[20636, 533, 1399, 36, 70, "ExampleSection",ExpressionUUID->"922aa10b-d4bb-49df-a78d-91ba89c59366", + CellID->1086577494], +Cell[22038, 571, 119, 1, 70, "ExampleText",ExpressionUUID->"6f07fb8b-c254-403c-aca7-c1f9e1b2a767", + CellID->1430927406], +Cell[CellGroupData[{ +Cell[22182, 576, 168, 3, 70, "Input",ExpressionUUID->"2b70ee85-b750-49a0-9737-30fd1b97660e", + CellID->1259233753], +Cell[CellGroupData[{ +Cell[22375, 583, 235, 4, 70, "Print",ExpressionUUID->"78513baf-7487-49ec-886d-1b1a4b2afee3", + CellID->932506464], +Cell[22613, 589, 365, 8, 70, "Print",ExpressionUUID->"3f246723-9dbb-4030-b4d1-9a2d3c930e2a", + CellID->1965624076], +Cell[22981, 599, 235, 4, 70, "Print",ExpressionUUID->"dd3085ab-d1fc-47ae-b1b5-322f297308ab", + CellID->787238198], +Cell[23219, 605, 219, 3, 70, "Print",ExpressionUUID->"e7321aae-9903-453d-a6ed-18c38096d288", + CellID->518155255], +Cell[23441, 610, 207, 3, 70, "Print",ExpressionUUID->"f0375edd-6b85-4a03-a25f-d1fecb4e6bc8", + CellID->1965023891], +Cell[23651, 615, 237, 4, 70, "Print",ExpressionUUID->"fa3276cb-5398-4580-9457-58d1775e2485", + CellID->1071090701], +Cell[23891, 621, 220, 3, 70, "Print",ExpressionUUID->"5821fd1a-ed41-45d5-8b17-657026d4009a", + CellID->1813584948], +Cell[24114, 626, 236, 4, 70, "Print",ExpressionUUID->"03371a5b-ba56-499f-b033-fa6ae5795bbf", + CellID->1791188522], +Cell[24353, 632, 235, 4, 70, "Print",ExpressionUUID->"c85c8b89-f5d9-411d-a5ec-b4bd47cec3aa", + CellID->792763944], +Cell[24591, 638, 206, 3, 70, "Print",ExpressionUUID->"7c7f055e-92a1-49b1-aa78-9c3489d2ba81", + CellID->782100481], +Cell[24800, 643, 235, 4, 70, "Print",ExpressionUUID->"2951db7d-631f-4e89-baaf-fc05a1cc8300", + CellID->802508430] +}, Open ]] +}, Open ]], +Cell[25062, 651, 176, 3, 70, "ExampleText",ExpressionUUID->"e441b02d-e418-42df-ba4c-61f3b6dec27f", + CellID->1060603206], +Cell[25241, 656, 571, 18, 70, "Input",ExpressionUUID->"d9fc1ea9-add6-4a47-b7f7-146f2699ed0d", + CellID->364669908], +Cell[25815, 676, 144, 1, 70, "ExampleText",ExpressionUUID->"9e8ac451-5d3b-435b-b008-2e066b6af06e", + CellID->2147120117], +Cell[25962, 679, 218, 6, 70, "Input",ExpressionUUID->"8e2e3150-a59b-4847-962e-835b685a4bc9", + CellID->1555992965], +Cell[26183, 687, 161, 2, 70, "ExampleText",ExpressionUUID->"f1375afa-f3f7-4ae8-8690-4d453db768e0", + CellID->1055498213], +Cell[CellGroupData[{ +Cell[26369, 693, 223, 5, 70, "Input",ExpressionUUID->"5c8dc64a-2c10-4493-a685-fe7cdc871f77", + CellID->1962302370], +Cell[26595, 700, 387, 12, 36, "Output",ExpressionUUID->"beb5aefe-8ee9-42b2-b617-b39f921147da", + CellID->556086267] +}, Open ]], +Cell[26997, 715, 148, 1, 70, "ExampleText",ExpressionUUID->"f9c25419-862f-4da2-a7ad-a0ed5dede01b", + CellID->2058204622], +Cell[CellGroupData[{ +Cell[27170, 720, 174, 3, 70, "Input",ExpressionUUID->"62ca8264-d306-4429-a081-52b9f72f9fbd", + CellID->1727175520], +Cell[27347, 725, 220, 5, 36, "Output",ExpressionUUID->"3340588a-3b8b-4445-ba94-ab0edc008170", + CellID->1298396354] +}, Open ]], +Cell[27582, 733, 208, 4, 70, "ExampleText",ExpressionUUID->"334d8936-7983-40f0-b241-476c9a56ad65", + CellID->302774813], +Cell[CellGroupData[{ +Cell[27815, 741, 358, 8, 70, "Input",ExpressionUUID->"3e663296-7f77-4cb9-8f90-89b425bbbdc1", + CellID->1133498646], +Cell[28176, 751, 2477, 70, 125, "Output",ExpressionUUID->"74fa8958-93ee-4698-b4ae-d425daab416a", + CellID->1827830313] +}, Open ]], +Cell[30668, 824, 157, 2, 70, "ExampleText",ExpressionUUID->"8c3b43d9-10d6-4f89-9e9b-805a71b477d3", + CellID->905685917], +Cell[30828, 828, 385, 11, 70, "Input",ExpressionUUID->"7fc171cf-fc36-4372-b2cb-5771a867f83f", + CellID->2010391696], +Cell[31216, 841, 150, 1, 70, "ExampleText",ExpressionUUID->"2d018d41-04a4-490b-832e-476312d140dd", + CellID->234263560], +Cell[CellGroupData[{ +Cell[31391, 846, 169, 3, 70, "Input",ExpressionUUID->"59d19c33-1b1a-4172-869a-1e440f5f0a4e", + CellID->559912270], +Cell[31563, 851, 317, 9, 51, "Output",ExpressionUUID->"6608a274-f7a5-475d-af30-fef10b8267a0", + CellID->1583800205] +}, Open ]], +Cell[31895, 863, 147, 1, 70, "ExampleText",ExpressionUUID->"541f748a-a604-48f0-87fb-be762853dc34", + CellID->1882941988], +Cell[CellGroupData[{ +Cell[32067, 868, 544, 14, 70, "Input",ExpressionUUID->"cb738d50-0d5a-451a-b8c3-f37b56fcf66c", + CellID->1159854003], +Cell[32614, 884, 9179, 220, 527, "Output",ExpressionUUID->"03daa6ee-438b-4300-a215-094dd99c675e", + CellID->1685847445] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[42035, 1113, 5978, 162, 70, "SeeAlsoSection",ExpressionUUID->"66cc3547-e504-41d7-be00-2245754159db"], +Cell[48016, 1277, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a3bf9526-3a63-4079-acb1-b82f58a1c3b2"], +Cell[48689, 1297, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0a976e32-0c3c-4426-ac97-4e93d2ce64bb"], +Cell[49725, 1325, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"fea10713-f594-46a0-b447-3bbbb015f30b"], +Cell[CellGroupData[{ +Cell[51971, 1392, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a061b02c-b78c-4e2a-8ccd-a78cb9733472", + CellID->906383680], +Cell[52111, 1395, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"15847725-fdc2-4289-80d2-280b5e8e01cf", + CellID->1194386356], +Cell[52333, 1401, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"409f9b34-91bb-443c-846d-24c982bfb566", + CellID->1641706272], +Cell[52548, 1406, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f315495a-4934-48af-83f4-2d2749913b94", + CellID->399251956], +Cell[52777, 1412, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"10b78cf9-f1f9-412f-945b-1c3f453424a8", + CellID->821434655] +}, Open ]], +Cell[53014, 1418, 78, 0, 70, "FooterCell",ExpressionUUID->"37d72e19-b91a-440d-a2fa-fdd128dcf8b9"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/CostSaving.nb b/Documentation/English/ReferencePages/Symbols/CostSaving.nb index 26d525f..bef819c 100644 --- a/Documentation/English/ReferencePages/Symbols/CostSaving.nb +++ b/Documentation/English/ReferencePages/Symbols/CostSaving.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44214, 1148] -NotebookOptionsPosition[ 34557, 955] -NotebookOutlinePosition[ 36621, 1008] -CellTagsIndexPosition[ 36536, 1003] +NotebookDataLength[ 44211, 1147] +NotebookOptionsPosition[ 34569, 956] +NotebookOutlinePosition[ 36651, 1009] +CellTagsIndexPosition[ 36566, 1004] WindowTitle->CostSaving WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "71f417a1-6dd1-4523-b6c5-f72029ba9fbf"], + "0b2dc8ac-36b4-4b38-b728-a3a5702f2a47"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "bcd5a087-a42c-4739-9dea-620b8a632b69"], + "be29b85c-5909-4bb2-bdfd-b86ddd04bde1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6de373a3-df19-45e7-9155-ad3acd945ffa"] - }],ExpressionUUID->"6eaf343b-5637-4eaf-b60e-9a51a91e3274"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"]}, + "d9fda56f-5866-4a8d-9c6a-12333414ce94"] + }],ExpressionUUID->"1826c1bd-ce1a-4b0c-ab32-a5d3ad8c855c"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e37febc4-5fd7-42b4-97ec-26188dd5d950"], + "a2692612-44e2-41b7-add9-672b4cacc134"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "22f57c2b-db39-4934-9e6b-d76129b158ed"] - }],ExpressionUUID->"185dcc43-4a61-48db-85c2-fd95a01fe201"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "626df2b2-29dc-4261-ab53-174b86d412ec"] + }],ExpressionUUID->"5afb797d-2544-4758-a729-0b9228808a55"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6fd5567b-0bf0-41ef-80b1-ea0684e8ea7f"], + "b4fe1968-9ec4-4903-93cd-d5f2a94867a1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e928f0cc-6b67-4d8a-af3a-0cd90fac0968"] - }],ExpressionUUID->"72988a41-a499-45ae-b0d0-76db3a681e9d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "73a3b76a-f397-4a65-acf8-66dba49bdd05"] + }],ExpressionUUID->"de8430d8-b07e-4f30-a7fa-0d8359703555"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "de4a2079-f35b-4499-bb76-b2414fed1138"], + "750bc0c2-f940-4065-9537-03716a6c3184"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "24cecfe9-9cd2-41e4-982b-baba2a26a64d"] - }],ExpressionUUID->"492ab4eb-ec6e-475c-bf57-7637ae1d97ab"], - StripOnInput->False], {"\<\"TUG/ref/CostSaving\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CostSaving"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CostSaving.\ + "287824c9-3ac9-4014-be0b-a4f39d8c8c21"] + }],ExpressionUUID->"f6d59c88-87c1-4018-9f91-9fc45cd59ea4"], + StripOnInput->False],{ + "\"TUG/ref/CostSaving\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CostSaving"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/CostSaving.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$60142], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CostSaving" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$64162], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CostSaving" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "907b9e7c-0861-44b5-8e92-85eb82329df8"] + "8da01ad8-8736-4827-adb3-eec509103331"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f9382905-e789-470e-b4fc-21abe9aa02a7"]} + "be52ced4-07be-43ce-a7f7-545dea775730"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e4b69263-8a6c-4f9d-bf2f-a636dcbd5d0b"], + CellID->1,ExpressionUUID->"7fd310dc-b345-43b3-bed4-395a090d6d81"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a2f41173-728c-40a3-86b6-33533b887581"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c1d5c7e2-9ea8-4385-80cd-b0a79bd79fad"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CostSaving", "ObjectName",ExpressionUUID-> - "a0cc6d6b-7a48-4ce1-ad7e-ea84822c1e75"], + "d3e3e2bf-1efc-4e03-807e-b9d31858f8cf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70f4ad89-e5a2-44c4-92b0-46b1c1311981"], + "Spacer1"]],ExpressionUUID->"9b2cb8a4-df85-4f97-81c0-57aaa8dfe68b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f440a4c9-ebb2-4731-abbd-13e62edcde89"] - }],ExpressionUUID->"e5556e6e-8230-417b-b70c-4733875e39a4"], Cell[BoxData[ + "d726678d-3136-4d79-83bc-35b08d82fb43"] + }],ExpressionUUID->"6dde1bec-3bd2-4811-8dc3-df497bc572d9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "73cc0864-dd3d-480b-91ae-55beb4e5af23"]} + "fe76243a-d292-49e1-8118-2c4e0b14d1b1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"353b3628-2df5-4d2d-9893-0f5effb3886a"], + CacheGraphics->False,ExpressionUUID->"125aadf3-cbd8-4a8d-a8ce-04a4e8de3c7a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "1c1138c0-8eb5-4d76-aded-bd684b56b833"], " \[LineSeparator]computes the cost savings for each coalition from a \ cost game." - }],ExpressionUUID->"32ef79a1-54a9-44fe-a66f-3dac64a644cd"]} + }],ExpressionUUID->"1604ed21-7975-41bb-963e-2f693dbcc763"]} }]], "Usage", CellID->1573209431,ExpressionUUID->"eb8bb20e-cfd7-4e12-8d5c-895e3ec9b993"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d841c97a-1ce7-43ae-b096-0c3dfecfd6d5"], + ExpressionUUID->"4c6b5f55-7aac-4019-b4e9-aac8912c48d3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f7737857-4c0a-4db2-a0fd-1148195a7a11"], + "Spacer1"]],ExpressionUUID->"c9b91c4e-26ab-4b15-969d-062c03c20495"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f7dc0141-bde2-41b6-b29b-e012b7774ac5"], + }], "NotesFrameText",ExpressionUUID->"eeb29aa5-ced0-4086-9c7f-f476f4338979"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ee3788fc-081a-46b4-bf71-f46c6e9e14f8"]], \ + "Preemptive"]],ExpressionUUID->"ebfc752f-9a6f-4229-90c7-106efa740b11"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1801085563,ExpressionUUID->"0b4b6f39-d4a3-4327-b355-f3c28ae87621"], + CellID->545682314,ExpressionUUID->"0cde365a-e1d8-4a72-8fe9-81e29609460c"], Cell[TextData[{ "The expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a1bcb914-34ae-4b3c-8bad-4e74f150f63c"], + ExpressionUUID->"8fa25aaf-9279-4cb7-9729-65ce99d0a476"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1476b98-77d1-4e2a-a8ea-c8b3951c6638"], + "Spacer1"]],ExpressionUUID->"cb5df8fb-14d3-4a4e-b361-d3f21746e69a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2e517233-5035-418c-9bf2-2e0779463b44"] + "4f695db8-1648-4231-aa62-10d9bc98486f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2030604347,ExpressionUUID->"fd5b1374-8ff9-4f2c-9f8f-5c4f378ac90b"], + CellID->2099988675,ExpressionUUID->"5a3ef6f6-99df-4a5c-95fe-a1b68b3bbbfe"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"24dfed02-fa42-47bb-a18f-faacf9ea5fc8"], + ExpressionUUID->"70e330c5-e451-4fc0-b6a5-ab2861639ed0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0771830-d834-4ee0-8751-60e2f966b025"], + "Spacer1"]],ExpressionUUID->"4ba2e2b7-ce6c-4703-bf4b-581cf7cae1ed"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6e8ee6ca-df13-4c15-bfd1-e4116242e0c8"] + "3d1bdda9-365e-4b24-ae45-2faf144a7387"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->787492248,ExpressionUUID->"b67a6f93-edb2-48e9-810c-d60c1f465ffa"], + CellID->1644552770,ExpressionUUID->"26964038-1a51-4199-baf1-9fd456e8a6a4"], Cell["Loading the package:", "ExampleText", CellID->1033321450,ExpressionUUID->"3abe1e0a-5a01-42c5-abee-62405ffcaf62"], @@ -691,8 +695,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -840,15 +842,15 @@ Cell[BoxData[GridBox[{ "7c895752-dd1d-4612-86b5-43ff64dc6693"] }], "SeeAlso",ExpressionUUID->"7a413ee8-b6d2-4651-b88d-8f806cef12e5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"573804da-03c0-46e4-9ba5-\ -f3575c114a62"], + }]], "SeeAlsoSection",ExpressionUUID->"4c37dc7b-9600-4cb7-a840-\ +1636a87b2777"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -860,9 +862,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2a84f4c1-0e42-411c-827c-afb82b96f5d7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"fa126979-399e-43ab-9591-\ -4919c9e9f357"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"853f672a-161c-419a-b6f9-\ +b7d5f81eb61e"], Cell[BoxData[GridBox[{ { @@ -879,7 +880,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2233e50d-9f21-4a29-8226-5c065f4aefd8"]}]}, + "53168214-8ec2-40e3-b97f-ada45074c81c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -887,10 +888,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2093d2c8-e31b-4dc0-8d1c-6a6ed972ee71"]}]} + "db9d0475-3f87-4294-b457-263d9d09ff65"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"822735b8-50ba-4c93-a2d8-\ -6444ba7a207c"], + }]], "MoreAboutSection",ExpressionUUID->"2449659d-1720-4786-8985-\ +97f423260b57"], Cell[BoxData[GridBox[{ { @@ -917,11 +918,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "62ba7de6-70c6-420e-bab7-3fe0626d0fc0"]], "RelatedLinks", + "22449a96-7915-4d65-a516-3b0d9457c7d8"]], "RelatedLinks", ExpressionUUID->"65001d8a-aee5-43ae-8d00-f376aa1d26e1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5b53e89b-fa44-4547-9f14-\ -623434f5d4a1"], + }]], "RelatedLinksSection",ExpressionUUID->"1e9442a0-38ac-48f5-ba4b-\ +3c177ef46b6b"], Cell[CellGroupData[{ @@ -951,11 +952,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c6732875-50ff-428c-b4a5-3d8557c5bb37"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"722e6cb8-3c73-4d07-91e3-e2fe62de3327"] +Cell[" ", "FooterCell",ExpressionUUID->"a958d664-6ab8-49db-96f5-2d5f092d6025"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CostSaving", TaggingRules->{ @@ -966,17 +967,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 8.325417}", + "built" -> "{2024, 6, 3, 16, 52, 9.407669}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "CostSaving[costv, T] computes the cost savings for each coalition from a \ cost game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "CostSaving", - "titlemodifier" -> "", "windowtitle" -> "CostSaving", "type" -> "Symbol", - "uri" -> "TUG/ref/CostSaving"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "CostSaving", "type" -> "Symbol", "uri" -> "TUG/ref/CostSaving"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -985,9 +986,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e6436cdd-bb70-42e1-a95f-214fc0242326" +ExpressionUUID->"1729af5c-dc11-4d1a-956d-d859ccae4913" ] (* End of Notebook Content *) @@ -995,161 +996,159 @@ ExpressionUUID->"e6436cdd-bb70-42e1-a95f-214fc0242326" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13356, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fd5b1374-8ff9-4f2c-9f8f-5c4f378ac90b", + Cell[13401, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a3ef6f6-99df-4a5c-95fe-a1b68b3bbbfe", CellTags->"PrimaryExamplesSection", - CellID->2030604347]} + CellID->2099988675]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36335, 996} + {"PrimaryExamplesSection", 36365, 997} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7108, 169, 56, "AnchorBarGrid",ExpressionUUID->"e4b69263-8a6c-4f9d-bf2f-a636dcbd5d0b", +Cell[582, 21, 7154, 173, 57, "AnchorBarGrid",ExpressionUUID->"7fd310dc-b345-43b3-bed4-395a090d6d81", CellID->1], -Cell[7693, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a2f41173-728c-40a3-86b6-33533b887581"], +Cell[7739, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c1d5c7e2-9ea8-4385-80cd-b0a79bd79fad"], Cell[CellGroupData[{ -Cell[7804, 196, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"353b3628-2df5-4d2d-9893-0f5effb3886a"], -Cell[9091, 233, 505, 11, 111, "Usage",ExpressionUUID->"eb8bb20e-cfd7-4e12-8d5c-895e3ec9b993", +Cell[7850, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"125aadf3-cbd8-4a8d-a8ce-04a4e8de3c7a"], +Cell[9137, 237, 505, 11, 111, "Usage",ExpressionUUID->"eb8bb20e-cfd7-4e12-8d5c-895e3ec9b993", CellID->1573209431] }, Open ]], Cell[CellGroupData[{ -Cell[9633, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"0b4b6f39-d4a3-4327-b355-f3c28ae87621", +Cell[9679, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"0cde365a-e1d8-4a72-8fe9-81e29609460c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1801085563], -Cell[11531, 298, 610, 15, 36, "]]",ExpressionUUID->"f285c27f-4c1b-4a56-9e4d-4319b23601fc", + CellID->545682314], +Cell[11576, 302, 610, 15, 36, "]]",ExpressionUUID->"f285c27f-4c1b-4a56-9e4d-4319b23601fc", CellID->313448337], -Cell[12144, 315, 489, 12, 37, "Notes",ExpressionUUID->"9ed19dcb-34da-47b3-8c6a-90ead87384e2", +Cell[12189, 319, 489, 12, 38, "Notes",ExpressionUUID->"9ed19dcb-34da-47b3-8c6a-90ead87384e2", CellID->177724765], -Cell[12636, 329, 200, 4, 36, "Notes",ExpressionUUID->"92aa28e1-098c-4b13-b82d-158c14fc5995", +Cell[12681, 333, 200, 4, 36, "Notes",ExpressionUUID->"92aa28e1-098c-4b13-b82d-158c14fc5995", CellID->1347202895], -Cell[12839, 335, 258, 5, 57, "Notes",ExpressionUUID->"92bab216-174d-464d-a125-d388a2f7e9f7", +Cell[12884, 339, 258, 5, 57, "Notes",ExpressionUUID->"92bab216-174d-464d-a125-d388a2f7e9f7", CellID->172981130], -Cell[13100, 342, 129, 1, 36, "Notes",ExpressionUUID->"9abab816-7a87-4a0f-ab9f-5d123dd1fb49", +Cell[13145, 346, 129, 1, 36, "Notes",ExpressionUUID->"9abab816-7a87-4a0f-ab9f-5d123dd1fb49", CellID->979448015] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13356, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fd5b1374-8ff9-4f2c-9f8f-5c4f378ac90b", +Cell[13401, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a3ef6f6-99df-4a5c-95fe-a1b68b3bbbfe", CellTags->"PrimaryExamplesSection", - CellID->2030604347], + CellID->2099988675], Cell[CellGroupData[{ -Cell[14802, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b67a6f93-edb2-48e9-810c-d60c1f465ffa", - CellID->787492248], -Cell[16203, 428, 119, 1, 38, "ExampleText",ExpressionUUID->"3abe1e0a-5a01-42c5-abee-62405ffcaf62", +Cell[14847, 394, 1399, 36, 30, "ExampleSection",ExpressionUUID->"26964038-1a51-4199-baf1-9fd456e8a6a4", + CellID->1644552770], +Cell[16249, 432, 119, 1, 39, "ExampleText",ExpressionUUID->"3abe1e0a-5a01-42c5-abee-62405ffcaf62", CellID->1033321450], Cell[CellGroupData[{ -Cell[16347, 433, 168, 3, 27, "Input",ExpressionUUID->"820306f7-dcfa-4f8b-a207-5565452426c5", +Cell[16393, 437, 168, 3, 27, "Input",ExpressionUUID->"820306f7-dcfa-4f8b-a207-5565452426c5", CellID->1104218524], Cell[CellGroupData[{ -Cell[16540, 440, 237, 4, 23, "Print",ExpressionUUID->"69d70526-a972-498f-9470-5861b9146628", +Cell[16586, 444, 237, 4, 23, "Print",ExpressionUUID->"69d70526-a972-498f-9470-5861b9146628", CellID->1456632215], -Cell[16780, 446, 365, 8, 23, "Print",ExpressionUUID->"4cadae6c-a0a6-492a-a1d7-8fad5bdd4e58", +Cell[16826, 450, 365, 8, 23, "Print",ExpressionUUID->"4cadae6c-a0a6-492a-a1d7-8fad5bdd4e58", CellID->956050131], -Cell[17148, 456, 236, 4, 23, "Print",ExpressionUUID->"aff34716-4d92-4c14-8ca9-30a1c314d1bc", +Cell[17194, 460, 236, 4, 23, "Print",ExpressionUUID->"aff34716-4d92-4c14-8ca9-30a1c314d1bc", CellID->861313905], -Cell[17387, 462, 221, 3, 23, "Print",ExpressionUUID->"7a17fa7d-ff6f-49b7-a97f-9897968715a8", +Cell[17433, 466, 221, 3, 23, "Print",ExpressionUUID->"7a17fa7d-ff6f-49b7-a97f-9897968715a8", CellID->1686922059], -Cell[17611, 467, 208, 3, 23, "Print",ExpressionUUID->"7929ff59-bbb1-4af9-b2c4-a384e7aefcca", +Cell[17657, 471, 208, 3, 23, "Print",ExpressionUUID->"7929ff59-bbb1-4af9-b2c4-a384e7aefcca", CellID->1501688526], -Cell[17822, 472, 237, 4, 23, "Print",ExpressionUUID->"cf71bd41-6c62-481e-b9bb-6c60f7b4b298", +Cell[17868, 476, 237, 4, 23, "Print",ExpressionUUID->"cf71bd41-6c62-481e-b9bb-6c60f7b4b298", CellID->299057525], -Cell[18062, 478, 221, 3, 23, "Print",ExpressionUUID->"4e9f4aa3-edf8-469d-a166-44488a6b250b", +Cell[18108, 482, 221, 3, 23, "Print",ExpressionUUID->"4e9f4aa3-edf8-469d-a166-44488a6b250b", CellID->1865234127], -Cell[18286, 483, 237, 4, 23, "Print",ExpressionUUID->"7e00581f-1867-4a77-a8f9-0717b719ce1c", +Cell[18332, 487, 237, 4, 23, "Print",ExpressionUUID->"7e00581f-1867-4a77-a8f9-0717b719ce1c", CellID->1771832441], -Cell[18526, 489, 236, 4, 23, "Print",ExpressionUUID->"92c2635a-6027-4cdd-b213-5ade59a2b559", +Cell[18572, 493, 236, 4, 23, "Print",ExpressionUUID->"92c2635a-6027-4cdd-b213-5ade59a2b559", CellID->524653674], -Cell[18765, 495, 207, 3, 23, "Print",ExpressionUUID->"810e374d-97b1-42e2-85aa-c93a0fe8aa6c", +Cell[18811, 499, 207, 3, 23, "Print",ExpressionUUID->"810e374d-97b1-42e2-85aa-c93a0fe8aa6c", CellID->593821377], -Cell[18975, 500, 236, 4, 70, "Print",ExpressionUUID->"f79b4bd7-09e1-45b2-bb07-5d1c32c8a4e4", +Cell[19021, 504, 236, 4, 70, "Print",ExpressionUUID->"f79b4bd7-09e1-45b2-bb07-5d1c32c8a4e4", CellID->240361250] }, Open ]] }, Open ]], -Cell[19238, 508, 190, 4, 70, "ExampleText",ExpressionUUID->"3f166bcf-ccc7-455b-9955-b89384900210", +Cell[19284, 512, 190, 4, 70, "ExampleText",ExpressionUUID->"3f166bcf-ccc7-455b-9955-b89384900210", CellID->1041013438], Cell[CellGroupData[{ -Cell[19453, 516, 179, 4, 70, "Input",ExpressionUUID->"5633ca22-789f-4182-9756-94e151fc2845", +Cell[19499, 520, 179, 4, 70, "Input",ExpressionUUID->"5633ca22-789f-4182-9756-94e151fc2845", CellID->579579449], -Cell[19635, 522, 232, 5, 36, "Output",ExpressionUUID->"c2991d6d-2c6d-42ab-aec8-82d474365cd6", +Cell[19681, 526, 232, 5, 36, "Output",ExpressionUUID->"c2991d6d-2c6d-42ab-aec8-82d474365cd6", CellID->1610240496] }, Open ]], -Cell[19882, 530, 185, 3, 70, "ExampleText",ExpressionUUID->"c794409f-b53f-42dd-83ea-ed734a0b0d41", +Cell[19928, 534, 185, 3, 70, "ExampleText",ExpressionUUID->"c794409f-b53f-42dd-83ea-ed734a0b0d41", CellID->2083666539], -Cell[20070, 535, 183, 4, 70, "Input",ExpressionUUID->"2661cd51-3ae7-49c3-86bb-6e3d50a18ba1", +Cell[20116, 539, 183, 4, 70, "Input",ExpressionUUID->"2661cd51-3ae7-49c3-86bb-6e3d50a18ba1", CellID->2127303335], Cell[CellGroupData[{ -Cell[20278, 543, 231, 6, 70, "Input",ExpressionUUID->"8228ad86-ca93-47dc-899d-37adbf507aff", +Cell[20324, 547, 231, 6, 70, "Input",ExpressionUUID->"8228ad86-ca93-47dc-899d-37adbf507aff", CellID->2022374443], -Cell[20512, 551, 158, 3, 36, "Output",ExpressionUUID->"6f173554-de31-4428-b953-338935e300ff", +Cell[20558, 555, 158, 3, 36, "Output",ExpressionUUID->"6f173554-de31-4428-b953-338935e300ff", CellID->1754418485] }, Open ]], -Cell[20685, 557, 178, 3, 70, "ExampleText",ExpressionUUID->"04b59771-8750-4c8c-ae0e-a3f7ef056a6c", +Cell[20731, 561, 178, 3, 70, "ExampleText",ExpressionUUID->"04b59771-8750-4c8c-ae0e-a3f7ef056a6c", CellID->536880918], Cell[CellGroupData[{ -Cell[20888, 564, 278, 7, 70, "Input",ExpressionUUID->"226eb4ff-4b81-430c-8228-8cc487903dc3", +Cell[20934, 568, 278, 7, 70, "Input",ExpressionUUID->"226eb4ff-4b81-430c-8228-8cc487903dc3", CellID->1636052214], -Cell[21169, 573, 555, 10, 54, "Output",ExpressionUUID->"c128b2b0-b278-4e0d-81d1-0c765651e2ad", +Cell[21215, 577, 555, 10, 53, "Output",ExpressionUUID->"c128b2b0-b278-4e0d-81d1-0c765651e2ad", CellID->1746885935] }, Open ]], -Cell[21739, 586, 175, 3, 70, "ExampleText",ExpressionUUID->"599ae7c8-e566-4c1f-a5a5-b8c809096332", +Cell[21785, 590, 175, 3, 70, "ExampleText",ExpressionUUID->"599ae7c8-e566-4c1f-a5a5-b8c809096332", CellID->1682926828], Cell[CellGroupData[{ -Cell[21939, 593, 212, 5, 70, "Input",ExpressionUUID->"cd01da00-9176-438d-ae58-d02fca03f265", +Cell[21985, 597, 212, 5, 70, "Input",ExpressionUUID->"cd01da00-9176-438d-ae58-d02fca03f265", CellID->1477354091], -Cell[22154, 600, 591, 12, 54, "Output",ExpressionUUID->"fe09b3a7-2432-43bb-8ec3-aa4f95b419f1", +Cell[22200, 604, 591, 12, 53, "Output",ExpressionUUID->"fe09b3a7-2432-43bb-8ec3-aa4f95b419f1", CellID->412755236] }, Open ]], -Cell[22760, 615, 190, 4, 70, "ExampleText",ExpressionUUID->"51fab294-31b5-46a4-942f-3bdce735c406", +Cell[22806, 619, 190, 4, 70, "ExampleText",ExpressionUUID->"51fab294-31b5-46a4-942f-3bdce735c406", CellID->436087599], Cell[CellGroupData[{ -Cell[22975, 623, 167, 3, 70, "Input",ExpressionUUID->"c5c852db-1c2d-44ea-b362-23331c30be2d", +Cell[23021, 627, 167, 3, 70, "Input",ExpressionUUID->"c5c852db-1c2d-44ea-b362-23331c30be2d", CellID->788644951], -Cell[23145, 628, 172, 4, 36, "Output",ExpressionUUID->"4c663069-05e6-4343-9923-f023e6d9368f", +Cell[23191, 632, 172, 4, 36, "Output",ExpressionUUID->"4c663069-05e6-4343-9923-f023e6d9368f", CellID->33320697] }, Open ]], -Cell[23332, 635, 174, 3, 70, "ExampleText",ExpressionUUID->"af969a18-5172-48f5-9291-8fb59b78fc4c", +Cell[23378, 639, 174, 3, 70, "ExampleText",ExpressionUUID->"af969a18-5172-48f5-9291-8fb59b78fc4c", CellID->1876832066], -Cell[23509, 640, 238, 6, 70, "Input",ExpressionUUID->"5d5d7010-f8a2-421d-b0ea-24aa8ec64178", +Cell[23555, 644, 238, 6, 70, "Input",ExpressionUUID->"5d5d7010-f8a2-421d-b0ea-24aa8ec64178", CellID->1109209403], -Cell[23750, 648, 147, 1, 70, "ExampleText",ExpressionUUID->"5fcb4f89-554f-4151-94fd-c9a7dc5a9d4e", +Cell[23796, 652, 147, 1, 70, "ExampleText",ExpressionUUID->"5fcb4f89-554f-4151-94fd-c9a7dc5a9d4e", CellID->1347420553], Cell[CellGroupData[{ -Cell[23922, 653, 175, 3, 70, "Input",ExpressionUUID->"99f2cfd1-6310-4207-aa14-22502b6e7cd2", +Cell[23968, 657, 175, 3, 70, "Input",ExpressionUUID->"99f2cfd1-6310-4207-aa14-22502b6e7cd2", CellID->1202365925], -Cell[24100, 658, 235, 5, 36, "Output",ExpressionUUID->"3343cd00-842f-485e-b205-c415842a3274", +Cell[24146, 662, 235, 5, 36, "Output",ExpressionUUID->"3343cd00-842f-485e-b205-c415842a3274", CellID->1818762805] }, Open ]], -Cell[24350, 666, 173, 3, 70, "ExampleText",ExpressionUUID->"6390646b-b38f-4a50-8648-af092d0bc94e", +Cell[24396, 670, 173, 3, 70, "ExampleText",ExpressionUUID->"6390646b-b38f-4a50-8648-af092d0bc94e", CellID->1297273163], Cell[CellGroupData[{ -Cell[24548, 673, 170, 3, 70, "Input",ExpressionUUID->"ad92ffbf-0b07-474a-9693-65046c081e7c", +Cell[24594, 677, 170, 3, 70, "Input",ExpressionUUID->"ad92ffbf-0b07-474a-9693-65046c081e7c", CellID->884542946], -Cell[24721, 678, 256, 6, 36, "Output",ExpressionUUID->"90607b2b-06fe-4f83-a4b2-d2f0ba86db80", +Cell[24767, 682, 256, 6, 36, "Output",ExpressionUUID->"90607b2b-06fe-4f83-a4b2-d2f0ba86db80", CellID->421160037] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25265, 697, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"4c37dc7b-9600-4cb7-a840-1636a87b2777"], +Cell[30749, 847, 670, 18, 70, "TechNotesSection",ExpressionUUID->"853f672a-161c-419a-b6f9-b7d5f81eb61e"], +Cell[31422, 867, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2449659d-1720-4786-8985-97f423260b57"], +Cell[32458, 895, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"1e9442a0-38ac-48f5-ba4b-3c177ef46b6b"], Cell[CellGroupData[{ -Cell[25241, 695, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"573804da-03c0-46e4-9ba5-f3575c114a62"], -Cell[30725, 845, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fa126979-399e-43ab-9591-4919c9e9f357"] -}, Open ]], -Cell[31410, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"822735b8-50ba-4c93-a2d8-6444ba7a207c"], -Cell[32446, 894, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"5b53e89b-fa44-4547-9f14-623434f5d4a1"], -Cell[CellGroupData[{ -Cell[33432, 927, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"df876060-2f85-4152-a469-14eb1c00bff9", +Cell[33444, 928, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"df876060-2f85-4152-a469-14eb1c00bff9", CellID->906383680], -Cell[33572, 930, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ee432c3b-3f55-45f0-aa6f-07ec2c7f8725", +Cell[33584, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ee432c3b-3f55-45f0-aa6f-07ec2c7f8725", CellID->1194386356], -Cell[33794, 936, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"35273a39-c124-4584-b4f8-92251a3bcf9e", +Cell[33806, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"35273a39-c124-4584-b4f8-92251a3bcf9e", CellID->1641706272], -Cell[34009, 941, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9254382-138d-41d0-bb42-d617b8fcbbe9", +Cell[34021, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9254382-138d-41d0-bb42-d617b8fcbbe9", CellID->399251956], -Cell[34238, 947, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c6732875-50ff-428c-b4a5-3d8557c5bb37", +Cell[34250, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c6732875-50ff-428c-b4a5-3d8557c5bb37", CellID->821434655] }, Open ]], -Cell[34475, 953, 78, 0, 70, "FooterCell",ExpressionUUID->"722e6cb8-3c73-4d07-91e3-e2fe62de3327"] +Cell[34487, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"a958d664-6ab8-49db-96f5-2d5f092d6025"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/CriticalValue.nb b/Documentation/English/ReferencePages/Symbols/CriticalValue.nb index 537217c..e740614 100644 --- a/Documentation/English/ReferencePages/Symbols/CriticalValue.nb +++ b/Documentation/English/ReferencePages/Symbols/CriticalValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 82337, 1887] -NotebookOptionsPosition[ 73291, 1706] -NotebookOutlinePosition[ 75541, 1761] -CellTagsIndexPosition[ 75455, 1756] +NotebookDataLength[ 82350, 1888] +NotebookOptionsPosition[ 73314, 1708] +NotebookOutlinePosition[ 75587, 1764] +CellTagsIndexPosition[ 75501, 1759] WindowTitle->CriticalValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e6ce16c1-908a-462b-85d0-e339b7914ebc"], + "628784dc-ff4d-4431-bd4d-f7482e3c00bf"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ba5ec8af-6bee-41d0-a512-52a6d50d0e5d"], + "7af5562d-be14-48c2-b150-c6a08f2e1c08"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8c90a3d8-588c-4cc7-adb0-a181c43a7939"] - }],ExpressionUUID->"ed9c0270-4034-4184-9951-778c06ce7cff"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "de21cb86-8a1b-4208-a994-4a302064ef68"] + }],ExpressionUUID->"820978ba-1538-4984-bc55-7783a00e9d95"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b122b228-1b59-42e4-9bde-c611d1459827"], + "dbc773ec-c24e-4647-8921-dcaa639a68a5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d3549f98-7e64-4f17-9c84-ba0dfee159f3"] - }],ExpressionUUID->"98a0f78f-958c-400a-a261-b4a008521b4e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "838f95bc-fde1-4c90-9c73-72a710a77d62"] + }],ExpressionUUID->"dfd0dad0-0f99-4eff-8647-e3e4f95d9a09"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f69e13d-1a0e-497f-9109-287ac8d5d132"], + "a031c377-4232-42b7-9deb-487327d50834"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b1f82505-3427-44f9-9e70-6695d349cab1"] - }],ExpressionUUID->"4c4e5958-af6c-4d14-9fef-4a6a95b52438"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "21c670ba-c82e-486d-95a8-b1236dc1b6b3"] + }],ExpressionUUID->"69a50da4-fc68-4dea-ad43-0f9b57c2b9e3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b2427590-8773-4df4-9308-b4458a8a80a7"], + "b52a0ee9-93fe-4c1e-8197-2177f7923cf3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "75691915-67c9-4c94-9454-8fbe544efd71"] - }],ExpressionUUID->"83a491f5-1b0a-4e11-b20a-f6445cf4f6c5"], - StripOnInput->False], {"\<\"TUG/ref/CriticalValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/CriticalValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/CriticalValue.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$60711], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/CriticalValue" <> ".html"], None}]}]}, + "ddcaad8a-82d0-4ea3-9365-cf1434e0f949"] + }],ExpressionUUID->"f45ccc45-6edf-48cd-bf7d-69c79a82b7b0"], + StripOnInput->False],{ + "\"TUG/ref/CriticalValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/CriticalValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +CriticalValue.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$64765], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/CriticalValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "54c1c5d8-bc04-4800-b37c-3abc3858d88d"] + "e9b51f4d-8b22-4f6a-a75b-97654387673d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "03ac0d5c-d715-4b94-b978-0d3071448686"]} + "5852f2f9-50a9-4b68-8bec-9b8131f8d23e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"09d6f714-6097-4d99-b9a2-a005171f1eaf"], + CellID->1,ExpressionUUID->"e3f30ddd-fde5-44eb-8da9-c483f64b7454"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"12c40b5c-bf1e-4b8c-b9cb-c30b6083babc"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f4616486-048e-4e08-8051-6202c0b939ba"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "CriticalValue", "ObjectName",ExpressionUUID-> - "a70020a5-ea71-46e3-bb51-3b62347f6c35"], + "6eb8b9fe-0f6e-4f3a-b6e4-e7c3c5d593ab"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"aeaa7f8f-32ee-40c0-bcdb-5cb0da336c36"], + "Spacer1"]],ExpressionUUID->"1bd455b4-7ad5-47b3-b655-d67e29470667"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fc39ad05-929b-470a-8f15-daa5e1745f2f"] - }],ExpressionUUID->"d173cea4-003c-47d4-a5ad-2eab37d6fdfe"], Cell[BoxData[ + "a628983b-1eb5-45bb-b413-a0cdbf91448b"] + }],ExpressionUUID->"4a1b1d39-a43b-4f31-8586-f4de0c350918"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8df68102-8095-403b-8b2f-781f08223b59"]} + "f6bd5738-a124-4c5c-b65a-8d7e99460e10"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4c72a58f-a3b7-4e24-91a3-3568aee15177"], + CacheGraphics->False,ExpressionUUID->"8269ecae-7237-4d6d-8ff5-fac6ec138a7c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ invoke a critical value for epsilon to generalize the bi-section property of \ the nucleolus. Admissible values are 1,2,3,4,5, and 6 to calculates different \ critical values internally. " - }],ExpressionUUID->"8f247198-7a92-4409-9062-9f930ac7453b"]} + }],ExpressionUUID->"4b92c4bc-b738-4755-8581-dc374758d60b"]} }]], "Usage", CellID->830690009,ExpressionUUID->"bd490ef2-ea8a-4c7d-ad08-20b5e9c620de"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"713c4981-59b5-4942-88aa-c3f6ae5416ff"], + ExpressionUUID->"9b541968-8ce8-4853-95f8-8b2b2281f191"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"34daee57-8257-4c68-9ce2-62c3f1d659e9"], + "Spacer1"]],ExpressionUUID->"fd37e8d1-1971-41e4-b9b3-0d71547ab78e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"77e254f8-d1d5-4eca-9ba6-703d3146977a"], + }], "NotesFrameText",ExpressionUUID->"8ab88c23-5af5-43b7-8de1-796fc10dca8c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e83282e6-892f-4765-93b0-2ec2fdb42cbf"]], \ + "Preemptive"]],ExpressionUUID->"58cd4abb-4ed2-4dae-927e-a3cb5b47283a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->446526249,ExpressionUUID->"e821795b-afa8-44c7-bf38-d7569d6ab140"], + CellID->299989071,ExpressionUUID->"462985fd-c152-40bf-a363-b08eb953f364"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -355,19 +360,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"30d91890-e2c8-4a3b-83c0-aa80c1a2e4d5"], + ExpressionUUID->"09f75d48-64ee-4b01-914b-8d68ac9d902a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1d5ba1ad-dd59-4ce2-9595-bea661265b67"], + "Spacer1"]],ExpressionUUID->"e0d9c8c5-0d45-4b37-9f43-b9218e2a9bd6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a4865089-4bf3-4377-9f84-0f223e93af94"] + "5379ec2a-74e3-457c-9aff-fd9a47c6799d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2099910085,ExpressionUUID->"86dda3f6-6710-491f-9afa-7650da016b65"], + CellID->243800389,ExpressionUUID->"026efc0d-8d3e-4eab-9e32-de76112ac9fd"], Cell[CellGroupData[{ @@ -396,18 +401,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8b03265d-c84a-4b3e-b857-729812e88867"], + ExpressionUUID->"aa11a8e2-f2be-4807-8c60-31afbaeb87e1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"de4e7233-5ed0-4202-8e28-22e1828000a8"], + "Spacer1"]],ExpressionUUID->"cd75f868-eee0-4277-9c0e-6d1a10be824f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f36efb0f-bda2-4cf4-9a21-e17fea805276"] + "ae384a2b-8fb3-4550-a14c-918f3fcec9db"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->316018556,ExpressionUUID->"b372e769-42dc-4ac0-861d-aeefa5d846a6"], + CellID->1906411213,ExpressionUUID->"8e46f71a-f891-4c02-8b0d-7847c70e8d9f"], Cell["Loading the package:", "ExampleText", CellID->441039571,ExpressionUUID->"4d1e8994-e616-4322-88d3-2a86680651d6"], @@ -1304,8 +1309,6 @@ d8LksYcDQhzdvej+RncHRN8tDHEYHyYPAEhWk1o= EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1453,15 +1456,15 @@ Cell[BoxData[GridBox[{ "3a3960aa-a5eb-473a-9e24-680338202d56"] }], "SeeAlso",ExpressionUUID->"7e960801-6fa9-40e5-ae3b-a27cc2fa858c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"25f7db5d-167a-4717-b23a-\ -c2769c53b94c"], + }]], "SeeAlsoSection",ExpressionUUID->"9dc5096b-0a5f-45e6-88f2-\ +3c1389c73220"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1473,9 +1476,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"55bf43cf-0a1a-4eed-9d1b-5f1c25fc1d4c"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e1e21085-24fb-4f93-bb34-\ -89c4b07b95cf"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"904dc745-530e-45a4-b2c4-\ +e29859d01a7f"], Cell[BoxData[GridBox[{ { @@ -1492,7 +1494,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "29e2bdaa-6e95-4ebb-9e10-deef07f7b986"]}]}, + "f9dcd16e-b91f-40e5-83b1-27f092beacb8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1500,10 +1502,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "08a02342-004b-4243-8181-8c59fe0c9e7e"]}]} + "8263a371-1078-4080-b054-fa56f3e78003"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c3220b02-184b-4d81-a33a-\ -31551963aa85"], + }]], "MoreAboutSection",ExpressionUUID->"b2664a06-8bda-45a2-b6f0-\ +c3e43d3f7fa4"], Cell[BoxData[GridBox[{ { @@ -1530,7 +1532,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "598d4748-f9d8-4dbe-9dd8-023fa7f8ffdd"]], "RelatedLinks", + "436c515e-8182-4553-bd8e-a438f75d9740"]], "RelatedLinks", ExpressionUUID->"26da2b60-00d3-4437-bf05-7c5993c43077"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1548,7 +1550,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cd3e5d88-e48b-4a42-90b9-cb9ad6208a62"]], "RelatedLinks", + "08cc749e-8417-47e1-8c10-86b7c6f7c065"]], "RelatedLinks", ExpressionUUID->"f16b38bc-b322-405e-9782-6a03e860ea0b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1565,7 +1567,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3c1c8e9e-78a7-403b-bbb8-b10cf04aba1c"]], "RelatedLinks", + "c3aa0a05-998c-40b0-b435-53d692edc38f"]], "RelatedLinks", ExpressionUUID->"88293c30-f0e1-42af-979e-c080beb2b3dd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1582,7 +1584,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FifthCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d29dcebf-b3c3-45ca-8500-50be64af96ee"]], "RelatedLinks", + "e4d696f2-4eb2-4c14-9449-e1c4a5be4ccd"]], "RelatedLinks", ExpressionUUID->"e61b2950-fe45-47c0-9d0b-82ac2604573a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1599,7 +1601,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SecondCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "31d8a0c5-fea2-488e-ac6d-aa982ce011fc"]], "RelatedLinks", + "47714bf3-bda3-4b9a-acf7-7e2a6010a320"]], "RelatedLinks", ExpressionUUID->"05290161-be62-4fe9-b2b9-057d19afa4e2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1616,7 +1618,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ThirdCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "da4909b7-3428-4e7a-b51b-3e889e8a1d83"]], "RelatedLinks", + "c1b0a118-9a34-43e3-ba6c-a3a27b80fe15"]], "RelatedLinks", ExpressionUUID->"0c5e5053-0b12-4357-ac80-f9a29c891f59"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1633,7 +1635,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0144ed35-db29-4f17-83f4-fc96ec63b27f"]], "RelatedLinks", + "c5e85f65-3ef3-4cbd-9d01-5d5ecd6fdab8"]], "RelatedLinks", ExpressionUUID->"10a6dade-b647-4dca-984b-4d3bc960611a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1651,7 +1653,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SecondStarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "297a3bf0-2632-4f30-9ebb-1136b94439f1"]], "RelatedLinks", + "95ffb00c-12a4-4249-bac5-879dc694816d"]], "RelatedLinks", ExpressionUUID->"2b008911-18f0-4987-906b-62735c999ade"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1668,11 +1670,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ThirdStarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7eb328e3-9cd0-4a52-945c-acad02f8c82c"]], "RelatedLinks", + "b211f875-d81c-48b8-8525-d48b159007f7"]], "RelatedLinks", ExpressionUUID->"5514b96f-edaf-4cf4-ab4d-36a16efec757"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"63fc08d0-09da-4cd0-b62f-\ -c14ac0836a1b"], + }]], "RelatedLinksSection",ExpressionUUID->"c515f0a6-b987-43f6-bf0f-\ +0e457cc9fb8d"], Cell[CellGroupData[{ @@ -1702,11 +1704,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0f069faa-26cc-4c5e-aee5-4da924a9c3af"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6d4f8a35-a854-4748-9210-08fcf4eb43a2"] +Cell[" ", "FooterCell",ExpressionUUID->"e07832aa-1c81-4595-acb3-5cd9d7193978"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"CriticalValue", TaggingRules->{ @@ -1717,7 +1719,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 9.991647}", + "built" -> "{2024, 6, 3, 16, 52, 10.391109}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1726,10 +1728,11 @@ TaggingRules->{ invoke a critical value for epsilon to generalize the bi-section property of \ the nucleolus. Admissible values are 1,2,3,4,5, and 6 to calculates different \ critical values internally. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "CriticalValue", "titlemodifier" -> "", "windowtitle" -> "CriticalValue", - "type" -> "Symbol", "uri" -> "TUG/ref/CriticalValue"}}, + "CriticalValue", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "CriticalValue", "type" -> "Symbol", "uri" -> + "TUG/ref/CriticalValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1738,9 +1741,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b7db1601-3162-4bd4-b8b3-8e03a0e1efd7" +ExpressionUUID->"0a58fcc5-e78d-4f36-85a9-b03b9b43dd68" ] (* End of Notebook Content *) @@ -1748,147 +1751,145 @@ ExpressionUUID->"b7db1601-3162-4bd4-b8b3-8e03a0e1efd7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12851, 332, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"86dda3f6-6710-491f-9afa-7650da016b65", + Cell[12908, 337, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"026efc0d-8d3e-4eab-9e32-de76112ac9fd", CellTags->"PrimaryExamplesSection", - CellID->2099910085]} + CellID->243800389]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 75254, 1749} + {"PrimaryExamplesSection", 75301, 1752} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7111, 168, 56, "AnchorBarGrid",ExpressionUUID->"09d6f714-6097-4d99-b9a2-a005171f1eaf", +Cell[585, 21, 7168, 173, 57, "AnchorBarGrid",ExpressionUUID->"e3f30ddd-fde5-44eb-8da9-c483f64b7454", CellID->1], -Cell[7699, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"12c40b5c-bf1e-4b8c-b9cb-c30b6083babc"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f4616486-048e-4e08-8051-6202c0b939ba"], Cell[CellGroupData[{ -Cell[7810, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"4c72a58f-a3b7-4e24-91a3-3568aee15177"], -Cell[9100, 232, 622, 11, 132, "Usage",ExpressionUUID->"bd490ef2-ea8a-4c7d-ad08-20b5e9c620de", +Cell[7867, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"8269ecae-7237-4d6d-8ff5-fac6ec138a7c"], +Cell[9157, 237, 622, 11, 131, "Usage",ExpressionUUID->"bd490ef2-ea8a-4c7d-ad08-20b5e9c620de", CellID->830690009] }, Open ]], Cell[CellGroupData[{ -Cell[9759, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"e821795b-afa8-44c7-bf38-d7569d6ab140", +Cell[9816, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"462985fd-c152-40bf-a363-b08eb953f364", CellGroupingRules->{"SectionGrouping", 50}, - CellID->446526249], -Cell[11656, 297, 489, 12, 37, "Notes",ExpressionUUID->"8c54cfc9-8762-4b5e-a3fb-a9aaf13524be", + CellID->299989071], +Cell[11713, 302, 489, 12, 38, "Notes",ExpressionUUID->"8c54cfc9-8762-4b5e-a3fb-a9aaf13524be", CellID->177724765], -Cell[12148, 311, 576, 15, 58, "Notes",ExpressionUUID->"17ea94bd-98d2-4d40-ac22-3066314882e7", +Cell[12205, 316, 576, 15, 59, "Notes",ExpressionUUID->"17ea94bd-98d2-4d40-ac22-3066314882e7", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12851, 332, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"86dda3f6-6710-491f-9afa-7650da016b65", +Cell[12908, 337, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"026efc0d-8d3e-4eab-9e32-de76112ac9fd", CellTags->"PrimaryExamplesSection", - CellID->2099910085], + CellID->243800389], Cell[CellGroupData[{ -Cell[14297, 373, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b372e769-42dc-4ac0-861d-aeefa5d846a6", - CellID->316018556], -Cell[15698, 411, 118, 1, 38, "ExampleText",ExpressionUUID->"4d1e8994-e616-4322-88d3-2a86680651d6", +Cell[14353, 378, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8e46f71a-f891-4c02-8b0d-7847c70e8d9f", + CellID->1906411213], +Cell[15755, 416, 118, 1, 39, "ExampleText",ExpressionUUID->"4d1e8994-e616-4322-88d3-2a86680651d6", CellID->441039571], Cell[CellGroupData[{ -Cell[15841, 416, 168, 3, 27, "Input",ExpressionUUID->"1bf5df1b-2e1d-4bb0-bc10-c3c3a597b3ba", +Cell[15898, 421, 168, 3, 27, "Input",ExpressionUUID->"1bf5df1b-2e1d-4bb0-bc10-c3c3a597b3ba", CellID->1535150773], Cell[CellGroupData[{ -Cell[16034, 423, 234, 4, 23, "Print",ExpressionUUID->"ef59b94b-54c8-461b-895b-5dda6722215b", +Cell[16091, 428, 234, 4, 23, "Print",ExpressionUUID->"ef59b94b-54c8-461b-895b-5dda6722215b", CellID->97675887], -Cell[16271, 429, 365, 8, 23, "Print",ExpressionUUID->"2eb37d19-8d29-4077-b662-67ee986e569d", +Cell[16328, 434, 365, 8, 23, "Print",ExpressionUUID->"2eb37d19-8d29-4077-b662-67ee986e569d", CellID->2094291029], -Cell[16639, 439, 236, 4, 23, "Print",ExpressionUUID->"0bbdf7a2-dbec-421c-aec0-1e71c3a008a9", +Cell[16696, 444, 236, 4, 23, "Print",ExpressionUUID->"0bbdf7a2-dbec-421c-aec0-1e71c3a008a9", CellID->1963858875], -Cell[16878, 445, 219, 3, 23, "Print",ExpressionUUID->"87405008-d8c5-498c-b81c-61178eb7f48d", +Cell[16935, 450, 219, 3, 23, "Print",ExpressionUUID->"87405008-d8c5-498c-b81c-61178eb7f48d", CellID->259344499], -Cell[17100, 450, 206, 3, 23, "Print",ExpressionUUID->"d4a067a1-9ade-462b-b0f1-aa550138868b", +Cell[17157, 455, 206, 3, 23, "Print",ExpressionUUID->"d4a067a1-9ade-462b-b0f1-aa550138868b", CellID->368313557], -Cell[17309, 455, 237, 4, 23, "Print",ExpressionUUID->"bd9eb606-e11d-4427-a3d6-124b32a2f7d2", +Cell[17366, 460, 237, 4, 23, "Print",ExpressionUUID->"bd9eb606-e11d-4427-a3d6-124b32a2f7d2", CellID->1750235777], -Cell[17549, 461, 220, 3, 23, "Print",ExpressionUUID->"d549b62f-6bbc-4694-9ef0-00d0db75e40b", +Cell[17606, 466, 220, 3, 23, "Print",ExpressionUUID->"d549b62f-6bbc-4694-9ef0-00d0db75e40b", CellID->1140458138], -Cell[17772, 466, 234, 4, 23, "Print",ExpressionUUID->"d8e894ed-bf35-40c7-a52e-234f006b3db4", +Cell[17829, 471, 234, 4, 23, "Print",ExpressionUUID->"d8e894ed-bf35-40c7-a52e-234f006b3db4", CellID->94630484], -Cell[18009, 472, 235, 4, 23, "Print",ExpressionUUID->"68368e2c-9bca-41dd-a9aa-deebd043e9fa", +Cell[18066, 477, 235, 4, 23, "Print",ExpressionUUID->"68368e2c-9bca-41dd-a9aa-deebd043e9fa", CellID->730887493], -Cell[18247, 478, 207, 3, 23, "Print",ExpressionUUID->"ebcacc7d-a99e-4c3f-87f5-3e51fee8b81e", +Cell[18304, 483, 207, 3, 23, "Print",ExpressionUUID->"ebcacc7d-a99e-4c3f-87f5-3e51fee8b81e", CellID->1498926103], -Cell[18457, 483, 236, 4, 23, "Print",ExpressionUUID->"df7f45d2-e2ed-4e2d-8822-0c4168a9bcc4", +Cell[18514, 488, 236, 4, 23, "Print",ExpressionUUID->"df7f45d2-e2ed-4e2d-8822-0c4168a9bcc4", CellID->1489987607] }, Open ]] }, Open ]], -Cell[18720, 491, 137, 1, 38, "ExampleText",ExpressionUUID->"6e57f3c8-545e-4d51-bc65-b9ee9318aabb", +Cell[18777, 496, 137, 1, 39, "ExampleText",ExpressionUUID->"6e57f3c8-545e-4d51-bc65-b9ee9318aabb", CellID->218132957], -Cell[18860, 494, 234, 6, 27, "Input",ExpressionUUID->"63f8bd44-3e48-49c0-ba84-38cf9df01d36", +Cell[18917, 499, 234, 6, 27, "Input",ExpressionUUID->"63f8bd44-3e48-49c0-ba84-38cf9df01d36", CellID->788917414], -Cell[19097, 502, 374, 9, 70, "Input",ExpressionUUID->"c977d363-dfac-4966-b927-6d42faa128b9", +Cell[19154, 507, 374, 9, 70, "Input",ExpressionUUID->"c977d363-dfac-4966-b927-6d42faa128b9", CellID->641501394], -Cell[19474, 513, 237, 6, 70, "Input",ExpressionUUID->"f10c82b5-d8fa-494f-ad3e-f4c6753b9d4a", +Cell[19531, 518, 237, 6, 70, "Input",ExpressionUUID->"f10c82b5-d8fa-494f-ad3e-f4c6753b9d4a", CellID->144954125], -Cell[19714, 521, 176, 3, 70, "ExampleText",ExpressionUUID->"ca954f13-0630-46aa-b406-93d4abc48df6", +Cell[19771, 526, 176, 3, 70, "ExampleText",ExpressionUUID->"ca954f13-0630-46aa-b406-93d4abc48df6", CellID->351838363], Cell[CellGroupData[{ -Cell[19915, 528, 358, 8, 70, "Input",ExpressionUUID->"eb1ef72f-a9fb-45f7-ba08-3bc6d8295b05", +Cell[19972, 533, 358, 8, 70, "Input",ExpressionUUID->"eb1ef72f-a9fb-45f7-ba08-3bc6d8295b05", CellID->2040767567], -Cell[20276, 538, 1559, 33, 485, "Output",ExpressionUUID->"17093b49-d4d3-4b62-8d07-07c34a7b346a", +Cell[20333, 543, 1559, 33, 485, "Output",ExpressionUUID->"17093b49-d4d3-4b62-8d07-07c34a7b346a", CellID->292306449] }, Open ]], -Cell[21850, 574, 325, 5, 70, "ExampleText",ExpressionUUID->"d712e612-5cfe-4908-afe8-56811866b2f6", +Cell[21907, 579, 325, 5, 70, "ExampleText",ExpressionUUID->"d712e612-5cfe-4908-afe8-56811866b2f6", CellID->127224304], Cell[CellGroupData[{ -Cell[22200, 583, 356, 8, 70, "Input",ExpressionUUID->"d22400b0-310d-44d2-93a1-76426d53bb03", +Cell[22257, 588, 356, 8, 70, "Input",ExpressionUUID->"d22400b0-310d-44d2-93a1-76426d53bb03", CellID->690330480], -Cell[22559, 593, 5389, 100, 485, "Output",ExpressionUUID->"50c70785-41a2-4ff0-8f6c-323248717bbc", +Cell[22616, 598, 5389, 100, 485, "Output",ExpressionUUID->"50c70785-41a2-4ff0-8f6c-323248717bbc", CellID->1640816715] }, Open ]], Cell[CellGroupData[{ -Cell[27985, 698, 356, 8, 70, "Input",ExpressionUUID->"28a04ec1-f639-488b-bcb1-3d5a14f7b0bb", +Cell[28042, 703, 356, 8, 70, "Input",ExpressionUUID->"28a04ec1-f639-488b-bcb1-3d5a14f7b0bb", CellID->809909124], -Cell[28344, 708, 5533, 103, 485, "Output",ExpressionUUID->"5e566ba6-f5cc-4e36-90ac-52bb973a4d22", +Cell[28401, 713, 5533, 103, 485, "Output",ExpressionUUID->"5e566ba6-f5cc-4e36-90ac-52bb973a4d22", CellID->388674504] }, Open ]], Cell[CellGroupData[{ -Cell[33914, 816, 357, 8, 70, "Input",ExpressionUUID->"1c0e1b6f-b0f8-45c8-ad69-224c52aaa516", +Cell[33971, 821, 357, 8, 70, "Input",ExpressionUUID->"1c0e1b6f-b0f8-45c8-ad69-224c52aaa516", CellID->1790031490], -Cell[34274, 826, 5638, 106, 485, "Output",ExpressionUUID->"40d8a485-3363-41e6-9dcc-3cbf072c17cc", +Cell[34331, 831, 5638, 106, 485, "Output",ExpressionUUID->"40d8a485-3363-41e6-9dcc-3cbf072c17cc", CellID->544055886] }, Open ]], Cell[CellGroupData[{ -Cell[39949, 937, 357, 8, 70, "Input",ExpressionUUID->"08aa6c47-a415-40b0-987f-aebfab3a3bdf", +Cell[40006, 942, 357, 8, 70, "Input",ExpressionUUID->"08aa6c47-a415-40b0-987f-aebfab3a3bdf", CellID->1234531910], -Cell[40309, 947, 6229, 112, 485, "Output",ExpressionUUID->"c0c15f62-45ca-47ce-ab33-58e6124e6215", +Cell[40366, 952, 6229, 112, 485, "Output",ExpressionUUID->"c0c15f62-45ca-47ce-ab33-58e6124e6215", CellID->332671065] }, Open ]], Cell[CellGroupData[{ -Cell[46575, 1064, 358, 8, 70, "Input",ExpressionUUID->"c3baf32f-0738-49f5-9f2e-e30032c999c7", +Cell[46632, 1069, 358, 8, 70, "Input",ExpressionUUID->"c3baf32f-0738-49f5-9f2e-e30032c999c7", CellID->1544302264], -Cell[46936, 1074, 5596, 104, 485, "Output",ExpressionUUID->"0e5f8814-4a81-42fb-a4ef-5207223abfc9", +Cell[46993, 1079, 5596, 104, 485, "Output",ExpressionUUID->"0e5f8814-4a81-42fb-a4ef-5207223abfc9", CellID->194804224] }, Open ]], Cell[CellGroupData[{ -Cell[52569, 1183, 357, 8, 70, "Input",ExpressionUUID->"47b7c15b-dcb6-49d4-83a6-11945fcaee04", +Cell[52626, 1188, 357, 8, 70, "Input",ExpressionUUID->"47b7c15b-dcb6-49d4-83a6-11945fcaee04", CellID->495862680], -Cell[52929, 1193, 5597, 104, 485, "Output",ExpressionUUID->"889d0aec-15a0-4a5b-9aca-4ef1e25ce0eb", +Cell[52986, 1198, 5597, 104, 485, "Output",ExpressionUUID->"889d0aec-15a0-4a5b-9aca-4ef1e25ce0eb", CellID->1629977665] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[58825, 1311, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"9dc5096b-0a5f-45e6-88f2-3c1389c73220"], +Cell[64309, 1461, 670, 18, 70, "TechNotesSection",ExpressionUUID->"904dc745-530e-45a4-b2c4-e29859d01a7f"], +Cell[64982, 1481, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b2664a06-8bda-45a2-b6f0-c3e43d3f7fa4"], +Cell[66018, 1509, 6145, 167, 70, "RelatedLinksSection",ExpressionUUID->"c515f0a6-b987-43f6-bf0f-0e457cc9fb8d"], Cell[CellGroupData[{ -Cell[58790, 1308, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"25f7db5d-167a-4717-b23a-c2769c53b94c"], -Cell[64274, 1458, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e1e21085-24fb-4f93-bb34-89c4b07b95cf"] -}, Open ]], -Cell[64959, 1479, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c3220b02-184b-4d81-a33a-31551963aa85"], -Cell[65995, 1507, 6145, 167, 70, "RelatedLinksSection",ExpressionUUID->"63fc08d0-09da-4cd0-b62f-c14ac0836a1b"], -Cell[CellGroupData[{ -Cell[72165, 1678, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cb294527-cd9c-466b-b9d8-1d5f6d4a64e5", +Cell[72188, 1680, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cb294527-cd9c-466b-b9d8-1d5f6d4a64e5", CellID->2135167160], -Cell[72306, 1681, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"308005c1-cccc-4fc9-a50c-e935dabfc955", +Cell[72329, 1683, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"308005c1-cccc-4fc9-a50c-e935dabfc955", CellID->1194386356], -Cell[72528, 1687, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"15201f55-8c26-487e-bac2-c5d98e74c52d", +Cell[72551, 1689, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"15201f55-8c26-487e-bac2-c5d98e74c52d", CellID->1641706272], -Cell[72743, 1692, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e9b7cd5c-942e-4c49-8acd-630de805349b", +Cell[72766, 1694, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e9b7cd5c-942e-4c49-8acd-630de805349b", CellID->399251956], -Cell[72972, 1698, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0f069faa-26cc-4c5e-aee5-4da924a9c3af", +Cell[72995, 1700, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0f069faa-26cc-4c5e-aee5-4da924a9c3af", CellID->821434655] }, Open ]], -Cell[73209, 1704, 78, 0, 70, "FooterCell",ExpressionUUID->"6d4f8a35-a854-4748-9210-08fcf4eb43a2"] +Cell[73232, 1706, 78, 0, 70, "FooterCell",ExpressionUUID->"e07832aa-1c81-4595-acb3-5cd9d7193978"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DecomposeInPositiveGames.nb b/Documentation/English/ReferencePages/Symbols/DecomposeInPositiveGames.nb index 110d96d..ca4d5c8 100644 --- a/Documentation/English/ReferencePages/Symbols/DecomposeInPositiveGames.nb +++ b/Documentation/English/ReferencePages/Symbols/DecomposeInPositiveGames.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42709, 1101] -NotebookOptionsPosition[ 34283, 934] -NotebookOutlinePosition[ 36505, 989] -CellTagsIndexPosition[ 36420, 984] +NotebookDataLength[ 42722, 1101] +NotebookOptionsPosition[ 34311, 936] +NotebookOutlinePosition[ 36552, 991] +CellTagsIndexPosition[ 36467, 986] WindowTitle->DecomposeInPositiveGames WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2473dbc4-6cbb-483c-85c7-cb5917fe4b8b"], + "103a45e7-4c8c-4bff-b214-c24d2b31be67"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c4ec80a8-3036-4da4-bcdb-227735144b5c"], + "cb09630f-2953-4f3e-a6fd-59ec6f56d497"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1d6611b8-09ab-4fe6-9ec6-2eb671474ef6"] - }],ExpressionUUID->"bade3afc-8480-4f32-8195-4742cbb862cc"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "11118e1f-338d-4662-a087-77e422e3266c"] + }],ExpressionUUID->"732dcf5d-7268-461f-979b-54c159352e02"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], "\"ConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f3b159f4-068e-4f27-bded-839c1280a6d9"], + "72bcb785-0d08-4d08-a989-714de66aca22"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4e101458-8ee0-4cc1-b9b7-efda0ba235f6"] - }],ExpressionUUID->"6a79b6e9-5993-4a3a-9844-7cb2d074ff63"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e3c9aedf-ac21-46f2-af57-267af74e0014"] + }],ExpressionUUID->"9fa4261d-d4ff-409f-97f3-2a994eff78dd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "35de3a93-b705-4e54-98dc-3d7d2c13bd81"], + "88f5445c-bed2-461f-9ffd-cc4ab99e7736"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c5cfa5a2-dd07-45f2-9da2-e72dcc689ada"] - }],ExpressionUUID->"8038ce4c-7351-47f4-b6e8-130723a0fcf8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "06616ed9-7299-40b9-bfcf-d67716858332"] + }],ExpressionUUID->"ada46c2e-3bbf-4325-8e89-c563dd8f6b0d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "776436a3-04cc-4227-990b-64fc3929e112"], + "7664b366-4a42-4657-8274-f962d9af2781"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e132a8d2-633e-4393-b8c1-425903b8b829"] - }],ExpressionUUID->"d6e71d66-9f82-46dc-bb47-98b8c5656ad8"], - StripOnInput->False], {"\<\"TUG/ref/DecomposeInPositiveGames\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DecomposeInPositiveGames"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "08573b52-0d2a-4f17-b9b7-29b5a1d07bcc"] + }],ExpressionUUID->"7870e4d3-ceea-474a-acb1-82e09800a443"], + StripOnInput->False],{ + "\"TUG/ref/DecomposeInPositiveGames\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DecomposeInPositiveGames"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DecomposeInPositiveGames.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$61291], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DecomposeInPositiveGames" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$65379], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DecomposeInPositiveGames" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8fcaa66-e549-4fbb-8c5b-8dde93aa0912"] + "17585389-49d6-458b-81ca-73f8b72acc8c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "53929194-17d1-4ed8-a4b2-db22a59f1764"]} + "add19ef0-d078-4c32-8ae1-d9bbf4b5e954"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e5846b56-1136-4690-99d5-10e1e29c8ccb"], + CellID->1,ExpressionUUID->"67f53ab6-092b-4715-ae16-de8eb3b4b2e9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a20f1938-2a3d-4b8f-ab2a-3c5f1fa74aaa"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"80266987-a157-492a-9d59-8c18351a8294"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DecomposeInPositiveGames", "ObjectName",ExpressionUUID-> - "d603fcae-6895-411a-b6fd-525c8b278823"], + "d5287953-629c-4cef-a4ee-ea9c6d8f3885"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5916deb1-c13b-4d2d-8ef0-bdcb8097f426"], + "Spacer1"]],ExpressionUUID->"aab47b11-5148-48d1-ad29-e7b61241cf48"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "12dbf747-4d84-4e42-9375-f5a9fb9a8d1f"] - }],ExpressionUUID->"81185ed4-9be1-4c35-8c08-aee5b3c6e7c9"], Cell[BoxData[ + "0072d7e2-4a6a-4c08-bd3e-42dc01e967e1"] + }],ExpressionUUID->"04ae957e-036c-4c4b-933f-6a6924afb750"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2c34fea7-2878-404b-9587-500cdbe8ae57"]} + "93472e03-e943-4b46-86d5-3e3d8999bc1e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6fb426f9-0178-4f7f-9b28-e2f6568a3f95"], + CacheGraphics->False,ExpressionUUID->"763bc0d0-5180-48b6-bd9b-52b3ca70711c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]decomposes the TU game as the difference of two \ positive games. It returns the value 'True' if the decomposition was \ successful, otherwise 'False'." - }],ExpressionUUID->"abc208ae-8eba-4d83-8f97-c02dee80b631"]} + }],ExpressionUUID->"5418ae47-3bb9-4087-96cb-e0ef0aa59b65"]} }]], "Usage", CellID->703112658,ExpressionUUID->"bc201533-a28d-440d-a67c-272c49506e8f"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ae01aa3a-1445-4e10-9a3e-3165919b3ae4"], + ExpressionUUID->"9d47b6c0-5396-417d-8c1f-2247d66be988"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a56b7a8d-9e81-42e4-b68e-7a8c497e81b1"], + "Spacer1"]],ExpressionUUID->"646ef368-78b0-4f13-b6e8-8ccc4b22a49e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8faf99c8-f4e8-400d-852e-d40233556246"], + }], "NotesFrameText",ExpressionUUID->"8b58f248-5962-4eb9-9d5a-dd71450551ac"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6bb3f94e-cdc9-4a3b-9630-58617e5b1b51"]], \ + "Preemptive"]],ExpressionUUID->"2a05fc8a-0eb5-42bf-aa8a-e563559bb6f0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1306055819,ExpressionUUID->"3de96209-8593-4fa7-879c-33af4d5d4f51"], + CellID->682212377,ExpressionUUID->"03e7c12d-7665-4390-bc0f-4f23df5b02d5"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e88aae32-a800-4e61-b839-ff5856314fa7"], + ExpressionUUID->"e99c772c-22ca-4441-a364-a1752816bfa0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6dd12dff-92ad-440c-9fea-386ea1812f8e"], + "Spacer1"]],ExpressionUUID->"23b38cbc-8d73-4dfa-a37b-6655fd7eeb68"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e8a08a33-90c2-4f74-a7ad-2a39dab40681"] + "a5ab43eb-cab6-4a36-b5a7-b5805301c1d0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->758568745,ExpressionUUID->"6a96251d-8bd1-4335-be24-61c93761756e"], + CellID->1127139463,ExpressionUUID->"3d4b26ac-8373-4cc0-b574-18cad8686209"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"18eac7ab-6bf3-4796-ae91-845b4428c23b"], + ExpressionUUID->"7a16aee2-203e-42b0-897a-8d56d9225a27"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a8c0afc5-404f-405b-bdef-8ab598ba2e8f"], + "Spacer1"]],ExpressionUUID->"0204f406-f9d3-47a9-a120-d0463454fca0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0c2cdadd-8fac-420b-8b21-14d9bd170801"] + "e4b790b4-081f-4226-9ec4-1785439ed53b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1552245532,ExpressionUUID->"ac3c36fd-9897-4488-b0ef-6ffb7ebdc814"], + CellID->1125715093,ExpressionUUID->"7ff7b15b-6644-493e-9723-ed371c9dc5c9"], Cell["Loading the package:", "ExampleText", CellID->362537248,ExpressionUUID->"a30c2305-5a01-488e-a3ce-54d6d3562adb"], @@ -442,7 +447,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1356704320,ExpressionUUID->"bacf0903-4bf6-470b-8995-e4eb89a7ea78"], + CellID->1196306394,ExpressionUUID->"de1edf58-e3eb-4fab-b085-d1aa97f3ef46"], Cell[BoxData[ InterpretationBox[ @@ -452,57 +457,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1720957900,ExpressionUUID->"056636a1-6fe1-45c8-a574-09090ec95c57"], + CellID->396181098,ExpressionUUID->"847a2fea-ce7d-4ca8-a63c-1a2a4bf2a032"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1540229486,ExpressionUUID->"4134eee8-39dc-4769-b33c-89db73a57b75"], + CellID->1285680542,ExpressionUUID->"d9cb81c1-ae5b-4a4b-bf66-fc972eeb4601"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1774554673,ExpressionUUID->"c6ab56dd-9973-4e33-8aa8-019e1bb89396"], + CellID->1141151537,ExpressionUUID->"54d06628-51e6-4ccb-9ba7-809320b81a96"], -Cell[BoxData["\<\"Release Date: 24.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->71847128,ExpressionUUID->"2d9e7939-3fe4-4cbf-93f0-28ed0d800031"], + CellID->397710952,ExpressionUUID->"32ea40b3-650f-44d0-850a-285e2a5c32ad"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1820010859,ExpressionUUID->"9e8cea83-3b09-41f2-a466-dbee31a4e05d"], + CellID->681607617,ExpressionUUID->"773acbe2-e10d-4282-99f4-efd77ef26b24"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->851346991,ExpressionUUID->"2c8cded9-f3b6-4cea-b608-775c5bf3b13e"], + CellID->888368596,ExpressionUUID->"4dbe3d12-e7c6-4961-982c-ea12f5b474d6"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->321957977,ExpressionUUID->"b107285d-bc26-4948-9105-117ea2aacd9b"], + CellID->1903502444,ExpressionUUID->"cf38dae7-7c30-4f64-9edc-abd03a5541b0"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1852839839,ExpressionUUID->"ab7e5280-b217-450a-9298-987a14e5d156"], + CellID->1913845760,ExpressionUUID->"41bff410-9d7b-4f34-b306-56bad99fac5a"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1247220149,ExpressionUUID->"fe94eff8-983b-41f1-bb66-f0c90173291d"], + CellID->1569231630,ExpressionUUID->"e53a4f7a-f716-46d5-a05f-a76601094ff1"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4442`", CellLabel->"During evaluation of In[1]:=", - CellID->1726654813,ExpressionUUID->"f779390e-2049-4c79-a23d-1559bee41ec9"] + CellID->357476553,ExpressionUUID->"dbda4f9c-777d-40d3-a9b1-fad6a3524d54"] }, Open ]] }, Open ]], @@ -537,7 +542,7 @@ Cell[BoxData[ ",", "102", ",", "192"}], "}"}]], "Output", CellContext->"Cell$$4442`", CellLabel->"Out[3]=", - CellID->456038125,ExpressionUUID->"1274a35d-ee91-42be-9580-fabc212ecb6e"] + CellID->1891383652,ExpressionUUID->"95798f62-51bc-4260-ab17-b281288db2a6"] }, Open ]], Cell[BoxData[ @@ -565,11 +570,11 @@ Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellContext->"Cell$$4442`", CellLabel->"Out[5]=", - CellID->1210635964,ExpressionUUID->"282d15ab-7393-4a17-abd6-85384220beab"] + CellID->286677851,ExpressionUUID->"c5e148e4-448f-4cbf-922b-e8952ffe4fb2"] }, Open ]], Cell["\<\ -Then we compute its decomposition by two positive games through\ +Then, we compute its decomposition by two positive games through\ \>", "ExampleText", CellID->656073055,ExpressionUUID->"070582c9-6f1f-4d28-943e-f32886784ec4"], @@ -607,7 +612,7 @@ Cell[BoxData[ "105", ",", "102", ",", "192"}], "}"}]}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$4442`", CellLabel->"Out[6]=", - CellID->846299006,ExpressionUUID->"fe01b6fe-554c-4dfe-8f72-3e204a0ee7d3"] + CellID->1186074127,ExpressionUUID->"1f289c27-9e12-4def-ad5b-b1df6a289b0a"] }, Open ]], Cell["\<\ @@ -627,7 +632,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellContext->"Cell$$4442`", CellLabel->"Out[7]=", - CellID->1757666499,ExpressionUUID->"8ea492b8-7e59-441a-8603-a193061cd4ce"] + CellID->599900508,ExpressionUUID->"0d0f1328-a70e-4fff-b239-9c471e88bf87"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -636,8 +641,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -785,15 +788,15 @@ Cell[BoxData[GridBox[{ "291a365c-1d30-40b1-a383-f22bcc249f0e"] }], "SeeAlso",ExpressionUUID->"ca429a1d-fa1f-4570-87c3-b6bef2fa60c1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"83e8497f-61df-4197-b0ba-\ -d872f71220c6"], + }]], "SeeAlsoSection",ExpressionUUID->"2309f84d-2654-44f5-baa1-\ +8ec8ec8c040a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -805,9 +808,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bce4baa4-796a-4d4b-932a-352475861094"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"97835d47-f18d-42dd-9372-\ -38abb0f1c2a4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6b179138-e3b8-4864-8096-\ +95947982f623"], Cell[BoxData[GridBox[{ { @@ -824,7 +826,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ab1fd638-f781-4e1d-b900-4f0b154eba95"]}]}, + "58c0915c-a1aa-4e61-b1af-9af6a06a626f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -832,10 +834,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ccaf6dca-cf61-4442-8418-791cca8f659a"]}]} + "704e83c7-83fd-45bc-b4f1-83b40ee49455"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"774d0dc0-36ac-4bf5-9398-\ -f7978712424f"], + }]], "MoreAboutSection",ExpressionUUID->"8f5d0005-b823-434f-93a7-\ +9baf676ab59b"], Cell[BoxData[GridBox[{ { @@ -862,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "835fa0ae-001d-4429-ad78-1569d8e525f0"]], "RelatedLinks", + "e89b7440-4b40-4327-a100-0a3ad0a91842"]], "RelatedLinks", ExpressionUUID->"e68f6c44-1820-4f87-800d-f30672e78578"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -879,7 +881,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PositiveGameQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eac22171-b86d-48ac-af61-5ef3375be1a4"]], "RelatedLinks", + "2daaca15-76a8-4ba0-9707-ce1f7b4d6365"]], "RelatedLinks", ExpressionUUID->"bd9c7711-448f-40c4-9d57-dd4e07557f0d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -896,11 +898,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "34b49de8-f2f0-4337-a7e4-bde872f9b25d"]], "RelatedLinks", + "5e11f7a3-7a9c-45c8-a556-37778110bb8d"]], "RelatedLinks", ExpressionUUID->"649f331a-44a2-4cae-bc5b-2bc68480e92a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"cdf0b799-78c3-48ae-88be-\ -41e610d918d2"], + }]], "RelatedLinksSection",ExpressionUUID->"e37aa4d4-5a9f-472d-9c98-\ +d152d9adf4aa"], Cell[CellGroupData[{ @@ -930,11 +932,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3b71a821-f20b-4d2f-913e-ec4dd631f830"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1850c45e-59ec-4821-ad51-98b8ca66bbc7"] +Cell[" ", "FooterCell",ExpressionUUID->"90a61b70-22ea-46e5-9f51-d3c2b69753a5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DecomposeInPositiveGames", TaggingRules->{ @@ -945,7 +947,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 12.319754}", + "built" -> "{2024, 6, 3, 16, 52, 11.664094}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -953,11 +955,11 @@ TaggingRules->{ "DecomposeInPositiveGames[game] decomposes the TU game as the difference \ of two positive games. It returns the value 'True' if the decomposition was \ successful, otherwise 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DecomposeInPositiveGames", "titlemodifier" -> "", "windowtitle" -> - "DecomposeInPositiveGames", "type" -> "Symbol", "uri" -> - "TUG/ref/DecomposeInPositiveGames"}}, + "DecomposeInPositiveGames", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "DecomposeInPositiveGames", "type" -> "Symbol", + "uri" -> "TUG/ref/DecomposeInPositiveGames"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -966,9 +968,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cf72b286-222f-4718-983b-77de442dafc6" +ExpressionUUID->"cbc0a828-adb8-410f-8c52-e194e6fff894" ] (* End of Notebook Content *) @@ -976,133 +978,131 @@ ExpressionUUID->"cf72b286-222f-4718-983b-77de442dafc6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13550, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6a96251d-8bd1-4335-be24-61c93761756e", + Cell[13611, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d4b26ac-8373-4cc0-b574-18cad8686209", CellTags->"PrimaryExamplesSection", - CellID->758568745]} + CellID->1127139463]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36220, 977} + {"PrimaryExamplesSection", 36266, 979} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7122, 168, 56, "AnchorBarGrid",ExpressionUUID->"e5846b56-1136-4690-99d5-10e1e29c8ccb", +Cell[596, 21, 7184, 173, 57, "AnchorBarGrid",ExpressionUUID->"67f53ab6-092b-4715-ae16-de8eb3b4b2e9", CellID->1], -Cell[7721, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a20f1938-2a3d-4b8f-ab2a-3c5f1fa74aaa"], +Cell[7783, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"80266987-a157-492a-9d59-8c18351a8294"], Cell[CellGroupData[{ -Cell[7832, 195, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"6fb426f9-0178-4f7f-9b28-e2f6568a3f95"], -Cell[9133, 232, 576, 11, 133, "Usage",ExpressionUUID->"bc201533-a28d-440d-a67c-272c49506e8f", +Cell[7894, 200, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"763bc0d0-5180-48b6-bd9b-52b3ca70711c"], +Cell[9195, 237, 576, 11, 132, "Usage",ExpressionUUID->"bc201533-a28d-440d-a67c-272c49506e8f", CellID->703112658] }, Open ]], Cell[CellGroupData[{ -Cell[9746, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"3de96209-8593-4fa7-879c-33af4d5d4f51", +Cell[9808, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"03e7c12d-7665-4390-bc0f-4f23df5b02d5", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1306055819], -Cell[11644, 297, 663, 17, 49, "Notes",ExpressionUUID->"59212187-e24f-428b-8eba-ff3e71cd1528", + CellID->682212377], +Cell[11705, 302, 663, 17, 48, "Notes",ExpressionUUID->"59212187-e24f-428b-8eba-ff3e71cd1528", CellID->26053], -Cell[12310, 316, 489, 12, 37, "Notes",ExpressionUUID->"2abad99d-c0ce-4044-b1c5-018a577456bc", +Cell[12371, 321, 489, 12, 38, "Notes",ExpressionUUID->"2abad99d-c0ce-4044-b1c5-018a577456bc", CellID->177724765], -Cell[12802, 330, 419, 7, 78, "Notes",ExpressionUUID->"bc90d881-05a2-48cd-8c53-3ccc215633bb", +Cell[12863, 335, 419, 7, 78, "Notes",ExpressionUUID->"bc90d881-05a2-48cd-8c53-3ccc215633bb", CellID->504695948], -Cell[13224, 339, 199, 4, 36, "Notes",ExpressionUUID->"e6afd262-6625-49ca-b724-54e19649833d", +Cell[13285, 344, 199, 4, 36, "Notes",ExpressionUUID->"e6afd262-6625-49ca-b724-54e19649833d", CellID->1757357753] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13550, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6a96251d-8bd1-4335-be24-61c93761756e", +Cell[13611, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d4b26ac-8373-4cc0-b574-18cad8686209", CellTags->"PrimaryExamplesSection", - CellID->758568745], + CellID->1127139463], Cell[CellGroupData[{ -Cell[14995, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ac3c36fd-9897-4488-b0ef-6ffb7ebdc814", - CellID->1552245532], -Cell[16397, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"a30c2305-5a01-488e-a3ce-54d6d3562adb", +Cell[15057, 395, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7ff7b15b-6644-493e-9723-ed371c9dc5c9", + CellID->1125715093], +Cell[16459, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"a30c2305-5a01-488e-a3ce-54d6d3562adb", CellID->362537248], Cell[CellGroupData[{ -Cell[16540, 433, 168, 3, 27, "Input",ExpressionUUID->"84eebe8f-3081-4883-ae6e-8e56b5745222", +Cell[16602, 438, 168, 3, 27, "Input",ExpressionUUID->"84eebe8f-3081-4883-ae6e-8e56b5745222", CellID->1543700989], Cell[CellGroupData[{ -Cell[16733, 440, 236, 4, 23, "Print",ExpressionUUID->"bacf0903-4bf6-470b-8995-e4eb89a7ea78", - CellID->1356704320], -Cell[16972, 446, 365, 8, 23, "Print",ExpressionUUID->"056636a1-6fe1-45c8-a574-09090ec95c57", - CellID->1720957900], -Cell[17340, 456, 236, 4, 23, "Print",ExpressionUUID->"4134eee8-39dc-4769-b33c-89db73a57b75", - CellID->1540229486], -Cell[17579, 462, 220, 3, 23, "Print",ExpressionUUID->"c6ab56dd-9973-4e33-8aa8-019e1bb89396", - CellID->1774554673], -Cell[17802, 467, 205, 3, 23, "Print",ExpressionUUID->"2d9e7939-3fe4-4cbf-93f0-28ed0d800031", - CellID->71847128], -Cell[18010, 472, 237, 4, 23, "Print",ExpressionUUID->"9e8cea83-3b09-41f2-a466-dbee31a4e05d", - CellID->1820010859], -Cell[18250, 478, 219, 3, 23, "Print",ExpressionUUID->"2c8cded9-f3b6-4cea-b608-775c5bf3b13e", - CellID->851346991], -Cell[18472, 483, 235, 4, 23, "Print",ExpressionUUID->"b107285d-bc26-4948-9105-117ea2aacd9b", - CellID->321957977], -Cell[18710, 489, 236, 4, 23, "Print",ExpressionUUID->"ab7e5280-b217-450a-9298-987a14e5d156", - CellID->1852839839], -Cell[18949, 495, 207, 3, 70, "Print",ExpressionUUID->"fe94eff8-983b-41f1-bb66-f0c90173291d", - CellID->1247220149], -Cell[19159, 500, 236, 4, 70, "Print",ExpressionUUID->"f779390e-2049-4c79-a23d-1559bee41ec9", - CellID->1726654813] +Cell[16795, 445, 236, 4, 23, "Print",ExpressionUUID->"de1edf58-e3eb-4fab-b085-d1aa97f3ef46", + CellID->1196306394], +Cell[17034, 451, 364, 8, 23, "Print",ExpressionUUID->"847a2fea-ce7d-4ca8-a63c-1a2a4bf2a032", + CellID->396181098], +Cell[17401, 461, 236, 4, 23, "Print",ExpressionUUID->"d9cb81c1-ae5b-4a4b-bf66-fc972eeb4601", + CellID->1285680542], +Cell[17640, 467, 220, 3, 23, "Print",ExpressionUUID->"54d06628-51e6-4ccb-9ba7-809320b81a96", + CellID->1141151537], +Cell[17863, 472, 206, 3, 23, "Print",ExpressionUUID->"32ea40b3-650f-44d0-850a-285e2a5c32ad", + CellID->397710952], +Cell[18072, 477, 236, 4, 23, "Print",ExpressionUUID->"773acbe2-e10d-4282-99f4-efd77ef26b24", + CellID->681607617], +Cell[18311, 483, 219, 3, 23, "Print",ExpressionUUID->"4dbe3d12-e7c6-4961-982c-ea12f5b474d6", + CellID->888368596], +Cell[18533, 488, 236, 4, 23, "Print",ExpressionUUID->"cf38dae7-7c30-4f64-9edc-abd03a5541b0", + CellID->1903502444], +Cell[18772, 494, 236, 4, 23, "Print",ExpressionUUID->"41bff410-9d7b-4f34-b306-56bad99fac5a", + CellID->1913845760], +Cell[19011, 500, 207, 3, 70, "Print",ExpressionUUID->"e53a4f7a-f716-46d5-a05f-a76601094ff1", + CellID->1569231630], +Cell[19221, 505, 235, 4, 70, "Print",ExpressionUUID->"dbda4f9c-777d-40d3-a9b1-fad6a3524d54", + CellID->357476553] }, Open ]] }, Open ]], -Cell[19422, 508, 137, 1, 70, "ExampleText",ExpressionUUID->"802a46f7-953c-4da5-995c-b31e28c51518", +Cell[19483, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"802a46f7-953c-4da5-995c-b31e28c51518", CellID->1861431419], -Cell[19562, 511, 234, 6, 70, "Input",ExpressionUUID->"be30b722-2a7e-46dd-bb13-6dc3bb21d449", +Cell[19623, 516, 234, 6, 70, "Input",ExpressionUUID->"be30b722-2a7e-46dd-bb13-6dc3bb21d449", CellID->175935903], Cell[CellGroupData[{ -Cell[19821, 521, 369, 8, 70, "Input",ExpressionUUID->"0acdb52c-1cfc-4ae4-a0dd-e9e0351155b9", +Cell[19882, 526, 369, 8, 70, "Input",ExpressionUUID->"0acdb52c-1cfc-4ae4-a0dd-e9e0351155b9", CellID->2115141890], -Cell[20193, 531, 369, 8, 36, "Output",ExpressionUUID->"1274a35d-ee91-42be-9580-fabc212ecb6e", - CellID->456038125] +Cell[20254, 536, 370, 8, 36, "Output",ExpressionUUID->"95798f62-51bc-4260-ab17-b281288db2a6", + CellID->1891383652] }, Open ]], -Cell[20577, 542, 238, 6, 70, "Input",ExpressionUUID->"ae1b4761-f180-4bca-a434-e1888a715650", +Cell[20639, 547, 238, 6, 70, "Input",ExpressionUUID->"ae1b4761-f180-4bca-a434-e1888a715650", CellID->1530648862], -Cell[20818, 550, 190, 4, 70, "ExampleText",ExpressionUUID->"6443ee9e-da24-4cd5-b3ab-34f073b812f5", +Cell[20880, 555, 190, 4, 70, "ExampleText",ExpressionUUID->"6443ee9e-da24-4cd5-b3ab-34f073b812f5", CellID->259382135], Cell[CellGroupData[{ -Cell[21033, 558, 182, 3, 70, "Input",ExpressionUUID->"0906d46a-9ecb-4715-94bd-09b0d656244a", +Cell[21095, 563, 182, 3, 70, "Input",ExpressionUUID->"0906d46a-9ecb-4715-94bd-09b0d656244a", CellID->2125337198], -Cell[21218, 563, 173, 4, 36, "Output",ExpressionUUID->"282d15ab-7393-4a17-abd6-85384220beab", - CellID->1210635964] +Cell[21280, 568, 172, 4, 36, "Output",ExpressionUUID->"c5e148e4-448f-4cbf-922b-e8952ffe4fb2", + CellID->286677851] }, Open ]], -Cell[21406, 570, 169, 3, 70, "ExampleText",ExpressionUUID->"070582c9-6f1f-4d28-943e-f32886784ec4", +Cell[21467, 575, 170, 3, 70, "ExampleText",ExpressionUUID->"070582c9-6f1f-4d28-943e-f32886784ec4", CellID->656073055], Cell[CellGroupData[{ -Cell[21600, 577, 319, 8, 70, "Input",ExpressionUUID->"dec71f61-b92b-4c87-a889-a6bc1c855ddd", +Cell[21662, 582, 319, 8, 70, "Input",ExpressionUUID->"dec71f61-b92b-4c87-a889-a6bc1c855ddd", CellID->1406496594], -Cell[21922, 587, 946, 22, 70, "Output",ExpressionUUID->"fe01b6fe-554c-4dfe-8f72-3e204a0ee7d3", - CellID->846299006] +Cell[21984, 592, 947, 22, 69, "Output",ExpressionUUID->"1f289c27-9e12-4def-ad5b-b1df6a289b0a", + CellID->1186074127] }, Open ]], -Cell[22883, 612, 244, 4, 70, "ExampleText",ExpressionUUID->"a3ec8482-f0cb-46b8-b071-5a8c99a14282", +Cell[22946, 617, 244, 4, 70, "ExampleText",ExpressionUUID->"a3ec8482-f0cb-46b8-b071-5a8c99a14282", CellID->2111031620], Cell[CellGroupData[{ -Cell[23152, 620, 181, 4, 70, "Input",ExpressionUUID->"766f3544-02cc-46c0-a626-03c444716f35", +Cell[23215, 625, 181, 4, 70, "Input",ExpressionUUID->"766f3544-02cc-46c0-a626-03c444716f35", CellID->29707821], -Cell[23336, 626, 159, 3, 36, "Output",ExpressionUUID->"8ea492b8-7e59-441a-8603-a193061cd4ce", - CellID->1757666499] +Cell[23399, 631, 158, 3, 36, "Output",ExpressionUUID->"0d0f1328-a70e-4fff-b239-9c471e88bf87", + CellID->599900508] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23799, 643, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"2309f84d-2654-44f5-baa1-8ec8ec8c040a"], +Cell[29249, 793, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6b179138-e3b8-4864-8096-95947982f623"], +Cell[29922, 813, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8f5d0005-b823-434f-93a7-9baf676ab59b"], +Cell[30958, 841, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"e37aa4d4-5a9f-472d-9c98-d152d9adf4aa"], Cell[CellGroupData[{ -Cell[23759, 640, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"83e8497f-61df-4197-b0ba-d872f71220c6"], -Cell[29209, 790, 670, 18, 70, "TechNotesSection",ExpressionUUID->"97835d47-f18d-42dd-9372-38abb0f1c2a4"] -}, Open ]], -Cell[29894, 811, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"774d0dc0-36ac-4bf5-9398-f7978712424f"], -Cell[30930, 839, 2203, 63, 70, "RelatedLinksSection",ExpressionUUID->"cdf0b799-78c3-48ae-88be-41e610d918d2"], -Cell[CellGroupData[{ -Cell[33158, 906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"adab95aa-ef2e-457c-8b7b-c326d2e0de74", +Cell[33186, 908, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"adab95aa-ef2e-457c-8b7b-c326d2e0de74", CellID->174251628], -Cell[33298, 909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3030bc19-786b-4529-ac0c-bf766361be2e", +Cell[33326, 911, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3030bc19-786b-4529-ac0c-bf766361be2e", CellID->1194386356], -Cell[33520, 915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8416fe89-3190-4bbd-b22c-15a6864fe265", +Cell[33548, 917, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8416fe89-3190-4bbd-b22c-15a6864fe265", CellID->1641706272], -Cell[33735, 920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0c9e83df-422d-4ff6-b842-55fff09ae8ec", +Cell[33763, 922, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0c9e83df-422d-4ff6-b842-55fff09ae8ec", CellID->399251956], -Cell[33964, 926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b71a821-f20b-4d2f-913e-ec4dd631f830", +Cell[33992, 928, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b71a821-f20b-4d2f-913e-ec4dd631f830", CellID->821434655] }, Open ]], -Cell[34201, 932, 78, 0, 70, "FooterCell",ExpressionUUID->"1850c45e-59ec-4821-ad51-98b8ca66bbc7"] +Cell[34229, 934, 78, 0, 70, "FooterCell",ExpressionUUID->"90a61b70-22ea-46e5-9f51-d3c2b69753a5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DefineGame.nb b/Documentation/English/ReferencePages/Symbols/DefineGame.nb index 2f38f59..2174274 100644 --- a/Documentation/English/ReferencePages/Symbols/DefineGame.nb +++ b/Documentation/English/ReferencePages/Symbols/DefineGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48521, 1256] -NotebookOptionsPosition[ 38321, 1056] -NotebookOutlinePosition[ 40478, 1110] -CellTagsIndexPosition[ 40392, 1105] +NotebookDataLength[ 48497, 1253] +NotebookOptionsPosition[ 38304, 1054] +NotebookOutlinePosition[ 40485, 1109] +CellTagsIndexPosition[ 40399, 1104] WindowTitle->DefineGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f3594de8-5e2a-4828-933b-033097593dd1"], + "2aedd5f6-9df4-48b2-a9a5-a65c6d75d1b2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b4c4f54b-1a91-4cc7-b896-9ff45e8024df"], + "cf2ab934-2f6e-4a79-ac7e-27a7a5f3f8ff"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84fc98a5-2980-43d7-bdde-02bb05f15c86"] - }],ExpressionUUID->"a4f1b064-7f0c-4fb0-b110-09cca6455583"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "b1fb3a2a-f331-44a9-879e-543bda628ca8"] + }],ExpressionUUID->"201a5e01-da42-4a84-b5bb-c38dca5d55b2"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "af0a2891-d09e-404e-b882-091e76699759"], + "debd33af-1c22-4588-9680-44590a5f32d0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "225cfa05-d6cd-4508-a360-c29fcb9f098b"] - }],ExpressionUUID->"bd12dca4-006f-4dcb-a2b9-cd481a8d2912"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ae4e606a-9c43-40ea-be6e-555c6e93ce53"] + }],ExpressionUUID->"fbe720e5-680b-417d-a934-565c0fc97e17"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "efd9eb0e-ef41-421c-a3eb-b7d0509eaa0f"], + "173e78f5-4e74-4955-8ae2-20849dcd827e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1e1367c8-f510-4fde-b8cf-29cff6985765"] - }],ExpressionUUID->"f784fbfe-0a56-4002-bbc5-6846bc0d3bff"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6cc44931-86e9-4088-98eb-7b15414306d5"] + }],ExpressionUUID->"3b641832-7b66-4f46-b3a4-90b538a9e642"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60bee753-a719-45f9-8358-50d8bb05fc0a"], + "bc3b756b-99ae-4b85-9c0c-3214fb58613f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3123609f-7010-4799-b23e-33c1192c62a5"] - }],ExpressionUUID->"2d96764b-3d27-4e4f-8756-8adf2643a227"], - StripOnInput->False], {"\<\"TUG/ref/DefineGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DefineGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DefineGame.\ + "ffe00d92-e67b-4d8d-9e29-4a42434f98fc"] + }],ExpressionUUID->"07555aab-d06c-45d2-9a68-63fb58f96e74"], + StripOnInput->False],{ + "\"TUG/ref/DefineGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DefineGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DefineGame.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$61887], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DefineGame" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$66009], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DefineGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7400461f-07ec-4e6b-badf-67af8f2422d0"] + "628244a4-9eb7-47ab-b48d-f69f8e1b964a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "613bf222-c1b3-4265-a870-7cc520bf7a87"]} + "6386e945-92d8-4d9f-a07c-8a29887f1caa"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"74cdf1e5-a968-4414-9465-6830673bbd38"], + CellID->1,ExpressionUUID->"2e0353e6-6802-4085-8fb2-98dfc584be75"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a466fdee-777e-4ed1-8fcc-8f2392e2e7bd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"65559e9f-7b65-4e3d-b4fd-24ef085635a0"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DefineGame", "ObjectName",ExpressionUUID-> - "e44baadb-68c1-47e4-b524-f2282cff7fb9"], + "3650306a-8837-45fe-bebb-7456f1caa117"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"18f3e020-1098-4bae-89a8-fbb0858a16b7"], + "Spacer1"]],ExpressionUUID->"3681e2f6-12de-4dc5-a94c-0ffcc28472a5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f3198c8a-8d84-4f9a-81a7-e55110329b43"] - }],ExpressionUUID->"812c039b-9f8c-42e1-b249-f14245d284ad"], Cell[BoxData[ + "61aca263-8d9f-4112-97e6-7a55dbbfdc27"] + }],ExpressionUUID->"4ad4b9b1-d892-490b-928a-2a2f419daf5a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e7723c2d-d187-4cf7-9f28-ee8e4fa2e80a"]} + "4e51542d-fa5a-468e-b953-5de1951989c0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e2a74aee-b50f-42f9-8d9b-f41473a3a450"], + CacheGraphics->False,ExpressionUUID->"0cd2aaae-6c01-45cf-a6f5-05e14679ecb2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8001d0d3-7ca2-42ab-b19c-daa76ef7df5e"], " \[LineSeparator]defines the game to be analyzed." - }],ExpressionUUID->"36346e32-dcfe-40ce-b58d-501f3ee057f0"]}, + }],ExpressionUUID->"403874a8-88d1-4adf-ae0a-75251ea7c539"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"DefineGame", "[", @@ -249,7 +250,7 @@ Cell[BoxData[GridBox[{ "8809057c-fd41-4bb0-bcaf-b443b3d4bed2"], " \[LineSeparator]by option set the approximation of floating point \ numbers by rationals can be disabled." - }],ExpressionUUID->"efda22d2-c0d0-4b23-a8ce-a4d516193a88"]} + }],ExpressionUUID->"aaf9c6b4-5b6c-40dc-a68e-0319d5796660"]} }]], "Usage", CellID->2117304872,ExpressionUUID->"01a9ec55-04c8-437f-92f0-67919eddc408"] }, Open ]], @@ -282,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"101e6fb3-09bb-474d-a580-6447ff8d32cc"], + ExpressionUUID->"969120ff-cd5d-448b-bc6c-776822878025"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6a9c2473-7118-4a91-8374-9833c823e8d7"], + "Spacer1"]],ExpressionUUID->"89580a58-21ee-416a-9af0-a6b1660d7809"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3c280e0d-3fde-4933-8873-802ffd45a773"], + }], "NotesFrameText",ExpressionUUID->"c5006b19-03e1-4e74-85f2-1346749d7ac0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cdae872c-5444-405c-9a8e-b0e991225957"]], \ + "Preemptive"]],ExpressionUUID->"6164efec-9430-4aae-aa45-0fad195b0a96"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->969193632,ExpressionUUID->"c23b0374-b2d5-4059-b446-b1473f44ee5b"], + CellID->455266111,ExpressionUUID->"d16dd860-e7fc-448f-bbea-d89e17aa0eb7"], Cell[TextData[{ "The expression ", @@ -364,7 +365,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e9502d3d-52a6-4f25-85c0-255d2654b3d3"], + "71cdedf7-41ed-4bed-b22c-360124bd810b"], TemplateBox[{ Cell[ TextData["RationalApproximate"]], "paclet:TUG/ref/RationalApproximate", @@ -429,19 +430,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"55e9acdf-f9b4-4814-88a0-c1e513b13601"], + ExpressionUUID->"09f0dd67-c66c-4115-af19-69093ed3f75f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"df613bbb-2e6a-4d5b-aa9d-6053793963f9"], + "Spacer1"]],ExpressionUUID->"643eecb8-ea0a-43fa-8ad2-2ef332b97259"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1803d451-3689-46fa-8ab9-7e2ce6d44982"] + "f90a38c1-8e3a-4c2d-85ef-720a2109bc32"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->244755506,ExpressionUUID->"4cb08d71-9a9e-4d49-849b-9679cfd1d756"], + CellID->1176686003,ExpressionUUID->"c9d8a348-80e8-49b3-ba72-ec709ec1a8aa"], Cell[CellGroupData[{ @@ -470,18 +471,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"74f68e25-8da9-4eb2-aba1-b9abc80c5c8f"], + ExpressionUUID->"0e2de6d2-374c-4997-9ddc-36d6cde18dee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"94cfa983-5064-414b-9604-bf691d854c16"], + "Spacer1"]],ExpressionUUID->"9d0e35a4-e98f-4921-9527-fa24b928fffe"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "611a4519-2e4d-4fc3-b067-a2855ea51880"] + "2a665020-77a1-43be-9b8c-cfed0b83dc99"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->706895067,ExpressionUUID->"1b5d26a0-9e9c-411f-98e8-5c3d2e6d7572"], + CellID->2053309604,ExpressionUUID->"b2b43c27-74cd-4bf6-90c2-5d84753171fd"], Cell["Loading the package:", "ExampleText", CellID->1801488537,ExpressionUUID->"24cddf52-089e-4266-bf11-92f7147da3f6"], @@ -727,8 +728,6 @@ Cell["We can now investigate whether the game is convex.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -890,15 +889,15 @@ Cell[BoxData[GridBox[{ "1cc34cc5-b9f0-4608-9119-a4f4d9577034"] }], "SeeAlso",ExpressionUUID->"d37340da-b9bd-4ad2-a883-b1679f8dafe3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8ccb9785-3430-46be-a963-\ -043ca97e499c"], + }]], "SeeAlsoSection",ExpressionUUID->"41a80c5a-335a-43de-85c8-\ +fc8bfc12b783"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -910,9 +909,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d740f5a5-3284-4385-88b1-5d529fdf0f8b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"67f18bad-0d8f-4623-8639-\ -7d7c9e34fe17"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4ed6f709-621c-4c60-9f16-\ +35628e524e84"], Cell[BoxData[GridBox[{ { @@ -929,7 +927,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "98c393d0-bd20-4b3a-86c8-db5d035066c4"]}]}, + "45d43b16-c070-440e-9ce8-5e62db62e74c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -937,10 +935,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2ed0f46c-ebeb-42de-8448-1ca995ec01cf"]}]} + "c486afdc-9c2e-4fc3-ad1d-bb830cf5e6a0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"859a6003-d186-4591-9f7a-\ -8de5abcef1ac"], + }]], "MoreAboutSection",ExpressionUUID->"33b12589-07cb-49a8-bf19-\ +2a1e3c889cf4"], Cell[BoxData[GridBox[{ { @@ -967,7 +965,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CharacteristicValues"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a43b3747-870f-41b4-9689-a019068563b2"]], "RelatedLinks", + "3205091a-bc8d-4aaf-9446-9bb3388a6146"]], "RelatedLinks", ExpressionUUID->"97546897-2e51-4cf4-84dd-ac6d5e60d114"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -984,7 +982,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeightedMajority"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e3be312e-b813-430c-be33-4aba40ec7b74"]], "RelatedLinks", + "3c151a38-0cca-4b51-8da9-519a5d12828a"]], "RelatedLinks", ExpressionUUID->"9131318d-4cfb-4a3d-b167-bf66ce652bb8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1001,7 +999,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GetCardinalityGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7f0d86cb-2d0c-4792-a23a-244547c9a4fa"]], "RelatedLinks", + "546cd109-cebb-4a7a-a5d0-0223bcd6f7e5"]], "RelatedLinks", ExpressionUUID->"15a8273c-cd71-4f25-b57e-6691583a90da"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1018,11 +1016,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "41bef503-7604-4520-a732-89553a12e6f9"]], "RelatedLinks", + "91deb322-ec77-45ad-8566-4945a121f027"]], "RelatedLinks", ExpressionUUID->"16fcadcb-eaef-4d57-860b-ccd9b1d80333"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"98d2f1de-f73e-49a6-a2bc-\ -05c4ca65fdc1"], + }]], "RelatedLinksSection",ExpressionUUID->"70831f36-4933-4f97-a658-\ +89dc3c7c9c4d"], Cell[CellGroupData[{ @@ -1052,11 +1050,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"12e0553f-d839-436b-8db5-5fef9ed1ab08"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"531dcf9f-07a7-4086-b950-1b46897955b7"] +Cell[" ", "FooterCell",ExpressionUUID->"6e54b1a0-ae62-46af-9a84-9b6be82131fb"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DefineGame", TaggingRules->{ @@ -1067,7 +1065,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 13.779333}", + "built" -> "{2024, 6, 3, 16, 52, 12.429731}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1075,10 +1073,11 @@ TaggingRules->{ "DefineGame[T, chvals] defines the game to be analyzed. DefineGame[T, \ chvals, options] by option set the approximation of floating point numbers by \ rationals can be disabled.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DefineGame", "titlemodifier" -> "", "windowtitle" -> "DefineGame", - "type" -> "Symbol", "uri" -> "TUG/ref/DefineGame"}}, + "DefineGame", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DefineGame", "type" -> "Symbol", "uri" -> + "TUG/ref/DefineGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1087,9 +1086,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1642d83b-276c-4304-b780-115dc9e699f0" +ExpressionUUID->"fe5b2086-c37c-4366-a8d3-39d9e2d1cfb9" ] (* End of Notebook Content *) @@ -1097,167 +1096,165 @@ ExpressionUUID->"1642d83b-276c-4304-b780-115dc9e699f0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15530, 406, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4cb08d71-9a9e-4d49-849b-9679cfd1d756", + Cell[15545, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9d8a348-80e8-49b3-ba72-ec709ec1a8aa", CellTags->"PrimaryExamplesSection", - CellID->244755506]} + CellID->1176686003]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40192, 1098} + {"PrimaryExamplesSection", 40198, 1097} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7090, 170, 56, "AnchorBarGrid",ExpressionUUID->"74cdf1e5-a968-4414-9465-6830673bbd38", +Cell[582, 21, 7105, 171, 57, "AnchorBarGrid",ExpressionUUID->"2e0353e6-6802-4085-8fb2-98dfc584be75", CellID->1], -Cell[7675, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a466fdee-777e-4ed1-8fcc-8f2392e2e7bd"], +Cell[7690, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"65559e9f-7b65-4e3d-b4fd-24ef085635a0"], Cell[CellGroupData[{ -Cell[7786, 197, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"e2a74aee-b50f-42f9-8d9b-f41473a3a450"], -Cell[9073, 234, 908, 19, 187, "Usage",ExpressionUUID->"01a9ec55-04c8-437f-92f0-67919eddc408", +Cell[7801, 198, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"0cd2aaae-6c01-45cf-a6f5-05e14679ecb2"], +Cell[9088, 235, 908, 19, 186, "Usage",ExpressionUUID->"01a9ec55-04c8-437f-92f0-67919eddc408", CellID->2117304872] }, Open ]], Cell[CellGroupData[{ -Cell[10018, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"c23b0374-b2d5-4059-b446-b1473f44ee5b", +Cell[10033, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"d16dd860-e7fc-448f-bbea-d89e17aa0eb7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->969193632], -Cell[11915, 307, 710, 18, 57, "Notes",ExpressionUUID->"7fdcbff8-36dd-4179-9e8a-a452ae8dc0a4", + CellID->455266111], +Cell[11930, 308, 710, 18, 57, "Notes",ExpressionUUID->"7fdcbff8-36dd-4179-9e8a-a452ae8dc0a4", CellID->1070702936], -Cell[12628, 327, 489, 12, 37, "Notes",ExpressionUUID->"ea8296e5-7079-4919-bcf6-e40160ee9e51", +Cell[12643, 328, 489, 12, 38, "Notes",ExpressionUUID->"ea8296e5-7079-4919-bcf6-e40160ee9e51", CellID->177724765], -Cell[13120, 341, 128, 1, 36, "Notes",ExpressionUUID->"83299176-1f99-4e41-967f-0f6d038e3d12", +Cell[13135, 342, 128, 1, 36, "Notes",ExpressionUUID->"83299176-1f99-4e41-967f-0f6d038e3d12", CellID->331098497], -Cell[13251, 344, 179, 3, 36, "Notes",ExpressionUUID->"4290750a-868e-472e-9f2b-a0e97623b227", +Cell[13266, 345, 179, 3, 36, "Notes",ExpressionUUID->"4290750a-868e-472e-9f2b-a0e97623b227", CellID->1365254098], -Cell[13433, 349, 229, 4, 36, "Notes",ExpressionUUID->"ea5532b0-9149-48a1-8b1a-6a3818c866ed", +Cell[13448, 350, 229, 4, 36, "Notes",ExpressionUUID->"ea5532b0-9149-48a1-8b1a-6a3818c866ed", CellID->945235132], -Cell[13665, 355, 126, 1, 36, "Notes",ExpressionUUID->"6ad2f211-e077-4544-9c5f-2c3d20c747da", +Cell[13680, 356, 126, 1, 36, "Notes",ExpressionUUID->"6ad2f211-e077-4544-9c5f-2c3d20c747da", CellID->2115459858], -Cell[13794, 358, 267, 4, 49, "Notes",ExpressionUUID->"4cf7bc24-df04-4db5-a3c6-ce50d3a2588d", +Cell[13809, 359, 267, 4, 48, "Notes",ExpressionUUID->"4cf7bc24-df04-4db5-a3c6-ce50d3a2588d", CellID->13178], -Cell[14064, 364, 821, 20, 40, "3ColumnTableMod",ExpressionUUID->"184cda53-d2b9-49eb-81e5-b96cd59f18b4", +Cell[14079, 365, 821, 20, 60, "3ColumnTableMod",ExpressionUUID->"184cda53-d2b9-49eb-81e5-b96cd59f18b4", CellID->1699621045], -Cell[14888, 386, 515, 14, 37, "Notes",ExpressionUUID->"89c95735-e0f2-4151-ade7-7969376aa3f1", +Cell[14903, 387, 515, 14, 38, "Notes",ExpressionUUID->"89c95735-e0f2-4151-ade7-7969376aa3f1", CellID->1752828302] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15530, 406, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4cb08d71-9a9e-4d49-849b-9679cfd1d756", +Cell[15545, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9d8a348-80e8-49b3-ba72-ec709ec1a8aa", CellTags->"PrimaryExamplesSection", - CellID->244755506], + CellID->1176686003], Cell[CellGroupData[{ -Cell[16975, 447, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1b5d26a0-9e9c-411f-98e8-5c3d2e6d7572", - CellID->706895067], -Cell[18376, 485, 119, 1, 38, "ExampleText",ExpressionUUID->"24cddf52-089e-4266-bf11-92f7147da3f6", +Cell[16991, 448, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b2b43c27-74cd-4bf6-90c2-5d84753171fd", + CellID->2053309604], +Cell[18393, 486, 119, 1, 39, "ExampleText",ExpressionUUID->"24cddf52-089e-4266-bf11-92f7147da3f6", CellID->1801488537], Cell[CellGroupData[{ -Cell[18520, 490, 168, 3, 27, "Input",ExpressionUUID->"58f9cafb-7edd-475b-8afd-d199a7810f23", +Cell[18537, 491, 168, 3, 70, "Input",ExpressionUUID->"58f9cafb-7edd-475b-8afd-d199a7810f23", CellID->1565307342], Cell[CellGroupData[{ -Cell[18713, 497, 237, 4, 70, "Print",ExpressionUUID->"27f3ec66-8ff8-43e6-9d3a-0ac9491abfd3", +Cell[18730, 498, 237, 4, 70, "Print",ExpressionUUID->"27f3ec66-8ff8-43e6-9d3a-0ac9491abfd3", CellID->2053140399], -Cell[18953, 503, 365, 8, 70, "Print",ExpressionUUID->"fbef2b3a-e09f-42e4-b439-f8af72d2bed6", +Cell[18970, 504, 365, 8, 70, "Print",ExpressionUUID->"fbef2b3a-e09f-42e4-b439-f8af72d2bed6", CellID->105005562], -Cell[19321, 513, 237, 4, 70, "Print",ExpressionUUID->"0842a1b9-54f6-429e-b26c-a907445cca58", +Cell[19338, 514, 237, 4, 70, "Print",ExpressionUUID->"0842a1b9-54f6-429e-b26c-a907445cca58", CellID->2108443711], -Cell[19561, 519, 221, 3, 70, "Print",ExpressionUUID->"33d3a8af-c3cb-45f5-a577-f5c250d8c6b9", +Cell[19578, 520, 221, 3, 70, "Print",ExpressionUUID->"33d3a8af-c3cb-45f5-a577-f5c250d8c6b9", CellID->1636270344], -Cell[19785, 524, 207, 3, 70, "Print",ExpressionUUID->"0c3474bd-ba62-4d19-9cd1-180a76bc7296", +Cell[19802, 525, 207, 3, 70, "Print",ExpressionUUID->"0c3474bd-ba62-4d19-9cd1-180a76bc7296", CellID->441425210], -Cell[19995, 529, 238, 4, 70, "Print",ExpressionUUID->"bfd93b81-04d8-45d2-ad3d-7eed38c3881a", +Cell[20012, 530, 238, 4, 70, "Print",ExpressionUUID->"bfd93b81-04d8-45d2-ad3d-7eed38c3881a", CellID->1142222650], -Cell[20236, 535, 220, 3, 70, "Print",ExpressionUUID->"6449b4ef-d875-41ca-9c65-72e459e2c6a9", +Cell[20253, 536, 220, 3, 70, "Print",ExpressionUUID->"6449b4ef-d875-41ca-9c65-72e459e2c6a9", CellID->493910043], -Cell[20459, 540, 237, 4, 70, "Print",ExpressionUUID->"1490fbac-f4fd-4647-ac3e-3bed28e066f6", +Cell[20476, 541, 237, 4, 70, "Print",ExpressionUUID->"1490fbac-f4fd-4647-ac3e-3bed28e066f6", CellID->1114884706], -Cell[20699, 546, 236, 4, 70, "Print",ExpressionUUID->"92de6fae-feb6-42bf-a6db-f6af6d4124d0", +Cell[20716, 547, 236, 4, 70, "Print",ExpressionUUID->"92de6fae-feb6-42bf-a6db-f6af6d4124d0", CellID->496317348], -Cell[20938, 552, 208, 3, 70, "Print",ExpressionUUID->"8ea918c5-cbdb-48b4-842c-22d363eb7650", +Cell[20955, 553, 208, 3, 70, "Print",ExpressionUUID->"8ea918c5-cbdb-48b4-842c-22d363eb7650", CellID->2015252295], -Cell[21149, 557, 237, 4, 70, "Print",ExpressionUUID->"55338035-e7fe-4750-804b-fb9752687a62", +Cell[21166, 558, 237, 4, 70, "Print",ExpressionUUID->"55338035-e7fe-4750-804b-fb9752687a62", CellID->1698803254] }, Open ]] }, Open ]], -Cell[21413, 565, 135, 1, 70, "ExampleText",ExpressionUUID->"b8221319-4391-4b88-b440-1b848c91764a", +Cell[21430, 566, 135, 1, 70, "ExampleText",ExpressionUUID->"b8221319-4391-4b88-b440-1b848c91764a", CellID->65218502], -Cell[21551, 568, 235, 6, 70, "Input",ExpressionUUID->"770604d3-aef7-472b-8699-84590ef76c3c", +Cell[21568, 569, 235, 6, 70, "Input",ExpressionUUID->"770604d3-aef7-472b-8699-84590ef76c3c", CellID->2132587034], Cell[CellGroupData[{ -Cell[21811, 578, 359, 8, 70, "Input",ExpressionUUID->"c2feee52-57d7-4e2b-8d64-dcdadcc55830", +Cell[21828, 579, 359, 8, 70, "Input",ExpressionUUID->"c2feee52-57d7-4e2b-8d64-dcdadcc55830", CellID->221266860], -Cell[22173, 588, 363, 8, 36, "Output",ExpressionUUID->"9c5bb5bf-2ef1-40cc-864b-d658846c5f52", +Cell[22190, 589, 363, 8, 36, "Output",ExpressionUUID->"9c5bb5bf-2ef1-40cc-864b-d658846c5f52", CellID->1317338079] }, Open ]], -Cell[22551, 599, 139, 1, 70, "ExampleText",ExpressionUUID->"ac7e586a-1570-4b4b-ac94-73375b0c806b", +Cell[22568, 600, 139, 1, 70, "ExampleText",ExpressionUUID->"ac7e586a-1570-4b4b-ac94-73375b0c806b", CellID->1430472601], -Cell[22693, 602, 238, 6, 70, "Input",ExpressionUUID->"091c7a9d-c3d9-4b67-9750-e4c5a3ed54a2", +Cell[22710, 603, 238, 6, 70, "Input",ExpressionUUID->"091c7a9d-c3d9-4b67-9750-e4c5a3ed54a2", CellID->2038951168], -Cell[22934, 610, 191, 4, 70, "ExampleText",ExpressionUUID->"d7222dba-eb10-4115-a01a-0abec861e360", +Cell[22951, 611, 191, 4, 70, "ExampleText",ExpressionUUID->"d7222dba-eb10-4115-a01a-0abec861e360", CellID->1166501992], Cell[CellGroupData[{ -Cell[23150, 618, 168, 3, 70, "Input",ExpressionUUID->"0c07fcfd-2473-4edb-831b-5f7cf27d76bb", +Cell[23167, 619, 168, 3, 70, "Input",ExpressionUUID->"0c07fcfd-2473-4edb-831b-5f7cf27d76bb", CellID->1607133781], -Cell[23321, 623, 229, 5, 36, "Output",ExpressionUUID->"68f7ee6d-2ad9-4544-ba53-0822eac11a69", +Cell[23338, 624, 229, 5, 36, "Output",ExpressionUUID->"68f7ee6d-2ad9-4544-ba53-0822eac11a69", CellID->1738818892] }, Open ]], -Cell[23565, 631, 180, 3, 70, "ExampleText",ExpressionUUID->"a97c354b-5363-4c93-a5b1-24440f503254", +Cell[23582, 632, 180, 3, 70, "ExampleText",ExpressionUUID->"a97c354b-5363-4c93-a5b1-24440f503254", CellID->2006927379], Cell[CellGroupData[{ -Cell[23770, 638, 176, 4, 70, "Input",ExpressionUUID->"7eb39e9d-76cb-4a0a-a234-3b6e7dddedd9", +Cell[23787, 639, 176, 4, 70, "Input",ExpressionUUID->"7eb39e9d-76cb-4a0a-a234-3b6e7dddedd9", CellID->1050901023], -Cell[23949, 644, 207, 5, 36, "Output",ExpressionUUID->"265a69ac-e4ab-4d39-b0a8-83d490a69ec7", +Cell[23966, 645, 207, 5, 36, "Output",ExpressionUUID->"265a69ac-e4ab-4d39-b0a8-83d490a69ec7", CellID->1212105804] }, Open ]], -Cell[24171, 652, 149, 1, 70, "ExampleText",ExpressionUUID->"5915b78f-4fea-41ed-ab6b-35201f2f0f95", +Cell[24188, 653, 149, 1, 70, "ExampleText",ExpressionUUID->"5915b78f-4fea-41ed-ab6b-35201f2f0f95", CellID->2118575883], Cell[CellGroupData[{ -Cell[24345, 657, 165, 3, 70, "Input",ExpressionUUID->"7e0f3cc3-c059-490b-ad79-71cf6c4a011c", +Cell[24362, 658, 165, 3, 70, "Input",ExpressionUUID->"7e0f3cc3-c059-490b-ad79-71cf6c4a011c", CellID->1537669643], -Cell[24513, 662, 159, 3, 36, "Output",ExpressionUUID->"d4d0439d-2d3e-4f01-ac31-d5b3f71c82d1", +Cell[24530, 663, 159, 3, 36, "Output",ExpressionUUID->"d4d0439d-2d3e-4f01-ac31-d5b3f71c82d1", CellID->658164301] }, Open ]], -Cell[24687, 668, 217, 4, 70, "ExampleText",ExpressionUUID->"a2f928d2-0900-4e3e-863e-92e9371dbbb1", +Cell[24704, 669, 217, 4, 70, "ExampleText",ExpressionUUID->"a2f928d2-0900-4e3e-863e-92e9371dbbb1", CellID->2138900956], -Cell[24907, 674, 304, 8, 70, "Input",ExpressionUUID->"506828bf-2566-4723-90e6-0239487d8d19", +Cell[24924, 675, 304, 8, 70, "Input",ExpressionUUID->"506828bf-2566-4723-90e6-0239487d8d19", CellID->627573868], -Cell[25214, 684, 137, 1, 70, "ExampleText",ExpressionUUID->"d400a339-d7d2-4258-8151-d2e597d77f7b", +Cell[25231, 685, 137, 1, 70, "ExampleText",ExpressionUUID->"d400a339-d7d2-4258-8151-d2e597d77f7b", CellID->2108159157], Cell[CellGroupData[{ -Cell[25376, 689, 165, 3, 70, "Input",ExpressionUUID->"56515c43-e707-4fd6-8fb3-9524300de918", +Cell[25393, 690, 165, 3, 70, "Input",ExpressionUUID->"56515c43-e707-4fd6-8fb3-9524300de918", CellID->1658613844], -Cell[25544, 694, 160, 3, 36, "Output",ExpressionUUID->"43eb217b-8b03-4ebf-a419-a7f5ebb690c8", +Cell[25561, 695, 160, 3, 36, "Output",ExpressionUUID->"43eb217b-8b03-4ebf-a419-a7f5ebb690c8", CellID->1983472998] }, Open ]], -Cell[25719, 700, 189, 4, 70, "ExampleText",ExpressionUUID->"61245740-d862-4bb3-9bd9-abd50f7ee975", +Cell[25736, 701, 189, 4, 70, "ExampleText",ExpressionUUID->"61245740-d862-4bb3-9bd9-abd50f7ee975", CellID->1051294256], Cell[CellGroupData[{ -Cell[25933, 708, 176, 4, 70, "Input",ExpressionUUID->"96eb2745-ccd2-4ea3-952a-25a110436396", +Cell[25950, 709, 176, 4, 70, "Input",ExpressionUUID->"96eb2745-ccd2-4ea3-952a-25a110436396", CellID->263588016], -Cell[26112, 714, 160, 3, 36, "Output",ExpressionUUID->"4cdad021-21d5-4733-9c6e-dfcd92f0f0dd", +Cell[26129, 715, 160, 3, 36, "Output",ExpressionUUID->"4cdad021-21d5-4733-9c6e-dfcd92f0f0dd", CellID->496630382] }, Open ]], -Cell[26287, 720, 148, 1, 70, "ExampleText",ExpressionUUID->"1dd51d4e-60b7-449a-ae4f-0f5a7ce018ff", +Cell[26304, 721, 148, 1, 70, "ExampleText",ExpressionUUID->"1dd51d4e-60b7-449a-ae4f-0f5a7ce018ff", CellID->266093198] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26682, 730, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"41a80c5a-335a-43de-85c8-fc8bfc12b783"], +Cell[32569, 894, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4ed6f709-621c-4c60-9f16-35628e524e84"], +Cell[33242, 914, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"33b12589-07cb-49a8-bf19-2a1e3c889cf4"], +Cell[34278, 942, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"70831f36-4933-4f97-a658-89dc3c7c9c4d"], Cell[CellGroupData[{ -Cell[26687, 731, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"8ccb9785-3430-46be-a963-043ca97e499c"], -Cell[32574, 895, 670, 18, 70, "TechNotesSection",ExpressionUUID->"67f18bad-0d8f-4623-8639-7d7c9e34fe17"] -}, Open ]], -Cell[33259, 916, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"859a6003-d186-4591-9f7a-8de5abcef1ac"], -Cell[34295, 944, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"98d2f1de-f73e-49a6-a2bc-05c4ca65fdc1"], -Cell[CellGroupData[{ -Cell[37196, 1028, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"622211ab-dea9-42d9-af98-a2626cb8daf1", +Cell[37179, 1026, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"622211ab-dea9-42d9-af98-a2626cb8daf1", CellID->778415021], -Cell[37336, 1031, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df94c418-6054-471e-bcfe-0b3155b8bec6", +Cell[37319, 1029, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df94c418-6054-471e-bcfe-0b3155b8bec6", CellID->1194386356], -Cell[37558, 1037, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f722a74-fa70-4a12-816c-3f12a20224a8", +Cell[37541, 1035, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f722a74-fa70-4a12-816c-3f12a20224a8", CellID->1641706272], -Cell[37773, 1042, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dec3c6ea-edc2-46d6-b152-797d554a3e70", +Cell[37756, 1040, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dec3c6ea-edc2-46d6-b152-797d554a3e70", CellID->399251956], -Cell[38002, 1048, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"12e0553f-d839-436b-8db5-5fef9ed1ab08", +Cell[37985, 1046, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"12e0553f-d839-436b-8db5-5fef9ed1ab08", CellID->821434655] }, Open ]], -Cell[38239, 1054, 78, 0, 70, "FooterCell",ExpressionUUID->"531dcf9f-07a7-4086-b950-1b46897955b7"] +Cell[38222, 1052, 78, 0, 70, "FooterCell",ExpressionUUID->"6e54b1a0-ae62-46af-9a84-9b6be82131fb"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DeltaLP.nb b/Documentation/English/ReferencePages/Symbols/DeltaLP.nb index 3dbf945..549f694 100644 --- a/Documentation/English/ReferencePages/Symbols/DeltaLP.nb +++ b/Documentation/English/ReferencePages/Symbols/DeltaLP.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 50224, 1286] -NotebookOptionsPosition[ 40860, 1105] -NotebookOutlinePosition[ 43101, 1160] -CellTagsIndexPosition[ 43015, 1155] +NotebookDataLength[ 50227, 1286] +NotebookOptionsPosition[ 40872, 1106] +NotebookOutlinePosition[ 43136, 1162] +CellTagsIndexPosition[ 43050, 1157] WindowTitle->DeltaLP WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "71830c7e-170a-4880-85cc-dad0867ebf8c"], + "5793c22d-b0bb-4b76-8590-7802845db789"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0d8a3cab-27c3-4b15-a02f-c401a7d937cd"], + "7db22739-1df6-481c-b108-0bc319d77650"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cc213b36-6df2-4385-9af4-21d70143bbdd"] - }],ExpressionUUID->"4497431d-bbe9-4ae8-87fe-e94c992fe263"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "3fcafb39-1fd3-4833-858b-91023d52e56b"] + }],ExpressionUUID->"8bd412be-1399-4c8b-9344-682f057b8139"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3e312cb6-c81c-4bab-94ad-3a233f133aa3"], + "5a5d90e6-2dc5-4658-b800-e9ee0a372cdb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9b35e592-8097-46d2-bb83-d1a950939428"] - }],ExpressionUUID->"89ac606c-a8d9-47d7-baec-259a1d885599"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6581e23f-fb10-4ada-a478-776eb570ca1d"] + }],ExpressionUUID->"6c17b628-5ff6-48ff-99ab-0c4add67dc71"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "250516ce-d9b9-4ae5-a6df-5a6c94b9a041"], + "eca6fb87-4fbf-42b9-b4bc-65bb6b56f097"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "38d256b5-2264-479b-90b2-f14fc99b0158"] - }],ExpressionUUID->"ca3a6052-d5c0-49ff-aaa2-4e6cd941ddf2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "930e979a-be8c-4569-aaa6-e70588c4fbe8"] + }],ExpressionUUID->"0cfd8108-883e-458c-9a65-31b626d98737"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "253f9993-6a79-488c-9e81-f7a8ac56a464"], + "3cca74b5-426c-4e1f-b603-92f9f352c179"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "72c54476-f4f2-4aed-8b11-ea245dca4045"] - }],ExpressionUUID->"7fa394c3-1254-4fa2-9e0c-52d2a17c7fc2"], - StripOnInput->False], {"\<\"TUG/ref/DeltaLP\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DeltaLP"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DeltaLP.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$62617], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/DeltaLP" <> - ".html"], None}]}]}, + "bd66bf7a-149d-465d-b120-4d6981706818"] + }],ExpressionUUID->"e1fb5c38-dc5e-48e4-b0a9-6d4948a1090c"], + StripOnInput->False],{ + "\"TUG/ref/DeltaLP\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DeltaLP"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DeltaLP.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$66773], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DeltaLP" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "38fd8dbc-e1dd-4ea4-bb93-eafa6ec7d88f"] + "cd3940a5-c2c3-4323-bfb6-d82f9adb70f7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "03f8cee5-bf4d-4906-8355-815e32da1650"]} + "2e6e3aac-c922-48fe-8937-381ccde34a45"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b3412f46-3bc4-421e-8ecb-b85d5d4ffa36"], + CellID->1,ExpressionUUID->"b66ae7e1-3d89-4f2d-83a8-0aab38897630"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ad42ae2d-c292-4f52-9537-a3f828b4df76"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"59941b3d-b3ed-4b8f-b0fb-50fdf5d20700"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DeltaLP", "ObjectName",ExpressionUUID-> - "2b638149-4121-4b43-8930-5b279c9c38d0"], + "1f132d80-a195-4557-a2a5-7283903da53b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"18d41f16-f79f-4a74-8906-f9cb453b1959"], + "Spacer1"]],ExpressionUUID->"82f1911f-033b-4e1c-a995-2001cbbfeb3c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0f650ee8-2a6e-4cdf-b28d-b7de8a71f8fa"] - }],ExpressionUUID->"70317a05-1a42-4276-bb8a-0fddd965cb0d"], Cell[BoxData[ + "f476736c-ddd4-4fb2-916b-91fc90c6dc58"] + }],ExpressionUUID->"643e8f6d-4d67-4539-a2e9-17eab650b98f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a2d1d14e-2dba-46ad-a38f-8e1b1e528496"]} + "a8b7b43d-faaa-4415-a279-8d8c09084fc8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c4691ec4-bf45-48bf-b1d7-dc2a91c1fffc"], + CacheGraphics->False,ExpressionUUID->"e37ca1d1-4d5b-4042-9654-7c9e857517cf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "21211625-683f-4e3f-8915-38da95c449ee"], " \[LineSeparator]determines the largest amount d_ij that can be \ transferred from player i to player j while remaining in the epsilon-core." - }],ExpressionUUID->"77db065d-7abf-4a9f-bede-feb748853a1d"]}, + }],ExpressionUUID->"a1102cd1-39c3-4670-93e0-71becf71586a"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"DeltaLP", "[", @@ -250,7 +254,7 @@ transferred from player i to player j while remaining in the epsilon-core." "78c79956-b528-4b55-b8cd-275ea7aee7e9"], " \[LineSeparator]by option set the solver can be changed from \ LinearOptimization to NMaximize." - }],ExpressionUUID->"cc38ff49-2d87-4420-aa74-400e9a95eecf"]} + }],ExpressionUUID->"70c4589a-b310-460e-8b4f-641c153f83cf"]} }]], "Usage", CellID->1921146561,ExpressionUUID->"f04d7c53-da6c-419f-91c0-72c3db282529"] }, Open ]], @@ -283,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"44701b76-bdd2-43b6-b774-b4cdb4b4a3c9"], + ExpressionUUID->"d17bd138-f487-46ba-978b-66cfbf3b1354"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c52e1cb4-9d4a-483e-ada3-d8f881ca21be"], + "Spacer1"]],ExpressionUUID->"41179d9b-2728-46f8-a1fb-411da409bde3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f49888e9-bbdc-4d11-a25c-ff81788f829b"], + }], "NotesFrameText",ExpressionUUID->"03df4c8f-0946-4448-af52-431eaea3d1fe"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d5050fba-06c0-49ab-9c5a-b2166845db09"]], \ + "Preemptive"]],ExpressionUUID->"63a7b1ba-5a66-43da-85e0-694108c133fd"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->394530112,ExpressionUUID->"a462589a-b540-4d20-a0bf-1570c6d0bf44"], + CellID->393171277,ExpressionUUID->"283fb271-2c7d-42ab-ba03-946446ec57a2"], Cell[TextData[{ "The input expression ", @@ -396,11 +400,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8132f5bd-98d2-45e2-973c-e2e4bd81986a"], "RevisedSimplex", Cell[ + "f381085c-4e74-430d-9b24-65fd2a18fb63"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"abb2c51e-2cf6-4f03-b0f3-c3e6b65e33c1"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "129c1e7d-552d-420b-a577-9426e9479c36"], + "1338d4e3-2cfa-4c7a-b904-c91ef8c9e61a"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -416,11 +420,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d17afbda-f050-4f8c-b83d-b77f415ae73c"], "CLP", Cell[ + "69cc4910-7d36-4408-a939-4c3c49880e1d"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"d9b0c124-b427-418e-aab4-9a93684a1ba5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "88e4ebe4-8c7f-4e42-b1be-53d8a3b47867"], + "fc6a9a61-bf19-4647-b65c-517bad6abc3a"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -436,11 +440,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "22a285d1-72f7-4870-b04a-39978a7e2af6"], "InteriorPoint", Cell[ + "040b2d18-40b9-4dd6-9d86-6a4d8a6e9c70"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"0eae1edf-8597-4a26-8d42-341dfc28771a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "61096d15-83ec-4c27-9394-b6b4c37e4561"], + "aa127739-844b-413b-8476-d0e0390fa62d"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -462,7 +466,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "83af26cd-60a6-4480-a5b9-2ce483b22de4"], + "fdfb4fa8-1b9d-41f4-a80b-f618a9bde592"], TemplateBox[{ Cell[ TextData["CallMaximize"]], "paclet:TUG/ref/CallMaximize", @@ -472,7 +476,7 @@ Cell[BoxData[GridBox[{ "use NMaximize to find a solution.", "TableText",ExpressionUUID-> "1cfe56ca-1ece-42ad-9b51-6a8f59cc14f0"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a306c958-da50-4259-bd39-cd91ba171b7f"], + "4c535d2c-0e71-4d24-a474-147b974b0bbe"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -548,19 +552,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f8b7a9b-da2b-4a66-b1a5-9d795f5aed37"], + ExpressionUUID->"29fda9c5-b582-451d-adfd-5946399435f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"65bca825-cf3d-43e5-90f7-10fb6e19486e"], + "Spacer1"]],ExpressionUUID->"91a2f799-a9d9-4433-ac51-38e01a2898e3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "232ad599-018c-46c8-9df2-d4aa9c19da00"] + "1caf9629-4d6f-4108-a8bc-8a099cd333d8"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1419533056,ExpressionUUID->"8f2787f2-eb36-4e3d-b762-5019d4d52d33"], + CellID->1701130502,ExpressionUUID->"bd7117d9-e4f1-4489-9b8a-fd29f46f9e5b"], Cell[CellGroupData[{ @@ -589,18 +593,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8a440b4d-d9ac-4e41-b77f-dc37e8b785a1"], + ExpressionUUID->"3dcc2556-b474-4175-be85-8bf2f6c26088"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"390c4843-603b-4355-8cfd-4ad6259e211c"], + "Spacer1"]],ExpressionUUID->"f6600f58-66b2-4cd6-b8c8-aa0004c5350b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5203e984-7c5f-47fa-abc2-10eb87b71969"] + "ae043a0a-e766-4f75-a4c1-ea7190a4382b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->447444184,ExpressionUUID->"18c33cdb-6666-40df-bcc3-b377da8881e7"], + CellID->1016220797,ExpressionUUID->"c190a7dc-8958-4f7e-bcf2-78326e0bdfc8"], Cell["Loading the package:", "ExampleText", CellID->1015149591,ExpressionUUID->"a46e449d-960a-4251-a66a-f60f8f703d38"], @@ -807,8 +811,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -956,15 +958,15 @@ Cell[BoxData[GridBox[{ "7ddfdefe-4904-4c12-8f60-f558a1ff36d0"] }], "SeeAlso",ExpressionUUID->"bbee6c92-7edc-4a8f-9950-7d9923500955"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7801b064-f2d1-4494-86d4-\ -558f1c76e49d"], + }]], "SeeAlsoSection",ExpressionUUID->"04156250-82bd-47b1-8ede-\ +725f553344db"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -976,9 +978,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"eb1abb0b-9b1b-4e3b-aace-5f701f5c6580"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d7314d34-8961-4985-bec1-\ -3b8843bd0224"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"203ab362-7a67-48ed-a1ca-\ +85e4bc2d6c84"], Cell[BoxData[GridBox[{ { @@ -995,7 +996,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "548159b7-efab-428f-bab1-a358213386d8"]}]}, + "8a1cdecd-8597-435d-86b2-6c88360c010f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1003,10 +1004,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fb8869cc-5181-40fc-903c-599b25de89e0"]}]} + "85933546-c5b1-499d-94e5-befc9a22457b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"62914b87-9fab-44aa-bddb-\ -49f1cb9dfc70"], + }]], "MoreAboutSection",ExpressionUUID->"13d0f648-93eb-47e6-8657-\ +e70155f6bd78"], Cell[BoxData[GridBox[{ { @@ -1033,7 +1034,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "28aa7146-f859-4478-967f-abec70cd985b"]], "RelatedLinks", + "f8f8ca37-5a2a-4016-a0a0-00e98d09289e"]], "RelatedLinks", ExpressionUUID->"6efbb638-2bcc-448d-b9ec-e751197dd013"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1050,7 +1051,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1307aa0e-dc3d-459b-9191-ea19b655a7ed"]], "RelatedLinks", + "3595fc4c-b527-4e6d-8e18-774dd8102e62"]], "RelatedLinks", ExpressionUUID->"66624490-066a-4fc7-87b9-f0c28931d5fa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1067,11 +1068,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1068aba4-3542-44ba-af34-2e089f9f8bc5"]], "RelatedLinks", + "d687aba6-0594-4554-ba52-c5d299af6c24"]], "RelatedLinks", ExpressionUUID->"ad5fd2be-371f-4553-a4c4-d6b2b306a77f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e774ebcd-1cf3-4c03-9c84-\ -5b79d34974ab"], + }]], "RelatedLinksSection",ExpressionUUID->"74204ee1-2ebf-4f35-8f9b-\ +9cf7874cec97"], Cell[CellGroupData[{ @@ -1101,11 +1102,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e631089e-b6ad-4f8b-a0b8-4a00eaf5812c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"684738c2-512f-46bd-b3de-aeecbd10c29c"] +Cell[" ", "FooterCell",ExpressionUUID->"cb8a3468-e1cd-427b-9eed-f14e7ba5ebf6"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DeltaLP", TaggingRules->{ @@ -1116,7 +1117,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 15.297089}", + "built" -> "{2024, 6, 3, 16, 52, 13.256389}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1125,10 +1126,11 @@ TaggingRules->{ be transferred from player i to player j while remaining in the epsilon-core. \ DeltaLP[game, i, j, eps_val, options] by option set the solver can be changed \ from LinearOptimization to NMaximize.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "DeltaLP", "titlemodifier" -> "", "windowtitle" -> "DeltaLP", - "type" -> "Symbol", "uri" -> "TUG/ref/DeltaLP"}}, + "title" -> "DeltaLP", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DeltaLP", "type" -> "Symbol", "uri" -> + "TUG/ref/DeltaLP"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1137,9 +1139,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"383ba47b-21db-49e6-8083-eddf92f31a82" +ExpressionUUID->"014a9b02-a9c1-4781-9466-899974e9a799" ] (* End of Notebook Content *) @@ -1147,147 +1149,145 @@ ExpressionUUID->"383ba47b-21db-49e6-8083-eddf92f31a82" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20398, 525, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8f2787f2-eb36-4e3d-b762-5019d4d52d33", + Cell[20443, 529, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"bd7117d9-e4f1-4489-9b8a-fd29f46f9e5b", CellTags->"PrimaryExamplesSection", - CellID->1419533056]} + CellID->1701130502]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42814, 1148} + {"PrimaryExamplesSection", 42849, 1150} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7097, 168, 56, "AnchorBarGrid",ExpressionUUID->"b3412f46-3bc4-421e-8ecb-b85d5d4ffa36", +Cell[579, 21, 7142, 172, 57, "AnchorBarGrid",ExpressionUUID->"b66ae7e1-3d89-4f2d-83a8-0aab38897630", CellID->1], -Cell[7679, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ad42ae2d-c292-4f52-9537-a3f828b4df76"], +Cell[7724, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"59941b3d-b3ed-4b8f-b0fb-50fdf5d20700"], Cell[CellGroupData[{ -Cell[7790, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"c4691ec4-bf45-48bf-b1d7-dc2a91c1fffc"], -Cell[9074, 232, 1046, 22, 187, "Usage",ExpressionUUID->"f04d7c53-da6c-419f-91c0-72c3db282529", +Cell[7835, 199, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"e37ca1d1-4d5b-4042-9654-7c9e857517cf"], +Cell[9119, 236, 1046, 22, 186, "Usage",ExpressionUUID->"f04d7c53-da6c-419f-91c0-72c3db282529", CellID->1921146561] }, Open ]], Cell[CellGroupData[{ -Cell[10157, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"a462589a-b540-4d20-a0bf-1570c6d0bf44", +Cell[10202, 263, 1894, 47, 37, "NotesSection",ExpressionUUID->"283fb271-2c7d-42ab-ba03-946446ec57a2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->394530112], -Cell[12054, 308, 1471, 34, 99, "Notes",ExpressionUUID->"d5ceb120-f76a-4977-80a1-e275a191eacb", + CellID->393171277], +Cell[12099, 312, 1471, 34, 99, "Notes",ExpressionUUID->"d5ceb120-f76a-4977-80a1-e275a191eacb", CellID->416693602], -Cell[13528, 344, 489, 12, 37, "Notes",ExpressionUUID->"7b2b61c7-6a14-426f-ae85-7ddaded6279c", +Cell[13573, 348, 489, 12, 38, "Notes",ExpressionUUID->"7b2b61c7-6a14-426f-ae85-7ddaded6279c", CellID->177724765], -Cell[14020, 358, 172, 3, 36, "Notes",ExpressionUUID->"79d20b60-9931-49c6-867b-9d54976b3cd2", +Cell[14065, 362, 172, 3, 36, "Notes",ExpressionUUID->"79d20b60-9931-49c6-867b-9d54976b3cd2", CellID->1674115195], -Cell[14195, 363, 281, 7, 36, "Notes",ExpressionUUID->"5e043155-60ca-4687-8a6d-9516ffd58966", +Cell[14240, 367, 281, 7, 36, "Notes",ExpressionUUID->"5e043155-60ca-4687-8a6d-9516ffd58966", CellID->2120781814], -Cell[14479, 372, 129, 1, 36, "Notes",ExpressionUUID->"32bf025b-9d56-4306-8087-0b4a97a7f845", +Cell[14524, 376, 129, 1, 36, "Notes",ExpressionUUID->"32bf025b-9d56-4306-8087-0b4a97a7f845", CellID->102268035], -Cell[14611, 375, 282, 5, 57, "Notes",ExpressionUUID->"846e74cf-65ec-4fba-87f3-e6c01a47dd7c", +Cell[14656, 379, 282, 5, 57, "Notes",ExpressionUUID->"846e74cf-65ec-4fba-87f3-e6c01a47dd7c", CellID->1210693388], -Cell[14896, 382, 386, 12, 37, "Notes",ExpressionUUID->"1e9de03a-df31-45d9-ba80-545e00cbd1d5", +Cell[14941, 386, 386, 12, 38, "Notes",ExpressionUUID->"1e9de03a-df31-45d9-ba80-545e00cbd1d5", CellID->24981], -Cell[15285, 396, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"b15cc426-ecfc-4d16-bb90-4469c2cc9532", +Cell[15330, 400, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"b15cc426-ecfc-4d16-bb90-4469c2cc9532", CellID->12695], -Cell[16180, 416, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"bc37aecc-38e5-4244-a8c3-75007ec943bd", +Cell[16225, 420, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"bc37aecc-38e5-4244-a8c3-75007ec943bd", CellID->1546107665], -Cell[17038, 436, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"8c1fd534-3cea-4cad-b7f3-0b3575ccb5d1", +Cell[17083, 440, 867, 18, 67, "2ColumnTableMod",ExpressionUUID->"8c1fd534-3cea-4cad-b7f3-0b3575ccb5d1", CellID->512784626], -Cell[17908, 456, 267, 4, 70, "Notes",ExpressionUUID->"35a9dd30-5b7c-4002-83bc-33b004f6a8d5", +Cell[17953, 460, 267, 4, 70, "Notes",ExpressionUUID->"35a9dd30-5b7c-4002-83bc-33b004f6a8d5", CellID->13178], -Cell[18178, 462, 1089, 25, 70, "3ColumnTableMod",ExpressionUUID->"3ccab3b9-f883-44bd-ae7d-5ae2b02a6ee3", +Cell[18223, 466, 1089, 25, 70, "3ColumnTableMod",ExpressionUUID->"3ccab3b9-f883-44bd-ae7d-5ae2b02a6ee3", CellID->11156], -Cell[19270, 489, 478, 14, 70, "Notes",ExpressionUUID->"9b0561f5-3d9f-471b-ad81-dd856d207428", +Cell[19315, 493, 478, 14, 70, "Notes",ExpressionUUID->"9b0561f5-3d9f-471b-ad81-dd856d207428", CellID->2041037989], -Cell[19751, 505, 520, 14, 70, "Notes",ExpressionUUID->"a0a30429-8a76-4014-8478-d314a03a69fd", +Cell[19796, 509, 520, 14, 70, "Notes",ExpressionUUID->"a0a30429-8a76-4014-8478-d314a03a69fd", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20398, 525, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8f2787f2-eb36-4e3d-b762-5019d4d52d33", +Cell[20443, 529, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"bd7117d9-e4f1-4489-9b8a-fd29f46f9e5b", CellTags->"PrimaryExamplesSection", - CellID->1419533056], + CellID->1701130502], Cell[CellGroupData[{ -Cell[21844, 566, 1398, 36, 70, "ExampleSection",ExpressionUUID->"18c33cdb-6666-40df-bcc3-b377da8881e7", - CellID->447444184], -Cell[23245, 604, 119, 1, 70, "ExampleText",ExpressionUUID->"a46e449d-960a-4251-a66a-f60f8f703d38", +Cell[21889, 570, 1399, 36, 70, "ExampleSection",ExpressionUUID->"c190a7dc-8958-4f7e-bcf2-78326e0bdfc8", + CellID->1016220797], +Cell[23291, 608, 119, 1, 70, "ExampleText",ExpressionUUID->"a46e449d-960a-4251-a66a-f60f8f703d38", CellID->1015149591], Cell[CellGroupData[{ -Cell[23389, 609, 167, 3, 70, "Input",ExpressionUUID->"152da7ea-2630-4875-8259-bedd0faa33fa", +Cell[23435, 613, 167, 3, 70, "Input",ExpressionUUID->"152da7ea-2630-4875-8259-bedd0faa33fa", CellID->307152072], Cell[CellGroupData[{ -Cell[23581, 616, 236, 4, 70, "Print",ExpressionUUID->"fa5dd906-d336-4e7c-8651-f446e6a9894d", +Cell[23627, 620, 236, 4, 70, "Print",ExpressionUUID->"fa5dd906-d336-4e7c-8651-f446e6a9894d", CellID->355884700], -Cell[23820, 622, 365, 8, 70, "Print",ExpressionUUID->"37101ff0-35ec-4ddb-9209-52cfc21856b1", +Cell[23866, 626, 365, 8, 70, "Print",ExpressionUUID->"37101ff0-35ec-4ddb-9209-52cfc21856b1", CellID->111593954], -Cell[24188, 632, 237, 4, 70, "Print",ExpressionUUID->"cb86b521-f901-4494-bc28-b446afbb9239", +Cell[24234, 636, 237, 4, 70, "Print",ExpressionUUID->"cb86b521-f901-4494-bc28-b446afbb9239", CellID->1031104244], -Cell[24428, 638, 220, 3, 70, "Print",ExpressionUUID->"a6b25533-bfe4-447f-9442-4798b37b1b8a", +Cell[24474, 642, 220, 3, 70, "Print",ExpressionUUID->"a6b25533-bfe4-447f-9442-4798b37b1b8a", CellID->132378366], -Cell[24651, 643, 208, 3, 70, "Print",ExpressionUUID->"119fe160-4451-493c-b5ca-4305d5c07b67", +Cell[24697, 647, 208, 3, 70, "Print",ExpressionUUID->"119fe160-4451-493c-b5ca-4305d5c07b67", CellID->2049973495], -Cell[24862, 648, 237, 4, 70, "Print",ExpressionUUID->"9eacb23e-bb22-40e6-92b8-3f21c21646b4", +Cell[24908, 652, 237, 4, 70, "Print",ExpressionUUID->"9eacb23e-bb22-40e6-92b8-3f21c21646b4", CellID->916287155], -Cell[25102, 654, 221, 3, 70, "Print",ExpressionUUID->"7ebe3218-8dca-4163-bae0-92e1acf44129", +Cell[25148, 658, 221, 3, 70, "Print",ExpressionUUID->"7ebe3218-8dca-4163-bae0-92e1acf44129", CellID->1087871530], -Cell[25326, 659, 236, 4, 70, "Print",ExpressionUUID->"f675d116-5944-46b9-a5d1-7c5009fd275c", +Cell[25372, 663, 236, 4, 70, "Print",ExpressionUUID->"f675d116-5944-46b9-a5d1-7c5009fd275c", CellID->948313753], -Cell[25565, 665, 237, 4, 70, "Print",ExpressionUUID->"3f59f92d-f60e-4400-bdd8-7b6d07d32be6", +Cell[25611, 669, 237, 4, 70, "Print",ExpressionUUID->"3f59f92d-f60e-4400-bdd8-7b6d07d32be6", CellID->1879619594], -Cell[25805, 671, 207, 3, 70, "Print",ExpressionUUID->"34747f4c-1c44-4487-a335-463bbfa21f3c", +Cell[25851, 675, 207, 3, 70, "Print",ExpressionUUID->"34747f4c-1c44-4487-a335-463bbfa21f3c", CellID->321495968], -Cell[26015, 676, 236, 4, 70, "Print",ExpressionUUID->"52fd05fd-03bf-4332-9111-1ee23ab56a6a", +Cell[26061, 680, 236, 4, 70, "Print",ExpressionUUID->"52fd05fd-03bf-4332-9111-1ee23ab56a6a", CellID->128282617] }, Open ]] }, Open ]], -Cell[26278, 684, 137, 1, 70, "ExampleText",ExpressionUUID->"e50e7195-69c5-4e2e-beda-9a5534f66579", +Cell[26324, 688, 137, 1, 70, "ExampleText",ExpressionUUID->"e50e7195-69c5-4e2e-beda-9a5534f66579", CellID->1351498184], -Cell[26418, 687, 234, 6, 70, "Input",ExpressionUUID->"709a4e92-7894-4e00-a6b8-1fa67532fc67", +Cell[26464, 691, 234, 6, 70, "Input",ExpressionUUID->"709a4e92-7894-4e00-a6b8-1fa67532fc67", CellID->619118993], -Cell[26655, 695, 380, 9, 70, "Input",ExpressionUUID->"527010eb-2d44-4b6f-aa81-4c0bc8527bd8", +Cell[26701, 699, 380, 9, 70, "Input",ExpressionUUID->"527010eb-2d44-4b6f-aa81-4c0bc8527bd8", CellID->563873683], -Cell[27038, 706, 238, 6, 70, "Input",ExpressionUUID->"27b6f8f7-e9c0-44f4-a600-827a5b3cf852", +Cell[27084, 710, 238, 6, 70, "Input",ExpressionUUID->"27b6f8f7-e9c0-44f4-a600-827a5b3cf852", CellID->1473785529], -Cell[27279, 714, 190, 4, 70, "ExampleText",ExpressionUUID->"be5beb26-e853-4c06-995e-ab1d71a611ff", +Cell[27325, 718, 190, 4, 70, "ExampleText",ExpressionUUID->"be5beb26-e853-4c06-995e-ab1d71a611ff", CellID->137537529], Cell[CellGroupData[{ -Cell[27494, 722, 165, 3, 70, "Input",ExpressionUUID->"a473e168-6809-4775-8f79-ba98b262c6b3", +Cell[27540, 726, 165, 3, 70, "Input",ExpressionUUID->"a473e168-6809-4775-8f79-ba98b262c6b3", CellID->2121306350], -Cell[27662, 727, 289, 7, 36, "Output",ExpressionUUID->"d19e3983-517f-4bd3-9d53-c48aa6955f08", +Cell[27708, 731, 289, 7, 36, "Output",ExpressionUUID->"d19e3983-517f-4bd3-9d53-c48aa6955f08", CellID->399680147] }, Open ]], -Cell[27966, 737, 229, 4, 70, "ExampleText",ExpressionUUID->"2144a7bf-f4b1-40e6-b0f6-22606ffe19b7", +Cell[28012, 741, 229, 4, 70, "ExampleText",ExpressionUUID->"2144a7bf-f4b1-40e6-b0f6-22606ffe19b7", CellID->2096939653], Cell[CellGroupData[{ -Cell[28220, 745, 233, 5, 70, "Input",ExpressionUUID->"22c65ab1-76c3-47e8-a163-e674c3fcd34c", +Cell[28266, 749, 233, 5, 70, "Input",ExpressionUUID->"22c65ab1-76c3-47e8-a163-e674c3fcd34c", CellID->390284109], -Cell[28456, 752, 610, 18, 36, "Output",ExpressionUUID->"f7a04ab7-4fcf-423c-9685-2dfaa8f99033", +Cell[28502, 756, 610, 18, 36, "Output",ExpressionUUID->"f7a04ab7-4fcf-423c-9685-2dfaa8f99033", CellID->1653572814] }, Open ]], Cell[CellGroupData[{ -Cell[29103, 775, 293, 6, 70, "Input",ExpressionUUID->"59423332-a86f-42b1-97a4-cb021b79607f", +Cell[29149, 779, 293, 6, 70, "Input",ExpressionUUID->"59423332-a86f-42b1-97a4-cb021b79607f", CellID->481694027], -Cell[29399, 783, 591, 17, 36, "Output",ExpressionUUID->"9b96cd4b-a36c-4a50-9570-07ba73c107bc", +Cell[29445, 787, 591, 17, 36, "Output",ExpressionUUID->"9b96cd4b-a36c-4a50-9570-07ba73c107bc", CellID->1923601864] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30278, 813, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"04156250-82bd-47b1-8ede-725f553344db"], +Cell[35772, 963, 670, 18, 70, "TechNotesSection",ExpressionUUID->"203ab362-7a67-48ed-a1ca-85e4bc2d6c84"], +Cell[36445, 983, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"13d0f648-93eb-47e6-8657-e70155f6bd78"], +Cell[37481, 1011, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"74204ee1-2ebf-4f35-8f9b-9cf7874cec97"], Cell[CellGroupData[{ -Cell[30254, 811, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"7801b064-f2d1-4494-86d4-558f1c76e49d"], -Cell[35748, 961, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d7314d34-8961-4985-bec1-3b8843bd0224"] -}, Open ]], -Cell[36433, 982, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"62914b87-9fab-44aa-bddb-49f1cb9dfc70"], -Cell[37469, 1010, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"e774ebcd-1cf3-4c03-9c84-5b79d34974ab"], -Cell[CellGroupData[{ -Cell[39735, 1077, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cfc8f6e4-baba-4e16-b189-5599be697850", +Cell[39747, 1078, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cfc8f6e4-baba-4e16-b189-5599be697850", CellID->846008140], -Cell[39875, 1080, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0898d6ea-2bcd-41a5-afdc-e53e41fec3a7", +Cell[39887, 1081, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0898d6ea-2bcd-41a5-afdc-e53e41fec3a7", CellID->1194386356], -Cell[40097, 1086, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"534703b8-f637-44d0-a9dc-96c9f11d6862", +Cell[40109, 1087, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"534703b8-f637-44d0-a9dc-96c9f11d6862", CellID->1641706272], -Cell[40312, 1091, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"79096dd4-f108-4dc3-a57f-7595af5ea0bc", +Cell[40324, 1092, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"79096dd4-f108-4dc3-a57f-7595af5ea0bc", CellID->399251956], -Cell[40541, 1097, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e631089e-b6ad-4f8b-a0b8-4a00eaf5812c", +Cell[40553, 1098, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e631089e-b6ad-4f8b-a0b8-4a00eaf5812c", CellID->821434655] }, Open ]], -Cell[40778, 1103, 78, 0, 70, "FooterCell",ExpressionUUID->"684738c2-512f-46bd-b3de-aeecbd10c29c"] +Cell[40790, 1104, 78, 0, 70, "FooterCell",ExpressionUUID->"cb8a3468-e1cd-427b-9eed-f14e7ba5ebf6"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DetEqClass.nb b/Documentation/English/ReferencePages/Symbols/DetEqClass.nb index 9bcd4e1..8f72ea5 100644 --- a/Documentation/English/ReferencePages/Symbols/DetEqClass.nb +++ b/Documentation/English/ReferencePages/Symbols/DetEqClass.nb @@ -3,7 +3,7 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: @@ -11,9 +11,9 @@ NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 49991, 1320] -NotebookOptionsPosition[ 40293, 1126] -NotebookOutlinePosition[ 42395, 1180] -CellTagsIndexPosition[ 42309, 1175] +NotebookOptionsPosition[ 40312, 1128] +NotebookOutlinePosition[ 42431, 1182] +CellTagsIndexPosition[ 42345, 1177] WindowTitle->DetEqClass WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ab34aa45-82ac-4e32-8a07-064dadb0dc87"], + "c11e774c-6ad7-40a5-9f2a-b1a0c5955cc0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6deb49b4-3972-4d89-b030-1a67467e6614"], + "880264b9-51f1-45d4-b36f-2527a937ef12"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f386b2bb-036d-4be6-abff-db2501af25bf"] - }],ExpressionUUID->"82346d3c-7a97-42e8-9cef-911301771154"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "d520ae99-9556-495f-a974-c37ce89ec980"] + }],ExpressionUUID->"f88eaa14-00c7-40b7-ba57-3018bb17bab0"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "461eec03-17e5-4928-bf9f-d58785debd50"], + "d80b324e-81a9-42be-90eb-53d8e0e7969b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f5d729b3-0274-4247-ab67-243d31721fd9"] - }],ExpressionUUID->"27cdaffe-1e81-43cc-91d5-32d6ccba19d9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f4e02f6f-668d-4e9d-aac5-025dd58a0b91"] + }],ExpressionUUID->"17c56d8c-c21c-4802-a8d6-191513d25696"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "668c65ad-ac49-4793-9003-190999a8550e"], + "f7e908a0-96dc-4d54-a73a-91162ef43470"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b1ca7f47-60ec-4327-b112-9c8cf104dc14"] - }],ExpressionUUID->"7800e002-8bf3-446c-8e0c-a7148998abbc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8a71d876-916a-4973-9705-837ff5949043"] + }],ExpressionUUID->"133f9867-9c46-420e-9f0a-9a7a63c84b2d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2a60616e-3342-4fcf-b81a-d4f352b73fd7"], + "f0993e6f-8bbe-41de-9c87-dc69d403ed5d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7b8d4b9-5d88-4f29-8ef3-83dcf55a6374"] - }],ExpressionUUID->"527aec6e-3943-49eb-94aa-70db20bb5695"], - StripOnInput->False], {"\<\"TUG/ref/DetEqClass\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DetEqClass"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DetEqClass.\ + "7db1dd05-2150-4af4-9480-546592b25be5"] + }],ExpressionUUID->"6b969d16-2f7a-4104-b05a-d38fc205e26b"], + StripOnInput->False],{ + "\"TUG/ref/DetEqClass\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DetEqClass"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DetEqClass.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$63197], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DetEqClass" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$67387], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DetEqClass" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc2e678c-f544-4f2a-931f-acb4d5ce7d37"] + "5afc8fbf-8212-46b5-bcd9-042d55affe0e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7bbba33b-20a0-445f-9c7f-6b7d696c1c94"]} + "e5f95fca-5fd5-46a4-a09a-2f08bc6e893a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"46439f9e-0472-4e46-955e-e97744b575b9"], + CellID->1,ExpressionUUID->"0f274cdd-28b1-448c-8478-b0b2d30775c7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"2812d841-0ff0-4a9e-b73b-2ab39c6ce8a7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"86cacd55-714f-44d1-a13b-2a9f0fc6638c"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DetEqClass", "ObjectName",ExpressionUUID-> - "97410cdd-3512-4e25-8701-c381ebc95ff2"], + "a863702b-fe06-4f7e-932c-212cd869b7b7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4d6e5299-1ab9-4617-bc3d-68365f016380"], + "Spacer1"]],ExpressionUUID->"658402f2-8df9-46f3-a3b4-dee16b0b4fb2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4489b905-490b-4eac-ba18-42a44d067e50"] - }],ExpressionUUID->"393aeb6f-e6b4-43fe-b3a5-1d9cb38b5622"], Cell[BoxData[ + "41ed1464-33a4-4340-9c35-5c102687903c"] + }],ExpressionUUID->"a9a066a5-8103-47e8-846c-754ec6b97292"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1dcce8ce-8fbf-4cbb-b80b-5e427f42d598"]} + "9bc60c6e-0a06-4c5f-bc68-5ba88a64acd7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"300b9818-2573-491f-af6f-2d4cb7527a36"], + CacheGraphics->False,ExpressionUUID->"79cd1e85-c96e-4cfc-9270-13227433a1ae"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "cc4a511f-c8df-4b8a-8810-09d6cb36c66e"], " \[LineSeparator]determines from a derived bargaining unanimity matrix \ the associated payoff equivalence class." - }],ExpressionUUID->"2354479a-9fb0-4e0e-ad80-fe542224936c"]} + }],ExpressionUUID->"0cde0e25-7673-4a93-a239-d8520fa62ee7"]} }]], "Usage", CellID->218840472,ExpressionUUID->"dda5dbdb-d37a-4a0f-aa1f-8a5f06d2713d"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2454e804-7a78-454c-b926-f738b2865be3"], + ExpressionUUID->"21422d8d-c1f1-47b1-b990-5bb775a967df"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5a98d34f-b9f1-43e8-88a7-d9a0b493c8c9"], + "Spacer1"]],ExpressionUUID->"aa46cb79-c3be-4d09-9626-c8baf6fba4b8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"330e5ef7-6bbf-4211-8ef5-775681a1d2b3"], + }], "NotesFrameText",ExpressionUUID->"4d1f5e25-825d-4736-909f-0d9f88c63023"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ddeb1336-7ab5-44ca-a0d4-0b7fbe785014"]], \ + "Preemptive"]],ExpressionUUID->"61a23373-23e9-45da-b6c5-cf8d7786ff20"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1268778477,ExpressionUUID->"f1de47a1-a4e4-496b-ac5a-d90ae39ebfa2"], + CellID->272158360,ExpressionUUID->"ddb10483-2b38-4d7f-b765-e312174976a7"], Cell[TextData[{ "The input expression ", @@ -374,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0df65744-08d2-43a4-9ae5-93f14b454ba4"], + ExpressionUUID->"afb543e9-631a-439f-9570-e3efb7dae997"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8e7069d6-9e41-482f-a8f1-d5f752c1c029"], + "Spacer1"]],ExpressionUUID->"68d20270-c78c-46e1-98f0-da165cde45b5"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6c3cf28b-2d55-4fa4-bf93-9f90cd7f8fa1"] + "cbc7b816-e05e-4db9-8578-0f8e18e52a95"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1405614062,ExpressionUUID->"20c025bb-352d-469d-84f2-defa6696a6b2"], + CellID->780267542,ExpressionUUID->"785dc7dc-0348-48ed-bf3a-5ec4f90b83d7"], Cell[CellGroupData[{ @@ -415,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ae44ff5b-8ea5-4fc7-8b84-01e5c61a4632"], + ExpressionUUID->"d77d9fdf-6e93-43ea-bc24-c8a0a3de736d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"99fc02dd-2c40-42d9-b7a2-c7f2f6dd1a01"], + "Spacer1"]],ExpressionUUID->"85c794b1-78fb-4b0a-b47d-d156779a202f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "80f2eebc-f3cd-4e92-937c-57e8c4438e6f"] + "7cc44297-3cc3-4086-a4c0-fd15ddb071c2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1076266116,ExpressionUUID->"02cea8ae-0f90-4407-993b-bceef1f9c182"], + CellID->417640135,ExpressionUUID->"b1c3a703-f8b6-4b92-aa29-5a1fb6765583"], Cell["Loading the package:", "ExampleText", CellID->995315753,ExpressionUUID->"9508d88e-794e-4774-a3cd-091d6730e023"], @@ -828,8 +833,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -977,15 +980,15 @@ Cell[BoxData[GridBox[{ "a684283f-9a9b-4948-8916-afdfee9836af"] }], "SeeAlso",ExpressionUUID->"56d5988d-8926-479b-88a8-3898c7e254e8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d0fff6d3-76e5-4e48-b8fb-\ -9dc32051ce18"], + }]], "SeeAlsoSection",ExpressionUUID->"ae97aa88-8b4a-4e31-bc24-\ +bce37a1b2d81"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -997,9 +1000,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9b378580-f0b7-48cc-8fdc-c243312d5bff"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f9cbedf0-81b2-4923-b112-\ -93939b988ae3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1d4a8c71-919c-4892-9bd2-\ +c809700754fa"], Cell[BoxData[GridBox[{ { @@ -1016,7 +1018,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "43c3df27-a9fe-41e7-b35f-d2330f47bc39"]}]}, + "55e783fd-4daa-42f7-a2ed-457b5577371d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1024,10 +1026,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e773636-4298-42d6-b96c-80fca6f12219"]}]} + "41c32f31-3dbd-4734-8d7c-97db8a82292f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"523a50d2-cd6f-45a3-97d8-\ -12d299708c54"], + }]], "MoreAboutSection",ExpressionUUID->"8216dff7-43c1-4d2a-aad5-\ +ec01a55c2d44"], Cell[BoxData[GridBox[{ { @@ -1054,7 +1056,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7161c769-962f-410c-a45c-50997d24b37d"]], "RelatedLinks", + "11a84114-7f18-463c-86ce-abcf65b1f7d5"]], "RelatedLinks", ExpressionUUID->"d90530ce-ea04-4fab-864d-f4217127ecae"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1071,7 +1073,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe21a394-aef4-4cea-875e-bc9fd7a1fc85"]], "RelatedLinks", + "7c37f9d5-d55c-4c6b-a8ed-c2b3356efe73"]], "RelatedLinks", ExpressionUUID->"faf45a42-3c33-411e-93e8-ba566450937b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1088,11 +1090,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bf86d133-2014-4e9f-9fb4-376047801253"]], "RelatedLinks", + "4978914c-0fb1-4211-ab2d-3507ddf82676"]], "RelatedLinks", ExpressionUUID->"fefd041c-7efb-41bf-b97d-2f95f521c0eb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"71f0c016-a4c3-414a-8490-\ -a638a993aebd"], + }]], "RelatedLinksSection",ExpressionUUID->"fcf92110-be86-48ce-9e2c-\ +c22c01b0b6ad"], Cell[CellGroupData[{ @@ -1122,11 +1124,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b7ac156a-894f-4c27-8aba-55dfeceec727"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ae9b5ce3-7a78-4bdc-8781-934ce0d790ef"] +Cell[" ", "FooterCell",ExpressionUUID->"70c27bb0-cc46-4308-adcd-4f1d68b1efcf"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DetEqClass", TaggingRules->{ @@ -1137,7 +1139,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 16.759818}", + "built" -> "{2024, 6, 3, 16, 52, 14.004357}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1145,10 +1147,10 @@ TaggingRules->{ "DetEqClass[Wmat, T] determines from a derived bargaining unanimity \ matrix the associated payoff equivalence class.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DetEqClass", "titlemodifier" -> "", - "windowtitle" -> "DetEqClass", "type" -> "Symbol", "uri" -> - "TUG/ref/DetEqClass"}}, + "metadescription" -> "", "windowtitle" -> "DetEqClass", "type" -> + "Symbol", "uri" -> "TUG/ref/DetEqClass"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1157,9 +1159,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ba70ec28-aea8-40f5-8875-8a6be0e2fd83" +ExpressionUUID->"fdbc350e-4f3f-4a30-a463-b1a30a96392c" ] (* End of Notebook Content *) @@ -1167,161 +1169,159 @@ ExpressionUUID->"ba70ec28-aea8-40f5-8875-8a6be0e2fd83" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13645, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"20c025bb-352d-469d-84f2-defa6696a6b2", + Cell[13700, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"785dc7dc-0348-48ed-bf3a-5ec4f90b83d7", CellTags->"PrimaryExamplesSection", - CellID->1405614062]} + CellID->780267542]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42108, 1168} + {"PrimaryExamplesSection", 42145, 1170} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7120, 168, 56, "AnchorBarGrid",ExpressionUUID->"46439f9e-0472-4e46-955e-e97744b575b9", +Cell[582, 21, 7176, 173, 57, "AnchorBarGrid",ExpressionUUID->"0f274cdd-28b1-448c-8478-b0b2d30775c7", CellID->1], -Cell[7705, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"2812d841-0ff0-4a9e-b73b-2ab39c6ce8a7"], +Cell[7761, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"86cacd55-714f-44d1-a13b-2a9f0fc6638c"], Cell[CellGroupData[{ -Cell[7816, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"300b9818-2573-491f-af6f-2d4cb7527a36"], -Cell[9103, 232, 535, 11, 111, "Usage",ExpressionUUID->"dda5dbdb-d37a-4a0f-aa1f-8a5f06d2713d", +Cell[7872, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"79cd1e85-c96e-4cfc-9270-13227433a1ae"], +Cell[9159, 237, 535, 11, 111, "Usage",ExpressionUUID->"dda5dbdb-d37a-4a0f-aa1f-8a5f06d2713d", CellID->218840472] }, Open ]], Cell[CellGroupData[{ -Cell[9675, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"f1de47a1-a4e4-496b-ac5a-d90ae39ebfa2", +Cell[9731, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"ddb10483-2b38-4d7f-b765-e312174976a7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1268778477], -Cell[11573, 297, 497, 11, 36, "]]",ExpressionUUID->"fc3b4a32-c904-49ba-bfdc-73e4ea531083", + CellID->272158360], +Cell[11628, 302, 497, 11, 36, "]]",ExpressionUUID->"fc3b4a32-c904-49ba-bfdc-73e4ea531083", CellID->313448337], -Cell[12073, 310, 489, 12, 37, "Notes",ExpressionUUID->"2e6ae011-cae6-4d32-bbdd-621ac5e1634e", +Cell[12128, 315, 489, 12, 38, "Notes",ExpressionUUID->"2e6ae011-cae6-4d32-bbdd-621ac5e1634e", CellID->177724765], -Cell[12565, 324, 302, 5, 57, "Notes",ExpressionUUID->"847a5b61-bb72-4805-9c0c-515cc2000786", +Cell[12620, 329, 302, 5, 57, "Notes",ExpressionUUID->"847a5b61-bb72-4805-9c0c-515cc2000786", CellID->2103833727], -Cell[12870, 331, 170, 3, 36, "Notes",ExpressionUUID->"b8911814-f807-4269-8554-ea01efb42031", +Cell[12925, 336, 170, 3, 36, "Notes",ExpressionUUID->"b8911814-f807-4269-8554-ea01efb42031", CellID->313025842], -Cell[13043, 336, 342, 6, 57, "Notes",ExpressionUUID->"f29c3ea9-f6ff-482c-b004-b154f9f9337f", +Cell[13098, 341, 342, 6, 57, "Notes",ExpressionUUID->"f29c3ea9-f6ff-482c-b004-b154f9f9337f", CellID->1659317279], -Cell[13388, 344, 130, 1, 36, "Notes",ExpressionUUID->"39243ca2-9c25-419b-9699-15a7e2f5e772", +Cell[13443, 349, 130, 1, 36, "Notes",ExpressionUUID->"39243ca2-9c25-419b-9699-15a7e2f5e772", CellID->1953828860] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13645, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"20c025bb-352d-469d-84f2-defa6696a6b2", +Cell[13700, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"785dc7dc-0348-48ed-bf3a-5ec4f90b83d7", CellTags->"PrimaryExamplesSection", - CellID->1405614062], + CellID->780267542], Cell[CellGroupData[{ -Cell[15091, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"02cea8ae-0f90-4407-993b-bceef1f9c182", - CellID->1076266116], -Cell[16493, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"9508d88e-794e-4774-a3cd-091d6730e023", +Cell[15145, 397, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b1c3a703-f8b6-4b92-aa29-5a1fb6765583", + CellID->417640135], +Cell[16546, 435, 118, 1, 39, "ExampleText",ExpressionUUID->"9508d88e-794e-4774-a3cd-091d6730e023", CellID->995315753], Cell[CellGroupData[{ -Cell[16636, 435, 168, 3, 27, "Input",ExpressionUUID->"8bbe04d3-82a2-4ee7-8a88-17f94b15adbd", +Cell[16689, 440, 168, 3, 27, "Input",ExpressionUUID->"8bbe04d3-82a2-4ee7-8a88-17f94b15adbd", CellID->1135312120], Cell[CellGroupData[{ -Cell[16829, 442, 236, 4, 23, "Print",ExpressionUUID->"45b22c85-1984-4ff3-9338-7e20eff5b778", +Cell[16882, 447, 236, 4, 23, "Print",ExpressionUUID->"45b22c85-1984-4ff3-9338-7e20eff5b778", CellID->872856977], -Cell[17068, 448, 365, 8, 23, "Print",ExpressionUUID->"d392ad04-56c0-47ac-8982-6f3ab5535558", +Cell[17121, 453, 365, 8, 23, "Print",ExpressionUUID->"d392ad04-56c0-47ac-8982-6f3ab5535558", CellID->698635936], -Cell[17436, 458, 236, 4, 23, "Print",ExpressionUUID->"3b6685ee-d123-47e6-95a8-3bf2c49b2093", +Cell[17489, 463, 236, 4, 23, "Print",ExpressionUUID->"3b6685ee-d123-47e6-95a8-3bf2c49b2093", CellID->906531667], -Cell[17675, 464, 220, 3, 23, "Print",ExpressionUUID->"58ce5e29-02d6-4d0e-b060-5f3427330178", +Cell[17728, 469, 220, 3, 23, "Print",ExpressionUUID->"58ce5e29-02d6-4d0e-b060-5f3427330178", CellID->253258753], -Cell[17898, 469, 208, 3, 23, "Print",ExpressionUUID->"15b13f8f-3ab8-4487-9f0d-a682fb46fd13", +Cell[17951, 474, 208, 3, 23, "Print",ExpressionUUID->"15b13f8f-3ab8-4487-9f0d-a682fb46fd13", CellID->1096261063], -Cell[18109, 474, 238, 4, 23, "Print",ExpressionUUID->"75c28e2f-6e76-4222-899b-2db778afd5e5", +Cell[18162, 479, 238, 4, 23, "Print",ExpressionUUID->"75c28e2f-6e76-4222-899b-2db778afd5e5", CellID->1791538299], -Cell[18350, 480, 220, 3, 23, "Print",ExpressionUUID->"8cc5c8c4-0389-497d-b1b3-907a847b7772", +Cell[18403, 485, 220, 3, 23, "Print",ExpressionUUID->"8cc5c8c4-0389-497d-b1b3-907a847b7772", CellID->947190644], -Cell[18573, 485, 235, 4, 70, "Print",ExpressionUUID->"58a94b7b-a6fd-4230-b5be-07d9623d5a46", +Cell[18626, 490, 235, 4, 70, "Print",ExpressionUUID->"58a94b7b-a6fd-4230-b5be-07d9623d5a46", CellID->88553820], -Cell[18811, 491, 237, 4, 70, "Print",ExpressionUUID->"369ea77d-6e03-4db1-93d2-c2dad2f11503", +Cell[18864, 496, 237, 4, 70, "Print",ExpressionUUID->"369ea77d-6e03-4db1-93d2-c2dad2f11503", CellID->2082815444], -Cell[19051, 497, 208, 3, 70, "Print",ExpressionUUID->"cf827111-b1c6-43c8-86fd-ff9b23841171", +Cell[19104, 502, 208, 3, 70, "Print",ExpressionUUID->"cf827111-b1c6-43c8-86fd-ff9b23841171", CellID->1079507445], -Cell[19262, 502, 237, 4, 70, "Print",ExpressionUUID->"9c5dc4f8-4248-4185-a8b2-36a71ad8a035", +Cell[19315, 507, 237, 4, 70, "Print",ExpressionUUID->"9c5dc4f8-4248-4185-a8b2-36a71ad8a035", CellID->1854891299] }, Open ]] }, Open ]], -Cell[19526, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"ab1543ef-1fbe-4869-9d0a-9edbe1aeed04", +Cell[19579, 515, 137, 1, 70, "ExampleText",ExpressionUUID->"ab1543ef-1fbe-4869-9d0a-9edbe1aeed04", CellID->1401704353], -Cell[19666, 513, 235, 6, 70, "Input",ExpressionUUID->"1dc085d6-2b27-4868-b48a-d4fc7593fbcc", +Cell[19719, 518, 235, 6, 70, "Input",ExpressionUUID->"1dc085d6-2b27-4868-b48a-d4fc7593fbcc", CellID->1089501123], -Cell[19904, 521, 381, 9, 70, "Input",ExpressionUUID->"a4cb2492-c5bb-4319-9d22-99dd61ce6c2c", +Cell[19957, 526, 381, 9, 70, "Input",ExpressionUUID->"a4cb2492-c5bb-4319-9d22-99dd61ce6c2c", CellID->1091662200], -Cell[20288, 532, 237, 6, 70, "Input",ExpressionUUID->"1404f389-667a-4bc6-9538-2e7570f3922c", +Cell[20341, 537, 237, 6, 70, "Input",ExpressionUUID->"1404f389-667a-4bc6-9538-2e7570f3922c", CellID->610462052], -Cell[20528, 540, 191, 4, 70, "ExampleText",ExpressionUUID->"a0a73f80-1fb9-4d6e-891b-015d1ff7d3f1", +Cell[20581, 545, 191, 4, 70, "ExampleText",ExpressionUUID->"a0a73f80-1fb9-4d6e-891b-015d1ff7d3f1", CellID->1402526966], Cell[CellGroupData[{ -Cell[20744, 548, 168, 3, 70, "Input",ExpressionUUID->"cb7a936d-45af-439e-b958-b4a422d4388a", +Cell[20797, 553, 168, 3, 70, "Input",ExpressionUUID->"cb7a936d-45af-439e-b958-b4a422d4388a", CellID->1276335959], -Cell[20915, 553, 173, 4, 36, "Output",ExpressionUUID->"a21cbb85-657b-4462-a8b1-6113001a7cf0", +Cell[20968, 558, 173, 4, 36, "Output",ExpressionUUID->"a21cbb85-657b-4462-a8b1-6113001a7cf0", CellID->592800816] }, Open ]], -Cell[21103, 560, 138, 1, 70, "ExampleText",ExpressionUUID->"8bb698da-8df7-4889-b7b3-12fd9c369706", +Cell[21156, 565, 138, 1, 70, "ExampleText",ExpressionUUID->"8bb698da-8df7-4889-b7b3-12fd9c369706", CellID->122295684], Cell[CellGroupData[{ -Cell[21266, 565, 191, 4, 70, "Input",ExpressionUUID->"3b61a63a-992d-4079-bb4a-ec7b576c5a95", +Cell[21319, 570, 191, 4, 70, "Input",ExpressionUUID->"3b61a63a-992d-4079-bb4a-ec7b576c5a95", CellID->1607962111], -Cell[21460, 571, 270, 7, 51, "Output",ExpressionUUID->"2f987d1e-b6b9-4354-bfb6-f469a6c6b466", +Cell[21513, 576, 270, 7, 50, "Output",ExpressionUUID->"2f987d1e-b6b9-4354-bfb6-f469a6c6b466", CellID->1528198695] }, Open ]], -Cell[21745, 581, 212, 4, 70, "ExampleText",ExpressionUUID->"2b4a948e-6aee-4cda-b631-a546cc7005ac", +Cell[21798, 586, 212, 4, 70, "ExampleText",ExpressionUUID->"2b4a948e-6aee-4cda-b631-a546cc7005ac", CellID->1082681171], Cell[CellGroupData[{ -Cell[21982, 589, 227, 5, 70, "Input",ExpressionUUID->"d99a3cfe-b065-463c-9efa-61cdd8bde8ff", +Cell[22035, 594, 227, 5, 70, "Input",ExpressionUUID->"d99a3cfe-b065-463c-9efa-61cdd8bde8ff", CellID->1605099101], -Cell[22212, 596, 1144, 40, 36, "Output",ExpressionUUID->"18671cbe-2ef8-4228-912f-8180f10f4457", +Cell[22265, 601, 1144, 40, 36, "Output",ExpressionUUID->"18671cbe-2ef8-4228-912f-8180f10f4457", CellID->830834906] }, Open ]], -Cell[23371, 639, 385, 8, 70, "ExampleText",ExpressionUUID->"77d15a26-74b2-42c1-99ec-066ea3e362ed", +Cell[23424, 644, 385, 8, 70, "ExampleText",ExpressionUUID->"77d15a26-74b2-42c1-99ec-066ea3e362ed", CellID->1186423586], Cell[CellGroupData[{ -Cell[23781, 651, 280, 6, 70, "Input",ExpressionUUID->"d898f423-be69-45e1-9ecb-4da345d97678", +Cell[23834, 656, 280, 6, 70, "Input",ExpressionUUID->"d898f423-be69-45e1-9ecb-4da345d97678", CellID->754899118], -Cell[24064, 659, 1739, 43, 70, "Output",ExpressionUUID->"53b5cf22-8f34-40d7-b14b-cda0e946231d", +Cell[24117, 664, 1739, 43, 69, "Output",ExpressionUUID->"53b5cf22-8f34-40d7-b14b-cda0e946231d", CellID->700607212] }, Open ]], Cell[CellGroupData[{ -Cell[25840, 707, 158, 3, 70, "Input",ExpressionUUID->"def67a71-8400-4094-92d4-c40125a7e6d7", +Cell[25893, 712, 158, 3, 70, "Input",ExpressionUUID->"def67a71-8400-4094-92d4-c40125a7e6d7", CellID->2013682830], -Cell[26001, 712, 1477, 40, 132, "Output",ExpressionUUID->"683ed488-7dfd-4cc4-a259-4fb84e5c5a37", +Cell[26054, 717, 1477, 40, 125, "Output",ExpressionUUID->"683ed488-7dfd-4cc4-a259-4fb84e5c5a37", CellID->1446680452] }, Open ]], -Cell[27493, 755, 140, 1, 70, "ExampleText",ExpressionUUID->"3d7de735-c7f0-42a9-8953-3488fd2a473c", +Cell[27546, 760, 140, 1, 70, "ExampleText",ExpressionUUID->"3d7de735-c7f0-42a9-8953-3488fd2a473c", CellID->8866634], Cell[CellGroupData[{ -Cell[27658, 760, 213, 5, 70, "Input",ExpressionUUID->"f9ae0dc1-0638-4598-ad0c-227222967279", +Cell[27711, 765, 213, 5, 70, "Input",ExpressionUUID->"f9ae0dc1-0638-4598-ad0c-227222967279", CellID->1441974740], -Cell[27874, 767, 1146, 40, 36, "Output",ExpressionUUID->"dd33b435-f742-4ae5-b026-dfb7cc980f9f", +Cell[27927, 772, 1146, 40, 36, "Output",ExpressionUUID->"dd33b435-f742-4ae5-b026-dfb7cc980f9f", CellID->1290674526] }, Open ]], Cell[CellGroupData[{ -Cell[29057, 812, 185, 4, 70, "Input",ExpressionUUID->"e27afe39-3a8e-4758-b635-79bfd97997bb", +Cell[29110, 817, 185, 4, 70, "Input",ExpressionUUID->"e27afe39-3a8e-4758-b635-79bfd97997bb", CellID->995820771], -Cell[29245, 818, 161, 3, 36, "Output",ExpressionUUID->"e57a09e8-a62a-4438-b0b7-e72d863fd8f2", +Cell[29298, 823, 161, 3, 36, "Output",ExpressionUUID->"e57a09e8-a62a-4438-b0b7-e72d863fd8f2", CellID->1973805503] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29701, 835, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ae97aa88-8b4a-4e31-bc24-bce37a1b2d81"], +Cell[35207, 985, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1d4a8c71-919c-4892-9bd2-c809700754fa"], +Cell[35880, 1005, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8216dff7-43c1-4d2a-aad5-ec01a55c2d44"], +Cell[36916, 1033, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"fcf92110-be86-48ce-9e2c-c22c01b0b6ad"], Cell[CellGroupData[{ -Cell[29670, 832, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"d0fff6d3-76e5-4e48-b8fb-9dc32051ce18"], -Cell[35176, 982, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f9cbedf0-81b2-4923-b112-93939b988ae3"] -}, Open ]], -Cell[35861, 1003, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"523a50d2-cd6f-45a3-97d8-12d299708c54"], -Cell[36897, 1031, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"71f0c016-a4c3-414a-8490-a638a993aebd"], -Cell[CellGroupData[{ -Cell[39167, 1098, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"65cfaf10-b501-4e61-8518-815154550947", +Cell[39186, 1100, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"65cfaf10-b501-4e61-8518-815154550947", CellID->2135167160], -Cell[39308, 1101, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bf61fa07-9b34-47a9-8d1b-c2c40a940670", +Cell[39327, 1103, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bf61fa07-9b34-47a9-8d1b-c2c40a940670", CellID->1194386356], -Cell[39530, 1107, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3e3c4f6f-b07b-4eda-86d5-2e26f4f20e75", +Cell[39549, 1109, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3e3c4f6f-b07b-4eda-86d5-2e26f4f20e75", CellID->1641706272], -Cell[39745, 1112, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99ec012e-b5bb-4dab-ba09-8b5e666f321e", +Cell[39764, 1114, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99ec012e-b5bb-4dab-ba09-8b5e666f321e", CellID->399251956], -Cell[39974, 1118, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7ac156a-894f-4c27-8aba-55dfeceec727", +Cell[39993, 1120, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7ac156a-894f-4c27-8aba-55dfeceec727", CellID->821434655] }, Open ]], -Cell[40211, 1124, 78, 0, 70, "FooterCell",ExpressionUUID->"ae9b5ce3-7a78-4bdc-8781-934ce0d790ef"] +Cell[40230, 1126, 78, 0, 70, "FooterCell",ExpressionUUID->"70c27bb0-cc46-4308-adcd-4f1d68b1efcf"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DetQuasiAvConvex.nb b/Documentation/English/ReferencePages/Symbols/DetQuasiAvConvex.nb index fe422fc..840f8b1 100644 --- a/Documentation/English/ReferencePages/Symbols/DetQuasiAvConvex.nb +++ b/Documentation/English/ReferencePages/Symbols/DetQuasiAvConvex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46002, 1191] -NotebookOptionsPosition[ 35719, 986] -NotebookOutlinePosition[ 37915, 1041] -CellTagsIndexPosition[ 37829, 1036] +NotebookDataLength[ 45994, 1190] +NotebookOptionsPosition[ 35729, 987] +NotebookOutlinePosition[ 37942, 1042] +CellTagsIndexPosition[ 37856, 1037] WindowTitle->DetQuasiAvConvex WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c9689675-54e4-4748-b525-e38ae38f7dd3"], + "3c0f7fb8-b21d-4510-874f-449900b33560"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "aba86422-7e44-48af-a794-6bb35293cba1"], + "c8245a15-aa8c-49cf-9b43-d7fe15cdec51"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e75b0f25-66ea-40a5-9925-5a7f69974d8e"] - }],ExpressionUUID->"eb2343d4-0645-4d28-883e-26fadff379d9"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "fe546122-8fb0-4e57-9725-f579248e44f5"] + }],ExpressionUUID->"a85c9690-3197-49ec-b8cb-ed9fbed301d9"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "162750ce-25dc-4d49-97cf-5636ace2c080"], + "f14e7605-64e0-441b-bc53-bb4069d44c5d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "765a935c-3a19-44d7-880d-5bd07101f165"] - }],ExpressionUUID->"c8d6b946-d43e-4aa2-9bdd-c3e4a5209e71"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "23f48e3f-9338-4a28-adee-761848f9223b"] + }],ExpressionUUID->"64479ac6-71df-4063-9cd7-90fdc886fcd5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a8b76d06-82cb-4691-9a16-02ed47e2f834"], + "906318e2-11c5-414c-b983-be3c9e55921a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ce4bc993-29c6-46b1-a9e1-9efb7306f136"] - }],ExpressionUUID->"76348086-a48a-4198-9f14-8a78822ad1ac"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "53c80950-df05-40a5-bfed-7f61c62301e5"] + }],ExpressionUUID->"44b0d354-d98f-4c09-9569-ce8a1ceddb17"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5e9b5c4e-19d6-4a1f-9f1f-f5b376737628"], + "befc7826-a8c2-4e4c-adb2-60d6a766c45a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f3a7a465-9396-43f8-8f53-b981c5240193"] - }],ExpressionUUID->"080c087e-9765-4149-a0d0-29181fd1374c"], - StripOnInput->False], {"\<\"TUG/ref/DetQuasiAvConvex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DetQuasiAvConvex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c9f0c5b1-5bf7-4131-8c66-8194e6b6345f"] + }],ExpressionUUID->"8aa26e61-a947-4e44-b00b-36577b9ef6b8"], + StripOnInput->False],{ + "\"TUG/ref/DetQuasiAvConvex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DetQuasiAvConvex"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DetQuasiAvConvex.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$63763], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DetQuasiAvConvex" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$67987], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DetQuasiAvConvex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f22d053-2f0c-4079-a4ef-bfbfc584062b"] + "6b7e1fb5-ff1d-4792-9c06-d09f686979f2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "fd87c32f-caf6-4dc2-9ede-bfb6c9c0c3d6"]} + "5c18c5ed-550f-4b36-a0bf-06cf3f8cbda7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0777dfff-59f9-4cda-b022-127fdd7a9be0"], + CellID->1,ExpressionUUID->"135aa32b-ecef-471e-b564-7c15153e0571"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d0815f82-9f4b-45f6-b2df-8dbb778dd5aa"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"82bf344f-c64c-4dd9-830d-63fc5854bed4"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DetQuasiAvConvex", "ObjectName",ExpressionUUID-> - "da5df6e0-efcf-4881-ba24-958eea219204"], + "9435d2b2-83fd-4af1-8764-76ae42b5b73e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"014e18a2-fb91-451b-ac25-1e530bcc104a"], + "Spacer1"]],ExpressionUUID->"4c4f2b2e-8656-4df9-b829-274f82cee628"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "84ab9e6a-15e7-43d3-b89b-bf756bd691b6"] - }],ExpressionUUID->"a9196ac5-49fb-46e5-bf5f-aa2d21fff1af"], Cell[BoxData[ + "8eb0183d-e8fb-49c6-a9a0-c3f4cafcce23"] + }],ExpressionUUID->"c34b92dd-1bcb-4a74-a14f-d1ca35b93ab2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "59647e3e-e6fd-48e9-8213-6ade0b0dc6b0"]} + "2f026bab-c660-456c-a973-aa39b138b7de"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d58ffdc6-1f05-40f3-874c-d2c31c02484d"], + CacheGraphics->False,ExpressionUUID->"88020d36-a78a-4efa-ad39-6357e1299c3d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]determines from a game the coalitional values of a \ quasi average convex game. The resultant list of the characteristic values \ can be used to define a new game." - }],ExpressionUUID->"cfa6b2e1-736e-44d0-9608-b03009acf8a6"]} + }],ExpressionUUID->"83488204-3480-4d75-a51a-2a16e5a3c2fc"]} }]], "Usage", CellID->2007455792,ExpressionUUID->"4c965d85-3c4f-4333-b49b-f73a63337bef"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f23c93a6-4fe4-4a86-845c-8b6f2c7f68b2"], + ExpressionUUID->"c2de0cd6-1c8b-4027-898c-e8000c7bde79"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2d67099a-c80c-4043-bc53-35d250e292f2"], + "Spacer1"]],ExpressionUUID->"fd0ac8ad-cbc3-46d6-a551-b96acaffc8e2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9cfb4e40-54d1-49d8-ae3e-2bf1ba6dfd82"], + }], "NotesFrameText",ExpressionUUID->"99f826a6-139e-48a2-a16a-bf9029d0a2e3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"22ac91b7-aca0-41d3-9cf5-3177c8d54ae9"]], \ + "Preemptive"]],ExpressionUUID->"5124b6d1-a431-4448-b022-db7c35500dc0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1296806935,ExpressionUUID->"9946d4a9-16dd-41e7-92c6-d90357ab0855"], + CellID->844293321,ExpressionUUID->"a376bcb8-7d52-41bb-a850-f9d621ee8faf"], Cell[TextData[{ "The input expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8033756f-5d23-49ec-a491-6d0d31284b48"], + ExpressionUUID->"807e9dca-9364-47ac-889d-004b1ccc67f7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aed89fef-c3dc-4059-aefd-86c1f3224328"], + "Spacer1"]],ExpressionUUID->"e298067e-d99b-4bd2-8988-5c9c29a4aa24"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8e8e660c-a67b-47ae-8bab-a16b6c4fa7a7"] + "9de47897-bc28-40ff-83d9-dea14874e592"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1490905348,ExpressionUUID->"0fead1b1-2dfc-467f-acdb-8e80c07125f4"], + CellID->976699974,ExpressionUUID->"c9ca90fc-a91b-46c3-9efc-995c525ba1fd"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0fb6af6d-cb9e-4149-9143-c1e2e3c74151"], + ExpressionUUID->"788877d0-cbbc-4e58-9958-464fa5b3ea2d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"10816a71-076b-44c4-8c61-10493f7081ab"], + "Spacer1"]],ExpressionUUID->"a0320059-9281-46cc-9bf4-244678d24c4f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "40cb6123-16db-49e5-a3fb-feacba0f0d47"] + "a8716ef5-88b8-41b7-9e17-8c1329ebd306"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1499715155,ExpressionUUID->"ca089ffc-c61b-406f-8c99-93f9025c8783"], + CellID->1719600805,ExpressionUUID->"4c97deed-1b21-46e6-9d8a-8babfbc9c031"], Cell["Loading the package:", "ExampleText", CellID->500097663,ExpressionUUID->"543b27db-8008-497a-8ed5-3ba22baed505"], @@ -705,8 +709,6 @@ Hence, we derived an average convex game from the initial game data.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -854,15 +856,15 @@ Cell[BoxData[GridBox[{ "98918354-6939-4aca-a140-8cd9c92d3430"] }], "SeeAlso",ExpressionUUID->"d98ab8a4-4504-4d2b-ae79-12008897507f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"033c3cbc-f729-4382-ab50-\ -d1233976375a"], + }]], "SeeAlsoSection",ExpressionUUID->"5f5ae689-6079-4a6f-a8cd-\ +148b839603a8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -874,9 +876,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c6ab2305-47c1-45cd-9ab6-a4382d5afec6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"95b1a964-edf0-4a31-a903-\ -5da4ffe9f922"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1f5ebed9-37a3-47f8-8f40-\ +b4da175b783d"], Cell[BoxData[GridBox[{ { @@ -893,7 +894,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a4f90676-1739-4931-81cc-61599c2edffd"]}]}, + "3bd066c9-eaef-4ae2-adec-2aa4c7c4a824"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -901,10 +902,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7b77ab14-484f-41ca-96c8-aa29491df0dd"]}]} + "ad25e8b7-5180-47c2-8c58-0c3ab76bca76"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"08a006ee-fc27-4e35-8594-\ -2cdf3a4cfe82"], + }]], "MoreAboutSection",ExpressionUUID->"b1a0edad-4d2b-4125-881d-\ +d9b3c6470520"], Cell[BoxData[GridBox[{ { @@ -931,7 +932,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6c143c17-4123-47c2-a494-9d9f403ae567"]], "RelatedLinks", + "427553c4-7955-492d-a973-b39e9e106927"]], "RelatedLinks", ExpressionUUID->"5eca9511-cc64-4135-9b97-f1275ab99f35"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -948,11 +949,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "70529c61-0b04-4a04-a433-e593ce7f5c79"]], "RelatedLinks", + "05c625d7-a59a-4ddf-b248-149e80b4ae0b"]], "RelatedLinks", ExpressionUUID->"55b42291-e2fa-44da-b22b-0f287868f349"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4377824d-5597-4776-be31-\ -62b12e4eccc7"], + }]], "RelatedLinksSection",ExpressionUUID->"8f276125-2822-48a7-b4ed-\ +0d12c150002e"], Cell[CellGroupData[{ @@ -982,11 +983,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"926436e2-2f99-491f-93b0-dafc9d23fa0d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1758cdbf-4bfb-4731-995d-7f4fac80f9e7"] +Cell[" ", "FooterCell",ExpressionUUID->"e64fa4d8-a07b-4336-826f-7ccc87600e43"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DetQuasiAvConvex", TaggingRules->{ @@ -997,7 +998,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 18.322627}", + "built" -> "{2024, 6, 3, 16, 52, 14.845233}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1005,11 +1006,11 @@ TaggingRules->{ "DetQuasiAvConvex[game] determines from a game the coalitional values of \ a quasi average convex game. The resultant list of the characteristic values \ can be used to define a new game.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "DetQuasiAvConvex", "titlemodifier" -> "", "windowtitle" -> - "DetQuasiAvConvex", "type" -> "Symbol", "uri" -> + "title" -> "DetQuasiAvConvex", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "DetQuasiAvConvex", "type" -> "Symbol", "uri" -> "TUG/ref/DetQuasiAvConvex"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1018,9 +1019,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6c1b73fb-acaf-4c79-9702-4389f8d514d3" +ExpressionUUID->"b0c46653-cdc7-4489-8f29-c040891b85c9" ] (* End of Notebook Content *) @@ -1028,171 +1029,169 @@ ExpressionUUID->"6c1b73fb-acaf-4c79-9702-4389f8d514d3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13515, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fead1b1-2dfc-467f-acdb-8e80c07125f4", + Cell[13560, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9ca90fc-a91b-46c3-9efc-995c525ba1fd", CellTags->"PrimaryExamplesSection", - CellID->1490905348]} + CellID->976699974]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37628, 1029} + {"PrimaryExamplesSection", 37656, 1030} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7078, 168, 56, "AnchorBarGrid",ExpressionUUID->"0777dfff-59f9-4cda-b022-127fdd7a9be0", +Cell[588, 21, 7124, 172, 57, "AnchorBarGrid",ExpressionUUID->"135aa32b-ecef-471e-b564-7c15153e0571", CellID->1], -Cell[7669, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d0815f82-9f4b-45f6-b2df-8dbb778dd5aa"], +Cell[7715, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"82bf344f-c64c-4dd9-830d-63fc5854bed4"], Cell[CellGroupData[{ -Cell[7780, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"d58ffdc6-1f05-40f3-874c-d2c31c02484d"], -Cell[9073, 232, 582, 11, 133, "Usage",ExpressionUUID->"4c965d85-3c4f-4333-b49b-f73a63337bef", +Cell[7826, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"88020d36-a78a-4efa-ad39-6357e1299c3d"], +Cell[9119, 236, 582, 11, 132, "Usage",ExpressionUUID->"4c965d85-3c4f-4333-b49b-f73a63337bef", CellID->2007455792] }, Open ]], Cell[CellGroupData[{ -Cell[9692, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"9946d4a9-16dd-41e7-92c6-d90357ab0855", +Cell[9738, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"a376bcb8-7d52-41bb-a850-f9d621ee8faf", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1296806935], -Cell[11590, 297, 663, 17, 49, "Notes",ExpressionUUID->"bd7c2466-4b98-4fd3-b09a-ac7e09af4840", + CellID->844293321], +Cell[11635, 301, 663, 17, 48, "Notes",ExpressionUUID->"bd7c2466-4b98-4fd3-b09a-ac7e09af4840", CellID->26053], -Cell[12256, 316, 489, 12, 37, "Notes",ExpressionUUID->"48612891-a685-4abc-87c8-b6f0d7a8f62a", +Cell[12301, 320, 489, 12, 38, "Notes",ExpressionUUID->"48612891-a685-4abc-87c8-b6f0d7a8f62a", CellID->177724765], -Cell[12748, 330, 351, 6, 57, "Notes",ExpressionUUID->"faec963a-9c5e-472d-baab-7d21e582fb7f", +Cell[12793, 334, 351, 6, 57, "Notes",ExpressionUUID->"faec963a-9c5e-472d-baab-7d21e582fb7f", CellID->914491382], -Cell[13102, 338, 286, 5, 57, "Notes",ExpressionUUID->"c25e952e-8322-4016-9920-ed8fd7ae7029", +Cell[13147, 342, 286, 5, 57, "Notes",ExpressionUUID->"c25e952e-8322-4016-9920-ed8fd7ae7029", CellID->1444536793] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13515, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fead1b1-2dfc-467f-acdb-8e80c07125f4", +Cell[13560, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9ca90fc-a91b-46c3-9efc-995c525ba1fd", CellTags->"PrimaryExamplesSection", - CellID->1490905348], + CellID->976699974], Cell[CellGroupData[{ -Cell[14961, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ca089ffc-c61b-406f-8c99-93f9025c8783", - CellID->1499715155], -Cell[16363, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"543b27db-8008-497a-8ed5-3ba22baed505", +Cell[15005, 394, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4c97deed-1b21-46e6-9d8a-8babfbc9c031", + CellID->1719600805], +Cell[16407, 432, 118, 1, 39, "ExampleText",ExpressionUUID->"543b27db-8008-497a-8ed5-3ba22baed505", CellID->500097663], Cell[CellGroupData[{ -Cell[16506, 433, 168, 3, 27, "Input",ExpressionUUID->"a8dac746-b255-44d1-abe3-400a2818a7df", +Cell[16550, 437, 168, 3, 27, "Input",ExpressionUUID->"a8dac746-b255-44d1-abe3-400a2818a7df", CellID->1167630792], Cell[CellGroupData[{ -Cell[16699, 440, 237, 4, 23, "Print",ExpressionUUID->"5621dc59-5eba-471d-a692-40e20d8148a0", +Cell[16743, 444, 237, 4, 23, "Print",ExpressionUUID->"5621dc59-5eba-471d-a692-40e20d8148a0", CellID->1342874801], -Cell[16939, 446, 366, 8, 23, "Print",ExpressionUUID->"4d8f3b71-bfff-438c-ba3f-2674cabe4781", +Cell[16983, 450, 366, 8, 23, "Print",ExpressionUUID->"4d8f3b71-bfff-438c-ba3f-2674cabe4781", CellID->1725623176], -Cell[17308, 456, 236, 4, 23, "Print",ExpressionUUID->"ec718866-cf23-440b-a143-e355d2015411", +Cell[17352, 460, 236, 4, 23, "Print",ExpressionUUID->"ec718866-cf23-440b-a143-e355d2015411", CellID->814496092], -Cell[17547, 462, 220, 3, 23, "Print",ExpressionUUID->"45954eb9-0e3d-4c56-b088-172581f29dbf", +Cell[17591, 466, 220, 3, 23, "Print",ExpressionUUID->"45954eb9-0e3d-4c56-b088-172581f29dbf", CellID->247157579], -Cell[17770, 467, 207, 3, 23, "Print",ExpressionUUID->"4da433e9-a348-4689-8c51-5551a2a3a49f", +Cell[17814, 471, 207, 3, 23, "Print",ExpressionUUID->"4da433e9-a348-4689-8c51-5551a2a3a49f", CellID->446597481], -Cell[17980, 472, 237, 4, 23, "Print",ExpressionUUID->"bcfe894d-c19e-4896-89c8-cb5b4413e0f6", +Cell[18024, 476, 237, 4, 23, "Print",ExpressionUUID->"bcfe894d-c19e-4896-89c8-cb5b4413e0f6", CellID->617871746], -Cell[18220, 478, 221, 3, 23, "Print",ExpressionUUID->"679dd514-0caa-4033-a012-7d1de3097727", +Cell[18264, 482, 221, 3, 23, "Print",ExpressionUUID->"679dd514-0caa-4033-a012-7d1de3097727", CellID->1241709149], -Cell[18444, 483, 237, 4, 23, "Print",ExpressionUUID->"042dc46d-638e-4dbe-9638-06fa8fc5b66c", +Cell[18488, 487, 237, 4, 23, "Print",ExpressionUUID->"042dc46d-638e-4dbe-9638-06fa8fc5b66c", CellID->1720902852], -Cell[18684, 489, 237, 4, 23, "Print",ExpressionUUID->"59590df1-290d-4bce-b104-a53dd02b9c36", +Cell[18728, 493, 237, 4, 23, "Print",ExpressionUUID->"59590df1-290d-4bce-b104-a53dd02b9c36", CellID->1146610276], -Cell[18924, 495, 208, 3, 70, "Print",ExpressionUUID->"3007974f-4653-4939-b422-7a7980180386", +Cell[18968, 499, 208, 3, 70, "Print",ExpressionUUID->"3007974f-4653-4939-b422-7a7980180386", CellID->1980972737], -Cell[19135, 500, 237, 4, 70, "Print",ExpressionUUID->"337d3e0e-992a-4c48-8d48-2d23123fee07", +Cell[19179, 504, 237, 4, 70, "Print",ExpressionUUID->"337d3e0e-992a-4c48-8d48-2d23123fee07", CellID->1166408598] }, Open ]] }, Open ]], -Cell[19399, 508, 137, 1, 70, "ExampleText",ExpressionUUID->"30413323-c04c-467e-8b49-6aa5d5266b46", +Cell[19443, 512, 137, 1, 70, "ExampleText",ExpressionUUID->"30413323-c04c-467e-8b49-6aa5d5266b46", CellID->1507930405], -Cell[19539, 511, 235, 6, 70, "Input",ExpressionUUID->"01e74e20-03fd-49e6-962e-35e809f49950", +Cell[19583, 515, 235, 6, 70, "Input",ExpressionUUID->"01e74e20-03fd-49e6-962e-35e809f49950", CellID->1439266140], -Cell[19777, 519, 379, 9, 70, "Input",ExpressionUUID->"3768796e-e62b-4ca9-8280-38ea315211e6", +Cell[19821, 523, 379, 9, 70, "Input",ExpressionUUID->"3768796e-e62b-4ca9-8280-38ea315211e6", CellID->74666382], -Cell[20159, 530, 238, 6, 70, "Input",ExpressionUUID->"5ae06db3-0d4c-4330-871f-c0ea9037bdea", +Cell[20203, 534, 238, 6, 70, "Input",ExpressionUUID->"5ae06db3-0d4c-4330-871f-c0ea9037bdea", CellID->1682668847], -Cell[20400, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"dfd378e7-6e2c-4b2e-beb3-822310d5397b", +Cell[20444, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"dfd378e7-6e2c-4b2e-beb3-822310d5397b", CellID->2085287675], Cell[CellGroupData[{ -Cell[20616, 546, 173, 3, 70, "Input",ExpressionUUID->"cef954c4-b4a3-4021-a5fe-833dcab42ca2", +Cell[20660, 550, 173, 3, 70, "Input",ExpressionUUID->"cef954c4-b4a3-4021-a5fe-833dcab42ca2", CellID->989157764], -Cell[20792, 551, 174, 4, 36, "Output",ExpressionUUID->"edcf69f1-e0e4-4f95-a5bb-11a2101fd96e", +Cell[20836, 555, 174, 4, 36, "Output",ExpressionUUID->"edcf69f1-e0e4-4f95-a5bb-11a2101fd96e", CellID->1347846752] }, Open ]], -Cell[20981, 558, 213, 4, 70, "ExampleText",ExpressionUUID->"f88652b7-3321-4853-9ff4-46a7e6b1bdcb", +Cell[21025, 562, 213, 4, 70, "ExampleText",ExpressionUUID->"f88652b7-3321-4853-9ff4-46a7e6b1bdcb", CellID->1414099436], Cell[CellGroupData[{ -Cell[21219, 566, 165, 3, 70, "Input",ExpressionUUID->"c8a67faf-ea5f-4780-8bd6-de793df4544b", +Cell[21263, 570, 165, 3, 70, "Input",ExpressionUUID->"c8a67faf-ea5f-4780-8bd6-de793df4544b", CellID->1382340820], -Cell[21387, 571, 160, 3, 36, "Output",ExpressionUUID->"a91fc198-494e-4a5f-8785-c8b222f6c2cb", +Cell[21431, 575, 160, 3, 36, "Output",ExpressionUUID->"a91fc198-494e-4a5f-8785-c8b222f6c2cb", CellID->171379515] }, Open ]], Cell[CellGroupData[{ -Cell[21584, 579, 166, 3, 70, "Input",ExpressionUUID->"af353d50-4794-4a19-b2f9-e3407e14aba6", +Cell[21628, 583, 166, 3, 70, "Input",ExpressionUUID->"af353d50-4794-4a19-b2f9-e3407e14aba6", CellID->226599694], -Cell[21753, 584, 160, 3, 36, "Output",ExpressionUUID->"a581a147-8281-4e89-a817-3e180e44aa61", +Cell[21797, 588, 160, 3, 36, "Output",ExpressionUUID->"a581a147-8281-4e89-a817-3e180e44aa61", CellID->841838025] }, Open ]], Cell[CellGroupData[{ -Cell[21950, 592, 176, 3, 70, "Input",ExpressionUUID->"18c4dd4d-f689-45d0-8843-63a02482941a", +Cell[21994, 596, 176, 3, 70, "Input",ExpressionUUID->"18c4dd4d-f689-45d0-8843-63a02482941a", CellID->20355882], -Cell[22129, 597, 160, 3, 36, "Output",ExpressionUUID->"53c65a0f-f9d2-4cbe-a12f-5e2e40d5127d", +Cell[22173, 601, 160, 3, 36, "Output",ExpressionUUID->"53c65a0f-f9d2-4cbe-a12f-5e2e40d5127d", CellID->880170637] }, Open ]], -Cell[22304, 603, 284, 5, 70, "ExampleText",ExpressionUUID->"ef35497e-3b5d-4ce9-bc20-a009988df0cb", +Cell[22348, 607, 284, 5, 70, "ExampleText",ExpressionUUID->"ef35497e-3b5d-4ce9-bc20-a009988df0cb", CellID->2104749140], Cell[CellGroupData[{ -Cell[22613, 612, 198, 4, 70, "Input",ExpressionUUID->"55f0a42a-3a0e-4768-a61d-f14f259c4890", +Cell[22657, 616, 198, 4, 70, "Input",ExpressionUUID->"55f0a42a-3a0e-4768-a61d-f14f259c4890", CellID->606761535], -Cell[22814, 618, 412, 9, 36, "Output",ExpressionUUID->"50f9f219-4dde-4933-acbb-a2c14c6a0413", +Cell[22858, 622, 412, 9, 36, "Output",ExpressionUUID->"50f9f219-4dde-4933-acbb-a2c14c6a0413", CellID->951627450] }, Open ]], -Cell[23241, 630, 153, 1, 70, "ExampleText",ExpressionUUID->"71d1fe9e-3153-472a-be29-53d3b17cdfc0", +Cell[23285, 634, 153, 1, 70, "ExampleText",ExpressionUUID->"71d1fe9e-3153-472a-be29-53d3b17cdfc0", CellID->56771505], -Cell[23397, 633, 241, 6, 70, "Input",ExpressionUUID->"3b009daa-6466-4a6a-8387-7fd2b4b66352", +Cell[23441, 637, 241, 6, 70, "Input",ExpressionUUID->"3b009daa-6466-4a6a-8387-7fd2b4b66352", CellID->1067612772], -Cell[23641, 641, 306, 5, 70, "ExampleText",ExpressionUUID->"f833d120-1a93-473a-a366-21ac377c06d2", +Cell[23685, 645, 306, 5, 70, "ExampleText",ExpressionUUID->"f833d120-1a93-473a-a366-21ac377c06d2", CellID->841230991], Cell[CellGroupData[{ -Cell[23972, 650, 168, 3, 70, "Input",ExpressionUUID->"17a55f38-4f36-4b88-b4af-bfc0a21b2be0", +Cell[24016, 654, 168, 3, 70, "Input",ExpressionUUID->"17a55f38-4f36-4b88-b4af-bfc0a21b2be0", CellID->2084772298], -Cell[24143, 655, 162, 3, 36, "Output",ExpressionUUID->"d70d0afc-19e3-4480-8de3-21b77aa2be86", +Cell[24187, 659, 162, 3, 36, "Output",ExpressionUUID->"d70d0afc-19e3-4480-8de3-21b77aa2be86", CellID->2096404907] }, Open ]], -Cell[24320, 661, 137, 1, 70, "ExampleText",ExpressionUUID->"c8f20da7-1134-4b56-8ba3-40149c7fdfd1", +Cell[24364, 665, 137, 1, 70, "ExampleText",ExpressionUUID->"c8f20da7-1134-4b56-8ba3-40149c7fdfd1", CellID->1636597568], Cell[CellGroupData[{ -Cell[24482, 666, 169, 3, 70, "Input",ExpressionUUID->"a32a911a-3f87-4f9e-9032-643283e96967", +Cell[24526, 670, 169, 3, 70, "Input",ExpressionUUID->"a32a911a-3f87-4f9e-9032-643283e96967", CellID->693164658], -Cell[24654, 671, 161, 3, 36, "Output",ExpressionUUID->"ac74cbdf-129e-4e52-b1d9-39bfa5e441a5", +Cell[24698, 675, 161, 3, 36, "Output",ExpressionUUID->"ac74cbdf-129e-4e52-b1d9-39bfa5e441a5", CellID->1491770724] }, Open ]], -Cell[24830, 677, 189, 4, 70, "ExampleText",ExpressionUUID->"e1dbe2f9-f74e-4db5-8ad5-0a7fd2a89a47", +Cell[24874, 681, 189, 4, 70, "ExampleText",ExpressionUUID->"e1dbe2f9-f74e-4db5-8ad5-0a7fd2a89a47", CellID->2090268791], Cell[CellGroupData[{ -Cell[25044, 685, 181, 3, 70, "Input",ExpressionUUID->"5c6c35eb-f90f-49fa-a12f-ca336c9b4dd3", +Cell[25088, 689, 181, 3, 70, "Input",ExpressionUUID->"5c6c35eb-f90f-49fa-a12f-ca336c9b4dd3", CellID->2058723304], -Cell[25228, 690, 160, 3, 36, "Output",ExpressionUUID->"fd39b555-1123-4f4d-8667-efd4a947d542", +Cell[25272, 694, 160, 3, 36, "Output",ExpressionUUID->"fd39b555-1123-4f4d-8667-efd4a947d542", CellID->806452868] }, Open ]], -Cell[25403, 696, 175, 3, 70, "ExampleText",ExpressionUUID->"b0c28a1c-5c42-45f3-bad9-e7499246bfba", +Cell[25447, 700, 175, 3, 70, "ExampleText",ExpressionUUID->"b0c28a1c-5c42-45f3-bad9-e7499246bfba", CellID->1881833958] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25852, 711, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"5f5ae689-6079-4a6f-a8cd-148b839603a8"], +Cell[31290, 861, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1f5ebed9-37a3-47f8-8f40-b4da175b783d"], +Cell[31963, 881, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b1a0edad-4d2b-4125-881d-d9b3c6470520"], +Cell[32999, 909, 1580, 46, 70, "RelatedLinksSection",ExpressionUUID->"8f276125-2822-48a7-b4ed-0d12c150002e"], Cell[CellGroupData[{ -Cell[25830, 709, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"033c3cbc-f729-4382-ab50-d1233976375a"], -Cell[31268, 859, 670, 18, 70, "TechNotesSection",ExpressionUUID->"95b1a964-edf0-4a31-a903-5da4ffe9f922"] -}, Open ]], -Cell[31953, 880, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"08a006ee-fc27-4e35-8594-2cdf3a4cfe82"], -Cell[32989, 908, 1580, 46, 70, "RelatedLinksSection",ExpressionUUID->"4377824d-5597-4776-be31-62b12e4eccc7"], -Cell[CellGroupData[{ -Cell[34594, 958, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4e63ce59-28e8-45d1-8b51-d1d58c98a7e4", +Cell[34604, 959, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4e63ce59-28e8-45d1-8b51-d1d58c98a7e4", CellID->174251628], -Cell[34734, 961, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61b2f61e-783d-41b8-81bc-dacaf9635499", +Cell[34744, 962, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61b2f61e-783d-41b8-81bc-dacaf9635499", CellID->1194386356], -Cell[34956, 967, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b57d3d09-6132-4dc5-9512-760cf245118e", +Cell[34966, 968, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b57d3d09-6132-4dc5-9512-760cf245118e", CellID->1641706272], -Cell[35171, 972, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74f9fd70-693d-4338-b30d-2b316e095bf1", +Cell[35181, 973, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74f9fd70-693d-4338-b30d-2b316e095bf1", CellID->399251956], -Cell[35400, 978, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"926436e2-2f99-491f-93b0-dafc9d23fa0d", +Cell[35410, 979, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"926436e2-2f99-491f-93b0-dafc9d23fa0d", CellID->821434655] }, Open ]], -Cell[35637, 984, 78, 0, 70, "FooterCell",ExpressionUUID->"1758cdbf-4bfb-4731-995d-7f4fac80f9e7"] +Cell[35647, 985, 78, 0, 70, "FooterCell",ExpressionUUID->"e64fa4d8-a07b-4336-826f-7ccc87600e43"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DetUCoord.nb b/Documentation/English/ReferencePages/Symbols/DetUCoord.nb index 935b4d1..0575682 100644 --- a/Documentation/English/ReferencePages/Symbols/DetUCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/DetUCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47326, 1242] -NotebookOptionsPosition[ 37400, 1043] -NotebookOutlinePosition[ 39486, 1096] -CellTagsIndexPosition[ 39400, 1091] +NotebookDataLength[ 47335, 1242] +NotebookOptionsPosition[ 37416, 1044] +NotebookOutlinePosition[ 39525, 1098] +CellTagsIndexPosition[ 39439, 1093] WindowTitle->DetUCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f39d157e-128a-48f8-9731-fae121fdd78f"], + "27e25ea5-6d8e-43fe-94cb-8b8b6c174bf5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "bcf75843-ba9a-4723-9c26-ec2b8a91ed7d"], + "7cc81ab5-e009-4860-b5dc-0784f75c54e6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f4fab531-58ee-4857-b857-d28a52dd7980"] - }],ExpressionUUID->"967791c8-67ca-4c18-a662-39c0ffc66820"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "22b7787c-631c-415d-8e14-b90693e6ff62"] + }],ExpressionUUID->"3230fab7-312d-4388-82ae-7ff25cbcd28c"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a8781c64-8ccc-4c52-8f1e-0cff9b93cd74"], + "e3f49c18-1935-45e1-9600-d4a72a14e0f4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "32670d60-6408-48e4-9d9a-31be55bfcca7"] - }],ExpressionUUID->"06558e8a-71a9-43e0-88c8-e57a8369fc12"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4e313ea6-dc59-4f17-ab0d-f3961032daa1"] + }],ExpressionUUID->"5742b265-de44-4a66-bbdb-2f6bb143c7d4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17d37ce1-26eb-4ad6-977c-8b1147ac3305"], + "7c5cb5bb-2d76-49a0-92fb-b3924140815b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e6f7ad2-ad9f-4348-8301-be369c5364a8"] - }],ExpressionUUID->"2b22b420-c713-497c-99c9-507b017867de"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "587b7e5d-bad3-4ea3-8f96-72c791eb2961"] + }],ExpressionUUID->"67baa7b3-65ed-4740-b88b-84a3f215d651"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "857e777a-ec4a-4c8d-8e84-e79a296bd1cd"], + "2a9a263f-fba7-44f4-9552-2362ac872af1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa136c4a-935e-43bf-9472-38dbd2657852"] - }],ExpressionUUID->"1b1ffa7e-faca-4217-8adf-67e619200606"], - StripOnInput->False], {"\<\"TUG/ref/DetUCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DetUCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DetUCoord.\ + "5abf26b1-85ce-428c-af62-9af4ab106984"] + }],ExpressionUUID->"3efe35ff-4a05-4133-bc35-dc3aeeb5664b"], + StripOnInput->False],{ + "\"TUG/ref/DetUCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DetUCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DetUCoord.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$64330], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DetUCoord" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$68588], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DetUCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b3f15ef-6e18-4ef9-b986-5b083fd8c2f1"] + "bc216e36-5f6c-4c61-bf38-226b247561a4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d152d65d-28e7-4ec3-aa9a-eb9c51991c7c"]} + "60c10630-cce5-4308-8665-05edb2828160"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0a3890ed-a490-4c75-801a-2d1c56402414"], + CellID->1,ExpressionUUID->"e4cb3006-59c0-4858-b6ae-20f98875d161"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"54df6bfd-97a7-43a2-a18a-08ff21e8259c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bba03f5f-6bf4-445d-abcc-b5b3f727b31c"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DetUCoord", "ObjectName",ExpressionUUID-> - "59007297-0be3-44df-a854-45c39c7d6e7e"], + "ca3c18fe-05f6-4730-a51e-520a0774be6d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b410a108-9ed3-46ea-a69c-e36b95db4811"], + "Spacer1"]],ExpressionUUID->"5d12eb18-1501-4d3f-9a0a-292020fe6322"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2dc6995c-46c4-4349-b640-625bacc0cb55"] - }],ExpressionUUID->"e215aceb-3a53-49d7-a3b9-0107dbd556ec"], Cell[BoxData[ + "acd30293-97fa-41f9-bf7a-de725be2694b"] + }],ExpressionUUID->"44597141-d079-47a1-9e72-4721cbd0f09d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "14c42ac3-4dca-4cef-8e4c-544227e02fb6"]} + "10c61d85-d80b-461d-9e15-33c665496551"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9c3b2b78-c4e6-4f41-bd2c-383b2c5b38da"], + CacheGraphics->False,ExpressionUUID->"cb24814b-8d8f-42d0-9bf3-a06aea971254"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "70f9a3f9-e070-4e1a-acef-462eb952cb73"], " \[LineSeparator]determines the missing unanimity coordinates of size \ greater than 2 to generate a TU-game." - }],ExpressionUUID->"de43d278-b446-4cc6-82f6-0a6ea00f8a7b"]} + }],ExpressionUUID->"81b6af4f-3b68-41f3-97be-516eb4f64271"]} }]], "Usage", CellID->173153998,ExpressionUUID->"479ade21-1e93-4a12-8985-c13879e69b53"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"756ad289-a69d-4eb5-a862-105e37cf870f"], + ExpressionUUID->"45cd37a8-4c5e-446a-b2ac-f4046cf9b56b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"883ec78c-6c97-40ab-92ff-f5bacfca6d7a"], + "Spacer1"]],ExpressionUUID->"1876f240-b825-459f-845b-1ceabaa51775"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3bed7c51-6519-4a44-be51-8df24dbe79a5"], + }], "NotesFrameText",ExpressionUUID->"a3ad9d0a-8c30-4110-b0c1-3cdf13b44486"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9306c259-c538-4c14-9488-db455561f60f"]], \ + "Preemptive"]],ExpressionUUID->"27333984-3084-41bf-b29f-f51a13184a2c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->536963081,ExpressionUUID->"7bde50ea-9aca-4226-a815-4604d6f49707"], + CellID->1577519931,ExpressionUUID->"2cc35153-816c-437c-aa73-3f1656f1db34"], Cell[TextData[{ "The expression ", @@ -382,19 +386,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"47dec986-1935-4d5b-9682-3258c6139226"], + ExpressionUUID->"b543b462-0b19-4f7f-8726-e9ef056be3bb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e52fa626-67d2-454a-a7db-35897c998b48"], + "Spacer1"]],ExpressionUUID->"7d913ded-cccb-46d1-a720-e70a18a5b291"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ae81f43b-4a74-4229-adf1-cc42fa16b141"] + "e37921cb-f0ce-4048-9ee4-1e4043e526a7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->469721696,ExpressionUUID->"7a483dcc-4674-4b72-9a2a-fa1146ace0e2"], + CellID->916296354,ExpressionUUID->"a93f9448-172d-4396-81a4-060376179b86"], Cell[CellGroupData[{ @@ -423,18 +427,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"54d9cd18-ad66-43c9-b0f9-720aa3edb905"], + ExpressionUUID->"b73b4134-dd36-4a2d-8969-44d748fbc020"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fc4d9b57-c040-4246-9732-17f245eb2a4c"], + "Spacer1"]],ExpressionUUID->"67a9218f-52f1-4a10-9114-3eea6715a738"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "17051fe3-cae6-47c3-82ae-0de1f008aa38"] + "974f8a80-df53-4306-abb4-537622b440bf"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->87837762,ExpressionUUID->"79214106-3f95-441a-b9d6-272791a96dbb"], + CellID->1856440780,ExpressionUUID->"dfee4d99-ca99-4847-b121-7a4412fc496c"], Cell["Loading the package:", "ExampleText", CellID->830712025,ExpressionUUID->"98c012e1-a6eb-4bd8-a201-a1f196f11f5d"], @@ -745,8 +749,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -894,15 +896,15 @@ Cell[BoxData[GridBox[{ "eabe4db3-b2b2-4006-a2d1-5c92327c21e3"] }], "SeeAlso",ExpressionUUID->"6389ecb4-d91d-4a2f-9365-d245e8f62465"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9a62948f-dd2b-445e-9a0b-\ -12fa2f9fa164"], + }]], "SeeAlsoSection",ExpressionUUID->"62deb8d9-b700-4f4a-8bfc-\ +18e58449f06c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -914,9 +916,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3c02561b-bd17-4570-b93d-0976793be172"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c8653f3a-d0ec-4a74-959d-\ -7c46953e5c02"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9bd67a76-95b1-4b9d-80be-\ +9d8a36407e63"], Cell[BoxData[GridBox[{ { @@ -933,7 +934,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9c0abd01-0a99-432e-83a3-16860b4ce60b"]}]}, + "795661f5-7e4e-4d75-8dd1-c1628053f8b2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -941,10 +942,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8dbf11ec-40e9-481a-97f1-a5c2bfc52f66"]}]} + "50510f62-8d61-48be-b32a-72c6dcee171f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"aacd853a-af88-402c-8eea-\ -ceb2bdf6835a"], + }]], "MoreAboutSection",ExpressionUUID->"423e2bb4-158d-4e54-b097-\ +32422f8ea076"], Cell[BoxData[GridBox[{ { @@ -971,7 +972,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7780f46f-10db-4684-85b6-2a93636a6c62"]], "RelatedLinks", + "d4fb416e-113b-4f7f-af0b-647618317696"]], "RelatedLinks", ExpressionUUID->"3134e6c7-0048-467f-8849-4f8008bebed0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -988,7 +989,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4fa42e8b-0ed0-413f-8f38-96419620c1b9"]], "RelatedLinks", + "c6502364-75d1-4daf-a872-51f498e4d8de"]], "RelatedLinks", ExpressionUUID->"13062f7d-360d-413e-ae28-81901f8179bd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1005,11 +1006,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a8652237-cea4-43e3-a4f7-6e5d2f7358df"]], "RelatedLinks", + "18151597-f84a-47ff-8aa0-86f3527e0467"]], "RelatedLinks", ExpressionUUID->"f8d6bc6b-7841-4a91-8c81-52ebbfd910e6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ce6ad7e6-b2e9-4fa0-82ea-\ -d0083e164d05"], + }]], "RelatedLinksSection",ExpressionUUID->"31bb224c-1188-4dad-9225-\ +9fa5ac308157"], Cell[CellGroupData[{ @@ -1039,11 +1040,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fb4fcf8f-4ce5-45fb-bd45-fea0c26362ba"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"bafcfc8e-b67b-4d81-9037-e07107368df6"] +Cell[" ", "FooterCell",ExpressionUUID->"7f4e9576-abd5-49c8-b301-011d5a6cfb9d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DetUCoord", TaggingRules->{ @@ -1054,17 +1055,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 19.861217}", + "built" -> "{2024, 6, 3, 16, 52, 15.733119}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DetUCoord[uc2, T] determines the missing unanimity coordinates of size \ greater than 2 to generate a TU-game.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "DetUCoord", "titlemodifier" -> "", "windowtitle" -> - "DetUCoord", "type" -> "Symbol", "uri" -> "TUG/ref/DetUCoord"}}, + "title" -> "DetUCoord", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DetUCoord", "type" -> "Symbol", "uri" -> + "TUG/ref/DetUCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1073,9 +1075,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0aee3b86-7194-4730-b2d4-3984d4649542" +ExpressionUUID->"c91780d2-c993-46ad-a54f-83664cdebffe" ] (* End of Notebook Content *) @@ -1083,167 +1085,165 @@ ExpressionUUID->"0aee3b86-7194-4730-b2d4-3984d4649542" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13905, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7a483dcc-4674-4b72-9a2a-fa1146ace0e2", + Cell[13953, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a93f9448-172d-4396-81a4-060376179b86", CellTags->"PrimaryExamplesSection", - CellID->469721696]} + CellID->916296354]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39200, 1084} + {"PrimaryExamplesSection", 39239, 1086} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7121, 169, 56, "AnchorBarGrid",ExpressionUUID->"0a3890ed-a490-4c75-801a-2d1c56402414", +Cell[581, 21, 7168, 173, 57, "AnchorBarGrid",ExpressionUUID->"e4cb3006-59c0-4858-b6ae-20f98875d161", CellID->1], -Cell[7705, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"54df6bfd-97a7-43a2-a18a-08ff21e8259c"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bba03f5f-6bf4-445d-abcc-b5b3f727b31c"], Cell[CellGroupData[{ -Cell[7816, 196, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"9c3b2b78-c4e6-4f41-bd2c-383b2c5b38da"], -Cell[9102, 233, 529, 11, 111, "Usage",ExpressionUUID->"479ade21-1e93-4a12-8985-c13879e69b53", +Cell[7863, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"cb24814b-8d8f-42d0-9bf3-a06aea971254"], +Cell[9149, 237, 529, 11, 111, "Usage",ExpressionUUID->"479ade21-1e93-4a12-8985-c13879e69b53", CellID->173153998] }, Open ]], Cell[CellGroupData[{ -Cell[9668, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"7bde50ea-9aca-4226-a815-4604d6f49707", +Cell[9715, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"2cc35153-816c-437c-aa73-3f1656f1db34", CellGroupingRules->{"SectionGrouping", 50}, - CellID->536963081], -Cell[11565, 298, 893, 22, 57, "Notes",ExpressionUUID->"dae7ab5c-f667-498a-95c9-bdf121352f8e", + CellID->1577519931], +Cell[11613, 302, 893, 22, 57, "Notes",ExpressionUUID->"dae7ab5c-f667-498a-95c9-bdf121352f8e", CellID->824055453], -Cell[12461, 322, 489, 12, 37, "Notes",ExpressionUUID->"794ed1c5-bba0-47dc-bf0f-3d0dcdd542ef", +Cell[12509, 326, 489, 12, 38, "Notes",ExpressionUUID->"794ed1c5-bba0-47dc-bf0f-3d0dcdd542ef", CellID->177724765], -Cell[12953, 336, 489, 9, 57, "Notes",ExpressionUUID->"1dbeda13-0c6d-47e3-8f81-ac77102438ae", +Cell[13001, 340, 489, 9, 57, "Notes",ExpressionUUID->"1dbeda13-0c6d-47e3-8f81-ac77102438ae", CellID->1878722717], -Cell[13445, 347, 333, 6, 57, "Notes",ExpressionUUID->"2e6ca847-6713-4b4e-9ed6-df97f59d9984", +Cell[13493, 351, 333, 6, 57, "Notes",ExpressionUUID->"2e6ca847-6713-4b4e-9ed6-df97f59d9984", CellID->936100851] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13905, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7a483dcc-4674-4b72-9a2a-fa1146ace0e2", +Cell[13953, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a93f9448-172d-4396-81a4-060376179b86", CellTags->"PrimaryExamplesSection", - CellID->469721696], + CellID->916296354], Cell[CellGroupData[{ -Cell[15350, 400, 1397, 36, 30, "ExampleSection",ExpressionUUID->"79214106-3f95-441a-b9d6-272791a96dbb", - CellID->87837762], -Cell[16750, 438, 118, 1, 38, "ExampleText",ExpressionUUID->"98c012e1-a6eb-4bd8-a201-a1f196f11f5d", +Cell[15398, 404, 1399, 36, 30, "ExampleSection",ExpressionUUID->"dfee4d99-ca99-4847-b121-7a4412fc496c", + CellID->1856440780], +Cell[16800, 442, 118, 1, 39, "ExampleText",ExpressionUUID->"98c012e1-a6eb-4bd8-a201-a1f196f11f5d", CellID->830712025], Cell[CellGroupData[{ -Cell[16893, 443, 167, 3, 27, "Input",ExpressionUUID->"14a7f062-2b52-49a3-b907-587fdc6ea6f5", +Cell[16943, 447, 167, 3, 27, "Input",ExpressionUUID->"14a7f062-2b52-49a3-b907-587fdc6ea6f5", CellID->549407455], Cell[CellGroupData[{ -Cell[17085, 450, 237, 4, 23, "Print",ExpressionUUID->"02ce6ca3-fa9c-436c-a551-d935dadada8a", +Cell[17135, 454, 237, 4, 23, "Print",ExpressionUUID->"02ce6ca3-fa9c-436c-a551-d935dadada8a", CellID->1001626306], -Cell[17325, 456, 365, 8, 23, "Print",ExpressionUUID->"3355eb14-99ca-4e75-87ac-c66ffe29aa38", +Cell[17375, 460, 365, 8, 23, "Print",ExpressionUUID->"3355eb14-99ca-4e75-87ac-c66ffe29aa38", CellID->333784254], -Cell[17693, 466, 236, 4, 23, "Print",ExpressionUUID->"ec8c438d-22f0-4160-a428-7006655bbfa1", +Cell[17743, 470, 236, 4, 23, "Print",ExpressionUUID->"ec8c438d-22f0-4160-a428-7006655bbfa1", CellID->507651079], -Cell[17932, 472, 221, 3, 23, "Print",ExpressionUUID->"82d1988b-5e1d-4cef-b049-f172ac0f52bb", +Cell[17982, 476, 221, 3, 23, "Print",ExpressionUUID->"82d1988b-5e1d-4cef-b049-f172ac0f52bb", CellID->2006669501], -Cell[18156, 477, 206, 3, 23, "Print",ExpressionUUID->"3c588f4d-4386-42ea-bb44-98ffdc382bd8", +Cell[18206, 481, 206, 3, 23, "Print",ExpressionUUID->"3c588f4d-4386-42ea-bb44-98ffdc382bd8", CellID->11350233], -Cell[18365, 482, 238, 4, 23, "Print",ExpressionUUID->"afefbe62-8a73-463f-b9e9-d331601aa8e3", +Cell[18415, 486, 238, 4, 23, "Print",ExpressionUUID->"afefbe62-8a73-463f-b9e9-d331601aa8e3", CellID->1798692452], -Cell[18606, 488, 218, 3, 23, "Print",ExpressionUUID->"e96ed398-da19-4a44-8d36-6ed80eb2f854", +Cell[18656, 492, 218, 3, 23, "Print",ExpressionUUID->"e96ed398-da19-4a44-8d36-6ed80eb2f854", CellID->3857824], -Cell[18827, 493, 236, 4, 23, "Print",ExpressionUUID->"0e604608-cbec-4d07-8cff-7026ec4421d0", +Cell[18877, 497, 236, 4, 23, "Print",ExpressionUUID->"0e604608-cbec-4d07-8cff-7026ec4421d0", CellID->433862535], -Cell[19066, 499, 237, 4, 23, "Print",ExpressionUUID->"ded82754-6a19-4ad0-b3ff-b3c5edebdda9", +Cell[19116, 503, 237, 4, 23, "Print",ExpressionUUID->"ded82754-6a19-4ad0-b3ff-b3c5edebdda9", CellID->1313584487], -Cell[19306, 505, 207, 3, 70, "Print",ExpressionUUID->"d29f1704-4313-4029-8768-1e78a40feff5", +Cell[19356, 509, 207, 3, 23, "Print",ExpressionUUID->"d29f1704-4313-4029-8768-1e78a40feff5", CellID->436101927], -Cell[19516, 510, 236, 4, 70, "Print",ExpressionUUID->"be2691cf-0d72-4ad0-9574-6659615e3e07", +Cell[19566, 514, 236, 4, 70, "Print",ExpressionUUID->"be2691cf-0d72-4ad0-9574-6659615e3e07", CellID->666231793] }, Open ]] }, Open ]], -Cell[19779, 518, 135, 1, 70, "ExampleText",ExpressionUUID->"f53cd829-1172-426e-8a57-482c6c0566e8", +Cell[19829, 522, 135, 1, 70, "ExampleText",ExpressionUUID->"f53cd829-1172-426e-8a57-482c6c0566e8", CellID->57568674], -Cell[19917, 521, 234, 6, 70, "Input",ExpressionUUID->"b11738ae-eef1-466e-9e8a-eeb096c4b003", +Cell[19967, 525, 234, 6, 70, "Input",ExpressionUUID->"b11738ae-eef1-466e-9e8a-eeb096c4b003", CellID->718008243], -Cell[20154, 529, 380, 9, 70, "Input",ExpressionUUID->"55c5f11b-77ba-419a-980e-1ecc10e64390", +Cell[20204, 533, 380, 9, 70, "Input",ExpressionUUID->"55c5f11b-77ba-419a-980e-1ecc10e64390", CellID->280646525], -Cell[20537, 540, 238, 6, 70, "Input",ExpressionUUID->"fc165a38-8afa-49aa-934d-5dabb7c2705a", +Cell[20587, 544, 238, 6, 70, "Input",ExpressionUUID->"fc165a38-8afa-49aa-934d-5dabb7c2705a", CellID->1218674676], -Cell[20778, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"5f4caab1-b65e-4268-86be-41442c724c52", +Cell[20828, 552, 191, 4, 70, "ExampleText",ExpressionUUID->"5f4caab1-b65e-4268-86be-41442c724c52", CellID->1654109094], Cell[CellGroupData[{ -Cell[20994, 556, 166, 3, 70, "Input",ExpressionUUID->"0a76ae9e-8683-4823-afa6-8379a1994719", +Cell[21044, 560, 166, 3, 70, "Input",ExpressionUUID->"0a76ae9e-8683-4823-afa6-8379a1994719", CellID->185039593], -Cell[21163, 561, 173, 4, 36, "Output",ExpressionUUID->"da768ebe-4ee6-4e2d-bd14-0a608a8246bd", +Cell[21213, 565, 173, 4, 36, "Output",ExpressionUUID->"da768ebe-4ee6-4e2d-bd14-0a608a8246bd", CellID->457479573] }, Open ]], -Cell[21351, 568, 179, 3, 70, "ExampleText",ExpressionUUID->"6a7ca3ae-0e98-411c-b234-9828fe919565", +Cell[21401, 572, 179, 3, 70, "ExampleText",ExpressionUUID->"6a7ca3ae-0e98-411c-b234-9828fe919565", CellID->2097238100], Cell[CellGroupData[{ -Cell[21555, 575, 217, 5, 70, "Input",ExpressionUUID->"087686c8-0165-4ed8-9100-337784e03260", +Cell[21605, 579, 217, 5, 70, "Input",ExpressionUUID->"087686c8-0165-4ed8-9100-337784e03260", CellID->1892725697], -Cell[21775, 582, 156, 3, 36, "Output",ExpressionUUID->"0d6469e9-790a-4797-a65b-48dd05c51781", +Cell[21825, 586, 156, 3, 36, "Output",ExpressionUUID->"0d6469e9-790a-4797-a65b-48dd05c51781", CellID->563994378] }, Open ]], -Cell[21946, 588, 182, 3, 70, "ExampleText",ExpressionUUID->"2cc84831-a4ff-462f-97ee-c959937574c6", +Cell[21996, 592, 182, 3, 70, "ExampleText",ExpressionUUID->"2cc84831-a4ff-462f-97ee-c959937574c6", CellID->592148922], Cell[CellGroupData[{ -Cell[22153, 595, 202, 4, 70, "Input",ExpressionUUID->"2dff1d34-6d51-413e-8dda-b80e18f0863f", +Cell[22203, 599, 202, 4, 70, "Input",ExpressionUUID->"2dff1d34-6d51-413e-8dda-b80e18f0863f", CellID->1681998256], -Cell[22358, 601, 434, 11, 36, "Output",ExpressionUUID->"e0b87239-f18d-4681-895c-59091aa79b5f", +Cell[22408, 605, 434, 11, 36, "Output",ExpressionUUID->"e0b87239-f18d-4681-895c-59091aa79b5f", CellID->755980096] }, Open ]], -Cell[22807, 615, 172, 3, 70, "ExampleText",ExpressionUUID->"afe4963b-0c24-4e9b-951b-cf3258676088", +Cell[22857, 619, 172, 3, 70, "ExampleText",ExpressionUUID->"afe4963b-0c24-4e9b-951b-cf3258676088", CellID->1377721104], Cell[CellGroupData[{ -Cell[23004, 622, 255, 7, 70, "Input",ExpressionUUID->"aee84c6f-08bf-480d-877b-cbcdaa7af073", +Cell[23054, 626, 255, 7, 70, "Input",ExpressionUUID->"aee84c6f-08bf-480d-877b-cbcdaa7af073", CellID->86219315], -Cell[23262, 631, 248, 6, 36, "Output",ExpressionUUID->"767ea4fe-b80a-4449-9551-58823df43f1f", +Cell[23312, 635, 248, 6, 36, "Output",ExpressionUUID->"767ea4fe-b80a-4449-9551-58823df43f1f", CellID->395446736] }, Open ]], -Cell[23525, 640, 180, 3, 70, "ExampleText",ExpressionUUID->"4b12c723-b529-4be6-84e1-cc941318418e", +Cell[23575, 644, 180, 3, 70, "ExampleText",ExpressionUUID->"4b12c723-b529-4be6-84e1-cc941318418e", CellID->362383230], Cell[CellGroupData[{ -Cell[23730, 647, 211, 5, 70, "Input",ExpressionUUID->"3bb3c168-9417-4565-a8c0-e1dc779189e8", +Cell[23780, 651, 211, 5, 70, "Input",ExpressionUUID->"3bb3c168-9417-4565-a8c0-e1dc779189e8", CellID->1917787526], -Cell[23944, 654, 547, 16, 51, "Output",ExpressionUUID->"c38a9568-0ca3-4530-a05f-b7b4b15dd382", +Cell[23994, 658, 547, 16, 51, "Output",ExpressionUUID->"c38a9568-0ca3-4530-a05f-b7b4b15dd382", CellID->364945524] }, Open ]], -Cell[24506, 673, 191, 4, 70, "ExampleText",ExpressionUUID->"ad4d1900-eb33-436a-a33b-452d7885ed6e", +Cell[24556, 677, 191, 4, 70, "ExampleText",ExpressionUUID->"ad4d1900-eb33-436a-a33b-452d7885ed6e", CellID->592626487], Cell[CellGroupData[{ -Cell[24722, 681, 223, 5, 70, "Input",ExpressionUUID->"45dd2eaa-2c07-4166-a260-f5e7e096fac2", +Cell[24772, 685, 223, 5, 70, "Input",ExpressionUUID->"45dd2eaa-2c07-4166-a260-f5e7e096fac2", CellID->956840134], -Cell[24948, 688, 414, 9, 36, "Output",ExpressionUUID->"9e334fb7-c9da-4a6e-b7d4-c1d977d0a6ad", +Cell[24998, 692, 414, 9, 36, "Output",ExpressionUUID->"9e334fb7-c9da-4a6e-b7d4-c1d977d0a6ad", CellID->1087164275] }, Open ]], Cell[CellGroupData[{ -Cell[25399, 702, 184, 4, 70, "Input",ExpressionUUID->"3c08f6cb-1a19-44a4-8abc-52c60be06305", +Cell[25449, 706, 184, 4, 70, "Input",ExpressionUUID->"3c08f6cb-1a19-44a4-8abc-52c60be06305", CellID->997890030], -Cell[25586, 708, 161, 3, 36, "Output",ExpressionUUID->"19520a37-a189-4078-900f-6d7bc21ee0ce", +Cell[25636, 712, 161, 3, 36, "Output",ExpressionUUID->"19520a37-a189-4078-900f-6d7bc21ee0ce", CellID->173219223] }, Open ]], -Cell[25762, 714, 240, 6, 70, "Input",ExpressionUUID->"7942e544-eac8-4174-854c-bb0c6f597ba7", +Cell[25812, 718, 240, 6, 70, "Input",ExpressionUUID->"7942e544-eac8-4174-854c-bb0c6f597ba7", CellID->1433584345], Cell[CellGroupData[{ -Cell[26027, 724, 171, 3, 70, "Input",ExpressionUUID->"8f880a10-0964-4f67-8e31-e273850fd331", +Cell[26077, 728, 171, 3, 70, "Input",ExpressionUUID->"8f880a10-0964-4f67-8e31-e273850fd331", CellID->661481072], -Cell[26201, 729, 318, 9, 51, "Output",ExpressionUUID->"2106223a-65f4-48fd-a11e-e523578212cb", +Cell[26251, 733, 318, 9, 50, "Output",ExpressionUUID->"2106223a-65f4-48fd-a11e-e523578212cb", CellID->532053169] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26811, 751, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"62deb8d9-b700-4f4a-8bfc-18e58449f06c"], +Cell[32313, 901, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9bd67a76-95b1-4b9d-80be-9d8a36407e63"], +Cell[32986, 921, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"423e2bb4-158d-4e54-b097-32422f8ea076"], +Cell[34022, 949, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"31bb224c-1188-4dad-9225-9fa5ac308157"], Cell[CellGroupData[{ -Cell[26783, 749, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"9a62948f-dd2b-445e-9a0b-12fa2f9fa164"], -Cell[32285, 899, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c8653f3a-d0ec-4a74-959d-7c46953e5c02"] -}, Open ]], -Cell[32970, 920, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"aacd853a-af88-402c-8eea-ceb2bdf6835a"], -Cell[34006, 948, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"ce6ad7e6-b2e9-4fa0-82ea-d0083e164d05"], -Cell[CellGroupData[{ -Cell[36276, 1015, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"51fcc001-0fcf-4a4c-9f75-20d2b5334afa", +Cell[36292, 1016, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"51fcc001-0fcf-4a4c-9f75-20d2b5334afa", CellID->50309288], -Cell[36415, 1018, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fdae64ba-cd7c-4fe3-9d2c-8a7764111323", +Cell[36431, 1019, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fdae64ba-cd7c-4fe3-9d2c-8a7764111323", CellID->1194386356], -Cell[36637, 1024, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8d40e51e-9c78-491c-9bfd-ff8d34caa759", +Cell[36653, 1025, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8d40e51e-9c78-491c-9bfd-ff8d34caa759", CellID->1641706272], -Cell[36852, 1029, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c5a33cc4-c8ed-434b-8d2d-148a2187a859", +Cell[36868, 1030, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c5a33cc4-c8ed-434b-8d2d-148a2187a859", CellID->399251956], -Cell[37081, 1035, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fb4fcf8f-4ce5-45fb-bd45-fea0c26362ba", +Cell[37097, 1036, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fb4fcf8f-4ce5-45fb-bd45-fea0c26362ba", CellID->821434655] }, Open ]], -Cell[37318, 1041, 78, 0, 70, "FooterCell",ExpressionUUID->"bafcfc8e-b67b-4d81-9037-e07107368df6"] +Cell[37334, 1042, 78, 0, 70, "FooterCell",ExpressionUUID->"7f4e9576-abd5-49c8-b301-011d5a6cfb9d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DigitPrecision.nb b/Documentation/English/ReferencePages/Symbols/DigitPrecision.nb index b63cedd..3d063d3 100644 --- a/Documentation/English/ReferencePages/Symbols/DigitPrecision.nb +++ b/Documentation/English/ReferencePages/Symbols/DigitPrecision.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40143, 1043] -NotebookOptionsPosition[ 32503, 890] -NotebookOutlinePosition[ 34556, 943] -CellTagsIndexPosition[ 34471, 938] +NotebookDataLength[ 40118, 1040] +NotebookOptionsPosition[ 32486, 888] +NotebookOutlinePosition[ 34563, 942] +CellTagsIndexPosition[ 34478, 937] WindowTitle->DigitPrecision WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "18c9ac4e-78f5-4766-8f59-ee119914cbba"], + "e016669c-67be-40c0-8f29-3764596c88f8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "50bdc194-9cca-4cd6-97fc-c8f6640cc19f"], + "fc6becd8-87f9-4892-93b2-7485211fdfa2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51b38d73-4a82-4528-ae14-e8cf92c61fd2"] - }],ExpressionUUID->"60587971-89b1-4e48-8f9d-d260335c6f9f"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "5de77cbd-9d47-4fba-9d52-5469d7cd3e55"] + }],ExpressionUUID->"40c0571c-a26d-46ca-b472-55000d82a9c2"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60ce9973-c54e-4a4e-9968-95c04cd3c527"], + "f8c81615-6174-4a98-9e03-7e5c938eb416"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ce5320e-1e9b-44f7-95d0-8b1a94efed91"] - }],ExpressionUUID->"cbec42fc-1d5f-40b2-80ba-a8eef5ac3e4c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "82c9523f-e5f5-4088-9319-7ad7c2de8c84"] + }],ExpressionUUID->"9d2b953c-2377-46eb-a529-ca970fb7b847"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8ab8469-b819-4320-a87a-a8f63aea643b"], + "f5ba91a4-5797-4d5e-bc72-d8b6701dd805"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b087be8d-aa1f-4d6f-a2ce-efb2d57097db"] - }],ExpressionUUID->"e324be6d-fb13-416f-9663-cdc69bb3a704"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7f325800-d26b-4659-a063-3134541dc901"] + }],ExpressionUUID->"9189af9e-22ce-47a8-aebf-b5ba7310c596"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "08d0fc99-0b13-4afa-ad01-e79e1bc9d3e7"], + "76c99680-3dc4-4421-ba5f-5355368fe1d6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c589db30-4d6a-4351-ad42-bc5ba27df755"] - }],ExpressionUUID->"834d3504-bc2e-4de9-8ebe-e5a5b3ef7929"], - StripOnInput->False], {"\<\"TUG/ref/DigitPrecision\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DigitPrecision"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9a2f42dd-1a57-466b-8125-f8033e07e71d"] + }],ExpressionUUID->"f77ab986-951e-4a0f-87e1-7451bfe7c410"], + StripOnInput->False],{ + "\"TUG/ref/DigitPrecision\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DigitPrecision"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DigitPrecision.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$64900], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DigitPrecision" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$69192], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DigitPrecision" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d5d0dce8-b3c9-4a9d-ab05-e9392ce9903b"] + "d45953f2-029e-4ef2-ae25-13c93972add1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "83e6dde5-16b9-4638-b6b7-b593eb494d77"]} + "d90d675a-edac-4cb8-8aee-e738f18e09d0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1f668555-4d27-4395-acac-593b9d22e323"], + CellID->1,ExpressionUUID->"655cee52-9335-4f19-879f-7354a0c5d4d6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"98473698-6336-4570-9ee3-16f3ce6c39b8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2eb61628-d179-4b73-a6ea-b05bc57de432"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DigitPrecision", "ObjectName",ExpressionUUID-> - "49647a42-6c01-4900-990a-d4338ccc9497"], + "e168221d-ddd9-4947-8151-799a352d61f6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5f2dcf42-6737-46d3-9179-dc90685fc3bb"], + "Spacer1"]],ExpressionUUID->"7afe5dd0-b790-464d-ae78-f65a668cff0d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1dd5891a-5e87-4ba5-ab17-9d77b73fafd5"] - }],ExpressionUUID->"fb831a23-9d2e-4779-b225-7da9fb4a95bd"], Cell[BoxData[ + "e9bd040f-f2ce-4539-bbe2-7c3d88a99736"] + }],ExpressionUUID->"87fddd0c-7e5e-4d21-a305-994132074851"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f1c7e67f-4d82-42f9-bd31-564c54e67e84"]} + "01d3d8e5-e622-4f99-af65-c2d9e399a29c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8b3bb626-f216-4323-b0ec-3e6a40c037ee"], + CacheGraphics->False,ExpressionUUID->"f74f801b-d962-4aa6-a57e-90a2730b6830"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +239,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "37454320-dbb7-4e4b-8ea9-10a90bce8b8b"], "\[LineSeparator]is an option for some package functions" - }],ExpressionUUID->"6d586380-d756-4c14-871b-6c7482f16962"]} + }],ExpressionUUID->"02707342-dc15-40c6-8b0d-ad2bd4b77e3e"]} }]], "Usage", CellID->1141371934,ExpressionUUID->"39a686a8-5f86-49e9-8345-6868583ddbcd"] }, Open ]], @@ -271,12 +272,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1fad38a8-6852-4d6c-8707-b0d83aa2e0b8"], + ExpressionUUID->"8e391252-1d0b-46c7-8543-858bdc506df8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"50d3651e-9612-4e96-aa82-b577ff4f2588"], + "Spacer1"]],ExpressionUUID->"35539a59-80a8-4fb4-9018-2c849b768434"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"75ec3906-51cb-49ab-be72-9d7ad3a96dfa"], + }], "NotesFrameText",ExpressionUUID->"a4120de3-63e1-4c52-b3f6-54f61564aa83"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +288,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3c294b88-e56d-46d5-9980-b14b433c50bd"]], \ + "Preemptive"]],ExpressionUUID->"cec800e0-edff-4a52-b58f-c376af817123"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1444418348,ExpressionUUID->"41bf380f-e8d0-4e4a-940f-53ae802743b1"], + CellID->692694455,ExpressionUUID->"e0be80a4-ecb5-4d52-8ff3-8a593bb427ba"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +343,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52b61688-1409-48db-878c-a8eebb7e1eb3"], + ExpressionUUID->"53c24d74-2c48-44e0-be4c-54776288604f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3e01eb75-3830-4089-84d7-4c828e80d5d4"], + "Spacer1"]],ExpressionUUID->"cf41654d-bc4a-4191-a0af-497b39ee515d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4fd2c6db-5583-455d-bda2-05e09bff4907"] + "3c8acdd6-f96b-4aca-9857-4e5be2ef305f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->83492564,ExpressionUUID->"b32a8f00-f116-49cc-977f-027a4730521f"], + CellID->207057921,ExpressionUUID->"cfb918e4-62ed-4dd0-9b94-21a339bafb89"], Cell[CellGroupData[{ @@ -383,18 +384,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e2ca216f-89ba-4dfd-b482-3df7b413f99a"], + ExpressionUUID->"66a3df55-9512-434e-879c-086cb529c457"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e87d2d77-ebce-4c74-a92d-2bd092fdf04f"], + "Spacer1"]],ExpressionUUID->"03518963-d222-48dc-8f16-e0f93352bdc0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bc9f78bf-ff52-41c3-a757-58119a639426"] + "1626cc72-13db-4b5a-b8df-f49767f2850b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->343709220,ExpressionUUID->"702d0847-53c6-4cb1-99f7-e373a6b65c9b"], + CellID->1345785745,ExpressionUUID->"015822cf-f1a6-463c-83ea-5aa27520d0c1"], Cell["Loading the package:", "ExampleText", CellID->1334021815,ExpressionUUID->"4ad4e265-8e0b-4d3c-9218-0d0639767f1a"], @@ -578,8 +579,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -741,15 +740,15 @@ Cell[BoxData[GridBox[{ "04fbd23f-5562-493c-82ca-41d100543baf"] }], "SeeAlso",ExpressionUUID->"531bc3a5-54f3-4bbf-99ac-8a34b92055e0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e5bba9f0-ba34-4e80-be9d-\ -2b530de05d29"], + }]], "SeeAlsoSection",ExpressionUUID->"16c67251-9f72-4c9c-9bb4-\ +0cf174311989"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -761,9 +760,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0f803050-ee33-41fc-9d78-a05988a8fcb5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"17fae4c9-88b3-42f1-89b2-\ -1c0f1611eaab"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fb1e432c-a80e-4752-a286-\ +3127b780bfc5"], Cell[BoxData[GridBox[{ { @@ -780,7 +778,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3d2c0ae6-862b-4d3f-a7ca-0acf286b701d"]}]}, + "3e004b14-f033-4904-8701-e23ee360175b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -788,10 +786,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6ca30450-136f-49c2-a737-a9424103616e"]}]} + "2d868fc8-0f0e-4bf4-a281-2469994899e2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5d488fcc-feed-4c12-9d5e-\ -71d7a4f78a4c"], + }]], "MoreAboutSection",ExpressionUUID->"4a5c1fe4-9ead-4fb0-b50b-\ +404171332d48"], Cell[BoxData[GridBox[{ { @@ -818,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff65f497-f61c-41bb-a5a1-6eb8c95998a8"]], "RelatedLinks", + "bea4413e-3d83-4f87-a189-1667fd754bae"]], "RelatedLinks", ExpressionUUID->"1bf31c6a-03e5-4ab7-accc-353bd44dd1be"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -835,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PDValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "53d335b5-ef8f-4fea-8a27-79be8f75c969"]], "RelatedLinks", + "4f36cf13-e938-40dd-8668-340bd00cf78f"]], "RelatedLinks", ExpressionUUID->"ce6c8e57-45dd-4aad-bd50-e60e07f580d6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -852,11 +850,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be50b0b1-57b7-4ea2-a142-1531fed57873"]], "RelatedLinks", + "8e9d7f0d-9694-4526-b30e-bb1db00194bd"]], "RelatedLinks", ExpressionUUID->"49716bff-1b0c-417d-a0b0-975404e6fb6a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e5f1e5a2-a52a-44f9-8925-\ -e1dc8dafca90"], + }]], "RelatedLinksSection",ExpressionUUID->"bc8abcb5-cc4d-47a1-85cb-\ +08dcb9fdaeea"], Cell[CellGroupData[{ @@ -886,11 +884,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"05700312-75cc-40ba-b44e-2e95388793ec"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"54a9e909-6970-4a0b-a59f-d2951826a71d"] +Cell[" ", "FooterCell",ExpressionUUID->"a96defb3-6880-48b7-ad9e-de2274c4b06e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DigitPrecision", TaggingRules->{ @@ -901,17 +899,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 21.421585}", + "built" -> "{2024, 6, 3, 16, 52, 16.594611}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DigitPrecision is an option for some package functions", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DigitPrecision", - "titlemodifier" -> "", "windowtitle" -> "DigitPrecision", "type" -> - "Symbol", "uri" -> "TUG/ref/DigitPrecision"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "DigitPrecision", "type" -> "Symbol", "uri" -> + "TUG/ref/DigitPrecision"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -920,9 +919,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8f7072df-e5f8-4e96-9c6b-90d09a4aab55" +ExpressionUUID->"c00493b1-97ca-4f34-ba3c-4f00590ec058" ] (* End of Notebook Content *) @@ -930,121 +929,119 @@ ExpressionUUID->"8f7072df-e5f8-4e96-9c6b-90d09a4aab55" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12234, 319, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b32a8f00-f116-49cc-977f-027a4730521f", + Cell[12249, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cfb918e4-62ed-4dd0-9b94-21a339bafb89", CellTags->"PrimaryExamplesSection", - CellID->83492564]} + CellID->207057921]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34272, 931} + {"PrimaryExamplesSection", 34278, 930} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7107, 170, 56, "AnchorBarGrid",ExpressionUUID->"1f668555-4d27-4395-acac-593b9d22e323", +Cell[586, 21, 7123, 171, 57, "AnchorBarGrid",ExpressionUUID->"655cee52-9335-4f19-879f-7354a0c5d4d6", CellID->1], -Cell[7696, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"98473698-6336-4570-9ee3-16f3ce6c39b8"], +Cell[7712, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2eb61628-d179-4b73-a6ea-b05bc57de432"], Cell[CellGroupData[{ -Cell[7807, 197, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"8b3bb626-f216-4323-b0ec-3e6a40c037ee"], -Cell[9098, 234, 419, 8, 111, "Usage",ExpressionUUID->"39a686a8-5f86-49e9-8345-6868583ddbcd", +Cell[7823, 198, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"f74f801b-d962-4aa6-a57e-90a2730b6830"], +Cell[9114, 235, 419, 8, 109, "Usage",ExpressionUUID->"39a686a8-5f86-49e9-8345-6868583ddbcd", CellID->1141371934] }, Open ]], Cell[CellGroupData[{ -Cell[9554, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"41bf380f-e8d0-4e4a-940f-53ae802743b1", +Cell[9570, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"e0be80a4-ecb5-4d52-8ff3-8a593bb427ba", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1444418348], -Cell[11452, 296, 489, 12, 37, "Notes",ExpressionUUID->"036ae8f4-df47-4a62-b067-49c6b0a7deec", + CellID->692694455], +Cell[11467, 297, 489, 12, 38, "Notes",ExpressionUUID->"036ae8f4-df47-4a62-b067-49c6b0a7deec", CellID->177724765], -Cell[11944, 310, 163, 3, 36, "Notes",ExpressionUUID->"04aed21b-c3ac-4a16-9b8a-a59795f2965d", +Cell[11959, 311, 163, 3, 36, "Notes",ExpressionUUID->"04aed21b-c3ac-4a16-9b8a-a59795f2965d", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12234, 319, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b32a8f00-f116-49cc-977f-027a4730521f", +Cell[12249, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cfb918e4-62ed-4dd0-9b94-21a339bafb89", CellTags->"PrimaryExamplesSection", - CellID->83492564], + CellID->207057921], Cell[CellGroupData[{ -Cell[13678, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"702d0847-53c6-4cb1-99f7-e373a6b65c9b", - CellID->343709220], -Cell[15079, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"4ad4e265-8e0b-4d3c-9218-0d0639767f1a", +Cell[13694, 361, 1399, 36, 30, "ExampleSection",ExpressionUUID->"015822cf-f1a6-463c-83ea-5aa27520d0c1", + CellID->1345785745], +Cell[15096, 399, 119, 1, 39, "ExampleText",ExpressionUUID->"4ad4e265-8e0b-4d3c-9218-0d0639767f1a", CellID->1334021815], Cell[CellGroupData[{ -Cell[15223, 403, 168, 3, 27, "Input",ExpressionUUID->"17de2b6d-6661-4f98-9c53-aa98fff7477c", +Cell[15240, 404, 168, 3, 27, "Input",ExpressionUUID->"17de2b6d-6661-4f98-9c53-aa98fff7477c", CellID->1096309632], Cell[CellGroupData[{ -Cell[15416, 410, 235, 4, 23, "Print",ExpressionUUID->"563cf021-b70f-487e-88e9-59ef29cb23cd", +Cell[15433, 411, 235, 4, 23, "Print",ExpressionUUID->"563cf021-b70f-487e-88e9-59ef29cb23cd", CellID->863242206], -Cell[15654, 416, 364, 8, 23, "Print",ExpressionUUID->"a1746fee-63ad-4cb6-8781-c5a2bdbcc67d", +Cell[15671, 417, 364, 8, 23, "Print",ExpressionUUID->"a1746fee-63ad-4cb6-8781-c5a2bdbcc67d", CellID->929363557], -Cell[16021, 426, 235, 4, 23, "Print",ExpressionUUID->"e5b8ca3f-dee5-495d-87ff-6965bc04168e", +Cell[16038, 427, 235, 4, 23, "Print",ExpressionUUID->"e5b8ca3f-dee5-495d-87ff-6965bc04168e", CellID->456307110], -Cell[16259, 432, 219, 3, 23, "Print",ExpressionUUID->"380ab87b-f94f-41c8-ba52-ed71a920e8c1", +Cell[16276, 433, 219, 3, 23, "Print",ExpressionUUID->"380ab87b-f94f-41c8-ba52-ed71a920e8c1", CellID->147144679], -Cell[16481, 437, 206, 3, 23, "Print",ExpressionUUID->"79cdfd88-16d0-4de5-9f75-2e6e91cc662a", +Cell[16498, 438, 206, 3, 23, "Print",ExpressionUUID->"79cdfd88-16d0-4de5-9f75-2e6e91cc662a", CellID->169953042], -Cell[16690, 442, 237, 4, 23, "Print",ExpressionUUID->"a9501638-a0bd-4f3f-a36a-9159d33eb85d", +Cell[16707, 443, 237, 4, 23, "Print",ExpressionUUID->"a9501638-a0bd-4f3f-a36a-9159d33eb85d", CellID->1842831480], -Cell[16930, 448, 220, 3, 23, "Print",ExpressionUUID->"322614cf-275a-412f-b08e-6ecba1026855", +Cell[16947, 449, 220, 3, 23, "Print",ExpressionUUID->"322614cf-275a-412f-b08e-6ecba1026855", CellID->1672964078], -Cell[17153, 453, 236, 4, 23, "Print",ExpressionUUID->"aeb191e0-871b-4e6f-9b8c-ec9c1dfec958", +Cell[17170, 454, 236, 4, 23, "Print",ExpressionUUID->"aeb191e0-871b-4e6f-9b8c-ec9c1dfec958", CellID->1654503278], -Cell[17392, 459, 236, 4, 23, "Print",ExpressionUUID->"a08849e0-7be8-4b0f-a1f7-ec6799cf9276", +Cell[17409, 460, 236, 4, 23, "Print",ExpressionUUID->"a08849e0-7be8-4b0f-a1f7-ec6799cf9276", CellID->2042156389], -Cell[17631, 465, 205, 3, 23, "Print",ExpressionUUID->"0b935495-2ed0-4385-98e9-1154860ae908", +Cell[17648, 466, 205, 3, 23, "Print",ExpressionUUID->"0b935495-2ed0-4385-98e9-1154860ae908", CellID->55776520], -Cell[17839, 470, 236, 4, 23, "Print",ExpressionUUID->"91566009-d4ca-47ce-928c-2ad1266fb2ce", +Cell[17856, 471, 236, 4, 23, "Print",ExpressionUUID->"91566009-d4ca-47ce-928c-2ad1266fb2ce", CellID->1046458223] }, Open ]] }, Open ]], -Cell[18102, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"b9db1f48-7142-4cea-b12b-a3d20baa04be", +Cell[18119, 479, 136, 1, 39, "ExampleText",ExpressionUUID->"b9db1f48-7142-4cea-b12b-a3d20baa04be", CellID->246240706], -Cell[18241, 481, 234, 6, 27, "Input",ExpressionUUID->"e65fd76e-b565-490b-914b-a794f9e93383", +Cell[18258, 482, 234, 6, 27, "Input",ExpressionUUID->"e65fd76e-b565-490b-914b-a794f9e93383", CellID->591850362], Cell[CellGroupData[{ -Cell[18500, 491, 360, 8, 27, "Input",ExpressionUUID->"709f463c-2c07-484d-948e-98712c67232b", +Cell[18517, 492, 360, 8, 27, "Input",ExpressionUUID->"709f463c-2c07-484d-948e-98712c67232b", CellID->1993600939], -Cell[18863, 501, 361, 8, 36, "Output",ExpressionUUID->"f2686241-3439-4f9d-b19e-7532d5fc7d6b", +Cell[18880, 502, 361, 8, 36, "Output",ExpressionUUID->"f2686241-3439-4f9d-b19e-7532d5fc7d6b", CellID->742682311] }, Open ]], -Cell[19239, 512, 238, 6, 70, "Input",ExpressionUUID->"96d4d9d9-9f58-459d-92a8-04c28d21b256", +Cell[19256, 513, 238, 6, 70, "Input",ExpressionUUID->"96d4d9d9-9f58-459d-92a8-04c28d21b256", CellID->1702224154], -Cell[19480, 520, 140, 1, 70, "ExampleText",ExpressionUUID->"406b99ce-9c3f-4e67-9705-dda53ba65dfb", +Cell[19497, 521, 140, 1, 70, "ExampleText",ExpressionUUID->"406b99ce-9c3f-4e67-9705-dda53ba65dfb", CellID->56302221], Cell[CellGroupData[{ -Cell[19645, 525, 195, 4, 70, "Input",ExpressionUUID->"312a4ad8-209a-46e8-8692-1e5128b58fe5", +Cell[19662, 526, 195, 4, 70, "Input",ExpressionUUID->"312a4ad8-209a-46e8-8692-1e5128b58fe5", CellID->874975028], -Cell[19843, 531, 312, 9, 51, "Output",ExpressionUUID->"158030ec-0f98-4717-ac7f-11b719a69bef", +Cell[19860, 532, 312, 9, 50, "Output",ExpressionUUID->"158030ec-0f98-4717-ac7f-11b719a69bef", CellID->954403615] }, Open ]], -Cell[20170, 543, 496, 7, 70, "ExampleText",ExpressionUUID->"e576518d-4c8f-4ae7-92e8-01a64b99be7d", +Cell[20187, 544, 496, 7, 70, "ExampleText",ExpressionUUID->"e576518d-4c8f-4ae7-92e8-01a64b99be7d", CellID->613946192], Cell[CellGroupData[{ -Cell[20691, 554, 265, 6, 70, "Input",ExpressionUUID->"bde3e2aa-620a-423a-a797-85945a9313f7", +Cell[20708, 555, 265, 6, 70, "Input",ExpressionUUID->"bde3e2aa-620a-423a-a797-85945a9313f7", CellID->1185987979], -Cell[20959, 562, 323, 9, 51, "Output",ExpressionUUID->"a7abbd14-0091-4a67-a610-0b3b1ce4cac0", +Cell[20976, 563, 323, 9, 51, "Output",ExpressionUUID->"a7abbd14-0091-4a67-a610-0b3b1ce4cac0", CellID->1764836258] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21541, 581, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"16c67251-9f72-4c9c-9bb4-0cf174311989"], +Cell[27428, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fb1e432c-a80e-4752-a286-3127b780bfc5"], +Cell[28101, 765, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4a5c1fe4-9ead-4fb0-b50b-404171332d48"], +Cell[29137, 793, 2199, 63, 70, "RelatedLinksSection",ExpressionUUID->"bc8abcb5-cc4d-47a1-85cb-08dcb9fdaeea"], Cell[CellGroupData[{ -Cell[21546, 582, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"e5bba9f0-ba34-4e80-be9d-2b530de05d29"], -Cell[27433, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"17fae4c9-88b3-42f1-89b2-1c0f1611eaab"] -}, Open ]], -Cell[28118, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5d488fcc-feed-4c12-9d5e-71d7a4f78a4c"], -Cell[29154, 795, 2199, 63, 70, "RelatedLinksSection",ExpressionUUID->"e5f1e5a2-a52a-44f9-8925-e1dc8dafca90"], -Cell[CellGroupData[{ -Cell[31378, 862, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"564931b4-a63a-4042-804e-bcbbb6c8decf", +Cell[31361, 860, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"564931b4-a63a-4042-804e-bcbbb6c8decf", CellID->778415021], -Cell[31518, 865, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"842648bf-9b2a-4f06-a80c-df9b8ab3b06d", +Cell[31501, 863, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"842648bf-9b2a-4f06-a80c-df9b8ab3b06d", CellID->1194386356], -Cell[31740, 871, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"980b1939-c81e-4d83-9e75-2203eca2de6e", +Cell[31723, 869, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"980b1939-c81e-4d83-9e75-2203eca2de6e", CellID->1641706272], -Cell[31955, 876, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f7d3a932-cc6c-4a83-a490-44cd031ac262", +Cell[31938, 874, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f7d3a932-cc6c-4a83-a490-44cd031ac262", CellID->399251956], -Cell[32184, 882, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"05700312-75cc-40ba-b44e-2e95388793ec", +Cell[32167, 880, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"05700312-75cc-40ba-b44e-2e95388793ec", CellID->821434655] }, Open ]], -Cell[32421, 888, 78, 0, 70, "FooterCell",ExpressionUUID->"54a9e909-6970-4a0b-a59f-d2951826a71d"] +Cell[32404, 886, 78, 0, 70, "FooterCell",ExpressionUUID->"a96defb3-6880-48b7-ad9e-de2274c4b06e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DirectionOfImprovement.nb b/Documentation/English/ReferencePages/Symbols/DirectionOfImprovement.nb index 5bf8805..967a4b0 100644 --- a/Documentation/English/ReferencePages/Symbols/DirectionOfImprovement.nb +++ b/Documentation/English/ReferencePages/Symbols/DirectionOfImprovement.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 56068, 1458] -NotebookOptionsPosition[ 44647, 1236] -NotebookOutlinePosition[ 47065, 1294] -CellTagsIndexPosition[ 46979, 1289] +NotebookDataLength[ 56077, 1458] +NotebookOptionsPosition[ 44673, 1238] +NotebookOutlinePosition[ 47109, 1296] +CellTagsIndexPosition[ 47023, 1291] WindowTitle->DirectionOfImprovement WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "4352054e-3e59-4cbc-ae21-8d5f4b620fb5"], + "1dabc1e8-ecf2-4f3f-ad7e-bb98a9014cd4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "93a4b873-4eb1-4e9d-9ffe-45cd1b97eada"], + "2a59ef42-35a3-4860-a278-213870e9df17"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ba8f99ca-8413-46ad-a0ee-15f6b9a169c9"] - }],ExpressionUUID->"f5eb6aaa-e152-48a1-9823-720f434a4a3b"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "8636e9aa-4232-4143-b5a8-55fb2a11ce63"] + }],ExpressionUUID->"6b83ff85-7553-4320-981f-3efd0b6e8baa"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "216ef17c-a419-4d31-b1df-163c1878fcf9"], + "7a660ed2-c39e-4d3c-9467-0343b411f5fa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a11a6b41-d9af-421c-b567-4ce5947b457c"] - }],ExpressionUUID->"67b2af23-e235-4b2a-a353-d6543fe513b1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "dc64f516-2caf-4f62-8840-94af1bb2171e"] + }],ExpressionUUID->"75d5643f-2862-4548-95bf-383298bc4815"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eaa25a3a-b9e2-4d7b-b99d-55699c1387b6"], + "058e1624-8533-4f23-b025-68b2347c697a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b96f2769-39a1-4b9b-878c-ee7e4cd21512"] - }],ExpressionUUID->"fc41c722-ee29-4558-9b65-67083c5f1c3f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "921a03eb-8ce4-424e-819b-24f1002a65c8"] + }],ExpressionUUID->"e5a9a468-148d-453d-ac91-8118830308c7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eaf721a0-bd55-4aa6-9c84-03abdbd8ed40"], + "e9348988-e88d-423f-87da-59e066de47d3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a6ff7c7e-5cc4-4e35-8268-f42e423a5a57"] - }],ExpressionUUID->"f25f380c-cfaf-4d3e-bb59-daa8526e7350"], - StripOnInput->False], {"\<\"TUG/ref/DirectionOfImprovement\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DirectionOfImprovement"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "199a0297-fc0f-4da8-bf7f-5c08e8694d6a"] + }],ExpressionUUID->"d467bff9-ea45-4e2d-b943-affe447bc294"], + StripOnInput->False],{ + "\"TUG/ref/DirectionOfImprovement\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DirectionOfImprovement"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DirectionOfImprovement.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$65570], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DirectionOfImprovement" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$69896], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DirectionOfImprovement" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0a5a72dd-2cc5-46af-8db7-d70454a1044a"] + "c2e498bf-1a53-4909-92cd-3cea922a27f8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "61fb3379-a9c3-4c26-aa88-06d7b3e9edb1"]} + "72aa63be-a696-4b79-ae6b-1a63c4e18d4c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"07693d32-d142-4f1a-bb2f-b06e739c00aa"], + CellID->1,ExpressionUUID->"07923f2d-a1fe-4f24-9e32-8e6b4c1b6bdf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"dbb594f7-b272-453f-ae33-a0d394e52184"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"eb5ce5b8-c70c-4426-8804-0c430e6ae18f"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DirectionOfImprovement", "ObjectName",ExpressionUUID-> - "43cc01ad-1745-4a24-900e-96cb1a35b7c2"], + "4fb98a57-0ce8-41ca-a820-114b4b8de3f5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"504525d3-08cb-4f42-b230-8cfe77c82333"], + "Spacer1"]],ExpressionUUID->"ef2702aa-937d-4165-8793-f8203dc531ec"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d233ae1c-11a1-42f1-b2ec-47870d24d56c"] - }],ExpressionUUID->"cc6e01b5-e063-4c35-bfaa-99eed1985739"], Cell[BoxData[ + "703122a0-33ff-4dfc-b035-96930bf4ea6c"] + }],ExpressionUUID->"f76d4159-2545-4076-abd7-4a0efe62e7a2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6c3b6dff-903e-40f0-b0aa-8a6a37ad97ce"]} + "1a38c42f-5743-4251-bd6a-f07aeb47eb1d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"99a3e0ad-8c97-41ec-aee6-8494edc33220"], + CacheGraphics->False,ExpressionUUID->"a3de1aa7-c3f1-4cff-aa35-61ab6a4b0901"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ the unbalancedness in the maximum surpluses. From this vector a new \ imputation is derived that reduces the unbalancedness in the maximum \ surpluses." - }],ExpressionUUID->"12ac81e7-edd7-4d88-aad0-0659b4f9163b"]}, + }],ExpressionUUID->"c7f1b777-b71a-4682-8171-4c47ed6597fd"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"DirectionOfImprovement", "[", @@ -251,7 +256,7 @@ surpluses." "e45c972e-b4fb-4023-b5db-f5496690270d"], " \[LineSeparator]a more detailed inspection on the intermediate result \ can be revealed by options setting." - }],ExpressionUUID->"bdea966c-d8fb-4f98-8645-6b827916374c"]} + }],ExpressionUUID->"7a4dc82a-aea0-49dd-b929-068a8ff1eb7e"]} }]], "Usage", CellID->1579287266,ExpressionUUID->"9d3235c9-9bce-4e59-a010-7c16c8db1992"] }, Open ]], @@ -284,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"53482b13-2c77-46ce-88c6-12191c6a12ba"], + ExpressionUUID->"5469c02b-ebdb-4e0f-aed1-4e66f2a675a6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ae22e3b3-ad17-4b54-9c0c-3db02bc32325"], + "Spacer1"]],ExpressionUUID->"e70cf8df-71c0-48e4-bb60-6bde5fde940d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"bd1060d7-bf2d-4907-9145-5df8e36dc4c1"], + }], "NotesFrameText",ExpressionUUID->"848f2ffd-3e73-434f-851c-a7f4f16952a7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -300,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"06770ea7-6244-42fc-bd08-0946c06e8ab4"]], \ + "Preemptive"]],ExpressionUUID->"a279aae5-db9e-4514-b3e8-2e7a534a1727"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1380022539,ExpressionUUID->"d6a428e5-f46d-4fdf-81b1-efb9b2dfd950"], + CellID->1061293548,ExpressionUUID->"e84c80d0-466d-4fe2-a76c-bf1302a6308e"], Cell[TextData[{ "The input expression ", @@ -375,7 +380,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e293e15a-6019-4eb0-a6e9-94600e6ef54e"], + "146372bb-330d-49fe-a136-2e65f74370b5"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -385,7 +390,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"6fe3eec0-f3f4-4c69-934d-36bdad340951"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a7c9b223-3450-4428-b7b6-6c2c8d9eca43"], + "2203ab90-b66f-46a3-a20f-59be217c1b5c"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -402,7 +407,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "14a6bcde-23ec-4cac-9a51-ca829d22999e"], + "9029e77e-a431-4087-8aa5-2342701890ea"], TemplateBox[{ Cell[ TextData["MaximumSurpluses"]], "paclet:TUG/ref/MaximumSurpluses", @@ -419,7 +424,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "15f503b9-be32-44a2-9b1e-62e7e4c4b630"], + "e4405e9b-9428-43ba-85b0-45fcc7162afc"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -429,7 +434,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"0f03810d-6cdf-48b0-8f5c-004a6e223b47"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "32a51cce-077e-48a4-b050-f5eb353709a4"], + "b59a317e-e8a9-4731-b76e-8e1be1507140"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -556,19 +561,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"df47e32c-d2e2-46e4-9d2f-7d52578ace64"], + ExpressionUUID->"4db62e6b-947e-407e-b76c-83b6005eb415"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"82bb8658-d172-4fbc-bed6-937ae2adee10"], + "Spacer1"]],ExpressionUUID->"f75ea536-9fe2-4853-a0ef-21c4d2cb073c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d2d77fa9-4723-48ca-9bf9-aac18ab6d835"] + "0cfecd7b-ed07-40e2-a1c0-9f03abeb5ed0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1766093853,ExpressionUUID->"afb7dc26-6390-4047-9bf2-05a5bf7bc4ad"], + CellID->2013721437,ExpressionUUID->"f8e670dc-e4c4-42cd-91a3-d17e05164777"], Cell[CellGroupData[{ @@ -597,18 +602,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"205f7041-7800-4744-b0c4-e9ee134b0857"], + ExpressionUUID->"a28e5f1d-a7f8-4cff-a608-12ceaf0c43c7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8002064a-1415-45d7-83cb-2b643f25e0d7"], + "Spacer1"]],ExpressionUUID->"943623cd-8560-41a2-aa1e-b42e5b942232"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b1afea4c-c963-4b5b-aea1-2611a6f3d3f4"] + "b199a006-c77e-49df-be24-b325972a2374"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->965780770,ExpressionUUID->"79ef823a-4f37-4cde-9596-28a484636338"], + CellID->8925652,ExpressionUUID->"7895ca0b-efaf-469f-b6a0-b755a96d847b"], Cell["Loading the package:", "ExampleText", CellID->326486372,ExpressionUUID->"db3c24fc-3db9-4d9c-a128-42db1c64b7bc"], @@ -938,8 +943,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1087,15 +1090,15 @@ Cell[BoxData[GridBox[{ "06bd2b26-b78a-4770-a2b7-5a98d532c1b4"] }], "SeeAlso",ExpressionUUID->"76ed48b4-1da1-426e-915d-e202757744bc"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c58b890e-ff29-4075-9931-\ -d1ea25d1414d"], + }]], "SeeAlsoSection",ExpressionUUID->"c98db603-6c00-4179-a2e6-\ +2d6cdb18a288"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1107,9 +1110,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"07484bde-6413-4617-beda-8300181e24f5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6afcef1c-141f-482c-9fa0-\ -7da7f7f26cc8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5d03633a-d355-4034-a837-\ +0118475188f6"], Cell[BoxData[GridBox[{ { @@ -1126,7 +1128,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5ef8fc42-68bf-4b84-93b6-977cddc2d341"]}]}, + "e860bcf2-7d65-490d-bfe6-f813b005ed3b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1134,10 +1136,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "35115a2e-8f28-4125-96ff-58d47539da15"]}]} + "c40ce112-c069-4a73-a217-dccaaf5e710b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"12a143da-5098-43d9-8955-\ -8b14649d903b"], + }]], "MoreAboutSection",ExpressionUUID->"68c9a9af-45c6-416c-acb0-\ +2ac0e6329234"], Cell[BoxData[GridBox[{ { @@ -1164,7 +1166,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "74541249-5b2e-4ea4-9699-2c886b806ccc"]], "RelatedLinks", + "17549e64-5701-4ed3-8786-b467869eb135"]], "RelatedLinks", ExpressionUUID->"9a8060d7-97aa-44b7-818e-4a8e177dc284"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1181,7 +1183,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "17080710-8680-43ae-99f6-fc4f0911d2ac"]], "RelatedLinks", + "02d795e6-44ef-4d70-8865-9507501408d5"]], "RelatedLinks", ExpressionUUID->"af555d8b-4e00-4fac-878a-a692b16dd9bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1198,11 +1200,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/OptStepSize"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "20a85d88-f916-445f-85dd-feccf84cce11"]], "RelatedLinks", + "46e4972e-0f83-45ab-bb29-074ac1643d20"]], "RelatedLinks", ExpressionUUID->"981ae25a-7dda-4deb-883e-57cfce1b4404"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9f49ca78-f171-4348-8585-\ -c73b28c9a575"], + }]], "RelatedLinksSection",ExpressionUUID->"01373a4c-89a9-4544-ad66-\ +652ef3753eed"], Cell[CellGroupData[{ @@ -1232,11 +1234,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"821577aa-6c29-4074-b522-e693c1ba66bc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b28b263d-3640-48ec-a1a9-8f20eb20c101"] +Cell[" ", "FooterCell",ExpressionUUID->"41ce675b-7004-4f83-a977-79a705b6a540"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DirectionOfImprovement", TaggingRules->{ @@ -1247,7 +1249,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 22.880286}", + "built" -> "{2024, 6, 3, 16, 52, 17.328025}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1258,11 +1260,11 @@ this vector a new imputation is derived that reduces the unbalancedness in \ the maximum surpluses. DirectionOfImprovement[game, payoff, options] a more \ detailed inspection on the intermediate result can be revealed by options \ setting.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DirectionOfImprovement", "titlemodifier" -> "", "windowtitle" -> - "DirectionOfImprovement", "type" -> "Symbol", "uri" -> + "DirectionOfImprovement", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DirectionOfImprovement", "type" -> "Symbol", "uri" -> "TUG/ref/DirectionOfImprovement"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1271,9 +1273,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"619384c7-8f1f-4648-9ff6-f4998762e114" +ExpressionUUID->"cc1e2ed2-5e05-4621-9969-72cd27e53b27" ] (* End of Notebook Content *) @@ -1281,185 +1283,183 @@ ExpressionUUID->"619384c7-8f1f-4648-9ff6-f4998762e114" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20416, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"afb7dc26-6390-4047-9bf2-05a5bf7bc4ad", + Cell[20478, 538, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f8e670dc-e4c4-42cd-91a3-d17e05164777", CellTags->"PrimaryExamplesSection", - CellID->1766093853]} + CellID->2013721437]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46778, 1282} + {"PrimaryExamplesSection", 46822, 1284} } *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 7144, 168, 56, "AnchorBarGrid",ExpressionUUID->"07693d32-d142-4f1a-bb2f-b06e739c00aa", +Cell[594, 21, 7206, 173, 57, "AnchorBarGrid",ExpressionUUID->"07923f2d-a1fe-4f24-9e32-8e6b4c1b6bdf", CellID->1], -Cell[7741, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"dbb594f7-b272-453f-ae33-a0d394e52184"], +Cell[7803, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"eb5ce5b8-c70c-4426-8804-0c430e6ae18f"], Cell[CellGroupData[{ -Cell[7852, 195, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"99a3e0ad-8c97-41ec-aee6-8494edc33220"], -Cell[9151, 232, 1123, 23, 209, "Usage",ExpressionUUID->"9d3235c9-9bce-4e59-a010-7c16c8db1992", +Cell[7914, 200, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"a3de1aa7-c3f1-4cff-aa35-61ab6a4b0901"], +Cell[9213, 237, 1123, 23, 208, "Usage",ExpressionUUID->"9d3235c9-9bce-4e59-a010-7c16c8db1992", CellID->1579287266] }, Open ]], Cell[CellGroupData[{ -Cell[10311, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"d6a428e5-f46d-4fdf-81b1-efb9b2dfd950", +Cell[10373, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"e84c80d0-466d-4fe2-a76c-bf1302a6308e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1380022539], -Cell[12209, 309, 782, 20, 57, "]]",ExpressionUUID->"910b49c7-26c5-4256-b007-0bd772ff3837", + CellID->1061293548], +Cell[12271, 314, 782, 20, 57, "]]",ExpressionUUID->"910b49c7-26c5-4256-b007-0bd772ff3837", CellID->313448337], -Cell[12994, 331, 489, 12, 37, "Notes",ExpressionUUID->"692239e0-37f4-42fa-991f-458851c7bd73", +Cell[13056, 336, 489, 12, 38, "Notes",ExpressionUUID->"692239e0-37f4-42fa-991f-458851c7bd73", CellID->177724765], -Cell[13486, 345, 308, 5, 57, "Notes",ExpressionUUID->"1bdead51-6455-4587-8ea1-a2c97e24022d", +Cell[13548, 350, 308, 5, 57, "Notes",ExpressionUUID->"1bdead51-6455-4587-8ea1-a2c97e24022d", CellID->1870919059], -Cell[13797, 352, 171, 3, 36, "Notes",ExpressionUUID->"57eb4ade-ef78-432e-934a-1cca0b11ec6e", +Cell[13859, 357, 171, 3, 36, "Notes",ExpressionUUID->"57eb4ade-ef78-432e-934a-1cca0b11ec6e", CellID->2059275466], -Cell[13971, 357, 218, 4, 36, "Notes",ExpressionUUID->"bafae0d1-6d1a-4968-aea6-8c4870506009", +Cell[14033, 362, 218, 4, 36, "Notes",ExpressionUUID->"bafae0d1-6d1a-4968-aea6-8c4870506009", CellID->509329565], -Cell[14192, 363, 148, 1, 36, "Notes",ExpressionUUID->"527209dc-29bf-4901-b059-ef6367ed6f85", +Cell[14254, 368, 148, 1, 36, "Notes",ExpressionUUID->"527209dc-29bf-4901-b059-ef6367ed6f85", CellID->998520625], -Cell[14343, 366, 130, 1, 36, "Notes",ExpressionUUID->"79767247-92b8-4bd6-bfb3-1825a54fc7ed", +Cell[14405, 371, 130, 1, 36, "Notes",ExpressionUUID->"79767247-92b8-4bd6-bfb3-1825a54fc7ed", CellID->1770378002], -Cell[14476, 369, 267, 4, 49, "Notes",ExpressionUUID->"c168b77c-391a-4439-9cf0-1350776196ed", +Cell[14538, 374, 267, 4, 48, "Notes",ExpressionUUID->"c168b77c-391a-4439-9cf0-1350776196ed", CellID->13178], -Cell[14746, 375, 1111, 25, 67, "3ColumnTableMod",ExpressionUUID->"1673e23e-0dc6-4142-990d-f81ffbff4cb8", +Cell[14808, 380, 1111, 25, 88, "3ColumnTableMod",ExpressionUUID->"1673e23e-0dc6-4142-990d-f81ffbff4cb8", CellID->1028331909], -Cell[15860, 402, 684, 15, 40, "3ColumnTableMod",ExpressionUUID->"79f0f136-4489-4b33-b768-3664c5466dfa", +Cell[15922, 407, 684, 15, 41, "3ColumnTableMod",ExpressionUUID->"79f0f136-4489-4b33-b768-3664c5466dfa", CellID->2061324663], -Cell[16547, 419, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"79fb4bec-2dcb-4dd6-b596-5049ff0472da", +Cell[16609, 424, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"79fb4bec-2dcb-4dd6-b596-5049ff0472da", CellID->11156], -Cell[17774, 450, 505, 14, 70, "Notes",ExpressionUUID->"12f6c5f9-fc8f-4bcb-8740-fdf91b6f9eef", +Cell[17836, 455, 505, 14, 70, "Notes",ExpressionUUID->"12f6c5f9-fc8f-4bcb-8740-fdf91b6f9eef", CellID->430048067], -Cell[18282, 466, 528, 14, 70, "Notes",ExpressionUUID->"a68e7933-257d-4513-bd42-76bddaa180a4", +Cell[18344, 471, 528, 14, 70, "Notes",ExpressionUUID->"a68e7933-257d-4513-bd42-76bddaa180a4", CellID->2041037989], -Cell[18813, 482, 499, 14, 70, "Notes",ExpressionUUID->"63097af2-f915-43d5-be55-20a5204929fd", +Cell[18875, 487, 499, 14, 70, "Notes",ExpressionUUID->"63097af2-f915-43d5-be55-20a5204929fd", CellID->428603971], -Cell[19315, 498, 505, 14, 70, "Notes",ExpressionUUID->"c3c39fe3-3047-413c-9279-1397621e3e8b", +Cell[19377, 503, 505, 14, 70, "Notes",ExpressionUUID->"c3c39fe3-3047-413c-9279-1397621e3e8b", CellID->17859], -Cell[19823, 514, 466, 13, 70, "Notes",ExpressionUUID->"b9c4fc2d-3455-4eda-a0f8-035e172cf55c", +Cell[19885, 519, 466, 13, 70, "Notes",ExpressionUUID->"b9c4fc2d-3455-4eda-a0f8-035e172cf55c", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20416, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"afb7dc26-6390-4047-9bf2-05a5bf7bc4ad", +Cell[20478, 538, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f8e670dc-e4c4-42cd-91a3-d17e05164777", CellTags->"PrimaryExamplesSection", - CellID->1766093853], + CellID->2013721437], Cell[CellGroupData[{ -Cell[21862, 574, 1398, 36, 70, "ExampleSection",ExpressionUUID->"79ef823a-4f37-4cde-9596-28a484636338", - CellID->965780770], -Cell[23263, 612, 118, 1, 70, "ExampleText",ExpressionUUID->"db3c24fc-3db9-4d9c-a128-42db1c64b7bc", +Cell[21924, 579, 1396, 36, 70, "ExampleSection",ExpressionUUID->"7895ca0b-efaf-469f-b6a0-b755a96d847b", + CellID->8925652], +Cell[23323, 617, 118, 1, 70, "ExampleText",ExpressionUUID->"db3c24fc-3db9-4d9c-a128-42db1c64b7bc", CellID->326486372], Cell[CellGroupData[{ -Cell[23406, 617, 168, 3, 70, "Input",ExpressionUUID->"fb774c69-ee0e-4721-b2ac-7b1233b5bc62", +Cell[23466, 622, 168, 3, 70, "Input",ExpressionUUID->"fb774c69-ee0e-4721-b2ac-7b1233b5bc62", CellID->2002922136], Cell[CellGroupData[{ -Cell[23599, 624, 237, 4, 70, "Print",ExpressionUUID->"5eeae1d7-1671-417e-a40b-e283376d0c01", +Cell[23659, 629, 237, 4, 70, "Print",ExpressionUUID->"5eeae1d7-1671-417e-a40b-e283376d0c01", CellID->1409406479], -Cell[23839, 630, 366, 8, 70, "Print",ExpressionUUID->"4ce6250e-a7f0-4116-84a8-e78ff8a53fa9", +Cell[23899, 635, 366, 8, 70, "Print",ExpressionUUID->"4ce6250e-a7f0-4116-84a8-e78ff8a53fa9", CellID->1766391130], -Cell[24208, 640, 236, 4, 70, "Print",ExpressionUUID->"4da0e479-bd89-476a-bb5c-0c321e1cc501", +Cell[24268, 645, 236, 4, 70, "Print",ExpressionUUID->"4da0e479-bd89-476a-bb5c-0c321e1cc501", CellID->228881952], -Cell[24447, 646, 221, 3, 70, "Print",ExpressionUUID->"f9e579ca-5030-4e7b-a801-b9ae976d777d", +Cell[24507, 651, 221, 3, 70, "Print",ExpressionUUID->"f9e579ca-5030-4e7b-a801-b9ae976d777d", CellID->1304622269], -Cell[24671, 651, 208, 3, 70, "Print",ExpressionUUID->"00f4f5c8-bb46-4170-964a-179e730ac11a", +Cell[24731, 656, 208, 3, 70, "Print",ExpressionUUID->"00f4f5c8-bb46-4170-964a-179e730ac11a", CellID->1500006881], -Cell[24882, 656, 238, 4, 70, "Print",ExpressionUUID->"e5732071-a2dd-4241-974d-27815847ca7e", +Cell[24942, 661, 238, 4, 70, "Print",ExpressionUUID->"e5732071-a2dd-4241-974d-27815847ca7e", CellID->1291109193], -Cell[25123, 662, 221, 3, 70, "Print",ExpressionUUID->"71e5358c-4b28-4a75-b43d-f195478d5b95", +Cell[25183, 667, 221, 3, 70, "Print",ExpressionUUID->"71e5358c-4b28-4a75-b43d-f195478d5b95", CellID->1572828401], -Cell[25347, 667, 237, 4, 70, "Print",ExpressionUUID->"72e200c5-38a5-4f42-a028-670abbc26c44", +Cell[25407, 672, 237, 4, 70, "Print",ExpressionUUID->"72e200c5-38a5-4f42-a028-670abbc26c44", CellID->1113618287], -Cell[25587, 673, 236, 4, 70, "Print",ExpressionUUID->"bce2fda9-aeaa-4568-b8d1-1efd9dbd368a", +Cell[25647, 678, 236, 4, 70, "Print",ExpressionUUID->"bce2fda9-aeaa-4568-b8d1-1efd9dbd368a", CellID->733700386], -Cell[25826, 679, 207, 3, 70, "Print",ExpressionUUID->"e83a847d-b7f3-4f7b-a1ba-a620b034456e", +Cell[25886, 684, 207, 3, 70, "Print",ExpressionUUID->"e83a847d-b7f3-4f7b-a1ba-a620b034456e", CellID->130338877], -Cell[26036, 684, 237, 4, 70, "Print",ExpressionUUID->"7c1f302b-90e5-4659-8aab-b0bb0a511fac", +Cell[26096, 689, 237, 4, 70, "Print",ExpressionUUID->"7c1f302b-90e5-4659-8aab-b0bb0a511fac", CellID->2036549972] }, Open ]] }, Open ]], -Cell[26300, 692, 136, 1, 70, "ExampleText",ExpressionUUID->"949fb3c7-3e26-40ee-9458-659e9560706d", +Cell[26360, 697, 136, 1, 70, "ExampleText",ExpressionUUID->"949fb3c7-3e26-40ee-9458-659e9560706d", CellID->327392346], -Cell[26439, 695, 235, 6, 70, "Input",ExpressionUUID->"0bd895f1-4348-43b6-96b5-13ca0c5b68f0", +Cell[26499, 700, 235, 6, 70, "Input",ExpressionUUID->"0bd895f1-4348-43b6-96b5-13ca0c5b68f0", CellID->1532099811], -Cell[26677, 703, 380, 9, 70, "Input",ExpressionUUID->"15715314-cb89-47d0-8722-283d546b39d7", +Cell[26737, 708, 380, 9, 70, "Input",ExpressionUUID->"15715314-cb89-47d0-8722-283d546b39d7", CellID->306721956], -Cell[27060, 714, 238, 6, 70, "Input",ExpressionUUID->"0aa8a9a9-c11a-4e4e-9b80-921f1373cc6f", +Cell[27120, 719, 238, 6, 70, "Input",ExpressionUUID->"0aa8a9a9-c11a-4e4e-9b80-921f1373cc6f", CellID->1032661145], -Cell[27301, 722, 191, 4, 70, "ExampleText",ExpressionUUID->"dfda540a-3905-4c24-9d3f-e98e38ab0d74", +Cell[27361, 727, 191, 4, 70, "ExampleText",ExpressionUUID->"dfda540a-3905-4c24-9d3f-e98e38ab0d74", CellID->1374439207], Cell[CellGroupData[{ -Cell[27517, 730, 180, 3, 70, "Input",ExpressionUUID->"407dc889-7c1f-4975-ac71-f0be1acfd6ca", +Cell[27577, 735, 180, 3, 70, "Input",ExpressionUUID->"407dc889-7c1f-4975-ac71-f0be1acfd6ca", CellID->1169272429], -Cell[27700, 735, 454, 10, 36, "Output",ExpressionUUID->"689c3a34-916f-4cef-ba01-e29040d40c14", +Cell[27760, 740, 454, 10, 36, "Output",ExpressionUUID->"689c3a34-916f-4cef-ba01-e29040d40c14", CellID->598545102] }, Open ]], -Cell[28169, 748, 134, 1, 70, "ExampleText",ExpressionUUID->"3ccad356-a463-490b-a44e-2df390460b38", +Cell[28229, 753, 134, 1, 70, "ExampleText",ExpressionUUID->"3ccad356-a463-490b-a44e-2df390460b38", CellID->1454367728], Cell[CellGroupData[{ -Cell[28328, 753, 195, 4, 70, "Input",ExpressionUUID->"8fc5aaf8-863e-4541-ad35-d16a863b3df6", +Cell[28388, 758, 195, 4, 70, "Input",ExpressionUUID->"8fc5aaf8-863e-4541-ad35-d16a863b3df6", CellID->1288326082], -Cell[28526, 759, 318, 9, 51, "Output",ExpressionUUID->"f110dadb-1b8c-4f47-b751-d713266c49bc", +Cell[28586, 764, 318, 9, 50, "Output",ExpressionUUID->"f110dadb-1b8c-4f47-b751-d713266c49bc", CellID->289489796] }, Open ]], -Cell[28859, 771, 154, 1, 70, "ExampleText",ExpressionUUID->"054ad8f5-8849-4ee2-8de4-39b7d347aed1", +Cell[28919, 776, 154, 1, 70, "ExampleText",ExpressionUUID->"054ad8f5-8849-4ee2-8de4-39b7d347aed1", CellID->101572608], Cell[CellGroupData[{ -Cell[29038, 776, 224, 5, 70, "Input",ExpressionUUID->"059c7af4-0c6d-45d0-bfdc-1098af4d9ea2", +Cell[29098, 781, 224, 5, 70, "Input",ExpressionUUID->"059c7af4-0c6d-45d0-bfdc-1098af4d9ea2", CellID->2043206373], -Cell[29265, 783, 174, 3, 36, "Output",ExpressionUUID->"9d018ae5-2539-4861-84a2-0f13b6cb10b9", +Cell[29325, 788, 174, 3, 36, "Output",ExpressionUUID->"9d018ae5-2539-4861-84a2-0f13b6cb10b9", CellID->256462152] }, Open ]], -Cell[29454, 789, 194, 4, 70, "ExampleText",ExpressionUUID->"b1ef77e3-4612-4fc9-ac7a-cf421eb8919c", +Cell[29514, 794, 194, 4, 70, "ExampleText",ExpressionUUID->"b1ef77e3-4612-4fc9-ac7a-cf421eb8919c", CellID->1923148668], Cell[CellGroupData[{ -Cell[29673, 797, 280, 7, 70, "Input",ExpressionUUID->"839c40e0-21f4-4f77-bf5a-d09bda45b13a", +Cell[29733, 802, 280, 7, 70, "Input",ExpressionUUID->"839c40e0-21f4-4f77-bf5a-d09bda45b13a", CellID->1217045921], -Cell[29956, 806, 386, 9, 36, "Output",ExpressionUUID->"f638c801-66fa-4e9d-aa37-87805d2f6a98", +Cell[30016, 811, 386, 9, 36, "Output",ExpressionUUID->"f638c801-66fa-4e9d-aa37-87805d2f6a98", CellID->720655975] }, Open ]], -Cell[30357, 818, 259, 5, 70, "ExampleText",ExpressionUUID->"49b4a0ec-6ad0-4426-8b65-6fa73ea2b8e1", +Cell[30417, 823, 259, 5, 70, "ExampleText",ExpressionUUID->"49b4a0ec-6ad0-4426-8b65-6fa73ea2b8e1", CellID->874603430], Cell[CellGroupData[{ -Cell[30641, 827, 205, 5, 70, "Input",ExpressionUUID->"463c3ae3-052e-44a8-914a-c412cc23d947", +Cell[30701, 832, 205, 5, 70, "Input",ExpressionUUID->"463c3ae3-052e-44a8-914a-c412cc23d947", CellID->1290338471], -Cell[30849, 834, 301, 7, 36, "Output",ExpressionUUID->"e742d5d1-01ca-44a9-ac84-935bc16bfb8c", +Cell[30909, 839, 301, 7, 36, "Output",ExpressionUUID->"e742d5d1-01ca-44a9-ac84-935bc16bfb8c", CellID->1685588983] }, Open ]], -Cell[31165, 844, 220, 4, 70, "ExampleText",ExpressionUUID->"7b366fd7-1ed8-4421-8032-2431b2a759af", +Cell[31225, 849, 220, 4, 70, "ExampleText",ExpressionUUID->"7b366fd7-1ed8-4421-8032-2431b2a759af", CellID->1764322853], Cell[CellGroupData[{ -Cell[31410, 852, 222, 5, 70, "Input",ExpressionUUID->"50d3c10d-8a21-43c3-9a8f-1e7250e345a6", +Cell[31470, 857, 222, 5, 70, "Input",ExpressionUUID->"50d3c10d-8a21-43c3-9a8f-1e7250e345a6", CellID->1358509540], -Cell[31635, 859, 173, 3, 36, "Output",ExpressionUUID->"5d1610b2-758b-4edd-a813-ce8fef714d3a", +Cell[31695, 864, 173, 3, 36, "Output",ExpressionUUID->"5d1610b2-758b-4edd-a813-ce8fef714d3a", CellID->134238720] }, Open ]], -Cell[31823, 865, 189, 4, 70, "ExampleText",ExpressionUUID->"0afb3387-776c-4fb5-97d6-249182de5822", +Cell[31883, 870, 189, 4, 70, "ExampleText",ExpressionUUID->"0afb3387-776c-4fb5-97d6-249182de5822", CellID->1288523711], Cell[CellGroupData[{ -Cell[32037, 873, 358, 9, 70, "Input",ExpressionUUID->"0f3b5a91-7d31-4904-bcf4-60248a149cd8", +Cell[32097, 878, 358, 9, 70, "Input",ExpressionUUID->"0f3b5a91-7d31-4904-bcf4-60248a149cd8", CellID->435935863], -Cell[32398, 884, 1415, 47, 73, "Output",ExpressionUUID->"0c4081a5-2bd7-4b49-9f8e-f909bff4320b", +Cell[32458, 889, 1415, 47, 73, "Output",ExpressionUUID->"0c4081a5-2bd7-4b49-9f8e-f909bff4320b", CellID->1150254158] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34115, 945, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"c98db603-6c00-4179-a2e6-2d6cdb18a288"], +Cell[39595, 1095, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5d03633a-d355-4034-a837-0118475188f6"], +Cell[40268, 1115, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"68c9a9af-45c6-416c-acb0-2ac0e6329234"], +Cell[41304, 1143, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"01373a4c-89a9-4544-ad66-652ef3753eed"], Cell[CellGroupData[{ -Cell[34077, 942, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"c58b890e-ff29-4075-9931-d1ea25d1414d"], -Cell[39557, 1092, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6afcef1c-141f-482c-9fa0-7da7f7f26cc8"] -}, Open ]], -Cell[40242, 1113, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"12a143da-5098-43d9-8955-8b14649d903b"], -Cell[41278, 1141, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"9f49ca78-f171-4348-8585-c73b28c9a575"], -Cell[CellGroupData[{ -Cell[43522, 1208, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"db01d6ba-929c-4c70-b54e-c443c07b1491", +Cell[43548, 1210, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"db01d6ba-929c-4c70-b54e-c443c07b1491", CellID->906383680], -Cell[43662, 1211, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c30d79e4-1fb1-431e-a579-8d6535d853df", +Cell[43688, 1213, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c30d79e4-1fb1-431e-a579-8d6535d853df", CellID->1194386356], -Cell[43884, 1217, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30eb6ff1-3028-41a3-9b30-8cb435824284", +Cell[43910, 1219, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"30eb6ff1-3028-41a3-9b30-8cb435824284", CellID->1641706272], -Cell[44099, 1222, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"059f47fa-907c-4ef1-8771-cfafd9d3b82c", +Cell[44125, 1224, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"059f47fa-907c-4ef1-8771-cfafd9d3b82c", CellID->399251956], -Cell[44328, 1228, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"821577aa-6c29-4074-b522-e693c1ba66bc", +Cell[44354, 1230, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"821577aa-6c29-4074-b522-e693c1ba66bc", CellID->821434655] }, Open ]], -Cell[44565, 1234, 78, 0, 70, "FooterCell",ExpressionUUID->"b28b263d-3640-48ec-a1a9-8f20eb20c101"] +Cell[44591, 1236, 78, 0, 70, "FooterCell",ExpressionUUID->"41ce675b-7004-4f83-a977-79a705b6a540"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DisagreeConvex.nb b/Documentation/English/ReferencePages/Symbols/DisagreeConvex.nb index 99acaf5..14851e0 100644 --- a/Documentation/English/ReferencePages/Symbols/DisagreeConvex.nb +++ b/Documentation/English/ReferencePages/Symbols/DisagreeConvex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43197, 1124] -NotebookOptionsPosition[ 34801, 957] -NotebookOutlinePosition[ 36872, 1010] -CellTagsIndexPosition[ 36787, 1005] +NotebookDataLength[ 43162, 1121] +NotebookOptionsPosition[ 34780, 955] +NotebookOutlinePosition[ 36873, 1009] +CellTagsIndexPosition[ 36788, 1004] WindowTitle->DisagreeConvex WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3a1f9d91-3683-45aa-b059-3ef5c2d0dadb"], + "cfc0b19b-38d1-4ac0-a120-d553804cce54"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7cd70e6d-d7cf-4398-8a0b-62bb6d9f887b"], + "dbaa96d3-8e62-454d-b8d7-b5e20606a8df"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d4ef5ceb-ea24-4e78-aee7-f3d68ed3c775"] - }],ExpressionUUID->"cf715a88-f2d5-4ff9-ab5b-1fa8bae570f2"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "20ccabe3-433d-47ef-983e-8dfb79759fc3"] + }],ExpressionUUID->"90c5c8aa-d53b-4a56-bbf0-66e93505d12c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2be64699-b78d-4f1f-a59f-96a9d8b053ea"], + "b9dd000d-726f-4de5-af1c-8a1569e7f6b2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa534e84-cefb-4b7d-a0e3-fdc8bcf0f806"] - }],ExpressionUUID->"ea404fe6-1ee2-4ed7-917b-5b182f799171"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "693292bc-fd35-4cf2-8c95-4bb16ddc1d40"] + }],ExpressionUUID->"7020025f-1bcf-4b08-b619-2ef26d6bd9bf"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cabf172c-f690-4f8d-868b-aa60a6f1b4f9"], + "f062c23e-b89c-4bb6-8493-f43f7f258ec3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c6b9a653-ba57-4213-b09a-6c2ae9891638"] - }],ExpressionUUID->"04cdb93c-2d77-4eee-8c4d-04471c4d3b9c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "66ae6670-784b-49ae-83e3-5418feb10558"] + }],ExpressionUUID->"1997d6fd-bab7-4151-b32f-3a93783c3fe6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ab01b5e0-999f-427f-b981-d01922c6a50e"], + "6ee7bab3-cc8b-4d40-b9e7-628e9197f19b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8fc1a501-f46f-412e-b83b-435427e2c640"] - }],ExpressionUUID->"02d383bd-08a4-4f01-bb5b-903ddf265f57"], - StripOnInput->False], {"\<\"TUG/ref/DisagreeConvex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DisagreeConvex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4baca36c-fe23-4327-b1d3-cdfe4525404c"] + }],ExpressionUUID->"c1a552bc-fb41-48fb-9163-9c38e01020d6"], + StripOnInput->False],{ + "\"TUG/ref/DisagreeConvex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DisagreeConvex"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DisagreeConvex.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$66157], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DisagreeConvex" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$70517], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DisagreeConvex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db0d137c-53c0-40c2-a7d3-4b4ed2b464d2"] + "dba8de21-eae4-4b4e-9fcc-2ecdc07b32b0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "20b1dfb1-dd07-4076-bb1d-12223a1f9653"]} + "a7abf75d-c1a4-485a-94f9-61f25f489968"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"610edf76-054b-4684-aefe-5078a67869e5"], + CellID->1,ExpressionUUID->"dc548d0f-549c-4e22-9bf7-00f973987118"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"104336af-f502-4a4c-badc-c0d53fe02da8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bf4b72db-f590-46b6-b646-0f39d6c9e286"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DisagreeConvex", "ObjectName",ExpressionUUID-> - "df9aee71-6ceb-45b2-b25a-96f2ea9ecc2a"], + "82c3a997-64a3-4d9d-be4e-1a7f4f830084"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"580edeec-75fe-47a8-8bc2-fc1fd07b374e"], + "Spacer1"]],ExpressionUUID->"aad7cf3f-0bbc-4a6c-998a-98edcb8dc61d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fc371052-3728-4fd0-9a49-760635aaaad2"] - }],ExpressionUUID->"7baab9ac-c4eb-41c7-87c0-3ede9aed2512"], Cell[BoxData[ + "d9a769ad-9031-46ed-92db-188e4aebc287"] + }],ExpressionUUID->"6c958085-f338-46d2-aef9-0c53f8473859"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "23bff324-b9dc-49f0-ae2c-834639853380"]} + "dc7d0cc0-6d60-40a1-b19f-0bdf4684344a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ceae9f3c-0f2b-473f-9f65-336b4ef6d621"], + CacheGraphics->False,ExpressionUUID->"96ab5fae-e89b-44a8-a36e-9a14bfd0eab8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "120b9753-d817-4f8e-9249-72abbbe71729"], " \[LineSeparator]calculates the disagreement vector for convex games." - }],ExpressionUUID->"a1c577cb-f21b-492f-99a6-2af8d7852615"]} + }],ExpressionUUID->"6f8e76c0-047d-4e14-9c15-3fe16258836d"]} }]], "Usage", CellID->281917369,ExpressionUUID->"11a54640-5104-4d9e-a4de-b638249e3e22"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f6a0abb9-3113-4523-91a8-2665fbc75bec"], + ExpressionUUID->"dacc8263-ba05-483d-9c02-3688d1c7b420"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"08a31e52-8072-415f-93e5-570334663cb4"], + "Spacer1"]],ExpressionUUID->"c1695c69-3d9d-4ad1-9d10-10526c95afa8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8580c605-0efb-40c9-b495-644b5d860759"], + }], "NotesFrameText",ExpressionUUID->"df76733a-209a-4b46-a167-b3f123f30fa2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"513cb962-42ce-464a-8f2a-74301de1b604"]], \ + "Preemptive"]],ExpressionUUID->"48e9bf0a-20e5-4934-a044-041ce8d2ab92"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->424539320,ExpressionUUID->"067963fd-58c3-4762-be4a-eaec3374df1b"], + CellID->387395,ExpressionUUID->"8274efd4-ea46-4a7e-8944-1d2b994921a4"], Cell[TextData[{ "The input expression ", @@ -364,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5753b4b9-a487-4437-afec-3bda2fe1f1dd"], + ExpressionUUID->"f0763063-1bb5-4105-81ad-62263b9597af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"44e3b442-af30-4e57-bbaa-a6ebca48f422"], + "Spacer1"]],ExpressionUUID->"dd52629e-5e86-4a8d-8bf3-622ae2ed707c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "87a4d077-94bf-4dbf-b87b-b6532e817cd5"] + "58b043b4-fbee-4f44-a7dc-3aa2bc6c87d0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1419695768,ExpressionUUID->"683ae911-d8f4-41ce-98c6-e4b32dfefdc5"], + CellID->411920103,ExpressionUUID->"76e61759-8ab1-4400-b3ee-5b29bb1132ac"], Cell[CellGroupData[{ @@ -405,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"610447f5-2964-48d6-8619-0d27bbd04ead"], + ExpressionUUID->"127daadd-1720-43a5-820b-aee11d47d014"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e2a8a256-b567-4f79-b47e-b0606fa03977"], + "Spacer1"]],ExpressionUUID->"226d1902-b314-4b8f-bec4-f97a40829834"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "811f8ebc-fe67-4fd7-9957-753bdb898bfa"] + "aead1cbc-e9b8-44c2-a5b9-1ac151a8e9a8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->848901469,ExpressionUUID->"9ee66534-ee7d-4640-92a9-8f384e12189d"], + CellID->2108914327,ExpressionUUID->"ab4d99c2-02d1-4055-9201-016125d21f2f"], Cell["Loading the package:", "ExampleText", CellID->1271780321,ExpressionUUID->"f395df55-d323-4255-9a7a-fa66a85b4383"], @@ -610,8 +611,6 @@ vector for convex games.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -773,15 +772,15 @@ Cell[BoxData[GridBox[{ "14e0dd56-6971-47b8-8e5d-82cc63f84abc"] }], "SeeAlso",ExpressionUUID->"7f3fe71f-ac24-4537-b75b-20ac0dfffd31"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f8ca9b77-2eae-4730-9da0-\ -c45bfaea549d"], + }]], "SeeAlsoSection",ExpressionUUID->"632476c1-cc1d-4f3e-8032-\ +2bdf95e5722c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -793,9 +792,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a34a1afe-17eb-41d1-87fd-0cf212fda9fe"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"071bffb9-6375-4348-a828-\ -e6bf91289580"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d5541af1-5ca1-4823-aa6d-\ +acf65734bd8f"], Cell[BoxData[GridBox[{ { @@ -812,7 +810,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "376f48c6-6f2d-4a49-8bb8-5ca3097c5ba8"]}]}, + "28c30ca8-af53-4dd7-b7c8-89af64b58eaa"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -820,10 +818,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "907386fd-3167-41b1-96d8-2913cc1de46e"]}]} + "feee0467-2c6a-4631-a18a-806b6c18406c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b9e038ce-5563-42ad-b63a-\ -ca571453f01c"], + }]], "MoreAboutSection",ExpressionUUID->"1cb33728-f37d-4c73-97e1-\ +d755834467fe"], Cell[BoxData[GridBox[{ { @@ -850,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff15bbfe-70f5-4df3-b7ea-e9cdb2695031"]], "RelatedLinks", + "05a2ce36-7f71-4bc1-976e-b32f9ccfecf1"]], "RelatedLinks", ExpressionUUID->"5a373a20-0d65-4e61-aef3-620096380f7a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -868,7 +866,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a1173184-62ad-47d7-b105-4ec045e0324e"]], "RelatedLinks", + "7c6bda3d-6978-42d9-824c-3b20bc2be65c"]], "RelatedLinks", ExpressionUUID->"2341411d-3b37-4cdd-ba21-371dd01ab360"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -885,7 +883,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "910293aa-5dbf-4b17-899b-fbdd53c0a14c"]], "RelatedLinks", + "4ce2e3e5-cfca-4e37-bf07-6276dd061a22"]], "RelatedLinks", ExpressionUUID->"2b19c266-801f-4bf2-933b-b91619103fcc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -902,7 +900,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2bb6d976-2598-4b92-aea1-5b4696c5f581"]], "RelatedLinks", + "37d557fc-87e4-4880-bcf4-c43dd224c188"]], "RelatedLinks", ExpressionUUID->"8f21a5e1-6316-43e7-a255-7d59f035fddf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -919,11 +917,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "200f0953-893a-484e-a73f-855e05a6b8ce"]], "RelatedLinks", + "58a03dc7-01c1-417b-8309-59ba3cb72460"]], "RelatedLinks", ExpressionUUID->"08706439-225f-4d79-9f69-b3e37c9b337d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2199e480-ae50-43b8-b47e-\ -8926e588e685"], + }]], "RelatedLinksSection",ExpressionUUID->"5918d37a-d5dd-46d9-883e-\ +08e830075ffd"], Cell[CellGroupData[{ @@ -953,11 +951,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d0b8a119-43f3-4c45-b0c3-9c9ca609e5a6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d09626dd-5481-4ef7-b93f-cd72a79b5e92"] +Cell[" ", "FooterCell",ExpressionUUID->"568c3152-5728-4a41-a044-3d2f1b2f2f30"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DisagreeConvex", TaggingRules->{ @@ -968,17 +966,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 24.476361}", + "built" -> "{2024, 6, 3, 16, 52, 18.222169}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DisagreeConvex[game] calculates the disagreement vector for convex \ games.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DisagreeConvex", - "titlemodifier" -> "", "windowtitle" -> "DisagreeConvex", "type" -> - "Symbol", "uri" -> "TUG/ref/DisagreeConvex"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "DisagreeConvex", "type" -> "Symbol", "uri" -> + "TUG/ref/DisagreeConvex"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -987,9 +986,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"20c8b39f-ca5f-4fe3-9aa7-bd571c54c90e" +ExpressionUUID->"9e323ae4-212e-47e4-a64f-6930092851ce" ] (* End of Notebook Content *) @@ -997,135 +996,133 @@ ExpressionUUID->"20c8b39f-ca5f-4fe3-9aa7-bd571c54c90e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13052, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"683ae911-d8f4-41ce-98c6-e4b32dfefdc5", + Cell[13065, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"76e61759-8ab1-4400-b3ee-5b29bb1132ac", CellTags->"PrimaryExamplesSection", - CellID->1419695768]} + CellID->411920103]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36586, 998} + {"PrimaryExamplesSection", 36588, 997} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 170, 56, "AnchorBarGrid",ExpressionUUID->"610edf76-054b-4684-aefe-5078a67869e5", +Cell[586, 21, 7133, 171, 57, "AnchorBarGrid",ExpressionUUID->"dc548d0f-549c-4e22-9bf7-00f973987118", CellID->1], -Cell[7706, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"104336af-f502-4a4c-badc-c0d53fe02da8"], +Cell[7722, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bf4b72db-f590-46b6-b646-0f39d6c9e286"], Cell[CellGroupData[{ -Cell[7817, 197, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"ceae9f3c-0f2b-473f-9f65-336b4ef6d621"], -Cell[9108, 234, 467, 9, 111, "Usage",ExpressionUUID->"11a54640-5104-4d9e-a4de-b638249e3e22", +Cell[7833, 198, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"96ab5fae-e89b-44a8-a36e-9a14bfd0eab8"], +Cell[9124, 235, 467, 9, 111, "Usage",ExpressionUUID->"11a54640-5104-4d9e-a4de-b638249e3e22", CellID->281917369] }, Open ]], Cell[CellGroupData[{ -Cell[9612, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"067963fd-58c3-4762-be4a-eaec3374df1b", +Cell[9628, 249, 1891, 47, 37, "NotesSection",ExpressionUUID->"8274efd4-ea46-4a7e-8944-1d2b994921a4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->424539320], -Cell[11509, 297, 515, 12, 57, "Notes",ExpressionUUID->"4ffd60a5-decd-44c6-9195-f1ffe24c40f6", + CellID->387395], +Cell[11522, 298, 515, 12, 57, "Notes",ExpressionUUID->"4ffd60a5-decd-44c6-9195-f1ffe24c40f6", CellID->1014199156], -Cell[12027, 311, 489, 12, 37, "Notes",ExpressionUUID->"3b58afe4-70fa-409b-b34a-b40cdc0f4db8", +Cell[12040, 312, 489, 12, 38, "Notes",ExpressionUUID->"3b58afe4-70fa-409b-b34a-b40cdc0f4db8", CellID->177724765], -Cell[12519, 325, 186, 4, 36, "Notes",ExpressionUUID->"9802b0dc-eac6-47f7-970b-5adefb79297c", +Cell[12532, 326, 186, 4, 36, "Notes",ExpressionUUID->"9802b0dc-eac6-47f7-970b-5adefb79297c", CellID->953962923], -Cell[12708, 331, 217, 4, 36, "Notes",ExpressionUUID->"47753ef5-dcfe-4bbd-82d1-2737857232ef", +Cell[12721, 332, 217, 4, 36, "Notes",ExpressionUUID->"47753ef5-dcfe-4bbd-82d1-2737857232ef", CellID->717560819] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13052, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"683ae911-d8f4-41ce-98c6-e4b32dfefdc5", +Cell[13065, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"76e61759-8ab1-4400-b3ee-5b29bb1132ac", CellTags->"PrimaryExamplesSection", - CellID->1419695768], + CellID->411920103], Cell[CellGroupData[{ -Cell[14498, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"9ee66534-ee7d-4640-92a9-8f384e12189d", - CellID->848901469], -Cell[15899, 420, 119, 1, 38, "ExampleText",ExpressionUUID->"f395df55-d323-4255-9a7a-fa66a85b4383", +Cell[14510, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ab4d99c2-02d1-4055-9201-016125d21f2f", + CellID->2108914327], +Cell[15912, 421, 119, 1, 39, "ExampleText",ExpressionUUID->"f395df55-d323-4255-9a7a-fa66a85b4383", CellID->1271780321], Cell[CellGroupData[{ -Cell[16043, 425, 167, 3, 27, "Input",ExpressionUUID->"5f824f15-ccdc-4cc7-a407-e4c0cf37f711", +Cell[16056, 426, 167, 3, 27, "Input",ExpressionUUID->"5f824f15-ccdc-4cc7-a407-e4c0cf37f711", CellID->169201156], Cell[CellGroupData[{ -Cell[16235, 432, 235, 4, 23, "Print",ExpressionUUID->"a785aff3-5f21-4fb3-882b-06985ee99ca7", +Cell[16248, 433, 235, 4, 23, "Print",ExpressionUUID->"a785aff3-5f21-4fb3-882b-06985ee99ca7", CellID->246581874], -Cell[16473, 438, 365, 8, 23, "Print",ExpressionUUID->"652184cb-d366-44b3-9156-02804cf16d83", +Cell[16486, 439, 365, 8, 23, "Print",ExpressionUUID->"652184cb-d366-44b3-9156-02804cf16d83", CellID->1376037309], -Cell[16841, 448, 235, 4, 23, "Print",ExpressionUUID->"7a87dd13-baf6-48e3-9080-03082b9e5461", +Cell[16854, 449, 235, 4, 23, "Print",ExpressionUUID->"7a87dd13-baf6-48e3-9080-03082b9e5461", CellID->666839787], -Cell[17079, 454, 219, 3, 23, "Print",ExpressionUUID->"0fda6539-95e4-479d-8d74-06bb6c2e629b", +Cell[17092, 455, 219, 3, 23, "Print",ExpressionUUID->"0fda6539-95e4-479d-8d74-06bb6c2e629b", CellID->973696174], -Cell[17301, 459, 206, 3, 23, "Print",ExpressionUUID->"545017cb-b205-47b2-ad27-326c72863ea3", +Cell[17314, 460, 206, 3, 23, "Print",ExpressionUUID->"545017cb-b205-47b2-ad27-326c72863ea3", CellID->687398874], -Cell[17510, 464, 237, 4, 23, "Print",ExpressionUUID->"5243aaff-59f9-42fc-820b-7bc1365867ae", +Cell[17523, 465, 237, 4, 23, "Print",ExpressionUUID->"5243aaff-59f9-42fc-820b-7bc1365867ae", CellID->1937320954], -Cell[17750, 470, 220, 3, 23, "Print",ExpressionUUID->"de55f899-fc5a-40f7-b377-3f5c3e28f45b", +Cell[17763, 471, 220, 3, 23, "Print",ExpressionUUID->"de55f899-fc5a-40f7-b377-3f5c3e28f45b", CellID->1684586777], -Cell[17973, 475, 234, 4, 23, "Print",ExpressionUUID->"1f338aef-9925-4610-9777-5fa826b75d26", +Cell[17986, 476, 234, 4, 23, "Print",ExpressionUUID->"1f338aef-9925-4610-9777-5fa826b75d26", CellID->21628544], -Cell[18210, 481, 235, 4, 23, "Print",ExpressionUUID->"e21bfcd1-e6dc-411d-b8d4-da0a43a83648", +Cell[18223, 482, 235, 4, 23, "Print",ExpressionUUID->"e21bfcd1-e6dc-411d-b8d4-da0a43a83648", CellID->772659364], -Cell[18448, 487, 207, 3, 23, "Print",ExpressionUUID->"54393f19-bce5-405d-9e6d-10801c20345e", +Cell[18461, 488, 207, 3, 23, "Print",ExpressionUUID->"54393f19-bce5-405d-9e6d-10801c20345e", CellID->1500743716], -Cell[18658, 492, 235, 4, 23, "Print",ExpressionUUID->"cc30ef70-3df3-43bf-bd68-93b55382f669", +Cell[18671, 493, 235, 4, 23, "Print",ExpressionUUID->"cc30ef70-3df3-43bf-bd68-93b55382f669", CellID->861224888] }, Open ]] }, Open ]], -Cell[18920, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"4d18bba5-cdc5-4aee-9d6f-7f6382962e22", +Cell[18933, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"4d18bba5-cdc5-4aee-9d6f-7f6382962e22", CellID->1479123840], -Cell[19060, 503, 235, 6, 70, "Input",ExpressionUUID->"cecacda5-7565-43c3-a416-cef61c45a450", +Cell[19073, 504, 235, 6, 70, "Input",ExpressionUUID->"cecacda5-7565-43c3-a416-cef61c45a450", CellID->1198308335], Cell[CellGroupData[{ -Cell[19320, 513, 360, 8, 70, "Input",ExpressionUUID->"8e34416c-f9e2-42ad-a19d-554ca0c1c51e", +Cell[19333, 514, 360, 8, 70, "Input",ExpressionUUID->"8e34416c-f9e2-42ad-a19d-554ca0c1c51e", CellID->1671148276], -Cell[19683, 523, 362, 8, 36, "Output",ExpressionUUID->"8adafc4c-5a88-4985-8187-e3d386511ee3", +Cell[19696, 524, 362, 8, 36, "Output",ExpressionUUID->"8adafc4c-5a88-4985-8187-e3d386511ee3", CellID->1674923337] }, Open ]], -Cell[20060, 534, 238, 6, 70, "Input",ExpressionUUID->"c0276c59-5197-4b19-aacf-a4a3188fe74a", +Cell[20073, 535, 238, 6, 70, "Input",ExpressionUUID->"c0276c59-5197-4b19-aacf-a4a3188fe74a", CellID->2089870740], -Cell[20301, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"29d970a4-d3f8-4fc5-a524-c28cc072f30e", +Cell[20314, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"29d970a4-d3f8-4fc5-a524-c28cc072f30e", CellID->1822834357], Cell[CellGroupData[{ -Cell[20517, 550, 172, 3, 70, "Input",ExpressionUUID->"7182ff2c-c53c-43c0-b156-aac2aa65604c", +Cell[20530, 551, 172, 3, 70, "Input",ExpressionUUID->"7182ff2c-c53c-43c0-b156-aac2aa65604c", CellID->1449097944], -Cell[20692, 555, 172, 4, 36, "Output",ExpressionUUID->"c006dc83-ce0a-4d99-bb8c-08b2a07d08a8", +Cell[20705, 556, 172, 4, 36, "Output",ExpressionUUID->"c006dc83-ce0a-4d99-bb8c-08b2a07d08a8", CellID->830229286] }, Open ]], -Cell[20879, 562, 150, 1, 70, "ExampleText",ExpressionUUID->"8f1f0949-a671-4787-bee3-6ade8470b9e8", +Cell[20892, 563, 150, 1, 70, "ExampleText",ExpressionUUID->"8f1f0949-a671-4787-bee3-6ade8470b9e8", CellID->1048843815], Cell[CellGroupData[{ -Cell[21054, 567, 172, 3, 70, "Input",ExpressionUUID->"d684a546-ff27-451f-b8ab-85e3d46ba970", +Cell[21067, 568, 172, 3, 70, "Input",ExpressionUUID->"d684a546-ff27-451f-b8ab-85e3d46ba970", CellID->1142788217], -Cell[21229, 572, 243, 6, 51, "Output",ExpressionUUID->"33f7b615-32fc-431e-813d-a5c1f5c34caf", +Cell[21242, 573, 243, 6, 50, "Output",ExpressionUUID->"33f7b615-32fc-431e-813d-a5c1f5c34caf", CellID->2028148755] }, Open ]], -Cell[21487, 581, 129, 1, 70, "ExampleText",ExpressionUUID->"7bc2830b-4956-4cc4-9154-fa18831faf6b", +Cell[21500, 582, 129, 1, 70, "ExampleText",ExpressionUUID->"7bc2830b-4956-4cc4-9154-fa18831faf6b", CellID->571391548], Cell[CellGroupData[{ -Cell[21641, 586, 169, 3, 70, "Input",ExpressionUUID->"a579f19c-0e64-4e19-ba29-960d26221e78", +Cell[21654, 587, 169, 3, 70, "Input",ExpressionUUID->"a579f19c-0e64-4e19-ba29-960d26221e78", CellID->773346925], -Cell[21813, 591, 243, 6, 51, "Output",ExpressionUUID->"f7483427-848a-4f5f-b807-e0f8aee48a50", +Cell[21826, 592, 243, 6, 50, "Output",ExpressionUUID->"f7483427-848a-4f5f-b807-e0f8aee48a50", CellID->1399313520] }, Open ]], -Cell[22071, 600, 207, 4, 70, "ExampleText",ExpressionUUID->"00d0b85e-31e5-4d90-81c8-d146daa45ba4", +Cell[22084, 601, 207, 4, 70, "ExampleText",ExpressionUUID->"00d0b85e-31e5-4d90-81c8-d146daa45ba4", CellID->613645677] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22521, 613, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"632476c1-cc1d-4f3e-8032-2bdf95e5722c"], +Cell[28418, 777, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d5541af1-5ca1-4823-aa6d-acf65734bd8f"], +Cell[29091, 797, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1cb33728-f37d-4c73-97e1-d755834467fe"], +Cell[30127, 825, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"5918d37a-d5dd-46d9-883e-08e830075ffd"], Cell[CellGroupData[{ -Cell[22530, 614, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"f8ca9b77-2eae-4730-9da0-c45bfaea549d"], -Cell[28427, 778, 670, 18, 70, "TechNotesSection",ExpressionUUID->"071bffb9-6375-4348-a828-e6bf91289580"] -}, Open ]], -Cell[29112, 799, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b9e038ce-5563-42ad-b63a-ca571453f01c"], -Cell[30148, 827, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"2199e480-ae50-43b8-b47e-8926e588e685"], -Cell[CellGroupData[{ -Cell[33676, 929, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"35373f01-1d16-4fcc-b679-69bc77f60063", +Cell[33655, 927, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"35373f01-1d16-4fcc-b679-69bc77f60063", CellID->778415021], -Cell[33816, 932, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f61a9c76-e3ab-4cb0-a000-b9001402af1f", +Cell[33795, 930, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f61a9c76-e3ab-4cb0-a000-b9001402af1f", CellID->1194386356], -Cell[34038, 938, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf2cb746-0635-48f6-8fa0-8902db9401b2", +Cell[34017, 936, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf2cb746-0635-48f6-8fa0-8902db9401b2", CellID->1641706272], -Cell[34253, 943, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"000d18a6-dbdb-46b4-b16b-723f811c2272", +Cell[34232, 941, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"000d18a6-dbdb-46b4-b16b-723f811c2272", CellID->399251956], -Cell[34482, 949, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d0b8a119-43f3-4c45-b0c3-9c9ca609e5a6", +Cell[34461, 947, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d0b8a119-43f3-4c45-b0c3-9c9ca609e5a6", CellID->821434655] }, Open ]], -Cell[34719, 955, 78, 0, 70, "FooterCell",ExpressionUUID->"d09626dd-5481-4ef7-b93f-cd72a79b5e92"] +Cell[34698, 953, 78, 0, 70, "FooterCell",ExpressionUUID->"568c3152-5728-4a41-a044-3d2f1b2f2f30"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Disagreement.nb b/Documentation/English/ReferencePages/Symbols/Disagreement.nb index 864385a..3e044a1 100644 --- a/Documentation/English/ReferencePages/Symbols/Disagreement.nb +++ b/Documentation/English/ReferencePages/Symbols/Disagreement.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41334, 1075] -NotebookOptionsPosition[ 33608, 922] -NotebookOutlinePosition[ 35665, 975] -CellTagsIndexPosition[ 35580, 970] +NotebookDataLength[ 41299, 1071] +NotebookOptionsPosition[ 33590, 920] +NotebookOutlinePosition[ 35664, 973] +CellTagsIndexPosition[ 35579, 968] WindowTitle->Disagreement WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a78df6e5-621c-4fe4-b6fd-cee06a796643"], + "311dbeed-e6bf-4804-9291-adf6102cfa69"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6a3a0e45-f215-481b-b9eb-6968b61dfeea"], + "54d636ee-2d03-466d-842d-ef0735eab77e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c8d202a6-c8e3-4c7a-a778-1b4e1c778b6d"] - }],ExpressionUUID->"42f41cdf-40a7-491e-9551-eafeb4dd81b6"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "48498d36-1782-477f-80fc-0cdefe67f259"] + }],ExpressionUUID->"f038ae2d-f44f-47aa-80e4-5e32069dcfb0"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b467711-b2d8-45e9-890a-f871b72a5c6c"], + "b02a272d-2502-4cc6-a16b-1c9ced1a3de9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3417a901-e164-4a1d-b9e8-106b8f244e2b"] - }],ExpressionUUID->"8861eef9-6da1-4780-9784-ec0bcf5a0be5"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d7fcf19d-62ba-49f2-8024-bbfce3b658fe"] + }],ExpressionUUID->"76fc2234-9c7c-4002-abc9-a6a3743054c1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "78664280-76af-4994-9332-c1ba1844afc3"], + "00debb2a-cdc7-4072-8597-5359bc1cf90a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c96d9d9c-1955-4fad-8390-3e681845cfa2"] - }],ExpressionUUID->"c5bc0f58-9f71-429c-b0d7-f2790f1c9c93"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9dd7d320-ab24-4d30-8b9e-154869e2f18d"] + }],ExpressionUUID->"16cc5cc3-dd7f-48f5-947f-14c98e97de23"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "84323b9b-01fe-4e6d-82b4-72f9294e99fd"], + "7dc51ec8-b6ac-42e7-a24e-c66ab1feb3c9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5246f318-d24e-44fa-92e7-260fc05601d5"] - }],ExpressionUUID->"b948a645-4533-4271-a885-801f78c55d9e"], - StripOnInput->False], {"\<\"TUG/ref/Disagreement\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Disagreement"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Disagreement.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$66736], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Disagreement" <> ".html"], None}]}]}, + "c5a04bfd-4f1b-438d-96b7-e1abf64d0088"] + }],ExpressionUUID->"4af56dfb-0710-49d9-810a-388c1ef40a1d"], + StripOnInput->False],{ + "\"TUG/ref/Disagreement\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Disagreement"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +Disagreement.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$71130], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Disagreement" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "98171cb8-2a29-42a6-a60d-d5754689a2e4"] + "960431d7-c550-4b5f-8f90-d5abf7e15c11"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f5bd4c7c-9079-4484-9c7f-c2ebb342a86c"]} + "41b9300a-b729-42ab-a78b-7a6a2f549137"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"935b86b9-e496-4350-92e4-d80e94272ab5"], + CellID->1,ExpressionUUID->"4de12917-aa15-4d6e-82f8-9d1b9393d7cd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"46bd1bde-ed2d-4d72-92ed-15b1f6305848"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"64039825-c859-4865-a503-31f652d63d12"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Disagreement", "ObjectName",ExpressionUUID-> - "32188ae5-1a8d-4119-9d66-181a00c118dc"], + "d74a5c9c-2a9e-4e8f-b624-37a29fc3a5cd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9d5df177-6e33-4ada-9532-afd0f8a0c0e0"], + "Spacer1"]],ExpressionUUID->"b31de87b-e9c7-4f19-93d3-fdcf2d9f51d2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8c25845e-21d3-4555-9af8-39972df003f8"] - }],ExpressionUUID->"60799238-bd2c-477a-945a-913ce3bd0088"], Cell[BoxData[ + "ce47244b-984e-4b49-8f54-a247f155d293"] + }],ExpressionUUID->"788e0b5a-118a-465d-bf43-76b267fe7d34"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9978150c-bf6a-4882-9e25-03c73334f559"]} + "9ba1c0d3-c493-4335-be0a-732971be9b06"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a4130bf7-9597-488a-80ec-70ab44cf7362"], + CacheGraphics->False,ExpressionUUID->"6f44903b-4ff4-48ea-b9a8-395cb92005a1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2ad354c7-e8cb-49dc-9011-e1bbe374f482"], " \[LineSeparator]calculates the disagreement vector of a game." - }],ExpressionUUID->"7e93d16a-cad9-4a05-955e-95f40e5419a7"]} + }],ExpressionUUID->"597713be-6568-4b83-aaf3-099135de0588"]} }]], "Usage", CellID->258153578,ExpressionUUID->"23ba68d1-59ba-459a-b53c-69d4670b9a8e"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e24f812-2f2d-4459-b4b0-0f9472cdf795"], + ExpressionUUID->"d7497b8e-c88f-4dc0-a488-4a4262b876e0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2425af13-d78a-4fc5-8a2f-0f8bf2d67c14"], + "Spacer1"]],ExpressionUUID->"cd6c749e-cbb2-4bd8-a82f-65645d665b2f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e905d42f-7ab8-45ae-b2e4-7a16ff3a4b11"], + }], "NotesFrameText",ExpressionUUID->"3ef7f0c8-dcf1-49b3-a610-77a43ee9ff30"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d63ac917-b9c4-40f1-ba99-9cc3d5e94fba"]], \ + "Preemptive"]],ExpressionUUID->"dd6905f6-6e82-431e-b78c-af3c1a78557b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1212031568,ExpressionUUID->"9826d140-ce98-4120-a5db-f2296afa7e48"], + CellID->1644940165,ExpressionUUID->"86dba4b7-af81-4f75-83b9-5775291ea1c9"], Cell[TextData[{ "The input expression ", @@ -364,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"11847894-e335-4204-83e7-2e6e86b3fc84"], + ExpressionUUID->"403cd5b9-0fe5-43d8-9752-1347faaf0602"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5043192a-e54b-4c53-ab20-d29b146a640f"], + "Spacer1"]],ExpressionUUID->"8a56d5aa-cccd-42ab-a9f6-3a2c2f4c0004"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "647d8f83-874f-40aa-b8a2-f181749e9bd6"] + "5a384f6a-3e2b-4a53-9b08-ef01efdb1898"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1866222018,ExpressionUUID->"37913434-d43f-426b-9571-fbc4e6cf23d4"], + CellID->711909174,ExpressionUUID->"15ebc564-ecfb-454a-a622-67d1ccca607f"], Cell[CellGroupData[{ @@ -405,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c4c35326-1281-43c8-b430-f74a3230bd67"], + ExpressionUUID->"94609825-6e3a-4bd6-87f0-ccac931ec4dd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb5c8527-6ba0-47d7-b360-785a827f2642"], + "Spacer1"]],ExpressionUUID->"eacb984d-13fe-49a4-aedc-c208a1e6f46d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4bb99f0a-7784-45e2-81ba-71296e570b5e"] + "fadfac2f-7eb1-4715-9386-6d276a16352e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->801327907,ExpressionUUID->"fc254554-d103-4246-b37f-4e038019a510"], + CellID->205231069,ExpressionUUID->"63368e3d-9264-403a-acc5-e95de61a9fa6"], Cell["Loading the package:", "ExampleText", CellID->715046244,ExpressionUUID->"fc5e1cba-0dcf-444f-b894-00abdb8c63cd"], @@ -575,8 +576,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -738,15 +737,15 @@ Cell[BoxData[GridBox[{ "2736bd98-66aa-48d8-a5b2-1aae444e373f"] }], "SeeAlso",ExpressionUUID->"b33b4d47-69bb-4343-a7f9-4e6cdb18ea77"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"11651b75-b822-4d37-bb5b-\ -df922b33ea68"], + }]], "SeeAlsoSection",ExpressionUUID->"aaa21955-0719-4524-9fa7-\ +152530572cca"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -758,9 +757,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"dd963ee1-2c21-4e79-b332-78850c672d51"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8d9ebaf5-bada-43b1-aa78-\ -13543947ed00"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c4bb0b8d-1f8b-4328-a2f9-\ +bdac8cff089f"], Cell[BoxData[GridBox[{ { @@ -777,7 +775,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "69c9e6ec-9aae-4346-8c48-2f5cc35cb757"]}]}, + "9f394255-4b75-44ea-a2a3-c71eee62f1bc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -785,10 +783,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0cd60ced-3f05-416e-8c6e-2c33c9c3259e"]}]} + "6757328c-ff4d-4a6d-971c-43404295bdfb"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d805c168-a57f-44bf-a518-\ -4af2f7073ef3"], + }]], "MoreAboutSection",ExpressionUUID->"32195d8c-3d5f-471e-9f47-\ +085427cf8f23"], Cell[BoxData[GridBox[{ { @@ -815,7 +813,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f5b36faf-969f-4d8b-b338-8c019b4cd20e"]], "RelatedLinks", + "2f1e7d9e-ddd6-4fd7-8b2a-d9bfc5935768"]], "RelatedLinks", ExpressionUUID->"5e87c2db-ce1f-45e0-80c0-8a7137d1757c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -833,7 +831,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e7bdc5e7-8240-4961-9d3f-e306a42550f0"]], "RelatedLinks", + "a00c7ff9-9665-47cf-96d9-b83f1fbd0835"]], "RelatedLinks", ExpressionUUID->"9387026b-d3ab-41af-9ff5-e1ec9ab6b1a9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -850,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c9d197f0-892e-4a4c-9a23-e5dbaeea31cf"]], "RelatedLinks", + "84bf9b6a-06c2-4bd0-b7a1-e2fdcf55cd18"]], "RelatedLinks", ExpressionUUID->"96e1f4ce-7fe5-4042-9842-d080e5b03170"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -867,7 +865,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "91197f99-d996-473e-aa22-5da86450b6b4"]], "RelatedLinks", + "d2432790-1d4d-4e3c-a12e-5addca8901c3"]], "RelatedLinks", ExpressionUUID->"0d5b58ec-038e-4ddf-8e36-376532e0913d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -884,11 +882,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5bbd33f5-20b0-45a4-b239-7772de38c5b1"]], "RelatedLinks", + "2bf85e9d-f534-4c08-9a6f-bb2695e20736"]], "RelatedLinks", ExpressionUUID->"52593b92-87ba-470a-9203-28ab29d2faad"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"cba6d087-a468-4bb3-8416-\ -d5de13435481"], + }]], "RelatedLinksSection",ExpressionUUID->"7bd62335-9453-4b16-b168-\ +628fec46fce7"], Cell[CellGroupData[{ @@ -918,11 +916,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"27852218-4567-40b6-9006-50ff74ab8c51"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"be1d8ffd-f2e4-4abd-8d21-21f6b0450d68"] +Cell[" ", "FooterCell",ExpressionUUID->"c9c9d1e5-7952-48f3-8441-5402bc3c72b0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Disagreement", TaggingRules->{ @@ -933,17 +931,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 25.910388}", + "built" -> "{2024, 6, 3, 16, 52, 18.945756}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Disagreement[game] calculates the disagreement vector of a game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Disagreement", - "titlemodifier" -> "", "windowtitle" -> "Disagreement", "type" -> - "Symbol", "uri" -> "TUG/ref/Disagreement"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "Disagreement", "type" -> "Symbol", "uri" -> "TUG/ref/Disagreement"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -952,9 +950,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"58689450-bcd2-4136-bceb-fc6b79f622f6" +ExpressionUUID->"7b50347d-98d6-4a8b-8438-ce91d7b51559" ] (* End of Notebook Content *) @@ -962,121 +960,119 @@ ExpressionUUID->"58689450-bcd2-4136-bceb-fc6b79f622f6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13014, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37913434-d43f-426b-9571-fbc4e6cf23d4", + Cell[13031, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"15ebc564-ecfb-454a-a622-67d1ccca607f", CellTags->"PrimaryExamplesSection", - CellID->1866222018]} + CellID->711909174]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35379, 963} + {"PrimaryExamplesSection", 35379, 961} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7108, 170, 56, "AnchorBarGrid",ExpressionUUID->"935b86b9-e496-4350-92e4-d80e94272ab5", +Cell[584, 21, 7125, 171, 57, "AnchorBarGrid",ExpressionUUID->"4de12917-aa15-4d6e-82f8-9d1b9393d7cd", CellID->1], -Cell[7695, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"46bd1bde-ed2d-4d72-92ed-15b1f6305848"], +Cell[7712, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"64039825-c859-4865-a503-31f652d63d12"], Cell[CellGroupData[{ -Cell[7806, 197, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"a4130bf7-9597-488a-80ec-70ab44cf7362"], -Cell[9095, 234, 458, 9, 111, "Usage",ExpressionUUID->"23ba68d1-59ba-459a-b53c-69d4670b9a8e", +Cell[7823, 198, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"6f44903b-4ff4-48ea-b9a8-395cb92005a1"], +Cell[9112, 235, 458, 9, 111, "Usage",ExpressionUUID->"23ba68d1-59ba-459a-b53c-69d4670b9a8e", CellID->258153578] }, Open ]], Cell[CellGroupData[{ -Cell[9590, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"9826d140-ce98-4120-a5db-f2296afa7e48", +Cell[9607, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"86dba4b7-af81-4f75-83b9-5775291ea1c9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1212031568], -Cell[11488, 297, 515, 12, 57, "Notes",ExpressionUUID->"4e2a7fbf-62f6-46a5-a769-c77f774f2598", + CellID->1644940165], +Cell[11505, 298, 515, 12, 57, "Notes",ExpressionUUID->"4e2a7fbf-62f6-46a5-a769-c77f774f2598", CellID->1014199156], -Cell[12006, 311, 489, 12, 37, "Notes",ExpressionUUID->"0b52ea82-53b0-41a8-917d-71fc5c1696a1", +Cell[12023, 312, 489, 12, 38, "Notes",ExpressionUUID->"0b52ea82-53b0-41a8-917d-71fc5c1696a1", CellID->177724765], -Cell[12498, 325, 186, 4, 36, "Notes",ExpressionUUID->"ac9624d3-a682-460b-b8e0-13964c58d6cc", +Cell[12515, 326, 186, 4, 36, "Notes",ExpressionUUID->"ac9624d3-a682-460b-b8e0-13964c58d6cc", CellID->966553409], -Cell[12687, 331, 200, 4, 36, "Notes",ExpressionUUID->"6865d31d-5aeb-4563-b823-f5695890d31a", +Cell[12704, 332, 200, 4, 36, "Notes",ExpressionUUID->"6865d31d-5aeb-4563-b823-f5695890d31a", CellID->1159128654] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13014, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37913434-d43f-426b-9571-fbc4e6cf23d4", +Cell[13031, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"15ebc564-ecfb-454a-a622-67d1ccca607f", CellTags->"PrimaryExamplesSection", - CellID->1866222018], + CellID->711909174], Cell[CellGroupData[{ -Cell[14460, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fc254554-d103-4246-b37f-4e038019a510", - CellID->801327907], -Cell[15861, 420, 118, 1, 38, "ExampleText",ExpressionUUID->"fc5e1cba-0dcf-444f-b894-00abdb8c63cd", +Cell[14476, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"63368e3d-9264-403a-acc5-e95de61a9fa6", + CellID->205231069], +Cell[15877, 421, 118, 1, 39, "ExampleText",ExpressionUUID->"fc5e1cba-0dcf-444f-b894-00abdb8c63cd", CellID->715046244], Cell[CellGroupData[{ -Cell[16004, 425, 167, 3, 27, "Input",ExpressionUUID->"0b1137a6-069c-454e-8970-4141e34907c8", +Cell[16020, 426, 167, 3, 27, "Input",ExpressionUUID->"0b1137a6-069c-454e-8970-4141e34907c8", CellID->666099714], Cell[CellGroupData[{ -Cell[16196, 432, 235, 4, 23, "Print",ExpressionUUID->"19013d90-8a70-4414-87a7-96512d40660f", +Cell[16212, 433, 235, 4, 23, "Print",ExpressionUUID->"19013d90-8a70-4414-87a7-96512d40660f", CellID->303194790], -Cell[16434, 438, 364, 8, 23, "Print",ExpressionUUID->"3f3c2a4f-4178-4d8d-be48-f04de8a05ef5", +Cell[16450, 439, 364, 8, 23, "Print",ExpressionUUID->"3f3c2a4f-4178-4d8d-be48-f04de8a05ef5", CellID->125407231], -Cell[16801, 448, 236, 4, 23, "Print",ExpressionUUID->"d1962b5e-17bc-4d4a-87bb-8439e78872ab", +Cell[16817, 449, 236, 4, 23, "Print",ExpressionUUID->"d1962b5e-17bc-4d4a-87bb-8439e78872ab", CellID->1813272826], -Cell[17040, 454, 219, 3, 23, "Print",ExpressionUUID->"adac4751-786c-4786-ac7b-695e0dd8d1c0", +Cell[17056, 455, 219, 3, 23, "Print",ExpressionUUID->"adac4751-786c-4786-ac7b-695e0dd8d1c0", CellID->690229214], -Cell[17262, 459, 205, 3, 23, "Print",ExpressionUUID->"442d4220-763f-4508-b783-086c4b6ae4cf", +Cell[17278, 460, 205, 3, 23, "Print",ExpressionUUID->"442d4220-763f-4508-b783-086c4b6ae4cf", CellID->78073836], -Cell[17470, 464, 236, 4, 23, "Print",ExpressionUUID->"221c859a-b1ab-4154-aa9c-bd5d0d63d36e", +Cell[17486, 465, 236, 4, 23, "Print",ExpressionUUID->"221c859a-b1ab-4154-aa9c-bd5d0d63d36e", CellID->455882345], -Cell[17709, 470, 220, 3, 23, "Print",ExpressionUUID->"22a4c88a-e065-4bee-9d87-621dc3aabcdd", +Cell[17725, 471, 220, 3, 23, "Print",ExpressionUUID->"22a4c88a-e065-4bee-9d87-621dc3aabcdd", CellID->1534847455], -Cell[17932, 475, 236, 4, 23, "Print",ExpressionUUID->"237e9e2f-bf37-409f-840e-2d30edee4cc3", +Cell[17948, 476, 236, 4, 23, "Print",ExpressionUUID->"237e9e2f-bf37-409f-840e-2d30edee4cc3", CellID->1465277920], -Cell[18171, 481, 236, 4, 23, "Print",ExpressionUUID->"399fc811-5127-42e3-9ba1-48f30a89d58e", +Cell[18187, 482, 236, 4, 23, "Print",ExpressionUUID->"399fc811-5127-42e3-9ba1-48f30a89d58e", CellID->1949298197], -Cell[18410, 487, 207, 3, 23, "Print",ExpressionUUID->"8a52568b-05ec-4064-9f68-38c0d49033ed", +Cell[18426, 488, 207, 3, 23, "Print",ExpressionUUID->"8a52568b-05ec-4064-9f68-38c0d49033ed", CellID->1351230533], -Cell[18620, 492, 236, 4, 23, "Print",ExpressionUUID->"9bc834d2-870f-4ef2-b28c-d449e5240532", +Cell[18636, 493, 236, 4, 23, "Print",ExpressionUUID->"9bc834d2-870f-4ef2-b28c-d449e5240532", CellID->1112162365] }, Open ]] }, Open ]], -Cell[18883, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"da884a6b-265d-4ddd-9179-a67c3f232f95", +Cell[18899, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"da884a6b-265d-4ddd-9179-a67c3f232f95", CellID->636915898], -Cell[19022, 503, 235, 6, 70, "Input",ExpressionUUID->"cb4c1b29-f205-4766-9c7e-af1956ff87b3", +Cell[19038, 504, 235, 6, 70, "Input",ExpressionUUID->"cb4c1b29-f205-4766-9c7e-af1956ff87b3", CellID->1636595579], -Cell[19260, 511, 381, 9, 70, "Input",ExpressionUUID->"2ef647b2-a31b-4a4a-9c80-236e4a77fc84", +Cell[19276, 512, 381, 9, 70, "Input",ExpressionUUID->"2ef647b2-a31b-4a4a-9c80-236e4a77fc84", CellID->1947799965], -Cell[19644, 522, 236, 6, 70, "Input",ExpressionUUID->"a6ca8a05-8f6f-4864-87a0-e13bbe2cf369", +Cell[19660, 523, 236, 6, 70, "Input",ExpressionUUID->"a6ca8a05-8f6f-4864-87a0-e13bbe2cf369", CellID->98304569], -Cell[19883, 530, 191, 4, 70, "ExampleText",ExpressionUUID->"66d5d0ec-8bb0-432f-af62-7fdf650d83b4", +Cell[19899, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"66d5d0ec-8bb0-432f-af62-7fdf650d83b4", CellID->1733703788], Cell[CellGroupData[{ -Cell[20099, 538, 170, 3, 70, "Input",ExpressionUUID->"6fd24dd2-5ac2-4cf7-85e2-67d6bbd39156", +Cell[20115, 539, 170, 3, 70, "Input",ExpressionUUID->"6fd24dd2-5ac2-4cf7-85e2-67d6bbd39156", CellID->2102839245], -Cell[20272, 543, 173, 4, 36, "Output",ExpressionUUID->"b30f17ac-1de8-407a-9666-866ed94e95f1", +Cell[20288, 544, 173, 4, 36, "Output",ExpressionUUID->"b30f17ac-1de8-407a-9666-866ed94e95f1", CellID->1549215029] }, Open ]], -Cell[20460, 550, 198, 4, 70, "ExampleText",ExpressionUUID->"a878962f-1a68-4d98-81c6-9e991152ec7e", +Cell[20476, 551, 198, 4, 70, "ExampleText",ExpressionUUID->"a878962f-1a68-4d98-81c6-9e991152ec7e", CellID->308448814], Cell[CellGroupData[{ -Cell[20683, 558, 167, 3, 70, "Input",ExpressionUUID->"2f755761-0c85-44d0-ba1b-145a790f0b7d", +Cell[20699, 559, 167, 3, 70, "Input",ExpressionUUID->"2f755761-0c85-44d0-ba1b-145a790f0b7d", CellID->4226115], -Cell[20853, 563, 220, 5, 36, "Output",ExpressionUUID->"f9d2237a-891b-45ca-a3f9-74948a319e35", +Cell[20869, 564, 220, 5, 36, "Output",ExpressionUUID->"f9d2237a-891b-45ca-a3f9-74948a319e35", CellID->886029497] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21331, 578, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"aaa21955-0719-4524-9fa7-152530572cca"], +Cell[27228, 742, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c4bb0b8d-1f8b-4328-a2f9-bdac8cff089f"], +Cell[27901, 762, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"32195d8c-3d5f-471e-9f47-085427cf8f23"], +Cell[28937, 790, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"7bd62335-9453-4b16-b168-628fec46fce7"], Cell[CellGroupData[{ -Cell[21337, 579, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"11651b75-b822-4d37-bb5b-df922b33ea68"], -Cell[27234, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8d9ebaf5-bada-43b1-aa78-13543947ed00"] -}, Open ]], -Cell[27919, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d805c168-a57f-44bf-a518-4af2f7073ef3"], -Cell[28955, 792, 3503, 98, 70, "RelatedLinksSection",ExpressionUUID->"cba6d087-a468-4bb3-8416-d5de13435481"], -Cell[CellGroupData[{ -Cell[32483, 894, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5682c28d-f88e-497c-9980-e799a4e0382d", +Cell[32465, 892, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5682c28d-f88e-497c-9980-e799a4e0382d", CellID->778415021], -Cell[32623, 897, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a18936c6-296d-41d0-afb2-b8c2fd3a35c8", +Cell[32605, 895, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a18936c6-296d-41d0-afb2-b8c2fd3a35c8", CellID->1194386356], -Cell[32845, 903, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c10204c3-93d2-4822-a8c0-e43496a3b359", +Cell[32827, 901, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c10204c3-93d2-4822-a8c0-e43496a3b359", CellID->1641706272], -Cell[33060, 908, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"618b32db-b361-402b-9d2f-7818f7ad947f", +Cell[33042, 906, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"618b32db-b361-402b-9d2f-7818f7ad947f", CellID->399251956], -Cell[33289, 914, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"27852218-4567-40b6-9006-50ff74ab8c51", +Cell[33271, 912, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"27852218-4567-40b6-9006-50ff74ab8c51", CellID->821434655] }, Open ]], -Cell[33526, 920, 78, 0, 70, "FooterCell",ExpressionUUID->"be1d8ffd-f2e4-4abd-8d21-21f6b0450d68"] +Cell[33508, 918, 78, 0, 70, "FooterCell",ExpressionUUID->"c9c9d1e5-7952-48f3-8441-5402bc3c72b0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DisplayAllResults.nb b/Documentation/English/ReferencePages/Symbols/DisplayAllResults.nb index 0eda72f..45fded0 100644 --- a/Documentation/English/ReferencePages/Symbols/DisplayAllResults.nb +++ b/Documentation/English/ReferencePages/Symbols/DisplayAllResults.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 49167, 1292] -NotebookOptionsPosition[ 41070, 1130] -NotebookOutlinePosition[ 43182, 1184] -CellTagsIndexPosition[ 43096, 1179] +NotebookDataLength[ 49174, 1292] +NotebookOptionsPosition[ 41092, 1132] +NotebookOutlinePosition[ 43222, 1186] +CellTagsIndexPosition[ 43136, 1181] WindowTitle->DisplayAllResults WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "19d3b0ab-32d3-4c5d-9854-b3e0bff86970"], + "cdc19683-17a4-416c-9f99-8fe91b3d274d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "aa3d8aef-40b2-4c56-9eca-7814ea439cdd"], + "208ca248-5f85-4a52-9169-d7bb37dbac5d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f181804b-aa39-4785-ab1e-d1f4944061d2"] - }],ExpressionUUID->"88e538dc-4e47-43d1-b4db-c8fa7acedc2e"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "d11b1f00-c185-418a-a762-a5f3d11fb543"] + }],ExpressionUUID->"9b48eb80-baa9-4c09-a77b-a6704191873f"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "117119cf-db71-40f8-a678-192b711aed7b"], + "d1352669-987e-4a70-9612-3c8c17e4a42e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ee7bea0-189f-46b7-b3ab-982b0c571424"] - }],ExpressionUUID->"116ef4fa-8a73-422e-84db-bd17dc2ab732"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6ed22df0-c114-4d2c-83d5-66d87dd5b431"] + }],ExpressionUUID->"61b59ec2-ee58-4fcc-a0a1-254bbbd8dbd9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "12c2c1dd-ab77-49c4-a1c4-9bb4ec6e6283"], + "3f417baa-56cb-4a6b-be13-90def9ff1a3d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a0975451-4b0e-4238-9df4-72336ea049c4"] - }],ExpressionUUID->"74840edd-e397-4be7-b98f-86fbf5b0e667"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1b7c699b-3563-4109-8aab-58982da74f36"] + }],ExpressionUUID->"2171a687-27d2-4fd2-9d13-0f4d6b656773"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "337966fb-ffc1-42db-9a4c-cd768b8ff65e"], + "9930d188-b8ab-4c75-94ab-4d840e78349a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45c6ba6a-a4c4-44d3-a57b-a64ed6f2430a"] - }],ExpressionUUID->"e390e6f5-71a4-4cae-acc7-7adc5b8056e8"], - StripOnInput->False], {"\<\"TUG/ref/DisplayAllResults\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DisplayAllResults"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4356ac4e-c10b-4621-b283-96fe76ecf6a4"] + }],ExpressionUUID->"c34b2240-d07a-4edc-9fa7-fb815efd5ce6"], + StripOnInput->False],{ + "\"TUG/ref/DisplayAllResults\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DisplayAllResults"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DisplayAllResults.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$67313], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DisplayAllResults" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$71741], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DisplayAllResults" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "898e9e38-aec9-4358-acd8-80ddc7954d11"] + "ac8f2961-0637-4edb-8931-38bfc364af3d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0b17861c-3588-492f-8a14-6433c7836397"]} + "e07df8d9-8150-4f0b-94ab-a39729572d9c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8105b2b2-efe4-4f5a-b6e8-c3da648dc12f"], + CellID->1,ExpressionUUID->"86599efa-f9b7-4e4f-8f7d-7a9092aa4463"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5bdb6510-4e7a-4f1d-907c-f74ece136094"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6c82c43a-f857-47da-aac3-db8f0144c903"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DisplayAllResults", "ObjectName",ExpressionUUID-> - "9303eb42-d9b1-4d90-87db-dea470229e09"], + "1d734701-2302-49eb-9293-83fa07f8e287"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c1f553e5-71d9-4d83-8c55-792962b43fe7"], + "Spacer1"]],ExpressionUUID->"1816d1df-d12b-43f9-9e61-d6a8053993a9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c474e75b-e951-4116-a0e3-756c9e1675bb"] - }],ExpressionUUID->"0c42068d-aab3-4a4e-9d9f-462f74df6f73"], Cell[BoxData[ + "278c6b35-5e09-46e9-9e8a-fffb14e93749"] + }],ExpressionUUID->"f799c931-c17b-4540-9c40-7893e924f04d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f3a463ff-fa13-4fcb-b59e-1e827c0881e5"]} + "661af7d0-70f2-408f-ad40-983aaac7e22d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2768ead0-532b-4f9d-bdee-94f04c1865b5"], + CacheGraphics->False,ExpressionUUID->"9622244c-f511-475a-bdeb-e06782f893b6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "fa69254d-47c4-42a0-b79c-982a2a9ea18c"], "\[LineSeparator]is an option for various package functions to to return \ all relevant results. " - }],ExpressionUUID->"e47bb7bf-ffc7-4511-995b-d538ddb8caae"]} + }],ExpressionUUID->"cba2eebc-446b-4380-8bfd-8e7522175c4c"]} }]], "Usage", CellID->988685489,ExpressionUUID->"fda59ff3-4a52-455b-81e5-87a393d70170"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6d6b2598-3a49-4d00-b40f-e6442b79169f"], + ExpressionUUID->"0fc21d7d-5548-403f-8728-97a7d6fe7d00"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8faf4d71-3cbe-4ca6-bb03-db684a4a2ca7"], + "Spacer1"]],ExpressionUUID->"5dbdd107-9389-44e1-bdb0-7c9497796890"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"cbea7746-85de-4fda-aa92-e3ec4ef5f50e"], + }], "NotesFrameText",ExpressionUUID->"21aeb8dc-8f80-4f8e-8fdc-e3733063547c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"366d0cab-de6e-461a-b680-59112d515f6b"]], \ + "Preemptive"]],ExpressionUUID->"51fb2e2b-a84c-4c9f-8c2b-e4858f7da138"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1528050125,ExpressionUUID->"1a0e6060-b3a7-4163-abb7-20bd6264c1ed"], + CellID->1403867730,ExpressionUUID->"9f89a898-6248-425d-91e0-c23990d31e6a"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"36fae741-5403-4a60-a00b-ed4588e917f8"], + ExpressionUUID->"cb1cbf82-1372-4bef-88fb-4aec35a29596"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b070e3a4-979d-4f1b-9aa5-dd07a6ed59b8"], + "Spacer1"]],ExpressionUUID->"148856d1-70fd-4f50-aac5-f61793d9df70"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "edb5c212-93d6-4685-af63-bf0eeb69acef"] + "c195fab2-dbff-4d30-9eb4-e8152ef88912"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1024794189,ExpressionUUID->"30943895-c371-44e0-a371-af6197bf9982"], + CellID->1394121552,ExpressionUUID->"10050519-f2fd-4c7b-b9a1-73cb42358d6c"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"448894c0-f735-482b-adcc-94b6f16aeebe"], + ExpressionUUID->"3077b542-9d4e-40e6-916e-1ec2ac5798c6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0d703d23-5885-4442-baaa-6625f186b752"], + "Spacer1"]],ExpressionUUID->"58fa559a-17d8-40c6-8240-7be928fc724c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "316132c8-3e74-40d7-b119-321d10e8c2ed"] + "fcde2eb0-d748-458f-8410-191e9fc4d4d7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1559896652,ExpressionUUID->"00f28729-f896-4ffa-8dcc-2860243a35dc"], + CellID->1332370532,ExpressionUUID->"c38106cd-6991-4ef0-a489-d3f966fd7cd4"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"e0caa17f-5b27-47ce-a4c5-9e2d20b37efd"], @@ -798,8 +803,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -947,15 +950,15 @@ Cell[BoxData[GridBox[{ "4e7fed44-993a-4b15-98c1-b1e056ac5808"] }], "SeeAlso",ExpressionUUID->"97ecb2eb-7cc5-48f6-8947-5a78b63ef839"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7cbe723f-5e98-4696-9aa7-\ -f50afd5626dc"], + }]], "SeeAlsoSection",ExpressionUUID->"da891ecb-cccb-4d4c-8967-\ +1648908be74d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -967,9 +970,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8d9a015b-ea12-482f-9ec8-89eede1812a0"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"579410ed-b2c5-4ec7-85c7-\ -4fe24f6d8231"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"93833fcf-9b3a-4d36-b192-\ +5ac11c8c4613"], Cell[BoxData[GridBox[{ { @@ -986,7 +988,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6b41f8de-1a73-4c53-a871-6cf60db600f4"]}]}, + "3a93c95e-6945-4e70-a465-d1e850578c20"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -994,10 +996,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4f10ce2-bc39-4e66-9ad7-85db2f8f299d"]}]} + "be1cfa26-85c1-4ab8-9a70-a23d59205423"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5489b152-161f-48d4-9a41-\ -2e232c11fb39"], + }]], "MoreAboutSection",ExpressionUUID->"e10bde72-102f-49ea-8d66-\ +ff0669f4e3b2"], Cell[BoxData[GridBox[{ { @@ -1024,7 +1026,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f7677b47-cb8e-4b65-813b-78c323103b06"]], "RelatedLinks", + "894173bc-46f4-4b25-ac22-f5b4566846c3"]], "RelatedLinks", ExpressionUUID->"c0f3eba2-c669-49d6-877d-4eaf4d5442e7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1041,7 +1043,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6884814d-f9db-4486-b35f-65a35e42b29a"]], "RelatedLinks", + "bd92c628-7564-4caf-9c89-bf2ba6952275"]], "RelatedLinks", ExpressionUUID->"1ffdc81d-ad2f-484e-b609-2bfe8c39b685"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1058,7 +1060,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalToMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0dacfed5-0e74-43e9-87af-8880b826046b"]], "RelatedLinks", + "a56e754a-6fcd-4861-9f54-d6a1ac5d4349"]], "RelatedLinks", ExpressionUUID->"f69ec4f0-c0b6-4e71-84f6-c5489a68900f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1075,7 +1077,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e2d333c9-5fc9-4b64-b6ae-999216345d2c"]], "RelatedLinks", + "7fff4d96-4fb0-49a4-9321-dcb2a3255e35"]], "RelatedLinks", ExpressionUUID->"94336c15-18dc-4513-8d4f-3cf4591e1907"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1092,11 +1094,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bd077157-907b-405b-bac5-3b288d1d1da7"]], "RelatedLinks", + "bf489a5b-dd91-4e79-8adc-0676729cadd7"]], "RelatedLinks", ExpressionUUID->"8b13038e-795b-41c2-8006-69619ca52c6b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"70fd3c97-a577-4329-b02e-\ -812e0830596e"], + }]], "RelatedLinksSection",ExpressionUUID->"e083003a-3350-4fa6-8b07-\ +5ec5fff5db92"], Cell[CellGroupData[{ @@ -1126,11 +1128,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"717a81a1-753a-4f26-8211-8d8e368259dc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c135bbc6-f5a0-46c7-a70d-a25edfbe7844"] +Cell[" ", "FooterCell",ExpressionUUID->"878596eb-fb53-4f8e-8b4e-88502e6d892f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DisplayAllResults", TaggingRules->{ @@ -1141,18 +1143,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 27.287019}", + "built" -> "{2024, 6, 3, 16, 52, 19.630766}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DisplayAllResults is an option for various package functions to to \ return all relevant results. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DisplayAllResults", "titlemodifier" -> "", "windowtitle" -> - "DisplayAllResults", "type" -> "Symbol", "uri" -> + "DisplayAllResults", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DisplayAllResults", "type" -> "Symbol", "uri" -> "TUG/ref/DisplayAllResults"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1161,9 +1163,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"bc37afa9-cc35-4a8f-b95e-a19ca96a8333" +ExpressionUUID->"b04b261e-d0fa-4ab9-b3d3-a410321dc4c7" ] (* End of Notebook Content *) @@ -1171,129 +1173,127 @@ ExpressionUUID->"bc37afa9-cc35-4a8f-b95e-a19ca96a8333" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12323, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"30943895-c371-44e0-a371-af6197bf9982", + Cell[12379, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10050519-f2fd-4c7b-b9a1-73cb42358d6c", CellTags->"PrimaryExamplesSection", - CellID->1024794189]} + CellID->1394121552]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42895, 1172} + {"PrimaryExamplesSection", 42935, 1174} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7144, 168, 56, "AnchorBarGrid",ExpressionUUID->"8105b2b2-efe4-4f5a-b6e8-c3da648dc12f", +Cell[589, 21, 7200, 173, 57, "AnchorBarGrid",ExpressionUUID->"86599efa-f9b7-4e4f-8f7d-7a9092aa4463", CellID->1], -Cell[7736, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5bdb6510-4e7a-4f1d-907c-f74ece136094"], +Cell[7792, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6c82c43a-f857-47da-aac3-db8f0144c903"], Cell[CellGroupData[{ -Cell[7847, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"2768ead0-532b-4f9d-bdee-94f04c1865b5"], -Cell[9141, 232, 462, 9, 111, "Usage",ExpressionUUID->"fda59ff3-4a52-455b-81e5-87a393d70170", +Cell[7903, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9622244c-f511-475a-bdeb-e06782f893b6"], +Cell[9197, 237, 462, 9, 109, "Usage",ExpressionUUID->"fda59ff3-4a52-455b-81e5-87a393d70170", CellID->988685489] }, Open ]], Cell[CellGroupData[{ -Cell[9640, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"1a0e6060-b3a7-4163-abb7-20bd6264c1ed", +Cell[9696, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"9f89a898-6248-425d-91e0-c23990d31e6a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1528050125], -Cell[11538, 295, 489, 12, 37, "Notes",ExpressionUUID->"24de084c-1d81-4c12-90e4-5e90abe57b13", + CellID->1403867730], +Cell[11594, 300, 489, 12, 38, "Notes",ExpressionUUID->"24de084c-1d81-4c12-90e4-5e90abe57b13", CellID->177724765], -Cell[12030, 309, 166, 3, 36, "Notes",ExpressionUUID->"29ce467d-6b5b-4019-a5c2-738ad72fc324", +Cell[12086, 314, 166, 3, 36, "Notes",ExpressionUUID->"29ce467d-6b5b-4019-a5c2-738ad72fc324", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12323, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"30943895-c371-44e0-a371-af6197bf9982", +Cell[12379, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10050519-f2fd-4c7b-b9a1-73cb42358d6c", CellTags->"PrimaryExamplesSection", - CellID->1024794189], + CellID->1394121552], Cell[CellGroupData[{ -Cell[13769, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"00f28729-f896-4ffa-8dcc-2860243a35dc", - CellID->1559896652], -Cell[15171, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"e0caa17f-5b27-47ce-a4c5-9e2d20b37efd", +Cell[13825, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c38106cd-6991-4ef0-a489-d3f966fd7cd4", + CellID->1332370532], +Cell[15227, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"e0caa17f-5b27-47ce-a4c5-9e2d20b37efd", CellID->1849160940], Cell[CellGroupData[{ -Cell[15315, 402, 168, 3, 27, "Input",ExpressionUUID->"73b75ca7-f703-4ae3-a30b-90ddbf21c07e", +Cell[15371, 407, 168, 3, 27, "Input",ExpressionUUID->"73b75ca7-f703-4ae3-a30b-90ddbf21c07e", CellID->1331667294], Cell[CellGroupData[{ -Cell[15508, 409, 235, 4, 23, "Print",ExpressionUUID->"9313c10f-4947-4fe7-889d-025074b92949", +Cell[15564, 414, 235, 4, 23, "Print",ExpressionUUID->"9313c10f-4947-4fe7-889d-025074b92949", CellID->512730395], -Cell[15746, 415, 365, 8, 23, "Print",ExpressionUUID->"e9c10ba2-01b1-4c3c-b565-842c59f53f5d", +Cell[15802, 420, 365, 8, 23, "Print",ExpressionUUID->"e9c10ba2-01b1-4c3c-b565-842c59f53f5d", CellID->1773791590], -Cell[16114, 425, 236, 4, 23, "Print",ExpressionUUID->"88f9c59d-8cbd-4be6-b06b-118c877ee0a4", +Cell[16170, 430, 236, 4, 23, "Print",ExpressionUUID->"88f9c59d-8cbd-4be6-b06b-118c877ee0a4", CellID->1650638394], -Cell[16353, 431, 220, 3, 23, "Print",ExpressionUUID->"1f07f550-0a11-431a-ac15-0e7e062fc538", +Cell[16409, 436, 220, 3, 23, "Print",ExpressionUUID->"1f07f550-0a11-431a-ac15-0e7e062fc538", CellID->1600294545], -Cell[16576, 436, 207, 3, 23, "Print",ExpressionUUID->"f86743b1-970c-4f9e-aec1-d0749d265164", +Cell[16632, 441, 207, 3, 23, "Print",ExpressionUUID->"f86743b1-970c-4f9e-aec1-d0749d265164", CellID->2137523818], -Cell[16786, 441, 237, 4, 23, "Print",ExpressionUUID->"0e529787-2b51-4c2c-9a45-880725bdf12d", +Cell[16842, 446, 237, 4, 23, "Print",ExpressionUUID->"0e529787-2b51-4c2c-9a45-880725bdf12d", CellID->1581372968], -Cell[17026, 447, 219, 3, 23, "Print",ExpressionUUID->"55b4033c-d919-4544-8602-d9171bb94001", +Cell[17082, 452, 219, 3, 23, "Print",ExpressionUUID->"55b4033c-d919-4544-8602-d9171bb94001", CellID->665055876], -Cell[17248, 452, 235, 4, 23, "Print",ExpressionUUID->"0d01a0e9-2899-43ab-bf0b-acfd3494064d", +Cell[17304, 457, 235, 4, 23, "Print",ExpressionUUID->"0d01a0e9-2899-43ab-bf0b-acfd3494064d", CellID->171621746], -Cell[17486, 458, 235, 4, 23, "Print",ExpressionUUID->"91679881-f895-47b2-81e4-81f31a054fa6", +Cell[17542, 463, 235, 4, 23, "Print",ExpressionUUID->"91679881-f895-47b2-81e4-81f31a054fa6", CellID->819264038], -Cell[17724, 464, 206, 3, 23, "Print",ExpressionUUID->"511b5971-dd24-4ed6-bc8d-b77695a54151", +Cell[17780, 469, 206, 3, 23, "Print",ExpressionUUID->"511b5971-dd24-4ed6-bc8d-b77695a54151", CellID->717466786], -Cell[17933, 469, 235, 4, 23, "Print",ExpressionUUID->"3a57b628-1765-4989-a992-71e968175137", +Cell[17989, 474, 235, 4, 23, "Print",ExpressionUUID->"3a57b628-1765-4989-a992-71e968175137", CellID->782194334] }, Open ]] }, Open ]], -Cell[18195, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"bbdebeb0-4066-4789-9704-a75cbd9d5964", +Cell[18251, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"bbdebeb0-4066-4789-9704-a75cbd9d5964", CellID->768347684], -Cell[18334, 480, 234, 6, 27, "Input",ExpressionUUID->"0134940b-4736-47b2-9ff1-74590a70a573", +Cell[18390, 485, 234, 6, 27, "Input",ExpressionUUID->"0134940b-4736-47b2-9ff1-74590a70a573", CellID->522990392], -Cell[18571, 488, 381, 9, 27, "Input",ExpressionUUID->"e340db9e-0efa-4eeb-a35b-3c4dbb3dd094", +Cell[18627, 493, 381, 9, 27, "Input",ExpressionUUID->"e340db9e-0efa-4eeb-a35b-3c4dbb3dd094", CellID->1156709777], -Cell[18955, 499, 238, 6, 70, "Input",ExpressionUUID->"964119b6-9b86-4e43-94e3-844496a706b7", +Cell[19011, 504, 238, 6, 27, "Input",ExpressionUUID->"964119b6-9b86-4e43-94e3-844496a706b7", CellID->1666299995], -Cell[19196, 507, 432, 7, 70, "ExampleText",ExpressionUUID->"58d370ad-e4c8-4f2d-8fa3-6be493fbae72", +Cell[19252, 512, 432, 7, 70, "ExampleText",ExpressionUUID->"58d370ad-e4c8-4f2d-8fa3-6be493fbae72", CellID->1251707229], Cell[CellGroupData[{ -Cell[19653, 518, 200, 4, 70, "Input",ExpressionUUID->"c52cf250-e885-4048-a092-2f1a06dfdfe9", +Cell[19709, 523, 200, 4, 70, "Input",ExpressionUUID->"c52cf250-e885-4048-a092-2f1a06dfdfe9", CellID->907203796], Cell[CellGroupData[{ -Cell[19878, 526, 312, 6, 70, "Print",ExpressionUUID->"cc66fd3a-197f-4e37-8cc9-0c0ba7d17a03", +Cell[19934, 531, 312, 6, 70, "Print",ExpressionUUID->"cc66fd3a-197f-4e37-8cc9-0c0ba7d17a03", CellID->1322225827], -Cell[20193, 534, 873, 22, 70, "Print",ExpressionUUID->"ac2e8380-e9bf-4a45-9184-efc7021ba88e", +Cell[20249, 539, 873, 22, 70, "Print",ExpressionUUID->"ac2e8380-e9bf-4a45-9184-efc7021ba88e", CellID->1876146487] }, Open ]], -Cell[21081, 559, 1089, 31, 81, "Output",ExpressionUUID->"9ab79b04-7d5f-4b68-9c00-1e9a74d4c868", +Cell[21137, 564, 1089, 31, 81, "Output",ExpressionUUID->"9ab79b04-7d5f-4b68-9c00-1e9a74d4c868", CellID->1155009008] }, Open ]], -Cell[22185, 593, 455, 7, 70, "ExampleText",ExpressionUUID->"c933e4e8-ed94-4a81-9cc2-e16936c09108", +Cell[22241, 598, 455, 7, 70, "ExampleText",ExpressionUUID->"c933e4e8-ed94-4a81-9cc2-e16936c09108", CellID->525800779], Cell[CellGroupData[{ -Cell[22665, 604, 509, 12, 70, "Input",ExpressionUUID->"69c87837-5a58-4d75-b1bc-b9b55d3dba00", +Cell[22721, 609, 509, 12, 70, "Input",ExpressionUUID->"69c87837-5a58-4d75-b1bc-b9b55d3dba00", CellID->533947440], Cell[CellGroupData[{ -Cell[23199, 620, 311, 6, 70, "Print",ExpressionUUID->"edba5051-5b25-4e06-834d-2331936719fe", +Cell[23255, 625, 311, 6, 70, "Print",ExpressionUUID->"edba5051-5b25-4e06-834d-2331936719fe", CellID->962506430], -Cell[23513, 628, 873, 22, 70, "Print",ExpressionUUID->"188006e1-8fc0-4333-bec5-23b75786bbd8", +Cell[23569, 633, 873, 22, 70, "Print",ExpressionUUID->"188006e1-8fc0-4333-bec5-23b75786bbd8", CellID->1193386156] }, Open ]], -Cell[24401, 653, 4540, 138, 233, "Output",ExpressionUUID->"fe6efbec-dca9-4201-88d2-91c602d59be8", +Cell[24457, 658, 4540, 138, 231, "Output",ExpressionUUID->"fe6efbec-dca9-4201-88d2-91c602d59be8", CellID->293911064] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29239, 805, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"da891ecb-cccb-4d4c-8967-1648908be74d"], +Cell[34739, 955, 670, 18, 70, "TechNotesSection",ExpressionUUID->"93833fcf-9b3a-4d36-b192-5ac11c8c4613"], +Cell[35412, 975, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e10bde72-102f-49ea-8d66-ff0669f4e3b2"], +Cell[36448, 1003, 3493, 97, 70, "RelatedLinksSection",ExpressionUUID->"e083003a-3350-4fa6-8b07-5ec5fff5db92"], Cell[CellGroupData[{ -Cell[29205, 802, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"7cbe723f-5e98-4696-9aa7-f50afd5626dc"], -Cell[34705, 952, 670, 18, 70, "TechNotesSection",ExpressionUUID->"579410ed-b2c5-4ec7-85c7-4fe24f6d8231"] -}, Open ]], -Cell[35390, 973, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5489b152-161f-48d4-9a41-2e232c11fb39"], -Cell[36426, 1001, 3493, 97, 70, "RelatedLinksSection",ExpressionUUID->"70fd3c97-a577-4329-b02e-812e0830596e"], -Cell[CellGroupData[{ -Cell[39944, 1102, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78a3f6f8-58ef-4e88-95dc-e46e062ebbea", +Cell[39966, 1104, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78a3f6f8-58ef-4e88-95dc-e46e062ebbea", CellID->1463358955], -Cell[40085, 1105, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"453729e6-b932-4d3b-9f4d-47d28f3ed496", +Cell[40107, 1107, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"453729e6-b932-4d3b-9f4d-47d28f3ed496", CellID->1194386356], -Cell[40307, 1111, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cb798f92-f2c1-4df2-98cc-f8e330a17a34", +Cell[40329, 1113, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cb798f92-f2c1-4df2-98cc-f8e330a17a34", CellID->1641706272], -Cell[40522, 1116, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ce1386ef-00c7-46df-8f4d-663fafec2880", +Cell[40544, 1118, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ce1386ef-00c7-46df-8f4d-663fafec2880", CellID->399251956], -Cell[40751, 1122, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"717a81a1-753a-4f26-8211-8d8e368259dc", +Cell[40773, 1124, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"717a81a1-753a-4f26-8211-8d8e368259dc", CellID->821434655] }, Open ]], -Cell[40988, 1128, 78, 0, 70, "FooterCell",ExpressionUUID->"c135bbc6-f5a0-46c7-a70d-a25edfbe7844"] +Cell[41010, 1130, 78, 0, 70, "FooterCell",ExpressionUUID->"878596eb-fb53-4f8e-8b4e-88502e6d892f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DisplayCoord.nb b/Documentation/English/ReferencePages/Symbols/DisplayCoord.nb index d74239f..1205b17 100644 --- a/Documentation/English/ReferencePages/Symbols/DisplayCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/DisplayCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42758, 1109] -NotebookOptionsPosition[ 34139, 937] -NotebookOutlinePosition[ 36393, 993] -CellTagsIndexPosition[ 36308, 988] +NotebookDataLength[ 42754, 1108] +NotebookOptionsPosition[ 34151, 938] +NotebookOutlinePosition[ 36423, 994] +CellTagsIndexPosition[ 36338, 989] WindowTitle->DisplayCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "43ccdf6f-b220-4a40-b1c1-cd7d5bb884de"], + "960641de-5d43-4923-b229-4ab16f6d1bf5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6f53d017-b53b-4cb8-b93f-44616a94c05d"], + "d20f6cbb-c627-42e5-8662-642e4799e51f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fa40d2e8-c1f6-4ae6-9880-9f6ae14122e0"] - }],ExpressionUUID->"50fc7281-68cb-483e-b124-a87bf01a77bb"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "a7d9c832-38af-48e9-b6c6-b501089f1b51"] + }],ExpressionUUID->"f5e27f59-e9df-4f86-82c5-3e0486578dd4"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a07acb1c-6e74-448b-8562-7af9841ccea1"], + "993b6260-a517-4ba2-8a74-2859dba3fab1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "49ae5846-1c2f-4d4f-a20c-eed0eda30a4e"] - }],ExpressionUUID->"9e0500f7-9ec7-4549-8d63-cfdecbec2291"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d4fcd246-1421-4717-901f-3c24711c8013"] + }],ExpressionUUID->"c2d36d50-a483-4450-bea6-992279d4e72a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "adcc58e1-dc85-4472-ab10-752a4aa3dfbc"], + "439c07d4-fdef-41a0-9c44-76509a443000"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a7fb0e0f-9c0f-424a-8a25-d5598b71d41e"] - }],ExpressionUUID->"1f2f7149-f729-4def-ae14-032611376035"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "40ac770e-8217-49c4-aca0-186cb3697bc4"] + }],ExpressionUUID->"4957bd42-c10b-4093-84f6-1632ef647f97"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2310c3cd-3f0d-4fd7-88bc-08840029e4bf"], + "03e4ad6b-a0ef-4a13-a6c8-eabd861a4cd0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b84c81d9-70b5-4d14-ba56-224666909742"] - }],ExpressionUUID->"d0b8d927-3452-48cf-94f4-213cc1424366"], - StripOnInput->False], {"\<\"TUG/ref/DisplayCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DisplayCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DisplayCoord.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$67879], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DisplayCoord" <> ".html"], None}]}]}, + "e4d0011f-17a3-49e2-9f90-7a10c0078da5"] + }],ExpressionUUID->"53888b4f-e15e-4754-9798-30c1809ed09e"], + StripOnInput->False],{ + "\"TUG/ref/DisplayCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DisplayCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +DisplayCoord.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$72341], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DisplayCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "30cd4291-b837-4259-bd45-a9f09e45785b"] + "b643679c-38f5-45b4-ac3f-3e572b8cd773"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e10a22a7-8378-45dd-a512-0f237f32fe44"]} + "674f1df1-5296-40c1-bb75-b97b2e9c37c5"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7c50ca5a-2a81-41d4-95aa-ca61b8419821"], + CellID->1,ExpressionUUID->"b61fd367-0dc1-4458-8231-642624b13bbb"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ea805ee-3ac5-4e28-912e-4b379f9c1b28"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"41572dac-9ff7-4d65-9db2-8abc1da5197e"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DisplayCoord", "ObjectName",ExpressionUUID-> - "d34b927f-a148-448a-9091-0625c47f73dc"], + "41cdebae-3470-403f-81ee-cad96bc18c74"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c626e8ff-7602-4e34-99da-dd002aac7292"], + "Spacer1"]],ExpressionUUID->"68f6574b-8d61-4c9c-ae98-29ebc1ff9bb3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3fea1e54-9783-4072-8460-92a8f237f660"] - }],ExpressionUUID->"c783a00e-feda-4838-aebf-150624923414"], Cell[BoxData[ + "44a29db1-e4fe-4102-9afa-ba50480bd834"] + }],ExpressionUUID->"5b22026c-f565-4841-9ab2-2400f59ddca0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ab7cc25d-56ed-41b5-b19c-a1401b10626c"]} + "28e60d3c-39db-47b9-99a9-75012683eddb"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2a7ee4ef-0269-458f-b199-5b45f8fe6921"], + CacheGraphics->False,ExpressionUUID->"8e7f8555-eb9b-4056-bc2f-380ab3fb6966"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ marginal variations of the unanimity coordinates to observe whether a \ sufficient and necessary condition of (average-) convexity of the game in \ terms of unanimity coordinates is satisfied." - }],ExpressionUUID->"1ee59388-c62b-428a-9b53-64211f6e0e35"]} + }],ExpressionUUID->"8fe2c329-4141-4019-be57-9158319b7dcd"]} }]], "Usage", CellID->318993480,ExpressionUUID->"f27758ca-960a-4e60-aff2-8320ed6093d5"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1ff6f9ca-f006-4c32-baa7-4e88a46e57c0"], + ExpressionUUID->"0ae730b5-874c-46e2-889c-97d7e81b6944"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1343c3dc-4d98-4748-88b8-3e59952fbbd5"], + "Spacer1"]],ExpressionUUID->"aaec8527-b061-4e08-bf51-41e676bf74cf"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f55d3cc4-c6ba-48aa-bfc4-b6207efff988"], + }], "NotesFrameText",ExpressionUUID->"b88482fe-b5f8-4a96-b083-1a32877751e1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"61599b24-dfb3-4bc9-86b1-503f359a2fa3"]], \ + "Preemptive"]],ExpressionUUID->"02103a0d-f9e0-467d-80c2-ee5ac29bfac9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->932812009,ExpressionUUID->"8ab2e187-3444-4805-8a83-da9908d7f914"], + CellID->382099175,ExpressionUUID->"f7f5fa53-ae09-4737-9aab-9fe307eb2cd7"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -343,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"959acf45-fd40-4b09-8714-938426a55d1d"], + ExpressionUUID->"089de677-984a-443e-85eb-b232d6b33ee4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8a6e9f40-cfad-4e03-90e9-65417c7ef409"], + "Spacer1"]],ExpressionUUID->"7ea4509e-c52c-45fa-93c4-555419f09ef6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "525a7eed-0b5a-4191-a1fa-7dddfbc52d00"] + "c993ba9a-f01e-43b8-8dd0-bac4c1964546"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1993987821,ExpressionUUID->"c4bd5034-11ae-4eda-9f83-2c510e25ef25"], + CellID->1849387663,ExpressionUUID->"f3919b3f-bc9e-4006-bf50-b7c1a3c7d4f5"], Cell[CellGroupData[{ @@ -384,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3dc3de73-38ce-4696-a91e-5423f4f338da"], + ExpressionUUID->"0c2e7f0e-7aed-4c24-9423-c2d313ad4e38"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"78164284-912d-4e13-a0a2-5eb306fb5481"], + "Spacer1"]],ExpressionUUID->"ff06c1f3-c002-4a57-ae76-7cc65b0400b2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1848ceb2-9daa-40dc-a465-e08e2d0379b8"] + "f357183f-8fda-44d4-a69d-f2b408d38cf9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1804652158,ExpressionUUID->"62e9b754-4684-4c41-8711-ed742f3f04f0"], + CellID->361572888,ExpressionUUID->"0bfe7fbb-7370-43fe-85d1-5e94a98aaa64"], Cell["Loading the package:", "ExampleText", CellID->731972147,ExpressionUUID->"e825c40a-53b6-4017-94dd-f22d40540850"], @@ -639,8 +643,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -788,15 +790,15 @@ Cell[BoxData[GridBox[{ "b1320c73-36ae-424f-8c90-9162eadad308"] }], "SeeAlso",ExpressionUUID->"c4334e58-bfd9-4c39-9777-f0dd880604a0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d3b73093-2e92-4e27-b044-\ -c07a9a62bfbd"], + }]], "SeeAlsoSection",ExpressionUUID->"6fdf3d72-3020-4cc1-a043-\ +cdce7f65aef5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -808,9 +810,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8790a586-fa64-4cab-bfb6-27f582386f2d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a264bbea-b84c-48af-a5c2-\ -465a10b5e201"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5acd5b9c-1aab-4b2b-84a3-\ +c9cbe37a23c9"], Cell[BoxData[GridBox[{ { @@ -827,7 +828,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "eca7f37e-1f29-4669-94fd-590cfe8e4f12"]}]}, + "221c3ad7-974e-4909-9317-b800e0573818"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -835,10 +836,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bb3ca868-a413-4870-a960-6d41f8a33e76"]}]} + "06a78d05-5106-4549-a5e0-274d685cae01"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0f8122e0-4711-47c9-867c-\ -c465ca08136b"], + }]], "MoreAboutSection",ExpressionUUID->"8a6c1c7b-22d9-4cd4-b6e0-\ +41cab7fa2bbd"], Cell[BoxData[GridBox[{ { @@ -865,7 +866,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1ceb6497-0c6b-4fa7-a6aa-6a641068e955"]], "RelatedLinks", + "0651f2c2-c1b2-482e-9e52-12b89e870483"]], "RelatedLinks", ExpressionUUID->"3f84fb99-0009-411f-84c8-f6de7921afd1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -882,7 +883,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanAvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6d42b253-e048-4caa-80cc-d060119d5dfc"]], "RelatedLinks", + "b9f1f38e-b212-4468-bc2a-2f6470fd1df4"]], "RelatedLinks", ExpressionUUID->"a595e6f4-8f15-4365-a8a9-fe544b9a325b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -899,11 +900,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "03c6c49d-9bee-440c-b391-9d279e0e63e4"]], "RelatedLinks", + "d1d24ad5-f46a-4f1d-813a-f40a82a9a8df"]], "RelatedLinks", ExpressionUUID->"ca187142-3e8b-4cef-94a3-d25504d9b537"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"05d788eb-337b-4159-9a09-\ -352312985f89"], + }]], "RelatedLinksSection",ExpressionUUID->"2de9f8b7-44bd-496d-8d61-\ +3b43c64d68ae"], Cell[CellGroupData[{ @@ -933,11 +934,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"62a4288e-079b-4093-93aa-8e9aa8420c70"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"34b315fa-aeb8-49a3-bb26-cbc784b0c6d7"] +Cell[" ", "FooterCell",ExpressionUUID->"0dadbfed-9e1e-4df0-8a44-0634f4130a82"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DisplayCoord", TaggingRules->{ @@ -948,7 +949,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 28.748113}", + "built" -> "{2024, 6, 3, 16, 52, 20.348173}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -958,10 +959,10 @@ marginal variations of the unanimity coordinates to observe whether a \ sufficient and necessary condition of (average-) convexity of the game in \ terms of unanimity coordinates is satisfied.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DisplayCoord", "titlemodifier" -> "", - "windowtitle" -> "DisplayCoord", "type" -> "Symbol", "uri" -> - "TUG/ref/DisplayCoord"}}, + "metadescription" -> "", "windowtitle" -> "DisplayCoord", "type" -> + "Symbol", "uri" -> "TUG/ref/DisplayCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -970,9 +971,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c7536113-522a-4ad7-ae77-7febc3d7077a" +ExpressionUUID->"df2f1306-736e-4dbe-be53-3c10521232c4" ] (* End of Notebook Content *) @@ -980,137 +981,135 @@ ExpressionUUID->"c7536113-522a-4ad7-ae77-7febc3d7077a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12387, 320, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c4bd5034-11ae-4eda-9f83-2c510e25ef25", + Cell[12434, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f3919b3f-bc9e-4006-bf50-b7c1a3c7d4f5", CellTags->"PrimaryExamplesSection", - CellID->1993987821]} + CellID->1849387663]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36107, 981} + {"PrimaryExamplesSection", 36137, 982} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7061, 168, 56, "AnchorBarGrid",ExpressionUUID->"7c50ca5a-2a81-41d4-95aa-ca61b8419821", +Cell[584, 21, 7108, 172, 57, "AnchorBarGrid",ExpressionUUID->"b61fd367-0dc1-4458-8231-642624b13bbb", CellID->1], -Cell[7648, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1ea805ee-3ac5-4e28-912e-4b379f9c1b28"], +Cell[7695, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"41572dac-9ff7-4d65-9db2-8abc1da5197e"], Cell[CellGroupData[{ -Cell[7759, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"2a7ee4ef-0269-458f-b199-5b45f8fe6921"], -Cell[9048, 232, 625, 11, 132, "Usage",ExpressionUUID->"f27758ca-960a-4e60-aff2-8320ed6093d5", +Cell[7806, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"8e7f8555-eb9b-4056-bc2f-380ab3fb6966"], +Cell[9095, 236, 625, 11, 131, "Usage",ExpressionUUID->"f27758ca-960a-4e60-aff2-8320ed6093d5", CellID->318993480] }, Open ]], Cell[CellGroupData[{ -Cell[9710, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"8ab2e187-3444-4805-8a83-da9908d7f914", +Cell[9757, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"f7f5fa53-ae09-4737-9aab-9fe307eb2cd7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->932812009], -Cell[11607, 297, 489, 12, 37, "Notes",ExpressionUUID->"6b2b1a20-514c-4aa2-bfd2-eca5082da02b", + CellID->382099175], +Cell[11654, 301, 489, 12, 38, "Notes",ExpressionUUID->"6b2b1a20-514c-4aa2-bfd2-eca5082da02b", CellID->177724765], -Cell[12099, 311, 161, 3, 36, "Notes",ExpressionUUID->"fc77e387-5d7a-49d2-b3eb-13bc5a696b45", +Cell[12146, 315, 161, 3, 36, "Notes",ExpressionUUID->"fc77e387-5d7a-49d2-b3eb-13bc5a696b45", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12387, 320, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c4bd5034-11ae-4eda-9f83-2c510e25ef25", +Cell[12434, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f3919b3f-bc9e-4006-bf50-b7c1a3c7d4f5", CellTags->"PrimaryExamplesSection", - CellID->1993987821], + CellID->1849387663], Cell[CellGroupData[{ -Cell[13833, 361, 1399, 36, 30, "ExampleSection",ExpressionUUID->"62e9b754-4684-4c41-8711-ed742f3f04f0", - CellID->1804652158], -Cell[15235, 399, 118, 1, 38, "ExampleText",ExpressionUUID->"e825c40a-53b6-4017-94dd-f22d40540850", +Cell[13880, 365, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0bfe7fbb-7370-43fe-85d1-5e94a98aaa64", + CellID->361572888], +Cell[15281, 403, 118, 1, 39, "ExampleText",ExpressionUUID->"e825c40a-53b6-4017-94dd-f22d40540850", CellID->731972147], Cell[CellGroupData[{ -Cell[15378, 404, 167, 3, 27, "Input",ExpressionUUID->"64a62536-9978-4d01-8ff8-49a5bb677628", +Cell[15424, 408, 167, 3, 27, "Input",ExpressionUUID->"64a62536-9978-4d01-8ff8-49a5bb677628", CellID->685176875], Cell[CellGroupData[{ -Cell[15570, 411, 237, 4, 23, "Print",ExpressionUUID->"9aadbc42-bbc0-4ac5-badd-7f3b14cbbb0e", +Cell[15616, 415, 237, 4, 23, "Print",ExpressionUUID->"9aadbc42-bbc0-4ac5-badd-7f3b14cbbb0e", CellID->1596761659], -Cell[15810, 417, 366, 8, 23, "Print",ExpressionUUID->"0747a043-76f6-4eca-903e-f64b03b56c02", +Cell[15856, 421, 366, 8, 23, "Print",ExpressionUUID->"0747a043-76f6-4eca-903e-f64b03b56c02", CellID->1609501087], -Cell[16179, 427, 237, 4, 23, "Print",ExpressionUUID->"da0ba4ef-275a-488a-91b0-67e38ad87a58", +Cell[16225, 431, 237, 4, 23, "Print",ExpressionUUID->"da0ba4ef-275a-488a-91b0-67e38ad87a58", CellID->1753612268], -Cell[16419, 433, 221, 3, 23, "Print",ExpressionUUID->"2057f1d0-e42f-483f-81fe-42f85c34387e", +Cell[16465, 437, 221, 3, 23, "Print",ExpressionUUID->"2057f1d0-e42f-483f-81fe-42f85c34387e", CellID->1990494246], -Cell[16643, 438, 207, 3, 23, "Print",ExpressionUUID->"6ed2aaf3-4b0c-4001-bd18-f50d986251e8", +Cell[16689, 442, 207, 3, 23, "Print",ExpressionUUID->"6ed2aaf3-4b0c-4001-bd18-f50d986251e8", CellID->217736748], -Cell[16853, 443, 238, 4, 23, "Print",ExpressionUUID->"121a8f0c-dff7-447f-8d78-a0e9c989594d", +Cell[16899, 447, 238, 4, 23, "Print",ExpressionUUID->"121a8f0c-dff7-447f-8d78-a0e9c989594d", CellID->2042170469], -Cell[17094, 449, 220, 3, 23, "Print",ExpressionUUID->"2a62828d-911c-493b-a268-140236e7674b", +Cell[17140, 453, 220, 3, 23, "Print",ExpressionUUID->"2a62828d-911c-493b-a268-140236e7674b", CellID->748381271], -Cell[17317, 454, 237, 4, 23, "Print",ExpressionUUID->"b0ff9707-f551-467e-ba9b-a0c6ae118b0c", +Cell[17363, 458, 237, 4, 23, "Print",ExpressionUUID->"b0ff9707-f551-467e-ba9b-a0c6ae118b0c", CellID->1521950588], -Cell[17557, 460, 237, 4, 23, "Print",ExpressionUUID->"6cfdfa45-fdae-493d-a50c-f2414a85c3a1", +Cell[17603, 464, 237, 4, 23, "Print",ExpressionUUID->"6cfdfa45-fdae-493d-a50c-f2414a85c3a1", CellID->2071709080], -Cell[17797, 466, 208, 3, 23, "Print",ExpressionUUID->"7c595d4b-042e-46bf-b9b0-a21dfb5736e9", +Cell[17843, 470, 208, 3, 23, "Print",ExpressionUUID->"7c595d4b-042e-46bf-b9b0-a21dfb5736e9", CellID->1057527061], -Cell[18008, 471, 237, 4, 23, "Print",ExpressionUUID->"ef88823f-acc8-4247-978f-ad6d06b9af79", +Cell[18054, 475, 237, 4, 23, "Print",ExpressionUUID->"ef88823f-acc8-4247-978f-ad6d06b9af79", CellID->2105894902] }, Open ]] }, Open ]], -Cell[18272, 479, 136, 1, 38, "ExampleText",ExpressionUUID->"589a0343-d358-43bf-a62b-4c804cc685a4", +Cell[18318, 483, 136, 1, 39, "ExampleText",ExpressionUUID->"589a0343-d358-43bf-a62b-4c804cc685a4", CellID->622761448], -Cell[18411, 482, 235, 6, 27, "Input",ExpressionUUID->"25af192a-5f11-4e95-ad2a-413aa7ca460c", +Cell[18457, 486, 235, 6, 27, "Input",ExpressionUUID->"25af192a-5f11-4e95-ad2a-413aa7ca460c", CellID->1623982850], Cell[CellGroupData[{ -Cell[18671, 492, 359, 8, 70, "Input",ExpressionUUID->"895fec17-7483-4e84-958a-18872c520d3b", +Cell[18717, 496, 359, 8, 27, "Input",ExpressionUUID->"895fec17-7483-4e84-958a-18872c520d3b", CellID->246521572], -Cell[19033, 502, 363, 8, 36, "Output",ExpressionUUID->"98cff337-0e94-4969-aa85-4b189238cd13", +Cell[19079, 506, 363, 8, 36, "Output",ExpressionUUID->"98cff337-0e94-4969-aa85-4b189238cd13", CellID->1835884120] }, Open ]], -Cell[19411, 513, 238, 6, 70, "Input",ExpressionUUID->"52165f9e-df6f-431f-8324-169fc6eab354", +Cell[19457, 517, 238, 6, 70, "Input",ExpressionUUID->"52165f9e-df6f-431f-8324-169fc6eab354", CellID->1229589113], -Cell[19652, 521, 189, 4, 70, "ExampleText",ExpressionUUID->"4a2d87a2-ab02-4b6a-a56f-d94ec90f953c", +Cell[19698, 525, 189, 4, 70, "ExampleText",ExpressionUUID->"4a2d87a2-ab02-4b6a-a56f-d94ec90f953c", CellID->75742402], Cell[CellGroupData[{ -Cell[19866, 529, 168, 3, 70, "Input",ExpressionUUID->"8a94730f-362e-495f-86e9-b9f0cc1570e1", +Cell[19912, 533, 168, 3, 70, "Input",ExpressionUUID->"8a94730f-362e-495f-86e9-b9f0cc1570e1", CellID->900473832], -Cell[20037, 534, 384, 9, 51, "Output",ExpressionUUID->"b41a589c-8718-4a77-9e5a-70d844b7f1e9", +Cell[20083, 538, 384, 9, 50, "Output",ExpressionUUID->"b41a589c-8718-4a77-9e5a-70d844b7f1e9", CellID->1363854315] }, Open ]], -Cell[20436, 546, 175, 3, 70, "ExampleText",ExpressionUUID->"54bc41e8-006c-480f-be97-f69e46cb3bc0", +Cell[20482, 550, 175, 3, 70, "ExampleText",ExpressionUUID->"54bc41e8-006c-480f-be97-f69e46cb3bc0", CellID->1494834736], Cell[CellGroupData[{ -Cell[20636, 553, 204, 4, 70, "Input",ExpressionUUID->"f5508e4c-604f-4e96-8477-7441082c95ad", +Cell[20682, 557, 204, 4, 70, "Input",ExpressionUUID->"f5508e4c-604f-4e96-8477-7441082c95ad", CellID->1251979261], -Cell[20843, 559, 525, 13, 51, "Output",ExpressionUUID->"081e5a64-ae1e-4428-bf24-58b286c1707a", +Cell[20889, 563, 525, 13, 50, "Output",ExpressionUUID->"081e5a64-ae1e-4428-bf24-58b286c1707a", CellID->1271534733] }, Open ]], -Cell[21383, 575, 142, 1, 70, "ExampleText",ExpressionUUID->"56b33e82-a2d5-4697-b9f2-d0a5af35a8c9", +Cell[21429, 579, 142, 1, 70, "ExampleText",ExpressionUUID->"56b33e82-a2d5-4697-b9f2-d0a5af35a8c9", CellID->1499802495], Cell[CellGroupData[{ -Cell[21550, 580, 188, 4, 70, "Input",ExpressionUUID->"de7d2dc2-433a-40fa-a2ff-b0e5b69c54b5", +Cell[21596, 584, 188, 4, 70, "Input",ExpressionUUID->"de7d2dc2-433a-40fa-a2ff-b0e5b69c54b5", CellID->622389301], -Cell[21741, 586, 160, 3, 36, "Output",ExpressionUUID->"5656f9c6-e159-47c0-a43d-dc014b817527", +Cell[21787, 590, 160, 3, 36, "Output",ExpressionUUID->"5656f9c6-e159-47c0-a43d-dc014b817527", CellID->1713559728] }, Open ]], -Cell[21916, 592, 319, 5, 70, "ExampleText",ExpressionUUID->"e051a2e6-6fbb-4a25-9a11-51237cb5f6ac", +Cell[21962, 596, 319, 5, 70, "ExampleText",ExpressionUUID->"e051a2e6-6fbb-4a25-9a11-51237cb5f6ac", CellID->1345707947], Cell[CellGroupData[{ -Cell[22260, 601, 247, 5, 70, "Input",ExpressionUUID->"f297bd7c-f440-48c7-aff6-8b7785fbc6e9", +Cell[22306, 605, 247, 5, 70, "Input",ExpressionUUID->"f297bd7c-f440-48c7-aff6-8b7785fbc6e9", CellID->563402489], -Cell[22510, 608, 821, 24, 51, "Output",ExpressionUUID->"c66afffe-f165-44fa-9c97-9dd850cd280b", +Cell[22556, 612, 821, 24, 50, "Output",ExpressionUUID->"c66afffe-f165-44fa-9c97-9dd850cd280b", CellID->1616695335] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23619, 645, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"6fdf3d72-3020-4cc1-a043-cdce7f65aef5"], +Cell[29057, 795, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5acd5b9c-1aab-4b2b-84a3-c9cbe37a23c9"], +Cell[29730, 815, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8a6c1c7b-22d9-4cd4-b6e0-41cab7fa2bbd"], +Cell[30766, 843, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"2de9f8b7-44bd-496d-8d61-3b43c64d68ae"], Cell[CellGroupData[{ -Cell[23595, 643, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"d3b73093-2e92-4e27-b044-c07a9a62bfbd"], -Cell[29033, 793, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a264bbea-b84c-48af-a5c2-465a10b5e201"] -}, Open ]], -Cell[29718, 814, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0f8122e0-4711-47c9-867c-c465ca08136b"], -Cell[30754, 842, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"05d788eb-337b-4159-9a09-352312985f89"], -Cell[CellGroupData[{ -Cell[33014, 909, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"644b3d1e-3444-4b06-8a0c-cbe0b10528bb", +Cell[33026, 910, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"644b3d1e-3444-4b06-8a0c-cbe0b10528bb", CellID->174251628], -Cell[33154, 912, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1f7ec237-5b46-4902-89ac-d9857d54a1fa", +Cell[33166, 913, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1f7ec237-5b46-4902-89ac-d9857d54a1fa", CellID->1194386356], -Cell[33376, 918, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d6e267c0-b9fd-4914-890c-c1b5ef9dc393", +Cell[33388, 919, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d6e267c0-b9fd-4914-890c-c1b5ef9dc393", CellID->1641706272], -Cell[33591, 923, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bd89d252-ecde-4d4c-abfe-987ec95e2c97", +Cell[33603, 924, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bd89d252-ecde-4d4c-abfe-987ec95e2c97", CellID->399251956], -Cell[33820, 929, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"62a4288e-079b-4093-93aa-8e9aa8420c70", +Cell[33832, 930, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"62a4288e-079b-4093-93aa-8e9aa8420c70", CellID->821434655] }, Open ]], -Cell[34057, 935, 78, 0, 70, "FooterCell",ExpressionUUID->"34b315fa-aeb8-49a3-bb26-cbc784b0c6d7"] +Cell[34069, 936, 78, 0, 70, "FooterCell",ExpressionUUID->"0dadbfed-9e1e-4df0-8a44-0634f4130a82"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DisplayLegend.nb b/Documentation/English/ReferencePages/Symbols/DisplayLegend.nb index 3d9f0d2..de70850 100644 --- a/Documentation/English/ReferencePages/Symbols/DisplayLegend.nb +++ b/Documentation/English/ReferencePages/Symbols/DisplayLegend.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47647, 1189] -NotebookOptionsPosition[ 40083, 1040] -NotebookOutlinePosition[ 42184, 1093] -CellTagsIndexPosition[ 42098, 1088] +NotebookDataLength[ 47655, 1190] +NotebookOptionsPosition[ 40104, 1042] +NotebookOutlinePosition[ 42227, 1096] +CellTagsIndexPosition[ 42141, 1091] WindowTitle->DisplayLegend WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "493e91bb-baae-4891-9630-e534cf0cbb1e"], + "d90d8982-bf12-45c4-a3c5-ff95e52ba2ee"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f9182965-d012-4732-ac26-99002eb64de6"], + "52babdd6-08a2-4ad7-a675-e8db6c08747a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7204d41a-30cd-49c2-b1d7-45aeec417559"] - }],ExpressionUUID->"4c4dd1f1-3e27-4978-9ff5-4266e915cd83"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "96b54abb-d201-445c-ad6e-777d6ccbe08f"] + }],ExpressionUUID->"5fb886a4-ab6a-49e0-bf70-51ddb99be073"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1c3a2de4-dd6e-4133-8212-95e5758cbb64"], + "3bcf2237-fd22-4b1b-ab24-e7b2b2912f67"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8e624550-c935-446c-84b3-57ffd0cac93c"] - }],ExpressionUUID->"bd21ce9f-81fb-4513-bcfc-7db83b631972"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a018adcf-7021-4403-bf32-c17382277805"] + }],ExpressionUUID->"74e36718-5680-499b-9bb2-d76715f7b164"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aa78915e-0b9f-46d4-a30f-d046910a990d"], + "89e141ea-851b-4f00-9155-12bc67750342"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8d69686a-8c73-4f77-8109-bb0c6e50924d"] - }],ExpressionUUID->"0d74a619-5dd8-428d-9971-fe2775a2d43c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "20e1ddcf-2a88-4d62-86a4-41b78efb962f"] + }],ExpressionUUID->"2a9d5fa1-0066-49a0-89f1-f9db7aa34b36"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "66516425-3ecf-4eae-af06-5cb8bc65f2e8"], + "2f7721a2-325a-4fb7-9a97-c94979811748"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e58a750f-ebf1-4dba-9a96-2d2b7c59e46c"] - }],ExpressionUUID->"cb1c097b-3d48-43e2-808d-4f68d2c2d12a"], - StripOnInput->False], {"\<\"TUG/ref/DisplayLegend\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DisplayLegend"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DisplayLegend.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$68444], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DisplayLegend" <> ".html"], None}]}]}, + "780324fb-282e-44a7-b991-17ab74b875c6"] + }],ExpressionUUID->"dfe7baf3-0a3a-473d-9577-be706cf39267"], + StripOnInput->False],{ + "\"TUG/ref/DisplayLegend\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DisplayLegend"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +DisplayLegend.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$72940], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DisplayLegend" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5e578034-308c-4892-bf7d-704563f59fc9"] + "2a9878fc-2473-48cf-bd7c-70254f8b8276"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "61b6692f-4d69-4ba5-93c6-ea385f40dea0"]} + "6f9a1cb9-3699-43e4-8b16-63eb2c771d81"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"99ca425a-9d7d-4462-b655-aa4f5a742183"], + CellID->1,ExpressionUUID->"abf0abaf-c375-4730-b13f-c1bbbe5d24ef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"044a8e96-61c6-4021-91dc-ca93e23b9f78"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4e918656-22f2-4f2e-9ab6-78a4e8b41035"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DisplayLegend", "ObjectName",ExpressionUUID-> - "1e47edd6-bf39-4cd4-8225-0cc4c32b911d"], + "f4c28efd-35df-48e4-b92c-30bdb570d309"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5cd43d39-63c9-47b8-bb29-dda373a5b97d"], + "Spacer1"]],ExpressionUUID->"43faabc4-6672-46e5-aae1-cb66cc01da86"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "138db96d-b8e6-44c4-b39d-3390e4d4a04e"] - }],ExpressionUUID->"4d6f5dd2-911c-47f8-8062-22baa883ac25"], Cell[BoxData[ + "d2fe33aa-f5ac-4c43-a83e-05d09fcabfc8"] + }],ExpressionUUID->"5badb61e-2129-4f41-8e86-f6117edf2137"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "31264d4c-f428-43de-bfbb-1fefdc0c6186"]} + "ad9f99f1-3df9-4e78-baa5-936cdf897125"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dc278a61-f13b-4a1f-9b1c-83221b17f060"], + CacheGraphics->False,ExpressionUUID->"43e2d71d-719f-4598-99b2-9ae3b5f37446"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "949d1058-2a71-4504-b4b6-0e47271cb33a"], "\[LineSeparator]is an option for various package plotting functions to \ introduce a legend within the graphic." - }],ExpressionUUID->"d321148d-48e9-4d74-89e0-8cc1d0aac09f"]} + }],ExpressionUUID->"1e75929d-9473-4ac7-b2b3-010f16b3e4ee"]} }]], "Usage", CellID->1528682749,ExpressionUUID->"fdff159d-c20a-4970-8831-2d6ccd8ccc20"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a56c8683-0ea2-4508-8d03-d903a28a78f8"], + ExpressionUUID->"9cd0d568-43f9-4034-81c7-7a9faedc3c81"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4ce98186-ac3f-4c50-b314-4a4efeafbbee"], + "Spacer1"]],ExpressionUUID->"d53706b1-aab3-4ac4-8c60-f4321c6243e2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"babf6bfe-2162-478e-96d6-e19cf8dd0155"], + }], "NotesFrameText",ExpressionUUID->"0e03f819-567c-4364-b787-3727578dee8c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9621330e-ff96-4547-a1a4-6b3450ffe513"]], \ + "Preemptive"]],ExpressionUUID->"9a4a54e4-3834-4b78-ad11-c14b2d584fe0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1639707076,ExpressionUUID->"7af51a71-d98c-4e72-932c-6e6f764e7071"], + CellID->287925132,ExpressionUUID->"be785624-ae40-414c-b153-3c79b53ae50f"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8f389e9a-00e2-4c2c-bf6e-146766bfce6a"], + ExpressionUUID->"ca550942-a1a7-44ee-9b3a-174a100cbbdb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3163c1ab-db90-4dce-8260-80740d83b35c"], + "Spacer1"]],ExpressionUUID->"9644dcc1-ef48-4b52-b692-bc1a02258e5f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "96670352-9234-4a7d-b05a-9140b5d82b52"] + "888bf65b-0162-455f-bcfa-c2f24fa677d4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->241034285,ExpressionUUID->"bd0429cd-dc30-4b33-8ab9-703415b40248"], + CellID->95075292,ExpressionUUID->"f5bb108a-cd6f-43d8-883e-94b57dc0f58a"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"717931a8-f1ce-49a1-a485-735e5540d603"], + ExpressionUUID->"4f17c85e-ed27-4bf9-8dac-732cb5472169"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b9e675ca-7ebb-4933-8797-dd2a30a85cf5"], + "Spacer1"]],ExpressionUUID->"1b58893e-25b6-411d-bd54-67cdeeb263ed"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "aac7dc6e-9670-4daa-9f32-824aa21f4475"] + "6748d9b2-62c5-4fc0-b5ce-365a772fa65b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1076701567,ExpressionUUID->"0aa9dd2f-969c-4349-9917-6fe27394b6ea"], + CellID->2062703390,ExpressionUUID->"117c7c75-2410-4fec-b55c-dbba10f74eaa"], Cell["Loading the package:", "ExampleText", CellID->2074571546,ExpressionUUID->"3ac045ed-d4c9-456e-a07b-82a029452b9a"], @@ -724,8 +729,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -873,15 +876,15 @@ Cell[BoxData[GridBox[{ "a2602ee1-0606-4f23-85b8-a254fc4fde14"] }], "SeeAlso",ExpressionUUID->"6cf46730-f14b-44bf-89b3-676684306f84"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a3925136-a42a-466e-9205-\ -e108db02ba99"], + }]], "SeeAlsoSection",ExpressionUUID->"cc9ee6c8-160a-4177-abaf-\ +02f01327708c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -893,9 +896,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9f8f6008-8cff-4fd6-8e26-bc9139bf0363"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f0cf634b-ec0a-4f37-93fa-\ -bec59f06303c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"206bcf43-d2b6-4e60-9a98-\ +115818328313"], Cell[BoxData[GridBox[{ { @@ -912,7 +914,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c63bcf69-be15-4891-9b08-2f180b185be6"]}]}, + "12fb346e-c86c-41ab-a1db-928a731591e2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -920,10 +922,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7b1f50ec-36f3-460e-aca1-156f23cf5393"]}]} + "e419ff3d-c79b-456c-880f-a13ab322b4c4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5f35aefe-5e8d-4b2b-b239-\ -e9cf41fdd36a"], + }]], "MoreAboutSection",ExpressionUUID->"276ffc9e-3821-4658-bb9b-\ +c25fb3aa79a1"], Cell[BoxData[GridBox[{ { @@ -951,7 +953,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a0be4740-9123-4af5-bd81-c6c87fe9325b"]], "RelatedLinks", + "886a4593-a219-4c04-bd1c-2b0ba26d9f69"]], "RelatedLinks", ExpressionUUID->"aeaf30f3-df09-45d3-8a2f-d40b5695a98e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -968,7 +970,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9712d5e-c611-497f-8270-14176b54c67c"]], "RelatedLinks", + "50f45b61-5993-4c59-a0f3-08d512a07d50"]], "RelatedLinks", ExpressionUUID->"8382492e-a6cd-42a2-b4a8-2d1a2e5c535b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -985,7 +987,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8478b0cc-5773-488a-958b-0ea06f442cf3"]], "RelatedLinks", + "2b797cbf-ae9c-465e-b691-c04d89d330bd"]], "RelatedLinks", ExpressionUUID->"4b2a632b-317d-4d1e-aa67-074d04683485"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1002,11 +1004,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0b5df78d-2b65-42e6-ba93-d48ef813bed2"]], "RelatedLinks", + "e4df980f-9453-4a34-8e0e-13c1cdc004e5"]], "RelatedLinks", ExpressionUUID->"d7cb5170-22d6-469a-926e-f1100a99d3fd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fa461f34-3275-4554-a547-\ -706d577edf96"], + }]], "RelatedLinksSection",ExpressionUUID->"6c68020d-092c-45f5-b93f-\ +cb396a3913b7"], Cell[CellGroupData[{ @@ -1036,11 +1038,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"dd98fb7c-5b9d-4060-8be4-ab29d3e93386"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"fd8de32a-7d3d-4948-9ee3-83d6cdfcdaf2"] +Cell[" ", "FooterCell",ExpressionUUID->"0fd12df2-d0cf-4a7f-8414-2d80318b9e7f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DisplayLegend", TaggingRules->{ @@ -1051,17 +1053,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 30.269893}", + "built" -> "{2024, 6, 3, 16, 52, 21.119255}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DisplayLegend is an option for various package plotting functions to \ introduce a legend within the graphic.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "DisplayLegend", "titlemodifier" -> "", "windowtitle" -> - "DisplayLegend", "type" -> "Symbol", "uri" -> "TUG/ref/DisplayLegend"}}, + "title" -> "DisplayLegend", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "DisplayLegend", "type" -> "Symbol", "uri" -> + "TUG/ref/DisplayLegend"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1070,9 +1073,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c5a898a3-1b9f-464a-aa25-6f428ed843dd" +ExpressionUUID->"38ad4630-38c1-41f8-a7e7-0f9cad81ea28" ] (* End of Notebook Content *) @@ -1080,117 +1083,115 @@ ExpressionUUID->"c5a898a3-1b9f-464a-aa25-6f428ed843dd" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12290, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd0429cd-dc30-4b33-8ab9-703415b40248", + Cell[12346, 323, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f5bb108a-cd6f-43d8-883e-94b57dc0f58a", CellTags->"PrimaryExamplesSection", - CellID->241034285]} + CellID->95075292]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41898, 1081} + {"PrimaryExamplesSection", 41942, 1084} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7111, 168, 56, "AnchorBarGrid",ExpressionUUID->"99ca425a-9d7d-4462-b655-aa4f5a742183", +Cell[585, 21, 7168, 173, 57, "AnchorBarGrid",ExpressionUUID->"abf0abaf-c375-4730-b13f-c1bbbe5d24ef", CellID->1], -Cell[7699, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"044a8e96-61c6-4021-91dc-ca93e23b9f78"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4e918656-22f2-4f2e-9ab6-78a4e8b41035"], Cell[CellGroupData[{ -Cell[7810, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"dc278a61-f13b-4a1f-9b1c-83221b17f060"], -Cell[9100, 232, 474, 9, 111, "Usage",ExpressionUUID->"fdff159d-c20a-4970-8831-2d6ccd8ccc20", +Cell[7867, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"43e2d71d-719f-4598-99b2-9ae3b5f37446"], +Cell[9157, 237, 474, 9, 109, "Usage",ExpressionUUID->"fdff159d-c20a-4970-8831-2d6ccd8ccc20", CellID->1528682749] }, Open ]], Cell[CellGroupData[{ -Cell[9611, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"7af51a71-d98c-4e72-932c-6e6f764e7071", +Cell[9668, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"be785624-ae40-414c-b153-3c79b53ae50f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1639707076], -Cell[11509, 295, 489, 12, 37, "Notes",ExpressionUUID->"18e3d68b-e8a0-4841-9d70-3fe7d065f5fb", + CellID->287925132], +Cell[11565, 300, 489, 12, 38, "Notes",ExpressionUUID->"18e3d68b-e8a0-4841-9d70-3fe7d065f5fb", CellID->177724765], -Cell[12001, 309, 162, 3, 36, "Notes",ExpressionUUID->"e141e40e-2e6e-4b46-b72d-3109d4a18b2c", +Cell[12057, 314, 162, 3, 36, "Notes",ExpressionUUID->"e141e40e-2e6e-4b46-b72d-3109d4a18b2c", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12290, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd0429cd-dc30-4b33-8ab9-703415b40248", +Cell[12346, 323, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f5bb108a-cd6f-43d8-883e-94b57dc0f58a", CellTags->"PrimaryExamplesSection", - CellID->241034285], + CellID->95075292], Cell[CellGroupData[{ -Cell[13735, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0aa9dd2f-969c-4349-9917-6fe27394b6ea", - CellID->1076701567], -Cell[15137, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"3ac045ed-d4c9-456e-a07b-82a029452b9a", +Cell[13790, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"117c7c75-2410-4fec-b55c-dbba10f74eaa", + CellID->2062703390], +Cell[15192, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"3ac045ed-d4c9-456e-a07b-82a029452b9a", CellID->2074571546], Cell[CellGroupData[{ -Cell[15281, 402, 167, 3, 27, "Input",ExpressionUUID->"028d0286-d245-45df-8f8f-6cbee10560e9", +Cell[15336, 407, 167, 3, 27, "Input",ExpressionUUID->"028d0286-d245-45df-8f8f-6cbee10560e9", CellID->211607433], Cell[CellGroupData[{ -Cell[15473, 409, 236, 4, 23, "Print",ExpressionUUID->"32dae57b-9511-4511-a99e-f5476ae66706", +Cell[15528, 414, 236, 4, 23, "Print",ExpressionUUID->"32dae57b-9511-4511-a99e-f5476ae66706", CellID->510777012], -Cell[15712, 415, 366, 8, 23, "Print",ExpressionUUID->"50a04066-a94a-43ae-b899-e742e3e20f55", +Cell[15767, 420, 366, 8, 23, "Print",ExpressionUUID->"50a04066-a94a-43ae-b899-e742e3e20f55", CellID->1986112887], -Cell[16081, 425, 237, 4, 23, "Print",ExpressionUUID->"5cebc650-6263-4a3d-9453-9fe958cc1491", +Cell[16136, 430, 237, 4, 23, "Print",ExpressionUUID->"5cebc650-6263-4a3d-9453-9fe958cc1491", CellID->1998264133], -Cell[16321, 431, 221, 3, 23, "Print",ExpressionUUID->"80b11bc6-01ef-463e-ae19-a8ebd6a551ab", +Cell[16376, 436, 221, 3, 23, "Print",ExpressionUUID->"80b11bc6-01ef-463e-ae19-a8ebd6a551ab", CellID->1053798251], -Cell[16545, 436, 208, 3, 23, "Print",ExpressionUUID->"8980185a-cd14-4152-933d-fd0ef4976327", +Cell[16600, 441, 208, 3, 23, "Print",ExpressionUUID->"8980185a-cd14-4152-933d-fd0ef4976327", CellID->1898866149], -Cell[16756, 441, 237, 4, 23, "Print",ExpressionUUID->"e5ddec81-c499-452b-b90f-d4afc94c0508", +Cell[16811, 446, 237, 4, 23, "Print",ExpressionUUID->"e5ddec81-c499-452b-b90f-d4afc94c0508", CellID->211236013], -Cell[16996, 447, 221, 3, 23, "Print",ExpressionUUID->"1b8b4eff-af1f-4a6c-8549-02da9257fcde", +Cell[17051, 452, 221, 3, 23, "Print",ExpressionUUID->"1b8b4eff-af1f-4a6c-8549-02da9257fcde", CellID->2140147624], -Cell[17220, 452, 237, 4, 23, "Print",ExpressionUUID->"cdb4a374-248e-4f3c-99ee-c4c968776215", +Cell[17275, 457, 237, 4, 23, "Print",ExpressionUUID->"cdb4a374-248e-4f3c-99ee-c4c968776215", CellID->1111562270], -Cell[17460, 458, 237, 4, 23, "Print",ExpressionUUID->"6b1c58d0-290d-4650-8bcb-7eec39655e11", +Cell[17515, 463, 237, 4, 23, "Print",ExpressionUUID->"6b1c58d0-290d-4650-8bcb-7eec39655e11", CellID->1654452849], -Cell[17700, 464, 208, 3, 23, "Print",ExpressionUUID->"b071fec3-18b8-4c2a-9cc5-5143a5861fb5", +Cell[17755, 469, 208, 3, 23, "Print",ExpressionUUID->"b071fec3-18b8-4c2a-9cc5-5143a5861fb5", CellID->1235410189], -Cell[17911, 469, 237, 4, 23, "Print",ExpressionUUID->"526e2e72-9cbe-45e3-ab79-74d267501dc9", +Cell[17966, 474, 237, 4, 23, "Print",ExpressionUUID->"526e2e72-9cbe-45e3-ab79-74d267501dc9", CellID->1715768413] }, Open ]] }, Open ]], -Cell[18175, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"dfdf77f1-6e4f-4c2c-94de-46b463e03496", +Cell[18230, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"dfdf77f1-6e4f-4c2c-94de-46b463e03496", CellID->821995302], -Cell[18315, 480, 224, 6, 27, "Input",ExpressionUUID->"0325d678-072c-4230-96f8-8ae1ff3e28e7", +Cell[18370, 485, 224, 6, 27, "Input",ExpressionUUID->"0325d678-072c-4230-96f8-8ae1ff3e28e7", CellID->236450255], -Cell[18542, 488, 309, 8, 27, "Input",ExpressionUUID->"1a885f9c-561c-468c-9c8d-adcf0a57981a", +Cell[18597, 493, 309, 8, 27, "Input",ExpressionUUID->"1a885f9c-561c-468c-9c8d-adcf0a57981a", CellID->1094938819], -Cell[18854, 498, 238, 6, 70, "Input",ExpressionUUID->"41cc97c9-276d-4e5a-ac49-a65d5a2eb073", +Cell[18909, 503, 238, 6, 27, "Input",ExpressionUUID->"41cc97c9-276d-4e5a-ac49-a65d5a2eb073", CellID->1949134453], -Cell[19095, 506, 246, 4, 70, "ExampleText",ExpressionUUID->"8a556e20-5824-46d6-bf13-2a01399ac706", +Cell[19150, 511, 246, 4, 70, "ExampleText",ExpressionUUID->"8a556e20-5824-46d6-bf13-2a01399ac706", CellID->1036049501], Cell[CellGroupData[{ -Cell[19366, 514, 267, 6, 70, "Input",ExpressionUUID->"9b3ca08c-a580-4139-9510-882b177db9ba", +Cell[19421, 519, 267, 6, 70, "Input",ExpressionUUID->"9b3ca08c-a580-4139-9510-882b177db9ba", CellID->1350961574], -Cell[19636, 522, 5317, 112, 429, "Output",ExpressionUUID->"02e5d76f-add5-4f19-a5d5-0139c8e09980", +Cell[19691, 527, 5317, 112, 429, "Output",ExpressionUUID->"02e5d76f-add5-4f19-a5d5-0139c8e09980", CellID->1834226580] }, Open ]], -Cell[24968, 637, 158, 2, 70, "ExampleText",ExpressionUUID->"eda63b27-770a-4088-ba12-9f26d4357dfd", +Cell[25023, 642, 158, 2, 70, "ExampleText",ExpressionUUID->"eda63b27-770a-4088-ba12-9f26d4357dfd", CellID->1205719680], Cell[CellGroupData[{ -Cell[25151, 643, 267, 6, 70, "Input",ExpressionUUID->"8facc124-e377-4d79-a9e4-6ce7435d9e33", +Cell[25206, 648, 267, 6, 70, "Input",ExpressionUUID->"8facc124-e377-4d79-a9e4-6ce7435d9e33", CellID->894291934], -Cell[25421, 651, 3138, 66, 427, "Output",ExpressionUUID->"48da334f-856a-4feb-b2a6-7edcfd0f6f33", +Cell[25476, 656, 3138, 66, 429, "Output",ExpressionUUID->"48da334f-856a-4feb-b2a6-7edcfd0f6f33", CellID->1419823010] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28856, 731, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"cc9ee6c8-160a-4177-abaf-02f01327708c"], +Cell[34340, 881, 670, 18, 70, "TechNotesSection",ExpressionUUID->"206bcf43-d2b6-4e60-9a98-115818328313"], +Cell[35013, 901, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"276ffc9e-3821-4658-bb9b-c25fb3aa79a1"], +Cell[36049, 929, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"6c68020d-092c-45f5-b93f-cb396a3913b7"], Cell[CellGroupData[{ -Cell[28823, 728, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"a3925136-a42a-466e-9205-e108db02ba99"], -Cell[34307, 878, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f0cf634b-ec0a-4f37-93fa-bec59f06303c"] -}, Open ]], -Cell[34992, 899, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5f35aefe-5e8d-4b2b-b239-e9cf41fdd36a"], -Cell[36028, 927, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"fa461f34-3275-4554-a547-706d577edf96"], -Cell[CellGroupData[{ -Cell[38957, 1012, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"96f488e4-a9a6-4dda-ac50-4ba8ee99836e", +Cell[38978, 1014, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"96f488e4-a9a6-4dda-ac50-4ba8ee99836e", CellID->2135167160], -Cell[39098, 1015, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a94c2931-b4b8-4233-a960-95930baaefa0", +Cell[39119, 1017, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a94c2931-b4b8-4233-a960-95930baaefa0", CellID->1194386356], -Cell[39320, 1021, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bd73861f-2180-4a79-a4bf-1022daebcf6a", +Cell[39341, 1023, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bd73861f-2180-4a79-a4bf-1022daebcf6a", CellID->1641706272], -Cell[39535, 1026, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6fd97252-cfdb-44d1-91e0-554c0f4d9628", +Cell[39556, 1028, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6fd97252-cfdb-44d1-91e0-554c0f4d9628", CellID->399251956], -Cell[39764, 1032, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dd98fb7c-5b9d-4060-8be4-ab29d3e93386", +Cell[39785, 1034, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dd98fb7c-5b9d-4060-8be4-ab29d3e93386", CellID->821434655] }, Open ]], -Cell[40001, 1038, 78, 0, 70, "FooterCell",ExpressionUUID->"fd8de32a-7d3d-4948-9ee3-83d6cdfcdaf2"] +Cell[40022, 1040, 78, 0, 70, "FooterCell",ExpressionUUID->"0fd12df2-d0cf-4a7f-8414-2d80318b9e7f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DisplayMatrixForm.nb b/Documentation/English/ReferencePages/Symbols/DisplayMatrixForm.nb index d46649e..0cd2b45 100644 --- a/Documentation/English/ReferencePages/Symbols/DisplayMatrixForm.nb +++ b/Documentation/English/ReferencePages/Symbols/DisplayMatrixForm.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48752, 1297] -NotebookOptionsPosition[ 40805, 1139] -NotebookOutlinePosition[ 42915, 1193] -CellTagsIndexPosition[ 42829, 1188] +NotebookDataLength[ 48746, 1296] +NotebookOptionsPosition[ 40816, 1140] +NotebookOutlinePosition[ 42943, 1194] +CellTagsIndexPosition[ 42857, 1189] WindowTitle->DisplayMatrixForm WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "31e675f2-ec48-4b35-af11-dd621e951306"], + "340e7302-7e5a-44cd-93d2-d6db1371f62c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "631df781-5cf9-4d5b-9971-a098b806f818"], + "6c6ec4dd-fcf2-44ad-92b8-f5856f0d63ec"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c678eaf0-8333-449e-904a-ad4a82099d9d"] - }],ExpressionUUID->"9eff4a71-a826-4b35-8a4c-34c20d3f201c"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "6f21b3a3-76eb-48d2-a458-58f13c7fbec1"] + }],ExpressionUUID->"69d800c1-9695-42d2-b5af-7a17bdcc5e12"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "291285f1-d249-4a1a-a03a-74da3e994e74"], + "100a673f-7cfb-459e-9ce4-056db8d5a234"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fcb82518-2ec2-45f0-88c9-d81427c98734"] - }],ExpressionUUID->"198d51c2-a5d2-42d9-97a2-cfb7a506cd8c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bf451c68-6906-4e8b-8304-c9284a00220d"] + }],ExpressionUUID->"db0d747f-b5da-4817-b0db-746931dc6615"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f8678461-fd59-4660-8d0f-6b672ee8f1d0"], + "c0651232-9d0a-4e88-a90f-ba176d53a0d5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "af90a7c0-e31b-45ff-977b-104fef193e0d"] - }],ExpressionUUID->"2b32f740-6388-41c5-924f-fbdda0179489"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a9f7a7b0-5235-4306-9133-d49a97c847c3"] + }],ExpressionUUID->"f405c4e6-1bec-4419-b3c5-d3e6cb63407e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9b21160a-9d74-49f2-828e-3667fc71a7d3"], + "98583b9d-8d4a-46e7-bdc0-f27e4cf90a51"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b62af706-18a4-400a-9bb1-f22f7f3c18ed"] - }],ExpressionUUID->"d0d471e8-ed84-484f-ba51-71c3cea10b6d"], - StripOnInput->False], {"\<\"TUG/ref/DisplayMatrixForm\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DisplayMatrixForm"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "34ca5ad0-baf8-4071-a40c-eb3c57b0e665"] + }],ExpressionUUID->"69a85e96-fd0a-4a04-b516-0b9d87d1e718"], + StripOnInput->False],{ + "\"TUG/ref/DisplayMatrixForm\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DisplayMatrixForm"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ DisplayMatrixForm.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$69021], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DisplayMatrixForm" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$73551], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DisplayMatrixForm" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "760a4461-a0c8-4941-a044-55002e595927"] + "046de4ea-d649-4e18-9125-38b939d3f731"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "149b853a-bd05-4680-af8f-8c3ed79ad02a"]} + "d78bc8e5-9d1a-42c1-8b5e-b5af4c07687d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d39417d8-5be7-49cf-98c0-d6465153bc3c"], + CellID->1,ExpressionUUID->"27ba4f44-df81-4272-94bb-eae4c5c7c745"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"345a0d5c-d5df-4d8a-9f4f-c139d9c13673"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0ec60cc9-c60e-4a8b-8e39-6cb6c0398d7c"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DisplayMatrixForm", "ObjectName",ExpressionUUID-> - "ec49aa6e-dc73-4414-9672-4096f28a4416"], + "dc71c5c2-e15e-4933-93c1-8c3fe67648cc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2ac5bf1d-8f22-42c1-bd19-e95dabba4915"], + "Spacer1"]],ExpressionUUID->"4bb04943-cd55-4ec2-a97b-50f18a1204e5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cef5de09-3983-41cd-a081-1438d54c80a9"] - }],ExpressionUUID->"77116ebc-b63e-4d9b-ac83-4dbb1203c985"], Cell[BoxData[ + "4d8ca872-5068-41b9-8e5d-5db9b63b92dc"] + }],ExpressionUUID->"7119e3cb-ca09-44e4-90d9-45b4791ac27a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7d483498-7171-423c-99a0-2ea0f577b0e3"]} + "7f137d2e-87d0-46cd-82f7-e98a6b5fb602"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5d9ec114-59db-4f02-b421-0f4c8192390f"], + CacheGraphics->False,ExpressionUUID->"c37af849-0d01-433b-9584-06e73491b2b8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "a5325334-11a6-43b7-82ec-9a3ca04e8b09"], " \[LineSeparator]is an option for some package functions to return the \ output in matrix form." - }],ExpressionUUID->"10d5b55d-fd31-4dd6-9905-e2106914fc64"]} + }],ExpressionUUID->"076432d0-1e9a-4edc-a6bf-6f2ef5803c7d"]} }]], "Usage", CellID->1886660742,ExpressionUUID->"f2f97701-f05b-4e8a-a03c-c606a93ccddd"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"89abe796-1e15-4156-93d0-9c5096531361"], + ExpressionUUID->"816a44ea-17ab-485c-8a4b-c2af83eefb3e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"315daf14-0289-4fdd-86f7-a232c8147779"], + "Spacer1"]],ExpressionUUID->"36528396-2b67-40dc-ba05-d1a015db28c2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"66f1d51b-3582-495c-a364-7dfd0efd35bd"], + }], "NotesFrameText",ExpressionUUID->"be8e0380-b2eb-4c7c-be73-5b5f369b465f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4c7618e2-6653-4bf1-8af9-15e1ed7dc74e"]], \ + "Preemptive"]],ExpressionUUID->"6bb6087c-eaec-4e5a-b8c9-486c555624d5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2087151260,ExpressionUUID->"7cbd356b-822c-46e1-b104-75cc2fb0f524"], + CellID->1304145929,ExpressionUUID->"93e64145-8d06-4a56-8bfc-530b914571d4"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b7acd9ff-257c-4b8f-9242-59d4866f976e"], + ExpressionUUID->"eca768b2-ee9a-4b45-9b58-da37e72a393c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"caaf57ec-53c9-4af5-83e8-5c74584fda81"], + "Spacer1"]],ExpressionUUID->"d4211fa5-8f37-475c-94a5-b1f775d8d960"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "22e79e83-9724-4a5a-a855-0fee4cab8c9e"] + "5d513dd5-941d-45d1-9113-32dc95edb139"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1509812762,ExpressionUUID->"5dd4b532-88af-44b4-b8d8-bae55dba7d33"], + CellID->367233652,ExpressionUUID->"a690cdf6-ca02-4bf3-a165-2161c289361d"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"86326ba6-52d1-4f68-975b-9376dd66bd73"], + ExpressionUUID->"835bddeb-65da-4118-9bf0-13305acb8614"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a839d489-0b60-47bc-950e-1104204b7f88"], + "Spacer1"]],ExpressionUUID->"12b2f35e-5f3c-4ca3-a124-d5159a56c936"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "43656122-4f25-4d74-b810-45a1af026c7f"] + "74da6e1a-654e-416b-b69b-f8fca540ac35"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->334831981,ExpressionUUID->"1c7cd17a-94e2-4678-af54-e50acec2645d"], + CellID->695487284,ExpressionUUID->"00d08787-8c98-45f2-bf3c-acc889f93f09"], Cell["Loading the package:", "ExampleText", CellID->60110886,ExpressionUUID->"ce5ab361-f58b-403f-8224-27c828b58ac5"], @@ -841,8 +845,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -990,15 +992,15 @@ Cell[BoxData[GridBox[{ "30bc7c55-9188-4ae6-b99f-4f9f30a70f63"] }], "SeeAlso",ExpressionUUID->"a26a0c9d-eba1-46f9-adf2-b78464e8bb01"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"08b787f9-bd21-4377-88d3-\ -33c874cf234c"], + }]], "SeeAlsoSection",ExpressionUUID->"545df3c1-7a53-4c36-af30-\ +ca66e565d5e3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1010,9 +1012,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"fb798200-0c0d-431c-b828-a62d6489555d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"01a5ad06-a306-40cd-a721-\ -a193d9cd9da4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"75ed6621-b195-457b-876f-\ +4f94fe25bbaf"], Cell[BoxData[GridBox[{ { @@ -1029,7 +1030,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "47d62ea4-83d1-4532-a187-5f912426831e"]}]}, + "78ded194-f2a5-4818-be7e-bd98cec0e88b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1037,10 +1038,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f759ef1f-9c5e-4825-86e0-a35b5c3f7c23"]}]} + "79b16c6d-d8ee-4952-be87-f88304ea0358"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1d6ec3b7-3d6f-463c-ad86-\ -f7af75233c72"], + }]], "MoreAboutSection",ExpressionUUID->"96b7af1e-de9f-4ae4-96f2-\ +189b133527fa"], Cell[BoxData[GridBox[{ { @@ -1067,7 +1068,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "82ae7e26-4a0a-4480-bcf0-8be9d2eee353"]], "RelatedLinks", + "fe83f049-d4f0-4b1f-9a26-9165c8283a1b"]], "RelatedLinks", ExpressionUUID->"bf035b5e-cca8-42a2-bf8e-01a59ad59394"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1084,7 +1085,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8d82961f-c12c-4e09-9795-47f72ab76f87"]], "RelatedLinks", + "aa0ca437-2738-4f48-bcd1-0674dd005423"]], "RelatedLinks", ExpressionUUID->"68ec5bab-3932-42eb-8574-8469d080c782"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1101,11 +1102,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1e6ffd62-7f79-4035-9772-1621d1b7229f"]], "RelatedLinks", + "8df569b8-d229-40b0-8854-cd48180b3291"]], "RelatedLinks", ExpressionUUID->"0eac12ae-5672-4371-83f4-f20129296f4c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b4ee4193-19e1-45dd-9693-\ -f447bf674c88"], + }]], "RelatedLinksSection",ExpressionUUID->"dc980710-7f88-43c4-b934-\ +2e5fe8919651"], Cell[CellGroupData[{ @@ -1135,11 +1136,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2a9368fc-84cf-457a-ae52-d3a0bc002e68"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a0e4fb53-2ae4-4079-91c1-2a7de5a05b22"] +Cell[" ", "FooterCell",ExpressionUUID->"bcc6e7e2-d351-4e76-81df-d300b1a12ce3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DisplayMatrixForm", TaggingRules->{ @@ -1150,18 +1151,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 31.894180}", + "built" -> "{2024, 6, 3, 16, 52, 21.935308}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DisplayMatrixForm is an option for some package functions to return the \ output in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DisplayMatrixForm", "titlemodifier" -> "", "windowtitle" -> - "DisplayMatrixForm", "type" -> "Symbol", "uri" -> + "DisplayMatrixForm", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DisplayMatrixForm", "type" -> "Symbol", "uri" -> "TUG/ref/DisplayMatrixForm"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1170,9 +1171,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1cab4565-01c0-44aa-9e02-5118949825ce" +ExpressionUUID->"54f838aa-6607-48df-8a9e-a557decb367b" ] (* End of Notebook Content *) @@ -1180,125 +1181,123 @@ ExpressionUUID->"1cab4565-01c0-44aa-9e02-5118949825ce" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12303, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5dd4b532-88af-44b4-b8d8-bae55dba7d33", + Cell[12349, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a690cdf6-ca02-4bf3-a165-2161c289361d", CellTags->"PrimaryExamplesSection", - CellID->1509812762]} + CellID->367233652]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42628, 1181} + {"PrimaryExamplesSection", 42657, 1182} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"d39417d8-5be7-49cf-98c0-d6465153bc3c", +Cell[589, 21, 7170, 172, 57, "AnchorBarGrid",ExpressionUUID->"27ba4f44-df81-4272-94bb-eae4c5c7c745", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"345a0d5c-d5df-4d8a-9f4f-c139d9c13673"], +Cell[7762, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0ec60cc9-c60e-4a8b-8e39-6cb6c0398d7c"], Cell[CellGroupData[{ -Cell[7827, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5d9ec114-59db-4f02-b421-0f4c8192390f"], -Cell[9121, 232, 462, 9, 111, "Usage",ExpressionUUID->"f2f97701-f05b-4e8a-a03c-c606a93ccddd", +Cell[7873, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"c37af849-0d01-433b-9584-06e73491b2b8"], +Cell[9167, 236, 462, 9, 111, "Usage",ExpressionUUID->"f2f97701-f05b-4e8a-a03c-c606a93ccddd", CellID->1886660742] }, Open ]], Cell[CellGroupData[{ -Cell[9620, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"7cbd356b-822c-46e1-b104-75cc2fb0f524", +Cell[9666, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"93e64145-8d06-4a56-8bfc-530b914571d4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2087151260], -Cell[11518, 295, 489, 12, 37, "Notes",ExpressionUUID->"a12f3b0f-0bc9-41ad-967b-84870f55e7ec", + CellID->1304145929], +Cell[11564, 299, 489, 12, 38, "Notes",ExpressionUUID->"a12f3b0f-0bc9-41ad-967b-84870f55e7ec", CellID->177724765], -Cell[12010, 309, 166, 3, 36, "Notes",ExpressionUUID->"6a2cab87-166b-46a6-b22d-d30c12a84b0e", +Cell[12056, 313, 166, 3, 36, "Notes",ExpressionUUID->"6a2cab87-166b-46a6-b22d-d30c12a84b0e", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12303, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5dd4b532-88af-44b4-b8d8-bae55dba7d33", +Cell[12349, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a690cdf6-ca02-4bf3-a165-2161c289361d", CellTags->"PrimaryExamplesSection", - CellID->1509812762], + CellID->367233652], Cell[CellGroupData[{ -Cell[13749, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1c7cd17a-94e2-4678-af54-e50acec2645d", - CellID->334831981], -Cell[15150, 397, 117, 1, 38, "ExampleText",ExpressionUUID->"ce5ab361-f58b-403f-8224-27c828b58ac5", +Cell[13794, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"00d08787-8c98-45f2-bf3c-acc889f93f09", + CellID->695487284], +Cell[15195, 401, 117, 1, 39, "ExampleText",ExpressionUUID->"ce5ab361-f58b-403f-8224-27c828b58ac5", CellID->60110886], Cell[CellGroupData[{ -Cell[15292, 402, 167, 3, 27, "Input",ExpressionUUID->"a7580722-b0ab-4209-a982-30237366b312", +Cell[15337, 406, 167, 3, 27, "Input",ExpressionUUID->"a7580722-b0ab-4209-a982-30237366b312", CellID->106294283], Cell[CellGroupData[{ -Cell[15484, 409, 236, 4, 23, "Print",ExpressionUUID->"d2b4476c-8fa7-43bf-be4f-910057498e55", +Cell[15529, 413, 236, 4, 23, "Print",ExpressionUUID->"d2b4476c-8fa7-43bf-be4f-910057498e55", CellID->901208087], -Cell[15723, 415, 366, 8, 23, "Print",ExpressionUUID->"465ae377-2b9c-4ddd-8de2-3e1758a61024", +Cell[15768, 419, 366, 8, 23, "Print",ExpressionUUID->"465ae377-2b9c-4ddd-8de2-3e1758a61024", CellID->1023813859], -Cell[16092, 425, 237, 4, 23, "Print",ExpressionUUID->"9bb35862-d3a1-43eb-b1f6-07f2eafe71ca", +Cell[16137, 429, 237, 4, 23, "Print",ExpressionUUID->"9bb35862-d3a1-43eb-b1f6-07f2eafe71ca", CellID->1304443054], -Cell[16332, 431, 220, 3, 23, "Print",ExpressionUUID->"fff61df6-2ab7-41d3-b84c-4bd544af1d91", +Cell[16377, 435, 220, 3, 23, "Print",ExpressionUUID->"fff61df6-2ab7-41d3-b84c-4bd544af1d91", CellID->960986451], -Cell[16555, 436, 208, 3, 23, "Print",ExpressionUUID->"725916e0-e22d-412a-965e-6f6cd71e23b0", +Cell[16600, 440, 208, 3, 23, "Print",ExpressionUUID->"725916e0-e22d-412a-965e-6f6cd71e23b0", CellID->1587341326], -Cell[16766, 441, 238, 4, 23, "Print",ExpressionUUID->"cd993fd7-cb28-43f5-bd9e-5d8c7fca44ef", +Cell[16811, 445, 238, 4, 23, "Print",ExpressionUUID->"cd993fd7-cb28-43f5-bd9e-5d8c7fca44ef", CellID->1951865209], -Cell[17007, 447, 221, 3, 23, "Print",ExpressionUUID->"6cf52e57-8c36-4fad-a28b-29472f710e1d", +Cell[17052, 451, 221, 3, 23, "Print",ExpressionUUID->"6cf52e57-8c36-4fad-a28b-29472f710e1d", CellID->1770328795], -Cell[17231, 452, 236, 4, 23, "Print",ExpressionUUID->"f421daa5-84b0-49a6-9245-d76b4a943fd8", +Cell[17276, 456, 236, 4, 23, "Print",ExpressionUUID->"f421daa5-84b0-49a6-9245-d76b4a943fd8", CellID->957162906], -Cell[17470, 458, 237, 4, 23, "Print",ExpressionUUID->"96e32feb-65c9-41e9-9534-1286ca153b94", +Cell[17515, 462, 237, 4, 23, "Print",ExpressionUUID->"96e32feb-65c9-41e9-9534-1286ca153b94", CellID->1681493294], -Cell[17710, 464, 207, 3, 23, "Print",ExpressionUUID->"10236741-1e0d-4458-9d12-23e350fd3d50", +Cell[17755, 468, 207, 3, 23, "Print",ExpressionUUID->"10236741-1e0d-4458-9d12-23e350fd3d50", CellID->707231902], -Cell[17920, 469, 236, 4, 23, "Print",ExpressionUUID->"7fc7830f-7a3d-4627-ab21-52bda857b1d7", +Cell[17965, 473, 236, 4, 23, "Print",ExpressionUUID->"7fc7830f-7a3d-4627-ab21-52bda857b1d7", CellID->787781879] }, Open ]] }, Open ]], -Cell[18183, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"eac156ba-05c1-4dd2-8d82-517a7764357c", +Cell[18228, 481, 137, 1, 39, "ExampleText",ExpressionUUID->"eac156ba-05c1-4dd2-8d82-517a7764357c", CellID->1605369172], -Cell[18323, 480, 234, 6, 27, "Input",ExpressionUUID->"3fccb387-7939-4e1c-b7eb-c40021eb6a9e", +Cell[18368, 484, 234, 6, 27, "Input",ExpressionUUID->"3fccb387-7939-4e1c-b7eb-c40021eb6a9e", CellID->422888364], -Cell[18560, 488, 379, 9, 27, "Input",ExpressionUUID->"21e3dfb4-7b59-42c0-967c-168511b8a501", +Cell[18605, 492, 379, 9, 27, "Input",ExpressionUUID->"21e3dfb4-7b59-42c0-967c-168511b8a501", CellID->12223837], -Cell[18942, 499, 236, 6, 70, "Input",ExpressionUUID->"0d1127f1-e235-4ae5-806e-e45b698e1041", +Cell[18987, 503, 236, 6, 70, "Input",ExpressionUUID->"0d1127f1-e235-4ae5-806e-e45b698e1041", CellID->82013958], -Cell[19181, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"a45baea6-b6cc-41e8-b9a9-05444700b058", +Cell[19226, 511, 137, 1, 70, "ExampleText",ExpressionUUID->"a45baea6-b6cc-41e8-b9a9-05444700b058", CellID->1766624429], Cell[CellGroupData[{ -Cell[19343, 512, 191, 4, 70, "Input",ExpressionUUID->"e0eb4aad-cb77-4487-b2c8-dc699352530b", +Cell[19388, 516, 191, 4, 70, "Input",ExpressionUUID->"e0eb4aad-cb77-4487-b2c8-dc699352530b", CellID->1741069881], -Cell[19537, 518, 269, 7, 51, "Output",ExpressionUUID->"63e964d7-8b79-4800-9f15-c502b21d7825", +Cell[19582, 522, 269, 7, 50, "Output",ExpressionUUID->"63e964d7-8b79-4800-9f15-c502b21d7825", CellID->388000050] }, Open ]], -Cell[19821, 528, 199, 4, 70, "ExampleText",ExpressionUUID->"c14ff643-b4e4-45fe-b9bf-2d3239d870e5", +Cell[19866, 532, 199, 4, 70, "ExampleText",ExpressionUUID->"c14ff643-b4e4-45fe-b9bf-2d3239d870e5", CellID->1263466183], Cell[CellGroupData[{ -Cell[20045, 536, 215, 5, 70, "Input",ExpressionUUID->"6635f7cf-8664-4094-be52-5aaa04fcbbb4", +Cell[20090, 540, 215, 5, 70, "Input",ExpressionUUID->"6635f7cf-8664-4094-be52-5aaa04fcbbb4", CellID->323152488], -Cell[20263, 543, 952, 34, 51, "Output",ExpressionUUID->"f6da1fe5-70b2-412f-83f5-3495159750e2", +Cell[20308, 547, 952, 34, 50, "Output",ExpressionUUID->"f6da1fe5-70b2-412f-83f5-3495159750e2", CellID->2122439587] }, Open ]], -Cell[21230, 580, 171, 3, 70, "ExampleText",ExpressionUUID->"8ab99ce9-4af7-41fd-84c6-361c7037c445", +Cell[21275, 584, 171, 3, 70, "ExampleText",ExpressionUUID->"8ab99ce9-4af7-41fd-84c6-361c7037c445", CellID->1633321938], Cell[CellGroupData[{ -Cell[21426, 587, 283, 7, 70, "Input",ExpressionUUID->"6a25ab08-b322-4a5f-a7d4-4be1c4d272a6", +Cell[21471, 591, 283, 7, 70, "Input",ExpressionUUID->"6a25ab08-b322-4a5f-a7d4-4be1c4d272a6", CellID->463623362], -Cell[21712, 596, 8251, 238, 114, "Output",ExpressionUUID->"fd8054bf-858f-42be-aa3e-b1018127ee94", +Cell[21757, 600, 8251, 238, 110, "Output",ExpressionUUID->"fd8054bf-858f-42be-aa3e-b1018127ee94", CellID->2125656466] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30250, 847, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"545df3c1-7a53-4c36-af30-ca66e565d5e3"], +Cell[35730, 997, 670, 18, 70, "TechNotesSection",ExpressionUUID->"75ed6621-b195-457b-876f-4f94fe25bbaf"], +Cell[36403, 1017, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"96b7af1e-de9f-4ae4-96f2-189b133527fa"], +Cell[37439, 1045, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"dc980710-7f88-43c4-b934-2e5fe8919651"], Cell[CellGroupData[{ -Cell[30227, 845, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"08b787f9-bd21-4377-88d3-33c874cf234c"], -Cell[35707, 995, 670, 18, 70, "TechNotesSection",ExpressionUUID->"01a5ad06-a306-40cd-a721-a193d9cd9da4"] -}, Open ]], -Cell[36392, 1016, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1d6ec3b7-3d6f-463c-ad86-f7af75233c72"], -Cell[37428, 1044, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"b4ee4193-19e1-45dd-9693-f447bf674c88"], -Cell[CellGroupData[{ -Cell[39680, 1111, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7a0cf2e9-d14b-440e-9f85-cb33a38d5add", +Cell[39691, 1112, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7a0cf2e9-d14b-440e-9f85-cb33a38d5add", CellID->906383680], -Cell[39820, 1114, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"797d3ac8-1ad5-412e-b4dd-d079db25089e", +Cell[39831, 1115, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"797d3ac8-1ad5-412e-b4dd-d079db25089e", CellID->1194386356], -Cell[40042, 1120, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fe643486-5b08-4203-86d3-05bcf5dd3539", +Cell[40053, 1121, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fe643486-5b08-4203-86d3-05bcf5dd3539", CellID->1641706272], -Cell[40257, 1125, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f17496e1-3079-4a36-9802-c0a0dbe3c619", +Cell[40268, 1126, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f17496e1-3079-4a36-9802-c0a0dbe3c619", CellID->399251956], -Cell[40486, 1131, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2a9368fc-84cf-457a-ae52-d3a0bc002e68", +Cell[40497, 1132, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2a9368fc-84cf-457a-ae52-d3a0bc002e68", CellID->821434655] }, Open ]], -Cell[40723, 1137, 78, 0, 70, "FooterCell",ExpressionUUID->"a0e4fb53-2ae4-4079-91c1-2a7de5a05b22"] +Cell[40734, 1138, 78, 0, 70, "FooterCell",ExpressionUUID->"bcc6e7e2-d351-4e76-81df-d300b1a12ce3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DualCover.nb b/Documentation/English/ReferencePages/Symbols/DualCover.nb index ec3e314..8ff2c2a 100644 --- a/Documentation/English/ReferencePages/Symbols/DualCover.nb +++ b/Documentation/English/ReferencePages/Symbols/DualCover.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48063, 1209] -NotebookOptionsPosition[ 38966, 1030] -NotebookOutlinePosition[ 41032, 1083] -CellTagsIndexPosition[ 40946, 1078] +NotebookDataLength[ 48078, 1210] +NotebookOptionsPosition[ 38989, 1032] +NotebookOutlinePosition[ 41079, 1086] +CellTagsIndexPosition[ 40993, 1081] WindowTitle->DualCover WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "27632fb9-b904-4267-bb56-03b5eee04e8f"], + "f3ee9fb6-9a0e-4d60-9af2-69628a99e80b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "32d5b0ce-9808-43f2-a388-8e10a8f2c16d"], + "48f9ab0a-f91b-4c18-9a1a-55d2373e2c57"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "938a7aa4-ce04-4449-87c3-c3c3303ad189"] - }],ExpressionUUID->"fd1e795d-d13e-4350-8543-dea9851b9c17"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "1a927403-091d-46a6-ae97-33fc98ed619f"] + }],ExpressionUUID->"aaae384f-f115-4a1a-8447-6b533c118ab3"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e8d06c6b-d248-4a77-9a2f-fcc4de670ab8"], + "c1824a51-b436-42b4-ad38-a0efc076f3b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a980bc25-32d4-4b1f-9605-7e997c27c419"] - }],ExpressionUUID->"d6d21c3e-5c41-419d-b200-095aa0ffde46"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2358b385-6c00-475b-b1db-291ee48744e7"] + }],ExpressionUUID->"5427c5e4-d9d2-46ae-b7b5-d404dd408681"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d04ad030-4ad5-4431-81ed-e25be1ebd953"], + "c3d85be2-717e-4cdf-bc31-74354486080a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "19fe8363-a68b-44a0-869c-d1327f7a168b"] - }],ExpressionUUID->"eeae1d74-3841-4dee-bc31-f09f25f711b3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "df504e39-b939-4d77-889b-84749c9354ea"] + }],ExpressionUUID->"27bcbc43-ffea-4b57-bae5-89bdee57c96c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8f854a0-30c9-4481-8d3d-89674aa4ae1d"], + "5d59d9de-7788-41b7-b856-879b76e43c05"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7ef91bf8-84ee-4c3b-86d5-eff5bd0b180a"] - }],ExpressionUUID->"2d8d9165-0369-40e0-afa4-4c0e88f53669"], - StripOnInput->False], {"\<\"TUG/ref/DualCover\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DualCover"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DualCover.\ + "9c7e5902-c6d3-4ffd-a3f8-c49dd6848860"] + }],ExpressionUUID->"cd35a742-34ee-4980-b8a5-5c7c952fed89"], + StripOnInput->False],{ + "\"TUG/ref/DualCover\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DualCover"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DualCover.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$69586], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DualCover" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$74150], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DualCover" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1e6ebebc-cca7-4ebf-b76b-2bd720e0f1f2"] + "372bbeee-1384-4a8e-94a9-274e91ac8c09"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5b044985-e224-49ff-8db6-74219aca12e9"]} + "5216689a-6446-448a-a381-09a5af4b8c0e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f7f5fffc-cee2-4be5-aac0-535b04eed8d3"], + CellID->1,ExpressionUUID->"038f3dd6-89d7-4242-8369-99c89b7051a6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"cd8598ec-d0ae-4e34-8ee0-068b9103b5f5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4e815f70-a435-469f-bbe2-e3a0590f1d17"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DualCover", "ObjectName",ExpressionUUID-> - "47cd5356-8161-4e37-9d53-913d84b27c7d"], + "a00e2514-c0ee-4ab7-a914-dca9451c5ec8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8ee4e77d-5100-4be6-80c3-e2ee7be78557"], + "Spacer1"]],ExpressionUUID->"4654cb10-e490-4c5e-9c03-1d10563c61dc"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5ceba950-4c4f-4859-8fe0-0badf414fc8f"] - }],ExpressionUUID->"158ca511-1736-4e37-9c7f-31b6ab8a776f"], Cell[BoxData[ + "2aec2603-385b-47af-b2ca-884c885caf99"] + }],ExpressionUUID->"ee48a945-42be-4ce4-9f70-ebcfa868aedc"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "11640b9c-064f-4c32-b8f8-f547e440df68"]} + "341bd0ba-bf27-4a95-8e4a-61c76b10907c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d8981817-ead8-4a16-beaa-ab45c440454d"], + CacheGraphics->False,ExpressionUUID->"ea071257-47ad-4ec4-a250-0a3a913307a7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "d2aed5d3-cc74-48d8-b14d-c3b84d6e2c6d"], " \[LineSeparator]computes the dual cover game from which the modiclus \ will be determined." - }],ExpressionUUID->"b04526ac-e1b3-4569-9267-b56c7e6235e5"]} + }],ExpressionUUID->"760f384e-c7e6-4ef1-8c6f-225073cba3be"]} }]], "Usage", CellID->960815803,ExpressionUUID->"dbca5620-576a-4f33-8016-cf0b2ddff385"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a099eb59-0db0-463b-bb16-5e95ebf52aaf"], + ExpressionUUID->"df6496e5-8d99-47f8-afe2-f9266f5b6529"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"268f8675-8e25-48e6-9d96-52ae1b8544c0"], + "Spacer1"]],ExpressionUUID->"8e263644-13b9-425b-a375-42d69d2e9239"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6447cc56-fa26-4bb7-81ce-ef4dbd18dd9d"], + }], "NotesFrameText",ExpressionUUID->"55ef2f4a-79a4-4de9-8c17-4936b5bf3e76"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"86375a7f-0e11-448b-96d7-84e7da3e3a93"]], \ + "Preemptive"]],ExpressionUUID->"419e3646-f04c-4229-ad36-6a2f9285e4b3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1015933728,ExpressionUUID->"7a5ae3d0-8f55-4d08-ad3c-1f5a9450966b"], + CellID->1721786065,ExpressionUUID->"02d942b5-94c2-4e83-8c61-c512ba747f26"], Cell[TextData[{ "The input expression ", @@ -374,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"184cb430-4488-4ea1-8abe-8e39d05aeb28"], + ExpressionUUID->"c08f99ac-8144-4a63-9c7c-50652c5da7d6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b7a2fd32-7561-4499-9539-8f9e601bc974"], + "Spacer1"]],ExpressionUUID->"b60f6df9-93d4-4832-abba-64261a722194"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f074585c-9209-4121-a518-b1caeab519aa"] + "e456217a-1c70-4b40-848d-446be6934036"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->659136050,ExpressionUUID->"5a818de9-f96a-4541-9f4c-c547109acac2"], + CellID->1211526973,ExpressionUUID->"0ac1f32f-2fd4-432f-9608-4b1a0a7c8a1f"], Cell[CellGroupData[{ @@ -415,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a65ad6ad-89be-4693-8767-2caa91cd8d8a"], + ExpressionUUID->"e57849ae-9066-48de-8322-e4c416890dbb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"22ac0df7-e2e2-4971-8855-344e8090f80b"], + "Spacer1"]],ExpressionUUID->"bf002809-c061-44de-a505-5deab6182c42"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8aa65c92-bcd1-486a-af37-990663a49f15"] + "d67e0c49-2885-4f10-81dd-4d8d1c0b883a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1825737329,ExpressionUUID->"8f51ec32-6120-4337-b4dc-50e5446946c0"], + CellID->1672187258,ExpressionUUID->"f5812f21-053b-4c2b-9667-4a5306fd85bc"], Cell["Loading the package:", "ExampleText", CellID->107060454,ExpressionUUID->"a252b176-d7a9-4cd7-ac16-e6037510e81a"], @@ -698,8 +703,6 @@ the original game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -847,15 +850,15 @@ Cell[BoxData[GridBox[{ "e5b60f58-d7d4-4321-beec-6c3b77f1fc2f"] }], "SeeAlso",ExpressionUUID->"0a0fcc92-4378-4b24-aef5-93716ef844c2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f7b282d2-6f1e-4342-a7e4-\ -c7be2ce43b6c"], + }]], "SeeAlsoSection",ExpressionUUID->"c8f86fb8-cfe2-4562-a878-\ +f3016f134ace"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -867,9 +870,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bd183719-f6ee-47c9-ab07-9d019575c29a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9678f810-f382-48b0-8168-\ -8b912edd17b4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"58c7bfb3-cfba-4657-9f02-\ +34fab92969d0"], Cell[BoxData[GridBox[{ { @@ -886,7 +888,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4733bf0-b9db-4ae4-9947-d47eac63f09e"]}]}, + "f403b48e-cc58-4b7b-af6b-56a55acdeadf"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -894,10 +896,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ff566759-2efc-4a1a-8f2b-a713c76dfd14"]}]} + "55dd6cdc-fe28-49ae-b5fa-d8a5286d87bd"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8df04db4-45c4-4d77-bafb-\ -dd6a1ab7d4a9"], + }]], "MoreAboutSection",ExpressionUUID->"d043f09e-45f3-44f7-b086-\ +9faa625029b2"], Cell[BoxData[GridBox[{ { @@ -924,7 +926,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9e721c0d-86d3-4378-b768-910d6cfd24f3"]], "RelatedLinks", + "3bd1946e-4764-4a2a-84ce-7e0232fca38f"]], "RelatedLinks", ExpressionUUID->"06a73cb9-8598-4c6d-bea3-9f4315dcdc50"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -941,7 +943,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ECCoverGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "326a9d9d-f93d-4a6c-bd29-077773688ce0"]], "RelatedLinks", + "c5a1b879-31de-4d8e-aae3-47e04e7cce70"]], "RelatedLinks", ExpressionUUID->"acbad9c6-dbbb-4f20-9eda-c30019e8435f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -958,7 +960,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "64e0348e-b4a7-4b35-9599-67091db221ab"]], "RelatedLinks", + "6f9700d1-7743-4a81-9d64-eb5ed282c495"]], "RelatedLinks", ExpressionUUID->"8c53a712-2770-48db-916f-db1a71518d35"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -975,7 +977,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PrimalExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f4297834-cee3-40ac-be00-c0dd66532ea7"]], "RelatedLinks", + "4ce61df5-1d28-4d2d-bf8f-39aad87faaa0"]], "RelatedLinks", ExpressionUUID->"db27497b-54b3-478d-b492-b71c8f02b844"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -992,11 +994,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8dc5912a-aca1-4b18-b09a-556031b338e0"]], "RelatedLinks", + "b258953a-2abb-46b8-bbcb-433cc2524914"]], "RelatedLinks", ExpressionUUID->"5ec3cd0f-697d-40b8-b31c-d7b82362a929"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9d834b3f-73d2-4c78-89e4-\ -80a3d4d637bf"], + }]], "RelatedLinksSection",ExpressionUUID->"d528ae5b-461e-4f23-8c1f-\ +b7550ee50516"], Cell[CellGroupData[{ @@ -1026,11 +1028,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0c08256a-963f-4415-ac67-79716bc3b460"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f6ee0473-e746-4bab-9c63-22b56c5f4216"] +Cell[" ", "FooterCell",ExpressionUUID->"e097969b-9c86-4715-8ec7-d85e48a13bc3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DualCover", TaggingRules->{ @@ -1041,17 +1043,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 33.323572}", + "built" -> "{2024, 6, 3, 16, 52, 22.654696}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DualCover[game] computes the dual cover game from which the modiclus \ will be determined.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "DualCover", "titlemodifier" -> "", "windowtitle" -> "DualCover", "type" -> - "Symbol", "uri" -> "TUG/ref/DualCover"}}, + "DualCover", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "DualCover", "type" -> "Symbol", "uri" -> + "TUG/ref/DualCover"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1060,9 +1063,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"df05763e-f5ac-49d4-b7ac-74dcedfd2794" +ExpressionUUID->"adfe300a-9503-446f-aaf6-b21d62efc090" ] (* End of Notebook Content *) @@ -1070,147 +1073,145 @@ ExpressionUUID->"df05763e-f5ac-49d4-b7ac-74dcedfd2794" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13432, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a818de9-f96a-4541-9f4c-c547109acac2", + Cell[13488, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0ac1f32f-2fd4-432f-9608-4b1a0a7c8a1f", CellTags->"PrimaryExamplesSection", - CellID->659136050]} + CellID->1211526973]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40746, 1071} + {"PrimaryExamplesSection", 40792, 1074} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7116, 168, 56, "AnchorBarGrid",ExpressionUUID->"f7f5fffc-cee2-4be5-aac0-535b04eed8d3", +Cell[581, 21, 7172, 173, 57, "AnchorBarGrid",ExpressionUUID->"038f3dd6-89d7-4242-8369-99c89b7051a6", CellID->1], -Cell[7700, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"cd8598ec-d0ae-4e34-8ee0-068b9103b5f5"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4e815f70-a435-469f-bbe2-e3a0590f1d17"], Cell[CellGroupData[{ -Cell[7811, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"d8981817-ead8-4a16-beaa-ab45c440454d"], -Cell[9097, 232, 484, 10, 111, "Usage",ExpressionUUID->"dbca5620-576a-4f33-8016-cf0b2ddff385", +Cell[7867, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"ea071257-47ad-4ec4-a250-0a3a913307a7"], +Cell[9153, 237, 484, 10, 111, "Usage",ExpressionUUID->"dbca5620-576a-4f33-8016-cf0b2ddff385", CellID->960815803] }, Open ]], Cell[CellGroupData[{ -Cell[9618, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"7a5ae3d0-8f55-4d08-ad3c-1f5a9450966b", +Cell[9674, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"02d942b5-94c2-4e83-8c61-c512ba747f26", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1015933728], -Cell[11516, 296, 663, 17, 49, "Notes",ExpressionUUID->"c38088d0-15b4-4237-b352-e03874a6be3b", + CellID->1721786065], +Cell[11572, 301, 663, 17, 48, "Notes",ExpressionUUID->"c38088d0-15b4-4237-b352-e03874a6be3b", CellID->26053], -Cell[12182, 315, 489, 12, 37, "Notes",ExpressionUUID->"c470f2da-f999-4f94-b8b8-57877d2c32d6", +Cell[12238, 320, 489, 12, 38, "Notes",ExpressionUUID->"c470f2da-f999-4f94-b8b8-57877d2c32d6", CellID->177724765], -Cell[12674, 329, 249, 4, 57, "Notes",ExpressionUUID->"b2c26eba-5a8a-49e9-a308-64127556e358", +Cell[12730, 334, 249, 4, 57, "Notes",ExpressionUUID->"b2c26eba-5a8a-49e9-a308-64127556e358", CellID->1061485035], -Cell[12926, 335, 189, 4, 36, "Notes",ExpressionUUID->"12e9ea9f-f8aa-4c59-befe-f06b9b0d70b3", +Cell[12982, 340, 189, 4, 36, "Notes",ExpressionUUID->"12e9ea9f-f8aa-4c59-befe-f06b9b0d70b3", CellID->975158164], -Cell[13118, 341, 187, 4, 36, "Notes",ExpressionUUID->"61cc3471-9b0d-45bb-87b8-03302402ab81", +Cell[13174, 346, 187, 4, 36, "Notes",ExpressionUUID->"61cc3471-9b0d-45bb-87b8-03302402ab81", CellID->791497516] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13432, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a818de9-f96a-4541-9f4c-c547109acac2", +Cell[13488, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0ac1f32f-2fd4-432f-9608-4b1a0a7c8a1f", CellTags->"PrimaryExamplesSection", - CellID->659136050], + CellID->1211526973], Cell[CellGroupData[{ -Cell[14877, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8f51ec32-6120-4337-b4dc-50e5446946c0", - CellID->1825737329], -Cell[16279, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"a252b176-d7a9-4cd7-ac16-e6037510e81a", +Cell[14934, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f5812f21-053b-4c2b-9667-4a5306fd85bc", + CellID->1672187258], +Cell[16336, 435, 118, 1, 39, "ExampleText",ExpressionUUID->"a252b176-d7a9-4cd7-ac16-e6037510e81a", CellID->107060454], Cell[CellGroupData[{ -Cell[16422, 435, 167, 3, 27, "Input",ExpressionUUID->"532ac842-6d18-48a7-a035-2f5f2aca76de", +Cell[16479, 440, 167, 3, 27, "Input",ExpressionUUID->"532ac842-6d18-48a7-a035-2f5f2aca76de", CellID->885648177], Cell[CellGroupData[{ -Cell[16614, 442, 236, 4, 23, "Print",ExpressionUUID->"843a2869-182a-4ac1-ab2c-5ff72a9ed637", +Cell[16671, 447, 236, 4, 23, "Print",ExpressionUUID->"843a2869-182a-4ac1-ab2c-5ff72a9ed637", CellID->319267577], -Cell[16853, 448, 366, 8, 23, "Print",ExpressionUUID->"c344dc2b-1aa4-4d0a-8f19-52fca2bbe541", +Cell[16910, 453, 366, 8, 23, "Print",ExpressionUUID->"c344dc2b-1aa4-4d0a-8f19-52fca2bbe541", CellID->1794147317], -Cell[17222, 458, 237, 4, 23, "Print",ExpressionUUID->"916260d4-c19b-4ac7-9d01-c450d629e29f", +Cell[17279, 463, 237, 4, 23, "Print",ExpressionUUID->"916260d4-c19b-4ac7-9d01-c450d629e29f", CellID->2046647169], -Cell[17462, 464, 221, 3, 23, "Print",ExpressionUUID->"fdfd4929-25ed-485a-b0c4-89ec423e6dcc", +Cell[17519, 469, 221, 3, 23, "Print",ExpressionUUID->"fdfd4929-25ed-485a-b0c4-89ec423e6dcc", CellID->1802886456], -Cell[17686, 469, 208, 3, 23, "Print",ExpressionUUID->"299bc9cf-5cca-4188-aa9d-8b14cfe852b3", +Cell[17743, 474, 208, 3, 23, "Print",ExpressionUUID->"299bc9cf-5cca-4188-aa9d-8b14cfe852b3", CellID->2110375754], -Cell[17897, 474, 237, 4, 23, "Print",ExpressionUUID->"1633286b-a252-4111-b597-b71e6f602340", +Cell[17954, 479, 237, 4, 23, "Print",ExpressionUUID->"1633286b-a252-4111-b597-b71e6f602340", CellID->984157227], -Cell[18137, 480, 221, 3, 23, "Print",ExpressionUUID->"93d9ca3c-1a37-4064-84c9-e3ce0d6acbc2", +Cell[18194, 485, 221, 3, 23, "Print",ExpressionUUID->"93d9ca3c-1a37-4064-84c9-e3ce0d6acbc2", CellID->1234836806], -Cell[18361, 485, 237, 4, 23, "Print",ExpressionUUID->"85438541-78c7-4d2c-b2bd-18a3b2018f24", +Cell[18418, 490, 237, 4, 23, "Print",ExpressionUUID->"85438541-78c7-4d2c-b2bd-18a3b2018f24", CellID->1374435875], -Cell[18601, 491, 236, 4, 23, "Print",ExpressionUUID->"3dc7bb99-fc39-4473-814a-2b0a2f36228e", +Cell[18658, 496, 236, 4, 23, "Print",ExpressionUUID->"3dc7bb99-fc39-4473-814a-2b0a2f36228e", CellID->690744017], -Cell[18840, 497, 207, 3, 70, "Print",ExpressionUUID->"e0297d8f-dbd5-4391-9c3d-847eb4e06b81", +Cell[18897, 502, 207, 3, 70, "Print",ExpressionUUID->"e0297d8f-dbd5-4391-9c3d-847eb4e06b81", CellID->564141502], -Cell[19050, 502, 237, 4, 70, "Print",ExpressionUUID->"c865fd21-c0e8-44c8-8c62-e93e1eb81046", +Cell[19107, 507, 237, 4, 70, "Print",ExpressionUUID->"c865fd21-c0e8-44c8-8c62-e93e1eb81046", CellID->1779266371] }, Open ]] }, Open ]], -Cell[19314, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"7d66399c-1ad9-4bf4-a401-30010bdece52", +Cell[19371, 515, 137, 1, 70, "ExampleText",ExpressionUUID->"7d66399c-1ad9-4bf4-a401-30010bdece52", CellID->1395371755], -Cell[19454, 513, 234, 6, 70, "Input",ExpressionUUID->"1b78d2e3-493f-4756-9199-0ce586bb4138", +Cell[19511, 518, 234, 6, 70, "Input",ExpressionUUID->"1b78d2e3-493f-4756-9199-0ce586bb4138", CellID->228483566], -Cell[19691, 521, 381, 9, 70, "Input",ExpressionUUID->"90d61922-001b-4af2-bf09-f31651943f3e", +Cell[19748, 526, 381, 9, 70, "Input",ExpressionUUID->"90d61922-001b-4af2-bf09-f31651943f3e", CellID->1382175299], -Cell[20075, 532, 238, 6, 70, "Input",ExpressionUUID->"6b82c794-b5de-4e41-b75e-35b76b01ef0d", +Cell[20132, 537, 238, 6, 70, "Input",ExpressionUUID->"6b82c794-b5de-4e41-b75e-35b76b01ef0d", CellID->2072881162], -Cell[20316, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"fa7fc3fd-e22b-46e4-bea8-eea655ef0942", +Cell[20373, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"fa7fc3fd-e22b-46e4-bea8-eea655ef0942", CellID->477349201], Cell[CellGroupData[{ -Cell[20531, 548, 167, 3, 70, "Input",ExpressionUUID->"54b5e1c8-63c6-4fb2-9059-49b82ebabf5d", +Cell[20588, 553, 167, 3, 70, "Input",ExpressionUUID->"54b5e1c8-63c6-4fb2-9059-49b82ebabf5d", CellID->1557062715], -Cell[20701, 553, 173, 4, 36, "Output",ExpressionUUID->"8ff19693-acb5-4a64-b40a-636d7e3c1130", +Cell[20758, 558, 173, 4, 36, "Output",ExpressionUUID->"8ff19693-acb5-4a64-b40a-636d7e3c1130", CellID->777242824] }, Open ]], -Cell[20889, 560, 147, 1, 70, "ExampleText",ExpressionUUID->"4ef46d9a-7908-4822-9e4c-9a0bd7050b28", +Cell[20946, 565, 147, 1, 70, "ExampleText",ExpressionUUID->"4ef46d9a-7908-4822-9e4c-9a0bd7050b28", CellID->2087223522], Cell[CellGroupData[{ -Cell[21061, 565, 166, 3, 70, "Input",ExpressionUUID->"32297cc4-2d2f-4f33-bcec-4a8b0a56d3b8", +Cell[21118, 570, 166, 3, 70, "Input",ExpressionUUID->"32297cc4-2d2f-4f33-bcec-4a8b0a56d3b8", CellID->1538834236], -Cell[21230, 570, 313, 9, 51, "Output",ExpressionUUID->"8026e42f-b332-4684-b4b2-d5cabce976ed", +Cell[21287, 575, 313, 9, 50, "Output",ExpressionUUID->"8026e42f-b332-4684-b4b2-d5cabce976ed", CellID->659778619] }, Open ]], -Cell[21558, 582, 169, 3, 70, "ExampleText",ExpressionUUID->"bfa3e94f-686c-4c30-b297-9bff78f0d796", +Cell[21615, 587, 169, 3, 70, "ExampleText",ExpressionUUID->"bfa3e94f-686c-4c30-b297-9bff78f0d796", CellID->2033071872], Cell[CellGroupData[{ -Cell[21752, 589, 193, 4, 70, "Input",ExpressionUUID->"f5741d12-f5b6-458d-a00b-9a00d45a578a", +Cell[21809, 594, 193, 4, 70, "Input",ExpressionUUID->"f5741d12-f5b6-458d-a00b-9a00d45a578a", CellID->914898038], -Cell[21948, 595, 3287, 46, 204, "Output",ExpressionUUID->"3ae0f3c2-b62f-441a-b745-184e2674218a", +Cell[22005, 600, 3287, 46, 200, "Output",ExpressionUUID->"3ae0f3c2-b62f-441a-b745-184e2674218a", CellID->782308626] }, Open ]], -Cell[25250, 644, 154, 1, 70, "ExampleText",ExpressionUUID->"ca81a3e9-b188-41d6-9566-fab5a4f76b75", +Cell[25307, 649, 154, 1, 70, "ExampleText",ExpressionUUID->"ca81a3e9-b188-41d6-9566-fab5a4f76b75", CellID->1511976595], -Cell[25407, 647, 200, 5, 70, "Input",ExpressionUUID->"c65b7a88-cb8e-467d-888e-030be3d46849", +Cell[25464, 652, 200, 5, 70, "Input",ExpressionUUID->"c65b7a88-cb8e-467d-888e-030be3d46849", CellID->1892308235], -Cell[25610, 654, 239, 6, 70, "Input",ExpressionUUID->"ff7c3960-d41b-4dc7-943e-6d1046062760", +Cell[25667, 659, 239, 6, 70, "Input",ExpressionUUID->"ff7c3960-d41b-4dc7-943e-6d1046062760", CellID->779130760], -Cell[25852, 662, 151, 1, 70, "ExampleText",ExpressionUUID->"b191c5c9-43cc-4e3f-a1bf-e101ace1f6a8", +Cell[25909, 667, 151, 1, 70, "ExampleText",ExpressionUUID->"b191c5c9-43cc-4e3f-a1bf-e101ace1f6a8", CellID->1297250111], Cell[CellGroupData[{ -Cell[26028, 667, 169, 3, 70, "Input",ExpressionUUID->"ba3792ed-c4db-42a8-a538-7e016b0e3b97", +Cell[26085, 672, 169, 3, 70, "Input",ExpressionUUID->"ba3792ed-c4db-42a8-a538-7e016b0e3b97", CellID->482122893], -Cell[26200, 672, 446, 13, 51, "Output",ExpressionUUID->"6c85b844-0e4d-46e6-a407-2cf28988bbd2", +Cell[26257, 677, 446, 13, 50, "Output",ExpressionUUID->"6c85b844-0e4d-46e6-a407-2cf28988bbd2", CellID->106497140] }, Open ]], -Cell[26661, 688, 201, 4, 70, "ExampleText",ExpressionUUID->"803f01d3-0825-446a-a78a-4ae9bd0260b8", +Cell[26718, 693, 201, 4, 70, "ExampleText",ExpressionUUID->"803f01d3-0825-446a-a78a-4ae9bd0260b8", CellID->784417300] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27149, 705, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"c8f86fb8-cfe2-4562-a878-f3016f134ace"], +Cell[32655, 855, 670, 18, 70, "TechNotesSection",ExpressionUUID->"58c7bfb3-cfba-4657-9f02-34fab92969d0"], +Cell[33328, 875, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d043f09e-45f3-44f7-b086-9faa625029b2"], +Cell[34364, 903, 3475, 97, 70, "RelatedLinksSection",ExpressionUUID->"d528ae5b-461e-4f23-8c1f-b7550ee50516"], Cell[CellGroupData[{ -Cell[27114, 702, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"f7b282d2-6f1e-4342-a7e4-c7be2ce43b6c"], -Cell[32620, 852, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9678f810-f382-48b0-8168-8b912edd17b4"] -}, Open ]], -Cell[33305, 873, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8df04db4-45c4-4d77-bafb-dd6a1ab7d4a9"], -Cell[34341, 901, 3475, 97, 70, "RelatedLinksSection",ExpressionUUID->"9d834b3f-73d2-4c78-89e4-80a3d4d637bf"], -Cell[CellGroupData[{ -Cell[37841, 1002, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c642c42-fa85-45e3-a3ae-1ea70be1d612", +Cell[37864, 1004, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c642c42-fa85-45e3-a3ae-1ea70be1d612", CellID->736391509], -Cell[37981, 1005, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7587143b-fcf2-4720-9a7d-695d59d7a844", +Cell[38004, 1007, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7587143b-fcf2-4720-9a7d-695d59d7a844", CellID->1194386356], -Cell[38203, 1011, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b234bfe-2182-4d21-8f9f-85c09b181e3f", +Cell[38226, 1013, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b234bfe-2182-4d21-8f9f-85c09b181e3f", CellID->1641706272], -Cell[38418, 1016, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0cd5024-afe5-4f67-b8ed-8dc528e54570", +Cell[38441, 1018, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0cd5024-afe5-4f67-b8ed-8dc528e54570", CellID->399251956], -Cell[38647, 1022, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0c08256a-963f-4415-ac67-79716bc3b460", +Cell[38670, 1024, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0c08256a-963f-4415-ac67-79716bc3b460", CellID->821434655] }, Open ]], -Cell[38884, 1028, 78, 0, 70, "FooterCell",ExpressionUUID->"f6ee0473-e746-4bab-9c63-22b56c5f4216"] +Cell[38907, 1030, 78, 0, 70, "FooterCell",ExpressionUUID->"e097969b-9c86-4715-8ec7-d85e48a13bc3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DualExtension.nb b/Documentation/English/ReferencePages/Symbols/DualExtension.nb index 4b2129f..344a9c7 100644 --- a/Documentation/English/ReferencePages/Symbols/DualExtension.nb +++ b/Documentation/English/ReferencePages/Symbols/DualExtension.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 85002, 2382] -NotebookOptionsPosition[ 75894, 2203] -NotebookOutlinePosition[ 77961, 2256] -CellTagsIndexPosition[ 77875, 2251] +NotebookDataLength[ 85010, 2382] +NotebookOptionsPosition[ 75918, 2205] +NotebookOutlinePosition[ 78002, 2258] +CellTagsIndexPosition[ 77916, 2253] WindowTitle->DualExtension WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8dbf939c-f7d4-4964-b224-e245f1f28f3a"], + "b578b786-1874-4fff-b9bf-32f7e968e9fc"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "79715d0a-630d-4851-825f-0494a281a2a4"], + "7fd7ce95-e0ad-4404-9887-a3fca01364b2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "509d8e03-3ea8-4e71-bc10-f2ab3fa7ed93"] - }],ExpressionUUID->"b0798dcb-2546-40ba-919d-2643db57f67c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "d05968b9-9afd-4105-82ad-7448076f28fd"] + }],ExpressionUUID->"b1b28854-c115-435e-9d7f-4a31d40b448d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7d42daa2-080d-4f1d-b2fb-fce20d71b40d"], + "69985415-7b3f-48d0-b127-265d8ddb2735"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45d1126e-5cf3-4711-8241-b788d9c8face"] - }],ExpressionUUID->"04b26b96-1bf2-4314-966b-18414bd4ed10"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bde3fdba-45fe-40ab-b2b3-5f9e59ccc2bd"] + }],ExpressionUUID->"805c511c-b303-419e-833c-2021cdf98f7f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9bf8981d-01a4-4474-bde3-9719db67fcc0"], + "d15fe6fc-97c9-4dae-835d-b5e25d87896f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b2b1b9b-34e9-45c4-a036-d6cec3a1dd60"] - }],ExpressionUUID->"19c49a01-90c0-40d2-9108-22353a455477"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "fefc739d-229d-43b0-a84b-b313017a22aa"] + }],ExpressionUUID->"f85c450b-09a4-436d-a549-317137d6222d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f57802b-8903-457c-bb28-e2842484c7ab"], + "d2cb66b2-31a3-4cdf-ba40-71a50091a0e7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "75be92f9-de1f-4621-bc00-9f4eae6f1f2b"] - }],ExpressionUUID->"bafcc0cc-63ed-447f-8877-576b3632d88d"], - StripOnInput->False], {"\<\"TUG/ref/DualExtension\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DualExtension"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DualExtension.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$70157], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DualExtension" <> ".html"], None}]}]}, + "d6137279-d804-413b-997a-cc42848b28f6"] + }],ExpressionUUID->"799552f1-badf-4f77-9a5c-672e0bb3eb15"], + StripOnInput->False],{ + "\"TUG/ref/DualExtension\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DualExtension"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +DualExtension.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$74755], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DualExtension" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ef931e37-830d-4eaf-9999-7f90489e5ca0"] + "d09d15ef-a082-4e4a-95cf-0466ab8f6acd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8e78e9e3-6050-4b65-87c8-315b2c9b3d56"]} + "23b13bd6-58c8-421c-b110-216d1d0e598c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b4d262ef-65a1-46fb-970d-b0fa3772bf99"], + CellID->1,ExpressionUUID->"3055edbb-d5f3-47a8-89e9-b85d2b7ecebd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b673633a-68b1-4490-b373-7bfe87d3a7cb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9b6c8847-edf2-439e-8b6b-cb81ab35b7ea"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DualExtension", "ObjectName",ExpressionUUID-> - "a5c47920-54e0-4645-9ec6-25cb04afe519"], + "fc3c999a-7b14-4410-9490-165cd7616e05"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6564d843-b55d-4896-aa35-8885b972babc"], + "Spacer1"]],ExpressionUUID->"8f312823-43f6-4448-aa2e-1ec7118bcf7b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d2603dfb-959f-4847-9fdb-d1177638546c"] - }],ExpressionUUID->"1022996e-b1c3-4ac7-a391-1838f5cb6888"], Cell[BoxData[ + "c8697793-28fb-4eaf-b7b4-8bb10c1e7822"] + }],ExpressionUUID->"23e56592-f6ed-4ec5-af21-34b098209943"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "51bc03f6-87d6-43bf-83bf-d82daa455e86"]} + "ee54df7d-7f0a-4755-a80b-c683e8f47d5f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"86ed5978-68c5-465e-a8c5-687e9ff30ab2"], + CacheGraphics->False,ExpressionUUID->"3698f86c-4e5d-4f5f-a69f-e46ad4c1b845"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "e36329c5-ef97-4bce-895c-fe2868cd37e4"], " \[LineSeparator]determines the dual extension of the primal game." - }],ExpressionUUID->"aa4dbcaf-6da0-4733-a09b-b8d6e228126d"]} + }],ExpressionUUID->"9f425a16-97ce-435c-a702-c7a5872da742"]} }]], "Usage", CellID->1207171526,ExpressionUUID->"5a476b55-6c25-4345-82a3-872dbc0dfff9"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"823b0028-d55e-4cfe-9051-47d14cf75bbc"], + ExpressionUUID->"5067e98c-b850-4b5c-98f0-3e3e1c0f8de9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"84fafd16-3dad-4e5d-a422-642347808f66"], + "Spacer1"]],ExpressionUUID->"63422deb-4d70-4ffd-b781-7970674ce7f0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"630c1c26-3e37-4266-8790-cef1739029b7"], + }], "NotesFrameText",ExpressionUUID->"9bc37ac1-5616-49f8-ae3b-a95a732488c1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f801b107-301b-446a-bc7d-d0e36b504866"]], \ + "Preemptive"]],ExpressionUUID->"ab32c52b-38dd-4432-985d-395d8bbbbd40"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->368165235,ExpressionUUID->"b1c16373-5ec8-48b2-90ab-f686531dac31"], + CellID->1293903222,ExpressionUUID->"24b3d555-9314-4ec8-a8a5-fad3bbec79f6"], Cell[TextData[{ "The input expression ", @@ -374,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"815358b1-a81b-4ed5-a2ed-4d5ed9140ea9"], + ExpressionUUID->"bf81cf09-6d38-47fa-8223-ca928e777656"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"81564278-5665-47f0-aaf9-2d8772bd8bd4"], + "Spacer1"]],ExpressionUUID->"82646a17-cd44-4970-ba28-09f94be295a3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "03066d83-61f1-41eb-9a43-aa15602c41fe"] + "89c8afab-fe9c-4c40-a0d8-c6c9fa9398fd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1196099131,ExpressionUUID->"64128e47-5555-4d7f-b4e6-d58208af692a"], + CellID->641563257,ExpressionUUID->"e2db9ced-9eb6-4c41-b4be-b566f9dc7d9e"], Cell[CellGroupData[{ @@ -415,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eacf2052-9cb5-46c1-970d-e22f8062b2b3"], + ExpressionUUID->"8b8adbf4-1910-4a04-a082-fa0af40ea253"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ee6e3b9b-532f-4e95-8903-7d8ce4226c01"], + "Spacer1"]],ExpressionUUID->"0ff5c7ca-9854-4eed-a00c-924eca39ba56"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1ef9b6a4-1eaf-4df7-9f7a-851b732b31fc"] + "312272b2-a54a-48e4-be87-24dcafb06760"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->147975377,ExpressionUUID->"f420b58b-982c-4f34-a37e-f31ee49eb879"], + CellID->440999964,ExpressionUUID->"2963b315-389d-40f7-89c9-59e9ccb3483b"], Cell["Loading the package:", "ExampleText", CellID->280236237,ExpressionUUID->"5b6352ff-39d8-4d35-b569-2e232dd023a3"], @@ -1888,8 +1893,6 @@ canonical player set mimics the pre-nucleolus of the original game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2037,15 +2040,15 @@ Cell[BoxData[GridBox[{ "9b050496-73b9-4fc1-9461-7bb90ad137ac"] }], "SeeAlso",ExpressionUUID->"7ae5a1a1-9ef9-4553-b35c-f2615a59b339"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"db67dac9-c49b-4e96-84ab-\ -0cf6eda18f06"], + }]], "SeeAlsoSection",ExpressionUUID->"2ae8b685-cd15-4aa8-9cd0-\ +fc283690ff9f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2057,9 +2060,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f9ee6380-2228-4822-ad06-1ecd11ca3d08"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"dfea99d0-6eea-4839-87c8-\ -e529ea2cb0c7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"81821380-74b8-43fc-b554-\ +95eadb042a23"], Cell[BoxData[GridBox[{ { @@ -2076,7 +2078,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4c2e208f-d438-4c90-af83-15c23261bd4e"]}]}, + "0e0fc9ec-2e19-4c52-8cb0-0a6167cd3793"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2084,10 +2086,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "030aa7c9-537f-447f-8f50-0854686919d9"]}]} + "ab6ab941-04b1-4e09-88f1-e7db1c2d0c5e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9582327e-1016-4b6e-8a84-\ -918d010bf64e"], + }]], "MoreAboutSection",ExpressionUUID->"57473a20-80f1-42d2-8018-\ +c0a468a32793"], Cell[BoxData[GridBox[{ { @@ -2114,7 +2116,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ECCoverGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9efa38f6-8d1e-41fb-a2e2-5182f4f07acf"]], "RelatedLinks", + "3727e94c-89d2-4b77-bb68-fa63e5e22317"]], "RelatedLinks", ExpressionUUID->"ddead135-d424-4d07-afe8-587693ad2b53"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2131,7 +2133,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d1334de0-432d-494d-ae9d-0c56b95a5141"]], "RelatedLinks", + "44ec179d-4510-46e5-b35b-f0561de4c7bd"]], "RelatedLinks", ExpressionUUID->"62ae4f6d-557d-4d11-9c77-501f8c0dd4a8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2148,7 +2150,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PrimalExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d5198b24-b8f2-4f62-bdbd-d2f025607a3d"]], "RelatedLinks", + "32ffe587-5058-4e6d-83d7-dc4eaa3274a4"]], "RelatedLinks", ExpressionUUID->"36a48dbc-0041-4e12-b141-aaef9788fc48"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2165,11 +2167,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b055400b-05c3-46d3-a6b2-212a1f782e6a"]], "RelatedLinks", + "f82c3954-a7f3-47f0-9c9c-1ccdfb30b994"]], "RelatedLinks", ExpressionUUID->"d6668941-0ebc-45fd-98a8-fe8dcb304d25"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"47bd42f1-5e23-4200-893b-\ -e353fc99ea05"], + }]], "RelatedLinksSection",ExpressionUUID->"b165c01e-94c1-4c1e-b861-\ +999e395eb679"], Cell[CellGroupData[{ @@ -2199,11 +2201,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ab107afc-6a2f-4e8d-88a2-b9a501f3ac78"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2b2db330-4ab2-4ced-9034-ac345d0aeb7c"] +Cell[" ", "FooterCell",ExpressionUUID->"d5991124-d8bb-4a9e-ad9d-9c825db39676"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DualExtension", TaggingRules->{ @@ -2214,17 +2216,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 34.980758}", + "built" -> "{2024, 6, 3, 16, 52, 31.647018}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "DualExtension[game] determines the dual extension of the primal game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DualExtension", - "titlemodifier" -> "", "windowtitle" -> "DualExtension", "type" -> - "Symbol", "uri" -> "TUG/ref/DualExtension"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "DualExtension", "type" -> "Symbol", "uri" -> "TUG/ref/DualExtension"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -2233,9 +2235,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e5219521-d154-4902-b943-eb377dd0225f" +ExpressionUUID->"aac2ed3d-9fe3-427d-8b54-fbae6b796ed6" ] (* End of Notebook Content *) @@ -2243,147 +2245,145 @@ ExpressionUUID->"e5219521-d154-4902-b943-eb377dd0225f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13492, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"64128e47-5555-4d7f-b4e6-d58208af692a", + Cell[13551, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2db9ced-9eb6-4c41-b4be-b566f9dc7d9e", CellTags->"PrimaryExamplesSection", - CellID->1196099131]} + CellID->641563257]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 77674, 2244} + {"PrimaryExamplesSection", 77716, 2246} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7132, 168, 56, "AnchorBarGrid",ExpressionUUID->"b4d262ef-65a1-46fb-970d-b0fa3772bf99", +Cell[585, 21, 7190, 173, 57, "AnchorBarGrid",ExpressionUUID->"3055edbb-d5f3-47a8-89e9-b85d2b7ecebd", CellID->1], -Cell[7720, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b673633a-68b1-4490-b373-7bfe87d3a7cb"], +Cell[7778, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9b6c8847-edf2-439e-8b6b-cb81ab35b7ea"], Cell[CellGroupData[{ -Cell[7831, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"86ed5978-68c5-465e-a8c5-687e9ff30ab2"], -Cell[9121, 232, 464, 9, 111, "Usage",ExpressionUUID->"5a476b55-6c25-4345-82a3-872dbc0dfff9", +Cell[7889, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"3698f86c-4e5d-4f5f-a69f-e46ad4c1b845"], +Cell[9179, 237, 464, 9, 111, "Usage",ExpressionUUID->"5a476b55-6c25-4345-82a3-872dbc0dfff9", CellID->1207171526] }, Open ]], Cell[CellGroupData[{ -Cell[9622, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"b1c16373-5ec8-48b2-90ab-f686531dac31", +Cell[9680, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"24b3d555-9314-4ec8-a8a5-fad3bbec79f6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->368165235], -Cell[11519, 295, 663, 17, 49, "Notes",ExpressionUUID->"be8553b5-bdbc-4d87-a41f-86301f0604fa", + CellID->1293903222], +Cell[11578, 300, 663, 17, 48, "Notes",ExpressionUUID->"be8553b5-bdbc-4d87-a41f-86301f0604fa", CellID->26053], -Cell[12185, 314, 489, 12, 37, "Notes",ExpressionUUID->"edcc7873-06a2-44b8-99ac-b63c8eea690f", +Cell[12244, 319, 489, 12, 38, "Notes",ExpressionUUID->"edcc7873-06a2-44b8-99ac-b63c8eea690f", CellID->177724765], -Cell[12677, 328, 302, 5, 57, "Notes",ExpressionUUID->"a82dc235-cb16-4d79-9091-95fe6f87abe0", +Cell[12736, 333, 302, 5, 57, "Notes",ExpressionUUID->"a82dc235-cb16-4d79-9091-95fe6f87abe0", CellID->496050605], -Cell[12982, 335, 193, 4, 36, "Notes",ExpressionUUID->"7fb412ff-752c-4b48-9772-1e305a033930", +Cell[13041, 340, 193, 4, 36, "Notes",ExpressionUUID->"7fb412ff-752c-4b48-9772-1e305a033930", CellID->336635369], -Cell[13178, 341, 187, 4, 36, "Notes",ExpressionUUID->"56f345c0-656e-4c23-86a2-692e6426f65b", +Cell[13237, 346, 187, 4, 36, "Notes",ExpressionUUID->"56f345c0-656e-4c23-86a2-692e6426f65b", CellID->791497516] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13492, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"64128e47-5555-4d7f-b4e6-d58208af692a", +Cell[13551, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2db9ced-9eb6-4c41-b4be-b566f9dc7d9e", CellTags->"PrimaryExamplesSection", - CellID->1196099131], + CellID->641563257], Cell[CellGroupData[{ -Cell[14938, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f420b58b-982c-4f34-a37e-f31ee49eb879", - CellID->147975377], -Cell[16339, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"5b6352ff-39d8-4d35-b569-2e232dd023a3", +Cell[14996, 397, 1398, 36, 30, "ExampleSection",ExpressionUUID->"2963b315-389d-40f7-89c9-59e9ccb3483b", + CellID->440999964], +Cell[16397, 435, 118, 1, 39, "ExampleText",ExpressionUUID->"5b6352ff-39d8-4d35-b569-2e232dd023a3", CellID->280236237], Cell[CellGroupData[{ -Cell[16482, 435, 167, 3, 27, "Input",ExpressionUUID->"3dbbb9fd-dec0-4a98-81cd-92a40d30e540", +Cell[16540, 440, 167, 3, 27, "Input",ExpressionUUID->"3dbbb9fd-dec0-4a98-81cd-92a40d30e540", CellID->924396171], Cell[CellGroupData[{ -Cell[16674, 442, 235, 4, 23, "Print",ExpressionUUID->"472077b5-fc3e-458c-9e29-e7d71a0a78e0", +Cell[16732, 447, 235, 4, 23, "Print",ExpressionUUID->"472077b5-fc3e-458c-9e29-e7d71a0a78e0", CellID->50300739], -Cell[16912, 448, 366, 8, 23, "Print",ExpressionUUID->"2250cc4a-e61d-4935-a5ea-573c917e7d9d", +Cell[16970, 453, 366, 8, 23, "Print",ExpressionUUID->"2250cc4a-e61d-4935-a5ea-573c917e7d9d", CellID->1949022875], -Cell[17281, 458, 235, 4, 23, "Print",ExpressionUUID->"65faeace-43d5-4d64-af64-b2a47d01ca45", +Cell[17339, 463, 235, 4, 23, "Print",ExpressionUUID->"65faeace-43d5-4d64-af64-b2a47d01ca45", CellID->45455043], -Cell[17519, 464, 221, 3, 23, "Print",ExpressionUUID->"49007f20-19bf-419f-9859-b299508fba00", +Cell[17577, 469, 221, 3, 23, "Print",ExpressionUUID->"49007f20-19bf-419f-9859-b299508fba00", CellID->1758318933], -Cell[17743, 469, 207, 3, 23, "Print",ExpressionUUID->"7b224d1a-5006-43f9-b920-0379181233c9", +Cell[17801, 474, 207, 3, 23, "Print",ExpressionUUID->"7b224d1a-5006-43f9-b920-0379181233c9", CellID->868978076], -Cell[17953, 474, 238, 4, 23, "Print",ExpressionUUID->"97cd0da7-1494-4d68-b961-2797c68b8dd9", +Cell[18011, 479, 238, 4, 23, "Print",ExpressionUUID->"97cd0da7-1494-4d68-b961-2797c68b8dd9", CellID->1752408680], -Cell[18194, 480, 221, 3, 23, "Print",ExpressionUUID->"93e6ee17-0c24-4360-ba2e-5c5db426e157", +Cell[18252, 485, 221, 3, 23, "Print",ExpressionUUID->"93e6ee17-0c24-4360-ba2e-5c5db426e157", CellID->1010327139], -Cell[18418, 485, 237, 4, 23, "Print",ExpressionUUID->"23ff1959-75b9-4a84-85e3-9c8c3c3afedf", +Cell[18476, 490, 237, 4, 23, "Print",ExpressionUUID->"23ff1959-75b9-4a84-85e3-9c8c3c3afedf", CellID->1759580350], -Cell[18658, 491, 236, 4, 23, "Print",ExpressionUUID->"3503d06b-ae0a-41b9-a3e6-3acc2b3ea821", +Cell[18716, 496, 236, 4, 23, "Print",ExpressionUUID->"3503d06b-ae0a-41b9-a3e6-3acc2b3ea821", CellID->640486392], -Cell[18897, 497, 207, 3, 70, "Print",ExpressionUUID->"e4c278cb-cdc2-4f69-989b-628e627827eb", +Cell[18955, 502, 207, 3, 70, "Print",ExpressionUUID->"e4c278cb-cdc2-4f69-989b-628e627827eb", CellID->386582311], -Cell[19107, 502, 235, 4, 70, "Print",ExpressionUUID->"41e5e45f-1d94-4a7f-b0a4-e851948ad575", +Cell[19165, 507, 235, 4, 70, "Print",ExpressionUUID->"41e5e45f-1d94-4a7f-b0a4-e851948ad575", CellID->13987945] }, Open ]] }, Open ]], -Cell[19369, 510, 136, 1, 70, "ExampleText",ExpressionUUID->"5503fb79-a76b-4342-8091-e9dc24b55cbd", +Cell[19427, 515, 136, 1, 70, "ExampleText",ExpressionUUID->"5503fb79-a76b-4342-8091-e9dc24b55cbd", CellID->433507900], -Cell[19508, 513, 235, 6, 70, "Input",ExpressionUUID->"b594d093-a250-4faf-942c-2660b551c229", +Cell[19566, 518, 235, 6, 70, "Input",ExpressionUUID->"b594d093-a250-4faf-942c-2660b551c229", CellID->1925810853], -Cell[19746, 521, 381, 9, 70, "Input",ExpressionUUID->"00807cfa-6860-4f7e-b7ac-fa029cccec32", +Cell[19804, 526, 381, 9, 70, "Input",ExpressionUUID->"00807cfa-6860-4f7e-b7ac-fa029cccec32", CellID->2094199059], -Cell[20130, 532, 237, 6, 70, "Input",ExpressionUUID->"1e4710a3-c118-4ccb-b8a8-df2879a6cdfc", +Cell[20188, 537, 237, 6, 70, "Input",ExpressionUUID->"1e4710a3-c118-4ccb-b8a8-df2879a6cdfc", CellID->337490788], -Cell[20370, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"a60b7a29-2011-414f-a70e-34b810e7f963", +Cell[20428, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"a60b7a29-2011-414f-a70e-34b810e7f963", CellID->596078523], Cell[CellGroupData[{ -Cell[20585, 548, 170, 3, 70, "Input",ExpressionUUID->"760e3353-5df8-43e4-bb60-76a089c2108d", +Cell[20643, 553, 170, 3, 70, "Input",ExpressionUUID->"760e3353-5df8-43e4-bb60-76a089c2108d", CellID->427356241], -Cell[20758, 553, 174, 4, 36, "Output",ExpressionUUID->"e1c8820c-a1b3-4465-b3db-28c27cef346f", +Cell[20816, 558, 174, 4, 36, "Output",ExpressionUUID->"e1c8820c-a1b3-4465-b3db-28c27cef346f", CellID->1456998235] }, Open ]], -Cell[20947, 560, 151, 1, 70, "ExampleText",ExpressionUUID->"e58ec324-ff9f-4eea-b129-89eec031d4e5", +Cell[21005, 565, 151, 1, 70, "ExampleText",ExpressionUUID->"e58ec324-ff9f-4eea-b129-89eec031d4e5", CellID->532146870], Cell[CellGroupData[{ -Cell[21123, 565, 170, 3, 70, "Input",ExpressionUUID->"bb208f7d-fe22-4a13-98f2-13ee75c21c57", +Cell[21181, 570, 170, 3, 70, "Input",ExpressionUUID->"bb208f7d-fe22-4a13-98f2-13ee75c21c57", CellID->1092129128], -Cell[21296, 570, 314, 9, 51, "Output",ExpressionUUID->"c7b636e6-80df-46b0-b54c-24570886fd68", +Cell[21354, 575, 314, 9, 50, "Output",ExpressionUUID->"c7b636e6-80df-46b0-b54c-24570886fd68", CellID->388555796] }, Open ]], -Cell[21625, 582, 180, 3, 70, "ExampleText",ExpressionUUID->"6c02e28a-ac4b-4ea1-b3a1-831dd2ed517e", +Cell[21683, 587, 180, 3, 70, "ExampleText",ExpressionUUID->"6c02e28a-ac4b-4ea1-b3a1-831dd2ed517e", CellID->2115168598], Cell[CellGroupData[{ -Cell[21830, 589, 197, 4, 70, "Input",ExpressionUUID->"b7bd0c7b-6207-4b85-8582-2b2c5622420f", +Cell[21888, 594, 197, 4, 70, "Input",ExpressionUUID->"b7bd0c7b-6207-4b85-8582-2b2c5622420f", CellID->868782239], -Cell[22030, 595, 40744, 1237, 1058, "Output",ExpressionUUID->"0bb5c865-1bb7-499e-9054-c09977569aa1", +Cell[22088, 600, 40744, 1237, 1031, "Output",ExpressionUUID->"0bb5c865-1bb7-499e-9054-c09977569aa1", CellID->1985132928] }, Open ]], -Cell[62789, 1835, 160, 2, 70, "ExampleText",ExpressionUUID->"c7589657-ddc9-4b67-bec7-af3ac56c5728", +Cell[62847, 1840, 160, 2, 70, "ExampleText",ExpressionUUID->"c7589657-ddc9-4b67-bec7-af3ac56c5728", CellID->1935270880], -Cell[62952, 1839, 200, 5, 70, "Input",ExpressionUUID->"c77fd147-a8d0-4bdf-9ba9-9744bdb909aa", +Cell[63010, 1844, 200, 5, 70, "Input",ExpressionUUID->"c77fd147-a8d0-4bdf-9ba9-9744bdb909aa", CellID->1346324065], -Cell[63155, 1846, 275, 7, 70, "Input",ExpressionUUID->"685f300f-1fbc-45cd-865f-f10a78a33033", +Cell[63213, 1851, 275, 7, 70, "Input",ExpressionUUID->"685f300f-1fbc-45cd-865f-f10a78a33033", CellID->1715732577], -Cell[63433, 1855, 151, 1, 70, "ExampleText",ExpressionUUID->"6a6e1fd1-6cd4-4e13-9754-2d5ebde836df", +Cell[63491, 1860, 151, 1, 70, "ExampleText",ExpressionUUID->"6a6e1fd1-6cd4-4e13-9754-2d5ebde836df", CellID->1431430642], Cell[CellGroupData[{ -Cell[63609, 1860, 169, 3, 70, "Input",ExpressionUUID->"19cd7bbb-58a4-4319-8b89-811902888d8f", +Cell[63667, 1865, 169, 3, 70, "Input",ExpressionUUID->"19cd7bbb-58a4-4319-8b89-811902888d8f", CellID->918675016], -Cell[63781, 1865, 377, 10, 51, "Output",ExpressionUUID->"1b6a18e7-a77d-4b95-a523-44215c5b70d1", +Cell[63839, 1870, 377, 10, 50, "Output",ExpressionUUID->"1b6a18e7-a77d-4b95-a523-44215c5b70d1", CellID->1266639031] }, Open ]], -Cell[64173, 1878, 254, 4, 70, "ExampleText",ExpressionUUID->"e25cf335-0af4-47cd-8674-5a3eeaa0a0b1", +Cell[64231, 1883, 254, 4, 70, "ExampleText",ExpressionUUID->"e25cf335-0af4-47cd-8674-5a3eeaa0a0b1", CellID->1914023777] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[64715, 1895, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"2ae8b685-cd15-4aa8-9cd0-fc283690ff9f"], +Cell[70221, 2045, 670, 18, 70, "TechNotesSection",ExpressionUUID->"81821380-74b8-43fc-b554-95eadb042a23"], +Cell[70894, 2065, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"57473a20-80f1-42d2-8018-c0a468a32793"], +Cell[71930, 2093, 2838, 80, 70, "RelatedLinksSection",ExpressionUUID->"b165c01e-94c1-4c1e-b861-999e395eb679"], Cell[CellGroupData[{ -Cell[64679, 1892, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"db67dac9-c49b-4e96-84ab-0cf6eda18f06"], -Cell[70185, 2042, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dfea99d0-6eea-4839-87c8-e529ea2cb0c7"] -}, Open ]], -Cell[70870, 2063, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9582327e-1016-4b6e-8a84-918d010bf64e"], -Cell[71906, 2091, 2838, 80, 70, "RelatedLinksSection",ExpressionUUID->"47bd42f1-5e23-4200-893b-e353fc99ea05"], -Cell[CellGroupData[{ -Cell[74769, 2175, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"88c42f57-064e-435e-af83-2ff7d00c4193", +Cell[74793, 2177, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"88c42f57-064e-435e-af83-2ff7d00c4193", CellID->736391509], -Cell[74909, 2178, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d8588dae-d459-4186-8bad-0eed31e7ba6e", +Cell[74933, 2180, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d8588dae-d459-4186-8bad-0eed31e7ba6e", CellID->1194386356], -Cell[75131, 2184, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"690b28e6-826d-4baf-955e-21d92ccb0010", +Cell[75155, 2186, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"690b28e6-826d-4baf-955e-21d92ccb0010", CellID->1641706272], -Cell[75346, 2189, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c4af035a-bcda-403a-984c-c9f59c22dffa", +Cell[75370, 2191, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c4af035a-bcda-403a-984c-c9f59c22dffa", CellID->399251956], -Cell[75575, 2195, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ab107afc-6a2f-4e8d-88a2-b9a501f3ac78", +Cell[75599, 2197, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ab107afc-6a2f-4e8d-88a2-b9a501f3ac78", CellID->821434655] }, Open ]], -Cell[75812, 2201, 78, 0, 70, "FooterCell",ExpressionUUID->"2b2db330-4ab2-4ced-9034-ac345d0aeb7c"] +Cell[75836, 2203, 78, 0, 70, "FooterCell",ExpressionUUID->"d5991124-d8bb-4a9e-ad9d-9c825db39676"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DualGame.nb b/Documentation/English/ReferencePages/Symbols/DualGame.nb index 644546e..3d2ca27 100644 --- a/Documentation/English/ReferencePages/Symbols/DualGame.nb +++ b/Documentation/English/ReferencePages/Symbols/DualGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43086, 1116] -NotebookOptionsPosition[ 34192, 940] -NotebookOutlinePosition[ 36297, 994] -CellTagsIndexPosition[ 36212, 989] +NotebookDataLength[ 43089, 1115] +NotebookOptionsPosition[ 34207, 941] +NotebookOutlinePosition[ 36331, 995] +CellTagsIndexPosition[ 36246, 990] WindowTitle->DualGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9d2c497c-7797-462f-bb22-ce2b1aa13ec2"], + "73b6419d-efbf-47f1-b92f-958b93accbe2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ef46305e-2086-4881-9a75-e6337f635422"], + "d1b0aa37-d76f-4a5f-9f9f-7f369d8d04f0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0f63fdc-d6a1-430c-919c-d1c3cabb532b"] - }],ExpressionUUID->"bc201d7c-1ccc-40c3-b8e7-1ba85c9db1f6"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "869b510d-25ef-44ba-8b30-a3c9b2a87f5b"] + }],ExpressionUUID->"71f5befc-13b2-446b-97b8-bccb32fe2e25"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "45ab4143-035f-41b7-859c-26fb223d9f54"], + "08b7b817-6b3e-48f3-8f15-de7229901130"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4221c306-952c-42df-a3d7-bdefbff118bf"] - }],ExpressionUUID->"abce4670-9ae2-4737-b5ba-3b310b554494"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3cec664d-1d3e-4472-90d7-f7a17fe16d50"] + }],ExpressionUUID->"94775cad-2089-4ef6-8ce9-3a9d82598a0a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8e11ecee-6acf-406e-b83a-082580530db6"], + "b8d6291b-4657-44cf-8866-7550419141b4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "193edef2-5c84-4899-a8aa-7842e497426d"] - }],ExpressionUUID->"80583827-18da-4f8d-85a0-2387ca5c35ae"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "abc394bd-efdb-4b8b-b542-04f02e3a875d"] + }],ExpressionUUID->"5e804e8a-775a-4e1c-b350-717fe865c9e3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c0242e19-163f-4b06-b670-3fe1ff02e172"], + "ff4acd5c-da3d-4398-8ccd-506a957ddb4f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c1d91bc7-754e-4237-a6bc-2df73386433e"] - }],ExpressionUUID->"3f557134-34ab-42bf-84bd-139f977bc812"], - StripOnInput->False], {"\<\"TUG/ref/DualGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DualGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DualGame.\ + "d284ef7d-9627-489d-938a-cd4be55dd3f6"] + }],ExpressionUUID->"f957d32d-5246-4f84-b283-8960102c52a3"], + StripOnInput->False],{ + "\"TUG/ref/DualGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DualGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DualGame.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$70725], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DualGame" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$75357], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DualGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b3a58c0c-fbc7-4ddf-8dfc-a67830976800"] + "b5236bc2-5077-48c8-8f01-baeb679138f8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6c82ef22-5ae8-4292-89e2-de57171f139a"]} + "babb395c-5008-4e23-a489-981f9406ff2e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"26e2b536-6266-4ea1-8f2c-aabb868e848f"], + CellID->1,ExpressionUUID->"4ac87e12-bd40-44cc-9b34-75df173a7351"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"dcd8198f-fa60-4b5d-93fa-34be56f97f2d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"fcf1dd65-95df-484d-b488-70b5e661eff1"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DualGame", "ObjectName",ExpressionUUID-> - "860076bc-1a83-4b88-ae88-414dde38d4a5"], + "d9d2e139-9e05-4858-8577-dae84c97c1f4"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5c5d91f0-6af7-47a5-9e5b-db17a279e620"], + "Spacer1"]],ExpressionUUID->"1faf6a4c-c054-4f39-b140-aa683cb217c6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "df13edbe-bc7b-4c14-ba6a-5c78cc932055"] - }],ExpressionUUID->"d0f66d36-534e-4b4c-a813-9de6681cd9a9"], Cell[BoxData[ + "3c68b6f1-a5ff-43cb-9bac-6af2859903e0"] + }],ExpressionUUID->"9bb3d4a7-2ff2-4d99-95f6-b760c3e90402"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2f998905-70fd-42af-82e9-56002a6f1254"]} + "cb71bdc4-7513-4a59-a992-8edca69f225a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"77eff52a-61d6-49c8-bd03-330264494318"], + CacheGraphics->False,ExpressionUUID->"8ec1116b-8bea-44a7-94aa-ed5d4c3172f4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "2fbc6ed1-595e-4e53-a5c9-f1b8c8d78ac1"], " \[LineSeparator]assigns to each coalition the value what it can \ extract from the grand coalition by leaving the grand coalition." - }],ExpressionUUID->"613217be-8ff1-40b0-8558-66e6486b53b0"]} + }],ExpressionUUID->"26742c7c-f5fb-485b-90d2-061cf5a8b5f2"]} }]], "Usage", CellID->1832561478,ExpressionUUID->"92a1fa00-a61e-4aa5-95dd-b9eeb619186c"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0dd7630e-631d-4823-815e-e0f613d58350"], + ExpressionUUID->"5f14b8c7-4a58-463f-bf6e-98ce59baa509"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4982b3f-5e1a-4c11-9196-9177aa5e6fa1"], + "Spacer1"]],ExpressionUUID->"f7088328-5e27-40bf-a064-c55ebd1765e6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b0d14c95-3659-435c-ae13-56537ec5cfb9"], + }], "NotesFrameText",ExpressionUUID->"9d17d4a2-2d9e-4e83-b4a8-4d407fc03a71"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b432258e-4d70-4558-a5b2-632b643e7493"]], \ + "Preemptive"]],ExpressionUUID->"b82dbf2e-dc5e-4eba-9a97-7b8ef4a5263d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->456002997,ExpressionUUID->"9ab8c851-67ba-4f99-b2cb-90d906b1a55d"], + CellID->1002860354,ExpressionUUID->"3af55051-1b60-4eb2-b0ed-6a5fc517e63c"], Cell[TextData[{ "The input expression ", @@ -368,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c60fc9fb-25ec-4481-a10d-819ff59591e8"], + ExpressionUUID->"def1da81-1baf-4d71-ac27-6c29a71cfd27"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0089ed4-6b7e-471c-9f55-ba1d876e64f0"], + "Spacer1"]],ExpressionUUID->"6853e123-15e2-40ed-969e-d19f0e09d359"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b719024a-943a-4ab8-9cc8-f1c35251f7ad"] + "44e49b9e-6003-459d-b92c-145220baa9bb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->493033831,ExpressionUUID->"839a9341-bd63-41b3-aa1d-b0c9fc37f46c"], + CellID->1334257712,ExpressionUUID->"0fbb5afb-0123-4a98-8cca-6090cd570cd9"], Cell[CellGroupData[{ @@ -409,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ce0cfef3-d55e-4a67-964c-5e6bdc8d6269"], + ExpressionUUID->"c9ed6713-f8f5-41d8-80f4-11968beb7e61"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5d0b0f7a-9435-484a-891c-ec5464ae312d"], + "Spacer1"]],ExpressionUUID->"85e9faa4-d084-4280-95af-15122207c30a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "69f8df96-2cc0-4a12-a941-c1298adf451e"] + "48cb2e7d-9791-4edf-b87b-eb4dfccb8ad9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->231467942,ExpressionUUID->"fe7c1667-7f34-4330-9dec-5639f2e944ed"], + CellID->648057886,ExpressionUUID->"3f5f0899-8323-408e-a452-1d6dd4889974"], Cell["Loading the package:", "ExampleText", CellID->2060829,ExpressionUUID->"a21467ef-9420-44a1-ad8a-efba00c62a34"], @@ -642,8 +646,6 @@ This result reveals that the Shapley value is a self-dual solution.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -791,15 +793,15 @@ Cell[BoxData[GridBox[{ "ebf75743-fc12-4717-9e5c-a00f22da9a44"] }], "SeeAlso",ExpressionUUID->"52437bc6-10b9-45af-818c-6542c9005b0c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c6b9fd06-7c36-4e83-832f-\ -02096479fdee"], + }]], "SeeAlsoSection",ExpressionUUID->"a97b0972-f1fa-444d-9236-\ +b5d63f17f73e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -811,9 +813,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6297af85-eb22-4b67-8a0e-96484544ee07"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"37f4d330-0bbf-410c-a584-\ -34b216c8162f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6ac6b2ef-dcba-41c4-a239-\ +dc33fc2fec56"], Cell[BoxData[GridBox[{ { @@ -830,7 +831,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bb0fdb16-4d0e-4e10-ba32-3a6639bc7cd6"]}]}, + "f8b9d4b5-caf2-40a0-bc1f-1b3ebce6a15b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -838,10 +839,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a67315f5-4a40-4503-b63a-4fbad85f370a"]}]} + "b5b4be95-ab20-455c-a532-1811d82e8e47"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"18d9e260-9255-4d9e-a47e-\ -c84cbd1f004a"], + }]], "MoreAboutSection",ExpressionUUID->"ec592126-52d5-44d9-922e-\ +0aa45534f1b4"], Cell[BoxData[GridBox[{ { @@ -868,7 +869,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "06c63912-d0a6-48ec-9f20-e44c82c2282f"]], "RelatedLinks", + "96be37a6-59e0-4fc3-8e98-c7f4b32a6256"]], "RelatedLinks", ExpressionUUID->"cb387ce5-a720-4988-8aae-76866a4dbf73"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -885,7 +886,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7363b8d0-4105-4710-ab5d-496984d302b4"]], "RelatedLinks", + "bc34e53d-73b2-4afd-a4f2-15e59f74c0ee"]], "RelatedLinks", ExpressionUUID->"0c5202e7-dd4a-4a52-a58f-8bcd67ba7f47"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -902,11 +903,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "58fe354e-16e5-4db9-aee9-3c92306e3e7d"]], "RelatedLinks", + "94aab4b6-1a80-4e14-a08d-c6c62e3cacc3"]], "RelatedLinks", ExpressionUUID->"2fd4a5dc-2114-404c-acb3-b3db4e4ecef5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"232c2c1a-b13d-4291-bba2-\ -4c1cbbd8d095"], + }]], "RelatedLinksSection",ExpressionUUID->"a2c2c003-7c1a-4deb-b299-\ +2b0a27d9f6a2"], Cell[CellGroupData[{ @@ -936,11 +937,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"aecb637f-0bb2-4480-8494-26f0783e9992"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"bd3f79c9-6299-44a4-b66c-9159c8f148c4"] +Cell[" ", "FooterCell",ExpressionUUID->"5fa8d9c9-f6f0-46d9-92ad-c752f3041250"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DualGame", TaggingRules->{ @@ -951,7 +952,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 36.815145}", + "built" -> "{2024, 6, 3, 16, 52, 32.672019}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -959,10 +960,10 @@ TaggingRules->{ "DualGame[game] assigns to each coalition the value what it can extract \ from the grand coalition by leaving the grand coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DualGame", "titlemodifier" -> "", - "windowtitle" -> "DualGame", "type" -> "Symbol", "uri" -> - "TUG/ref/DualGame"}}, + "metadescription" -> "", "windowtitle" -> "DualGame", "type" -> "Symbol", + "uri" -> "TUG/ref/DualGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -971,9 +972,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"37e25c9c-4630-451f-965b-82b02d4eb89a" +ExpressionUUID->"7d8922e7-902e-45fd-8e08-99f538206394" ] (* End of Notebook Content *) @@ -981,143 +982,141 @@ ExpressionUUID->"37e25c9c-4630-451f-965b-82b02d4eb89a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13208, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"839a9341-bd63-41b3-aa1d-b0c9fc37f46c", + Cell[13256, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fbb5afb-0123-4a98-8cca-6090cd570cd9", CellTags->"PrimaryExamplesSection", - CellID->493033831]} + CellID->1334257712]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36012, 982} + {"PrimaryExamplesSection", 36045, 983} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7103, 169, 56, "AnchorBarGrid",ExpressionUUID->"26e2b536-6266-4ea1-8f2c-aabb868e848f", +Cell[580, 21, 7150, 173, 57, "AnchorBarGrid",ExpressionUUID->"4ac87e12-bd40-44cc-9b34-75df173a7351", CellID->1], -Cell[7686, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"dcd8198f-fa60-4b5d-93fa-34be56f97f2d"], +Cell[7733, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"fcf1dd65-95df-484d-b488-70b5e661eff1"], Cell[CellGroupData[{ -Cell[7797, 196, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"77eff52a-61d6-49c8-bd03-330264494318"], -Cell[9082, 233, 524, 10, 111, "Usage",ExpressionUUID->"92a1fa00-a61e-4aa5-95dd-b9eeb619186c", +Cell[7844, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"8ec1116b-8bea-44a7-94aa-ed5d4c3172f4"], +Cell[9129, 237, 524, 10, 111, "Usage",ExpressionUUID->"92a1fa00-a61e-4aa5-95dd-b9eeb619186c", CellID->1832561478] }, Open ]], Cell[CellGroupData[{ -Cell[9643, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"9ab8c851-67ba-4f99-b2cb-90d906b1a55d", +Cell[9690, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"3af55051-1b60-4eb2-b0ed-6a5fc517e63c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->456002997], -Cell[11540, 297, 663, 17, 49, "Notes",ExpressionUUID->"d5e838ca-d970-4fa0-9503-bd953c0b53e1", + CellID->1002860354], +Cell[11588, 301, 663, 17, 48, "Notes",ExpressionUUID->"d5e838ca-d970-4fa0-9503-bd953c0b53e1", CellID->26053], -Cell[12206, 316, 489, 12, 37, "Notes",ExpressionUUID->"a223fb16-7feb-462b-b3c9-96a422b21fe1", +Cell[12254, 320, 489, 12, 38, "Notes",ExpressionUUID->"a223fb16-7feb-462b-b3c9-96a422b21fe1", CellID->177724765], -Cell[12698, 330, 213, 4, 36, "Notes",ExpressionUUID->"58f834e8-ecb6-4d5f-a3ac-5abc06c31bfc", +Cell[12746, 334, 213, 4, 36, "Notes",ExpressionUUID->"58f834e8-ecb6-4d5f-a3ac-5abc06c31bfc", CellID->2104746362], -Cell[12914, 336, 167, 3, 36, "Notes",ExpressionUUID->"97c62efb-80ad-42eb-a016-35e73c118403", +Cell[12962, 340, 167, 3, 36, "Notes",ExpressionUUID->"97c62efb-80ad-42eb-a016-35e73c118403", CellID->1829656105] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13208, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"839a9341-bd63-41b3-aa1d-b0c9fc37f46c", +Cell[13256, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fbb5afb-0123-4a98-8cca-6090cd570cd9", CellTags->"PrimaryExamplesSection", - CellID->493033831], + CellID->1334257712], Cell[CellGroupData[{ -Cell[14653, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fe7c1667-7f34-4330-9dec-5639f2e944ed", - CellID->231467942], -Cell[16054, 424, 116, 1, 38, "ExampleText",ExpressionUUID->"a21467ef-9420-44a1-ad8a-efba00c62a34", +Cell[14702, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"3f5f0899-8323-408e-a452-1d6dd4889974", + CellID->648057886], +Cell[16103, 428, 116, 1, 39, "ExampleText",ExpressionUUID->"a21467ef-9420-44a1-ad8a-efba00c62a34", CellID->2060829], Cell[CellGroupData[{ -Cell[16195, 429, 166, 3, 27, "Input",ExpressionUUID->"33ac70e9-eb48-4c6c-8340-ed5a27898125", +Cell[16244, 433, 166, 3, 27, "Input",ExpressionUUID->"33ac70e9-eb48-4c6c-8340-ed5a27898125", CellID->15433143], Cell[CellGroupData[{ -Cell[16386, 436, 237, 4, 23, "Print",ExpressionUUID->"bd2c18a1-2025-4bb8-8450-430f4a907864", +Cell[16435, 440, 237, 4, 23, "Print",ExpressionUUID->"bd2c18a1-2025-4bb8-8450-430f4a907864", CellID->1575236103], -Cell[16626, 442, 365, 8, 23, "Print",ExpressionUUID->"1a72f0ba-e7da-4771-a754-c31c36974a18", +Cell[16675, 446, 365, 8, 23, "Print",ExpressionUUID->"1a72f0ba-e7da-4771-a754-c31c36974a18", CellID->656374680], -Cell[16994, 452, 236, 4, 23, "Print",ExpressionUUID->"f3edab41-0083-44e7-a596-43c3e9fea5f7", +Cell[17043, 456, 236, 4, 23, "Print",ExpressionUUID->"f3edab41-0083-44e7-a596-43c3e9fea5f7", CellID->346476683], -Cell[17233, 458, 221, 3, 23, "Print",ExpressionUUID->"63e59caa-e393-4ac7-ac0e-db20eb83c3c0", +Cell[17282, 462, 221, 3, 23, "Print",ExpressionUUID->"63e59caa-e393-4ac7-ac0e-db20eb83c3c0", CellID->2121939526], -Cell[17457, 463, 207, 3, 23, "Print",ExpressionUUID->"f9cf8bcd-bad9-4be2-907d-f690e6f6c978", +Cell[17506, 467, 207, 3, 23, "Print",ExpressionUUID->"f9cf8bcd-bad9-4be2-907d-f690e6f6c978", CellID->931318294], -Cell[17667, 468, 237, 4, 23, "Print",ExpressionUUID->"118a8722-bd23-450c-86d7-1e22e12e0b88", +Cell[17716, 472, 237, 4, 23, "Print",ExpressionUUID->"118a8722-bd23-450c-86d7-1e22e12e0b88", CellID->175688516], -Cell[17907, 474, 221, 3, 23, "Print",ExpressionUUID->"7a1c4fd8-752a-4b05-bd27-c38291b148a4", +Cell[17956, 478, 221, 3, 23, "Print",ExpressionUUID->"7a1c4fd8-752a-4b05-bd27-c38291b148a4", CellID->1121684301], -Cell[18131, 479, 236, 4, 23, "Print",ExpressionUUID->"265263cb-d2e3-4d2b-a41e-7ff55380c16f", +Cell[18180, 483, 236, 4, 23, "Print",ExpressionUUID->"265263cb-d2e3-4d2b-a41e-7ff55380c16f", CellID->326525084], -Cell[18370, 485, 237, 4, 23, "Print",ExpressionUUID->"8aa932c1-0190-4377-bc6f-92b4a3063133", +Cell[18419, 489, 237, 4, 23, "Print",ExpressionUUID->"8aa932c1-0190-4377-bc6f-92b4a3063133", CellID->1628421121], -Cell[18610, 491, 208, 3, 23, "Print",ExpressionUUID->"e8c6c8e6-f509-4f0b-8018-d3aecb2a0927", +Cell[18659, 495, 208, 3, 23, "Print",ExpressionUUID->"e8c6c8e6-f509-4f0b-8018-d3aecb2a0927", CellID->1314015895], -Cell[18821, 496, 236, 4, 23, "Print",ExpressionUUID->"5a6566ae-b8d5-4d31-b650-f70f0e11184c", +Cell[18870, 500, 236, 4, 23, "Print",ExpressionUUID->"5a6566ae-b8d5-4d31-b650-f70f0e11184c", CellID->218804988] }, Open ]] }, Open ]], -Cell[19084, 504, 137, 1, 70, "ExampleText",ExpressionUUID->"f2adad87-f3de-4b86-8258-4b1aff186fc9", +Cell[19133, 508, 137, 1, 39, "ExampleText",ExpressionUUID->"f2adad87-f3de-4b86-8258-4b1aff186fc9", CellID->1592138670], -Cell[19224, 507, 235, 6, 70, "Input",ExpressionUUID->"25b49fa1-17a0-4a0d-bb7f-835ecfe93d3e", +Cell[19273, 511, 235, 6, 70, "Input",ExpressionUUID->"25b49fa1-17a0-4a0d-bb7f-835ecfe93d3e", CellID->2106807192], -Cell[19462, 515, 380, 9, 70, "Input",ExpressionUUID->"4bb8526d-f839-4711-8983-2afa2f92e8e7", +Cell[19511, 519, 380, 9, 70, "Input",ExpressionUUID->"4bb8526d-f839-4711-8983-2afa2f92e8e7", CellID->173598502], -Cell[19845, 526, 237, 6, 70, "Input",ExpressionUUID->"4e5ef1ad-a463-41c5-940a-77b87792f54f", +Cell[19894, 530, 237, 6, 70, "Input",ExpressionUUID->"4e5ef1ad-a463-41c5-940a-77b87792f54f", CellID->765149576], -Cell[20085, 534, 191, 4, 70, "ExampleText",ExpressionUUID->"81c2d0a2-da80-4744-9b72-8f6e6a458009", +Cell[20134, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"81c2d0a2-da80-4744-9b72-8f6e6a458009", CellID->1749147736], Cell[CellGroupData[{ -Cell[20301, 542, 166, 3, 70, "Input",ExpressionUUID->"911509a5-83c1-4a68-9079-38b875b5c4f8", +Cell[20350, 546, 166, 3, 70, "Input",ExpressionUUID->"911509a5-83c1-4a68-9079-38b875b5c4f8", CellID->1963777873], -Cell[20470, 547, 173, 4, 36, "Output",ExpressionUUID->"b03ea6d3-3a0c-48fd-a9c7-6484e4a714f9", +Cell[20519, 551, 173, 4, 36, "Output",ExpressionUUID->"b03ea6d3-3a0c-48fd-a9c7-6484e4a714f9", CellID->461730365] }, Open ]], -Cell[20658, 554, 152, 1, 70, "ExampleText",ExpressionUUID->"8c25033b-f2ce-41bc-9219-5ea0fdf101ba", +Cell[20707, 558, 152, 1, 70, "ExampleText",ExpressionUUID->"8c25033b-f2ce-41bc-9219-5ea0fdf101ba", CellID->1124149910], Cell[CellGroupData[{ -Cell[20835, 559, 169, 3, 70, "Input",ExpressionUUID->"c825c3ea-f985-4643-a7dc-6c0af79277d4", +Cell[20884, 563, 169, 3, 70, "Input",ExpressionUUID->"c825c3ea-f985-4643-a7dc-6c0af79277d4", CellID->567893696], -Cell[21007, 564, 319, 9, 51, "Output",ExpressionUUID->"92d8ae1d-adf4-4244-858f-4ca82563896a", +Cell[21056, 568, 319, 9, 50, "Output",ExpressionUUID->"92d8ae1d-adf4-4244-858f-4ca82563896a", CellID->1613658410] }, Open ]], -Cell[21341, 576, 168, 3, 70, "ExampleText",ExpressionUUID->"48a8112b-2075-4118-99f7-b0e3e032048b", +Cell[21390, 580, 168, 3, 70, "ExampleText",ExpressionUUID->"48a8112b-2075-4118-99f7-b0e3e032048b", CellID->1978931832], Cell[CellGroupData[{ -Cell[21534, 583, 191, 4, 70, "Input",ExpressionUUID->"7e45bf13-9bda-4480-82fb-bf3006d3b269", +Cell[21583, 587, 191, 4, 70, "Input",ExpressionUUID->"7e45bf13-9bda-4480-82fb-bf3006d3b269", CellID->771716534], -Cell[21728, 589, 368, 8, 36, "Output",ExpressionUUID->"4b66f073-d4f0-4bc4-8209-71ba7ff8c2f0", +Cell[21777, 593, 368, 8, 36, "Output",ExpressionUUID->"4b66f073-d4f0-4bc4-8209-71ba7ff8c2f0", CellID->1739499057] }, Open ]], -Cell[22111, 600, 147, 1, 70, "ExampleText",ExpressionUUID->"2a987cad-a83f-4338-ae6d-d0d67370dd48", +Cell[22160, 604, 147, 1, 70, "ExampleText",ExpressionUUID->"2a987cad-a83f-4338-ae6d-d0d67370dd48", CellID->250066153], -Cell[22261, 603, 240, 6, 70, "Input",ExpressionUUID->"c9371089-1d3b-467a-9feb-6e50ae22f64c", +Cell[22310, 607, 240, 6, 70, "Input",ExpressionUUID->"c9371089-1d3b-467a-9feb-6e50ae22f64c", CellID->1549642329], -Cell[22504, 611, 150, 1, 70, "ExampleText",ExpressionUUID->"9bb884c6-520d-4959-93cf-1718e248afc3", +Cell[22553, 615, 150, 1, 70, "ExampleText",ExpressionUUID->"9bb884c6-520d-4959-93cf-1718e248afc3", CellID->404637382], Cell[CellGroupData[{ -Cell[22679, 616, 171, 3, 70, "Input",ExpressionUUID->"18a59b1c-bad1-493b-acd1-5c16ade9e147", +Cell[22728, 620, 171, 3, 70, "Input",ExpressionUUID->"18a59b1c-bad1-493b-acd1-5c16ade9e147", CellID->1987027561], -Cell[22853, 621, 318, 9, 51, "Output",ExpressionUUID->"bb430326-6436-4bab-b4fc-b3aa24bcbeee", +Cell[22902, 625, 318, 9, 50, "Output",ExpressionUUID->"bb430326-6436-4bab-b4fc-b3aa24bcbeee", CellID->384535429] }, Open ]], -Cell[23186, 633, 174, 3, 70, "ExampleText",ExpressionUUID->"4da48a89-b937-43fb-87bf-3b28593d59b9", +Cell[23235, 637, 174, 3, 70, "ExampleText",ExpressionUUID->"4da48a89-b937-43fb-87bf-3b28593d59b9", CellID->1670224853] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23639, 648, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"a97b0972-f1fa-444d-9236-b5d63f17f73e"], +Cell[29127, 798, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6ac6b2ef-dcba-41c4-a239-dc33fc2fec56"], +Cell[29800, 818, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ec592126-52d5-44d9-922e-0aa45534f1b4"], +Cell[30836, 846, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"a2c2c003-7c1a-4deb-b299-2b0a27d9f6a2"], Cell[CellGroupData[{ -Cell[23612, 646, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"c6b9fd06-7c36-4e83-832f-02096479fdee"], -Cell[29100, 796, 670, 18, 70, "TechNotesSection",ExpressionUUID->"37f4d330-0bbf-410c-a584-34b216c8162f"] -}, Open ]], -Cell[29785, 817, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"18d9e260-9255-4d9e-a47e-c84cbd1f004a"], -Cell[30821, 845, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"232c2c1a-b13d-4291-bba2-4c1cbbd8d095"], -Cell[CellGroupData[{ -Cell[33067, 912, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e6df9a94-b01f-49be-81b5-9f783c98c1f0", +Cell[33082, 913, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e6df9a94-b01f-49be-81b5-9f783c98c1f0", CellID->906383680], -Cell[33207, 915, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fad1d4dd-b1ca-4d9a-ba14-aa9c3069c7bc", +Cell[33222, 916, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fad1d4dd-b1ca-4d9a-ba14-aa9c3069c7bc", CellID->1194386356], -Cell[33429, 921, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79887747-2be1-4a56-ae3d-051493b6f317", +Cell[33444, 922, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79887747-2be1-4a56-ae3d-051493b6f317", CellID->1641706272], -Cell[33644, 926, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb8fa169-0c03-4b9b-9943-1bb79d8f8ad2", +Cell[33659, 927, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb8fa169-0c03-4b9b-9943-1bb79d8f8ad2", CellID->399251956], -Cell[33873, 932, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aecb637f-0bb2-4480-8494-26f0783e9992", +Cell[33888, 933, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aecb637f-0bb2-4480-8494-26f0783e9992", CellID->821434655] }, Open ]], -Cell[34110, 938, 78, 0, 70, "FooterCell",ExpressionUUID->"bd3f79c9-6299-44a4-b66c-9159c8f148c4"] +Cell[34125, 939, 78, 0, 70, "FooterCell",ExpressionUUID->"5fa8d9c9-f6f0-46d9-92ad-c752f3041250"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/DualProbabilityGame.nb b/Documentation/English/ReferencePages/Symbols/DualProbabilityGame.nb new file mode 100644 index 0000000..47bf27e --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/DualProbabilityGame.nb @@ -0,0 +1,1431 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 57860, 1421] +NotebookOptionsPosition[ 47278, 1213] +NotebookOutlinePosition[ 49131, 1259] +CellTagsIndexPosition[ 49045, 1254] +WindowTitle->DualProbabilityGame +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "2d37dc41-b1f3-4e14-a019-353b4d8ebeeb"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "c07e47d9-d912-40d6-bb0b-74c81a2592e2"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "cd53d835-fdae-4e28-b2cb-f7a44068e41f"] + }],ExpressionUUID->"26efaee8-bf0b-4eb7-8ee7-64a88de67a27"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"ProbabilityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProbabilityGame"], + "\"ProductGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProductGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "3dcc823f-bb3a-4c51-851e-7b57c05c1bbe"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "82109320-bf37-4bdd-b784-5cb182fe8481"] + }],ExpressionUUID->"f26b9de1-75f5-4a8c-be55-4c5c0f30b38d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "4774850c-bf0a-4554-817a-f3e7e7781906"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "ecc06d67-f496-41e1-86a0-202c83c1084b"] + }],ExpressionUUID->"e56f6dd2-966b-43f7-b852-bfeb33ef2677"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "eb4fa751-2022-4374-bebe-c98109c20bfa"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "5bd5371b-5614-4a09-bf02-19cf8d62c651"] + }],ExpressionUUID->"17f9e3de-a273-4288-8f17-074cb32c4722"], + StripOnInput->False],{ + "\"TUG/ref/DualProbabilityGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DualProbabilityGame"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +DualProbabilityGame.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$75960], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DualProbabilityGame" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "43542cc5-c537-4322-8034-a58184fefcf4"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "a00f9b2b-49f6-4854-abbc-180fa61f7789"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"65e49e62-da2e-4dc0-8a25-2704f30af030"], + +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"3127320e-6aea-4207-9fa2-3e250c4d415d"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "DualProbabilityGame", "ObjectName",ExpressionUUID-> + "ceb581eb-9394-4ceb-9d3c-cd9afb45dad8"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"332c2a0b-d28f-4e2a-b01e-8230468c5e5a"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "1a4c1533-1fe2-4ac3-9b8e-921f509a5bc9"] + }],ExpressionUUID->"b65a7f31-ae83-46b9-acb5-2cece988002b"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"5fc47457-57c3-4fa5-90a6-\ +b790ef0eb4eb"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"DualProbabilityGame", "[", "wghs_List", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d76cc866-64e8-46cb-bedd-0202d782fa4c"], + " \[LineSeparator]computes from a probability vector the associated dual \ +probability game." + }],ExpressionUUID->"26495915-9053-489a-aa4d-9fa6ed597ed5"]} + }]], "Usage", + CellID->811304962,ExpressionUUID->"45b3abca-01e5-458e-9d13-d0869b407bf9"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"730119d9-d227-4206-a653-9536b2d6759a"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"05de53c1-d9fe-4aea-ac4d-d6cc122b2b4d"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"2c22717f-b077-4232-8f5b-99b14916461d"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"c413d80d-1f06-40da-a0a2-54d03d130a65"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->201162451,ExpressionUUID->"146dff2b-1dce-46ff-bb3a-5f70dcd6a2bb"], + +Cell[TextData[{ + "The expression ", + Cell[BoxData["wghs_List"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6196651b-c653-46f2-9ae7-6a9f8e721dbb"], + " is the probability vector of types . " +}], "]]", "Notes", + CellID->313448337,ExpressionUUID->"9af580aa-fc62-44f1-ab21-18ca1eee19a4"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "824d9fd1-afaa-4902-9984-a9bf46c4717f"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "301ccc4f-88fb-4f95-ba88-43d01ec7a68c"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"2430aae4-226f-4051-a871-8d0235a11474"], + +Cell["\<\ +Dual Probability games have an non-empty core since this game class belongs \ +to the class of convex games.\ +\>", "Notes", + CellID->2085588552,ExpressionUUID->"c0260f16-d0d0-4182-a5f0-187fbba37d67"], + +Cell["\<\ +This function computes the characteristic values from the underlying \ +probability vector.\ +\>", "Notes", + CellID->306311476,ExpressionUUID->"861e086e-5859-4104-b99d-12df4920392e"], + +Cell["\<\ +See Pierre Dehez (2023), Sharing a collective probability of success, \ +Mathematical Social + Sciences 123, 122-127\ +\>", "Notes", + CellID->2108874141,ExpressionUUID->"b199a9b7-47a1-42ce-9c76-c5733088f828"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"afccb55b-a80d-49db-ada3-6e12775b6bfb"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"e8213a95-ee0c-4f33-a412-59b9ff96fa0c"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "ceb5ecdd-d384-4107-a28b-69b116de3fd8"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->248067612,ExpressionUUID->"f04385bd-9357-403f-8503-0151e63ad204"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"2fbf25c3-657f-4538-9d31-8f2e3d842b00"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"bb938700-116a-4dec-8b17-f28ce643c9ee"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "319db921-3832-490f-9204-a3c6255f55be"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->514295675,ExpressionUUID->"c45a2450-976b-4079-b41d-accec198f7bf"], + +Cell["Loading the package:", "ExampleText", + CellID->1430927406,ExpressionUUID->"2463b958-e0aa-482c-9c89-8e3eb3e5bc54"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->1259233753,ExpressionUUID->"5e8816e5-d4c4-408a-964d-af84d85b436b"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1310179254,ExpressionUUID->"97e144c3-8443-4d73-87b6-0c8d4d91b75f"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->835187564,ExpressionUUID->"e337bbd4-0fde-4072-b0c5-4573a08f9da9"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->869079615,ExpressionUUID->"8c5f0446-f676-44d5-813a-dc5eff92e9d0"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1634121694,ExpressionUUID->"0c1b11d6-0394-472b-b580-72daff9321c6"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1441011814,ExpressionUUID->"4c666d15-4358-4113-9cd6-808b9b306907"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1265542147,ExpressionUUID->"a0ccaea5-5cc7-4180-afb1-155e00b8f1e3"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->2012302746,ExpressionUUID->"6d99292e-fd7b-4957-8c53-20fbde5a3439"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1168428913,ExpressionUUID->"42cf7e42-7545-4ef8-b0e0-7f6a73d3b5a9"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->781587692,ExpressionUUID->"3eb00fe2-6f03-4833-9247-8ed28498e744"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->648595566,ExpressionUUID->"36787db2-a713-4e5a-b2d3-40602fdea75b"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$4237`", + CellLabel->"During evaluation of In[1]:=", + CellID->1135397140,ExpressionUUID->"160c1238-0fd7-43d1-9dd8-6c936d8a2168"] +}, Open ]] +}, Open ]], + +Cell["Consider first a probability vector of six items", "ExampleText", + CellID->1060603206,ExpressionUUID->"ec1b931b-1ef4-474f-b5aa-3420429a6cdf"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wghs", "=", + RowBox[{"{", + RowBox[{ + "0.3", ",", "0.32", ",", "0.47", ",", "0.53", ",", "0.64", ",", "0.71"}], + "}"}]}]], "Input", + CellLabel->"In[2]:=", + CellID->1727175520,ExpressionUUID->"26d642d8-22ff-4d60-9d4c-e81618fa302b"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + "0.3`", ",", "0.32`", ",", "0.47`", ",", "0.53`", ",", "0.64`", ",", + "0.71`"}], "}"}]], "Output", + CellLabel->"Out[2]=", + CellID->1877942906,ExpressionUUID->"42ca4d3c-f047-47cc-a007-069c3e2801d4"] +}, Open ]], + +Cell["\<\ +To define the associated dual probability game, a player set of cardinality \ +six must be constructed.\ +\>", "ExampleText", + CellID->219526976,ExpressionUUID->"548b4e12-17e9-4ced-abfc-0905f65d356b"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"Range", "[", "6", "]"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->2052839270,ExpressionUUID->"9062220c-8df7-4eb1-beb3-c89c27887ee3"], + +Cell["\<\ +Then, we compute the characteristic values of the probability game by\ +\>", "ExampleText", + CellID->302774813,ExpressionUUID->"15917a16-e18a-46fa-94d1-3e59c4fdb118"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"dclv1", "=", + RowBox[{"DualProbabilityGame", "[", "wghs", "]"}]}]], "Input", + CellLabel->"In[4]:=", + CellID->1133498646,ExpressionUUID->"f710e7eb-07e1-43de-b06d-2fc0fc572bd8"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + "0.`", ",", "0.005305232160000001`", ",", "0.005825352960000001`", ",", + "0.010977492959999998`", ",", "0.01395915696`", ",", + "0.022006888959999995`", ",", "0.03030690095999999`", ",", + "0.01362716496`", ",", "0.020987364959999998`", ",", + "0.025246884960000004`", ",", "0.03674364496`", ",", + "0.048600804959999994`", ",", "0.021968724959999998`", ",", + "0.026353524960000006`", ",", "0.03818842496000001`", ",", + "0.05039432496`", ",", "0.03731552495999999`", ",", "0.05249992495999999`", + ",", "0.06816032495999998`", ",", "0.06078232496000001`", ",", + "0.07844192495999998`", ",", "0.10619272495999997`", ",", "0.03668912496`", + ",", "0.04295312496000001`", ",", "0.05986012496000001`", ",", + "0.07729712496`", ",", "0.05861312496`", ",", "0.08030512495999999`", ",", + "0.10267712495999998`", ",", "0.09213712496000001`", ",", "0.11736512496`", + ",", "0.15700912495999997`", ",", "0.060701124960000005`", ",", + "0.08303112496`", ",", "0.10606112495999998`", ",", "0.09521112496000002`", + ",", "0.12118112495999998`", ",", "0.16199112496`", ",", "0.12566112496`", + ",", "0.15898112495999994`", ",", "0.21134112495999993`", ",", + "0.23990112495999996`", ",", "0.09202112496`", ",", "0.12392112496000002`", + ",", "0.15682112495999997`", ",", "0.14132112496000002`", ",", + "0.17842112495999998`", ",", "0.23672112495999997`", ",", + "0.18482112496000003`", ",", "0.23242112495999998`", ",", + "0.3072211249599999`", ",", "0.34802112496`", ",", "0.19062112496000003`", + ",", "0.23962112496`", ",", "0.31662112496`", ",", "0.35862112496`", ",", + "0.46362112495999996`", ",", "0.27762112496`", ",", "0.34762112495999997`", + ",", "0.45762112496`", ",", "0.51762112496`", ",", "0.6676211249599999`", + ",", "0.6876211249599999`", ",", "0.98762112496`"}], "}"}]], "Output", + CellLabel->"Out[4]=", + CellID->746474473,ExpressionUUID->"2887c7a2-01f3-416b-b1c7-b11b4ba258e5"] +}, Open ]], + +Cell["Finally, we define the following six person product game by", \ +"ExampleText", + CellID->905685917,ExpressionUUID->"bf4b842c-a7c9-464e-9683-5600438c227f"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "dclv1"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[5]:=", + CellID->2010391696,ExpressionUUID->"b6e7a443-9c96-42f7-b1c3-fb3f80027b0d"], + +Cell["Form which the Shapley value can be computed through", "ExampleText", + CellID->234263560,ExpressionUUID->"f7851878-d43d-429a-a595-64d148a3c754"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "=", + RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->559912270,ExpressionUUID->"f993dcb3-7feb-492d-ae80-e060f16811fc"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{ + "20361962640898902487120327589483060132047818837359402059142248321558740378\ +512492456478343811233828232302591127420175626040828790735491500722975141544275\ +6363050293658918954689428608232313886310895673451727", "/", + "2222286443763124552314475951769296526593711408683783269279264887385896832\ +971503180083610536114450287685786626769399305051071580209557882267874748856833\ +122961842432239879152383703721790679198485635335464000"}], ",", + RowBox[{ + "24033377794748703218450443857319249449364158085995169956193521020299134824\ +491999632438634835596056544611409636499187174077390708213327464924385437228937\ +20174350873951452663547381243184725502255618217111731", "/", + "2444515088139437007545923546946226179253082549552161596207191376124486516\ +268653498091971589725895316454365289446339235556178738230513670494662223742516\ +4352580266754638670676220740939697471183341988690104000"}], ",", + RowBox[{ + "67328805996743928313969768225887245525046201214413592869007447423926847965\ +102705533222798461854669356558983527891756414526499325172980095285588430322613\ +926874870750446588597789688072676120179522893982209", "/", + "4444572887526249104628951903538593053187422817367566538558529774771793665\ +943006360167221072228900575371573253538798610102143160419115764535749497713666\ +24592368486447975830476740744358135839697127067092800"}], ",", + RowBox[{ + "42653606453155791206942234957628142991179778877972796779545267448687757576\ +402366032858696482806830700602654994871611909786483120912219222866850049038110\ +16643663449328332494239993213531442040832293732298953", "/", + "2444515088139437007545923546946226179253082549552161596207191376124486516\ +268653498091971589725895316454365289446339235556178738230513670494662223742516\ +4352580266754638670676220740939697471183341988690104000"}], ",", + RowBox[{ + "53771503016416942050222026466881731999622666451381121981956857275667101953\ +694341939864360953662830896032878233079126839534019262124313819382344861629990\ +04980466866073576396509536436467692546486141747046057", "/", + "2444515088139437007545923546946226179253082549552161596207191376124486516\ +268653498091971589725895316454365289446339235556178738230513670494662223742516\ +4352580266754638670676220740939697471183341988690104000"}], ",", + RowBox[{ + "61537985433475139522147072514609573401685357826019137941955513264855684977\ +344846206027519973485452888017200971671250637296604604272944263728617856607176\ +76889863564203172263064394451261193482554837643928767", "/", + "2444515088139437007545923546946226179253082549552161596207191376124486516\ +268653498091971589725895316454365289446339235556178738230513670494662223742516\ +4352580266754638670676220740939697471183341988690104000"}]}], "}"}]], "Output",\ + + CellContext->"Cell$$4237`", + CellLabel->"Out[6]=", + CellID->244272783,ExpressionUUID->"87c0eb64-9a9f-42fb-8ab1-5c641f9005e8"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "//", "N"}]], "Input", + CellLabel->"In[7]:=", + CellID->1176331856,ExpressionUUID->"361d519b-20e2-48b1-b90b-f05546c6a119"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + "0.09162618391542193`", ",", "0.09831552241733524`", ",", + "0.15148543561002925`", ",", "0.17448698377893915`", ",", + "0.21996797351471192`", ",", "0.25173902886528216`"}], "}"}]], "Output", + CellLabel->"Out[7]=", + CellID->1343039971,ExpressionUUID->"53bb41c8-cb57-44ec-bb09-963ff66ed2aa"] +}, Open ]], + +Cell["Or alternatively, a kernel element can be computed through", \ +"ExampleText", + CellID->1255571655,ExpressionUUID->"bb9c6ada-7c3a-45f1-b51f-b3b79898f163"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"kr", "=", + RowBox[{"Kernel", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[8]:=", + CellID->2101231063,ExpressionUUID->"9b62bd1d-31e3-4862-b0cc-f1df400489d6"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["37500227", "245657280"], ",", + FractionBox["858809836213071101105877001", "5498005081310686439021419200"], + ",", + FractionBox["887136302086360614535155241", "5498005081310686439021419200"], + ",", + FractionBox["903529500982034482459217801", "5498005081310686439021419200"], + ",", + FractionBox["947775988989442631282625001", "5498005081310686439021419200"], + ",", + FractionBox["993409481274044699045658601", + "5498005081310686439021419200"]}], "}"}]], "Output", + CellLabel->"Out[8]=", + CellID->1096208692,ExpressionUUID->"03953c93-ce63-4c85-846f-6fdd9ad4b0ad"] +}, Open ]], + +Cell["This game class is convex, as can be seen by ", "ExampleText", + CellID->609083275,ExpressionUUID->"6c620040-3bfb-4995-9c0a-3e5af09278e2"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"ConvexQ", "[", "ExpGame", "]"}]], "Input", + CellLabel->"In[9]:=", + CellID->528737109,ExpressionUUID->"0f623eef-6fa9-40eb-ae6a-b97724cbc8ca"], + +Cell[BoxData["True"], "Output", + CellLabel->"Out[9]=", + CellID->426496391,ExpressionUUID->"67c66374-8f80-4eeb-9d31-e76267f1dc13"] +}, Open ]], + +Cell["Convex games have an non-empty core, which can be seen by", \ +"ExampleText", + CellID->447654302,ExpressionUUID->"068710ac-c340-4322-ab77-6fad3307f701"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"CoreQ", "[", "ExpGame", "]"}]], "Input", + CellLabel->"In[10]:=", + CellID->588622431,ExpressionUUID->"b8255a23-d4ae-4426-8d3f-f8865d66019b"], + +Cell[BoxData["True"], "Output", + CellLabel->"Out[10]=", + CellID->1161747686,ExpressionUUID->"c4760a77-89ee-47d8-b688-af041e6e267d"] +}, Open ]], + +Cell["\<\ +The dual of the dual probability game must be equal to the associated \ +probability game, the primal game.\ +\>", "ExampleText", + CellID->242073895,ExpressionUUID->"1f0383f6-a921-42d3-b494-77ae78e4bdeb"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"dgvals", "=", + RowBox[{ + RowBox[{"DualGame", "[", "ExpGame", "]"}], "//", "N"}]}]], "Input", + CellLabel->"In[11]:=", + CellID->255776099,ExpressionUUID->"9993c69c-d1d0-4f14-8668-e4b2047f423d"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + "0.`", ",", "0.30000000407071187`", ",", "0.319999999324687`", ",", + "0.4700000071303145`", ",", "0.5300000034995741`", ",", + "0.6400000019559318`", ",", "0.7100000053126911`", ",", + "0.5240000048829434`", ",", "0.6290000006258435`", ",", + "0.671000004185835`", ",", "0.747999999888757`", ",", + "0.7970000030876288`", ",", "0.6396000008316234`", ",", + "0.6804000023956011`", ",", "0.7552000059168179`", ",", + "0.8028000056877295`", ",", "0.750900002138073`", ",", + "0.8091999990928674`", ",", "0.8463000017909728`", ",", + "0.8308000046225583`", ",", "0.8636999997598489`", ",", + "0.8955999993833432`", ",", "0.7477200027520806`", ",", + "0.7762800046661659`", ",", "0.828639999422712`", ",", + "0.8619600053081173`", ",", "0.8256300069153589`", ",", + "0.8664400042610213`", ",", "0.8924100023072448`", ",", + "0.8815599999531375`", ",", "0.9045900008729496`", ",", + "0.9269200066210515`", ",", "0.8306120037978921`", ",", + "0.8702560058207807`", ",", "0.8954840056345347`", ",", + "0.8849440035797775`", ",", "0.9073160046708829`", ",", + "0.9290080072172386`", ",", "0.9103240014834689`", ",", + "0.927761003645527`", ",", "0.9446680006021195`", ",", + "0.9509320020504729`", ",", "0.8814283997540991`", ",", + "0.9091792063284372`", ",", "0.9268388024706827`", ",", + "0.9194608022124346`", ",", "0.9351212062731339`", ",", + "0.9503056014758288`", ",", "0.9372268063351581`", ",", + "0.949432702046366`", ",", "0.9612676052339817`", ",", + "0.9656524068505696`", ",", "0.9390203254187793`", ",", + "0.9508774805482494`", ",", "0.9623742410257213`", ",", + "0.9666337603088745`", ",", "0.9739939672233517`", ",", + "0.9573142308899542`", ",", "0.9656142400041188`", ",", + "0.9736619750194636`", ",", "0.9766436381233046`", ",", + "0.9817957733895267`", ",", "0.98231589554358`", ",", + "0.9876211281017196`"}], "}"}]], "Output", + CellLabel->"Out[11]=", + CellID->1218014824,ExpressionUUID->"f5148a91-7185-4a43-87d3-201793b15a06"] +}, Open ]], + +Cell["\<\ +Then, we compute the characteristic values of the probability game by\ +\>", "ExampleText", + CellID->382240992,ExpressionUUID->"ad731307-29ae-48e6-ba0a-f418fa4381dc"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"clv1", "=", + RowBox[{"ProbabilityGame", "[", "wghs", "]"}]}]], "Input", + CellLabel->"In[12]:=", + CellID->2112587397,ExpressionUUID->"2a12f590-5038-4d1c-81d0-3e7808ba2eb3"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + "0", ",", "0.30000000000000004`", ",", "0.32000000000000006`", ",", "0.47`", + ",", "0.53`", ",", "0.64`", ",", "0.71`", ",", "0.524`", ",", "0.629`", + ",", "0.671`", ",", "0.748`", ",", "0.7969999999999999`", ",", "0.6396`", + ",", "0.6804000000000001`", ",", "0.7552000000000001`", ",", "0.8028`", + ",", "0.7509`", ",", "0.8092`", ",", "0.8462999999999999`", ",", "0.8308`", + ",", "0.8637`", ",", "0.8956`", ",", "0.74772`", ",", + "0.7762800000000001`", ",", "0.82864`", ",", "0.8619600000000001`", ",", + "0.82563`", ",", "0.86644`", ",", "0.8924099999999999`", ",", "0.88156`", + ",", "0.90459`", ",", "0.92692`", ",", "0.830612`", ",", "0.870256`", ",", + "0.895484`", ",", "0.8849440000000001`", ",", "0.907316`", ",", + "0.9290080000000001`", ",", "0.910324`", ",", "0.927761`", ",", + "0.944668`", ",", "0.950932`", ",", "0.8814284`", ",", + "0.9091792000000001`", ",", "0.9268388`", ",", "0.9194608`", ",", + "0.9351212`", ",", "0.9503056`", ",", "0.9372268`", ",", "0.9494327`", ",", + "0.9612676`", ",", "0.9656524`", ",", "0.93902032`", ",", + "0.9508774799999999`", ",", "0.96237424`", ",", "0.96663376`", ",", + "0.97399396`", ",", "0.957314224`", ",", "0.965614236`", ",", + "0.973661968`", ",", "0.976643632`", ",", "0.981795772`", ",", + "0.9823158928`", ",", "0.98762112496`"}], "}"}]], "Output", + CellLabel->"Out[12]=", + CellID->543276000,ExpressionUUID->"ff89ed1d-1e2b-4a27-9d97-7cd595d50b6e"] +}, Open ]], + +Cell["Finally, comparing both vectors through:", "ExampleText", + CellID->1671056834,ExpressionUUID->"e1c29663-6b20-4d97-8a7f-e8cf9e963405"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{ + RowBox[{"Chop", "[", + RowBox[{"#", ",", + SuperscriptBox["10", + RowBox[{"-", "8"}]]}], "]"}], " ", "&"}], "/@", " ", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Subtract", "[", + RowBox[{"#1", ",", "#2"}], "]"}], " ", "&"}], ",", + RowBox[{"{", + RowBox[{"dgvals", ",", "clv1"}], "}"}]}], "]"}]}]], "Input", + CellLabel->"In[13]:=", + CellID->1540898865,ExpressionUUID->"f7644ec9-6c4d-4ddd-8410-b8b1e581f9ef"], + +Cell[BoxData[ + 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"}], "}"}]], "Output", + CellLabel->"Out[13]=", + CellID->2135298672,ExpressionUUID->"eb969264-e72c-4371-a25d-66f21cc43d6d"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["DualGame"]], "paclet:TUG/ref/DualGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "81674376-ac3f-4421-bd9e-ad21e95b2268"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AssignmentProblem"]], + "paclet:TUG/ref/AssignmentProblem", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "4d8abe7f-5fc7-4553-8203-9d5fdb194892"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ComplementaryMarket"]], + "paclet:TUG/ref/ComplementaryMarket", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "16833e31-18a6-4cfe-915e-260889766866"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ProbabilityGame"]], "paclet:TUG/ref/ProbabilityGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "9a8fe563-fa15-447e-80e0-2694c9326823"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ProductGame"]], "paclet:TUG/ref/ProductGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8012b5de-c25c-487a-ae20-20f97a956653"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AirportProblem"]], "paclet:TUG/ref/AirportProblem", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a6df1912-8d75-4b82-afea-8f835da64d98"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["WeightedMajority"]], "paclet:TUG/ref/WeightedMajority", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "44928291-b9cc-4e56-84cc-02ae1829921d"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ModestBankruptcy"]], "paclet:TUG/ref/ModestBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "fa00eaed-f6e2-49e0-8e0a-b944fcf44d8f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GreedyBankruptcy"]], "paclet:TUG/ref/GreedyBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7c3830c0-a2be-4952-8a00-a892f3fb908b"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GenProfitMatrix"]], "paclet:TUG/ref/GenProfitMatrix", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d71f9aa4-fd2c-4b3d-9b6f-a8fe5373a6b4"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType2"]], "paclet:TUG/ref/SymGameType2", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c0cfad7a-8361-4657-ad9d-725aa572badf"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType3"]], "paclet:TUG/ref/SymGameType3", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1a992246-b54d-4a9d-9c91-23b7b52bb503"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType4"]], "paclet:TUG/ref/SymGameType4", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "2bb2354f-0b25-4e55-867c-a633cf74a507"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CostSaving"]], "paclet:TUG/ref/CostSaving", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "61f81af2-f938-4c3a-b4c3-e7a4eb86922c"] + }], "SeeAlso",ExpressionUUID->"3de41548-aceb-4534-a162-3c519c7879df"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"4b6ebbe1-327a-40e6-8cca-\ +6012f013a7f6"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"c766f417-dc2c-48b7-811f-fd8bc0068968"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"42746587-ea20-41e8-964d-\ +1c78918b7d33"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "58f1466c-7fa5-4dc1-b45f-df0190048ac1"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "e0fdd654-3298-49e5-a040-ec36d5b8db6b"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"685bb2f6-b959-4df1-aa9c-\ +4c2fca089857"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "GreedyBankruptcy"}]]]], + "paclet:TUG/Ref/GreedyBankruptcy"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "508564c4-f691-40af-a706-43930d0a7002"]], "RelatedLinks", + ExpressionUUID->"d8adb802-ef22-46e2-be32-1abb3dc8d5f2"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "Nucleolus"}]]]], + "paclet:TUG/Ref/Nucleolus"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "e5b371e0-5224-4622-88e2-b8dc9e3d766a"]], "RelatedLinks", + ExpressionUUID->"21ddd730-bb12-463b-885f-c0af3f441bd8"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "ShapleyValue"}]]]], + "paclet:TUG/Ref/ShapleyValue"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "0f1e5e66-33b1-4f8d-b175-494c89968943"]], "RelatedLinks", + ExpressionUUID->"309aeedb-c351-458c-8de4-6f4159a7e138"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"83473fae-f73d-413a-8d3d-\ +a5667a50ff98"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->906383680,ExpressionUUID->"6e9b5700-ac6b-422d-a21f-1f0d78929f67"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"f31a0d25-7de0-49d6-bec6-7c7afb863a56"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"23390609-3eef-45ca-bc0d-0f8b5d240bab"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"0df9cfb6-755a-474a-83d2-15dd27b30ed5"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"d5e51caf-933e-4704-8d20-198df8d1bc54"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"71e21196-d12c-4cdc-be9e-38da5e19a2eb"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"DualProbabilityGame", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 52, 33.450544}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`coop`", + "keywords" -> {}, "specialkeywords" -> {}, + "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> + "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", + "summary" -> + "DualProbabilityGame[wghs_List] computes from a probability vector the \ +associated dual probability game.", "synonyms" -> {}, "tabletags" -> {}, + "title" -> "DualProbabilityGame", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "DualProbabilityGame", "type" -> + "Symbol", "uri" -> "TUG/ref/DualProbabilityGame"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"c398c248-7543-47ac-8745-5b07077ebf1d" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[12857, 334, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f04385bd-9357-403f-8503-0151e63ad204", + CellTags->"PrimaryExamplesSection", + CellID->248067612]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 48845, 1247} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[591, 21, 7598, 181, 57, "AnchorBarGrid",ExpressionUUID->"65e49e62-da2e-4dc0-8a25-2704f30af030", + CellID->1], +Cell[8192, 204, 91, 0, 23, "ContextNameCell",ExpressionUUID->"3127320e-6aea-4207-9fa2-3e250c4d415d"], +Cell[CellGroupData[{ +Cell[8308, 208, 562, 14, 59, "ObjectNameGrid",ExpressionUUID->"5fc47457-57c3-4fa5-90a6-b790ef0eb4eb"], +Cell[8873, 224, 499, 10, 111, "Usage",ExpressionUUID->"45b3abca-01e5-458e-9d13-d0869b407bf9", + CellID->811304962] +}, Open ]], +Cell[CellGroupData[{ +Cell[9409, 239, 1894, 47, 37, "NotesSection",ExpressionUUID->"146dff2b-1dce-46ff-bb3a-5f70dcd6a2bb", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->201162451], +Cell[11306, 288, 308, 7, 36, "]]",ExpressionUUID->"9af580aa-fc62-44f1-ab21-18ca1eee19a4", + CellID->313448337], +Cell[11617, 297, 489, 12, 38, "Notes",ExpressionUUID->"2430aae4-226f-4051-a871-8d0235a11474", + CellID->177724765], +Cell[12109, 311, 208, 4, 36, "Notes",ExpressionUUID->"c0260f16-d0d0-4182-a5f0-187fbba37d67", + CellID->2085588552], +Cell[12320, 317, 190, 4, 36, "Notes",ExpressionUUID->"861e086e-5859-4104-b99d-12df4920392e", + CellID->306311476], +Cell[12513, 323, 217, 5, 57, "Notes",ExpressionUUID->"b199a9b7-47a1-42ce-9c76-c5733088f828", + CellID->2108874141] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[12857, 334, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f04385bd-9357-403f-8503-0151e63ad204", + CellTags->"PrimaryExamplesSection", + CellID->248067612], +Cell[CellGroupData[{ +Cell[14302, 375, 1398, 36, 30, "ExampleSection",ExpressionUUID->"c45a2450-976b-4079-b41d-accec198f7bf", + CellID->514295675], +Cell[15703, 413, 119, 1, 39, "ExampleText",ExpressionUUID->"2463b958-e0aa-482c-9c89-8e3eb3e5bc54", + CellID->1430927406], +Cell[CellGroupData[{ +Cell[15847, 418, 168, 3, 27, "Input",ExpressionUUID->"5e8816e5-d4c4-408a-964d-af84d85b436b", + CellID->1259233753], +Cell[CellGroupData[{ +Cell[16040, 425, 236, 4, 23, "Print",ExpressionUUID->"97e144c3-8443-4d73-87b6-0c8d4d91b75f", + CellID->1310179254], +Cell[16279, 431, 364, 8, 23, "Print",ExpressionUUID->"e337bbd4-0fde-4072-b0c5-4573a08f9da9", + CellID->835187564], +Cell[16646, 441, 235, 4, 23, "Print",ExpressionUUID->"8c5f0446-f676-44d5-813a-dc5eff92e9d0", + CellID->869079615], +Cell[16884, 447, 220, 3, 23, "Print",ExpressionUUID->"0c1b11d6-0394-472b-b580-72daff9321c6", + CellID->1634121694], +Cell[17107, 452, 207, 3, 23, "Print",ExpressionUUID->"4c666d15-4358-4113-9cd6-808b9b306907", + CellID->1441011814], +Cell[17317, 457, 237, 4, 23, "Print",ExpressionUUID->"a0ccaea5-5cc7-4180-afb1-155e00b8f1e3", + CellID->1265542147], +Cell[17557, 463, 220, 3, 23, "Print",ExpressionUUID->"6d99292e-fd7b-4957-8c53-20fbde5a3439", + CellID->2012302746], +Cell[17780, 468, 236, 4, 23, "Print",ExpressionUUID->"42cf7e42-7545-4ef8-b0e0-7f6a73d3b5a9", + CellID->1168428913], +Cell[18019, 474, 235, 4, 23, "Print",ExpressionUUID->"3eb00fe2-6f03-4833-9247-8ed28498e744", + CellID->781587692], +Cell[18257, 480, 206, 3, 23, "Print",ExpressionUUID->"36787db2-a713-4e5a-b2d3-40602fdea75b", + CellID->648595566], +Cell[18466, 485, 236, 4, 70, "Print",ExpressionUUID->"160c1238-0fd7-43d1-9dd8-6c936d8a2168", + CellID->1135397140] +}, Open ]] +}, Open ]], +Cell[18729, 493, 147, 1, 70, "ExampleText",ExpressionUUID->"ec1b931b-1ef4-474f-b5aa-3420429a6cdf", + CellID->1060603206], +Cell[CellGroupData[{ +Cell[18901, 498, 263, 7, 70, "Input",ExpressionUUID->"26d642d8-22ff-4d60-9d4c-e81618fa302b", + CellID->1727175520], +Cell[19167, 507, 242, 6, 36, "Output",ExpressionUUID->"42ca4d3c-f047-47cc-a007-069c3e2801d4", + CellID->1877942906] +}, Open ]], +Cell[19424, 516, 208, 4, 70, "ExampleText",ExpressionUUID->"548b4e12-17e9-4ced-abfc-0905f65d356b", + CellID->219526976], +Cell[19635, 522, 199, 5, 70, "Input",ExpressionUUID->"9062220c-8df7-4eb1-beb3-c89c27887ee3", + CellID->2052839270], +Cell[19837, 529, 175, 3, 70, "ExampleText",ExpressionUUID->"15917a16-e18a-46fa-94d1-3e59c4fdb118", + CellID->302774813], +Cell[CellGroupData[{ +Cell[20037, 536, 201, 4, 70, "Input",ExpressionUUID->"f710e7eb-07e1-43de-b06d-2fc0fc572bd8", + CellID->1133498646], +Cell[20241, 542, 1980, 30, 134, "Output",ExpressionUUID->"2887c7a2-01f3-416b-b1c7-b11b4ba258e5", + CellID->746474473] +}, Open ]], +Cell[22236, 575, 159, 2, 70, "ExampleText",ExpressionUUID->"bf4b842c-a7c9-464e-9683-5600438c227f", + CellID->905685917], +Cell[22398, 579, 240, 6, 70, "Input",ExpressionUUID->"b6e7a443-9c96-42f7-b1c3-fb3f80027b0d", + CellID->2010391696], +Cell[22641, 587, 150, 1, 70, "ExampleText",ExpressionUUID->"f7851878-d43d-429a-a595-64d148a3c754", + CellID->234263560], +Cell[CellGroupData[{ +Cell[22816, 592, 194, 4, 70, "Input",ExpressionUUID->"f993dcb3-7feb-492d-ae80-e060f16811fc", + CellID->559912270], +Cell[23013, 598, 2936, 48, 607, "Output",ExpressionUUID->"87c0eb64-9a9f-42fb-8ab1-5c641f9005e8", + CellID->244272783] +}, Open ]], +Cell[CellGroupData[{ +Cell[25986, 651, 151, 3, 70, "Input",ExpressionUUID->"361d519b-20e2-48b1-b90b-f05546c6a119", + CellID->1176331856], +Cell[26140, 656, 337, 7, 36, "Output",ExpressionUUID->"53bb41c8-cb57-44ec-bb09-963ff66ed2aa", + CellID->1343039971] +}, Open ]], +Cell[26492, 666, 159, 2, 70, "ExampleText",ExpressionUUID->"bb9c6ada-7c3a-45f1-b51f-b3b79898f163", + CellID->1255571655], +Cell[CellGroupData[{ +Cell[26676, 672, 188, 4, 70, "Input",ExpressionUUID->"9b62bd1d-31e3-4862-b0cc-f1df400489d6", + CellID->2101231063], +Cell[26867, 678, 645, 15, 81, "Output",ExpressionUUID->"03953c93-ce63-4c85-846f-6fdd9ad4b0ad", + CellID->1096208692] +}, Open ]], +Cell[27527, 696, 143, 1, 70, "ExampleText",ExpressionUUID->"6c620040-3bfb-4995-9c0a-3e5af09278e2", + CellID->609083275], +Cell[CellGroupData[{ +Cell[27695, 701, 164, 3, 70, "Input",ExpressionUUID->"0f623eef-6fa9-40eb-ae6a-b97724cbc8ca", + CellID->528737109], +Cell[27862, 706, 129, 2, 36, "Output",ExpressionUUID->"67c66374-8f80-4eeb-9d31-e76267f1dc13", + CellID->426496391] +}, Open ]], +Cell[28006, 711, 157, 2, 70, "ExampleText",ExpressionUUID->"068710ac-c340-4322-ab77-6fad3307f701", + CellID->447654302], +Cell[CellGroupData[{ +Cell[28188, 717, 163, 3, 70, "Input",ExpressionUUID->"b8255a23-d4ae-4426-8d3f-f8865d66019b", + CellID->588622431], +Cell[28354, 722, 131, 2, 36, "Output",ExpressionUUID->"c4760a77-89ee-47d8-b688-af041e6e267d", + CellID->1161747686] +}, Open ]], +Cell[28500, 727, 212, 4, 70, "ExampleText",ExpressionUUID->"1f0383f6-a921-42d3-b494-77ae78e4bdeb", + CellID->242073895], +Cell[CellGroupData[{ +Cell[28737, 735, 219, 5, 70, "Input",ExpressionUUID->"9993c69c-d1d0-4f14-8668-e4b2047f423d", + CellID->255776099], +Cell[28959, 742, 2048, 36, 118, "Output",ExpressionUUID->"f5148a91-7185-4a43-87d3-201793b15a06", + CellID->1218014824] +}, Open ]], +Cell[31022, 781, 175, 3, 70, "ExampleText",ExpressionUUID->"ad731307-29ae-48e6-ba0a-f418fa4381dc", + CellID->382240992], +Cell[CellGroupData[{ +Cell[31222, 788, 197, 4, 70, "Input",ExpressionUUID->"2a12f590-5038-4d1c-81d0-3e7808ba2eb3", + CellID->2112587397], +Cell[31422, 794, 1495, 23, 118, "Output",ExpressionUUID->"ff89ed1d-1e2b-4a27-9d97-7cd595d50b6e", + CellID->543276000] +}, Open ]], +Cell[32932, 820, 139, 1, 70, "ExampleText",ExpressionUUID->"e1c29663-6b20-4d97-8a7f-e8cf9e963405", + CellID->1671056834], +Cell[CellGroupData[{ +Cell[33096, 825, 497, 15, 70, "Input",ExpressionUUID->"f7644ec9-6c4d-4ddd-8410-b8b1e581f9ef", + CellID->1540898865], +Cell[33596, 842, 828, 13, 53, "Output",ExpressionUUID->"eb969264-e72c-4371-a25d-66f21cc43d6d", + CellID->2135298672] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34666, 864, 7529, 204, 70, "SeeAlsoSection",ExpressionUUID->"4b6ebbe1-327a-40e6-8cca-6012f013a7f6"], +Cell[42198, 1070, 670, 18, 70, "TechNotesSection",ExpressionUUID->"42746587-ea20-41e8-964d-1c78918b7d33"], +Cell[42871, 1090, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"685bb2f6-b959-4df1-aa9c-4c2fca089857"], +Cell[43907, 1118, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"83473fae-f73d-413a-8d3d-a5667a50ff98"], +Cell[CellGroupData[{ +Cell[46153, 1185, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6e9b5700-ac6b-422d-a21f-1f0d78929f67", + CellID->906383680], +Cell[46293, 1188, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f31a0d25-7de0-49d6-bec6-7c7afb863a56", + CellID->1194386356], +Cell[46515, 1194, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"23390609-3eef-45ca-bc0d-0f8b5d240bab", + CellID->1641706272], +Cell[46730, 1199, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0df9cfb6-755a-474a-83d2-15dd27b30ed5", + CellID->399251956], +Cell[46959, 1205, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d5e51caf-933e-4704-8d20-198df8d1bc54", + CellID->821434655] +}, Open ]], +Cell[47196, 1211, 78, 0, 70, "FooterCell",ExpressionUUID->"71e21196-d12c-4cdc-be9e-38da5e19a2eb"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/DuttaRay.nb b/Documentation/English/ReferencePages/Symbols/DuttaRay.nb index 273b788..07363ec 100644 --- a/Documentation/English/ReferencePages/Symbols/DuttaRay.nb +++ b/Documentation/English/ReferencePages/Symbols/DuttaRay.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 61211, 1606] -NotebookOptionsPosition[ 48635, 1355] -NotebookOutlinePosition[ 50843, 1410] -CellTagsIndexPosition[ 50757, 1405] +NotebookDataLength[ 61182, 1603] +NotebookOptionsPosition[ 48624, 1354] +NotebookOutlinePosition[ 50849, 1409] +CellTagsIndexPosition[ 50763, 1404] WindowTitle->DuttaRay WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8c220ab0-f0c4-450d-9668-21873b73d195"], + "69bf4d1f-c838-471e-8ddd-1228e1fcc278"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "669ba78f-f285-4c1a-bfa0-122c41dd8cda"], + "6ecd7fae-388e-4561-9e3b-159adea9295a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "70ea4ac4-2fcd-4678-9c5e-da85092d4ec0"] - }],ExpressionUUID->"9422b4e1-7b23-473d-b9d7-635cf1e7fd8e"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "76220807-09f6-47c8-bdea-cca0601e9753"] + }],ExpressionUUID->"b9e4a86a-4667-4841-9fd0-3e95935da4a4"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "04366670-f5ee-468a-8fef-c976e9d85daf"], + "78736f68-d52f-477f-87a1-40d0e4c2fd5a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "180918dc-2db8-4abc-91c6-576d843727ef"] - }],ExpressionUUID->"6a24bb17-da26-4be5-9361-1e20101810e4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "28819326-b03d-41c5-97d6-3a1d74e22ac2"] + }],ExpressionUUID->"5bf34aeb-3606-4e6d-8774-c2bf982381bc"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4abea01a-3754-441d-8f70-b805606c2aae"], + "6735e39b-f346-4dd6-b08e-3442699d2a61"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3a11c70f-1fde-443c-b2d7-340b2be01835"] - }],ExpressionUUID->"928d4ebf-5f5c-4993-9a56-d896144def44"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8e8077a2-e4fa-4d6b-a74e-d221687fe3bc"] + }],ExpressionUUID->"3fe4530c-450f-4dd5-a630-81d04824e863"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a31a8638-e4f8-4dfd-8a3c-e7c1a9a36e0e"], + "9b6d4a6b-6632-4e51-8090-27f63c35679f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "72656657-6c5e-47cc-ab7b-810cbb7a76e1"] - }],ExpressionUUID->"0509dcad-3058-4ec7-a566-2161ff54ac72"], - StripOnInput->False], {"\<\"TUG/ref/DuttaRay\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/DuttaRay"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/DuttaRay.\ + "7718a9df-2d6e-4d68-bdcd-6e4101b46d02"] + }],ExpressionUUID->"1ae2395c-7782-48ae-bf00-63423c541616"], + StripOnInput->False],{ + "\"TUG/ref/DuttaRay\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/DuttaRay"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/DuttaRay.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$71497], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/DuttaRay" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$76803], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/DuttaRay" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b20853e3-2e0c-4a31-9a36-ea0c76e0d706"] + "fa5f75a1-d25a-491e-b05d-fd1a3bff74fc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e27af702-f2c5-4b92-b22b-0536b2220660"]} + "7f0f7ae6-e040-4178-98e8-77944ee424a5"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2778f372-ac82-45f5-94b3-612a95d1455e"], + CellID->1,ExpressionUUID->"3e076e0e-acac-49c0-8517-44151d4f583c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d7425212-0cfc-45ab-9b21-8bd01b55f450"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ab10fc1a-fcc4-4d88-9629-a7c49938488c"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "DuttaRay", "ObjectName",ExpressionUUID-> - "11a59ec0-1e43-4969-8c52-87023623cd9d"], + "56c4d203-dc02-41c7-b679-29633d0422bf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9c70a260-dd2a-4a37-8127-33d79b257802"], + "Spacer1"]],ExpressionUUID->"cd2274b5-68df-4665-a55c-73d9acf10752"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "29dc512b-c145-4bbe-832a-e80c8e49f9cc"] - }],ExpressionUUID->"beddfb21-b8b2-4694-b57c-d291095daff4"], Cell[BoxData[ + "b33226d9-f5d2-4d93-bd3d-f75336c1b7b4"] + }],ExpressionUUID->"867f1ce1-34cb-403b-a3f4-014630c84cd3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f6140108-e28d-42a3-9910-7bc5629b405a"]} + "c8151855-5320-48b1-9be4-35a983c75eef"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ebec0890-3eae-43f3-977b-182ece326582"], + CacheGraphics->False,ExpressionUUID->"3a9faeb7-3803-44fb-af42-130482d726ce"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "4f6ec197-9fd3-46c4-96dd-e01910722941"], " \[LineSeparator]calculates the Dutta-Ray solution of convex games." - }],ExpressionUUID->"0c188c1b-aa7e-4cf4-8f8f-d02c5354b436"]}, + }],ExpressionUUID->"9b4150f1-7b5d-4d89-baf4-eb4d18f73f99"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"DuttaRay", "[", @@ -249,7 +251,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]the working precision can be changed by providing \ integer digits. Alternatively, a numerical approximation of the solution can \ be returned." - }],ExpressionUUID->"b7270c8c-5387-46e1-ba94-dfeafaefe8ba"]} + }],ExpressionUUID->"45e68c8b-9371-4430-a72e-56ee8ee8e46b"]} }]], "Usage", CellID->1969359107,ExpressionUUID->"79f6a0a1-7506-4966-94a6-23521fdf6e14"] }, Open ]], @@ -282,12 +284,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"36e9dea3-aa87-43b1-9054-c9f6fec49bd0"], + ExpressionUUID->"19dfd0a8-64db-4170-be54-49840cd19f65"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"091a2b3d-1e74-4298-b8f6-20ebce2f2e8b"], + "Spacer1"]],ExpressionUUID->"6b852c60-0595-4edd-8e75-b43f5c84ea95"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"20081774-524b-488d-8515-eb28e3788904"], + }], "NotesFrameText",ExpressionUUID->"d75b77af-accb-457e-bc89-8b433b813293"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +300,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c34d40dd-e0ec-46bd-b9fe-6d9433b79b4f"]], \ + "Preemptive"]],ExpressionUUID->"e54f4f59-c488-4d3c-bb4d-15ec6f71c486"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->799712217,ExpressionUUID->"37829cdf-80d8-4eed-9cb0-8d2fef17db9e"], + CellID->210088104,ExpressionUUID->"85d01820-8d50-4f33-b150-5d296958a93b"], Cell[TextData[{ "The input expression ", @@ -374,11 +376,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a5560f3f-8425-481d-aa2d-602b463c8d27"], "SimulatedAnnealing", Cell["\<\ + "1cead45a-235b-49a7-89d9-4c15cffb8d76"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"cd5aa073-19c9-490e-aed0-69184be55f2c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "03714032-6b78-4a1d-922d-782c761ca0ed"], + "998916cd-2362-4d6c-804f-4a0cdc31f6ef"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -395,11 +397,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e0235d4b-f1f7-4a22-a5b4-2a91a4ec605b"], "IPOPT", Cell[ + "a638227e-ae35-4a5d-924e-ec525370fc4a"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "af7c46f5-184b-44f3-8566-e2a86b0133a9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f433c79f-8936-4acb-aef4-4efb29d9d7e9"], + "7a5579ab-a669-429b-869c-bd75ede8e576"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -415,12 +417,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "36177c3f-0b80-49f6-b329-55cc6303e988"], "DifferentialEvolution", + "8ff08571-3e3a-4aab-8805-bf74db5da2dd"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"d2593b18-5b50-4842-b8b7-094f85af9417"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "98c53115-ca36-44e2-9fb9-ba63128cca72"], + "815d844f-b9ca-4a66-a8cf-5ee12c6203b8"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -436,11 +438,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ace782eb-a3b9-4956-93e7-6fe1fcc24346"], "NelderMead", Cell[ + "abcd87b2-4a14-4dff-a27a-dd914bc641b9"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "e89157ce-34df-4018-bc70-0033c9cf4514"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9d0b87a3-be1f-4f56-81a7-68fbcba68795"], + "0c061479-498c-48f7-8ca5-bc6ea255bfe7"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -462,7 +464,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "103c2a3d-e56a-4f8b-8d5b-992b1b3b2045"], + "b9d1ea97-2484-4399-929c-13f320f693ac"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -472,7 +474,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"87d45a1e-594a-4e05-97f2-61cc9544043b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "3efe068b-d660-4fe1-bdae-008f280b9f71"], + "7a77d75e-381f-46f3-b0c7-e383287a4d6a"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -482,7 +484,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "a6d25e44-450a-4fd0-a6b7-c2be601ffd3d"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4f76615f-ed3b-4fff-8861-c75888d56359"], + "5bbb46c0-7c86-45c0-baa0-dc81e199550e"], TemplateBox[{ Cell[ TextData["RationalApproximate"]], "paclet:TUG/ref/RationalApproximate", @@ -606,19 +608,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b9cd2bc8-ce78-450a-8de4-771f9cb5a194"], + ExpressionUUID->"ffd19844-b515-42d0-aa0e-4d312bf655fb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f2d68e46-aa29-4c94-b3ec-cc46b889c7c7"], + "Spacer1"]],ExpressionUUID->"e19931a3-6553-402d-ad95-382999545e46"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c745caf6-dd46-43ad-8a28-8d0b330204b8"] + "8819d47d-2ef8-40f5-a70c-1a048aa87cce"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1873056371,ExpressionUUID->"df3d0067-c911-4546-a96c-e3c86405e564"], + CellID->248455007,ExpressionUUID->"93648d9f-63cd-40cb-9650-8ada507f8428"], Cell[CellGroupData[{ @@ -647,18 +649,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ffdbaa1d-85f1-46c9-8d55-8bc854eb2d45"], + ExpressionUUID->"c6ba1081-144d-49d8-9c15-e49aa0866ae4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c855acbb-5035-4cde-91fb-ccb49d2d4bae"], + "Spacer1"]],ExpressionUUID->"fcbf410b-adf2-4321-8e35-61b4eac81aa1"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ff85d873-0931-4121-86a4-49ec4db96459"] + "bbc41a23-4d52-412c-8e27-5245514dcdd2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1997561795,ExpressionUUID->"9b3b48ac-ef69-410c-bc23-935004303c5a"], + CellID->926215778,ExpressionUUID->"e8279502-e298-4654-9861-b4009d4c6d6c"], Cell["Loading the package:", "ExampleText", CellID->504424428,ExpressionUUID->"3fb60f4a-2c4f-40a0-8c0b-1614d5635c40"], @@ -1043,8 +1045,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1206,15 +1206,15 @@ Cell[BoxData[GridBox[{ "e1b20abd-cd90-4008-bdc2-fca7f303240c"] }], "SeeAlso",ExpressionUUID->"1b3e3668-810a-4e47-8b4f-e5616bbad913"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"52176724-ede7-481e-a791-\ -8a94eef782bb"], + }]], "SeeAlsoSection",ExpressionUUID->"be64cfa2-c9ad-4f7d-ac58-\ +695c73ed8150"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1226,9 +1226,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"81f540db-0d38-405c-aee8-0be86a96bcf8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"16f5037c-19ce-4dcd-bddf-\ -7114415b15a9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3a11ebd3-8267-4e22-916e-\ +753f4057f166"], Cell[BoxData[GridBox[{ { @@ -1245,7 +1244,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "561f5319-e69b-4f10-9eda-7899f6a8f5bc"]}]}, + "574533f5-96c5-44f9-bb8c-f80047504db8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1253,10 +1252,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2c908a44-f863-46f5-a82c-8f5089f01ffe"]}]} + "2a198743-c6e5-402e-80d5-ab5bad10157a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"aedb65d8-db34-47d7-9f9c-\ -e41eb5c8807f"], + }]], "MoreAboutSection",ExpressionUUID->"3393a0e9-3a72-4c08-ad50-\ +41cee298f78a"], Cell[BoxData[GridBox[{ { @@ -1283,7 +1282,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "006972d1-7abb-4beb-9922-dd39bca6c412"]], "RelatedLinks", + "a66dc129-cfb4-4198-af5f-e3d9a3f74904"]], "RelatedLinks", ExpressionUUID->"59d3ab82-7b2d-4136-b95a-3462f933fc28"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1300,7 +1299,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PDValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "efccd639-7997-4883-b71d-f66ec1eef3e5"]], "RelatedLinks", + "6c906bd1-56b4-4e1a-b5ed-bef99d58dc62"]], "RelatedLinks", ExpressionUUID->"f82c19d0-a4d0-438d-9140-76ecf55668cd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1317,11 +1316,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7c25c2b-4a49-4635-a267-f0a7db07a846"]], "RelatedLinks", + "6a06dd8b-9837-4ef8-8026-9bd9d17758c4"]], "RelatedLinks", ExpressionUUID->"e5fe8dcc-845d-4831-aa2f-611eef9a9bdc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9b298779-6112-4d57-bf54-\ -9150fe1c5a42"], + }]], "RelatedLinksSection",ExpressionUUID->"1bb35ecf-c6d7-4157-b277-\ +c91da763ece2"], Cell[CellGroupData[{ @@ -1351,11 +1350,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"eb14c7bf-891f-41d1-abb0-b918befb084c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ee6d1dd1-0dce-4bb6-8edd-7d99beb010aa"] +Cell[" ", "FooterCell",ExpressionUUID->"2d8eab6e-7c72-4abc-9059-e69e92f72d89"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"DuttaRay", TaggingRules->{ @@ -1366,7 +1365,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 38.361881}", + "built" -> "{2024, 6, 3, 16, 52, 34.534644}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1375,10 +1374,10 @@ TaggingRules->{ DuttaRay[game, options] the working precision can be changed by providing \ integer digits. Alternatively, a numerical approximation of the solution can \ be returned.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "DuttaRay", - "titlemodifier" -> "", "windowtitle" -> "DuttaRay", "type" -> "Symbol", - "uri" -> "TUG/ref/DuttaRay"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "DuttaRay", "type" -> "Symbol", "uri" -> "TUG/ref/DuttaRay"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1387,9 +1386,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f503d282-1797-40dc-92ca-dc10a6fab780" +ExpressionUUID->"36376651-3e99-45dd-9be5-4c8ff4d23117" ] (* End of Notebook Content *) @@ -1397,217 +1396,215 @@ ExpressionUUID->"f503d282-1797-40dc-92ca-dc10a6fab780" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[22211, 583, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"df3d0067-c911-4546-a96c-e3c86405e564", + Cell[22236, 585, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"93648d9f-63cd-40cb-9650-8ada507f8428", CellTags->"PrimaryExamplesSection", - CellID->1873056371]} + CellID->248455007]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 50556, 1398} + {"PrimaryExamplesSection", 50563, 1397} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7094, 170, 56, "AnchorBarGrid",ExpressionUUID->"2778f372-ac82-45f5-94b3-612a95d1455e", +Cell[580, 21, 7119, 172, 57, "AnchorBarGrid",ExpressionUUID->"3e076e0e-acac-49c0-8517-44151d4f583c", CellID->1], -Cell[7677, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d7425212-0cfc-45ab-9b21-8bd01b55f450"], +Cell[7702, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ab10fc1a-fcc4-4d88-9629-a7c49938488c"], Cell[CellGroupData[{ -Cell[7788, 197, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"ebec0890-3eae-43f3-977b-182ece326582"], -Cell[9073, 234, 934, 19, 209, "Usage",ExpressionUUID->"79f6a0a1-7506-4966-94a6-23521fdf6e14", +Cell[7813, 199, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"3a9faeb7-3803-44fb-af42-130482d726ce"], +Cell[9098, 236, 934, 19, 208, "Usage",ExpressionUUID->"79f6a0a1-7506-4966-94a6-23521fdf6e14", CellID->1969359107] }, Open ]], Cell[CellGroupData[{ -Cell[10044, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"37829cdf-80d8-4eed-9cb0-8d2fef17db9e", +Cell[10069, 260, 1894, 47, 37, "NotesSection",ExpressionUUID->"85d01820-8d50-4f33-b150-5d296958a93b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->799712217], -Cell[11941, 307, 515, 12, 57, "Notes",ExpressionUUID->"e5ed877d-7d0e-421f-a74c-e0ba2d7d8ef5", + CellID->210088104], +Cell[11966, 309, 515, 12, 57, "Notes",ExpressionUUID->"e5ed877d-7d0e-421f-a74c-e0ba2d7d8ef5", CellID->1014199156], -Cell[12459, 321, 489, 12, 37, "Notes",ExpressionUUID->"f5d1f7a7-aeb1-49d2-bcc5-eed1cf602ae3", +Cell[12484, 323, 489, 12, 38, "Notes",ExpressionUUID->"f5d1f7a7-aeb1-49d2-bcc5-eed1cf602ae3", CellID->177724765], -Cell[12951, 335, 189, 4, 36, "Notes",ExpressionUUID->"94900c0c-4058-4034-a1bb-02c1bc96545a", +Cell[12976, 337, 189, 4, 36, "Notes",ExpressionUUID->"94900c0c-4058-4034-a1bb-02c1bc96545a", CellID->2114818108], -Cell[13143, 341, 212, 4, 36, "Notes",ExpressionUUID->"e192b3d3-4084-4287-9b3e-e6c01f854765", +Cell[13168, 343, 212, 4, 36, "Notes",ExpressionUUID->"e192b3d3-4084-4287-9b3e-e6c01f854765", CellID->1396979966], -Cell[13358, 347, 190, 4, 36, "Notes",ExpressionUUID->"b7fd1cd4-be55-4b35-8e53-adb905a9e90d", +Cell[13383, 349, 190, 4, 36, "Notes",ExpressionUUID->"b7fd1cd4-be55-4b35-8e53-adb905a9e90d", CellID->1865497631], -Cell[13551, 353, 297, 5, 57, "Notes",ExpressionUUID->"20c49ce9-a7e1-40fc-869f-403e54aaf076", +Cell[13576, 355, 297, 5, 57, "Notes",ExpressionUUID->"20c49ce9-a7e1-40fc-869f-403e54aaf076", CellID->1210693388], -Cell[13851, 360, 386, 12, 37, "Notes",ExpressionUUID->"65826420-1604-46fe-bb0b-fd50fd49795a", +Cell[13876, 362, 386, 12, 38, "Notes",ExpressionUUID->"65826420-1604-46fe-bb0b-fd50fd49795a", CellID->24981], -Cell[14240, 374, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"13f45f45-cfa8-40df-83dc-b34ff780be39", +Cell[14265, 376, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"13f45f45-cfa8-40df-83dc-b34ff780be39", CellID->2025032606], -Cell[15200, 395, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"a986f094-7c8a-4ee9-8770-063e15f4de4e", +Cell[15225, 397, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"a986f094-7c8a-4ee9-8770-063e15f4de4e", CellID->1546107665], -Cell[16015, 415, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"bf474f92-0b70-4fd2-a897-215ccf879970", +Cell[16040, 417, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"bf474f92-0b70-4fd2-a897-215ccf879970", CellID->512784626], -Cell[16905, 436, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"c13d1719-dac0-48d0-98b5-b3ea9ec22c1a", +Cell[16930, 438, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"c13d1719-dac0-48d0-98b5-b3ea9ec22c1a", CellID->1691942019], -Cell[17752, 456, 267, 4, 70, "Notes",ExpressionUUID->"27f91303-0ee6-4fef-a675-225b8b011733", +Cell[17777, 458, 267, 4, 70, "Notes",ExpressionUUID->"27f91303-0ee6-4fef-a675-225b8b011733", CellID->13178], -Cell[18022, 462, 1697, 40, 70, "3ColumnTableMod",ExpressionUUID->"6b9ed6f9-a36e-41c7-8feb-a91360a80951", +Cell[18047, 464, 1697, 40, 70, "3ColumnTableMod",ExpressionUUID->"6b9ed6f9-a36e-41c7-8feb-a91360a80951", CellID->1699621045], -Cell[19722, 504, 431, 13, 70, "Notes",ExpressionUUID->"75fd08c8-0f11-4349-bded-5fc4958c7d59", +Cell[19747, 506, 431, 13, 70, "Notes",ExpressionUUID->"75fd08c8-0f11-4349-bded-5fc4958c7d59", CellID->17586], -Cell[20156, 519, 558, 15, 70, "Notes",ExpressionUUID->"cd6dfa83-5991-4b5f-a796-1f02064cca9b", +Cell[20181, 521, 558, 15, 70, "Notes",ExpressionUUID->"cd6dfa83-5991-4b5f-a796-1f02064cca9b", CellID->821313100], -Cell[20717, 536, 507, 14, 70, "Notes",ExpressionUUID->"cc768bc3-ca20-40e5-9b2a-de5c3c0cf5aa", +Cell[20742, 538, 507, 14, 70, "Notes",ExpressionUUID->"cc768bc3-ca20-40e5-9b2a-de5c3c0cf5aa", CellID->2041037989], -Cell[21227, 552, 857, 25, 70, "Notes",ExpressionUUID->"cfaeac09-060b-44b7-b8d4-e87f403d974c", +Cell[21252, 554, 857, 25, 70, "Notes",ExpressionUUID->"cfaeac09-060b-44b7-b8d4-e87f403d974c", CellID->386456491] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[22211, 583, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"df3d0067-c911-4546-a96c-e3c86405e564", +Cell[22236, 585, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"93648d9f-63cd-40cb-9650-8ada507f8428", CellTags->"PrimaryExamplesSection", - CellID->1873056371], + CellID->248455007], Cell[CellGroupData[{ -Cell[23657, 624, 1399, 36, 70, "ExampleSection",ExpressionUUID->"9b3b48ac-ef69-410c-bc23-935004303c5a", - CellID->1997561795], -Cell[25059, 662, 118, 1, 70, "ExampleText",ExpressionUUID->"3fb60f4a-2c4f-40a0-8c0b-1614d5635c40", +Cell[23681, 626, 1398, 36, 70, "ExampleSection",ExpressionUUID->"e8279502-e298-4654-9861-b4009d4c6d6c", + CellID->926215778], +Cell[25082, 664, 118, 1, 70, "ExampleText",ExpressionUUID->"3fb60f4a-2c4f-40a0-8c0b-1614d5635c40", CellID->504424428], Cell[CellGroupData[{ -Cell[25202, 667, 168, 3, 70, "Input",ExpressionUUID->"de052c9f-e7bc-4459-aade-6289c663678e", +Cell[25225, 669, 168, 3, 70, "Input",ExpressionUUID->"de052c9f-e7bc-4459-aade-6289c663678e", CellID->2050737122], Cell[CellGroupData[{ -Cell[25395, 674, 236, 4, 70, "Print",ExpressionUUID->"f7fd74e1-a0b6-422b-80bc-b17d9cd26605", +Cell[25418, 676, 236, 4, 70, "Print",ExpressionUUID->"f7fd74e1-a0b6-422b-80bc-b17d9cd26605", CellID->1739653342], -Cell[25634, 680, 365, 8, 70, "Print",ExpressionUUID->"70a50971-605b-4de0-9f7e-2606f19de7a0", +Cell[25657, 682, 365, 8, 70, "Print",ExpressionUUID->"70a50971-605b-4de0-9f7e-2606f19de7a0", CellID->1163381347], -Cell[26002, 690, 235, 4, 70, "Print",ExpressionUUID->"6a209f53-d610-4100-8edc-ddfbf469a4d0", +Cell[26025, 692, 235, 4, 70, "Print",ExpressionUUID->"6a209f53-d610-4100-8edc-ddfbf469a4d0", CellID->837177232], -Cell[26240, 696, 220, 3, 70, "Print",ExpressionUUID->"196dcb13-a195-467a-b952-9b9336f88460", +Cell[26263, 698, 220, 3, 70, "Print",ExpressionUUID->"196dcb13-a195-467a-b952-9b9336f88460", CellID->1209910794], -Cell[26463, 701, 207, 3, 70, "Print",ExpressionUUID->"4839fd0c-05d0-46bb-8d1b-af49d88b8007", +Cell[26486, 703, 207, 3, 70, "Print",ExpressionUUID->"4839fd0c-05d0-46bb-8d1b-af49d88b8007", CellID->1477657790], -Cell[26673, 706, 237, 4, 70, "Print",ExpressionUUID->"54a43846-c8f6-42ff-bd58-bb73f74b8fa7", +Cell[26696, 708, 237, 4, 70, "Print",ExpressionUUID->"54a43846-c8f6-42ff-bd58-bb73f74b8fa7", CellID->1190696110], -Cell[26913, 712, 219, 3, 70, "Print",ExpressionUUID->"b9017e07-6d1b-4615-b1af-017f913340d7", +Cell[26936, 714, 219, 3, 70, "Print",ExpressionUUID->"b9017e07-6d1b-4615-b1af-017f913340d7", CellID->697001377], -Cell[27135, 717, 236, 4, 70, "Print",ExpressionUUID->"a8fdb4d4-08a5-4696-8c87-f1f3069d7f59", +Cell[27158, 719, 236, 4, 70, "Print",ExpressionUUID->"a8fdb4d4-08a5-4696-8c87-f1f3069d7f59", CellID->1199421721], -Cell[27374, 723, 236, 4, 70, "Print",ExpressionUUID->"ac2cb6cd-8d60-49db-9986-1f8bebca3043", +Cell[27397, 725, 236, 4, 70, "Print",ExpressionUUID->"ac2cb6cd-8d60-49db-9986-1f8bebca3043", CellID->1594278902], -Cell[27613, 729, 207, 3, 70, "Print",ExpressionUUID->"a4199a10-5e07-4c3c-b7b4-4efa92ec6091", +Cell[27636, 731, 207, 3, 70, "Print",ExpressionUUID->"a4199a10-5e07-4c3c-b7b4-4efa92ec6091", CellID->1902650432], -Cell[27823, 734, 236, 4, 70, "Print",ExpressionUUID->"2f47b27c-d31b-4557-bdec-e6b9a20dc541", +Cell[27846, 736, 236, 4, 70, "Print",ExpressionUUID->"2f47b27c-d31b-4557-bdec-e6b9a20dc541", CellID->1857577854] }, Open ]] }, Open ]], -Cell[28086, 742, 136, 1, 70, "ExampleText",ExpressionUUID->"ed4e5584-50b5-4b6e-ac9d-34d405f9c797", +Cell[28109, 744, 136, 1, 70, "ExampleText",ExpressionUUID->"ed4e5584-50b5-4b6e-ac9d-34d405f9c797", CellID->691408505], -Cell[28225, 745, 234, 6, 70, "Input",ExpressionUUID->"4434f30a-daa2-4294-84aa-55338e631822", +Cell[28248, 747, 234, 6, 70, "Input",ExpressionUUID->"4434f30a-daa2-4294-84aa-55338e631822", CellID->616816054], Cell[CellGroupData[{ -Cell[28484, 755, 360, 8, 70, "Input",ExpressionUUID->"207e67d1-6601-4c24-8ce8-01a572448ef1", +Cell[28507, 757, 360, 8, 70, "Input",ExpressionUUID->"207e67d1-6601-4c24-8ce8-01a572448ef1", CellID->2018071583], -Cell[28847, 765, 361, 8, 36, "Output",ExpressionUUID->"09653416-d77b-41d5-b11f-c799331bd6cf", +Cell[28870, 767, 361, 8, 36, "Output",ExpressionUUID->"09653416-d77b-41d5-b11f-c799331bd6cf", CellID->575813540] }, Open ]], -Cell[29223, 776, 236, 6, 70, "Input",ExpressionUUID->"d1ad475d-8895-4581-9430-a04574e8ed00", +Cell[29246, 778, 236, 6, 70, "Input",ExpressionUUID->"d1ad475d-8895-4581-9430-a04574e8ed00", CellID->70282870], -Cell[29462, 784, 191, 4, 70, "ExampleText",ExpressionUUID->"636bd393-62de-4553-9c38-dce8587b76c7", +Cell[29485, 786, 191, 4, 70, "ExampleText",ExpressionUUID->"636bd393-62de-4553-9c38-dce8587b76c7", CellID->2013796021], Cell[CellGroupData[{ -Cell[29678, 792, 164, 3, 70, "Input",ExpressionUUID->"7c8cea27-3883-4de9-a841-973336bb0e80", +Cell[29701, 794, 164, 3, 70, "Input",ExpressionUUID->"7c8cea27-3883-4de9-a841-973336bb0e80", CellID->47986950], -Cell[29845, 797, 349, 8, 36, "Output",ExpressionUUID->"17183d8a-f4aa-4ae7-83d4-cc344bbfa4ab", +Cell[29868, 799, 349, 8, 36, "Output",ExpressionUUID->"17183d8a-f4aa-4ae7-83d4-cc344bbfa4ab", CellID->1577015676] }, Open ]], -Cell[30209, 808, 142, 1, 70, "ExampleText",ExpressionUUID->"e02c5699-096f-4485-bca6-673adf8acd2a", +Cell[30232, 810, 142, 1, 70, "ExampleText",ExpressionUUID->"e02c5699-096f-4485-bca6-673adf8acd2a", CellID->1935780501], Cell[CellGroupData[{ -Cell[30376, 813, 186, 4, 70, "Input",ExpressionUUID->"64479f89-835a-468d-8528-8fcde9eb39c7", +Cell[30399, 815, 186, 4, 70, "Input",ExpressionUUID->"64479f89-835a-468d-8528-8fcde9eb39c7", CellID->838945], -Cell[30565, 819, 224, 5, 36, "Output",ExpressionUUID->"3930b0c9-147f-4cd8-b878-88394261ffba", +Cell[30588, 821, 224, 5, 36, "Output",ExpressionUUID->"3930b0c9-147f-4cd8-b878-88394261ffba", CellID->320275326] }, Open ]], -Cell[30804, 827, 496, 7, 70, "ExampleText",ExpressionUUID->"4b1a03c5-b007-495e-a1c5-04d01327104e", +Cell[30827, 829, 496, 7, 70, "ExampleText",ExpressionUUID->"4b1a03c5-b007-495e-a1c5-04d01327104e", CellID->103409569], Cell[CellGroupData[{ -Cell[31325, 838, 259, 6, 70, "Input",ExpressionUUID->"b448499e-140a-428b-bd50-937712d493ca", +Cell[31348, 840, 259, 6, 70, "Input",ExpressionUUID->"b448499e-140a-428b-bd50-937712d493ca", CellID->1496568485], -Cell[31587, 846, 344, 9, 51, "Output",ExpressionUUID->"56b48c35-3dfb-4054-bf97-2cd1ab18350c", +Cell[31610, 848, 344, 9, 51, "Output",ExpressionUUID->"56b48c35-3dfb-4054-bf97-2cd1ab18350c", CellID->1252898601] }, Open ]], Cell[CellGroupData[{ -Cell[31968, 860, 160, 3, 70, "Input",ExpressionUUID->"44ba226c-3841-454d-892c-eaa406329fc7", +Cell[31991, 862, 160, 3, 70, "Input",ExpressionUUID->"44ba226c-3841-454d-892c-eaa406329fc7", CellID->2102265431], -Cell[32131, 865, 295, 7, 36, "Output",ExpressionUUID->"f311bbdb-b196-447a-89f8-201c3ba4e8bc", +Cell[32154, 867, 295, 7, 36, "Output",ExpressionUUID->"f311bbdb-b196-447a-89f8-201c3ba4e8bc", CellID->1761671036] }, Open ]], -Cell[32441, 875, 310, 7, 70, "ExampleText",ExpressionUUID->"9ebbc5ac-767b-4c61-957f-f641e32c5488", +Cell[32464, 877, 310, 7, 70, "ExampleText",ExpressionUUID->"9ebbc5ac-767b-4c61-957f-f641e32c5488", CellID->1616675650], Cell[CellGroupData[{ -Cell[32776, 886, 322, 7, 70, "Input",ExpressionUUID->"f5b8cfa7-c3f2-4ca8-baa1-588a6a4de43b", +Cell[32799, 888, 322, 7, 70, "Input",ExpressionUUID->"f5b8cfa7-c3f2-4ca8-baa1-588a6a4de43b", CellID->1309117103], -Cell[33101, 895, 426, 9, 36, "Output",ExpressionUUID->"53ca32de-eef7-40bb-8022-e6251ad6ba72", +Cell[33124, 897, 426, 9, 36, "Output",ExpressionUUID->"53ca32de-eef7-40bb-8022-e6251ad6ba72", CellID->1568042884] }, Open ]], -Cell[33542, 907, 168, 3, 70, "ExampleText",ExpressionUUID->"33af2eb1-b668-430d-a423-bd8c7c05d6e3", +Cell[33565, 909, 168, 3, 70, "ExampleText",ExpressionUUID->"33af2eb1-b668-430d-a423-bd8c7c05d6e3", CellID->931985341], Cell[CellGroupData[{ -Cell[33735, 914, 276, 7, 70, "Input",ExpressionUUID->"11c18b01-de1a-4b47-87bd-8a290ea9ee81", +Cell[33758, 916, 276, 7, 70, "Input",ExpressionUUID->"11c18b01-de1a-4b47-87bd-8a290ea9ee81", CellID->1150510123], -Cell[34014, 923, 225, 5, 36, "Output",ExpressionUUID->"434676af-2686-469f-bf44-4ccdff8ebd16", +Cell[34037, 925, 225, 5, 36, "Output",ExpressionUUID->"434676af-2686-469f-bf44-4ccdff8ebd16", CellID->563659039] }, Open ]], Cell[CellGroupData[{ -Cell[34276, 933, 261, 6, 70, "Input",ExpressionUUID->"b9e7eeab-db5e-4660-91af-7acaa1656bc0", +Cell[34299, 935, 261, 6, 70, "Input",ExpressionUUID->"b9e7eeab-db5e-4660-91af-7acaa1656bc0", CellID->1476874084], -Cell[34540, 941, 226, 5, 36, "Output",ExpressionUUID->"39e690a3-dc66-4045-b7ce-b0a8ddbd7af5", +Cell[34563, 943, 226, 5, 36, "Output",ExpressionUUID->"39e690a3-dc66-4045-b7ce-b0a8ddbd7af5", CellID->1301817335] }, Open ]], Cell[CellGroupData[{ -Cell[34803, 951, 262, 6, 70, "Input",ExpressionUUID->"dea4e176-1683-452a-a0a6-b575cec74092", +Cell[34826, 953, 262, 6, 70, "Input",ExpressionUUID->"dea4e176-1683-452a-a0a6-b575cec74092", CellID->947242084], -Cell[35068, 959, 226, 5, 36, "Output",ExpressionUUID->"26ffe454-2769-48d5-af1f-ae345c3ab955", +Cell[35091, 961, 226, 5, 36, "Output",ExpressionUUID->"26ffe454-2769-48d5-af1f-ae345c3ab955", CellID->1314004458] }, Open ]], Cell[CellGroupData[{ -Cell[35331, 969, 269, 6, 70, "Input",ExpressionUUID->"25130f8d-88b8-4c7d-99b9-7f7a407906a6", +Cell[35354, 971, 269, 6, 70, "Input",ExpressionUUID->"25130f8d-88b8-4c7d-99b9-7f7a407906a6", CellID->1347865694], -Cell[35603, 977, 226, 5, 36, "Output",ExpressionUUID->"5bc8aea8-6325-4427-a633-5b894ca81862", +Cell[35626, 979, 226, 5, 36, "Output",ExpressionUUID->"5bc8aea8-6325-4427-a633-5b894ca81862", CellID->1293953903] }, Open ]], Cell[CellGroupData[{ -Cell[35866, 987, 254, 6, 70, "Input",ExpressionUUID->"96260500-6ff0-4721-af40-b6397c6ee573", +Cell[35889, 989, 254, 6, 70, "Input",ExpressionUUID->"96260500-6ff0-4721-af40-b6397c6ee573", CellID->16833132], -Cell[36123, 995, 226, 5, 36, "Output",ExpressionUUID->"0b7355fe-6720-4560-b592-7da42fdb39fc", +Cell[36146, 997, 226, 5, 36, "Output",ExpressionUUID->"0b7355fe-6720-4560-b592-7da42fdb39fc", CellID->1635055957] }, Open ]], Cell[CellGroupData[{ -Cell[36386, 1005, 254, 6, 70, "Input",ExpressionUUID->"509f748c-7333-46e3-9926-002458e8a693", +Cell[36409, 1007, 254, 6, 70, "Input",ExpressionUUID->"509f748c-7333-46e3-9926-002458e8a693", CellID->50063913], -Cell[36643, 1013, 225, 5, 36, "Output",ExpressionUUID->"44b1bc91-0ddd-4638-80ae-68ebfea5f816", +Cell[36666, 1015, 225, 5, 36, "Output",ExpressionUUID->"44b1bc91-0ddd-4638-80ae-68ebfea5f816", CellID->584972717] }, Open ]], Cell[CellGroupData[{ -Cell[36905, 1023, 256, 6, 70, "Input",ExpressionUUID->"1654ec80-9980-40f6-a8d6-ead72d6ad110", +Cell[36928, 1025, 256, 6, 70, "Input",ExpressionUUID->"1654ec80-9980-40f6-a8d6-ead72d6ad110", CellID->936392202], -Cell[37164, 1031, 226, 5, 36, "Output",ExpressionUUID->"cb949f4b-2708-4367-98d9-0fc32af55ecf", +Cell[37187, 1033, 226, 5, 36, "Output",ExpressionUUID->"cb949f4b-2708-4367-98d9-0fc32af55ecf", CellID->1514932547] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[37655, 1047, 5896, 162, 70, "SeeAlsoSection",ExpressionUUID->"be64cfa2-c9ad-4f7d-ac58-695c73ed8150"], +Cell[43554, 1211, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3a11ebd3-8267-4e22-916e-753f4057f166"], +Cell[44227, 1231, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3393a0e9-3a72-4c08-ad50-41cee298f78a"], +Cell[45263, 1259, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"1bb35ecf-c6d7-4157-b277-c91da763ece2"], Cell[CellGroupData[{ -Cell[37654, 1047, 5896, 162, 70, "SeeAlsoSection",ExpressionUUID->"52176724-ede7-481e-a791-8a94eef782bb"], -Cell[43553, 1211, 670, 18, 70, "TechNotesSection",ExpressionUUID->"16f5037c-19ce-4dcd-bddf-7114415b15a9"] -}, Open ]], -Cell[44238, 1232, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"aedb65d8-db34-47d7-9f9c-e41eb5c8807f"], -Cell[45274, 1260, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"9b298779-6112-4d57-bf54-9150fe1c5a42"], -Cell[CellGroupData[{ -Cell[47510, 1327, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"407d4559-3716-4561-8a97-b2ac0a577a91", +Cell[47499, 1326, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"407d4559-3716-4561-8a97-b2ac0a577a91", CellID->778415021], -Cell[47650, 1330, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"77f8fac8-0f9f-46c5-af99-9b82b1da9ec6", +Cell[47639, 1329, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"77f8fac8-0f9f-46c5-af99-9b82b1da9ec6", CellID->1194386356], -Cell[47872, 1336, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"be7d6309-5d02-4566-b3a9-feddb2a6a26d", +Cell[47861, 1335, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"be7d6309-5d02-4566-b3a9-feddb2a6a26d", CellID->1641706272], -Cell[48087, 1341, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28fd7407-093a-4343-897f-72c093fc0e96", +Cell[48076, 1340, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28fd7407-093a-4343-897f-72c093fc0e96", CellID->399251956], -Cell[48316, 1347, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb14c7bf-891f-41d1-abb0-b918befb084c", +Cell[48305, 1346, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb14c7bf-891f-41d1-abb0-b918befb084c", CellID->821434655] }, Open ]], -Cell[48553, 1353, 78, 0, 70, "FooterCell",ExpressionUUID->"ee6d1dd1-0dce-4bb6-8edd-7d99beb010aa"] +Cell[48542, 1352, 78, 0, 70, "FooterCell",ExpressionUUID->"2d8eab6e-7c72-4abc-9059-e69e92f72d89"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EANSCValue.nb b/Documentation/English/ReferencePages/Symbols/EANSCValue.nb index 860476f..5a6a3ac 100644 --- a/Documentation/English/ReferencePages/Symbols/EANSCValue.nb +++ b/Documentation/English/ReferencePages/Symbols/EANSCValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40071, 1040] -NotebookOptionsPosition[ 32328, 887] -NotebookOutlinePosition[ 34397, 940] -CellTagsIndexPosition[ 34312, 935] +NotebookDataLength[ 40053, 1038] +NotebookOptionsPosition[ 32319, 886] +NotebookOutlinePosition[ 34412, 940] +CellTagsIndexPosition[ 34327, 935] WindowTitle->EANSCValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "4719dae2-4928-46af-9ee9-0ad813b278a3"], + "42feed3c-59fc-4653-bbea-543a49ede1d1"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "daab3c54-4f17-420e-9cad-967a00146bff"], + "9e371728-c5cf-4413-8ca6-88320b393209"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c74cb49-9e50-4abf-8e1c-ef7fb88485de"] - }],ExpressionUUID->"ef55e7b0-8e84-4ce4-8c07-3689a43c018e"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "d2f35419-7362-4ce2-9573-c49c8b2d4814"] + }],ExpressionUUID->"01ad0366-6fa6-45d0-bc65-71d905b489a2"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "12e91856-c540-46ba-b468-12b240ec9ef3"], + "00c77103-53c9-4bc5-8f4e-807850b90383"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c9026a21-428c-45f3-80f8-572e2dab2562"] - }],ExpressionUUID->"ca3ca42c-6b00-4249-9f5a-874b64f51904"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "63bd25ea-0e4e-43c7-ad13-459a2f8aafee"] + }],ExpressionUUID->"fb88f6ad-c95e-4874-8b7b-2bec90ea2ed8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "97c9dcbb-f96a-49c6-a9a4-d38124a11d9e"], + "f7e5c5b6-2be0-4fe1-bc63-33831b26c85b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be3b160f-58f7-4063-8f9b-10979f76e05c"] - }],ExpressionUUID->"8477ff93-4f0a-412b-a7a5-f6edc089d0c7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "88c241e7-679c-4902-adb4-eced71d7150c"] + }],ExpressionUUID->"580c43a8-c6e6-4f79-83ac-9ae137f8ea74"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "189928db-a73c-4c35-968d-d6136d4e2213"], + "d5abf2d2-2109-43b3-b68e-d6571ce048a7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c1efe28b-7f69-4ecd-b89b-a445bd1af3a7"] - }],ExpressionUUID->"4aded651-c955-44f7-a995-32dc1ab09f9e"], - StripOnInput->False], {"\<\"TUG/ref/EANSCValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EANSCValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EANSCValue.\ + "90ab7cbe-e2ef-4b3c-8d75-744cae78f7f3"] + }],ExpressionUUID->"86e598e5-687a-413e-a0f3-98cf6d8a7a1a"], + StripOnInput->False],{ + "\"TUG/ref/EANSCValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EANSCValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/EANSCValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$72103], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EANSCValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$77443], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EANSCValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3b7a7144-4ed8-4a90-bdf7-ab382a0e564f"] + "27257f8e-160d-49f4-9467-0948d7d97a0a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f1920bce-3cfb-4352-ba4d-017e39102740"]} + "5cdc8e2d-2b20-44a4-8776-191f99c703a9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"99f514c4-4c8f-41bd-bb39-e5fb661cd8ea"], + CellID->1,ExpressionUUID->"02e95235-7294-4252-9e53-19982905aea1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6966079e-6f4a-4887-8ab7-1a39e5941e61"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0fe3a1ac-ba53-4434-8d9e-3ad9574b2216"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EANSCValue", "ObjectName",ExpressionUUID-> - "24e83dd8-241b-44cd-8b54-cda3a0340543"], + "178858d8-df3f-424f-aeb1-5c3a765330a7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c1c2bc90-d47c-4820-bffa-634fd3e9b824"], + "Spacer1"]],ExpressionUUID->"48cfd517-62a1-4af5-b891-67030f757ba9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3922ed9b-ab60-4180-9056-f35776b6168d"] - }],ExpressionUUID->"1131b563-897e-46df-b17b-37fdd4507ca0"], Cell[BoxData[ + "fa6cd518-73a1-4fad-b05a-46f7fa12a245"] + }],ExpressionUUID->"910aa831-7b02-4875-a2c9-e659d244758f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b4e4b4a4-e90d-41c5-96ad-7034ece2b360"]} + "6b07c556-8e0d-472d-9a22-bae4b1e09443"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bbcf0893-104b-4403-b468-b1d62e2aa4fc"], + CacheGraphics->False,ExpressionUUID->"651130d1-812a-46da-b3aa-929e2549348d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +242,7 @@ Cell[BoxData[GridBox[{ "df1b95dc-8f5c-46ce-b01b-b1aaa3a3219a"], " \[LineSeparator]computes the equal allocation of non-separable \ contribution/cost value." - }],ExpressionUUID->"c24364f1-2dbe-42db-86d4-73f9ebe48ba4"]} + }],ExpressionUUID->"be9143a6-d7d6-4d4d-a675-51a2e4460bc3"]} }]], "Usage", CellID->1145083014,ExpressionUUID->"e21c4fd2-ae1e-44a3-ab65-8a0527d60bbb"] }, Open ]], @@ -273,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e02612f4-06da-4009-b504-d4711873e4bb"], + ExpressionUUID->"50e077ca-9019-4c0e-8e74-a2b300054a6a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d3103805-5bbe-4578-9840-a468d6781a80"], + "Spacer1"]],ExpressionUUID->"15e45f4f-b1b5-4d6f-9bd2-3b7c4d10a44f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e923b4e6-021a-4549-a6d8-8c2b148a7e07"], + }], "NotesFrameText",ExpressionUUID->"56648c98-9a76-4d44-8364-b1c788c265af"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2e83f7fd-65e8-4169-ae7f-a472c69c27e0"]], \ + "Preemptive"]],ExpressionUUID->"b3775d54-af64-43d9-b7c9-cead4486686a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1765492988,ExpressionUUID->"1fc42a75-7e7e-432f-b8ae-00f0653ac1f3"], + CellID->171518783,ExpressionUUID->"ba238792-f652-444b-b588-3ecc40413f0d"], Cell[TextData[{ "The input expression ", @@ -362,19 +364,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"26c31a0a-16db-4823-bb9a-0dd0fd94f374"], + ExpressionUUID->"cb97ea85-44b3-4825-a203-9554f53abad2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"76d6d76b-7116-4330-9da1-f1a70098b88a"], + "Spacer1"]],ExpressionUUID->"c4da9ffc-5b75-432f-ae2a-0c26a9da3e99"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b084df5f-b5dc-42e0-b059-a3c5ab3d153f"] + "1770bbe9-8a3d-42e3-bf00-1662e0273c0f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->150112043,ExpressionUUID->"4b2ca56a-d6c0-45c8-bb8b-47880182f980"], + CellID->1893395172,ExpressionUUID->"d1208892-63d8-4f4a-bcd6-0880f04ebac5"], Cell[CellGroupData[{ @@ -403,18 +405,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ed37bd62-f08a-45f0-a185-a25de15a87b9"], + ExpressionUUID->"546c5901-7564-46cd-86b5-1e835015e34e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ac754375-25c8-4e27-b8fe-55e3fcb4c6fc"], + "Spacer1"]],ExpressionUUID->"4d4a83ae-d7f0-42ea-bd21-ae1d196ce267"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a153740d-08f4-4714-8d8c-e05305ec4e51"] + "1bb8e49b-8c29-4bc0-b4a2-ba6fa3ab327c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1269773916,ExpressionUUID->"1e886984-dbe4-4df8-8319-11d4941efa16"], + CellID->1638124953,ExpressionUUID->"3a4fe98a-17b5-40ee-ae6e-8a8320be9478"], Cell["Loading the package:", "ExampleText", CellID->750362676,ExpressionUUID->"5830a55e-aafc-4bcd-9787-402688a6b3d3"], @@ -575,8 +577,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -738,15 +738,15 @@ Cell[BoxData[GridBox[{ "ea1caafb-437d-4d84-9608-26cdc1c784a6"] }], "SeeAlso",ExpressionUUID->"3fb30806-9975-455a-abcd-9d408b51e5d8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4b016c51-4843-4ea0-bc5c-\ -76a216340e53"], + }]], "SeeAlsoSection",ExpressionUUID->"fcd9ff12-8fa1-4dcd-a3ff-\ +4f82ba408f0a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -758,9 +758,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"016aafd0-fe9a-4ce7-927c-a0def9daa99f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"16cc2fcb-0b50-47ca-a8e0-\ -f037923bdf3d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fb3a319e-d9d8-4fba-8fc5-\ +1d8b486a03e2"], Cell[BoxData[GridBox[{ { @@ -777,7 +776,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "599e173b-4bb8-4aac-93ba-227cc623f5d5"]}]}, + "89f33ade-2f19-45d0-90c5-b58f2228e04b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -785,10 +784,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0fbf83b9-874c-4d98-b32e-ed6515d045e1"]}]} + "de583f73-e853-4127-83c2-4ce0363f82a2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"14686d1c-effa-416b-bd7f-\ -f83479b217f0"], + }]], "MoreAboutSection",ExpressionUUID->"389e9258-53d5-4d30-8210-\ +a29776630ea1"], Cell[BoxData[GridBox[{ { @@ -815,7 +814,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dffb46e8-7cee-4857-b87c-98d271ce3ff9"]], "RelatedLinks", + "b6336f6d-8738-477f-a5ab-35b0a52aac94"]], "RelatedLinks", ExpressionUUID->"4e9b8cc7-c534-4fd5-8378-78be6538b64a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,7 +831,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3364f085-aaee-45c6-b649-23d9f12fcd47"]], "RelatedLinks", + "63fb0483-d5d7-4f73-9d8f-56d33ad818a7"]], "RelatedLinks", ExpressionUUID->"cb9a1ef8-f8f2-4c1b-bffc-b0cfb84bb808"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,11 +848,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e5cf9c6f-79e9-48c3-ba64-8c6c1b1e1e40"]], "RelatedLinks", + "6232c069-5835-4f21-8b64-c66aa43c541b"]], "RelatedLinks", ExpressionUUID->"21349fc3-65c5-400f-9503-51f6bf2873ec"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d228478c-02db-4f36-b5de-\ -7fdbe978eb39"], + }]], "RelatedLinksSection",ExpressionUUID->"27bf03e6-0d50-4f56-8cb6-\ +996772f16f54"], Cell[CellGroupData[{ @@ -883,11 +882,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f21aaf56-2fab-49ae-bfc3-e292d97a8138"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a01de056-3859-4b62-99b5-3a0a00675760"] +Cell[" ", "FooterCell",ExpressionUUID->"b97be350-96a8-4ff6-9402-cb9ee612a36b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EANSCValue", TaggingRules->{ @@ -898,17 +897,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 40.075790}", + "built" -> "{2024, 6, 3, 16, 52, 35.581282}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "EANSCValue[game] computes the equal allocation of non-separable \ contribution/cost value.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "EANSCValue", "titlemodifier" -> "", "windowtitle" -> "EANSCValue", - "type" -> "Symbol", "uri" -> "TUG/ref/EANSCValue"}}, + "EANSCValue", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "EANSCValue", "type" -> "Symbol", "uri" -> + "TUG/ref/EANSCValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -917,9 +917,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c00bc93d-c42b-4235-bce0-64e8e01f5d52" +ExpressionUUID->"d6e66169-dfe1-49b5-90ba-53a286b949af" ] (* End of Notebook Content *) @@ -927,121 +927,119 @@ ExpressionUUID->"c00bc93d-c42b-4235-bce0-64e8e01f5d52" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12977, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4b2ca56a-d6c0-45c8-bb8b-47880182f980", + Cell[13001, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d1208892-63d8-4f4a-bcd6-0880f04ebac5", CellTags->"PrimaryExamplesSection", - CellID->150112043]} + CellID->1893395172]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34112, 928} + {"PrimaryExamplesSection", 34126, 928} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7102, 170, 56, "AnchorBarGrid",ExpressionUUID->"99f514c4-4c8f-41bd-bb39-e5fb661cd8ea", +Cell[582, 21, 7127, 172, 57, "AnchorBarGrid",ExpressionUUID->"02e95235-7294-4252-9e53-19982905aea1", CellID->1], -Cell[7687, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6966079e-6f4a-4887-8ab7-1a39e5941e61"], +Cell[7712, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0fe3a1ac-ba53-4434-8d9e-3ad9574b2216"], Cell[CellGroupData[{ -Cell[7798, 197, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"bbcf0893-104b-4403-b468-b1d62e2aa4fc"], -Cell[9085, 234, 485, 10, 111, "Usage",ExpressionUUID->"e21c4fd2-ae1e-44a3-ab65-8a0527d60bbb", +Cell[7823, 199, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"651130d1-812a-46da-b3aa-929e2549348d"], +Cell[9110, 236, 485, 10, 111, "Usage",ExpressionUUID->"e21c4fd2-ae1e-44a3-ab65-8a0527d60bbb", CellID->1145083014] }, Open ]], Cell[CellGroupData[{ -Cell[9607, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"1fc42a75-7e7e-432f-b8ae-00f0653ac1f3", +Cell[9632, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"ba238792-f652-444b-b588-3ecc40413f0d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1765492988], -Cell[11505, 298, 515, 12, 57, "Notes",ExpressionUUID->"ccfaae62-4bd9-41eb-9286-a72c8c938ab8", + CellID->171518783], +Cell[11529, 300, 515, 12, 57, "Notes",ExpressionUUID->"ccfaae62-4bd9-41eb-9286-a72c8c938ab8", CellID->1014199156], -Cell[12023, 312, 489, 12, 37, "Notes",ExpressionUUID->"de13f26b-e6cf-4f22-bad7-ad726c4966a2", +Cell[12047, 314, 489, 12, 38, "Notes",ExpressionUUID->"de13f26b-e6cf-4f22-bad7-ad726c4966a2", CellID->177724765], -Cell[12515, 326, 145, 1, 36, "Notes",ExpressionUUID->"f256a836-cce5-4b10-bb54-a66c24f76071", +Cell[12539, 328, 145, 1, 36, "Notes",ExpressionUUID->"f256a836-cce5-4b10-bb54-a66c24f76071", CellID->942953741], -Cell[12663, 329, 187, 4, 36, "Notes",ExpressionUUID->"163d3c99-fb8c-4a5f-846d-ef757c6e680e", +Cell[12687, 331, 187, 4, 36, "Notes",ExpressionUUID->"163d3c99-fb8c-4a5f-846d-ef757c6e680e", CellID->621832307] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12977, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4b2ca56a-d6c0-45c8-bb8b-47880182f980", +Cell[13001, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d1208892-63d8-4f4a-bcd6-0880f04ebac5", CellTags->"PrimaryExamplesSection", - CellID->150112043], + CellID->1893395172], Cell[CellGroupData[{ -Cell[14422, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1e886984-dbe4-4df8-8319-11d4941efa16", - CellID->1269773916], -Cell[15824, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"5830a55e-aafc-4bcd-9787-402688a6b3d3", +Cell[14447, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3a4fe98a-17b5-40ee-ae6e-8a8320be9478", + CellID->1638124953], +Cell[15849, 420, 118, 1, 39, "ExampleText",ExpressionUUID->"5830a55e-aafc-4bcd-9787-402688a6b3d3", CellID->750362676], Cell[CellGroupData[{ -Cell[15967, 423, 167, 3, 27, "Input",ExpressionUUID->"ab566b94-949a-4ee9-be0c-13e5ebc65293", +Cell[15992, 425, 167, 3, 27, "Input",ExpressionUUID->"ab566b94-949a-4ee9-be0c-13e5ebc65293", CellID->566479398], Cell[CellGroupData[{ -Cell[16159, 430, 235, 4, 23, "Print",ExpressionUUID->"169528d2-e549-4d46-8954-e98170fc0cbf", +Cell[16184, 432, 235, 4, 23, "Print",ExpressionUUID->"169528d2-e549-4d46-8954-e98170fc0cbf", CellID->352518322], -Cell[16397, 436, 365, 8, 23, "Print",ExpressionUUID->"80d1b31b-d4f3-411a-90da-fea1eaef1acf", +Cell[16422, 438, 365, 8, 23, "Print",ExpressionUUID->"80d1b31b-d4f3-411a-90da-fea1eaef1acf", CellID->1155124895], -Cell[16765, 446, 236, 4, 23, "Print",ExpressionUUID->"7af52fb4-4982-4f15-bc16-7335e2161bc7", +Cell[16790, 448, 236, 4, 23, "Print",ExpressionUUID->"7af52fb4-4982-4f15-bc16-7335e2161bc7", CellID->1082794454], -Cell[17004, 452, 219, 3, 23, "Print",ExpressionUUID->"9d7e366a-cf6a-449a-9762-0956d4762f1c", +Cell[17029, 454, 219, 3, 23, "Print",ExpressionUUID->"9d7e366a-cf6a-449a-9762-0956d4762f1c", CellID->830215834], -Cell[17226, 457, 207, 3, 23, "Print",ExpressionUUID->"b0b91e6c-d082-4273-80a1-122b9cdb153a", +Cell[17251, 459, 207, 3, 23, "Print",ExpressionUUID->"b0b91e6c-d082-4273-80a1-122b9cdb153a", CellID->2044408986], -Cell[17436, 462, 236, 4, 23, "Print",ExpressionUUID->"96e99d1c-223e-47af-97c3-fd899e1d10f2", +Cell[17461, 464, 236, 4, 23, "Print",ExpressionUUID->"96e99d1c-223e-47af-97c3-fd899e1d10f2", CellID->794078173], -Cell[17675, 468, 220, 3, 23, "Print",ExpressionUUID->"f370609f-7aca-450b-9027-b4923bb73d22", +Cell[17700, 470, 220, 3, 23, "Print",ExpressionUUID->"f370609f-7aca-450b-9027-b4923bb73d22", CellID->1707678588], -Cell[17898, 473, 236, 4, 23, "Print",ExpressionUUID->"94feca4a-c787-429c-9280-8dedbf74cc93", +Cell[17923, 475, 236, 4, 23, "Print",ExpressionUUID->"94feca4a-c787-429c-9280-8dedbf74cc93", CellID->1070957101], -Cell[18137, 479, 235, 4, 23, "Print",ExpressionUUID->"d6ed52da-ea5e-48eb-b43c-045e4160224a", +Cell[18162, 481, 235, 4, 23, "Print",ExpressionUUID->"d6ed52da-ea5e-48eb-b43c-045e4160224a", CellID->209129214], -Cell[18375, 485, 207, 3, 23, "Print",ExpressionUUID->"f8c296ef-e3fe-4ada-a931-59820ea1e851", +Cell[18400, 487, 207, 3, 23, "Print",ExpressionUUID->"f8c296ef-e3fe-4ada-a931-59820ea1e851", CellID->2101008901], -Cell[18585, 490, 234, 4, 23, "Print",ExpressionUUID->"e743ba22-2ae5-4e08-bf91-a91823a7fffe", +Cell[18610, 492, 234, 4, 23, "Print",ExpressionUUID->"e743ba22-2ae5-4e08-bf91-a91823a7fffe", CellID->80029279] }, Open ]] }, Open ]], -Cell[18846, 498, 136, 1, 70, "ExampleText",ExpressionUUID->"098cf00d-b084-47ce-aed3-20c7984bf8c1", +Cell[18871, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"098cf00d-b084-47ce-aed3-20c7984bf8c1", CellID->782683573], -Cell[18985, 501, 234, 6, 70, "Input",ExpressionUUID->"b0e2228c-e798-4fb4-8d59-236fe38b9ece", +Cell[19010, 503, 234, 6, 70, "Input",ExpressionUUID->"b0e2228c-e798-4fb4-8d59-236fe38b9ece", CellID->390585909], -Cell[19222, 509, 381, 9, 70, "Input",ExpressionUUID->"89d1b6c3-73ed-4fbe-9437-cc99bf94d0c8", +Cell[19247, 511, 381, 9, 70, "Input",ExpressionUUID->"89d1b6c3-73ed-4fbe-9437-cc99bf94d0c8", CellID->1504020725], -Cell[19606, 520, 237, 6, 70, "Input",ExpressionUUID->"d194c333-bedf-40ec-9878-9c4f8a5331ef", +Cell[19631, 522, 237, 6, 70, "Input",ExpressionUUID->"d194c333-bedf-40ec-9878-9c4f8a5331ef", CellID->786035060], -Cell[19846, 528, 191, 4, 70, "ExampleText",ExpressionUUID->"9fafde64-e4c3-4c79-bc96-6e0692c96260", +Cell[19871, 530, 191, 4, 70, "ExampleText",ExpressionUUID->"9fafde64-e4c3-4c79-bc96-6e0692c96260", CellID->1246823118], Cell[CellGroupData[{ -Cell[20062, 536, 168, 3, 70, "Input",ExpressionUUID->"c1962490-6e17-432a-9005-faf27679bcb9", +Cell[20087, 538, 168, 3, 70, "Input",ExpressionUUID->"c1962490-6e17-432a-9005-faf27679bcb9", CellID->1427732661], -Cell[20233, 541, 172, 4, 36, "Output",ExpressionUUID->"d8459714-9246-4906-a97f-0049f3004b12", +Cell[20258, 543, 172, 4, 36, "Output",ExpressionUUID->"d8459714-9246-4906-a97f-0049f3004b12", CellID->731175104] }, Open ]], -Cell[20420, 548, 194, 4, 70, "ExampleText",ExpressionUUID->"36a49235-cd85-41bb-9263-e1afa9a8cb73", +Cell[20445, 550, 194, 4, 70, "ExampleText",ExpressionUUID->"36a49235-cd85-41bb-9263-e1afa9a8cb73", CellID->1638097313], Cell[CellGroupData[{ -Cell[20639, 556, 195, 4, 70, "Input",ExpressionUUID->"a5d59441-9a93-4e67-9910-30c335b8611d", +Cell[20664, 558, 195, 4, 70, "Input",ExpressionUUID->"a5d59441-9a93-4e67-9910-30c335b8611d", CellID->1161951729], -Cell[20837, 562, 244, 6, 36, "Output",ExpressionUUID->"3220ddc7-a4ee-4c13-87d1-7e1efe53f1ae", +Cell[20862, 564, 244, 6, 36, "Output",ExpressionUUID->"3220ddc7-a4ee-4c13-87d1-7e1efe53f1ae", CellID->1655175423] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21348, 579, 5896, 162, 70, "SeeAlsoSection",ExpressionUUID->"fcd9ff12-8fa1-4dcd-a3ff-4f82ba408f0a"], +Cell[27247, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fb3a319e-d9d8-4fba-8fc5-1d8b486a03e2"], +Cell[27920, 763, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"389e9258-53d5-4d30-8210-a29776630ea1"], +Cell[28956, 791, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"27bf03e6-0d50-4f56-8cb6-996772f16f54"], Cell[CellGroupData[{ -Cell[21345, 579, 5896, 162, 70, "SeeAlsoSection",ExpressionUUID->"4b016c51-4843-4ea0-bc5c-76a216340e53"], -Cell[27244, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"16cc2fcb-0b50-47ca-a8e0-f037923bdf3d"] -}, Open ]], -Cell[27929, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"14686d1c-effa-416b-bd7f-f83479b217f0"], -Cell[28965, 792, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"d228478c-02db-4f36-b5de-7fdbe978eb39"], -Cell[CellGroupData[{ -Cell[31203, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b7edd054-822b-4ca6-b827-9d62b58d5160", +Cell[31194, 858, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b7edd054-822b-4ca6-b827-9d62b58d5160", CellID->778415021], -Cell[31343, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"01848d92-f635-403d-a630-29157bc0c47e", +Cell[31334, 861, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"01848d92-f635-403d-a630-29157bc0c47e", CellID->1194386356], -Cell[31565, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c7b1a37d-9f61-4ba5-ae52-bb313fd10364", +Cell[31556, 867, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c7b1a37d-9f61-4ba5-ae52-bb313fd10364", CellID->1641706272], -Cell[31780, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"32fe936b-9ff3-407f-8d0b-f80ad850698b", +Cell[31771, 872, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"32fe936b-9ff3-407f-8d0b-f80ad850698b", CellID->399251956], -Cell[32009, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f21aaf56-2fab-49ae-bfc3-e292d97a8138", +Cell[32000, 878, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f21aaf56-2fab-49ae-bfc3-e292d97a8138", CellID->821434655] }, Open ]], -Cell[32246, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"a01de056-3859-4b62-99b5-3a0a00675760"] +Cell[32237, 884, 78, 0, 70, "FooterCell",ExpressionUUID->"b97be350-96a8-4ff6-9402-cb9ee612a36b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ECCoverGame.nb b/Documentation/English/ReferencePages/Symbols/ECCoverGame.nb index 5275265..1ca8ce8 100644 --- a/Documentation/English/ReferencePages/Symbols/ECCoverGame.nb +++ b/Documentation/English/ReferencePages/Symbols/ECCoverGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44706, 1155] -NotebookOptionsPosition[ 35634, 976] -NotebookOutlinePosition[ 37687, 1029] -CellTagsIndexPosition[ 37601, 1024] +NotebookDataLength[ 44713, 1155] +NotebookOptionsPosition[ 35656, 978] +NotebookOutlinePosition[ 37727, 1031] +CellTagsIndexPosition[ 37641, 1026] WindowTitle->ECCoverGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "396cea05-d62c-4628-b518-0df0a05d20e4"], + "3e7cd405-76da-4cc8-b99b-f3902cad8b63"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "087574aa-9355-4580-902f-83d36a77e4b1"], + "10673bde-9075-46de-930a-c8340911f7c3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b1ae71dd-8ecd-4570-8168-58033266f235"] - }],ExpressionUUID->"6d03e4f9-3486-499f-997d-9c479d395dff"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "4bb3820e-9c46-4283-a76a-33281f33e9d4"] + }],ExpressionUUID->"ee4d1623-7273-44fc-86a2-0900a04dd87d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4edab33b-916f-4ff5-a12b-6f1a71a07e92"], + "ba18a4b1-2db4-4945-913c-684fdf3a9b23"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c19102a9-2dd8-47d9-917e-b07ab5a234e4"] - }],ExpressionUUID->"86494eca-afd3-426c-8e14-1526943015ff"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b095d235-7221-4c7a-a26d-2688bc945ff5"] + }],ExpressionUUID->"060d6b28-a087-484e-8494-5ef93275b25a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "717fa89e-4fe0-47ee-bb60-ac841deff01e"], + "4820b080-b9d2-4349-b864-5e0690308dbc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e3f97df5-2c0b-44bf-852e-fd12c92e5772"] - }],ExpressionUUID->"884e2754-505f-45ac-9a04-054dc5166dc0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "90465587-2647-409e-9a70-134e66733fa5"] + }],ExpressionUUID->"42be4fcc-1388-46fe-9f12-37b3be933061"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fc820a7b-dccf-47f2-a9fc-ce9d1f9bbcc8"], + "718c9bbc-3428-4a40-a3d5-d5410d3f6666"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7605656c-3a8e-4fb4-9c69-be63b64ec56e"] - }],ExpressionUUID->"70c8aa47-16e4-40f4-bb96-466d408c14b5"], - StripOnInput->False], {"\<\"TUG/ref/ECCoverGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ECCoverGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ECCoverGame.\ + "749b41ea-2ff6-453a-bc8f-2374dbd06542"] + }],ExpressionUUID->"64b2e839-bbad-4575-96a0-f1382435f313"], + StripOnInput->False],{ + "\"TUG/ref/ECCoverGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ECCoverGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ECCoverGame.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$72675], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ECCoverGame" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$78049], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ECCoverGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5662f5f7-84f2-4184-b59c-a4090235861d"] + "e62963eb-90e1-4c85-9b8a-ea958437c0a9"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5383c5d1-da85-4773-b697-e84e8cb312bb"]} + "cf39f8a5-7d44-4dad-bb57-49883aba78c6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1b03b225-250c-431f-9ca0-bf18f6da6297"], + CellID->1,ExpressionUUID->"981420f2-1513-42a4-bff3-1f2b2011f7a7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c1921d12-d330-42d3-b804-f2a4bad50bc3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1d9ef0c2-31a6-451a-b1a8-506db2bce52a"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ECCoverGame", "ObjectName",ExpressionUUID-> - "9405c205-52d7-4b21-b03e-06a47f787eca"], + "272319d2-53f8-4419-9434-d8324951c9a5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0757aa4d-80cc-48c0-bddf-e12fdc86e381"], + "Spacer1"]],ExpressionUUID->"386205b0-b374-4753-9809-700150aee1b0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6264bb5f-ab62-411f-b93f-023f5cffa3ff"] - }],ExpressionUUID->"d31d65a8-4cd3-4526-881b-3aa3548cd26d"], Cell[BoxData[ + "f81cb84c-d744-4815-9c2f-77a9017cf7b0"] + }],ExpressionUUID->"b8f3be25-1546-4483-906b-721cce7bb2b6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e1898e15-7ad6-4909-8ffe-d6636dd8fadf"]} + "1d8524b4-f847-475d-bdb3-873e21dddba5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dd49a6cf-f24d-4ecf-b346-e587a775ed91"], + CacheGraphics->False,ExpressionUUID->"92ed6479-ffed-4818-b0b8-4dce59ab483b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "11326429-d860-45aa-a0f5-a09480e70c2c"], " \[LineSeparator]computes the excess comparability cover game." - }],ExpressionUUID->"1d8b4d6b-d249-49bd-bbdd-026d7d201cbb"]} + }],ExpressionUUID->"7bd3beaf-acd1-4e61-8cd3-37b71c9b6707"]} }]], "Usage", CellID->1333794419,ExpressionUUID->"0d0db5fd-b0e3-4434-b30b-811874c96ae4"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eb1166a7-8eb9-4a27-a7bc-1bcd64f0b21a"], + ExpressionUUID->"c4da01a8-c665-4bb5-9bac-b5f66511b28c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"12a33473-4e26-44d3-81bc-22fed10ce37a"], + "Spacer1"]],ExpressionUUID->"6d3abf96-4f6d-4c2a-8d3b-91b2a7a29f15"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c1e9ff5a-d027-421b-8f90-3c1dc3c27043"], + }], "NotesFrameText",ExpressionUUID->"b9c8ee54-d727-4d69-a829-d1c92b142805"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"97322df3-36a2-451b-a258-ccc94bf7ee5f"]], \ + "Preemptive"]],ExpressionUUID->"e81e468f-25d0-4f0b-b38f-019e45c1ed0e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->466910809,ExpressionUUID->"b28620c6-7180-4513-be04-07130b72479e"], + CellID->376749852,ExpressionUUID->"3e68fb11-4626-426f-a936-ef1e207214ad"], Cell[TextData[{ "The input expression ", @@ -383,19 +388,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4cb716fe-3a95-4cb3-80a8-b43782ff1d7e"], + ExpressionUUID->"b9fe12cd-4e73-4d1a-a42b-d289bcb88b2a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8e631922-70b7-4a91-8d2a-d3a7b81fe534"], + "Spacer1"]],ExpressionUUID->"9d37d7b4-1a94-43f1-8c16-1419e2984ac9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fe06c8c8-7abd-4ab0-9108-962bad8747d7"] + "fee5452f-3578-43ab-8c5f-7da4e6f67edf"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1362143611,ExpressionUUID->"d1a40346-52d4-4fb4-a223-c41bf6dbaae2"], + CellID->1149779254,ExpressionUUID->"2403d5cc-3e34-4ba2-8d54-82fad1e5ef07"], Cell[CellGroupData[{ @@ -424,18 +429,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bdb58924-d91b-4ce0-af28-a138b3d68826"], + ExpressionUUID->"a4186282-d86a-4909-b3ec-67e7eb09d0b2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9109a587-e34e-4cfb-8e48-35038e4431ac"], + "Spacer1"]],ExpressionUUID->"80148f18-06f1-4b8b-86de-82d09c8a5e52"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2a3d6646-5efe-4db0-b45d-54e187196b55"] + "b1f8fc85-ca87-4e7c-a239-f7982222281b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->988512286,ExpressionUUID->"28d5ecbd-77cd-4bf5-93d8-6506a0b13026"], + CellID->884762857,ExpressionUUID->"f6b41a10-a65c-476c-9308-4a07000adfe8"], Cell["Loading the package:", "ExampleText", CellID->1106894153,ExpressionUUID->"b5debfc4-fedf-48c0-b114-4777948ed6ea"], @@ -661,8 +666,6 @@ game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -810,15 +813,15 @@ Cell[BoxData[GridBox[{ "89073390-0492-490b-88b3-be275726c9a1"] }], "SeeAlso",ExpressionUUID->"f35ba3d6-9d08-481b-92f4-9fd652722a3a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"987a4a8e-7b57-4bad-a3a5-\ -8f8692b7d868"], + }]], "SeeAlsoSection",ExpressionUUID->"1c012f42-b1db-4e7d-a9b3-\ +b58e6f7cc2cc"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -830,9 +833,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4861247c-57a7-4a73-bba4-d36b93ef4c77"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"63275135-fa5c-4b06-9c50-\ -78c9d83e4489"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"844b9307-1d2d-4991-ad08-\ +168995455aba"], Cell[BoxData[GridBox[{ { @@ -849,7 +851,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d13b662c-cf8c-4a73-b7a2-899e21f5c9d1"]}]}, + "dffeb95a-a94b-4d63-8e2f-d62471ee7903"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -857,10 +859,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0c430aeb-f319-42f9-a8cb-67c2d126a176"]}]} + "2aa49635-511d-46ea-87db-739f127d3658"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"86cc3328-fc60-4d47-b13b-\ -b5002eb6d48d"], + }]], "MoreAboutSection",ExpressionUUID->"6a95f2fa-800c-4a28-8157-\ +41dc26e21180"], Cell[BoxData[GridBox[{ { @@ -887,7 +889,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b2418202-9a56-4b78-84f5-aea3ed14905a"]], "RelatedLinks", + "3d5f6d06-d005-46e1-97f6-c7e12a7db462"]], "RelatedLinks", ExpressionUUID->"a380cd26-0119-4d13-a834-12b3addf0377"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -904,7 +906,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b252baf-ab00-44f3-b407-fe5854949e9c"]], "RelatedLinks", + "b6144f11-3013-48b9-b24d-f062cc825345"]], "RelatedLinks", ExpressionUUID->"ef5b1dcd-0ca0-4204-bcef-0145ff3b5c76"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -921,7 +923,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PrimalExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "198f934e-39b4-456b-b118-eb5dd6195ad2"]], "RelatedLinks", + "5e612414-11c7-4edd-a465-3f0c5622bf18"]], "RelatedLinks", ExpressionUUID->"d652816f-5543-49b9-b732-4dda9e3812a0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -938,11 +940,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3baa25a1-0a74-48b8-84b5-d6fa9da187b3"]], "RelatedLinks", + "8053c6a6-a626-40b0-8193-8f3d3f54cc0c"]], "RelatedLinks", ExpressionUUID->"bf5d1960-a85c-4cc4-805f-694e98f8f661"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"695b5f3b-a961-442f-9d21-\ -4e7f63dd2b03"], + }]], "RelatedLinksSection",ExpressionUUID->"439e8715-e09a-4094-84b3-\ +e64088764a57"], Cell[CellGroupData[{ @@ -972,11 +974,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9c448ee6-c4bb-4458-a696-9cf13d27011d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"95327077-05f5-43d8-9342-f142ed1c0c8e"] +Cell[" ", "FooterCell",ExpressionUUID->"71af311d-99ca-4b5e-b452-9ef507cb5c9e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ECCoverGame", TaggingRules->{ @@ -987,17 +989,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 41.459125}", + "built" -> "{2024, 6, 3, 16, 52, 36.273919}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ECCoverGame[game] computes the excess comparability cover game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ECCoverGame", - "titlemodifier" -> "", "windowtitle" -> "ECCoverGame", "type" -> "Symbol", - "uri" -> "TUG/ref/ECCoverGame"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ECCoverGame", "type" -> "Symbol", "uri" -> "TUG/ref/ECCoverGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1006,9 +1008,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ad52c496-e2bd-413d-b7cf-fcf891484e3c" +ExpressionUUID->"f06a8ae8-a496-497f-87ee-d7f3b8b09d4e" ] (* End of Notebook Content *) @@ -1016,147 +1018,145 @@ ExpressionUUID->"ad52c496-e2bd-413d-b7cf-fcf891484e3c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13848, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d1a40346-52d4-4fb4-a223-c41bf6dbaae2", + Cell[13904, 365, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2403d5cc-3e34-4ba2-8d54-82fad1e5ef07", CellTags->"PrimaryExamplesSection", - CellID->1362143611]} + CellID->1149779254]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37400, 1017} + {"PrimaryExamplesSection", 37440, 1019} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"1b03b225-250c-431f-9ca0-bf18f6da6297", +Cell[583, 21, 7180, 173, 57, "AnchorBarGrid",ExpressionUUID->"981420f2-1513-42a4-bff3-1f2b2011f7a7", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c1921d12-d330-42d3-b804-f2a4bad50bc3"], +Cell[7766, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1d9ef0c2-31a6-451a-b1a8-506db2bce52a"], Cell[CellGroupData[{ -Cell[7821, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"dd49a6cf-f24d-4ecf-b346-e587a775ed91"], -Cell[9109, 232, 458, 9, 111, "Usage",ExpressionUUID->"0d0db5fd-b0e3-4434-b30b-811874c96ae4", +Cell[7877, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"92ed6479-ffed-4818-b0b8-4dce59ab483b"], +Cell[9165, 237, 458, 9, 111, "Usage",ExpressionUUID->"0d0db5fd-b0e3-4434-b30b-811874c96ae4", CellID->1333794419] }, Open ]], Cell[CellGroupData[{ -Cell[9604, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"b28620c6-7180-4513-be04-07130b72479e", +Cell[9660, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"3e68fb11-4626-426f-a936-ef1e207214ad", CellGroupingRules->{"SectionGrouping", 50}, - CellID->466910809], -Cell[11501, 295, 663, 17, 49, "Notes",ExpressionUUID->"78767c71-72d8-4391-a42f-df3e5edf8824", + CellID->376749852], +Cell[11557, 300, 663, 17, 48, "Notes",ExpressionUUID->"78767c71-72d8-4391-a42f-df3e5edf8824", CellID->26053], -Cell[12167, 314, 489, 12, 37, "Notes",ExpressionUUID->"07e274c6-0b60-4c92-aa9f-46600b8b0984", +Cell[12223, 319, 489, 12, 38, "Notes",ExpressionUUID->"07e274c6-0b60-4c92-aa9f-46600b8b0984", CellID->177724765], -Cell[12659, 328, 404, 8, 57, "Notes",ExpressionUUID->"618ad13f-e035-4747-b582-d9e65a6991ea", +Cell[12715, 333, 404, 8, 57, "Notes",ExpressionUUID->"618ad13f-e035-4747-b582-d9e65a6991ea", CellID->492228689], -Cell[13066, 338, 232, 4, 57, "Notes",ExpressionUUID->"cb3c118a-29cd-415e-90af-d2f0efc5d450", +Cell[13122, 343, 232, 4, 57, "Notes",ExpressionUUID->"cb3c118a-29cd-415e-90af-d2f0efc5d450", CellID->414826006], -Cell[13301, 344, 230, 4, 36, "Notes",ExpressionUUID->"3043d92b-0437-414a-8570-b0ece05ffdf5", +Cell[13357, 349, 230, 4, 36, "Notes",ExpressionUUID->"3043d92b-0437-414a-8570-b0ece05ffdf5", CellID->1401923687], -Cell[13534, 350, 187, 4, 36, "Notes",ExpressionUUID->"37447e46-042f-45d0-98ee-32a80cdeb008", +Cell[13590, 355, 187, 4, 36, "Notes",ExpressionUUID->"37447e46-042f-45d0-98ee-32a80cdeb008", CellID->791497516] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13848, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d1a40346-52d4-4fb4-a223-c41bf6dbaae2", +Cell[13904, 365, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2403d5cc-3e34-4ba2-8d54-82fad1e5ef07", CellTags->"PrimaryExamplesSection", - CellID->1362143611], + CellID->1149779254], Cell[CellGroupData[{ -Cell[15294, 401, 1398, 36, 30, "ExampleSection",ExpressionUUID->"28d5ecbd-77cd-4bf5-93d8-6506a0b13026", - CellID->988512286], -Cell[16695, 439, 119, 1, 38, "ExampleText",ExpressionUUID->"b5debfc4-fedf-48c0-b114-4777948ed6ea", +Cell[15350, 406, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f6b41a10-a65c-476c-9308-4a07000adfe8", + CellID->884762857], +Cell[16751, 444, 119, 1, 39, "ExampleText",ExpressionUUID->"b5debfc4-fedf-48c0-b114-4777948ed6ea", CellID->1106894153], Cell[CellGroupData[{ -Cell[16839, 444, 167, 3, 27, "Input",ExpressionUUID->"2dc27a4b-0886-4b9c-b25f-b5e3a69491a9", +Cell[16895, 449, 167, 3, 27, "Input",ExpressionUUID->"2dc27a4b-0886-4b9c-b25f-b5e3a69491a9", CellID->477653358], Cell[CellGroupData[{ -Cell[17031, 451, 237, 4, 23, "Print",ExpressionUUID->"37a5ace1-d0fe-48fd-966d-42b04b455133", +Cell[17087, 456, 237, 4, 23, "Print",ExpressionUUID->"37a5ace1-d0fe-48fd-966d-42b04b455133", CellID->1062207749], -Cell[17271, 457, 366, 8, 23, "Print",ExpressionUUID->"4ad269a8-859b-489e-95a9-4209384204f7", +Cell[17327, 462, 366, 8, 23, "Print",ExpressionUUID->"4ad269a8-859b-489e-95a9-4209384204f7", CellID->1131341051], -Cell[17640, 467, 237, 4, 23, "Print",ExpressionUUID->"ef2c5e0e-e40e-45e9-9220-ede272b4dd3d", +Cell[17696, 472, 237, 4, 23, "Print",ExpressionUUID->"ef2c5e0e-e40e-45e9-9220-ede272b4dd3d", CellID->1561435533], -Cell[17880, 473, 220, 3, 23, "Print",ExpressionUUID->"131c2ad5-d650-4673-91e3-39a26c2be69f", +Cell[17936, 478, 220, 3, 23, "Print",ExpressionUUID->"131c2ad5-d650-4673-91e3-39a26c2be69f", CellID->869350340], -Cell[18103, 478, 206, 3, 23, "Print",ExpressionUUID->"a7d133a3-c0b9-4c62-b575-bb7ccfd462c4", +Cell[18159, 483, 206, 3, 23, "Print",ExpressionUUID->"a7d133a3-c0b9-4c62-b575-bb7ccfd462c4", CellID->43172462], -Cell[18312, 483, 237, 4, 23, "Print",ExpressionUUID->"d9add647-1f2e-4d96-a601-aeddc7cc389b", +Cell[18368, 488, 237, 4, 23, "Print",ExpressionUUID->"d9add647-1f2e-4d96-a601-aeddc7cc389b", CellID->406787224], -Cell[18552, 489, 220, 3, 23, "Print",ExpressionUUID->"6f3e7db7-874a-461f-8770-9a5b607f7734", +Cell[18608, 494, 220, 3, 23, "Print",ExpressionUUID->"6f3e7db7-874a-461f-8770-9a5b607f7734", CellID->716196136], -Cell[18775, 494, 237, 4, 70, "Print",ExpressionUUID->"2283ccb7-c21d-4bef-887f-6e07a3184d4d", +Cell[18831, 499, 237, 4, 70, "Print",ExpressionUUID->"2283ccb7-c21d-4bef-887f-6e07a3184d4d", CellID->1985345397], -Cell[19015, 500, 236, 4, 70, "Print",ExpressionUUID->"f3bedf91-3f29-495c-877e-77f615cb6768", +Cell[19071, 505, 236, 4, 70, "Print",ExpressionUUID->"f3bedf91-3f29-495c-877e-77f615cb6768", CellID->415991338], -Cell[19254, 506, 207, 3, 70, "Print",ExpressionUUID->"40b33be0-2bb4-4f61-b4be-1b967d0705c8", +Cell[19310, 511, 207, 3, 70, "Print",ExpressionUUID->"40b33be0-2bb4-4f61-b4be-1b967d0705c8", CellID->922012712], -Cell[19464, 511, 236, 4, 70, "Print",ExpressionUUID->"7114bb80-e6bd-4dcd-89f8-01c64fd284f0", +Cell[19520, 516, 236, 4, 70, "Print",ExpressionUUID->"7114bb80-e6bd-4dcd-89f8-01c64fd284f0", CellID->162072579] }, Open ]] }, Open ]], -Cell[19727, 519, 137, 1, 70, "ExampleText",ExpressionUUID->"a6e0032d-9950-4e81-8b55-853f3aaf6e0f", +Cell[19783, 524, 137, 1, 70, "ExampleText",ExpressionUUID->"a6e0032d-9950-4e81-8b55-853f3aaf6e0f", CellID->1539729172], -Cell[19867, 522, 235, 6, 70, "Input",ExpressionUUID->"e46b96f5-99a7-45a5-a44f-ade48973ddf2", +Cell[19923, 527, 235, 6, 70, "Input",ExpressionUUID->"e46b96f5-99a7-45a5-a44f-ade48973ddf2", CellID->1259516582], -Cell[20105, 530, 381, 9, 70, "Input",ExpressionUUID->"c4519194-a257-4c33-b410-5f1977a38fdf", +Cell[20161, 535, 381, 9, 70, "Input",ExpressionUUID->"c4519194-a257-4c33-b410-5f1977a38fdf", CellID->1972211042], -Cell[20489, 541, 238, 6, 70, "Input",ExpressionUUID->"aa99d283-e3cc-43b2-9ce4-987c44cedf95", +Cell[20545, 546, 238, 6, 70, "Input",ExpressionUUID->"aa99d283-e3cc-43b2-9ce4-987c44cedf95", CellID->1530765395], -Cell[20730, 549, 190, 4, 70, "ExampleText",ExpressionUUID->"5afd0f1b-163d-4c79-adf8-8c18e9edee4e", +Cell[20786, 554, 190, 4, 70, "ExampleText",ExpressionUUID->"5afd0f1b-163d-4c79-adf8-8c18e9edee4e", CellID->294415686], Cell[CellGroupData[{ -Cell[20945, 557, 168, 3, 70, "Input",ExpressionUUID->"78608df2-9801-4fd6-8fbd-b7b9cf9fa4ab", +Cell[21001, 562, 168, 3, 70, "Input",ExpressionUUID->"78608df2-9801-4fd6-8fbd-b7b9cf9fa4ab", CellID->316956083], -Cell[21116, 562, 174, 4, 36, "Output",ExpressionUUID->"8cde9bb3-38e4-4c24-8b85-5767782eba3b", +Cell[21172, 567, 174, 4, 36, "Output",ExpressionUUID->"8cde9bb3-38e4-4c24-8b85-5767782eba3b", CellID->1488211397] }, Open ]], -Cell[21305, 569, 146, 1, 70, "ExampleText",ExpressionUUID->"7f5e7771-cc12-481b-8cac-aae1e17df847", +Cell[21361, 574, 146, 1, 70, "ExampleText",ExpressionUUID->"7f5e7771-cc12-481b-8cac-aae1e17df847", CellID->708112389], Cell[CellGroupData[{ -Cell[21476, 574, 190, 4, 70, "Input",ExpressionUUID->"45ec4a7d-d632-476d-a1d6-fcddd3eef5fb", +Cell[21532, 579, 190, 4, 70, "Input",ExpressionUUID->"45ec4a7d-d632-476d-a1d6-fcddd3eef5fb", CellID->386729608], -Cell[21669, 580, 314, 9, 51, "Output",ExpressionUUID->"92e2235a-ac7d-4bf9-ab71-2b65af6a8ef2", +Cell[21725, 585, 314, 9, 50, "Output",ExpressionUUID->"92e2235a-ac7d-4bf9-ab71-2b65af6a8ef2", CellID->1142202878] }, Open ]], -Cell[21998, 592, 153, 1, 70, "ExampleText",ExpressionUUID->"e3715282-13fc-4803-888d-cafae3145a74", +Cell[22054, 597, 153, 1, 70, "ExampleText",ExpressionUUID->"e3715282-13fc-4803-888d-cafae3145a74", CellID->731782089], Cell[CellGroupData[{ -Cell[22176, 597, 222, 5, 70, "Input",ExpressionUUID->"42003b60-dab8-4827-befb-e691e23f3222", +Cell[22232, 602, 222, 5, 70, "Input",ExpressionUUID->"42003b60-dab8-4827-befb-e691e23f3222", CellID->417745574], -Cell[22401, 604, 502, 11, 51, "Output",ExpressionUUID->"768db8b8-9bc4-417a-a900-9d63bd50e1d4", +Cell[22457, 609, 502, 11, 50, "Output",ExpressionUUID->"768db8b8-9bc4-417a-a900-9d63bd50e1d4", CellID->978697060] }, Open ]], -Cell[22918, 618, 140, 1, 70, "ExampleText",ExpressionUUID->"955c74e0-f36d-4c15-b229-7d245299861c", +Cell[22974, 623, 140, 1, 70, "ExampleText",ExpressionUUID->"955c74e0-f36d-4c15-b229-7d245299861c", CellID->1788653295], -Cell[23061, 621, 241, 6, 70, "Input",ExpressionUUID->"22431010-4764-423a-b2c9-8b05a3a51af3", +Cell[23117, 626, 241, 6, 70, "Input",ExpressionUUID->"22431010-4764-423a-b2c9-8b05a3a51af3", CellID->1155718380], -Cell[23305, 629, 146, 1, 70, "ExampleText",ExpressionUUID->"76a540b2-607b-42e1-9114-4e393d01ce49", +Cell[23361, 634, 146, 1, 70, "ExampleText",ExpressionUUID->"76a540b2-607b-42e1-9114-4e393d01ce49", CellID->1844271553], Cell[CellGroupData[{ -Cell[23476, 634, 166, 3, 70, "Input",ExpressionUUID->"2513d380-1f3b-4efe-8ae0-9a30a2c5b781", +Cell[23532, 639, 166, 3, 70, "Input",ExpressionUUID->"2513d380-1f3b-4efe-8ae0-9a30a2c5b781", CellID->2005702619], -Cell[23645, 639, 313, 9, 51, "Output",ExpressionUUID->"846ff11d-0919-4ffb-8e59-8bf76c0911eb", +Cell[23701, 644, 313, 9, 50, "Output",ExpressionUUID->"846ff11d-0919-4ffb-8e59-8bf76c0911eb", CellID->312637332] }, Open ]], -Cell[23973, 651, 190, 4, 70, "ExampleText",ExpressionUUID->"8c177ef0-3166-40e8-85d1-5d2ee3ac173e", +Cell[24029, 656, 190, 4, 70, "ExampleText",ExpressionUUID->"8c177ef0-3166-40e8-85d1-5d2ee3ac173e", CellID->1603584134] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24449, 668, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"1c012f42-b1db-4e7d-a9b3-b58e6f7cc2cc"], +Cell[29955, 818, 670, 18, 70, "TechNotesSection",ExpressionUUID->"844b9307-1d2d-4991-ad08-168995455aba"], +Cell[30628, 838, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6a95f2fa-800c-4a28-8157-41dc26e21180"], +Cell[31664, 866, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"439e8715-e09a-4094-84b3-e64088764a57"], Cell[CellGroupData[{ -Cell[24415, 665, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"987a4a8e-7b57-4bad-a3a5-8f8692b7d868"], -Cell[29921, 815, 670, 18, 70, "TechNotesSection",ExpressionUUID->"63275135-fa5c-4b06-9c50-78c9d83e4489"] -}, Open ]], -Cell[30606, 836, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"86cc3328-fc60-4d47-b13b-b5002eb6d48d"], -Cell[31642, 864, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"695b5f3b-a961-442f-9d21-4e7f63dd2b03"], -Cell[CellGroupData[{ -Cell[34509, 948, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"62173687-f750-4f4d-85e3-03970a0b13e1", +Cell[34531, 950, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"62173687-f750-4f4d-85e3-03970a0b13e1", CellID->736391509], -Cell[34649, 951, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"249266f0-8e26-4b81-9cb1-c12c76c217c2", +Cell[34671, 953, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"249266f0-8e26-4b81-9cb1-c12c76c217c2", CellID->1194386356], -Cell[34871, 957, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d2b55294-bd6b-4cf0-b5de-434be088a6ed", +Cell[34893, 959, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d2b55294-bd6b-4cf0-b5de-434be088a6ed", CellID->1641706272], -Cell[35086, 962, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c938640-a63d-4783-94d9-5993f065887f", +Cell[35108, 964, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c938640-a63d-4783-94d9-5993f065887f", CellID->399251956], -Cell[35315, 968, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9c448ee6-c4bb-4458-a696-9cf13d27011d", +Cell[35337, 970, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9c448ee6-c4bb-4458-a696-9cf13d27011d", CellID->821434655] }, Open ]], -Cell[35552, 974, 78, 0, 70, "FooterCell",ExpressionUUID->"95327077-05f5-43d8-9342-f142ed1c0c8e"] +Cell[35574, 976, 78, 0, 70, "FooterCell",ExpressionUUID->"71af311d-99ca-4b5e-b452-9ef507cb5c9e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EPSDValue.nb b/Documentation/English/ReferencePages/Symbols/EPSDValue.nb index 48eb746..2f870bb 100644 --- a/Documentation/English/ReferencePages/Symbols/EPSDValue.nb +++ b/Documentation/English/ReferencePages/Symbols/EPSDValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40204, 1043] -NotebookOptionsPosition[ 32434, 889] -NotebookOutlinePosition[ 34530, 943] -CellTagsIndexPosition[ 34445, 938] +NotebookDataLength[ 40179, 1040] +NotebookOptionsPosition[ 32425, 888] +NotebookOutlinePosition[ 34538, 942] +CellTagsIndexPosition[ 34453, 937] WindowTitle->EPSDValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2205d687-99cb-4024-a4f1-df89eee1ee0f"], + "2aa0cd28-1366-43a5-b2aa-0fc5195e4430"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ee23bea5-3986-453e-8998-83f2de88ca4f"], + "99951fa9-6eb5-4818-bfc0-c9a8e65b4953"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f4fbfd92-7725-4efe-9b9f-e2b2c370bd02"] - }],ExpressionUUID->"5093bc9e-cbec-4e69-bd8e-acf1ceef9b84"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "677585d8-708d-4e5c-bb0b-59e1da5aba81"] + }],ExpressionUUID->"16c12b63-5e76-466a-aef7-08aa68aad72f"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db79b772-f98c-4969-8748-552648bb6ba3"], + "d88e1c94-b266-4d04-8bc6-8ce5e92239c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c1e8d6ce-61f2-4819-9c34-400ed38b8e73"] - }],ExpressionUUID->"322f2e73-dd42-4d89-96fc-5a69344922f9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "627b4757-6fcc-4f8d-9bec-a5c73357dbcf"] + }],ExpressionUUID->"45a10385-cc18-4a99-8fa8-da9a27edc210"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb0873d0-8ea3-442b-b73e-b054675a0d73"], + "da66fed3-7692-41d8-91e7-e2103752b2ef"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cc654a0f-b19e-4b5d-aca4-4e8d6497ea5e"] - }],ExpressionUUID->"68acea41-4fac-4e85-9caa-1d785a9b60c2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a8485c93-9810-4dea-aff0-cc73a857324c"] + }],ExpressionUUID->"d68f18da-8c26-4dd5-82a3-a5c6155bd15e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8caf9e80-7b11-4f52-a0a2-0bd777369b40"], + "54e61ba5-b2cf-4c3f-817c-ad5a4b2ef66a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7e6ca237-f75e-4c83-a1ce-3844d86399c0"] - }],ExpressionUUID->"28099bb8-6ec6-46c0-b379-198f29be3042"], - StripOnInput->False], {"\<\"TUG/ref/EPSDValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EPSDValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EPSDValue.\ + "68760c3f-f483-47d7-a775-f80a0cf19f7b"] + }],ExpressionUUID->"e2904dac-9296-45b0-9c46-f225f95de8d7"], + StripOnInput->False],{ + "\"TUG/ref/EPSDValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EPSDValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/EPSDValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$74370], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EPSDValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$79846], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EPSDValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "365ee501-5773-428c-aeac-698bef83dd99"] + "c8d62890-21f7-4da3-b5a7-9e11984f6b4f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "14c96caa-ed27-4ba1-b20a-82f869298d52"]} + "47e0fd7b-2850-4c9c-9d3a-5982b4632c6b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5fbb57f2-d8d3-4744-bb77-93f6e7ec4612"], + CellID->1,ExpressionUUID->"8e9497a5-a59c-4de7-a28c-bc84c5d3f4a8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"90d9274d-39cb-4487-a838-7f4d2b4ee73d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ad5cdfe9-176f-462a-b8fc-5af3b957dd98"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EPSDValue", "ObjectName",ExpressionUUID-> - "41266692-2dd1-4dda-a04f-a05748343ee0"], + "ab5fce1c-54c9-4f5f-8044-703dc08ca420"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ce50113f-5db3-4790-abc2-7ae83f1cc4ac"], + "Spacer1"]],ExpressionUUID->"f2ebb499-faf3-4d7e-a916-b02121ae6f2c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "690358c6-0d87-4716-ace8-ddc7ee433d51"] - }],ExpressionUUID->"6f1d4cd6-fe01-4b22-afb0-5169ef209ec9"], Cell[BoxData[ + "274fe408-28ea-41ef-a59b-948a23898260"] + }],ExpressionUUID->"f271fad8-30eb-45c3-833b-b30fa89b29b5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3322f998-187b-480f-b843-69d8a26bf664"]} + "45299297-ac8e-4d8f-a20e-6ac2f5d93e98"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1e1d89bf-326a-433d-8d26-61283ddea577"], + CacheGraphics->False,ExpressionUUID->"4a055dc8-982f-4ad6-aaf6-00e244418110"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +242,7 @@ Cell[BoxData[GridBox[{ "78a74f97-1ed1-4511-ac08-cddafde28ee6"], " \[LineSeparator]computes the egalitarian proportional surplus division \ value of an individually positive TU-game." - }],ExpressionUUID->"8ed45c6c-bbc3-45fb-a4b6-81ffb02c96ad"]} + }],ExpressionUUID->"ac5dc311-a27d-4c4c-9c5d-082687fd366f"]} }]], "Usage", CellID->1471773672,ExpressionUUID->"76f195c8-9f67-4481-87ea-b963a818470a"] }, Open ]], @@ -273,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4efd73b7-e7c6-433e-8fae-bcfae7c03654"], + ExpressionUUID->"184560fa-9cce-46a4-8f7a-da41b20ce999"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b55017ed-9483-4175-9776-0cbc6ea437f1"], + "Spacer1"]],ExpressionUUID->"5a858db0-8fac-4519-936f-c0976bc1229f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a2edbda7-6a29-427f-89ff-c487ec429a27"], + }], "NotesFrameText",ExpressionUUID->"4aa48746-7129-4a1f-8e92-8736ce4cc872"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a26839b8-c307-4404-8c63-719666ff2a34"]], \ + "Preemptive"]],ExpressionUUID->"3fa1e067-66a0-421c-9e53-b7181e12a6c1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->337820231,ExpressionUUID->"466a4944-5e2a-459f-bfe2-4e575e2157bc"], + CellID->1985913015,ExpressionUUID->"7fb8394b-88d9-49c3-abf7-21636ae1db3c"], Cell[TextData[{ "The input expression ", @@ -362,19 +364,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e5621647-0011-466c-a1ba-5867170fe7ba"], + ExpressionUUID->"9ee4a7e0-0547-4711-86bf-1c49e7641bb5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f189a936-e7e2-4176-98a7-d09ab7a5eaba"], + "Spacer1"]],ExpressionUUID->"1f06d8d6-2627-45e8-986e-bc2ebe01bfad"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "748bea23-bdca-4fb8-9edd-3a6134d50ef4"] + "b0c62e27-7a5c-4902-83c5-bc10682c82b5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1167745526,ExpressionUUID->"053ed984-b938-4723-af2b-72cd314fd233"], + CellID->976465843,ExpressionUUID->"89509e24-0d9b-4965-9328-76566829496f"], Cell[CellGroupData[{ @@ -403,18 +405,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0154d9c0-08ce-4e02-815a-1a2f61fec6f9"], + ExpressionUUID->"5470172b-b06a-4265-b94d-17cafc09aff8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c5a785d1-d786-4c16-ac7a-0acf61a1a440"], + "Spacer1"]],ExpressionUUID->"932a68a4-5013-4aa0-b08a-04b346fb6951"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4e5b1a56-bd5d-4830-8214-fd1601d6a7b1"] + "1ff58303-0cff-40fe-94f2-2cba03c2f6e0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2100844933,ExpressionUUID->"242eb314-80dd-4ab7-a9ea-3c4de88d0084"], + CellID->1048975816,ExpressionUUID->"9d2f3d31-30b7-45b6-bdd1-8d389c7092f6"], Cell["Loading the package:", "ExampleText", CellID->472134297,ExpressionUUID->"1df82e64-6dd8-462a-82af-2cd094c84b08"], @@ -577,8 +579,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -740,15 +740,15 @@ Cell[BoxData[GridBox[{ "7ee643c9-d116-4616-8d9f-f3938abd81fa"] }], "SeeAlso",ExpressionUUID->"095d79d8-b98d-4ebd-bce6-8899be48efb9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d573ee47-c5a4-4783-bf4e-\ -6b1e0c90d5a4"], + }]], "SeeAlsoSection",ExpressionUUID->"cc046413-fb02-49c0-af40-\ +cb6c0825e8f2"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -760,9 +760,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4d79ed6c-e1fe-484d-992b-e86d479c927e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5f583e57-6c4d-42c9-84fd-\ -985ba02f3deb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8298c975-9833-42c0-8a9b-\ +5f5b7303ac24"], Cell[BoxData[GridBox[{ { @@ -779,7 +778,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "873a6c70-5d80-424a-9614-d4b5036cff19"]}]}, + "8d3600ba-1590-48cb-b759-c17c4488aaf0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -787,10 +786,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d9eac16e-8964-404a-953a-7861a50465e5"]}]} + "4149128e-02d8-43e1-aa2e-d3b08930a8b4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"85154f56-9171-43c0-b8b3-\ -673411a964f7"], + }]], "MoreAboutSection",ExpressionUUID->"9981a278-c0a4-4cc7-8317-\ +54d60bb8d2dc"], Cell[BoxData[GridBox[{ { @@ -817,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "81473daa-8aa0-47e6-86f9-6827a62abcaa"]], "RelatedLinks", + "dedd19f6-1c4a-48f6-84eb-8c421ec1077c"]], "RelatedLinks", ExpressionUUID->"b23a47b4-4fe7-499c-addd-d6f01cbef32f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -834,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "157fa95f-ee23-4027-a83b-d140e6063706"]], "RelatedLinks", + "1117584a-b429-4f0c-a77b-a108e1aa29be"]], "RelatedLinks", ExpressionUUID->"b4e6f1d5-13d5-46a8-9b41-a5aef290dac3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,11 +850,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a4e1ae64-79a3-474b-a8fa-831752aae287"]], "RelatedLinks", + "3aa2c406-bcaa-49a7-92f9-2aca8e74ae4e"]], "RelatedLinks", ExpressionUUID->"6ccb8a48-df38-4bbc-b51d-8e37411b7094"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e6dab0a8-62c3-4448-a85b-\ -aca5dce340c4"], + }]], "RelatedLinksSection",ExpressionUUID->"aa975d25-ed5f-4691-8cb4-\ +575ff9a3ec02"], Cell[CellGroupData[{ @@ -885,11 +884,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0ed1a8f8-b287-4179-b48a-2ddcc910c128"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5c692237-d217-43da-ac00-a740e4a61a7b"] +Cell[" ", "FooterCell",ExpressionUUID->"095988c2-2ab0-4ddd-a26f-ddfbdd99e671"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EPSDValue", TaggingRules->{ @@ -900,7 +899,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 45.870457}", + "built" -> "{2024, 6, 3, 16, 52, 38.532773}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -908,10 +907,10 @@ TaggingRules->{ "EPSDValue[game] computes the egalitarian proportional surplus division \ value of an individually positive TU-game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EPSDValue", "titlemodifier" -> "", - "windowtitle" -> "EPSDValue", "type" -> "Symbol", "uri" -> - "TUG/ref/EPSDValue"}}, + "metadescription" -> "", "windowtitle" -> "EPSDValue", "type" -> "Symbol", + "uri" -> "TUG/ref/EPSDValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -920,9 +919,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5974a49d-e9d7-4068-a4b4-4cb9e09f4833" +ExpressionUUID->"b6ddf86f-f9d0-4aa4-a1a7-f95ee7a08631" ] (* End of Notebook Content *) @@ -930,121 +929,119 @@ ExpressionUUID->"5974a49d-e9d7-4068-a4b4-4cb9e09f4833" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13025, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"053ed984-b938-4723-af2b-72cd314fd233", + Cell[13051, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"89509e24-0d9b-4965-9328-76566829496f", CellTags->"PrimaryExamplesSection", - CellID->1167745526]} + CellID->976465843]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34244, 931} + {"PrimaryExamplesSection", 34253, 930} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7100, 170, 56, "AnchorBarGrid",ExpressionUUID->"5fbb57f2-d8d3-4744-bb77-93f6e7ec4612", +Cell[581, 21, 7125, 172, 57, "AnchorBarGrid",ExpressionUUID->"8e9497a5-a59c-4de7-a28c-bc84c5d3f4a8", CellID->1], -Cell[7684, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"90d9274d-39cb-4487-a838-7f4d2b4ee73d"], +Cell[7709, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ad5cdfe9-176f-462a-b8fc-5af3b957dd98"], Cell[CellGroupData[{ -Cell[7795, 197, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"1e1d89bf-326a-433d-8d26-61283ddea577"], -Cell[9081, 234, 510, 10, 111, "Usage",ExpressionUUID->"76f195c8-9f67-4481-87ea-b963a818470a", +Cell[7820, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"4a055dc8-982f-4ad6-aaf6-00e244418110"], +Cell[9106, 236, 510, 10, 111, "Usage",ExpressionUUID->"76f195c8-9f67-4481-87ea-b963a818470a", CellID->1471773672] }, Open ]], Cell[CellGroupData[{ -Cell[9628, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"466a4944-5e2a-459f-bfe2-4e575e2157bc", +Cell[9653, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"7fb8394b-88d9-49c3-abf7-21636ae1db3c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->337820231], -Cell[11525, 298, 515, 12, 57, "Notes",ExpressionUUID->"d4ff874a-bb89-4250-bfbe-d5d87f01ce9b", + CellID->1985913015], +Cell[11551, 300, 515, 12, 57, "Notes",ExpressionUUID->"d4ff874a-bb89-4250-bfbe-d5d87f01ce9b", CellID->1014199156], -Cell[12043, 312, 489, 12, 37, "Notes",ExpressionUUID->"f46fdcc0-31f1-4a05-b4e5-cfc817531156", +Cell[12069, 314, 489, 12, 38, "Notes",ExpressionUUID->"f46fdcc0-31f1-4a05-b4e5-cfc817531156", CellID->177724765], -Cell[12535, 326, 145, 1, 36, "Notes",ExpressionUUID->"ec2231d1-4f09-4f6c-8cf7-c8ef16b006cf", +Cell[12561, 328, 145, 1, 36, "Notes",ExpressionUUID->"ec2231d1-4f09-4f6c-8cf7-c8ef16b006cf", CellID->1785972481], -Cell[12683, 329, 215, 4, 36, "Notes",ExpressionUUID->"7abfb9b7-d1ef-4384-bbfa-b43a922ef324", +Cell[12709, 331, 215, 4, 36, "Notes",ExpressionUUID->"7abfb9b7-d1ef-4384-bbfa-b43a922ef324", CellID->1110262505] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13025, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"053ed984-b938-4723-af2b-72cd314fd233", +Cell[13051, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"89509e24-0d9b-4965-9328-76566829496f", CellTags->"PrimaryExamplesSection", - CellID->1167745526], + CellID->976465843], Cell[CellGroupData[{ -Cell[14471, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"242eb314-80dd-4ab7-a9ea-3c4de88d0084", - CellID->2100844933], -Cell[15873, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"1df82e64-6dd8-462a-82af-2cd094c84b08", +Cell[14496, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"9d2f3d31-30b7-45b6-bdd1-8d389c7092f6", + CellID->1048975816], +Cell[15898, 420, 118, 1, 39, "ExampleText",ExpressionUUID->"1df82e64-6dd8-462a-82af-2cd094c84b08", CellID->472134297], Cell[CellGroupData[{ -Cell[16016, 423, 167, 3, 27, "Input",ExpressionUUID->"b2f00445-97b5-4123-ab4b-7c51e23b6c05", +Cell[16041, 425, 167, 3, 27, "Input",ExpressionUUID->"b2f00445-97b5-4123-ab4b-7c51e23b6c05", CellID->995889741], Cell[CellGroupData[{ -Cell[16208, 430, 235, 4, 23, "Print",ExpressionUUID->"de5798db-2aa8-48c2-8095-0e46d770d665", +Cell[16233, 432, 235, 4, 23, "Print",ExpressionUUID->"de5798db-2aa8-48c2-8095-0e46d770d665", CellID->379767385], -Cell[16446, 436, 365, 8, 23, "Print",ExpressionUUID->"d75a683a-970a-429b-b603-fbca06943775", +Cell[16471, 438, 365, 8, 23, "Print",ExpressionUUID->"d75a683a-970a-429b-b603-fbca06943775", CellID->2092632580], -Cell[16814, 446, 236, 4, 23, "Print",ExpressionUUID->"8cdcf33a-6f70-4c49-8e6c-a12099bd8454", +Cell[16839, 448, 236, 4, 23, "Print",ExpressionUUID->"8cdcf33a-6f70-4c49-8e6c-a12099bd8454", CellID->1741647979], -Cell[17053, 452, 219, 3, 23, "Print",ExpressionUUID->"6c41fc4c-3499-45a2-acb6-0755cb90de4b", +Cell[17078, 454, 219, 3, 23, "Print",ExpressionUUID->"6c41fc4c-3499-45a2-acb6-0755cb90de4b", CellID->306880972], -Cell[17275, 457, 206, 3, 23, "Print",ExpressionUUID->"f21ddf05-4f73-40ab-bd13-fb99373facc2", +Cell[17300, 459, 206, 3, 23, "Print",ExpressionUUID->"f21ddf05-4f73-40ab-bd13-fb99373facc2", CellID->875901769], -Cell[17484, 462, 236, 4, 23, "Print",ExpressionUUID->"e5e123e2-45f8-48bb-825a-1766b20460b9", +Cell[17509, 464, 236, 4, 23, "Print",ExpressionUUID->"e5e123e2-45f8-48bb-825a-1766b20460b9", CellID->288833431], -Cell[17723, 468, 220, 3, 23, "Print",ExpressionUUID->"8deb98fb-077f-4821-9e5b-7c7bb95eaefa", +Cell[17748, 470, 220, 3, 23, "Print",ExpressionUUID->"8deb98fb-077f-4821-9e5b-7c7bb95eaefa", CellID->1254720607], -Cell[17946, 473, 235, 4, 23, "Print",ExpressionUUID->"dd4411b7-1ea8-4860-b82c-d0167c2e9292", +Cell[17971, 475, 235, 4, 23, "Print",ExpressionUUID->"dd4411b7-1ea8-4860-b82c-d0167c2e9292", CellID->701126917], -Cell[18184, 479, 235, 4, 23, "Print",ExpressionUUID->"d4f6f2af-7163-446b-96a3-aa15a7868d47", +Cell[18209, 481, 235, 4, 23, "Print",ExpressionUUID->"d4f6f2af-7163-446b-96a3-aa15a7868d47", CellID->456788226], -Cell[18422, 485, 206, 3, 23, "Print",ExpressionUUID->"d329c250-6bde-4e0f-9d44-a5dda641d80e", +Cell[18447, 487, 206, 3, 23, "Print",ExpressionUUID->"d329c250-6bde-4e0f-9d44-a5dda641d80e", CellID->298312102], -Cell[18631, 490, 236, 4, 23, "Print",ExpressionUUID->"38557b93-3801-4c38-b74d-169bc203064a", +Cell[18656, 492, 236, 4, 23, "Print",ExpressionUUID->"38557b93-3801-4c38-b74d-169bc203064a", CellID->1073867062] }, Open ]] }, Open ]], -Cell[18894, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"a9f095c6-63ce-4026-b21e-163469fc4fce", +Cell[18919, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"a9f095c6-63ce-4026-b21e-163469fc4fce", CellID->1494571098], -Cell[19034, 501, 234, 6, 70, "Input",ExpressionUUID->"88dab504-ac17-4f73-9113-617c7170d005", +Cell[19059, 503, 234, 6, 70, "Input",ExpressionUUID->"88dab504-ac17-4f73-9113-617c7170d005", CellID->919544758], -Cell[19271, 509, 381, 9, 70, "Input",ExpressionUUID->"56db7b75-8920-4fbb-adcb-2f555e560629", +Cell[19296, 511, 381, 9, 70, "Input",ExpressionUUID->"56db7b75-8920-4fbb-adcb-2f555e560629", CellID->1435127770], -Cell[19655, 520, 237, 6, 70, "Input",ExpressionUUID->"9574732d-bc8b-42cc-a3e3-098e65b87fc8", +Cell[19680, 522, 237, 6, 70, "Input",ExpressionUUID->"9574732d-bc8b-42cc-a3e3-098e65b87fc8", CellID->862723918], -Cell[19895, 528, 191, 4, 70, "ExampleText",ExpressionUUID->"717ecda4-6c1f-4089-bf5f-9d5de42b8bf9", +Cell[19920, 530, 191, 4, 70, "ExampleText",ExpressionUUID->"717ecda4-6c1f-4089-bf5f-9d5de42b8bf9", CellID->1864250563], Cell[CellGroupData[{ -Cell[20111, 536, 167, 3, 70, "Input",ExpressionUUID->"9ecf85c0-9a26-4b73-b329-a0da62fd6937", +Cell[20136, 538, 167, 3, 70, "Input",ExpressionUUID->"9ecf85c0-9a26-4b73-b329-a0da62fd6937", CellID->1408233450], -Cell[20281, 541, 173, 4, 36, "Output",ExpressionUUID->"5f9d123f-aa6e-49cf-9a09-5d740d84554e", +Cell[20306, 543, 173, 4, 36, "Output",ExpressionUUID->"5f9d123f-aa6e-49cf-9a09-5d740d84554e", CellID->2129039972] }, Open ]], -Cell[20469, 548, 180, 3, 70, "ExampleText",ExpressionUUID->"1acef906-2de9-49e1-9634-0af0c6c30a61", +Cell[20494, 550, 180, 3, 70, "ExampleText",ExpressionUUID->"1acef906-2de9-49e1-9634-0af0c6c30a61", CellID->30602705], Cell[CellGroupData[{ -Cell[20674, 555, 194, 4, 70, "Input",ExpressionUUID->"25269b8d-7075-4b26-b9a0-21b38b7e48d7", +Cell[20699, 557, 194, 4, 70, "Input",ExpressionUUID->"25269b8d-7075-4b26-b9a0-21b38b7e48d7", CellID->2079534023], -Cell[20871, 561, 314, 9, 51, "Output",ExpressionUUID->"e4333d71-fda3-453d-b7f0-618b2f869147", +Cell[20896, 563, 314, 9, 51, "Output",ExpressionUUID->"e4333d71-fda3-453d-b7f0-618b2f869147", CellID->471902463] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21452, 581, 5898, 162, 70, "SeeAlsoSection",ExpressionUUID->"cc046413-fb02-49c0-af40-cb6c0825e8f2"], +Cell[27353, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8298c975-9833-42c0-8a9b-5f5b7303ac24"], +Cell[28026, 765, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9981a278-c0a4-4cc7-8317-54d60bb8d2dc"], +Cell[29062, 793, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"aa975d25-ed5f-4691-8cb4-575ff9a3ec02"], Cell[CellGroupData[{ -Cell[21449, 581, 5898, 162, 70, "SeeAlsoSection",ExpressionUUID->"d573ee47-c5a4-4783-bf4e-6b1e0c90d5a4"], -Cell[27350, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5f583e57-6c4d-42c9-84fd-985ba02f3deb"] -}, Open ]], -Cell[28035, 766, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"85154f56-9171-43c0-b8b3-673411a964f7"], -Cell[29071, 794, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"e6dab0a8-62c3-4448-a85b-aca5dce340c4"], -Cell[CellGroupData[{ -Cell[31309, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"92bf4ecd-d3f9-4a7b-9923-46f1009d54c5", +Cell[31300, 860, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"92bf4ecd-d3f9-4a7b-9923-46f1009d54c5", CellID->778415021], -Cell[31449, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"34e862ab-0285-40a8-a0b8-6b351b8eaff5", +Cell[31440, 863, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"34e862ab-0285-40a8-a0b8-6b351b8eaff5", CellID->1194386356], -Cell[31671, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"88519b1a-4178-4a09-834f-54cef7d7f00c", +Cell[31662, 869, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"88519b1a-4178-4a09-834f-54cef7d7f00c", CellID->1641706272], -Cell[31886, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"130def8d-0b4d-4cbc-8dd5-258b04e3e815", +Cell[31877, 874, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"130def8d-0b4d-4cbc-8dd5-258b04e3e815", CellID->399251956], -Cell[32115, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0ed1a8f8-b287-4179-b48a-2ddcc910c128", +Cell[32106, 880, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0ed1a8f8-b287-4179-b48a-2ddcc910c128", CellID->821434655] }, Open ]], -Cell[32352, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"5c692237-d217-43da-ac00-a740e4a61a7b"] +Cell[32343, 886, 78, 0, 70, "FooterCell",ExpressionUUID->"095988c2-2ab0-4ddd-a26f-ddfbdd99e671"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EffVector.nb b/Documentation/English/ReferencePages/Symbols/EffVector.nb index b9de1eb..6c22bb1 100644 --- a/Documentation/English/ReferencePages/Symbols/EffVector.nb +++ b/Documentation/English/ReferencePages/Symbols/EffVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44353, 1172] -NotebookOptionsPosition[ 36026, 1006] -NotebookOutlinePosition[ 38143, 1060] -CellTagsIndexPosition[ 38057, 1055] +NotebookDataLength[ 44362, 1172] +NotebookOptionsPosition[ 36048, 1008] +NotebookOutlinePosition[ 38184, 1062] +CellTagsIndexPosition[ 38098, 1057] WindowTitle->EffVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0586d2a5-0268-4e52-8b0c-3b8449ed23a7"], + "3e2badd6-4668-4edb-8a8b-d8a9b5f81aa4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "679be3fa-9922-4abf-884b-845afb056782"], + "496e90a1-32d6-4ac1-aeb4-e3bc18e3e9e1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ad90ae24-46c2-4fc7-9e73-8759f57540f4"] - }],ExpressionUUID->"54652b30-7699-4525-9901-acb8ed4ee16b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "a7a23e6e-9ca9-4e16-99f6-42c44eabb354"] + }],ExpressionUUID->"9620abee-3cf1-4e6f-9aed-360cfd023781"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6415904e-eb74-4ffc-a9c3-d6c830ee2c3a"], + "0af95544-4ddc-4a2a-ada3-da167ba184af"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "803b0a5f-7d14-4019-a559-5b66b924ec55"] - }],ExpressionUUID->"dcc95bc2-8cdf-4f36-9973-8b92f24378fe"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ac255726-e80c-4b81-8192-9ddf2a45790f"] + }],ExpressionUUID->"9b9d939e-a343-47ec-81fe-cc7b25207b98"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "85c0168b-6d9c-40c5-ae5b-a997f97662aa"], + "4b0104fc-3b00-4742-81f3-3f5be7343b51"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "70de4c67-da42-4c6a-a5c6-601ad6400370"] - }],ExpressionUUID->"a0ba5cce-54bd-4c81-ba50-b3e323595f97"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a649a9df-901c-4958-ae0f-cda7436af992"] + }],ExpressionUUID->"46a14c7e-19ad-4938-97fe-6fc9d6a34857"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9472749-a9d8-4d7f-822d-a0b5f75d223f"], + "c65b1619-bef2-473c-82eb-6996831d666d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "00ff56f1-154f-44bb-b0f0-939df601ddb7"] - }],ExpressionUUID->"ca21c37d-497e-4809-8292-646c94eb9cb7"], - StripOnInput->False], {"\<\"TUG/ref/EffVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EffVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EffVector.\ + "e2848200-86ec-4858-9103-7e956ec11d48"] + }],ExpressionUUID->"0df58949-6888-4843-99a8-aca6d8bf7e61"], + StripOnInput->False],{ + "\"TUG/ref/EffVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EffVector"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/EffVector.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$73243], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EffVector" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$78651], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EffVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7ce9bf62-e338-4b7d-9601-d9d7f801d1d0"] + "581f3414-9146-4f6d-b909-cb1f32412a73"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c87c650b-8fb7-402f-80d6-adc23f5d7372"]} + "a3b59391-4fbb-4b33-b11f-32c422c62a9b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e8602d04-a496-4a1b-b346-742c3c9d633a"], + CellID->1,ExpressionUUID->"4400c131-066b-42d1-8765-7c83b90f8d8e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c6015473-4b11-4e4a-9fc0-c702c58de939"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"fb15ac2e-ca64-46db-bc74-9a068c057339"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EffVector", "ObjectName",ExpressionUUID-> - "abd43fe6-0ff0-48d4-9120-1a7b8b4c0cac"], + "1878b853-fd16-4e89-a282-98f310945865"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"51586e0a-71e9-49b2-bc95-b4fede88c315"], + "Spacer1"]],ExpressionUUID->"4b059ad7-7b73-481c-8754-9a68fc332eaa"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ea6b6923-0c34-4679-85e6-c24d2a299791"] - }],ExpressionUUID->"533e687d-cf43-40b5-9859-e5501752fc25"], Cell[BoxData[ + "22d1c476-5d34-4a57-9897-0c6b51804116"] + }],ExpressionUUID->"b8795561-0e77-4c99-b8d8-7b453100bf35"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c95897b7-df7a-4d88-9643-d69024b43fbc"]} + "63d0d193-76a7-45af-a957-eba53b706343"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1da05126-40bf-4532-9144-582db1cd0ec6"], + CacheGraphics->False,ExpressionUUID->"15b192db-9be6-499a-bbeb-5ac60acf1d25"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "e459e425-9e39-42ab-91bf-b027e111d5bb"], "\[LineSeparator]is an option for various package functions to consider \ the vector that represents the grand coalition within the evaluation." - }],ExpressionUUID->"012460f6-a0fd-444e-91ac-37754dc352d8"]} + }],ExpressionUUID->"64b67e4b-d96c-45d2-82f8-8ba5ebe10f58"]} }]], "Usage", CellID->635458837,ExpressionUUID->"16579d24-3e87-4556-a3cb-2d511ee8ed80"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"44070bc5-714b-4aa6-b923-153a1e8f1408"], + ExpressionUUID->"18e63f2e-019b-4e4a-a1f7-c57f57472dc4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"92ed2bb4-c9ed-4148-95a2-306eab22b162"], + "Spacer1"]],ExpressionUUID->"0e63d363-8683-40be-8cbc-99f67a17a65c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2afd84bd-c0e8-446d-b699-22088e04843e"], + }], "NotesFrameText",ExpressionUUID->"bab976c7-12b7-4dad-86f0-900ef187f466"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"77726faf-5876-49b2-a7ec-b643ef1bbba8"]], \ + "Preemptive"]],ExpressionUUID->"e37e5ff3-d4a1-411c-80ea-b1f099254676"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1268238716,ExpressionUUID->"12ca099b-f4d6-4640-a035-3f94bd6003a4"], + CellID->1709120385,ExpressionUUID->"8fc790b6-b415-46f6-b711-3e61e9362eeb"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d0a58b7d-3f1d-4d19-9d1a-8033af044ffb"], + ExpressionUUID->"2bb401fd-0360-421e-a399-fb337432f70e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3e4183de-ff65-49dd-82ab-dd022c73a29c"], + "Spacer1"]],ExpressionUUID->"00ea3f37-54ef-41be-9a95-d34fa524da23"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "27fe66f1-e571-45f6-8a15-187e067792c8"] + "f17d6eb2-a5b4-4bbe-92fb-c1e300d33251"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->742710088,ExpressionUUID->"abe98560-95de-41b9-94ee-116d687b252f"], + CellID->1531878430,ExpressionUUID->"6e052b1f-7d88-41b9-812e-5e15a0f96834"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cf034db1-f54e-4144-bbfb-377f23679d10"], + ExpressionUUID->"605fe366-b3bd-4ed4-b9c7-e060e44337b0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ec6e9adf-22df-4ff2-a7b9-828db28164ba"], + "Spacer1"]],ExpressionUUID->"4b66e6ff-9580-419d-b1db-1e63a5350c00"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "57f960b8-ec1e-4455-9546-ed05e7a3c935"] + "b525e63c-b492-4d4c-8d07-2465652a4db4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2013306475,ExpressionUUID->"882c44e9-b5c9-48ae-ad01-d1e0fb6b23aa"], + CellID->586666872,ExpressionUUID->"449bc882-9a8f-42b9-bad9-d4cd071aa18a"], Cell["Loading the package:", "ExampleText", CellID->715107374,ExpressionUUID->"5832f5fc-46f8-41fa-b2b8-075a6cfe4ce9"], @@ -691,8 +696,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -840,15 +843,15 @@ Cell[BoxData[GridBox[{ "ba32d2d8-df44-41db-a1ae-d84f122c4f10"] }], "SeeAlso",ExpressionUUID->"14c263be-cf9d-459a-8564-de7d08a0e08a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"6e4660d9-9d94-4607-9ee7-\ -642a5ba9a235"], + }]], "SeeAlsoSection",ExpressionUUID->"9516d7a6-8742-4390-87cd-\ +235e21001cc8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -860,9 +863,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7e1a18e8-7742-4127-955f-f65145106534"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e616a2f9-7dc6-4166-bc7a-\ -79c4cd9de325"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b056c0af-2c3e-4d3a-b5c8-\ +909c3fb30382"], Cell[BoxData[GridBox[{ { @@ -879,7 +881,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "70dda49b-a7fe-4234-9403-12e3dbed2ba2"]}]}, + "32061696-8061-4187-b641-6916985c1364"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -887,10 +889,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "90effaba-2a49-41e4-936a-a51fa92ec894"]}]} + "bc3ca9b3-0d0b-4796-9348-120fc6e8b732"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f7c03432-dd1a-4d42-84e1-\ -9838bc47f0d5"], + }]], "MoreAboutSection",ExpressionUUID->"3f64e888-27b0-4887-86c9-\ +c2b567bca8b5"], Cell[BoxData[GridBox[{ { @@ -917,7 +919,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe82ef3e-fd87-4d61-aece-ffbdadd64a94"]], "RelatedLinks", + "3a952f41-d4db-4e62-91e6-69c482046fc5"]], "RelatedLinks", ExpressionUUID->"2cf3f21f-c35a-48eb-967d-78081cb18991"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -934,7 +936,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SetsToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "aef54975-5dfd-4eb1-b2cf-47dc54669456"]], "RelatedLinks", + "7e761385-26cd-45c0-ac4f-00246883592d"]], "RelatedLinks", ExpressionUUID->"579fea63-ae38-47e8-b519-1d4cceeaaa3e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -951,7 +953,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b4f78458-4a85-4cd4-98cd-d0dc04c6d84b"]], "RelatedLinks", + "192378eb-cc50-4bc1-9a08-034026b6a9a9"]], "RelatedLinks", ExpressionUUID->"d04a60ac-8e6f-4b97-8877-c27afd8ab1dc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -968,11 +970,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BargainUnanMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0db0fdf5-45b0-4e91-b43c-e1b023a01cfe"]], "RelatedLinks", + "a214da92-f546-4179-9fb5-565c8b025a9f"]], "RelatedLinks", ExpressionUUID->"884b8020-e8db-458e-8676-2342e70b65d3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8d408684-372f-42de-bb12-\ -f6ff6cc04d47"], + }]], "RelatedLinksSection",ExpressionUUID->"30a25b78-9f16-4e39-9c68-\ +23c56d492c59"], Cell[CellGroupData[{ @@ -1002,11 +1004,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7160dbee-a818-4951-8f07-4bed5e401418"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c6d42a3d-d7d5-48b6-85e1-c0e20fc14376"] +Cell[" ", "FooterCell",ExpressionUUID->"5f5d1cd8-23a3-4b97-9606-2d214f77f0c0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EffVector", TaggingRules->{ @@ -1017,7 +1019,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 42.937477}", + "built" -> "{2024, 6, 3, 16, 52, 37.027789}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1025,10 +1027,10 @@ TaggingRules->{ "EffVector is an option for various package functions to consider the \ vector that represents the grand coalition within the evaluation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EffVector", - "titlemodifier" -> "", "windowtitle" -> "EffVector", "type" -> "Symbol", - "uri" -> "TUG/ref/EffVector"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "EffVector", "type" -> "Symbol", "uri" -> "TUG/ref/EffVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1037,9 +1039,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d3aa945e-68a0-4ebf-b2e7-2abd26ee4fdc" +ExpressionUUID->"6f7d73be-a06a-462b-bcf6-e5f54ce9b197" ] (* End of Notebook Content *) @@ -1047,133 +1049,131 @@ ExpressionUUID->"d3aa945e-68a0-4ebf-b2e7-2abd26ee4fdc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12301, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"abe98560-95de-41b9-94ee-116d687b252f", + Cell[12357, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6e052b1f-7d88-41b9-812e-5e15a0f96834", CellTags->"PrimaryExamplesSection", - CellID->742710088]} + CellID->1531878430]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37857, 1048} + {"PrimaryExamplesSection", 37897, 1050} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7116, 168, 56, "AnchorBarGrid",ExpressionUUID->"e8602d04-a496-4a1b-b346-742c3c9d633a", +Cell[581, 21, 7172, 173, 57, "AnchorBarGrid",ExpressionUUID->"4400c131-066b-42d1-8765-7c83b90f8d8e", CellID->1], -Cell[7700, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c6015473-4b11-4e4a-9fc0-c702c58de939"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"fb15ac2e-ca64-46db-bc74-9a068c057339"], Cell[CellGroupData[{ -Cell[7811, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"1da05126-40bf-4532-9144-582db1cd0ec6"], -Cell[9097, 232, 500, 9, 111, "Usage",ExpressionUUID->"16579d24-3e87-4556-a3cb-2d511ee8ed80", +Cell[7867, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"15b192db-9be6-499a-bbeb-5ac60acf1d25"], +Cell[9153, 237, 500, 9, 109, "Usage",ExpressionUUID->"16579d24-3e87-4556-a3cb-2d511ee8ed80", CellID->635458837] }, Open ]], Cell[CellGroupData[{ -Cell[9634, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"12ca099b-f4d6-4640-a035-3f94bd6003a4", +Cell[9690, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"8fc790b6-b415-46f6-b711-3e61e9362eeb", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1268238716], -Cell[11532, 295, 489, 12, 37, "Notes",ExpressionUUID->"2165059d-ca94-498a-a00d-55a4208081cc", + CellID->1709120385], +Cell[11588, 300, 489, 12, 38, "Notes",ExpressionUUID->"2165059d-ca94-498a-a00d-55a4208081cc", CellID->177724765], -Cell[12024, 309, 150, 1, 36, "Notes",ExpressionUUID->"da71cdd8-1156-44df-87fa-521a618129a2", +Cell[12080, 314, 150, 1, 36, "Notes",ExpressionUUID->"da71cdd8-1156-44df-87fa-521a618129a2", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12301, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"abe98560-95de-41b9-94ee-116d687b252f", +Cell[12357, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6e052b1f-7d88-41b9-812e-5e15a0f96834", CellTags->"PrimaryExamplesSection", - CellID->742710088], + CellID->1531878430], Cell[CellGroupData[{ -Cell[13746, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"882c44e9-b5c9-48ae-ad01-d1e0fb6b23aa", - CellID->2013306475], -Cell[15148, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"5832f5fc-46f8-41fa-b2b8-075a6cfe4ce9", +Cell[13803, 362, 1398, 36, 30, "ExampleSection",ExpressionUUID->"449bc882-9a8f-42b9-bad9-d4cd071aa18a", + CellID->586666872], +Cell[15204, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"5832f5fc-46f8-41fa-b2b8-075a6cfe4ce9", CellID->715107374], Cell[CellGroupData[{ -Cell[15291, 400, 168, 3, 27, "Input",ExpressionUUID->"c0298469-f923-4007-a05d-d3df5542b215", +Cell[15347, 405, 168, 3, 27, "Input",ExpressionUUID->"c0298469-f923-4007-a05d-d3df5542b215", CellID->1250249458], Cell[CellGroupData[{ -Cell[15484, 407, 235, 4, 23, "Print",ExpressionUUID->"31ff7c46-03e0-410d-a8df-628f58d90d94", +Cell[15540, 412, 235, 4, 23, "Print",ExpressionUUID->"31ff7c46-03e0-410d-a8df-628f58d90d94", CellID->22372011], -Cell[15722, 413, 366, 8, 23, "Print",ExpressionUUID->"5bda8d6d-60ca-4949-b7a2-af10827b975c", +Cell[15778, 418, 366, 8, 23, "Print",ExpressionUUID->"5bda8d6d-60ca-4949-b7a2-af10827b975c", CellID->1955691100], -Cell[16091, 423, 236, 4, 23, "Print",ExpressionUUID->"1e6ccfe4-a3d6-49dd-97bb-c176ac9f53a8", +Cell[16147, 428, 236, 4, 23, "Print",ExpressionUUID->"1e6ccfe4-a3d6-49dd-97bb-c176ac9f53a8", CellID->856120954], -Cell[16330, 429, 221, 3, 23, "Print",ExpressionUUID->"0be019a1-0d4a-45fd-96fe-25bafff9012e", +Cell[16386, 434, 221, 3, 23, "Print",ExpressionUUID->"0be019a1-0d4a-45fd-96fe-25bafff9012e", CellID->2121502780], -Cell[16554, 434, 207, 3, 23, "Print",ExpressionUUID->"a3b94fd0-1683-4e78-a0d4-29ff9cf0693d", +Cell[16610, 439, 207, 3, 23, "Print",ExpressionUUID->"a3b94fd0-1683-4e78-a0d4-29ff9cf0693d", CellID->146063348], -Cell[16764, 439, 237, 4, 23, "Print",ExpressionUUID->"83d03c52-5275-4657-89f7-321f8894c83b", +Cell[16820, 444, 237, 4, 23, "Print",ExpressionUUID->"83d03c52-5275-4657-89f7-321f8894c83b", CellID->761347286], -Cell[17004, 445, 220, 3, 23, "Print",ExpressionUUID->"738dba36-255c-4da6-a423-1e4ab2479a2f", +Cell[17060, 450, 220, 3, 23, "Print",ExpressionUUID->"738dba36-255c-4da6-a423-1e4ab2479a2f", CellID->935672861], -Cell[17227, 450, 237, 4, 23, "Print",ExpressionUUID->"b65a4162-db67-469d-9e36-2fa4ecda77f9", +Cell[17283, 455, 237, 4, 23, "Print",ExpressionUUID->"b65a4162-db67-469d-9e36-2fa4ecda77f9", CellID->1312918997], -Cell[17467, 456, 236, 4, 23, "Print",ExpressionUUID->"5d106016-5bc8-4e67-88d0-14996b0f0e36", +Cell[17523, 461, 236, 4, 23, "Print",ExpressionUUID->"5d106016-5bc8-4e67-88d0-14996b0f0e36", CellID->758533032], -Cell[17706, 462, 208, 3, 23, "Print",ExpressionUUID->"1241a088-69d6-44ed-a258-1361e0af36c4", +Cell[17762, 467, 208, 3, 23, "Print",ExpressionUUID->"1241a088-69d6-44ed-a258-1361e0af36c4", CellID->1498865706], -Cell[17917, 467, 237, 4, 23, "Print",ExpressionUUID->"1ec883d2-02ef-48bb-9b6c-54bb7edeb16b", +Cell[17973, 472, 237, 4, 23, "Print",ExpressionUUID->"1ec883d2-02ef-48bb-9b6c-54bb7edeb16b", CellID->1376448546] }, Open ]] }, Open ]], -Cell[18181, 475, 135, 1, 38, "ExampleText",ExpressionUUID->"6d9a878e-ddba-448b-9f78-52ffae75674e", +Cell[18237, 480, 135, 1, 39, "ExampleText",ExpressionUUID->"6d9a878e-ddba-448b-9f78-52ffae75674e", CellID->54708478], -Cell[18319, 478, 235, 6, 27, "Input",ExpressionUUID->"1dc6e642-6e29-43ce-8d65-ee1f7a26a5f3", +Cell[18375, 483, 235, 6, 27, "Input",ExpressionUUID->"1dc6e642-6e29-43ce-8d65-ee1f7a26a5f3", CellID->1414486456], -Cell[18557, 486, 380, 9, 27, "Input",ExpressionUUID->"7b061104-43dd-4b05-a812-e8db08cab004", +Cell[18613, 491, 380, 9, 27, "Input",ExpressionUUID->"7b061104-43dd-4b05-a812-e8db08cab004", CellID->680176342], -Cell[18940, 497, 238, 6, 70, "Input",ExpressionUUID->"63dbcfa4-6758-4807-8ed0-1944fd9301ec", +Cell[18996, 502, 238, 6, 27, "Input",ExpressionUUID->"63dbcfa4-6758-4807-8ed0-1944fd9301ec", CellID->1556736055], -Cell[19181, 505, 290, 5, 70, "ExampleText",ExpressionUUID->"2dc68f6f-8304-436e-8a8f-8d321a43fc17", +Cell[19237, 510, 290, 5, 70, "ExampleText",ExpressionUUID->"2dc68f6f-8304-436e-8a8f-8d321a43fc17", CellID->656140196], Cell[CellGroupData[{ -Cell[19496, 514, 192, 4, 70, "Input",ExpressionUUID->"b31de6f3-0dbb-4bfc-8e85-452fd5ddb19c", +Cell[19552, 519, 192, 4, 70, "Input",ExpressionUUID->"b31de6f3-0dbb-4bfc-8e85-452fd5ddb19c", CellID->35684905], -Cell[19691, 520, 315, 9, 51, "Output",ExpressionUUID->"1fef2024-bb04-4228-abee-bbc5839af59b", +Cell[19747, 525, 315, 9, 50, "Output",ExpressionUUID->"1fef2024-bb04-4228-abee-bbc5839af59b", CellID->1330338931] }, Open ]], -Cell[20021, 532, 213, 4, 70, "ExampleText",ExpressionUUID->"37c797dd-22a8-4130-9704-e631def897ba", +Cell[20077, 537, 213, 4, 70, "ExampleText",ExpressionUUID->"37c797dd-22a8-4130-9704-e631def897ba", CellID->1369804743], Cell[CellGroupData[{ -Cell[20259, 540, 221, 5, 70, "Input",ExpressionUUID->"cf24ffbc-c145-49d5-bbc2-9cf5ca15693b", +Cell[20315, 545, 221, 5, 70, "Input",ExpressionUUID->"cf24ffbc-c145-49d5-bbc2-9cf5ca15693b", CellID->1796257515], -Cell[20483, 547, 1171, 41, 36, "Output",ExpressionUUID->"d2d393ae-29cd-4b7d-9470-edec1ba8072b", +Cell[20539, 552, 1171, 41, 36, "Output",ExpressionUUID->"d2d393ae-29cd-4b7d-9470-edec1ba8072b", CellID->641813087] }, Open ]], -Cell[21669, 591, 184, 3, 70, "ExampleText",ExpressionUUID->"9de762ec-408a-4729-9602-52d53bdf56e7", +Cell[21725, 596, 184, 3, 70, "ExampleText",ExpressionUUID->"9de762ec-408a-4729-9602-52d53bdf56e7", CellID->314109537], Cell[CellGroupData[{ -Cell[21878, 598, 211, 5, 70, "Input",ExpressionUUID->"e546f9fa-3b11-4645-a634-d50695acfe5e", +Cell[21934, 603, 211, 5, 70, "Input",ExpressionUUID->"e546f9fa-3b11-4645-a634-d50695acfe5e", CellID->1655349222], -Cell[22092, 605, 907, 29, 36, "Output",ExpressionUUID->"ec4c9804-fcc2-4211-99d1-95c91995a40e", +Cell[22148, 610, 907, 29, 36, "Output",ExpressionUUID->"ec4c9804-fcc2-4211-99d1-95c91995a40e", CellID->941223274] }, Open ]], -Cell[23014, 637, 221, 4, 70, "ExampleText",ExpressionUUID->"9b717de4-206d-4c5e-aec9-5c65fd12899f", +Cell[23070, 642, 221, 4, 70, "ExampleText",ExpressionUUID->"9b717de4-206d-4c5e-aec9-5c65fd12899f", CellID->1319741283], Cell[CellGroupData[{ -Cell[23260, 645, 268, 6, 70, "Input",ExpressionUUID->"27d61bed-440a-4dbe-a982-1924af2dead5", +Cell[23316, 650, 268, 6, 70, "Input",ExpressionUUID->"27d61bed-440a-4dbe-a982-1924af2dead5", CellID->226832589], -Cell[23531, 653, 985, 31, 36, "Output",ExpressionUUID->"eb472ff3-8927-44e8-b9c9-042524befd91", +Cell[23587, 658, 985, 31, 36, "Output",ExpressionUUID->"eb472ff3-8927-44e8-b9c9-042524befd91", CellID->59350512] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24814, 698, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"9516d7a6-8742-4390-87cd-235e21001cc8"], +Cell[30320, 848, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b056c0af-2c3e-4d3a-b5c8-909c3fb30382"], +Cell[30993, 868, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3f64e888-27b0-4887-86c9-c2b567bca8b5"], +Cell[32029, 896, 2868, 80, 70, "RelatedLinksSection",ExpressionUUID->"30a25b78-9f16-4e39-9c68-23c56d492c59"], Cell[CellGroupData[{ -Cell[24780, 695, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"6e4660d9-9d94-4607-9ee7-642a5ba9a235"], -Cell[30286, 845, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e616a2f9-7dc6-4166-bc7a-79c4cd9de325"] -}, Open ]], -Cell[30971, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f7c03432-dd1a-4d42-84e1-9838bc47f0d5"], -Cell[32007, 894, 2868, 80, 70, "RelatedLinksSection",ExpressionUUID->"8d408684-372f-42de-bb12-f6ff6cc04d47"], -Cell[CellGroupData[{ -Cell[34900, 978, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72ae9c13-4192-4935-a155-851e9e9a52c1", +Cell[34922, 980, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72ae9c13-4192-4935-a155-851e9e9a52c1", CellID->2135167160], -Cell[35041, 981, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b10346c-7626-459c-9f78-abb93723f941", +Cell[35063, 983, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b10346c-7626-459c-9f78-abb93723f941", CellID->1194386356], -Cell[35263, 987, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5cef3b7a-1ea8-4ff2-817c-04cb5c49706d", +Cell[35285, 989, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5cef3b7a-1ea8-4ff2-817c-04cb5c49706d", CellID->1641706272], -Cell[35478, 992, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a42abc3-12b1-4998-9e84-13756aaeea2e", +Cell[35500, 994, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a42abc3-12b1-4998-9e84-13756aaeea2e", CellID->399251956], -Cell[35707, 998, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7160dbee-a818-4951-8f07-4bed5e401418", +Cell[35729, 1000, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7160dbee-a818-4951-8f07-4bed5e401418", CellID->821434655] }, Open ]], -Cell[35944, 1004, 78, 0, 70, "FooterCell",ExpressionUUID->"c6d42a3d-d7d5-48b6-85e1-c0e20fc14376"] +Cell[35966, 1006, 78, 0, 70, "FooterCell",ExpressionUUID->"5f5d1cd8-23a3-4b97-9606-2d214f77f0c0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EpsCore.nb b/Documentation/English/ReferencePages/Symbols/EpsCore.nb index 6884bcb..fa8560c 100644 --- a/Documentation/English/ReferencePages/Symbols/EpsCore.nb +++ b/Documentation/English/ReferencePages/Symbols/EpsCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43623, 1148] -NotebookOptionsPosition[ 35403, 983] -NotebookOutlinePosition[ 37417, 1036] -CellTagsIndexPosition[ 37331, 1031] +NotebookDataLength[ 43620, 1147] +NotebookOptionsPosition[ 35415, 984] +NotebookOutlinePosition[ 37447, 1037] +CellTagsIndexPosition[ 37361, 1032] WindowTitle->EpsCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "38006187-5fe5-4e04-a2c3-9e32d0b0b834"], + "efbb2067-eacb-44e3-b4ab-349d6536b964"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "815965bb-7e1e-4118-9fdc-db5c37d42b88"], + "7d2b8ac2-79e8-49fd-a58f-3ac0cf574f56"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "12d88f30-78af-4231-bcf0-eebafa06ad19"] - }],ExpressionUUID->"a2579313-e23d-4a6e-84c0-3ed950b4be49"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e4ede86d-0290-4ae7-8a51-9f68a13aa588"] + }],ExpressionUUID->"ea1aad3f-8bbf-4b3d-81cb-f658d4c32426"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "09d0eb12-77e4-402b-8a30-cc00b17724dd"], + "378e8370-798b-438a-8ceb-3c5eba5211f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5abd57c3-ace2-43a9-b7cd-89b125a08ad8"] - }],ExpressionUUID->"244a9468-3a76-4e32-b1a1-0f27f62b20a7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "eed2632f-ba08-4d1b-b2ba-899aaee63307"] + }],ExpressionUUID->"2feef0d5-1340-40a0-92bc-57216202b802"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa75dead-403b-44f5-ad88-33f3d7685952"], + "2e7b0c1e-e9b3-4548-83ba-c1d491a22e7c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1b5a5357-9d60-4739-9509-cf5319b0a363"] - }],ExpressionUUID->"9f2b507d-01b0-45fc-b50c-a5497d1233f4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f91a9a99-5dd0-4981-9873-1018dc585748"] + }],ExpressionUUID->"c73777fb-a0c5-4554-bdc3-de80bc5a598c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db59852d-53c5-4a44-b453-552b28631e81"], + "95d6fdd0-f75b-4b84-b261-503ceefce854"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "31e1e6e0-dee7-460d-ab38-d46de61c3089"] - }],ExpressionUUID->"127c4efa-9c39-4f5e-ba4a-573e845b33e8"], - StripOnInput->False], {"\<\"TUG/ref/EpsCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EpsCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EpsCore.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$73808], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/EpsCore" <> - ".html"], None}]}]}, + "0c5660db-e556-41fa-996a-98070101acde"] + }],ExpressionUUID->"22de78f9-bc5e-43bb-b02f-ce83b78a7348"], + StripOnInput->False],{ + "\"TUG/ref/EpsCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EpsCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/EpsCore.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$79250], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EpsCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "09908f08-5a6e-49f9-95f2-592389c9cb4f"] + "a611c312-add8-401c-aece-e6bc50ff76ad"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c5eab992-a5d3-4daf-9d09-565acfe7d2f5"]} + "c1f50ee0-c942-4cb4-8c53-70cb405d595d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"716d78fd-0461-4349-86e2-bd4ba84e7e18"], + CellID->1,ExpressionUUID->"d37db081-d782-4d2f-b7d7-21362e24f913"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9e7580c1-405f-4c08-a187-e0a214f4b348"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"aedb5e7d-b673-4f91-9560-07d1dcb1758e"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EpsCore", "ObjectName",ExpressionUUID-> - "28218819-960a-4fd5-8a18-10bdb119ba11"], + "95a52e8b-693e-4db4-88a4-1a66bd13c0cc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c78625ec-820b-4360-96f7-e4acd2b41552"], + "Spacer1"]],ExpressionUUID->"7cff1b0e-aa74-49aa-b841-3735b0ed0d13"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bc3c2310-dffc-44ab-a391-99ff81901b9f"] - }],ExpressionUUID->"e0a52453-b58a-4cd6-92b8-41e4b423485b"], Cell[BoxData[ + "1f76ec81-c7b3-4b8e-a292-f64491ad7336"] + }],ExpressionUUID->"e8c595f4-041d-44cc-aa95-bbda5ca48f11"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8aad592b-efcd-462d-bf97-16d0e8b76a6c"]} + "19947caf-9486-4a54-be89-50913a19985b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"08b98e77-0732-45ab-8d18-54bfba8ff2c0"], + CacheGraphics->False,ExpressionUUID->"d96f4994-e7d0-4c67-bfb5-8a1867fa0700"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "c8f965ad-8e7a-43dc-a737-7dd116d38f65"], " \[LineSeparator]determines the least-core." - }],ExpressionUUID->"1d0e8c2b-6a9f-4c89-893f-147db97762b8"]} + }],ExpressionUUID->"e5eaf731-756e-46c3-bfb7-2246968d1f0e"]} }]], "Usage", CellID->1008348887,ExpressionUUID->"794133f9-7491-485d-a7fd-aaf063b6f798"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9e4308ad-1eb7-464b-9681-66b4337b034b"], + ExpressionUUID->"350b5db9-e225-4c94-b2b9-94af3d388e7a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"331093e4-f6f6-4763-a124-58c5747205b9"], + "Spacer1"]],ExpressionUUID->"104f5b4b-c099-4e73-ab41-1cf75449e4b6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"11898556-d333-4272-9d83-beded3c92dea"], + }], "NotesFrameText",ExpressionUUID->"6144cfce-3b89-43c7-a60d-8245750d6233"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"241d341d-2a46-49f1-9dc4-ec7298e22a05"]], \ + "Preemptive"]],ExpressionUUID->"f9a185c9-d78c-419b-92f2-24f8eb41243a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->680651720,ExpressionUUID->"31bfc1db-36bd-4d29-9ad5-60a6d80bd176"], + CellID->2070693273,ExpressionUUID->"53e3fa3c-9b40-41f6-a92e-d5e468c985be"], Cell[TextData[{ "The input expression ", @@ -371,19 +375,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"50596523-1874-4a0e-a726-c4f5c880f965"], + ExpressionUUID->"24334f1c-9d8a-4e0d-9d3d-e6ab4131500c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"07d6b8a6-be4c-40a7-abb3-6873d2b86a61"], + "Spacer1"]],ExpressionUUID->"57d04852-a72b-4a47-88d0-b07992735d5e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6f6a74a7-0267-4386-adc0-bcb04b5018d2"] + "0a99dc2d-ceeb-4329-a4c4-2a71b94437ec"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1675522098,ExpressionUUID->"5c54faf8-7aab-4a50-bc83-91df8f243c8d"], + CellID->1819803562,ExpressionUUID->"95452e8c-6662-45a4-be07-ec623d101785"], Cell[CellGroupData[{ @@ -412,18 +416,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bbb66fe5-8901-491e-adb1-a8fbb6ce2208"], + ExpressionUUID->"d39d2fa4-8d26-4a50-97ae-d34bfab33c0a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f2435f79-469d-400a-92cd-a555409b9a77"], + "Spacer1"]],ExpressionUUID->"7e0bdd5f-c45b-4001-bf52-c9e1d6c75b3b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "074867bb-5b70-492c-ba8d-e6b5b5ad73ff"] + "7eb2dca2-9bb8-43c2-a6e1-b1fe2eda4bb4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1859810648,ExpressionUUID->"6502f1cb-1fc7-4d02-8872-f57c5b55136a"], + CellID->681742164,ExpressionUUID->"ea262963-c9cd-4f55-802f-650b00e9e26c"], Cell["Loading the package:", "ExampleText", CellID->643600629,ExpressionUUID->"670b6cbe-3066-4057-ae2e-561068b688ee"], @@ -702,8 +706,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -851,15 +853,15 @@ Cell[BoxData[GridBox[{ "43206a49-5170-41b7-9940-c37d547b5833"] }], "SeeAlso",ExpressionUUID->"5e799219-2957-4a42-8330-61bfb4eef601"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b39f1505-dcff-440c-b851-\ -0038762efe5c"], + }]], "SeeAlsoSection",ExpressionUUID->"72901a10-50bc-4d31-ad88-\ +5bd4f7e782ae"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -871,9 +873,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ccd336de-3bf3-4b00-97ed-c78eb8d99068"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5ecc6764-eb24-4f6a-850f-\ -769276a4a5c8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f1d8ad90-6a83-4d53-8528-\ +ca847ce17947"], Cell[BoxData[GridBox[{ { @@ -890,7 +891,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8617ee4d-7d9a-4b3b-a62a-e8e2382efdf9"]}]}, + "47ea5c42-62b0-4603-8a8d-2c803913e15f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -898,10 +899,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a1351698-990c-4b5f-ae30-881f0c52a2a5"]}]} + "05218d90-7e69-45fd-8969-627f454823fc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7be55302-b747-4e99-b6a4-\ -36caba18fa8f"], + }]], "MoreAboutSection",ExpressionUUID->"4e7a73b5-c112-43fa-a396-\ +fc440ac22d59"], Cell[BoxData[GridBox[{ { @@ -928,7 +929,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LeastCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cbf765ef-cabc-4378-94b6-464b4d4e8d10"]], "RelatedLinks", + "b61756b3-b533-4fb7-9b30-67151e453c88"]], "RelatedLinks", ExpressionUUID->"094c9dc3-f723-4d4d-a7f8-901ca427aee1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -945,11 +946,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d47356e5-934b-4e64-ad63-7d3356b9e354"]], "RelatedLinks", + "8afba401-4822-4369-8d6c-772c88e0e3b5"]], "RelatedLinks", ExpressionUUID->"7270a819-2e21-47f8-a9ff-25c15a0bb4a7"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7e8735f8-bc1e-4328-8ef1-\ -df875cfcfcb6"], + }]], "RelatedLinksSection",ExpressionUUID->"8a0b12b6-7af2-4394-a620-\ +3e405e4c65c6"], Cell[CellGroupData[{ @@ -979,11 +980,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"97241706-90c2-4edd-bc31-1a3da0bf94be"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d6033ce1-ad60-4253-97f1-ba6a29e5fca4"] +Cell[" ", "FooterCell",ExpressionUUID->"daa91d04-16f3-4f32-8059-8269035da438"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EpsCore", TaggingRules->{ @@ -994,17 +995,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 44.382001}", + "built" -> "{2024, 6, 3, 16, 52, 37.777492}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "EpsCore[game] determines the least-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EpsCore", "titlemodifier" -> "", - "windowtitle" -> "EpsCore", "type" -> "Symbol", "uri" -> - "TUG/ref/EpsCore"}}, + "metadescription" -> "", "windowtitle" -> "EpsCore", "type" -> "Symbol", + "uri" -> "TUG/ref/EpsCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1013,9 +1014,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"eeb86004-dfec-45a0-ac8e-ee5e26315171" +ExpressionUUID->"6009dc59-9868-42a0-a378-385414d540b4" ] (* End of Notebook Content *) @@ -1023,133 +1024,131 @@ ExpressionUUID->"eeb86004-dfec-45a0-ac8e-ee5e26315171" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13360, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5c54faf8-7aab-4a50-bc83-91df8f243c8d", + Cell[13407, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"95452e8c-6662-45a4-be07-ec623d101785", CellTags->"PrimaryExamplesSection", - CellID->1675522098]} + CellID->1819803562]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37130, 1024} + {"PrimaryExamplesSection", 37160, 1025} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7118, 169, 56, "AnchorBarGrid",ExpressionUUID->"716d78fd-0461-4349-86e2-bd4ba84e7e18", +Cell[579, 21, 7164, 173, 57, "AnchorBarGrid",ExpressionUUID->"d37db081-d782-4d2f-b7d7-21362e24f913", CellID->1], -Cell[7700, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9e7580c1-405f-4c08-a187-e0a214f4b348"], +Cell[7746, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"aedb5e7d-b673-4f91-9560-07d1dcb1758e"], Cell[CellGroupData[{ -Cell[7811, 196, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"08b98e77-0732-45ab-8d18-54bfba8ff2c0"], -Cell[9095, 233, 435, 9, 111, "Usage",ExpressionUUID->"794133f9-7491-485d-a7fd-aaf063b6f798", +Cell[7857, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"d96f4994-e7d0-4c67-bfb5-8a1867fa0700"], +Cell[9141, 237, 435, 9, 111, "Usage",ExpressionUUID->"794133f9-7491-485d-a7fd-aaf063b6f798", CellID->1008348887] }, Open ]], Cell[CellGroupData[{ -Cell[9567, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"31bfc1db-36bd-4d29-9ad5-60a6d80bd176", +Cell[9613, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"53e3fa3c-9b40-41f6-a92e-d5e468c985be", CellGroupingRules->{"SectionGrouping", 50}, - CellID->680651720], -Cell[11464, 296, 782, 20, 57, "]]",ExpressionUUID->"93bdc564-6bbd-406b-8b2a-4c8a94fe7bd3", + CellID->2070693273], +Cell[11511, 300, 782, 20, 57, "]]",ExpressionUUID->"93bdc564-6bbd-406b-8b2a-4c8a94fe7bd3", CellID->209133038], -Cell[12249, 318, 489, 12, 37, "Notes",ExpressionUUID->"6115a797-e42e-4a08-984b-6f08cad3d307", +Cell[12296, 322, 489, 12, 38, "Notes",ExpressionUUID->"6115a797-e42e-4a08-984b-6f08cad3d307", CellID->177724765], -Cell[12741, 332, 166, 3, 36, "Notes",ExpressionUUID->"40b95a73-72a2-4745-b818-3a7cac4e42bf", +Cell[12788, 336, 166, 3, 36, "Notes",ExpressionUUID->"40b95a73-72a2-4745-b818-3a7cac4e42bf", CellID->783106368], -Cell[12910, 337, 323, 5, 57, "Notes",ExpressionUUID->"b47d2b22-109f-41a0-a273-9ead3fde054c", +Cell[12957, 341, 323, 5, 57, "Notes",ExpressionUUID->"b47d2b22-109f-41a0-a273-9ead3fde054c", CellID->978102156] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13360, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5c54faf8-7aab-4a50-bc83-91df8f243c8d", +Cell[13407, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"95452e8c-6662-45a4-be07-ec623d101785", CellTags->"PrimaryExamplesSection", - CellID->1675522098], + CellID->1819803562], Cell[CellGroupData[{ -Cell[14806, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6502f1cb-1fc7-4d02-8872-f57c5b55136a", - CellID->1859810648], -Cell[16208, 427, 118, 1, 38, "ExampleText",ExpressionUUID->"670b6cbe-3066-4057-ae2e-561068b688ee", +Cell[14853, 393, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ea262963-c9cd-4f55-802f-650b00e9e26c", + CellID->681742164], +Cell[16254, 431, 118, 1, 39, "ExampleText",ExpressionUUID->"670b6cbe-3066-4057-ae2e-561068b688ee", CellID->643600629], Cell[CellGroupData[{ -Cell[16351, 432, 168, 3, 27, "Input",ExpressionUUID->"9879bd63-b1c4-4cca-af91-cb96e5dfd1c5", +Cell[16397, 436, 168, 3, 27, "Input",ExpressionUUID->"9879bd63-b1c4-4cca-af91-cb96e5dfd1c5", CellID->1655870425], Cell[CellGroupData[{ -Cell[16544, 439, 237, 4, 23, "Print",ExpressionUUID->"0dd57da9-164f-4bcf-a907-3252704a1a8e", +Cell[16590, 443, 237, 4, 23, "Print",ExpressionUUID->"0dd57da9-164f-4bcf-a907-3252704a1a8e", CellID->1615936328], -Cell[16784, 445, 366, 8, 23, "Print",ExpressionUUID->"4fab61db-18ff-40c1-81c7-56a82ddda3ad", +Cell[16830, 449, 366, 8, 23, "Print",ExpressionUUID->"4fab61db-18ff-40c1-81c7-56a82ddda3ad", CellID->1936147812], -Cell[17153, 455, 237, 4, 23, "Print",ExpressionUUID->"17818320-6ab1-42c3-9ed1-2f1425cd347c", +Cell[17199, 459, 237, 4, 23, "Print",ExpressionUUID->"17818320-6ab1-42c3-9ed1-2f1425cd347c", CellID->1444522273], -Cell[17393, 461, 221, 3, 23, "Print",ExpressionUUID->"63dea6ff-d710-47a2-b463-9bfe1f56b2c8", +Cell[17439, 465, 221, 3, 23, "Print",ExpressionUUID->"63dea6ff-d710-47a2-b463-9bfe1f56b2c8", CellID->1412984822], -Cell[17617, 466, 206, 3, 23, "Print",ExpressionUUID->"8b636db8-53a7-431d-9213-c15179aca9d2", +Cell[17663, 470, 206, 3, 23, "Print",ExpressionUUID->"8b636db8-53a7-431d-9213-c15179aca9d2", CellID->18672937], -Cell[17826, 471, 237, 4, 23, "Print",ExpressionUUID->"0cd54b2e-6527-4163-b372-8188b8f5093a", +Cell[17872, 475, 237, 4, 23, "Print",ExpressionUUID->"0cd54b2e-6527-4163-b372-8188b8f5093a", CellID->119224898], -Cell[18066, 477, 221, 3, 23, "Print",ExpressionUUID->"af556dd4-52ff-4899-ab74-e2e85a141e66", +Cell[18112, 481, 221, 3, 23, "Print",ExpressionUUID->"af556dd4-52ff-4899-ab74-e2e85a141e66", CellID->1038214295], -Cell[18290, 482, 236, 4, 23, "Print",ExpressionUUID->"bf2eab55-8f20-4672-a41c-c10b3a5898c1", +Cell[18336, 486, 236, 4, 23, "Print",ExpressionUUID->"bf2eab55-8f20-4672-a41c-c10b3a5898c1", CellID->357500900], -Cell[18529, 488, 237, 4, 23, "Print",ExpressionUUID->"b9ac8d95-7342-43e8-8e75-75b50ae8ec1e", +Cell[18575, 492, 237, 4, 23, "Print",ExpressionUUID->"b9ac8d95-7342-43e8-8e75-75b50ae8ec1e", CellID->1103361241], -Cell[18769, 494, 207, 3, 23, "Print",ExpressionUUID->"5e36c2af-9840-4ac5-8a8a-c3d296c42523", +Cell[18815, 498, 207, 3, 23, "Print",ExpressionUUID->"5e36c2af-9840-4ac5-8a8a-c3d296c42523", CellID->545003591], -Cell[18979, 499, 237, 4, 70, "Print",ExpressionUUID->"98723e79-eec5-446d-b053-bcd78f699a24", +Cell[19025, 503, 237, 4, 23, "Print",ExpressionUUID->"98723e79-eec5-446d-b053-bcd78f699a24", CellID->1843589073] }, Open ]] }, Open ]], -Cell[19243, 507, 136, 1, 70, "ExampleText",ExpressionUUID->"3a00b4d1-42b0-401e-8829-903e21242e17", +Cell[19289, 511, 136, 1, 70, "ExampleText",ExpressionUUID->"3a00b4d1-42b0-401e-8829-903e21242e17", CellID->386093710], -Cell[19382, 510, 235, 6, 70, "Input",ExpressionUUID->"9488f4d4-61d4-42ff-bc59-fbe45fceace6", +Cell[19428, 514, 235, 6, 70, "Input",ExpressionUUID->"9488f4d4-61d4-42ff-bc59-fbe45fceace6", CellID->1873924152], Cell[CellGroupData[{ -Cell[19642, 520, 360, 8, 70, "Input",ExpressionUUID->"cdeb2189-1e1e-4d68-af58-076d90f66dec", +Cell[19688, 524, 360, 8, 70, "Input",ExpressionUUID->"cdeb2189-1e1e-4d68-af58-076d90f66dec", CellID->1513564605], -Cell[20005, 530, 362, 8, 36, "Output",ExpressionUUID->"0a90c69e-9f4b-4675-b2bf-f7e046c3734b", +Cell[20051, 534, 362, 8, 36, "Output",ExpressionUUID->"0a90c69e-9f4b-4675-b2bf-f7e046c3734b", CellID->238074608] }, Open ]], -Cell[20382, 541, 237, 6, 70, "Input",ExpressionUUID->"2580c9e9-8318-4124-9a80-8f11cf72e343", +Cell[20428, 545, 237, 6, 70, "Input",ExpressionUUID->"2580c9e9-8318-4124-9a80-8f11cf72e343", CellID->536122992], -Cell[20622, 549, 191, 4, 70, "ExampleText",ExpressionUUID->"9b2e3f8e-5200-4473-b768-9ba9ee14f1c2", +Cell[20668, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"9b2e3f8e-5200-4473-b768-9ba9ee14f1c2", CellID->1063699047], Cell[CellGroupData[{ -Cell[20838, 557, 165, 3, 70, "Input",ExpressionUUID->"9d657168-65dd-4c2d-89be-5e9ddda8ed93", +Cell[20884, 561, 165, 3, 70, "Input",ExpressionUUID->"9d657168-65dd-4c2d-89be-5e9ddda8ed93", CellID->1103364322], -Cell[21006, 562, 173, 4, 36, "Output",ExpressionUUID->"04978e8d-044c-47b7-a855-b644cd25148d", +Cell[21052, 566, 173, 4, 36, "Output",ExpressionUUID->"04978e8d-044c-47b7-a855-b644cd25148d", CellID->175161479] }, Open ]], -Cell[21194, 569, 128, 1, 70, "ExampleText",ExpressionUUID->"9790a171-22e3-4db0-b13f-029807059c19", +Cell[21240, 573, 128, 1, 70, "ExampleText",ExpressionUUID->"9790a171-22e3-4db0-b13f-029807059c19", CellID->1363790470], Cell[CellGroupData[{ -Cell[21347, 574, 164, 3, 70, "Input",ExpressionUUID->"052bd790-eb95-4a44-a2c2-957da0b75551", +Cell[21393, 578, 164, 3, 70, "Input",ExpressionUUID->"052bd790-eb95-4a44-a2c2-957da0b75551", CellID->909816416], -Cell[21514, 579, 817, 24, 51, "Output",ExpressionUUID->"732b88fd-40a4-4b55-a7ab-4be02b88dd9e", +Cell[21560, 583, 817, 24, 51, "Output",ExpressionUUID->"732b88fd-40a4-4b55-a7ab-4be02b88dd9e", CellID->1970966254] }, Open ]], -Cell[22346, 606, 175, 3, 70, "ExampleText",ExpressionUUID->"4ff5458c-7083-4a58-9129-20d512630713", +Cell[22392, 610, 175, 3, 70, "ExampleText",ExpressionUUID->"4ff5458c-7083-4a58-9129-20d512630713", CellID->482838249], Cell[CellGroupData[{ -Cell[22546, 613, 167, 3, 70, "Input",ExpressionUUID->"326cf189-2cba-434b-a580-1d4d2bd0b964", +Cell[22592, 617, 167, 3, 70, "Input",ExpressionUUID->"326cf189-2cba-434b-a580-1d4d2bd0b964", CellID->1439620740], -Cell[22716, 618, 2470, 77, 111, "Output",ExpressionUUID->"d7b87b62-351c-4acb-bb46-b6d7f5eca6a7", +Cell[22762, 622, 2470, 77, 111, "Output",ExpressionUUID->"d7b87b62-351c-4acb-bb46-b6d7f5eca6a7", CellID->998451748] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25474, 708, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"72901a10-50bc-4d31-ad88-5bd4f7e782ae"], +Cell[30980, 858, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f1d8ad90-6a83-4d53-8528-ca847ce17947"], +Cell[31653, 878, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4e7a73b5-c112-43fa-a396-fc440ac22d59"], +Cell[32689, 906, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"8a0b12b6-7af2-4394-a620-3e405e4c65c6"], Cell[CellGroupData[{ -Cell[25450, 706, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"b39f1505-dcff-440c-b851-0038762efe5c"], -Cell[30956, 856, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5ecc6764-eb24-4f6a-850f-769276a4a5c8"] -}, Open ]], -Cell[31641, 877, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7be55302-b747-4e99-b6a4-36caba18fa8f"], -Cell[32677, 905, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"7e8735f8-bc1e-4328-8ef1-df875cfcfcb6"], -Cell[CellGroupData[{ -Cell[34278, 955, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c518ed08-bbb9-48fb-9fca-c64c146bcc65", +Cell[34290, 956, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c518ed08-bbb9-48fb-9fca-c64c146bcc65", CellID->117551421], -Cell[34418, 958, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"48ddd900-b35d-4a6b-80b6-32e7421098ce", +Cell[34430, 959, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"48ddd900-b35d-4a6b-80b6-32e7421098ce", CellID->1194386356], -Cell[34640, 964, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"184625da-4c31-4742-b8f6-35b5a1fe0e3e", +Cell[34652, 965, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"184625da-4c31-4742-b8f6-35b5a1fe0e3e", CellID->1641706272], -Cell[34855, 969, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4406cc69-ee9b-4c7e-9fc6-ed2af9bad5c2", +Cell[34867, 970, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4406cc69-ee9b-4c7e-9fc6-ed2af9bad5c2", CellID->399251956], -Cell[35084, 975, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"97241706-90c2-4edd-bc31-1a3da0bf94be", +Cell[35096, 976, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"97241706-90c2-4edd-bc31-1a3da0bf94be", CellID->821434655] }, Open ]], -Cell[35321, 981, 78, 0, 70, "FooterCell",ExpressionUUID->"d6033ce1-ad60-4253-97f1-ba6a29e5fca4"] +Cell[35333, 982, 78, 0, 70, "FooterCell",ExpressionUUID->"daa91d04-16f3-4f32-8059-8269035da438"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EpsStrValues.nb b/Documentation/English/ReferencePages/Symbols/EpsStrValues.nb index 720a045..f16cf5f 100644 --- a/Documentation/English/ReferencePages/Symbols/EpsStrValues.nb +++ b/Documentation/English/ReferencePages/Symbols/EpsStrValues.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46743, 1161] -NotebookOptionsPosition[ 39143, 1011] -NotebookOutlinePosition[ 41284, 1065] -CellTagsIndexPosition[ 41198, 1060] +NotebookDataLength[ 46745, 1161] +NotebookOptionsPosition[ 39163, 1013] +NotebookOutlinePosition[ 41322, 1067] +CellTagsIndexPosition[ 41236, 1062] WindowTitle->EpsStrValues WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3c5b1dbe-366e-43e2-9c45-7e991269857e"], + "8a9d8f6b-5918-4116-a43e-e7e55e906d56"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "8f1ced75-fd65-4828-afd0-6f4a556277e3"], + "0a7a58ac-e688-46f8-907d-09f0c24240ea"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d181fb52-3981-40bd-9204-ad28f1d90cc8"] - }],ExpressionUUID->"40e0e6e4-312e-466c-b64d-8d8fcba03f08"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "795e2c76-3c34-4553-a6db-175db80d46f3"] + }],ExpressionUUID->"17f75012-85f3-4246-8bbe-c421db4b2d82"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa74bfbf-ed8c-427e-b2fe-0ed1894b5fb6"], + "1ce09cc0-e486-4db3-8584-f67b0a3a2ada"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0346ed4a-a05b-4dba-9e5f-5be8110b82e8"] - }],ExpressionUUID->"62f89dbc-14a5-4568-8224-5e6e9aaa20e6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4a91a144-4201-40ad-8e90-206c0b04f373"] + }],ExpressionUUID->"4eb8244d-40c6-4478-ac4b-b2a30e79156b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a2e140bf-0d0e-4916-a191-d3bdaf6a29f1"], + "e9307482-35b6-4643-a862-ce51d62fc795"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c36a229-2b17-42a6-8aba-f111a095bd60"] - }],ExpressionUUID->"d26e9e5c-42dd-46d3-8c56-784d24441858"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2ed38f68-757e-489c-be81-125a6ab973c3"] + }],ExpressionUUID->"1b21c325-fc6e-4d6f-ba5b-c883627a5f8a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a3741cb6-424d-4308-8e62-e1c28a70d9cb"], + "8d4c1f0f-72e4-46f7-bf5f-7290b7151e56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ea98793-87f8-48b9-bd82-e022d4f52187"] - }],ExpressionUUID->"0951df95-15b1-4bf1-9fad-9358262d5200"], - StripOnInput->False], {"\<\"TUG/ref/EpsStrValues\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EpsStrValues"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EpsStrValues.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$75509], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EpsStrValues" <> ".html"], None}]}]}, + "d48b0ed0-4136-458b-9457-5320c038db9c"] + }],ExpressionUUID->"422edf13-9702-40dc-b49b-00bda1bbcd48"], + StripOnInput->False],{ + "\"TUG/ref/EpsStrValues\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EpsStrValues"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +EpsStrValues.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$81053], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EpsStrValues" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e1694f86-5e34-40a8-99c2-85020750733c"] + "6246bd1f-6d56-4093-aca9-6735866a0caa"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c96ed6cb-4707-4aad-9f21-833781dfda83"]} + "a2e4dcd3-c94c-401c-9cf0-bfd3a62e6f64"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"62cb851f-ef34-451d-994a-791cec37e312"], + CellID->1,ExpressionUUID->"89f6ba33-5a87-46b3-bf41-16ed73aff62b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9dea1279-a7ec-4914-9db2-8cfec62b5f9d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"042745a5-570d-43da-b503-be1d7a4cf5db"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EpsStrValues", "ObjectName",ExpressionUUID-> - "47ce5592-ab8e-4a43-bf6c-c8c68b6dabfd"], + "5dd5f19f-643d-4a88-b988-97259f276481"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"34732720-de91-42a2-8a96-4db3b563a24f"], + "Spacer1"]],ExpressionUUID->"775be3d6-4984-4fe8-8292-5abf6969f7fe"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "91be8b67-eec7-4daa-816c-d070e5d62401"] - }],ExpressionUUID->"b99ceabc-9ea7-440a-80c0-bada9c8b73bc"], Cell[BoxData[ + "0038e1b6-9b25-4ca6-ad72-29f9c6485d6f"] + }],ExpressionUUID->"e07bdf56-514a-4bc3-97ff-d4a289a89ed6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9cda221f-f7d4-49c1-b44c-b26f09505bb0"]} + "39211ff0-f77b-4cf0-b6a6-1dfe276deb1b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a48c1c25-b4f9-4b89-95f9-de4341ad4fbf"], + CacheGraphics->False,ExpressionUUID->"6549fa3c-2048-4f29-ba52-f80c0d3e57fb"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package plotting functions to \ set a cost term to each proper sub-coalition to depict a strong epsilon \ core." - }],ExpressionUUID->"c5405de5-13af-4215-97e0-56c549e57035"]} + }],ExpressionUUID->"42b3a77e-ee3d-4bfe-af34-bd1491cd0cb0"]} }]], "Usage", CellID->1871117169,ExpressionUUID->"81ea05fa-a9bd-45ba-b04f-3f4f206e2b0b"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d773906b-e805-4a68-af00-e70728fff760"], + ExpressionUUID->"3b760467-6180-40f3-8145-6dc5ee76f7e6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"edd2d86a-bc54-4ae5-a372-d65774e43efa"], + "Spacer1"]],ExpressionUUID->"fdd01458-c794-48ca-8020-0805491c177d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"cce94627-7e2d-44da-b855-3cba7171c6ef"], + }], "NotesFrameText",ExpressionUUID->"62739bae-c6f6-43b9-bbd4-ed382ced07f1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f1421be9-78fb-490d-a996-1e89d7c0962e"]], \ + "Preemptive"]],ExpressionUUID->"839288ad-73c6-4a67-8296-87ebac7c712e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1749353779,ExpressionUUID->"182812ee-f1e3-42ab-b10e-99a8afa0a759"], + CellID->58620261,ExpressionUUID->"caac929f-bb58-48a3-902a-af3a2e44bbac"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -354,19 +359,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"868cabdb-22f0-4053-86d3-6b2a7fd59633"], + ExpressionUUID->"32edcc8f-84cf-4fc6-95fe-64b8cc2cc9c8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d293ae77-33e2-4b2f-a264-603cf5f5a189"], + "Spacer1"]],ExpressionUUID->"3e7a05d6-368b-4a84-802e-95e5cfa29c88"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "87531a26-23f8-40a0-a34f-439f7a961016"] + "5e8537a5-552d-4732-87f9-4fe27d7d2109"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2123346867,ExpressionUUID->"438f23b5-b729-415f-9b40-6e312faa56f6"], + CellID->1844671483,ExpressionUUID->"3d6e8e2a-d8ef-496b-8569-d151e06805cd"], Cell[CellGroupData[{ @@ -395,18 +400,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b913c65d-6342-4e91-9e54-688d0898f3c4"], + ExpressionUUID->"dd1b1488-8ef0-41e4-b4bd-2234d4ffb1bc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c69f490b-241b-40bd-8bb7-87d0acc698c9"], + "Spacer1"]],ExpressionUUID->"105f071e-ddeb-4eb5-9f95-324b4c83624a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "21453783-e1e8-405b-a309-0ee5398562e4"] + "144e4fa6-d845-4bf1-9691-89c381122d54"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2122310098,ExpressionUUID->"c63eec59-bd04-4da4-8154-1d803facfb39"], + CellID->754582399,ExpressionUUID->"21ff3810-652a-432d-b6ef-b64052b0e3a4"], Cell["Loading the package:", "ExampleText", CellID->441039571,ExpressionUUID->"3bdfb082-db6f-4f5b-9f2f-34169849e394"], @@ -695,8 +700,6 @@ aJj5qO7EFIeZh+5OdPXo7kEPB3RxWDjg8je6O5TA4BeGOIwPkwcAJq7diA== EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -844,15 +847,15 @@ Cell[BoxData[GridBox[{ "6b832d17-4dbf-4e17-b801-df1a004cd3d7"] }], "SeeAlso",ExpressionUUID->"94f9ce4c-1dec-41f9-b2c3-01c00941f974"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"358dd3b3-0dce-48ba-9355-\ -44d23e1f84b9"], + }]], "SeeAlsoSection",ExpressionUUID->"494c6118-a8c9-41e3-b93e-\ +4aada026925d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -864,9 +867,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f847f25a-2d76-46bb-99c3-2a359f26280b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7520bd6d-54b3-4728-bba0-\ -941d5635b550"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2151404c-3062-4ea4-a16d-\ +a8856600edcc"], Cell[BoxData[GridBox[{ { @@ -883,7 +885,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a57fce07-2e4b-4a6c-a08a-e9e0a81bae5c"]}]}, + "66a3d23d-acac-4ccc-94e2-c7f46c91da3e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -891,10 +893,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2b096a66-fea5-490e-b904-0f47a5e156ef"]}]} + "994f0962-0055-47ab-bbd1-75c096c47414"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5d292c49-fa39-4feb-82d6-\ -7d366a67c1e8"], + }]], "MoreAboutSection",ExpressionUUID->"52972917-4ab8-4eca-9b6d-\ +2abe2e3db028"], Cell[BoxData[GridBox[{ { @@ -921,7 +923,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29c0938f-373d-45ce-a56b-6a9bbc5577fc"]], "RelatedLinks", + "52f918ac-9400-44b6-ad32-a2f89a6a7f5c"]], "RelatedLinks", ExpressionUUID->"602a9881-6ab2-40f9-aba8-fb35c96dda28"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -939,7 +941,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "55a5754d-4336-4063-897a-6e97aaf455d7"]], "RelatedLinks", + "c51ba801-8b4b-421e-8c97-2ed2aa6307e1"]], "RelatedLinks", ExpressionUUID->"8db820ad-f707-4921-ba14-0a645af17158"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -956,7 +958,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1b9e0727-1108-4b80-8eea-070103fad705"]], "RelatedLinks", + "47cdd57e-3c9c-4ea7-8a37-e0434c3df851"]], "RelatedLinks", ExpressionUUID->"de66604e-a523-4c23-b117-0a0d0733a3ca"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -973,11 +975,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e7fc428-95b3-4877-af26-d56186bcb5dd"]], "RelatedLinks", + "a825e0e8-570b-4185-ade1-c6b0d75a35d6"]], "RelatedLinks", ExpressionUUID->"a64f3fc3-7735-40d4-ab41-59bb72a7f1a4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d1ca2b4d-a1eb-4ea5-9e49-\ -18212b5a160d"], + }]], "RelatedLinksSection",ExpressionUUID->"fd08dd77-e28f-455f-8466-\ +2afe8db14645"], Cell[CellGroupData[{ @@ -1007,11 +1009,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e5521cd9-b274-4077-b7db-f9c2d5bfc31b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"790c1675-f65e-476d-963d-188a92f831f7"] +Cell[" ", "FooterCell",ExpressionUUID->"3162887e-fad5-46d9-b2b2-bdeb9b1fb1f4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EpsStrValues", TaggingRules->{ @@ -1022,7 +1024,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 48.707649}", + "built" -> "{2024, 6, 3, 16, 52, 39.926444}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1030,10 +1032,10 @@ TaggingRules->{ "EpsStrValues is an option for various package plotting functions to set \ a cost term to each proper sub-coalition to depict a strong epsilon core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EpsStrValues", - "titlemodifier" -> "", "windowtitle" -> "EpsStrValues", "type" -> - "Symbol", "uri" -> "TUG/ref/EpsStrValues"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "EpsStrValues", "type" -> "Symbol", "uri" -> "TUG/ref/EpsStrValues"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1042,9 +1044,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7c36008f-e54e-4426-b29d-1a5956c625fc" +ExpressionUUID->"b744f9df-38f1-4185-a116-53d02f8b80a7" ] (* End of Notebook Content *) @@ -1052,117 +1054,115 @@ ExpressionUUID->"7c36008f-e54e-4426-b29d-1a5956c625fc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12737, 331, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"438f23b5-b729-415f-9b40-6e312faa56f6", + Cell[12792, 336, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d6e8e2a-d8ef-496b-8569-d151e06805cd", CellTags->"PrimaryExamplesSection", - CellID->2123346867]} + CellID->1844671483]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40997, 1053} + {"PrimaryExamplesSection", 41035, 1055} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7107, 168, 56, "AnchorBarGrid",ExpressionUUID->"62cb851f-ef34-451d-994a-791cec37e312", +Cell[584, 21, 7164, 173, 57, "AnchorBarGrid",ExpressionUUID->"89f6ba33-5a87-46b3-bf41-16ed73aff62b", CellID->1], -Cell[7694, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9dea1279-a7ec-4914-9db2-8cfec62b5f9d"], +Cell[7751, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"042745a5-570d-43da-b503-be1d7a4cf5db"], Cell[CellGroupData[{ -Cell[7805, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"a48c1c25-b4f9-4b89-95f9-de4341ad4fbf"], -Cell[9094, 232, 514, 10, 111, "Usage",ExpressionUUID->"81ea05fa-a9bd-45ba-b04f-3f4f206e2b0b", +Cell[7862, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"6549fa3c-2048-4f29-ba52-f80c0d3e57fb"], +Cell[9151, 237, 514, 10, 109, "Usage",ExpressionUUID->"81ea05fa-a9bd-45ba-b04f-3f4f206e2b0b", CellID->1871117169] }, Open ]], Cell[CellGroupData[{ -Cell[9645, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"182812ee-f1e3-42ab-b10e-99a8afa0a759", +Cell[9702, 252, 1893, 47, 37, "NotesSection",ExpressionUUID->"caac929f-bb58-48a3-902a-af3a2e44bbac", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1749353779], -Cell[11543, 296, 489, 12, 37, "Notes",ExpressionUUID->"b7e2ee68-fd21-4635-a770-10b6adf239fd", + CellID->58620261], +Cell[11598, 301, 489, 12, 38, "Notes",ExpressionUUID->"b7e2ee68-fd21-4635-a770-10b6adf239fd", CellID->177724765], -Cell[12035, 310, 575, 15, 58, "Notes",ExpressionUUID->"0be90eac-42d1-4eff-b901-cdba8fff469d", +Cell[12090, 315, 575, 15, 59, "Notes",ExpressionUUID->"0be90eac-42d1-4eff-b901-cdba8fff469d", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12737, 331, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"438f23b5-b729-415f-9b40-6e312faa56f6", +Cell[12792, 336, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3d6e8e2a-d8ef-496b-8569-d151e06805cd", CellTags->"PrimaryExamplesSection", - CellID->2123346867], + CellID->1844671483], Cell[CellGroupData[{ -Cell[14183, 372, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c63eec59-bd04-4da4-8154-1d803facfb39", - CellID->2122310098], -Cell[15585, 410, 118, 1, 38, "ExampleText",ExpressionUUID->"3bdfb082-db6f-4f5b-9f2f-34169849e394", +Cell[14238, 377, 1398, 36, 30, "ExampleSection",ExpressionUUID->"21ff3810-652a-432d-b6ef-b64052b0e3a4", + CellID->754582399], +Cell[15639, 415, 118, 1, 39, "ExampleText",ExpressionUUID->"3bdfb082-db6f-4f5b-9f2f-34169849e394", CellID->441039571], Cell[CellGroupData[{ -Cell[15728, 415, 168, 3, 27, "Input",ExpressionUUID->"54fc76fd-89de-4e6e-9423-6928eced6a47", +Cell[15782, 420, 168, 3, 27, "Input",ExpressionUUID->"54fc76fd-89de-4e6e-9423-6928eced6a47", CellID->1535150773], Cell[CellGroupData[{ -Cell[15921, 422, 236, 4, 23, "Print",ExpressionUUID->"4c529934-edf3-4220-baa9-e3ed5b8ea2db", +Cell[15975, 427, 236, 4, 23, "Print",ExpressionUUID->"4c529934-edf3-4220-baa9-e3ed5b8ea2db", CellID->1810196056], -Cell[16160, 428, 365, 8, 23, "Print",ExpressionUUID->"a8a26ae6-b66e-4246-90fc-7ac6ccbce15a", +Cell[16214, 433, 365, 8, 23, "Print",ExpressionUUID->"a8a26ae6-b66e-4246-90fc-7ac6ccbce15a", CellID->2126164088], -Cell[16528, 438, 236, 4, 23, "Print",ExpressionUUID->"a4881dc3-691a-4cfb-a30a-2109adc6aa8d", +Cell[16582, 443, 236, 4, 23, "Print",ExpressionUUID->"a4881dc3-691a-4cfb-a30a-2109adc6aa8d", CellID->1365274973], -Cell[16767, 444, 220, 3, 23, "Print",ExpressionUUID->"9773e7be-5bdf-476d-bc5a-10a23e6e9047", +Cell[16821, 449, 220, 3, 23, "Print",ExpressionUUID->"9773e7be-5bdf-476d-bc5a-10a23e6e9047", CellID->2033764108], -Cell[16990, 449, 207, 3, 23, "Print",ExpressionUUID->"7915c4f0-2ac6-47d4-902b-e0c9b482709a", +Cell[17044, 454, 207, 3, 23, "Print",ExpressionUUID->"7915c4f0-2ac6-47d4-902b-e0c9b482709a", CellID->1677636736], -Cell[17200, 454, 237, 4, 23, "Print",ExpressionUUID->"0e8b7249-e82f-4d90-b185-48eb7236bc5a", +Cell[17254, 459, 237, 4, 23, "Print",ExpressionUUID->"0e8b7249-e82f-4d90-b185-48eb7236bc5a", CellID->2007313517], -Cell[17440, 460, 220, 3, 23, "Print",ExpressionUUID->"b9db209c-e6a7-43bc-a67d-9ded9263e1cb", +Cell[17494, 465, 220, 3, 23, "Print",ExpressionUUID->"b9db209c-e6a7-43bc-a67d-9ded9263e1cb", CellID->1773869350], -Cell[17663, 465, 236, 4, 23, "Print",ExpressionUUID->"642437ac-bef7-4414-9139-9f038197b17c", +Cell[17717, 470, 236, 4, 23, "Print",ExpressionUUID->"642437ac-bef7-4414-9139-9f038197b17c", CellID->1185825755], -Cell[17902, 471, 236, 4, 23, "Print",ExpressionUUID->"b132e96b-b37e-4666-b8d3-321152dcca1a", +Cell[17956, 476, 236, 4, 23, "Print",ExpressionUUID->"b132e96b-b37e-4666-b8d3-321152dcca1a", CellID->1894884799], -Cell[18141, 477, 206, 3, 23, "Print",ExpressionUUID->"c96a82f7-c301-4896-b215-582c4711c759", +Cell[18195, 482, 206, 3, 23, "Print",ExpressionUUID->"c96a82f7-c301-4896-b215-582c4711c759", CellID->984080925], -Cell[18350, 482, 235, 4, 23, "Print",ExpressionUUID->"a7a75da4-7c7a-4d67-947a-a1b2dd8e8cbc", +Cell[18404, 487, 235, 4, 23, "Print",ExpressionUUID->"a7a75da4-7c7a-4d67-947a-a1b2dd8e8cbc", CellID->336062110] }, Open ]] }, Open ]], -Cell[18612, 490, 137, 1, 38, "ExampleText",ExpressionUUID->"aa54a88f-3071-4507-9129-c093e7a7a531", +Cell[18666, 495, 137, 1, 39, "ExampleText",ExpressionUUID->"aa54a88f-3071-4507-9129-c093e7a7a531", CellID->218132957], -Cell[18752, 493, 234, 6, 27, "Input",ExpressionUUID->"71198cca-5335-470c-a700-b34619c6b3c1", +Cell[18806, 498, 234, 6, 27, "Input",ExpressionUUID->"71198cca-5335-470c-a700-b34619c6b3c1", CellID->788917414], -Cell[18989, 501, 374, 9, 70, "Input",ExpressionUUID->"43681683-4aaf-4889-b4fb-d59c268cba2e", +Cell[19043, 506, 374, 9, 27, "Input",ExpressionUUID->"43681683-4aaf-4889-b4fb-d59c268cba2e", CellID->641501394], -Cell[19366, 512, 237, 6, 70, "Input",ExpressionUUID->"41c730f9-7fdf-4ec6-8867-781fa1303cc0", +Cell[19420, 517, 237, 6, 70, "Input",ExpressionUUID->"41c730f9-7fdf-4ec6-8867-781fa1303cc0", CellID->144954125], -Cell[19606, 520, 176, 3, 70, "ExampleText",ExpressionUUID->"53919feb-51cc-4e73-b23e-df31185cb851", +Cell[19660, 525, 176, 3, 70, "ExampleText",ExpressionUUID->"53919feb-51cc-4e73-b23e-df31185cb851", CellID->351838363], Cell[CellGroupData[{ -Cell[19807, 527, 204, 4, 70, "Input",ExpressionUUID->"0397153c-7299-4f85-8063-6309b2a2a48a", +Cell[19861, 532, 204, 4, 70, "Input",ExpressionUUID->"0397153c-7299-4f85-8063-6309b2a2a48a", CellID->2040767567], -Cell[20014, 533, 1560, 33, 485, "Output",ExpressionUUID->"5310e72b-fd1b-45a3-91b7-87ff1b93603d", +Cell[20068, 538, 1560, 33, 485, "Output",ExpressionUUID->"5310e72b-fd1b-45a3-91b7-87ff1b93603d", CellID->2082364037] }, Open ]], -Cell[21589, 569, 199, 4, 70, "ExampleText",ExpressionUUID->"633f9826-4dd0-411d-9a8b-b26f16f260ac", +Cell[21643, 574, 199, 4, 70, "ExampleText",ExpressionUUID->"633f9826-4dd0-411d-9a8b-b26f16f260ac", CellID->1301235219], Cell[CellGroupData[{ -Cell[21813, 577, 412, 9, 70, "Input",ExpressionUUID->"82bc15c7-e323-4d40-a5e9-6adeb86276a9", +Cell[21867, 582, 412, 9, 70, "Input",ExpressionUUID->"82bc15c7-e323-4d40-a5e9-6adeb86276a9", CellID->2028640367], -Cell[22228, 588, 5373, 100, 485, "Output",ExpressionUUID->"472188a2-e5b3-4501-800a-a45c935f48f6", +Cell[22282, 593, 5373, 100, 485, "Output",ExpressionUUID->"472188a2-e5b3-4501-800a-a45c935f48f6", CellID->570888624] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27897, 702, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"494c6118-a8c9-41e3-b93e-4aada026925d"], +Cell[33381, 852, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2151404c-3062-4ea4-a16d-a8856600edcc"], +Cell[34054, 872, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"52972917-4ab8-4eca-9b6d-2abe2e3db028"], +Cell[35090, 900, 2922, 81, 70, "RelatedLinksSection",ExpressionUUID->"fd08dd77-e28f-455f-8466-2afe8db14645"], Cell[CellGroupData[{ -Cell[27865, 699, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"358dd3b3-0dce-48ba-9355-44d23e1f84b9"], -Cell[33349, 849, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7520bd6d-54b3-4728-bba0-941d5635b550"] -}, Open ]], -Cell[34034, 870, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5d292c49-fa39-4feb-82d6-7d366a67c1e8"], -Cell[35070, 898, 2922, 81, 70, "RelatedLinksSection",ExpressionUUID->"d1ca2b4d-a1eb-4ea5-9e49-18212b5a160d"], -Cell[CellGroupData[{ -Cell[38017, 983, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e9c93d91-539a-47b3-b9df-85f65b04ff52", +Cell[38037, 985, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e9c93d91-539a-47b3-b9df-85f65b04ff52", CellID->2135167160], -Cell[38158, 986, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6645dda-9d4c-42d6-9d61-0ad1fa768484", +Cell[38178, 988, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6645dda-9d4c-42d6-9d61-0ad1fa768484", CellID->1194386356], -Cell[38380, 992, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9e98ceb6-1b00-4f0e-86fa-96d8c33e5918", +Cell[38400, 994, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9e98ceb6-1b00-4f0e-86fa-96d8c33e5918", CellID->1641706272], -Cell[38595, 997, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fccb7896-a96f-45f0-a675-daa7c89dc2c1", +Cell[38615, 999, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fccb7896-a96f-45f0-a675-daa7c89dc2c1", CellID->399251956], -Cell[38824, 1003, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e5521cd9-b274-4077-b7db-f9c2d5bfc31b", +Cell[38844, 1005, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e5521cd9-b274-4077-b7db-f9c2d5bfc31b", CellID->821434655] }, Open ]], -Cell[39061, 1009, 78, 0, 70, "FooterCell",ExpressionUUID->"790c1675-f65e-476d-963d-188a92f831f7"] +Cell[39081, 1011, 78, 0, 70, "FooterCell",ExpressionUUID->"3162887e-fad5-46d9-b2b2-bdeb9b1fb1f4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EpsValue.nb b/Documentation/English/ReferencePages/Symbols/EpsValue.nb index b83e064..1fa4070 100644 --- a/Documentation/English/ReferencePages/Symbols/EpsValue.nb +++ b/Documentation/English/ReferencePages/Symbols/EpsValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44724, 1172] -NotebookOptionsPosition[ 35465, 987] -NotebookOutlinePosition[ 37513, 1040] -CellTagsIndexPosition[ 37427, 1035] +NotebookDataLength[ 44719, 1171] +NotebookOptionsPosition[ 35476, 988] +NotebookOutlinePosition[ 37542, 1041] +CellTagsIndexPosition[ 37456, 1036] WindowTitle->EpsValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9ae5e106-6b96-4aae-8ce4-e730424ddd1d"], + "7ba042f1-5a16-4f7c-8266-a8e09ac1d098"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b5e597a5-e371-44ba-8b15-25ad984f1287"], + "be580928-722f-4ff2-8730-5721625c8a78"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7ff1e060-32e8-422d-a862-684d56018ea8"] - }],ExpressionUUID->"aceb6a5a-de9b-4c50-85a6-f2b057a3bde0"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "a0c2e75e-f46c-4d69-832c-e860bbf1bb48"] + }],ExpressionUUID->"ce5b80fa-6ebd-4705-959e-04acba36dd55"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ff2b330f-f5f5-4f1f-b44d-2d08e8b7b8d8"], + "0b000750-cbfc-4a44-a8a3-eba7980302af"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71e53565-1e61-4499-b488-0243b83d56ef"] - }],ExpressionUUID->"324197fd-2877-4f70-857b-bc3f887727b7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ccc2939f-c35c-4417-b216-d3413d9d6c6b"] + }],ExpressionUUID->"be53f0c0-887b-4387-8e27-f84677049512"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2897f1f2-f484-49a2-9202-07c668d1bd1e"], + "a285e053-47f7-4953-82d1-e796a60d6493"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2768f9a5-fb83-40b3-bdd2-4df52d95869d"] - }],ExpressionUUID->"c3ef1235-7ef2-4339-9506-2aaeb32a3e9a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d756f5db-08b5-46ca-ba33-d432b376664f"] + }],ExpressionUUID->"75880491-9d83-4b30-8f38-44a7da62908d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2df1508c-5f5f-4031-a8a5-78e4d56e5dfc"], + "11347bfb-d8f3-410c-aa99-bbf3f21eccc7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "076aaf33-ac28-4dbb-a2ba-e7f0411d8fe6"] - }],ExpressionUUID->"ca09314c-1a54-416a-82d4-87f6433970f6"], - StripOnInput->False], {"\<\"TUG/ref/EpsValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EpsValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EpsValue.\ + "7e595baf-c9a1-44ed-aa30-74d6134ffaba"] + }],ExpressionUUID->"55dbfed2-eb87-4f1f-84e1-d2f4cc8c0e56"], + StripOnInput->False],{ + "\"TUG/ref/EpsValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EpsValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/EpsValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$76073], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EpsValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$81651], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EpsValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dbdbf7e9-f8ac-424e-8dee-7ac30880abfb"] + "b3620466-95ba-4157-9470-d41cd91c3de2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "587aee17-6df5-4dca-b4c7-f4de59c35d0b"]} + "5bd6bb12-d14b-4273-9764-6f04ebed3cba"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"771b66ed-fe06-44a1-9a3b-ab28c8292a22"], + CellID->1,ExpressionUUID->"743015a9-dfac-4d11-add3-84b64a679009"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"941df319-d93a-4bf2-979a-32e381515534"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"11b72840-9f35-4bb7-b6cc-f8404926ffed"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EpsValue", "ObjectName",ExpressionUUID-> - "8f55e02e-a51d-4678-9b1c-0536700faefe"], + "8559f844-502b-44cd-9649-99213d83633a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0c6bab0d-a564-4fe0-8c74-78c2bcfe166e"], + "Spacer1"]],ExpressionUUID->"5b6cf5f2-d94d-4a2f-a4de-0e9caf209013"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "428c426b-449d-411e-bcff-cb3b1914ad6a"] - }],ExpressionUUID->"76ef5ed0-8f1f-4bf6-808b-89e1a004d707"], Cell[BoxData[ + "0b3b8371-da0b-4d67-935e-83179944ad2e"] + }],ExpressionUUID->"5027848c-7942-4195-9583-75d2af4d7fcb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3f3da36e-7729-4e14-ac9c-35f4262601a4"]} + "392daad7-04fb-4ab4-95fb-1538197613e3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"97b1b35c-452b-42cd-9279-7a51b6c3c022"], + CacheGraphics->False,ExpressionUUID->"c9e95e02-35c2-4a3b-aed9-847d0b4c7872"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +247,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "18119bd6-f927-493c-b17e-8a63082839b4"], " to every proper coalition." - }],ExpressionUUID->"7e68e65b-1be4-4905-ae62-667b3272bc0d"]} + }],ExpressionUUID->"d40b4736-55c5-4948-8cb4-7517d2d72218"]} }]], "Usage", CellID->27142752,ExpressionUUID->"5bf2b456-7a89-4610-a649-6910780940fb"] }, Open ]], @@ -276,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0dd6b5b9-12a5-4abe-adde-0554097dc540"], + ExpressionUUID->"8d96e02d-a272-48ac-9699-365c606e4abc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d8c92516-f8b2-4e9a-aebb-b5a5c2dab05f"], + "Spacer1"]],ExpressionUUID->"c1a72f8e-734d-4ffd-91b4-376a95d23fb9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6bc4b8c1-1c9c-4bdb-9ea1-c0f2baf61ce8"], + }], "NotesFrameText",ExpressionUUID->"a47ad6f1-4be6-4d3d-8131-8db152c94210"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e299f84b-d94a-4c08-83d1-9e04959af15e"]], \ + "Preemptive"]],ExpressionUUID->"4a82d6a3-e722-4197-a97b-03bfb7f84694"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1427607460,ExpressionUUID->"eb476721-ce8c-4242-92e8-5dc8fd79baaf"], + CellID->499620225,ExpressionUUID->"de5c2489-8ecf-4b42-8252-5fa69344db43"], Cell[TextData[{ "The input expression ", @@ -379,19 +383,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a2d91f43-972d-4d83-8cbe-243d69e82ae1"], + ExpressionUUID->"3e579c7a-9d1b-4bd3-96fd-e468a7206502"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"34009dfa-7385-47f3-94af-8a1bc551734f"], + "Spacer1"]],ExpressionUUID->"91e99a52-5b7f-4519-90f7-99d8a39574aa"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c45cf404-6498-41f6-a5c6-792b1283d1be"] + "1c73156e-4530-45f1-833b-3238a5911cee"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->344028455,ExpressionUUID->"72ad6124-4830-45a8-8ff6-da5945090ee8"], + CellID->700048189,ExpressionUUID->"6c2768f2-ae1f-457c-b824-f0ac26558f16"], Cell[CellGroupData[{ @@ -420,18 +424,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"488effad-8b4a-4d81-9451-a782b6152202"], + ExpressionUUID->"a91b0a68-4b58-4afb-b6da-a636d4c353dc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dcb7da17-a98d-4c50-ab47-c7f80bb7569a"], + "Spacer1"]],ExpressionUUID->"e51587da-b910-4033-a684-b0714bedede8"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7cfddd62-c35a-4ef8-b4af-60889b1fc3c0"] + "33ce6c31-04c2-4e71-be7b-81927d147be8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1170925581,ExpressionUUID->"f4253f23-d81a-48bb-a256-7cb7b6c150de"], + CellID->2088840111,ExpressionUUID->"a610a8e5-6e3c-47a5-877b-fcc2df5d3989"], Cell["Loading the package:", "ExampleText", CellID->2026346614,ExpressionUUID->"6b18daed-fcdf-4c23-88c4-c302a0ff102c"], @@ -706,8 +710,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -855,15 +857,15 @@ Cell[BoxData[GridBox[{ "9cffb3d0-a97e-48c9-b47e-99be90123ef4"] }], "SeeAlso",ExpressionUUID->"bcf697f3-756a-4da7-ba2b-f79c24f99dc7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"20c8ad22-7c85-4b54-896c-\ -be26ec1b85c2"], + }]], "SeeAlsoSection",ExpressionUUID->"66c31834-1cf0-4de9-b49f-\ +f5b219a588c9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -875,9 +877,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4425f6fd-fb32-4726-ac74-494f9fd14ae0"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"4c0ff47b-b090-475c-bba5-\ -4db86cb438e1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4117a4d9-7039-4900-95b8-\ +66cd9859c48a"], Cell[BoxData[GridBox[{ { @@ -894,7 +895,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6519bc0a-b824-442c-9e6d-5f876610f650"]}]}, + "4ea6e155-f2c0-4e59-a4df-27a7c938379a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -902,10 +903,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d981d839-1752-4702-bc42-7b0e7c3c99d2"]}]} + "75e27530-bd86-4cba-b27b-ee09ea749fe5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ceb0613e-c1eb-4e0d-b6b5-\ -f24db9113642"], + }]], "MoreAboutSection",ExpressionUUID->"ee188422-ba21-493c-9d7c-\ +227a15b87009"], Cell[BoxData[GridBox[{ { @@ -932,7 +933,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "55dc8171-c758-4f0f-81e6-f9d815d74fe8"]], "RelatedLinks", + "51545305-81a2-4cf4-92a4-27fdfe8baef7"]], "RelatedLinks", ExpressionUUID->"557c169e-284f-46d4-a452-f44751d837db"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -949,11 +950,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LeastCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "05b91136-82fe-4a25-8dc0-2b65f0cc5c2b"]], "RelatedLinks", + "07863184-d89b-42d9-beef-8927caa3fbd2"]], "RelatedLinks", ExpressionUUID->"357cc7e7-5dc4-482f-9625-4d38299d9bd3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1c270948-66b0-4fc4-94bd-\ -b656e0f2cf5e"], + }]], "RelatedLinksSection",ExpressionUUID->"e9af2cd1-de18-4566-9104-\ +d2c6a94a5d92"], Cell[CellGroupData[{ @@ -983,11 +984,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0706da88-fce4-40c8-a928-b458f33da25b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"891e4014-9bc7-4c62-8303-ff34e5b2d2c0"] +Cell[" ", "FooterCell",ExpressionUUID->"7b555b13-3f0d-4eba-bb8c-9eebc5e38998"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EpsValue", TaggingRules->{ @@ -998,17 +999,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 50.329506}", + "built" -> "{2024, 6, 3, 16, 52, 40.724923}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "EpsValue[game, eps] assigns the cost amount eps to every proper \ coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EpsValue", - "titlemodifier" -> "", "windowtitle" -> "EpsValue", "type" -> "Symbol", - "uri" -> "TUG/ref/EpsValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "EpsValue", "type" -> "Symbol", "uri" -> "TUG/ref/EpsValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1017,9 +1018,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9a0dae99-4a75-4ca0-9780-484ea1c429a3" +ExpressionUUID->"b4fc5bac-321d-4912-bc71-4c0696c5d447" ] (* End of Notebook Content *) @@ -1027,153 +1028,151 @@ ExpressionUUID->"9a0dae99-4a75-4ca0-9780-484ea1c429a3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13499, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"72ad6124-4830-45a8-8ff6-da5945090ee8", + Cell[13544, 360, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6c2768f2-ae1f-457c-b824-f0ac26558f16", CellTags->"PrimaryExamplesSection", - CellID->344028455]} + CellID->700048189]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37227, 1028} + {"PrimaryExamplesSection", 37256, 1029} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7122, 169, 56, "AnchorBarGrid",ExpressionUUID->"771b66ed-fe06-44a1-9a3b-ab28c8292a22", +Cell[580, 21, 7168, 173, 57, "AnchorBarGrid",ExpressionUUID->"743015a9-dfac-4d11-add3-84b64a679009", CellID->1], -Cell[7705, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"941df319-d93a-4bf2-979a-32e381515534"], +Cell[7751, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"11b72840-9f35-4bb7-b6cc-f8404926ffed"], Cell[CellGroupData[{ -Cell[7816, 196, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"97b1b35c-452b-42cd-9279-7a51b6c3c022"], -Cell[9101, 233, 641, 14, 111, "Usage",ExpressionUUID->"5bf2b456-7a89-4610-a649-6910780940fb", +Cell[7862, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"c9e95e02-35c2-4a3b-aed9-847d0b4c7872"], +Cell[9147, 237, 641, 14, 111, "Usage",ExpressionUUID->"5bf2b456-7a89-4610-a649-6910780940fb", CellID->27142752] }, Open ]], Cell[CellGroupData[{ -Cell[9779, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"eb476721-ce8c-4242-92e8-5dc8fd79baaf", +Cell[9825, 256, 1894, 47, 37, "NotesSection",ExpressionUUID->"de5c2489-8ecf-4b42-8252-5fa69344db43", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1427607460], -Cell[11677, 301, 705, 16, 57, "Notes",ExpressionUUID->"fd2b5fee-fbb0-47d7-8db6-f3dfbb4de77e", + CellID->499620225], +Cell[11722, 305, 705, 16, 57, "Notes",ExpressionUUID->"fd2b5fee-fbb0-47d7-8db6-f3dfbb4de77e", CellID->1014199156], -Cell[12385, 319, 489, 12, 37, "Notes",ExpressionUUID->"46c3f8df-3470-43e1-bf43-17507fc03ee3", +Cell[12430, 323, 489, 12, 38, "Notes",ExpressionUUID->"46c3f8df-3470-43e1-bf43-17507fc03ee3", CellID->177724765], -Cell[12877, 333, 273, 9, 36, "Notes",ExpressionUUID->"0ada4a32-4607-4278-80b0-ec747ce53736", +Cell[12922, 337, 273, 9, 36, "Notes",ExpressionUUID->"0ada4a32-4607-4278-80b0-ec747ce53736", CellID->592900937], -Cell[13153, 344, 219, 6, 36, "Notes",ExpressionUUID->"2dc09da4-b27e-47b8-bbf8-5496f7c883fc", +Cell[13198, 348, 219, 6, 36, "Notes",ExpressionUUID->"2dc09da4-b27e-47b8-bbf8-5496f7c883fc", CellID->651257180] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13499, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"72ad6124-4830-45a8-8ff6-da5945090ee8", +Cell[13544, 360, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6c2768f2-ae1f-457c-b824-f0ac26558f16", CellTags->"PrimaryExamplesSection", - CellID->344028455], + CellID->700048189], Cell[CellGroupData[{ -Cell[14944, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f4253f23-d81a-48bb-a256-7cb7b6c150de", - CellID->1170925581], -Cell[16346, 435, 119, 1, 38, "ExampleText",ExpressionUUID->"6b18daed-fcdf-4c23-88c4-c302a0ff102c", +Cell[14989, 401, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a610a8e5-6e3c-47a5-877b-fcc2df5d3989", + CellID->2088840111], +Cell[16391, 439, 119, 1, 39, "ExampleText",ExpressionUUID->"6b18daed-fcdf-4c23-88c4-c302a0ff102c", CellID->2026346614], Cell[CellGroupData[{ -Cell[16490, 440, 167, 3, 27, "Input",ExpressionUUID->"8f046251-c017-4770-962a-3fcf28e21a24", +Cell[16535, 444, 167, 3, 27, "Input",ExpressionUUID->"8f046251-c017-4770-962a-3fcf28e21a24", CellID->415443609], Cell[CellGroupData[{ -Cell[16682, 447, 236, 4, 23, "Print",ExpressionUUID->"32758b83-c7b9-484f-a743-6fb2e712b413", +Cell[16727, 451, 236, 4, 23, "Print",ExpressionUUID->"32758b83-c7b9-484f-a743-6fb2e712b413", CellID->443617254], -Cell[16921, 453, 366, 8, 23, "Print",ExpressionUUID->"d8d63f41-fbda-4d7a-91a4-fc350d79a46a", +Cell[16966, 457, 366, 8, 23, "Print",ExpressionUUID->"d8d63f41-fbda-4d7a-91a4-fc350d79a46a", CellID->1279304133], -Cell[17290, 463, 237, 4, 23, "Print",ExpressionUUID->"693db0c6-ff9e-4024-b221-438b350b2387", +Cell[17335, 467, 237, 4, 23, "Print",ExpressionUUID->"693db0c6-ff9e-4024-b221-438b350b2387", CellID->1904445787], -Cell[17530, 469, 220, 3, 23, "Print",ExpressionUUID->"e83c4722-e286-442c-bb23-ea63370933de", +Cell[17575, 473, 220, 3, 23, "Print",ExpressionUUID->"e83c4722-e286-442c-bb23-ea63370933de", CellID->438431634], -Cell[17753, 474, 207, 3, 23, "Print",ExpressionUUID->"917f9283-f832-4e70-89b4-eefab7664258", +Cell[17798, 478, 207, 3, 23, "Print",ExpressionUUID->"917f9283-f832-4e70-89b4-eefab7664258", CellID->351899233], -Cell[17963, 479, 238, 4, 23, "Print",ExpressionUUID->"6f028e2e-aaa0-4e0d-98ff-e78a05e32d2d", +Cell[18008, 483, 238, 4, 23, "Print",ExpressionUUID->"6f028e2e-aaa0-4e0d-98ff-e78a05e32d2d", CellID->1404581318], -Cell[18204, 485, 221, 3, 23, "Print",ExpressionUUID->"c85ed977-5e93-4ee3-8169-26f8eedc5fc3", +Cell[18249, 489, 221, 3, 23, "Print",ExpressionUUID->"c85ed977-5e93-4ee3-8169-26f8eedc5fc3", CellID->2049292428], -Cell[18428, 490, 237, 4, 23, "Print",ExpressionUUID->"b1ac1394-79be-445b-b994-380cb6f0019d", +Cell[18473, 494, 237, 4, 23, "Print",ExpressionUUID->"b1ac1394-79be-445b-b994-380cb6f0019d", CellID->1584119687], -Cell[18668, 496, 237, 4, 23, "Print",ExpressionUUID->"ab7ee9e2-09f6-4ef0-aa71-1900db26628a", +Cell[18713, 500, 237, 4, 23, "Print",ExpressionUUID->"ab7ee9e2-09f6-4ef0-aa71-1900db26628a", CellID->2025914140], -Cell[18908, 502, 208, 3, 23, "Print",ExpressionUUID->"c77eddb0-48bb-437e-877c-20d83ba77bc5", +Cell[18953, 506, 208, 3, 23, "Print",ExpressionUUID->"c77eddb0-48bb-437e-877c-20d83ba77bc5", CellID->1092188086], -Cell[19119, 507, 237, 4, 23, "Print",ExpressionUUID->"6fb6f6b2-d180-488a-8ffe-71815589fd39", +Cell[19164, 511, 237, 4, 23, "Print",ExpressionUUID->"6fb6f6b2-d180-488a-8ffe-71815589fd39", CellID->1536814346] }, Open ]] }, Open ]], -Cell[19383, 515, 137, 1, 70, "ExampleText",ExpressionUUID->"80c726a0-5018-46a5-ba48-bfb21e64a755", +Cell[19428, 519, 137, 1, 70, "ExampleText",ExpressionUUID->"80c726a0-5018-46a5-ba48-bfb21e64a755", CellID->1801381616], -Cell[19523, 518, 234, 6, 70, "Input",ExpressionUUID->"59d8c88d-dba8-43c3-ad40-30457e517ed8", +Cell[19568, 522, 234, 6, 70, "Input",ExpressionUUID->"59d8c88d-dba8-43c3-ad40-30457e517ed8", CellID->377385288], Cell[CellGroupData[{ -Cell[19782, 528, 360, 8, 70, "Input",ExpressionUUID->"171d38c7-a5bf-4649-b0ae-1203775374dc", +Cell[19827, 532, 360, 8, 70, "Input",ExpressionUUID->"171d38c7-a5bf-4649-b0ae-1203775374dc", CellID->1653048567], -Cell[20145, 538, 362, 8, 36, "Output",ExpressionUUID->"1a260d8b-c41a-40db-ba14-dd384d1f9604", +Cell[20190, 542, 362, 8, 36, "Output",ExpressionUUID->"1a260d8b-c41a-40db-ba14-dd384d1f9604", CellID->702284708] }, Open ]], -Cell[20522, 549, 238, 6, 70, "Input",ExpressionUUID->"b373a2c0-e028-4098-b04f-49c048465699", +Cell[20567, 553, 238, 6, 70, "Input",ExpressionUUID->"b373a2c0-e028-4098-b04f-49c048465699", CellID->1707206587], -Cell[20763, 557, 190, 4, 70, "ExampleText",ExpressionUUID->"1603d7c0-ed54-42a8-8cc2-0bbc916e78d6", +Cell[20808, 561, 190, 4, 70, "ExampleText",ExpressionUUID->"1603d7c0-ed54-42a8-8cc2-0bbc916e78d6", CellID->738034768], Cell[CellGroupData[{ -Cell[20978, 565, 164, 3, 70, "Input",ExpressionUUID->"1cbd2082-1223-4495-845d-5c25b8b013a1", +Cell[21023, 569, 164, 3, 70, "Input",ExpressionUUID->"1cbd2082-1223-4495-845d-5c25b8b013a1", CellID->80192888], -Cell[21145, 570, 174, 4, 36, "Output",ExpressionUUID->"0646bb1d-354a-4f03-91af-6bfd45da264d", +Cell[21190, 574, 174, 4, 36, "Output",ExpressionUUID->"0646bb1d-354a-4f03-91af-6bfd45da264d", CellID->1139849881] }, Open ]], -Cell[21334, 577, 170, 3, 70, "ExampleText",ExpressionUUID->"f0f43d94-55b3-4570-97cb-e81c50be05ff", +Cell[21379, 581, 170, 3, 70, "ExampleText",ExpressionUUID->"f0f43d94-55b3-4570-97cb-e81c50be05ff", CellID->288198837], Cell[CellGroupData[{ -Cell[21529, 584, 215, 5, 70, "Input",ExpressionUUID->"4266d106-25b3-4b18-969f-01f83e8fa3e4", +Cell[21574, 588, 215, 5, 70, "Input",ExpressionUUID->"4266d106-25b3-4b18-969f-01f83e8fa3e4", CellID->331644638], -Cell[21747, 591, 500, 14, 51, "Output",ExpressionUUID->"ae66add5-97b2-4027-b4c0-dce1969b5429", +Cell[21792, 595, 500, 14, 50, "Output",ExpressionUUID->"ae66add5-97b2-4027-b4c0-dce1969b5429", CellID->232970254] }, Open ]], -Cell[22262, 608, 239, 4, 70, "ExampleText",ExpressionUUID->"ac63ffcf-91f6-41d7-9bec-fd23598894ac", +Cell[22307, 612, 239, 4, 70, "ExampleText",ExpressionUUID->"ac63ffcf-91f6-41d7-9bec-fd23598894ac", CellID->1824335473], Cell[CellGroupData[{ -Cell[22526, 616, 213, 5, 70, "Input",ExpressionUUID->"8495ef58-838b-46f3-a4d5-decc3eb025d6", +Cell[22571, 620, 213, 5, 70, "Input",ExpressionUUID->"8495ef58-838b-46f3-a4d5-decc3eb025d6", CellID->1425025460], -Cell[22742, 623, 511, 14, 51, "Output",ExpressionUUID->"ec7a4906-e801-45d1-89d4-01ace7e624b3", +Cell[22787, 627, 511, 14, 50, "Output",ExpressionUUID->"ec7a4906-e801-45d1-89d4-01ace7e624b3", CellID->1058953752] }, Open ]], -Cell[23268, 640, 154, 1, 70, "ExampleText",ExpressionUUID->"0337a040-7316-40f8-b0da-08d860095e76", +Cell[23313, 644, 154, 1, 70, "ExampleText",ExpressionUUID->"0337a040-7316-40f8-b0da-08d860095e76", CellID->1675192230], Cell[CellGroupData[{ -Cell[23447, 645, 188, 4, 70, "Input",ExpressionUUID->"b7c943c7-c83e-4ab5-9902-07a799120ecc", +Cell[23492, 649, 188, 4, 70, "Input",ExpressionUUID->"b7c943c7-c83e-4ab5-9902-07a799120ecc", CellID->1192596504], -Cell[23638, 651, 525, 15, 51, "Output",ExpressionUUID->"94b520cd-4ad6-4a15-a3bd-f997844a4aa8", +Cell[23683, 655, 525, 15, 50, "Output",ExpressionUUID->"94b520cd-4ad6-4a15-a3bd-f997844a4aa8", CellID->1570020412] }, Open ]], -Cell[24178, 669, 146, 1, 70, "ExampleText",ExpressionUUID->"5b1fd56f-4c82-4b4e-af01-ce268ebc5709", +Cell[24223, 673, 146, 1, 70, "ExampleText",ExpressionUUID->"5b1fd56f-4c82-4b4e-af01-ce268ebc5709", CellID->804365485], -Cell[24327, 672, 241, 6, 70, "Input",ExpressionUUID->"49d08161-93ff-4ca0-a044-c6f8ea5c9d78", +Cell[24372, 676, 241, 6, 70, "Input",ExpressionUUID->"49d08161-93ff-4ca0-a044-c6f8ea5c9d78", CellID->1754244671], -Cell[24571, 680, 147, 1, 70, "ExampleText",ExpressionUUID->"cd72ff3f-baae-418f-a3e3-2e4f5a44734f", +Cell[24616, 684, 147, 1, 70, "ExampleText",ExpressionUUID->"cd72ff3f-baae-418f-a3e3-2e4f5a44734f", CellID->1606183398], Cell[CellGroupData[{ -Cell[24743, 685, 171, 3, 70, "Input",ExpressionUUID->"fbf3af81-d915-4031-ac1c-f5acde5de62c", +Cell[24788, 689, 171, 3, 70, "Input",ExpressionUUID->"fbf3af81-d915-4031-ac1c-f5acde5de62c", CellID->210848261], -Cell[24917, 690, 319, 9, 51, "Output",ExpressionUUID->"2c403ca7-b317-4057-8a64-6f2ea9fe0b03", +Cell[24962, 694, 319, 9, 51, "Output",ExpressionUUID->"2c403ca7-b317-4057-8a64-6f2ea9fe0b03", CellID->18690359] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25523, 712, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"66c31834-1cf0-4de9-b49f-f5b219a588c9"], +Cell[31029, 862, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4117a4d9-7039-4900-95b8-66cd9859c48a"], +Cell[31702, 882, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ee188422-ba21-493c-9d7c-227a15b87009"], +Cell[32738, 910, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"e9af2cd1-de18-4566-9104-d2c6a94a5d92"], Cell[CellGroupData[{ -Cell[25500, 710, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"20c8ad22-7c85-4b54-896c-be26ec1b85c2"], -Cell[31006, 860, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4c0ff47b-b090-475c-bba5-4db86cb438e1"] -}, Open ]], -Cell[31691, 881, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ceb0613e-c1eb-4e0d-b6b5-f24db9113642"], -Cell[32727, 909, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"1c270948-66b0-4fc4-94bd-b656e0f2cf5e"], -Cell[CellGroupData[{ -Cell[34340, 959, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8588b623-2382-4ac5-8d2e-20092ec10821", +Cell[34351, 960, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8588b623-2382-4ac5-8d2e-20092ec10821", CellID->117551421], -Cell[34480, 962, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"22187763-b4bc-4459-9439-185b53d15591", +Cell[34491, 963, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"22187763-b4bc-4459-9439-185b53d15591", CellID->1194386356], -Cell[34702, 968, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0e58fe9-9c21-4d1a-8773-c58617ef89df", +Cell[34713, 969, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0e58fe9-9c21-4d1a-8773-c58617ef89df", CellID->1641706272], -Cell[34917, 973, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"52e767ed-5899-4f65-93ac-21c43a2eb6b2", +Cell[34928, 974, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"52e767ed-5899-4f65-93ac-21c43a2eb6b2", CellID->399251956], -Cell[35146, 979, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0706da88-fce4-40c8-a928-b458f33da25b", +Cell[35157, 980, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0706da88-fce4-40c8-a928-b458f33da25b", CellID->821434655] }, Open ]], -Cell[35383, 985, 78, 0, 70, "FooterCell",ExpressionUUID->"891e4014-9bc7-4c62-8303-ff34e5b2d2c0"] +Cell[35394, 986, 78, 0, 70, "FooterCell",ExpressionUUID->"7b555b13-3f0d-4eba-bb8c-9eebc5e38998"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EpsilonValue.nb b/Documentation/English/ReferencePages/Symbols/EpsilonValue.nb index e194beb..c307e8c 100644 --- a/Documentation/English/ReferencePages/Symbols/EpsilonValue.nb +++ b/Documentation/English/ReferencePages/Symbols/EpsilonValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44026, 1142] -NotebookOptionsPosition[ 35602, 975] -NotebookOutlinePosition[ 37698, 1028] -CellTagsIndexPosition[ 37612, 1023] +NotebookDataLength[ 44032, 1143] +NotebookOptionsPosition[ 35622, 977] +NotebookOutlinePosition[ 37740, 1031] +CellTagsIndexPosition[ 37654, 1026] WindowTitle->EpsilonValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e54035ae-8677-4dfe-b6bf-00fdb82b927a"], + "9d7eebd9-c6b3-423c-89f0-72b1ee14fbb3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9cfd89ee-036c-4677-88b8-9cbfdbf0d4c5"], + "12a584fc-7274-44d1-a490-6824ff882bb0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "792b7436-3dcc-4c90-8f3f-4259f4bfffe9"] - }],ExpressionUUID->"72459281-166b-487e-a5fa-3bcb7cc6b476"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e1b4098c-de6a-4ac8-9db4-99fcfe500fba"] + }],ExpressionUUID->"fedb1bfb-728d-4af1-bb65-bc875321aaf6"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "83db4b1c-addb-4554-a30c-7c5aace933ac"], + "e167c2c2-f6d1-4e2e-8058-7311b9f76b0b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "53b95dc4-ac2c-45d3-a946-3894051349a2"] - }],ExpressionUUID->"fecadf09-d88a-4884-b002-1a33ba2c4904"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8a25e57d-7f62-4dd0-b8c3-a059252d4ed9"] + }],ExpressionUUID->"a2480c0f-9f41-4393-a664-abde1edff2e6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f8ea5e21-5860-4299-a50a-7648dcda2a81"], + "d7bec5ce-ff17-4577-bd98-44137057e42b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2fa28ff4-05a3-404b-b45d-b816894cc47d"] - }],ExpressionUUID->"38495408-3fd6-4b12-aee7-33e5fcf772a6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1c6aecc6-aa96-4eb3-a42c-7e7f8daa006b"] + }],ExpressionUUID->"eae59d6f-9ae8-46c2-9647-a66fd758114d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6761d59-20a0-4493-acbe-0ee97f6c2f14"], + "bd3a1dbf-e38b-4da8-a371-144949314cd0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "14039ba4-35ed-4fc0-b6f1-799c8dc2a2b9"] - }],ExpressionUUID->"434fca8a-f77a-41ef-8f06-146e2fc04e43"], - StripOnInput->False], {"\<\"TUG/ref/EpsilonValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EpsilonValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/EpsilonValue.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$74942], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EpsilonValue" <> ".html"], None}]}]}, + "2ca76c1b-0cd4-4f7f-9c4e-4069ca24c564"] + }],ExpressionUUID->"a5cdef23-a393-4dff-91b5-0c5f84b839af"], + StripOnInput->False],{ + "\"TUG/ref/EpsilonValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EpsilonValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +EpsilonValue.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$80452], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EpsilonValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "490bfb00-8e37-437d-8ce1-56cffa756fe9"] + "947b5f6a-7ef9-4b6f-bbba-1d038f5a70f1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a62ec34c-9073-4341-8804-cf06730745fc"]} + "162aa2c0-6c22-47a3-80ec-ea3140bed059"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8906634d-3060-41d3-9707-865dc6bcf285"], + CellID->1,ExpressionUUID->"f8ac1a3d-e914-406d-8c09-10df6efc1dda"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5de6827a-a8bd-41bb-abb9-c168b1219fbc"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a93f4b09-8758-4a83-ae8d-d8e7c3b2d08b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EpsilonValue", "ObjectName",ExpressionUUID-> - "6654e311-d1c3-4723-b1e4-6c6b92366e50"], + "5a936bdd-0490-4db1-9726-2003d0983dff"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"09931b26-f86a-41b5-9dc7-e3d5c6971be3"], + "Spacer1"]],ExpressionUUID->"00131f97-ea14-4bf1-a7a5-3574dbffafaf"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6647edab-2bc4-40dd-bfcb-be85996b4ad7"] - }],ExpressionUUID->"24211057-edf6-428c-9abb-8c56d79a9036"], Cell[BoxData[ + "dce39160-57ae-4a99-ae3c-c94c214c0e13"] + }],ExpressionUUID->"f8c00882-ba2e-4845-9278-57b6f32cdbf6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a329f6d1-3bfd-465e-a735-c0ddf459c78b"]} + "3cf443ec-9511-4999-a682-66ccd9a5e437"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"50ea2a41-72b2-4919-b8f3-86d531ddc893"], + CacheGraphics->False,ExpressionUUID->"7df07bf5-869f-4cdc-b176-f068c637544a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "efa7a732-e324-4212-b1b0-794a8ef5fb80"], "\[LineSeparator]is an option for various package functions to impose a \ cost term to each proper coalitions. " - }],ExpressionUUID->"8ef3bc27-22a2-4754-8b46-463d72201430"]} + }],ExpressionUUID->"fc45d343-7309-4486-be99-e2e0fb751345"]} }]], "Usage", CellID->1107926716,ExpressionUUID->"541df72a-de97-4ee6-81fd-5efc328bec04"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e2cae462-5aef-4e68-a7db-8d1cf988ac07"], + ExpressionUUID->"5d35c325-7bd3-409d-9c50-b607bebb4fae"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"44635fc0-f74c-42ed-9876-b71676b4ca77"], + "Spacer1"]],ExpressionUUID->"1a077fb4-bc10-4d2a-bdb0-7b2ce91eb9f5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3266022c-9576-4e8c-ac98-b8934344c7b3"], + }], "NotesFrameText",ExpressionUUID->"efac1f77-7bcc-457c-9666-397cc772951d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"abdc9a46-37bb-4eaa-bd38-8b51a5898d7b"]], \ + "Preemptive"]],ExpressionUUID->"17e13888-6b20-4eb5-ab0f-926489ca6b88"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1414521798,ExpressionUUID->"4ddc2ea6-a9b5-4725-aa3e-0a4e6e2fc174"], + CellID->533916651,ExpressionUUID->"c3a26a7d-43d8-41b0-ab58-4d53425bf3ab"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"79e42433-c64d-4e1b-8ac4-4ec01743c438"], + ExpressionUUID->"fbf34300-c354-4056-9a65-e47f41e6c999"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8f4b3c3e-536d-4ca3-b80d-eb77a1932e68"], + "Spacer1"]],ExpressionUUID->"30b54b9f-e4db-4c6a-86dd-913fd39e4d44"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3f8ff028-c90f-4d91-b460-4aba608c1e96"] + "d0b15809-13a7-4609-96fe-77df5aef60ab"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1107413139,ExpressionUUID->"bd6c9e10-3d7d-43fe-9f2b-09c746f0be08"], + CellID->550768260,ExpressionUUID->"0fca5f48-9a9d-47c6-b79b-0d1fb50f3595"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"793e22be-277c-4c9c-b905-b7ef117ed0e3"], + ExpressionUUID->"582d78e3-d770-477f-80e8-444a106eb814"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f9ca7706-6632-4027-80ff-34328ecf6ca8"], + "Spacer1"]],ExpressionUUID->"877c406e-a45c-40fc-a016-85f3f2cf31dd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6a857c65-7b6b-4b95-96b4-f35c8b51bdd7"] + "a61511fd-a790-4c57-8d49-532d8495d227"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1463174048,ExpressionUUID->"6b0af72b-d1c7-4345-b466-e54411b9297b"], + CellID->113019142,ExpressionUUID->"e979c2ee-2436-4fc0-b378-75530f7aa831"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"e66a4f0c-319b-4c78-b75e-b807ca4a26b3"], @@ -660,8 +665,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -809,15 +812,15 @@ Cell[BoxData[GridBox[{ "e9da21e5-f3d0-4e5d-b0c7-72cedb3027d3"] }], "SeeAlso",ExpressionUUID->"a396bb9b-a11c-4d01-bdcc-01533d95b537"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"23cc242e-4443-4403-ae55-\ -08512aa2f15e"], + }]], "SeeAlsoSection",ExpressionUUID->"0be4b5dc-23a9-4329-9b4e-\ +54359a6ddbf1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -829,9 +832,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6696390e-29ce-4099-8248-061c3b9b0dd7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"30cddaaa-c39d-4c90-931b-\ -b3742626d042"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5ecc0b2d-31a8-47cd-a109-\ +df74b71fba20"], Cell[BoxData[GridBox[{ { @@ -848,7 +850,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "55e521ea-2927-4ce0-a11c-bd6bb9d88edf"]}]}, + "7a3fa6f5-8a7a-476f-ba67-0505b94f29a7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -856,10 +858,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a3253c3d-4115-43ff-9783-9ab61f30ecf2"]}]} + "d6d644f1-e512-4a84-b4b1-19a30edde6db"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"fdc449a3-5c4b-42da-ad32-\ -6486edd9d249"], + }]], "MoreAboutSection",ExpressionUUID->"95f5fe67-192a-4bd8-bf2e-\ +eca582b42a45"], Cell[BoxData[GridBox[{ { @@ -886,7 +888,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "34367457-6b6a-4a63-8aca-70a13c1f0da7"]], "RelatedLinks", + "7b7906e4-2b74-40c1-a35f-1dfc0d8f2c60"]], "RelatedLinks", ExpressionUUID->"14bd6938-cce8-4cba-ae7f-5c1f2514ed2c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -903,7 +905,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a4bcf4ab-2cdc-49d9-b399-6f0fb4d0dc34"]], "RelatedLinks", + "16d8c69a-7400-4e81-83d3-d94c24d9a626"]], "RelatedLinks", ExpressionUUID->"94b1ea04-936e-4876-b8a8-de911ac62c9a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -920,7 +922,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelVertices"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b02bdd3a-0345-4823-89f4-02be1cc16bb0"]], "RelatedLinks", + "b71d46aa-003e-49aa-9522-7b47cdea8a78"]], "RelatedLinks", ExpressionUUID->"f0eff2c6-1787-407a-b015-978243e331ef"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -937,11 +939,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "956c0e27-2fe2-417c-b3b5-b18e32d3bbbe"]], "RelatedLinks", + "a11f98c4-5834-469b-9d85-970b8ce40104"]], "RelatedLinks", ExpressionUUID->"ed807bbf-7b2a-47b0-b2dc-7d96225b78a2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f1e5a2a5-31fa-45e9-a7d6-\ -5e1f6d6e571f"], + }]], "RelatedLinksSection",ExpressionUUID->"c8413100-9701-4281-a533-\ +b1456c53e86a"], Cell[CellGroupData[{ @@ -971,11 +973,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0048940e-42aa-452c-8e04-4be5ff60eeaa"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5d06fdfd-7c31-406a-836e-65a05e96d493"] +Cell[" ", "FooterCell",ExpressionUUID->"0db1c235-b561-473e-a66c-4e75ba2b405d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EpsilonValue", TaggingRules->{ @@ -986,17 +988,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 47.265744}", + "built" -> "{2024, 6, 3, 16, 52, 39.194402}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "EpsilonValue is an option for various package functions to impose a cost \ term to each proper coalitions. ", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "EpsilonValue", "titlemodifier" -> "", "windowtitle" -> - "EpsilonValue", "type" -> "Symbol", "uri" -> "TUG/ref/EpsilonValue"}}, + "title" -> "EpsilonValue", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "EpsilonValue", "type" -> "Symbol", "uri" -> + "TUG/ref/EpsilonValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1005,9 +1008,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7d39b2e8-49b8-45db-ac74-aa4e6d146bd4" +ExpressionUUID->"57e1ff98-3519-41e4-bb2f-60e2b221214e" ] (* End of Notebook Content *) @@ -1015,135 +1018,133 @@ ExpressionUUID->"7d39b2e8-49b8-45db-ac74-aa4e6d146bd4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12297, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd6c9e10-3d7d-43fe-9f2b-09c746f0be08", + Cell[12353, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fca5f48-9a9d-47c6-b79b-0d1fb50f3595", CellTags->"PrimaryExamplesSection", - CellID->1107413139]} + CellID->550768260]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37411, 1016} + {"PrimaryExamplesSection", 37454, 1019} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"8906634d-3060-41d3-9707-865dc6bcf285", +Cell[584, 21, 7180, 173, 57, "AnchorBarGrid",ExpressionUUID->"f8ac1a3d-e914-406d-8c09-10df6efc1dda", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5de6827a-a8bd-41bb-abb9-c168b1219fbc"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a93f4b09-8758-4a83-ae8d-d8e7c3b2d08b"], Cell[CellGroupData[{ -Cell[7821, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"50ea2a41-72b2-4919-b8f3-86d531ddc893"], -Cell[9110, 232, 472, 9, 111, "Usage",ExpressionUUID->"541df72a-de97-4ee6-81fd-5efc328bec04", +Cell[7878, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"7df07bf5-869f-4cdc-b176-f068c637544a"], +Cell[9167, 237, 472, 9, 109, "Usage",ExpressionUUID->"541df72a-de97-4ee6-81fd-5efc328bec04", CellID->1107926716] }, Open ]], Cell[CellGroupData[{ -Cell[9619, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"4ddc2ea6-a9b5-4725-aa3e-0a4e6e2fc174", +Cell[9676, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"c3a26a7d-43d8-41b0-ab58-4d53425bf3ab", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1414521798], -Cell[11517, 295, 489, 12, 37, "Notes",ExpressionUUID->"f09f323d-0f51-488f-9a49-5756d59b298e", + CellID->533916651], +Cell[11573, 300, 489, 12, 38, "Notes",ExpressionUUID->"f09f323d-0f51-488f-9a49-5756d59b298e", CellID->177724765], -Cell[12009, 309, 161, 3, 36, "Notes",ExpressionUUID->"a02701da-b268-403f-bbaf-e79b125f5a51", +Cell[12065, 314, 161, 3, 36, "Notes",ExpressionUUID->"a02701da-b268-403f-bbaf-e79b125f5a51", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12297, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd6c9e10-3d7d-43fe-9f2b-09c746f0be08", +Cell[12353, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fca5f48-9a9d-47c6-b79b-0d1fb50f3595", CellTags->"PrimaryExamplesSection", - CellID->1107413139], + CellID->550768260], Cell[CellGroupData[{ -Cell[13743, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6b0af72b-d1c7-4345-b466-e54411b9297b", - CellID->1463174048], -Cell[15145, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"e66a4f0c-319b-4c78-b75e-b807ca4a26b3", +Cell[13798, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e979c2ee-2436-4fc0-b378-75530f7aa831", + CellID->113019142], +Cell[15199, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"e66a4f0c-319b-4c78-b75e-b807ca4a26b3", CellID->1849160940], Cell[CellGroupData[{ -Cell[15289, 402, 168, 3, 27, "Input",ExpressionUUID->"479d329c-94e8-49e3-9992-63a4b36330c8", +Cell[15343, 407, 168, 3, 27, "Input",ExpressionUUID->"479d329c-94e8-49e3-9992-63a4b36330c8", CellID->1331667294], Cell[CellGroupData[{ -Cell[15482, 409, 235, 4, 23, "Print",ExpressionUUID->"15c57996-06c7-43ee-9abd-c89f606b9506", +Cell[15536, 414, 235, 4, 23, "Print",ExpressionUUID->"15c57996-06c7-43ee-9abd-c89f606b9506", CellID->520586737], -Cell[15720, 415, 365, 8, 23, "Print",ExpressionUUID->"ef91f668-63ad-4495-8a82-d300dc0936ca", +Cell[15774, 420, 365, 8, 23, "Print",ExpressionUUID->"ef91f668-63ad-4495-8a82-d300dc0936ca", CellID->1320717003], -Cell[16088, 425, 236, 4, 23, "Print",ExpressionUUID->"ec0454bd-c2ac-4f25-873f-9c940189d3ca", +Cell[16142, 430, 236, 4, 23, "Print",ExpressionUUID->"ec0454bd-c2ac-4f25-873f-9c940189d3ca", CellID->1116756592], -Cell[16327, 431, 220, 3, 23, "Print",ExpressionUUID->"2d24252a-695e-4e0a-b450-78d1ea0132b1", +Cell[16381, 436, 220, 3, 23, "Print",ExpressionUUID->"2d24252a-695e-4e0a-b450-78d1ea0132b1", CellID->1725373133], -Cell[16550, 436, 206, 3, 23, "Print",ExpressionUUID->"48b55d62-14d7-4acb-bdaa-488465dcd913", +Cell[16604, 441, 206, 3, 23, "Print",ExpressionUUID->"48b55d62-14d7-4acb-bdaa-488465dcd913", CellID->124054348], -Cell[16759, 441, 236, 4, 23, "Print",ExpressionUUID->"ec39ed57-c70c-495b-9bc2-8db0a988d474", +Cell[16813, 446, 236, 4, 23, "Print",ExpressionUUID->"ec39ed57-c70c-495b-9bc2-8db0a988d474", CellID->541506180], -Cell[16998, 447, 220, 3, 23, "Print",ExpressionUUID->"8b45e1a7-2ffb-48ef-985d-2670309003f3", +Cell[17052, 452, 220, 3, 23, "Print",ExpressionUUID->"8b45e1a7-2ffb-48ef-985d-2670309003f3", CellID->1866027723], -Cell[17221, 452, 235, 4, 23, "Print",ExpressionUUID->"42106280-1e80-4a4e-936e-07be63420746", +Cell[17275, 457, 235, 4, 23, "Print",ExpressionUUID->"42106280-1e80-4a4e-936e-07be63420746", CellID->353315963], -Cell[17459, 458, 236, 4, 23, "Print",ExpressionUUID->"d8be0563-8c7d-4901-8327-15a25b4e1a3d", +Cell[17513, 463, 236, 4, 23, "Print",ExpressionUUID->"d8be0563-8c7d-4901-8327-15a25b4e1a3d", CellID->1745847575], -Cell[17698, 464, 206, 3, 23, "Print",ExpressionUUID->"b9358aaf-104a-4aa9-a114-1467e3bbb9dd", +Cell[17752, 469, 206, 3, 23, "Print",ExpressionUUID->"b9358aaf-104a-4aa9-a114-1467e3bbb9dd", CellID->771397254], -Cell[17907, 469, 235, 4, 23, "Print",ExpressionUUID->"a6965ca6-4ef0-425d-97eb-8c47928f18e6", +Cell[17961, 474, 235, 4, 23, "Print",ExpressionUUID->"a6965ca6-4ef0-425d-97eb-8c47928f18e6", CellID->908138120] }, Open ]] }, Open ]], -Cell[18169, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"90e3f8ba-7a2f-48bf-a991-60998015480e", +Cell[18223, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"90e3f8ba-7a2f-48bf-a991-60998015480e", CellID->768347684], -Cell[18308, 480, 234, 6, 27, "Input",ExpressionUUID->"dfa6032a-f960-4bf4-93ea-4f1f2926c852", +Cell[18362, 485, 234, 6, 27, "Input",ExpressionUUID->"dfa6032a-f960-4bf4-93ea-4f1f2926c852", CellID->522990392], -Cell[18545, 488, 381, 9, 27, "Input",ExpressionUUID->"ff335d4b-cd09-402c-a81b-ab74f0b89b1e", +Cell[18599, 493, 381, 9, 27, "Input",ExpressionUUID->"ff335d4b-cd09-402c-a81b-ab74f0b89b1e", CellID->1156709777], -Cell[18929, 499, 238, 6, 70, "Input",ExpressionUUID->"2b599477-f479-4897-ad03-5b098990ac45", +Cell[18983, 504, 238, 6, 27, "Input",ExpressionUUID->"2b599477-f479-4897-ad03-5b098990ac45", CellID->1666299995], -Cell[19170, 507, 317, 5, 70, "ExampleText",ExpressionUUID->"051527fc-a262-4634-83e3-bac8b0f61c9b", +Cell[19224, 512, 317, 5, 70, "ExampleText",ExpressionUUID->"051527fc-a262-4634-83e3-bac8b0f61c9b", CellID->1676979450], Cell[CellGroupData[{ -Cell[19512, 516, 179, 3, 70, "Input",ExpressionUUID->"54c764b1-33f0-4f8f-816d-28bb04f36b29", +Cell[19566, 521, 179, 3, 70, "Input",ExpressionUUID->"54c764b1-33f0-4f8f-816d-28bb04f36b29", CellID->1146415872], -Cell[19694, 521, 215, 5, 36, "Output",ExpressionUUID->"284d67f5-d2bb-4e0f-96ec-e8e914aaec46", +Cell[19748, 526, 215, 5, 36, "Output",ExpressionUUID->"284d67f5-d2bb-4e0f-96ec-e8e914aaec46", CellID->1396563380] }, Open ]], -Cell[19924, 529, 172, 3, 70, "ExampleText",ExpressionUUID->"97c3579d-cdfa-4b41-aac7-ec83955c82b8", +Cell[19978, 534, 172, 3, 70, "ExampleText",ExpressionUUID->"97c3579d-cdfa-4b41-aac7-ec83955c82b8", CellID->1582242784], Cell[CellGroupData[{ -Cell[20121, 536, 268, 6, 70, "Input",ExpressionUUID->"8fdd8ae5-3ac1-4caf-8210-8450b19bcc60", +Cell[20175, 541, 268, 6, 70, "Input",ExpressionUUID->"8fdd8ae5-3ac1-4caf-8210-8450b19bcc60", CellID->1517466959], Cell[CellGroupData[{ -Cell[20414, 546, 309, 6, 70, "Print",ExpressionUUID->"f90e4c64-2087-41d6-9cc8-13852af8e27e", +Cell[20468, 551, 309, 6, 70, "Print",ExpressionUUID->"f90e4c64-2087-41d6-9cc8-13852af8e27e", CellID->608033591], -Cell[20726, 554, 298, 6, 70, "Print",ExpressionUUID->"9e9121ae-d932-43ef-8fe8-c574396d30f5", +Cell[20780, 559, 298, 6, 70, "Print",ExpressionUUID->"9e9121ae-d932-43ef-8fe8-c574396d30f5", CellID->1248894708], -Cell[21027, 562, 205, 3, 70, "Print",ExpressionUUID->"7788b945-4872-45c4-be0f-db938a971d3b", +Cell[21081, 567, 205, 3, 70, "Print",ExpressionUUID->"7788b945-4872-45c4-be0f-db938a971d3b", CellID->740414840], -Cell[21235, 567, 873, 22, 70, "Print",ExpressionUUID->"b00b07cd-8abc-43aa-85c4-0be8af3fa249", +Cell[21289, 572, 873, 22, 70, "Print",ExpressionUUID->"b00b07cd-8abc-43aa-85c4-0be8af3fa249", CellID->1019115734] }, Open ]], -Cell[22123, 592, 1089, 31, 81, "Output",ExpressionUUID->"3d36a18a-18b9-4d0b-9539-3dbfc50e243b", +Cell[22177, 597, 1089, 31, 81, "Output",ExpressionUUID->"3d36a18a-18b9-4d0b-9539-3dbfc50e243b", CellID->2061753102] }, Open ]], -Cell[23227, 626, 183, 3, 70, "ExampleText",ExpressionUUID->"5eecd0e4-2d58-4de1-8494-b9494d7e63de", +Cell[23281, 631, 183, 3, 70, "ExampleText",ExpressionUUID->"5eecd0e4-2d58-4de1-8494-b9494d7e63de", CellID->1777516136], Cell[CellGroupData[{ -Cell[23435, 633, 406, 11, 70, "Input",ExpressionUUID->"5fbcf656-7180-4b14-968a-f603c89b70b9", +Cell[23489, 638, 406, 11, 70, "Input",ExpressionUUID->"5fbcf656-7180-4b14-968a-f603c89b70b9", CellID->948484816], -Cell[23844, 646, 266, 7, 51, "Output",ExpressionUUID->"9d796970-0ffa-4c56-bfd9-07dcdc28d851", +Cell[23898, 651, 266, 7, 50, "Output",ExpressionUUID->"9d796970-0ffa-4c56-bfd9-07dcdc28d851", CellID->1480796287] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24406, 667, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"0be4b5dc-23a9-4329-9b4e-54359a6ddbf1"], +Cell[29906, 817, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5ecc0b2d-31a8-47cd-a109-df74b71fba20"], +Cell[30579, 837, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"95f5fe67-192a-4bd8-bf2e-eca582b42a45"], +Cell[31615, 865, 2856, 80, 70, "RelatedLinksSection",ExpressionUUID->"c8413100-9701-4281-a533-b1456c53e86a"], Cell[CellGroupData[{ -Cell[24374, 664, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"23cc242e-4443-4403-ae55-08512aa2f15e"], -Cell[29874, 814, 670, 18, 70, "TechNotesSection",ExpressionUUID->"30cddaaa-c39d-4c90-931b-b3742626d042"] -}, Open ]], -Cell[30559, 835, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fdc449a3-5c4b-42da-ad32-6486edd9d249"], -Cell[31595, 863, 2856, 80, 70, "RelatedLinksSection",ExpressionUUID->"f1e5a2a5-31fa-45e9-a7d6-5e1f6d6e571f"], -Cell[CellGroupData[{ -Cell[34476, 947, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"08033498-cea2-4bb0-9d8d-921ac9b9557a", +Cell[34496, 949, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"08033498-cea2-4bb0-9d8d-921ac9b9557a", CellID->1463358955], -Cell[34617, 950, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6c83903a-6f7a-4ba3-ba7c-7a0d46503894", +Cell[34637, 952, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6c83903a-6f7a-4ba3-ba7c-7a0d46503894", CellID->1194386356], -Cell[34839, 956, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ea796ec-2aef-4dfd-8a45-a4a9f40dd996", +Cell[34859, 958, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ea796ec-2aef-4dfd-8a45-a4a9f40dd996", CellID->1641706272], -Cell[35054, 961, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"093a17ac-fbab-4b2a-8482-fb1221837177", +Cell[35074, 963, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"093a17ac-fbab-4b2a-8482-fb1221837177", CellID->399251956], -Cell[35283, 967, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0048940e-42aa-452c-8e04-4be5ff60eeaa", +Cell[35303, 969, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0048940e-42aa-452c-8e04-4be5ff60eeaa", CellID->821434655] }, Open ]], -Cell[35520, 973, 78, 0, 70, "FooterCell",ExpressionUUID->"5d06fdfd-7c31-406a-836e-65a05e96d493"] +Cell[35540, 975, 78, 0, 70, "FooterCell",ExpressionUUID->"0db1c235-b561-473e-a66c-4e75ba2b405d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EqDistDividends.nb b/Documentation/English/ReferencePages/Symbols/EqDistDividends.nb new file mode 100644 index 0000000..2b30a0e --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/EqDistDividends.nb @@ -0,0 +1,1133 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 43328, 1123] +NotebookOptionsPosition[ 34972, 961] +NotebookOutlinePosition[ 36810, 1007] +CellTagsIndexPosition[ 36725, 1002] +WindowTitle->EqDistDividends +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "531a5045-ef2f-4136-bbaf-85d728c1494c"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "325335a7-b624-4fcf-835a-ebfc8245251e"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "c0e13080-b1ac-4177-984a-dccf44a5c1fd"] + }],ExpressionUUID->"89f813e7-99b7-43b2-8ee0-e9c2eefeb31c"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"HarsanyiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiValue"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "f6ea0429-9a09-4cb0-80ce-9744f220ff59"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "ffb7a3fb-2d15-4da2-821b-3646fa27802a"] + }],ExpressionUUID->"a78a29cb-6f55-4615-833b-bdd5d0965d1c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "7cb5adea-d580-4e28-bba6-284057b04db3"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "11c20acc-9a8e-4b44-88ba-11cb551d5e69"] + }],ExpressionUUID->"91cdc6e6-30c1-4ea2-9fd3-59d0e0dfe74a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "250b083f-9103-4d10-b85d-c0b229eaf5ef"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "0904c149-e16c-40d5-8bff-d44d5e074f22"] + }],ExpressionUUID->"c6c76e0b-893c-4ce4-8088-0675d2bcc86e"], + StripOnInput->False],{ + "\"TUG/ref/EqDistDividends\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EqDistDividends"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +EqDistDividends.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$82252], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EqDistDividends" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "7a5f9534-7a9c-4234-a48d-157fa9578411"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "7b7272ce-a938-41fc-a116-63835278ccff"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"0e4a879b-3d0b-4731-b938-ea6fb4f56aac"], + +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"e72fe50d-8627-4c9e-b8bb-d3ac7a8f3d83"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "EqDistDividends", "ObjectName",ExpressionUUID-> + "4df37eae-f5d9-4814-840b-f3d5885fa421"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"c6876df2-37d2-4508-adae-0003093db0e2"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "91356696-f027-484f-a322-44c7b2fe0a21"] + }],ExpressionUUID->"7745a106-022f-4b39-bc94-660d41d12232"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"b183edf6-d65d-484b-b7d0-\ +6a39473293ef"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"EqDistDividends", "[", "game", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "9bac43cc-63fd-4f82-ba39-17fe994e3b72"], + " \[LineSeparator]computes the equally distributed dividends of the \ +game, that is, the Shapley value." + }],ExpressionUUID->"662fc005-d006-453b-8d0c-7c61dacea8de"]} + }]], "Usage", + CellID->822903704,ExpressionUUID->"dd21a914-ddec-476e-9aca-932d4215d368"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"e6a459dc-2649-4494-90c9-ade65756f401"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"fba150e2-d060-4dc7-a59f-f59c9b151ca1"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"7801d643-8cff-478a-acd2-f21184c79eec"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"f3871daf-7ee2-4b73-ad56-17c9a550f1f2"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->1147678111,ExpressionUUID->"6d196d0b-f343-4b34-8aa6-7ca03bfe96b2"], + +Cell[TextData[{ + "The input expression ", + Cell[BoxData["game"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8ab5d045-bcf0-46ae-8aeb-9126fd26fc46"], + " must be represented in characteristic function form, where its values ", + Cell[BoxData[ + RowBox[{"v", "[", "S", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6437a57d-9f6e-444c-93cf-16684f62d0d6"], + "\nare numeric. " +}], "Notes", + CellID->1014199156,ExpressionUUID->"228c2303-6e96-4d74-ad10-490480916f3b"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "7f24be24-3c65-437d-9946-641758f26d66"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "15fc8653-c369-4724-8784-0e962f660436"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"df5dc483-49b3-43be-88f6-fb41971725d4"], + +Cell["\<\ +This function computes the Shapley value, as the equally distributed \ +dividends of the game. \ +\>", "Notes", + CellID->864458735,ExpressionUUID->"46665ffc-68b6-4611-b490-39336d9b0e58"], + +Cell["\<\ +The Shapley value is a point valued solution concept that satisfies \ +efficiency, symmetry, dummy player property, and additivity.\ +\>", "Notes", + CellID->2011306874,ExpressionUUID->"ab03a0f1-ced2-48dc-bd54-dbcc53ed17da"], + +Cell["\<\ +The algorithm is based on the Harsanyi dividends of the game. \ +\>", "Notes", + CellID->927884890,ExpressionUUID->"9a97dfbf-980d-4a1f-a06c-b25e6a0a2430"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"88d665a5-c44d-4fdc-a1e6-129752f35183"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"cb0ec16c-288f-4d13-a268-a9aed848c721"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "340b1253-4361-447d-ab52-340f804a3780"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->901210641,ExpressionUUID->"cd9b0039-1622-4f1a-96c5-5f11b4032218"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"e38b18da-39f0-4988-bfe1-b18d484b4301"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"c5c05d8b-5007-4710-b600-0d2887bed802"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "41eb9ffa-9d81-4864-ad43-43a9c8fc7cf8"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->189424075,ExpressionUUID->"7c830d53-00d4-4026-bf3f-e054d789313c"], + +Cell["Loading the package:", "ExampleText", + CellID->98121247,ExpressionUUID->"06f1740e-98d1-4912-a735-e3b04a1362b9"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->437011735,ExpressionUUID->"a1a8a24d-d232-4d8c-ba5a-c2a89aa6a93d"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1380022539,ExpressionUUID->"daa8764f-fe17-45e4-a11d-4d9920197b3c"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1766093853,ExpressionUUID->"829c17e3-0000-4506-9d3e-8ef8cdfeab97"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->965780770,ExpressionUUID->"7bfa337d-a315-4914-9ef8-fdb98ec3536e"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->424539320,ExpressionUUID->"afa21a7e-4c58-4839-afd2-1b89891dc7e1"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1419695768,ExpressionUUID->"b1226e22-aa88-41f9-a3ce-882116b62f4d"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->848901469,ExpressionUUID->"32149c31-2750-4a77-9c7e-ee941f5e45de"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1212031568,ExpressionUUID->"dcc95c07-862a-4846-a4b1-0ff11c2a075c"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1866222018,ExpressionUUID->"1c4d3e3f-3fa7-4ee8-b060-dc83a92cf5aa"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->801327907,ExpressionUUID->"7c836bb1-f780-4422-8c85-9a8f64b3d611"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1528050125,ExpressionUUID->"622c6481-b234-4180-b611-afead5f37c94"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$3422`", + CellLabel->"During evaluation of In[1]:=", + CellID->1024794189,ExpressionUUID->"db3e038f-f682-4c01-9e33-565a650aa675"] +}, Open ]] +}, Open ]], + +Cell["Define the following four person game:", "ExampleText", + CellID->386220828,ExpressionUUID->"ff908aac-9299-4b0b-808f-d882f673ed83"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[2]:=", + CellID->551901782,ExpressionUUID->"ba022097-9ce1-48e5-afcf-0ccf5fe79580"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"vec", "=", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "1", ",", + RowBox[{"1", "/", "2"}], ",", "1", ",", "1", ",", "0", ",", "1", ",", + "1", ",", "1", ",", "1", ",", "1", ",", "2"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->1847120454,ExpressionUUID->"77113dda-84b7-4e84-9be2-4d7917703b76"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[4]:=", + CellID->2042268795,ExpressionUUID->"123f2fdf-c21c-4762-b6a0-a6cc945aa039"], + +Cell["\<\ +First, let us consider the set of options with its default values that is \ +given by\ +\>", "ExampleText", + CellID->1195997214,ExpressionUUID->"c8d84e00-c1e0-499a-897b-6ba5b07edc68"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "EqDistDividends", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->1700143237,ExpressionUUID->"5e38348d-d11e-4db4-aa1a-89a642e7d06a"], + +Cell[BoxData[ + RowBox[{"{", "}"}]], "Output", + CellContext->"Cell$$3422`", + CellLabel->"Out[5]=", + CellID->1559896652,ExpressionUUID->"b0721cb8-d3cb-4f15-8292-0fe9b053950c"] +}, Open ]], + +Cell["\<\ +Next let us compute the equally distributed dividends, which are given by\ +\>", "ExampleText", + CellID->85291286,ExpressionUUID->"8943ce95-fee3-4950-9f52-3735d2e08eac"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "=", + RowBox[{"EqDistDividends", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->423449039,ExpressionUUID->"ede0227e-c950-4244-80ed-20da08f7b98f"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["13", "24"], ",", + FractionBox["11", "24"], ",", + FractionBox["13", "24"], ",", + FractionBox["11", "24"]}], "}"}]], "Output", + CellContext->"Cell$$3422`", + CellLabel->"Out[6]=", + CellID->932812009,ExpressionUUID->"f876e57d-a8af-4e03-a3ab-a262d112a6c8"] +}, Open ]], + +Cell["\<\ +We observe that the solution coincides with the Shapley value of the game.\ +\>", "ExampleText", + CellID->169564855,ExpressionUUID->"cb274cb1-762a-4161-9b68-f364de5fe662"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "=", + RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->649153973,ExpressionUUID->"ca16c802-14bc-45b1-b00c-54139f3ab1fb"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["13", "24"], ",", + FractionBox["11", "24"], ",", + FractionBox["13", "24"], ",", + FractionBox["11", "24"]}], "}"}]], "Output", + CellContext->"Cell$$3422`", + CellLabel->"Out[7]=", + CellID->1993987821,ExpressionUUID->"341af1c5-96b4-4a67-a60c-bf2bf6c5bc3e"] +}, Open ]], + +Cell["\<\ +We compare the result with the function that relies on the marginal \ +contributions of players.\ +\>", "ExampleText", + CellID->1913562716,ExpressionUUID->"2a1be10f-ae46-4c6b-8c04-46c1fb288789"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"NewShapley", "[", "ExpGame", "]"}], " "}]], "Input", + CellLabel->"In[8]:=", + CellID->33388081,ExpressionUUID->"da09e9f3-4b3e-434d-9e41-045a4b75c624"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["13", "24"], ",", + FractionBox["11", "24"], ",", + FractionBox["13", "24"], ",", + FractionBox["11", "24"]}], "}"}]], "Output", + CellContext->"Cell$$3422`", + CellLabel->"Out[8]=", + CellID->1804652158,ExpressionUUID->"cb603e31-9606-4c23-9285-ad7e2c1ff9e3"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["NewShapley"]], "paclet:TUG/ref/NewShapley", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "b323dd07-d1be-4395-bd2f-38a403a576ca"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ShapleyValueML"]], "paclet:TUG/ref/ShapleyValueML", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1418dbdf-a711-4db6-bcb7-2c0384d2354c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ShapleyValue"]], "paclet:TUG/ref/ShapleyValue", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f9032faf-e9e0-492d-8494-6429f97754ef"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["HarsanyiValue"]], "paclet:TUG/ref/HarsanyiValue", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a193d9f0-f4fc-4cbf-87c6-aceb6d76fc2f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreKernelSolution"]], + "paclet:TUG/ref/PreKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "53e566f0-6861-4652-8ea5-df7e27c16121"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreKernelElement"]], "paclet:TUG/ref/PreKernelElement", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "13602f50-5885-4028-bcba-bd0e3624a57d"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FindPreKernelSolution"]], + "paclet:TUG/ref/FindPreKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "2c774920-2faa-4a14-a0cb-04fa0da385f6"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreKernelQ"]], "paclet:TUG/ref/PreKernelQ", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "99cbba1c-939a-493f-abfd-0fcbd185d94e"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FindKernelSolution"]], + "paclet:TUG/ref/FindKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6bc3f84f-5267-4c30-b4c3-09a716042ab2"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["KernelCalculation"]], + "paclet:TUG/ref/KernelCalculation", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "01823b54-e5d5-425d-9cd9-906a10eafa18"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["KernelImputationQ"]], + "paclet:TUG/ref/KernelImputationQ", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "fad7e0b8-533e-4595-a56b-c28de344a649"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ModifiedKernel"]], "paclet:TUG/ref/ModifiedKernel", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "3b59ce10-4807-4868-ac81-b8d3ca92263a"] + }], "SeeAlso",ExpressionUUID->"ebe7afa2-1731-4f42-a3f1-058a3918c4a0"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"6513f943-583e-4de2-85b7-\ +3c1fb76a4778"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"408b2b61-edb2-49fe-9572-0c98b6657725"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"9d9eda35-84be-4aee-970e-\ +c85b0b147317"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "29a7473b-87a0-4763-a812-c014f345f3af"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "a9e0a28f-e036-4213-a904-bddcf700c696"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"510e3504-e7f0-437f-b78a-\ +e131599a0b57"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "HarsanyiValue"}]]]], + "paclet:TUG/Ref/HarsanyiValue"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "c232304c-ac63-4b19-97d6-d3bd1187e1f0"]], "RelatedLinks", + ExpressionUUID->"41670a74-3fc2-497f-b6b3-a32e9e03449e"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "ShapleyValue"}]]]], + "paclet:TUG/Ref/ShapleyValue"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "ae3887f8-4d64-4c70-a2ca-53607c13af87"]], "RelatedLinks", + ExpressionUUID->"289e04d3-cc91-4638-b8dc-b3001e4c8669"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "ShapleyValueML"}]]]], + "paclet:TUG/Ref/ShapleyValueML"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "f35e1469-beb3-4e9a-9916-8af71b89765a"]], "RelatedLinks", + ExpressionUUID->"37059013-6169-46b3-9c97-5aad46e8aaa3"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "NewShapley"}]]]], + "paclet:TUG/Ref/NewShapley"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "4e86ef89-6ed8-4e10-8071-5e1444fe425a"]], "RelatedLinks", + ExpressionUUID->"84ab2639-c9c9-4627-891e-dea19e2433ac"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"0cb2935f-fecf-4ce7-87a9-\ +0f0a251f0cb8"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->117551421,ExpressionUUID->"40084379-1d1c-4c16-a3ea-e4d3df544ec4"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"93fd6128-da15-4397-a9d7-d16933c4be4f"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"54011eee-0114-4d16-bc82-9ce473613f8a"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"7887ed91-7612-4e45-8e2d-ece48f7ecf7f"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"581713f6-5aea-44c7-96a3-ee96d19b290e"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"4a21b02c-a67a-4568-9069-f2507638b5b1"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"EqDistDividends", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 52, 41.509682}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`coop`", + "keywords" -> {}, "specialkeywords" -> {}, + "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> + "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", + "summary" -> + "EqDistDividends[game] computes the equally distributed dividends of the \ +game, that is, the Shapley value.", "synonyms" -> {}, "tabletags" -> {}, + "title" -> "EqDistDividends", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "EqDistDividends", "type" -> "Symbol", "uri" -> + "TUG/ref/EqDistDividends"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"74a82907-1037-4381-bcc0-cc70f7348473" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[12834, 333, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cd9b0039-1622-4f1a-96c5-5f11b4032218", + CellTags->"PrimaryExamplesSection", + CellID->901210641]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 36525, 995} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[587, 21, 7398, 177, 57, "AnchorBarGrid",ExpressionUUID->"0e4a879b-3d0b-4731-b938-ea6fb4f56aac", + CellID->1], +Cell[7988, 200, 91, 0, 23, "ContextNameCell",ExpressionUUID->"e72fe50d-8627-4c9e-b8bb-d3ac7a8f3d83"], +Cell[CellGroupData[{ +Cell[8104, 204, 558, 14, 59, "ObjectNameGrid",ExpressionUUID->"b183edf6-d65d-484b-b7d0-6a39473293ef"], +Cell[8665, 220, 501, 10, 111, "Usage",ExpressionUUID->"dd21a914-ddec-476e-9aca-932d4215d368", + CellID->822903704] +}, Open ]], +Cell[CellGroupData[{ +Cell[9203, 235, 1895, 47, 37, "NotesSection",ExpressionUUID->"6d196d0b-f343-4b34-8aa6-7ca03bfe96b2", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->1147678111], +Cell[11101, 284, 515, 12, 57, "Notes",ExpressionUUID->"228c2303-6e96-4d74-ad10-490480916f3b", + CellID->1014199156], +Cell[11619, 298, 489, 12, 38, "Notes",ExpressionUUID->"df5dc483-49b3-43be-88f6-fb41971725d4", + CellID->177724765], +Cell[12111, 312, 194, 4, 36, "Notes",ExpressionUUID->"46665ffc-68b6-4611-b490-39336d9b0e58", + CellID->864458735], +Cell[12308, 318, 232, 4, 36, "Notes",ExpressionUUID->"ab03a0f1-ced2-48dc-bd54-dbcc53ed17da", + CellID->2011306874], +Cell[12543, 324, 164, 3, 36, "Notes",ExpressionUUID->"9a97dfbf-980d-4a1f-a06c-b25e6a0a2430", + CellID->927884890] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[12834, 333, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cd9b0039-1622-4f1a-96c5-5f11b4032218", + CellTags->"PrimaryExamplesSection", + CellID->901210641], +Cell[CellGroupData[{ +Cell[14279, 374, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7c830d53-00d4-4026-bf3f-e054d789313c", + CellID->189424075], +Cell[15680, 412, 117, 1, 39, "ExampleText",ExpressionUUID->"06f1740e-98d1-4912-a735-e3b04a1362b9", + CellID->98121247], +Cell[CellGroupData[{ +Cell[15822, 417, 167, 3, 27, "Input",ExpressionUUID->"a1a8a24d-d232-4d8c-ba5a-c2a89aa6a93d", + CellID->437011735], +Cell[CellGroupData[{ +Cell[16014, 424, 236, 4, 23, "Print",ExpressionUUID->"daa8764f-fe17-45e4-a11d-4d9920197b3c", + CellID->1380022539], +Cell[16253, 430, 365, 8, 23, "Print",ExpressionUUID->"829c17e3-0000-4506-9d3e-8ef8cdfeab97", + CellID->1766093853], +Cell[16621, 440, 235, 4, 23, "Print",ExpressionUUID->"7bfa337d-a315-4914-9ef8-fdb98ec3536e", + CellID->965780770], +Cell[16859, 446, 219, 3, 23, "Print",ExpressionUUID->"afa21a7e-4c58-4839-afd2-1b89891dc7e1", + CellID->424539320], +Cell[17081, 451, 207, 3, 23, "Print",ExpressionUUID->"b1226e22-aa88-41f9-a3ce-882116b62f4d", + CellID->1419695768], +Cell[17291, 456, 236, 4, 23, "Print",ExpressionUUID->"32149c31-2750-4a77-9c7e-ee941f5e45de", + CellID->848901469], +Cell[17530, 462, 220, 3, 23, "Print",ExpressionUUID->"dcc95c07-862a-4846-a4b1-0ff11c2a075c", + CellID->1212031568], +Cell[17753, 467, 236, 4, 23, "Print",ExpressionUUID->"1c4d3e3f-3fa7-4ee8-b060-dc83a92cf5aa", + CellID->1866222018], +Cell[17992, 473, 235, 4, 23, "Print",ExpressionUUID->"7c836bb1-f780-4422-8c85-9a8f64b3d611", + CellID->801327907], +Cell[18230, 479, 207, 3, 23, "Print",ExpressionUUID->"622c6481-b234-4180-b611-afead5f37c94", + CellID->1528050125], +Cell[18440, 484, 236, 4, 70, "Print",ExpressionUUID->"db3e038f-f682-4c01-9e33-565a650aa675", + CellID->1024794189] +}, Open ]] +}, Open ]], +Cell[18703, 492, 136, 1, 70, "ExampleText",ExpressionUUID->"ff908aac-9299-4b0b-808f-d882f673ed83", + CellID->386220828], +Cell[18842, 495, 234, 6, 70, "Input",ExpressionUUID->"ba022097-9ce1-48e5-afcf-0ccf5fe79580", + CellID->551901782], +Cell[19079, 503, 389, 8, 70, "Input",ExpressionUUID->"77113dda-84b7-4e84-9be2-4d7917703b76", + CellID->1847120454], +Cell[19471, 513, 238, 6, 70, "Input",ExpressionUUID->"123f2fdf-c21c-4762-b6a0-a6cc945aa039", + CellID->2042268795], +Cell[19712, 521, 191, 4, 70, "ExampleText",ExpressionUUID->"c8d84e00-c1e0-499a-897b-6ba5b07edc68", + CellID->1195997214], +Cell[CellGroupData[{ +Cell[19928, 529, 173, 3, 70, "Input",ExpressionUUID->"5e38348d-d11e-4db4-aa1a-89a642e7d06a", + CellID->1700143237], +Cell[20104, 534, 173, 4, 36, "Output",ExpressionUUID->"b0721cb8-d3cb-4f15-8292-0fe9b053950c", + CellID->1559896652] +}, Open ]], +Cell[20292, 541, 178, 3, 70, "ExampleText",ExpressionUUID->"8943ce95-fee3-4950-9f52-3735d2e08eac", + CellID->85291286], +Cell[CellGroupData[{ +Cell[20495, 548, 197, 4, 70, "Input",ExpressionUUID->"ede0227e-c950-4244-80ed-20da08f7b98f", + CellID->423449039], +Cell[20695, 554, 316, 9, 50, "Output",ExpressionUUID->"f876e57d-a8af-4e03-a3ab-a262d112a6c8", + CellID->932812009] +}, Open ]], +Cell[21026, 566, 180, 3, 70, "ExampleText",ExpressionUUID->"cb274cb1-762a-4161-9b68-f364de5fe662", + CellID->169564855], +Cell[CellGroupData[{ +Cell[21231, 573, 194, 4, 70, "Input",ExpressionUUID->"ca16c802-14bc-45b1-b00c-54139f3ab1fb", + CellID->649153973], +Cell[21428, 579, 317, 9, 50, "Output",ExpressionUUID->"341af1c5-96b4-4a67-a60c-bf2bf6c5bc3e", + CellID->1993987821] +}, Open ]], +Cell[21760, 591, 202, 4, 70, "ExampleText",ExpressionUUID->"2a1be10f-ae46-4c6b-8c04-46c1fb288789", + CellID->1913562716], +Cell[CellGroupData[{ +Cell[21987, 599, 184, 4, 70, "Input",ExpressionUUID->"da09e9f3-4b3e-434d-9e41-045a4b75c624", + CellID->33388081], +Cell[22174, 605, 317, 9, 50, "Output",ExpressionUUID->"cb603e31-9606-4c23-9285-ad7e2c1ff9e3", + CellID->1804652158] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22733, 623, 6527, 176, 70, "SeeAlsoSection",ExpressionUUID->"6513f943-583e-4de2-85b7-3c1fb76a4778"], +Cell[29263, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9d9eda35-84be-4aee-970e-c85b0b147317"], +Cell[29936, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"510e3504-e7f0-437f-b78a-e131599a0b57"], +Cell[30972, 849, 2850, 80, 70, "RelatedLinksSection",ExpressionUUID->"0cb2935f-fecf-4ce7-87a9-0f0a251f0cb8"], +Cell[CellGroupData[{ +Cell[33847, 933, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"40084379-1d1c-4c16-a3ea-e4d3df544ec4", + CellID->117551421], +Cell[33987, 936, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"93fd6128-da15-4397-a9d7-d16933c4be4f", + CellID->1194386356], +Cell[34209, 942, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"54011eee-0114-4d16-bc82-9ce473613f8a", + CellID->1641706272], +Cell[34424, 947, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7887ed91-7612-4e45-8e2d-ece48f7ecf7f", + CellID->399251956], +Cell[34653, 953, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"581713f6-5aea-44c7-96a3-ee96d19b290e", + CellID->821434655] +}, Open ]], +Cell[34890, 959, 78, 0, 70, "FooterCell",ExpressionUUID->"4a21b02c-a67a-4568-9069-f2507638b5b1"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/EuclidianDistance.nb b/Documentation/English/ReferencePages/Symbols/EuclidianDistance.nb index cf01127..3bd2329 100644 --- a/Documentation/English/ReferencePages/Symbols/EuclidianDistance.nb +++ b/Documentation/English/ReferencePages/Symbols/EuclidianDistance.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43583, 1135] -NotebookOptionsPosition[ 34631, 957] -NotebookOutlinePosition[ 36763, 1011] -CellTagsIndexPosition[ 36678, 1006] +NotebookDataLength[ 44219, 1151] +NotebookOptionsPosition[ 35281, 975] +NotebookOutlinePosition[ 37433, 1029] +CellTagsIndexPosition[ 37347, 1024] WindowTitle->EuclidianDistance WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cfaaeafb-5476-4542-96ea-4b23a4acbf51"], + "06fc6cc9-72f5-499d-ba80-fad873bf8133"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "8f6c102c-9683-4271-9f75-56a76ec02591"], + "7fb2f9d3-619e-4c03-82a4-1c9e022bda85"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9dcb6a6b-e4fb-4cef-948e-1ea60722a650"] - }],ExpressionUUID->"ebd9e454-6149-4ab9-b335-62270fd96714"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e041c2dc-160f-441f-916f-d6b289ba757b"] + }],ExpressionUUID->"f012f694-a479-49bc-b5d9-5051b0027d06"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "615fe9f6-5c84-466f-97c3-9d79fd4c4ce1"], + "7d329c79-ea50-4fe7-a249-b0124cd84cbb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "981fd9b2-b9a2-4e4b-80b4-331b64a8edf6"] - }],ExpressionUUID->"0a5f67f3-a970-4208-9906-aca01f510edd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4f6daeab-88b6-490e-af72-d13891085133"] + }],ExpressionUUID->"ed021eef-83b3-4cf0-8bc9-52883f8e807e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cde9276e-33c7-4fb7-afe4-ee550c66bc0b"], + "72a2993e-e976-4084-9fbb-deb4a51961a5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ad9c1ae0-4f9e-4569-a4f5-bdfb5ddd562a"] - }],ExpressionUUID->"022a8953-cb5a-4291-b57c-02673e1a89a0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0409dad7-3d8d-4c14-8d30-6db603d64dc8"] + }],ExpressionUUID->"f32f31f9-bfaf-4791-a2aa-04195c579927"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "88ff1650-1105-4889-aed8-e0922010ec05"], + "29620e74-96ab-40b9-af6f-2ed5988aef92"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "23e324b4-19ba-4274-96bb-52d09a5b7ca1"] - }],ExpressionUUID->"f572e351-7ddd-41ef-b0ad-d63d33edad98"], - StripOnInput->False], {"\<\"TUG/ref/EuclidianDistance\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EuclidianDistance"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "0f028d70-90d6-45b6-a2a0-de046b957c22"] + }],ExpressionUUID->"46767594-e521-4d8d-8eff-ea52c5885c32"], + StripOnInput->False],{ + "\"TUG/ref/EuclidianDistance\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EuclidianDistance"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ EuclidianDistance.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$76637], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EuclidianDistance" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$82868], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EuclidianDistance" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d821fae7-7018-44b9-9642-41ac3329d95c"] + "ec97ca72-0210-4f90-a45d-eaf9fab821da"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4b358610-6f6c-4efa-85ae-4f047a83292d"]} + "e13930d9-d365-452b-9a3e-d14a0c4a92b1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2dab9ece-2fc6-4000-bd7a-4b85aa6b3817"], + CellID->1,ExpressionUUID->"367a2a9a-7275-458f-96d5-e38e36fa9cd9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"fb13d5a6-e570-4311-abe4-dcf2b952fa5c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"69db8d0a-91b0-46be-9d72-de510e89c332"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EuclidianDistance", "ObjectName",ExpressionUUID-> - "67c81bb7-f260-443a-b16c-c094826c69d8"], + "8d45ef39-27f3-4bfb-abfd-a9f627c24e58"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"55265834-1555-45b2-b65d-87a08402b582"], + "Spacer1"]],ExpressionUUID->"3a7fc6e0-8cdd-451a-974d-acb737822fbf"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a1175c18-6397-4e8d-bfff-edc94eb510de"] - }],ExpressionUUID->"9ae35d4b-fe40-40c7-8beb-973e0292b41c"], Cell[BoxData[ + "d7b4913a-2afa-43ae-b178-4c7872cda128"] + }],ExpressionUUID->"d6828871-d062-4af4-9bbc-7e37e4777b75"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "24afdf0e-9314-4741-aa92-c0d6c1a88569"]} + "e6463a3b-3a29-495c-8f58-b0a5c9643e0d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5e20f370-cc1b-465d-bc3d-97f402e8ec4f"], + CacheGraphics->False,ExpressionUUID->"90bc76e3-fe0a-4ef5-989e-f872d16cfd54"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -246,7 +250,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "07af66fe-64cf-4e41-85d5-70ea86963d78"], "." - }],ExpressionUUID->"48b34fde-d638-4c11-a319-833a2c00a2bf"]} + }],ExpressionUUID->"e2b47ed9-c21c-48c7-a3eb-fd4730b9fe9e"]} }]], "Usage", CellID->1404598742,ExpressionUUID->"b22568a4-769d-472d-8cea-e54f70da14ee"] }, Open ]], @@ -279,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ea138dac-c73f-44dc-8eb5-8610857e7853"], + ExpressionUUID->"b7ecc40b-8f51-4581-846b-8aaf71488880"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"633c069c-05f5-4358-9486-d6cc76db7809"], + "Spacer1"]],ExpressionUUID->"93de8e1f-3947-4bde-b2ae-323e73dc67f3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e658554f-2899-4438-94d4-45cc8851ac50"], + }], "NotesFrameText",ExpressionUUID->"74f6be62-48fc-4e6e-b469-2f53b172bce0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"229c6dfc-0964-4f7e-987d-338d649f2eef"]], \ + "Preemptive"]],ExpressionUUID->"b65b9001-572f-49ca-9bda-124792d4142c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1575582838,ExpressionUUID->"c7204311-4e87-448e-bc1e-184d185522c6"], + CellID->1661973786,ExpressionUUID->"3abb0bde-3c88-40ad-9e68-099864cf4da8"], Cell[TextData[{ "The expressions ", @@ -387,19 +391,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"63a6ff1c-f6c7-4663-ad15-acfbe22a5566"], + ExpressionUUID->"eeff4fa5-7957-45a7-8472-d1faf409487e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"963156eb-ca1c-4ae8-b008-fab8b0e2b305"], + "Spacer1"]],ExpressionUUID->"ea5e518d-74f5-450d-8b17-0a4055f20dce"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7e957c15-96b9-45d9-81d9-0514b4bc571a"] + "ec93f07b-d412-449b-982f-5c0610a23ac2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->800031452,ExpressionUUID->"38e129c3-9255-4c57-8a8e-1890010e1a25"], + CellID->1111298745,ExpressionUUID->"79c06aaf-30a6-490d-a15e-79cacc6370ab"], Cell[CellGroupData[{ @@ -428,18 +432,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3f10843d-2505-40b3-a5c8-5deb78f1e6a7"], + ExpressionUUID->"6154a6b7-3752-4f35-8365-73f82e919021"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fa17e7d5-66ce-41b9-bf74-287486ad2545"], + "Spacer1"]],ExpressionUUID->"138b9ae4-9c79-494f-8a86-1d71b7d38479"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f61c62b8-9218-4b94-9cc9-45d34bddc28a"] + "49e78767-1e8b-4a2a-9219-14e781c55a8e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1663959412,ExpressionUUID->"d39fe8d1-61a6-42c8-8ea4-bde7073d4f97"], + CellID->437879083,ExpressionUUID->"3f5e0606-83d6-4b8f-b686-8bfa484cf0fa"], Cell["Loading the package:", "ExampleText", CellID->899996579,ExpressionUUID->"8f6c9153-9087-409b-8b35-1bcae54e6e73"], @@ -457,7 +461,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->1908828101,ExpressionUUID->"ff2ff76c-9ba2-40b5-8bc7-e67530023fed"], + CellID->872282503,ExpressionUUID->"0735b12a-3189-453d-8733-b6fde707be30"], Cell[BoxData[ InterpretationBox[ @@ -467,57 +471,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->691459902,ExpressionUUID->"d31ecb0e-647b-467f-bee3-2fa6ee18a46f"], + CellID->471660544,ExpressionUUID->"b5590a9b-c60c-4308-ad48-3eb68da0f867"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->1580115346,ExpressionUUID->"b812a1c3-5fbe-410d-93a2-af3c104735d1"], + CellID->1291542559,ExpressionUUID->"2e88236c-3f60-452d-9d92-7d3460d9f92c"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->943857883,ExpressionUUID->"15f6dadc-e29f-4bb5-86ad-fd0965c25b3c"], + CellID->1892094650,ExpressionUUID->"5ec6e13f-1ced-469d-9ebc-578ee159a90f"], -Cell[BoxData["\<\"Release Date: 02.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->1793390616,ExpressionUUID->"3f55c38f-fdf9-4854-9e78-3376beeebf71"], + CellID->1014864551,ExpressionUUID->"3a99b60c-ff13-49b4-91f6-c5b19c588823"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->331167928,ExpressionUUID->"afab1d6d-d99f-40ff-835f-46c51a71d3d1"], + CellID->667920799,ExpressionUUID->"03230854-beae-4a56-b27d-a2920415d8a5"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->2132492743,ExpressionUUID->"011690d7-1a5a-43ae-98ec-647b655f4003"], + CellID->1636375713,ExpressionUUID->"b540af7f-41bc-460c-8214-e6ec3e2cf1b8"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->228309936,ExpressionUUID->"5fc72d87-503c-445f-b941-f82b16606ecd"], + CellID->514505839,ExpressionUUID->"537273fd-463d-4c9e-9886-192af301dd0b"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->665299646,ExpressionUUID->"1739f9f7-d55e-457b-af44-03b64351cdc9"], + CellID->723447840,ExpressionUUID->"45a27b6c-f49d-4231-8cf9-5a62dd29c6b5"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->950050162,ExpressionUUID->"de8499a1-2c12-4186-afeb-0fd7aab34f93"], + CellID->2130886862,ExpressionUUID->"30c50eb2-4db7-4064-8efb-89e074c50487"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$29828`", CellLabel->"During evaluation of In[1]:=", - CellID->703971358,ExpressionUUID->"cb3d3885-315b-4d00-95a3-fe1229fa22cb"] + CellID->335070272,ExpressionUUID->"cc7b0cc8-52ec-4554-8278-9e17e5a7d48d"] }, Open ]] }, Open ]], @@ -568,10 +572,10 @@ Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellContext->"Cell$$29828`", CellLabel->"Out[5]=", - CellID->415638968,ExpressionUUID->"f284da5b-d7a5-40fa-82ae-35c032dee998"] + CellID->597080844,ExpressionUUID->"142e3151-2f63-4296-90e2-8bfa09c48241"] }, Open ]], -Cell["Then we compute the Shapley value through", "ExampleText", +Cell["Then, we compute the Shapley value through", "ExampleText", CellID->1381227733,ExpressionUUID->"40ab2ae5-ab07-49dc-ac36-b8a87fc4e8a7"], Cell[CellGroupData[{ @@ -591,10 +595,10 @@ Cell[BoxData[ FractionBox["131", "4"]}], "}"}]], "Output", CellContext->"Cell$$29828`", CellLabel->"Out[6]=", - CellID->1597197113,ExpressionUUID->"7b34f742-f83a-41a5-936e-d6e1e8475564"] + CellID->276945127,ExpressionUUID->"ad5e5b5a-37b4-463d-b0d9-284441a1415f"] }, Open ]], -Cell["We compare the pre-kernel", "ExampleText", +Cell["We compare it with an element of the pre-kernel", "ExampleText", CellID->551244171,ExpressionUUID->"3b13dc93-a671-4a48-8395-6d84b4e10b79"], Cell[CellGroupData[{ @@ -612,7 +616,7 @@ Cell[BoxData[ FractionBox["51", "2"], ",", "32"}], "}"}]], "Output", CellContext->"Cell$$29828`", CellLabel->"Out[7]=", - CellID->1017137773,ExpressionUUID->"a8078285-1bd1-4245-b7af-365a0c125d28"] + CellID->1060637836,ExpressionUUID->"799b06b3-d43a-475e-a603-61ae822e018a"] }, Open ]], Cell["\<\ @@ -631,7 +635,7 @@ Cell[BoxData[ Cell[BoxData["14.599276998841034`"], "Output", CellContext->"Cell$$29828`", CellLabel->"Out[8]=", - CellID->1090356065,ExpressionUUID->"868f874a-4665-47c4-8790-66c572fc2579"] + CellID->630352138,ExpressionUUID->"02f367a4-8d72-4131-b462-3ed2170ee8d1"] }, Open ]], Cell["A more precise Euclidean distance can be obtained with", "ExampleText", @@ -650,7 +654,7 @@ Cell[BoxData[ SqrtBox["7673"], "6"]], "Output", CellContext->"Cell$$29828`", CellLabel->"Out[9]=", - CellID->1318802570,ExpressionUUID->"eb81b703-ca13-4774-abbf-42abc0d5ad5d"] + CellID->264825067,ExpressionUUID->"c00b181a-ce40-4746-b240-6fcf33d3e161"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -659,8 +663,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -808,15 +810,15 @@ Cell[BoxData[GridBox[{ "73a3f123-3a86-4474-a8e8-d5de2a9e879a"] }], "SeeAlso",ExpressionUUID->"996b3cdb-07e0-4ed1-aedf-afab74ed5410"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c9d7208f-2da0-4f4c-8755-\ -707fcd361cfc"], + }]], "SeeAlsoSection",ExpressionUUID->"2b23d746-09cb-4c25-88c5-\ +bdc6f4b8f01a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -828,9 +830,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7ff94660-9728-45e2-8f68-0d2226c04130"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e5a8f409-1fe1-4f29-992f-\ -4bb1f96ffa1b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c6df9252-97f5-46ea-b31f-\ +fb9dbf7a0728"], Cell[BoxData[GridBox[{ { @@ -847,7 +848,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "aa9a218e-a442-4a65-aacf-48683dbbfeaf"]}]}, + "8ea7d535-6097-451b-a4b7-26365c47d9d8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -855,10 +856,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2e92b4b1-ee38-4365-9172-d02fbb6d715c"]}]} + "aabf1101-aae2-46b5-9329-50769a0c2ae7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1e31f5ae-d60f-4e3f-9bc2-\ -e8e04c47a777"], + }]], "MoreAboutSection",ExpressionUUID->"e76f8634-65e5-4eb9-8e37-\ +bd3703a287f4"], Cell[BoxData[GridBox[{ { @@ -870,6 +871,23 @@ Cell[BoxData[GridBox[{ "Spacer1"], StyleBox[ RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PQNorm"}]]]], + "paclet:TUG/Ref/PQNorm"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "07073729-ee1a-4157-89dc-5c7dac43acb0"]], "RelatedLinks", + ExpressionUUID->"5dd72cbd-648b-47a3-8e0a-96be82da013e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -885,7 +903,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "244fa69b-303a-4955-8925-e23e0a104eb1"]], "RelatedLinks", + "f9101ca0-242e-43d7-8811-465037af4ff3"]], "RelatedLinks", ExpressionUUID->"e29ff9e6-af6a-4d41-9613-b8b9f3ff99a1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -902,7 +920,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7dc67907-bb67-428d-8a6d-de45ec651bb8"]], "RelatedLinks", + "ba1b104c-881c-41ce-889c-8b6ac8695788"]], "RelatedLinks", ExpressionUUID->"bf69643c-426b-437d-bf22-99ef7132e417"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -919,11 +937,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8cf36b15-f2dc-4b67-98b1-99859b3b5401"]], "RelatedLinks", + "932db3f7-d335-402b-b282-c535aedea9b7"]], "RelatedLinks", ExpressionUUID->"1104f189-f58b-4036-915c-ce4aa40d731a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d8e560ab-9cc2-40a5-9ca6-\ -d2064467f92e"], + }]], "RelatedLinksSection",ExpressionUUID->"74bf5425-ce72-4d59-91f1-\ +ba51ad81ffd8"], Cell[CellGroupData[{ @@ -953,11 +971,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6ec6a32a-e70e-4f47-9884-901b1c7e5575"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"fa8aa5be-d396-4ce4-81ba-6e68c0eb403a"] +Cell[" ", "FooterCell",ExpressionUUID->"cb192d65-664c-41ae-853a-cc856c852a3c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EuclidianDistance", TaggingRules->{ @@ -968,7 +986,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 51.832161}", + "built" -> "{2024, 6, 3, 16, 52, 42.201040}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -976,10 +994,10 @@ TaggingRules->{ "EuclidianDistance[vecx, refvec] computes the Euclidian distance of the \ vector vecx w.r.t. the reference vector refvec.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EuclidianDistance", "titlemodifier" -> "", - "windowtitle" -> "EuclidianDistance", "type" -> "Symbol", "uri" -> - "TUG/ref/EuclidianDistance"}}, + "metadescription" -> "", "windowtitle" -> "EuclidianDistance", "type" -> + "Symbol", "uri" -> "TUG/ref/EuclidianDistance"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -988,9 +1006,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b95d7cb4-4e37-4bf7-a09a-91f461e967b2" +ExpressionUUID->"56eb836c-142f-45b5-8128-e0aa91519030" ] (* End of Notebook Content *) @@ -998,145 +1016,143 @@ ExpressionUUID->"b95d7cb4-4e37-4bf7-a09a-91f461e967b2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13855, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"38e129c3-9255-4c57-8a8e-1890010e1a25", + Cell[13901, 368, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"79c06aaf-30a6-490d-a15e-79cacc6370ab", CellTags->"PrimaryExamplesSection", - CellID->800031452]} + CellID->1111298745]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36478, 999} + {"PrimaryExamplesSection", 37146, 1017} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"2dab9ece-2fc6-4000-bd7a-4b85aa6b3817", +Cell[589, 21, 7170, 172, 57, "AnchorBarGrid",ExpressionUUID->"367a2a9a-7275-458f-96d5-e38e36fa9cd9", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"fb13d5a6-e570-4311-abe4-dcf2b952fa5c"], +Cell[7762, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"69db8d0a-91b0-46be-9d72-de510e89c332"], Cell[CellGroupData[{ -Cell[7827, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5e20f370-cc1b-465d-bc3d-97f402e8ec4f"], -Cell[9121, 232, 836, 18, 111, "Usage",ExpressionUUID->"b22568a4-769d-472d-8cea-e54f70da14ee", +Cell[7873, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"90bc76e3-fe0a-4ef5-989e-f872d16cfd54"], +Cell[9167, 236, 836, 18, 111, "Usage",ExpressionUUID->"b22568a4-769d-472d-8cea-e54f70da14ee", CellID->1404598742] }, Open ]], Cell[CellGroupData[{ -Cell[9994, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"c7204311-4e87-448e-bc1e-184d185522c6", +Cell[10040, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"3abb0bde-3c88-40ad-9e68-099864cf4da8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1575582838], -Cell[11892, 304, 484, 14, 36, "]]",ExpressionUUID->"02b8436d-875e-4ebc-97e6-bd2156ed740a", + CellID->1661973786], +Cell[11938, 308, 484, 14, 36, "]]",ExpressionUUID->"02b8436d-875e-4ebc-97e6-bd2156ed740a", CellID->313448337], -Cell[12379, 320, 489, 12, 37, "Notes",ExpressionUUID->"d2f5b057-f350-4a32-8ba0-f2f2f9a0afbc", +Cell[12425, 324, 489, 12, 38, "Notes",ExpressionUUID->"d2f5b057-f350-4a32-8ba0-f2f2f9a0afbc", CellID->177724765], -Cell[12871, 334, 167, 3, 36, "Notes",ExpressionUUID->"bc7f0129-4c55-4484-89f9-23ce5f7d8217", +Cell[12917, 338, 167, 3, 36, "Notes",ExpressionUUID->"bc7f0129-4c55-4484-89f9-23ce5f7d8217", CellID->1528343729], -Cell[13041, 339, 687, 19, 37, "Notes",ExpressionUUID->"55bb5e34-fe37-44a8-881c-ce070b5c3ddb", +Cell[13087, 343, 687, 19, 38, "Notes",ExpressionUUID->"55bb5e34-fe37-44a8-881c-ce070b5c3ddb", CellID->1794408858] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13855, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"38e129c3-9255-4c57-8a8e-1890010e1a25", +Cell[13901, 368, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"79c06aaf-30a6-490d-a15e-79cacc6370ab", CellTags->"PrimaryExamplesSection", - CellID->800031452], + CellID->1111298745], Cell[CellGroupData[{ -Cell[15300, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d39fe8d1-61a6-42c8-8ea4-bde7073d4f97", - CellID->1663959412], -Cell[16702, 443, 118, 1, 38, "ExampleText",ExpressionUUID->"8f6c9153-9087-409b-8b35-1bcae54e6e73", +Cell[15347, 409, 1398, 36, 30, "ExampleSection",ExpressionUUID->"3f5e0606-83d6-4b8f-b686-8bfa484cf0fa", + CellID->437879083], +Cell[16748, 447, 118, 1, 39, "ExampleText",ExpressionUUID->"8f6c9153-9087-409b-8b35-1bcae54e6e73", CellID->899996579], Cell[CellGroupData[{ -Cell[16845, 448, 167, 3, 27, "Input",ExpressionUUID->"aa512cde-8e33-4263-afe3-98357ff89299", +Cell[16891, 452, 167, 3, 27, "Input",ExpressionUUID->"aa512cde-8e33-4263-afe3-98357ff89299", CellID->898705036], Cell[CellGroupData[{ -Cell[17037, 455, 237, 4, 23, "Print",ExpressionUUID->"ff2ff76c-9ba2-40b5-8bc7-e67530023fed", - CellID->1908828101], -Cell[17277, 461, 365, 8, 23, "Print",ExpressionUUID->"d31ecb0e-647b-467f-bee3-2fa6ee18a46f", - CellID->691459902], -Cell[17645, 471, 237, 4, 23, "Print",ExpressionUUID->"b812a1c3-5fbe-410d-93a2-af3c104735d1", - CellID->1580115346], -Cell[17885, 477, 220, 3, 23, "Print",ExpressionUUID->"15f6dadc-e29f-4bb5-86ad-fd0965c25b3c", - CellID->943857883], -Cell[18108, 482, 208, 3, 23, "Print",ExpressionUUID->"3f55c38f-fdf9-4854-9e78-3376beeebf71", - CellID->1793390616], -Cell[18319, 487, 237, 4, 23, "Print",ExpressionUUID->"afab1d6d-d99f-40ff-835f-46c51a71d3d1", - CellID->331167928], -Cell[18559, 493, 221, 3, 23, "Print",ExpressionUUID->"011690d7-1a5a-43ae-98ec-647b655f4003", - CellID->2132492743], -Cell[18783, 498, 236, 4, 23, "Print",ExpressionUUID->"5fc72d87-503c-445f-b941-f82b16606ecd", - CellID->228309936], -Cell[19022, 504, 236, 4, 23, "Print",ExpressionUUID->"1739f9f7-d55e-457b-af44-03b64351cdc9", - CellID->665299646], -Cell[19261, 510, 207, 3, 23, "Print",ExpressionUUID->"de8499a1-2c12-4186-afeb-0fd7aab34f93", - CellID->950050162], -Cell[19471, 515, 236, 4, 23, "Print",ExpressionUUID->"cb3d3885-315b-4d00-95a3-fe1229fa22cb", - CellID->703971358] +Cell[17083, 459, 236, 4, 23, "Print",ExpressionUUID->"0735b12a-3189-453d-8733-b6fde707be30", + CellID->872282503], +Cell[17322, 465, 365, 8, 23, "Print",ExpressionUUID->"b5590a9b-c60c-4308-ad48-3eb68da0f867", + CellID->471660544], +Cell[17690, 475, 237, 4, 23, "Print",ExpressionUUID->"2e88236c-3f60-452d-9d92-7d3460d9f92c", + CellID->1291542559], +Cell[17930, 481, 221, 3, 23, "Print",ExpressionUUID->"5ec6e13f-1ced-469d-9ebc-578ee159a90f", + CellID->1892094650], +Cell[18154, 486, 208, 3, 23, "Print",ExpressionUUID->"3a99b60c-ff13-49b4-91f6-c5b19c588823", + CellID->1014864551], +Cell[18365, 491, 237, 4, 23, "Print",ExpressionUUID->"03230854-beae-4a56-b27d-a2920415d8a5", + CellID->667920799], +Cell[18605, 497, 221, 3, 23, "Print",ExpressionUUID->"b540af7f-41bc-460c-8214-e6ec3e2cf1b8", + CellID->1636375713], +Cell[18829, 502, 236, 4, 23, "Print",ExpressionUUID->"537273fd-463d-4c9e-9886-192af301dd0b", + CellID->514505839], +Cell[19068, 508, 236, 4, 23, "Print",ExpressionUUID->"45a27b6c-f49d-4231-8cf9-5a62dd29c6b5", + CellID->723447840], +Cell[19307, 514, 208, 3, 23, "Print",ExpressionUUID->"30c50eb2-4db7-4064-8efb-89e074c50487", + CellID->2130886862], +Cell[19518, 519, 236, 4, 23, "Print",ExpressionUUID->"cc7b0cc8-52ec-4554-8278-9e17e5a7d48d", + CellID->335070272] }, Open ]] }, Open ]], -Cell[19734, 523, 137, 1, 38, "ExampleText",ExpressionUUID->"9289c512-bf0e-46ad-b8dd-63e5b6bd8d83", +Cell[19781, 527, 137, 1, 39, "ExampleText",ExpressionUUID->"9289c512-bf0e-46ad-b8dd-63e5b6bd8d83", CellID->1650259055], -Cell[19874, 526, 234, 6, 70, "Input",ExpressionUUID->"a0043d54-1350-4dee-a59f-a2bf3ad40e0a", +Cell[19921, 530, 234, 6, 70, "Input",ExpressionUUID->"a0043d54-1350-4dee-a59f-a2bf3ad40e0a", CellID->202103419], -Cell[20111, 534, 380, 9, 70, "Input",ExpressionUUID->"de03df53-78ba-41b4-90ab-542f1a722093", +Cell[20158, 538, 380, 9, 70, "Input",ExpressionUUID->"de03df53-78ba-41b4-90ab-542f1a722093", CellID->130262043], -Cell[20494, 545, 237, 6, 70, "Input",ExpressionUUID->"fdde27e9-480c-483a-ba4e-28cee5f04c73", +Cell[20541, 549, 237, 6, 70, "Input",ExpressionUUID->"fdde27e9-480c-483a-ba4e-28cee5f04c73", CellID->473022975], -Cell[20734, 553, 189, 4, 70, "ExampleText",ExpressionUUID->"1bb47ee4-b2b3-4c94-a5e0-c5faea8d4f44", +Cell[20781, 557, 189, 4, 70, "ExampleText",ExpressionUUID->"1bb47ee4-b2b3-4c94-a5e0-c5faea8d4f44", CellID->56734700], Cell[CellGroupData[{ -Cell[20948, 561, 174, 3, 70, "Input",ExpressionUUID->"53f4d0c4-ce48-42f6-b9ae-dd57b401dd87", +Cell[20995, 565, 174, 3, 70, "Input",ExpressionUUID->"53f4d0c4-ce48-42f6-b9ae-dd57b401dd87", CellID->161434055], -Cell[21125, 566, 173, 4, 36, "Output",ExpressionUUID->"f284da5b-d7a5-40fa-82ae-35c032dee998", - CellID->415638968] +Cell[21172, 570, 173, 4, 36, "Output",ExpressionUUID->"142e3151-2f63-4296-90e2-8bfa09c48241", + CellID->597080844] }, Open ]], -Cell[21313, 573, 140, 1, 70, "ExampleText",ExpressionUUID->"40ab2ae5-ab07-49dc-ac36-b8a87fc4e8a7", +Cell[21360, 577, 141, 1, 70, "ExampleText",ExpressionUUID->"40ab2ae5-ab07-49dc-ac36-b8a87fc4e8a7", CellID->1381227733], Cell[CellGroupData[{ -Cell[21478, 578, 195, 4, 70, "Input",ExpressionUUID->"d092a723-29dc-4184-a914-854edcce75bf", +Cell[21526, 582, 195, 4, 70, "Input",ExpressionUUID->"d092a723-29dc-4184-a914-854edcce75bf", CellID->2127654068], -Cell[21676, 584, 319, 9, 51, "Output",ExpressionUUID->"7b34f742-f83a-41a5-936e-d6e1e8475564", - CellID->1597197113] +Cell[21724, 588, 318, 9, 50, "Output",ExpressionUUID->"ad5e5b5a-37b4-463d-b0d9-284441a1415f", + CellID->276945127] }, Open ]], -Cell[22010, 596, 123, 1, 70, "ExampleText",ExpressionUUID->"3b13dc93-a671-4a48-8395-6d84b4e10b79", +Cell[22057, 600, 145, 1, 70, "ExampleText",ExpressionUUID->"3b13dc93-a671-4a48-8395-6d84b4e10b79", CellID->551244171], Cell[CellGroupData[{ -Cell[22158, 601, 195, 4, 70, "Input",ExpressionUUID->"66431c0c-a456-4387-80af-aea22cf02ebb", +Cell[22227, 605, 195, 4, 70, "Input",ExpressionUUID->"66431c0c-a456-4387-80af-aea22cf02ebb", CellID->762087814], -Cell[22356, 607, 270, 7, 51, "Output",ExpressionUUID->"a8078285-1bd1-4245-b7af-365a0c125d28", - CellID->1017137773] +Cell[22425, 611, 270, 7, 50, "Output",ExpressionUUID->"799b06b3-d43a-475e-a603-61ae822e018a", + CellID->1060637836] }, Open ]], -Cell[22641, 617, 169, 3, 70, "ExampleText",ExpressionUUID->"ea53c7ee-e1f6-4489-8595-d03decd7e452", +Cell[22710, 621, 169, 3, 70, "ExampleText",ExpressionUUID->"ea53c7ee-e1f6-4489-8595-d03decd7e452", CellID->1286938800], Cell[CellGroupData[{ -Cell[22835, 624, 194, 4, 70, "Input",ExpressionUUID->"891666eb-d469-468a-901f-293d666760b3", +Cell[22904, 628, 194, 4, 70, "Input",ExpressionUUID->"891666eb-d469-468a-901f-293d666760b3", CellID->198169381], -Cell[23032, 630, 175, 3, 36, "Output",ExpressionUUID->"868f874a-4665-47c4-8790-66c572fc2579", - CellID->1090356065] +Cell[23101, 634, 174, 3, 36, "Output",ExpressionUUID->"02f367a4-8d72-4131-b462-3ed2170ee8d1", + CellID->630352138] }, Open ]], -Cell[23222, 636, 152, 1, 70, "ExampleText",ExpressionUUID->"b365142f-d847-4ccf-b417-9f825d2aed5c", +Cell[23290, 640, 152, 1, 70, "ExampleText",ExpressionUUID->"b365142f-d847-4ccf-b417-9f825d2aed5c", CellID->484023284], Cell[CellGroupData[{ -Cell[23399, 641, 195, 4, 70, "Input",ExpressionUUID->"7852f701-4ef8-4521-a465-119c2554d5e2", +Cell[23467, 645, 195, 4, 70, "Input",ExpressionUUID->"7852f701-4ef8-4521-a465-119c2554d5e2", CellID->1323537776], -Cell[23597, 647, 192, 5, 55, "Output",ExpressionUUID->"eb81b703-ca13-4774-abbf-42abc0d5ad5d", - CellID->1318802570] +Cell[23665, 651, 191, 5, 55, "Output",ExpressionUUID->"c00b181a-ce40-4746-b240-6fcf33d3e161", + CellID->264825067] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24098, 665, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"2b23d746-09cb-4c25-88c5-bdc6f4b8f01a"], +Cell[29578, 815, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c6df9252-97f5-46ea-b31f-fb9dbf7a0728"], +Cell[30251, 835, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e76f8634-65e5-4eb9-8e37-bd3703a287f4"], +Cell[31287, 863, 2844, 80, 70, "RelatedLinksSection",ExpressionUUID->"74bf5425-ce72-4d59-91f1-ba51ad81ffd8"], Cell[CellGroupData[{ -Cell[24053, 663, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"c9d7208f-2da0-4f4c-8755-707fcd361cfc"], -Cell[29533, 813, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e5a8f409-1fe1-4f29-992f-4bb1f96ffa1b"] -}, Open ]], -Cell[30218, 834, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1e31f5ae-d60f-4e3f-9bc2-e8e04c47a777"], -Cell[31254, 862, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"d8e560ab-9cc2-40a5-9ca6-d2064467f92e"], -Cell[CellGroupData[{ -Cell[33506, 929, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cdd6dc2d-8d05-45cc-83bb-4c3ce91978a2", +Cell[34156, 947, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cdd6dc2d-8d05-45cc-83bb-4c3ce91978a2", CellID->906383680], -Cell[33646, 932, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"714af02a-e09d-4a2d-bb6a-a8d0b9f01aea", +Cell[34296, 950, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"714af02a-e09d-4a2d-bb6a-a8d0b9f01aea", CellID->1194386356], -Cell[33868, 938, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17f35fb5-62df-4e97-ae4a-8f01bbdd9b89", +Cell[34518, 956, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17f35fb5-62df-4e97-ae4a-8f01bbdd9b89", CellID->1641706272], -Cell[34083, 943, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eaf16b6f-4f84-4ff7-96b1-0107222243c6", +Cell[34733, 961, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eaf16b6f-4f84-4ff7-96b1-0107222243c6", CellID->399251956], -Cell[34312, 949, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ec6a32a-e70e-4f47-9884-901b1c7e5575", +Cell[34962, 967, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ec6a32a-e70e-4f47-9884-901b1c7e5575", CellID->821434655] }, Open ]], -Cell[34549, 955, 78, 0, 70, "FooterCell",ExpressionUUID->"fa8aa5be-d396-4ce4-81ba-6e68c0eb403a"] +Cell[35199, 973, 78, 0, 70, "FooterCell",ExpressionUUID->"cb192d65-664c-41ae-853a-cc856c852a3c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/EvalSumMinCoord.nb b/Documentation/English/ReferencePages/Symbols/EvalSumMinCoord.nb index 63fd7d4..3728f21 100644 --- a/Documentation/English/ReferencePages/Symbols/EvalSumMinCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/EvalSumMinCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43225, 1116] -NotebookOptionsPosition[ 34400, 940] -NotebookOutlinePosition[ 36529, 994] -CellTagsIndexPosition[ 36444, 989] +NotebookDataLength[ 43228, 1116] +NotebookOptionsPosition[ 34420, 942] +NotebookOutlinePosition[ 36567, 996] +CellTagsIndexPosition[ 36482, 991] WindowTitle->EvalSumMinCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ab26d132-41b6-4f9f-9b99-e8bcedd019b0"], + "d9ae30fc-4a29-4f62-aa20-8f10033aeb1b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "95f80d32-f464-432a-bbda-8e9f74fd19da"], + "4ae0f4ac-7d7b-4745-aebb-d4d558d073d0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "44da1ff8-cf21-451e-8efa-dd68ae8954cc"] - }],ExpressionUUID->"47b9b914-6f3b-4908-a02c-d192a0479f5e"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "2d960a88-b7a8-44ea-b926-99338b0c29fe"] + }],ExpressionUUID->"2d9c82e6-0e6a-45d4-a2bf-2c4efe09143e"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ba3699b6-b3f7-44c0-b81d-587956777dce"], + "4eb8f2fd-0014-420d-adab-0283631638ce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d19131f7-75c2-4ccd-a31d-c29e2efc4369"] - }],ExpressionUUID->"945e2b45-12e5-469e-bc04-a6b448d3a33e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "62386259-c6fa-40d9-b595-b45fc1c5aa04"] + }],ExpressionUUID->"fa047769-2b71-4604-99f3-869383ba9aad"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9812a378-3d3f-49e6-b480-662da67c916e"], + "0ba077d3-09d4-4627-b74f-38562319bd05"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f7ffdb8a-130f-40ce-b699-1ab429f75e23"] - }],ExpressionUUID->"0906a959-100c-40f1-a5d8-16c96dea30b9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9a223f25-b772-401a-8209-a2e3076632c2"] + }],ExpressionUUID->"b1478f7b-f024-4be5-9bcf-3b901692009b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "77e32d5a-68cd-4001-8c74-8d38c3e6db81"], + "99758225-fe94-4bb8-83d1-380828a16aec"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6c690345-6bb0-4807-95d1-9dcc940982f7"] - }],ExpressionUUID->"5aa8f3f9-5543-45b4-acf3-8de15e611a25"], - StripOnInput->False], {"\<\"TUG/ref/EvalSumMinCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/EvalSumMinCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "f524ee10-b30c-4dfe-ae1f-2b5f79720262"] + }],ExpressionUUID->"7843d980-d44c-4b7a-b6e5-b7417657f2ad"], + StripOnInput->False],{ + "\"TUG/ref/EvalSumMinCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/EvalSumMinCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ EvalSumMinCoord.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$77202], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/EvalSumMinCoord" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$83469], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/EvalSumMinCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "56f3ebcd-02ae-4eb7-ae3b-79ae3af4ee2a"] + "e3221a31-ea87-4311-a20a-f566a6de4999"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3753e326-16ff-4216-a38d-15718f352d7d"]} + "59c36130-f019-44bd-ba25-7ac32e40cc45"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"06d8b8ac-26c0-43b2-927e-7528259d0cb6"], + CellID->1,ExpressionUUID->"72e2b620-ed39-4f1b-b298-556dab1d575c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3f9fdaec-a7bf-4e95-8fe7-ccf0a09a5750"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0ddcbf3a-bfc0-42c8-afa5-da933083dbbf"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "EvalSumMinCoord", "ObjectName",ExpressionUUID-> - "b59daf21-bee2-4c55-8837-11f8583d01b9"], + "0e00570e-016b-43dc-a411-195a6dfe2a85"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4eafd859-edfb-4eb5-b4df-8bb1b0cb2697"], + "Spacer1"]],ExpressionUUID->"48f7b878-bad8-4bb5-86a8-adf737258c9a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cb6b92ac-da45-4089-8e05-07f60dd3e8e1"] - }],ExpressionUUID->"fe028850-811f-4ff1-8961-055167f595f4"], Cell[BoxData[ + "c03043ee-980c-41c4-b5b1-357d64841f96"] + }],ExpressionUUID->"3357be2c-65cb-4415-9eea-ac7b75494f8f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "fc78e661-fa3b-44b1-a53a-c23f6f84b55f"]} + "ad3ab1d1-1319-4273-b1dc-93ce99d437f9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"118634fd-d850-4fa6-9759-6d92db33c8bc"], + CacheGraphics->False,ExpressionUUID->"346ae013-b0e6-4483-8406-e5cf9d004fd2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "7410d820-c2ed-4322-92ea-b5a4424f70b8"], " \[LineSeparator]calculates at most (n-1) inequalities of the unanimity \ coordinates constraints of non-negative sums." - }],ExpressionUUID->"6c6655e0-541b-44ad-96ac-367a0255c98d"]} + }],ExpressionUUID->"38a29ea6-b4bd-4b7d-abb7-3aa5ce360c06"]} }]], "Usage", CellID->296981247,ExpressionUUID->"007450fc-3ba1-44ba-985d-157790172db8"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3e6fe6b7-cd2d-49b8-b3a7-e525dc11d779"], + ExpressionUUID->"9fcd10bf-6b6d-49a7-bb9f-d75a3c3f9b0b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aa1a6a1e-6f00-4bc9-a89c-a72e0b1e5607"], + "Spacer1"]],ExpressionUUID->"eb8d079d-b2e3-4bbc-b6b6-dcf989a56c44"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a2f562a2-3da7-457a-9e51-07b00ce088a4"], + }], "NotesFrameText",ExpressionUUID->"578e2130-fc33-4676-ad7f-5915df12d617"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6a0373f4-f097-4a39-a19d-08247578a02a"]], \ + "Preemptive"]],ExpressionUUID->"e9580a39-245a-4fad-a3ff-51e6d839b0a5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1807050780,ExpressionUUID->"186aad2b-90ab-4b12-afbb-0448a0b77390"], + CellID->440705917,ExpressionUUID->"f4412aed-46a1-4e43-a87d-4760cea644e0"], Cell[TextData[{ "The input expression ", @@ -383,19 +388,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"970e5c76-63bc-4641-958b-fbc0e689392c"], + ExpressionUUID->"d2ccbc5f-14e8-48f1-8c53-204d429de610"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"859ebe72-086f-4496-a6c0-2d10080b8d64"], + "Spacer1"]],ExpressionUUID->"ec6965e0-289d-4847-98af-b2fa3a6c4827"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8d57c2ca-55fe-489c-a3b6-edf0a4eb1dec"] + "8b91553c-20b8-4181-93c7-e21ab8834046"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1599743670,ExpressionUUID->"3edc3b10-7111-4c3b-bd3d-bf93f9b59dd6"], + CellID->1282817528,ExpressionUUID->"93199f66-7b7a-49f0-ba3b-354cebd307da"], Cell[CellGroupData[{ @@ -424,18 +429,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ecde150d-82d0-4908-950b-00e3d6205a40"], + ExpressionUUID->"acc38350-f5e8-4368-9a80-20cc8df0bef6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2ce81b68-8444-4e06-9590-b1f1b9cf70f1"], + "Spacer1"]],ExpressionUUID->"87a52830-24ae-4d49-a085-9f149e481365"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3a8fdde4-e86b-4194-8b63-7d34d33525a5"] + "b259206a-ab83-4bc5-a78e-78f406b232f7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1389532135,ExpressionUUID->"a5c08f74-e8e4-49ab-800e-141bc7b0b591"], + CellID->183790607,ExpressionUUID->"614329f7-7746-46bc-af85-930aedf30935"], Cell["Loading the package:", "ExampleText", CellID->1542110917,ExpressionUUID->"6d59ed23-a8fc-4396-9f66-12ca449f3bb3"], @@ -641,8 +646,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -790,15 +793,15 @@ Cell[BoxData[GridBox[{ "e87997c6-aeaa-4717-85e0-c345b06f7db9"] }], "SeeAlso",ExpressionUUID->"237d5182-1226-4241-b82e-b32879e5139a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0a48302b-56b3-431f-89eb-\ -2b362796e26c"], + }]], "SeeAlsoSection",ExpressionUUID->"9ba0f062-4ce2-439e-842d-\ +6cc2daf37920"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -810,9 +813,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"52d1018a-96a6-44e5-ac25-77bbbd712467"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3c7ae8c7-8e55-4729-b107-\ -1515c3769d69"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"dc0a7974-c02c-47c3-9fde-\ +8c5969788da2"], Cell[BoxData[GridBox[{ { @@ -829,7 +831,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "650ff8f9-6e0f-4f5f-a934-f99ce40049f4"]}]}, + "b10f20cf-2ac2-4451-b3ce-43fd268941bb"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -837,10 +839,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0578d483-95ba-4d3c-94cd-747df2963f23"]}]} + "daf96d47-7344-46a3-91f5-e52ca27a868b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b30ed5db-38d5-4bb9-adba-\ -001c9ed64e34"], + }]], "MoreAboutSection",ExpressionUUID->"3ba117a9-466b-4058-bb57-\ +4892265a1576"], Cell[BoxData[GridBox[{ { @@ -867,7 +869,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e984713a-2c7b-4c2d-b71f-158e51025a24"]], "RelatedLinks", + "dfd076cc-8598-4b50-ae63-321f9d2380fb"]], "RelatedLinks", ExpressionUUID->"fa84da00-bd0c-45a8-809f-3b1f3014bd54"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -884,7 +886,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexUnanConditionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6cb5dc28-7704-4032-a998-38c5d25fb410"]], "RelatedLinks", + "756f483f-54b0-45ce-93cd-45151552f7ea"]], "RelatedLinks", ExpressionUUID->"bbe6326d-0964-46d5-817a-20a4f5ddd173"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -902,11 +904,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrictlyConvexUnanConditionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d7b2587c-09a1-4bee-b139-388e47a6e321"]], "RelatedLinks", + "7371181c-29e5-4d4b-b0cd-9d556b614194"]], "RelatedLinks", ExpressionUUID->"e7a75424-9a77-4bab-a2ff-71bbe2162112"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"08b4197c-7f4b-4a86-bed4-\ -495aba49cc05"], + }]], "RelatedLinksSection",ExpressionUUID->"966c7ebf-220e-4fb5-90a7-\ +868d5cdf35a0"], Cell[CellGroupData[{ @@ -936,11 +938,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"039bdd1b-a4c5-490f-bf59-ea8e00c263cc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d736e29c-23f8-4b21-a2f7-3de41d6b45f6"] +Cell[" ", "FooterCell",ExpressionUUID->"585d410e-f5a9-4733-b1f9-840c3f163e4d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"EvalSumMinCoord", TaggingRules->{ @@ -951,7 +953,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 53.286863}", + "built" -> "{2024, 6, 3, 16, 52, 42.961713}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -959,10 +961,10 @@ TaggingRules->{ "EvalSumMinCoord[game] calculates at most (n-1) inequalities of the \ unanimity coordinates constraints of non-negative sums.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "EvalSumMinCoord", "titlemodifier" -> "", - "windowtitle" -> "EvalSumMinCoord", "type" -> "Symbol", "uri" -> - "TUG/ref/EvalSumMinCoord"}}, + "metadescription" -> "", "windowtitle" -> "EvalSumMinCoord", "type" -> + "Symbol", "uri" -> "TUG/ref/EvalSumMinCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -971,9 +973,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"93ae0102-fbfc-4e5b-b836-300c23bec89b" +ExpressionUUID->"f06c3899-4154-4f2e-aad6-990a123d2917" ] (* End of Notebook Content *) @@ -981,143 +983,141 @@ ExpressionUUID->"93ae0102-fbfc-4e5b-b836-300c23bec89b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13827, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3edc3b10-7111-4c3b-bd3d-bf93f9b59dd6", + Cell[13882, 365, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"93199f66-7b7a-49f0-ba3b-354cebd307da", CellTags->"PrimaryExamplesSection", - CellID->1599743670]} + CellID->1282817528]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36243, 982} + {"PrimaryExamplesSection", 36281, 984} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7088, 168, 56, "AnchorBarGrid",ExpressionUUID->"06d8b8ac-26c0-43b2-927e-7528259d0cb6", +Cell[587, 21, 7144, 173, 57, "AnchorBarGrid",ExpressionUUID->"72e2b620-ed39-4f1b-b298-556dab1d575c", CellID->1], -Cell[7678, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3f9fdaec-a7bf-4e95-8fe7-ccf0a09a5750"], +Cell[7734, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0ddcbf3a-bfc0-42c8-afa5-da933083dbbf"], Cell[CellGroupData[{ -Cell[7789, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"118634fd-d850-4fa6-9759-6d92db33c8bc"], -Cell[9081, 232, 518, 10, 111, "Usage",ExpressionUUID->"007450fc-3ba1-44ba-985d-157790172db8", +Cell[7845, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"346ae013-b0e6-4483-8406-e5cf9d004fd2"], +Cell[9137, 237, 518, 10, 111, "Usage",ExpressionUUID->"007450fc-3ba1-44ba-985d-157790172db8", CellID->296981247] }, Open ]], Cell[CellGroupData[{ -Cell[9636, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"186aad2b-90ab-4b12-afbb-0448a0b77390", +Cell[9692, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"f4412aed-46a1-4e43-a87d-4760cea644e0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1807050780], -Cell[11534, 296, 663, 17, 49, "Notes",ExpressionUUID->"3412e690-bfd0-48a4-9ec8-b6571de99397", + CellID->440705917], +Cell[11589, 301, 663, 17, 48, "Notes",ExpressionUUID->"3412e690-bfd0-48a4-9ec8-b6571de99397", CellID->26053], -Cell[12200, 315, 489, 12, 37, "Notes",ExpressionUUID->"15628ffd-f215-4087-8681-4b79ef797406", +Cell[12255, 320, 489, 12, 38, "Notes",ExpressionUUID->"15628ffd-f215-4087-8681-4b79ef797406", CellID->177724765], -Cell[12692, 329, 243, 4, 57, "Notes",ExpressionUUID->"c19d2368-008a-41c3-b309-396c88576c63", +Cell[12747, 334, 243, 4, 57, "Notes",ExpressionUUID->"c19d2368-008a-41c3-b309-396c88576c63", CellID->1565240951], -Cell[12938, 335, 420, 7, 78, "Notes",ExpressionUUID->"c1abbcde-9e21-434f-92b8-a7ca34205dba", +Cell[12993, 340, 420, 7, 78, "Notes",ExpressionUUID->"c1abbcde-9e21-434f-92b8-a7ca34205dba", CellID->1621311391], -Cell[13361, 344, 339, 10, 37, "Notes",ExpressionUUID->"bf14ac9b-917d-4232-b86d-c74d18cbb9e4", +Cell[13416, 349, 339, 10, 38, "Notes",ExpressionUUID->"bf14ac9b-917d-4232-b86d-c74d18cbb9e4", CellID->482654952] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13827, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3edc3b10-7111-4c3b-bd3d-bf93f9b59dd6", +Cell[13882, 365, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"93199f66-7b7a-49f0-ba3b-354cebd307da", CellTags->"PrimaryExamplesSection", - CellID->1599743670], + CellID->1282817528], Cell[CellGroupData[{ -Cell[15273, 401, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a5c08f74-e8e4-49ab-800e-141bc7b0b591", - CellID->1389532135], -Cell[16675, 439, 119, 1, 38, "ExampleText",ExpressionUUID->"6d59ed23-a8fc-4396-9f66-12ca449f3bb3", +Cell[15328, 406, 1398, 36, 30, "ExampleSection",ExpressionUUID->"614329f7-7746-46bc-af85-930aedf30935", + CellID->183790607], +Cell[16729, 444, 119, 1, 39, "ExampleText",ExpressionUUID->"6d59ed23-a8fc-4396-9f66-12ca449f3bb3", CellID->1542110917], Cell[CellGroupData[{ -Cell[16819, 444, 167, 3, 27, "Input",ExpressionUUID->"3eeaa8ce-ebcd-43eb-be45-3e150a73fe00", +Cell[16873, 449, 167, 3, 27, "Input",ExpressionUUID->"3eeaa8ce-ebcd-43eb-be45-3e150a73fe00", CellID->974976370], Cell[CellGroupData[{ -Cell[17011, 451, 236, 4, 23, "Print",ExpressionUUID->"20316903-5340-400c-ad3e-b622b71d45bc", +Cell[17065, 456, 236, 4, 23, "Print",ExpressionUUID->"20316903-5340-400c-ad3e-b622b71d45bc", CellID->741883790], -Cell[17250, 457, 366, 8, 23, "Print",ExpressionUUID->"1f4bf59c-41d4-43c9-a203-c508a6c5a653", +Cell[17304, 462, 366, 8, 23, "Print",ExpressionUUID->"1f4bf59c-41d4-43c9-a203-c508a6c5a653", CellID->2087710106], -Cell[17619, 467, 237, 4, 23, "Print",ExpressionUUID->"90abf2a4-9c8b-4c33-89b0-8d56eb750a86", +Cell[17673, 472, 237, 4, 23, "Print",ExpressionUUID->"90abf2a4-9c8b-4c33-89b0-8d56eb750a86", CellID->1746317825], -Cell[17859, 473, 220, 3, 23, "Print",ExpressionUUID->"ab0446e4-f0db-4209-a91d-33b5e0a11099", +Cell[17913, 478, 220, 3, 23, "Print",ExpressionUUID->"ab0446e4-f0db-4209-a91d-33b5e0a11099", CellID->719178182], -Cell[18082, 478, 208, 3, 23, "Print",ExpressionUUID->"c898a415-8d39-40fa-a43e-348013cf8ca0", +Cell[18136, 483, 208, 3, 23, "Print",ExpressionUUID->"c898a415-8d39-40fa-a43e-348013cf8ca0", CellID->1552035021], -Cell[18293, 483, 236, 4, 23, "Print",ExpressionUUID->"b49c86e4-ea0e-417c-ba7f-1b799b49954a", +Cell[18347, 488, 236, 4, 23, "Print",ExpressionUUID->"b49c86e4-ea0e-417c-ba7f-1b799b49954a", CellID->53378842], -Cell[18532, 489, 221, 3, 23, "Print",ExpressionUUID->"ea3bc48d-e129-46f4-8d40-edbb271fb278", +Cell[18586, 494, 221, 3, 23, "Print",ExpressionUUID->"ea3bc48d-e129-46f4-8d40-edbb271fb278", CellID->1038441021], -Cell[18756, 494, 236, 4, 70, "Print",ExpressionUUID->"844c3c0c-2f5a-410c-a946-c2f6235e5ef8", +Cell[18810, 499, 236, 4, 70, "Print",ExpressionUUID->"844c3c0c-2f5a-410c-a946-c2f6235e5ef8", CellID->136110604], -Cell[18995, 500, 236, 4, 70, "Print",ExpressionUUID->"932801e2-3d31-4c91-b0e6-a5d11ecf38b3", +Cell[19049, 505, 236, 4, 70, "Print",ExpressionUUID->"932801e2-3d31-4c91-b0e6-a5d11ecf38b3", CellID->241808770], -Cell[19234, 506, 208, 3, 70, "Print",ExpressionUUID->"b8efef14-9b46-4190-919e-04e058da6f9f", +Cell[19288, 511, 208, 3, 70, "Print",ExpressionUUID->"b8efef14-9b46-4190-919e-04e058da6f9f", CellID->1788996094], -Cell[19445, 511, 237, 4, 70, "Print",ExpressionUUID->"3b842bfa-d7c7-48e6-8406-b2e218a59e38", +Cell[19499, 516, 237, 4, 70, "Print",ExpressionUUID->"3b842bfa-d7c7-48e6-8406-b2e218a59e38", CellID->1327603099] }, Open ]] }, Open ]], -Cell[19709, 519, 136, 1, 70, "ExampleText",ExpressionUUID->"7d70c946-f4cc-4ede-aaf3-cfad2cd895c8", +Cell[19763, 524, 136, 1, 70, "ExampleText",ExpressionUUID->"7d70c946-f4cc-4ede-aaf3-cfad2cd895c8", CellID->632158714], -Cell[19848, 522, 235, 6, 70, "Input",ExpressionUUID->"198cd457-0efa-4b18-a604-12f0afd3c602", +Cell[19902, 527, 235, 6, 70, "Input",ExpressionUUID->"198cd457-0efa-4b18-a604-12f0afd3c602", CellID->1965158846], Cell[CellGroupData[{ -Cell[20108, 532, 360, 8, 70, "Input",ExpressionUUID->"53e35a51-ad30-41f3-996f-fc6c37fcb9d7", +Cell[20162, 537, 360, 8, 70, "Input",ExpressionUUID->"53e35a51-ad30-41f3-996f-fc6c37fcb9d7", CellID->1470245529], -Cell[20471, 542, 363, 8, 36, "Output",ExpressionUUID->"ccd2d340-b702-4248-ab86-f19010673f69", +Cell[20525, 547, 363, 8, 36, "Output",ExpressionUUID->"ccd2d340-b702-4248-ab86-f19010673f69", CellID->1720268096] }, Open ]], -Cell[20849, 553, 237, 6, 70, "Input",ExpressionUUID->"79fa44e5-acf8-414a-a0b5-9d7ff3240247", +Cell[20903, 558, 237, 6, 70, "Input",ExpressionUUID->"79fa44e5-acf8-414a-a0b5-9d7ff3240247", CellID->906944321], -Cell[21089, 561, 190, 4, 70, "ExampleText",ExpressionUUID->"1e60b4fa-d59b-4189-b52b-f924bea83804", +Cell[21143, 566, 190, 4, 70, "ExampleText",ExpressionUUID->"1e60b4fa-d59b-4189-b52b-f924bea83804", CellID->674366881], Cell[CellGroupData[{ -Cell[21304, 569, 173, 3, 70, "Input",ExpressionUUID->"2f19feda-948e-4d05-8a2b-381ac434f7da", +Cell[21358, 574, 173, 3, 70, "Input",ExpressionUUID->"2f19feda-948e-4d05-8a2b-381ac434f7da", CellID->1908148867], -Cell[21480, 574, 174, 4, 36, "Output",ExpressionUUID->"d0cff486-dc8c-493f-9870-ba0ddad4995c", +Cell[21534, 579, 174, 4, 36, "Output",ExpressionUUID->"d0cff486-dc8c-493f-9870-ba0ddad4995c", CellID->2013321067] }, Open ]], -Cell[21669, 581, 243, 4, 70, "ExampleText",ExpressionUUID->"470a33fe-fe34-4597-9b9f-5ea9bf9ab449", +Cell[21723, 586, 243, 4, 70, "ExampleText",ExpressionUUID->"470a33fe-fe34-4597-9b9f-5ea9bf9ab449", CellID->1444229173], Cell[CellGroupData[{ -Cell[21937, 589, 173, 3, 70, "Input",ExpressionUUID->"6bd3c907-cd5f-4f59-ba35-a43a5ab27a43", +Cell[21991, 594, 173, 3, 70, "Input",ExpressionUUID->"6bd3c907-cd5f-4f59-ba35-a43a5ab27a43", CellID->1681451550], Cell[CellGroupData[{ -Cell[22135, 596, 224, 3, 70, "Print",ExpressionUUID->"e813eca1-6388-414c-8a7c-499d4849780a", +Cell[22189, 601, 224, 3, 70, "Print",ExpressionUUID->"e813eca1-6388-414c-8a7c-499d4849780a", CellID->1904441837], -Cell[22362, 601, 198, 3, 70, "Print",ExpressionUUID->"a485564b-6e04-44bc-b018-fe82535dbeb9", +Cell[22416, 606, 198, 3, 70, "Print",ExpressionUUID->"a485564b-6e04-44bc-b018-fe82535dbeb9", CellID->888452538], -Cell[22563, 606, 222, 3, 70, "Print",ExpressionUUID->"af87b8d9-bb03-44a7-b677-83e9dfd380b4", +Cell[22617, 611, 222, 3, 70, "Print",ExpressionUUID->"af87b8d9-bb03-44a7-b677-83e9dfd380b4", CellID->1228990403] }, Open ]], -Cell[22800, 612, 244, 6, 51, "Output",ExpressionUUID->"6fee1c89-5e17-4ff5-90cf-f23d4a18008b", +Cell[22854, 617, 244, 6, 50, "Output",ExpressionUUID->"6fee1c89-5e17-4ff5-90cf-f23d4a18008b", CellID->336478537] }, Open ]], -Cell[23059, 621, 126, 1, 70, "ExampleText",ExpressionUUID->"2cee12e2-992d-40b6-991a-e1d32cf93821", +Cell[23113, 626, 126, 1, 70, "ExampleText",ExpressionUUID->"2cee12e2-992d-40b6-991a-e1d32cf93821", CellID->99619837], Cell[CellGroupData[{ -Cell[23210, 626, 165, 3, 70, "Input",ExpressionUUID->"7b586692-f293-49c5-87ba-62106180c554", +Cell[23264, 631, 165, 3, 70, "Input",ExpressionUUID->"7b586692-f293-49c5-87ba-62106180c554", CellID->1838836688], -Cell[23378, 631, 160, 3, 36, "Output",ExpressionUUID->"cea2a23e-204f-4637-bd75-d3746c3f622a", +Cell[23432, 636, 160, 3, 36, "Output",ExpressionUUID->"cea2a23e-204f-4637-bd75-d3746c3f622a", CellID->1122302760] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23834, 648, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"9ba0f062-4ce2-439e-842d-6cc2daf37920"], +Cell[29286, 798, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dc0a7974-c02c-47c3-9fde-8c5969788da2"], +Cell[29959, 818, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3ba117a9-466b-4058-bb57-4892265a1576"], +Cell[30995, 846, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"966c7ebf-220e-4fb5-90a7-868d5cdf35a0"], Cell[CellGroupData[{ -Cell[23802, 645, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"0a48302b-56b3-431f-89eb-2b362796e26c"], -Cell[29254, 795, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3c7ae8c7-8e55-4729-b107-1515c3769d69"] -}, Open ]], -Cell[29939, 816, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b30ed5db-38d5-4bb9-adba-001c9ed64e34"], -Cell[30975, 844, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"08b4197c-7f4b-4a86-bed4-495aba49cc05"], -Cell[CellGroupData[{ -Cell[33275, 912, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bdf371da-4469-459c-9eba-5b27ff2550d6", +Cell[33295, 914, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bdf371da-4469-459c-9eba-5b27ff2550d6", CellID->174251628], -Cell[33415, 915, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6402e29-c09f-4802-ab3c-264b42b3ce86", +Cell[33435, 917, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6402e29-c09f-4802-ab3c-264b42b3ce86", CellID->1194386356], -Cell[33637, 921, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"690114d3-0ed5-40c0-b495-ad356d0e8c63", +Cell[33657, 923, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"690114d3-0ed5-40c0-b495-ad356d0e8c63", CellID->1641706272], -Cell[33852, 926, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6e993a79-c391-457a-a96d-e887d1111f8e", +Cell[33872, 928, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6e993a79-c391-457a-a96d-e887d1111f8e", CellID->399251956], -Cell[34081, 932, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"039bdd1b-a4c5-490f-bf59-ea8e00c263cc", +Cell[34101, 934, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"039bdd1b-a4c5-490f-bf59-ea8e00c263cc", CellID->821434655] }, Open ]], -Cell[34318, 938, 78, 0, 70, "FooterCell",ExpressionUUID->"d736e29c-23f8-4b21-a2f7-3de41d6b45f6"] +Cell[34338, 940, 78, 0, 70, "FooterCell",ExpressionUUID->"585d410e-f5a9-4733-b1f9-840c3f163e4d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ExcessPayoff.nb b/Documentation/English/ReferencePages/Symbols/ExcessPayoff.nb index a0b4cb3..69e420b 100644 --- a/Documentation/English/ReferencePages/Symbols/ExcessPayoff.nb +++ b/Documentation/English/ReferencePages/Symbols/ExcessPayoff.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47965, 1260] -NotebookOptionsPosition[ 38983, 1083] -NotebookOutlinePosition[ 41163, 1138] -CellTagsIndexPosition[ 41077, 1133] +NotebookDataLength[ 47963, 1259] +NotebookOptionsPosition[ 38996, 1084] +NotebookOutlinePosition[ 41194, 1139] +CellTagsIndexPosition[ 41108, 1134] WindowTitle->ExcessPayoff WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f2daef85-4b39-4196-9cc6-874c1fa0941e"], + "215e1df5-4cd6-4e81-a6e8-ada2fbefdfdd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "dee82835-2b03-4abe-bc3e-c4073f386bdc"], + "1ed6c940-1144-484d-8632-31882a7ced3d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "582c1dbb-684a-44de-a240-175e9d1eebce"] - }],ExpressionUUID->"7b6744ed-fd3f-42f4-8fdb-e962195efe3a"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "061d7275-ce92-46a6-a7ed-95231590b26a"] + }],ExpressionUUID->"add5897f-44af-4fd8-a882-fadd65626e43"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aeffdea5-e9d8-4a57-a692-0859dabea678"], + "258f4a55-4428-45bd-8155-b1c698f1b629"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ba0be918-5662-4fd8-b7b9-52194666f087"] - }],ExpressionUUID->"de3df5c8-0d19-4263-806e-f1b8f0b41467"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d53d25a5-266c-4e08-9290-6653beee46d9"] + }],ExpressionUUID->"9ecb6cbd-516b-4b83-9085-169543bdaded"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "139493a9-c39a-44d5-8479-a5aac1a2afa4"], + "24f06315-2c87-439f-ade4-80112ba26ad6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e7607687-b5c6-4fd3-a31c-fc7f118bcfa8"] - }],ExpressionUUID->"f043d6a5-8345-4b36-b875-d30ccd3a0ddd"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2e19c008-e6e5-4729-bfc0-38660ce9b3a0"] + }],ExpressionUUID->"313e0c6b-91f0-4774-b301-56f7e5ef5c3d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b48800b9-7979-4b30-a5d6-39ab404ff41f"], + "87a231db-de99-4370-acdf-76540031ad75"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a102243f-e5e4-464d-8a8c-b5ff28ae08df"] - }],ExpressionUUID->"8ebc5fe3-50b8-440a-9c07-aa1d5ebc7ca0"], - StripOnInput->False], {"\<\"TUG/ref/ExcessPayoff\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ExcessPayoff"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ExcessPayoff.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$77793], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ExcessPayoff" <> ".html"], None}]}]}, + "5c6582d0-8bd1-4f05-a4a4-189333607972"] + }],ExpressionUUID->"d072afc0-dc2f-461f-b708-77159fd50cb7"], + StripOnInput->False],{ + "\"TUG/ref/ExcessPayoff\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ExcessPayoff"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ExcessPayoff.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$84094], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ExcessPayoff" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ac9c697e-f7df-446e-9c0b-6a1ea9c84a6e"] + "b72187e5-b14b-4378-a9b5-a2d01e8a7480"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6b8471c1-ed06-4861-8b77-99dc5f450c09"]} + "82c3adbe-8b6d-42e4-982a-cd15675e41e0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"35bc05f9-0475-4f8e-aeab-1f9df56ae714"], + CellID->1,ExpressionUUID->"b53d9242-6157-43e7-b5e7-eb949896b923"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"aee542ae-d28b-481a-93c3-30498aefef93"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0b355f71-5dd4-41a2-a009-5cd1903d1f79"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ExcessPayoff", "ObjectName",ExpressionUUID-> - "44d0d91c-2741-4f5b-a64e-1b4895c6ee27"], + "dc8dcab9-b3d3-47c6-8a70-7d0c1ed48266"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0ac6f2c1-5e14-4ca8-886a-4a1dc970f8b0"], + "Spacer1"]],ExpressionUUID->"053364f7-7073-47cc-b7eb-78598fb9f20e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8e5fd1af-f5af-4a4b-b85e-c7a419c0401b"] - }],ExpressionUUID->"bf937251-0ac4-4099-94cf-561a9fd2ed31"], Cell[BoxData[ + "eea342e7-119f-4397-87bb-a9ac486384be"] + }],ExpressionUUID->"96816cb1-19d2-41d6-ad69-d4ac4431e6df"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2aafbdf0-817d-4ef5-91a8-cf6ae144e912"]} + "94673f04-1229-4782-a44d-65a9e5a8a299"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b20f25b9-6dfe-4ca6-a77f-d51994404afa"], + CacheGraphics->False,ExpressionUUID->"343b75ea-1b2b-4a03-a7b6-7452cb19fc8a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"fa427428-9fb0-4bb3-8cc0-e2fef88511a3"]}, + }],ExpressionUUID->"b8a850c4-8c7e-4a7a-85d3-94c37a56a0f5"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ExcessPayoff", "[", @@ -251,7 +255,7 @@ Cell[BoxData[GridBox[{ "ff50386d-b2de-48f0-8245-21296c89e37f"], " \[LineSeparator]by option set the output can be formatted in matrix \ form." - }],ExpressionUUID->"a608c650-15fa-4a4e-88c3-aec58a69a270"]} + }],ExpressionUUID->"b9d5bba7-b45c-48d5-af6c-75dca3c92518"]} }]], "Usage", CellID->2096396,ExpressionUUID->"f5de4f1f-de51-48d2-8f0e-773ece6202a3"] }, Open ]], @@ -284,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5e73ee1f-9ef7-4525-9b1c-8394c57e3fc7"], + ExpressionUUID->"338eabb4-6a90-4803-ad22-84c49d051caf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"430f73a8-21e0-4a94-a59f-e3dc106e21e3"], + "Spacer1"]],ExpressionUUID->"4a8503e4-6dd9-40b7-9515-87f549d15a76"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e4980d51-6315-4efc-87d0-00714dfd23e0"], + }], "NotesFrameText",ExpressionUUID->"45950ab2-b896-41bb-8308-7b6872ec543d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -300,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2da584b2-7114-4ba1-802e-0e65d55730e5"]], \ + "Preemptive"]],ExpressionUUID->"4d37c093-f172-4652-afc5-0e028b2565b5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1657128927,ExpressionUUID->"c3183b1a-81b5-4961-a061-a8b28238d259"], + CellID->2078830870,ExpressionUUID->"4d36e8cc-5a69-4af6-87fd-fd530325be9b"], Cell[TextData[{ "The input expression ", @@ -358,7 +362,7 @@ Cell["For more details see Driessen (1988).", "Notes", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "bef811a3-4199-4bc2-85c0-7fb0975e4a3d"], + "13422093-cd19-4e71-b8b3-5435ebcf8616"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -418,19 +422,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"126d2942-00bd-4d3b-8e36-15e7d3fee681"], + ExpressionUUID->"bfbede9d-19dc-4c6d-9f17-9c39e438315a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ff15b4c9-882e-4a74-949e-b4f9317a0e71"], + "Spacer1"]],ExpressionUUID->"52da9d72-e1fa-47f4-b4a1-400c80017b28"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "731abc7f-4bb8-433a-8266-dd5cb176498a"] + "709f42c0-b279-45af-b180-c81c93333b62"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1217753010,ExpressionUUID->"9e0919ed-aeb1-4fff-b086-3bf953ea6229"], + CellID->1659567381,ExpressionUUID->"bae9d665-aebd-4854-a932-538ffe5de33b"], Cell[CellGroupData[{ @@ -459,18 +463,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c75bd258-c24e-4d1b-91e5-46e5370afeda"], + ExpressionUUID->"a96f0fe2-40d2-4aad-b740-568eff2b79bb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"143b58d2-1d3a-46de-a40e-fa0fd6340e72"], + "Spacer1"]],ExpressionUUID->"f525c039-e996-43e4-a6ff-7a2a417742a7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a8aecb4d-8635-4ff3-b0ba-0cf46d2a35bc"] + "343abbc5-bdbd-4a60-99d5-538fd0dd3be7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1539644178,ExpressionUUID->"4a60dd08-3672-4beb-bdc6-98a21dd41343"], + CellID->1333569862,ExpressionUUID->"9ea50588-d93a-40e5-90a9-4354ce81d6b5"], Cell["Loading the package:", "ExampleText", CellID->397607041,ExpressionUUID->"400a3f56-4271-4efd-a811-e1234aa112d8"], @@ -785,8 +789,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -934,15 +936,15 @@ Cell[BoxData[GridBox[{ "8288b7aa-ed52-4802-8b9a-d044447842ee"] }], "SeeAlso",ExpressionUUID->"55341945-490f-4e2f-91d2-03edbee7294e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"785057d0-1a4a-4e15-9215-\ -807a215eb671"], + }]], "SeeAlsoSection",ExpressionUUID->"78e9b0b9-c4fc-4c21-b973-\ +acdd8ae5b6a7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -954,9 +956,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e821615f-c6cb-4126-ba19-bcc066f3b5a8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e70e3c08-7a13-4068-a3f5-\ -7593484b91c2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"eef43675-e09a-4a88-9558-\ +fb5a4dbcf3b1"], Cell[BoxData[GridBox[{ { @@ -973,7 +974,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cc930f8d-30bc-4558-9146-19104ddea2aa"]}]}, + "caf27316-93f4-4d6e-a744-1e5797d2bc11"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -981,10 +982,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e8d7f6d-1b57-46f5-aa85-846f8ed31183"]}]} + "cdd3b515-7342-4486-b2b0-18f9dbeeb2f9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b0208a5d-2e13-4034-b7d9-\ -b7f586c672e2"], + }]], "MoreAboutSection",ExpressionUUID->"1fa4cb04-103e-46bc-b956-\ +382925b0559d"], Cell[BoxData[GridBox[{ { @@ -1011,7 +1012,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d2d05757-f0a2-4186-96b8-2f7231bf60c6"]], "RelatedLinks", + "321af27c-52a7-46a2-a59f-afe4c82b93e2"]], "RelatedLinks", ExpressionUUID->"9c88ada6-c451-47de-add0-9290e3a23f01"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1028,7 +1029,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ebac4398-844f-4bec-b0f2-7af79bcbcd5a"]], "RelatedLinks", + "1b7f9683-7e82-445a-aac8-6a9a7b6dde8f"]], "RelatedLinks", ExpressionUUID->"a675beda-4cae-4c67-9241-a8fff316e62d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1045,11 +1046,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8372c775-2342-41ab-9dc8-af22f0c7d8ed"]], "RelatedLinks", + "80e3e9a8-2dca-4c8a-923e-fbd454d99ba5"]], "RelatedLinks", ExpressionUUID->"a5196286-9cb5-4263-a04c-9fd601c4928f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"bd7e846e-92a4-4717-80f3-\ -071910b53970"], + }]], "RelatedLinksSection",ExpressionUUID->"3d3088b1-4333-4a17-869b-\ +cbd942a21cd3"], Cell[CellGroupData[{ @@ -1079,11 +1080,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a7f9271b-ec5a-4ca1-9602-a485a4bf4097"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b71cf867-2d70-4129-8ba3-2f532263a198"] +Cell[" ", "FooterCell",ExpressionUUID->"fee00f4b-a8f1-43b5-8a07-b7c2d1a7ba38"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ExcessPayoff", TaggingRules->{ @@ -1094,7 +1095,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 54.719943}", + "built" -> "{2024, 6, 3, 16, 52, 43.710865}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1103,10 +1104,10 @@ TaggingRules->{ (pre-)imputation payoff. ExcessPayoff[game, payoff, options] by option set \ the output can be formatted in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ExcessPayoff", "titlemodifier" -> "", - "windowtitle" -> "ExcessPayoff", "type" -> "Symbol", "uri" -> - "TUG/ref/ExcessPayoff"}}, + "metadescription" -> "", "windowtitle" -> "ExcessPayoff", "type" -> + "Symbol", "uri" -> "TUG/ref/ExcessPayoff"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1115,9 +1116,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"bde5b20d-d080-4981-b10b-46d2df94c01a" +ExpressionUUID->"7f63f547-1b9a-4848-bc0c-29b347b26034" ] (* End of Notebook Content *) @@ -1125,143 +1126,141 @@ ExpressionUUID->"bde5b20d-d080-4981-b10b-46d2df94c01a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15197, 395, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e0919ed-aeb1-4fff-b086-3bf953ea6229", + Cell[15244, 399, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bae9d665-aebd-4854-a932-538ffe5de33b", CellTags->"PrimaryExamplesSection", - CellID->1217753010]} + CellID->1659567381]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40876, 1126} + {"PrimaryExamplesSection", 40907, 1127} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7103, 168, 56, "AnchorBarGrid",ExpressionUUID->"35bc05f9-0475-4f8e-aeab-1f9df56ae714", +Cell[584, 21, 7150, 172, 57, "AnchorBarGrid",ExpressionUUID->"b53d9242-6157-43e7-b5e7-eb949896b923", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"aee542ae-d28b-481a-93c3-30498aefef93"], +Cell[7737, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0b355f71-5dd4-41a2-a009-5cd1903d1f79"], Cell[CellGroupData[{ -Cell[7801, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"b20f25b9-6dfe-4ca6-a77f-d51994404afa"], -Cell[9090, 232, 977, 23, 187, "Usage",ExpressionUUID->"f5de4f1f-de51-48d2-8f0e-773ece6202a3", +Cell[7848, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"343b75ea-1b2b-4a03-a7b6-7452cb19fc8a"], +Cell[9137, 236, 977, 23, 186, "Usage",ExpressionUUID->"f5de4f1f-de51-48d2-8f0e-773ece6202a3", CellID->2096396] }, Open ]], Cell[CellGroupData[{ -Cell[10104, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"c3183b1a-81b5-4961-a061-a8b28238d259", +Cell[10151, 264, 1895, 47, 37, "NotesSection",ExpressionUUID->"4d36e8cc-5a69-4af6-87fd-fd530325be9b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1657128927], -Cell[12002, 309, 782, 20, 57, "]]",ExpressionUUID->"a2d94b6a-2bd6-4408-9af9-43b74c6b972d", + CellID->2078830870], +Cell[12049, 313, 782, 20, 57, "]]",ExpressionUUID->"a2d94b6a-2bd6-4408-9af9-43b74c6b972d", CellID->313448337], -Cell[12787, 331, 489, 12, 37, "Notes",ExpressionUUID->"6e03198e-adac-4ab0-9142-1aec223d6d33", +Cell[12834, 335, 489, 12, 38, "Notes",ExpressionUUID->"6e03198e-adac-4ab0-9142-1aec223d6d33", CellID->177724765], -Cell[13279, 345, 322, 5, 57, "Notes",ExpressionUUID->"f91843c6-c012-427d-bb5a-3794cfe5cd72", +Cell[13326, 349, 322, 5, 57, "Notes",ExpressionUUID->"f91843c6-c012-427d-bb5a-3794cfe5cd72", CellID->1402265513], -Cell[13604, 352, 146, 1, 36, "Notes",ExpressionUUID->"0e7428c2-efa5-4e17-9c51-8b7b38cb77d4", +Cell[13651, 356, 146, 1, 36, "Notes",ExpressionUUID->"0e7428c2-efa5-4e17-9c51-8b7b38cb77d4", CellID->1773275699], -Cell[13753, 355, 129, 1, 36, "Notes",ExpressionUUID->"3c6d7734-4b46-41ce-8564-e9bde2e6485e", +Cell[13800, 359, 129, 1, 36, "Notes",ExpressionUUID->"3c6d7734-4b46-41ce-8564-e9bde2e6485e", CellID->751846144], -Cell[13885, 358, 683, 15, 40, "3ColumnTableMod",ExpressionUUID->"e95c46d9-a206-4e0c-bc1f-5c994eb3a24d", +Cell[13932, 362, 683, 15, 41, "3ColumnTableMod",ExpressionUUID->"e95c46d9-a206-4e0c-bc1f-5c994eb3a24d", CellID->1374443190], -Cell[14571, 375, 499, 14, 37, "Notes",ExpressionUUID->"3acedcf8-7bff-453e-a268-7c9ce80dd1d8", +Cell[14618, 379, 499, 14, 38, "Notes",ExpressionUUID->"3acedcf8-7bff-453e-a268-7c9ce80dd1d8", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15197, 395, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e0919ed-aeb1-4fff-b086-3bf953ea6229", +Cell[15244, 399, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bae9d665-aebd-4854-a932-538ffe5de33b", CellTags->"PrimaryExamplesSection", - CellID->1217753010], + CellID->1659567381], Cell[CellGroupData[{ -Cell[16643, 436, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4a60dd08-3672-4beb-bdc6-98a21dd41343", - CellID->1539644178], -Cell[18045, 474, 118, 1, 38, "ExampleText",ExpressionUUID->"400a3f56-4271-4efd-a811-e1234aa112d8", +Cell[16690, 440, 1399, 36, 30, "ExampleSection",ExpressionUUID->"9ea50588-d93a-40e5-90a9-4354ce81d6b5", + CellID->1333569862], +Cell[18092, 478, 118, 1, 39, "ExampleText",ExpressionUUID->"400a3f56-4271-4efd-a811-e1234aa112d8", CellID->397607041], Cell[CellGroupData[{ -Cell[18188, 479, 167, 3, 27, "Input",ExpressionUUID->"f3b8f8e3-9e6d-490b-8fe4-a117a5f3b132", +Cell[18235, 483, 167, 3, 27, "Input",ExpressionUUID->"f3b8f8e3-9e6d-490b-8fe4-a117a5f3b132", CellID->920554755], Cell[CellGroupData[{ -Cell[18380, 486, 237, 4, 23, "Print",ExpressionUUID->"a5c681fa-1cef-4130-9a61-6f4d09b19202", +Cell[18427, 490, 237, 4, 23, "Print",ExpressionUUID->"a5c681fa-1cef-4130-9a61-6f4d09b19202", CellID->1172846607], -Cell[18620, 492, 366, 8, 23, "Print",ExpressionUUID->"4244bb01-6b40-4ea0-990a-192f1323d6dc", +Cell[18667, 496, 366, 8, 23, "Print",ExpressionUUID->"4244bb01-6b40-4ea0-990a-192f1323d6dc", CellID->1968463385], -Cell[18989, 502, 237, 4, 70, "Print",ExpressionUUID->"e11e72ed-4dc6-4697-a4e8-39e9032899f5", +Cell[19036, 506, 237, 4, 70, "Print",ExpressionUUID->"e11e72ed-4dc6-4697-a4e8-39e9032899f5", CellID->2115092637], -Cell[19229, 508, 220, 3, 70, "Print",ExpressionUUID->"0edd0ac5-17de-4c9a-9891-a5494c35dc99", +Cell[19276, 512, 220, 3, 70, "Print",ExpressionUUID->"0edd0ac5-17de-4c9a-9891-a5494c35dc99", CellID->165929504], -Cell[19452, 513, 208, 3, 70, "Print",ExpressionUUID->"bafd9cd1-8f79-4942-9431-471692fbe851", +Cell[19499, 517, 208, 3, 70, "Print",ExpressionUUID->"bafd9cd1-8f79-4942-9431-471692fbe851", CellID->1616782232], -Cell[19663, 518, 237, 4, 70, "Print",ExpressionUUID->"dc035971-09eb-4add-b8f5-b609978c798f", +Cell[19710, 522, 237, 4, 70, "Print",ExpressionUUID->"dc035971-09eb-4add-b8f5-b609978c798f", CellID->783993725], -Cell[19903, 524, 221, 3, 70, "Print",ExpressionUUID->"427f39a8-94c8-4207-8b61-30db31ea6d51", +Cell[19950, 528, 221, 3, 70, "Print",ExpressionUUID->"427f39a8-94c8-4207-8b61-30db31ea6d51", CellID->2022385284], -Cell[20127, 529, 237, 4, 70, "Print",ExpressionUUID->"700b568f-53e2-4623-84b7-d9ffc18c9ba6", +Cell[20174, 533, 237, 4, 70, "Print",ExpressionUUID->"700b568f-53e2-4623-84b7-d9ffc18c9ba6", CellID->1323837244], -Cell[20367, 535, 237, 4, 70, "Print",ExpressionUUID->"40951524-d37f-4bf7-95e1-ceb106abb26f", +Cell[20414, 539, 237, 4, 70, "Print",ExpressionUUID->"40951524-d37f-4bf7-95e1-ceb106abb26f", CellID->1943346854], -Cell[20607, 541, 208, 3, 70, "Print",ExpressionUUID->"113ead4b-4ead-40aa-b303-40cb5febcd3e", +Cell[20654, 545, 208, 3, 70, "Print",ExpressionUUID->"113ead4b-4ead-40aa-b303-40cb5febcd3e", CellID->1059086879], -Cell[20818, 546, 236, 4, 70, "Print",ExpressionUUID->"7f2559c7-f89e-42b8-ae1b-a28efdf3dd22", +Cell[20865, 550, 236, 4, 70, "Print",ExpressionUUID->"7f2559c7-f89e-42b8-ae1b-a28efdf3dd22", CellID->117038921] }, Open ]] }, Open ]], -Cell[21081, 554, 136, 1, 70, "ExampleText",ExpressionUUID->"8decf6e8-3758-4111-8fea-6fe6ed2c09c9", +Cell[21128, 558, 136, 1, 70, "ExampleText",ExpressionUUID->"8decf6e8-3758-4111-8fea-6fe6ed2c09c9", CellID->667064553], -Cell[21220, 557, 234, 6, 70, "Input",ExpressionUUID->"2335801d-0ade-4f09-ac29-bd4e0f64a644", +Cell[21267, 561, 234, 6, 70, "Input",ExpressionUUID->"2335801d-0ade-4f09-ac29-bd4e0f64a644", CellID->204945853], -Cell[21457, 565, 381, 9, 70, "Input",ExpressionUUID->"89652f72-afec-4b2c-b799-28d3a5752520", +Cell[21504, 569, 381, 9, 70, "Input",ExpressionUUID->"89652f72-afec-4b2c-b799-28d3a5752520", CellID->1392446223], -Cell[21841, 576, 238, 6, 70, "Input",ExpressionUUID->"dd4be062-7018-4e81-84e8-7a51551e459d", +Cell[21888, 580, 238, 6, 70, "Input",ExpressionUUID->"dd4be062-7018-4e81-84e8-7a51551e459d", CellID->1885832323], -Cell[22082, 584, 190, 4, 70, "ExampleText",ExpressionUUID->"0baa8d22-2b2a-410f-aa1e-84de7b14829d", +Cell[22129, 588, 190, 4, 70, "ExampleText",ExpressionUUID->"0baa8d22-2b2a-410f-aa1e-84de7b14829d", CellID->259462965], Cell[CellGroupData[{ -Cell[22297, 592, 169, 3, 70, "Input",ExpressionUUID->"391db7e8-dc65-4188-b8a8-aab3f7764234", +Cell[22344, 596, 169, 3, 70, "Input",ExpressionUUID->"391db7e8-dc65-4188-b8a8-aab3f7764234", CellID->698672665], -Cell[22469, 597, 228, 5, 36, "Output",ExpressionUUID->"fe6002eb-d837-4253-9692-e0da9abf9661", +Cell[22516, 601, 228, 5, 36, "Output",ExpressionUUID->"fe6002eb-d837-4253-9692-e0da9abf9661", CellID->2038495441] }, Open ]], -Cell[22712, 605, 159, 2, 70, "ExampleText",ExpressionUUID->"2862e8aa-892b-4ce1-a641-026410eced33", +Cell[22759, 609, 159, 2, 70, "ExampleText",ExpressionUUID->"2862e8aa-892b-4ce1-a641-026410eced33", CellID->1141426075], Cell[CellGroupData[{ -Cell[22896, 611, 194, 4, 70, "Input",ExpressionUUID->"78cee912-fe66-46b8-993b-1a9ae8dedf0f", +Cell[22943, 615, 194, 4, 70, "Input",ExpressionUUID->"78cee912-fe66-46b8-993b-1a9ae8dedf0f", CellID->597621643], -Cell[23093, 617, 319, 9, 51, "Output",ExpressionUUID->"572d6b40-a7fa-4412-a9cc-7bbe49baa73e", +Cell[23140, 621, 319, 9, 50, "Output",ExpressionUUID->"572d6b40-a7fa-4412-a9cc-7bbe49baa73e", CellID->1858360212] }, Open ]], -Cell[23427, 629, 153, 1, 70, "ExampleText",ExpressionUUID->"30878061-8032-4ff3-9420-0bf92fde0d00", +Cell[23474, 633, 153, 1, 70, "ExampleText",ExpressionUUID->"30878061-8032-4ff3-9420-0bf92fde0d00", CellID->843609500], Cell[CellGroupData[{ -Cell[23605, 634, 220, 5, 70, "Input",ExpressionUUID->"c66adcbf-6734-4f6f-be3c-4f24cbb37d11", +Cell[23652, 638, 220, 5, 70, "Input",ExpressionUUID->"c66adcbf-6734-4f6f-be3c-4f24cbb37d11", CellID->262623449], -Cell[23828, 641, 957, 32, 51, "Output",ExpressionUUID->"364314a8-50f1-45ca-bbf4-545054c90a4b", +Cell[23875, 645, 957, 32, 51, "Output",ExpressionUUID->"364314a8-50f1-45ca-bbf4-545054c90a4b", CellID->587488165] }, Open ]], -Cell[24800, 676, 158, 2, 70, "ExampleText",ExpressionUUID->"392132f0-fdc7-4d7c-a5ad-f21e975c7205", +Cell[24847, 680, 158, 2, 70, "ExampleText",ExpressionUUID->"392132f0-fdc7-4d7c-a5ad-f21e975c7205", CellID->1389246971], Cell[CellGroupData[{ -Cell[24983, 682, 287, 7, 70, "Input",ExpressionUUID->"56bba35f-3cc6-46d4-901e-14f416b68d95", +Cell[25030, 686, 287, 7, 70, "Input",ExpressionUUID->"56bba35f-3cc6-46d4-901e-14f416b68d95", CellID->255788573], -Cell[25273, 691, 2868, 87, 72, "Output",ExpressionUUID->"ec7eb3f2-de24-4200-9007-15d8da3eebcd", +Cell[25320, 695, 2868, 87, 70, "Output",ExpressionUUID->"ec7eb3f2-de24-4200-9007-15d8da3eebcd", CellID->201259972] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28430, 791, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"78e9b0b9-c4fc-4c21-b973-acdd8ae5b6a7"], +Cell[33910, 941, 670, 18, 70, "TechNotesSection",ExpressionUUID->"eef43675-e09a-4a88-9558-fb5a4dbcf3b1"], +Cell[34583, 961, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1fa4cb04-103e-46bc-b956-382925b0559d"], +Cell[35619, 989, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"3d3088b1-4333-4a17-869b-cbd942a21cd3"], Cell[CellGroupData[{ -Cell[28405, 789, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"785057d0-1a4a-4e15-9215-807a215eb671"], -Cell[33885, 939, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e70e3c08-7a13-4068-a3f5-7593484b91c2"] -}, Open ]], -Cell[34570, 960, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b0208a5d-2e13-4034-b7d9-b7f586c672e2"], -Cell[35606, 988, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"bd7e846e-92a4-4717-80f3-071910b53970"], -Cell[CellGroupData[{ -Cell[37858, 1055, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bd7ffc8e-cdb3-4119-a1d2-10e99e7d2ca9", +Cell[37871, 1056, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bd7ffc8e-cdb3-4119-a1d2-10e99e7d2ca9", CellID->906383680], -Cell[37998, 1058, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8139c68d-12c9-424a-a23e-c10049aecc5c", +Cell[38011, 1059, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8139c68d-12c9-424a-a23e-c10049aecc5c", CellID->1194386356], -Cell[38220, 1064, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4339fe88-da3a-4d2a-9945-bd481abd576a", +Cell[38233, 1065, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4339fe88-da3a-4d2a-9945-bd481abd576a", CellID->1641706272], -Cell[38435, 1069, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"75b20961-bf9a-4798-980e-620e245ee8a2", +Cell[38448, 1070, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"75b20961-bf9a-4798-980e-620e245ee8a2", CellID->399251956], -Cell[38664, 1075, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7f9271b-ec5a-4ca1-9602-a485a4bf4097", +Cell[38677, 1076, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7f9271b-ec5a-4ca1-9602-a485a4bf4097", CellID->821434655] }, Open ]], -Cell[38901, 1081, 78, 0, 70, "FooterCell",ExpressionUUID->"b71cf867-2d70-4129-8ba3-2f532263a198"] +Cell[38914, 1082, 78, 0, 70, "FooterCell",ExpressionUUID->"fee00f4b-a8f1-43b5-8a07-b7c2d1a7ba38"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FTPreNuc.nb b/Documentation/English/ReferencePages/Symbols/FTPreNuc.nb index dd35f5a..9a9598b 100644 --- a/Documentation/English/ReferencePages/Symbols/FTPreNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/FTPreNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42870, 1111] -NotebookOptionsPosition[ 33889, 932] -NotebookOutlinePosition[ 35943, 985] -CellTagsIndexPosition[ 35858, 980] +NotebookDataLength[ 42877, 1111] +NotebookOptionsPosition[ 33910, 934] +NotebookOutlinePosition[ 35983, 987] +CellTagsIndexPosition[ 35898, 982] WindowTitle->FTPreNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7932fbd0-6670-4006-b2ff-26f2daa2e304"], + "8e795d49-566c-45f1-b834-bbbd38e7ca4e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e2c96380-627b-4858-8e88-90b28904912e"], + "ccdaf5f1-7ce6-43d1-9485-063b4d8aca72"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f60e8c03-ae0f-49bd-9885-bd6bb50fcfea"] - }],ExpressionUUID->"5bb1ae7f-4ec5-4c04-999c-52f7f2c88b44"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Nucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, + "df60442a-b9c4-4c6e-acac-10aa016a5eb0"] + }],ExpressionUUID->"983df5b6-44a0-4507-b104-d0d0938d4c70"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a2b1b589-61f8-433e-9b2a-9c8fdc93c5cb"], + "bd70c8a8-ee27-4f21-baa7-c670ca9c506d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "75628d4d-512d-494d-97b4-892b5225d2e4"] - }],ExpressionUUID->"2544c9c0-575f-48de-ac7d-9d79afadacfc"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e6f31b82-88ba-4e7b-bcf5-251821e7327a"] + }],ExpressionUUID->"03c922ce-8a97-4c4d-ba68-e178fdf2d3d5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8c152d44-46e8-48e8-8e09-85b89ebf372a"], + "c87eef7b-0980-477e-bd49-e5d9e165abbf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7816a9cb-4d35-4d8d-84a5-49648ad769d0"] - }],ExpressionUUID->"6a135dae-2455-465f-b761-89b4c32ffe9b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "84bc7884-36a2-4d9a-aee3-4a3d90932eac"] + }],ExpressionUUID->"a79f295b-f8bc-45df-920e-e938a49bdfab"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e8fe40e7-1191-4215-b295-299467d0102e"], + "2463c145-0548-435e-aff9-a9e0cf438059"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "69279ebc-7d12-47a8-a8f9-609ec9ecdb51"] - }],ExpressionUUID->"8bafe661-469b-4759-9969-c6e14534218b"], - StripOnInput->False], {"\<\"TUG/ref/FTPreNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FTPreNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/FTPreNuc.\ + "8c444633-4682-4e35-99d4-c1f1f2739ed1"] + }],ExpressionUUID->"6abe7b4c-ce50-4fd0-a554-0985e739edcc"], + StripOnInput->False],{ + "\"TUG/ref/FTPreNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FTPreNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/FTPreNuc.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$82638], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FTPreNuc" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$89949], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FTPreNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "86b981ac-486e-43a2-a8a0-8a06662fa15b"] + "893c7139-d2c4-4b89-b721-b0e41a509dfa"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bf98fdf6-95b1-4ab5-a6c0-c07b17b4104a"]} + "694b81c7-a3b6-4cdb-a2f4-6c3626f8aa70"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"edf8a128-9773-4cdf-aac4-3bb48ebea35e"], + CellID->1,ExpressionUUID->"07f0059f-bb3b-46bb-bf73-cee2fb5269a2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"fc0b6a5e-2b77-40e9-b7dc-821ca2fe89fa"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ba22ab0-60a3-4546-8fcb-1a674758a275"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FTPreNuc", "ObjectName",ExpressionUUID-> - "7216130c-c45b-4658-a524-7f7a4c736ff2"], + "1f9f6844-9913-4405-9fc2-2355d6189526"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0721dbba-da5b-4618-b7c0-0c19a262976a"], + "Spacer1"]],ExpressionUUID->"d68a16bc-ba85-473a-8985-ad0a641f76a3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7342e5de-6840-47e5-9212-8ae2de3cc773"] - }],ExpressionUUID->"2cd093b2-485b-497e-9907-e5b5f38e37aa"], Cell[BoxData[ + "ee237182-eaae-4312-a9c5-06414d3c49b7"] + }],ExpressionUUID->"ee6ab6cf-4fbd-4935-bfe0-6556d29aa158"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "72974751-8346-4a83-a73e-a5e3e99c18a5"]} + "53f1c2e7-2078-4e1e-b4d9-173c7e8bd5a8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cd575a0e-4f56-4bb5-8c47-d607bc884615"], + CacheGraphics->False,ExpressionUUID->"2de46e1a-c79e-4ce6-b3fa-1c6320268af5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "9b08faf3-55c9-44b9-9d3f-588853f0b27b"], " \[LineSeparator]tries to computes the pre-nucleolus by a Fenchel \ Transform Method." - }],ExpressionUUID->"6f206059-da77-4d82-8cef-2b27ac3bfc29"]} + }],ExpressionUUID->"77343dbf-a15f-4e21-a9e9-7b90991a977e"]} }]], "Usage", CellID->2107371961,ExpressionUUID->"b7c1cecb-192f-4b18-ac44-0e348a677f3e"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a7bd9445-63ec-4379-8563-296fc2393343"], + ExpressionUUID->"6026b342-42c4-4de8-b267-7b7ab920b78b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"27fa61e2-1dbd-4753-9d12-2947bfc5cf4e"], + "Spacer1"]],ExpressionUUID->"85d3130b-28bc-495c-b4e6-f4487065bf3a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d9a64dd9-2b07-4e24-aa4c-92bfa433ad38"], + }], "NotesFrameText",ExpressionUUID->"96325306-b0c0-44b4-9514-5547160909b1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5a730063-64b4-4dc8-9c1c-b4168b422391"]], \ + "Preemptive"]],ExpressionUUID->"8e6ac16a-e401-4c74-908c-0dd575f567a8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1760885025,ExpressionUUID->"a2d2bc6a-6065-47a7-8e0b-416dd756de63"], + CellID->274788798,ExpressionUUID->"6cb14216-7639-458c-b651-cafd9c0dd793"], Cell[TextData[{ "The input expression ", @@ -377,19 +382,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"273564a9-256f-40bb-886e-f0b89a1052a9"], + ExpressionUUID->"89378b01-577a-49ac-9dc1-aa74115b185e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aa3fbc8e-284d-47ec-bf01-f956b1cf997b"], + "Spacer1"]],ExpressionUUID->"2282edff-881d-4aad-9fc4-6ef6a859174d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "70cf2833-2bb7-44e2-ae47-859de6694a47"] + "775ce599-1ac4-4559-92ef-551738ce835f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1548505771,ExpressionUUID->"ac8182f2-88d6-4073-957e-a3b3ac4763cf"], + CellID->1030390766,ExpressionUUID->"c38a964f-cc6b-46e1-bf62-e592458680e4"], Cell[CellGroupData[{ @@ -418,18 +423,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8dac2909-863f-43fc-830d-fd8aa582ef86"], + ExpressionUUID->"14d36650-5300-4e94-94c9-b3354dd70069"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c15923b6-02f7-41f4-af3e-47cf988ce625"], + "Spacer1"]],ExpressionUUID->"cc5c9a6d-2e35-422f-a620-8c773699c866"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "177e0ac2-b457-4f25-9561-3e74229c1088"] + "291e2165-3fc7-4344-8854-97563a5066c5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->125167177,ExpressionUUID->"416194bf-b0ee-4bda-98c6-d7c43cf360a0"], + CellID->1315114305,ExpressionUUID->"87a234a6-83dc-4724-b67c-faf96f52a3d5"], Cell["Loading the package:", "ExampleText", CellID->1206276665,ExpressionUUID->"e18f12a8-0f48-4255-8298-1145446d3dc9"], @@ -634,8 +639,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -783,15 +786,15 @@ Cell[BoxData[GridBox[{ "fcb5e7af-7c7b-4be9-a821-fea3a0d6c1b7"] }], "SeeAlso",ExpressionUUID->"89b9be60-b323-4bb7-ac03-a7fb89fc2f18"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"12eca0f0-5fb5-41b9-81fd-\ -ab69c30ae022"], + }]], "SeeAlsoSection",ExpressionUUID->"1b9b9a0d-4819-4c26-80db-\ +129d4265a65c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -803,9 +806,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c9f9422a-ecda-41ad-930c-97901efc5c25"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3cbb6fce-f4bc-4734-b480-\ -faf0c1a73ef7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c97f0c60-599c-475c-861e-\ +a2684b84f581"], Cell[BoxData[GridBox[{ { @@ -822,7 +824,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "001f0e87-e510-4cdf-bdc1-3b6907e45b1b"]}]}, + "1e358a35-9596-42d6-ae1d-47f3301a72a5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -830,10 +832,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "382a6c63-243a-4838-8710-72b49e421ec1"]}]} + "cbe2155e-2a9a-4857-b01b-26adb7f98e8f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"6e6c8098-3d4a-4f4d-8a80-\ -30b1cfc34365"], + }]], "MoreAboutSection",ExpressionUUID->"15098b55-4a99-4aad-87df-\ +c02f59278879"], Cell[BoxData[GridBox[{ { @@ -860,7 +862,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NonLinPreNuc"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5e79a5ec-57ab-427f-adf3-b3ab750f269d"]], "RelatedLinks", + "28527bb6-3434-41b0-80ef-edeaebcd3e1f"]], "RelatedLinks", ExpressionUUID->"4eb4c271-f1d2-4adf-9ddc-4e61d5e6b726"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -877,7 +879,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NonLinNuc"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "798c4292-1b00-48b7-bfbf-54f36910bbaf"]], "RelatedLinks", + "597cad6d-ac1b-4b4d-9fc7-1be1db33164b"]], "RelatedLinks", ExpressionUUID->"84863477-709c-41a0-a3cb-43c80557c2bf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -894,11 +896,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9a70c935-e9e9-4728-92e5-149cfe3b42af"]], "RelatedLinks", + "bf70a264-77f4-4601-b42c-b014305bbbc5"]], "RelatedLinks", ExpressionUUID->"d371a9cd-d816-4b22-9425-7b2a40c7521d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8eabfb80-0fe7-4247-8642-\ -6e722e834a2d"], + }]], "RelatedLinksSection",ExpressionUUID->"04caf129-2d8a-4a7d-ba8c-\ +350bc4cb5fb1"], Cell[CellGroupData[{ @@ -928,11 +930,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c500d1ec-b64f-42c5-b84c-f140edd05c1a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6027cc89-c46a-44d1-9507-4113523f624e"] +Cell[" ", "FooterCell",ExpressionUUID->"0dfb31b3-f7aa-45e3-8d7f-1912a04530b5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FTPreNuc", TaggingRules->{ @@ -943,17 +945,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 7.159298}", + "built" -> "{2024, 6, 3, 16, 52, 51.773917}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "FTPreNuc[game] tries to computes the pre-nucleolus by a Fenchel \ Transform Method.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "FTPreNuc", "titlemodifier" -> "", "windowtitle" -> "FTPreNuc", "type" -> - "Symbol", "uri" -> "TUG/ref/FTPreNuc"}}, + "FTPreNuc", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "FTPreNuc", "type" -> "Symbol", "uri" -> "TUG/ref/FTPreNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -962,9 +964,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"450c97b2-a3c5-4d0b-9ab2-2b5526269d1b" +ExpressionUUID->"3aff2269-0998-496b-b37a-bd991bca7555" ] (* End of Notebook Content *) @@ -972,147 +974,145 @@ ExpressionUUID->"450c97b2-a3c5-4d0b-9ab2-2b5526269d1b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13589, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac8182f2-88d6-4073-957e-a3b3ac4763cf", + Cell[13643, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c38a964f-cc6b-46e1-bf62-e592458680e4", CellTags->"PrimaryExamplesSection", - CellID->1548505771]} + CellID->1030390766]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35657, 973} + {"PrimaryExamplesSection", 35697, 975} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7097, 168, 56, "AnchorBarGrid",ExpressionUUID->"edf8a128-9773-4cdf-aac4-3bb48ebea35e", +Cell[580, 21, 7152, 173, 57, "AnchorBarGrid",ExpressionUUID->"07f0059f-bb3b-46bb-bf73-cee2fb5269a2", CellID->1], -Cell[7680, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"fc0b6a5e-2b77-40e9-b7dc-821ca2fe89fa"], +Cell[7735, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1ba22ab0-60a3-4546-8fcb-1a674758a275"], Cell[CellGroupData[{ -Cell[7791, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"cd575a0e-4f56-4bb5-8c47-d607bc884615"], -Cell[9076, 232, 478, 10, 111, "Usage",ExpressionUUID->"b7c1cecb-192f-4b18-ac44-0e348a677f3e", +Cell[7846, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"2de46e1a-c79e-4ce6-b3fa-1c6320268af5"], +Cell[9131, 237, 478, 10, 111, "Usage",ExpressionUUID->"b7c1cecb-192f-4b18-ac44-0e348a677f3e", CellID->2107371961] }, Open ]], Cell[CellGroupData[{ -Cell[9591, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"a2d2bc6a-6065-47a7-8e0b-416dd756de63", +Cell[9646, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"6cb14216-7639-458c-b651-cafd9c0dd793", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1760885025], -Cell[11489, 296, 782, 20, 57, "]]",ExpressionUUID->"0434e9b0-7f65-47d3-bf73-faf45d6b8f07", + CellID->274788798], +Cell[11543, 301, 782, 20, 57, "]]",ExpressionUUID->"0434e9b0-7f65-47d3-bf73-faf45d6b8f07", CellID->209133038], -Cell[12274, 318, 489, 12, 37, "Notes",ExpressionUUID->"09d79846-4940-4255-bf7f-ff1d160cc286", +Cell[12328, 323, 489, 12, 38, "Notes",ExpressionUUID->"09d79846-4940-4255-bf7f-ff1d160cc286", CellID->177724765], -Cell[12766, 332, 208, 4, 36, "Notes",ExpressionUUID->"ed383d84-d2b3-4d24-8354-88f5a555328a", +Cell[12820, 337, 208, 4, 36, "Notes",ExpressionUUID->"ed383d84-d2b3-4d24-8354-88f5a555328a", CellID->1583847759], -Cell[12977, 338, 144, 1, 36, "Notes",ExpressionUUID->"8a70d8b3-8451-4725-870d-9d5ef12d2254", +Cell[13031, 343, 144, 1, 36, "Notes",ExpressionUUID->"8a70d8b3-8451-4725-870d-9d5ef12d2254", CellID->1895614068], -Cell[13124, 341, 201, 4, 36, "Notes",ExpressionUUID->"03dd1257-2d21-4fdd-bf96-4042ddc2ece7", +Cell[13178, 346, 201, 4, 36, "Notes",ExpressionUUID->"03dd1257-2d21-4fdd-bf96-4042ddc2ece7", CellID->1569654731], -Cell[13328, 347, 134, 1, 36, "Notes",ExpressionUUID->"8eec5eca-a855-4e6a-b2dc-1d62f17c5a12", +Cell[13382, 352, 134, 1, 36, "Notes",ExpressionUUID->"8eec5eca-a855-4e6a-b2dc-1d62f17c5a12", CellID->664451150] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13589, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac8182f2-88d6-4073-957e-a3b3ac4763cf", +Cell[13643, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c38a964f-cc6b-46e1-bf62-e592458680e4", CellTags->"PrimaryExamplesSection", - CellID->1548505771], + CellID->1030390766], Cell[CellGroupData[{ -Cell[15035, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"416194bf-b0ee-4bda-98c6-d7c43cf360a0", - CellID->125167177], -Cell[16436, 433, 119, 1, 38, "ExampleText",ExpressionUUID->"e18f12a8-0f48-4255-8298-1145446d3dc9", +Cell[15089, 400, 1399, 36, 30, "ExampleSection",ExpressionUUID->"87a234a6-83dc-4724-b67c-faf96f52a3d5", + CellID->1315114305], +Cell[16491, 438, 119, 1, 39, "ExampleText",ExpressionUUID->"e18f12a8-0f48-4255-8298-1145446d3dc9", CellID->1206276665], Cell[CellGroupData[{ -Cell[16580, 438, 168, 3, 27, "Input",ExpressionUUID->"8735ddba-6044-44af-9365-b7afe234e400", +Cell[16635, 443, 168, 3, 27, "Input",ExpressionUUID->"8735ddba-6044-44af-9365-b7afe234e400", CellID->2031742660], Cell[CellGroupData[{ -Cell[16773, 445, 206, 3, 23, "Print",ExpressionUUID->"a5036177-e2ce-46c9-80c6-26abc3e36729", +Cell[16828, 450, 206, 3, 23, "Print",ExpressionUUID->"a5036177-e2ce-46c9-80c6-26abc3e36729", CellID->853166655], -Cell[16982, 450, 336, 7, 23, "Print",ExpressionUUID->"49b431c8-aa6f-4e35-8e00-f2ccc976c020", +Cell[17037, 455, 336, 7, 23, "Print",ExpressionUUID->"49b431c8-aa6f-4e35-8e00-f2ccc976c020", CellID->1562529904], -Cell[17321, 459, 206, 3, 23, "Print",ExpressionUUID->"a7bba9f4-6a22-41d2-b95a-ae1088c6eee2", +Cell[17376, 464, 206, 3, 23, "Print",ExpressionUUID->"a7bba9f4-6a22-41d2-b95a-ae1088c6eee2", CellID->826997812], -Cell[17530, 464, 190, 2, 23, "Print",ExpressionUUID->"beda8236-0fcb-487a-b793-a015b78f7d77", +Cell[17585, 469, 190, 2, 23, "Print",ExpressionUUID->"beda8236-0fcb-487a-b793-a015b78f7d77", CellID->127972600], -Cell[17723, 468, 178, 2, 23, "Print",ExpressionUUID->"2cda345c-5ab2-4e05-8a6d-fba9d9afff6a", +Cell[17778, 473, 178, 2, 23, "Print",ExpressionUUID->"2cda345c-5ab2-4e05-8a6d-fba9d9afff6a", CellID->1197618199], -Cell[17904, 472, 208, 3, 23, "Print",ExpressionUUID->"66a9897f-0abd-40d2-9ec0-25f3eb76d065", +Cell[17959, 477, 208, 3, 23, "Print",ExpressionUUID->"66a9897f-0abd-40d2-9ec0-25f3eb76d065", CellID->1817818368], -Cell[18115, 477, 190, 2, 23, "Print",ExpressionUUID->"46614f00-8c02-4b77-b4bf-a8e7e63ac030", +Cell[18170, 482, 190, 2, 23, "Print",ExpressionUUID->"46614f00-8c02-4b77-b4bf-a8e7e63ac030", CellID->721390477], -Cell[18308, 481, 206, 3, 23, "Print",ExpressionUUID->"9e957b15-968f-4971-9634-9c5c9004a77e", +Cell[18363, 486, 206, 3, 23, "Print",ExpressionUUID->"9e957b15-968f-4971-9634-9c5c9004a77e", CellID->895980460], -Cell[18517, 486, 206, 3, 70, "Print",ExpressionUUID->"7745cd89-6b83-4fef-8a81-9eb5ae25a3c6", +Cell[18572, 491, 206, 3, 70, "Print",ExpressionUUID->"7745cd89-6b83-4fef-8a81-9eb5ae25a3c6", CellID->315023415], -Cell[18726, 491, 177, 2, 70, "Print",ExpressionUUID->"aa528a6f-e594-4291-b653-dea7ec11450b", +Cell[18781, 496, 177, 2, 70, "Print",ExpressionUUID->"aa528a6f-e594-4291-b653-dea7ec11450b", CellID->545070009], -Cell[18906, 495, 206, 3, 70, "Print",ExpressionUUID->"a72c09b8-ac8d-4461-9b51-73d23bb84a79", +Cell[18961, 500, 206, 3, 70, "Print",ExpressionUUID->"a72c09b8-ac8d-4461-9b51-73d23bb84a79", CellID->885258536] }, Open ]] }, Open ]], -Cell[19139, 502, 137, 1, 70, "ExampleText",ExpressionUUID->"48005f2b-30dc-47ac-a56a-189b86271ef7", +Cell[19194, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"48005f2b-30dc-47ac-a56a-189b86271ef7", CellID->1251770605], -Cell[19279, 505, 234, 6, 70, "Input",ExpressionUUID->"a41973f8-0bbf-42fe-9c31-dc3fd98c7a32", +Cell[19334, 510, 234, 6, 70, "Input",ExpressionUUID->"a41973f8-0bbf-42fe-9c31-dc3fd98c7a32", CellID->234419437], -Cell[19516, 513, 380, 9, 70, "Input",ExpressionUUID->"f8c1165e-10b4-46eb-88a1-2d2934f7ba66", +Cell[19571, 518, 380, 9, 70, "Input",ExpressionUUID->"f8c1165e-10b4-46eb-88a1-2d2934f7ba66", CellID->800836340], -Cell[19899, 524, 237, 6, 70, "Input",ExpressionUUID->"b927e4e4-5aae-4dd1-a321-0ea0d03e2af2", +Cell[19954, 529, 237, 6, 70, "Input",ExpressionUUID->"b927e4e4-5aae-4dd1-a321-0ea0d03e2af2", CellID->851348690], -Cell[20139, 532, 191, 4, 70, "ExampleText",ExpressionUUID->"b3f55127-2743-4410-8089-b7f56edc47b2", +Cell[20194, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"b3f55127-2743-4410-8089-b7f56edc47b2", CellID->1926690798], Cell[CellGroupData[{ -Cell[20355, 540, 166, 3, 70, "Input",ExpressionUUID->"869e8e06-eef3-4658-b89c-bd1097fb2ba0", +Cell[20410, 545, 166, 3, 70, "Input",ExpressionUUID->"869e8e06-eef3-4658-b89c-bd1097fb2ba0", CellID->1622976355], -Cell[20524, 545, 173, 4, 36, "Output",ExpressionUUID->"ea2ddd47-e07d-423f-ba9c-fb411003c485", +Cell[20579, 550, 173, 4, 36, "Output",ExpressionUUID->"ea2ddd47-e07d-423f-ba9c-fb411003c485", CellID->221000128] }, Open ]], -Cell[20712, 552, 224, 4, 70, "ExampleText",ExpressionUUID->"c16a9fdb-3d84-4747-a9de-fbc33d73ba00", +Cell[20767, 557, 224, 4, 70, "ExampleText",ExpressionUUID->"c16a9fdb-3d84-4747-a9de-fbc33d73ba00", CellID->327824488], Cell[CellGroupData[{ -Cell[20961, 560, 199, 4, 70, "Input",ExpressionUUID->"fda94e8d-a474-4969-a7b6-2b209dda0ba5", +Cell[21016, 565, 199, 4, 70, "Input",ExpressionUUID->"fda94e8d-a474-4969-a7b6-2b209dda0ba5", CellID->376897831], -Cell[21163, 566, 315, 9, 51, "Output",ExpressionUUID->"5cb25f51-ff90-443c-bb3c-6dbd4c4b2f84", +Cell[21218, 571, 315, 9, 50, "Output",ExpressionUUID->"5cb25f51-ff90-443c-bb3c-6dbd4c4b2f84", CellID->1129431713] }, Open ]], -Cell[21493, 578, 141, 1, 70, "ExampleText",ExpressionUUID->"972ce9c8-11c4-4dd6-af65-a990cc682160", +Cell[21548, 583, 141, 1, 70, "ExampleText",ExpressionUUID->"972ce9c8-11c4-4dd6-af65-a990cc682160", CellID->244974667], Cell[CellGroupData[{ -Cell[21659, 583, 202, 4, 70, "Input",ExpressionUUID->"810d7e9d-37e3-4733-8b44-444413e4fb06", +Cell[21714, 588, 202, 4, 70, "Input",ExpressionUUID->"810d7e9d-37e3-4733-8b44-444413e4fb06", CellID->1693610008], -Cell[21864, 589, 159, 3, 36, "Output",ExpressionUUID->"fce94cc2-1797-4f6b-8dfe-10b7ac421f80", +Cell[21919, 594, 159, 3, 36, "Output",ExpressionUUID->"fce94cc2-1797-4f6b-8dfe-10b7ac421f80", CellID->382088588] }, Open ]], Cell[CellGroupData[{ -Cell[22060, 597, 188, 4, 70, "Input",ExpressionUUID->"357eeb95-c4a3-4584-89c6-b183b439671e", +Cell[22115, 602, 188, 4, 70, "Input",ExpressionUUID->"357eeb95-c4a3-4584-89c6-b183b439671e", CellID->6434536], -Cell[22251, 603, 270, 7, 51, "Output",ExpressionUUID->"ea4e462d-b5c5-415b-90c8-ba168fb62b6d", +Cell[22306, 608, 270, 7, 50, "Output",ExpressionUUID->"ea4e462d-b5c5-415b-90c8-ba168fb62b6d", CellID->1944067087] }, Open ]], -Cell[22536, 613, 131, 1, 70, "ExampleText",ExpressionUUID->"0f541a8a-1fc7-4085-89ee-0deed17e875d", +Cell[22591, 618, 131, 1, 70, "ExampleText",ExpressionUUID->"0f541a8a-1fc7-4085-89ee-0deed17e875d", CellID->1911672247], Cell[CellGroupData[{ -Cell[22692, 618, 201, 4, 70, "Input",ExpressionUUID->"4b569a01-393c-4c95-97e8-bba4b420bca8", +Cell[22747, 623, 201, 4, 70, "Input",ExpressionUUID->"4b569a01-393c-4c95-97e8-bba4b420bca8", CellID->102299767], -Cell[22896, 624, 161, 3, 36, "Output",ExpressionUUID->"a268675a-6331-4dcf-a210-bec57be8ad2b", +Cell[22951, 629, 161, 3, 36, "Output",ExpressionUUID->"a268675a-6331-4dcf-a210-bec57be8ad2b", CellID->1637889213] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23354, 641, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"1b9b9a0d-4819-4c26-80db-129d4265a65c"], +Cell[28844, 791, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c97f0c60-599c-475c-861e-a2684b84f581"], +Cell[29517, 811, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"15098b55-4a99-4aad-87df-c02f59278879"], +Cell[30553, 839, 2207, 63, 70, "RelatedLinksSection",ExpressionUUID->"04caf129-2d8a-4a7d-ba8c-350bc4cb5fb1"], Cell[CellGroupData[{ -Cell[23321, 638, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"12eca0f0-5fb5-41b9-81fd-ab69c30ae022"], -Cell[28811, 788, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3cbb6fce-f4bc-4734-b480-faf0c1a73ef7"] -}, Open ]], -Cell[29496, 809, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6e6c8098-3d4a-4f4d-8a80-30b1cfc34365"], -Cell[30532, 837, 2207, 63, 70, "RelatedLinksSection",ExpressionUUID->"8eabfb80-0fe7-4247-8642-6e722e834a2d"], -Cell[CellGroupData[{ -Cell[32764, 904, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b71c08da-a11f-405e-a362-98034c9cbafe", +Cell[32785, 906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b71c08da-a11f-405e-a362-98034c9cbafe", CellID->437175998], -Cell[32904, 907, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6015312d-1810-48e8-bc3a-d95964e452b1", +Cell[32925, 909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6015312d-1810-48e8-bc3a-d95964e452b1", CellID->1194386356], -Cell[33126, 913, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fa2e0d3a-c304-4243-a252-838a8085f26b", +Cell[33147, 915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fa2e0d3a-c304-4243-a252-838a8085f26b", CellID->1641706272], -Cell[33341, 918, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"96b67ffd-c6c8-4c32-a0a2-fe471fcaa930", +Cell[33362, 920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"96b67ffd-c6c8-4c32-a0a2-fe471fcaa930", CellID->399251956], -Cell[33570, 924, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c500d1ec-b64f-42c5-b84c-f140edd05c1a", +Cell[33591, 926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c500d1ec-b64f-42c5-b84c-f140edd05c1a", CellID->821434655] }, Open ]], -Cell[33807, 930, 78, 0, 70, "FooterCell",ExpressionUUID->"6027cc89-c46a-44d1-9507-4113523f624e"] +Cell[33828, 932, 78, 0, 70, "FooterCell",ExpressionUUID->"0dfb31b3-f7aa-45e3-8d7f-1912a04530b5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FifthCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/FifthCriticalVal.nb index 823c81f..e3a6b9c 100644 --- a/Documentation/English/ReferencePages/Symbols/FifthCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/FifthCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43274, 1122] -NotebookOptionsPosition[ 34245, 944] -NotebookOutlinePosition[ 36382, 998] -CellTagsIndexPosition[ 36297, 993] +NotebookDataLength[ 43274, 1121] +NotebookOptionsPosition[ 34255, 944] +NotebookOutlinePosition[ 36415, 999] +CellTagsIndexPosition[ 36330, 994] WindowTitle->FifthCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a7a3d9d2-2418-46a0-b870-29fbf1e4eafd"], + "698f6a08-f0f9-46e5-aba4-50aaea2aafb6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a26194d1-b358-46aa-981c-2b5609992cca"], + "4369c4b2-0759-49d5-9db2-fa81456080de"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4a8fa26-0e81-4e7c-9678-ac179e557e24"] - }],ExpressionUUID->"2416db3e-7ece-4e2c-831d-1a6980b8a1a1"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"ThirdCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCriticalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "c1080e6f-86c2-46a3-b6c7-3804c9d8bffa"] + }],ExpressionUUID->"8e06efe2-b11b-4d30-9e5e-6a21422c90f5"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"ThirdCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCriticalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "afdaad1c-1627-46e2-9137-e25b12048213"], + "f265c12c-e9a1-46a5-bd1e-44a72db5c982"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "36152754-7cc8-4d68-8f51-024c12b3988a"] - }],ExpressionUUID->"b89e6055-72f6-455c-806e-0e90c55870b2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7662bafc-e838-4e92-8a1e-3ff1067b997e"] + }],ExpressionUUID->"309d6e4b-7ec8-44f0-ae01-b9f4e0c7597c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d8648531-e460-4952-bb91-5b39e834bb66"], + "96a01954-986e-4a74-bb3d-d842c1cc6079"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e9ef4240-13bf-4984-a766-1e242732c9b2"] - }],ExpressionUUID->"3497d8fb-fa67-4e65-8a7d-a41e3c173997"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0b605c10-d060-4227-aaec-81ba20bfb7fa"] + }],ExpressionUUID->"cabae490-105c-4a8a-8aad-3a393666335e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "01289fef-d2db-4dbe-b704-188a9f933bb5"], + "d44d6fe7-125c-4662-885b-3eb602e3b635"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "355acaaa-bab8-421b-b538-f33208c1f435"] - }],ExpressionUUID->"146509fb-8113-490f-a9e1-35c6534966fd"], - StripOnInput->False], {"\<\"TUG/ref/FifthCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FifthCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "fec785d8-3cba-49ed-833a-df146a8cbd66"] + }],ExpressionUUID->"151a443d-0009-4d83-9849-2038449d2508"], + StripOnInput->False],{ + "\"TUG/ref/FifthCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FifthCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ FifthCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$78361], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FifthCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$84696], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FifthCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "094dc7d1-b55f-4826-a714-3e480a24e839"] + "e2b89d72-b719-4ac3-af5e-8af80d143d61"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "20434447-1950-4098-9560-ad113f96633d"]} + "fc405d60-9588-4a17-a287-82578367c715"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4e307f58-5797-4166-bd36-cb8aad55c205"], + CellID->1,ExpressionUUID->"ccd8e7fa-7f8f-43f4-959c-641cf7489078"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6cdd9f86-64a2-40b7-8405-781c2e14c4dd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2f6ac576-0368-4317-9871-cbbc1494cac8"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FifthCriticalVal", "ObjectName",ExpressionUUID-> - "4fd99084-0f26-46a8-adbd-aac92a94d7a6"], + "08e6302a-24b6-457d-b9d6-f7bee8e26f59"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"af11bac6-a9af-4210-befd-27811f351d18"], + "Spacer1"]],ExpressionUUID->"4c50344e-4f02-4d7a-980b-a82bb20224a6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "16feee13-1c2a-4c4b-8e01-8edfdd76c848"] - }],ExpressionUUID->"dbdcc11e-1877-4ba7-ac89-6e9a1195a2af"], Cell[BoxData[ + "0cd31a13-a5a5-4806-96e2-dc3be1373c10"] + }],ExpressionUUID->"d57c36bf-15e4-46c7-b711-c12b11e2c823"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b9375bbc-d128-482d-95c5-3d9f369cfa61"]} + "d727496b-4243-4037-828c-0c057ef23c50"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ab4f0d0b-e69e-4feb-bca9-4a9c05f028ec"], + CacheGraphics->False,ExpressionUUID->"805c6ee5-d078-467c-ab36-677832987875"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "cac2723c-61a3-42b8-a3da-5a3b76a096e5"], " \[LineSeparator]the union of the lower set and the core is included in \ the strong epsilon-core iff epsilon >= epsilon5." - }],ExpressionUUID->"26cb12e7-53a8-4846-8599-38dbe2acdad8"]} + }],ExpressionUUID->"051f0c6e-da61-4c7f-937c-019f171d0a9e"]} }]], "Usage", CellID->1389320459,ExpressionUUID->"c462bd52-7bd9-4a97-9955-cfe74d525128"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"28c705ee-528f-4362-9509-7b67cdbf3c19"], + ExpressionUUID->"d98dc5f7-4e5b-4e15-b39e-e378c1762e72"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"934ee68f-730a-428b-8f81-0407be505d47"], + "Spacer1"]],ExpressionUUID->"2ff9b787-f0bc-470f-be46-4b8bbb702415"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"da797e03-e991-40b6-8c4c-2b6733d35507"], + }], "NotesFrameText",ExpressionUUID->"2ca88ada-f4be-4b4e-b6dd-028c32c0ffcc"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"788c4640-35aa-45d1-802e-0d8303609d94"]], \ + "Preemptive"]],ExpressionUUID->"6db4045d-b0cf-42e0-945b-8b124c637e48"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->779419195,ExpressionUUID->"eb226dfe-4103-4d9c-8530-b122c2379ceb"], + CellID->816110079,ExpressionUUID->"afc79845-cfd6-4380-90d2-8c4cef2c1c29"], Cell[TextData[{ "The input expression ", @@ -423,19 +426,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"488c7971-4d67-4728-aa3a-2e2e390a607d"], + ExpressionUUID->"edb83deb-68a6-4ab1-a46c-b76fa907e346"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a1795c50-49ee-4f99-9d7e-d3ba49576c5e"], + "Spacer1"]],ExpressionUUID->"963fab08-5f13-425f-bb68-0422897da778"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "91022a6d-8e35-4f1d-adfc-bf0fd6e8cc6b"] + "22a8265e-6530-4223-947a-fb5ed61ff7dd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1684663819,ExpressionUUID->"8a798096-6469-44ed-9e76-3c8f3e2c9b06"], + CellID->1221204118,ExpressionUUID->"f5f13a89-85f8-4112-a8bd-c50850c515cc"], Cell[CellGroupData[{ @@ -464,18 +467,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90d32901-0496-4522-83dc-bce9e1c95386"], + ExpressionUUID->"117936ea-1f82-44b5-934b-ec59237f2442"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ac3f3788-39d9-47a6-9023-3b04b575ca6c"], + "Spacer1"]],ExpressionUUID->"b415298b-60b4-43d6-ba91-d52aea85aa28"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ad7638e0-6ebf-4d53-8f0c-36d7316fc3b5"] + "7cdbf05f-93dd-4325-b5aa-367b38b3f542"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->754304142,ExpressionUUID->"8f8e7439-ea8e-48d8-be0f-0d2a39e92e3c"], + CellID->717964644,ExpressionUUID->"e805f38b-6f79-4c7d-bafd-2a9be6a81102"], Cell["Loading the package:", "ExampleText", CellID->198281769,ExpressionUUID->"b2e4a19e-e05c-46d5-89d8-7b30b9da0662"], @@ -659,8 +662,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -794,15 +795,15 @@ Cell[BoxData[GridBox[{ "38f64454-455d-4d3a-9968-85498614ba87"] }], "SeeAlso",ExpressionUUID->"0e0e3c66-6136-44d1-82f6-aa59dac94125"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"532f6473-e80d-427e-8ef6-\ -56722f38c636"], + }]], "SeeAlsoSection",ExpressionUUID->"c5d3a412-41d4-4a84-ba73-\ +43965623c9c2"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -814,9 +815,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"fe7a0267-f8cb-4713-8a90-7e6427be4b32"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ebb06f6f-a332-4f87-bd23-\ -b055699447a8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"563458b1-69f6-4088-89cc-\ +72c339bac400"], Cell[BoxData[GridBox[{ { @@ -833,7 +833,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b13737b7-4325-4ee1-a007-42947ec01cb2"]}]}, + "b3d2ac58-1081-4ef0-8463-8796f1d90e86"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -841,10 +841,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "60c7b4ed-ca33-492e-8b40-6b3fbf73c8cc"]}]} + "ff3363b6-6edb-4f32-a143-b16320805dcc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3d3554ef-4cd6-49b8-9a7e-\ -f2bbdbcc5c60"], + }]], "MoreAboutSection",ExpressionUUID->"4b48f739-e9c9-4963-b184-\ +f8a1fdf92e8a"], Cell[BoxData[GridBox[{ { @@ -872,7 +872,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "757a9c91-381f-461a-8785-c5809b1e0c16"]], "RelatedLinks", + "22a25533-6528-4347-ac72-9adb824c881f"]], "RelatedLinks", ExpressionUUID->"0c02de02-62a2-41ce-901d-ce10ab417ec7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -889,7 +889,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8443b74f-0b23-47d0-a79a-023edb171319"]], "RelatedLinks", + "c80e4662-d356-49bc-b4f1-09796cfbbbbe"]], "RelatedLinks", ExpressionUUID->"04bf9b3a-d620-4391-8b3f-c6537ef1b8b7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -906,11 +906,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9492d6aa-3e68-4937-b18c-8dd4fc1f8d6f"]], "RelatedLinks", + "f86e9439-5820-4fa7-b1fb-b4bead48984b"]], "RelatedLinks", ExpressionUUID->"95ec0de0-7fa1-4606-a292-9556db248a9e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3a3a0d5b-0958-4526-b20f-\ -def18f21b392"], + }]], "RelatedLinksSection",ExpressionUUID->"e4174343-262c-4220-a4cc-\ +63a41bf3e92d"], Cell[CellGroupData[{ @@ -940,11 +940,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a782bd6e-70ad-4d3e-bdd8-a16ff6cb4301"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b14e4b61-6313-42d2-bb62-319d9df0703a"] +Cell[" ", "FooterCell",ExpressionUUID->"cf87d086-489d-4b8f-94b1-128fbfbe44e1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FifthCriticalVal", TaggingRules->{ @@ -955,7 +955,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 56.203452}", + "built" -> "{2024, 6, 3, 16, 52, 44.537523}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -963,10 +963,11 @@ TaggingRules->{ "FifthCriticalVal[game] the union of the lower set and the core is \ included in the strong epsilon-core iff epsilon >= epsilon5.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "FifthCriticalVal", - "titlemodifier" -> "", "windowtitle" -> "FifthCriticalVal", "type" -> - "Symbol", "uri" -> "TUG/ref/FifthCriticalVal"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "FifthCriticalVal", "type" -> "Symbol", "uri" -> + "TUG/ref/FifthCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -975,9 +976,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a57b4783-914c-4db8-b6ff-b6cffa85cbef" +ExpressionUUID->"47c63869-bcb2-4798-94a9-9f779e0c68d5" ] (* End of Notebook Content *) @@ -985,145 +986,143 @@ ExpressionUUID->"a57b4783-914c-4db8-b6ff-b6cffa85cbef" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14951, 400, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a798096-6469-44ed-9e76-3c8f3e2c9b06", + Cell[14995, 403, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f5f13a89-85f8-4112-a8bd-c50850c515cc", CellTags->"PrimaryExamplesSection", - CellID->1684663819]} + CellID->1221204118]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36096, 986} + {"PrimaryExamplesSection", 36129, 987} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7136, 169, 56, "AnchorBarGrid",ExpressionUUID->"4e307f58-5797-4166-bd36-cb8aad55c205", +Cell[588, 21, 7180, 172, 57, "AnchorBarGrid",ExpressionUUID->"ccd8e7fa-7f8f-43f4-959c-641cf7489078", CellID->1], -Cell[7727, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6cdd9f86-64a2-40b7-8405-781c2e14c4dd"], +Cell[7771, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2f6ac576-0368-4317-9871-cbbc1494cac8"], Cell[CellGroupData[{ -Cell[7838, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"ab4f0d0b-e69e-4feb-bca9-4a9c05f028ec"], -Cell[9131, 233, 523, 10, 111, "Usage",ExpressionUUID->"c462bd52-7bd9-4a97-9955-cfe74d525128", +Cell[7882, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"805c6ee5-d078-467c-ab36-677832987875"], +Cell[9175, 236, 523, 10, 111, "Usage",ExpressionUUID->"c462bd52-7bd9-4a97-9955-cfe74d525128", CellID->1389320459] }, Open ]], Cell[CellGroupData[{ -Cell[9691, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"eb226dfe-4103-4d9c-8530-b122c2379ceb", +Cell[9735, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"afc79845-cfd6-4380-90d2-8c4cef2c1c29", CellGroupingRules->{"SectionGrouping", 50}, - CellID->779419195], -Cell[11588, 297, 518, 12, 57, "]]",ExpressionUUID->"fe06f2cf-e44a-4f1a-abff-134b2d0fb0bb", + CellID->816110079], +Cell[11632, 300, 518, 12, 57, "]]",ExpressionUUID->"fe06f2cf-e44a-4f1a-abff-134b2d0fb0bb", CellID->313448337], -Cell[12109, 311, 489, 12, 37, "Notes",ExpressionUUID->"c8b890e0-14d2-4f6a-95bb-aa6861306907", +Cell[12153, 314, 489, 12, 38, "Notes",ExpressionUUID->"c8b890e0-14d2-4f6a-95bb-aa6861306907", CellID->177724765], -Cell[12601, 325, 167, 3, 36, "Notes",ExpressionUUID->"f22e32f8-ef51-4acf-b1ff-699c00263466", +Cell[12645, 328, 167, 3, 36, "Notes",ExpressionUUID->"f22e32f8-ef51-4acf-b1ff-699c00263466", CellID->1801750560], -Cell[12771, 330, 358, 12, 36, "Notes",ExpressionUUID->"2f7b17fa-d5de-4aa1-8c1b-fc6ac8addd74", +Cell[12815, 333, 358, 12, 36, "Notes",ExpressionUUID->"2f7b17fa-d5de-4aa1-8c1b-fc6ac8addd74", CellID->797578006], -Cell[13132, 344, 217, 4, 36, "Notes",ExpressionUUID->"6d43f063-5c77-4b1a-a342-3a60c0f8e272", +Cell[13176, 347, 217, 4, 36, "Notes",ExpressionUUID->"6d43f063-5c77-4b1a-a342-3a60c0f8e272", CellID->1628085370], -Cell[13352, 350, 171, 3, 36, "Notes",ExpressionUUID->"d8de0ed0-06f2-4a53-8801-9aaaffadf452", +Cell[13396, 353, 171, 3, 36, "Notes",ExpressionUUID->"d8de0ed0-06f2-4a53-8801-9aaaffadf452", CellID->282190721], -Cell[13526, 355, 281, 6, 36, "Notes",ExpressionUUID->"556db767-8c39-493b-8139-218aec3f27ec", +Cell[13570, 358, 281, 6, 36, "Notes",ExpressionUUID->"556db767-8c39-493b-8139-218aec3f27ec", CellID->211260780], -Cell[13810, 363, 228, 6, 36, "Notes",ExpressionUUID->"d242434c-7b9e-4a3b-b501-c12f0d6e79b3", +Cell[13854, 366, 228, 6, 36, "Notes",ExpressionUUID->"d242434c-7b9e-4a3b-b501-c12f0d6e79b3", CellID->1011052771], -Cell[14041, 371, 647, 20, 78, "Notes",ExpressionUUID->"e30c9d08-4a1a-4e71-9581-33c8ab4fd561", +Cell[14085, 374, 647, 20, 78, "Notes",ExpressionUUID->"e30c9d08-4a1a-4e71-9581-33c8ab4fd561", CellID->105973396], -Cell[14691, 393, 133, 1, 36, "Notes",ExpressionUUID->"8485a29b-a32c-4e04-a9ba-5b102ab8ae20", +Cell[14735, 396, 133, 1, 36, "Notes",ExpressionUUID->"8485a29b-a32c-4e04-a9ba-5b102ab8ae20", CellID->84961712] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14951, 400, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a798096-6469-44ed-9e76-3c8f3e2c9b06", +Cell[14995, 403, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f5f13a89-85f8-4112-a8bd-c50850c515cc", CellTags->"PrimaryExamplesSection", - CellID->1684663819], + CellID->1221204118], Cell[CellGroupData[{ -Cell[16397, 441, 1398, 36, 30, "ExampleSection",ExpressionUUID->"8f8e7439-ea8e-48d8-be0f-0d2a39e92e3c", - CellID->754304142], -Cell[17798, 479, 118, 1, 38, "ExampleText",ExpressionUUID->"b2e4a19e-e05c-46d5-89d8-7b30b9da0662", +Cell[16441, 444, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e805f38b-6f79-4c7d-bafd-2a9be6a81102", + CellID->717964644], +Cell[17842, 482, 118, 1, 39, "ExampleText",ExpressionUUID->"b2e4a19e-e05c-46d5-89d8-7b30b9da0662", CellID->198281769], Cell[CellGroupData[{ -Cell[17941, 484, 168, 3, 27, "Input",ExpressionUUID->"63bfe98e-35a2-464d-87be-7c1c892af411", +Cell[17985, 487, 168, 3, 27, "Input",ExpressionUUID->"63bfe98e-35a2-464d-87be-7c1c892af411", CellID->1615836461], Cell[CellGroupData[{ -Cell[18134, 491, 236, 4, 70, "Print",ExpressionUUID->"ee0f4eb9-bfa9-4108-88fc-e90878ea8aef", +Cell[18178, 494, 236, 4, 70, "Print",ExpressionUUID->"ee0f4eb9-bfa9-4108-88fc-e90878ea8aef", CellID->110955746], -Cell[18373, 497, 365, 8, 70, "Print",ExpressionUUID->"210ec3d9-0d76-44a7-94c3-403b5c3cae58", +Cell[18417, 500, 365, 8, 70, "Print",ExpressionUUID->"210ec3d9-0d76-44a7-94c3-403b5c3cae58", CellID->855816147], -Cell[18741, 507, 237, 4, 70, "Print",ExpressionUUID->"27be94a9-47fb-4d9e-8a0f-2724a37ce138", +Cell[18785, 510, 237, 4, 70, "Print",ExpressionUUID->"27be94a9-47fb-4d9e-8a0f-2724a37ce138", CellID->1228807749], -Cell[18981, 513, 221, 3, 70, "Print",ExpressionUUID->"dc3ab2ea-cac6-4e88-b8ce-a6728b4217a5", +Cell[19025, 516, 221, 3, 70, "Print",ExpressionUUID->"dc3ab2ea-cac6-4e88-b8ce-a6728b4217a5", CellID->1425247626], -Cell[19205, 518, 206, 3, 70, "Print",ExpressionUUID->"ccb0ba4e-e229-47d1-a2e8-d881b937cfe4", +Cell[19249, 521, 206, 3, 70, "Print",ExpressionUUID->"ccb0ba4e-e229-47d1-a2e8-d881b937cfe4", CellID->22987044], -Cell[19414, 523, 238, 4, 70, "Print",ExpressionUUID->"a91c574f-9841-4892-93aa-ce15d814bbcb", +Cell[19458, 526, 238, 4, 70, "Print",ExpressionUUID->"a91c574f-9841-4892-93aa-ce15d814bbcb", CellID->1477777083], -Cell[19655, 529, 221, 3, 70, "Print",ExpressionUUID->"d712117d-551d-4d59-bd47-bd723805d9c3", +Cell[19699, 532, 221, 3, 70, "Print",ExpressionUUID->"d712117d-551d-4d59-bd47-bd723805d9c3", CellID->1525226246], -Cell[19879, 534, 236, 4, 70, "Print",ExpressionUUID->"ce7e06c5-31e3-4f88-a623-12f0e027afa7", +Cell[19923, 537, 236, 4, 70, "Print",ExpressionUUID->"ce7e06c5-31e3-4f88-a623-12f0e027afa7", CellID->198619299], -Cell[20118, 540, 236, 4, 70, "Print",ExpressionUUID->"67bcf421-aa3e-4a45-b321-0d55790bc42e", +Cell[20162, 543, 236, 4, 70, "Print",ExpressionUUID->"67bcf421-aa3e-4a45-b321-0d55790bc42e", CellID->716982858], -Cell[20357, 546, 207, 3, 70, "Print",ExpressionUUID->"d92bb00e-5374-4be4-a8c2-ee6cd78f326a", +Cell[20401, 549, 207, 3, 70, "Print",ExpressionUUID->"d92bb00e-5374-4be4-a8c2-ee6cd78f326a", CellID->958039537], -Cell[20567, 551, 237, 4, 70, "Print",ExpressionUUID->"662d7184-bf52-4b37-b499-a6363da87ba3", +Cell[20611, 554, 237, 4, 70, "Print",ExpressionUUID->"662d7184-bf52-4b37-b499-a6363da87ba3", CellID->1885453128] }, Open ]] }, Open ]], -Cell[20831, 559, 137, 1, 70, "ExampleText",ExpressionUUID->"7c298188-9dbd-4e73-aec3-45a315ee5134", +Cell[20875, 562, 137, 1, 70, "ExampleText",ExpressionUUID->"7c298188-9dbd-4e73-aec3-45a315ee5134", CellID->1377848166], -Cell[20971, 562, 234, 6, 70, "Input",ExpressionUUID->"cf78953d-5435-4032-86ee-3748b55fa105", +Cell[21015, 565, 234, 6, 70, "Input",ExpressionUUID->"cf78953d-5435-4032-86ee-3748b55fa105", CellID->220579165], Cell[CellGroupData[{ -Cell[21230, 572, 360, 8, 70, "Input",ExpressionUUID->"a10a97bd-3fd2-49ee-a034-98a209ad7a3c", +Cell[21274, 575, 360, 8, 70, "Input",ExpressionUUID->"a10a97bd-3fd2-49ee-a034-98a209ad7a3c", CellID->1622301531], -Cell[21593, 582, 363, 8, 36, "Output",ExpressionUUID->"ac42bd78-bec5-435c-9531-cc72e9355522", +Cell[21637, 585, 363, 8, 36, "Output",ExpressionUUID->"ac42bd78-bec5-435c-9531-cc72e9355522", CellID->1085686903] }, Open ]], -Cell[21971, 593, 148, 1, 70, "ExampleText",ExpressionUUID->"17a5add5-ce26-40d9-ba1a-9ebd461a3755", +Cell[22015, 596, 148, 1, 70, "ExampleText",ExpressionUUID->"17a5add5-ce26-40d9-ba1a-9ebd461a3755", CellID->1365581333], -Cell[22122, 596, 238, 6, 70, "Input",ExpressionUUID->"7ce8def9-df21-4799-a4ab-6f577d15708a", +Cell[22166, 599, 238, 6, 70, "Input",ExpressionUUID->"7ce8def9-df21-4799-a4ab-6f577d15708a", CellID->1021715458], Cell[CellGroupData[{ -Cell[22385, 606, 165, 3, 70, "Input",ExpressionUUID->"722b2d88-17b8-4887-b948-72529996f4a0", +Cell[22429, 609, 165, 3, 70, "Input",ExpressionUUID->"722b2d88-17b8-4887-b948-72529996f4a0", CellID->1102903253], -Cell[22553, 611, 159, 3, 36, "Output",ExpressionUUID->"58082d76-c938-48a9-9001-803c4394d73d", +Cell[22597, 614, 159, 3, 36, "Output",ExpressionUUID->"58082d76-c938-48a9-9001-803c4394d73d", CellID->560660209] }, Open ]], -Cell[22727, 617, 188, 4, 70, "ExampleText",ExpressionUUID->"8a3d0ef4-d3e9-41e5-a17a-7e9deb689fc4", +Cell[22771, 620, 188, 4, 70, "ExampleText",ExpressionUUID->"8a3d0ef4-d3e9-41e5-a17a-7e9deb689fc4", CellID->187521654], Cell[CellGroupData[{ -Cell[22940, 625, 174, 3, 70, "Input",ExpressionUUID->"0a82904f-d5e7-4675-a31f-599d0216a5df", +Cell[22984, 628, 174, 3, 70, "Input",ExpressionUUID->"0a82904f-d5e7-4675-a31f-599d0216a5df", CellID->1303906180], -Cell[23117, 630, 174, 4, 36, "Output",ExpressionUUID->"f53b6faf-64ad-4a6e-824d-c3f0b40d8577", +Cell[23161, 633, 174, 4, 36, "Output",ExpressionUUID->"f53b6faf-64ad-4a6e-824d-c3f0b40d8577", CellID->1593984225] }, Open ]], -Cell[23306, 637, 133, 1, 70, "ExampleText",ExpressionUUID->"f79d7df8-1746-43d6-8b12-0a78fabf6cc0", +Cell[23350, 640, 133, 1, 70, "ExampleText",ExpressionUUID->"f79d7df8-1746-43d6-8b12-0a78fabf6cc0", CellID->1711978682], Cell[CellGroupData[{ -Cell[23464, 642, 173, 3, 70, "Input",ExpressionUUID->"6acda7e5-9da0-4c17-b631-a246c96a86cf", +Cell[23508, 645, 173, 3, 70, "Input",ExpressionUUID->"6acda7e5-9da0-4c17-b631-a246c96a86cf", CellID->398782434], -Cell[23640, 647, 219, 5, 36, "Output",ExpressionUUID->"e13d4b7b-ca25-44b6-9b73-e8ad8a07cb30", +Cell[23684, 650, 219, 5, 36, "Output",ExpressionUUID->"e13d4b7b-ca25-44b6-9b73-e8ad8a07cb30", CellID->1274869774] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24145, 664, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"c5d3a412-41d4-4a84-ba73-43965623c9c2"], +Cell[29120, 800, 670, 18, 70, "TechNotesSection",ExpressionUUID->"563458b1-69f6-4088-89cc-72c339bac400"], +Cell[29793, 820, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4b48f739-e9c9-4963-b184-f8a1fdf92e8a"], +Cell[30829, 848, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"e4174343-262c-4220-a4cc-63a41bf3e92d"], Cell[CellGroupData[{ -Cell[24123, 663, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"532f6473-e80d-427e-8ef6-56722f38c636"], -Cell[29098, 799, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ebb06f6f-a332-4f87-bd23-b055699447a8"] -}, Open ]], -Cell[29783, 820, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3d3554ef-4cd6-49b8-9a7e-f2bbdbcc5c60"], -Cell[30819, 848, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"3a3a0d5b-0958-4526-b20f-def18f21b392"], -Cell[CellGroupData[{ -Cell[33119, 916, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"49e91c53-5adf-4dca-bf57-019627aeca19", +Cell[33129, 916, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"49e91c53-5adf-4dca-bf57-019627aeca19", CellID->2135167160], -Cell[33260, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ff829e81-e44a-487f-a878-fef6a408147b", +Cell[33270, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ff829e81-e44a-487f-a878-fef6a408147b", CellID->1194386356], -Cell[33482, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2dbcff2c-11d6-43df-a8f1-d01c3b89b030", +Cell[33492, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2dbcff2c-11d6-43df-a8f1-d01c3b89b030", CellID->1641706272], -Cell[33697, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5ae577b-b1ee-457b-a65a-5d34ee2abbd6", +Cell[33707, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d5ae577b-b1ee-457b-a65a-5d34ee2abbd6", CellID->399251956], -Cell[33926, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a782bd6e-70ad-4d3e-bdd8-a16ff6cb4301", +Cell[33936, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a782bd6e-70ad-4d3e-bdd8-a16ff6cb4301", CellID->821434655] }, Open ]], -Cell[34163, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"b14e4b61-6313-42d2-bb62-319d9df0703a"] +Cell[34173, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"cf87d086-489d-4b8f-94b1-128fbfbe44e1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FigureSize.nb b/Documentation/English/ReferencePages/Symbols/FigureSize.nb index bb125d2..8433b53 100644 --- a/Documentation/English/ReferencePages/Symbols/FigureSize.nb +++ b/Documentation/English/ReferencePages/Symbols/FigureSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43545, 1096] -NotebookOptionsPosition[ 36377, 954] -NotebookOutlinePosition[ 38478, 1008] -CellTagsIndexPosition[ 38393, 1003] +NotebookDataLength[ 43552, 1096] +NotebookOptionsPosition[ 36398, 956] +NotebookOutlinePosition[ 38518, 1010] +CellTagsIndexPosition[ 38433, 1005] WindowTitle->FigureSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "290a5e33-bfb2-4a05-bfbf-2ae1cb24aca2"], + "55aa3a8e-6016-4cb8-b81c-3b2e8a7f116f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3d4e1e23-5f7a-4148-ae9f-18da36f5af68"], + "66de775a-21a4-4b18-8498-d1b1b9cadeac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c36e5325-cd49-48fe-b651-cb2eeb580892"] - }],ExpressionUUID->"ea17ed33-a49b-4111-880a-180da7a24134"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "f102ecdb-cf29-4b44-9b61-df57559ccddd"] + }],ExpressionUUID->"1c1f7edc-32da-429c-a75f-4c931b49b38f"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "86c361d8-dd54-45ab-acca-55fee25759f2"], + "ef7e4d76-aa26-4f35-80f8-a840ab3f8647"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9bbe5b06-daec-42ba-af81-61da1e26210f"] - }],ExpressionUUID->"df71e081-d8be-4d8e-b866-36ba8550c724"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "38068165-f7fa-4122-9edf-2bcdccc9f325"] + }],ExpressionUUID->"8f9e79ca-df72-44ed-931f-249864fe4369"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "90009f77-9279-46e4-b1e5-bdb2885dfe9e"], + "37e700c6-d0a3-4bbe-a3a4-6b79f5490225"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "590fbb4f-dbd5-4226-a69d-39dd7dec381c"] - }],ExpressionUUID->"ab2ff73d-34b5-4353-ae5b-f44f87e04507"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4aefe35e-2c96-48af-9776-18cc13eb0271"] + }],ExpressionUUID->"1a6dc3ad-e49c-4a71-89a5-d253fa2cbee4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c268db8c-187d-4a73-9048-a3ba2428d443"], + "42b979c3-234d-43ed-ae16-3dc969956e91"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e1bbc390-43ae-4ca7-a970-bce899a9a025"] - }],ExpressionUUID->"6c5970fe-5ec6-45b2-800e-2ed9e9979ab5"], - StripOnInput->False], {"\<\"TUG/ref/FigureSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FigureSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/FigureSize.\ + "a1045021-92cf-4801-82a3-082a5a9a9b4f"] + }],ExpressionUUID->"1919ca17-4dfd-4769-8501-781405b662ef"], + StripOnInput->False],{ + "\"TUG/ref/FigureSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FigureSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/FigureSize.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$78925], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FigureSize" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$85294], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FigureSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "14f3f48b-f40c-4bf9-b462-9b1a4a09efe1"] + "6e7b16c1-a070-4225-8957-7b4791aae536"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8248e0f3-4c08-4c52-bcf2-3b3644fd517b"]} + "3878f0e6-c4ad-4488-8d81-94fc67f08637"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5ead346b-e651-409c-ad3c-c542748de31f"], + CellID->1,ExpressionUUID->"b072eef0-cc7c-4f09-8f21-702e99e60f56"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7d082fef-7096-4eb0-afda-25ec2b4a84e0"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2615ad63-8117-4aee-a574-c39b1dc69ac9"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FigureSize", "ObjectName",ExpressionUUID-> - "80a1753d-20b3-4f5c-8344-c6e878645d75"], + "0d83b7df-1ba2-432c-80a9-a9e295ee566f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a142327a-fe31-490b-8315-e77467276d10"], + "Spacer1"]],ExpressionUUID->"a3e28adf-d60f-4865-8f4e-8c0f010b01b5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b510eb22-0adb-40c9-80d6-6f13c3cdf3eb"] - }],ExpressionUUID->"3eb75269-c629-4558-bfa5-c4222d72f0a8"], Cell[BoxData[ + "d392cb4d-87c8-44a2-9932-e71e1b0247a1"] + }],ExpressionUUID->"80f3684a-8e32-4f80-b553-274a28a81ec8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "69d1b25d-c47b-4dcb-a2db-e61dba37df88"]} + "9c2cd6a0-4244-4445-b534-fd93b5d7a138"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2cc5ac36-5649-41de-b606-97463eb1fb73"], + CacheGraphics->False,ExpressionUUID->"506ba3e5-b97b-41fd-8185-fa1d185c85c4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "0c811867-2e78-401e-8fee-04e52544a295"], "\[LineSeparator]is an option for various package plotting functions to \ set the figure size for two dimensional graphics." - }],ExpressionUUID->"2d1dd533-31c0-4315-8498-1f6399bd087a"]} + }],ExpressionUUID->"d6f5127a-3b06-452d-80a3-98a9bb3311c7"]} }]], "Usage", CellID->127236403,ExpressionUUID->"86fea02d-d235-40a6-9a4c-c69d8a901638"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d4edd811-a911-4a5e-901c-970e597bbc06"], + ExpressionUUID->"025624d5-d139-4f9f-b209-f6b37efaeacf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b31cecdb-a3c4-4162-bae2-0a0947e99ebd"], + "Spacer1"]],ExpressionUUID->"25b8369e-26d5-47c5-b6a5-8bb0237533f6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"922f80ee-3fd9-4daa-a106-6edfd1bd9e4d"], + }], "NotesFrameText",ExpressionUUID->"a93997c8-fa54-4271-938f-d32274381b33"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e14101ce-d892-47b7-955b-bce86bda4e18"]], \ + "Preemptive"]],ExpressionUUID->"e23ce426-8bba-4e5c-9994-ec088e730f37"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1767931481,ExpressionUUID->"6a264fae-b4d9-4bed-b6d6-58cfbdf1d85d"], + CellID->1402776951,ExpressionUUID->"002f5355-004f-4489-a495-083d872b9595"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a740e440-04d2-4fe0-9923-62553778d4fa"], + ExpressionUUID->"b9f653e3-2b3e-4ceb-8414-26555b04795b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1df3b858-78e8-4421-8308-1d7e5c7a39c4"], + "Spacer1"]],ExpressionUUID->"a12ff6df-6ebe-4f03-8f54-a37cac3687d6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "adad7ca7-159a-49c9-ba9a-9f418cc29294"] + "4669b279-d3b3-43c1-9c74-7baaf3f04d5f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->805418888,ExpressionUUID->"72d01257-4f92-4ff1-9d50-1c145554dbe7"], + CellID->1144413743,ExpressionUUID->"88dc962a-2e62-4fa3-887c-f37b55ef56e1"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"03e01e5b-e48e-43a3-93df-e3437bd14afe"], + ExpressionUUID->"cc1b177d-e688-4299-ac60-52c84bbd94f4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"482a543a-e69b-42f0-becb-39243727856a"], + "Spacer1"]],ExpressionUUID->"efe3cbd7-2ac1-47cd-b808-b98d7185fb2d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0a128862-1f6b-4c7f-ab13-27d2ab7eea0c"] + "8d5b06c2-c196-4379-8f26-2be70750e092"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1497014230,ExpressionUUID->"bf8036eb-7e07-4a47-877d-0ef2ae9e7373"], + CellID->390284558,ExpressionUUID->"7146b073-be76-441a-b1e5-0f2e07cfce3a"], Cell["Loading the package:", "ExampleText", CellID->2074571546,ExpressionUUID->"1fdc79fc-a6ef-43b7-b252-ba049c1466db"], @@ -638,8 +643,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -787,15 +790,15 @@ Cell[BoxData[GridBox[{ "e15b6779-122c-4148-a635-f325b8fc6443"] }], "SeeAlso",ExpressionUUID->"83883125-65b6-4e99-8557-7dfc5b6a31bf"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"47140800-c616-4c2b-b9c0-\ -a0d99a9f31f9"], + }]], "SeeAlsoSection",ExpressionUUID->"b609c3e3-eb35-4b65-84b4-\ +4ea7227ae6db"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -807,9 +810,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"156fd648-3546-43cc-a943-b03d2dddb4d9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e045ff8f-0a0b-4515-87ad-\ -b994973291ed"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6b2ecd44-8dc6-4f9e-bc03-\ +27bd6753c4f4"], Cell[BoxData[GridBox[{ { @@ -826,7 +828,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0310c537-37e2-4fd1-a8b0-b25b90a98255"]}]}, + "982047b8-ab7b-4a1d-8301-418caad40875"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -834,10 +836,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9d534c04-ef43-44b4-8c4d-f656cd2e2bfe"]}]} + "7f2bcf75-8866-4ce3-a64b-c2b2ecb69897"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ceccc9a8-eb50-49b1-829e-\ -8946fea6b1b8"], + }]], "MoreAboutSection",ExpressionUUID->"c24e9f1d-71a9-4e71-a65e-\ +d6bbfeb4cde7"], Cell[BoxData[GridBox[{ { @@ -865,7 +867,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "795ed892-b284-427b-9d1b-c2976a48cd39"]], "RelatedLinks", + "84f9eddc-d7e7-46b1-b868-df094966f599"]], "RelatedLinks", ExpressionUUID->"16a6e8c6-8f0a-4a9b-9270-43f008a2c608"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -882,7 +884,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3e2e0b0d-7d5c-4591-94bd-c183d9ddeae5"]], "RelatedLinks", + "fec8a8a9-6dfe-4c62-90bc-c38b664a6aa1"]], "RelatedLinks", ExpressionUUID->"25b8467f-1483-45f8-b92f-b8c498b42a3d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -899,7 +901,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29009066-b727-4159-b84e-5e1d83020206"]], "RelatedLinks", + "2fe5fea5-50c3-49d7-a307-9cab6980aa6f"]], "RelatedLinks", ExpressionUUID->"9f903afa-10ae-4920-bc59-5a80e60c027f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -916,11 +918,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f9698f8f-390d-43cd-9088-b0151a96a0c2"]], "RelatedLinks", + "2de80c60-3051-4250-9ce1-b3048ee68814"]], "RelatedLinks", ExpressionUUID->"ab56093a-b84b-49d5-bc83-9e743926bdb1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fe6aeabe-dde4-42a7-98be-\ -d81834eed755"], + }]], "RelatedLinksSection",ExpressionUUID->"fb90b828-dd57-4759-ae96-\ +e3d73d94b122"], Cell[CellGroupData[{ @@ -950,11 +952,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"652abbd7-7bff-4a3c-b9e3-d1e16eec66da"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"aba83803-6388-48cb-bf76-d9a518b6c198"] +Cell[" ", "FooterCell",ExpressionUUID->"2aa955fe-4368-430a-add8-7af81ebb9c5a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FigureSize", TaggingRules->{ @@ -965,7 +967,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 57.629115}", + "built" -> "{2024, 6, 3, 16, 52, 45.244537}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -973,10 +975,10 @@ TaggingRules->{ "FigureSize is an option for various package plotting functions to set \ the figure size for two dimensional graphics.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "FigureSize", "titlemodifier" -> "", - "windowtitle" -> "FigureSize", "type" -> "Symbol", "uri" -> - "TUG/ref/FigureSize"}}, + "metadescription" -> "", "windowtitle" -> "FigureSize", "type" -> + "Symbol", "uri" -> "TUG/ref/FigureSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -985,9 +987,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"df5e8c4e-f897-44b2-8317-ff4349ce4679" +ExpressionUUID->"220fb199-6730-4dc7-8099-04c9d1d36338" ] (* End of Notebook Content *) @@ -995,109 +997,107 @@ ExpressionUUID->"df5e8c4e-f897-44b2-8317-ff4349ce4679" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12268, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"72d01257-4f92-4ff1-9d50-1c145554dbe7", + Cell[12323, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"88dc962a-2e62-4fa3-887c-f37b55ef56e1", CellTags->"PrimaryExamplesSection", - CellID->805418888]} + CellID->1144413743]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38193, 996} + {"PrimaryExamplesSection", 38232, 998} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7099, 168, 56, "AnchorBarGrid",ExpressionUUID->"5ead346b-e651-409c-ad3c-c542748de31f", +Cell[582, 21, 7154, 173, 57, "AnchorBarGrid",ExpressionUUID->"b072eef0-cc7c-4f09-8f21-702e99e60f56", CellID->1], -Cell[7684, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7d082fef-7096-4eb0-afda-25ec2b4a84e0"], +Cell[7739, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2615ad63-8117-4aee-a574-c39b1dc69ac9"], Cell[CellGroupData[{ -Cell[7795, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"2cc5ac36-5649-41de-b606-97463eb1fb73"], -Cell[9082, 232, 481, 9, 111, "Usage",ExpressionUUID->"86fea02d-d235-40a6-9a4c-c69d8a901638", +Cell[7850, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"506ba3e5-b97b-41fd-8185-fa1d185c85c4"], +Cell[9137, 237, 481, 9, 109, "Usage",ExpressionUUID->"86fea02d-d235-40a6-9a4c-c69d8a901638", CellID->127236403] }, Open ]], Cell[CellGroupData[{ -Cell[9600, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"6a264fae-b4d9-4bed-b6d6-58cfbdf1d85d", +Cell[9655, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"002f5355-004f-4489-a495-083d872b9595", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1767931481], -Cell[11498, 295, 489, 12, 37, "Notes",ExpressionUUID->"b04425f7-f2f4-4398-bc54-0606bc622b5d", + CellID->1402776951], +Cell[11553, 300, 489, 12, 38, "Notes",ExpressionUUID->"b04425f7-f2f4-4398-bc54-0606bc622b5d", CellID->177724765], -Cell[11990, 309, 151, 1, 36, "Notes",ExpressionUUID->"150f46e1-0233-4088-a2c0-3553012995ba", +Cell[12045, 314, 151, 1, 36, "Notes",ExpressionUUID->"150f46e1-0233-4088-a2c0-3553012995ba", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12268, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"72d01257-4f92-4ff1-9d50-1c145554dbe7", +Cell[12323, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"88dc962a-2e62-4fa3-887c-f37b55ef56e1", CellTags->"PrimaryExamplesSection", - CellID->805418888], + CellID->1144413743], Cell[CellGroupData[{ -Cell[13713, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"bf8036eb-7e07-4a47-877d-0ef2ae9e7373", - CellID->1497014230], -Cell[15115, 395, 119, 1, 38, "ExampleText",ExpressionUUID->"1fdc79fc-a6ef-43b7-b252-ba049c1466db", +Cell[13769, 362, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7146b073-be76-441a-b1e5-0f2e07cfce3a", + CellID->390284558], +Cell[15170, 400, 119, 1, 39, "ExampleText",ExpressionUUID->"1fdc79fc-a6ef-43b7-b252-ba049c1466db", CellID->2074571546], Cell[CellGroupData[{ -Cell[15259, 400, 167, 3, 27, "Input",ExpressionUUID->"12a05277-5b53-4795-8e7b-2f30fd782731", +Cell[15314, 405, 167, 3, 27, "Input",ExpressionUUID->"12a05277-5b53-4795-8e7b-2f30fd782731", CellID->211607433], Cell[CellGroupData[{ -Cell[15451, 407, 237, 4, 23, "Print",ExpressionUUID->"f277cbbd-a6a5-4d49-afbc-465a76e61380", +Cell[15506, 412, 237, 4, 23, "Print",ExpressionUUID->"f277cbbd-a6a5-4d49-afbc-465a76e61380", CellID->1557246619], -Cell[15691, 413, 366, 8, 23, "Print",ExpressionUUID->"24bf3d4d-7562-472b-beaf-2edd3bc60bfa", +Cell[15746, 418, 366, 8, 23, "Print",ExpressionUUID->"24bf3d4d-7562-472b-beaf-2edd3bc60bfa", CellID->1597121407], -Cell[16060, 423, 237, 4, 23, "Print",ExpressionUUID->"acc8c9f0-3a39-40c8-a09e-dc99f6041928", +Cell[16115, 428, 237, 4, 23, "Print",ExpressionUUID->"acc8c9f0-3a39-40c8-a09e-dc99f6041928", CellID->1758900534], -Cell[16300, 429, 221, 3, 23, "Print",ExpressionUUID->"03de5b1f-a0dd-48e8-a32d-e84728f7e469", +Cell[16355, 434, 221, 3, 23, "Print",ExpressionUUID->"03de5b1f-a0dd-48e8-a32d-e84728f7e469", CellID->1271503487], -Cell[16524, 434, 207, 3, 23, "Print",ExpressionUUID->"bda0fbad-b060-44b3-9bc6-de3530bdecb5", +Cell[16579, 439, 207, 3, 23, "Print",ExpressionUUID->"bda0fbad-b060-44b3-9bc6-de3530bdecb5", CellID->518472210], -Cell[16734, 439, 238, 4, 23, "Print",ExpressionUUID->"88f3745a-7f53-417c-8e95-e95be1335ad0", +Cell[16789, 444, 238, 4, 23, "Print",ExpressionUUID->"88f3745a-7f53-417c-8e95-e95be1335ad0", CellID->1457461064], -Cell[16975, 445, 219, 3, 23, "Print",ExpressionUUID->"19bb9b0d-8324-46ac-bef6-d95ec1a41552", +Cell[17030, 450, 219, 3, 23, "Print",ExpressionUUID->"19bb9b0d-8324-46ac-bef6-d95ec1a41552", CellID->82152682], -Cell[17197, 450, 237, 4, 23, "Print",ExpressionUUID->"089c59a4-7cf5-46d9-aa8d-36b2f58caf5b", +Cell[17252, 455, 237, 4, 23, "Print",ExpressionUUID->"089c59a4-7cf5-46d9-aa8d-36b2f58caf5b", CellID->1082547753], -Cell[17437, 456, 236, 4, 23, "Print",ExpressionUUID->"3aa21253-8225-472f-b447-4f667ed03529", +Cell[17492, 461, 236, 4, 23, "Print",ExpressionUUID->"3aa21253-8225-472f-b447-4f667ed03529", CellID->100712999], -Cell[17676, 462, 208, 3, 23, "Print",ExpressionUUID->"9a1dbde9-7706-4ac4-8bd3-25fe30a49694", +Cell[17731, 467, 208, 3, 23, "Print",ExpressionUUID->"9a1dbde9-7706-4ac4-8bd3-25fe30a49694", CellID->1725060384], -Cell[17887, 467, 237, 4, 23, "Print",ExpressionUUID->"ec22fbbd-82b8-4844-ab2f-ea362b47de67", +Cell[17942, 472, 237, 4, 23, "Print",ExpressionUUID->"ec22fbbd-82b8-4844-ab2f-ea362b47de67", CellID->1236949033] }, Open ]] }, Open ]], -Cell[18151, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"387e5da9-6c1f-471c-992e-720fcdcb074f", +Cell[18206, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"387e5da9-6c1f-471c-992e-720fcdcb074f", CellID->821995302], -Cell[18291, 478, 224, 6, 27, "Input",ExpressionUUID->"00031d4b-9c50-434f-9de5-e20364c94d57", +Cell[18346, 483, 224, 6, 27, "Input",ExpressionUUID->"00031d4b-9c50-434f-9de5-e20364c94d57", CellID->236450255], -Cell[18518, 486, 309, 8, 27, "Input",ExpressionUUID->"87e5076c-bb72-44ef-ac0b-42387c568e2c", +Cell[18573, 491, 309, 8, 27, "Input",ExpressionUUID->"87e5076c-bb72-44ef-ac0b-42387c568e2c", CellID->1094938819], -Cell[18830, 496, 238, 6, 70, "Input",ExpressionUUID->"840b2cd1-a4f0-4d09-a6ee-786ac1967bf0", +Cell[18885, 501, 238, 6, 27, "Input",ExpressionUUID->"840b2cd1-a4f0-4d09-a6ee-786ac1967bf0", CellID->1949134453], -Cell[19071, 504, 176, 3, 70, "ExampleText",ExpressionUUID->"39ccd24f-e791-4d6f-98c2-c8c0abf2153d", +Cell[19126, 509, 176, 3, 70, "ExampleText",ExpressionUUID->"39ccd24f-e791-4d6f-98c2-c8c0abf2153d", CellID->1036049501], Cell[CellGroupData[{ -Cell[19272, 511, 263, 6, 70, "Input",ExpressionUUID->"b9477d9b-446d-4e68-8e22-724052263bd9", +Cell[19327, 516, 263, 6, 70, "Input",ExpressionUUID->"b9477d9b-446d-4e68-8e22-724052263bd9", CellID->1350961574], -Cell[19538, 519, 5315, 112, 610, "Output",ExpressionUUID->"43559270-328d-4470-83a2-bffd4ec0474d", +Cell[19593, 524, 5315, 112, 610, "Output",ExpressionUUID->"43559270-328d-4470-83a2-bffd4ec0474d", CellID->1774867582] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25150, 645, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"b609c3e3-eb35-4b65-84b4-4ea7227ae6db"], +Cell[30634, 795, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6b2ecd44-8dc6-4f9e-bc03-27bd6753c4f4"], +Cell[31307, 815, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c24e9f1d-71a9-4e71-a65e-d6bbfeb4cde7"], +Cell[32343, 843, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"fb90b828-dd57-4759-ae96-e3d73d94b122"], Cell[CellGroupData[{ -Cell[25117, 642, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"47140800-c616-4c2b-b9c0-a0d99a9f31f9"], -Cell[30601, 792, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e045ff8f-0a0b-4515-87ad-b994973291ed"] -}, Open ]], -Cell[31286, 813, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ceccc9a8-eb50-49b1-829e-8946fea6b1b8"], -Cell[32322, 841, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"fe6aeabe-dde4-42a7-98be-d81834eed755"], -Cell[CellGroupData[{ -Cell[35251, 926, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d5ddd11b-de48-4435-b53b-1481dbd3247b", +Cell[35272, 928, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d5ddd11b-de48-4435-b53b-1481dbd3247b", CellID->2135167160], -Cell[35392, 929, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a90521c4-c808-4c41-9439-f8902151b461", +Cell[35413, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a90521c4-c808-4c41-9439-f8902151b461", CellID->1194386356], -Cell[35614, 935, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b3acc5f-8885-4b4b-bec1-432467e52c07", +Cell[35635, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b3acc5f-8885-4b4b-bec1-432467e52c07", CellID->1641706272], -Cell[35829, 940, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37d82773-3c6a-4042-b574-d4526a8cb23b", +Cell[35850, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37d82773-3c6a-4042-b574-d4526a8cb23b", CellID->399251956], -Cell[36058, 946, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"652abbd7-7bff-4a3c-b9e3-d1e16eec66da", +Cell[36079, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"652abbd7-7bff-4a3c-b9e3-d1e16eec66da", CellID->821434655] }, Open ]], -Cell[36295, 952, 78, 0, 70, "FooterCell",ExpressionUUID->"aba83803-6388-48cb-bf76-d9a518b6c198"] +Cell[36316, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"2aa955fe-4368-430a-add8-7af81ebb9c5a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FilledCoreV6.nb b/Documentation/English/ReferencePages/Symbols/FilledCoreV6.nb index 85a7f81..57af584 100644 --- a/Documentation/English/ReferencePages/Symbols/FilledCoreV6.nb +++ b/Documentation/English/ReferencePages/Symbols/FilledCoreV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 80931, 1977] -NotebookOptionsPosition[ 69485, 1754] -NotebookOutlinePosition[ 71667, 1809] -CellTagsIndexPosition[ 71581, 1804] +NotebookDataLength[ 80968, 1978] +NotebookOptionsPosition[ 69539, 1757] +NotebookOutlinePosition[ 71738, 1812] +CellTagsIndexPosition[ 71652, 1807] WindowTitle->FilledCoreV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fbfdb15a-255e-41a1-a04f-a67922d2100c"], + "6b9b9687-6028-4d11-abb3-156f1782e6da"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4c6cb2dd-08c5-422f-b924-8e262d8e9ce8"], + "f4d49e7f-2f64-4721-bda4-eec975afa282"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "98e37a3d-8dbc-4385-a204-310f28be9f05"] - }],ExpressionUUID->"1b29c9d5-d17e-4530-9663-692164cc1816"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore3dV6"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "e2a2bab2-2a1f-455e-8167-f93118ff4bed"] + }],ExpressionUUID->"4c8063ae-7a3a-4844-8e8b-0c631fdf005c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2c8b8165-e8b0-46ce-adde-697f01eb26cf"], + "41d446a5-1117-42fa-899c-b29f2b54b87b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "488b2443-dc88-4443-af52-e82d72fde089"] - }],ExpressionUUID->"47a23124-f9d0-4ac5-acf9-f2cfffcba460"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3e6c0764-95ba-460e-acd2-7d817d810e5a"] + }],ExpressionUUID->"84bf3799-d1e9-42a7-84ed-c6d36ca8afdb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b66a4d73-7094-412b-a1d8-7cb1d1093d9c"], + "9e2187c9-3689-40cc-b18d-f08e1e21ca08"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e7322868-efd8-46ba-9908-5b0728c19774"] - }],ExpressionUUID->"8c2ed229-d27e-4ce3-8f00-eec38e37df0b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b178ed9b-b354-4e23-bd00-a43e87ed7d31"] + }],ExpressionUUID->"3a0c94d8-256d-495d-a4a9-07a8c2b06efe"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dbc9811d-04ee-4941-a265-382332964bd9"], + "715c30b0-1648-4fa5-bc0c-1ff5e61efcc0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9d0d0492-6a6e-409e-873f-3426ac4705da"] - }],ExpressionUUID->"01de90f9-a16b-4913-a4d3-34643c9fa841"], - StripOnInput->False], {"\<\"TUG/ref/FilledCoreV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FilledCoreV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/FilledCoreV6.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$79576], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FilledCoreV6" <> ".html"], None}]}]}, + "865435de-5ee2-4139-97a4-1ba84be9d1ce"] + }],ExpressionUUID->"5e9189cb-f58d-49a0-830d-a4258ce72e6d"], + StripOnInput->False],{ + "\"TUG/ref/FilledCoreV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FilledCoreV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +FilledCoreV6.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$85979], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FilledCoreV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "58f8941b-d20c-49b1-9069-e2081c86b685"] + "b8bc4078-012a-43d1-b449-55700cfe72de"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "07e255d3-701e-423f-9942-5c2bc274e8d7"]} + "854f2abe-b1bf-4167-ba74-dd7b14d6507c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f2a535ee-155a-4e43-baca-050db266fd36"], + CellID->1,ExpressionUUID->"9e9588aa-ccf0-4c11-829a-073467bde546"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"290819e2-de64-4088-85e3-fa2225905c20"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9dd0dd0f-5d90-4ae8-8254-bbb59ac1659e"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FilledCoreV6", "ObjectName",ExpressionUUID-> - "1366821f-9180-4908-9289-97e9c8786f4c"], + "114b3e28-bc4b-4308-bb56-b6e9b1e9faa5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3d04a714-0a0d-46c3-a311-ccb970cc6cfe"], + "Spacer1"]],ExpressionUUID->"7efe23be-88d1-44dd-8506-7f945168f5ae"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9c6a7068-470a-4b6e-88e9-24c2f1f9c449"] - }],ExpressionUUID->"7880173f-a5d3-4ebd-a598-0f92ffa648e8"], Cell[BoxData[ + "a3aca2b9-ee86-47d4-954d-2ddc4b0e2939"] + }],ExpressionUUID->"eb8b923c-8787-4afe-89dc-87117fae0892"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4f132f80-9eff-4b8e-a2fe-1d4993e04fe0"]} + "ebfe2683-b043-4de3-9209-cb4bd81e07fa"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d070966b-017e-48fa-be00-8fe7da5234e3"], + CacheGraphics->False,ExpressionUUID->"3f15bf53-153c-4e3a-a536-d8d28470a967"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "f5c503b6-0d5c-49bb-a400-eb63f43e7619"], " \[LineSeparator]plots the core of a three person game. " - }],ExpressionUUID->"2c7f7e50-76d1-4d85-8ca9-137aa36d12c2"]}, + }],ExpressionUUID->"7044d8c0-de53-4f0c-888e-75c4851ac35f"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FilledCoreV6", "[", @@ -246,7 +251,7 @@ Cell[BoxData[GridBox[{ "20184999-3e96-4c7f-8c90-f12c0511df73"], " \[LineSeparator]by option set, the figure size and view can be \ changed. In addition, the legend can be turned off." - }],ExpressionUUID->"71b7ed81-b5ff-40c2-82ef-6b78242783c2"]} + }],ExpressionUUID->"6b8bf6cb-fa5d-4f81-bbeb-ff3e4628a6e1"]} }]], "Usage", CellID->261473278,ExpressionUUID->"8557b4db-562b-4ae5-8219-536baba8cbbb"] }, Open ]], @@ -279,12 +284,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0f956233-5e1c-4ee8-b218-5da98caf12d1"], + ExpressionUUID->"df021a07-4b82-47a2-87ca-511175389f2a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e83a1f52-e218-4452-81a5-ecb776d54ef1"], + "Spacer1"]],ExpressionUUID->"4b865c6c-99aa-4306-952d-71375b01a584"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"79cc731d-a931-4f2b-a4a0-df9fd6b7b38b"], + }], "NotesFrameText",ExpressionUUID->"a8f7a443-5873-4f7a-b18d-310af2589384"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +300,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b7d5ac2b-1d08-413c-990e-7c988ad04116"]], \ + "Preemptive"]],ExpressionUUID->"5e43ea82-b2a7-4d77-b6bd-491ab94a2077"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1633754308,ExpressionUUID->"c772801d-c82d-460a-8223-26d92cbc7985"], + CellID->2084519115,ExpressionUUID->"c78dcf46-eb71-4801-8bbd-fbd14dd890fe"], Cell[TextData[{ "The input expression ", @@ -365,7 +370,7 @@ Cell[TextData[{ }], "Notes", CellID->1127139150,ExpressionUUID->"400dda07-8bb0-47d2-ae89-733946030fd7"], -Cell["Dedicated for Mathematica Version 6.x or higher only.", "Notes", +Cell["Dedicated for Mathematica Version 12.x or higher only.", "Notes", CellID->877981334,ExpressionUUID->"6f6474a8-9243-4d87-be11-a416429827d3"], Cell["The following options can be given: ", "Notes", @@ -376,7 +381,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fe39bafe-50ac-4a62-b9c5-4c670bcb9b18"], + "7e7ead4f-dca7-4ad9-9815-6befeee80bde"], TemplateBox[{ Cell[ TextData["DisplayLegend"]], "paclet:TUG/ref/DisplayLegend", @@ -393,7 +398,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "373dbcab-fd7f-4d67-81aa-895a78a1e608"], + "b64bdee5-6610-4928-b6f2-8e6794c8f409"], TemplateBox[{ Cell[ TextData["FigureSize"]], "paclet:TUG/ref/FigureSize", @@ -410,15 +415,15 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "389e61a1-3a13-49db-8619-3154a3c3fdd6"], + "677374e9-45a7-477c-9dbb-c2272f0e30a6"], TemplateBox[{ Cell[ TextData["PreImpSet"]], "paclet:TUG/ref/PreImpSet", "TUG Package Symbol"}, "PackageLink", - BaseStyle->"3ColumnTableMod"], "True", Cell[ - "use to plot w.r.t. the pre-imputation set. ", "TableText",ExpressionUUID-> - "f1a7c120-aa97-4bd3-b60e-97db1e482a3e"]} + BaseStyle->"3ColumnTableMod"], "True", Cell["\<\ +use to plot w.r.t. the pre-imputation set; otherwise, the imputation set. \ +\>", "TableText",ExpressionUUID->"f1a7c120-aa97-4bd3-b60e-97db1e482a3e"]} }]], "3ColumnTableMod", GridBoxOptions->{ GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, @@ -427,7 +432,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "38870841-2cfc-4cdd-bce8-d45e495a0e0f"], + "c0d892a3-a668-47ca-8c65-26f5456f7d44"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -538,19 +543,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f36ee6fd-8aad-416f-aed8-548c96a30d03"], + ExpressionUUID->"cfc3eac5-1e40-41d4-94bc-58a8c5a87c08"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"56b18119-3d4e-4b30-9ba5-216b65cc7a6d"], + "Spacer1"]],ExpressionUUID->"d4299b99-f57a-49e6-9eab-9196d74474b3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2dc97ca2-cda9-402a-a870-40d20855986f"] + "c12d56b6-7c89-480c-9751-855893e92a02"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1486070608,ExpressionUUID->"ce8649c4-e59b-49de-b203-5ff519e72a34"], + CellID->982843110,ExpressionUUID->"6350ae0c-846b-42d9-beee-6cd868d4388b"], Cell[CellGroupData[{ @@ -579,18 +584,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"032be5a2-feef-4701-a1e0-0941a70f1810"], + ExpressionUUID->"6158b1fd-0d8e-4260-875d-0940fb9ad080"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"874ceb6b-f0a8-4381-81d7-01334c5c29ce"], + "Spacer1"]],ExpressionUUID->"e2fd7b9b-a673-439e-9eac-b26a9de0d441"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2862b638-7975-40ad-bbd0-5430813715df"] + "247294a1-e613-40b2-a975-32586e0710b3"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1025052680,ExpressionUUID->"c8a65aee-b788-4078-a824-4bf884b22f30"], + CellID->1366750401,ExpressionUUID->"8ddbf1fc-4160-4cac-9b8b-e838b95a5fd4"], Cell["Loading the package:", "ExampleText", CellID->2074571546,ExpressionUUID->"af7f797a-47a3-4ab9-8e53-468e9699c0e1"], @@ -1345,7 +1350,8 @@ Cell[BoxData[ Cell["\<\ Turning the pre-imputation set option off, allows us to plot the core point, \ -but the context in which the core should be plotted is lost as we observe by\ +but the context in which the core should be plotted is lost, as we observe by\ +\ \>", "ExampleText", CellID->1603095162,ExpressionUUID->"f9ee16c3-11e8-4baf-98c3-c18885ddf222"], @@ -1455,8 +1461,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1604,15 +1608,15 @@ Cell[BoxData[GridBox[{ "e66c0d0b-18a3-467e-830e-207a934cb942"] }], "SeeAlso",ExpressionUUID->"db76c646-7a53-4ae9-9661-6351ef6f184b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"66f29a94-d23b-4bb9-bbeb-\ -0390c58e8afe"], + }]], "SeeAlsoSection",ExpressionUUID->"5870545a-0713-4e61-97dc-\ +9435cccfe0c0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1624,9 +1628,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"53c4bd64-9b7f-4fe7-a87a-2679914a4a89"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f4115daf-eb54-4292-a599-\ -3e2320b7557e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a8394274-60c9-4f61-b5dc-\ +6b7d1ee29c2f"], Cell[BoxData[GridBox[{ { @@ -1643,7 +1646,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7d1d85b6-d49f-4e9d-8009-5a8e01ce0bdd"]}]}, + "a5934d25-2f2c-4d41-8701-795a67e25c64"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1651,10 +1654,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "677a1d59-2f83-4112-8296-0550333d17db"]}]} + "2b3960b6-4dec-48a7-9ddf-d31f62feda3a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4b17121d-d9b5-4545-bba3-\ -8e324214678b"], + }]], "MoreAboutSection",ExpressionUUID->"406acdce-123c-46dc-a77c-\ +b2c982d9858a"], Cell[BoxData[GridBox[{ { @@ -1682,7 +1685,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4cdc3baa-d036-4b65-bd7a-21d45144084a"]], "RelatedLinks", + "82673aa9-2fd6-4602-afec-9dd6443d8036"]], "RelatedLinks", ExpressionUUID->"bf6b4d34-459f-4304-a0b0-0b62253e8440"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1699,7 +1702,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "516c528b-0d74-498a-8cfd-ca4980724116"]], "RelatedLinks", + "1967010f-8638-43c7-9535-6d455f2ccd76"]], "RelatedLinks", ExpressionUUID->"833ecde3-6609-4f10-be04-53063428376e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1716,11 +1719,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c25a5614-2791-4cff-884a-94170c0e108f"]], "RelatedLinks", + "8cb768f2-4be4-4484-83c4-41dde05d2aab"]], "RelatedLinks", ExpressionUUID->"15b8cdea-2649-4b9e-bfdb-1977a87a1ce9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a4326472-ef94-4bd0-a4c3-\ -48d0a5a0a94d"], + }]], "RelatedLinksSection",ExpressionUUID->"157b8543-7dbc-4ec7-9455-\ +9575636b4ef4"], Cell[CellGroupData[{ @@ -1750,11 +1753,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3884793d-0837-4cbc-ab6f-7d1d2bace240"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"014d0b78-1622-4966-9bb0-a1c98e35f351"] +Cell[" ", "FooterCell",ExpressionUUID->"0624e229-6a08-4d0f-9940-631272f9d9c8"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FilledCoreV6", TaggingRules->{ @@ -1765,7 +1768,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 49, 59.270949}", + "built" -> "{2024, 6, 3, 16, 52, 46.078694}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1774,10 +1777,10 @@ TaggingRules->{ FilledCoreV6[game, options] by option set, the figure size and view can be \ changed. In addition, the legend can be turned off.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "FilledCoreV6", "titlemodifier" -> "", - "windowtitle" -> "FilledCoreV6", "type" -> "Symbol", "uri" -> - "TUG/ref/FilledCoreV6"}}, + "metadescription" -> "", "windowtitle" -> "FilledCoreV6", "type" -> + "Symbol", "uri" -> "TUG/ref/FilledCoreV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1786,9 +1789,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"819b39eb-bc99-4452-a166-d45856102842" +ExpressionUUID->"eaf763d1-e003-4d07-9b39-d334ad21936c" ] (* End of Notebook Content *) @@ -1796,189 +1799,187 @@ ExpressionUUID->"819b39eb-bc99-4452-a166-d45856102842" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19402, 515, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ce8649c4-e59b-49de-b203-5ff519e72a34", + Cell[19488, 520, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6350ae0c-846b-42d9-beee-6cd868d4388b", CellTags->"PrimaryExamplesSection", - CellID->1486070608]} + CellID->982843110]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 71380, 1797} + {"PrimaryExamplesSection", 71452, 1800} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"f2a535ee-155a-4e43-baca-050db266fd36", +Cell[584, 21, 7174, 173, 57, "AnchorBarGrid",ExpressionUUID->"9e9588aa-ccf0-4c11-829a-073467bde546", CellID->1], -Cell[7704, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"290819e2-de64-4088-85e3-fa2225905c20"], +Cell[7761, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9dd0dd0f-5d90-4ae8-8254-bbb59ac1659e"], Cell[CellGroupData[{ -Cell[7815, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"d070966b-017e-48fa-be00-8fe7da5234e3"], -Cell[9104, 232, 887, 18, 187, "Usage",ExpressionUUID->"8557b4db-562b-4ae5-8219-536baba8cbbb", +Cell[7872, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"3f15bf53-153c-4e3a-a536-d8d28470a967"], +Cell[9161, 237, 887, 18, 186, "Usage",ExpressionUUID->"8557b4db-562b-4ae5-8219-536baba8cbbb", CellID->261473278] }, Open ]], Cell[CellGroupData[{ -Cell[10028, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"c772801d-c82d-460a-8223-26d92cbc7985", +Cell[10085, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"c78dcf46-eb71-4801-8bbd-fbd14dd890fe", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1633754308], -Cell[11926, 304, 518, 12, 57, "]]",ExpressionUUID->"ac9b2149-f6a5-4d41-81fb-6794eb2dd795", + CellID->2084519115], +Cell[11983, 309, 518, 12, 57, "]]",ExpressionUUID->"ac9b2149-f6a5-4d41-81fb-6794eb2dd795", CellID->313448337], -Cell[12447, 318, 489, 12, 37, "Notes",ExpressionUUID->"a8fa3044-3a88-46fd-8e5f-2dae969fc3d5", +Cell[12504, 323, 489, 12, 38, "Notes",ExpressionUUID->"a8fa3044-3a88-46fd-8e5f-2dae969fc3d5", CellID->177724765], -Cell[12939, 332, 166, 3, 36, "Notes",ExpressionUUID->"79d4fddb-7f01-480d-be78-a1067d9fc479", +Cell[12996, 337, 166, 3, 36, "Notes",ExpressionUUID->"79d4fddb-7f01-480d-be78-a1067d9fc479", CellID->881701117], -Cell[13108, 337, 144, 1, 36, "Notes",ExpressionUUID->"ac9964dd-6d16-4df4-8498-d70f5a5388b0", +Cell[13165, 342, 144, 1, 36, "Notes",ExpressionUUID->"ac9964dd-6d16-4df4-8498-d70f5a5388b0", CellID->305331391], -Cell[13255, 340, 302, 5, 57, "Notes",ExpressionUUID->"0ad44f69-fe23-41da-b42d-1dd67c54f9e7", +Cell[13312, 345, 302, 5, 57, "Notes",ExpressionUUID->"0ad44f69-fe23-41da-b42d-1dd67c54f9e7", CellID->309362357], -Cell[13560, 347, 607, 18, 37, "Notes",ExpressionUUID->"400dda07-8bb0-47d2-ae89-733946030fd7", +Cell[13617, 352, 607, 18, 38, "Notes",ExpressionUUID->"400dda07-8bb0-47d2-ae89-733946030fd7", CellID->1127139150], -Cell[14170, 367, 145, 1, 36, "Notes",ExpressionUUID->"6f6474a8-9243-4d87-be11-a416429827d3", +Cell[14227, 372, 146, 1, 36, "Notes",ExpressionUUID->"6f6474a8-9243-4d87-be11-a416429827d3", CellID->877981334], -Cell[14318, 370, 267, 4, 49, "Notes",ExpressionUUID->"8d94feab-7578-402f-8fd3-68a4a887dc5f", +Cell[14376, 375, 267, 4, 48, "Notes",ExpressionUUID->"8d94feab-7578-402f-8fd3-68a4a887dc5f", CellID->13178], -Cell[14588, 376, 673, 15, 40, "3ColumnTableMod",ExpressionUUID->"6a155420-3e72-440d-bdb5-2e65ea635d08", +Cell[14646, 381, 673, 15, 41, "3ColumnTableMod",ExpressionUUID->"6a155420-3e72-440d-bdb5-2e65ea635d08", CellID->1374443190], -Cell[15264, 393, 649, 15, 40, "3ColumnTableMod",ExpressionUUID->"323b2cf8-e1b5-4494-b047-64cbd0cf55a4", +Cell[15322, 398, 649, 15, 41, "3ColumnTableMod",ExpressionUUID->"323b2cf8-e1b5-4494-b047-64cbd0cf55a4", CellID->11156], -Cell[15916, 410, 668, 15, 40, "3ColumnTableMod",ExpressionUUID->"ca6288b8-8a85-4445-a5e3-56cfdc60e936", +Cell[15974, 415, 696, 15, 60, "3ColumnTableMod",ExpressionUUID->"ca6288b8-8a85-4445-a5e3-56cfdc60e936", CellID->1347565327], -Cell[16587, 427, 771, 19, 40, "3ColumnTableMod",ExpressionUUID->"97233417-cb01-4c58-a53e-7ae968765c34", +Cell[16673, 432, 771, 19, 70, "3ColumnTableMod",ExpressionUUID->"97233417-cb01-4c58-a53e-7ae968765c34", CellID->2111208143], -Cell[17361, 448, 477, 14, 70, "Notes",ExpressionUUID->"6ede3a80-fdae-475f-aebc-2e21563ee62d", +Cell[17447, 453, 477, 14, 70, "Notes",ExpressionUUID->"6ede3a80-fdae-475f-aebc-2e21563ee62d", CellID->432354952], -Cell[17841, 464, 477, 14, 70, "Notes",ExpressionUUID->"35ceca39-ec59-481b-a9f0-ce8a6756eab6", +Cell[17927, 469, 477, 14, 70, "Notes",ExpressionUUID->"35ceca39-ec59-481b-a9f0-ce8a6756eab6", CellID->2041037989], -Cell[18321, 480, 485, 14, 70, "Notes",ExpressionUUID->"183ed289-aed8-4ad1-a0b9-35145d3c4327", +Cell[18407, 485, 485, 14, 70, "Notes",ExpressionUUID->"183ed289-aed8-4ad1-a0b9-35145d3c4327", CellID->282211233], -Cell[18809, 496, 466, 13, 70, "Notes",ExpressionUUID->"ae78e9a9-d7ac-4f82-8d30-962864230d4e", +Cell[18895, 501, 466, 13, 70, "Notes",ExpressionUUID->"ae78e9a9-d7ac-4f82-8d30-962864230d4e", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19402, 515, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ce8649c4-e59b-49de-b203-5ff519e72a34", +Cell[19488, 520, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6350ae0c-846b-42d9-beee-6cd868d4388b", CellTags->"PrimaryExamplesSection", - CellID->1486070608], + CellID->982843110], Cell[CellGroupData[{ -Cell[20848, 556, 1399, 36, 70, "ExampleSection",ExpressionUUID->"c8a65aee-b788-4078-a824-4bf884b22f30", - CellID->1025052680], -Cell[22250, 594, 119, 1, 70, "ExampleText",ExpressionUUID->"af7f797a-47a3-4ab9-8e53-468e9699c0e1", +Cell[20933, 561, 1399, 36, 70, "ExampleSection",ExpressionUUID->"8ddbf1fc-4160-4cac-9b8b-e838b95a5fd4", + CellID->1366750401], +Cell[22335, 599, 119, 1, 70, "ExampleText",ExpressionUUID->"af7f797a-47a3-4ab9-8e53-468e9699c0e1", CellID->2074571546], Cell[CellGroupData[{ -Cell[22394, 599, 167, 3, 70, "Input",ExpressionUUID->"4ce25dd4-cfa9-4318-b4ad-566f809dd247", +Cell[22479, 604, 167, 3, 70, "Input",ExpressionUUID->"4ce25dd4-cfa9-4318-b4ad-566f809dd247", CellID->211607433], Cell[CellGroupData[{ -Cell[22586, 606, 236, 4, 70, "Print",ExpressionUUID->"31e532ad-258b-4526-a226-2631f582e217", +Cell[22671, 611, 236, 4, 70, "Print",ExpressionUUID->"31e532ad-258b-4526-a226-2631f582e217", CellID->490902385], -Cell[22825, 612, 365, 8, 70, "Print",ExpressionUUID->"bb8d1787-5022-4160-b0e7-56de56acb902", +Cell[22910, 617, 365, 8, 70, "Print",ExpressionUUID->"bb8d1787-5022-4160-b0e7-56de56acb902", CellID->789244010], -Cell[23193, 622, 236, 4, 70, "Print",ExpressionUUID->"2c780204-dc07-40e4-b5f0-5dfd589648e3", +Cell[23278, 627, 236, 4, 70, "Print",ExpressionUUID->"2c780204-dc07-40e4-b5f0-5dfd589648e3", CellID->569517895], -Cell[23432, 628, 219, 3, 70, "Print",ExpressionUUID->"b73a8ef7-0fce-4f23-9065-4349aa63d39f", +Cell[23517, 633, 219, 3, 70, "Print",ExpressionUUID->"b73a8ef7-0fce-4f23-9065-4349aa63d39f", CellID->83081159], -Cell[23654, 633, 207, 3, 70, "Print",ExpressionUUID->"d1412a30-4965-4741-bdbe-bb0a37f6d007", +Cell[23739, 638, 207, 3, 70, "Print",ExpressionUUID->"d1412a30-4965-4741-bdbe-bb0a37f6d007", CellID->259948572], -Cell[23864, 638, 237, 4, 70, "Print",ExpressionUUID->"8f4a57f4-c3e7-4f02-926d-1d73b6b5ad8e", +Cell[23949, 643, 237, 4, 70, "Print",ExpressionUUID->"8f4a57f4-c3e7-4f02-926d-1d73b6b5ad8e", CellID->586880893], -Cell[24104, 644, 221, 3, 70, "Print",ExpressionUUID->"a002756c-a9e2-4428-9457-9c5c30c18f0d", +Cell[24189, 649, 221, 3, 70, "Print",ExpressionUUID->"a002756c-a9e2-4428-9457-9c5c30c18f0d", CellID->1015044592], -Cell[24328, 649, 236, 4, 70, "Print",ExpressionUUID->"f20733b1-cb4b-4f2d-8a16-1d174dea3749", +Cell[24413, 654, 236, 4, 70, "Print",ExpressionUUID->"f20733b1-cb4b-4f2d-8a16-1d174dea3749", CellID->338767462], -Cell[24567, 655, 236, 4, 70, "Print",ExpressionUUID->"6aa6d49b-f1a0-4a63-b78c-2ef483f54428", +Cell[24652, 660, 236, 4, 70, "Print",ExpressionUUID->"6aa6d49b-f1a0-4a63-b78c-2ef483f54428", CellID->485058016], -Cell[24806, 661, 207, 3, 70, "Print",ExpressionUUID->"4151d6a2-1324-4767-abc6-8409143a5580", +Cell[24891, 666, 207, 3, 70, "Print",ExpressionUUID->"4151d6a2-1324-4767-abc6-8409143a5580", CellID->904482303], -Cell[25016, 666, 236, 4, 70, "Print",ExpressionUUID->"6e3e772c-db0a-49f8-9750-627cc53bea4a", +Cell[25101, 671, 236, 4, 70, "Print",ExpressionUUID->"6e3e772c-db0a-49f8-9750-627cc53bea4a", CellID->650237778] }, Open ]] }, Open ]], -Cell[25279, 674, 137, 1, 70, "ExampleText",ExpressionUUID->"93b00b02-c420-4d3a-b35d-601c62411f78", +Cell[25364, 679, 137, 1, 70, "ExampleText",ExpressionUUID->"93b00b02-c420-4d3a-b35d-601c62411f78", CellID->821995302], -Cell[25419, 677, 224, 6, 70, "Input",ExpressionUUID->"5269698f-cfcd-4fc4-95f9-96be6c52e1aa", +Cell[25504, 682, 224, 6, 70, "Input",ExpressionUUID->"5269698f-cfcd-4fc4-95f9-96be6c52e1aa", CellID->236450255], -Cell[25646, 685, 309, 8, 70, "Input",ExpressionUUID->"d170764c-6e8e-4294-b42b-c1f7774b30fe", +Cell[25731, 690, 309, 8, 70, "Input",ExpressionUUID->"d170764c-6e8e-4294-b42b-c1f7774b30fe", CellID->1094938819], -Cell[25958, 695, 238, 6, 70, "Input",ExpressionUUID->"302fe0f5-cfce-4e7f-912f-6212f8be1371", +Cell[26043, 700, 238, 6, 70, "Input",ExpressionUUID->"302fe0f5-cfce-4e7f-912f-6212f8be1371", CellID->1949134453], -Cell[26199, 703, 191, 4, 70, "ExampleText",ExpressionUUID->"20b7c444-d7bd-4956-812e-acdf25681c68", +Cell[26284, 708, 191, 4, 70, "ExampleText",ExpressionUUID->"20b7c444-d7bd-4956-812e-acdf25681c68", CellID->1866227260], Cell[CellGroupData[{ -Cell[26415, 711, 170, 3, 70, "Input",ExpressionUUID->"8836fa18-4161-42db-9682-372a82d7ab8e", +Cell[26500, 716, 170, 3, 70, "Input",ExpressionUUID->"8836fa18-4161-42db-9682-372a82d7ab8e", CellID->1972920153], -Cell[26588, 716, 388, 9, 36, "Output",ExpressionUUID->"08b38f96-b748-424a-8d91-7d9c402a1132", +Cell[26673, 721, 388, 9, 36, "Output",ExpressionUUID->"08b38f96-b748-424a-8d91-7d9c402a1132", CellID->1511828913] }, Open ]], -Cell[26991, 728, 172, 3, 70, "ExampleText",ExpressionUUID->"083825fa-899e-4d51-bb21-6df2a3b2f714", +Cell[27076, 733, 172, 3, 70, "ExampleText",ExpressionUUID->"083825fa-899e-4d51-bb21-6df2a3b2f714", CellID->1036049501], Cell[CellGroupData[{ -Cell[27188, 735, 197, 4, 70, "Input",ExpressionUUID->"d88cee54-93c8-4b78-8541-aaeaf8864f7e", +Cell[27273, 740, 197, 4, 70, "Input",ExpressionUUID->"d88cee54-93c8-4b78-8541-aaeaf8864f7e", CellID->1350961574], -Cell[27388, 741, 5346, 113, 429, "Output",ExpressionUUID->"90ee53e5-bb4f-4177-8a1c-c320bb813ab6", +Cell[27473, 746, 5346, 113, 429, "Output",ExpressionUUID->"90ee53e5-bb4f-4177-8a1c-c320bb813ab6", CellID->870798594] }, Open ]], -Cell[32749, 857, 169, 3, 70, "ExampleText",ExpressionUUID->"486b7a8f-241a-43bf-bc24-548c3b8320a1", +Cell[32834, 862, 169, 3, 70, "ExampleText",ExpressionUUID->"486b7a8f-241a-43bf-bc24-548c3b8320a1", CellID->1664717350], Cell[CellGroupData[{ -Cell[32943, 864, 272, 6, 70, "Input",ExpressionUUID->"a28dbece-e690-4384-a7f9-a795232a2894", +Cell[33028, 869, 272, 6, 70, "Input",ExpressionUUID->"a28dbece-e690-4384-a7f9-a795232a2894", CellID->248079456], -Cell[33218, 872, 3168, 67, 427, "Output",ExpressionUUID->"c0e4693d-43b2-4851-aad7-9ba98494aad2", +Cell[33303, 877, 3168, 67, 429, "Output",ExpressionUUID->"c0e4693d-43b2-4851-aad7-9ba98494aad2", CellID->1443646009] }, Open ]], -Cell[36401, 942, 160, 2, 70, "ExampleText",ExpressionUUID->"dd80e929-7219-4887-8271-1a9c544c25da", +Cell[36486, 947, 160, 2, 70, "ExampleText",ExpressionUUID->"dd80e929-7219-4887-8271-1a9c544c25da", CellID->183395638], Cell[CellGroupData[{ -Cell[36586, 948, 262, 6, 70, "Input",ExpressionUUID->"5589abf2-4709-4df3-b5f0-4cb7affb4832", +Cell[36671, 953, 262, 6, 70, "Input",ExpressionUUID->"5589abf2-4709-4df3-b5f0-4cb7affb4832", CellID->124385417], -Cell[36851, 956, 5346, 113, 250, "Output",ExpressionUUID->"1d8561a1-c3a2-4eeb-b5b2-ee9ca8f11760", +Cell[36936, 961, 5346, 113, 250, "Output",ExpressionUUID->"1d8561a1-c3a2-4eeb-b5b2-ee9ca8f11760", CellID->578647141] }, Open ]], -Cell[42212, 1072, 323, 5, 70, "ExampleText",ExpressionUUID->"e1e93285-680f-4cca-be93-594a9d3a2bf2", +Cell[42297, 1077, 323, 5, 70, "ExampleText",ExpressionUUID->"e1e93285-680f-4cca-be93-594a9d3a2bf2", CellID->978052440], Cell[CellGroupData[{ -Cell[42560, 1081, 263, 6, 70, "Input",ExpressionUUID->"dad101d8-7a68-4416-80cd-027a799f385d", +Cell[42645, 1086, 263, 6, 70, "Input",ExpressionUUID->"dad101d8-7a68-4416-80cd-027a799f385d", CellID->910085600], -Cell[42826, 1089, 5625, 121, 426, "Output",ExpressionUUID->"f7da7977-eece-4d63-9456-672f8f5db048", +Cell[42911, 1094, 5625, 121, 426, "Output",ExpressionUUID->"f7da7977-eece-4d63-9456-672f8f5db048", CellID->1775396461] }, Open ]], -Cell[48466, 1213, 345, 6, 70, "ExampleText",ExpressionUUID->"9651405d-d3ff-451c-bee8-3871f7025579", +Cell[48551, 1218, 345, 6, 70, "ExampleText",ExpressionUUID->"9651405d-d3ff-451c-bee8-3871f7025579", CellID->1354933913], -Cell[48814, 1221, 291, 8, 70, "Input",ExpressionUUID->"54ab1cd6-f24b-4dc8-94b4-acccb1946939", +Cell[48899, 1226, 291, 8, 70, "Input",ExpressionUUID->"54ab1cd6-f24b-4dc8-94b4-acccb1946939", CellID->1494113538], -Cell[49108, 1231, 241, 6, 70, "Input",ExpressionUUID->"a6281d0b-3e5c-4f93-83c3-2a5421316a58", +Cell[49193, 1236, 241, 6, 70, "Input",ExpressionUUID->"a6281d0b-3e5c-4f93-83c3-2a5421316a58", CellID->1685816698], Cell[CellGroupData[{ -Cell[49374, 1241, 264, 6, 70, "Input",ExpressionUUID->"c76457f2-6e4d-42b5-a7e9-d743864b04db", +Cell[49459, 1246, 264, 6, 70, "Input",ExpressionUUID->"c76457f2-6e4d-42b5-a7e9-d743864b04db", CellID->683403225], -Cell[49641, 1249, 4368, 93, 344, "Output",ExpressionUUID->"00bbc190-686a-4188-af12-b7bdb4d38f5d", +Cell[49726, 1254, 4368, 93, 344, "Output",ExpressionUUID->"00bbc190-686a-4188-af12-b7bdb4d38f5d", CellID->1568649150] }, Open ]], -Cell[54024, 1345, 262, 4, 70, "ExampleText",ExpressionUUID->"f9ee16c3-11e8-4baf-98c3-c18885ddf222", +Cell[54109, 1350, 265, 5, 70, "ExampleText",ExpressionUUID->"f9ee16c3-11e8-4baf-98c3-c18885ddf222", CellID->1603095162], Cell[CellGroupData[{ -Cell[54311, 1353, 316, 7, 70, "Input",ExpressionUUID->"57a4b60f-6f0c-4c56-80c3-7cd885161ae7", +Cell[54399, 1359, 316, 7, 70, "Input",ExpressionUUID->"57a4b60f-6f0c-4c56-80c3-7cd885161ae7", CellID->53121525], -Cell[54630, 1362, 3950, 86, 701, "Output",ExpressionUUID->"db35cff8-e236-45ae-abfd-07d6f22c60a3", +Cell[54718, 1368, 3950, 86, 701, "Output",ExpressionUUID->"db35cff8-e236-45ae-abfd-07d6f22c60a3", CellID->398607734] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[58910, 1463, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"5870545a-0713-4e61-97dc-9435cccfe0c0"], +Cell[64404, 1613, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a8394274-60c9-4f61-b5dc-6b7d1ee29c2f"], +Cell[65077, 1633, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"406acdce-123c-46dc-a77c-b2c982d9858a"], +Cell[66113, 1661, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"157b8543-7dbc-4ec7-9455-9575636b4ef4"], Cell[CellGroupData[{ -Cell[58844, 1459, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"66f29a94-d23b-4bb9-bbeb-0390c58e8afe"], -Cell[64338, 1609, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f4115daf-eb54-4292-a599-3e2320b7557e"] -}, Open ]], -Cell[65023, 1630, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4b17121d-d9b5-4545-bba3-8e324214678b"], -Cell[66059, 1658, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"a4326472-ef94-4bd0-a4c3-48d0a5a0a94d"], -Cell[CellGroupData[{ -Cell[68359, 1726, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72951491-fa3f-492e-80fd-60e2bb17e4d9", +Cell[68413, 1729, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72951491-fa3f-492e-80fd-60e2bb17e4d9", CellID->2135167160], -Cell[68500, 1729, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"daa13f8d-67c8-4c2d-b632-ef6f38afb8e4", +Cell[68554, 1732, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"daa13f8d-67c8-4c2d-b632-ef6f38afb8e4", CellID->1194386356], -Cell[68722, 1735, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6526dee8-167c-476c-a38c-d7a154baf8b9", +Cell[68776, 1738, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6526dee8-167c-476c-a38c-d7a154baf8b9", CellID->1641706272], -Cell[68937, 1740, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1cb0535-2481-4459-a5cc-53270873c45f", +Cell[68991, 1743, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1cb0535-2481-4459-a5cc-53270873c45f", CellID->399251956], -Cell[69166, 1746, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3884793d-0837-4cbc-ab6f-7d1d2bace240", +Cell[69220, 1749, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3884793d-0837-4cbc-ab6f-7d1d2bace240", CellID->821434655] }, Open ]], -Cell[69403, 1752, 78, 0, 70, "FooterCell",ExpressionUUID->"014d0b78-1622-4966-9bb0-a1c98e35f351"] +Cell[69457, 1755, 78, 0, 70, "FooterCell",ExpressionUUID->"0624e229-6a08-4d0f-9940-631272f9d9c8"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FilledWeberSetV6.nb b/Documentation/English/ReferencePages/Symbols/FilledWeberSetV6.nb new file mode 100644 index 0000000..b013a0f --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/FilledWeberSetV6.nb @@ -0,0 +1,2301 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 96172, 2291] +NotebookOptionsPosition[ 85085, 2081] +NotebookOutlinePosition[ 87072, 2129] +CellTagsIndexPosition[ 86986, 2124] +WindowTitle->FilledWeberSetV6 +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "1cc4ff69-ff47-4bef-ad10-251fdc98293e"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "c05f216b-c316-4ca0-9ae5-3fad2f981bfa"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "259ac4bd-1858-441d-92fa-947fbdaccf76"] + }],ExpressionUUID->"d399e0f5-6a06-4d9a-8960-150fa3c855ef"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "f5518f32-be4a-4793-8518-e53ac0b50a8d"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "e9648bee-d9ab-4f8c-ba59-2a73a49b3c5d"] + }],ExpressionUUID->"2bbbf542-47da-49f4-a12d-c11b916ab4ea"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "d4f17936-422d-4246-865f-e50882b09868"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "724b511f-d286-4636-a134-0bd8a8dbdab0"] + }],ExpressionUUID->"b95945c4-b833-4371-9e21-e68de7c6bfc6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "707718c9-fd64-46ee-9629-73895294a72e"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "c2307a21-a8dd-4ea4-8ba0-4e66bf419cb7"] + }],ExpressionUUID->"ad99f66d-1ee2-4b91-bef5-b921fb38ee4b"], + StripOnInput->False],{ + "\"TUG/ref/FilledWeberSetV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FilledWeberSetV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +FilledWeberSetV6.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$86708], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FilledWeberSetV6" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "3f995dad-004b-484c-babd-80f4ba29fc92"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "7146ef45-0f36-402e-b6f7-be171a206185"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"47db499a-bf09-481f-8e48-15dbc87d49df"], + +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"f8e04db5-49fb-4311-97dd-dce08e100244"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "FilledWeberSetV6", "ObjectName",ExpressionUUID-> + "ecfaef6e-c9a9-43aa-98c2-54262ef0c09f"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"e89e7671-ae36-470b-b8aa-0fbfb8de6b20"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "72199f4e-3745-4550-b3cd-99a10c8c8f93"] + }],ExpressionUUID->"40d06527-a0d3-498a-92b3-046f10f77490"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"96ac31d8-6c9b-4b39-a108-\ +bd6b5aa67935"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"FilledWeberSetV6", "[", "game", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f8a171bd-2679-46c7-912a-7b2b1f27517e"], + " \[LineSeparator]plots the Weber set of a three person game." + }],ExpressionUUID->"69499b36-afed-4892-840b-319bf081ff2f"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"game", ",", "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "856a61a8-bab9-4b94-979c-d0417089b736"], + " \[LineSeparator]by option set, the figure size and view can be \ +changed. In addition, the legend can be turned off, and the core can be \ +included into the figure. " + }],ExpressionUUID->"86fa7d26-0562-4d98-a7e8-ac465cd4c3ef"]} + }]], "Usage", + CellID->261473278,ExpressionUUID->"4910596c-44cc-4dbd-a056-3e87fd69b505"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"8cab8630-ec53-41be-8d60-a5faf148226f"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"1b878b87-2e8c-49be-8e4f-71913eb9fb51"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"455d4130-96b3-4b7e-a185-6e2deb4dc839"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"e333a73e-0d85-4277-ac88-6f102cd92c0a"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->986011283,ExpressionUUID->"a799b6f7-aeed-4368-b909-736f7fad8a25"], + +Cell[TextData[{ + "The input expression ", + Cell[BoxData["game"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "814f2178-75fb-4a81-b15b-2c19c210067e"], + " must be represented in characteristic function form, where its values ", + Cell[BoxData[ + RowBox[{"v", "[", "S", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a0b1d64a-be03-42c3-83c9-bbcfedb7756a"], + "\nare numeric." +}], "]]", "Notes", + CellID->313448337,ExpressionUUID->"40a60a34-820b-4466-91e5-7044bc1e583f"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "99e8cba8-991f-43ca-871e-651f90f5e855"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "6870fe44-2500-4769-bd3d-f8f09a521332"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"05195fac-aeed-47d2-86f5-6634b2475867"], + +Cell["\<\ +The Weber set is a solution constituted by all pre-imputations based on the \ +concept of a random order value, whenever the game is monotone. Otherwise, \ +the Weber set also depends on elements that are not random order values.\ +\>", "Notes", + CellID->881701117,ExpressionUUID->"0504da35-05f6-41c3-b28e-4eeedbe7ade3"], + +Cell["\<\ +Note that the Shapley value is a random order value while assuming that the \ +likelihood of assembling coalitions is based on the uniform probability \ +distribution of the ordering of players. Since the Weber set is the \ +collection of payoffs associated with random order values, the Shapley value \ +must be an element of this set.\ +\>", "Notes", + CellID->873586931,ExpressionUUID->"ff04d639-2537-48e7-9235-128c6d5f5dee"], + +Cell["This function draws the Weber set of a three person game.", "Notes", + CellID->305331391,ExpressionUUID->"7cd3e9db-70ad-427f-9a81-22c105d9244c"], + +Cell["\<\ +Filled the Weber set area with orange color. Furthermore, the Shapley value \ +will be depicted as a blue point, the kernel as a light red, the pre-kernel \ +as a red, and the nucleolus as a green point. \ +\>", "Notes", + CellID->309362357,ExpressionUUID->"4d5330cb-b65b-440b-820d-ff40ddac10d1"], + +Cell[TextData[{ + "For more information see ", + Cell[BoxData[ + ButtonBox[ + TagBox[ + TemplateBox[{ + TemplateArgBox["\"Graphics 2D\"", 1], + StyleBox[ + TemplateArgBox["\"Graphics 2D\"", 1], "HyperlinkActive"], BaseStyle -> + "Hyperlink"}, + "MouseoverTemplate"], + MouseAppearanceTag["LinkHand"]], + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/TuGamesView2dV6", + ButtonNote->"paclet:TUG/Guides/TuGamesView2dV6"]],ExpressionUUID-> + "fd79d4f9-ea7f-4cfa-ae8f-972683c9abed"], + "." +}], "Notes", + CellID->1127139150,ExpressionUUID->"c6c3f654-a14e-42c2-9f4b-db39fc3d980a"], + +Cell["Dedicated for Mathematica Version 12.x or higher only.", "Notes", + CellID->877981334,ExpressionUUID->"bda0a8db-5393-4634-8ac7-44f8c88b7f72"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->13178,ExpressionUUID->"045b94e5-a28b-4676-bb5d-791654df6458"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "5c120fa6-54d2-4fee-a16c-a3a5ac9a220b"], + TemplateBox[{ + Cell[ + TextData["DisplayLegend"]], "paclet:TUG/ref/DisplayLegend", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to include a legend in the graphics.", "TableText",ExpressionUUID-> + "ad37a0c7-86f3-4965-92aa-412c92b387c0"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1374443190,ExpressionUUID->"d17a8098-978a-4ab2-8a1c-3688a4e4db87"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "7f80c788-985d-461b-afea-1951397ebf4d"], + TemplateBox[{ + Cell[ + TextData["FigureSize"]], "paclet:TUG/ref/FigureSize", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "500", Cell[ + "use to set the picture size.", "TableText",ExpressionUUID-> + "11721361-8818-48fd-97f1-de9e62c2f6e9"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->11156,ExpressionUUID->"8d3f0bd9-fb00-447b-a067-867adbaa07e2"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "e7f24bd1-300f-490d-91a5-7de840f3aa6d"], + TemplateBox[{ + Cell[ + TextData["PlotCore"]], "paclet:TUG/ref/PlotCore", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to draw the Core included within the Weber set.", "TableText", + ExpressionUUID->"e1f98ef0-b56b-4efe-9a79-323f3b2cd98a"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->61846102,ExpressionUUID->"2105d122-8b79-4af3-bf58-0ad3b0031df2"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "0a534731-9b45-4ba4-91bf-c5a9b826ccaa"], + TemplateBox[{ + Cell[ + TextData["PreImpSet"]], "paclet:TUG/ref/PreImpSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell["\<\ +use to plot w.r.t. the pre-imputation set; otherwise, the imputation set. \ +\>", "TableText",ExpressionUUID->"ebc02b65-9e4d-488d-aa43-eb40437c83fb"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1347565327,ExpressionUUID->"d7c20459-89e2-4704-8ea7-3f5ec5f1f243"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "837b281f-26cf-4f61-a74b-debcb85712c0"], + TemplateBox[{ + Cell[ + TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + TemplateBox[{ + Cell[ + TextData["True"]], "paclet:ref/True"}, + "RefLink", + BaseStyle->{"3ColumnTableMod"}], Cell[ + "not verbosely during the evaluation.", "TableText",ExpressionUUID-> + "2130012b-3455-4138-8824-4abe16ad89d1"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2111208143,ExpressionUUID->"33d46c46-bd92-4500-a343-5758957d88d3"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["DisplayLegend"]], "paclet:TUG/ref/DisplayLegend", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ccde894e-5b87-4a82-a895-907dac712623"], + " does not plot the legend." +}], "Notes", + CellID->432354952,ExpressionUUID->"dadc782b-ea9c-4fe9-a9e3-e26feea68929"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PlotCore"]], "paclet:TUG/ref/PlotCore", "TUG Package Symbol"}, + + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "dae42f48-f725-4892-950f-c8dbade13c24"], + " plots in addition to the Core, the Weber set of the game, whenever it \ +exists and the game is not convex." +}], "Notes", + CellID->1447201016,ExpressionUUID->"055000bd-a115-4370-a3dd-e65296c423fe"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PreImpSet"]], "paclet:TUG/ref/PreImpSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "18c10725-82a4-4eb3-ad3d-0a7e424dc46d"], + " uses the imputation set instead." +}], "Notes", + CellID->2041037989,ExpressionUUID->"a61a2e2f-eceb-416b-b495-c8aee77e8f80"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["FigureSize"]], "paclet:TUG/ref/FigureSize", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "600"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1cc797e7-3c77-49ac-8111-4d6daed9772e"], + " changes the picture size of the graphics." +}], "Notes", + CellID->282211233,ExpressionUUID->"9c746596-abc2-441f-b657-85443cad4bd2"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "555f4949-d54a-48e1-9783-9d59394fdda1"], + " is used to display intermediate results." +}], "Notes", + CellID->731,ExpressionUUID->"a7e5e4fc-b967-44da-a8e0-7e66e68d7ce0"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"98ee3c07-3116-4f9c-bb5e-a6c1ce246578"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"0aeb1b98-3a45-4982-8d0a-e3e7ada0c779"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "e605ccbd-37cb-4af7-a8cb-8b51ffa90725"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->1516759761,ExpressionUUID->"c22b88a0-5835-406d-89e3-59b9d17589f3"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"92b3dfe1-1dc4-4317-b635-3f5f5f31e969"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"41a8b958-4804-4969-8663-9197518195c0"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "a5e513f6-ec23-41e4-b5c2-ab6709987489"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->1917518662,ExpressionUUID->"b7069d40-5890-40eb-8165-03e2dd13c0af"], + +Cell["Loading the package:", "ExampleText", + CellID->2074571546,ExpressionUUID->"a64a98e5-188e-4a37-abd8-30bfe0c43685"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->211607433,ExpressionUUID->"f9ffc3f9-2923-472b-83d5-9fe1ba96b263"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->1157993014,ExpressionUUID->"246f8c93-f113-4f18-a294-f4ea4d72fb4f"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->1609221250,ExpressionUUID->"789b3404-0243-4737-97e6-7d0f09f37203"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->2126829614,ExpressionUUID->"f3d38782-b93a-4ddf-b2ed-0653787b50be"], + +Cell[BoxData["\<\"TuGames V3.1.3 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->1385319196,ExpressionUUID->"24d7673f-7f25-42fd-b432-c4e38a69ad44"], + +Cell[BoxData["\<\"Release Date: 28.05.2024\"\>"], "Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->1821614965,ExpressionUUID->"0ae8d2dc-b015-4fb1-b3f5-dc99b2e4bc7b"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->941341362,ExpressionUUID->"2688eb2a-08ea-4d84-9cf6-22da96049dcd"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->483321653,ExpressionUUID->"15f06d2f-5f93-4c05-8dd8-fb918f945d14"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->1756097149,ExpressionUUID->"c1939a86-fca4-46b5-9796-42b228a3bcad"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->810548975,ExpressionUUID->"925a0e05-7dfb-4298-9bc8-3e0e9e5ae537"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->501631772,ExpressionUUID->"57190d9a-bb79-476d-b341-fd4355bd5cbb"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16818`", + CellLabel->"During evaluation of In[1]:=", + CellID->71063008,ExpressionUUID->"7784f195-c101-45fe-9d1e-94084ebb8a08"] +}, Open ]] +}, Open ]], + +Cell["Define the following three person game:", "ExampleText", + CellID->821995302,ExpressionUUID->"996aeb4d-9351-4782-b27b-7208025ad3b8"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[2]:=", + CellID->236450255,ExpressionUUID->"c855d6fe-c740-4c6f-825b-b6aa914b7489"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"vec", "=", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", + RowBox[{"-", "1"}], ",", "0", ",", "7", ",", "12", ",", + RowBox[{"-", "1"}], ",", "13"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->1094938819,ExpressionUUID->"f072f0de-5bee-4a11-9aab-6362d26744c3"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[4]:=", + CellID->1949134453,ExpressionUUID->"3442b60d-c4a6-4c64-ab6c-463540afd492"], + +Cell["\<\ +First, let us consider the set of options with its default values that is \ +given by\ +\>", "ExampleText", + CellID->1866227260,ExpressionUUID->"c106182d-eae1-4577-a1c7-0fc71c350385"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "FilledWeberSetV6", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->1972920153,ExpressionUUID->"b10b2ef6-1c67-4153-ac65-79f1707d9178"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"DisplayLegend", "\[Rule]", "True"}], ",", + RowBox[{"FigureSize", "\[Rule]", "500"}], ",", + RowBox[{"PlotCore", "\[Rule]", "False"}], ",", + RowBox[{"PreImpSet", "\[Rule]", "False"}], ",", + RowBox[{"Silent", "\[Rule]", "False"}]}], "}"}]], "Output", + CellContext->"Cell$$16818`", + CellLabel->"Out[5]=", + CellID->1986536293,ExpressionUUID->"5c93da50-2ed4-4e0e-a91a-07cf15402b7a"] +}, Open ]], + +Cell["\<\ +The two-dimensional Weber set of the game is now plotted while calling\ +\>", "ExampleText", + CellID->1036049501,ExpressionUUID->"55a7fd38-13de-469d-8bb7-cebe82779030"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig01", "=", + RowBox[{"FilledWeberSetV6", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->1350961574,ExpressionUUID->"ed7a61d6-9deb-4c92-976a-f282f031ebcb"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + GraphicsBox[{ + GraphicsComplexBox[{{0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 5, 4, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + PolygonBox[{{3, 2}, {1, 3, 4}, {5, 4, 2, 1}, {2, 3, 5}, {4, 3}}]]}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{-12.990381056766578`, -6.5}], + PointBox[{-9.526279441628825, -6.5}], + PointBox[{-7.794228634059947, 2.5}], + PointBox[{6.06217782649107, 2.5}], + PointBox[{0.8660254037844386, 11.5}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.041305215509539, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-10.686753482699972, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "7.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {4.1222809220139265, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "12.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8140638795573722, 11.169999999999998}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{2, 1, 3, 5, 4, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-1, 2] 3^Rational[1, 2], Rational[29, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}}, {{-0.8660254037844386, 14.5}, { + 11.258330249197702`, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-1, 2] 3^Rational[1, 2], Rational[ + 29, 2]}, {-0.8660254037844386, 14.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", + RowBox[{"-", "1.`"}], ",", "14.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8660254037844387, 15.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.470765814495916, -7.2}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-14.202816622064793, -7.2}]}}}, + ImageSize->500], {-1, -0.869784387633061}, { + Left, Bottom}, {2, 1.739568775266122}], GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0.85, 0.85], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 4.739999999999999}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{500., 391.7852039020991}, + PlotRange->All]], "Output", + CellContext->"Cell$$16818`", + CellLabel->"Out[6]=", + CellID->757392353,ExpressionUUID->"265fd336-3556-43dc-ab8f-6d0af43dd27f"] +}, Open ]], + +Cell["\<\ +Plotting the Weber set without enabling the Legend option, produces\ +\>", "ExampleText", + CellID->1664717350,ExpressionUUID->"af7c77bb-db29-4e6f-a16d-239cdd8486b3"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig02", "=", + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"DisplayLegend", "\[Rule]", " ", "False"}]}], "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->248079456,ExpressionUUID->"7c2c2005-c8d5-4fb6-ab96-f71d31e6cfe9"], + +Cell[BoxData[ + GraphicsBox[{ + GraphicsComplexBox[{{0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 5, 4, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + PolygonBox[{{3, 2}, {1, 3, 4}, {5, 4, 2, 1}, {2, 3, 5}, {4, 3}}]]}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{-12.990381056766578`, -6.5}], + PointBox[{-9.526279441628825, -6.5}], + PointBox[{-7.794228634059947, 2.5}], PointBox[{6.06217782649107, 2.5}], + PointBox[{0.8660254037844386, 11.5}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.041305215509539, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-10.686753482699972, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "7.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {4.1222809220139265, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "12.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8140638795573722, 11.169999999999998}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{2, 1, 3, 5, 4, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[NCache[{(-5) + 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[NCache[{(-5) + 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[NCache[{ + Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[NCache[{(-5) + 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-1, 2] 3^Rational[1, 2], Rational[29, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}}, {{-0.8660254037844386, 14.5}, { + 11.258330249197702`, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[NCache[{ + Rational[-1, 2] 3^Rational[1, 2], Rational[ + 29, 2]}, {-0.8660254037844386, 14.5}]], + PointBox[NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], + PointBox[NCache[{ + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", + RowBox[{"-", "1.`"}], ",", "14.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8660254037844387, 15.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.470765814495916, -7.2}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-14.202816622064793, -7.2}]}}}, + ImageSize->500]], "Output", + CellContext->"Cell$$16818`", + CellLabel->"Out[7]=", + CellID->2022373575,ExpressionUUID->"de1499b4-eab3-4efa-a1ff-90e48b22ca87"] +}, Open ]], + +Cell["Changing the figure size of the core returns, for instance, ", \ +"ExampleText", + CellID->183395638,ExpressionUUID->"3c05a623-1f8d-4e2b-9659-6e12a3c1126b"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig03", "=", + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"FigureSize", "\[Rule]", "300"}]}], "]"}]}]], "Input", + CellLabel->"In[8]:=", + CellID->124385417,ExpressionUUID->"fd775aa0-cbaa-4242-9611-6d495b3ea050"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + GraphicsBox[{ + GraphicsComplexBox[{{0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 5, 4, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + PolygonBox[{{3, 2}, {1, 3, 4}, {5, 4, 2, 1}, {2, 3, 5}, {4, 3}}]]}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{-12.990381056766578`, -6.5}], + PointBox[{-9.526279441628825, -6.5}], + PointBox[{-7.794228634059947, 2.5}], + PointBox[{6.06217782649107, 2.5}], + PointBox[{0.8660254037844386, 11.5}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.041305215509539, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-10.686753482699972, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "7.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {4.1222809220139265, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "12.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8140638795573722, 11.169999999999998}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{2, 1, 3, 5, 4, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-1, 2] 3^Rational[1, 2], Rational[29, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}}, {{-0.8660254037844386, 14.5}, { + 11.258330249197702`, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-1, 2] 3^Rational[1, 2], Rational[ + 29, 2]}, {-0.8660254037844386, 14.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", + RowBox[{"-", "1.`"}], ",", "14.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8660254037844387, 15.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.470765814495916, -7.2}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-14.202816622064793, -7.2}]}}}, + ImageSize->300], {-1, -0.869784387633061}, { + Left, Bottom}, {2, 1.739568775266122}], GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0.85, 0.85], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 4.739999999999999}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{300., 215.26371689521136`}, + PlotRange->All]], "Output", + CellContext->"Cell$$16818`", + CellLabel->"Out[8]=", + CellID->1992564478,ExpressionUUID->"12ac657a-6c81-4f64-93a1-8943d3f04d20"] +}, Open ]], + +Cell["\<\ +We see that the labeling of the vertices is now relatively close to each \ +other. One can avoid overlapping labeling through an increase in the figure \ +size. \ +\>", "ExampleText", + CellID->1242231362,ExpressionUUID->"670867ab-b75e-4ff1-ad68-9d9d959942f2"], + +Cell["\<\ +Moreover, note that the Weber set ought to be plotted against the imputation \ +set and not against a pre-specified set of pre-imputations. Hence, it is not \ +recommended to set the option to PreImpSet \[Rule] True. This may lead to a \ +misinterpretation of the picture. To observe this, we might have by the next \ +figure, the impression that the core is not correctly depicted since it \ +seems that core allocations violate individual rationality. Note that this is \ +not the case, one has simply selected a wrong picture detail, i.e., a set of \ +pre-imputation, which is smaller than the imputation set. \ +\>", "ExampleText", + CellID->978052440,ExpressionUUID->"3815f2ef-00f6-42df-8e0a-58724f12f8b4"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig04", "=", + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"PlotCore", "->", " ", "True"}], ",", + RowBox[{"PreImpSet", "\[Rule]", "True"}], ",", + RowBox[{"FigureSize", "\[Rule]", "1000"}]}], "]"}]}]], "Input", + CellLabel->"In[9]:=", + CellID->910085600,ExpressionUUID->"9411c9e5-ec92-461f-b589-d39a391ce484"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + GraphicsBox[{ + GraphicsComplexBox[{{0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 5, 4, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + PolygonBox[{{3, 2}, {1, 3, 4}, {5, 4, 2, 1}, {2, 3, 5}, {4, 3}}]]}, { + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, {0, + 13}}, {{-11.258330249197702`, -6.5}, {11.258330249197702`, -6.5}, { + 0, 13}}], LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-13, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], PointBox[{0, 13}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"13.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-12.384163274117473, -7.15}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.384163274117473, -7.15}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "13.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 14.3}]}}, + GraphicsComplexBox[{{-9.526279441628825, -6.5}, {-12.990381056766578`, \ +-6.5}, {-4.330127018922193, 2.5}, {-7.794228634059947, 2.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 4, 2}}], + Annotation[#, "Geometry"]& ]}], { + {RGBColor[0, 0, 1], PointSize[0.015], + PointBox[ + NCache[{Rational[-11, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-9.526279441628825, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]], + PointBox[ + NCache[{Rational[-5, 2] 3^Rational[1, 2], Rational[ + 5, 2]}, {-4.330127018922193, 2.5}]], + PointBox[ + NCache[{Rational[-9, 2] 3^Rational[1, 2], Rational[ + 5, 2]}, {-7.794228634059947, 2.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-13.639900109604907, -7.175}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.65618325219649, -7.175}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-7.664324823492281, 3.175}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"6.`", ",", "1.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-3.6806079660838638, 3.175}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-5, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[ + 5, 2]}}, {{-9.526279441628825, -6.5}, {-12.990381056766578`, \ +-6.5}, {-4.330127018922193, 2.5}, {-7.794228634059947, 2.5}}], + LineBox[{3, 4, 2, 1, 3}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{-12.990381056766578`, -6.5}], + PointBox[{-9.526279441628825, -6.5}], + PointBox[{-7.794228634059947, 2.5}], + PointBox[{6.06217782649107, 2.5}], + PointBox[{0.8660254037844386, 11.5}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-10.686753482699972, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-13.977650017080839, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.041305215509539, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "7.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {4.1222809220139265, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "12.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8140638795573722, 11.169999999999998}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{2, 1, 3, 5, 4, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, {0, + 13}}, {{-11.258330249197702`, -6.5}, {11.258330249197702`, -6.5}, { + 0, 13}}], LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-13, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], PointBox[{0, 13}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"13.`", ",", "0.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-12.384163274117473, -7.15}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.384163274117473, -7.15}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "0.`", ",", "13.`"}], "}"}], + StripOnInput->False, + FontSize->12], {0., 14.3}]}}}, + ImageSize->1000], {-1, -0.8204402857827414}, { + Left, Bottom}, {2, 1.6408805715654828}], GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0.85, 0.85], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 4.739999999999999}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{1000., 796.8713224948748}, + PlotRange->All]], "Output", + CellContext->"Cell$$16818`", + CellLabel->"Out[9]=", + CellID->1626914523,ExpressionUUID->"d0c2d947-2749-4da0-a339-56aca84aeef5"] +}, Open ]], + +Cell["\<\ +This misinterpretation can be avoided while turning it off and letting the \ +Weber set be plotted against the imputation set, as we can see next. The core \ +is included within the imputation set and the Weber set, as expected.\ +\>", "ExampleText", + CellID->1176067575,ExpressionUUID->"1c098299-3496-4d76-ae00-a692bde9b7a1"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig05", "=", + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"PlotCore", "->", " ", "True"}], ",", + RowBox[{"PreImpSet", "\[Rule]", "False"}], ",", + RowBox[{"FigureSize", "\[Rule]", "1000"}]}], "]"}]}]], "Input", + CellLabel->"In[10]:=", + CellID->1890915718,ExpressionUUID->"303e8f3a-a80b-4f8b-865c-a39602a0a421"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + GraphicsBox[{ + GraphicsComplexBox[{{0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 5, 4, 2}}], + Annotation[#, "Geometry"]& ]}], + {RGBColor[1, 0.5, 0], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + PolygonBox[{{3, 2}, {1, 3, 4}, {5, 4, 2, 1}, {2, 3, 5}, {4, 3}}]]}, { + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-1, 2] 3^Rational[1, 2], Rational[29, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}}, {{-0.8660254037844386, 14.5}, { + 11.258330249197702`, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-1, 2] 3^Rational[1, 2], Rational[ + 29, 2]}, {-0.8660254037844386, 14.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", + RowBox[{"-", "1.`"}], ",", "14.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8660254037844387, 15.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.470765814495916, -7.2}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-14.202816622064793, -7.2}]}}, + GraphicsComplexBox[{{-9.526279441628825, -6.5}, {-12.990381056766578`, \ +-6.5}, {-4.330127018922193, 2.5}, {-7.794228634059947, 2.5}}, + {Hue[0.6, 0.3, 0.95], EdgeForm[Hue[0.6, 0.3, 0.75]], + TagBox[PolygonBox[{{1, 3, 4, 2}}], + Annotation[#, "Geometry"]& ]}], { + {RGBColor[0, 0, 1], PointSize[0.015], + PointBox[ + NCache[{Rational[-11, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-9.526279441628825, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]], + PointBox[ + NCache[{Rational[-5, 2] 3^Rational[1, 2], Rational[ + 5, 2]}, {-4.330127018922193, 2.5}]], + PointBox[ + NCache[{Rational[-9, 2] 3^Rational[1, 2], Rational[ + 5, 2]}, {-7.794228634059947, 2.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.65618325219649, -7.175}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-7.664324823492281, 3.175}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"6.`", ",", "1.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-3.6806079660838638, 3.175}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-5, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[ + 5, 2]}}, {{-9.526279441628825, -6.5}, {-12.990381056766578`, \ +-6.5}, {-4.330127018922193, 2.5}, {-7.794228634059947, 2.5}}], + LineBox[{3, 4, 2, 1, 3}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}}, { + {RGBColor[1, 0.5, 0], PointSize[0.015], + PointBox[{-12.990381056766578`, -6.5}], + PointBox[{-9.526279441628825, -6.5}], + PointBox[{-7.794228634059947, 2.5}], + PointBox[{6.06217782649107, 2.5}], + PointBox[{0.8660254037844386, 11.5}]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"8.`", ",", + RowBox[{"-", "1.`"}], ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-9.041305215509539, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"12.`", ",", "1.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-10.686753482699972, -5.93}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "7.`", ",", "6.`"}], "}"}], + StripOnInput->False, + FontSize->12], {4.1222809220139265, 2.62}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "1.`", ",", "12.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8140638795573722, 11.169999999999998}]}}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[1, 2] 3^Rational[1, 2], Rational[23, 2]}, { + Rational[7, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-9, 2] 3^Rational[1, 2], Rational[5, 2]}, { + Rational[-11, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], Rational[-13, 2]}}, {{ + 0.8660254037844386, 11.5}, {6.06217782649107, + 2.5}, {-7.794228634059947, + 2.5}, {-9.526279441628825, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{2, 1, 3, 5, 4, 2}]]}, + {RGBColor[1, 0.85, 0.85], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 1, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {RGBColor[0, 0, 1], PointSize[0.018], + PointBox[ + NCache[{Rational[-7, 2] 3^Rational[1, 2], + Rational[-1, 2]}, {-6.06217782649107, -0.5}]]}, + {RGBColor[1, 0, 0], PointSize[0.018], + PointBox[ + NCache[{(-5) 3^Rational[1, 2], -2}, {-8.660254037844386, -2}]]}, + {Thickness[Large], + GraphicsComplexBox[ + NCache[{{Rational[-1, 2] 3^Rational[1, 2], Rational[29, 2]}, { + Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}}, {{-0.8660254037844386, 14.5}, { + 11.258330249197702`, -6.5}, {-12.990381056766578`, -6.5}}], + LineBox[{{2, 3, 1}, {1, 3, 2}, {1, 2, 3}}]]}, { + {GrayLevel[0.5], PointSize[0.015], + PointBox[ + NCache[{Rational[-1, 2] 3^Rational[1, 2], Rational[ + 29, 2]}, {-0.8660254037844386, 14.5}]], + PointBox[ + NCache[{Rational[13, 2] 3^Rational[1, 2], Rational[-13, 2]}, { + 11.258330249197702`, -6.5}]], + PointBox[ + NCache[{Rational[-15, 2] 3^Rational[1, 2], + Rational[-13, 2]}, {-12.990381056766578`, -6.5}]]}, {InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", + RowBox[{"-", "1.`"}], ",", "14.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-0.8660254037844387, 15.9}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"0.`", ",", "13.`", ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {12.470765814495916, -7.2}], InsetBox[ + StyleBox[ + RowBox[{"{", + RowBox[{"14.`", ",", + RowBox[{"-", "1.`"}], ",", "0.`"}], "}"}], + StripOnInput->False, + FontSize->12], {-14.202816622064793, -7.2}]}}}, + ImageSize->1000], {-1, -0.869784387633061}, { + Left, Bottom}, {2, 1.739568775266122}], GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Pre-Kernel\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0.85, 0.85], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 4.739999999999999}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{1000., 844.7979057943185}, + PlotRange->All]], "Output", + CellLabel->"Out[10]=", + CellID->1415492073,ExpressionUUID->"dd667588-bab9-41dc-bdea-7e3630a0c1d5"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Nucleolus"]], "paclet:TUG/ref/Nucleolus", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0cd7dfef-7600-4381-9a0f-12fb67122621"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreNucleolus"]], "paclet:TUG/ref/PreNucleolus", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "05f73ca4-0e04-48d1-a35a-22eb122d9f9c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreKernelSolution"]], + "paclet:TUG/ref/PreKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c7c2d088-9a59-49f5-b8b6-068b5c8958a2"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["StrongEpsCore2d"]], "paclet:TUG/ref/StrongEpsCore2d", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d7916824-c8e3-47bd-acef-e8b4555ffe53"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FilledCoreV6"]], "paclet:TUG/ref/FilledCoreV6", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "75c0fb57-390d-4aba-8673-f0b8922a04d7"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PlotCore3dV6"]], "paclet:TUG/ref/PlotCore3dV6", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a6436bf5-c8c8-40d7-8374-9cd16eca56ba"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["StrongEpsCore3dV6"]], + "paclet:TUG/ref/StrongEpsCore3dV6", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "e4eaeb70-8327-43d7-b100-e36dc0f2db7b"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FindKernelSolution"]], + "paclet:TUG/ref/FindKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a0d4ab2e-d7ab-4a1e-b875-c9aa80b14dac"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["KernelCalculation"]], + "paclet:TUG/ref/KernelCalculation", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "2ad044cf-e174-4655-837e-f8f90dbd3bc7"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["BalancedCollectionQ"]], + "paclet:TUG/ref/BalancedCollectionQ", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a22fbc85-8529-47b3-91d2-74334a13e109"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ShapleyValue"]], "paclet:TUG/ref/ShapleyValue", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "754d0379-b7c3-44e1-af6f-79c3b69c6663"] + }], "SeeAlso",ExpressionUUID->"1fab5704-14b7-4687-be47-28a13f57a221"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"e6a91516-825e-4f90-a4d1-\ +4e4b62d8f046"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"d1b8bf81-37e2-402f-b021-4a9667c48ac6"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"40e79ba2-3a15-484d-bdb5-\ +777dd0353ae7"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "1929713c-4d64-4231-b17c-918c0c8e19d3"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "d6e58e1a-5b83-4934-8307-7315b08035f3"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"4a5198f8-5e13-45d2-a6fb-\ +ffd759229f82"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], + "AnimationKernelPropertyV6"}]]]], + "paclet:TUG/Ref/AnimationKernelPropertyV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "e2872946-c0e0-4525-8ef6-56c0d3eebf72"]], "RelatedLinks", + ExpressionUUID->"d985646d-8fad-4234-ae34-03b44499a385"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "CddVerticesCore"}]]]], + "paclet:TUG/Ref/CddVerticesCore"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "21e283d5-f4c6-40cd-af60-af121aec66ac"]], "RelatedLinks", + ExpressionUUID->"c5462816-970b-4d38-8ec0-faec058c12b9"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "FilledCoreV6"}]]]], + "paclet:TUG/Ref/FilledCoreV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "ca3fd97c-026b-43be-ae6d-116d35c517af"]], "RelatedLinks", + ExpressionUUID->"f44615d7-3670-409f-8fb7-4f0ddb863069"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "StarCriticalVal"}]]]], + "paclet:TUG/Ref/StarCriticalVal"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "ae9c910d-8919-455e-ab06-b8d9ac6b9fb1"]], "RelatedLinks", + ExpressionUUID->"be34285c-c158-49db-8224-95500c6b2e07"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"f3867749-9304-4d8e-8c09-\ +c2a2edf60e11"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->2135167160,ExpressionUUID->"b0508c56-28c1-4200-b921-cbd6e1225af8"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"fb6d2ff4-2daa-4112-9551-d0072eec8ca0"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"242ad061-89a8-4c80-ad3e-1f6cfcf4f82a"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"3f37f9e6-039e-4b03-ad15-393ba4612ff6"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"f720471c-68ef-41ba-87f3-0fb415adf1ff"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"bfa054a4-9a3c-42d2-940a-2f0485be985c"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"FilledWeberSetV6", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 52, 47.348807}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`coop`", + "keywords" -> {}, "specialkeywords" -> {}, + "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> + "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", + "summary" -> + "FilledWeberSetV6[game] plots the Weber set of a three person game. \ +FilledWeberSetV6[game, options] by option set, the figure size and view can \ +be changed. In addition, the legend can be turned off, and the core can be \ +included into the figure. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> + "FilledWeberSetV6", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "FilledWeberSetV6", "type" -> "Symbol", "uri" -> + "TUG/ref/FilledWeberSetV6"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"334338d5-03c3-4dd2-be38-358e8814ecef" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[20767, 546, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c22b88a0-5835-406d-89e3-59b9d17589f3", + CellTags->"PrimaryExamplesSection", + CellID->1516759761]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 86785, 2117} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[588, 21, 7289, 175, 57, "AnchorBarGrid",ExpressionUUID->"47db499a-bf09-481f-8e48-15dbc87d49df", + CellID->1], +Cell[7880, 198, 91, 0, 23, "ContextNameCell",ExpressionUUID->"f8e04db5-49fb-4311-97dd-dce08e100244"], +Cell[CellGroupData[{ +Cell[7996, 202, 559, 14, 59, "ObjectNameGrid",ExpressionUUID->"96ac31d8-6c9b-4b39-a108-bd6b5aa67935"], +Cell[8558, 218, 948, 19, 208, "Usage",ExpressionUUID->"4910596c-44cc-4dbd-a056-3e87fd69b505", + CellID->261473278] +}, Open ]], +Cell[CellGroupData[{ +Cell[9543, 242, 1894, 47, 37, "NotesSection",ExpressionUUID->"a799b6f7-aeed-4368-b909-736f7fad8a25", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->986011283], +Cell[11440, 291, 518, 12, 57, "]]",ExpressionUUID->"40a60a34-820b-4466-91e5-7044bc1e583f", + CellID->313448337], +Cell[11961, 305, 489, 12, 38, "Notes",ExpressionUUID->"05195fac-aeed-47d2-86f5-6634b2475867", + CellID->177724765], +Cell[12453, 319, 328, 5, 57, "Notes",ExpressionUUID->"0504da35-05f6-41c3-b28e-4eeedbe7ade3", + CellID->881701117], +Cell[12784, 326, 432, 7, 78, "Notes",ExpressionUUID->"ff04d639-2537-48e7-9235-128c6d5f5dee", + CellID->873586931], +Cell[13219, 335, 149, 1, 36, "Notes",ExpressionUUID->"7cd3e9db-70ad-427f-9a81-22c105d9244c", + CellID->305331391], +Cell[13371, 338, 303, 5, 57, "Notes",ExpressionUUID->"4d5330cb-b65b-440b-820d-ff40ddac10d1", + CellID->309362357], +Cell[13677, 345, 607, 18, 38, "Notes",ExpressionUUID->"c6c3f654-a14e-42c2-9f4b-db39fc3d980a", + CellID->1127139150], +Cell[14287, 365, 146, 1, 36, "Notes",ExpressionUUID->"bda0a8db-5393-4634-8ac7-44f8c88b7f72", + CellID->877981334], +Cell[14436, 368, 267, 4, 48, "Notes",ExpressionUUID->"045b94e5-a28b-4676-bb5d-791654df6458", + CellID->13178], +Cell[14706, 374, 673, 15, 41, "3ColumnTableMod",ExpressionUUID->"d17a8098-978a-4ab2-8a1c-3688a4e4db87", + CellID->1374443190], +Cell[15382, 391, 649, 15, 70, "3ColumnTableMod",ExpressionUUID->"8d3f0bd9-fb00-447b-a067-867adbaa07e2", + CellID->11156], +Cell[16034, 408, 666, 14, 70, "3ColumnTableMod",ExpressionUUID->"2105d122-8b79-4af3-bf58-0ad3b0031df2", + CellID->61846102], +Cell[16703, 424, 696, 15, 70, "3ColumnTableMod",ExpressionUUID->"d7c20459-89e2-4704-8ea7-3f5ec5f1f243", + CellID->1347565327], +Cell[17402, 441, 771, 19, 70, "3ColumnTableMod",ExpressionUUID->"33d46c46-bd92-4500-a343-5758957d88d3", + CellID->2111208143], +Cell[18176, 462, 477, 14, 70, "Notes",ExpressionUUID->"dadc782b-ea9c-4fe9-a9e3-e26feea68929", + CellID->432354952], +Cell[18656, 478, 547, 15, 70, "Notes",ExpressionUUID->"055000bd-a115-4370-a3dd-e65296c423fe", + CellID->1447201016], +Cell[19206, 495, 477, 14, 70, "Notes",ExpressionUUID->"a61a2e2f-eceb-416b-b495-c8aee77e8f80", + CellID->2041037989], +Cell[19686, 511, 485, 14, 70, "Notes",ExpressionUUID->"9c746596-abc2-441f-b657-85443cad4bd2", + CellID->282211233], +Cell[20174, 527, 466, 13, 70, "Notes",ExpressionUUID->"a7e5e4fc-b967-44da-a8e0-7e66e68d7ce0", + CellID->731] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[20767, 546, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c22b88a0-5835-406d-89e3-59b9d17589f3", + CellTags->"PrimaryExamplesSection", + CellID->1516759761], +Cell[CellGroupData[{ +Cell[22213, 587, 1399, 36, 70, "ExampleSection",ExpressionUUID->"b7069d40-5890-40eb-8165-03e2dd13c0af", + CellID->1917518662], +Cell[23615, 625, 119, 1, 70, "ExampleText",ExpressionUUID->"a64a98e5-188e-4a37-abd8-30bfe0c43685", + CellID->2074571546], +Cell[CellGroupData[{ +Cell[23759, 630, 167, 3, 70, "Input",ExpressionUUID->"f9ffc3f9-2923-472b-83d5-9fe1ba96b263", + CellID->211607433], +Cell[CellGroupData[{ +Cell[23951, 637, 237, 4, 70, "Print",ExpressionUUID->"246f8c93-f113-4f18-a294-f4ea4d72fb4f", + CellID->1157993014], +Cell[24191, 643, 366, 8, 70, "Print",ExpressionUUID->"789b3404-0243-4737-97e6-7d0f09f37203", + CellID->1609221250], +Cell[24560, 653, 237, 4, 70, "Print",ExpressionUUID->"f3d38782-b93a-4ddf-b2ed-0653787b50be", + CellID->2126829614], +Cell[24800, 659, 221, 3, 70, "Print",ExpressionUUID->"24d7673f-7f25-42fd-b432-c4e38a69ad44", + CellID->1385319196], +Cell[25024, 664, 208, 3, 70, "Print",ExpressionUUID->"0ae8d2dc-b015-4fb1-b3f5-dc99b2e4bc7b", + CellID->1821614965], +Cell[25235, 669, 237, 4, 70, "Print",ExpressionUUID->"2688eb2a-08ea-4d84-9cf6-22da96049dcd", + CellID->941341362], +Cell[25475, 675, 220, 3, 70, "Print",ExpressionUUID->"15f06d2f-5f93-4c05-8dd8-fb918f945d14", + CellID->483321653], +Cell[25698, 680, 237, 4, 70, "Print",ExpressionUUID->"c1939a86-fca4-46b5-9796-42b228a3bcad", + CellID->1756097149], +Cell[25938, 686, 236, 4, 70, "Print",ExpressionUUID->"925a0e05-7dfb-4298-9bc8-3e0e9e5ae537", + CellID->810548975], +Cell[26177, 692, 207, 3, 70, "Print",ExpressionUUID->"57190d9a-bb79-476d-b341-fd4355bd5cbb", + CellID->501631772], +Cell[26387, 697, 235, 4, 70, "Print",ExpressionUUID->"7784f195-c101-45fe-9d1e-94084ebb8a08", + CellID->71063008] +}, Open ]] +}, Open ]], +Cell[26649, 705, 137, 1, 70, "ExampleText",ExpressionUUID->"996aeb4d-9351-4782-b27b-7208025ad3b8", + CellID->821995302], +Cell[26789, 708, 224, 6, 70, "Input",ExpressionUUID->"c855d6fe-c740-4c6f-825b-b6aa914b7489", + CellID->236450255], +Cell[27016, 716, 321, 8, 70, "Input",ExpressionUUID->"f072f0de-5bee-4a11-9aab-6362d26744c3", + CellID->1094938819], +Cell[27340, 726, 238, 6, 70, "Input",ExpressionUUID->"3442b60d-c4a6-4c64-ab6c-463540afd492", + CellID->1949134453], +Cell[27581, 734, 191, 4, 70, "ExampleText",ExpressionUUID->"c106182d-eae1-4577-a1c7-0fc71c350385", + CellID->1866227260], +Cell[CellGroupData[{ +Cell[27797, 742, 174, 3, 70, "Input",ExpressionUUID->"b10b2ef6-1c67-4153-ac65-79f1707d9178", + CellID->1972920153], +Cell[27974, 747, 440, 10, 36, "Output",ExpressionUUID->"5c93da50-2ed4-4e0e-a91a-07cf15402b7a", + CellID->1986536293] +}, Open ]], +Cell[28429, 760, 177, 3, 70, "ExampleText",ExpressionUUID->"55a7fd38-13de-469d-8bb7-cebe82779030", + CellID->1036049501], +Cell[CellGroupData[{ +Cell[28631, 767, 201, 4, 70, "Input",ExpressionUUID->"ed7a61d6-9deb-4c92-976a-f282f031ebcb", + CellID->1350961574], +Cell[28835, 773, 7065, 150, 412, "Output",ExpressionUUID->"265fd336-3556-43dc-ab8f-6d0af43dd27f", + CellID->757392353] +}, Open ]], +Cell[35915, 926, 174, 3, 70, "ExampleText",ExpressionUUID->"af7c77bb-db29-4e6f-a16d-239cdd8486b3", + CellID->1664717350], +Cell[CellGroupData[{ +Cell[36114, 933, 276, 6, 70, "Input",ExpressionUUID->"7c2c2005-c8d5-4fb6-ab96-f71d31e6cfe9", + CellID->248079456], +Cell[36393, 941, 4639, 104, 412, "Output",ExpressionUUID->"de1499b4-eab3-4efa-a1ff-90e48b22ca87", + CellID->2022373575] +}, Open ]], +Cell[41047, 1048, 160, 2, 70, "ExampleText",ExpressionUUID->"3c05a623-1f8d-4e2b-9659-6e12a3c1126b", + CellID->183395638], +Cell[CellGroupData[{ +Cell[41232, 1054, 266, 6, 70, "Input",ExpressionUUID->"fd775aa0-cbaa-4242-9611-6d495b3ea050", + CellID->124385417], +Cell[41501, 1062, 7068, 150, 236, "Output",ExpressionUUID->"12ac657a-6c81-4f64-93a1-8943d3f04d20", + CellID->1992564478] +}, Open ]], +Cell[48584, 1215, 266, 5, 70, "ExampleText",ExpressionUUID->"670867ab-b75e-4ff1-ad68-9d9d959942f2", + CellID->1242231362], +Cell[48853, 1222, 713, 10, 70, "ExampleText",ExpressionUUID->"3815f2ef-00f6-42df-8e0a-58724f12f8b4", + CellID->978052440], +Cell[CellGroupData[{ +Cell[49591, 1236, 370, 8, 70, "Input",ExpressionUUID->"9411c9e5-ec92-461f-b589-d39a391ce484", + CellID->910085600], +Cell[49964, 1246, 11157, 239, 817, "Output",ExpressionUUID->"d0c2d947-2749-4da0-a339-56aca84aeef5", + CellID->1626914523] +}, Open ]], +Cell[61136, 1488, 333, 5, 70, "ExampleText",ExpressionUUID->"1c098299-3496-4d76-ae00-a692bde9b7a1", + CellID->1176067575], +Cell[CellGroupData[{ +Cell[61494, 1497, 373, 8, 70, "Input",ExpressionUUID->"303e8f3a-a80b-4f8b-865c-a39602a0a421", + CellID->1890915718], +Cell[61870, 1507, 11204, 240, 865, "Output",ExpressionUUID->"dd667588-bab9-41dc-bdea-7e3630a0c1d5", + CellID->1415492073] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[73316, 1756, 6002, 162, 70, "SeeAlsoSection",ExpressionUUID->"e6a91516-825e-4f90-a4d1-4e4b62d8f046"], +Cell[79321, 1920, 670, 18, 70, "TechNotesSection",ExpressionUUID->"40e79ba2-3a15-484d-bdb5-777dd0353ae7"], +Cell[79994, 1940, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4a5198f8-5e13-45d2-a6fb-ffd759229f82"], +Cell[81030, 1968, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"f3867749-9304-4d8e-8c09-c2a2edf60e11"], +Cell[CellGroupData[{ +Cell[83959, 2053, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0508c56-28c1-4200-b921-cbd6e1225af8", + CellID->2135167160], +Cell[84100, 2056, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fb6d2ff4-2daa-4112-9551-d0072eec8ca0", + CellID->1194386356], +Cell[84322, 2062, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"242ad061-89a8-4c80-ad3e-1f6cfcf4f82a", + CellID->1641706272], +Cell[84537, 2067, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3f37f9e6-039e-4b03-ad15-393ba4612ff6", + CellID->399251956], +Cell[84766, 2073, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f720471c-68ef-41ba-87f3-0fb415adf1ff", + CellID->821434655] +}, Open ]], +Cell[85003, 2079, 78, 0, 70, "FooterCell",ExpressionUUID->"bfa054a4-9a3c-42d2-940a-2f0485be985c"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/FindKernelSolution.nb b/Documentation/English/ReferencePages/Symbols/FindKernelSolution.nb index 0257ca2..c4738ad 100644 --- a/Documentation/English/ReferencePages/Symbols/FindKernelSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/FindKernelSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51816, 1329] -NotebookOptionsPosition[ 41440, 1131] -NotebookOutlinePosition[ 44204, 1193] -CellTagsIndexPosition[ 44118, 1188] +NotebookDataLength[ 51839, 1330] +NotebookOptionsPosition[ 41470, 1133] +NotebookOutlinePosition[ 44258, 1196] +CellTagsIndexPosition[ 44172, 1191] WindowTitle->FindKernelSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0d76d227-8716-4459-b16d-9c60d600f1d5"], + "99668d0b-357c-47e6-8272-8250bbf5606a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ff69d5da-b1a5-47b2-8bd4-7d7c8449603a"], + "ad4a26b3-8710-469e-bbf4-db8e0c5056c3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e2584319-57c3-481e-a7a5-4d54858ddcee"] - }],ExpressionUUID->"60f246f8-188a-44c4-badd-338dc296ccd6"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "686d9ed7-7791-416a-9c65-f62f4901bc11"] + }],ExpressionUUID->"9ef7a0c1-aa44-4fc8-a09f-9b2bfdcbad44"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cab4c5d4-47c8-49ec-bcb3-348ee52a3e63"], + "5750bc69-b57e-4bc2-8d23-31d7e2216901"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "77f8d817-5845-43b9-a892-644b10db08b5"] - }],ExpressionUUID->"6b312f0d-d732-4c75-984c-df801eedc483"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6ad50dd4-bbad-4fec-a721-fd19cc2e5014"] + }],ExpressionUUID->"0cc0ee03-645a-4314-97ff-096de783d6d4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dbb73f76-8446-4e1e-a5ff-88b3904f271d"], + "25927b6a-b165-4bab-b8dd-31c443e3123c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a8c04c64-b5a0-44a2-b420-77caf479d5f3"] - }],ExpressionUUID->"586803d5-f1fc-4f69-9351-72b8c790a80b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "980322de-784e-4aff-8df5-1feb72ddd587"] + }],ExpressionUUID->"9f53dfc6-8606-4175-be8d-0d3cabed8cc3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "897ea61d-f366-49eb-94f4-9124243a3954"], + "b2528d18-4bd5-4ec4-8d1d-4f5bd559f95a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42c8fb1f-dd8b-4af7-8815-661afa057b39"] - }],ExpressionUUID->"756cfeb0-1f24-4102-abe0-a1bc26f6e656"], - StripOnInput->False], {"\<\"TUG/ref/FindKernelSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FindKernelSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c994b748-a41b-495d-94dd-393038cbd1aa"] + }],ExpressionUUID->"36c2fe44-6221-4eb7-be19-756717f38dfd"], + StripOnInput->False],{ + "\"TUG/ref/FindKernelSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FindKernelSolution"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ FindKernelSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$80258], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FindKernelSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$87433], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FindKernelSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "78daa7b5-f7b2-4edd-8bf3-574eaf2f5a96"] + "1f52605f-c86b-4dc6-8546-eb924a8bf5f5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "316502ba-e413-4e9b-b6ab-2104a298d3c1"]} + "f2592ad4-b15a-4ccd-81ac-5d53f6dfdbdd"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4cb7bd4f-d2a1-46a5-a188-f57f22309d86"], + CellID->1,ExpressionUUID->"3c7aa6b9-2427-4944-a119-7608a37e0e52"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"228708f7-82c7-48a8-b383-d55d17207d6b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8aa2242c-02e8-47ca-b0b7-a81171bc8704"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FindKernelSolution", "ObjectName",ExpressionUUID-> - "bf1c4083-795a-438a-96d3-a28f9ccc8ef5"], + "69c8abb8-1537-493d-9ce7-aad8b75ab920"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9f451a68-9e14-4838-8f14-59e3391f7353"], + "Spacer1"]],ExpressionUUID->"1eba59b8-01d9-4c14-a814-a71015471a13"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9374af82-d43b-4790-8af1-ad5527379fec"] - }],ExpressionUUID->"a4e3d4c2-fa7a-4ad6-83a4-b5077d3f81cb"], Cell[BoxData[ + "f6dcd087-e81e-4d69-8b77-d24e9a6de7e4"] + }],ExpressionUUID->"6156ea32-5f2f-4e77-9fba-d28e1c4ae0fd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2e582897-725c-4939-b36d-9eb104357d59"]} + "80e1fa27-c4c8-4903-9537-edfc163755ba"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7d6351ed-f3e9-47ac-815a-5c12d6ea1bc4"], + CacheGraphics->False,ExpressionUUID->"c8e42c54-5c88-4350-a729-a7ba5baff8c9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on an Algorithm suggested by M. Maschler. " - }],ExpressionUUID->"37031171-0e2d-4cb9-b703-087cba7be9a9"]}, + }],ExpressionUUID->"468816b4-ee14-48d9-8d73-8517175f8463"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindKernelSolution", "[", @@ -252,7 +257,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"78d560df-528d-43ef-96c0-ae39ac892164"]}, + }],ExpressionUUID->"572eaaca-f80e-4109-a567-32b04ca176b8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindKernelSolution", "[", @@ -264,7 +269,7 @@ argument ", FontSlant->"Italic"], " to find a better approximation of a kernel element from the same \ internal starting point. " - }],ExpressionUUID->"f088a95d-af40-40c7-b264-e76d5738adea"]}, + }],ExpressionUUID->"76625881-a939-4fba-bac8-2da9ca1dd868"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindKernelSolution", "[", @@ -276,7 +281,7 @@ internal starting point. " approximation. Setting a different starting point allows to look on a \ further kernel element. If the pre-defined recursion limit is exhausted one \ can try to adjust this value to approach to a solution. " - }],ExpressionUUID->"1596f243-60cf-4c97-9898-73124e14f6d2"]} + }],ExpressionUUID->"f63eefa5-e658-4e8c-a343-4a8706498048"]} }]], "Usage", CellID->408683347,ExpressionUUID->"595234f8-de75-4802-81b5-1e2d6d0a3d1f"] }, Open ]], @@ -309,12 +314,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"58e99ced-4555-4087-9fa5-5c3c95f928e3"], + ExpressionUUID->"aa5dba7c-6989-4f0a-b199-bb1ab88a3e28"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0663d8e8-6eb2-4c06-9ab0-dcaec8f45299"], + "Spacer1"]],ExpressionUUID->"42a08f0c-93de-45a8-ac58-2fd2eefa5bb7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"224120e5-5ba8-4943-9af9-7c83b444a5a7"], + }], "NotesFrameText",ExpressionUUID->"6777a0f4-eca5-4747-b784-2111186ac768"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -325,12 +330,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6efe0085-5183-4551-ae54-5a3b5f4f6baf"]], \ + "Preemptive"]],ExpressionUUID->"93db663b-c00b-4455-9b0e-1d90d64cc965"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1346081308,ExpressionUUID->"5e27dac6-ebfa-4520-939b-30f214122ef0"], + CellID->1099030425,ExpressionUUID->"7146049a-fa18-4d85-8347-2cee1e2fa8de"], Cell[TextData[{ "The input expression ", @@ -399,7 +404,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "41f55735-b65c-4a5b-8620-b32136554e03"], + "3456c2da-9c5b-4893-867a-b1722a9cbba7"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -416,7 +421,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b3d2fdc9-1bcb-49d7-8f9d-cd4f4903636f"], + "2bf12efb-8a8d-4d9a-9b64-112044c5fe04"], TemplateBox[{ Cell[ TextData["SetRecursionLimit"]], "paclet:TUG/ref/SetRecursionLimit", @@ -426,7 +431,7 @@ Cell[BoxData[GridBox[{ "use to set recursion limit. ", "TableText",ExpressionUUID-> "145856c3-dff4-457f-8ec0-9c8b2f795871"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "079d17c8-c6b8-4d55-8040-99b7884c655d"], + "b4f3e3d0-b1f2-4e97-bf13-7d0bf62a902a"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -437,7 +442,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"012fb649-c38e-466b-926c-e4c2280016ef"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2e7fcda3-a2a2-4ccb-a5d8-518902c0dbb4"], + "0d540afb-4863-4846-850b-d838b3614a7f"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -551,19 +556,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dcb97204-8b09-480e-a121-65da94f6b645"], + ExpressionUUID->"401db713-25f8-468b-87a4-01a55a179771"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2cd808e7-3276-40dc-b51a-cc7489b8ba7e"], + "Spacer1"]],ExpressionUUID->"abf52bbd-dcc9-47ca-af02-cce0424b67e3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c1f04523-c505-413a-8be0-f29638b21b66"] + "96ef5daf-12d1-4a46-811c-fb6a92e2cd6e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1823890839,ExpressionUUID->"73271945-abf6-419a-883f-45fb2181addb"], + CellID->1575380022,ExpressionUUID->"385cb738-6b98-4357-b4a4-570a623f6d3a"], Cell[CellGroupData[{ @@ -592,18 +597,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e535bf84-e662-45b9-8a99-a9dd98c2a4a0"], + ExpressionUUID->"866f7029-594e-479a-9da2-73f0096cb0da"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4cc962a7-6a19-4011-a5a9-569bdb64c2f3"], + "Spacer1"]],ExpressionUUID->"1fe5c742-e015-4dea-ba63-49bb9c5b9b84"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "808a0fea-595c-46b8-b099-fcb49b9d6766"] + "9c4ea691-8585-4c4e-9bca-ad69eecfd82b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->45314559,ExpressionUUID->"c476f7f8-6d3a-4e9d-9cce-cb99d357100b"], + CellID->1614706497,ExpressionUUID->"4520d8d7-8b25-4949-88cd-5bd24050f1d7"], Cell["Loading the package:", "ExampleText", CellID->1106503565,ExpressionUUID->"abdf213a-ba95-492e-801a-c131c1392d72"], @@ -833,8 +838,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -982,15 +985,15 @@ Cell[BoxData[GridBox[{ "67417fbc-eb43-45ba-8782-f7de74269307"] }], "SeeAlso",ExpressionUUID->"d35378bc-f906-46d4-87d2-43b150cd1bf8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"51e30b56-c8f7-48bf-85da-\ -85c3463c3e72"], + }]], "SeeAlsoSection",ExpressionUUID->"319fc5d6-f312-479f-b088-\ +bf0477fb9792"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1002,9 +1005,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"424a8304-cb1e-4805-a40e-e5c67bba8490"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2e178eb8-99a7-4f02-9d79-\ -ae4442ecdfb5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bd67d9d7-5bea-4a61-ae6b-\ +814223144aaa"], Cell[BoxData[GridBox[{ { @@ -1021,7 +1023,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c83523af-4c70-4fa7-9004-9314e513a4d1"]}]}, + "1a8b1306-6326-490a-8d05-7a7cfe4fb67a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1029,10 +1031,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f9a5bd90-df79-4a18-8874-0824aececa23"]}]} + "49ab3912-7cc6-4bd7-93cd-ff7440c574ec"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e7d5de23-d240-4e37-9961-\ -26b877657dae"], + }]], "MoreAboutSection",ExpressionUUID->"e80ffdf5-75d7-458b-b097-\ +fc283a2191fb"], Cell[BoxData[GridBox[{ { @@ -1059,7 +1061,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9494d08d-0e26-4e6c-8108-55dabf6fa6f8"]], "RelatedLinks", + "d5bf1a13-7601-4b9b-bf2a-a879aba3ec9d"]], "RelatedLinks", ExpressionUUID->"3edf3344-c6ca-45b0-9d90-899dba673804"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1076,7 +1078,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29205774-acc7-4195-94b9-22b8d14ae283"]], "RelatedLinks", + "7e15053e-eecd-4c7b-8f9c-ef8f94d469f0"]], "RelatedLinks", ExpressionUUID->"2d1f3e58-58d4-4b8c-be4e-33f570a95579"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1093,11 +1095,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "77e34243-e472-4333-82b3-cf08c5245a93"]], "RelatedLinks", + "63f2dfd4-e6af-42f3-b0eb-9cf7eb964b6c"]], "RelatedLinks", ExpressionUUID->"d1ce64ec-7ebd-4780-96ca-fee95afdb1c3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0602b3f5-32d1-4a9e-ab42-\ -4d408fdbdc67"], + }]], "RelatedLinksSection",ExpressionUUID->"7f79dfc5-b942-4d89-a0e5-\ +de31f3f982b3"], Cell[CellGroupData[{ @@ -1127,11 +1129,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3d46788a-94ab-4797-869c-808cdb10ee0a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6941a1ff-e7a7-48f9-82d6-5284918ff437"] +Cell[" ", "FooterCell",ExpressionUUID->"96e6187f-35e7-4a10-ba42-ae709cdf96e4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FindKernelSolution", TaggingRules->{ @@ -1142,7 +1144,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 1.220772}", + "built" -> "{2024, 6, 3, 16, 52, 48.615259}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1158,10 +1160,11 @@ try to find a better approximation. Setting a different starting point allows \ to look on a further kernel element. If the pre-defined recursion limit is \ exhausted one can try to adjust this value to approach to a solution. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "FindKernelSolution", - "titlemodifier" -> "", "windowtitle" -> "FindKernelSolution", "type" -> - "Symbol", "uri" -> "TUG/ref/FindKernelSolution"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "FindKernelSolution", "type" -> "Symbol", "uri" -> + "TUG/ref/FindKernelSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1170,9 +1173,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"15915b70-f733-40ad-8f7b-ecc46099d6f7" +ExpressionUUID->"57d5f700-f81d-4de6-ac88-5ceba625e642" ] (* End of Notebook Content *) @@ -1180,157 +1183,155 @@ ExpressionUUID->"15915b70-f733-40ad-8f7b-ecc46099d6f7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20301, 528, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"73271945-abf6-419a-883f-45fb2181addb", + Cell[20363, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"385cb738-6b98-4357-b4a4-570a623f6d3a", CellTags->"PrimaryExamplesSection", - CellID->1823890839]} + CellID->1575380022]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43917, 1181} + {"PrimaryExamplesSection", 43971, 1184} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7126, 168, 56, "AnchorBarGrid",ExpressionUUID->"4cb7bd4f-d2a1-46a5-a188-f57f22309d86", +Cell[590, 21, 7188, 173, 57, "AnchorBarGrid",ExpressionUUID->"3c7aa6b9-2427-4944-a119-7608a37e0e52", CellID->1], -Cell[7719, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"228708f7-82c7-48a8-b383-d55d17207d6b"], +Cell[7781, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8aa2242c-02e8-47ca-b0b7-a81171bc8704"], Cell[CellGroupData[{ -Cell[7830, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"7d6351ed-f3e9-47ac-815a-5c12d6ea1bc4"], -Cell[9125, 232, 2234, 48, 383, "Usage",ExpressionUUID->"595234f8-de75-4802-81b5-1e2d6d0a3d1f", +Cell[7892, 200, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"c8e42c54-5c88-4350-a729-a7ba5baff8c9"], +Cell[9187, 237, 2234, 48, 381, "Usage",ExpressionUUID->"595234f8-de75-4802-81b5-1e2d6d0a3d1f", CellID->408683347] }, Open ]], Cell[CellGroupData[{ -Cell[11396, 285, 1895, 47, 37, "NotesSection",ExpressionUUID->"5e27dac6-ebfa-4520-939b-30f214122ef0", +Cell[11458, 290, 1895, 47, 37, "NotesSection",ExpressionUUID->"7146049a-fa18-4d85-8347-2cee1e2fa8de", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1346081308], -Cell[13294, 334, 782, 20, 57, "]]",ExpressionUUID->"2453ac16-f2f9-4b8c-88f8-451ef115a3b6", + CellID->1099030425], +Cell[13356, 339, 782, 20, 57, "]]",ExpressionUUID->"2453ac16-f2f9-4b8c-88f8-451ef115a3b6", CellID->313448337], -Cell[14079, 356, 489, 12, 37, "Notes",ExpressionUUID->"4e809fbe-c844-4ab5-9e0e-052b1c75e360", +Cell[14141, 361, 489, 12, 38, "Notes",ExpressionUUID->"4e809fbe-c844-4ab5-9e0e-052b1c75e360", CellID->177724765], -Cell[14571, 370, 171, 3, 36, "Notes",ExpressionUUID->"38df6875-d4d1-4e87-bd5b-85eabe5fa227", +Cell[14633, 375, 171, 3, 36, "Notes",ExpressionUUID->"38df6875-d4d1-4e87-bd5b-85eabe5fa227", CellID->796098232], -Cell[14745, 375, 388, 8, 57, "Notes",ExpressionUUID->"32e82483-4c76-43ca-9cb6-993bb6f56b60", +Cell[14807, 380, 388, 8, 57, "Notes",ExpressionUUID->"32e82483-4c76-43ca-9cb6-993bb6f56b60", CellID->1226740136], -Cell[15136, 385, 389, 6, 78, "Notes",ExpressionUUID->"628dd38b-24bd-4395-838a-439ac515a3fc", +Cell[15198, 390, 389, 6, 78, "Notes",ExpressionUUID->"628dd38b-24bd-4395-838a-439ac515a3fc", CellID->1456487317], -Cell[15528, 393, 267, 4, 49, "Notes",ExpressionUUID->"dd30405b-6baf-4966-a926-71bc2621d086", +Cell[15590, 398, 267, 4, 48, "Notes",ExpressionUUID->"dd30405b-6baf-4966-a926-71bc2621d086", CellID->13178], -Cell[15798, 399, 687, 15, 70, "3ColumnTableMod",ExpressionUUID->"75ab736a-2983-4a9b-855c-9396b8edfc26", +Cell[15860, 404, 687, 15, 70, "3ColumnTableMod",ExpressionUUID->"75ab736a-2983-4a9b-855c-9396b8edfc26", CellID->1699621045], -Cell[16488, 416, 1656, 40, 70, "3ColumnTableMod",ExpressionUUID->"000a8cd0-857e-481e-ab5c-871b81310e0d", +Cell[16550, 421, 1656, 40, 70, "3ColumnTableMod",ExpressionUUID->"000a8cd0-857e-481e-ab5c-871b81310e0d", CellID->11156], -Cell[18147, 458, 488, 14, 70, "Notes",ExpressionUUID->"59316feb-0c12-42cb-b00f-f3226f445e00", +Cell[18209, 463, 488, 14, 70, "Notes",ExpressionUUID->"59316feb-0c12-42cb-b00f-f3226f445e00", CellID->1705760446], -Cell[18638, 474, 493, 14, 70, "Notes",ExpressionUUID->"287f6b53-f920-452d-888d-4ec1b64953ae", +Cell[18700, 479, 493, 14, 70, "Notes",ExpressionUUID->"287f6b53-f920-452d-888d-4ec1b64953ae", CellID->2041037989], -Cell[19134, 490, 571, 17, 70, "Notes",ExpressionUUID->"2ba4529b-d73c-4f7d-a35a-888e146ca35f", +Cell[19196, 495, 571, 17, 70, "Notes",ExpressionUUID->"2ba4529b-d73c-4f7d-a35a-888e146ca35f", CellID->900904482], -Cell[19708, 509, 466, 13, 70, "Notes",ExpressionUUID->"42386782-7c44-4fa3-ad1d-44da4a1ebf05", +Cell[19770, 514, 466, 13, 70, "Notes",ExpressionUUID->"42386782-7c44-4fa3-ad1d-44da4a1ebf05", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20301, 528, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"73271945-abf6-419a-883f-45fb2181addb", +Cell[20363, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"385cb738-6b98-4357-b4a4-570a623f6d3a", CellTags->"PrimaryExamplesSection", - CellID->1823890839], + CellID->1575380022], Cell[CellGroupData[{ -Cell[21747, 569, 1397, 36, 70, "ExampleSection",ExpressionUUID->"c476f7f8-6d3a-4e9d-9cce-cb99d357100b", - CellID->45314559], -Cell[23147, 607, 119, 1, 70, "ExampleText",ExpressionUUID->"abdf213a-ba95-492e-801a-c131c1392d72", +Cell[21809, 574, 1399, 36, 70, "ExampleSection",ExpressionUUID->"4520d8d7-8b25-4949-88cd-5bd24050f1d7", + CellID->1614706497], +Cell[23211, 612, 119, 1, 70, "ExampleText",ExpressionUUID->"abdf213a-ba95-492e-801a-c131c1392d72", CellID->1106503565], Cell[CellGroupData[{ -Cell[23291, 612, 167, 3, 70, "Input",ExpressionUUID->"0fe64fbb-b1bb-4c04-95c9-b0b693fc2f80", +Cell[23355, 617, 167, 3, 70, "Input",ExpressionUUID->"0fe64fbb-b1bb-4c04-95c9-b0b693fc2f80", CellID->361470339], Cell[CellGroupData[{ -Cell[23483, 619, 237, 4, 70, "Print",ExpressionUUID->"fe75a345-daa1-439e-84f7-139cf4e57cfd", +Cell[23547, 624, 237, 4, 70, "Print",ExpressionUUID->"fe75a345-daa1-439e-84f7-139cf4e57cfd", CellID->1337505806], -Cell[23723, 625, 366, 8, 70, "Print",ExpressionUUID->"0f7147f4-3d7d-4ec8-af07-6b15572f7d2f", +Cell[23787, 630, 366, 8, 70, "Print",ExpressionUUID->"0f7147f4-3d7d-4ec8-af07-6b15572f7d2f", CellID->1683566655], -Cell[24092, 635, 236, 4, 70, "Print",ExpressionUUID->"bd9f13b1-da30-4e2e-9bc3-b3226e0595ca", +Cell[24156, 640, 236, 4, 70, "Print",ExpressionUUID->"bd9f13b1-da30-4e2e-9bc3-b3226e0595ca", CellID->105686412], -Cell[24331, 641, 219, 3, 70, "Print",ExpressionUUID->"54b1f5c8-b57d-4c1d-9ca3-72eec326116f", +Cell[24395, 646, 219, 3, 70, "Print",ExpressionUUID->"54b1f5c8-b57d-4c1d-9ca3-72eec326116f", CellID->30015646], -Cell[24553, 646, 207, 3, 70, "Print",ExpressionUUID->"8f19bf4a-cb6e-4bd5-9835-85eb69e3ac4c", +Cell[24617, 651, 207, 3, 70, "Print",ExpressionUUID->"8f19bf4a-cb6e-4bd5-9835-85eb69e3ac4c", CellID->395825951], -Cell[24763, 651, 238, 4, 70, "Print",ExpressionUUID->"5b0513c9-4d4f-4292-93c7-deec04c0beca", +Cell[24827, 656, 238, 4, 70, "Print",ExpressionUUID->"5b0513c9-4d4f-4292-93c7-deec04c0beca", CellID->1702219234], -Cell[25004, 657, 220, 3, 70, "Print",ExpressionUUID->"9504df4d-fa4d-4220-8458-ce54366487bc", +Cell[25068, 662, 220, 3, 70, "Print",ExpressionUUID->"9504df4d-fa4d-4220-8458-ce54366487bc", CellID->953298329], -Cell[25227, 662, 236, 4, 70, "Print",ExpressionUUID->"2916708c-39cb-4e5e-bee3-1c8d8a0e8a76", +Cell[25291, 667, 236, 4, 70, "Print",ExpressionUUID->"2916708c-39cb-4e5e-bee3-1c8d8a0e8a76", CellID->443524764], -Cell[25466, 668, 236, 4, 70, "Print",ExpressionUUID->"b4ff6277-5c07-489a-ab76-b6d424c1a447", +Cell[25530, 673, 236, 4, 70, "Print",ExpressionUUID->"b4ff6277-5c07-489a-ab76-b6d424c1a447", CellID->653922935], -Cell[25705, 674, 208, 3, 70, "Print",ExpressionUUID->"e135dde7-ff3b-4f33-b479-0c2462ae618d", +Cell[25769, 679, 208, 3, 70, "Print",ExpressionUUID->"e135dde7-ff3b-4f33-b479-0c2462ae618d", CellID->1987361980], -Cell[25916, 679, 236, 4, 70, "Print",ExpressionUUID->"2faaa396-8486-4d92-ac84-262e58adba69", +Cell[25980, 684, 236, 4, 70, "Print",ExpressionUUID->"2faaa396-8486-4d92-ac84-262e58adba69", CellID->991396827] }, Open ]] }, Open ]], -Cell[26179, 687, 137, 1, 70, "ExampleText",ExpressionUUID->"5cdf8d58-4886-4add-8b65-ab201acd6c9d", +Cell[26243, 692, 137, 1, 70, "ExampleText",ExpressionUUID->"5cdf8d58-4886-4add-8b65-ab201acd6c9d", CellID->1445738166], -Cell[26319, 690, 234, 6, 70, "Input",ExpressionUUID->"b547f03d-e3b5-462e-9aa3-f84f7089d6ef", +Cell[26383, 695, 234, 6, 70, "Input",ExpressionUUID->"b547f03d-e3b5-462e-9aa3-f84f7089d6ef", CellID->511574914], -Cell[26556, 698, 381, 9, 70, "Input",ExpressionUUID->"7f423e63-a69d-428d-917d-28c09407e6d4", +Cell[26620, 703, 381, 9, 70, "Input",ExpressionUUID->"7f423e63-a69d-428d-917d-28c09407e6d4", CellID->1215324382], -Cell[26940, 709, 238, 6, 70, "Input",ExpressionUUID->"a30bedfd-a7d9-446a-b90c-3ca62ce07387", +Cell[27004, 714, 238, 6, 70, "Input",ExpressionUUID->"a30bedfd-a7d9-446a-b90c-3ca62ce07387", CellID->1021105489], -Cell[27181, 717, 190, 4, 70, "ExampleText",ExpressionUUID->"c88c4b54-ddda-4e17-a7f7-e042f75e5a54", +Cell[27245, 722, 190, 4, 70, "ExampleText",ExpressionUUID->"c88c4b54-ddda-4e17-a7f7-e042f75e5a54", CellID->760887467], Cell[CellGroupData[{ -Cell[27396, 725, 175, 3, 70, "Input",ExpressionUUID->"6065f3aa-c520-4b39-a867-684ee6e990bf", +Cell[27460, 730, 175, 3, 70, "Input",ExpressionUUID->"6065f3aa-c520-4b39-a867-684ee6e990bf", CellID->710994374], -Cell[27574, 730, 420, 10, 51, "Output",ExpressionUUID->"98e199f5-9936-496e-a655-c7414df1dc21", +Cell[27638, 735, 420, 10, 50, "Output",ExpressionUUID->"98e199f5-9936-496e-a655-c7414df1dc21", CellID->150154536] }, Open ]], -Cell[28009, 743, 219, 4, 70, "ExampleText",ExpressionUUID->"462c5b12-28c8-42aa-a3df-5d9feb156d4d", +Cell[28073, 748, 219, 4, 70, "ExampleText",ExpressionUUID->"462c5b12-28c8-42aa-a3df-5d9feb156d4d", CellID->689363170], Cell[CellGroupData[{ -Cell[28253, 751, 243, 5, 70, "Input",ExpressionUUID->"a9917158-6e02-4645-94de-e8ba1a3a1122", +Cell[28317, 756, 243, 5, 70, "Input",ExpressionUUID->"a9917158-6e02-4645-94de-e8ba1a3a1122", CellID->1556985699], -Cell[28499, 758, 270, 7, 51, "Output",ExpressionUUID->"81972c3a-5243-4785-819f-a9496e8e5970", +Cell[28563, 763, 270, 7, 50, "Output",ExpressionUUID->"81972c3a-5243-4785-819f-a9496e8e5970", CellID->1274871700] }, Open ]], -Cell[28784, 768, 131, 1, 70, "ExampleText",ExpressionUUID->"b6a9a709-4fe9-49e4-b4a5-75d0b31b40bd", +Cell[28848, 773, 131, 1, 70, "ExampleText",ExpressionUUID->"b6a9a709-4fe9-49e4-b4a5-75d0b31b40bd", CellID->2002802984], Cell[CellGroupData[{ -Cell[28940, 773, 176, 3, 70, "Input",ExpressionUUID->"0a69faff-3df0-4c28-b486-88a61c77ca7f", +Cell[29004, 778, 176, 3, 70, "Input",ExpressionUUID->"0a69faff-3df0-4c28-b486-88a61c77ca7f", CellID->1916103306], -Cell[29119, 778, 270, 7, 51, "Output",ExpressionUUID->"5fddca9d-b728-4d66-ad45-0ddc3ea86d9a", +Cell[29183, 783, 270, 7, 50, "Output",ExpressionUUID->"5fddca9d-b728-4d66-ad45-0ddc3ea86d9a", CellID->1691219482] }, Open ]], -Cell[29404, 788, 191, 4, 70, "ExampleText",ExpressionUUID->"e627d950-fc10-4fb1-9384-1a892ea4b54e", +Cell[29468, 793, 191, 4, 70, "ExampleText",ExpressionUUID->"e627d950-fc10-4fb1-9384-1a892ea4b54e", CellID->1701163428], -Cell[29598, 794, 313, 9, 70, "Input",ExpressionUUID->"3a9c1b7b-26be-48eb-bf95-d1a42ee3452a", +Cell[29662, 799, 313, 9, 70, "Input",ExpressionUUID->"3a9c1b7b-26be-48eb-bf95-d1a42ee3452a", CellID->1311806653], -Cell[29914, 805, 189, 4, 70, "ExampleText",ExpressionUUID->"9f47611e-f8b3-4f00-802b-781e166ccac1", +Cell[29978, 810, 189, 4, 70, "ExampleText",ExpressionUUID->"9f47611e-f8b3-4f00-802b-781e166ccac1", CellID->1500420648], Cell[CellGroupData[{ -Cell[30128, 813, 202, 4, 70, "Input",ExpressionUUID->"956e25f0-744d-4f5c-a7da-f05bdb8c2bde", +Cell[30192, 818, 202, 4, 70, "Input",ExpressionUUID->"956e25f0-744d-4f5c-a7da-f05bdb8c2bde", CellID->1176866085], -Cell[30333, 819, 269, 7, 51, "Output",ExpressionUUID->"d5cf9f7f-6549-48d9-88b2-b7bf0f99f45e", +Cell[30397, 824, 269, 7, 50, "Output",ExpressionUUID->"d5cf9f7f-6549-48d9-88b2-b7bf0f99f45e", CellID->266752290] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30908, 840, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"319fc5d6-f312-479f-b088-bf0477fb9792"], +Cell[36386, 990, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bd67d9d7-5bea-4a61-ae6b-814223144aaa"], +Cell[37059, 1010, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e80ffdf5-75d7-458b-b097-fc283a2191fb"], +Cell[38095, 1038, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"7f79dfc5-b942-4d89-a0e5-de31f3f982b3"], Cell[CellGroupData[{ -Cell[30866, 837, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"51e30b56-c8f7-48bf-85da-85c3463c3e72"], -Cell[36344, 987, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2e178eb8-99a7-4f02-9d79-ae4442ecdfb5"] -}, Open ]], -Cell[37029, 1008, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e7d5de23-d240-4e37-9961-26b877657dae"], -Cell[38065, 1036, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"0602b3f5-32d1-4a9e-ab42-4d408fdbdc67"], -Cell[CellGroupData[{ -Cell[40315, 1103, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a4524b06-ea1d-4e07-bdf2-f2e8574b5d5a", +Cell[40345, 1105, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a4524b06-ea1d-4e07-bdf2-f2e8574b5d5a", CellID->906383680], -Cell[40455, 1106, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4e97b54c-2c65-4563-9a72-4b931e6ab95e", +Cell[40485, 1108, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4e97b54c-2c65-4563-9a72-4b931e6ab95e", CellID->1194386356], -Cell[40677, 1112, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"763c6dd6-3d23-42e7-bece-48d3f0f48a1e", +Cell[40707, 1114, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"763c6dd6-3d23-42e7-bece-48d3f0f48a1e", CellID->1641706272], -Cell[40892, 1117, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfec14b5-5fe1-4e77-bbe0-eb7db1bc9ec1", +Cell[40922, 1119, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfec14b5-5fe1-4e77-bbe0-eb7db1bc9ec1", CellID->399251956], -Cell[41121, 1123, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d46788a-94ab-4797-869c-808cdb10ee0a", +Cell[41151, 1125, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d46788a-94ab-4797-869c-808cdb10ee0a", CellID->821434655] }, Open ]], -Cell[41358, 1129, 78, 0, 70, "FooterCell",ExpressionUUID->"6941a1ff-e7a7-48f9-82d6-5284918ff437"] +Cell[41388, 1131, 78, 0, 70, "FooterCell",ExpressionUUID->"96e6187f-35e7-4a10-ba42-ae709cdf96e4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FindPreKernelSolution.nb b/Documentation/English/ReferencePages/Symbols/FindPreKernelSolution.nb index 5aa830b..727511a 100644 --- a/Documentation/English/ReferencePages/Symbols/FindPreKernelSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/FindPreKernelSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54770, 1414] -NotebookOptionsPosition[ 43582, 1199] -NotebookOutlinePosition[ 46387, 1262] -CellTagsIndexPosition[ 46301, 1257] +NotebookDataLength[ 54782, 1414] +NotebookOptionsPosition[ 43609, 1201] +NotebookOutlinePosition[ 46433, 1264] +CellTagsIndexPosition[ 46347, 1259] WindowTitle->FindPreKernelSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "85ac9610-f678-4513-8edc-58c5ebb6bdbd"], + "2cc72d92-8ef4-4b6f-9e05-ddf9782648c8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2bffd035-061b-4c07-b56f-acf89f8f06b9"], + "02a1fdfe-8d5d-48f8-9a77-ae023955ee94"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e03cf4f9-da26-4700-af92-65d70d8f860b"] - }],ExpressionUUID->"3c811f2e-8920-4e75-8a06-54db9e5b082d"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "b8cfbea8-becd-4086-b370-0fe8c8319b50"] + }],ExpressionUUID->"9fb9cb08-a1e0-458f-ad1a-c0089d488fc2"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5c849230-12d2-4584-ae03-3d815fbac770"], + "4afe55f5-06c3-48cc-95d6-59085ee031b7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "630325cf-fb2f-413a-9e33-a7dd9ad5b048"] - }],ExpressionUUID->"f8f0331d-6e46-4f11-9d78-20c7146f0aa8"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f21810fd-7550-4e57-8336-65bf0a727098"] + }],ExpressionUUID->"376c70dd-bcdb-4dc2-b4d1-d9b3f1e0a96e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e78ea607-20a3-447b-9014-00cdbd730539"], + "5b1bccac-0db3-4d03-802d-863a293dad55"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0c240d78-bf26-4b69-aeef-e8e0f0727336"] - }],ExpressionUUID->"771bfa20-aa75-49ce-b0a5-e533f5c394ee"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "16a6a47d-9f92-40d6-b780-b3db5912f508"] + }],ExpressionUUID->"5b86e23b-350a-406b-a015-44d9229b3d05"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89bd6fb9-2d44-4790-b748-dd575ff4a4f4"], + "252299f2-dff2-4d9e-9d9e-4bcf4f3f2680"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8862e366-14b2-4aec-894d-4d7d9f0be0ab"] - }],ExpressionUUID->"406eba0a-a60a-4b93-9f9e-b4d48d5b41a5"], - StripOnInput->False], {"\<\"TUG/ref/FindPreKernelSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FindPreKernelSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "85f7e9be-de3d-4220-a2e8-736b5e2b9baf"] + }],ExpressionUUID->"543e7a6a-587a-4bdd-b976-183c30a1b2ea"], + StripOnInput->False],{ + "\"TUG/ref/FindPreKernelSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FindPreKernelSolution"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ FindPreKernelSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$80932], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FindPreKernelSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$88141], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FindPreKernelSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a3d7d6b2-4900-4b73-ab31-54f3b5865304"] + "fd412d75-9633-4f0b-b5a4-3090f49669e1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2167b9e6-2753-4f07-a895-f3a58e7fbe92"]} + "bda780fe-4377-4f77-a63f-f57d4f8c3ff8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"bb2426a0-8403-406f-a23e-74edc273cce1"], + CellID->1,ExpressionUUID->"77027645-1e5f-42b4-9fbb-60c6dda8b89e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f4ff42ad-6512-470b-89a6-a90783b35277"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6cdd8905-5c9c-4fad-b1b6-a0acb0643747"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FindPreKernelSolution", "ObjectName",ExpressionUUID-> - "79164b7f-ca0d-451e-890a-c177d4f58f38"], + "34417365-5b6c-481b-b886-92faed0f945d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"65dcfd1e-9ca0-4f1e-9b6b-b7485006d8ac"], + "Spacer1"]],ExpressionUUID->"0d6d3733-7e05-4fca-80f4-d7df2037d61f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ba3fe2df-a373-4bb0-8c67-b6300bcd17bb"] - }],ExpressionUUID->"7b5ad1b7-56c3-44fe-ab89-71e3f07c5cda"], Cell[BoxData[ + "60e6de58-952f-4116-9356-7d1011d64267"] + }],ExpressionUUID->"f7e39122-ea79-4e26-95a1-585de6c65db4"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3ddb21d5-f0f3-44b9-825f-ec9e5393be50"]} + "b325e31e-1715-4c94-a025-63a45783b747"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e100f0fd-99d7-45ff-90f4-1c16e0792e2b"], + CacheGraphics->False,ExpressionUUID->"845fe8ba-9167-43f5-92e5-35f33f703d7a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on an Algorithm suggested by M. Maschler." - }],ExpressionUUID->"24dbed02-3a96-4492-be7b-308ddf600a3d"]}, + }],ExpressionUUID->"4b74eccb-7477-4d35-9097-919a5bc9d8a8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindPreKernelSolution", "[", @@ -252,7 +257,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"8d724dc9-2cb9-4470-b645-c1b5e63cf974"]}, + }],ExpressionUUID->"c795515e-031f-46a8-a65b-3b5bddf93638"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindPreKernelSolution", "[", @@ -264,7 +269,7 @@ argument ", FontSlant->"Italic"], " to find a better approximation of a pre-kernel element from the same \ internal starting point." - }],ExpressionUUID->"d3fe353b-0df3-40ef-aada-d2d93a61070c"]}, + }],ExpressionUUID->"e9888f3b-16b9-47fa-b56c-81dd28fc52c8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"FindPreKernelSolution", "[", @@ -276,7 +281,7 @@ internal starting point." approximation. Setting a different starting point allows to look on a \ further pre-kernel element. If the pre-defined recursion limit is exhausted \ one can try to adjust this value to approach to a solution." - }],ExpressionUUID->"83af1fe2-0577-4f8f-9bfc-fa59cd97608c"]} + }],ExpressionUUID->"b2a193ba-4796-4d11-9b41-6dedc86657b5"]} }]], "Usage", CellID->1586814572,ExpressionUUID->"19f8956a-6fe3-4991-9b15-afc275f8c370"] }, Open ]], @@ -309,12 +314,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"317a5e2e-54ef-480b-b122-3ad29b79c60c"], + ExpressionUUID->"95101381-6718-4f46-b998-d79200d396bb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d9c5e5ee-36a3-467f-ad45-dcaabb55c8fd"], + "Spacer1"]],ExpressionUUID->"88ce57fe-ae32-46e3-b0b4-9d76e54966eb"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d8a23188-ec28-4dac-886a-a2d06c6d3c8c"], + }], "NotesFrameText",ExpressionUUID->"59b82763-9e5a-4fdd-a2e4-668396d9cfc0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -325,12 +330,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a3a1a18e-0c51-45ed-9ea4-7b4e3cd5fdec"]], \ + "Preemptive"]],ExpressionUUID->"9fbc525d-bd4e-4c77-8906-9d16fe50a563"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1299442594,ExpressionUUID->"bfa27688-e996-4205-b41d-3e2f73d3068d"], + CellID->1853612824,ExpressionUUID->"c88ee940-ffcb-42c1-b2fb-480fc6b734f6"], Cell[TextData[{ "The input expression ", @@ -399,7 +404,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7af055a3-53ac-4c7d-af01-ecf918c680f5"], + "3224778e-0ee6-45fb-92a2-8062c1586c6a"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -416,7 +421,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f04dc2d7-99a6-4e10-95bd-85df0d8c946a"], + "f3b21c64-9d61-460d-a795-578da152e03b"], TemplateBox[{ Cell[ TextData["SetRecursionLimit"]], "paclet:TUG/ref/SetRecursionLimit", @@ -426,7 +431,7 @@ Cell[BoxData[GridBox[{ "use to set recursion limit. ", "TableText",ExpressionUUID-> "d38c4423-0eee-4ced-857b-6d425d123bc7"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a82361b2-c49a-4cbf-969f-8c387fca363c"], + "fa718f81-29bc-4d29-b3aa-72338f2dd40c"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -437,7 +442,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"e9eb8815-2827-46d5-8b76-7643ee685431"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a35605da-ccd5-4ba0-b6e6-d07d21366c7c"], + "a0afb391-4e8e-41ed-b896-4f7dd33d98e5"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -551,19 +556,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0b52f22a-f6d3-42eb-bd1f-a5bad6476281"], + ExpressionUUID->"7077c725-bee4-476a-b8c2-82c935fc2528"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1ccce86-4dcb-449e-a55a-a63c8e499b9c"], + "Spacer1"]],ExpressionUUID->"f8e38016-f749-474c-b3a2-66ffb994c7c9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "15b01159-1efd-42bc-a8d0-6e2573aa77b1"] + "571bee8d-64dd-4380-9df4-8f3226e5fcf7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1090928989,ExpressionUUID->"811cb077-8cfa-4937-8925-3bb059facc42"], + CellID->2075000247,ExpressionUUID->"c7678316-559f-4135-9c12-2891fff4f299"], Cell[CellGroupData[{ @@ -592,18 +597,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"da70e98b-3ded-4615-ae77-e7c9712bc1ea"], + ExpressionUUID->"68ef9401-9a3f-489d-ab1f-3b31474dd0b1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3e4860c1-4e08-4194-8f97-0b99a1aa6314"], + "Spacer1"]],ExpressionUUID->"5bbe8d8a-d38d-4f76-949a-f22c4d2c900a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7af20c46-82b7-467f-a868-bf4018a19852"] + "da530c0f-6a33-4a7e-b05d-5183fa180e27"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1152727698,ExpressionUUID->"5dc1a152-780d-428c-834f-d52a6bdf6ec7"], + CellID->167271038,ExpressionUUID->"3a781108-9437-479a-9cf5-d4dd5b5d8096"], Cell["Loading the package:", "ExampleText", CellID->1533913368,ExpressionUUID->"6ec32795-7f6c-43d6-a7b0-b95e36c651fd"], @@ -901,8 +906,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1050,15 +1053,15 @@ Cell[BoxData[GridBox[{ "be738f31-9189-43b7-94ec-b5138ce697ea"] }], "SeeAlso",ExpressionUUID->"98483a74-9ee7-4482-9acd-43b51e5d1522"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e9c95ee5-24e4-488b-ba6b-\ -3841c9f99e6a"], + }]], "SeeAlsoSection",ExpressionUUID->"e731de2b-4bb3-450a-87f9-\ +696170f2771d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1070,9 +1073,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"81e88341-3e08-46cc-8173-12c56e3b98db"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"84d8e81d-ab0c-4ad3-afba-\ -867d84f4df65"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"296e10b2-2e99-4599-8351-\ +c19bc8d1ccf8"], Cell[BoxData[GridBox[{ { @@ -1089,7 +1091,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3453f9d0-eeb8-4df7-bbf1-59640aa3b2c2"]}]}, + "0593ed3b-d2f8-4e40-8ac3-57547fdd166c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1097,10 +1099,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "96bd1861-717e-4659-9e3e-91e328397906"]}]} + "45c8c866-802f-4fc2-add6-88a2d3cdfc68"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"18dbfe0c-aaa6-488c-8cbd-\ -4ff15bb24f99"], + }]], "MoreAboutSection",ExpressionUUID->"e6a7b29b-4358-44df-a161-\ +3b23763896fa"], Cell[BoxData[GridBox[{ { @@ -1127,7 +1129,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "81599087-3195-4abe-9771-0dc5e920edb5"]], "RelatedLinks", + "ad63b5d0-0cb9-4134-8338-7d8764104e95"]], "RelatedLinks", ExpressionUUID->"6737a70d-c1a0-4ffd-9a96-d11dd975f0bd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1144,7 +1146,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee8bceed-868f-4c50-91d3-28c98425eebc"]], "RelatedLinks", + "cdca0a69-79b6-4f5d-9dd4-602d8a6cd204"]], "RelatedLinks", ExpressionUUID->"74baae7f-9593-4df5-b71b-18451eb5dfb4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1161,11 +1163,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f27e4ecc-27ea-456a-b567-1554288ec8f1"]], "RelatedLinks", + "86200888-1347-426a-9f3c-ff8fa0a3f7e4"]], "RelatedLinks", ExpressionUUID->"87f169a1-c09c-4d50-a59f-0fbc38ae7f20"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b35b5e3d-8611-44cf-8615-\ -fe003091a756"], + }]], "RelatedLinksSection",ExpressionUUID->"cd7bb993-2598-462d-9344-\ +d04daaa4e7da"], Cell[CellGroupData[{ @@ -1195,11 +1197,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"660ede2e-613d-4ed6-8506-51769aa30f74"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2468d50e-d6a2-45de-a6b6-fa5910fc9909"] +Cell[" ", "FooterCell",ExpressionUUID->"fe31577c-3d08-4377-84a1-ff5b00fb1a33"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FindPreKernelSolution", TaggingRules->{ @@ -1210,7 +1212,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 2.718473}", + "built" -> "{2024, 6, 3, 16, 52, 49.451855}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1227,10 +1229,10 @@ Setting a different starting point allows to look on a further pre-kernel \ element. If the pre-defined recursion limit is exhausted one can try to \ adjust this value to approach to a solution.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "FindPreKernelSolution", "titlemodifier" -> - "", "windowtitle" -> "FindPreKernelSolution", "type" -> "Symbol", "uri" -> - "TUG/ref/FindPreKernelSolution"}}, + "", "metadescription" -> "", "windowtitle" -> "FindPreKernelSolution", + "type" -> "Symbol", "uri" -> "TUG/ref/FindPreKernelSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1239,9 +1241,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"66f2b5fd-93ae-4d05-810e-4e0623cc4cb8" +ExpressionUUID->"fe37c4a5-4607-4cd4-9f13-eb03a19f347c" ] (* End of Notebook Content *) @@ -1249,173 +1251,171 @@ ExpressionUUID->"66f2b5fd-93ae-4d05-810e-4e0623cc4cb8" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20351, 528, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"811cb077-8cfa-4937-8925-3bb059facc42", + Cell[20413, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c7678316-559f-4135-9c12-2891fff4f299", CellTags->"PrimaryExamplesSection", - CellID->1090928989]} + CellID->2075000247]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46100, 1250} + {"PrimaryExamplesSection", 46146, 1252} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7138, 168, 56, "AnchorBarGrid",ExpressionUUID->"bb2426a0-8403-406f-a23e-74edc273cce1", +Cell[593, 21, 7200, 173, 57, "AnchorBarGrid",ExpressionUUID->"77027645-1e5f-42b4-9fbb-60c6dda8b89e", CellID->1], -Cell[7734, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f4ff42ad-6512-470b-89a6-a90783b35277"], +Cell[7796, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6cdd8905-5c9c-4fad-b1b6-a0acb0643747"], Cell[CellGroupData[{ -Cell[7845, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"e100f0fd-99d7-45ff-90f4-1c16e0792e2b"], -Cell[9143, 232, 2260, 48, 383, "Usage",ExpressionUUID->"19f8956a-6fe3-4991-9b15-afc275f8c370", +Cell[7907, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"845fe8ba-9167-43f5-92e5-35f33f703d7a"], +Cell[9205, 237, 2260, 48, 381, "Usage",ExpressionUUID->"19f8956a-6fe3-4991-9b15-afc275f8c370", CellID->1586814572] }, Open ]], Cell[CellGroupData[{ -Cell[11440, 285, 1895, 47, 37, "NotesSection",ExpressionUUID->"bfa27688-e996-4205-b41d-3e2f73d3068d", +Cell[11502, 290, 1895, 47, 37, "NotesSection",ExpressionUUID->"c88ee940-ffcb-42c1-b2fb-480fc6b734f6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1299442594], -Cell[13338, 334, 782, 20, 57, "]]",ExpressionUUID->"90de3427-04bc-47ed-bc02-4cbe5b51c91a", + CellID->1853612824], +Cell[13400, 339, 782, 20, 57, "]]",ExpressionUUID->"90de3427-04bc-47ed-bc02-4cbe5b51c91a", CellID->313448337], -Cell[14123, 356, 489, 12, 37, "Notes",ExpressionUUID->"c3373ca7-683b-4b86-b6b6-8f8161b491ee", +Cell[14185, 361, 489, 12, 38, "Notes",ExpressionUUID->"c3373ca7-683b-4b86-b6b6-8f8161b491ee", CellID->177724765], -Cell[14615, 370, 172, 3, 36, "Notes",ExpressionUUID->"8762d002-cf2b-49c2-b4a8-02453621728e", +Cell[14677, 375, 172, 3, 36, "Notes",ExpressionUUID->"8762d002-cf2b-49c2-b4a8-02453621728e", CellID->1930130095], -Cell[14790, 375, 392, 8, 57, "Notes",ExpressionUUID->"53863f8c-2896-4731-9cb4-90960019a6ff", +Cell[14852, 380, 392, 8, 57, "Notes",ExpressionUUID->"53863f8c-2896-4731-9cb4-90960019a6ff", CellID->438096144], -Cell[15185, 385, 390, 6, 78, "Notes",ExpressionUUID->"27caeaad-cec1-4ca7-886b-98c829322cb0", +Cell[15247, 390, 390, 6, 78, "Notes",ExpressionUUID->"27caeaad-cec1-4ca7-886b-98c829322cb0", CellID->1098439122], -Cell[15578, 393, 267, 4, 49, "Notes",ExpressionUUID->"62db1568-3037-41f3-adb5-e891648bfb14", +Cell[15640, 398, 267, 4, 48, "Notes",ExpressionUUID->"62db1568-3037-41f3-adb5-e891648bfb14", CellID->13178], -Cell[15848, 399, 687, 15, 70, "3ColumnTableMod",ExpressionUUID->"d037313b-2cf9-4543-8ddb-0a11c7a4298b", +Cell[15910, 404, 687, 15, 70, "3ColumnTableMod",ExpressionUUID->"d037313b-2cf9-4543-8ddb-0a11c7a4298b", CellID->1699621045], -Cell[16538, 416, 1656, 40, 70, "3ColumnTableMod",ExpressionUUID->"b38c5b28-ca59-49cf-8d53-2d778cbb4095", +Cell[16600, 421, 1656, 40, 70, "3ColumnTableMod",ExpressionUUID->"b38c5b28-ca59-49cf-8d53-2d778cbb4095", CellID->11156], -Cell[18197, 458, 488, 14, 70, "Notes",ExpressionUUID->"27ac89aa-a658-4a3c-8f61-b0ede9be239a", +Cell[18259, 463, 488, 14, 70, "Notes",ExpressionUUID->"27ac89aa-a658-4a3c-8f61-b0ede9be239a", CellID->1705760446], -Cell[18688, 474, 493, 14, 70, "Notes",ExpressionUUID->"127d6472-e0ba-4d25-952d-cd94b1df0862", +Cell[18750, 479, 493, 14, 70, "Notes",ExpressionUUID->"127d6472-e0ba-4d25-952d-cd94b1df0862", CellID->2041037989], -Cell[19184, 490, 571, 17, 70, "Notes",ExpressionUUID->"08eb8c50-5316-4a7e-919b-cbfa5ef90158", +Cell[19246, 495, 571, 17, 70, "Notes",ExpressionUUID->"08eb8c50-5316-4a7e-919b-cbfa5ef90158", CellID->900904482], -Cell[19758, 509, 466, 13, 70, "Notes",ExpressionUUID->"f74f456f-e19b-4320-9489-10e0d8f4b923", +Cell[19820, 514, 466, 13, 70, "Notes",ExpressionUUID->"f74f456f-e19b-4320-9489-10e0d8f4b923", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20351, 528, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"811cb077-8cfa-4937-8925-3bb059facc42", +Cell[20413, 533, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c7678316-559f-4135-9c12-2891fff4f299", CellTags->"PrimaryExamplesSection", - CellID->1090928989], + CellID->2075000247], Cell[CellGroupData[{ -Cell[21797, 569, 1399, 36, 70, "ExampleSection",ExpressionUUID->"5dc1a152-780d-428c-834f-d52a6bdf6ec7", - CellID->1152727698], -Cell[23199, 607, 119, 1, 70, "ExampleText",ExpressionUUID->"6ec32795-7f6c-43d6-a7b0-b95e36c651fd", +Cell[21859, 574, 1398, 36, 70, "ExampleSection",ExpressionUUID->"3a781108-9437-479a-9cf5-d4dd5b5d8096", + CellID->167271038], +Cell[23260, 612, 119, 1, 70, "ExampleText",ExpressionUUID->"6ec32795-7f6c-43d6-a7b0-b95e36c651fd", CellID->1533913368], Cell[CellGroupData[{ -Cell[23343, 612, 167, 3, 70, "Input",ExpressionUUID->"7c6a8310-42fc-49f5-b2c1-08dd53ed7293", +Cell[23404, 617, 167, 3, 70, "Input",ExpressionUUID->"7c6a8310-42fc-49f5-b2c1-08dd53ed7293", CellID->339306350], Cell[CellGroupData[{ -Cell[23535, 619, 237, 4, 70, "Print",ExpressionUUID->"ba8f4a0e-0ef9-4719-bef0-d4b90d0befa3", +Cell[23596, 624, 237, 4, 70, "Print",ExpressionUUID->"ba8f4a0e-0ef9-4719-bef0-d4b90d0befa3", CellID->1231820263], -Cell[23775, 625, 365, 8, 70, "Print",ExpressionUUID->"a3d31534-b017-4cbe-9190-45468601bab2", +Cell[23836, 630, 365, 8, 70, "Print",ExpressionUUID->"a3d31534-b017-4cbe-9190-45468601bab2", CellID->815626119], -Cell[24143, 635, 236, 4, 70, "Print",ExpressionUUID->"5448d3f8-154f-42aa-90f9-4a7bbc838dea", +Cell[24204, 640, 236, 4, 70, "Print",ExpressionUUID->"5448d3f8-154f-42aa-90f9-4a7bbc838dea", CellID->976497154], -Cell[24382, 641, 221, 3, 70, "Print",ExpressionUUID->"66999498-3d8a-4659-baa4-d5ce7cc8da6a", +Cell[24443, 646, 221, 3, 70, "Print",ExpressionUUID->"66999498-3d8a-4659-baa4-d5ce7cc8da6a", CellID->1229382162], -Cell[24606, 646, 208, 3, 70, "Print",ExpressionUUID->"dda3fd1d-cc6d-465d-bd63-915d5429c8cb", +Cell[24667, 651, 208, 3, 70, "Print",ExpressionUUID->"dda3fd1d-cc6d-465d-bd63-915d5429c8cb", CellID->1927851301], -Cell[24817, 651, 238, 4, 70, "Print",ExpressionUUID->"f72a5240-d20e-4824-880c-20f5e93475e3", +Cell[24878, 656, 238, 4, 70, "Print",ExpressionUUID->"f72a5240-d20e-4824-880c-20f5e93475e3", CellID->1379730383], -Cell[25058, 657, 219, 3, 70, "Print",ExpressionUUID->"c3b2aef8-20b8-4eeb-8907-a63fda7f1d23", +Cell[25119, 662, 219, 3, 70, "Print",ExpressionUUID->"c3b2aef8-20b8-4eeb-8907-a63fda7f1d23", CellID->27491772], -Cell[25280, 662, 237, 4, 70, "Print",ExpressionUUID->"425ef4fd-c179-4e30-a5d7-73119cca61bf", +Cell[25341, 667, 237, 4, 70, "Print",ExpressionUUID->"425ef4fd-c179-4e30-a5d7-73119cca61bf", CellID->1312217381], -Cell[25520, 668, 237, 4, 70, "Print",ExpressionUUID->"c42dabbd-cbdc-47ea-bdfb-3e1a28515f53", +Cell[25581, 673, 237, 4, 70, "Print",ExpressionUUID->"c42dabbd-cbdc-47ea-bdfb-3e1a28515f53", CellID->1041873372], -Cell[25760, 674, 207, 3, 70, "Print",ExpressionUUID->"de8f8bd7-8972-46f0-951a-73907b488a17", +Cell[25821, 679, 207, 3, 70, "Print",ExpressionUUID->"de8f8bd7-8972-46f0-951a-73907b488a17", CellID->290148750], -Cell[25970, 679, 237, 4, 70, "Print",ExpressionUUID->"dcd346cf-3935-4aff-affd-5536c0949129", +Cell[26031, 684, 237, 4, 70, "Print",ExpressionUUID->"dcd346cf-3935-4aff-affd-5536c0949129", CellID->1799260988] }, Open ]] }, Open ]], -Cell[26234, 687, 136, 1, 70, "ExampleText",ExpressionUUID->"e7bff6f2-df6f-4036-a8af-6b61309d9770", +Cell[26295, 692, 136, 1, 70, "ExampleText",ExpressionUUID->"e7bff6f2-df6f-4036-a8af-6b61309d9770", CellID->127451622], -Cell[26373, 690, 233, 6, 70, "Input",ExpressionUUID->"1b04fe68-b2b3-4bb5-9701-8535e531e8a1", +Cell[26434, 695, 233, 6, 70, "Input",ExpressionUUID->"1b04fe68-b2b3-4bb5-9701-8535e531e8a1", CellID->94127629], -Cell[26609, 698, 381, 9, 70, "Input",ExpressionUUID->"1fe2e3ad-9813-4665-a7c2-574795f2d6de", +Cell[26670, 703, 381, 9, 70, "Input",ExpressionUUID->"1fe2e3ad-9813-4665-a7c2-574795f2d6de", CellID->1994636005], -Cell[26993, 709, 238, 6, 70, "Input",ExpressionUUID->"8ff49a33-4cd0-4a06-82f3-4ce8d5a29d8b", +Cell[27054, 714, 238, 6, 70, "Input",ExpressionUUID->"8ff49a33-4cd0-4a06-82f3-4ce8d5a29d8b", CellID->1430875861], -Cell[27234, 717, 190, 4, 70, "ExampleText",ExpressionUUID->"581c83c0-bcab-4f24-9f3b-c44b88a02b3f", +Cell[27295, 722, 190, 4, 70, "ExampleText",ExpressionUUID->"581c83c0-bcab-4f24-9f3b-c44b88a02b3f", CellID->707136107], Cell[CellGroupData[{ -Cell[27449, 725, 179, 3, 70, "Input",ExpressionUUID->"fb0cfd31-a85a-4e04-a6ae-ff2feb0888d3", +Cell[27510, 730, 179, 3, 70, "Input",ExpressionUUID->"fb0cfd31-a85a-4e04-a6ae-ff2feb0888d3", CellID->1072471818], -Cell[27631, 730, 419, 10, 51, "Output",ExpressionUUID->"ef18d375-9a33-4acd-9d54-5be78c7d316a", +Cell[27692, 735, 419, 10, 50, "Output",ExpressionUUID->"ef18d375-9a33-4acd-9d54-5be78c7d316a", CellID->75838254] }, Open ]], -Cell[28065, 743, 224, 4, 70, "ExampleText",ExpressionUUID->"b925e009-b4fd-4846-828d-a5f5844f1d99", +Cell[28126, 748, 224, 4, 70, "ExampleText",ExpressionUUID->"b925e009-b4fd-4846-828d-a5f5844f1d99", CellID->1920077017], Cell[CellGroupData[{ -Cell[28314, 751, 273, 6, 70, "Input",ExpressionUUID->"0ed6dccb-efd7-4ede-8956-1be85120b08d", +Cell[28375, 756, 273, 6, 70, "Input",ExpressionUUID->"0ed6dccb-efd7-4ede-8956-1be85120b08d", CellID->1188087067], -Cell[28590, 759, 633, 17, 51, "Output",ExpressionUUID->"fe0048d1-dbaf-44bc-adad-8331711e0361", +Cell[28651, 764, 633, 17, 51, "Output",ExpressionUUID->"fe0048d1-dbaf-44bc-adad-8331711e0361", CellID->818807610] }, Open ]], -Cell[29238, 779, 131, 1, 70, "ExampleText",ExpressionUUID->"8d8df05e-2e76-4878-89ee-ed5c8ad3e38d", +Cell[29299, 784, 131, 1, 70, "ExampleText",ExpressionUUID->"8d8df05e-2e76-4878-89ee-ed5c8ad3e38d", CellID->2099843825], Cell[CellGroupData[{ -Cell[29394, 784, 203, 4, 70, "Input",ExpressionUUID->"b499115c-5439-4354-a8de-0493d47db638", +Cell[29455, 789, 203, 4, 70, "Input",ExpressionUUID->"b499115c-5439-4354-a8de-0493d47db638", CellID->839885920], -Cell[29600, 790, 270, 7, 51, "Output",ExpressionUUID->"cbe930cf-4dd5-4c45-9e60-fedeb46464c7", +Cell[29661, 795, 270, 7, 50, "Output",ExpressionUUID->"cbe930cf-4dd5-4c45-9e60-fedeb46464c7", CellID->2004401334] }, Open ]], -Cell[29885, 800, 194, 4, 70, "ExampleText",ExpressionUUID->"eec59448-e68b-45ec-8b87-985a0220ba18", +Cell[29946, 805, 194, 4, 70, "ExampleText",ExpressionUUID->"eec59448-e68b-45ec-8b87-985a0220ba18", CellID->496000428], -Cell[30082, 806, 313, 9, 70, "Input",ExpressionUUID->"fa2d8898-b2b5-4d9a-ac22-28638a0cbc3b", +Cell[30143, 811, 313, 9, 70, "Input",ExpressionUUID->"fa2d8898-b2b5-4d9a-ac22-28638a0cbc3b", CellID->1143255071], -Cell[30398, 817, 193, 4, 70, "ExampleText",ExpressionUUID->"3e1b9b26-4fd1-4609-b5ca-224e4e621b4d", +Cell[30459, 822, 193, 4, 70, "ExampleText",ExpressionUUID->"3e1b9b26-4fd1-4609-b5ca-224e4e621b4d", CellID->1783524385], Cell[CellGroupData[{ -Cell[30616, 825, 205, 4, 70, "Input",ExpressionUUID->"3ad5889d-eda2-4498-8449-2dd3fbb25b98", +Cell[30677, 830, 205, 4, 70, "Input",ExpressionUUID->"3ad5889d-eda2-4498-8449-2dd3fbb25b98", CellID->1289934751], -Cell[30824, 831, 269, 7, 51, "Output",ExpressionUUID->"a86c08e4-9933-4282-b8fe-7b8bd0a83541", +Cell[30885, 836, 269, 7, 50, "Output",ExpressionUUID->"a86c08e4-9933-4282-b8fe-7b8bd0a83541", CellID->763785101] }, Open ]], -Cell[31108, 841, 133, 1, 70, "ExampleText",ExpressionUUID->"27dcd0b7-5089-4e29-ba4c-b707628e7f2d", +Cell[31169, 846, 133, 1, 70, "ExampleText",ExpressionUUID->"27dcd0b7-5089-4e29-ba4c-b707628e7f2d", CellID->1893640056], Cell[CellGroupData[{ -Cell[31266, 846, 298, 8, 70, "Input",ExpressionUUID->"12009788-a04e-46e3-a779-55cee1b31811", +Cell[31327, 851, 298, 8, 70, "Input",ExpressionUUID->"12009788-a04e-46e3-a779-55cee1b31811", CellID->2061039997], -Cell[31567, 856, 285, 8, 36, "Output",ExpressionUUID->"818120b6-9a5f-43ff-8025-8718698ae78a", +Cell[31628, 861, 285, 8, 36, "Output",ExpressionUUID->"818120b6-9a5f-43ff-8025-8718698ae78a", CellID->1939134595] }, Open ]], -Cell[31867, 867, 188, 4, 70, "ExampleText",ExpressionUUID->"1f413ed7-0b35-4440-a17a-05a80504a449", +Cell[31928, 872, 188, 4, 70, "ExampleText",ExpressionUUID->"1f413ed7-0b35-4440-a17a-05a80504a449", CellID->9771463], Cell[CellGroupData[{ -Cell[32080, 875, 151, 3, 70, "Input",ExpressionUUID->"6c8fe0f9-8f15-4219-8cb8-692d313779ee", +Cell[32141, 880, 151, 3, 70, "Input",ExpressionUUID->"6c8fe0f9-8f15-4219-8cb8-692d313779ee", CellID->334177462], -Cell[32234, 880, 510, 14, 36, "Output",ExpressionUUID->"b3a7b948-4171-4aab-aa9a-b1f5ae88809d", +Cell[32295, 885, 510, 14, 36, "Output",ExpressionUUID->"b3a7b948-4171-4aab-aa9a-b1f5ae88809d", CellID->1211738328] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33047, 908, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"e731de2b-4bb3-450a-87f9-696170f2771d"], +Cell[38525, 1058, 670, 18, 70, "TechNotesSection",ExpressionUUID->"296e10b2-2e99-4599-8351-c19bc8d1ccf8"], +Cell[39198, 1078, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e6a7b29b-4358-44df-a161-3b23763896fa"], +Cell[40234, 1106, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"cd7bb993-2598-462d-9344-d04daaa4e7da"], Cell[CellGroupData[{ -Cell[33008, 905, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"e9c95ee5-24e4-488b-ba6b-3841c9f99e6a"], -Cell[38486, 1055, 670, 18, 70, "TechNotesSection",ExpressionUUID->"84d8e81d-ab0c-4ad3-afba-867d84f4df65"] -}, Open ]], -Cell[39171, 1076, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"18dbfe0c-aaa6-488c-8cbd-4ff15bb24f99"], -Cell[40207, 1104, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"b35b5e3d-8611-44cf-8615-fe003091a756"], -Cell[CellGroupData[{ -Cell[42457, 1171, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"11d32599-0e73-4ce1-8f61-aed80d540dff", +Cell[42484, 1173, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"11d32599-0e73-4ce1-8f61-aed80d540dff", CellID->906383680], -Cell[42597, 1174, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02746a8f-5ff8-4c09-ab04-595ad9c2564e", +Cell[42624, 1176, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02746a8f-5ff8-4c09-ab04-595ad9c2564e", CellID->1194386356], -Cell[42819, 1180, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b5f6b765-cbb8-4f6a-9910-3c5ffc579ae1", +Cell[42846, 1182, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b5f6b765-cbb8-4f6a-9910-3c5ffc579ae1", CellID->1641706272], -Cell[43034, 1185, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa95adba-16cd-4b09-884d-bc4f44612a49", +Cell[43061, 1187, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa95adba-16cd-4b09-884d-bc4f44612a49", CellID->399251956], -Cell[43263, 1191, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"660ede2e-613d-4ed6-8506-51769aa30f74", +Cell[43290, 1193, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"660ede2e-613d-4ed6-8506-51769aa30f74", CellID->821434655] }, Open ]], -Cell[43500, 1197, 78, 0, 70, "FooterCell",ExpressionUUID->"2468d50e-d6a2-45de-a6b6-fa5910fc9909"] +Cell[43527, 1199, 78, 0, 70, "FooterCell",ExpressionUUID->"fe31577c-3d08-4377-84a1-ff5b00fb1a33"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FirstCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/FirstCriticalVal.nb index e98368c..ab695b9 100644 --- a/Documentation/English/ReferencePages/Symbols/FirstCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/FirstCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41548, 1080] -NotebookOptionsPosition[ 33017, 910] -NotebookOutlinePosition[ 35120, 964] -CellTagsIndexPosition[ 35035, 959] +NotebookDataLength[ 41549, 1078] +NotebookOptionsPosition[ 33029, 910] +NotebookOutlinePosition[ 35152, 964] +CellTagsIndexPosition[ 35067, 959] WindowTitle->FirstCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6bd39a7a-f11f-4010-90c9-13967d7782f7"], + "3d443246-cfb8-4db4-9c65-8d979a80ed4e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4787ed3d-98ac-4f47-9b3b-c2d34b8edb7e"], + "9afe8602-7b05-4fe7-b9f9-cbed0a13e5a7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9552d6d4-8955-48db-b595-74d3340aa7fa"] - }],ExpressionUUID->"fd28a434-8a4c-4b32-9f61-97939b1f3c9c"], - StripOnInput->False], {"\<\"SecondCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCriticalVal"], "\<\"ThirdCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCritcalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "6347f5f1-ef1d-4ec7-ab92-e02243690a1c"] + }],ExpressionUUID->"f032a422-31bf-4265-94f1-f817257472db"], + StripOnInput->False],{ + "\"SecondCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCriticalVal"], + "\"ThirdCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCritcalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c81f21c8-18d6-4b74-a908-2023da05dd48"], + "9b2ccd8d-2630-49b4-95ca-9a3a5767a688"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "74a9eab9-b777-4af4-b523-e8e79b385835"] - }],ExpressionUUID->"1608477f-4460-4647-8146-2726d3655d69"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a5d3fe0b-bf62-42eb-bb73-f0ad381ae117"] + }],ExpressionUUID->"0799b7ae-0035-4dcc-a015-06bd8ad93b3f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e97a3891-2269-4c1e-b057-86380f374935"], + "32a0b914-50a4-40d4-805f-d9dbfe1c40a4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2254770c-7818-4010-bfc4-9320ce84b4d7"] - }],ExpressionUUID->"29e223b7-0c6d-4ba1-9228-42250e455da4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d1f39c36-8981-4198-a41d-5cf9933fe790"] + }],ExpressionUUID->"b9992bfa-4589-4e71-9781-73f22615f6c7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "598a5876-f1b7-4d2d-a64a-1797b724ce46"], + "4c2c738d-c402-4daa-9edf-9c2b518ca16d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6e64ff74-24b9-4b88-b3d5-499e182e0950"] - }],ExpressionUUID->"73f33fce-491f-43d1-9e69-dd0d25ce2b0d"], - StripOnInput->False], {"\<\"TUG/ref/FirstCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FirstCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ef5f0e3c-b0dc-409e-ac00-b942ca171e99"] + }],ExpressionUUID->"35e724e6-8ac3-4052-baa0-8b3c155d340e"], + StripOnInput->False],{ + "\"TUG/ref/FirstCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FirstCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ FirstCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$81512], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FirstCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$88755], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FirstCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c945342d-b86a-4422-922e-6486beaf62ef"] + "ac4fdef4-4daa-4d7d-b1c7-ab4f40d96089"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3a4a698f-6fae-4220-97d1-7b4035e04295"]} + "8ab4ef7e-cfc3-49c3-9a96-da338e7efb05"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"98c07e8a-b2fd-4dc9-a9ea-9ec9ded2d65b"], + CellID->1,ExpressionUUID->"7cebb5d3-1129-423a-8bbc-b243ab877f81"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"59a1452b-10f8-410d-94de-7bc1e4e02805"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"74b66be1-001e-4e59-b5c1-fedcd395a68d"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FirstCriticalVal", "ObjectName",ExpressionUUID-> - "e479022d-056b-4af0-a2f8-899d609ccf72"], + "0d4e0839-e91c-4118-8f43-6bc4ec544094"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"db2a4873-cd12-4960-9f72-d6303150fd6e"], + "Spacer1"]],ExpressionUUID->"4ec255cd-bc39-4196-a1bf-a3b7265dcecc"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "477b800a-1e51-4364-9d03-70812716eb51"] - }],ExpressionUUID->"03bb336b-10ee-49bc-95dd-ccd98dd7f2ff"], Cell[BoxData[ + "274228b7-8532-4078-aa70-043aaed71cb4"] + }],ExpressionUUID->"b48e7ef9-2dd2-429f-9763-3f456d167ad0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "860f3353-e315-49e0-8dd8-fefee2a5c801"]} + "2ac3d3f0-27eb-45fb-bb91-2ac6c0573c13"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d91e6358-5d0b-4ad4-a294-0c37bbf23711"], + CacheGraphics->False,ExpressionUUID->"a1fe133f-0f73-4bdb-8877-b8e750ae9f5f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "372919d9-7210-48e1-8e3f-03209ca34a23"], " \[LineSeparator]calculates the smallest epsilon such that the \ epsilon-core is nonempty." - }],ExpressionUUID->"28385978-ef77-4dd8-9c8a-e2047c8093d9"]} + }],ExpressionUUID->"d59d77c1-013f-4431-9ea9-c05eb23fe70e"]} }]], "Usage", CellID->1101830198,ExpressionUUID->"3ec13de5-8eab-4879-a1ac-b1c211990f02"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"43daaf1d-caa9-4a0f-afbf-0bcf2d4238ad"], + ExpressionUUID->"ecad8349-0e27-481e-bb3b-2d92b19d2a9b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"71ca967a-a422-458a-b69d-9b38176730a3"], + "Spacer1"]],ExpressionUUID->"3cd59db2-2a63-4291-8696-2f9de7d13c03"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d3f61f0b-ce3b-4572-aeb6-b7765f74a56c"], + }], "NotesFrameText",ExpressionUUID->"9f98b40d-910d-475e-8973-8a2c2ec77d4f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8d263cdc-d4d2-4c92-b21b-59708cfdb384"]], \ + "Preemptive"]],ExpressionUUID->"0c3c1036-91aa-4668-921f-9e96b7d206bc"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->615132994,ExpressionUUID->"58d32948-9b38-4dc6-9f8e-4d81db2f2d24"], + CellID->1794969287,ExpressionUUID->"90fe357e-3780-442d-9f6d-a214463b207d"], Cell[TextData[{ "The input expression ", @@ -387,19 +390,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1ea1da19-f27c-4154-b87c-cff241c46ff8"], + ExpressionUUID->"aa370374-a9b6-4bf0-8fc1-bbea1af0df50"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7e775d12-9b37-46dd-b6ad-a0f3aa51ea89"], + "Spacer1"]],ExpressionUUID->"8d05f995-8716-494c-9b81-e550c09de16c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8ebdcde6-a591-46a3-bdf1-b12cae6120fb"] + "bf4dcad6-ae12-4f9b-b192-411126386981"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->692799120,ExpressionUUID->"c7bfc4f7-c286-4044-81df-07ceb2d8b468"], + CellID->1075194711,ExpressionUUID->"12abb2d7-874c-4910-8c58-54d338263c9e"], Cell[CellGroupData[{ @@ -428,18 +431,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f60027d6-b124-417d-b5b2-9e07d09bd576"], + ExpressionUUID->"d36dcb58-6602-49a0-99e3-a34e8ae5a3f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"75d76cb6-bad3-48d5-bdc6-18680cacba35"], + "Spacer1"]],ExpressionUUID->"fcb1e129-b48c-400c-9b04-09ab3ac7e126"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0b5e156e-753e-4f4d-b6c0-c5b715c9ce35"] + "0f1e7749-0db4-40d7-ad87-313761a14e7a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1128590917,ExpressionUUID->"8be4fb48-3dbc-410d-a4ca-ca0509085aad"], + CellID->1068481679,ExpressionUUID->"2c4fafd6-c59d-4fd3-828a-976d52c353cc"], Cell["Loading the package:", "ExampleText", CellID->1881798779,ExpressionUUID->"d1d57131-c2e4-4b8d-b1c5-c81be50a28d0"], @@ -625,8 +628,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -760,15 +761,15 @@ Cell[BoxData[GridBox[{ "964bb360-826e-4e57-acb3-a6f854fe6899"] }], "SeeAlso",ExpressionUUID->"5f50b718-039b-4029-9628-b0547e0d4d5e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"08761f33-1520-43a4-ba83-\ -dde341e29f7d"], + }]], "SeeAlsoSection",ExpressionUUID->"5cc9b845-bc38-4c56-93c5-\ +761e8980ffb3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -780,9 +781,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4f7cc27a-1835-4cda-b160-550fab8274f2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6b41a708-d6a8-4bcb-a6ec-\ -b69f67c21290"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0e49813b-c088-4490-b6b9-\ +cdeaa4d534b3"], Cell[BoxData[GridBox[{ { @@ -799,7 +799,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f6f0c3ce-55ae-4fe6-a5de-7992e3655bee"]}]}, + "16dab28d-8fe0-44ea-bfa1-9fef491c25bd"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -807,10 +807,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a1107253-3455-4355-a467-fd0abce908b4"]}]} + "ff1b050a-0675-4591-83b6-4d21855cd3a6"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5ce55718-b0c5-41cd-a356-\ -0d34222d6377"], + }]], "MoreAboutSection",ExpressionUUID->"9f14068d-5551-43ed-ab14-\ +656876c7ccdd"], Cell[BoxData[GridBox[{ { @@ -838,7 +838,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7fab8469-7824-419c-9c67-8ca558e430a1"]], "RelatedLinks", + "21ff3a8b-7745-4fe7-b315-d0417ceb4950"]], "RelatedLinks", ExpressionUUID->"7bd857d9-c210-4f30-b4a7-35b9818c0769"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -855,7 +855,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8e6ea802-78a0-4c1b-9b7c-5733eb326cd5"]], "RelatedLinks", + "5f2c25cf-412e-4cbd-965e-db7941a29184"]], "RelatedLinks", ExpressionUUID->"118b0e24-b073-4ae5-8858-56b0a22d9f4e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -872,11 +872,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "53b8e416-29eb-4f35-a522-5f18f3f02dd1"]], "RelatedLinks", + "44bce806-0848-492f-aaff-5632fe581034"]], "RelatedLinks", ExpressionUUID->"f18a8aff-0c9f-4cd1-8c16-a99dc811451d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4cccf506-a9f6-42b5-b036-\ -15ac4b02ce27"], + }]], "RelatedLinksSection",ExpressionUUID->"da1fa03a-a70d-4f8f-b1f4-\ +b4e2b9371cdb"], Cell[CellGroupData[{ @@ -906,11 +906,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"577ac635-bd06-4db5-85a5-f6064df06908"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"29ab194c-1828-4acc-b46b-b8fb8d044676"] +Cell[" ", "FooterCell",ExpressionUUID->"0eaeafdf-ba64-4ccb-99dc-84ab0a7fe4e9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FirstCriticalVal", TaggingRules->{ @@ -921,18 +921,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 4.208172}", + "built" -> "{2024, 6, 3, 16, 52, 50.297984}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "FirstCriticalVal[game] calculates the smallest epsilon such that the \ epsilon-core is nonempty.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "FirstCriticalVal", "titlemodifier" -> "", "windowtitle" -> - "FirstCriticalVal", "type" -> "Symbol", "uri" -> + "FirstCriticalVal", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "FirstCriticalVal", "type" -> "Symbol", "uri" -> "TUG/ref/FirstCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -941,9 +941,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9b90f069-0775-4df7-8cfb-66f2a3ddb441" +ExpressionUUID->"68752c7d-894e-4f8b-9e4e-fd7d811a3d2b" ] (* End of Notebook Content *) @@ -951,137 +951,135 @@ ExpressionUUID->"9b90f069-0775-4df7-8cfb-66f2a3ddb441" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13668, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c7bfc4f7-c286-4044-81df-07ceb2d8b468", + Cell[13713, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12abb2d7-874c-4910-8c58-54d338263c9e", CellTags->"PrimaryExamplesSection", - CellID->692799120]} + CellID->1075194711]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34835, 952} + {"PrimaryExamplesSection", 34866, 952} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7136, 169, 56, "AnchorBarGrid",ExpressionUUID->"98c07e8a-b2fd-4dc9-a9ea-9ec9ded2d65b", +Cell[588, 21, 7180, 172, 57, "AnchorBarGrid",ExpressionUUID->"7cebb5d3-1129-423a-8bbc-b243ab877f81", CellID->1], -Cell[7727, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"59a1452b-10f8-410d-94de-7bc1e4e02805"], +Cell[7771, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"74b66be1-001e-4e59-b5c1-fedcd395a68d"], Cell[CellGroupData[{ -Cell[7838, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"d91e6358-5d0b-4ad4-a294-0c37bbf23711"], -Cell[9131, 233, 491, 10, 111, "Usage",ExpressionUUID->"3ec13de5-8eab-4879-a1ac-b1c211990f02", +Cell[7882, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"a1fe133f-0f73-4bdb-8877-b8e750ae9f5f"], +Cell[9175, 236, 491, 10, 111, "Usage",ExpressionUUID->"3ec13de5-8eab-4879-a1ac-b1c211990f02", CellID->1101830198] }, Open ]], Cell[CellGroupData[{ -Cell[9659, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"58d32948-9b38-4dc6-9f8e-4d81db2f2d24", +Cell[9703, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"90fe357e-3780-442d-9f6d-a214463b207d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->615132994], -Cell[11556, 297, 518, 12, 57, "]]",ExpressionUUID->"531a01d2-a26c-454d-95e4-caf7ca697dc3", + CellID->1794969287], +Cell[11601, 300, 518, 12, 57, "]]",ExpressionUUID->"531a01d2-a26c-454d-95e4-caf7ca697dc3", CellID->313448337], -Cell[12077, 311, 489, 12, 37, "Notes",ExpressionUUID->"69618b3d-dfdc-403b-a936-b6fa158d6fbe", +Cell[12122, 314, 489, 12, 38, "Notes",ExpressionUUID->"69618b3d-dfdc-403b-a936-b6fa158d6fbe", CellID->177724765], -Cell[12569, 325, 167, 3, 36, "Notes",ExpressionUUID->"a681060b-9067-4a19-9efc-48090e42ee5d", +Cell[12614, 328, 167, 3, 36, "Notes",ExpressionUUID->"a681060b-9067-4a19-9efc-48090e42ee5d", CellID->1188750090], -Cell[12739, 330, 359, 12, 36, "Notes",ExpressionUUID->"99525bd3-6423-4ea5-a1d3-667349e1d371", +Cell[12784, 333, 359, 12, 36, "Notes",ExpressionUUID->"99525bd3-6423-4ea5-a1d3-667349e1d371", CellID->1326840526], -Cell[13101, 344, 272, 9, 36, "Notes",ExpressionUUID->"b1213514-98f8-4c2f-a2da-538ab4dc3a92", +Cell[13146, 347, 272, 9, 36, "Notes",ExpressionUUID->"b1213514-98f8-4c2f-a2da-538ab4dc3a92", CellID->1615757994], -Cell[13376, 355, 165, 3, 36, "Notes",ExpressionUUID->"7e974636-5f31-450b-a2a0-9835c3508591", +Cell[13421, 358, 165, 3, 36, "Notes",ExpressionUUID->"7e974636-5f31-450b-a2a0-9835c3508591", CellID->224150767] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13668, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c7bfc4f7-c286-4044-81df-07ceb2d8b468", +Cell[13713, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12abb2d7-874c-4910-8c58-54d338263c9e", CellTags->"PrimaryExamplesSection", - CellID->692799120], + CellID->1075194711], Cell[CellGroupData[{ -Cell[15113, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8be4fb48-3dbc-410d-a4ca-ca0509085aad", - CellID->1128590917], -Cell[16515, 443, 119, 1, 38, "ExampleText",ExpressionUUID->"d1d57131-c2e4-4b8d-b1c5-c81be50a28d0", +Cell[15159, 408, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2c4fafd6-c59d-4fd3-828a-976d52c353cc", + CellID->1068481679], +Cell[16561, 446, 119, 1, 39, "ExampleText",ExpressionUUID->"d1d57131-c2e4-4b8d-b1c5-c81be50a28d0", CellID->1881798779], Cell[CellGroupData[{ -Cell[16659, 448, 168, 3, 27, "Input",ExpressionUUID->"c447e900-4880-4323-92b3-8b9ac3fc03cd", +Cell[16705, 451, 168, 3, 27, "Input",ExpressionUUID->"c447e900-4880-4323-92b3-8b9ac3fc03cd", CellID->1369072911], Cell[CellGroupData[{ -Cell[16852, 455, 236, 4, 23, "Print",ExpressionUUID->"74204e3b-25ec-4b37-af4e-ee9fe2ef4c64", +Cell[16898, 458, 236, 4, 23, "Print",ExpressionUUID->"74204e3b-25ec-4b37-af4e-ee9fe2ef4c64", CellID->318158667], -Cell[17091, 461, 365, 8, 23, "Print",ExpressionUUID->"5156f8cc-978d-4887-8d37-e512d4e2ae63", +Cell[17137, 464, 365, 8, 23, "Print",ExpressionUUID->"5156f8cc-978d-4887-8d37-e512d4e2ae63", CellID->244157803], -Cell[17459, 471, 237, 4, 23, "Print",ExpressionUUID->"c31f3eee-5e11-4cd7-aa47-7177b9346422", +Cell[17505, 474, 237, 4, 23, "Print",ExpressionUUID->"c31f3eee-5e11-4cd7-aa47-7177b9346422", CellID->1075506578], -Cell[17699, 477, 221, 3, 23, "Print",ExpressionUUID->"90f3cedd-d799-47a3-8234-553b69c676dc", +Cell[17745, 480, 221, 3, 23, "Print",ExpressionUUID->"90f3cedd-d799-47a3-8234-553b69c676dc", CellID->1560537187], -Cell[17923, 482, 208, 3, 23, "Print",ExpressionUUID->"7e4c113f-7fb6-4a01-9583-07e0a1be9549", +Cell[17969, 485, 208, 3, 23, "Print",ExpressionUUID->"7e4c113f-7fb6-4a01-9583-07e0a1be9549", CellID->1485254948], -Cell[18134, 487, 237, 4, 23, "Print",ExpressionUUID->"3542daab-6d21-411f-b9b8-27c894cd9705", +Cell[18180, 490, 237, 4, 23, "Print",ExpressionUUID->"3542daab-6d21-411f-b9b8-27c894cd9705", CellID->302585532], -Cell[18374, 493, 220, 3, 23, "Print",ExpressionUUID->"1269d092-9efd-41ab-b3fc-af14b2812aa8", +Cell[18420, 496, 220, 3, 23, "Print",ExpressionUUID->"1269d092-9efd-41ab-b3fc-af14b2812aa8", CellID->718938080], -Cell[18597, 498, 236, 4, 23, "Print",ExpressionUUID->"c3367b52-fcf3-4178-baf5-a04e60d9e0eb", +Cell[18643, 501, 236, 4, 23, "Print",ExpressionUUID->"c3367b52-fcf3-4178-baf5-a04e60d9e0eb", CellID->808197542], -Cell[18836, 504, 236, 4, 70, "Print",ExpressionUUID->"e83394e4-246b-4d31-a202-4fbf8cff356a", +Cell[18882, 507, 236, 4, 70, "Print",ExpressionUUID->"e83394e4-246b-4d31-a202-4fbf8cff356a", CellID->117635703], -Cell[19075, 510, 208, 3, 70, "Print",ExpressionUUID->"577c8428-382c-4b57-ba67-037e450f8252", +Cell[19121, 513, 208, 3, 70, "Print",ExpressionUUID->"577c8428-382c-4b57-ba67-037e450f8252", CellID->1646125838], -Cell[19286, 515, 236, 4, 70, "Print",ExpressionUUID->"e79df43c-45b6-40f7-afb0-5e2b6811db81", +Cell[19332, 518, 236, 4, 70, "Print",ExpressionUUID->"e79df43c-45b6-40f7-afb0-5e2b6811db81", CellID->389906739] }, Open ]] }, Open ]], -Cell[19549, 523, 136, 1, 70, "ExampleText",ExpressionUUID->"b711825d-19f9-4490-940e-203612a043fa", +Cell[19595, 526, 136, 1, 70, "ExampleText",ExpressionUUID->"b711825d-19f9-4490-940e-203612a043fa", CellID->691296857], -Cell[19688, 526, 234, 6, 70, "Input",ExpressionUUID->"9c7e8bb1-b4ad-4539-8bbe-3527673408f2", +Cell[19734, 529, 234, 6, 70, "Input",ExpressionUUID->"9c7e8bb1-b4ad-4539-8bbe-3527673408f2", CellID->799708494], Cell[CellGroupData[{ -Cell[19947, 536, 360, 8, 70, "Input",ExpressionUUID->"00f3f4dd-8aba-4128-9500-cda9ce9280c4", +Cell[19993, 539, 360, 8, 70, "Input",ExpressionUUID->"00f3f4dd-8aba-4128-9500-cda9ce9280c4", CellID->2082201997], -Cell[20310, 546, 362, 8, 36, "Output",ExpressionUUID->"8c95702e-cda1-4243-a362-182deb22f77f", +Cell[20356, 549, 362, 8, 36, "Output",ExpressionUUID->"8c95702e-cda1-4243-a362-182deb22f77f", CellID->710405540] }, Open ]], -Cell[20687, 557, 146, 1, 70, "ExampleText",ExpressionUUID->"454ebbbc-bd03-43b3-95a0-7f862749db87", +Cell[20733, 560, 146, 1, 70, "ExampleText",ExpressionUUID->"454ebbbc-bd03-43b3-95a0-7f862749db87", CellID->41806627], -Cell[20836, 560, 237, 6, 70, "Input",ExpressionUUID->"8df94a33-c650-4922-a787-6a5e6c37bb6f", +Cell[20882, 563, 237, 6, 70, "Input",ExpressionUUID->"8df94a33-c650-4922-a787-6a5e6c37bb6f", CellID->990225710], Cell[CellGroupData[{ -Cell[21098, 570, 164, 3, 70, "Input",ExpressionUUID->"adfe5ace-0bdc-437d-aa89-c1b6cb92ac5f", +Cell[21144, 573, 164, 3, 70, "Input",ExpressionUUID->"adfe5ace-0bdc-437d-aa89-c1b6cb92ac5f", CellID->982468789], -Cell[21265, 575, 159, 3, 36, "Output",ExpressionUUID->"5f4e469a-927b-4ce2-aa57-99f3646138c4", +Cell[21311, 578, 159, 3, 36, "Output",ExpressionUUID->"5f4e469a-927b-4ce2-aa57-99f3646138c4", CellID->750008682] }, Open ]], -Cell[21439, 581, 188, 4, 70, "ExampleText",ExpressionUUID->"f3d5a369-0234-4351-b6fb-b6d2e73e5dc3", +Cell[21485, 584, 188, 4, 70, "ExampleText",ExpressionUUID->"f3d5a369-0234-4351-b6fb-b6d2e73e5dc3", CellID->133698185], Cell[CellGroupData[{ -Cell[21652, 589, 173, 3, 70, "Input",ExpressionUUID->"43c0e2e8-62e5-44cd-9802-13bb98b0c4a1", +Cell[21698, 592, 173, 3, 70, "Input",ExpressionUUID->"43c0e2e8-62e5-44cd-9802-13bb98b0c4a1", CellID->926157339], -Cell[21828, 594, 173, 4, 36, "Output",ExpressionUUID->"cdc89786-50ae-43a0-9df4-d0e0e7a6e842", +Cell[21874, 597, 173, 4, 36, "Output",ExpressionUUID->"cdc89786-50ae-43a0-9df4-d0e0e7a6e842", CellID->108440565] }, Open ]], -Cell[22016, 601, 150, 1, 70, "ExampleText",ExpressionUUID->"d14f5fd2-adc2-4651-86ab-9cb3a563d99d", +Cell[22062, 604, 150, 1, 70, "ExampleText",ExpressionUUID->"d14f5fd2-adc2-4651-86ab-9cb3a563d99d", CellID->521699775], Cell[CellGroupData[{ -Cell[22191, 606, 174, 3, 70, "Input",ExpressionUUID->"2daef23c-9077-4bc4-8023-1fffa91dd144", +Cell[22237, 609, 174, 3, 70, "Input",ExpressionUUID->"2daef23c-9077-4bc4-8023-1fffa91dd144", CellID->1322448275], -Cell[22368, 611, 261, 7, 51, "Output",ExpressionUUID->"1d7ce27e-ba78-4f96-a684-8cd776ab5841", +Cell[22414, 614, 261, 7, 51, "Output",ExpressionUUID->"1d7ce27e-ba78-4f96-a684-8cd776ab5841", CellID->370529574] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22917, 630, 4974, 134, 70, "SeeAlsoSection",ExpressionUUID->"5cc9b845-bc38-4c56-93c5-761e8980ffb3"], +Cell[27894, 766, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0e49813b-c088-4490-b6b9-cdeaa4d534b3"], +Cell[28567, 786, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9f14068d-5551-43ed-ab14-656876c7ccdd"], +Cell[29603, 814, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"da1fa03a-a70d-4f8f-b1f4-b4e2b9371cdb"], Cell[CellGroupData[{ -Cell[22893, 629, 4974, 134, 70, "SeeAlsoSection",ExpressionUUID->"08761f33-1520-43a4-ba83-dde341e29f7d"], -Cell[27870, 765, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6b41a708-d6a8-4bcb-a6ec-b69f67c21290"] -}, Open ]], -Cell[28555, 786, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5ce55718-b0c5-41cd-a356-0d34222d6377"], -Cell[29591, 814, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"4cccf506-a9f6-42b5-b036-15ac4b02ce27"], -Cell[CellGroupData[{ -Cell[31891, 882, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a45b250b-b9ad-4952-9052-42ed3bfe8d78", +Cell[31903, 882, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a45b250b-b9ad-4952-9052-42ed3bfe8d78", CellID->2135167160], -Cell[32032, 885, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4cd31a6b-873c-4857-bb49-77c96f588bfa", +Cell[32044, 885, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4cd31a6b-873c-4857-bb49-77c96f588bfa", CellID->1194386356], -Cell[32254, 891, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b8128733-4391-4da4-b576-471e85a5f36b", +Cell[32266, 891, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b8128733-4391-4da4-b576-471e85a5f36b", CellID->1641706272], -Cell[32469, 896, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f5dc9766-2d0f-4d65-adcc-28e25c2b8934", +Cell[32481, 896, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f5dc9766-2d0f-4d65-adcc-28e25c2b8934", CellID->399251956], -Cell[32698, 902, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"577ac635-bd06-4db5-85a5-f6064df06908", +Cell[32710, 902, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"577ac635-bd06-4db5-85a5-f6064df06908", CellID->821434655] }, Open ]], -Cell[32935, 908, 78, 0, 70, "FooterCell",ExpressionUUID->"29ab194c-1828-4acc-b46b-b8fb8d044676"] +Cell[32947, 908, 78, 0, 70, "FooterCell",ExpressionUUID->"0eaeafdf-ba64-4ccb-99dc-84ab0a7fe4e9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/FourthCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/FourthCriticalVal.nb index 557c762..3b6abbd 100644 --- a/Documentation/English/ReferencePages/Symbols/FourthCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/FourthCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42227, 1095] -NotebookOptionsPosition[ 33463, 921] -NotebookOutlinePosition[ 35560, 975] -CellTagsIndexPosition[ 35475, 970] +NotebookDataLength[ 42218, 1093] +NotebookOptionsPosition[ 33471, 921] +NotebookOutlinePosition[ 35586, 975] +CellTagsIndexPosition[ 35501, 970] WindowTitle->FourthCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "83ce5cb5-6ab8-4a26-99fa-b34a9d35f09b"], + "d29b6bf4-207b-4350-b9c7-af46b62a83bf"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4a4e65b0-e82e-4471-b309-65294eb9dea8"], + "93a85673-caa8-4ed0-ac7f-064d4d04e6ac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "92f75f6b-ac98-47dc-8a9d-5ecf7318238f"] - }],ExpressionUUID->"ffabca04-6f25-4f33-9613-72c7b8f507c7"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"ThirdCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "362890b3-7cea-4444-9245-8f8a9ce5a0b3"] + }],ExpressionUUID->"9dc78c1f-edde-43ba-84f9-7e290ef63c7e"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"ThirdCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f1ffd24a-439e-454a-b199-c870a5652ad6"], + "f0f8c56a-f4db-472d-854b-9203f12e4647"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "767bd183-844e-4017-a4e3-4f264ea33068"] - }],ExpressionUUID->"fed714b2-da16-447d-98a4-9146c8aa5b9d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "88871ee6-2987-4889-9b7e-a0513fea5d52"] + }],ExpressionUUID->"b7c6dc56-c34d-40b6-9b7f-0c95bb2c8046"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "787d29f2-0eaf-4333-9aec-08527e965462"], + "77682b8c-693c-4eee-babb-1694d13f1d92"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "05058083-cb24-4946-8439-84334c14e4fe"] - }],ExpressionUUID->"107f9df5-5d59-4725-829e-dba6796721ef"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0aa21ffa-2590-4765-b76d-21a2ebbb4f1c"] + }],ExpressionUUID->"82d2f978-61d4-4469-b3b3-14921a059a25"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cdab325e-bebd-4ef6-9c30-5bdf9b65a73a"], + "a62eac3a-1f25-4c38-8836-fd61cd2dc261"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "76a356be-ca88-4753-9cbb-19817a8a1709"] - }],ExpressionUUID->"930a69a1-5e04-42c8-b4ef-3f07206a0965"], - StripOnInput->False], {"\<\"TUG/ref/FourthCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/FourthCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "74845279-6441-43b8-8fd7-f64a6bcd60a4"] + }],ExpressionUUID->"8379e8c4-e9f9-4333-8bfc-ef5e58bbb6c2"], + StripOnInput->False],{ + "\"TUG/ref/FourthCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/FourthCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ FourthCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$82075], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/FourthCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$89352], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/FourthCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bdb020b9-74e6-42b8-880b-28d2882201e7"] + "c584cbe2-1d5c-4d5a-8973-e4972aa5fd70"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "231c8a92-b410-4c91-8d8e-301e2038ffab"]} + "169232dd-f8c8-4e48-9582-e094cbd67cea"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f39ee01c-a404-4429-9fae-e7de46469971"], + CellID->1,ExpressionUUID->"b0adbba9-c385-472f-a3df-b4c04961329e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"bf638c4c-af4b-41cf-84d6-b7ef710192bc"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f3ac6e6d-f98c-443d-9833-332bc230a96e"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "FourthCriticalVal", "ObjectName",ExpressionUUID-> - "b0423f9f-7077-4775-b1b4-7b5c33a6db31"], + "4ae0a074-959a-4781-b357-dd658b77fa6f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"94a26511-1b85-4adc-8c55-cf52cd755c0c"], + "Spacer1"]],ExpressionUUID->"804329e3-b66a-48a5-a1d2-9611da6a0828"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "322b4fa5-4088-4e76-bff7-0d5b398b5e86"] - }],ExpressionUUID->"7db62e7b-c6fc-43a6-988b-3c6fc32a960c"], Cell[BoxData[ + "7656c2e6-9fb8-44dc-93af-7618b3235085"] + }],ExpressionUUID->"21bfcd8b-14d3-44e3-8ef8-4ceb0177d5d4"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0f01792f-ee26-4171-bb8a-0e437e2c8999"]} + "18d98f69-23c7-4fc9-aeda-ff6848964295"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9ed74cae-dadf-4ddd-9e46-ba682c298b20"], + CacheGraphics->False,ExpressionUUID->"9257694c-f0dd-4e53-8e50-11760eb87700"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "630a9d45-bc69-4e3f-baaa-4bd3227c4327"], " \[LineSeparator]returns the minimum of the second and third critical \ value." - }],ExpressionUUID->"13f7faa9-4070-4666-bb41-a9d88f4e28b9"]} + }],ExpressionUUID->"f9680e5e-ad00-4ebe-9032-146ae4d438d0"]} }]], "Usage", CellID->1418653845,ExpressionUUID->"5642af9d-4bf4-41de-b028-4506fc4d1b8f"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9b18b8e8-ec05-4f31-a6c1-f48cf9ca4849"], + ExpressionUUID->"51c0d7de-d2d8-498e-b05c-3bcebaedb0c4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"357b7354-0954-42fa-b9a7-db258a82e335"], + "Spacer1"]],ExpressionUUID->"677da9ea-1fd0-4c87-bbd7-8c3a7b8dc2a8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"fec04f8b-7e74-424f-b950-ce44eba5c89d"], + }], "NotesFrameText",ExpressionUUID->"e5a08687-b94a-4695-8d2a-addc1fadb153"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d29a05df-5f5c-462e-b947-a1d1c582b47f"]], \ + "Preemptive"]],ExpressionUUID->"29f080fe-d714-46e2-9f22-4b39cbc20d3e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->589959444,ExpressionUUID->"5b660120-e51c-4656-9b6f-0fb5b0e51f01"], + CellID->1984393363,ExpressionUUID->"75530d4e-683e-4faf-ab79-11b5f29d9432"], Cell[TextData[{ "The input expression ", @@ -399,19 +402,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d44564ad-0521-4883-b699-d27da2dd02a5"], + ExpressionUUID->"50e1279d-3da0-442c-9ed3-12a08f084e28"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"95781ef9-cf19-4f0f-b38a-6af738eccd94"], + "Spacer1"]],ExpressionUUID->"3c26e59d-465e-4253-89b2-c234b3e88190"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e60dba35-e4a1-4b37-bc81-b1eb6310e75f"] + "dfc015d5-a9be-4d51-8a26-a42589d0d083"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2120406581,ExpressionUUID->"3cd49c2b-6dd0-4028-a8d4-ee6f44713c8d"], + CellID->589684849,ExpressionUUID->"06b7a275-245c-4d99-b471-ea99593a466c"], Cell[CellGroupData[{ @@ -440,18 +443,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"74ff7334-d15d-4348-8d0e-935bc132203f"], + ExpressionUUID->"73998a08-c823-434b-9b46-f06c8819a0e1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"77a283bd-7813-40dc-a574-c899afa4e103"], + "Spacer1"]],ExpressionUUID->"d51ab9d9-8aa4-4d06-b5b8-5fbb529bc84b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "23f3806f-4d92-4a95-8b1e-121823ca2615"] + "a1302c35-1972-4de0-833e-3e6d061a3172"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1472619372,ExpressionUUID->"44b202ed-903e-4e35-9a69-eac0f31fa5f7"], + CellID->32296776,ExpressionUUID->"740e9eff-6c7c-4401-9f11-59985b873405"], Cell["Loading the package:", "ExampleText", CellID->409473893,ExpressionUUID->"4871c4f0-b7d1-40f5-92ff-d21c4eba5979"], @@ -636,8 +639,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -771,15 +772,15 @@ Cell[BoxData[GridBox[{ "db3bfdfa-0e23-4aaa-b0bb-d812727d6816"] }], "SeeAlso",ExpressionUUID->"b9d9bc72-030f-466a-96a8-2bc1a7160718"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e8a1ae50-6f9c-47fc-b780-\ -ba79e1c8e684"], + }]], "SeeAlsoSection",ExpressionUUID->"dfa06c46-5259-4b41-807d-\ +ac251801c2a7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -791,9 +792,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"52c564e6-7062-4a4a-a36b-bc34236557d1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"85d08daf-533a-499c-a511-\ -1f31fd76f098"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"06dc0886-3ba9-49ef-b7ed-\ +866124fe3449"], Cell[BoxData[GridBox[{ { @@ -810,7 +810,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dfa25911-9290-4741-bcf5-3a6ba909f75e"]}]}, + "f62ecf27-3885-4f05-842b-d6d9e9dc24ae"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -818,10 +818,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f31d70a9-da16-4a16-b535-85c1d0f90980"]}]} + "a2e9fa95-2683-4fae-9ab2-e1906de280c8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f2e4a408-6bf4-4d40-a4f5-\ -75c688bcdd41"], + }]], "MoreAboutSection",ExpressionUUID->"2040c86d-84f5-4852-a631-\ +f7c65d58b3a5"], Cell[BoxData[GridBox[{ { @@ -849,7 +849,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be87a469-8bc1-4416-9d5f-dd884d1ad8b7"]], "RelatedLinks", + "67e011ff-e995-410f-8720-b743ef713bff"]], "RelatedLinks", ExpressionUUID->"bee22a90-04db-4705-9346-df02cee3e0c2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,7 +866,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6e3f94d6-7ddb-4e8d-b1d7-4768761fc6e8"]], "RelatedLinks", + "62dd7ef5-fa7c-4ac0-aaba-5bb9294e151a"]], "RelatedLinks", ExpressionUUID->"ce63ad80-bec2-4207-97a3-9f93686717f0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -883,11 +883,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "442225c1-5174-4ce3-afbc-51ae02d02eec"]], "RelatedLinks", + "aa407a1c-221a-4a72-bd87-c9ea39f1a4ff"]], "RelatedLinks", ExpressionUUID->"b0234c38-6e44-4bd4-88bf-086337325aa6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"28665ce9-05ad-44c8-980f-\ -a63077e8730e"], + }]], "RelatedLinksSection",ExpressionUUID->"ff3f6531-1b4f-4917-a428-\ +7a87dd21ec47"], Cell[CellGroupData[{ @@ -917,11 +917,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"77b76cc3-8a62-48c8-bf5f-95bc9657fcae"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"cf738578-e526-4092-b4f1-060c336c7243"] +Cell[" ", "FooterCell",ExpressionUUID->"44ec369e-1fdb-47c7-a303-e4d1e2474b81"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"FourthCriticalVal", TaggingRules->{ @@ -932,18 +932,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 5.692311}", + "built" -> "{2024, 6, 3, 16, 52, 51.017842}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "FourthCriticalVal[game] returns the minimum of the second and third \ critical value.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "FourthCriticalVal", "titlemodifier" -> "", "windowtitle" -> - "FourthCriticalVal", "type" -> "Symbol", "uri" -> + "FourthCriticalVal", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "FourthCriticalVal", "type" -> "Symbol", "uri" -> "TUG/ref/FourthCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -952,9 +952,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7a2d459a-8e6a-4439-bea4-95220a7fff44" +ExpressionUUID->"b4406de8-986a-4c4e-9fdd-1f047630a853" ] (* End of Notebook Content *) @@ -962,141 +962,139 @@ ExpressionUUID->"7a2d459a-8e6a-4439-bea4-95220a7fff44" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14147, 376, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3cd49c2b-6dd0-4028-a8d4-ee6f44713c8d", + Cell[14192, 379, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"06b7a275-245c-4d99-b471-ea99593a466c", CellTags->"PrimaryExamplesSection", - CellID->2120406581]} + CellID->589684849]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35274, 963} + {"PrimaryExamplesSection", 35301, 963} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7138, 169, 56, "AnchorBarGrid",ExpressionUUID->"f39ee01c-a404-4429-9fae-e7de46469971", +Cell[589, 21, 7182, 172, 57, "AnchorBarGrid",ExpressionUUID->"b0adbba9-c385-472f-a3df-b4c04961329e", CellID->1], -Cell[7730, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"bf638c4c-af4b-41cf-84d6-b7ef710192bc"], +Cell[7774, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f3ac6e6d-f98c-443d-9833-332bc230a96e"], Cell[CellGroupData[{ -Cell[7841, 196, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9ed74cae-dadf-4ddd-9e46-ba682c298b20"], -Cell[9135, 233, 480, 10, 111, "Usage",ExpressionUUID->"5642af9d-4bf4-41de-b028-4506fc4d1b8f", +Cell[7885, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9257694c-f0dd-4e53-8e50-11760eb87700"], +Cell[9179, 236, 480, 10, 111, "Usage",ExpressionUUID->"5642af9d-4bf4-41de-b028-4506fc4d1b8f", CellID->1418653845] }, Open ]], Cell[CellGroupData[{ -Cell[9652, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"5b660120-e51c-4656-9b6f-0fb5b0e51f01", +Cell[9696, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"75530d4e-683e-4faf-ab79-11b5f29d9432", CellGroupingRules->{"SectionGrouping", 50}, - CellID->589959444], -Cell[11549, 297, 518, 12, 57, "]]",ExpressionUUID->"5ccc1773-fdb0-4b7d-bc02-cd26755ffa88", + CellID->1984393363], +Cell[11594, 300, 518, 12, 57, "]]",ExpressionUUID->"5ccc1773-fdb0-4b7d-bc02-cd26755ffa88", CellID->313448337], -Cell[12070, 311, 489, 12, 37, "Notes",ExpressionUUID->"8bfb021d-5192-42b6-bbb7-9af2da786757", +Cell[12115, 314, 489, 12, 38, "Notes",ExpressionUUID->"8bfb021d-5192-42b6-bbb7-9af2da786757", CellID->177724765], -Cell[12562, 325, 167, 3, 36, "Notes",ExpressionUUID->"445e32e3-a82e-4cd9-8e0d-61cb0a6dd5e1", +Cell[12607, 328, 167, 3, 36, "Notes",ExpressionUUID->"445e32e3-a82e-4cd9-8e0d-61cb0a6dd5e1", CellID->1801750560], -Cell[12732, 330, 358, 12, 36, "Notes",ExpressionUUID->"ef85f3c5-d44c-44d3-a44c-4b1f798b195b", +Cell[12777, 333, 358, 12, 36, "Notes",ExpressionUUID->"ef85f3c5-d44c-44d3-a44c-4b1f798b195b", CellID->797578006], -Cell[13093, 344, 172, 3, 36, "Notes",ExpressionUUID->"51a64499-0317-40af-b56b-6be8e73ee47a", +Cell[13138, 347, 172, 3, 36, "Notes",ExpressionUUID->"51a64499-0317-40af-b56b-6be8e73ee47a", CellID->1460260529], -Cell[13268, 349, 180, 4, 36, "Notes",ExpressionUUID->"759ed7c4-3d17-4059-bf26-a1607f7a5f43", +Cell[13313, 352, 180, 4, 36, "Notes",ExpressionUUID->"759ed7c4-3d17-4059-bf26-a1607f7a5f43", CellID->2137319659], -Cell[13451, 355, 392, 10, 57, "Notes",ExpressionUUID->"f144b104-b74a-4e50-ba03-45253dd022b6", +Cell[13496, 358, 392, 10, 57, "Notes",ExpressionUUID->"f144b104-b74a-4e50-ba03-45253dd022b6", CellID->1144151716], -Cell[13846, 367, 174, 3, 36, "Notes",ExpressionUUID->"66696a3b-2281-4c15-b296-6c840060dca0", +Cell[13891, 370, 174, 3, 36, "Notes",ExpressionUUID->"66696a3b-2281-4c15-b296-6c840060dca0", CellID->1130923511] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14147, 376, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3cd49c2b-6dd0-4028-a8d4-ee6f44713c8d", +Cell[14192, 379, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"06b7a275-245c-4d99-b471-ea99593a466c", CellTags->"PrimaryExamplesSection", - CellID->2120406581], + CellID->589684849], Cell[CellGroupData[{ -Cell[15593, 417, 1399, 36, 30, "ExampleSection",ExpressionUUID->"44b202ed-903e-4e35-9a69-eac0f31fa5f7", - CellID->1472619372], -Cell[16995, 455, 118, 1, 38, "ExampleText",ExpressionUUID->"4871c4f0-b7d1-40f5-92ff-d21c4eba5979", +Cell[15637, 420, 1397, 36, 30, "ExampleSection",ExpressionUUID->"740e9eff-6c7c-4401-9f11-59985b873405", + CellID->32296776], +Cell[17037, 458, 118, 1, 39, "ExampleText",ExpressionUUID->"4871c4f0-b7d1-40f5-92ff-d21c4eba5979", CellID->409473893], Cell[CellGroupData[{ -Cell[17138, 460, 167, 3, 27, "Input",ExpressionUUID->"66ab52e0-df8e-4079-aa28-7880baf66b3b", +Cell[17180, 463, 167, 3, 27, "Input",ExpressionUUID->"66ab52e0-df8e-4079-aa28-7880baf66b3b", CellID->212630500], Cell[CellGroupData[{ -Cell[17330, 467, 236, 4, 23, "Print",ExpressionUUID->"1ba6dc7a-4987-4c15-83b0-614abb1ca04d", +Cell[17372, 470, 236, 4, 23, "Print",ExpressionUUID->"1ba6dc7a-4987-4c15-83b0-614abb1ca04d", CellID->915968573], -Cell[17569, 473, 366, 8, 23, "Print",ExpressionUUID->"1f738920-f603-4c0a-87a1-3883f4a1b333", +Cell[17611, 476, 366, 8, 23, "Print",ExpressionUUID->"1f738920-f603-4c0a-87a1-3883f4a1b333", CellID->1818878347], -Cell[17938, 483, 236, 4, 23, "Print",ExpressionUUID->"22db006d-9b76-4f7f-a7ca-2694246dbf13", +Cell[17980, 486, 236, 4, 23, "Print",ExpressionUUID->"22db006d-9b76-4f7f-a7ca-2694246dbf13", CellID->712743134], -Cell[18177, 489, 221, 3, 23, "Print",ExpressionUUID->"37c4c045-fc6e-43cc-a581-3125b7c8b800", +Cell[18219, 492, 221, 3, 23, "Print",ExpressionUUID->"37c4c045-fc6e-43cc-a581-3125b7c8b800", CellID->2031071334], -Cell[18401, 494, 208, 3, 70, "Print",ExpressionUUID->"b62cc20b-99c9-4c56-81cd-93e31110f279", +Cell[18443, 497, 208, 3, 70, "Print",ExpressionUUID->"b62cc20b-99c9-4c56-81cd-93e31110f279", CellID->1863881358], -Cell[18612, 499, 237, 4, 70, "Print",ExpressionUUID->"521b58a4-de5f-4b80-99c6-14c49c912eec", +Cell[18654, 502, 237, 4, 70, "Print",ExpressionUUID->"521b58a4-de5f-4b80-99c6-14c49c912eec", CellID->141658600], -Cell[18852, 505, 221, 3, 70, "Print",ExpressionUUID->"9b039a71-ddfc-4a83-a331-332ab5b987d4", +Cell[18894, 508, 221, 3, 70, "Print",ExpressionUUID->"9b039a71-ddfc-4a83-a331-332ab5b987d4", CellID->1102493310], -Cell[19076, 510, 237, 4, 70, "Print",ExpressionUUID->"39d74715-6825-4fda-b6b6-219ae403abf0", +Cell[19118, 513, 237, 4, 70, "Print",ExpressionUUID->"39d74715-6825-4fda-b6b6-219ae403abf0", CellID->1718235778], -Cell[19316, 516, 236, 4, 70, "Print",ExpressionUUID->"0c1774a3-9551-4cdc-b9cd-b1a76b660d81", +Cell[19358, 519, 236, 4, 70, "Print",ExpressionUUID->"0c1774a3-9551-4cdc-b9cd-b1a76b660d81", CellID->480145951], -Cell[19555, 522, 208, 3, 70, "Print",ExpressionUUID->"8e6bd039-fc8c-42e3-8576-503a1e054092", +Cell[19597, 525, 208, 3, 70, "Print",ExpressionUUID->"8e6bd039-fc8c-42e3-8576-503a1e054092", CellID->1560905922], -Cell[19766, 527, 237, 4, 70, "Print",ExpressionUUID->"a740bf2e-d952-4177-87da-9fe8a39a2edc", +Cell[19808, 530, 237, 4, 70, "Print",ExpressionUUID->"a740bf2e-d952-4177-87da-9fe8a39a2edc", CellID->1399010202] }, Open ]] }, Open ]], -Cell[20030, 535, 137, 1, 70, "ExampleText",ExpressionUUID->"107cd25b-75e1-4f53-9c67-9949ed13c709", +Cell[20072, 538, 137, 1, 70, "ExampleText",ExpressionUUID->"107cd25b-75e1-4f53-9c67-9949ed13c709", CellID->1163613458], -Cell[20170, 538, 235, 6, 70, "Input",ExpressionUUID->"9d5cad68-661d-4fc6-994d-0b5359942a51", +Cell[20212, 541, 235, 6, 70, "Input",ExpressionUUID->"9d5cad68-661d-4fc6-994d-0b5359942a51", CellID->1920467916], Cell[CellGroupData[{ -Cell[20430, 548, 359, 8, 70, "Input",ExpressionUUID->"c8f40896-2fb6-4a16-879b-2e05c2af84f7", +Cell[20472, 551, 359, 8, 70, "Input",ExpressionUUID->"c8f40896-2fb6-4a16-879b-2e05c2af84f7", CellID->841697469], -Cell[20792, 558, 363, 8, 36, "Output",ExpressionUUID->"18921de7-f0e0-4fc3-917f-1fddea784429", +Cell[20834, 561, 363, 8, 36, "Output",ExpressionUUID->"18921de7-f0e0-4fc3-917f-1fddea784429", CellID->1534466398] }, Open ]], -Cell[21170, 569, 147, 1, 70, "ExampleText",ExpressionUUID->"1b06932c-a9b3-4098-9e09-a046fc6cb184", +Cell[21212, 572, 147, 1, 70, "ExampleText",ExpressionUUID->"1b06932c-a9b3-4098-9e09-a046fc6cb184", CellID->386913253], -Cell[21320, 572, 238, 6, 70, "Input",ExpressionUUID->"60df67ac-e7ca-4c6d-8f5c-8413ba70e01a", +Cell[21362, 575, 238, 6, 70, "Input",ExpressionUUID->"60df67ac-e7ca-4c6d-8f5c-8413ba70e01a", CellID->1154698181], Cell[CellGroupData[{ -Cell[21583, 582, 164, 3, 70, "Input",ExpressionUUID->"af44eedf-814b-4331-a337-beaddabdcdec", +Cell[21625, 585, 164, 3, 70, "Input",ExpressionUUID->"af44eedf-814b-4331-a337-beaddabdcdec", CellID->252198204], -Cell[21750, 587, 159, 3, 36, "Output",ExpressionUUID->"986cc578-e221-4910-92ad-1672763be7c9", +Cell[21792, 590, 159, 3, 36, "Output",ExpressionUUID->"986cc578-e221-4910-92ad-1672763be7c9", CellID->233412232] }, Open ]], -Cell[21924, 593, 189, 4, 70, "ExampleText",ExpressionUUID->"e2903655-09a6-4905-8289-e93999b6466e", +Cell[21966, 596, 189, 4, 70, "ExampleText",ExpressionUUID->"e2903655-09a6-4905-8289-e93999b6466e", CellID->2035896139], Cell[CellGroupData[{ -Cell[22138, 601, 175, 3, 70, "Input",ExpressionUUID->"bd3a899b-2835-40ef-9d83-fa4434adaf2c", +Cell[22180, 604, 175, 3, 70, "Input",ExpressionUUID->"bd3a899b-2835-40ef-9d83-fa4434adaf2c", CellID->1053578929], -Cell[22316, 606, 174, 4, 36, "Output",ExpressionUUID->"c9308572-1026-4e6c-a94f-32dc37d46f9d", +Cell[22358, 609, 174, 4, 36, "Output",ExpressionUUID->"c9308572-1026-4e6c-a94f-32dc37d46f9d", CellID->1939922944] }, Open ]], -Cell[22505, 613, 131, 1, 70, "ExampleText",ExpressionUUID->"e7eb731e-8f6c-4eec-9197-e7f12935d138", +Cell[22547, 616, 131, 1, 70, "ExampleText",ExpressionUUID->"e7eb731e-8f6c-4eec-9197-e7f12935d138", CellID->46691074], Cell[CellGroupData[{ -Cell[22661, 618, 175, 3, 70, "Input",ExpressionUUID->"703c27b0-9e3d-4740-adc3-0e41601ff7c8", +Cell[22703, 621, 175, 3, 70, "Input",ExpressionUUID->"703c27b0-9e3d-4740-adc3-0e41601ff7c8", CellID->1032564207], -Cell[22839, 623, 240, 6, 51, "Output",ExpressionUUID->"4492f587-1686-4695-b23e-9299cb07916e", +Cell[22881, 626, 240, 6, 50, "Output",ExpressionUUID->"4492f587-1686-4695-b23e-9299cb07916e", CellID->276320149] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23363, 641, 4970, 134, 70, "SeeAlsoSection",ExpressionUUID->"dfa06c46-5259-4b41-807d-ac251801c2a7"], +Cell[28336, 777, 670, 18, 70, "TechNotesSection",ExpressionUUID->"06dc0886-3ba9-49ef-b7ed-866124fe3449"], +Cell[29009, 797, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2040c86d-84f5-4852-a631-f7c65d58b3a5"], +Cell[30045, 825, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"ff3f6531-1b4f-4917-a428-7a87dd21ec47"], Cell[CellGroupData[{ -Cell[23343, 640, 4970, 134, 70, "SeeAlsoSection",ExpressionUUID->"e8a1ae50-6f9c-47fc-b780-ba79e1c8e684"], -Cell[28316, 776, 670, 18, 70, "TechNotesSection",ExpressionUUID->"85d08daf-533a-499c-a511-1f31fd76f098"] -}, Open ]], -Cell[29001, 797, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f2e4a408-6bf4-4d40-a4f5-75c688bcdd41"], -Cell[30037, 825, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"28665ce9-05ad-44c8-980f-a63077e8730e"], -Cell[CellGroupData[{ -Cell[32337, 893, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ae82cf66-96cd-41d7-b950-a3136e9546a1", +Cell[32345, 893, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ae82cf66-96cd-41d7-b950-a3136e9546a1", CellID->2135167160], -Cell[32478, 896, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"80189183-f20b-4a12-ba98-028c37144962", +Cell[32486, 896, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"80189183-f20b-4a12-ba98-028c37144962", CellID->1194386356], -Cell[32700, 902, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d0e64283-b478-4ad2-be61-1381349b8d62", +Cell[32708, 902, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d0e64283-b478-4ad2-be61-1381349b8d62", CellID->1641706272], -Cell[32915, 907, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0934a888-64d7-491f-8a79-f7a430cba24d", +Cell[32923, 907, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0934a888-64d7-491f-8a79-f7a430cba24d", CellID->399251956], -Cell[33144, 913, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"77b76cc3-8a62-48c8-bf5f-95bc9657fcae", +Cell[33152, 913, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"77b76cc3-8a62-48c8-bf5f-95bc9657fcae", CellID->821434655] }, Open ]], -Cell[33381, 919, 78, 0, 70, "FooterCell",ExpressionUUID->"cf738578-e526-4092-b4f1-060c336c7243"] +Cell[33389, 919, 78, 0, 70, "FooterCell",ExpressionUUID->"44ec369e-1fdb-47c7-a303-e4d1e2474b81"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GameBasis.nb b/Documentation/English/ReferencePages/Symbols/GameBasis.nb index f0bfe96..aa35ccd 100644 --- a/Documentation/English/ReferencePages/Symbols/GameBasis.nb +++ b/Documentation/English/ReferencePages/Symbols/GameBasis.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40975, 1053] -NotebookOptionsPosition[ 33380, 902] -NotebookOutlinePosition[ 35413, 955] -CellTagsIndexPosition[ 35328, 950] +NotebookDataLength[ 40967, 1052] +NotebookOptionsPosition[ 33390, 903] +NotebookOutlinePosition[ 35441, 956] +CellTagsIndexPosition[ 35356, 951] WindowTitle->GameBasis WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b90ebe4c-d667-4642-9e48-4f646faf353d"], + "b00f21c8-6e6b-410b-8bcd-f01dc7c7c9dc"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1f5a9bd6-6136-43fc-99db-dc268fea922b"], + "5c095962-c292-495c-bfb2-4e3b44caa14b"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0b562c4-d877-4ab9-9bfa-08a11215f959"] - }],ExpressionUUID->"72ba7e09-04ed-46fb-81e0-d54b5c1bf595"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "31da609a-82ae-47fa-961e-18454e8c1bdb"] + }],ExpressionUUID->"c67e6d18-5ecf-402b-994d-64933e241afc"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bee5a273-0f2b-4dc7-b33d-2979985ed3c5"], + "8fd8ca80-98ca-495f-b92a-c8a2638a6ec9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3422d850-dbcf-4bee-b964-f3269a79eb9e"] - }],ExpressionUUID->"5a3b1cfe-ca54-4851-ad2c-e22f46d34a17"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b83a5578-d7df-4b1a-a067-50b9139bdf77"] + }],ExpressionUUID->"ff0c0ab7-6d67-41b5-ad45-fba58f7d4e5e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "44b557db-6fd4-435b-9fc8-2f8b6864b252"], + "c0e3d53d-5c1a-4f4b-893f-21e3c9d2a565"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e57f5236-95ef-43ee-af17-36d58d25832d"] - }],ExpressionUUID->"6832da28-724f-41d4-a5c0-0375e55f6619"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "18b6a563-ec79-4239-ae54-cf88e6800126"] + }],ExpressionUUID->"9362e3b8-6411-49b5-9b0c-a60457e51f52"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "354d1c5c-013f-4029-a5d4-36b9ca6e3e83"], + "7e3c262f-c248-462c-9820-59c55cadeb26"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "03c58f53-b705-418f-a576-7663887ffd1b"] - }],ExpressionUUID->"134a5950-ef59-4f62-bee7-b7dcd1478144"], - StripOnInput->False], {"\<\"TUG/ref/GameBasis\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GameBasis"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GameBasis.\ + "ce20a1af-7c44-4979-94b2-2160349ba9d3"] + }],ExpressionUUID->"6f6fdf54-2646-40cb-bc23-dd4bb0604121"], + StripOnInput->False],{ + "\"TUG/ref/GameBasis\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GameBasis"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/GameBasis.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$83204], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GameBasis" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$90549], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GameBasis" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c99510f3-c1a6-43c2-9970-9f701036677c"] + "c413c442-6166-444d-b160-f43c7dde64b6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5f424222-a49f-4250-bf97-a02420a0c946"]} + "9fa59df7-626f-4385-875f-553412ec9552"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1a7aaf09-f5bd-416e-9850-6443df38a362"], + CellID->1,ExpressionUUID->"7ca092db-baba-426d-86a9-ac6c1641cbf6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"acfa0953-e569-4277-a067-7b5d8c6dbce4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0e078876-a5a4-42e5-b339-f48414ffee25"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GameBasis", "ObjectName",ExpressionUUID-> - "ff23dbfd-a4ca-4563-a884-bd3220c4ff36"], + "4e0ed1a6-ed1d-4bab-b27e-74525554195e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"75582319-46bb-44dc-b2d6-6a90f2417388"], + "Spacer1"]],ExpressionUUID->"7002f2d2-01e1-4199-9a59-2fcba2e525e1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d84b8b6e-9348-4ff0-a8ac-3d3a485cd7f3"] - }],ExpressionUUID->"ff49566d-693f-4845-8850-225e793c42cb"], Cell[BoxData[ + "0403275b-c86d-45f8-afe2-5ea687598d2a"] + }],ExpressionUUID->"5971845b-5d01-4188-a18d-6b6e6a62c747"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "58c2f77a-403d-4dbb-873d-8d3b85ca24ee"]} + "0aca4b81-aac5-494f-9f43-18b8fe1e5783"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a75a6d0d-d545-4a4f-859e-90a48e584cb2"], + CacheGraphics->False,ExpressionUUID->"d70f35d8-4511-4b95-b7f5-2fe7661c059d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8c4313c5-cebe-4084-9045-24bbfee4987a"], " \[LineSeparator]computes the basis of a |T|-person game." - }],ExpressionUUID->"4bdb8f5b-74a3-4092-91b5-32e5c01aacbc"]} + }],ExpressionUUID->"4646596c-82b5-4c6b-863d-1aeb303d31ab"]} }]], "Usage", CellID->453421093,ExpressionUUID->"939f5286-2daf-49a1-8731-1fde4f77c448"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"10b7a92e-8273-4dc7-992f-febf3856e04c"], + ExpressionUUID->"293299c9-ff36-4c1a-bf72-5291a3b73c7e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4e9dcea6-ef4e-447b-9da1-1e65bfbfe53d"], + "Spacer1"]],ExpressionUUID->"bc30ea05-43e7-4e54-9233-3d94040b0415"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"533892e6-6bb7-436d-a281-ea4201ae4650"], + }], "NotesFrameText",ExpressionUUID->"2b53f358-29f5-4318-87ca-7bbd5d0e8ac7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"959464c9-1480-4b24-be07-9c95badcfcbc"]], \ + "Preemptive"]],ExpressionUUID->"2ad018fa-90ef-4a03-bd78-27420107d349"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1277360789,ExpressionUUID->"7614c923-bf50-4361-a907-f25d392630e7"], + CellID->458579405,ExpressionUUID->"2d7f2c2f-be79-4833-8133-dd8448dd4cc0"], Cell[TextData[{ "The input expression ", @@ -370,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cb4b744f-5086-4cf5-8133-62537e8bad75"], + ExpressionUUID->"39b56e25-3ab1-443c-888c-ae08f0e51d12"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4b0177f6-7764-40a9-99a3-9fde8929680f"], + "Spacer1"]],ExpressionUUID->"654f16ee-5cb1-44bc-b0ff-e753c2ca986f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cfc8b1fc-1dd2-475d-ab80-bb96f073af3b"] + "6618c72c-3936-432c-bd3a-f3ef662478ec"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1208072903,ExpressionUUID->"0883403b-d1fc-4e34-8abd-75ec588f0347"], + CellID->961737988,ExpressionUUID->"d8763e90-698f-47a6-84e8-e2ae930e630b"], Cell[CellGroupData[{ @@ -411,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cfcc659a-d499-4b14-9a4e-c6842c4c287c"], + ExpressionUUID->"164d7f12-4054-4e89-9c42-62700b555de2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c3aa07e2-5f2a-40ab-adf0-7be208e916c7"], + "Spacer1"]],ExpressionUUID->"55a875ad-ee3d-4198-937b-c57d06d9e5f4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "eb85f480-c02a-43a1-91c1-24cdfa125fd8"] + "d3798fe7-ab4f-4507-8037-29ec0cfc1446"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1724910847,ExpressionUUID->"4275b5ac-a429-44f2-9999-fafe3282f742"], + CellID->827198038,ExpressionUUID->"ec7fac06-6ffd-4dbf-abf6-fbbfa349f91d"], Cell["Loading the package:", "ExampleText", CellID->1734059764,ExpressionUUID->"7f2dddab-1a40-485b-9a9a-a1d594e4ed77"], @@ -604,8 +608,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -753,15 +755,15 @@ Cell[BoxData[GridBox[{ "354bb30c-55b6-459c-b24a-5840b087116c"] }], "SeeAlso",ExpressionUUID->"957813d9-054c-492c-bb60-fae8612dce52"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"059187d4-94c7-4280-9fce-\ -18e012193621"], + }]], "SeeAlsoSection",ExpressionUUID->"0d604e03-5f6d-4d53-bd41-\ +aa1542f19505"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -773,9 +775,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"715d84f7-8d10-4411-8e51-54c83fcec1fd"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c13ad09b-0f95-40b4-86f8-\ -e919a6cc0b04"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"31644e3d-8f25-4e47-92ff-\ +281302abe679"], Cell[BoxData[GridBox[{ { @@ -792,7 +793,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "75c165d9-13d1-4f8f-b56a-01753a1bf816"]}]}, + "fd8a5ab6-fc09-4e29-bb8f-3ed388dc006b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -800,10 +801,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "02111ddc-7a1b-4759-b767-c7c74c6d91c9"]}]} + "cab65e5e-b026-4504-9639-29d904132ce6"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"221c6ab4-f12b-4ac2-b4b0-\ -f0eec2d933bd"], + }]], "MoreAboutSection",ExpressionUUID->"9bb338c4-98cc-43f9-bf88-\ +86d87e3ff8c5"], Cell[BoxData[GridBox[{ { @@ -830,7 +831,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3a7379b6-f8c4-4464-a66b-02c5b06c7143"]], "RelatedLinks", + "c8566eb2-2b6c-4fca-9905-ae8e31a5cc3d"]], "RelatedLinks", ExpressionUUID->"181ef6df-e1b6-4c7b-bf55-731da6611b83"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -847,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0b704bc2-a5a1-4278-9a95-ce38cfb5f135"]], "RelatedLinks", + "299ff1fa-a5b7-4810-bf5b-fc3f2b607e08"]], "RelatedLinks", ExpressionUUID->"3af7d6e7-5e9f-4221-83c8-d7b669c86f58"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -864,11 +865,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "684cb005-837e-48b6-8920-e9ee156365fa"]], "RelatedLinks", + "03b07d1c-b46b-4720-ac82-077da4d5c386"]], "RelatedLinks", ExpressionUUID->"a9c3c40e-2c4e-4c62-8fe2-4c915f231312"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"14859efe-1502-4801-936d-\ -15477e3de10f"], + }]], "RelatedLinksSection",ExpressionUUID->"1cca6d3b-b078-4714-898a-\ +986fedbeb4a3"], Cell[CellGroupData[{ @@ -898,11 +899,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"73d1eb40-b047-4c39-b0b1-5cc14ff97dba"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"36055862-5f68-4c38-9e47-156c61182b1c"] +Cell[" ", "FooterCell",ExpressionUUID->"dfebabfe-468a-4e0e-afa0-1075137112d3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GameBasis", TaggingRules->{ @@ -913,17 +914,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 8.621932}", + "built" -> "{2024, 6, 3, 16, 52, 52.523850}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GameBasis[T] computes the basis of a |T|-person game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GameBasis", "titlemodifier" -> "", - "windowtitle" -> "GameBasis", "type" -> "Symbol", "uri" -> - "TUG/ref/GameBasis"}}, + "metadescription" -> "", "windowtitle" -> "GameBasis", "type" -> "Symbol", + "uri" -> "TUG/ref/GameBasis"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -932,9 +933,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f6b80805-3faa-4c70-a0f0-36889aa82a59" +ExpressionUUID->"b0c0df8d-9937-4df2-b57e-f513600e45bf" ] (* End of Notebook Content *) @@ -942,119 +943,117 @@ ExpressionUUID->"f6b80805-3faa-4c70-a0f0-36889aa82a59" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13334, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0883403b-d1fc-4e34-8abd-75ec588f0347", + Cell[13380, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d8763e90-698f-47a6-84e8-e2ae930e630b", CellTags->"PrimaryExamplesSection", - CellID->1208072903]} + CellID->961737988]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35127, 943} + {"PrimaryExamplesSection", 35156, 944} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7121, 169, 56, "AnchorBarGrid",ExpressionUUID->"1a7aaf09-f5bd-416e-9850-6443df38a362", +Cell[581, 21, 7168, 173, 57, "AnchorBarGrid",ExpressionUUID->"7ca092db-baba-426d-86a9-ac6c1641cbf6", CellID->1], -Cell[7705, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"acfa0953-e569-4277-a067-7b5d8c6dbce4"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0e078876-a5a4-42e5-b339-f48414ffee25"], Cell[CellGroupData[{ -Cell[7816, 196, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"a75a6d0d-d545-4a4f-859e-90a48e584cb2"], -Cell[9102, 233, 447, 9, 111, "Usage",ExpressionUUID->"939f5286-2daf-49a1-8731-1fde4f77c448", +Cell[7863, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"d70f35d8-4511-4b95-b7f5-2fe7661c059d"], +Cell[9149, 237, 447, 9, 111, "Usage",ExpressionUUID->"939f5286-2daf-49a1-8731-1fde4f77c448", CellID->453421093] }, Open ]], Cell[CellGroupData[{ -Cell[9586, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"7614c923-bf50-4361-a907-f25d392630e7", +Cell[9633, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"2d7f2c2f-be79-4833-8133-dd8448dd4cc0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1277360789], -Cell[11484, 296, 660, 17, 36, "Notes",ExpressionUUID->"70151788-546b-4440-9e70-9623acec81e0", + CellID->458579405], +Cell[11530, 300, 660, 17, 36, "Notes",ExpressionUUID->"70151788-546b-4440-9e70-9623acec81e0", CellID->824055453], -Cell[12147, 315, 489, 12, 37, "Notes",ExpressionUUID->"89142d53-c97b-4f5c-aeea-65f950b5776a", +Cell[12193, 319, 489, 12, 38, "Notes",ExpressionUUID->"89142d53-c97b-4f5c-aeea-65f950b5776a", CellID->177724765], -Cell[12639, 329, 150, 1, 36, "Notes",ExpressionUUID->"eea3d83d-b42f-4599-8e97-03379d55e9fd", +Cell[12685, 333, 150, 1, 36, "Notes",ExpressionUUID->"eea3d83d-b42f-4599-8e97-03379d55e9fd", CellID->392632893], -Cell[12792, 332, 242, 4, 57, "Notes",ExpressionUUID->"b62408ac-c84a-4165-b970-3befae7d83b1", +Cell[12838, 336, 242, 4, 57, "Notes",ExpressionUUID->"b62408ac-c84a-4165-b970-3befae7d83b1", CellID->1288491877], -Cell[13037, 338, 170, 3, 36, "Notes",ExpressionUUID->"b19c05b6-110a-4b42-96d8-9da1985fb5b7", +Cell[13083, 342, 170, 3, 36, "Notes",ExpressionUUID->"b19c05b6-110a-4b42-96d8-9da1985fb5b7", CellID->1709606070] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13334, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0883403b-d1fc-4e34-8abd-75ec588f0347", +Cell[13380, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d8763e90-698f-47a6-84e8-e2ae930e630b", CellTags->"PrimaryExamplesSection", - CellID->1208072903], + CellID->961737988], Cell[CellGroupData[{ -Cell[14780, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4275b5ac-a429-44f2-9999-fafe3282f742", - CellID->1724910847], -Cell[16182, 426, 119, 1, 38, "ExampleText",ExpressionUUID->"7f2dddab-1a40-485b-9a9a-a1d594e4ed77", +Cell[14825, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ec7fac06-6ffd-4dbf-abf6-fbbfa349f91d", + CellID->827198038], +Cell[16226, 430, 119, 1, 39, "ExampleText",ExpressionUUID->"7f2dddab-1a40-485b-9a9a-a1d594e4ed77", CellID->1734059764], Cell[CellGroupData[{ -Cell[16326, 431, 167, 3, 27, "Input",ExpressionUUID->"e7317fbd-a20a-41bc-b828-02a90f551fdc", +Cell[16370, 435, 167, 3, 27, "Input",ExpressionUUID->"e7317fbd-a20a-41bc-b828-02a90f551fdc", CellID->804092187], Cell[CellGroupData[{ -Cell[16518, 438, 237, 4, 23, "Print",ExpressionUUID->"3a74a67f-0b79-4e0d-9120-5cb602a96707", +Cell[16562, 442, 237, 4, 23, "Print",ExpressionUUID->"3a74a67f-0b79-4e0d-9120-5cb602a96707", CellID->1297656726], -Cell[16758, 444, 365, 8, 23, "Print",ExpressionUUID->"d53454a9-2b7d-424b-851f-a9be43a30419", +Cell[16802, 448, 365, 8, 23, "Print",ExpressionUUID->"d53454a9-2b7d-424b-851f-a9be43a30419", CellID->454275143], -Cell[17126, 454, 236, 4, 23, "Print",ExpressionUUID->"75219e62-80aa-4025-9bc9-eb0bd0c6d708", +Cell[17170, 458, 236, 4, 23, "Print",ExpressionUUID->"75219e62-80aa-4025-9bc9-eb0bd0c6d708", CellID->915396431], -Cell[17365, 460, 221, 3, 23, "Print",ExpressionUUID->"cd0d4347-7db6-4170-b64c-6bd11e5a354b", +Cell[17409, 464, 221, 3, 23, "Print",ExpressionUUID->"cd0d4347-7db6-4170-b64c-6bd11e5a354b", CellID->1566228873], -Cell[17589, 465, 207, 3, 23, "Print",ExpressionUUID->"c63f55db-cb75-47e5-b80c-3af59c37e364", +Cell[17633, 469, 207, 3, 23, "Print",ExpressionUUID->"c63f55db-cb75-47e5-b80c-3af59c37e364", CellID->916529930], -Cell[17799, 470, 237, 4, 23, "Print",ExpressionUUID->"3ea15728-f877-406e-9b37-a884dd5e2f4b", +Cell[17843, 474, 237, 4, 23, "Print",ExpressionUUID->"3ea15728-f877-406e-9b37-a884dd5e2f4b", CellID->822242155], -Cell[18039, 476, 221, 3, 23, "Print",ExpressionUUID->"14a92500-d9f9-4cdc-8c64-f85eca176fa9", +Cell[18083, 480, 221, 3, 23, "Print",ExpressionUUID->"14a92500-d9f9-4cdc-8c64-f85eca176fa9", CellID->1172775484], -Cell[18263, 481, 237, 4, 23, "Print",ExpressionUUID->"ee442820-96cb-4a0c-aee5-dcf12ec7fc2d", +Cell[18307, 485, 237, 4, 23, "Print",ExpressionUUID->"ee442820-96cb-4a0c-aee5-dcf12ec7fc2d", CellID->1212196317], -Cell[18503, 487, 237, 4, 23, "Print",ExpressionUUID->"0d20f73d-a312-45cc-934e-9777d3f0fb3e", +Cell[18547, 491, 237, 4, 23, "Print",ExpressionUUID->"0d20f73d-a312-45cc-934e-9777d3f0fb3e", CellID->1028474939], -Cell[18743, 493, 207, 3, 23, "Print",ExpressionUUID->"1c0b3f72-a5b7-48a1-9fdb-9bd2a1911825", +Cell[18787, 497, 207, 3, 23, "Print",ExpressionUUID->"1c0b3f72-a5b7-48a1-9fdb-9bd2a1911825", CellID->100461663], -Cell[18953, 498, 237, 4, 70, "Print",ExpressionUUID->"4c4568e1-b943-4ae1-bfb1-e91d9724a54a", +Cell[18997, 502, 237, 4, 70, "Print",ExpressionUUID->"4c4568e1-b943-4ae1-bfb1-e91d9724a54a", CellID->1897562386] }, Open ]] }, Open ]], -Cell[19217, 506, 131, 1, 70, "ExampleText",ExpressionUUID->"b82d44a6-7bd2-4cb4-8906-60b814e4912f", +Cell[19261, 510, 131, 1, 70, "ExampleText",ExpressionUUID->"b82d44a6-7bd2-4cb4-8906-60b814e4912f", CellID->1952354359], -Cell[19351, 509, 234, 6, 70, "Input",ExpressionUUID->"0fad0368-09ee-4e9a-9d75-7f0f7463bbda", +Cell[19395, 513, 234, 6, 70, "Input",ExpressionUUID->"0fad0368-09ee-4e9a-9d75-7f0f7463bbda", CellID->688995953], -Cell[19588, 517, 190, 4, 70, "ExampleText",ExpressionUUID->"bb92d71e-f6cd-4783-a877-8aa9f463144a", +Cell[19632, 521, 190, 4, 70, "ExampleText",ExpressionUUID->"bb92d71e-f6cd-4783-a877-8aa9f463144a", CellID->958650292], Cell[CellGroupData[{ -Cell[19803, 525, 167, 3, 70, "Input",ExpressionUUID->"e2d7e3fc-2e1f-4c4d-9ebb-8c15e67fd632", +Cell[19847, 529, 167, 3, 70, "Input",ExpressionUUID->"e2d7e3fc-2e1f-4c4d-9ebb-8c15e67fd632", CellID->1308167976], -Cell[19973, 530, 174, 4, 36, "Output",ExpressionUUID->"9209cc6c-6901-48cb-9695-54be844ce18c", +Cell[20017, 534, 174, 4, 36, "Output",ExpressionUUID->"9209cc6c-6901-48cb-9695-54be844ce18c", CellID->1473751069] }, Open ]], -Cell[20162, 537, 160, 2, 70, "ExampleText",ExpressionUUID->"e160a8ec-8e88-442a-a4a1-d03a805132f8", +Cell[20206, 541, 160, 2, 70, "ExampleText",ExpressionUUID->"e160a8ec-8e88-442a-a4a1-d03a805132f8", CellID->579830263], Cell[CellGroupData[{ -Cell[20347, 543, 225, 6, 70, "Input",ExpressionUUID->"86722ce0-c82d-4902-8951-579d3fab8906", +Cell[20391, 547, 225, 6, 70, "Input",ExpressionUUID->"86722ce0-c82d-4902-8951-579d3fab8906", CellID->973644684], -Cell[20575, 551, 1924, 46, 283, "Output",ExpressionUUID->"15e4a6ed-41c4-4905-bfd4-d8c6d5d7439a", +Cell[20619, 555, 1924, 46, 268, "Output",ExpressionUUID->"15e4a6ed-41c4-4905-bfd4-d8c6d5d7439a", CellID->1605318383] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22785, 610, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"0d604e03-5f6d-4d53-bd41-aa1542f19505"], +Cell[28287, 760, 670, 18, 70, "TechNotesSection",ExpressionUUID->"31644e3d-8f25-4e47-92ff-281302abe679"], +Cell[28960, 780, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9bb338c4-98cc-43f9-bf88-86d87e3ff8c5"], +Cell[29996, 808, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"1cca6d3b-b078-4714-898a-986fedbeb4a3"], Cell[CellGroupData[{ -Cell[22763, 608, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"059187d4-94c7-4280-9fce-18e012193621"], -Cell[28265, 758, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c13ad09b-0f95-40b4-86f8-e919a6cc0b04"] -}, Open ]], -Cell[28950, 779, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"221c6ab4-f12b-4ac2-b4b0-f0eec2d933bd"], -Cell[29986, 807, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"14859efe-1502-4801-936d-15477e3de10f"], -Cell[CellGroupData[{ -Cell[32256, 874, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b226d3b-6a0b-4628-9385-a1aa567b9bc0", +Cell[32266, 875, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b226d3b-6a0b-4628-9385-a1aa567b9bc0", CellID->50309288], -Cell[32395, 877, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b231195-1eeb-42e7-9375-35f3140a3818", +Cell[32405, 878, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b231195-1eeb-42e7-9375-35f3140a3818", CellID->1194386356], -Cell[32617, 883, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2d7e088d-e7c1-4a16-982a-65d3497b9855", +Cell[32627, 884, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2d7e088d-e7c1-4a16-982a-65d3497b9855", CellID->1641706272], -Cell[32832, 888, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4cd38083-a8c5-4538-9412-67693b43a38b", +Cell[32842, 889, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4cd38083-a8c5-4538-9412-67693b43a38b", CellID->399251956], -Cell[33061, 894, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"73d1eb40-b047-4c39-b0b1-5cc14ff97dba", +Cell[33071, 895, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"73d1eb40-b047-4c39-b0b1-5cc14ff97dba", CellID->821434655] }, Open ]], -Cell[33298, 900, 78, 0, 70, "FooterCell",ExpressionUUID->"36055862-5f68-4c38-9e47-156c61182b1c"] +Cell[33308, 901, 78, 0, 70, "FooterCell",ExpressionUUID->"dfebabfe-468a-4e0e-afa0-1075137112d3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GameMonotoneQ.nb b/Documentation/English/ReferencePages/Symbols/GameMonotoneQ.nb index 94cd694..e464a78 100644 --- a/Documentation/English/ReferencePages/Symbols/GameMonotoneQ.nb +++ b/Documentation/English/ReferencePages/Symbols/GameMonotoneQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40129, 1038] -NotebookOptionsPosition[ 32238, 881] -NotebookOutlinePosition[ 34307, 934] -CellTagsIndexPosition[ 34222, 929] +NotebookDataLength[ 40144, 1038] +NotebookOptionsPosition[ 32264, 883] +NotebookOutlinePosition[ 34352, 936] +CellTagsIndexPosition[ 34267, 931] WindowTitle->GameMonotoneQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "75ec96df-625e-40c2-baa6-1e4cc238dd58"], + "ae220a47-755b-4a37-a3e8-fbd95f77a33f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c6e75c15-3351-46e8-aad0-1f31ec7cf0f9"], + "dcd89e0e-524b-4580-85d4-bf5a597cc62b"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a87f217-3582-4af0-9b09-0b26703bef89"] - }],ExpressionUUID->"3f8094e0-1aec-4e14-afb0-0a7e39665144"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "6dc03a0a-f960-4b85-849d-26db2d0215db"] + }],ExpressionUUID->"83f3fadc-267f-49a6-8979-b90048914c78"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "979717b8-08ad-4707-8529-e82ad00da807"], + "d26d184a-674a-4f62-837c-6608e4184043"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a7abb20f-5519-4b69-83d8-b542fe9695a6"] - }],ExpressionUUID->"fd615693-c037-486b-86fc-b6b092952c51"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b320435e-18ac-4c4b-815a-17cd9349ba6f"] + }],ExpressionUUID->"b30e5b95-067d-4236-8fbc-7814973d8fe3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5fa68b81-bff6-4cd4-9060-86fbef0ae640"], + "62816974-b7b1-4480-bba1-88ddbe24bd22"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "92cef9db-f2a9-49f5-9e6d-476220cb42f8"] - }],ExpressionUUID->"3e97551b-4131-4a3f-9fb5-59db92a6ebc3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "fbb3e643-4d30-4179-a1cc-831edb177178"] + }],ExpressionUUID->"5357fe8d-e734-47a4-991c-b6a0e60ce7d5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1c86bee8-96c0-462e-80e9-4a0fa87f6630"], + "5ae3cdc7-131e-4776-881c-10edd22ba09e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "29afc4d1-3f67-41ef-99a1-fe8b349ae6f8"] - }],ExpressionUUID->"59f1a391-531d-4d92-b1a2-8a9ed3a31d69"], - StripOnInput->False], {"\<\"TUG/ref/GameMonotoneQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GameMonotoneQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GameMonotoneQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$83764], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GameMonotoneQ" <> ".html"], None}]}]}, + "93675b5c-5d81-4790-933d-c020fce72c65"] + }],ExpressionUUID->"f3ded7fd-13f8-492a-b849-f7b616a298cf"], + StripOnInput->False],{ + "\"TUG/ref/GameMonotoneQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GameMonotoneQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +GameMonotoneQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$91143], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GameMonotoneQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "08d75564-9c4c-4691-9400-f12a2af55f17"] + "8430b1c9-a996-4314-9da0-bf32ef50915e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9607d0c6-67be-43b9-baea-498862af425e"]} + "c9b5ef5e-625b-4a0b-8665-5d341d6a13ef"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"05722192-6a55-4375-a383-c2fa97b25609"], + CellID->1,ExpressionUUID->"931089b1-cad3-4868-bf30-bf2772e0137e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ea6a972-b3aa-4220-a1b4-7215035f68b2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ea98837c-81d5-4774-aa00-8d4e4a6310be"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GameMonotoneQ", "ObjectName",ExpressionUUID-> - "aeb272ca-a69c-4b8f-8be4-8896059c0b54"], + "2397a827-fc50-44d1-86be-0661474e1f7a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c47bf630-055e-4aa8-bb02-36a8eda563f2"], + "Spacer1"]],ExpressionUUID->"5ac8bf9a-d46f-48bf-9e0a-32cd1ae81aa8"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4dc0f36a-98e6-4d19-be9c-8abcd9a72ac3"] - }],ExpressionUUID->"ddac5596-3c5b-42be-a276-2a2ba6d18ce9"], Cell[BoxData[ + "d4d13952-5772-4cde-91a6-7a3f7298b1f6"] + }],ExpressionUUID->"89908c7b-97bf-4ad4-a81d-77c07927b7c7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b2238e06-dd6c-43ea-92e8-05d19c9df159"]} + "131f0b6a-b329-44b0-80d0-2ea9e5ed873b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"21a99ccd-6ff7-4e16-aa68-b2481e1c503b"], + CacheGraphics->False,ExpressionUUID->"a4e9863e-e7d4-4f96-8d94-123abc24c14c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "60218be6-d836-4438-b98c-dff96ac047e5"], " \[LineSeparator]verifies if the game and all its sub-games are \ monotone." - }],ExpressionUUID->"c385b0ed-9b3d-477f-80de-fe21e0b83c4e"]} + }],ExpressionUUID->"0019a6fb-95f3-450f-b68a-ef7be4962deb"]} }]], "Usage", CellID->1598903379,ExpressionUUID->"8cf6fade-5339-4648-8290-88b47971acbf"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1adb00d8-2529-4cc1-996b-a5b4ea3f3c84"], + ExpressionUUID->"eed4681a-7354-4a0f-8fa4-9eff34c26d96"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d4c1a4d9-11f2-4e4f-b036-898aa4ae4f84"], + "Spacer1"]],ExpressionUUID->"bdb09be9-b483-4dfc-8c33-b0a33e89279a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"34240db2-fbde-499c-ae98-56b0fc184208"], + }], "NotesFrameText",ExpressionUUID->"a84e80dd-5a2a-4e56-a6d9-f4ff7145972f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5b7b3057-6e1d-4a48-9dfe-cfcc62a9f28a"]], \ + "Preemptive"]],ExpressionUUID->"c917663d-7a73-47ac-aa37-0015015e0970"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->519409277,ExpressionUUID->"62934370-3f6c-475b-bfbc-72ca1427263a"], + CellID->1792149267,ExpressionUUID->"7cd4a6c4-2e43-487d-973a-0c067998c291"], Cell[TextData[{ "The input expression ", @@ -365,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2ac97e5f-e54c-4cc1-92d9-56c6f02bf048"], + ExpressionUUID->"1af2f1ed-6e58-4596-a329-c82e243e5eac"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"690fcf62-7a31-4008-bf74-36d9d9c230db"], + "Spacer1"]],ExpressionUUID->"02bf436c-cd8d-4498-b349-f3874f608521"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0fb1fb30-56ad-4baa-a763-929529db1214"] + "44406289-062a-4c2b-a475-ac8bc365154a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->717718182,ExpressionUUID->"98b3fa56-ae29-461f-b046-0e43a5d94fc8"], + CellID->1777848067,ExpressionUUID->"55decc3b-3479-4f07-a003-fc3b74c136bd"], Cell[CellGroupData[{ @@ -406,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c5a5aa9c-53bf-4782-9efa-52681ea0c5ca"], + ExpressionUUID->"fdaee8df-5134-422a-b721-f0c95c2d7273"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c433d0e9-042b-4184-9d78-472e64544492"], + "Spacer1"]],ExpressionUUID->"29122dbf-99bc-4c83-88ee-aa9583769b29"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d38c05b-eb35-4f29-9b0c-77405e3ab008"] + "50a9be33-45e2-4f14-a4ec-1593a555eb7f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->795180209,ExpressionUUID->"54ce5bab-c0e3-4dbb-89e1-e2f50fe21e06"], + CellID->2048402156,ExpressionUUID->"fb5d8f7b-dc79-4b76-ae29-0b82246e95d3"], Cell["Loading the package:", "ExampleText", CellID->2139998930,ExpressionUUID->"08c0b87d-c8ac-4370-9a32-68f22d79ea80"], @@ -583,8 +588,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -732,15 +735,15 @@ Cell[BoxData[GridBox[{ "173067f7-9d31-4677-8eea-9cc6960ff829"] }], "SeeAlso",ExpressionUUID->"a37c710f-08c9-465d-a4c4-4f2445c8f08e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"720a9a9b-9fdc-47f9-985a-\ -fdf6c7ed4416"], + }]], "SeeAlsoSection",ExpressionUUID->"90e4f572-ae52-40cf-a049-\ +98e43e38dcbb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -752,9 +755,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5250a617-fb22-4a8c-a89f-088c0321cdc6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9cd08084-0edf-465c-a5b7-\ -cb49be844567"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c2ac7ab6-7799-494f-82a3-\ +25d5877e07c8"], Cell[BoxData[GridBox[{ { @@ -771,7 +773,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1061f73e-a27d-4053-ac47-15ff7ea88e35"]}]}, + "c5c19cd7-546b-47bb-9033-f488bde72097"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -779,10 +781,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3d40e7f6-52f3-4901-84b6-00e878bebdef"]}]} + "e892ea5b-2ea1-4c48-b7cc-a54b28ef98b9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f9021ab3-b34e-4d36-bdc1-\ -3a74ccf8a1f7"], + }]], "MoreAboutSection",ExpressionUUID->"86380821-5c87-4dc0-b861-\ +c5a79260faba"], Cell[BoxData[GridBox[{ { @@ -809,7 +811,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0bb432e1-6486-4131-88e3-561aabb0f05e"]], "RelatedLinks", + "eb26591e-bddd-4924-92e6-96dd3adb2810"]], "RelatedLinks", ExpressionUUID->"c34a67b3-8f56-4d46-bd1b-e4e335915ca1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -826,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/MonotoneQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "99106ea8-c393-4761-9bf3-18e77d29013f"]], "RelatedLinks", + "4141f4df-9a9f-44f2-9d21-12e9d1e1ae6f"]], "RelatedLinks", ExpressionUUID->"f5bdbfd5-1ec2-4bf4-82e9-3a4e0314b05c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -843,11 +845,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ZeroMonotoneQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bf0effff-8d2d-481d-a6f1-d598be0da6a7"]], "RelatedLinks", + "64febf5a-05d4-4e5c-9ea0-5eebefeaba60"]], "RelatedLinks", ExpressionUUID->"8e0bb17e-1c32-466d-853a-319182155eff"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9d5508a5-acf0-4c8d-826a-\ -9ee2302fee97"], + }]], "RelatedLinksSection",ExpressionUUID->"d3fe4080-51dd-423b-a2d5-\ +1c50d1065d8c"], Cell[CellGroupData[{ @@ -877,11 +879,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"defa2bbe-f758-4c3a-8014-6e92ed588dfe"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9b7a81ea-6006-4654-b416-6bc870f83ae3"] +Cell[" ", "FooterCell",ExpressionUUID->"dfe3540e-99d9-40c4-8f8a-36ae8105395b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GameMonotoneQ", TaggingRules->{ @@ -892,17 +894,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 10.068658}", + "built" -> "{2024, 6, 3, 16, 52, 53.191817}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GameMonotoneQ[game] verifies if the game and all its sub-games are \ monotone.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GameMonotoneQ", - "titlemodifier" -> "", "windowtitle" -> "GameMonotoneQ", "type" -> - "Symbol", "uri" -> "TUG/ref/GameMonotoneQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "GameMonotoneQ", "type" -> "Symbol", "uri" -> "TUG/ref/GameMonotoneQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -911,9 +913,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"266d49c5-a039-45e0-a780-f6f7f8f66f9b" +ExpressionUUID->"7b50ea34-2240-44d9-8dcb-d95c9547a8fb" ] (* End of Notebook Content *) @@ -921,125 +923,123 @@ ExpressionUUID->"266d49c5-a039-45e0-a780-f6f7f8f66f9b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13127, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"98b3fa56-ae29-461f-b046-0e43a5d94fc8", + Cell[13185, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55decc3b-3479-4f07-a003-fc3b74c136bd", CellTags->"PrimaryExamplesSection", - CellID->717718182]} + CellID->1777848067]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34022, 922} + {"PrimaryExamplesSection", 34066, 924} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7079, 168, 56, "AnchorBarGrid",ExpressionUUID->"05722192-6a55-4375-a383-c2fa97b25609", +Cell[585, 21, 7136, 173, 57, "AnchorBarGrid",ExpressionUUID->"931089b1-cad3-4868-bf30-bf2772e0137e", CellID->1], -Cell[7667, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1ea6a972-b3aa-4220-a1b4-7215035f68b2"], +Cell[7724, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ea98837c-81d5-4774-aa00-8d4e4a6310be"], Cell[CellGroupData[{ -Cell[7778, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"21a99ccd-6ff7-4e16-aa68-b2481e1c503b"], -Cell[9068, 232, 473, 10, 111, "Usage",ExpressionUUID->"8cf6fade-5339-4648-8290-88b47971acbf", +Cell[7835, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"a4e9863e-e7d4-4f96-8d94-123abc24c14c"], +Cell[9125, 237, 473, 10, 111, "Usage",ExpressionUUID->"8cf6fade-5339-4648-8290-88b47971acbf", CellID->1598903379] }, Open ]], Cell[CellGroupData[{ -Cell[9578, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"62934370-3f6c-475b-bfbc-72ca1427263a", +Cell[9635, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"7cd4a6c4-2e43-487d-973a-0c067998c291", CellGroupingRules->{"SectionGrouping", 50}, - CellID->519409277], -Cell[11475, 296, 663, 17, 49, "Notes",ExpressionUUID->"ce1e7409-d36f-4f84-8e09-a6ac71a9757c", + CellID->1792149267], +Cell[11533, 301, 663, 17, 48, "Notes",ExpressionUUID->"ce1e7409-d36f-4f84-8e09-a6ac71a9757c", CellID->26053], -Cell[12141, 315, 489, 12, 37, "Notes",ExpressionUUID->"ab197720-08b8-4c45-a271-01bd9be6f538", +Cell[12199, 320, 489, 12, 38, "Notes",ExpressionUUID->"ab197720-08b8-4c45-a271-01bd9be6f538", CellID->177724765], -Cell[12633, 329, 217, 4, 36, "Notes",ExpressionUUID->"5f74b38b-e6b2-4217-89ac-523acf00e5e1", +Cell[12691, 334, 217, 4, 36, "Notes",ExpressionUUID->"5f74b38b-e6b2-4217-89ac-523acf00e5e1", CellID->780404182], -Cell[12853, 335, 147, 1, 36, "Notes",ExpressionUUID->"31e31a45-40db-4b58-83cd-ff243efb2a99", +Cell[12911, 340, 147, 1, 36, "Notes",ExpressionUUID->"31e31a45-40db-4b58-83cd-ff243efb2a99", CellID->1370324197] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13127, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"98b3fa56-ae29-461f-b046-0e43a5d94fc8", +Cell[13185, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55decc3b-3479-4f07-a003-fc3b74c136bd", CellTags->"PrimaryExamplesSection", - CellID->717718182], + CellID->1777848067], Cell[CellGroupData[{ -Cell[14572, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"54ce5bab-c0e3-4dbb-89e1-e2f50fe21e06", - CellID->795180209], -Cell[15973, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"08c0b87d-c8ac-4370-9a32-68f22d79ea80", +Cell[14631, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fb5d8f7b-dc79-4b76-ae29-0b82246e95d3", + CellID->2048402156], +Cell[16033, 426, 119, 1, 39, "ExampleText",ExpressionUUID->"08c0b87d-c8ac-4370-9a32-68f22d79ea80", CellID->2139998930], Cell[CellGroupData[{ -Cell[16117, 426, 168, 3, 27, "Input",ExpressionUUID->"e0e4fb25-d901-4872-9359-49b10bd5d675", +Cell[16177, 431, 168, 3, 27, "Input",ExpressionUUID->"e0e4fb25-d901-4872-9359-49b10bd5d675", CellID->1391663414], Cell[CellGroupData[{ -Cell[16310, 433, 236, 4, 23, "Print",ExpressionUUID->"4267fe91-2cf3-4dbc-842c-987ea2ec7716", +Cell[16370, 438, 236, 4, 23, "Print",ExpressionUUID->"4267fe91-2cf3-4dbc-842c-987ea2ec7716", CellID->2123024302], -Cell[16549, 439, 363, 8, 23, "Print",ExpressionUUID->"bad86a0e-2d84-4f78-aa3d-67709a0d76cf", +Cell[16609, 444, 363, 8, 23, "Print",ExpressionUUID->"bad86a0e-2d84-4f78-aa3d-67709a0d76cf", CellID->41481336], -Cell[16915, 449, 236, 4, 23, "Print",ExpressionUUID->"f3e426c7-30be-4250-8024-dffd92a63321", +Cell[16975, 454, 236, 4, 23, "Print",ExpressionUUID->"f3e426c7-30be-4250-8024-dffd92a63321", CellID->1693314969], -Cell[17154, 455, 219, 3, 23, "Print",ExpressionUUID->"fbae7392-97ed-4d86-ac87-9274ea03ddba", +Cell[17214, 460, 219, 3, 23, "Print",ExpressionUUID->"fbae7392-97ed-4d86-ac87-9274ea03ddba", CellID->278756032], -Cell[17376, 460, 207, 3, 23, "Print",ExpressionUUID->"d5b23a3a-ce77-4888-82e5-50c68998ecc5", +Cell[17436, 465, 207, 3, 23, "Print",ExpressionUUID->"d5b23a3a-ce77-4888-82e5-50c68998ecc5", CellID->2048502720], -Cell[17586, 465, 237, 4, 23, "Print",ExpressionUUID->"f3ef63cd-1a57-409d-b6cc-fef8a92d50b2", +Cell[17646, 470, 237, 4, 23, "Print",ExpressionUUID->"f3ef63cd-1a57-409d-b6cc-fef8a92d50b2", CellID->1628510578], -Cell[17826, 471, 220, 3, 23, "Print",ExpressionUUID->"6b8b6881-4c03-49b0-b591-ba8f51231d15", +Cell[17886, 476, 220, 3, 23, "Print",ExpressionUUID->"6b8b6881-4c03-49b0-b591-ba8f51231d15", CellID->1947818383], -Cell[18049, 476, 236, 4, 23, "Print",ExpressionUUID->"f975c428-e42b-4745-ac34-fdcce83d434c", +Cell[18109, 481, 236, 4, 23, "Print",ExpressionUUID->"f975c428-e42b-4745-ac34-fdcce83d434c", CellID->1931477234], -Cell[18288, 482, 236, 4, 23, "Print",ExpressionUUID->"4493891d-2f5d-4a5e-a549-b6e66b6495bf", +Cell[18348, 487, 236, 4, 23, "Print",ExpressionUUID->"4493891d-2f5d-4a5e-a549-b6e66b6495bf", CellID->1569180509], -Cell[18527, 488, 207, 3, 23, "Print",ExpressionUUID->"9c8b5877-da79-48fa-957b-b63801c765a9", +Cell[18587, 493, 207, 3, 23, "Print",ExpressionUUID->"9c8b5877-da79-48fa-957b-b63801c765a9", CellID->1025668128], -Cell[18737, 493, 236, 4, 23, "Print",ExpressionUUID->"ede79df7-8090-414f-bf99-f62de4a73f1e", +Cell[18797, 498, 236, 4, 23, "Print",ExpressionUUID->"ede79df7-8090-414f-bf99-f62de4a73f1e", CellID->1269839372] }, Open ]] }, Open ]], -Cell[19000, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"a8606edc-eff6-4767-9295-a8013f22eb0e", +Cell[19060, 506, 137, 1, 39, "ExampleText",ExpressionUUID->"a8606edc-eff6-4767-9295-a8013f22eb0e", CellID->1053605195], -Cell[19140, 504, 234, 6, 70, "Input",ExpressionUUID->"3d21bf20-d411-4508-8743-d0d6add3171f", +Cell[19200, 509, 234, 6, 70, "Input",ExpressionUUID->"3d21bf20-d411-4508-8743-d0d6add3171f", CellID->220884332], Cell[CellGroupData[{ -Cell[19399, 514, 360, 8, 70, "Input",ExpressionUUID->"36f19e3a-ee53-4b90-bc30-786a81dc0950", +Cell[19459, 519, 360, 8, 70, "Input",ExpressionUUID->"36f19e3a-ee53-4b90-bc30-786a81dc0950", CellID->1200333952], -Cell[19762, 524, 361, 8, 36, "Output",ExpressionUUID->"b3d42f6c-6d35-4e01-87f1-566aaaf558fd", +Cell[19822, 529, 361, 8, 36, "Output",ExpressionUUID->"b3d42f6c-6d35-4e01-87f1-566aaaf558fd", CellID->991766126] }, Open ]], -Cell[20138, 535, 237, 6, 70, "Input",ExpressionUUID->"c44d54e4-8c0e-49d3-a077-ace4b4aa4c92", +Cell[20198, 540, 237, 6, 70, "Input",ExpressionUUID->"c44d54e4-8c0e-49d3-a077-ace4b4aa4c92", CellID->110836721], -Cell[20378, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"225d185d-e050-4079-89da-d5b845184606", +Cell[20438, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"225d185d-e050-4079-89da-d5b845184606", CellID->1935128494], Cell[CellGroupData[{ -Cell[20594, 551, 171, 3, 70, "Input",ExpressionUUID->"651ed2f3-e1ba-4771-9f09-c3402f032cb4", +Cell[20654, 556, 171, 3, 70, "Input",ExpressionUUID->"651ed2f3-e1ba-4771-9f09-c3402f032cb4", CellID->1822817938], -Cell[20768, 556, 172, 4, 36, "Output",ExpressionUUID->"478a4bec-f869-40cd-8970-6c4a0d4787bb", +Cell[20828, 561, 172, 4, 36, "Output",ExpressionUUID->"478a4bec-f869-40cd-8970-6c4a0d4787bb", CellID->828645610] }, Open ]], -Cell[20955, 563, 133, 1, 70, "ExampleText",ExpressionUUID->"ff6e966f-c163-45c2-9532-cb2db8c3123c", +Cell[21015, 568, 133, 1, 70, "ExampleText",ExpressionUUID->"ff6e966f-c163-45c2-9532-cb2db8c3123c", CellID->1474086536], Cell[CellGroupData[{ -Cell[21113, 568, 171, 3, 70, "Input",ExpressionUUID->"a0fefcba-8dd3-4496-ae5f-c8a3334cc214", +Cell[21173, 573, 171, 3, 70, "Input",ExpressionUUID->"a0fefcba-8dd3-4496-ae5f-c8a3334cc214", CellID->1233779721], -Cell[21287, 573, 159, 3, 36, "Output",ExpressionUUID->"f69a463d-4a75-4888-b10c-a1419933bd39", +Cell[21347, 578, 159, 3, 36, "Output",ExpressionUUID->"f69a463d-4a75-4888-b10c-a1419933bd39", CellID->1948818206] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21748, 590, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"90e4f572-ae52-40cf-a049-98e43e38dcbb"], +Cell[27200, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c2ac7ab6-7799-494f-82a3-25d5877e07c8"], +Cell[27873, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"86380821-5c87-4dc0-b861-c5a79260faba"], +Cell[28909, 788, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"d3fe4080-51dd-423b-a2d5-1c50d1065d8c"], Cell[CellGroupData[{ -Cell[21710, 587, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"720a9a9b-9fdc-47f9-985a-fdf6c7ed4416"], -Cell[27162, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9cd08084-0edf-465c-a5b7-cb49be844567"] -}, Open ]], -Cell[27847, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f9021ab3-b34e-4d36-bdc1-3a74ccf8a1f7"], -Cell[28883, 786, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"9d5508a5-acf0-4c8d-826a-9ee2302fee97"], -Cell[CellGroupData[{ -Cell[31113, 853, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bcbb395a-0146-4f3a-8369-d8f197840b29", +Cell[31139, 855, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bcbb395a-0146-4f3a-8369-d8f197840b29", CellID->174251628], -Cell[31253, 856, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d7e40976-9fd2-4464-bc97-9db766861fcb", +Cell[31279, 858, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d7e40976-9fd2-4464-bc97-9db766861fcb", CellID->1194386356], -Cell[31475, 862, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6d94119-3c28-4c9e-bc19-f61444923f00", +Cell[31501, 864, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6d94119-3c28-4c9e-bc19-f61444923f00", CellID->1641706272], -Cell[31690, 867, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"21174b4d-136c-40d3-b0b1-681ad5f014a4", +Cell[31716, 869, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"21174b4d-136c-40d3-b0b1-681ad5f014a4", CellID->399251956], -Cell[31919, 873, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"defa2bbe-f758-4c3a-8014-6e92ed588dfe", +Cell[31945, 875, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"defa2bbe-f758-4c3a-8014-6e92ed588dfe", CellID->821434655] }, Open ]], -Cell[32156, 879, 78, 0, 70, "FooterCell",ExpressionUUID->"9b7a81ea-6006-4654-b416-6bc870f83ae3"] +Cell[32182, 881, 78, 0, 70, "FooterCell",ExpressionUUID->"dfe3540e-99d9-40c4-8f8a-36ae8105395b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Gap.nb b/Documentation/English/ReferencePages/Symbols/Gap.nb index 44093e7..c8b950c 100644 --- a/Documentation/English/ReferencePages/Symbols/Gap.nb +++ b/Documentation/English/ReferencePages/Symbols/Gap.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42367, 1097] -NotebookOptionsPosition[ 34541, 942] -NotebookOutlinePosition[ 36584, 995] -CellTagsIndexPosition[ 36499, 990] +NotebookDataLength[ 42324, 1092] +NotebookOptionsPosition[ 34513, 939] +NotebookOutlinePosition[ 36574, 992] +CellTagsIndexPosition[ 36489, 987] WindowTitle->Gap WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "163e9beb-8d1a-4134-9e71-f7d8421dfe7c"], + "7d916cbd-5a98-4c52-9ca2-443c1bf5dfb3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1fccd0d4-f4ee-4cff-b5c3-b5cdccc7fb83"], + "a75e18e2-830f-4b5d-8759-44a1c8d4a7c0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4280b217-7243-4bd5-883f-10855e7beeaf"] - }],ExpressionUUID->"20f99493-06c4-4473-a4c4-5a643be06d3a"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "b8247f41-4ea0-4ca2-bd1a-110444c031f1"] + }],ExpressionUUID->"dab4f2d2-a02f-404b-8f0a-657cbf64c816"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c038d94c-3553-4a7e-9b99-163a4e4f9178"], + "76da17a7-1b9b-4a6a-81ca-5937b17065d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1055a3a5-a210-4461-bcdb-936657e721e1"] - }],ExpressionUUID->"dc41495d-3f00-4a04-9b4e-afee7513e50c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "dafb1f22-cebf-4e1f-a66d-060c14b10d32"] + }],ExpressionUUID->"4235140b-21f7-4385-aa84-c2aadfafebde"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5ffb0ad3-c45f-44cb-ac19-9846c0560e6a"], + "7bb88b3f-8546-43e5-9d5a-2e019b121856"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7d92a9cd-6d02-49fb-8dd1-3b1dac87a39b"] - }],ExpressionUUID->"05ff96e9-a7d3-4f01-9f3c-b0b93522e5c4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ad45b14d-ab9c-4b4c-abe0-f86d4beb3f4d"] + }],ExpressionUUID->"b3d6bf95-5e25-4435-ada1-eab3e6d64798"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b4081a1c-2bfd-405c-81f0-e8dd6217ca48"], + "3ef1c8de-df96-41a6-a174-5e297d799e92"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f395cfce-ed4e-476e-a73c-4b8931950c11"] - }],ExpressionUUID->"7d537b57-f855-4688-a91d-da23e436578f"], - StripOnInput->False], {"\<\"TUG/ref/Gap\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Gap"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Gap.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$84330], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Gap" <> - ".html"], None}]}]}, + "0a52ae5b-e1a1-415b-9615-08431a6ed738"] + }],ExpressionUUID->"2decd40e-edd6-4817-ab3e-f6805f5d14b3"], + StripOnInput->False],{ + "\"TUG/ref/Gap\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Gap"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Gap.html"], + StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$91743], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/Gap" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2debb127-dadd-4728-a305-0a90f8cad8c0"] + "9a626ec5-b4ce-4943-af77-7bb9c1e72c73"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "994b8fe6-c888-45d9-aac9-8ac58c85560e"]} + "c5a44a80-ea0a-461d-8a14-e2c8e5c2ba28"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f574bad3-7521-4e67-b3d9-f8f693c0bc12"], + CellID->1,ExpressionUUID->"21deffab-f796-49a2-b6e6-bef5f1bc43cc"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"117cb05b-a674-4472-85f2-a79f9b422cfd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e1d95659-d70e-4337-8716-6296dcca995f"], Cell[CellGroupData[{ @@ -199,14 +199,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Gap", "ObjectName",ExpressionUUID-> - "bdd8b9a7-7341-4a77-b0b0-ba2fdf9dc378"], + "a3e4071e-fc60-4d80-8105-c95440f65e30"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d9247a01-2abe-4d04-81b7-d6a22926f2f8"], + "Spacer1"]],ExpressionUUID->"620025e1-d34b-49e9-a12b-6720ba81e212"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "70f18ee7-fac5-4699-acb5-ec899ea0d78c"] - }],ExpressionUUID->"1e25be88-d783-4f16-a492-36a3bfebcc14"], Cell[BoxData[ + "1a8a6a9d-6413-4588-8237-4ca85fd19ca7"] + }],ExpressionUUID->"9c1eda94-d0fd-4206-88d2-27b3f5d10cab"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +228,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9056bcd3-8f44-4e7b-952a-ae4d2283f643"]} + "947f7779-abc2-437d-b7bd-1ebd971facc7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"73ef121c-23cc-486d-8681-8b60aed9fd07"], + CacheGraphics->False,ExpressionUUID->"a4999bb4-f007-4dd7-a554-e181099c4073"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +240,7 @@ Cell[BoxData[GridBox[{ "b199d296-af76-46e5-9397-37be88b1a17d"], " \[LineSeparator]balances the difference of the total upper payoff of a \ coalition and its value." - }],ExpressionUUID->"d9dccb6b-8b62-4b07-a79b-c01857383fa3"]} + }],ExpressionUUID->"1f5b04bc-cb60-4745-b8a2-0adb250cc136"]} }]], "Usage", CellID->1292809541,ExpressionUUID->"247c2abd-54c3-4a35-8135-3b1a4b44f5ef"] }, Open ]], @@ -273,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5d8b01e2-60c1-4a5c-8416-3433ad9d67f2"], + ExpressionUUID->"801e68ab-b934-40bd-a8a1-358bb3b140f1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b0b23ea6-3c9b-4a71-b90b-59a6d9dd327f"], + "Spacer1"]],ExpressionUUID->"5d176102-3437-43e3-be63-d9c4de0cf5ea"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"cfc89584-ea6d-4815-a95d-4632190e7a69"], + }], "NotesFrameText",ExpressionUUID->"9d16565f-a491-4e92-8a98-1349eca8ee15"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ca2f8bfa-3b4d-4ecc-8259-a097cbd197d8"]], \ + "Preemptive"]],ExpressionUUID->"0d4606f2-8b70-4d75-87cb-553c5ff09abd"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2059053455,ExpressionUUID->"c3ad24e5-59d4-4516-a171-938cfc49bfdb"], + CellID->362630263,ExpressionUUID->"41916ea6-d61b-40d5-97a7-fd2c9e712454"], Cell[TextData[{ "The input expression ", @@ -366,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d0a78404-d5bb-49d0-9291-a86474b3fdcb"], + ExpressionUUID->"413bed29-2910-4686-9b8c-f1d1a2ef422e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0738d608-3596-45c5-a534-d6063215075f"], + "Spacer1"]],ExpressionUUID->"c313e1cc-80ae-4181-bb02-487191ca37a3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1a5976da-3304-416f-8e81-9e58217c2308"] + "05859bf2-ec29-4eac-aff2-e66c0b8ec272"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1497137378,ExpressionUUID->"15084830-0b87-4426-b2a7-5d4c317642b5"], + CellID->1033141370,ExpressionUUID->"31250e5e-6823-4910-8456-9de5af49e610"], Cell[CellGroupData[{ @@ -407,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"329c84ba-7e65-4359-bda4-8295e32a00c3"], + ExpressionUUID->"a84ff285-9d93-4ee8-84f9-180859900b93"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b03dd3f1-d0b8-4d74-a048-8b2c054f88f9"], + "Spacer1"]],ExpressionUUID->"b8285f52-0a49-47ff-a32d-3d3d347011dd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "030966ed-c435-406a-a4c9-082be2de17c0"] + "8bff8612-0be1-4f4d-af07-5c4c7dc71814"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->332360380,ExpressionUUID->"c8b44a5f-f555-4630-83e0-4fb4717bea2d"], + CellID->1045332251,ExpressionUUID->"3bf0e64e-63d1-4240-a142-c84642ec6cde"], Cell["Loading the package:", "ExampleText", CellID->38017929,ExpressionUUID->"076382bf-c047-43e4-ae8e-7a741f4462a4"], @@ -578,8 +578,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -741,15 +739,15 @@ Cell[BoxData[GridBox[{ "c51ec0db-0c8b-45f2-a22f-fe311572df3f"] }], "SeeAlso",ExpressionUUID->"4e14fd8d-2f18-4b70-b042-b1ed2c229f39"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f90abf5b-da82-4afe-8cba-\ -bd961d24aea7"], + }]], "SeeAlsoSection",ExpressionUUID->"e7ee1320-0ea2-4c31-8574-\ +2c3b955cb3b5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -761,9 +759,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f0fab8ce-5e2f-457c-afc2-f0eabe394d2c"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"35b5c4a4-6e8c-4515-80bb-\ -0e67ad424df7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f12a30a7-3e37-4a01-8a29-\ +0d9cb102cf08"], Cell[BoxData[GridBox[{ { @@ -780,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1ac1fdaf-eeba-4dde-8720-a34e66798767"]}]}, + "b2492a12-4c62-4237-9324-3fcb5ba9e107"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -788,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3461a5a8-41b7-4bc4-9830-2e4f973df1fa"]}]} + "b4634b38-2a78-4ef8-b403-351b4ece1a81"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"33aea3a7-a2b0-4d3f-9f84-\ -9fe44bd62830"], + }]], "MoreAboutSection",ExpressionUUID->"c4eab4b2-2f06-4df7-84a3-\ +dc9d71f09232"], Cell[BoxData[GridBox[{ { @@ -818,7 +815,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b961606-9405-4e46-bfba-68e213508fa5"]], "RelatedLinks", + "9008f9eb-336d-4289-97b2-9f0d795b6c5a"]], "RelatedLinks", ExpressionUUID->"0aafd312-4420-46dd-8c37-1e90b4f383f2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -836,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4437cc82-a7e3-4ff3-9012-b56327a8f997"]], "RelatedLinks", + "2970bc0d-6b68-43d6-b694-17cd5df822b4"]], "RelatedLinks", ExpressionUUID->"40dec70c-95e3-45c2-8cf3-1adec7ca0dba"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -853,7 +850,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5f2155ac-08fe-47e3-ac28-929489fd1b22"]], "RelatedLinks", + "9bf1d1c8-2a77-4542-a9c0-330e964b9939"]], "RelatedLinks", ExpressionUUID->"13c6ba0e-665f-43be-ac66-1f2f5e19192d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -870,7 +867,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3f022305-f742-4004-8190-75d198ecdca9"]], "RelatedLinks", + "89a8ec38-d6cc-408a-bbfd-6838771caaa9"]], "RelatedLinks", ExpressionUUID->"ed0a0572-7f10-49ee-9d1c-ac86d5f1d195"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -887,7 +884,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5a2ee417-4492-4d64-b349-1a0a30a8140d"]], "RelatedLinks", + "9df19542-e61f-4ef9-a879-fac8fee8f7e9"]], "RelatedLinks", ExpressionUUID->"abe99099-fab8-459f-8dbd-7494d2ae1780"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -904,11 +901,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "42278b21-4b74-4f83-bddf-4b209350d44e"]], "RelatedLinks", + "50497ff6-d295-4cf0-b9a9-e3ab684cdba1"]], "RelatedLinks", ExpressionUUID->"59bc936d-a8ca-434f-95de-b69da31f5a14"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ccd4a279-15ff-4cab-ae23-\ -de93d98362cf"], + }]], "RelatedLinksSection",ExpressionUUID->"13992c1f-eab0-479b-9b8d-\ +80fb69cb5374"], Cell[CellGroupData[{ @@ -938,11 +935,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3c66d1b3-0ebb-48b5-bd15-c5e906f238e8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"869b1ad0-dbd4-41ae-8199-6c3902323e78"] +Cell[" ", "FooterCell",ExpressionUUID->"410168c6-70c1-4337-949b-27068760608a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Gap", TaggingRules->{ @@ -953,17 +950,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 11.496808}", + "built" -> "{2024, 6, 3, 16, 52, 53.922687}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Gap[game] balances the difference of the total upper payoff of a \ coalition and its value.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "Gap", "titlemodifier" -> "", "windowtitle" -> "Gap", "type" -> "Symbol", - "uri" -> "TUG/ref/Gap"}}, + "Gap", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "Gap", "type" -> "Symbol", "uri" -> "TUG/ref/Gap"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -972,9 +969,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d0fb0c50-4fcb-4977-be4a-a7972e29869c" +ExpressionUUID->"4bc3e2d8-754f-4e0e-8cf6-49723ff16cf6" ] (* End of Notebook Content *) @@ -982,123 +979,121 @@ ExpressionUUID->"d0fb0c50-4fcb-4977-be4a-a7972e29869c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13216, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"15084830-0b87-4426-b2a7-5d4c317642b5", + Cell[13221, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"31250e5e-6823-4910-8456-9de5af49e610", CellTags->"PrimaryExamplesSection", - CellID->1497137378]} + CellID->1033141370]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36298, 983} + {"PrimaryExamplesSection", 36288, 980} } *) (*NotebookFileOutline Notebook[{ -Cell[575, 21, 7087, 170, 56, "AnchorBarGrid",ExpressionUUID->"f574bad3-7521-4e67-b3d9-f8f693c0bc12", +Cell[575, 21, 7093, 170, 57, "AnchorBarGrid",ExpressionUUID->"21deffab-f796-49a2-b6e6-bef5f1bc43cc", CellID->1], -Cell[7665, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"117cb05b-a674-4472-85f2-a79f9b422cfd"], +Cell[7671, 193, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e1d95659-d70e-4337-8716-6296dcca995f"], Cell[CellGroupData[{ -Cell[7776, 197, 1277, 35, 59, "ObjectNameGrid",ExpressionUUID->"73ef121c-23cc-486d-8681-8b60aed9fd07"], -Cell[9056, 234, 486, 10, 111, "Usage",ExpressionUUID->"247c2abd-54c3-4a35-8135-3b1a4b44f5ef", +Cell[7782, 197, 1277, 35, 59, "ObjectNameGrid",ExpressionUUID->"a4999bb4-f007-4dd7-a554-e181099c4073"], +Cell[9062, 234, 486, 10, 111, "Usage",ExpressionUUID->"247c2abd-54c3-4a35-8135-3b1a4b44f5ef", CellID->1292809541] }, Open ]], Cell[CellGroupData[{ -Cell[9579, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"c3ad24e5-59d4-4516-a171-938cfc49bfdb", +Cell[9585, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"41916ea6-d61b-40d5-97a7-fd2c9e712454", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2059053455], -Cell[11477, 298, 515, 12, 57, "Notes",ExpressionUUID->"2005e690-0531-49d1-bc39-f150cd098f4a", + CellID->362630263], +Cell[11482, 298, 515, 12, 57, "Notes",ExpressionUUID->"2005e690-0531-49d1-bc39-f150cd098f4a", CellID->1014199156], -Cell[11995, 312, 489, 12, 37, "Notes",ExpressionUUID->"15dbffab-400b-42c2-beb7-ece14129f617", +Cell[12000, 312, 489, 12, 38, "Notes",ExpressionUUID->"15dbffab-400b-42c2-beb7-ece14129f617", CellID->177724765], -Cell[12487, 326, 324, 5, 57, "Notes",ExpressionUUID->"2dfa9d7c-4d38-421c-b2db-0fed6057a90a", +Cell[12492, 326, 324, 5, 57, "Notes",ExpressionUUID->"2dfa9d7c-4d38-421c-b2db-0fed6057a90a", CellID->414722730], -Cell[12814, 333, 143, 1, 36, "Notes",ExpressionUUID->"75e804fa-b28e-476d-b9cf-1aaad92c761c", +Cell[12819, 333, 143, 1, 36, "Notes",ExpressionUUID->"75e804fa-b28e-476d-b9cf-1aaad92c761c", CellID->1386068702], -Cell[12960, 336, 129, 1, 36, "Notes",ExpressionUUID->"7e2d92fb-64c7-4a7b-a0d6-b885022149bd", +Cell[12965, 336, 129, 1, 36, "Notes",ExpressionUUID->"7e2d92fb-64c7-4a7b-a0d6-b885022149bd", CellID->380163489] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13216, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"15084830-0b87-4426-b2a7-5d4c317642b5", +Cell[13221, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"31250e5e-6823-4910-8456-9de5af49e610", CellTags->"PrimaryExamplesSection", - CellID->1497137378], + CellID->1033141370], Cell[CellGroupData[{ -Cell[14662, 384, 1398, 36, 30, "ExampleSection",ExpressionUUID->"c8b44a5f-f555-4630-83e0-4fb4717bea2d", - CellID->332360380], -Cell[16063, 422, 117, 1, 38, "ExampleText",ExpressionUUID->"076382bf-c047-43e4-ae8e-7a741f4462a4", +Cell[14667, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3bf0e64e-63d1-4240-a142-c84642ec6cde", + CellID->1045332251], +Cell[16069, 422, 117, 1, 39, "ExampleText",ExpressionUUID->"076382bf-c047-43e4-ae8e-7a741f4462a4", CellID->38017929], Cell[CellGroupData[{ -Cell[16205, 427, 168, 3, 27, "Input",ExpressionUUID->"e581472b-b511-4849-87d7-f9081cfd56aa", +Cell[16211, 427, 168, 3, 27, "Input",ExpressionUUID->"e581472b-b511-4849-87d7-f9081cfd56aa", CellID->1241579347], Cell[CellGroupData[{ -Cell[16398, 434, 237, 4, 23, "Print",ExpressionUUID->"7be27057-ad12-47d8-9ad0-5cf0b649eabf", +Cell[16404, 434, 237, 4, 23, "Print",ExpressionUUID->"7be27057-ad12-47d8-9ad0-5cf0b649eabf", CellID->1298664825], -Cell[16638, 440, 365, 8, 23, "Print",ExpressionUUID->"b36f6cc3-3f5a-4d01-89b3-0ad26ef8e604", +Cell[16644, 440, 365, 8, 23, "Print",ExpressionUUID->"b36f6cc3-3f5a-4d01-89b3-0ad26ef8e604", CellID->853936064], -Cell[17006, 450, 235, 4, 23, "Print",ExpressionUUID->"a56e91aa-1b54-4d78-9a60-cad64caa0fc3", +Cell[17012, 450, 235, 4, 23, "Print",ExpressionUUID->"a56e91aa-1b54-4d78-9a60-cad64caa0fc3", CellID->84490849], -Cell[17244, 456, 221, 3, 23, "Print",ExpressionUUID->"ee0ff158-1583-4867-a084-28bd6c4ab9bd", +Cell[17250, 456, 221, 3, 23, "Print",ExpressionUUID->"ee0ff158-1583-4867-a084-28bd6c4ab9bd", CellID->1566825537], -Cell[17468, 461, 207, 3, 23, "Print",ExpressionUUID->"93699257-3b3e-4667-90f2-c4f3a518d6e2", +Cell[17474, 461, 207, 3, 23, "Print",ExpressionUUID->"93699257-3b3e-4667-90f2-c4f3a518d6e2", CellID->558100577], -Cell[17678, 466, 236, 4, 23, "Print",ExpressionUUID->"abefc8c1-74a3-4a04-b502-1e9dbb35fd5e", +Cell[17684, 466, 236, 4, 23, "Print",ExpressionUUID->"abefc8c1-74a3-4a04-b502-1e9dbb35fd5e", CellID->79637546], -Cell[17917, 472, 220, 3, 23, "Print",ExpressionUUID->"b38c6fb7-0aad-4709-a5e5-a618d6a5346d", +Cell[17923, 472, 220, 3, 23, "Print",ExpressionUUID->"b38c6fb7-0aad-4709-a5e5-a618d6a5346d", CellID->118499398], -Cell[18140, 477, 237, 4, 23, "Print",ExpressionUUID->"19412c48-d2e3-47be-bbd8-049d408ddddb", +Cell[18146, 477, 237, 4, 23, "Print",ExpressionUUID->"19412c48-d2e3-47be-bbd8-049d408ddddb", CellID->1455253456], -Cell[18380, 483, 237, 4, 23, "Print",ExpressionUUID->"ed75b87c-8ab8-401c-b6ad-e1c94bf13cf4", +Cell[18386, 483, 237, 4, 23, "Print",ExpressionUUID->"ed75b87c-8ab8-401c-b6ad-e1c94bf13cf4", CellID->1769218468], -Cell[18620, 489, 207, 3, 70, "Print",ExpressionUUID->"f1b120a4-ab83-4ea2-b8a8-d895bd6ec772", +Cell[18626, 489, 207, 3, 70, "Print",ExpressionUUID->"f1b120a4-ab83-4ea2-b8a8-d895bd6ec772", CellID->250374106], -Cell[18830, 494, 237, 4, 70, "Print",ExpressionUUID->"f2428276-0fcd-4bf1-9659-5280f0d70763", +Cell[18836, 494, 237, 4, 70, "Print",ExpressionUUID->"f2428276-0fcd-4bf1-9659-5280f0d70763", CellID->1121683418] }, Open ]] }, Open ]], -Cell[19094, 502, 136, 1, 70, "ExampleText",ExpressionUUID->"4d0c9ee7-0bfb-437e-b1c2-d020db07c796", +Cell[19100, 502, 136, 1, 70, "ExampleText",ExpressionUUID->"4d0c9ee7-0bfb-437e-b1c2-d020db07c796", CellID->970603253], -Cell[19233, 505, 235, 6, 70, "Input",ExpressionUUID->"1a27b3d5-32fb-49ca-bc79-0a6d74bac881", +Cell[19239, 505, 235, 6, 70, "Input",ExpressionUUID->"1a27b3d5-32fb-49ca-bc79-0a6d74bac881", CellID->1442028938], -Cell[19471, 513, 381, 9, 70, "Input",ExpressionUUID->"f25cf5a2-76aa-4dca-879a-deb3d0291afa", +Cell[19477, 513, 381, 9, 70, "Input",ExpressionUUID->"f25cf5a2-76aa-4dca-879a-deb3d0291afa", CellID->1748497107], -Cell[19855, 524, 237, 6, 70, "Input",ExpressionUUID->"af60918f-910c-4ab4-a2c5-ea6153ba4e2e", +Cell[19861, 524, 237, 6, 70, "Input",ExpressionUUID->"af60918f-910c-4ab4-a2c5-ea6153ba4e2e", CellID->674619020], -Cell[20095, 532, 191, 4, 70, "ExampleText",ExpressionUUID->"a61d77e0-da3e-49ef-a06b-dab3939e4c96", +Cell[20101, 532, 191, 4, 70, "ExampleText",ExpressionUUID->"a61d77e0-da3e-49ef-a06b-dab3939e4c96", CellID->1552482175], Cell[CellGroupData[{ -Cell[20311, 540, 159, 3, 70, "Input",ExpressionUUID->"1ac7bbda-29dd-44e7-9e2a-f35de37b428e", +Cell[20317, 540, 159, 3, 70, "Input",ExpressionUUID->"1ac7bbda-29dd-44e7-9e2a-f35de37b428e", CellID->15610601], -Cell[20473, 545, 173, 4, 36, "Output",ExpressionUUID->"e8c304c2-5d4f-4402-8fdd-5cc05b63b077", +Cell[20479, 545, 173, 4, 36, "Output",ExpressionUUID->"e8c304c2-5d4f-4402-8fdd-5cc05b63b077", CellID->785954094] }, Open ]], -Cell[20661, 552, 132, 1, 70, "ExampleText",ExpressionUUID->"1e2fbf76-85ef-45f9-bcd7-072d664a1256", +Cell[20667, 552, 132, 1, 70, "ExampleText",ExpressionUUID->"1e2fbf76-85ef-45f9-bcd7-072d664a1256", CellID->604977518], Cell[CellGroupData[{ -Cell[20818, 557, 182, 4, 70, "Input",ExpressionUUID->"4cdfdb05-1614-42b5-91b0-bd6d3523886f", +Cell[20824, 557, 182, 4, 70, "Input",ExpressionUUID->"4cdfdb05-1614-42b5-91b0-bd6d3523886f", CellID->6860869], -Cell[21003, 563, 378, 8, 36, "Output",ExpressionUUID->"6184842b-4b81-4c52-b711-3330b24b9567", +Cell[21009, 563, 378, 8, 36, "Output",ExpressionUUID->"6184842b-4b81-4c52-b711-3330b24b9567", CellID->1899552124] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21629, 580, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"e7ee1320-0ea2-4c31-8574-2c3b955cb3b5"], +Cell[27526, 744, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f12a30a7-3e37-4a01-8a29-0d9cb102cf08"], +Cell[28199, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c4eab4b2-2f06-4df7-84a3-dc9d71f09232"], +Cell[29235, 792, 4128, 115, 70, "RelatedLinksSection",ExpressionUUID->"13992c1f-eab0-479b-9b8d-80fb69cb5374"], Cell[CellGroupData[{ -Cell[21645, 582, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"f90abf5b-da82-4afe-8cba-bd961d24aea7"], -Cell[27542, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"35b5c4a4-6e8c-4515-80bb-0e67ad424df7"] -}, Open ]], -Cell[28227, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"33aea3a7-a2b0-4d3f-9f84-9fe44bd62830"], -Cell[29263, 795, 4128, 115, 70, "RelatedLinksSection",ExpressionUUID->"ccd4a279-15ff-4cab-ae23-de93d98362cf"], -Cell[CellGroupData[{ -Cell[33416, 914, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0b7c6a19-1c30-472f-9d94-92b98e98792b", +Cell[33388, 911, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0b7c6a19-1c30-472f-9d94-92b98e98792b", CellID->778415021], -Cell[33556, 917, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e2e3131-acb7-477e-9820-30f024aaac76", +Cell[33528, 914, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e2e3131-acb7-477e-9820-30f024aaac76", CellID->1194386356], -Cell[33778, 923, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6c2dd705-2006-45f5-b04b-dd3cf42542e6", +Cell[33750, 920, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6c2dd705-2006-45f5-b04b-dd3cf42542e6", CellID->1641706272], -Cell[33993, 928, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"970b04ff-3bbe-4b31-a324-05efb73a99ca", +Cell[33965, 925, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"970b04ff-3bbe-4b31-a324-05efb73a99ca", CellID->399251956], -Cell[34222, 934, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c66d1b3-0ebb-48b5-bd15-c5e906f238e8", +Cell[34194, 931, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c66d1b3-0ebb-48b5-bd15-c5e906f238e8", CellID->821434655] }, Open ]], -Cell[34459, 940, 78, 0, 70, "FooterCell",ExpressionUUID->"869b1ad0-dbd4-41ae-8199-6c3902323e78"] +Cell[34431, 937, 78, 0, 70, "FooterCell",ExpressionUUID->"410168c6-70c1-4337-949b-27068760608a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GatelyValue.nb b/Documentation/English/ReferencePages/Symbols/GatelyValue.nb index 50a4d3f..4c48529 100644 --- a/Documentation/English/ReferencePages/Symbols/GatelyValue.nb +++ b/Documentation/English/ReferencePages/Symbols/GatelyValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39934, 1034] -NotebookOptionsPosition[ 32203, 881] -NotebookOutlinePosition[ 34259, 934] -CellTagsIndexPosition[ 34174, 929] +NotebookDataLength[ 39897, 1030] +NotebookOptionsPosition[ 32183, 879] +NotebookOutlinePosition[ 34256, 932] +CellTagsIndexPosition[ 34171, 927] WindowTitle->GatelyValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e8736a29-746e-4af6-934c-a42df1b6c944"], + "01c70c06-b1dc-42f2-a167-f0150d31e539"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0d99cb58-a4e4-4090-ba1d-a43be2bd0a3b"], + "f8203890-ad33-4956-9bd1-6e057b3dcbad"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a1890ea3-a3b8-4440-bf42-b9a07481b1e6"] - }],ExpressionUUID->"5483cfab-ccd4-4c8b-8919-dce428092b23"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "45d5573e-f31f-44b4-9ade-4f10fd77d5f8"] + }],ExpressionUUID->"00746ccd-30b1-422d-bb11-988521b2eeba"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3ee3218c-ca06-48d3-858a-e9f741c443d2"], + "76a3e7b1-36fe-4b4d-9e25-32e028edfca6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "53b36e91-068d-4dad-978b-59899f850ea0"] - }],ExpressionUUID->"272fc608-efa4-4a63-892d-35aa5f5aefe0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "de2ee3c5-fd77-4ab9-8dc5-0c26fe8b33af"] + }],ExpressionUUID->"d12d4a7e-a0f9-40f0-8279-63cfd0a91482"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0842a29a-4e11-44f5-b748-097df4882fa9"], + "9d25e1ef-9f6e-4a9f-bb1b-bcf187184d72"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2b38a09e-96a5-41f9-a9dd-79b631267dbc"] - }],ExpressionUUID->"76274b94-2dc7-47aa-9516-d0b1aded8c81"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "97785737-43c7-4e71-ae54-7d05ad82d289"] + }],ExpressionUUID->"5af4dfa8-10aa-48ea-a92e-5b996556dd3e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ac9c1694-49f7-4daf-b851-b3bc34e3ee13"], + "efc28b52-213c-403b-a094-5d20e5836940"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c07239c9-a772-4bfd-bea3-2ac79cf6de92"] - }],ExpressionUUID->"adbce020-3ed7-4469-a409-695e848d2317"], - StripOnInput->False], {"\<\"TUG/ref/GatelyValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GatelyValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GatelyValue.\ + "1c03d01d-fee1-4925-9494-75ea17e006cd"] + }],ExpressionUUID->"96b1b775-987f-4023-bac1-bac76c27dc2d"], + StripOnInput->False],{ + "\"TUG/ref/GatelyValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GatelyValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/GatelyValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$84908], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GatelyValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$92355], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GatelyValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "62d6ccba-d520-4c0d-a1f8-5826414215c0"] + "f23d1128-7159-44c2-b1c7-e7b9354f2523"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bc6abd96-7b71-4c66-a296-03b8593cdd5c"]} + "20f22aa8-7d8a-496e-86de-00fbd2d1a788"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5d9518f2-332e-4432-85fa-e595aaf35284"], + CellID->1,ExpressionUUID->"e7d7712b-1f13-4179-97c0-62a62c4f7810"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"132a18e1-ba00-42a6-bad3-a6a9d57815c2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"25114c1e-9d10-440b-908f-cde791bc311a"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GatelyValue", "ObjectName",ExpressionUUID-> - "3da9eb09-768c-430a-b1db-fd901d3289ef"], + "1b5eeae5-f771-4f0d-9d5a-7febb6253219"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0b510385-581c-499d-af31-77ec5056ae31"], + "Spacer1"]],ExpressionUUID->"bddb9ea1-7b05-4a1a-ac65-a207ba7ee72a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "43f92cb8-c74a-4761-b40b-7f79b28dc247"] - }],ExpressionUUID->"d79781c5-cb28-44cb-8a87-a888d63e89b7"], Cell[BoxData[ + "fab92e07-2fe6-4565-9636-2bdd81348497"] + }],ExpressionUUID->"85d5285a-0be2-40aa-b72f-8c70975df96e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "76fb229d-4022-4e9d-8477-35cf51261b46"]} + "dd260d76-8730-4e44-a6cf-279dcfed33a5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b5579b5f-5fe3-409a-8b46-875eeae882f1"], + CacheGraphics->False,ExpressionUUID->"0ed300a7-99ba-46c0-a56a-63cbc9e85463"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "3b22cfed-4ee1-40a4-96b0-3c9578a6113e"], " \[LineSeparator]calculates the Gately value of an essential game." - }],ExpressionUUID->"578883b2-5707-4890-8de6-9cf387b0067b"]} + }],ExpressionUUID->"d285bb00-b5b4-4c12-8cbd-d7a3359c0617"]} }]], "Usage", CellID->1761429899,ExpressionUUID->"4a5ab367-ee55-4ba4-ad79-159ca786eaba"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"98f9873a-e29e-45f1-b530-5d0feefb1e10"], + ExpressionUUID->"3595b023-0ed6-4c66-b263-a3078715f082"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"92387007-005f-4180-a1dd-181b2a31963f"], + "Spacer1"]],ExpressionUUID->"319413f6-a2b6-4bec-a8e1-3e35294be262"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3952f869-b178-4467-9737-eae4ef772eae"], + }], "NotesFrameText",ExpressionUUID->"96227fa7-8561-4be5-805d-5e7aaf9a8944"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ccdccc98-61c6-4fc8-b828-423be7253b30"]], \ + "Preemptive"]],ExpressionUUID->"13aca27c-07ed-49b7-873a-663857a73ac3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->665873949,ExpressionUUID->"22b58dfe-6a31-4555-a32f-97e8f6b1ed2a"], + CellID->752914821,ExpressionUUID->"e9a21c51-3c13-4680-bf08-2e0d52cd183e"], Cell[TextData[{ "The input expression ", @@ -360,19 +361,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b5012395-c9c6-4863-b010-81b52e755a5b"], + ExpressionUUID->"de139d3b-fc5a-4421-b81a-57e5625b6e68"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6cfad04b-d56d-439f-8437-bf188ef645af"], + "Spacer1"]],ExpressionUUID->"bef1c649-ec3b-4837-99c2-f6f5463bf5d9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "21f3efb7-08b7-4caf-9544-dbc2a568ab1a"] + "2887429a-322c-4daa-add4-0fbbd4f11407"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1117585211,ExpressionUUID->"61dedd75-efba-4973-ab7d-f0e0dcd83209"], + CellID->970176837,ExpressionUUID->"c6a042ad-1c3c-4460-8b2b-8f0f69a7deca"], Cell[CellGroupData[{ @@ -401,18 +402,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5d29b3f9-72fe-406b-881f-98dc0568ee7a"], + ExpressionUUID->"1da57791-65be-47ef-8497-4826bfac9e2e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"61256c66-6463-418c-b78b-a26f7a070c4b"], + "Spacer1"]],ExpressionUUID->"9089dd4a-381d-4b84-9394-040d9191703b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "99a97683-f377-45eb-85a7-5d0f93b94f29"] + "6e3f5251-81a5-46e4-8b0d-635b5096ad20"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1137779268,ExpressionUUID->"dcf4a74a-731c-41c8-a76c-157b36e73dea"], + CellID->2028175361,ExpressionUUID->"20a55f92-c178-4c48-a69b-6c0e13313b6d"], Cell["Loading the package:", "ExampleText", CellID->1177563434,ExpressionUUID->"36f4c74d-9dd9-48e2-ad6e-b7b18c95d49b"], @@ -569,8 +570,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -732,15 +731,15 @@ Cell[BoxData[GridBox[{ "e50886cf-eca3-4b61-9aa0-d10876bf332d"] }], "SeeAlso",ExpressionUUID->"16cdbfb8-e2b8-4cbe-9b38-3072f11165fd"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9472ae93-5663-428e-9a7b-\ -0da5f46b4d47"], + }]], "SeeAlsoSection",ExpressionUUID->"14177604-78cc-4d47-a3da-\ +ba129305d8c5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -752,9 +751,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"df04d0c6-8864-4a04-82bd-1dc245606d9d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9c79cb4c-5703-4def-afa2-\ -5858bc083470"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0e8081ba-bca8-4ccc-a015-\ +c3621f70ff73"], Cell[BoxData[GridBox[{ { @@ -771,7 +769,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e3d12d0c-ac84-43ba-ad6c-71f2d54a9b46"]}]}, + "eb60350c-34fe-4818-bfb7-122d39d61ce4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -779,10 +777,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ea0bed5f-7862-4156-826e-015def2f5fd0"]}]} + "8c57197c-c66c-4f44-a09e-6126ed01ecf0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7b3836b2-ce13-490d-a8d7-\ -d7e1e5e905f9"], + }]], "MoreAboutSection",ExpressionUUID->"9092d7da-a4d7-4cef-97b5-\ +521ac4284268"], Cell[BoxData[GridBox[{ { @@ -809,7 +807,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff6fab7a-30e4-43f4-92aa-c639d8218327"]], "RelatedLinks", + "8d27262b-184c-468c-8c1e-268ec4f26318"]], "RelatedLinks", ExpressionUUID->"22235e14-1abd-4cae-9325-2cf0e19dea20"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -826,7 +824,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4c198ea5-f3db-47df-a43d-34fc0163ba2a"]], "RelatedLinks", + "eef7e2b1-2ce6-4f91-a77d-c7796572e38a"]], "RelatedLinks", ExpressionUUID->"5ead5429-0a7c-425f-8596-0adc0fa994f0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -843,11 +841,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PDValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2ba99228-1958-4da1-85a5-0f097c7d8846"]], "RelatedLinks", + "4b96e05a-736a-483f-a876-c778f3f0209e"]], "RelatedLinks", ExpressionUUID->"8c8da21b-a3ce-4e83-83fa-62088e3f634a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"00a10cc7-31e6-4d7b-bacb-\ -12218550f800"], + }]], "RelatedLinksSection",ExpressionUUID->"3b80e4a9-a2bf-45aa-8389-\ +82586ce6cbf9"], Cell[CellGroupData[{ @@ -877,11 +875,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"20517dd4-f3df-4671-a9db-46b9dc117c93"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0f0d768b-264a-4247-9530-3d3f4ba292c7"] +Cell[" ", "FooterCell",ExpressionUUID->"402b3190-4890-45ae-b24a-48eb72c7c4d4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GatelyValue", TaggingRules->{ @@ -892,17 +890,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 12.873653}", + "built" -> "{2024, 6, 3, 16, 52, 54.599168}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GatelyValue[game] calculates the Gately value of an essential game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GatelyValue", - "titlemodifier" -> "", "windowtitle" -> "GatelyValue", "type" -> "Symbol", - "uri" -> "TUG/ref/GatelyValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "GatelyValue", "type" -> "Symbol", "uri" -> "TUG/ref/GatelyValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -911,9 +909,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a6608fc0-bfa5-4c7e-9df8-d993f4dc20ca" +ExpressionUUID->"41fee285-bb14-4505-b686-c00fa1a94710" ] (* End of Notebook Content *) @@ -921,121 +919,119 @@ ExpressionUUID->"a6608fc0-bfa5-4c7e-9df8-d993f4dc20ca" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12933, 337, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61dedd75-efba-4973-ab7d-f0e0dcd83209", + Cell[12948, 338, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c6a042ad-1c3c-4460-8b2b-8f0f69a7deca", CellTags->"PrimaryExamplesSection", - CellID->1117585211]} + CellID->970176837]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33973, 922} + {"PrimaryExamplesSection", 33971, 920} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7104, 170, 56, "AnchorBarGrid",ExpressionUUID->"5d9518f2-332e-4432-85fa-e595aaf35284", +Cell[583, 21, 7119, 171, 57, "AnchorBarGrid",ExpressionUUID->"e7d7712b-1f13-4179-97c0-62a62c4f7810", CellID->1], -Cell[7690, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"132a18e1-ba00-42a6-bad3-a6a9d57815c2"], +Cell[7705, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"25114c1e-9d10-440b-908f-cde791bc311a"], Cell[CellGroupData[{ -Cell[7801, 197, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"b5579b5f-5fe3-409a-8b46-875eeae882f1"], -Cell[9089, 234, 462, 9, 111, "Usage",ExpressionUUID->"4a5ab367-ee55-4ba4-ad79-159ca786eaba", +Cell[7816, 198, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"0ed300a7-99ba-46c0-a56a-63cbc9e85463"], +Cell[9104, 235, 462, 9, 111, "Usage",ExpressionUUID->"4a5ab367-ee55-4ba4-ad79-159ca786eaba", CellID->1761429899] }, Open ]], Cell[CellGroupData[{ -Cell[9588, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"22b58dfe-6a31-4555-a32f-97e8f6b1ed2a", +Cell[9603, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"e9a21c51-3c13-4680-bf08-2e0d52cd183e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->665873949], -Cell[11485, 297, 515, 12, 57, "Notes",ExpressionUUID->"cf759c48-e713-4b56-a4d1-9261c4a3462f", + CellID->752914821], +Cell[11500, 298, 515, 12, 57, "Notes",ExpressionUUID->"cf759c48-e713-4b56-a4d1-9261c4a3462f", CellID->1014199156], -Cell[12003, 311, 489, 12, 37, "Notes",ExpressionUUID->"13be692d-b611-4e33-90bb-809226a0e631", +Cell[12018, 312, 489, 12, 38, "Notes",ExpressionUUID->"13be692d-b611-4e33-90bb-809226a0e631", CellID->177724765], -Cell[12495, 325, 146, 1, 36, "Notes",ExpressionUUID->"1f8a5f3a-585a-4804-84b9-8bcc5109154f", +Cell[12510, 326, 146, 1, 36, "Notes",ExpressionUUID->"1f8a5f3a-585a-4804-84b9-8bcc5109154f", CellID->473410712], -Cell[12644, 328, 162, 3, 36, "Notes",ExpressionUUID->"fe7be7cf-ea78-4a61-af46-8175ea404757", +Cell[12659, 329, 162, 3, 36, "Notes",ExpressionUUID->"fe7be7cf-ea78-4a61-af46-8175ea404757", CellID->953315889] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12933, 337, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61dedd75-efba-4973-ab7d-f0e0dcd83209", +Cell[12948, 338, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c6a042ad-1c3c-4460-8b2b-8f0f69a7deca", CellTags->"PrimaryExamplesSection", - CellID->1117585211], + CellID->970176837], Cell[CellGroupData[{ -Cell[14379, 378, 1399, 36, 30, "ExampleSection",ExpressionUUID->"dcf4a74a-731c-41c8-a76c-157b36e73dea", - CellID->1137779268], -Cell[15781, 416, 119, 1, 38, "ExampleText",ExpressionUUID->"36f4c74d-9dd9-48e2-ad6e-b7b18c95d49b", +Cell[14393, 379, 1399, 36, 30, "ExampleSection",ExpressionUUID->"20a55f92-c178-4c48-a69b-6c0e13313b6d", + CellID->2028175361], +Cell[15795, 417, 119, 1, 39, "ExampleText",ExpressionUUID->"36f4c74d-9dd9-48e2-ad6e-b7b18c95d49b", CellID->1177563434], Cell[CellGroupData[{ -Cell[15925, 421, 168, 3, 27, "Input",ExpressionUUID->"0e6cf991-9d48-416b-aa12-8d015f27b7fd", +Cell[15939, 422, 168, 3, 27, "Input",ExpressionUUID->"0e6cf991-9d48-416b-aa12-8d015f27b7fd", CellID->1923238812], Cell[CellGroupData[{ -Cell[16118, 428, 235, 4, 23, "Print",ExpressionUUID->"35180251-c8cf-4cbb-93e5-7037ed38d66c", +Cell[16132, 429, 235, 4, 23, "Print",ExpressionUUID->"35180251-c8cf-4cbb-93e5-7037ed38d66c", CellID->906062137], -Cell[16356, 434, 365, 8, 23, "Print",ExpressionUUID->"71a8dcef-ec63-47ce-aea2-0a9f30e04a25", +Cell[16370, 435, 365, 8, 23, "Print",ExpressionUUID->"71a8dcef-ec63-47ce-aea2-0a9f30e04a25", CellID->1020153699], -Cell[16724, 444, 235, 4, 23, "Print",ExpressionUUID->"ae606c05-4355-4f20-a450-526d9a888c7d", +Cell[16738, 445, 235, 4, 23, "Print",ExpressionUUID->"ae606c05-4355-4f20-a450-526d9a888c7d", CellID->348789299], -Cell[16962, 450, 220, 3, 23, "Print",ExpressionUUID->"262774c9-d0dd-457b-b0c7-7ef885551ec0", +Cell[16976, 451, 220, 3, 23, "Print",ExpressionUUID->"262774c9-d0dd-457b-b0c7-7ef885551ec0", CellID->1132054184], -Cell[17185, 455, 207, 3, 23, "Print",ExpressionUUID->"bf184781-c270-46ae-9e88-5496fa097dfc", +Cell[17199, 456, 207, 3, 23, "Print",ExpressionUUID->"bf184781-c270-46ae-9e88-5496fa097dfc", CellID->2143171138], -Cell[17395, 460, 237, 4, 23, "Print",ExpressionUUID->"965c667b-1c3c-4b8e-adee-7aa6d9355c28", +Cell[17409, 461, 237, 4, 23, "Print",ExpressionUUID->"965c667b-1c3c-4b8e-adee-7aa6d9355c28", CellID->1801183374], -Cell[17635, 466, 220, 3, 23, "Print",ExpressionUUID->"6d439179-e866-45ca-9876-9b0b1d7a72cb", +Cell[17649, 467, 220, 3, 23, "Print",ExpressionUUID->"6d439179-e866-45ca-9876-9b0b1d7a72cb", CellID->1509286102], -Cell[17858, 471, 235, 4, 23, "Print",ExpressionUUID->"830bca49-1244-43ef-b035-7c4a8c420dee", +Cell[17872, 472, 235, 4, 23, "Print",ExpressionUUID->"830bca49-1244-43ef-b035-7c4a8c420dee", CellID->916177620], -Cell[18096, 477, 236, 4, 23, "Print",ExpressionUUID->"b423a9d5-d8e1-4535-bdb6-09cacf427adf", +Cell[18110, 478, 236, 4, 23, "Print",ExpressionUUID->"b423a9d5-d8e1-4535-bdb6-09cacf427adf", CellID->1107128282], -Cell[18335, 483, 206, 3, 23, "Print",ExpressionUUID->"8d33c91a-6c41-4c7e-9830-a09bd84518af", +Cell[18349, 484, 206, 3, 23, "Print",ExpressionUUID->"8d33c91a-6c41-4c7e-9830-a09bd84518af", CellID->592201028], -Cell[18544, 488, 236, 4, 23, "Print",ExpressionUUID->"16984f35-6ef1-4c51-b5a0-2007e197c77b", +Cell[18558, 489, 236, 4, 23, "Print",ExpressionUUID->"16984f35-6ef1-4c51-b5a0-2007e197c77b", CellID->1251714007] }, Open ]] }, Open ]], -Cell[18807, 496, 136, 1, 70, "ExampleText",ExpressionUUID->"9b311373-7138-434a-b6cc-b7114a1aee6a", +Cell[18821, 497, 136, 1, 70, "ExampleText",ExpressionUUID->"9b311373-7138-434a-b6cc-b7114a1aee6a", CellID->955395044], -Cell[18946, 499, 235, 6, 70, "Input",ExpressionUUID->"4bf8ec8c-cd79-4bf8-9447-959f4216506e", +Cell[18960, 500, 235, 6, 70, "Input",ExpressionUUID->"4bf8ec8c-cd79-4bf8-9447-959f4216506e", CellID->1499177613], -Cell[19184, 507, 379, 9, 70, "Input",ExpressionUUID->"d5b36ecd-c6fd-40b5-affb-7a15781da5fd", +Cell[19198, 508, 379, 9, 70, "Input",ExpressionUUID->"d5b36ecd-c6fd-40b5-affb-7a15781da5fd", CellID->26678213], -Cell[19566, 518, 238, 6, 70, "Input",ExpressionUUID->"b8018072-4838-4332-8955-3aed3301cba2", +Cell[19580, 519, 238, 6, 70, "Input",ExpressionUUID->"b8018072-4838-4332-8955-3aed3301cba2", CellID->1037130555], -Cell[19807, 526, 191, 4, 70, "ExampleText",ExpressionUUID->"fcb0991d-0dee-402a-abda-d1966c9b1906", +Cell[19821, 527, 191, 4, 70, "ExampleText",ExpressionUUID->"fcb0991d-0dee-402a-abda-d1966c9b1906", CellID->1179226702], Cell[CellGroupData[{ -Cell[20023, 534, 168, 3, 70, "Input",ExpressionUUID->"97540a61-7583-456d-8f85-17dd1cc3114e", +Cell[20037, 535, 168, 3, 70, "Input",ExpressionUUID->"97540a61-7583-456d-8f85-17dd1cc3114e", CellID->526416284], -Cell[20194, 539, 173, 4, 36, "Output",ExpressionUUID->"b01a4203-5a1a-4a9e-9274-fe31e95ac52a", +Cell[20208, 540, 173, 4, 36, "Output",ExpressionUUID->"b01a4203-5a1a-4a9e-9274-fe31e95ac52a", CellID->1240071002] }, Open ]], -Cell[20382, 546, 138, 1, 70, "ExampleText",ExpressionUUID->"94434522-ea86-4258-87ab-1d5b50529ee6", +Cell[20396, 547, 138, 1, 70, "ExampleText",ExpressionUUID->"94434522-ea86-4258-87ab-1d5b50529ee6", CellID->196161799], Cell[CellGroupData[{ -Cell[20545, 551, 193, 4, 70, "Input",ExpressionUUID->"db7e6840-e994-4e2f-9211-703ab87db7d3", +Cell[20559, 552, 193, 4, 70, "Input",ExpressionUUID->"db7e6840-e994-4e2f-9211-703ab87db7d3", CellID->517243826], -Cell[20741, 557, 225, 5, 36, "Output",ExpressionUUID->"cd0155dd-2de6-4ae3-a282-f7d947416695", +Cell[20755, 558, 225, 5, 36, "Output",ExpressionUUID->"cd0155dd-2de6-4ae3-a282-f7d947416695", CellID->1950572202] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21222, 572, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"14177604-78cc-4d47-a3da-ba129305d8c5"], +Cell[27119, 736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0e8081ba-bca8-4ccc-a015-c3621f70ff73"], +Cell[27792, 756, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9092d7da-a4d7-4cef-97b5-521ac4284268"], +Cell[28828, 784, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"3b80e4a9-a2bf-45aa-8389-82586ce6cbf9"], Cell[CellGroupData[{ -Cell[21230, 573, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"9472ae93-5663-428e-9a7b-0da5f46b4d47"], -Cell[27127, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9c79cb4c-5703-4def-afa2-5858bc083470"] -}, Open ]], -Cell[27812, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7b3836b2-ce13-490d-a8d7-d7e1e5e905f9"], -Cell[28848, 786, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"00a10cc7-31e6-4d7b-bacb-12218550f800"], -Cell[CellGroupData[{ -Cell[31078, 853, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"baf6f459-3076-46fe-ab13-02c02df33740", +Cell[31058, 851, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"baf6f459-3076-46fe-ab13-02c02df33740", CellID->778415021], -Cell[31218, 856, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8df49a20-4d70-4e40-b8ae-384962847cce", +Cell[31198, 854, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8df49a20-4d70-4e40-b8ae-384962847cce", CellID->1194386356], -Cell[31440, 862, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e549cb4-b3f5-4d3d-b84b-05258fe7a50c", +Cell[31420, 860, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e549cb4-b3f5-4d3d-b84b-05258fe7a50c", CellID->1641706272], -Cell[31655, 867, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"98aebb18-16d4-4a3e-bde4-a8cbbdf12365", +Cell[31635, 865, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"98aebb18-16d4-4a3e-bde4-a8cbbdf12365", CellID->399251956], -Cell[31884, 873, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"20517dd4-f3df-4671-a9db-46b9dc117c93", +Cell[31864, 871, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"20517dd4-f3df-4671-a9db-46b9dc117c93", CellID->821434655] }, Open ]], -Cell[32121, 879, 78, 0, 70, "FooterCell",ExpressionUUID->"0f0d768b-264a-4247-9530-3d3f4ba292c7"] +Cell[32101, 877, 78, 0, 70, "FooterCell",ExpressionUUID->"402b3190-4890-45ae-b24a-48eb72c7c4d4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GenConcession.nb b/Documentation/English/ReferencePages/Symbols/GenConcession.nb index 720dfaf..2c44933 100644 --- a/Documentation/English/ReferencePages/Symbols/GenConcession.nb +++ b/Documentation/English/ReferencePages/Symbols/GenConcession.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43093, 1119] -NotebookOptionsPosition[ 34947, 958] -NotebookOutlinePosition[ 37042, 1011] -CellTagsIndexPosition[ 36957, 1006] +NotebookDataLength[ 43075, 1116] +NotebookOptionsPosition[ 34934, 956] +NotebookOutlinePosition[ 37053, 1010] +CellTagsIndexPosition[ 36968, 1005] WindowTitle->GenConcession WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1f39f997-1e16-43a5-85ef-c9e6f5577df1"], + "e325a430-a4c5-4341-ae7e-e7a43c611d99"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "421c3952-7276-4a4f-9769-d5d43c6713b3"], + "a68a3f94-0d8e-411e-a1b7-f26d9b79e793"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "44b27249-3708-4325-9364-147130271a14"] - }],ExpressionUUID->"3bc07cc1-324a-435e-b1f8-008507a15ecd"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "63e7e1d6-bf49-4543-a021-d92a59460964"] + }],ExpressionUUID->"2bcdaffd-29e6-4f50-b9e6-c73944f10295"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1d585624-f58a-4ac2-8077-5fa47120f378"], + "9c366230-8b27-4a40-86a6-0e161c30112b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6df16c31-af7a-4dad-8fd0-d9758d23ffec"] - }],ExpressionUUID->"231df9b8-3325-428a-9ed3-12dfb3a65c6e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "64c94ddc-5a53-4e77-b686-e53c5f2cd364"] + }],ExpressionUUID->"c0da8143-802c-4c03-9d04-c8bf2b1dc2f5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "154c4988-99a8-488e-ad0d-ad34c2f1bd86"], + "7c8e7e4b-2e4e-4c96-9fdc-a9811a0e6abb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1cb77867-a040-4154-843c-c1040ac84a9c"] - }],ExpressionUUID->"79e70954-a014-4f95-982b-4c33607ace56"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "381d35ee-6801-4a68-b797-5b1e9e9ec0fc"] + }],ExpressionUUID->"445512d0-a200-48d8-8e1a-6372044e90e1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "025a6e7d-6fc3-4a60-82f2-0e15579d4f27"], + "7a4a8e50-6942-4e88-baa0-d697ae70d4c9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "072d41be-df4d-416c-b7c2-dca8c96dcdf1"] - }],ExpressionUUID->"ab2fd6e9-5c21-42ca-ac87-d0ff0bf0db80"], - StripOnInput->False], {"\<\"TUG/ref/GenConcession\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GenConcession"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GenConcession.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$85483], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GenConcession" <> ".html"], None}]}]}, + "ef1057d5-66cd-43eb-bb6f-32f624e78c0b"] + }],ExpressionUUID->"eeb719e8-6b5b-491d-b447-ab444aae6079"], + StripOnInput->False],{ + "\"TUG/ref/GenConcession\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GenConcession"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +GenConcession.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$92964], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GenConcession" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "42ae213b-0724-4c24-84fd-9bc2da79d441"] + "80b58cca-f1f6-4270-9738-2679e4b40c4e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3adc10db-32eb-435a-a7af-3bcf728b95ad"]} + "d0d2433d-99c2-4960-8755-9a01dd7aefd9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c70b282f-ceb3-4310-a45a-2bfdd3681fdf"], + CellID->1,ExpressionUUID->"ac237c9c-0b20-45b2-a96e-2abc32c40db7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4640d38a-250b-43c5-a32a-47ffcf6a6d6c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"407e8ecd-3cdc-4842-88ff-8514799c1b60"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GenConcession", "ObjectName",ExpressionUUID-> - "821facb7-504a-42c1-89b8-2ea3c843b32a"], + "6c384f3b-812b-4dab-abdf-96628bc137b6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"129a90c4-61d3-4dad-9206-6afa5bbc23b5"], + "Spacer1"]],ExpressionUUID->"69676c66-4909-44c0-a2a4-bbd071632ec3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0d09d396-1f68-4132-9ba2-fc3174bb4121"] - }],ExpressionUUID->"756ba603-088e-4656-ad09-0d4d91648e11"], Cell[BoxData[ + "9c4bcb74-c3c1-4351-aa24-beca6897719b"] + }],ExpressionUUID->"c1594749-ad00-452c-8fd8-166d74ac6a0c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "22ff62d0-9417-4abb-ac58-dc7d64237598"]} + "857e5b59-3735-4371-be79-5a6ffabadef6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"96a4dcc7-7262-44b0-a9a2-8dc4a2ae3eed"], + CacheGraphics->False,ExpressionUUID->"e74cef86-77f2-4fbd-9b97-e886df863f0b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ "65e573e0-7d96-4e9f-b3be-7ac5135680fc"], " \[LineSeparator]computes the maximum concession of players w.r.t. \ their generalized utopia payoff." - }],ExpressionUUID->"d0235a90-f43e-4f39-a997-d719424ad4df"]} + }],ExpressionUUID->"254b83c2-fc6b-4793-9398-56a63e7ed28f"]} }]], "Usage", CellID->33443637,ExpressionUUID->"bf3b9ecb-f803-4529-8b8d-0bfbe63fe198"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1a6064f5-1a33-4dff-889d-72bb6664006a"], + ExpressionUUID->"d5010a77-3437-4f71-b7fd-c521bcf2a41d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8b0cbb4a-4b60-4ac2-a0f8-e8a08be86da4"], + "Spacer1"]],ExpressionUUID->"ffd8dde8-ed10-4a0e-a94f-647978876509"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e22af99e-1026-42d5-907e-41c397280ca2"], + }], "NotesFrameText",ExpressionUUID->"528ab0fe-a600-4f81-bada-f0e51b767fdc"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f807d0e0-b5ec-44e9-847b-bde96f2cd588"]], \ + "Preemptive"]],ExpressionUUID->"1e74c758-0363-4c80-ac50-c461a1608991"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->15404532,ExpressionUUID->"606040d6-6250-4e97-ba82-784c991a1e78"], + CellID->2119665223,ExpressionUUID->"3549c052-7242-4f6a-b551-35ced987902b"], Cell[TextData[{ "The input expression ", @@ -365,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"58df110e-f17a-4fd8-8b3e-3ec6a4cf4b7e"], + ExpressionUUID->"b3de55e3-cc73-483a-92a2-c758987016c7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cdc5d9e6-df7a-44d1-a738-5e4244d6b4ff"], + "Spacer1"]],ExpressionUUID->"76a78da7-d2e0-46c8-9d8c-d2d4b5ec5338"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e459edeb-5d6f-4423-af6b-b86341bc351c"] + "e61888df-1e57-491a-a1e7-b04e95b08640"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->603855872,ExpressionUUID->"be27eb06-18c8-47ad-bd1a-e0daae3935a3"], + CellID->1956188121,ExpressionUUID->"4629376a-f299-4d00-8f59-a18fc826e6f9"], Cell[CellGroupData[{ @@ -406,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"82340f2b-5a5b-43c5-89be-3c8ec0d1eab5"], + ExpressionUUID->"01dba379-2a38-445d-af62-13dac5a6e0e8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fd4733d5-401c-41ae-b20c-f72870f6efb2"], + "Spacer1"]],ExpressionUUID->"5fe04e3f-ae97-4347-b759-259f468c1cea"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "02525de9-1bd0-4323-bbe8-0f7fc302d63e"] + "cb0c7af6-909f-4cc8-9eeb-9f669880ba6f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->476366229,ExpressionUUID->"e141a244-6b98-4479-a38a-333cb8918e59"], + CellID->1397451474,ExpressionUUID->"2857d66d-eba8-47b0-a93c-b2bd2d6a2922"], Cell["Loading the package:", "ExampleText", CellID->2091661596,ExpressionUUID->"a0433a57-da3d-4920-8322-20117f93dc50"], @@ -594,8 +595,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -757,15 +756,15 @@ Cell[BoxData[GridBox[{ "55da6717-51aa-4c5a-bfdd-a8cba37abd55"] }], "SeeAlso",ExpressionUUID->"4bd3e96e-1cec-4237-9f2c-931fd0a35dd8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9ab35586-85b8-41f6-ac2d-\ -b029418e4e0c"], + }]], "SeeAlsoSection",ExpressionUUID->"d7ee0904-7f5b-4173-bbc0-\ +f9f52082e1be"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -777,9 +776,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2eac2d44-98f5-40bf-9c0a-7bfce20894d4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d2ccc94e-9234-4173-a644-\ -93c7c713d6c9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1e44c10d-55bd-4937-90e3-\ +0844518a3607"], Cell[BoxData[GridBox[{ { @@ -796,7 +794,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "93c025a8-9345-4d94-9308-326bc86afcd6"]}]}, + "c28b348b-b9ec-4161-afa0-1f35470ad0fe"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -804,10 +802,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "21c55cfb-166b-4a51-bb81-c856fffc27a4"]}]} + "79fbe55f-8cf4-49ee-9836-00b42639aed7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3b75c7c9-6f0e-4fa4-a72a-\ -83d479296387"], + }]], "MoreAboutSection",ExpressionUUID->"f4ce056a-e83d-4a24-a465-\ +511330bcb430"], Cell[BoxData[GridBox[{ { @@ -834,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "90c5cc02-4e65-47ba-8da2-ee4f4e5e1afe"]], "RelatedLinks", + "9880d33a-7144-475a-b33a-c982d7853556"]], "RelatedLinks", ExpressionUUID->"e12ce8e5-2af7-4c95-95be-be3dda8787d3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -852,7 +850,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2484fe0e-4f96-400e-a78b-4849aca287a5"]], "RelatedLinks", + "868847f4-ec06-45ea-95e5-6fea880ec735"]], "RelatedLinks", ExpressionUUID->"a7a37d67-01e4-4172-a5a5-6d601fb9b15a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -869,7 +867,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "496ce620-ce3f-4816-bff0-3623c6abe79e"]], "RelatedLinks", + "7ecb282a-862d-460c-8831-598f96651e0c"]], "RelatedLinks", ExpressionUUID->"d61e860a-5d63-457f-9809-9cce5833ab74"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -886,7 +884,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenUpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e7e6cc3f-e702-4d1d-90d8-fd429150697c"]], "RelatedLinks", + "99f3ef21-1b9e-4a6c-b4ca-7749a1e387ed"]], "RelatedLinks", ExpressionUUID->"40957cf9-b514-4a72-858f-b71bcaee4ee5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -903,7 +901,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cda3c00e-82ed-4001-905b-f2894fdbb686"]], "RelatedLinks", + "8cffd695-901a-4e3d-b784-27df83d52ce5"]], "RelatedLinks", ExpressionUUID->"5b8980fb-76ed-4144-b5a8-f9cc0dc1f4fc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -920,11 +918,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "def5da4c-5a76-4beb-8e4f-1644396dc36d"]], "RelatedLinks", + "bd06336c-f1b7-4a93-806f-fe82ea57ca71"]], "RelatedLinks", ExpressionUUID->"274e8c81-492f-49e4-9909-4bf96b4cc414"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5af2ad9a-4e50-4d70-80c2-\ -acf64afc1d46"], + }]], "RelatedLinksSection",ExpressionUUID->"e8fc2a6d-c3af-4358-95ca-\ +383aa2fee5b4"], Cell[CellGroupData[{ @@ -954,11 +952,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0083a837-a0f9-4be4-a279-373eb36f4ec4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"355483db-1e27-4577-89f5-f8d7db8ba082"] +Cell[" ", "FooterCell",ExpressionUUID->"12aa2684-bb47-4f97-aeae-b29454fe7115"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GenConcession", TaggingRules->{ @@ -969,17 +967,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 14.285826}", + "built" -> "{2024, 6, 3, 16, 52, 55.262428}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GenConcession[game] computes the maximum concession of players w.r.t. \ their generalized utopia payoff.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "GenConcession", "titlemodifier" -> "", "windowtitle" -> - "GenConcession", "type" -> "Symbol", "uri" -> "TUG/ref/GenConcession"}}, + "title" -> "GenConcession", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "GenConcession", "type" -> "Symbol", "uri" -> + "TUG/ref/GenConcession"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -988,9 +987,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f205cf7b-dc4e-453e-844f-c9b09c1bb25d" +ExpressionUUID->"e134cfe8-36a1-4a4c-95e8-c446ef7b97fd" ] (* End of Notebook Content *) @@ -998,129 +997,127 @@ ExpressionUUID->"f205cf7b-dc4e-453e-844f-c9b09c1bb25d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13139, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be27eb06-18c8-47ad-bd1a-e0daae3935a3", + Cell[13158, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4629376a-f299-4d00-8f59-a18fc826e6f9", CellTags->"PrimaryExamplesSection", - CellID->603855872]} + CellID->1956188121]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36757, 999} + {"PrimaryExamplesSection", 36767, 998} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7112, 170, 56, "AnchorBarGrid",ExpressionUUID->"c70b282f-ceb3-4310-a45a-2bfdd3681fdf", +Cell[585, 21, 7129, 171, 57, "AnchorBarGrid",ExpressionUUID->"ac237c9c-0b20-45b2-a96e-2abc32c40db7", CellID->1], -Cell[7700, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4640d38a-250b-43c5-a32a-47ffcf6a6d6c"], +Cell[7717, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"407e8ecd-3cdc-4842-88ff-8514799c1b60"], Cell[CellGroupData[{ -Cell[7811, 197, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"96a4dcc7-7262-44b0-a9a2-8dc4a2ae3eed"], -Cell[9101, 234, 497, 10, 111, "Usage",ExpressionUUID->"bf3b9ecb-f803-4529-8b8d-0bfbe63fe198", +Cell[7828, 198, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e74cef86-77f2-4fbd-9b97-e886df863f0b"], +Cell[9118, 235, 497, 10, 111, "Usage",ExpressionUUID->"bf3b9ecb-f803-4529-8b8d-0bfbe63fe198", CellID->33443637] }, Open ]], Cell[CellGroupData[{ -Cell[9635, 249, 1893, 47, 37, "NotesSection",ExpressionUUID->"606040d6-6250-4e97-ba82-784c991a1e78", +Cell[9652, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"3549c052-7242-4f6a-b551-35ced987902b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->15404532], -Cell[11531, 298, 515, 12, 57, "Notes",ExpressionUUID->"052fcbcf-ac06-4e76-b4a1-3823cda3602f", + CellID->2119665223], +Cell[11550, 299, 515, 12, 57, "Notes",ExpressionUUID->"052fcbcf-ac06-4e76-b4a1-3823cda3602f", CellID->1014199156], -Cell[12049, 312, 489, 12, 37, "Notes",ExpressionUUID->"48813893-daef-4d3d-9105-e08faad44ed1", +Cell[12068, 313, 489, 12, 38, "Notes",ExpressionUUID->"48813893-daef-4d3d-9105-e08faad44ed1", CellID->177724765], -Cell[12541, 326, 246, 4, 57, "Notes",ExpressionUUID->"c1ff656f-7416-4e0d-976a-5a95556706ea", +Cell[12560, 327, 246, 4, 57, "Notes",ExpressionUUID->"c1ff656f-7416-4e0d-976a-5a95556706ea", CellID->1711697993], -Cell[12790, 332, 222, 4, 36, "Notes",ExpressionUUID->"133b2401-939f-46ac-afa6-1ba5dfcec4d2", +Cell[12809, 333, 222, 4, 36, "Notes",ExpressionUUID->"133b2401-939f-46ac-afa6-1ba5dfcec4d2", CellID->1269221257] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13139, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be27eb06-18c8-47ad-bd1a-e0daae3935a3", +Cell[13158, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4629376a-f299-4d00-8f59-a18fc826e6f9", CellTags->"PrimaryExamplesSection", - CellID->603855872], + CellID->1956188121], Cell[CellGroupData[{ -Cell[14584, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e141a244-6b98-4479-a38a-333cb8918e59", - CellID->476366229], -Cell[15985, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"a0433a57-da3d-4920-8322-20117f93dc50", +Cell[14604, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2857d66d-eba8-47b0-a93c-b2bd2d6a2922", + CellID->1397451474], +Cell[16006, 422, 119, 1, 39, "ExampleText",ExpressionUUID->"a0433a57-da3d-4920-8322-20117f93dc50", CellID->2091661596], Cell[CellGroupData[{ -Cell[16129, 426, 167, 3, 27, "Input",ExpressionUUID->"d2620efa-caf5-4af1-a4a5-6bb8d3d281ff", +Cell[16150, 427, 167, 3, 27, "Input",ExpressionUUID->"d2620efa-caf5-4af1-a4a5-6bb8d3d281ff", CellID->100881317], Cell[CellGroupData[{ -Cell[16321, 433, 236, 4, 23, "Print",ExpressionUUID->"59a9815e-8419-415f-b7c2-3c19342e93d4", +Cell[16342, 434, 236, 4, 23, "Print",ExpressionUUID->"59a9815e-8419-415f-b7c2-3c19342e93d4", CellID->1816549172], -Cell[16560, 439, 365, 8, 23, "Print",ExpressionUUID->"0ec4c511-6a28-471d-a267-bc828432b892", +Cell[16581, 440, 365, 8, 23, "Print",ExpressionUUID->"0ec4c511-6a28-471d-a267-bc828432b892", CellID->1592821876], -Cell[16928, 449, 235, 4, 23, "Print",ExpressionUUID->"220e792e-ea30-44d8-bdb5-30e6213cb967", +Cell[16949, 450, 235, 4, 23, "Print",ExpressionUUID->"220e792e-ea30-44d8-bdb5-30e6213cb967", CellID->588186079], -Cell[17166, 455, 219, 3, 23, "Print",ExpressionUUID->"3476d201-f09c-406a-89e0-2b618acc2ad6", +Cell[17187, 456, 219, 3, 23, "Print",ExpressionUUID->"3476d201-f09c-406a-89e0-2b618acc2ad6", CellID->346839757], -Cell[17388, 460, 206, 3, 23, "Print",ExpressionUUID->"e818da51-b7b4-4fa3-95fd-ee8094fa9cc0", +Cell[17409, 461, 206, 3, 23, "Print",ExpressionUUID->"e818da51-b7b4-4fa3-95fd-ee8094fa9cc0", CellID->595358805], -Cell[17597, 465, 236, 4, 23, "Print",ExpressionUUID->"da8a76b1-9c87-440d-a60a-7073263f70ec", +Cell[17618, 466, 236, 4, 23, "Print",ExpressionUUID->"da8a76b1-9c87-440d-a60a-7073263f70ec", CellID->944419374], -Cell[17836, 471, 219, 3, 23, "Print",ExpressionUUID->"c8a54f50-bd5c-4052-a2b5-8ecf223e3d1c", +Cell[17857, 472, 219, 3, 23, "Print",ExpressionUUID->"c8a54f50-bd5c-4052-a2b5-8ecf223e3d1c", CellID->450719176], -Cell[18058, 476, 235, 4, 23, "Print",ExpressionUUID->"477ef351-9f1c-4d18-80e0-2c9f721153d0", +Cell[18079, 477, 235, 4, 23, "Print",ExpressionUUID->"477ef351-9f1c-4d18-80e0-2c9f721153d0", CellID->367799014], -Cell[18296, 482, 235, 4, 23, "Print",ExpressionUUID->"2fdbdb91-4edc-479c-aee0-7c581708ef8b", +Cell[18317, 483, 235, 4, 23, "Print",ExpressionUUID->"2fdbdb91-4edc-479c-aee0-7c581708ef8b", CellID->332652923], -Cell[18534, 488, 206, 3, 23, "Print",ExpressionUUID->"4a37a75c-8994-497b-a022-01c23472ba4b", +Cell[18555, 489, 206, 3, 23, "Print",ExpressionUUID->"4a37a75c-8994-497b-a022-01c23472ba4b", CellID->621882682], -Cell[18743, 493, 235, 4, 70, "Print",ExpressionUUID->"8ac61e10-eb04-4870-bd52-a5c89c8ab509", +Cell[18764, 494, 235, 4, 23, "Print",ExpressionUUID->"8ac61e10-eb04-4870-bd52-a5c89c8ab509", CellID->934531217] }, Open ]] }, Open ]], -Cell[19005, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"e36947d3-45df-4fa7-b782-b00cf82b7f8e", +Cell[19026, 502, 136, 1, 70, "ExampleText",ExpressionUUID->"e36947d3-45df-4fa7-b782-b00cf82b7f8e", CellID->530970871], -Cell[19144, 504, 234, 6, 70, "Input",ExpressionUUID->"3c1eb32f-0593-49eb-b638-5f80a97b2f84", +Cell[19165, 505, 234, 6, 70, "Input",ExpressionUUID->"3c1eb32f-0593-49eb-b638-5f80a97b2f84", CellID->218872241], -Cell[19381, 512, 381, 9, 70, "Input",ExpressionUUID->"b3189889-6520-4c59-aaaa-f4bc8afd67ae", +Cell[19402, 513, 381, 9, 70, "Input",ExpressionUUID->"b3189889-6520-4c59-aaaa-f4bc8afd67ae", CellID->1600548192], -Cell[19765, 523, 238, 6, 70, "Input",ExpressionUUID->"3939b4cc-6d27-43aa-9327-9715db34b764", +Cell[19786, 524, 238, 6, 70, "Input",ExpressionUUID->"3939b4cc-6d27-43aa-9327-9715db34b764", CellID->1389840162], -Cell[20006, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"3f8eb5dd-8ae0-4752-8b4b-d735d8d1513e", +Cell[20027, 532, 190, 4, 70, "ExampleText",ExpressionUUID->"3f8eb5dd-8ae0-4752-8b4b-d735d8d1513e", CellID->626777530], Cell[CellGroupData[{ -Cell[20221, 539, 171, 3, 70, "Input",ExpressionUUID->"fb6fd21f-fee8-4524-b0d7-2063b513b7b4", +Cell[20242, 540, 171, 3, 70, "Input",ExpressionUUID->"fb6fd21f-fee8-4524-b0d7-2063b513b7b4", CellID->1441458477], -Cell[20395, 544, 171, 4, 36, "Output",ExpressionUUID->"42b0e2c2-7ba5-4b33-9aee-4170e4d5834f", +Cell[20416, 545, 171, 4, 36, "Output",ExpressionUUID->"42b0e2c2-7ba5-4b33-9aee-4170e4d5834f", CellID->63874429] }, Open ]], -Cell[20581, 551, 222, 4, 70, "ExampleText",ExpressionUUID->"1805b126-f4cf-4e6d-8484-db5ec3cdbdf2", +Cell[20602, 552, 222, 4, 70, "ExampleText",ExpressionUUID->"1805b126-f4cf-4e6d-8484-db5ec3cdbdf2", CellID->732616959], Cell[CellGroupData[{ -Cell[20828, 559, 171, 3, 70, "Input",ExpressionUUID->"1f4a8852-f2e7-40a5-9b97-390bc5ff2fef", +Cell[20849, 560, 171, 3, 70, "Input",ExpressionUUID->"1f4a8852-f2e7-40a5-9b97-390bc5ff2fef", CellID->1395142151], -Cell[21002, 564, 225, 5, 36, "Output",ExpressionUUID->"6f4b141a-03b0-4611-b1ec-2d2a0920b487", +Cell[21023, 565, 225, 5, 36, "Output",ExpressionUUID->"6f4b141a-03b0-4611-b1ec-2d2a0920b487", CellID->1385562822] }, Open ]], -Cell[21242, 572, 131, 1, 70, "ExampleText",ExpressionUUID->"e741bf71-6fb9-472b-b909-4dbc1644374b", +Cell[21263, 573, 131, 1, 70, "ExampleText",ExpressionUUID->"e741bf71-6fb9-472b-b909-4dbc1644374b", CellID->824440163], Cell[CellGroupData[{ -Cell[21398, 577, 167, 3, 70, "Input",ExpressionUUID->"07e17830-6f32-48f8-9d67-a4af7520b9b5", +Cell[21419, 578, 167, 3, 70, "Input",ExpressionUUID->"07e17830-6f32-48f8-9d67-a4af7520b9b5", CellID->214367131], -Cell[21568, 582, 213, 5, 36, "Output",ExpressionUUID->"f8b1ccfb-8f30-44db-83ba-fafdf216f04e", +Cell[21589, 583, 213, 5, 36, "Output",ExpressionUUID->"f8b1ccfb-8f30-44db-83ba-fafdf216f04e", CellID->1771970873] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22044, 597, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"d7ee0904-7f5b-4173-bbc0-f9f52082e1be"], +Cell[27941, 761, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1e44c10d-55bd-4937-90e3-0844518a3607"], +Cell[28614, 781, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4ce056a-e83d-4a24-a465-511330bcb430"], +Cell[29650, 809, 4134, 115, 70, "RelatedLinksSection",ExpressionUUID->"e8fc2a6d-c3af-4358-95ca-383aa2fee5b4"], Cell[CellGroupData[{ -Cell[22045, 598, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"9ab35586-85b8-41f6-ac2d-b029418e4e0c"], -Cell[27942, 762, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d2ccc94e-9234-4173-a644-93c7c713d6c9"] -}, Open ]], -Cell[28627, 783, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3b75c7c9-6f0e-4fa4-a72a-83d479296387"], -Cell[29663, 811, 4134, 115, 70, "RelatedLinksSection",ExpressionUUID->"5af2ad9a-4e50-4d70-80c2-acf64afc1d46"], -Cell[CellGroupData[{ -Cell[33822, 930, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8e06f947-63cd-4a42-96ed-c021023e8662", +Cell[33809, 928, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8e06f947-63cd-4a42-96ed-c021023e8662", CellID->778415021], -Cell[33962, 933, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61be5b3d-b647-4ec5-8e6b-df4d2324f1ec", +Cell[33949, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61be5b3d-b647-4ec5-8e6b-df4d2324f1ec", CellID->1194386356], -Cell[34184, 939, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"101100f1-62aa-4092-9390-a20f8a31a81a", +Cell[34171, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"101100f1-62aa-4092-9390-a20f8a31a81a", CellID->1641706272], -Cell[34399, 944, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"78a30d9a-7481-4c74-9eff-7b523100877a", +Cell[34386, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"78a30d9a-7481-4c74-9eff-7b523100877a", CellID->399251956], -Cell[34628, 950, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0083a837-a0f9-4be4-a279-373eb36f4ec4", +Cell[34615, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0083a837-a0f9-4be4-a279-373eb36f4ec4", CellID->821434655] }, Open ]], -Cell[34865, 956, 78, 0, 70, "FooterCell",ExpressionUUID->"355483db-1e27-4577-89f5-f8d7db8ba082"] +Cell[34852, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"12aa2684-bb47-4f97-aeae-b29454fe7115"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GenGap.nb b/Documentation/English/ReferencePages/Symbols/GenGap.nb index 4b98064..ff17af0 100644 --- a/Documentation/English/ReferencePages/Symbols/GenGap.nb +++ b/Documentation/English/ReferencePages/Symbols/GenGap.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43321, 1123] -NotebookOptionsPosition[ 35195, 962] -NotebookOutlinePosition[ 37267, 1015] -CellTagsIndexPosition[ 37181, 1010] +NotebookDataLength[ 43255, 1118] +NotebookOptionsPosition[ 35146, 959] +NotebookOutlinePosition[ 37235, 1012] +CellTagsIndexPosition[ 37149, 1007] WindowTitle->GenGap WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "de5e27cc-4649-4a2b-a4bb-2a08721d3d69"], + "22c8c418-c5d3-40a1-b8c1-fd05d6c14dd9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "89a7e6b2-5201-4a39-9126-3ffe4e23799d"], + "22fb65e8-8226-4ea0-8004-e415e532f203"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "70d7a29f-2aa2-4d38-a4e5-606fd3e99658"] - }],ExpressionUUID->"c658b8d8-bba6-4b54-b8f7-280d12b0f9a7"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "2cb60590-4bed-460e-88a3-49ca17b8e061"] + }],ExpressionUUID->"83a19e7f-fcf3-40f6-960a-3238e5dcb1b9"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "474ad6d5-8538-4a64-89d6-6b8ede986bb5"], + "d8f94ffe-834d-4282-8b97-eb8d9ea37834"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f474111-f5b9-41a4-8b20-6d7406e7ba8a"] - }],ExpressionUUID->"459fef2b-b1cb-401e-ad00-87b6fc46aa91"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "51ed16b6-30e4-493b-9fa8-51bcd7bfeefc"] + }],ExpressionUUID->"75241d39-1b7c-4512-85d6-e2f878f864ba"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0ef22a16-8e62-4bd1-8e71-7b48cedccb41"], + "c2332b5c-91d2-4287-961b-1cddac6c502c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "266c96dc-2ac2-4e98-bca6-3494c1664144"] - }],ExpressionUUID->"ce37b113-e23c-4d5f-995b-3c6515480a5b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a22c64c9-e717-4cc3-a9f1-cadbd554af9f"] + }],ExpressionUUID->"c13a5079-4cd7-401c-b384-da4e79a4d6af"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e441745f-65e1-4047-aca1-62caafd4a3f1"], + "1a1e751f-6747-4283-a2a7-a97d5a538735"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d95368bf-2f81-4370-bbfc-ebf7e803addf"] - }],ExpressionUUID->"fd81cdc3-e0be-450e-a3f7-db5ad4bce188"], - StripOnInput->False], {"\<\"TUG/ref/GenGap\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GenGap"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GenGap.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$86065], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/GenGap" <> - ".html"], None}]}]}, + "4673a51e-cfae-4dd7-82dd-064fbe0b43ef"] + }],ExpressionUUID->"129a8637-e5c9-45ca-ba01-10417182a63a"], + StripOnInput->False],{ + "\"TUG/ref/GenGap\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/GenGap"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/GenGap.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$93580], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GenGap" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "45b6c848-805a-4a4d-b82d-a02f4be61d0b"] + "14556519-61d4-48f4-a3ef-ea6fc7c02c2e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c385c555-97a2-4835-a2f1-5f4bf5e82dd2"]} + "4f253941-e5ab-4554-a410-34c7ab7de1b8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6f1872fd-f352-4ac7-a767-557118980559"], + CellID->1,ExpressionUUID->"03a6be20-e30e-467c-b47f-95267d587c82"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e492d381-2034-4b86-94ff-f4cd1bbdbb57"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ed69a5fc-6e49-4cfb-8195-b20604fa5967"], Cell[CellGroupData[{ @@ -199,14 +199,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GenGap", "ObjectName",ExpressionUUID-> - "bcf2df8b-4637-4422-a58a-ca0f8c4ffe3d"], + "60abbc23-e1f3-4452-b377-daf99f4205cf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b5008963-daa5-403f-85c6-cd61043cdbde"], + "Spacer1"]],ExpressionUUID->"2da3f6fe-76ec-49a5-83b1-b5d5fbde45a0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ff1d7675-31f2-4458-9300-8a370c4e30d4"] - }],ExpressionUUID->"887bf0f9-f531-4f52-bf28-00dd2657c3eb"], Cell[BoxData[ + "373f9320-9b60-4544-9f9a-0e1a4cc15e9e"] + }],ExpressionUUID->"acd1c84a-4f2e-4219-a826-846a839b382d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +228,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cc1a67b9-b65c-46da-b4da-938add2b151c"]} + "9c69139e-f27c-4509-a3ef-9f026bd53bfd"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3ad0b746-4912-433a-a46d-0922be22b054"], + CacheGraphics->False,ExpressionUUID->"85bca14f-f4cc-4ab3-9970-4478a6221938"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +240,7 @@ Cell[BoxData[GridBox[{ "72eb5795-e0b3-48db-bada-ae38b447d74c"], " \[LineSeparator]balances the difference of the total generalized \ utopia payoff of a coalition and its value." - }],ExpressionUUID->"71b1f6a4-b372-407b-a1ef-47ae8e8f344b"]} + }],ExpressionUUID->"ebf97fa5-d8b7-41ef-9963-a309a6a35d74"]} }]], "Usage", CellID->1546454277,ExpressionUUID->"50a556f8-0c37-484d-94bd-3349b11d7650"] }, Open ]], @@ -273,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9f9a1faa-80ab-4f91-b112-ae675e8a5e33"], + ExpressionUUID->"9f11630a-9278-4317-831a-3c3247d8f070"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6e74afc1-fd54-4ffd-aa8b-f6e24599c46a"], + "Spacer1"]],ExpressionUUID->"4dbf0a1b-997e-473f-bb8b-7b02db176f1a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"dddd5965-55d0-41a7-8852-aeafce0d3b4c"], + }], "NotesFrameText",ExpressionUUID->"95a03933-9501-4ee8-bf64-bd992e4f54ec"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ffd0fe9e-da60-43e4-9dc3-a6289467b72c"]], \ + "Preemptive"]],ExpressionUUID->"f9c57752-8235-43e4-9a34-6dffeded8223"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1040457212,ExpressionUUID->"50daa325-bb97-457d-865c-51bb33574e5a"], + CellID->1889700237,ExpressionUUID->"8c76f659-edae-4f9b-963d-9831ed7cac00"], Cell[TextData[{ "The input expression ", @@ -365,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a1458073-e75b-4935-990d-f5ff3db36953"], + ExpressionUUID->"c8ee4971-3bd4-4a9a-8070-ddf800beb3a9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"05bb3d34-a75d-4078-8777-e36cc3dfd6cc"], + "Spacer1"]],ExpressionUUID->"3bd69a81-18e5-414b-9b99-c4e2919ef146"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9d6c49e1-518c-4352-8ef2-74c51bb42970"] + "18e5a528-ff6d-4d89-b22b-87316801427c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1949937180,ExpressionUUID->"5b8988cc-71dc-48cf-9fef-d89f472b0c80"], + CellID->907734898,ExpressionUUID->"8083e9ed-52cf-4440-b299-564ba09df016"], Cell[CellGroupData[{ @@ -406,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7a951855-c800-432a-b1b0-709a5287065f"], + ExpressionUUID->"170086e8-4c14-40b5-b681-0c385d34011e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0dd66e95-3015-47cb-a2f3-028aa1d262ed"], + "Spacer1"]],ExpressionUUID->"cf706b38-cf5d-4baf-948e-60b5afc604c8"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "48fc27bf-ff38-427f-9b22-3fa4251d8ed6"] + "0953728c-d225-443a-9761-5eeb60be336d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->152773420,ExpressionUUID->"fadcfb5c-6778-4c59-9ed5-58331ce0ba4a"], + CellID->825347848,ExpressionUUID->"bec2c31d-6160-4a38-8344-01015012cd6a"], Cell["Loading the package:", "ExampleText", CellID->38017929,ExpressionUUID->"09693c0f-4935-43c9-a70f-66dd004dd8a5"], @@ -598,8 +598,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -761,15 +759,15 @@ Cell[BoxData[GridBox[{ "5db0fefb-3010-42cf-a16d-d2dab444751e"] }], "SeeAlso",ExpressionUUID->"f1406d0f-a2c6-4928-8e5b-b5d7c5b46166"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fce12477-6068-4265-8a06-\ -affb5b35eeeb"], + }]], "SeeAlsoSection",ExpressionUUID->"73f8e5d2-d7af-4665-99ce-\ +653ac2c185b1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -781,9 +779,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d1b27e0d-3ccb-41f4-9884-c41cd9869ca6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f7d2c0f4-7f28-4197-8b1e-\ -72f0d1fc6967"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0e5dc394-ea5a-4f52-8228-\ +2471ef23e34b"], Cell[BoxData[GridBox[{ { @@ -800,7 +797,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fd4afe80-80bb-411a-82fc-e1633174468d"]}]}, + "35bb41b3-7f69-4969-b733-cf1a511e9dd3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -808,10 +805,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "748d1e99-eb36-4940-9363-147601d65324"]}]} + "5a4d6a70-f556-4dbb-bb05-842e212ff872"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9c945ade-add0-4083-a82a-\ -af6abf649731"], + }]], "MoreAboutSection",ExpressionUUID->"187e8602-e6bb-4760-8c28-\ +64a6657645f4"], Cell[BoxData[GridBox[{ { @@ -838,7 +835,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7ddde52b-bf2a-4f26-9f35-be37390020b1"]], "RelatedLinks", + "694b6ea8-e3eb-4212-ae27-874e3f832f99"]], "RelatedLinks", ExpressionUUID->"19015403-9e0e-4578-9654-4855ab0ecbcd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -856,7 +853,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cd1bce99-a59c-4c3e-af7e-0630e8d951bd"]], "RelatedLinks", + "2ae66038-5a8f-4dea-9fdf-04590dafdfeb"]], "RelatedLinks", ExpressionUUID->"e2d6525c-1b57-4000-b628-770c59e73b5d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +870,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "128e300a-5fdf-40df-95ec-a15a899678c1"]], "RelatedLinks", + "6abde8f4-6c97-4837-ba5f-641f6d60cb70"]], "RelatedLinks", ExpressionUUID->"4c1bdd6b-6bd5-4a2f-901e-40606b533d2b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,7 +887,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d5f307aa-162b-485e-a3a5-2082653786c9"]], "RelatedLinks", + "5819c6e4-241d-4a60-886c-d52a84f26c61"]], "RelatedLinks", ExpressionUUID->"7918a6ab-1563-4c59-89f6-ac148f70f8f5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -907,7 +904,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenConcession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f80ec0b0-d338-4235-b91b-f76691d82373"]], "RelatedLinks", + "1737651f-8c38-4ecc-a0fe-173a90e0a432"]], "RelatedLinks", ExpressionUUID->"e731dd57-17f2-495c-b099-6fd6c4294294"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -924,11 +921,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9394c71a-df53-4576-b860-23148c72ce53"]], "RelatedLinks", + "f093d8ff-e085-498d-b82a-3b066f6bdcc4"]], "RelatedLinks", ExpressionUUID->"2adba963-bb79-488b-8e33-0462d96c82c1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"345f02cf-5a4b-4411-bba0-\ -e2ec51591a82"], + }]], "RelatedLinksSection",ExpressionUUID->"08a1f3db-cb68-4c50-a4ed-\ +483fa8ba9b64"], Cell[CellGroupData[{ @@ -958,11 +955,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"53dec2fd-0b36-419c-8061-51597f4c359b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"43dbcbb0-115f-4675-a733-e78eba612faa"] +Cell[" ", "FooterCell",ExpressionUUID->"11ab6d35-05c6-49f1-89a4-4363c30f6e71"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GenGap", TaggingRules->{ @@ -973,17 +970,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 15.706752}", + "built" -> "{2024, 6, 3, 16, 52, 55.966326}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GenGap[game] balances the difference of the total generalized utopia \ payoff of a coalition and its value.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "GenGap", "titlemodifier" -> "", "windowtitle" -> "GenGap", - "type" -> "Symbol", "uri" -> "TUG/ref/GenGap"}}, + "title" -> "GenGap", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "GenGap", "type" -> "Symbol", "uri" -> "TUG/ref/GenGap"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -992,9 +989,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"61ee936d-5cfd-49a5-abf7-39e0cea06e1e" +ExpressionUUID->"7efa0696-5302-482b-bb56-7b580ebe54c7" ] (* End of Notebook Content *) @@ -1002,129 +999,127 @@ ExpressionUUID->"61ee936d-5cfd-49a5-abf7-39e0cea06e1e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13138, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5b8988cc-71dc-48cf-9fef-d89f472b0c80", + Cell[13124, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8083e9ed-52cf-4440-b299-564ba09df016", CellTags->"PrimaryExamplesSection", - CellID->1949937180]} + CellID->907734898]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36980, 1003} + {"PrimaryExamplesSection", 36949, 1000} } *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 7099, 170, 56, "AnchorBarGrid",ExpressionUUID->"6f1872fd-f352-4ac7-a767-557118980559", +Cell[578, 21, 7085, 170, 57, "AnchorBarGrid",ExpressionUUID->"03a6be20-e30e-467c-b47f-95267d587c82", CellID->1], -Cell[7680, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e492d381-2034-4b86-94ff-f4cd1bbdbb57"], +Cell[7666, 193, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ed69a5fc-6e49-4cfb-8195-b20604fa5967"], Cell[CellGroupData[{ -Cell[7791, 197, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"3ad0b746-4912-433a-a46d-0922be22b054"], -Cell[9074, 234, 502, 10, 111, "Usage",ExpressionUUID->"50a556f8-0c37-484d-94bd-3349b11d7650", +Cell[7777, 197, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"85bca14f-f4cc-4ab3-9970-4478a6221938"], +Cell[9060, 234, 502, 10, 111, "Usage",ExpressionUUID->"50a556f8-0c37-484d-94bd-3349b11d7650", CellID->1546454277] }, Open ]], Cell[CellGroupData[{ -Cell[9613, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"50daa325-bb97-457d-865c-51bb33574e5a", +Cell[9599, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"8c76f659-edae-4f9b-963d-9831ed7cac00", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1040457212], -Cell[11511, 298, 515, 12, 57, "Notes",ExpressionUUID->"12663f63-7082-42b9-839c-8c400770ec46", + CellID->1889700237], +Cell[11497, 298, 515, 12, 57, "Notes",ExpressionUUID->"12663f63-7082-42b9-839c-8c400770ec46", CellID->1014199156], -Cell[12029, 312, 489, 12, 37, "Notes",ExpressionUUID->"64b318b2-979f-4ccd-875d-0ee36863c97e", +Cell[12015, 312, 489, 12, 38, "Notes",ExpressionUUID->"64b318b2-979f-4ccd-875d-0ee36863c97e", CellID->177724765], -Cell[12521, 326, 324, 5, 57, "Notes",ExpressionUUID->"16492dc6-4fbb-4c18-a5ca-20913cd580b9", +Cell[12507, 326, 324, 5, 57, "Notes",ExpressionUUID->"16492dc6-4fbb-4c18-a5ca-20913cd580b9", CellID->414722730], -Cell[12848, 333, 163, 3, 36, "Notes",ExpressionUUID->"13cd4b7c-fbdc-4a2a-ada9-35df46591f29", +Cell[12834, 333, 163, 3, 36, "Notes",ExpressionUUID->"13cd4b7c-fbdc-4a2a-ada9-35df46591f29", CellID->1386068702] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13138, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5b8988cc-71dc-48cf-9fef-d89f472b0c80", +Cell[13124, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8083e9ed-52cf-4440-b299-564ba09df016", CellTags->"PrimaryExamplesSection", - CellID->1949937180], + CellID->907734898], Cell[CellGroupData[{ -Cell[14584, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fadcfb5c-6778-4c59-9ed5-58331ce0ba4a", - CellID->152773420], -Cell[15985, 421, 117, 1, 38, "ExampleText",ExpressionUUID->"09693c0f-4935-43c9-a70f-66dd004dd8a5", +Cell[14569, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"bec2c31d-6160-4a38-8344-01015012cd6a", + CellID->825347848], +Cell[15970, 421, 117, 1, 39, "ExampleText",ExpressionUUID->"09693c0f-4935-43c9-a70f-66dd004dd8a5", CellID->38017929], Cell[CellGroupData[{ -Cell[16127, 426, 168, 3, 27, "Input",ExpressionUUID->"82ab946e-11ba-4d57-bf16-ab9f4e2ebd55", +Cell[16112, 426, 168, 3, 27, "Input",ExpressionUUID->"82ab946e-11ba-4d57-bf16-ab9f4e2ebd55", CellID->1241579347], Cell[CellGroupData[{ -Cell[16320, 433, 237, 4, 23, "Print",ExpressionUUID->"507e735e-6d4b-4804-90a9-1d9b68fda00b", +Cell[16305, 433, 237, 4, 23, "Print",ExpressionUUID->"507e735e-6d4b-4804-90a9-1d9b68fda00b", CellID->1587159006], -Cell[16560, 439, 365, 8, 23, "Print",ExpressionUUID->"f7b03b60-0bbf-44e8-a0e5-211cab681909", +Cell[16545, 439, 365, 8, 23, "Print",ExpressionUUID->"f7b03b60-0bbf-44e8-a0e5-211cab681909", CellID->870370506], -Cell[16928, 449, 237, 4, 23, "Print",ExpressionUUID->"1b87f7dc-6c7b-45fe-899f-5e548a9aed4c", +Cell[16913, 449, 237, 4, 23, "Print",ExpressionUUID->"1b87f7dc-6c7b-45fe-899f-5e548a9aed4c", CellID->1673295699], -Cell[17168, 455, 220, 3, 23, "Print",ExpressionUUID->"2f988d77-67b6-436a-b015-f45bb66cf80a", +Cell[17153, 455, 220, 3, 23, "Print",ExpressionUUID->"2f988d77-67b6-436a-b015-f45bb66cf80a", CellID->196681880], -Cell[17391, 460, 206, 3, 23, "Print",ExpressionUUID->"8a959f9d-8390-4f37-980e-9bbccba7f625", +Cell[17376, 460, 206, 3, 23, "Print",ExpressionUUID->"8a959f9d-8390-4f37-980e-9bbccba7f625", CellID->28979440], -Cell[17600, 465, 238, 4, 23, "Print",ExpressionUUID->"d29fbd66-0eeb-45e1-8ff5-0bd1492b3ce3", +Cell[17585, 465, 238, 4, 23, "Print",ExpressionUUID->"d29fbd66-0eeb-45e1-8ff5-0bd1492b3ce3", CellID->1846020975], -Cell[17841, 471, 221, 3, 23, "Print",ExpressionUUID->"e1caf6e4-e7db-4c46-bc79-c55ee796d34b", +Cell[17826, 471, 221, 3, 23, "Print",ExpressionUUID->"e1caf6e4-e7db-4c46-bc79-c55ee796d34b", CellID->1060934856], -Cell[18065, 476, 236, 4, 23, "Print",ExpressionUUID->"037b8bcf-8d45-463c-8864-30e2d2b5e6ab", +Cell[18050, 476, 236, 4, 23, "Print",ExpressionUUID->"037b8bcf-8d45-463c-8864-30e2d2b5e6ab", CellID->936888537], -Cell[18304, 482, 237, 4, 23, "Print",ExpressionUUID->"1635e09b-4038-46c8-912a-99621865c1a2", +Cell[18289, 482, 237, 4, 23, "Print",ExpressionUUID->"1635e09b-4038-46c8-912a-99621865c1a2", CellID->1533366164], -Cell[18544, 488, 207, 3, 23, "Print",ExpressionUUID->"d7ef2511-4a87-4a4b-9476-e484e135fa3c", +Cell[18529, 488, 207, 3, 23, "Print",ExpressionUUID->"d7ef2511-4a87-4a4b-9476-e484e135fa3c", CellID->510261070], -Cell[18754, 493, 236, 4, 70, "Print",ExpressionUUID->"a5082c65-9f70-4d7d-b2f8-bfa65de6dca6", +Cell[18739, 493, 236, 4, 23, "Print",ExpressionUUID->"a5082c65-9f70-4d7d-b2f8-bfa65de6dca6", CellID->888256972] }, Open ]] }, Open ]], -Cell[19017, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"0a38a685-0db5-40c3-a463-c7f4d35a1cf8", +Cell[19002, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"0a38a685-0db5-40c3-a463-c7f4d35a1cf8", CellID->970603253], -Cell[19156, 504, 235, 6, 70, "Input",ExpressionUUID->"d791b2b6-476f-4821-a0a3-e2d41c4feb81", +Cell[19141, 504, 235, 6, 70, "Input",ExpressionUUID->"d791b2b6-476f-4821-a0a3-e2d41c4feb81", CellID->1442028938], -Cell[19394, 512, 381, 9, 70, "Input",ExpressionUUID->"9ccad300-bb0e-4847-b853-82dcad3dff80", +Cell[19379, 512, 381, 9, 70, "Input",ExpressionUUID->"9ccad300-bb0e-4847-b853-82dcad3dff80", CellID->1748497107], -Cell[19778, 523, 237, 6, 70, "Input",ExpressionUUID->"643fbf11-210f-473b-ba56-41d96809a9c0", +Cell[19763, 523, 237, 6, 70, "Input",ExpressionUUID->"643fbf11-210f-473b-ba56-41d96809a9c0", CellID->674619020], -Cell[20018, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"d6e1f606-a499-4da2-93a1-07eea7637b94", +Cell[20003, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"d6e1f606-a499-4da2-93a1-07eea7637b94", CellID->1552482175], Cell[CellGroupData[{ -Cell[20234, 539, 162, 3, 70, "Input",ExpressionUUID->"7a45924d-850c-47e5-accb-cf02b39816f9", +Cell[20219, 539, 162, 3, 70, "Input",ExpressionUUID->"7a45924d-850c-47e5-accb-cf02b39816f9", CellID->15610601], -Cell[20399, 544, 174, 4, 36, "Output",ExpressionUUID->"854743e0-1725-4d24-80d3-33e587387bd0", +Cell[20384, 544, 174, 4, 36, "Output",ExpressionUUID->"854743e0-1725-4d24-80d3-33e587387bd0", CellID->1632702377] }, Open ]], -Cell[20588, 551, 144, 1, 70, "ExampleText",ExpressionUUID->"d2746385-1869-47fe-8bf2-5e7ca4aeb85e", +Cell[20573, 551, 144, 1, 70, "ExampleText",ExpressionUUID->"d2746385-1869-47fe-8bf2-5e7ca4aeb85e", CellID->604977518], Cell[CellGroupData[{ -Cell[20757, 556, 186, 4, 70, "Input",ExpressionUUID->"9c784556-df79-428a-a80a-a4859286c6c9", +Cell[20742, 556, 186, 4, 70, "Input",ExpressionUUID->"9c784556-df79-428a-a80a-a4859286c6c9", CellID->6860869], -Cell[20946, 562, 376, 8, 36, "Output",ExpressionUUID->"36f619db-9ffc-47e6-b68b-38f3262f515c", +Cell[20931, 562, 376, 8, 36, "Output",ExpressionUUID->"36f619db-9ffc-47e6-b68b-38f3262f515c", CellID->1472840753] }, Open ]], -Cell[21337, 573, 137, 1, 70, "ExampleText",ExpressionUUID->"a3a69513-a782-4f62-ae49-c6456392e7da", +Cell[21322, 573, 137, 1, 70, "ExampleText",ExpressionUUID->"a3a69513-a782-4f62-ae49-c6456392e7da", CellID->921611159], Cell[CellGroupData[{ -Cell[21499, 578, 184, 4, 70, "Input",ExpressionUUID->"64f3a29e-c7af-44b2-9cf8-cc5c4b06a835", +Cell[21484, 578, 184, 4, 70, "Input",ExpressionUUID->"64f3a29e-c7af-44b2-9cf8-cc5c4b06a835", CellID->356040738], -Cell[21686, 584, 359, 7, 36, "Output",ExpressionUUID->"548c80d7-e629-48c9-9f23-b1c923efad0c", +Cell[21671, 584, 359, 7, 36, "Output",ExpressionUUID->"548c80d7-e629-48c9-9f23-b1c923efad0c", CellID->1299581174] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22272, 600, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"73f8e5d2-d7af-4665-99ce-653ac2c185b1"], +Cell[28169, 764, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0e5dc394-ea5a-4f52-8228-2471ef23e34b"], +Cell[28842, 784, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"187e8602-e6bb-4760-8c28-64a6657645f4"], +Cell[29878, 812, 4118, 115, 70, "RelatedLinksSection",ExpressionUUID->"08a1f3db-cb68-4c50-a4ed-483fa8ba9b64"], Cell[CellGroupData[{ -Cell[22309, 602, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"fce12477-6068-4265-8a06-affb5b35eeeb"], -Cell[28206, 766, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f7d2c0f4-7f28-4197-8b1e-72f0d1fc6967"] -}, Open ]], -Cell[28891, 787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9c945ade-add0-4083-a82a-af6abf649731"], -Cell[29927, 815, 4118, 115, 70, "RelatedLinksSection",ExpressionUUID->"345f02cf-5a4b-4411-bba0-e2ec51591a82"], -Cell[CellGroupData[{ -Cell[34070, 934, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c6e0990-c918-4317-b2a6-2f7d37ed0c69", +Cell[34021, 931, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c6e0990-c918-4317-b2a6-2f7d37ed0c69", CellID->778415021], -Cell[34210, 937, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e2a4e24d-e9c0-4164-b803-f6d6f9c53a70", +Cell[34161, 934, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e2a4e24d-e9c0-4164-b803-f6d6f9c53a70", CellID->1194386356], -Cell[34432, 943, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b94575da-7327-4baf-ac2b-98475fd04baa", +Cell[34383, 940, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b94575da-7327-4baf-ac2b-98475fd04baa", CellID->1641706272], -Cell[34647, 948, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc36b06d-e02b-464d-85f4-a3e6f0ac7062", +Cell[34598, 945, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc36b06d-e02b-464d-85f4-a3e6f0ac7062", CellID->399251956], -Cell[34876, 954, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53dec2fd-0b36-419c-8061-51597f4c359b", +Cell[34827, 951, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53dec2fd-0b36-419c-8061-51597f4c359b", CellID->821434655] }, Open ]], -Cell[35113, 960, 78, 0, 70, "FooterCell",ExpressionUUID->"43dbcbb0-115f-4675-a733-e78eba612faa"] +Cell[35064, 957, 78, 0, 70, "FooterCell",ExpressionUUID->"11ab6d35-05c6-49f1-89a4-4363c30f6e71"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GenProfitMatrix.nb b/Documentation/English/ReferencePages/Symbols/GenProfitMatrix.nb index bd47161..833a826 100644 --- a/Documentation/English/ReferencePages/Symbols/GenProfitMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/GenProfitMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 49918, 1313] -NotebookOptionsPosition[ 38992, 1093] -NotebookOutlinePosition[ 41138, 1147] -CellTagsIndexPosition[ 41052, 1142] +NotebookDataLength[ 49916, 1313] +NotebookOptionsPosition[ 39003, 1094] +NotebookOutlinePosition[ 41171, 1149] +CellTagsIndexPosition[ 41085, 1144] WindowTitle->GenProfitMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "75e2c361-9130-47ca-a78a-1d812da9500a"], + "39315d3a-b729-4a6b-8e83-6483ab21e468"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "855c6396-f584-4a6b-af80-e83f2df3e9fb"], + "bd6d8f79-1ca2-4328-b457-2c166e4fb2ac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5326ba96-e0fb-41d0-a765-98e6203d2934"] - }],ExpressionUUID->"6d541a56-6715-4456-881c-216d22e73250"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "4f75e38a-2942-45f3-b637-5fd086ec00f3"] + }],ExpressionUUID->"ce015644-fd50-4499-bad9-240837067def"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9c7006ed-bc09-4308-9db2-15807bd5229c"], + "67997169-58f1-490a-875f-348143e59d30"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "da6cdeff-55f1-4729-ae0d-a683a5d46d8b"] - }],ExpressionUUID->"4dbe87b4-2d4b-4bc7-a4e3-f3bffbc90a1a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "78f92ecb-88bc-4044-8d19-15ab49459a41"] + }],ExpressionUUID->"a9be886a-9d8d-42d7-9ae4-20cb2f658742"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "23841e0d-90c6-4606-a57b-de2b7c26271d"], + "e768a610-03db-4256-80d3-343dcda5701b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cc8a4442-99e0-4785-9a16-0c56819b1a96"] - }],ExpressionUUID->"e03c9de5-9bad-403e-b875-4f2f0dd48e54"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0c137365-314a-40d8-9601-a98b99f539f6"] + }],ExpressionUUID->"e1b68fa4-79da-4cf0-9e87-e9116ae56d9e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c95ebf55-4928-41ae-9aa0-98598df1a067"], + "da0f05e8-5554-4d73-879c-aa3109490410"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "79ed8899-1603-4ddc-b673-069edf99a8f7"] - }],ExpressionUUID->"9b972e2c-f236-41d7-893e-93cac253ce61"], - StripOnInput->False], {"\<\"TUG/ref/GenProfitMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GenProfitMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8b878cba-3ed1-4891-82eb-efc1c13feaa5"] + }],ExpressionUUID->"67c0d41e-31e5-4339-9765-11ca191a18aa"], + StripOnInput->False],{ + "\"TUG/ref/GenProfitMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GenProfitMatrix"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ GenProfitMatrix.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$86644], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GenProfitMatrix" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$94193], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GenProfitMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bdfe00c3-bbbe-431b-bea7-c4172a4e3399"] + "a0ba3189-9044-4613-8581-e0c0c6817e2a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "69d0033a-efcd-494a-b350-85399751fa90"]} + "d75dd595-87c1-4971-8be4-2327f6aa6fe7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1f21235a-c545-4aa9-820c-dacc8587c8cc"], + CellID->1,ExpressionUUID->"711f63b1-a5c5-402b-94ed-5513acd089e2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"711a8f06-0d4b-4862-a68a-6caeec3d435c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"74b2f723-43b3-4072-9c56-66c53cdc5037"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GenProfitMatrix", "ObjectName",ExpressionUUID-> - "e94d2b0e-3bae-4ac7-becb-94996678b633"], + "4a75dc14-4624-46d6-9e66-5626b7a1be63"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"fcde2b69-d919-4589-9dfe-fe1d358c1784"], + "Spacer1"]],ExpressionUUID->"2b4cba10-f919-4a0c-bfc5-8096da447488"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c9123ce2-c194-45af-814b-ec5907ae6919"] - }],ExpressionUUID->"efedfb42-af36-44a5-8809-6cebc8322854"], Cell[BoxData[ + "88e25efc-9f1a-46ba-9fb0-394e05742e04"] + }],ExpressionUUID->"31dcdadb-31dd-4301-b53b-b2bdeb57c11f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ce8745e3-00f9-4c80-a58f-871e2e60305f"]} + "1b4e6766-7d94-4f67-a331-a5ca65bc05d5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"76bae603-d24c-44a4-9e69-26a83bdb128d"], + CacheGraphics->False,ExpressionUUID->"acf673de-b94a-4c20-9361-458b31124c14"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ "6c008c82-04c5-48bd-a284-441d35267172"], " \[LineSeparator]generates a net-profit matrix for an assignment \ problem by the list of valuations of buyers and sellers." - }],ExpressionUUID->"01785e9d-5c14-4b22-9591-ae7f37d1a9b2"]} + }],ExpressionUUID->"c29cb8be-1a6f-4c49-904a-034c0e5b99b6"]} }]], "Usage", CellID->1323867530,ExpressionUUID->"21de12ea-d8c7-47e8-9f8a-21f1625b40fb"] }, Open ]], @@ -274,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3a1b7173-354f-4368-8977-8d0b00c22a13"], + ExpressionUUID->"55026788-ec00-4ecc-a551-8a5be935d742"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e7990aec-b924-4c38-96ef-0e218f7aab4b"], + "Spacer1"]],ExpressionUUID->"16eca23d-816d-4362-a712-24cebdae6967"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e58c9c93-566d-4ab7-b65d-92a3282c657e"], + }], "NotesFrameText",ExpressionUUID->"40a0b124-adfc-4270-a404-cae033fba8c7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e69315db-57c4-475f-aeeb-d6a6e6c20b2b"]], \ + "Preemptive"]],ExpressionUUID->"dcc95236-a66d-4c94-8883-486826491582"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1085771771,ExpressionUUID->"cd1dde53-4724-44bc-9812-8620b0a89384"], + CellID->1356923086,ExpressionUUID->"ff7c14df-b6b5-4e6d-9084-8870ec4dd86c"], Cell[TextData[{ "The expressions ", @@ -370,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9b57908f-2dfc-4c83-9ff3-19fbfef3cde1"], + ExpressionUUID->"78b230ac-0062-4561-b547-ca6e12fb14a3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"97b1b853-677e-4418-9af9-b3963eb268ac"], + "Spacer1"]],ExpressionUUID->"717fd38c-37e7-4ff7-b039-ea41aecf2674"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bc5c787a-4887-4544-afb6-ec3ef8ed030d"] + "5424ef4f-69e8-4586-8341-9b4de5cc048d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1101896126,ExpressionUUID->"ed45c864-0d6e-48d2-a72d-5e7a3ebff7f6"], + CellID->613864075,ExpressionUUID->"fc71528c-33c1-433f-b783-d2295d753f44"], Cell[CellGroupData[{ @@ -411,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1361383f-c46f-43d7-8121-fadc5755e41b"], + ExpressionUUID->"3058886a-dd4b-4d27-a4fc-a03606a8b140"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"17e48405-33bc-4604-8033-4780148e8422"], + "Spacer1"]],ExpressionUUID->"814925c8-ac60-453c-a390-497ec8c2c0bd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "df8bfb45-913e-4763-b590-a8636ee685c2"] + "c7e5bcfc-996c-454c-89d1-055aebfb2a0c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1243702410,ExpressionUUID->"8366582b-8c74-42f0-835b-e28cabbf3fee"], + CellID->752864447,ExpressionUUID->"7222fc76-fdf4-48fc-bf2a-ba8c82f0cc1d"], Cell["Loading the package:", "ExampleText", CellID->208967097,ExpressionUUID->"059096e5-cb6a-462b-878b-26ae20033159"], @@ -795,8 +799,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -944,15 +946,15 @@ Cell[BoxData[GridBox[{ "ac31ea1d-0ac1-4f27-af4f-8d48e03350b8"] }], "SeeAlso",ExpressionUUID->"384466e2-e928-4b2f-b26a-95558f68ff04"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"24ed8e09-d0c9-4a6d-8492-\ -33f070ea067e"], + }]], "SeeAlsoSection",ExpressionUUID->"d3fa7b0b-a1c1-4494-9427-\ +01dc5de4f1bd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -964,9 +966,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4d7f8808-f15a-4c51-81cb-df7714c290b0"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"4501fc54-6c42-4176-8881-\ -f6b62a93f0dc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"43a3af5e-8db2-47f7-ae54-\ +3933fe81bb6f"], Cell[BoxData[GridBox[{ { @@ -983,7 +984,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd29e893-0e0c-4ab8-b7f1-6ac46777c288"]}]}, + "dc2621fd-82b1-4d23-941f-7234bc3d602f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -991,10 +992,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3dccb75a-31e2-4f23-bba1-6301ac4e0774"]}]} + "e0043c5b-64b8-4197-b492-ec341ff661a5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"bfbfe420-6fd0-49c1-942b-\ -b09507bb31b2"], + }]], "MoreAboutSection",ExpressionUUID->"12dc64b3-94ca-4446-bd34-\ +627d55a8502c"], Cell[BoxData[GridBox[{ { @@ -1021,7 +1022,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AssignmentProblem"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "30f3563a-8054-427b-81ec-f92f23b2dc3f"]], "RelatedLinks", + "a6a1f7d9-0e3b-46f1-ab26-731935cdf5a0"]], "RelatedLinks", ExpressionUUID->"b0a18c43-a5e4-44b5-89f7-3852cbd1b057"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1038,7 +1039,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c586fd31-55dd-4ab9-a37b-8a42c5e01f38"]], "RelatedLinks", + "682683c2-7eff-4d52-a263-ee31309d6550"]], "RelatedLinks", ExpressionUUID->"9e23f718-f345-4528-b086-11f6675de014"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1055,11 +1056,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2f6a01eb-5dea-486a-8a29-3afb143fa261"]], "RelatedLinks", + "83487fba-f2d2-43e9-9d77-03d37f251cf9"]], "RelatedLinks", ExpressionUUID->"0fffe113-3826-4cb8-83cb-232e7372cce3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d81b8e27-bc03-422b-b480-\ -cfeebe6b790b"], + }]], "RelatedLinksSection",ExpressionUUID->"dc5ec619-0d76-4be2-8259-\ +5c6dac16b30f"], Cell[CellGroupData[{ @@ -1089,11 +1090,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->1400880602,ExpressionUUID->"bf19b0fe-c1e1-48b8-817c-8b4c019fbef0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"791ce5b5-1c67-4c50-835b-f261836d3563"] +Cell[" ", "FooterCell",ExpressionUUID->"f3ee69c8-1031-42d5-95ce-2f6746149d26"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GenProfitMatrix", TaggingRules->{ @@ -1104,7 +1105,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 17.148257}", + "built" -> "{2024, 6, 3, 16, 52, 56.666244}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1112,10 +1113,11 @@ TaggingRules->{ "GenProfitMatrix[bys_val, sls_val] generates a net-profit matrix for an \ assignment problem by the list of valuations of buyers and sellers.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GenProfitMatrix", - "titlemodifier" -> "", "windowtitle" -> "GenProfitMatrix", "type" -> - "Symbol", "uri" -> "TUG/ref/GenProfitMatrix"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "GenProfitMatrix", "type" -> "Symbol", "uri" -> + "TUG/ref/GenProfitMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1124,9 +1126,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"738a0de7-b8e6-464c-8948-c126b70d1b1c" +ExpressionUUID->"b874df1d-8aaf-43cf-a687-c73bf7b9dcf0" ] (* End of Notebook Content *) @@ -1134,187 +1136,185 @@ ExpressionUUID->"738a0de7-b8e6-464c-8948-c126b70d1b1c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13326, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed45c864-0d6e-48d2-a72d-5e7a3ebff7f6", + Cell[13373, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc71528c-33c1-433f-b783-d2295d753f44", CellTags->"PrimaryExamplesSection", - CellID->1101896126]} + CellID->613864075]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40851, 1135} + {"PrimaryExamplesSection", 40885, 1137} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7119, 169, 56, "AnchorBarGrid",ExpressionUUID->"1f21235a-c545-4aa9-820c-dacc8587c8cc", +Cell[587, 21, 7166, 173, 57, "AnchorBarGrid",ExpressionUUID->"711f63b1-a5c5-402b-94ed-5513acd089e2", CellID->1], -Cell[7709, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"711a8f06-0d4b-4862-a68a-6caeec3d435c"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"74b2f723-43b3-4072-9c56-66c53cdc5037"], Cell[CellGroupData[{ -Cell[7820, 196, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"76bae603-d24c-44a4-9e69-26a83bdb128d"], -Cell[9112, 233, 585, 12, 111, "Usage",ExpressionUUID->"21de12ea-d8c7-47e8-9f8a-21f1625b40fb", +Cell[7867, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"acf673de-b94a-4c20-9361-458b31124c14"], +Cell[9159, 237, 585, 12, 111, "Usage",ExpressionUUID->"21de12ea-d8c7-47e8-9f8a-21f1625b40fb", CellID->1323867530] }, Open ]], Cell[CellGroupData[{ -Cell[9734, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"cd1dde53-4724-44bc-9812-8620b0a89384", +Cell[9781, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"ff7c14df-b6b5-4e6d-9084-8870ec4dd86c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1085771771], -Cell[11632, 299, 530, 14, 36, "]]",ExpressionUUID->"31e2f318-8645-42ba-a58a-412e0245d567", + CellID->1356923086], +Cell[11679, 303, 530, 14, 36, "]]",ExpressionUUID->"31e2f318-8645-42ba-a58a-412e0245d567", CellID->313448337], -Cell[12165, 315, 489, 12, 37, "Notes",ExpressionUUID->"fce5c439-76bd-4838-9471-ca479155f0d2", +Cell[12212, 319, 489, 12, 38, "Notes",ExpressionUUID->"fce5c439-76bd-4838-9471-ca479155f0d2", CellID->177724765], -Cell[12657, 329, 348, 6, 57, "Notes",ExpressionUUID->"c51ad5e7-3e87-4357-893b-f6bdf72a3993", +Cell[12704, 333, 348, 6, 57, "Notes",ExpressionUUID->"c51ad5e7-3e87-4357-893b-f6bdf72a3993", CellID->1635489979], -Cell[13008, 337, 191, 4, 36, "Notes",ExpressionUUID->"23cf448a-e3a4-47be-acd5-ff952a62b1bc", +Cell[13055, 341, 191, 4, 36, "Notes",ExpressionUUID->"23cf448a-e3a4-47be-acd5-ff952a62b1bc", CellID->1965970640] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13326, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed45c864-0d6e-48d2-a72d-5e7a3ebff7f6", +Cell[13373, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc71528c-33c1-433f-b783-d2295d753f44", CellTags->"PrimaryExamplesSection", - CellID->1101896126], + CellID->613864075], Cell[CellGroupData[{ -Cell[14772, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8366582b-8c74-42f0-835b-e28cabbf3fee", - CellID->1243702410], -Cell[16174, 426, 118, 1, 38, "ExampleText",ExpressionUUID->"059096e5-cb6a-462b-878b-26ae20033159", +Cell[14818, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7222fc76-fdf4-48fc-bf2a-ba8c82f0cc1d", + CellID->752864447], +Cell[16219, 430, 118, 1, 39, "ExampleText",ExpressionUUID->"059096e5-cb6a-462b-878b-26ae20033159", CellID->208967097], Cell[CellGroupData[{ -Cell[16317, 431, 167, 3, 27, "Input",ExpressionUUID->"fdd15159-21aa-420e-99e5-e527d777fe34", +Cell[16362, 435, 167, 3, 27, "Input",ExpressionUUID->"fdd15159-21aa-420e-99e5-e527d777fe34", CellID->929410383], Cell[CellGroupData[{ -Cell[16509, 438, 236, 4, 23, "Print",ExpressionUUID->"c3a9c527-bb24-4b77-b22b-51418d402847", +Cell[16554, 442, 236, 4, 23, "Print",ExpressionUUID->"c3a9c527-bb24-4b77-b22b-51418d402847", CellID->1037370663], -Cell[16748, 444, 364, 8, 23, "Print",ExpressionUUID->"60b49323-34d3-4de3-a112-6f676065a0c2", +Cell[16793, 448, 364, 8, 23, "Print",ExpressionUUID->"60b49323-34d3-4de3-a112-6f676065a0c2", CellID->207527458], -Cell[17115, 454, 236, 4, 23, "Print",ExpressionUUID->"eeda7372-6492-49b6-bab1-8c1f4aeb9344", +Cell[17160, 458, 236, 4, 23, "Print",ExpressionUUID->"eeda7372-6492-49b6-bab1-8c1f4aeb9344", CellID->1926299800], -Cell[17354, 460, 220, 3, 23, "Print",ExpressionUUID->"4f67061c-8b60-498f-876a-f38a62c0591c", +Cell[17399, 464, 220, 3, 23, "Print",ExpressionUUID->"4f67061c-8b60-498f-876a-f38a62c0591c", CellID->1566120760], -Cell[17577, 465, 207, 3, 23, "Print",ExpressionUUID->"89959ebb-6858-475e-9bdb-dcc026ebd78a", +Cell[17622, 469, 207, 3, 23, "Print",ExpressionUUID->"89959ebb-6858-475e-9bdb-dcc026ebd78a", CellID->1313335410], -Cell[17787, 470, 236, 4, 23, "Print",ExpressionUUID->"bc3936d4-c3cb-4cdb-b92e-e5e558b9370f", +Cell[17832, 474, 236, 4, 23, "Print",ExpressionUUID->"bc3936d4-c3cb-4cdb-b92e-e5e558b9370f", CellID->234577755], -Cell[18026, 476, 219, 3, 23, "Print",ExpressionUUID->"cfa8ba16-313c-46e4-81e1-9ff8fd0b3367", +Cell[18071, 480, 219, 3, 23, "Print",ExpressionUUID->"cfa8ba16-313c-46e4-81e1-9ff8fd0b3367", CellID->771965268], -Cell[18248, 481, 236, 4, 23, "Print",ExpressionUUID->"d4ace1e2-4557-4bb9-bfff-5953726715ea", +Cell[18293, 485, 236, 4, 23, "Print",ExpressionUUID->"d4ace1e2-4557-4bb9-bfff-5953726715ea", CellID->1575215915], -Cell[18487, 487, 235, 4, 23, "Print",ExpressionUUID->"93d0e788-99a3-45a3-87ef-1f3e22e7aeba", +Cell[18532, 491, 235, 4, 23, "Print",ExpressionUUID->"93d0e788-99a3-45a3-87ef-1f3e22e7aeba", CellID->716577492], -Cell[18725, 493, 207, 3, 23, "Print",ExpressionUUID->"a814e8f1-d76f-4377-8f6e-33dcdae71eb7", +Cell[18770, 497, 207, 3, 23, "Print",ExpressionUUID->"a814e8f1-d76f-4377-8f6e-33dcdae71eb7", CellID->1707275285], -Cell[18935, 498, 236, 4, 23, "Print",ExpressionUUID->"af8e6cd9-33f0-4180-9e8b-8be139aeae09", +Cell[18980, 502, 236, 4, 23, "Print",ExpressionUUID->"af8e6cd9-33f0-4180-9e8b-8be139aeae09", CellID->1321376705] }, Open ]] }, Open ]], -Cell[19198, 506, 191, 4, 70, "ExampleText",ExpressionUUID->"dd74a5a9-c8bc-42c2-8150-317c93073e43", +Cell[19243, 510, 191, 4, 70, "ExampleText",ExpressionUUID->"dd74a5a9-c8bc-42c2-8150-317c93073e43", CellID->1284531052], Cell[CellGroupData[{ -Cell[19414, 514, 172, 3, 70, "Input",ExpressionUUID->"a3ac8305-687d-4823-8c5a-8a2afbe55737", +Cell[19459, 518, 172, 3, 70, "Input",ExpressionUUID->"a3ac8305-687d-4823-8c5a-8a2afbe55737", CellID->127983118], -Cell[19589, 519, 173, 4, 36, "Output",ExpressionUUID->"088e7ca1-9835-4c2d-954c-df4e5cb23b30", +Cell[19634, 523, 173, 4, 36, "Output",ExpressionUUID->"088e7ca1-9835-4c2d-954c-df4e5cb23b30", CellID->1472221466] }, Open ]], -Cell[19777, 526, 182, 4, 70, "Input",ExpressionUUID->"c40f525a-e1d4-4276-b15a-c647e6e78e46", +Cell[19822, 530, 182, 4, 70, "Input",ExpressionUUID->"c40f525a-e1d4-4276-b15a-c647e6e78e46", CellID->369682375], -Cell[19962, 532, 169, 3, 70, "ExampleText",ExpressionUUID->"585bd6ad-1f58-4243-8cef-c9556f2d89c6", +Cell[20007, 536, 169, 3, 70, "ExampleText",ExpressionUUID->"585bd6ad-1f58-4243-8cef-c9556f2d89c6", CellID->785869416], Cell[CellGroupData[{ -Cell[20156, 539, 182, 4, 70, "Input",ExpressionUUID->"1772493d-9e38-4bc4-951f-ffcbe6df61ca", +Cell[20201, 543, 182, 4, 70, "Input",ExpressionUUID->"1772493d-9e38-4bc4-951f-ffcbe6df61ca", CellID->1270930643], -Cell[20341, 545, 210, 5, 36, "Output",ExpressionUUID->"9d97df5e-07b4-421d-a6c4-f22f3fefb23b", +Cell[20386, 549, 210, 5, 36, "Output",ExpressionUUID->"9d97df5e-07b4-421d-a6c4-f22f3fefb23b", CellID->483524608] }, Open ]], -Cell[20566, 553, 117, 1, 70, "ExampleText",ExpressionUUID->"bfb78dac-e523-4bba-a089-e4ac9a2e9ca9", +Cell[20611, 557, 117, 1, 70, "ExampleText",ExpressionUUID->"bfb78dac-e523-4bba-a089-e4ac9a2e9ca9", CellID->1734717178], Cell[CellGroupData[{ -Cell[20708, 558, 205, 5, 70, "Input",ExpressionUUID->"af0bd094-dcbd-4910-8378-1df434449210", +Cell[20753, 562, 205, 5, 70, "Input",ExpressionUUID->"af0bd094-dcbd-4910-8378-1df434449210", CellID->123254134], -Cell[20916, 565, 210, 5, 36, "Output",ExpressionUUID->"e580edea-bffd-451a-ae3f-24a50fe043f6", +Cell[20961, 569, 210, 5, 36, "Output",ExpressionUUID->"e580edea-bffd-451a-ae3f-24a50fe043f6", CellID->470089462] }, Open ]], -Cell[21141, 573, 201, 4, 70, "ExampleText",ExpressionUUID->"e3a170af-43b5-48a2-95af-ec04600f95e3", +Cell[21186, 577, 201, 4, 70, "ExampleText",ExpressionUUID->"e3a170af-43b5-48a2-95af-ec04600f95e3", CellID->877154690], Cell[CellGroupData[{ -Cell[21367, 581, 266, 7, 70, "Input",ExpressionUUID->"5ab7392c-7895-4297-95f9-71c9b3349613", +Cell[21412, 585, 266, 7, 70, "Input",ExpressionUUID->"5ab7392c-7895-4297-95f9-71c9b3349613", CellID->1572634078], -Cell[21636, 590, 394, 11, 36, "Output",ExpressionUUID->"3e072954-7acb-479a-ad07-55126bd15e77", +Cell[21681, 594, 394, 11, 36, "Output",ExpressionUUID->"3e072954-7acb-479a-ad07-55126bd15e77", CellID->37813509] }, Open ]], -Cell[22045, 604, 168, 3, 70, "ExampleText",ExpressionUUID->"8f3a1d1b-88b0-45ef-9ba6-39f080c5e35d", +Cell[22090, 608, 168, 3, 70, "ExampleText",ExpressionUUID->"8f3a1d1b-88b0-45ef-9ba6-39f080c5e35d", CellID->1226710365], Cell[CellGroupData[{ -Cell[22238, 611, 215, 5, 70, "Input",ExpressionUUID->"a1b95369-6ae2-4e0a-b0d0-16ddbe2e561e", +Cell[22283, 615, 215, 5, 70, "Input",ExpressionUUID->"a1b95369-6ae2-4e0a-b0d0-16ddbe2e561e", CellID->2129402657], -Cell[22456, 618, 212, 5, 36, "Output",ExpressionUUID->"1930ddbf-6ed1-4843-989a-041d5e199ee4", +Cell[22501, 622, 212, 5, 36, "Output",ExpressionUUID->"1930ddbf-6ed1-4843-989a-041d5e199ee4", CellID->992028426] }, Open ]], -Cell[22683, 626, 145, 1, 70, "ExampleText",ExpressionUUID->"5519f81e-33e0-4c27-93c2-cf416071c0ef", +Cell[22728, 630, 145, 1, 70, "ExampleText",ExpressionUUID->"5519f81e-33e0-4c27-93c2-cf416071c0ef", CellID->245252152], Cell[CellGroupData[{ -Cell[22853, 631, 220, 5, 70, "Input",ExpressionUUID->"5e25f7e0-7b09-49db-8bfd-093fd848a100", +Cell[22898, 635, 220, 5, 70, "Input",ExpressionUUID->"5e25f7e0-7b09-49db-8bfd-093fd848a100", CellID->2047281173], -Cell[23076, 638, 392, 11, 36, "Output",ExpressionUUID->"9933e2f8-6f07-43c0-9344-79d98b7ed429", +Cell[23121, 642, 392, 11, 36, "Output",ExpressionUUID->"9933e2f8-6f07-43c0-9344-79d98b7ed429", CellID->698094461] }, Open ]], Cell[CellGroupData[{ -Cell[23505, 654, 164, 3, 70, "Input",ExpressionUUID->"dc5322e0-f326-4782-bd92-20b7966e7359", +Cell[23550, 658, 164, 3, 70, "Input",ExpressionUUID->"dc5322e0-f326-4782-bd92-20b7966e7359", CellID->584163000], -Cell[23672, 659, 659, 19, 81, "Output",ExpressionUUID->"67f9a124-8140-45dc-a25a-41962c2df0eb", +Cell[23717, 663, 659, 19, 78, "Output",ExpressionUUID->"67f9a124-8140-45dc-a25a-41962c2df0eb", CellID->1073389222] }, Open ]], -Cell[24346, 681, 350, 6, 70, "ExampleText",ExpressionUUID->"625bba3a-dc43-432f-a742-ba3433523517", +Cell[24391, 685, 350, 6, 70, "ExampleText",ExpressionUUID->"625bba3a-dc43-432f-a742-ba3433523517", CellID->553360206], Cell[CellGroupData[{ -Cell[24721, 691, 235, 5, 70, "Input",ExpressionUUID->"b1cb1895-001a-4b0e-9f03-36e68ad7cf83", +Cell[24766, 695, 235, 5, 70, "Input",ExpressionUUID->"b1cb1895-001a-4b0e-9f03-36e68ad7cf83", CellID->1761350438], -Cell[24959, 698, 901, 15, 54, "Output",ExpressionUUID->"b66bd175-1706-4a82-8879-c5509c5acf14", +Cell[25004, 702, 901, 15, 53, "Output",ExpressionUUID->"b66bd175-1706-4a82-8879-c5509c5acf14", CellID->2036572666] }, Open ]], -Cell[25875, 716, 158, 2, 70, "ExampleText",ExpressionUUID->"a26fe1c1-2f1e-4318-8b27-6ad353bb440c", +Cell[25920, 720, 158, 2, 70, "ExampleText",ExpressionUUID->"a26fe1c1-2f1e-4318-8b27-6ad353bb440c", CellID->1004893983], Cell[CellGroupData[{ -Cell[26058, 722, 236, 6, 70, "Input",ExpressionUUID->"653a5bc0-a73b-4121-98da-449a5626dcdc", +Cell[26103, 726, 236, 6, 70, "Input",ExpressionUUID->"653a5bc0-a73b-4121-98da-449a5626dcdc", CellID->2119322654], -Cell[26297, 730, 245, 6, 36, "Output",ExpressionUUID->"5a549af2-46ed-45a1-8108-430952e8abb5", +Cell[26342, 734, 245, 6, 36, "Output",ExpressionUUID->"5a549af2-46ed-45a1-8108-430952e8abb5", CellID->1676988332] }, Open ]], -Cell[26557, 739, 238, 6, 70, "Input",ExpressionUUID->"5288956e-c4a1-4e16-955d-e0fe7fa53d11", +Cell[26602, 743, 238, 6, 70, "Input",ExpressionUUID->"5288956e-c4a1-4e16-955d-e0fe7fa53d11", CellID->931027565], -Cell[26798, 747, 146, 1, 70, "ExampleText",ExpressionUUID->"a082fe86-31ee-4fbb-9272-ec4c0d2f70af", +Cell[26843, 751, 146, 1, 70, "ExampleText",ExpressionUUID->"a082fe86-31ee-4fbb-9272-ec4c0d2f70af", CellID->366593145], Cell[CellGroupData[{ -Cell[26969, 752, 175, 3, 70, "Input",ExpressionUUID->"41682aec-529d-430e-a25d-74c748e80ac1", +Cell[27014, 756, 175, 3, 70, "Input",ExpressionUUID->"41682aec-529d-430e-a25d-74c748e80ac1", CellID->103032881], -Cell[27147, 757, 288, 7, 51, "Output",ExpressionUUID->"a0ce67cb-94a5-4047-9ada-971467264c10", +Cell[27192, 761, 288, 7, 50, "Output",ExpressionUUID->"a0ce67cb-94a5-4047-9ada-971467264c10", CellID->1821218287] }, Open ]], -Cell[27450, 767, 122, 1, 70, "ExampleText",ExpressionUUID->"ca352e64-a7e0-43e7-8f54-46fbfce2d154", +Cell[27495, 771, 122, 1, 70, "ExampleText",ExpressionUUID->"ca352e64-a7e0-43e7-8f54-46fbfce2d154", CellID->1276783729], Cell[CellGroupData[{ -Cell[27597, 772, 170, 3, 70, "Input",ExpressionUUID->"83827d04-6b77-4c35-9b60-6fed2766b226", +Cell[27642, 776, 170, 3, 70, "Input",ExpressionUUID->"83827d04-6b77-4c35-9b60-6fed2766b226", CellID->345851716], -Cell[27770, 777, 390, 11, 51, "Output",ExpressionUUID->"ac31dfd3-d526-4090-857d-2bd3d15f15aa", +Cell[27815, 781, 390, 11, 51, "Output",ExpressionUUID->"ac31dfd3-d526-4090-857d-2bd3d15f15aa", CellID->1466754867] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28447, 801, 5471, 148, 70, "SeeAlsoSection",ExpressionUUID->"d3fa7b0b-a1c1-4494-9427-01dc5de4f1bd"], +Cell[33921, 951, 670, 18, 70, "TechNotesSection",ExpressionUUID->"43a3af5e-8db2-47f7-ae54-3933fe81bb6f"], +Cell[34594, 971, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"12dc64b3-94ca-4446-bd34-627d55a8502c"], +Cell[35630, 999, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"dc5ec619-0d76-4be2-8259-5c6dac16b30f"], Cell[CellGroupData[{ -Cell[28424, 799, 5471, 148, 70, "SeeAlsoSection",ExpressionUUID->"24ed8e09-d0c9-4a6d-8492-33f070ea067e"], -Cell[33898, 949, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4501fc54-6c42-4176-8881-f6b62a93f0dc"] -}, Open ]], -Cell[34583, 970, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bfbfe420-6fd0-49c1-942b-b09507bb31b2"], -Cell[35619, 998, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"d81b8e27-bc03-422b-b480-cfeebe6b790b"], -Cell[CellGroupData[{ -Cell[37867, 1065, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e6619202-aee3-41fe-968c-d6835b9bd551", +Cell[37878, 1066, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e6619202-aee3-41fe-968c-d6835b9bd551", CellID->712715075], -Cell[38007, 1068, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cecf5e5c-950f-4d89-83fc-c82fbad0a866", +Cell[38018, 1069, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cecf5e5c-950f-4d89-83fc-c82fbad0a866", CellID->1176079036], -Cell[38229, 1074, 211, 3, 70, "RelatedDemonstrations",ExpressionUUID->"914b86fa-0662-47ad-b7f5-e446f979479c", +Cell[38240, 1075, 211, 3, 70, "RelatedDemonstrations",ExpressionUUID->"914b86fa-0662-47ad-b7f5-e446f979479c", CellID->617559408], -Cell[38443, 1079, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"881b942e-276a-4f67-9fb0-75d96cd0ecb8", +Cell[38454, 1080, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"881b942e-276a-4f67-9fb0-75d96cd0ecb8", CellID->335817257], -Cell[38672, 1085, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf19b0fe-c1e1-48b8-817c-8b4c019fbef0", +Cell[38683, 1086, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf19b0fe-c1e1-48b8-817c-8b4c019fbef0", CellID->1400880602] }, Open ]], -Cell[38910, 1091, 78, 0, 70, "FooterCell",ExpressionUUID->"791ce5b5-1c67-4c50-835b-f261836d3563"] +Cell[38921, 1092, 78, 0, 70, "FooterCell",ExpressionUUID->"f3ee69c8-1031-42d5-95ce-2f6746149d26"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GenUpperSum.nb b/Documentation/English/ReferencePages/Symbols/GenUpperSum.nb index a4c5a62..a27992a 100644 --- a/Documentation/English/ReferencePages/Symbols/GenUpperSum.nb +++ b/Documentation/English/ReferencePages/Symbols/GenUpperSum.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43104, 1121] -NotebookOptionsPosition[ 34978, 960] -NotebookOutlinePosition[ 37050, 1013] -CellTagsIndexPosition[ 36964, 1008] +NotebookDataLength[ 43070, 1117] +NotebookOptionsPosition[ 34960, 958] +NotebookOutlinePosition[ 37048, 1011] +CellTagsIndexPosition[ 36963, 1006] WindowTitle->GenUpperSum WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ad061608-dbcd-4428-9dff-10c5b944bffe"], + "12d5a080-a66b-49c2-ae4b-4df3bf9535fe"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "102fec20-a6cf-4cee-8112-811c7572b77c"], + "6075cd1f-590a-41ca-8a53-03835b7d06c1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9dcbd7fc-2e51-42ba-866f-6f75aa6a12cb"] - }],ExpressionUUID->"2f3626e1-809b-486e-b86c-2ac8141d7599"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "3a9a39f5-9e93-46c8-99ec-1660e3bcdd12"] + }],ExpressionUUID->"9ab64308-6800-49bf-b845-5f106287762b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a544af51-f7e3-4081-bec3-16d0b632334b"], + "c48dddd8-32ad-4f60-9c0f-29248ae58b75"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5b2aa15c-2916-4f95-b4c0-91a3d8efa4bf"] - }],ExpressionUUID->"3f4aca0d-1b13-451e-b933-673cebfb03db"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e4cda797-0805-416c-814a-2c41e56932d7"] + }],ExpressionUUID->"442f8709-160a-4ebd-89a6-545136ac61b9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53001ac1-a69b-4acd-ad39-0cfc0c7ec16d"], + "59df31e9-033c-4c8d-a1dd-2966ada0c03a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a23bd023-5d99-412a-815b-579e59f93e17"] - }],ExpressionUUID->"9cce0a86-abff-4cfc-995b-6e2513ffc8df"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "80cb8535-cd06-4a71-84e9-db5cb232e311"] + }],ExpressionUUID->"1a529646-2172-4359-9c69-d68d6afd7102"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6c2ad44c-0a11-447c-a4a4-ac5b80618a62"], + "aeee8a1f-124c-4ea7-a8bc-a2c7d0564490"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a44c42c3-3a7a-4d9d-9855-56459aa65b0e"] - }],ExpressionUUID->"e65f0221-1afb-4e2a-a8e6-c892072de562"], - StripOnInput->False], {"\<\"TUG/ref/GenUpperSum\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GenUpperSum"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/GenUpperSum.\ + "6f18dce9-0f3c-4305-943a-8f9dd0cd1e8f"] + }],ExpressionUUID->"a029c7c6-3578-4303-a39d-d302101db6b4"], + StripOnInput->False],{ + "\"TUG/ref/GenUpperSum\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GenUpperSum"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/GenUpperSum.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$87218], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GenUpperSum" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$94801], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GenUpperSum" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed3b7c57-7f2a-46d4-9737-fb8bd7247098"] + "5f077e82-ee36-4f2c-a1de-ff3920aef711"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "35a5a1ea-b882-469a-ab48-7e6eb9238747"]} + "d147ef26-1229-46eb-bb27-502dd8a44af6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"91471966-bf56-4b4e-a286-8e2af5b0f471"], + CellID->1,ExpressionUUID->"1d613e7b-610f-45bb-8eae-a955e827bc04"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"386e2141-4325-4967-abea-87db220ab711"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d12afc4a-e302-41dc-a9a8-842fc06a8db9"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GenUpperSum", "ObjectName",ExpressionUUID-> - "b8a07c28-4a6c-4781-a257-89ba985126f8"], + "529a4f05-66e1-42db-8771-7f7c0c1cc7c9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"44d6a842-695d-41cf-b58a-71cd1027d052"], + "Spacer1"]],ExpressionUUID->"86481b0d-636f-452f-8e5b-94582212a29f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d40939e3-6565-4632-b64a-f11dbd03dddb"] - }],ExpressionUUID->"c0772099-f5c0-4090-9103-1940116e5c6d"], Cell[BoxData[ + "a982146b-dd0c-4f26-8015-02dccc70b7c4"] + }],ExpressionUUID->"2b44cdf3-3bbc-40b8-b699-76579e44b5c8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "96d5f4fa-e990-47ae-ab96-c65dc5516a08"]} + "ee96f61f-d554-4c10-b485-7295ceccf03b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e8f82b5a-e457-4309-a3ae-32ba4fd40c23"], + CacheGraphics->False,ExpressionUUID->"236f9470-fe95-485c-a2c9-cffd48309396"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +242,7 @@ Cell[BoxData[GridBox[{ "0b203d7c-07d8-468c-ae97-2d860ac66b4f"], " \[LineSeparator]calculates the sum of generalized upper payoffs for \ coalition S." - }],ExpressionUUID->"275bd910-5e58-4408-ac15-59e8ce5be91a"]} + }],ExpressionUUID->"f1edcda7-4e8e-4926-934f-2df1ab00a982"]} }]], "Usage", CellID->1615208087,ExpressionUUID->"a23b8259-fb60-4e93-b40c-8df5bbfb23dc"] }, Open ]], @@ -274,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"28cc5f95-213c-473a-9f9d-9b21f7b18ba5"], + ExpressionUUID->"a745b070-b09d-4e8d-afe6-7ff77f9064da"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14381e8a-2b92-4b3e-945e-88290696b9af"], + "Spacer1"]],ExpressionUUID->"e37c7ee8-8a15-4a5d-8e0e-73c19a3c24a3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"96922048-61d0-47f7-9cdb-679c3c8c21b1"], + }], "NotesFrameText",ExpressionUUID->"181dafdb-4eca-44b7-b7f0-f5c53a0e8391"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3edf8d97-a60d-46be-9b6a-14a12d992b33"]], \ + "Preemptive"]],ExpressionUUID->"a52e5bfc-ee49-442c-a312-da09acec17d9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->91015821,ExpressionUUID->"5eba09f8-e17d-4762-a544-af6068cef258"], + CellID->1524194124,ExpressionUUID->"33076247-795e-4ae5-b290-4a260404cde4"], Cell[TextData[{ "The input expression ", @@ -370,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"16d312a5-9cbb-4ee6-af86-9df45891a556"], + ExpressionUUID->"17f5356f-8d88-442e-8205-ee373a8f59f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c78be3ec-2136-44cf-a0e8-d00a148a78bf"], + "Spacer1"]],ExpressionUUID->"caba842b-e396-46c3-8539-f76c92fd2b65"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8d853d17-8564-4396-97f7-e5a977efed85"] + "7df77924-d1ca-4e3c-ab2d-8c7e04484463"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1717029120,ExpressionUUID->"ee781c0a-8f2b-4734-85ba-722a5ca22ef6"], + CellID->261349714,ExpressionUUID->"e29f9e8c-33f5-4f72-a486-47185251f90d"], Cell[CellGroupData[{ @@ -411,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6e7d271c-0331-40df-8caf-01a5389618cc"], + ExpressionUUID->"50b1213d-109d-4c2c-88d1-9b51e62d591e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4893c867-08dc-426e-ab46-ff101218b7d1"], + "Spacer1"]],ExpressionUUID->"29d19238-d868-4880-9bf9-7d703e615e55"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "622db179-f9e5-4039-bb9e-005ae5befb41"] + "e58232dd-6329-462c-83c3-7b9d8685f4e1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1936501530,ExpressionUUID->"408dfc60-7ddf-429e-be8f-7d51e01263ed"], + CellID->1828059158,ExpressionUUID->"4c2c4001-fdcd-4e08-819b-a021e9cab6d3"], Cell["Loading the package:", "ExampleText", CellID->873004007,ExpressionUUID->"82621865-c841-44e6-b8bf-fb8e5e5c1ff0"], @@ -613,8 +614,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -776,15 +775,15 @@ Cell[BoxData[GridBox[{ "5a4b87f2-1432-4985-aa48-8550114639b8"] }], "SeeAlso",ExpressionUUID->"a3b6f03e-d33e-4ded-ad22-b9b342511d76"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a7ccebfd-4d98-4b3c-844f-\ -45ee58f51d1c"], + }]], "SeeAlsoSection",ExpressionUUID->"72dfbb08-8211-4f79-84eb-\ +9d7e8687c263"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -796,9 +795,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"97bb4da4-2fa2-46e3-80ad-764cf92a1b22"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ccb38a77-68c5-4795-8b27-\ -e6e6e7d38d61"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e650af65-f552-4a92-8abe-\ +546d49d753d8"], Cell[BoxData[GridBox[{ { @@ -815,7 +813,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9015d27d-d8de-46cd-8864-7ec848173832"]}]}, + "5310e046-d07b-4444-8a7f-1c0f8959e1f3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -823,10 +821,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "14d0661e-f913-4352-93f7-391970a4349a"]}]} + "c42e359f-65a4-440f-8bd5-138aa1f2649a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9ccb0a82-438e-43d9-a252-\ -a5ec9c76f1cc"], + }]], "MoreAboutSection",ExpressionUUID->"ec661ab0-fb8a-409c-925d-\ +fcaf2eed08be"], Cell[BoxData[GridBox[{ { @@ -853,7 +851,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d17c1277-190a-455c-8bfc-668d8a5bcd1c"]], "RelatedLinks", + "79d895e0-8bd6-4f68-96f4-2cfd3e7131c1"]], "RelatedLinks", ExpressionUUID->"8d6dd1f0-1932-44e3-8d03-6f211090d7e9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -871,7 +869,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a4426206-3d0e-495f-8d12-29b0a4ea832c"]], "RelatedLinks", + "bb8c88d8-d34e-47f5-9cfb-38ee24b6c531"]], "RelatedLinks", ExpressionUUID->"7a6fef60-c6dc-4025-aa2c-d21a5b5975a4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -888,7 +886,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenUtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6cb9873f-1a15-4d1b-a56b-7043547d6da9"]], "RelatedLinks", + "4b574620-e701-4343-9363-e89e9443845f"]], "RelatedLinks", ExpressionUUID->"c5f39e6c-85db-4fb3-96f6-63826a703539"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -905,7 +903,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenConcession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "37f0862c-d3ef-4dea-a716-24f643c7e6c5"]], "RelatedLinks", + "c8daa9f6-dd43-4663-a8a6-e4e39c1f402d"]], "RelatedLinks", ExpressionUUID->"bc2087c1-c32c-4a4f-8f89-b5c0e2a83b1e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -922,11 +920,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fd19a9c6-8706-4119-80bc-248069e2de1a"]], "RelatedLinks", + "5c2b263f-2591-47e4-a772-b0d5de5daffa"]], "RelatedLinks", ExpressionUUID->"8979735e-88f0-42f4-8c52-b68dd946dbc9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e5ba2777-8436-4fff-8747-\ -8138706e4d87"], + }]], "RelatedLinksSection",ExpressionUUID->"0237ceeb-baf4-4d7c-bdbf-\ +2a3469f69192"], Cell[CellGroupData[{ @@ -956,11 +954,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8cccf158-79d3-4981-b244-7fa0e2d939da"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"68ae71e4-7199-43e7-b303-54e2625944f1"] +Cell[" ", "FooterCell",ExpressionUUID->"780fef33-d086-435c-bbc6-ce12375c98ec"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GenUpperSum", TaggingRules->{ @@ -971,17 +969,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 18.763844}", + "built" -> "{2024, 6, 3, 16, 52, 57.616402}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GenUpperSum[game, S] calculates the sum of generalized upper payoffs for \ coalition S.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GenUpperSum", - "titlemodifier" -> "", "windowtitle" -> "GenUpperSum", "type" -> "Symbol", - "uri" -> "TUG/ref/GenUpperSum"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "GenUpperSum", "type" -> "Symbol", "uri" -> "TUG/ref/GenUpperSum"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -990,9 +988,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2f93ee2d-92f0-4b91-b60c-6042c268881e" +ExpressionUUID->"6047a486-99a7-4778-9c04-b18651b8bfce" ] (* End of Notebook Content *) @@ -1000,129 +998,127 @@ ExpressionUUID->"2f93ee2d-92f0-4b91-b60c-6042c268881e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13309, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ee781c0a-8f2b-4734-85ba-722a5ca22ef6", + Cell[13326, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e29f9e8c-33f5-4f72-a486-47185251f90d", CellTags->"PrimaryExamplesSection", - CellID->1717029120]} + CellID->261349714]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36763, 1001} + {"PrimaryExamplesSection", 36763, 999} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7104, 170, 56, "AnchorBarGrid",ExpressionUUID->"91471966-bf56-4b4e-a286-8e2af5b0f471", +Cell[583, 21, 7119, 171, 57, "AnchorBarGrid",ExpressionUUID->"1d613e7b-610f-45bb-8eae-a955e827bc04", CellID->1], -Cell[7690, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"386e2141-4325-4967-abea-87db220ab711"], +Cell[7705, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d12afc4a-e302-41dc-a9a8-842fc06a8db9"], Cell[CellGroupData[{ -Cell[7801, 197, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"e8f82b5a-e457-4309-a3ae-32ba4fd40c23"], -Cell[9089, 234, 507, 11, 111, "Usage",ExpressionUUID->"a23b8259-fb60-4e93-b40c-8df5bbfb23dc", +Cell[7816, 198, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"236f9470-fe95-485c-a2c9-cffd48309396"], +Cell[9104, 235, 507, 11, 111, "Usage",ExpressionUUID->"a23b8259-fb60-4e93-b40c-8df5bbfb23dc", CellID->1615208087] }, Open ]], Cell[CellGroupData[{ -Cell[9633, 250, 1893, 47, 37, "NotesSection",ExpressionUUID->"5eba09f8-e17d-4762-a544-af6068cef258", +Cell[9648, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"33076247-795e-4ae5-b290-4a260404cde4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->91015821], -Cell[11529, 299, 730, 16, 57, "Notes",ExpressionUUID->"ff6d0636-0943-4686-92eb-a762d1d5efc0", + CellID->1524194124], +Cell[11546, 300, 730, 16, 57, "Notes",ExpressionUUID->"ff6d0636-0943-4686-92eb-a762d1d5efc0", CellID->1014199156], -Cell[12262, 317, 489, 12, 37, "Notes",ExpressionUUID->"0ab47dd5-c55b-492d-b65f-b6b363ea814e", +Cell[12279, 318, 489, 12, 38, "Notes",ExpressionUUID->"0ab47dd5-c55b-492d-b65f-b6b363ea814e", CellID->177724765], -Cell[12754, 331, 221, 4, 36, "Notes",ExpressionUUID->"1d42eed5-feb5-489b-b7d4-6f10b35ebea6", +Cell[12771, 332, 221, 4, 36, "Notes",ExpressionUUID->"1d42eed5-feb5-489b-b7d4-6f10b35ebea6", CellID->1362739494], -Cell[12978, 337, 204, 4, 36, "Notes",ExpressionUUID->"a3c391bb-c855-486f-a0a9-6177a0553113", +Cell[12995, 338, 204, 4, 36, "Notes",ExpressionUUID->"a3c391bb-c855-486f-a0a9-6177a0553113", CellID->1653952551] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13309, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ee781c0a-8f2b-4734-85ba-722a5ca22ef6", +Cell[13326, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e29f9e8c-33f5-4f72-a486-47185251f90d", CellTags->"PrimaryExamplesSection", - CellID->1717029120], + CellID->261349714], Cell[CellGroupData[{ -Cell[14755, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"408dfc60-7ddf-429e-be8f-7d51e01263ed", - CellID->1936501530], -Cell[16157, 426, 118, 1, 38, "ExampleText",ExpressionUUID->"82621865-c841-44e6-b8bf-fb8e5e5c1ff0", +Cell[14771, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4c2c4001-fdcd-4e08-819b-a021e9cab6d3", + CellID->1828059158], +Cell[16173, 427, 118, 1, 39, "ExampleText",ExpressionUUID->"82621865-c841-44e6-b8bf-fb8e5e5c1ff0", CellID->873004007], Cell[CellGroupData[{ -Cell[16300, 431, 168, 3, 27, "Input",ExpressionUUID->"9af3bead-3354-47cb-9ff9-9ddc3734f122", +Cell[16316, 432, 168, 3, 27, "Input",ExpressionUUID->"9af3bead-3354-47cb-9ff9-9ddc3734f122", CellID->1763249364], Cell[CellGroupData[{ -Cell[16493, 438, 235, 4, 23, "Print",ExpressionUUID->"403940ea-21e5-44dc-95d8-5020b90754af", +Cell[16509, 439, 235, 4, 23, "Print",ExpressionUUID->"403940ea-21e5-44dc-95d8-5020b90754af", CellID->592516633], -Cell[16731, 444, 364, 8, 23, "Print",ExpressionUUID->"ea02ca92-e331-4181-ba4a-100e553a5199", +Cell[16747, 445, 364, 8, 23, "Print",ExpressionUUID->"ea02ca92-e331-4181-ba4a-100e553a5199", CellID->270707453], -Cell[17098, 454, 235, 4, 23, "Print",ExpressionUUID->"3cdef7bb-8acc-4597-8227-88755ae86b9f", +Cell[17114, 455, 235, 4, 23, "Print",ExpressionUUID->"3cdef7bb-8acc-4597-8227-88755ae86b9f", CellID->821048035], -Cell[17336, 460, 219, 3, 23, "Print",ExpressionUUID->"6618b53c-9d41-4197-b74f-f9d6a72e2168", +Cell[17352, 461, 219, 3, 23, "Print",ExpressionUUID->"6618b53c-9d41-4197-b74f-f9d6a72e2168", CellID->721197501], -Cell[17558, 465, 206, 3, 23, "Print",ExpressionUUID->"ca0d80f9-f336-4a18-aa0f-f240b761b5e8", +Cell[17574, 466, 206, 3, 23, "Print",ExpressionUUID->"ca0d80f9-f336-4a18-aa0f-f240b761b5e8", CellID->488420625], -Cell[17767, 470, 237, 4, 23, "Print",ExpressionUUID->"4233cc03-2415-4cd7-80b1-a61968044d7a", +Cell[17783, 471, 237, 4, 23, "Print",ExpressionUUID->"4233cc03-2415-4cd7-80b1-a61968044d7a", CellID->1948842327], -Cell[18007, 476, 220, 3, 23, "Print",ExpressionUUID->"54429688-c86d-44d1-b2b6-319c65b7ec56", +Cell[18023, 477, 220, 3, 23, "Print",ExpressionUUID->"54429688-c86d-44d1-b2b6-319c65b7ec56", CellID->1234365387], -Cell[18230, 481, 235, 4, 23, "Print",ExpressionUUID->"1f0f2f41-2a76-48d9-96f5-1473f244ed0f", +Cell[18246, 482, 235, 4, 23, "Print",ExpressionUUID->"1f0f2f41-2a76-48d9-96f5-1473f244ed0f", CellID->935954496], -Cell[18468, 487, 235, 4, 23, "Print",ExpressionUUID->"d7e0d4cd-7007-47ed-946c-56a2f1324b90", +Cell[18484, 488, 235, 4, 23, "Print",ExpressionUUID->"d7e0d4cd-7007-47ed-946c-56a2f1324b90", CellID->353014698], -Cell[18706, 493, 206, 3, 23, "Print",ExpressionUUID->"ff431b0c-50ad-4403-b1e5-b1a589cf5284", +Cell[18722, 494, 206, 3, 23, "Print",ExpressionUUID->"ff431b0c-50ad-4403-b1e5-b1a589cf5284", CellID->340577381], -Cell[18915, 498, 236, 4, 23, "Print",ExpressionUUID->"177a9572-2206-4f1a-98ed-55516dedd8b1", +Cell[18931, 499, 236, 4, 23, "Print",ExpressionUUID->"177a9572-2206-4f1a-98ed-55516dedd8b1", CellID->1976633061] }, Open ]] }, Open ]], -Cell[19178, 506, 137, 1, 70, "ExampleText",ExpressionUUID->"17084a85-1e79-4582-b437-f1206046cc2b", +Cell[19194, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"17084a85-1e79-4582-b437-f1206046cc2b", CellID->2074417913], -Cell[19318, 509, 234, 6, 70, "Input",ExpressionUUID->"f51922e6-1d6e-4ab8-bfc9-4b9bbeabe4ee", +Cell[19334, 510, 234, 6, 70, "Input",ExpressionUUID->"f51922e6-1d6e-4ab8-bfc9-4b9bbeabe4ee", CellID->699907213], -Cell[19555, 517, 380, 9, 70, "Input",ExpressionUUID->"72f23e2f-8f93-45d2-8d3a-3cf51e168dd6", +Cell[19571, 518, 380, 9, 70, "Input",ExpressionUUID->"72f23e2f-8f93-45d2-8d3a-3cf51e168dd6", CellID->299330163], -Cell[19938, 528, 238, 6, 70, "Input",ExpressionUUID->"978018e8-974d-4955-98f1-77cf285417c0", +Cell[19954, 529, 238, 6, 70, "Input",ExpressionUUID->"978018e8-974d-4955-98f1-77cf285417c0", CellID->1991653526], -Cell[20179, 536, 191, 4, 70, "ExampleText",ExpressionUUID->"f802b61f-29d0-4df0-a8cd-d11f21fddb61", +Cell[20195, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"f802b61f-29d0-4df0-a8cd-d11f21fddb61", CellID->1548018518], Cell[CellGroupData[{ -Cell[20395, 544, 168, 3, 70, "Input",ExpressionUUID->"514ce40f-e811-4739-9bca-9963e09e9d71", +Cell[20411, 545, 168, 3, 70, "Input",ExpressionUUID->"514ce40f-e811-4739-9bca-9963e09e9d71", CellID->225010713], -Cell[20566, 549, 173, 4, 36, "Output",ExpressionUUID->"879533d9-88fa-44c8-8fd3-cc477191c1af", +Cell[20582, 550, 173, 4, 36, "Output",ExpressionUUID->"879533d9-88fa-44c8-8fd3-cc477191c1af", CellID->1393808643] }, Open ]], -Cell[20754, 556, 179, 3, 70, "ExampleText",ExpressionUUID->"de395407-bb2f-41eb-ae52-1be7a03fd4f8", +Cell[20770, 557, 179, 3, 70, "ExampleText",ExpressionUUID->"de395407-bb2f-41eb-ae52-1be7a03fd4f8", CellID->92563841], Cell[CellGroupData[{ -Cell[20958, 563, 259, 7, 70, "Input",ExpressionUUID->"06d5fafc-4fc1-4d47-adf9-1edc9570fdc8", +Cell[20974, 564, 259, 7, 70, "Input",ExpressionUUID->"06d5fafc-4fc1-4d47-adf9-1edc9570fdc8", CellID->1035759981], -Cell[21220, 572, 375, 8, 36, "Output",ExpressionUUID->"e3176dc5-9746-4233-ac74-f0275f40d036", +Cell[21236, 573, 375, 8, 36, "Output",ExpressionUUID->"e3176dc5-9746-4233-ac74-f0275f40d036", CellID->823043045] }, Open ]], -Cell[21610, 583, 180, 3, 70, "ExampleText",ExpressionUUID->"cc9195d9-ef88-421f-8652-ed77385591af", +Cell[21626, 584, 180, 3, 70, "ExampleText",ExpressionUUID->"cc9195d9-ef88-421f-8652-ed77385591af", CellID->454083967], Cell[CellGroupData[{ -Cell[21815, 590, 255, 7, 70, "Input",ExpressionUUID->"06688cc2-c9b6-4bdb-8f0c-815e1f4d0584", +Cell[21831, 591, 255, 7, 70, "Input",ExpressionUUID->"06688cc2-c9b6-4bdb-8f0c-815e1f4d0584", CellID->641178900], -Cell[22073, 599, 360, 7, 36, "Output",ExpressionUUID->"9a684bc3-936a-434f-99bf-c41f971afb8d", +Cell[22089, 600, 360, 7, 36, "Output",ExpressionUUID->"9a684bc3-936a-434f-99bf-c41f971afb8d", CellID->309503336] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22691, 616, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"72dfbb08-8211-4f79-84eb-9d7e8687c263"], +Cell[28588, 780, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e650af65-f552-4a92-8abe-546d49d753d8"], +Cell[29261, 800, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ec661ab0-fb8a-409c-925d-fcaf2eed08be"], +Cell[30297, 828, 3513, 98, 70, "RelatedLinksSection",ExpressionUUID->"0237ceeb-baf4-4d7c-bdbf-2a3469f69192"], Cell[CellGroupData[{ -Cell[22697, 617, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"a7ccebfd-4d98-4b3c-844f-45ee58f51d1c"], -Cell[28594, 781, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ccb38a77-68c5-4795-8b27-e6e6e7d38d61"] -}, Open ]], -Cell[29279, 802, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9ccb0a82-438e-43d9-a252-a5ec9c76f1cc"], -Cell[30315, 830, 3513, 98, 70, "RelatedLinksSection",ExpressionUUID->"e5ba2777-8436-4fff-8747-8138706e4d87"], -Cell[CellGroupData[{ -Cell[33853, 932, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1ea08fd-3cec-494f-9ea0-4db99c18e8e0", +Cell[33835, 930, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1ea08fd-3cec-494f-9ea0-4db99c18e8e0", CellID->778415021], -Cell[33993, 935, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ec871de8-13ff-452f-be1b-7cb287b155c2", +Cell[33975, 933, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ec871de8-13ff-452f-be1b-7cb287b155c2", CellID->1194386356], -Cell[34215, 941, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bfc2ea2-2cad-44cc-9e5d-9a1d72689a5b", +Cell[34197, 939, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bfc2ea2-2cad-44cc-9e5d-9a1d72689a5b", CellID->1641706272], -Cell[34430, 946, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61cc9a9b-f756-4e41-a7d6-e94dc4b76b41", +Cell[34412, 944, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61cc9a9b-f756-4e41-a7d6-e94dc4b76b41", CellID->399251956], -Cell[34659, 952, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8cccf158-79d3-4981-b244-7fa0e2d939da", +Cell[34641, 950, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8cccf158-79d3-4981-b244-7fa0e2d939da", CellID->821434655] }, Open ]], -Cell[34896, 958, 78, 0, 70, "FooterCell",ExpressionUUID->"68ae71e4-7199-43e7-b303-54e2625944f1"] +Cell[34878, 956, 78, 0, 70, "FooterCell",ExpressionUUID->"780fef33-d086-435c-bbc6-ce12375c98ec"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GenUpperVector.nb b/Documentation/English/ReferencePages/Symbols/GenUpperVector.nb index c0cc37a..671e312 100644 --- a/Documentation/English/ReferencePages/Symbols/GenUpperVector.nb +++ b/Documentation/English/ReferencePages/Symbols/GenUpperVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41932, 1086] -NotebookOptionsPosition[ 33948, 929] -NotebookOutlinePosition[ 36022, 982] -CellTagsIndexPosition[ 35937, 977] +NotebookDataLength[ 41897, 1083] +NotebookOptionsPosition[ 33927, 927] +NotebookOutlinePosition[ 36023, 981] +CellTagsIndexPosition[ 35938, 976] WindowTitle->GenUpperVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9f991503-b9e0-40c2-9b3f-c8811221ed91"], + "c2a2e040-7bba-4534-a225-5ab5396f83cb"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c6d952be-729f-47af-adb7-7c9b18eb4e69"], + "cc1741d6-d0e0-45f5-90b2-e0eac101e608"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2d551d8a-6142-41ff-b085-ba3bac04a74d"] - }],ExpressionUUID->"e7702b52-c3d4-4487-94fe-13e94271d523"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "83e2cfd7-c491-46de-8b09-c7882e941cb1"] + }],ExpressionUUID->"f5d5bd77-c65a-4e51-8fb3-913e77d26d50"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "03ae8241-6ec1-43d2-a222-a11964227103"], + "4b2cf229-7a90-48a5-8c83-674aa30b5ad7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7784bc4b-06ca-4ca3-b53f-11e5c6459306"] - }],ExpressionUUID->"12e31457-75e4-427a-a0de-00e2fee5a3e6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "068649e2-c64a-4a97-9084-f4b5f27b501e"] + }],ExpressionUUID->"a9971d3f-f91e-422a-a022-081864245060"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "011ffc33-3089-4cd5-8390-c480747d7521"], + "08684443-50af-45db-9249-7ee078bff8ec"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3512d731-c375-4906-819e-5df5341bc04a"] - }],ExpressionUUID->"539e3078-e85d-4b9d-8f8a-2dbafaa94930"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8df62311-8f0d-4738-8661-538f83c9dac0"] + }],ExpressionUUID->"9bf0c04c-982d-43b5-b4e6-a3c9e0240533"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0f8a19e9-0a5a-424c-b982-4bc460bcf778"], + "4f13637d-5317-4060-85c2-b31a6adc829a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "564f9640-5dd3-4bf0-b768-d34775517aba"] - }],ExpressionUUID->"6085e171-ad55-4274-9d13-9119df207624"], - StripOnInput->False], {"\<\"TUG/ref/GenUpperVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GenUpperVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "a0ab113f-198e-4e7f-869d-ae7c05419190"] + }],ExpressionUUID->"67a2ab18-f63a-451d-b5e5-fc65505b3af2"], + StripOnInput->False],{ + "\"TUG/ref/GenUpperVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GenUpperVector"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ GenUpperVector.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$87797], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GenUpperVector" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$95414], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GenUpperVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8c24a13d-e314-459c-a322-ca812ca716ae"] + "ccb8cdb4-d98f-48b1-88ad-c5ce3832c39b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d53ec976-14c9-4b8e-b527-7c55576afdce"]} + "949132ba-443c-459b-a986-2ab73c0c719e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ae81a757-20f6-4d7c-b256-0f7b49b6eeba"], + CellID->1,ExpressionUUID->"a3def0d1-1aab-4d77-8f54-9531f0501781"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9bd43cef-bc08-47ba-91ff-68850c38bc9e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0413331b-3488-43c4-9a7b-d0ae600f40ea"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GenUpperVector", "ObjectName",ExpressionUUID-> - "f93d2759-27eb-47bd-b830-803390db50ba"], + "cea55f6d-4fe1-48d1-9ba9-e05e14d0b222"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a4aaf231-9264-4b13-aae0-7d68059fb4aa"], + "Spacer1"]],ExpressionUUID->"c6886c3c-1c22-4b14-bac7-aac202d4d35c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b3d66e7c-c1f4-40f4-a9c4-1c7ac9c59c71"] - }],ExpressionUUID->"c90f814b-1a1a-46f4-b6f5-16b585face0f"], Cell[BoxData[ + "26f869cb-45da-4d1b-967d-7b49b9caef58"] + }],ExpressionUUID->"08c448c2-922b-48ea-a337-1713e56c6209"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b7a72224-1236-4a63-9914-446758d21d20"]} + "c2b898ca-5bf2-4356-9932-69d9e9004c13"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9d6197ce-4ae3-47c7-9b1e-621d7cee146d"], + CacheGraphics->False,ExpressionUUID->"11624615-1726-4d00-bcfa-f63133ff895d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ "844ff399-4890-442d-a414-5a57259f8b19"], " \[LineSeparator]calculates the generalized upper payoff for all \ players." - }],ExpressionUUID->"1c11a9c7-ab26-49c2-bac8-4bddda89f86c"]} + }],ExpressionUUID->"fe09c9b2-c3da-497f-8b1d-9b33aae436f5"]} }]], "Usage", CellID->1888144954,ExpressionUUID->"7cab2536-bff3-4760-8bb7-2a5ee5093e38"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b810ff85-805c-4896-848d-9f4ca6940b0d"], + ExpressionUUID->"b4ad6435-1c07-4813-9e64-2504227d6699"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"83a9397c-b406-4cf6-8f52-67dd96ac920f"], + "Spacer1"]],ExpressionUUID->"99a0b015-082b-4e61-9e98-db89d9709370"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"eb10d931-5f17-4764-918b-a4e5240aee68"], + }], "NotesFrameText",ExpressionUUID->"17137a16-e17f-4c7c-b282-f48a1ba0fc79"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"21e43cce-cb9c-4cab-8d2a-0b61dc5d094e"]], \ + "Preemptive"]],ExpressionUUID->"3f938521-6fbb-4249-8d1a-d7e57cb157ed"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1219606739,ExpressionUUID->"29adeb1d-89ad-4472-8cfd-cd89e9b410ea"], + CellID->445192156,ExpressionUUID->"d2e7986b-b6f8-4289-bb17-9c374b88b70a"], Cell[TextData[{ "The input expression ", @@ -364,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"beb090aa-0242-4b7e-a9b8-7d9bf5d11b45"], + ExpressionUUID->"903ca0b7-2c7f-4bb0-962f-0d2b33f13506"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3acd32d0-1b78-4ff5-acd6-5d88badf4aaf"], + "Spacer1"]],ExpressionUUID->"dc9dbbb9-191c-44a9-b1f8-9cd2bdea06d9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d1fd674f-3e14-478e-aa02-af342c0f2b23"] + "9bc39a29-80aa-41da-8a74-590feb83e702"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->159504916,ExpressionUUID->"558f0c69-fd2a-42f9-9ca9-e02c38b4690f"], + CellID->98259429,ExpressionUUID->"670d3ec7-ac33-4bce-99e5-f189d37395e8"], Cell[CellGroupData[{ @@ -405,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d08bcf74-c5be-4aa1-a958-3d2643baf75a"], + ExpressionUUID->"384ae799-6852-4305-bc8c-36d505f336f1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cb27dce2-a8e7-45c7-a93e-28b68b82952e"], + "Spacer1"]],ExpressionUUID->"6489636c-8944-4f5c-bbb9-7e748537e68f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "683303ab-c65d-4e39-b53b-4d7be730d7de"] + "38767363-2dcd-4c57-9169-5edef5b2f3dd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1909424463,ExpressionUUID->"092805a7-28d6-4fe9-bf26-8261134b5fb4"], + CellID->270260360,ExpressionUUID->"854f049a-7182-477a-a69a-f2e02e48a4e2"], Cell["Loading the package:", "ExampleText", CellID->135544233,ExpressionUUID->"42e2c7e6-f78b-4ed0-b221-7bb4fc5426e7"], @@ -582,8 +583,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -745,15 +744,15 @@ Cell[BoxData[GridBox[{ "348375ea-f1b1-40c8-b707-dbc84913ab12"] }], "SeeAlso",ExpressionUUID->"55f781f1-3e4d-44cf-aa77-8b02727fbe1d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7429e9ec-bbb1-460c-b404-\ -4ec5aef2931d"], + }]], "SeeAlsoSection",ExpressionUUID->"5727a9ec-dd8f-460b-81c2-\ +bf43a1ef583f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -765,9 +764,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"48f0def3-0a0e-4ccb-b061-69e86d22653d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"129c4f12-ac1c-4f6e-82e9-\ -4d67bd472754"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d3e8c9eb-78bf-4b03-b266-\ +5e69d5c5ec1a"], Cell[BoxData[GridBox[{ { @@ -784,7 +782,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8712fef8-330b-41fa-a065-dc812a8ad7e8"]}]}, + "8912a2b9-e26f-4fd1-80f3-79f3366487f2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -792,10 +790,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2fd4bf49-3f52-4d1c-8033-f8f7279e864d"]}]} + "4364288c-2141-4b8e-b7c1-1d11d48c7bd2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ae1b7182-4327-4d58-abb5-\ -c4f0fa42c332"], + }]], "MoreAboutSection",ExpressionUUID->"9e6e9eb0-4e2d-4222-9158-\ +06559a52bd61"], Cell[BoxData[GridBox[{ { @@ -822,7 +820,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "57cb3083-3bc7-45c5-b5e2-8ba5545bf8d5"]], "RelatedLinks", + "45543178-0dcf-4611-80b6-d5f03266a631"]], "RelatedLinks", ExpressionUUID->"cff1cb59-4397-476f-a74e-71f90a68a401"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -840,7 +838,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "03384702-0fad-49e6-9a2f-00db1d86cea2"]], "RelatedLinks", + "22717f38-0e91-469a-899f-9d02bc5c1f05"]], "RelatedLinks", ExpressionUUID->"b71b8879-972a-459e-a63c-6ba0b88f854d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -857,7 +855,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b59ffb0d-2e7e-46a1-9560-c9d76b6458b3"]], "RelatedLinks", + "2fec25b5-83fe-43bf-b591-697390ec5f8f"]], "RelatedLinks", ExpressionUUID->"651c0a27-29db-47e3-8561-fe8b19b13477"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -874,7 +872,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GenConcession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "da85ff37-bd7e-46a5-b196-5408cb3f8fcd"]], "RelatedLinks", + "9962408e-fec4-4cd3-aad2-6aa81107e7c0"]], "RelatedLinks", ExpressionUUID->"5baa6eda-b74f-4c81-ba07-26985ea7b5e4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -891,11 +889,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7f747e8e-7709-43db-bb14-10f43504dc4a"]], "RelatedLinks", + "d1402f2a-68a8-4223-a483-d41755dfc279"]], "RelatedLinks", ExpressionUUID->"bde92921-1256-44de-92f4-4ac087132c7b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"45621444-20b0-46ad-bdf0-\ -842030a75850"], + }]], "RelatedLinksSection",ExpressionUUID->"ffc40817-8f29-433b-a977-\ +30ee57c366b8"], Cell[CellGroupData[{ @@ -925,11 +923,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"418f7018-baf0-4e51-a21f-1cf7b2304b48"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1eb1e05e-93b4-456b-a6a0-0e08440a5784"] +Cell[" ", "FooterCell",ExpressionUUID->"cafdc0a8-00ae-4685-b258-69edd4821c3f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GenUpperVector", TaggingRules->{ @@ -940,17 +938,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 20.180826}", + "built" -> "{2024, 6, 3, 16, 52, 58.307868}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GenUpperVector[game] calculates the generalized upper payoff for all \ players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "GenUpperVector", - "titlemodifier" -> "", "windowtitle" -> "GenUpperVector", "type" -> - "Symbol", "uri" -> "TUG/ref/GenUpperVector"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "GenUpperVector", "type" -> "Symbol", "uri" -> + "TUG/ref/GenUpperVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -959,9 +958,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c9b72c9b-509b-4912-bb56-749007dab2af" +ExpressionUUID->"891934ea-170f-44c6-91f3-45c35d5f0da3" ] (* End of Notebook Content *) @@ -969,125 +968,123 @@ ExpressionUUID->"c9b72c9b-509b-4912-bb56-749007dab2af" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13048, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"558f0c69-fd2a-42f9-9ca9-e02c38b4690f", + Cell[13063, 342, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"670d3ec7-ac33-4bce-99e5-f189d37395e8", CellTags->"PrimaryExamplesSection", - CellID->159504916]} + CellID->98259429]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35737, 970} + {"PrimaryExamplesSection", 35739, 969} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 170, 56, "AnchorBarGrid",ExpressionUUID->"ae81a757-20f6-4d7c-b256-0f7b49b6eeba", +Cell[586, 21, 7133, 171, 57, "AnchorBarGrid",ExpressionUUID->"a3def0d1-1aab-4d77-8f54-9531f0501781", CellID->1], -Cell[7706, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9bd43cef-bc08-47ba-91ff-68850c38bc9e"], +Cell[7722, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0413331b-3488-43c4-9a7b-d0ae600f40ea"], Cell[CellGroupData[{ -Cell[7817, 197, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"9d6197ce-4ae3-47c7-9b1e-621d7cee146d"], -Cell[9108, 234, 474, 10, 111, "Usage",ExpressionUUID->"7cab2536-bff3-4760-8bb7-2a5ee5093e38", +Cell[7833, 198, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"11624615-1726-4d00-bcfa-f63133ff895d"], +Cell[9124, 235, 474, 10, 111, "Usage",ExpressionUUID->"7cab2536-bff3-4760-8bb7-2a5ee5093e38", CellID->1888144954] }, Open ]], Cell[CellGroupData[{ -Cell[9619, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"29adeb1d-89ad-4472-8cfd-cd89e9b410ea", +Cell[9635, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"d2e7986b-b6f8-4289-bb17-9c374b88b70a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1219606739], -Cell[11517, 298, 515, 12, 57, "Notes",ExpressionUUID->"accf33b6-054c-4a81-ba15-85ff1652cfbf", + CellID->445192156], +Cell[11532, 299, 515, 12, 57, "Notes",ExpressionUUID->"accf33b6-054c-4a81-ba15-85ff1652cfbf", CellID->1014199156], -Cell[12035, 312, 489, 12, 37, "Notes",ExpressionUUID->"79de8577-2c04-4b39-82a1-959266b48db1", +Cell[12050, 313, 489, 12, 38, "Notes",ExpressionUUID->"79de8577-2c04-4b39-82a1-959266b48db1", CellID->177724765], -Cell[12527, 326, 221, 4, 36, "Notes",ExpressionUUID->"6f15c64a-e149-49bc-be34-d6a12b33ff16", +Cell[12542, 327, 221, 4, 36, "Notes",ExpressionUUID->"6f15c64a-e149-49bc-be34-d6a12b33ff16", CellID->1858132835], -Cell[12751, 332, 170, 3, 36, "Notes",ExpressionUUID->"d3205b4b-98ed-4084-92cb-c379f10bafef", +Cell[12766, 333, 170, 3, 36, "Notes",ExpressionUUID->"d3205b4b-98ed-4084-92cb-c379f10bafef", CellID->1989092331] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13048, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"558f0c69-fd2a-42f9-9ca9-e02c38b4690f", +Cell[13063, 342, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"670d3ec7-ac33-4bce-99e5-f189d37395e8", CellTags->"PrimaryExamplesSection", - CellID->159504916], + CellID->98259429], Cell[CellGroupData[{ -Cell[14493, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"092805a7-28d6-4fe9-bf26-8261134b5fb4", - CellID->1909424463], -Cell[15895, 420, 118, 1, 38, "ExampleText",ExpressionUUID->"42e2c7e6-f78b-4ed0-b221-7bb4fc5426e7", +Cell[14507, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"854f049a-7182-477a-a69a-f2e02e48a4e2", + CellID->270260360], +Cell[15908, 421, 118, 1, 39, "ExampleText",ExpressionUUID->"42e2c7e6-f78b-4ed0-b221-7bb4fc5426e7", CellID->135544233], Cell[CellGroupData[{ -Cell[16038, 425, 167, 3, 27, "Input",ExpressionUUID->"450c8f43-415c-4b42-b2ea-638fc87cf6ba", +Cell[16051, 426, 167, 3, 27, "Input",ExpressionUUID->"450c8f43-415c-4b42-b2ea-638fc87cf6ba", CellID->744353560], Cell[CellGroupData[{ -Cell[16230, 432, 235, 4, 23, "Print",ExpressionUUID->"380477eb-df3b-4198-815c-8d60a06b5c6d", +Cell[16243, 433, 235, 4, 23, "Print",ExpressionUUID->"380477eb-df3b-4198-815c-8d60a06b5c6d", CellID->677379287], -Cell[16468, 438, 365, 8, 23, "Print",ExpressionUUID->"268db051-8381-452f-87c5-d66db12c4816", +Cell[16481, 439, 365, 8, 23, "Print",ExpressionUUID->"268db051-8381-452f-87c5-d66db12c4816", CellID->1290504125], -Cell[16836, 448, 235, 4, 23, "Print",ExpressionUUID->"5b3f8d87-2e25-47cd-84c4-79ea24feae04", +Cell[16849, 449, 235, 4, 23, "Print",ExpressionUUID->"5b3f8d87-2e25-47cd-84c4-79ea24feae04", CellID->760698442], -Cell[17074, 454, 220, 3, 23, "Print",ExpressionUUID->"1f07886a-b659-44a8-9d78-01debbd32826", +Cell[17087, 455, 220, 3, 23, "Print",ExpressionUUID->"1f07886a-b659-44a8-9d78-01debbd32826", CellID->1129809496], -Cell[17297, 459, 207, 3, 23, "Print",ExpressionUUID->"15aa7b6b-85c6-49ed-8302-462f1325e165", +Cell[17310, 460, 207, 3, 23, "Print",ExpressionUUID->"15aa7b6b-85c6-49ed-8302-462f1325e165", CellID->1170351883], -Cell[17507, 464, 237, 4, 23, "Print",ExpressionUUID->"e1be1627-25a0-49fc-bbfa-4af598dcc704", +Cell[17520, 465, 237, 4, 23, "Print",ExpressionUUID->"e1be1627-25a0-49fc-bbfa-4af598dcc704", CellID->1240735418], -Cell[17747, 470, 220, 3, 23, "Print",ExpressionUUID->"bc3cfd60-a3d0-4f5c-a828-f14f2cf6d5b4", +Cell[17760, 471, 220, 3, 23, "Print",ExpressionUUID->"bc3cfd60-a3d0-4f5c-a828-f14f2cf6d5b4", CellID->2074179648], -Cell[17970, 475, 235, 4, 23, "Print",ExpressionUUID->"ff024fee-b4f8-41b9-beb9-4ad218970df3", +Cell[17983, 476, 235, 4, 23, "Print",ExpressionUUID->"ff024fee-b4f8-41b9-beb9-4ad218970df3", CellID->183957850], -Cell[18208, 481, 236, 4, 23, "Print",ExpressionUUID->"fe6a9eda-e86a-45aa-b71c-b05d3ae1540b", +Cell[18221, 482, 236, 4, 23, "Print",ExpressionUUID->"fe6a9eda-e86a-45aa-b71c-b05d3ae1540b", CellID->1282968079], -Cell[18447, 487, 206, 3, 23, "Print",ExpressionUUID->"711741c6-7379-4060-a5e5-57c94a7cbf44", +Cell[18460, 488, 206, 3, 23, "Print",ExpressionUUID->"711741c6-7379-4060-a5e5-57c94a7cbf44", CellID->328678875], -Cell[18656, 492, 235, 4, 23, "Print",ExpressionUUID->"ef6a2198-23c3-4314-a07d-50dd2a88da67", +Cell[18669, 493, 235, 4, 23, "Print",ExpressionUUID->"ef6a2198-23c3-4314-a07d-50dd2a88da67", CellID->856538996] }, Open ]] }, Open ]], -Cell[18918, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"fbe2978f-e8bb-47d5-b2fd-bf7913b6907a", +Cell[18931, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"fbe2978f-e8bb-47d5-b2fd-bf7913b6907a", CellID->1168273645], -Cell[19058, 503, 234, 6, 70, "Input",ExpressionUUID->"0a7a06eb-673d-4d48-aefe-03230af790b9", +Cell[19071, 504, 234, 6, 70, "Input",ExpressionUUID->"0a7a06eb-673d-4d48-aefe-03230af790b9", CellID->890476248], -Cell[19295, 511, 380, 9, 70, "Input",ExpressionUUID->"aaa81a4c-d7aa-4e72-bb37-c3c1807a3953", +Cell[19308, 512, 380, 9, 70, "Input",ExpressionUUID->"aaa81a4c-d7aa-4e72-bb37-c3c1807a3953", CellID->505741912], -Cell[19678, 522, 238, 6, 70, "Input",ExpressionUUID->"0e269fd8-43c6-4979-b195-cc6e6c9c28c1", +Cell[19691, 523, 238, 6, 70, "Input",ExpressionUUID->"0e269fd8-43c6-4979-b195-cc6e6c9c28c1", CellID->1050717691], -Cell[19919, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"d948389d-03ac-4b25-bd72-488faa699844", +Cell[19932, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"d948389d-03ac-4b25-bd72-488faa699844", CellID->893066767], Cell[CellGroupData[{ -Cell[20134, 538, 172, 3, 70, "Input",ExpressionUUID->"5b79d318-9684-4cb4-85dd-be5c6e7f763f", +Cell[20147, 539, 172, 3, 70, "Input",ExpressionUUID->"5b79d318-9684-4cb4-85dd-be5c6e7f763f", CellID->1148857625], -Cell[20309, 543, 172, 4, 36, "Output",ExpressionUUID->"ffa5d2f6-daac-4d75-b446-245afbf9c805", +Cell[20322, 544, 172, 4, 36, "Output",ExpressionUUID->"ffa5d2f6-daac-4d75-b446-245afbf9c805", CellID->871725960] }, Open ]], -Cell[20496, 550, 172, 3, 70, "ExampleText",ExpressionUUID->"fab54523-9c39-40b7-be1d-47406fcc6c17", +Cell[20509, 551, 172, 3, 70, "ExampleText",ExpressionUUID->"fab54523-9c39-40b7-be1d-47406fcc6c17", CellID->459016409], Cell[CellGroupData[{ -Cell[20693, 557, 172, 3, 70, "Input",ExpressionUUID->"9221eed1-18b6-49fd-8ed3-ace30b3110f1", +Cell[20706, 558, 172, 3, 70, "Input",ExpressionUUID->"9221eed1-18b6-49fd-8ed3-ace30b3110f1", CellID->1260226787], -Cell[20868, 562, 224, 5, 36, "Output",ExpressionUUID->"a6547702-888e-421e-a83b-c782643aa489", +Cell[20881, 563, 224, 5, 36, "Output",ExpressionUUID->"a6547702-888e-421e-a83b-c782643aa489", CellID->210345801] }, Open ]], -Cell[21107, 570, 142, 1, 70, "ExampleText",ExpressionUUID->"d6bd6b07-6761-4b57-b23d-ff773827d452", +Cell[21120, 571, 142, 1, 70, "ExampleText",ExpressionUUID->"d6bd6b07-6761-4b57-b23d-ff773827d452", CellID->831320759], -Cell[21252, 573, 169, 3, 70, "Input",ExpressionUUID->"6db43b29-8eb6-43f5-adfa-d9abd13009ed", +Cell[21265, 574, 169, 3, 70, "Input",ExpressionUUID->"6db43b29-8eb6-43f5-adfa-d9abd13009ed", CellID->1157489447] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21664, 585, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"5727a9ec-dd8f-460b-81c2-bf43a1ef583f"], +Cell[27561, 749, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d3e8c9eb-78bf-4b03-b266-5e69d5c5ec1a"], +Cell[28234, 769, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9e6e9eb0-4e2d-4222-9158-06559a52bd61"], +Cell[29270, 797, 3507, 98, 70, "RelatedLinksSection",ExpressionUUID->"ffc40817-8f29-433b-a977-30ee57c366b8"], Cell[CellGroupData[{ -Cell[21673, 586, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"7429e9ec-bbb1-460c-b404-4ec5aef2931d"], -Cell[27570, 750, 670, 18, 70, "TechNotesSection",ExpressionUUID->"129c4f12-ac1c-4f6e-82e9-4d67bd472754"] -}, Open ]], -Cell[28255, 771, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ae1b7182-4327-4d58-abb5-c4f0fa42c332"], -Cell[29291, 799, 3507, 98, 70, "RelatedLinksSection",ExpressionUUID->"45621444-20b0-46ad-bdf0-842030a75850"], -Cell[CellGroupData[{ -Cell[32823, 901, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c56a6ff-9c0c-43a2-829c-aeeb257bc323", +Cell[32802, 899, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8c56a6ff-9c0c-43a2-829c-aeeb257bc323", CellID->778415021], -Cell[32963, 904, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f27a34d-673e-441c-bdd8-3493acd23a06", +Cell[32942, 902, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f27a34d-673e-441c-bdd8-3493acd23a06", CellID->1194386356], -Cell[33185, 910, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"31fb8bdd-6e97-4503-af04-ebcad56c628e", +Cell[33164, 908, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"31fb8bdd-6e97-4503-af04-ebcad56c628e", CellID->1641706272], -Cell[33400, 915, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b9bee39-5280-4574-b5f1-56ce9ebc99ca", +Cell[33379, 913, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b9bee39-5280-4574-b5f1-56ce9ebc99ca", CellID->399251956], -Cell[33629, 921, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"418f7018-baf0-4e51-a21f-1cf7b2304b48", +Cell[33608, 919, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"418f7018-baf0-4e51-a21f-1cf7b2304b48", CellID->821434655] }, Open ]], -Cell[33866, 927, 78, 0, 70, "FooterCell",ExpressionUUID->"1eb1e05e-93b4-456b-a6a0-0e08440a5784"] +Cell[33845, 925, 78, 0, 70, "FooterCell",ExpressionUUID->"cafdc0a8-00ae-4685-b258-69edd4821c3f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GetCardinalityGame.nb b/Documentation/English/ReferencePages/Symbols/GetCardinalityGame.nb index 2096761..8be717a 100644 --- a/Documentation/English/ReferencePages/Symbols/GetCardinalityGame.nb +++ b/Documentation/English/ReferencePages/Symbols/GetCardinalityGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40938, 1060] -NotebookOptionsPosition[ 32944, 901] -NotebookOutlinePosition[ 35115, 956] -CellTagsIndexPosition[ 35030, 951] +NotebookDataLength[ 40918, 1057] +NotebookOptionsPosition[ 32941, 900] +NotebookOutlinePosition[ 35129, 955] +CellTagsIndexPosition[ 35044, 950] WindowTitle->GetCardinalityGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2e493917-b424-4d47-8ee9-7f6b1c9d0b61"], + "13157345-6cd9-49f7-8757-e31da54976ab"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4a29bd0f-b40b-46b3-9df5-c0eb1391b25c"], + "92dd1ee5-11f1-4e0a-9259-d8bbb9c13434"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0265e23c-bd28-4b87-a255-7d91562ed53f"] - }],ExpressionUUID->"aafd0064-d3a9-4ef4-a934-ada2dc0d9ef3"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "d6bff1a3-ea96-42ea-bd25-0cf63110743f"] + }],ExpressionUUID->"4253406c-96b6-473a-a478-13a31478b8ae"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "40f05b82-4e08-42b9-85a6-16884845cb2d"], + "15407f92-d14f-42fe-8a0b-ee48dbc852e9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "47c4c9ad-fb99-4d0e-b276-f4011a0b0e8e"] - }],ExpressionUUID->"92503857-2001-4a9b-a866-911cec52c752"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b14fa0bc-fd5e-4a85-96be-e3922cf67dce"] + }],ExpressionUUID->"3f248031-4df4-4fd3-b33a-267917c6b5f0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f9ebfb6e-09a3-4b0d-8b45-59cf26051fb4"], + "172066fc-e705-42d2-8e24-3de9466064a7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "706e0295-1eaf-4260-a279-41f97d066462"] - }],ExpressionUUID->"21e6b8c4-d131-4a9d-b630-19485f0183ff"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "143a3e25-7c8b-43db-804c-70f97cfbb451"] + }],ExpressionUUID->"b8d3006d-6a52-402a-b9ed-7a9e36ad08e9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c6d77965-e2ac-4306-b039-ab414aad0a0d"], + "b85a2c39-9915-4db9-8c50-cd8445e3b304"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9518dd81-625a-4140-9519-a4ce695f0aa9"] - }],ExpressionUUID->"37ccf000-fe00-4849-bb3a-2baf43883661"], - StripOnInput->False], {"\<\"TUG/ref/GetCardinalityGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GetCardinalityGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "abae01f7-6778-4488-b391-2c01bb186576"] + }],ExpressionUUID->"d8c22471-b953-4ecc-a93d-2510f5d5fe88"], + StripOnInput->False],{ + "\"TUG/ref/GetCardinalityGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GetCardinalityGame"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ GetCardinalityGame.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$88374], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GetCardinalityGame" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$96025], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GetCardinalityGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "270adb93-2b23-4d13-aa93-b7338130b800"] + "c3856d23-f74c-437d-b438-2f0c938f6edf"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9b7dbd0f-d954-4f24-a2ad-7565a91821be"]} + "93b00ff8-3c20-45e1-9d9c-80cbec374f53"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ae214acb-2d41-4f54-b1c9-d097d8213aac"], + CellID->1,ExpressionUUID->"237171b5-0af0-465e-839c-d26875f49905"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"62aee6f0-36b6-4c23-bfae-df0ca2f0d1c7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"04ba62bb-88cd-4423-a2b4-7e44313d738d"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GetCardinalityGame", "ObjectName",ExpressionUUID-> - "40536f80-630e-470b-af63-c91050fd1e09"], + "97e3e8ba-c888-4355-809a-75a73bc2b567"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c4103777-292d-4429-bbda-7d0f86294547"], + "Spacer1"]],ExpressionUUID->"305ab177-6613-473e-9896-ce3544ab1a0b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "dce0a491-efc9-468c-99bc-73de96d9479f"] - }],ExpressionUUID->"ae1ef191-b642-40c3-830b-9f102f84e71b"], Cell[BoxData[ + "38755c16-ee41-415c-9f64-9679a3c390b7"] + }],ExpressionUUID->"359ba48b-554c-4a62-af25-54b082bb3bee"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "31ff334d-f84a-4355-9ce0-ad87e41ccc35"]} + "afc10543-fb73-431b-864f-0c42d24ba7ed"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d1794105-e94c-46cc-8220-cc0ef7e0df1d"], + CacheGraphics->False,ExpressionUUID->"3d7c07fa-e285-4249-b21a-7314ad7946b7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]assigns a worth of zero to a coalition of \ size="08a08919-9dc8-494d-a4c9-20e9b8b776de"]} + }],ExpressionUUID->"908529e2-3900-49c3-b04f-2a80bffcf6ba"]} }]], "Usage", CellID->119190736,ExpressionUUID->"3c8b33c8-147f-41df-8fd2-ff0a56c34993"] }, Open ]], @@ -275,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e82d391b-a578-4843-bd36-a9c4c175589a"], + ExpressionUUID->"17484761-992a-4059-a7ba-cb3506e80c2f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ae8449e2-3096-4abc-895c-ce89ab2bdfd0"], + "Spacer1"]],ExpressionUUID->"c7e51810-445b-47c5-bbe0-db613f18857e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6c3e3bbe-b7e2-4119-95a7-b0aecf08cd11"], + }], "NotesFrameText",ExpressionUUID->"dfcca704-36a2-451d-9e9a-ab79343b83f3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"24b22877-9d10-4e0b-b2b2-663cde64e76a"]], \ + "Preemptive"]],ExpressionUUID->"5d354bfd-00ba-4239-8bbc-76e0c1eaee41"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->544742463,ExpressionUUID->"ed46063e-bc52-4a48-94b7-f0c54d363d49"], + CellID->477488932,ExpressionUUID->"7e9ecc1c-4840-42d7-9b93-402eec2be575"], Cell[TextData[{ "The expression ", @@ -366,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ed173172-9b06-42d8-b708-1561687da94e"], + ExpressionUUID->"aaede97d-3699-42f3-82c6-f938bc1b1c74"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"44bb797c-d8e9-4077-a79d-e767edb48a2f"], + "Spacer1"]],ExpressionUUID->"d6884a44-5cee-4895-b2e7-b5ae4c8d8058"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8faf79e3-13fb-4918-a8b9-1efe36a984b3"] + "45917f79-5252-4660-be07-d5199ac1d7ff"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1920389941,ExpressionUUID->"dfe17b43-aa54-4737-90b5-5477189b6aa4"], + CellID->373048227,ExpressionUUID->"e50e2097-1adf-4b09-97dc-fc0bb478c13d"], Cell[CellGroupData[{ @@ -407,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"07370ee2-9424-4134-9b3b-81d5ca24e2e8"], + ExpressionUUID->"59d531bc-709b-4c28-b1cc-7712741a4337"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e8e895cf-5b97-49fc-be1a-34dae2bfdeaa"], + "Spacer1"]],ExpressionUUID->"eac4b89e-8d6b-408a-a54a-5f4fa268de92"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "739f3e33-589d-4d67-8888-2032ff0d2897"] + "d76bfa06-6b2c-45d0-8f8e-9a46c39bc0d5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1310446586,ExpressionUUID->"ec2d97dd-ee04-424b-a6f9-82daa8b08e08"], + CellID->1300651126,ExpressionUUID->"784cae5d-48a7-4823-b07c-720201968968"], Cell["Loading the package:", "ExampleText", CellID->976294382,ExpressionUUID->"0f8ecf62-e00e-4953-a1b3-4e2318e5cb5e"], @@ -589,8 +591,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -752,15 +752,15 @@ Cell[BoxData[GridBox[{ "a5afcee7-202f-47e4-8634-5da592a39f08"] }], "SeeAlso",ExpressionUUID->"07c68a08-c9ff-4d04-aa1a-12894c29a336"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"28bae2c5-0365-42fa-b0da-\ -34f67e95781f"], + }]], "SeeAlsoSection",ExpressionUUID->"fe7e8c2a-7267-4e30-bc87-\ +43c68ed2ebd5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -772,9 +772,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ebcc5865-2879-4897-a22b-7c5c71bdb542"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"df9594d5-91b0-4e6f-8979-\ -a8b21635674f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"58798cf8-ed7b-414f-9fa2-\ +4a220cf74a6b"], Cell[BoxData[GridBox[{ { @@ -791,7 +790,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bc03943c-8b73-4d64-92e9-36a38ee6ed58"]}]}, + "b1dca0b6-2b22-4953-bace-9e33ba3c3463"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -799,10 +798,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "18604765-1d50-4586-b7ed-aa4d3606a1e6"]}]} + "68a1ecd0-b4d4-4ea3-aecb-7e3f8880d830"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"11b599a2-36a8-4783-a429-\ -7f231ca1f99b"], + }]], "MoreAboutSection",ExpressionUUID->"7332f470-1d7c-43f9-903f-\ +8c79e934bfdc"], Cell[BoxData[GridBox[{ { @@ -829,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CharacteristicValues"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1b53bd9f-9241-4ced-8fab-7ceaeb6276ef"]], "RelatedLinks", + "118f8f2f-0557-4f04-b66c-197c8315765c"]], "RelatedLinks", ExpressionUUID->"99e6dc08-c5ab-4060-85f6-d16f0acfe082"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -846,7 +845,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeightedMajority"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "14a4469a-ee78-4ef9-864b-6cd03bc00637"]], "RelatedLinks", + "0731e2a6-30c0-4052-9de5-5fcb618ea7bf"]], "RelatedLinks", ExpressionUUID->"24a234d1-3862-4642-a485-7198f2802625"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -863,11 +862,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7213a4e-50be-40f7-b5cd-58e30cbe177d"]], "RelatedLinks", + "7bb3442a-a2e2-44d4-9367-47f869e1b76e"]], "RelatedLinks", ExpressionUUID->"742386f0-5c9f-4fce-935c-6dbaf1a37c8d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b683839c-1990-409f-b3ba-\ -383e1062f5bd"], + }]], "RelatedLinksSection",ExpressionUUID->"98679f9c-956a-4d97-92d4-\ +14679db9229d"], Cell[CellGroupData[{ @@ -897,11 +896,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2f51df50-9147-410e-b1fc-786a1fcb7f3b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ee1a9aef-c3b2-4316-b52f-446f254463c9"] +Cell[" ", "FooterCell",ExpressionUUID->"62668ffd-df47-4404-ada0-985f0bfe6ac6"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GetCardinalityGame", TaggingRules->{ @@ -912,7 +911,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 21.544236}", + "built" -> "{2024, 6, 3, 16, 52, 58.983607}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -920,11 +919,11 @@ TaggingRules->{ "GetCardinalityGame[T, k] assigns a worth of zero to a coalition of \ size= {}, "tabletags" -> {}, "title" -> - "GetCardinalityGame", "titlemodifier" -> "", "windowtitle" -> - "GetCardinalityGame", "type" -> "Symbol", "uri" -> + "GetCardinalityGame", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "GetCardinalityGame", "type" -> "Symbol", "uri" -> "TUG/ref/GetCardinalityGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -933,9 +932,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0f487e3e-694a-4ab0-af52-c546a5a4cb6c" +ExpressionUUID->"22a266ee-fb28-4bb1-8d84-b617375f7d5d" ] (* End of Notebook Content *) @@ -943,125 +942,123 @@ ExpressionUUID->"0f487e3e-694a-4ab0-af52-c546a5a4cb6c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13180, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dfe17b43-aa54-4737-90b5-5477189b6aa4", + Cell[13212, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e50e2097-1adf-4b09-97dc-fc0bb478c13d", CellTags->"PrimaryExamplesSection", - CellID->1920389941]} + CellID->373048227]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34829, 944} + {"PrimaryExamplesSection", 34844, 943} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7123, 170, 56, "AnchorBarGrid",ExpressionUUID->"ae214acb-2d41-4f54-b1c9-d097d8213aac", +Cell[590, 21, 7155, 172, 57, "AnchorBarGrid",ExpressionUUID->"237171b5-0af0-465e-839c-d26875f49905", CellID->1], -Cell[7716, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"62aee6f0-36b6-4c23-bfae-df0ca2f0d1c7"], +Cell[7748, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"04ba62bb-88cd-4423-a2b4-7e44313d738d"], Cell[CellGroupData[{ -Cell[7827, 197, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"d1794105-e94c-46cc-8220-cc0ef7e0df1d"], -Cell[9122, 234, 573, 12, 111, "Usage",ExpressionUUID->"3c8b33c8-147f-41df-8fd2-ff0a56c34993", +Cell[7859, 199, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"3d7c07fa-e285-4249-b21a-7314ad7946b7"], +Cell[9154, 236, 573, 12, 111, "Usage",ExpressionUUID->"3c8b33c8-147f-41df-8fd2-ff0a56c34993", CellID->119190736] }, Open ]], Cell[CellGroupData[{ -Cell[9732, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"ed46063e-bc52-4a48-94b7-f0c54d363d49", +Cell[9764, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"7e9ecc1c-4840-42d7-9b93-402eec2be575", CellGroupingRules->{"SectionGrouping", 50}, - CellID->544742463], -Cell[11629, 300, 546, 12, 57, "Notes",ExpressionUUID->"4c0fe433-e4f0-4045-a114-c3ab1def287e", + CellID->477488932], +Cell[11661, 302, 546, 12, 57, "Notes",ExpressionUUID->"4c0fe433-e4f0-4045-a114-c3ab1def287e", CellID->1070702936], -Cell[12178, 314, 489, 12, 37, "Notes",ExpressionUUID->"4b914932-73d3-4392-a7e2-47c857738dc6", +Cell[12210, 316, 489, 12, 38, "Notes",ExpressionUUID->"4b914932-73d3-4392-a7e2-47c857738dc6", CellID->177724765], -Cell[12670, 328, 208, 4, 36, "Notes",ExpressionUUID->"d5a9d9b4-31af-44b4-86e3-b687796d28a2", +Cell[12702, 330, 208, 4, 36, "Notes",ExpressionUUID->"d5a9d9b4-31af-44b4-86e3-b687796d28a2", CellID->818406123], -Cell[12881, 334, 172, 3, 36, "Notes",ExpressionUUID->"a2394705-e57c-4c91-8ee9-e439dc458fc6", +Cell[12913, 336, 172, 3, 36, "Notes",ExpressionUUID->"a2394705-e57c-4c91-8ee9-e439dc458fc6", CellID->776756594] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13180, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dfe17b43-aa54-4737-90b5-5477189b6aa4", +Cell[13212, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e50e2097-1adf-4b09-97dc-fc0bb478c13d", CellTags->"PrimaryExamplesSection", - CellID->1920389941], + CellID->373048227], Cell[CellGroupData[{ -Cell[14626, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ec2d97dd-ee04-424b-a6f9-82daa8b08e08", - CellID->1310446586], -Cell[16028, 422, 118, 1, 38, "ExampleText",ExpressionUUID->"0f8ecf62-e00e-4953-a1b3-4e2318e5cb5e", +Cell[14657, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"784cae5d-48a7-4823-b07c-720201968968", + CellID->1300651126], +Cell[16059, 424, 118, 1, 39, "ExampleText",ExpressionUUID->"0f8ecf62-e00e-4953-a1b3-4e2318e5cb5e", CellID->976294382], Cell[CellGroupData[{ -Cell[16171, 427, 167, 3, 27, "Input",ExpressionUUID->"7948bf23-6bcd-4380-b7ff-f1b9925d7cf1", +Cell[16202, 429, 167, 3, 27, "Input",ExpressionUUID->"7948bf23-6bcd-4380-b7ff-f1b9925d7cf1", CellID->775609193], Cell[CellGroupData[{ -Cell[16363, 434, 235, 4, 23, "Print",ExpressionUUID->"a7edd05f-4122-4877-8f10-d37d1d451653", +Cell[16394, 436, 235, 4, 23, "Print",ExpressionUUID->"a7edd05f-4122-4877-8f10-d37d1d451653", CellID->877455596], -Cell[16601, 440, 365, 8, 23, "Print",ExpressionUUID->"73c816be-1bbb-495d-8249-a3508466598f", +Cell[16632, 442, 365, 8, 23, "Print",ExpressionUUID->"73c816be-1bbb-495d-8249-a3508466598f", CellID->1962236063], -Cell[16969, 450, 235, 4, 23, "Print",ExpressionUUID->"f88aecf1-e586-46fa-a9cd-6063585f9827", +Cell[17000, 452, 235, 4, 23, "Print",ExpressionUUID->"f88aecf1-e586-46fa-a9cd-6063585f9827", CellID->541713764], -Cell[17207, 456, 219, 3, 23, "Print",ExpressionUUID->"18d4c1a9-d081-40ce-8916-f36ca04800e7", +Cell[17238, 458, 219, 3, 23, "Print",ExpressionUUID->"18d4c1a9-d081-40ce-8916-f36ca04800e7", CellID->293286435], -Cell[17429, 461, 207, 3, 23, "Print",ExpressionUUID->"c1849390-c370-42e7-ad49-af18958126b8", +Cell[17460, 463, 207, 3, 23, "Print",ExpressionUUID->"c1849390-c370-42e7-ad49-af18958126b8", CellID->1539449000], -Cell[17639, 466, 237, 4, 23, "Print",ExpressionUUID->"0428371a-9b53-476f-aaf7-1e3c72ab7f42", +Cell[17670, 468, 237, 4, 23, "Print",ExpressionUUID->"0428371a-9b53-476f-aaf7-1e3c72ab7f42", CellID->2009645015], -Cell[17879, 472, 219, 3, 23, "Print",ExpressionUUID->"e019b6a1-d3d9-4040-9687-3946a940c3fa", +Cell[17910, 474, 219, 3, 23, "Print",ExpressionUUID->"e019b6a1-d3d9-4040-9687-3946a940c3fa", CellID->136277579], -Cell[18101, 477, 235, 4, 23, "Print",ExpressionUUID->"bf4640e8-17e7-48c2-9105-a0a3db79bd68", +Cell[18132, 479, 235, 4, 23, "Print",ExpressionUUID->"bf4640e8-17e7-48c2-9105-a0a3db79bd68", CellID->519271581], -Cell[18339, 483, 235, 4, 23, "Print",ExpressionUUID->"35ab152e-e908-4582-974d-77709f85be60", +Cell[18370, 485, 235, 4, 23, "Print",ExpressionUUID->"35ab152e-e908-4582-974d-77709f85be60", CellID->608630114], -Cell[18577, 489, 207, 3, 23, "Print",ExpressionUUID->"f5f14913-7ca3-41b7-9c49-9ef691d0bf3d", +Cell[18608, 491, 207, 3, 23, "Print",ExpressionUUID->"f5f14913-7ca3-41b7-9c49-9ef691d0bf3d", CellID->1846195146], -Cell[18787, 494, 236, 4, 23, "Print",ExpressionUUID->"78b11b54-157f-449c-b740-92b7fc86ca03", +Cell[18818, 496, 236, 4, 23, "Print",ExpressionUUID->"78b11b54-157f-449c-b740-92b7fc86ca03", CellID->1187149471] }, Open ]] }, Open ]], -Cell[19050, 502, 205, 4, 70, "ExampleText",ExpressionUUID->"2811cbda-5c32-4c12-adab-dbc670bf6165", +Cell[19081, 504, 205, 4, 70, "ExampleText",ExpressionUUID->"2811cbda-5c32-4c12-adab-dbc670bf6165", CellID->2135858736], -Cell[19258, 508, 248, 7, 70, "Input",ExpressionUUID->"cd712230-203a-40d9-b081-c3331f99c5e3", +Cell[19289, 510, 248, 7, 70, "Input",ExpressionUUID->"cd712230-203a-40d9-b081-c3331f99c5e3", CellID->1385982229], Cell[CellGroupData[{ -Cell[19531, 519, 218, 5, 70, "Input",ExpressionUUID->"7d00ee83-f887-466f-9283-6c8f29c864ce", +Cell[19562, 521, 218, 5, 70, "Input",ExpressionUUID->"7d00ee83-f887-466f-9283-6c8f29c864ce", CellID->1840284900], -Cell[19752, 526, 519, 10, 36, "Output",ExpressionUUID->"7cf9bff1-691a-4875-ad55-7c58fd0a6307", +Cell[19783, 528, 519, 10, 36, "Output",ExpressionUUID->"7cf9bff1-691a-4875-ad55-7c58fd0a6307", CellID->918856441] }, Open ]], -Cell[20286, 539, 236, 6, 70, "Input",ExpressionUUID->"a590af79-1949-4848-bcda-23146bbec798", +Cell[20317, 541, 236, 6, 70, "Input",ExpressionUUID->"a590af79-1949-4848-bcda-23146bbec798", CellID->861432310], -Cell[20525, 547, 190, 4, 70, "ExampleText",ExpressionUUID->"865120e2-182f-46e2-bbd4-948b11d5f8c9", +Cell[20556, 549, 190, 4, 70, "ExampleText",ExpressionUUID->"865120e2-182f-46e2-bbd4-948b11d5f8c9", CellID->976651380], Cell[CellGroupData[{ -Cell[20740, 555, 176, 3, 70, "Input",ExpressionUUID->"8897b230-cea3-4a07-b9e8-9c6e3a5e3bf4", +Cell[20771, 557, 176, 3, 70, "Input",ExpressionUUID->"8897b230-cea3-4a07-b9e8-9c6e3a5e3bf4", CellID->1486648168], -Cell[20919, 560, 173, 4, 36, "Output",ExpressionUUID->"76c8d6f5-dc79-4cf1-9b38-483c75da0f56", +Cell[20950, 562, 173, 4, 36, "Output",ExpressionUUID->"76c8d6f5-dc79-4cf1-9b38-483c75da0f56", CellID->1349131855] }, Open ]], -Cell[21107, 567, 151, 1, 70, "ExampleText",ExpressionUUID->"165cd497-7d44-498a-ad43-5495acb62377", +Cell[21138, 569, 151, 1, 70, "ExampleText",ExpressionUUID->"165cd497-7d44-498a-ad43-5495acb62377", CellID->681458234], Cell[CellGroupData[{ -Cell[21283, 572, 170, 3, 70, "Input",ExpressionUUID->"98c759c8-6cfe-4e8a-8912-2046ca5fde75", +Cell[21314, 574, 170, 3, 70, "Input",ExpressionUUID->"98c759c8-6cfe-4e8a-8912-2046ca5fde75", CellID->1055747952], -Cell[21456, 577, 231, 5, 36, "Output",ExpressionUUID->"6895befc-8f19-41a3-a7a3-1ae020408264", +Cell[21487, 579, 231, 5, 36, "Output",ExpressionUUID->"6895befc-8f19-41a3-a7a3-1ae020408264", CellID->1931987033] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21960, 593, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"fe7e8c2a-7267-4e30-bc87-43c68ed2ebd5"], +Cell[27847, 757, 670, 18, 70, "TechNotesSection",ExpressionUUID->"58798cf8-ed7b-414f-9fa2-4a220cf74a6b"], +Cell[28520, 777, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7332f470-1d7c-43f9-903f-8c79e934bfdc"], +Cell[29556, 805, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"98679f9c-956a-4d97-92d4-14679db9229d"], Cell[CellGroupData[{ -Cell[21951, 593, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"28bae2c5-0365-42fa-b0da-34f67e95781f"], -Cell[27838, 757, 670, 18, 70, "TechNotesSection",ExpressionUUID->"df9594d5-91b0-4e6f-8979-a8b21635674f"] -}, Open ]], -Cell[28523, 778, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"11b599a2-36a8-4783-a429-7f231ca1f99b"], -Cell[29559, 806, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"b683839c-1990-409f-b3ba-383e1062f5bd"], -Cell[CellGroupData[{ -Cell[31819, 873, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b4c060a6-2ad6-42e0-ae16-8f9b9a941cf8", +Cell[31816, 872, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b4c060a6-2ad6-42e0-ae16-8f9b9a941cf8", CellID->778415021], -Cell[31959, 876, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"60027712-4ed7-437b-9914-80e2ee857360", +Cell[31956, 875, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"60027712-4ed7-437b-9914-80e2ee857360", CellID->1194386356], -Cell[32181, 882, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f655e5f-5d13-47d6-b6c7-07dd611db957", +Cell[32178, 881, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f655e5f-5d13-47d6-b6c7-07dd611db957", CellID->1641706272], -Cell[32396, 887, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5440ea2-357b-4925-92b1-a0f190ddff74", +Cell[32393, 886, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5440ea2-357b-4925-92b1-a0f190ddff74", CellID->399251956], -Cell[32625, 893, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2f51df50-9147-410e-b1fc-786a1fcb7f3b", +Cell[32622, 892, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2f51df50-9147-410e-b1fc-786a1fcb7f3b", CellID->821434655] }, Open ]], -Cell[32862, 899, 78, 0, 70, "FooterCell",ExpressionUUID->"ee1a9aef-c3b2-4316-b52f-446f254463c9"] +Cell[32859, 898, 78, 0, 70, "FooterCell",ExpressionUUID->"62668ffd-df47-4404-ada0-985f0bfe6ac6"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GrandCoalitionLargestValueQ.nb b/Documentation/English/ReferencePages/Symbols/GrandCoalitionLargestValueQ.nb index 8fda617..d8f8e35 100644 --- a/Documentation/English/ReferencePages/Symbols/GrandCoalitionLargestValueQ.nb +++ b/Documentation/English/ReferencePages/Symbols/GrandCoalitionLargestValueQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42914, 1111] -NotebookOptionsPosition[ 34065, 935] -NotebookOutlinePosition[ 36212, 989] -CellTagsIndexPosition[ 36127, 984] +NotebookDataLength[ 42921, 1111] +NotebookOptionsPosition[ 34088, 937] +NotebookOutlinePosition[ 36252, 991] +CellTagsIndexPosition[ 36167, 986] WindowTitle->GrandCoalitionLargestValueQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7355948d-87f6-4712-b6e3-1d353f3c9130"], + "0be39f2d-289d-4322-b500-b72f20c2bc2c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3833aabf-8cba-48ca-ac9a-f04d1e47186f"], + "ecd69686-73dc-4705-b422-f0eb6ee58c46"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "90c96b9d-6f60-490c-ae4b-6b72ec0dceb8"] - }],ExpressionUUID->"08dc5710-355e-498a-b978-0e1a4223edb2"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "e73e8c5e-2e5f-43fd-b2ac-b5c1ea013856"] + }],ExpressionUUID->"366c6a7f-fa89-4094-b64f-a967381bc730"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5a351839-40ee-480c-a08a-80c16a9967a4"], + "286a8bb9-7622-4eb8-8650-76b51d52b06b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8b57609c-ef5e-4d64-9634-099a9727c9bb"] - }],ExpressionUUID->"6f69fd9f-87cb-40ba-bfda-c48e92431f80"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8a704d61-ee4d-4690-9ea1-a76b53d139d9"] + }],ExpressionUUID->"8b1cc2ec-2b88-42f7-8fd5-a7f1fbdff454"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "04bf718c-817e-498d-8679-9eb2f4c052e6"], + "e82f5b97-59cf-4a77-8e16-3808c7cd2ced"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ed1885b-7725-47ab-aa2a-cac65338e3c3"] - }],ExpressionUUID->"aef71e4e-87c1-4bf9-9cc1-b017e575a827"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3bcc1c6c-1b94-4904-9c2f-9e995e30b078"] + }],ExpressionUUID->"ec79125d-deff-427a-bd03-4b656debb577"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1daf393e-7ced-4e32-9232-61fc4db41be4"], + "23eab994-d549-47c6-a074-422c92e60842"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,52 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6ed3d205-7052-4f83-8e2e-7859f94827ea"] - }],ExpressionUUID->"e39c92b4-8a08-4f6e-8bea-41064be698ae"], - StripOnInput->False], {"\<\"TUG/ref/GrandCoalitionLargestValueQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GrandCoalitionLargestValueQ"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e0fe3ca8-6bb2-46ee-b529-26bd3e9999d1"] + }],ExpressionUUID->"0100f40d-5cb0-44cd-85ff-4e9f2a56e761"], + StripOnInput->False],{ + "\"TUG/ref/GrandCoalitionLargestValueQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GrandCoalitionLargestValueQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ GrandCoalitionLargestValueQ.html"], StandardForm]], "Input", - TextClipboardType -> "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$88945], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GrandCoalitionLargestValueQ" <> ".html"], None}]}]}, + TextClipboardType -> "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$96630], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GrandCoalitionLargestValueQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fdf1b0be-634c-4215-a70d-dfe426352d67"] + "df82e9c9-4d6b-4cd1-8478-f1d522cc4022"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6d8e713e-cbe3-4fc6-b0d4-532e6fbd4737"]} + "4ed9b23c-3929-4c32-b712-8dd73c0f566c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8d274368-7aa8-4f54-8b90-e6ead4af9cf6"], + CellID->1,ExpressionUUID->"4fb68f67-db8e-4d26-ae2c-ed2841afc7ea"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b3dcc28e-7913-4bf2-91ff-7fc3901f3f44"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f85dfeed-7d20-4063-992f-9a608c47e354"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GrandCoalitionLargestValueQ", "ObjectName",ExpressionUUID-> - "71fa965b-fe5f-4396-981a-ab19e7046f29"], + "9cff21de-951a-4255-93aa-0961c5a38371"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7eae2e7d-b5de-4289-8759-08b8e0bf9c42"], + "Spacer1"]],ExpressionUUID->"4964d7dc-31c2-45bc-bbec-3a1b737c711d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "74242e22-8a6e-4fcd-82ac-118d1c389ad4"] - }],ExpressionUUID->"74b5700f-1342-4efb-8f81-9dfac6360c73"], Cell[BoxData[ + "3e39f6f0-c802-4698-b612-eca32b393f8a"] + }],ExpressionUUID->"fd2ebd9d-690d-425e-baa7-fc62f814b21d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "27d062d9-ece5-462d-9dbd-1c96d849e2bd"]} + "8574f5f3-234c-4f77-9505-d00c8e7ffd3f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6b233df1-0bca-41d5-872f-795d7ebbc636"], + CacheGraphics->False,ExpressionUUID->"ba47e755-caad-4310-a6c1-129e3cfa5320"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "ed317ffc-670b-443b-ba81-ea756153b51a"], " \[LineSeparator]checks if the worth of the grand coalition is the \ largest." - }],ExpressionUUID->"fe3d6cf4-24f8-4b22-b252-680aa39fa645"]} + }],ExpressionUUID->"9b5e908d-b9e7-4b6f-a93d-3a1340d04c91"]} }]], "Usage", CellID->745412649,ExpressionUUID->"ec206cac-25a4-4749-adeb-2c88d635dcd2"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"540aff67-5bac-432b-bf5c-38bdfdaf8c8f"], + ExpressionUUID->"58f3a9cc-1b89-4945-b0ae-3b67ade3290c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bae5ba2b-a68f-454e-a80d-c00e8b570802"], + "Spacer1"]],ExpressionUUID->"1696a2f2-f2da-4d0c-9ad7-9d325bd0bf45"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"90f2edf7-263e-48a6-8e34-f4cdcbffacb1"], + }], "NotesFrameText",ExpressionUUID->"6e21efac-5caf-44f0-b514-0708436dbdb0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6cd438a1-8b6b-4c49-92b2-3562d922221c"]], \ + "Preemptive"]],ExpressionUUID->"bcaa24f5-f6b5-4f74-aa2d-77eea78cede5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->669909640,ExpressionUUID->"b158a4f0-e8f9-4418-ba72-6ca34296c6e8"], + CellID->1792603237,ExpressionUUID->"265c0058-2e7c-47ff-8364-1af6702f89d9"], Cell[TextData[{ "The input expression ", @@ -364,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"15577d22-ab38-49c1-86aa-6ede737d3ca5"], + ExpressionUUID->"8c5318f4-1c4b-432b-af29-c715f69697b9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"96781b42-e0ca-4b03-9fc7-253ab7a9bc76"], + "Spacer1"]],ExpressionUUID->"2fc0de83-3274-4795-9401-913bacc2a9d8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6037ad20-d7eb-46a5-ab75-242b81ed7f32"] + "0f69edb4-882f-4579-9d9b-f9900702e81d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1050267083,ExpressionUUID->"a122a311-5de5-46ac-9979-4f31e7d876e9"], + CellID->831627633,ExpressionUUID->"9ab51f6a-ccc6-45cd-a7dc-a3b5bafc6787"], Cell[CellGroupData[{ @@ -405,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"420b0f4c-6562-45e6-a889-55ce5e202731"], + ExpressionUUID->"93377a5d-51fd-488b-b8c2-f84c7a820d18"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3b09a28e-cf71-49e2-a61b-7bce651f8909"], + "Spacer1"]],ExpressionUUID->"f86efa85-7a94-49ee-8c43-ab9593f19521"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f4ec0d4e-ddc5-421d-9148-9ab13902c365"] + "e9565357-7941-4fc2-8801-533ca62221df"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->371035841,ExpressionUUID->"29e77186-77b9-4d15-ad8e-7a1be1a0e09d"], + CellID->114905467,ExpressionUUID->"61dc9ff2-d561-40d6-a59b-587869a6b7ae"], Cell["Loading the package:", "ExampleText", CellID->1045349031,ExpressionUUID->"2f77fae6-efb2-4ad8-873d-f2e1e5ce14b1"], @@ -637,8 +642,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -786,15 +789,15 @@ Cell[BoxData[GridBox[{ "dd0c3a1d-5802-46d1-987e-d448ff56d54e"] }], "SeeAlso",ExpressionUUID->"ff1e1fd2-1ade-49e5-bfde-83c3cbc43a60"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"6cae4be1-21af-4d40-a2a1-\ -4e51fef2baef"], + }]], "SeeAlsoSection",ExpressionUUID->"decaef15-c109-48dc-8e3f-\ +7f49a41ccfcb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -806,9 +809,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7e805b43-4a72-42b5-9c82-84d4bff3a649"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9a49d665-3039-4491-8ada-\ -1984e4217214"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"614c5d91-a8a3-45fa-99a4-\ +97a154cf9b4e"], Cell[BoxData[GridBox[{ { @@ -825,7 +827,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd63556c-3828-47f8-85d0-1c8ff119f219"]}]}, + "073aed3d-e907-4dbe-afb2-b0fc7014c05d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -833,10 +835,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "368eae07-d5c0-4c88-95b0-0fa9576e2b9a"]}]} + "a3075bb1-ed53-42aa-8b6c-6bb001034125"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3f2afd22-f2f0-4ad9-a1fc-\ -0c1c5dc4785b"], + }]], "MoreAboutSection",ExpressionUUID->"b4b23497-d2f0-4d6c-940e-\ +e5e56a97e259"], Cell[BoxData[GridBox[{ { @@ -863,7 +865,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GameMonotoneQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "84b2997b-a45d-4833-a605-1a3c8f7d02c2"]], "RelatedLinks", + "a6c2697c-7a57-4fe0-924f-e95414054ead"]], "RelatedLinks", ExpressionUUID->"73c4dc6d-c35b-4801-b32f-c8b23ec2deac"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -880,7 +882,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ce5d56f9-6903-470a-baf0-3fde59d6c2ed"]], "RelatedLinks", + "a7a5a116-faca-4bf6-8416-ffdbe9e81b04"]], "RelatedLinks", ExpressionUUID->"e4d9f195-4f5e-4d5c-9e06-0ba9729cf3e7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -897,11 +899,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperSetQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ae008d2b-1e21-4d64-b609-6372b2181eab"]], "RelatedLinks", + "2a9d3b0a-0c48-4b0e-b1bb-00b3c9a2acbf"]], "RelatedLinks", ExpressionUUID->"db857911-d4ac-4eb0-ba22-5ac7afec6207"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"68424f09-0be7-4052-a5a8-\ -20bc8d6e753a"], + }]], "RelatedLinksSection",ExpressionUUID->"cf1b3292-23d2-4ee4-8c12-\ +9a76d9aac1f4"], Cell[CellGroupData[{ @@ -931,11 +933,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3a90bbee-6fb1-44f2-9335-366a49284eef"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"88a71838-176f-41f0-ab9c-ab2396fcaac2"] +Cell[" ", "FooterCell",ExpressionUUID->"b12853c5-7fb6-40cb-9e97-6baec3226c26"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GrandCoalitionLargestValueQ", TaggingRules->{ @@ -946,18 +948,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 22.968598}", + "built" -> "{2024, 6, 3, 16, 52, 59.715342}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GrandCoalitionLargestValueQ[game] checks if the worth of the grand \ coalition is the largest.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "GrandCoalitionLargestValueQ", "titlemodifier" -> "", "windowtitle" -> - "GrandCoalitionLargestValueQ", "type" -> "Symbol", "uri" -> - "TUG/ref/GrandCoalitionLargestValueQ"}}, + "GrandCoalitionLargestValueQ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "GrandCoalitionLargestValueQ", "type" -> "Symbol", + "uri" -> "TUG/ref/GrandCoalitionLargestValueQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -966,9 +968,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1446dc29-4c37-4dcd-9582-f50775e22ce5" +ExpressionUUID->"edce73de-ec67-4934-a044-1b8231f2e245" ] (* End of Notebook Content *) @@ -976,143 +978,141 @@ ExpressionUUID->"1446dc29-4c37-4dcd-9582-f50775e22ce5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13130, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a122a311-5de5-46ac-9979-4f31e7d876e9", + Cell[13188, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9ab51f6a-ccc6-45cd-a7dc-a3b5bafc6787", CellTags->"PrimaryExamplesSection", - CellID->1050267083]} + CellID->831627633]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35926, 977} + {"PrimaryExamplesSection", 35967, 979} } *) (*NotebookFileOutline Notebook[{ -Cell[599, 21, 7151, 169, 56, "AnchorBarGrid",ExpressionUUID->"8d274368-7aa8-4f54-8b90-e6ead4af9cf6", +Cell[599, 21, 7208, 174, 57, "AnchorBarGrid",ExpressionUUID->"4fb68f67-db8e-4d26-ae2c-ed2841afc7ea", CellID->1], -Cell[7753, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b3dcc28e-7913-4bf2-91ff-7fc3901f3f44"], +Cell[7810, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f85dfeed-7d20-4063-992f-9a608c47e354"], Cell[CellGroupData[{ -Cell[7864, 196, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"6b233df1-0bca-41d5-872f-795d7ebbc636"], -Cell[9168, 233, 495, 11, 111, "Usage",ExpressionUUID->"ec206cac-25a4-4749-adeb-2c88d635dcd2", +Cell[7921, 201, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"ba47e755-caad-4310-a6c1-129e3cfa5320"], +Cell[9225, 238, 495, 11, 111, "Usage",ExpressionUUID->"ec206cac-25a4-4749-adeb-2c88d635dcd2", CellID->745412649] }, Open ]], Cell[CellGroupData[{ -Cell[9700, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"b158a4f0-e8f9-4418-ba72-6ca34296c6e8", +Cell[9757, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"265c0058-2e7c-47ff-8364-1af6702f89d9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->669909640], -Cell[11597, 298, 518, 12, 57, "]]",ExpressionUUID->"9bcfbbe1-f8fe-4eb9-a528-293f4489beaa", + CellID->1792603237], +Cell[11655, 303, 518, 12, 57, "]]",ExpressionUUID->"9bcfbbe1-f8fe-4eb9-a528-293f4489beaa", CellID->313448337], -Cell[12118, 312, 489, 12, 37, "Notes",ExpressionUUID->"1e61e3c9-cfde-40f4-a231-3deda9c9b70e", +Cell[12176, 317, 489, 12, 38, "Notes",ExpressionUUID->"1e61e3c9-cfde-40f4-a231-3deda9c9b70e", CellID->177724765], -Cell[12610, 326, 222, 4, 36, "Notes",ExpressionUUID->"4ecdc832-5306-4206-8e0d-db391100de7a", +Cell[12668, 331, 222, 4, 36, "Notes",ExpressionUUID->"4ecdc832-5306-4206-8e0d-db391100de7a", CellID->1933566975], -Cell[12835, 332, 168, 3, 36, "Notes",ExpressionUUID->"3d04daf0-b4ba-498d-9957-39b6f3d26620", +Cell[12893, 337, 168, 3, 36, "Notes",ExpressionUUID->"3d04daf0-b4ba-498d-9957-39b6f3d26620", CellID->1176845885] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13130, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a122a311-5de5-46ac-9979-4f31e7d876e9", +Cell[13188, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9ab51f6a-ccc6-45cd-a7dc-a3b5bafc6787", CellTags->"PrimaryExamplesSection", - CellID->1050267083], + CellID->831627633], Cell[CellGroupData[{ -Cell[14576, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"29e77186-77b9-4d15-ad8e-7a1be1a0e09d", - CellID->371035841], -Cell[15977, 420, 119, 1, 38, "ExampleText",ExpressionUUID->"2f77fae6-efb2-4ad8-873d-f2e1e5ce14b1", +Cell[14633, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"61dc9ff2-d561-40d6-a59b-587869a6b7ae", + CellID->114905467], +Cell[16034, 425, 119, 1, 39, "ExampleText",ExpressionUUID->"2f77fae6-efb2-4ad8-873d-f2e1e5ce14b1", CellID->1045349031], Cell[CellGroupData[{ -Cell[16121, 425, 167, 3, 27, "Input",ExpressionUUID->"1ff538b2-d8ac-44ac-9c88-553bbb560e75", +Cell[16178, 430, 167, 3, 27, "Input",ExpressionUUID->"1ff538b2-d8ac-44ac-9c88-553bbb560e75", CellID->521977449], Cell[CellGroupData[{ -Cell[16313, 432, 236, 4, 23, "Print",ExpressionUUID->"94c2da13-7d31-4b39-9b82-86ab011751c3", +Cell[16370, 437, 236, 4, 23, "Print",ExpressionUUID->"94c2da13-7d31-4b39-9b82-86ab011751c3", CellID->227577122], -Cell[16552, 438, 366, 8, 23, "Print",ExpressionUUID->"59081d09-5fcf-49f5-ad95-da953b94137a", +Cell[16609, 443, 366, 8, 23, "Print",ExpressionUUID->"59081d09-5fcf-49f5-ad95-da953b94137a", CellID->1510237108], -Cell[16921, 448, 236, 4, 23, "Print",ExpressionUUID->"0b905119-65fe-4ae6-a7e7-375c71fc1a9b", +Cell[16978, 453, 236, 4, 23, "Print",ExpressionUUID->"0b905119-65fe-4ae6-a7e7-375c71fc1a9b", CellID->661554422], -Cell[17160, 454, 220, 3, 23, "Print",ExpressionUUID->"100aae5b-c7f9-4424-ad1c-e579ebc87325", +Cell[17217, 459, 220, 3, 23, "Print",ExpressionUUID->"100aae5b-c7f9-4424-ad1c-e579ebc87325", CellID->464240662], -Cell[17383, 459, 207, 3, 23, "Print",ExpressionUUID->"66d83d7a-ca7f-4c45-9d7d-9f615f606ec2", +Cell[17440, 464, 207, 3, 23, "Print",ExpressionUUID->"66d83d7a-ca7f-4c45-9d7d-9f615f606ec2", CellID->189416829], -Cell[17593, 464, 237, 4, 23, "Print",ExpressionUUID->"6835ede0-3279-41c8-9afb-f9932e1a2097", +Cell[17650, 469, 237, 4, 23, "Print",ExpressionUUID->"6835ede0-3279-41c8-9afb-f9932e1a2097", CellID->719185167], -Cell[17833, 470, 221, 3, 23, "Print",ExpressionUUID->"6b4e2012-d42e-42b4-97b4-6c19a4ec1d4c", +Cell[17890, 475, 221, 3, 23, "Print",ExpressionUUID->"6b4e2012-d42e-42b4-97b4-6c19a4ec1d4c", CellID->1204775148], -Cell[18057, 475, 236, 4, 23, "Print",ExpressionUUID->"4f1376ab-d8fd-4f55-b3da-6b4ddd9a04f1", +Cell[18114, 480, 236, 4, 23, "Print",ExpressionUUID->"4f1376ab-d8fd-4f55-b3da-6b4ddd9a04f1", CellID->114494379], -Cell[18296, 481, 236, 4, 23, "Print",ExpressionUUID->"6a373d42-adc2-43ee-b4a2-b18d8f4b0e4d", +Cell[18353, 486, 236, 4, 23, "Print",ExpressionUUID->"6a373d42-adc2-43ee-b4a2-b18d8f4b0e4d", CellID->164327056], -Cell[18535, 487, 207, 3, 23, "Print",ExpressionUUID->"d6601fac-b535-4f58-9930-ca0a25939613", +Cell[18592, 492, 207, 3, 23, "Print",ExpressionUUID->"d6601fac-b535-4f58-9930-ca0a25939613", CellID->218455219], -Cell[18745, 492, 236, 4, 23, "Print",ExpressionUUID->"24b0d98c-ddce-4c74-8901-4dd765783e2c", +Cell[18802, 497, 236, 4, 23, "Print",ExpressionUUID->"24b0d98c-ddce-4c74-8901-4dd765783e2c", CellID->547392587] }, Open ]] }, Open ]], -Cell[19008, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"aa39c376-fb2f-45b3-935c-d4ef7a2b5948", +Cell[19065, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"aa39c376-fb2f-45b3-935c-d4ef7a2b5948", CellID->1109137803], -Cell[19148, 503, 235, 6, 70, "Input",ExpressionUUID->"56d87c91-a423-4032-a142-e8df938dc1d0", +Cell[19205, 508, 235, 6, 70, "Input",ExpressionUUID->"56d87c91-a423-4032-a142-e8df938dc1d0", CellID->1319529445], Cell[CellGroupData[{ -Cell[19408, 513, 360, 8, 70, "Input",ExpressionUUID->"310dd217-5a43-4e4e-ac3d-24922451acf5", +Cell[19465, 518, 360, 8, 70, "Input",ExpressionUUID->"310dd217-5a43-4e4e-ac3d-24922451acf5", CellID->1002354230], -Cell[19771, 523, 362, 8, 36, "Output",ExpressionUUID->"cfeaf6bd-5ecb-4f6f-93cc-4b050f48475d", +Cell[19828, 528, 362, 8, 36, "Output",ExpressionUUID->"cfeaf6bd-5ecb-4f6f-93cc-4b050f48475d", CellID->763371219] }, Open ]], -Cell[20148, 534, 238, 6, 70, "Input",ExpressionUUID->"d63e47e1-3636-4062-8662-bb20ba4dcb2a", +Cell[20205, 539, 238, 6, 70, "Input",ExpressionUUID->"d63e47e1-3636-4062-8662-bb20ba4dcb2a", CellID->1250503255], -Cell[20389, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"89225c98-c9d1-4271-933e-ee76642bd035", +Cell[20446, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"89225c98-c9d1-4271-933e-ee76642bd035", CellID->1188020071], Cell[CellGroupData[{ -Cell[20605, 550, 185, 3, 70, "Input",ExpressionUUID->"7a6f5a2a-a6e2-4253-af09-ab30c0d771e1", +Cell[20662, 555, 185, 3, 70, "Input",ExpressionUUID->"7a6f5a2a-a6e2-4253-af09-ab30c0d771e1", CellID->1529804241], -Cell[20793, 555, 174, 4, 36, "Output",ExpressionUUID->"a416b3a1-1e71-4c09-aa85-918cccb41401", +Cell[20850, 560, 174, 4, 36, "Output",ExpressionUUID->"a416b3a1-1e71-4c09-aa85-918cccb41401", CellID->2029130124] }, Open ]], -Cell[20982, 562, 179, 3, 70, "ExampleText",ExpressionUUID->"62892494-0702-49d4-aac3-c3c3798f7c68", +Cell[21039, 567, 179, 3, 70, "ExampleText",ExpressionUUID->"62892494-0702-49d4-aac3-c3c3798f7c68", CellID->1359823442], Cell[CellGroupData[{ -Cell[21186, 569, 184, 3, 70, "Input",ExpressionUUID->"d14b1611-d7a9-4ab9-a5b2-7fc83ecc8774", +Cell[21243, 574, 184, 3, 70, "Input",ExpressionUUID->"d14b1611-d7a9-4ab9-a5b2-7fc83ecc8774", CellID->263598425], -Cell[21373, 574, 159, 3, 36, "Output",ExpressionUUID->"5de6db9a-740f-4d7a-a4e5-b557bca28842", +Cell[21430, 579, 159, 3, 36, "Output",ExpressionUUID->"5de6db9a-740f-4d7a-a4e5-b557bca28842", CellID->645250076] }, Open ]], -Cell[21547, 580, 134, 1, 70, "ExampleText",ExpressionUUID->"42ab07ca-5c72-4e3c-89a0-67d8e19e2f23", +Cell[21604, 585, 134, 1, 70, "ExampleText",ExpressionUUID->"42ab07ca-5c72-4e3c-89a0-67d8e19e2f23", CellID->1569378104], Cell[CellGroupData[{ -Cell[21706, 585, 361, 8, 70, "Input",ExpressionUUID->"9b4be5b4-ec72-47f1-8ef6-8139dee1b345", +Cell[21763, 590, 361, 8, 70, "Input",ExpressionUUID->"9b4be5b4-ec72-47f1-8ef6-8139dee1b345", CellID->1025770299], -Cell[22070, 595, 364, 8, 36, "Output",ExpressionUUID->"41dfc4d9-654e-46b7-849f-05edce62cefd", +Cell[22127, 600, 364, 8, 36, "Output",ExpressionUUID->"41dfc4d9-654e-46b7-849f-05edce62cefd", CellID->1868840890] }, Open ]], -Cell[22449, 606, 237, 6, 70, "Input",ExpressionUUID->"7de153ea-6ccb-4f1d-8053-27ba942ae805", +Cell[22506, 611, 237, 6, 70, "Input",ExpressionUUID->"7de153ea-6ccb-4f1d-8053-27ba942ae805", CellID->231762052], -Cell[22689, 614, 193, 4, 70, "ExampleText",ExpressionUUID->"7f7801e2-5d9d-4bdd-9754-3481f5537124", +Cell[22746, 619, 193, 4, 70, "ExampleText",ExpressionUUID->"7f7801e2-5d9d-4bdd-9754-3481f5537124", CellID->703746635], Cell[CellGroupData[{ -Cell[22907, 622, 185, 3, 70, "Input",ExpressionUUID->"e36730ef-e1fe-4889-8be3-8cafe9ae2492", +Cell[22964, 627, 185, 3, 70, "Input",ExpressionUUID->"e36730ef-e1fe-4889-8be3-8cafe9ae2492", CellID->1174861896], -Cell[23095, 627, 161, 3, 36, "Output",ExpressionUUID->"fe6d6e20-ebac-46d5-b6ce-0af125df7e61", +Cell[23152, 632, 161, 3, 36, "Output",ExpressionUUID->"fe6d6e20-ebac-46d5-b6ce-0af125df7e61", CellID->1485458112] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23555, 644, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"decaef15-c109-48dc-8e3f-7f49a41ccfcb"], +Cell[29007, 794, 670, 18, 70, "TechNotesSection",ExpressionUUID->"614c5d91-a8a3-45fa-99a4-97a154cf9b4e"], +Cell[29680, 814, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b4b23497-d2f0-4d6c-940e-e5e56a97e259"], +Cell[30716, 842, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"cf1b3292-23d2-4ee4-8c12-9a76d9aac1f4"], Cell[CellGroupData[{ -Cell[23520, 641, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"6cae4be1-21af-4d40-a2a1-4e51fef2baef"], -Cell[28972, 791, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9a49d665-3039-4491-8ada-1984e4217214"] -}, Open ]], -Cell[29657, 812, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3f2afd22-f2f0-4ad9-a1fc-0c1c5dc4785b"], -Cell[30693, 840, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"68424f09-0be7-4052-a5a8-20bc8d6e753a"], -Cell[CellGroupData[{ -Cell[32939, 907, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5bbc2f4-9b3e-4dea-b0ad-37cf4783dc2b", +Cell[32962, 909, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5bbc2f4-9b3e-4dea-b0ad-37cf4783dc2b", CellID->2135167160], -Cell[33080, 910, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"863a592a-726a-4094-bdc0-219d35ffc7ed", +Cell[33103, 912, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"863a592a-726a-4094-bdc0-219d35ffc7ed", CellID->1194386356], -Cell[33302, 916, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2adb379a-811d-42a5-b2d5-70bb498028f5", +Cell[33325, 918, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2adb379a-811d-42a5-b2d5-70bb498028f5", CellID->1641706272], -Cell[33517, 921, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bdee0aa7-2a13-4c7c-b08f-2b23d872d613", +Cell[33540, 923, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bdee0aa7-2a13-4c7c-b08f-2b23d872d613", CellID->399251956], -Cell[33746, 927, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3a90bbee-6fb1-44f2-9335-366a49284eef", +Cell[33769, 929, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3a90bbee-6fb1-44f2-9335-366a49284eef", CellID->821434655] }, Open ]], -Cell[33983, 933, 78, 0, 70, "FooterCell",ExpressionUUID->"88a71838-176f-41f0-ab9c-ab2396fcaac2"] +Cell[34006, 935, 78, 0, 70, "FooterCell",ExpressionUUID->"b12853c5-7fb6-40cb-9e97-6baec3226c26"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/GreedyBankruptcy.nb b/Documentation/English/ReferencePages/Symbols/GreedyBankruptcy.nb index 947c2fb..4ed7f51 100644 --- a/Documentation/English/ReferencePages/Symbols/GreedyBankruptcy.nb +++ b/Documentation/English/ReferencePages/Symbols/GreedyBankruptcy.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46383, 1195] -NotebookOptionsPosition[ 36486, 999] -NotebookOutlinePosition[ 38600, 1053] -CellTagsIndexPosition[ 38514, 1048] +NotebookDataLength[ 46377, 1194] +NotebookOptionsPosition[ 36498, 1000] +NotebookOutlinePosition[ 38628, 1054] +CellTagsIndexPosition[ 38542, 1049] WindowTitle->GreedyBankruptcy WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d045b51c-208c-433d-ad9c-7981fff6565f"], + "93642c31-24e8-4fdc-a282-3a0d91540a53"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e0b02786-4596-4726-969f-c50b4ddff1c0"], + "52b191cc-9bb5-4c99-b126-fe84b644a51a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4036be13-b8e9-409a-8835-5bb716497c61"] - }],ExpressionUUID->"9fc4dd7a-e07e-4d67-8cb7-c120f718a3b5"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"ZeroMonotoneQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ZeroMonotoneQ"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "6292da5d-5215-4008-81af-76ea1109541d"] + }],ExpressionUUID->"f41a40c7-cdc3-4fdf-a1b8-ad0537a8136c"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"ZeroMonotoneQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ZeroMonotoneQ"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6ce1648-2fcf-4a0b-a905-98e148bd2b7d"], + "8557a9dc-b7a9-40c9-8b33-0e19157e4e4c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "567b5c0d-26c9-4260-974f-7ae098dc9ec3"] - }],ExpressionUUID->"b04ece60-0123-403c-8c6b-30b8ed6f0f07"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "373fbc5c-1de4-4f37-a066-cf7d6f3968db"] + }],ExpressionUUID->"0807a348-8a27-47ba-ae69-43d76e89efdf"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2b074479-e242-4e02-bc4e-c8f2463f29ba"], + "871ae0f5-d960-4d66-9dbc-dd63630200b9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "16d8d3db-425a-466f-a5b5-17e61ab9fb22"] - }],ExpressionUUID->"61ad3411-4643-456b-9652-377963bb41b3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b83fd095-f490-4965-aef6-bb6e55d5139d"] + }],ExpressionUUID->"7c8d31a1-a9f6-4123-b4ae-6d10028f6973"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "015ebe33-b755-4e82-899f-668191a0d68b"], + "0c4d6676-05c9-4aea-867e-f6b5f640e1d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ed28bafe-9cee-4990-b92d-90c98532495c"] - }],ExpressionUUID->"faef6546-5d10-406f-ae5f-157e47c883da"], - StripOnInput->False], {"\<\"TUG/ref/GreedyBankruptcy\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/GreedyBankruptcy"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "afc90280-2133-41ad-96a0-1b6ebc5930e7"] + }],ExpressionUUID->"7d5b2408-6ab9-412c-9e19-efa04de837fa"], + StripOnInput->False],{ + "\"TUG/ref/GreedyBankruptcy\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/GreedyBankruptcy"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ GreedyBankruptcy.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$89510], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/GreedyBankruptcy" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$97229], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/GreedyBankruptcy" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d8bd8096-b1db-42df-8c1f-d0512dd6b424"] + "d3142f94-1d3e-4595-86f0-1a4f3d13d4a0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1a724a45-ccfb-4206-9d63-d1e01d6383ee"]} + "b3f0006f-4ee0-4e12-bfa1-45fd3bb9b157"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"998e6293-5c1d-4494-b35f-7f613da5dd84"], + CellID->1,ExpressionUUID->"e4874d5e-e7a5-4b62-a863-77206157a7cb"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d429d9d4-0af0-44da-ab03-74a9fed4b4dd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"aa338996-642a-4707-8a52-7f8ca3deea6f"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "GreedyBankruptcy", "ObjectName",ExpressionUUID-> - "1a7d5fd8-a1e4-428d-bf88-8c9232e604dd"], + "fff10661-4dc1-46eb-868b-338ea0f3e840"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"54b9065a-24eb-434f-a907-3cce8883e6c4"], + "Spacer1"]],ExpressionUUID->"9fd2c70c-5933-42b8-9109-5154ea3d0830"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "13ae07ea-03ea-456b-bbfb-66c55d656756"] - }],ExpressionUUID->"cb71e26b-d76c-40cc-812c-d2c718f33182"], Cell[BoxData[ + "770aadd9-4736-4fce-bdd1-74020b6a63b1"] + }],ExpressionUUID->"5105b7c9-c759-447c-90ec-895afffe2d63"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ce35bb64-9b26-4087-8dda-60f839d67194"]} + "f1ebbe31-2e90-46d5-8f89-6b689a49f013"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"25614051-51ba-475e-b259-5fa306b0061d"], + CacheGraphics->False,ExpressionUUID->"a1c4f2af-b818-4593-86ad-6e781e713ec3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ "2f9deaa0-c974-4bd9-9563-21c33476a041"], " \[LineSeparator]computes the coalitional values from a greedy \ bankruptcy situation." - }],ExpressionUUID->"7bfe75ba-5288-4f0a-92f4-032fdbf5510f"]} + }],ExpressionUUID->"71b8acec-5234-40b7-9e5b-eb9232a56926"]} }]], "Usage", CellID->1324237692,ExpressionUUID->"ec680869-e018-41ea-89fd-55d639dcae9f"] }, Open ]], @@ -274,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a67eb53a-25f1-4261-b151-c5979902158e"], + ExpressionUUID->"4b567d93-2340-45a5-afef-ce29883c1fb3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9445534d-a9fc-42e8-9c56-e045c33c6565"], + "Spacer1"]],ExpressionUUID->"35bfcae5-c2c0-489e-89c0-44cb1a70cb23"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"91e31449-4dc8-4926-8761-fb44eb9d8544"], + }], "NotesFrameText",ExpressionUUID->"9c5fa199-3f2e-4e9c-a03d-cab6e5a11a95"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a4c7c694-177d-4819-a699-d94025cb5a00"]], \ + "Preemptive"]],ExpressionUUID->"6c46272f-b25b-40bb-aff4-2633dca28982"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->247336839,ExpressionUUID->"b4b72a4e-78ca-468a-8f76-b003c22e0dfd"], + CellID->472317627,ExpressionUUID->"51df7f24-2ae8-4502-95cb-bca0f0474770"], Cell[TextData[{ "The expression ", @@ -385,19 +389,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f303112f-516c-44ef-bf62-528ed7da1e83"], + ExpressionUUID->"31c453c3-6cb1-43f1-904a-3b14fcad9352"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"69fdb9fd-660b-4717-9545-26fae0626e78"], + "Spacer1"]],ExpressionUUID->"57ff62c4-feef-441b-8c3e-55e73456513d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f99576a9-32a0-4b00-9900-96985aab5c4d"] + "d53bdfef-d5c8-43a8-83fe-99f1c63f323f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1569676360,ExpressionUUID->"4805feeb-4cd9-406a-bf98-f2702e9a03a9"], + CellID->476293252,ExpressionUUID->"ae80cd1a-4fe0-45ce-b5f3-d46aadd1f703"], Cell[CellGroupData[{ @@ -426,18 +430,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"901eb163-dd03-4e40-af4b-0b95ddd81cb6"], + ExpressionUUID->"34efda1e-f027-4645-a1c8-939ebee9740c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8ede7a67-8333-4a5c-b14a-950bd2df315f"], + "Spacer1"]],ExpressionUUID->"9c5fd7c8-2e6f-4f66-9545-406213f967db"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "90956a56-a17d-4072-aa04-26f98c0f8f21"] + "199c8cb4-2a1b-494d-802d-cf49eee1bfb8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1088754024,ExpressionUUID->"1bcba9c9-d0d0-4f6f-8143-3fd89647318a"], + CellID->1892753534,ExpressionUUID->"88dfac30-d21a-4aea-9476-395a8be81997"], Cell["Loading the package:", "ExampleText", CellID->1045814990,ExpressionUUID->"3f33ce8d-214a-4409-b5e6-bd9822184e6f"], @@ -701,8 +705,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -850,15 +852,15 @@ Cell[BoxData[GridBox[{ "b3cd73ba-c4fa-4530-a463-5ed37cec1314"] }], "SeeAlso",ExpressionUUID->"7e158b7d-72cf-4344-a8d0-0dd6152781a0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a7aa1874-4da0-48c4-9573-\ -e63919af697e"], + }]], "SeeAlsoSection",ExpressionUUID->"f6b871c6-5906-4bea-bc10-\ +780abd01342a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -870,9 +872,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"1b48d80e-123d-469a-9407-2d303321e41b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a5f4a6bc-fdf7-4469-b228-\ -2788f991c0bb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"96a52c42-621c-47b7-b644-\ +7331f3ad0b6c"], Cell[BoxData[GridBox[{ { @@ -889,7 +890,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "aa4f20a7-7fa8-4849-8461-8190a353db50"]}]}, + "266defe3-1922-48d4-83ff-d6ee9c7d3c20"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -897,10 +898,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "afc1f8d8-9bc8-49a5-8e5f-b2faa8119561"]}]} + "1d866f3d-2b9c-4f7a-8075-40185c7eb7ff"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"67d514a3-71d9-47a2-adf8-\ -a0c31d2c283f"], + }]], "MoreAboutSection",ExpressionUUID->"3ddc02ad-9d54-4657-9ae1-\ +ee633a5d67b3"], Cell[BoxData[GridBox[{ { @@ -927,7 +928,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "472f6125-c17b-47c2-b403-b0d519310a09"]], "RelatedLinks", + "b6a03433-321d-4de3-9deb-aa5b1e2862d5"]], "RelatedLinks", ExpressionUUID->"c6fd98af-695f-4030-bc07-ae87e8060cbb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -944,7 +945,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TalmudicRule"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6052aec9-c9f5-423f-8dab-076ab7207376"]], "RelatedLinks", + "cb80da69-7a73-48b1-81d0-c42c1999de13"]], "RelatedLinks", ExpressionUUID->"b34a6936-d44f-44f3-9295-d47a9748f240"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -961,11 +962,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModestBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "63eb43e0-9fdd-47a3-8b5b-6a421ba7e135"]], "RelatedLinks", + "b4a9a5de-10f0-400f-bdb5-c57f802279a5"]], "RelatedLinks", ExpressionUUID->"93c703a2-abca-4c1f-bb74-3f11569e622c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"03b65eee-0e77-4c3d-9df3-\ -7110ac82e471"], + }]], "RelatedLinksSection",ExpressionUUID->"fd89d502-c3fe-44de-9dc3-\ +623c16a472a1"], Cell[CellGroupData[{ @@ -995,11 +996,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6ec6ba84-e032-498f-a857-bb4ecb995a58"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5234707f-61bf-4a8b-8b0f-5c004aa526f1"] +Cell[" ", "FooterCell",ExpressionUUID->"dbcb9bda-5c1d-4b2e-ae1c-7e8b22a21d31"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GreedyBankruptcy", TaggingRules->{ @@ -1010,18 +1011,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 24.413519}", + "built" -> "{2024, 6, 3, 16, 53, 0.490338}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "GreedyBankruptcy[Est, claims_List] computes the coalitional values from \ a greedy bankruptcy situation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "GreedyBankruptcy", "titlemodifier" -> "", "windowtitle" -> - "GreedyBankruptcy", "type" -> "Symbol", "uri" -> + "GreedyBankruptcy", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "GreedyBankruptcy", "type" -> "Symbol", "uri" -> "TUG/ref/GreedyBankruptcy"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1030,9 +1031,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c1f5756d-cd78-40dc-9c50-8282d4f9ab9c" +ExpressionUUID->"830e3dce-28c2-4eee-a009-aa07b9a2c918" ] (* End of Notebook Content *) @@ -1040,163 +1041,161 @@ ExpressionUUID->"c1f5756d-cd78-40dc-9c50-8282d4f9ab9c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14080, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4805feeb-4cd9-406a-bf98-f2702e9a03a9", + Cell[14127, 366, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae80cd1a-4fe0-45ce-b5f3-d46aadd1f703", CellTags->"PrimaryExamplesSection", - CellID->1569676360]} + CellID->476293252]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38313, 1041} + {"PrimaryExamplesSection", 38342, 1042} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7113, 169, 56, "AnchorBarGrid",ExpressionUUID->"998e6293-5c1d-4494-b35f-7f613da5dd84", +Cell[588, 21, 7160, 173, 57, "AnchorBarGrid",ExpressionUUID->"e4874d5e-e7a5-4b62-a863-77206157a7cb", CellID->1], -Cell[7704, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d429d9d4-0af0-44da-ab03-74a9fed4b4dd"], +Cell[7751, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"aa338996-642a-4707-8a52-7f8ca3deea6f"], Cell[CellGroupData[{ -Cell[7815, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"25614051-51ba-475e-b259-5fa306b0061d"], -Cell[9108, 233, 549, 12, 111, "Usage",ExpressionUUID->"ec680869-e018-41ea-89fd-55d639dcae9f", +Cell[7862, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"a1c4f2af-b818-4593-86ad-6e781e713ec3"], +Cell[9155, 237, 549, 12, 111, "Usage",ExpressionUUID->"ec680869-e018-41ea-89fd-55d639dcae9f", CellID->1324237692] }, Open ]], Cell[CellGroupData[{ -Cell[9694, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"b4b72a4e-78ca-468a-8f76-b003c22e0dfd", +Cell[9741, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"51df7f24-2ae8-4502-95cb-bca0f0474770", CellGroupingRules->{"SectionGrouping", 50}, - CellID->247336839], -Cell[11591, 299, 560, 12, 57, "]]",ExpressionUUID->"ccc96fb4-006f-4eb2-962d-1cb4658abc83", + CellID->472317627], +Cell[11638, 303, 560, 12, 57, "]]",ExpressionUUID->"ccc96fb4-006f-4eb2-962d-1cb4658abc83", CellID->313448337], -Cell[12154, 313, 489, 12, 37, "Notes",ExpressionUUID->"28f17f02-bdf4-4321-983f-e126c41ad35d", +Cell[12201, 317, 489, 12, 38, "Notes",ExpressionUUID->"28f17f02-bdf4-4321-983f-e126c41ad35d", CellID->801594233], -Cell[12646, 327, 231, 4, 57, "Notes",ExpressionUUID->"8a6e4050-0dd0-4e92-b16e-f848e28401c4", +Cell[12693, 331, 231, 4, 57, "Notes",ExpressionUUID->"8a6e4050-0dd0-4e92-b16e-f848e28401c4", CellID->722716555], -Cell[12880, 333, 291, 5, 57, "Notes",ExpressionUUID->"210fdae1-3d7e-4311-8b0a-147281a48cd6", +Cell[12927, 337, 291, 5, 57, "Notes",ExpressionUUID->"210fdae1-3d7e-4311-8b0a-147281a48cd6", CellID->1781400658], -Cell[13174, 340, 415, 7, 78, "Notes",ExpressionUUID->"c58ddd90-20e7-4651-9367-ca5d17bcdf34", +Cell[13221, 344, 415, 7, 78, "Notes",ExpressionUUID->"c58ddd90-20e7-4651-9367-ca5d17bcdf34", CellID->442280437], -Cell[13592, 349, 229, 4, 36, "Notes",ExpressionUUID->"2abe74ca-551e-4785-ba66-6aecb06ba782", +Cell[13639, 353, 229, 4, 36, "Notes",ExpressionUUID->"2abe74ca-551e-4785-ba66-6aecb06ba782", CellID->464714409], -Cell[13824, 355, 129, 1, 36, "Notes",ExpressionUUID->"39c114c5-40d6-40d6-812f-f922de7cb3b1", +Cell[13871, 359, 129, 1, 36, "Notes",ExpressionUUID->"39c114c5-40d6-40d6-812f-f922de7cb3b1", CellID->944012017] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14080, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4805feeb-4cd9-406a-bf98-f2702e9a03a9", +Cell[14127, 366, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae80cd1a-4fe0-45ce-b5f3-d46aadd1f703", CellTags->"PrimaryExamplesSection", - CellID->1569676360], + CellID->476293252], Cell[CellGroupData[{ -Cell[15526, 403, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1bcba9c9-d0d0-4f6f-8143-3fd89647318a", - CellID->1088754024], -Cell[16928, 441, 119, 1, 38, "ExampleText",ExpressionUUID->"3f33ce8d-214a-4409-b5e6-bd9822184e6f", +Cell[15572, 407, 1399, 36, 30, "ExampleSection",ExpressionUUID->"88dfac30-d21a-4aea-9476-395a8be81997", + CellID->1892753534], +Cell[16974, 445, 119, 1, 39, "ExampleText",ExpressionUUID->"3f33ce8d-214a-4409-b5e6-bd9822184e6f", CellID->1045814990], Cell[CellGroupData[{ -Cell[17072, 446, 168, 3, 27, "Input",ExpressionUUID->"1f187d72-0f4b-4a62-888b-6a19e93aaaac", +Cell[17118, 450, 168, 3, 27, "Input",ExpressionUUID->"1f187d72-0f4b-4a62-888b-6a19e93aaaac", CellID->1188259425], Cell[CellGroupData[{ -Cell[17265, 453, 235, 4, 23, "Print",ExpressionUUID->"0f622ac6-bd5d-4868-898d-d48ba9a0a4d0", +Cell[17311, 457, 235, 4, 23, "Print",ExpressionUUID->"0f622ac6-bd5d-4868-898d-d48ba9a0a4d0", CellID->936588290], -Cell[17503, 459, 365, 8, 23, "Print",ExpressionUUID->"42ee4fa6-3612-48a9-806a-30cf591668a6", +Cell[17549, 463, 365, 8, 23, "Print",ExpressionUUID->"42ee4fa6-3612-48a9-806a-30cf591668a6", CellID->2072423543], -Cell[17871, 469, 236, 4, 23, "Print",ExpressionUUID->"0126fb8b-276f-4244-a021-851d4bf928d5", +Cell[17917, 473, 236, 4, 23, "Print",ExpressionUUID->"0126fb8b-276f-4244-a021-851d4bf928d5", CellID->1517183429], -Cell[18110, 475, 220, 3, 70, "Print",ExpressionUUID->"a2cff36f-ec0b-4871-98f9-389043547b1a", +Cell[18156, 479, 220, 3, 70, "Print",ExpressionUUID->"a2cff36f-ec0b-4871-98f9-389043547b1a", CellID->1149302861], -Cell[18333, 480, 207, 3, 70, "Print",ExpressionUUID->"9491638e-d6d2-4f78-864a-fd77acdf4cbc", +Cell[18379, 484, 207, 3, 70, "Print",ExpressionUUID->"9491638e-d6d2-4f78-864a-fd77acdf4cbc", CellID->2010886171], -Cell[18543, 485, 236, 4, 70, "Print",ExpressionUUID->"39cf6c31-ae97-4c08-933a-90fb9b8b6eb2", +Cell[18589, 489, 236, 4, 70, "Print",ExpressionUUID->"39cf6c31-ae97-4c08-933a-90fb9b8b6eb2", CellID->870650063], -Cell[18782, 491, 219, 3, 70, "Print",ExpressionUUID->"56443e4d-c8e0-4276-8412-4fb9696cc1fc", +Cell[18828, 495, 219, 3, 70, "Print",ExpressionUUID->"56443e4d-c8e0-4276-8412-4fb9696cc1fc", CellID->821313509], -Cell[19004, 496, 235, 4, 70, "Print",ExpressionUUID->"b294c972-806d-4ff0-b48d-501ac94f24b2", +Cell[19050, 500, 235, 4, 70, "Print",ExpressionUUID->"b294c972-806d-4ff0-b48d-501ac94f24b2", CellID->765358523], -Cell[19242, 502, 235, 4, 70, "Print",ExpressionUUID->"3de354e3-c403-4650-b759-1e3447ebc23b", +Cell[19288, 506, 235, 4, 70, "Print",ExpressionUUID->"3de354e3-c403-4650-b759-1e3447ebc23b", CellID->893184000], -Cell[19480, 508, 207, 3, 70, "Print",ExpressionUUID->"4444739b-119f-43f2-8aca-948b95cc0978", +Cell[19526, 512, 207, 3, 70, "Print",ExpressionUUID->"4444739b-119f-43f2-8aca-948b95cc0978", CellID->1590509447], -Cell[19690, 513, 235, 4, 70, "Print",ExpressionUUID->"60d963ea-9cb0-493e-b265-caff799ca186", +Cell[19736, 517, 235, 4, 70, "Print",ExpressionUUID->"60d963ea-9cb0-493e-b265-caff799ca186", CellID->728298916] }, Open ]] }, Open ]], -Cell[19952, 521, 189, 4, 70, "ExampleText",ExpressionUUID->"9b67bdc3-ed06-48ea-8b7a-57827f761e7e", +Cell[19998, 525, 189, 4, 70, "ExampleText",ExpressionUUID->"9b67bdc3-ed06-48ea-8b7a-57827f761e7e", CellID->250200785], -Cell[20144, 527, 169, 4, 70, "Input",ExpressionUUID->"50a7d6af-db40-4f3a-9b10-4876756245a3", +Cell[20190, 531, 169, 4, 70, "Input",ExpressionUUID->"50a7d6af-db40-4f3a-9b10-4876756245a3", CellID->467166159], -Cell[20316, 533, 185, 3, 70, "ExampleText",ExpressionUUID->"4ec23566-25b8-4d2b-a2d6-18cd841e2c98", +Cell[20362, 537, 185, 3, 70, "ExampleText",ExpressionUUID->"4ec23566-25b8-4d2b-a2d6-18cd841e2c98", CellID->1630539862], -Cell[20504, 538, 256, 7, 70, "Input",ExpressionUUID->"69ce9047-3f9d-447f-8015-3c00b90b03fc", +Cell[20550, 542, 256, 7, 70, "Input",ExpressionUUID->"69ce9047-3f9d-447f-8015-3c00b90b03fc", CellID->761371906], -Cell[20763, 547, 150, 1, 70, "ExampleText",ExpressionUUID->"96ea040e-7c33-4cbd-b63a-79811cfc5da4", +Cell[20809, 551, 150, 1, 70, "ExampleText",ExpressionUUID->"96ea040e-7c33-4cbd-b63a-79811cfc5da4", CellID->931880568], Cell[CellGroupData[{ -Cell[20938, 552, 174, 3, 70, "Input",ExpressionUUID->"b0bdf1a0-4c70-4bb2-9bc2-9d0ceea92770", +Cell[20984, 556, 174, 3, 70, "Input",ExpressionUUID->"b0bdf1a0-4c70-4bb2-9bc2-9d0ceea92770", CellID->1324336052], -Cell[21115, 557, 173, 4, 36, "Output",ExpressionUUID->"11f7cd73-07b7-49d0-b38b-f90a8aefb9d9", +Cell[21161, 561, 173, 4, 36, "Output",ExpressionUUID->"11f7cd73-07b7-49d0-b38b-f90a8aefb9d9", CellID->1130911600] }, Open ]], -Cell[21303, 564, 188, 4, 70, "ExampleText",ExpressionUUID->"816f9257-e935-4d07-b8cd-41365c841d55", +Cell[21349, 568, 188, 4, 70, "ExampleText",ExpressionUUID->"816f9257-e935-4d07-b8cd-41365c841d55", CellID->1705383923], Cell[CellGroupData[{ -Cell[21516, 572, 221, 5, 70, "Input",ExpressionUUID->"38f57faa-04a4-4abb-bf15-cdd7f93f9e71", +Cell[21562, 576, 221, 5, 70, "Input",ExpressionUUID->"38f57faa-04a4-4abb-bf15-cdd7f93f9e71", CellID->159797572], -Cell[21740, 579, 575, 11, 54, "Output",ExpressionUUID->"b68d250a-3fcc-4e36-a771-1528cf59ab65", +Cell[21786, 583, 575, 11, 53, "Output",ExpressionUUID->"b68d250a-3fcc-4e36-a771-1528cf59ab65", CellID->34777420] }, Open ]], -Cell[22330, 593, 153, 1, 70, "ExampleText",ExpressionUUID->"25dbaf2c-39ce-413d-97e4-3eb0ae36df90", +Cell[22376, 597, 153, 1, 70, "ExampleText",ExpressionUUID->"25dbaf2c-39ce-413d-97e4-3eb0ae36df90", CellID->2017118788], Cell[CellGroupData[{ -Cell[22508, 598, 180, 4, 70, "Input",ExpressionUUID->"a9aba898-ce9e-4af9-97ff-b805120b2b8e", +Cell[22554, 602, 180, 4, 70, "Input",ExpressionUUID->"a9aba898-ce9e-4af9-97ff-b805120b2b8e", CellID->1793461024], -Cell[22691, 604, 230, 5, 36, "Output",ExpressionUUID->"815c2b25-fd83-4f30-91ea-50835b6bf286", +Cell[22737, 608, 230, 5, 36, "Output",ExpressionUUID->"815c2b25-fd83-4f30-91ea-50835b6bf286", CellID->134312290] }, Open ]], -Cell[22936, 612, 237, 6, 70, "Input",ExpressionUUID->"9bf87e0f-5a75-4ae5-ad8a-1879b664f7da", +Cell[22982, 616, 237, 6, 70, "Input",ExpressionUUID->"9bf87e0f-5a75-4ae5-ad8a-1879b664f7da", CellID->257240838], -Cell[23176, 620, 146, 1, 70, "ExampleText",ExpressionUUID->"645e3e24-2dba-4c2d-96cb-b03587f50f77", +Cell[23222, 624, 146, 1, 70, "ExampleText",ExpressionUUID->"645e3e24-2dba-4c2d-96cb-b03587f50f77", CellID->694473821], Cell[CellGroupData[{ -Cell[23347, 625, 175, 3, 70, "Input",ExpressionUUID->"1421dc14-7b24-4bff-8088-6b120731843e", +Cell[23393, 629, 175, 3, 70, "Input",ExpressionUUID->"1421dc14-7b24-4bff-8088-6b120731843e", CellID->1487425023], -Cell[23525, 630, 226, 3, 70, "Print",ExpressionUUID->"db38afe7-ed42-4bed-9209-5702a4b9bb9e", +Cell[23571, 634, 226, 3, 70, "Print",ExpressionUUID->"db38afe7-ed42-4bed-9209-5702a4b9bb9e", CellID->610664688], -Cell[23754, 635, 173, 4, 36, "Output",ExpressionUUID->"9459a1cc-6f35-4881-9b28-7317d061fe79", +Cell[23800, 639, 173, 4, 36, "Output",ExpressionUUID->"9459a1cc-6f35-4881-9b28-7317d061fe79", CellID->1292242095] }, Open ]], -Cell[23942, 642, 240, 4, 70, "ExampleText",ExpressionUUID->"2054b002-8206-43a6-a644-d2c8d5f22af6", +Cell[23988, 646, 240, 4, 70, "ExampleText",ExpressionUUID->"2054b002-8206-43a6-a644-d2c8d5f22af6", CellID->1536204462], Cell[CellGroupData[{ -Cell[24207, 650, 169, 3, 70, "Input",ExpressionUUID->"09b92218-81ac-4b21-8249-ee611139086b", +Cell[24253, 654, 169, 3, 70, "Input",ExpressionUUID->"09b92218-81ac-4b21-8249-ee611139086b", CellID->603446338], -Cell[24379, 655, 349, 10, 51, "Output",ExpressionUUID->"161514b1-1868-47b2-8d85-e2019b81acba", +Cell[24425, 659, 349, 10, 51, "Output",ExpressionUUID->"161514b1-1868-47b2-8d85-e2019b81acba", CellID->446387801] }, Open ]], -Cell[24743, 668, 353, 6, 70, "ExampleText",ExpressionUUID->"28b06c96-a75f-4df9-b2b1-64dbdbae138c", +Cell[24789, 672, 353, 6, 70, "ExampleText",ExpressionUUID->"28b06c96-a75f-4df9-b2b1-64dbdbae138c", CellID->58284113], Cell[CellGroupData[{ -Cell[25121, 678, 193, 4, 70, "Input",ExpressionUUID->"cee792c8-19ef-4337-ba5e-75789c5e6776", +Cell[25167, 682, 193, 4, 70, "Input",ExpressionUUID->"cee792c8-19ef-4337-ba5e-75789c5e6776", CellID->1323247505], -Cell[25317, 684, 349, 10, 51, "Output",ExpressionUUID->"ee726d33-b070-4f62-a33b-eb7db7540669", +Cell[25363, 688, 349, 10, 50, "Output",ExpressionUUID->"ee726d33-b070-4f62-a33b-eb7db7540669", CellID->1110571475] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25954, 707, 5461, 148, 70, "SeeAlsoSection",ExpressionUUID->"f6b871c6-5906-4bea-bc10-780abd01342a"], +Cell[31418, 857, 670, 18, 70, "TechNotesSection",ExpressionUUID->"96a52c42-621c-47b7-b644-7331f3ad0b6c"], +Cell[32091, 877, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3ddc02ad-9d54-4657-9ae1-ee633a5d67b3"], +Cell[33127, 905, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"fd89d502-c3fe-44de-9dc3-623c16a472a1"], Cell[CellGroupData[{ -Cell[25930, 705, 5461, 148, 70, "SeeAlsoSection",ExpressionUUID->"a7aa1874-4da0-48c4-9573-e63919af697e"], -Cell[31394, 855, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a5f4a6bc-fdf7-4469-b228-2788f991c0bb"] -}, Open ]], -Cell[32079, 876, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"67d514a3-71d9-47a2-adf8-a0c31d2c283f"], -Cell[33115, 904, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"03b65eee-0e77-4c3d-9df3-7110ac82e471"], -Cell[CellGroupData[{ -Cell[35361, 971, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"da97b8b3-5189-4e8c-9c28-eab428730816", +Cell[35373, 972, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"da97b8b3-5189-4e8c-9c28-eab428730816", CellID->906383680], -Cell[35501, 974, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b0f14f1-ea4a-4185-b5f2-b40d23c807dc", +Cell[35513, 975, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b0f14f1-ea4a-4185-b5f2-b40d23c807dc", CellID->1194386356], -Cell[35723, 980, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5a90e74d-4924-4178-b820-90833c65c2b3", +Cell[35735, 981, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5a90e74d-4924-4178-b820-90833c65c2b3", CellID->1641706272], -Cell[35938, 985, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1b94b4d6-a62d-4cd3-825d-ca5e2547a3e7", +Cell[35950, 986, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1b94b4d6-a62d-4cd3-825d-ca5e2547a3e7", CellID->399251956], -Cell[36167, 991, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ec6ba84-e032-498f-a857-bb4ecb995a58", +Cell[36179, 992, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ec6ba84-e032-498f-a857-bb4ecb995a58", CellID->821434655] }, Open ]], -Cell[36404, 997, 78, 0, 70, "FooterCell",ExpressionUUID->"5234707f-61bf-4a8b-8b0f-5c004aa526f1"] +Cell[36416, 998, 78, 0, 70, "FooterCell",ExpressionUUID->"dbcb9bda-5c1d-4b2e-ae1c-7e8b22a21d31"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/HarsanyiDividends.nb b/Documentation/English/ReferencePages/Symbols/HarsanyiDividends.nb index 32dde03..440070b 100644 --- a/Documentation/English/ReferencePages/Symbols/HarsanyiDividends.nb +++ b/Documentation/English/ReferencePages/Symbols/HarsanyiDividends.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 50652, 1319] -NotebookOptionsPosition[ 39361, 1094] -NotebookOutlinePosition[ 41445, 1147] -CellTagsIndexPosition[ 41359, 1142] +NotebookDataLength[ 50650, 1319] +NotebookOptionsPosition[ 39372, 1095] +NotebookOutlinePosition[ 41477, 1149] +CellTagsIndexPosition[ 41391, 1144] WindowTitle->HarsanyiDividends WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "37eaf267-6822-44be-afe5-e22b836f0b39"], + "d2f112e6-2bdd-4df4-a04d-81fa671ec658"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ee5b7ad2-152b-44a6-bdcb-a12d013a1d61"], + "f5a0e2bd-1e71-4eb5-8949-8510fc64d95a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f9795be9-225b-4a2a-98c7-b636f25d421b"] - }],ExpressionUUID->"ee09e310-dfaf-48d0-949f-8e9fb62e3d32"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"GameBasis\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, + "59f459e3-063d-46e4-b4dd-f1db52fd94e5"] + }],ExpressionUUID->"bdbd51d2-ed91-4831-ae42-594f3d1fa0b2"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"GameBasis\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8da008f-101e-4ecf-9a0b-81a45c0a4fab"], + "91b735b4-df05-4798-9f5d-20226b413826"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6b51d4d6-a280-42e9-b6f4-03a80b4b5502"] - }],ExpressionUUID->"60803313-cae6-4905-9c19-7b74e7d8a28c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "91138443-1417-4502-bd01-d599f9eb80b5"] + }],ExpressionUUID->"7db38397-31e2-4c61-a961-3109e01d70ff"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60cda6c7-7560-4927-9fdb-72c1305d6079"], + "90b0cd32-ab0b-4149-9157-369f755e49c2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f3b19347-65e0-4e1e-b197-a50d5cd41490"] - }],ExpressionUUID->"2c932799-5692-4dbe-b8f9-2759ab4eeccb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "16a12f78-0abd-42ae-84f8-a786ab24b730"] + }],ExpressionUUID->"1d521f54-4a37-4135-85e1-ba81f6a9ff1d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe4b9655-922e-4559-8a54-cfef7ea393d3"], + "fdd33c8b-f45b-43a0-9ea0-4bf93cabe4f1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0652b09c-a573-429b-934a-4233b8429190"] - }],ExpressionUUID->"3a2b3faf-5b16-42bf-a754-1d7be56c1ace"], - StripOnInput->False], {"\<\"TUG/ref/HarsanyiDividends\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/HarsanyiDividends"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ad93298c-df5a-4613-9783-90414b077c5f"] + }],ExpressionUUID->"ab1fdebf-9095-4309-8aec-0eecfa2ef9d3"], + StripOnInput->False],{ + "\"TUG/ref/HarsanyiDividends\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/HarsanyiDividends"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ HarsanyiDividends.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$90076], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/HarsanyiDividends" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$97829], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/HarsanyiDividends" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a759147c-1959-4243-9819-4857eceb7cb3"] + "35a2f186-cd87-4df0-bae2-79c0d6075ddd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1c55bb79-48c7-475a-b0d6-44ee5bd19527"]} + "186e4299-735b-412f-a9a6-d0ac49897475"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ff4dc728-f4fd-4744-a16e-77490722ce8c"], + CellID->1,ExpressionUUID->"1e8bf028-f39f-47b1-8b99-ed9db31f905f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"912c0055-b431-4744-ab70-28fc61e77cfc"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"fd8ae08a-a55d-481d-a410-da09e9c5c074"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "HarsanyiDividends", "ObjectName",ExpressionUUID-> - "7f2e4f57-9852-400d-998f-8a2a3f9aeeed"], + "9c2c0d5f-42f3-4240-bfa1-99f07831b1d9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"793050db-dac1-450c-8199-ee3daa16e99a"], + "Spacer1"]],ExpressionUUID->"2c14e1aa-9566-4d0c-8902-54800b9f8082"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ea7dd2c9-3354-40b8-8d1f-224e7abdd589"] - }],ExpressionUUID->"e091fcf0-0e7a-454b-b095-120540790c3d"], Cell[BoxData[ + "b25b554d-99f1-4c6e-ba8a-80d5d8053c31"] + }],ExpressionUUID->"1e71d455-01d1-4ed5-a5b1-7a2f0e12174e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0b24df22-4cf5-446c-8748-c0c075102122"]} + "363d9fdb-ec87-4030-9853-75ecd91e8831"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a78d704e-4982-4be4-bdc9-3ae160e063a3"], + CacheGraphics->False,ExpressionUUID->"e2f141b1-4f51-4501-b63c-332806f6e0d9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "6f9b0f10-c587-42f6-8af2-6214568404bf"], " \[LineSeparator]determines all unanimity coordinates of the game." - }],ExpressionUUID->"af95da84-3ce1-4be0-b44c-dbfccc0c6d4c"]} + }],ExpressionUUID->"8924c7db-1ad5-43c5-a43b-cbc2aa609375"]} }]], "Usage", CellID->1943056627,ExpressionUUID->"aafd20b3-0271-406b-9d4f-fd06e4de1b55"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"74d4faa1-01de-448a-9eed-8ac7dfc3b089"], + ExpressionUUID->"87b8d710-370a-421d-a98e-bc36e595a3f7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"934d829e-3457-481d-9c52-cd505e77da9d"], + "Spacer1"]],ExpressionUUID->"93cfbc5d-f840-4c08-ac0b-ede4e7194e45"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"21229eff-ee33-4114-be01-5c009537e9c3"], + }], "NotesFrameText",ExpressionUUID->"940b5da1-2b00-46c4-958c-e648d5ea1f82"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3357650b-397a-43fd-ae69-228aec9ba08c"]], \ + "Preemptive"]],ExpressionUUID->"e43a65bf-361d-4931-bfa6-a6bd6071c880"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1042517048,ExpressionUUID->"1bd97df0-44a7-4d35-9a60-1638630894c9"], + CellID->373236135,ExpressionUUID->"e918a182-5e7f-42bf-8cfb-ff9f41da3126"], Cell[TextData[{ "The input expression ", @@ -371,19 +375,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"063fa669-15df-4409-a695-830902dac119"], + ExpressionUUID->"7ef12764-e7a1-4294-b9ad-d2b783a3cfa4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f2fd16c9-78a8-49bd-ba2d-9d24d1c11d0c"], + "Spacer1"]],ExpressionUUID->"a8ff4538-4b3d-4b0f-a455-7de786955908"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "11f39a71-46dd-440c-b1bf-3feff70d8d31"] + "8e91ee33-49a6-4da9-9941-3d1bae1c34fd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1481246167,ExpressionUUID->"10dc1505-16b3-449c-994f-5e1826c747a2"], + CellID->838923516,ExpressionUUID->"ac1b96a3-6e75-44d0-8688-123f8636e8c1"], Cell[CellGroupData[{ @@ -412,18 +416,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d212083e-f2f4-4d74-9de8-b90818194b6b"], + ExpressionUUID->"7221f69b-0c97-4534-9f38-aea92c285f84"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b98dab72-85b1-4837-9f67-afa84120ff84"], + "Spacer1"]],ExpressionUUID->"a326ea04-fe15-4ae7-a0a9-c4f2c899f8e6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "36208347-a150-4602-b675-fa20ac6eba12"] + "7a5d7385-2d12-4bd6-bcbf-93593a79ab69"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->438407754,ExpressionUUID->"cc8f1072-3b4f-47e1-8751-31d3f1de98fd"], + CellID->778411257,ExpressionUUID->"ad40f55c-ac5f-4557-838c-bdbdc315c7fe"], Cell["Loading the package:", "ExampleText", CellID->1718339495,ExpressionUUID->"34c4471b-352d-492d-900d-e35088ef3c5d"], @@ -796,8 +800,6 @@ Cell[BoxData["227"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -945,15 +947,15 @@ Cell[BoxData[GridBox[{ "26d8ad94-192f-47d0-aa76-a82d800178ab"] }], "SeeAlso",ExpressionUUID->"9074e447-360b-4e1d-8459-de509c2f67d0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"266ccbeb-1108-44ef-9825-\ -6f16d1ae835f"], + }]], "SeeAlsoSection",ExpressionUUID->"85aa2e8b-3cec-435e-aa3e-\ +ec639e05f016"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -965,9 +967,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c3516776-04a4-48aa-8f11-655c23bce220"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6eef89df-3334-4343-97dd-\ -a4478c8104d4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e0096d49-a2b0-488d-aa0b-\ +bec456b5c005"], Cell[BoxData[GridBox[{ { @@ -984,7 +985,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c081d5b2-ca4a-41d6-ae46-76a57c1be3c0"]}]}, + "0434f58f-7011-4263-8419-e8b923cf552f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -992,10 +993,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2fce6ac7-8a1d-444f-858f-fb9ccc2bf97c"]}]} + "6fc5d8ab-86d4-4126-acb9-c698ce637e35"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b2e35504-0458-438e-be20-\ -01bed50ae5d3"], + }]], "MoreAboutSection",ExpressionUUID->"8e87556d-6580-4989-826d-\ +e73b06464dec"], Cell[BoxData[GridBox[{ { @@ -1022,7 +1023,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GameBasis"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7588f387-044e-4638-8757-9b162904f9a7"]], "RelatedLinks", + "93181925-8e25-4485-a893-c647dfc7935d"]], "RelatedLinks", ExpressionUUID->"d6bc310f-aba8-438f-a980-921236b184d7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1039,7 +1040,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9ac14f0-166a-4193-8fe3-52e767318c19"]], "RelatedLinks", + "f26fba44-4d7d-44e5-8341-57a9deb1089d"]], "RelatedLinks", ExpressionUUID->"3540eb74-ab15-41fd-95ed-c2d2545242f9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1056,11 +1057,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "51f71432-5bf4-454b-874a-84c2166cf44e"]], "RelatedLinks", + "89e5c9fc-fab4-4080-b60c-24ba30475619"]], "RelatedLinks", ExpressionUUID->"7a78b70f-80ad-45de-84a1-d2d0466febc1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4463c798-71aa-4ce1-b146-\ -d30055f7f2a4"], + }]], "RelatedLinksSection",ExpressionUUID->"b37043a5-76eb-4fe5-bc17-\ +cfc4798113f5"], Cell[CellGroupData[{ @@ -1090,11 +1091,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"191fee36-a96e-413d-b82a-519b3e6264c2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1a6327a1-5214-475c-87d0-6077e1fcde4f"] +Cell[" ", "FooterCell",ExpressionUUID->"7d071383-9af3-47ad-b7f6-7280365a3c3e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"HarsanyiDividends", TaggingRules->{ @@ -1105,17 +1106,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 25.957527}", + "built" -> "{2024, 6, 3, 16, 53, 1.297797}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "HarsanyiDividends[game] determines all unanimity coordinates of the \ game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "HarsanyiDividends", - "titlemodifier" -> "", "windowtitle" -> "HarsanyiDividends", "type" -> - "Symbol", "uri" -> "TUG/ref/HarsanyiDividends"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "HarsanyiDividends", "type" -> "Symbol", "uri" -> + "TUG/ref/HarsanyiDividends"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1124,9 +1126,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"757caf63-71d6-41bf-a299-b7bf3581db2f" +ExpressionUUID->"70f1c22c-883d-4a44-9371-671c60b66048" ] (* End of Notebook Content *) @@ -1134,193 +1136,191 @@ ExpressionUUID->"757caf63-71d6-41bf-a299-b7bf3581db2f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13479, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10dc1505-16b3-449c-994f-5e1826c747a2", + Cell[13525, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac1b96a3-6e75-44d0-8688-123f8636e8c1", CellTags->"PrimaryExamplesSection", - CellID->1481246167]} + CellID->838923516]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41158, 1135} + {"PrimaryExamplesSection", 41191, 1137} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7139, 169, 56, "AnchorBarGrid",ExpressionUUID->"ff4dc728-f4fd-4744-a16e-77490722ce8c", +Cell[589, 21, 7186, 173, 57, "AnchorBarGrid",ExpressionUUID->"1e8bf028-f39f-47b1-8b99-ed9db31f905f", CellID->1], -Cell[7731, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"912c0055-b431-4744-ab70-28fc61e77cfc"], +Cell[7778, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"fd8ae08a-a55d-481d-a410-da09e9c5c074"], Cell[CellGroupData[{ -Cell[7842, 196, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"a78d704e-4982-4be4-bdc9-3ae160e063a3"], -Cell[9136, 233, 468, 9, 111, "Usage",ExpressionUUID->"aafd20b3-0271-406b-9d4f-fd06e4de1b55", +Cell[7889, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"e2f141b1-4f51-4501-b63c-332806f6e0d9"], +Cell[9183, 237, 468, 9, 111, "Usage",ExpressionUUID->"aafd20b3-0271-406b-9d4f-fd06e4de1b55", CellID->1943056627] }, Open ]], Cell[CellGroupData[{ -Cell[9641, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"1bd97df0-44a7-4d35-9a60-1638630894c9", +Cell[9688, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"e918a182-5e7f-42bf-8cfb-ff9f41da3126", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1042517048], -Cell[11539, 296, 515, 12, 57, "Notes",ExpressionUUID->"62ddee07-1113-4d3e-a882-51bff5c7724e", + CellID->373236135], +Cell[11585, 300, 515, 12, 57, "Notes",ExpressionUUID->"62ddee07-1113-4d3e-a882-51bff5c7724e", CellID->1014199156], -Cell[12057, 310, 489, 12, 37, "Notes",ExpressionUUID->"50dac3d6-77b1-4a85-93a7-f9014d8454ec", +Cell[12103, 314, 489, 12, 38, "Notes",ExpressionUUID->"50dac3d6-77b1-4a85-93a7-f9014d8454ec", CellID->177724765], -Cell[12549, 324, 174, 3, 36, "Notes",ExpressionUUID->"d6f29b84-352e-42d7-9ba7-1da8c3206b08", +Cell[12595, 328, 174, 3, 36, "Notes",ExpressionUUID->"d6f29b84-352e-42d7-9ba7-1da8c3206b08", CellID->1772448278], -Cell[12726, 329, 350, 6, 57, "Notes",ExpressionUUID->"67ea693d-f5d1-4625-8c06-7383edb535bd", +Cell[12772, 333, 350, 6, 57, "Notes",ExpressionUUID->"67ea693d-f5d1-4625-8c06-7383edb535bd", CellID->618128909], -Cell[13079, 337, 273, 5, 57, "Notes",ExpressionUUID->"b02750de-e4ba-45cc-9ff4-2751cb9fd2ac", +Cell[13125, 341, 273, 5, 57, "Notes",ExpressionUUID->"b02750de-e4ba-45cc-9ff4-2751cb9fd2ac", CellID->330516089] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13479, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10dc1505-16b3-449c-994f-5e1826c747a2", +Cell[13525, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ac1b96a3-6e75-44d0-8688-123f8636e8c1", CellTags->"PrimaryExamplesSection", - CellID->1481246167], + CellID->838923516], Cell[CellGroupData[{ -Cell[14925, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"cc8f1072-3b4f-47e1-8751-31d3f1de98fd", - CellID->438407754], -Cell[16326, 427, 119, 1, 38, "ExampleText",ExpressionUUID->"34c4471b-352d-492d-900d-e35088ef3c5d", +Cell[14970, 393, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ad40f55c-ac5f-4557-838c-bdbdc315c7fe", + CellID->778411257], +Cell[16371, 431, 119, 1, 39, "ExampleText",ExpressionUUID->"34c4471b-352d-492d-900d-e35088ef3c5d", CellID->1718339495], Cell[CellGroupData[{ -Cell[16470, 432, 168, 3, 27, "Input",ExpressionUUID->"f32464ce-1911-4596-b748-4429779bc669", +Cell[16515, 436, 168, 3, 27, "Input",ExpressionUUID->"f32464ce-1911-4596-b748-4429779bc669", CellID->1011890020], Cell[CellGroupData[{ -Cell[16663, 439, 236, 4, 23, "Print",ExpressionUUID->"c1f969ca-f39c-47c8-b197-9d64b97b5567", +Cell[16708, 443, 236, 4, 23, "Print",ExpressionUUID->"c1f969ca-f39c-47c8-b197-9d64b97b5567", CellID->189748449], -Cell[16902, 445, 365, 8, 23, "Print",ExpressionUUID->"92b301e7-f12e-46ff-86c7-68a35b81237d", +Cell[16947, 449, 365, 8, 23, "Print",ExpressionUUID->"92b301e7-f12e-46ff-86c7-68a35b81237d", CellID->702875517], -Cell[17270, 455, 237, 4, 23, "Print",ExpressionUUID->"9d58233b-570f-4499-baca-c8310505a8c8", +Cell[17315, 459, 237, 4, 23, "Print",ExpressionUUID->"9d58233b-570f-4499-baca-c8310505a8c8", CellID->2025541675], -Cell[17510, 461, 220, 3, 23, "Print",ExpressionUUID->"556ca48f-086a-4e22-97cf-c2453add2a45", +Cell[17555, 465, 220, 3, 23, "Print",ExpressionUUID->"556ca48f-086a-4e22-97cf-c2453add2a45", CellID->437118178], -Cell[17733, 466, 206, 3, 23, "Print",ExpressionUUID->"d42a233d-a2f1-407b-88e1-394f29644741", +Cell[17778, 470, 206, 3, 23, "Print",ExpressionUUID->"d42a233d-a2f1-407b-88e1-394f29644741", CellID->49578251], -Cell[17942, 471, 238, 4, 23, "Print",ExpressionUUID->"2f2edcf6-2d5d-4712-98a4-30f8b987a57f", +Cell[17987, 475, 238, 4, 23, "Print",ExpressionUUID->"2f2edcf6-2d5d-4712-98a4-30f8b987a57f", CellID->1904798832], -Cell[18183, 477, 221, 3, 23, "Print",ExpressionUUID->"74a58c40-8e76-4fcf-8ef2-2739051b8fc0", +Cell[18228, 481, 221, 3, 23, "Print",ExpressionUUID->"74a58c40-8e76-4fcf-8ef2-2739051b8fc0", CellID->1626450509], -Cell[18407, 482, 237, 4, 23, "Print",ExpressionUUID->"a2a96ec2-2df1-4f36-ba21-5094f7a17021", +Cell[18452, 486, 237, 4, 23, "Print",ExpressionUUID->"a2a96ec2-2df1-4f36-ba21-5094f7a17021", CellID->1491050500], -Cell[18647, 488, 237, 4, 70, "Print",ExpressionUUID->"171908b5-1ecc-40fb-bbbb-2c1a4607e0af", +Cell[18692, 492, 237, 4, 70, "Print",ExpressionUUID->"171908b5-1ecc-40fb-bbbb-2c1a4607e0af", CellID->2057615446], -Cell[18887, 494, 207, 3, 70, "Print",ExpressionUUID->"b6c5e07b-9d98-40be-b0f5-b402114cf281", +Cell[18932, 498, 207, 3, 70, "Print",ExpressionUUID->"b6c5e07b-9d98-40be-b0f5-b402114cf281", CellID->339128825], -Cell[19097, 499, 237, 4, 70, "Print",ExpressionUUID->"b38e2146-bd85-46bc-aeaa-e381e83e76d7", +Cell[19142, 503, 237, 4, 70, "Print",ExpressionUUID->"b38e2146-bd85-46bc-aeaa-e381e83e76d7", CellID->1875522997] }, Open ]] }, Open ]], -Cell[19361, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"5626d386-8916-4cab-9ccc-79572f867873", +Cell[19406, 511, 137, 1, 70, "ExampleText",ExpressionUUID->"5626d386-8916-4cab-9ccc-79572f867873", CellID->1926663841], -Cell[19501, 510, 235, 6, 70, "Input",ExpressionUUID->"eea6bbff-a332-4338-bb13-ad6a99d3025d", +Cell[19546, 514, 235, 6, 70, "Input",ExpressionUUID->"eea6bbff-a332-4338-bb13-ad6a99d3025d", CellID->1426264342], -Cell[19739, 518, 381, 9, 70, "Input",ExpressionUUID->"02a79b29-8cda-43e9-9a50-68dafb4ad3a1", +Cell[19784, 522, 381, 9, 70, "Input",ExpressionUUID->"02a79b29-8cda-43e9-9a50-68dafb4ad3a1", CellID->1067216674], -Cell[20123, 529, 237, 6, 70, "Input",ExpressionUUID->"e1fb8943-1081-4e25-8963-9743c83ffb3b", +Cell[20168, 533, 237, 6, 70, "Input",ExpressionUUID->"e1fb8943-1081-4e25-8963-9743c83ffb3b", CellID->162314940], -Cell[20363, 537, 190, 4, 70, "ExampleText",ExpressionUUID->"58d0c87d-6d23-4620-8f52-4e3eec3d46e6", +Cell[20408, 541, 190, 4, 70, "ExampleText",ExpressionUUID->"58d0c87d-6d23-4620-8f52-4e3eec3d46e6", CellID->178019337], Cell[CellGroupData[{ -Cell[20578, 545, 173, 3, 70, "Input",ExpressionUUID->"fc5a108b-01b4-4ea2-acb2-57ed50471189", +Cell[20623, 549, 173, 3, 70, "Input",ExpressionUUID->"fc5a108b-01b4-4ea2-acb2-57ed50471189", CellID->19384117], -Cell[20754, 550, 173, 4, 36, "Output",ExpressionUUID->"dc875243-a298-4587-8b42-cac03617137c", +Cell[20799, 554, 173, 4, 36, "Output",ExpressionUUID->"dc875243-a298-4587-8b42-cac03617137c", CellID->580019046] }, Open ]], -Cell[20942, 557, 152, 1, 70, "ExampleText",ExpressionUUID->"5f57b2b6-d840-44de-a568-e745fc2cebda", +Cell[20987, 561, 152, 1, 70, "ExampleText",ExpressionUUID->"5f57b2b6-d840-44de-a568-e745fc2cebda", CellID->1393241079], Cell[CellGroupData[{ -Cell[21119, 562, 200, 4, 70, "Input",ExpressionUUID->"18e76212-1449-427e-809d-92490e26625d", +Cell[21164, 566, 200, 4, 70, "Input",ExpressionUUID->"18e76212-1449-427e-809d-92490e26625d", CellID->235898171], -Cell[21322, 568, 434, 11, 36, "Output",ExpressionUUID->"47d341bf-bd0f-4302-a0bb-849d842d3228", +Cell[21367, 572, 434, 11, 36, "Output",ExpressionUUID->"47d341bf-bd0f-4302-a0bb-849d842d3228", CellID->827756685] }, Open ]], -Cell[21771, 582, 210, 4, 70, "ExampleText",ExpressionUUID->"093b2c05-a0e4-478f-8244-c621c27a8b7b", +Cell[21816, 586, 210, 4, 70, "ExampleText",ExpressionUUID->"093b2c05-a0e4-478f-8244-c621c27a8b7b", CellID->1926842533], Cell[CellGroupData[{ -Cell[22006, 590, 224, 5, 70, "Input",ExpressionUUID->"f7d2f898-8a6b-4ce8-9532-84efa1aabdbe", +Cell[22051, 594, 224, 5, 70, "Input",ExpressionUUID->"f7d2f898-8a6b-4ce8-9532-84efa1aabdbe", CellID->366469941], -Cell[22233, 597, 389, 8, 36, "Output",ExpressionUUID->"b1bd67dd-7e55-4c48-a541-24e3672a6ff0", +Cell[22278, 601, 389, 8, 36, "Output",ExpressionUUID->"b1bd67dd-7e55-4c48-a541-24e3672a6ff0", CellID->852919142] }, Open ]], -Cell[22637, 608, 289, 5, 70, "ExampleText",ExpressionUUID->"85395a45-9d1a-48a3-bafb-9b2adc2e4d65", +Cell[22682, 612, 289, 5, 70, "ExampleText",ExpressionUUID->"85395a45-9d1a-48a3-bafb-9b2adc2e4d65", CellID->1451829846], Cell[CellGroupData[{ -Cell[22951, 617, 389, 11, 70, "Input",ExpressionUUID->"ad36b46f-cf38-4fe3-99ab-d79644b79e5f", +Cell[22996, 621, 389, 11, 70, "Input",ExpressionUUID->"ad36b46f-cf38-4fe3-99ab-d79644b79e5f", CellID->1632197669], -Cell[23343, 630, 160, 3, 36, "Output",ExpressionUUID->"94f2969f-6549-4183-a81b-727ed9ffdd8b", +Cell[23388, 634, 160, 3, 36, "Output",ExpressionUUID->"94f2969f-6549-4183-a81b-727ed9ffdd8b", CellID->1829128309] }, Open ]], -Cell[23518, 636, 283, 5, 70, "ExampleText",ExpressionUUID->"1765b728-3d04-481f-9578-70c598127e10", +Cell[23563, 640, 283, 5, 70, "ExampleText",ExpressionUUID->"1765b728-3d04-481f-9578-70c598127e10", CellID->928857329], -Cell[23804, 643, 183, 4, 70, "Input",ExpressionUUID->"5fe80d96-b442-46c8-aea9-bee5bc007992", +Cell[23849, 647, 183, 4, 70, "Input",ExpressionUUID->"5fe80d96-b442-46c8-aea9-bee5bc007992", CellID->1161131174], -Cell[23990, 649, 143, 1, 70, "ExampleText",ExpressionUUID->"987a6e97-7b43-4059-8512-4396518e739a", +Cell[24035, 653, 143, 1, 70, "ExampleText",ExpressionUUID->"987a6e97-7b43-4059-8512-4396518e739a", CellID->38511487], Cell[CellGroupData[{ -Cell[24158, 654, 233, 6, 70, "Input",ExpressionUUID->"416f20d5-9898-48f9-9209-3e5e59a4f25d", +Cell[24203, 658, 233, 6, 70, "Input",ExpressionUUID->"416f20d5-9898-48f9-9209-3e5e59a4f25d", CellID->1599641445], -Cell[24394, 662, 158, 3, 36, "Output",ExpressionUUID->"12b12054-11c0-4386-9e6f-f63308e07989", +Cell[24439, 666, 158, 3, 36, "Output",ExpressionUUID->"12b12054-11c0-4386-9e6f-f63308e07989", CellID->301517140] }, Open ]], -Cell[24567, 668, 220, 4, 70, "ExampleText",ExpressionUUID->"bf3699dd-7a19-4416-a0c1-f9de9abb087c", +Cell[24612, 672, 220, 4, 70, "ExampleText",ExpressionUUID->"bf3699dd-7a19-4416-a0c1-f9de9abb087c", CellID->512517312], Cell[CellGroupData[{ -Cell[24812, 676, 214, 5, 70, "Input",ExpressionUUID->"538402fa-e5d3-491f-80c0-d879e71ab90f", +Cell[24857, 680, 214, 5, 70, "Input",ExpressionUUID->"538402fa-e5d3-491f-80c0-d879e71ab90f", CellID->90050012], -Cell[25029, 683, 353, 8, 36, "Output",ExpressionUUID->"d3cef9a5-f42e-4b0f-809c-25f222317115", +Cell[25074, 687, 353, 8, 36, "Output",ExpressionUUID->"d3cef9a5-f42e-4b0f-809c-25f222317115", CellID->384577844] }, Open ]], -Cell[25397, 694, 173, 3, 70, "ExampleText",ExpressionUUID->"d278e37f-b125-4bff-8227-0fb4774b17cc", +Cell[25442, 698, 173, 3, 70, "ExampleText",ExpressionUUID->"d278e37f-b125-4bff-8227-0fb4774b17cc", CellID->1434977863], Cell[CellGroupData[{ -Cell[25595, 701, 186, 4, 70, "Input",ExpressionUUID->"e0b82486-a262-495c-8450-97cab118fcb3", +Cell[25640, 705, 186, 4, 70, "Input",ExpressionUUID->"e0b82486-a262-495c-8450-97cab118fcb3", CellID->1758686157], -Cell[25784, 707, 362, 8, 36, "Output",ExpressionUUID->"885eaba5-e52f-4834-9d03-fc8206fbe45a", +Cell[25829, 711, 362, 8, 36, "Output",ExpressionUUID->"885eaba5-e52f-4834-9d03-fc8206fbe45a", CellID->83556593] }, Open ]], -Cell[26161, 718, 230, 4, 70, "ExampleText",ExpressionUUID->"43753040-fbd3-43ff-8130-ee89d1c818b5", +Cell[26206, 722, 230, 4, 70, "ExampleText",ExpressionUUID->"43753040-fbd3-43ff-8130-ee89d1c818b5", CellID->1438707560], Cell[CellGroupData[{ -Cell[26416, 726, 223, 5, 70, "Input",ExpressionUUID->"94ab2661-c1dc-4dc4-a690-1a01b28bbcf5", +Cell[26461, 730, 223, 5, 70, "Input",ExpressionUUID->"94ab2661-c1dc-4dc4-a690-1a01b28bbcf5", CellID->893951776], -Cell[26642, 733, 401, 8, 36, "Output",ExpressionUUID->"98248799-af4b-4668-b462-5cc3d5a3bcd0", +Cell[26687, 737, 401, 8, 36, "Output",ExpressionUUID->"98248799-af4b-4668-b462-5cc3d5a3bcd0", CellID->374725678] }, Open ]], -Cell[27058, 744, 123, 1, 70, "ExampleText",ExpressionUUID->"fe04cd62-53bb-4f24-a598-3d725e574660", +Cell[27103, 748, 123, 1, 70, "ExampleText",ExpressionUUID->"fe04cd62-53bb-4f24-a598-3d725e574660", CellID->278390429], -Cell[27184, 747, 289, 8, 70, "Input",ExpressionUUID->"32db8f91-e70f-4e1b-856f-41d0a6637c7e", +Cell[27229, 751, 289, 8, 70, "Input",ExpressionUUID->"32db8f91-e70f-4e1b-856f-41d0a6637c7e", CellID->144104208], -Cell[27476, 757, 152, 1, 70, "ExampleText",ExpressionUUID->"8065351f-21cc-47d2-a7ea-b4041fbf3b75", +Cell[27521, 761, 152, 1, 70, "ExampleText",ExpressionUUID->"8065351f-21cc-47d2-a7ea-b4041fbf3b75", CellID->1282695521], Cell[CellGroupData[{ -Cell[27653, 762, 198, 4, 70, "Input",ExpressionUUID->"9098c8f5-78b8-4270-9504-393cb7633040", +Cell[27698, 766, 198, 4, 70, "Input",ExpressionUUID->"9098c8f5-78b8-4270-9504-393cb7633040", CellID->570542979], -Cell[27854, 768, 272, 7, 51, "Output",ExpressionUUID->"86c879e0-0890-4a20-a970-c6a404520ea2", +Cell[27899, 772, 272, 7, 50, "Output",ExpressionUUID->"86c879e0-0890-4a20-a970-c6a404520ea2", CellID->1273939570] }, Open ]], Cell[CellGroupData[{ -Cell[28163, 780, 187, 4, 70, "Input",ExpressionUUID->"b5a6e308-001e-4015-b3bf-a9ff853071df", +Cell[28208, 784, 187, 4, 70, "Input",ExpressionUUID->"b5a6e308-001e-4015-b3bf-a9ff853071df", CellID->1531927614], -Cell[28353, 786, 159, 3, 36, "Output",ExpressionUUID->"db6a687c-c2f5-4e1c-83f9-ce72689a7493", +Cell[28398, 790, 159, 3, 36, "Output",ExpressionUUID->"db6a687c-c2f5-4e1c-83f9-ce72689a7493", CellID->152003608] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28799, 802, 5483, 148, 70, "SeeAlsoSection",ExpressionUUID->"85aa2e8b-3cec-435e-aa3e-ec639e05f016"], +Cell[34285, 952, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e0096d49-a2b0-488d-aa0b-bec456b5c005"], +Cell[34958, 972, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8e87556d-6580-4989-826d-e73b06464dec"], +Cell[35994, 1000, 2229, 63, 70, "RelatedLinksSection",ExpressionUUID->"b37043a5-76eb-4fe5-bc17-cfc4798113f5"], Cell[CellGroupData[{ -Cell[28776, 800, 5483, 148, 70, "SeeAlsoSection",ExpressionUUID->"266ccbeb-1108-44ef-9825-6f16d1ae835f"], -Cell[34262, 950, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6eef89df-3334-4343-97dd-a4478c8104d4"] -}, Open ]], -Cell[34947, 971, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b2e35504-0458-438e-be20-01bed50ae5d3"], -Cell[35983, 999, 2229, 63, 70, "RelatedLinksSection",ExpressionUUID->"4463c798-71aa-4ce1-b146-d30055f7f2a4"], -Cell[CellGroupData[{ -Cell[38237, 1066, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d74d3fb5-8610-4384-a0ff-60a64696d33c", +Cell[38248, 1067, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d74d3fb5-8610-4384-a0ff-60a64696d33c", CellID->50309288], -Cell[38376, 1069, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0228af68-b628-4b26-aead-3c0c94c2cf47", +Cell[38387, 1070, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0228af68-b628-4b26-aead-3c0c94c2cf47", CellID->1194386356], -Cell[38598, 1075, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb85ff4f-c8a4-4b37-ad47-521e615c1fb8", +Cell[38609, 1076, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb85ff4f-c8a4-4b37-ad47-521e615c1fb8", CellID->1641706272], -Cell[38813, 1080, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e82e33e1-0a29-40ca-8b81-ce501bec867c", +Cell[38824, 1081, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e82e33e1-0a29-40ca-8b81-ce501bec867c", CellID->399251956], -Cell[39042, 1086, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"191fee36-a96e-413d-b82a-519b3e6264c2", +Cell[39053, 1087, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"191fee36-a96e-413d-b82a-519b3e6264c2", CellID->821434655] }, Open ]], -Cell[39279, 1092, 78, 0, 70, "FooterCell",ExpressionUUID->"1a6327a1-5214-475c-87d0-6077e1fcde4f"] +Cell[39290, 1093, 78, 0, 70, "FooterCell",ExpressionUUID->"7d071383-9af3-47ad-b7f6-7280365a3c3e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/HarsanyiValue.nb b/Documentation/English/ReferencePages/Symbols/HarsanyiValue.nb index 2af8139..da66044 100644 --- a/Documentation/English/ReferencePages/Symbols/HarsanyiValue.nb +++ b/Documentation/English/ReferencePages/Symbols/HarsanyiValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39903, 1025] -NotebookOptionsPosition[ 31926, 867] -NotebookOutlinePosition[ 33984, 920] -CellTagsIndexPosition[ 33899, 915] +NotebookDataLength[ 41234, 1062] +NotebookOptionsPosition[ 33236, 904] +NotebookOutlinePosition[ 35311, 957] +CellTagsIndexPosition[ 35226, 952] WindowTitle->HarsanyiValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "55888f7f-e47a-4829-bc84-48081b9ef693"], + "7ff73084-0760-4d07-8ef6-c6affebaaf51"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "8b19dff3-2952-403d-9348-6ac293b6a458"], + "b526abd0-131a-4691-add9-0c2e95dbe27c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,36 +51,39 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "adc26624-2444-4a1a-90eb-9312de969f0a"] - }],ExpressionUUID->"e3f63daf-b729-4ce2-8e40-c73cccf1e7e0"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4c5b2e2e-5821-41a2-a5de-70007d21d087"] + }],ExpressionUUID->"127bd76d-e266-413c-a304-84786d27c284"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"EqDistDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EqDistDividends"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "42eaf6fc-e3b9-4fee-ba8e-52694b40e1f8"], + "93b4a1f4-828a-4d21-b335-949cbfaba951"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -96,18 +99,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d372a35f-6c2f-4685-9e5b-8f9afa688e7a"] - }],ExpressionUUID->"85a9fef8-5cd6-4511-a3f4-1ab4c5eba3dd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7cb9a035-9312-4f24-9bfb-c8ef35ccc72f"] + }],ExpressionUUID->"c8d25484-4ff0-4d8d-b4b5-bb00bd81e02d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1fe97f3f-4d15-4c19-ab0c-d64f3b2d2ce2"], + "b8020fdc-7452-4100-b2ef-bd569fe4602a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -123,16 +127,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8a0d1406-45ae-4590-bb5c-fd3f72574dc8"] - }],ExpressionUUID->"226edc8c-0728-4b84-aad0-e574383f708e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "42298df2-5132-4d2c-8753-982562aaae9f"] + }],ExpressionUUID->"0a1a68b2-daa4-4118-98ad-c8981d5b1a57"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9338fe3b-7c50-4c15-9a02-df2a5021e01e"], + "0bab53f2-50d5-4b1b-b324-c6e8860d1001"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -148,51 +153,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1c30d376-38db-4b75-ac75-e01560b45920"] - }],ExpressionUUID->"e8add78d-fc1f-48ea-adf6-ccae58d3c9fd"], - StripOnInput->False], {"\<\"TUG/ref/HarsanyiValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/HarsanyiValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/HarsanyiValue.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$90649], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/HarsanyiValue" <> ".html"], None}]}]}, + "97e9e491-4a53-4aaa-80c1-0a79c0bdb2d4"] + }],ExpressionUUID->"17497875-d760-44ce-966c-fd796783b0ff"], + StripOnInput->False],{ + "\"TUG/ref/HarsanyiValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/HarsanyiValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +HarsanyiValue.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$98438], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/HarsanyiValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5b4fd562-3dba-46cb-96bb-bf99c5df5b4a"] + "9bc737ff-bbc0-454f-a9e3-ee6e07deb4fd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ef2ca3b5-d25c-46e2-bc2a-4562a7ae5c15"]} + "2b2767d4-50fb-4546-a872-8b06938933b9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"29dd6aa7-42b3-4cb2-b04a-427d432bc5db"], + CellID->1,ExpressionUUID->"785e821e-3137-4772-8b90-774369e578f9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3c46e8e9-58cf-4203-ad8f-1ebf6e44ea6d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"adca4753-e554-4969-9614-186e280f10d6"], Cell[CellGroupData[{ @@ -200,17 +206,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "HarsanyiValue", "ObjectName",ExpressionUUID-> - "f055e45a-fd73-4f66-a005-905070476a2d"], + "336561bb-776a-4bc9-8d21-0dee26be3e10"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c4a82dbe-6faf-47c8-8252-0de8cf286678"], + "Spacer1"]],ExpressionUUID->"387a5482-bb4b-4426-8d1e-32dbf4d8a091"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "960673c6-6f85-4e9a-8995-22e6eaf21d38"] - }],ExpressionUUID->"a85f338e-5d8e-43b5-83d8-575ab13065da"], + "364e8469-1bda-48e4-8557-00bf2446f626"] + }],ExpressionUUID->"d87bfa7f-cfd6-45f8-b583-3600a2fb1e93"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"047b4c44-bc5d-41ba-a297-\ -b59d8ba31727"], + }]], "ObjectNameGrid",ExpressionUUID->"ffc98cc9-3824-4815-83b3-\ +a9709c519513"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -219,7 +225,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "25d67df4-8f88-48d9-84ce-cc995601def6"], " \[LineSeparator]computes the Harsanyi value of the game." - }],ExpressionUUID->"3db280c1-1d35-4be8-bd8e-7e381e405412"]} + }],ExpressionUUID->"cd1e6ab6-615d-42a5-98cb-0a28a293e51a"]} }]], "Usage", CellID->510686916,ExpressionUUID->"c02735eb-f39a-45ba-826b-051e18615c8d"] }, Open ]], @@ -252,12 +258,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"96f033d6-449a-4364-9787-6f6ad65cf431"], + ExpressionUUID->"18df1f8e-38d0-4f53-9c14-a4dd036d9d89"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"590a9b42-16c5-41f5-83e5-26fafa09c3b7"], + "Spacer1"]],ExpressionUUID->"0aa70ce8-4953-4297-800e-8f8a9f9ee5cb"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a7328fa3-5470-4f04-8790-af1452199449"], + }], "NotesFrameText",ExpressionUUID->"b9c03a5e-408f-47c7-96fd-e6c782ead028"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -268,12 +274,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"89785f2e-d289-4a43-9998-1e673259f9d0"]], \ + "Preemptive"]],ExpressionUUID->"d90ab029-7ecf-4e4b-b0a6-8e717bb30e37"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1374877429,ExpressionUUID->"af148c2b-eb4d-429a-b23b-eccd0d5c4e3c"], + CellID->1418568386,ExpressionUUID->"6a77d5c8-ad9d-421e-b785-b667d11aa901"], Cell[TextData[{ "The input expression ", @@ -343,19 +349,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ccc4ceba-efc0-476e-b47d-2c0966483c82"], + ExpressionUUID->"22ffbfd8-1258-4782-806b-f7afeb9da80d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"24068b1f-a414-454a-ac31-d86fd12e40d5"], + "Spacer1"]],ExpressionUUID->"41a54e83-259f-47b0-b5c1-a9d2f34387f6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "30a817fd-0316-4290-9173-4dd5fba9b821"] + "af862881-c859-43dc-8f2d-61735475c138"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2147120117,ExpressionUUID->"a4e792fd-713e-4c06-b8dd-6a67ba6cde79"], + CellID->1591838337,ExpressionUUID->"450c8b63-8540-4d39-b1ec-37970cb43b61"], Cell[CellGroupData[{ @@ -384,18 +390,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bed6dd3-34a9-4943-a681-86e5df271fc7"], + ExpressionUUID->"ad665d94-1411-4773-9ede-04d90dae56c8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14d07104-77ed-4920-8f7c-369957a677ed"], + "Spacer1"]],ExpressionUUID->"d7171610-4da9-4c17-bb67-cb3cbf564c22"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "650f66e6-39fd-480d-a96b-ad4272634f7a"] + "695a7227-8cf1-4249-844a-ccdd9e0706ed"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1555992965,ExpressionUUID->"01339da2-47cc-48ea-842f-e34f7cd18c13"], + CellID->1748588094,ExpressionUUID->"f105ca55-f5cb-43bc-8fe8-189b954e97a8"], Cell["Loading the package:", "ExampleText", CellID->98121247,ExpressionUUID->"d9915bdd-a27f-4f9c-8c39-ee3f8159f459"], @@ -413,7 +419,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1047680690,ExpressionUUID->"1a063410-85b5-47e3-a98a-42d23db21859"], + CellID->1107413139,ExpressionUUID->"051e19dd-44e3-411e-88d5-c834b3628ed6"], Cell[BoxData[ InterpretationBox[ @@ -423,57 +429,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->997614833,ExpressionUUID->"def3010d-ce5f-4955-9ee4-e40a7c0e3099"], + CellID->1463174048,ExpressionUUID->"6da95c15-ad8d-4b01-8180-2d1afde28f3e"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->399575960,ExpressionUUID->"e5c3f0a8-d0af-410b-8665-507097e3dd19"], + CellID->1749353779,ExpressionUUID->"b828ea60-7017-4546-93df-4a0a0ddb1675"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1918134693,ExpressionUUID->"613899aa-c5e7-4ef8-a5d5-4a03993f08d1"], + CellID->2123346867,ExpressionUUID->"cb963364-93a9-43eb-b7f6-2257c6ff196f"], -Cell[BoxData["\<\"Release Date: 07.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1080695640,ExpressionUUID->"5af5f5bd-553e-455a-bc8f-008f38fe174e"], + CellID->2122310098,ExpressionUUID->"9f59558f-ec1d-435d-9177-bec6ce8367e7"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->199191487,ExpressionUUID->"e22ddf99-e860-4a40-ac40-cfa009caaa7b"], + CellID->1427607460,ExpressionUUID->"06e1a722-47b5-4781-93d6-7ba50e2bdb98"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1157107304,ExpressionUUID->"a5f45cbe-acf3-4f9b-9c56-db3e3f5e85f0"], + CellID->344028455,ExpressionUUID->"4c37860f-d3de-43c2-88e0-de6d30b561ac"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->475962135,ExpressionUUID->"0cc211c2-c570-4917-9298-0c8500ebc085"], + CellID->1170925581,ExpressionUUID->"3c507c28-08bd-4db5-9e62-043ea4447bd9"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1200028747,ExpressionUUID->"b5714c24-0eed-4586-b72d-f944ede77636"], + CellID->1575582838,ExpressionUUID->"00e9ce85-0b8c-4678-9f04-699854c643af"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1549467117,ExpressionUUID->"79c5dcca-debe-46bd-a0ac-47892af4acb0"], + CellID->800031452,ExpressionUUID->"6bf0a89e-4a91-430e-b9cd-1b54d8d55c8a"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->226762760,ExpressionUUID->"24eb5948-84d9-45b7-a93b-0ca949711436"] + CellID->1663959412,ExpressionUUID->"9e02a942-af97-4f96-9354-0e16fa00b637"] }, Open ]] }, Open ]], @@ -523,10 +529,10 @@ Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[5]=", - CellID->989970650,ExpressionUUID->"e925df4b-cbd5-4516-9395-4be1392385f1"] + CellID->1807050780,ExpressionUUID->"c6a6082d-a234-4126-bbe9-e92c114251ef"] }, Open ]], -Cell["Then we compute the Harsanyi value through", "ExampleText", +Cell["Then, we compute the Harsanyi value through", "ExampleText", CellID->169564855,ExpressionUUID->"1b5dbd89-1dbc-4307-ade8-1a294b85b984"], Cell[CellGroupData[{ @@ -546,7 +552,7 @@ Cell[BoxData[ FractionBox["11", "24"]}], "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[6]=", - CellID->1866766826,ExpressionUUID->"95fc58fc-9e20-4dc5-9f96-eaf7539e99f5"] + CellID->1599743670,ExpressionUUID->"044cbbbe-80a8-46ea-a8c7-5411c95cb9b5"] }, Open ]], Cell["We compare the result with the Shapley value.", "ExampleText", @@ -569,7 +575,7 @@ Cell[BoxData[ FractionBox["11", "24"]}], "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[7]=", - CellID->1494746815,ExpressionUUID->"20c6e98c-4f7a-4b7b-bd46-89d742c6a205"] + CellID->1389532135,ExpressionUUID->"752214a6-f660-409d-ade8-49a83325d40d"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -596,7 +602,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "8feba915-e28f-4cf6-a209-d4037681342e"], + "19f0eee8-7c88-4a40-87c6-17624c54efe4"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -610,7 +616,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "fe7a90f9-4f59-4908-8929-c7a00ad5ecfc"], + "ae804e3a-9de1-4854-b050-3840eae00825"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -624,7 +630,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "6b524732-d830-4f45-ac08-d821e2c5896a"], + "700b0ebb-3be2-47e8-83ac-a79eb5d4aea1"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["EqDistDividends"]], "paclet:TUG/ref/EqDistDividends", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "36b6a20d-3d9d-4a9c-a8d6-02173ce4edbc"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -638,7 +658,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "87c24844-03b4-4106-8f82-191b45834d6d"], + "ebf6094f-2cc0-46b7-bf85-fcefcd5f199d"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -652,7 +672,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "50ab9735-2b62-4b00-a600-b8c2e76495a5"], + "a4b47eda-9d07-4948-98b5-b42b227952d6"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -666,7 +686,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "917c0323-6003-4d5f-be3f-1eccb575c76a"], + "27561a98-ed9d-4010-8cbe-a17b8ea02622"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -680,7 +700,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "6f568dd0-5d75-45b2-80b3-1afd7199f2d7"], + "09f8accd-8275-461f-8aa5-f34ef072e834"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -694,7 +714,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "fe074b17-e1f6-4785-82ca-961f6b213fe6"], + "736e981c-85eb-4f38-ac23-c762c66a957a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -708,7 +728,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "68904eb0-caa4-4fd5-b757-785ae673bd42"], + "09295882-4b02-462f-a93c-3e4d60763b7a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -722,7 +742,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "00219816-c928-414f-84a6-9a4c75cabea6"], + "73df1abd-3c60-4599-ab7c-b76ccd27ebab"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -736,11 +756,11 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "ba2af363-aba3-4ac7-a8b2-cb8c6493212b"] + "f6863619-efa4-4fc6-9cfe-5a1e55afbd2a"] }], "SeeAlso",ExpressionUUID->"aa40de73-1882-4807-95b4-6a7bec77987c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bdfb6d91-0b51-4d94-a5d9-\ -d409f8c754a1"], + }]], "SeeAlsoSection",ExpressionUUID->"fe1bf398-d31f-4131-8b7e-\ +bca809e9680a"], Cell[BoxData[GridBox[{ { @@ -757,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "71c6b00a-3044-43fa-a573-cddab2dcec8d"]}]}, + "9afaf41f-ece3-4514-b87c-468dbfbf517b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -765,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d5827bb0-47ff-4178-b23d-5efeba0e0443"]}]} + "9e2e92cc-a8b5-47f7-b0c5-7e8bf8d9f095"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"41e4145c-0daa-4177-bcf2-\ -840f2b7ff4c3"], + }]], "MoreAboutSection",ExpressionUUID->"59d93ee6-345a-4edc-8eb1-\ +f563ceff0c8b"], Cell[BoxData[GridBox[{ { @@ -780,6 +800,23 @@ Cell[BoxData[GridBox[{ "Spacer1"], StyleBox[ RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "EqDistDividends"}]]]], + "paclet:TUG/Ref/EqDistDividends"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "4572ca7d-8054-40fe-b961-b5891e3d4115"]], "RelatedLinks", + ExpressionUUID->"86749c20-608c-4679-9661-b99ba738aea3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -795,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ddee0c71-eb22-4a71-b669-db901158e23b"]], "RelatedLinks", + "30ba9347-0b64-42b6-a985-5b3cbd21b2cf"]], "RelatedLinks", ExpressionUUID->"7229ad3d-f7d7-4b57-a71a-b8d585f9472e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -812,7 +849,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f84d8cf5-8508-4188-b3f7-648309808013"]], "RelatedLinks", + "6eb2d103-a528-4239-b84f-42ae9b8b088d"]], "RelatedLinks", ExpressionUUID->"533598a3-0ec8-44df-a43e-3921e1b7d1cb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -829,11 +866,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d7ffd9cd-9321-46a5-88d0-2ca677effa7f"]], "RelatedLinks", + "8a681dd8-a001-49e4-b0ba-1dfa18d765db"]], "RelatedLinks", ExpressionUUID->"ac7ed5d7-dbb9-4ea6-a9b2-0c5a774833c8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e4430dc5-5a71-4023-9534-\ -ff22330e7e07"], + }]], "RelatedLinksSection",ExpressionUUID->"08ff9c0e-7f27-44be-adb5-\ +22b17b2146d0"], Cell[CellGroupData[{ @@ -863,11 +900,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9a29adcc-1e88-44f3-8c79-5c8887ecf331"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8baf6a2c-4dd6-4b0e-b9f7-262ee96250d6"] +Cell[" ", "FooterCell",ExpressionUUID->"86a06d49-ab81-4408-b01f-5b0579c38f85"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"HarsanyiValue", TaggingRules->{ @@ -878,17 +915,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 27.563300}", + "built" -> "{2024, 6, 3, 16, 53, 2.230297}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "HarsanyiValue[game] computes the Harsanyi value of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "HarsanyiValue", - "titlemodifier" -> "", "windowtitle" -> "HarsanyiValue", "type" -> - "Symbol", "uri" -> "TUG/ref/HarsanyiValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "HarsanyiValue", "type" -> "Symbol", "uri" -> "TUG/ref/HarsanyiValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -897,9 +934,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e8c8ce5c-b386-4c48-9ebb-2e4e8a9925f3" +ExpressionUUID->"600c5a51-3cc5-44cc-8c06-faa56a82760a" ] (* End of Notebook Content *) @@ -907,126 +944,126 @@ ExpressionUUID->"e8c8ce5c-b386-4c48-9ebb-2e4e8a9925f3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12437, 320, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a4e792fd-713e-4c06-b8dd-6a67ba6cde79", + Cell[12590, 326, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"450c8b63-8540-4d39-b1ec-37970cb43b61", CellTags->"PrimaryExamplesSection", - CellID->2147120117]} + CellID->1591838337]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33698, 908} + {"PrimaryExamplesSection", 35025, 945} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7241, 171, 56, "AnchorBarGrid",ExpressionUUID->"29dd6aa7-42b3-4cb2-b04a-427d432bc5db", +Cell[585, 21, 7394, 177, 57, "AnchorBarGrid",ExpressionUUID->"785e821e-3137-4772-8b90-774369e578f9", CellID->1], -Cell[7829, 194, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3c46e8e9-58cf-4203-ad8f-1ebf6e44ea6d"], +Cell[7982, 200, 86, 0, 23, "ContextNameCell",ExpressionUUID->"adca4753-e554-4969-9614-186e280f10d6"], Cell[CellGroupData[{ -Cell[7940, 198, 556, 14, 59, "ObjectNameGrid",ExpressionUUID->"047b4c44-bc5d-41ba-a297-b59d8ba31727"], -Cell[8499, 214, 454, 9, 111, "Usage",ExpressionUUID->"c02735eb-f39a-45ba-826b-051e18615c8d", +Cell[8093, 204, 556, 14, 59, "ObjectNameGrid",ExpressionUUID->"ffc98cc9-3824-4815-83b3-a9709c519513"], +Cell[8652, 220, 454, 9, 111, "Usage",ExpressionUUID->"c02735eb-f39a-45ba-826b-051e18615c8d", CellID->510686916] }, Open ]], Cell[CellGroupData[{ -Cell[8990, 228, 1895, 47, 37, "NotesSection",ExpressionUUID->"af148c2b-eb4d-429a-b23b-eccd0d5c4e3c", +Cell[9143, 234, 1895, 47, 37, "NotesSection",ExpressionUUID->"6a77d5c8-ad9d-421e-b785-b667d11aa901", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1374877429], -Cell[10888, 277, 515, 12, 57, "Notes",ExpressionUUID->"9295a5a8-2019-4b8d-a0e9-9e8c5c8ce4d8", + CellID->1418568386], +Cell[11041, 283, 515, 12, 57, "Notes",ExpressionUUID->"9295a5a8-2019-4b8d-a0e9-9e8c5c8ce4d8", CellID->1014199156], -Cell[11406, 291, 489, 12, 37, "Notes",ExpressionUUID->"b37e2e04-4dc0-40af-946b-0a1d4fe762ae", +Cell[11559, 297, 489, 12, 38, "Notes",ExpressionUUID->"b37e2e04-4dc0-40af-946b-0a1d4fe762ae", CellID->177724765], -Cell[11898, 305, 204, 4, 36, "Notes",ExpressionUUID->"789e10ba-898d-40b7-aa1c-bbb491e6a100", +Cell[12051, 311, 204, 4, 36, "Notes",ExpressionUUID->"789e10ba-898d-40b7-aa1c-bbb491e6a100", CellID->864458735], -Cell[12105, 311, 205, 3, 23, "TechNotes",ExpressionUUID->"2bc83b0d-c695-416a-9d10-5daa70c8d893", +Cell[12258, 317, 205, 3, 23, "TechNotes",ExpressionUUID->"2bc83b0d-c695-416a-9d10-5daa70c8d893", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12437, 320, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a4e792fd-713e-4c06-b8dd-6a67ba6cde79", +Cell[12590, 326, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"450c8b63-8540-4d39-b1ec-37970cb43b61", CellTags->"PrimaryExamplesSection", - CellID->2147120117], + CellID->1591838337], Cell[CellGroupData[{ -Cell[13883, 361, 1399, 36, 30, "ExampleSection",ExpressionUUID->"01339da2-47cc-48ea-842f-e34f7cd18c13", - CellID->1555992965], -Cell[15285, 399, 117, 1, 38, "ExampleText",ExpressionUUID->"d9915bdd-a27f-4f9c-8c39-ee3f8159f459", +Cell[14036, 367, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f105ca55-f5cb-43bc-8fe8-189b954e97a8", + CellID->1748588094], +Cell[15438, 405, 117, 1, 39, "ExampleText",ExpressionUUID->"d9915bdd-a27f-4f9c-8c39-ee3f8159f459", CellID->98121247], Cell[CellGroupData[{ -Cell[15427, 404, 167, 3, 27, "Input",ExpressionUUID->"2d0c2385-af10-4853-818f-5a808fcee144", +Cell[15580, 410, 167, 3, 27, "Input",ExpressionUUID->"2d0c2385-af10-4853-818f-5a808fcee144", CellID->437011735], Cell[CellGroupData[{ -Cell[15619, 411, 236, 4, 23, "Print",ExpressionUUID->"1a063410-85b5-47e3-a98a-42d23db21859", - CellID->1047680690], -Cell[15858, 417, 364, 8, 23, "Print",ExpressionUUID->"def3010d-ce5f-4955-9ee4-e40a7c0e3099", - CellID->997614833], -Cell[16225, 427, 235, 4, 23, "Print",ExpressionUUID->"e5c3f0a8-d0af-410b-8665-507097e3dd19", - CellID->399575960], -Cell[16463, 433, 220, 3, 23, "Print",ExpressionUUID->"613899aa-c5e7-4ef8-a5d5-4a03993f08d1", - CellID->1918134693], -Cell[16686, 438, 207, 3, 23, "Print",ExpressionUUID->"5af5f5bd-553e-455a-bc8f-008f38fe174e", - CellID->1080695640], -Cell[16896, 443, 236, 4, 23, "Print",ExpressionUUID->"e22ddf99-e860-4a40-ac40-cfa009caaa7b", - CellID->199191487], -Cell[17135, 449, 220, 3, 23, "Print",ExpressionUUID->"a5f45cbe-acf3-4f9b-9c56-db3e3f5e85f0", - CellID->1157107304], -Cell[17358, 454, 235, 4, 23, "Print",ExpressionUUID->"0cc211c2-c570-4917-9298-0c8500ebc085", - CellID->475962135], -Cell[17596, 460, 236, 4, 23, "Print",ExpressionUUID->"b5714c24-0eed-4586-b72d-f944ede77636", - CellID->1200028747], -Cell[17835, 466, 207, 3, 23, "Print",ExpressionUUID->"79c5dcca-debe-46bd-a0ac-47892af4acb0", - CellID->1549467117], -Cell[18045, 471, 235, 4, 23, "Print",ExpressionUUID->"24eb5948-84d9-45b7-a93b-0ca949711436", - CellID->226762760] +Cell[15772, 417, 236, 4, 23, "Print",ExpressionUUID->"051e19dd-44e3-411e-88d5-c834b3628ed6", + CellID->1107413139], +Cell[16011, 423, 365, 8, 23, "Print",ExpressionUUID->"6da95c15-ad8d-4b01-8180-2d1afde28f3e", + CellID->1463174048], +Cell[16379, 433, 236, 4, 23, "Print",ExpressionUUID->"b828ea60-7017-4546-93df-4a0a0ddb1675", + CellID->1749353779], +Cell[16618, 439, 220, 3, 23, "Print",ExpressionUUID->"cb963364-93a9-43eb-b7f6-2257c6ff196f", + CellID->2123346867], +Cell[16841, 444, 207, 3, 23, "Print",ExpressionUUID->"9f59558f-ec1d-435d-9177-bec6ce8367e7", + CellID->2122310098], +Cell[17051, 449, 237, 4, 23, "Print",ExpressionUUID->"06e1a722-47b5-4781-93d6-7ba50e2bdb98", + CellID->1427607460], +Cell[17291, 455, 219, 3, 23, "Print",ExpressionUUID->"4c37860f-d3de-43c2-88e0-de6d30b561ac", + CellID->344028455], +Cell[17513, 460, 236, 4, 23, "Print",ExpressionUUID->"3c507c28-08bd-4db5-9e62-043ea4447bd9", + CellID->1170925581], +Cell[17752, 466, 236, 4, 23, "Print",ExpressionUUID->"00e9ce85-0b8c-4678-9f04-699854c643af", + CellID->1575582838], +Cell[17991, 472, 206, 3, 23, "Print",ExpressionUUID->"6bf0a89e-4a91-430e-b9cd-1b54d8d55c8a", + CellID->800031452], +Cell[18200, 477, 236, 4, 23, "Print",ExpressionUUID->"9e02a942-af97-4f96-9354-0e16fa00b637", + CellID->1663959412] }, Open ]] }, Open ]], -Cell[18307, 479, 136, 1, 38, "ExampleText",ExpressionUUID->"2c631196-1310-4718-88fd-c93dea55fb67", +Cell[18463, 485, 136, 1, 39, "ExampleText",ExpressionUUID->"2c631196-1310-4718-88fd-c93dea55fb67", CellID->386220828], -Cell[18446, 482, 234, 6, 70, "Input",ExpressionUUID->"23d3d0ce-8486-4084-9599-e9465833e2ab", +Cell[18602, 488, 234, 6, 70, "Input",ExpressionUUID->"23d3d0ce-8486-4084-9599-e9465833e2ab", CellID->551901782], -Cell[18683, 490, 389, 8, 70, "Input",ExpressionUUID->"0aba8095-57fa-499b-b51c-dc36965e83ce", +Cell[18839, 496, 389, 8, 70, "Input",ExpressionUUID->"0aba8095-57fa-499b-b51c-dc36965e83ce", CellID->1847120454], -Cell[19075, 500, 238, 6, 70, "Input",ExpressionUUID->"74765e0e-8db4-42cb-b083-d249babf3c0a", +Cell[19231, 506, 238, 6, 70, "Input",ExpressionUUID->"74765e0e-8db4-42cb-b083-d249babf3c0a", CellID->2042268795], -Cell[19316, 508, 191, 4, 70, "ExampleText",ExpressionUUID->"42d60bc0-0bd9-46ff-8191-889f1d097e38", +Cell[19472, 514, 191, 4, 70, "ExampleText",ExpressionUUID->"42d60bc0-0bd9-46ff-8191-889f1d097e38", CellID->1195997214], Cell[CellGroupData[{ -Cell[19532, 516, 171, 3, 70, "Input",ExpressionUUID->"214f40a7-686f-449c-9077-ab6772dc986d", +Cell[19688, 522, 171, 3, 70, "Input",ExpressionUUID->"214f40a7-686f-449c-9077-ab6772dc986d", CellID->1700143237], -Cell[19706, 521, 172, 4, 36, "Output",ExpressionUUID->"e925df4b-cbd5-4516-9395-4be1392385f1", - CellID->989970650] +Cell[19862, 527, 173, 4, 36, "Output",ExpressionUUID->"c6a6082d-a234-4126-bbe9-e92c114251ef", + CellID->1807050780] }, Open ]], -Cell[19893, 528, 140, 1, 70, "ExampleText",ExpressionUUID->"1b5dbd89-1dbc-4307-ade8-1a294b85b984", +Cell[20050, 534, 141, 1, 70, "ExampleText",ExpressionUUID->"1b5dbd89-1dbc-4307-ade8-1a294b85b984", CellID->169564855], Cell[CellGroupData[{ -Cell[20058, 533, 194, 4, 70, "Input",ExpressionUUID->"4b4ae1ab-cce5-485e-a656-c57569b2faf5", +Cell[20216, 539, 194, 4, 70, "Input",ExpressionUUID->"4b4ae1ab-cce5-485e-a656-c57569b2faf5", CellID->649153973], -Cell[20255, 539, 317, 9, 51, "Output",ExpressionUUID->"95fc58fc-9e20-4dc5-9f96-eaf7539e99f5", - CellID->1866766826] +Cell[20413, 545, 317, 9, 50, "Output",ExpressionUUID->"044cbbbe-80a8-46ea-a8c7-5411c95cb9b5", + CellID->1599743670] }, Open ]], -Cell[20587, 551, 144, 1, 70, "ExampleText",ExpressionUUID->"dcc4fc9e-47ed-46af-8f45-7394a8539bdf", +Cell[20745, 557, 144, 1, 70, "ExampleText",ExpressionUUID->"dcc4fc9e-47ed-46af-8f45-7394a8539bdf", CellID->1913562716], Cell[CellGroupData[{ -Cell[20756, 556, 186, 4, 70, "Input",ExpressionUUID->"715f7657-8dd0-490f-9583-629b372b9660", +Cell[20914, 562, 186, 4, 70, "Input",ExpressionUUID->"715f7657-8dd0-490f-9583-629b372b9660", CellID->33388081], -Cell[20945, 562, 317, 9, 51, "Output",ExpressionUUID->"20c6e98c-4f7a-4b7b-bd46-89d742c6a205", - CellID->1494746815] +Cell[21103, 568, 317, 9, 50, "Output",ExpressionUUID->"752214a6-f660-409d-ade8-49a83325d40d", + CellID->1389532135] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[21504, 580, 6014, 162, 70, "SeeAlsoSection",ExpressionUUID->"bdfb6d91-0b51-4d94-a5d9-d409f8c754a1"], -Cell[27521, 744, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"41e4145c-0daa-4177-bcf2-840f2b7ff4c3"], -Cell[28557, 772, 2219, 63, 70, "RelatedLinksSection",ExpressionUUID->"e4430dc5-5a71-4023-9534-ff22330e7e07"], +Cell[21662, 586, 6531, 176, 70, "SeeAlsoSection",ExpressionUUID->"fe1bf398-d31f-4131-8b7e-bca809e9680a"], +Cell[28196, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"59d93ee6-345a-4edc-8eb1-f563ceff0c8b"], +Cell[29232, 792, 2854, 80, 70, "RelatedLinksSection",ExpressionUUID->"08ff9c0e-7f27-44be-adb5-22b17b2146d0"], Cell[CellGroupData[{ -Cell[30801, 839, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4076d3fa-a42b-4afd-81a9-279c491c685b", +Cell[32111, 876, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4076d3fa-a42b-4afd-81a9-279c491c685b", CellID->117551421], -Cell[30941, 842, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1712f85-4d45-4518-8f56-b229cacd245c", +Cell[32251, 879, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1712f85-4d45-4518-8f56-b229cacd245c", CellID->1194386356], -Cell[31163, 848, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e19b88f1-9323-4e21-b8c2-7cba3940acf7", +Cell[32473, 885, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e19b88f1-9323-4e21-b8c2-7cba3940acf7", CellID->1641706272], -Cell[31378, 853, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0000917f-2940-46e5-a24e-997c93041112", +Cell[32688, 890, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0000917f-2940-46e5-a24e-997c93041112", CellID->399251956], -Cell[31607, 859, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a29adcc-1e88-44f3-8c79-5c8887ecf331", +Cell[32917, 896, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a29adcc-1e88-44f3-8c79-5c8887ecf331", CellID->821434655] }, Open ]], -Cell[31844, 865, 78, 0, 70, "FooterCell",ExpressionUUID->"8baf6a2c-4dd6-4b0e-b9f7-262ee96250d6"] +Cell[33154, 902, 78, 0, 70, "FooterCell",ExpressionUUID->"86a06d49-ab81-4408-b01f-5b0579c38f85"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ImputationQ.nb b/Documentation/English/ReferencePages/Symbols/ImputationQ.nb index 9c768be..5bcfdf6 100644 --- a/Documentation/English/ReferencePages/Symbols/ImputationQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ImputationQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43670, 1137] -NotebookOptionsPosition[ 34752, 959] -NotebookOutlinePosition[ 36851, 1013] -CellTagsIndexPosition[ 36765, 1008] +NotebookDataLength[ 43688, 1137] +NotebookOptionsPosition[ 34779, 961] +NotebookOutlinePosition[ 36897, 1015] +CellTagsIndexPosition[ 36811, 1010] WindowTitle->ImputationQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "4ec2ba5a-592d-4591-9b5d-ffe8abd37144"], + "b3c5c4e6-9178-44d1-87a6-9e63f268182f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4e8e71ad-9daa-4c3c-8d5c-27974a1185a2"], + "b10847d0-7f6f-429f-8b10-7782cdcc60a1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9ec7f8a2-ab70-447e-bb06-2e847d18ae05"] - }],ExpressionUUID->"7638982e-7ee3-4c33-9c91-9c202ecab154"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "622c27c3-a5bf-4fe0-a3ee-417404613da5"] + }],ExpressionUUID->"677ccc35-9acd-4872-b752-0ef04dabaa31"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "700b808d-ddcd-41e6-9731-0016eb5b5f40"], + "47dfb407-52b4-4f72-80ec-b083c5d8ece1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a8127816-f1ca-4774-af22-249c81cc053f"] - }],ExpressionUUID->"06a04dc6-c8db-44b5-9b4f-ae684343c5cb"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a038d691-fcac-4330-9215-f5da711c17bb"] + }],ExpressionUUID->"aa11cf98-85ed-4fee-a626-b664475859f2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "98550d66-1abe-4dd8-9c6e-d5cef1c4945a"], + "9c7bae3c-377e-4643-942b-a01a76ecac0a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2ef6c6c1-9220-4012-8664-0919da70ac49"] - }],ExpressionUUID->"3c03a8bc-3f76-49a6-8016-2a7f433a9dd0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d7c72f9d-c913-4b7e-a178-4c744b59f1e3"] + }],ExpressionUUID->"a849f1a0-1925-4ca3-acba-0c97185d9915"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "78df5b87-38f2-4952-882f-e117fd27e260"], + "d7e07c52-ccb2-43a5-ab9a-e8cea9d6c3d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c8aeac35-1493-4f2e-ba8a-9645b3473b1c"] - }],ExpressionUUID->"abe94a1b-d3db-4c57-ae5e-3b5de29c300c"], - StripOnInput->False], {"\<\"TUG/ref/ImputationQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ImputationQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ImputationQ.\ + "d4dbad54-6665-4360-8918-e0d83d5352ae"] + }],ExpressionUUID->"15a6567d-841a-4a99-b69a-fb5fd89cd5b9"], + StripOnInput->False],{ + "\"TUG/ref/ImputationQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ImputationQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ImputationQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$91218], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ImputationQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$99052], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ImputationQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d2d3883d-6849-4494-9855-182a7c94cb66"] + "3da8fda9-3f21-4aec-94f2-b4de3cce514f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4f44396e-7041-4e85-b427-d603f2611e3d"]} + "9e6e19ab-f908-4dfa-966b-21d6cb2221fa"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"dd2b66a5-f26f-42f0-9bf0-15b4bdf04869"], + CellID->1,ExpressionUUID->"ff51ea77-c27a-4748-8ef9-8998ef645b7b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d202333c-0196-45ad-b38d-645b38bbfa56"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"12b09366-51b3-41b2-b709-5d13f6d184b3"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ImputationQ", "ObjectName",ExpressionUUID-> - "03efafe4-eb8a-4b3f-87e8-5bad42903a04"], + "b2794f6d-2125-445b-9451-d77a75e3347c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8d68a42f-ff38-4164-ba74-03be8144615a"], + "Spacer1"]],ExpressionUUID->"5bf18e13-284f-40c9-875a-e2ee3ddca7f1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "baebe78b-fcd3-4b60-8010-dc74f389fc07"] - }],ExpressionUUID->"6ebdaad5-2712-4364-82fc-1700bc8a94f2"], Cell[BoxData[ + "c5374c23-a1c9-4ea3-9199-9cdc16531042"] + }],ExpressionUUID->"99ec4a19-5321-4edf-925a-b04af64258bf"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2696b3ae-f311-4149-bd25-d1bd26affe93"]} + "eee7dfa0-5026-4ddd-a9c8-9a29412f9d80"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c4369e7a-1d9d-4b03-aa76-17797df6e372"], + CacheGraphics->False,ExpressionUUID->"66ea51d7-3fb3-408f-8dc3-7e203bf38351"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "67647ec7-b5ff-4f12-8035-d1b62ad9ae51"], " \[LineSeparator]checks whether the imputation or list of imputations \ belongs to the imputation set." - }],ExpressionUUID->"6e06b3ab-f79e-4462-859d-806ccfb5cb44"]} + }],ExpressionUUID->"4da48a24-f7ad-4c0a-a159-ce9d637a77e1"]} }]], "Usage", CellID->833379907,ExpressionUUID->"fa3aec6a-6044-4746-a807-13b6f0a73048"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bd92584-f029-486d-bdb3-42ef0bc7e4cc"], + ExpressionUUID->"6c6d836b-47a5-421e-bfb0-fc427dec2762"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"242cc466-4049-4faf-8430-7c842a34e970"], + "Spacer1"]],ExpressionUUID->"dc04bf4f-58a5-4c30-84dc-8d6f41844406"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"04e9d8d0-08e3-4c02-80da-6cad8b04888e"], + }], "NotesFrameText",ExpressionUUID->"a2109d69-f193-4651-b73d-a82d6568fb7d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ca2afccc-307b-4711-a56b-9124b386a4a5"]], \ + "Preemptive"]],ExpressionUUID->"f2b7f70a-25e5-4ae0-9e10-ce34609682fa"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->365173049,ExpressionUUID->"b6b65381-3cdf-4854-bba9-9877ca870f41"], + CellID->1299260099,ExpressionUUID->"b736d863-7b36-4872-b200-66cc59b8f7a3"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d12ac41c-13ac-4d92-81b8-c9c354761a9e"], + ExpressionUUID->"ed332d40-6c15-41cb-ac15-247854e6f1ea"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"abdf57be-64c2-4d25-abb7-d20a04829275"], + "Spacer1"]],ExpressionUUID->"10b23a17-11e7-48fc-b26b-cb7460b52aaa"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "09f890a1-dc26-4996-ab72-690a3ff0766c"] + "8aa9d916-d08e-4077-a1c1-639ba6d67d42"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->15041001,ExpressionUUID->"aa07a2f6-dd97-4f6d-9f27-c8db0a97000e"], + CellID->1564019912,ExpressionUUID->"f596f958-ed87-45f7-9119-bda8eb3d1619"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"56d8c3e8-365d-43e1-a14b-a52d83ea743b"], + ExpressionUUID->"7f521e9b-113e-4246-aca2-8c3579615be4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5872202a-5c1c-4765-bb4d-9095645c8fbb"], + "Spacer1"]],ExpressionUUID->"105bc4f7-bf2d-47af-be91-99eed4a99f5c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "407e90f6-10d9-427f-badc-c6674fce2c24"] + "a11049a3-4090-478a-a8ea-2dea6fbec4be"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->12365189,ExpressionUUID->"1b7abeb6-712e-4013-abb3-b60c0c9d86b5"], + CellID->1557292567,ExpressionUUID->"8e7b6092-8590-43c7-ab7c-e04335b49cef"], Cell["Loading the package:", "ExampleText", CellID->737416577,ExpressionUUID->"eaa1ed5f-cadd-4fc9-8131-c4a7958e0d4d"], @@ -644,8 +649,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -793,15 +796,15 @@ Cell[BoxData[GridBox[{ "08b23a4c-f6f0-474b-b074-9bfdfa93760a"] }], "SeeAlso",ExpressionUUID->"334a4657-6375-47eb-8e15-fa69e59b5152"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a573ce1b-4379-4004-97b7-\ -f1cc143b66c8"], + }]], "SeeAlsoSection",ExpressionUUID->"ffa116e0-f498-4323-a8fc-\ +1bf3112b6fe4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -813,9 +816,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c9d2004c-846b-496e-96a6-8eab19bd3d5f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2dbaf14e-1757-4ad5-b1bd-\ -983be5c777a7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6132ae1f-afed-4edb-a4e2-\ +8f926ccd6461"], Cell[BoxData[GridBox[{ { @@ -832,7 +834,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d899c446-183a-4d0a-888b-eced11b93a8e"]}]}, + "bbcd7b06-ce70-4345-a0f9-9f71f87546c3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -840,10 +842,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "987921e2-67b8-437b-ba2e-f481a61cf7c8"]}]} + "beb1758b-6f75-4593-930d-3912a130435e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2f58cc93-108f-4e23-9d08-\ -cf6f880f1a92"], + }]], "MoreAboutSection",ExpressionUUID->"86b4bf31-c2c0-4971-954a-\ +b237e513d1cb"], Cell[BoxData[GridBox[{ { @@ -870,7 +872,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "56f8813b-3200-4009-9fd8-dcd80f1c3d3e"]], "RelatedLinks", + "b3a3eb31-118a-4557-a25e-27a9d0a1cd2c"]], "RelatedLinks", ExpressionUUID->"6ec44b2e-bdf3-43e9-b5d9-791eeb94950c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -887,7 +889,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "435714e8-7eff-4548-88a8-5ecfb8800a22"]], "RelatedLinks", + "5dadf98d-3e9d-4145-83b0-2c1e53fac153"]], "RelatedLinks", ExpressionUUID->"ab3497b0-538e-4da2-bd4b-5b51ab730e88"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -904,7 +906,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee8dd2b2-eca7-40ed-a713-0388c202fe56"]], "RelatedLinks", + "367eb76a-11c9-4cf9-8406-bee73ecc91f3"]], "RelatedLinks", ExpressionUUID->"cb6d173c-62bd-44f4-bcce-78d6ca0dd15e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -921,11 +923,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "514a13a0-02fb-4a0f-ae52-d83b3634fcf2"]], "RelatedLinks", + "33eb0ac1-e590-43ba-b784-ee7c6c968224"]], "RelatedLinks", ExpressionUUID->"99a1dcf8-076f-4518-be0d-dfe175a8c82d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"471f6b26-d38a-468f-9f85-\ -071bb1d87486"], + }]], "RelatedLinksSection",ExpressionUUID->"5f449133-6b51-41ce-8334-\ +9bc13e1b2405"], Cell[CellGroupData[{ @@ -955,11 +957,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"cadf8e8a-dff1-4882-af34-16ddfd55b2b7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"337123da-1375-49b7-a364-dd8621a2e0d7"] +Cell[" ", "FooterCell",ExpressionUUID->"0d5b5fb7-4068-4616-b112-79acfea84a6a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ImputationQ", TaggingRules->{ @@ -970,7 +972,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 29.074165}", + "built" -> "{2024, 6, 3, 16, 53, 2.916551}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -978,10 +980,10 @@ TaggingRules->{ "ImputationQ[game, payoff] checks whether the imputation or list of \ imputations belongs to the imputation set.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ImputationQ", "titlemodifier" -> "", - "windowtitle" -> "ImputationQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ImputationQ"}}, + "metadescription" -> "", "windowtitle" -> "ImputationQ", "type" -> + "Symbol", "uri" -> "TUG/ref/ImputationQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -990,9 +992,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7a05e81c-8376-4569-8bdd-69156d7a4004" +ExpressionUUID->"ffa91d93-8875-431c-af85-644f9771180a" ] (* End of Notebook Content *) @@ -1000,145 +1002,143 @@ ExpressionUUID->"7a05e81c-8376-4569-8bdd-69156d7a4004" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13375, 349, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aa07a2f6-dd97-4f6d-9f27-c8db0a97000e", + Cell[13432, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f596f958-ed87-45f7-9119-bda8eb3d1619", CellTags->"PrimaryExamplesSection", - CellID->15041001]} + CellID->1564019912]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36566, 1001} + {"PrimaryExamplesSection", 36610, 1003} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"dd2b66a5-f26f-42f0-9bf0-15b4bdf04869", +Cell[583, 21, 7180, 173, 57, "AnchorBarGrid",ExpressionUUID->"ff51ea77-c27a-4748-8ef9-8998ef645b7b", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d202333c-0196-45ad-b38d-645b38bbfa56"], +Cell[7766, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"12b09366-51b3-41b2-b709-5d13f6d184b3"], Cell[CellGroupData[{ -Cell[7821, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"c4369e7a-1d9d-4b03-aa76-17797df6e372"], -Cell[9109, 232, 530, 11, 111, "Usage",ExpressionUUID->"fa3aec6a-6044-4746-a807-13b6f0a73048", +Cell[7877, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"66ea51d7-3fb3-408f-8dc3-7e203bf38351"], +Cell[9165, 237, 530, 11, 111, "Usage",ExpressionUUID->"fa3aec6a-6044-4746-a807-13b6f0a73048", CellID->833379907] }, Open ]], Cell[CellGroupData[{ -Cell[9676, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"b6b65381-3cdf-4854-bba9-9877ca870f41", +Cell[9732, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"b736d863-7b36-4872-b200-66cc59b8f7a3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->365173049], -Cell[11573, 297, 782, 20, 57, "]]",ExpressionUUID->"4b595cce-ac71-432f-a9aa-adfab421ccf5", + CellID->1299260099], +Cell[11630, 302, 782, 20, 57, "]]",ExpressionUUID->"4b595cce-ac71-432f-a9aa-adfab421ccf5", CellID->209133038], -Cell[12358, 319, 489, 12, 37, "Notes",ExpressionUUID->"4dbd3f1d-c9ff-45b5-b83e-1d66f1e050ef", +Cell[12415, 324, 489, 12, 38, "Notes",ExpressionUUID->"4dbd3f1d-c9ff-45b5-b83e-1d66f1e050ef", CellID->177724765], -Cell[12850, 333, 202, 4, 36, "Notes",ExpressionUUID->"6018581c-9cb9-4296-8a72-e61aebea1037", +Cell[12907, 338, 202, 4, 36, "Notes",ExpressionUUID->"6018581c-9cb9-4296-8a72-e61aebea1037", CellID->640210177], -Cell[13055, 339, 193, 4, 36, "Notes",ExpressionUUID->"91ade0a8-93bd-4195-9fe8-5151726f9007", +Cell[13112, 344, 193, 4, 36, "Notes",ExpressionUUID->"91ade0a8-93bd-4195-9fe8-5151726f9007", CellID->1580635121] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13375, 349, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aa07a2f6-dd97-4f6d-9f27-c8db0a97000e", +Cell[13432, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f596f958-ed87-45f7-9119-bda8eb3d1619", CellTags->"PrimaryExamplesSection", - CellID->15041001], + CellID->1564019912], Cell[CellGroupData[{ -Cell[14819, 390, 1397, 36, 30, "ExampleSection",ExpressionUUID->"1b7abeb6-712e-4013-abb3-b60c0c9d86b5", - CellID->12365189], -Cell[16219, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"eaa1ed5f-cadd-4fc9-8131-c4a7958e0d4d", +Cell[14878, 395, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8e7b6092-8590-43c7-ab7c-e04335b49cef", + CellID->1557292567], +Cell[16280, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"eaa1ed5f-cadd-4fc9-8131-c4a7958e0d4d", CellID->737416577], Cell[CellGroupData[{ -Cell[16362, 433, 167, 3, 27, "Input",ExpressionUUID->"4e89dc4f-da95-4b28-b422-2653cc803677", +Cell[16423, 438, 167, 3, 27, "Input",ExpressionUUID->"4e89dc4f-da95-4b28-b422-2653cc803677", CellID->882290887], Cell[CellGroupData[{ -Cell[16554, 440, 236, 4, 23, "Print",ExpressionUUID->"567d9260-ea20-4726-8ba2-a438667804e6", +Cell[16615, 445, 236, 4, 23, "Print",ExpressionUUID->"567d9260-ea20-4726-8ba2-a438667804e6", CellID->829420703], -Cell[16793, 446, 366, 8, 23, "Print",ExpressionUUID->"55f35628-a9bb-4380-9fb9-de492366b0a2", +Cell[16854, 451, 366, 8, 23, "Print",ExpressionUUID->"55f35628-a9bb-4380-9fb9-de492366b0a2", CellID->1598427955], -Cell[17162, 456, 237, 4, 23, "Print",ExpressionUUID->"387c3b36-2252-4d77-8931-6a954f75329f", +Cell[17223, 461, 237, 4, 23, "Print",ExpressionUUID->"387c3b36-2252-4d77-8931-6a954f75329f", CellID->1679600185], -Cell[17402, 462, 219, 3, 23, "Print",ExpressionUUID->"b14fbeb3-4bd7-4fb2-8d73-bad3392b07ba", +Cell[17463, 467, 219, 3, 23, "Print",ExpressionUUID->"b14fbeb3-4bd7-4fb2-8d73-bad3392b07ba", CellID->83059287], -Cell[17624, 467, 208, 3, 23, "Print",ExpressionUUID->"43980282-04fa-4fc0-8ae6-74fc28c110b2", +Cell[17685, 472, 208, 3, 23, "Print",ExpressionUUID->"43980282-04fa-4fc0-8ae6-74fc28c110b2", CellID->1891812668], -Cell[17835, 472, 238, 4, 23, "Print",ExpressionUUID->"7ba16033-b72c-4128-82ca-d0f735983c7c", +Cell[17896, 477, 238, 4, 23, "Print",ExpressionUUID->"7ba16033-b72c-4128-82ca-d0f735983c7c", CellID->2022553520], -Cell[18076, 478, 220, 3, 23, "Print",ExpressionUUID->"5886c681-604f-4fb7-88f0-6f83f1252f66", +Cell[18137, 483, 220, 3, 23, "Print",ExpressionUUID->"5886c681-604f-4fb7-88f0-6f83f1252f66", CellID->165479331], -Cell[18299, 483, 237, 4, 23, "Print",ExpressionUUID->"77fb3fb6-6a0d-4acb-bbcf-7b05fea95bce", +Cell[18360, 488, 237, 4, 23, "Print",ExpressionUUID->"77fb3fb6-6a0d-4acb-bbcf-7b05fea95bce", CellID->1350349700], -Cell[18539, 489, 237, 4, 23, "Print",ExpressionUUID->"7f6a24f5-b076-421e-a2d1-a276d348fefc", +Cell[18600, 494, 237, 4, 23, "Print",ExpressionUUID->"7f6a24f5-b076-421e-a2d1-a276d348fefc", CellID->1896741992], -Cell[18779, 495, 207, 3, 23, "Print",ExpressionUUID->"16567f0d-a16c-4ca7-abc1-8e2df6d365df", +Cell[18840, 500, 207, 3, 23, "Print",ExpressionUUID->"16567f0d-a16c-4ca7-abc1-8e2df6d365df", CellID->471454919], -Cell[18989, 500, 236, 4, 23, "Print",ExpressionUUID->"dead82ba-8678-4a62-ba3f-a10112cb0247", +Cell[19050, 505, 236, 4, 23, "Print",ExpressionUUID->"dead82ba-8678-4a62-ba3f-a10112cb0247", CellID->803676245] }, Open ]] }, Open ]], -Cell[19252, 508, 137, 1, 70, "ExampleText",ExpressionUUID->"cbe5a381-cee6-4e98-8f95-4e9119dba7bc", +Cell[19313, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"cbe5a381-cee6-4e98-8f95-4e9119dba7bc", CellID->1979563718], -Cell[19392, 511, 235, 6, 70, "Input",ExpressionUUID->"4936ac16-7897-4d46-9e88-3de06529f8fd", +Cell[19453, 516, 235, 6, 70, "Input",ExpressionUUID->"4936ac16-7897-4d46-9e88-3de06529f8fd", CellID->2009395631], -Cell[19630, 519, 381, 9, 70, "Input",ExpressionUUID->"cf5ad303-e4cb-45cc-9443-0674ee9abe17", +Cell[19691, 524, 381, 9, 70, "Input",ExpressionUUID->"cf5ad303-e4cb-45cc-9443-0674ee9abe17", CellID->1666223935], -Cell[20014, 530, 237, 6, 70, "Input",ExpressionUUID->"2ee972c3-9dbd-4da6-b2e5-c23557971cba", +Cell[20075, 535, 237, 6, 70, "Input",ExpressionUUID->"2ee972c3-9dbd-4da6-b2e5-c23557971cba", CellID->750031955], -Cell[20254, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"573f6327-1e43-4a84-b52a-7323d160d4cb", +Cell[20315, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"573f6327-1e43-4a84-b52a-7323d160d4cb", CellID->1401642354], Cell[CellGroupData[{ -Cell[20470, 546, 169, 3, 70, "Input",ExpressionUUID->"9b263d1a-4219-4b54-aac2-2be2895d1dba", +Cell[20531, 551, 169, 3, 70, "Input",ExpressionUUID->"9b263d1a-4219-4b54-aac2-2be2895d1dba", CellID->1276411005], -Cell[20642, 551, 173, 4, 36, "Output",ExpressionUUID->"9e380f94-201b-4a4b-a8d7-36121e99f5b7", +Cell[20703, 556, 173, 4, 36, "Output",ExpressionUUID->"9e380f94-201b-4a4b-a8d7-36121e99f5b7", CellID->775541756] }, Open ]], -Cell[20830, 558, 171, 3, 70, "ExampleText",ExpressionUUID->"0ee10899-f15a-4060-a151-c1d26fbb9e7f", +Cell[20891, 563, 171, 3, 70, "ExampleText",ExpressionUUID->"0ee10899-f15a-4060-a151-c1d26fbb9e7f", CellID->1855560278], Cell[CellGroupData[{ -Cell[21026, 565, 189, 4, 70, "Input",ExpressionUUID->"d4d7b01e-c542-459b-9f65-187ecb617e06", +Cell[21087, 570, 189, 4, 70, "Input",ExpressionUUID->"d4d7b01e-c542-459b-9f65-187ecb617e06", CellID->49971473], -Cell[21218, 571, 269, 7, 51, "Output",ExpressionUUID->"5d763bed-3faf-46c0-84d1-7eab31f6ae5c", +Cell[21279, 576, 269, 7, 50, "Output",ExpressionUUID->"5d763bed-3faf-46c0-84d1-7eab31f6ae5c", CellID->165844166] }, Open ]], Cell[CellGroupData[{ -Cell[21524, 583, 193, 4, 70, "Input",ExpressionUUID->"03e71efe-2ba4-4250-915e-a2ade5874662", +Cell[21585, 588, 193, 4, 70, "Input",ExpressionUUID->"03e71efe-2ba4-4250-915e-a2ade5874662", CellID->1592709258], -Cell[21720, 589, 160, 3, 36, "Output",ExpressionUUID->"9e8a16e5-3649-45f7-be00-c91425dd4f99", +Cell[21781, 594, 160, 3, 36, "Output",ExpressionUUID->"9e8a16e5-3649-45f7-be00-c91425dd4f99", CellID->1803249502] }, Open ]], -Cell[21895, 595, 168, 3, 70, "ExampleText",ExpressionUUID->"5783ea81-3f5a-4701-87fe-6b0cb490132a", +Cell[21956, 600, 168, 3, 70, "ExampleText",ExpressionUUID->"5783ea81-3f5a-4701-87fe-6b0cb490132a", CellID->1863665875], -Cell[22066, 600, 136, 1, 70, "ExampleText",ExpressionUUID->"6a32036b-7af4-483d-8d5f-2b970b8bee74", +Cell[22127, 605, 136, 1, 70, "ExampleText",ExpressionUUID->"6a32036b-7af4-483d-8d5f-2b970b8bee74", CellID->118614922], Cell[CellGroupData[{ -Cell[22227, 605, 242, 7, 70, "Input",ExpressionUUID->"f4463069-3dee-456f-b480-95c322433bb0", +Cell[22288, 610, 242, 7, 70, "Input",ExpressionUUID->"f4463069-3dee-456f-b480-95c322433bb0", CellID->1113902577], -Cell[22472, 614, 244, 6, 36, "Output",ExpressionUUID->"350e5f22-1976-44c8-a0e5-f46351b0f9f6", +Cell[22533, 619, 244, 6, 36, "Output",ExpressionUUID->"350e5f22-1976-44c8-a0e5-f46351b0f9f6", CellID->549783393] }, Open ]], -Cell[22731, 623, 147, 1, 70, "ExampleText",ExpressionUUID->"0d608b7b-281e-4534-897a-6694959ecf2d", +Cell[22792, 628, 147, 1, 70, "ExampleText",ExpressionUUID->"0d608b7b-281e-4534-897a-6694959ecf2d", CellID->1665610466], Cell[CellGroupData[{ -Cell[22903, 628, 193, 4, 70, "Input",ExpressionUUID->"85e461be-1951-49e2-818c-176fbf15ea3a", +Cell[22964, 633, 193, 4, 70, "Input",ExpressionUUID->"85e461be-1951-49e2-818c-176fbf15ea3a", CellID->1181324781], -Cell[23099, 634, 161, 3, 36, "Output",ExpressionUUID->"90edd09f-1d27-4583-a359-37e0a2294317", +Cell[23160, 639, 161, 3, 36, "Output",ExpressionUUID->"90edd09f-1d27-4583-a359-37e0a2294317", CellID->1543574523] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23563, 651, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ffa116e0-f498-4323-a8fc-1bf3112b6fe4"], +Cell[29069, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6132ae1f-afed-4edb-a4e2-8f926ccd6461"], +Cell[29742, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"86b4bf31-c2c0-4971-954a-b237e513d1cb"], +Cell[30778, 849, 2850, 80, 70, "RelatedLinksSection",ExpressionUUID->"5f449133-6b51-41ce-8334-9bc13e1b2405"], Cell[CellGroupData[{ -Cell[23524, 648, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a573ce1b-4379-4004-97b7-f1cc143b66c8"], -Cell[29030, 798, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2dbaf14e-1757-4ad5-b1bd-983be5c777a7"] -}, Open ]], -Cell[29715, 819, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2f58cc93-108f-4e23-9d08-cf6f880f1a92"], -Cell[30751, 847, 2850, 80, 70, "RelatedLinksSection",ExpressionUUID->"471f6b26-d38a-468f-9f85-071bb1d87486"], -Cell[CellGroupData[{ -Cell[33626, 931, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f276601e-5b86-4ead-b67e-1ab862f270a2", +Cell[33653, 933, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f276601e-5b86-4ead-b67e-1ab862f270a2", CellID->2135167160], -Cell[33767, 934, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d03c59ca-47e0-4746-a46d-6ac87cbe9e20", +Cell[33794, 936, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d03c59ca-47e0-4746-a46d-6ac87cbe9e20", CellID->1194386356], -Cell[33989, 940, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f5048b9b-09f6-4876-931f-3e6c613a46a8", +Cell[34016, 942, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f5048b9b-09f6-4876-931f-3e6c613a46a8", CellID->1641706272], -Cell[34204, 945, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7fe1f70-bace-4482-b85e-e605d37a3d44", +Cell[34231, 947, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7fe1f70-bace-4482-b85e-e605d37a3d44", CellID->399251956], -Cell[34433, 951, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cadf8e8a-dff1-4882-af34-16ddfd55b2b7", +Cell[34460, 953, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cadf8e8a-dff1-4882-af34-16ddfd55b2b7", CellID->821434655] }, Open ]], -Cell[34670, 957, 78, 0, 70, "FooterCell",ExpressionUUID->"337123da-1375-49b7-a364-dd8621a2e0d7"] +Cell[34697, 959, 78, 0, 70, "FooterCell",ExpressionUUID->"0d5b5fb7-4068-4616-b112-79acfea84a6a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ImputationToEqClass.nb b/Documentation/English/ReferencePages/Symbols/ImputationToEqClass.nb index 09ccac0..f15ff5c 100644 --- a/Documentation/English/ReferencePages/Symbols/ImputationToEqClass.nb +++ b/Documentation/English/ReferencePages/Symbols/ImputationToEqClass.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52176, 1366] -NotebookOptionsPosition[ 42491, 1176] -NotebookOutlinePosition[ 44774, 1232] -CellTagsIndexPosition[ 44688, 1227] +NotebookDataLength[ 52196, 1367] +NotebookOptionsPosition[ 42528, 1179] +NotebookOutlinePosition[ 44828, 1235] +CellTagsIndexPosition[ 44742, 1230] WindowTitle->ImputationToEqClass WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a77d62e5-39c1-495f-aa88-4ee3281db8c6"], + "d70503ff-5e0b-4432-9e7a-25f7f9080694"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c15ef785-769f-4cc2-b715-3b9bd39af3e1"], + "eb15c0ae-b4d4-4bc4-bd05-885773ecc2fd"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "61dbe3ae-817e-47ad-969b-40a75935b18a"] - }],ExpressionUUID->"9b3f63ec-e455-4e49-b7a5-211a26bd7ab0"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "11163828-383e-4398-ba25-91a96ed52ca3"] + }],ExpressionUUID->"0205c357-5ea8-4f34-8fd2-3cc6394446e1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2582c3bc-6890-499d-9091-20d5ae374096"], + "683ed156-ce57-4e0d-a45b-795eb33d1ebd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "19ebfd8a-e32a-4a8d-a833-82730330978f"] - }],ExpressionUUID->"df2c2586-69fc-464e-ac1e-7ecbc44d5631"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "da00243d-9442-451b-8d3c-eb30da00b367"] + }],ExpressionUUID->"df6bc2de-2d2f-4bb2-9e8c-d4eea5599da7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4932dc9b-1704-44e9-9e1d-e6b4953334ed"], + "16347478-2fc9-4e4e-b9a6-95d2dc4e0073"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3022e297-7576-42f4-8c32-0478d80ade4d"] - }],ExpressionUUID->"54b868fe-adda-41ed-ac78-38d9590e7913"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b46ae450-4a0c-49e4-9eea-0af5f5282b6e"] + }],ExpressionUUID->"a4fe4e21-5d41-40f0-a681-8bc12db6ce59"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3b6820c9-564d-4877-9aab-1c01516cec54"], + "f7358678-92f2-4f7c-9de4-1273d911dd8c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d691b5ac-7f57-4f32-bec8-289c1b5eb231"] - }],ExpressionUUID->"a75a3a73-3c48-4f0a-b061-11f3d4508cc9"], - StripOnInput->False], {"\<\"TUG/ref/ImputationToEqClass\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ImputationToEqClass"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1c6e5a2c-ecf8-4f37-965a-f331055bd037"] + }],ExpressionUUID->"2b15ab18-abb4-45bc-b5dd-b6e35a867002"], + StripOnInput->False],{ + "\"TUG/ref/ImputationToEqClass\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ImputationToEqClass"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ImputationToEqClass.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$91817], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ImputationToEqClass" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$99685], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ImputationToEqClass" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0f58fd01-024d-4bd7-86e3-689be99065b2"] + "1db4cd18-88a5-40b1-a0df-133c9a75f69c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "69a08eff-38d6-4821-ada0-9b931ea00314"]} + "27926a85-054b-478f-ae36-ab1be3744a9d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e3f7a534-daea-429d-bf44-17e43390f01c"], + CellID->1,ExpressionUUID->"7023a855-e3ba-4bc8-aa2a-617f237212c1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"52734a0a-6ad8-46c9-9e28-3758ffadb652"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"72d1f4fd-a4ab-406d-aaea-8b7a7fd78b2e"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ImputationToEqClass", "ObjectName",ExpressionUUID-> - "cf915679-f78d-42b4-ba1d-b248b827e137"], + "a20f1cec-6ed0-48f4-ac89-ee552b25b53a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4dd991bb-3f85-4fe7-9858-f271835cade4"], + "Spacer1"]],ExpressionUUID->"cd34a372-5fb3-4994-acba-504ddbeec4e1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b0956ad8-bced-4cde-bcdb-8e5200da7c59"] - }],ExpressionUUID->"c9d2bbef-e2f3-4e24-b25d-8d56b345b474"], Cell[BoxData[ + "044a7fe8-0a66-49d0-a4a6-15a9b0f60334"] + }],ExpressionUUID->"4bf94a91-5640-4751-a175-23a6aa5be941"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "01e2c8db-aef1-4a10-8510-eb8d87d8dd9f"]} + "cedcd5d8-e045-47c9-881b-20287f95ebe3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"98d5d83a-6ee5-4d26-b4d1-8c7accbc7062"], + CacheGraphics->False,ExpressionUUID->"3b28e82f-6009-4426-87d6-8624ca8220de"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"ebb4aae6-d9a8-44cc-88d1-52af5d5f7e0c"]}, + }],ExpressionUUID->"4f72ad0f-e4c1-4fbc-85b9-471df362fb48"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ImputationToEqClass", "[", @@ -251,7 +257,7 @@ Cell[BoxData[GridBox[{ "0040dc4d-c26e-4c62-bdd8-510c1bb02fc3"], " \[LineSeparator]by option set, it determines from the equivalence \ class and the unanimity matrix a derived bargaining unanimity matrix." - }],ExpressionUUID->"2575541d-fcd4-463a-9fd7-f15423f3143d"]} + }],ExpressionUUID->"0fec6612-de0f-403d-94b2-113b86f839cb"]} }]], "Usage", CellID->66660251,ExpressionUUID->"ec2465a2-1210-4bef-84c0-dbb26bd61555"] }, Open ]], @@ -284,12 +290,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"355bf093-6375-425b-89a9-a93ae2dfc846"], + ExpressionUUID->"749dff1b-f6e6-4f45-b558-9d8f8f4277e1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0b37492d-f97b-46c2-865a-2b3427458ec5"], + "Spacer1"]],ExpressionUUID->"f1aa612d-4c57-42e5-bdf7-6f029925e179"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"23847d8c-810b-4c3a-925d-ab93755b0714"], + }], "NotesFrameText",ExpressionUUID->"d594cd8b-862f-4b16-836a-3bf0f73c941d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -300,12 +306,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"90d730eb-6b91-4b6e-982f-2c4adfc82f45"]], \ + "Preemptive"]],ExpressionUUID->"2f7770cc-1fb8-437e-8d63-fc5d392ebf3e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->841539278,ExpressionUUID->"64708cb4-e63f-4d61-9485-9a328d844d3c"], + CellID->549227925,ExpressionUUID->"8677d519-d26b-4ac3-87e6-5202c1f2f8b9"], Cell[TextData[{ "The input expression ", @@ -386,7 +392,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "71709f14-0469-4a83-b2d5-26d26897fa43"], + "bfcd9068-4baf-47df-b708-94c98fce5681"], TemplateBox[{ Cell[ TextData["BargUnanMat"]], "paclet:TUG/ref/BargUnanMat", @@ -451,19 +457,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c3885f35-ffa4-4556-9c34-1eb48b2e118c"], + ExpressionUUID->"cf4d615d-acba-4909-b30b-b8ee49180c3f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8e0cd38c-6d14-4773-8934-a5bb71202b95"], + "Spacer1"]],ExpressionUUID->"612a95c7-f159-4fcf-b88f-4de86cdd0785"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5cbc1e93-1ae9-49d8-9e2d-756a62f3a812"] + "3d646f1c-4a26-4ad4-a0c6-527ced62134f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1055498213,ExpressionUUID->"b58c5062-83e2-4ce3-97bd-d46c15934b38"], + CellID->1306236501,ExpressionUUID->"28d9df42-6d82-4544-9a18-2e0dbb2fb055"], Cell[CellGroupData[{ @@ -492,18 +498,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0ce647ea-dda0-408f-ad49-1471f48dc55a"], + ExpressionUUID->"00ea340d-3ce1-4c70-a7e4-e680c691c998"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c321f4ab-4571-4b28-94ce-1b436a358335"], + "Spacer1"]],ExpressionUUID->"23f37d49-cc8c-4e19-801a-418688e0cda4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "71f08a64-f0e3-4614-bd7c-9afb66d920d9"] + "a981b115-fa89-43b9-9172-804423aded38"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1962302370,ExpressionUUID->"a3a833bb-4830-4a3c-8748-8282318e7477"], + CellID->317543818,ExpressionUUID->"c62fe4ab-4e68-458e-948d-d95eb8aea6e9"], Cell["Loading the package:", "ExampleText", CellID->1266460980,ExpressionUUID->"dc4b6bc0-6cd6-4951-881f-d4b2fb2958fb"], @@ -878,8 +884,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1027,15 +1031,15 @@ Cell[BoxData[GridBox[{ "0cb02ab5-3482-4605-9da8-956d86ff1f80"] }], "SeeAlso",ExpressionUUID->"ccc3a584-0a07-43db-be9c-d0a73976aa97"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"883c74b8-756a-49c0-a0ec-\ -64e86e36e3be"], + }]], "SeeAlsoSection",ExpressionUUID->"b576b412-1938-4ab7-9c2e-\ +8315af8d8325"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1047,9 +1051,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"54999f15-a97a-4011-9bb0-790bd48e12c4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3944ca2b-2632-46a1-853b-\ -70e739d9dc4b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1c2e3562-1df3-463e-9a24-\ +bac845c6fe42"], Cell[BoxData[GridBox[{ { @@ -1066,7 +1069,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1d3ec202-cb79-4210-ba7e-06066344c80b"]}]}, + "9f42c2cf-5a3b-4be6-9a8e-f14ad2ef2c32"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1074,10 +1077,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8e9f3a38-a32a-47cf-acc8-f50e69d33033"]}]} + "4595ecf7-c53a-4a1a-808f-7fa9282bf1ee"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"337cc45d-e860-4d0c-917c-\ -454dbf1275b7"], + }]], "MoreAboutSection",ExpressionUUID->"e2f40d0e-b1b2-42aa-be79-\ +0a1979df7a14"], Cell[BoxData[GridBox[{ { @@ -1104,7 +1107,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f45ea089-ac32-4976-8480-ffca8c8f44eb"]], "RelatedLinks", + "ae6c5e02-d99c-4c15-8fac-2cf3210880af"]], "RelatedLinks", ExpressionUUID->"80882394-5b00-49d6-b54f-9140838ef983"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1121,7 +1124,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dc4bf98a-d6e4-45a5-9477-399b4a5c39a2"]], "RelatedLinks", + "17c602c7-7cef-4173-a8f8-9087ab0579b0"]], "RelatedLinks", ExpressionUUID->"8eb4c117-a842-49ef-be85-aa3026725f18"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1138,11 +1141,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DetEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7bc7d398-6be6-4e2d-9112-437e44da1017"]], "RelatedLinks", + "57876300-2f5f-4757-8ca4-107f9a1851a9"]], "RelatedLinks", ExpressionUUID->"f9d2cff5-60db-4f1c-84a1-830f6f0a7c7a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e0ea6509-74a4-4489-b2c8-\ -dcfd3080f790"], + }]], "RelatedLinksSection",ExpressionUUID->"bab7a122-c46f-41cc-b757-\ +9161dfb47d60"], Cell[CellGroupData[{ @@ -1172,11 +1175,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5f855da1-adbb-4234-9e8e-995d881736fa"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5e58fbae-fbee-4466-9042-fd30fb99835c"] +Cell[" ", "FooterCell",ExpressionUUID->"566dea81-287a-442b-a042-e3c34233c3a5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ImputationToEqClass", TaggingRules->{ @@ -1187,7 +1190,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 30.568568}", + "built" -> "{2024, 6, 3, 16, 53, 3.688433}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1196,11 +1199,11 @@ TaggingRules->{ an imputation payoff. ImputationToEqClass[game, payoff, options] by option \ set, it determines from the equivalence class and the unanimity matrix a \ derived bargaining unanimity matrix.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "ImputationToEqClass", "titlemodifier" -> "", "windowtitle" -> - "ImputationToEqClass", "type" -> "Symbol", "uri" -> - "TUG/ref/ImputationToEqClass"}}, + "title" -> "ImputationToEqClass", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "ImputationToEqClass", "type" -> + "Symbol", "uri" -> "TUG/ref/ImputationToEqClass"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1209,9 +1212,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9a3f17af-d776-4030-8a20-8869c58e6f32" +ExpressionUUID->"2b59b9a5-3c79-4f17-8dc1-a7ab8dbdad90" ] (* End of Notebook Content *) @@ -1219,155 +1222,153 @@ ExpressionUUID->"9a3f17af-d776-4030-8a20-8869c58e6f32" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16494, 428, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b58c5062-83e2-4ce3-97bd-d46c15934b38", + Cell[16566, 434, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"28d9df42-6d82-4544-9a18-2e0dbb2fb055", CellTags->"PrimaryExamplesSection", - CellID->1055498213]} + CellID->1306236501]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 44487, 1220} + {"PrimaryExamplesSection", 44541, 1223} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7158, 168, 56, "AnchorBarGrid",ExpressionUUID->"e3f7a534-daea-429d-bf44-17e43390f01c", +Cell[591, 21, 7230, 174, 57, "AnchorBarGrid",ExpressionUUID->"7023a855-e3ba-4bc8-aa2a-617f237212c1", CellID->1], -Cell[7752, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"52734a0a-6ad8-46c9-9e28-3758ffadb652"], +Cell[7824, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"72d1f4fd-a4ab-406d-aaea-8b7a7fd78b2e"], Cell[CellGroupData[{ -Cell[7863, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"98d5d83a-6ee5-4d26-b4d1-8c7accbc7062"], -Cell[9159, 232, 1050, 23, 187, "Usage",ExpressionUUID->"ec2465a2-1210-4bef-84c0-dbb26bd61555", +Cell[7935, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"3b28e82f-6009-4426-87d6-8624ca8220de"], +Cell[9231, 238, 1050, 23, 186, "Usage",ExpressionUUID->"ec2465a2-1210-4bef-84c0-dbb26bd61555", CellID->66660251] }, Open ]], Cell[CellGroupData[{ -Cell[10246, 260, 1894, 47, 37, "NotesSection",ExpressionUUID->"64708cb4-e63f-4d61-9485-9a328d844d3c", +Cell[10318, 266, 1894, 47, 37, "NotesSection",ExpressionUUID->"8677d519-d26b-4ac3-87e6-5202c1f2f8b9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->841539278], -Cell[12143, 309, 783, 20, 57, "]]",ExpressionUUID->"88c41c3c-09d9-46c9-91af-a5100eba06d8", + CellID->549227925], +Cell[12215, 315, 783, 20, 57, "]]",ExpressionUUID->"88c41c3c-09d9-46c9-91af-a5100eba06d8", CellID->1655429901], -Cell[12929, 331, 489, 12, 37, "Notes",ExpressionUUID->"2bcb1326-61ac-4244-beed-92a7ddbe25e5", +Cell[13001, 337, 489, 12, 38, "Notes",ExpressionUUID->"2bcb1326-61ac-4244-beed-92a7ddbe25e5", CellID->177724765], -Cell[13421, 345, 301, 5, 57, "Notes",ExpressionUUID->"42bdd948-a042-4403-b4ef-f26e2c22915b", +Cell[13493, 351, 301, 5, 57, "Notes",ExpressionUUID->"42bdd948-a042-4403-b4ef-f26e2c22915b", CellID->356693102], -Cell[13725, 352, 172, 3, 36, "Notes",ExpressionUUID->"3ad3da8e-7c4c-4115-9109-d8e583cf42be", +Cell[13797, 358, 172, 3, 36, "Notes",ExpressionUUID->"3ad3da8e-7c4c-4115-9109-d8e583cf42be", CellID->1283398201], -Cell[13900, 357, 446, 9, 78, "Notes",ExpressionUUID->"e53533a7-0e45-4a3b-94bb-730df3c4a5a9", +Cell[13972, 363, 446, 9, 78, "Notes",ExpressionUUID->"e53533a7-0e45-4a3b-94bb-730df3c4a5a9", CellID->1335269271], -Cell[14349, 368, 304, 7, 37, "Notes",ExpressionUUID->"405524d9-bd39-447b-ad79-5876a9e9d282", +Cell[14421, 374, 304, 7, 38, "Notes",ExpressionUUID->"405524d9-bd39-447b-ad79-5876a9e9d282", CellID->2079332286], -Cell[14656, 377, 129, 1, 36, "Notes",ExpressionUUID->"c1514147-2987-4ff7-b736-e333f5ffbc7c", +Cell[14728, 383, 129, 1, 36, "Notes",ExpressionUUID->"c1514147-2987-4ff7-b736-e333f5ffbc7c", CellID->255678340], -Cell[14788, 380, 267, 4, 49, "Notes",ExpressionUUID->"e8e05247-712b-478c-9286-6d2639439be7", +Cell[14860, 386, 267, 4, 48, "Notes",ExpressionUUID->"e8e05247-712b-478c-9286-6d2639439be7", CellID->13178], -Cell[15058, 386, 806, 20, 58, "3ColumnTableMod",ExpressionUUID->"caa8e784-8170-49bd-a0a3-ccfb031eda79", +Cell[15130, 392, 806, 20, 60, "3ColumnTableMod",ExpressionUUID->"caa8e784-8170-49bd-a0a3-ccfb031eda79", CellID->11156], -Cell[15867, 408, 500, 14, 37, "Notes",ExpressionUUID->"a9a91d38-24f6-4211-a8bd-98ea4de89f55", +Cell[15939, 414, 500, 14, 38, "Notes",ExpressionUUID->"a9a91d38-24f6-4211-a8bd-98ea4de89f55", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16494, 428, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"b58c5062-83e2-4ce3-97bd-d46c15934b38", +Cell[16566, 434, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"28d9df42-6d82-4544-9a18-2e0dbb2fb055", CellTags->"PrimaryExamplesSection", - CellID->1055498213], + CellID->1306236501], Cell[CellGroupData[{ -Cell[17940, 469, 1399, 36, 70, "ExampleSection",ExpressionUUID->"a3a833bb-4830-4a3c-8748-8282318e7477", - CellID->1962302370], -Cell[19342, 507, 119, 1, 70, "ExampleText",ExpressionUUID->"dc4b6bc0-6cd6-4951-881f-d4b2fb2958fb", +Cell[18012, 475, 1398, 36, 70, "ExampleSection",ExpressionUUID->"c62fe4ab-4e68-458e-948d-d95eb8aea6e9", + CellID->317543818], +Cell[19413, 513, 119, 1, 70, "ExampleText",ExpressionUUID->"dc4b6bc0-6cd6-4951-881f-d4b2fb2958fb", CellID->1266460980], Cell[CellGroupData[{ -Cell[19486, 512, 168, 3, 70, "Input",ExpressionUUID->"5af8d3a7-06e0-4264-b0a6-8df275265f5e", +Cell[19557, 518, 168, 3, 70, "Input",ExpressionUUID->"5af8d3a7-06e0-4264-b0a6-8df275265f5e", CellID->1022542118], Cell[CellGroupData[{ -Cell[19679, 519, 236, 4, 70, "Print",ExpressionUUID->"c3f0a1a0-eb52-4eaf-8d8d-4131a4933ec3", +Cell[19750, 525, 236, 4, 70, "Print",ExpressionUUID->"c3f0a1a0-eb52-4eaf-8d8d-4131a4933ec3", CellID->986674539], -Cell[19918, 525, 365, 8, 70, "Print",ExpressionUUID->"a45b4513-d6c0-4c78-893a-6866f1f9cc40", +Cell[19989, 531, 365, 8, 70, "Print",ExpressionUUID->"a45b4513-d6c0-4c78-893a-6866f1f9cc40", CellID->582882486], -Cell[20286, 535, 236, 4, 70, "Print",ExpressionUUID->"b563dc89-cdc0-4e50-ad37-a8ca2342057b", +Cell[20357, 541, 236, 4, 70, "Print",ExpressionUUID->"b563dc89-cdc0-4e50-ad37-a8ca2342057b", CellID->749947879], -Cell[20525, 541, 220, 3, 70, "Print",ExpressionUUID->"cedaed71-6458-47a7-885a-01482f4b631d", +Cell[20596, 547, 220, 3, 70, "Print",ExpressionUUID->"cedaed71-6458-47a7-885a-01482f4b631d", CellID->750572381], -Cell[20748, 546, 208, 3, 70, "Print",ExpressionUUID->"f8c1d5d8-12e0-4a32-83d0-4758b5291b7e", +Cell[20819, 552, 208, 3, 70, "Print",ExpressionUUID->"f8c1d5d8-12e0-4a32-83d0-4758b5291b7e", CellID->1556813308], -Cell[20959, 551, 237, 4, 70, "Print",ExpressionUUID->"def0c1d9-d52f-4334-bafb-9d47841d98cf", +Cell[21030, 557, 237, 4, 70, "Print",ExpressionUUID->"def0c1d9-d52f-4334-bafb-9d47841d98cf", CellID->536642629], -Cell[21199, 557, 221, 3, 70, "Print",ExpressionUUID->"65f13b31-170d-4484-bead-5fa1a9860c44", +Cell[21270, 563, 221, 3, 70, "Print",ExpressionUUID->"65f13b31-170d-4484-bead-5fa1a9860c44", CellID->1022869346], -Cell[21423, 562, 236, 4, 70, "Print",ExpressionUUID->"c1e412f3-b261-429f-8bba-2da88f2c9455", +Cell[21494, 568, 236, 4, 70, "Print",ExpressionUUID->"c1e412f3-b261-429f-8bba-2da88f2c9455", CellID->540661609], -Cell[21662, 568, 236, 4, 70, "Print",ExpressionUUID->"e3a93a27-f70f-4ecc-b9d7-9c699a2b2c3a", +Cell[21733, 574, 236, 4, 70, "Print",ExpressionUUID->"e3a93a27-f70f-4ecc-b9d7-9c699a2b2c3a", CellID->347841586], -Cell[21901, 574, 206, 3, 70, "Print",ExpressionUUID->"733eaa63-dc35-414b-8752-cd2d97ef5cf4", +Cell[21972, 580, 206, 3, 70, "Print",ExpressionUUID->"733eaa63-dc35-414b-8752-cd2d97ef5cf4", CellID->73783855], -Cell[22110, 579, 236, 4, 70, "Print",ExpressionUUID->"05f33555-869a-422c-b786-66bcb44230f4", +Cell[22181, 585, 236, 4, 70, "Print",ExpressionUUID->"05f33555-869a-422c-b786-66bcb44230f4", CellID->554768014] }, Open ]] }, Open ]], -Cell[22373, 587, 137, 1, 70, "ExampleText",ExpressionUUID->"052edea7-54c2-4ece-b8c5-67eb0c0ece6f", +Cell[22444, 593, 137, 1, 70, "ExampleText",ExpressionUUID->"052edea7-54c2-4ece-b8c5-67eb0c0ece6f", CellID->1291287810], -Cell[22513, 590, 235, 6, 70, "Input",ExpressionUUID->"a72d0d11-7eed-4fca-8463-3792ff5e40f2", +Cell[22584, 596, 235, 6, 70, "Input",ExpressionUUID->"a72d0d11-7eed-4fca-8463-3792ff5e40f2", CellID->1635725308], -Cell[22751, 598, 380, 9, 70, "Input",ExpressionUUID->"59628e10-e09a-4eef-ad17-c3cdbfcb2702", +Cell[22822, 604, 380, 9, 70, "Input",ExpressionUUID->"59628e10-e09a-4eef-ad17-c3cdbfcb2702", CellID->871020629], -Cell[23134, 609, 237, 6, 70, "Input",ExpressionUUID->"34d79ef4-0568-462a-a4de-310d45ee38ff", +Cell[23205, 615, 237, 6, 70, "Input",ExpressionUUID->"34d79ef4-0568-462a-a4de-310d45ee38ff", CellID->104477109], -Cell[23374, 617, 191, 4, 70, "ExampleText",ExpressionUUID->"997daee4-da8d-428f-837c-27e4c02058b3", +Cell[23445, 623, 191, 4, 70, "ExampleText",ExpressionUUID->"997daee4-da8d-428f-837c-27e4c02058b3", CellID->1992418411], Cell[CellGroupData[{ -Cell[23590, 625, 177, 3, 70, "Input",ExpressionUUID->"dc6241bd-8cf8-44d1-9d1e-9a40d92b2dba", +Cell[23661, 631, 177, 3, 70, "Input",ExpressionUUID->"dc6241bd-8cf8-44d1-9d1e-9a40d92b2dba", CellID->1964898630], -Cell[23770, 630, 221, 5, 36, "Output",ExpressionUUID->"adecf0e6-55c2-4577-961f-353a05086171", +Cell[23841, 636, 221, 5, 36, "Output",ExpressionUUID->"adecf0e6-55c2-4577-961f-353a05086171", CellID->882180687] }, Open ]], -Cell[24006, 638, 139, 1, 70, "ExampleText",ExpressionUUID->"ec14ad8c-f257-43cf-b593-c2b353a1134e", +Cell[24077, 644, 139, 1, 70, "ExampleText",ExpressionUUID->"ec14ad8c-f257-43cf-b593-c2b353a1134e", CellID->1387875310], Cell[CellGroupData[{ -Cell[24170, 643, 190, 4, 70, "Input",ExpressionUUID->"0dfc7812-5e22-4b1c-98cb-ec4e2e33c81c", +Cell[24241, 649, 190, 4, 70, "Input",ExpressionUUID->"0dfc7812-5e22-4b1c-98cb-ec4e2e33c81c", CellID->854784485], -Cell[24363, 649, 269, 7, 51, "Output",ExpressionUUID->"1302ecb2-5c07-4e4f-aefa-e3175d54275d", +Cell[24434, 655, 269, 7, 50, "Output",ExpressionUUID->"1302ecb2-5c07-4e4f-aefa-e3175d54275d", CellID->957331223] }, Open ]], -Cell[24647, 659, 212, 4, 70, "ExampleText",ExpressionUUID->"26dba73f-8704-42b6-a923-b23292adfa97", +Cell[24718, 665, 212, 4, 70, "ExampleText",ExpressionUUID->"26dba73f-8704-42b6-a923-b23292adfa97", CellID->1152684253], Cell[CellGroupData[{ -Cell[24884, 667, 226, 5, 70, "Input",ExpressionUUID->"cf36b145-8bed-4de2-b903-5ec77a315a7d", +Cell[24955, 673, 226, 5, 70, "Input",ExpressionUUID->"cf36b145-8bed-4de2-b903-5ec77a315a7d", CellID->857442711], -Cell[25113, 674, 1145, 40, 36, "Output",ExpressionUUID->"0d858aa7-7b2a-4605-9b71-4dbcd8816714", +Cell[25184, 680, 1145, 40, 36, "Output",ExpressionUUID->"0d858aa7-7b2a-4605-9b71-4dbcd8816714", CellID->1852391276] }, Open ]], -Cell[26273, 717, 391, 8, 70, "ExampleText",ExpressionUUID->"994a52ce-1760-498c-a8aa-6440e25792f4", +Cell[26344, 723, 391, 8, 70, "ExampleText",ExpressionUUID->"994a52ce-1760-498c-a8aa-6440e25792f4", CellID->786633123], Cell[CellGroupData[{ -Cell[26689, 729, 328, 8, 70, "Input",ExpressionUUID->"40da3c29-6a3c-4975-8285-a140beeb0f8e", +Cell[26760, 735, 328, 8, 70, "Input",ExpressionUUID->"40da3c29-6a3c-4975-8285-a140beeb0f8e", CellID->1854241964], -Cell[27020, 739, 2927, 82, 87, "Output",ExpressionUUID->"f5832ce2-3707-4c85-96cf-b3fbe3200fb4", +Cell[27091, 745, 2927, 82, 85, "Output",ExpressionUUID->"f5832ce2-3707-4c85-96cf-b3fbe3200fb4", CellID->1088437347] }, Open ]], Cell[CellGroupData[{ -Cell[29984, 826, 158, 3, 70, "Input",ExpressionUUID->"dbfe37ac-6b2f-472d-9b24-a939e2c0cdd2", +Cell[30055, 832, 158, 3, 70, "Input",ExpressionUUID->"dbfe37ac-6b2f-472d-9b24-a939e2c0cdd2", CellID->1113121052], -Cell[30145, 831, 1477, 40, 132, "Output",ExpressionUUID->"ea1d2903-9c2d-4270-9aa7-78ba26257aa2", +Cell[30216, 837, 1477, 40, 125, "Output",ExpressionUUID->"ea1d2903-9c2d-4270-9aa7-78ba26257aa2", CellID->1170082455] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31935, 886, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"b576b412-1938-4ab7-9c2e-8315af8d8325"], +Cell[37441, 1036, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1c2e3562-1df3-463e-9a24-bac845c6fe42"], +Cell[38114, 1056, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e2f40d0e-b1b2-42aa-be79-0a1979df7a14"], +Cell[39150, 1084, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"bab7a122-c46f-41cc-b757-9161dfb47d60"], Cell[CellGroupData[{ -Cell[31886, 882, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"883c74b8-756a-49c0-a0ec-64e86e36e3be"], -Cell[37392, 1032, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3944ca2b-2632-46a1-853b-70e739d9dc4b"] -}, Open ]], -Cell[38077, 1053, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"337cc45d-e860-4d0c-917c-454dbf1275b7"], -Cell[39113, 1081, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"e0ea6509-74a4-4489-b2c8-dcfd3080f790"], -Cell[CellGroupData[{ -Cell[41365, 1148, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5bded8ce-e42a-40ed-8b63-43a35edf43ac", +Cell[41402, 1151, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5bded8ce-e42a-40ed-8b63-43a35edf43ac", CellID->2135167160], -Cell[41506, 1151, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"67e2a766-cb6a-46c8-9aa6-704eddceecf9", +Cell[41543, 1154, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"67e2a766-cb6a-46c8-9aa6-704eddceecf9", CellID->1194386356], -Cell[41728, 1157, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ec2c7719-6bd3-431d-b079-ea86f45b9a49", +Cell[41765, 1160, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ec2c7719-6bd3-431d-b079-ea86f45b9a49", CellID->1641706272], -Cell[41943, 1162, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"04f8f7c9-0266-4717-ac8d-aed52af4929c", +Cell[41980, 1165, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"04f8f7c9-0266-4717-ac8d-aed52af4929c", CellID->399251956], -Cell[42172, 1168, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5f855da1-adbb-4234-9e8e-995d881736fa", +Cell[42209, 1171, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5f855da1-adbb-4234-9e8e-995d881736fa", CellID->821434655] }, Open ]], -Cell[42409, 1174, 78, 0, 70, "FooterCell",ExpressionUUID->"5e58fbae-fbee-4466-9042-fd30fb99835c"] +Cell[42446, 1177, 78, 0, 70, "FooterCell",ExpressionUUID->"566dea81-287a-442b-a042-e3c34233c3a5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ImputationToMatrix.nb b/Documentation/English/ReferencePages/Symbols/ImputationToMatrix.nb index c5ae614..3241aa9 100644 --- a/Documentation/English/ReferencePages/Symbols/ImputationToMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/ImputationToMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54789, 1455] -NotebookOptionsPosition[ 46093, 1285] -NotebookOutlinePosition[ 48379, 1341] -CellTagsIndexPosition[ 48293, 1336] +NotebookDataLength[ 54811, 1456] +NotebookOptionsPosition[ 46132, 1288] +NotebookOutlinePosition[ 48434, 1344] +CellTagsIndexPosition[ 48348, 1339] WindowTitle->ImputationToMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cc313f55-0019-4285-894a-f49b3e0811f3"], + "e0a55916-3def-4283-ae8c-1a9feef5770e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "989a1861-ece6-46f0-98b6-42c0f2b22d31"], + "ea916b08-1349-4b1e-beff-31774d7c3b7f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42f379a7-9901-42eb-b483-eb411d0c27ed"] - }],ExpressionUUID->"403483b6-3173-4860-901d-65aaba717a5f"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "07da29e5-ffd0-4341-98ee-6fac3aa93ac0"] + }],ExpressionUUID->"22d9a6b7-6762-418c-a144-7576e106394a"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3e1ab610-fbf2-4630-9b71-ee9838c6d667"], + "9a055ee4-cab7-430b-9bae-78b9e58098da"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a965f33f-e711-43b6-9dd8-ac7080778b47"] - }],ExpressionUUID->"297efb19-1b97-4b69-96af-aef48348f5a2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fc0cc081-400a-4a22-aaa9-71b58de9d7e0"] + }],ExpressionUUID->"7c3f3ac8-5fa3-4864-aa38-25cac9ee8aaa"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f58dba5c-5147-4c32-8a9d-2d706f2d34b9"], + "33f73ff1-1cee-4008-9535-c3f2b1574fa1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e2434af3-f712-4c14-bd97-db27777cbb97"] - }],ExpressionUUID->"e119b987-2d65-46e5-9274-d350695b6251"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "83a0e5cf-dc10-4921-8ddc-b1503c7b042b"] + }],ExpressionUUID->"ddf201f2-e84b-4164-b77a-684642ef9bd9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7a6082a2-37f6-49d4-a119-8bbbd0619e62"], + "0d269134-1fb9-4e53-839e-3785ad8d0107"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f2dec3f9-bd7a-46ce-9bfa-ee7605d5a96d"] - }],ExpressionUUID->"8d3a9bdd-9b4c-45f2-9c1d-2746190d48f0"], - StripOnInput->False], {"\<\"TUG/ref/ImputationToMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ImputationToMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d1f2a4d3-aa73-4529-8e99-0262b3d8ad73"] + }],ExpressionUUID->"190863c0-3d3c-49eb-8c3f-10e3803d7696"], + StripOnInput->False],{ + "\"TUG/ref/ImputationToMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ImputationToMatrix"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ImputationToMatrix.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$92395], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ImputationToMatrix" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$100297], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ImputationToMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0f5abc45-16bc-4ab2-833e-edfcd016f4c9"] + "7b419b8f-f2af-42cf-a56f-d6e29d8d0eb1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2f2069e5-d088-434e-88f3-da940e06462b"]} + "e264436a-27c6-41f8-afe1-435371f32839"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a1eae458-e71d-4748-85aa-a645540168a9"], + CellID->1,ExpressionUUID->"4386247f-dd2c-4230-8e80-9cf002dc33af"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"dfc6f5bd-1c12-4919-8850-9ce1f4868504"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b5902eac-66b1-4617-aaad-99a7a8ec7bbf"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ImputationToMatrix", "ObjectName",ExpressionUUID-> - "1ee9de23-734e-437c-a4e3-43b95fad5ae3"], + "9d4738c9-8d50-4c1e-b759-1816a68b4240"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0640ab02-8e71-457d-9f4e-b4962a20cfb5"], + "Spacer1"]],ExpressionUUID->"4b73e7db-5e16-41d0-be93-1d6c927b43f2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "29074b08-4772-4d4b-b09e-392dd84ce7bf"] - }],ExpressionUUID->"8730cc89-5cc1-447b-966e-b2804bcecc0e"], Cell[BoxData[ + "b8d5dc2f-3864-45d3-891e-1ea598898367"] + }],ExpressionUUID->"0d601e16-8ac1-4695-aeca-59a3c533fb6b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9296deac-020a-4120-a406-51a11c5fd4b2"]} + "4b8e781b-0a2d-441c-b10e-4a7db9176324"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3400f774-a204-4914-8463-624701902ba2"], + CacheGraphics->False,ExpressionUUID->"f719ae0e-5ad7-4250-9ca3-695d9506fd49"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ positive semi-definite matrix Q, all sub-matrices, and determinants. The \ payoff is transformed into a set of best/most effective coalitions. For \ details see Meinhardt (2013)." - }],ExpressionUUID->"0940c851-ff90-4767-8160-2372ac0ea48f"]} + }],ExpressionUUID->"7fd1af31-2f26-4a72-9f3c-70df9cfc59fe"]} }]], "Usage", CellID->1414292037,ExpressionUUID->"8aaf8c59-b306-470d-9c1f-d68a814d4b8e"] }, Open ]], @@ -274,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"08146e02-7695-4085-b5cf-d86b1caff2eb"], + ExpressionUUID->"961ba788-ab41-4b65-855e-45d329149b0a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"30288970-c878-408d-a60b-71ed8474cf03"], + "Spacer1"]],ExpressionUUID->"790ce348-1a6e-43c9-b08f-bc3ee1b8ee1d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ce47cbd5-63c9-41b8-9e1b-ce5320d78285"], + }], "NotesFrameText",ExpressionUUID->"d9718eb9-71e4-411b-bdd0-8abfa42862c4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ca8e2523-a620-4b7b-8d2f-f6677aa19fb8"]], \ + "Preemptive"]],ExpressionUUID->"1fe2ac9d-6fe6-4ce1-b9fa-b928ecc87b58"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->994312699,ExpressionUUID->"ba97ffb1-f71c-46f1-8b3f-e9bec12d8443"], + CellID->1374575773,ExpressionUUID->"0b9c2cf2-e8bd-4a99-91a5-922aa0f609eb"], Cell[TextData[{ "The input expression ", @@ -397,19 +403,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"32b3b2d4-eb23-44a4-8379-aad5f12a2d2e"], + ExpressionUUID->"9240a203-e2ab-4229-903a-e87aaa73a565"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aaa56d99-3e91-4294-b030-fab5fe135bc2"], + "Spacer1"]],ExpressionUUID->"3a147971-a0b6-4ff0-959d-f59a40906079"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7cc4d1e6-40ac-4371-92a2-bfacdc7a696f"] + "b0d5e13d-52cd-4c79-8fa9-3d9a1f8a5967"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2141269985,ExpressionUUID->"ed348564-6ad7-4322-a357-7639687d7687"], + CellID->515675939,ExpressionUUID->"8745e13c-60c7-4c34-a4a0-019122d2c29d"], Cell[CellGroupData[{ @@ -438,18 +444,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"927fedfd-a7f9-49c9-bb6e-010ddcb108ab"], + ExpressionUUID->"45d23022-da8b-4b53-949a-5c1253d80a17"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb2eb630-917f-4554-a7ef-7779402e14bf"], + "Spacer1"]],ExpressionUUID->"1dfef41d-7d97-41ae-85cd-9b46fa904d46"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3bd9a184-eff1-43a2-9d3e-9caabe99a378"] + "60515b02-e7d7-41f8-a4ad-54e8f7e0f0bd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->916714848,ExpressionUUID->"81ce28a6-38dd-4c3e-959b-33c40f436435"], + CellID->931407893,ExpressionUUID->"ac45414d-a79b-4048-baad-1a5bfad4727f"], Cell["Loading the package:", "ExampleText", CellID->372486023,ExpressionUUID->"b91b2087-2374-4163-b56d-0a31bed75445"], @@ -987,8 +993,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1136,15 +1140,15 @@ Cell[BoxData[GridBox[{ "5be70d57-3261-4ed6-9ecf-3c2a8fc51d18"] }], "SeeAlso",ExpressionUUID->"4ed7c61e-1f88-4122-9577-e344e66b0661"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"73ee92cf-1a45-496d-93f5-\ -70bd370b9b80"], + }]], "SeeAlsoSection",ExpressionUUID->"a1a9a0db-00c6-4f12-aab0-\ +2d99c4f086c5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1156,9 +1160,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"34ad72ec-7ed9-4d5d-b5bd-bdcd055d0198"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"841330fa-b15f-4377-84a5-\ -c6dedb7a1508"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bb4e5b4c-0a62-4e42-9214-\ +bbe492c5d05d"], Cell[BoxData[GridBox[{ { @@ -1175,7 +1178,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "02235a74-d489-4a78-839e-6455663d4b4f"]}]}, + "36a30e4d-e83d-44d7-a262-ef46695115cf"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1183,10 +1186,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "eb5bc71e-2f3c-4314-ac3b-d3f640fe9249"]}]} + "36deaf07-5525-459a-8fdd-91f40ce56865"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a3f573a6-7e20-47ca-bb08-\ -8b4502740829"], + }]], "MoreAboutSection",ExpressionUUID->"7aac3443-8135-498e-880a-\ +750dad1248cd"], Cell[BoxData[GridBox[{ { @@ -1213,7 +1216,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "acd5d996-d41f-43cc-a3b7-82e1f20beafe"]], "RelatedLinks", + "1a76603e-727a-4ef3-870a-fb981820fb65"]], "RelatedLinks", ExpressionUUID->"f38ba76e-b743-4425-996c-f55617e8f8e8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1230,7 +1233,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e820c456-87f1-4f0f-97ba-e08042a32eb6"]], "RelatedLinks", + "9e9d43bc-5245-42b9-8d32-8207fe0ae8b0"]], "RelatedLinks", ExpressionUUID->"e9de6ff5-1fe0-4b3d-afb5-059e12caca7e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1247,11 +1250,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalToMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "55ac83cd-e990-4156-9c3a-c0f97382f354"]], "RelatedLinks", + "db515204-c959-4b9f-b9f4-9dbf19aaad0e"]], "RelatedLinks", ExpressionUUID->"fecd8d29-a06d-4b24-96a2-798ae08e4fcd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"baa443b8-2a8e-42cf-b7e1-\ -845624a61c34"], + }]], "RelatedLinksSection",ExpressionUUID->"a863f606-76cb-4f96-976b-\ +a9c3f6928284"], Cell[CellGroupData[{ @@ -1281,11 +1284,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"021c720e-efa7-4ef2-9acb-94e4098be578"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7949a7fb-fbe1-4893-930c-e79c60601307"] +Cell[" ", "FooterCell",ExpressionUUID->"875973a8-410d-42e6-b232-c068f1bc3697"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ImputationToMatrix", TaggingRules->{ @@ -1296,7 +1299,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 32.121051}", + "built" -> "{2024, 6, 3, 16, 53, 4.695818}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1306,10 +1309,10 @@ equivalence classes a positive semi-definite matrix Q, all sub-matrices, and \ determinants. The payoff is transformed into a set of best/most effective \ coalitions. For details see Meinhardt (2013).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ImputationToMatrix", "titlemodifier" -> "", - "windowtitle" -> "ImputationToMatrix", "type" -> "Symbol", "uri" -> - "TUG/ref/ImputationToMatrix"}}, + "metadescription" -> "", "windowtitle" -> "ImputationToMatrix", "type" -> + "Symbol", "uri" -> "TUG/ref/ImputationToMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1318,9 +1321,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ee20bc61-6e8b-41dc-b42f-826f4c2375f3" +ExpressionUUID->"ee19e644-c04d-42b9-bf78-dad94d6c0cdf" ] (* End of Notebook Content *) @@ -1328,135 +1331,133 @@ ExpressionUUID->"ee20bc61-6e8b-41dc-b42f-826f4c2375f3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14513, 374, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed348564-6ad7-4322-a357-7639687d7687", + Cell[14587, 380, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8745e13c-60c7-4c34-a4a0-019122d2c29d", CellTags->"PrimaryExamplesSection", - CellID->2141269985]} + CellID->515675939]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 48092, 1329} + {"PrimaryExamplesSection", 48148, 1332} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7154, 168, 56, "AnchorBarGrid",ExpressionUUID->"a1eae458-e71d-4748-85aa-a645540168a9", +Cell[590, 21, 7227, 174, 57, "AnchorBarGrid",ExpressionUUID->"4386247f-dd2c-4230-8e80-9cf002dc33af", CellID->1], -Cell[7747, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"dfc6f5bd-1c12-4919-8850-9ce1f4868504"], +Cell[7820, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b5902eac-66b1-4617-aaad-99a7a8ec7bbf"], Cell[CellGroupData[{ -Cell[7858, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"3400f774-a204-4914-8463-624701902ba2"], -Cell[9153, 232, 688, 13, 133, "Usage",ExpressionUUID->"8aaf8c59-b306-470d-9c1f-d68a814d4b8e", +Cell[7931, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"f719ae0e-5ad7-4250-9ca3-695d9506fd49"], +Cell[9226, 238, 688, 13, 132, "Usage",ExpressionUUID->"8aaf8c59-b306-470d-9c1f-d68a814d4b8e", CellID->1414292037] }, Open ]], Cell[CellGroupData[{ -Cell[9878, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"ba97ffb1-f71c-46f1-8b3f-e9bec12d8443", +Cell[9951, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"0b9c2cf2-e8bd-4a99-91a5-922aa0f609eb", CellGroupingRules->{"SectionGrouping", 50}, - CellID->994312699], -Cell[11775, 299, 782, 20, 57, "]]",ExpressionUUID->"867639cc-8032-428c-b058-666292d98396", + CellID->1374575773], +Cell[11849, 305, 782, 20, 57, "]]",ExpressionUUID->"867639cc-8032-428c-b058-666292d98396", CellID->313448337], -Cell[12560, 321, 489, 12, 37, "Notes",ExpressionUUID->"8981d7e9-de42-4ad2-b9ea-3ace1f1facbc", +Cell[12634, 327, 489, 12, 38, "Notes",ExpressionUUID->"8981d7e9-de42-4ad2-b9ea-3ace1f1facbc", CellID->177724765], -Cell[13052, 335, 301, 5, 57, "Notes",ExpressionUUID->"535aef65-5360-42a0-8704-9ff2b8282417", +Cell[13126, 341, 301, 5, 57, "Notes",ExpressionUUID->"535aef65-5360-42a0-8704-9ff2b8282417", CellID->826203205], -Cell[13356, 342, 172, 3, 36, "Notes",ExpressionUUID->"ceff2eec-f21d-4927-b413-66d2584fc2ff", +Cell[13430, 348, 172, 3, 36, "Notes",ExpressionUUID->"ceff2eec-f21d-4927-b413-66d2584fc2ff", CellID->1402659438], -Cell[13531, 347, 373, 8, 57, "Notes",ExpressionUUID->"8deadc61-b80c-4d6d-b309-5612100f213c", +Cell[13605, 353, 373, 8, 57, "Notes",ExpressionUUID->"8deadc61-b80c-4d6d-b309-5612100f213c", CellID->1244046305], -Cell[13907, 357, 346, 8, 37, "Notes",ExpressionUUID->"46063c09-ec15-405a-a0da-cd7daf4b0381", +Cell[13981, 363, 346, 8, 38, "Notes",ExpressionUUID->"46063c09-ec15-405a-a0da-cd7daf4b0381", CellID->2022797291], -Cell[14256, 367, 130, 1, 36, "Notes",ExpressionUUID->"62ff2119-fa7c-4c75-ae78-5dd020796af3", +Cell[14330, 373, 130, 1, 36, "Notes",ExpressionUUID->"62ff2119-fa7c-4c75-ae78-5dd020796af3", CellID->1649272523] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14513, 374, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed348564-6ad7-4322-a357-7639687d7687", +Cell[14587, 380, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8745e13c-60c7-4c34-a4a0-019122d2c29d", CellTags->"PrimaryExamplesSection", - CellID->2141269985], + CellID->515675939], Cell[CellGroupData[{ -Cell[15959, 415, 1398, 36, 30, "ExampleSection",ExpressionUUID->"81ce28a6-38dd-4c3e-959b-33c40f436435", - CellID->916714848], -Cell[17360, 453, 118, 1, 38, "ExampleText",ExpressionUUID->"b91b2087-2374-4163-b56d-0a31bed75445", +Cell[16032, 421, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ac45414d-a79b-4048-baad-1a5bfad4727f", + CellID->931407893], +Cell[17433, 459, 118, 1, 39, "ExampleText",ExpressionUUID->"b91b2087-2374-4163-b56d-0a31bed75445", CellID->372486023], Cell[CellGroupData[{ -Cell[17503, 458, 167, 3, 27, "Input",ExpressionUUID->"761bd07e-8007-42cf-91c6-466a9d66169b", +Cell[17576, 464, 167, 3, 27, "Input",ExpressionUUID->"761bd07e-8007-42cf-91c6-466a9d66169b", CellID->519660944], Cell[CellGroupData[{ -Cell[17695, 465, 237, 4, 23, "Print",ExpressionUUID->"6e9387dd-ec68-4816-a5ab-7be0aa4efbbe", +Cell[17768, 471, 237, 4, 23, "Print",ExpressionUUID->"6e9387dd-ec68-4816-a5ab-7be0aa4efbbe", CellID->1551457199], -Cell[17935, 471, 366, 8, 23, "Print",ExpressionUUID->"886dfd1f-e029-4419-989e-550f89dc9caf", +Cell[18008, 477, 366, 8, 23, "Print",ExpressionUUID->"886dfd1f-e029-4419-989e-550f89dc9caf", CellID->1890830582], -Cell[18304, 481, 236, 4, 23, "Print",ExpressionUUID->"e949bb8e-ec91-49c2-b1f0-5316b1893672", +Cell[18377, 487, 236, 4, 23, "Print",ExpressionUUID->"e949bb8e-ec91-49c2-b1f0-5316b1893672", CellID->147443801], -Cell[18543, 487, 220, 3, 23, "Print",ExpressionUUID->"2ada6060-0cc5-4fbe-96ee-6d22d9857932", +Cell[18616, 493, 220, 3, 23, "Print",ExpressionUUID->"2ada6060-0cc5-4fbe-96ee-6d22d9857932", CellID->907526003], -Cell[18766, 492, 208, 3, 70, "Print",ExpressionUUID->"5c79ac67-67b6-4513-b1b2-a84881ccb1ef", +Cell[18839, 498, 208, 3, 70, "Print",ExpressionUUID->"5c79ac67-67b6-4513-b1b2-a84881ccb1ef", CellID->1574663935], -Cell[18977, 497, 238, 4, 70, "Print",ExpressionUUID->"3bcc9332-e315-42e8-9da9-6a97cd3c0628", +Cell[19050, 503, 238, 4, 70, "Print",ExpressionUUID->"3bcc9332-e315-42e8-9da9-6a97cd3c0628", CellID->1823434256], -Cell[19218, 503, 221, 3, 70, "Print",ExpressionUUID->"56518ade-508b-4b24-8e74-2afd3f5860d3", +Cell[19291, 509, 221, 3, 70, "Print",ExpressionUUID->"56518ade-508b-4b24-8e74-2afd3f5860d3", CellID->1722327074], -Cell[19442, 508, 237, 4, 70, "Print",ExpressionUUID->"7bac085e-c669-44da-9457-6fdd4a0af1b9", +Cell[19515, 514, 237, 4, 70, "Print",ExpressionUUID->"7bac085e-c669-44da-9457-6fdd4a0af1b9", CellID->1085130836], -Cell[19682, 514, 237, 4, 70, "Print",ExpressionUUID->"5d5501d5-e39c-4cd2-b8d2-6674960efe98", +Cell[19755, 520, 237, 4, 70, "Print",ExpressionUUID->"5d5501d5-e39c-4cd2-b8d2-6674960efe98", CellID->1248885315], -Cell[19922, 520, 206, 3, 70, "Print",ExpressionUUID->"3231cbfc-16ed-4b24-aafa-1772c62cab3b", +Cell[19995, 526, 206, 3, 70, "Print",ExpressionUUID->"3231cbfc-16ed-4b24-aafa-1772c62cab3b", CellID->73533144], -Cell[20131, 525, 235, 4, 70, "Print",ExpressionUUID->"dc02c81b-ec62-4000-9daa-c3b616c453cd", +Cell[20204, 531, 235, 4, 70, "Print",ExpressionUUID->"dc02c81b-ec62-4000-9daa-c3b616c453cd", CellID->50261318] }, Open ]] }, Open ]], -Cell[20393, 533, 137, 1, 70, "ExampleText",ExpressionUUID->"5ed23332-0379-4f67-9871-8fd753f20879", +Cell[20466, 539, 137, 1, 70, "ExampleText",ExpressionUUID->"5ed23332-0379-4f67-9871-8fd753f20879", CellID->2025374143], -Cell[20533, 536, 233, 6, 70, "Input",ExpressionUUID->"f23f38d1-f033-4a2b-a5dc-7c88f1cadd2f", +Cell[20606, 542, 233, 6, 70, "Input",ExpressionUUID->"f23f38d1-f033-4a2b-a5dc-7c88f1cadd2f", CellID->72083316], -Cell[20769, 544, 380, 9, 70, "Input",ExpressionUUID->"7764dfd0-4e58-4471-85ab-accad4acf936", +Cell[20842, 550, 380, 9, 70, "Input",ExpressionUUID->"7764dfd0-4e58-4471-85ab-accad4acf936", CellID->187194962], -Cell[21152, 555, 238, 6, 70, "Input",ExpressionUUID->"b600b8f6-dad5-434b-971b-31aa8bca69dc", +Cell[21225, 561, 238, 6, 70, "Input",ExpressionUUID->"b600b8f6-dad5-434b-971b-31aa8bca69dc", CellID->2091649005], -Cell[21393, 563, 191, 4, 70, "ExampleText",ExpressionUUID->"4b039c26-b3d8-4cc8-a175-51f72d7031db", +Cell[21466, 569, 191, 4, 70, "ExampleText",ExpressionUUID->"4b039c26-b3d8-4cc8-a175-51f72d7031db", CellID->1850763619], Cell[CellGroupData[{ -Cell[21609, 571, 175, 3, 70, "Input",ExpressionUUID->"b9845a34-a16a-4c28-8b1d-547caeaa749a", +Cell[21682, 577, 175, 3, 70, "Input",ExpressionUUID->"b9845a34-a16a-4c28-8b1d-547caeaa749a", CellID->761380708], -Cell[21787, 576, 174, 4, 36, "Output",ExpressionUUID->"fd678377-dc70-43de-8f13-5737180e3a07", +Cell[21860, 582, 174, 4, 36, "Output",ExpressionUUID->"fd678377-dc70-43de-8f13-5737180e3a07", CellID->1776692967] }, Open ]], -Cell[21976, 583, 139, 1, 70, "ExampleText",ExpressionUUID->"0e2d3ed7-20e0-4cd0-b3d0-a9d66dbe46dc", +Cell[22049, 589, 139, 1, 70, "ExampleText",ExpressionUUID->"0e2d3ed7-20e0-4cd0-b3d0-a9d66dbe46dc", CellID->2080016405], Cell[CellGroupData[{ -Cell[22140, 588, 190, 4, 70, "Input",ExpressionUUID->"30f37d97-de02-42ca-ab0e-a1369dfeb1b5", +Cell[22213, 594, 190, 4, 70, "Input",ExpressionUUID->"30f37d97-de02-42ca-ab0e-a1369dfeb1b5", CellID->529483176], -Cell[22333, 594, 268, 7, 51, "Output",ExpressionUUID->"d13ea0c0-d347-4326-b047-ae6b461259cd", +Cell[22406, 600, 268, 7, 50, "Output",ExpressionUUID->"d13ea0c0-d347-4326-b047-ae6b461259cd", CellID->88811389] }, Open ]], -Cell[22616, 604, 205, 4, 70, "ExampleText",ExpressionUUID->"51f0ba00-5c18-4383-8b34-1a216999fb0a", +Cell[22689, 610, 205, 4, 70, "ExampleText",ExpressionUUID->"51f0ba00-5c18-4383-8b34-1a216999fb0a", CellID->111324259], Cell[CellGroupData[{ -Cell[22846, 612, 226, 5, 70, "Input",ExpressionUUID->"f0949232-8283-445a-ae38-d0df27a4d653", +Cell[22919, 618, 226, 5, 70, "Input",ExpressionUUID->"f0949232-8283-445a-ae38-d0df27a4d653", CellID->1335192195], -Cell[23075, 619, 12139, 361, 359, "Output",ExpressionUUID->"f48e6beb-75d2-408a-8a83-e77b9a5d3c86", +Cell[23148, 625, 12139, 361, 342, "Output",ExpressionUUID->"f48e6beb-75d2-408a-8a83-e77b9a5d3c86", CellID->984847991] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[35529, 995, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a1a9a0db-00c6-4f12-aab0-2d99c4f086c5"], +Cell[41035, 1145, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bb4e5b4c-0a62-4e42-9214-bbe492c5d05d"], +Cell[41708, 1165, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7aac3443-8135-498e-880a-750dad1248cd"], +Cell[42744, 1193, 2237, 63, 70, "RelatedLinksSection",ExpressionUUID->"a863f606-76cb-4f96-976b-a9c3f6928284"], Cell[CellGroupData[{ -Cell[35478, 991, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"73ee92cf-1a45-496d-93f5-70bd370b9b80"], -Cell[40984, 1141, 670, 18, 70, "TechNotesSection",ExpressionUUID->"841330fa-b15f-4377-84a5-c6dedb7a1508"] -}, Open ]], -Cell[41669, 1162, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a3f573a6-7e20-47ca-bb08-8b4502740829"], -Cell[42705, 1190, 2237, 63, 70, "RelatedLinksSection",ExpressionUUID->"baa443b8-2a8e-42cf-b7e1-845624a61c34"], -Cell[CellGroupData[{ -Cell[44967, 1257, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c3f9e7a4-f0e3-4213-b594-faefb35149d8", +Cell[45006, 1260, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c3f9e7a4-f0e3-4213-b594-faefb35149d8", CellID->2135167160], -Cell[45108, 1260, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1d3d320-68e4-4395-9e0c-2312c35509ab", +Cell[45147, 1263, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1d3d320-68e4-4395-9e0c-2312c35509ab", CellID->1194386356], -Cell[45330, 1266, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"22dd3bb3-6aed-4792-aea1-ebb58cbbed4f", +Cell[45369, 1269, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"22dd3bb3-6aed-4792-aea1-ebb58cbbed4f", CellID->1641706272], -Cell[45545, 1271, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d09ddee7-1097-4a72-8bb6-9d5ed2c7b0a9", +Cell[45584, 1274, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d09ddee7-1097-4a72-8bb6-9d5ed2c7b0a9", CellID->399251956], -Cell[45774, 1277, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"021c720e-efa7-4ef2-9acb-94e4098be578", +Cell[45813, 1280, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"021c720e-efa7-4ef2-9acb-94e4098be578", CellID->821434655] }, Open ]], -Cell[46011, 1283, 78, 0, 70, "FooterCell",ExpressionUUID->"7949a7fb-fbe1-4893-930c-e79c60601307"] +Cell[46050, 1286, 78, 0, 70, "FooterCell",ExpressionUUID->"875973a8-410d-42e6-b232-c068f1bc3697"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ImputationToVec.nb b/Documentation/English/ReferencePages/Symbols/ImputationToVec.nb index 1ee1a47..0bda62c 100644 --- a/Documentation/English/ReferencePages/Symbols/ImputationToVec.nb +++ b/Documentation/English/ReferencePages/Symbols/ImputationToVec.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54394, 1425] -NotebookOptionsPosition[ 43369, 1210] -NotebookOutlinePosition[ 45858, 1269] -CellTagsIndexPosition[ 45772, 1264] +NotebookDataLength[ 54413, 1425] +NotebookOptionsPosition[ 43397, 1212] +NotebookOutlinePosition[ 45905, 1271] +CellTagsIndexPosition[ 45819, 1266] WindowTitle->ImputationToVec WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "021ca979-2faa-44cb-bdfe-3feb943f6d7b"], + "ffb66886-4f9e-45d3-aaf1-a15272493c58"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d8eeeb59-7669-466a-a136-a384e6bd33df"], + "70f847c5-9002-4008-9e62-f19a9dcf22b1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c1d80a01-d37a-44e8-96c8-8906f2a6e503"] - }],ExpressionUUID->"d8eef85f-e475-42a2-b647-b601978c4b20"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "7f8641d0-5551-4282-ae08-0ebe1db81711"] + }],ExpressionUUID->"353abdc9-1e5f-48f0-9c46-2913007f166e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b1379b1-be8e-4e9d-b3db-4bea619b811c"], + "73069768-335b-447c-a16e-67462b3a92b2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9572907d-1926-4929-aabe-10f619ecfcab"] - }],ExpressionUUID->"d5c96b39-0c81-4a51-9fd5-34065dc20205"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5ff29b1e-deaa-4302-b376-a2a92c08144a"] + }],ExpressionUUID->"7d44a854-8eea-4013-b7fa-d9b10985b2ce"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "be2aa8c9-56b4-4f7b-9f31-69b6256cbd05"], + "e969d0e6-79ec-46da-893f-8fa06515f197"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6bba5927-8c64-4412-9803-eadd1752136f"] - }],ExpressionUUID->"bdb23ad7-46fd-4d5e-b2b8-ca64e27e218e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "723718c8-0126-4bea-ad32-3a741d2ab818"] + }],ExpressionUUID->"e04f1afe-c3b9-49de-9d0b-b528af8ef74d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "85a7efc7-8bd6-4410-a28d-8b9e967b3e81"], + "c5f0fb12-8069-409e-af4b-41ec7235ea35"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b880b566-e7f0-4301-b8ee-28099ffebfcd"] - }],ExpressionUUID->"3a6a8c4c-f45c-4979-a2cd-b53827599f99"], - StripOnInput->False], {"\<\"TUG/ref/ImputationToVec\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ImputationToVec"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ded6e745-8ad2-42fb-ba22-55e69ea1df7b"] + }],ExpressionUUID->"d23afe98-192d-4683-a8f2-5332e1664a8f"], + StripOnInput->False],{ + "\"TUG/ref/ImputationToVec\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ImputationToVec"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ImputationToVec.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$93035], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ImputationToVec" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$100971], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ImputationToVec" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "73739529-6b28-472e-a276-eb6a111b6078"] + "76b7fce2-75ce-4eb6-8578-e99c09643928"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a4c350ae-7603-4736-ae33-d049a0ba3f1c"]} + "1e22adf4-b576-42a6-a663-6dbeb4422580"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4ec7bf8b-c448-4ed6-ba89-12cfd32d7251"], + CellID->1,ExpressionUUID->"9cb81cc0-1af1-41ae-9bd7-d07596e5e85b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"18cb2770-0fb0-4b14-a22a-9c06f9e2bb92"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"71bee223-9ff3-4a93-ba21-5063b4711b5d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ImputationToVec", "ObjectName",ExpressionUUID-> - "4b5f3788-5e70-4690-b511-9d2d07013670"], + "0f89f167-fb20-4e3d-a30a-b98b19ae347a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"36e4113a-e437-4691-9373-261b44638992"], + "Spacer1"]],ExpressionUUID->"aa5c0828-6eb1-4736-89e3-cdcb4347576c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c0fe0446-02be-488a-8683-bb5ebda4f196"] - }],ExpressionUUID->"feaa3ba2-6a13-4009-8526-516f416347a8"], Cell[BoxData[ + "50c0fe0f-c0ea-45e3-b4c5-46aa6baaaefa"] + }],ExpressionUUID->"d930b17a-4a90-4a4f-a409-42661f22efec"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9409b9eb-214a-4ef5-8cbd-aad04cbdc2a7"]} + "b910a2c3-19ce-4d10-a65a-4d91b60f0957"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"28c96260-0229-4764-9945-262129dc5bfb"], + CacheGraphics->False,ExpressionUUID->"3d504b69-464b-458e-89f2-6018c45aa505"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ bargaining pair i,j at a proposal ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"2446bf6b-b792-4e24-9c6e-4058efedb269"]}, + }],ExpressionUUID->"a235fc81-0268-443a-9c37-d94edde2f7cd"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ImputationToVec", "[", @@ -263,7 +268,7 @@ balanced, we must invoke the option ", FontSlant->"Italic"], ", then the first vector must be positive, since it is related to the \ grand coalition." - }],ExpressionUUID->"fd0dab2b-dd76-4caa-b9f9-a7a771dd8232"]} + }],ExpressionUUID->"c406aa2c-2847-4377-906d-c0dacd045c96"]} }]], "Usage", CellID->1628555978,ExpressionUUID->"e55782dd-34a8-4831-a275-f8980c898a0a"] }, Open ]], @@ -296,12 +301,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3642f809-1ec9-4744-a984-a896f8be774e"], + ExpressionUUID->"26c7b0ef-403a-455a-85f0-183bd57f5b89"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ac61017d-6f0b-4361-bb3a-255a8b7d0528"], + "Spacer1"]],ExpressionUUID->"244f2bfc-a9aa-4fa9-af60-a13f8c75c069"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"75c7ae86-6bc5-412c-a3ec-f2b971b233d6"], + }], "NotesFrameText",ExpressionUUID->"b8e68c26-0e91-4eed-80f5-a1655d3d035b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -312,12 +317,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9fec7546-d09c-43de-a380-05617028b648"]], \ + "Preemptive"]],ExpressionUUID->"eebeb7e9-b5c5-47c5-900a-e48dd5e279c8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->90531461,ExpressionUUID->"4bc11de2-7c85-43cc-90c9-fc32ba82558a"], + CellID->2127440221,ExpressionUUID->"63ffc3eb-4067-449e-86b7-d21eed111d04"], Cell[TextData[{ "The input expression ", @@ -384,7 +389,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f577d413-4f8a-433b-9ff2-abdd4dfb2d35"], + "f1a2be4b-7163-425f-8592-f197319952d0"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -406,7 +411,7 @@ do not return the complete list of results of best coalitions.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fd6dd3df-6754-4e78-9e97-0caafa951344"], + "bb752927-24d7-497d-b09d-eb2248746322"], TemplateBox[{ Cell[ TextData["EffVector"]], "paclet:TUG/ref/EffVector", @@ -428,7 +433,7 @@ do not consider the vector that represents the grand coalition.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "caa841aa-7b76-4e6f-bad5-4c92061d2b8c"], + "9f5668aa-a315-457c-97ea-f192c7483157"], TemplateBox[{ Cell[ TextData["InFavor"]], "paclet:TUG/ref/InFavor", "TUG Package Symbol"}, @@ -523,19 +528,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"012942dd-ccf6-47fc-82ad-9eeac87a3497"], + ExpressionUUID->"9ecb6786-7af1-464e-8d55-3929938e6a74"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"32fcbb75-2472-4ab1-b2e2-c4670b44b9cc"], + "Spacer1"]],ExpressionUUID->"24615f46-37fb-4684-8bdb-453e806d361f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3fdc57a5-789f-4f60-9f29-83f857eea8ff"] + "328d7788-021b-4e2a-800d-415bac84123e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->84802158,ExpressionUUID->"8db1e982-d9fb-4360-acf4-48a408f0bab3"], + CellID->2039870064,ExpressionUUID->"cc01d85c-b6cf-4d5b-9b1d-6ed2eb561376"], Cell[CellGroupData[{ @@ -564,18 +569,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ddc0e62c-77db-4d12-bb12-74c4366e7837"], + ExpressionUUID->"82cb998f-eace-48a2-bcc6-cff49064e907"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fb9edbfb-d18d-4fe0-b4b7-bee89fb974f5"], + "Spacer1"]],ExpressionUUID->"b6447fc7-5360-4a02-b028-14adb09b3f9f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "65dfa55b-f8d9-4431-994d-41a8ebf43d70"] + "a77b1681-93f0-4c10-99f7-27f6a4c88a87"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->486260321,ExpressionUUID->"eece7ff8-eb52-419f-a203-8b2bbeea449b"], + CellID->1192757607,ExpressionUUID->"f86a6550-41b2-4b5e-8e58-70989ef84d72"], Cell["Loading the package:", "ExampleText", CellID->1863772024,ExpressionUUID->"4cc20115-3fe5-4d2d-a004-d4e277930316"], @@ -912,8 +917,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1061,15 +1064,15 @@ Cell[BoxData[GridBox[{ "ddec69de-29b2-4c53-80f3-1c778ed34b16"] }], "SeeAlso",ExpressionUUID->"71ea6bd2-2297-45b5-b821-78e34556e79d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d5ebf97e-3dc0-4f95-ad09-\ -4f03a90e3bf1"], + }]], "SeeAlsoSection",ExpressionUUID->"93679199-5d8e-4fd6-b6c1-\ +4f26735f108a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1081,9 +1084,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f57abb42-35d1-4a82-a5aa-2011f3390b07"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d803725f-2d9d-4ba1-b7b0-\ -07d41ae9e6b2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e1964043-26df-4c1e-a144-\ +a178d162b461"], Cell[BoxData[GridBox[{ { @@ -1100,7 +1102,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d2257621-8202-468a-b52d-032fd0abbac2"]}]}, + "551cc47b-b835-40ce-9ba5-f0491a65f241"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1108,10 +1110,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e06306b0-27c9-4814-bd79-f7b638fe9968"]}]} + "73c3e266-66c0-4e5d-9be7-dafc2f091340"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"457d073f-3527-4bf9-8987-\ -d8a78e0b9fd8"], + }]], "MoreAboutSection",ExpressionUUID->"12e68e33-ca5d-4bea-b297-\ +a949e45ecb3f"], Cell[BoxData[GridBox[{ { @@ -1138,7 +1140,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e1636657-8d0e-44bc-8257-a714a1bf559a"]], "RelatedLinks", + "0a67fe16-02af-453f-9431-291d43de24e1"]], "RelatedLinks", ExpressionUUID->"f6cb38dd-0616-40bc-87bb-b96443310817"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1155,7 +1157,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1cc8dcac-caed-4f56-8873-379606920355"]], "RelatedLinks", + "cbd0d927-b344-4607-8614-5a6de5d86a26"]], "RelatedLinks", ExpressionUUID->"30bbe5e9-58ae-4b5b-ab7f-cfad13040f94"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1172,11 +1174,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SetsToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "471dda92-e833-4e4d-a3ab-a441d2b1f04c"]], "RelatedLinks", + "d4f93e70-b9ca-43ca-82c4-d05efdaee532"]], "RelatedLinks", ExpressionUUID->"1e10bb60-89d7-4cfc-aeb8-dea60f7d5245"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"808307dc-e203-4749-80a1-\ -78b1acbd7df1"], + }]], "RelatedLinksSection",ExpressionUUID->"0fb99f8a-6b0b-49db-ab23-\ +cc5581293d7f"], Cell[CellGroupData[{ @@ -1206,11 +1208,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"976a8a7d-a2bf-4809-a84a-ac3cb185ca53"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4dbaee9a-ada3-4f7c-aa15-70ba9f455213"] +Cell[" ", "FooterCell",ExpressionUUID->"a5b9c067-64a4-4b72-b36b-69ba4196f89f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ImputationToVec", TaggingRules->{ @@ -1221,7 +1223,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 33.652718}", + "built" -> "{2024, 6, 3, 16, 53, 5.483169}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1233,11 +1235,11 @@ options] in order to see if the best arguments of players are balanced, we \ must invoke the option InFavor. Notice that whenever the option EffVector is \ set to True, then the first vector must be positive, since it is related to \ the grand coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ImputationToVec", "titlemodifier" -> "", "windowtitle" -> - "ImputationToVec", "type" -> "Symbol", "uri" -> + "ImputationToVec", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ImputationToVec", "type" -> "Symbol", "uri" -> "TUG/ref/ImputationToVec"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1246,9 +1248,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6809083d-f605-49ee-8a9b-67fb7fe26060" +ExpressionUUID->"3777dea9-be37-4fe2-a378-8b6af8142daf" ] (* End of Notebook Content *) @@ -1256,177 +1258,175 @@ ExpressionUUID->"6809083d-f605-49ee-8a9b-67fb7fe26060" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19001, 500, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8db1e982-d9fb-4360-acf4-48a408f0bab3", + Cell[19060, 505, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"cc01d85c-b6cf-4d5b-9b1d-6ed2eb561376", CellTags->"PrimaryExamplesSection", - CellID->84802158]} + CellID->2039870064]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 45573, 1257} + {"PrimaryExamplesSection", 45618, 1259} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7142, 168, 56, "AnchorBarGrid",ExpressionUUID->"4ec7bf8b-c448-4ed6-ba89-12cfd32d7251", +Cell[587, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"9cb81cc0-1af1-41ae-9bd7-d07596e5e85b", CellID->1], -Cell[7732, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"18cb2770-0fb0-4b14-a22a-9c06f9e2bb92"], +Cell[7789, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"71bee223-9ff3-4a93-ba21-5063b4711b5d"], Cell[CellGroupData[{ -Cell[7843, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"28c96260-0229-4764-9945-262129dc5bfb"], -Cell[9135, 232, 1442, 35, 231, "Usage",ExpressionUUID->"e55782dd-34a8-4831-a275-f8980c898a0a", +Cell[7900, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"3d504b69-464b-458e-89f2-6018c45aa505"], +Cell[9192, 237, 1442, 35, 229, "Usage",ExpressionUUID->"e55782dd-34a8-4831-a275-f8980c898a0a", CellID->1628555978] }, Open ]], Cell[CellGroupData[{ -Cell[10614, 272, 1893, 47, 37, "NotesSection",ExpressionUUID->"4bc11de2-7c85-43cc-90c9-fc32ba82558a", +Cell[10671, 277, 1895, 47, 37, "NotesSection",ExpressionUUID->"63ffc3eb-4067-449e-86b7-d21eed111d04", CellGroupingRules->{"SectionGrouping", 50}, - CellID->90531461], -Cell[12510, 321, 782, 20, 57, "]]",ExpressionUUID->"9f09351c-9e5f-4456-9ea6-43c9b6d11e2b", + CellID->2127440221], +Cell[12569, 326, 782, 20, 57, "]]",ExpressionUUID->"9f09351c-9e5f-4456-9ea6-43c9b6d11e2b", CellID->313448337], -Cell[13295, 343, 488, 12, 37, "Notes",ExpressionUUID->"ee0e5fab-2c7b-486a-9337-95e5450cd736", +Cell[13354, 348, 488, 12, 38, "Notes",ExpressionUUID->"ee0e5fab-2c7b-486a-9337-95e5450cd736", CellID->68338915], -Cell[13786, 357, 566, 10, 99, "Notes",ExpressionUUID->"339f756f-cd59-4584-95ed-00123288ff47", +Cell[13845, 362, 566, 10, 99, "Notes",ExpressionUUID->"339f756f-cd59-4584-95ed-00123288ff47", CellID->2084281944], -Cell[14355, 369, 181, 4, 36, "Notes",ExpressionUUID->"33634ff6-e08b-4e37-8771-35e762029a7f", +Cell[14414, 374, 181, 4, 36, "Notes",ExpressionUUID->"33634ff6-e08b-4e37-8771-35e762029a7f", CellID->69700191], -Cell[14539, 375, 129, 1, 36, "Notes",ExpressionUUID->"08cf9c0c-905e-4bc6-a398-1ebd7b6b9a95", +Cell[14598, 380, 129, 1, 36, "Notes",ExpressionUUID->"08cf9c0c-905e-4bc6-a398-1ebd7b6b9a95", CellID->839886951], -Cell[14671, 378, 267, 4, 49, "Notes",ExpressionUUID->"e43791e3-8119-4d53-83f6-1ef08af8534a", +Cell[14730, 383, 267, 4, 48, "Notes",ExpressionUUID->"e43791e3-8119-4d53-83f6-1ef08af8534a", CellID->13178], -Cell[14941, 384, 825, 20, 58, "3ColumnTableMod",ExpressionUUID->"abc765d3-7f1c-4a39-a131-f64181178a56", +Cell[15000, 389, 825, 20, 60, "3ColumnTableMod",ExpressionUUID->"abc765d3-7f1c-4a39-a131-f64181178a56", CellID->1389028399], -Cell[15769, 406, 810, 20, 58, "3ColumnTableMod",ExpressionUUID->"658e8f9f-02d8-4416-a7d0-f1bcdf575764", +Cell[15828, 411, 810, 20, 60, "3ColumnTableMod",ExpressionUUID->"658e8f9f-02d8-4416-a7d0-f1bcdf575764", CellID->1782664966], -Cell[16582, 428, 795, 19, 70, "3ColumnTableMod",ExpressionUUID->"9286a766-9fc5-403f-bbd0-39775b37ce8b", +Cell[16641, 433, 795, 19, 70, "3ColumnTableMod",ExpressionUUID->"9286a766-9fc5-403f-bbd0-39775b37ce8b", CellID->91127231], -Cell[17380, 449, 499, 14, 70, "Notes",ExpressionUUID->"5e9379b3-d99b-4270-887e-9e59a11890ef", +Cell[17439, 454, 499, 14, 70, "Notes",ExpressionUUID->"5e9379b3-d99b-4270-887e-9e59a11890ef", CellID->620753945], -Cell[17882, 465, 497, 14, 70, "Notes",ExpressionUUID->"0eb7a015-c49e-4103-9dea-dc52f468349a", +Cell[17941, 470, 497, 14, 70, "Notes",ExpressionUUID->"0eb7a015-c49e-4103-9dea-dc52f468349a", CellID->731], -Cell[18382, 481, 492, 13, 70, "Notes",ExpressionUUID->"66109b27-681c-4b34-87a0-bdff9068f37c", +Cell[18441, 486, 492, 13, 70, "Notes",ExpressionUUID->"66109b27-681c-4b34-87a0-bdff9068f37c", CellID->742548715] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19001, 500, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8db1e982-d9fb-4360-acf4-48a408f0bab3", +Cell[19060, 505, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"cc01d85c-b6cf-4d5b-9b1d-6ed2eb561376", CellTags->"PrimaryExamplesSection", - CellID->84802158], + CellID->2039870064], Cell[CellGroupData[{ -Cell[20445, 541, 1398, 36, 70, "ExampleSection",ExpressionUUID->"eece7ff8-eb52-419f-a203-8b2bbeea449b", - CellID->486260321], -Cell[21846, 579, 119, 1, 70, "ExampleText",ExpressionUUID->"4cc20115-3fe5-4d2d-a004-d4e277930316", +Cell[20506, 546, 1399, 36, 70, "ExampleSection",ExpressionUUID->"f86a6550-41b2-4b5e-8e58-70989ef84d72", + CellID->1192757607], +Cell[21908, 584, 119, 1, 70, "ExampleText",ExpressionUUID->"4cc20115-3fe5-4d2d-a004-d4e277930316", CellID->1863772024], Cell[CellGroupData[{ -Cell[21990, 584, 167, 3, 70, "Input",ExpressionUUID->"f07ca9f9-6460-4b0d-bb81-7dc499426534", +Cell[22052, 589, 167, 3, 70, "Input",ExpressionUUID->"f07ca9f9-6460-4b0d-bb81-7dc499426534", CellID->111048693], Cell[CellGroupData[{ -Cell[22182, 591, 237, 4, 70, "Print",ExpressionUUID->"e67bf2c4-5204-4851-8b7e-04da5065972f", +Cell[22244, 596, 237, 4, 70, "Print",ExpressionUUID->"e67bf2c4-5204-4851-8b7e-04da5065972f", CellID->2064671627], -Cell[22422, 597, 365, 8, 70, "Print",ExpressionUUID->"ebd9e48d-cee1-4c63-81d0-0928ca39839b", +Cell[22484, 602, 365, 8, 70, "Print",ExpressionUUID->"ebd9e48d-cee1-4c63-81d0-0928ca39839b", CellID->841016813], -Cell[22790, 607, 237, 4, 70, "Print",ExpressionUUID->"201a0ee5-1b00-4d9b-957c-868e37d44024", +Cell[22852, 612, 237, 4, 70, "Print",ExpressionUUID->"201a0ee5-1b00-4d9b-957c-868e37d44024", CellID->2007948467], -Cell[23030, 613, 221, 3, 70, "Print",ExpressionUUID->"d9e36f57-e6bc-45a2-acc1-91bf63c959a4", +Cell[23092, 618, 221, 3, 70, "Print",ExpressionUUID->"d9e36f57-e6bc-45a2-acc1-91bf63c959a4", CellID->2060899489], -Cell[23254, 618, 207, 3, 70, "Print",ExpressionUUID->"8eb6a14c-ecc6-4c22-8b9f-73c999e1de14", +Cell[23316, 623, 207, 3, 70, "Print",ExpressionUUID->"8eb6a14c-ecc6-4c22-8b9f-73c999e1de14", CellID->626725311], -Cell[23464, 623, 238, 4, 70, "Print",ExpressionUUID->"14d51c63-7abd-42db-b8e5-7d7971324b68", +Cell[23526, 628, 238, 4, 70, "Print",ExpressionUUID->"14d51c63-7abd-42db-b8e5-7d7971324b68", CellID->1761380617], -Cell[23705, 629, 220, 3, 70, "Print",ExpressionUUID->"9c4f1e66-0009-418b-9f6c-b5f9eb9225c3", +Cell[23767, 634, 220, 3, 70, "Print",ExpressionUUID->"9c4f1e66-0009-418b-9f6c-b5f9eb9225c3", CellID->565662203], -Cell[23928, 634, 237, 4, 70, "Print",ExpressionUUID->"ace7b674-f1f8-41b9-a57b-fcdb05d83754", +Cell[23990, 639, 237, 4, 70, "Print",ExpressionUUID->"ace7b674-f1f8-41b9-a57b-fcdb05d83754", CellID->1626500072], -Cell[24168, 640, 237, 4, 70, "Print",ExpressionUUID->"65901141-4ce5-4782-9a0c-1dd3a5e71f0f", +Cell[24230, 645, 237, 4, 70, "Print",ExpressionUUID->"65901141-4ce5-4782-9a0c-1dd3a5e71f0f", CellID->1664295348], -Cell[24408, 646, 207, 3, 70, "Print",ExpressionUUID->"e5aeb9e1-7737-4ca3-b788-de182049dc1d", +Cell[24470, 651, 207, 3, 70, "Print",ExpressionUUID->"e5aeb9e1-7737-4ca3-b788-de182049dc1d", CellID->868643084], -Cell[24618, 651, 236, 4, 70, "Print",ExpressionUUID->"951c1b80-96ca-49ed-b1aa-e6ac2cb4248d", +Cell[24680, 656, 236, 4, 70, "Print",ExpressionUUID->"951c1b80-96ca-49ed-b1aa-e6ac2cb4248d", CellID->647048471] }, Open ]] }, Open ]], -Cell[24881, 659, 137, 1, 70, "ExampleText",ExpressionUUID->"356b460c-9585-433e-bcf7-368ff9940982", +Cell[24943, 664, 137, 1, 70, "ExampleText",ExpressionUUID->"356b460c-9585-433e-bcf7-368ff9940982", CellID->1890033526], -Cell[25021, 662, 234, 6, 70, "Input",ExpressionUUID->"fb845791-0ec3-4a94-99e1-6a32228e726f", +Cell[25083, 667, 234, 6, 70, "Input",ExpressionUUID->"fb845791-0ec3-4a94-99e1-6a32228e726f", CellID->889888069], -Cell[25258, 670, 381, 9, 70, "Input",ExpressionUUID->"cd03e784-3227-45e9-b7ac-b04dcb26eedc", +Cell[25320, 675, 381, 9, 70, "Input",ExpressionUUID->"cd03e784-3227-45e9-b7ac-b04dcb26eedc", CellID->1047100631], -Cell[25642, 681, 237, 6, 70, "Input",ExpressionUUID->"19ca08dd-116f-46a6-b999-c148832c66c8", +Cell[25704, 686, 237, 6, 70, "Input",ExpressionUUID->"19ca08dd-116f-46a6-b999-c148832c66c8", CellID->371822685], -Cell[25882, 689, 190, 4, 70, "ExampleText",ExpressionUUID->"52beb102-5656-4316-aeb6-00d4af88a37c", +Cell[25944, 694, 190, 4, 70, "ExampleText",ExpressionUUID->"52beb102-5656-4316-aeb6-00d4af88a37c", CellID->823464703], Cell[CellGroupData[{ -Cell[26097, 697, 173, 3, 70, "Input",ExpressionUUID->"94bd7b06-c56d-4324-8910-e6e62aed32f2", +Cell[26159, 702, 173, 3, 70, "Input",ExpressionUUID->"94bd7b06-c56d-4324-8910-e6e62aed32f2", CellID->1420549344], -Cell[26273, 702, 344, 8, 36, "Output",ExpressionUUID->"27e78420-86f8-457c-8e38-44be3c550701", +Cell[26335, 707, 344, 8, 36, "Output",ExpressionUUID->"27e78420-86f8-457c-8e38-44be3c550701", CellID->1976834738] }, Open ]], -Cell[26632, 713, 292, 5, 70, "ExampleText",ExpressionUUID->"d79d930a-b230-40fc-bb94-acc794b1547c", +Cell[26694, 718, 292, 5, 70, "ExampleText",ExpressionUUID->"d79d930a-b230-40fc-bb94-acc794b1547c", CellID->885351958], Cell[CellGroupData[{ -Cell[26949, 722, 193, 4, 70, "Input",ExpressionUUID->"92434b74-799b-4720-aec1-aa2b6da53c48", +Cell[27011, 727, 193, 4, 70, "Input",ExpressionUUID->"92434b74-799b-4720-aec1-aa2b6da53c48", CellID->175649522], -Cell[27145, 728, 315, 9, 51, "Output",ExpressionUUID->"df460535-df26-44d8-9fa0-4200aa6be742", +Cell[27207, 733, 315, 9, 50, "Output",ExpressionUUID->"df460535-df26-44d8-9fa0-4200aa6be742", CellID->1270160819] }, Open ]], -Cell[27475, 740, 180, 3, 70, "ExampleText",ExpressionUUID->"5d3ede1f-b9e7-4502-a0db-94d8fa7c3a1a", +Cell[27537, 745, 180, 3, 70, "ExampleText",ExpressionUUID->"5d3ede1f-b9e7-4502-a0db-94d8fa7c3a1a", CellID->1263407187], Cell[CellGroupData[{ -Cell[27680, 747, 221, 5, 70, "Input",ExpressionUUID->"7355b941-f59b-441f-a345-934bb0fdb6f7", +Cell[27742, 752, 221, 5, 70, "Input",ExpressionUUID->"7355b941-f59b-441f-a345-934bb0fdb6f7", CellID->16589723], -Cell[27904, 754, 907, 29, 36, "Output",ExpressionUUID->"a96d23e8-2bd9-4848-a996-d377dee5b16d", +Cell[27966, 759, 907, 29, 36, "Output",ExpressionUUID->"a96d23e8-2bd9-4848-a996-d377dee5b16d", CellID->784507224] }, Open ]], -Cell[28826, 786, 207, 4, 70, "ExampleText",ExpressionUUID->"4b2a8294-ec90-48f3-aba5-77fc55afd15e", +Cell[28888, 791, 207, 4, 70, "ExampleText",ExpressionUUID->"4b2a8294-ec90-48f3-aba5-77fc55afd15e", CellID->1492199499], Cell[CellGroupData[{ -Cell[29058, 794, 278, 6, 70, "Input",ExpressionUUID->"695534fa-8049-496c-890e-9cfa18caab98", +Cell[29120, 799, 278, 6, 70, "Input",ExpressionUUID->"695534fa-8049-496c-890e-9cfa18caab98", CellID->1107039293], -Cell[29339, 802, 244, 6, 36, "Output",ExpressionUUID->"ca5298c8-edde-4c59-9c7f-0129e66532a8", +Cell[29401, 807, 244, 6, 36, "Output",ExpressionUUID->"ca5298c8-edde-4c59-9c7f-0129e66532a8", CellID->222463783] }, Open ]], -Cell[29598, 811, 235, 4, 70, "ExampleText",ExpressionUUID->"74512c0a-16f1-477c-aa83-45de59ab6a55", +Cell[29660, 816, 235, 4, 70, "ExampleText",ExpressionUUID->"74512c0a-16f1-477c-aa83-45de59ab6a55", CellID->970861302], Cell[CellGroupData[{ -Cell[29858, 819, 195, 4, 70, "Input",ExpressionUUID->"da57d71a-4220-4626-9110-baaa0cd796af", +Cell[29920, 824, 195, 4, 70, "Input",ExpressionUUID->"da57d71a-4220-4626-9110-baaa0cd796af", CellID->1320744815], -Cell[30056, 825, 319, 9, 51, "Output",ExpressionUUID->"7b05520c-5117-4de8-b29a-ab00c07f5d6f", +Cell[30118, 830, 319, 9, 50, "Output",ExpressionUUID->"7b05520c-5117-4de8-b29a-ab00c07f5d6f", CellID->2013392873] }, Open ]], -Cell[30390, 837, 179, 3, 70, "ExampleText",ExpressionUUID->"5f7809b0-95cb-4d54-8726-5886a4fd5ea0", +Cell[30452, 842, 179, 3, 70, "ExampleText",ExpressionUUID->"5f7809b0-95cb-4d54-8726-5886a4fd5ea0", CellID->887469695], Cell[CellGroupData[{ -Cell[30594, 844, 225, 5, 70, "Input",ExpressionUUID->"f9e10931-a585-4163-a42c-7a2471cfd101", +Cell[30656, 849, 225, 5, 70, "Input",ExpressionUUID->"f9e10931-a585-4163-a42c-7a2471cfd101", CellID->1081755376], -Cell[30822, 851, 866, 27, 36, "Output",ExpressionUUID->"5b6e07b0-be60-48a2-842a-6351545e68b1", +Cell[30884, 856, 866, 27, 36, "Output",ExpressionUUID->"5b6e07b0-be60-48a2-842a-6351545e68b1", CellID->669016865] }, Open ]], -Cell[31703, 881, 211, 4, 70, "ExampleText",ExpressionUUID->"ed037c67-bdc2-4cb2-9126-bf24195140f7", +Cell[31765, 886, 211, 4, 70, "ExampleText",ExpressionUUID->"ed037c67-bdc2-4cb2-9126-bf24195140f7", CellID->1218990323], Cell[CellGroupData[{ -Cell[31939, 889, 280, 6, 70, "Input",ExpressionUUID->"ee4d11b4-8f25-4eb3-9b61-7894234eab67", +Cell[32001, 894, 280, 6, 70, "Input",ExpressionUUID->"ee4d11b4-8f25-4eb3-9b61-7894234eab67", CellID->1790971885], -Cell[32222, 897, 282, 8, 36, "Output",ExpressionUUID->"44f9fc48-2e5f-419b-84b2-dfd180629d70", +Cell[32284, 902, 282, 8, 36, "Output",ExpressionUUID->"44f9fc48-2e5f-419b-84b2-dfd180629d70", CellID->51811959] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[32808, 919, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"93679199-5d8e-4fd6-b6c1-4f26735f108a"], +Cell[38314, 1069, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e1964043-26df-4c1e-a144-a178d162b461"], +Cell[38987, 1089, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"12e68e33-ca5d-4bea-b297-a949e45ecb3f"], +Cell[40023, 1117, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"0fb99f8a-6b0b-49db-ab23-cc5581293d7f"], Cell[CellGroupData[{ -Cell[32768, 916, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"d5ebf97e-3dc0-4f95-ad09-4f03a90e3bf1"], -Cell[38274, 1066, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d803725f-2d9d-4ba1-b7b0-07d41ae9e6b2"] -}, Open ]], -Cell[38959, 1087, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"457d073f-3527-4bf9-8987-d8a78e0b9fd8"], -Cell[39995, 1115, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"808307dc-e203-4749-80a1-78b1acbd7df1"], -Cell[CellGroupData[{ -Cell[42243, 1182, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2b4542cf-8c53-43d5-a232-688b27cab0b5", +Cell[42271, 1184, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2b4542cf-8c53-43d5-a232-688b27cab0b5", CellID->2135167160], -Cell[42384, 1185, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35445886-a282-4d24-845d-55babc7d0987", +Cell[42412, 1187, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35445886-a282-4d24-845d-55babc7d0987", CellID->1194386356], -Cell[42606, 1191, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a4c5ca4-17da-44c5-985e-113ba143b93e", +Cell[42634, 1193, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a4c5ca4-17da-44c5-985e-113ba143b93e", CellID->1641706272], -Cell[42821, 1196, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a9ddc92e-77ec-4f04-99cf-375dcc561a69", +Cell[42849, 1198, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a9ddc92e-77ec-4f04-99cf-375dcc561a69", CellID->399251956], -Cell[43050, 1202, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"976a8a7d-a2bf-4809-a84a-ac3cb185ca53", +Cell[43078, 1204, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"976a8a7d-a2bf-4809-a84a-ac3cb185ca53", CellID->821434655] }, Open ]], -Cell[43287, 1208, 78, 0, 70, "FooterCell",ExpressionUUID->"4dbaee9a-ada3-4f7c-aa15-70ba9f455213"] +Cell[43315, 1210, 78, 0, 70, "FooterCell",ExpressionUUID->"a5b9c067-64a4-4b72-b36b-69ba4196f89f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/InFavor.nb b/Documentation/English/ReferencePages/Symbols/InFavor.nb index 20755dd..2fd08c5 100644 --- a/Documentation/English/ReferencePages/Symbols/InFavor.nb +++ b/Documentation/English/ReferencePages/Symbols/InFavor.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41575, 1077] -NotebookOptionsPosition[ 33545, 917] -NotebookOutlinePosition[ 35638, 971] -CellTagsIndexPosition[ 35553, 966] +NotebookDataLength[ 41583, 1077] +NotebookOptionsPosition[ 33568, 919] +NotebookOutlinePosition[ 35679, 973] +CellTagsIndexPosition[ 35594, 968] WindowTitle->InFavor WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "01c92856-8c67-4a5f-8243-0c36b7c1bf3e"], + "b21d36e2-c985-4209-915b-e33476f00578"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "08d887f1-6fde-46b5-8c06-196f8fb99c87"], + "032b9583-b507-48b3-811c-05749db0b894"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f700f97-a244-4a23-8c1f-47fb57c6885b"] - }],ExpressionUUID->"e8a03047-6d88-47cb-99ff-a81bd2eccfde"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "b6f2b609-2bf1-49fc-8b41-2b793ce3db82"] + }],ExpressionUUID->"cc4eafd9-ee58-44bf-b8ca-26f80983c1b4"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "52f08035-bb1c-4fc9-9b82-6e6f8ac780a3"], + "99584632-02ab-4901-a13c-c918d85a0095"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b5fb74f5-ae13-4beb-bf8a-b6b19028ecb8"] - }],ExpressionUUID->"c571c72b-eb6e-45b9-95ee-7684ddf1214c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d5d5d571-c584-4b50-a241-f6e2df2dd02a"] + }],ExpressionUUID->"e2dc3c21-618d-4690-a2b9-2dcee41318c2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "da9aa1fb-feff-44df-bb37-a9a427c067ed"], + "7bd77db5-4101-44bf-8857-24ad8773923e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "642ee942-7ca2-4545-a6a8-58b902d1c95a"] - }],ExpressionUUID->"fd676645-893b-41bb-85f8-af62c58b2e7a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7ded984a-f243-4541-97a8-89b2bc9c9d60"] + }],ExpressionUUID->"11a3d22d-3f4d-42c7-b228-e73f4b59f902"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1ec5c488-6df9-4a1a-b2ef-f4a539ea6d48"], + "d69424d5-f1a0-4015-98f2-b88381664bea"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3aa47b1f-37bb-4d55-84e6-0610b9af41f6"] - }],ExpressionUUID->"1761f37f-78e9-447b-91d9-74c87098477b"], - StripOnInput->False], {"\<\"TUG/ref/InFavor\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/InFavor"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/InFavor.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$94748], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/InFavor" <> - ".html"], None}]}]}, + "c16d9d78-444e-46cf-a645-4d477d79f418"] + }],ExpressionUUID->"18c38c85-5eab-47b7-9f62-d576bd4483c9"], + StripOnInput->False],{ + "\"TUG/ref/InFavor\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/InFavor"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/InFavor.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$102786], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/InFavor" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ef59af45-b479-4c26-94f8-a8a28043c557"] + "09d9ddc0-51f0-4949-a753-bc31f070e8f7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4eff38f4-5d68-4399-afbd-e83f2fbafaf6"]} + "485012a1-336c-4b1d-909f-b1d2e160e878"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1c0afa65-7dbe-4856-ad2e-3d2aedfee222"], + CellID->1,ExpressionUUID->"9f7785ee-f50f-4600-998a-fc3fb4a5a057"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"dc75e4de-0d44-4ad4-8701-cd0ba793bda4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"7738e202-3e3f-489b-bbec-ca9171f74e5d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "InFavor", "ObjectName",ExpressionUUID-> - "370998ee-6252-45e8-8e45-1286ebef433f"], + "b5617985-3100-438f-9676-f166fade7834"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5f2cabb7-0ca5-41f0-8b34-6c7a854b6e94"], + "Spacer1"]],ExpressionUUID->"67cac1ff-4976-40bb-ace6-35ed249121f4"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fba7d85e-82ac-4dd4-a1b5-55181955cfce"] - }],ExpressionUUID->"3b020e3b-2f23-456a-b477-472cff1a53ac"], Cell[BoxData[ + "ed8b134b-51cc-4f48-99c1-892924da8032"] + }],ExpressionUUID->"54d388d5-25ba-4a96-b0a0-6374f7a0a8b7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ec848df6-e06f-4ce7-8c5d-f5b1e8f1ee73"]} + "9cde392a-7db2-484f-8e95-3304dedeb6be"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a329fb2d-d4e1-47a3-abfd-62614674628f"], + CacheGraphics->False,ExpressionUUID->"d7929baa-b2c2-4b33-a4f2-5f9c1e3a2b9d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "f0e1b133-75cc-4547-a560-94d826cb2b0c"], " \[LineSeparator]is an option of package function ImputationToVec to \ establish how the arguments are skewed in favor of players." - }],ExpressionUUID->"f2d78e75-7305-400b-ab0e-367afaf6216b"]} + }],ExpressionUUID->"11f45ebd-0040-4d93-ac4a-667b941abe30"]} }]], "Usage", CellID->953244212,ExpressionUUID->"3acee25f-3162-45b4-a8ed-8ec8cbb206d4"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a6bb7b34-bcea-4b5d-baa0-b2417d9be872"], + ExpressionUUID->"37f38175-c4a0-4f00-813c-3c5d10624bb1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c77347e7-c92d-4775-9e96-6d9ad23f5749"], + "Spacer1"]],ExpressionUUID->"c7b330cc-8c9a-44ae-a655-03ba812c2bc1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"34d87ef6-0459-4d12-8b12-29aa0d83c3b6"], + }], "NotesFrameText",ExpressionUUID->"1a7ad94b-b152-4262-83de-234653889c8e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f49841e3-6b06-40c6-92cf-2381709f11f7"]], \ + "Preemptive"]],ExpressionUUID->"31818775-a071-4957-b1d0-137d02829f44"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->951936745,ExpressionUUID->"965dac8a-7724-4429-aa5b-2660de5e145f"], + CellID->1231443570,ExpressionUUID->"db2ff410-832b-4152-ab12-0453482b78b6"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -351,19 +356,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8c17f9d4-c7cb-4254-a75a-101519f8cca6"], + ExpressionUUID->"57efee4b-a3ba-44e8-a480-d19524999cd3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"482d5e93-3759-40b4-b620-92defc9bddfb"], + "Spacer1"]],ExpressionUUID->"3a543e42-cc98-43b7-8a70-ed56458585f0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cef82dc0-23d6-4585-a3ce-66c30ef60bd1"] + "0b477159-fa93-403a-8164-c54805e468d7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->371577353,ExpressionUUID->"582de25d-15bf-4693-ba11-daf25031069b"], + CellID->460187094,ExpressionUUID->"935844b1-bfc3-4df6-932f-20aaf321fbff"], Cell[CellGroupData[{ @@ -392,18 +397,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"febbeddf-d82f-4f9c-ade7-4a0a44ec6f81"], + ExpressionUUID->"11f9a7f1-2113-4976-b11f-2dc439a77474"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2eb7a757-065c-4ab2-815a-796d55f0db43"], + "Spacer1"]],ExpressionUUID->"c1ef48fa-c64b-4aca-8eae-174631f00e5a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "290c3b10-4889-46ae-9d2e-71b17e14738c"] + "493ae9b5-ff7c-4950-9252-87c823d1bc70"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1468938614,ExpressionUUID->"b1bf2d56-8a5f-4131-b468-e7c15c95bfe8"], + CellID->348209249,ExpressionUUID->"0346d400-f7bc-4c8d-912d-26c2048606c7"], Cell["Loading the package:", "ExampleText", CellID->1863772024,ExpressionUUID->"ae2420ba-e85d-43f2-abe9-5bd5d1cec173"], @@ -619,8 +624,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -768,15 +771,15 @@ Cell[BoxData[GridBox[{ "76cd59b3-497d-49dd-b860-fb8c2e8d7688"] }], "SeeAlso",ExpressionUUID->"4e6ea231-af14-40d4-ac2d-19bd1c88f983"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"eb0b4be9-e07b-413a-a9bb-\ -e44c492fca61"], + }]], "SeeAlsoSection",ExpressionUUID->"124eb2d7-a92b-4b33-8ec9-\ +e236e3033074"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -788,9 +791,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3b609ee9-6aea-4e72-91f1-1ca0742f564d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f1b02fee-1ad1-4764-96fe-\ -ce0f7d6e2d22"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fdfcb37c-537a-4f55-9631-\ +c1a7036d7285"], Cell[BoxData[GridBox[{ { @@ -807,7 +809,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b32a562b-2f1b-4e9c-b6bd-a3b2b50ab41c"]}]}, + "3df0e928-5d3e-4cb5-9e69-be293c9871be"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -815,10 +817,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cea534c4-81ef-450d-a3b0-441b0ea91bf4"]}]} + "87adcc6f-35a5-4fdd-8745-82951c160449"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c246b881-3947-4e97-afca-\ -9aff816c34c0"], + }]], "MoreAboutSection",ExpressionUUID->"4eb6280f-dabd-4e0a-ac62-\ +b89b6f74233e"], Cell[BoxData[GridBox[{ { @@ -845,7 +847,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2061fa07-d911-4008-8f75-4469ca43660e"]], "RelatedLinks", + "646cb697-9dcf-440f-827e-11b427834984"]], "RelatedLinks", ExpressionUUID->"26507ab5-0cff-41cb-9f3a-1db9dbe36945"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -862,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cfdd6c4d-8d03-41ae-8466-687fb37a47b7"]], "RelatedLinks", + "243e035e-3513-4e61-a82b-65633af4dc07"]], "RelatedLinks", ExpressionUUID->"5ab857e7-1c36-4999-9c06-0cca908b2dc2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -879,11 +881,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fc94d002-08b3-431e-b78f-e8b3b41e5574"]], "RelatedLinks", + "a81d5078-3697-4e4a-89ed-c963f2364d28"]], "RelatedLinks", ExpressionUUID->"cfe3532f-73ea-4df2-8b42-9a844c4421a5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3db1ae36-87a5-4c56-a149-\ -116ad09540e6"], + }]], "RelatedLinksSection",ExpressionUUID->"0b857dbf-7312-4f97-932c-\ +701c8e184513"], Cell[CellGroupData[{ @@ -913,11 +915,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b617a852-e90d-47d0-bfbb-70bb5c36a78e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"417fca65-a1b8-42e3-a26e-70dd4c7accdc"] +Cell[" ", "FooterCell",ExpressionUUID->"4b4cde90-8cc1-4f93-a019-1644a2c99fb1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"InFavor", TaggingRules->{ @@ -928,7 +930,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 44.555126}", + "built" -> "{2024, 6, 3, 16, 53, 13.781241}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -936,10 +938,10 @@ TaggingRules->{ "InFavor is an option of package function ImputationToVec to establish \ how the arguments are skewed in favor of players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "InFavor", "titlemodifier" -> "", - "windowtitle" -> "InFavor", "type" -> "Symbol", "uri" -> - "TUG/ref/InFavor"}}, + "metadescription" -> "", "windowtitle" -> "InFavor", "type" -> "Symbol", + "uri" -> "TUG/ref/InFavor"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -948,9 +950,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c20e55d7-5cf3-41e5-a76f-7c4654ddd48f" +ExpressionUUID->"0e2d369c-a63a-41a6-9fad-ff1b2025c139" ] (* End of Notebook Content *) @@ -958,127 +960,125 @@ ExpressionUUID->"c20e55d7-5cf3-41e5-a76f-7c4654ddd48f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12841, 328, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"582de25d-15bf-4693-ba11-daf25031069b", + Cell[12899, 333, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"935844b1-bfc3-4df6-932f-20aaf321fbff", CellTags->"PrimaryExamplesSection", - CellID->371577353]} + CellID->460187094]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35353, 959} + {"PrimaryExamplesSection", 35394, 961} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"1c0afa65-7dbe-4856-ad2e-3d2aedfee222", +Cell[579, 21, 7165, 173, 57, "AnchorBarGrid",ExpressionUUID->"9f7785ee-f50f-4600-998a-fc3fb4a5a057", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"dc75e4de-0d44-4ad4-8701-cd0ba793bda4"], +Cell[7747, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"7738e202-3e3f-489b-bbec-ca9171f74e5d"], Cell[CellGroupData[{ -Cell[7801, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"a329fb2d-d4e1-47a3-abfd-62614674628f"], -Cell[9085, 232, 486, 9, 111, "Usage",ExpressionUUID->"3acee25f-3162-45b4-a8ed-8ec8cbb206d4", +Cell[7858, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"d7929baa-b2c2-4b33-a4f2-5f9c1e3a2b9d"], +Cell[9142, 237, 486, 9, 111, "Usage",ExpressionUUID->"3acee25f-3162-45b4-a8ed-8ec8cbb206d4", CellID->953244212] }, Open ]], Cell[CellGroupData[{ -Cell[9608, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"965dac8a-7724-4429-aa5b-2660de5e145f", +Cell[9665, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"db2ff410-832b-4152-ab12-0453482b78b6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->951936745], -Cell[11505, 295, 489, 12, 37, "Notes",ExpressionUUID->"8261c697-e2a3-4021-9c3b-18257b370c7b", + CellID->1231443570], +Cell[11563, 300, 489, 12, 38, "Notes",ExpressionUUID->"8261c697-e2a3-4021-9c3b-18257b370c7b", CellID->177724765], -Cell[11997, 309, 148, 1, 36, "Notes",ExpressionUUID->"834edfed-2823-44f6-b04f-a0c8bf91ea2d", +Cell[12055, 314, 148, 1, 36, "Notes",ExpressionUUID->"834edfed-2823-44f6-b04f-a0c8bf91ea2d", CellID->358334548], -Cell[12148, 312, 566, 10, 99, "Notes",ExpressionUUID->"84a499d5-e858-4d26-bb16-12eb315451b6", +Cell[12206, 317, 566, 10, 99, "Notes",ExpressionUUID->"84a499d5-e858-4d26-bb16-12eb315451b6", CellID->1471009901] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12841, 328, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"582de25d-15bf-4693-ba11-daf25031069b", +Cell[12899, 333, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"935844b1-bfc3-4df6-932f-20aaf321fbff", CellTags->"PrimaryExamplesSection", - CellID->371577353], + CellID->460187094], Cell[CellGroupData[{ -Cell[14286, 369, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b1bf2d56-8a5f-4131-b468-e7c15c95bfe8", - CellID->1468938614], -Cell[15688, 407, 119, 1, 38, "ExampleText",ExpressionUUID->"ae2420ba-e85d-43f2-abe9-5bd5d1cec173", +Cell[14344, 374, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0346d400-f7bc-4c8d-912d-26c2048606c7", + CellID->348209249], +Cell[15745, 412, 119, 1, 39, "ExampleText",ExpressionUUID->"ae2420ba-e85d-43f2-abe9-5bd5d1cec173", CellID->1863772024], Cell[CellGroupData[{ -Cell[15832, 412, 167, 3, 27, "Input",ExpressionUUID->"ad84a465-34d0-451f-9c5a-50e357d6ccfd", +Cell[15889, 417, 167, 3, 27, "Input",ExpressionUUID->"ad84a465-34d0-451f-9c5a-50e357d6ccfd", CellID->111048693], Cell[CellGroupData[{ -Cell[16024, 419, 237, 4, 23, "Print",ExpressionUUID->"7c553481-041d-4d74-9c7f-5439bda1de98", +Cell[16081, 424, 237, 4, 23, "Print",ExpressionUUID->"7c553481-041d-4d74-9c7f-5439bda1de98", CellID->1632706101], -Cell[16264, 425, 363, 8, 23, "Print",ExpressionUUID->"b96a7c90-37cf-4385-8a15-bcb57bab8e69", +Cell[16321, 430, 363, 8, 23, "Print",ExpressionUUID->"b96a7c90-37cf-4385-8a15-bcb57bab8e69", CellID->2067661], -Cell[16630, 435, 235, 4, 23, "Print",ExpressionUUID->"0a55898e-fbb8-42a3-802a-cb7d8e5cfedf", +Cell[16687, 440, 235, 4, 23, "Print",ExpressionUUID->"0a55898e-fbb8-42a3-802a-cb7d8e5cfedf", CellID->44082237], -Cell[16868, 441, 221, 3, 23, "Print",ExpressionUUID->"aca5cd7a-2055-44c9-8ab3-5677a9913803", +Cell[16925, 446, 221, 3, 23, "Print",ExpressionUUID->"aca5cd7a-2055-44c9-8ab3-5677a9913803", CellID->1289738127], -Cell[17092, 446, 207, 3, 23, "Print",ExpressionUUID->"715227cb-a13d-4beb-bfa5-49ac182691c8", +Cell[17149, 451, 207, 3, 23, "Print",ExpressionUUID->"715227cb-a13d-4beb-bfa5-49ac182691c8", CellID->533675253], -Cell[17302, 451, 237, 4, 23, "Print",ExpressionUUID->"bb7271ef-9f7e-428e-9be5-7b468e32a180", +Cell[17359, 456, 237, 4, 23, "Print",ExpressionUUID->"bb7271ef-9f7e-428e-9be5-7b468e32a180", CellID->373630316], -Cell[17542, 457, 220, 3, 23, "Print",ExpressionUUID->"2b6641dc-4f27-43be-b641-0c0540011032", +Cell[17599, 462, 220, 3, 23, "Print",ExpressionUUID->"2b6641dc-4f27-43be-b641-0c0540011032", CellID->323927893], -Cell[17765, 462, 236, 4, 23, "Print",ExpressionUUID->"89de9199-1c27-4017-8130-5f7f675fb16d", +Cell[17822, 467, 236, 4, 23, "Print",ExpressionUUID->"89de9199-1c27-4017-8130-5f7f675fb16d", CellID->154450829], -Cell[18004, 468, 237, 4, 23, "Print",ExpressionUUID->"c0a12624-aba1-4c9b-a4e5-e1ef122d3e5e", +Cell[18061, 473, 237, 4, 23, "Print",ExpressionUUID->"c0a12624-aba1-4c9b-a4e5-e1ef122d3e5e", CellID->1407469139], -Cell[18244, 474, 207, 3, 23, "Print",ExpressionUUID->"5d52c97a-0fc5-4f05-a097-5b8f492115ac", +Cell[18301, 479, 207, 3, 23, "Print",ExpressionUUID->"5d52c97a-0fc5-4f05-a097-5b8f492115ac", CellID->654580751], -Cell[18454, 479, 236, 4, 23, "Print",ExpressionUUID->"6cc071d3-19fb-4e09-b2ba-617734d660a6", +Cell[18511, 484, 236, 4, 23, "Print",ExpressionUUID->"6cc071d3-19fb-4e09-b2ba-617734d660a6", CellID->526032994] }, Open ]] }, Open ]], -Cell[18717, 487, 137, 1, 70, "ExampleText",ExpressionUUID->"bbd8117c-2fc8-455a-9d11-82d8c64e38b4", +Cell[18774, 492, 137, 1, 70, "ExampleText",ExpressionUUID->"bbd8117c-2fc8-455a-9d11-82d8c64e38b4", CellID->1890033526], -Cell[18857, 490, 234, 6, 70, "Input",ExpressionUUID->"b2b0e2bd-a176-4c4a-b58f-7d358dd9dfc9", +Cell[18914, 495, 234, 6, 70, "Input",ExpressionUUID->"b2b0e2bd-a176-4c4a-b58f-7d358dd9dfc9", CellID->889888069], -Cell[19094, 498, 381, 9, 70, "Input",ExpressionUUID->"3da813e3-f292-4439-a351-ab1af3f354f1", +Cell[19151, 503, 381, 9, 70, "Input",ExpressionUUID->"3da813e3-f292-4439-a351-ab1af3f354f1", CellID->1047100631], -Cell[19478, 509, 237, 6, 70, "Input",ExpressionUUID->"bd3d8676-b69a-4f90-84b8-c0b6e6e717b1", +Cell[19535, 514, 237, 6, 70, "Input",ExpressionUUID->"bd3d8676-b69a-4f90-84b8-c0b6e6e717b1", CellID->371822685], -Cell[19718, 517, 290, 5, 70, "ExampleText",ExpressionUUID->"83d9d482-aa99-46cd-a4ff-7f2e88b7336b", +Cell[19775, 522, 290, 5, 70, "ExampleText",ExpressionUUID->"83d9d482-aa99-46cd-a4ff-7f2e88b7336b", CellID->885351958], Cell[CellGroupData[{ -Cell[20033, 526, 193, 4, 70, "Input",ExpressionUUID->"6f57787a-b242-4632-851e-1747f358f64d", +Cell[20090, 531, 193, 4, 70, "Input",ExpressionUUID->"6f57787a-b242-4632-851e-1747f358f64d", CellID->175649522], -Cell[20229, 532, 314, 9, 51, "Output",ExpressionUUID->"918a55f5-35d0-471b-902e-b2d5be73ee22", +Cell[20286, 537, 314, 9, 50, "Output",ExpressionUUID->"918a55f5-35d0-471b-902e-b2d5be73ee22", CellID->156620905] }, Open ]], -Cell[20558, 544, 180, 3, 70, "ExampleText",ExpressionUUID->"0f131aac-18a1-4ed1-952c-cd908321a667", +Cell[20615, 549, 180, 3, 70, "ExampleText",ExpressionUUID->"0f131aac-18a1-4ed1-952c-cd908321a667", CellID->1263407187], Cell[CellGroupData[{ -Cell[20763, 551, 221, 5, 70, "Input",ExpressionUUID->"759d9a38-9aba-49bf-85da-845e5930d528", +Cell[20820, 556, 221, 5, 70, "Input",ExpressionUUID->"759d9a38-9aba-49bf-85da-845e5930d528", CellID->16589723], -Cell[20987, 558, 908, 29, 36, "Output",ExpressionUUID->"e038da52-1121-4fa3-85be-ae04f29c9f8f", +Cell[21044, 563, 908, 29, 36, "Output",ExpressionUUID->"e038da52-1121-4fa3-85be-ae04f29c9f8f", CellID->1847558165] }, Open ]], -Cell[21910, 590, 207, 4, 70, "ExampleText",ExpressionUUID->"e16d9466-82b6-463b-8e97-27e469d517ff", +Cell[21967, 595, 207, 4, 70, "ExampleText",ExpressionUUID->"e16d9466-82b6-463b-8e97-27e469d517ff", CellID->1492199499], Cell[CellGroupData[{ -Cell[22142, 598, 278, 6, 70, "Input",ExpressionUUID->"0987388f-d117-467f-91df-2d4d42172141", +Cell[22199, 603, 278, 6, 70, "Input",ExpressionUUID->"0987388f-d117-467f-91df-2d4d42172141", CellID->1107039293], -Cell[22423, 606, 245, 6, 36, "Output",ExpressionUUID->"e27d0877-fba1-4416-9910-09b303dc0988", +Cell[22480, 611, 245, 6, 36, "Output",ExpressionUUID->"e27d0877-fba1-4416-9910-09b303dc0988", CellID->2115767596] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22967, 626, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"124eb2d7-a92b-4b33-8ec9-e236e3033074"], +Cell[28473, 776, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fdfcb37c-537a-4f55-9631-c1a7036d7285"], +Cell[29146, 796, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4eb6280f-dabd-4e0a-ac62-b89b6f74233e"], +Cell[30182, 824, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"0b857dbf-7312-4f97-932c-701c8e184513"], Cell[CellGroupData[{ -Cell[22932, 623, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"eb0b4be9-e07b-413a-a9bb-e44c492fca61"], -Cell[28438, 773, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f1b02fee-1ad1-4764-96fe-ce0f7d6e2d22"] -}, Open ]], -Cell[29123, 794, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c246b881-3947-4e97-afca-9aff816c34c0"], -Cell[30159, 822, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"3db1ae36-87a5-4c56-a149-116ad09540e6"], -Cell[CellGroupData[{ -Cell[32419, 889, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"39ebc589-701a-4cec-8e9b-15e82c18e238", +Cell[32442, 891, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"39ebc589-701a-4cec-8e9b-15e82c18e238", CellID->2135167160], -Cell[32560, 892, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d1eff599-5cce-4a3d-b70c-0971a21e219f", +Cell[32583, 894, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d1eff599-5cce-4a3d-b70c-0971a21e219f", CellID->1194386356], -Cell[32782, 898, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fba3d815-4f4d-4b17-a269-d45857877731", +Cell[32805, 900, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fba3d815-4f4d-4b17-a269-d45857877731", CellID->1641706272], -Cell[32997, 903, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5678f773-ca2b-44e1-a097-54cf8191c441", +Cell[33020, 905, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5678f773-ca2b-44e1-a097-54cf8191c441", CellID->399251956], -Cell[33226, 909, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b617a852-e90d-47d0-bfbb-70bb5c36a78e", +Cell[33249, 911, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b617a852-e90d-47d0-bfbb-70bb5c36a78e", CellID->821434655] }, Open ]], -Cell[33463, 915, 78, 0, 70, "FooterCell",ExpressionUUID->"417fca65-a1b8-42e3-a26e-70dd4c7accdc"] +Cell[33486, 917, 78, 0, 70, "FooterCell",ExpressionUUID->"4b4cde90-8cc1-4f93-a019-1644a2c99fb1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IncSize.nb b/Documentation/English/ReferencePages/Symbols/IncSize.nb index 72821e4..858177b 100644 --- a/Documentation/English/ReferencePages/Symbols/IncSize.nb +++ b/Documentation/English/ReferencePages/Symbols/IncSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 1977259, 37705] -NotebookOptionsPosition[ 1969627, 37555] -NotebookOutlinePosition[ 1971768, 37609] -CellTagsIndexPosition[ 1971679, 37604] +NotebookDataLength[ 1976984, 37695] +NotebookOptionsPosition[ 1969363, 37546] +NotebookOutlinePosition[ 1971526, 37601] +CellTagsIndexPosition[ 1971437, 37596] WindowTitle->IncSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5320b27e-df4a-451e-a1ad-19033329b691"], + "b2079b85-e45f-4747-b4f7-d60953c92696"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ff6ba3d5-108d-4711-9e8b-95b2dd5083a7"], + "5e50d38f-f575-4936-b10f-2fcddf4f5b64"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "62ed10e8-c873-431c-9f3e-6f3b7e9bd065"] - }],ExpressionUUID->"5d7a13bb-5e96-412c-86d5-cae43f4af61b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "c91d1fe9-1380-4bbe-9450-969387d58ac4"] + }],ExpressionUUID->"b386b2d6-5fb8-49fa-8896-abae2c25751a"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b22fe340-0fcb-4688-8961-269e8a751ae4"], + "c6e8ffc7-d23b-41aa-ae27-6bd2f0546718"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0d99a954-6cdb-4ff1-9184-9ae64241f726"] - }],ExpressionUUID->"23b150e2-1157-4cc2-9156-71f24a8965ac"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ef9ba8c1-07d5-4c4c-87fe-7c5d57bc343f"] + }],ExpressionUUID->"24332bb8-f833-416f-9683-cb52a5e33434"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3a1399c7-c14d-4b66-9ed1-4f81e443bc29"], + "3d552aef-b0c6-4a4d-8bd9-176561aedb14"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "814374cb-85ff-4f48-a02f-30d070403fea"] - }],ExpressionUUID->"51eb2a1f-b567-4667-a467-4f595d2aee24"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "16839514-540c-45a7-b799-838209423e6e"] + }],ExpressionUUID->"a1e3e1da-f10f-4f97-bcda-9b7dff7b673c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9a5f8329-4e32-4d89-907b-8fd59657626d"], + "019fd420-f249-450b-9fa5-57c8b4c5c296"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5651c512-16c8-4a96-875c-4b02a44ebedf"] - }],ExpressionUUID->"3ae1b9d4-7c49-49b2-aafa-70eb02462dbc"], - StripOnInput->False], {"\<\"TUG/ref/IncSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IncSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/IncSize.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$94183], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/IncSize" <> - ".html"], None}]}]}, + "b7e1ba9a-66f4-47db-aacf-a53d41ffc6fb"] + }],ExpressionUUID->"2db416ec-4b0b-4755-9426-25ca621a53d1"], + StripOnInput->False],{ + "\"TUG/ref/IncSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IncSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/IncSize.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$102187], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IncSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9fa31e03-5d22-49c1-9b47-e3664299ff49"] + "8eec7824-f9bb-412e-a127-95fc0687c49e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "dbee82b6-7b92-47c6-ac0f-91c0b552d433"]} + "0967a33c-667a-4f83-86b2-8d2397d725b1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c77b880c-2bfe-47ff-b040-baa8e7886a67"], + CellID->1,ExpressionUUID->"fcfed2f7-ce66-4c4c-8203-509fac10c9b2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"56b105c0-98ed-40cc-80fa-08f5d0d92bef"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"261a8cec-4ab9-4087-9ee5-1b14556c356b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IncSize", "ObjectName",ExpressionUUID-> - "2db99a49-c33f-4123-9982-ea4d0035e2a7"], + "30a656ec-5ac5-419f-974f-7853048a9b46"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7b0179b3-85c1-40e7-9cb1-19dd5aa6ad22"], + "Spacer1"]],ExpressionUUID->"f8ab1d43-8905-4380-8d98-06081ef620b6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6356f373-b6bf-4845-b140-ca61935ae12a"] - }],ExpressionUUID->"70fd3f9c-055c-402d-93a4-2ae7e2d36db9"], Cell[BoxData[ + "71876aaa-1a2a-429c-9293-8fb44a24431c"] + }],ExpressionUUID->"b2a80dfa-c281-4cf8-8cd1-96d9c1d612dc"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "11af4722-8044-4a60-8029-37a72ce9e9a1"]} + "dc5c52c1-85b5-4f55-b0c9-5ace3c431a5c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6934d238-1746-429e-8c43-205f29f54a3f"], + CacheGraphics->False,ExpressionUUID->"4ba56440-f70c-4af6-9b90-daa85ca290f7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelProperty2d to specify the decrement of the strong-epsilon core \ w.r.t. its upper critical value. " - }],ExpressionUUID->"d0f4bdf5-5a3c-4219-8c49-d31d828a7b2c"]} + }],ExpressionUUID->"9f42cb65-62cf-4d6f-b068-913edf208c94"]} }]], "Usage", CellID->244102052,ExpressionUUID->"3f9ebd9c-8ba4-4643-a433-5904a324feee"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2fa930ca-919a-4b2c-9322-d133ecc4e51e"], + ExpressionUUID->"766a267f-1cf8-41e0-aa61-794986c70421"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb543835-b04b-4bcb-972b-708ce81b3677"], + "Spacer1"]],ExpressionUUID->"a09df215-8eaf-41ab-abe7-6a1424a934c4"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c66c72ca-4a98-407a-bfbe-fbde9bde0449"], + }], "NotesFrameText",ExpressionUUID->"3ba8b50a-bf8a-4ce3-a724-bf5f9d180eb2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f614dc07-df51-4cf2-bfcb-69db3964eb69"]], \ + "Preemptive"]],ExpressionUUID->"64d29208-c241-4482-bbfa-5a41b3c485f8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1788973807,ExpressionUUID->"94e88151-d186-4ead-9613-7e6bf517de86"], + CellID->2078276091,ExpressionUUID->"c76a0352-2a12-4ec6-b358-4efb6b3eaf5f"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -340,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a902dd52-7e2e-435b-9612-f931d3a5e93d"], + ExpressionUUID->"b7f20767-adb0-4b82-8cd4-57353c290872"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c9d42f8b-dde5-4884-8e85-63fd76b19464"], + "Spacer1"]],ExpressionUUID->"056d925c-dd8e-4b09-80ee-673360083c75"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d319da5-79f7-4738-8dac-66c92c56d1b1"] + "6fb6afff-b9d3-467e-a9b5-d752683cf01d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1849151361,ExpressionUUID->"6a5fcad9-cdaf-4ac5-9568-6bfe61b3e1b3"], + CellID->815067504,ExpressionUUID->"bd7ba84a-f70e-4f8d-b4d5-293168dfbb7f"], Cell[CellGroupData[{ @@ -381,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0faa32a6-8570-49ff-ae8c-5fb499e24883"], + ExpressionUUID->"7f67cad2-32da-4036-8ff2-82ea3c211f23"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1fbe2cc3-6f6d-4fe3-982d-1f121c98d880"], + "Spacer1"]],ExpressionUUID->"35054d16-ecee-47d3-b424-0bfc607e16d7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ee7a2330-4327-4b6a-940b-f5500c7b6232"] + "cf296c0c-b017-4946-89bb-98bd7ef6a47b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->418671531,ExpressionUUID->"43c5f3d6-d2de-4e73-976b-2277e61a6424"], + CellID->1664065264,ExpressionUUID->"8419b67d-8ce4-4877-8f8c-01f7857ee23b"], Cell["Loading the package:", "ExampleText", CellID->1597738800,ExpressionUUID->"32e04b4b-725d-4f57-b103-99dfce6d1c25"], @@ -1161,8 +1166,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -1688,9 +1692,8 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], - "}"}], {-26.00241274862777, 82.48749999999998}], - InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], "}"}], + {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -1808,8 +1811,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -1859,8 +1862,9 @@ Cell[BoxData[ {Thickness[Large], GraphicsComplexBox[ NCache[{{ - Rational[801, 20] 3^Rational[1, 2], Rational[-1483, 20]}, - {Rational[-311, 20] 3^Rational[1, 2], Rational[ + Rational[801, 20] 3^Rational[1, 2], + Rational[-1483, 20]}, { + Rational[-311, 20] 3^Rational[1, 2], Rational[ 1733, 20]}, { Rational[-128, 5] 3^Rational[1, 2], Rational[113, 2]}, { Rational[359, 20] 3^Rational[1, 2], @@ -1895,8 +1899,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -2412,8 +2416,8 @@ Cell[BoxData[ "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], "}"}], - {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], + "}"}], {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -2659,8 +2663,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -2811,8 +2816,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -2821,8 +2825,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], - "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], "}"}], + {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -3857,8 +3861,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], - "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], "}"}], + {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -3960,7 +3964,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -4315,8 +4320,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -4471,8 +4477,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -4618,8 +4623,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -4821,8 +4826,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -5505,9 +5510,8 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], - "}"}], {-26.00241274862777, 82.48749999999998}], - InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], "}"}], + {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -5713,15 +5717,15 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], "}"}], - {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], + "}"}], {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -5975,8 +5979,8 @@ Cell[BoxData[ "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], "}"}], - {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], + "}"}], {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -6276,8 +6280,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -6475,8 +6479,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -6640,8 +6644,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], - "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], "}"}], + {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -7468,9 +7472,8 @@ Cell[BoxData[ Rational[403, 20] 3^Rational[1, 2], Rational[-1351, 20]}, { Rational[527, 10] 3^Rational[1, 2], -23}, { - Rational[367, 20] 3^Rational[1, 2], Rational[ - 1601, 20]}}, {{ - 65.55812306648201, -67.55}, {-23.12287828104451, + Rational[367, 20] 3^Rational[1, 2], Rational[1601, 20]}}, + {{65.55812306648201, -67.55}, {-23.12287828104451, 80.05}, {-36.7194771204602, 56.5}, { 34.90082377251287, -67.55}, {91.27907755887983, -23}, { 31.7831323188889, 80.05}}], @@ -8035,8 +8038,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -8187,8 +8189,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], - "}"}], {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], "}"}], + {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -8432,8 +8434,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -9580,8 +9583,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -9683,8 +9686,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -9836,7 +9838,8 @@ Cell[BoxData[ InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], - "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ + "}"}], {-36.95763410650091, 63.512499999999996}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -11340,8 +11343,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -11986,8 +11988,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -11999,8 +12001,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], - "}"}], {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], "}"}], + {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -12589,8 +12591,8 @@ Cell[BoxData[ "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], "}"}], - {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], + "}"}], {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -12836,8 +12838,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -12988,8 +12991,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -13753,7 +13755,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -13855,9 +13858,8 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], - "}"}], {115.2679812437088, -66.55000000000001}], - InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}],\ + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -14487,8 +14489,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -14642,8 +14645,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -14790,8 +14792,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -14993,8 +14995,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -16013,9 +16015,8 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], - "}"}], {115.2679812437088, -66.55000000000001}], - InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], "}"}], + {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -16049,8 +16050,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -16550,8 +16551,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -17969,8 +17969,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], - "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], "}"}], + {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -18073,7 +18073,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -18175,9 +18176,8 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], - "}"}], {115.2679812437088, -66.55000000000001}], - InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], "}"}], + {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -18202,8 +18202,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -18600,8 +18599,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -19612,8 +19612,8 @@ Cell[BoxData[ RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", - RowBox[{"25", ",", "96", ",", "0"}], - "}"}], {66.61900418611793, -71.0375}], InsetBox[ + RowBox[{"25", ",", "96", ",", "0"}], "}"}], + {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", RowBox[{"27", ",", "5", ",", "89"}], "}"}], {-26.00241274862777, 82.48749999999998}], @@ -19749,8 +19749,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -19852,8 +19852,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -20640,8 +20639,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], - "}"}], {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], "}"}], + {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -20847,8 +20846,8 @@ Cell[BoxData[ "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], - "}"}], {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], "}"}], + {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -21508,8 +21507,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -22153,8 +22151,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -22204,8 +22202,9 @@ Cell[BoxData[ {Thickness[Large], GraphicsComplexBox[ NCache[{{ - Rational[641, 20] 3^Rational[1, 2], Rational[-1003, 20]}, - {Rational[-151, 20] 3^Rational[1, 2], Rational[ + Rational[641, 20] 3^Rational[1, 2], + Rational[-1003, 20]}, { + Rational[-151, 20] 3^Rational[1, 2], Rational[ 1253, 20]}, { Rational[-48, 5] 3^Rational[1, 2], Rational[113, 2]}, { Rational[519, 20] 3^Rational[1, 2], @@ -22287,9 +22286,8 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], - "}"}], {-26.00241274862777, 82.48749999999998}], - InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], "}"}], + {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -22751,8 +22749,8 @@ Cell[BoxData[ "}"}], {115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], "}"}], - {0., 133.10000000000002}]}}, + RowBox[{"0", ",", "0", ",", "121"}], + "}"}], {0., 133.10000000000002}]}}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, @@ -22998,12 +22996,12 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "0", ",", "121"}], - "}"}], {0., 133.10000000000002}]}}, - GraphicsComplexBox[{{27.712812921102035`, 73.}, { + RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}\ +}, GraphicsComplexBox[{{27.712812921102035`, 73.}, { 83.13843876330611, -23.}, { 61.48780366869514, -60.5}, {-19.05255888325765, 73.}, {-28.578838324886473`, 56.5}, { @@ -23150,8 +23148,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -24640,8 +24637,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -24793,8 +24791,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -24941,8 +24938,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -25142,8 +25139,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -25242,8 +25239,8 @@ Cell[BoxData[ Rational[543, 20] 3^Rational[1, 2], Rational[-931, 20]}, { Rational[227, 20] 3^Rational[1, 2], Rational[1181, 20]}, { Rational[387, 10] 3^Rational[1, 2], -23}}, {{ - 53.433767413499865`, -46.55}, {-10.99852262806237, 59.05}, - {-12.470765814495916`, 56.5}, { + 53.433767413499865`, -46.55}, {-10.99852262806237, + 59.05}, {-12.470765814495916`, 56.5}, { 47.02517942549501, -46.55}, {19.658776665906757`, 59.05}, {67.03036625291556, -23}}], LineBox[{6, 5, 2, 3, 4, 1, 6}]]}}, @@ -25562,8 +25559,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], - "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], "}"}], + {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -26189,8 +26186,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -26688,8 +26685,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -27334,8 +27330,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -28942,8 +28938,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], - "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], "}"}], + {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -29553,7 +29549,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -30420,8 +30417,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -31021,8 +31018,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -33668,8 +33664,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -33820,8 +33816,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -34077,8 +34072,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], - "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}],\ + InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -34320,8 +34315,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -35171,8 +35166,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -35619,8 +35614,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -35771,8 +35766,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -37119,8 +37113,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -37239,8 +37233,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -37388,15 +37380,15 @@ Cell[BoxData[GridBox[{ "06d3ffec-0384-4fd1-9314-3e0ea3ed959e"] }], "SeeAlso",ExpressionUUID->"a80e35f4-819e-4f4a-9608-6bff14c04b2b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"006093b7-0972-4fa1-9450-\ -dd6bf1d38bcf"], + }]], "SeeAlsoSection",ExpressionUUID->"85d57199-a279-4036-8c4e-\ +2119ec2e6292"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -37408,9 +37400,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"08db4817-c375-4662-b3d9-2207dcfbdba5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b5fa54ea-f3be-46d3-a095-\ -c9e237b961af"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d0b9069e-17e8-4024-9f99-\ +cedc29f8755b"], Cell[BoxData[GridBox[{ { @@ -37427,7 +37418,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9a369991-d62a-4e57-9997-5a7714201fb9"]}]}, + "7b1b356f-5c66-483f-8679-05ae1f8b0bd7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -37435,10 +37426,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b9dd9e4f-c4d8-4ab3-b9a3-c9f9b54c8075"]}]} + "d32532ab-c3e8-4efd-a887-6fb07fae92e5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a03dd5d0-5427-4240-9bfc-\ -7ab4b9065529"], + }]], "MoreAboutSection",ExpressionUUID->"47bae4a4-93da-417b-8507-\ +bbad4d800c62"], Cell[BoxData[GridBox[{ { @@ -37466,7 +37457,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1154184d-e3ab-43d1-bbd3-ec90f820f64a"]], "RelatedLinks", + "8fe229d6-e86e-48e1-8174-0f31e6eb3032"]], "RelatedLinks", ExpressionUUID->"8f7e4999-2487-48b2-9de4-3bbca5a9b0a7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37483,7 +37474,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b3366f2d-c750-42e0-8606-9a4651ef50d1"]], "RelatedLinks", + "d0491cbc-9f3c-4997-859e-e97adcf90975"]], "RelatedLinks", ExpressionUUID->"1c704891-904c-4361-aa54-e803cb619697"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37500,7 +37491,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e915c7af-4171-4f94-85b2-5de6b3649120"]], "RelatedLinks", + "28f4de2a-e0ac-4551-af09-6391e51da88d"]], "RelatedLinks", ExpressionUUID->"3d3e93b2-ace3-4e7f-9095-28892ef24c32"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -37517,11 +37508,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "578977a0-903f-426b-9ffb-399d530c2e3e"]], "RelatedLinks", + "9cc93b9a-4553-444a-b079-fa19b30c773e"]], "RelatedLinks", ExpressionUUID->"381ec4c1-3a07-46cc-bb36-f489afe96f94"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d6466a16-03cd-4a34-9a29-\ -4c0e50e16d05"], + }]], "RelatedLinksSection",ExpressionUUID->"4032965c-e890-4e1c-a070-\ +2b62f89a4e11"], Cell[CellGroupData[{ @@ -37551,11 +37542,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d721f5fa-8ea9-44df-a437-4c8b749384df"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6c68c5b8-3f32-485e-8444-c2e91916ced9"] +Cell[" ", "FooterCell",ExpressionUUID->"c1519f37-7d5f-4fa4-b6ae-b8e349b07535"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IncSize", TaggingRules->{ @@ -37566,7 +37557,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 42.311812}", + "built" -> "{2024, 6, 3, 16, 53, 12.305156}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -37574,10 +37565,11 @@ TaggingRules->{ "IncSize is an option of the package plotting function \ AnimationKernelProperty2d to specify the decrement of the strong-epsilon core \ w.r.t. its upper critical value. ", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "IncSize", "titlemodifier" -> "", "windowtitle" -> "IncSize", - "type" -> "Symbol", "uri" -> "TUG/ref/IncSize"}}, + "title" -> "IncSize", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "IncSize", "type" -> "Symbol", "uri" -> + "TUG/ref/IncSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -37586,9 +37578,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cdd85a7a-8753-4f7c-995b-5b8a7da8d66a" +ExpressionUUID->"f093f0ea-3d47-4c19-9b8e-3e690f8eaeb2" ] (* End of Notebook Content *) @@ -37596,117 +37588,115 @@ ExpressionUUID->"cdd85a7a-8753-4f7c-995b-5b8a7da8d66a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12312, 317, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6a5fcad9-cdaf-4ac5-9568-6bfe61b3e1b3", + Cell[12368, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd7ba84a-f70e-4f8d-b4d5-293168dfbb7f", CellTags->"PrimaryExamplesSection", - CellID->1849151361]} + CellID->815067504]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 1971478, 37597} + {"PrimaryExamplesSection", 1971237, 37589} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7099, 168, 56, "AnchorBarGrid",ExpressionUUID->"c77b880c-2bfe-47ff-b040-baa8e7886a67", +Cell[579, 21, 7155, 173, 57, "AnchorBarGrid",ExpressionUUID->"fcfed2f7-ce66-4c4c-8203-509fac10c9b2", CellID->1], -Cell[7681, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"56b105c0-98ed-40cc-80fa-08f5d0d92bef"], +Cell[7737, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"261a8cec-4ab9-4087-9ee5-1b14556c356b"], Cell[CellGroupData[{ -Cell[7792, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"6934d238-1746-429e-8c43-205f29f54a3f"], -Cell[9076, 232, 533, 10, 132, "Usage",ExpressionUUID->"3f9ebd9c-8ba4-4643-a433-5904a324feee", +Cell[7848, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"4ba56440-f70c-4af6-9b90-daa85ca290f7"], +Cell[9132, 237, 533, 10, 131, "Usage",ExpressionUUID->"3f9ebd9c-8ba4-4643-a433-5904a324feee", CellID->244102052] }, Open ]], Cell[CellGroupData[{ -Cell[9646, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"94e88151-d186-4ead-9613-7e6bf517de86", +Cell[9702, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"c76a0352-2a12-4ec6-b358-4efb6b3eaf5f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1788973807], -Cell[11544, 296, 489, 12, 37, "Notes",ExpressionUUID->"8772eac4-4588-4a3f-9e0b-65fa2b38065e", + CellID->2078276091], +Cell[11600, 301, 489, 12, 38, "Notes",ExpressionUUID->"8772eac4-4588-4a3f-9e0b-65fa2b38065e", CellID->177724765], -Cell[12036, 310, 149, 1, 36, "Notes",ExpressionUUID->"92e8c73c-72b5-40de-812c-b94379b3b22e", +Cell[12092, 315, 149, 1, 36, "Notes",ExpressionUUID->"92e8c73c-72b5-40de-812c-b94379b3b22e", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12312, 317, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6a5fcad9-cdaf-4ac5-9568-6bfe61b3e1b3", +Cell[12368, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bd7ba84a-f70e-4f8d-b4d5-293168dfbb7f", CellTags->"PrimaryExamplesSection", - CellID->1849151361], + CellID->815067504], Cell[CellGroupData[{ -Cell[13758, 358, 1398, 36, 30, "ExampleSection",ExpressionUUID->"43c5f3d6-d2de-4e73-976b-2277e61a6424", - CellID->418671531], -Cell[15159, 396, 119, 1, 38, "ExampleText",ExpressionUUID->"32e04b4b-725d-4f57-b103-99dfce6d1c25", +Cell[13813, 363, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8419b67d-8ce4-4877-8f8c-01f7857ee23b", + CellID->1664065264], +Cell[15215, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"32e04b4b-725d-4f57-b103-99dfce6d1c25", CellID->1597738800], Cell[CellGroupData[{ -Cell[15303, 401, 168, 3, 27, "Input",ExpressionUUID->"22f29c1b-0706-40cc-9468-bb0fd605e9e2", +Cell[15359, 406, 168, 3, 27, "Input",ExpressionUUID->"22f29c1b-0706-40cc-9468-bb0fd605e9e2", CellID->1776794800], Cell[CellGroupData[{ -Cell[15496, 408, 236, 4, 23, "Print",ExpressionUUID->"026011a2-745e-420f-9d19-b93deb48463d", +Cell[15552, 413, 236, 4, 23, "Print",ExpressionUUID->"026011a2-745e-420f-9d19-b93deb48463d", CellID->2004315044], -Cell[15735, 414, 365, 8, 23, "Print",ExpressionUUID->"0bf4f5a5-1f04-4f1e-b564-fb4dcf25a401", +Cell[15791, 419, 365, 8, 23, "Print",ExpressionUUID->"0bf4f5a5-1f04-4f1e-b564-fb4dcf25a401", CellID->2128809231], -Cell[16103, 424, 235, 4, 23, "Print",ExpressionUUID->"eb45e8b2-3d9e-41e4-a334-7433827d5d74", +Cell[16159, 429, 235, 4, 23, "Print",ExpressionUUID->"eb45e8b2-3d9e-41e4-a334-7433827d5d74", CellID->734611756], -Cell[16341, 430, 220, 3, 23, "Print",ExpressionUUID->"60fd251c-b09a-4a56-9c5f-36b3e47ae23f", +Cell[16397, 435, 220, 3, 23, "Print",ExpressionUUID->"60fd251c-b09a-4a56-9c5f-36b3e47ae23f", CellID->1612782578], -Cell[16564, 435, 206, 3, 23, "Print",ExpressionUUID->"7486922a-ded0-43f2-9f3b-d008b23812be", +Cell[16620, 440, 206, 3, 23, "Print",ExpressionUUID->"7486922a-ded0-43f2-9f3b-d008b23812be", CellID->847085277], -Cell[16773, 440, 236, 4, 23, "Print",ExpressionUUID->"5d25fa4d-110c-4722-8e97-892ef88e90b2", +Cell[16829, 445, 236, 4, 23, "Print",ExpressionUUID->"5d25fa4d-110c-4722-8e97-892ef88e90b2", CellID->919191150], -Cell[17012, 446, 220, 3, 23, "Print",ExpressionUUID->"c8dbcc40-2d04-4d11-a0ee-d04646ce623f", +Cell[17068, 451, 220, 3, 23, "Print",ExpressionUUID->"c8dbcc40-2d04-4d11-a0ee-d04646ce623f", CellID->1441315261], -Cell[17235, 451, 236, 4, 23, "Print",ExpressionUUID->"8e40d95a-086e-48e5-8e5c-0b71c4c6f5f2", +Cell[17291, 456, 236, 4, 23, "Print",ExpressionUUID->"8e40d95a-086e-48e5-8e5c-0b71c4c6f5f2", CellID->1937485220], -Cell[17474, 457, 236, 4, 23, "Print",ExpressionUUID->"4b0c3ec1-7482-4de5-a240-85003ac8bbad", +Cell[17530, 462, 236, 4, 23, "Print",ExpressionUUID->"4b0c3ec1-7482-4de5-a240-85003ac8bbad", CellID->1772860507], -Cell[17713, 463, 207, 3, 23, "Print",ExpressionUUID->"0c4915ac-e6cf-474f-95b5-516eb3341ad0", +Cell[17769, 468, 207, 3, 23, "Print",ExpressionUUID->"0c4915ac-e6cf-474f-95b5-516eb3341ad0", CellID->1244893433], -Cell[17923, 468, 236, 4, 23, "Print",ExpressionUUID->"7891da0a-9ffc-4892-aacd-4b9dd1de602a", +Cell[17979, 473, 236, 4, 23, "Print",ExpressionUUID->"7891da0a-9ffc-4892-aacd-4b9dd1de602a", CellID->1947471623] }, Open ]] }, Open ]], -Cell[18186, 476, 138, 1, 38, "ExampleText",ExpressionUUID->"33341282-f284-41b6-b508-539cdaeca504", +Cell[18242, 481, 138, 1, 39, "ExampleText",ExpressionUUID->"33341282-f284-41b6-b508-539cdaeca504", CellID->1512293528], -Cell[18327, 479, 224, 6, 27, "Input",ExpressionUUID->"a3d0cbdb-605d-4104-b496-f63f2fe26f0e", +Cell[18383, 484, 224, 6, 27, "Input",ExpressionUUID->"a3d0cbdb-605d-4104-b496-f63f2fe26f0e", CellID->533778697], -Cell[18554, 487, 293, 8, 70, "Input",ExpressionUUID->"475b2789-53d2-4016-a665-31e5184581f2", +Cell[18610, 492, 293, 8, 27, "Input",ExpressionUUID->"475b2789-53d2-4016-a665-31e5184581f2", CellID->1492757341], -Cell[18850, 497, 237, 6, 70, "Input",ExpressionUUID->"4ede494c-6afb-4c78-ac17-7e74071b8ae4", +Cell[18906, 502, 237, 6, 70, "Input",ExpressionUUID->"4ede494c-6afb-4c78-ac17-7e74071b8ae4", CellID->459876703], -Cell[19090, 505, 384, 6, 70, "ExampleText",ExpressionUUID->"3ba3329d-b4ce-4fe2-8a15-5c779ebe86c9", +Cell[19146, 510, 384, 6, 70, "ExampleText",ExpressionUUID->"3ba3329d-b4ce-4fe2-8a15-5c779ebe86c9", CellID->2129268480], -Cell[19477, 513, 447, 12, 70, "Input",ExpressionUUID->"2a4bb606-a936-4fee-8ab1-f5059f655915", +Cell[19533, 518, 447, 12, 70, "Input",ExpressionUUID->"2a4bb606-a936-4fee-8ab1-f5059f655915", CellID->203251815], Cell[CellGroupData[{ -Cell[19949, 529, 159, 3, 70, "Input",ExpressionUUID->"d7dc261b-d9bc-4f50-8c15-5df886c80ad2", +Cell[20005, 534, 159, 3, 70, "Input",ExpressionUUID->"d7dc261b-d9bc-4f50-8c15-5df886c80ad2", CellID->1260139056], -Cell[20111, 534, 157, 3, 36, "Output",ExpressionUUID->"88d8df77-8310-4448-a093-a9d64202d8f9", +Cell[20167, 539, 157, 3, 36, "Output",ExpressionUUID->"88d8df77-8310-4448-a093-a9d64202d8f9", CellID->620039349] }, Open ]], Cell[CellGroupData[{ -Cell[20305, 542, 187, 4, 70, "Input",ExpressionUUID->"d88eb422-f617-4987-aff4-8d4c2ddb362c", +Cell[20361, 547, 187, 4, 70, "Input",ExpressionUUID->"d88eb422-f617-4987-aff4-8d4c2ddb362c", CellID->1416705581], -Cell[20495, 548, 1937596, 36684, 70, "Output",ExpressionUUID->"714a141d-70ac-4186-998e-a94c8f6a0c63", +Cell[20551, 553, 1937310, 36673, 70, "Output",ExpressionUUID->"714a141d-70ac-4186-998e-a94c8f6a0c63", CellID->515270586] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[1958103, 37235, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"85d57199-a279-4036-8c4e-2119ec2e6292"], +Cell[1963599, 37385, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d0b9069e-17e8-4024-9f99-cedc29f8755b"], +Cell[1964272, 37405, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"47bae4a4-93da-417b-8507-bbad4d800c62"], +Cell[1965308, 37433, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"4032965c-e890-4e1c-a070-2b62f89a4e11"], Cell[CellGroupData[{ -Cell[1958355, 37243, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"006093b7-0972-4fa1-9450-dd6bf1d38bcf"], -Cell[1963851, 37393, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b5fa54ea-f3be-46d3-a095-c9e237b961af"] -}, Open ]], -Cell[1964536, 37414, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a03dd5d0-5427-4240-9bfc-7ab4b9065529"], -Cell[1965572, 37442, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"d6466a16-03cd-4a34-9a29-4c0e50e16d05"], -Cell[CellGroupData[{ -Cell[1968501, 37527, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"33c97c77-7d1b-442a-ac9b-cb31c83ff739", +Cell[1968237, 37518, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"33c97c77-7d1b-442a-ac9b-cb31c83ff739", CellID->2135167160], -Cell[1968642, 37530, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"302570e6-e6a1-4fc8-8fb1-f505c325ca8d", +Cell[1968378, 37521, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"302570e6-e6a1-4fc8-8fb1-f505c325ca8d", CellID->1194386356], -Cell[1968864, 37536, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6123813d-22ad-4433-9cda-3bd680427fcd", +Cell[1968600, 37527, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6123813d-22ad-4433-9cda-3bd680427fcd", CellID->1641706272], -Cell[1969079, 37541, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b7494ee4-b8d7-4a79-8c46-ffc04bb8681c", +Cell[1968815, 37532, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b7494ee4-b8d7-4a79-8c46-ffc04bb8681c", CellID->399251956], -Cell[1969308, 37547, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d721f5fa-8ea9-44df-a437-4c8b749384df", +Cell[1969044, 37538, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d721f5fa-8ea9-44df-a437-4c8b749384df", CellID->821434655] }, Open ]], -Cell[1969545, 37553, 78, 0, 70, "FooterCell",ExpressionUUID->"6c68c5b8-3f32-485e-8444-c2e91916ced9"] +Cell[1969281, 37544, 78, 0, 70, "FooterCell",ExpressionUUID->"c1519f37-7d5f-4fa4-b6ae-b8e349b07535"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IncreasingMargContributions.nb b/Documentation/English/ReferencePages/Symbols/IncreasingMargContributions.nb index 781e4c8..7d84d3c 100644 --- a/Documentation/English/ReferencePages/Symbols/IncreasingMargContributions.nb +++ b/Documentation/English/ReferencePages/Symbols/IncreasingMargContributions.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41883, 1078] -NotebookOptionsPosition[ 33666, 916] -NotebookOutlinePosition[ 35822, 970] -CellTagsIndexPosition[ 35737, 965] +NotebookDataLength[ 41895, 1079] +NotebookOptionsPosition[ 33690, 918] +NotebookOutlinePosition[ 35867, 973] +CellTagsIndexPosition[ 35782, 968] WindowTitle->IncreasingMargContributions WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ed59b51a-c8f0-49f4-a388-a879b12ec15a"], + "5404216a-a982-4cac-a99c-afe7082b2e32"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ad1637e4-21d4-46a5-b451-00212743182b"], + "d87e5f3f-5cfd-4f78-8312-49ad1354e1e0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39d81feb-d75a-4e66-8967-7b0c6e9a8b50"] - }],ExpressionUUID->"1d4e26c5-d9eb-4ed5-97bc-640f7bd40937"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "ff558ad8-00a6-4185-8504-0ffccef59b42"] + }],ExpressionUUID->"4cd8170f-b8e7-4920-885f-685ffe5ae469"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b0719e0-ae80-4c89-a1d5-7d02fec5622f"], + "03dcb0bd-7a3e-4142-a13f-34a0890a9c0c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1dfcf1ce-ad39-4c77-a7c3-729148f69bae"] - }],ExpressionUUID->"91b158e4-d61b-4827-a797-eb6c4a751a3a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fa33cc7c-39e1-43b5-a13e-d8025397e834"] + }],ExpressionUUID->"20fbd8fb-5554-4e25-a799-49002e539649"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f535b47-7a45-4790-974a-1a84176e932a"], + "74907712-de51-4f54-99e4-46101b5a38cf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e6801022-d36d-47bb-afc7-7be5e3e8d6e4"] - }],ExpressionUUID->"903745bb-de6a-4ae5-bbcf-931c0c0657d3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ac07fb1a-8587-4a4d-85e7-fae73c541f95"] + }],ExpressionUUID->"fa448b37-23e2-4600-975b-13c8caab5a2a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95b150bb-185d-40f3-b7e9-d4a042e6fbca"], + "fec50ba0-0a14-4e7a-9ab5-8d6c4948c898"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,52 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a5ece2a5-85d4-4320-9d5c-2924b25448a0"] - }],ExpressionUUID->"40b6a49a-1c89-45f9-874d-7c892af70b08"], - StripOnInput->False], {"\<\"TUG/ref/IncreasingMargContributions\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IncreasingMargContributions"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d28649a3-c295-4c4a-a071-284d93193dc2"] + }],ExpressionUUID->"3a875370-77ff-4eef-bf47-4ea420e0cc2f"], + StripOnInput->False],{ + "\"TUG/ref/IncreasingMargContributions\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IncreasingMargContributions"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IncreasingMargContributions.html"], StandardForm]], "Input", - TextClipboardType -> "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$93617], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IncreasingMargContributions" <> ".html"], None}]}]}, + TextClipboardType -> "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$101587], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IncreasingMargContributions" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e14ca9bc-bbc1-44c2-b5c9-97a658f66925"] + "9caead1c-49eb-46db-ae5b-39ba869e83c7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c378c30d-bafa-42ff-87c1-fac6ae347c84"]} + "e4db132f-9cad-4736-adf2-e0fb7b689bcc"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2e9d2055-831a-4d37-a3c0-29e9bab90aa3"], + CellID->1,ExpressionUUID->"60ddafe3-1750-4c04-b33a-6ff7b1f2a6c8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"45cb33cd-5e53-43a5-acb5-277a5119b5c5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ef62879f-236d-4ef9-aaee-1733d982efd9"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IncreasingMargContributions", "ObjectName",ExpressionUUID-> - "240b1b19-fa03-455b-84d3-10ae3401b0c4"], + "b7d441f2-6e7a-4fc3-8c3b-db1799892a9a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"21231a66-c263-4bab-8830-044f3043df00"], + "Spacer1"]],ExpressionUUID->"b65ab502-fc14-4418-b0cb-cddbe7b1786d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5b7ab98b-2348-4d50-a14a-d135dd42b64b"] - }],ExpressionUUID->"c534eb45-56f9-4983-8eb0-b8f7ae9d087f"], Cell[BoxData[ + "a40327bd-51ae-446b-bee0-5c4b145731ea"] + }],ExpressionUUID->"a5051c30-9c8f-4dab-b9d7-038b020b0825"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1ddf5e6c-3fbd-4323-8d2d-28153186a4fb"]} + "f77320cb-0c66-447f-961a-97f297d81bd9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cda24f79-309a-4857-9a64-5e4cb773a5b4"], + CacheGraphics->False,ExpressionUUID->"119de17b-c7f7-4aaf-b061-04dd48ad2a4f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "3e40d287-d0e9-4b0d-be20-0308f580db69"], " are increasing." - }],ExpressionUUID->"190d9cbb-52e3-426d-b02e-618e1dd454da"]} + }],ExpressionUUID->"421a88d8-d37e-4932-a8dc-eb09835eaeb1"]} }]], "Usage", CellID->756566130,ExpressionUUID->"5206cfbb-bad4-4143-a4ab-0a9d83ec4af4"] }, Open ]], @@ -276,12 +281,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f516e97-6e47-4316-a5a7-a126327150c0"], + ExpressionUUID->"2679c7ae-4220-453d-b1cd-9426744395c9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8dc4217b-3418-47bb-b4c0-196306e71fcc"], + "Spacer1"]],ExpressionUUID->"d20265cc-a49b-40f7-9081-73a5f0989867"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"687a098d-eb88-4908-9f92-be60d56565ec"], + }], "NotesFrameText",ExpressionUUID->"b8c9869d-7c30-42ce-beaf-b0567de6c9d8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +297,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3a8abbc8-55a5-412f-b6b2-c1720316b26d"]], \ + "Preemptive"]],ExpressionUUID->"dc07fde9-5e15-410b-abeb-f5a266d80f79"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2027032991,ExpressionUUID->"6472691d-68ba-45f1-be12-0e1b9e5fffd1"], + CellID->1808015731,ExpressionUUID->"151d50ad-ea8f-4177-ab73-363b7042a05e"], Cell[TextData[{ "The input expression ", @@ -377,19 +382,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d488f6b2-b7be-41a0-8c22-01574b8bbf08"], + ExpressionUUID->"25337325-c26e-4ac2-b421-eb84f2ea030f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eda78e75-07b9-4442-8657-1f57413460de"], + "Spacer1"]],ExpressionUUID->"9e18b7fc-58ec-4441-8d01-2fb72edbf160"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "aed213ed-2126-4f9a-ac06-37c1947b908a"] + "ba2a3cd2-a341-4dfa-8594-dae9726d4f7a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1304408897,ExpressionUUID->"b7b29fb0-9d84-404e-86ba-5543aed21e28"], + CellID->337578572,ExpressionUUID->"d728cb93-df2d-4d75-b8f5-993e3234e0cf"], Cell[CellGroupData[{ @@ -418,18 +423,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"89bc7650-3997-4348-8128-1e2f4e951e69"], + ExpressionUUID->"f42790da-78f7-44f2-9b71-358ab406a071"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1b5922a7-537c-4dee-910f-80f1ba99c807"], + "Spacer1"]],ExpressionUUID->"6d541dd4-e201-47be-86d2-cb450099af82"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "88b5c9a5-53b9-41cd-a834-14285918bbae"] + "dbf645b7-ba08-4d40-8e66-cbab28ca9325"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->645765237,ExpressionUUID->"d700940a-08a7-41b6-87d3-d03f6851147f"], + CellID->1291017037,ExpressionUUID->"843f8f9a-205a-4e4b-a803-b4768eba9ee2"], Cell["Loading the package:", "ExampleText", CellID->149936240,ExpressionUUID->"a39d7fe8-4b79-4ace-9bc1-a2c7ef1e4cbc"], @@ -618,8 +623,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -767,15 +770,15 @@ Cell[BoxData[GridBox[{ "ee103b22-563a-4a97-af03-7dd27f643aa9"] }], "SeeAlso",ExpressionUUID->"ffe8c86b-d9ac-49d5-94dd-f032bdb8b5a4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"35516e67-02c2-44cb-a667-\ -0370331d1b9f"], + }]], "SeeAlsoSection",ExpressionUUID->"96a906bd-b237-47c4-bdd3-\ +b0b9e2650525"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -787,9 +790,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b4245a76-6c0c-4a2a-9110-9a65fdddadda"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d8271f5a-b142-450a-a25d-\ -f9a1f2a5048b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"48e255ba-7364-4d3c-b012-\ +9c3c6192b5e2"], Cell[BoxData[GridBox[{ { @@ -806,7 +808,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3efa3105-1341-4279-9d44-52544af75256"]}]}, + "c5f90e98-ee2f-424b-8d34-81042119e53a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -814,10 +816,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "52710b63-7f3a-4372-b7b3-c7651c13f282"]}]} + "ebc982ac-faa8-4bb0-b5d0-dd566222e251"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"72dc5bb8-a631-4c62-8660-\ -5a87c9fa2685"], + }]], "MoreAboutSection",ExpressionUUID->"3238cf08-bfe4-4582-8fc9-\ +dd6fcba9aa9c"], Cell[BoxData[GridBox[{ { @@ -844,7 +846,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "747a5523-c61e-4192-9b39-f6b283c61301"]], "RelatedLinks", + "0d5e7e7d-16ef-43ba-b41e-1f46b65c6c48"]], "RelatedLinks", ExpressionUUID->"3813417e-4c68-48da-98f5-1ebcd7542f38"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,7 +863,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3b4f73bb-8e63-4d74-92b7-bb5b187effc1"]], "RelatedLinks", + "93bc1893-e991-4b69-accf-bbe79a649524"]], "RelatedLinks", ExpressionUUID->"91237466-c876-4a28-b216-7c7dd4753fc6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -878,11 +880,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklySuperAdditiveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9c38e55c-f99a-4cca-b2ff-708242e0b487"]], "RelatedLinks", + "5f8db13a-c0aa-4faf-99f6-326f77af67b1"]], "RelatedLinks", ExpressionUUID->"ddb9990e-da53-42fc-b776-60b2912086eb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3d9f8331-c7d6-4908-9203-\ -535924160933"], + }]], "RelatedLinksSection",ExpressionUUID->"e026fb73-bf04-4ae2-9d0a-\ +07c3f9036c79"], Cell[CellGroupData[{ @@ -912,11 +914,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b31aa3a2-36d1-4ad2-a332-3663b4efcf22"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"818f5cab-cabb-4f6a-b8aa-13f31f070cf4"] +Cell[" ", "FooterCell",ExpressionUUID->"b40c9719-3d4b-458f-a446-04d687353286"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IncreasingMargContributions", TaggingRules->{ @@ -927,7 +929,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 35.214671}", + "built" -> "{2024, 6, 3, 16, 53, 6.308428}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -935,10 +937,11 @@ TaggingRules->{ "IncreasingMargContributions[game, i] checks if the marginal \ contributions of player i are increasing.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IncreasingMargContributions", - "titlemodifier" -> "", "windowtitle" -> "IncreasingMargContributions", - "type" -> "Symbol", "uri" -> "TUG/ref/IncreasingMargContributions"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "IncreasingMargContributions", "type" -> "Symbol", "uri" -> + "TUG/ref/IncreasingMargContributions"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -947,9 +950,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f16ebfa7-ecb0-40fc-8a6b-9d1fe2d874c9" +ExpressionUUID->"db5b5b31-77cb-42b4-a846-e15176f0e44c" ] (* End of Notebook Content *) @@ -957,129 +960,127 @@ ExpressionUUID->"f16ebfa7-ecb0-40fc-8a6b-9d1fe2d874c9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13810, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b7b29fb0-9d84-404e-86ba-5543aed21e28", + Cell[13868, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d728cb93-df2d-4d75-b8f5-993e3234e0cf", CellTags->"PrimaryExamplesSection", - CellID->1304408897]} + CellID->337578572]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35536, 958} + {"PrimaryExamplesSection", 35582, 961} } *) (*NotebookFileOutline Notebook[{ -Cell[599, 21, 7151, 169, 56, "AnchorBarGrid",ExpressionUUID->"2e9d2055-831a-4d37-a3c0-29e9bab90aa3", +Cell[599, 21, 7209, 174, 57, "AnchorBarGrid",ExpressionUUID->"60ddafe3-1750-4c04-b33a-6ff7b1f2a6c8", CellID->1], -Cell[7753, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"45cb33cd-5e53-43a5-acb5-277a5119b5c5"], +Cell[7811, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ef62879f-236d-4ef9-aaee-1733d982efd9"], Cell[CellGroupData[{ -Cell[7864, 196, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"cda24f79-309a-4857-9a64-5e4cb773a5b4"], -Cell[9168, 233, 669, 14, 111, "Usage",ExpressionUUID->"5206cfbb-bad4-4143-a4ab-0a9d83ec4af4", +Cell[7922, 201, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"119de17b-c7f7-4aaf-b061-04dd48ad2a4f"], +Cell[9226, 238, 669, 14, 111, "Usage",ExpressionUUID->"5206cfbb-bad4-4143-a4ab-0a9d83ec4af4", CellID->756566130] }, Open ]], Cell[CellGroupData[{ -Cell[9874, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"6472691d-68ba-45f1-be12-0e1b9e5fffd1", +Cell[9932, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"151d50ad-ea8f-4177-ab73-363b7042a05e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2027032991], -Cell[11772, 301, 917, 20, 78, "Notes",ExpressionUUID->"40dac61e-d7ce-4251-8fe9-bfbead3f2669", + CellID->1808015731], +Cell[11830, 306, 917, 20, 78, "Notes",ExpressionUUID->"40dac61e-d7ce-4251-8fe9-bfbead3f2669", CellID->1014199156], -Cell[12692, 323, 489, 12, 37, "Notes",ExpressionUUID->"ca88bdb4-7f6c-4489-b5bc-97803a16fc85", +Cell[12750, 328, 489, 12, 38, "Notes",ExpressionUUID->"ca88bdb4-7f6c-4489-b5bc-97803a16fc85", CellID->177724765], -Cell[13184, 337, 310, 5, 57, "Notes",ExpressionUUID->"0709d204-4a8b-41a2-a4f4-e9d32d2a0b76", +Cell[13242, 342, 310, 5, 57, "Notes",ExpressionUUID->"0709d204-4a8b-41a2-a4f4-e9d32d2a0b76", CellID->1621643228], -Cell[13497, 344, 186, 4, 36, "Notes",ExpressionUUID->"e12ebe4f-071a-45e8-9da6-48a2a866433a", +Cell[13555, 349, 186, 4, 36, "Notes",ExpressionUUID->"e12ebe4f-071a-45e8-9da6-48a2a866433a", CellID->1070107958] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13810, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b7b29fb0-9d84-404e-86ba-5543aed21e28", +Cell[13868, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d728cb93-df2d-4d75-b8f5-993e3234e0cf", CellTags->"PrimaryExamplesSection", - CellID->1304408897], + CellID->337578572], Cell[CellGroupData[{ -Cell[15256, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d700940a-08a7-41b6-87d3-d03f6851147f", - CellID->645765237], -Cell[16657, 433, 118, 1, 38, "ExampleText",ExpressionUUID->"a39d7fe8-4b79-4ace-9bc1-a2c7ef1e4cbc", +Cell[15313, 400, 1399, 36, 30, "ExampleSection",ExpressionUUID->"843f8f9a-205a-4e4b-a803-b4768eba9ee2", + CellID->1291017037], +Cell[16715, 438, 118, 1, 39, "ExampleText",ExpressionUUID->"a39d7fe8-4b79-4ace-9bc1-a2c7ef1e4cbc", CellID->149936240], Cell[CellGroupData[{ -Cell[16800, 438, 167, 3, 27, "Input",ExpressionUUID->"51b0ce7f-f956-49b5-a211-c7f726037c2d", +Cell[16858, 443, 167, 3, 27, "Input",ExpressionUUID->"51b0ce7f-f956-49b5-a211-c7f726037c2d", CellID->849660722], Cell[CellGroupData[{ -Cell[16992, 445, 237, 4, 23, "Print",ExpressionUUID->"363f51c5-0328-47f3-b4cb-d999660d59de", +Cell[17050, 450, 237, 4, 23, "Print",ExpressionUUID->"363f51c5-0328-47f3-b4cb-d999660d59de", CellID->1427650685], -Cell[17232, 451, 366, 8, 23, "Print",ExpressionUUID->"4a9d39d2-f63b-4664-a2f8-47c2d28b0a47", +Cell[17290, 456, 366, 8, 23, "Print",ExpressionUUID->"4a9d39d2-f63b-4664-a2f8-47c2d28b0a47", CellID->2113030557], -Cell[17601, 461, 236, 4, 23, "Print",ExpressionUUID->"b06e59e1-65e8-48d0-a271-c795582577e8", +Cell[17659, 466, 236, 4, 23, "Print",ExpressionUUID->"b06e59e1-65e8-48d0-a271-c795582577e8", CellID->336015913], -Cell[17840, 467, 220, 3, 23, "Print",ExpressionUUID->"4b855835-56c5-43e3-8e27-0c7ab285f7d3", +Cell[17898, 472, 220, 3, 23, "Print",ExpressionUUID->"4b855835-56c5-43e3-8e27-0c7ab285f7d3", CellID->953399828], -Cell[18063, 472, 207, 3, 23, "Print",ExpressionUUID->"4ec193bd-3784-4607-8557-c32f1925116a", +Cell[18121, 477, 207, 3, 23, "Print",ExpressionUUID->"4ec193bd-3784-4607-8557-c32f1925116a", CellID->342240972], -Cell[18273, 477, 238, 4, 23, "Print",ExpressionUUID->"cfd42047-313e-4b19-98dc-0c3c4f9ecdd3", +Cell[18331, 482, 238, 4, 23, "Print",ExpressionUUID->"cfd42047-313e-4b19-98dc-0c3c4f9ecdd3", CellID->1901544267], -Cell[18514, 483, 221, 3, 23, "Print",ExpressionUUID->"93fdb99c-d2fb-4d1b-96ef-f9df671ac526", +Cell[18572, 488, 221, 3, 23, "Print",ExpressionUUID->"93fdb99c-d2fb-4d1b-96ef-f9df671ac526", CellID->1506036447], -Cell[18738, 488, 236, 4, 23, "Print",ExpressionUUID->"14d0259c-28ec-4d73-8eb6-62375d3f99cf", +Cell[18796, 493, 236, 4, 23, "Print",ExpressionUUID->"14d0259c-28ec-4d73-8eb6-62375d3f99cf", CellID->707464033], -Cell[18977, 494, 237, 4, 23, "Print",ExpressionUUID->"001b578b-5f17-4521-b16f-a638942b0c65", +Cell[19035, 499, 237, 4, 23, "Print",ExpressionUUID->"001b578b-5f17-4521-b16f-a638942b0c65", CellID->1666432206], -Cell[19217, 500, 207, 3, 70, "Print",ExpressionUUID->"4e860df9-f79b-421a-9989-5a8bb48486c9", +Cell[19275, 505, 207, 3, 23, "Print",ExpressionUUID->"4e860df9-f79b-421a-9989-5a8bb48486c9", CellID->454133494], -Cell[19427, 505, 237, 4, 70, "Print",ExpressionUUID->"c5233094-1fd6-4fd4-a28c-c63ac458fce4", +Cell[19485, 510, 237, 4, 70, "Print",ExpressionUUID->"c5233094-1fd6-4fd4-a28c-c63ac458fce4", CellID->1847175630] }, Open ]] }, Open ]], -Cell[19691, 513, 136, 1, 70, "ExampleText",ExpressionUUID->"eb2af11d-a8a1-4eeb-b0d0-cac5064a983d", +Cell[19749, 518, 136, 1, 70, "ExampleText",ExpressionUUID->"eb2af11d-a8a1-4eeb-b0d0-cac5064a983d", CellID->293041924], -Cell[19830, 516, 235, 6, 70, "Input",ExpressionUUID->"ca87fe98-1114-455f-92f5-608ecad463f1", +Cell[19888, 521, 235, 6, 70, "Input",ExpressionUUID->"ca87fe98-1114-455f-92f5-608ecad463f1", CellID->1771579469], -Cell[20068, 524, 380, 9, 70, "Input",ExpressionUUID->"97ef6f9c-1d37-4e9f-a198-850f241faf3c", +Cell[20126, 529, 380, 9, 70, "Input",ExpressionUUID->"97ef6f9c-1d37-4e9f-a198-850f241faf3c", CellID->604498593], -Cell[20451, 535, 238, 6, 70, "Input",ExpressionUUID->"90aee49e-8f3f-463f-85e4-9fd3654952dd", +Cell[20509, 540, 238, 6, 70, "Input",ExpressionUUID->"90aee49e-8f3f-463f-85e4-9fd3654952dd", CellID->1363149882], -Cell[20692, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"a822c9be-1867-4245-a2b4-14e0be2ec107", +Cell[20750, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"a822c9be-1867-4245-a2b4-14e0be2ec107", CellID->1294818910], Cell[CellGroupData[{ -Cell[20908, 551, 184, 3, 70, "Input",ExpressionUUID->"085b34a8-4ad6-4333-8504-0571e9a4ac11", +Cell[20966, 556, 184, 3, 70, "Input",ExpressionUUID->"085b34a8-4ad6-4333-8504-0571e9a4ac11", CellID->220189552], -Cell[21095, 556, 174, 4, 36, "Output",ExpressionUUID->"af197c74-7ed3-4a80-8368-a44aa4349d4b", +Cell[21153, 561, 174, 4, 36, "Output",ExpressionUUID->"af197c74-7ed3-4a80-8368-a44aa4349d4b", CellID->1491566332] }, Open ]], -Cell[21284, 563, 185, 3, 70, "ExampleText",ExpressionUUID->"9a580f2d-ec1a-412d-bb63-5bd584d430c6", +Cell[21342, 568, 185, 3, 70, "ExampleText",ExpressionUUID->"9a580f2d-ec1a-412d-bb63-5bd584d430c6", CellID->2024941004], Cell[CellGroupData[{ -Cell[21494, 570, 208, 4, 70, "Input",ExpressionUUID->"9aabb7ab-1734-4f6b-9975-3a435ddd9a74", +Cell[21552, 575, 208, 4, 70, "Input",ExpressionUUID->"9aabb7ab-1734-4f6b-9975-3a435ddd9a74", CellID->1667974553], -Cell[21705, 576, 608, 17, 54, "Output",ExpressionUUID->"25ecf21c-2e8c-4603-b821-4cbb26f7b725", +Cell[21763, 581, 608, 17, 53, "Output",ExpressionUUID->"25ecf21c-2e8c-4603-b821-4cbb26f7b725", CellID->1840359296] }, Open ]], -Cell[22328, 596, 177, 3, 70, "ExampleText",ExpressionUUID->"329a33ec-2e57-46d2-9227-45925bf23738", +Cell[22386, 601, 177, 3, 70, "ExampleText",ExpressionUUID->"329a33ec-2e57-46d2-9227-45925bf23738", CellID->548082289], Cell[CellGroupData[{ -Cell[22530, 603, 165, 3, 70, "Input",ExpressionUUID->"a8f5ee26-a27e-4c43-b76c-49e5c5fc3369", +Cell[22588, 608, 165, 3, 70, "Input",ExpressionUUID->"a8f5ee26-a27e-4c43-b76c-49e5c5fc3369", CellID->2057622441], -Cell[22698, 608, 160, 3, 36, "Output",ExpressionUUID->"2f465ad3-fc34-4162-a3c2-a41de5aae1d9", +Cell[22756, 613, 160, 3, 36, "Output",ExpressionUUID->"2f465ad3-fc34-4162-a3c2-a41de5aae1d9", CellID->565184287] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23158, 625, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"96a906bd-b237-47c4-bdd3-b0b9e2650525"], +Cell[28610, 775, 670, 18, 70, "TechNotesSection",ExpressionUUID->"48e255ba-7364-4d3c-b012-9c3c6192b5e2"], +Cell[29283, 795, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3238cf08-bfe4-4582-8fc9-dd6fcba9aa9c"], +Cell[30319, 823, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"e026fb73-bf04-4ae2-9d0a-07c3f9036c79"], Cell[CellGroupData[{ -Cell[23122, 622, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"35516e67-02c2-44cb-a667-0370331d1b9f"], -Cell[28574, 772, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d8271f5a-b142-450a-a25d-f9a1f2a5048b"] -}, Open ]], -Cell[29259, 793, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"72dc5bb8-a631-4c62-8660-5a87c9fa2685"], -Cell[30295, 821, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"3d9f8331-c7d6-4908-9203-535924160933"], -Cell[CellGroupData[{ -Cell[32541, 888, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bbed25b6-ec70-44ba-a7b4-ad8b7c3d6a75", +Cell[32565, 890, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"bbed25b6-ec70-44ba-a7b4-ad8b7c3d6a75", CellID->174251628], -Cell[32681, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d630c346-9e47-4b35-8e44-fefb824e39fd", +Cell[32705, 893, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d630c346-9e47-4b35-8e44-fefb824e39fd", CellID->1194386356], -Cell[32903, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c75ac676-27c6-479b-8684-63a72917151c", +Cell[32927, 899, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c75ac676-27c6-479b-8684-63a72917151c", CellID->1641706272], -Cell[33118, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d82c80a2-dc4b-4750-9df9-7042d1a1d232", +Cell[33142, 904, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d82c80a2-dc4b-4750-9df9-7042d1a1d232", CellID->399251956], -Cell[33347, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b31aa3a2-36d1-4ad2-a332-3663b4efcf22", +Cell[33371, 910, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b31aa3a2-36d1-4ad2-a332-3663b4efcf22", CellID->821434655] }, Open ]], -Cell[33584, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"818f5cab-cabb-4f6a-b8aa-13f31f070cf4"] +Cell[33608, 916, 78, 0, 70, "FooterCell",ExpressionUUID->"b40c9719-3d4b-458f-a446-04d687353286"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IntersectionOfMaxExcessSets.nb b/Documentation/English/ReferencePages/Symbols/IntersectionOfMaxExcessSets.nb index 35fd882..5c01564 100644 --- a/Documentation/English/ReferencePages/Symbols/IntersectionOfMaxExcessSets.nb +++ b/Documentation/English/ReferencePages/Symbols/IntersectionOfMaxExcessSets.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45558, 1186] -NotebookOptionsPosition[ 35985, 993] -NotebookOutlinePosition[ 38178, 1048] -CellTagsIndexPosition[ 38092, 1043] +NotebookDataLength[ 45567, 1186] +NotebookOptionsPosition[ 36009, 995] +NotebookOutlinePosition[ 38220, 1050] +CellTagsIndexPosition[ 38134, 1045] WindowTitle->IntersectionOfMaxExcessSets WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1e9e2ff5-2118-44db-b49d-ee9c70ea3d7e"], + "19ecd4d1-3f8a-4355-bcd8-27266dfc7c86"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1a79b9f7-e095-4ec1-a8da-1282354163f0"], + "54770478-a211-4412-8a7b-a597b872d549"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "72e148a6-943b-4910-bbaf-672226d12b96"] - }],ExpressionUUID->"76ad3818-a4da-421a-b8f4-bab8b8b4219b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "2876e688-3e66-4a5c-bb88-e47fd59eb85b"] + }],ExpressionUUID->"aa41decf-aebe-4c86-bcd1-a486ec06cfef"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "feb6ed23-a106-4736-9916-2231176d4aba"], + "e34395d4-bc7b-4548-b00c-cfcd7dcf8c45"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ac851fbb-de48-431a-8316-d1cc4d2ec401"] - }],ExpressionUUID->"d77c8f79-32e6-4afb-bafe-1318e984354d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3583c472-323f-40af-b3a2-022812c67971"] + }],ExpressionUUID->"dcf1a94f-232b-4adc-806d-694ab24d9499"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ff97da5d-973a-4523-abcc-b34e813e631f"], + "fcda76b3-083b-4c37-a379-11e4ecaa67ff"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d6e6b9ca-b9d5-4e3e-a096-3d62105c7629"] - }],ExpressionUUID->"3f10d1a5-ae6d-466f-b4c5-781adc3f4ec3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3466948f-f601-4e43-a020-262b84a864b4"] + }],ExpressionUUID->"a2db20b7-a228-4b4b-a01f-5f3b1f6f7635"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6e06163-cd2c-4651-8c79-3b4a7c1f22d1"], + "bfa4deb9-95d1-4c72-9579-1a7fff3114c7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,52 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "28012895-9e34-4754-8668-5c6faf29cb46"] - }],ExpressionUUID->"f737c51a-6772-4dd3-875f-2a7e6f00a688"], - StripOnInput->False], {"\<\"TUG/ref/IntersectionOfMaxExcessSets\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IntersectionOfMaxExcessSets"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "23a7c1e7-876a-4520-971f-3b35bdda8930"] + }],ExpressionUUID->"376d8997-c89c-42ba-a65c-34acff834fa4"], + StripOnInput->False],{ + "\"TUG/ref/IntersectionOfMaxExcessSets\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IntersectionOfMaxExcessSets"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IntersectionOfMaxExcessSets.html"], StandardForm]], "Input", - TextClipboardType -> "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$95311], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IntersectionOfMaxExcessSets" <> ".html"], None}]}]}, + TextClipboardType -> "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$103383], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IntersectionOfMaxExcessSets" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ce415bd3-d564-46e9-acc8-cb8f81f27eac"] + "d180b9b8-3203-4e7c-8553-5dc0d506eb0b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "553c53cb-cd4f-4d60-ad03-8d7b07c5d991"]} + "e85dbae5-a0ff-40dc-8f42-4733c2cc707d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a85070f8-5267-457a-906d-ca4e7c2c45aa"], + CellID->1,ExpressionUUID->"906e42d8-ea62-44e5-83c3-54ffe921a1c2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a414d0aa-d830-486d-90d3-37d1f692d2b8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6c9db508-7135-4ad9-bc0f-c08da0e96aa4"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IntersectionOfMaxExcessSets", "ObjectName",ExpressionUUID-> - "6f7ef74f-95b5-42a2-86ad-3b2debd0f4ab"], + "deec3db3-aaad-4cdc-8bcc-fc8b2dc4b6cc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"dc850e91-58f1-4cb7-b37a-94a6cc4419fe"], + "Spacer1"]],ExpressionUUID->"3b760b18-03fa-4820-9957-9a4aa570f684"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1dd8f01c-4953-40ca-82f2-9f61dd37b2ce"] - }],ExpressionUUID->"a39818f5-cf13-4932-8e2d-55a30aaf45fa"], Cell[BoxData[ + "2f935257-bbde-42aa-b4f0-60742c2657e4"] + }],ExpressionUUID->"b5818b80-78ea-47ab-ab67-2c3b605c6de0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c80a9598-d5d8-4db1-8496-cac5e8417a8e"]} + "b41fc189-8a50-45a1-a595-0848a0cc8dff"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d1df84fb-3c11-4e0e-ac1c-15f37ce0d1fe"], + CacheGraphics->False,ExpressionUUID->"358ba587-73e5-4b1d-a97f-9e01ece867ff"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "cd3079dd-df2d-4a0c-8512-691bb5616418"], " \[LineSeparator]determines if the set of proper coalitions with \ largest excesses has an empty intersection." - }],ExpressionUUID->"9b5d7a68-16e4-4411-aaae-f763737d8bf7"]} + }],ExpressionUUID->"0571484f-422b-4668-ac1f-a11f1a08f6bc"]} }]], "Usage", CellID->596505619,ExpressionUUID->"e8d29211-df84-416e-80e7-3f3d3fb3b677"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ff76608c-fa32-4e5e-b77f-46584cc4bfad"], + ExpressionUUID->"ccc9a4aa-1414-48e0-88e5-9095104161be"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"825881ab-827e-45d9-9993-055fcfddb643"], + "Spacer1"]],ExpressionUUID->"5e04a8a3-a5f8-4835-bc2e-68655033cab6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d730da3e-337b-49c8-8c2b-3a384fcd6995"], + }], "NotesFrameText",ExpressionUUID->"afae5b7b-3cfb-4793-aed2-e8cf2558ae2e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ee0d51ee-4041-4600-b4de-39af12d72b99"]], \ + "Preemptive"]],ExpressionUUID->"60feb90d-0907-43ad-8f6a-b6e6f22b3be7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1322972587,ExpressionUUID->"a0083259-48c7-49f8-a032-16cfca307fa9"], + CellID->1346349037,ExpressionUUID->"05603094-0245-41f3-a80b-9d900041da6b"], Cell[TextData[{ "The input expression ", @@ -367,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ebecb947-fd2d-46f9-8129-d1f3728abfed"], + ExpressionUUID->"fd58df53-227b-4a68-a336-890ddc5ba84f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e2e18bdd-0131-44d7-9f11-944d7efb12c4"], + "Spacer1"]],ExpressionUUID->"d3f067ba-ade0-47c8-9d43-3a46deb38f45"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e74d9131-e9cf-44c4-a801-009f77fea865"] + "47e17756-a644-4907-9a78-bd1b064e857c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->618914193,ExpressionUUID->"c94fd869-202f-4885-a854-a6a2ccabe9e5"], + CellID->932504721,ExpressionUUID->"86b5ac0a-6dd1-4133-b0b1-9cc26f926b4e"], Cell[CellGroupData[{ @@ -408,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"356f9302-8e10-47ca-9860-83aa49d95504"], + ExpressionUUID->"eb4b15fb-351b-4b38-8760-7a3d1ce8a112"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5f306dbd-a2d0-4af2-b09a-3b1dcdefda0d"], + "Spacer1"]],ExpressionUUID->"3a04f5a5-5307-42cb-ab7c-63e948be5d53"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fa2adaf1-b384-4623-a2a0-14417a5af56a"] + "75a3f72d-f992-4364-bf22-96ebd4e8ca09"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->891131326,ExpressionUUID->"eae81939-ebf5-44ce-b0d3-a193a3b4a948"], + CellID->824502502,ExpressionUUID->"9ec013cd-a628-4bfa-a21b-2c0af256f3a3"], Cell["Loading the package:", "ExampleText", CellID->315370025,ExpressionUUID->"2f554baf-6441-43f8-bab5-d223c804c3f5"], @@ -695,8 +700,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -844,15 +847,15 @@ Cell[BoxData[GridBox[{ "1ff8b119-98bf-42c4-8cbc-63c7dfd144e8"] }], "SeeAlso",ExpressionUUID->"39f82e4b-067b-4f61-bcec-2d0db781e890"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"672af360-3f94-4201-ba58-\ -f2cc7cba7339"], + }]], "SeeAlsoSection",ExpressionUUID->"cc5938a6-f3b8-4554-8571-\ +0a843902ff37"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -864,9 +867,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"db7bde5d-7c68-45f5-a566-fb6a19a8b050"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"359535c3-23e1-43e0-98a3-\ -2a8436753bd0"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"119655e6-4194-4e23-b7fd-\ +797f63eda3b1"], Cell[BoxData[GridBox[{ { @@ -883,7 +885,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "56453da4-945a-4ee7-878b-1b7ed236ae89"]}]}, + "e187cee2-bec4-43aa-b193-4a4e6fdca28d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -891,10 +893,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "45c1b55a-a091-4dbc-8421-c16dda1ae624"]}]} + "5eed166b-92b5-455b-a763-80edcba8ab02"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"425a5272-6afd-4768-a144-\ -8b6bf0212149"], + }]], "MoreAboutSection",ExpressionUUID->"49515a5d-c16d-47e2-9cd3-\ +84aaa2c80c03"], Cell[BoxData[GridBox[{ { @@ -921,7 +923,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "533570f8-52c2-428c-a90c-92426aac1f37"]], "RelatedLinks", + "d0294001-7989-4753-ab72-187bb6d1c8fe"]], "RelatedLinks", ExpressionUUID->"faaa092c-3920-4eaf-a032-45b3c52011b0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -938,7 +940,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "24cf34cf-66ca-440d-ba9e-315ea687c2b4"]], "RelatedLinks", + "11bedcc5-a7e8-433d-a4f8-ff23e4ec6023"]], "RelatedLinks", ExpressionUUID->"10996e34-e966-4b9d-97d8-d32707085236"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -955,11 +957,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/MaxExcessSets"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "27acb1ea-b2f8-4df3-ab2a-c9a159e55a3b"]], "RelatedLinks", + "17b6d1a4-a127-43c5-a834-015b388bf821"]], "RelatedLinks", ExpressionUUID->"a6102258-e6bf-40f7-80e7-54cafcf129a9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a4a9ceae-ff94-458c-bbd3-\ -b87fd3622de8"], + }]], "RelatedLinksSection",ExpressionUUID->"298d30c8-db26-4db7-9b77-\ +d03e7abc5c55"], Cell[CellGroupData[{ @@ -989,11 +991,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"17b10d2f-81a9-417e-bf25-8bca0a59d56a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1523e9d1-ad30-4784-b78c-f6a9fb770e19"] +Cell[" ", "FooterCell",ExpressionUUID->"c62afa48-9243-4f90-8a0a-050fc46a94bd"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IntersectionOfMaxExcessSets", TaggingRules->{ @@ -1004,7 +1006,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 45.990446}", + "built" -> "{2024, 6, 3, 16, 53, 14.477818}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1012,11 +1014,11 @@ TaggingRules->{ "IntersectionOfMaxExcessSets[game, payoff] determines if the set of \ proper coalitions with largest excesses has an empty intersection.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "IntersectionOfMaxExcessSets", "titlemodifier" -> "", "windowtitle" -> - "IntersectionOfMaxExcessSets", "type" -> "Symbol", "uri" -> - "TUG/ref/IntersectionOfMaxExcessSets"}}, + "IntersectionOfMaxExcessSets", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "IntersectionOfMaxExcessSets", "type" -> "Symbol", + "uri" -> "TUG/ref/IntersectionOfMaxExcessSets"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1025,9 +1027,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2fe3b40f-a996-429a-8ef3-2d79b714c9b2" +ExpressionUUID->"357a1c71-f169-4df4-b319-d5505bf09390" ] (* End of Notebook Content *) @@ -1035,159 +1037,157 @@ ExpressionUUID->"2fe3b40f-a996-429a-8ef3-2d79b714c9b2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13328, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c94fd869-202f-4885-a854-a6a2ccabe9e5", + Cell[13386, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"86b5ac0a-6dd1-4133-b0b1-9cc26f926b4e", CellTags->"PrimaryExamplesSection", - CellID->618914193]} + CellID->932504721]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37892, 1036} + {"PrimaryExamplesSection", 37934, 1038} } *) (*NotebookFileOutline Notebook[{ -Cell[599, 21, 7205, 169, 56, "AnchorBarGrid",ExpressionUUID->"a85070f8-5267-457a-906d-ca4e7c2c45aa", +Cell[599, 21, 7263, 174, 57, "AnchorBarGrid",ExpressionUUID->"906e42d8-ea62-44e5-83c3-54ffe921a1c2", CellID->1], -Cell[7807, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a414d0aa-d830-486d-90d3-37d1f692d2b8"], +Cell[7865, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6c9db508-7135-4ad9-bc0f-c08da0e96aa4"], Cell[CellGroupData[{ -Cell[7918, 196, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"d1df84fb-3c11-4e0e-ac1c-15f37ce0d1fe"], -Cell[9222, 233, 554, 11, 111, "Usage",ExpressionUUID->"e8d29211-df84-416e-80e7-3f3d3fb3b677", +Cell[7976, 201, 1301, 35, 59, "ObjectNameGrid",ExpressionUUID->"358ba587-73e5-4b1d-a97f-9e01ece867ff"], +Cell[9280, 238, 554, 11, 111, "Usage",ExpressionUUID->"e8d29211-df84-416e-80e7-3f3d3fb3b677", CellID->596505619] }, Open ]], Cell[CellGroupData[{ -Cell[9813, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"a0083259-48c7-49f8-a032-16cfca307fa9", +Cell[9871, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"05603094-0245-41f3-a80b-9d900041da6b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1322972587], -Cell[11711, 298, 782, 20, 57, "]]",ExpressionUUID->"3a6312a2-31ff-4a45-9634-26a8f3cd0188", + CellID->1346349037], +Cell[11769, 303, 782, 20, 57, "]]",ExpressionUUID->"3a6312a2-31ff-4a45-9634-26a8f3cd0188", CellID->313448337], -Cell[12496, 320, 489, 12, 37, "Notes",ExpressionUUID->"3172bf66-e955-4c94-ad2f-c4dd510e2888", +Cell[12554, 325, 489, 12, 38, "Notes",ExpressionUUID->"3172bf66-e955-4c94-ad2f-c4dd510e2888", CellID->177724765], -Cell[12988, 334, 213, 4, 36, "Notes",ExpressionUUID->"75c8c1d9-2b05-4884-8a13-36f4e847cc49", +Cell[13046, 339, 213, 4, 36, "Notes",ExpressionUUID->"75c8c1d9-2b05-4884-8a13-36f4e847cc49", CellID->2103843498] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13328, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c94fd869-202f-4885-a854-a6a2ccabe9e5", +Cell[13386, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"86b5ac0a-6dd1-4133-b0b1-9cc26f926b4e", CellTags->"PrimaryExamplesSection", - CellID->618914193], + CellID->932504721], Cell[CellGroupData[{ -Cell[14773, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"eae81939-ebf5-44ce-b0d3-a193a3b4a948", - CellID->891131326], -Cell[16174, 423, 118, 1, 38, "ExampleText",ExpressionUUID->"2f554baf-6441-43f8-bab5-d223c804c3f5", +Cell[14831, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"9ec013cd-a628-4bfa-a21b-2c0af256f3a3", + CellID->824502502], +Cell[16232, 428, 118, 1, 39, "ExampleText",ExpressionUUID->"2f554baf-6441-43f8-bab5-d223c804c3f5", CellID->315370025], Cell[CellGroupData[{ -Cell[16317, 428, 168, 3, 27, "Input",ExpressionUUID->"04332d78-24df-49f2-a7ad-cc4917b468f0", +Cell[16375, 433, 168, 3, 27, "Input",ExpressionUUID->"04332d78-24df-49f2-a7ad-cc4917b468f0", CellID->2116157864], Cell[CellGroupData[{ -Cell[16510, 435, 237, 4, 23, "Print",ExpressionUUID->"6dc7d725-17d0-48a3-a0c9-08ed2f28e327", +Cell[16568, 440, 237, 4, 23, "Print",ExpressionUUID->"6dc7d725-17d0-48a3-a0c9-08ed2f28e327", CellID->1895184679], -Cell[16750, 441, 365, 8, 23, "Print",ExpressionUUID->"c8e0f83a-d505-4cf6-8377-82121a5fd36d", +Cell[16808, 446, 365, 8, 23, "Print",ExpressionUUID->"c8e0f83a-d505-4cf6-8377-82121a5fd36d", CellID->737833441], -Cell[17118, 451, 237, 4, 23, "Print",ExpressionUUID->"84e263a0-331f-4efa-ba83-76162ed3c84f", +Cell[17176, 456, 237, 4, 23, "Print",ExpressionUUID->"84e263a0-331f-4efa-ba83-76162ed3c84f", CellID->1335721290], -Cell[17358, 457, 220, 3, 23, "Print",ExpressionUUID->"4ee5fb81-9082-4924-a43f-48ad24a1c36d", +Cell[17416, 462, 220, 3, 23, "Print",ExpressionUUID->"4ee5fb81-9082-4924-a43f-48ad24a1c36d", CellID->247901880], -Cell[17581, 462, 207, 3, 23, "Print",ExpressionUUID->"d53589b1-2284-4710-b0b9-b135a1ecc1b2", +Cell[17639, 467, 207, 3, 23, "Print",ExpressionUUID->"d53589b1-2284-4710-b0b9-b135a1ecc1b2", CellID->215001604], -Cell[17791, 467, 236, 4, 23, "Print",ExpressionUUID->"8c3bc8eb-0671-4d77-999a-7d05bcbf98fa", +Cell[17849, 472, 236, 4, 23, "Print",ExpressionUUID->"8c3bc8eb-0671-4d77-999a-7d05bcbf98fa", CellID->86296997], -Cell[18030, 473, 221, 3, 23, "Print",ExpressionUUID->"6e66696c-5e2c-4db9-8291-b5e740acfe88", +Cell[18088, 478, 221, 3, 23, "Print",ExpressionUUID->"6e66696c-5e2c-4db9-8291-b5e740acfe88", CellID->1505411003], -Cell[18254, 478, 237, 4, 23, "Print",ExpressionUUID->"6e9a997e-fe2b-456d-9bd8-fb9790465047", +Cell[18312, 483, 237, 4, 23, "Print",ExpressionUUID->"6e9a997e-fe2b-456d-9bd8-fb9790465047", CellID->1389052109], -Cell[18494, 484, 236, 4, 23, "Print",ExpressionUUID->"cb8d0b6a-9d27-4a18-82cd-9b959c537569", +Cell[18552, 489, 236, 4, 23, "Print",ExpressionUUID->"cb8d0b6a-9d27-4a18-82cd-9b959c537569", CellID->510212943], -Cell[18733, 490, 208, 3, 23, "Print",ExpressionUUID->"3351bd3e-0f55-434a-a305-680ba66ec3d5", +Cell[18791, 495, 208, 3, 23, "Print",ExpressionUUID->"3351bd3e-0f55-434a-a305-680ba66ec3d5", CellID->1097558608], -Cell[18944, 495, 236, 4, 23, "Print",ExpressionUUID->"cb664591-f21d-469c-978b-7fb2c37ca4a4", +Cell[19002, 500, 236, 4, 23, "Print",ExpressionUUID->"cb664591-f21d-469c-978b-7fb2c37ca4a4", CellID->895205082] }, Open ]] }, Open ]], -Cell[19207, 503, 137, 1, 38, "ExampleText",ExpressionUUID->"c6ee88cd-11ab-48d8-befd-a81c2142400a", +Cell[19265, 508, 137, 1, 39, "ExampleText",ExpressionUUID->"c6ee88cd-11ab-48d8-befd-a81c2142400a", CellID->1858513819], -Cell[19347, 506, 235, 6, 70, "Input",ExpressionUUID->"71c99496-9280-4dea-85d5-83b9d4ab8d79", +Cell[19405, 511, 235, 6, 70, "Input",ExpressionUUID->"71c99496-9280-4dea-85d5-83b9d4ab8d79", CellID->1278305405], Cell[CellGroupData[{ -Cell[19607, 516, 360, 8, 70, "Input",ExpressionUUID->"e75960ef-e7a3-4fb7-893c-a1e6470c39b5", +Cell[19665, 521, 360, 8, 70, "Input",ExpressionUUID->"e75960ef-e7a3-4fb7-893c-a1e6470c39b5", CellID->1210855824], -Cell[19970, 526, 363, 8, 36, "Output",ExpressionUUID->"1d4c52ab-998b-4975-956a-74850885453a", +Cell[20028, 531, 363, 8, 36, "Output",ExpressionUUID->"1d4c52ab-998b-4975-956a-74850885453a", CellID->2073298167] }, Open ]], -Cell[20348, 537, 237, 6, 70, "Input",ExpressionUUID->"eb684c20-391c-4f31-bec0-094fc28be0b2", +Cell[20406, 542, 237, 6, 70, "Input",ExpressionUUID->"eb684c20-391c-4f31-bec0-094fc28be0b2", CellID->649307829], -Cell[20588, 545, 191, 4, 70, "ExampleText",ExpressionUUID->"d77d08f2-ac63-409e-9932-3506958d9820", +Cell[20646, 550, 191, 4, 70, "ExampleText",ExpressionUUID->"d77d08f2-ac63-409e-9932-3506958d9820", CellID->1475798563], Cell[CellGroupData[{ -Cell[20804, 553, 184, 3, 70, "Input",ExpressionUUID->"13b407e9-66cc-4e1a-ab04-387ee4d93aaa", +Cell[20862, 558, 184, 3, 70, "Input",ExpressionUUID->"13b407e9-66cc-4e1a-ab04-387ee4d93aaa", CellID->704595245], -Cell[20991, 558, 174, 4, 36, "Output",ExpressionUUID->"71939565-2c1b-4e11-a810-e6e7d4889108", +Cell[21049, 563, 174, 4, 36, "Output",ExpressionUUID->"71939565-2c1b-4e11-a810-e6e7d4889108", CellID->1258688029] }, Open ]], -Cell[21180, 565, 171, 3, 70, "ExampleText",ExpressionUUID->"6a537722-c64a-44c7-942c-461d382742ba", +Cell[21238, 570, 171, 3, 70, "ExampleText",ExpressionUUID->"6a537722-c64a-44c7-942c-461d382742ba", CellID->1397170181], Cell[CellGroupData[{ -Cell[21376, 572, 194, 4, 70, "Input",ExpressionUUID->"7845a7d6-5540-4eac-bc7a-e8a458da1d6b", +Cell[21434, 577, 194, 4, 70, "Input",ExpressionUUID->"7845a7d6-5540-4eac-bc7a-e8a458da1d6b", CellID->276609707], -Cell[21573, 578, 319, 9, 51, "Output",ExpressionUUID->"d0c49efb-3d4f-4beb-abb9-90ef62ee8b5b", +Cell[21631, 583, 319, 9, 51, "Output",ExpressionUUID->"d0c49efb-3d4f-4beb-abb9-90ef62ee8b5b", CellID->471980756] }, Open ]], -Cell[21907, 590, 131, 1, 70, "ExampleText",ExpressionUUID->"479f9d75-faa1-4d3c-8541-0ce24df87d09", +Cell[21965, 595, 131, 1, 70, "ExampleText",ExpressionUUID->"479f9d75-faa1-4d3c-8541-0ce24df87d09", CellID->868926184], Cell[CellGroupData[{ -Cell[22063, 595, 210, 4, 70, "Input",ExpressionUUID->"185b8d9d-2566-4a3d-a7f7-79e7c7951c1f", +Cell[22121, 600, 210, 4, 70, "Input",ExpressionUUID->"185b8d9d-2566-4a3d-a7f7-79e7c7951c1f", CellID->1827296200], Cell[CellGroupData[{ -Cell[22298, 603, 238, 4, 70, "Print",ExpressionUUID->"9bb79652-d3e7-4188-a368-dfaaa3f50894", +Cell[22356, 608, 238, 4, 70, "Print",ExpressionUUID->"9bb79652-d3e7-4188-a368-dfaaa3f50894", CellID->319383111], -Cell[22539, 609, 382, 8, 70, "Print",ExpressionUUID->"5833cc66-8ba1-4c32-bb20-200f4011f641", +Cell[22597, 614, 382, 8, 70, "Print",ExpressionUUID->"5833cc66-8ba1-4c32-bb20-200f4011f641", CellID->1517874404] }, Open ]], -Cell[22936, 620, 202, 5, 36, "Output",ExpressionUUID->"f1da5a30-4542-4d96-a23b-bd9f5ae56b28", +Cell[22994, 625, 202, 5, 36, "Output",ExpressionUUID->"f1da5a30-4542-4d96-a23b-bd9f5ae56b28", CellID->1457076954] }, Open ]], -Cell[23153, 628, 183, 3, 70, "ExampleText",ExpressionUUID->"fb0b206e-2002-4a6e-abce-721a7583b783", +Cell[23211, 633, 183, 3, 70, "ExampleText",ExpressionUUID->"fb0b206e-2002-4a6e-abce-721a7583b783", CellID->1186301196], Cell[CellGroupData[{ -Cell[23361, 635, 187, 4, 70, "Input",ExpressionUUID->"d9b6dfa9-4efb-4ccc-a95a-6829c77e62b7", +Cell[23419, 640, 187, 4, 70, "Input",ExpressionUUID->"d9b6dfa9-4efb-4ccc-a95a-6829c77e62b7", CellID->825286034], -Cell[23551, 641, 317, 9, 51, "Output",ExpressionUUID->"4326d637-39f6-4ef1-83a1-438530e168fb", +Cell[23609, 646, 317, 9, 51, "Output",ExpressionUUID->"4326d637-39f6-4ef1-83a1-438530e168fb", CellID->723668020] }, Open ]], -Cell[23883, 653, 134, 1, 70, "ExampleText",ExpressionUUID->"52011165-f530-4a62-817d-bb553e2c2362", +Cell[23941, 658, 134, 1, 70, "ExampleText",ExpressionUUID->"52011165-f530-4a62-817d-bb553e2c2362", CellID->706444189], Cell[CellGroupData[{ -Cell[24042, 658, 209, 4, 70, "Input",ExpressionUUID->"aaf8a2f4-15b8-4ae1-a5bc-a5c61d22577e", +Cell[24100, 663, 209, 4, 70, "Input",ExpressionUUID->"aaf8a2f4-15b8-4ae1-a5bc-a5c61d22577e", CellID->1457203719], Cell[CellGroupData[{ -Cell[24276, 666, 239, 4, 70, "Print",ExpressionUUID->"04ede573-84e5-4c21-a723-5b992f398e52", +Cell[24334, 671, 239, 4, 70, "Print",ExpressionUUID->"04ede573-84e5-4c21-a723-5b992f398e52", CellID->2051052130], -Cell[24518, 672, 380, 8, 70, "Print",ExpressionUUID->"cbf7ac16-f9cc-46b0-8116-093cff9e22ff", +Cell[24576, 677, 380, 8, 70, "Print",ExpressionUUID->"cbf7ac16-f9cc-46b0-8116-093cff9e22ff", CellID->1472785996] }, Open ]], -Cell[24913, 683, 196, 5, 36, "Output",ExpressionUUID->"2260666e-b5ae-454a-b1c2-93d28d9a6509", +Cell[24971, 688, 196, 5, 36, "Output",ExpressionUUID->"2260666e-b5ae-454a-b1c2-93d28d9a6509", CellID->223435834] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25409, 702, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"cc5938a6-f3b8-4554-8571-0a843902ff37"], +Cell[30915, 852, 670, 18, 70, "TechNotesSection",ExpressionUUID->"119655e6-4194-4e23-b7fd-797f63eda3b1"], +Cell[31588, 872, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"49515a5d-c16d-47e2-9cd3-84aaa2c80c03"], +Cell[32624, 900, 2234, 63, 70, "RelatedLinksSection",ExpressionUUID->"298d30c8-db26-4db7-9b77-d03e7abc5c55"], Cell[CellGroupData[{ -Cell[25373, 699, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"672af360-3f94-4201-ba58-f2cc7cba7339"], -Cell[30879, 849, 670, 18, 70, "TechNotesSection",ExpressionUUID->"359535c3-23e1-43e0-98a3-2a8436753bd0"] -}, Open ]], -Cell[31564, 870, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"425a5272-6afd-4768-a144-8b6bf0212149"], -Cell[32600, 898, 2234, 63, 70, "RelatedLinksSection",ExpressionUUID->"a4a9ceae-ff94-458c-bbd3-b87fd3622de8"], -Cell[CellGroupData[{ -Cell[34859, 965, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"19214fab-ca0b-48d4-8f4b-0b34d385e0a7", +Cell[34883, 967, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"19214fab-ca0b-48d4-8f4b-0b34d385e0a7", CellID->2135167160], -Cell[35000, 968, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"034f90f0-9c2e-4736-9141-8df725dd49e2", +Cell[35024, 970, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"034f90f0-9c2e-4736-9141-8df725dd49e2", CellID->1194386356], -Cell[35222, 974, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1746d401-abd0-45d5-b80e-4bc2598918bb", +Cell[35246, 976, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1746d401-abd0-45d5-b80e-4bc2598918bb", CellID->1641706272], -Cell[35437, 979, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8715c38a-6cb3-4105-b960-785277b2bd34", +Cell[35461, 981, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8715c38a-6cb3-4105-b960-785277b2bd34", CellID->399251956], -Cell[35666, 985, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17b10d2f-81a9-417e-bf25-8bca0a59d56a", +Cell[35690, 987, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17b10d2f-81a9-417e-bf25-8bca0a59d56a", CellID->821434655] }, Open ]], -Cell[35903, 991, 78, 0, 70, "FooterCell",ExpressionUUID->"1523e9d1-ad30-4784-b78c-f6a9fb770e19"] +Cell[35927, 993, 78, 0, 70, "FooterCell",ExpressionUUID->"c62afa48-9243-4f90-8a0a-050fc46a94bd"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IntersectionUpperLowerSetQ.nb b/Documentation/English/ReferencePages/Symbols/IntersectionUpperLowerSetQ.nb index f5d684e..e6b487e 100644 --- a/Documentation/English/ReferencePages/Symbols/IntersectionUpperLowerSetQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IntersectionUpperLowerSetQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41767, 1075] -NotebookOptionsPosition[ 33679, 915] -NotebookOutlinePosition[ 35830, 969] -CellTagsIndexPosition[ 35745, 964] +NotebookDataLength[ 41795, 1076] +NotebookOptionsPosition[ 33720, 918] +NotebookOutlinePosition[ 35889, 972] +CellTagsIndexPosition[ 35804, 967] WindowTitle->IntersectionUpperLowerSetQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "22fa331f-a596-4f5b-9035-c4a6bf2dc3a7"], + "360ce724-203e-4634-bf33-a529c9e52e01"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "01fcf317-85d5-4dba-8e82-3e20ad1ad8f8"], + "2cf3f213-8143-48ee-a415-28d4562d337e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "37103971-b3bb-40e0-afd0-06cb265dce7e"] - }],ExpressionUUID->"2b5b36a9-c99a-4ef4-bb56-431c0ad78ed4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "de0e3dff-5a67-4e49-9967-59eb5b5f22eb"] + }],ExpressionUUID->"41edee8d-8db4-4300-9f4b-11bb541de181"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "690dd6a7-ea4d-4f88-b965-b28f6a4e6fa5"], + "189fcfd8-af81-47bb-bac8-02e8c576717c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa236488-a90d-4450-9177-bf8d92e957d4"] - }],ExpressionUUID->"e4041c1c-02db-426b-ac94-9baf35c4bbfc"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "32d9c27a-04fe-4b81-a0dc-61eac9e47b93"] + }],ExpressionUUID->"8a8e11e0-9cfa-4211-b393-69c23f085098"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "08663c4a-8f4a-480d-9cf9-93a1d7b4492d"], + "ddf6ef49-9de9-44a5-92c8-b9bfda48ddb8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "93c93503-a457-40b5-b484-797897dcf513"] - }],ExpressionUUID->"fadfa5dc-0200-497f-8bee-d89dbeedf938"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a7e9ef90-9c60-4998-9a67-cf340eb19428"] + }],ExpressionUUID->"e312ef51-6c2e-43bd-a2a0-27bb9c858255"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c649a71f-ca41-4f4c-ba7e-373a3d185493"], + "08193746-aa67-4877-8551-7a3ad689d9aa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0dff81b-0248-4c7b-bd9e-92964bd8609f"] - }],ExpressionUUID->"d419a126-da88-4d3b-8cab-9f7e4c3bd219"], - StripOnInput->False], {"\<\"TUG/ref/IntersectionUpperLowerSetQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IntersectionUpperLowerSetQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9fc51ee7-f2b1-4a4c-b3d9-680073b69656"] + }],ExpressionUUID->"1d7a238b-745f-4bd5-ac77-443599beadf5"], + StripOnInput->False],{ + "\"TUG/ref/IntersectionUpperLowerSetQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IntersectionUpperLowerSetQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IntersectionUpperLowerSetQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$95877], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IntersectionUpperLowerSetQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$103983], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IntersectionUpperLowerSetQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8f73f7a9-3dd9-4e0a-a44f-cdac4c5694ac"] + "874fd17d-2505-44e4-9f85-5efb81decf87"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e87b5b24-3545-43a7-8194-4aabc3d8141c"]} + "fffa96f6-3071-4089-a402-65d7630e904f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8ade0ae5-453a-4ef3-ba8e-2297d91402d5"], + CellID->1,ExpressionUUID->"4438b06c-4648-4878-a6b7-63fa922b0d8e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3a477e51-3ba0-4035-ac04-f146fd4de755"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f76834c2-f9cd-4662-9093-78e8d74135c2"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IntersectionUpperLowerSetQ", "ObjectName",ExpressionUUID-> - "60843a86-a556-4052-a3a1-49e31a05a248"], + "26e04fe6-3bfd-46ce-bf1a-5c903c3182f2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"830738f0-1517-4b3a-b276-6e441b57f523"], + "Spacer1"]],ExpressionUUID->"bacfde80-6083-491a-a2f8-18121792db33"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bad9b07d-50a3-4200-8bc8-c2731ffc208f"] - }],ExpressionUUID->"8f9f48a7-bcae-4787-88db-3ad68f3611bf"], Cell[BoxData[ + "6a5a6f04-94c9-427c-83ca-b64a3f0fb381"] + }],ExpressionUUID->"ee09521a-d0e2-4323-b65a-7397ac17ed78"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "fa25f56a-020d-41d6-8a9d-fd44ac0a8956"]} + "e6a0129c-a9c8-4028-9a81-f62010fe9d3e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a077031a-fe92-4dc6-a627-2771632edcfc"], + CacheGraphics->False,ExpressionUUID->"36870f88-e3de-4d06-b940-d3c7e61e2a33"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "142eafb1-4f5f-430a-8fca-8b9ddbf53b95"], " \[LineSeparator]checks if the intersection of the lower and upper set \ is non-empty." - }],ExpressionUUID->"392b6ea9-8232-462c-8c50-107d02b3e269"]} + }],ExpressionUUID->"8a43eee7-f403-48ee-91a1-75e597560e7e"]} }]], "Usage", CellID->743782400,ExpressionUUID->"12403aed-aac4-407b-8771-323ac53145bf"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"64019d5a-55ff-4b30-8b4d-4c7689dbfd59"], + ExpressionUUID->"a4093db8-cca3-4cd4-955c-d23ab6c084ed"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0c935005-ee55-4c9c-9076-c268563a1220"], + "Spacer1"]],ExpressionUUID->"fac76b61-c319-4455-a9bc-ef4d1996c03c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8c919159-7e76-47da-ac69-2ed30168534e"], + }], "NotesFrameText",ExpressionUUID->"dbaba293-e310-485b-ad54-17edfce092c6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c8b1523e-49ea-4554-bc6c-46a84226fcb9"]], \ + "Preemptive"]],ExpressionUUID->"d5406ad0-a0e3-4bea-b6fb-fd978faf4df9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->264242963,ExpressionUUID->"9cff32b8-b94a-4977-a58a-4a3352c1c757"], + CellID->1091618923,ExpressionUUID->"c74a8541-3773-40fe-9230-d22d5cb44b24"], Cell[TextData[{ "The input expression ", @@ -378,19 +384,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c81162bc-ecc2-4fb0-a9b5-5975bca9aad0"], + ExpressionUUID->"779539ce-db7d-4984-95ec-ea91e3396fc2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1b804515-04bf-49b0-939e-df7c68659eb2"], + "Spacer1"]],ExpressionUUID->"e7297ad3-91d8-4d5f-81f8-5f1cb797c4c7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "edb4732b-1697-452f-aeaa-d12b90ed78d8"] + "0a57f747-4a3e-4c14-81e1-fa8769bd54dc"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1661431241,ExpressionUUID->"963108e8-4e2b-4548-a7c0-bbdae8efd4d4"], + CellID->1305740857,ExpressionUUID->"a2ef8cb3-d6aa-429e-a182-f239470bc578"], Cell[CellGroupData[{ @@ -419,18 +425,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"779ccc5f-18fa-4a39-a0ed-bf61f02c4d44"], + ExpressionUUID->"0e981372-b622-433d-a7c3-99b301f5e6d0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"887bd998-fb92-46cf-a181-cb783a08804e"], + "Spacer1"]],ExpressionUUID->"4456b2c3-9c46-43ee-8456-943b7283eb9e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bf75c0fa-d2ce-4e14-80d2-c9e7b43def2a"] + "d5c0296d-84bb-427a-9dcd-56c5913bda9d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->224893845,ExpressionUUID->"b85cadde-5c60-4568-8f69-f1d2924293e9"], + CellID->1663426018,ExpressionUUID->"1c4a59ab-de5a-4929-a3fb-ed607ecadb96"], Cell["Loading the package:", "ExampleText", CellID->1459439618,ExpressionUUID->"7d232d89-f133-4e58-aca4-1d2a7ac2414f"], @@ -599,8 +605,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -748,15 +752,15 @@ Cell[BoxData[GridBox[{ "a0a57be6-3cd3-4d55-a8e1-422d77ac6a2e"] }], "SeeAlso",ExpressionUUID->"9ad8297e-806c-4b5c-808c-68eb264f95e6"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"308f0e59-9885-4919-a776-\ -2943c14cb1c3"], + }]], "SeeAlsoSection",ExpressionUUID->"15801929-8e02-4f47-aff0-\ +d2c476374f68"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -768,9 +772,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8869113b-567b-4f2a-b35c-54329dac871a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b2d89aa4-8964-43a4-8537-\ -c3f9d676fc1d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a00e08a0-7c1b-441e-929b-\ +97a4f27d6e3e"], Cell[BoxData[GridBox[{ { @@ -787,7 +790,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "112981bf-5ae0-44da-b024-c4a3f5c8ddf9"]}]}, + "591707ff-6f0b-4c3d-afeb-658bd69a7636"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -795,10 +798,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "91313a87-cf3d-4a35-b9fb-bbb05fb41b0c"]}]} + "31c23c2d-d43e-4573-ae18-86eee6905c7b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d7538081-ffb5-45ff-8d53-\ -34a07b2d26fd"], + }]], "MoreAboutSection",ExpressionUUID->"d2c03d1b-b941-4f85-9b56-\ +ac40b497b3d4"], Cell[BoxData[GridBox[{ { @@ -825,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d9cef09c-afc3-4800-8aeb-0d093e3eb459"]], "RelatedLinks", + "0eb8d43a-64a2-4c7b-8abc-39c3cf008ae6"]], "RelatedLinks", ExpressionUUID->"eac2d90a-41bb-474c-a605-c99c062fa616"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -842,7 +845,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "50b18cb1-757c-4397-b2f9-ee01c0ba395a"]], "RelatedLinks", + "fed92c25-17c3-4ba5-8558-55a8dc15f6fb"]], "RelatedLinks", ExpressionUUID->"bc8d36ac-7c29-43bf-9300-7675ba994470"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -859,7 +862,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/MaxExcessSets"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5a67b3e0-0987-4413-bddd-c9eb17916c63"]], "RelatedLinks", + "982cd57b-4f6d-45c2-8862-affb42ccf2e0"]], "RelatedLinks", ExpressionUUID->"ece1187f-2daf-471a-b4ad-05d140025184"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -877,11 +880,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IntersectionOfMaxExcessSets"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7768e25b-dc7e-4451-ab6b-2c8241effea0"]], "RelatedLinks", + "8190c5ce-dc1f-47c8-b57c-8713acb21541"]], "RelatedLinks", ExpressionUUID->"1f43d545-6d5e-4342-b44b-be48b64421d4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e55bccee-be6b-428a-9a21-\ -7cc3ea564a0d"], + }]], "RelatedLinksSection",ExpressionUUID->"ee286f9b-e05e-4860-ae9a-\ +4840d971e2e1"], Cell[CellGroupData[{ @@ -911,11 +914,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"53e53ae4-e48c-489f-81ee-dc572cae3b01"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9977641a-b5fa-4328-a125-67389e77db8c"] +Cell[" ", "FooterCell",ExpressionUUID->"ebe55944-b70f-4ebb-ae63-393cfaaafdc4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IntersectionUpperLowerSetQ", TaggingRules->{ @@ -926,18 +929,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 47.479515}", + "built" -> "{2024, 6, 3, 16, 53, 15.262721}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "IntersectionUpperLowerSetQ[game] checks if the intersection of the lower \ and upper set is non-empty.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "IntersectionUpperLowerSetQ", "titlemodifier" -> "", "windowtitle" -> - "IntersectionUpperLowerSetQ", "type" -> "Symbol", "uri" -> - "TUG/ref/IntersectionUpperLowerSetQ"}}, + "IntersectionUpperLowerSetQ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "IntersectionUpperLowerSetQ", "type" -> "Symbol", + "uri" -> "TUG/ref/IntersectionUpperLowerSetQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -946,9 +949,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cd3932d1-3cd5-478f-9d39-8903c4c880c2" +ExpressionUUID->"10850e32-5521-4a5e-a4da-67af13df6538" ] (* End of Notebook Content *) @@ -956,127 +959,125 @@ ExpressionUUID->"cd3932d1-3cd5-478f-9d39-8903c4c880c2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13704, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"963108e8-4e2b-4548-a7c0-bbdae8efd4d4", + Cell[13778, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a2ef8cb3-d6aa-429e-a182-f239470bc578", CellTags->"PrimaryExamplesSection", - CellID->1661431241]} + CellID->1305740857]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35544, 957} + {"PrimaryExamplesSection", 35603, 960} } *) (*NotebookFileOutline Notebook[{ -Cell[598, 21, 7186, 168, 56, "AnchorBarGrid",ExpressionUUID->"8ade0ae5-453a-4ef3-ba8e-2297d91402d5", +Cell[598, 21, 7259, 174, 57, "AnchorBarGrid",ExpressionUUID->"4438b06c-4648-4878-a6b7-63fa922b0d8e", CellID->1], -Cell[7787, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3a477e51-3ba0-4035-ac04-f146fd4de755"], +Cell[7860, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f76834c2-f9cd-4662-9093-78e8d74135c2"], Cell[CellGroupData[{ -Cell[7898, 195, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"a077031a-fe92-4dc6-a627-2771632edcfc"], -Cell[9201, 232, 503, 11, 111, "Usage",ExpressionUUID->"12403aed-aac4-407b-8771-323ac53145bf", +Cell[7971, 201, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"36870f88-e3de-4d06-b940-d3c7e61e2a33"], +Cell[9274, 238, 503, 11, 111, "Usage",ExpressionUUID->"12403aed-aac4-407b-8771-323ac53145bf", CellID->743782400] }, Open ]], Cell[CellGroupData[{ -Cell[9741, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"9cff32b8-b94a-4977-a58a-4a3352c1c757", +Cell[9814, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"c74a8541-3773-40fe-9230-d22d5cb44b24", CellGroupingRules->{"SectionGrouping", 50}, - CellID->264242963], -Cell[11638, 297, 782, 20, 57, "]]",ExpressionUUID->"b1461579-efd2-4448-a6b0-d90b4c577508", + CellID->1091618923], +Cell[11712, 303, 782, 20, 57, "]]",ExpressionUUID->"b1461579-efd2-4448-a6b0-d90b4c577508", CellID->209133038], -Cell[12423, 319, 489, 12, 37, "Notes",ExpressionUUID->"e0226bca-1306-41df-b421-f1ebfc46a5e7", +Cell[12497, 325, 489, 12, 38, "Notes",ExpressionUUID->"e0226bca-1306-41df-b421-f1ebfc46a5e7", CellID->177724765], -Cell[12915, 333, 203, 4, 36, "Notes",ExpressionUUID->"9e0a0c36-f826-4d93-a124-f3fb6ddf8fa3", +Cell[12989, 339, 203, 4, 36, "Notes",ExpressionUUID->"9e0a0c36-f826-4d93-a124-f3fb6ddf8fa3", CellID->1062194328], -Cell[13121, 339, 204, 4, 36, "Notes",ExpressionUUID->"5f8ea5b0-cf06-4213-9765-925931588ef4", +Cell[13195, 345, 204, 4, 36, "Notes",ExpressionUUID->"5f8ea5b0-cf06-4213-9765-925931588ef4", CellID->1958472422], -Cell[13328, 345, 249, 4, 57, "Notes",ExpressionUUID->"f9d78ade-50b7-4478-91d9-21c2e071de19", +Cell[13402, 351, 249, 4, 57, "Notes",ExpressionUUID->"f9d78ade-50b7-4478-91d9-21c2e071de19", CellID->1879840115] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13704, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"963108e8-4e2b-4548-a7c0-bbdae8efd4d4", +Cell[13778, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a2ef8cb3-d6aa-429e-a182-f239470bc578", CellTags->"PrimaryExamplesSection", - CellID->1661431241], + CellID->1305740857], Cell[CellGroupData[{ -Cell[15150, 396, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b85cadde-5c60-4568-8f69-f1d2924293e9", - CellID->224893845], -Cell[16551, 434, 119, 1, 38, "ExampleText",ExpressionUUID->"7d232d89-f133-4e58-aca4-1d2a7ac2414f", +Cell[15224, 402, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1c4a59ab-de5a-4929-a3fb-ed607ecadb96", + CellID->1663426018], +Cell[16626, 440, 119, 1, 39, "ExampleText",ExpressionUUID->"7d232d89-f133-4e58-aca4-1d2a7ac2414f", CellID->1459439618], Cell[CellGroupData[{ -Cell[16695, 439, 168, 3, 27, "Input",ExpressionUUID->"2d13bb94-3321-40cd-9f17-df6c8aa2fbfe", +Cell[16770, 445, 168, 3, 27, "Input",ExpressionUUID->"2d13bb94-3321-40cd-9f17-df6c8aa2fbfe", CellID->1509511492], Cell[CellGroupData[{ -Cell[16888, 446, 236, 4, 23, "Print",ExpressionUUID->"a995b9cc-708b-4ef4-bb3c-10a72e836d04", +Cell[16963, 452, 236, 4, 23, "Print",ExpressionUUID->"a995b9cc-708b-4ef4-bb3c-10a72e836d04", CellID->250115572], -Cell[17127, 452, 366, 8, 23, "Print",ExpressionUUID->"52bacff6-2213-4ebf-a712-3bfc2580e0fd", +Cell[17202, 458, 366, 8, 23, "Print",ExpressionUUID->"52bacff6-2213-4ebf-a712-3bfc2580e0fd", CellID->1872297505], -Cell[17496, 462, 236, 4, 23, "Print",ExpressionUUID->"d1a92293-799a-4108-bdcb-08d3a620a33c", +Cell[17571, 468, 236, 4, 23, "Print",ExpressionUUID->"d1a92293-799a-4108-bdcb-08d3a620a33c", CellID->930187420], -Cell[17735, 468, 221, 3, 23, "Print",ExpressionUUID->"6848d02c-f777-46d0-87a2-3616a46f7f48", +Cell[17810, 474, 221, 3, 23, "Print",ExpressionUUID->"6848d02c-f777-46d0-87a2-3616a46f7f48", CellID->1613312688], -Cell[17959, 473, 206, 3, 23, "Print",ExpressionUUID->"29d72ece-6c91-4174-a3ec-97e6459d9b31", +Cell[18034, 479, 206, 3, 23, "Print",ExpressionUUID->"29d72ece-6c91-4174-a3ec-97e6459d9b31", CellID->86859685], -Cell[18168, 478, 238, 4, 23, "Print",ExpressionUUID->"081d6502-4479-447f-824e-71c331eef67a", +Cell[18243, 484, 238, 4, 23, "Print",ExpressionUUID->"081d6502-4479-447f-824e-71c331eef67a", CellID->1738520235], -Cell[18409, 484, 221, 3, 23, "Print",ExpressionUUID->"98db390a-faf8-4da0-aab7-8c7e5f53f8fd", +Cell[18484, 490, 221, 3, 23, "Print",ExpressionUUID->"98db390a-faf8-4da0-aab7-8c7e5f53f8fd", CellID->1986281385], -Cell[18633, 489, 237, 4, 23, "Print",ExpressionUUID->"63883369-4720-43dc-91d5-27d30b181fa3", +Cell[18708, 495, 237, 4, 23, "Print",ExpressionUUID->"63883369-4720-43dc-91d5-27d30b181fa3", CellID->1676558786], -Cell[18873, 495, 237, 4, 23, "Print",ExpressionUUID->"536f06b6-3b7f-43ca-b342-baeca6e89edf", +Cell[18948, 501, 237, 4, 23, "Print",ExpressionUUID->"536f06b6-3b7f-43ca-b342-baeca6e89edf", CellID->1337697821], -Cell[19113, 501, 208, 3, 70, "Print",ExpressionUUID->"6f09487b-2499-463b-a5f1-00e6e3828db4", +Cell[19188, 507, 208, 3, 70, "Print",ExpressionUUID->"6f09487b-2499-463b-a5f1-00e6e3828db4", CellID->1180232949], -Cell[19324, 506, 236, 4, 70, "Print",ExpressionUUID->"3ca1cba5-e621-4c01-8a1c-406ef37fa742", +Cell[19399, 512, 236, 4, 70, "Print",ExpressionUUID->"3ca1cba5-e621-4c01-8a1c-406ef37fa742", CellID->175934395] }, Open ]] }, Open ]], -Cell[19587, 514, 137, 1, 70, "ExampleText",ExpressionUUID->"b0eb3fa4-c8f9-4dbb-8134-2a664e74b240", +Cell[19662, 520, 137, 1, 70, "ExampleText",ExpressionUUID->"b0eb3fa4-c8f9-4dbb-8134-2a664e74b240", CellID->1959963503], -Cell[19727, 517, 235, 6, 70, "Input",ExpressionUUID->"e7ad9b09-bfde-4a70-b6ce-76239f7b7732", +Cell[19802, 523, 235, 6, 70, "Input",ExpressionUUID->"e7ad9b09-bfde-4a70-b6ce-76239f7b7732", CellID->1839855039], Cell[CellGroupData[{ -Cell[19987, 527, 360, 8, 70, "Input",ExpressionUUID->"c8a7a757-f8c7-48f5-ba8f-02458b13966f", +Cell[20062, 533, 360, 8, 70, "Input",ExpressionUUID->"c8a7a757-f8c7-48f5-ba8f-02458b13966f", CellID->1943370226], -Cell[20350, 537, 363, 8, 36, "Output",ExpressionUUID->"440583d2-5cd0-470b-bc45-2bb8bdcbe0ee", +Cell[20425, 543, 363, 8, 36, "Output",ExpressionUUID->"440583d2-5cd0-470b-bc45-2bb8bdcbe0ee", CellID->1917259617] }, Open ]], -Cell[20728, 548, 236, 6, 70, "Input",ExpressionUUID->"426afef5-5d0a-41fd-9045-b1b939ad2783", +Cell[20803, 554, 236, 6, 70, "Input",ExpressionUUID->"426afef5-5d0a-41fd-9045-b1b939ad2783", CellID->65706054], -Cell[20967, 556, 190, 4, 70, "ExampleText",ExpressionUUID->"eab998ce-0741-4849-977a-f9b12a1748d4", +Cell[21042, 562, 190, 4, 70, "ExampleText",ExpressionUUID->"eab998ce-0741-4849-977a-f9b12a1748d4", CellID->241354500], Cell[CellGroupData[{ -Cell[21182, 564, 183, 3, 70, "Input",ExpressionUUID->"bb03f89c-6f8c-44b7-a49e-7da8d1c9d172", +Cell[21257, 570, 183, 3, 70, "Input",ExpressionUUID->"bb03f89c-6f8c-44b7-a49e-7da8d1c9d172", CellID->241262220], -Cell[21368, 569, 174, 4, 36, "Output",ExpressionUUID->"be46e97a-2c53-4dba-9860-28f33866217c", +Cell[21443, 575, 174, 4, 36, "Output",ExpressionUUID->"be46e97a-2c53-4dba-9860-28f33866217c", CellID->1232250236] }, Open ]], -Cell[21557, 576, 198, 4, 70, "ExampleText",ExpressionUUID->"c0e6d726-5096-44f2-b144-81badbcd0493", +Cell[21632, 582, 198, 4, 70, "ExampleText",ExpressionUUID->"c0e6d726-5096-44f2-b144-81badbcd0493", CellID->1974401820], Cell[CellGroupData[{ -Cell[21780, 584, 184, 3, 70, "Input",ExpressionUUID->"ddd061e8-dd55-4ec3-8afe-f151b0d0e872", +Cell[21855, 590, 184, 3, 70, "Input",ExpressionUUID->"ddd061e8-dd55-4ec3-8afe-f151b0d0e872", CellID->1896040603], -Cell[21967, 589, 159, 3, 36, "Output",ExpressionUUID->"12044ff8-7971-4f74-869a-c08f80558f9a", +Cell[22042, 595, 159, 3, 36, "Output",ExpressionUUID->"12044ff8-7971-4f74-869a-c08f80558f9a", CellID->618223362] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22443, 607, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"15801929-8e02-4f47-aff0-d2c476374f68"], +Cell[27949, 757, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a00e08a0-7c1b-441e-929b-97a4f27d6e3e"], +Cell[28622, 777, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d2c03d1b-b941-4f85-9b56-ac40b497b3d4"], +Cell[29658, 805, 2911, 81, 70, "RelatedLinksSection",ExpressionUUID->"ee286f9b-e05e-4860-ae9a-4840d971e2e1"], Cell[CellGroupData[{ -Cell[22390, 603, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"308f0e59-9885-4919-a776-2943c14cb1c3"], -Cell[27896, 753, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b2d89aa4-8964-43a4-8537-c3f9d676fc1d"] -}, Open ]], -Cell[28581, 774, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d7538081-ffb5-45ff-8d53-34a07b2d26fd"], -Cell[29617, 802, 2911, 81, 70, "RelatedLinksSection",ExpressionUUID->"e55bccee-be6b-428a-9a21-7cc3ea564a0d"], -Cell[CellGroupData[{ -Cell[32553, 887, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78c00b6c-a6b9-4811-b468-5fb3ec164185", +Cell[32594, 890, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78c00b6c-a6b9-4811-b468-5fb3ec164185", CellID->2135167160], -Cell[32694, 890, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bcdca7ac-54bb-4d40-a4b3-e97cd5e4acbb", +Cell[32735, 893, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bcdca7ac-54bb-4d40-a4b3-e97cd5e4acbb", CellID->1194386356], -Cell[32916, 896, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e1a318e-bd96-4bc2-b4e0-dd2cb2edf916", +Cell[32957, 899, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e1a318e-bd96-4bc2-b4e0-dd2cb2edf916", CellID->1641706272], -Cell[33131, 901, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d524c0b-c90a-42db-9b75-25989da407a5", +Cell[33172, 904, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d524c0b-c90a-42db-9b75-25989da407a5", CellID->399251956], -Cell[33360, 907, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53e53ae4-e48c-489f-81ee-dc572cae3b01", +Cell[33401, 910, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53e53ae4-e48c-489f-81ee-dc572cae3b01", CellID->821434655] }, Open ]], -Cell[33597, 913, 78, 0, 70, "FooterCell",ExpressionUUID->"9977641a-b5fa-4328-a125-67389e77db8c"] +Cell[33638, 916, 78, 0, 70, "FooterCell",ExpressionUUID->"ebe55944-b70f-4ebb-ae63-393cfaaafdc4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsHermitianMatrixQ.nb b/Documentation/English/ReferencePages/Symbols/IsHermitianMatrixQ.nb index 64b5245..3e1be68 100644 --- a/Documentation/English/ReferencePages/Symbols/IsHermitianMatrixQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsHermitianMatrixQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55075, 1476] -NotebookOptionsPosition[ 46151, 1299] -NotebookOutlinePosition[ 48239, 1352] -CellTagsIndexPosition[ 48153, 1347] +NotebookDataLength[ 55108, 1478] +NotebookOptionsPosition[ 46192, 1302] +NotebookOutlinePosition[ 48303, 1356] +CellTagsIndexPosition[ 48217, 1351] WindowTitle->IsHermitianMatrixQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0068bd82-f681-4ccb-848e-ba5f58a915e7"], + "91b382b4-0c5e-4de6-af4d-d4a2704e2e98"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6160e278-c29f-4e56-a827-2e747e1fa482"], + "82615b76-7109-4fbe-b578-494e6e839669"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51f6d8ea-c227-4700-81ca-d1490b6affda"] - }],ExpressionUUID->"918636b5-4f16-45d1-a3da-6b8a11cc0687"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "fc2c5af3-c18c-4866-87e3-d69d884e61e2"] + }],ExpressionUUID->"1a7db625-2afd-4cf6-ae1e-2ad3e5d79530"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4c0521f7-80b3-4fa3-93ea-ed1f8b51b4af"], + "356dc299-42d4-4994-b322-4138f471b6b1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "136ef8cf-7252-48ed-8ee7-f769035ac852"] - }],ExpressionUUID->"671e9000-af50-497c-ba41-ec21213cc294"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0f6f6024-5732-4b45-9542-1a3497a721b7"] + }],ExpressionUUID->"6a0acb83-c613-43ab-a64a-e3119afda5fa"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "83c8a98f-ee03-4d72-9e7b-54fa595e4857"], + "ec7bdf1a-ae54-4af8-b712-b2d583eb28f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "abd3e623-c316-4a6b-b805-190ebca88557"] - }],ExpressionUUID->"9ea91922-2e9d-455f-875a-025b983d07cc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1d355a2d-e6bb-4dd3-859d-e8fe5c3f3a48"] + }],ExpressionUUID->"fe14bd3b-ceed-49a2-88f6-40337c619fac"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7bb9c94b-0e39-40d3-8a7a-77ba677b044e"], + "fa877cde-b9b3-4738-9ba8-5a4e0bdd4f77"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b78d0e90-8e1b-4651-b173-0ab8a890b1e7"] - }],ExpressionUUID->"41de7cf4-0f53-420d-aa18-f2358dea3c40"], - StripOnInput->False], {"\<\"TUG/ref/IsHermitianMatrixQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsHermitianMatrixQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "79c2b99f-2f24-4e4e-bb59-d499065a43ea"] + }],ExpressionUUID->"3c5edb5d-756a-478c-9f2d-28836b8e8b40"], + StripOnInput->False],{ + "\"TUG/ref/IsHermitianMatrixQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsHermitianMatrixQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IsHermitianMatrixQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$96449], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsHermitianMatrixQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$104589], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsHermitianMatrixQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "896be1b6-7940-490d-b34e-9fb01db1ba38"] + "b2555379-4442-46e4-8520-a13aac9223ff"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ca39c043-c0c6-4143-afc7-311c7e6e1349"]} + "72d8145b-41ea-41a7-83a5-f7baff27d3bf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"07c001c5-ff4d-43f1-a85c-f25ddbe82789"], + CellID->1,ExpressionUUID->"0fa9e48f-3ff6-4ae4-9841-dc4c00b93e83"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"edca74a2-f4de-426c-9940-bd513b47441c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"780948b8-5a05-4ee2-b874-d7ed123a5a18"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsHermitianMatrixQ", "ObjectName",ExpressionUUID-> - "2f7ed7f3-f8fd-47b3-b861-06d58fa0193c"], + "9c7d7b50-7aa9-403e-a9d4-7f3fb48fdd09"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4b30720a-56c7-4cb8-a503-957d5b0d249f"], + "Spacer1"]],ExpressionUUID->"a0710366-c800-43be-99ea-4fb27f2c7da9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1983d3b5-d7dd-45be-8a72-963e02db8062"] - }],ExpressionUUID->"02f1899a-7938-4dcb-b834-761fc917b248"], Cell[BoxData[ + "6391966b-62ad-4b13-bfec-526a71012f4d"] + }],ExpressionUUID->"cd00de33-9a34-4f93-bfeb-6d1fc2cca4f2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5560d947-b4a3-4fe4-8617-ce3c3aaa6dfb"]} + "69c40fde-c3d9-48ff-a289-54ebb4ba7d81"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"0467de37-633c-459e-a855-f4e07aa2ddcc"], + CacheGraphics->False,ExpressionUUID->"5aba38dc-b68c-4cc4-8874-900441edef52"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "6ce9d113-8f1e-47e2-9b2d-8ac35ff498cd"], " \[LineSeparator]checks whether a square matrix is self-adjoint." - }],ExpressionUUID->"36daa189-33fc-429a-9646-2932d6c873c4"]} + }],ExpressionUUID->"22740c61-a31d-42c9-a6be-b9176913adc7"]} }]], "Usage", CellID->828739965,ExpressionUUID->"9988489b-2468-4218-b6f6-4beefe3d7ff4"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5141ed71-ff62-426a-96a1-0895a86c86ba"], + ExpressionUUID->"84f1d385-4785-4510-a0f7-e877b80e1068"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ddd3ca89-a08f-42b6-8839-24b6ba3bf5c8"], + "Spacer1"]],ExpressionUUID->"281f572d-1dbb-4a25-8c62-6fc8c7ca1105"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"35964711-02cd-4902-81b0-d19f6b21cb7a"], + }], "NotesFrameText",ExpressionUUID->"f0b2b715-ddee-4c51-b04a-92e4f8eef642"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"44d9db94-e804-47d7-844c-1ffe8d9ee674"]], \ + "Preemptive"]],ExpressionUUID->"5b8d5881-35b1-4b07-9145-6b844aa9a66d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->702650717,ExpressionUUID->"6f8b4beb-d22d-4b87-b571-386620f8b3f3"], + CellID->1870030180,ExpressionUUID->"08802f4b-7dbd-490e-bd6f-b3c29063c42b"], Cell[TextData[{ "The input expression ", @@ -362,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c41cf432-d9d2-4466-940a-981ed0095e70"], + ExpressionUUID->"df76d0f0-f1bd-4d2c-a2b7-a4ee0fd8a09d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"85b834a8-36e6-4c0c-a681-734858987d30"], + "Spacer1"]],ExpressionUUID->"8f4f81f7-5214-4010-af29-ba1e5376eb02"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e4e8e2fe-f924-4c02-82a6-f2d94a34463b"] + "652799a3-8fe1-4001-86db-34cdca2b1cb8"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->888825022,ExpressionUUID->"131c0962-e6c1-4bce-b926-588e33c7944d"], + CellID->576825595,ExpressionUUID->"42bf3110-39cb-4db9-92d9-03ea026c93a0"], Cell[CellGroupData[{ @@ -403,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"161c78a8-d685-4a3b-b732-9c0370830860"], + ExpressionUUID->"bb8bdf5b-beec-4ec5-a81c-59149e1258af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9ef27cc3-e898-429b-8cf0-7017513f13e4"], + "Spacer1"]],ExpressionUUID->"447aa2c0-a936-4f3b-acdb-51f8455d6e3a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8d986e31-7dec-45a4-b71f-b103c0fb8d77"] + "06048b74-f769-411f-a544-bf225eb6fca5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->224530314,ExpressionUUID->"694ad750-53fa-4e83-82ae-497721337ee1"], + CellID->1107780707,ExpressionUUID->"9ea3462a-1f61-4003-91ce-453a562248e3"], Cell["Loading the package:", "ExampleText", CellID->1925132642,ExpressionUUID->"438774ac-e864-4839-8a5f-75784932acc9"], @@ -1001,8 +1007,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1150,15 +1154,15 @@ Cell[BoxData[GridBox[{ "814fbb4f-c918-44ed-bf03-4956c5c5d241"] }], "SeeAlso",ExpressionUUID->"17609957-891a-42de-b7ce-02bd4e72a0eb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"18385405-9319-4c9b-9f9c-\ -ba1ef3681502"], + }]], "SeeAlsoSection",ExpressionUUID->"8af14fb5-d9b6-4aae-bf0c-\ +622910e1a553"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1170,9 +1174,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6d461ced-e6fc-4690-92d3-2393336e2fc6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"db155182-e1a6-4c55-b393-\ -f2effee0034d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2f31800a-7497-4df5-bf01-\ +0139c1a87750"], Cell[BoxData[GridBox[{ { @@ -1189,7 +1192,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4f0b171e-e448-42bc-9afe-ff04974b53db"]}]}, + "3d56e99c-15da-4ba9-b3c6-ec90df378240"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1197,10 +1200,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "78ceae8a-e45f-4deb-9024-a6fe9a42bce6"]}]} + "06796e97-0d8f-447d-afad-7c41e1d76c8b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"63e8380f-1933-479e-94c0-\ -c95d993ea27c"], + }]], "MoreAboutSection",ExpressionUUID->"654bec97-d992-4ff9-a454-\ +f0a75684509f"], Cell[BoxData[GridBox[{ { @@ -1227,7 +1230,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a32c58e1-6d4e-4816-9ceb-c0c4e17099b7"]], "RelatedLinks", + "1094749b-be32-4857-b868-b38485ef0672"]], "RelatedLinks", ExpressionUUID->"45e958c9-96e1-45f4-af2b-2086a277d2e4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1244,7 +1247,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1e516051-550c-4710-a018-57dd60546f36"]], "RelatedLinks", + "f0002419-da2c-4a64-b13c-da4bcf6966d6"]], "RelatedLinks", ExpressionUUID->"509848b6-b26e-4901-9c4e-ed26d995e13d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1261,11 +1264,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c683b087-865c-4dfd-8e6e-c287d57f526c"]], "RelatedLinks", + "30d801ec-49db-4d8c-9b8d-7dd0c5e80b42"]], "RelatedLinks", ExpressionUUID->"b52ee351-62cb-4dfe-9961-27bb0393e0cd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5e4f6f0d-0c7b-447b-a358-\ -50af4b5d7acb"], + }]], "RelatedLinksSection",ExpressionUUID->"af9405a1-0330-4c14-8c75-\ +a8d3d3bb1b37"], Cell[CellGroupData[{ @@ -1295,11 +1298,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"58b11cad-459c-4a53-ab2c-9fad123039ac"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"27e3c2df-92d0-4506-869f-70385f5e1662"] +Cell[" ", "FooterCell",ExpressionUUID->"e28b1967-e373-483e-af69-8c3f6f0b7b76"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsHermitianMatrixQ", TaggingRules->{ @@ -1310,17 +1313,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 48.970316}", + "built" -> "{2024, 6, 3, 16, 53, 16.035240}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "IsHermitianMatrixQ[mat] checks whether a square matrix is self-adjoint.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IsHermitianMatrixQ", - "titlemodifier" -> "", "windowtitle" -> "IsHermitianMatrixQ", "type" -> - "Symbol", "uri" -> "TUG/ref/IsHermitianMatrixQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "IsHermitianMatrixQ", "type" -> "Symbol", "uri" -> + "TUG/ref/IsHermitianMatrixQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1329,9 +1333,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5d982dbf-9d09-411d-b6b5-5724db5363c8" +ExpressionUUID->"ce5d29d0-d10c-45db-b22e-4c954d0f3329" ] (* End of Notebook Content *) @@ -1339,145 +1343,143 @@ ExpressionUUID->"5d982dbf-9d09-411d-b6b5-5724db5363c8" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13115, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"131c0962-e6c1-4bce-b926-588e33c7944d", + Cell[13189, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"42bf3110-39cb-4db9-92d9-03ea026c93a0", CellTags->"PrimaryExamplesSection", - CellID->888825022]} + CellID->576825595]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 47953, 1340} + {"PrimaryExamplesSection", 48017, 1344} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7154, 168, 56, "AnchorBarGrid",ExpressionUUID->"07c001c5-ff4d-43f1-a85c-f25ddbe82789", +Cell[590, 21, 7227, 174, 57, "AnchorBarGrid",ExpressionUUID->"0fa9e48f-3ff6-4ae4-9841-dc4c00b93e83", CellID->1], -Cell[7747, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"edca74a2-f4de-426c-9940-bd513b47441c"], +Cell[7820, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"780948b8-5a05-4ee2-b874-d7ed123a5a18"], Cell[CellGroupData[{ -Cell[7858, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"0467de37-633c-459e-a855-f4e07aa2ddcc"], -Cell[9153, 232, 465, 9, 111, "Usage",ExpressionUUID->"9988489b-2468-4218-b6f6-4beefe3d7ff4", +Cell[7931, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"5aba38dc-b68c-4cc4-8874-900441edef52"], +Cell[9226, 238, 465, 9, 111, "Usage",ExpressionUUID->"9988489b-2468-4218-b6f6-4beefe3d7ff4", CellID->828739965] }, Open ]], Cell[CellGroupData[{ -Cell[9655, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"6f8b4beb-d22d-4b87-b571-386620f8b3f3", +Cell[9728, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"08802f4b-7dbd-490e-bd6f-b3c29063c42b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->702650717], -Cell[11552, 295, 346, 8, 36, "Notes",ExpressionUUID->"95375e0a-94c3-4fdb-853a-c34ac9e6a9ae", + CellID->1870030180], +Cell[11626, 301, 346, 8, 36, "Notes",ExpressionUUID->"95375e0a-94c3-4fdb-853a-c34ac9e6a9ae", CellID->458867300], -Cell[11901, 305, 489, 12, 37, "Notes",ExpressionUUID->"6cce7147-fa0f-421c-8198-0e04d9c6a18b", +Cell[11975, 311, 489, 12, 38, "Notes",ExpressionUUID->"6cce7147-fa0f-421c-8198-0e04d9c6a18b", CellID->177724765], -Cell[12393, 319, 151, 1, 36, "Notes",ExpressionUUID->"a8419123-f4f7-4fa8-bdf8-e13ba47e8729", +Cell[12467, 325, 151, 1, 36, "Notes",ExpressionUUID->"a8419123-f4f7-4fa8-bdf8-e13ba47e8729", CellID->1287074734], -Cell[12547, 322, 308, 8, 37, "Notes",ExpressionUUID->"87c87e64-0323-4846-97a8-81cbd3fc96a1", +Cell[12621, 328, 308, 8, 38, "Notes",ExpressionUUID->"87c87e64-0323-4846-97a8-81cbd3fc96a1", CellID->1063187242], -Cell[12858, 332, 130, 1, 36, "Notes",ExpressionUUID->"1255dde9-e9ea-4aad-b357-c9c568c764d0", +Cell[12932, 338, 130, 1, 36, "Notes",ExpressionUUID->"1255dde9-e9ea-4aad-b357-c9c568c764d0", CellID->1233983729] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13115, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"131c0962-e6c1-4bce-b926-588e33c7944d", +Cell[13189, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"42bf3110-39cb-4db9-92d9-03ea026c93a0", CellTags->"PrimaryExamplesSection", - CellID->888825022], + CellID->576825595], Cell[CellGroupData[{ -Cell[14560, 380, 1398, 36, 30, "ExampleSection",ExpressionUUID->"694ad750-53fa-4e83-82ae-497721337ee1", - CellID->224530314], -Cell[15961, 418, 119, 1, 38, "ExampleText",ExpressionUUID->"438774ac-e864-4839-8a5f-75784932acc9", +Cell[14634, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"9ea3462a-1f61-4003-91ce-453a562248e3", + CellID->1107780707], +Cell[16036, 424, 119, 1, 39, "ExampleText",ExpressionUUID->"438774ac-e864-4839-8a5f-75784932acc9", CellID->1925132642], Cell[CellGroupData[{ -Cell[16105, 423, 168, 3, 27, "Input",ExpressionUUID->"945f3cf0-46a3-4060-bb90-d9e7c8e8cbc1", +Cell[16180, 429, 168, 3, 27, "Input",ExpressionUUID->"945f3cf0-46a3-4060-bb90-d9e7c8e8cbc1", CellID->1563607219], Cell[CellGroupData[{ -Cell[16298, 430, 237, 4, 23, "Print",ExpressionUUID->"289fb2f1-2d7d-47ec-80ea-328031045da9", +Cell[16373, 436, 237, 4, 23, "Print",ExpressionUUID->"289fb2f1-2d7d-47ec-80ea-328031045da9", CellID->1166953984], -Cell[16538, 436, 366, 8, 23, "Print",ExpressionUUID->"689cd5fd-ed3f-462a-9b46-ee809da4bb76", +Cell[16613, 442, 366, 8, 23, "Print",ExpressionUUID->"689cd5fd-ed3f-462a-9b46-ee809da4bb76", CellID->1821713947], -Cell[16907, 446, 237, 4, 23, "Print",ExpressionUUID->"b487ab64-d85e-4bdf-a853-fc78c2c09645", +Cell[16982, 452, 237, 4, 23, "Print",ExpressionUUID->"b487ab64-d85e-4bdf-a853-fc78c2c09645", CellID->1772567097], -Cell[17147, 452, 220, 3, 23, "Print",ExpressionUUID->"71e3799b-5fc4-4366-b032-49453345dcd5", +Cell[17222, 458, 220, 3, 23, "Print",ExpressionUUID->"71e3799b-5fc4-4366-b032-49453345dcd5", CellID->735303960], -Cell[17370, 457, 208, 3, 23, "Print",ExpressionUUID->"c531a7a2-9b7c-4d2f-9b6e-8debeb6fbac1", +Cell[17445, 463, 208, 3, 23, "Print",ExpressionUUID->"c531a7a2-9b7c-4d2f-9b6e-8debeb6fbac1", CellID->1474998386], -Cell[17581, 462, 237, 4, 23, "Print",ExpressionUUID->"94a1e7d1-52bd-4b3c-9a84-c7975666dc00", +Cell[17656, 468, 237, 4, 23, "Print",ExpressionUUID->"94a1e7d1-52bd-4b3c-9a84-c7975666dc00", CellID->644327457], -Cell[17821, 468, 220, 3, 23, "Print",ExpressionUUID->"5b170615-20d5-4812-9dc1-bc79a89e7281", +Cell[17896, 474, 220, 3, 23, "Print",ExpressionUUID->"5b170615-20d5-4812-9dc1-bc79a89e7281", CellID->383180652], -Cell[18044, 473, 236, 4, 23, "Print",ExpressionUUID->"4642f04c-70a3-4a28-bcb1-8c187b9ed058", +Cell[18119, 479, 236, 4, 23, "Print",ExpressionUUID->"4642f04c-70a3-4a28-bcb1-8c187b9ed058", CellID->292756041], -Cell[18283, 479, 236, 4, 23, "Print",ExpressionUUID->"2c06d65e-a368-4a25-a05b-f1f9f313d62f", +Cell[18358, 485, 236, 4, 23, "Print",ExpressionUUID->"2c06d65e-a368-4a25-a05b-f1f9f313d62f", CellID->416625898], -Cell[18522, 485, 207, 3, 23, "Print",ExpressionUUID->"168d4b0c-326c-4804-bb5d-9be4185c32da", +Cell[18597, 491, 207, 3, 23, "Print",ExpressionUUID->"168d4b0c-326c-4804-bb5d-9be4185c32da", CellID->453588249], -Cell[18732, 490, 236, 4, 70, "Print",ExpressionUUID->"b923d281-eff6-4113-add5-2e159afc8924", +Cell[18807, 496, 236, 4, 23, "Print",ExpressionUUID->"b923d281-eff6-4113-add5-2e159afc8924", CellID->681046444] }, Open ]] }, Open ]], -Cell[18995, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"9994b57e-2734-493f-8977-d6da6123787f", +Cell[19070, 504, 137, 1, 70, "ExampleText",ExpressionUUID->"9994b57e-2734-493f-8977-d6da6123787f", CellID->2083601856], -Cell[19135, 501, 235, 6, 70, "Input",ExpressionUUID->"82edfe35-9be0-4d6f-bcb1-1da513e9a609", +Cell[19210, 507, 235, 6, 70, "Input",ExpressionUUID->"82edfe35-9be0-4d6f-bcb1-1da513e9a609", CellID->1957637387], -Cell[19373, 509, 381, 9, 70, "Input",ExpressionUUID->"60489f86-c9e1-44d0-9c9c-d1a9ebfee883", +Cell[19448, 515, 381, 9, 70, "Input",ExpressionUUID->"60489f86-c9e1-44d0-9c9c-d1a9ebfee883", CellID->1789810858], -Cell[19757, 520, 238, 6, 70, "Input",ExpressionUUID->"932b584e-93f5-465e-a058-7c353369f240", +Cell[19832, 526, 238, 6, 70, "Input",ExpressionUUID->"932b584e-93f5-465e-a058-7c353369f240", CellID->2018139067], -Cell[19998, 528, 191, 4, 70, "ExampleText",ExpressionUUID->"59b839c2-ea77-46aa-8647-9d8ade4ec266", +Cell[20073, 534, 191, 4, 70, "ExampleText",ExpressionUUID->"59b839c2-ea77-46aa-8647-9d8ade4ec266", CellID->1597894599], Cell[CellGroupData[{ -Cell[20214, 536, 176, 3, 70, "Input",ExpressionUUID->"19525aeb-9b83-4a97-9baa-2667f20657e3", +Cell[20289, 542, 176, 3, 70, "Input",ExpressionUUID->"19525aeb-9b83-4a97-9baa-2667f20657e3", CellID->1419938193], -Cell[20393, 541, 174, 4, 36, "Output",ExpressionUUID->"edcbe735-626b-4903-9d51-f44090373c41", +Cell[20468, 547, 174, 4, 36, "Output",ExpressionUUID->"edcbe735-626b-4903-9d51-f44090373c41", CellID->1814987439] }, Open ]], -Cell[20582, 548, 139, 1, 70, "ExampleText",ExpressionUUID->"b13326a4-28d3-4bfd-bd54-b8aca90691f5", +Cell[20657, 554, 139, 1, 70, "ExampleText",ExpressionUUID->"b13326a4-28d3-4bfd-bd54-b8aca90691f5", CellID->1157730153], Cell[CellGroupData[{ -Cell[20746, 553, 191, 4, 70, "Input",ExpressionUUID->"804e1487-761c-4ad3-afa0-8e1b53a1743d", +Cell[20821, 559, 191, 4, 70, "Input",ExpressionUUID->"804e1487-761c-4ad3-afa0-8e1b53a1743d", CellID->1657633105], -Cell[20940, 559, 270, 7, 51, "Output",ExpressionUUID->"1ebea5d2-e366-4631-a060-85bd1870aee1", +Cell[21015, 565, 270, 7, 50, "Output",ExpressionUUID->"1ebea5d2-e366-4631-a060-85bd1870aee1", CellID->1335961348] }, Open ]], -Cell[21225, 569, 206, 4, 70, "ExampleText",ExpressionUUID->"0aeb1f6c-4071-4a3e-bad0-9ac042315d35", +Cell[21300, 575, 206, 4, 70, "ExampleText",ExpressionUUID->"0aeb1f6c-4071-4a3e-bad0-9ac042315d35", CellID->1878805493], Cell[CellGroupData[{ -Cell[21456, 577, 224, 5, 70, "Input",ExpressionUUID->"a455ae06-27a7-49a7-8295-56cc25acf24e", +Cell[21531, 583, 224, 5, 70, "Input",ExpressionUUID->"a455ae06-27a7-49a7-8295-56cc25acf24e", CellID->10127142], -Cell[21683, 584, 12139, 361, 359, "Output",ExpressionUUID->"f7f6d83b-9b50-49fe-a871-b3dcab78ea4e", +Cell[21758, 590, 12139, 361, 342, "Output",ExpressionUUID->"f7f6d83b-9b50-49fe-a871-b3dcab78ea4e", CellID->123134167] }, Open ]], -Cell[33837, 948, 141, 1, 70, "ExampleText",ExpressionUUID->"07dee0fa-f849-4281-ba20-01a6873e4f8d", +Cell[33912, 954, 141, 1, 70, "ExampleText",ExpressionUUID->"07dee0fa-f849-4281-ba20-01a6873e4f8d", CellID->573336699], Cell[CellGroupData[{ -Cell[34003, 953, 218, 5, 70, "Input",ExpressionUUID->"5b65ab43-a9a4-46c4-b7a2-b8be5ba8d762", +Cell[34078, 959, 218, 5, 70, "Input",ExpressionUUID->"5b65ab43-a9a4-46c4-b7a2-b8be5ba8d762", CellID->1148033364], -Cell[34224, 960, 671, 21, 36, "Output",ExpressionUUID->"68415220-465e-41bb-8a46-4a8147b21a80", +Cell[34299, 966, 671, 21, 36, "Output",ExpressionUUID->"68415220-465e-41bb-8a46-4a8147b21a80", CellID->592228258] }, Open ]], Cell[CellGroupData[{ -Cell[34932, 986, 173, 3, 70, "Input",ExpressionUUID->"6734f748-6320-4f87-9b40-43dd015be2bc", +Cell[35007, 992, 173, 3, 70, "Input",ExpressionUUID->"6734f748-6320-4f87-9b40-43dd015be2bc", CellID->1244110871], -Cell[35108, 991, 160, 3, 36, "Output",ExpressionUUID->"7f0c397a-76ca-4491-b973-1d496d29fb6d", +Cell[35183, 997, 160, 3, 36, "Output",ExpressionUUID->"7f0c397a-76ca-4491-b973-1d496d29fb6d", CellID->1137918455] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[35585, 1009, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"8af14fb5-d9b6-4aae-bf0c-622910e1a553"], +Cell[41091, 1159, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2f31800a-7497-4df5-bf01-0139c1a87750"], +Cell[41764, 1179, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"654bec97-d992-4ff9-a454-f0a75684509f"], +Cell[42800, 1207, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"af9405a1-0330-4c14-8c75-a8d3d3bb1b37"], Cell[CellGroupData[{ -Cell[35532, 1005, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"18385405-9319-4c9b-9f9c-ba1ef3681502"], -Cell[41038, 1155, 670, 18, 70, "TechNotesSection",ExpressionUUID->"db155182-e1a6-4c55-b393-f2effee0034d"] -}, Open ]], -Cell[41723, 1176, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"63e8380f-1933-479e-94c0-c95d993ea27c"], -Cell[42759, 1204, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"5e4f6f0d-0c7b-447b-a358-50af4b5d7acb"], -Cell[CellGroupData[{ -Cell[45025, 1271, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a52b82b7-4142-406b-8b79-16b6ffab773d", +Cell[45066, 1274, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a52b82b7-4142-406b-8b79-16b6ffab773d", CellID->2135167160], -Cell[45166, 1274, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9ae4f518-c206-41c5-8d3d-ea52d539f366", +Cell[45207, 1277, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9ae4f518-c206-41c5-8d3d-ea52d539f366", CellID->1194386356], -Cell[45388, 1280, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89c4c82c-717c-40bb-876f-334458c80ffd", +Cell[45429, 1283, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89c4c82c-717c-40bb-876f-334458c80ffd", CellID->1641706272], -Cell[45603, 1285, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"708b7403-9cf9-4ced-9e8d-8328c7ba5042", +Cell[45644, 1288, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"708b7403-9cf9-4ced-9e8d-8328c7ba5042", CellID->399251956], -Cell[45832, 1291, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"58b11cad-459c-4a53-ab2c-9fad123039ac", +Cell[45873, 1294, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"58b11cad-459c-4a53-ab2c-9fad123039ac", CellID->821434655] }, Open ]], -Cell[46069, 1297, 78, 0, 70, "FooterCell",ExpressionUUID->"27e3c2df-92d0-4506-869f-70385f5e1662"] +Cell[46110, 1300, 78, 0, 70, "FooterCell",ExpressionUUID->"e28b1967-e373-483e-af69-8c3f6f0b7b76"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsModPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/IsModPreKernelQ.nb index f3feb27..2600769 100644 --- a/Documentation/English/ReferencePages/Symbols/IsModPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsModPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42831, 1109] -NotebookOptionsPosition[ 34538, 945] -NotebookOutlinePosition[ 36662, 999] -CellTagsIndexPosition[ 36577, 994] +NotebookDataLength[ 42836, 1109] +NotebookOptionsPosition[ 34560, 947] +NotebookOutlinePosition[ 36701, 1001] +CellTagsIndexPosition[ 36616, 996] WindowTitle->IsModPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "4dfa1d9e-2bef-4db5-a095-da62f395b999"], + "25c4b9c0-4c84-4001-a751-f98cafce823f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "563b020b-3339-48d7-9f44-b36d97569b99"], + "850c0fd6-1426-4f54-927d-d5237a868d42"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "96423bbf-745a-48d8-b572-3dfddffb8e0e"] - }],ExpressionUUID->"2ca45f47-5fea-4f30-8288-26ed6520344f"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "885cd766-809b-4dd2-95c5-e5e58e5cbd80"] + }],ExpressionUUID->"9f2550f8-cd98-4ecb-bd98-7b4f44c52eaf"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d3867907-d32a-4d04-a9e2-ce900a493e04"], + "d8283903-3456-41bd-930b-04ec100d51f4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9d4e3a1a-d9ad-4d24-8ab8-3b52ae40476d"] - }],ExpressionUUID->"3d55dbfb-1460-46e9-afdb-9086d58c32c2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "54acdf78-741b-4193-b21d-8a0352313e21"] + }],ExpressionUUID->"34e0be74-3c58-459d-8543-bb3f52e2cddb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f880bc57-f071-444e-8a93-fdff3e7c752d"], + "b7169159-e51a-4812-97b8-549c2ea3f9fd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bc49e6f5-e77e-41c9-93e1-ed469522c07a"] - }],ExpressionUUID->"15cd3dbb-d192-480f-aec1-7c61b289ddfb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1c9cbb77-a08e-449e-a5e7-7440e439e3f3"] + }],ExpressionUUID->"3d1bc0e0-5c21-4003-887d-b98bb660aeee"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "90ce1e59-372d-41f1-a126-6da308c3cfe1"], + "a6242591-49dc-484d-922f-8e8c2604ba9d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4f253d94-82b3-499b-8fb0-192f33aa048c"] - }],ExpressionUUID->"bd44e92e-f950-464f-a2df-21e3cfde8d6f"], - StripOnInput->False], {"\<\"TUG/ref/IsModPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsModPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4379abb9-9c03-4f97-910e-b38387a349c0"] + }],ExpressionUUID->"b54a4531-d9f0-4556-a638-5efe94d23324"], + StripOnInput->False],{ + "\"TUG/ref/IsModPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsModPreKernelQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IsModPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$97724], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsModPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$105932], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsModPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6bfef5f0-ba7c-40bc-99d8-50842f4d932e"] + "c07e4200-66d2-4909-8c72-9e4cd911bf62"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "660272a6-f699-4be4-b5ea-62f02bb57230"]} + "acd4d97d-0e9e-43c1-99c3-a9e4cce5a083"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7f1b59e8-2e4e-4938-a4e3-9b775bfa9527"], + CellID->1,ExpressionUUID->"cd404ef9-6644-4e17-9de3-89e944acc0eb"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3a8dba93-d856-4ac8-b769-44824fb15bc1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"70620328-579c-4ddc-95b9-12fca77c335b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsModPreKernelQ", "ObjectName",ExpressionUUID-> - "d70e0b6c-021a-442e-aaa7-0493a5ce1681"], + "e51328cf-d474-427f-9402-08047d7fac02"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ffac149c-15e1-483e-9b76-099c39a7d726"], + "Spacer1"]],ExpressionUUID->"983debaf-5f8e-43ce-8364-4819ca26ee96"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e8c93ef1-07e9-4d5a-9390-0aab2f478198"] - }],ExpressionUUID->"8ed8d0d1-dac6-419c-a4cc-76c94e836f4f"], Cell[BoxData[ + "115d2641-85ab-4617-95cc-8094e1469709"] + }],ExpressionUUID->"cc55e154-ee90-47d1-b9b1-2618e5908aaa"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a3a6b6dd-676b-4155-833e-54717bc1c958"]} + "7be986f7-7e11-4174-96b9-bcfcfa0cfea7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"96dae21d-c689-451c-880a-17d92716ebac"], + CacheGraphics->False,ExpressionUUID->"57379c16-a21c-4e7c-bf16-dd495d8a3b42"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "c3bf367c-588e-44f1-8776-d61349235f06"], " \[LineSeparator]checks whether the provided payoff vector is a \ modified pre-kernel element of the game." - }],ExpressionUUID->"37636d5d-3b38-49a9-affa-f084ddbd6e46"]} + }],ExpressionUUID->"7696d5c4-a619-4082-aab3-2ff12d0b3913"]} }]], "Usage", CellID->1166772724,ExpressionUUID->"83d7e22a-614b-4488-bdaf-60d9e95dde3b"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6fc91273-2335-4f30-b439-2c758d9252f8"], + ExpressionUUID->"26b61bfe-be86-48c1-a126-f36858688412"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4e99ca73-7207-4e60-b800-27e781a2f9e5"], + "Spacer1"]],ExpressionUUID->"c30ab8a1-1b69-4890-8958-4047133519f0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"384d222a-e061-4d07-91a9-08d2a1708b77"], + }], "NotesFrameText",ExpressionUUID->"74149e3b-f72a-422b-a5f0-8aab7eea052a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cf8db734-93d8-4365-a4f9-43cfa5d0fe6e"]], \ + "Preemptive"]],ExpressionUUID->"1c9acd9a-1b77-43d8-a4de-c02f4a7ccbb0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->123525224,ExpressionUUID->"fef60d43-633b-4a5b-9171-622d2fe5bda0"], + CellID->880943546,ExpressionUUID->"acaaed2d-e5a7-4924-b2b2-7150be9bcb3f"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c530f1c8-1b7f-455f-a4ef-c6266da2bf07"], + ExpressionUUID->"ec9e4954-4456-4ea1-9176-3cb78dba74f5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bc01c3d8-f3ff-4f86-9e7b-bccd4219d26b"], + "Spacer1"]],ExpressionUUID->"6cb83144-7110-4e1e-aa5c-8b8b55588c24"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8bcaa187-ff2d-43d8-81af-7350cdbde727"] + "9e42246b-6e5e-4f8b-b10f-3ee3b2b9b6b2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2095537350,ExpressionUUID->"0604b63f-a795-4d7d-aaaf-fb122f2e2e45"], + CellID->277829972,ExpressionUUID->"60c5638e-2268-4129-b964-adcd5351f901"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"00467dca-05c3-421a-bcd7-1c213a0e48f3"], + ExpressionUUID->"8ed7e16d-e5da-4047-961d-b75fc32a4473"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6473f230-a347-46a2-bc32-5487987e6085"], + "Spacer1"]],ExpressionUUID->"a0eea1e5-8b1d-4e80-a11a-045ce58fcac9"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "83b7e281-48bb-4268-ab4c-c9021e7176c6"] + "04b22fe9-2d9e-41ff-b2c2-59a456ed597a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1295069529,ExpressionUUID->"a771ff88-8e29-4ce0-a54a-341f67b82489"], + CellID->1830553473,ExpressionUUID->"3aae3ad7-aa0f-4af3-a160-577c037fc3c7"], Cell["Loading the package:", "ExampleText", CellID->294267427,ExpressionUUID->"f3756553-09d9-4709-a443-a3b6098a3604"], @@ -613,8 +618,6 @@ Thus, we have found a modified pre-kernel imputation of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -762,15 +765,15 @@ Cell[BoxData[GridBox[{ "eddbb64a-0443-4de6-be50-af55482e67bf"] }], "SeeAlso",ExpressionUUID->"9bdf01a4-237c-4dbc-ad7b-2a78b0da33f7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c17637ac-9ebe-4965-9e4f-\ -777f5525df63"], + }]], "SeeAlsoSection",ExpressionUUID->"3cbf0807-e70a-479b-82f6-\ +af193d64b826"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -782,9 +785,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"070edb58-d1d1-4112-9c3c-f45784c5712f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2a8266ed-abb9-4121-aae2-\ -6832723bb1d4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9169d07d-7d0b-4a3d-94da-\ +350edf5e5a59"], Cell[BoxData[GridBox[{ { @@ -801,7 +803,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b42a2ae8-ce29-4d84-ac11-39aa0a1351c7"]}]}, + "4259daf4-5d8f-470a-9b0d-9c8b90483584"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -809,10 +811,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "89fb7983-2c66-4609-9a29-dd593fbd5087"]}]} + "d31b4149-8db4-4f67-9135-712ba6f04370"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3207a526-adc0-49f5-9923-\ -9ee1ab58217c"], + }]], "MoreAboutSection",ExpressionUUID->"e6f2897e-17dd-4533-9448-\ +abc40cae758f"], Cell[BoxData[GridBox[{ { @@ -839,7 +841,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "68d85cd0-b607-4ec6-8bf2-f0f2114fc1cb"]], "RelatedLinks", + "e921602b-3643-41b1-9977-0814f8b91779"]], "RelatedLinks", ExpressionUUID->"2d52e238-1498-4267-9987-871cfe3b9335"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -856,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4a160eba-71d9-435f-be71-461b77bf3af8"]], "RelatedLinks", + "cad1ef2d-aff4-4e74-85be-eb82c530e7dd"]], "RelatedLinks", ExpressionUUID->"3a37678d-7231-4f9c-97b0-4ce50aed587f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69cb944e-dcea-41a6-9e13-e62107e500c5"]], "RelatedLinks", + "0da58d39-cdfb-49f8-9727-96552e802516"]], "RelatedLinks", ExpressionUUID->"604d13d9-6d76-48ac-8793-53b3f400dc9b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,7 +892,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fa170456-31b6-4449-994e-d47db658cafb"]], "RelatedLinks", + "a57dabf7-c708-4d56-bd5a-c16ac27767b6"]], "RelatedLinks", ExpressionUUID->"f31a6aaf-312e-4073-bb85-2150af3926a6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -907,11 +909,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "003f6964-a52c-42e7-9aac-847290e2a68d"]], "RelatedLinks", + "9782df65-7c87-41c5-8712-825030e3c3f6"]], "RelatedLinks", ExpressionUUID->"da1cf385-454c-42ce-a7d7-0de96bf3d8c4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"02139c70-3257-4162-abb6-\ -1e1a78bdc1a0"], + }]], "RelatedLinksSection",ExpressionUUID->"e27d8c1a-df7a-4cc3-8157-\ +c4bc3e7c1c09"], Cell[CellGroupData[{ @@ -941,11 +943,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"420f4015-2af4-4b0a-bebd-a3c8120adbc9"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3e97d7d2-34ef-431d-8d10-1246a1c2f3b4"] +Cell[" ", "FooterCell",ExpressionUUID->"7945096d-e5d7-4c78-8be9-7412ddd1eef2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsModPreKernelQ", TaggingRules->{ @@ -956,7 +958,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 52.392270}", + "built" -> "{2024, 6, 3, 16, 53, 17.968612}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -964,10 +966,10 @@ TaggingRules->{ "IsModPreKernelQ[game, payoff] checks whether the provided payoff vector \ is a modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IsModPreKernelQ", "titlemodifier" -> "", - "windowtitle" -> "IsModPreKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/IsModPreKernelQ"}}, + "metadescription" -> "", "windowtitle" -> "IsModPreKernelQ", "type" -> + "Symbol", "uri" -> "TUG/ref/IsModPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -976,9 +978,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f0b9e79e-d4db-42f9-9aff-916e749471e6" +ExpressionUUID->"b007fb27-593f-43b3-abd5-bf4aed7c2e6a" ] (* End of Notebook Content *) @@ -986,131 +988,129 @@ ExpressionUUID->"f0b9e79e-d4db-42f9-9aff-916e749471e6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13467, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0604b63f-a795-4d7d-aaaf-fb122f2e2e45", + Cell[13524, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60c5638e-2268-4129-b964-adcd5351f901", CellTags->"PrimaryExamplesSection", - CellID->2095537350]} + CellID->277829972]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36376, 987} + {"PrimaryExamplesSection", 36416, 989} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7142, 168, 56, "AnchorBarGrid",ExpressionUUID->"7f1b59e8-2e4e-4938-a4e3-9b775bfa9527", +Cell[587, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"cd404ef9-6644-4e17-9de3-89e944acc0eb", CellID->1], -Cell[7732, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3a8dba93-d856-4ac8-b769-44824fb15bc1"], +Cell[7789, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"70620328-579c-4ddc-95b9-12fca77c335b"], Cell[CellGroupData[{ -Cell[7843, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"96dae21d-c689-451c-880a-17d92716ebac"], -Cell[9135, 232, 539, 11, 111, "Usage",ExpressionUUID->"83d7e22a-614b-4488-bdaf-60d9e95dde3b", +Cell[7900, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"57379c16-a21c-4e7c-bf16-dd495d8a3b42"], +Cell[9192, 237, 539, 11, 111, "Usage",ExpressionUUID->"83d7e22a-614b-4488-bdaf-60d9e95dde3b", CellID->1166772724] }, Open ]], Cell[CellGroupData[{ -Cell[9711, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"fef60d43-633b-4a5b-9171-622d2fe5bda0", +Cell[9768, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"acaaed2d-e5a7-4924-b2b2-7150be9bcb3f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->123525224], -Cell[11608, 297, 782, 20, 57, "]]",ExpressionUUID->"3d4625e0-2043-4840-8e48-5b888f94baf1", + CellID->880943546], +Cell[11665, 302, 782, 20, 57, "]]",ExpressionUUID->"3d4625e0-2043-4840-8e48-5b888f94baf1", CellID->209133038], -Cell[12393, 319, 489, 12, 37, "Notes",ExpressionUUID->"58d474c1-4904-49a0-8405-2b7bf847493e", +Cell[12450, 324, 489, 12, 38, "Notes",ExpressionUUID->"58d474c1-4904-49a0-8405-2b7bf847493e", CellID->177724765], -Cell[12885, 333, 224, 4, 36, "Notes",ExpressionUUID->"95c43db4-8771-4098-b753-51b6f0993724", +Cell[12942, 338, 224, 4, 36, "Notes",ExpressionUUID->"95c43db4-8771-4098-b753-51b6f0993724", CellID->81734930], -Cell[13112, 339, 228, 4, 36, "Notes",ExpressionUUID->"e2756cdb-03a7-4d76-b24d-fa9d5786ac04", +Cell[13169, 344, 228, 4, 36, "Notes",ExpressionUUID->"e2756cdb-03a7-4d76-b24d-fa9d5786ac04", CellID->801544705] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13467, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0604b63f-a795-4d7d-aaaf-fb122f2e2e45", +Cell[13524, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60c5638e-2268-4129-b964-adcd5351f901", CellTags->"PrimaryExamplesSection", - CellID->2095537350], + CellID->277829972], Cell[CellGroupData[{ -Cell[14913, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a771ff88-8e29-4ce0-a54a-341f67b82489", - CellID->1295069529], -Cell[16315, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"f3756553-09d9-4709-a443-a3b6098a3604", +Cell[14969, 395, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3aae3ad7-aa0f-4af3-a160-577c037fc3c7", + CellID->1830553473], +Cell[16371, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"f3756553-09d9-4709-a443-a3b6098a3604", CellID->294267427], Cell[CellGroupData[{ -Cell[16458, 433, 166, 3, 27, "Input",ExpressionUUID->"e5830263-71eb-407d-a249-bfb393bf4743", +Cell[16514, 438, 166, 3, 27, "Input",ExpressionUUID->"e5830263-71eb-407d-a249-bfb393bf4743", CellID->29253931], Cell[CellGroupData[{ -Cell[16649, 440, 236, 4, 23, "Print",ExpressionUUID->"650bdd63-563f-4889-96ee-bbccd2503995", +Cell[16705, 445, 236, 4, 23, "Print",ExpressionUUID->"650bdd63-563f-4889-96ee-bbccd2503995", CellID->525749129], -Cell[16888, 446, 366, 8, 23, "Print",ExpressionUUID->"b46ba5dd-d5fa-41ef-9c6c-afaacb87303c", +Cell[16944, 451, 366, 8, 23, "Print",ExpressionUUID->"b46ba5dd-d5fa-41ef-9c6c-afaacb87303c", CellID->1957601579], -Cell[17257, 456, 237, 4, 23, "Print",ExpressionUUID->"f0b1a256-5467-4cc9-85f8-d1b29f30f6b2", +Cell[17313, 461, 237, 4, 23, "Print",ExpressionUUID->"f0b1a256-5467-4cc9-85f8-d1b29f30f6b2", CellID->1853189841], -Cell[17497, 462, 220, 3, 23, "Print",ExpressionUUID->"da779b2f-f46a-43bc-b9fc-04a8b3c23a69", +Cell[17553, 467, 220, 3, 23, "Print",ExpressionUUID->"da779b2f-f46a-43bc-b9fc-04a8b3c23a69", CellID->748497237], -Cell[17720, 467, 207, 3, 23, "Print",ExpressionUUID->"401409d8-2920-4d8b-a5d2-edb3d3b99d53", +Cell[17776, 472, 207, 3, 23, "Print",ExpressionUUID->"401409d8-2920-4d8b-a5d2-edb3d3b99d53", CellID->408508393], -Cell[17930, 472, 236, 4, 23, "Print",ExpressionUUID->"377c6af6-cc28-487c-8714-873512afb8cf", +Cell[17986, 477, 236, 4, 23, "Print",ExpressionUUID->"377c6af6-cc28-487c-8714-873512afb8cf", CellID->78628381], -Cell[18169, 478, 220, 3, 23, "Print",ExpressionUUID->"89929402-ebab-46d3-9ad4-b797357c4877", +Cell[18225, 483, 220, 3, 23, "Print",ExpressionUUID->"89929402-ebab-46d3-9ad4-b797357c4877", CellID->839007767], -Cell[18392, 483, 235, 4, 23, "Print",ExpressionUUID->"1264640c-6cd4-4075-a4b8-093879fa0054", +Cell[18448, 488, 235, 4, 23, "Print",ExpressionUUID->"1264640c-6cd4-4075-a4b8-093879fa0054", CellID->97776699], -Cell[18630, 489, 236, 4, 23, "Print",ExpressionUUID->"af909f54-ef44-4f6e-bd8c-a5b61f1d371c", +Cell[18686, 494, 236, 4, 23, "Print",ExpressionUUID->"af909f54-ef44-4f6e-bd8c-a5b61f1d371c", CellID->112738882], -Cell[18869, 495, 208, 3, 23, "Print",ExpressionUUID->"2f90c216-23a6-4a66-8fac-9f32964a9559", +Cell[18925, 500, 208, 3, 23, "Print",ExpressionUUID->"2f90c216-23a6-4a66-8fac-9f32964a9559", CellID->1407945409], -Cell[19080, 500, 236, 4, 23, "Print",ExpressionUUID->"a552b647-9445-4c1d-8ccc-3d608111c000", +Cell[19136, 505, 236, 4, 23, "Print",ExpressionUUID->"a552b647-9445-4c1d-8ccc-3d608111c000", CellID->170164944] }, Open ]] }, Open ]], -Cell[19343, 508, 137, 1, 70, "ExampleText",ExpressionUUID->"5601d37b-c4d8-450f-86c4-74d0d38d4fcf", +Cell[19399, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"5601d37b-c4d8-450f-86c4-74d0d38d4fcf", CellID->1829571336], -Cell[19483, 511, 234, 6, 70, "Input",ExpressionUUID->"ad7843ca-9a1c-4d0a-9019-e8a6f0c24284", +Cell[19539, 516, 234, 6, 70, "Input",ExpressionUUID->"ad7843ca-9a1c-4d0a-9019-e8a6f0c24284", CellID->710245460], -Cell[19720, 519, 381, 9, 70, "Input",ExpressionUUID->"c45c75f5-18dd-4042-8fbe-1c7b154e67ea", +Cell[19776, 524, 381, 9, 70, "Input",ExpressionUUID->"c45c75f5-18dd-4042-8fbe-1c7b154e67ea", CellID->1204370668], -Cell[20104, 530, 237, 6, 70, "Input",ExpressionUUID->"240b5ad2-a887-4a9f-ade3-9c1c9444d7ac", +Cell[20160, 535, 237, 6, 70, "Input",ExpressionUUID->"240b5ad2-a887-4a9f-ade3-9c1c9444d7ac", CellID->300789210], -Cell[20344, 538, 190, 4, 70, "ExampleText",ExpressionUUID->"6a5b74f2-abf0-443f-af56-f793ab010316", +Cell[20400, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"6a5b74f2-abf0-443f-af56-f793ab010316", CellID->221905090], Cell[CellGroupData[{ -Cell[20559, 546, 172, 3, 70, "Input",ExpressionUUID->"8a40927b-f30b-4e60-9ac8-f46cbb60c93e", +Cell[20615, 551, 172, 3, 70, "Input",ExpressionUUID->"8a40927b-f30b-4e60-9ac8-f46cbb60c93e", CellID->641275608], -Cell[20734, 551, 173, 4, 36, "Output",ExpressionUUID->"82f5d462-b625-4e8d-9a83-f9e863295b4f", +Cell[20790, 556, 173, 4, 36, "Output",ExpressionUUID->"82f5d462-b625-4e8d-9a83-f9e863295b4f", CellID->254425498] }, Open ]], -Cell[20922, 558, 180, 3, 70, "ExampleText",ExpressionUUID->"59184d6a-fe2a-4255-a281-342bfe04adbf", +Cell[20978, 563, 180, 3, 70, "ExampleText",ExpressionUUID->"59184d6a-fe2a-4255-a281-342bfe04adbf", CellID->1195601044], Cell[CellGroupData[{ -Cell[21127, 565, 195, 4, 70, "Input",ExpressionUUID->"c2132b45-8b8a-494b-a672-f376de7160c3", +Cell[21183, 570, 195, 4, 70, "Input",ExpressionUUID->"c2132b45-8b8a-494b-a672-f376de7160c3", CellID->1676812671], -Cell[21325, 571, 314, 9, 51, "Output",ExpressionUUID->"e1b491a2-5516-48bb-82b2-175fa4cefb7d", +Cell[21381, 576, 314, 9, 50, "Output",ExpressionUUID->"e1b491a2-5516-48bb-82b2-175fa4cefb7d", CellID->1418397988] }, Open ]], -Cell[21654, 583, 189, 4, 70, "ExampleText",ExpressionUUID->"f168e3bb-2c31-48b6-80a4-9dac02c19736", +Cell[21710, 588, 189, 4, 70, "ExampleText",ExpressionUUID->"f168e3bb-2c31-48b6-80a4-9dac02c19736", CellID->1586853247], Cell[CellGroupData[{ -Cell[21868, 591, 197, 4, 70, "Input",ExpressionUUID->"d3ae5bee-6b77-4753-b1e2-8b01fba493a7", +Cell[21924, 596, 197, 4, 70, "Input",ExpressionUUID->"d3ae5bee-6b77-4753-b1e2-8b01fba493a7", CellID->313882816], -Cell[22068, 597, 182, 4, 36, "Output",ExpressionUUID->"3c5536d5-1788-4858-a511-65eb1a5ae922", +Cell[22124, 602, 182, 4, 36, "Output",ExpressionUUID->"3c5536d5-1788-4858-a511-65eb1a5ae922", CellID->1376685549] }, Open ]], -Cell[22265, 604, 172, 3, 70, "ExampleText",ExpressionUUID->"4c2b9cb3-61b5-43d4-bd7a-7ca05f48d94e", +Cell[22321, 609, 172, 3, 70, "ExampleText",ExpressionUUID->"4c2b9cb3-61b5-43d4-bd7a-7ca05f48d94e", CellID->1754655394] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22723, 620, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3cbf0807-e70a-479b-82f6-af193d64b826"], +Cell[28229, 770, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9169d07d-7d0b-4a3d-94da-350edf5e5a59"], +Cell[28902, 790, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e6f2897e-17dd-4533-9448-abc40cae758f"], +Cell[29938, 818, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"e27d8c1a-df7a-4cc3-8157-c4bc3e7c1c09"], Cell[CellGroupData[{ -Cell[22689, 617, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"c17637ac-9ebe-4965-9e4f-777f5525df63"], -Cell[28195, 767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2a8266ed-abb9-4121-aae2-6832723bb1d4"] -}, Open ]], -Cell[28880, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3207a526-adc0-49f5-9923-9ee1ab58217c"], -Cell[29916, 816, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"02139c70-3257-4162-abb6-1e1a78bdc1a0"], -Cell[CellGroupData[{ -Cell[33412, 917, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"19947731-b411-4a9b-8d8a-76e41a47e5e8", +Cell[33434, 919, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"19947731-b411-4a9b-8d8a-76e41a47e5e8", CellID->1115537422], -Cell[33553, 920, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fd82bfa8-fc0f-408d-a2a3-cb52d22234b5", +Cell[33575, 922, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fd82bfa8-fc0f-408d-a2a3-cb52d22234b5", CellID->1194386356], -Cell[33775, 926, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8fdd915-9cbc-405a-8d62-81eeaff3a7d6", +Cell[33797, 928, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8fdd915-9cbc-405a-8d62-81eeaff3a7d6", CellID->1641706272], -Cell[33990, 931, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a70f9a59-c2e0-40a3-a9ba-b453f1a59170", +Cell[34012, 933, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a70f9a59-c2e0-40a3-a9ba-b453f1a59170", CellID->399251956], -Cell[34219, 937, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"420f4015-2af4-4b0a-bebd-a3c8120adbc9", +Cell[34241, 939, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"420f4015-2af4-4b0a-bebd-a3c8120adbc9", CellID->821434655] }, Open ]], -Cell[34456, 943, 78, 0, 70, "FooterCell",ExpressionUUID->"3e97d7d2-34ef-431d-8d10-1246a1c2f3b4"] +Cell[34478, 945, 78, 0, 70, "FooterCell",ExpressionUUID->"7945096d-e5d7-4c78-8be9-7412ddd1eef2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsModiclusQ.nb b/Documentation/English/ReferencePages/Symbols/IsModiclusQ.nb index 859bce5..ae3020c 100644 --- a/Documentation/English/ReferencePages/Symbols/IsModiclusQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsModiclusQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 60904, 1566] -NotebookOptionsPosition[ 48383, 1316] -NotebookOutlinePosition[ 50552, 1370] -CellTagsIndexPosition[ 50466, 1365] +NotebookDataLength[ 60920, 1567] +NotebookOptionsPosition[ 48407, 1318] +NotebookOutlinePosition[ 50599, 1373] +CellTagsIndexPosition[ 50513, 1368] WindowTitle->IsModiclusQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "97f777d7-b733-4ef1-9447-137979f39f33"], + "4fdd5737-7351-465f-9dd9-a5bb81493de9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4b6fd92b-1e17-47de-b88d-8d203616a4d9"], + "7c295b7b-4b46-4004-8824-42cee1d4c59c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0728257-8011-48e2-b17f-73d34cafa24b"] - }],ExpressionUUID->"e74eca34-7a2d-4dea-bc33-c28a997cb60d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "9f018299-105e-47f3-bfea-c02c13fc8109"] + }],ExpressionUUID->"17d860f1-e3b5-4775-8085-a08652117209"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "62709ba3-8033-4ad9-9330-b390d5a5fb7f"], + "180160db-c402-4196-9915-95381f467fa9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "15dbb2a4-ce5b-45ff-8553-e2c126893794"] - }],ExpressionUUID->"7938c058-5c54-433a-b7ce-5e40d68a9254"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cde5d9d4-6bb5-4d9d-afa6-96b15d33b4d4"] + }],ExpressionUUID->"58e57232-5c16-4e4c-8a26-bdaa5fb7bf6a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3172257e-6b86-49f5-a28e-da261b8d11d8"], + "d62fe65f-d75d-4402-963c-9a263b1b1fba"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0beb9518-187b-4886-9469-83ea18a0d8a8"] - }],ExpressionUUID->"32d21572-2af0-4da0-bca6-64369545dc13"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7ce83a51-d297-407b-9443-8c8b431d0da9"] + }],ExpressionUUID->"1f9ae4bc-9351-45cf-bd07-a5dfcfe0cfc9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1d3328b6-ed3c-42d5-b9fc-79b2e78554b0"], + "ea77cc01-a322-471a-80a9-2398cd7f74b4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4ec135f-b8d8-44c7-805e-cfc9170407ba"] - }],ExpressionUUID->"4fe19ced-c6ab-428a-861a-b48e8cf9a4b9"], - StripOnInput->False], {"\<\"TUG/ref/IsModiclusQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsModiclusQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/IsModiclusQ.\ + "1bbb6cd3-88de-498c-8439-6a783635b24a"] + }],ExpressionUUID->"1df96f69-24a5-4a60-b522-e7745a134d91"], + StripOnInput->False],{ + "\"TUG/ref/IsModiclusQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsModiclusQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/IsModiclusQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$97134], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsModiclusQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$105308], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsModiclusQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "588451f8-ffef-437e-8959-03b476b721a6"] + "21e4e1e4-ee6f-4c66-aefb-f06cd6ce3ef5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "85174772-aaa0-4927-91e0-17c37b85eeed"]} + "d1ea7a54-fa60-4cdd-ad51-b1cd12248e1a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8adb1d85-2919-442c-a2fa-942f5c458101"], + CellID->1,ExpressionUUID->"a6d2419b-cf8a-4e76-aa25-06b64653462d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c7d4ec50-f96b-447d-9092-7f196b927315"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8b7fb40e-b039-4930-bd95-7e5f99fd7b6d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsModiclusQ", "ObjectName",ExpressionUUID-> - "77047c4f-176c-43f7-badf-1faad8b4c977"], + "b2610e08-2ffe-4713-a367-191ffbd74998"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"377b7c20-9845-4c29-9240-ce05570a1785"], + "Spacer1"]],ExpressionUUID->"8ced1169-3b6f-4802-be0f-a1f56e3918e7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "86ff0272-8fce-4e45-b50b-142ff2cc8129"] - }],ExpressionUUID->"22b04e68-c824-4bd7-8ab1-dab63e4f7b2b"], Cell[BoxData[ + "f074ca5f-9dc2-45a0-b232-792205c2ca91"] + }],ExpressionUUID->"7bd0a1f0-403a-4756-b56d-9ba004fc9bad"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4ff9031e-ed3e-4ec8-b454-4a7df7a6e8ec"]} + "7488e807-5ee0-4107-bdc4-a8c1aa745383"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f7fa8452-07c1-4e08-8439-a20808593fc5"], + CacheGraphics->False,ExpressionUUID->"e943aee5-b675-4cde-b553-4d81a331e7a3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "e367d839-a475-4b60-849f-65be88662043"], " \[LineSeparator]checks whether the provided payoff vector is the \ modiclus of the game." - }],ExpressionUUID->"97973ff1-6761-472d-9169-312998ee8707"]}, + }],ExpressionUUID->"23afbd09-df08-4030-9112-771b0588313b"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"IsModiclusQ", "[", @@ -248,7 +253,7 @@ modiclus of the game." FontFamily->"Source Sans Pro",ExpressionUUID-> "307f33a1-7603-4c69-977c-64c043b00fd9"], " \[LineSeparator]by option set a different solver can be invoked." - }],ExpressionUUID->"05565f5d-77d3-4715-83d7-6a37851e5951"]} + }],ExpressionUUID->"6546430a-fc51-4186-9ebe-920899599574"]} }]], "Usage", CellID->395383056,ExpressionUUID->"2c6e37f6-aab6-44a4-9c7d-26599f22c0ec"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"17d509d4-3daf-4742-8317-396f5dd05b22"], + ExpressionUUID->"41602b6a-9488-49ea-9189-f3c04ae77b14"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6233b83c-0761-47d6-a6f2-8e756aa8d049"], + "Spacer1"]],ExpressionUUID->"de26d36b-fb61-4e9e-b3d0-1974dfd37d14"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"bbdea80d-d5f9-48e3-92a5-8a03bc696c71"], + }], "NotesFrameText",ExpressionUUID->"a4eee240-2d42-43a7-ad27-3855453d0816"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d16ca5cd-a85c-4355-af07-5dcc335fa61d"]], \ + "Preemptive"]],ExpressionUUID->"35b3529a-a6ac-46fb-a47e-d992046f34a5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->111160034,ExpressionUUID->"d1b2c0ca-1344-4bd1-969f-f335fcd70a57"], + CellID->1471134627,ExpressionUUID->"ca30eb94-f241-4fa3-a27d-ef55c567dbf1"], Cell[TextData[{ "The input expression ", @@ -380,11 +385,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ab59a61c-1aaf-40f3-82f6-0bd456552089"], "RevisedSimplex", Cell[ + "c87878d2-ce1b-4d64-aaff-a7e66db02b40"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"d5efcb13-654d-4f97-be3f-3bd04ceea731"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a3ca0900-366e-49e5-a579-4f23a35139c0"], + "f681d820-ddf0-47fc-8cb2-05e958b95844"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -400,11 +405,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0355914d-8ed8-4dfe-b359-b7fa183e84ee"], "CLP", Cell["\<\ + "6d85f944-e387-47e7-95ae-5779562747e2"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"d5ada815-fe5e-4149-aa5f-34ce192790a9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "39bbcc6a-7175-412e-93b7-09c51d3e4129"], + "1af18ce9-3947-4e5c-92da-364c3ddf50c8"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -420,7 +425,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "3f42a463-97d3-40c7-a0ae-57289de12b32"], "InteriorPoint", Cell["\<\ + "e9946828-2ffb-4ef1-88e6-5c1e521b6d40"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"7de28e21-e114-483a-aa8e-184d0463a201"]} }]], "2ColumnTableMod", @@ -437,7 +442,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "43e4b49d-a698-4161-966a-3feec8fa891c"], + "c1c6e3d2-551a-4e75-986b-ea3e7b651781"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -513,19 +518,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ca07a96a-bafb-4512-bd05-e68cca8f4cf5"], + ExpressionUUID->"ae123cdf-038c-4435-bfd9-7cf34eb4c0a8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"06fb4567-edba-42e1-850e-199fdefda1a3"], + "Spacer1"]],ExpressionUUID->"e49a079e-7911-4b88-a1f5-e1465c0a6b17"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e50f9555-c9f5-44bb-a2f7-48e33bc26e68"] + "3bb60e6d-2c1a-4c1f-849b-e50752d5ee16"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1253998072,ExpressionUUID->"605b813c-a2e5-405d-8a09-688b6d2ffc3c"], + CellID->1876085695,ExpressionUUID->"f2e82b6c-831d-4cbc-9a81-8382aaa65ede"], Cell[CellGroupData[{ @@ -554,18 +559,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0d563492-1a43-4e69-bd31-e90aaaa0e1c0"], + ExpressionUUID->"e1c6633e-0fb6-45fd-96cc-bcac5190b7de"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2a647884-5aa0-42f2-8df0-662234c56f79"], + "Spacer1"]],ExpressionUUID->"784f56b7-52fc-450a-85be-a6e8cd7e0477"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e1f932b2-7d1c-46f2-8245-5f46d7ab8104"] + "dc90f0fc-1a37-4326-8d3b-1564dd59cf93"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->239571315,ExpressionUUID->"9c1a83d6-8974-4423-925e-b32c3e95523f"], + CellID->524316972,ExpressionUUID->"198506d5-78fa-4aac-8e57-f55e8df7dfb7"], Cell["Loading the package:", "ExampleText", CellID->1070612114,ExpressionUUID->"06ad8243-d921-43a1-aaac-7d6dae3aedad"], @@ -1018,8 +1023,6 @@ Cell["Thus, we have found the modiclus of the game.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1167,15 +1170,15 @@ Cell[BoxData[GridBox[{ "6952a510-a659-4217-b52d-9276f3ede9f9"] }], "SeeAlso",ExpressionUUID->"3eb4633c-cfa2-41be-b750-c7df50f68b95"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"92c19eda-446a-407d-b58a-\ -a4050e1f233b"], + }]], "SeeAlsoSection",ExpressionUUID->"0cee02d8-4ef0-466b-bcdb-\ +5bd2062257ea"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1187,9 +1190,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9ced3f7c-abe9-41c3-a5dc-cb02d827d62f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"48d9f33e-d09d-4806-aa9b-\ -e7c47e0b8039"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"52c85644-0fad-486f-9a1d-\ +733ff4293bf9"], Cell[BoxData[GridBox[{ { @@ -1206,7 +1208,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "73abcf8d-33ac-4351-99f4-5d2200e29d62"]}]}, + "efde9418-9cd0-4f87-9cf9-a1f389687b42"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1214,10 +1216,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7f4fc0d2-6e9f-4008-aaa2-1cf69048dafa"]}]} + "c63bacbb-a84e-48ea-8385-728f64951155"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"52a3fc42-59de-427e-ab53-\ -07b3db7aadc7"], + }]], "MoreAboutSection",ExpressionUUID->"c2c05b02-902f-46c7-965d-\ +408ac4b3effa"], Cell[BoxData[GridBox[{ { @@ -1244,7 +1246,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e0a9de63-dc0b-41b7-9a74-63bba59abc6c"]], "RelatedLinks", + "52e88811-f8a3-4cde-8b18-8060856f37dd"]], "RelatedLinks", ExpressionUUID->"3792912c-c610-4a83-a755-89024092a2c6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1261,7 +1263,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "370cc13c-4a9f-47d6-b232-a3748f671692"]], "RelatedLinks", + "e52ebb97-5418-4db2-9893-1673bd8eeeea"]], "RelatedLinks", ExpressionUUID->"9286f44b-0e35-4fb6-9052-20fa7c731c1a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1278,11 +1280,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9e0d4b44-b4ff-4ba4-91d0-31babbffcc24"]], "RelatedLinks", + "045a439e-5c06-4eb9-aeac-51c3cb86578e"]], "RelatedLinks", ExpressionUUID->"e0fc964b-1c31-4daf-a0cf-89976d978829"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2e4a9791-9c3b-4d3d-82f6-\ -abe553a539f4"], + }]], "RelatedLinksSection",ExpressionUUID->"df645387-51c6-46a4-8c73-\ +3b9c8b5ad1b1"], Cell[CellGroupData[{ @@ -1312,11 +1314,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9819011f-b7fc-41d1-98d4-05a5965d1681"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"88dd7435-007e-4c7f-bc7e-35e12c44daae"] +Cell[" ", "FooterCell",ExpressionUUID->"76145233-ea60-4c5a-9686-7000343121b7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsModiclusQ", TaggingRules->{ @@ -1327,7 +1329,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 50.608658}", + "built" -> "{2024, 6, 3, 16, 53, 16.890368}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1335,10 +1337,11 @@ TaggingRules->{ "IsModiclusQ[game, payoff] checks whether the provided payoff vector is \ the modiclus of the game. IsModiclusQ[game, payoff, options] by option set a \ different solver can be invoked.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "IsModiclusQ", "titlemodifier" -> "", "windowtitle" -> - "IsModiclusQ", "type" -> "Symbol", "uri" -> "TUG/ref/IsModiclusQ"}}, + "title" -> "IsModiclusQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "IsModiclusQ", "type" -> "Symbol", "uri" -> + "TUG/ref/IsModiclusQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1347,9 +1350,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f4ba4cb2-91e8-4e37-a362-957fbe38a9f0" +ExpressionUUID->"c0834094-1ff8-4a0b-aa8c-0181413a6dd7" ] (* End of Notebook Content *) @@ -1357,217 +1360,215 @@ ExpressionUUID->"f4ba4cb2-91e8-4e37-a362-957fbe38a9f0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18818, 490, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"605b813c-a2e5-405d-8a09-688b6d2ffc3c", + Cell[18876, 495, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f2e82b6c-831d-4cbc-9a81-8382aaa65ede", CellTags->"PrimaryExamplesSection", - CellID->1253998072]} + CellID->1876085695]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 50265, 1358} + {"PrimaryExamplesSection", 50312, 1361} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"8adb1d85-2919-442c-a2fa-942f5c458101", +Cell[583, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"a6d2419b-cf8a-4e76-aa25-06b64653462d", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c7d4ec50-f96b-447d-9092-7f196b927315"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8b7fb40e-b039-4930-bd95-7e5f99fd7b6d"], Cell[CellGroupData[{ -Cell[7821, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"f7fa8452-07c1-4e08-8439-a20808593fc5"], -Cell[9109, 232, 921, 20, 187, "Usage",ExpressionUUID->"2c6e37f6-aab6-44a4-9c7d-26599f22c0ec", +Cell[7878, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"e943aee5-b675-4cde-b553-4d81a331e7a3"], +Cell[9166, 237, 921, 20, 186, "Usage",ExpressionUUID->"2c6e37f6-aab6-44a4-9c7d-26599f22c0ec", CellID->395383056] }, Open ]], Cell[CellGroupData[{ -Cell[10067, 257, 1894, 47, 37, "NotesSection",ExpressionUUID->"d1b2c0ca-1344-4bd1-969f-f335fcd70a57", +Cell[10124, 262, 1895, 47, 37, "NotesSection",ExpressionUUID->"ca30eb94-f241-4fa3-a27d-ef55c567dbf1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->111160034], -Cell[11964, 306, 782, 20, 57, "]]",ExpressionUUID->"5785f1f1-50c6-49d8-a72d-b3d459491fc1", + CellID->1471134627], +Cell[12022, 311, 782, 20, 57, "]]",ExpressionUUID->"5785f1f1-50c6-49d8-a72d-b3d459491fc1", CellID->209133038], -Cell[12749, 328, 489, 12, 37, "Notes",ExpressionUUID->"6f0b40ba-ebc9-4573-87d1-1f36c7d00f48", +Cell[12807, 333, 489, 12, 38, "Notes",ExpressionUUID->"6f0b40ba-ebc9-4573-87d1-1f36c7d00f48", CellID->316891091], -Cell[13241, 342, 212, 4, 36, "Notes",ExpressionUUID->"3ce2fe12-c9b4-46b7-948f-196fb598f5ca", +Cell[13299, 347, 212, 4, 36, "Notes",ExpressionUUID->"3ce2fe12-c9b4-46b7-948f-196fb598f5ca", CellID->88965808], -Cell[13456, 348, 211, 4, 36, "Notes",ExpressionUUID->"85e32bf6-135d-4e45-a7bd-51d2f59e6089", +Cell[13514, 353, 211, 4, 36, "Notes",ExpressionUUID->"85e32bf6-135d-4e45-a7bd-51d2f59e6089", CellID->246259766], -Cell[13670, 354, 171, 3, 36, "Notes",ExpressionUUID->"9183030b-c2c6-4e0d-8146-8c40e208914c", +Cell[13728, 359, 171, 3, 36, "Notes",ExpressionUUID->"9183030b-c2c6-4e0d-8146-8c40e208914c", CellID->697543162], -Cell[13844, 359, 282, 5, 57, "Notes",ExpressionUUID->"dc075e30-8005-4adb-afe1-9eb859c31ecb", +Cell[13902, 364, 282, 5, 57, "Notes",ExpressionUUID->"dc075e30-8005-4adb-afe1-9eb859c31ecb", CellID->1210693388], -Cell[14129, 366, 386, 12, 37, "Notes",ExpressionUUID->"ea50dfd3-d3d2-4580-8d77-7799f1dc5761", +Cell[14187, 371, 386, 12, 38, "Notes",ExpressionUUID->"ea50dfd3-d3d2-4580-8d77-7799f1dc5761", CellID->24981], -Cell[14518, 380, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"5f2257eb-7c29-4395-a031-6d77927b11be", +Cell[14576, 385, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"5f2257eb-7c29-4395-a031-6d77927b11be", CellID->12695], -Cell[15415, 400, 854, 18, 65, "2ColumnTableMod",ExpressionUUID->"b52e32ad-d98a-4594-b559-fe0ca7b98688", +Cell[15473, 405, 854, 18, 67, "2ColumnTableMod",ExpressionUUID->"b52e32ad-d98a-4594-b559-fe0ca7b98688", CellID->1546107665], -Cell[16272, 420, 515, 9, 38, "2ColumnTableMod",ExpressionUUID->"6fee585f-769d-4f5a-850e-1e4bf9e51ba5", +Cell[16330, 425, 515, 9, 39, "2ColumnTableMod",ExpressionUUID->"6fee585f-769d-4f5a-850e-1e4bf9e51ba5", CellID->512784626], -Cell[16790, 431, 267, 4, 49, "Notes",ExpressionUUID->"1d801eb7-07fd-4fe0-a782-6b3008320eb2", +Cell[16848, 436, 267, 4, 48, "Notes",ExpressionUUID->"1d801eb7-07fd-4fe0-a782-6b3008320eb2", CellID->13178], -Cell[17060, 437, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"74327738-9a6c-428e-b9bc-51c975768f88", +Cell[17118, 442, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"74327738-9a6c-428e-b9bc-51c975768f88", CellID->11156], -Cell[17730, 454, 438, 14, 70, "Notes",ExpressionUUID->"41850a32-9701-49b9-af7f-e9c100eaba39", +Cell[17788, 459, 438, 14, 70, "Notes",ExpressionUUID->"41850a32-9701-49b9-af7f-e9c100eaba39", CellID->17586], -Cell[18171, 470, 520, 14, 70, "Notes",ExpressionUUID->"d2690230-6c8f-4428-814a-410d5e3c5564", +Cell[18229, 475, 520, 14, 70, "Notes",ExpressionUUID->"d2690230-6c8f-4428-814a-410d5e3c5564", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18818, 490, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"605b813c-a2e5-405d-8a09-688b6d2ffc3c", +Cell[18876, 495, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f2e82b6c-831d-4cbc-9a81-8382aaa65ede", CellTags->"PrimaryExamplesSection", - CellID->1253998072], + CellID->1876085695], Cell[CellGroupData[{ -Cell[20264, 531, 1398, 36, 70, "ExampleSection",ExpressionUUID->"9c1a83d6-8974-4423-925e-b32c3e95523f", - CellID->239571315], -Cell[21665, 569, 119, 1, 70, "ExampleText",ExpressionUUID->"06ad8243-d921-43a1-aaac-7d6dae3aedad", +Cell[20322, 536, 1398, 36, 70, "ExampleSection",ExpressionUUID->"198506d5-78fa-4aac-8e57-f55e8df7dfb7", + CellID->524316972], +Cell[21723, 574, 119, 1, 70, "ExampleText",ExpressionUUID->"06ad8243-d921-43a1-aaac-7d6dae3aedad", CellID->1070612114], Cell[CellGroupData[{ -Cell[21809, 574, 168, 3, 70, "Input",ExpressionUUID->"bbbf3a42-1eac-44d2-95bd-64ae9574a749", +Cell[21867, 579, 168, 3, 70, "Input",ExpressionUUID->"bbbf3a42-1eac-44d2-95bd-64ae9574a749", CellID->2038052396], Cell[CellGroupData[{ -Cell[22002, 581, 235, 4, 70, "Print",ExpressionUUID->"62649e72-1d53-43e6-b66f-2982b131164e", +Cell[22060, 586, 235, 4, 70, "Print",ExpressionUUID->"62649e72-1d53-43e6-b66f-2982b131164e", CellID->923782642], -Cell[22240, 587, 365, 8, 70, "Print",ExpressionUUID->"4d696f6b-743f-4659-aa8b-891c7106b13a", +Cell[22298, 592, 365, 8, 70, "Print",ExpressionUUID->"4d696f6b-743f-4659-aa8b-891c7106b13a", CellID->1240265281], -Cell[22608, 597, 235, 4, 70, "Print",ExpressionUUID->"4f077b54-9f28-43c7-a72c-d5aa685ab9aa", +Cell[22666, 602, 235, 4, 70, "Print",ExpressionUUID->"4f077b54-9f28-43c7-a72c-d5aa685ab9aa", CellID->752977331], -Cell[22846, 603, 220, 3, 70, "Print",ExpressionUUID->"2ce0c913-fe9b-4729-9fa3-6afde383b4eb", +Cell[22904, 608, 220, 3, 70, "Print",ExpressionUUID->"2ce0c913-fe9b-4729-9fa3-6afde383b4eb", CellID->1346983763], -Cell[23069, 608, 206, 3, 70, "Print",ExpressionUUID->"d5769e0b-8075-4839-b97d-e47ffc68247a", +Cell[23127, 613, 206, 3, 70, "Print",ExpressionUUID->"d5769e0b-8075-4839-b97d-e47ffc68247a", CellID->322440274], -Cell[23278, 613, 237, 4, 70, "Print",ExpressionUUID->"d7c5e330-f4f3-4dca-8f5a-4e7fbcda7054", +Cell[23336, 618, 237, 4, 70, "Print",ExpressionUUID->"d7c5e330-f4f3-4dca-8f5a-4e7fbcda7054", CellID->1749217228], -Cell[23518, 619, 220, 3, 70, "Print",ExpressionUUID->"ad4780c1-4717-4443-ab71-b9941d397500", +Cell[23576, 624, 220, 3, 70, "Print",ExpressionUUID->"ad4780c1-4717-4443-ab71-b9941d397500", CellID->1236010801], -Cell[23741, 624, 236, 4, 70, "Print",ExpressionUUID->"e42eb871-1772-4345-a1e1-7b3a27143977", +Cell[23799, 629, 236, 4, 70, "Print",ExpressionUUID->"e42eb871-1772-4345-a1e1-7b3a27143977", CellID->1195708041], -Cell[23980, 630, 236, 4, 70, "Print",ExpressionUUID->"a1004510-4e5a-4adb-b94f-5135df51673f", +Cell[24038, 635, 236, 4, 70, "Print",ExpressionUUID->"a1004510-4e5a-4adb-b94f-5135df51673f", CellID->1985848566], -Cell[24219, 636, 206, 3, 70, "Print",ExpressionUUID->"ba8a04be-3267-46ae-bff7-faf5d1d7829f", +Cell[24277, 641, 206, 3, 70, "Print",ExpressionUUID->"ba8a04be-3267-46ae-bff7-faf5d1d7829f", CellID->817626517], -Cell[24428, 641, 235, 4, 70, "Print",ExpressionUUID->"bbe85adf-80d4-49f0-9c0c-22439ea6c772", +Cell[24486, 646, 235, 4, 70, "Print",ExpressionUUID->"bbe85adf-80d4-49f0-9c0c-22439ea6c772", CellID->555071936] }, Open ]] }, Open ]], -Cell[24690, 649, 137, 1, 70, "ExampleText",ExpressionUUID->"f38206d0-0e80-4b99-93aa-43898230d5be", +Cell[24748, 654, 137, 1, 70, "ExampleText",ExpressionUUID->"f38206d0-0e80-4b99-93aa-43898230d5be", CellID->1502496612], -Cell[24830, 652, 235, 6, 70, "Input",ExpressionUUID->"ddd17f9e-29b5-47bd-a1fa-5d14c91c31da", +Cell[24888, 657, 235, 6, 70, "Input",ExpressionUUID->"ddd17f9e-29b5-47bd-a1fa-5d14c91c31da", CellID->1279745152], -Cell[25068, 660, 381, 9, 70, "Input",ExpressionUUID->"c1ee1c5c-8400-47f9-8623-23e0470c4927", +Cell[25126, 665, 381, 9, 70, "Input",ExpressionUUID->"c1ee1c5c-8400-47f9-8623-23e0470c4927", CellID->1888929105], -Cell[25452, 671, 238, 6, 70, "Input",ExpressionUUID->"db6c369e-09be-489f-8c35-59cf449f88ae", +Cell[25510, 676, 238, 6, 70, "Input",ExpressionUUID->"db6c369e-09be-489f-8c35-59cf449f88ae", CellID->1591462420], -Cell[25693, 679, 190, 4, 70, "ExampleText",ExpressionUUID->"02883505-db34-4e9d-b0a1-522cfa4a4cce", +Cell[25751, 684, 190, 4, 70, "ExampleText",ExpressionUUID->"02883505-db34-4e9d-b0a1-522cfa4a4cce", CellID->265434621], Cell[CellGroupData[{ -Cell[25908, 687, 169, 3, 70, "Input",ExpressionUUID->"dacda1a1-f8e8-42af-93c7-9ad5aac6e606", +Cell[25966, 692, 169, 3, 70, "Input",ExpressionUUID->"dacda1a1-f8e8-42af-93c7-9ad5aac6e606", CellID->2135188871], -Cell[26080, 692, 220, 5, 36, "Output",ExpressionUUID->"084c9432-2209-4866-bbe7-90c5d721b340", +Cell[26138, 697, 220, 5, 36, "Output",ExpressionUUID->"084c9432-2209-4866-bbe7-90c5d721b340", CellID->1182154523] }, Open ]], -Cell[26315, 700, 146, 1, 70, "ExampleText",ExpressionUUID->"def97d2d-a818-478e-be9e-4a620c52ddff", +Cell[26373, 705, 146, 1, 70, "ExampleText",ExpressionUUID->"def97d2d-a818-478e-be9e-4a620c52ddff", CellID->865501581], Cell[CellGroupData[{ -Cell[26486, 705, 190, 4, 70, "Input",ExpressionUUID->"240c149e-32e2-443e-97fc-dc1f255c285b", +Cell[26544, 710, 190, 4, 70, "Input",ExpressionUUID->"240c149e-32e2-443e-97fc-dc1f255c285b", CellID->962977783], -Cell[26679, 711, 313, 9, 51, "Output",ExpressionUUID->"76295ddf-330f-4684-863e-f1aed5acc827", +Cell[26737, 716, 313, 9, 50, "Output",ExpressionUUID->"76295ddf-330f-4684-863e-f1aed5acc827", CellID->1586577725] }, Open ]], -Cell[27007, 723, 187, 4, 70, "ExampleText",ExpressionUUID->"51ed7c1b-b6de-4c1e-adc6-4dcfe40c132f", +Cell[27065, 728, 187, 4, 70, "ExampleText",ExpressionUUID->"51ed7c1b-b6de-4c1e-adc6-4dcfe40c132f", CellID->307347799], Cell[CellGroupData[{ -Cell[27219, 731, 193, 4, 70, "Input",ExpressionUUID->"06b14bcc-6396-4d4f-8ab5-36872bac32d1", +Cell[27277, 736, 193, 4, 70, "Input",ExpressionUUID->"06b14bcc-6396-4d4f-8ab5-36872bac32d1", CellID->875932251], -Cell[27415, 737, 158, 3, 36, "Output",ExpressionUUID->"2429783b-c949-4591-8697-43d7aead3827", +Cell[27473, 742, 158, 3, 36, "Output",ExpressionUUID->"2429783b-c949-4591-8697-43d7aead3827", CellID->329747371] }, Open ]], -Cell[27588, 743, 171, 3, 70, "ExampleText",ExpressionUUID->"0922b8f5-78f6-42ac-8c86-60eae92ea661", +Cell[27646, 748, 171, 3, 70, "ExampleText",ExpressionUUID->"0922b8f5-78f6-42ac-8c86-60eae92ea661", CellID->589777833], Cell[CellGroupData[{ -Cell[27784, 750, 369, 9, 70, "Input",ExpressionUUID->"9f3e93c0-91d0-4510-b9db-13321fe2b557", +Cell[27842, 755, 369, 9, 70, "Input",ExpressionUUID->"9f3e93c0-91d0-4510-b9db-13321fe2b557", CellID->825836476], -Cell[28156, 761, 214, 5, 36, "Output",ExpressionUUID->"1a31e737-8fa8-4030-921e-e0b6fef7a81c", +Cell[28214, 766, 214, 5, 36, "Output",ExpressionUUID->"1a31e737-8fa8-4030-921e-e0b6fef7a81c", CellID->1385604157] }, Open ]], Cell[CellGroupData[{ -Cell[28407, 771, 385, 10, 70, "Input",ExpressionUUID->"e254fddb-5250-40f2-8228-9da96e1d860a", +Cell[28465, 776, 385, 10, 70, "Input",ExpressionUUID->"e254fddb-5250-40f2-8228-9da96e1d860a", CellID->1718418552], -Cell[28795, 783, 211, 5, 36, "Output",ExpressionUUID->"7e1202dc-10e5-4652-a9db-fbfee023d323", +Cell[28853, 788, 211, 5, 36, "Output",ExpressionUUID->"7e1202dc-10e5-4652-a9db-fbfee023d323", CellID->733794414] }, Open ]], Cell[CellGroupData[{ -Cell[29043, 793, 373, 9, 70, "Input",ExpressionUUID->"906bdad7-8bea-4201-a348-de108e9b7606", +Cell[29101, 798, 373, 9, 70, "Input",ExpressionUUID->"906bdad7-8bea-4201-a348-de108e9b7606", CellID->2126152956], -Cell[29419, 804, 213, 5, 36, "Output",ExpressionUUID->"ba559f75-4dae-4614-8150-3ed1cdd15634", +Cell[29477, 809, 213, 5, 36, "Output",ExpressionUUID->"ba559f75-4dae-4614-8150-3ed1cdd15634", CellID->2062024386] }, Open ]], Cell[CellGroupData[{ -Cell[29669, 814, 521, 14, 70, "Input",ExpressionUUID->"1a12128d-2a70-482e-9ba2-c5c7a2e94a0f", +Cell[29727, 819, 521, 14, 70, "Input",ExpressionUUID->"1a12128d-2a70-482e-9ba2-c5c7a2e94a0f", CellID->412052806], -Cell[30193, 830, 213, 5, 36, "Output",ExpressionUUID->"10f1d0e3-ee01-4d38-ae46-9df975092932", +Cell[30251, 835, 213, 5, 36, "Output",ExpressionUUID->"10f1d0e3-ee01-4d38-ae46-9df975092932", CellID->1294759983] }, Open ]], Cell[CellGroupData[{ -Cell[30443, 840, 375, 9, 70, "Input",ExpressionUUID->"b81de3a7-fad9-42aa-9554-0d2b0a1ef248", +Cell[30501, 845, 375, 9, 70, "Input",ExpressionUUID->"b81de3a7-fad9-42aa-9554-0d2b0a1ef248", CellID->1561606642], -Cell[30821, 851, 182, 4, 36, "Output",ExpressionUUID->"a11383e0-c142-4287-8e2c-9febd605d62d", +Cell[30879, 856, 182, 4, 36, "Output",ExpressionUUID->"a11383e0-c142-4287-8e2c-9febd605d62d", CellID->629508341] }, Open ]], -Cell[31018, 858, 319, 5, 70, "ExampleText",ExpressionUUID->"7f48cc4a-ce37-4f50-a14d-cc86a98fd52c", +Cell[31076, 863, 319, 5, 70, "ExampleText",ExpressionUUID->"7f48cc4a-ce37-4f50-a14d-cc86a98fd52c", CellID->962954141], Cell[CellGroupData[{ -Cell[31362, 867, 193, 4, 70, "Input",ExpressionUUID->"95a93326-99c2-4ae3-9ac8-2966160a7195", +Cell[31420, 872, 193, 4, 70, "Input",ExpressionUUID->"95a93326-99c2-4ae3-9ac8-2966160a7195", CellID->1769101287], -Cell[31558, 873, 3288, 46, 204, "Output",ExpressionUUID->"8dcbfe54-3dc1-4935-b477-1e82cd4ac6a0", +Cell[31616, 878, 3288, 46, 200, "Output",ExpressionUUID->"8dcbfe54-3dc1-4935-b477-1e82cd4ac6a0", CellID->2055326145] }, Open ]], Cell[CellGroupData[{ -Cell[34883, 924, 182, 4, 70, "Input",ExpressionUUID->"7393bae3-067d-44d1-9360-462509f5f7b3", +Cell[34941, 929, 182, 4, 70, "Input",ExpressionUUID->"7393bae3-067d-44d1-9360-462509f5f7b3", CellID->2026628578], -Cell[35068, 930, 268, 7, 36, "Output",ExpressionUUID->"bfa88cd6-137e-477d-a8d0-8c1f86690fdd", +Cell[35126, 935, 268, 7, 36, "Output",ExpressionUUID->"bfa88cd6-137e-477d-a8d0-8c1f86690fdd", CellID->1282544191] }, Open ]], -Cell[35351, 940, 242, 6, 70, "Input",ExpressionUUID->"652eb2b0-31d3-43b1-8e8d-fb93650bc6d0", +Cell[35409, 945, 242, 6, 70, "Input",ExpressionUUID->"652eb2b0-31d3-43b1-8e8d-fb93650bc6d0", CellID->1171524027], Cell[CellGroupData[{ -Cell[35618, 950, 243, 6, 70, "Input",ExpressionUUID->"39d1d04e-d0c6-4d86-992d-45e3c7b10d5c", +Cell[35676, 955, 243, 6, 70, "Input",ExpressionUUID->"39d1d04e-d0c6-4d86-992d-45e3c7b10d5c", CellID->1052652306], -Cell[35864, 958, 446, 13, 51, "Output",ExpressionUUID->"b22a9ae2-03c5-4540-98f8-25b36bf3580d", +Cell[35922, 963, 446, 13, 50, "Output",ExpressionUUID->"b22a9ae2-03c5-4540-98f8-25b36bf3580d", CellID->1364230035] }, Open ]], Cell[CellGroupData[{ -Cell[36347, 976, 173, 3, 70, "Input",ExpressionUUID->"082281c8-fe81-4c50-b99c-462ba3861d3a", +Cell[36405, 981, 173, 3, 70, "Input",ExpressionUUID->"082281c8-fe81-4c50-b99c-462ba3861d3a", CellID->1151696443], -Cell[36523, 981, 446, 13, 51, "Output",ExpressionUUID->"d857a609-ff82-48fb-ad57-1e7388a46b0e", +Cell[36581, 986, 446, 13, 50, "Output",ExpressionUUID->"d857a609-ff82-48fb-ad57-1e7388a46b0e", CellID->2146404604] }, Open ]], Cell[CellGroupData[{ -Cell[37006, 999, 205, 4, 70, "Input",ExpressionUUID->"738e3474-8415-4adc-bf86-460a85cf2a31", +Cell[37064, 1004, 205, 4, 70, "Input",ExpressionUUID->"738e3474-8415-4adc-bf86-460a85cf2a31", CellID->891026605], -Cell[37214, 1005, 160, 3, 36, "Output",ExpressionUUID->"69256fcf-1510-4f79-8b86-0608f09ecdd4", +Cell[37272, 1010, 160, 3, 36, "Output",ExpressionUUID->"69256fcf-1510-4f79-8b86-0608f09ecdd4", CellID->1383067281] }, Open ]], -Cell[37389, 1011, 144, 1, 70, "ExampleText",ExpressionUUID->"2c2cbfd7-230c-4df8-a815-8ca6f6fd39fa", +Cell[37447, 1016, 144, 1, 70, "ExampleText",ExpressionUUID->"2c2cbfd7-230c-4df8-a815-8ca6f6fd39fa", CellID->1074082443] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[37821, 1025, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0cee02d8-4ef0-466b-bcdb-5bd2062257ea"], +Cell[43327, 1175, 670, 18, 70, "TechNotesSection",ExpressionUUID->"52c85644-0fad-486f-9a1d-733ff4293bf9"], +Cell[44000, 1195, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c2c05b02-902f-46c7-965d-408ac4b3effa"], +Cell[45036, 1223, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"df645387-51c6-46a4-8c73-3b9c8b5ad1b1"], Cell[CellGroupData[{ -Cell[37785, 1022, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"92c19eda-446a-407d-b58a-a4050e1f233b"], -Cell[43291, 1172, 670, 18, 70, "TechNotesSection",ExpressionUUID->"48d9f33e-d09d-4806-aa9b-e7c47e0b8039"] -}, Open ]], -Cell[43976, 1193, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"52a3fc42-59de-427e-ab53-07b3db7aadc7"], -Cell[45012, 1221, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"2e4a9791-9c3b-4d3d-82f6-abe553a539f4"], -Cell[CellGroupData[{ -Cell[47258, 1288, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"657cde71-0459-44cc-95a7-92dbb1300801", +Cell[47282, 1290, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"657cde71-0459-44cc-95a7-92dbb1300801", CellID->736391509], -Cell[47398, 1291, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66ac9d93-0a36-40d4-9bfb-b4247a1aaf4a", +Cell[47422, 1293, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66ac9d93-0a36-40d4-9bfb-b4247a1aaf4a", CellID->1194386356], -Cell[47620, 1297, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3203492c-bbb2-454f-89c3-a2c18cae90c7", +Cell[47644, 1299, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3203492c-bbb2-454f-89c3-a2c18cae90c7", CellID->1641706272], -Cell[47835, 1302, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7592f92-6bb0-44c7-9aaa-63814db491e4", +Cell[47859, 1304, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7592f92-6bb0-44c7-9aaa-63814db491e4", CellID->399251956], -Cell[48064, 1308, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9819011f-b7fc-41d1-98d4-05a5965d1681", +Cell[48088, 1310, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9819011f-b7fc-41d1-98d4-05a5965d1681", CellID->821434655] }, Open ]], -Cell[48301, 1314, 78, 0, 70, "FooterCell",ExpressionUUID->"88dd7435-007e-4c7f-bc7e-35e12c44daae"] +Cell[48325, 1316, 78, 0, 70, "FooterCell",ExpressionUUID->"76145233-ea60-4c5a-9686-7000343121b7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsProperModPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/IsProperModPreKernelQ.nb index 71b1b23..acf84e8 100644 --- a/Documentation/English/ReferencePages/Symbols/IsProperModPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsProperModPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51312, 1307] -NotebookOptionsPosition[ 41299, 1107] -NotebookOutlinePosition[ 43460, 1161] -CellTagsIndexPosition[ 43374, 1156] +NotebookDataLength[ 51342, 1309] +NotebookOptionsPosition[ 41338, 1110] +NotebookOutlinePosition[ 43523, 1165] +CellTagsIndexPosition[ 43437, 1160] WindowTitle->IsProperModPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "df49d6d3-275a-4f24-b92b-5924a4a0c21e"], + "f0618da7-3043-468b-a774-423902a76fc9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0e131a62-6833-489e-b74b-7bec2db0451a"], + "ebe6f65a-b03b-4b38-b16a-062cffb0a93d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "90055187-d1a6-4465-8c53-7f81cade35e9"] - }],ExpressionUUID->"cb148ec8-a08d-4448-8549-efa09bc59f34"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "3d119a8b-bfed-458b-852d-11a303e015b1"] + }],ExpressionUUID->"759870ef-e314-4060-aec6-103a89d5c8f9"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a050cc2e-9ce6-435a-97df-493a86f984c6"], + "3ca59892-3032-4b15-84f9-bcc88b25ec29"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71604420-48cb-4f55-88d2-ed33e5955a60"] - }],ExpressionUUID->"f71712e7-e194-4106-91b4-bd765cb116e1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "38c26ed4-bc12-4163-a2d8-fb8f760111a4"] + }],ExpressionUUID->"75806729-8c69-417a-99f0-d783f13ac7a9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "45c3b002-d830-495c-8cb8-2ff21d8f5c28"], + "8a4918f8-e303-43a0-a789-d912518bac62"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2398e248-cea8-49ae-b383-21a68f37e371"] - }],ExpressionUUID->"6c8a9d1c-08b3-4a97-8351-4c34d763e8f7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1029847f-1e4f-4d6a-8abb-edda708277b7"] + }],ExpressionUUID->"35e33d50-a058-4f17-bd64-3b84f4d04531"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fd984f0d-bfc3-4036-a5b3-593ef63e68af"], + "7c7c64e8-40a3-40b5-8ba8-27667e780e9a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f015f30-e242-499a-8541-576f72d282e7"] - }],ExpressionUUID->"b91c5b66-6cb4-491f-b1b7-6faffb74d1da"], - StripOnInput->False], {"\<\"TUG/ref/IsProperModPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsProperModPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "a7064c94-f3a1-4f99-9b7d-30607a7d3dc4"] + }],ExpressionUUID->"c0517b3a-3662-49c1-ae76-ca8f6bcfdace"], + StripOnInput->False],{ + "\"TUG/ref/IsProperModPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsProperModPreKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IsProperModPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$98293], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsProperModPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$106535], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsProperModPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "44b06173-4490-4f1f-922d-04b89e7d59cd"] + "2f3d9344-293c-4be5-8183-cabc123442eb"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1ad81a2b-734e-4140-a802-0c115dc52f18"]} + "4ad66226-691a-4510-82cd-3a8ef78303a2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b3f46fda-412f-47c0-a373-ea91cd8fd1d7"], + CellID->1,ExpressionUUID->"9f9dae0d-8ec0-4307-9457-e6e2635cb692"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"52f95fb3-00c2-41eb-8f26-86294c52a6b3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c8d5408b-fe3b-48e7-8078-0c2280c5aada"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsProperModPreKernelQ", "ObjectName",ExpressionUUID-> - "bfb71174-8156-4bea-80ea-59f1d58187db"], + "acd4692f-8540-4182-8246-740d5bf69188"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c01e9caf-6352-4c6f-8a75-bbb4943a2817"], + "Spacer1"]],ExpressionUUID->"b313f832-fea4-47b0-a827-a7a5b350eebd"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "eceb21a1-2f57-4571-8420-dccf9d135b2e"] - }],ExpressionUUID->"62397f1f-a3d2-4c31-ba19-cfac14b45d24"], Cell[BoxData[ + "ae49d524-326d-4573-be3a-98cc7a6ed610"] + }],ExpressionUUID->"0afda4de-6fee-4f06-ad30-2d0c33bf02ad"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "57cca036-6013-4aea-975f-0dd177ed07d8"]} + "3eea0eff-22f3-4b56-823e-faa068cd742b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ff18850b-19b6-4a16-8fc0-dcd8c370689f"], + CacheGraphics->False,ExpressionUUID->"e3dbc873-71bc-49fb-8c05-7c4a0a37bde9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "853a470f-fa40-4ef6-ab41-f565f137b993"], " \[LineSeparator]checks whether the provided payoff vector is a proper \ modified pre-kernel element of the game." - }],ExpressionUUID->"b559415a-8138-4667-87bb-b25b805ea3da"]} + }],ExpressionUUID->"4cc8a68c-7c08-44eb-b934-277181d0628d"]} }]], "Usage", CellID->945094782,ExpressionUUID->"341062f5-4f6c-4e48-b3a8-2da4e8f1af60"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9ac18055-e3e0-4d04-97b3-a4f1e2626855"], + ExpressionUUID->"228d9b1e-13c3-42ca-a9c9-fca7c8394a34"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6e8f2339-28e0-4a38-b4c1-6bf989c6d288"], + "Spacer1"]],ExpressionUUID->"d8b5ddc0-7cb7-401f-be99-56c228cbfddc"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4be6e4b1-99a8-457d-a5e7-2f48f2f9b9a8"], + }], "NotesFrameText",ExpressionUUID->"1dac5d5d-b8f7-43e3-851f-6e572f59555a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1e37e7f2-b9cf-4f98-bb73-304308d43dac"]], \ + "Preemptive"]],ExpressionUUID->"543df38e-aa44-4c2f-a2cd-fb0cf44f8f6b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2085827594,ExpressionUUID->"4b8515a0-f2df-4120-a4c6-461c971e6372"], + CellID->1198487364,ExpressionUUID->"7aedb88e-b626-43f8-9511-af3e39cb61e7"], Cell[TextData[{ "The input expression ", @@ -378,19 +384,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4b145d17-3602-4ec4-96da-09f18132f82c"], + ExpressionUUID->"49f14a12-bd9d-4e1b-afcd-17539cc2100f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2f893728-546a-4025-9336-f7d40db956a8"], + "Spacer1"]],ExpressionUUID->"86ae3b3e-8a9f-40e0-8b1b-4e750b03e443"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "160945a9-e4e5-494f-9450-6ac81e36d36b"] + "d71dd41d-94bd-4628-a3b4-7f1a13a0ebbd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->942366401,ExpressionUUID->"01437d87-3f0c-4782-b300-e421cb1510b6"], + CellID->1652405746,ExpressionUUID->"05fddadf-5d1a-4350-97d6-3fb584f84dbc"], Cell[CellGroupData[{ @@ -419,18 +425,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"98e31b41-ac83-4b6d-b4dc-53dc76208a94"], + ExpressionUUID->"978b813b-1efa-4226-8e21-36e57d3df4ac"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a88ff972-6322-44bc-b5f3-815af7a3dbf1"], + "Spacer1"]],ExpressionUUID->"85a8a199-b466-4614-aad2-f2224f0a1595"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f69daec6-8beb-473e-a1ea-9d1563c61e80"] + "ee5e630d-aa50-4e87-a1f9-dc628a03bd3f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1288855866,ExpressionUUID->"727a07e0-08bd-4554-af87-982a79203c82"], + CellID->198745765,ExpressionUUID->"1a134d92-08e1-43db-b2d2-78e04543396d"], Cell["Loading the package:", "ExampleText", CellID->1513186510,ExpressionUUID->"0ac8a1a1-f82b-491d-94be-11904147557f"], @@ -775,8 +781,6 @@ Thus, we have found a proper modified pre-kernel imputation of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -924,15 +928,15 @@ Cell[BoxData[GridBox[{ "2ebf83d6-0706-4777-9516-1680ed4572af"] }], "SeeAlso",ExpressionUUID->"6524051a-b4d5-4ce9-927f-c6608824e783"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0a26bcd1-2b25-4353-9ea1-\ -18157729da87"], + }]], "SeeAlsoSection",ExpressionUUID->"25831e30-f262-4c69-8eec-\ +7c0f4ce657ef"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -944,9 +948,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3a11912b-b99d-4993-934e-8ecd38579157"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8d1f98a6-594c-496b-a2f3-\ -2a0834284103"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"747aa9e8-e06e-433f-bd9e-\ +e505ad4895fe"], Cell[BoxData[GridBox[{ { @@ -963,7 +966,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "def325e5-636b-4154-8a73-2222953deb8b"]}]}, + "fdadff81-d03e-45ec-a878-46ecb94595cc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -971,10 +974,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f0858aaa-ae75-4a01-9599-b0c04249f6b5"]}]} + "d6e239a6-2868-44d3-bc6f-7739a3b5f817"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2d318f0f-4864-44f9-83dd-\ -c64bf7f55609"], + }]], "MoreAboutSection",ExpressionUUID->"14d4fbf8-7971-4598-b5d8-\ +350f874039ae"], Cell[BoxData[GridBox[{ { @@ -1001,7 +1004,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a491f5bc-5c83-4f04-8e97-381123650b31"]], "RelatedLinks", + "d993dc07-a1b2-4a9d-8b43-e731f6ba1482"]], "RelatedLinks", ExpressionUUID->"79def512-201a-4ba8-b67b-9c37515815bd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1018,7 +1021,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bedd464c-2bfe-458c-997b-9a04c56d8155"]], "RelatedLinks", + "56e4e453-8b92-42ca-9c28-a7d6afb5ab57"]], "RelatedLinks", ExpressionUUID->"0a5b4a16-c4bd-4cf1-94cb-f3f077a00693"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1035,7 +1038,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6e163cc4-a141-4bfa-bb26-cdc85c73eb3b"]], "RelatedLinks", + "6d8a6c7b-c777-4fed-a2c8-65aece07344d"]], "RelatedLinks", ExpressionUUID->"1e610027-a5a6-4e42-b7ef-8814afbddaab"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1052,7 +1055,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e55684f5-3a87-4368-b83a-c46d46858733"]], "RelatedLinks", + "c975d345-e998-493f-98cb-12a93ecdff18"]], "RelatedLinks", ExpressionUUID->"92b4d000-c327-40a6-98e0-15b2af4e3fb9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1069,11 +1072,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee250d7a-81f2-427c-ac57-bb04a2e582b4"]], "RelatedLinks", + "01ec5af2-22c0-4d7c-8203-082615553620"]], "RelatedLinks", ExpressionUUID->"534f68ec-340c-4ba5-9bc4-074960976a07"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"76fedd1a-c290-4f98-9076-\ -dcfbb9fd4b0f"], + }]], "RelatedLinksSection",ExpressionUUID->"fdb1a74a-d820-4a54-8c11-\ +47d9c907c388"], Cell[CellGroupData[{ @@ -1103,11 +1106,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"65beccee-4ae6-4fbc-ae27-c5d7eddad793"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"bf9e49e6-9f35-4d39-8f13-ec38fc8ba96f"] +Cell[" ", "FooterCell",ExpressionUUID->"e44fc550-f2f9-41a3-adab-b44f89f4eda0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsProperModPreKernelQ", TaggingRules->{ @@ -1118,7 +1121,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 53.833611}", + "built" -> "{2024, 6, 3, 16, 53, 18.678914}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1126,10 +1129,11 @@ TaggingRules->{ "IsProperModPreKernelQ[game, payoff] checks whether the provided payoff \ vector is a proper modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IsProperModPreKernelQ", - "titlemodifier" -> "", "windowtitle" -> "IsProperModPreKernelQ", "type" -> - "Symbol", "uri" -> "TUG/ref/IsProperModPreKernelQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "IsProperModPreKernelQ", "type" -> "Symbol", "uri" -> + "TUG/ref/IsProperModPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1138,9 +1142,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"43dd0cc3-9915-401e-b960-bd870d8200de" +ExpressionUUID->"eb35ce38-1852-44d0-8226-712ea53f8a0d" ] (* End of Notebook Content *) @@ -1148,167 +1152,165 @@ ExpressionUUID->"43dd0cc3-9915-401e-b960-bd870d8200de" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13742, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"01437d87-3f0c-4782-b300-e421cb1510b6", + Cell[13815, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05fddadf-5d1a-4350-97d6-3fb584f84dbc", CellTags->"PrimaryExamplesSection", - CellID->942366401]} + CellID->1652405746]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43174, 1149} + {"PrimaryExamplesSection", 43236, 1153} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7166, 168, 56, "AnchorBarGrid",ExpressionUUID->"b3f46fda-412f-47c0-a373-ea91cd8fd1d7", +Cell[593, 21, 7239, 174, 57, "AnchorBarGrid",ExpressionUUID->"9f9dae0d-8ec0-4307-9457-e6e2635cb692", CellID->1], -Cell[7762, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"52f95fb3-00c2-41eb-8f26-86294c52a6b3"], +Cell[7835, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c8d5408b-fe3b-48e7-8078-0c2280c5aada"], Cell[CellGroupData[{ -Cell[7873, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"ff18850b-19b6-4a16-8fc0-dcd8c370689f"], -Cell[9171, 232, 551, 11, 111, "Usage",ExpressionUUID->"341062f5-4f6c-4e48-b3a8-2da4e8f1af60", +Cell[7946, 201, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"e3dbc873-71bc-49fb-8c05-7c4a0a37bde9"], +Cell[9244, 238, 551, 11, 111, "Usage",ExpressionUUID->"341062f5-4f6c-4e48-b3a8-2da4e8f1af60", CellID->945094782] }, Open ]], Cell[CellGroupData[{ -Cell[9759, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"4b8515a0-f2df-4120-a4c6-461c971e6372", +Cell[9832, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"7aedb88e-b626-43f8-9511-af3e39cb61e7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2085827594], -Cell[11657, 297, 782, 20, 57, "]]",ExpressionUUID->"489d635e-01e2-4698-b6af-0c6701ab1cb3", + CellID->1198487364], +Cell[11730, 303, 782, 20, 57, "]]",ExpressionUUID->"489d635e-01e2-4698-b6af-0c6701ab1cb3", CellID->209133038], -Cell[12442, 319, 489, 12, 37, "Notes",ExpressionUUID->"af6d88e4-afb1-4ab1-89aa-74acfdd41975", +Cell[12515, 325, 489, 12, 38, "Notes",ExpressionUUID->"af6d88e4-afb1-4ab1-89aa-74acfdd41975", CellID->177724765], -Cell[12934, 333, 240, 4, 57, "Notes",ExpressionUUID->"72744e83-0806-4a6c-8a1e-7e8b169f8893", +Cell[13007, 339, 240, 4, 57, "Notes",ExpressionUUID->"72744e83-0806-4a6c-8a1e-7e8b169f8893", CellID->1220654209], -Cell[13177, 339, 234, 4, 57, "Notes",ExpressionUUID->"f6f6dcd9-b243-458e-83b6-15e5a2ac31cc", +Cell[13250, 345, 234, 4, 57, "Notes",ExpressionUUID->"f6f6dcd9-b243-458e-83b6-15e5a2ac31cc", CellID->18265344], -Cell[13414, 345, 201, 4, 36, "Notes",ExpressionUUID->"9623ba04-9b09-4124-ae17-9e03962527e2", +Cell[13487, 351, 201, 4, 36, "Notes",ExpressionUUID->"9623ba04-9b09-4124-ae17-9e03962527e2", CellID->605022188] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13742, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"01437d87-3f0c-4782-b300-e421cb1510b6", +Cell[13815, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05fddadf-5d1a-4350-97d6-3fb584f84dbc", CellTags->"PrimaryExamplesSection", - CellID->942366401], + CellID->1652405746], Cell[CellGroupData[{ -Cell[15187, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"727a07e0-08bd-4554-af87-982a79203c82", - CellID->1288855866], -Cell[16589, 434, 119, 1, 38, "ExampleText",ExpressionUUID->"0ac8a1a1-f82b-491d-94be-11904147557f", +Cell[15261, 402, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1a134d92-08e1-43db-b2d2-78e04543396d", + CellID->198745765], +Cell[16662, 440, 119, 1, 39, "ExampleText",ExpressionUUID->"0ac8a1a1-f82b-491d-94be-11904147557f", CellID->1513186510], Cell[CellGroupData[{ -Cell[16733, 439, 167, 3, 27, "Input",ExpressionUUID->"90701527-9b6b-4549-9170-d3754b8f867d", +Cell[16806, 445, 167, 3, 27, "Input",ExpressionUUID->"90701527-9b6b-4549-9170-d3754b8f867d", CellID->261627291], Cell[CellGroupData[{ -Cell[16925, 446, 237, 4, 23, "Print",ExpressionUUID->"c684a66d-4398-47a8-8b55-b3f72e522619", +Cell[16998, 452, 237, 4, 23, "Print",ExpressionUUID->"c684a66d-4398-47a8-8b55-b3f72e522619", CellID->1030734653], -Cell[17165, 452, 366, 8, 23, "Print",ExpressionUUID->"ce36701f-827d-40b3-a57f-8050dcabcc74", +Cell[17238, 458, 366, 8, 23, "Print",ExpressionUUID->"ce36701f-827d-40b3-a57f-8050dcabcc74", CellID->2125172621], -Cell[17534, 462, 237, 4, 23, "Print",ExpressionUUID->"da657bb4-0e83-4d3b-b580-f05747da0222", +Cell[17607, 468, 237, 4, 23, "Print",ExpressionUUID->"da657bb4-0e83-4d3b-b580-f05747da0222", CellID->1820021277], -Cell[17774, 468, 220, 3, 23, "Print",ExpressionUUID->"7c706749-425d-4766-af43-1b4450c76bb6", +Cell[17847, 474, 220, 3, 23, "Print",ExpressionUUID->"7c706749-425d-4766-af43-1b4450c76bb6", CellID->810780744], -Cell[17997, 473, 208, 3, 23, "Print",ExpressionUUID->"3a8d35cd-9906-40c5-b435-7df7707c5849", +Cell[18070, 479, 208, 3, 23, "Print",ExpressionUUID->"3a8d35cd-9906-40c5-b435-7df7707c5849", CellID->1335893745], -Cell[18208, 478, 238, 4, 23, "Print",ExpressionUUID->"02ceb167-08c8-4f1a-b96d-9ec39739ba0e", +Cell[18281, 484, 238, 4, 23, "Print",ExpressionUUID->"02ceb167-08c8-4f1a-b96d-9ec39739ba0e", CellID->1268424675], -Cell[18449, 484, 219, 3, 23, "Print",ExpressionUUID->"c0895259-0a3e-4eef-a0c5-460bc30fe4d4", +Cell[18522, 490, 219, 3, 23, "Print",ExpressionUUID->"c0895259-0a3e-4eef-a0c5-460bc30fe4d4", CellID->29920911], -Cell[18671, 489, 236, 4, 23, "Print",ExpressionUUID->"59a78ea1-4429-4d37-bc8e-a3882b4453bd", +Cell[18744, 495, 236, 4, 23, "Print",ExpressionUUID->"59a78ea1-4429-4d37-bc8e-a3882b4453bd", CellID->876362240], -Cell[18910, 495, 237, 4, 70, "Print",ExpressionUUID->"9e894753-ad96-46cd-99ec-2e8fa008c4b1", +Cell[18983, 501, 237, 4, 70, "Print",ExpressionUUID->"9e894753-ad96-46cd-99ec-2e8fa008c4b1", CellID->2102432229], -Cell[19150, 501, 208, 3, 70, "Print",ExpressionUUID->"a27bf60d-ed21-437a-afe2-8821e496d4e4", +Cell[19223, 507, 208, 3, 70, "Print",ExpressionUUID->"a27bf60d-ed21-437a-afe2-8821e496d4e4", CellID->2130339141], -Cell[19361, 506, 236, 4, 70, "Print",ExpressionUUID->"ab819391-8c56-46f6-9b57-d2384017fe27", +Cell[19434, 512, 236, 4, 70, "Print",ExpressionUUID->"ab819391-8c56-46f6-9b57-d2384017fe27", CellID->331371474] }, Open ]] }, Open ]], -Cell[19624, 514, 136, 1, 70, "ExampleText",ExpressionUUID->"90c20b4c-5382-4a92-a845-dad451dc3303", +Cell[19697, 520, 136, 1, 70, "ExampleText",ExpressionUUID->"90c20b4c-5382-4a92-a845-dad451dc3303", CellID->363803044], -Cell[19763, 517, 234, 6, 70, "Input",ExpressionUUID->"109f3175-6493-43be-a99c-e964d4f051aa", +Cell[19836, 523, 234, 6, 70, "Input",ExpressionUUID->"109f3175-6493-43be-a99c-e964d4f051aa", CellID->586357072], -Cell[20000, 525, 381, 9, 70, "Input",ExpressionUUID->"fc7a7d56-13c6-49fc-91f5-c18cb0a576a9", +Cell[20073, 531, 381, 9, 70, "Input",ExpressionUUID->"fc7a7d56-13c6-49fc-91f5-c18cb0a576a9", CellID->1760876507], -Cell[20384, 536, 238, 6, 70, "Input",ExpressionUUID->"577dcbb3-9712-459f-b0da-92fef045fe19", +Cell[20457, 542, 238, 6, 70, "Input",ExpressionUUID->"577dcbb3-9712-459f-b0da-92fef045fe19", CellID->1436213954], -Cell[20625, 544, 190, 4, 70, "ExampleText",ExpressionUUID->"0b2bf7d6-4c8b-465e-bebe-bc36466329f1", +Cell[20698, 550, 190, 4, 70, "ExampleText",ExpressionUUID->"0b2bf7d6-4c8b-465e-bebe-bc36466329f1", CellID->604622416], Cell[CellGroupData[{ -Cell[20840, 552, 179, 3, 70, "Input",ExpressionUUID->"6fd9bd0d-e3e9-4492-ad1c-e62265c6cb44", +Cell[20913, 558, 179, 3, 70, "Input",ExpressionUUID->"6fd9bd0d-e3e9-4492-ad1c-e62265c6cb44", CellID->2035942169], -Cell[21022, 557, 174, 4, 36, "Output",ExpressionUUID->"72c3d9b6-2531-48a7-9162-20916036c124", +Cell[21095, 563, 174, 4, 36, "Output",ExpressionUUID->"72c3d9b6-2531-48a7-9162-20916036c124", CellID->2083716119] }, Open ]], -Cell[21211, 564, 205, 4, 70, "ExampleText",ExpressionUUID->"74ff4943-aef8-4e3d-8f3b-c1b4339b57a6", +Cell[21284, 570, 205, 4, 70, "ExampleText",ExpressionUUID->"74ff4943-aef8-4e3d-8f3b-c1b4339b57a6", CellID->2041236142], Cell[CellGroupData[{ -Cell[21441, 572, 201, 4, 70, "Input",ExpressionUUID->"1152fb79-7806-4b4c-831a-a109e7b16d75", +Cell[21514, 578, 201, 4, 70, "Input",ExpressionUUID->"1152fb79-7806-4b4c-831a-a109e7b16d75", CellID->243915113], -Cell[21645, 578, 313, 9, 51, "Output",ExpressionUUID->"8c19c7e6-4802-489b-a3e7-a8f90af36f2c", +Cell[21718, 584, 313, 9, 50, "Output",ExpressionUUID->"8c19c7e6-4802-489b-a3e7-a8f90af36f2c", CellID->565298416] }, Open ]], -Cell[21973, 590, 195, 4, 70, "ExampleText",ExpressionUUID->"34353dcf-d126-4473-895c-021a27459736", +Cell[22046, 596, 195, 4, 70, "ExampleText",ExpressionUUID->"34353dcf-d126-4473-895c-021a27459736", CellID->604939812], Cell[CellGroupData[{ -Cell[22193, 598, 205, 4, 70, "Input",ExpressionUUID->"5d056161-a673-4973-b87f-a1ce10316ca6", +Cell[22266, 604, 205, 4, 70, "Input",ExpressionUUID->"5d056161-a673-4973-b87f-a1ce10316ca6", CellID->2035043244], -Cell[22401, 604, 182, 4, 36, "Output",ExpressionUUID->"dc3704f9-accd-42f4-87e8-eade46d75dc5", +Cell[22474, 610, 182, 4, 36, "Output",ExpressionUUID->"dc3704f9-accd-42f4-87e8-eade46d75dc5", CellID->1841706853] }, Open ]], -Cell[22598, 611, 359, 6, 70, "ExampleText",ExpressionUUID->"21b12922-a5d2-46b7-9625-183eb2499265", +Cell[22671, 617, 359, 6, 70, "ExampleText",ExpressionUUID->"21b12922-a5d2-46b7-9625-183eb2499265", CellID->275715146], Cell[CellGroupData[{ -Cell[22982, 621, 192, 4, 70, "Input",ExpressionUUID->"4fef75d0-c353-4f2f-831b-0ea5a737860e", +Cell[23055, 627, 192, 4, 70, "Input",ExpressionUUID->"4fef75d0-c353-4f2f-831b-0ea5a737860e", CellID->1569567680], -Cell[23177, 627, 3288, 46, 204, "Output",ExpressionUUID->"7b40133d-8dad-431d-9cc8-654e13dc1e0b", +Cell[23250, 633, 3288, 46, 200, "Output",ExpressionUUID->"7b40133d-8dad-431d-9cc8-654e13dc1e0b", CellID->1200060552] }, Open ]], Cell[CellGroupData[{ -Cell[26502, 678, 181, 4, 70, "Input",ExpressionUUID->"9f31c79e-b465-4d1d-8998-94771aa47b49", +Cell[26575, 684, 181, 4, 70, "Input",ExpressionUUID->"9f31c79e-b465-4d1d-8998-94771aa47b49", CellID->1585551688], -Cell[26686, 684, 267, 7, 36, "Output",ExpressionUUID->"43d9c300-1528-4254-97ae-b42c28d5edd2", +Cell[26759, 690, 267, 7, 36, "Output",ExpressionUUID->"43d9c300-1528-4254-97ae-b42c28d5edd2", CellID->364487726] }, Open ]], -Cell[26968, 694, 242, 6, 70, "Input",ExpressionUUID->"bf33896e-c535-424a-8fc0-b055815c65d1", +Cell[27041, 700, 242, 6, 70, "Input",ExpressionUUID->"bf33896e-c535-424a-8fc0-b055815c65d1", CellID->1108875169], Cell[CellGroupData[{ -Cell[27235, 704, 244, 6, 70, "Input",ExpressionUUID->"1eec1b73-42a5-423d-8b4a-f23304c5633a", +Cell[27308, 710, 244, 6, 70, "Input",ExpressionUUID->"1eec1b73-42a5-423d-8b4a-f23304c5633a", CellID->866012245], -Cell[27482, 712, 447, 13, 51, "Output",ExpressionUUID->"85a0c943-d80c-442f-9163-adac9d0d0c56", +Cell[27555, 718, 447, 13, 50, "Output",ExpressionUUID->"85a0c943-d80c-442f-9163-adac9d0d0c56", CellID->1203479540] }, Open ]], Cell[CellGroupData[{ -Cell[27966, 730, 169, 3, 70, "Input",ExpressionUUID->"f177eedf-bb11-474c-9a66-89e732a8e59b", +Cell[28039, 736, 169, 3, 70, "Input",ExpressionUUID->"f177eedf-bb11-474c-9a66-89e732a8e59b", CellID->612006677], -Cell[28138, 735, 447, 13, 51, "Output",ExpressionUUID->"5d1bef0c-50a8-4e76-b0ab-cf237336501a", +Cell[28211, 741, 447, 13, 50, "Output",ExpressionUUID->"5d1bef0c-50a8-4e76-b0ab-cf237336501a", CellID->1699472266] }, Open ]], Cell[CellGroupData[{ -Cell[28622, 753, 197, 4, 70, "Input",ExpressionUUID->"c34e7b5a-9f58-40d4-8ea0-a95987c20013", +Cell[28695, 759, 197, 4, 70, "Input",ExpressionUUID->"c34e7b5a-9f58-40d4-8ea0-a95987c20013", CellID->1847581123], -Cell[28822, 759, 183, 4, 36, "Output",ExpressionUUID->"db920eb9-8f59-4f76-a35f-5ee8f27fedbe", +Cell[28895, 765, 183, 4, 36, "Output",ExpressionUUID->"db920eb9-8f59-4f76-a35f-5ee8f27fedbe", CellID->1523090526] }, Open ]], -Cell[29020, 766, 179, 3, 70, "ExampleText",ExpressionUUID->"d248b681-0d35-464f-b1f2-a49e813b9582", +Cell[29093, 772, 179, 3, 70, "ExampleText",ExpressionUUID->"d248b681-0d35-464f-b1f2-a49e813b9582", CellID->1591601173] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29502, 783, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"25831e30-f262-4c69-8eec-7c0f4ce657ef"], +Cell[35008, 933, 670, 18, 70, "TechNotesSection",ExpressionUUID->"747aa9e8-e06e-433f-bd9e-e505ad4895fe"], +Cell[35681, 953, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"14d4fbf8-7971-4598-b5d8-350f874039ae"], +Cell[36717, 981, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"fdb1a74a-d820-4a54-8c11-47d9c907c388"], Cell[CellGroupData[{ -Cell[29451, 779, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0a26bcd1-2b25-4353-9ea1-18157729da87"], -Cell[34957, 929, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8d1f98a6-594c-496b-a2f3-2a0834284103"] -}, Open ]], -Cell[35642, 950, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2d318f0f-4864-44f9-83dd-c64bf7f55609"], -Cell[36678, 978, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"76fedd1a-c290-4f98-9076-dcfbb9fd4b0f"], -Cell[CellGroupData[{ -Cell[40174, 1079, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d84164fa-8dab-403f-bc05-e58dc56c1696", +Cell[40213, 1082, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d84164fa-8dab-403f-bc05-e58dc56c1696", CellID->441415629], -Cell[40314, 1082, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3e79eb92-abc7-42b9-b0d4-2ab2fb8190dc", +Cell[40353, 1085, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3e79eb92-abc7-42b9-b0d4-2ab2fb8190dc", CellID->1194386356], -Cell[40536, 1088, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7931ae16-62e9-4a7a-8ac6-7fed631d1839", +Cell[40575, 1091, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7931ae16-62e9-4a7a-8ac6-7fed631d1839", CellID->1641706272], -Cell[40751, 1093, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa06de6e-d525-42ef-81f0-2e628e369c0a", +Cell[40790, 1096, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa06de6e-d525-42ef-81f0-2e628e369c0a", CellID->399251956], -Cell[40980, 1099, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"65beccee-4ae6-4fbc-ae27-c5d7eddad793", +Cell[41019, 1102, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"65beccee-4ae6-4fbc-ae27-c5d7eddad793", CellID->821434655] }, Open ]], -Cell[41217, 1105, 78, 0, 70, "FooterCell",ExpressionUUID->"bf9e49e6-9f35-4d39-8f13-ec38fc8ba96f"] +Cell[41256, 1108, 78, 0, 70, "FooterCell",ExpressionUUID->"e44fc550-f2f9-41a3-adab-b44f89f4eda0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsSMPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/IsSMPreKernelQ.nb index 6c254a3..f9c5e35 100644 --- a/Documentation/English/ReferencePages/Symbols/IsSMPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsSMPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42912, 1110] -NotebookOptionsPosition[ 34604, 946] -NotebookOutlinePosition[ 36734, 1000] -CellTagsIndexPosition[ 36649, 995] +NotebookDataLength[ 42918, 1110] +NotebookOptionsPosition[ 34626, 948] +NotebookOutlinePosition[ 36774, 1002] +CellTagsIndexPosition[ 36689, 997] WindowTitle->IsSMPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6a9da9e7-f1c0-4419-8f72-66cdef2f94f1"], + "6fbc2194-5457-4b1b-9f7e-85cf551cf15a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7d8bb86f-aebb-418b-a5c8-fbffccfeb10c"], + "3e64115f-ad9b-42d3-813b-486272c968fc"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1946fc2e-332e-4bba-b053-466a9edd36df"] - }],ExpressionUUID->"15165a5e-1cce-49f5-98ec-aea5a508d657"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "f0640ce0-a18d-4299-a791-59d814d62f1e"] + }],ExpressionUUID->"97f7b0f7-747a-4f02-ad81-56d9e409f3e7"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5c7d6d4-f0e9-4297-a99d-14397936eb68"], + "d01528d9-6f0f-49b9-b3e4-8c0cf22393a9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "78ee8ed9-5251-4068-9821-66e29a2a8ea6"] - }],ExpressionUUID->"9ee50270-9d93-4e94-905b-b59cce873ec2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2452dbe0-36c1-4fcb-aac7-0e5ce4dfd7b6"] + }],ExpressionUUID->"66ca17e9-5516-4433-8641-2a7256c43adf"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d2d5dcc0-7936-436b-8e2a-bb46b653832c"], + "7f372ca4-ec2e-4ade-9e57-940c74b94d75"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "91703ba1-d255-459f-918f-c7661dd87cdc"] - }],ExpressionUUID->"4f1eea3d-cb10-49bf-a452-4cb723e8f55d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "017e5a5e-12bf-471e-bd14-03ebd3eb0a73"] + }],ExpressionUUID->"06c9f693-a1dd-4086-b0cb-7f0414257276"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "25b17077-447c-49a4-b7ef-e9efd50b90ff"], + "1503361e-a2b9-4d9b-a4b7-667bd926a78c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0743091c-7c1b-4597-81bf-a5f38852c0c3"] - }],ExpressionUUID->"38b641d5-7f97-4ac2-b89c-f37b58b2c383"], - StripOnInput->False], {"\<\"TUG/ref/IsSMPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsSMPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "94502b49-7fb0-4c72-8566-32b170ceb5cc"] + }],ExpressionUUID->"ad089fae-84d6-403c-80a3-beaa176fa242"], + StripOnInput->False],{ + "\"TUG/ref/IsSMPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsSMPreKernelQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IsSMPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$98868], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsSMPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$107144], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsSMPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "065b3550-ce88-46c3-832b-272e5a938b9e"] + "a70b241a-f390-4e55-aec8-37f780d4784c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "609db0e8-1357-4c9e-b9cc-e9a6fc66c4aa"]} + "2a71aa20-527c-41b1-b3a0-6a610e9b19b4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2bae6551-56db-49cf-81eb-08be014d70f8"], + CellID->1,ExpressionUUID->"00e59ae8-ac47-4296-af6e-89d93f27b366"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"329ffe1a-d21b-4b0a-9f13-5135eb8dad0e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"74138e4e-7a7b-44d0-94a8-84aa8e06dd88"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsSMPreKernelQ", "ObjectName",ExpressionUUID-> - "73655d88-5d5f-43e9-83dc-eec02a1151bc"], + "6714b97c-3326-4f14-ad9d-f6e9cede968e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b7ae556a-0c6d-4ea2-a7f9-70b53888aee2"], + "Spacer1"]],ExpressionUUID->"842184ec-e1c6-4e3f-8a13-a76dfce53c1a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "706cc5f8-0a2c-4d61-ab2e-a7ab123e6854"] - }],ExpressionUUID->"99cc10a9-729d-4a49-a034-4200e9d15f95"], Cell[BoxData[ + "3c5daba1-548a-46e8-a535-558e7e43544f"] + }],ExpressionUUID->"d8e8cce8-667a-463f-a002-bd41b1605015"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "be482737-bb3f-426f-ac9d-fd98b2d312b5"]} + "ec80896a-246a-4e9b-871b-4e4077252018"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"688e8f91-5669-47e0-8fc7-722556eefaab"], + CacheGraphics->False,ExpressionUUID->"67228f36-e226-4562-b3ef-1d7e4c107a13"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "5f6adcd4-119f-46cd-8a58-c0f843603735"], " \[LineSeparator]checks whether the provided payoff vector is a \ simplified modified pre-kernel element of the game." - }],ExpressionUUID->"02ade5e8-91b4-487c-b875-70f11655aae8"]} + }],ExpressionUUID->"3b4ed09e-6f5b-4266-a5ef-b27e7038476d"]} }]], "Usage", CellID->529060180,ExpressionUUID->"58d12a91-9a33-4e54-bd10-484135ed028a"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8c4066e2-af05-477c-9d27-3db1011c6c28"], + ExpressionUUID->"4b9af65d-2c20-4c09-bc60-a959cb175b96"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f8960f6e-5ab4-4177-a203-4320dfd2ca4c"], + "Spacer1"]],ExpressionUUID->"dc39f870-fa9c-4157-a1f7-003308b327a7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"30bbd18e-7576-4d73-a138-ff6a9d4711f1"], + }], "NotesFrameText",ExpressionUUID->"c4d7819d-9496-4366-8b3d-b56c3a019983"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cff498b8-3535-4119-981f-a48696f2f58d"]], \ + "Preemptive"]],ExpressionUUID->"f9748889-6d7a-4f0f-a95c-030b06cc57ed"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->855058794,ExpressionUUID->"3ef4b2a6-cacd-4ef4-a090-9860d9d71f3c"], + CellID->2129895257,ExpressionUUID->"f1075a7f-7aa6-4dfb-b299-1be664fdfc66"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be47092d-43f3-4eea-a52d-fe0baddb6de6"], + ExpressionUUID->"d8370e1c-737b-420d-99a5-5c3c8b0b912d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"00925695-6aed-410a-baba-6b936094c34d"], + "Spacer1"]],ExpressionUUID->"8a9ff511-e727-410b-9ed1-829fd8b0a30b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cfb945b5-2f2d-4cd9-bb76-2140c52a4117"] + "1f8762a1-dd16-4620-879f-381966e92ccd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1032897862,ExpressionUUID->"5f90ab47-231e-4e9f-a13e-8fb81068aa5d"], + CellID->1632362319,ExpressionUUID->"553273f0-fae8-4f42-af37-282f565229e0"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"53a4458e-b614-4cd5-85dc-3d388da9adeb"], + ExpressionUUID->"4fa0c5cb-845c-454d-9e36-5bbd86cba3a6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"692ffd6b-20c8-4c1d-a398-8881569fc85b"], + "Spacer1"]],ExpressionUUID->"8a7aa053-591b-46e1-b958-f6b3df661385"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "adadb1f3-8d6e-4807-b053-78903d94ba45"] + "d366d134-bf3c-436d-944f-8efce257c094"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1373658024,ExpressionUUID->"10e73ff5-4cb6-43c4-989a-997a98c6b762"], + CellID->91132181,ExpressionUUID->"788fa256-7c57-4a1b-8e9f-4ee6dae4f35c"], Cell["Loading the package:", "ExampleText", CellID->1038487210,ExpressionUUID->"5501cff5-5306-46a8-9649-9c9012a4d390"], @@ -614,8 +619,6 @@ Thus, we have found a simplified modified pre-kernel imputation of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -763,15 +766,15 @@ Cell[BoxData[GridBox[{ "8a4e2653-2e98-44c6-adff-602944dc8a45"] }], "SeeAlso",ExpressionUUID->"91b2350e-9ce3-442e-b845-5a0f40aedff6"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fb5a3427-8cec-4990-a819-\ -e18fc58d3351"], + }]], "SeeAlsoSection",ExpressionUUID->"65437720-5efc-4da8-9ebf-\ +c57d783fff23"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -783,9 +786,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ae4d558a-7805-4183-832a-973cd7ae2a65"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a65af438-44a4-49d1-b26e-\ -83de03578cb3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8096f8ad-7fa6-4200-a933-\ +1d01b83ea910"], Cell[BoxData[GridBox[{ { @@ -802,7 +804,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b4127fe9-289d-41dc-9c32-991a4fd1ea18"]}]}, + "6b2fbfb3-f56f-4828-8fd2-4f9c11d185a1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -810,10 +812,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "55925bac-8794-44c4-8b55-3f9911a41d82"]}]} + "93588a2b-868a-44e4-9ed8-13d28357096d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"66f94a51-65fe-4b4b-9b00-\ -80a79864e378"], + }]], "MoreAboutSection",ExpressionUUID->"c35d72c9-4b59-450c-aa65-\ +639d0e616383"], Cell[BoxData[GridBox[{ { @@ -840,7 +842,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9aba4b59-5a3e-4fa3-9e7d-87b3ae4af743"]], "RelatedLinks", + "ea393027-9ed1-4c38-99ea-c3d94a73b814"]], "RelatedLinks", ExpressionUUID->"1d00990e-a743-4c4d-a4c2-da48617398fe"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -857,7 +859,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "110d0e5c-8528-4391-a76a-2ffd4589652b"]], "RelatedLinks", + "95068a8a-ad49-4b28-8522-bb164d8f2973"]], "RelatedLinks", ExpressionUUID->"2f286bf9-97ee-4142-a445-f3eb069d9015"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -874,7 +876,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fcbc73a4-74af-419b-a594-122578688bdb"]], "RelatedLinks", + "850b7793-43a3-474c-8192-082bfe04e40b"]], "RelatedLinks", ExpressionUUID->"e11ca00c-f0d6-4b7f-abcb-04fd0b1d5110"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -891,7 +893,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8fc7a0f3-7d85-4d93-9eb5-ccf5cd0d8a41"]], "RelatedLinks", + "8870f60d-33f1-49ec-a996-048193490f36"]], "RelatedLinks", ExpressionUUID->"9eabcd1a-00f5-47eb-b258-fe667c9c36a2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -908,11 +910,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "72528a5d-9fc5-4bd2-bf22-4549b3549667"]], "RelatedLinks", + "4da4051d-698a-4ddc-81d9-4d887d0c386e"]], "RelatedLinks", ExpressionUUID->"4be2284f-8401-45b4-b7b1-3f094021ed7e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"71bf718f-3379-42d0-aa63-\ -db842d8d5b4c"], + }]], "RelatedLinksSection",ExpressionUUID->"8430371c-19f3-4607-be52-\ +2e32675fa5ad"], Cell[CellGroupData[{ @@ -942,11 +944,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"75e03065-50c2-4995-9e17-aa64aa461571"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"78b1fcea-bcef-4e31-9a70-0d1b7f27f3e4"] +Cell[" ", "FooterCell",ExpressionUUID->"cfe7aa08-2630-4ae4-aff4-8014a6675934"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsSMPreKernelQ", TaggingRules->{ @@ -957,7 +959,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 55.433944}", + "built" -> "{2024, 6, 3, 16, 53, 19.585113}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -965,10 +967,10 @@ TaggingRules->{ "IsSMPreKernelQ[game, payoff] checks whether the provided payoff vector \ is a simplified modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IsSMPreKernelQ", "titlemodifier" -> "", - "windowtitle" -> "IsSMPreKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/IsSMPreKernelQ"}}, + "metadescription" -> "", "windowtitle" -> "IsSMPreKernelQ", "type" -> + "Symbol", "uri" -> "TUG/ref/IsSMPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -977,9 +979,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4b833379-a8c0-4c06-8c6a-9f2604634ac8" +ExpressionUUID->"b140d1f9-09d9-4b8b-b7e6-811dc8c57d4a" ] (* End of Notebook Content *) @@ -987,131 +989,129 @@ ExpressionUUID->"4b833379-a8c0-4c06-8c6a-9f2604634ac8" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13506, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5f90ab47-231e-4e9f-a13e-8fb81068aa5d", + Cell[13564, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"553273f0-fae8-4f42-af37-282f565229e0", CellTags->"PrimaryExamplesSection", - CellID->1032897862]} + CellID->1632362319]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36448, 988} + {"PrimaryExamplesSection", 36488, 990} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7138, 168, 56, "AnchorBarGrid",ExpressionUUID->"2bae6551-56db-49cf-81eb-08be014d70f8", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"00e59ae8-ac47-4296-af6e-89d93f27b366", CellID->1], -Cell[7727, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"329ffe1a-d21b-4b0a-9f13-5135eb8dad0e"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"74138e4e-7a7b-44d0-94a8-84aa8e06dd88"], Cell[CellGroupData[{ -Cell[7838, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"688e8f91-5669-47e0-8fc7-722556eefaab"], -Cell[9129, 232, 548, 11, 111, "Usage",ExpressionUUID->"58d12a91-9a33-4e54-bd10-484135ed028a", +Cell[7895, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"67228f36-e226-4562-b3ef-1d7e4c107a13"], +Cell[9186, 237, 548, 11, 111, "Usage",ExpressionUUID->"58d12a91-9a33-4e54-bd10-484135ed028a", CellID->529060180] }, Open ]], Cell[CellGroupData[{ -Cell[9714, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"3ef4b2a6-cacd-4ef4-a090-9860d9d71f3c", +Cell[9771, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"f1075a7f-7aa6-4dfb-b299-1be664fdfc66", CellGroupingRules->{"SectionGrouping", 50}, - CellID->855058794], -Cell[11611, 297, 782, 20, 57, "]]",ExpressionUUID->"ad773fd4-4a6d-437c-869b-56c9ba8bdebe", + CellID->2129895257], +Cell[11669, 302, 782, 20, 57, "]]",ExpressionUUID->"ad773fd4-4a6d-437c-869b-56c9ba8bdebe", CellID->209133038], -Cell[12396, 319, 489, 12, 37, "Notes",ExpressionUUID->"0ee0c92f-3806-4d83-893c-84fe5e8322df", +Cell[12454, 324, 489, 12, 38, "Notes",ExpressionUUID->"0ee0c92f-3806-4d83-893c-84fe5e8322df", CellID->177724765], -Cell[12888, 333, 248, 4, 57, "Notes",ExpressionUUID->"49a811e1-2e3f-449f-b209-b371888de588", +Cell[12946, 338, 248, 4, 57, "Notes",ExpressionUUID->"49a811e1-2e3f-449f-b209-b371888de588", CellID->1173167178], -Cell[13139, 339, 240, 4, 57, "Notes",ExpressionUUID->"4f6565a3-1267-48ef-b021-4d87feb0d71e", +Cell[13197, 344, 240, 4, 57, "Notes",ExpressionUUID->"4f6565a3-1267-48ef-b021-4d87feb0d71e", CellID->2093974760] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13506, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5f90ab47-231e-4e9f-a13e-8fb81068aa5d", +Cell[13564, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"553273f0-fae8-4f42-af37-282f565229e0", CellTags->"PrimaryExamplesSection", - CellID->1032897862], + CellID->1632362319], Cell[CellGroupData[{ -Cell[14952, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"10e73ff5-4cb6-43c4-989a-997a98c6b762", - CellID->1373658024], -Cell[16354, 428, 119, 1, 38, "ExampleText",ExpressionUUID->"5501cff5-5306-46a8-9649-9c9012a4d390", +Cell[15010, 395, 1397, 36, 30, "ExampleSection",ExpressionUUID->"788fa256-7c57-4a1b-8e9f-4ee6dae4f35c", + CellID->91132181], +Cell[16410, 433, 119, 1, 39, "ExampleText",ExpressionUUID->"5501cff5-5306-46a8-9649-9c9012a4d390", CellID->1038487210], Cell[CellGroupData[{ -Cell[16498, 433, 167, 3, 27, "Input",ExpressionUUID->"246e10e0-fe06-486b-89ac-685162d7abda", +Cell[16554, 438, 167, 3, 27, "Input",ExpressionUUID->"246e10e0-fe06-486b-89ac-685162d7abda", CellID->264941328], Cell[CellGroupData[{ -Cell[16690, 440, 236, 4, 23, "Print",ExpressionUUID->"fd57e75b-0f61-4ca4-88f5-f79d07538671", +Cell[16746, 445, 236, 4, 23, "Print",ExpressionUUID->"fd57e75b-0f61-4ca4-88f5-f79d07538671", CellID->1337655877], -Cell[16929, 446, 364, 8, 23, "Print",ExpressionUUID->"e79c2701-0ce3-451e-ad45-4d9b96d6f5f2", +Cell[16985, 451, 364, 8, 23, "Print",ExpressionUUID->"e79c2701-0ce3-451e-ad45-4d9b96d6f5f2", CellID->960682264], -Cell[17296, 456, 235, 4, 23, "Print",ExpressionUUID->"327bdcaf-4cef-4cfe-9b26-ec2281c85ce3", +Cell[17352, 461, 235, 4, 23, "Print",ExpressionUUID->"327bdcaf-4cef-4cfe-9b26-ec2281c85ce3", CellID->109455163], -Cell[17534, 462, 219, 3, 23, "Print",ExpressionUUID->"f3dcee6d-c998-4175-b6c2-7919634a21fd", +Cell[17590, 467, 219, 3, 23, "Print",ExpressionUUID->"f3dcee6d-c998-4175-b6c2-7919634a21fd", CellID->207180322], -Cell[17756, 467, 207, 3, 23, "Print",ExpressionUUID->"a5845805-396e-4da6-a9e8-094f07740903", +Cell[17812, 472, 207, 3, 23, "Print",ExpressionUUID->"a5845805-396e-4da6-a9e8-094f07740903", CellID->1205584569], -Cell[17966, 472, 237, 4, 23, "Print",ExpressionUUID->"bd2b738c-e35b-48ea-bf91-d13d9852328b", +Cell[18022, 477, 237, 4, 23, "Print",ExpressionUUID->"bd2b738c-e35b-48ea-bf91-d13d9852328b", CellID->1748149530], -Cell[18206, 478, 220, 3, 23, "Print",ExpressionUUID->"e8596014-d41c-4718-b13c-9e2655ccfa54", +Cell[18262, 483, 220, 3, 23, "Print",ExpressionUUID->"e8596014-d41c-4718-b13c-9e2655ccfa54", CellID->2055109567], -Cell[18429, 483, 236, 4, 23, "Print",ExpressionUUID->"e4142e52-4664-4313-82da-ca870b14b132", +Cell[18485, 488, 236, 4, 23, "Print",ExpressionUUID->"e4142e52-4664-4313-82da-ca870b14b132", CellID->1371318306], -Cell[18668, 489, 235, 4, 23, "Print",ExpressionUUID->"53dbc0fd-1026-4a47-a59d-9186efa76abf", +Cell[18724, 494, 235, 4, 23, "Print",ExpressionUUID->"53dbc0fd-1026-4a47-a59d-9186efa76abf", CellID->413916386], -Cell[18906, 495, 207, 3, 70, "Print",ExpressionUUID->"d869be69-dc50-4c0b-9676-670e96483b8e", +Cell[18962, 500, 207, 3, 23, "Print",ExpressionUUID->"d869be69-dc50-4c0b-9676-670e96483b8e", CellID->1014360271], -Cell[19116, 500, 235, 4, 70, "Print",ExpressionUUID->"cb7f6ee0-48b8-43f8-970b-5ac13def6ecb", +Cell[19172, 505, 235, 4, 70, "Print",ExpressionUUID->"cb7f6ee0-48b8-43f8-970b-5ac13def6ecb", CellID->420303048] }, Open ]] }, Open ]], -Cell[19378, 508, 137, 1, 70, "ExampleText",ExpressionUUID->"6e5484f7-d63d-448b-9712-d36dd4431429", +Cell[19434, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"6e5484f7-d63d-448b-9712-d36dd4431429", CellID->1196327482], -Cell[19518, 511, 235, 6, 70, "Input",ExpressionUUID->"32bd81d1-2016-4052-bdda-a6d64dafcdc8", +Cell[19574, 516, 235, 6, 70, "Input",ExpressionUUID->"32bd81d1-2016-4052-bdda-a6d64dafcdc8", CellID->1713552970], -Cell[19756, 519, 380, 9, 70, "Input",ExpressionUUID->"a25758b5-0c3f-45b0-a55c-dd1e41ff1cb0", +Cell[19812, 524, 380, 9, 70, "Input",ExpressionUUID->"a25758b5-0c3f-45b0-a55c-dd1e41ff1cb0", CellID->755512290], -Cell[20139, 530, 238, 6, 70, "Input",ExpressionUUID->"b55d2976-19db-40c4-be60-e13e2dc8e124", +Cell[20195, 535, 238, 6, 70, "Input",ExpressionUUID->"b55d2976-19db-40c4-be60-e13e2dc8e124", CellID->1110555148], -Cell[20380, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"7cefdcfb-d9f4-40ee-8ae5-45dac8332630", +Cell[20436, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"7cefdcfb-d9f4-40ee-8ae5-45dac8332630", CellID->1615002633], Cell[CellGroupData[{ -Cell[20596, 546, 172, 3, 70, "Input",ExpressionUUID->"74467b06-c620-400a-925e-01b7c5e62100", +Cell[20652, 551, 172, 3, 70, "Input",ExpressionUUID->"74467b06-c620-400a-925e-01b7c5e62100", CellID->1958216010], -Cell[20771, 551, 173, 4, 36, "Output",ExpressionUUID->"fe554e98-2b70-4890-959e-62cc8cf34857", +Cell[20827, 556, 173, 4, 36, "Output",ExpressionUUID->"fe554e98-2b70-4890-959e-62cc8cf34857", CellID->1204855863] }, Open ]], -Cell[20959, 558, 193, 4, 70, "ExampleText",ExpressionUUID->"cca028f6-3c5b-4085-9351-da5db044ead0", +Cell[21015, 563, 193, 4, 70, "ExampleText",ExpressionUUID->"cca028f6-3c5b-4085-9351-da5db044ead0", CellID->1552830564], Cell[CellGroupData[{ -Cell[21177, 566, 193, 4, 70, "Input",ExpressionUUID->"de3e2b8e-3ea4-475f-855a-00098db4b084", +Cell[21233, 571, 193, 4, 70, "Input",ExpressionUUID->"de3e2b8e-3ea4-475f-855a-00098db4b084", CellID->27904958], -Cell[21373, 572, 313, 9, 51, "Output",ExpressionUUID->"cd8a40e3-0c2a-4fb1-94b1-969718d8080a", +Cell[21429, 577, 313, 9, 51, "Output",ExpressionUUID->"cd8a40e3-0c2a-4fb1-94b1-969718d8080a", CellID->1793632253] }, Open ]], -Cell[21701, 584, 200, 4, 70, "ExampleText",ExpressionUUID->"27f26c3a-3c55-4ccf-9ba5-4bd689be2dfe", +Cell[21757, 589, 200, 4, 70, "ExampleText",ExpressionUUID->"27f26c3a-3c55-4ccf-9ba5-4bd689be2dfe", CellID->1510554155], Cell[CellGroupData[{ -Cell[21926, 592, 197, 4, 70, "Input",ExpressionUUID->"39c67164-8625-4aeb-9a93-acb395796a8b", +Cell[21982, 597, 197, 4, 70, "Input",ExpressionUUID->"39c67164-8625-4aeb-9a93-acb395796a8b", CellID->856192294], -Cell[22126, 598, 180, 4, 36, "Output",ExpressionUUID->"6bc3f45d-88e9-4c39-9de8-a2d20e7e1286", +Cell[22182, 603, 180, 4, 36, "Output",ExpressionUUID->"6bc3f45d-88e9-4c39-9de8-a2d20e7e1286", CellID->280068535] }, Open ]], -Cell[22321, 605, 183, 3, 70, "ExampleText",ExpressionUUID->"34e21f55-a70d-4851-a5aa-935879cccc83", +Cell[22377, 610, 183, 3, 70, "ExampleText",ExpressionUUID->"34e21f55-a70d-4851-a5aa-935879cccc83", CellID->1944846275] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22790, 621, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"65437720-5efc-4da8-9ebf-c57d783fff23"], +Cell[28296, 771, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8096f8ad-7fa6-4200-a933-1d01b83ea910"], +Cell[28969, 791, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c35d72c9-4b59-450c-aa65-639d0e616383"], +Cell[30005, 819, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"8430371c-19f3-4607-be52-2e32675fa5ad"], Cell[CellGroupData[{ -Cell[22756, 618, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"fb5a3427-8cec-4990-a819-e18fc58d3351"], -Cell[28262, 768, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a65af438-44a4-49d1-b26e-83de03578cb3"] -}, Open ]], -Cell[28947, 789, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"66f94a51-65fe-4b4b-9b00-80a79864e378"], -Cell[29983, 817, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"71bf718f-3379-42d0-aa63-db842d8d5b4c"], -Cell[CellGroupData[{ -Cell[33479, 918, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f6987070-6e05-4120-872c-d511838cf16f", +Cell[33501, 920, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f6987070-6e05-4120-872c-d511838cf16f", CellID->441415629], -Cell[33619, 921, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71f3ee1b-33de-44e0-84db-3546db1f394b", +Cell[33641, 923, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71f3ee1b-33de-44e0-84db-3546db1f394b", CellID->1194386356], -Cell[33841, 927, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3cf50356-1fca-4949-850a-663982e56a2b", +Cell[33863, 929, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3cf50356-1fca-4949-850a-663982e56a2b", CellID->1641706272], -Cell[34056, 932, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3c8fc6b5-217d-44c1-a0d9-029cb7f3f0ea", +Cell[34078, 934, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3c8fc6b5-217d-44c1-a0d9-029cb7f3f0ea", CellID->399251956], -Cell[34285, 938, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"75e03065-50c2-4995-9e17-aa64aa461571", +Cell[34307, 940, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"75e03065-50c2-4995-9e17-aa64aa461571", CellID->821434655] }, Open ]], -Cell[34522, 944, 78, 0, 70, "FooterCell",ExpressionUUID->"78b1fcea-bcef-4e31-9a70-0d1b7f27f3e4"] +Cell[34544, 946, 78, 0, 70, "FooterCell",ExpressionUUID->"cfe7aa08-2630-4ae4-aff4-8014a6675934"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/IsSMPrenucleolusQ.nb b/Documentation/English/ReferencePages/Symbols/IsSMPrenucleolusQ.nb index 1adf801..f8a30f7 100644 --- a/Documentation/English/ReferencePages/Symbols/IsSMPrenucleolusQ.nb +++ b/Documentation/English/ReferencePages/Symbols/IsSMPrenucleolusQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43201, 1116] -NotebookOptionsPosition[ 34777, 950] -NotebookOutlinePosition[ 36918, 1004] -CellTagsIndexPosition[ 36833, 999] +NotebookDataLength[ 43217, 1117] +NotebookOptionsPosition[ 34801, 952] +NotebookOutlinePosition[ 36966, 1007] +CellTagsIndexPosition[ 36881, 1002] WindowTitle->IsSMPrenucleolusQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "185aa165-a963-4ca3-a2e2-5124fe5349ca"], + "0c4df3e8-910d-400c-b349-2f1d9e2058b2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "17c35a6e-4d56-4a73-b117-3f953a3f57ec"], + "47c013f6-d3ac-4ba9-84aa-7100222e654a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5ba26ae0-49e7-4781-800f-99b6aa892a7e"] - }],ExpressionUUID->"84056fcb-e82d-436c-a012-448182f3cb5c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "bbab5eaf-8b46-42a9-b9e5-ceae8a937abe"] + }],ExpressionUUID->"df7cab57-fa20-453f-869c-8cbb2421ae06"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db7b0649-ddce-4e37-96a3-8ff46e7e316e"], + "d994fad2-4674-40d8-9ab7-dd57d4d0e353"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aeac0ceb-3283-4a5d-8b29-836de48817b3"] - }],ExpressionUUID->"71ddbca4-354b-4266-801c-0771e3eea0a1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3c16be48-a999-4749-a31b-53d50c4cd348"] + }],ExpressionUUID->"6fc5655d-1395-4bad-a0bf-c662333cfde5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0d6853dc-fd40-47bd-a3d7-595cb1da5bc3"], + "3f593115-ba1a-4e51-bb8a-eac285d3e8e9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f005f45d-84fa-43f6-a2c8-ea4cac2163c6"] - }],ExpressionUUID->"1df68ff7-d83b-4dfc-8798-5170d4b8a60a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b473f585-a6c7-4b2e-a4db-a6fe419249b8"] + }],ExpressionUUID->"822fe1ed-5c3c-4635-b786-4acd50ea0398"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b034bfcb-4ff3-4361-8b0e-914d77c55df1"], + "c08992ae-5499-49a5-8382-cc0ba80097ad"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3468f1f2-41dd-4ede-8738-df98d6e81f08"] - }],ExpressionUUID->"16156f53-95ed-468a-ad16-28cb2ed56dcc"], - StripOnInput->False], {"\<\"TUG/ref/IsSMPrenucleolusQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/IsSMPrenucleolusQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "7f6dbacc-0748-4d5e-a1bf-b16340e1075a"] + }],ExpressionUUID->"4a387a1e-e55d-4cb1-9083-02ea3048f789"], + StripOnInput->False],{ + "\"TUG/ref/IsSMPrenucleolusQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/IsSMPrenucleolusQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ IsSMPrenucleolusQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$99437], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/IsSMPrenucleolusQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$107747], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/IsSMPrenucleolusQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "59e20618-5beb-4a91-984a-8011c05b4b85"] + "4c4035c8-2286-42f5-8509-115dd32eb5d5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4cd300d2-3ae7-4225-ad73-a6bfbf730b2f"]} + "42468037-457c-4b76-8672-14e5a1ba85b4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"88a11773-e490-449a-85f5-05a67e1a90e1"], + CellID->1,ExpressionUUID->"3f737071-9019-492f-a7d3-572a6e510c43"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f098e851-c4bd-4508-bbd4-fed142c665b9"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8e409f01-6b8c-4418-80d7-b8f6fe2b8774"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "IsSMPrenucleolusQ", "ObjectName",ExpressionUUID-> - "e6a562e8-cd94-4fd9-b5de-c71f2201ab35"], + "b9b4719a-1b1b-4947-8f82-447d768969e2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e00d6dff-9c59-49c4-9113-b040d7e06812"], + "Spacer1"]],ExpressionUUID->"8f5ce8d2-3576-42ed-ab0b-a23fb21f6a49"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9e9b12cb-4236-488b-9a50-8def6a6bfe9b"] - }],ExpressionUUID->"6f83ea85-f10d-45d4-94a9-6086348978ef"], Cell[BoxData[ + "6495b3cc-8d7c-49c9-85de-c4fc0644c7f0"] + }],ExpressionUUID->"3eeb0d53-be6f-42fb-adfc-ec9f0d4c0b3b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "74f546b3-4880-4202-82d4-0e4d675f5938"]} + "aa350584-21ba-4fd9-9ca7-2b60f92fbb8e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1d101698-c44b-446f-be03-811ce13ef74a"], + CacheGraphics->False,ExpressionUUID->"322a620c-ce55-49ef-b625-bb38d4e7f8fe"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "093fb38d-fc4e-4542-a682-cda55147c7a2"], " \[LineSeparator]checks whether the provided payoff vector is the \ simplified modified pre-nucleolus of the game." - }],ExpressionUUID->"0a645ad3-d642-4e7b-b775-283f9976cdce"]} + }],ExpressionUUID->"ad9aa4fd-a113-4530-9dc4-dfb664530bb0"]} }]], "Usage", CellID->2084619351,ExpressionUUID->"06689862-1fa8-431e-953d-283b7fc1a615"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"26ef410d-5b21-4e71-b10a-460bdd078302"], + ExpressionUUID->"d4a29d1a-9882-45e6-b9f5-68e655c01288"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb42a499-cae2-4af2-b4be-4d34c7ac1dfe"], + "Spacer1"]],ExpressionUUID->"bde5a7e7-f934-441c-8980-d659ec3f8281"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"203dfcab-877e-4d61-af3e-9dafa9d00fe9"], + }], "NotesFrameText",ExpressionUUID->"349fd2b9-4ae8-4916-a44c-077ec8d5a6a7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0dabb1f2-4502-4d8e-993c-3a4e718134e8"]], \ + "Preemptive"]],ExpressionUUID->"4bb39108-cb6f-49aa-9ab3-a1abfd0a80f5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1341319115,ExpressionUUID->"7b74afcd-3f12-475f-8cb5-05cb4857bc21"], + CellID->1175169217,ExpressionUUID->"3f5e68fc-7035-446e-99e3-284be84b6ba3"], Cell[TextData[{ "The input expression ", @@ -378,19 +383,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b95ab9d1-15fa-4202-9a22-9c499a46735d"], + ExpressionUUID->"12096b32-5d24-47d9-88d7-89f750a434ed"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8981f78e-2695-4a83-ad4b-87156bfbf36d"], + "Spacer1"]],ExpressionUUID->"4fbf8596-e75d-4f3d-886e-8614f609e819"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cfae92ba-9cc8-4817-af4e-0c5f43acb9e5"] + "4a5a4cac-9dc9-461c-bf82-419c970faaa5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->912447206,ExpressionUUID->"3b7af6ac-49ca-4cdf-9ca4-1f6061aef0d9"], + CellID->1292894402,ExpressionUUID->"70b9b65d-8272-46dd-a8c8-b1b978db47f1"], Cell[CellGroupData[{ @@ -419,18 +424,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e8b9b6d0-f0e0-4905-a620-e7078e0d0c91"], + ExpressionUUID->"aa8a1c0d-b814-4926-8fd4-16ef31194c2f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fbe191c8-b0d6-4811-8357-55789a77b977"], + "Spacer1"]],ExpressionUUID->"3b46e6ca-5ced-4966-8f33-659721e3e575"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f537b0f4-67c3-4c1f-aaed-5cfa630672d5"] + "3f16400c-fa60-43e6-a36d-be161a2debec"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->530583274,ExpressionUUID->"461840ef-f091-45fc-8313-3a39d3911fa0"], + CellID->428710753,ExpressionUUID->"b3f5bd9f-841d-4ec1-bee3-5ec939e37ae5"], Cell["Loading the package:", "ExampleText", CellID->1231259754,ExpressionUUID->"33b44acb-ba7d-446a-9119-e4d6d3e55d29"], @@ -618,8 +623,6 @@ Thus, we have found the simplified modified pre-nucleolus of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -767,15 +770,15 @@ Cell[BoxData[GridBox[{ "f7aed889-b5e0-498e-b1b5-66bdbf84908c"] }], "SeeAlso",ExpressionUUID->"4cb0f8b7-1d13-4701-be65-dbb94b3522e3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cc328504-8799-4a60-8e4b-\ -ef295ab72bc9"], + }]], "SeeAlsoSection",ExpressionUUID->"b99b4203-5cb8-463f-97ec-\ +fe47c0653136"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -787,9 +790,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f3b6cf2b-f048-460d-8209-31e61cc70f42"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7736304a-8caf-45f5-8a92-\ -7f8c34cf117f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ca15843a-7741-42d9-98c7-\ +dfbc5a167f93"], Cell[BoxData[GridBox[{ { @@ -806,7 +808,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2ba77cfa-cda7-46cf-b0c8-2b0b11c4cfd9"]}]}, + "ff6cde82-503a-4a78-bd37-36a52d8d4a46"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -814,10 +816,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8b4e378c-e047-4dc5-8573-9799a32057c4"]}]} + "2b6f74cc-f02c-4211-ac9c-038cbcdd4112"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7b2474bd-3121-4e5d-bfb3-\ -f1ed4e2ada8a"], + }]], "MoreAboutSection",ExpressionUUID->"1e76ba0d-3e92-4e37-8d99-\ +3716fac82ae6"], Cell[BoxData[GridBox[{ { @@ -844,7 +846,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c25f096b-282d-4578-b4e7-c0792a1e3caf"]], "RelatedLinks", + "d60c066e-ae63-4601-84d2-ef39c387fe5c"]], "RelatedLinks", ExpressionUUID->"1487d71e-f87c-4414-a7bd-316bd20d6cdd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,7 +863,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SMPrenucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2a01c209-79ef-4b17-9163-f75d5028b9a3"]], "RelatedLinks", + "6ba0d6b7-d532-45f3-8611-6bb96d9b5c8e"]], "RelatedLinks", ExpressionUUID->"3c9652f1-60e1-42d1-afb5-4e7e84a74ff5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -878,7 +880,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SMPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "01418850-10b3-4b0a-9100-3163f09ef8b7"]], "RelatedLinks", + "322a3a70-5041-4903-8ea4-28d2d76175e2"]], "RelatedLinks", ExpressionUUID->"b3988ac4-1fe3-4e69-b3a3-8b248cc18040"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -895,7 +897,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7854d6f1-2171-4861-922e-1ef9f230cc40"]], "RelatedLinks", + "90766740-b614-450b-8bff-ca30217543d2"]], "RelatedLinks", ExpressionUUID->"3e5d65aa-e5cc-4f4a-8dca-71f6f079a6ca"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -912,11 +914,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "37db69da-165c-404c-bd62-498e320305e1"]], "RelatedLinks", + "38580300-a342-40cb-bb50-f9bc7555b19a"]], "RelatedLinks", ExpressionUUID->"87864dc4-bdf3-4e6e-96d9-b46319ce63fc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6137592a-84f4-4c20-864e-\ -1fd6c57d9362"], + }]], "RelatedLinksSection",ExpressionUUID->"22f8e078-9f96-4e6d-a5f4-\ +8eabaf8b4bfc"], Cell[CellGroupData[{ @@ -946,11 +948,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9b6a85fb-50a8-4669-aa87-b116d67e1575"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"67db89c3-0fe3-4ac9-ba85-8ee48e443a43"] +Cell[" ", "FooterCell",ExpressionUUID->"fd239ee6-ef16-446d-b49c-5d5f81bd380c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"IsSMPrenucleolusQ", TaggingRules->{ @@ -961,7 +963,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 56.859949}", + "built" -> "{2024, 6, 3, 16, 53, 20.307959}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -969,10 +971,11 @@ TaggingRules->{ "IsSMPrenucleolusQ[game, payoff] checks whether the provided payoff \ vector is the simplified modified pre-nucleolus of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "IsSMPrenucleolusQ", - "titlemodifier" -> "", "windowtitle" -> "IsSMPrenucleolusQ", "type" -> - "Symbol", "uri" -> "TUG/ref/IsSMPrenucleolusQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "IsSMPrenucleolusQ", "type" -> "Symbol", "uri" -> + "TUG/ref/IsSMPrenucleolusQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -981,9 +984,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cce700e1-9ccb-404c-9d27-6ac3f0e5c52f" +ExpressionUUID->"1a7ba5e5-b504-4b77-ba69-98c0ecead8d5" ] (* End of Notebook Content *) @@ -991,133 +994,131 @@ ExpressionUUID->"cce700e1-9ccb-404c-9d27-6ac3f0e5c52f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13721, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3b7af6ac-49ca-4cdf-9ca4-1f6061aef0d9", + Cell[13778, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"70b9b65d-8272-46dd-a8c8-b1b978db47f1", CellTags->"PrimaryExamplesSection", - CellID->912447206]} + CellID->1292894402]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36633, 992} + {"PrimaryExamplesSection", 36680, 995} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7150, 168, 56, "AnchorBarGrid",ExpressionUUID->"88a11773-e490-449a-85f5-05a67e1a90e1", +Cell[589, 21, 7207, 173, 57, "AnchorBarGrid",ExpressionUUID->"3f737071-9019-492f-a7d3-572a6e510c43", CellID->1], -Cell[7742, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f098e851-c4bd-4508-bbd4-fed142c665b9"], +Cell[7799, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8e409f01-6b8c-4418-80d7-b8f6fe2b8774"], Cell[CellGroupData[{ -Cell[7853, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"1d101698-c44b-446f-be03-811ce13ef74a"], -Cell[9147, 232, 549, 11, 111, "Usage",ExpressionUUID->"06689862-1fa8-431e-953d-283b7fc1a615", +Cell[7910, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"322a620c-ce55-49ef-b625-bb38d4e7f8fe"], +Cell[9204, 237, 549, 11, 111, "Usage",ExpressionUUID->"06689862-1fa8-431e-953d-283b7fc1a615", CellID->2084619351] }, Open ]], Cell[CellGroupData[{ -Cell[9733, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"7b74afcd-3f12-475f-8cb5-05cb4857bc21", +Cell[9790, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"3f5e68fc-7035-446e-99e3-284be84b6ba3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1341319115], -Cell[11631, 297, 782, 20, 57, "]]",ExpressionUUID->"1114e847-fa07-4508-b07f-c08d1fb694c1", + CellID->1175169217], +Cell[11688, 302, 782, 20, 57, "]]",ExpressionUUID->"1114e847-fa07-4508-b07f-c08d1fb694c1", CellID->209133038], -Cell[12416, 319, 489, 12, 37, "Notes",ExpressionUUID->"c67a6fef-bd13-4708-a048-ca7256c4888e", +Cell[12473, 324, 489, 12, 38, "Notes",ExpressionUUID->"c67a6fef-bd13-4708-a048-ca7256c4888e", CellID->177724765], -Cell[12908, 333, 255, 4, 57, "Notes",ExpressionUUID->"9c647874-86ad-4497-9404-10da9e555438", +Cell[12965, 338, 255, 4, 57, "Notes",ExpressionUUID->"9c647874-86ad-4497-9404-10da9e555438", CellID->184181023], -Cell[13166, 339, 236, 4, 57, "Notes",ExpressionUUID->"8dd4d150-5617-42a5-a129-82bdc5d62be9", +Cell[13223, 344, 236, 4, 57, "Notes",ExpressionUUID->"8dd4d150-5617-42a5-a129-82bdc5d62be9", CellID->177776755], -Cell[13405, 345, 189, 4, 36, "Notes",ExpressionUUID->"0e1ab9ec-4e75-47b3-b2aa-92503a71075f", +Cell[13462, 350, 189, 4, 36, "Notes",ExpressionUUID->"0e1ab9ec-4e75-47b3-b2aa-92503a71075f", CellID->987942155] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13721, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3b7af6ac-49ca-4cdf-9ca4-1f6061aef0d9", +Cell[13778, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"70b9b65d-8272-46dd-a8c8-b1b978db47f1", CellTags->"PrimaryExamplesSection", - CellID->912447206], + CellID->1292894402], Cell[CellGroupData[{ -Cell[15166, 396, 1398, 36, 30, "ExampleSection",ExpressionUUID->"461840ef-f091-45fc-8313-3a39d3911fa0", - CellID->530583274], -Cell[16567, 434, 119, 1, 38, "ExampleText",ExpressionUUID->"33b44acb-ba7d-446a-9119-e4d6d3e55d29", +Cell[15224, 401, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b3f5bd9f-841d-4ec1-bee3-5ec939e37ae5", + CellID->428710753], +Cell[16625, 439, 119, 1, 39, "ExampleText",ExpressionUUID->"33b44acb-ba7d-446a-9119-e4d6d3e55d29", CellID->1231259754], Cell[CellGroupData[{ -Cell[16711, 439, 167, 3, 27, "Input",ExpressionUUID->"e1ba7ddd-3871-4089-9257-91fdfc1cbca4", +Cell[16769, 444, 167, 3, 27, "Input",ExpressionUUID->"e1ba7ddd-3871-4089-9257-91fdfc1cbca4", CellID->762705462], Cell[CellGroupData[{ -Cell[16903, 446, 235, 4, 23, "Print",ExpressionUUID->"ffb55887-20b8-45cf-905f-98ff91c5a593", +Cell[16961, 451, 235, 4, 23, "Print",ExpressionUUID->"ffb55887-20b8-45cf-905f-98ff91c5a593", CellID->626105454], -Cell[17141, 452, 365, 8, 23, "Print",ExpressionUUID->"e49e8e33-6d95-4cc8-8347-ac8a4e7d57e3", +Cell[17199, 457, 365, 8, 23, "Print",ExpressionUUID->"e49e8e33-6d95-4cc8-8347-ac8a4e7d57e3", CellID->1171239591], -Cell[17509, 462, 235, 4, 23, "Print",ExpressionUUID->"b51d7e60-6b1d-4d9a-bded-30da850f777c", +Cell[17567, 467, 235, 4, 23, "Print",ExpressionUUID->"b51d7e60-6b1d-4d9a-bded-30da850f777c", CellID->373772246], -Cell[17747, 468, 219, 3, 23, "Print",ExpressionUUID->"dc1ca846-3d24-4ee3-add9-569283e1b204", +Cell[17805, 473, 219, 3, 23, "Print",ExpressionUUID->"dc1ca846-3d24-4ee3-add9-569283e1b204", CellID->668402278], -Cell[17969, 473, 206, 3, 23, "Print",ExpressionUUID->"98dd6c9a-8997-438c-bd22-8da7b1ef09f1", +Cell[18027, 478, 206, 3, 23, "Print",ExpressionUUID->"98dd6c9a-8997-438c-bd22-8da7b1ef09f1", CellID->103272835], -Cell[18178, 478, 237, 4, 23, "Print",ExpressionUUID->"b8f2320d-9267-406c-988e-a92687eee34d", +Cell[18236, 483, 237, 4, 23, "Print",ExpressionUUID->"b8f2320d-9267-406c-988e-a92687eee34d", CellID->1714173161], -Cell[18418, 484, 220, 3, 23, "Print",ExpressionUUID->"b49d3ec8-02c5-433e-be0e-40f18ad16846", +Cell[18476, 489, 220, 3, 23, "Print",ExpressionUUID->"b49d3ec8-02c5-433e-be0e-40f18ad16846", CellID->1148539411], -Cell[18641, 489, 236, 4, 23, "Print",ExpressionUUID->"bf4e909a-5cc2-472f-8186-75fcf058132d", +Cell[18699, 494, 236, 4, 23, "Print",ExpressionUUID->"bf4e909a-5cc2-472f-8186-75fcf058132d", CellID->2064096221], -Cell[18880, 495, 236, 4, 70, "Print",ExpressionUUID->"4c166c6e-a0a2-4e37-a4d8-e6a4728ee9f6", +Cell[18938, 500, 236, 4, 70, "Print",ExpressionUUID->"4c166c6e-a0a2-4e37-a4d8-e6a4728ee9f6", CellID->1898545043], -Cell[19119, 501, 206, 3, 70, "Print",ExpressionUUID->"c5cce35d-24cb-430f-9a90-90521771e51e", +Cell[19177, 506, 206, 3, 70, "Print",ExpressionUUID->"c5cce35d-24cb-430f-9a90-90521771e51e", CellID->283520930], -Cell[19328, 506, 236, 4, 70, "Print",ExpressionUUID->"10cef2d4-0a65-437a-9561-231f6fff50b4", +Cell[19386, 511, 236, 4, 70, "Print",ExpressionUUID->"10cef2d4-0a65-437a-9561-231f6fff50b4", CellID->1814738345] }, Open ]] }, Open ]], -Cell[19591, 514, 136, 1, 70, "ExampleText",ExpressionUUID->"cbc18f56-35dc-42bb-8d37-08eb59afb080", +Cell[19649, 519, 136, 1, 70, "ExampleText",ExpressionUUID->"cbc18f56-35dc-42bb-8d37-08eb59afb080", CellID->683524171], -Cell[19730, 517, 235, 6, 70, "Input",ExpressionUUID->"b047d495-4bec-4c15-aa61-9330b6b6d561", +Cell[19788, 522, 235, 6, 70, "Input",ExpressionUUID->"b047d495-4bec-4c15-aa61-9330b6b6d561", CellID->1295340988], -Cell[19968, 525, 380, 9, 70, "Input",ExpressionUUID->"cc0517c8-e010-4685-b8a7-f658e5523254", +Cell[20026, 530, 380, 9, 70, "Input",ExpressionUUID->"cc0517c8-e010-4685-b8a7-f658e5523254", CellID->812497269], -Cell[20351, 536, 236, 6, 70, "Input",ExpressionUUID->"f07ed981-0f50-48e5-87bc-18c40e0e3fe5", +Cell[20409, 541, 236, 6, 70, "Input",ExpressionUUID->"f07ed981-0f50-48e5-87bc-18c40e0e3fe5", CellID->71732627], -Cell[20590, 544, 191, 4, 70, "ExampleText",ExpressionUUID->"b12c8145-ee6f-430f-9882-adb9914c93f6", +Cell[20648, 549, 191, 4, 70, "ExampleText",ExpressionUUID->"b12c8145-ee6f-430f-9882-adb9914c93f6", CellID->1867605045], Cell[CellGroupData[{ -Cell[20806, 552, 174, 3, 70, "Input",ExpressionUUID->"e543f43a-e7c4-422f-afe5-cf7d3c183a7a", +Cell[20864, 557, 174, 3, 70, "Input",ExpressionUUID->"e543f43a-e7c4-422f-afe5-cf7d3c183a7a", CellID->703035100], -Cell[20983, 557, 172, 4, 36, "Output",ExpressionUUID->"03dfe4a5-6d5a-4605-be9e-85ddaac9c621", +Cell[21041, 562, 172, 4, 36, "Output",ExpressionUUID->"03dfe4a5-6d5a-4605-be9e-85ddaac9c621", CellID->478876509] }, Open ]], -Cell[21170, 564, 180, 3, 70, "ExampleText",ExpressionUUID->"4adcc83a-7f91-4dda-8a83-5e3038728988", +Cell[21228, 569, 180, 3, 70, "ExampleText",ExpressionUUID->"4adcc83a-7f91-4dda-8a83-5e3038728988", CellID->134087295], Cell[CellGroupData[{ -Cell[21375, 571, 197, 4, 70, "Input",ExpressionUUID->"ce111ab1-3ef3-439f-ab0d-afbc835d06af", +Cell[21433, 576, 197, 4, 70, "Input",ExpressionUUID->"ce111ab1-3ef3-439f-ab0d-afbc835d06af", CellID->169501900], -Cell[21575, 577, 313, 9, 51, "Output",ExpressionUUID->"f69272e0-5e65-453a-a8b3-ef7a19913b4a", +Cell[21633, 582, 313, 9, 51, "Output",ExpressionUUID->"f69272e0-5e65-453a-a8b3-ef7a19913b4a", CellID->1743921010] }, Open ]], -Cell[21903, 589, 198, 4, 70, "ExampleText",ExpressionUUID->"495f7768-2836-41e9-8545-9b30afc670f8", +Cell[21961, 594, 198, 4, 70, "ExampleText",ExpressionUUID->"495f7768-2836-41e9-8545-9b30afc670f8", CellID->378018583], Cell[CellGroupData[{ -Cell[22126, 597, 200, 4, 70, "Input",ExpressionUUID->"2de415c6-ce3b-475f-be41-83f80704351a", +Cell[22184, 602, 200, 4, 70, "Input",ExpressionUUID->"2de415c6-ce3b-475f-be41-83f80704351a", CellID->921047523], -Cell[22329, 603, 158, 3, 36, "Output",ExpressionUUID->"08161474-e534-4d31-815f-fe5a9400ed5c", +Cell[22387, 608, 158, 3, 36, "Output",ExpressionUUID->"08161474-e534-4d31-815f-fe5a9400ed5c", CellID->180615791] }, Open ]], -Cell[22502, 609, 177, 3, 70, "ExampleText",ExpressionUUID->"eaf2f208-bfcb-4bb3-bc7c-ca804ddea5f0", +Cell[22560, 614, 177, 3, 70, "ExampleText",ExpressionUUID->"eaf2f208-bfcb-4bb3-bc7c-ca804ddea5f0", CellID->353682923] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22967, 625, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"b99b4203-5cb8-463f-97ec-fe47c0653136"], +Cell[28473, 775, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ca15843a-7741-42d9-98c7-dfbc5a167f93"], +Cell[29146, 795, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1e76ba0d-3e92-4e37-8d99-3716fac82ae6"], +Cell[30182, 823, 3469, 97, 70, "RelatedLinksSection",ExpressionUUID->"22f8e078-9f96-4e6d-a5f4-8eabaf8b4bfc"], Cell[CellGroupData[{ -Cell[22931, 622, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"cc328504-8799-4a60-8e4b-ef295ab72bc9"], -Cell[28437, 772, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7736304a-8caf-45f5-8a92-7f8c34cf117f"] -}, Open ]], -Cell[29122, 793, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7b2474bd-3121-4e5d-bfb3-f1ed4e2ada8a"], -Cell[30158, 821, 3469, 97, 70, "RelatedLinksSection",ExpressionUUID->"6137592a-84f4-4c20-864e-1fd6c57d9362"], -Cell[CellGroupData[{ -Cell[33652, 922, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d5c307f0-ab37-4bb4-934d-35d8cbaa7ce6", +Cell[33676, 924, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d5c307f0-ab37-4bb4-934d-35d8cbaa7ce6", CellID->441415629], -Cell[33792, 925, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86adea9e-65d5-4d02-aaaf-25232ed45546", +Cell[33816, 927, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86adea9e-65d5-4d02-aaaf-25232ed45546", CellID->1194386356], -Cell[34014, 931, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8280f337-39b7-4aab-866d-fcfc52636338", +Cell[34038, 933, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8280f337-39b7-4aab-866d-fcfc52636338", CellID->1641706272], -Cell[34229, 936, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"554981fb-b838-4782-84eb-d3f7b8ef585a", +Cell[34253, 938, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"554981fb-b838-4782-84eb-d3f7b8ef585a", CellID->399251956], -Cell[34458, 942, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9b6a85fb-50a8-4669-aa87-b116d67e1575", +Cell[34482, 944, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9b6a85fb-50a8-4669-aa87-b116d67e1575", CellID->821434655] }, Open ]], -Cell[34695, 948, 78, 0, 70, "FooterCell",ExpressionUUID->"67db89c3-0fe3-4ac9-ba85-8ee48e443a43"] +Cell[34719, 950, 78, 0, 70, "FooterCell",ExpressionUUID->"fd239ee6-ef16-446d-b49c-5d5f81bd380c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KBalancednessQ.nb b/Documentation/English/ReferencePages/Symbols/KBalancednessQ.nb index 24fc673..fec2e27 100644 --- a/Documentation/English/ReferencePages/Symbols/KBalancednessQ.nb +++ b/Documentation/English/ReferencePages/Symbols/KBalancednessQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 70480, 1870] -NotebookOptionsPosition[ 60453, 1673] -NotebookOutlinePosition[ 62651, 1728] -CellTagsIndexPosition[ 62565, 1723] +NotebookDataLength[ 70490, 1870] +NotebookOptionsPosition[ 60476, 1675] +NotebookOutlinePosition[ 62693, 1730] +CellTagsIndexPosition[ 62607, 1725] WindowTitle->KBalancednessQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ccca7952-88d2-4cb7-a771-70d353ccb056"], + "58ddb636-2dca-4972-9519-b956957d4672"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3d0cd94a-092a-4e66-9d34-040d0f03f311"], + "6b090950-5a22-485f-91dd-d637d1e087b8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2afdccde-34fc-40a9-8ce3-29e1edeeafe8"] - }],ExpressionUUID->"0c7b3c94-c8a2-454b-8eef-a5d8584ba2df"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "07e14e0d-4b8c-45b4-958c-363addb75881"] + }],ExpressionUUID->"848df5e6-4d15-4089-95b6-0d10bafa583d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2345bb5b-6917-4a43-bff1-7a2015377769"], + "d52a090a-bff3-4bf2-bfbc-6ec642568e02"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e30705da-8afb-49d8-9e15-4d295750eb0f"] - }],ExpressionUUID->"cc3bcae9-dae9-43fd-93d4-de2a42a98235"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6cb49475-4ba1-4682-a6b5-28b90a8b2804"] + }],ExpressionUUID->"33bac962-e5ca-4db9-ba2b-03a5573f058b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "156d1221-2333-466d-91de-609af4d605a1"], + "923c5b04-60c5-4b35-a2cf-b4f57713845e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7e23f675-40c8-42ce-8ef1-8536515695f7"] - }],ExpressionUUID->"4012301f-e381-45ed-aef4-34d947f47554"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ffb47334-1547-44d8-9055-f43b7c251164"] + }],ExpressionUUID->"ee494a61-ab4c-4add-a2f9-ccf689f3adb5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "98486faa-0f2f-4d48-97f7-efe5c346b5a4"], + "4420160f-65d2-4a0a-b0ea-1a9edc9e74eb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1f1dd6c4-0392-4e25-8001-ce1b8bf6d136"] - }],ExpressionUUID->"36af4b66-b48a-4850-ba2c-54baf580ba8b"], - StripOnInput->False], {"\<\"TUG/ref/KBalancednessQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KBalancednessQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9dc2a8e6-9b05-491d-844a-e79993e4bb96"] + }],ExpressionUUID->"6bdad240-f2d1-4682-aec1-b72af43cbc09"], + StripOnInput->False],{ + "\"TUG/ref/KBalancednessQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KBalancednessQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ KBalancednessQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$100054], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KBalancednessQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$108398], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KBalancednessQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4ead7c89-f462-4105-aa92-f790a2f0f2a6"] + "ee3c4734-3a73-41a2-9bd6-23d3f4f18be0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4a65213a-bd6a-4b26-a286-d4d6bf1239dc"]} + "f1c8022a-c9a9-4bc1-986c-0daed23cd5f4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5eaeb4a3-3658-4efe-9b1e-f469407434e6"], + CellID->1,ExpressionUUID->"d2f9249f-4852-4db4-8b78-9d79f97f585f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f90e14bf-0abb-44bc-a605-9fdb06b43fd2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"238bf5d1-3ef1-4f75-a18e-8f971908dedd"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KBalancednessQ", "ObjectName",ExpressionUUID-> - "210fad3e-009a-42ba-9c9a-0ae3f826dfb4"], + "421bbee5-6010-4172-a1ef-e75572f0d871"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a37cce95-5faf-46f1-91eb-fb23d5c4672c"], + "Spacer1"]],ExpressionUUID->"42fa72f2-7bde-453a-b360-16c150f522ce"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "95eb1ceb-6e70-4a5f-8f6a-52347c217079"] - }],ExpressionUUID->"6d906636-9efd-4fe2-b43f-43b38ec20375"], Cell[BoxData[ + "f8be837b-b942-4155-a934-63ac6cb7538f"] + }],ExpressionUUID->"79b34383-685a-467f-b97f-b4895874cb82"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "fb4dc55d-7df3-44c1-8cd4-5aad867f409f"]} + "df2ce44e-23af-43f9-8a89-3e5701a6fe86"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"99fd5049-e03e-46c9-b28b-7d61a374bc61"], + CacheGraphics->False,ExpressionUUID->"e1cbe09c-ce20-48e3-988b-e7970b419bff"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "bbc4a650-a2b9-4916-b40b-fec0c0261026"], "-balanced w.r.t. all excess levels." - }],ExpressionUUID->"67a5d7dc-0081-4e66-93c1-61e0a35c4235"]}, + }],ExpressionUUID->"1d4a1894-b4ef-4a32-b7e2-462f3d292cbc"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"kBalancednessQ", "[", @@ -250,7 +255,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "081103fd-128d-4855-8e93-ffe9d4d5465e"], " \[LineSeparator]with options the return value can be adjusted." - }],ExpressionUUID->"f74720dd-3112-4667-8d0d-b773d3d7797a"]} + }],ExpressionUUID->"68e1b8fe-a66e-4ec1-a039-496da380aef1"]} }]], "Usage", CellID->1231170534,ExpressionUUID->"fc22034e-0db6-40ac-9d38-61b55f253669"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5319a330-af90-4172-9651-f55f1428b04d"], + ExpressionUUID->"b44bdb26-e8a4-46b0-9231-60d3647ba5b1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2a9c4d49-97ed-4509-92fa-e71f99231053"], + "Spacer1"]],ExpressionUUID->"75aa06aa-3a31-417c-8422-28d1dfcaed6d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"51f84990-15d4-4692-9fe8-8a4c9b4f88db"], + }], "NotesFrameText",ExpressionUUID->"90b04c48-cabc-4b43-9657-941299b6ee27"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"51a329fe-0032-416b-bb63-23d80cf7d8fa"]], \ + "Preemptive"]],ExpressionUUID->"ee55f147-ceb6-45ab-a8d2-f61b5d541290"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1987084353,ExpressionUUID->"cf2c10ca-1411-4506-b504-bf9e6fba2bf3"], + CellID->318702606,ExpressionUUID->"bd0cb482-8bd7-415a-b3a5-55c3bb25b9b7"], Cell[TextData[{ "The input expression ", @@ -360,7 +365,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "34bd56c2-c3fc-45b1-be92-700ddb299b58"], + "81f8e8d8-f226-43f1-abc9-7b5be57946dd"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -382,7 +387,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1ebde78f-2244-45ad-88c3-cfbbc484bcc9"], + "8dc50df9-a6f1-4cc0-a9d5-f745e7b0ed37"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -458,19 +463,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dcab79e7-0386-408a-9bf3-8bbbf089df8c"], + ExpressionUUID->"be52b67d-ac8c-48f9-8bf6-ad0d49039576"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f72e691f-1ea6-488d-a0b0-bacc449b10b5"], + "Spacer1"]],ExpressionUUID->"8fe6b126-c968-4ebe-a487-429a40044415"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "afc43fe8-f566-4263-a784-b85283b8e2f5"] + "181cb4af-8c62-4757-a063-8669f9163f4e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->553937365,ExpressionUUID->"11d0caee-7dc0-47de-9c96-040a6f5ee4ba"], + CellID->1223686846,ExpressionUUID->"5db36c24-3647-457a-89d5-8f5d8fedef2e"], Cell[CellGroupData[{ @@ -499,18 +504,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"923e78a6-d2ab-4457-b6a3-666914b7c945"], + ExpressionUUID->"f24568e6-87f1-49ab-9066-8e6a41724bb7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"680146a2-eee6-45ee-beb8-e145d9b0272c"], + "Spacer1"]],ExpressionUUID->"a22bb82e-4d5f-424d-87ce-024c2cd729e3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "94c42095-bfb2-4e92-90b5-33f9d1c69fa4"] + "f95f2922-3f16-49d9-a5c6-645019c4db08"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->232250987,ExpressionUUID->"53a82c32-ee67-444d-a2cc-9a46c7e02bc0"], + CellID->1243778257,ExpressionUUID->"33e528dd-0c1e-433a-ac26-23e75ba06842"], Cell["Loading the package:", "ExampleText", CellID->159630707,ExpressionUUID->"f5bf0474-a843-4e6f-a3b5-2668f40595e9"], @@ -1375,8 +1380,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1524,15 +1527,15 @@ Cell[BoxData[GridBox[{ "14944805-a45b-4f1e-a7e5-a8b1693ec954"] }], "SeeAlso",ExpressionUUID->"10ba175a-fe6c-4458-83cf-39c08cc0cfd9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"240113a8-a39e-4319-8ff4-\ -9f3077ca38dc"], + }]], "SeeAlsoSection",ExpressionUUID->"ff47336a-4354-44b0-a75d-\ +0c2421bd5af0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1544,9 +1547,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e4fa88c8-2b65-4ba4-ae21-58af9045aea9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"40da523c-a9cc-4dea-892f-\ -e0cbde637f98"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"436a3698-2788-43a7-91f3-\ +d9a6d550b2b8"], Cell[BoxData[GridBox[{ { @@ -1563,7 +1565,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "de136594-cd0d-4adf-a346-2c39bb7dc113"]}]}, + "8dbc6d24-f221-489b-80e6-57879718e2b3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1571,10 +1573,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d17587c9-8329-4ce4-9e26-b6fa416c3bf4"]}]} + "3521566f-7329-41ae-8ac8-e0d4acba07cc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"6c665f5f-d114-436c-8767-\ -58fbef70dd71"], + }]], "MoreAboutSection",ExpressionUUID->"52763176-b915-45ec-bb14-\ +80fde379e7e0"], Cell[BoxData[GridBox[{ { @@ -1601,7 +1603,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3c1d8f6b-ed1c-45d9-bdcb-7cf8ca687741"]], "RelatedLinks", + "7fee64f5-400c-4c4c-a316-9471156057a0"]], "RelatedLinks", ExpressionUUID->"704de322-c56c-48d0-bcd2-e0cb0ebf54c7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1618,7 +1620,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "47dbe169-23df-42c6-83a1-995ddec1cb48"]], "RelatedLinks", + "80041849-55ff-4ff3-9bc3-1cf6a15eebea"]], "RelatedLinks", ExpressionUUID->"424430eb-b94b-47c8-b78b-5824b24b8c37"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1635,11 +1637,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f579f216-d2e3-4b39-a6f1-fee9d7e425ab"]], "RelatedLinks", + "186f84c3-9830-4334-8099-ce38d7c428a0"]], "RelatedLinks", ExpressionUUID->"2c62a12d-0551-433e-a6eb-21b77c64034b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b3791918-a060-439a-8985-\ -a65c52bad8f3"], + }]], "RelatedLinksSection",ExpressionUUID->"9c970333-3d5d-4d7b-846f-\ +9e03b25e7e3a"], Cell[CellGroupData[{ @@ -1669,11 +1671,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6a726ff5-f276-4deb-8aa3-a96f035b286b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"13ff52ab-343e-4438-b23b-64a5a7835cdb"] +Cell[" ", "FooterCell",ExpressionUUID->"31b48297-158a-48b2-8d1f-2c2452423b67"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KBalancednessQ", TaggingRules->{ @@ -1684,7 +1686,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 58.366298}", + "built" -> "{2024, 6, 3, 16, 53, 21.106846}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1693,10 +1695,10 @@ TaggingRules->{ is k-balanced w.r.t. all excess levels. kBalancednessQ[collc, k, options] \ with options the return value can be adjusted.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KBalancednessQ", "titlemodifier" -> "", - "windowtitle" -> "KBalancednessQ", "type" -> "Symbol", "uri" -> - "TUG/ref/KBalancednessQ"}}, + "metadescription" -> "", "windowtitle" -> "KBalancednessQ", "type" -> + "Symbol", "uri" -> "TUG/ref/KBalancednessQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1705,9 +1707,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"acfa36af-db24-448d-a2f2-5b926391befa" +ExpressionUUID->"67df7675-4ac3-4e07-bddc-c89bcb966b65" ] (* End of Notebook Content *) @@ -1715,163 +1717,161 @@ ExpressionUUID->"acfa36af-db24-448d-a2f2-5b926391befa" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16862, 435, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"11d0caee-7dc0-47de-9c96-040a6f5ee4ba", + Cell[16917, 440, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5db36c24-3647-457a-89d5-8f5d8fedef2e", CellTags->"PrimaryExamplesSection", - CellID->553937365]} + CellID->1223686846]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 62365, 1716} + {"PrimaryExamplesSection", 62406, 1718} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"5eaeb4a3-3658-4efe-9b1e-f469407434e6", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"d2f9249f-4852-4db4-8b78-9d79f97f585f", CellID->1], -Cell[7728, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f90e14bf-0abb-44bc-a605-9fdb06b43fd2"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"238bf5d1-3ef1-4f75-a18e-8f971908dedd"], Cell[CellGroupData[{ -Cell[7839, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"99fd5049-e03e-46c9-b28b-7d61a374bc61"], -Cell[9130, 232, 1075, 22, 187, "Usage",ExpressionUUID->"fc22034e-0db6-40ac-9d38-61b55f253669", +Cell[7895, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"e1cbe09c-ce20-48e3-988b-e7970b419bff"], +Cell[9186, 237, 1075, 22, 186, "Usage",ExpressionUUID->"fc22034e-0db6-40ac-9d38-61b55f253669", CellID->1231170534] }, Open ]], Cell[CellGroupData[{ -Cell[10242, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"cf2c10ca-1411-4506-b504-bf9e6fba2bf3", +Cell[10298, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"bd0cb482-8bd7-415a-b3a5-55c3bb25b9b7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1987084353], -Cell[12140, 308, 468, 11, 36, "Notes",ExpressionUUID->"2cd7e2ee-b3c0-441f-bb8a-be3195df7ff6", + CellID->318702606], +Cell[12195, 313, 468, 11, 36, "Notes",ExpressionUUID->"2cd7e2ee-b3c0-441f-bb8a-be3195df7ff6", CellID->906311899], -Cell[12611, 321, 489, 12, 37, "Notes",ExpressionUUID->"268a0dc1-ce13-469c-bcad-a544f2df4d49", +Cell[12666, 326, 489, 12, 38, "Notes",ExpressionUUID->"268a0dc1-ce13-469c-bcad-a544f2df4d49", CellID->177724765], -Cell[13103, 335, 732, 14, 78, "Notes",ExpressionUUID->"2e09088c-e049-49d5-a5ce-ec2f9cc9d705", +Cell[13158, 340, 732, 14, 78, "Notes",ExpressionUUID->"2e09088c-e049-49d5-a5ce-ec2f9cc9d705", CellID->469639797], -Cell[13838, 351, 112, 1, 36, "Notes",ExpressionUUID->"ee146753-bc87-4f8d-a12f-22d5242de206", +Cell[13893, 356, 112, 1, 36, "Notes",ExpressionUUID->"ee146753-bc87-4f8d-a12f-22d5242de206", CellID->312897903], -Cell[13953, 354, 267, 4, 49, "Notes",ExpressionUUID->"c897cf09-6ee3-4689-afb5-1935947a2cfc", +Cell[14008, 359, 267, 4, 48, "Notes",ExpressionUUID->"c897cf09-6ee3-4689-afb5-1935947a2cfc", CellID->13178], -Cell[14223, 360, 822, 20, 40, "3ColumnTableMod",ExpressionUUID->"b10e5041-277c-4fdc-ac89-44d7b2888c12", +Cell[14278, 365, 822, 20, 60, "3ColumnTableMod",ExpressionUUID->"b10e5041-277c-4fdc-ac89-44d7b2888c12", CellID->1782664966], -Cell[15048, 382, 679, 15, 40, "3ColumnTableMod",ExpressionUUID->"a0a9f763-5c9a-4dae-b69f-c121b982f7c9", +Cell[15103, 387, 679, 15, 41, "3ColumnTableMod",ExpressionUUID->"a0a9f763-5c9a-4dae-b69f-c121b982f7c9", CellID->1374443190], -Cell[15730, 399, 498, 14, 37, "Notes",ExpressionUUID->"97e9b160-127c-4b9b-a147-c562ba2f0781", +Cell[15785, 404, 498, 14, 38, "Notes",ExpressionUUID->"97e9b160-127c-4b9b-a147-c562ba2f0781", CellID->731], -Cell[16231, 415, 504, 14, 37, "Notes",ExpressionUUID->"2e90c2a6-204f-4092-bd8f-141b1a26433d", +Cell[16286, 420, 504, 14, 38, "Notes",ExpressionUUID->"2e90c2a6-204f-4092-bd8f-141b1a26433d", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16862, 435, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"11d0caee-7dc0-47de-9c96-040a6f5ee4ba", +Cell[16917, 440, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5db36c24-3647-457a-89d5-8f5d8fedef2e", CellTags->"PrimaryExamplesSection", - CellID->553937365], + CellID->1223686846], Cell[CellGroupData[{ -Cell[18307, 476, 1398, 36, 30, "ExampleSection",ExpressionUUID->"53a82c32-ee67-444d-a2cc-9a46c7e02bc0", - CellID->232250987], -Cell[19708, 514, 118, 1, 38, "ExampleText",ExpressionUUID->"f5bf0474-a843-4e6f-a3b5-2668f40595e9", +Cell[18363, 481, 1399, 36, 30, "ExampleSection",ExpressionUUID->"33e528dd-0c1e-433a-ac26-23e75ba06842", + CellID->1243778257], +Cell[19765, 519, 118, 1, 70, "ExampleText",ExpressionUUID->"f5bf0474-a843-4e6f-a3b5-2668f40595e9", CellID->159630707], Cell[CellGroupData[{ -Cell[19851, 519, 167, 3, 70, "Input",ExpressionUUID->"e2a5e4d4-589c-4c5c-bc7f-09397e32844c", +Cell[19908, 524, 167, 3, 70, "Input",ExpressionUUID->"e2a5e4d4-589c-4c5c-bc7f-09397e32844c", CellID->669228998], Cell[CellGroupData[{ -Cell[20043, 526, 237, 4, 70, "Print",ExpressionUUID->"a2c5e6ec-c0ac-471e-a7fe-09f9f275deb8", +Cell[20100, 531, 237, 4, 70, "Print",ExpressionUUID->"a2c5e6ec-c0ac-471e-a7fe-09f9f275deb8", CellID->1234991912], -Cell[20283, 532, 365, 8, 70, "Print",ExpressionUUID->"ad3c9c59-7249-48ce-80ac-291dd296c6e9", +Cell[20340, 537, 365, 8, 70, "Print",ExpressionUUID->"ad3c9c59-7249-48ce-80ac-291dd296c6e9", CellID->213627934], -Cell[20651, 542, 237, 4, 70, "Print",ExpressionUUID->"21b4d162-29c9-4804-afc3-d80e18524c4d", +Cell[20708, 547, 237, 4, 70, "Print",ExpressionUUID->"21b4d162-29c9-4804-afc3-d80e18524c4d", CellID->2109650685], -Cell[20891, 548, 221, 3, 70, "Print",ExpressionUUID->"c7fd0b64-6e0c-4c94-9ce0-e94e83cd681a", +Cell[20948, 553, 221, 3, 70, "Print",ExpressionUUID->"c7fd0b64-6e0c-4c94-9ce0-e94e83cd681a", CellID->1357788790], -Cell[21115, 553, 208, 3, 70, "Print",ExpressionUUID->"0ee214d4-f4a5-4151-88b0-1ff30cbedcc8", +Cell[21172, 558, 208, 3, 70, "Print",ExpressionUUID->"0ee214d4-f4a5-4151-88b0-1ff30cbedcc8", CellID->1535734685], -Cell[21326, 558, 238, 4, 70, "Print",ExpressionUUID->"0b39c1d7-e8af-4c05-a7b8-257e09768e70", +Cell[21383, 563, 238, 4, 70, "Print",ExpressionUUID->"0b39c1d7-e8af-4c05-a7b8-257e09768e70", CellID->1886815496], -Cell[21567, 564, 220, 3, 70, "Print",ExpressionUUID->"ae59849e-0cdf-4fc9-8d54-a1817dfe684a", +Cell[21624, 569, 220, 3, 70, "Print",ExpressionUUID->"ae59849e-0cdf-4fc9-8d54-a1817dfe684a", CellID->351947044], -Cell[21790, 569, 237, 4, 70, "Print",ExpressionUUID->"ee8456c1-640e-4c8e-aadc-c93466fbe0d3", +Cell[21847, 574, 237, 4, 70, "Print",ExpressionUUID->"ee8456c1-640e-4c8e-aadc-c93466fbe0d3", CellID->1020087799], -Cell[22030, 575, 236, 4, 70, "Print",ExpressionUUID->"70e25ccd-1030-4124-a3bc-abea4e348880", +Cell[22087, 580, 236, 4, 70, "Print",ExpressionUUID->"70e25ccd-1030-4124-a3bc-abea4e348880", CellID->966528668], -Cell[22269, 581, 207, 3, 70, "Print",ExpressionUUID->"35557bfe-bc95-4dd7-8e39-9867a7ea3167", +Cell[22326, 586, 207, 3, 70, "Print",ExpressionUUID->"35557bfe-bc95-4dd7-8e39-9867a7ea3167", CellID->906346386], -Cell[22479, 586, 237, 4, 70, "Print",ExpressionUUID->"c11d4f04-461b-4c66-bd34-70cef87134a7", +Cell[22536, 591, 237, 4, 70, "Print",ExpressionUUID->"c11d4f04-461b-4c66-bd34-70cef87134a7", CellID->1548564916] }, Open ]] }, Open ]], -Cell[22743, 594, 137, 1, 70, "ExampleText",ExpressionUUID->"f7f5ec96-d093-44ad-bb92-f0b78005d958", +Cell[22800, 599, 137, 1, 70, "ExampleText",ExpressionUUID->"f7f5ec96-d093-44ad-bb92-f0b78005d958", CellID->1638589291], -Cell[22883, 597, 235, 6, 70, "Input",ExpressionUUID->"ab928237-7739-45ff-adfb-98ee81a4ee2d", +Cell[22940, 602, 235, 6, 70, "Input",ExpressionUUID->"ab928237-7739-45ff-adfb-98ee81a4ee2d", CellID->1371823132], -Cell[23121, 605, 381, 9, 70, "Input",ExpressionUUID->"786dd0a1-ea39-493f-95be-c7981a7db655", +Cell[23178, 610, 381, 9, 70, "Input",ExpressionUUID->"786dd0a1-ea39-493f-95be-c7981a7db655", CellID->1887390080], -Cell[23505, 616, 238, 6, 70, "Input",ExpressionUUID->"a7b35179-3d37-42cc-9617-89953c4aab89", +Cell[23562, 621, 238, 6, 70, "Input",ExpressionUUID->"a7b35179-3d37-42cc-9617-89953c4aab89", CellID->2108229088], -Cell[23746, 624, 190, 4, 70, "ExampleText",ExpressionUUID->"0cdc3a13-2734-414d-b430-cc6be235b62b", +Cell[23803, 629, 190, 4, 70, "ExampleText",ExpressionUUID->"0cdc3a13-2734-414d-b430-cc6be235b62b", CellID->492982136], Cell[CellGroupData[{ -Cell[23961, 632, 172, 3, 70, "Input",ExpressionUUID->"117330a3-d198-4f8b-940b-b547f013dda1", +Cell[24018, 637, 172, 3, 70, "Input",ExpressionUUID->"117330a3-d198-4f8b-940b-b547f013dda1", CellID->1346486241], -Cell[24136, 637, 290, 7, 36, "Output",ExpressionUUID->"dfe1e0f8-8773-4cf8-922a-192f74fde33d", +Cell[24193, 642, 290, 7, 36, "Output",ExpressionUUID->"dfe1e0f8-8773-4cf8-922a-192f74fde33d", CellID->1949112258] }, Open ]], -Cell[24441, 647, 220, 4, 70, "ExampleText",ExpressionUUID->"49a2a8ac-44af-414f-822b-975e0a0d3cc3", +Cell[24498, 652, 220, 4, 70, "ExampleText",ExpressionUUID->"49a2a8ac-44af-414f-822b-975e0a0d3cc3", CellID->1410762499], Cell[CellGroupData[{ -Cell[24686, 655, 194, 4, 70, "Input",ExpressionUUID->"1f8702f5-864e-4324-8ea0-140bb8122059", +Cell[24743, 660, 194, 4, 70, "Input",ExpressionUUID->"1f8702f5-864e-4324-8ea0-140bb8122059", CellID->1876451389], -Cell[24883, 661, 315, 9, 51, "Output",ExpressionUUID->"0e319d0f-95cd-4f34-854f-08895fb8dbff", +Cell[24940, 666, 315, 9, 50, "Output",ExpressionUUID->"0e319d0f-95cd-4f34-854f-08895fb8dbff", CellID->1418991472] }, Open ]], -Cell[25213, 673, 168, 3, 70, "ExampleText",ExpressionUUID->"b5b31cd8-81c2-48a4-98f3-d4b0c2b490c0", +Cell[25270, 678, 168, 3, 70, "ExampleText",ExpressionUUID->"b5b31cd8-81c2-48a4-98f3-d4b0c2b490c0", CellID->105314493], Cell[CellGroupData[{ -Cell[25406, 680, 251, 5, 70, "Input",ExpressionUUID->"57c170c0-7de2-4321-94a7-2a1d43456ec4", +Cell[25463, 685, 251, 5, 70, "Input",ExpressionUUID->"57c170c0-7de2-4321-94a7-2a1d43456ec4", CellID->786714845], -Cell[25660, 687, 160, 3, 36, "Output",ExpressionUUID->"67a17481-b8bc-42a9-9c45-64faade2a0db", +Cell[25717, 692, 160, 3, 36, "Output",ExpressionUUID->"67a17481-b8bc-42a9-9c45-64faade2a0db", CellID->1283851672] }, Open ]], -Cell[25835, 693, 287, 5, 70, "ExampleText",ExpressionUUID->"6d332e7b-da8a-467d-be09-b1c82e940aad", +Cell[25892, 698, 287, 5, 70, "ExampleText",ExpressionUUID->"6d332e7b-da8a-467d-be09-b1c82e940aad", CellID->1722223022], Cell[CellGroupData[{ -Cell[26147, 702, 346, 8, 70, "Input",ExpressionUUID->"02986589-ff3b-457c-880b-d62c4320d894", +Cell[26204, 707, 346, 8, 70, "Input",ExpressionUUID->"02986589-ff3b-457c-880b-d62c4320d894", CellID->1752360597], -Cell[26496, 712, 15864, 427, 424, "Output",ExpressionUUID->"50357f8a-0adb-4394-b222-7b6f145c35c6", +Cell[26553, 717, 15864, 427, 415, "Output",ExpressionUUID->"50357f8a-0adb-4394-b222-7b6f145c35c6", CellID->1458993343] }, Open ]], -Cell[42375, 1142, 161, 2, 70, "ExampleText",ExpressionUUID->"a151b832-ef92-447a-9c3d-e8442bf34050", +Cell[42432, 1147, 161, 2, 70, "ExampleText",ExpressionUUID->"a151b832-ef92-447a-9c3d-e8442bf34050", CellID->1464312489], Cell[CellGroupData[{ -Cell[42561, 1148, 184, 4, 70, "Input",ExpressionUUID->"84cc8190-b3d1-4a91-ad8c-f9b5d15560e7", +Cell[42618, 1153, 184, 4, 70, "Input",ExpressionUUID->"84cc8190-b3d1-4a91-ad8c-f9b5d15560e7", CellID->751303157], -Cell[42748, 1154, 6019, 189, 154, "Output",ExpressionUUID->"da5fae43-10e1-4f7f-9c6e-d85a65e5584c", +Cell[42805, 1159, 6019, 189, 151, "Output",ExpressionUUID->"da5fae43-10e1-4f7f-9c6e-d85a65e5584c", CellID->1320645766] }, Open ]], -Cell[48782, 1346, 183, 3, 70, "ExampleText",ExpressionUUID->"6fd42a1b-3d43-4f7c-89d5-930bc48849cf", +Cell[48839, 1351, 183, 3, 70, "ExampleText",ExpressionUUID->"6fd42a1b-3d43-4f7c-89d5-930bc48849cf", CellID->2099405084], Cell[CellGroupData[{ -Cell[48990, 1353, 416, 10, 70, "Input",ExpressionUUID->"1dfac257-d8bf-4d8f-a3c4-c55cbedf2ebd", +Cell[49047, 1358, 416, 10, 70, "Input",ExpressionUUID->"1dfac257-d8bf-4d8f-a3c4-c55cbedf2ebd", CellID->1298327618], -Cell[49409, 1365, 161, 3, 36, "Output",ExpressionUUID->"30ef7791-df49-4874-91a2-4f1be08f7e61", +Cell[49466, 1370, 161, 3, 36, "Output",ExpressionUUID->"30ef7791-df49-4874-91a2-4f1be08f7e61", CellID->741134233] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[49869, 1382, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ff47336a-4354-44b0-a75d-0c2421bd5af0"], +Cell[55375, 1532, 670, 18, 70, "TechNotesSection",ExpressionUUID->"436a3698-2788-43a7-91f3-d9a6d550b2b8"], +Cell[56048, 1552, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"52763176-b915-45ec-bb14-80fde379e7e0"], +Cell[57084, 1580, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"9c970333-3d5d-4d7b-846f-9e03b25e7e3a"], Cell[CellGroupData[{ -Cell[49834, 1379, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"240113a8-a39e-4319-8ff4-9f3077ca38dc"], -Cell[55340, 1529, 670, 18, 70, "TechNotesSection",ExpressionUUID->"40da523c-a9cc-4dea-892f-e0cbde637f98"] -}, Open ]], -Cell[56025, 1550, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6c665f5f-d114-436c-8767-58fbef70dd71"], -Cell[57061, 1578, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"b3791918-a060-439a-8985-a65c52bad8f3"], -Cell[CellGroupData[{ -Cell[59327, 1645, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0a92138-04f2-4927-85c3-a956165d4deb", +Cell[59350, 1647, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0a92138-04f2-4927-85c3-a956165d4deb", CellID->2135167160], -Cell[59468, 1648, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5be5a9d-946d-43b4-adf5-507a4ba22750", +Cell[59491, 1650, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5be5a9d-946d-43b4-adf5-507a4ba22750", CellID->1194386356], -Cell[59690, 1654, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4f2ef769-acb6-476d-9619-97e17f2601b9", +Cell[59713, 1656, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4f2ef769-acb6-476d-9619-97e17f2601b9", CellID->1641706272], -Cell[59905, 1659, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5b24185-96ba-4074-98a7-c83309195d78", +Cell[59928, 1661, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e5b24185-96ba-4074-98a7-c83309195d78", CellID->399251956], -Cell[60134, 1665, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a726ff5-f276-4deb-8aa3-a96f035b286b", +Cell[60157, 1667, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a726ff5-f276-4deb-8aa3-a96f035b286b", CellID->821434655] }, Open ]], -Cell[60371, 1671, 78, 0, 70, "FooterCell",ExpressionUUID->"13ff52ab-343e-4438-b23b-64a5a7835cdb"] +Cell[60394, 1673, 78, 0, 70, "FooterCell",ExpressionUUID->"31b48297-158a-48b2-8d1f-2c2452423b67"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KConvexity.nb b/Documentation/English/ReferencePages/Symbols/KConvexity.nb index 6830f5d..a91c700 100644 --- a/Documentation/English/ReferencePages/Symbols/KConvexity.nb +++ b/Documentation/English/ReferencePages/Symbols/KConvexity.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44045, 1149] -NotebookOptionsPosition[ 36064, 990] -NotebookOutlinePosition[ 38110, 1043] -CellTagsIndexPosition[ 38024, 1038] +NotebookDataLength[ 44012, 1145] +NotebookOptionsPosition[ 36046, 988] +NotebookOutlinePosition[ 38109, 1041] +CellTagsIndexPosition[ 38023, 1036] WindowTitle->KConvexity WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a2a88ca7-a7c9-4c7b-87b5-fab1971e343c"], + "e701239e-21c9-4d8f-a62f-ca453dfc3df7"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b0067ab7-b702-459f-b729-84dae6b6d826"], + "da8af2f7-947c-4704-b83d-1bac5593d00c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "042f9dab-7e08-4e02-aed3-03ba22682d9c"] - }],ExpressionUUID->"0345d3bb-a9ec-4bf2-a7c4-9c05ecc17a58"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "257c2c8b-d2e5-4d45-b879-19d1966b5492"] + }],ExpressionUUID->"e5d313c8-2bf2-4a98-826d-0ae7938daaeb"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ae415003-3e22-445e-a28a-f49273d77ea0"], + "f2f1d730-52ce-4ae6-b185-665aef502e59"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fa5c12d1-d14b-4ba9-9470-780086e676e9"] - }],ExpressionUUID->"8e1b2f6b-5ea3-4cf5-9fb5-2cae51bf702b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b4cd93c4-8e7c-4d79-a589-6cf5136f64a5"] + }],ExpressionUUID->"096f8b6e-93e7-454f-a45a-f3f2d1b64024"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89996a0a-97a1-4d2d-b463-f1f78d46c4f3"], + "4b07a671-0f31-4cec-a671-73968906039d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8587f5f0-76b0-44af-af2e-a52e9b994da1"] - }],ExpressionUUID->"2a3efb31-c721-4bd6-aa87-5d56c4d73f75"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "16f008be-4f07-451d-aae1-565dd938b2ba"] + }],ExpressionUUID->"aef60a51-75d3-410e-bdd0-7833bc68cf09"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "88488b3d-90dc-4ef3-b0f5-2e889ee8e862"], + "a6d2201c-eead-40e7-8f7c-f8dcb3b0aca4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d4eb00c1-38c8-4b00-9512-763d547cfbbf"] - }],ExpressionUUID->"2204b79b-5f5b-4b1d-9f13-c843a96c1eb3"], - StripOnInput->False], {"\<\"TUG/ref/KConvexity\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KConvexity"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/KConvexity.\ + "b82bb2ef-e65c-4a02-9595-ddc34558eec2"] + }],ExpressionUUID->"af9b22da-4219-4a04-b35c-2ff45a7dade5"], + StripOnInput->False],{ + "\"TUG/ref/KConvexity\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KConvexity"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/KConvexity.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$100634], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KConvexity" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$109012], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KConvexity" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6aea8b6c-b877-4c22-89fc-bc9ba4aed536"] + "4c966eb5-b5a0-4cf4-8a21-89a34cae916b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "86c4f321-8f61-45d9-8703-af0970f99d48"]} + "c6633798-1dc5-4b97-841c-e87084302b31"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"96781fcc-cd23-49e5-8d02-0ee001f39cc7"], + CellID->1,ExpressionUUID->"3ea02969-65d1-41cf-866d-bf29f6100ed6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"915ce896-4178-45ac-8c23-d1f5608c8f37"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"82476916-fd0c-4200-a8a9-0d296d971530"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KConvexity", "ObjectName",ExpressionUUID-> - "98da93e6-997c-4653-a2d5-23075536406e"], + "f9ca077f-a565-4857-a27c-5215c0381130"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a24405a3-1928-478c-9070-9b4180289065"], + "Spacer1"]],ExpressionUUID->"0e9a3955-5be0-489c-857e-0b1a91cda375"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "18ddbfb7-15d3-4919-8ed8-570d20e8160d"] - }],ExpressionUUID->"908b72e7-d97d-4c98-8f52-a188777b4ccd"], Cell[BoxData[ + "c6ac0a5c-64d1-431a-9313-9faf3797f443"] + }],ExpressionUUID->"2ac48261-0e19-4d32-96e2-491256e2bd24"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9c389225-6578-4bbc-b571-d5bce901ed20"]} + "f5f2cff0-c743-4d15-808e-ba0c0773757b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a1e11193-ec94-4852-9943-661eb7084994"], + CacheGraphics->False,ExpressionUUID->"3236bf87-010c-4b9e-9f80-f1609630d01a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "44a8fbf8-025f-4ceb-a97c-24926ce92a4c"], " \[LineSeparator]determines whether the TU-game is k-convex." - }],ExpressionUUID->"7e2926eb-38e5-4fd0-9219-e825c1d2878d"]} + }],ExpressionUUID->"3e8acdc6-5c23-4a9f-be03-355283585175"]} }]], "Usage", CellID->2003070726,ExpressionUUID->"c18a28bf-e24c-43b6-938e-f33a1813eeba"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cd8eff17-83c9-4825-be3b-afeb16a35674"], + ExpressionUUID->"8fbaf56c-cf01-4e12-b483-7e1791054da9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1f715711-1d69-4f8c-9058-fa73637a9393"], + "Spacer1"]],ExpressionUUID->"b7bac24c-6c8d-4bde-b058-2ae6b6016012"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"96e381a6-3f04-4fc6-b060-ef451ce5365b"], + }], "NotesFrameText",ExpressionUUID->"6cb50a50-db68-49f3-8839-d0c57ae30bf2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f5fc59d2-10a5-49c8-b04d-3287770b5746"]], \ + "Preemptive"]],ExpressionUUID->"cc8db3a3-fdde-4d13-a374-54fe0df8077d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->258272236,ExpressionUUID->"3ea6de28-1411-4c9b-8b2f-8b16fed63a57"], + CellID->1982767870,ExpressionUUID->"cdb9770c-ab54-4cc7-8c11-64673013b3d9"], Cell[TextData[{ "The input expression ", @@ -387,19 +388,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"18b5a152-17b3-4757-a82a-15ce811e8cb4"], + ExpressionUUID->"781a6318-5d43-41ff-bff2-9377e883a744"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1e9464f0-7f08-4b60-8121-1289a4f65e56"], + "Spacer1"]],ExpressionUUID->"b0d2573f-998c-4be7-98c6-13c22bef682a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7ec6d887-29b2-4076-bfc4-86466f14ef70"] + "2054857d-ac86-4d62-8ad9-0462c921e2f8"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1505874110,ExpressionUUID->"e246ceaa-570c-4234-a70c-67e4b9e7ccd0"], + CellID->307646768,ExpressionUUID->"7572fb94-d497-4e09-ab9a-fa357b973c3c"], Cell[CellGroupData[{ @@ -428,18 +429,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4682b719-1802-4ca2-b069-81c53fbc6621"], + ExpressionUUID->"618fd54a-aebc-4abc-af03-4b4027b209ad"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"feec85a8-8bed-47d2-8008-37d3f315dd50"], + "Spacer1"]],ExpressionUUID->"c1e01b59-4c51-4b7f-bdf0-17c29a35692b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5989471d-3179-490d-8ada-6326e653676d"] + "fb3e8087-730c-4275-b272-86c178ba5111"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->603828340,ExpressionUUID->"5c3be0a4-c202-44e3-b33a-8890c7d9212f"], + CellID->1703965351,ExpressionUUID->"fb4c8ada-5024-4c45-a62e-823064177815"], Cell[CellGroupData[{ @@ -609,8 +610,6 @@ indicating that the game is neither 1- nor 2-,3- nor 4-convex.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -772,15 +771,15 @@ Cell[BoxData[GridBox[{ "ad79d61b-c2f6-4b3e-bbc1-ed8f091f9a3e"] }], "SeeAlso",ExpressionUUID->"88ae6760-9353-4b4a-84ae-9826b05963ab"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ed709898-6594-4e86-a35f-\ -1758c222f75e"], + }]], "SeeAlsoSection",ExpressionUUID->"83e28f35-cc3b-4f72-9d53-\ +b5faf75e3d3f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -792,9 +791,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"731e5cfa-88a6-4dff-ae28-587f63672501"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c231bff1-602c-413e-b79f-\ -b6fafe41cd1b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"52d44574-d8ef-42ee-9c77-\ +b94dd9d9a09c"], Cell[BoxData[GridBox[{ { @@ -811,7 +809,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "009af77f-4e44-4da6-81b7-d7c4be0965c8"]}]}, + "fbc90183-9d1b-4468-bc34-8803f08bd47b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -819,10 +817,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ab626535-56d2-4323-b37f-9a2ea6725182"]}]} + "c7257d63-0552-41ec-93a6-792cab5703b5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2fdd8469-768f-4826-8324-\ -2904e111fc15"], + }]], "MoreAboutSection",ExpressionUUID->"824d1510-99fa-4b7d-99b6-\ +f6209e83e81c"], Cell[BoxData[GridBox[{ { @@ -849,7 +847,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "406747fa-9438-4fb5-9b9d-1719f12de4de"]], "RelatedLinks", + "dfca85df-bb0a-4e4b-ae8b-32c4f57d20d2"]], "RelatedLinks", ExpressionUUID->"727d605d-2a6d-4c82-86e0-ef58898b7cb3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0d763014-0062-4774-bd38-76d9fbc6b553"]], "RelatedLinks", + "b03bac2b-9e0a-4ffa-8659-3374079e09a2"]], "RelatedLinks", ExpressionUUID->"f975d643-3068-49b8-8ed6-d5e96028fc9c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -884,7 +882,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8243c665-c6e1-4d13-987c-eec72f763527"]], "RelatedLinks", + "1a027eb5-eca0-4f43-8606-98e909f8dd62"]], "RelatedLinks", ExpressionUUID->"106ddbb0-9762-4683-9b35-8bf69fe0b2ba"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -901,7 +899,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a74b948f-7b60-4547-8d7e-67ba72bc8d36"]], "RelatedLinks", + "87082052-58a3-4b55-bf1a-472f2587f767"]], "RelatedLinks", ExpressionUUID->"073bd201-4d52-429e-8d17-98cd4625d5e7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -918,7 +916,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8194dd8c-7955-4dc6-9c3a-792c0b2931c9"]], "RelatedLinks", + "4da78822-53ab-40a1-8c9e-84fc4ceb2f82"]], "RelatedLinks", ExpressionUUID->"71b03e3e-277a-4cc8-a754-2fe6a028501b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -935,7 +933,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5e81ffb7-a9a7-4c35-9a0c-31b53ebe587a"]], "RelatedLinks", + "6507da83-29a2-47a7-9824-6d8b54befec3"]], "RelatedLinks", ExpressionUUID->"7ec8b83a-8b62-48c2-8d27-93576774a196"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -952,11 +950,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b7f53859-25a2-41d8-aeb9-d0f852defce6"]], "RelatedLinks", + "a48ac5b0-e51d-490d-81de-988660329dfe"]], "RelatedLinks", ExpressionUUID->"3b8d222e-43eb-4396-ab5a-e59e6f2382ea"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6c0ff539-1e78-4264-9cd8-\ -e4815819b83c"], + }]], "RelatedLinksSection",ExpressionUUID->"ce530a84-2084-4a82-93c8-\ +1c4b1926c5e2"], Cell[CellGroupData[{ @@ -986,11 +984,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6ffcc45c-2e74-40ad-9157-ea860d6b371a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4b1760d3-f583-4947-abbf-453bf199c864"] +Cell[" ", "FooterCell",ExpressionUUID->"935e7ca3-3269-4846-a8b9-aacf3cf2922e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KConvexity", TaggingRules->{ @@ -1001,17 +999,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 50, 59.986995}", + "built" -> "{2024, 6, 3, 16, 53, 22.032252}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "kConvexity[game] determines whether the TU-game is k-convex.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KConvexity", - "titlemodifier" -> "", "windowtitle" -> "KConvexity", "type" -> "Symbol", - "uri" -> "TUG/ref/KConvexity"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "KConvexity", "type" -> "Symbol", "uri" -> "TUG/ref/KConvexity"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1020,9 +1018,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7182f986-df5f-48db-a5e8-475575c758a2" +ExpressionUUID->"2dbae879-cd23-4610-b0c0-8b7d69dc0d85" ] (* End of Notebook Content *) @@ -1030,127 +1028,125 @@ ExpressionUUID->"7182f986-df5f-48db-a5e8-475575c758a2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13850, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e246ceaa-570c-4234-a70c-67e4b9e7ccd0", + Cell[13866, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7572fb94-d497-4e09-ab9a-fa357b973c3c", CellTags->"PrimaryExamplesSection", - CellID->1505874110]} + CellID->307646768]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37823, 1031} + {"PrimaryExamplesSection", 37823, 1029} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7101, 170, 56, "AnchorBarGrid",ExpressionUUID->"96781fcc-cd23-49e5-8d02-0ee001f39cc7", +Cell[582, 21, 7116, 171, 57, "AnchorBarGrid",ExpressionUUID->"3ea02969-65d1-41cf-866d-bf29f6100ed6", CellID->1], -Cell[7686, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"915ce896-4178-45ac-8c23-d1f5608c8f37"], +Cell[7701, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"82476916-fd0c-4200-a8a9-0d296d971530"], Cell[CellGroupData[{ -Cell[7797, 197, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"a1e11193-ec94-4852-9943-661eb7084994"], -Cell[9084, 234, 455, 9, 111, "Usage",ExpressionUUID->"c18a28bf-e24c-43b6-938e-f33a1813eeba", +Cell[7812, 198, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"3236bf87-010c-4b9e-9f80-f1609630d01a"], +Cell[9099, 235, 455, 9, 111, "Usage",ExpressionUUID->"c18a28bf-e24c-43b6-938e-f33a1813eeba", CellID->2003070726] }, Open ]], Cell[CellGroupData[{ -Cell[9576, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"3ea6de28-1411-4c9b-8b2f-8b16fed63a57", +Cell[9591, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"cdb9770c-ab54-4cc7-8c11-64673013b3d9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->258272236], -Cell[11473, 297, 663, 17, 49, "Notes",ExpressionUUID->"adc749f9-ea47-4338-9e25-885c9ede0466", + CellID->1982767870], +Cell[11489, 298, 663, 17, 48, "Notes",ExpressionUUID->"adc749f9-ea47-4338-9e25-885c9ede0466", CellID->26053], -Cell[12139, 316, 489, 12, 37, "Notes",ExpressionUUID->"fe4e87b0-34e5-460f-95f1-4732131de12b", +Cell[12155, 317, 489, 12, 38, "Notes",ExpressionUUID->"fe4e87b0-34e5-460f-95f1-4732131de12b", CellID->177724765], -Cell[12631, 330, 746, 18, 57, "Notes",ExpressionUUID->"0304a5a7-4113-4b62-9fe2-8c4bffe1683e", +Cell[12647, 331, 746, 18, 57, "Notes",ExpressionUUID->"0304a5a7-4113-4b62-9fe2-8c4bffe1683e", CellID->1593942277], -Cell[13380, 350, 164, 3, 36, "Notes",ExpressionUUID->"a54d0536-2cad-4a94-bf4c-db6e60b21e80", +Cell[13396, 351, 164, 3, 36, "Notes",ExpressionUUID->"a54d0536-2cad-4a94-bf4c-db6e60b21e80", CellID->909519866], -Cell[13547, 355, 176, 3, 36, "Notes",ExpressionUUID->"e32724d6-9488-47f0-8365-a645186f350e", +Cell[13563, 356, 176, 3, 36, "Notes",ExpressionUUID->"e32724d6-9488-47f0-8365-a645186f350e", CellID->1929317419] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13850, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e246ceaa-570c-4234-a70c-67e4b9e7ccd0", +Cell[13866, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7572fb94-d497-4e09-ab9a-fa357b973c3c", CellTags->"PrimaryExamplesSection", - CellID->1505874110], + CellID->307646768], Cell[CellGroupData[{ -Cell[15296, 405, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5c3be0a4-c202-44e3-b33a-8890c7d9212f", - CellID->603828340], +Cell[15311, 406, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fb4c8ada-5024-4c45-a62e-823064177815", + CellID->1703965351], Cell[CellGroupData[{ -Cell[16719, 445, 168, 3, 27, "Input",ExpressionUUID->"53e24e08-4dbf-47e1-89b3-c0bcbf739b38", +Cell[16735, 446, 168, 3, 27, "Input",ExpressionUUID->"53e24e08-4dbf-47e1-89b3-c0bcbf739b38", CellID->1345062374], Cell[CellGroupData[{ -Cell[16912, 452, 236, 4, 23, "Print",ExpressionUUID->"3f7ca3d4-5c89-495d-bc4d-73bc72228166", +Cell[16928, 453, 236, 4, 23, "Print",ExpressionUUID->"3f7ca3d4-5c89-495d-bc4d-73bc72228166", CellID->1340518551], -Cell[17151, 458, 364, 8, 23, "Print",ExpressionUUID->"474a4a0e-20e0-41ac-9754-43c4befd264d", +Cell[17167, 459, 364, 8, 23, "Print",ExpressionUUID->"474a4a0e-20e0-41ac-9754-43c4befd264d", CellID->521544329], -Cell[17518, 468, 235, 4, 23, "Print",ExpressionUUID->"2cf002e7-d6a8-49d7-882c-279bd9d779f5", +Cell[17534, 469, 235, 4, 23, "Print",ExpressionUUID->"2cf002e7-d6a8-49d7-882c-279bd9d779f5", CellID->935363217], -Cell[17756, 474, 218, 3, 23, "Print",ExpressionUUID->"b6001660-9384-460a-a94c-8fda9a78ba48", +Cell[17772, 475, 218, 3, 23, "Print",ExpressionUUID->"b6001660-9384-460a-a94c-8fda9a78ba48", CellID->72231986], -Cell[17977, 479, 206, 3, 23, "Print",ExpressionUUID->"61ab45e9-e4b7-4862-ad5e-743482da1ec9", +Cell[17993, 480, 206, 3, 23, "Print",ExpressionUUID->"61ab45e9-e4b7-4862-ad5e-743482da1ec9", CellID->137816932], -Cell[18186, 484, 236, 4, 23, "Print",ExpressionUUID->"9b34b175-b949-414b-afa2-dd45bee8bb58", +Cell[18202, 485, 236, 4, 23, "Print",ExpressionUUID->"9b34b175-b949-414b-afa2-dd45bee8bb58", CellID->751294239], -Cell[18425, 490, 219, 3, 23, "Print",ExpressionUUID->"a4c2f7d9-bf52-406e-abf9-762c641f217c", +Cell[18441, 491, 219, 3, 23, "Print",ExpressionUUID->"a4c2f7d9-bf52-406e-abf9-762c641f217c", CellID->245634996], -Cell[18647, 495, 236, 4, 23, "Print",ExpressionUUID->"0dd4b2fe-277e-440f-abf0-32565fdb5d58", +Cell[18663, 496, 236, 4, 23, "Print",ExpressionUUID->"0dd4b2fe-277e-440f-abf0-32565fdb5d58", CellID->1602596943], -Cell[18886, 501, 236, 4, 23, "Print",ExpressionUUID->"33e70fd9-33ce-44d9-9eb2-b2d85efda07f", +Cell[18902, 502, 236, 4, 23, "Print",ExpressionUUID->"33e70fd9-33ce-44d9-9eb2-b2d85efda07f", CellID->1372909526], -Cell[19125, 507, 207, 3, 23, "Print",ExpressionUUID->"a30afcd6-40e3-4cd3-8897-277d358ba4bd", +Cell[19141, 508, 207, 3, 23, "Print",ExpressionUUID->"a30afcd6-40e3-4cd3-8897-277d358ba4bd", CellID->1098806755], -Cell[19335, 512, 235, 4, 23, "Print",ExpressionUUID->"3a452965-8655-4640-b2b8-728a8073966e", +Cell[19351, 513, 235, 4, 23, "Print",ExpressionUUID->"3a452965-8655-4640-b2b8-728a8073966e", CellID->245404293] }, Open ]] }, Open ]], -Cell[19597, 520, 136, 1, 70, "ExampleText",ExpressionUUID->"1efd3086-a6b3-439c-82dd-7c86ea7f7ffe", +Cell[19613, 521, 136, 1, 70, "ExampleText",ExpressionUUID->"1efd3086-a6b3-439c-82dd-7c86ea7f7ffe", CellID->188662734], -Cell[19736, 523, 234, 6, 70, "Input",ExpressionUUID->"5c0a7ddc-7d86-4f3a-891c-767ee68ccf03", +Cell[19752, 524, 234, 6, 70, "Input",ExpressionUUID->"5c0a7ddc-7d86-4f3a-891c-767ee68ccf03", CellID->247128396], Cell[CellGroupData[{ -Cell[19995, 533, 360, 8, 70, "Input",ExpressionUUID->"df22ab22-853b-4a84-b01f-279154f62511", +Cell[20011, 534, 360, 8, 70, "Input",ExpressionUUID->"df22ab22-853b-4a84-b01f-279154f62511", CellID->1352055220], -Cell[20358, 543, 362, 8, 36, "Output",ExpressionUUID->"ab548023-b024-4c49-aaf5-21728751362e", +Cell[20374, 544, 362, 8, 36, "Output",ExpressionUUID->"ab548023-b024-4c49-aaf5-21728751362e", CellID->1268869401] }, Open ]], -Cell[20735, 554, 237, 6, 70, "Input",ExpressionUUID->"569d0261-b0d2-4a3f-9257-941d99c4aac3", +Cell[20751, 555, 237, 6, 70, "Input",ExpressionUUID->"569d0261-b0d2-4a3f-9257-941d99c4aac3", CellID->184755325], -Cell[20975, 562, 191, 4, 70, "ExampleText",ExpressionUUID->"7276ce3e-a5f0-415d-92d6-ec6bdd647a5e", +Cell[20991, 563, 191, 4, 70, "ExampleText",ExpressionUUID->"7276ce3e-a5f0-415d-92d6-ec6bdd647a5e", CellID->2139812150], Cell[CellGroupData[{ -Cell[21191, 570, 168, 3, 70, "Input",ExpressionUUID->"3f5d1ea1-ec3a-4df0-8e65-2498891959df", +Cell[21207, 571, 168, 3, 70, "Input",ExpressionUUID->"3f5d1ea1-ec3a-4df0-8e65-2498891959df", CellID->1205489532], -Cell[21362, 575, 173, 4, 36, "Output",ExpressionUUID->"2b123a18-a308-43e0-b58e-bdf602f2b486", +Cell[21378, 576, 173, 4, 36, "Output",ExpressionUUID->"2b123a18-a308-43e0-b58e-bdf602f2b486", CellID->1207220430] }, Open ]], -Cell[21550, 582, 132, 1, 70, "ExampleText",ExpressionUUID->"86b77edd-77a2-48c8-8f92-011feb294a0c", +Cell[21566, 583, 132, 1, 70, "ExampleText",ExpressionUUID->"86b77edd-77a2-48c8-8f92-011feb294a0c", CellID->1866379764], Cell[CellGroupData[{ -Cell[21707, 587, 168, 3, 70, "Input",ExpressionUUID->"c8d59605-a87d-4cd7-91ff-8aaccb6a9459", +Cell[21723, 588, 168, 3, 70, "Input",ExpressionUUID->"c8d59605-a87d-4cd7-91ff-8aaccb6a9459", CellID->1580361551], -Cell[21878, 592, 221, 5, 36, "Output",ExpressionUUID->"427582fa-c4b0-4980-83dd-2f8dd712a0aa", +Cell[21894, 593, 221, 5, 36, "Output",ExpressionUUID->"427582fa-c4b0-4980-83dd-2f8dd712a0aa", CellID->1311553785] }, Open ]], -Cell[22114, 600, 169, 3, 70, "ExampleText",ExpressionUUID->"78bec581-b523-44cc-b2dd-34cb3e132dd6", +Cell[22130, 601, 169, 3, 70, "ExampleText",ExpressionUUID->"78bec581-b523-44cc-b2dd-34cb3e132dd6", CellID->1408946056] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22529, 612, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"83e28f35-cc3b-4f72-9d53-b5faf75e3d3f"], +Cell[28426, 776, 670, 18, 70, "TechNotesSection",ExpressionUUID->"52d44574-d8ef-42ee-9c77-b94dd9d9a09c"], +Cell[29099, 796, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"824d1510-99fa-4b7d-99b6-f6209e83e81c"], +Cell[30135, 824, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"ce530a84-2084-4a82-93c8-1c4b1926c5e2"], Cell[CellGroupData[{ -Cell[22535, 613, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"ed709898-6594-4e86-a35f-1758c222f75e"], -Cell[28432, 777, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c231bff1-602c-413e-b79f-b6fafe41cd1b"] -}, Open ]], -Cell[29117, 798, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2fdd8469-768f-4826-8324-2904e111fc15"], -Cell[30153, 826, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"6c0ff539-1e78-4264-9cd8-e4815819b83c"], -Cell[CellGroupData[{ -Cell[34939, 962, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"93cda03c-106b-47bc-8511-84f9a947ed74", +Cell[34921, 960, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"93cda03c-106b-47bc-8511-84f9a947ed74", CellID->778415021], -Cell[35079, 965, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c99e45e0-9524-41c9-9c06-5376c5b4a7f7", +Cell[35061, 963, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c99e45e0-9524-41c9-9c06-5376c5b4a7f7", CellID->1194386356], -Cell[35301, 971, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"38220c68-93ed-4962-870f-3a8579820279", +Cell[35283, 969, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"38220c68-93ed-4962-870f-3a8579820279", CellID->1641706272], -Cell[35516, 976, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a887d8ce-de1b-4871-bc5b-ccc7f0b42a12", +Cell[35498, 974, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a887d8ce-de1b-4871-bc5b-ccc7f0b42a12", CellID->399251956], -Cell[35745, 982, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ffcc45c-2e74-40ad-9157-ea860d6b371a", +Cell[35727, 980, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ffcc45c-2e74-40ad-9157-ea860d6b371a", CellID->821434655] }, Open ]], -Cell[35982, 988, 78, 0, 70, "FooterCell",ExpressionUUID->"4b1760d3-f583-4947-abbf-453bf199c864"] +Cell[35964, 986, 78, 0, 70, "FooterCell",ExpressionUUID->"935e7ca3-3269-4846-a8b9-aacf3cf2922e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KCover.nb b/Documentation/English/ReferencePages/Symbols/KCover.nb index e225e6d..b39c88b 100644 --- a/Documentation/English/ReferencePages/Symbols/KCover.nb +++ b/Documentation/English/ReferencePages/Symbols/KCover.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47839, 1245] -NotebookOptionsPosition[ 38645, 1063] -NotebookOutlinePosition[ 40659, 1115] -CellTagsIndexPosition[ 40573, 1110] +NotebookDataLength[ 47781, 1241] +NotebookOptionsPosition[ 38596, 1060] +NotebookOutlinePosition[ 40635, 1113] +CellTagsIndexPosition[ 40549, 1108] WindowTitle->KCover WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "88488e4e-7029-45bf-b79f-32c9ab94df1a"], + "f5c0b35b-252a-4b9d-b684-7aa5212dd2c4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "73235f21-4287-4da5-b1f1-870162954047"], + "c5db13d6-c9b5-4698-a31e-8be593e56d6a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4c332275-e70f-4316-88c8-51208f20457c"] - }],ExpressionUUID->"8ee3ad1a-18ab-4965-ae35-997d270a1a36"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "805e90c0-c955-488e-9fa3-b27a735dd076"] + }],ExpressionUUID->"92dbf32e-bc8e-4d7e-b80b-e78e1146de01"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a094f297-ac59-4696-a519-4873aaa269a2"], + "96f060a8-0127-44ec-8e5f-cce4aafae58a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "91e5cd95-98bb-4ba0-b730-8a19196699e3"] - }],ExpressionUUID->"3527cba0-c139-4dc2-83c7-7b4be37bf4c4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2c8baee8-4e9b-4e68-b3b4-f7061bfafdd6"] + }],ExpressionUUID->"e0e0ecf3-9b35-466e-911f-4a19f64fa5bd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "038572a5-198e-4162-923a-4d17a4f3ccf8"], + "4f02a2c8-724b-4e2d-a4f1-c79be3ab1b70"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8deeab8e-130a-436a-bea7-62fd27bf1519"] - }],ExpressionUUID->"5695755d-7e86-446a-9af1-4403208d0ee5"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "109e628c-a498-4d02-86db-8bfc4bba68ef"] + }],ExpressionUUID->"faea1c9e-bb5d-4c0f-942e-f31b0e0be6eb"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e6705ef1-f158-43e9-89af-9122918d5a5e"], + "340ef7ec-d852-4244-a874-3d3c643c1b7e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "021f9252-33bd-4380-bb58-cc4cc8595bb6"] - }],ExpressionUUID->"b91620bc-da2c-427e-84c1-a2e6d601774c"], - StripOnInput->False], {"\<\"TUG/ref/KCover\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KCover"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/KCover.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$101218], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/KCover" <> - ".html"], None}]}]}, + "738aebb3-1181-467d-8124-2e13ec85593b"] + }],ExpressionUUID->"e931a9d6-bec4-4b81-a50d-188c00d5321d"], + StripOnInput->False],{ + "\"TUG/ref/KCover\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/KCover"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/KCover.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$109630], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KCover" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "82658983-1466-48a8-b55e-34e0cd04bc1f"] + "0015e14f-aedd-44ef-9357-9b55c17ab341"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7d85dd0b-f7bb-4622-892a-5ec77e856fd6"]} + "6ca606b2-d79b-44df-837b-b6bc383f774a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"38c8c8d9-7524-4fe0-9763-70624a168a94"], + CellID->1,ExpressionUUID->"e1c23735-0c26-49ad-8f2c-0ba660993fcb"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a9bd0b08-e34b-4c23-ab65-378a0c50c57e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"85902638-a20d-4959-bc0e-056b3579233e"], Cell[CellGroupData[{ @@ -199,14 +199,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KCover", "ObjectName",ExpressionUUID-> - "36da7fe2-512b-4b07-b22a-12785907ba41"], + "de950a43-6c30-4706-8149-5a9d63a18516"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"71496964-c047-438b-8516-4c729c0a9081"], + "Spacer1"]],ExpressionUUID->"b7d986f3-4aa8-4fd4-a74c-df766ba382be"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a117c9ff-0807-4126-b010-5181cd6875cf"] - }],ExpressionUUID->"70c2af50-16bf-470c-8d04-6c7304fa82f2"], Cell[BoxData[ + "b028c421-3f49-44cd-9cfb-5749e350b5a4"] + }],ExpressionUUID->"29492ecb-6d77-4852-baa9-f9e85a8fe694"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +228,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "af9fd7bf-a594-47cf-966f-5cf1b6af1db6"]} + "bee0d71a-25a6-4780-adb9-3c64fe1133d6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"46b7a899-08fc-4c88-993b-0dc8faff9d26"], + CacheGraphics->False,ExpressionUUID->"fa551581-e65d-40f9-a650-b9696d83e9e6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "4ba6539e-7eda-4872-b470-b2f0ca70f174"], " \[LineSeparator]determines the k-cover of the game." - }],ExpressionUUID->"0d70b744-1294-416c-a349-86c08dc776b0"]} + }],ExpressionUUID->"482d0bac-25a6-44cc-850d-55bf1e207fc6"]} }]], "Usage", CellID->382486627,ExpressionUUID->"3acce56b-52bc-4780-9295-804896883de7"] }, Open ]], @@ -273,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b41b2b44-7b47-46af-a11c-c47802d9c2ce"], + ExpressionUUID->"9748fe9e-1b58-4800-a0af-9db75b93c70f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8324f23e-2355-43fa-bde7-0eef6dcf3f4b"], + "Spacer1"]],ExpressionUUID->"2de81a24-79d7-46fb-8661-9baec64f8481"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"323d12a6-7f8c-4e0f-8b09-880ce8ef2151"], + }], "NotesFrameText",ExpressionUUID->"09e24245-864d-4424-b553-15001130f22b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"64cc7e86-dddc-409b-8f30-f4d768322278"]], \ + "Preemptive"]],ExpressionUUID->"4cd53cb4-6ee3-4fb1-a83c-465cca7f0765"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1727210850,ExpressionUUID->"7a30f41c-e054-4008-b5cc-8cdb206906d8"], + CellID->183493472,ExpressionUUID->"538ba762-d2aa-4278-afe7-9c4da0c221ea"], Cell[TextData[{ "The input expression ", @@ -391,19 +391,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"34330e76-e201-42a3-a4da-6ef358ea17c7"], + ExpressionUUID->"de595778-8eec-4d67-a8af-f992faec8fdd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d5881559-38f1-44de-99cc-6535479d1d5a"], + "Spacer1"]],ExpressionUUID->"dce448bf-1692-4b83-924b-85346ccd086a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1c783256-c9a6-4252-b7ea-a91fde97be10"] + "fec9fdf7-1415-45bd-bfe3-b53e92aa7f2d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->681363049,ExpressionUUID->"23ada667-38fd-4537-9f60-b77c135b7f7a"], + CellID->1653995805,ExpressionUUID->"244e8e42-4847-431a-9b4e-9ad437e2fa60"], Cell[CellGroupData[{ @@ -432,18 +432,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"70b9ae8a-4de7-4ee3-b510-a0c6b9debbac"], + ExpressionUUID->"6ec5d6d4-cfb0-4ad5-be2e-9261df4b3211"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"68c8130f-8a52-401a-af71-04f7f67e8afb"], + "Spacer1"]],ExpressionUUID->"9d7b13c3-8659-4109-914d-a1032bb2efa0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "52655313-7c3c-436f-98c9-096e5a190462"] + "bc91dc50-443a-4d73-96ba-b5316f548178"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1222742533,ExpressionUUID->"dd5600c2-f593-40de-9439-38392d731d1a"], + CellID->488986425,ExpressionUUID->"21de3258-fb4c-43e9-aa68-347fd4f7ff3e"], Cell["Loading the package:", "ExampleText", CellID->97160172,ExpressionUUID->"6413cca5-9b6a-4e26-92d6-f96ee8577795"], @@ -682,8 +682,6 @@ convexity of v2 are not fulfilled, the game is not 2-convex.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -845,15 +843,15 @@ Cell[BoxData[GridBox[{ "0b6311e9-17bf-4ecd-b8d3-174ab00671a8"] }], "SeeAlso",ExpressionUUID->"2c84eaed-e54f-416b-9570-b949eb9159d7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9ad0a413-6f8e-4d19-a5d1-\ -89cf12c11b28"], + }]], "SeeAlsoSection",ExpressionUUID->"f50664b8-df1a-431b-8cc9-\ +07b2783ed68f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -865,9 +863,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"103c5d78-b841-4652-93d7-12fbd4c3dc0e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8989cdcc-27e2-425f-bb9b-\ -8efb04d96eba"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fa0eb2a9-043b-4fcf-9196-\ +36dfa1317673"], Cell[BoxData[GridBox[{ { @@ -884,7 +881,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e1180bcd-ddd0-41f8-b51a-8abf4f1fcc81"]}]}, + "0088e4c2-04dd-416d-8a88-76618074c1c5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -892,10 +889,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "40cd59fa-160d-41c6-bbfe-253402678964"]}]} + "287acca8-3e14-4fbb-942d-67b5cbfdf0a7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"90d623b5-3eee-4b06-9d17-\ -537e90a6fd18"], + }]], "MoreAboutSection",ExpressionUUID->"f90dc275-f2a1-4b78-bf63-\ +5acbe3a59661"], Cell[BoxData[GridBox[{ { @@ -922,7 +919,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Gap"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3d4ef5ed-57e9-4795-975f-f55dcbc2939b"]], "RelatedLinks", + "0a2b939b-0e21-4693-a913-495fb849e790"]], "RelatedLinks", ExpressionUUID->"4f4cc5f0-1f9b-4ef0-9e5c-0aa788e1ecff"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -939,7 +936,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "554b81f8-85e1-4ed6-af19-b8def258f79a"]], "RelatedLinks", + "45e8c23f-e190-4c86-92ab-173f49f1b027"]], "RelatedLinks", ExpressionUUID->"4d167ea5-c4ed-4045-a25c-935070c910fb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -957,7 +954,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "77677221-6084-4064-baa0-1d9f8081aab8"]], "RelatedLinks", + "1cfec21b-2713-47d9-b1b5-512bf011fd6c"]], "RelatedLinks", ExpressionUUID->"ee5f71e9-f00b-42ec-9dae-f075bfa3db61"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -974,7 +971,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cf0b7b3e-37e9-4084-a77b-49922d55a7a7"]], "RelatedLinks", + "a6f6f12c-46a3-4e12-8876-70099e8fe15a"]], "RelatedLinks", ExpressionUUID->"8779baae-a4ed-4a51-b3ec-670155c13eb1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -991,7 +988,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eef3d200-c6d2-4f57-a379-69f0ff20b435"]], "RelatedLinks", + "9994ab3b-f3e8-4f09-8930-cd0b948ad36e"]], "RelatedLinks", ExpressionUUID->"2f7387e2-e509-4181-a95d-7cfc7830040b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1008,7 +1005,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0b5e3803-be34-41b5-abcd-61f1928d7807"]], "RelatedLinks", + "e359bc69-c658-4e29-974b-dcaf894a9c46"]], "RelatedLinks", ExpressionUUID->"c89c53f3-a962-44b8-8953-a771fe7a988b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1025,11 +1022,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c7af167c-950c-4981-9cda-8ee8d0cd9d24"]], "RelatedLinks", + "2d099e2b-45b4-43b9-a8aa-367960c0e024"]], "RelatedLinks", ExpressionUUID->"468df061-9c1d-4bf1-add9-0b20fcc9ab07"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8eb6c0b9-8258-4b84-91da-\ -c3f9ea7b54cd"], + }]], "RelatedLinksSection",ExpressionUUID->"07b92b53-e18c-430e-ab95-\ +6ae3b7f435fa"], Cell[CellGroupData[{ @@ -1059,11 +1056,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a94f0195-3588-424a-bdf4-909e4a3a3f0c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1feeb6fe-c9de-4d65-a4b2-b76a3a448916"] +Cell[" ", "FooterCell",ExpressionUUID->"72d5a5f1-2cfa-47d9-9b97-7cf28bf4b5c7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KCover", TaggingRules->{ @@ -1074,16 +1071,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 1.473837}", + "built" -> "{2024, 6, 3, 16, 53, 22.767629}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "kCover[game, k] determines the k-cover of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KCover", "titlemodifier" -> "", - "windowtitle" -> "KCover", "type" -> "Symbol", "uri" -> "TUG/ref/KCover"}}, + "metadescription" -> "", "windowtitle" -> "KCover", "type" -> "Symbol", + "uri" -> "TUG/ref/KCover"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1092,9 +1090,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4e6e5d3f-ddf8-4b44-8eb2-1e5721f9443c" +ExpressionUUID->"126ffdd4-bffb-4e24-985b-8ba1efc55535" ] (* End of Notebook Content *) @@ -1102,151 +1100,149 @@ ExpressionUUID->"4e6e5d3f-ddf8-4b44-8eb2-1e5721f9443c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14064, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"23ada667-38fd-4537-9f60-b77c135b7f7a", + Cell[14049, 368, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"244e8e42-4847-431a-9b4e-9ad437e2fa60", CellTags->"PrimaryExamplesSection", - CellID->681363049]} + CellID->1653995805]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40373, 1103} + {"PrimaryExamplesSection", 40348, 1101} } *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 7100, 170, 56, "AnchorBarGrid",ExpressionUUID->"38c8c8d9-7524-4fe0-9763-70624a168a94", +Cell[578, 21, 7086, 170, 57, "AnchorBarGrid",ExpressionUUID->"e1c23735-0c26-49ad-8f2c-0ba660993fcb", CellID->1], -Cell[7681, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a9bd0b08-e34b-4c23-ab65-378a0c50c57e"], +Cell[7667, 193, 86, 0, 23, "ContextNameCell",ExpressionUUID->"85902638-a20d-4959-bc0e-056b3579233e"], Cell[CellGroupData[{ -Cell[7792, 197, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"46b7a899-08fc-4c88-993b-0dc8faff9d26"], -Cell[9075, 234, 470, 10, 111, "Usage",ExpressionUUID->"3acce56b-52bc-4780-9295-804896883de7", +Cell[7778, 197, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"fa551581-e65d-40f9-a650-b9696d83e9e6"], +Cell[9061, 234, 470, 10, 111, "Usage",ExpressionUUID->"3acce56b-52bc-4780-9295-804896883de7", CellID->382486627] }, Open ]], Cell[CellGroupData[{ -Cell[9582, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"7a30f41c-e054-4008-b5cc-8cdb206906d8", +Cell[9568, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"538ba762-d2aa-4278-afe7-9c4da0c221ea", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1727210850], -Cell[11480, 298, 944, 24, 57, "]]",ExpressionUUID->"e4a65e7f-f8f3-4541-ba15-4f24731c2260", + CellID->183493472], +Cell[11465, 298, 944, 24, 57, "]]",ExpressionUUID->"e4a65e7f-f8f3-4541-ba15-4f24731c2260", CellID->313448337], -Cell[12427, 324, 489, 12, 37, "Notes",ExpressionUUID->"7208d3c6-cc56-47fa-8777-5b17fba7a0ce", +Cell[12412, 324, 489, 12, 38, "Notes",ExpressionUUID->"7208d3c6-cc56-47fa-8777-5b17fba7a0ce", CellID->177724765], -Cell[12919, 338, 746, 18, 57, "Notes",ExpressionUUID->"9278d381-72e2-4eb8-a75b-c56bc28c6cfc", +Cell[12904, 338, 746, 18, 57, "Notes",ExpressionUUID->"9278d381-72e2-4eb8-a75b-c56bc28c6cfc", CellID->1593942277], -Cell[13668, 358, 137, 1, 36, "Notes",ExpressionUUID->"d403f547-6a57-4b9f-885e-9e82c9710b27", +Cell[13653, 358, 137, 1, 36, "Notes",ExpressionUUID->"d403f547-6a57-4b9f-885e-9e82c9710b27", CellID->500502198], -Cell[13808, 361, 129, 1, 36, "Notes",ExpressionUUID->"27ac8c41-f7b9-479d-b74c-006345b3bafa", +Cell[13793, 361, 129, 1, 36, "Notes",ExpressionUUID->"27ac8c41-f7b9-479d-b74c-006345b3bafa", CellID->156817074] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14064, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"23ada667-38fd-4537-9f60-b77c135b7f7a", +Cell[14049, 368, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"244e8e42-4847-431a-9b4e-9ad437e2fa60", CellTags->"PrimaryExamplesSection", - CellID->681363049], + CellID->1653995805], Cell[CellGroupData[{ -Cell[15509, 409, 1399, 36, 30, "ExampleSection",ExpressionUUID->"dd5600c2-f593-40de-9439-38392d731d1a", - CellID->1222742533], -Cell[16911, 447, 117, 1, 38, "ExampleText",ExpressionUUID->"6413cca5-9b6a-4e26-92d6-f96ee8577795", +Cell[15495, 409, 1398, 36, 30, "ExampleSection",ExpressionUUID->"21de3258-fb4c-43e9-aa68-347fd4f7ff3e", + CellID->488986425], +Cell[16896, 447, 117, 1, 39, "ExampleText",ExpressionUUID->"6413cca5-9b6a-4e26-92d6-f96ee8577795", CellID->97160172], Cell[CellGroupData[{ -Cell[17053, 452, 167, 3, 27, "Input",ExpressionUUID->"5d618141-8ef7-45d3-bc6d-56ef0975c21d", +Cell[17038, 452, 167, 3, 27, "Input",ExpressionUUID->"5d618141-8ef7-45d3-bc6d-56ef0975c21d", CellID->497314873], Cell[CellGroupData[{ -Cell[17245, 459, 236, 4, 23, "Print",ExpressionUUID->"6b631fdb-72ee-4757-a294-e9d2a85b40e9", +Cell[17230, 459, 236, 4, 23, "Print",ExpressionUUID->"6b631fdb-72ee-4757-a294-e9d2a85b40e9", CellID->389434596], -Cell[17484, 465, 366, 8, 23, "Print",ExpressionUUID->"7c9b2f4a-7f8a-4f87-b0cc-581394dc7984", +Cell[17469, 465, 366, 8, 23, "Print",ExpressionUUID->"7c9b2f4a-7f8a-4f87-b0cc-581394dc7984", CellID->1778231868], -Cell[17853, 475, 235, 4, 23, "Print",ExpressionUUID->"e2fc9747-5fcd-49ab-8b7b-69c87482d848", +Cell[17838, 475, 235, 4, 23, "Print",ExpressionUUID->"e2fc9747-5fcd-49ab-8b7b-69c87482d848", CellID->47783475], -Cell[18091, 481, 220, 3, 23, "Print",ExpressionUUID->"966a7fdf-0ed5-4ac3-a721-9c8b60c76812", +Cell[18076, 481, 220, 3, 23, "Print",ExpressionUUID->"966a7fdf-0ed5-4ac3-a721-9c8b60c76812", CellID->255102155], -Cell[18314, 486, 207, 3, 23, "Print",ExpressionUUID->"067f4caa-a13e-4064-b75e-2991ce78b437", +Cell[18299, 486, 207, 3, 23, "Print",ExpressionUUID->"067f4caa-a13e-4064-b75e-2991ce78b437", CellID->359480965], -Cell[18524, 491, 238, 4, 23, "Print",ExpressionUUID->"16c36848-cfda-4f77-86d3-6ad2429f5388", +Cell[18509, 491, 238, 4, 23, "Print",ExpressionUUID->"16c36848-cfda-4f77-86d3-6ad2429f5388", CellID->1006417825], -Cell[18765, 497, 221, 3, 23, "Print",ExpressionUUID->"8ab8ed03-7ba7-42a3-a21c-18f158f8c453", +Cell[18750, 497, 221, 3, 23, "Print",ExpressionUUID->"8ab8ed03-7ba7-42a3-a21c-18f158f8c453", CellID->1297795656], -Cell[18989, 502, 237, 4, 23, "Print",ExpressionUUID->"649b3c0b-c789-4bfc-aa71-dbede76fe552", +Cell[18974, 502, 237, 4, 23, "Print",ExpressionUUID->"649b3c0b-c789-4bfc-aa71-dbede76fe552", CellID->1833025154], -Cell[19229, 508, 237, 4, 23, "Print",ExpressionUUID->"a9046695-f7b5-41ca-87ff-172a753eac14", +Cell[19214, 508, 237, 4, 23, "Print",ExpressionUUID->"a9046695-f7b5-41ca-87ff-172a753eac14", CellID->1193276269], -Cell[19469, 514, 208, 3, 70, "Print",ExpressionUUID->"59d4f16f-4c88-47aa-83ca-ae6c28f6c204", +Cell[19454, 514, 208, 3, 70, "Print",ExpressionUUID->"59d4f16f-4c88-47aa-83ca-ae6c28f6c204", CellID->1721978495], -Cell[19680, 519, 236, 4, 70, "Print",ExpressionUUID->"a6e47f56-a311-4e8c-8997-7b2dc90aa07b", +Cell[19665, 519, 236, 4, 70, "Print",ExpressionUUID->"a6e47f56-a311-4e8c-8997-7b2dc90aa07b", CellID->776501291] }, Open ]] }, Open ]], -Cell[19943, 527, 136, 1, 70, "ExampleText",ExpressionUUID->"37f2cf46-719b-444d-ab8a-9c585c7b01c7", +Cell[19928, 527, 136, 1, 70, "ExampleText",ExpressionUUID->"37f2cf46-719b-444d-ab8a-9c585c7b01c7", CellID->948018750], -Cell[20082, 530, 235, 6, 70, "Input",ExpressionUUID->"a5e901d2-ebb9-4993-8a31-fca3100304a9", +Cell[20067, 530, 235, 6, 70, "Input",ExpressionUUID->"a5e901d2-ebb9-4993-8a31-fca3100304a9", CellID->1388484645], -Cell[20320, 538, 381, 9, 70, "Input",ExpressionUUID->"1fa080e1-4dbf-4b67-ac9e-5fba43244d6c", +Cell[20305, 538, 381, 9, 70, "Input",ExpressionUUID->"1fa080e1-4dbf-4b67-ac9e-5fba43244d6c", CellID->2130088482], -Cell[20704, 549, 238, 6, 70, "Input",ExpressionUUID->"214fbbbd-cbe3-4a25-ac4b-6605385008e8", +Cell[20689, 549, 238, 6, 70, "Input",ExpressionUUID->"214fbbbd-cbe3-4a25-ac4b-6605385008e8", CellID->1609892191], -Cell[20945, 557, 190, 4, 70, "ExampleText",ExpressionUUID->"19bca14b-ea38-4927-a722-498f44a2a3aa", +Cell[20930, 557, 190, 4, 70, "ExampleText",ExpressionUUID->"19bca14b-ea38-4927-a722-498f44a2a3aa", CellID->743937719], Cell[CellGroupData[{ -Cell[21160, 565, 163, 3, 70, "Input",ExpressionUUID->"99c2f9e4-018a-4fb5-977b-6f19f4294cd5", +Cell[21145, 565, 163, 3, 70, "Input",ExpressionUUID->"99c2f9e4-018a-4fb5-977b-6f19f4294cd5", CellID->398899408], -Cell[21326, 570, 174, 4, 36, "Output",ExpressionUUID->"b599cc2d-808d-4f9a-9112-7e6ae9f9aae3", +Cell[21311, 570, 174, 4, 36, "Output",ExpressionUUID->"b599cc2d-808d-4f9a-9112-7e6ae9f9aae3", CellID->1574887475] }, Open ]], -Cell[21515, 577, 140, 1, 70, "ExampleText",ExpressionUUID->"4489ef16-a55a-49ed-a300-f19e344036a5", +Cell[21500, 577, 140, 1, 70, "ExampleText",ExpressionUUID->"4489ef16-a55a-49ed-a300-f19e344036a5", CellID->1352732324], Cell[CellGroupData[{ -Cell[21680, 582, 165, 3, 70, "Input",ExpressionUUID->"7d153a93-7286-47e1-a37d-400b434c9c33", +Cell[21665, 582, 165, 3, 70, "Input",ExpressionUUID->"7d153a93-7286-47e1-a37d-400b434c9c33", CellID->1244439917], -Cell[21848, 587, 160, 3, 36, "Output",ExpressionUUID->"91f7562b-4bfd-45bc-bc1c-30494d8fe609", +Cell[21833, 587, 160, 3, 36, "Output",ExpressionUUID->"91f7562b-4bfd-45bc-bc1c-30494d8fe609", CellID->286513410] }, Open ]], -Cell[22023, 593, 139, 1, 70, "ExampleText",ExpressionUUID->"b15bafe9-ab0a-4e4b-80b2-005678f9ab17", +Cell[22008, 593, 139, 1, 70, "ExampleText",ExpressionUUID->"b15bafe9-ab0a-4e4b-80b2-005678f9ab17", CellID->1819744786], Cell[CellGroupData[{ -Cell[22187, 598, 214, 5, 70, "Input",ExpressionUUID->"2e2fc323-5942-450e-a072-a10dd82e5627", +Cell[22172, 598, 214, 5, 70, "Input",ExpressionUUID->"2e2fc323-5942-450e-a072-a10dd82e5627", CellID->1509549399], -Cell[22404, 605, 447, 11, 36, "Output",ExpressionUUID->"33bb6a9b-c379-41a3-b2dc-fc83f5971101", +Cell[22389, 605, 447, 11, 36, "Output",ExpressionUUID->"33bb6a9b-c379-41a3-b2dc-fc83f5971101", CellID->885957940] }, Open ]], -Cell[22866, 619, 240, 6, 70, "Input",ExpressionUUID->"d0b04e36-4f4a-4fd8-9c2f-3a7ed4c5ede3", +Cell[22851, 619, 240, 6, 70, "Input",ExpressionUUID->"d0b04e36-4f4a-4fd8-9c2f-3a7ed4c5ede3", CellID->2127428742], -Cell[23109, 627, 374, 6, 70, "ExampleText",ExpressionUUID->"0d8ff951-75b7-46ad-980c-0bde98c69733", +Cell[23094, 627, 374, 6, 70, "ExampleText",ExpressionUUID->"0d8ff951-75b7-46ad-980c-0bde98c69733", CellID->1033904773], Cell[CellGroupData[{ -Cell[23508, 637, 161, 3, 70, "Input",ExpressionUUID->"ad4981e2-156d-4f1a-a6ab-5c6497bce52f", +Cell[23493, 637, 161, 3, 70, "Input",ExpressionUUID->"ad4981e2-156d-4f1a-a6ab-5c6497bce52f", CellID->2042794150], -Cell[23672, 642, 378, 8, 36, "Output",ExpressionUUID->"518beae5-60aa-46b9-8281-3488abbe6e7e", +Cell[23657, 642, 378, 8, 36, "Output",ExpressionUUID->"518beae5-60aa-46b9-8281-3488abbe6e7e", CellID->1952880054] }, Open ]], -Cell[24065, 653, 190, 4, 70, "ExampleText",ExpressionUUID->"b1ad5bae-7619-4a55-8aa8-b93a310e2291", +Cell[24050, 653, 190, 4, 70, "ExampleText",ExpressionUUID->"b1ad5bae-7619-4a55-8aa8-b93a310e2291", CellID->1324389136], Cell[CellGroupData[{ -Cell[24280, 661, 166, 3, 70, "Input",ExpressionUUID->"656aa8a2-a30e-4ece-9739-98807608d241", +Cell[24265, 661, 166, 3, 70, "Input",ExpressionUUID->"656aa8a2-a30e-4ece-9739-98807608d241", CellID->263048586], -Cell[24449, 666, 161, 3, 36, "Output",ExpressionUUID->"b84b1ce1-ad29-4f80-80fa-dc4c545a2a8e", +Cell[24434, 666, 161, 3, 36, "Output",ExpressionUUID->"b84b1ce1-ad29-4f80-80fa-dc4c545a2a8e", CellID->557875522] }, Open ]], -Cell[24625, 672, 239, 4, 70, "ExampleText",ExpressionUUID->"591e3fa3-e051-47f7-8beb-7cb65bdeae5a", +Cell[24610, 672, 239, 4, 70, "ExampleText",ExpressionUUID->"591e3fa3-e051-47f7-8beb-7cb65bdeae5a", CellID->1323042521] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25079, 684, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"f50664b8-df1a-431b-8cc9-07b2783ed68f"], +Cell[30976, 848, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fa0eb2a9-043b-4fcf-9196-36dfa1317673"], +Cell[31649, 868, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f90dc275-f2a1-4b78-bf63-5acbe3a59661"], +Cell[32685, 896, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"07b92b53-e18c-430e-ab95-6ae3b7f435fa"], Cell[CellGroupData[{ -Cell[25116, 686, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"9ad0a413-6f8e-4d19-a5d1-89cf12c11b28"], -Cell[31013, 850, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8989cdcc-27e2-425f-bb9b-8efb04d96eba"] -}, Open ]], -Cell[31698, 871, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"90d623b5-3eee-4b06-9d17-537e90a6fd18"], -Cell[32734, 899, 4761, 132, 70, "RelatedLinksSection",ExpressionUUID->"8eb6c0b9-8258-4b84-91da-c3f9ea7b54cd"], -Cell[CellGroupData[{ -Cell[37520, 1035, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7c96012e-9441-4af6-bf83-0754e873cf86", +Cell[37471, 1032, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7c96012e-9441-4af6-bf83-0754e873cf86", CellID->778415021], -Cell[37660, 1038, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"84a97536-aff4-4917-a0bd-52910a47cf74", +Cell[37611, 1035, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"84a97536-aff4-4917-a0bd-52910a47cf74", CellID->1194386356], -Cell[37882, 1044, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"125cd035-561c-4a4f-bd63-01faa41f2a5f", +Cell[37833, 1041, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"125cd035-561c-4a4f-bd63-01faa41f2a5f", CellID->1641706272], -Cell[38097, 1049, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a63dbce-8f9e-4e35-8113-1695b5e1cd61", +Cell[38048, 1046, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2a63dbce-8f9e-4e35-8113-1695b5e1cd61", CellID->399251956], -Cell[38326, 1055, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a94f0195-3588-424a-bdf4-909e4a3a3f0c", +Cell[38277, 1052, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a94f0195-3588-424a-bdf4-909e4a3a3f0c", CellID->821434655] }, Open ]], -Cell[38563, 1061, 78, 0, 70, "FooterCell",ExpressionUUID->"1feeb6fe-c9de-4d65-a4b2-b76a3a448916"] +Cell[38514, 1058, 78, 0, 70, "FooterCell",ExpressionUUID->"72d5a5f1-2cfa-47d9-9b97-7cf28bf4b5c7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Kernel.nb b/Documentation/English/ReferencePages/Symbols/Kernel.nb index 3511e69..8b6474e 100644 --- a/Documentation/English/ReferencePages/Symbols/Kernel.nb +++ b/Documentation/English/ReferencePages/Symbols/Kernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 82361, 2186] -NotebookOptionsPosition[ 67948, 1897] -NotebookOutlinePosition[ 70296, 1954] -CellTagsIndexPosition[ 70210, 1949] +NotebookDataLength[ 82340, 2185] +NotebookOptionsPosition[ 67941, 1898] +NotebookOutlinePosition[ 70307, 1955] +CellTagsIndexPosition[ 70221, 1950] WindowTitle->Kernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "038312a8-cfde-46b0-bde0-85af756a9d1a"], + "c0e031b6-ac08-44c3-b278-cb0a6404c64d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5cb7d5e9-e229-4dbb-9382-e013ba37191c"], + "0b17c484-7545-4245-aaa3-d242401792f5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3625d7e8-3163-49fe-a67f-2204caa4cc89"] - }],ExpressionUUID->"a9c54c72-dff9-4e3e-9885-43e29b712001"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "8294283b-b7e4-4b3e-970b-97a31ff27a96"] + }],ExpressionUUID->"51ece237-b178-4312-94c5-90535f211990"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d036848a-2eac-4c8c-91e1-0bfa73d2ca8f"], + "7c26e140-ea24-4163-b2bc-5f0661de1814"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6dd6a6ae-8a06-49b7-b14f-f9c27ecabeca"] - }],ExpressionUUID->"febb04af-d2d9-4717-8766-02d7dedef44d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8927f319-8c73-4648-bf5d-e2046c68c50c"] + }],ExpressionUUID->"68f96daf-cf8a-4091-909e-3e69ffc37131"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d2ad1c63-9c44-4a91-a289-96d339f072e9"], + "3b448b9d-ec44-40bf-aba3-577d82836fa7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "660295d0-0cad-416d-b674-906782b17030"] - }],ExpressionUUID->"d509b62d-0c9a-4fa6-b58e-4ff05fb703a7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9bc907de-2ec9-4d19-9306-40b1e1c4060e"] + }],ExpressionUUID->"a226e5dd-73c6-4833-a550-ab825d62b69b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dbc7c7e6-ebaf-43dd-973e-73233f37b5ae"], + "d6b537e4-0a9b-46ca-baf7-8aad239076d9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cf835550-9e4e-4634-86a2-bb923adf3146"] - }],ExpressionUUID->"ba8a1505-d62b-4daa-a5bf-85108d9cc73c"], - StripOnInput->False], {"\<\"TUG/ref/Kernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Kernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Kernel.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$104535], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Kernel" <> - ".html"], None}]}]}, + "3008357c-1c3a-44fe-9922-30aebeffde15"] + }],ExpressionUUID->"dacb5cc7-b443-44f6-b4fe-82312e826fcd"], + StripOnInput->False],{ + "\"TUG/ref/Kernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Kernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Kernel.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$113117], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Kernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "529d559e-9707-48ff-8803-3e1f09abc2b2"] + "dd7e12ec-94f1-4924-98d2-7e718aee9d97"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8bc533fa-2362-42a0-8a1a-680cb461d3a4"]} + "9b88e919-7ab7-4298-8716-afe23b9e73fa"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9a44ffe4-f701-4537-877f-bd8d4a86acc8"], + CellID->1,ExpressionUUID->"7405becb-e9e9-4016-8cfa-91c220d54b24"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7487ec78-5e30-4ef7-beff-43de6d483ce7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5382115e-4ae9-4767-9781-cee8142da514"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Kernel", "ObjectName",ExpressionUUID-> - "229056b8-226a-4592-8249-c4899eef1739"], + "b356392c-612c-4b2b-b7ac-e4d5448f59f6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"733ecb31-7a99-419f-9421-488f9bfcab22"], + "Spacer1"]],ExpressionUUID->"d9110e83-a0b8-4734-b7ae-bb993ccee0c6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "65e0d527-678a-45a5-85c3-d605f6cf92fb"] - }],ExpressionUUID->"e751ad7a-d89a-4607-9f4f-948898e37fd7"], Cell[BoxData[ + "209407c8-abc3-4aab-a89a-8eaa1a314835"] + }],ExpressionUUID->"dfa4a8a5-e2dc-4573-9dae-ee4f65149201"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "14dc119b-aa46-45b9-81ea-9f1a27b4f3ca"]} + "69df28c0-92f7-4ba4-b28a-4435afed54e5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dd87af18-cc3d-4d16-b2bb-e5c14034b1da"], + CacheGraphics->False,ExpressionUUID->"48a320c2-2e69-42d4-af5b-cf199fb5f168"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on an LP approach as suggested by H.I. Meinhardt (2006)." - }],ExpressionUUID->"43c8e535-7e75-46ae-9198-f61651d43a0d"]}, + }],ExpressionUUID->"5b1b7055-9944-4b4d-beb9-8659971f2c7f"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"Kernel", "[", @@ -260,7 +264,7 @@ Cell[BoxData[GridBox[{ StyleBox["DisplayAllResults", FontSlant->"Italic"], " returns the LP from which an additional point can be found." - }],ExpressionUUID->"dde8b55e-6aa6-4047-9f93-d0211f26ded1"]} + }],ExpressionUUID->"dd3bda34-58c8-4234-8f49-04f7f3eaf1e3"]} }]], "Usage", CellID->1648066977,ExpressionUUID->"d7d7750b-7aa8-42cc-96a6-d83ab5268f78"] }, Open ]], @@ -293,12 +297,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e8d7642-46bf-4a74-85df-670095782d29"], + ExpressionUUID->"a82fdae1-6f2c-4176-8736-14a274335960"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"30e1d625-95c2-4e1b-b837-2562c29a6a13"], + "Spacer1"]],ExpressionUUID->"8d246058-5f55-48b2-bfcd-00a5e04fdb47"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"21d54d66-8e40-4ac8-a71e-00174222269a"], + }], "NotesFrameText",ExpressionUUID->"6a9937fe-035b-4e56-a4b0-9d65ad9552f8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -309,12 +313,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e9b19e16-6adf-4634-86a1-52dc1066f9e0"]], \ + "Preemptive"]],ExpressionUUID->"431a868e-e5bd-4cc2-b4d4-5bc2597ada3b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->307439884,ExpressionUUID->"8bfc380a-6000-4a81-90c7-8ee5372a6372"], + CellID->1839105849,ExpressionUUID->"742d2be9-3840-432f-afd9-9ea94a9e1c5a"], Cell[TextData[{ "The input expression ", @@ -379,11 +383,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6dd5ccdb-a057-4e99-9b72-5dd9f2cce322"], "RevisedSimplex", Cell[ + "bec1dd85-84c5-402e-95d5-2ab4806449e6"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"2991fb6f-15f4-43be-a793-ee213a6b016e"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ce966cfe-f88f-4adc-b36b-9285520bedd4"], + "54cfff18-2f8c-45e7-b1da-e13b9dcc1e7f"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -399,11 +403,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "90bacaa3-d311-4b1c-8b8a-0ea486f16dca"], "CLP", Cell[ + "401ddcf3-085b-48ba-93c0-00e949a3f0cc"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"de18b1ab-0aa4-4450-b61b-7ba9cad48c16"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d6dee968-7137-43cc-9c09-a689e40e1289"], + "391bbd17-6f47-4ffd-9882-93f913d5b467"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -419,11 +423,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "95d1bc50-b21c-4bcf-b1d5-24f5737336d6"], "InteriorPoint", Cell[ + "ad13af23-66ed-4aa5-a75e-7cdd4831f789"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"d7c7a570-db76-4f08-863a-101b675619dd"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4f378697-1f5f-4632-a903-c2fd8c619f1d"], + "177274bc-e176-4618-b5e2-624bb289b745"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -445,7 +449,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "945ff263-4c90-4b64-a4c3-774a0535d0f3"], + "6ed2a062-daac-4c9d-be0f-e4985987a882"], TemplateBox[{ Cell[ TextData["CallMaximize"]], "paclet:TUG/ref/CallMaximize", @@ -455,7 +459,7 @@ Cell[BoxData[GridBox[{ "use NMaximize to find a solution.", "TableText",ExpressionUUID-> "930c17f9-afee-4b67-9099-ee216d273914"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4c13c002-6935-4f8d-a430-9c0b9eeb64f2"], + "97e0b528-f327-40af-9a31-55d21de89375"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -465,7 +469,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "861c7502-e745-4305-b0c8-21813cfadb25"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b369f01e-f25a-41cf-b249-e55110412586"], + "5d426f41-af94-4156-8225-fd8aebc981f9"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -487,7 +491,7 @@ do not return the complete list of results, only a kernel element..\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b2c948cb-3d3c-407f-9dee-7f13bd2c3590"], + "62ed8839-add0-4f39-8b6b-8f4c50d6276d"], TemplateBox[{ Cell[ TextData["EpsilonValue"]], "paclet:TUG/ref/EpsilonValue", @@ -606,19 +610,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"16729daf-d27d-4be0-977b-94affc6642a4"], + ExpressionUUID->"80ff8e7f-6f12-40ec-85f9-27326ea4c2bf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"383fa482-f88b-456f-a619-fc776f00a05f"], + "Spacer1"]],ExpressionUUID->"6f191b64-5659-410d-8d63-64f3de68d4d7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6cf616c6-a29b-4be6-8818-8c9fbecbc582"] + "db3cce32-a90d-4936-bbbf-559fac50be35"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1821285934,ExpressionUUID->"46d1883b-dcce-4dd0-bba0-638df4b0426c"], + CellID->1723759503,ExpressionUUID->"fbc44cdc-7b47-48fe-b5f6-0cf4c4228c20"], Cell[CellGroupData[{ @@ -647,18 +651,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c92a6dce-b308-45ba-805a-1cc1e84674d9"], + ExpressionUUID->"e07ccb08-54c3-4169-a7bf-109e8685af61"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7e6f0b3a-5520-4794-8319-dd8b5c84149f"], + "Spacer1"]],ExpressionUUID->"6886b9b0-998a-420d-81f2-03d33abc0d8f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "758d8bbc-50e9-4372-a796-a7744813692a"] + "4ef901b8-7222-48da-98c9-b4a2e1ac2b97"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1622449677,ExpressionUUID->"d8fdac51-8e9a-4507-8b57-37e5a3770edf"], + CellID->1882906995,ExpressionUUID->"0ae0ff4a-782f-49ed-9a16-713b78aec07e"], Cell["Loading the package:", "ExampleText", CellID->1955633687,ExpressionUUID->"6be747a2-66f8-4647-b3a3-022ce2b55f0b"], @@ -1599,8 +1603,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1748,15 +1750,15 @@ Cell[BoxData[GridBox[{ "3eae2044-000c-4e98-9ce3-a8f165b44344"] }], "SeeAlso",ExpressionUUID->"0fee6716-beb9-4d5f-a349-e0a6fef6a6f4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8928a906-d84b-40d7-b9c8-\ -8ef9338c8ae9"], + }]], "SeeAlsoSection",ExpressionUUID->"d76b6976-0e4a-4077-8bb7-\ +d5ff6c00f826"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1768,9 +1770,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ea52e9b5-07af-4450-9e07-76e5729d2c6a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"057346f3-9bb2-4392-ab8c-\ -b833f628aa98"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"aeea092f-d49e-4524-8f6c-\ +e89bd99f0462"], Cell[BoxData[GridBox[{ { @@ -1787,7 +1788,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9394025c-da90-4235-9b0b-15cad3115ba8"]}]}, + "be13c44f-886f-4a19-b40a-780393060882"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1795,10 +1796,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7ad4b76b-e3c2-44f0-a3b4-ed14da0a7360"]}]} + "d474f0be-f595-4bd3-83c6-2c299da3eb17"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3a585d77-a37b-46bb-a0b2-\ -cc190d216085"], + }]], "MoreAboutSection",ExpressionUUID->"802886ad-730c-4605-a22f-\ +4466ffcc9853"], Cell[BoxData[GridBox[{ { @@ -1825,7 +1826,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ddaf8bb5-d471-4e37-9842-f15aecedd9ab"]], "RelatedLinks", + "c66b26ca-2287-4113-98e9-50e1f5d61497"]], "RelatedLinks", ExpressionUUID->"7db5fbfc-733e-438f-9d15-28a9be762063"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1842,7 +1843,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3532a894-3b09-49a5-8dd2-ab0e67f0a4ae"]], "RelatedLinks", + "cd64078e-6ef5-4367-8696-985c343b9b2a"]], "RelatedLinks", ExpressionUUID->"70903903-4c9b-41a4-b225-7927396532e8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1859,11 +1860,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "79f85440-b1a9-48ca-a1ba-5b14972ec696"]], "RelatedLinks", + "184f3fad-8573-4aab-a05a-b12a246a281b"]], "RelatedLinks", ExpressionUUID->"b444681d-82d5-4bff-a49b-9cf790f040e5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5820857e-baaf-493b-bac9-\ -6284cb724318"], + }]], "RelatedLinksSection",ExpressionUUID->"89c8c041-d5a8-4738-9783-\ +b0cca6d49f36"], Cell[CellGroupData[{ @@ -1893,11 +1894,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"1d171e72-96af-4c07-a484-4aadc1efb179"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"76d9d497-95b9-421c-a3da-d7e0809c131f"] +Cell[" ", "FooterCell",ExpressionUUID->"2d727193-fdb2-43b8-94b4-a9e1fa9a5ce1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Kernel", TaggingRules->{ @@ -1908,7 +1909,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 10.441571}", + "built" -> "{2024, 6, 3, 16, 53, 28.368058}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1919,10 +1920,10 @@ options] the computation method can be changed through options to use the \ function NMaximize rather than LinearOptimization. Turning on the option \ DisplayAllResults returns the LP from which an additional point can be \ found.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Kernel", - "titlemodifier" -> "", "windowtitle" -> "Kernel", "type" -> "Symbol", - "uri" -> "TUG/ref/Kernel"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> "Kernel", + "type" -> "Symbol", "uri" -> "TUG/ref/Kernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1931,9 +1932,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c0f255ef-7859-42b5-80d3-e9622c4a83a7" +ExpressionUUID->"7183650e-faa7-4c72-9873-6220c823aa07" ] (* End of Notebook Content *) @@ -1941,253 +1942,251 @@ ExpressionUUID->"c0f255ef-7859-42b5-80d3-e9622c4a83a7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[22469, 583, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"46d1883b-dcce-4dd0-bba0-638df4b0426c", + Cell[22496, 587, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"fbc44cdc-7b47-48fe-b5f6-0cf4c4228c20", CellTags->"PrimaryExamplesSection", - CellID->1821285934]} + CellID->1723759503]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 70009, 1942} + {"PrimaryExamplesSection", 70020, 1943} } *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"9a44ffe4-f701-4537-877f-bd8d4a86acc8", +Cell[578, 21, 7141, 172, 57, "AnchorBarGrid",ExpressionUUID->"7405becb-e9e9-4016-8cfa-91c220d54b24", CellID->1], -Cell[7696, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7487ec78-5e30-4ef7-beff-43de6d483ce7"], +Cell[7722, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5382115e-4ae9-4767-9781-cee8142da514"], Cell[CellGroupData[{ -Cell[7807, 195, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"dd87af18-cc3d-4d16-b2bb-e5c14034b1da"], -Cell[9090, 232, 1349, 32, 209, "Usage",ExpressionUUID->"d7d7750b-7aa8-42cc-96a6-d83ab5268f78", +Cell[7833, 199, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"48a320c2-2e69-42d4-af5b-cf199fb5f168"], +Cell[9116, 236, 1349, 32, 208, "Usage",ExpressionUUID->"d7d7750b-7aa8-42cc-96a6-d83ab5268f78", CellID->1648066977] }, Open ]], Cell[CellGroupData[{ -Cell[10476, 269, 1894, 47, 37, "NotesSection",ExpressionUUID->"8bfc380a-6000-4a81-90c7-8ee5372a6372", +Cell[10502, 273, 1895, 47, 37, "NotesSection",ExpressionUUID->"742d2be9-3840-432f-afd9-9ea94a9e1c5a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->307439884], -Cell[12373, 318, 515, 12, 57, "Notes",ExpressionUUID->"f17d2874-cbbb-4a38-b733-4d7879033c93", + CellID->1839105849], +Cell[12400, 322, 515, 12, 57, "Notes",ExpressionUUID->"f17d2874-cbbb-4a38-b733-4d7879033c93", CellID->1014199156], -Cell[12891, 332, 489, 12, 37, "Notes",ExpressionUUID->"ee8b78f6-12e2-4464-b1ab-fa51a7ebcb92", +Cell[12918, 336, 489, 12, 38, "Notes",ExpressionUUID->"ee8b78f6-12e2-4464-b1ab-fa51a7ebcb92", CellID->177724765], -Cell[13383, 346, 309, 5, 57, "Notes",ExpressionUUID->"e1155f61-a889-4693-a344-174728c71108", +Cell[13410, 350, 309, 5, 57, "Notes",ExpressionUUID->"e1155f61-a889-4693-a344-174728c71108", CellID->413794497], -Cell[13695, 353, 175, 3, 36, "Notes",ExpressionUUID->"3c14cbd2-6e06-4bf3-91b9-141a13919bf5", +Cell[13722, 357, 175, 3, 36, "Notes",ExpressionUUID->"3c14cbd2-6e06-4bf3-91b9-141a13919bf5", CellID->88756839], -Cell[13873, 358, 282, 5, 57, "Notes",ExpressionUUID->"c2ca5cf4-3501-4c58-bcd3-12171c550a2d", +Cell[13900, 362, 282, 5, 57, "Notes",ExpressionUUID->"c2ca5cf4-3501-4c58-bcd3-12171c550a2d", CellID->1210693388], -Cell[14158, 365, 386, 12, 37, "Notes",ExpressionUUID->"3cbd79ca-8c2f-4f5b-8118-51912da6e80e", +Cell[14185, 369, 386, 12, 38, "Notes",ExpressionUUID->"3cbd79ca-8c2f-4f5b-8118-51912da6e80e", CellID->24981], -Cell[14547, 379, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"c703dfc4-4f1c-4631-8e72-8280ef3a8ffc", +Cell[14574, 383, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"c703dfc4-4f1c-4631-8e72-8280ef3a8ffc", CellID->12695], -Cell[15442, 399, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"2bc10955-585b-4dc9-94f8-b6a04a2bfbb0", +Cell[15469, 403, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"2bc10955-585b-4dc9-94f8-b6a04a2bfbb0", CellID->1546107665], -Cell[16300, 419, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"9e1b0ae1-e811-4317-be11-7a710b148b76", +Cell[16327, 423, 867, 18, 67, "2ColumnTableMod",ExpressionUUID->"9e1b0ae1-e811-4317-be11-7a710b148b76", CellID->512784626], -Cell[17170, 439, 267, 4, 70, "Notes",ExpressionUUID->"476cf2fe-3cf3-4dd9-8f40-7ebbcf44a834", +Cell[17197, 443, 267, 4, 70, "Notes",ExpressionUUID->"476cf2fe-3cf3-4dd9-8f40-7ebbcf44a834", CellID->13178], -Cell[17440, 445, 1677, 40, 70, "3ColumnTableMod",ExpressionUUID->"28a0330e-63f4-41fc-a7a1-ee1a2b282a42", +Cell[17467, 449, 1677, 40, 70, "3ColumnTableMod",ExpressionUUID->"28a0330e-63f4-41fc-a7a1-ee1a2b282a42", CellID->11156], -Cell[19120, 487, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"1269d59b-3315-42f5-8726-6b506aeb486c", +Cell[19147, 491, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"1269d59b-3315-42f5-8726-6b506aeb486c", CellID->137196205], -Cell[19797, 504, 478, 14, 70, "Notes",ExpressionUUID->"7ab581ae-f364-452a-8652-ba68d5467db8", +Cell[19824, 508, 478, 14, 70, "Notes",ExpressionUUID->"7ab581ae-f364-452a-8652-ba68d5467db8", CellID->2041037989], -Cell[20278, 520, 520, 14, 70, "Notes",ExpressionUUID->"8e04ef21-3659-4b9f-a0bb-e4cb72b1ac8a", +Cell[20305, 524, 520, 14, 70, "Notes",ExpressionUUID->"8e04ef21-3659-4b9f-a0bb-e4cb72b1ac8a", CellID->821313100], -Cell[20801, 536, 971, 24, 70, "Notes",ExpressionUUID->"4b94148b-5723-4eb4-848e-ecdf4fd0f52a", +Cell[20828, 540, 971, 24, 70, "Notes",ExpressionUUID->"4b94148b-5723-4eb4-848e-ecdf4fd0f52a", CellID->731], -Cell[21775, 562, 567, 15, 70, "Notes",ExpressionUUID->"725fcb4f-b12d-4efb-867f-352597407f43", +Cell[21802, 566, 567, 15, 70, "Notes",ExpressionUUID->"725fcb4f-b12d-4efb-867f-352597407f43", CellID->1641958134] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[22469, 583, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"46d1883b-dcce-4dd0-bba0-638df4b0426c", +Cell[22496, 587, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"fbc44cdc-7b47-48fe-b5f6-0cf4c4228c20", CellTags->"PrimaryExamplesSection", - CellID->1821285934], + CellID->1723759503], Cell[CellGroupData[{ -Cell[23915, 624, 1399, 36, 70, "ExampleSection",ExpressionUUID->"d8fdac51-8e9a-4507-8b57-37e5a3770edf", - CellID->1622449677], -Cell[25317, 662, 119, 1, 70, "ExampleText",ExpressionUUID->"6be747a2-66f8-4647-b3a3-022ce2b55f0b", +Cell[23942, 628, 1399, 36, 70, "ExampleSection",ExpressionUUID->"0ae0ff4a-782f-49ed-9a16-713b78aec07e", + CellID->1882906995], +Cell[25344, 666, 119, 1, 70, "ExampleText",ExpressionUUID->"6be747a2-66f8-4647-b3a3-022ce2b55f0b", CellID->1955633687], Cell[CellGroupData[{ -Cell[25461, 667, 168, 3, 70, "Input",ExpressionUUID->"c519f118-c4d2-430a-a37d-621eed4ca7b3", +Cell[25488, 671, 168, 3, 70, "Input",ExpressionUUID->"c519f118-c4d2-430a-a37d-621eed4ca7b3", CellID->1917141906], Cell[CellGroupData[{ -Cell[25654, 674, 236, 4, 70, "Print",ExpressionUUID->"ba25ade1-56ec-4891-8f08-96fd3c69e713", +Cell[25681, 678, 236, 4, 70, "Print",ExpressionUUID->"ba25ade1-56ec-4891-8f08-96fd3c69e713", CellID->1699863988], -Cell[25893, 680, 365, 8, 70, "Print",ExpressionUUID->"71e45114-e16d-45bf-a8fe-39b7f9c7fc20", +Cell[25920, 684, 365, 8, 70, "Print",ExpressionUUID->"71e45114-e16d-45bf-a8fe-39b7f9c7fc20", CellID->1435262101], -Cell[26261, 690, 236, 4, 70, "Print",ExpressionUUID->"7020e80b-763a-4bf7-9220-148fa9834daf", +Cell[26288, 694, 236, 4, 70, "Print",ExpressionUUID->"7020e80b-763a-4bf7-9220-148fa9834daf", CellID->1955224986], -Cell[26500, 696, 220, 3, 70, "Print",ExpressionUUID->"fd91e15d-0b60-43c3-af4f-ad377e635826", +Cell[26527, 700, 220, 3, 70, "Print",ExpressionUUID->"fd91e15d-0b60-43c3-af4f-ad377e635826", CellID->1739183770], -Cell[26723, 701, 206, 3, 70, "Print",ExpressionUUID->"fe2dc46f-6446-40a4-b04f-0cec4ca22558", +Cell[26750, 705, 206, 3, 70, "Print",ExpressionUUID->"fe2dc46f-6446-40a4-b04f-0cec4ca22558", CellID->178320229], -Cell[26932, 706, 237, 4, 70, "Print",ExpressionUUID->"5c9e73a1-b324-4674-a436-fe962648148f", +Cell[26959, 710, 237, 4, 70, "Print",ExpressionUUID->"5c9e73a1-b324-4674-a436-fe962648148f", CellID->1677882190], -Cell[27172, 712, 220, 3, 70, "Print",ExpressionUUID->"38624e05-2f74-48b0-b01e-9c7125b8541d", +Cell[27199, 716, 220, 3, 70, "Print",ExpressionUUID->"38624e05-2f74-48b0-b01e-9c7125b8541d", CellID->1534482489], -Cell[27395, 717, 236, 4, 70, "Print",ExpressionUUID->"d0905248-9035-489e-bbdb-9cf111d2a751", +Cell[27422, 721, 236, 4, 70, "Print",ExpressionUUID->"d0905248-9035-489e-bbdb-9cf111d2a751", CellID->2106090338], -Cell[27634, 723, 236, 4, 70, "Print",ExpressionUUID->"4dc84d87-8dc1-4cf3-b31b-48cdf685bd54", +Cell[27661, 727, 236, 4, 70, "Print",ExpressionUUID->"4dc84d87-8dc1-4cf3-b31b-48cdf685bd54", CellID->1032794568], -Cell[27873, 729, 207, 3, 70, "Print",ExpressionUUID->"3b9207c2-1ee3-41b7-9bdb-95cb254436cf", +Cell[27900, 733, 207, 3, 70, "Print",ExpressionUUID->"3b9207c2-1ee3-41b7-9bdb-95cb254436cf", CellID->1506063194], -Cell[28083, 734, 236, 4, 70, "Print",ExpressionUUID->"2b943eb1-fcbd-4977-8572-ca619a1b30d9", +Cell[28110, 738, 236, 4, 70, "Print",ExpressionUUID->"2b943eb1-fcbd-4977-8572-ca619a1b30d9", CellID->1980977349] }, Open ]] }, Open ]], -Cell[28346, 742, 136, 1, 70, "ExampleText",ExpressionUUID->"4c39f565-b6c2-4993-a2f1-602fd99934b5", +Cell[28373, 746, 136, 1, 70, "ExampleText",ExpressionUUID->"4c39f565-b6c2-4993-a2f1-602fd99934b5", CellID->119143029], -Cell[28485, 745, 234, 6, 70, "Input",ExpressionUUID->"5268f0b1-eede-46e3-940a-cc977afc726f", +Cell[28512, 749, 234, 6, 70, "Input",ExpressionUUID->"5268f0b1-eede-46e3-940a-cc977afc726f", CellID->975280205], -Cell[28722, 753, 380, 9, 70, "Input",ExpressionUUID->"364fe01d-ba03-4369-831b-ac22b1c2df37", +Cell[28749, 757, 380, 9, 70, "Input",ExpressionUUID->"364fe01d-ba03-4369-831b-ac22b1c2df37", CellID->682869426], -Cell[29105, 764, 238, 6, 70, "Input",ExpressionUUID->"08713feb-f9f8-40ac-93e6-e7dba3de184a", +Cell[29132, 768, 238, 6, 70, "Input",ExpressionUUID->"08713feb-f9f8-40ac-93e6-e7dba3de184a", CellID->1503650898], -Cell[29346, 772, 191, 4, 70, "ExampleText",ExpressionUUID->"8cab838b-e55d-42da-9934-68f7faee8849", +Cell[29373, 776, 191, 4, 70, "ExampleText",ExpressionUUID->"8cab838b-e55d-42da-9934-68f7faee8849", CellID->1971835724], Cell[CellGroupData[{ -Cell[29562, 780, 164, 3, 70, "Input",ExpressionUUID->"ae125080-8320-4c39-a1f6-fe585910a120", +Cell[29589, 784, 164, 3, 70, "Input",ExpressionUUID->"ae125080-8320-4c39-a1f6-fe585910a120", CellID->1096663923], -Cell[29729, 785, 400, 9, 36, "Output",ExpressionUUID->"78896ba5-fed7-4617-8eeb-bfebdce56a3a", +Cell[29756, 789, 400, 9, 36, "Output",ExpressionUUID->"78896ba5-fed7-4617-8eeb-bfebdce56a3a", CellID->1813594372] }, Open ]], -Cell[30144, 797, 249, 4, 70, "ExampleText",ExpressionUUID->"0e0d993a-2a94-4c6b-ba1c-6512f393534d", +Cell[30171, 801, 249, 4, 70, "ExampleText",ExpressionUUID->"0e0d993a-2a94-4c6b-ba1c-6512f393534d", CellID->1178401834], Cell[CellGroupData[{ -Cell[30418, 805, 164, 3, 70, "Input",ExpressionUUID->"3ad338da-aae1-404a-a88f-1cdd2b6f5a5d", +Cell[30445, 809, 164, 3, 70, "Input",ExpressionUUID->"3ad338da-aae1-404a-a88f-1cdd2b6f5a5d", CellID->2060592563], -Cell[30585, 810, 269, 7, 51, "Output",ExpressionUUID->"5a9a36df-9ddf-450b-ab56-a860569ded8c", +Cell[30612, 814, 269, 7, 50, "Output",ExpressionUUID->"5a9a36df-9ddf-450b-ab56-a860569ded8c", CellID->1933994420] }, Open ]], -Cell[30869, 820, 190, 4, 70, "ExampleText",ExpressionUUID->"046591ab-fdac-48b6-8ebe-233df8db1e05", +Cell[30896, 824, 190, 4, 70, "ExampleText",ExpressionUUID->"046591ab-fdac-48b6-8ebe-233df8db1e05", CellID->1023622303], Cell[CellGroupData[{ -Cell[31084, 828, 241, 5, 70, "Input",ExpressionUUID->"38630090-eb84-49b7-9943-7872367944ea", +Cell[31111, 832, 241, 5, 70, "Input",ExpressionUUID->"38630090-eb84-49b7-9943-7872367944ea", CellID->1376533859], -Cell[31328, 835, 268, 7, 51, "Output",ExpressionUUID->"d0708ac3-0da6-41b4-9dd6-a1ece3bfb533", +Cell[31355, 839, 268, 7, 50, "Output",ExpressionUUID->"d0708ac3-0da6-41b4-9dd6-a1ece3bfb533", CellID->987186699] }, Open ]], -Cell[31611, 845, 319, 5, 70, "ExampleText",ExpressionUUID->"40447d71-711f-4a94-9f67-ffa7061f2b62", +Cell[31638, 849, 319, 5, 70, "ExampleText",ExpressionUUID->"40447d71-711f-4a94-9f67-ffa7061f2b62", CellID->856216216], Cell[CellGroupData[{ -Cell[31955, 854, 178, 3, 70, "Input",ExpressionUUID->"7e5ba88e-c822-47a2-b7fe-b41cd2442765", +Cell[31982, 858, 178, 3, 70, "Input",ExpressionUUID->"7e5ba88e-c822-47a2-b7fe-b41cd2442765", CellID->560736760], -Cell[32136, 859, 215, 5, 36, "Output",ExpressionUUID->"23c4b949-9212-4d8a-8c4b-7eb41eb6e796", +Cell[32163, 863, 215, 5, 36, "Output",ExpressionUUID->"23c4b949-9212-4d8a-8c4b-7eb41eb6e796", CellID->1419159570] }, Open ]], -Cell[32366, 867, 172, 3, 70, "ExampleText",ExpressionUUID->"6a0a7543-4aa7-4297-b0c6-f693dd15a17f", +Cell[32393, 871, 172, 3, 70, "ExampleText",ExpressionUUID->"6a0a7543-4aa7-4297-b0c6-f693dd15a17f", CellID->1847964148], Cell[CellGroupData[{ -Cell[32563, 874, 229, 5, 70, "Input",ExpressionUUID->"449addd2-395b-4380-93c7-a0d921f563c1", +Cell[32590, 878, 229, 5, 70, "Input",ExpressionUUID->"449addd2-395b-4380-93c7-a0d921f563c1", CellID->2047677595], -Cell[32795, 881, 268, 7, 51, "Output",ExpressionUUID->"0436bff5-5cee-4d6a-bc8a-54ad73cfa408", +Cell[32822, 885, 268, 7, 50, "Output",ExpressionUUID->"0436bff5-5cee-4d6a-bc8a-54ad73cfa408", CellID->840547452] }, Open ]], -Cell[33078, 891, 136, 1, 70, "ExampleText",ExpressionUUID->"b5c07880-934f-4eb9-9c58-e343d8c0031c", +Cell[33105, 895, 136, 1, 70, "ExampleText",ExpressionUUID->"b5c07880-934f-4eb9-9c58-e343d8c0031c", CellID->1742872772], -Cell[33217, 894, 212, 4, 70, "ExampleText",ExpressionUUID->"bfadbda2-3ffc-498e-bf1b-93b717b53116", +Cell[33244, 898, 212, 4, 70, "ExampleText",ExpressionUUID->"bfadbda2-3ffc-498e-bf1b-93b717b53116", CellID->124397644], Cell[CellGroupData[{ -Cell[33454, 902, 264, 6, 70, "Input",ExpressionUUID->"1b90fc46-95e5-4e2c-a5b9-8529a39c06de", +Cell[33481, 906, 264, 6, 70, "Input",ExpressionUUID->"1b90fc46-95e5-4e2c-a5b9-8529a39c06de", CellID->842011568], -Cell[33721, 910, 15149, 410, 349, "Output",ExpressionUUID->"d503e902-5a0d-4c19-816b-c9104ec43d9e", +Cell[33748, 914, 15149, 410, 341, "Output",ExpressionUUID->"d503e902-5a0d-4c19-816b-c9104ec43d9e", CellID->1164635640] }, Open ]], -Cell[48885, 1323, 158, 2, 70, "ExampleText",ExpressionUUID->"b9d29e79-fec0-4623-8244-242252fb79ff", +Cell[48912, 1327, 158, 2, 70, "ExampleText",ExpressionUUID->"b9d29e79-fec0-4623-8244-242252fb79ff", CellID->310732177], Cell[CellGroupData[{ -Cell[49068, 1329, 318, 7, 70, "Input",ExpressionUUID->"7b98a3a6-017b-4f05-8f19-5574e643ed74", +Cell[49095, 1333, 318, 7, 70, "Input",ExpressionUUID->"7b98a3a6-017b-4f05-8f19-5574e643ed74", CellID->492457477], -Cell[49389, 1338, 270, 7, 51, "Output",ExpressionUUID->"2223690b-776b-42b3-b3d8-c33ef5fe8230", +Cell[49416, 1342, 270, 7, 50, "Output",ExpressionUUID->"2223690b-776b-42b3-b3d8-c33ef5fe8230", CellID->1398497015] }, Open ]], Cell[CellGroupData[{ -Cell[49696, 1350, 307, 7, 70, "Input",ExpressionUUID->"919da09d-87da-47d4-bd79-2d2d22a7a693", +Cell[49723, 1354, 307, 7, 70, "Input",ExpressionUUID->"919da09d-87da-47d4-bd79-2d2d22a7a693", CellID->181252285], -Cell[50006, 1359, 269, 7, 51, "Output",ExpressionUUID->"92c38186-ff4e-4c92-a33c-591e9cfbc9cd", +Cell[50033, 1363, 269, 7, 50, "Output",ExpressionUUID->"92c38186-ff4e-4c92-a33c-591e9cfbc9cd", CellID->415502762] }, Open ]], Cell[CellGroupData[{ -Cell[50312, 1371, 310, 7, 70, "Input",ExpressionUUID->"82370d1a-f700-47ea-afde-ddd3c03cb526", +Cell[50339, 1375, 310, 7, 70, "Input",ExpressionUUID->"82370d1a-f700-47ea-afde-ddd3c03cb526", CellID->2121856974], -Cell[50625, 1380, 372, 9, 51, "Output",ExpressionUUID->"bb60fe20-8dda-4860-ae84-9cfd55ba16c1", +Cell[50652, 1384, 372, 9, 51, "Output",ExpressionUUID->"bb60fe20-8dda-4860-ae84-9cfd55ba16c1", CellID->1445357417] }, Open ]], Cell[CellGroupData[{ -Cell[51034, 1394, 310, 7, 70, "Input",ExpressionUUID->"a70f7316-0a03-4c58-bda1-7f257c1e4e52", +Cell[51061, 1398, 310, 7, 70, "Input",ExpressionUUID->"a70f7316-0a03-4c58-bda1-7f257c1e4e52", CellID->430320445], -Cell[51347, 1403, 269, 7, 51, "Output",ExpressionUUID->"6109d38b-fb67-4de2-a757-ee8aff66eec1", +Cell[51374, 1407, 269, 7, 50, "Output",ExpressionUUID->"6109d38b-fb67-4de2-a757-ee8aff66eec1", CellID->944523973] }, Open ]], Cell[CellGroupData[{ -Cell[51653, 1415, 458, 12, 70, "Input",ExpressionUUID->"88aeab22-8a62-4389-8bb5-6a68d68e4395", +Cell[51680, 1419, 458, 12, 70, "Input",ExpressionUUID->"88aeab22-8a62-4389-8bb5-6a68d68e4395", CellID->246540558], -Cell[52114, 1429, 348, 9, 51, "Output",ExpressionUUID->"34682697-a59e-4544-b268-c363d59779ff", +Cell[52141, 1433, 348, 9, 51, "Output",ExpressionUUID->"34682697-a59e-4544-b268-c363d59779ff", CellID->1138997484] }, Open ]], Cell[CellGroupData[{ -Cell[52499, 1443, 294, 7, 70, "Input",ExpressionUUID->"dbec71d9-5918-44d2-a54a-4014765a117f", +Cell[52526, 1447, 294, 7, 70, "Input",ExpressionUUID->"dbec71d9-5918-44d2-a54a-4014765a117f", CellID->642727741], -Cell[52796, 1452, 251, 6, 36, "Output",ExpressionUUID->"6ce5b607-7008-4340-a1cc-6b09269eb668", +Cell[52823, 1456, 251, 6, 36, "Output",ExpressionUUID->"6ce5b607-7008-4340-a1cc-6b09269eb668", CellID->1642691767] }, Open ]], Cell[CellGroupData[{ -Cell[53084, 1463, 317, 7, 70, "Input",ExpressionUUID->"44aa5e3b-061f-426c-90d3-d5017c5abf95", +Cell[53111, 1467, 317, 7, 70, "Input",ExpressionUUID->"44aa5e3b-061f-426c-90d3-d5017c5abf95", CellID->283059142], -Cell[53404, 1472, 269, 7, 51, "Output",ExpressionUUID->"d38b7417-3d37-47c5-b818-c3a93ecd82b4", +Cell[53431, 1476, 269, 7, 50, "Output",ExpressionUUID->"d38b7417-3d37-47c5-b818-c3a93ecd82b4", CellID->241612326] }, Open ]], Cell[CellGroupData[{ -Cell[53710, 1484, 306, 7, 70, "Input",ExpressionUUID->"df472fc9-9c75-4a9a-b974-d635b1c256b7", +Cell[53737, 1488, 306, 7, 70, "Input",ExpressionUUID->"df472fc9-9c75-4a9a-b974-d635b1c256b7", CellID->642311882], -Cell[54019, 1493, 270, 7, 51, "Output",ExpressionUUID->"71b9ab13-a1bd-4c02-9550-7250efecc23f", +Cell[54046, 1497, 270, 7, 50, "Output",ExpressionUUID->"71b9ab13-a1bd-4c02-9550-7250efecc23f", CellID->2146013135] }, Open ]], Cell[CellGroupData[{ -Cell[54326, 1505, 308, 7, 70, "Input",ExpressionUUID->"0c28c3b9-fe6d-4d28-a988-0b757c2bfcf4", +Cell[54353, 1509, 308, 7, 70, "Input",ExpressionUUID->"0c28c3b9-fe6d-4d28-a988-0b757c2bfcf4", CellID->748609975], -Cell[54637, 1514, 372, 9, 51, "Output",ExpressionUUID->"1f1bc058-2ff1-4468-97a3-5621aec9020b", +Cell[54664, 1518, 372, 9, 51, "Output",ExpressionUUID->"1f1bc058-2ff1-4468-97a3-5621aec9020b", CellID->1507280814] }, Open ]], Cell[CellGroupData[{ -Cell[55046, 1528, 310, 7, 70, "Input",ExpressionUUID->"95bab8f4-28a1-418b-a124-17606d3b8c94", +Cell[55073, 1532, 310, 7, 70, "Input",ExpressionUUID->"95bab8f4-28a1-418b-a124-17606d3b8c94", CellID->1377988310], -Cell[55359, 1537, 268, 7, 51, "Output",ExpressionUUID->"f2cf53bb-d2cc-4bc1-a724-4cd20190ab08", +Cell[55386, 1541, 268, 7, 50, "Output",ExpressionUUID->"f2cf53bb-d2cc-4bc1-a724-4cd20190ab08", CellID->17577188] }, Open ]], Cell[CellGroupData[{ -Cell[55664, 1549, 458, 12, 70, "Input",ExpressionUUID->"0749c3a2-717d-439e-b784-32a7660e1c52", +Cell[55691, 1553, 458, 12, 70, "Input",ExpressionUUID->"0749c3a2-717d-439e-b784-32a7660e1c52", CellID->1235664632], -Cell[56125, 1563, 361, 9, 51, "Output",ExpressionUUID->"8a48c5b9-acd5-4585-94b6-387cec462292", +Cell[56152, 1567, 361, 9, 51, "Output",ExpressionUUID->"8a48c5b9-acd5-4585-94b6-387cec462292", CellID->601982501] }, Open ]], Cell[CellGroupData[{ -Cell[56523, 1577, 295, 7, 70, "Input",ExpressionUUID->"5ab23a0f-a474-4045-999e-8b961038d06f", +Cell[56550, 1581, 295, 7, 70, "Input",ExpressionUUID->"5ab23a0f-a474-4045-999e-8b961038d06f", CellID->1587036047], -Cell[56821, 1586, 251, 6, 36, "Output",ExpressionUUID->"3b1aec74-a2fc-4f75-8295-23d3e3426223", +Cell[56848, 1590, 251, 6, 36, "Output",ExpressionUUID->"3b1aec74-a2fc-4f75-8295-23d3e3426223", CellID->1552485652] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[57341, 1605, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"d76b6976-0e4a-4077-8bb7-d5ff6c00f826"], +Cell[62841, 1755, 670, 18, 70, "TechNotesSection",ExpressionUUID->"aeea092f-d49e-4524-8f6c-e89bd99f0462"], +Cell[63514, 1775, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"802886ad-730c-4605-a22f-4466ffcc9853"], +Cell[64550, 1803, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"89c8c041-d5a8-4738-9783-b0cca6d49f36"], Cell[CellGroupData[{ -Cell[57336, 1603, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"8928a906-d84b-40d7-b9c8-8ef9338c8ae9"], -Cell[62836, 1753, 670, 18, 70, "TechNotesSection",ExpressionUUID->"057346f3-9bb2-4392-ab8c-b833f628aa98"] -}, Open ]], -Cell[63521, 1774, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3a585d77-a37b-46bb-a0b2-cc190d216085"], -Cell[64557, 1802, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"5820857e-baaf-493b-bac9-6284cb724318"], -Cell[CellGroupData[{ -Cell[66823, 1869, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9d9afe2a-c298-4645-a028-557367e06898", +Cell[66816, 1870, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9d9afe2a-c298-4645-a028-557367e06898", CellID->523381089], -Cell[66963, 1872, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83f72a42-28a8-458f-9b8d-f1c2db33d887", +Cell[66956, 1873, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83f72a42-28a8-458f-9b8d-f1c2db33d887", CellID->1194386356], -Cell[67185, 1878, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ca93296-f732-44b1-9489-4a7922e15e60", +Cell[67178, 1879, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ca93296-f732-44b1-9489-4a7922e15e60", CellID->1641706272], -Cell[67400, 1883, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2297114f-1161-441c-9372-54042c945112", +Cell[67393, 1884, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2297114f-1161-441c-9372-54042c945112", CellID->399251956], -Cell[67629, 1889, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1d171e72-96af-4c07-a484-4aadc1efb179", +Cell[67622, 1890, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1d171e72-96af-4c07-a484-4aadc1efb179", CellID->821434655] }, Open ]], -Cell[67866, 1895, 78, 0, 70, "FooterCell",ExpressionUUID->"76d9d497-95b9-421c-a3da-d7e0809c131f"] +Cell[67859, 1896, 78, 0, 70, "FooterCell",ExpressionUUID->"2d727193-fdb2-43b8-94b4-a9e1fa9a5ce1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelCalculation.nb b/Documentation/English/ReferencePages/Symbols/KernelCalculation.nb index d45b956..7bdcf4f 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelCalculation.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelCalculation.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 133888, 3568] -NotebookOptionsPosition[ 111190, 3112] -NotebookOutlinePosition[ 113619, 3170] -CellTagsIndexPosition[ 113532, 3165] +NotebookDataLength[ 133900, 3568] +NotebookOptionsPosition[ 111214, 3114] +NotebookOutlinePosition[ 113662, 3172] +CellTagsIndexPosition[ 113575, 3167] WindowTitle->KernelCalculation WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5c1dc024-69bc-4ec3-beb5-6cb7613235c0"], + "2a1a3ced-d902-49b0-8384-5b64138ff895"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3821b350-5aee-44bf-8f75-ef464a8b56b7"], + "5b8570f9-e3b0-481a-be73-bad8cc4a0944"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "075e03bb-2b9c-4deb-934a-489ce7fb5afd"] - }],ExpressionUUID->"86e550d8-c8f1-4b6f-a07a-c2d7e1ba34b6"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "68610291-4435-47db-a260-96cb44a0fb48"] + }],ExpressionUUID->"f1a1df6c-8492-4eb1-bbb2-79e590e55c07"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3d820e10-0796-4e66-ada9-e994a8b75110"], + "6f1dfd32-cde9-4c3e-8a6a-cd81ead8ed2d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "21c59e32-edcc-480f-bc4c-b4cfe98420db"] - }],ExpressionUUID->"1d7976ba-d201-4488-a4f4-c4e5602c7eb1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5ed78964-7753-4175-af76-abff514ac490"] + }],ExpressionUUID->"18600cf7-00b5-4eb2-bb0b-4ba5f2359145"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0b34a526-3461-41f3-a73b-2bb1b43abf2e"], + "39280197-ce63-4c2a-a9ac-e969116b0557"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "399e15be-ea77-492b-bbb3-e1e73ba86ad4"] - }],ExpressionUUID->"8f4eee70-fe5b-4ccb-84dd-7f49f397c0c2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3a5d2030-10df-42f2-95f7-f93075b02c63"] + }],ExpressionUUID->"aa2ca7f8-4e60-4a3b-91c6-cb89f654f309"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb256621-391e-43e0-a210-0f53bdc2dccd"], + "2988fd73-7272-45c8-bec1-e87d89bb44e3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f99b6ae0-d6fe-4ed1-9383-ff2e12205492"] - }],ExpressionUUID->"18bfa024-93cf-4269-b1c0-74225b8a83d2"], - StripOnInput->False], {"\<\"TUG/ref/KernelCalculation\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelCalculation"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2da4444e-d527-4824-8b17-e7cecf1a8158"] + }],ExpressionUUID->"de9556a3-e1cd-4ace-b888-a29953c13429"], + StripOnInput->False],{ + "\"TUG/ref/KernelCalculation\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelCalculation"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ KernelCalculation.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$102023], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelCalculation" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$110469], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelCalculation" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4cbe35fd-9892-4352-a352-a33e18b21432"] + "1a7bf239-f67b-48f9-9b6a-075629ec189b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f2138176-ee0b-47f9-8363-c6679cd531b0"]} + "cd992bcb-8a8a-48f4-9612-f93580e5495c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fe8a17fa-3d59-47a2-8963-fcae2cd89bdc"], + CellID->1,ExpressionUUID->"eb77e670-8eaa-433c-81b5-d1d48760d5df"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d5c34918-60fb-4cb6-9dd6-ede1e7563b54"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1d883d78-1553-41db-869a-01a45de15c7d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelCalculation", "ObjectName",ExpressionUUID-> - "ce168433-81ad-4e00-91da-17d568b48a8b"], + "a0ab144c-2137-4ef6-a752-6a5196d35a0f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"dfad6e22-5f41-4da2-a9db-1269c7d50c06"], + "Spacer1"]],ExpressionUUID->"c054776e-7db5-465a-b83e-85cc17434729"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7b6e081b-def9-4c7a-b49f-5764d59f4380"] - }],ExpressionUUID->"75662ab8-c672-4ad7-ba8d-777cff0c1f8d"], Cell[BoxData[ + "f07e9db4-4393-4571-b256-14dc703beef7"] + }],ExpressionUUID->"34a76e1e-99e5-4214-a199-348f99341da6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e60deb8a-de73-44d2-886a-33cd21b67dcf"]} + "1f141be7-5721-4ca1-9a2c-85aa5a0429c2"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cdba5dee-3f5f-4ebd-88b8-c4a5f3dd7923"], + CacheGraphics->False,ExpressionUUID->"c123c372-e8ee-41d4-827d-25d88d40afa4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on an LP approach as suggested by H.I. Meinhardt (2006). " - }],ExpressionUUID->"b0ff9ee1-ab38-480e-9dab-58f69c6d4bca"]}, + }],ExpressionUUID->"227e3926-e252-4cb5-8b29-2100e30910b0"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"KernelCalculation", "[", @@ -257,7 +262,7 @@ Cell[BoxData[GridBox[{ StyleBox["DisplayAllResults", FontSlant->"Italic"], " returns the LP from which an additional point can be found. " - }],ExpressionUUID->"f15aa949-bbd6-4375-81c2-60da4eda675c"]} + }],ExpressionUUID->"bdfda4d0-b045-4dcd-8032-1a1368fc3daa"]} }]], "Usage", CellID->375084945,ExpressionUUID->"fd0cff2c-4b6e-432f-8df0-2a55cda5e8dd"] }, Open ]], @@ -290,12 +295,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2fe98b39-fe30-4889-8db1-ad4590fbad65"], + ExpressionUUID->"d9d89227-b938-4f89-b7fd-2ca37a8e5f5e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d85eb29c-d35c-40aa-9fa6-497a5a3d696f"], + "Spacer1"]],ExpressionUUID->"c4885153-0621-4848-956c-ccb35c9fda5f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b24417b5-1ddc-418a-9d7f-2e46f0ea3334"], + }], "NotesFrameText",ExpressionUUID->"c7c15572-d6b9-4477-935c-fc578103e913"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -306,12 +311,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bb5c28ab-411a-4c34-a672-5bc983381649"]], \ + "Preemptive"]],ExpressionUUID->"fbbc57a6-0196-4a10-bfb9-b7e121273f1a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->470858528,ExpressionUUID->"1eee2c96-6939-460c-91a9-d580b0c0f174"], + CellID->1007995974,ExpressionUUID->"71dcd236-78b1-4388-bae2-5707f55582e8"], Cell[TextData[{ "The input expression ", @@ -382,11 +387,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7b7423b8-684e-45a0-bafa-ceaa6d592d89"], "RevisedSimplex", Cell[ + "6019ee05-7b48-48b0-a525-c5d1e2b628ca"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"a76e6600-ea77-4059-9565-f628705368fc"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "496771b1-0a1b-4cde-ad4e-8e56d945b4fe"], + "5be75a1f-e571-4455-aba1-9c7cf3016005"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -402,11 +407,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d7076d59-b07e-4cbe-9c46-202ad7d5cd09"], "CLP", Cell[ + "f8a909cb-dfd2-420b-947c-a59d21e9c2e2"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"79d59949-b3a9-4e5d-a9ea-ba72f781335f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "869057e3-d56e-45a3-b3e6-5b35143fa48a"], + "153d8f43-bee8-47c6-a104-12b2b8d06071"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -422,11 +427,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "32b01f5d-b4f6-4e80-868e-044fe972878d"], "InteriorPoint", Cell[ + "2fc78e62-e869-46dc-81ea-39d7de54972e"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"fe29db5e-6029-4976-96ac-e450f9e5937b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "bd0558c3-b3af-4e75-bab2-deb50754b58b"], + "eb7c1960-b92f-40e7-be9e-b0e4306ba8b1"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -448,7 +453,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "20583dea-0389-4a92-8b93-64881881a9c5"], + "4966740e-e69f-42ff-ae0d-dc2c9216f4bf"], TemplateBox[{ Cell[ TextData["CallMaximize"]], "paclet:TUG/ref/CallMaximize", @@ -458,7 +463,7 @@ Cell[BoxData[GridBox[{ "use NMaximize to find a solution.", "TableText",ExpressionUUID-> "55dd0a35-71aa-42c0-acf0-f9040cf73827"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1a2e0d89-b9ff-429b-99be-3837e17c3b6b"], + "952c50b3-30ba-4b0c-8273-e8b012e2ab29"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -468,7 +473,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "25152e83-f84b-45a7-b492-373ce7eb93e5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "080a3d6d-6983-4f23-9690-6a4f36dd846c"], + "f9d1831c-35b7-43ef-bbea-1eb49cdd293e"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -490,7 +495,7 @@ do not return the complete list of results, only a kernel element.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "feefbdce-1445-4fb4-86af-d3bb36feb57f"], + "28ebf070-161a-4853-b539-c1dd5c51a8e9"], TemplateBox[{ Cell[ TextData["ChangeInternalEps"]], "paclet:TUG/ref/ChangeInternalEps", @@ -507,7 +512,7 @@ do not impose an internal cost term to every proper coalitions.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8ba42f4f-885e-4d40-b23f-6defbb7bdfdc"], + "3152abd3-4395-4449-ac57-03286c0c28b3"], TemplateBox[{ Cell[ TextData["SetGameToNonZeroMonotonic"]], @@ -517,7 +522,7 @@ Cell[BoxData[GridBox[{ "assume a zero-monotonic game.", "TableText",ExpressionUUID-> "571b4f23-2583-4639-b999-32658197b7f5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "708f821a-127a-4064-9dbf-fa50a07137cf"], + "525262c0-4e89-40d4-8c26-3ba9917567cf"], TemplateBox[{ Cell[ TextData["EpsilonValue"]], "paclet:TUG/ref/EpsilonValue", @@ -668,19 +673,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90e9cc50-0d81-4af7-b835-d9f5a1a9eb01"], + ExpressionUUID->"b0c5f7d9-9fcf-495c-bbe0-d1eb4e6982af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"67cd2fb7-a157-4437-b44b-76a0d79355ca"], + "Spacer1"]],ExpressionUUID->"8f107dfe-2e9d-4594-a78c-e7baf9ef681e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "04fd6741-06d8-4e84-8907-c22b3488645e"] + "376c1199-30b6-43cf-b4d0-94124f3ff7d4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->945606012,ExpressionUUID->"80c90828-aa34-439f-aa68-f9f1584e7c6f"], + CellID->598131080,ExpressionUUID->"83158d2f-b561-4be1-b180-a70b15b48e07"], Cell[CellGroupData[{ @@ -709,18 +714,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1153e4f9-0b3b-4db6-8aad-dbf26887ccba"], + ExpressionUUID->"263166e2-4b4b-40d2-a242-fc4f7e747539"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dd7b9896-9a2b-4011-bf6a-57031f23d60e"], + "Spacer1"]],ExpressionUUID->"fa8968f0-1f99-44ef-98a4-665fc19bbafb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "557d55d6-0df1-4251-845a-b0717c0c844d"] + "24577fef-229e-42b2-8c0f-06beed8b9689"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->736690127,ExpressionUUID->"71f6e0c8-8d8e-4650-94ba-f0070b50a4bd"], + CellID->1794727282,ExpressionUUID->"86e42846-6d2e-4b8a-9ca8-978a6ca15445"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"ff1b4492-37e8-4803-9887-573ce85d3a00"], @@ -2780,8 +2785,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2929,15 +2932,15 @@ Cell[BoxData[GridBox[{ "9623b8c9-5b74-4a1c-9b0f-13761d214ce8"] }], "SeeAlso",ExpressionUUID->"5ec26081-41dc-424f-94ca-dd3937e7f763"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"45da5164-c5d0-46c6-95f8-\ -bca4b62a0f92"], + }]], "SeeAlsoSection",ExpressionUUID->"1fbe1ac5-3bd1-4fa6-811b-\ +763e899fcc70"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2949,9 +2952,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6724260c-1ba0-4281-b471-53a0cc155435"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bd351736-a255-4238-8183-\ -98d5963a7f62"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a95a765a-30e1-4969-a967-\ +69f45b3cf3a6"], Cell[BoxData[GridBox[{ { @@ -2968,7 +2970,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "17067086-7329-4c89-85a7-69bde58e8d0e"]}]}, + "67d88264-3b30-44ee-ae5b-bb052517eeb9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2976,10 +2978,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b5eddbb6-a455-4b82-852d-c13b59907486"]}]} + "3b9917cc-d87d-4a1d-ba2c-f74a6ec11e36"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a4b24755-7853-4a69-8e1c-\ -741759cb0069"], + }]], "MoreAboutSection",ExpressionUUID->"986de173-310c-47ed-a004-\ +186daf43c1ad"], Cell[BoxData[GridBox[{ { @@ -3006,7 +3008,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5048d674-2b91-41ba-bd86-2a9c068f5d46"]], "RelatedLinks", + "34fa3cdb-4ee7-4752-bfa5-8f93c63de186"]], "RelatedLinks", ExpressionUUID->"ed7eafb7-a031-45ce-97a3-dce1b9d33094"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3023,7 +3025,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c589e440-81eb-426a-a73e-29ca0446b685"]], "RelatedLinks", + "2dd02ae6-8f78-42aa-9d32-2e97203f51fc"]], "RelatedLinks", ExpressionUUID->"a9925a7a-1aa1-4ec3-b8a4-37895a5569b0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3040,7 +3042,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0ccb22ec-4e7f-431f-aec2-bc345c3e587d"]], "RelatedLinks", + "34d8024b-cdcf-4467-874a-356a62f2948a"]], "RelatedLinks", ExpressionUUID->"811664ec-9396-4614-82a6-86be72d2f0bf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3057,7 +3059,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Transfer"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c82b94b5-a153-409a-9a63-be780d76b581"]], "RelatedLinks", + "605f5a59-348a-4106-bf65-97386a6040a5"]], "RelatedLinks", ExpressionUUID->"6ebddb16-cf9d-4343-910d-77a694df31b1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -3074,11 +3076,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LPtoMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dd6f5c05-1f45-4142-8399-439e1969546c"]], "RelatedLinks", + "c7b0a76c-6d9e-45a8-b634-78ca8cf90c37"]], "RelatedLinks", ExpressionUUID->"25f65bbc-09ea-45a7-afa1-7927a3a10efd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a008f413-a241-47ff-9445-\ -54e29c66186e"], + }]], "RelatedLinksSection",ExpressionUUID->"6ff085dc-26bb-4e97-8c21-\ +b8b15094cb51"], Cell[CellGroupData[{ @@ -3108,11 +3110,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e1b434e0-7e65-44e8-85ab-0d586012050b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5e61af92-e0b8-480d-bf70-9c8ed73f37f9"] +Cell[" ", "FooterCell",ExpressionUUID->"37ffa105-b4b1-4a67-bf98-cf6169a09c25"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelCalculation", TaggingRules->{ @@ -3123,7 +3125,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 3.226431}", + "built" -> "{2024, 6, 3, 16, 53, 23.988396}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -3135,10 +3137,10 @@ changed through options to use the Mathematica solver LinearOptimization \ rather than NMaximize. Turning on the option DisplayAllResults returns the LP \ from which an additional point can be found. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KernelCalculation", "titlemodifier" -> "", - "windowtitle" -> "KernelCalculation", "type" -> "Symbol", "uri" -> - "TUG/ref/KernelCalculation"}}, + "metadescription" -> "", "windowtitle" -> "KernelCalculation", "type" -> + "Symbol", "uri" -> "TUG/ref/KernelCalculation"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -3147,9 +3149,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1b460711-2578-446b-9f8d-f8212ab563cf" +ExpressionUUID->"1e66cf09-50be-450a-a140-957cfaab3119" ] (* End of Notebook Content *) @@ -3157,419 +3159,417 @@ ExpressionUUID->"1b460711-2578-446b-9f8d-f8212ab563cf" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[25159, 645, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"80c90828-aa34-439f-aa68-f9f1584e7c6f", + Cell[25216, 650, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"83158d2f-b561-4be1-b180-a70b15b48e07", CellTags->"PrimaryExamplesSection", - CellID->945606012]} + CellID->598131080]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 113332, 3158} + {"PrimaryExamplesSection", 113375, 3160} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7145, 168, 56, "AnchorBarGrid",ExpressionUUID->"fe8a17fa-3d59-47a2-8963-fcae2cd89bdc", +Cell[589, 21, 7201, 173, 57, "AnchorBarGrid",ExpressionUUID->"eb77e670-8eaa-433c-81b5-d1d48760d5df", CellID->1], -Cell[7737, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d5c34918-60fb-4cb6-9dd6-ede1e7563b54"], +Cell[7793, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1d883d78-1553-41db-869a-01a45de15c7d"], Cell[CellGroupData[{ -Cell[7848, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"cdba5dee-3f5f-4ebd-88b8-c4a5f3dd7923"], -Cell[9142, 232, 1327, 29, 209, "Usage",ExpressionUUID->"fd0cff2c-4b6e-432f-8df0-2a55cda5e8dd", +Cell[7904, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"c123c372-e8ee-41d4-827d-25d88d40afa4"], +Cell[9198, 237, 1327, 29, 208, "Usage",ExpressionUUID->"fd0cff2c-4b6e-432f-8df0-2a55cda5e8dd", CellID->375084945] }, Open ]], Cell[CellGroupData[{ -Cell[10506, 266, 1894, 47, 37, "NotesSection",ExpressionUUID->"1eee2c96-6939-460c-91a9-d580b0c0f174", +Cell[10562, 271, 1895, 47, 37, "NotesSection",ExpressionUUID->"71dcd236-78b1-4388-bae2-5707f55582e8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->470858528], -Cell[12403, 315, 515, 12, 57, "Notes",ExpressionUUID->"e3026620-4f69-4847-982f-3c9c0203c263", + CellID->1007995974], +Cell[12460, 320, 515, 12, 57, "Notes",ExpressionUUID->"e3026620-4f69-4847-982f-3c9c0203c263", CellID->1014199156], -Cell[12921, 329, 489, 12, 37, "Notes",ExpressionUUID->"444c23ba-a7e3-4f33-a67f-a8aa5db2857d", +Cell[12978, 334, 489, 12, 38, "Notes",ExpressionUUID->"444c23ba-a7e3-4f33-a67f-a8aa5db2857d", CellID->177724765], -Cell[13413, 343, 561, 8, 99, "Notes",ExpressionUUID->"5cd71353-0fb1-45f0-8ce8-799ed4473ace", +Cell[13470, 348, 561, 8, 99, "Notes",ExpressionUUID->"5cd71353-0fb1-45f0-8ce8-799ed4473ace", CellID->1883662853], -Cell[13977, 353, 353, 6, 57, "Notes",ExpressionUUID->"f78f7ca1-0c72-4735-8c5c-961b45ac1090", +Cell[14034, 358, 353, 6, 57, "Notes",ExpressionUUID->"f78f7ca1-0c72-4735-8c5c-961b45ac1090", CellID->309032586], -Cell[14333, 361, 282, 5, 57, "Notes",ExpressionUUID->"520e116c-a389-49ef-96a6-175eb0791418", +Cell[14390, 366, 282, 5, 57, "Notes",ExpressionUUID->"520e116c-a389-49ef-96a6-175eb0791418", CellID->1210693388], -Cell[14618, 368, 386, 12, 37, "Notes",ExpressionUUID->"43fb19a5-542e-403b-8fab-8bba0de9451d", +Cell[14675, 373, 386, 12, 38, "Notes",ExpressionUUID->"43fb19a5-542e-403b-8fab-8bba0de9451d", CellID->24981], -Cell[15007, 382, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"90b7acd3-3b63-48db-a997-9aad1b8955b8", +Cell[15064, 387, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"90b7acd3-3b63-48db-a997-9aad1b8955b8", CellID->12695], -Cell[15902, 402, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"cda36b27-70b1-4819-8f4e-dcef5ce56eb6", +Cell[15959, 407, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"cda36b27-70b1-4819-8f4e-dcef5ce56eb6", CellID->1546107665], -Cell[16760, 422, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"6d8fb539-5e07-44c9-aa82-b0433b07de05", +Cell[16817, 427, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"6d8fb539-5e07-44c9-aa82-b0433b07de05", CellID->512784626], -Cell[17630, 442, 267, 4, 70, "Notes",ExpressionUUID->"4780fbf2-432b-47ed-ac99-ed2c0086fb1c", +Cell[17687, 447, 267, 4, 70, "Notes",ExpressionUUID->"4780fbf2-432b-47ed-ac99-ed2c0086fb1c", CellID->13178], -Cell[17900, 448, 1681, 40, 70, "3ColumnTableMod",ExpressionUUID->"ec8677aa-64a7-44e4-8bd5-91d20711b5d9", +Cell[17957, 453, 1681, 40, 70, "3ColumnTableMod",ExpressionUUID->"ec8677aa-64a7-44e4-8bd5-91d20711b5d9", CellID->1782664966], -Cell[19584, 490, 701, 15, 70, "3ColumnTableMod",ExpressionUUID->"e72371ae-7bd7-4c31-9965-d6f5a6e811f0", +Cell[19641, 495, 701, 15, 70, "3ColumnTableMod",ExpressionUUID->"e72371ae-7bd7-4c31-9965-d6f5a6e811f0", CellID->195616712], -Cell[20288, 507, 1119, 25, 70, "3ColumnTableMod",ExpressionUUID->"b0927b86-da9d-4e49-b612-9303749bb8b9", +Cell[20345, 512, 1119, 25, 70, "3ColumnTableMod",ExpressionUUID->"b0927b86-da9d-4e49-b612-9303749bb8b9", CellID->137196205], -Cell[21410, 534, 478, 14, 70, "Notes",ExpressionUUID->"38c5187a-bc37-4af0-b383-9f6b5ca603a2", +Cell[21467, 539, 478, 14, 70, "Notes",ExpressionUUID->"38c5187a-bc37-4af0-b383-9f6b5ca603a2", CellID->2041037989], -Cell[21891, 550, 520, 14, 70, "Notes",ExpressionUUID->"92c4ac54-a2a8-4a1e-afba-ecc31688f0ca", +Cell[21948, 555, 520, 14, 70, "Notes",ExpressionUUID->"92c4ac54-a2a8-4a1e-afba-ecc31688f0ca", CellID->821313100], -Cell[22414, 566, 526, 14, 70, "Notes",ExpressionUUID->"060ed9e4-9d15-4711-a936-34660c4b807d", +Cell[22471, 571, 526, 14, 70, "Notes",ExpressionUUID->"060ed9e4-9d15-4711-a936-34660c4b807d", CellID->17859], -Cell[22943, 582, 971, 24, 70, "Notes",ExpressionUUID->"ab50c78d-ef3e-4f80-93b1-df196f97a9e3", +Cell[23000, 587, 971, 24, 70, "Notes",ExpressionUUID->"ab50c78d-ef3e-4f80-93b1-df196f97a9e3", CellID->731], -Cell[23917, 608, 545, 14, 70, "Notes",ExpressionUUID->"dcffecad-4df7-4a8c-ad1e-e38daf29fa94", +Cell[23974, 613, 545, 14, 70, "Notes",ExpressionUUID->"dcffecad-4df7-4a8c-ad1e-e38daf29fa94", CellID->1067964304], -Cell[24465, 624, 567, 15, 70, "Notes",ExpressionUUID->"171aaef0-7189-49aa-a8ff-afef02a7fc31", +Cell[24522, 629, 567, 15, 70, "Notes",ExpressionUUID->"171aaef0-7189-49aa-a8ff-afef02a7fc31", CellID->1641958134] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[25159, 645, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"80c90828-aa34-439f-aa68-f9f1584e7c6f", +Cell[25216, 650, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"83158d2f-b561-4be1-b180-a70b15b48e07", CellTags->"PrimaryExamplesSection", - CellID->945606012], + CellID->598131080], Cell[CellGroupData[{ -Cell[26604, 686, 1398, 36, 70, "ExampleSection",ExpressionUUID->"71f6e0c8-8d8e-4650-94ba-f0070b50a4bd", - CellID->736690127], -Cell[28005, 724, 119, 1, 70, "ExampleText",ExpressionUUID->"ff1b4492-37e8-4803-9887-573ce85d3a00", +Cell[26661, 691, 1399, 36, 70, "ExampleSection",ExpressionUUID->"86e42846-6d2e-4b8a-9ca8-978a6ca15445", + CellID->1794727282], +Cell[28063, 729, 119, 1, 70, "ExampleText",ExpressionUUID->"ff1b4492-37e8-4803-9887-573ce85d3a00", CellID->1849160940], Cell[CellGroupData[{ -Cell[28149, 729, 168, 3, 70, "Input",ExpressionUUID->"1f8bf43a-75ba-47dd-9047-31847e9b2195", +Cell[28207, 734, 168, 3, 70, "Input",ExpressionUUID->"1f8bf43a-75ba-47dd-9047-31847e9b2195", CellID->1331667294], Cell[CellGroupData[{ -Cell[28342, 736, 236, 4, 70, "Print",ExpressionUUID->"004b8ccd-58d1-49f4-9993-fd004dc95405", +Cell[28400, 741, 236, 4, 70, "Print",ExpressionUUID->"004b8ccd-58d1-49f4-9993-fd004dc95405", CellID->1226025854], -Cell[28581, 742, 365, 8, 70, "Print",ExpressionUUID->"9f92cb38-ec8c-4019-9321-d9f5f2d36ef0", +Cell[28639, 747, 365, 8, 70, "Print",ExpressionUUID->"9f92cb38-ec8c-4019-9321-d9f5f2d36ef0", CellID->1299386861], -Cell[28949, 752, 236, 4, 70, "Print",ExpressionUUID->"a8192c2c-c114-4bd2-8f84-75147728fc2f", +Cell[29007, 757, 236, 4, 70, "Print",ExpressionUUID->"a8192c2c-c114-4bd2-8f84-75147728fc2f", CellID->2133722166], -Cell[29188, 758, 220, 3, 70, "Print",ExpressionUUID->"f4b65dc6-df4c-48ef-a49e-1ddb46e13941", +Cell[29246, 763, 220, 3, 70, "Print",ExpressionUUID->"f4b65dc6-df4c-48ef-a49e-1ddb46e13941", CellID->1281323794], -Cell[29411, 763, 206, 3, 70, "Print",ExpressionUUID->"4da1a13c-ec7e-4cee-aab0-a226656d4339", +Cell[29469, 768, 206, 3, 70, "Print",ExpressionUUID->"4da1a13c-ec7e-4cee-aab0-a226656d4339", CellID->877006616], -Cell[29620, 768, 236, 4, 70, "Print",ExpressionUUID->"5efc66e5-083e-44e3-bf53-751e123d17b2", +Cell[29678, 773, 236, 4, 70, "Print",ExpressionUUID->"5efc66e5-083e-44e3-bf53-751e123d17b2", CellID->716331551], -Cell[29859, 774, 220, 3, 70, "Print",ExpressionUUID->"31d68897-844b-4632-9b0c-129b454337ba", +Cell[29917, 779, 220, 3, 70, "Print",ExpressionUUID->"31d68897-844b-4632-9b0c-129b454337ba", CellID->1545876980], -Cell[30082, 779, 235, 4, 70, "Print",ExpressionUUID->"1926494b-a3dc-4ed7-9f8e-e14ff5609f57", +Cell[30140, 784, 235, 4, 70, "Print",ExpressionUUID->"1926494b-a3dc-4ed7-9f8e-e14ff5609f57", CellID->665392712], -Cell[30320, 785, 235, 4, 70, "Print",ExpressionUUID->"aacb43ad-5ef3-4472-abdb-f34774459ba4", +Cell[30378, 790, 235, 4, 70, "Print",ExpressionUUID->"aacb43ad-5ef3-4472-abdb-f34774459ba4", CellID->370669564], -Cell[30558, 791, 206, 3, 70, "Print",ExpressionUUID->"70d78a3a-2c31-48ba-9f05-eb2a44f99caf", +Cell[30616, 796, 206, 3, 70, "Print",ExpressionUUID->"70d78a3a-2c31-48ba-9f05-eb2a44f99caf", CellID->375398002], -Cell[30767, 796, 235, 4, 70, "Print",ExpressionUUID->"9f49640d-e58c-4ffb-8924-47d9c836b371", +Cell[30825, 801, 235, 4, 70, "Print",ExpressionUUID->"9f49640d-e58c-4ffb-8924-47d9c836b371", CellID->779106554] }, Open ]] }, Open ]], -Cell[31029, 804, 136, 1, 70, "ExampleText",ExpressionUUID->"7f07927b-1fa5-49b5-b39d-eb27a20a7d94", +Cell[31087, 809, 136, 1, 70, "ExampleText",ExpressionUUID->"7f07927b-1fa5-49b5-b39d-eb27a20a7d94", CellID->768347684], -Cell[31168, 807, 234, 6, 70, "Input",ExpressionUUID->"584475c4-1e45-4643-8806-9fa8b10d3626", +Cell[31226, 812, 234, 6, 70, "Input",ExpressionUUID->"584475c4-1e45-4643-8806-9fa8b10d3626", CellID->522990392], -Cell[31405, 815, 381, 9, 70, "Input",ExpressionUUID->"ae9d74c5-64b5-43fa-98ed-18b1606a0ff8", +Cell[31463, 820, 381, 9, 70, "Input",ExpressionUUID->"ae9d74c5-64b5-43fa-98ed-18b1606a0ff8", CellID->1156709777], -Cell[31789, 826, 238, 6, 70, "Input",ExpressionUUID->"d6bb449f-4322-47b9-8f26-fc41d8309173", +Cell[31847, 831, 238, 6, 70, "Input",ExpressionUUID->"d6bb449f-4322-47b9-8f26-fc41d8309173", CellID->1666299995], -Cell[32030, 834, 191, 4, 70, "ExampleText",ExpressionUUID->"67d6f39c-447b-4df9-92c4-9d4a1659009b", +Cell[32088, 839, 191, 4, 70, "ExampleText",ExpressionUUID->"67d6f39c-447b-4df9-92c4-9d4a1659009b", CellID->1868702007], Cell[CellGroupData[{ -Cell[32246, 842, 174, 3, 70, "Input",ExpressionUUID->"b9202475-da34-48e5-b9cb-8e7e2f8072f6", +Cell[32304, 847, 174, 3, 70, "Input",ExpressionUUID->"b9202475-da34-48e5-b9cb-8e7e2f8072f6", CellID->164989933], -Cell[32423, 847, 530, 12, 54, "Output",ExpressionUUID->"3eada13b-4249-45d1-adc9-65fd78cf4285", +Cell[32481, 852, 530, 12, 53, "Output",ExpressionUUID->"3eada13b-4249-45d1-adc9-65fd78cf4285", CellID->1818425255] }, Open ]], -Cell[32968, 862, 432, 7, 70, "ExampleText",ExpressionUUID->"f96da097-566d-4905-82fc-6a574dab4118", +Cell[33026, 867, 432, 7, 70, "ExampleText",ExpressionUUID->"f96da097-566d-4905-82fc-6a574dab4118", CellID->1251707229], Cell[CellGroupData[{ -Cell[33425, 873, 200, 4, 70, "Input",ExpressionUUID->"73e6b7a7-f44f-4caa-a82c-1b25c081ea0d", +Cell[33483, 878, 200, 4, 70, "Input",ExpressionUUID->"73e6b7a7-f44f-4caa-a82c-1b25c081ea0d", CellID->907203796], Cell[CellGroupData[{ -Cell[33650, 881, 340, 7, 70, "Print",ExpressionUUID->"abb3b9a9-4c8e-49a6-931f-51f042112bfd", +Cell[33708, 886, 340, 7, 70, "Print",ExpressionUUID->"abb3b9a9-4c8e-49a6-931f-51f042112bfd", CellID->648560530], -Cell[33993, 890, 902, 23, 70, "Print",ExpressionUUID->"16a529c3-b0dc-44ce-ba94-b6dced16ba9c", +Cell[34051, 895, 902, 23, 70, "Print",ExpressionUUID->"16a529c3-b0dc-44ce-ba94-b6dced16ba9c", CellID->1435449244] }, Open ]], -Cell[34910, 916, 1117, 32, 81, "Output",ExpressionUUID->"8a4e35ee-2ab6-409b-9824-5c3fb44847bc", +Cell[34968, 921, 1117, 32, 81, "Output",ExpressionUUID->"8a4e35ee-2ab6-409b-9824-5c3fb44847bc", CellID->447325081] }, Open ]], -Cell[36042, 951, 320, 5, 70, "ExampleText",ExpressionUUID->"9cd3f43c-7cb1-47b4-b5fb-28e03cbf7fe3", +Cell[36100, 956, 320, 5, 70, "ExampleText",ExpressionUUID->"9cd3f43c-7cb1-47b4-b5fb-28e03cbf7fe3", CellID->1145315892], Cell[CellGroupData[{ -Cell[36387, 960, 259, 6, 70, "Input",ExpressionUUID->"647bec98-fe2b-441c-91d0-6c23ce2d5d4f", +Cell[36445, 965, 259, 6, 70, "Input",ExpressionUUID->"647bec98-fe2b-441c-91d0-6c23ce2d5d4f", CellID->1183122622], -Cell[36649, 968, 285, 7, 36, "Output",ExpressionUUID->"b8c1f9f6-41c4-4682-87e1-73bff0c88fc1", +Cell[36707, 973, 285, 7, 36, "Output",ExpressionUUID->"b8c1f9f6-41c4-4682-87e1-73bff0c88fc1", CellID->1849882777] }, Open ]], -Cell[36949, 978, 274, 5, 70, "ExampleText",ExpressionUUID->"9cc3dfed-6153-48b2-9768-3db79b2faf03", +Cell[37007, 983, 274, 5, 70, "ExampleText",ExpressionUUID->"9cc3dfed-6153-48b2-9768-3db79b2faf03", CellID->618097789], -Cell[37226, 985, 184, 3, 70, "ExampleText",ExpressionUUID->"9a10def4-60b3-45a4-a68b-d0e629f5f347", +Cell[37284, 990, 184, 3, 70, "ExampleText",ExpressionUUID->"9a10def4-60b3-45a4-a68b-d0e629f5f347", CellID->438685827], Cell[CellGroupData[{ -Cell[37435, 992, 281, 7, 70, "Input",ExpressionUUID->"b6efdbfc-c3a2-492f-9985-2d65016b5478", +Cell[37493, 997, 281, 7, 70, "Input",ExpressionUUID->"b6efdbfc-c3a2-492f-9985-2d65016b5478", CellID->201792919], Cell[CellGroupData[{ -Cell[37741, 1003, 340, 7, 70, "Print",ExpressionUUID->"e8f45b62-be1f-4ba8-8f70-a0f439e51c6d", +Cell[37799, 1008, 340, 7, 70, "Print",ExpressionUUID->"e8f45b62-be1f-4ba8-8f70-a0f439e51c6d", CellID->856631011], -Cell[38084, 1012, 901, 23, 70, "Print",ExpressionUUID->"99bb7733-1f3b-4d7c-8d40-fe8c6c41aa4f", +Cell[38142, 1017, 901, 23, 70, "Print",ExpressionUUID->"99bb7733-1f3b-4d7c-8d40-fe8c6c41aa4f", CellID->939074426] }, Open ]], -Cell[39000, 1038, 1117, 32, 81, "Output",ExpressionUUID->"b406f690-5fb8-4bb5-9a9e-963cbabfb6d0", +Cell[39058, 1043, 1117, 32, 81, "Output",ExpressionUUID->"b406f690-5fb8-4bb5-9a9e-963cbabfb6d0", CellID->660193844] }, Open ]], -Cell[40132, 1073, 365, 6, 70, "ExampleText",ExpressionUUID->"c88ff029-b60c-4c0b-9c6b-d63770852be2", +Cell[40190, 1078, 365, 6, 70, "ExampleText",ExpressionUUID->"c88ff029-b60c-4c0b-9c6b-d63770852be2", CellID->65170988], Cell[CellGroupData[{ -Cell[40522, 1083, 259, 6, 70, "Input",ExpressionUUID->"3b4d8cb0-3219-4481-9204-e8022cc5cf0c", +Cell[40580, 1088, 259, 6, 70, "Input",ExpressionUUID->"3b4d8cb0-3219-4481-9204-e8022cc5cf0c", CellID->1893278367], -Cell[40784, 1091, 285, 7, 36, "Output",ExpressionUUID->"90113131-6825-4834-9db8-cfe89616ac44", +Cell[40842, 1096, 285, 7, 36, "Output",ExpressionUUID->"90113131-6825-4834-9db8-cfe89616ac44", CellID->1072360250] }, Open ]], -Cell[41084, 1101, 317, 5, 70, "ExampleText",ExpressionUUID->"c1f50fed-c42f-4ed6-a983-c9174e08f239", +Cell[41142, 1106, 317, 5, 70, "ExampleText",ExpressionUUID->"c1f50fed-c42f-4ed6-a983-c9174e08f239", CellID->1676979450], Cell[CellGroupData[{ -Cell[41426, 1110, 180, 3, 70, "Input",ExpressionUUID->"42b1914b-fc71-48ed-ae0e-eca724d1966e", +Cell[41484, 1115, 180, 3, 70, "Input",ExpressionUUID->"42b1914b-fc71-48ed-ae0e-eca724d1966e", CellID->1146415872], -Cell[41609, 1115, 215, 5, 36, "Output",ExpressionUUID->"8aceb378-340d-4024-9eca-e5f27cf71b68", +Cell[41667, 1120, 215, 5, 36, "Output",ExpressionUUID->"8aceb378-340d-4024-9eca-e5f27cf71b68", CellID->115331508] }, Open ]], -Cell[41839, 1123, 172, 3, 70, "ExampleText",ExpressionUUID->"472e23b7-1f89-4c3d-9fb7-acd6ed9f2d72", +Cell[41897, 1128, 172, 3, 70, "ExampleText",ExpressionUUID->"472e23b7-1f89-4c3d-9fb7-acd6ed9f2d72", CellID->1582242784], Cell[CellGroupData[{ -Cell[42036, 1130, 269, 6, 70, "Input",ExpressionUUID->"9494498f-eb5f-44e4-9eee-52fa9d6c82de", +Cell[42094, 1135, 269, 6, 70, "Input",ExpressionUUID->"9494498f-eb5f-44e4-9eee-52fa9d6c82de", CellID->1517466959], Cell[CellGroupData[{ -Cell[42330, 1140, 340, 7, 70, "Print",ExpressionUUID->"cc1faf9c-5a3a-404d-a07d-7380ad2b1247", +Cell[42388, 1145, 340, 7, 70, "Print",ExpressionUUID->"cc1faf9c-5a3a-404d-a07d-7380ad2b1247", CellID->1155298180], -Cell[42673, 1149, 327, 7, 70, "Print",ExpressionUUID->"ce4ae6a0-f5f6-437c-931e-ca52fac57dbf", +Cell[42731, 1154, 327, 7, 70, "Print",ExpressionUUID->"ce4ae6a0-f5f6-437c-931e-ca52fac57dbf", CellID->244565824], -Cell[43003, 1158, 236, 4, 70, "Print",ExpressionUUID->"c1cc96ef-f259-4a3a-b8d5-c96ef6e1b5d5", +Cell[43061, 1163, 236, 4, 70, "Print",ExpressionUUID->"c1cc96ef-f259-4a3a-b8d5-c96ef6e1b5d5", CellID->1880920518], -Cell[43242, 1164, 902, 23, 70, "Print",ExpressionUUID->"35508635-3819-484c-994c-5d42428c3e44", +Cell[43300, 1169, 902, 23, 70, "Print",ExpressionUUID->"35508635-3819-484c-994c-5d42428c3e44", CellID->760819577] }, Open ]], -Cell[44159, 1190, 1119, 32, 81, "Output",ExpressionUUID->"f9752d42-97d5-4435-9f06-1aff74d40a77", +Cell[44217, 1195, 1119, 32, 81, "Output",ExpressionUUID->"f9752d42-97d5-4435-9f06-1aff74d40a77", CellID->1474669554] }, Open ]], Cell[CellGroupData[{ -Cell[45315, 1227, 260, 6, 70, "Input",ExpressionUUID->"39b11f2b-2069-4b09-9d0c-89d3e6ace52e", +Cell[45373, 1232, 260, 6, 70, "Input",ExpressionUUID->"39b11f2b-2069-4b09-9d0c-89d3e6ace52e", CellID->1162926306], -Cell[45578, 1235, 284, 7, 36, "Output",ExpressionUUID->"37b85f86-9b89-4f97-af0e-3ed121cdbd3b", +Cell[45636, 1240, 284, 7, 36, "Output",ExpressionUUID->"37b85f86-9b89-4f97-af0e-3ed121cdbd3b", CellID->79464962] }, Open ]], -Cell[45877, 1245, 247, 4, 70, "ExampleText",ExpressionUUID->"991a174e-ef10-4909-8c1c-2abbf7498e6c", +Cell[45935, 1250, 247, 4, 70, "ExampleText",ExpressionUUID->"991a174e-ef10-4909-8c1c-2abbf7498e6c", CellID->385929672], -Cell[46127, 1251, 455, 7, 70, "ExampleText",ExpressionUUID->"9cb95bef-d8c7-4519-b147-64ab74592acc", +Cell[46185, 1256, 455, 7, 70, "ExampleText",ExpressionUUID->"9cb95bef-d8c7-4519-b147-64ab74592acc", CellID->525800779], Cell[CellGroupData[{ -Cell[46607, 1262, 510, 12, 70, "Input",ExpressionUUID->"717a96ce-20de-4874-8c7d-c64e449b6003", +Cell[46665, 1267, 510, 12, 70, "Input",ExpressionUUID->"717a96ce-20de-4874-8c7d-c64e449b6003", CellID->533947440], Cell[CellGroupData[{ -Cell[47142, 1278, 341, 7, 70, "Print",ExpressionUUID->"ef10c5ae-683c-4e52-8c2a-85ce73181cd7", +Cell[47200, 1283, 341, 7, 70, "Print",ExpressionUUID->"ef10c5ae-683c-4e52-8c2a-85ce73181cd7", CellID->867111018], -Cell[47486, 1287, 902, 23, 70, "Print",ExpressionUUID->"8e31f23f-79de-48c5-aa4c-2b712e82dc62", +Cell[47544, 1292, 902, 23, 70, "Print",ExpressionUUID->"8e31f23f-79de-48c5-aa4c-2b712e82dc62", CellID->615156253] }, Open ]], -Cell[48403, 1313, 4571, 139, 233, "Output",ExpressionUUID->"3fea008a-ef79-4f40-9433-525f77786c3d", +Cell[48461, 1318, 4571, 139, 231, "Output",ExpressionUUID->"3fea008a-ef79-4f40-9433-525f77786c3d", CellID->1197075179] }, Open ]], Cell[CellGroupData[{ -Cell[53011, 1457, 205, 4, 70, "Input",ExpressionUUID->"9b99d6a5-b06e-4283-89e9-b3c7a8dbfcca", +Cell[53069, 1462, 205, 4, 70, "Input",ExpressionUUID->"9b99d6a5-b06e-4283-89e9-b3c7a8dbfcca", CellID->1474296413], -Cell[53219, 1463, 285, 7, 36, "Output",ExpressionUUID->"6e52a3be-b278-4733-9a1a-c17fa1757d28", +Cell[53277, 1468, 285, 7, 36, "Output",ExpressionUUID->"6e52a3be-b278-4733-9a1a-c17fa1757d28", CellID->553735044] }, Open ]], -Cell[53519, 1473, 158, 2, 70, "ExampleText",ExpressionUUID->"725ac028-f21d-4aea-9152-29cd2e5fa134", +Cell[53577, 1478, 158, 2, 70, "ExampleText",ExpressionUUID->"725ac028-f21d-4aea-9152-29cd2e5fa134", CellID->310732177], Cell[CellGroupData[{ -Cell[53702, 1479, 329, 7, 70, "Input",ExpressionUUID->"7d5015e0-9ca8-4f26-8211-1436bc76632d", +Cell[53760, 1484, 329, 7, 70, "Input",ExpressionUUID->"7d5015e0-9ca8-4f26-8211-1436bc76632d", CellID->492457477], Cell[CellGroupData[{ -Cell[54056, 1490, 342, 7, 70, "Print",ExpressionUUID->"b19c8ab7-d28f-4d3e-b5c6-3e642b3e1541", +Cell[54114, 1495, 342, 7, 70, "Print",ExpressionUUID->"b19c8ab7-d28f-4d3e-b5c6-3e642b3e1541", CellID->1841182107], -Cell[54401, 1499, 228, 3, 70, "Print",ExpressionUUID->"dc9f1df7-30aa-4d7a-9dfb-2948f1780a7c", +Cell[54459, 1504, 228, 3, 70, "Print",ExpressionUUID->"dc9f1df7-30aa-4d7a-9dfb-2948f1780a7c", CellID->348978393], -Cell[54632, 1504, 1050, 27, 70, "Print",ExpressionUUID->"460cfa64-a4ca-4eda-b286-c21bcc19a659", +Cell[54690, 1509, 1050, 27, 70, "Print",ExpressionUUID->"460cfa64-a4ca-4eda-b286-c21bcc19a659", CellID->539973562], -Cell[55685, 1533, 228, 3, 70, "Print",ExpressionUUID->"8f55da1c-b3af-4b7c-83fb-19561e2c8a70", +Cell[55743, 1538, 228, 3, 70, "Print",ExpressionUUID->"8f55da1c-b3af-4b7c-83fb-19561e2c8a70", CellID->975022253], -Cell[55916, 1538, 1049, 27, 70, "Print",ExpressionUUID->"51a0a4b0-18ca-4f28-89a2-9f83faa79da0", +Cell[55974, 1543, 1049, 27, 70, "Print",ExpressionUUID->"51a0a4b0-18ca-4f28-89a2-9f83faa79da0", CellID->1225985009], -Cell[56968, 1567, 294, 7, 70, "Print",ExpressionUUID->"9de49ac5-8286-40e5-ac7c-b5c45bd9d4ef", +Cell[57026, 1572, 294, 7, 70, "Print",ExpressionUUID->"9de49ac5-8286-40e5-ac7c-b5c45bd9d4ef", CellID->1256305114], -Cell[57265, 1576, 902, 23, 70, "Print",ExpressionUUID->"2997b9cc-823f-4613-8c3a-31463af4375d", +Cell[57323, 1581, 902, 23, 70, "Print",ExpressionUUID->"2997b9cc-823f-4613-8c3a-31463af4375d", CellID->373415585] }, Open ]], -Cell[58182, 1602, 2023, 56, 111, "Output",ExpressionUUID->"7754692c-8e2a-40fc-9c4c-e3580b0fb602", +Cell[58240, 1607, 2023, 56, 111, "Output",ExpressionUUID->"7754692c-8e2a-40fc-9c4c-e3580b0fb602", CellID->1891377721] }, Open ]], Cell[CellGroupData[{ -Cell[60242, 1663, 318, 7, 70, "Input",ExpressionUUID->"a9ae13e3-bb3a-4abe-92e8-d77449bba28e", +Cell[60300, 1668, 318, 7, 70, "Input",ExpressionUUID->"a9ae13e3-bb3a-4abe-92e8-d77449bba28e", CellID->181252285], Cell[CellGroupData[{ -Cell[60585, 1674, 342, 7, 70, "Print",ExpressionUUID->"3a8249f2-136a-4f51-9041-d32d5bc89096", +Cell[60643, 1679, 342, 7, 70, "Print",ExpressionUUID->"3a8249f2-136a-4f51-9041-d32d5bc89096", CellID->1626974678], -Cell[60930, 1683, 228, 3, 70, "Print",ExpressionUUID->"f992ccb4-6567-4c80-bdec-907a7b8ad05c", +Cell[60988, 1688, 228, 3, 70, "Print",ExpressionUUID->"f992ccb4-6567-4c80-bdec-907a7b8ad05c", CellID->748813587], -Cell[61161, 1688, 989, 25, 70, "Print",ExpressionUUID->"b1923177-8234-44fa-bf32-25f094336f2e", +Cell[61219, 1693, 989, 25, 70, "Print",ExpressionUUID->"b1923177-8234-44fa-bf32-25f094336f2e", CellID->523000628], -Cell[62153, 1715, 229, 3, 70, "Print",ExpressionUUID->"85ccf4b9-75e7-4f0a-9405-aafcc0e94df8", +Cell[62211, 1720, 229, 3, 70, "Print",ExpressionUUID->"85ccf4b9-75e7-4f0a-9405-aafcc0e94df8", CellID->1297916285], -Cell[62385, 1720, 993, 26, 70, "Print",ExpressionUUID->"420dceab-90c9-4309-8c34-29109c988102", +Cell[62443, 1725, 993, 26, 70, "Print",ExpressionUUID->"420dceab-90c9-4309-8c34-29109c988102", CellID->1397374117], -Cell[63381, 1748, 294, 7, 70, "Print",ExpressionUUID->"d084060b-e8b3-44e2-8321-0b8bbc2eb6a3", +Cell[63439, 1753, 294, 7, 70, "Print",ExpressionUUID->"d084060b-e8b3-44e2-8321-0b8bbc2eb6a3", CellID->1958449872], -Cell[63678, 1757, 843, 21, 70, "Print",ExpressionUUID->"9f554f6e-7144-4666-8721-f2350929808f", +Cell[63736, 1762, 843, 21, 70, "Print",ExpressionUUID->"9f554f6e-7144-4666-8721-f2350929808f", CellID->1745241367] }, Open ]], -Cell[64536, 1781, 2137, 56, 134, "Output",ExpressionUUID->"3b22300b-d4af-4c54-bad6-f14d4eedb1d4", +Cell[64594, 1786, 2137, 56, 133, "Output",ExpressionUUID->"3b22300b-d4af-4c54-bad6-f14d4eedb1d4", CellID->1099773247] }, Open ]], Cell[CellGroupData[{ -Cell[66710, 1842, 321, 7, 70, "Input",ExpressionUUID->"883e431d-7e90-40fd-9011-13701547cb56", +Cell[66768, 1847, 321, 7, 70, "Input",ExpressionUUID->"883e431d-7e90-40fd-9011-13701547cb56", CellID->2121856974], Cell[CellGroupData[{ -Cell[67056, 1853, 341, 7, 70, "Print",ExpressionUUID->"213735e0-e017-41b0-af11-b65322e4701f", +Cell[67114, 1858, 341, 7, 70, "Print",ExpressionUUID->"213735e0-e017-41b0-af11-b65322e4701f", CellID->667597235], -Cell[67400, 1862, 842, 21, 70, "Print",ExpressionUUID->"70791d7f-2f35-43e9-a779-1f9437ea75f1", +Cell[67458, 1867, 842, 21, 70, "Print",ExpressionUUID->"70791d7f-2f35-43e9-a779-1f9437ea75f1", CellID->536832145] }, Open ]], -Cell[68257, 1886, 1112, 30, 73, "Output",ExpressionUUID->"47f200ae-9a78-49aa-a96e-e5d58b0a1c58", +Cell[68315, 1891, 1112, 30, 73, "Output",ExpressionUUID->"47f200ae-9a78-49aa-a96e-e5d58b0a1c58", CellID->1759967091] }, Open ]], Cell[CellGroupData[{ -Cell[69406, 1921, 321, 7, 70, "Input",ExpressionUUID->"d3e693f8-1806-4ef5-9e89-86a3aca291a6", +Cell[69464, 1926, 321, 7, 70, "Input",ExpressionUUID->"d3e693f8-1806-4ef5-9e89-86a3aca291a6", CellID->430320445], Cell[CellGroupData[{ -Cell[69752, 1932, 342, 7, 70, "Print",ExpressionUUID->"e577f8ae-b5b5-4ddf-ba4d-11850850142a", +Cell[69810, 1937, 342, 7, 70, "Print",ExpressionUUID->"e577f8ae-b5b5-4ddf-ba4d-11850850142a", CellID->1739957485], -Cell[70097, 1941, 228, 3, 70, "Print",ExpressionUUID->"00174d7d-29d3-473b-9ad3-35cba590f588", +Cell[70155, 1946, 228, 3, 70, "Print",ExpressionUUID->"00174d7d-29d3-473b-9ad3-35cba590f588", CellID->652163653], -Cell[70328, 1946, 989, 25, 70, "Print",ExpressionUUID->"4e6f03fd-aca4-4428-b82c-4d8f9ce2f486", +Cell[70386, 1951, 989, 25, 70, "Print",ExpressionUUID->"4e6f03fd-aca4-4428-b82c-4d8f9ce2f486", CellID->767781623], -Cell[71320, 1973, 229, 3, 70, "Print",ExpressionUUID->"5b4a4be7-5bf7-4d46-9a77-eb85f44259ef", +Cell[71378, 1978, 229, 3, 70, "Print",ExpressionUUID->"5b4a4be7-5bf7-4d46-9a77-eb85f44259ef", CellID->1984523309], -Cell[71552, 1978, 992, 26, 70, "Print",ExpressionUUID->"79e31f34-843f-4905-8990-762ffddd8b42", +Cell[71610, 1983, 992, 26, 70, "Print",ExpressionUUID->"79e31f34-843f-4905-8990-762ffddd8b42", CellID->385600524], -Cell[72547, 2006, 294, 7, 70, "Print",ExpressionUUID->"506c0776-1d15-4f09-a844-c28189d2b167", +Cell[72605, 2011, 294, 7, 70, "Print",ExpressionUUID->"506c0776-1d15-4f09-a844-c28189d2b167", CellID->1528601200], -Cell[72844, 2015, 843, 21, 70, "Print",ExpressionUUID->"34794233-5ee1-4b28-9cdb-1c3b0bee7d46", +Cell[72902, 2020, 843, 21, 70, "Print",ExpressionUUID->"34794233-5ee1-4b28-9cdb-1c3b0bee7d46", CellID->1311709215] }, Open ]], -Cell[73702, 2039, 2136, 56, 134, "Output",ExpressionUUID->"464d5e6a-5c5a-413a-9a47-c50ddb9b5109", +Cell[73760, 2044, 2136, 56, 133, "Output",ExpressionUUID->"464d5e6a-5c5a-413a-9a47-c50ddb9b5109", CellID->465065486] }, Open ]], Cell[CellGroupData[{ -Cell[75875, 2100, 469, 12, 70, "Input",ExpressionUUID->"908faff1-1577-40c6-87f9-2e1529914d70", +Cell[75933, 2105, 469, 12, 70, "Input",ExpressionUUID->"908faff1-1577-40c6-87f9-2e1529914d70", CellID->246540558], Cell[CellGroupData[{ -Cell[76369, 2116, 341, 7, 70, "Print",ExpressionUUID->"30fbabf3-61bb-4d9a-ad68-c0c08ad2bf9d", +Cell[76427, 2121, 341, 7, 70, "Print",ExpressionUUID->"30fbabf3-61bb-4d9a-ad68-c0c08ad2bf9d", CellID->248228570], -Cell[76713, 2125, 229, 3, 70, "Print",ExpressionUUID->"88940708-ca31-47bf-8556-0eb9538aab79", +Cell[76771, 2130, 229, 3, 70, "Print",ExpressionUUID->"88940708-ca31-47bf-8556-0eb9538aab79", CellID->1926865468], -Cell[76945, 2130, 1156, 28, 70, "Print",ExpressionUUID->"dbfd5665-159d-47bc-a56b-03592c9fe70a", +Cell[77003, 2135, 1156, 28, 70, "Print",ExpressionUUID->"dbfd5665-159d-47bc-a56b-03592c9fe70a", CellID->1662140666], -Cell[78104, 2160, 228, 3, 70, "Print",ExpressionUUID->"e5d2ec79-1ec8-4060-bc13-bbe3a3630455", +Cell[78162, 2165, 228, 3, 70, "Print",ExpressionUUID->"e5d2ec79-1ec8-4060-bc13-bbe3a3630455", CellID->801963614], -Cell[78335, 2165, 1196, 29, 70, "Print",ExpressionUUID->"eee95ecf-b482-4f75-8458-41f710201a14", +Cell[78393, 2170, 1196, 29, 70, "Print",ExpressionUUID->"eee95ecf-b482-4f75-8458-41f710201a14", CellID->1620563927], -Cell[79534, 2196, 294, 7, 70, "Print",ExpressionUUID->"89fb0d82-f584-4aed-86f7-f96b34792e7b", +Cell[79592, 2201, 294, 7, 70, "Print",ExpressionUUID->"89fb0d82-f584-4aed-86f7-f96b34792e7b", CellID->2011119059], -Cell[79831, 2205, 973, 23, 70, "Print",ExpressionUUID->"73b664da-4494-4209-b93f-ad3c71ed1637", +Cell[79889, 2210, 973, 23, 70, "Print",ExpressionUUID->"73b664da-4494-4209-b93f-ad3c71ed1637", CellID->1341937177] }, Open ]], -Cell[80819, 2231, 2455, 65, 164, "Output",ExpressionUUID->"75159d6e-5077-4717-82cf-c45314c0c3c0", +Cell[80877, 2236, 2455, 65, 163, "Output",ExpressionUUID->"75159d6e-5077-4717-82cf-c45314c0c3c0", CellID->448102532] }, Open ]], -Cell[83289, 2299, 374, 10, 70, "Input",ExpressionUUID->"d236e1fa-3f86-423e-9cf7-df1e4e723eb9", +Cell[83347, 2304, 374, 10, 70, "Input",ExpressionUUID->"d236e1fa-3f86-423e-9cf7-df1e4e723eb9", CellID->642727741], Cell[CellGroupData[{ -Cell[83688, 2313, 219, 5, 70, "Input",ExpressionUUID->"b5812e66-f46f-4527-b9b2-e7326a67da07", +Cell[83746, 2318, 219, 5, 70, "Input",ExpressionUUID->"b5812e66-f46f-4527-b9b2-e7326a67da07", CellID->445125386], -Cell[83910, 2320, 221, 5, 36, "Output",ExpressionUUID->"96685e46-b6f3-406f-9ab6-0e6596c651ac", +Cell[83968, 2325, 221, 5, 36, "Output",ExpressionUUID->"96685e46-b6f3-406f-9ab6-0e6596c651ac", CellID->1089620420] }, Open ]], Cell[CellGroupData[{ -Cell[84168, 2330, 328, 7, 70, "Input",ExpressionUUID->"e418c17a-c390-4fe6-a776-9bbd2aca2329", +Cell[84226, 2335, 328, 7, 70, "Input",ExpressionUUID->"e418c17a-c390-4fe6-a776-9bbd2aca2329", CellID->283059142], Cell[CellGroupData[{ -Cell[84521, 2341, 341, 7, 70, "Print",ExpressionUUID->"6b6369d9-90de-48dd-9d02-4c74edbe2076", +Cell[84579, 2346, 341, 7, 70, "Print",ExpressionUUID->"6b6369d9-90de-48dd-9d02-4c74edbe2076", CellID->450758643], -Cell[84865, 2350, 902, 23, 70, "Print",ExpressionUUID->"65fed938-c37a-4c8b-9f7d-eec0b31fabed", +Cell[84923, 2355, 902, 23, 70, "Print",ExpressionUUID->"65fed938-c37a-4c8b-9f7d-eec0b31fabed", CellID->821518117] }, Open ]], -Cell[85782, 2376, 1118, 32, 81, "Output",ExpressionUUID->"a9769638-d446-4f09-b724-ae954c17e0ce", +Cell[85840, 2381, 1118, 32, 81, "Output",ExpressionUUID->"a9769638-d446-4f09-b724-ae954c17e0ce", CellID->833514493] }, Open ]], Cell[CellGroupData[{ -Cell[86937, 2413, 317, 7, 70, "Input",ExpressionUUID->"6d2087d6-c532-4c36-bf9a-5abbcaef1e1b", +Cell[86995, 2418, 317, 7, 70, "Input",ExpressionUUID->"6d2087d6-c532-4c36-bf9a-5abbcaef1e1b", CellID->642311882], Cell[CellGroupData[{ -Cell[87279, 2424, 342, 7, 70, "Print",ExpressionUUID->"b9848dfb-6a9f-4292-8ee0-dbe51d1b619f", +Cell[87337, 2429, 342, 7, 70, "Print",ExpressionUUID->"b9848dfb-6a9f-4292-8ee0-dbe51d1b619f", CellID->2077733321], -Cell[87624, 2433, 903, 23, 70, "Print",ExpressionUUID->"061d2c8f-833b-467c-8643-122909539fd2", +Cell[87682, 2438, 903, 23, 70, "Print",ExpressionUUID->"061d2c8f-833b-467c-8643-122909539fd2", CellID->1570331705] }, Open ]], -Cell[88542, 2459, 1119, 32, 81, "Output",ExpressionUUID->"4480549c-5d39-4889-ab3c-db9078594e41", +Cell[88600, 2464, 1119, 32, 81, "Output",ExpressionUUID->"4480549c-5d39-4889-ab3c-db9078594e41", CellID->1356515121] }, Open ]], Cell[CellGroupData[{ -Cell[89698, 2496, 319, 7, 70, "Input",ExpressionUUID->"7ce9df93-0e3c-4ba5-bdd2-0a9376db959d", +Cell[89756, 2501, 319, 7, 70, "Input",ExpressionUUID->"7ce9df93-0e3c-4ba5-bdd2-0a9376db959d", CellID->748609975], Cell[CellGroupData[{ -Cell[90042, 2507, 342, 7, 70, "Print",ExpressionUUID->"80576b4d-64e0-40d2-b362-a41cd6b6af5e", +Cell[90100, 2512, 342, 7, 70, "Print",ExpressionUUID->"80576b4d-64e0-40d2-b362-a41cd6b6af5e", CellID->1228165958], -Cell[90387, 2516, 902, 23, 70, "Print",ExpressionUUID->"2f0ee825-51f4-4fe6-98e7-d676ed6ef95f", +Cell[90445, 2521, 902, 23, 70, "Print",ExpressionUUID->"2f0ee825-51f4-4fe6-98e7-d676ed6ef95f", CellID->820222174] }, Open ]], -Cell[91304, 2542, 1149, 32, 81, "Output",ExpressionUUID->"3d988812-6bee-49a5-b457-f75019b62124", +Cell[91362, 2547, 1149, 32, 81, "Output",ExpressionUUID->"3d988812-6bee-49a5-b457-f75019b62124", CellID->1167481345] }, Open ]], Cell[CellGroupData[{ -Cell[92490, 2579, 321, 7, 70, "Input",ExpressionUUID->"5e92f307-894a-466f-8e1b-2cffc1081dc7", +Cell[92548, 2584, 321, 7, 70, "Input",ExpressionUUID->"5e92f307-894a-466f-8e1b-2cffc1081dc7", CellID->1377988310], Cell[CellGroupData[{ -Cell[92836, 2590, 341, 7, 70, "Print",ExpressionUUID->"55bf2cd6-7452-41fd-967a-3cb876e74ba0", +Cell[92894, 2595, 341, 7, 70, "Print",ExpressionUUID->"55bf2cd6-7452-41fd-967a-3cb876e74ba0", CellID->825923677], -Cell[93180, 2599, 903, 23, 70, "Print",ExpressionUUID->"0681d3e5-3dd4-434e-b707-11e4835863d0", +Cell[93238, 2604, 903, 23, 70, "Print",ExpressionUUID->"0681d3e5-3dd4-434e-b707-11e4835863d0", CellID->1919995421] }, Open ]], -Cell[94098, 2625, 1119, 32, 81, "Output",ExpressionUUID->"1c2d95f2-f0dd-453e-814b-df4a860325d2", +Cell[94156, 2630, 1119, 32, 81, "Output",ExpressionUUID->"1c2d95f2-f0dd-453e-814b-df4a860325d2", CellID->1835078581] }, Open ]], Cell[CellGroupData[{ -Cell[95254, 2662, 469, 12, 70, "Input",ExpressionUUID->"4513a6c7-539b-44a1-90b2-3743c284eabd", +Cell[95312, 2667, 469, 12, 70, "Input",ExpressionUUID->"4513a6c7-539b-44a1-90b2-3743c284eabd", CellID->1235664632], Cell[CellGroupData[{ -Cell[95748, 2678, 342, 7, 70, "Print",ExpressionUUID->"64009500-004f-4ffe-a859-a293df7e7d1a", +Cell[95806, 2683, 342, 7, 70, "Print",ExpressionUUID->"64009500-004f-4ffe-a859-a293df7e7d1a", CellID->1362755822], -Cell[96093, 2687, 1048, 26, 70, "Print",ExpressionUUID->"ce5fcad3-a853-4f53-beeb-427909caa74c", +Cell[96151, 2692, 1048, 26, 70, "Print",ExpressionUUID->"ce5fcad3-a853-4f53-beeb-427909caa74c", CellID->1532478864] }, Open ]], -Cell[97156, 2716, 1246, 34, 81, "Output",ExpressionUUID->"5782b7a4-066b-421e-9085-bd8b3198d9ee", +Cell[97214, 2721, 1246, 34, 81, "Output",ExpressionUUID->"5782b7a4-066b-421e-9085-bd8b3198d9ee", CellID->1427552418] }, Open ]], Cell[CellGroupData[{ -Cell[98439, 2755, 375, 10, 70, "Input",ExpressionUUID->"16d14480-9349-49a7-9922-07b4e307bd4a", +Cell[98497, 2760, 375, 10, 70, "Input",ExpressionUUID->"16d14480-9349-49a7-9922-07b4e307bd4a", CellID->2046358335], -Cell[98817, 2767, 250, 6, 36, "Output",ExpressionUUID->"6a081b3a-4a3e-4439-9703-2bff2b45dfa5", +Cell[98875, 2772, 250, 6, 36, "Output",ExpressionUUID->"6a081b3a-4a3e-4439-9703-2bff2b45dfa5", CellID->2014919476] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[99367, 2787, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"1fbe1ac5-3bd1-4fa6-811b-763e899fcc70"], +Cell[104867, 2937, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a95a765a-30e1-4969-a967-69f45b3cf3a6"], +Cell[105540, 2957, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"986de173-310c-47ed-a004-186daf43c1ad"], +Cell[106576, 2985, 3487, 97, 70, "RelatedLinksSection",ExpressionUUID->"6ff085dc-26bb-4e97-8c21-b8b15094cb51"], Cell[CellGroupData[{ -Cell[99331, 2784, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"45da5164-c5d0-46c6-95f8-bca4b62a0f92"], -Cell[104831, 2934, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bd351736-a255-4238-8183-98d5963a7f62"] -}, Open ]], -Cell[105516, 2955, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a4b24755-7853-4a69-8e1c-741759cb0069"], -Cell[106552, 2983, 3487, 97, 70, "RelatedLinksSection",ExpressionUUID->"a008f413-a241-47ff-9445-54e29c66186e"], -Cell[CellGroupData[{ -Cell[110064, 3084, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"23ca45b7-a5ea-401b-9aa8-4ccc9acc9ad5", +Cell[110088, 3086, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"23ca45b7-a5ea-401b-9aa8-4ccc9acc9ad5", CellID->1463358955], -Cell[110205, 3087, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa333cd1-1b1f-4318-b384-7b7609fb800d", +Cell[110229, 3089, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aa333cd1-1b1f-4318-b384-7b7609fb800d", CellID->1194386356], -Cell[110427, 3093, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2d3a1315-5b11-4468-90c8-89a2d4995061", +Cell[110451, 3095, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2d3a1315-5b11-4468-90c8-89a2d4995061", CellID->1641706272], -Cell[110642, 3098, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c3fb728a-edd4-42f3-86a3-7ad2960fd4c8", +Cell[110666, 3100, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c3fb728a-edd4-42f3-86a3-7ad2960fd4c8", CellID->399251956], -Cell[110871, 3104, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e1b434e0-7e65-44e8-85ab-0d586012050b", +Cell[110895, 3106, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e1b434e0-7e65-44e8-85ab-0d586012050b", CellID->821434655] }, Open ]], -Cell[111108, 3110, 78, 0, 70, "FooterCell",ExpressionUUID->"5e61af92-e0b8-480d-bf70-9c8ed73f37f9"] +Cell[111132, 3112, 78, 0, 70, "FooterCell",ExpressionUUID->"37ffa105-b4b1-4a67-bf98-cf6169a09c25"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelCoord.nb b/Documentation/English/ReferencePages/Symbols/KernelCoord.nb index e88b76e..7448ef1 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48942, 1215] -NotebookOptionsPosition[ 40955, 1057] -NotebookOutlinePosition[ 43105, 1111] -CellTagsIndexPosition[ 43019, 1106] +NotebookDataLength[ 48949, 1216] +NotebookOptionsPosition[ 40974, 1059] +NotebookOutlinePosition[ 43147, 1114] +CellTagsIndexPosition[ 43061, 1109] WindowTitle->KernelCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5a4d67ab-0965-4013-9975-6d9484220633"], + "24c0eac7-84a7-4091-8688-6ef6ea6b86dc"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6c15d56f-03e6-4ee6-8003-35e532e930eb"], + "a9769983-bd95-4cca-80e3-64bd605935c9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "27ff171e-1ad3-4679-95a9-35bf8c069d00"] - }],ExpressionUUID->"256879cc-fc8f-4b48-9576-911e3499afd9"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "12702e2e-58ec-4441-8bbb-58f48f3b3211"] + }],ExpressionUUID->"14cf6d1b-e66d-428a-a998-457fda531cd5"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ae0995a6-5485-45ad-9356-7f523e196222"], + "f2f74f10-b417-431b-a28f-007d05845fe8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71a374c9-6d8c-4082-b755-c3913be91e21"] - }],ExpressionUUID->"788e6ea8-25c8-4d81-af72-02ff2d73b893"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8a9f3f66-8e7a-491e-a689-47b955da2fe5"] + }],ExpressionUUID->"c391beb7-ac24-439f-8102-e234cd7d2a3a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7760518a-be22-458f-8599-1885015e2545"], + "551dbb95-e319-487a-8ec7-3022d79a3e92"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d4700dc1-b9be-47d5-9240-1dc4a9b6256e"] - }],ExpressionUUID->"9aaebdfb-902f-4eee-bcce-895e1c725e2a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0b3e2d05-9c7d-4ce9-a906-10b124c539bc"] + }],ExpressionUUID->"d26b734f-43e8-4a3c-b8d0-a7d1ca4caae2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e89a732c-4c35-4e34-8cca-61f58f1b015e"], + "b9287b9c-4fbd-47b0-aea3-fa3ad1f529bd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3df2e2d6-f899-4e1d-b754-28cd90cf71f2"] - }],ExpressionUUID->"8db2e9e6-f61f-4fb1-b80b-89f645f82014"], - StripOnInput->False], {"\<\"TUG/ref/KernelCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/KernelCoord.\ + "11c1e3ee-14d0-4c23-b14b-32fd45aac052"] + }],ExpressionUUID->"4760cba1-3ad2-4d5a-b772-e0c7d9497472"], + StripOnInput->False],{ + "\"TUG/ref/KernelCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/KernelCoord.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$102642], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelCoord" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$111122], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cf1770b0-a008-4f9d-996e-9760fcfe5370"] + "78b30583-13a7-4773-8acd-0d5581f0e498"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b87a574a-feea-4a07-9024-08b595d34b48"]} + "16d5bd54-3de9-4902-8ea3-b1c2f78df4d8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"78f8d59a-b70d-4f36-b221-da1ee42cd272"], + CellID->1,ExpressionUUID->"e8af5d5e-144c-4474-bcd8-c4b1051ca122"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"115ba6b9-8dba-46cd-8b15-01a65cf68fe5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f621fe85-13c0-4b47-ae57-f8b00880e67d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelCoord", "ObjectName",ExpressionUUID-> - "1ab8c76a-cc83-4f4f-ba48-c53c97d81d4c"], + "208282b6-3887-44b1-af87-bc44cb3fe1a3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ff89192f-55e6-4aa0-91e4-5628694c913c"], + "Spacer1"]],ExpressionUUID->"dc4fcbb2-d87e-4e20-9733-690af8502ccb"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "601a3f7a-7f38-466d-842e-373e6b13a4cc"] - }],ExpressionUUID->"25e8eb31-6b93-4716-b788-5ee65f71eca8"], Cell[BoxData[ + "888e9484-b23b-459a-ac6f-0519d5ef3338"] + }],ExpressionUUID->"094236d2-505c-424b-a8c4-e573aaa852dd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3eb042bc-6ae0-43b1-a7a2-ca3fa586e3af"]} + "f0b155a3-c4bb-4903-9d25-8719c06598c4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bf3fcb50-88b5-4ba0-8f9b-25cf9327f4c5"], + CacheGraphics->False,ExpressionUUID->"6e8148a3-d13c-4134-971c-089689477feb"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package plotting functions to \ supply the data of the kernel in order to depict it as a point or \ set-solution in the graphic. " - }],ExpressionUUID->"f1771de5-c67a-453f-8b1d-e5cc45ee5921"]} + }],ExpressionUUID->"cb36d3bd-9caf-4409-af82-a4a61268f890"]} }]], "Usage", CellID->1761465564,ExpressionUUID->"ac5c9d7f-09a8-469d-9a87-884c2514f551"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8aed82f2-2960-4a9e-bb38-15d407c3b8fd"], + ExpressionUUID->"595a401d-6494-46d7-9673-ad1152ef9420"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d95904f5-01f9-486d-a366-06f12eb7efb0"], + "Spacer1"]],ExpressionUUID->"cf65ef81-b532-42bd-a158-4dfa51f1b623"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3d6b1299-20e6-49a7-b5d3-fcdfe1122cd1"], + }], "NotesFrameText",ExpressionUUID->"5b826a30-87ca-48ab-8e06-b9bb7e6f86cb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"47c235b2-4d54-400b-b5cc-a8ed38df484f"]], \ + "Preemptive"]],ExpressionUUID->"7d5961d3-c8ae-4ce5-b7b4-ea458d7e14c0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->695752373,ExpressionUUID->"c8cffb14-2022-479b-89c8-586821b47780"], + CellID->523938344,ExpressionUUID->"18a4bf46-5854-4838-afea-7fcfb9063cb7"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -362,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"15ae3841-6ef9-4b78-985a-20f58732c456"], + ExpressionUUID->"134b8f3d-66e0-486e-b2f4-5ac6212edab7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0edac30a-0c44-4d07-9224-971ff93b4d0d"], + "Spacer1"]],ExpressionUUID->"6615f2fd-3409-4bc2-bd51-ce661b3d7ab1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cb095cc3-00c7-4b3e-a192-c6291a79c01e"] + "be4de7d4-bdd6-4217-8686-4eb40ff0f682"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1648256729,ExpressionUUID->"f98765b7-5ca5-4022-b57f-e0bd9a0f2f01"], + CellID->320677613,ExpressionUUID->"848c106a-44da-40d8-aea2-3f7d70cd9fcf"], Cell[CellGroupData[{ @@ -403,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b99e7959-dec0-4e74-b773-166ffdb1bfcd"], + ExpressionUUID->"4a6106b5-273b-435c-ad8c-a1eff0328f37"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"136946d4-70b7-4d04-8e18-c4d4dd4b3489"], + "Spacer1"]],ExpressionUUID->"b7576102-be40-41d9-bea2-25077dd299d4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "04e3530a-39eb-4c7e-9b08-650a2aeac1b9"] + "eca48fc7-b638-4437-948f-92a0d1cb564f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1625515149,ExpressionUUID->"7f0643e0-a28c-4838-82c4-65c1c43cf414"], + CellID->224069229,ExpressionUUID->"b8c2250e-58b0-44cb-8127-6fb8ce4f58ba"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"a5d77830-45fa-4d23-9e71-570946fe6c2b"], @@ -741,8 +746,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -890,15 +893,15 @@ Cell[BoxData[GridBox[{ "399f318e-ca7a-4e0f-b6ac-28a724156eba"] }], "SeeAlso",ExpressionUUID->"55e7f35e-8b96-488e-997d-19ceca0bb87e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fb36e563-419b-49e9-b034-\ -133a76594c83"], + }]], "SeeAlsoSection",ExpressionUUID->"29dd550d-09ec-46de-95a7-\ +b7ccffb94140"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -910,9 +913,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c08e8ee1-7d6c-49e7-a999-50d57501fbd8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6df485f5-8144-4b97-9e7e-\ -6a93dddfadf1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1b857d9f-9888-4273-b203-\ +a201ae6f856d"], Cell[BoxData[GridBox[{ { @@ -929,7 +931,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4c188dd-1279-4759-9f6f-14a3eb46e2f1"]}]}, + "69dfac07-b0b4-4e8d-a369-a86f8d7a43ca"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -937,10 +939,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "992ebde8-4e29-4c61-96c5-9eae8d625134"]}]} + "8fcc73cb-4cad-4e0d-9802-e4ccc348dbd6"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"74639c4e-ab2a-4600-9e65-\ -3f136d935380"], + }]], "MoreAboutSection",ExpressionUUID->"f8fc144c-adc2-4fec-aa62-\ +8126d2a98cb3"], Cell[BoxData[GridBox[{ { @@ -967,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "639b0bde-f117-49ac-b9ca-47ef81c32020"]], "RelatedLinks", + "449ad90b-c4be-4637-8e3d-4a3ca1f901f5"]], "RelatedLinks", ExpressionUUID->"311c45ba-545f-4c49-909b-2344a2951152"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -985,7 +987,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "32ae90f0-b065-4037-9675-2903b1c0fbb3"]], "RelatedLinks", + "91542ac3-c918-461b-90d9-25b8d29944ad"]], "RelatedLinks", ExpressionUUID->"fc75561d-6fc1-4b98-a59d-aa47ab9cd70e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1002,7 +1004,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f0e1e165-cf09-4e50-8691-a94013fdc434"]], "RelatedLinks", + "4f9b54e6-1314-40cf-b3c5-7b7161c1173b"]], "RelatedLinks", ExpressionUUID->"480d6e17-3178-4661-8c60-b50333f6c6d2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1019,11 +1021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d69cf5b4-4741-462f-a90f-cb45dfcc32a5"]], "RelatedLinks", + "080a7d68-04b1-4473-a820-bbaf25d9336a"]], "RelatedLinks", ExpressionUUID->"7e9c6dfc-53d5-4446-b481-9cdf31e5932b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"53ad7331-547a-4747-8870-\ -86da80e32cf1"], + }]], "RelatedLinksSection",ExpressionUUID->"4636fda0-b555-4b70-8a90-\ +511a10fea4c6"], Cell[CellGroupData[{ @@ -1053,11 +1055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d08d7344-3d99-4d2d-bfc6-1641273491b8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1e581836-1dc1-481d-8b00-36e997051abb"] +Cell[" ", "FooterCell",ExpressionUUID->"d1b5864d-e42e-4219-8383-d417fcd88678"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelCoord", TaggingRules->{ @@ -1068,7 +1070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 5.609625}", + "built" -> "{2024, 6, 3, 16, 53, 25.687050}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1076,10 +1078,11 @@ TaggingRules->{ "KernelCoord is an option for various package plotting functions to \ supply the data of the kernel in order to depict it as a point or \ set-solution in the graphic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "KernelCoord", "titlemodifier" -> "", "windowtitle" -> "KernelCoord", - "type" -> "Symbol", "uri" -> "TUG/ref/KernelCoord"}}, + "KernelCoord", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "KernelCoord", "type" -> "Symbol", "uri" -> + "TUG/ref/KernelCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1088,9 +1091,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a14edf8a-f618-4f3b-9107-a22615d7d91a" +ExpressionUUID->"e9ad5570-be61-4ef7-a678-0ad3ec7338bd" ] (* End of Notebook Content *) @@ -1098,125 +1101,123 @@ ExpressionUUID->"a14edf8a-f618-4f3b-9107-a22615d7d91a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13081, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f98765b7-5ca5-4022-b57f-e0bd9a0f2f01", + Cell[13136, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"848c106a-44da-40d8-aea2-3f7d70cd9fcf", CellTags->"PrimaryExamplesSection", - CellID->1648256729]} + CellID->320677613]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42818, 1099} + {"PrimaryExamplesSection", 42861, 1102} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7104, 168, 56, "AnchorBarGrid",ExpressionUUID->"78f8d59a-b70d-4f36-b221-da1ee42cd272", +Cell[583, 21, 7159, 173, 57, "AnchorBarGrid",ExpressionUUID->"e8af5d5e-144c-4474-bcd8-c4b1051ca122", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"115ba6b9-8dba-46cd-8b15-01a65cf68fe5"], +Cell[7745, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f621fe85-13c0-4b47-ae57-f8b00880e67d"], Cell[CellGroupData[{ -Cell[7801, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"bf3fcb50-88b5-4ba0-8f9b-25cf9327f4c5"], -Cell[9089, 232, 531, 10, 132, "Usage",ExpressionUUID->"ac5c9d7f-09a8-469d-9a87-884c2514f551", +Cell[7856, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"6e8148a3-d13c-4134-971c-089689477feb"], +Cell[9144, 237, 531, 10, 131, "Usage",ExpressionUUID->"ac5c9d7f-09a8-469d-9a87-884c2514f551", CellID->1761465564] }, Open ]], Cell[CellGroupData[{ -Cell[9657, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"c8cffb14-2022-479b-89c8-586821b47780", +Cell[9712, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"18a4bf46-5854-4838-afea-7fcfb9063cb7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->695752373], -Cell[11554, 296, 489, 12, 37, "Notes",ExpressionUUID->"a608e89f-bbd8-4d58-af06-900faa4937b0", + CellID->523938344], +Cell[11609, 301, 489, 12, 38, "Notes",ExpressionUUID->"a608e89f-bbd8-4d58-af06-900faa4937b0", CellID->177724765], -Cell[12046, 310, 566, 15, 59, "Notes",ExpressionUUID->"9663b8ca-06df-43b7-8ccc-0f7abd065f10", +Cell[12101, 315, 566, 15, 59, "Notes",ExpressionUUID->"9663b8ca-06df-43b7-8ccc-0f7abd065f10", CellID->358334548], -Cell[12615, 327, 339, 6, 57, "Notes",ExpressionUUID->"63e414ad-eb8b-46d3-99e8-8b2b18c1c883", +Cell[12670, 332, 339, 6, 57, "Notes",ExpressionUUID->"63e414ad-eb8b-46d3-99e8-8b2b18c1c883", CellID->63912693] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13081, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f98765b7-5ca5-4022-b57f-e0bd9a0f2f01", +Cell[13136, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"848c106a-44da-40d8-aea2-3f7d70cd9fcf", CellTags->"PrimaryExamplesSection", - CellID->1648256729], + CellID->320677613], Cell[CellGroupData[{ -Cell[14527, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7f0643e0-a28c-4838-82c4-65c1c43cf414", - CellID->1625515149], -Cell[15929, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"a5d77830-45fa-4d23-9e71-570946fe6c2b", +Cell[14581, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b8c2250e-58b0-44cb-8127-6fb8ce4f58ba", + CellID->224069229], +Cell[15982, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"a5d77830-45fa-4d23-9e71-570946fe6c2b", CellID->724598077], Cell[CellGroupData[{ -Cell[16072, 423, 168, 3, 27, "Input",ExpressionUUID->"cfb36d3e-692e-4a26-9cf5-23d02b7579cd", +Cell[16125, 428, 168, 3, 27, "Input",ExpressionUUID->"cfb36d3e-692e-4a26-9cf5-23d02b7579cd", CellID->2141335847], Cell[CellGroupData[{ -Cell[16265, 430, 236, 4, 23, "Print",ExpressionUUID->"7eabb4c4-848d-41a0-b578-fee600901290", +Cell[16318, 435, 236, 4, 23, "Print",ExpressionUUID->"7eabb4c4-848d-41a0-b578-fee600901290", CellID->749116372], -Cell[16504, 436, 366, 8, 23, "Print",ExpressionUUID->"a8050fec-c847-464d-9dff-35b960e7bfc5", +Cell[16557, 441, 366, 8, 23, "Print",ExpressionUUID->"a8050fec-c847-464d-9dff-35b960e7bfc5", CellID->1782614744], -Cell[16873, 446, 237, 4, 23, "Print",ExpressionUUID->"16779764-db84-43e5-9fdf-04d116c878d1", +Cell[16926, 451, 237, 4, 23, "Print",ExpressionUUID->"16779764-db84-43e5-9fdf-04d116c878d1", CellID->1179826288], -Cell[17113, 452, 221, 3, 23, "Print",ExpressionUUID->"9fdc1a18-9254-4fbe-8f76-1fd29da2e504", +Cell[17166, 457, 221, 3, 23, "Print",ExpressionUUID->"9fdc1a18-9254-4fbe-8f76-1fd29da2e504", CellID->1542696853], -Cell[17337, 457, 208, 3, 23, "Print",ExpressionUUID->"1957dae3-ced8-4993-aa22-ba4ba02853be", +Cell[17390, 462, 208, 3, 23, "Print",ExpressionUUID->"1957dae3-ced8-4993-aa22-ba4ba02853be", CellID->1518482818], -Cell[17548, 462, 238, 4, 23, "Print",ExpressionUUID->"dfa089e2-d292-4748-abaa-dec9ab8151bd", +Cell[17601, 467, 238, 4, 23, "Print",ExpressionUUID->"dfa089e2-d292-4748-abaa-dec9ab8151bd", CellID->1970672635], -Cell[17789, 468, 221, 3, 23, "Print",ExpressionUUID->"e221e025-aba9-447b-9e13-289385a1ec8c", +Cell[17842, 473, 221, 3, 23, "Print",ExpressionUUID->"e221e025-aba9-447b-9e13-289385a1ec8c", CellID->1093545357], -Cell[18013, 473, 236, 4, 23, "Print",ExpressionUUID->"afdd6bcd-5c84-42f2-90aa-dcd603ce1f27", +Cell[18066, 478, 236, 4, 23, "Print",ExpressionUUID->"afdd6bcd-5c84-42f2-90aa-dcd603ce1f27", CellID->308847816], -Cell[18252, 479, 237, 4, 23, "Print",ExpressionUUID->"2936501a-afde-4ae3-8fd6-b7c3e332e162", +Cell[18305, 484, 237, 4, 23, "Print",ExpressionUUID->"2936501a-afde-4ae3-8fd6-b7c3e332e162", CellID->1002243517], -Cell[18492, 485, 208, 3, 23, "Print",ExpressionUUID->"e6f815e2-2ffb-4cab-a3e4-38be73948e11", +Cell[18545, 490, 208, 3, 23, "Print",ExpressionUUID->"e6f815e2-2ffb-4cab-a3e4-38be73948e11", CellID->1034135188], -Cell[18703, 490, 237, 4, 23, "Print",ExpressionUUID->"969efbed-692a-4ce8-af23-6cb709e3ba15", +Cell[18756, 495, 237, 4, 23, "Print",ExpressionUUID->"969efbed-692a-4ce8-af23-6cb709e3ba15", CellID->1531604474] }, Open ]] }, Open ]], -Cell[18967, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"9bca405a-04ed-4f23-ade6-edc7e045be5c", +Cell[19020, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"9bca405a-04ed-4f23-ade6-edc7e045be5c", CellID->2083786667], -Cell[19107, 501, 234, 6, 70, "Input",ExpressionUUID->"72a461b9-3c54-4c98-889c-7dabd9aaa2d1", +Cell[19160, 506, 234, 6, 70, "Input",ExpressionUUID->"72a461b9-3c54-4c98-889c-7dabd9aaa2d1", CellID->585427827], -Cell[19344, 509, 375, 9, 70, "Input",ExpressionUUID->"2dccabbd-7c2d-4ff0-a6d6-aeb0d46d7beb", +Cell[19397, 514, 375, 9, 70, "Input",ExpressionUUID->"2dccabbd-7c2d-4ff0-a6d6-aeb0d46d7beb", CellID->1947756944], -Cell[19722, 520, 238, 6, 70, "Input",ExpressionUUID->"d7307098-7bcd-4690-bbf2-8a795e9e5001", +Cell[19775, 525, 238, 6, 70, "Input",ExpressionUUID->"d7307098-7bcd-4690-bbf2-8a795e9e5001", CellID->1946614331], Cell[CellGroupData[{ -Cell[19985, 530, 188, 4, 70, "Input",ExpressionUUID->"bb8063ca-c4e8-4869-968c-3ae40a95032c", +Cell[20038, 535, 188, 4, 70, "Input",ExpressionUUID->"bb8063ca-c4e8-4869-968c-3ae40a95032c", CellID->2047720606], -Cell[20176, 536, 278, 8, 51, "Output",ExpressionUUID->"5f310c45-2d52-46de-abe1-47654dc7aeab", +Cell[20229, 541, 278, 8, 50, "Output",ExpressionUUID->"5f310c45-2d52-46de-abe1-47654dc7aeab", CellID->36004496] }, Open ]], -Cell[20469, 547, 171, 3, 70, "ExampleText",ExpressionUUID->"31fd5832-1842-4594-93d1-1895eba37707", +Cell[20522, 552, 171, 3, 70, "ExampleText",ExpressionUUID->"31fd5832-1842-4594-93d1-1895eba37707", CellID->4896524], Cell[CellGroupData[{ -Cell[20665, 554, 262, 6, 70, "Input",ExpressionUUID->"1556f8d7-25f8-48dc-9e6f-b81dc1607948", +Cell[20718, 559, 262, 6, 70, "Input",ExpressionUUID->"1556f8d7-25f8-48dc-9e6f-b81dc1607948", CellID->640476792], -Cell[20930, 562, 3638, 68, 485, "Output",ExpressionUUID->"ffe40543-28e8-408b-a14c-20caa88c7176", +Cell[20983, 567, 3638, 68, 485, "Output",ExpressionUUID->"ffe40543-28e8-408b-a14c-20caa88c7176", CellID->1563608717] }, Open ]], -Cell[24583, 633, 678, 16, 70, "ExampleText",ExpressionUUID->"3c497b40-a619-4ec2-b52d-45e3ec86b7ca", +Cell[24636, 638, 678, 16, 70, "ExampleText",ExpressionUUID->"3c497b40-a619-4ec2-b52d-45e3ec86b7ca", CellID->1919643346], Cell[CellGroupData[{ -Cell[25286, 653, 319, 7, 70, "Input",ExpressionUUID->"948d31cb-a9c2-46f4-bde9-c6bcd49b88d4", +Cell[25339, 658, 319, 7, 70, "Input",ExpressionUUID->"948d31cb-a9c2-46f4-bde9-c6bcd49b88d4", CellID->1790394400], -Cell[25608, 662, 3811, 72, 485, "Output",ExpressionUUID->"b0d27282-9b08-41c9-9943-3d1b0cba9448", +Cell[25661, 667, 3811, 72, 485, "Output",ExpressionUUID->"b0d27282-9b08-41c9-9943-3d1b0cba9448", CellID->528699054] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29714, 748, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"29dd550d-09ec-46de-95a7-b7ccffb94140"], +Cell[35198, 898, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1b857d9f-9888-4273-b203-a201ae6f856d"], +Cell[35871, 918, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f8fc144c-adc2-4fec-aa62-8126d2a98cb3"], +Cell[36907, 946, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"4636fda0-b555-4b70-8a90-511a10fea4c6"], Cell[CellGroupData[{ -Cell[29683, 745, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"fb36e563-419b-49e9-b034-133a76594c83"], -Cell[35167, 895, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6df485f5-8144-4b97-9e7e-6a93dddfadf1"] -}, Open ]], -Cell[35852, 916, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"74639c4e-ab2a-4600-9e65-3f136d935380"], -Cell[36888, 944, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"53ad7331-547a-4747-8870-86da80e32cf1"], -Cell[CellGroupData[{ -Cell[39829, 1029, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"362d5caa-d20d-4279-b4d1-d45b45fc20c9", +Cell[39848, 1031, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"362d5caa-d20d-4279-b4d1-d45b45fc20c9", CellID->2135167160], -Cell[39970, 1032, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"535aab05-2b67-4762-bb26-0f5356d16942", +Cell[39989, 1034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"535aab05-2b67-4762-bb26-0f5356d16942", CellID->1194386356], -Cell[40192, 1038, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bc7b144-8cb7-4b6b-beb4-0e16a5725ecd", +Cell[40211, 1040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5bc7b144-8cb7-4b6b-beb4-0e16a5725ecd", CellID->1641706272], -Cell[40407, 1043, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8f2f7ef0-91f9-42d7-91b5-718963929eb6", +Cell[40426, 1045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8f2f7ef0-91f9-42d7-91b5-718963929eb6", CellID->399251956], -Cell[40636, 1049, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d08d7344-3d99-4d2d-bfc6-1641273491b8", +Cell[40655, 1051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d08d7344-3d99-4d2d-bfc6-1641273491b8", CellID->821434655] }, Open ]], -Cell[40873, 1055, 78, 0, 70, "FooterCell",ExpressionUUID->"1e581836-1dc1-481d-8b00-36e997051abb"] +Cell[40892, 1057, 78, 0, 70, "FooterCell",ExpressionUUID->"d1b5864d-e42e-4219-8383-d417fcd88678"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelImputationListQ.nb b/Documentation/English/ReferencePages/Symbols/KernelImputationListQ.nb index 8021c61..3252aad 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelImputationListQ.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelImputationListQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46676, 1214] -NotebookOptionsPosition[ 37836, 1038] -NotebookOutlinePosition[ 39961, 1092] -CellTagsIndexPosition[ 39875, 1087] +NotebookDataLength[ 46704, 1215] +NotebookOptionsPosition[ 37876, 1041] +NotebookOutlinePosition[ 40020, 1095] +CellTagsIndexPosition[ 39934, 1090] WindowTitle->KernelImputationListQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "35f4208a-358a-4371-ac6d-81bfa3adf539"], + "f268aa1f-8d83-4658-8b97-6841ec9ecdf8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c47c820a-c8a3-4550-ad45-72ff5b6aa79f"], + "0ae401a8-79ae-4c5a-8fc9-bc6f1aa69284"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "496080bf-64ad-4f50-9358-f0d85af1b119"] - }],ExpressionUUID->"1fbad96b-6d57-4d81-a619-03bd5e466403"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "9b50a981-7037-4f24-b3ee-2bf1dc21b601"] + }],ExpressionUUID->"453129a4-57f9-49fc-8491-444c63637fcf"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "711083b6-d85c-4a1c-8455-699f7a6cc439"], + "f636382b-c379-4939-a840-a8cf3df5d8d4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4ba9e9fc-2a82-4d8c-b37b-d1ba1a121427"] - }],ExpressionUUID->"b2814065-4edd-446a-9eab-a49ed7918d6e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "258a8875-9103-4cfb-920c-99280b2a4e44"] + }],ExpressionUUID->"8d2afa3d-738c-4ba9-8066-6b5e39d1c4e2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6b4fe05d-a9e1-471c-8846-5be094c7162a"], + "7f50073c-0be1-4da6-8d79-02cbdb1cfe3c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d686ad78-a68c-44ce-8953-12ed6371cca9"] - }],ExpressionUUID->"ee496768-7209-467a-9c90-364fc39ebf1a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d8d321b1-a9d4-4203-a9df-21365aa083f5"] + }],ExpressionUUID->"34296738-840c-4320-b672-796d61f61950"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "64835a7d-5809-42c0-a21a-3d2e930569da"], + "8b218d5f-882f-4f94-b0a9-7a7008e925b1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8493b25a-4da3-4f9e-8e3b-f086c8ce88e3"] - }],ExpressionUUID->"00684635-e761-40fc-82dc-2296593d49f2"], - StripOnInput->False], {"\<\"TUG/ref/KernelImputationListQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelImputationListQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6e59a750-1dd1-44f4-b515-ce0972171457"] + }],ExpressionUUID->"564b0ef9-16f7-4c03-a3a6-215052d0d628"], + StripOnInput->False],{ + "\"TUG/ref/KernelImputationListQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelImputationListQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ KernelImputationListQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$103211], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelImputationListQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$111725], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelImputationListQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6bf9b767-9fe2-4992-b292-24e9d164c3fc"] + "10e18e83-6312-4cfb-8ef8-9254d16892a4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ebbf648e-0e64-487c-ad45-84ec38dea010"]} + "72ee31e6-fb5e-407f-9a82-ebb8134ab4a8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5709cfd5-b64f-49ef-883b-c9a5f3dc80cb"], + CellID->1,ExpressionUUID->"d0a50eb7-769f-45ca-8e0e-5c7503be0f30"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"32bc38aa-a317-4c68-8cf0-6ca1c68cf949"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"39c988bb-db7f-448a-aec6-e56a804f8b27"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelImputationListQ", "ObjectName",ExpressionUUID-> - "1c3e9514-998c-499d-ae71-aa92a8528079"], + "0d09d750-99da-4ed8-bc6d-a360fd3da4ef"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"816ae7d2-d045-4bf2-8042-2352980e7ea0"], + "Spacer1"]],ExpressionUUID->"9a7b04d8-038f-408f-9643-ee49583bf5cb"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f051defc-9c87-4ac9-ae94-6d221ccc2501"] - }],ExpressionUUID->"2949cb96-24a4-473c-9c57-d0bfca54930a"], Cell[BoxData[ + "6de5639a-0f51-4f2c-82e7-e0db9c0a76d6"] + }],ExpressionUUID->"ea7302c9-470e-4928-b209-fc83ee63e1e7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d15b0523-e8a3-4340-acec-1111f830e22b"]} + "a0eb0e3f-1c9b-49f4-8e73-a7f20598f359"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"796dc2df-1516-447c-9c0e-77e1a8a6ab16"], + CacheGraphics->False,ExpressionUUID->"b1d68a57-1b27-42ce-93e0-21bf25a5d727"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ StyleBox["payoffs", FontSlant->"Italic"], " belongs to the kernel." - }],ExpressionUUID->"d1263dab-5829-458b-ac8c-869d9a172f9c"]} + }],ExpressionUUID->"83d93676-cef2-4d48-9d3b-309059c586c2"]} }]], "Usage", CellID->1521418352,ExpressionUUID->"2ba8188a-7eb4-4e5a-af92-996b9d2e0120"] }, Open ]], @@ -274,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fab8d24a-949b-4c51-b953-d8121a9b8453"], + ExpressionUUID->"63e47f77-079b-4105-af9a-2964738804b1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8e49b9c9-2f6a-4b4d-a8bd-8cd487c481e4"], + "Spacer1"]],ExpressionUUID->"2924f409-4794-477b-95a4-6ab388a43356"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"486e93c5-d9be-4f0a-a5b2-3072e816e8f4"], + }], "NotesFrameText",ExpressionUUID->"73f1795d-6fad-43d7-84b3-aa6aa43c79a6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"418b2b99-7b6b-47ef-b97d-ca42bbef1eab"]], \ + "Preemptive"]],ExpressionUUID->"099de588-a00d-47c5-afb5-ea300af63d5f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->920282688,ExpressionUUID->"80f9384a-2967-4d7b-949a-f4276e014675"], + CellID->1631719051,ExpressionUUID->"4c59bede-4620-4f32-a7e8-6888e2470164"], Cell[TextData[{ "The input expression ", @@ -380,19 +386,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a1761197-9f2f-455e-9c27-df78b5ad044f"], + ExpressionUUID->"ccf35087-125e-4a80-ae23-f2ea16858fb6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c6718153-5f78-4ff6-ad6e-6e3e3dd00ea3"], + "Spacer1"]],ExpressionUUID->"cd5ca2e2-5457-405b-b6e0-3a622e27de08"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0df08ff0-e6d9-411a-90e9-8d0b924929bf"] + "d49e9d62-af64-46b4-a67b-21f7f4b91b1e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1759416764,ExpressionUUID->"2f7f4b53-a086-481f-84a5-7b3679257eab"], + CellID->1791812240,ExpressionUUID->"bb879214-dd8d-4040-9a17-424b4ebf64b2"], Cell[CellGroupData[{ @@ -421,18 +427,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"56237570-f2fd-4b33-a037-04b58d100a42"], + ExpressionUUID->"442542d7-2166-48d3-a820-8942bf193912"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"34db0da6-141f-4f53-9b63-dad4b4bf56f6"], + "Spacer1"]],ExpressionUUID->"d609e8f3-dee1-4396-9ab9-6128b67352db"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e84d107d-f539-480b-8ae0-90bb58ce075e"] + "dadca7c3-b55d-4a03-ba05-d2b468e95af9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->732029573,ExpressionUUID->"d1f58a56-0e15-411c-9c7b-d4129a8bc01e"], + CellID->2100154924,ExpressionUUID->"c8383486-94bc-44aa-be8a-d6efd4e5549c"], Cell["Loading the package:", "ExampleText", CellID->2023763813,ExpressionUUID->"d64ef0c7-501f-457f-8a5e-4e7a7480f80b"], @@ -706,8 +712,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -855,15 +859,15 @@ Cell[BoxData[GridBox[{ "6a07f63e-6c63-43b2-9f20-3f8eb96362cc"] }], "SeeAlso",ExpressionUUID->"55a58160-b7c7-4014-85f4-5613c8f28f98"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fa25fde9-94b0-46f4-af6e-\ -ac76fa5565be"], + }]], "SeeAlsoSection",ExpressionUUID->"35dbf88f-fa5a-4bf5-b4c7-\ +52c570250a89"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -875,9 +879,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bc91c98b-0fc7-4e99-a4c5-dd43c4a4bad2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"dc56f07b-ad70-451c-917c-\ -2033c291ca9b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7932c5f7-39c5-4ab3-8fb7-\ +696002a6a604"], Cell[BoxData[GridBox[{ { @@ -894,7 +897,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a8cea95a-5ec8-44fe-a23a-064861d3ba17"]}]}, + "e85a7c5b-4018-47e9-a10b-f31b349c34aa"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -902,10 +905,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0269b475-4af7-4156-adbc-e925f0f95902"]}]} + "16449f2d-b9ed-4f98-8800-2e6afb6979ee"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"92c47be6-bf33-4973-a293-\ -59d43791c276"], + }]], "MoreAboutSection",ExpressionUUID->"4d008d59-33b1-4213-a2ce-\ +fe4d0bfccaad"], Cell[BoxData[GridBox[{ { @@ -932,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e74b52d8-bfab-4aa0-8103-0615b39fff2d"]], "RelatedLinks", + "7ee6bbc6-609f-4f30-916f-621511bf518c"]], "RelatedLinks", ExpressionUUID->"b2419090-fc5c-4599-b998-e3ab5a3e9efb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -949,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "abd0e748-0c2f-4dc6-8ca0-25e83dd5be64"]], "RelatedLinks", + "8096e896-037e-4873-bffa-e63d5f63a1ce"]], "RelatedLinks", ExpressionUUID->"6a2b4388-2ecb-4676-86fb-6ab24cf5d8f1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -966,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "de9039fc-f1c2-47e7-ab01-f3b00346ac12"]], "RelatedLinks", + "d88c64cf-4e81-4379-a6d1-baaf0b76b2af"]], "RelatedLinks", ExpressionUUID->"0e35ab57-9213-4deb-881c-3956d89eacd2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -983,7 +986,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelImputationQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b2ba7c3e-8a3b-4fe2-979f-7ecfa95da151"]], "RelatedLinks", + "f1563f82-7e65-493d-a34b-aad45616fb2d"]], "RelatedLinks", ExpressionUUID->"1d3f2166-e92a-4d7e-b23e-32ddc5bc78a6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1000,11 +1003,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "64139f5d-8cd8-4776-bc1e-50ba67981b31"]], "RelatedLinks", + "3139bc3a-9471-41c1-8af9-ea77602a4c95"]], "RelatedLinks", ExpressionUUID->"5782576b-76a4-406b-bdef-0ab83b451721"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6daa1d35-9f82-492b-b01f-\ -a309d9d1ae50"], + }]], "RelatedLinksSection",ExpressionUUID->"3799bf57-6f34-41de-8b01-\ +ccdbca6eef56"], Cell[CellGroupData[{ @@ -1034,11 +1037,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ce3dd1a2-c5cf-46aa-ab64-f8a6281058fc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f8ac26a3-9ac5-478c-aa69-72dd8bc5ed26"] +Cell[" ", "FooterCell",ExpressionUUID->"c5f06690-795e-4fea-93b0-989b506d358d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelImputationListQ", TaggingRules->{ @@ -1049,18 +1052,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 7.438675}", + "built" -> "{2024, 6, 3, 16, 53, 26.695073}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "KernelImputationListQ[game, payoffs] checks whether the list of payoffs \ belongs to the kernel.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "KernelImputationListQ", "titlemodifier" -> "", "windowtitle" -> - "KernelImputationListQ", "type" -> "Symbol", "uri" -> + "KernelImputationListQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "KernelImputationListQ", "type" -> "Symbol", "uri" -> "TUG/ref/KernelImputationListQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1069,9 +1072,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fbb39d6d-c0a8-4e7b-8d11-aa8dd89189a5" +ExpressionUUID->"f2dfb038-3440-4c71-81d6-2e1e5adfc995" ] (* End of Notebook Content *) @@ -1079,143 +1082,141 @@ ExpressionUUID->"fbb39d6d-c0a8-4e7b-8d11-aa8dd89189a5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13714, 357, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2f7f4b53-a086-481f-84a5-7b3679257eab", + Cell[13787, 363, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bb879214-dd8d-4040-9a17-424b4ebf64b2", CellTags->"PrimaryExamplesSection", - CellID->1759416764]} + CellID->1791812240]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39674, 1080} + {"PrimaryExamplesSection", 39733, 1083} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7167, 168, 56, "AnchorBarGrid",ExpressionUUID->"5709cfd5-b64f-49ef-883b-c9a5f3dc80cb", +Cell[593, 21, 7239, 174, 57, "AnchorBarGrid",ExpressionUUID->"d0a50eb7-769f-45ca-8e0e-5c7503be0f30", CellID->1], -Cell[7763, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"32bc38aa-a317-4c68-8cf0-6ca1c68cf949"], +Cell[7835, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"39c988bb-db7f-448a-aec6-e56a804f8b27"], Cell[CellGroupData[{ -Cell[7874, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"796dc2df-1516-447c-9c0e-77e1a8a6ab16"], -Cell[9172, 232, 569, 13, 111, "Usage",ExpressionUUID->"2ba8188a-7eb4-4e5a-af92-996b9d2e0120", +Cell[7946, 201, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"b1d68a57-1b27-42ce-93e0-21bf25a5d727"], +Cell[9244, 238, 569, 13, 111, "Usage",ExpressionUUID->"2ba8188a-7eb4-4e5a-af92-996b9d2e0120", CellID->1521418352] }, Open ]], Cell[CellGroupData[{ -Cell[9778, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"80f9384a-2967-4d7b-949a-f4276e014675", +Cell[9850, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"4c59bede-4620-4f32-a7e8-6888e2470164", CellGroupingRules->{"SectionGrouping", 50}, - CellID->920282688], -Cell[11675, 299, 790, 20, 57, "]]",ExpressionUUID->"9c9eb018-a16d-4d46-bdd1-b70168dce208", + CellID->1631719051], +Cell[11748, 305, 790, 20, 57, "]]",ExpressionUUID->"9c9eb018-a16d-4d46-bdd1-b70168dce208", CellID->209133038], -Cell[12468, 321, 489, 12, 37, "Notes",ExpressionUUID->"749d58ff-33b1-4604-a85b-f9c285d9f1a3", +Cell[12541, 327, 489, 12, 38, "Notes",ExpressionUUID->"749d58ff-33b1-4604-a85b-f9c285d9f1a3", CellID->177724765], -Cell[12960, 335, 172, 3, 36, "Notes",ExpressionUUID->"30b80b95-4037-4e6b-b5c6-68565b9089df", +Cell[13033, 341, 172, 3, 36, "Notes",ExpressionUUID->"30b80b95-4037-4e6b-b5c6-68565b9089df", CellID->1399116170], -Cell[13135, 340, 452, 11, 37, "Notes",ExpressionUUID->"b03d9ec0-b364-4205-b097-a5b3c5f9c109", +Cell[13208, 346, 452, 11, 38, "Notes",ExpressionUUID->"b03d9ec0-b364-4205-b097-a5b3c5f9c109", CellID->2134505807] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13714, 357, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2f7f4b53-a086-481f-84a5-7b3679257eab", +Cell[13787, 363, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bb879214-dd8d-4040-9a17-424b4ebf64b2", CellTags->"PrimaryExamplesSection", - CellID->1759416764], + CellID->1791812240], Cell[CellGroupData[{ -Cell[15160, 398, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d1f58a56-0e15-411c-9c7b-d4129a8bc01e", - CellID->732029573], -Cell[16561, 436, 119, 1, 38, "ExampleText",ExpressionUUID->"d64ef0c7-501f-457f-8a5e-4e7a7480f80b", +Cell[15233, 404, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c8383486-94bc-44aa-be8a-d6efd4e5549c", + CellID->2100154924], +Cell[16635, 442, 119, 1, 39, "ExampleText",ExpressionUUID->"d64ef0c7-501f-457f-8a5e-4e7a7480f80b", CellID->2023763813], Cell[CellGroupData[{ -Cell[16705, 441, 168, 3, 27, "Input",ExpressionUUID->"c036965d-cefa-453e-bc98-fea3edddce86", +Cell[16779, 447, 168, 3, 27, "Input",ExpressionUUID->"c036965d-cefa-453e-bc98-fea3edddce86", CellID->1094123379], Cell[CellGroupData[{ -Cell[16898, 448, 237, 4, 23, "Print",ExpressionUUID->"f679a702-a73a-4ef0-b6db-6644c4cf0b37", +Cell[16972, 454, 237, 4, 23, "Print",ExpressionUUID->"f679a702-a73a-4ef0-b6db-6644c4cf0b37", CellID->2137745512], -Cell[17138, 454, 366, 8, 23, "Print",ExpressionUUID->"b9e55129-fd71-46d8-9f47-0825a9f9a29c", +Cell[17212, 460, 366, 8, 23, "Print",ExpressionUUID->"b9e55129-fd71-46d8-9f47-0825a9f9a29c", CellID->2093469331], -Cell[17507, 464, 237, 4, 23, "Print",ExpressionUUID->"002dd671-9045-4e1e-b724-a91593cb3137", +Cell[17581, 470, 237, 4, 23, "Print",ExpressionUUID->"002dd671-9045-4e1e-b724-a91593cb3137", CellID->1004365290], -Cell[17747, 470, 221, 3, 23, "Print",ExpressionUUID->"71738e9a-be2c-457b-a3c7-05d5505b6ec1", +Cell[17821, 476, 221, 3, 23, "Print",ExpressionUUID->"71738e9a-be2c-457b-a3c7-05d5505b6ec1", CellID->1123132039], -Cell[17971, 475, 208, 3, 23, "Print",ExpressionUUID->"14f46a3d-fd8c-46d6-bdd9-0884a4159935", +Cell[18045, 481, 208, 3, 23, "Print",ExpressionUUID->"14f46a3d-fd8c-46d6-bdd9-0884a4159935", CellID->1934367928], -Cell[18182, 480, 237, 4, 23, "Print",ExpressionUUID->"6931f19e-99ce-43ea-9802-5e1ec363b139", +Cell[18256, 486, 237, 4, 23, "Print",ExpressionUUID->"6931f19e-99ce-43ea-9802-5e1ec363b139", CellID->161838728], -Cell[18422, 486, 220, 3, 23, "Print",ExpressionUUID->"987d20ed-c2c1-4029-8570-dd7506397a14", +Cell[18496, 492, 220, 3, 23, "Print",ExpressionUUID->"987d20ed-c2c1-4029-8570-dd7506397a14", CellID->421913244], -Cell[18645, 491, 237, 4, 23, "Print",ExpressionUUID->"f1b74492-4ad7-47bc-a910-90c31b41935b", +Cell[18719, 497, 237, 4, 23, "Print",ExpressionUUID->"f1b74492-4ad7-47bc-a910-90c31b41935b", CellID->1116479057], -Cell[18885, 497, 237, 4, 23, "Print",ExpressionUUID->"5ce7d005-8283-4756-a87c-484bb9e48d80", +Cell[18959, 503, 237, 4, 23, "Print",ExpressionUUID->"5ce7d005-8283-4756-a87c-484bb9e48d80", CellID->1874254268], -Cell[19125, 503, 207, 3, 23, "Print",ExpressionUUID->"dd19e5e9-21b5-4b83-b569-4a6af33e1194", +Cell[19199, 509, 207, 3, 23, "Print",ExpressionUUID->"dd19e5e9-21b5-4b83-b569-4a6af33e1194", CellID->185873031], -Cell[19335, 508, 237, 4, 23, "Print",ExpressionUUID->"036bcc4f-3a5f-4632-80fd-ea0297e04e42", +Cell[19409, 514, 237, 4, 23, "Print",ExpressionUUID->"036bcc4f-3a5f-4632-80fd-ea0297e04e42", CellID->1595575422] }, Open ]] }, Open ]], -Cell[19599, 516, 136, 1, 70, "ExampleText",ExpressionUUID->"4f9284c8-cc01-44cb-8910-15124e8b2f5b", +Cell[19673, 522, 136, 1, 70, "ExampleText",ExpressionUUID->"4f9284c8-cc01-44cb-8910-15124e8b2f5b", CellID->312236502], -Cell[19738, 519, 234, 6, 70, "Input",ExpressionUUID->"69a281d4-8465-4494-bbf1-52a054de7be8", +Cell[19812, 525, 234, 6, 70, "Input",ExpressionUUID->"69a281d4-8465-4494-bbf1-52a054de7be8", CellID->279848602], -Cell[19975, 527, 381, 9, 70, "Input",ExpressionUUID->"38ee4909-7db0-4705-8792-8327d653ce61", +Cell[20049, 533, 381, 9, 70, "Input",ExpressionUUID->"38ee4909-7db0-4705-8792-8327d653ce61", CellID->1867994402], -Cell[20359, 538, 238, 6, 70, "Input",ExpressionUUID->"c5726d64-b79a-4df2-a0f9-78fb952c5be2", +Cell[20433, 544, 238, 6, 70, "Input",ExpressionUUID->"c5726d64-b79a-4df2-a0f9-78fb952c5be2", CellID->1350968371], -Cell[20600, 546, 190, 4, 70, "ExampleText",ExpressionUUID->"54118386-187b-4b4c-b801-8d3eb26b1eaf", +Cell[20674, 552, 190, 4, 70, "ExampleText",ExpressionUUID->"54118386-187b-4b4c-b801-8d3eb26b1eaf", CellID->445352150], Cell[CellGroupData[{ -Cell[20815, 554, 179, 3, 70, "Input",ExpressionUUID->"bc1d29d4-c0a9-4736-b7de-9c4ac2b444b0", +Cell[20889, 560, 179, 3, 70, "Input",ExpressionUUID->"bc1d29d4-c0a9-4736-b7de-9c4ac2b444b0", CellID->1268013554], -Cell[20997, 559, 173, 4, 36, "Output",ExpressionUUID->"00529aad-0952-4564-979b-192ffdaddd7e", +Cell[21071, 565, 173, 4, 36, "Output",ExpressionUUID->"00529aad-0952-4564-979b-192ffdaddd7e", CellID->265037332] }, Open ]], -Cell[21185, 566, 292, 5, 70, "ExampleText",ExpressionUUID->"2555c747-be39-4fcd-a22d-ee73f295ad00", +Cell[21259, 572, 292, 5, 70, "ExampleText",ExpressionUUID->"2555c747-be39-4fcd-a22d-ee73f295ad00", CellID->1309901353], Cell[CellGroupData[{ -Cell[21502, 575, 201, 4, 70, "Input",ExpressionUUID->"11c7f928-a066-4a44-863a-2fdb6b066da8", +Cell[21576, 581, 201, 4, 70, "Input",ExpressionUUID->"11c7f928-a066-4a44-863a-2fdb6b066da8", CellID->1912601094], Cell[CellGroupData[{ -Cell[21728, 583, 341, 7, 70, "Print",ExpressionUUID->"cd8e5afb-d55c-4dfd-9f63-d6ea5b7cc7ee", +Cell[21802, 589, 341, 7, 70, "Print",ExpressionUUID->"cd8e5afb-d55c-4dfd-9f63-d6ea5b7cc7ee", CellID->784563728], -Cell[22072, 592, 903, 23, 70, "Print",ExpressionUUID->"14fda5e2-e1e1-4b08-a80f-c7ed9725b43a", +Cell[22146, 598, 903, 23, 70, "Print",ExpressionUUID->"14fda5e2-e1e1-4b08-a80f-c7ed9725b43a", CellID->1102417417] }, Open ]], -Cell[22990, 618, 1119, 32, 81, "Output",ExpressionUUID->"a44b30d5-69e3-4152-b074-98865dd267d1", +Cell[23064, 624, 1119, 32, 81, "Output",ExpressionUUID->"a44b30d5-69e3-4152-b074-98865dd267d1", CellID->1406816114] }, Open ]], -Cell[24124, 653, 329, 5, 70, "ExampleText",ExpressionUUID->"403d01b1-4e36-4caf-86c1-4a41e1823364", +Cell[24198, 659, 329, 5, 70, "ExampleText",ExpressionUUID->"403d01b1-4e36-4caf-86c1-4a41e1823364", CellID->492700441], Cell[CellGroupData[{ -Cell[24478, 662, 258, 6, 70, "Input",ExpressionUUID->"c6a66660-b89d-4406-979c-331048e93816", +Cell[24552, 668, 258, 6, 70, "Input",ExpressionUUID->"c6a66660-b89d-4406-979c-331048e93816", CellID->409771077], -Cell[24739, 670, 286, 7, 36, "Output",ExpressionUUID->"daa8bd14-4793-4722-9e3a-b096d9a0d909", +Cell[24813, 676, 286, 7, 36, "Output",ExpressionUUID->"daa8bd14-4793-4722-9e3a-b096d9a0d909", CellID->1792440215] }, Open ]], -Cell[25040, 680, 181, 3, 70, "ExampleText",ExpressionUUID->"5071980b-c858-4ad7-b18a-b19fd5814317", +Cell[25114, 686, 181, 3, 70, "ExampleText",ExpressionUUID->"5071980b-c858-4ad7-b18a-b19fd5814317", CellID->378204901], Cell[CellGroupData[{ -Cell[25246, 687, 294, 7, 70, "Input",ExpressionUUID->"415680dd-049f-48aa-86ff-2cf7ae49c615", +Cell[25320, 693, 294, 7, 70, "Input",ExpressionUUID->"415680dd-049f-48aa-86ff-2cf7ae49c615", CellID->1891816611], -Cell[25543, 696, 160, 3, 36, "Output",ExpressionUUID->"ecfdcc01-8db2-47b5-b11a-9d2f4e75600f", +Cell[25617, 702, 160, 3, 36, "Output",ExpressionUUID->"ecfdcc01-8db2-47b5-b11a-9d2f4e75600f", CellID->392435699] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26019, 714, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"35dbf88f-fa5a-4bf5-b4c7-52c570250a89"], +Cell[31525, 864, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7932c5f7-39c5-4ab3-8fb7-696002a6a604"], +Cell[32198, 884, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4d008d59-33b1-4213-a2ce-fe4d0bfccaad"], +Cell[33234, 912, 3491, 97, 70, "RelatedLinksSection",ExpressionUUID->"3799bf57-6f34-41de-8b01-ccdbca6eef56"], Cell[CellGroupData[{ -Cell[25967, 710, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"fa25fde9-94b0-46f4-af6e-ac76fa5565be"], -Cell[31473, 860, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dc56f07b-ad70-451c-917c-2033c291ca9b"] -}, Open ]], -Cell[32158, 881, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"92c47be6-bf33-4973-a293-59d43791c276"], -Cell[33194, 909, 3491, 97, 70, "RelatedLinksSection",ExpressionUUID->"6daa1d35-9f82-492b-b01f-a309d9d1ae50"], -Cell[CellGroupData[{ -Cell[36710, 1010, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"de1d5809-2861-4d4d-a0b6-94caad9538b3", +Cell[36750, 1013, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"de1d5809-2861-4d4d-a0b6-94caad9538b3", CellID->2135167160], -Cell[36851, 1013, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9cf1a75b-9605-4917-a296-643f9d886312", +Cell[36891, 1016, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9cf1a75b-9605-4917-a296-643f9d886312", CellID->1194386356], -Cell[37073, 1019, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"77c9a232-4a75-4b8b-83f1-a4c36cf31071", +Cell[37113, 1022, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"77c9a232-4a75-4b8b-83f1-a4c36cf31071", CellID->1641706272], -Cell[37288, 1024, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6fdfef20-b46c-46c7-b18a-1bda6523d6d5", +Cell[37328, 1027, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6fdfef20-b46c-46c7-b18a-1bda6523d6d5", CellID->399251956], -Cell[37517, 1030, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ce3dd1a2-c5cf-46aa-ab64-f8a6281058fc", +Cell[37557, 1033, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ce3dd1a2-c5cf-46aa-ab64-f8a6281058fc", CellID->821434655] }, Open ]], -Cell[37754, 1036, 78, 0, 70, "FooterCell",ExpressionUUID->"f8ac26a3-9ac5-478c-aa69-72dd8bc5ed26"] +Cell[37794, 1039, 78, 0, 70, "FooterCell",ExpressionUUID->"c5f06690-795e-4fea-93b0-989b506d358d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelImputationQ.nb b/Documentation/English/ReferencePages/Symbols/KernelImputationQ.nb index b660a59..6791be9 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelImputationQ.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelImputationQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47159, 1231] -NotebookOptionsPosition[ 38226, 1053] -NotebookOutlinePosition[ 40328, 1107] -CellTagsIndexPosition[ 40242, 1102] +NotebookDataLength[ 47158, 1231] +NotebookOptionsPosition[ 38244, 1055] +NotebookOutlinePosition[ 40364, 1109] +CellTagsIndexPosition[ 40278, 1104] WindowTitle->KernelImputationQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ae71e449-e56b-40b8-bfa0-f2cb7b017010"], + "3d025b58-3612-4778-ad0a-101b3dc00446"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5618e02f-ba61-4ac7-ad31-6c26fb493693"], + "d4cb0090-b238-44f0-a7ca-0139627ec692"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ba387734-0f46-4cfb-ac1b-f25a05ec3359"] - }],ExpressionUUID->"d45179d0-a888-4fba-a995-c21c55b4e55d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "fcbf47dc-e8f7-4f33-a3ce-2c0b5fd25f9f"] + }],ExpressionUUID->"6dfd5eb2-c83c-4c2e-9c96-b7b598f453a8"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4720bc85-648a-4245-9e08-245d74b1e0b0"], + "2a7a8871-d4b9-4780-89df-e2bd10f7eef0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4e7be2fb-e8bc-46c4-b36f-a95f9d3b1523"] - }],ExpressionUUID->"99b61bea-823f-4710-89bd-0a0f643b334a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3a0a5c61-a48d-4ebc-8ca7-206f75f36007"] + }],ExpressionUUID->"4efea35a-5dd5-4ca1-97a7-a99f24fa4f42"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "90c311eb-b18b-4966-8f0d-681a30e04fa1"], + "19e5ef34-78f4-41a7-87ea-59eee9ce5f07"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "394cdd96-3038-4ec0-a8ba-eedde5061420"] - }],ExpressionUUID->"3def83cb-ff0c-4db7-8282-5401662bf3e4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "5211df76-654a-4d82-a434-9c3695b071d2"] + }],ExpressionUUID->"70020724-c3e7-4bf3-8d27-b3ca27c3fd72"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b6da243b-3b33-4422-be60-eecdbc0ebced"], + "3c7c2151-0c66-41c2-aea5-f165d163f69a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d7af14e6-5074-4015-8cb9-46105a4559ec"] - }],ExpressionUUID->"e8f7dc71-2fbd-4a6b-9085-3ed6a4450ef4"], - StripOnInput->False], {"\<\"TUG/ref/KernelImputationQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelImputationQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "db85aa4c-f172-4c32-9d14-2c04b81b3e4e"] + }],ExpressionUUID->"1e4d728d-2e21-49b6-a731-5777acaa2e75"], + StripOnInput->False],{ + "\"TUG/ref/KernelImputationQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelImputationQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ KernelImputationQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$103781], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelImputationQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$112329], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelImputationQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c92e689d-a105-47a6-a477-dfb7993e2022"] + "0db3bf73-4aeb-496e-a73c-4406a1bf9442"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d6e56c56-5c1e-451e-89cb-e9f289dd1e20"]} + "3b37e4d9-46d0-4779-9f6e-17a445d093be"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f5eca64e-e165-4d00-a9a9-6c17b0a90725"], + CellID->1,ExpressionUUID->"de837911-0ef1-49b2-a12c-9a361be8c895"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e539424a-6ad8-48ea-ad4d-253f36a7ea67"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4d26c11f-7217-4a42-bb47-4e684b045dbf"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelImputationQ", "ObjectName",ExpressionUUID-> - "b8913174-0813-4492-8e8f-3b0c503182c1"], + "77a91cb4-7535-428e-b5b9-23d62946fdf1"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"cf82377a-174b-4d9e-becb-50e206c84905"], + "Spacer1"]],ExpressionUUID->"b5f9b2c7-5947-47f3-90a6-64966aa4852d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "08ccd811-cf18-4624-b5ea-71c68eaeb94e"] - }],ExpressionUUID->"2899582e-4ec1-47bf-91ce-b996502f5124"], Cell[BoxData[ + "3e8f8bd4-5a51-4b03-8f46-449ede32744f"] + }],ExpressionUUID->"2862407e-e7f3-4db0-bf1e-09b3bce5725c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5770f10c-23ad-4ff4-aedb-1b8d2c32b036"]} + "c5de3734-7be0-4f3d-856e-3d635c79db1a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3f86d7af-8146-4f28-8312-9fdb97ef4f46"], + CacheGraphics->False,ExpressionUUID->"ab40f4c7-d4d4-4cd4-bf33-127ecd0a1cdf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ StyleBox["payoff", FontSlant->"Italic"], " belongs to the kernel." - }],ExpressionUUID->"49508d09-d20f-4ac8-8397-fe5855a9b212"]} + }],ExpressionUUID->"4b944b47-e77c-4468-972b-673f4b52b76f"]} }]], "Usage", CellID->1765355213,ExpressionUUID->"78255dd9-907c-4bcc-8aea-52074ad2e920"] }, Open ]], @@ -274,12 +279,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c6a43493-624a-4afa-a322-be1fea085efe"], + ExpressionUUID->"53863514-ab59-48a4-b6b2-2c9445c0bd4d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2b5dedbf-fcf7-41a7-b0ad-1f23114822ef"], + "Spacer1"]],ExpressionUUID->"956944e0-2f82-4efd-b5d0-1f139ed37eea"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"029d5a8e-623d-4ab2-9f74-649f29cc37e2"], + }], "NotesFrameText",ExpressionUUID->"fce4c9fb-4e0f-4460-99b3-d8f2550f2a02"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +295,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"64720370-31b4-4730-9c83-0a0560f7b8b0"]], \ + "Preemptive"]],ExpressionUUID->"49f8d0d8-1f57-4eb1-8cd3-ed598d197194"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1159854003,ExpressionUUID->"8ab1dc07-2b96-44c5-ac61-1da320ab372c"], + CellID->8552375,ExpressionUUID->"8d33d169-6a09-445b-a0a0-4a2884d7c250"], Cell[TextData[{ "The input expression ", @@ -382,19 +387,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8d4318bb-dc61-4fbd-8e5e-7428f8cfd1be"], + ExpressionUUID->"721c5edb-6f52-4129-992f-2dcad29da417"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1873e972-5996-40f9-a18f-77086d6ad6c9"], + "Spacer1"]],ExpressionUUID->"4e19ad91-c8a0-493e-981e-8f32fa1ad166"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "231ccea7-6cfc-44eb-8b82-e795b25b656a"] + "56b4ca90-8445-4037-b0a8-fe1e3c911a73"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1882941988,ExpressionUUID->"f12864cd-3209-43ab-ba8c-3ca5070447ec"], + CellID->525272138,ExpressionUUID->"e973cca3-046a-4adb-b73c-d7f87cb50b02"], Cell[CellGroupData[{ @@ -423,18 +428,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fba2c36b-c689-4db6-ba73-5bf3a3ca526f"], + ExpressionUUID->"faab1c73-078f-46a5-9696-5f15f0215bb3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6ed6933c-e95e-4106-8032-9f6290ad98fb"], + "Spacer1"]],ExpressionUUID->"3ad1c226-6151-40ce-811e-7e59c5bb2ff2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "03c49258-378c-4305-ab43-60815981ca75"] + "72299b81-4af7-4cba-8e84-35ae926b500a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->680083276,ExpressionUUID->"2d068848-a8bb-4e07-87eb-60a3342357c8"], + CellID->230501249,ExpressionUUID->"38902d03-bd6e-4e4c-a7cc-298eb75ed81a"], Cell["Loading the package:", "ExampleText", CellID->220735628,ExpressionUUID->"c6e17314-60b8-4282-863c-84d815d99299"], @@ -720,8 +725,6 @@ Cell[TextData[{ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -869,15 +872,15 @@ Cell[BoxData[GridBox[{ "0af45f38-a9e9-40ce-aeeb-db99cf3298c7"] }], "SeeAlso",ExpressionUUID->"ee43598e-c5bf-4bc1-afe0-ac6cf8f06525"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3c51077b-8e62-43ec-8018-\ -6cc1c6c2a687"], + }]], "SeeAlsoSection",ExpressionUUID->"9bd3a76b-98c6-4d8b-a7e6-\ +3725bd243d6a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -889,9 +892,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4cb4a499-e47a-4974-9549-2ad02aa299d6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"232ae257-c9b3-45b1-ac92-\ -121e9ea053e6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"26d12779-5020-42d2-ba85-\ +817492081032"], Cell[BoxData[GridBox[{ { @@ -908,7 +910,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6cd6725a-46d5-4b8c-97d6-693bf8dc848c"]}]}, + "3713917d-9492-4514-a15c-1a794c8b9c19"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -916,10 +918,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e0665952-aa9d-499c-912b-6933ab107f01"]}]} + "fe4b7d8f-f332-4f6a-83a3-d4b5fbd89460"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f4073091-5a09-49d2-ae04-\ -b239870e941f"], + }]], "MoreAboutSection",ExpressionUUID->"5e759934-a062-4ff9-96a6-\ +74dcb0ee9991"], Cell[BoxData[GridBox[{ { @@ -946,7 +948,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "96011059-3f7e-49f9-a794-124eebca520f"]], "RelatedLinks", + "3c20e0ea-7f77-4117-98f4-71116a6a91f0"]], "RelatedLinks", ExpressionUUID->"5e1b5e47-1b26-4ec5-91c1-3349cd9b862d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -963,7 +965,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0689c4e0-3920-4211-9f8e-b4e929bc09d8"]], "RelatedLinks", + "c1213ec3-b71a-44f1-9756-f7b8f23d9264"]], "RelatedLinks", ExpressionUUID->"3ccee2d8-412b-4b05-98fc-f9ef9da7a0fb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -980,7 +982,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d596c712-5b5e-4a47-bd51-9f6c7e17c14d"]], "RelatedLinks", + "050399ea-f997-4e2c-bb3e-ef40274cf432"]], "RelatedLinks", ExpressionUUID->"99ca188b-c201-4e36-8654-ec059c30f400"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -998,7 +1000,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelImputationListQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c98ff140-428e-4217-8cb8-ab7f1b46fec3"]], "RelatedLinks", + "2d017c5d-de39-46ca-a5eb-e632c109ad6b"]], "RelatedLinks", ExpressionUUID->"98fc464b-fb30-44b1-a700-5da7a8dd2d36"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1015,11 +1017,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bc67f0d6-fedb-45b9-a9ad-71e4409a8b96"]], "RelatedLinks", + "ca051c63-e9a5-4383-9b0a-3e96e03f7530"]], "RelatedLinks", ExpressionUUID->"5516098a-7a07-49c9-86e0-6d704c6ed5c7"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6b811e94-a89c-4409-a6ed-\ -a26b56b15792"], + }]], "RelatedLinksSection",ExpressionUUID->"26828c30-6358-4b20-a5f7-\ +e5aca99f7d9c"], Cell[CellGroupData[{ @@ -1049,11 +1051,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"79a1fc9f-0503-4569-8b63-4c66e709ab05"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4739ce77-6491-4acf-9c38-9293a56d932c"] +Cell[" ", "FooterCell",ExpressionUUID->"313a7bb0-ee2f-4683-9fce-bcda68517fb8"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelImputationQ", TaggingRules->{ @@ -1064,18 +1066,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 8.861082}", + "built" -> "{2024, 6, 3, 16, 53, 27.495720}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "KernelImputationQ[game, payoff] checks whether the vector payoff belongs \ to the kernel.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "KernelImputationQ", "titlemodifier" -> "", "windowtitle" -> - "KernelImputationQ", "type" -> "Symbol", "uri" -> + "KernelImputationQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "KernelImputationQ", "type" -> "Symbol", "uri" -> "TUG/ref/KernelImputationQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1084,9 +1086,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a981cb8f-73ae-44c6-9951-3efbab092bb1" +ExpressionUUID->"2925574e-524a-40ce-a852-fd8df0085c76" ] (* End of Notebook Content *) @@ -1094,145 +1096,143 @@ ExpressionUUID->"a981cb8f-73ae-44c6-9951-3efbab092bb1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13741, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f12864cd-3209-43ab-ba8c-3ca5070447ec", + Cell[13794, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e973cca3-046a-4adb-b73c-d7f87cb50b02", CellTags->"PrimaryExamplesSection", - CellID->1882941988]} + CellID->525272138]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40041, 1095} + {"PrimaryExamplesSection", 40078, 1097} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7151, 168, 56, "AnchorBarGrid",ExpressionUUID->"f5eca64e-e165-4d00-a9a9-6c17b0a90725", +Cell[589, 21, 7207, 173, 57, "AnchorBarGrid",ExpressionUUID->"de837911-0ef1-49b2-a12c-9a361be8c895", CellID->1], -Cell[7743, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e539424a-6ad8-48ea-ad4d-253f36a7ea67"], +Cell[7799, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4d26c11f-7217-4a42-bb47-4e684b045dbf"], Cell[CellGroupData[{ -Cell[7854, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"3f86d7af-8146-4f28-8312-9fdb97ef4f46"], -Cell[9148, 232, 562, 13, 111, "Usage",ExpressionUUID->"78255dd9-907c-4bcc-8aea-52074ad2e920", +Cell[7910, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"ab40f4c7-d4d4-4cd4-bf33-127ecd0a1cdf"], +Cell[9204, 237, 562, 13, 111, "Usage",ExpressionUUID->"78255dd9-907c-4bcc-8aea-52074ad2e920", CellID->1765355213] }, Open ]], Cell[CellGroupData[{ -Cell[9747, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"8ab1dc07-2b96-44c5-ac61-1da320ab372c", +Cell[9803, 255, 1892, 47, 37, "NotesSection",ExpressionUUID->"8d33d169-6a09-445b-a0a0-4a2884d7c250", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1159854003], -Cell[11645, 299, 782, 20, 57, "]]",ExpressionUUID->"fb869f90-0a96-4554-96c8-8926522dc3db", + CellID->8552375], +Cell[11698, 304, 782, 20, 57, "]]",ExpressionUUID->"fb869f90-0a96-4554-96c8-8926522dc3db", CellID->209133038], -Cell[12430, 321, 489, 12, 37, "Notes",ExpressionUUID->"c2a12893-8210-475d-ba63-7370efcd607a", +Cell[12483, 326, 489, 12, 38, "Notes",ExpressionUUID->"c2a12893-8210-475d-ba63-7370efcd607a", CellID->177724765], -Cell[12922, 335, 171, 3, 36, "Notes",ExpressionUUID->"9373d5ee-a79b-4f40-8485-a4ec0457218e", +Cell[12975, 340, 171, 3, 36, "Notes",ExpressionUUID->"9373d5ee-a79b-4f40-8485-a4ec0457218e", CellID->873591470], -Cell[13096, 340, 518, 13, 58, "Notes",ExpressionUUID->"61d25c8e-9cf1-4dc1-80d1-db77b7c1566e", +Cell[13149, 345, 518, 13, 59, "Notes",ExpressionUUID->"61d25c8e-9cf1-4dc1-80d1-db77b7c1566e", CellID->168691019] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13741, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f12864cd-3209-43ab-ba8c-3ca5070447ec", +Cell[13794, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e973cca3-046a-4adb-b73c-d7f87cb50b02", CellTags->"PrimaryExamplesSection", - CellID->1882941988], + CellID->525272138], Cell[CellGroupData[{ -Cell[15187, 400, 1398, 36, 30, "ExampleSection",ExpressionUUID->"2d068848-a8bb-4e07-87eb-60a3342357c8", - CellID->680083276], -Cell[16588, 438, 118, 1, 38, "ExampleText",ExpressionUUID->"c6e17314-60b8-4282-863c-84d815d99299", +Cell[15239, 405, 1398, 36, 30, "ExampleSection",ExpressionUUID->"38902d03-bd6e-4e4c-a7cc-298eb75ed81a", + CellID->230501249], +Cell[16640, 443, 118, 1, 39, "ExampleText",ExpressionUUID->"c6e17314-60b8-4282-863c-84d815d99299", CellID->220735628], Cell[CellGroupData[{ -Cell[16731, 443, 168, 3, 27, "Input",ExpressionUUID->"417a15fb-54bf-4c94-93df-71d5395e78c8", +Cell[16783, 448, 168, 3, 27, "Input",ExpressionUUID->"417a15fb-54bf-4c94-93df-71d5395e78c8", CellID->2139060412], Cell[CellGroupData[{ -Cell[16924, 450, 235, 4, 23, "Print",ExpressionUUID->"f0311556-f711-4bb0-85f2-063c8473108c", +Cell[16976, 455, 235, 4, 23, "Print",ExpressionUUID->"f0311556-f711-4bb0-85f2-063c8473108c", CellID->129362270], -Cell[17162, 456, 365, 8, 23, "Print",ExpressionUUID->"a0d64026-4a63-48f4-96a0-973a31535b0f", +Cell[17214, 461, 365, 8, 23, "Print",ExpressionUUID->"a0d64026-4a63-48f4-96a0-973a31535b0f", CellID->1936825455], -Cell[17530, 466, 236, 4, 23, "Print",ExpressionUUID->"0bb16e04-553b-431b-8182-4cf8bc4e098d", +Cell[17582, 471, 236, 4, 23, "Print",ExpressionUUID->"0bb16e04-553b-431b-8182-4cf8bc4e098d", CellID->1742189708], -Cell[17769, 472, 219, 3, 23, "Print",ExpressionUUID->"e4e25a04-8492-4061-8271-90b9f7cf9f12", +Cell[17821, 477, 219, 3, 23, "Print",ExpressionUUID->"e4e25a04-8492-4061-8271-90b9f7cf9f12", CellID->151783904], -Cell[17991, 477, 207, 3, 23, "Print",ExpressionUUID->"d0f0b512-d278-4c57-b686-6de20d1fff1d", +Cell[18043, 482, 207, 3, 23, "Print",ExpressionUUID->"d0f0b512-d278-4c57-b686-6de20d1fff1d", CellID->1955772703], -Cell[18201, 482, 236, 4, 23, "Print",ExpressionUUID->"d2cd348f-e1be-4f14-8251-d4a0a952c92f", +Cell[18253, 487, 236, 4, 23, "Print",ExpressionUUID->"d2cd348f-e1be-4f14-8251-d4a0a952c92f", CellID->565876366], -Cell[18440, 488, 219, 3, 23, "Print",ExpressionUUID->"eb640717-782c-4dad-8dee-305391d2b793", +Cell[18492, 493, 219, 3, 23, "Print",ExpressionUUID->"eb640717-782c-4dad-8dee-305391d2b793", CellID->369552329], -Cell[18662, 493, 236, 4, 23, "Print",ExpressionUUID->"4341c3ea-4e6d-4fb2-9456-9e6aa477827c", +Cell[18714, 498, 236, 4, 23, "Print",ExpressionUUID->"4341c3ea-4e6d-4fb2-9456-9e6aa477827c", CellID->2025727690], -Cell[18901, 499, 236, 4, 23, "Print",ExpressionUUID->"e5988571-344f-4031-9e3d-85bf4d8c9150", +Cell[18953, 504, 236, 4, 23, "Print",ExpressionUUID->"e5988571-344f-4031-9e3d-85bf4d8c9150", CellID->1777660897], -Cell[19140, 505, 207, 3, 23, "Print",ExpressionUUID->"a7afce2d-8cf8-4e3e-9dec-de2d759c5974", +Cell[19192, 510, 207, 3, 23, "Print",ExpressionUUID->"a7afce2d-8cf8-4e3e-9dec-de2d759c5974", CellID->1721938528], -Cell[19350, 510, 235, 4, 70, "Print",ExpressionUUID->"b55d350e-d705-4ba8-b348-1a0b653dcbab", +Cell[19402, 515, 235, 4, 70, "Print",ExpressionUUID->"b55d350e-d705-4ba8-b348-1a0b653dcbab", CellID->755430657] }, Open ]] }, Open ]], -Cell[19612, 518, 136, 1, 70, "ExampleText",ExpressionUUID->"f2d6972b-55cd-4a3e-8455-611778a99bdf", +Cell[19664, 523, 136, 1, 70, "ExampleText",ExpressionUUID->"f2d6972b-55cd-4a3e-8455-611778a99bdf", CellID->202277899], -Cell[19751, 521, 235, 6, 70, "Input",ExpressionUUID->"d0001a3a-d843-4892-b2bd-6af47bec2ae2", +Cell[19803, 526, 235, 6, 70, "Input",ExpressionUUID->"d0001a3a-d843-4892-b2bd-6af47bec2ae2", CellID->1347637019], -Cell[19989, 529, 380, 9, 70, "Input",ExpressionUUID->"215be505-c6a5-4c7a-a04f-33faca068757", +Cell[20041, 534, 380, 9, 70, "Input",ExpressionUUID->"215be505-c6a5-4c7a-a04f-33faca068757", CellID->228096192], -Cell[20372, 540, 238, 6, 70, "Input",ExpressionUUID->"bf16f736-3f2e-45c8-9da2-b30addd4d98d", +Cell[20424, 545, 238, 6, 70, "Input",ExpressionUUID->"bf16f736-3f2e-45c8-9da2-b30addd4d98d", CellID->1441432872], -Cell[20613, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"750bb7a1-d91b-4869-aeb3-1ed6fb8d6524", +Cell[20665, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"750bb7a1-d91b-4869-aeb3-1ed6fb8d6524", CellID->1536209855], Cell[CellGroupData[{ -Cell[20829, 556, 174, 3, 70, "Input",ExpressionUUID->"68e3fff0-8bc7-4ee4-a25b-74510217c295", +Cell[20881, 561, 174, 3, 70, "Input",ExpressionUUID->"68e3fff0-8bc7-4ee4-a25b-74510217c295", CellID->839301496], -Cell[21006, 561, 171, 4, 36, "Output",ExpressionUUID->"7aa13134-dcc5-4235-abf2-77e52c82ea4b", +Cell[21058, 566, 171, 4, 36, "Output",ExpressionUUID->"7aa13134-dcc5-4235-abf2-77e52c82ea4b", CellID->19966330] }, Open ]], -Cell[21192, 568, 292, 5, 70, "ExampleText",ExpressionUUID->"14842b3c-cd74-416b-9e63-8a85931b7679", +Cell[21244, 573, 292, 5, 70, "ExampleText",ExpressionUUID->"14842b3c-cd74-416b-9e63-8a85931b7679", CellID->1503308118], Cell[CellGroupData[{ -Cell[21509, 577, 200, 4, 70, "Input",ExpressionUUID->"68d20f67-e3fe-4223-b658-3c0bed9e332a", +Cell[21561, 582, 200, 4, 70, "Input",ExpressionUUID->"68d20f67-e3fe-4223-b658-3c0bed9e332a", CellID->618534206], Cell[CellGroupData[{ -Cell[21734, 585, 341, 7, 70, "Print",ExpressionUUID->"d11ae4b6-0562-4954-86c4-e74cbc738bf2", +Cell[21786, 590, 341, 7, 70, "Print",ExpressionUUID->"d11ae4b6-0562-4954-86c4-e74cbc738bf2", CellID->1835466099], -Cell[22078, 594, 901, 23, 70, "Print",ExpressionUUID->"3918c7a1-9980-4229-9726-126b44beefff", +Cell[22130, 599, 901, 23, 70, "Print",ExpressionUUID->"3918c7a1-9980-4229-9726-126b44beefff", CellID->680381329] }, Open ]], -Cell[22994, 620, 1118, 32, 81, "Output",ExpressionUUID->"09376d02-1597-47b8-a500-996501135803", +Cell[23046, 625, 1118, 32, 81, "Output",ExpressionUUID->"09376d02-1597-47b8-a500-996501135803", CellID->1029501366] }, Open ]], -Cell[24127, 655, 349, 6, 70, "ExampleText",ExpressionUUID->"eb2bfdf1-0173-461b-845d-26db8323d2c6", +Cell[24179, 660, 349, 6, 70, "ExampleText",ExpressionUUID->"eb2bfdf1-0173-461b-845d-26db8323d2c6", CellID->1687104661], Cell[CellGroupData[{ -Cell[24501, 665, 290, 7, 70, "Input",ExpressionUUID->"5c2bfa9c-6cbb-4b40-815d-709ca03aee6e", +Cell[24553, 670, 290, 7, 70, "Input",ExpressionUUID->"5c2bfa9c-6cbb-4b40-815d-709ca03aee6e", CellID->2054127572], -Cell[24794, 674, 159, 3, 36, "Output",ExpressionUUID->"a5be4ef2-f6ec-4ec3-9854-744068769779", +Cell[24846, 679, 159, 3, 36, "Output",ExpressionUUID->"a5be4ef2-f6ec-4ec3-9854-744068769779", CellID->489742338] }, Open ]], -Cell[24968, 680, 141, 1, 70, "ExampleText",ExpressionUUID->"34828154-5a49-4444-998b-989a70f71bd5", +Cell[25020, 685, 141, 1, 70, "ExampleText",ExpressionUUID->"34828154-5a49-4444-998b-989a70f71bd5", CellID->1492125677], Cell[CellGroupData[{ -Cell[25134, 685, 308, 8, 70, "Input",ExpressionUUID->"7bb1a433-8258-4e16-83aa-f1c4e98cecb5", +Cell[25186, 690, 308, 8, 70, "Input",ExpressionUUID->"7bb1a433-8258-4e16-83aa-f1c4e98cecb5", CellID->2025664393], -Cell[25445, 695, 285, 7, 36, "Output",ExpressionUUID->"dccf767f-62a2-4ca2-8baa-41c59f0f4c69", +Cell[25497, 700, 285, 7, 36, "Output",ExpressionUUID->"dccf767f-62a2-4ca2-8baa-41c59f0f4c69", CellID->2018968175] }, Open ]], -Cell[25745, 705, 334, 9, 70, "ExampleText",ExpressionUUID->"7d50288b-49c1-4428-9dc9-cc263ceebbfc", +Cell[25797, 710, 334, 9, 70, "ExampleText",ExpressionUUID->"7d50288b-49c1-4428-9dc9-cc263ceebbfc", CellID->75334944] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26361, 727, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"9bd3a76b-98c6-4d8b-a7e6-3725bd243d6a"], +Cell[31867, 877, 670, 18, 70, "TechNotesSection",ExpressionUUID->"26d12779-5020-42d2-ba85-817492081032"], +Cell[32540, 897, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5e759934-a062-4ff9-96a6-74dcb0ee9991"], +Cell[33576, 925, 3517, 98, 70, "RelatedLinksSection",ExpressionUUID->"26828c30-6358-4b20-a5f7-e5aca99f7d9c"], Cell[CellGroupData[{ -Cell[26331, 724, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3c51077b-8e62-43ec-8018-6cc1c6c2a687"], -Cell[31837, 874, 670, 18, 70, "TechNotesSection",ExpressionUUID->"232ae257-c9b3-45b1-ac92-121e9ea053e6"] -}, Open ]], -Cell[32522, 895, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4073091-5a09-49d2-ae04-b239870e941f"], -Cell[33558, 923, 3517, 98, 70, "RelatedLinksSection",ExpressionUUID->"6b811e94-a89c-4409-a6ed-a26b56b15792"], -Cell[CellGroupData[{ -Cell[37100, 1025, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"10f1b2bb-dfbc-4bcf-92a6-cc9bb7c00a13", +Cell[37118, 1027, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"10f1b2bb-dfbc-4bcf-92a6-cc9bb7c00a13", CellID->2135167160], -Cell[37241, 1028, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7029a9a6-a387-46a9-97ac-74a2aca574e9", +Cell[37259, 1030, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7029a9a6-a387-46a9-97ac-74a2aca574e9", CellID->1194386356], -Cell[37463, 1034, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8047fbdb-37c2-41da-997d-df199e8101f4", +Cell[37481, 1036, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8047fbdb-37c2-41da-997d-df199e8101f4", CellID->1641706272], -Cell[37678, 1039, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6dc4ad2b-2029-44e6-8177-36d9bf2a5e03", +Cell[37696, 1041, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6dc4ad2b-2029-44e6-8177-36d9bf2a5e03", CellID->399251956], -Cell[37907, 1045, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79a1fc9f-0503-4569-8b63-4c66e709ab05", +Cell[37925, 1047, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79a1fc9f-0503-4569-8b63-4c66e709ab05", CellID->821434655] }, Open ]], -Cell[38144, 1051, 78, 0, 70, "FooterCell",ExpressionUUID->"4739ce77-6491-4acf-9c38-9293a56d932c"] +Cell[38162, 1053, 78, 0, 70, "FooterCell",ExpressionUUID->"313a7bb0-ee2f-4683-9fce-bcda68517fb8"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelRange.nb b/Documentation/English/ReferencePages/Symbols/KernelRange.nb index 4d66b0f..b8ba55a 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelRange.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelRange.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 26992, 695] -NotebookOptionsPosition[ 22980, 614] -NotebookOutlinePosition[ 24785, 660] -CellTagsIndexPosition[ 24742, 657] +NotebookDataLength[ 26988, 694] +NotebookOptionsPosition[ 22991, 615] +NotebookOutlinePosition[ 24814, 661] +CellTagsIndexPosition[ 24771, 658] WindowTitle->KernelRange WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f79f0438-5624-487d-8053-6ca33f122886"], + "142ce1f9-0210-4d01-9a78-dda496662552"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4b2b0186-b1cf-4667-a560-60f8aa595fa0"], + "1c413763-0703-46a0-9f2e-56b96823f813"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5302b01a-adbc-434e-a313-ec9043c8f259"] - }],ExpressionUUID->"6a603e96-4851-4bd4-b012-7281beb4a5aa"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "9e9ea67c-2798-4e17-92e0-58923e769499"] + }],ExpressionUUID->"966cdb5a-8bb4-4eca-b69f-43b84600286e"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4c2bd49e-c9da-4d88-9af9-0be9b6f4607d"], + "5e3278a4-1b35-4dee-b6da-c776d328f754"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "624d81dc-c8f6-4be6-b0e0-d9c1695a6b0a"] - }],ExpressionUUID->"f2a16bed-efd8-4101-af4d-26aafdd9dc49"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0cb70b0b-85d2-4809-badc-6d05f558765f"] + }],ExpressionUUID->"0320491e-c452-4714-9b28-3b3a59b28749"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0215f995-1916-4237-99ee-a8d3561e7060"], + "fdf51d0c-e0ec-4014-a586-fce51cbb93ac"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "43f55c0c-448a-49d1-b260-673a6a62d2cb"] - }],ExpressionUUID->"b93b96eb-aada-409a-9a6b-3f8ffea8afc1"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "94bc7195-979a-48cb-8624-c914a0a71676"] + }],ExpressionUUID->"d2724041-0a10-4fb4-bfbc-cc130c1548d5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "068d5e30-48d2-4b33-bed6-605bb8a9e177"], + "233664d5-8bb3-4199-b80f-ce5fcd980619"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "40086458-fd85-4b74-ad49-c00af6f20ba1"] - }],ExpressionUUID->"c215d90a-56f1-4a6e-80de-926fdd252721"], - StripOnInput->False], {"\<\"TUG/ref/KernelRange\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelRange"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/KernelRange.\ + "5286cfba-c14e-40ef-aeec-60cfc215c766"] + }],ExpressionUUID->"8aafa000-984b-4b2d-be27-ed397ff0d7c0"], + StripOnInput->False],{ + "\"TUG/ref/KernelRange\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelRange"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/KernelRange.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$105136], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelRange" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$113752], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelRange" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "282ac03a-748d-47a4-9a01-0e5f391b8b9a"] + "f2b948fc-0109-4a45-a6d3-8930e3ab42c3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "37e919ea-6ff9-4d79-a889-940599a53ce3"]} + "39c9fb85-01be-49a0-ab13-da33744016ba"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"84000e25-5e3b-43b7-b668-4e4b6ee7e4c9"], + CellID->1,ExpressionUUID->"aac7c7cb-ca70-42a0-be62-e36431866cf6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5a0cb12a-ca94-4d9d-9f9c-537843bbd774"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0aa1259a-bddf-47d9-b1e2-514b3f105849"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelRange", "ObjectName",ExpressionUUID-> - "f537ae1e-eb81-44fa-b91c-b64d3ead2473"], + "9d52835f-247d-4c54-8e44-5bab93b35ed4"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bd241d93-1135-4e5c-acc1-f4a16fe56eb3"], + "Spacer1"]],ExpressionUUID->"a462e2de-0978-4be6-b733-93f84eca445f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3fde375e-c7c1-47f4-abd3-e70733ec5b47"] - }],ExpressionUUID->"d6743653-37d2-4de6-b01a-01838a62684b"], Cell[BoxData[ + "134c744e-b946-4cb4-8238-87508af84356"] + }],ExpressionUUID->"bd1220d0-53e0-4018-8841-a4ac87a96b58"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3214f575-14d5-4824-bebf-01ad4c4ccb4d"]} + "4e8b6061-f5b9-44d1-9e46-0e1a4f74fa2c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8a8908df-da0a-4f0d-8265-7d1b6b0d811e"], + CacheGraphics->False,ExpressionUUID->"b960b208-d637-4a4b-8a48-520990c7b235"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -236,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8f53926a-e04c-42ed-b69a-c1239c6f169c"], "\[LineSeparator]was option of a package function. It is now obsolete. " - }],ExpressionUUID->"4f213829-c92c-4aa1-9cc8-bf64cc8f512f"]} + }],ExpressionUUID->"eaf03e8a-a544-4a89-9694-91f0d34a31db"]} }]], "Usage", CellID->16516740,ExpressionUUID->"2341f29b-b891-4648-abc3-281d2ec6f4bc"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{ 13.600000000000001`, {0.5800000000000001, 13.020000000000001`}}]], - ExpressionUUID->"5a2f7b4e-2294-4a0b-ae8e-dd38496e091e"], + ExpressionUUID->"f73f9e63-682e-49f1-8b4a-efe7dd546732"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1625497-52db-48c7-b167-5ba17dbb3a63"], + "Spacer1"]],ExpressionUUID->"332f3a49-c561-4ec2-a6ba-f7711c016b08"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"fceedc04-665e-4651-ba7d-9a0b8e399832"], + }], "NotesFrameText",ExpressionUUID->"2f2ae958-0dda-4e6f-86bb-ab3bd7db0b56"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"42742d99-72a8-4aec-914d-94fd52d1221b"]], \ + "Preemptive"]],ExpressionUUID->"f7f72aa4-da96-4ed7-b103-3127deef2b3e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1596295750,ExpressionUUID->"44fb7e96-404c-4cc0-a657-2fa917834276"], + CellID->2037851614,ExpressionUUID->"167f5b16-189a-401a-ab31-cb9a02ee90c8"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -315,8 +319,6 @@ Cell["Notice that the option is deprecated.", "Notes", }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -464,15 +466,15 @@ Cell[BoxData[GridBox[{ "d42d721c-cca7-46a4-aa36-6e82941a4c00"] }], "SeeAlso",ExpressionUUID->"b756aca4-4e64-4041-953d-532fee2020b2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d332a10d-eaf3-4c5e-8c2c-\ -d97248bdec9e"], + }]], "SeeAlsoSection",ExpressionUUID->"7f815403-764c-436b-a721-\ +c0f867ee954b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -484,9 +486,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"78708d5d-a55e-4b95-90ee-b4e839d9f47b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"33098941-c3a2-4867-b875-\ -341b0dc7c358"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"60dae51d-ad78-475d-9b3c-\ +d071f1f93655"], Cell[BoxData[GridBox[{ { @@ -503,7 +504,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "12cf7789-2a81-47ab-8b4c-c2b432c46c19"]}]}, + "6d3695ff-1ab6-4117-9f8e-5e91802a4307"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -511,10 +512,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "36d4bdab-9738-410c-b6d7-14ca2c69592d"]}]} + "12011c15-4eaf-4869-8c5e-dac62d5fed8f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9f380baf-588a-47be-8f7e-\ -0b26b9eef3da"], + }]], "MoreAboutSection",ExpressionUUID->"04269ba3-c6c1-47f2-8d2a-\ +b686c0bfac15"], Cell[BoxData[GridBox[{ { @@ -541,7 +542,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f7e7bad7-1c23-4099-973c-c6523ff838d3"]], "RelatedLinks", + "37efe12b-c9de-452f-bb73-492a829405c9"]], "RelatedLinks", ExpressionUUID->"409c0c6f-8640-4971-a00f-23443da54e57"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -558,7 +559,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6c74b46c-e084-460f-9124-7ab6c4672c89"]], "RelatedLinks", + "dca9c529-19ac-4c3e-9320-677307c895e5"]], "RelatedLinks", ExpressionUUID->"564c3cc0-db4f-42fd-a69a-a99fd25d6e70"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -576,11 +577,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "25f4bdf9-cd2f-415b-bdd1-d169da6be2db"]], "RelatedLinks", + "13e5e9d7-a115-412e-a70a-bfa5b6111162"]], "RelatedLinks", ExpressionUUID->"d6b6abb2-22b1-4283-a206-81f1a0ff8a44"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3a7fe319-c5b6-4d3b-893a-\ -baa76b5465ff"], + }]], "RelatedLinksSection",ExpressionUUID->"8285d1e8-e302-4325-a6ad-\ +3ce7c6a88d9b"], Cell[CellGroupData[{ @@ -610,11 +611,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6698e441-306d-4aa2-886f-4686aa52b764"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3ccdb437-51d0-4d31-a9e1-c9d498ab2752"] +Cell[" ", "FooterCell",ExpressionUUID->"2bfb22bb-8b79-4abd-b7e2-ff4ae2aec213"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelRange", TaggingRules->{ @@ -625,17 +626,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 12.403826}", + "built" -> "{2024, 6, 3, 16, 53, 29.901387}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "KernelRange was option of a package function. It is now obsolete. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KernelRange", - "titlemodifier" -> "", "windowtitle" -> "KernelRange", "type" -> "Symbol", - "uri" -> "TUG/ref/KernelRange"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "KernelRange", "type" -> "Symbol", "uri" -> "TUG/ref/KernelRange"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -644,9 +645,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"aa1af634-0e5a-4bd7-ba8e-f99acdbc5381" +ExpressionUUID->"10e887e4-f9e1-498f-bd9c-fb03860ea790" ] (* End of Notebook Content *) @@ -659,44 +660,42 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7098, 168, 70, "AnchorBarGrid",ExpressionUUID->"84000e25-5e3b-43b7-b668-4e4b6ee7e4c9", +Cell[583, 21, 7143, 172, 70, "AnchorBarGrid",ExpressionUUID->"aac7c7cb-ca70-42a0-be62-e36431866cf6", CellID->1], -Cell[7684, 191, 86, 0, 70, "ContextNameCell",ExpressionUUID->"5a0cb12a-ca94-4d9d-9f9c-537843bbd774"], +Cell[7729, 195, 86, 0, 70, "ContextNameCell",ExpressionUUID->"0aa1259a-bddf-47d9-b1e2-514b3f105849"], Cell[CellGroupData[{ -Cell[7795, 195, 1285, 35, 70, "ObjectNameGrid",ExpressionUUID->"8a8908df-da0a-4f0d-8265-7d1b6b0d811e"], -Cell[9083, 232, 429, 8, 70, "Usage",ExpressionUUID->"2341f29b-b891-4648-abc3-281d2ec6f4bc", +Cell[7840, 199, 1285, 35, 70, "ObjectNameGrid",ExpressionUUID->"b960b208-d637-4a4b-8a48-520990c7b235"], +Cell[9128, 236, 429, 8, 70, "Usage",ExpressionUUID->"2341f29b-b891-4648-abc3-281d2ec6f4bc", CellID->16516740] }, Open ]], Cell[CellGroupData[{ -Cell[9549, 245, 1920, 48, 70, "NotesSection",ExpressionUUID->"44fb7e96-404c-4cc0-a657-2fa917834276", +Cell[9594, 249, 1920, 48, 70, "NotesSection",ExpressionUUID->"167f5b16-189a-401a-ab31-cb9a02ee90c8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1596295750], -Cell[11472, 295, 489, 12, 70, "Notes",ExpressionUUID->"09082915-b545-49a8-99c3-d556c1ba89a0", + CellID->2037851614], +Cell[11517, 299, 489, 12, 70, "Notes",ExpressionUUID->"09082915-b545-49a8-99c3-d556c1ba89a0", CellID->177724765], -Cell[11964, 309, 152, 1, 70, "Notes",ExpressionUUID->"ab8d30ec-4f00-4799-ac07-c22193a95d1d", +Cell[12009, 313, 152, 1, 70, "Notes",ExpressionUUID->"ab8d30ec-4f00-4799-ac07-c22193a95d1d", CellID->358334548], -Cell[12119, 312, 128, 1, 70, "Notes",ExpressionUUID->"b1f4da14-4a38-414e-a0c3-8c547685de17", +Cell[12164, 316, 128, 1, 70, "Notes",ExpressionUUID->"b1f4da14-4a38-414e-a0c3-8c547685de17", CellID->89287407] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[12397, 321, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"7f815403-764c-436b-a721-c0f867ee954b"], +Cell[17875, 471, 670, 18, 70, "TechNotesSection",ExpressionUUID->"60dae51d-ad78-475d-9b3c-d071f1f93655"], +Cell[18548, 491, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"04269ba3-c6c1-47f2-8d2a-b686c0bfac15"], +Cell[19584, 519, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"8285d1e8-e302-4325-a6ad-3ce7c6a88d9b"], Cell[CellGroupData[{ -Cell[12374, 319, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"d332a10d-eaf3-4c5e-8c2c-d97248bdec9e"], -Cell[17852, 469, 670, 18, 70, "TechNotesSection",ExpressionUUID->"33098941-c3a2-4867-b875-341b0dc7c358"] -}, Open ]], -Cell[18537, 490, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9f380baf-588a-47be-8f7e-0b26b9eef3da"], -Cell[19573, 518, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"3a7fe319-c5b6-4d3b-893a-baa76b5465ff"], -Cell[CellGroupData[{ -Cell[21855, 586, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d10f9af8-4444-4a67-a83a-50cc70f2a771", +Cell[21866, 587, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d10f9af8-4444-4a67-a83a-50cc70f2a771", CellID->906383680], -Cell[21995, 589, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a6ff9-3c5b-4930-98ed-c30311599dcd", +Cell[22006, 590, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a6ff9-3c5b-4930-98ed-c30311599dcd", CellID->1194386356], -Cell[22217, 595, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf937c77-6d5f-4b29-a79e-8ce9e5f8cdac", +Cell[22228, 596, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf937c77-6d5f-4b29-a79e-8ce9e5f8cdac", CellID->1641706272], -Cell[22432, 600, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb8ef9ab-4142-437d-9111-97ee6a2520c9", +Cell[22443, 601, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb8ef9ab-4142-437d-9111-97ee6a2520c9", CellID->399251956], -Cell[22661, 606, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6698e441-306d-4aa2-886f-4686aa52b764", +Cell[22672, 607, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6698e441-306d-4aa2-886f-4686aa52b764", CellID->821434655] }, Open ]], -Cell[22898, 612, 78, 0, 70, "FooterCell",ExpressionUUID->"3ccdb437-51d0-4d31-a9e1-c9d498ab2752"] +Cell[22909, 613, 78, 0, 70, "FooterCell",ExpressionUUID->"2bfb22bb-8b79-4abd-b7e2-ff4ae2aec213"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/KernelVertices.nb b/Documentation/English/ReferencePages/Symbols/KernelVertices.nb index c932cc6..c2e5c0e 100644 --- a/Documentation/English/ReferencePages/Symbols/KernelVertices.nb +++ b/Documentation/English/ReferencePages/Symbols/KernelVertices.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 61564, 1598] -NotebookOptionsPosition[ 48796, 1347] -NotebookOutlinePosition[ 51145, 1404] -CellTagsIndexPosition[ 51059, 1399] +NotebookDataLength[ 61568, 1597] +NotebookOptionsPosition[ 48811, 1348] +NotebookOutlinePosition[ 51179, 1405] +CellTagsIndexPosition[ 51093, 1400] WindowTitle->KernelVertices WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1e849f6d-f42e-46ec-8c9d-b053b931cf06"], + "3c59790f-7c4d-4c5d-aef3-c316e4c0b78e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "49dba9c2-867a-44a0-8456-000bf1f41a79"], + "c4b383b6-e47a-4367-88ad-65c2d54c731c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d2bd9193-eb00-4aa5-a550-4db5d551a652"] - }],ExpressionUUID->"af2bdf5f-ca22-4b88-bc37-761ce7b4076d"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f11a8b49-6a65-4392-87a0-88489d0fe29b"] + }],ExpressionUUID->"e8e473ca-3d53-4378-be1e-d0d1d943a376"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "314ff298-951f-409f-951b-f61044b21284"], + "aaf581c1-c90f-43a7-9c56-3ac07de85108"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e194a224-47ad-4b0d-be14-bfae2e1195bc"] - }],ExpressionUUID->"6bde2abb-1816-4eb7-bee5-6aaf0e81135d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e4ece9ce-1620-4248-8b22-bb88d24d6d08"] + }],ExpressionUUID->"90d29012-19ce-423a-be7f-ad5169ede989"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c0758d72-2238-44f5-96e4-868c12ad3ccf"], + "afb4652a-fdbe-4cf9-a461-6688ad25cc2c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0de5968b-002c-42e2-876a-62b933ffa992"] - }],ExpressionUUID->"87e7a11c-2aab-4ef2-b53b-929b7bcb9047"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f3dbc915-af4f-4dec-b252-21bf4ab20356"] + }],ExpressionUUID->"ea8070e9-02ca-4219-b2be-0ffaad2a9a96"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1f8eae11-f145-4439-9747-9a7a6341fd8b"], + "6fe67338-be47-43b6-abda-c31fe0e60f89"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f9b5ca26-92b2-44cc-9f64-1ce07ac18003"] - }],ExpressionUUID->"92589260-63ed-4e05-8425-544f08b270d8"], - StripOnInput->False], {"\<\"TUG/ref/KernelVertices\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/KernelVertices"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d7b2ef34-7e1f-4d9c-a9a6-b15d675eebf2"] + }],ExpressionUUID->"40cc7b4a-3b17-4c40-b5dd-1c20ac4cbc5f"], + StripOnInput->False],{ + "\"TUG/ref/KernelVertices\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/KernelVertices"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ KernelVertices.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$105873], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/KernelVertices" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$114523], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/KernelVertices" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0a044577-f746-4b0c-972b-c1c0a39104bb"] + "230127f6-aa6d-4171-a17d-31dde6cd7c00"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2ae41afc-bdc4-4e20-ad8a-3143259e3ff2"]} + "4f7e8dda-2193-400f-9e2c-680b4fa5c75b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"36f04162-6933-44b0-896e-2a27618e8d51"], + CellID->1,ExpressionUUID->"af5b6ca8-8ef5-49fe-96ce-a21c640efc80"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4a01c17e-c42e-421b-93d1-6e915218237a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"517bdd9e-c2e8-4c1b-9937-e926453c1795"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "KernelVertices", "ObjectName",ExpressionUUID-> - "48003552-639c-4f34-8e9d-0dcf7abaa5a3"], + "eea23f67-d699-4a9b-a287-0923877f4fc0"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ca5dbe13-11ad-4a27-b0f8-fef2a6be68e6"], + "Spacer1"]],ExpressionUUID->"86bfdaee-359f-4bda-bda0-3a6308f3993b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "293ece92-350c-4e6b-90b9-92da0e5f89f9"] - }],ExpressionUUID->"cc64c9c0-cfee-4145-9b67-86c9ef7d869e"], Cell[BoxData[ + "869239e7-e770-4f99-a10e-8f14f44fd01c"] + }],ExpressionUUID->"7db95397-1ae7-4d33-a728-687693bf8be0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "33ec0508-490e-454e-8700-80a9ae1141e2"]} + "39035a11-9d9c-4d5d-b363-8e9051089aea"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7cae13c4-4bae-4989-b5a7-c3638e10c245"], + CacheGraphics->False,ExpressionUUID->"78da2dbc-fe1e-49cd-9a8b-3470964b4975"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ line segment from the TU-game argument ", StyleBox["game", FontSlant->"Italic"], " by relying on an LP approach as suggested by H.I. Meinhardt (2006). " - }],ExpressionUUID->"283851cb-4bbe-444d-8b1d-fc75a2057acf"]}, + }],ExpressionUUID->"c9483e98-8e6e-466e-ad1c-0c2ff8ee58a8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"KernelVertices", "[", @@ -252,7 +256,7 @@ line segment from the TU-game argument ", StyleBox["options", FontSlant->"Italic"], " to use the Mathematica solver NMaximize rather than LinearOptimization." - }],ExpressionUUID->"ea9ec89d-4828-477c-8f80-12b184075c18"]} + }],ExpressionUUID->"0fc22ce4-4062-4d3e-ba96-a5ecbf5761ef"]} }]], "Usage", CellID->2087125370,ExpressionUUID->"6cdde03f-a3e2-475e-ac27-0d6ce5516297"] }, Open ]], @@ -285,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1e5429d6-94ea-4014-9652-45705e124611"], + ExpressionUUID->"59163f5c-cdb3-4c31-9be7-4bb3aff8ffa0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"24484801-b7d1-4e68-9688-f7d488679c3a"], + "Spacer1"]],ExpressionUUID->"0f4df6e0-304e-4292-9221-9a711dda2354"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2685477a-84e5-4db0-884c-ba516baac68b"], + }], "NotesFrameText",ExpressionUUID->"ce9689b1-ea12-4128-a36c-48ce1711efd8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"995a02cf-0f2c-462f-9fef-6bba971c6a96"]], \ + "Preemptive"]],ExpressionUUID->"b31e1602-6847-459b-803a-884239bd7f7e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->528861080,ExpressionUUID->"cdc46645-8620-416f-8ea9-50629ee7c542"], + CellID->1706171112,ExpressionUUID->"4ce5f13e-3ece-49d2-9528-f34d671bff78"], Cell[TextData[{ "The input expression ", @@ -379,11 +383,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6c39d014-6a84-4166-9165-53167917d9a9"], "RevisedSimplex", Cell[ + "7fb68d4e-0b4e-4058-b407-cf52d36c9630"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"21093293-03bc-4bb4-a85e-85df04114839"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "32f0484f-76d6-4e31-b59b-ea922e14ef4e"], + "708628aa-82ca-4625-bafe-c7765fb808e9"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -399,11 +403,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "08c34bb5-4cd7-4f18-9bd1-1628a9720fcf"], "CLP", Cell[ + "0e2027bf-2c3b-4c77-bc75-1e283f7bdab3"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"c4e45d7d-e705-40a4-ab8a-ec8ccacb85e2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "48702ac4-9fdb-4335-8d4f-370a2284b964"], + "69001b72-9c37-4b20-8759-983999da814e"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -419,11 +423,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "98591456-bc07-4e63-bed0-ac9657155603"], "InteriorPoint", Cell[ + "9cbed3f6-01a6-44f3-8b55-7f85b570dd54"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"638555b8-75fe-4e4e-8b4b-e5d7c057d731"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d06521b5-de4c-43ec-b835-641e7c9a90f4"], + "bee2816d-6835-42d5-bd72-f5e43b5e96f9"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -445,7 +449,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c21b8f36-1294-4f93-8774-2efbeaa34ef9"], + "ac793a93-788e-4a19-9199-a4003c1fb709"], TemplateBox[{ Cell[ TextData["CallMaximize"]], "paclet:TUG/ref/CallMaximize", @@ -455,7 +459,7 @@ Cell[BoxData[GridBox[{ "use NMaximize to find a solution.", "TableText",ExpressionUUID-> "53a7eff3-1e9f-4f25-98d8-f37132e3e0be"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b3cb6875-e623-4df2-adf0-e647d4cbfe86"], + "1e435d17-1096-45dd-a333-b01d8f10354b"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -465,7 +469,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "3df71601-77c6-4d3f-a418-3902aaba0bc6"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d3e26aeb-880c-4cb9-8f4a-a028eefaffc3"], + "f4f94199-354f-4ffc-9a70-6b8af6fce1e8"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -487,7 +491,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2d06b0e8-8e0d-473c-a959-dcf5984164bc"], + "2e824690-c031-4a10-ac9d-6fb3e7ece178"], TemplateBox[{ Cell[ TextData["EpsilonValue"]], "paclet:TUG/ref/EpsilonValue", @@ -596,19 +600,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bc72a5cf-8213-461e-a886-7a19237b1f64"], + ExpressionUUID->"d0a27af5-a547-49cc-aae2-65d34b8cf481"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f7c700f2-e52e-4e7a-b5ff-bf630b881489"], + "Spacer1"]],ExpressionUUID->"54f62a3d-2aa9-4559-920e-1388958dc1c3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "956aba75-7f3f-4d8e-82a0-dfd31fa0733d"] + "67a23e0a-9cd5-4b1e-87b8-69aa64d847b9"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->507863892,ExpressionUUID->"6b5106f0-7962-4839-9f00-7a2f0bda6ee7"], + CellID->1367785666,ExpressionUUID->"d42ce162-9b9e-4be5-a233-472bc48d687a"], Cell[CellGroupData[{ @@ -637,18 +641,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9334713f-965a-4b71-bbda-553a4f97e2e3"], + ExpressionUUID->"b2de086f-ff3f-4a1e-a1e6-d876df85affa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0d83f1ba-cd0f-4224-9e25-2d312319c59d"], + "Spacer1"]],ExpressionUUID->"145f4d6e-14ae-43c6-968d-b7e39e83bb8b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b0e274b9-aa90-406f-9cc7-f38e8963423b"] + "19eba592-4384-467e-9c36-27f8690daa9e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->822470127,ExpressionUUID->"dc261281-69bb-46b0-b97e-f605030cd95d"], + CellID->2128983795,ExpressionUUID->"114b724d-252e-4893-9bb6-09a7e8e84ea7"], Cell["Loading the package:", "ExampleText", CellID->324643311,ExpressionUUID->"ef26eb0f-73d3-4fb8-96a5-cb0b0e29745d"], @@ -1049,8 +1053,6 @@ evaluation with the MOSEK solver as a kernel element.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1198,15 +1200,15 @@ Cell[BoxData[GridBox[{ "3611b0b1-c882-43a8-af07-6993738d1995"] }], "SeeAlso",ExpressionUUID->"40e222ae-bab6-4600-a2ff-00f0f53dbe0c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0d4cfe54-b672-4433-b464-\ -385428c6bdce"], + }]], "SeeAlsoSection",ExpressionUUID->"ccff8c1e-bcde-41b5-b563-\ +6268d945dc88"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1218,9 +1220,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8accd8fd-ad6e-4f07-870b-dbabfe057652"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bfe7cd57-8776-43e1-823e-\ -6f1fdf99ff81"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b6a44c08-9792-4be5-861d-\ +76b2926b9730"], Cell[BoxData[GridBox[{ { @@ -1237,7 +1238,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "faaffadf-406e-4441-b542-a73499290880"]}]}, + "a38cbc6d-3d4b-41d5-abac-7625edca9a73"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1245,10 +1246,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "99da9943-ec6f-469c-bb5e-56a59822ae32"]}]} + "2637594f-b6e5-4d00-ab7a-c53e528b538e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3d051560-8c46-4d1f-ad97-\ -af2894a79660"], + }]], "MoreAboutSection",ExpressionUUID->"b2890eb5-7739-440f-8a31-\ +5898d20e5f01"], Cell[BoxData[GridBox[{ { @@ -1275,7 +1276,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2b1cae57-24ed-4c5c-99c0-9cf57f74f375"]], "RelatedLinks", + "a8080dc1-07cf-40fa-be11-6285b0189bf3"]], "RelatedLinks", ExpressionUUID->"72f4c1fe-694e-42eb-b81a-8d0e3bb54e11"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1292,7 +1293,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5084f4f6-62c7-4eb2-815b-28350269cdd1"]], "RelatedLinks", + "bdb33c1c-aa32-4130-b6ac-25950308eb26"]], "RelatedLinks", ExpressionUUID->"3e32adbc-aba0-4826-8224-c69c260d89fa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1309,11 +1310,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3466fbeb-feb8-4934-b844-7ca334d94060"]], "RelatedLinks", + "f6e33e60-9b63-4053-9238-ab5687fe566c"]], "RelatedLinks", ExpressionUUID->"f645ae73-1511-4b5a-b324-e22262d81bc8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e5a0d38d-398f-4633-bc89-\ -8aaabaee79c2"], + }]], "RelatedLinksSection",ExpressionUUID->"e18ccadb-d9c8-4e03-a55f-\ +108571596b40"], Cell[CellGroupData[{ @@ -1343,11 +1344,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b39b9316-42e6-4f17-afaf-f3cf9ce1b5ec"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1b435f42-b15e-4173-b482-decfd88e93bd"] +Cell[" ", "FooterCell",ExpressionUUID->"91e16d9a-688b-4fd0-8ef0-9802ddab52e0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"KernelVertices", TaggingRules->{ @@ -1358,7 +1359,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 13.731645}", + "built" -> "{2024, 6, 3, 16, 53, 30.512879}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1369,10 +1370,10 @@ suggested by H.I. Meinhardt (2006). KernelVertices[game, options] the \ computation method can be changed through options to use the Mathematica \ solver NMaximize rather than LinearOptimization.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "KernelVertices", "titlemodifier" -> "", - "windowtitle" -> "KernelVertices", "type" -> "Symbol", "uri" -> - "TUG/ref/KernelVertices"}}, + "metadescription" -> "", "windowtitle" -> "KernelVertices", "type" -> + "Symbol", "uri" -> "TUG/ref/KernelVertices"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1381,9 +1382,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e0058d97-16bb-49f7-83fe-7ec910390e2c" +ExpressionUUID->"168c611c-8da4-4d24-9ae0-f119abdcfa87" ] (* End of Notebook Content *) @@ -1391,215 +1392,213 @@ ExpressionUUID->"e0058d97-16bb-49f7-83fe-7ec910390e2c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[22159, 573, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6b5106f0-7962-4839-9f00-7a2f0bda6ee7", + Cell[22206, 577, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d42ce162-9b9e-4be5-a233-472bc48d687a", CellTags->"PrimaryExamplesSection", - CellID->507863892]} + CellID->1367785666]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 50859, 1392} + {"PrimaryExamplesSection", 50892, 1393} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7127, 168, 56, "AnchorBarGrid",ExpressionUUID->"36f04162-6933-44b0-896e-2a27618e8d51", +Cell[586, 21, 7173, 172, 57, "AnchorBarGrid",ExpressionUUID->"af5b6ca8-8ef5-49fe-96ce-a21c640efc80", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4a01c17e-c42e-421b-93d1-6e915218237a"], +Cell[7762, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"517bdd9e-c2e8-4c1b-9937-e926453c1795"], Cell[CellGroupData[{ -Cell[7827, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"7cae13c4-4bae-4989-b5a7-c3638e10c245"], -Cell[9118, 232, 1154, 24, 209, "Usage",ExpressionUUID->"6cdde03f-a3e2-475e-ac27-0d6ce5516297", +Cell[7873, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"78da2dbc-fe1e-49cd-9a8b-3470964b4975"], +Cell[9164, 236, 1154, 24, 208, "Usage",ExpressionUUID->"6cdde03f-a3e2-475e-ac27-0d6ce5516297", CellID->2087125370] }, Open ]], Cell[CellGroupData[{ -Cell[10309, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"cdc46645-8620-416f-8ea9-50629ee7c542", +Cell[10355, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"4ce5f13e-3ece-49d2-9528-f34d671bff78", CellGroupingRules->{"SectionGrouping", 50}, - CellID->528861080], -Cell[12206, 310, 515, 12, 57, "Notes",ExpressionUUID->"a29bbdaf-8828-41f0-b164-8281f5839995", + CellID->1706171112], +Cell[12253, 314, 515, 12, 57, "Notes",ExpressionUUID->"a29bbdaf-8828-41f0-b164-8281f5839995", CellID->1014199156], -Cell[12724, 324, 489, 12, 37, "Notes",ExpressionUUID->"b1b8ca09-55ba-4e52-b1bf-ccbb8d5157f8", +Cell[12771, 328, 489, 12, 38, "Notes",ExpressionUUID->"b1b8ca09-55ba-4e52-b1bf-ccbb8d5157f8", CellID->177724765], -Cell[13216, 338, 172, 3, 36, "Notes",ExpressionUUID->"fdef3f80-882f-4510-9ca2-f63cf87b51a3", +Cell[13263, 342, 172, 3, 36, "Notes",ExpressionUUID->"fdef3f80-882f-4510-9ca2-f63cf87b51a3", CellID->1000138113], -Cell[13391, 343, 432, 7, 78, "Notes",ExpressionUUID->"31c5f8b0-1829-4171-ba76-097c472b5fc1", +Cell[13438, 347, 432, 7, 78, "Notes",ExpressionUUID->"31c5f8b0-1829-4171-ba76-097c472b5fc1", CellID->1344965472], -Cell[13826, 352, 240, 4, 57, "Notes",ExpressionUUID->"c7f7ca3b-125f-49fc-a67b-5a9dc6519106", +Cell[13873, 356, 240, 4, 57, "Notes",ExpressionUUID->"c7f7ca3b-125f-49fc-a67b-5a9dc6519106", CellID->2076178921], -Cell[14069, 358, 282, 5, 57, "Notes",ExpressionUUID->"2b0f351c-d9d9-4480-8934-65ea019c0333", +Cell[14116, 362, 282, 5, 57, "Notes",ExpressionUUID->"2b0f351c-d9d9-4480-8934-65ea019c0333", CellID->1210693388], -Cell[14354, 365, 386, 12, 37, "Notes",ExpressionUUID->"a2a545bc-7eca-44f6-a0f6-8fbd7cd9c55c", +Cell[14401, 369, 386, 12, 38, "Notes",ExpressionUUID->"a2a545bc-7eca-44f6-a0f6-8fbd7cd9c55c", CellID->24981], -Cell[14743, 379, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"1923a357-b81e-42ac-a914-dae0eca05891", +Cell[14790, 383, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"1923a357-b81e-42ac-a914-dae0eca05891", CellID->12695], -Cell[15638, 399, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"2d4418c6-09db-4cf2-9470-edb612814c7a", +Cell[15685, 403, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"2d4418c6-09db-4cf2-9470-edb612814c7a", CellID->1546107665], -Cell[16496, 419, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"e3c38bcf-fa2f-4cd9-9c2b-7e5c429105d1", +Cell[16543, 423, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"e3c38bcf-fa2f-4cd9-9c2b-7e5c429105d1", CellID->512784626], -Cell[17366, 439, 267, 4, 70, "Notes",ExpressionUUID->"02a3a0b9-adaf-4ead-99fc-1447a702c28f", +Cell[17413, 443, 267, 4, 70, "Notes",ExpressionUUID->"02a3a0b9-adaf-4ead-99fc-1447a702c28f", CellID->13178], -Cell[17636, 445, 1649, 40, 70, "3ColumnTableMod",ExpressionUUID->"9db300d2-6c03-4014-b2b6-ead9f951aa51", +Cell[17683, 449, 1649, 40, 70, "3ColumnTableMod",ExpressionUUID->"9db300d2-6c03-4014-b2b6-ead9f951aa51", CellID->11156], -Cell[19288, 487, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"e3aa9ace-c27e-4770-9035-29c403092d93", +Cell[19335, 491, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"e3aa9ace-c27e-4770-9035-29c403092d93", CellID->137196205], -Cell[19965, 504, 478, 14, 70, "Notes",ExpressionUUID->"8cd8542d-a4ec-4623-9350-29a0d8427c29", +Cell[20012, 508, 478, 14, 70, "Notes",ExpressionUUID->"8cd8542d-a4ec-4623-9350-29a0d8427c29", CellID->2041037989], -Cell[20446, 520, 520, 14, 70, "Notes",ExpressionUUID->"8eaf58d5-573f-408e-92fb-df53ae7c0c78", +Cell[20493, 524, 520, 14, 70, "Notes",ExpressionUUID->"8eaf58d5-573f-408e-92fb-df53ae7c0c78", CellID->821313100], -Cell[20969, 536, 493, 14, 70, "Notes",ExpressionUUID->"2687491b-28b3-408e-998f-dfd89a9b6697", +Cell[21016, 540, 493, 14, 70, "Notes",ExpressionUUID->"2687491b-28b3-408e-998f-dfd89a9b6697", CellID->731], -Cell[21465, 552, 567, 15, 70, "Notes",ExpressionUUID->"8e82a2b8-3c15-45ca-8968-e52ee872b96c", +Cell[21512, 556, 567, 15, 70, "Notes",ExpressionUUID->"8e82a2b8-3c15-45ca-8968-e52ee872b96c", CellID->1641958134] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[22159, 573, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6b5106f0-7962-4839-9f00-7a2f0bda6ee7", +Cell[22206, 577, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d42ce162-9b9e-4be5-a233-472bc48d687a", CellTags->"PrimaryExamplesSection", - CellID->507863892], + CellID->1367785666], Cell[CellGroupData[{ -Cell[23604, 614, 1398, 36, 70, "ExampleSection",ExpressionUUID->"dc261281-69bb-46b0-b97e-f605030cd95d", - CellID->822470127], -Cell[25005, 652, 118, 1, 70, "ExampleText",ExpressionUUID->"ef26eb0f-73d3-4fb8-96a5-cb0b0e29745d", +Cell[23652, 618, 1399, 36, 70, "ExampleSection",ExpressionUUID->"114b724d-252e-4893-9bb6-09a7e8e84ea7", + CellID->2128983795], +Cell[25054, 656, 118, 1, 70, "ExampleText",ExpressionUUID->"ef26eb0f-73d3-4fb8-96a5-cb0b0e29745d", CellID->324643311], Cell[CellGroupData[{ -Cell[25148, 657, 168, 3, 70, "Input",ExpressionUUID->"bb9515f3-8206-40e6-ae7d-f1ee35022fe2", +Cell[25197, 661, 168, 3, 70, "Input",ExpressionUUID->"bb9515f3-8206-40e6-ae7d-f1ee35022fe2", CellID->2057579370], Cell[CellGroupData[{ -Cell[25341, 664, 235, 4, 70, "Print",ExpressionUUID->"031c61e2-7f05-46d1-aad4-12339e7b0f5d", +Cell[25390, 668, 235, 4, 70, "Print",ExpressionUUID->"031c61e2-7f05-46d1-aad4-12339e7b0f5d", CellID->780594905], -Cell[25579, 670, 365, 8, 70, "Print",ExpressionUUID->"be66784b-ba64-4c5b-b648-eb196358edfd", +Cell[25628, 674, 365, 8, 70, "Print",ExpressionUUID->"be66784b-ba64-4c5b-b648-eb196358edfd", CellID->1920394597], -Cell[25947, 680, 235, 4, 70, "Print",ExpressionUUID->"70378122-79d3-41cd-afbe-52795cff1aac", +Cell[25996, 684, 235, 4, 70, "Print",ExpressionUUID->"70378122-79d3-41cd-afbe-52795cff1aac", CellID->163168253], -Cell[26185, 686, 220, 3, 70, "Print",ExpressionUUID->"4ed2fb12-0b1f-436f-bf84-69bfa9614618", +Cell[26234, 690, 220, 3, 70, "Print",ExpressionUUID->"4ed2fb12-0b1f-436f-bf84-69bfa9614618", CellID->1248349204], -Cell[26408, 691, 206, 3, 70, "Print",ExpressionUUID->"d455e81d-0085-49cd-aab4-e764d3e0dd7b", +Cell[26457, 695, 206, 3, 70, "Print",ExpressionUUID->"d455e81d-0085-49cd-aab4-e764d3e0dd7b", CellID->106664347], -Cell[26617, 696, 236, 4, 70, "Print",ExpressionUUID->"44c5fcfe-59a3-4b70-8055-eedd7a0f42cf", +Cell[26666, 700, 236, 4, 70, "Print",ExpressionUUID->"44c5fcfe-59a3-4b70-8055-eedd7a0f42cf", CellID->295300510], -Cell[26856, 702, 220, 3, 70, "Print",ExpressionUUID->"77c3096b-8081-4848-9e5b-68d1f12bad6d", +Cell[26905, 706, 220, 3, 70, "Print",ExpressionUUID->"77c3096b-8081-4848-9e5b-68d1f12bad6d", CellID->1047869772], -Cell[27079, 707, 236, 4, 70, "Print",ExpressionUUID->"0134480d-1c37-47da-b1aa-c43992ba1257", +Cell[27128, 711, 236, 4, 70, "Print",ExpressionUUID->"0134480d-1c37-47da-b1aa-c43992ba1257", CellID->1683982100], -Cell[27318, 713, 236, 4, 70, "Print",ExpressionUUID->"4d0f164d-97e7-490f-8e32-6a165f46f117", +Cell[27367, 717, 236, 4, 70, "Print",ExpressionUUID->"4d0f164d-97e7-490f-8e32-6a165f46f117", CellID->1697551953], -Cell[27557, 719, 207, 3, 70, "Print",ExpressionUUID->"34a709dd-c5db-49dd-b946-a1cf0701a0f1", +Cell[27606, 723, 207, 3, 70, "Print",ExpressionUUID->"34a709dd-c5db-49dd-b946-a1cf0701a0f1", CellID->1228226170], -Cell[27767, 724, 234, 4, 70, "Print",ExpressionUUID->"33687683-7727-42ae-b0d0-06677af63ed5", +Cell[27816, 728, 234, 4, 70, "Print",ExpressionUUID->"33687683-7727-42ae-b0d0-06677af63ed5", CellID->54325563] }, Open ]] }, Open ]], -Cell[28028, 732, 136, 1, 70, "ExampleText",ExpressionUUID->"228afc71-1d62-4e00-b7e2-ec08fb55291d", +Cell[28077, 736, 136, 1, 70, "ExampleText",ExpressionUUID->"228afc71-1d62-4e00-b7e2-ec08fb55291d", CellID->139596135], -Cell[28167, 735, 235, 6, 70, "Input",ExpressionUUID->"469fdf23-28ec-4318-93a4-c73004066ad2", +Cell[28216, 739, 235, 6, 70, "Input",ExpressionUUID->"469fdf23-28ec-4318-93a4-c73004066ad2", CellID->1693942798], -Cell[28405, 743, 381, 9, 70, "Input",ExpressionUUID->"b44dc9b0-c26f-4586-9157-103960a141ac", +Cell[28454, 747, 381, 9, 70, "Input",ExpressionUUID->"b44dc9b0-c26f-4586-9157-103960a141ac", CellID->1632444633], -Cell[28789, 754, 238, 6, 70, "Input",ExpressionUUID->"a139806e-da76-479b-ac80-8e70742aeaa6", +Cell[28838, 758, 238, 6, 70, "Input",ExpressionUUID->"a139806e-da76-479b-ac80-8e70742aeaa6", CellID->1374314755], -Cell[29030, 762, 191, 4, 70, "ExampleText",ExpressionUUID->"9258c000-09f5-444f-8201-5229bfa20c72", +Cell[29079, 766, 191, 4, 70, "ExampleText",ExpressionUUID->"9258c000-09f5-444f-8201-5229bfa20c72", CellID->1737405585], Cell[CellGroupData[{ -Cell[29246, 770, 172, 3, 70, "Input",ExpressionUUID->"1ed8b849-d963-4715-b55a-1bdf0350052a", +Cell[29295, 774, 172, 3, 70, "Input",ExpressionUUID->"1ed8b849-d963-4715-b55a-1bdf0350052a", CellID->1100401473], -Cell[29421, 775, 386, 9, 36, "Output",ExpressionUUID->"790b2859-7af3-406d-8075-1c6dd5a8f1b9", +Cell[29470, 779, 386, 9, 36, "Output",ExpressionUUID->"790b2859-7af3-406d-8075-1c6dd5a8f1b9", CellID->160818608] }, Open ]], -Cell[29822, 787, 301, 5, 70, "ExampleText",ExpressionUUID->"c67ef1bf-4115-4d50-bd49-ee2ebfd03535", +Cell[29871, 791, 301, 5, 70, "ExampleText",ExpressionUUID->"c67ef1bf-4115-4d50-bd49-ee2ebfd03535", CellID->226969220], Cell[CellGroupData[{ -Cell[30148, 796, 172, 3, 70, "Input",ExpressionUUID->"7a7e7693-6830-43cd-80da-938cd91d63cd", +Cell[30197, 800, 172, 3, 70, "Input",ExpressionUUID->"7a7e7693-6830-43cd-80da-938cd91d63cd", CellID->1720510094], -Cell[30323, 801, 294, 8, 51, "Output",ExpressionUUID->"d20ebb33-0586-4f53-8ff4-7ce00b4cac98", +Cell[30372, 805, 294, 8, 50, "Output",ExpressionUUID->"d20ebb33-0586-4f53-8ff4-7ce00b4cac98", CellID->202714479] }, Open ]], -Cell[30632, 812, 196, 4, 70, "ExampleText",ExpressionUUID->"f7cad8a7-6aef-4006-9db1-b60221eb7fbb", +Cell[30681, 816, 196, 4, 70, "ExampleText",ExpressionUUID->"f7cad8a7-6aef-4006-9db1-b60221eb7fbb", CellID->297883297], Cell[CellGroupData[{ -Cell[30853, 820, 250, 5, 70, "Input",ExpressionUUID->"2d7cb6b6-a928-4d9a-a7ab-6ed7286dba1c", +Cell[30902, 824, 250, 5, 70, "Input",ExpressionUUID->"2d7cb6b6-a928-4d9a-a7ab-6ed7286dba1c", CellID->1842924120], -Cell[31106, 827, 295, 8, 51, "Output",ExpressionUUID->"505b1d8f-3004-4c26-a0cc-5876efdce398", +Cell[31155, 831, 295, 8, 50, "Output",ExpressionUUID->"505b1d8f-3004-4c26-a0cc-5876efdce398", CellID->1300296286] }, Open ]], -Cell[31416, 838, 320, 5, 70, "ExampleText",ExpressionUUID->"6c919fa4-ff1a-4135-9adc-d59fadafde67", +Cell[31465, 842, 320, 5, 70, "ExampleText",ExpressionUUID->"6c919fa4-ff1a-4135-9adc-d59fadafde67", CellID->1649205367], Cell[CellGroupData[{ -Cell[31761, 847, 178, 3, 70, "Input",ExpressionUUID->"19e6502d-af45-4f53-89ad-764bc8911103", +Cell[31810, 851, 178, 3, 70, "Input",ExpressionUUID->"19e6502d-af45-4f53-89ad-764bc8911103", CellID->341373262], -Cell[31942, 852, 221, 5, 36, "Output",ExpressionUUID->"79c8e0f5-4c60-42ed-92c1-c8295df4f138", +Cell[31991, 856, 221, 5, 36, "Output",ExpressionUUID->"79c8e0f5-4c60-42ed-92c1-c8295df4f138", CellID->358980802] }, Open ]], -Cell[32178, 860, 171, 3, 70, "ExampleText",ExpressionUUID->"819b7c5d-ef62-4618-8a23-1d8ea410afa8", +Cell[32227, 864, 171, 3, 70, "ExampleText",ExpressionUUID->"819b7c5d-ef62-4618-8a23-1d8ea410afa8", CellID->384458541], Cell[CellGroupData[{ -Cell[32374, 867, 235, 5, 70, "Input",ExpressionUUID->"4af72628-e04f-4589-8c49-439da3c864a6", +Cell[32423, 871, 235, 5, 70, "Input",ExpressionUUID->"4af72628-e04f-4589-8c49-439da3c864a6", CellID->94263145], -Cell[32612, 874, 293, 8, 51, "Output",ExpressionUUID->"6e15bc60-d9ca-4e7e-ad7f-64d6a349a6c8", +Cell[32661, 878, 293, 8, 50, "Output",ExpressionUUID->"6e15bc60-d9ca-4e7e-ad7f-64d6a349a6c8", CellID->84089413] }, Open ]], -Cell[32920, 885, 135, 1, 70, "ExampleText",ExpressionUUID->"4c62d2ca-34eb-42bb-b422-57ec457c1906", +Cell[32969, 889, 135, 1, 70, "ExampleText",ExpressionUUID->"4c62d2ca-34eb-42bb-b422-57ec457c1906", CellID->429100900], -Cell[33058, 888, 158, 2, 70, "ExampleText",ExpressionUUID->"40ed65d9-4598-4f9a-9ffc-0104f0cf15a9", +Cell[33107, 892, 158, 2, 70, "ExampleText",ExpressionUUID->"40ed65d9-4598-4f9a-9ffc-0104f0cf15a9", CellID->310732177], Cell[CellGroupData[{ -Cell[33241, 894, 326, 7, 70, "Input",ExpressionUUID->"66ad9b5f-7326-473f-b306-b0491e5b02de", +Cell[33290, 898, 326, 7, 70, "Input",ExpressionUUID->"66ad9b5f-7326-473f-b306-b0491e5b02de", CellID->492457477], -Cell[33570, 903, 295, 8, 51, "Output",ExpressionUUID->"ff5d0a80-1d8c-4431-b999-079f2bb5c45d", +Cell[33619, 907, 295, 8, 50, "Output",ExpressionUUID->"ff5d0a80-1d8c-4431-b999-079f2bb5c45d", CellID->150642632] }, Open ]], Cell[CellGroupData[{ -Cell[33902, 916, 315, 7, 70, "Input",ExpressionUUID->"66e4b488-ed64-4901-904d-94325bd98458", +Cell[33951, 920, 315, 7, 70, "Input",ExpressionUUID->"66e4b488-ed64-4901-904d-94325bd98458", CellID->181252285], -Cell[34220, 925, 296, 8, 51, "Output",ExpressionUUID->"9d8bcee2-a541-4e59-aa00-1eb43292af77", +Cell[34269, 929, 296, 8, 50, "Output",ExpressionUUID->"9d8bcee2-a541-4e59-aa00-1eb43292af77", CellID->2104799120] }, Open ]], Cell[CellGroupData[{ -Cell[34553, 938, 318, 7, 70, "Input",ExpressionUUID->"fb33177a-1627-4e32-8f44-d13a79e6e657", +Cell[34602, 942, 318, 7, 70, "Input",ExpressionUUID->"fb33177a-1627-4e32-8f44-d13a79e6e657", CellID->2121856974], -Cell[34874, 947, 208, 3, 70, "Print",ExpressionUUID->"79cd57c5-b67e-4f6b-9769-929af32cbb03", +Cell[34923, 951, 208, 3, 70, "Print",ExpressionUUID->"79cd57c5-b67e-4f6b-9769-929af32cbb03", CellID->814704552], -Cell[35085, 952, 400, 10, 51, "Output",ExpressionUUID->"4dfaf9c0-e1e1-46d4-bc94-0cfe21e2a18b", +Cell[35134, 956, 400, 10, 51, "Output",ExpressionUUID->"4dfaf9c0-e1e1-46d4-bc94-0cfe21e2a18b", CellID->1551357799] }, Open ]], Cell[CellGroupData[{ -Cell[35522, 967, 318, 7, 70, "Input",ExpressionUUID->"5842cbd1-134f-4884-a788-6558a8f1b397", +Cell[35571, 971, 318, 7, 70, "Input",ExpressionUUID->"5842cbd1-134f-4884-a788-6558a8f1b397", CellID->430320445], -Cell[35843, 976, 295, 8, 51, "Output",ExpressionUUID->"b7685f63-9850-4d41-a8dd-e97d96de71ce", +Cell[35892, 980, 295, 8, 50, "Output",ExpressionUUID->"b7685f63-9850-4d41-a8dd-e97d96de71ce", CellID->797688043] }, Open ]], Cell[CellGroupData[{ -Cell[36175, 989, 466, 12, 70, "Input",ExpressionUUID->"41bd40f6-1743-48e3-a60a-2fb73ac26a3e", +Cell[36224, 993, 466, 12, 70, "Input",ExpressionUUID->"41bd40f6-1743-48e3-a60a-2fb73ac26a3e", CellID->246540558], -Cell[36644, 1003, 376, 10, 51, "Output",ExpressionUUID->"fe1b4548-3df5-424e-bf73-278a4bf893f4", +Cell[36693, 1007, 376, 10, 51, "Output",ExpressionUUID->"fe1b4548-3df5-424e-bf73-278a4bf893f4", CellID->1383549113] }, Open ]], Cell[CellGroupData[{ -Cell[37057, 1018, 374, 10, 70, "Input",ExpressionUUID->"60dc6b1e-2e6c-48c4-b247-e61d1ab38520", +Cell[37106, 1022, 374, 10, 70, "Input",ExpressionUUID->"60dc6b1e-2e6c-48c4-b247-e61d1ab38520", CellID->642727741], -Cell[37434, 1030, 250, 6, 36, "Output",ExpressionUUID->"82c4e677-1e1d-48d2-8418-c0b015d7f51b", +Cell[37483, 1034, 250, 6, 36, "Output",ExpressionUUID->"82c4e677-1e1d-48d2-8418-c0b015d7f51b", CellID->433410131] }, Open ]], -Cell[37699, 1039, 239, 4, 70, "ExampleText",ExpressionUUID->"a4dee1f0-d5e2-4d89-a43a-35017ee35a92", +Cell[37748, 1043, 239, 4, 70, "ExampleText",ExpressionUUID->"a4dee1f0-d5e2-4d89-a43a-35017ee35a92", CellID->1337092046] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[38217, 1055, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"ccff8c1e-bcde-41b5-b563-6268d945dc88"], +Cell[43711, 1205, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b6a44c08-9792-4be5-861d-76b2926b9730"], +Cell[44384, 1225, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b2890eb5-7739-440f-8a31-5898d20e5f01"], +Cell[45420, 1253, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"e18ccadb-d9c8-4e03-a55f-108571596b40"], Cell[CellGroupData[{ -Cell[38190, 1053, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"0d4cfe54-b672-4433-b464-385428c6bdce"], -Cell[43684, 1203, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bfe7cd57-8776-43e1-823e-6f1fdf99ff81"] -}, Open ]], -Cell[44369, 1224, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3d051560-8c46-4d1f-ad97-af2894a79660"], -Cell[45405, 1252, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"e5a0d38d-398f-4633-bc89-8aaabaee79c2"], -Cell[CellGroupData[{ -Cell[47671, 1319, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a9aa8aef-1091-4a0c-bd49-95be9c8253d7", +Cell[47686, 1320, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a9aa8aef-1091-4a0c-bd49-95be9c8253d7", CellID->846008140], -Cell[47811, 1322, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"617c37a4-be33-45eb-b137-da5c9302c156", +Cell[47826, 1323, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"617c37a4-be33-45eb-b137-da5c9302c156", CellID->1194386356], -Cell[48033, 1328, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c390586c-db36-4dda-859c-1b421092131a", +Cell[48048, 1329, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c390586c-db36-4dda-859c-1b421092131a", CellID->1641706272], -Cell[48248, 1333, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"81f48fef-7845-4ac2-bbad-7eecb37987e5", +Cell[48263, 1334, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"81f48fef-7845-4ac2-bbad-7eecb37987e5", CellID->399251956], -Cell[48477, 1339, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b39b9316-42e6-4f17-afaf-f3cf9ce1b5ec", +Cell[48492, 1340, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b39b9316-42e6-4f17-afaf-f3cf9ce1b5ec", CellID->821434655] }, Open ]], -Cell[48714, 1345, 78, 0, 70, "FooterCell",ExpressionUUID->"1b435f42-b15e-4173-b482-decfd88e93bd"] +Cell[48729, 1346, 78, 0, 70, "FooterCell",ExpressionUUID->"91e16d9a-688b-4fd0-8ef0-9802ddab52e0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LPtoMatrix.nb b/Documentation/English/ReferencePages/Symbols/LPtoMatrix.nb index 35f99d0..a47d3ea 100644 --- a/Documentation/English/ReferencePages/Symbols/LPtoMatrix.nb +++ b/Documentation/English/ReferencePages/Symbols/LPtoMatrix.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 77391, 2044] -NotebookOptionsPosition[ 67834, 1853] -NotebookOutlinePosition[ 69885, 1906] -CellTagsIndexPosition[ 69799, 1901] +NotebookDataLength[ 77395, 2044] +NotebookOptionsPosition[ 67854, 1855] +NotebookOutlinePosition[ 69922, 1908] +CellTagsIndexPosition[ 69836, 1903] WindowTitle->LPtoMatrix WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b9f22ee7-29d9-446f-9ef4-6e1ef10d20fc"], + "b68e8059-8ed5-4dce-bb51-866fd6300666"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a6775a31-2364-4e0b-b216-7a2a8b76a9d0"], + "8d78514a-7afa-43b6-81be-0962ab863701"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0b280855-0eb8-4a13-a945-d70fb8f8b46e"] - }],ExpressionUUID->"fea210b1-0ad3-4836-a7ef-d4c1e3926125"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "8e76db8a-3dd1-4883-b309-f2f6e7e9229f"] + }],ExpressionUUID->"e4f636aa-1bce-4a77-b533-fcdf741c6179"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dafb2f5e-4767-459f-94a5-858e5b0758de"], + "ca48b406-7fcc-47e6-9439-bfe2ab6b9cf2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3916d807-9538-4eb0-af21-76db3e23239b"] - }],ExpressionUUID->"99efba19-71bf-4a3a-9e4f-4e1ac05258d9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1f8a7f97-f7ae-4ee3-8d15-0b244ccc1a56"] + }],ExpressionUUID->"151c020d-b548-4c47-8491-94de0d27999e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cc1b9740-4e87-40fa-ad1e-cca63a77bbda"], + "8755b9d0-7f0e-4162-ba20-a68fe1df2354"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0be17d1-e12f-44d1-a7bc-1d18d217de8c"] - }],ExpressionUUID->"64a8a367-80b3-4283-a11c-ff4730462f9f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f88cb39b-ea6e-4be1-b9d9-2ad47b566d93"] + }],ExpressionUUID->"540452b0-9dfd-4066-bf11-7bb455fe1355"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e7b7fcbe-4232-4511-b377-1638d47ea187"], + "63110f04-566e-4753-b2fd-ffc200d96f9b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5ad913d5-2fd3-4f6e-a958-ea361d725a51"] - }],ExpressionUUID->"89ceded4-0049-40dc-a997-ad09cad581f5"], - StripOnInput->False], {"\<\"TUG/ref/LPtoMatrix\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LPtoMatrix"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LPtoMatrix.\ + "2edf066b-e4a0-4eec-8c3b-33acc357ca82"] + }],ExpressionUUID->"a277c026-ef7b-4d31-8d21-66362aef508b"], + StripOnInput->False],{ + "\"TUG/ref/LPtoMatrix\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LPtoMatrix"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LPtoMatrix.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$112468], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LPtoMatrix" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$121492], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LPtoMatrix" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f0980762-79ff-4da6-b680-f36b1fff2294"] + "7f812a50-a7ad-469c-9e25-93adefcbbd8b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "be02f582-afc2-4d57-9e8d-33e9b253e575"]} + "ce70cf59-9b5d-46a3-a56a-033113660605"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9cdae11c-0296-4b8f-a08a-34e9737e9117"], + CellID->1,ExpressionUUID->"1b37818c-f820-43dc-ab53-025e9ba02f57"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0e0b32ce-44ec-413a-9db1-f792f9b02acd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8a522823-5e68-40cc-a1c6-784dcaa7848e"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LPtoMatrix", "ObjectName",ExpressionUUID-> - "eef6a646-712d-4fb6-bb51-1ffe519cc20c"], + "58d0961b-209b-4223-8389-963fd170de30"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2fc48629-2e12-4fd9-a2fc-d55e8b629c48"], + "Spacer1"]],ExpressionUUID->"125e77fa-9bc7-405a-a951-1bbcbfd38059"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9a3bde4d-02af-4436-ab87-66a1ad9e908a"] - }],ExpressionUUID->"f1acbd11-1748-4963-8bd2-137b36a3b397"], Cell[BoxData[ + "39cf5627-5b9c-4fb3-a406-ace7505b2c8e"] + }],ExpressionUUID->"d614b95b-a45f-4534-8f92-3c3b903dc7ec"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d985ad76-4b65-45cb-974b-e97f1462822c"]} + "999c9db8-bf17-40ea-8527-5c3bd6429181"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8f827e6e-37e5-4a51-befd-f915d67d8d08"], + CacheGraphics->False,ExpressionUUID->"ed1a3454-60c2-4e58-979d-b33b4dc61921"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2a7c9585-594b-4cb6-80f5-b212c36b7420"], " \[LineSeparator]extracts the coefficient from a LP." - }],ExpressionUUID->"e3bdcfb0-f44a-4e46-9012-8c0ead7f7cba"]} + }],ExpressionUUID->"124cb7fd-df28-4d2b-a164-e0c3ad9a7eaa"]} }]], "Usage", CellID->1370449714,ExpressionUUID->"2881a33a-3b9b-4632-b7d6-6228c16aa703"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"efe17f1a-91f7-418a-a05e-13fd5f6dc95f"], + ExpressionUUID->"ccded70e-569a-4db0-a9aa-b0b87e431733"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a3c6ee20-de76-40d9-b14b-b9ce4ad97a97"], + "Spacer1"]],ExpressionUUID->"c74719b7-45d3-498e-b5b3-5690edc0605a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"eff00cbc-399f-4f72-9979-912372cb302f"], + }], "NotesFrameText",ExpressionUUID->"dd51b98b-c5b0-4f7c-92eb-3a6ecb53e9db"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0670d8c0-9a9a-4911-a9bd-2d73fbf7d916"]], \ + "Preemptive"]],ExpressionUUID->"95c68e89-2ae4-4627-afc6-1825b687c275"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1078282750,ExpressionUUID->"9a226a08-3d88-48cb-8a44-b161bf2d0ac5"], + CellID->1659549393,ExpressionUUID->"05cfc6b2-7d70-41f5-bab9-3776acab7150"], Cell[TextData[{ "The input expression ", @@ -360,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b9fe21b6-ba83-47b1-b98a-c54635135bc6"], + ExpressionUUID->"c243f1d4-2396-4f7f-b8e6-d418ccf3ca5e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8c1f8d9d-4187-4374-943f-548b516d8909"], + "Spacer1"]],ExpressionUUID->"13d09143-67f3-4317-a576-3448c3155da0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "76f966c7-199e-40ed-b785-71b88923e3f1"] + "6eda5718-49ef-467a-95ca-ef0c1976f50c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1733132439,ExpressionUUID->"5e4a3eb0-91b0-4d17-bcc1-1359777b9b12"], + CellID->360787968,ExpressionUUID->"2c3c2b6c-8efe-4f3e-8595-c1d58249e8fc"], Cell[CellGroupData[{ @@ -401,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"757c5e86-d5f4-4d5e-9e08-61fe368101fd"], + ExpressionUUID->"7f18dfc6-5297-4ad3-a6d8-ddd40b4c79e9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4550163d-aa95-46db-ae2a-1fc2d4e406f8"], + "Spacer1"]],ExpressionUUID->"6e94beca-4999-4478-8c53-573391388f7d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "30956b02-850d-430f-9aea-1c8ce7db251d"] + "1e51244a-ca23-4d7e-858d-f305000b297d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2146883463,ExpressionUUID->"46195159-62c4-4626-8dd8-549f5333729f"], + CellID->1222864460,ExpressionUUID->"0d9e101d-8e1a-4599-8bfe-84c984857aa1"], Cell["Loading the package:", "ExampleText", CellID->193451012,ExpressionUUID->"711ec605-116b-4280-81c4-58e6a49f0d7b"], @@ -1538,8 +1543,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1687,15 +1690,15 @@ Cell[BoxData[GridBox[{ "e021cf16-4db9-409b-b796-4c028143fd05"] }], "SeeAlso",ExpressionUUID->"771a4611-16d4-4a0d-b41f-1ea0c13315cd"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cabc8dde-4c58-448d-9a5f-\ -8f29c1c03f83"], + }]], "SeeAlsoSection",ExpressionUUID->"9cfbf620-6769-42cd-acd9-\ +a63b9269a374"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1707,9 +1710,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e4f0c3f0-1141-47ca-a2d9-0d6a06e7fbc2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1740b216-1776-467b-a5b9-\ -c855b9003f2e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f78a7897-ebee-4923-9fe5-\ +15a18f6748b4"], Cell[BoxData[GridBox[{ { @@ -1726,7 +1728,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "115d57d3-e4c7-4e57-a3f8-b7deaa830dde"]}]}, + "b246f0eb-09dc-4da9-91c8-eee11eb92295"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1734,10 +1736,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dcc2c6b2-9ab9-4605-b65d-a30484cdc859"]}]} + "014dad46-3ed7-4f33-83f3-2c23f814d998"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"97d41e7f-ad0f-43b4-860d-\ -2e94f8916a08"], + }]], "MoreAboutSection",ExpressionUUID->"25ed2528-7f98-4f65-bf42-\ +d9c03645a2da"], Cell[BoxData[GridBox[{ { @@ -1764,7 +1766,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DeltaLP"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "659ee9d2-cc95-4687-a18e-49d9a6530855"]], "RelatedLinks", + "1f1ec6f6-075a-4fbf-ba7d-5e7d2b9ecea8"]], "RelatedLinks", ExpressionUUID->"e5d1d595-b3f3-4a62-8f9e-66221428b31c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1781,7 +1783,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "452319aa-fd53-4cd6-ad8a-4139c9882440"]], "RelatedLinks", + "c1bfbfd9-969e-4711-81c1-9d4098797984"]], "RelatedLinks", ExpressionUUID->"075cd687-5298-440e-a259-9f8792f417c9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1798,7 +1800,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Transfer"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "62a178b4-3c56-4916-bf91-35a4490bedc5"]], "RelatedLinks", + "3bcb6379-1eb7-431a-968d-14fd1d3f35bf"]], "RelatedLinks", ExpressionUUID->"2ead9431-56b8-4391-817d-207d8c0e8b53"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1815,11 +1817,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AllConstraint"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "00eaddeb-ea5f-409f-b774-c4cff35f0f4c"]], "RelatedLinks", + "203f1ec7-70f6-40d1-8b83-2d0744c2947e"]], "RelatedLinks", ExpressionUUID->"7bc3cc4f-8f83-4ca8-a1ef-f2f0c94ae903"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"002b236c-b291-4811-8a85-\ -480c34d17d10"], + }]], "RelatedLinksSection",ExpressionUUID->"c1152c1b-7c1e-47aa-9919-\ +20e9f31c1a2c"], Cell[CellGroupData[{ @@ -1849,11 +1851,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9eb7d127-636f-484e-a3c2-c8ee5622f737"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b655f838-9990-4801-9f5c-f10427f1a2cf"] +Cell[" ", "FooterCell",ExpressionUUID->"79bac54c-1d6b-4b96-be3f-adafe039a9fa"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LPtoMatrix", TaggingRules->{ @@ -1864,17 +1866,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 33.048866}", + "built" -> "{2024, 6, 3, 16, 53, 41.582226}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "LPtoMatrix[objf, const, vars] extracts the coefficient from a LP.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LPtoMatrix", - "titlemodifier" -> "", "windowtitle" -> "LPtoMatrix", "type" -> "Symbol", - "uri" -> "TUG/ref/LPtoMatrix"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "LPtoMatrix", "type" -> "Symbol", "uri" -> "TUG/ref/LPtoMatrix"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1883,9 +1885,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"df61bde9-b826-4727-a5ce-3278242976fa" +ExpressionUUID->"100c5e4e-59d7-47f9-98ed-a16bbfd42ad2" ] (* End of Notebook Content *) @@ -1893,159 +1895,157 @@ ExpressionUUID->"df61bde9-b826-4727-a5ce-3278242976fa" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13134, 337, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5e4a3eb0-91b0-4d17-bcc1-1359777b9b12", + Cell[13189, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2c3c2b6c-8efe-4f3e-8595-c1d58249e8fc", CellTags->"PrimaryExamplesSection", - CellID->1733132439]} + CellID->360787968]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 69598, 1894} + {"PrimaryExamplesSection", 69636, 1896} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7116, 168, 56, "AnchorBarGrid",ExpressionUUID->"9cdae11c-0296-4b8f-a08a-34e9737e9117", +Cell[582, 21, 7171, 173, 57, "AnchorBarGrid",ExpressionUUID->"1b37818c-f820-43dc-ab53-025e9ba02f57", CellID->1], -Cell[7701, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0e0b32ce-44ec-413a-9db1-f792f9b02acd"], +Cell[7756, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8a522823-5e68-40cc-a1c6-784dcaa7848e"], Cell[CellGroupData[{ -Cell[7812, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"8f827e6e-37e5-4a51-befd-f915d67d8d08"], -Cell[9099, 232, 492, 10, 111, "Usage",ExpressionUUID->"2881a33a-3b9b-4632-b7d6-6228c16aa703", +Cell[7867, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"ed1a3454-60c2-4e58-979d-b33b4dc61921"], +Cell[9154, 237, 492, 10, 111, "Usage",ExpressionUUID->"2881a33a-3b9b-4632-b7d6-6228c16aa703", CellID->1370449714] }, Open ]], Cell[CellGroupData[{ -Cell[9628, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"9a226a08-3d88-48cb-8a44-b161bf2d0ac5", +Cell[9683, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"05cfc6b2-7d70-41f5-bab9-3776acab7150", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1078282750], -Cell[11526, 296, 698, 15, 57, "Notes",ExpressionUUID->"0707ff7d-1586-4c9f-8ee5-237ebf1bbbdb", + CellID->1659549393], +Cell[11581, 301, 698, 15, 57, "Notes",ExpressionUUID->"0707ff7d-1586-4c9f-8ee5-237ebf1bbbdb", CellID->1766463512], -Cell[12227, 313, 489, 12, 37, "Notes",ExpressionUUID->"451a6be3-cbc5-469f-85d3-a840f3b01d44", +Cell[12282, 318, 489, 12, 38, "Notes",ExpressionUUID->"451a6be3-cbc5-469f-85d3-a840f3b01d44", CellID->177724765], -Cell[12719, 327, 141, 1, 36, "Notes",ExpressionUUID->"6b26bd07-d21f-48cf-96a9-9f8b49a46168", +Cell[12774, 332, 141, 1, 36, "Notes",ExpressionUUID->"6b26bd07-d21f-48cf-96a9-9f8b49a46168", CellID->991666159], -Cell[12863, 330, 144, 1, 36, "Notes",ExpressionUUID->"2eed1006-1c06-4547-9bad-8329aaa81478", +Cell[12918, 335, 144, 1, 36, "Notes",ExpressionUUID->"2eed1006-1c06-4547-9bad-8329aaa81478", CellID->58714350] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13134, 337, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5e4a3eb0-91b0-4d17-bcc1-1359777b9b12", +Cell[13189, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2c3c2b6c-8efe-4f3e-8595-c1d58249e8fc", CellTags->"PrimaryExamplesSection", - CellID->1733132439], + CellID->360787968], Cell[CellGroupData[{ -Cell[14580, 378, 1399, 36, 30, "ExampleSection",ExpressionUUID->"46195159-62c4-4626-8dd8-549f5333729f", - CellID->2146883463], -Cell[15982, 416, 118, 1, 38, "ExampleText",ExpressionUUID->"711ec605-116b-4280-81c4-58e6a49f0d7b", +Cell[14634, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0d9e101d-8e1a-4599-8bfe-84c984857aa1", + CellID->1222864460], +Cell[16036, 421, 118, 1, 39, "ExampleText",ExpressionUUID->"711ec605-116b-4280-81c4-58e6a49f0d7b", CellID->193451012], Cell[CellGroupData[{ -Cell[16125, 421, 168, 3, 27, "Input",ExpressionUUID->"61a12170-b417-4475-ae38-86b9e960f79c", +Cell[16179, 426, 168, 3, 27, "Input",ExpressionUUID->"61a12170-b417-4475-ae38-86b9e960f79c", CellID->1267490696], Cell[CellGroupData[{ -Cell[16318, 428, 236, 4, 23, "Print",ExpressionUUID->"ab8096f1-5868-4ea8-b1d4-a7a42c71f6b4", +Cell[16372, 433, 236, 4, 23, "Print",ExpressionUUID->"ab8096f1-5868-4ea8-b1d4-a7a42c71f6b4", CellID->1258377928], -Cell[16557, 434, 364, 8, 23, "Print",ExpressionUUID->"6747cae5-d6f7-49c0-a8a3-0a0305ea66ef", +Cell[16611, 439, 364, 8, 23, "Print",ExpressionUUID->"6747cae5-d6f7-49c0-a8a3-0a0305ea66ef", CellID->727406865], -Cell[16924, 444, 235, 4, 23, "Print",ExpressionUUID->"9bffea1d-a4da-4c8b-a473-cc8eb69f0197", +Cell[16978, 449, 235, 4, 23, "Print",ExpressionUUID->"9bffea1d-a4da-4c8b-a473-cc8eb69f0197", CellID->641879374], -Cell[17162, 450, 220, 3, 23, "Print",ExpressionUUID->"4629364f-7099-4405-84e0-5be9d89c40cf", +Cell[17216, 455, 220, 3, 23, "Print",ExpressionUUID->"4629364f-7099-4405-84e0-5be9d89c40cf", CellID->1954944043], -Cell[17385, 455, 207, 3, 23, "Print",ExpressionUUID->"9406d678-8519-4b9b-bc68-b6b4525a93db", +Cell[17439, 460, 207, 3, 23, "Print",ExpressionUUID->"9406d678-8519-4b9b-bc68-b6b4525a93db", CellID->1379115010], -Cell[17595, 460, 237, 4, 23, "Print",ExpressionUUID->"1d7aceb4-450f-4285-b34c-891f58b998e7", +Cell[17649, 465, 237, 4, 23, "Print",ExpressionUUID->"1d7aceb4-450f-4285-b34c-891f58b998e7", CellID->1432464441], -Cell[17835, 466, 220, 3, 23, "Print",ExpressionUUID->"96cf376b-f195-4f32-b285-7ec3acc839c5", +Cell[17889, 471, 220, 3, 23, "Print",ExpressionUUID->"96cf376b-f195-4f32-b285-7ec3acc839c5", CellID->2038508999], -Cell[18058, 471, 236, 4, 23, "Print",ExpressionUUID->"21927499-e07d-4cd3-bbdc-cc71b6be300a", +Cell[18112, 476, 236, 4, 23, "Print",ExpressionUUID->"21927499-e07d-4cd3-bbdc-cc71b6be300a", CellID->1989429845], -Cell[18297, 477, 236, 4, 23, "Print",ExpressionUUID->"cff843ff-202c-49a1-9a40-0cc280a886fa", +Cell[18351, 482, 236, 4, 23, "Print",ExpressionUUID->"cff843ff-202c-49a1-9a40-0cc280a886fa", CellID->1108360427], -Cell[18536, 483, 207, 3, 23, "Print",ExpressionUUID->"d021dfdd-183b-4b8e-bbc0-001bec46b448", +Cell[18590, 488, 207, 3, 23, "Print",ExpressionUUID->"d021dfdd-183b-4b8e-bbc0-001bec46b448", CellID->1480653501], -Cell[18746, 488, 235, 4, 23, "Print",ExpressionUUID->"d652b7df-fd8c-45bb-9527-3a042eaaf3a0", +Cell[18800, 493, 235, 4, 23, "Print",ExpressionUUID->"d652b7df-fd8c-45bb-9527-3a042eaaf3a0", CellID->285754733] }, Open ]] }, Open ]], -Cell[19008, 496, 137, 1, 70, "ExampleText",ExpressionUUID->"6e463d34-4190-4bc3-93aa-b18be9af78df", +Cell[19062, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"6e463d34-4190-4bc3-93aa-b18be9af78df", CellID->1684075480], -Cell[19148, 499, 234, 6, 70, "Input",ExpressionUUID->"c6252c6f-a2ce-4bda-b2c5-7ec5d4590ce0", +Cell[19202, 504, 234, 6, 70, "Input",ExpressionUUID->"c6252c6f-a2ce-4bda-b2c5-7ec5d4590ce0", CellID->887327201], -Cell[19385, 507, 380, 9, 70, "Input",ExpressionUUID->"6feb7b3a-61a7-4ceb-a485-a8d8f624b2e5", +Cell[19439, 512, 380, 9, 70, "Input",ExpressionUUID->"6feb7b3a-61a7-4ceb-a485-a8d8f624b2e5", CellID->543827544], -Cell[19768, 518, 238, 6, 70, "Input",ExpressionUUID->"ff8b1f33-e83a-41f9-a10b-06530d389296", +Cell[19822, 523, 238, 6, 70, "Input",ExpressionUUID->"ff8b1f33-e83a-41f9-a10b-06530d389296", CellID->1305291925], -Cell[20009, 526, 190, 4, 70, "ExampleText",ExpressionUUID->"62435e31-3754-4fbf-ac0e-81dce8c1c3fd", +Cell[20063, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"62435e31-3754-4fbf-ac0e-81dce8c1c3fd", CellID->867610899], Cell[CellGroupData[{ -Cell[20224, 534, 167, 3, 70, "Input",ExpressionUUID->"9a4224fc-bbb6-455e-9909-ac38911f4d0f", +Cell[20278, 539, 167, 3, 70, "Input",ExpressionUUID->"9a4224fc-bbb6-455e-9909-ac38911f4d0f", CellID->991213740], -Cell[20394, 539, 172, 4, 36, "Output",ExpressionUUID->"1e2a716e-7b2b-44ce-bd9a-8ff69b14cf9a", +Cell[20448, 544, 172, 4, 36, "Output",ExpressionUUID->"1e2a716e-7b2b-44ce-bd9a-8ff69b14cf9a", CellID->450367138] }, Open ]], -Cell[20581, 546, 194, 4, 70, "ExampleText",ExpressionUUID->"560905b3-7246-4906-bafe-b1260b5a846c", +Cell[20635, 551, 194, 4, 70, "ExampleText",ExpressionUUID->"560905b3-7246-4906-bafe-b1260b5a846c", CellID->149474437], Cell[CellGroupData[{ -Cell[20800, 554, 264, 6, 70, "Input",ExpressionUUID->"c417e9a9-0e62-491c-973d-c15f839860da", +Cell[20854, 559, 264, 6, 70, "Input",ExpressionUUID->"c417e9a9-0e62-491c-973d-c15f839860da", CellID->2123229051], -Cell[21067, 562, 14736, 399, 305, "Output",ExpressionUUID->"9cc2273e-cb91-4e93-9191-b432473957d1", +Cell[21121, 567, 14736, 399, 297, "Output",ExpressionUUID->"9cc2273e-cb91-4e93-9191-b432473957d1", CellID->709308775] }, Open ]], -Cell[35818, 964, 224, 4, 70, "ExampleText",ExpressionUUID->"38c1ebf8-87a3-440f-bf67-47a710eb8bec", +Cell[35872, 969, 224, 4, 70, "ExampleText",ExpressionUUID->"38c1ebf8-87a3-440f-bf67-47a710eb8bec", CellID->1049928090], Cell[CellGroupData[{ -Cell[36067, 972, 212, 5, 70, "Input",ExpressionUUID->"97e7fbc8-529b-448c-a6e6-0693459940d6", +Cell[36121, 977, 212, 5, 70, "Input",ExpressionUUID->"97e7fbc8-529b-448c-a6e6-0693459940d6", CellID->1887015594], -Cell[36282, 979, 572, 16, 36, "Output",ExpressionUUID->"7b04d202-3d33-4814-86eb-989370c80ad3", +Cell[36336, 984, 572, 16, 36, "Output",ExpressionUUID->"7b04d202-3d33-4814-86eb-989370c80ad3", CellID->1716749969] }, Open ]], -Cell[36869, 998, 141, 1, 70, "ExampleText",ExpressionUUID->"9d15f97c-3edc-40dd-b2fb-b29a8de39b0c", +Cell[36923, 1003, 141, 1, 70, "ExampleText",ExpressionUUID->"9d15f97c-3edc-40dd-b2fb-b29a8de39b0c", CellID->1618839532], Cell[CellGroupData[{ -Cell[37035, 1003, 234, 6, 70, "Input",ExpressionUUID->"2b9e23d6-f6d6-42f2-b42a-24129884c528", +Cell[37089, 1008, 234, 6, 70, "Input",ExpressionUUID->"2b9e23d6-f6d6-42f2-b42a-24129884c528", CellID->1719441672], -Cell[37272, 1011, 337, 9, 36, "Output",ExpressionUUID->"195938dc-4c2e-4b74-94ad-f38cc29dff6e", +Cell[37326, 1016, 337, 9, 36, "Output",ExpressionUUID->"195938dc-4c2e-4b74-94ad-f38cc29dff6e", CellID->1211533420] }, Open ]], Cell[CellGroupData[{ -Cell[37646, 1025, 240, 6, 70, "Input",ExpressionUUID->"46593ce8-0c31-44ed-8d33-19b92d3e0f8d", +Cell[37700, 1030, 240, 6, 70, "Input",ExpressionUUID->"46593ce8-0c31-44ed-8d33-19b92d3e0f8d", CellID->831054925], -Cell[37889, 1033, 762, 21, 36, "Output",ExpressionUUID->"a0b1ed09-4b06-4b4f-9229-6a12a52a5f1b", +Cell[37943, 1038, 762, 21, 36, "Output",ExpressionUUID->"a0b1ed09-4b06-4b4f-9229-6a12a52a5f1b", CellID->778511501] }, Open ]], -Cell[38666, 1057, 167, 3, 70, "ExampleText",ExpressionUUID->"3a11a85a-3a34-4dcf-8a0e-d0aa115217ec", +Cell[38720, 1062, 167, 3, 70, "ExampleText",ExpressionUUID->"3a11a85a-3a34-4dcf-8a0e-d0aa115217ec", CellID->940972525], Cell[CellGroupData[{ -Cell[38858, 1064, 228, 5, 70, "Input",ExpressionUUID->"c79e1cd4-38d9-4fb0-b96b-1e55d94218e8", +Cell[38912, 1069, 228, 5, 70, "Input",ExpressionUUID->"c79e1cd4-38d9-4fb0-b96b-1e55d94218e8", CellID->117198685], -Cell[39089, 1071, 16470, 435, 522, "Output",ExpressionUUID->"ef47e510-6cf2-461b-a2d7-89b5e6edbe21", +Cell[39143, 1076, 16470, 435, 509, "Output",ExpressionUUID->"ef47e510-6cf2-461b-a2d7-89b5e6edbe21", CellID->17413550] }, Open ]], -Cell[55574, 1509, 137, 1, 70, "ExampleText",ExpressionUUID->"7c5fd003-e647-48a7-bb1e-9b54a950c53e", +Cell[55628, 1514, 137, 1, 70, "ExampleText",ExpressionUUID->"7c5fd003-e647-48a7-bb1e-9b54a950c53e", CellID->1972885604], Cell[CellGroupData[{ -Cell[55736, 1514, 325, 8, 70, "Input",ExpressionUUID->"b07ccb7f-dcfb-433f-b3b1-482a2ea7f709", +Cell[55790, 1519, 325, 8, 70, "Input",ExpressionUUID->"b07ccb7f-dcfb-433f-b3b1-482a2ea7f709", CellID->1533621489], -Cell[56064, 1524, 292, 7, 36, "Output",ExpressionUUID->"43a13103-f40f-4542-a059-68f5361162a2", +Cell[56118, 1529, 292, 7, 36, "Output",ExpressionUUID->"43a13103-f40f-4542-a059-68f5361162a2", CellID->1223713068] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[56652, 1545, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"9cfbf620-6769-42cd-acd9-a63b9269a374"], +Cell[62152, 1695, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f78a7897-ebee-4923-9fe5-15a18f6748b4"], +Cell[62825, 1715, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"25ed2528-7f98-4f65-bf42-d9c03645a2da"], +Cell[63861, 1743, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"c1152c1b-7c1e-47aa-9919-20e9f31c1a2c"], Cell[CellGroupData[{ -Cell[56620, 1542, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"cabc8dde-4c58-448d-9a5f-8f29c1c03f83"], -Cell[62120, 1692, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1740b216-1776-467b-a5b9-c855b9003f2e"] -}, Open ]], -Cell[62805, 1713, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"97d41e7f-ad0f-43b4-860d-2e94f8916a08"], -Cell[63841, 1741, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"002b236c-b291-4811-8a85-480c34d17d10"], -Cell[CellGroupData[{ -Cell[66708, 1825, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"552c7822-1b95-43a3-8a3a-a3b07bc65690", +Cell[66728, 1827, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"552c7822-1b95-43a3-8a3a-a3b07bc65690", CellID->1463358955], -Cell[66849, 1828, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a229d3d6-a8ea-4236-a227-cd5a0e696c99", +Cell[66869, 1830, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a229d3d6-a8ea-4236-a227-cd5a0e696c99", CellID->1194386356], -Cell[67071, 1834, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f24b03fb-3a8f-4615-8b1f-4c4365f478e6", +Cell[67091, 1836, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f24b03fb-3a8f-4615-8b1f-4c4365f478e6", CellID->1641706272], -Cell[67286, 1839, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31f69fbc-cf7e-4000-916a-b0a565d54007", +Cell[67306, 1841, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31f69fbc-cf7e-4000-916a-b0a565d54007", CellID->399251956], -Cell[67515, 1845, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9eb7d127-636f-484e-a3c2-c8ee5622f737", +Cell[67535, 1847, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9eb7d127-636f-484e-a3c2-c8ee5622f737", CellID->821434655] }, Open ]], -Cell[67752, 1851, 78, 0, 70, "FooterCell",ExpressionUUID->"b655f838-9990-4801-9f5c-f10427f1a2cf"] +Cell[67772, 1853, 78, 0, 70, "FooterCell",ExpressionUUID->"79bac54c-1d6b-4b96-be3f-adafe039a9fa"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LSNuc.nb b/Documentation/English/ReferencePages/Symbols/LSNuc.nb index 048706d..65e24ea 100644 --- a/Documentation/English/ReferencePages/Symbols/LSNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/LSNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42377, 1100] -NotebookOptionsPosition[ 33701, 928] -NotebookOutlinePosition[ 35709, 980] -CellTagsIndexPosition[ 35624, 975] +NotebookDataLength[ 42359, 1100] +NotebookOptionsPosition[ 33693, 929] +NotebookOutlinePosition[ 35724, 982] +CellTagsIndexPosition[ 35639, 977] WindowTitle->LSNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3a4ca966-13c3-4e99-aacc-5a9329f64b58"], + "9e70f785-f291-4a93-8dcd-fe89683cbfa2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "32458626-4d5c-43f7-aeee-a517e0f67e6e"], + "c6221ae2-e712-4b64-8afe-d79608bd9bf8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0fb17fb-b73b-4c47-bf5e-f78eb3e93201"] - }],ExpressionUUID->"2b39b741-0c4f-4b8d-8fab-9b467259ad31"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Nucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, + "813dec5d-002b-4b4b-9458-324dc4e6379e"] + }],ExpressionUUID->"f3fbde84-320b-431f-b651-f151b9267fb2"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d96401c4-8423-409d-ae05-47d841544d1d"], + "b34bcdb6-c8e6-4b41-b87d-07b76fa23d1b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "314ed393-4043-473b-926f-da3a84f6efd4"] - }],ExpressionUUID->"c44ce087-d45e-4527-9dd5-981dcfb861ab"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3a35dc1a-141c-4720-ae02-e9ab5b3ce003"] + }],ExpressionUUID->"26f95b1c-00b6-4e5e-8c69-6d22a28980cd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e9d0626a-9d24-4ce6-9839-29243517a474"], + "c913e266-9989-49f0-b66c-7837ee08a546"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b0ec0e7-9aed-490e-b99a-005472410573"] - }],ExpressionUUID->"a0811482-586d-4f50-81ff-281ace4a517e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a57e52ac-f84c-447e-89ba-ac860e7dc986"] + }],ExpressionUUID->"c5efd9e6-67ca-48d1-8d94-4f8ed7ce08a2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc49bb83-4ba5-429c-8c2a-acde38802534"], + "27a125d9-1e19-4c89-8f12-874c39034cc4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "578921a5-da87-47f6-ad6e-3b4c57f0d0ba"] - }],ExpressionUUID->"067325c7-db3c-43f5-9a4d-3c3b3cd70ea6"], - StripOnInput->False], {"\<\"TUG/ref/LSNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LSNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LSNuc.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$113037], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/LSNuc" <> - ".html"], None}]}]}, + "1a0b4483-e42e-4999-8829-e76a9327ab85"] + }],ExpressionUUID->"a46f542d-937c-4e5e-88e9-f0607cd61194"], + StripOnInput->False],{ + "\"TUG/ref/LSNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/LSNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LSNuc.html"]\ +, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$122095], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/LSNuc" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e84c498f-25c7-4b54-9e52-99401ff6c58b"] + "cea3c2f5-0927-4a81-ba45-078c8f244bd4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "cab82b22-16e7-46b5-ac3c-420848dbdee1"]} + "e674414a-125f-499f-83c8-64b8fb626860"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c07dfc64-88e8-408d-8462-d542268cbfcf"], + CellID->1,ExpressionUUID->"77d358c4-8ef6-4de3-b47e-d43d7817f890"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"af6968ee-13ff-41c3-b195-504268e45dc5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e43e4d6d-238d-46ca-99d5-0ab611a80d87"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LSNuc", "ObjectName",ExpressionUUID-> - "133ac359-90b7-4b4a-91c8-87e906d68178"], + "d97c0754-992e-4323-91bb-36f76fbd922c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"25b87415-ea19-4d3f-8590-dabafc857b6b"], + "Spacer1"]],ExpressionUUID->"9e9f5760-117d-408a-9f27-bb514bf84ea0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "74fc7f1d-7cd4-4105-a603-83c5a606fc3a"] - }],ExpressionUUID->"c99531e9-ae19-417c-a2ec-825aa996dc27"], Cell[BoxData[ + "e95eab3d-70fd-4ac7-8adf-85a4b847bec4"] + }],ExpressionUUID->"7d3f3921-af9f-42fb-bfc2-e631e7357926"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9bc5c340-d34c-490f-afb7-1df0e9a192b9"]} + "5ea9e12e-6de7-4671-b7f5-dd480544ae28"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"65005c56-7d1e-4ea3-b8c3-246614f49ac8"], + CacheGraphics->False,ExpressionUUID->"43e9e9b5-0bf6-4c0a-854e-9917c0ea048b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "71944fa9-b449-4478-8fbf-8ccbca068ef1"], " \[LineSeparator]computes the least square nucleolus." - }],ExpressionUUID->"428b25e0-6b59-4045-b7ee-bbb69172e496"]} + }],ExpressionUUID->"0707ae6b-6e43-49e9-9e83-6df90caf1dcb"]} }]], "Usage", CellID->8839791,ExpressionUUID->"dd18bc7b-b2a9-4910-baac-dcb27f25c303"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ef083a81-440f-49f0-8c93-62ce5ee65c90"], + ExpressionUUID->"4cb5df29-2e5c-4488-993a-9416098241f6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ee6eb023-d458-4795-b46b-f3ae811c6b3a"], + "Spacer1"]],ExpressionUUID->"c44a5766-a617-4f31-8f86-f325ae312670"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"34409d66-57cf-49a5-843d-0c2448eb1e08"], + }], "NotesFrameText",ExpressionUUID->"a8b469e1-3114-4eae-ba79-9de2ca15fd8b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"93d1672f-d403-4ea4-b15a-6d206bc60820"]], \ + "Preemptive"]],ExpressionUUID->"df493fb6-a36c-449c-9e85-0449e5e8bd06"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->283852503,ExpressionUUID->"ba23be12-4bb1-44a1-ad31-637953633b2c"], + CellID->2069760293,ExpressionUUID->"85c50d8c-8b60-44a7-ae10-87486c793204"], Cell[TextData[{ "The input expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b8a3b132-5a86-4701-afff-3fd8778dd916"], + ExpressionUUID->"a5d4a942-233f-46c4-8698-eab1b103ce61"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dbf061ba-a658-4b0f-a882-383d1284517d"], + "Spacer1"]],ExpressionUUID->"1c21fb82-ad15-4077-a543-98a2a45c24f1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e707ee1c-969b-4d21-81bf-b9a58c7260d4"] + "aead27e0-fe25-4ab8-a0d7-f61e8770e22e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1295429692,ExpressionUUID->"4dd0ced8-0d27-4b78-bcfa-e1191b0012cf"], + CellID->1413347256,ExpressionUUID->"cc7f8123-c8c2-4f99-8b2f-2b889627737a"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4fdc40d6-5b69-484d-9cac-ebb19d1b2815"], + ExpressionUUID->"44346896-8de0-4bb3-bce0-09ff0b7ed43e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"840835ca-67fe-4763-acbd-3db0081201db"], + "Spacer1"]],ExpressionUUID->"2f136bc2-b4e1-40b3-8e60-5c5afcb96f93"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "28b3281d-37b3-4ad1-91cc-6c4617a465ab"] + "26874ddf-7158-4571-a3fd-1f4c5059e3d8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1973648278,ExpressionUUID->"8f9dc878-2166-4cb8-b256-ab656481416b"], + CellID->812264079,ExpressionUUID->"f9f517e9-2aca-4735-8f2e-b9560143c240"], Cell["Loading the package:", "ExampleText", CellID->391783115,ExpressionUUID->"ab7464c2-5327-4e81-990f-a2423a5313f5"], @@ -630,8 +634,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -779,15 +781,15 @@ Cell[BoxData[GridBox[{ "c8686a9e-37b6-4e32-b5a8-7171a0c0eff0"] }], "SeeAlso",ExpressionUUID->"47ed5d46-b93d-47e6-9193-4645f9fc45f9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cf71c6bc-8a3c-44fc-8505-\ -f6e4d2593c1e"], + }]], "SeeAlsoSection",ExpressionUUID->"04986d9c-de1a-4b96-b8ca-\ +7138fe02cc10"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -799,9 +801,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0bfe512a-b506-41cb-9350-064c2625f509"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b81f8f2f-33a2-4991-b169-\ -8b8f6823be17"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a2a41347-d57e-481b-9a8c-\ +45c4d0567195"], Cell[BoxData[GridBox[{ { @@ -818,7 +819,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e4ac290-db30-4419-b0a3-90d26cf30050"]}]}, + "c812e26e-1167-4a5b-8a55-73dd9646adc9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -826,10 +827,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "20227bf9-447d-45ed-bbc9-ead268c81b90"]}]} + "ede24d03-3d8f-4934-85f8-57dc0bd6be1b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a985cfb4-a1c2-45cc-a562-\ -4002811550da"], + }]], "MoreAboutSection",ExpressionUUID->"caf01440-c84c-454b-b87d-\ +51f4a51c369e"], Cell[BoxData[GridBox[{ { @@ -856,7 +857,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "083cbe5f-459d-4b3d-8a91-3f411c566337"]], "RelatedLinks", + "4ae640b5-f0f4-4000-a091-0aa89104685c"]], "RelatedLinks", ExpressionUUID->"d4241a4a-7ea4-43ac-b0f9-b3f4bb2fe4e9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +874,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "204cc3af-8d07-4597-82cc-fc0a04347b70"]], "RelatedLinks", + "23f08968-5049-47c8-a60d-6e6d631caf3b"]], "RelatedLinks", ExpressionUUID->"c9cd4193-9abf-4518-9f91-fe5c96af2335"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,11 +891,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6f41a390-dacf-47b6-a2d3-24a131180674"]], "RelatedLinks", + "3ec4fbcf-3ecd-4674-94aa-7a7abcc61e1b"]], "RelatedLinks", ExpressionUUID->"aeb51d6b-19bf-4b14-aec9-960f9ec7d9c8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"73ff10ce-0c94-480e-90f1-\ -88c1ae340d88"], + }]], "RelatedLinksSection",ExpressionUUID->"bd4a27a6-c432-44bd-99a1-\ +d2e95f0aca0b"], Cell[CellGroupData[{ @@ -924,11 +925,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a010410a-63e1-4dcb-b065-2690ee22a426"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"84637669-7b30-48ae-9300-e724eb52af5f"] +Cell[" ", "FooterCell",ExpressionUUID->"7eaf9089-9eb4-4251-9be0-ef6fe24cf4e3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LSNuc", TaggingRules->{ @@ -939,16 +940,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 34.796008}", + "built" -> "{2024, 6, 3, 16, 53, 42.809092}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "LSNuc[game] computes the least square nucleolus.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LSNuc", "titlemodifier" -> "", - "windowtitle" -> "LSNuc", "type" -> "Symbol", "uri" -> "TUG/ref/LSNuc"}}, + "metadescription" -> "", "windowtitle" -> "LSNuc", "type" -> "Symbol", + "uri" -> "TUG/ref/LSNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -957,9 +959,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c059a366-0d41-404e-993c-fb88d1b4aeb9" +ExpressionUUID->"a6f717b1-4804-4e1b-9a7a-5799ae5faaf2" ] (* End of Notebook Content *) @@ -967,141 +969,139 @@ ExpressionUUID->"c059a366-0d41-404e-993c-fb88d1b4aeb9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13314, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd0ced8-0d27-4b78-bcfa-e1191b0012cf", + Cell[13341, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cc7f8123-c8c2-4f99-8b2f-2b889627737a", CellTags->"PrimaryExamplesSection", - CellID->1295429692]} + CellID->1413347256]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35423, 968} + {"PrimaryExamplesSection", 35438, 970} } *) (*NotebookFileOutline Notebook[{ -Cell[577, 21, 7101, 168, 56, "AnchorBarGrid",ExpressionUUID->"c07dfc64-88e8-408d-8462-d542268cbfcf", +Cell[577, 21, 7127, 172, 57, "AnchorBarGrid",ExpressionUUID->"77d358c4-8ef6-4de3-b47e-d43d7817f890", CellID->1], -Cell[7681, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"af6968ee-13ff-41c3-b195-504268e45dc5"], +Cell[7707, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e43e4d6d-238d-46ca-99d5-0ab611a80d87"], Cell[CellGroupData[{ -Cell[7792, 195, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"65005c56-7d1e-4ea3-b8c3-246614f49ac8"], -Cell[9074, 232, 440, 9, 111, "Usage",ExpressionUUID->"dd18bc7b-b2a9-4910-baac-dcb27f25c303", +Cell[7818, 199, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"43e9e9b5-0bf6-4c0a-854e-9917c0ea048b"], +Cell[9100, 236, 440, 9, 111, "Usage",ExpressionUUID->"dd18bc7b-b2a9-4910-baac-dcb27f25c303", CellID->8839791] }, Open ]], Cell[CellGroupData[{ -Cell[9551, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"ba23be12-4bb1-44a1-ad31-637953633b2c", +Cell[9577, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"85c50d8c-8b60-44a7-ae10-87486c793204", CellGroupingRules->{"SectionGrouping", 50}, - CellID->283852503], -Cell[11448, 295, 663, 17, 49, "Notes",ExpressionUUID->"ea74cc12-280d-4a1f-989a-d50754042503", + CellID->2069760293], +Cell[11475, 299, 663, 17, 48, "Notes",ExpressionUUID->"ea74cc12-280d-4a1f-989a-d50754042503", CellID->26053], -Cell[12114, 314, 489, 12, 37, "Notes",ExpressionUUID->"d69f5b8f-251e-4434-b74f-87d8a0a3567f", +Cell[12141, 318, 489, 12, 38, "Notes",ExpressionUUID->"d69f5b8f-251e-4434-b74f-87d8a0a3567f", CellID->177724765], -Cell[12606, 328, 204, 4, 36, "Notes",ExpressionUUID->"aaf620f5-559b-45b6-a9fe-dd4bf288be08", +Cell[12633, 332, 204, 4, 36, "Notes",ExpressionUUID->"aaf620f5-559b-45b6-a9fe-dd4bf288be08", CellID->227980249], -Cell[12813, 334, 165, 3, 36, "Notes",ExpressionUUID->"1809ac28-eeac-4719-a03c-b8a26813c03c", +Cell[12840, 338, 165, 3, 36, "Notes",ExpressionUUID->"1809ac28-eeac-4719-a03c-b8a26813c03c", CellID->1708708345], -Cell[12981, 339, 206, 4, 36, "Notes",ExpressionUUID->"23435213-24f4-4aec-90a3-ad0eee8db631", +Cell[13008, 343, 206, 4, 36, "Notes",ExpressionUUID->"23435213-24f4-4aec-90a3-ad0eee8db631", CellID->896778110] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13314, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd0ced8-0d27-4b78-bcfa-e1191b0012cf", +Cell[13341, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cc7f8123-c8c2-4f99-8b2f-2b889627737a", CellTags->"PrimaryExamplesSection", - CellID->1295429692], + CellID->1413347256], Cell[CellGroupData[{ -Cell[14760, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8f9dc878-2166-4cb8-b256-ab656481416b", - CellID->1973648278], -Cell[16162, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"ab7464c2-5327-4e81-990f-a2423a5313f5", +Cell[14787, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f9f517e9-2aca-4735-8f2e-b9560143c240", + CellID->812264079], +Cell[16188, 432, 118, 1, 39, "ExampleText",ExpressionUUID->"ab7464c2-5327-4e81-990f-a2423a5313f5", CellID->391783115], Cell[CellGroupData[{ -Cell[16305, 433, 168, 3, 27, "Input",ExpressionUUID->"fadd939d-6fe1-4a55-af02-a22cb7b64ef6", +Cell[16331, 437, 168, 3, 27, "Input",ExpressionUUID->"fadd939d-6fe1-4a55-af02-a22cb7b64ef6", CellID->2096327222], Cell[CellGroupData[{ -Cell[16498, 440, 236, 4, 23, "Print",ExpressionUUID->"3dc77443-9720-45b4-9f28-1e96b53cfafe", +Cell[16524, 444, 236, 4, 23, "Print",ExpressionUUID->"3dc77443-9720-45b4-9f28-1e96b53cfafe", CellID->1478892905], -Cell[16737, 446, 365, 8, 23, "Print",ExpressionUUID->"2096941f-b980-4a79-bd06-16222f578f47", +Cell[16763, 450, 365, 8, 23, "Print",ExpressionUUID->"2096941f-b980-4a79-bd06-16222f578f47", CellID->1539708988], -Cell[17105, 456, 236, 4, 23, "Print",ExpressionUUID->"2ac8569b-5ffb-4dd0-8bcb-2df9ad6a5640", +Cell[17131, 460, 236, 4, 23, "Print",ExpressionUUID->"2ac8569b-5ffb-4dd0-8bcb-2df9ad6a5640", CellID->1142678316], -Cell[17344, 462, 219, 3, 23, "Print",ExpressionUUID->"fc20483d-c48f-4fa3-b53f-912cda4bf47d", +Cell[17370, 466, 219, 3, 23, "Print",ExpressionUUID->"fc20483d-c48f-4fa3-b53f-912cda4bf47d", CellID->562658247], -Cell[17566, 467, 207, 3, 23, "Print",ExpressionUUID->"03362d86-d6ae-4750-9031-31055e078480", +Cell[17592, 471, 207, 3, 23, "Print",ExpressionUUID->"03362d86-d6ae-4750-9031-31055e078480", CellID->1753894114], -Cell[17776, 472, 236, 4, 23, "Print",ExpressionUUID->"0b8a03a2-26e7-4132-abcb-c7cf4b775435", +Cell[17802, 476, 236, 4, 23, "Print",ExpressionUUID->"0b8a03a2-26e7-4132-abcb-c7cf4b775435", CellID->895851911], -Cell[18015, 478, 219, 3, 23, "Print",ExpressionUUID->"b3d6170d-c678-45d6-84d1-7f72820ef429", +Cell[18041, 482, 219, 3, 23, "Print",ExpressionUUID->"b3d6170d-c678-45d6-84d1-7f72820ef429", CellID->862316724], -Cell[18237, 483, 236, 4, 23, "Print",ExpressionUUID->"2f71ad2c-466b-4315-af81-6662ff52ea29", +Cell[18263, 487, 236, 4, 23, "Print",ExpressionUUID->"2f71ad2c-466b-4315-af81-6662ff52ea29", CellID->2044810553], -Cell[18476, 489, 235, 4, 23, "Print",ExpressionUUID->"99458d91-13d4-4da8-bccb-57920e4a26e7", +Cell[18502, 493, 235, 4, 23, "Print",ExpressionUUID->"99458d91-13d4-4da8-bccb-57920e4a26e7", CellID->802537440], -Cell[18714, 495, 207, 3, 23, "Print",ExpressionUUID->"498414cb-d89d-4d7d-9a9c-7ac6be204f73", +Cell[18740, 499, 207, 3, 23, "Print",ExpressionUUID->"498414cb-d89d-4d7d-9a9c-7ac6be204f73", CellID->1415994152], -Cell[18924, 500, 236, 4, 70, "Print",ExpressionUUID->"dcdedc02-c8ac-4509-aeec-8bc82491b424", +Cell[18950, 504, 236, 4, 70, "Print",ExpressionUUID->"dcdedc02-c8ac-4509-aeec-8bc82491b424", CellID->1717419842] }, Open ]] }, Open ]], -Cell[19187, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"eb898520-1c2e-46f9-b090-d094941590aa", +Cell[19213, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"eb898520-1c2e-46f9-b090-d094941590aa", CellID->267583672], -Cell[19326, 511, 234, 6, 70, "Input",ExpressionUUID->"86be18c8-b720-4502-862c-85dce100bd1a", +Cell[19352, 515, 234, 6, 70, "Input",ExpressionUUID->"86be18c8-b720-4502-862c-85dce100bd1a", CellID->689399085], -Cell[19563, 519, 381, 9, 70, "Input",ExpressionUUID->"aca1ef4b-8436-4c1a-889b-dd76cf9053a9", +Cell[19589, 523, 381, 9, 70, "Input",ExpressionUUID->"aca1ef4b-8436-4c1a-889b-dd76cf9053a9", CellID->1306392759], -Cell[19947, 530, 238, 6, 70, "Input",ExpressionUUID->"b58b178c-9418-4227-b0cb-25ee90ee6f48", +Cell[19973, 534, 238, 6, 70, "Input",ExpressionUUID->"b58b178c-9418-4227-b0cb-25ee90ee6f48", CellID->2054045716], -Cell[20188, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"90571f6b-b803-47a8-9178-349687d774b5", +Cell[20214, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"90571f6b-b803-47a8-9178-349687d774b5", CellID->1334183480], Cell[CellGroupData[{ -Cell[20404, 546, 163, 3, 70, "Input",ExpressionUUID->"b8ac1543-c020-48b6-865e-4a1316b4368e", +Cell[20430, 550, 163, 3, 70, "Input",ExpressionUUID->"b8ac1543-c020-48b6-865e-4a1316b4368e", CellID->1978186949], -Cell[20570, 551, 173, 4, 36, "Output",ExpressionUUID->"e10e9db6-d7d3-4754-8e9e-cdea282e5d3a", +Cell[20596, 555, 173, 4, 36, "Output",ExpressionUUID->"e10e9db6-d7d3-4754-8e9e-cdea282e5d3a", CellID->1967600898] }, Open ]], -Cell[20758, 558, 140, 1, 70, "ExampleText",ExpressionUUID->"8ada0f6c-a90f-4bfb-8ecc-644dfa91473c", +Cell[20784, 562, 140, 1, 70, "ExampleText",ExpressionUUID->"8ada0f6c-a90f-4bfb-8ecc-644dfa91473c", CellID->93017255], Cell[CellGroupData[{ -Cell[20923, 563, 189, 4, 70, "Input",ExpressionUUID->"c77cf606-36f0-4c9f-9144-e7c119b7d867", +Cell[20949, 567, 189, 4, 70, "Input",ExpressionUUID->"c77cf606-36f0-4c9f-9144-e7c119b7d867", CellID->172269247], -Cell[21115, 569, 269, 7, 51, "Output",ExpressionUUID->"8672a65e-30f0-4b3d-a536-bf6f8ea9241c", +Cell[21141, 573, 269, 7, 50, "Output",ExpressionUUID->"8672a65e-30f0-4b3d-a536-bf6f8ea9241c", CellID->549594797] }, Open ]], -Cell[21399, 579, 173, 3, 70, "ExampleText",ExpressionUUID->"015f84c1-e746-4aec-ad2d-c72c6913b6a2", +Cell[21425, 583, 173, 3, 70, "ExampleText",ExpressionUUID->"015f84c1-e746-4aec-ad2d-c72c6913b6a2", CellID->62622897], Cell[CellGroupData[{ -Cell[21597, 586, 209, 4, 70, "Input",ExpressionUUID->"aebedfa8-80c4-4ff4-9ff1-40dae1ab99e0", +Cell[21623, 590, 209, 4, 70, "Input",ExpressionUUID->"aebedfa8-80c4-4ff4-9ff1-40dae1ab99e0", CellID->2107656411], -Cell[21809, 592, 168, 3, 36, "Output",ExpressionUUID->"15085cdb-4fcd-4b82-adc1-3c0ea9871df9", +Cell[21835, 596, 168, 3, 36, "Output",ExpressionUUID->"15085cdb-4fcd-4b82-adc1-3c0ea9871df9", CellID->2031908506] }, Open ]], -Cell[21992, 598, 192, 4, 70, "ExampleText",ExpressionUUID->"80f6c776-02f4-4647-9e5a-567b86b86f39", +Cell[22018, 602, 192, 4, 70, "ExampleText",ExpressionUUID->"80f6c776-02f4-4647-9e5a-567b86b86f39", CellID->2081772198], -Cell[22187, 604, 142, 1, 70, "ExampleText",ExpressionUUID->"41e76c28-fe52-49ac-b2e4-b9cba65b52c6", +Cell[22213, 608, 142, 1, 70, "ExampleText",ExpressionUUID->"41e76c28-fe52-49ac-b2e4-b9cba65b52c6", CellID->989503254], Cell[CellGroupData[{ -Cell[22354, 609, 175, 3, 70, "Input",ExpressionUUID->"e2ff11b5-162a-420a-b77a-fd54a4236c87", +Cell[22380, 613, 175, 3, 70, "Input",ExpressionUUID->"e2ff11b5-162a-420a-b77a-fd54a4236c87", CellID->1457177240], -Cell[22532, 614, 313, 9, 51, "Output",ExpressionUUID->"f2bd2004-20c2-4018-ae1c-531f8fa8b2b3", +Cell[22558, 618, 313, 9, 50, "Output",ExpressionUUID->"f2bd2004-20c2-4018-ae1c-531f8fa8b2b3", CellID->792641102] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23113, 636, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"04986d9c-de1a-4b96-b8ca-7138fe02cc10"], +Cell[28603, 786, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a2a41347-d57e-481b-9a8c-45c4d0567195"], +Cell[29276, 806, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"caf01440-c84c-454b-b87d-51f4a51c369e"], +Cell[30312, 834, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"bd4a27a6-c432-44bd-99a1-d2e95f0aca0b"], Cell[CellGroupData[{ -Cell[23109, 634, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"cf71c6bc-8a3c-44fc-8505-f6e4d2593c1e"], -Cell[28599, 784, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b81f8f2f-33a2-4991-b169-8b8f6823be17"] -}, Open ]], -Cell[29284, 805, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a985cfb4-a1c2-45cc-a562-4002811550da"], -Cell[30320, 833, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"73ff10ce-0c94-480e-90f1-88c1ae340d88"], -Cell[CellGroupData[{ -Cell[32576, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c0527a6-6fe8-4151-af0d-8d88e9a4db16", +Cell[32568, 901, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c0527a6-6fe8-4151-af0d-8d88e9a4db16", CellID->437175998], -Cell[32716, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2bf3cbca-466e-41ff-8530-95f6214aa975", +Cell[32708, 904, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2bf3cbca-466e-41ff-8530-95f6214aa975", CellID->1194386356], -Cell[32938, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7d602140-85ec-467b-a5c7-a8ca6be46c21", +Cell[32930, 910, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7d602140-85ec-467b-a5c7-a8ca6be46c21", CellID->1641706272], -Cell[33153, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10894e43-92aa-440f-b877-4d10a69f237a", +Cell[33145, 915, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10894e43-92aa-440f-b877-4d10a69f237a", CellID->399251956], -Cell[33382, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a010410a-63e1-4dcb-b065-2690ee22a426", +Cell[33374, 921, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a010410a-63e1-4dcb-b065-2690ee22a426", CellID->821434655] }, Open ]], -Cell[33619, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"84637669-7b30-48ae-9300-e724eb52af5f"] +Cell[33611, 927, 78, 0, 70, "FooterCell",ExpressionUUID->"7eaf9089-9eb4-4251-9be0-ef6fe24cf4e3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LSPreNuc.nb b/Documentation/English/ReferencePages/Symbols/LSPreNuc.nb index 0cdca0a..ed5f31f 100644 --- a/Documentation/English/ReferencePages/Symbols/LSPreNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/LSPreNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42467, 1101] -NotebookOptionsPosition[ 33763, 928] -NotebookOutlinePosition[ 35800, 981] -CellTagsIndexPosition[ 35715, 976] +NotebookDataLength[ 42469, 1101] +NotebookOptionsPosition[ 33783, 930] +NotebookOutlinePosition[ 35837, 983] +CellTagsIndexPosition[ 35752, 978] WindowTitle->LSPreNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f6fbae2b-9f23-4de0-ab33-99a621fbdbc7"], + "cfbc3c7d-12d9-4ec0-a9b8-7c8112febbc1"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "925ad24e-edf0-4aeb-b314-c943cbbb67de"], + "753fc19f-685f-4f24-be10-3f39e4258e28"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a0944970-62ab-42d8-8a4c-16097fe0f8c2"] - }],ExpressionUUID->"c2b33143-aef0-420d-bd67-6297964bd996"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "675260b2-4e75-4b42-bdd4-534cc33aa0b8"] + }],ExpressionUUID->"97179c53-1994-42f3-b6b6-a3f95c524af1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a4d1d23b-87d3-468c-99b0-4b73977722c9"], + "ba6c6bde-eeee-4e1f-a844-b9a4faf6ed50"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a3a9c8fb-e2db-4389-8415-f3b0bb2be3ba"] - }],ExpressionUUID->"a0c4f3eb-7b40-4b9e-9545-fbda8b809317"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fdbd2866-7465-464c-bcd0-5ff2d819e2ff"] + }],ExpressionUUID->"599adcb6-52ba-4555-8324-1825c75e771a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e75a795-5e6b-4952-a0ad-51b95e0baf54"], + "939e98f8-5779-4df9-b581-987474946e23"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2519f910-7d0a-49b1-82ac-293e234e6e2f"] - }],ExpressionUUID->"c3144b5f-32a9-42a1-bef7-bcaaefae8544"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b4f60c01-b658-4a2e-bd23-dc7c56984de3"] + }],ExpressionUUID->"a21531d6-3b05-4037-ad01-b76c2d27aae8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "823d9efa-ab62-4e86-99a7-a5034b0785b4"], + "efe689de-3cf1-40c6-84dc-f2481d03a8bf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4da0eb7c-0a43-477e-9ab8-881d0496e9b6"] - }],ExpressionUUID->"89f007f7-f7c7-4216-a9af-207fe5505cf3"], - StripOnInput->False], {"\<\"TUG/ref/LSPreNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LSPreNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LSPreNuc.\ + "bdd3e606-1bf2-41aa-8b39-847f460670d0"] + }],ExpressionUUID->"2d8d73a9-fd1d-4f3b-80d4-da70ad51464c"], + StripOnInput->False],{ + "\"TUG/ref/LSPreNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LSPreNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LSPreNuc.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$113601], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LSPreNuc" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$122693], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LSPreNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3c84042f-6e2c-4444-b9ec-8f910dffdb4d"] + "2251fda9-2c0c-4128-931b-4f11eb95256e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "19bd005d-e9a3-40bc-a620-f4d5b14c4b42"]} + "4aac4d44-f440-4e71-8d6e-c3d05c911e33"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8c3e159c-d73e-4c8b-a234-5dc7843c3ac4"], + CellID->1,ExpressionUUID->"4da55892-5d84-4c96-850e-f366229ee088"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"90808b89-9710-4fe3-9958-1290826c0668"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"fb09a1b2-a566-4acc-83c4-4c4ba32ac187"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LSPreNuc", "ObjectName",ExpressionUUID-> - "ebb12629-f03d-48ba-8a85-fca81d3e5e9f"], + "a0fb642e-bccc-47f9-a3b1-e7c549e37d63"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e1930ed6-4920-428f-a141-aec3b7e7c78e"], + "Spacer1"]],ExpressionUUID->"336b39a0-95b2-493f-b547-c1dd524c4a33"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "df8547ba-c0bb-424f-9e2c-68a864a6b9c1"] - }],ExpressionUUID->"f6c6df03-782a-4170-910a-f1d8f7894c41"], Cell[BoxData[ + "91592273-cf59-4598-9ff9-71376fcfbef0"] + }],ExpressionUUID->"530cc96a-03af-4ae9-be2d-a59ec039d559"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "abac4a44-289f-4a0e-a855-1033435159c6"]} + "76747240-b75d-424c-8c96-04844fddb1e7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6c691944-8029-49e6-8fa6-b282d999f7c2"], + CacheGraphics->False,ExpressionUUID->"a07f404f-3099-4b09-8354-59f242597d15"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "4ac0c6ec-a463-42b3-82b9-a6fc91869104"], " \[LineSeparator]computes the least square pre-nucleolus." - }],ExpressionUUID->"99a99259-7c97-48c2-80d4-d00c4acbead7"]} + }],ExpressionUUID->"002528a6-383f-4f49-928c-9d8712177971"]} }]], "Usage", CellID->903130794,ExpressionUUID->"412c7171-24c7-4af1-bf3f-985677a18eef"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5831fd27-1f0b-4b35-a8c6-5bd7621693b7"], + ExpressionUUID->"21a896cb-af5c-445b-bf91-14a1bf22881a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"40ba6d0d-4c07-4dba-bc89-ebeda443d1b7"], + "Spacer1"]],ExpressionUUID->"3beb64cc-72c7-4693-b2e5-bd7d8ef84178"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5d0ad23d-6816-474a-801d-bee8243b08e9"], + }], "NotesFrameText",ExpressionUUID->"44b7e0c9-c252-4e49-9125-7e13ace95f99"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fff0b0f1-8b3a-4497-a7e8-18ef52d73d4b"]], \ + "Preemptive"]],ExpressionUUID->"32d45a25-21b8-48a5-98f2-9ca33f2262e2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1869156891,ExpressionUUID->"de103621-b6b0-4d84-b7bd-5a7e5c4fd9b9"], + CellID->1576265802,ExpressionUUID->"3336e11c-528c-4484-9074-6bcf9377a4b7"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bface02d-be50-45e7-93f7-9567c3558b5f"], + ExpressionUUID->"265ffa36-3890-4abe-8c93-a5903193bae5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0ea5c3a1-050b-4072-a1bf-49101027fdf7"], + "Spacer1"]],ExpressionUUID->"4319e092-c6aa-4a48-b3e6-322313c16538"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ed8ed09a-32f4-47db-9dbe-4145d7ea71bf"] + "aea21faf-c5b0-434a-b3c6-a02f136d494a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1115999181,ExpressionUUID->"635dca6b-1356-44f2-a902-4e58efbb983c"], + CellID->153707118,ExpressionUUID->"4a656b54-e53c-4112-ae68-654cdc69b641"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2a567e42-597f-4b73-9939-0637bfea1c7f"], + ExpressionUUID->"9472a058-c2a4-4228-b592-28023bbf008f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4126351f-63f8-4556-94b4-51dce83f8652"], + "Spacer1"]],ExpressionUUID->"bc37c15e-64b1-42fb-9c3f-34ebe271d888"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "34a299a8-51ca-45e8-a495-b821976b7597"] + "9d693229-0f37-4ff5-86b4-647a1ed41ce5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1158803556,ExpressionUUID->"380ba262-4b5a-45c4-90a0-8fd9b7ae0eae"], + CellID->709310465,ExpressionUUID->"cb0c5045-79a8-4d1d-9274-14abcd797ec0"], Cell["Loading the package:", "ExampleText", CellID->883511708,ExpressionUUID->"0b2535bf-15cd-498d-8dc8-e71a9ed79f50"], @@ -630,8 +635,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -779,15 +782,15 @@ Cell[BoxData[GridBox[{ "c92ec3d0-a828-4004-b4e2-96cbb5cdf40b"] }], "SeeAlso",ExpressionUUID->"438aadb3-0ccd-4546-817c-940984d1cb7b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a13a95b6-a334-4d69-a815-\ -6599103eca34"], + }]], "SeeAlsoSection",ExpressionUUID->"69817227-f0b5-459e-8a4b-\ +47c90adc2c15"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -799,9 +802,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"351ceaeb-1c47-4a0d-bec2-1356a36bc6f9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"fc3e6e25-c7d8-4c74-abde-\ -7360c8ae75d8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e89333ac-be71-43d0-a9a0-\ +c3f153daa67a"], Cell[BoxData[GridBox[{ { @@ -818,7 +820,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d5f31d72-d138-42a0-a639-ea15fc30244c"]}]}, + "e857d504-a28f-46a6-a732-d20cadfc4510"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -826,10 +828,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b50b9607-aba9-4ce5-8645-f282f80b6bb7"]}]} + "3dd9a289-1093-4bb2-98a3-ac5e5dd70f92"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"654a9a9d-e853-4174-aba6-\ -ab63989207e9"], + }]], "MoreAboutSection",ExpressionUUID->"36707575-53e9-4c38-981e-\ +b5f8e0245ad7"], Cell[BoxData[GridBox[{ { @@ -856,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f5d370a4-f0ab-42be-8c33-5b596297a8fd"]], "RelatedLinks", + "c5f18e8c-92e8-4975-897b-54d6c22c9bcd"]], "RelatedLinks", ExpressionUUID->"2b6e680e-f655-4d94-a0fc-052bcf4a0db6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7b046c2d-a886-4cac-919f-48243feebf92"]], "RelatedLinks", + "2918e64c-59ff-4aab-879d-39b908b042f4"]], "RelatedLinks", ExpressionUUID->"0e724f7d-5cb1-4437-920f-4392e4894953"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,11 +892,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ebe7b70e-e409-43cc-8e27-74c0361be4e2"]], "RelatedLinks", + "108545d9-7b5c-4b1b-aaf5-4046776ab40d"]], "RelatedLinks", ExpressionUUID->"1b2434a5-9040-4d87-8c6a-5ea3b4a9d786"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2dd6be34-3722-4792-88fc-\ -ff6903e29320"], + }]], "RelatedLinksSection",ExpressionUUID->"de8ad21b-f056-413b-a14a-\ +24092684d112"], Cell[CellGroupData[{ @@ -924,11 +926,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a8e4398f-5705-4acb-91a1-3a1513674605"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a3fdace9-24f5-4e5f-b888-4396228f5b1a"] +Cell[" ", "FooterCell",ExpressionUUID->"c0c0c171-08f7-4b58-94ab-05f4f9b25a04"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LSPreNuc", TaggingRules->{ @@ -939,17 +941,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 36.257703}", + "built" -> "{2024, 6, 3, 16, 53, 43.567666}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "LSPreNuc[game] computes the least square pre-nucleolus.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LSPreNuc", - "titlemodifier" -> "", "windowtitle" -> "LSPreNuc", "type" -> "Symbol", - "uri" -> "TUG/ref/LSPreNuc"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "LSPreNuc", "type" -> "Symbol", "uri" -> "TUG/ref/LSPreNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -958,9 +960,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2335d8bd-e39d-49f1-88eb-304fc87c6f42" +ExpressionUUID->"64ab1d07-c863-4604-9c40-5980e7983b42" ] (* End of Notebook Content *) @@ -968,141 +970,139 @@ ExpressionUUID->"2335d8bd-e39d-49f1-88eb-304fc87c6f42" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13359, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"635dca6b-1356-44f2-a902-4e58efbb983c", + Cell[13415, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a656b54-e53c-4112-ae68-654cdc69b641", CellTags->"PrimaryExamplesSection", - CellID->1115999181]} + CellID->153707118]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35514, 969} + {"PrimaryExamplesSection", 35552, 971} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7113, 168, 56, "AnchorBarGrid",ExpressionUUID->"8c3e159c-d73e-4c8b-a234-5dc7843c3ac4", +Cell[580, 21, 7169, 173, 57, "AnchorBarGrid",ExpressionUUID->"4da55892-5d84-4c96-850e-f366229ee088", CellID->1], -Cell[7696, 191, 91, 0, 24, "ContextNameCell",ExpressionUUID->"90808b89-9710-4fe3-9958-1290826c0668"], +Cell[7752, 196, 91, 0, 23, "ContextNameCell",ExpressionUUID->"fb09a1b2-a566-4acc-83c4-4c4ba32ac187"], Cell[CellGroupData[{ -Cell[7812, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"6c691944-8029-49e6-8fa6-b282d999f7c2"], -Cell[9097, 232, 449, 9, 111, "Usage",ExpressionUUID->"412c7171-24c7-4af1-bf3f-985677a18eef", +Cell[7868, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"a07f404f-3099-4b09-8354-59f242597d15"], +Cell[9153, 237, 449, 9, 111, "Usage",ExpressionUUID->"412c7171-24c7-4af1-bf3f-985677a18eef", CellID->903130794] }, Open ]], Cell[CellGroupData[{ -Cell[9583, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"de103621-b6b0-4d84-b7bd-5a7e5c4fd9b9", +Cell[9639, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"3336e11c-528c-4484-9074-6bcf9377a4b7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1869156891], -Cell[11481, 295, 663, 17, 49, "Notes",ExpressionUUID->"3618074d-16ab-4305-88e1-864fe19f5a75", + CellID->1576265802], +Cell[11537, 300, 663, 17, 48, "Notes",ExpressionUUID->"3618074d-16ab-4305-88e1-864fe19f5a75", CellID->26053], -Cell[12147, 314, 489, 12, 37, "Notes",ExpressionUUID->"a843ccfb-3e3a-4701-945d-28d32eeb6534", +Cell[12203, 319, 489, 12, 38, "Notes",ExpressionUUID->"a843ccfb-3e3a-4701-945d-28d32eeb6534", CellID->177724765], -Cell[12639, 328, 212, 4, 36, "Notes",ExpressionUUID->"7b16e6d3-4138-4390-be7e-8440532ee7ea", +Cell[12695, 333, 212, 4, 36, "Notes",ExpressionUUID->"7b16e6d3-4138-4390-be7e-8440532ee7ea", CellID->840514043], -Cell[12854, 334, 168, 3, 36, "Notes",ExpressionUUID->"6801f307-644c-4ebc-b376-63830d949f77", +Cell[12910, 339, 168, 3, 36, "Notes",ExpressionUUID->"6801f307-644c-4ebc-b376-63830d949f77", CellID->151561149], -Cell[13025, 339, 207, 4, 36, "Notes",ExpressionUUID->"79e2fd6a-84ed-4580-b0e8-23f52ad3b48e", +Cell[13081, 344, 207, 4, 36, "Notes",ExpressionUUID->"79e2fd6a-84ed-4580-b0e8-23f52ad3b48e", CellID->1057714468] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13359, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"635dca6b-1356-44f2-a902-4e58efbb983c", +Cell[13415, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4a656b54-e53c-4112-ae68-654cdc69b641", CellTags->"PrimaryExamplesSection", - CellID->1115999181], + CellID->153707118], Cell[CellGroupData[{ -Cell[14805, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"380ba262-4b5a-45c4-90a0-8fd9b7ae0eae", - CellID->1158803556], -Cell[16207, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"0b2535bf-15cd-498d-8dc8-e71a9ed79f50", +Cell[14860, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"cb0c5045-79a8-4d1d-9274-14abcd797ec0", + CellID->709310465], +Cell[16261, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"0b2535bf-15cd-498d-8dc8-e71a9ed79f50", CellID->883511708], Cell[CellGroupData[{ -Cell[16350, 433, 168, 3, 27, "Input",ExpressionUUID->"4ed0f883-7769-49e2-8a3e-7d4c65d32b99", +Cell[16404, 438, 168, 3, 27, "Input",ExpressionUUID->"4ed0f883-7769-49e2-8a3e-7d4c65d32b99", CellID->1899395970], Cell[CellGroupData[{ -Cell[16543, 440, 236, 4, 23, "Print",ExpressionUUID->"9b53c590-3b9d-4264-9d02-085882027967", +Cell[16597, 445, 236, 4, 23, "Print",ExpressionUUID->"9b53c590-3b9d-4264-9d02-085882027967", CellID->1152264640], -Cell[16782, 446, 365, 8, 23, "Print",ExpressionUUID->"f2bea5b7-b855-42e7-8120-c8c8c3f3073f", +Cell[16836, 451, 365, 8, 23, "Print",ExpressionUUID->"f2bea5b7-b855-42e7-8120-c8c8c3f3073f", CellID->1776932871], -Cell[17150, 456, 236, 4, 23, "Print",ExpressionUUID->"a2b6334b-5bb6-49ef-a7d9-cb33e8428795", +Cell[17204, 461, 236, 4, 23, "Print",ExpressionUUID->"a2b6334b-5bb6-49ef-a7d9-cb33e8428795", CellID->1122207832], -Cell[17389, 462, 219, 3, 23, "Print",ExpressionUUID->"5e4f239b-8169-4bbf-99d7-ba047948033e", +Cell[17443, 467, 219, 3, 23, "Print",ExpressionUUID->"5e4f239b-8169-4bbf-99d7-ba047948033e", CellID->857690355], -Cell[17611, 467, 207, 3, 23, "Print",ExpressionUUID->"c7fa3268-9657-4584-95af-139c64702b7e", +Cell[17665, 472, 207, 3, 23, "Print",ExpressionUUID->"c7fa3268-9657-4584-95af-139c64702b7e", CellID->1686838113], -Cell[17821, 472, 236, 4, 23, "Print",ExpressionUUID->"c22453df-8a4d-442c-aa52-1c2d6bd50c8e", +Cell[17875, 477, 236, 4, 23, "Print",ExpressionUUID->"c22453df-8a4d-442c-aa52-1c2d6bd50c8e", CellID->324645407], -Cell[18060, 478, 220, 3, 23, "Print",ExpressionUUID->"187d5902-8ffe-4d28-ba14-0678dcb1cb4c", +Cell[18114, 483, 220, 3, 23, "Print",ExpressionUUID->"187d5902-8ffe-4d28-ba14-0678dcb1cb4c", CellID->1469143901], -Cell[18283, 483, 236, 4, 23, "Print",ExpressionUUID->"5fa35f2d-3b57-4bb8-969d-1de02a5fea23", +Cell[18337, 488, 236, 4, 23, "Print",ExpressionUUID->"5fa35f2d-3b57-4bb8-969d-1de02a5fea23", CellID->1806426261], -Cell[18522, 489, 236, 4, 23, "Print",ExpressionUUID->"cc158b3c-6b60-4f1f-8577-f13d6251485f", +Cell[18576, 494, 236, 4, 23, "Print",ExpressionUUID->"cc158b3c-6b60-4f1f-8577-f13d6251485f", CellID->1896813425], -Cell[18761, 495, 207, 3, 23, "Print",ExpressionUUID->"32c35faf-1aab-4ba7-aeb5-1e6c527bd0a9", +Cell[18815, 500, 207, 3, 23, "Print",ExpressionUUID->"32c35faf-1aab-4ba7-aeb5-1e6c527bd0a9", CellID->1617653131], -Cell[18971, 500, 233, 4, 70, "Print",ExpressionUUID->"a948ec9d-3410-42ca-9d0f-36a1eba9243d", +Cell[19025, 505, 233, 4, 70, "Print",ExpressionUUID->"a948ec9d-3410-42ca-9d0f-36a1eba9243d", CellID->5627219] }, Open ]] }, Open ]], -Cell[19231, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"25ce6fb0-d1ec-43c3-a784-b238533588d7", +Cell[19285, 513, 136, 1, 70, "ExampleText",ExpressionUUID->"25ce6fb0-d1ec-43c3-a784-b238533588d7", CellID->209257483], -Cell[19370, 511, 234, 6, 70, "Input",ExpressionUUID->"c0b18a54-d4a6-4e49-95fa-d3f7324371e7", +Cell[19424, 516, 234, 6, 70, "Input",ExpressionUUID->"c0b18a54-d4a6-4e49-95fa-d3f7324371e7", CellID->880447685], -Cell[19607, 519, 380, 9, 70, "Input",ExpressionUUID->"380bcbdd-b235-4619-be65-a838fd0656c9", +Cell[19661, 524, 380, 9, 70, "Input",ExpressionUUID->"380bcbdd-b235-4619-be65-a838fd0656c9", CellID->390605315], -Cell[19990, 530, 238, 6, 70, "Input",ExpressionUUID->"54e275e8-1bc2-4b20-94a0-85fcee88de0d", +Cell[20044, 535, 238, 6, 70, "Input",ExpressionUUID->"54e275e8-1bc2-4b20-94a0-85fcee88de0d", CellID->1949136579], -Cell[20231, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"b0858ccc-bfb6-486c-a621-5b8e88080f6f", +Cell[20285, 543, 191, 4, 70, "ExampleText",ExpressionUUID->"b0858ccc-bfb6-486c-a621-5b8e88080f6f", CellID->1897214069], Cell[CellGroupData[{ -Cell[20447, 546, 164, 3, 70, "Input",ExpressionUUID->"021e5fce-ea34-4a4c-acbf-93e946ef813d", +Cell[20501, 551, 164, 3, 70, "Input",ExpressionUUID->"021e5fce-ea34-4a4c-acbf-93e946ef813d", CellID->14161384], -Cell[20614, 551, 172, 4, 36, "Output",ExpressionUUID->"d801fc2f-b35e-492e-84a2-4c15e6e8bb74", +Cell[20668, 556, 172, 4, 36, "Output",ExpressionUUID->"d801fc2f-b35e-492e-84a2-4c15e6e8bb74", CellID->619974010] }, Open ]], -Cell[20801, 558, 145, 1, 70, "ExampleText",ExpressionUUID->"5e59f034-b8ba-4a1d-8333-7ed1c87c7df7", +Cell[20855, 563, 145, 1, 70, "ExampleText",ExpressionUUID->"5e59f034-b8ba-4a1d-8333-7ed1c87c7df7", CellID->480535835], Cell[CellGroupData[{ -Cell[20971, 563, 192, 4, 70, "Input",ExpressionUUID->"ac43c5f2-2eaa-4814-8403-7f1d7f960d3c", +Cell[21025, 568, 192, 4, 70, "Input",ExpressionUUID->"ac43c5f2-2eaa-4814-8403-7f1d7f960d3c", CellID->590244464], -Cell[21166, 569, 269, 7, 51, "Output",ExpressionUUID->"167166c0-0ee8-4b28-935d-ff01fc66e84f", +Cell[21220, 574, 269, 7, 50, "Output",ExpressionUUID->"167166c0-0ee8-4b28-935d-ff01fc66e84f", CellID->418951388] }, Open ]], -Cell[21450, 579, 174, 3, 70, "ExampleText",ExpressionUUID->"94b986ce-b5ac-4da8-8326-7647554ea2cb", +Cell[21504, 584, 174, 3, 70, "ExampleText",ExpressionUUID->"94b986ce-b5ac-4da8-8326-7647554ea2cb", CellID->834034949], Cell[CellGroupData[{ -Cell[21649, 586, 203, 4, 70, "Input",ExpressionUUID->"71551031-4294-4344-b4d2-5ded0fd2770d", +Cell[21703, 591, 203, 4, 70, "Input",ExpressionUUID->"71551031-4294-4344-b4d2-5ded0fd2770d", CellID->632096984], -Cell[21855, 592, 159, 3, 36, "Output",ExpressionUUID->"dd61d51e-5384-41f9-82fc-4121742267b6", +Cell[21909, 597, 159, 3, 36, "Output",ExpressionUUID->"dd61d51e-5384-41f9-82fc-4121742267b6", CellID->342842829] }, Open ]], -Cell[22029, 598, 192, 4, 70, "ExampleText",ExpressionUUID->"5e5a6043-4fa6-4bf5-8d86-30d283424715", +Cell[22083, 603, 192, 4, 70, "ExampleText",ExpressionUUID->"5e5a6043-4fa6-4bf5-8d86-30d283424715", CellID->1767131763], -Cell[22224, 604, 143, 1, 70, "ExampleText",ExpressionUUID->"4be58545-6580-465f-8ab4-c59c441f5871", +Cell[22278, 609, 143, 1, 70, "ExampleText",ExpressionUUID->"4be58545-6580-465f-8ab4-c59c441f5871", CellID->1891749417], Cell[CellGroupData[{ -Cell[22392, 609, 175, 3, 70, "Input",ExpressionUUID->"f3106b90-2836-4092-a4eb-8e8113d79b38", +Cell[22446, 614, 175, 3, 70, "Input",ExpressionUUID->"f3106b90-2836-4092-a4eb-8e8113d79b38", CellID->1686788927], -Cell[22570, 614, 313, 9, 51, "Output",ExpressionUUID->"617991dd-b4ad-409f-bf03-33cb78cf5680", +Cell[22624, 619, 313, 9, 50, "Output",ExpressionUUID->"617991dd-b4ad-409f-bf03-33cb78cf5680", CellID->822027501] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23179, 637, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"69817227-f0b5-459e-8a4b-47c90adc2c15"], +Cell[28685, 787, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e89333ac-be71-43d0-a9a0-c3f153daa67a"], +Cell[29358, 807, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"36707575-53e9-4c38-981e-b5f8e0245ad7"], +Cell[30394, 835, 2239, 63, 70, "RelatedLinksSection",ExpressionUUID->"de8ad21b-f056-413b-a14a-24092684d112"], Cell[CellGroupData[{ -Cell[23147, 634, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a13a95b6-a334-4d69-a815-6599103eca34"], -Cell[28653, 784, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fc3e6e25-c7d8-4c74-abde-7360c8ae75d8"] -}, Open ]], -Cell[29338, 805, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"654a9a9d-e853-4174-aba6-ab63989207e9"], -Cell[30374, 833, 2239, 63, 70, "RelatedLinksSection",ExpressionUUID->"2dd6be34-3722-4792-88fc-ff6903e29320"], -Cell[CellGroupData[{ -Cell[32638, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b16d6a4-2f0e-4a1e-83bc-a44830be0487", +Cell[32658, 902, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b16d6a4-2f0e-4a1e-83bc-a44830be0487", CellID->777351863], -Cell[32778, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"14835f2f-94c7-43fb-8d20-c8357e191761", +Cell[32798, 905, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"14835f2f-94c7-43fb-8d20-c8357e191761", CellID->1194386356], -Cell[33000, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f68e362e-93bf-4198-af60-be977fadfa03", +Cell[33020, 911, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f68e362e-93bf-4198-af60-be977fadfa03", CellID->1641706272], -Cell[33215, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb3726ff-2dd6-4be0-b6f0-cc690153555d", +Cell[33235, 916, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb3726ff-2dd6-4be0-b6f0-cc690153555d", CellID->399251956], -Cell[33444, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8e4398f-5705-4acb-91a1-3a1513674605", +Cell[33464, 922, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8e4398f-5705-4acb-91a1-3a1513674605", CellID->821434655] }, Open ]], -Cell[33681, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"a3fdace9-24f5-4e5f-b888-4396228f5b1a"] +Cell[33701, 928, 78, 0, 70, "FooterCell",ExpressionUUID->"c0c0c171-08f7-4b58-94ab-05f4f9b25a04"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Labeling.nb b/Documentation/English/ReferencePages/Symbols/Labeling.nb index afd57a6..34f3e86 100644 --- a/Documentation/English/ReferencePages/Symbols/Labeling.nb +++ b/Documentation/English/ReferencePages/Symbols/Labeling.nb @@ -3,7 +3,7 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: @@ -11,9 +11,9 @@ NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 46187, 1150] -NotebookOptionsPosition[ 38630, 1000] -NotebookOutlinePosition[ 40732, 1054] -CellTagsIndexPosition[ 40646, 1049] +NotebookOptionsPosition[ 38648, 1002] +NotebookOutlinePosition[ 40767, 1056] +CellTagsIndexPosition[ 40681, 1051] WindowTitle->Labeling WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "417caf5e-5f67-4e85-ab3e-327d1f2c514d"], + "d0be9a3a-88af-463b-a3e0-40f7c75629b4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "36d538fa-aec6-4644-b783-509e377a6906"], + "9eee0c37-edc2-4f52-995d-fc11a717b409"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "66ffe185-c5db-4703-8178-2345905797a2"] - }],ExpressionUUID->"77260b61-89be-4b28-912c-8bc4c1773807"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore3dV6"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "21c9e6c1-554a-4011-9310-f5bc1cc49e50"] + }],ExpressionUUID->"c089369b-b74d-463b-a530-219993eb626a"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1519b879-a5f9-4d61-abf5-d62c25efeeeb"], + "0f0a4d7e-31c5-4c0d-98b9-2b121d72f049"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "db419818-c167-4867-9241-2bf69a7ea63e"] - }],ExpressionUUID->"065b15bf-2e08-4031-9f77-ef298a4880d0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1eef1f62-75e8-4b5a-ae69-7ded856a15bc"] + }],ExpressionUUID->"8a417229-8d8d-44d7-8474-850a8a0e8692"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5a0cdcd-6310-4a43-ac68-eb5ec3e2029a"], + "1e70129c-8d0b-4ba8-94f7-e6cfef4cd94e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fdf39253-f093-428c-a811-bf6b7c955870"] - }],ExpressionUUID->"eacd213d-aaac-4bac-b323-3cd2d5140bd6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c414448c-7330-4234-89bd-c02469a58498"] + }],ExpressionUUID->"957225ef-31e0-4973-95fe-df1db8945f97"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4d0de183-8b58-46e3-807f-460a6d59247a"], + "7c37c76e-1792-4c73-89a6-6e666fca4ef2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45597f67-b878-4a75-bad9-1376ad6f5536"] - }],ExpressionUUID->"055f3b6a-5191-40a2-8efb-16adec00f2de"], - StripOnInput->False], {"\<\"TUG/ref/Labeling\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Labeling"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Labeling.\ + "3f1cf119-5720-4dc5-8313-0e8fe9635efb"] + }],ExpressionUUID->"a67d2f1f-68a8-4b64-bc16-c19e3060c66d"], + StripOnInput->False],{ + "\"TUG/ref/Labeling\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Labeling"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Labeling.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$106466], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Labeling" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$115150], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Labeling" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "55350fed-d469-4b72-b3e9-c77d8c14310f"] + "b9efbde1-a166-48b4-83ef-bebadd3fbbda"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3cab8d6b-40ef-4478-ab44-d2288079c216"]} + "69495d49-3977-46f2-b0fa-375420f518d0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1856f293-41de-4ac0-a361-ae748d08c7c2"], + CellID->1,ExpressionUUID->"ba670243-bebe-454e-a533-0f2d31661505"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c409e3b8-429b-4554-ae71-75112cc43050"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"040ef78c-a1d4-47e1-bac4-3e5c86846f91"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Labeling", "ObjectName",ExpressionUUID-> - "af7c49a6-7f75-44b7-a58c-a696a745faad"], + "45ea97e6-3952-4f3f-9358-94bc866b15fe"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"134da4a8-b752-460e-99ec-b7ad18fba7fb"], + "Spacer1"]],ExpressionUUID->"e4e54701-ed24-4c52-b02c-22a46c449d5a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3a923036-64f1-4d31-91e1-9e6a9c0514a6"] - }],ExpressionUUID->"74110fad-e615-4c40-92b5-37c3486ff4ad"], Cell[BoxData[ + "c898e16a-4a8f-4995-9db7-f9decff81350"] + }],ExpressionUUID->"85a4371f-498c-4b3c-b879-3bd5b214b2c9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7f40579c-35c4-4d4d-87ed-43e2a8de82ee"]} + "a6843e0e-2082-4020-8bfe-ab470572e219"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3581c1da-8103-4b1d-af59-8d08648321fc"], + CacheGraphics->False,ExpressionUUID->"473839dc-84ef-4397-b9c7-251b9b81e0b3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "4a588690-70d6-4808-8c41-10c249ca0e59"], "\[LineSeparator]is an option of the plotting function StrongEpsCore2d \ to turn the label of the strong epsilon-core vertices off. " - }],ExpressionUUID->"8ee2d97d-3b08-465f-ab18-ccf852563ce6"]} + }],ExpressionUUID->"2b60a02c-61dd-44c7-b5c0-ce4f096fcef7"]} }]], "Usage", CellID->717373884,ExpressionUUID->"c8e56cbf-0e28-439a-afee-dd19eb699931"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2aeb7356-3b1f-43cd-8c64-5f9b7db9385f"], + ExpressionUUID->"64ede89d-42d2-4fa6-87be-b62f8c5d616e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"73f10c1a-cfb3-4517-91fc-d5d56b72abdb"], + "Spacer1"]],ExpressionUUID->"c39dedd4-0977-4af1-a863-52ca222cee6a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"41ddd6f8-77ee-424c-9e1b-0be4153e3cae"], + }], "NotesFrameText",ExpressionUUID->"67795f1c-2cbd-44da-994c-8684fd994522"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2de501e4-cac9-4524-857b-a718c07b795c"]], \ + "Preemptive"]],ExpressionUUID->"95eb9954-1783-4346-9fdf-c8bc7bcab5a4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1870180196,ExpressionUUID->"9395cbad-bc18-46e0-a988-808706068174"], + CellID->733856681,ExpressionUUID->"e74b3620-92fc-4669-bf4e-f705f463062d"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4916b506-5efd-4dec-b8d8-5f09fc906139"], + ExpressionUUID->"064ffaae-76b9-4d77-89f1-4d26ece1cbbe"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"39c43d12-bc8b-4625-8b1f-963174e09fb4"], + "Spacer1"]],ExpressionUUID->"fc864d96-a189-4dff-9c67-cc5cd72a0418"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3df84091-1838-4ef1-9d95-af1665eba750"] + "87be20d0-81c6-407e-b4db-7bee9fb2cb88"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1420311098,ExpressionUUID->"2ee20490-f8bf-4528-8d81-33489a9b022c"], + CellID->513196420,ExpressionUUID->"b7042e3e-1677-4a90-8d60-ad5d0365e218"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6c60180c-4e0e-4975-8bea-bf7ac93f63ab"], + ExpressionUUID->"95509517-7b95-4dd8-99d5-d0faa580594d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6259e9e8-83de-47a0-bbef-62365af85052"], + "Spacer1"]],ExpressionUUID->"ee799be5-2ff7-4027-8713-c18404f90c9a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5e263774-2995-4cba-9d6f-1f3eeb853a89"] + "95870ddd-3bd3-4d45-b168-814e7093f075"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1353053401,ExpressionUUID->"ad84146f-8b5e-4a52-98a2-bea41849d182"], + CellID->410210900,ExpressionUUID->"1a4478cc-5f1a-4bbb-91c7-4abb30c5de84"], Cell["Loading the package:", "ExampleText", CellID->1691533792,ExpressionUUID->"795174f2-7485-43b8-8ad9-4bd3565d12a8"], @@ -718,8 +723,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -867,15 +870,15 @@ Cell[BoxData[GridBox[{ "9fa08a2c-39d7-418d-8a95-e3df160a161a"] }], "SeeAlso",ExpressionUUID->"b52fef1c-ce88-42c1-a80d-b92cbdd0918c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3091567e-8a1c-4782-ad24-\ -f7528a95d1c6"], + }]], "SeeAlsoSection",ExpressionUUID->"09b6b316-8bba-4acd-beac-\ +95feb5483d32"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -887,9 +890,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"fcf2f437-7221-4801-bd79-426f6f3326d6"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"41d6f190-1c8e-4b3a-8a71-\ -327ad6458a5d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"452ead89-806f-4988-932d-\ +7ff9a4e37b69"], Cell[BoxData[GridBox[{ { @@ -906,7 +908,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "87029fd0-56b1-4738-9157-7979dfb98d76"]}]}, + "dd3a6b77-6b03-413f-b088-94c0b75cd586"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -914,10 +916,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cece1e7a-9366-49e0-965c-f78a5e2c107d"]}]} + "18bc0ce8-3172-436a-b48f-2b4b4748278b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e75c94bc-a774-4dbf-a023-\ -45c0cbb75dfe"], + }]], "MoreAboutSection",ExpressionUUID->"0f5a333b-a284-4a5f-94b1-\ +96cb1dd03301"], Cell[BoxData[GridBox[{ { @@ -945,7 +947,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "293dc410-bbf7-4023-a011-fa955c5c0da8"]], "RelatedLinks", + "d80bcbde-5387-4972-a0ae-7f95d013dbda"]], "RelatedLinks", ExpressionUUID->"cc0aeccc-be9b-40c5-8314-1b8ced39d04e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -962,11 +964,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f922d37c-b3b6-4f15-8bd1-48a14065cd65"]], "RelatedLinks", + "780c4d55-a5e6-4337-9644-9ced170deded"]], "RelatedLinks", ExpressionUUID->"72f17f79-9146-4e2f-90ab-31343eb07a07"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7aa73fc8-c0e0-43df-9e4b-\ -6b90f52f28c2"], + }]], "RelatedLinksSection",ExpressionUUID->"96100356-1008-4292-a123-\ +3b6cfdf7fe5a"], Cell[CellGroupData[{ @@ -996,11 +998,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"496f34eb-54ff-49c6-915a-9c4221ae3abe"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"dbdb3bd8-617f-4892-a45a-d0f4c8f7ff58"] +Cell[" ", "FooterCell",ExpressionUUID->"09119bf2-f993-49b9-88e8-478fd77643f6"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Labeling", TaggingRules->{ @@ -1011,7 +1013,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 15.445761}", + "built" -> "{2024, 6, 3, 16, 53, 31.530729}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1019,10 +1021,10 @@ TaggingRules->{ "Labeling is an option of the plotting function StrongEpsCore2d to turn \ the label of the strong epsilon-core vertices off. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Labeling", "titlemodifier" -> "", - "windowtitle" -> "Labeling", "type" -> "Symbol", "uri" -> - "TUG/ref/Labeling"}}, + "metadescription" -> "", "windowtitle" -> "Labeling", "type" -> "Symbol", + "uri" -> "TUG/ref/Labeling"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1031,9 +1033,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"01cda5aa-912e-48d9-bde2-10aa33629444" +ExpressionUUID->"55ba4833-919f-458a-8d8b-eb09f1b8f9d9" ] (* End of Notebook Content *) @@ -1041,117 +1043,115 @@ ExpressionUUID->"01cda5aa-912e-48d9-bde2-10aa33629444" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12266, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2ee20490-f8bf-4528-8d81-33489a9b022c", + Cell[12320, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b7042e3e-1677-4a90-8d60-ad5d0365e218", CellTags->"PrimaryExamplesSection", - CellID->1420311098]} + CellID->513196420]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40445, 1042} + {"PrimaryExamplesSection", 40481, 1044} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7096, 168, 56, "AnchorBarGrid",ExpressionUUID->"1856f293-41de-4ac0-a361-ae748d08c7c2", +Cell[580, 21, 7151, 173, 57, "AnchorBarGrid",ExpressionUUID->"ba670243-bebe-454e-a533-0f2d31661505", CellID->1], -Cell[7679, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c409e3b8-429b-4554-ae71-75112cc43050"], +Cell[7734, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"040ef78c-a1d4-47e1-bac4-3e5c86846f91"], Cell[CellGroupData[{ -Cell[7790, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"3581c1da-8103-4b1d-af59-8d08648321fc"], -Cell[9075, 232, 488, 9, 111, "Usage",ExpressionUUID->"c8e56cbf-0e28-439a-afee-dd19eb699931", +Cell[7845, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"473839dc-84ef-4397-b9c7-251b9b81e0b3"], +Cell[9130, 237, 488, 9, 109, "Usage",ExpressionUUID->"c8e56cbf-0e28-439a-afee-dd19eb699931", CellID->717373884] }, Open ]], Cell[CellGroupData[{ -Cell[9600, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"9395cbad-bc18-46e0-a988-808706068174", +Cell[9655, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"e74b3620-92fc-4669-bf4e-f705f463062d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1870180196], -Cell[11498, 295, 489, 12, 37, "Notes",ExpressionUUID->"5711d173-3949-45d5-a437-21bc99a601f6", + CellID->733856681], +Cell[11552, 300, 489, 12, 38, "Notes",ExpressionUUID->"5711d173-3949-45d5-a437-21bc99a601f6", CellID->177724765], -Cell[11990, 309, 149, 1, 36, "Notes",ExpressionUUID->"10fb7edc-4573-4652-991a-8859782f5c0a", +Cell[12044, 314, 149, 1, 36, "Notes",ExpressionUUID->"10fb7edc-4573-4652-991a-8859782f5c0a", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12266, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2ee20490-f8bf-4528-8d81-33489a9b022c", +Cell[12320, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b7042e3e-1677-4a90-8d60-ad5d0365e218", CellTags->"PrimaryExamplesSection", - CellID->1420311098], + CellID->513196420], Cell[CellGroupData[{ -Cell[13712, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ad84146f-8b5e-4a52-98a2-bea41849d182", - CellID->1353053401], -Cell[15114, 395, 119, 1, 38, "ExampleText",ExpressionUUID->"795174f2-7485-43b8-8ad9-4bd3565d12a8", +Cell[13765, 362, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1a4478cc-5f1a-4bbb-91c7-4abb30c5de84", + CellID->410210900], +Cell[15166, 400, 119, 1, 39, "ExampleText",ExpressionUUID->"795174f2-7485-43b8-8ad9-4bd3565d12a8", CellID->1691533792], Cell[CellGroupData[{ -Cell[15258, 400, 168, 3, 27, "Input",ExpressionUUID->"8c1de7cd-1872-44da-a9ae-0f92f3b2b1e7", +Cell[15310, 405, 168, 3, 27, "Input",ExpressionUUID->"8c1de7cd-1872-44da-a9ae-0f92f3b2b1e7", CellID->1408378962], Cell[CellGroupData[{ -Cell[15451, 407, 235, 4, 23, "Print",ExpressionUUID->"fe0b2702-1fb2-49f0-a8f1-694a238adb0f", +Cell[15503, 412, 235, 4, 23, "Print",ExpressionUUID->"fe0b2702-1fb2-49f0-a8f1-694a238adb0f", CellID->700782589], -Cell[15689, 413, 365, 8, 23, "Print",ExpressionUUID->"73a5122a-1248-49f7-9c92-87b2ddb3015e", +Cell[15741, 418, 365, 8, 23, "Print",ExpressionUUID->"73a5122a-1248-49f7-9c92-87b2ddb3015e", CellID->1683883069], -Cell[16057, 423, 236, 4, 23, "Print",ExpressionUUID->"fd89f61f-7ab9-48c2-9391-1ebce5a49415", +Cell[16109, 428, 236, 4, 23, "Print",ExpressionUUID->"fd89f61f-7ab9-48c2-9391-1ebce5a49415", CellID->1787616893], -Cell[16296, 429, 219, 3, 23, "Print",ExpressionUUID->"aa008a3c-73ad-40c7-a4ed-98a2ebd05670", +Cell[16348, 434, 219, 3, 23, "Print",ExpressionUUID->"aa008a3c-73ad-40c7-a4ed-98a2ebd05670", CellID->266211220], -Cell[16518, 434, 206, 3, 23, "Print",ExpressionUUID->"a2befe0d-5136-43c8-bd35-f694e1b07db6", +Cell[16570, 439, 206, 3, 23, "Print",ExpressionUUID->"a2befe0d-5136-43c8-bd35-f694e1b07db6", CellID->136419967], -Cell[16727, 439, 237, 4, 23, "Print",ExpressionUUID->"4f9ed764-75dc-47cd-b27e-2ea5adadcd75", +Cell[16779, 444, 237, 4, 23, "Print",ExpressionUUID->"4f9ed764-75dc-47cd-b27e-2ea5adadcd75", CellID->1151183527], -Cell[16967, 445, 220, 3, 23, "Print",ExpressionUUID->"2db02ed1-d99b-4a3d-ad04-4f568c9149a8", +Cell[17019, 450, 220, 3, 23, "Print",ExpressionUUID->"2db02ed1-d99b-4a3d-ad04-4f568c9149a8", CellID->1463897258], -Cell[17190, 450, 236, 4, 23, "Print",ExpressionUUID->"eea9c42c-ed1d-4e0c-a3ae-092bc12025a9", +Cell[17242, 455, 236, 4, 23, "Print",ExpressionUUID->"eea9c42c-ed1d-4e0c-a3ae-092bc12025a9", CellID->1709529862], -Cell[17429, 456, 236, 4, 23, "Print",ExpressionUUID->"c15ec2f4-9200-44ea-8189-6fc6b2bd7e78", +Cell[17481, 461, 236, 4, 23, "Print",ExpressionUUID->"c15ec2f4-9200-44ea-8189-6fc6b2bd7e78", CellID->1919305352], -Cell[17668, 462, 207, 3, 23, "Print",ExpressionUUID->"f49a3ba1-321d-465b-aa33-bf2cd9c9e6bd", +Cell[17720, 467, 207, 3, 23, "Print",ExpressionUUID->"f49a3ba1-321d-465b-aa33-bf2cd9c9e6bd", CellID->1661638604], -Cell[17878, 467, 236, 4, 23, "Print",ExpressionUUID->"97d1081b-ecde-4d5a-bd1b-566637355683", +Cell[17930, 472, 236, 4, 23, "Print",ExpressionUUID->"97d1081b-ecde-4d5a-bd1b-566637355683", CellID->1305989494] }, Open ]] }, Open ]], -Cell[18141, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"0e1d645e-9447-421c-ad76-5549210100b8", +Cell[18193, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"0e1d645e-9447-421c-ad76-5549210100b8", CellID->675933554], -Cell[18281, 478, 224, 6, 27, "Input",ExpressionUUID->"bc999c70-a744-4567-8020-b964e68f30a6", +Cell[18333, 483, 224, 6, 27, "Input",ExpressionUUID->"bc999c70-a744-4567-8020-b964e68f30a6", CellID->690598069], -Cell[18508, 486, 309, 8, 27, "Input",ExpressionUUID->"32eec9f0-f86f-4ff6-8554-669d477594d8", +Cell[18560, 491, 309, 8, 27, "Input",ExpressionUUID->"32eec9f0-f86f-4ff6-8554-669d477594d8", CellID->1902837319], -Cell[18820, 496, 238, 6, 70, "Input",ExpressionUUID->"2fe77103-6b36-4d27-be9d-60bf76c8168e", +Cell[18872, 501, 238, 6, 27, "Input",ExpressionUUID->"2fe77103-6b36-4d27-be9d-60bf76c8168e", CellID->1148204714], -Cell[19061, 504, 232, 4, 70, "ExampleText",ExpressionUUID->"ecde9f1e-6615-4d5d-8651-3476581d34be", +Cell[19113, 509, 232, 4, 70, "ExampleText",ExpressionUUID->"ecde9f1e-6615-4d5d-8651-3476581d34be", CellID->2023065984], Cell[CellGroupData[{ -Cell[19318, 512, 265, 6, 70, "Input",ExpressionUUID->"92eb34f7-ef80-4c9c-9717-d3f628930a36", +Cell[19370, 517, 265, 6, 70, "Input",ExpressionUUID->"92eb34f7-ef80-4c9c-9717-d3f628930a36", CellID->1661710205], -Cell[19586, 520, 4656, 99, 454, "Output",ExpressionUUID->"4c78dbab-e40c-4f6f-ae79-dd89dd219ac3", +Cell[19638, 525, 4656, 99, 455, "Output",ExpressionUUID->"4c78dbab-e40c-4f6f-ae79-dd89dd219ac3", CellID->1713345112] }, Open ]], -Cell[24257, 622, 148, 1, 70, "ExampleText",ExpressionUUID->"7e5d45c6-518f-41a3-82b5-f04f8ab692c8", +Cell[24309, 627, 148, 1, 70, "ExampleText",ExpressionUUID->"7e5d45c6-518f-41a3-82b5-f04f8ab692c8", CellID->318844568], Cell[CellGroupData[{ -Cell[24430, 627, 266, 6, 70, "Input",ExpressionUUID->"8be3a5e5-6f7a-4c83-a803-01cb91997cfc", +Cell[24482, 632, 266, 6, 70, "Input",ExpressionUUID->"8be3a5e5-6f7a-4c83-a803-01cb91997cfc", CellID->1447720312], -Cell[24699, 635, 3667, 76, 442, "Output",ExpressionUUID->"c189f6bf-23a4-4a8d-8c3f-5d2732567520", +Cell[24751, 640, 3667, 76, 442, "Output",ExpressionUUID->"c189f6bf-23a4-4a8d-8c3f-5d2732567520", CellID->467345849] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28660, 725, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"09b6b316-8bba-4acd-beac-95feb5483d32"], +Cell[34148, 875, 670, 18, 70, "TechNotesSection",ExpressionUUID->"452ead89-806f-4988-932d-7ff9a4e37b69"], +Cell[34821, 895, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0f5a333b-a284-4a5f-94b1-96cb1dd03301"], +Cell[35857, 923, 1640, 47, 70, "RelatedLinksSection",ExpressionUUID->"96100356-1008-4292-a123-3b6cfdf7fe5a"], Cell[CellGroupData[{ -Cell[28630, 722, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"3091567e-8a1c-4782-ad24-f7528a95d1c6"], -Cell[34118, 872, 670, 18, 70, "TechNotesSection",ExpressionUUID->"41d6f190-1c8e-4b3a-8a71-327ad6458a5d"] -}, Open ]], -Cell[34803, 893, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e75c94bc-a774-4dbf-a023-45c0cbb75dfe"], -Cell[35839, 921, 1640, 47, 70, "RelatedLinksSection",ExpressionUUID->"7aa73fc8-c0e0-43df-9e4b-6b90f52f28c2"], -Cell[CellGroupData[{ -Cell[37504, 972, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d68d2066-b59c-4776-b810-edd8066d36b6", +Cell[37522, 974, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d68d2066-b59c-4776-b810-edd8066d36b6", CellID->2135167160], -Cell[37645, 975, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bd410996-840c-432f-911f-185cd5a0b223", +Cell[37663, 977, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bd410996-840c-432f-911f-185cd5a0b223", CellID->1194386356], -Cell[37867, 981, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b1cd48c-cb01-45ed-8423-d78e84b72433", +Cell[37885, 983, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4b1cd48c-cb01-45ed-8423-d78e84b72433", CellID->1641706272], -Cell[38082, 986, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6a06c1f4-3a4c-4f0a-a309-f7ffe8b94f7e", +Cell[38100, 988, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6a06c1f4-3a4c-4f0a-a309-f7ffe8b94f7e", CellID->399251956], -Cell[38311, 992, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"496f34eb-54ff-49c6-915a-9c4221ae3abe", +Cell[38329, 994, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"496f34eb-54ff-49c6-915a-9c4221ae3abe", CellID->821434655] }, Open ]], -Cell[38548, 998, 78, 0, 70, "FooterCell",ExpressionUUID->"dbdb3bd8-617f-4892-a45a-d0f4c8f7ff58"] +Cell[38566, 1000, 78, 0, 70, "FooterCell",ExpressionUUID->"09119bf2-f993-49b9-88e8-478fd77643f6"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LargestAmount.nb b/Documentation/English/ReferencePages/Symbols/LargestAmount.nb index 842705b..ac0b134 100644 --- a/Documentation/English/ReferencePages/Symbols/LargestAmount.nb +++ b/Documentation/English/ReferencePages/Symbols/LargestAmount.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42523, 1093] -NotebookOptionsPosition[ 34154, 928] -NotebookOutlinePosition[ 36346, 983] -CellTagsIndexPosition[ 36261, 978] +NotebookDataLength[ 42512, 1091] +NotebookOptionsPosition[ 34158, 928] +NotebookOutlinePosition[ 36368, 983] +CellTagsIndexPosition[ 36283, 978] WindowTitle->LargestAmount WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "395aa5ed-fd40-469a-99bd-df634bb8539d"], + "33e87995-e43c-4ba2-b17d-be4732dde039"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "06b0dbc4-366a-4d0d-8187-5bef198fc2e7"], + "471e8bda-7517-49bb-8984-581d398fa49b"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7d97db00-1409-44ad-93c7-b9802282f03a"] - }],ExpressionUUID->"402e6bf3-9c49-4a44-9e7c-45639297b55d"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "58968ac5-e762-470e-afad-c6bd70ac37b3"] + }],ExpressionUUID->"e8e70994-6199-4153-b7b1-fb5169e1e5cd"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cc9b6f59-4972-4dba-b923-f87ccf1c2f84"], + "04b2632d-f319-4f5d-b69e-4b785d2603e3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "abbabadf-4ba4-46b4-bd19-a2ade4fc6b0e"] - }],ExpressionUUID->"26927582-35b4-40dd-bbdb-59ad0caa4a2f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "60758020-1721-484f-a245-2deafc63e6c4"] + }],ExpressionUUID->"e2d46a85-5125-4284-9e3b-90f4612ff37a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "630d9e2b-9ba7-41d7-9a6a-fa1237bd5913"], + "6943334c-28e3-46e7-b5cb-a253c7f2cbf9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "98c179bb-35ef-441b-bee2-7682dc65b0f2"] - }],ExpressionUUID->"69900ce9-52e8-49de-b2f0-16dd79ba765d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d6235f18-85c0-4247-98ce-d5d4c625fb67"] + }],ExpressionUUID->"0c91fad4-1468-4a66-9e6c-ac916b64fdbf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0c0ff972-a241-4515-8b81-58535983e5bf"], + "d111daf1-edc1-4702-8a66-eb5e01a44c77"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9ba963c0-8b75-4b99-a13c-bf40eda26035"] - }],ExpressionUUID->"6281239f-acd5-497f-a24c-fd734f4bb33e"], - StripOnInput->False], {"\<\"TUG/ref/LargestAmount\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LargestAmount"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LargestAmount.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$107035], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LargestAmount" <> ".html"], None}]}]}, + "316883a5-cfd7-489a-99ea-33bb56c66811"] + }],ExpressionUUID->"709c03fb-32ad-4a0a-a13c-97d81cf59d06"], + StripOnInput->False],{ + "\"TUG/ref/LargestAmount\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LargestAmount"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +LargestAmount.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$115753], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LargestAmount" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "41f8a686-b183-41aa-a3b0-54dd78c3dc46"] + "109b16b4-d6e9-4f50-811c-bd29bcc3b617"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5bbc6611-9966-4f1a-b5a1-2c9b292c43d7"]} + "0e9484bb-58d9-45a2-906b-e6a4d1847447"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"109e6406-bee1-4007-a51a-0b5ee224a447"], + CellID->1,ExpressionUUID->"1aa22d1a-a7cd-4a5a-88cc-d62e5e195b7d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c6f53cfb-1143-41f5-b085-cc573d27db53"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c7bf518a-0d88-447f-9226-2a08f3f28bd1"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LargestAmount", "ObjectName",ExpressionUUID-> - "b45445d7-2831-4660-b80a-d9e0fc13e18f"], + "7e365890-5c0b-4d00-981b-0d4ec6a39d7a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b8621eff-9fbb-4b40-b155-a37c80d67b3f"], + "Spacer1"]],ExpressionUUID->"a17b0f23-2880-4527-803d-a4fd8f5b09c7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "74645879-b5bb-46b6-a194-c0deff529db5"] - }],ExpressionUUID->"ec9dc6f7-4668-4270-991b-b871f2cc1687"], Cell[BoxData[ + "38bb2fcc-61c0-455a-803b-1c8d1d0c1422"] + }],ExpressionUUID->"d985300e-b049-4793-b367-10efa42fa829"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e18db0b5-070a-4850-8863-241972c7d411"]} + "d7f9f43a-ce98-4953-af3a-a99efa767778"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"08477c25-0b53-4c63-addb-e4f3c7e9786f"], + CacheGraphics->False,ExpressionUUID->"9648d673-a949-4411-bb4e-aa56413e03bc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "72a07d9c-2bdd-4fce-a5b9-7a72ce5cb741"], " \[LineSeparator]indicates the vector of largest amount players can \ contribute to a coalition." - }],ExpressionUUID->"6656a8d9-51da-422a-8242-4b8f700b51ae"]}, + }],ExpressionUUID->"40a5f049-4c75-4970-85ed-e0bfb1d08b29"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"LargestAmount", "[", @@ -248,7 +251,7 @@ contribute to a coalition." "5b0f87cd-6712-4b2a-a3fd-5ac2c1718d73"], " \[LineSeparator]indicates the largest amount a player i can contribute \ to a coalition." - }],ExpressionUUID->"aebfb5e4-8ad1-4e2f-a677-3948057f26b9"]} + }],ExpressionUUID->"3d1107ec-4dde-4a23-ae29-4086d0cb29b1"]} }]], "Usage", CellID->1669170572,ExpressionUUID->"86228b63-6efe-41c1-a57c-9c9cd1b3cad4"] }, Open ]], @@ -281,12 +284,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"37e77d55-9ea2-437a-8d96-ff5970c71090"], + ExpressionUUID->"c398bcc9-0e51-4e7c-8935-0496d62f678f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"589619c7-93bb-48b1-a829-e6a3a71c9eab"], + "Spacer1"]],ExpressionUUID->"fa502d97-b8d8-4f63-9290-9e97e1bb8631"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c01d0355-0ada-40b7-89ca-eedec2df4299"], + }], "NotesFrameText",ExpressionUUID->"92b8784d-9c01-4b73-90bc-d7817dcdcd72"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +300,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"475ea5d7-0058-46e9-95ed-869567bfda69"]], \ + "Preemptive"]],ExpressionUUID->"375ea2a0-1213-4192-a6cd-5b6e35e64bbb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1709780901,ExpressionUUID->"5b089f69-d657-4748-b7ef-f6c94099b749"], + CellID->1052559287,ExpressionUUID->"6a461764-e7b7-43ec-9c66-40479e68f717"], Cell[TextData[{ "The input expression ", @@ -384,19 +387,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1460a21f-e6f5-4e0d-b1c9-80c9f70cffa8"], + ExpressionUUID->"e0480622-d76a-48ec-a786-da17e22b534e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2f376319-715b-4bf0-b09d-e67e8e132f79"], + "Spacer1"]],ExpressionUUID->"4b96fabb-69cc-4a50-9c3e-4b3b4e00464f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a266c061-c843-43fc-b8b1-aee5cfb381db"] + "47b87b60-73be-4fb7-a04a-ad1060879013"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1974248463,ExpressionUUID->"f2605180-8f6c-441e-8554-e8bfdb146a4c"], + CellID->1736883266,ExpressionUUID->"19c1e76b-b314-4b1d-a9c4-3d2f9d121643"], Cell[CellGroupData[{ @@ -425,18 +428,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e5e8cb6d-4a85-4cb2-a886-42d8129ee94a"], + ExpressionUUID->"883a437f-7c60-4eec-90fb-4922d5ffd5fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a791f961-b6e1-4fa1-b8e5-ad2be88361c9"], + "Spacer1"]],ExpressionUUID->"25d39ddf-7f61-449f-b0e6-1e73a524505b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dbc89a79-feee-41fe-b4ff-39dd38975eaf"] + "3e49296c-466f-4697-97ac-4333e74f09a5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1585304388,ExpressionUUID->"fbed4a53-4012-4ef0-bc60-32b252c82df5"], + CellID->1653989157,ExpressionUUID->"481cedb2-6cce-4ee9-8ed0-fb47933d72cf"], Cell["Loading the package:", "ExampleText", CellID->1535443558,ExpressionUUID->"15266230-946d-4a66-83f3-2f149cc85859"], @@ -613,8 +616,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -762,15 +763,15 @@ Cell[BoxData[GridBox[{ "34963fe7-1e99-454d-916b-4185d0e047a3"] }], "SeeAlso",ExpressionUUID->"4342ccb1-f31d-460b-878e-c0e31f1ccb8f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"77c4533a-d3ad-447a-97b2-\ -d1606446a678"], + }]], "SeeAlsoSection",ExpressionUUID->"9c5d5db9-8a9a-47f6-b310-\ +98f7ed9eb23a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -782,9 +783,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"524a40a8-05bd-4c9c-89e0-35b04f71fd80"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1cf2f03a-5dd2-48ff-9d78-\ -699828f072a5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c644652b-d341-4d56-bde3-\ +28ebd04e5045"], Cell[BoxData[GridBox[{ { @@ -801,7 +801,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "68a53e19-3306-44a7-89b6-be984348e980"]}]}, + "33e0ce19-2385-4f99-a292-e2697727b2e4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -809,10 +809,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "52efb70e-2bf5-4280-8d6b-2f0d9a2da9e2"]}]} + "727bd445-7ad1-412e-ab92-f6cfb304c181"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c03a735f-9f35-409e-a700-\ -e990a12f276d"], + }]], "MoreAboutSection",ExpressionUUID->"5bc60e20-6103-42fd-952b-\ +ffbd7e81d1ea"], Cell[BoxData[GridBox[{ { @@ -839,7 +839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e7ede086-6e73-4087-aa6a-458391cea921"]], "RelatedLinks", + "47622dc5-25cc-4f7e-b203-3d50c1bf19f1"]], "RelatedLinks", ExpressionUUID->"b1657780-de92-4f57-98d6-b2b43f24fd5f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -856,7 +856,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2f6319e3-d5e6-46e9-9d35-94fb5e6a9e38"]], "RelatedLinks", + "78afd108-84b8-4be7-a33f-6f09fc790fae"]], "RelatedLinks", ExpressionUUID->"2848a55b-f5cd-41af-bc40-6aa78d1da3a2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +873,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e41e749f-06b1-4592-99bb-bb804d761cee"]], "RelatedLinks", + "74237195-3d29-488d-a551-d39f34588a44"]], "RelatedLinks", ExpressionUUID->"ec14a1f0-0662-479f-abb8-744193b5d3e0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,11 +890,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ReasonableOutcome"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bd505ba8-3b48-405d-9a30-81623ac1a8ba"]], "RelatedLinks", + "d710ce26-280b-4beb-8746-0fe04d47a659"]], "RelatedLinks", ExpressionUUID->"98c3deed-e430-4cab-ae82-bcf79e94bb80"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"268f5394-8c5a-479a-aa9b-\ -d268eceb3a59"], + }]], "RelatedLinksSection",ExpressionUUID->"146a782a-6884-4682-b28c-\ +a8117616c4c9"], Cell[CellGroupData[{ @@ -924,11 +924,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f4f74793-6b99-4f5e-8a7f-1acee87d5318"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e3040415-eba3-4e59-807b-2fb4a288fcec"] +Cell[" ", "FooterCell",ExpressionUUID->"7db2c7a0-fa4e-4d2d-b7f3-b1f99aae4018"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LargestAmount", TaggingRules->{ @@ -939,7 +939,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 17.040233}", + "built" -> "{2024, 6, 3, 16, 53, 32.293309}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -948,10 +948,10 @@ TaggingRules->{ contribute to a coalition. LargestAmount[game, i] indicates the largest \ amount a player i can contribute to a coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LargestAmount", "titlemodifier" -> "", - "windowtitle" -> "LargestAmount", "type" -> "Symbol", "uri" -> - "TUG/ref/LargestAmount"}}, + "metadescription" -> "", "windowtitle" -> "LargestAmount", "type" -> + "Symbol", "uri" -> "TUG/ref/LargestAmount"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -960,9 +960,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f87a1268-2462-403f-87fb-4fa0e7681b22" +ExpressionUUID->"4f023103-4c36-40f8-a5ce-4da237ce2459" ] (* End of Notebook Content *) @@ -970,131 +970,129 @@ ExpressionUUID->"f87a1268-2462-403f-87fb-4fa0e7681b22" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14064, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f2605180-8f6c-441e-8554-e8bfdb146a4c", + Cell[14102, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19c1e76b-b314-4b1d-a9c4-3d2f9d121643", CellTags->"PrimaryExamplesSection", - CellID->1974248463]} + CellID->1736883266]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36060, 971} + {"PrimaryExamplesSection", 36082, 971} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7119, 169, 56, "AnchorBarGrid",ExpressionUUID->"109e6406-bee1-4007-a51a-0b5ee224a447", +Cell[585, 21, 7157, 172, 57, "AnchorBarGrid",ExpressionUUID->"1aa22d1a-a7cd-4a5a-88cc-d62e5e195b7d", CellID->1], -Cell[7707, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c6f53cfb-1143-41f5-b085-cc573d27db53"], +Cell[7745, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c7bf518a-0d88-447f-9226-2a08f3f28bd1"], Cell[CellGroupData[{ -Cell[7818, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"08477c25-0b53-4c63-addb-e4f3c7e9786f"], -Cell[9108, 233, 897, 19, 187, "Usage",ExpressionUUID->"86228b63-6efe-41c1-a57c-9c9cd1b3cad4", +Cell[7856, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"9648d673-a949-4411-bb4e-aa56413e03bc"], +Cell[9146, 236, 897, 19, 186, "Usage",ExpressionUUID->"86228b63-6efe-41c1-a57c-9c9cd1b3cad4", CellID->1669170572] }, Open ]], Cell[CellGroupData[{ -Cell[10042, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"5b089f69-d657-4748-b7ef-f6c94099b749", +Cell[10080, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"6a461764-e7b7-43ec-9c66-40479e68f717", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1709780901], -Cell[11940, 306, 923, 20, 78, "Notes",ExpressionUUID->"dd3f5ac9-722c-43f1-852a-3848c6a212d5", + CellID->1052559287], +Cell[11978, 309, 923, 20, 78, "Notes",ExpressionUUID->"dd3f5ac9-722c-43f1-852a-3848c6a212d5", CellID->1014199156], -Cell[12866, 328, 489, 12, 37, "Notes",ExpressionUUID->"981ddfe8-52ae-4346-907c-cfb53647ee2e", +Cell[12904, 331, 489, 12, 38, "Notes",ExpressionUUID->"981ddfe8-52ae-4346-907c-cfb53647ee2e", CellID->177724765], -Cell[13358, 342, 205, 4, 36, "Notes",ExpressionUUID->"c4ad11a4-50aa-4881-97b3-4241b267a5e1", +Cell[13396, 345, 205, 4, 36, "Notes",ExpressionUUID->"c4ad11a4-50aa-4881-97b3-4241b267a5e1", CellID->859367582], -Cell[13566, 348, 239, 4, 57, "Notes",ExpressionUUID->"aa31e041-65d6-4c9b-9672-1970dc4cfebd", +Cell[13604, 351, 239, 4, 57, "Notes",ExpressionUUID->"aa31e041-65d6-4c9b-9672-1970dc4cfebd", CellID->1102621671], -Cell[13808, 354, 129, 1, 36, "Notes",ExpressionUUID->"a5363a8d-2e6c-460c-b783-cb1f89eecd1b", +Cell[13846, 357, 129, 1, 36, "Notes",ExpressionUUID->"a5363a8d-2e6c-460c-b783-cb1f89eecd1b", CellID->102341896] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14064, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f2605180-8f6c-441e-8554-e8bfdb146a4c", +Cell[14102, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19c1e76b-b314-4b1d-a9c4-3d2f9d121643", CellTags->"PrimaryExamplesSection", - CellID->1974248463], + CellID->1736883266], Cell[CellGroupData[{ -Cell[15510, 402, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fbed4a53-4012-4ef0-bc60-32b252c82df5", - CellID->1585304388], -Cell[16912, 440, 119, 1, 38, "ExampleText",ExpressionUUID->"15266230-946d-4a66-83f3-2f149cc85859", +Cell[15548, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"481cedb2-6cce-4ee9-8ed0-fb47933d72cf", + CellID->1653989157], +Cell[16950, 443, 119, 1, 39, "ExampleText",ExpressionUUID->"15266230-946d-4a66-83f3-2f149cc85859", CellID->1535443558], Cell[CellGroupData[{ -Cell[17056, 445, 168, 3, 27, "Input",ExpressionUUID->"c8dd188b-eed3-4b23-a8c9-beac417d430f", +Cell[17094, 448, 168, 3, 27, "Input",ExpressionUUID->"c8dd188b-eed3-4b23-a8c9-beac417d430f", CellID->2116474504], Cell[CellGroupData[{ -Cell[17249, 452, 236, 4, 23, "Print",ExpressionUUID->"5038c42c-02fb-4f2f-847d-5830a883fb66", +Cell[17287, 455, 236, 4, 23, "Print",ExpressionUUID->"5038c42c-02fb-4f2f-847d-5830a883fb66", CellID->1401638732], -Cell[17488, 458, 364, 8, 23, "Print",ExpressionUUID->"cbb414ee-920d-465c-8f48-93462a79eb08", +Cell[17526, 461, 364, 8, 23, "Print",ExpressionUUID->"cbb414ee-920d-465c-8f48-93462a79eb08", CellID->623324340], -Cell[17855, 468, 235, 4, 23, "Print",ExpressionUUID->"a9446ce2-e21f-41ec-a314-370208b857d8", +Cell[17893, 471, 235, 4, 23, "Print",ExpressionUUID->"a9446ce2-e21f-41ec-a314-370208b857d8", CellID->293198580], -Cell[18093, 474, 219, 3, 23, "Print",ExpressionUUID->"dea31b00-0cc2-41c4-af98-29071f9f374c", +Cell[18131, 477, 219, 3, 23, "Print",ExpressionUUID->"dea31b00-0cc2-41c4-af98-29071f9f374c", CellID->569765016], -Cell[18315, 479, 207, 3, 23, "Print",ExpressionUUID->"1e31877b-2fa4-4a1c-b745-8cfbf2eadc96", +Cell[18353, 482, 207, 3, 23, "Print",ExpressionUUID->"1e31877b-2fa4-4a1c-b745-8cfbf2eadc96", CellID->1815157334], -Cell[18525, 484, 237, 4, 70, "Print",ExpressionUUID->"e048b94e-ec9c-4fcc-b35a-46c4c7d6bd77", +Cell[18563, 487, 237, 4, 70, "Print",ExpressionUUID->"e048b94e-ec9c-4fcc-b35a-46c4c7d6bd77", CellID->1041876844], -Cell[18765, 490, 218, 3, 70, "Print",ExpressionUUID->"36115311-8dd3-4f3d-b0b4-3d0278e9419b", +Cell[18803, 493, 218, 3, 70, "Print",ExpressionUUID->"36115311-8dd3-4f3d-b0b4-3d0278e9419b", CellID->97883008], -Cell[18986, 495, 236, 4, 70, "Print",ExpressionUUID->"05cb1f44-b36e-4fa7-8a0f-369d76d524ca", +Cell[19024, 498, 236, 4, 70, "Print",ExpressionUUID->"05cb1f44-b36e-4fa7-8a0f-369d76d524ca", CellID->1738187715], -Cell[19225, 501, 235, 4, 70, "Print",ExpressionUUID->"be45f79b-050f-43c5-a0c5-98c272a56e32", +Cell[19263, 504, 235, 4, 70, "Print",ExpressionUUID->"be45f79b-050f-43c5-a0c5-98c272a56e32", CellID->352157886], -Cell[19463, 507, 207, 3, 70, "Print",ExpressionUUID->"30cb0c8f-2481-4131-913c-d130b8fc077e", +Cell[19501, 510, 207, 3, 70, "Print",ExpressionUUID->"30cb0c8f-2481-4131-913c-d130b8fc077e", CellID->1746805555], -Cell[19673, 512, 236, 4, 70, "Print",ExpressionUUID->"df954b20-5201-47a4-ad79-31ec4d05fc86", +Cell[19711, 515, 236, 4, 70, "Print",ExpressionUUID->"df954b20-5201-47a4-ad79-31ec4d05fc86", CellID->2069446862] }, Open ]] }, Open ]], -Cell[19936, 520, 137, 1, 70, "ExampleText",ExpressionUUID->"ac2e12d8-9825-4090-b51b-9a07769306aa", +Cell[19974, 523, 137, 1, 70, "ExampleText",ExpressionUUID->"ac2e12d8-9825-4090-b51b-9a07769306aa", CellID->1373813495], -Cell[20076, 523, 235, 6, 70, "Input",ExpressionUUID->"b71a4dc3-4ac8-495d-abf0-47f4832af91d", +Cell[20114, 526, 235, 6, 70, "Input",ExpressionUUID->"b71a4dc3-4ac8-495d-abf0-47f4832af91d", CellID->2094607801], -Cell[20314, 531, 381, 9, 70, "Input",ExpressionUUID->"ac4f860f-491b-4ea2-b9ec-f47a12c03937", +Cell[20352, 534, 381, 9, 70, "Input",ExpressionUUID->"ac4f860f-491b-4ea2-b9ec-f47a12c03937", CellID->1350249919], -Cell[20698, 542, 238, 6, 70, "Input",ExpressionUUID->"872c0745-9ea8-42d5-b644-af349a60655b", +Cell[20736, 545, 238, 6, 70, "Input",ExpressionUUID->"872c0745-9ea8-42d5-b644-af349a60655b", CellID->1464248549], -Cell[20939, 550, 191, 4, 70, "ExampleText",ExpressionUUID->"3ead5776-ae7a-48bd-8f09-71f09cddbb5b", +Cell[20977, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"3ead5776-ae7a-48bd-8f09-71f09cddbb5b", CellID->1483909258], Cell[CellGroupData[{ -Cell[21155, 558, 170, 3, 70, "Input",ExpressionUUID->"7d077db6-2fe2-4698-9476-91188b89bb90", +Cell[21193, 561, 170, 3, 70, "Input",ExpressionUUID->"7d077db6-2fe2-4698-9476-91188b89bb90", CellID->608402585], -Cell[21328, 563, 173, 4, 36, "Output",ExpressionUUID->"9a0fb9bf-ba40-4754-b438-c50b548d8d15", +Cell[21366, 566, 173, 4, 36, "Output",ExpressionUUID->"9a0fb9bf-ba40-4754-b438-c50b548d8d15", CellID->1196649036] }, Open ]], -Cell[21516, 570, 183, 3, 70, "ExampleText",ExpressionUUID->"215421ab-90fb-4781-9dab-72b603ef572a", +Cell[21554, 573, 183, 3, 70, "ExampleText",ExpressionUUID->"215421ab-90fb-4781-9dab-72b603ef572a", CellID->1790349585], Cell[CellGroupData[{ -Cell[21724, 577, 193, 4, 70, "Input",ExpressionUUID->"c7012edd-8cc0-4e6d-9819-67acff1ad402", +Cell[21762, 580, 193, 4, 70, "Input",ExpressionUUID->"c7012edd-8cc0-4e6d-9819-67acff1ad402", CellID->577546108], -Cell[21920, 583, 157, 3, 36, "Output",ExpressionUUID->"ca52e89a-8b45-4b83-9fea-3eddd6d2f43e", +Cell[21958, 586, 157, 3, 36, "Output",ExpressionUUID->"ca52e89a-8b45-4b83-9fea-3eddd6d2f43e", CellID->1467523487] }, Open ]], -Cell[22092, 589, 182, 3, 70, "ExampleText",ExpressionUUID->"684e90c9-1d7d-4e3d-bd0f-2c1ccaf6ac76", +Cell[22130, 592, 182, 3, 70, "ExampleText",ExpressionUUID->"684e90c9-1d7d-4e3d-bd0f-2c1ccaf6ac76", CellID->170621059], Cell[CellGroupData[{ -Cell[22299, 596, 170, 3, 70, "Input",ExpressionUUID->"cebda014-10e4-4cb7-bd8c-0e74784c2ef3", +Cell[22337, 599, 170, 3, 70, "Input",ExpressionUUID->"cebda014-10e4-4cb7-bd8c-0e74784c2ef3", CellID->258095109], -Cell[22472, 601, 224, 5, 36, "Output",ExpressionUUID->"9be02673-5445-45d3-a81f-539f2b72e920", +Cell[22510, 604, 224, 5, 36, "Output",ExpressionUUID->"9be02673-5445-45d3-a81f-539f2b72e920", CellID->861604601] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22976, 618, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"9c5d5db9-8a9a-47f6-b310-98f7ed9eb23a"], +Cell[28457, 768, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c644652b-d341-4d56-bde3-28ebd04e5045"], +Cell[29130, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5bc60e20-6103-42fd-952b-ffbd7e81d1ea"], +Cell[30166, 816, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"146a782a-6884-4682-b28c-a8117616c4c9"], Cell[CellGroupData[{ -Cell[22960, 617, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"77c4533a-d3ad-447a-97b2-d1606446a678"], -Cell[28441, 767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1cf2f03a-5dd2-48ff-9d78-699828f072a5"] -}, Open ]], -Cell[29126, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c03a735f-9f35-409e-a700-e990a12f276d"], -Cell[30162, 816, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"268f5394-8c5a-479a-aa9b-d268eceb3a59"], -Cell[CellGroupData[{ -Cell[33029, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b84406c-1b73-481c-9be9-c1583104065b", +Cell[33033, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b84406c-1b73-481c-9be9-c1583104065b", CellID->117551421], -Cell[33169, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"356f7502-9c12-42fd-b38d-e88f1b739190", +Cell[33173, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"356f7502-9c12-42fd-b38d-e88f1b739190", CellID->1194386356], -Cell[33391, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e8679e14-a3eb-49ba-83e7-bea270762b51", +Cell[33395, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e8679e14-a3eb-49ba-83e7-bea270762b51", CellID->1641706272], -Cell[33606, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d040129b-4813-480c-ac44-054f4e35c88c", +Cell[33610, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d040129b-4813-480c-ac44-054f4e35c88c", CellID->399251956], -Cell[33835, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f4f74793-6b99-4f5e-8a7f-1acee87d5318", +Cell[33839, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f4f74793-6b99-4f5e-8a7f-1acee87d5318", CellID->821434655] }, Open ]], -Cell[34072, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"e3040415-eba3-4e59-807b-2fb4a288fcec"] +Cell[34076, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"7db2c7a0-fa4e-4d2d-b7f3-b1f99aae4018"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LeastCore.nb b/Documentation/English/ReferencePages/Symbols/LeastCore.nb index fc6065a..c7d5274 100644 --- a/Documentation/English/ReferencePages/Symbols/LeastCore.nb +++ b/Documentation/English/ReferencePages/Symbols/LeastCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42184, 1102] -NotebookOptionsPosition[ 34187, 942] -NotebookOutlinePosition[ 36242, 996] -CellTagsIndexPosition[ 36157, 991] +NotebookDataLength[ 42183, 1101] +NotebookOptionsPosition[ 34200, 943] +NotebookOutlinePosition[ 36273, 997] +CellTagsIndexPosition[ 36188, 992] WindowTitle->LeastCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c7310417-d409-437f-835b-68999ded4826"], + "6ebaa8d3-a507-4d85-934a-a4fd3a43905b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e0516935-b6ad-457e-abeb-80e47ad60674"], + "a58870fb-e65c-4169-a509-bd858ce46827"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94d93ded-2ca5-43ab-8f96-0cd7b2e49dde"] - }],ExpressionUUID->"efba025e-acd7-477c-b6f2-c59b833c366f"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "8e3fee97-f2bd-40a4-948f-867acda337ed"] + }],ExpressionUUID->"2a73072b-6ba9-4f9b-b7ff-5f07a696cab7"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cf7f999a-6bdd-4325-b738-97f90908657b"], + "999a4445-b4f7-4152-b205-e672ce53f9a3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "febb3a54-c7fc-40e0-a909-56f9038fda04"] - }],ExpressionUUID->"97547e42-1db8-475e-a989-c45613270a46"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fecbc0ea-6582-454d-8e0d-a68fcd0d878c"] + }],ExpressionUUID->"bac44bb0-7b35-45ac-bc56-70e14eafdfce"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fc981cb0-cb85-4668-b294-5e054129b899"], + "59b4de52-8203-4a50-93de-0ad51d6e5d67"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "103bc744-4167-4a6f-9ad7-298b7c22a664"] - }],ExpressionUUID->"51a9221c-a996-4c38-b349-1989e01d5f95"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "40f6ed8c-6c33-4b45-86de-e2aff42c3b2f"] + }],ExpressionUUID->"c9c15c27-c0b3-4536-8414-fe241635a6b3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b7cd3376-e238-438d-8ef6-c84500dffdb0"], + "7a51c76c-9324-4a73-a2fb-78d07326bb8e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f124a29d-98d0-4b2d-b28a-c01e290101dc"] - }],ExpressionUUID->"7e0eb4a2-44e0-4604-8ff3-c81059a17d2e"], - StripOnInput->False], {"\<\"TUG/ref/LeastCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LeastCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LeastCore.\ + "e56c54b1-5718-4356-b9cd-79e73777a8d8"] + }],ExpressionUUID->"ac9cf98f-83d8-4283-adbd-c6a47b470714"], + StripOnInput->False],{ + "\"TUG/ref/LeastCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LeastCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LeastCore.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$107599], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LeastCore" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$116351], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LeastCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ea0bd110-8183-483d-9748-78c6f8825d51"] + "c66c605f-ba27-4106-8fc6-350122619086"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "15f8f4b6-dce5-49cf-8930-81610805fbe6"]} + "e1c6b998-8ac5-4493-9a2b-8fb4f2b00a2d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b6d98a77-e350-4534-ba83-a1e090e64fea"], + CellID->1,ExpressionUUID->"cc460894-edc4-4046-88f1-2ece84660817"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"bf0a67e3-1b8c-4410-bf4f-5903e1bf03d9"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"16407f64-d901-48f3-8d1b-a6b113507a8a"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LeastCore", "ObjectName",ExpressionUUID-> - "79d1a0f6-184c-4e32-aab3-da6f5d776e45"], + "619c88fc-31ed-4a92-a21b-d80de97ace39"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"30ef49f8-2cd1-4e89-acee-983801c7a1b0"], + "Spacer1"]],ExpressionUUID->"72308b05-4cc1-4838-a961-29b36b5e6f00"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c24b70f2-ab5f-4ba9-bc3d-307558ec39e1"] - }],ExpressionUUID->"904cec2a-eec7-4db4-8bf2-43a86587487b"], Cell[BoxData[ + "849dbe69-88d8-4aba-9cca-aa53de3f284d"] + }],ExpressionUUID->"27617f3a-4e7c-4b3c-9d7b-45b8b43b910d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c400492d-c1e3-47ff-99c6-9ab94db1d4c5"]} + "98dadc6f-92ea-4503-bf3d-3ace0aa574a9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"457aa6eb-f374-4df1-8b45-e433ec02b030"], + CacheGraphics->False,ExpressionUUID->"f6cfc657-692a-4df1-9fa1-48d4c7acf1eb"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "c3b6f53b-88a9-4850-9a1c-1a62f53e91ed"], " \[LineSeparator]determines the constraint set of the least-core." - }],ExpressionUUID->"0431b37e-1793-4ec7-9c2b-0fc751ef65ca"]} + }],ExpressionUUID->"1fa92a90-756a-4a17-b965-f0f8bc8a15a0"]} }]], "Usage", CellID->1626068437,ExpressionUUID->"0e9a4a34-4a00-4d6c-b71d-08181f42bac0"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b1677775-e8b9-4937-b3b6-9301ec0ee05a"], + ExpressionUUID->"719651ec-7934-48e6-90ff-302d612b2204"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1c0730e-3085-4ab2-bc37-fa06c2a7794f"], + "Spacer1"]],ExpressionUUID->"10d7a308-4654-4970-b9f6-ebc859f53893"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4905eb26-d2e5-4fb4-a246-413578da5e0f"], + }], "NotesFrameText",ExpressionUUID->"ba114db1-72c9-4a04-8e28-a5c8f5c9a179"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"092d38bb-fd99-4913-933e-d13e6c23b6e0"]], \ + "Preemptive"]],ExpressionUUID->"e990e2bb-2c63-452f-83bc-903d8a525ec3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1968053137,ExpressionUUID->"988bbc24-fe7c-4018-ad4f-8fc505fa7899"], + CellID->887843510,ExpressionUUID->"939b58b8-f60c-4eba-a545-dae9b7934560"], Cell[TextData[{ "The input expression ", @@ -369,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"df23e585-b1da-4f51-862d-2aee0f62a7f7"], + ExpressionUUID->"00a36a8d-4469-424e-acfc-ccbef673b23c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"abd3a667-c236-4eb5-ab4b-c846716908d4"], + "Spacer1"]],ExpressionUUID->"74fc3ff6-ddf8-4d61-9a73-84d5b460b8b9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "241dbfee-1b50-4bac-85d2-0273b729345c"] + "ec592f27-7732-496c-88a7-24380537fb36"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1332638925,ExpressionUUID->"50e78f80-4c04-4b6d-af96-45d64004368e"], + CellID->2044530034,ExpressionUUID->"682a68f6-2ccd-4751-b430-75530f4bc916"], Cell[CellGroupData[{ @@ -410,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f4598e22-94fe-4a74-a727-576a2ef739b7"], + ExpressionUUID->"b222bca9-3d13-4c6a-861e-ff3ddcbc1ea1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"420679bf-b9ce-4540-8f77-188e85496481"], + "Spacer1"]],ExpressionUUID->"aa71ac08-e8c5-445c-b97b-2dd2ff21469b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4dcdfe2a-d403-48fc-8aef-33bbf40c544c"] + "c3acddb2-4bb4-42fb-bc76-a9f12344725b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->41649080,ExpressionUUID->"0830e938-3bd6-4576-8437-65ea85e6ca51"], + CellID->1210470861,ExpressionUUID->"0d11cde3-2ab7-4c1a-8e6c-06e1f62ccd63"], Cell["Loading the package:", "ExampleText", CellID->1784629351,ExpressionUUID->"674c2425-882e-49a0-aa85-3ac71af5f722"], @@ -661,8 +665,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -810,15 +812,15 @@ Cell[BoxData[GridBox[{ "8892e6b7-bd83-479a-a52d-4181946f7601"] }], "SeeAlso",ExpressionUUID->"b42e882b-9229-42f0-90e6-616b4b32e9ad"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ae935b81-10e4-4cba-88be-\ -ea5ff84600a7"], + }]], "SeeAlsoSection",ExpressionUUID->"3a8623a5-ef4f-4398-bdc8-\ +eefadc065d31"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -830,9 +832,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"831bdf15-17f1-4f5b-b0b7-e33e1b948d5f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"00e30489-eeb0-48f7-a271-\ -bb15a0302783"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3191365f-0581-44d5-b0c6-\ +ddb2b8193732"], Cell[BoxData[GridBox[{ { @@ -849,7 +850,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d1d15c97-5ee7-4c2f-a9d2-ec85e1635afd"]}]}, + "2cbe8afa-e871-45ce-a1d1-d79644da7449"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -857,10 +858,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "095de025-5cb0-47f3-a3b0-6b63d5916d45"]}]} + "2751b19a-1ecc-4647-a3f3-0764380c0e2f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a8ad27e1-b128-4154-87da-\ -d3399c3c5f60"], + }]], "MoreAboutSection",ExpressionUUID->"cef3bcfa-468b-4597-842c-\ +ed1bbb89b046"], Cell[BoxData[GridBox[{ { @@ -887,7 +888,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e65c50fd-1d62-478d-bd38-61c64613d478"]], "RelatedLinks", + "1754c83f-cca8-48ae-a453-6bba102110e4"]], "RelatedLinks", ExpressionUUID->"bf7be6a7-ea26-4345-a201-26a56c11bfaa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -904,11 +905,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EpsValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a58e5172-a551-477d-8a03-194aec2290f0"]], "RelatedLinks", + "3f8c7c0a-874b-47d2-afb0-08e98f9ae688"]], "RelatedLinks", ExpressionUUID->"aeccf90e-1dbc-4fc6-b1c7-144010db4967"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4a9a6734-4167-4275-b027-\ -23c87513d87b"], + }]], "RelatedLinksSection",ExpressionUUID->"27a08bdb-6fd0-4603-af08-\ +1b43fdb21559"], Cell[CellGroupData[{ @@ -938,11 +939,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"614b60b2-c3b8-44fc-bf17-29fd370e37a3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"44ae83ba-cb3e-49e5-a3fc-de3ee9f27ee1"] +Cell[" ", "FooterCell",ExpressionUUID->"899c3537-9be4-478c-a62f-09cb6e16010b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LeastCore", TaggingRules->{ @@ -953,7 +954,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 18.458145}", + "built" -> "{2024, 6, 3, 16, 53, 32.974816}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -961,10 +962,10 @@ TaggingRules->{ "summary" -> "LeastCore[game] determines the constraint set of the least-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LeastCore", - "titlemodifier" -> "", "windowtitle" -> "LeastCore", "type" -> "Symbol", - "uri" -> "TUG/ref/LeastCore"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "LeastCore", "type" -> "Symbol", "uri" -> "TUG/ref/LeastCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -973,9 +974,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ea5dcfdd-c45b-4f81-ab50-3bcde1a1ff5d" +ExpressionUUID->"c24b49b7-9e63-4223-824b-e9f3417c8e5b" ] (* End of Notebook Content *) @@ -983,127 +984,125 @@ ExpressionUUID->"ea5dcfdd-c45b-4f81-ab50-3bcde1a1ff5d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13335, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"50e78f80-4c04-4b6d-af96-45d64004368e", + Cell[13380, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"682a68f6-2ccd-4751-b430-75530f4bc916", CellTags->"PrimaryExamplesSection", - CellID->1332638925]} + CellID->2044530034]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35956, 984} + {"PrimaryExamplesSection", 35987, 985} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7127, 169, 56, "AnchorBarGrid",ExpressionUUID->"b6d98a77-e350-4534-ba83-a1e090e64fea", +Cell[581, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"cc460894-edc4-4046-88f1-2ece84660817", CellID->1], -Cell[7711, 192, 91, 0, 24, "ContextNameCell",ExpressionUUID->"bf0a67e3-1b8c-4410-bf4f-5903e1bf03d9"], +Cell[7757, 196, 91, 0, 23, "ContextNameCell",ExpressionUUID->"16407f64-d901-48f3-8d1b-a6b113507a8a"], Cell[CellGroupData[{ -Cell[7827, 196, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"457aa6eb-f374-4df1-8b45-e433ec02b030"], -Cell[9113, 233, 459, 9, 111, "Usage",ExpressionUUID->"0e9a4a34-4a00-4d6c-b71d-08181f42bac0", +Cell[7873, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"f6cfc657-692a-4df1-9fa1-48d4c7acf1eb"], +Cell[9159, 237, 459, 9, 111, "Usage",ExpressionUUID->"0e9a4a34-4a00-4d6c-b71d-08181f42bac0", CellID->1626068437] }, Open ]], Cell[CellGroupData[{ -Cell[9609, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"988bbc24-fe7c-4018-ad4f-8fc505fa7899", +Cell[9655, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"939b58b8-f60c-4eba-a545-dae9b7934560", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1968053137], -Cell[11507, 296, 515, 12, 57, "Notes",ExpressionUUID->"0904f021-a528-472f-92a6-1d6160948908", + CellID->887843510], +Cell[11552, 300, 515, 12, 57, "Notes",ExpressionUUID->"0904f021-a528-472f-92a6-1d6160948908", CellID->1014199156], -Cell[12025, 310, 489, 12, 37, "Notes",ExpressionUUID->"450fc795-52bb-4a2c-8503-c60a99d577f4", +Cell[12070, 314, 489, 12, 38, "Notes",ExpressionUUID->"450fc795-52bb-4a2c-8503-c60a99d577f4", CellID->177724765], -Cell[12517, 324, 167, 3, 36, "Notes",ExpressionUUID->"2c865f76-622d-4654-bfbf-7d3894a8c345", +Cell[12562, 328, 167, 3, 36, "Notes",ExpressionUUID->"2c865f76-622d-4654-bfbf-7d3894a8c345", CellID->2146605577], -Cell[12687, 329, 207, 4, 36, "Notes",ExpressionUUID->"e9785df2-706f-4c63-8066-c10a40eea516", +Cell[12732, 333, 207, 4, 36, "Notes",ExpressionUUID->"e9785df2-706f-4c63-8066-c10a40eea516", CellID->1314604308], -Cell[12897, 335, 311, 5, 36, "Notes",ExpressionUUID->"76f44649-f260-4c70-9a1e-4da2aadc5563", +Cell[12942, 339, 311, 5, 36, "Notes",ExpressionUUID->"76f44649-f260-4c70-9a1e-4da2aadc5563", CellID->1946304780] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13335, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"50e78f80-4c04-4b6d-af96-45d64004368e", +Cell[13380, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"682a68f6-2ccd-4751-b430-75530f4bc916", CellTags->"PrimaryExamplesSection", - CellID->1332638925], + CellID->2044530034], Cell[CellGroupData[{ -Cell[14781, 387, 1397, 36, 30, "ExampleSection",ExpressionUUID->"0830e938-3bd6-4576-8437-65ea85e6ca51", - CellID->41649080], -Cell[16181, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"674c2425-882e-49a0-aa85-3ac71af5f722", +Cell[14826, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0d11cde3-2ab7-4c1a-8e6c-06e1f62ccd63", + CellID->1210470861], +Cell[16228, 429, 119, 1, 39, "ExampleText",ExpressionUUID->"674c2425-882e-49a0-aa85-3ac71af5f722", CellID->1784629351], Cell[CellGroupData[{ -Cell[16325, 430, 168, 3, 27, "Input",ExpressionUUID->"23d6655c-0888-4c62-9007-3dd28170c124", +Cell[16372, 434, 168, 3, 27, "Input",ExpressionUUID->"23d6655c-0888-4c62-9007-3dd28170c124", CellID->1981010914], Cell[CellGroupData[{ -Cell[16518, 437, 235, 4, 23, "Print",ExpressionUUID->"327342e3-2bad-4418-9972-20eff2af9e66", +Cell[16565, 441, 235, 4, 23, "Print",ExpressionUUID->"327342e3-2bad-4418-9972-20eff2af9e66", CellID->383352685], -Cell[16756, 443, 364, 8, 23, "Print",ExpressionUUID->"3d2aa6f0-a240-423e-9d06-84008d55711c", +Cell[16803, 447, 364, 8, 23, "Print",ExpressionUUID->"3d2aa6f0-a240-423e-9d06-84008d55711c", CellID->573148539], -Cell[17123, 453, 235, 4, 23, "Print",ExpressionUUID->"c2dec783-b744-4a97-93a8-c2cf59f224ff", +Cell[17170, 457, 235, 4, 23, "Print",ExpressionUUID->"c2dec783-b744-4a97-93a8-c2cf59f224ff", CellID->402531108], -Cell[17361, 459, 219, 3, 23, "Print",ExpressionUUID->"cfd8c6fc-eb9c-45f7-80d9-3c750042a6c5", +Cell[17408, 463, 219, 3, 23, "Print",ExpressionUUID->"cfd8c6fc-eb9c-45f7-80d9-3c750042a6c5", CellID->108767275], -Cell[17583, 464, 207, 3, 23, "Print",ExpressionUUID->"086686e3-4e61-480a-aa70-36aa1085b0ea", +Cell[17630, 468, 207, 3, 23, "Print",ExpressionUUID->"086686e3-4e61-480a-aa70-36aa1085b0ea", CellID->1287120104], -Cell[17793, 469, 237, 4, 23, "Print",ExpressionUUID->"f5cd8fee-65a6-4c4e-85ba-ece3d8ee02c7", +Cell[17840, 473, 237, 4, 23, "Print",ExpressionUUID->"f5cd8fee-65a6-4c4e-85ba-ece3d8ee02c7", CellID->1725092214], -Cell[18033, 475, 219, 3, 23, "Print",ExpressionUUID->"3a006bec-b988-438d-9cba-a3c4ad81a6fb", +Cell[18080, 479, 219, 3, 23, "Print",ExpressionUUID->"3a006bec-b988-438d-9cba-a3c4ad81a6fb", CellID->445925829], -Cell[18255, 480, 236, 4, 23, "Print",ExpressionUUID->"0c5693e7-d3cd-4bc7-83b0-3adc11c68cc4", +Cell[18302, 484, 236, 4, 23, "Print",ExpressionUUID->"0c5693e7-d3cd-4bc7-83b0-3adc11c68cc4", CellID->1449076107], -Cell[18494, 486, 236, 4, 23, "Print",ExpressionUUID->"5b28d2ee-60a1-4db1-8d16-9c4fe46faca1", +Cell[18541, 490, 236, 4, 23, "Print",ExpressionUUID->"5b28d2ee-60a1-4db1-8d16-9c4fe46faca1", CellID->1119479601], -Cell[18733, 492, 207, 3, 23, "Print",ExpressionUUID->"d8f3a1e6-4eb2-4e2c-8b1a-00a24c12f7ff", +Cell[18780, 496, 207, 3, 23, "Print",ExpressionUUID->"d8f3a1e6-4eb2-4e2c-8b1a-00a24c12f7ff", CellID->1388319490], -Cell[18943, 497, 236, 4, 70, "Print",ExpressionUUID->"5bca3117-6800-4996-81c6-a5e98446e6e5", +Cell[18990, 501, 236, 4, 70, "Print",ExpressionUUID->"5bca3117-6800-4996-81c6-a5e98446e6e5", CellID->2123862076] }, Open ]] }, Open ]], -Cell[19206, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"9a481644-3586-477f-93ae-b8c242e2a1f0", +Cell[19253, 509, 137, 1, 70, "ExampleText",ExpressionUUID->"9a481644-3586-477f-93ae-b8c242e2a1f0", CellID->1601562824], -Cell[19346, 508, 235, 6, 70, "Input",ExpressionUUID->"7f3e6a60-7a65-45fb-8d81-88c13777a4c0", +Cell[19393, 512, 235, 6, 70, "Input",ExpressionUUID->"7f3e6a60-7a65-45fb-8d81-88c13777a4c0", CellID->2108457693], Cell[CellGroupData[{ -Cell[19606, 518, 359, 8, 70, "Input",ExpressionUUID->"0817ef81-51c2-49c3-ba0d-781aa298569f", +Cell[19653, 522, 359, 8, 70, "Input",ExpressionUUID->"0817ef81-51c2-49c3-ba0d-781aa298569f", CellID->825971385], -Cell[19968, 528, 362, 8, 36, "Output",ExpressionUUID->"c7ab18ce-01e6-469f-9dad-f5e55c92962c", +Cell[20015, 532, 362, 8, 36, "Output",ExpressionUUID->"c7ab18ce-01e6-469f-9dad-f5e55c92962c", CellID->1782369027] }, Open ]], -Cell[20345, 539, 238, 6, 70, "Input",ExpressionUUID->"a2e69eff-aae4-49ec-8ecc-024c342b5d12", +Cell[20392, 543, 238, 6, 70, "Input",ExpressionUUID->"a2e69eff-aae4-49ec-8ecc-024c342b5d12", CellID->1838744608], -Cell[20586, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"ad0fc35b-8350-4234-839b-52ad41b60a71", +Cell[20633, 551, 191, 4, 70, "ExampleText",ExpressionUUID->"ad0fc35b-8350-4234-839b-52ad41b60a71", CellID->1663092973], Cell[CellGroupData[{ -Cell[20802, 555, 166, 3, 70, "Input",ExpressionUUID->"39d8f086-f48d-4e74-af6b-f763ee1941c4", +Cell[20849, 559, 166, 3, 70, "Input",ExpressionUUID->"39d8f086-f48d-4e74-af6b-f763ee1941c4", CellID->731763100], -Cell[20971, 560, 171, 4, 36, "Output",ExpressionUUID->"309eea4e-84f4-44d8-bf59-e5c53d069c42", +Cell[21018, 564, 171, 4, 36, "Output",ExpressionUUID->"309eea4e-84f4-44d8-bf59-e5c53d069c42", CellID->61757220] }, Open ]], -Cell[21157, 567, 153, 1, 70, "ExampleText",ExpressionUUID->"58819c6c-dfa5-43ba-9629-24e40d309439", +Cell[21204, 571, 153, 1, 70, "ExampleText",ExpressionUUID->"58819c6c-dfa5-43ba-9629-24e40d309439", CellID->174483977], Cell[CellGroupData[{ -Cell[21335, 572, 167, 3, 70, "Input",ExpressionUUID->"1224774b-2fce-4f13-8933-8e8f666526ac", +Cell[21382, 576, 167, 3, 70, "Input",ExpressionUUID->"1224774b-2fce-4f13-8933-8e8f666526ac", CellID->1448186503], -Cell[21505, 577, 2469, 77, 111, "Output",ExpressionUUID->"fd05c09c-db7e-4622-aa08-58cc85af3b4f", +Cell[21552, 581, 2469, 77, 111, "Output",ExpressionUUID->"fd05c09c-db7e-4622-aa08-58cc85af3b4f", CellID->764256264] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24263, 667, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3a8623a5-ef4f-4398-bdc8-eefadc065d31"], +Cell[29769, 817, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3191365f-0581-44d5-b0c6-ddb2b8193732"], +Cell[30442, 837, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cef3bcfa-468b-4597-842c-ed1bbb89b046"], +Cell[31478, 865, 1572, 46, 70, "RelatedLinksSection",ExpressionUUID->"27a08bdb-6fd0-4603-af08-1b43fdb21559"], Cell[CellGroupData[{ -Cell[24238, 665, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ae935b81-10e4-4cba-88be-ea5ff84600a7"], -Cell[29744, 815, 670, 18, 70, "TechNotesSection",ExpressionUUID->"00e30489-eeb0-48f7-a271-bb15a0302783"] -}, Open ]], -Cell[30429, 836, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a8ad27e1-b128-4154-87da-d3399c3c5f60"], -Cell[31465, 864, 1572, 46, 70, "RelatedLinksSection",ExpressionUUID->"4a9a6734-4167-4275-b027-23c87513d87b"], -Cell[CellGroupData[{ -Cell[33062, 914, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d78e2e87-c208-4107-a6a7-90341aae9b28", +Cell[33075, 915, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d78e2e87-c208-4107-a6a7-90341aae9b28", CellID->117551421], -Cell[33202, 917, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae53dece-31eb-41f4-bf65-0b7eec10a75b", +Cell[33215, 918, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae53dece-31eb-41f4-bf65-0b7eec10a75b", CellID->1194386356], -Cell[33424, 923, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"76cb9a3e-c31e-4c18-8389-3f1b47f30caa", +Cell[33437, 924, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"76cb9a3e-c31e-4c18-8389-3f1b47f30caa", CellID->1641706272], -Cell[33639, 928, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35900ba6-49e5-4f80-96f4-1d1543bb3d3e", +Cell[33652, 929, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"35900ba6-49e5-4f80-96f4-1d1543bb3d3e", CellID->399251956], -Cell[33868, 934, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"614b60b2-c3b8-44fc-bf17-29fd370e37a3", +Cell[33881, 935, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"614b60b2-c3b8-44fc-bf17-29fd370e37a3", CellID->821434655] }, Open ]], -Cell[34105, 940, 78, 0, 70, "FooterCell",ExpressionUUID->"44ae83ba-cb3e-49e5-a3fc-de3ee9f27ee1"] +Cell[34118, 941, 78, 0, 70, "FooterCell",ExpressionUUID->"899c3537-9be4-478c-a62f-09cb6e16010b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LexiCenter.nb b/Documentation/English/ReferencePages/Symbols/LexiCenter.nb index 4f6d00f..a66b8fc 100644 --- a/Documentation/English/ReferencePages/Symbols/LexiCenter.nb +++ b/Documentation/English/ReferencePages/Symbols/LexiCenter.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51692, 1352] -NotebookOptionsPosition[ 40834, 1137] -NotebookOutlinePosition[ 43019, 1192] -CellTagsIndexPosition[ 42933, 1187] +NotebookDataLength[ 51699, 1352] +NotebookOptionsPosition[ 40856, 1139] +NotebookOutlinePosition[ 43059, 1194] +CellTagsIndexPosition[ 42973, 1189] WindowTitle->LexiCenter WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a5a6867d-9e9e-49af-bbc2-dad123ecd3a4"], + "add6aec8-fb65-4ffc-8adf-4e7b6fc4a6eb"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "60b08af3-4a18-4336-913d-4f473edbdc68"], + "66126e3f-c9dc-43da-87ff-ac09f53b6452"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2a5835f6-9eca-493a-ab67-d4dbc52f22d0"] - }],ExpressionUUID->"22bb0725-afe5-43ec-b230-8ca4489691e6"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "70d9ccf0-4b74-44b8-a02e-5132c87aeef9"] + }],ExpressionUUID->"3bacb066-4aac-4706-b547-f62aa1a34f9e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c497a887-3025-405b-afec-cbdb6525a4d8"], + "a2ff794e-9b00-44a7-b4e4-7443b47af5ae"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef072c2e-3534-46df-83f9-5cb6ee9a9803"] - }],ExpressionUUID->"fed3520c-b62b-438a-ba22-a3285dd41a3b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "78701bb0-b4e0-4bda-b0c9-6dd2e7c7ff5a"] + }],ExpressionUUID->"10f38708-8bcb-4659-8b23-c8b5cfbe27d7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d145e45f-f549-48e8-95b8-237c49384403"], + "cde7d2ac-8235-46ec-a0f3-487454692d88"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "961ff36d-9f6f-4aaf-8727-9f028153cd46"] - }],ExpressionUUID->"06d79833-f897-4ab3-a943-54619c56f745"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "374ddaed-28c6-4523-8cdf-9dbf098ea9e5"] + }],ExpressionUUID->"adf252ab-925c-4b5e-87b8-8aabcea8d73f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3d6cd7ef-b964-472e-a783-06737af22b6f"], + "1a7ca213-13eb-4dd2-ab81-28b89f0950de"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d09315c1-ed4a-4c8c-885a-142c31429eff"] - }],ExpressionUUID->"734b89ab-a4bc-4af4-891e-143844e4537b"], - StripOnInput->False], {"\<\"TUG/ref/LexiCenter\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LexiCenter"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LexiCenter.\ + "4bce2631-692e-477a-8873-600db6fb4b99"] + }],ExpressionUUID->"4a9af8aa-6d79-4c50-868f-f0b424511d53"], + StripOnInput->False],{ + "\"TUG/ref/LexiCenter\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LexiCenter"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LexiCenter.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$108253], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LexiCenter" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$117039], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LexiCenter" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60ee94d3-d5aa-4089-b55a-ee6d69289d4d"] + "59306b6a-2792-4a17-844d-b31bcdd673c1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "89151862-916e-4acb-89e5-c9e36e1e8d8b"]} + "2a505826-e967-4dc8-af0a-12822bdea9f2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f8dcc9a6-8ced-4ed0-bbeb-75543a63b128"], + CellID->1,ExpressionUUID->"68551236-b807-4820-b323-48ec13b54f4a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"45b6a169-297c-4605-84d5-f564e1696101"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cbd98cf6-2ce7-4867-8d51-c966986ee947"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LexiCenter", "ObjectName",ExpressionUUID-> - "94913512-5a82-478c-addb-422019605f4a"], + "8d66b5e8-890f-4afc-ac9b-fd463702a03c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7938186b-1e55-489f-80c6-26894027c4bd"], + "Spacer1"]],ExpressionUUID->"7876a625-54bd-4df0-8194-ce16e91b5034"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fab72943-1b85-4b64-a321-0a0b48f9044f"] - }],ExpressionUUID->"1e8c148a-af2f-4bf8-9ff6-f1a9b00b8477"], Cell[BoxData[ + "dd1f4479-9f91-44a7-88a9-183409a2d6c8"] + }],ExpressionUUID->"7d62762c-588a-47ef-a3b0-3af3769726f4"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ae625996-4a57-45af-824c-52acd11394b0"]} + "a802bcc6-c336-48a2-b2c9-1163ab65634a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e83f998c-97b5-49fb-b822-55444dd0d8f3"], + CacheGraphics->False,ExpressionUUID->"6efb5b24-7528-4c79-a12b-25c2c698646e"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"8e3fa3bf-3447-453d-8239-ae74013311e4"]} + }],ExpressionUUID->"d1951e87-6a33-4ae5-9a89-2b519b37829b"]} }]], "Usage", CellID->719046195,ExpressionUUID->"1beb8805-a402-445d-83b3-66b6f6da90ff"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fb9a1fe0-6b98-41a5-9591-2076a1d11a96"], + ExpressionUUID->"d5fcb2a6-4006-4567-ae7c-01f3a5f57a42"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9c8c56d6-82a2-46cf-9f82-69439385adef"], + "Spacer1"]],ExpressionUUID->"4a8e7e82-8851-4bd8-85b7-c913a3beaa19"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"040ff636-7be0-4ac7-bc6b-f6f85b26e811"], + }], "NotesFrameText",ExpressionUUID->"b52b04db-89d0-4986-95e5-7032f1f86252"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"da94742d-6a47-44be-aa4a-4cd949b7f352"]], \ + "Preemptive"]],ExpressionUUID->"49e06cfd-5f93-4377-bc65-4ee6bd6a87da"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1547780339,ExpressionUUID->"2b7d3fb9-1371-4594-862e-4d8bb3cdbb49"], + CellID->1071336982,ExpressionUUID->"2466ab66-cb59-4814-ac5e-ae6b9560b44e"], Cell[TextData[{ "The input expression ", @@ -376,11 +381,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e318dfb9-303e-44ff-b0cf-ffb3eec85e7b"], "RevisedSimplex", Cell[ + "932cc9cb-7a4d-450c-bba1-bfb30ef0f68d"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"ff731340-e6a9-4ff7-84ff-64867fe0a162"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "40d11389-d4c9-44e8-b041-91a1dfd8d86f"], + "530560f9-9b03-45aa-b195-4023c2b81412"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -396,11 +401,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b83f4b7f-6dcf-4714-87ca-e18b52eaf5cd"], "CLP", Cell["\<\ + "60c8b360-2b39-461c-8c6b-47375541b34a"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"322e847c-26e9-4181-91eb-764768d9ace8"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2438f0fe-29e7-470e-a918-07fda41159a6"], + "6114edcc-8e18-449b-a47c-9c8185c8a682"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -416,7 +421,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4c9bc3c2-9b26-49dd-9847-c47ca65b2168"], "InteriorPoint", Cell["\<\ + "eee6151e-5eb5-48b9-9908-d0fe845bb1b3"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"de59ada3-a12e-425a-bb9b-88e6fcd4580b"]} }]], "2ColumnTableMod", @@ -486,19 +491,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8ed64e76-5065-4bd1-9602-beb4f8279dc7"], + ExpressionUUID->"fd3f6b50-ced2-42ba-b05c-d1732aa4eae4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eadeb016-0691-4adf-ac72-a2c75e56f0bc"], + "Spacer1"]],ExpressionUUID->"3de9dd2f-0dfb-403b-8bf5-caee5786c546"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1103b2db-828c-4581-bac4-90a4a0ae2119"] + "09685abc-6e98-4f55-88cc-c963615997df"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2014001975,ExpressionUUID->"a2edefa2-2798-450d-9e1d-e7ce655dc863"], + CellID->1551042191,ExpressionUUID->"6558c1ce-8103-4654-a229-1ef2ebb75f11"], Cell[CellGroupData[{ @@ -527,18 +532,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3fae005d-67e5-46bc-8b07-bcbe2898e1f6"], + ExpressionUUID->"8adce4c1-0cbc-4d31-a3ca-f2de312c2b03"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b64499df-b64b-42e5-9a60-7b0c7696d37f"], + "Spacer1"]],ExpressionUUID->"f4c31495-b03d-4ddc-891c-d49b6fc93b30"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "db39d9e8-2ccf-4728-bf2c-61b9959b8e5e"] + "7d6f6e32-e7e8-4275-b066-fe9b7ac0d953"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1264391614,ExpressionUUID->"ce816619-602d-4c55-8a07-e96f0b79e8f1"], + CellID->1699457286,ExpressionUUID->"c9fa36c6-cfad-4a8d-b96d-d2b7c21119b3"], Cell["Loading the package:", "ExampleText", CellID->1398206583,ExpressionUUID->"0850f1b5-7faa-495b-8d3f-b535bb0ca063"], @@ -839,8 +844,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -988,15 +991,15 @@ Cell[BoxData[GridBox[{ "8526091a-a000-4024-962a-73786cd65eab"] }], "SeeAlso",ExpressionUUID->"1127c10b-be2f-40af-8dfb-1fc51320d69f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0bb8f5d5-85ee-4c23-9576-\ -246f182a7873"], + }]], "SeeAlsoSection",ExpressionUUID->"834fecf2-e4c4-45eb-87e4-\ +cdc2778f55d0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1008,9 +1011,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"78fec13c-0d74-452a-aace-cc675fbd1d89"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0c5a8736-34d9-4fb5-b085-\ -acc43588c065"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c8be4c92-bdf3-4fc5-acd5-\ +4b1dda694d32"], Cell[BoxData[GridBox[{ { @@ -1027,7 +1029,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "76b56805-78d2-4200-99bb-e96bf76f831c"]}]}, + "7abb1099-3dbb-49ff-a9bf-69d4cd852193"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1035,10 +1037,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "29e50933-b7df-425f-a94b-8ea905e86b18"]}]} + "108bc867-a449-4fe6-a363-c1cbc653de4b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"47adf417-a512-4115-8406-\ -cd1423c584ff"], + }]], "MoreAboutSection",ExpressionUUID->"bc5d150e-a482-4a6f-8e99-\ +410ae433118a"], Cell[BoxData[GridBox[{ { @@ -1065,7 +1067,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e264771a-f3d2-45d8-914e-c624fd444808"]], "RelatedLinks", + "d92d69c1-4601-49e4-8cf4-34e1f8c71de9"]], "RelatedLinks", ExpressionUUID->"626139e5-e693-417c-9db3-0fd4a10a8ef2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1082,7 +1084,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f5378fe7-2d82-47bc-9a5e-fb180f738e6a"]], "RelatedLinks", + "90795ce5-da9f-4c27-914c-1b1e5dded9f5"]], "RelatedLinks", ExpressionUUID->"4e592513-ae7b-495d-9eca-14b71f2b4e50"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1099,11 +1101,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "010d8c58-ac87-4ed6-a035-fe501af13882"]], "RelatedLinks", + "4341a55e-8907-41c4-adeb-1495842173cc"]], "RelatedLinks", ExpressionUUID->"93925671-5ed7-4450-bdbb-39e36547474a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"af414204-4ac2-4596-bcfb-\ -e9b6a848f819"], + }]], "RelatedLinksSection",ExpressionUUID->"6cbc3d84-fbc0-4564-9b31-\ +91570931c055"], Cell[CellGroupData[{ @@ -1133,11 +1135,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a31842bf-2126-4034-807a-e2a36aff3c7a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c861227f-0acd-42f2-bf78-93903ac55d73"] +Cell[" ", "FooterCell",ExpressionUUID->"68f4e4af-c1d8-4681-a43a-386f634bad7a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LexiCenter", TaggingRules->{ @@ -1148,7 +1150,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 19.890530}", + "built" -> "{2024, 6, 3, 16, 53, 33.721944}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1157,10 +1159,10 @@ TaggingRules->{ linear programs from the TU-game argument game by relying on an LP approach \ as suggested by B. Peleg and P. Sudhoelter (2007).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LexiCenter", "titlemodifier" -> "", - "windowtitle" -> "LexiCenter", "type" -> "Symbol", "uri" -> - "TUG/ref/LexiCenter"}}, + "metadescription" -> "", "windowtitle" -> "LexiCenter", "type" -> + "Symbol", "uri" -> "TUG/ref/LexiCenter"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1169,9 +1171,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"09ff8629-ce9f-414a-bed1-a692bdf17a8f" +ExpressionUUID->"366a5c74-fce0-4b72-bb98-c1429ca712ca" ] (* End of Notebook Content *) @@ -1179,181 +1181,179 @@ ExpressionUUID->"09ff8629-ce9f-414a-bed1-a692bdf17a8f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[17760, 463, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a2edefa2-2798-450d-9e1d-e7ce655dc863", + Cell[17816, 468, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6558c1ce-8103-4654-a229-1ef2ebb75f11", CellTags->"PrimaryExamplesSection", - CellID->2014001975]} + CellID->1551042191]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42732, 1180} + {"PrimaryExamplesSection", 42772, 1182} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"f8dcc9a6-8ced-4ed0-bbeb-75543a63b128", +Cell[582, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"68551236-b807-4820-b323-48ec13b54f4a", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"45b6a169-297c-4605-84d5-f564e1696101"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cbd98cf6-2ce7-4867-8d51-c966986ee947"], Cell[CellGroupData[{ -Cell[7817, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"e83f998c-97b5-49fb-b822-55444dd0d8f3"], -Cell[9104, 232, 648, 14, 133, "Usage",ExpressionUUID->"1beb8805-a402-445d-83b3-66b6f6da90ff", +Cell[7873, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"6efb5b24-7528-4c79-a12b-25c2c698646e"], +Cell[9160, 237, 648, 14, 132, "Usage",ExpressionUUID->"1beb8805-a402-445d-83b3-66b6f6da90ff", CellID->719046195] }, Open ]], Cell[CellGroupData[{ -Cell[9789, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"2b7d3fb9-1371-4594-862e-4d8bb3cdbb49", +Cell[9845, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"2466ab66-cb59-4814-ac5e-ae6b9560b44e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1547780339], -Cell[11687, 300, 515, 12, 57, "Notes",ExpressionUUID->"6850e4ca-12e3-471c-9b6c-dd917dd99ab7", + CellID->1071336982], +Cell[11743, 305, 515, 12, 57, "Notes",ExpressionUUID->"6850e4ca-12e3-471c-9b6c-dd917dd99ab7", CellID->1014199156], -Cell[12205, 314, 489, 12, 37, "Notes",ExpressionUUID->"c6aa8ac2-b421-4633-932d-4ac49ec55c52", +Cell[12261, 319, 489, 12, 38, "Notes",ExpressionUUID->"c6aa8ac2-b421-4633-932d-4ac49ec55c52", CellID->177724765], -Cell[12697, 328, 204, 4, 36, "Notes",ExpressionUUID->"ff1dc0fb-2efd-4c60-a990-7165313764b6", +Cell[12753, 333, 204, 4, 36, "Notes",ExpressionUUID->"ff1dc0fb-2efd-4c60-a990-7165313764b6", CellID->640957817], -Cell[12904, 334, 192, 4, 36, "Notes",ExpressionUUID->"b020862c-3216-46d0-b494-680cbe2733f9", +Cell[12960, 339, 192, 4, 36, "Notes",ExpressionUUID->"b020862c-3216-46d0-b494-680cbe2733f9", CellID->1881414991], -Cell[13099, 340, 191, 4, 36, "Notes",ExpressionUUID->"f4ad381a-6867-435b-9233-baac4f2e891e", +Cell[13155, 345, 191, 4, 36, "Notes",ExpressionUUID->"f4ad381a-6867-435b-9233-baac4f2e891e", CellID->1580157208], -Cell[13293, 346, 430, 7, 78, "Notes",ExpressionUUID->"d0421087-9a52-4f2b-bd27-016371ff6dcf", +Cell[13349, 351, 430, 7, 78, "Notes",ExpressionUUID->"d0421087-9a52-4f2b-bd27-016371ff6dcf", CellID->957348061], -Cell[13726, 355, 282, 5, 57, "Notes",ExpressionUUID->"b3de6d46-4ace-4e20-ae0a-f66f3812467f", +Cell[13782, 360, 282, 5, 57, "Notes",ExpressionUUID->"b3de6d46-4ace-4e20-ae0a-f66f3812467f", CellID->1210693388], -Cell[14011, 362, 386, 12, 37, "Notes",ExpressionUUID->"9ddb984a-fba6-45df-8bc6-d370197dc427", +Cell[14067, 367, 386, 12, 38, "Notes",ExpressionUUID->"9ddb984a-fba6-45df-8bc6-d370197dc427", CellID->24981], -Cell[14400, 376, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"ad413853-908d-43cb-9f4d-b269e9073df6", +Cell[14456, 381, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"ad413853-908d-43cb-9f4d-b269e9073df6", CellID->12695], -Cell[15297, 396, 854, 18, 65, "2ColumnTableMod",ExpressionUUID->"67dfdde4-42df-4e53-8af9-658381e1eab6", +Cell[15353, 401, 854, 18, 67, "2ColumnTableMod",ExpressionUUID->"67dfdde4-42df-4e53-8af9-658381e1eab6", CellID->1546107665], -Cell[16154, 416, 515, 9, 38, "2ColumnTableMod",ExpressionUUID->"95e68657-b524-45de-b8ee-05b54ad0122c", +Cell[16210, 421, 515, 9, 39, "2ColumnTableMod",ExpressionUUID->"95e68657-b524-45de-b8ee-05b54ad0122c", CellID->512784626], -Cell[16672, 427, 438, 14, 70, "Notes",ExpressionUUID->"51d77372-3d7f-4e1b-b06b-700f768a82e3", +Cell[16728, 432, 438, 14, 70, "Notes",ExpressionUUID->"51d77372-3d7f-4e1b-b06b-700f768a82e3", CellID->17586], -Cell[17113, 443, 520, 14, 70, "Notes",ExpressionUUID->"83f4379e-7553-43fe-834e-09cfdd2577b6", +Cell[17169, 448, 520, 14, 70, "Notes",ExpressionUUID->"83f4379e-7553-43fe-834e-09cfdd2577b6", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[17760, 463, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a2edefa2-2798-450d-9e1d-e7ce655dc863", +Cell[17816, 468, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6558c1ce-8103-4654-a229-1ef2ebb75f11", CellTags->"PrimaryExamplesSection", - CellID->2014001975], + CellID->1551042191], Cell[CellGroupData[{ -Cell[19206, 504, 1399, 36, 70, "ExampleSection",ExpressionUUID->"ce816619-602d-4c55-8a07-e96f0b79e8f1", - CellID->1264391614], -Cell[20608, 542, 119, 1, 70, "ExampleText",ExpressionUUID->"0850f1b5-7faa-495b-8d3f-b535bb0ca063", +Cell[19262, 509, 1399, 36, 70, "ExampleSection",ExpressionUUID->"c9fa36c6-cfad-4a8d-b96d-d2b7c21119b3", + CellID->1699457286], +Cell[20664, 547, 119, 1, 70, "ExampleText",ExpressionUUID->"0850f1b5-7faa-495b-8d3f-b535bb0ca063", CellID->1398206583], Cell[CellGroupData[{ -Cell[20752, 547, 168, 3, 70, "Input",ExpressionUUID->"b2040dfb-1bca-490f-a553-7411d61183bf", +Cell[20808, 552, 168, 3, 70, "Input",ExpressionUUID->"b2040dfb-1bca-490f-a553-7411d61183bf", CellID->2086562351], Cell[CellGroupData[{ -Cell[20945, 554, 235, 4, 70, "Print",ExpressionUUID->"81180da1-d6d5-4709-9877-a7657658110c", +Cell[21001, 559, 235, 4, 70, "Print",ExpressionUUID->"81180da1-d6d5-4709-9877-a7657658110c", CellID->982616556], -Cell[21183, 560, 365, 8, 70, "Print",ExpressionUUID->"59440d14-ae36-42d1-a747-d09ff764d93c", +Cell[21239, 565, 365, 8, 70, "Print",ExpressionUUID->"59440d14-ae36-42d1-a747-d09ff764d93c", CellID->1544779538], -Cell[21551, 570, 236, 4, 70, "Print",ExpressionUUID->"ad11fe82-8918-4009-aa1c-d9ad9c84e1bc", +Cell[21607, 575, 236, 4, 70, "Print",ExpressionUUID->"ad11fe82-8918-4009-aa1c-d9ad9c84e1bc", CellID->1995033573], -Cell[21790, 576, 220, 3, 70, "Print",ExpressionUUID->"ec2483ba-7562-4f4f-954b-8f3cdd3729a5", +Cell[21846, 581, 220, 3, 70, "Print",ExpressionUUID->"ec2483ba-7562-4f4f-954b-8f3cdd3729a5", CellID->1346088676], -Cell[22013, 581, 206, 3, 70, "Print",ExpressionUUID->"b8c82b93-6748-498b-8e35-8895b05b6e08", +Cell[22069, 586, 206, 3, 70, "Print",ExpressionUUID->"b8c82b93-6748-498b-8e35-8895b05b6e08", CellID->244109781], -Cell[22222, 586, 237, 4, 70, "Print",ExpressionUUID->"b6cd5e95-e57e-495d-a696-1097abf24e39", +Cell[22278, 591, 237, 4, 70, "Print",ExpressionUUID->"b6cd5e95-e57e-495d-a696-1097abf24e39", CellID->1436513869], -Cell[22462, 592, 220, 3, 70, "Print",ExpressionUUID->"014037e2-a98d-4458-b28b-76477bb1516c", +Cell[22518, 597, 220, 3, 70, "Print",ExpressionUUID->"014037e2-a98d-4458-b28b-76477bb1516c", CellID->1488413907], -Cell[22685, 597, 235, 4, 70, "Print",ExpressionUUID->"3d0aec7e-87a6-4191-81c5-749a984a2ae0", +Cell[22741, 602, 235, 4, 70, "Print",ExpressionUUID->"3d0aec7e-87a6-4191-81c5-749a984a2ae0", CellID->760972833], -Cell[22923, 603, 235, 4, 70, "Print",ExpressionUUID->"74facc5d-b7d4-4e4f-9af7-36817b92d121", +Cell[22979, 608, 235, 4, 70, "Print",ExpressionUUID->"74facc5d-b7d4-4e4f-9af7-36817b92d121", CellID->870381639], -Cell[23161, 609, 206, 3, 70, "Print",ExpressionUUID->"4780835f-6d6c-4287-8afc-98386ab16081", +Cell[23217, 614, 206, 3, 70, "Print",ExpressionUUID->"4780835f-6d6c-4287-8afc-98386ab16081", CellID->847187883], -Cell[23370, 614, 236, 4, 70, "Print",ExpressionUUID->"a64e249c-3824-463e-b324-f30ea74e99dd", +Cell[23426, 619, 236, 4, 70, "Print",ExpressionUUID->"a64e249c-3824-463e-b324-f30ea74e99dd", CellID->2091187498] }, Open ]] }, Open ]], -Cell[23633, 622, 136, 1, 70, "ExampleText",ExpressionUUID->"990f1558-ac96-48fb-93e6-43038c795eed", +Cell[23689, 627, 136, 1, 70, "ExampleText",ExpressionUUID->"990f1558-ac96-48fb-93e6-43038c795eed", CellID->768811980], -Cell[23772, 625, 234, 6, 70, "Input",ExpressionUUID->"baab9e39-da9a-482b-a136-b6dace35aae7", +Cell[23828, 630, 234, 6, 70, "Input",ExpressionUUID->"baab9e39-da9a-482b-a136-b6dace35aae7", CellID->711266868], -Cell[24009, 633, 381, 9, 70, "Input",ExpressionUUID->"588b6501-ed79-4929-8844-c902674f2293", +Cell[24065, 638, 381, 9, 70, "Input",ExpressionUUID->"588b6501-ed79-4929-8844-c902674f2293", CellID->1399032521], -Cell[24393, 644, 238, 6, 70, "Input",ExpressionUUID->"20f2f86c-9763-469c-8e02-a83b8c316477", +Cell[24449, 649, 238, 6, 70, "Input",ExpressionUUID->"20f2f86c-9763-469c-8e02-a83b8c316477", CellID->1645174447], -Cell[24634, 652, 190, 4, 70, "ExampleText",ExpressionUUID->"c0f38285-34a5-46ad-ba96-374190a0fafd", +Cell[24690, 657, 190, 4, 70, "ExampleText",ExpressionUUID->"c0f38285-34a5-46ad-ba96-374190a0fafd", CellID->513612027], Cell[CellGroupData[{ -Cell[24849, 660, 167, 3, 70, "Input",ExpressionUUID->"7882ccc9-16cc-476d-ab25-b3361ef1b10c", +Cell[24905, 665, 167, 3, 70, "Input",ExpressionUUID->"7882ccc9-16cc-476d-ab25-b3361ef1b10c", CellID->422556913], -Cell[25019, 665, 217, 5, 36, "Output",ExpressionUUID->"f5e30db8-bb70-4c52-831a-b45461b58d9a", +Cell[25075, 670, 217, 5, 36, "Output",ExpressionUUID->"f5e30db8-bb70-4c52-831a-b45461b58d9a", CellID->8779952] }, Open ]], -Cell[25251, 673, 235, 4, 70, "ExampleText",ExpressionUUID->"49a9fbae-8121-4413-98e6-2ea53a264e77", +Cell[25307, 678, 235, 4, 70, "ExampleText",ExpressionUUID->"49a9fbae-8121-4413-98e6-2ea53a264e77", CellID->660059595], Cell[CellGroupData[{ -Cell[25511, 681, 193, 4, 70, "Input",ExpressionUUID->"f3003906-1b2b-47f1-b3a4-c33d9f09b75a", +Cell[25567, 686, 193, 4, 70, "Input",ExpressionUUID->"f3003906-1b2b-47f1-b3a4-c33d9f09b75a", CellID->1154569844], -Cell[25707, 687, 313, 9, 51, "Output",ExpressionUUID->"a386bc01-2850-4571-9fcc-55eb7130ca13", +Cell[25763, 692, 313, 9, 50, "Output",ExpressionUUID->"a386bc01-2850-4571-9fcc-55eb7130ca13", CellID->505445486] }, Open ]], -Cell[26035, 699, 175, 3, 70, "ExampleText",ExpressionUUID->"a70217d4-006b-4b6c-ab50-2d6f36d75c42", +Cell[26091, 704, 175, 3, 70, "ExampleText",ExpressionUUID->"a70217d4-006b-4b6c-ab50-2d6f36d75c42", CellID->719297722], Cell[CellGroupData[{ -Cell[26235, 706, 201, 4, 70, "Input",ExpressionUUID->"ae51d812-5cb8-43da-a425-7bddb00735ca", +Cell[26291, 711, 201, 4, 70, "Input",ExpressionUUID->"ae51d812-5cb8-43da-a425-7bddb00735ca", CellID->393990938], -Cell[26439, 712, 158, 3, 36, "Output",ExpressionUUID->"5af771b9-ebc3-4209-88c6-05c28912e760", +Cell[26495, 717, 158, 3, 36, "Output",ExpressionUUID->"5af771b9-ebc3-4209-88c6-05c28912e760", CellID->817871392] }, Open ]], -Cell[26612, 718, 194, 4, 70, "ExampleText",ExpressionUUID->"8322d617-66dd-4b2e-bcf2-3851b48573fe", +Cell[26668, 723, 194, 4, 70, "ExampleText",ExpressionUUID->"8322d617-66dd-4b2e-bcf2-3851b48573fe", CellID->1749997251], Cell[CellGroupData[{ -Cell[26831, 726, 174, 3, 70, "Input",ExpressionUUID->"13f12079-67c9-4aa8-80fc-977a98854543", +Cell[26887, 731, 174, 3, 70, "Input",ExpressionUUID->"13f12079-67c9-4aa8-80fc-977a98854543", CellID->151971282], -Cell[27008, 731, 314, 9, 51, "Output",ExpressionUUID->"fe051bfd-52ec-4a07-9a44-4cb307940f1c", +Cell[27064, 736, 314, 9, 50, "Output",ExpressionUUID->"fe051bfd-52ec-4a07-9a44-4cb307940f1c", CellID->1687301905] }, Open ]], -Cell[27337, 743, 158, 2, 70, "ExampleText",ExpressionUUID->"6f7affbb-2285-4039-974c-9f7db85cb402", +Cell[27393, 748, 158, 2, 70, "ExampleText",ExpressionUUID->"6f7affbb-2285-4039-974c-9f7db85cb402", CellID->310732177], Cell[CellGroupData[{ -Cell[27520, 749, 266, 6, 70, "Input",ExpressionUUID->"38116aa4-31e7-4d70-9073-50a5feebc53c", +Cell[27576, 754, 266, 6, 70, "Input",ExpressionUUID->"38116aa4-31e7-4d70-9073-50a5feebc53c", CellID->492457477], -Cell[27789, 757, 314, 9, 51, "Output",ExpressionUUID->"6f6d5992-283c-4420-bee9-4458fd5ca9f0", +Cell[27845, 762, 314, 9, 50, "Output",ExpressionUUID->"6f6d5992-283c-4420-bee9-4458fd5ca9f0", CellID->1008765745] }, Open ]], Cell[CellGroupData[{ -Cell[28140, 771, 256, 6, 70, "Input",ExpressionUUID->"c7dd6e8b-716e-4b7a-a285-bc243253c8b4", +Cell[28196, 776, 256, 6, 70, "Input",ExpressionUUID->"c7dd6e8b-716e-4b7a-a285-bc243253c8b4", CellID->181252285], -Cell[28399, 779, 315, 9, 51, "Output",ExpressionUUID->"65e23f79-358e-4892-8760-f8c547b28b53", +Cell[28455, 784, 315, 9, 50, "Output",ExpressionUUID->"65e23f79-358e-4892-8760-f8c547b28b53", CellID->1574584041] }, Open ]], Cell[CellGroupData[{ -Cell[28751, 793, 259, 6, 70, "Input",ExpressionUUID->"955b4649-b5f7-48bc-8f56-9c41817c2dbb", +Cell[28807, 798, 259, 6, 70, "Input",ExpressionUUID->"955b4649-b5f7-48bc-8f56-9c41817c2dbb", CellID->2121856974], -Cell[29013, 801, 315, 9, 51, "Output",ExpressionUUID->"90f7e507-4214-481a-8236-9286876e0d10", +Cell[29069, 806, 315, 9, 50, "Output",ExpressionUUID->"90f7e507-4214-481a-8236-9286876e0d10", CellID->1122351791] }, Open ]], Cell[CellGroupData[{ -Cell[29365, 815, 263, 6, 70, "Input",ExpressionUUID->"04b877e3-953e-4019-9b61-ba2b4e3aeb49", +Cell[29421, 820, 263, 6, 70, "Input",ExpressionUUID->"04b877e3-953e-4019-9b61-ba2b4e3aeb49", CellID->1104062060], -Cell[29631, 823, 315, 9, 51, "Output",ExpressionUUID->"3eef058b-21ec-48b9-864f-a0d7d5bdc21c", +Cell[29687, 828, 315, 9, 50, "Output",ExpressionUUID->"3eef058b-21ec-48b9-864f-a0d7d5bdc21c", CellID->2067295678] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30244, 846, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"834fecf2-e4c4-45eb-87e4-cdc2778f55d0"], +Cell[35750, 996, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c8be4c92-bdf3-4fc5-acd5-4b1dda694d32"], +Cell[36423, 1016, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bc5d150e-a482-4a6f-8e99-410ae433118a"], +Cell[37459, 1044, 2247, 63, 70, "RelatedLinksSection",ExpressionUUID->"6cbc3d84-fbc0-4564-9b31-91570931c055"], Cell[CellGroupData[{ -Cell[30210, 843, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0bb8f5d5-85ee-4c23-9576-246f182a7873"], -Cell[35716, 993, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0c5a8736-34d9-4fb5-b085-acc43588c065"] -}, Open ]], -Cell[36401, 1014, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"47adf417-a512-4115-8406-cd1423c584ff"], -Cell[37437, 1042, 2247, 63, 70, "RelatedLinksSection",ExpressionUUID->"af414204-4ac2-4596-bcfb-e9b6a848f819"], -Cell[CellGroupData[{ -Cell[39709, 1109, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab86e580-e36b-41c9-91d9-e443de2c5cdd", +Cell[39731, 1111, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab86e580-e36b-41c9-91d9-e443de2c5cdd", CellID->777351863], -Cell[39849, 1112, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f02e30c8-e12b-4c36-ad64-9756aac198f5", +Cell[39871, 1114, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f02e30c8-e12b-4c36-ad64-9756aac198f5", CellID->1194386356], -Cell[40071, 1118, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"380f6c03-80f4-46a8-9b1e-1351e81c97fa", +Cell[40093, 1120, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"380f6c03-80f4-46a8-9b1e-1351e81c97fa", CellID->1641706272], -Cell[40286, 1123, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"13c528dd-7c96-42aa-9d91-c7f9aefa3203", +Cell[40308, 1125, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"13c528dd-7c96-42aa-9d91-c7f9aefa3203", CellID->399251956], -Cell[40515, 1129, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a31842bf-2126-4034-807a-e2a36aff3c7a", +Cell[40537, 1131, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a31842bf-2126-4034-807a-e2a36aff3c7a", CellID->821434655] }, Open ]], -Cell[40752, 1135, 78, 0, 70, "FooterCell",ExpressionUUID->"c861227f-0acd-42f2-bf78-93903ac55d73"] +Cell[40774, 1137, 78, 0, 70, "FooterCell",ExpressionUUID->"68f4e4af-c1d8-4681-a43a-386f634bad7a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LieBracket.nb b/Documentation/English/ReferencePages/Symbols/LieBracket.nb index d00f250..25b4a65 100644 --- a/Documentation/English/ReferencePages/Symbols/LieBracket.nb +++ b/Documentation/English/ReferencePages/Symbols/LieBracket.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41588, 1088] -NotebookOptionsPosition[ 33663, 929] -NotebookOutlinePosition[ 35721, 982] -CellTagsIndexPosition[ 35636, 977] +NotebookDataLength[ 41589, 1088] +NotebookOptionsPosition[ 33683, 931] +NotebookOutlinePosition[ 35757, 984] +CellTagsIndexPosition[ 35672, 979] WindowTitle->LieBracket WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "727daed2-2f4d-4e14-968f-480efb11772d"], + "34f37a9f-1a0c-44b7-84e4-414dfb4b417c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "770e78e6-83bc-4152-8d2b-4741db10d7b6"], + "63d83951-83cd-4273-9847-1eeae7b1ee46"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3d141f44-80a4-4b7a-847c-896469836765"] - }],ExpressionUUID->"d070ebb7-1f33-428b-9896-e901fcd7234b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "ee5bbce2-db96-4efb-9738-c337e8670384"] + }],ExpressionUUID->"ce39bb81-04e3-4a0f-82c7-28d8f69d84ed"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5627fd84-8efe-4553-a4a6-d3cf2d677934"], + "8bc55c46-cc81-4e05-b343-bc196a24dfd1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eecf6824-fd60-4438-ac0a-d699b967d9f5"] - }],ExpressionUUID->"75a5d084-bea5-40c0-a2fc-2cbd467ca60a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5f47d22c-d6a2-43f4-bf62-8ee4e80dd7c4"] + }],ExpressionUUID->"bdf97280-0cf6-480b-a992-1ead51f02308"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6078efc6-0187-4783-bb14-15de9323482d"], + "c67b606f-c638-457e-bdb3-be41897b56cc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3a7f9ec7-22c0-4bee-8f22-a7830706873a"] - }],ExpressionUUID->"65456fd0-6f0e-4662-b8fc-6d4538589f43"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "95fb57e0-0f95-4796-aecc-8f4e204b946f"] + }],ExpressionUUID->"28947fb0-adea-46fa-aac4-026b8a751065"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f040656c-058a-4bcb-bbdf-a0bdea8c59c3"], + "5f0c23b2-90d0-42da-8766-0dfda2b0825b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "351d9d86-ce01-48d0-86a0-fce965eab598"] - }],ExpressionUUID->"da1ccb04-6c8b-48e5-8a9d-8a1e0fc716d9"], - StripOnInput->False], {"\<\"TUG/ref/LieBracket\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LieBracket"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LieBracket.\ + "95301855-1d10-400b-ad25-99a86f22368c"] + }],ExpressionUUID->"c982ec9e-a7ee-4c6e-a264-710796b3d04b"], + StripOnInput->False],{ + "\"TUG/ref/LieBracket\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LieBracket"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LieBracket.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$108833], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LieBracket" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$117653], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LieBracket" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f1332c17-25ef-4b7f-b052-a8c56ca2e84f"] + "6af81653-13b3-4a7f-89ea-97b102187e7f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7f4818f5-c04a-4537-8b9c-2467611d7982"]} + "61576366-7254-4a27-804e-000adbddf03b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"271651fc-5ff6-4840-a692-8c98072ac9db"], + CellID->1,ExpressionUUID->"004b0a43-e3b6-4324-802a-53471235845a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ef8bee9b-fc94-4815-ac31-1a9ff7ea5a54"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a8998730-370d-4b01-9b80-7ac13c0ab757"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LieBracket", "ObjectName",ExpressionUUID-> - "844177d6-8a50-4732-9fda-6981cef97e71"], + "6049665a-c7fe-4097-9fd3-5363e00ad044"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"054e8943-e2d2-4709-8b4d-6aaad5f974e6"], + "Spacer1"]],ExpressionUUID->"e43b37f0-4068-483d-a271-7e2373eaeeef"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6036b294-c799-4bc2-b35c-5ca8d9e0b071"] - }],ExpressionUUID->"f1b63757-c4c8-4226-a466-eb843d6fca81"], Cell[BoxData[ + "2e37249f-bc73-4e81-8286-b7c07523ba88"] + }],ExpressionUUID->"cd42e79f-10ee-40ea-a7e8-2199c38fec22"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4c7a2658-f779-4c19-ae6f-40910af2bca5"]} + "eda5b01a-0ef8-40be-b24c-75dc53a23c61"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d4eb7563-c20b-4ca5-bca3-2cce68f2d5c5"], + CacheGraphics->False,ExpressionUUID->"951cb71d-bef5-4a76-a355-a2a42f89d8bc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "a1150dd9-fe9d-407d-8004-19950fa811ed"], " \[LineSeparator]computes the commutator of the matrices mat1 and \ mat2." - }],ExpressionUUID->"e949a929-b199-4894-aac4-2db878237668"]} + }],ExpressionUUID->"cb971d50-6e3e-4d39-a339-9a6538bbeae3"]} }]], "Usage", CellID->258870612,ExpressionUUID->"c6b03cee-5b28-47e7-a3c4-462a257af0cf"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f21b704-b5ff-43f1-b719-b2c10710be13"], + ExpressionUUID->"124a5950-c1ca-431a-b8d0-06d5759753a3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b18c9ade-8c5a-4d91-aaba-859df3e71ca8"], + "Spacer1"]],ExpressionUUID->"198c2954-3515-4fce-88f8-a4d0c3a82e78"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9aa0f129-3ea1-451d-a342-fb3460bd82fa"], + }], "NotesFrameText",ExpressionUUID->"c1a79ab0-c9a9-4014-bc42-7691af45ccf9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c35c495e-3eed-44dc-968d-52344e2277c8"]], \ + "Preemptive"]],ExpressionUUID->"aa5f4fd6-ae15-4054-8c4b-b105f2621c5b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2018638867,ExpressionUUID->"766b80e8-0c68-4010-809b-b83d181b8961"], + CellID->2079332956,ExpressionUUID->"56fc4119-922e-4e62-8725-f997487f3e71"], Cell[TextData[{ "The input expressions ", @@ -363,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52443eb0-9add-48ad-9de3-04f1296810f7"], + ExpressionUUID->"7f871a38-8f37-477b-bd00-3d9a8f131ce2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"10645e42-0f05-47ec-b2c2-b58675ec631c"], + "Spacer1"]],ExpressionUUID->"40258342-db08-4195-9f63-1b994c471b01"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "da2f35f5-9b45-44c3-8031-7e3f174fa6b4"] + "b175b9dc-0d18-49b7-ab50-e9062f729d34"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->812124339,ExpressionUUID->"c50424d4-5edf-4d0a-bbe8-b2131bf23a9d"], + CellID->1689624,ExpressionUUID->"c0ad5463-b4e8-4d7c-b045-287ac32e2bcd"], Cell[CellGroupData[{ @@ -404,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5c0ba97c-d3a7-4893-afd9-7c2a67983709"], + ExpressionUUID->"3179b8f1-cfe2-43f5-85c0-784fe2e84fc2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f518f677-cc8a-4a0f-9bdc-d6048005df2c"], + "Spacer1"]],ExpressionUUID->"70f3f34f-cb7a-4478-aa7e-30c49e0183d3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f262c9ff-ec8b-43b6-bec9-07e5fbbf4cbb"] + "3a0251c0-bfef-47bd-b125-09ee97b6ae1b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2001081741,ExpressionUUID->"0b27c726-1378-4127-8082-0c7b100bcf20"], + CellID->1346700920,ExpressionUUID->"cc38335d-1f26-4aaf-8c6b-91a2aa37c66e"], Cell["Loading the package:", "ExampleText", CellID->1219274976,ExpressionUUID->"70c1282b-ef26-47d3-be57-39be843dc4ba"], @@ -614,8 +619,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -763,15 +766,15 @@ Cell[BoxData[GridBox[{ "342010a8-d84c-49da-9af7-d55dd6dbea10"] }], "SeeAlso",ExpressionUUID->"21c50960-e882-4181-87c4-04c170831d5a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"960643e4-3528-4540-bb65-\ -3550add940ac"], + }]], "SeeAlsoSection",ExpressionUUID->"985f9a36-0e2f-46a8-9f5e-\ +ec2d5e949b12"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -783,9 +786,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3e4ea9d0-ed8f-4368-9283-73a9ad0bf742"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"58fcf9d5-f4f0-4ccb-bed0-\ -687c545b1cd2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d0ed32f4-cb28-44f4-b299-\ +37536e307b96"], Cell[BoxData[GridBox[{ { @@ -802,7 +804,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "27e88be4-7715-472c-acbf-4c65556cf907"]}]}, + "0796b3da-84ae-417b-b0cd-cda2e2511d86"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -810,10 +812,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "57482475-2ac0-4234-8315-26ca9ecdfd6d"]}]} + "ef58ef81-f765-4fdf-9939-9fc765ec8f4b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5049a682-43da-46a3-be22-\ -03831f3454bf"], + }]], "MoreAboutSection",ExpressionUUID->"fd8540fa-ef97-4c14-8103-\ +92498361b8ea"], Cell[BoxData[GridBox[{ { @@ -840,7 +842,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4bd1317b-594e-48f2-8cea-ddb1ed5d92ca"]], "RelatedLinks", + "68458dba-3e36-47ee-b47a-18edc400c876"]], "RelatedLinks", ExpressionUUID->"355e9839-5196-46da-94d3-85c81eed878f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -857,7 +859,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitons"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "13bb06d3-0a7c-4e60-8eba-1b5cc8216180"]], "RelatedLinks", + "ace523b1-258f-4d08-a88f-b8265fbe0801"]], "RelatedLinks", ExpressionUUID->"66f012ee-5551-4847-ae36-23f45276f714"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -874,7 +876,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "77f79aed-1d0d-4e64-9f9d-bd368bdb6342"]], "RelatedLinks", + "172bd6c5-649f-4de0-8065-bac7770b1447"]], "RelatedLinks", ExpressionUUID->"0cd97488-c0a8-4978-82a4-5213e56de469"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -891,11 +893,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DetEqClass"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6fac2164-7670-4590-8270-ff9f865ac23a"]], "RelatedLinks", + "eafedbd8-9fdd-4eba-addb-8641774e0342"]], "RelatedLinks", ExpressionUUID->"6e78d3ef-a0bd-49ca-a4a7-8f8fa05f1603"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"685cb69e-57df-4ed0-9100-\ -39648aa0914b"], + }]], "RelatedLinksSection",ExpressionUUID->"0c13a813-1524-49c0-8a8b-\ +b9d888e0f7df"], Cell[CellGroupData[{ @@ -925,11 +927,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"dea19ee6-5c65-4b3b-bafe-4f444f16b1cf"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"07695129-96e1-4b0c-a150-f3133b2fb431"] +Cell[" ", "FooterCell",ExpressionUUID->"62aa6c6a-db5a-42a5-a380-d2d492364fb4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LieBracket", TaggingRules->{ @@ -940,17 +942,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 21.475783}", + "built" -> "{2024, 6, 3, 16, 53, 34.597915}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "LieBracket[mat1, mat2] computes the commutator of the matrices mat1 and \ mat2.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LieBracket", - "titlemodifier" -> "", "windowtitle" -> "LieBracket", "type" -> "Symbol", - "uri" -> "TUG/ref/LieBracket"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "LieBracket", "type" -> "Symbol", "uri" -> "TUG/ref/LieBracket"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -959,9 +961,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"512a0359-1cfe-4f03-99b5-6eeabbda6e5b" +ExpressionUUID->"e0bad352-4cb2-46c3-948c-637984d25c02" ] (* End of Notebook Content *) @@ -969,127 +971,125 @@ ExpressionUUID->"512a0359-1cfe-4f03-99b5-6eeabbda6e5b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13059, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c50424d4-5edf-4d0a-bbe8-b2131bf23a9d", + Cell[13115, 345, 1418, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c0ad5463-b4e8-4d7c-b045-287ac32e2bcd", CellTags->"PrimaryExamplesSection", - CellID->812124339]} + CellID->1689624]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35436, 970} + {"PrimaryExamplesSection", 35474, 972} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"271651fc-5ff6-4840-a692-8c98072ac9db", +Cell[582, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"004b0a43-e3b6-4324-802a-53471235845a", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ef8bee9b-fc94-4815-ac31-1a9ff7ea5a54"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a8998730-370d-4b01-9b80-7ac13c0ab757"], Cell[CellGroupData[{ -Cell[7817, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"d4eb7563-c20b-4ca5-bca3-2cce68f2d5c5"], -Cell[9104, 232, 498, 11, 111, "Usage",ExpressionUUID->"c6b03cee-5b28-47e7-a3c4-462a257af0cf", +Cell[7873, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"951cb71d-bef5-4a76-a355-a2a42f89d8bc"], +Cell[9160, 237, 498, 11, 111, "Usage",ExpressionUUID->"c6b03cee-5b28-47e7-a3c4-462a257af0cf", CellID->258870612] }, Open ]], Cell[CellGroupData[{ -Cell[9639, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"766b80e8-0c68-4010-809b-b83d181b8961", +Cell[9695, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"56fc4119-922e-4e62-8725-f997487f3e71", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2018638867], -Cell[11537, 297, 442, 11, 36, "Notes",ExpressionUUID->"c382b270-c5b7-4219-a313-add9841fcd0c", + CellID->2079332956], +Cell[11593, 302, 442, 11, 36, "Notes",ExpressionUUID->"c382b270-c5b7-4219-a313-add9841fcd0c", CellID->1526037091], -Cell[11982, 310, 489, 12, 37, "Notes",ExpressionUUID->"14eff456-45b7-47f4-bc9f-eb1852b31685", +Cell[12038, 315, 489, 12, 38, "Notes",ExpressionUUID->"14eff456-45b7-47f4-bc9f-eb1852b31685", CellID->177724765], -Cell[12474, 324, 217, 4, 36, "Notes",ExpressionUUID->"dfc0dd90-e530-4ed5-8d75-6e31f35baf5e", +Cell[12530, 329, 217, 4, 36, "Notes",ExpressionUUID->"dfc0dd90-e530-4ed5-8d75-6e31f35baf5e", CellID->1612049409], -Cell[12694, 330, 238, 4, 57, "Notes",ExpressionUUID->"2145764f-e727-4d9f-9930-56f6607a8a56", +Cell[12750, 335, 238, 4, 57, "Notes",ExpressionUUID->"2145764f-e727-4d9f-9930-56f6607a8a56", CellID->1182658944] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13059, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c50424d4-5edf-4d0a-bbe8-b2131bf23a9d", +Cell[13115, 345, 1418, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c0ad5463-b4e8-4d7c-b045-287ac32e2bcd", CellTags->"PrimaryExamplesSection", - CellID->812124339], + CellID->1689624], Cell[CellGroupData[{ -Cell[14504, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0b27c726-1378-4127-8082-0c7b100bcf20", - CellID->2001081741], -Cell[15906, 419, 119, 1, 38, "ExampleText",ExpressionUUID->"70c1282b-ef26-47d3-be57-39be843dc4ba", +Cell[14558, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cc38335d-1f26-4aaf-8c6b-91a2aa37c66e", + CellID->1346700920], +Cell[15960, 424, 119, 1, 39, "ExampleText",ExpressionUUID->"70c1282b-ef26-47d3-be57-39be843dc4ba", CellID->1219274976], Cell[CellGroupData[{ -Cell[16050, 424, 167, 3, 27, "Input",ExpressionUUID->"176b2513-7fbd-467e-b26c-878de8e5f15d", +Cell[16104, 429, 167, 3, 27, "Input",ExpressionUUID->"176b2513-7fbd-467e-b26c-878de8e5f15d", CellID->321492984], Cell[CellGroupData[{ -Cell[16242, 431, 236, 4, 23, "Print",ExpressionUUID->"c92c0c63-4aa6-4cd6-a081-79dafd35fd46", +Cell[16296, 436, 236, 4, 23, "Print",ExpressionUUID->"c92c0c63-4aa6-4cd6-a081-79dafd35fd46", CellID->1162494819], -Cell[16481, 437, 365, 8, 23, "Print",ExpressionUUID->"5b83a655-b65e-4a18-afe7-15ccc7eefc84", +Cell[16535, 442, 365, 8, 23, "Print",ExpressionUUID->"5b83a655-b65e-4a18-afe7-15ccc7eefc84", CellID->1520805607], -Cell[16849, 447, 236, 4, 23, "Print",ExpressionUUID->"d76d8fae-880d-4c6f-a134-5bfd50e63577", +Cell[16903, 452, 236, 4, 23, "Print",ExpressionUUID->"d76d8fae-880d-4c6f-a134-5bfd50e63577", CellID->1849664392], -Cell[17088, 453, 219, 3, 23, "Print",ExpressionUUID->"481e6f26-77ce-4c9d-aea6-06aa6b20f7cc", +Cell[17142, 458, 219, 3, 23, "Print",ExpressionUUID->"481e6f26-77ce-4c9d-aea6-06aa6b20f7cc", CellID->227388804], -Cell[17310, 458, 207, 3, 23, "Print",ExpressionUUID->"62a70e89-a6e7-4a65-90a9-244ce0c0f89c", +Cell[17364, 463, 207, 3, 23, "Print",ExpressionUUID->"62a70e89-a6e7-4a65-90a9-244ce0c0f89c", CellID->1143015675], -Cell[17520, 463, 236, 4, 23, "Print",ExpressionUUID->"73527920-ba7c-4081-a1c4-4ac29e0ffc61", +Cell[17574, 468, 236, 4, 23, "Print",ExpressionUUID->"73527920-ba7c-4081-a1c4-4ac29e0ffc61", CellID->812611818], -Cell[17759, 469, 219, 3, 23, "Print",ExpressionUUID->"0e7e41ce-2782-4ad5-abc9-ecc2119f8c02", +Cell[17813, 474, 219, 3, 23, "Print",ExpressionUUID->"0e7e41ce-2782-4ad5-abc9-ecc2119f8c02", CellID->966532512], -Cell[17981, 474, 235, 4, 23, "Print",ExpressionUUID->"cbeca51e-fd16-48d3-a627-3e3c7939badf", +Cell[18035, 479, 235, 4, 23, "Print",ExpressionUUID->"cbeca51e-fd16-48d3-a627-3e3c7939badf", CellID->617901734], -Cell[18219, 480, 236, 4, 23, "Print",ExpressionUUID->"8f173394-3cdf-482b-8ad9-d4603104de1a", +Cell[18273, 485, 236, 4, 23, "Print",ExpressionUUID->"8f173394-3cdf-482b-8ad9-d4603104de1a", CellID->1719912296], -Cell[18458, 486, 207, 3, 23, "Print",ExpressionUUID->"d60a73c4-50c1-4f07-9800-2c44c1a82ed4", +Cell[18512, 491, 207, 3, 23, "Print",ExpressionUUID->"d60a73c4-50c1-4f07-9800-2c44c1a82ed4", CellID->1840487058], -Cell[18668, 491, 236, 4, 23, "Print",ExpressionUUID->"a610e7c4-6466-4c3d-9acd-25dd29c6fe57", +Cell[18722, 496, 236, 4, 23, "Print",ExpressionUUID->"a610e7c4-6466-4c3d-9acd-25dd29c6fe57", CellID->1920818004] }, Open ]] }, Open ]], -Cell[18931, 499, 191, 4, 70, "ExampleText",ExpressionUUID->"e7746a41-0ed2-4f6c-98c9-3f5eb4207d99", +Cell[18985, 504, 191, 4, 70, "ExampleText",ExpressionUUID->"e7746a41-0ed2-4f6c-98c9-3f5eb4207d99", CellID->2068893298], Cell[CellGroupData[{ -Cell[19147, 507, 167, 3, 70, "Input",ExpressionUUID->"5bbc383e-8990-4ce6-b3c3-4a9a1a738426", +Cell[19201, 512, 167, 3, 70, "Input",ExpressionUUID->"5bbc383e-8990-4ce6-b3c3-4a9a1a738426", CellID->524757243], -Cell[19317, 512, 173, 4, 36, "Output",ExpressionUUID->"a1387ed4-0ea9-44bd-bb91-9efb8976d46d", +Cell[19371, 517, 173, 4, 36, "Output",ExpressionUUID->"a1387ed4-0ea9-44bd-bb91-9efb8976d46d", CellID->1540821845] }, Open ]], -Cell[19505, 519, 182, 3, 70, "ExampleText",ExpressionUUID->"6639f98a-a628-4c84-b082-0887a8abddd1", +Cell[19559, 524, 182, 3, 70, "ExampleText",ExpressionUUID->"6639f98a-a628-4c84-b082-0887a8abddd1", CellID->1016528035], Cell[CellGroupData[{ -Cell[19712, 526, 392, 11, 70, "Input",ExpressionUUID->"95296b62-e8db-450b-9918-138965db8ae8", +Cell[19766, 531, 392, 11, 70, "Input",ExpressionUUID->"95296b62-e8db-450b-9918-138965db8ae8", CellID->514963971], -Cell[20107, 539, 388, 11, 36, "Output",ExpressionUUID->"85a65706-14db-477c-a0d5-43b75c504bff", +Cell[20161, 544, 388, 11, 36, "Output",ExpressionUUID->"85a65706-14db-477c-a0d5-43b75c504bff", CellID->2145394256] }, Open ]], Cell[CellGroupData[{ -Cell[20532, 555, 418, 12, 70, "Input",ExpressionUUID->"825b65b5-2a85-47e2-a004-fdf77044fbc2", +Cell[20586, 560, 418, 12, 70, "Input",ExpressionUUID->"825b65b5-2a85-47e2-a004-fdf77044fbc2", CellID->1660789464], -Cell[20953, 569, 412, 12, 51, "Output",ExpressionUUID->"cbf58baa-9f38-4c89-a91e-ebe9333dc22d", +Cell[21007, 574, 412, 12, 50, "Output",ExpressionUUID->"cbf58baa-9f38-4c89-a91e-ebe9333dc22d", CellID->1118476813] }, Open ]], -Cell[21380, 584, 150, 1, 70, "ExampleText",ExpressionUUID->"323ec52c-e19e-43de-a392-1a3543f7a4f2", +Cell[21434, 589, 150, 1, 70, "ExampleText",ExpressionUUID->"323ec52c-e19e-43de-a392-1a3543f7a4f2", CellID->224119653], Cell[CellGroupData[{ -Cell[21555, 589, 184, 4, 70, "Input",ExpressionUUID->"a936cb7a-f59b-47f8-b20f-58246e5e0a51", +Cell[21609, 594, 184, 4, 70, "Input",ExpressionUUID->"a936cb7a-f59b-47f8-b20f-58246e5e0a51", CellID->717484443], -Cell[21742, 595, 409, 12, 36, "Output",ExpressionUUID->"61ac69ff-51fc-4436-8108-e4eb8ec9c5d4", +Cell[21796, 600, 409, 12, 36, "Output",ExpressionUUID->"61ac69ff-51fc-4436-8108-e4eb8ec9c5d4", CellID->1555703629] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22447, 621, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"985f9a36-0e2f-46a8-9f5e-ec2d5e949b12"], +Cell[27953, 771, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d0ed32f4-cb28-44f4-b299-37536e307b96"], +Cell[28626, 791, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fd8540fa-ef97-4c14-8103-92498361b8ea"], +Cell[29662, 819, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"0c13a813-1524-49c0-8a8b-b9d888e0f7df"], Cell[CellGroupData[{ -Cell[22415, 618, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"960643e4-3528-4540-bb65-3550add940ac"], -Cell[27921, 768, 670, 18, 70, "TechNotesSection",ExpressionUUID->"58fcf9d5-f4f0-4ccb-bed0-687c545b1cd2"] -}, Open ]], -Cell[28606, 789, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5049a682-43da-46a3-be22-03831f3454bf"], -Cell[29642, 817, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"685cb69e-57df-4ed0-9100-39648aa0914b"], -Cell[CellGroupData[{ -Cell[32537, 901, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2bf5e4d8-7b65-42d9-9ff5-fa1265c069d3", +Cell[32557, 903, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2bf5e4d8-7b65-42d9-9ff5-fa1265c069d3", CellID->2135167160], -Cell[32678, 904, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0d478b2a-8509-4891-91fa-680c20c417fa", +Cell[32698, 906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0d478b2a-8509-4891-91fa-680c20c417fa", CellID->1194386356], -Cell[32900, 910, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63bb404b-5599-42d9-9363-5c53c1f94b5d", +Cell[32920, 912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63bb404b-5599-42d9-9363-5c53c1f94b5d", CellID->1641706272], -Cell[33115, 915, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5624b122-ab63-47ae-b380-203b6eb17dba", +Cell[33135, 917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5624b122-ab63-47ae-b380-203b6eb17dba", CellID->399251956], -Cell[33344, 921, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dea19ee6-5c65-4b3b-bafe-4f444f16b1cf", +Cell[33364, 923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dea19ee6-5c65-4b3b-bafe-4f444f16b1cf", CellID->821434655] }, Open ]], -Cell[33581, 927, 78, 0, 70, "FooterCell",ExpressionUUID->"07695129-96e1-4b0c-a150-f3133b2fb431"] +Cell[33601, 929, 78, 0, 70, "FooterCell",ExpressionUUID->"62aa6c6a-db5a-42a5-a380-d2d492364fb4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LorenzSolution.nb b/Documentation/English/ReferencePages/Symbols/LorenzSolution.nb index b852060..5ed6a09 100644 --- a/Documentation/English/ReferencePages/Symbols/LorenzSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/LorenzSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 60946, 1605] -NotebookOptionsPosition[ 48594, 1359] -NotebookOutlinePosition[ 50842, 1415] -CellTagsIndexPosition[ 50756, 1410] +NotebookDataLength[ 60913, 1601] +NotebookOptionsPosition[ 48576, 1357] +NotebookOutlinePosition[ 50842, 1413] +CellTagsIndexPosition[ 50756, 1408] WindowTitle->LorenzSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ead9414b-f269-49cf-8cea-a59262d58e1a"], + "793c6d32-41b7-4e47-b23f-113840814d3c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a9a8696b-2a77-4889-ab63-cc02ff2600cd"], + "57ef5701-736e-4ae0-959c-15e7110932e6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "17ddec99-b8cc-4542-9938-eb03e95ef67f"] - }],ExpressionUUID->"7c8460a7-29fc-4807-aaca-161257a22764"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "7dd041bc-5a75-46a3-8425-93abe49f76f9"] + }],ExpressionUUID->"efe6efe0-f28b-4184-919a-90c1ec867e9f"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a95dde5a-aefa-45b4-b3a7-826256b784e1"], + "fada2bdb-bfac-4dde-9212-e7945f8cae94"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6319d677-eba7-408b-97b0-d1dd07e7f032"] - }],ExpressionUUID->"3cfd6725-12bd-41b3-b929-956c11f2ad85"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fd96ddaa-34d3-4887-82bb-b60bfb59f092"] + }],ExpressionUUID->"297ee4ca-a03e-4ef3-b100-ac235bcb67ed"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "12689da4-55a7-47aa-acdb-5e1716d4aea9"], + "d0b756e1-16d7-42c7-bf70-56aa7f4cbaf9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c4d4464e-29f3-488f-a0cf-10a320ca3b00"] - }],ExpressionUUID->"33d63847-580c-4444-ae49-e7e657254d9d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e7c4cb75-59d1-4dd6-ab82-0a00ed9f5eb7"] + }],ExpressionUUID->"1a890b07-7c44-467b-9830-7152ad5440b1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7be4dc7e-4d70-49bb-b0c6-2737ce2c977e"], + "f02a6dfc-baaa-4be0-b64f-3f811a820228"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d85772d8-d61f-4178-ae56-a7a2ed161250"] - }],ExpressionUUID->"eb47c60c-5960-4bdd-8114-241183c83784"], - StripOnInput->False], {"\<\"TUG/ref/LorenzSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LorenzSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "76d7962d-f5ef-4b57-96f3-f3aef76511c5"] + }],ExpressionUUID->"f3877d53-ea1b-4506-b0a1-acaad9ca509e"], + StripOnInput->False],{ + "\"TUG/ref/LorenzSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LorenzSolution"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ LorenzSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$109602], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LorenzSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$118456], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LorenzSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7a9b1689-e2b3-4711-a453-752cb4ea00cc"] + "f9e84858-6955-42fd-a325-71943401f013"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "23c1c8b5-b21a-4d31-badb-abd85497fee8"]} + "0fd89224-af41-4aef-a3f8-cd69b8caa454"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b7b19bdd-74ac-4524-9d10-2c77bd0d12c9"], + CellID->1,ExpressionUUID->"faea3f8a-4cf1-4623-bfe2-ff07f97193d6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9afd997a-ed62-401b-88d2-4770e199a9e4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9665254c-c982-4c15-aa7b-68c1e66ecb1e"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LorenzSolution", "ObjectName",ExpressionUUID-> - "fe8ccc02-5e16-40e7-bea1-e8acb18b4808"], + "95fbfcf1-6455-4527-813d-2fef40e1ad39"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"00a4cb1c-a734-4e94-9bc5-6db915c8a1d6"], + "Spacer1"]],ExpressionUUID->"c41677ba-4f88-4685-bea1-f5e886506cd6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c3e35f9a-4190-4747-9e6c-b5640377a357"] - }],ExpressionUUID->"9d828718-f231-469f-813b-e7521fe92d69"], Cell[BoxData[ + "f34c077a-9b7b-4933-8b84-e46b268fd603"] + }],ExpressionUUID->"4e8315af-dbef-4636-9b44-8cbf992b4970"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "86568104-cdc9-450f-afaa-70452d01e3a2"]} + "468a2792-fa39-47a0-8f65-c42cfd2c336a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3b11ccb6-d5fd-4ab8-b70f-52458fa8e2c4"], + CacheGraphics->False,ExpressionUUID->"a94d8b0e-6f88-465d-8dfa-d31e6b23c358"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8119f95b-98e1-4ff3-9f6a-499c35471c9e"], " \[LineSeparator]calculates the Lorenz solution of a balanced game." - }],ExpressionUUID->"c2e5a93f-4419-49ba-a6c5-8df906ee4260"]}, + }],ExpressionUUID->"da9a3d61-d57a-4b25-9d52-5a1dc4046089"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"LorenzSolution", "[", @@ -249,7 +250,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]the working precision can be changed by providing \ integer digits. Alternatively, a numerical approximation of the solution can \ be returned." - }],ExpressionUUID->"69d96549-8d5d-4e25-9bf3-05b17a5b0d11"]} + }],ExpressionUUID->"a5f30919-8ac3-40c3-a58c-44d02b85fee4"]} }]], "Usage", CellID->885199487,ExpressionUUID->"499303e5-b453-44b5-996c-7cf13e55be43"] }, Open ]], @@ -282,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"905ba0b2-84d7-40f0-ae5a-188577a7e42e"], + ExpressionUUID->"4517500f-eab7-404d-9868-c508363c3327"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"131dd1f3-0f07-4754-9a84-005195c808d1"], + "Spacer1"]],ExpressionUUID->"9b343261-5838-466b-8766-5a785c5f8324"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d13ee6e4-2838-41d5-b53d-404dcd21826c"], + }], "NotesFrameText",ExpressionUUID->"db108294-c150-4592-aec6-58f9cf80a3db"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d9f6793e-47b4-400d-a5bf-e1891f54362b"]], \ + "Preemptive"]],ExpressionUUID->"44899bd3-a8f6-46b4-a314-3e441d235de9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->566907592,ExpressionUUID->"7e39a0b1-87c2-481e-b111-79c3039cc9ce"], + CellID->455787652,ExpressionUUID->"b18d7921-d4c3-468e-8dd6-27ccef693333"], Cell[TextData[{ "The input expression ", @@ -374,11 +375,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "73989523-83b4-4f46-a161-5a9abcbb5188"], "SimulatedAnnealing", Cell["\<\ + "1f4394ee-5796-42b0-8876-bcc3fdd75187"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"6140e556-23d8-47f2-b60a-7bfb5e320165"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "da1e1d8a-d04a-429f-8c49-aa89c18efdce"], + "a6970c6c-d74b-48b0-93c3-9788349b636c"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -395,11 +396,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c0848ccd-52f4-4bb7-8cbc-f31752eb6ce6"], "IPOPT", Cell[ + "a905d6af-8c9b-4f71-8630-182f2b31f9b5"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "6bef7455-e507-4608-80e6-8e8bdf82a2e6"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d1c8adc0-ab14-4f0a-b33e-33518d2e4c81"], + "8824f427-b6cc-41f4-bd9f-63ed5b0ed6ce"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -415,12 +416,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ca1e8936-5067-4cb6-a706-42b234e5a309"], "DifferentialEvolution", + "e8fd6db0-c35a-4cc3-97de-47790e256927"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"7d4498ce-82ef-4d51-95e4-c0e0e367c29b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b2e3423c-9156-47e6-ad13-12d59130dcd8"], + "da3bcb3e-456c-4d16-bdd2-5b1457a0547a"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -436,11 +437,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b7589931-392e-4b75-8587-af99cc42d83e"], "NelderMead", Cell[ + "9315fc71-aa77-42b8-afb5-e04ace6d2afd"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "afddd0c6-f9f5-416a-aee7-90938a455ad2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "332f5b6d-8d42-4d35-8b4d-0c6fa5c93470"], + "8061a5b8-b11a-4e68-bfc0-0cd4e7dd873e"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -462,7 +463,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e07807ff-3040-4125-a085-6672a544db24"], + "a9d0ec24-0e50-4ffb-aa95-366843951818"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -472,7 +473,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"7e073f2e-5057-4a20-87f0-6f24625ff465"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "bb8a852e-292e-43ec-a269-2007e188412a"], + "8ffaa1a6-a8b7-42bf-bedc-eb9b4319ff7d"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -482,7 +483,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "279b585f-d1f9-4f71-a417-add0efb1253f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f786dc28-ead4-4def-9d81-35f1f8be8160"], + "0ca45e5e-52f3-4d87-801a-7f4c3d183f78"], TemplateBox[{ Cell[ TextData["RationalApproximate"]], "paclet:TUG/ref/RationalApproximate", @@ -595,19 +596,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"299b2ce7-6055-42aa-bd6c-929f6b093c01"], + ExpressionUUID->"6fe5af3c-3a97-4be3-9bef-c06cb87510d9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"52db1ce0-9f02-4e54-9de8-bdfcdb8c6506"], + "Spacer1"]],ExpressionUUID->"c29fb308-fed6-4f87-a074-56591f2d1daa"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "91940950-106e-4723-a07d-c7bc483f730a"] + "70733e3c-fb94-4c53-9f7c-5bdc59ece885"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->312897421,ExpressionUUID->"307c5fec-e825-420f-be99-2814f943e453"], + CellID->322367237,ExpressionUUID->"318762cc-c481-475f-855b-41f1e0bc7164"], Cell[CellGroupData[{ @@ -636,18 +637,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4dad396b-5d17-487c-a825-c53ce1a83431"], + ExpressionUUID->"fd945882-d010-4107-800a-cc66d918b15f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5f2f04d3-30ae-4c84-b8b2-ff9134be889d"], + "Spacer1"]],ExpressionUUID->"678d16e2-4223-4708-9153-0a1b2c2f178a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "beab05c3-e9c3-4594-a677-035f1de4ec7d"] + "653898be-0844-4dcf-a6b4-35dff97c23da"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1479113242,ExpressionUUID->"d8f77f0b-5c1f-4ad0-8135-7bd59309ade0"], + CellID->1570770149,ExpressionUUID->"817da7a0-03a7-480e-9fc4-8c30972f23f4"], Cell["Loading the package:", "ExampleText", CellID->1334021815,ExpressionUUID->"344098b0-f586-44f6-bc54-14d174d24df3"], @@ -1047,8 +1048,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1210,15 +1209,15 @@ Cell[BoxData[GridBox[{ "01bca9ee-c3e9-4caa-bbae-7ad67b298014"] }], "SeeAlso",ExpressionUUID->"c1ed9e9e-82d3-4e71-bb28-22a140b58186"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"949bb69d-7b3b-4905-bfb2-\ -36e8e4c27166"], + }]], "SeeAlsoSection",ExpressionUUID->"b06c8c8a-aae3-45a9-b49f-\ +0096eeee1979"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1230,9 +1229,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a20cba41-cef2-48b3-84ca-86dc36180e18"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ebf42b1f-a40e-40d2-9fa2-\ -d0cb9d66d26e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f4c4b7ad-a5b7-4db8-9695-\ +62d2a8625579"], Cell[BoxData[GridBox[{ { @@ -1249,7 +1247,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ba93f570-0b11-4136-a3c5-c5ab26ac25a3"]}]}, + "7ca9632f-cbba-4dcc-bef9-8320b873f9ec"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1257,10 +1255,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b0d55b93-0e2c-4fdf-859b-7bdad250b6b9"]}]} + "18b10635-8641-41af-8da6-1d8baccb575d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"dde089c3-394e-4907-84d1-\ -727276b71e8d"], + }]], "MoreAboutSection",ExpressionUUID->"a54338d5-da10-4aba-9b4e-\ +62b5f254241d"], Cell[BoxData[GridBox[{ { @@ -1287,7 +1285,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "04d569a2-74f9-41b7-a119-1901a58c9c5f"]], "RelatedLinks", + "f7975f0d-2ae5-4868-a30c-4ebb9412dff8"]], "RelatedLinks", ExpressionUUID->"2e95b523-72b7-4556-8cfd-c6f95edd51d3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1304,7 +1302,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PDValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1e8e8455-1ac5-4634-8005-32588e28c0b2"]], "RelatedLinks", + "77fa80c8-789a-4f60-a6ac-6f15b0cfd8b4"]], "RelatedLinks", ExpressionUUID->"cf28e70e-ce21-4579-bf25-8388e5681d30"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1321,11 +1319,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f980e18b-0511-4fe1-91b5-3aaa60052399"]], "RelatedLinks", + "bd0cfbc9-bbc4-4ffe-b49f-0f1a88da44c0"]], "RelatedLinks", ExpressionUUID->"ca89ec52-67c0-40a1-917f-3e328dc2b5c9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f8ace806-8ef5-4b5e-9b58-\ -885476c13662"], + }]], "RelatedLinksSection",ExpressionUUID->"f44a1505-6556-4116-a285-\ +7622f27ee1ac"], Cell[CellGroupData[{ @@ -1355,11 +1353,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"618de05c-e760-4278-9afe-ac7d66aae413"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"619865c0-de9d-4123-829c-cc5ee1bdcfd4"] +Cell[" ", "FooterCell",ExpressionUUID->"02519d66-1471-47fe-a065-a41a614fced2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LorenzSolution", TaggingRules->{ @@ -1370,7 +1368,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 22.984580}", + "built" -> "{2024, 6, 3, 16, 53, 35.376929}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1379,11 +1377,11 @@ TaggingRules->{ LorenzSolution[game, options] the working precision can be changed by \ providing integer digits. Alternatively, a numerical approximation of the \ solution can be returned.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "LorenzSolution", "titlemodifier" -> "", "windowtitle" -> - "LorenzSolution", "type" -> "Symbol", "uri" -> + "LorenzSolution", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "LorenzSolution", "type" -> "Symbol", "uri" -> "TUG/ref/LorenzSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1392,9 +1390,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6ddcd33b-1583-4b72-8558-c2cadfc2d1c5" +ExpressionUUID->"9cada22f-62cd-4000-a059-6c6083106edf" ] (* End of Notebook Content *) @@ -1402,211 +1400,209 @@ ExpressionUUID->"6ddcd33b-1583-4b72-8558-c2cadfc2d1c5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21944, 572, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"307c5fec-e825-420f-be99-2814f943e453", + Cell[21960, 573, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"318762cc-c481-475f-855b-41f1e0bc7164", CellTags->"PrimaryExamplesSection", - CellID->312897421]} + CellID->322367237]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 50556, 1403} + {"PrimaryExamplesSection", 50556, 1401} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7108, 170, 56, "AnchorBarGrid",ExpressionUUID->"b7b19bdd-74ac-4524-9d10-2c77bd0d12c9", +Cell[586, 21, 7124, 171, 57, "AnchorBarGrid",ExpressionUUID->"faea3f8a-4cf1-4623-bfe2-ff07f97193d6", CellID->1], -Cell[7697, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9afd997a-ed62-401b-88d2-4770e199a9e4"], +Cell[7713, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9665254c-c982-4c15-aa7b-68c1e66ecb1e"], Cell[CellGroupData[{ -Cell[7808, 197, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"3b11ccb6-d5fd-4ab8-b70f-52458fa8e2c4"], -Cell[9099, 234, 945, 19, 209, "Usage",ExpressionUUID->"499303e5-b453-44b5-996c-7cf13e55be43", +Cell[7824, 198, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"a94d8b0e-6f88-465d-8dfa-d31e6b23c358"], +Cell[9115, 235, 945, 19, 208, "Usage",ExpressionUUID->"499303e5-b453-44b5-996c-7cf13e55be43", CellID->885199487] }, Open ]], Cell[CellGroupData[{ -Cell[10081, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"7e39a0b1-87c2-481e-b111-79c3039cc9ce", +Cell[10097, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"b18d7921-d4c3-468e-8dd6-27ccef693333", CellGroupingRules->{"SectionGrouping", 50}, - CellID->566907592], -Cell[11978, 307, 515, 12, 57, "Notes",ExpressionUUID->"ca9904d9-1b24-4780-b316-ed0f86dd9b1f", + CellID->455787652], +Cell[11994, 308, 515, 12, 57, "Notes",ExpressionUUID->"ca9904d9-1b24-4780-b316-ed0f86dd9b1f", CellID->1014199156], -Cell[12496, 321, 489, 12, 37, "Notes",ExpressionUUID->"911cc296-0d6a-4203-a495-f6a9dabd5728", +Cell[12512, 322, 489, 12, 38, "Notes",ExpressionUUID->"911cc296-0d6a-4203-a495-f6a9dabd5728", CellID->177724765], -Cell[12988, 335, 211, 4, 36, "Notes",ExpressionUUID->"f5c2d531-ba5c-4644-923e-1fce9689abcb", +Cell[13004, 336, 211, 4, 36, "Notes",ExpressionUUID->"f5c2d531-ba5c-4644-923e-1fce9689abcb", CellID->1345349860], -Cell[13202, 341, 224, 4, 36, "Notes",ExpressionUUID->"086fd051-40ca-4d18-bcf4-4b78e9fb04cc", +Cell[13218, 342, 224, 4, 36, "Notes",ExpressionUUID->"086fd051-40ca-4d18-bcf4-4b78e9fb04cc", CellID->1590470306], -Cell[13429, 347, 191, 4, 36, "Notes",ExpressionUUID->"257b5ad2-6f4a-4c69-a6a1-323c5ba7fdb7", +Cell[13445, 348, 191, 4, 36, "Notes",ExpressionUUID->"257b5ad2-6f4a-4c69-a6a1-323c5ba7fdb7", CellID->1422093448], -Cell[13623, 353, 297, 5, 57, "Notes",ExpressionUUID->"b5d43376-db3a-4269-9294-143326e71e02", +Cell[13639, 354, 297, 5, 57, "Notes",ExpressionUUID->"b5d43376-db3a-4269-9294-143326e71e02", CellID->1210693388], -Cell[13923, 360, 386, 12, 37, "Notes",ExpressionUUID->"d290d742-126a-4b7d-9ff1-7f4a3c0155e3", +Cell[13939, 361, 386, 12, 38, "Notes",ExpressionUUID->"d290d742-126a-4b7d-9ff1-7f4a3c0155e3", CellID->24981], -Cell[14312, 374, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"5bed6550-ccaf-45ea-b1d1-6718883b003b", +Cell[14328, 375, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"5bed6550-ccaf-45ea-b1d1-6718883b003b", CellID->2025032606], -Cell[15272, 395, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"ee4a0a43-5603-4bac-b657-1ed195733df5", +Cell[15288, 396, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"ee4a0a43-5603-4bac-b657-1ed195733df5", CellID->1546107665], -Cell[16087, 415, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"c1f22014-a834-4bdb-8e24-e2756b01bd5f", +Cell[16103, 416, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"c1f22014-a834-4bdb-8e24-e2756b01bd5f", CellID->512784626], -Cell[16977, 436, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"8d4f8c29-06ed-46fd-80be-cefa235d5503", +Cell[16993, 437, 844, 18, 70, "2ColumnTableMod",ExpressionUUID->"8d4f8c29-06ed-46fd-80be-cefa235d5503", CellID->1691942019], -Cell[17824, 456, 267, 4, 70, "Notes",ExpressionUUID->"39a3b58e-b4f4-43da-8689-133c8fcbca46", +Cell[17840, 457, 267, 4, 70, "Notes",ExpressionUUID->"39a3b58e-b4f4-43da-8689-133c8fcbca46", CellID->13178], -Cell[18094, 462, 1697, 40, 70, "3ColumnTableMod",ExpressionUUID->"54b0b2b1-2dee-40b4-9ce5-2823dbb33473", +Cell[18110, 463, 1697, 40, 70, "3ColumnTableMod",ExpressionUUID->"54b0b2b1-2dee-40b4-9ce5-2823dbb33473", CellID->1699621045], -Cell[19794, 504, 434, 13, 70, "Notes",ExpressionUUID->"bd938dd2-6d88-49d9-80a2-09e4facdd476", +Cell[19810, 505, 434, 13, 70, "Notes",ExpressionUUID->"bd938dd2-6d88-49d9-80a2-09e4facdd476", CellID->21366723], -Cell[20231, 519, 559, 15, 70, "Notes",ExpressionUUID->"b68bf8c4-9efe-47b6-9872-e17735641a07", +Cell[20247, 520, 559, 15, 70, "Notes",ExpressionUUID->"b68bf8c4-9efe-47b6-9872-e17735641a07", CellID->1161473568], -Cell[20793, 536, 507, 14, 70, "Notes",ExpressionUUID->"339b076e-353a-4717-b14e-18ad67678833", +Cell[20809, 537, 507, 14, 70, "Notes",ExpressionUUID->"339b076e-353a-4717-b14e-18ad67678833", CellID->2041037989], -Cell[21303, 552, 514, 14, 70, "Notes",ExpressionUUID->"d90a3c4f-d030-4883-a900-db60941925ef", +Cell[21319, 553, 514, 14, 70, "Notes",ExpressionUUID->"d90a3c4f-d030-4883-a900-db60941925ef", CellID->386456491] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21944, 572, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"307c5fec-e825-420f-be99-2814f943e453", +Cell[21960, 573, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"318762cc-c481-475f-855b-41f1e0bc7164", CellTags->"PrimaryExamplesSection", - CellID->312897421], + CellID->322367237], Cell[CellGroupData[{ -Cell[23389, 613, 1399, 36, 70, "ExampleSection",ExpressionUUID->"d8f77f0b-5c1f-4ad0-8135-7bd59309ade0", - CellID->1479113242], -Cell[24791, 651, 119, 1, 70, "ExampleText",ExpressionUUID->"344098b0-f586-44f6-bc54-14d174d24df3", +Cell[23405, 614, 1399, 36, 70, "ExampleSection",ExpressionUUID->"817da7a0-03a7-480e-9fc4-8c30972f23f4", + CellID->1570770149], +Cell[24807, 652, 119, 1, 70, "ExampleText",ExpressionUUID->"344098b0-f586-44f6-bc54-14d174d24df3", CellID->1334021815], Cell[CellGroupData[{ -Cell[24935, 656, 168, 3, 70, "Input",ExpressionUUID->"afd3cb68-e88e-47c8-b9f2-98f1716c9fd4", +Cell[24951, 657, 168, 3, 70, "Input",ExpressionUUID->"afd3cb68-e88e-47c8-b9f2-98f1716c9fd4", CellID->1096309632], Cell[CellGroupData[{ -Cell[25128, 663, 235, 4, 70, "Print",ExpressionUUID->"a2d5bed5-cbcf-470d-a616-5ffb2877dfa7", +Cell[25144, 664, 235, 4, 70, "Print",ExpressionUUID->"a2d5bed5-cbcf-470d-a616-5ffb2877dfa7", CellID->126347540], -Cell[25366, 669, 365, 8, 70, "Print",ExpressionUUID->"a666e19c-d77e-4f2d-80eb-71f58939e986", +Cell[25382, 670, 365, 8, 70, "Print",ExpressionUUID->"a666e19c-d77e-4f2d-80eb-71f58939e986", CellID->1821893589], -Cell[25734, 679, 235, 4, 70, "Print",ExpressionUUID->"2656b67d-d78c-4b3d-849c-bf0fb059d460", +Cell[25750, 680, 235, 4, 70, "Print",ExpressionUUID->"2656b67d-d78c-4b3d-849c-bf0fb059d460", CellID->374418458], -Cell[25972, 685, 220, 3, 70, "Print",ExpressionUUID->"91a0fe10-acf8-4e03-a9e5-8896aefdb62e", +Cell[25988, 686, 220, 3, 70, "Print",ExpressionUUID->"91a0fe10-acf8-4e03-a9e5-8896aefdb62e", CellID->1192631594], -Cell[26195, 690, 206, 3, 70, "Print",ExpressionUUID->"23143836-c511-4a27-9c9f-cf60bf2ef459", +Cell[26211, 691, 206, 3, 70, "Print",ExpressionUUID->"23143836-c511-4a27-9c9f-cf60bf2ef459", CellID->226530899], -Cell[26404, 695, 237, 4, 70, "Print",ExpressionUUID->"bf060279-d43b-4443-a48f-6bc76a432119", +Cell[26420, 696, 237, 4, 70, "Print",ExpressionUUID->"bf060279-d43b-4443-a48f-6bc76a432119", CellID->1308733385], -Cell[26644, 701, 220, 3, 70, "Print",ExpressionUUID->"2f28ab38-9e23-4a33-8f3f-9288fc32490b", +Cell[26660, 702, 220, 3, 70, "Print",ExpressionUUID->"2f28ab38-9e23-4a33-8f3f-9288fc32490b", CellID->1006970967], -Cell[26867, 706, 235, 4, 70, "Print",ExpressionUUID->"9b155f80-6aa7-49e4-9528-7b0a1675bd4f", +Cell[26883, 707, 235, 4, 70, "Print",ExpressionUUID->"9b155f80-6aa7-49e4-9528-7b0a1675bd4f", CellID->193332668], -Cell[27105, 712, 235, 4, 70, "Print",ExpressionUUID->"c7b73dc1-ad61-4ddc-87cd-a21c51836000", +Cell[27121, 713, 235, 4, 70, "Print",ExpressionUUID->"c7b73dc1-ad61-4ddc-87cd-a21c51836000", CellID->946481544], -Cell[27343, 718, 206, 3, 70, "Print",ExpressionUUID->"e377460a-ffc0-432a-a20f-25a5b092e2fb", +Cell[27359, 719, 206, 3, 70, "Print",ExpressionUUID->"e377460a-ffc0-432a-a20f-25a5b092e2fb", CellID->118960455], -Cell[27552, 723, 236, 4, 70, "Print",ExpressionUUID->"d28bd7d4-3a5a-409b-a43f-a90f89c2e2f1", +Cell[27568, 724, 236, 4, 70, "Print",ExpressionUUID->"d28bd7d4-3a5a-409b-a43f-a90f89c2e2f1", CellID->1606723753] }, Open ]] }, Open ]], -Cell[27815, 731, 136, 1, 70, "ExampleText",ExpressionUUID->"654551fe-80b1-41de-a1c4-5fafbdfe78cc", +Cell[27831, 732, 136, 1, 70, "ExampleText",ExpressionUUID->"654551fe-80b1-41de-a1c4-5fafbdfe78cc", CellID->246240706], -Cell[27954, 734, 234, 6, 70, "Input",ExpressionUUID->"143bc0c0-5b33-4113-b637-ce7900694106", +Cell[27970, 735, 234, 6, 70, "Input",ExpressionUUID->"143bc0c0-5b33-4113-b637-ce7900694106", CellID->591850362], Cell[CellGroupData[{ -Cell[28213, 744, 360, 8, 70, "Input",ExpressionUUID->"b8bc8a12-31d4-42b0-8932-00eaf59b9779", +Cell[28229, 745, 360, 8, 70, "Input",ExpressionUUID->"b8bc8a12-31d4-42b0-8932-00eaf59b9779", CellID->1993600939], -Cell[28576, 754, 360, 8, 36, "Output",ExpressionUUID->"a81db341-12bc-4447-ad4c-f4fc0d7c0abd", +Cell[28592, 755, 360, 8, 36, "Output",ExpressionUUID->"a81db341-12bc-4447-ad4c-f4fc0d7c0abd", CellID->80304037] }, Open ]], -Cell[28951, 765, 238, 6, 70, "Input",ExpressionUUID->"206e7735-cb2d-4c10-94a7-6cae2a3c4c02", +Cell[28967, 766, 238, 6, 70, "Input",ExpressionUUID->"206e7735-cb2d-4c10-94a7-6cae2a3c4c02", CellID->1702224154], -Cell[29192, 773, 190, 4, 70, "ExampleText",ExpressionUUID->"becae206-1257-4533-839a-c52b83fd14a9", +Cell[29208, 774, 190, 4, 70, "ExampleText",ExpressionUUID->"becae206-1257-4533-839a-c52b83fd14a9", CellID->965184465], Cell[CellGroupData[{ -Cell[29407, 781, 172, 3, 70, "Input",ExpressionUUID->"9547b583-000e-4068-9b9b-1491d58e4db2", +Cell[29423, 782, 172, 3, 70, "Input",ExpressionUUID->"9547b583-000e-4068-9b9b-1491d58e4db2", CellID->1854223321], -Cell[29582, 786, 349, 8, 36, "Output",ExpressionUUID->"dd81c1a9-e1f9-4e34-8388-a9d595c7bf21", +Cell[29598, 787, 349, 8, 36, "Output",ExpressionUUID->"dd81c1a9-e1f9-4e34-8388-a9d595c7bf21", CellID->1738394158] }, Open ]], -Cell[29946, 797, 140, 1, 70, "ExampleText",ExpressionUUID->"3d03a710-8c0f-48be-b18e-c1ac57403327", +Cell[29962, 798, 140, 1, 70, "ExampleText",ExpressionUUID->"3d03a710-8c0f-48be-b18e-c1ac57403327", CellID->56302221], Cell[CellGroupData[{ -Cell[30111, 802, 195, 4, 70, "Input",ExpressionUUID->"7e3f5b9e-c229-47b3-8d46-677fc2867952", +Cell[30127, 803, 195, 4, 70, "Input",ExpressionUUID->"7e3f5b9e-c229-47b3-8d46-677fc2867952", CellID->874975028], -Cell[30309, 808, 313, 9, 51, "Output",ExpressionUUID->"6140b14f-c7c9-4e1a-98c7-12d1e26bee7d", +Cell[30325, 809, 313, 9, 50, "Output",ExpressionUUID->"6140b14f-c7c9-4e1a-98c7-12d1e26bee7d", CellID->1803114822] }, Open ]], -Cell[30637, 820, 496, 7, 70, "ExampleText",ExpressionUUID->"57798f41-edf4-47da-bb79-705c10ef07de", +Cell[30653, 821, 496, 7, 70, "ExampleText",ExpressionUUID->"57798f41-edf4-47da-bb79-705c10ef07de", CellID->613946192], Cell[CellGroupData[{ -Cell[31158, 831, 265, 6, 70, "Input",ExpressionUUID->"c99a94cd-e99c-4119-ba24-3f61e24d0914", +Cell[31174, 832, 265, 6, 70, "Input",ExpressionUUID->"c99a94cd-e99c-4119-ba24-3f61e24d0914", CellID->1185987979], -Cell[31426, 839, 322, 9, 51, "Output",ExpressionUUID->"260b1d5f-e454-4c49-b4e3-c7e8f90db506", +Cell[31442, 840, 322, 9, 51, "Output",ExpressionUUID->"260b1d5f-e454-4c49-b4e3-c7e8f90db506", CellID->366391171] }, Open ]], -Cell[31763, 851, 309, 7, 70, "ExampleText",ExpressionUUID->"61914619-fee4-48cf-8164-c60575a64dc8", +Cell[31779, 852, 309, 7, 70, "ExampleText",ExpressionUUID->"61914619-fee4-48cf-8164-c60575a64dc8", CellID->549904097], Cell[CellGroupData[{ -Cell[32097, 862, 328, 7, 70, "Input",ExpressionUUID->"4b54397c-7a0e-4a15-9b64-bacb9e5bc2f2", +Cell[32113, 863, 328, 7, 70, "Input",ExpressionUUID->"4b54397c-7a0e-4a15-9b64-bacb9e5bc2f2", CellID->2053628627], -Cell[32428, 871, 426, 9, 36, "Output",ExpressionUUID->"f6219ca6-c843-4779-900e-57b670c2b79e", +Cell[32444, 872, 426, 9, 36, "Output",ExpressionUUID->"f6219ca6-c843-4779-900e-57b670c2b79e", CellID->839793437] }, Open ]], -Cell[32869, 883, 168, 3, 70, "ExampleText",ExpressionUUID->"cfedd239-7dd9-42a5-9265-07797e665d2f", +Cell[32885, 884, 168, 3, 70, "ExampleText",ExpressionUUID->"cfedd239-7dd9-42a5-9265-07797e665d2f", CellID->931985341], Cell[CellGroupData[{ -Cell[33062, 890, 281, 7, 70, "Input",ExpressionUUID->"080a8c3e-3807-444a-b12e-33092c96d2ce", +Cell[33078, 891, 281, 7, 70, "Input",ExpressionUUID->"080a8c3e-3807-444a-b12e-33092c96d2ce", CellID->1150510123], -Cell[33346, 899, 312, 9, 51, "Output",ExpressionUUID->"f24c3c69-f770-4557-bae9-60d6c66060f8", +Cell[33362, 900, 312, 9, 50, "Output",ExpressionUUID->"f24c3c69-f770-4557-bae9-60d6c66060f8", CellID->974230075] }, Open ]], Cell[CellGroupData[{ -Cell[33695, 913, 267, 6, 70, "Input",ExpressionUUID->"0b82d81a-2808-4d99-96b7-9ba08dfcf632", +Cell[33711, 914, 267, 6, 70, "Input",ExpressionUUID->"0b82d81a-2808-4d99-96b7-9ba08dfcf632", CellID->1476874084], -Cell[33965, 921, 314, 9, 51, "Output",ExpressionUUID->"18897a50-78c4-4be2-9af8-c0d5367d45bb", +Cell[33981, 922, 314, 9, 50, "Output",ExpressionUUID->"18897a50-78c4-4be2-9af8-c0d5367d45bb", CellID->1510168660] }, Open ]], Cell[CellGroupData[{ -Cell[34316, 935, 268, 6, 70, "Input",ExpressionUUID->"b9f9e6a3-05a9-4301-80b8-2d1918626937", +Cell[34332, 936, 268, 6, 70, "Input",ExpressionUUID->"b9f9e6a3-05a9-4301-80b8-2d1918626937", CellID->947242084], -Cell[34587, 943, 314, 9, 51, "Output",ExpressionUUID->"56afd2eb-1e91-4e40-b7a3-0852c7a3f014", +Cell[34603, 944, 314, 9, 50, "Output",ExpressionUUID->"56afd2eb-1e91-4e40-b7a3-0852c7a3f014", CellID->1628030829] }, Open ]], Cell[CellGroupData[{ -Cell[34938, 957, 275, 6, 70, "Input",ExpressionUUID->"eb7afda2-8f99-48cc-a2ce-85e481712ff6", +Cell[34954, 958, 275, 6, 70, "Input",ExpressionUUID->"eb7afda2-8f99-48cc-a2ce-85e481712ff6", CellID->1347865694], -Cell[35216, 965, 313, 9, 51, "Output",ExpressionUUID->"ab31ceed-b54e-4f02-8902-aeb3d9ec00b7", +Cell[35232, 966, 313, 9, 50, "Output",ExpressionUUID->"ab31ceed-b54e-4f02-8902-aeb3d9ec00b7", CellID->469990735] }, Open ]], Cell[CellGroupData[{ -Cell[35566, 979, 260, 6, 70, "Input",ExpressionUUID->"cf991e5e-51c8-43dd-9069-14193955bfbc", +Cell[35582, 980, 260, 6, 70, "Input",ExpressionUUID->"cf991e5e-51c8-43dd-9069-14193955bfbc", CellID->16833132], -Cell[35829, 987, 314, 9, 51, "Output",ExpressionUUID->"f9b83391-9d86-4476-94dc-e6ee15e25328", +Cell[35845, 988, 314, 9, 50, "Output",ExpressionUUID->"f9b83391-9d86-4476-94dc-e6ee15e25328", CellID->1975606402] }, Open ]], Cell[CellGroupData[{ -Cell[36180, 1001, 260, 6, 70, "Input",ExpressionUUID->"85d7b42d-7e9f-4db7-bf05-5e3cc9781d31", +Cell[36196, 1002, 260, 6, 70, "Input",ExpressionUUID->"85d7b42d-7e9f-4db7-bf05-5e3cc9781d31", CellID->50063913], -Cell[36443, 1009, 314, 9, 51, "Output",ExpressionUUID->"088f3415-b289-46c9-b772-c62b85728398", +Cell[36459, 1010, 314, 9, 50, "Output",ExpressionUUID->"088f3415-b289-46c9-b772-c62b85728398", CellID->2075210835] }, Open ]], Cell[CellGroupData[{ -Cell[36794, 1023, 262, 6, 70, "Input",ExpressionUUID->"b87382d5-eb15-49e8-88de-60fccacc0581", +Cell[36810, 1024, 262, 6, 70, "Input",ExpressionUUID->"b87382d5-eb15-49e8-88de-60fccacc0581", CellID->936392202], -Cell[37059, 1031, 314, 9, 51, "Output",ExpressionUUID->"2dbd7f85-23e0-4f3f-ab79-0206d00339f4", +Cell[37075, 1032, 314, 9, 50, "Output",ExpressionUUID->"2dbd7f85-23e0-4f3f-ab79-0206d00339f4", CellID->1862564820] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[37631, 1050, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"b06c8c8a-aae3-45a9-b49f-0096eeee1979"], +Cell[43518, 1214, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f4c4b7ad-a5b7-4db8-9695-62d2a8625579"], +Cell[44191, 1234, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a54338d5-da10-4aba-9b4e-62b5f254241d"], +Cell[45227, 1262, 2199, 63, 70, "RelatedLinksSection",ExpressionUUID->"f44a1505-6556-4116-a285-7622f27ee1ac"], Cell[CellGroupData[{ -Cell[37637, 1051, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"949bb69d-7b3b-4905-bfb2-36e8e4c27166"], -Cell[43524, 1215, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ebf42b1f-a40e-40d2-9fa2-d0cb9d66d26e"] -}, Open ]], -Cell[44209, 1236, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"dde089c3-394e-4907-84d1-727276b71e8d"], -Cell[45245, 1264, 2199, 63, 70, "RelatedLinksSection",ExpressionUUID->"f8ace806-8ef5-4b5e-9b58-885476c13662"], -Cell[CellGroupData[{ -Cell[47469, 1331, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6da3f3ea-c1e4-4274-aaea-f7805e687f12", +Cell[47451, 1329, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6da3f3ea-c1e4-4274-aaea-f7805e687f12", CellID->778415021], -Cell[47609, 1334, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"79558ebe-c5c5-44cb-9b7d-068e436ec540", +Cell[47591, 1332, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"79558ebe-c5c5-44cb-9b7d-068e436ec540", CellID->1194386356], -Cell[47831, 1340, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"32f9ccad-9dfb-462e-9b11-0dd1dd30de23", +Cell[47813, 1338, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"32f9ccad-9dfb-462e-9b11-0dd1dd30de23", CellID->1641706272], -Cell[48046, 1345, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66db190e-98ed-44b6-851b-d752f7bd7db7", +Cell[48028, 1343, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66db190e-98ed-44b6-851b-d752f7bd7db7", CellID->399251956], -Cell[48275, 1351, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"618de05c-e760-4278-9afe-ac7d66aae413", +Cell[48257, 1349, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"618de05c-e760-4278-9afe-ac7d66aae413", CellID->821434655] }, Open ]], -Cell[48512, 1357, 78, 0, 70, "FooterCell",ExpressionUUID->"619865c0-de9d-4123-829c-cc5ee1bdcfd4"] +Cell[48494, 1355, 78, 0, 70, "FooterCell",ExpressionUUID->"02519d66-1471-47fe-a065-a41a614fced2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LowerCritVal.nb b/Documentation/English/ReferencePages/Symbols/LowerCritVal.nb index a655888..ce7c939 100644 --- a/Documentation/English/ReferencePages/Symbols/LowerCritVal.nb +++ b/Documentation/English/ReferencePages/Symbols/LowerCritVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 586028, 11368] -NotebookOptionsPosition[ 577863, 11207] -NotebookOutlinePosition[ 580047, 11262] -CellTagsIndexPosition[ 579959, 11257] +NotebookDataLength[ 586079, 11370] +NotebookOptionsPosition[ 577929, 11211] +NotebookOutlinePosition[ 580130, 11266] +CellTagsIndexPosition[ 580042, 11261] WindowTitle->LowerCritVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "03e31205-afbc-480d-90e9-a9dd75105c95"], + "a4d44ac3-8b76-4945-a7b8-a28fae135352"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "099fdf50-9403-47fd-adb2-94699857d8b8"], + "129e6cca-385f-4165-9cb9-ff4e90f99c30"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef1c693f-ed69-4ba0-8022-005cc5d31715"] - }],ExpressionUUID->"38cd98d1-00e4-46e6-9bf1-5db425fdf630"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "9062fcff-4ddf-4f68-8fc5-52a61cc4d74b"] + }],ExpressionUUID->"8cf70e28-67c4-4051-817e-20d11d75941c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "69877a47-6169-43f6-b98a-9fdb15b0f129"], + "4b2901d4-a828-4ae7-81a5-588075a84775"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c1300be-8ddf-422d-9817-1ff3e39ca961"] - }],ExpressionUUID->"79e19afc-287c-4a2e-9c6a-ed28b1f6b762"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cc9f4fd9-a59a-4a8a-959a-16bcf61a3406"] + }],ExpressionUUID->"08cf5a01-11fe-403f-8a8f-0a96453ab660"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "babc8980-43e2-4235-8f5d-b6764140dee7"], + "f548505c-663d-487b-89b9-37c77bece9bd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c634f31a-f086-448c-b0d3-16558d7f03da"] - }],ExpressionUUID->"75727340-9eda-4c24-8b14-d456f9d80a14"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "75c46b53-3d4d-4fed-b572-14b41d9662a2"] + }],ExpressionUUID->"16af220d-fa75-4e6a-ba26-47330109daf6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0ad89582-2379-4d70-98b5-11638345096c"], + "003841d8-aad8-4514-9393-139f5482b109"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a8d26f2-dd93-43f0-8ee2-83bc7bb78a48"] - }],ExpressionUUID->"1f682689-5843-4f92-b8f9-0d56011dbb4d"], - StripOnInput->False], {"\<\"TUG/ref/LowerCritVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LowerCritVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LowerCritVal.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$110777], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LowerCritVal" <> ".html"], None}]}]}, + "d357d25d-c6e7-44b7-9229-9451ed8364f3"] + }],ExpressionUUID->"b22b3a1f-e11c-46c4-81d3-2b24ad3be1a9"], + StripOnInput->False],{ + "\"TUG/ref/LowerCritVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LowerCritVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +LowerCritVal.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$119699], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LowerCritVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "96ca8ef6-c361-4517-b8fb-e8798519d7dc"] + "111ff122-8f73-4308-bfb1-aa5d41014b8f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a0f71d0d-7d29-452d-bc95-08b712580133"]} + "43a731f1-0b1e-4632-b743-b84f56190636"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8eaef01d-2991-4817-ad19-e265c37878c9"], + CellID->1,ExpressionUUID->"c00f2a40-2b80-4ea3-96ec-2b8cc229df8e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"2e418b83-8eec-49e9-a169-5565f35d0781"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4a88d7c7-0cd6-4e4c-8c55-3555821ccaad"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LowerCritVal", "ObjectName",ExpressionUUID-> - "22dd609e-bf8d-478a-855d-17481f58f42f"], + "884b9bb2-5839-48e4-a189-2ba73113d164"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7ffc51d3-2ccf-40e6-b0d1-1de6bb0afe48"], + "Spacer1"]],ExpressionUUID->"710e888d-14df-4edb-815f-2c51d7fc52ea"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8ddb2340-0750-4fd0-be13-e4e7dc758072"] - }],ExpressionUUID->"f2dc52e0-8060-44e1-94c1-7114f1a6b6e7"], Cell[BoxData[ + "52118949-9037-4f54-9390-fe7b73556ee3"] + }],ExpressionUUID->"d20e5eb5-742e-4c5e-870a-b7c898d718a6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d63455cc-45ad-419d-ba97-438f9f51ad9f"]} + "41a0d7bf-8e98-41f4-aeec-ffe24448f7b3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"695a1347-1d86-4552-9af3-a6f454fa2bbc"], + CacheGraphics->False,ExpressionUUID->"0c0aabf5-b1dc-40c7-9d1c-fff63a56004a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelProperty2d to impose a lower critical value to specify the \ smallest strong epsilon-core that should be drawn. " - }],ExpressionUUID->"3d71831e-583c-444b-af89-adba6d82bfbd"]} + }],ExpressionUUID->"119b6c01-c908-494d-b19d-cabb84d35a5c"]} }]], "Usage", CellID->972153223,ExpressionUUID->"1feb54ef-6d2c-4448-aa16-eaf4d5d14b1a"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0dbe5143-c454-44f9-b7ec-16dbb057cfc0"], + ExpressionUUID->"dbb23104-7b2a-4af2-a98a-a9f52199e228"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"824bfefc-3dde-4cc8-a779-bee3a9f50098"], + "Spacer1"]],ExpressionUUID->"aa4558b3-d0b4-41c0-b8d9-b8adb931829a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a1868aae-b3c3-45d6-948a-ea9fd20e983f"], + }], "NotesFrameText",ExpressionUUID->"7f5fe665-6945-404f-9e43-21b0fc186dcf"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4f8b7228-8f19-4906-8dff-7448ac9b6951"]], \ + "Preemptive"]],ExpressionUUID->"1b2f2b2f-e5ef-4328-9dbd-18e99e7a3580"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->499560636,ExpressionUUID->"2e212398-b927-4663-8a82-4cd1cfbe5aef"], + CellID->2096059079,ExpressionUUID->"9507f856-e57a-4eed-a4b7-d9f451afa3e9"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -347,19 +352,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"42a40ee1-c8df-4001-8e55-7db41e1ee96a"], + ExpressionUUID->"8a09c645-116f-45f1-830b-4cc3c4393c3b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"401e0354-4c4e-4f20-b3c6-a48df084657e"], + "Spacer1"]],ExpressionUUID->"52c0f141-e2d5-4f0a-831b-85a379cc6067"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a1abc7cf-301c-497f-9b65-f7bafc9570c8"] + "1649a0a4-8d80-4daa-b291-eab3e06f6aaa"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1807772525,ExpressionUUID->"5d8a5282-b184-4f82-9cd2-9e108f6e724e"], + CellID->491967967,ExpressionUUID->"ea3d0377-9646-43d4-b1dd-269e37fca63a"], Cell[CellGroupData[{ @@ -388,18 +393,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e4b61c32-c032-4ef0-a729-eb25f1a11225"], + ExpressionUUID->"f596c94d-5523-492d-bd70-bf3669e8b8c6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"65c57341-67ec-4a5f-9b6e-691f102fd2c4"], + "Spacer1"]],ExpressionUUID->"bd52e9d1-37ae-4061-8215-1673d4149459"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7653f15e-d7f3-4112-9dc9-278a550753b8"] + "2ec83bb1-8c83-4d31-b39f-aa3a73a0d376"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->743742444,ExpressionUUID->"f468b5ec-00ee-435b-8dee-72310ad09a90"], + CellID->1753942675,ExpressionUUID->"b1a08bc8-71ed-487b-832d-0772556ee9d0"], Cell["Loading the package:", "ExampleText", CellID->1597738800,ExpressionUUID->"a09bef94-990a-427e-a75d-b0b5bedba043"], @@ -1193,8 +1198,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -1209,8 +1213,8 @@ Cell[BoxData[ RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", - RowBox[{"25", ",", "96", ",", "0"}], - "}"}], {66.61900418611793, -71.0375}], InsetBox[ + RowBox[{"25", ",", "96", ",", "0"}], "}"}], + {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", RowBox[{"27", ",", "5", ",", "89"}], "}"}], {-26.00241274862777, 82.48749999999998}], @@ -1340,8 +1344,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -1540,8 +1544,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -2337,8 +2341,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -2837,8 +2841,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -3049,8 +3053,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -3428,8 +3432,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -3580,8 +3585,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -3976,8 +3980,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -4586,7 +4591,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -5218,8 +5224,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -5366,8 +5371,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -5566,8 +5571,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -6120,8 +6125,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], - "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], "}"}], + {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -6225,7 +6230,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -6362,8 +6368,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -6738,8 +6744,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], - "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], "}"}], + {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -6863,8 +6869,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -7454,11 +7460,12 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -7609,8 +7616,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -8004,8 +8010,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -8374,8 +8381,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], - "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], "}"}], + {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -9242,8 +9249,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -9390,8 +9396,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -9590,8 +9596,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -10388,8 +10394,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -10628,7 +10634,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -10891,8 +10898,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -11040,15 +11045,15 @@ Cell[BoxData[GridBox[{ "e73c6f4e-417e-457a-a1db-08c8efb4f706"] }], "SeeAlso",ExpressionUUID->"7d115dbb-0c7b-4192-b1cc-81b0f7d1cd39"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"07b16870-ce53-4cfd-b6a8-\ -02bb9a37d9c4"], + }]], "SeeAlsoSection",ExpressionUUID->"6859176c-9f79-4b0c-9d59-\ +2f93a7df816c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -11060,9 +11065,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f769992a-1026-4150-9845-141d09dc18ed"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8877ec3d-d4b8-4714-bf7a-\ -b0851cbf4fb5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"67ea5fa6-253e-4124-b45b-\ +2ada2e254a78"], Cell[BoxData[GridBox[{ { @@ -11079,7 +11083,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3b91d283-eb02-41fe-ada3-b2ea2f4bf069"]}]}, + "48cdfd0f-8165-4538-8fe0-9c867ebc2d02"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -11087,10 +11091,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b48fc1cb-57cb-4c01-a3f7-4011a03ea335"]}]} + "e9a25a9e-d0cb-4667-96b1-0371ea3d6278"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2c78d296-f604-4d07-8c0f-\ -63ef665c80c4"], + }]], "MoreAboutSection",ExpressionUUID->"38dead4b-954e-446e-8769-\ +2e30678d7445"], Cell[BoxData[GridBox[{ { @@ -11118,7 +11122,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c18f16c2-5f2c-415e-80e5-1a0476562451"]], "RelatedLinks", + "d0349e32-6418-4b31-b2bb-e6cf8feb26a4"]], "RelatedLinks", ExpressionUUID->"141e0c95-611d-4772-8572-f75b17169783"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -11135,7 +11139,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a6cb7fad-05c0-463a-9d09-878419933b6d"]], "RelatedLinks", + "dac85b92-6edd-41ee-b3f1-d64bf3ce96dc"]], "RelatedLinks", ExpressionUUID->"e4097992-e935-47fc-863a-f68f1f06f2c2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -11152,7 +11156,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0e8bedab-52d3-4272-aa2c-42383b307e44"]], "RelatedLinks", + "bf1ffb53-b31f-4aff-a976-51ae71be3f28"]], "RelatedLinks", ExpressionUUID->"97aa66a2-4068-4d7a-81b1-b2c47e07e9c2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -11169,11 +11173,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ca0fb02b-c06f-4dd5-8534-9745c18cb0d3"]], "RelatedLinks", + "3ab5cf1c-529c-4288-89a1-8c7de4b33611"]], "RelatedLinks", ExpressionUUID->"9d003676-a506-48e2-a14f-f46fcfc3ed64"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8abef0a5-09a6-4ee1-ada8-\ -c8e856781298"], + }]], "RelatedLinksSection",ExpressionUUID->"297d2e3e-b2c5-4bf7-ad0c-\ +978ae255a3e7"], Cell[CellGroupData[{ @@ -11203,11 +11207,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"54fb3c03-9480-4e74-a560-02eccb44239c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"275e31c5-4e93-4f49-a868-fa7cf19d77b2"] +Cell[" ", "FooterCell",ExpressionUUID->"a327a3e0-e0be-4b41-9beb-6f7a54d54419"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LowerCritVal", TaggingRules->{ @@ -11218,7 +11222,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 28.432877}", + "built" -> "{2024, 6, 3, 16, 53, 39.156140}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -11227,10 +11231,10 @@ TaggingRules->{ AnimationKernelProperty2d to impose a lower critical value to specify the \ smallest strong epsilon-core that should be drawn. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LowerCritVal", "titlemodifier" -> "", - "windowtitle" -> "LowerCritVal", "type" -> "Symbol", "uri" -> - "TUG/ref/LowerCritVal"}}, + "metadescription" -> "", "windowtitle" -> "LowerCritVal", "type" -> + "Symbol", "uri" -> "TUG/ref/LowerCritVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -11239,9 +11243,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"faf7e771-641b-4057-8ac3-72c9daaa8c6c" +ExpressionUUID->"a7d33e90-3a39-4a7c-87f6-3952c46825f7" ] (* End of Notebook Content *) @@ -11249,127 +11253,125 @@ ExpressionUUID->"faf7e771-641b-4057-8ac3-72c9daaa8c6c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12551, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d8a5282-b184-4f82-9cd2-9e108f6e724e", + Cell[12609, 329, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea3d0377-9646-43d4-b1dd-269e37fca63a", CellTags->"PrimaryExamplesSection", - CellID->1807772525]} + CellID->491967967]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 579758, 11250} + {"PrimaryExamplesSection", 579842, 11254} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7120, 168, 56, "AnchorBarGrid",ExpressionUUID->"8eaef01d-2991-4817-ad19-e265c37878c9", +Cell[584, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"c00f2a40-2b80-4ea3-96ec-2b8cc229df8e", CellID->1], -Cell[7707, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"2e418b83-8eec-49e9-a169-5565f35d0781"], +Cell[7764, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4a88d7c7-0cd6-4e4c-8c55-3555821ccaad"], Cell[CellGroupData[{ -Cell[7818, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"695a1347-1d86-4552-9af3-a6f454fa2bbc"], -Cell[9107, 232, 552, 10, 132, "Usage",ExpressionUUID->"1feb54ef-6d2c-4448-aa16-eaf4d5d14b1a", +Cell[7875, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"0c0aabf5-b1dc-40c7-9d1c-fff63a56004a"], +Cell[9164, 237, 552, 10, 131, "Usage",ExpressionUUID->"1feb54ef-6d2c-4448-aa16-eaf4d5d14b1a", CellID->972153223] }, Open ]], Cell[CellGroupData[{ -Cell[9696, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"2e212398-b927-4663-8a82-4cd1cfbe5aef", +Cell[9753, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"9507f856-e57a-4eed-a4b7-d9f451afa3e9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->499560636], -Cell[11593, 296, 489, 12, 37, "Notes",ExpressionUUID->"658bde53-1a87-409f-81fb-2e2f4c2cca74", + CellID->2096059079], +Cell[11651, 301, 489, 12, 38, "Notes",ExpressionUUID->"658bde53-1a87-409f-81fb-2e2f4c2cca74", CellID->177724765], -Cell[12085, 310, 162, 3, 36, "Notes",ExpressionUUID->"e0c95fa3-e579-43ca-ba4e-abee320d16b4", +Cell[12143, 315, 162, 3, 36, "Notes",ExpressionUUID->"e0c95fa3-e579-43ca-ba4e-abee320d16b4", CellID->358334548], -Cell[12250, 315, 174, 3, 36, "Notes",ExpressionUUID->"b5ea4a70-8b0b-4ef3-9185-fabde523cdad", +Cell[12308, 320, 174, 3, 36, "Notes",ExpressionUUID->"b5ea4a70-8b0b-4ef3-9185-fabde523cdad", CellID->1948597890] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12551, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d8a5282-b184-4f82-9cd2-9e108f6e724e", +Cell[12609, 329, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea3d0377-9646-43d4-b1dd-269e37fca63a", CellTags->"PrimaryExamplesSection", - CellID->1807772525], + CellID->491967967], Cell[CellGroupData[{ -Cell[13997, 365, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f468b5ec-00ee-435b-8dee-72310ad09a90", - CellID->743742444], -Cell[15398, 403, 119, 1, 38, "ExampleText",ExpressionUUID->"a09bef94-990a-427e-a75d-b0b5bedba043", +Cell[14054, 370, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b1a08bc8-71ed-487b-832d-0772556ee9d0", + CellID->1753942675], +Cell[15456, 408, 119, 1, 39, "ExampleText",ExpressionUUID->"a09bef94-990a-427e-a75d-b0b5bedba043", CellID->1597738800], Cell[CellGroupData[{ -Cell[15542, 408, 168, 3, 27, "Input",ExpressionUUID->"4c476c06-bb1c-41c3-b6cf-f2b50e98093b", +Cell[15600, 413, 168, 3, 27, "Input",ExpressionUUID->"4c476c06-bb1c-41c3-b6cf-f2b50e98093b", CellID->1776794800], Cell[CellGroupData[{ -Cell[15735, 415, 236, 4, 23, "Print",ExpressionUUID->"a5654213-93de-4cf6-a418-5a0e7497542a", +Cell[15793, 420, 236, 4, 23, "Print",ExpressionUUID->"a5654213-93de-4cf6-a418-5a0e7497542a", CellID->1386098648], -Cell[15974, 421, 364, 8, 23, "Print",ExpressionUUID->"8ad2828b-7207-455c-a8f1-2b8e2e259fda", +Cell[16032, 426, 364, 8, 23, "Print",ExpressionUUID->"8ad2828b-7207-455c-a8f1-2b8e2e259fda", CellID->568348072], -Cell[16341, 431, 236, 4, 23, "Print",ExpressionUUID->"45ffeb73-c50e-44be-9284-0f2977418f6d", +Cell[16399, 436, 236, 4, 23, "Print",ExpressionUUID->"45ffeb73-c50e-44be-9284-0f2977418f6d", CellID->1242110130], -Cell[16580, 437, 220, 3, 23, "Print",ExpressionUUID->"6cc5d288-b8e6-4974-aebf-c3562c20fc65", +Cell[16638, 442, 220, 3, 23, "Print",ExpressionUUID->"6cc5d288-b8e6-4974-aebf-c3562c20fc65", CellID->1078875173], -Cell[16803, 442, 207, 3, 23, "Print",ExpressionUUID->"1bfb6be8-28ce-475d-8202-33405a74e270", +Cell[16861, 447, 207, 3, 23, "Print",ExpressionUUID->"1bfb6be8-28ce-475d-8202-33405a74e270", CellID->1804212494], -Cell[17013, 447, 237, 4, 23, "Print",ExpressionUUID->"c70dd9af-64c5-4082-9b85-f80d8796a88c", +Cell[17071, 452, 237, 4, 23, "Print",ExpressionUUID->"c70dd9af-64c5-4082-9b85-f80d8796a88c", CellID->1573481855], -Cell[17253, 453, 220, 3, 23, "Print",ExpressionUUID->"d83572fb-eccb-49e1-90db-8ff56846f87f", +Cell[17311, 458, 220, 3, 23, "Print",ExpressionUUID->"d83572fb-eccb-49e1-90db-8ff56846f87f", CellID->1926348988], -Cell[17476, 458, 236, 4, 23, "Print",ExpressionUUID->"108296d0-8d34-4e37-900a-b7eb997f3f1e", +Cell[17534, 463, 236, 4, 23, "Print",ExpressionUUID->"108296d0-8d34-4e37-900a-b7eb997f3f1e", CellID->1536964980], -Cell[17715, 464, 235, 4, 23, "Print",ExpressionUUID->"3c8c96d0-15a9-4614-b4b3-6d0c966dc9bc", +Cell[17773, 469, 235, 4, 23, "Print",ExpressionUUID->"3c8c96d0-15a9-4614-b4b3-6d0c966dc9bc", CellID->762992105], -Cell[17953, 470, 207, 3, 23, "Print",ExpressionUUID->"1add0ff6-e406-4691-87ae-1b8832102405", +Cell[18011, 475, 207, 3, 23, "Print",ExpressionUUID->"1add0ff6-e406-4691-87ae-1b8832102405", CellID->2054893235], -Cell[18163, 475, 235, 4, 23, "Print",ExpressionUUID->"14524156-17d2-4f9c-8c5d-3092bf8b4ce0", +Cell[18221, 480, 235, 4, 23, "Print",ExpressionUUID->"14524156-17d2-4f9c-8c5d-3092bf8b4ce0", CellID->458405456] }, Open ]] }, Open ]], -Cell[18425, 483, 138, 1, 38, "ExampleText",ExpressionUUID->"9ab23ce1-8206-4df2-979b-d24b6c6a3313", +Cell[18483, 488, 138, 1, 39, "ExampleText",ExpressionUUID->"9ab23ce1-8206-4df2-979b-d24b6c6a3313", CellID->1512293528], -Cell[18566, 486, 224, 6, 70, "Input",ExpressionUUID->"11e29b56-da37-4666-826e-ff64f34a67d0", +Cell[18624, 491, 224, 6, 70, "Input",ExpressionUUID->"11e29b56-da37-4666-826e-ff64f34a67d0", CellID->533778697], -Cell[18793, 494, 293, 8, 70, "Input",ExpressionUUID->"f0d83d43-4003-4b5d-9009-657764a379f5", +Cell[18851, 499, 293, 8, 70, "Input",ExpressionUUID->"f0d83d43-4003-4b5d-9009-657764a379f5", CellID->1492757341], -Cell[19089, 504, 237, 6, 70, "Input",ExpressionUUID->"176d7c50-061f-438b-bf5a-469c39282606", +Cell[19147, 509, 237, 6, 70, "Input",ExpressionUUID->"176d7c50-061f-438b-bf5a-469c39282606", CellID->459876703], -Cell[19329, 512, 179, 3, 70, "ExampleText",ExpressionUUID->"beaa7db2-8fe4-4446-bc02-9011328d9c2f", +Cell[19387, 517, 179, 3, 70, "ExampleText",ExpressionUUID->"beaa7db2-8fe4-4446-bc02-9011328d9c2f", CellID->1376762802], Cell[CellGroupData[{ -Cell[19533, 519, 165, 3, 70, "Input",ExpressionUUID->"2ffe4d87-546c-4b27-84ee-b8f1577ce1c4", +Cell[19591, 524, 165, 3, 70, "Input",ExpressionUUID->"2ffe4d87-546c-4b27-84ee-b8f1577ce1c4", CellID->1789538431], -Cell[19701, 524, 553, 16, 36, "Output",ExpressionUUID->"9019cfe9-a453-483e-b508-aa96459e3db4", +Cell[19759, 529, 553, 16, 36, "Output",ExpressionUUID->"9019cfe9-a453-483e-b508-aa96459e3db4", CellID->174157196] }, Open ]], -Cell[20269, 543, 423, 7, 70, "ExampleText",ExpressionUUID->"c3b56f52-f8ce-458a-9bf1-c840aaf1614d", +Cell[20327, 548, 423, 7, 70, "ExampleText",ExpressionUUID->"c3b56f52-f8ce-458a-9bf1-c840aaf1614d", CellID->2129268480], -Cell[20695, 552, 425, 11, 70, "Input",ExpressionUUID->"d5109d53-ffe1-4656-82d9-e4568cc88a8c", +Cell[20753, 557, 425, 11, 70, "Input",ExpressionUUID->"d5109d53-ffe1-4656-82d9-e4568cc88a8c", CellID->203251815], Cell[CellGroupData[{ -Cell[21145, 567, 159, 3, 70, "Input",ExpressionUUID->"9f275d02-0e1b-4298-87a6-f8db589e726d", +Cell[21203, 572, 159, 3, 70, "Input",ExpressionUUID->"9f275d02-0e1b-4298-87a6-f8db589e726d", CellID->1260139056], -Cell[21307, 572, 157, 3, 36, "Output",ExpressionUUID->"174b562a-78f6-47b0-afff-829105035b21", +Cell[21365, 577, 157, 3, 36, "Output",ExpressionUUID->"174b562a-78f6-47b0-afff-829105035b21", CellID->1767272615] }, Open ]], Cell[CellGroupData[{ -Cell[21501, 580, 187, 4, 70, "Input",ExpressionUUID->"c77fedc8-f279-4914-b014-6823afe82ee4", +Cell[21559, 585, 187, 4, 70, "Input",ExpressionUUID->"c77fedc8-f279-4914-b014-6823afe82ee4", CellID->1416705581], -Cell[21691, 586, 544636, 10298, 70, "Output",ExpressionUUID->"a9c1f9cc-1dc8-4117-9a4a-d73bd0e28e91", +Cell[21749, 591, 544678, 10300, 70, "Output",ExpressionUUID->"a9c1f9cc-1dc8-4117-9a4a-d73bd0e28e91", CellID->1337239963] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[566669, 10900, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"6859176c-9f79-4b0c-9d59-2f93a7df816c"], +Cell[572165, 11050, 670, 18, 70, "TechNotesSection",ExpressionUUID->"67ea5fa6-253e-4124-b45b-2ada2e254a78"], +Cell[572838, 11070, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"38dead4b-954e-446e-8769-2e30678d7445"], +Cell[573874, 11098, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"297d2e3e-b2c5-4bf7-ad0c-978ae255a3e7"], Cell[CellGroupData[{ -Cell[566591, 10895, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"07b16870-ce53-4cfd-b6a8-02bb9a37d9c4"], -Cell[572087, 11045, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8877ec3d-d4b8-4714-bf7a-b0851cbf4fb5"] -}, Open ]], -Cell[572772, 11066, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2c78d296-f604-4d07-8c0f-63ef665c80c4"], -Cell[573808, 11094, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"8abef0a5-09a6-4ee1-ada8-c8e856781298"], -Cell[CellGroupData[{ -Cell[576737, 11179, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2757542f-eec5-4bfa-bb03-8fc9ca50ff95", +Cell[576803, 11183, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2757542f-eec5-4bfa-bb03-8fc9ca50ff95", CellID->2135167160], -Cell[576878, 11182, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"24f6494d-3f3c-43e3-b1ff-63b76470c207", +Cell[576944, 11186, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"24f6494d-3f3c-43e3-b1ff-63b76470c207", CellID->1194386356], -Cell[577100, 11188, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92d1d16a-d7b2-4e63-a970-914838aa37bc", +Cell[577166, 11192, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"92d1d16a-d7b2-4e63-a970-914838aa37bc", CellID->1641706272], -Cell[577315, 11193, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a8e6b36e-4b4a-4391-9ea2-e5f5c9cd63e8", +Cell[577381, 11197, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a8e6b36e-4b4a-4391-9ea2-e5f5c9cd63e8", CellID->399251956], -Cell[577544, 11199, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"54fb3c03-9480-4e74-a560-02eccb44239c", +Cell[577610, 11203, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"54fb3c03-9480-4e74-a560-02eccb44239c", CellID->821434655] }, Open ]], -Cell[577781, 11205, 78, 0, 70, "FooterCell",ExpressionUUID->"275e31c5-4e93-4f49-a868-fa7cf19d77b2"] +Cell[577847, 11209, 78, 0, 70, "FooterCell",ExpressionUUID->"a327a3e0-e0be-4b41-9beb-6f7a54d54419"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LowerCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/LowerCriticalVal.nb index d09d62f..93889a3 100644 --- a/Documentation/English/ReferencePages/Symbols/LowerCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/LowerCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 285164, 5121] -NotebookOptionsPosition[ 276990, 4960] -NotebookOutlinePosition[ 279193, 5015] -CellTagsIndexPosition[ 279106, 5010] +NotebookDataLength[ 285196, 5122] +NotebookOptionsPosition[ 277035, 4963] +NotebookOutlinePosition[ 279256, 5018] +CellTagsIndexPosition[ 279169, 5013] WindowTitle->LowerCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "01237a43-cb73-434c-942b-8af3cb31a3ac"], + "671446f4-4e56-4d4c-825b-143906fa7aa5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c1f2e075-640f-48d3-afae-77be58305fb7"], + "5e4c0db3-0d0c-4778-8512-21dd6c805903"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a89ff0a2-4f99-4ef3-a620-1adee0700e92"] - }],ExpressionUUID->"228cf3a1-7be8-45e9-ad5c-346e89ccd381"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "c72a5fb6-71a3-4a0f-9380-80e7355ebe1f"] + }],ExpressionUUID->"795596f5-51ed-4687-8a5a-25ecb28b0e02"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3a963a5e-89b8-4652-bf25-0fc0557c1380"], + "8f5882c9-4efe-43b3-8eed-2f786dc70e11"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "661657e9-daae-4655-8fe3-719f2bd5c772"] - }],ExpressionUUID->"a332f081-7374-4883-bd3d-264e9f171a70"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "92617c5c-5122-4291-9914-93cafb88beaa"] + }],ExpressionUUID->"330d98c8-eb8b-4be7-bbfd-ad7bb51399bc"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "154d3603-88e8-4bfb-9282-b9adde874dc3"], + "61e2b240-699c-435d-83d2-510267c87693"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1a99a9ed-0f58-42bd-ab0d-6b8ef5d2bca4"] - }],ExpressionUUID->"dbcdec56-38b0-483d-a8a7-64221a53c161"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "078e5966-5c2a-474b-a900-914bac77d24c"] + }],ExpressionUUID->"fa009701-2c1b-43c6-8267-875dfafb9bca"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "952e2610-81cc-4703-bec9-2e9d940a39a1"], + "e946965a-74c0-4f55-825d-8b522814dcc5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c40f4cd7-587b-4e8d-9004-cf5222b8c088"] - }],ExpressionUUID->"96fb33bf-2595-4d3a-8c3b-fe9082303eab"], - StripOnInput->False], {"\<\"TUG/ref/LowerCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LowerCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "936b5e9e-ea2f-44cd-84b4-ca095e2fe76f"] + }],ExpressionUUID->"e9fae081-97b2-495d-8e89-53a3d4c1718b"], + StripOnInput->False],{ + "\"TUG/ref/LowerCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LowerCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ LowerCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$110208], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LowerCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$119096], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LowerCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2a4c656e-8aeb-417f-87ed-8f8adb85cb11"] + "e9dbf6d7-a1bc-4d0f-85c9-2e16c4a3ee73"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "fd658eab-3356-4057-b7f4-019d8d5aa771"]} + "299c0598-9119-4f5c-a9b1-7a4966c8d986"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5e33d4ba-21bd-4eb1-9585-0ba64add4b42"], + CellID->1,ExpressionUUID->"194438ae-630b-4f22-81d0-d1685e5f3e23"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"bcf7d5e5-31b2-405c-ae1a-27e7fe2f359b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"50f8c941-9897-4d76-9793-e7d0417e48cc"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LowerCriticalVal", "ObjectName",ExpressionUUID-> - "80af8a38-df19-40aa-bf40-91879b5fd92d"], + "202b49bb-7a9b-44c8-9d7f-91b69e2be090"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"40a4fccd-3e6d-47b0-8cf2-d8cbbcd2e177"], + "Spacer1"]],ExpressionUUID->"af90effd-2e63-4764-b0c1-228791e8f4b5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "65b98736-bd22-485b-b9bc-e4619d91def7"] - }],ExpressionUUID->"2cc0944f-e34b-44c0-9031-2705c385f53d"], Cell[BoxData[ + "bf775878-f5da-44ae-9ce2-b4c0e8d93339"] + }],ExpressionUUID->"b7815e6e-3b5e-448d-a23e-db301e99af2e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f48d621a-ccda-438d-8071-2e2bd36fdaa9"]} + "807411ed-a495-43df-8cde-518b6a9a63ea"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ec9c76da-e90c-4303-a6f9-ece7ed6c49b0"], + CacheGraphics->False,ExpressionUUID->"a849043c-8dfc-4601-b1e6-fa860702af29"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelPropertyV6 to impose a lower critical value to specify the \ smallest strong epsilon-core that should be drawn. " - }],ExpressionUUID->"577a336b-63b4-4d82-bbcc-3097929ed240"]} + }],ExpressionUUID->"37dacb51-1d72-41cf-be55-d999c942fb76"]} }]], "Usage", CellID->1503018369,ExpressionUUID->"89499531-aea8-4e43-9d12-51ec05cc158b"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5e4712b2-7f0c-49f5-9933-d7f8a1d8556c"], + ExpressionUUID->"7060ac37-6925-4fc7-82c7-9c0c501e907d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ce516122-e088-41d7-82c6-a636a4c4c6bb"], + "Spacer1"]],ExpressionUUID->"d15ca709-1e1a-4354-b9c6-a7b06107d5a8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"807173ad-2a8d-4c16-86a7-737c0f9cf351"], + }], "NotesFrameText",ExpressionUUID->"61058034-7975-4895-b684-d70e53d3009d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e73caa9c-6db4-4f9d-a9ec-b1c102760059"]], \ + "Preemptive"]],ExpressionUUID->"a8b66041-6a92-4c03-a347-74af16beb26a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1487190280,ExpressionUUID->"a794819e-f9dc-4f19-87a9-702140e52968"], + CellID->2087506703,ExpressionUUID->"bc9ebfbf-f5c1-437b-969a-edd277628189"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -347,19 +352,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f43d206e-c25e-443a-ba8d-d185785938f5"], + ExpressionUUID->"7fd1700d-3c9b-4ba8-80d4-32fe79393166"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3d561558-ebd4-484d-a0be-75f680ce9908"], + "Spacer1"]],ExpressionUUID->"08b51ddc-b0e4-4bc7-9fab-70c9a34bad0f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e9007d59-dfb7-493e-8ce4-22ad6593f261"] + "292ddad5-81d2-47dc-999b-e6d8c16eccda"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2072314185,ExpressionUUID->"4dd24c0a-2275-464a-85e3-e0606a34b2c9"], + CellID->2114179477,ExpressionUUID->"9069e301-4bde-42c4-a390-825f43b8847c"], Cell[CellGroupData[{ @@ -388,18 +393,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fb5971c4-c340-4194-a45e-1140e648b932"], + ExpressionUUID->"af8f9f35-ea96-4a11-b08d-f7b4174feae3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d765ec5d-b39d-444f-b608-ac78d6bf3e0f"], + "Spacer1"]],ExpressionUUID->"d6e9e2b8-89b1-4081-a9c1-d2effb7fc623"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "51fb9599-fb03-4d59-b07f-543aea679c64"] + "255402af-ef5e-4cb1-ab0a-ec8dbe751233"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->63659168,ExpressionUUID->"b67713aa-5f56-4d86-b09d-e610339c4991"], + CellID->1523441426,ExpressionUUID->"75a16e59-842a-4458-8a99-dd99a27a33eb"], Cell["Loading the package:", "ExampleText", CellID->1091910221,ExpressionUUID->"86bfb1ff-580f-45f3-b2c5-90148a486670"], @@ -3347,8 +3352,9 @@ zwU0+9H9fRNN3VQ0d9zD8Ad+9bfsAdeBo1E= {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ - NCache[{Rational[25, 72], Rational[2, 9], Rational[2, 9]}, - {0.3472222222222222, 0.2222222222222222, + NCache[{ + Rational[25, 72], Rational[2, 9], Rational[2, 9]}, { + 0.3472222222222222, 0.2222222222222222, 0.2222222222222222}], 0.021]}}, { {RGBColor[1, 1, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" @@ -4644,8 +4650,6 @@ DGgAPXywy99Ccx8iHNHtQXUnpnqYeQDvMXo3 EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -4793,15 +4797,15 @@ Cell[BoxData[GridBox[{ "31a7e9e0-f591-4e09-9ad6-f6cd268cd6c0"] }], "SeeAlso",ExpressionUUID->"8cfc6d02-c02e-495e-958e-75511e0805bb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"95be34d3-dc48-4d53-901c-\ -a0bafdcb04d3"], + }]], "SeeAlsoSection",ExpressionUUID->"95dd54a7-ecd2-49c7-948c-\ +9ed7fef8c66f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -4813,9 +4817,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"da55004a-27ec-49cb-8e7d-738dd06677ce"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e5d212d4-b34c-4a0e-bfca-\ -502be00cccea"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e758306f-41d3-4975-a061-\ +a769209c0a0b"], Cell[BoxData[GridBox[{ { @@ -4832,7 +4835,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fc1cb8ef-3830-4f2e-8233-f5715d3651c5"]}]}, + "59cec032-6f29-43b2-aecc-4558c2264af0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -4840,10 +4843,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "510ec583-9b41-4032-9860-1feedffeedf9"]}]} + "c3b60706-95de-46d1-81e6-1b8b7cad0dab"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"501d2537-2f8b-4651-b82e-\ -6bce4616a359"], + }]], "MoreAboutSection",ExpressionUUID->"d1912260-43ec-47ad-90c8-\ +db3a8398a5e9"], Cell[BoxData[GridBox[{ { @@ -4871,7 +4874,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe8461b1-daa8-4404-8120-ce59ad073b56"]], "RelatedLinks", + "ac015488-f18b-4289-b111-7ef692763bc3"]], "RelatedLinks", ExpressionUUID->"9e94eb38-3630-4990-b8ab-188a6debac9f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -4888,7 +4891,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "380264ee-c675-4583-b6f3-75bd166d5cbc"]], "RelatedLinks", + "eefdcfc4-5bf5-40a4-b08e-2095840edabb"]], "RelatedLinks", ExpressionUUID->"a0ead73e-06a0-452c-8fc0-270dd8186d11"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -4905,7 +4908,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a11c02cd-f20b-47ed-a2cc-a6e9d4cad319"]], "RelatedLinks", + "703f2a5f-b5e8-4a88-a6d1-b33e2099f8f4"]], "RelatedLinks", ExpressionUUID->"bb233452-d0a4-45f1-8bd3-b056664fb702"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -4922,11 +4925,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "320ee548-d0b0-4ef7-8362-a809b4a8e6e4"]], "RelatedLinks", + "0df489f1-95ff-42f8-8199-af0b6787968c"]], "RelatedLinks", ExpressionUUID->"8146fd1f-639c-44f0-b8df-7be925ff1d52"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"aafdf725-103c-4126-9f13-\ -0799719a9b5a"], + }]], "RelatedLinksSection",ExpressionUUID->"6f67edef-ca7e-4820-9e29-\ +4da2c0627e82"], Cell[CellGroupData[{ @@ -4956,11 +4959,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"18637078-b8b8-4a11-8e5f-0921bacfd0b4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d29c3834-2fc3-401b-9ec9-87bc43747d13"] +Cell[" ", "FooterCell",ExpressionUUID->"d0f7c54a-48e1-432f-865d-46199d18bde0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LowerCriticalVal", TaggingRules->{ @@ -4971,7 +4974,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 25.216424}", + "built" -> "{2024, 6, 3, 16, 53, 36.870057}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -4980,10 +4983,10 @@ TaggingRules->{ AnimationKernelPropertyV6 to impose a lower critical value to specify the \ smallest strong epsilon-core that should be drawn. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "LowerCriticalVal", "titlemodifier" -> "", - "windowtitle" -> "LowerCriticalVal", "type" -> "Symbol", "uri" -> - "TUG/ref/LowerCriticalVal"}}, + "metadescription" -> "", "windowtitle" -> "LowerCriticalVal", "type" -> + "Symbol", "uri" -> "TUG/ref/LowerCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -4992,9 +4995,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1a4f28f4-192a-4c99-845c-01eafea7853c" +ExpressionUUID->"8e1ed0d0-5cba-4d6d-b6b3-3d5e6d6659a3" ] (* End of Notebook Content *) @@ -5002,127 +5005,125 @@ ExpressionUUID->"1a4f28f4-192a-4c99-845c-01eafea7853c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12586, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd24c0a-2275-464a-85e3-e0606a34b2c9", + Cell[12642, 329, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9069e301-4bde-42c4-a390-825f43b8847c", CellTags->"PrimaryExamplesSection", - CellID->2072314185]} + CellID->2114179477]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 278905, 5003} + {"PrimaryExamplesSection", 278968, 5006} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7137, 168, 56, "AnchorBarGrid",ExpressionUUID->"5e33d4ba-21bd-4eb1-9585-0ba64add4b42", +Cell[588, 21, 7193, 173, 57, "AnchorBarGrid",ExpressionUUID->"194438ae-630b-4f22-81d0-d1685e5f3e23", CellID->1], -Cell[7728, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"bcf7d5e5-31b2-405c-ae1a-27e7fe2f359b"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"50f8c941-9897-4d76-9793-e7d0417e48cc"], Cell[CellGroupData[{ -Cell[7839, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"ec9c76da-e90c-4303-a6f9-ece7ed6c49b0"], -Cell[9132, 232, 557, 10, 132, "Usage",ExpressionUUID->"89499531-aea8-4e43-9d12-51ec05cc158b", +Cell[7895, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"a849043c-8dfc-4601-b1e6-fa860702af29"], +Cell[9188, 237, 557, 10, 131, "Usage",ExpressionUUID->"89499531-aea8-4e43-9d12-51ec05cc158b", CellID->1503018369] }, Open ]], Cell[CellGroupData[{ -Cell[9726, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"a794819e-f9dc-4f19-87a9-702140e52968", +Cell[9782, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"bc9ebfbf-f5c1-437b-969a-edd277628189", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1487190280], -Cell[11624, 296, 489, 12, 37, "Notes",ExpressionUUID->"c81373b6-dbae-4605-86ac-3159d2636ad3", + CellID->2087506703], +Cell[11680, 301, 489, 12, 38, "Notes",ExpressionUUID->"c81373b6-dbae-4605-86ac-3159d2636ad3", CellID->177724765], -Cell[12116, 310, 166, 3, 36, "Notes",ExpressionUUID->"fbff636f-6703-458e-a74a-f5262e8a42d0", +Cell[12172, 315, 166, 3, 36, "Notes",ExpressionUUID->"fbff636f-6703-458e-a74a-f5262e8a42d0", CellID->358334548], -Cell[12285, 315, 174, 3, 36, "Notes",ExpressionUUID->"f488ca32-e06c-40d9-9f79-c170b811e6ba", +Cell[12341, 320, 174, 3, 36, "Notes",ExpressionUUID->"f488ca32-e06c-40d9-9f79-c170b811e6ba", CellID->1948597890] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12586, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd24c0a-2275-464a-85e3-e0606a34b2c9", +Cell[12642, 329, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9069e301-4bde-42c4-a390-825f43b8847c", CellTags->"PrimaryExamplesSection", - CellID->2072314185], + CellID->2114179477], Cell[CellGroupData[{ -Cell[14032, 365, 1397, 36, 30, "ExampleSection",ExpressionUUID->"b67713aa-5f56-4d86-b09d-e610339c4991", - CellID->63659168], -Cell[15432, 403, 119, 1, 38, "ExampleText",ExpressionUUID->"86bfb1ff-580f-45f3-b2c5-90148a486670", +Cell[14088, 370, 1399, 36, 30, "ExampleSection",ExpressionUUID->"75a16e59-842a-4458-8a99-dd99a27a33eb", + CellID->1523441426], +Cell[15490, 408, 119, 1, 39, "ExampleText",ExpressionUUID->"86bfb1ff-580f-45f3-b2c5-90148a486670", CellID->1091910221], Cell[CellGroupData[{ -Cell[15576, 408, 167, 3, 27, "Input",ExpressionUUID->"48e9e7af-9ee9-4d57-9ebf-c59d565a9b08", +Cell[15634, 413, 167, 3, 27, "Input",ExpressionUUID->"48e9e7af-9ee9-4d57-9ebf-c59d565a9b08", CellID->407561485], Cell[CellGroupData[{ -Cell[15768, 415, 236, 4, 23, "Print",ExpressionUUID->"72f0a739-3f05-4313-8940-b0883c3151a0", +Cell[15826, 420, 236, 4, 23, "Print",ExpressionUUID->"72f0a739-3f05-4313-8940-b0883c3151a0", CellID->1181398228], -Cell[16007, 421, 365, 8, 23, "Print",ExpressionUUID->"875f86f4-5d41-4ab8-a8cb-542a5bbff77e", +Cell[16065, 426, 365, 8, 23, "Print",ExpressionUUID->"875f86f4-5d41-4ab8-a8cb-542a5bbff77e", CellID->1648758914], -Cell[16375, 431, 236, 4, 23, "Print",ExpressionUUID->"2e5bb339-cac9-4985-a46c-a6063566ec5f", +Cell[16433, 436, 236, 4, 23, "Print",ExpressionUUID->"2e5bb339-cac9-4985-a46c-a6063566ec5f", CellID->1960361670], -Cell[16614, 437, 220, 3, 23, "Print",ExpressionUUID->"c2b4400e-ba83-4d0d-a306-20682f137b8e", +Cell[16672, 442, 220, 3, 23, "Print",ExpressionUUID->"c2b4400e-ba83-4d0d-a306-20682f137b8e", CellID->1448635797], -Cell[16837, 442, 206, 3, 23, "Print",ExpressionUUID->"4ea14bf5-2191-4967-84f8-1ec775ef370c", +Cell[16895, 447, 206, 3, 23, "Print",ExpressionUUID->"4ea14bf5-2191-4967-84f8-1ec775ef370c", CellID->734081106], -Cell[17046, 447, 237, 4, 23, "Print",ExpressionUUID->"014b13ec-5e5f-4fe4-8b5a-135c7662038a", +Cell[17104, 452, 237, 4, 23, "Print",ExpressionUUID->"014b13ec-5e5f-4fe4-8b5a-135c7662038a", CellID->1459965648], -Cell[17286, 453, 220, 3, 23, "Print",ExpressionUUID->"e5953e38-8af4-4071-b2de-c425297d0671", +Cell[17344, 458, 220, 3, 23, "Print",ExpressionUUID->"e5953e38-8af4-4071-b2de-c425297d0671", CellID->1842220906], -Cell[17509, 458, 236, 4, 23, "Print",ExpressionUUID->"9ca9374a-5b84-48e8-883f-18a6d18e1494", +Cell[17567, 463, 236, 4, 23, "Print",ExpressionUUID->"9ca9374a-5b84-48e8-883f-18a6d18e1494", CellID->1641296886], -Cell[17748, 464, 236, 4, 23, "Print",ExpressionUUID->"ecdea8c0-cf82-485e-b7e3-28ffb516fe84", +Cell[17806, 469, 236, 4, 23, "Print",ExpressionUUID->"ecdea8c0-cf82-485e-b7e3-28ffb516fe84", CellID->1333988084], -Cell[17987, 470, 207, 3, 23, "Print",ExpressionUUID->"43481082-1782-4f33-86d3-6b29d634c53c", +Cell[18045, 475, 207, 3, 23, "Print",ExpressionUUID->"43481082-1782-4f33-86d3-6b29d634c53c", CellID->1280953961], -Cell[18197, 475, 235, 4, 23, "Print",ExpressionUUID->"acd9fada-5b5b-4f88-90ce-217a2383807f", +Cell[18255, 480, 235, 4, 23, "Print",ExpressionUUID->"acd9fada-5b5b-4f88-90ce-217a2383807f", CellID->627559918] }, Open ]] }, Open ]], -Cell[18459, 483, 136, 1, 38, "ExampleText",ExpressionUUID->"843743e9-06b6-4370-85f9-1425dbb50aa9", +Cell[18517, 488, 136, 1, 39, "ExampleText",ExpressionUUID->"843743e9-06b6-4370-85f9-1425dbb50aa9", CellID->385178992], -Cell[18598, 486, 234, 6, 70, "Input",ExpressionUUID->"e2c6d8ec-b696-466d-948a-e87cda094d48", +Cell[18656, 491, 234, 6, 70, "Input",ExpressionUUID->"e2c6d8ec-b696-466d-948a-e87cda094d48", CellID->539192547], -Cell[18835, 494, 375, 9, 70, "Input",ExpressionUUID->"1bc54cc5-b465-4e30-a326-0bbf3d925567", +Cell[18893, 499, 375, 9, 70, "Input",ExpressionUUID->"1bc54cc5-b465-4e30-a326-0bbf3d925567", CellID->2039649350], -Cell[19213, 505, 237, 6, 70, "Input",ExpressionUUID->"b72ad51c-1059-4a0a-a306-9f9ea3a18e91", +Cell[19271, 510, 237, 6, 70, "Input",ExpressionUUID->"b72ad51c-1059-4a0a-a306-9f9ea3a18e91", CellID->118145893], -Cell[19453, 513, 179, 3, 70, "ExampleText",ExpressionUUID->"e8393ab8-0ceb-448c-a007-a09f9043e31b", +Cell[19511, 518, 179, 3, 70, "ExampleText",ExpressionUUID->"e8393ab8-0ceb-448c-a007-a09f9043e31b", CellID->1376762802], Cell[CellGroupData[{ -Cell[19657, 520, 165, 3, 70, "Input",ExpressionUUID->"aac0e8b6-fcd4-45e1-9fd8-95c9c149a1d3", +Cell[19715, 525, 165, 3, 70, "Input",ExpressionUUID->"aac0e8b6-fcd4-45e1-9fd8-95c9c149a1d3", CellID->1789538431], -Cell[19825, 525, 717, 21, 51, "Output",ExpressionUUID->"6135e53b-54c6-438a-a8fe-0c2cd174e486", +Cell[19883, 530, 717, 21, 50, "Output",ExpressionUUID->"6135e53b-54c6-438a-a8fe-0c2cd174e486", CellID->369260257] }, Open ]], -Cell[20557, 549, 528, 8, 70, "ExampleText",ExpressionUUID->"4c3ec215-fd0a-43e3-87d9-416ecf760d2e", +Cell[20615, 554, 528, 8, 70, "ExampleText",ExpressionUUID->"4c3ec215-fd0a-43e3-87d9-416ecf760d2e", CellID->2129268480], -Cell[21088, 559, 494, 12, 70, "Input",ExpressionUUID->"1c299ebd-e647-4ab8-b392-60adbf3dd4e5", +Cell[21146, 564, 494, 12, 70, "Input",ExpressionUUID->"1c299ebd-e647-4ab8-b392-60adbf3dd4e5", CellID->2059060734], Cell[CellGroupData[{ -Cell[21607, 575, 159, 3, 70, "Input",ExpressionUUID->"93f1132f-76b6-4c01-b3db-1558d06bd991", +Cell[21665, 580, 159, 3, 70, "Input",ExpressionUUID->"93f1132f-76b6-4c01-b3db-1558d06bd991", CellID->1908898738], -Cell[21769, 580, 157, 3, 36, "Output",ExpressionUUID->"f5986cb8-a434-45bd-b43c-213a895ec8a3", +Cell[21827, 585, 157, 3, 36, "Output",ExpressionUUID->"f5986cb8-a434-45bd-b43c-213a895ec8a3", CellID->1726657984] }, Open ]], Cell[CellGroupData[{ -Cell[21963, 588, 187, 4, 70, "Input",ExpressionUUID->"b7a495e2-9f8d-4454-8b4e-7cdc03e73b02", +Cell[22021, 593, 187, 4, 70, "Input",ExpressionUUID->"b7a495e2-9f8d-4454-8b4e-7cdc03e73b02", CellID->1346731403], -Cell[22153, 594, 243301, 4043, 70, "Output",ExpressionUUID->"77ed1ba4-90b3-47ea-b79c-3c4a8e029536", +Cell[22211, 599, 243322, 4044, 70, "Output",ExpressionUUID->"77ed1ba4-90b3-47ea-b79c-3c4a8e029536", CellID->1954639266] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[265775, 4652, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"95dd54a7-ecd2-49c7-948c-9ed7fef8c66f"], +Cell[271271, 4802, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e758306f-41d3-4975-a061-a769209c0a0b"], +Cell[271944, 4822, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d1912260-43ec-47ad-90c8-db3a8398a5e9"], +Cell[272980, 4850, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"6f67edef-ca7e-4820-9e29-4da2c0627e82"], Cell[CellGroupData[{ -Cell[265718, 4648, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"95be34d3-dc48-4d53-901c-a0bafdcb04d3"], -Cell[271214, 4798, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e5d212d4-b34c-4a0e-bfca-502be00cccea"] -}, Open ]], -Cell[271899, 4819, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"501d2537-2f8b-4651-b82e-6bce4616a359"], -Cell[272935, 4847, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"aafdf725-103c-4126-9f13-0799719a9b5a"], -Cell[CellGroupData[{ -Cell[275864, 4932, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab09a3b7-73ef-4b35-af36-be59c4a6cbac", +Cell[275909, 4935, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab09a3b7-73ef-4b35-af36-be59c4a6cbac", CellID->2135167160], -Cell[276005, 4935, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8179a122-27f4-434c-860c-102d26ff12fc", +Cell[276050, 4938, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8179a122-27f4-434c-860c-102d26ff12fc", CellID->1194386356], -Cell[276227, 4941, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cc2c3167-e192-4576-92b2-0e26a4c0348c", +Cell[276272, 4944, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cc2c3167-e192-4576-92b2-0e26a4c0348c", CellID->1641706272], -Cell[276442, 4946, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a0de466-23f4-44cd-87da-b76a01c98f45", +Cell[276487, 4949, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a0de466-23f4-44cd-87da-b76a01c98f45", CellID->399251956], -Cell[276671, 4952, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18637078-b8b8-4a11-8e5f-0921bacfd0b4", +Cell[276716, 4955, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18637078-b8b8-4a11-8e5f-0921bacfd0b4", CellID->821434655] }, Open ]], -Cell[276908, 4958, 78, 0, 70, "FooterCell",ExpressionUUID->"d29c3834-2fc3-401b-9ec9-87bc43747d13"] +Cell[276953, 4961, 78, 0, 70, "FooterCell",ExpressionUUID->"d0f7c54a-48e1-432f-865d-46199d18bde0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LowerSetIncImputationQ.nb b/Documentation/English/ReferencePages/Symbols/LowerSetIncImputationQ.nb index 93fcfb0..e634ed2 100644 --- a/Documentation/English/ReferencePages/Symbols/LowerSetIncImputationQ.nb +++ b/Documentation/English/ReferencePages/Symbols/LowerSetIncImputationQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40589, 1043] -NotebookOptionsPosition[ 32574, 884] -NotebookOutlinePosition[ 34766, 939] -CellTagsIndexPosition[ 34681, 934] +NotebookDataLength[ 40624, 1044] +NotebookOptionsPosition[ 32626, 887] +NotebookOutlinePosition[ 34834, 942] +CellTagsIndexPosition[ 34749, 937] WindowTitle->LowerSetIncImputationQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b0e9610a-a132-410a-a4db-5bb593c9ae4a"], + "ba77f115-1850-46b5-91e1-854f413a9db7"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e1cf9627-0bb1-4bca-a3ab-57d9ae1ee1ed"], + "9091009c-7cf1-4b2e-8b0b-601413e4da56"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0bd60d31-c918-4624-a409-68952c350307"] - }],ExpressionUUID->"85fef9d1-51d1-4a39-99a9-3dd7455b009d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "c51a1bf0-4098-4c5f-af92-40f7ab07909b"] + }],ExpressionUUID->"a3fbf658-5825-491d-b44a-440ab903f76b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1136dfa1-ed00-4274-aa83-1679f5b55259"], + "aa1dade1-8b9f-4107-b927-d39ec2f6d5e5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f7654f88-32ee-4802-90b7-895c78fdf9b3"] - }],ExpressionUUID->"88d26aa7-4b28-4e0b-8852-57d7566a27d6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bc85cd12-12fd-486a-bada-6d32eb637c80"] + }],ExpressionUUID->"f25ba40a-c5f0-4c86-855a-988b80c4ecc3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "74c9a995-52fa-4c83-8f53-d3c2931270f0"], + "e3a70fc6-0220-4d32-8a40-80809ad88a88"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "476ca736-a9d6-4c45-97c4-92a01fede473"] - }],ExpressionUUID->"df0310ca-42fa-4fc1-a863-6117d35d2727"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1151f049-8f12-45da-a116-41f9d77e0e11"] + }],ExpressionUUID->"3ff37b40-30df-4e3c-a616-d260daa7860b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "64a9dc3d-a938-454d-8316-bb599721bccc"], + "0e0dbacf-ba23-4058-95b0-cb545630abad"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0afa626c-7801-4f43-bd80-f880839a1982"] - }],ExpressionUUID->"1e97d860-f859-4ded-b0d2-b68f380388d2"], - StripOnInput->False], {"\<\"TUG/ref/LowerSetIncImputationQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LowerSetIncImputationQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c1d35b38-e04c-425e-90cb-7079bc9c7aa1"] + }],ExpressionUUID->"ce59671e-fc92-40b8-98e7-7df42a6646e6"], + StripOnInput->False],{ + "\"TUG/ref/LowerSetIncImputationQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LowerSetIncImputationQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ LowerSetIncImputationQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$111343], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LowerSetIncImputationQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$120299], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LowerSetIncImputationQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1dec8931-7683-4bbe-939f-61939d146b83"] + "e4360bcd-0957-4248-853b-b17461f5225a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "47d5f84a-afcd-4a55-bdc7-b01a3e902765"]} + "1c66f4d2-c028-4c04-bab9-6b668251d753"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5442ae5b-d132-48c8-945a-5b37d99a9f20"], + CellID->1,ExpressionUUID->"97a3682f-569d-44cf-be80-a4fa2969bc68"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7803f6b4-7652-4ef0-8153-831a95602712"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0c331b4a-a6fa-4a8d-9c25-e1478ad86f37"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LowerSetIncImputationQ", "ObjectName",ExpressionUUID-> - "8d6eb93e-30e9-486b-a150-e7dc7f2b47c0"], + "ec019ad8-e50e-462c-b90d-02b3af2d19c5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"215996b4-61c6-444c-acef-474c75215005"], + "Spacer1"]],ExpressionUUID->"7d3f701e-c665-4c1e-897b-b3e8257fdf38"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e7b6cda4-f6d7-480d-86aa-92c2f43b0b20"] - }],ExpressionUUID->"a74722a3-54c5-43cc-9fc4-7ec054a377d4"], Cell[BoxData[ + "86483edf-e445-4527-bdea-97686b403279"] + }],ExpressionUUID->"ae73ca2d-c873-4b3a-99ac-6e70559e7e0b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "140c2f75-9b88-418c-9cf0-460798d75a00"]} + "3401a658-18c4-4b56-996f-d2c43678db40"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cbf3e2d8-4800-46fc-9623-6b6fbfdcfe7d"], + CacheGraphics->False,ExpressionUUID->"89211d58-4f8e-4120-bd76-dcab7735bdfe"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "3621f165-7c5c-4e92-8c9e-093a6748c97d"], " \[LineSeparator]checks if the lower set is included in the imputation \ set. This is equivalent to the statement that the game is zero-monotone." - }],ExpressionUUID->"5430a708-2e56-4aa4-bbe0-4a25f44bbdcb"]} + }],ExpressionUUID->"c5b63887-5954-4159-960f-4983afdd46b2"]} }]], "Usage", CellID->253916968,ExpressionUUID->"43fd901b-2cb1-4e38-9384-41610c860ab1"] }, Open ]], @@ -271,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"047a093a-e34d-498e-9805-042ee9b2224a"], + ExpressionUUID->"1e78a17a-518a-47c6-88fc-7fbf833dd26b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"844739d1-b173-417d-ba15-1d92f6fffea3"], + "Spacer1"]],ExpressionUUID->"171cf5d5-43bd-469e-bb6c-b908859e47a8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"19b1f42a-aff9-423b-a4b4-aa432d8e526e"], + }], "NotesFrameText",ExpressionUUID->"6638f0de-5065-4289-8fd9-c5fc01e1071c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4a970fc2-1f22-48e1-91d7-4bf0de072ec8"]], \ + "Preemptive"]],ExpressionUUID->"14733136-bce5-44ef-9bca-9710514a9d24"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->807000520,ExpressionUUID->"3e052596-96b8-4d41-a455-3e87f7a5f9cf"], + CellID->1787681280,ExpressionUUID->"03deb99e-9391-43ea-a4da-172092493065"], Cell[TextData[{ "The input expression ", @@ -363,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e169510f-0192-4e69-b9f3-f21dbfa5ffe4"], + ExpressionUUID->"4e987ac1-e996-48a1-a0e5-f5a4016b9871"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"daeec40d-b835-426c-bd9e-548fbf1a1a2a"], + "Spacer1"]],ExpressionUUID->"987d6eb4-b703-4eb3-9d3a-6dfe1a4c86c1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6114bbd6-f68f-493c-b834-0dc4efb4596a"] + "e0e47cca-c02c-468b-92d9-627333d5b35a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1481574811,ExpressionUUID->"0813cc9b-174e-4ac7-8a7b-9f46561a4545"], + CellID->68243822,ExpressionUUID->"112cbd52-a70f-44f5-9b62-02a923839216"], Cell[CellGroupData[{ @@ -404,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b1bd9956-2172-493d-918a-f3ff54fb2cb6"], + ExpressionUUID->"05dff226-2b74-41cb-b689-9f6ea6609f58"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b5513f7b-7edf-483c-8af7-38b2a22eb3d5"], + "Spacer1"]],ExpressionUUID->"9eb99ae9-36bf-4b2c-b92f-3b144ec9753b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f36eb53d-cc7a-4f92-83d2-c42cbe0ae961"] + "485e82d8-63ef-4209-8c9f-3660ffea6753"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->218708473,ExpressionUUID->"68548782-92d7-430b-9afc-234be34f40c4"], + CellID->1489366022,ExpressionUUID->"f5730759-82a0-4385-840e-7066da7a689c"], Cell["Loading the package:", "ExampleText", CellID->1618136425,ExpressionUUID->"0fd27f4a-6271-41f6-b87e-99f75441ef9a"], @@ -585,8 +591,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -734,15 +738,15 @@ Cell[BoxData[GridBox[{ "5c906609-2c8b-4b13-8196-c3ce360b733e"] }], "SeeAlso",ExpressionUUID->"8df273d1-b762-44d0-b9c2-1f14b1a2b9d5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0a38a953-40a5-4129-9872-\ -9ed34be3fc03"], + }]], "SeeAlsoSection",ExpressionUUID->"e860c92f-d142-4400-9a5c-\ +663a949c0024"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -754,9 +758,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6d1a0a37-b9e8-4e5f-9eed-c7dcd772da18"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8469b887-bfea-4540-b19e-\ -1cdafcdaedf6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"52809b12-09b6-45e6-ba30-\ +2928190ea833"], Cell[BoxData[GridBox[{ { @@ -773,7 +776,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c340fe63-c19d-413f-b0a3-0ae796c0dbe0"]}]}, + "c830b351-171c-4612-a9b8-62be353dc1b4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -781,10 +784,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "156f630f-7b0a-4be7-aa8d-cab23bf68771"]}]} + "d3e63229-0f85-4027-bf0c-eb514f28cee8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1344a095-99c8-492f-9fb5-\ -7c8a8bfb63ca"], + }]], "MoreAboutSection",ExpressionUUID->"0c1f712f-b3a7-4867-a5f4-\ +7f13987d6c44"], Cell[BoxData[GridBox[{ { @@ -812,7 +815,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "49587246-d300-4adb-b629-a4001d1cdb22"]], "RelatedLinks", + "cc5ea4ac-68bb-44b7-9206-d81329eebf0b"]], "RelatedLinks", ExpressionUUID->"aade2c08-4559-4467-867a-4bbca6fd414f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -829,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8316978d-0334-4e56-bf85-4a9df6648e20"]], "RelatedLinks", + "e69c8008-f5eb-4793-91c5-a78993533e20"]], "RelatedLinks", ExpressionUUID->"9277951b-dc79-4477-977a-80313ec5cc5d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -846,11 +849,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "26862877-dda8-4031-b5f4-bab06d207805"]], "RelatedLinks", + "0e671787-f66e-49d5-8c99-9887a90d7e8f"]], "RelatedLinks", ExpressionUUID->"00f9fb4a-f3c3-4c7b-aeff-a0e1849e82f2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"36f66eb6-fe1f-4f39-a986-\ -b36aab190b7a"], + }]], "RelatedLinksSection",ExpressionUUID->"b0796f1a-db89-40ed-aa2d-\ +bba6dcaa6cf9"], Cell[CellGroupData[{ @@ -880,11 +883,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d4f84b63-8c2f-4b25-8d19-5d8818d9a9a4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8c2c57f3-afda-4c78-b4d6-8a8f3965bae8"] +Cell[" ", "FooterCell",ExpressionUUID->"af6f99d9-fe63-4841-bcdd-757faef5bbb8"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LowerSetIncImputationQ", TaggingRules->{ @@ -895,7 +898,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 30.104997}", + "built" -> "{2024, 6, 3, 16, 53, 40.072726}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -903,11 +906,11 @@ TaggingRules->{ "LowerSetIncImputationQ[game] checks if the lower set is included in the \ imputation set. This is equivalent to the statement that the game is \ zero-monotone.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "LowerSetIncImputationQ", "titlemodifier" -> "", "windowtitle" -> - "LowerSetIncImputationQ", "type" -> "Symbol", "uri" -> + "LowerSetIncImputationQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "LowerSetIncImputationQ", "type" -> "Symbol", "uri" -> "TUG/ref/LowerSetIncImputationQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -916,9 +919,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"bf177105-f188-4193-a1e6-bf80a6fe346a" +ExpressionUUID->"96d4cb2e-17bf-43a8-bbaa-fe1bc153403c" ] (* End of Notebook Content *) @@ -926,125 +929,123 @@ ExpressionUUID->"bf177105-f188-4193-a1e6-bf80a6fe346a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13214, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0813cc9b-174e-4ac7-8a7b-9f46561a4545", + Cell[13301, 346, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"112cbd52-a70f-44f5-9b62-02a923839216", CellTags->"PrimaryExamplesSection", - CellID->1481574811]} + CellID->68243822]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34480, 927} + {"PrimaryExamplesSection", 34550, 930} } *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 7165, 168, 56, "AnchorBarGrid",ExpressionUUID->"5442ae5b-d132-48c8-945a-5b37d99a9f20", +Cell[594, 21, 7251, 174, 57, "AnchorBarGrid",ExpressionUUID->"97a3682f-569d-44cf-be80-a4fa2969bc68", CellID->1], -Cell[7762, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7803f6b4-7652-4ef0-8153-831a95602712"], +Cell[7848, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0c331b4a-a6fa-4a8d-9c25-e1478ad86f37"], Cell[CellGroupData[{ -Cell[7873, 195, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"cbf3e2d8-4800-46fc-9623-6b6fbfdcfe7d"], -Cell[9172, 232, 551, 10, 111, "Usage",ExpressionUUID->"43fd901b-2cb1-4e38-9384-41610c860ab1", +Cell[7959, 201, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"89211d58-4f8e-4120-bd76-dcab7735bdfe"], +Cell[9258, 238, 551, 10, 111, "Usage",ExpressionUUID->"43fd901b-2cb1-4e38-9384-41610c860ab1", CellID->253916968] }, Open ]], Cell[CellGroupData[{ -Cell[9760, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"3e052596-96b8-4d41-a455-3e87f7a5f9cf", +Cell[9846, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"03deb99e-9391-43ea-a4da-172092493065", CellGroupingRules->{"SectionGrouping", 50}, - CellID->807000520], -Cell[11657, 296, 518, 12, 57, "]]",ExpressionUUID->"72425529-e12f-443e-a35e-0d1dd5779a49", + CellID->1787681280], +Cell[11744, 302, 518, 12, 57, "]]",ExpressionUUID->"72425529-e12f-443e-a35e-0d1dd5779a49", CellID->313448337], -Cell[12178, 310, 489, 12, 37, "Notes",ExpressionUUID->"7508a28f-7c51-4cc7-8a1e-7c4639224771", +Cell[12265, 316, 489, 12, 38, "Notes",ExpressionUUID->"7508a28f-7c51-4cc7-8a1e-7c4639224771", CellID->177724765], -Cell[12670, 324, 202, 4, 36, "Notes",ExpressionUUID->"3832fb9a-a566-43a2-a192-a91948f94493", +Cell[12757, 330, 202, 4, 36, "Notes",ExpressionUUID->"3832fb9a-a566-43a2-a192-a91948f94493", CellID->549964773], -Cell[12875, 330, 212, 4, 36, "Notes",ExpressionUUID->"f8413fe3-7465-427e-b30b-385a137ee07b", +Cell[12962, 336, 212, 4, 36, "Notes",ExpressionUUID->"f8413fe3-7465-427e-b30b-385a137ee07b", CellID->455559662] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13214, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0813cc9b-174e-4ac7-8a7b-9f46561a4545", +Cell[13301, 346, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"112cbd52-a70f-44f5-9b62-02a923839216", CellTags->"PrimaryExamplesSection", - CellID->1481574811], + CellID->68243822], Cell[CellGroupData[{ -Cell[14660, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"68548782-92d7-430b-9afc-234be34f40c4", - CellID->218708473], -Cell[16061, 419, 119, 1, 38, "ExampleText",ExpressionUUID->"0fd27f4a-6271-41f6-b87e-99f75441ef9a", +Cell[14745, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f5730759-82a0-4385-840e-7066da7a689c", + CellID->1489366022], +Cell[16147, 425, 119, 1, 39, "ExampleText",ExpressionUUID->"0fd27f4a-6271-41f6-b87e-99f75441ef9a", CellID->1618136425], Cell[CellGroupData[{ -Cell[16205, 424, 167, 3, 27, "Input",ExpressionUUID->"a9971b75-090a-4a8c-8514-4ecb406d5651", +Cell[16291, 430, 167, 3, 27, "Input",ExpressionUUID->"a9971b75-090a-4a8c-8514-4ecb406d5651", CellID->998522605], Cell[CellGroupData[{ -Cell[16397, 431, 235, 4, 23, "Print",ExpressionUUID->"ae9b3962-0b7f-4846-88e8-f2d3722f9d24", +Cell[16483, 437, 235, 4, 23, "Print",ExpressionUUID->"ae9b3962-0b7f-4846-88e8-f2d3722f9d24", CellID->392258179], -Cell[16635, 437, 364, 8, 23, "Print",ExpressionUUID->"5e6a1e26-63c0-4b3a-af73-56a56d977eb5", +Cell[16721, 443, 364, 8, 23, "Print",ExpressionUUID->"5e6a1e26-63c0-4b3a-af73-56a56d977eb5", CellID->256244606], -Cell[17002, 447, 235, 4, 23, "Print",ExpressionUUID->"cf817ab3-ebe8-41b8-8cfd-a16300264e57", +Cell[17088, 453, 235, 4, 23, "Print",ExpressionUUID->"cf817ab3-ebe8-41b8-8cfd-a16300264e57", CellID->977248050], -Cell[17240, 453, 220, 3, 23, "Print",ExpressionUUID->"e4a5dda3-34f5-40e5-a8ff-f329b2a0f7bb", +Cell[17326, 459, 220, 3, 23, "Print",ExpressionUUID->"e4a5dda3-34f5-40e5-a8ff-f329b2a0f7bb", CellID->1427683877], -Cell[17463, 458, 207, 3, 23, "Print",ExpressionUUID->"e821a8be-cb16-4309-ba5b-b41b7221d7e9", +Cell[17549, 464, 207, 3, 23, "Print",ExpressionUUID->"e821a8be-cb16-4309-ba5b-b41b7221d7e9", CellID->1097765261], -Cell[17673, 463, 236, 4, 23, "Print",ExpressionUUID->"dfead54b-7508-4784-9054-3f971f53cce7", +Cell[17759, 469, 236, 4, 23, "Print",ExpressionUUID->"dfead54b-7508-4784-9054-3f971f53cce7", CellID->124546629], -Cell[17912, 469, 220, 3, 23, "Print",ExpressionUUID->"f327517e-a835-473a-b35d-f4bec6d972f6", +Cell[17998, 475, 220, 3, 23, "Print",ExpressionUUID->"f327517e-a835-473a-b35d-f4bec6d972f6", CellID->1731806630], -Cell[18135, 474, 236, 4, 23, "Print",ExpressionUUID->"046ecf1a-c7a1-4abe-94ed-703a7169f66e", +Cell[18221, 480, 236, 4, 23, "Print",ExpressionUUID->"046ecf1a-c7a1-4abe-94ed-703a7169f66e", CellID->1730419854], -Cell[18374, 480, 236, 4, 23, "Print",ExpressionUUID->"b1efca31-9e48-4678-9a3f-3e87e7d90ef6", +Cell[18460, 486, 236, 4, 23, "Print",ExpressionUUID->"b1efca31-9e48-4678-9a3f-3e87e7d90ef6", CellID->1895244463], -Cell[18613, 486, 207, 3, 23, "Print",ExpressionUUID->"ad9a74f9-72e9-4507-8f1b-ce1461d9f6be", +Cell[18699, 492, 207, 3, 23, "Print",ExpressionUUID->"ad9a74f9-72e9-4507-8f1b-ce1461d9f6be", CellID->1774617171], -Cell[18823, 491, 236, 4, 23, "Print",ExpressionUUID->"3528f045-2b00-4483-b173-1f44f5fa6f85", +Cell[18909, 497, 236, 4, 23, "Print",ExpressionUUID->"3528f045-2b00-4483-b173-1f44f5fa6f85", CellID->1982331141] }, Open ]] }, Open ]], -Cell[19086, 499, 136, 1, 70, "ExampleText",ExpressionUUID->"70ec0579-783f-4dcc-a3ae-9c5bd7a2a992", +Cell[19172, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"70ec0579-783f-4dcc-a3ae-9c5bd7a2a992", CellID->395073716], -Cell[19225, 502, 235, 6, 70, "Input",ExpressionUUID->"71f89901-f962-4f9e-92e4-ea1526cd8757", +Cell[19311, 508, 235, 6, 70, "Input",ExpressionUUID->"71f89901-f962-4f9e-92e4-ea1526cd8757", CellID->1663895674], Cell[CellGroupData[{ -Cell[19485, 512, 359, 8, 70, "Input",ExpressionUUID->"415b70dc-b532-4903-aace-bcd7de1eb6a2", +Cell[19571, 518, 359, 8, 70, "Input",ExpressionUUID->"415b70dc-b532-4903-aace-bcd7de1eb6a2", CellID->244657655], -Cell[19847, 522, 362, 8, 36, "Output",ExpressionUUID->"e93d8317-3b3d-4325-8598-e9ffd1719954", +Cell[19933, 528, 362, 8, 36, "Output",ExpressionUUID->"e93d8317-3b3d-4325-8598-e9ffd1719954", CellID->1922101443] }, Open ]], -Cell[20224, 533, 238, 6, 70, "Input",ExpressionUUID->"7dfd55c5-e161-48f6-a560-e55b395fbef6", +Cell[20310, 539, 238, 6, 70, "Input",ExpressionUUID->"7dfd55c5-e161-48f6-a560-e55b395fbef6", CellID->1760261166], -Cell[20465, 541, 191, 4, 70, "ExampleText",ExpressionUUID->"15621947-b23f-43bc-8015-14da6bd9291d", +Cell[20551, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"15621947-b23f-43bc-8015-14da6bd9291d", CellID->1612534268], Cell[CellGroupData[{ -Cell[20681, 549, 180, 3, 70, "Input",ExpressionUUID->"6e24fdf4-107c-432c-b247-9c14dcc479ed", +Cell[20767, 555, 180, 3, 70, "Input",ExpressionUUID->"6e24fdf4-107c-432c-b247-9c14dcc479ed", CellID->1736155583], -Cell[20864, 554, 215, 5, 36, "Output",ExpressionUUID->"a844cab3-45d0-48fc-b9ea-a142606ad7e3", +Cell[20950, 560, 215, 5, 36, "Output",ExpressionUUID->"a844cab3-45d0-48fc-b9ea-a142606ad7e3", CellID->1271196674] }, Open ]], -Cell[21094, 562, 188, 4, 70, "ExampleText",ExpressionUUID->"585b2788-81ed-497e-add1-f62243f4cc18", +Cell[21180, 568, 188, 4, 70, "ExampleText",ExpressionUUID->"585b2788-81ed-497e-add1-f62243f4cc18", CellID->1685497543], Cell[CellGroupData[{ -Cell[21307, 570, 180, 3, 70, "Input",ExpressionUUID->"cc11ec84-d996-44f3-8e5e-1b13a953e511", +Cell[21393, 576, 180, 3, 70, "Input",ExpressionUUID->"cc11ec84-d996-44f3-8e5e-1b13a953e511", CellID->1730154466], -Cell[21490, 575, 159, 3, 36, "Output",ExpressionUUID->"538c6b86-6157-42be-bc1c-eb2cc88b0038", +Cell[21576, 581, 159, 3, 36, "Output",ExpressionUUID->"538c6b86-6157-42be-bc1c-eb2cc88b0038", CellID->1617229100] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21977, 593, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"e860c92f-d142-4400-9a5c-663a949c0024"], +Cell[27491, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"52809b12-09b6-45e6-ba30-2928190ea833"], +Cell[28164, 763, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0c1f712f-b3a7-4867-a5f4-7f13987d6c44"], +Cell[29200, 791, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"b0796f1a-db89-40ed-aa2d-bba6dcaa6cf9"], Cell[CellGroupData[{ -Cell[21913, 589, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"0a38a953-40a5-4129-9872-9ed34be3fc03"], -Cell[27427, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8469b887-bfea-4540-b19e-1cdafcdaedf6"] -}, Open ]], -Cell[28112, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1344a095-99c8-492f-9fb5-7c8a8bfb63ca"], -Cell[29148, 788, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"36f66eb6-fe1f-4f39-a986-b36aab190b7a"], -Cell[CellGroupData[{ -Cell[31448, 856, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6865e8f7-941b-4e83-88de-bfb5ddd6b31d", +Cell[31500, 859, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6865e8f7-941b-4e83-88de-bfb5ddd6b31d", CellID->2135167160], -Cell[31589, 859, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1a24cea-2db6-45c6-9956-ce620eed6ca3", +Cell[31641, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b1a24cea-2db6-45c6-9956-ce620eed6ca3", CellID->1194386356], -Cell[31811, 865, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3f88602f-1a66-4cf6-b04d-e67dec18b035", +Cell[31863, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3f88602f-1a66-4cf6-b04d-e67dec18b035", CellID->1641706272], -Cell[32026, 870, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"633441f2-124b-4443-b518-2f927a4a76d4", +Cell[32078, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"633441f2-124b-4443-b518-2f927a4a76d4", CellID->399251956], -Cell[32255, 876, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d4f84b63-8c2f-4b25-8d19-5d8818d9a9a4", +Cell[32307, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d4f84b63-8c2f-4b25-8d19-5d8818d9a9a4", CellID->821434655] }, Open ]], -Cell[32492, 882, 78, 0, 70, "FooterCell",ExpressionUUID->"8c2c57f3-afda-4c78-b4d6-8a8f3965bae8"] +Cell[32544, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"af6f99d9-fe63-4841-bcdd-757faef5bbb8"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/LowerSetQ.nb b/Documentation/English/ReferencePages/Symbols/LowerSetQ.nb index aa35eb0..4790351 100644 --- a/Documentation/English/ReferencePages/Symbols/LowerSetQ.nb +++ b/Documentation/English/ReferencePages/Symbols/LowerSetQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40249, 1037] -NotebookOptionsPosition[ 32352, 880] -NotebookOutlinePosition[ 34431, 933] -CellTagsIndexPosition[ 34346, 928] +NotebookDataLength[ 40277, 1038] +NotebookOptionsPosition[ 32389, 882] +NotebookOutlinePosition[ 34491, 936] +CellTagsIndexPosition[ 34406, 931] WindowTitle->LowerSetQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "742338e5-2337-414a-98a0-477b49f9fff3"], + "5c6c9e70-4f7a-4cd3-82a5-95629346f62f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fddb999f-b50c-4d5d-b56e-34ad454f1b3f"], + "f3d4370b-d5d5-4888-a4cc-fead2375d571"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8c1f544b-dd91-456b-b5b1-d2d0a0426fe7"] - }],ExpressionUUID->"e70dac5d-7929-47bb-b0f6-eab2df0b5614"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "4a53bb4a-3212-4c9b-a797-e3155c7caac4"] + }],ExpressionUUID->"e7389ffd-e316-476e-b8af-7cce719dfc1e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9012c069-cbbd-49ff-8732-e7ea818e6ac3"], + "2da30105-1ebd-403a-986a-ad5df0c5e0e0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "86af201f-2eac-4dcc-8d96-7d8731e69afc"] - }],ExpressionUUID->"c8062e45-c326-4e16-9ea3-f5135ae218ff"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "429a1e75-8d31-4b95-876d-32a020e28491"] + }],ExpressionUUID->"8f518936-23ba-4d7f-80d8-8ba8f9051971"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "55a44d99-1767-4a77-bb28-927ff7852b34"], + "63cf7472-f686-45fd-989f-9b6c16bf77bd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "64e19603-869c-451b-a981-98410b133ed9"] - }],ExpressionUUID->"6474925e-c349-41b3-9548-7e238e29ee7b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a0ba20da-afa1-45df-a964-e304634cfe85"] + }],ExpressionUUID->"4daf7cb8-73dc-48ac-9351-73811fec678a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b37461ef-a380-40c7-862d-91a2fb53e4e4"], + "32966253-d957-4f09-9f29-6dde3ce30c3a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1eb28026-b467-4a56-840a-ca0ce5221f0f"] - }],ExpressionUUID->"55c79429-67df-4626-a7a9-fe0342e00966"], - StripOnInput->False], {"\<\"TUG/ref/LowerSetQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/LowerSetQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/LowerSetQ.\ + "26ef7529-34ab-4811-b8d9-284fef36bad6"] + }],ExpressionUUID->"a721520b-559d-4ae0-97c6-c2117c63352f"], + StripOnInput->False],{ + "\"TUG/ref/LowerSetQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/LowerSetQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/LowerSetQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$111905], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/LowerSetQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$120895], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/LowerSetQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb06dc92-a523-43cb-b7d4-fa5ff89635a9"] + "91a7711b-8069-4778-b6af-698f6f2143a1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5645735b-6624-4f3d-add5-3172d5bd5242"]} + "43ea8f71-a4b8-456c-908c-503e76a86eca"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d3c983fd-4257-4b20-a9a2-f49e098e0b8a"], + CellID->1,ExpressionUUID->"36c52c2d-ad16-4536-9bda-09bb53dd614e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"16509762-7a47-43ec-b9a0-88a3f15b4cb6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"be6b729a-cdae-413a-8a94-c9d1f1209553"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "LowerSetQ", "ObjectName",ExpressionUUID-> - "d9bac79f-5bba-4dd4-8aca-f19bf2ad3f5b"], + "a1d45ff5-eeab-4b25-8401-1cc5c15f1940"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d99ec1c9-1a6a-4667-92a0-6ab72b1591f2"], + "Spacer1"]],ExpressionUUID->"cc8a7a6f-c32e-450c-b436-e66beac5c901"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7b1edabc-8b91-4904-9214-94f5d798ddb3"] - }],ExpressionUUID->"8efe8cef-c187-429b-bb13-5b8608eba6d8"], Cell[BoxData[ + "6a864af6-2072-416c-8bdc-5e52d6aa75f9"] + }],ExpressionUUID->"df922dfe-71a7-446c-bb99-ca6706159733"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d4431bd0-27b3-4108-8ecd-8df797596669"]} + "f2d85c88-9738-46da-9187-b9a334c1091d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8da25979-d890-4d9c-ad60-286d6423408a"], + CacheGraphics->False,ExpressionUUID->"eb7d053b-99d2-4d34-be2d-4e754632b497"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "a75bf6ad-05bb-4e6e-b9c2-fb80b82571ac"], " \[LineSeparator]checks if the lower set is non empty. An important set \ to determine a kernel catcher." - }],ExpressionUUID->"c71cf3ba-6319-44e4-95fe-b4a13dd23fd6"]} + }],ExpressionUUID->"55afdecb-0cb9-4cbb-bd2a-3abed05190ab"]} }]], "Usage", CellID->2030732485,ExpressionUUID->"2f73c9e7-9291-4b0b-a1d8-72d6daf48aa9"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1384266c-bb1b-409d-861a-6102449d8a21"], + ExpressionUUID->"b9960ff1-be1f-4e2c-aaf1-5efbe271ce69"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0a849693-3e5f-410a-83ff-0c80a8c7b45d"], + "Spacer1"]],ExpressionUUID->"1ca23c6a-8538-4f89-b09f-c8394f7c8f4f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7a29cdd2-2218-46b5-9e5d-a3e21a0a040f"], + }], "NotesFrameText",ExpressionUUID->"7b76acd9-a43d-4001-90d1-3b04e72f04da"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"32bd96c6-f766-49bf-ae79-733e395129db"]], \ + "Preemptive"]],ExpressionUUID->"aeb85666-b35f-466b-accb-766e8b14b489"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->255812623,ExpressionUUID->"1c5509e0-e5b4-4693-a52e-b0e7a5c97cc6"], + CellID->1678049246,ExpressionUUID->"47aa4e83-91d4-4263-bf58-53dcf4d3ddbe"], Cell[TextData[{ "The input expression ", @@ -363,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3e919c29-6de9-41d7-bcca-a8794773f75c"], + ExpressionUUID->"99c3caea-37a9-4bc2-9fb3-fe55d3ba40e6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3fea5033-7cc5-4ba3-876f-55ee7ca1ad5a"], + "Spacer1"]],ExpressionUUID->"65863842-2fb0-4f53-b9ee-f1318feaccd6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dd469bce-3d29-4896-a47d-4fa6d15decaa"] + "18d93b56-b004-42b1-8c79-2409ea3815ca"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2010435891,ExpressionUUID->"7767bdc2-de4e-43a2-b756-27df2fbcbf9d"], + CellID->1774414935,ExpressionUUID->"c03e5803-516a-4628-91cf-e64f6c253266"], Cell[CellGroupData[{ @@ -404,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"86532b5e-dfb8-4d6f-972c-1fff1b669afc"], + ExpressionUUID->"66ee5a0f-3540-4e22-ab73-50228ae98955"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7715bc5d-88d2-4694-b9dd-308f1f8fc8f2"], + "Spacer1"]],ExpressionUUID->"c4f3fdf8-4d4f-4013-ad5b-0dd97dda71ab"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f99f7894-b631-4b47-ac6d-86ef2868402a"] + "cac7d756-246e-44d6-a87f-3e631263d082"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->726572365,ExpressionUUID->"807ea9c3-ce4b-4f52-a1cd-c5b8a2461e3b"], + CellID->709668040,ExpressionUUID->"9d3de45d-f9b1-4dfe-a00c-72df63a3054a"], Cell["Loading the package:", "ExampleText", CellID->1182360654,ExpressionUUID->"81e9c5a6-d64f-4223-b7d8-48f4e129cb4c"], @@ -581,8 +586,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -730,15 +733,15 @@ Cell[BoxData[GridBox[{ "722f12ca-a856-4040-b9a1-9243fa7e9652"] }], "SeeAlso",ExpressionUUID->"146c08c5-b73a-4542-81fb-de8309fa3201"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"83ee1132-6645-487e-b1f6-\ -e4ecb92444e6"], + }]], "SeeAlsoSection",ExpressionUUID->"aa25b1c6-319f-40a0-91de-\ +991cb78808a1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -750,9 +753,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e4a12f91-74cc-4a8b-b12d-92454d4862a1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a022a6aa-d96c-41d4-a2a2-\ -a6bbe4b7a627"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d9e44150-7612-4fb6-95f4-\ +09633fe359f5"], Cell[BoxData[GridBox[{ { @@ -769,7 +771,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a30329e5-5922-4a8c-a01e-2984d3738ba5"]}]}, + "a8ad4806-e152-43f5-8870-0b6cc3280ee3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -777,10 +779,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "698243dc-a69f-4378-8bd7-bb385e04abf6"]}]} + "518dbd5f-bbe5-418c-a652-c4d5420fcb34"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9a6dc934-5f8d-4426-a16f-\ -4295625f1b71"], + }]], "MoreAboutSection",ExpressionUUID->"c6df3c41-7c5e-43b6-84ca-\ +abd4ab6d10e9"], Cell[BoxData[GridBox[{ { @@ -808,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "493ad716-e99a-45ef-ba83-485e171dcfca"]], "RelatedLinks", + "f9d2de24-2500-4650-89b1-1147db9c4b13"]], "RelatedLinks", ExpressionUUID->"3230d766-ca53-4824-a868-93d8164c0f2a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -825,7 +827,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7f26070-f1ef-460d-be92-47977cf3b6b0"]], "RelatedLinks", + "c88a7cf2-210f-4c18-a3a3-df553a6c4b0c"]], "RelatedLinks", ExpressionUUID->"f05c3a76-3eab-4618-9436-57b92000a6cb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -842,11 +844,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "02779889-977c-477e-ac99-74fa85304ec6"]], "RelatedLinks", + "364f63c1-a09a-40f7-8711-a60f5dfbec8d"]], "RelatedLinks", ExpressionUUID->"fd996b01-bd15-474c-9076-2a2ef8335d26"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"82fff74c-77aa-4b6c-aa04-\ -f974b4c72b94"], + }]], "RelatedLinksSection",ExpressionUUID->"873b51a6-0a65-4a91-9d8f-\ +490eac738245"], Cell[CellGroupData[{ @@ -876,11 +878,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f14abfbc-c4c5-400b-af40-9d9247f8822a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"22d70731-517b-463a-921e-6262c98f33a6"] +Cell[" ", "FooterCell",ExpressionUUID->"7b88e22a-031d-4452-a866-634194162470"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"LowerSetQ", TaggingRules->{ @@ -891,17 +893,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 31.493909}", + "built" -> "{2024, 6, 3, 16, 53, 40.770050}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "LowerSetQ[game] checks if the lower set is non empty. An important set \ to determine a kernel catcher.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "LowerSetQ", "titlemodifier" -> "", "windowtitle" -> "LowerSetQ", "type" -> - "Symbol", "uri" -> "TUG/ref/LowerSetQ"}}, + "LowerSetQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "LowerSetQ", "type" -> "Symbol", "uri" -> + "TUG/ref/LowerSetQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -910,9 +913,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"31f5ad6a-73ed-4cf9-a2b2-db133dfd2968" +ExpressionUUID->"7852f95c-f90d-4e32-8612-75a89e09440f" ] (* End of Notebook Content *) @@ -920,125 +923,123 @@ ExpressionUUID->"31f5ad6a-73ed-4cf9-a2b2-db133dfd2968" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13097, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7767bdc2-de4e-43a2-b756-27df2fbcbf9d", + Cell[13168, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c03e5803-516a-4628-91cf-e64f6c253266", CellTags->"PrimaryExamplesSection", - CellID->2010435891]} + CellID->1774414935]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34145, 921} + {"PrimaryExamplesSection", 34205, 924} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7111, 168, 56, "AnchorBarGrid",ExpressionUUID->"d3c983fd-4257-4b20-a9a2-f49e098e0b8a", +Cell[581, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"36c52c2d-ad16-4536-9bda-09bb53dd614e", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"16509762-7a47-43ec-b9a0-88a3f15b4cb6"], +Cell[7765, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"be6b729a-cdae-413a-8a94-c9d1f1209553"], Cell[CellGroupData[{ -Cell[7806, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"8da25979-d890-4d9c-ad60-286d6423408a"], -Cell[9092, 232, 498, 10, 111, "Usage",ExpressionUUID->"2f73c9e7-9291-4b0b-a1d8-72d6daf48aa9", +Cell[7876, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"eb7d053b-99d2-4d34-be2d-4e754632b497"], +Cell[9162, 237, 498, 10, 111, "Usage",ExpressionUUID->"2f73c9e7-9291-4b0b-a1d8-72d6daf48aa9", CellID->2030732485] }, Open ]], Cell[CellGroupData[{ -Cell[9627, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"1c5509e0-e5b4-4693-a52e-b0e7a5c97cc6", +Cell[9697, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"47aa4e83-91d4-4263-bf58-53dcf4d3ddbe", CellGroupingRules->{"SectionGrouping", 50}, - CellID->255812623], -Cell[11524, 296, 518, 12, 57, "]]",ExpressionUUID->"1801a408-4822-4434-86a7-a7f3e2617e76", + CellID->1678049246], +Cell[11595, 301, 518, 12, 57, "]]",ExpressionUUID->"1801a408-4822-4434-86a7-a7f3e2617e76", CellID->313448337], -Cell[12045, 310, 489, 12, 37, "Notes",ExpressionUUID->"7f69a43f-702c-4d1b-9efd-a81354d430a2", +Cell[12116, 315, 489, 12, 38, "Notes",ExpressionUUID->"7f69a43f-702c-4d1b-9efd-a81354d430a2", CellID->177724765], -Cell[12537, 324, 217, 4, 36, "Notes",ExpressionUUID->"f3691264-734d-4ead-8d88-d77246a41517", +Cell[12608, 329, 217, 4, 36, "Notes",ExpressionUUID->"f3691264-734d-4ead-8d88-d77246a41517", CellID->108144194], -Cell[12757, 330, 213, 4, 36, "Notes",ExpressionUUID->"266078b5-ccc7-4b0e-a6ea-49009c23d48b", +Cell[12828, 335, 213, 4, 36, "Notes",ExpressionUUID->"266078b5-ccc7-4b0e-a6ea-49009c23d48b", CellID->2138876680] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13097, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7767bdc2-de4e-43a2-b756-27df2fbcbf9d", +Cell[13168, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c03e5803-516a-4628-91cf-e64f6c253266", CellTags->"PrimaryExamplesSection", - CellID->2010435891], + CellID->1774414935], Cell[CellGroupData[{ -Cell[14543, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"807ea9c3-ce4b-4f52-a1cd-c5b8a2461e3b", - CellID->726572365], -Cell[15944, 419, 119, 1, 38, "ExampleText",ExpressionUUID->"81e9c5a6-d64f-4223-b7d8-48f4e129cb4c", +Cell[14614, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"9d3de45d-f9b1-4dfe-a00c-72df63a3054a", + CellID->709668040], +Cell[16015, 424, 119, 1, 39, "ExampleText",ExpressionUUID->"81e9c5a6-d64f-4223-b7d8-48f4e129cb4c", CellID->1182360654], Cell[CellGroupData[{ -Cell[16088, 424, 167, 3, 27, "Input",ExpressionUUID->"f9dcd747-c839-4b7f-a360-e9393ba18768", +Cell[16159, 429, 167, 3, 27, "Input",ExpressionUUID->"f9dcd747-c839-4b7f-a360-e9393ba18768", CellID->705043850], Cell[CellGroupData[{ -Cell[16280, 431, 236, 4, 23, "Print",ExpressionUUID->"f2b993a6-f778-4f4a-9293-a7f261d33be4", +Cell[16351, 436, 236, 4, 23, "Print",ExpressionUUID->"f2b993a6-f778-4f4a-9293-a7f261d33be4", CellID->599130167], -Cell[16519, 437, 366, 8, 23, "Print",ExpressionUUID->"a964a42f-9d74-44da-9a1c-0942bf0e69e2", +Cell[16590, 442, 366, 8, 23, "Print",ExpressionUUID->"a964a42f-9d74-44da-9a1c-0942bf0e69e2", CellID->1893244372], -Cell[16888, 447, 237, 4, 23, "Print",ExpressionUUID->"5ae2ce24-f077-4d77-8c98-8fc258f06854", +Cell[16959, 452, 237, 4, 23, "Print",ExpressionUUID->"5ae2ce24-f077-4d77-8c98-8fc258f06854", CellID->1663241455], -Cell[17128, 453, 221, 3, 23, "Print",ExpressionUUID->"2435613c-dc95-4ab2-a368-a2ec946a6eaa", +Cell[17199, 458, 221, 3, 23, "Print",ExpressionUUID->"2435613c-dc95-4ab2-a368-a2ec946a6eaa", CellID->1222786826], -Cell[17352, 458, 207, 3, 23, "Print",ExpressionUUID->"aa31fa99-e545-4d6a-b3c8-bd715c6710ca", +Cell[17423, 463, 207, 3, 23, "Print",ExpressionUUID->"aa31fa99-e545-4d6a-b3c8-bd715c6710ca", CellID->891719121], -Cell[17562, 463, 238, 4, 23, "Print",ExpressionUUID->"9fd212e5-23b8-4f41-8548-3de8823c740b", +Cell[17633, 468, 238, 4, 23, "Print",ExpressionUUID->"9fd212e5-23b8-4f41-8548-3de8823c740b", CellID->1117929230], -Cell[17803, 469, 221, 3, 23, "Print",ExpressionUUID->"e8cf44ed-bc37-4e89-ad3c-b33800ff25af", +Cell[17874, 474, 221, 3, 23, "Print",ExpressionUUID->"e8cf44ed-bc37-4e89-ad3c-b33800ff25af", CellID->1210511055], -Cell[18027, 474, 237, 4, 23, "Print",ExpressionUUID->"1f3c2a42-01aa-48d0-89c5-94a23be2a2f1", +Cell[18098, 479, 237, 4, 23, "Print",ExpressionUUID->"1f3c2a42-01aa-48d0-89c5-94a23be2a2f1", CellID->1160576164], -Cell[18267, 480, 237, 4, 23, "Print",ExpressionUUID->"9b506bae-1174-4702-9a4c-dc28e1f0a137", +Cell[18338, 485, 237, 4, 23, "Print",ExpressionUUID->"9b506bae-1174-4702-9a4c-dc28e1f0a137", CellID->1527438105], -Cell[18507, 486, 208, 3, 23, "Print",ExpressionUUID->"56dd7da9-5663-4157-b681-3714ac427910", +Cell[18578, 491, 208, 3, 23, "Print",ExpressionUUID->"56dd7da9-5663-4157-b681-3714ac427910", CellID->1189862773], -Cell[18718, 491, 236, 4, 23, "Print",ExpressionUUID->"36194998-0c72-4d75-9856-a9445b6efa9e", +Cell[18789, 496, 236, 4, 23, "Print",ExpressionUUID->"36194998-0c72-4d75-9856-a9445b6efa9e", CellID->921592109] }, Open ]] }, Open ]], -Cell[18981, 499, 136, 1, 70, "ExampleText",ExpressionUUID->"294424a3-1135-4523-8891-09d1ce69370b", +Cell[19052, 504, 136, 1, 70, "ExampleText",ExpressionUUID->"294424a3-1135-4523-8891-09d1ce69370b", CellID->432307688], -Cell[19120, 502, 235, 6, 70, "Input",ExpressionUUID->"c4711321-3462-4135-8bb6-24d252281e03", +Cell[19191, 507, 235, 6, 70, "Input",ExpressionUUID->"c4711321-3462-4135-8bb6-24d252281e03", CellID->1752399957], Cell[CellGroupData[{ -Cell[19380, 512, 358, 8, 70, "Input",ExpressionUUID->"45c6977e-f7ea-40d3-be35-61688e763d33", +Cell[19451, 517, 358, 8, 70, "Input",ExpressionUUID->"45c6977e-f7ea-40d3-be35-61688e763d33", CellID->44029888], -Cell[19741, 522, 362, 8, 36, "Output",ExpressionUUID->"43a88a78-292b-4959-981e-e123dca146b1", +Cell[19812, 527, 362, 8, 36, "Output",ExpressionUUID->"43a88a78-292b-4959-981e-e123dca146b1", CellID->323458767] }, Open ]], -Cell[20118, 533, 237, 6, 70, "Input",ExpressionUUID->"6f751ae9-9a74-463e-ba0f-d44c43e84e5f", +Cell[20189, 538, 237, 6, 70, "Input",ExpressionUUID->"6f751ae9-9a74-463e-ba0f-d44c43e84e5f", CellID->347435022], -Cell[20358, 541, 190, 4, 70, "ExampleText",ExpressionUUID->"8b8dfce2-7339-4308-87b7-9fb808c6ba9a", +Cell[20429, 546, 190, 4, 70, "ExampleText",ExpressionUUID->"8b8dfce2-7339-4308-87b7-9fb808c6ba9a", CellID->734048259], Cell[CellGroupData[{ -Cell[20573, 549, 166, 3, 70, "Input",ExpressionUUID->"1e28eec2-98ee-402c-9170-5ca26671bd42", +Cell[20644, 554, 166, 3, 70, "Input",ExpressionUUID->"1e28eec2-98ee-402c-9170-5ca26671bd42", CellID->874170533], -Cell[20742, 554, 173, 4, 36, "Output",ExpressionUUID->"98d9f241-c448-496d-9226-bafd915f9fba", +Cell[20813, 559, 173, 4, 36, "Output",ExpressionUUID->"98d9f241-c448-496d-9226-bafd915f9fba", CellID->967997598] }, Open ]], -Cell[20930, 561, 143, 1, 70, "ExampleText",ExpressionUUID->"f0042a96-2bf7-4d1b-b5b4-5d7cc91a12d4", +Cell[21001, 566, 143, 1, 70, "ExampleText",ExpressionUUID->"f0042a96-2bf7-4d1b-b5b4-5d7cc91a12d4", CellID->750906204], Cell[CellGroupData[{ -Cell[21098, 566, 167, 3, 70, "Input",ExpressionUUID->"e5ba8ddb-ad76-49df-8b24-4576ff79f8f0", +Cell[21169, 571, 167, 3, 70, "Input",ExpressionUUID->"e5ba8ddb-ad76-49df-8b24-4576ff79f8f0", CellID->1773385932], -Cell[21268, 571, 159, 3, 36, "Output",ExpressionUUID->"3f340699-5568-4272-90e4-769b2dfe6131", +Cell[21339, 576, 159, 3, 36, "Output",ExpressionUUID->"3f340699-5568-4272-90e4-769b2dfe6131", CellID->525780931] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21740, 588, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"aa25b1c6-319f-40a0-91de-991cb78808a1"], +Cell[27254, 738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d9e44150-7612-4fb6-95f4-09633fe359f5"], +Cell[27927, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c6df3c41-7c5e-43b6-84ca-abd4ab6d10e9"], +Cell[28963, 786, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"873b51a6-0a65-4a91-9d8f-490eac738245"], Cell[CellGroupData[{ -Cell[21691, 585, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"83ee1132-6645-487e-b1f6-e4ecb92444e6"], -Cell[27205, 735, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a022a6aa-d96c-41d4-a2a2-a6bbe4b7a627"] -}, Open ]], -Cell[27890, 756, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9a6dc934-5f8d-4426-a16f-4295625f1b71"], -Cell[28926, 784, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"82fff74c-77aa-4b6c-aa04-f974b4c72b94"], -Cell[CellGroupData[{ -Cell[31226, 852, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a0a39ab-b871-4e06-a7b8-926959890e9b", +Cell[31263, 854, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a0a39ab-b871-4e06-a7b8-926959890e9b", CellID->2135167160], -Cell[31367, 855, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"009c3837-c348-4b2c-89c4-4f8b88d1c109", +Cell[31404, 857, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"009c3837-c348-4b2c-89c4-4f8b88d1c109", CellID->1194386356], -Cell[31589, 861, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b585dcde-cf56-4cc6-9eac-458d14163df5", +Cell[31626, 863, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b585dcde-cf56-4cc6-9eac-458d14163df5", CellID->1641706272], -Cell[31804, 866, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c3abcc21-5e78-4c6e-ad60-cf9ec081f795", +Cell[31841, 868, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c3abcc21-5e78-4c6e-ad60-cf9ec081f795", CellID->399251956], -Cell[32033, 872, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f14abfbc-c4c5-400b-af40-9d9247f8822a", +Cell[32070, 874, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f14abfbc-c4c5-400b-af40-9d9247f8822a", CellID->821434655] }, Open ]], -Cell[32270, 878, 78, 0, 70, "FooterCell",ExpressionUUID->"22d70731-517b-463a-921e-6262c98f33a6"] +Cell[32307, 880, 78, 0, 70, "FooterCell",ExpressionUUID->"7b88e22a-031d-4452-a866-634194162470"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MLExtension.nb b/Documentation/English/ReferencePages/Symbols/MLExtension.nb index 66343fa..4972fde 100644 --- a/Documentation/English/ReferencePages/Symbols/MLExtension.nb +++ b/Documentation/English/ReferencePages/Symbols/MLExtension.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41324, 1070] -NotebookOptionsPosition[ 33483, 915] -NotebookOutlinePosition[ 35538, 968] -CellTagsIndexPosition[ 35453, 963] +NotebookDataLength[ 41316, 1069] +NotebookOptionsPosition[ 33493, 916] +NotebookOutlinePosition[ 35565, 969] +CellTagsIndexPosition[ 35480, 964] WindowTitle->MLExtension WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0049b5a4-9ba3-4046-9683-c72e800a9e01"], + "900f1d8b-02cf-4fc4-b551-7dcefe58dd1d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "715953ed-2135-4496-8194-1861b3232b31"], + "9f61413a-b1d6-4b68-947c-ed55b819a7b6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5edfdaf0-4a95-4470-a222-9445bf4e40c4"] - }],ExpressionUUID->"8d0b72b3-dee7-471a-a087-7b5f3d5dd8d2"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "ad7c5f5c-74f0-4c42-992b-dc436e34573e"] + }],ExpressionUUID->"e9a894e5-5bbb-45a7-8195-549edc10b9f1"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fcda2211-fa8b-4cac-9bc6-4598954f3068"], + "46410b3d-660e-47fc-ad67-42bd57ed7076"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e4a0173c-ac93-4f5d-9edb-4feaaded9aa5"] - }],ExpressionUUID->"ef834672-7b23-459f-a812-9f05185f074a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "71a29686-9ad4-480e-a45e-12d80ba701b9"] + }],ExpressionUUID->"f9ee3383-cfdb-46d7-9bfc-bf6ef96215da"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e298dce7-d00e-4b84-97ab-848919dc7e34"], + "b4dcd094-b6dc-4f2e-8fdc-3b7da7cf6941"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eec7fbb8-a4ac-4497-8e69-0449c4de404a"] - }],ExpressionUUID->"e1bc5477-dbca-41b3-b11c-f19913df9150"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "81e39652-6771-4492-b66a-214a5f01922a"] + }],ExpressionUUID->"a73895ce-05f9-43ce-8360-68a1625310c0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cf6097e9-3f01-42af-aa4b-d7089054bb93"], + "dd159065-b0db-4e2f-9130-22765ac33684"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "52bcec62-2d10-4fa9-9e82-0d4790940bdf"] - }],ExpressionUUID->"fda6425a-6e68-4272-b525-d5b0ed750082"], - StripOnInput->False], {"\<\"TUG/ref/MLExtension\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MLExtension"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/MLExtension.\ + "bd6c878d-b561-44b1-bea0-a34f5b3740fc"] + }],ExpressionUUID->"be6280f2-91ec-4908-a51f-715d226bfead"], + StripOnInput->False],{ + "\"TUG/ref/MLExtension\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MLExtension"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/MLExtension.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$118728], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MLExtension" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$128126], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MLExtension" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6378feb7-c065-43db-8988-c4e4e2dc0aaf"] + "0fb0d8c8-8536-477b-930f-9643d25f8aaf"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2f9ffddb-091a-4e5d-8da1-c353ef5937d7"]} + "4414afc0-edf4-46ea-941c-22aa566315eb"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8c2a8d58-920f-498b-8c1a-4195819dc08b"], + CellID->1,ExpressionUUID->"a3130461-1e42-4ca8-bcc0-be418fbac5fb"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5557c0ae-1b93-4498-bd54-70f4c1907f0b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"db6d94b6-f1cd-4972-929d-4d2aba6a5635"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MLExtension", "ObjectName",ExpressionUUID-> - "36396c3f-05ee-41a1-b503-1bd7b2f404e6"], + "e1c93db3-45af-4685-aa37-3bba9ab7f10d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1c7b4f46-ce92-40cc-b3f7-89d3398e807e"], + "Spacer1"]],ExpressionUUID->"1f7d56a9-b529-4e87-a564-848fba756210"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5338cb72-e383-457a-811f-f3bb1434c1f7"] - }],ExpressionUUID->"a6e37902-87e7-4c3f-a898-3d9018dc6687"], Cell[BoxData[ + "d7f21420-5c24-434b-868a-13b32ed56ca7"] + }],ExpressionUUID->"6a046266-052d-44b7-b952-c5e6ef20d255"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "11926e66-e4ab-430d-a8e6-c7e46be017ff"]} + "ba88a008-cecd-418f-bbd7-b2b9c9c3cec3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2b4a84b6-a340-4706-bcab-a069b04ad311"], + CacheGraphics->False,ExpressionUUID->"6080e2b3-94e3-42d8-ae78-3a554fdafaaf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "481548be-7741-4d99-ab12-f2359ab16389"], " \[LineSeparator]computes the multi-linear extension of the game." - }],ExpressionUUID->"0976ebea-bb2e-4f80-9f6b-9dddb312ccef"]} + }],ExpressionUUID->"ac3e225a-0068-4c49-a734-7d5bab26f8ef"]} }]], "Usage", CellID->1203692644,ExpressionUUID->"3221fd13-1349-4f18-9449-a58c16d46888"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"96418c85-a33c-44e3-bc61-44c1324792ef"], + ExpressionUUID->"a193710e-d188-44ba-bc0c-c0ac67f9fdf1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9f623553-b97d-442e-b01f-196b12608bf9"], + "Spacer1"]],ExpressionUUID->"54de3ae9-d126-4a6c-8d98-e8fc0eb84f3a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c4023ec9-6295-4667-8350-b032787ef408"], + }], "NotesFrameText",ExpressionUUID->"df881ca6-66cc-4975-a748-32e6fe2cff48"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"527d3e70-1ec6-40a8-bcbf-7b0dc6c8e56d"]], \ + "Preemptive"]],ExpressionUUID->"a113e201-04e9-4514-810b-7e6972adb604"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1965023891,ExpressionUUID->"01072024-d5ba-4049-9a19-fe2d5b4fb476"], + CellID->1218045754,ExpressionUUID->"4e248a8a-3afe-4891-8c73-f67d35278f1e"], Cell[TextData[{ "The input expression ", @@ -369,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8b3e2a7f-0443-4090-bfa4-331d6b9374cc"], + ExpressionUUID->"8f9a812b-d0fa-4702-98c9-b7204c1ce35a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a802140c-60a7-44f9-9814-b3ff1d4b97d2"], + "Spacer1"]],ExpressionUUID->"dc8968de-9508-4f55-8c71-e154716a79ac"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0503a7cf-e29e-4d72-b9a9-c97611e0e589"] + "4c7bee56-528b-42c6-9630-7bf5f31a70b5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1071090701,ExpressionUUID->"b731e60c-facc-474e-9e26-1675e14351b2"], + CellID->106385166,ExpressionUUID->"35161aec-ca31-402f-92b2-2e26e4e2b2b0"], Cell[CellGroupData[{ @@ -410,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f3e235e2-82a4-49b8-877d-fbb3dc1e029b"], + ExpressionUUID->"b6fc587d-893a-463d-a24e-95a3ef9c9ad4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3dddb909-4345-42c7-b9c7-ad0348c45e0b"], + "Spacer1"]],ExpressionUUID->"28f95c9b-174e-4896-a370-95ece5a9104d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d73cbf7-6694-402c-8581-08b4fdeb234d"] + "5d42e7f3-34e0-47e6-9092-dacef9e665b6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1813584948,ExpressionUUID->"5c3cc754-3213-4c9d-bcca-8c8e80a1d111"], + CellID->217416352,ExpressionUUID->"1f44be23-fca9-4df0-ba21-004391d7bd62"], Cell["Loading the package:", "ExampleText", CellID->651128749,ExpressionUUID->"2fd64a05-31f3-403b-9268-5483687ffbd3"], @@ -634,8 +638,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -783,15 +785,15 @@ Cell[BoxData[GridBox[{ "2ff797cb-98fd-496d-a873-892677acacaf"] }], "SeeAlso",ExpressionUUID->"b9ba8f8f-ff7f-4a42-bbe2-7fd35b16a827"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0307b0dd-33cc-4fad-8bde-\ -cd89643e6fa8"], + }]], "SeeAlsoSection",ExpressionUUID->"4fa34277-32bc-48ea-b699-\ +7650b7a4ec18"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -803,9 +805,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cb273dc5-98dd-4ef5-af7c-4e8a43c376a2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f87e1091-7491-45b7-9dc2-\ -322d0d4d20ae"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"215159f8-82a9-48e8-bbd6-\ +c1c1c8769ad3"], Cell[BoxData[GridBox[{ { @@ -822,7 +823,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "db958126-8933-4d8c-a902-0a5275f1c328"]}]}, + "23be88d5-4ef5-496d-80c1-91293e7696c4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -830,10 +831,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a1785049-c153-44c1-94e5-5873b6428b3b"]}]} + "39a7bd1e-d678-45b4-bd1f-2bd94b8b3c15"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"fb923af5-5c7f-4713-997a-\ -23eb789d8070"], + }]], "MoreAboutSection",ExpressionUUID->"d6acebc6-d4e7-4f8e-b118-\ +cecb168a1c8a"], Cell[BoxData[GridBox[{ { @@ -860,7 +861,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9acde0da-2cae-40a9-9a61-c4aeaa894267"]], "RelatedLinks", + "37cbc8e8-e857-4fde-8b64-8219a80642b9"]], "RelatedLinks", ExpressionUUID->"07ee067e-6f31-40e4-98dd-77c0f0ef9d3d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -877,11 +878,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "86033489-1fc6-47c1-bdf4-202b4abb9b4a"]], "RelatedLinks", + "68c2bf2f-e12d-4e1a-b8e7-24d53331955a"]], "RelatedLinks", ExpressionUUID->"605929cd-d47f-4419-b8d0-10a6a81f4b76"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"81bb05b1-ea03-4e6a-bb18-\ -7c6c1f167fc0"], + }]], "RelatedLinksSection",ExpressionUUID->"7632194a-68dd-4741-b932-\ +d6e71d773610"], Cell[CellGroupData[{ @@ -911,11 +912,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"70496757-88fe-4924-9f37-53a07e872d3f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8ca49ffb-9536-441f-abf8-467fd9059096"] +Cell[" ", "FooterCell",ExpressionUUID->"42294574-2508-4d84-81f4-8a04c5fe62bc"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MLExtension", TaggingRules->{ @@ -926,17 +927,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 49.292751}", + "built" -> "{2024, 6, 3, 16, 53, 50.198571}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "MLExtension[game] computes the multi-linear extension of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MLExtension", - "titlemodifier" -> "", "windowtitle" -> "MLExtension", "type" -> "Symbol", - "uri" -> "TUG/ref/MLExtension"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "MLExtension", "type" -> "Symbol", "uri" -> "TUG/ref/MLExtension"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -945,9 +946,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"664b621d-d86c-46de-9941-85ac4356815d" +ExpressionUUID->"841d6485-f95b-4afb-b3d9-bbc141db23f2" ] (* End of Notebook Content *) @@ -955,123 +956,121 @@ ExpressionUUID->"664b621d-d86c-46de-9941-85ac4356815d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13487, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b731e60c-facc-474e-9e26-1675e14351b2", + Cell[13533, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"35161aec-ca31-402f-92b2-2e26e4e2b2b0", CellTags->"PrimaryExamplesSection", - CellID->1071090701]} + CellID->106385166]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35252, 956} + {"PrimaryExamplesSection", 35280, 957} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7135, 169, 56, "AnchorBarGrid",ExpressionUUID->"8c2a8d58-920f-498b-8c1a-4195819dc08b", +Cell[583, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"a3130461-1e42-4ca8-bcc0-be418fbac5fb", CellID->1], -Cell[7721, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5557c0ae-1b93-4498-bd54-70f4c1907f0b"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"db6d94b6-f1cd-4972-929d-4d2aba6a5635"], Cell[CellGroupData[{ -Cell[7832, 196, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"2b4a84b6-a340-4706-bcab-a069b04ad311"], -Cell[9120, 233, 461, 9, 111, "Usage",ExpressionUUID->"3221fd13-1349-4f18-9449-a58c16d46888", +Cell[7878, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"6080e2b3-94e3-42d8-ae78-3a554fdafaaf"], +Cell[9166, 237, 461, 9, 111, "Usage",ExpressionUUID->"3221fd13-1349-4f18-9449-a58c16d46888", CellID->1203692644] }, Open ]], Cell[CellGroupData[{ -Cell[9618, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"01072024-d5ba-4049-9a19-fe2d5b4fb476", +Cell[9664, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"4e248a8a-3afe-4891-8c73-f67d35278f1e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1965023891], -Cell[11516, 296, 519, 12, 57, "]]",ExpressionUUID->"a8f752b0-a3ec-48a3-bc78-52ff862e2d47", + CellID->1218045754], +Cell[11562, 300, 519, 12, 57, "]]",ExpressionUUID->"a8f752b0-a3ec-48a3-bc78-52ff862e2d47", CellID->209133038], -Cell[12038, 310, 489, 12, 37, "Notes",ExpressionUUID->"98aa451d-c8aa-4fa0-97a1-39472455ce13", +Cell[12084, 314, 489, 12, 38, "Notes",ExpressionUUID->"98aa451d-c8aa-4fa0-97a1-39472455ce13", CellID->177724765], -Cell[12530, 324, 534, 8, 99, "Notes",ExpressionUUID->"2b4416ae-48ae-4972-bbb7-9ece542e0649", +Cell[12576, 328, 534, 8, 99, "Notes",ExpressionUUID->"2b4416ae-48ae-4972-bbb7-9ece542e0649", CellID->1701124739], -Cell[13067, 334, 164, 3, 36, "Notes",ExpressionUUID->"e56e148d-5b19-40e5-82ba-138ea56cd9cd", +Cell[13113, 338, 164, 3, 36, "Notes",ExpressionUUID->"e56e148d-5b19-40e5-82ba-138ea56cd9cd", CellID->2052555133], -Cell[13234, 339, 126, 1, 36, "Notes",ExpressionUUID->"5450c191-c8ad-4520-8945-db7d6f8c2eed", +Cell[13280, 343, 126, 1, 36, "Notes",ExpressionUUID->"5450c191-c8ad-4520-8945-db7d6f8c2eed", CellID->1014012375] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13487, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b731e60c-facc-474e-9e26-1675e14351b2", +Cell[13533, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"35161aec-ca31-402f-92b2-2e26e4e2b2b0", CellTags->"PrimaryExamplesSection", - CellID->1071090701], + CellID->106385166], Cell[CellGroupData[{ -Cell[14933, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5c3cc754-3213-4c9d-bcca-8c8e80a1d111", - CellID->1813584948], -Cell[16335, 425, 118, 1, 38, "ExampleText",ExpressionUUID->"2fd64a05-31f3-403b-9268-5483687ffbd3", +Cell[14978, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1f44be23-fca9-4df0-ba21-004391d7bd62", + CellID->217416352], +Cell[16379, 429, 118, 1, 39, "ExampleText",ExpressionUUID->"2fd64a05-31f3-403b-9268-5483687ffbd3", CellID->651128749], Cell[CellGroupData[{ -Cell[16478, 430, 167, 3, 27, "Input",ExpressionUUID->"f6077899-345b-48b2-b84e-25c652898661", +Cell[16522, 434, 167, 3, 27, "Input",ExpressionUUID->"f6077899-345b-48b2-b84e-25c652898661", CellID->116315561], Cell[CellGroupData[{ -Cell[16670, 437, 236, 4, 23, "Print",ExpressionUUID->"5c158935-15fb-411c-9b9e-dcbb79e422bc", +Cell[16714, 441, 236, 4, 23, "Print",ExpressionUUID->"5c158935-15fb-411c-9b9e-dcbb79e422bc", CellID->1265861134], -Cell[16909, 443, 364, 8, 23, "Print",ExpressionUUID->"5cfb4d1a-367e-4d3c-b04b-34a76da4e583", +Cell[16953, 447, 364, 8, 23, "Print",ExpressionUUID->"5cfb4d1a-367e-4d3c-b04b-34a76da4e583", CellID->484447604], -Cell[17276, 453, 235, 4, 23, "Print",ExpressionUUID->"dae01122-8b13-4785-af03-b63d50df9e01", +Cell[17320, 457, 235, 4, 23, "Print",ExpressionUUID->"dae01122-8b13-4785-af03-b63d50df9e01", CellID->434986441], -Cell[17514, 459, 219, 3, 23, "Print",ExpressionUUID->"4670af8c-e29d-4313-8113-3bda4c406c5f", +Cell[17558, 463, 219, 3, 23, "Print",ExpressionUUID->"4670af8c-e29d-4313-8113-3bda4c406c5f", CellID->462790534], -Cell[17736, 464, 207, 3, 23, "Print",ExpressionUUID->"ce11f7e8-d628-4b72-ab14-93fbd0b09fbd", +Cell[17780, 468, 207, 3, 23, "Print",ExpressionUUID->"ce11f7e8-d628-4b72-ab14-93fbd0b09fbd", CellID->1308513834], -Cell[17946, 469, 235, 4, 23, "Print",ExpressionUUID->"34386409-de02-4843-ab71-2f8d64f61933", +Cell[17990, 473, 235, 4, 23, "Print",ExpressionUUID->"34386409-de02-4843-ab71-2f8d64f61933", CellID->58886494], -Cell[18184, 475, 219, 3, 23, "Print",ExpressionUUID->"160036a4-2702-4997-9e38-50c27cee5c6f", +Cell[18228, 479, 219, 3, 23, "Print",ExpressionUUID->"160036a4-2702-4997-9e38-50c27cee5c6f", CellID->200854830], -Cell[18406, 480, 235, 4, 70, "Print",ExpressionUUID->"dad49012-9d1d-49a2-97cd-891c72152ab5", +Cell[18450, 484, 235, 4, 70, "Print",ExpressionUUID->"dad49012-9d1d-49a2-97cd-891c72152ab5", CellID->308506823], -Cell[18644, 486, 235, 4, 70, "Print",ExpressionUUID->"1bee6897-3eac-4e45-92f8-5a5ac58469c5", +Cell[18688, 490, 235, 4, 70, "Print",ExpressionUUID->"1bee6897-3eac-4e45-92f8-5a5ac58469c5", CellID->492319934], -Cell[18882, 492, 206, 3, 70, "Print",ExpressionUUID->"ae72d6ac-bd70-4015-87ee-b1bc7434e594", +Cell[18926, 496, 206, 3, 70, "Print",ExpressionUUID->"ae72d6ac-bd70-4015-87ee-b1bc7434e594", CellID->314901514], -Cell[19091, 497, 236, 4, 70, "Print",ExpressionUUID->"5e18cc94-3973-4237-b3f0-c6ca5947babf", +Cell[19135, 501, 236, 4, 70, "Print",ExpressionUUID->"5e18cc94-3973-4237-b3f0-c6ca5947babf", CellID->1554011662] }, Open ]] }, Open ]], -Cell[19354, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"c438e3d0-5cde-4a78-9709-64174cb29428", +Cell[19398, 509, 137, 1, 70, "ExampleText",ExpressionUUID->"c438e3d0-5cde-4a78-9709-64174cb29428", CellID->1676654204], -Cell[19494, 508, 234, 6, 70, "Input",ExpressionUUID->"c6e2a466-f054-4193-ae63-4e5b4aa54e76", +Cell[19538, 512, 234, 6, 70, "Input",ExpressionUUID->"c6e2a466-f054-4193-ae63-4e5b4aa54e76", CellID->263440635], -Cell[19731, 516, 381, 9, 70, "Input",ExpressionUUID->"aff4d7ee-2878-47ab-8381-817e0533aa59", +Cell[19775, 520, 381, 9, 70, "Input",ExpressionUUID->"aff4d7ee-2878-47ab-8381-817e0533aa59", CellID->1749414516], -Cell[20115, 527, 238, 6, 70, "Input",ExpressionUUID->"9527fa1d-ceda-4fc4-a7dc-cb797d93728b", +Cell[20159, 531, 238, 6, 70, "Input",ExpressionUUID->"9527fa1d-ceda-4fc4-a7dc-cb797d93728b", CellID->1824922390], -Cell[20356, 535, 191, 4, 70, "ExampleText",ExpressionUUID->"5a85afca-a93b-4dc6-a9d7-6e3e49af7b2e", +Cell[20400, 539, 191, 4, 70, "ExampleText",ExpressionUUID->"5a85afca-a93b-4dc6-a9d7-6e3e49af7b2e", CellID->1937052911], Cell[CellGroupData[{ -Cell[20572, 543, 169, 3, 70, "Input",ExpressionUUID->"43af2068-de4c-49d8-a338-36d043cfeb7b", +Cell[20616, 547, 169, 3, 70, "Input",ExpressionUUID->"43af2068-de4c-49d8-a338-36d043cfeb7b", CellID->2047106313], -Cell[20744, 548, 172, 4, 36, "Output",ExpressionUUID->"017e66ac-651d-4c07-bf69-dfd3c4276069", +Cell[20788, 552, 172, 4, 36, "Output",ExpressionUUID->"017e66ac-651d-4c07-bf69-dfd3c4276069", CellID->858999788] }, Open ]], -Cell[20931, 555, 168, 3, 70, "ExampleText",ExpressionUUID->"ca24a505-bad4-4a27-b033-037f24ef32cf", +Cell[20975, 559, 168, 3, 70, "ExampleText",ExpressionUUID->"ca24a505-bad4-4a27-b033-037f24ef32cf", CellID->872428620], Cell[CellGroupData[{ -Cell[21124, 562, 194, 4, 70, "Input",ExpressionUUID->"497d6c8d-df00-46c0-9205-7a628839721e", +Cell[21168, 566, 194, 4, 70, "Input",ExpressionUUID->"497d6c8d-df00-46c0-9205-7a628839721e", CellID->1647006543], -Cell[21321, 568, 1927, 59, 70, "Output",ExpressionUUID->"07c2f2d5-8b40-4840-bb68-f20a2eae6830", +Cell[21365, 572, 1927, 59, 69, "Output",ExpressionUUID->"07c2f2d5-8b40-4840-bb68-f20a2eae6830", CellID->274676039] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23534, 640, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"4fa34277-32bc-48ea-b699-7650b7a4ec18"], +Cell[29040, 790, 670, 18, 70, "TechNotesSection",ExpressionUUID->"215159f8-82a9-48e8-bbd6-c1c1c8769ad3"], +Cell[29713, 810, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d6acebc6-d4e7-4f8e-b118-cecb168a1c8a"], +Cell[30749, 838, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"7632194a-68dd-4741-b932-d6e71d773610"], Cell[CellGroupData[{ -Cell[23512, 638, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0307b0dd-33cc-4fad-8bde-cd89643e6fa8"], -Cell[29018, 788, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f87e1091-7491-45b7-9dc2-322d0d4d20ae"] -}, Open ]], -Cell[29703, 809, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fb923af5-5c7f-4713-997a-23eb789d8070"], -Cell[30739, 837, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"81bb05b1-ea03-4e6a-bb18-7c6c1f167fc0"], -Cell[CellGroupData[{ -Cell[32358, 887, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"be04d464-431e-40ac-ba01-5fed555eb499", +Cell[32368, 888, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"be04d464-431e-40ac-ba01-5fed555eb499", CellID->117551421], -Cell[32498, 890, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1e35bd07-e33a-4615-abbd-0d84ce90ebf3", +Cell[32508, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1e35bd07-e33a-4615-abbd-0d84ce90ebf3", CellID->1194386356], -Cell[32720, 896, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7af40e2-a6c8-4daa-b4c7-c431a8fad5fc", +Cell[32730, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7af40e2-a6c8-4daa-b4c7-c431a8fad5fc", CellID->1641706272], -Cell[32935, 901, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c2e804f2-52c8-4f1a-833e-913e5a4e41cc", +Cell[32945, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c2e804f2-52c8-4f1a-833e-913e5a4e41cc", CellID->399251956], -Cell[33164, 907, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"70496757-88fe-4924-9f37-53a07e872d3f", +Cell[33174, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"70496757-88fe-4924-9f37-53a07e872d3f", CellID->821434655] }, Open ]], -Cell[33401, 913, 78, 0, 70, "FooterCell",ExpressionUUID->"8ca49ffb-9536-441f-abf8-467fd9059096"] +Cell[33411, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"42294574-2508-4d84-81f4-8a04c5fe62bc"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ManipulateMode.nb b/Documentation/English/ReferencePages/Symbols/ManipulateMode.nb index ad3fa7c..f5a0337 100644 --- a/Documentation/English/ReferencePages/Symbols/ManipulateMode.nb +++ b/Documentation/English/ReferencePages/Symbols/ManipulateMode.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47660, 1217] -NotebookOptionsPosition[ 38921, 1041] -NotebookOutlinePosition[ 41035, 1095] -CellTagsIndexPosition[ 40949, 1090] +NotebookDataLength[ 47666, 1217] +NotebookOptionsPosition[ 38942, 1043] +NotebookOutlinePosition[ 41075, 1097] +CellTagsIndexPosition[ 40989, 1092] WindowTitle->ManipulateMode WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "059afabd-936d-4167-8104-92d4ef78df33"], + "0a2c4587-4c57-4afc-b04f-ea968a638d03"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a82ab26a-85e9-44f3-a0da-7261414fd049"], + "24a02142-09d4-4386-ae55-9445f39d1da1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2abef937-e5d1-4258-9a4b-241be9c54bfd"] - }],ExpressionUUID->"522a17f1-de6a-4e85-847c-db2a30192f6c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "5b40a1e9-7f4f-4ece-af11-e0dcbe8dfcaf"] + }],ExpressionUUID->"37f4ce5b-fb1b-4890-a450-7a8de52cd58e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "04ee26d2-ee91-44cb-b459-deb91ea2052d"], + "2abc744f-829e-4419-bdd8-abb6e93e86c0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b439b42d-1cbe-4826-8af0-8444cb146c71"] - }],ExpressionUUID->"ca729412-68dd-4fc1-8350-38e28114f3d8"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "36c312a5-1e5c-4ca7-947e-20346feb9646"] + }],ExpressionUUID->"5e45fcf5-8eee-4a7d-be2a-f48f75e73330"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "410d8cde-3185-4166-b203-e237ce4278c4"], + "1a33254b-80fd-4acd-8f7e-897d356dcb34"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bef25e74-35a7-42f1-9679-029c270e5ffa"] - }],ExpressionUUID->"3d03b719-3dd7-4cd7-ae3d-828d3ab742f3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "553a9216-abf8-40a3-833c-7e048e5d5aef"] + }],ExpressionUUID->"615d018e-2c21-4ce2-b036-9824fb581b0f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3b032591-d8d1-4e02-aeff-2a6aac03e8bb"], + "9b682d88-7a5f-4eef-bc90-c690fbe75dd2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "12428bd7-2110-4163-9e44-6dbaeaa34d05"] - }],ExpressionUUID->"bd2ff9d0-1f64-4060-8779-5c1feae21272"], - StripOnInput->False], {"\<\"TUG/ref/ManipulateMode\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ManipulateMode"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ab23a604-7d4f-42f4-84c0-e32616837ba2"] + }],ExpressionUUID->"e6256680-27b0-4bce-b8e9-3b2b8ba5dbbb"], + StripOnInput->False],{ + "\"TUG/ref/ManipulateMode\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ManipulateMode"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ManipulateMode.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$114166], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ManipulateMode" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$123292], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ManipulateMode" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11d0888e-21fd-4fe5-a222-65a5ac76be37"] + "c12b723e-1cef-40d0-8dd6-a03b6f8f93d0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "962d3422-df87-4772-9b32-8106886a0d80"]} + "2c793488-5b53-49bb-ac10-2648f25ee1d0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"072a93d2-8af8-49ee-88f5-ddb3346d3dfd"], + CellID->1,ExpressionUUID->"59316863-fe54-4b10-9e37-4a564e5ad5ae"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4b6bea9c-9a30-4aa8-91c6-83e1d79fcf2e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"14f24a2a-ebd1-4bc0-be5b-84d570e86868"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ManipulateMode", "ObjectName",ExpressionUUID-> - "140070a4-637f-4e37-ad91-2af153a5acce"], + "c5187e29-be05-4a47-930c-b3413931257e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"479cc6b8-f169-4f3c-915f-e1165b7090f0"], + "Spacer1"]],ExpressionUUID->"78747e62-0b67-4011-afa1-c68ae54b18f7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4f34ea77-b7a3-4e23-b1cf-9de2af412f65"] - }],ExpressionUUID->"003892e3-5edf-4bd4-98b4-f580bc51e3ad"], Cell[BoxData[ + "07d183a3-133e-40b9-a170-a6647b832287"] + }],ExpressionUUID->"c8941320-db19-41b3-8023-24f93c342803"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4c82ac31-ad96-4943-91ee-9b948386101a"]} + "a9fcf043-1213-435e-af61-dbff57c3c3bc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5eb7f616-a540-4620-97d6-8b656d673ca3"], + CacheGraphics->False,ExpressionUUID->"d334c8a4-5147-451e-8c59-d75ed218f5cf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "7ab4aa52-9dea-41f0-83c3-68c6459477ea"], "\[LineSeparator]is an option of the package plotting function \ AnimationKernelPropertyV6 to impose an animation. " - }],ExpressionUUID->"600627cb-e4aa-4f84-890b-4f3ee26b9072"]} + }],ExpressionUUID->"bc29b1c6-f778-4da2-abb2-e6fb26fe11c7"]} }]], "Usage", CellID->1125229466,ExpressionUUID->"7df17a99-ef9c-4aaa-8417-697cd075eee9"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"03b701c1-5100-4ffb-9ae5-690e9ca2f1f7"], + ExpressionUUID->"11e2e67e-31bd-458a-840f-0c88dd7b8400"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b266c4f9-060a-4fed-a2b9-e872d79bc5b2"], + "Spacer1"]],ExpressionUUID->"e42f2dfa-c224-44b5-b483-2604a4561724"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4af98623-92b9-4273-8e4e-4d56a2d231d2"], + }], "NotesFrameText",ExpressionUUID->"2e3df821-1913-4e20-a064-71c76040d7b4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"62b22da7-3997-4ccc-b6a7-6b4b1a360359"]], \ + "Preemptive"]],ExpressionUUID->"97c35111-8a49-4879-889b-09cb6be5862f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1910805971,ExpressionUUID->"5cc1febb-bd6e-497d-8df2-5a39849ca6ef"], + CellID->639253015,ExpressionUUID->"8e9258ad-2514-4f6c-9efc-409061ad2529"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1d83ee02-6940-4f70-b5b9-d70ca6e653e0"], + ExpressionUUID->"8a62a4ed-02c0-4a53-a3a9-9371f050c552"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0dfd0dd9-c3c3-421e-b2b4-94c62cbbc0f1"], + "Spacer1"]],ExpressionUUID->"b0355287-cf46-40e3-8ab0-e976a0250a0c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ff1907c3-7435-4978-a46d-1d9a5ca6c69a"] + "b19f165c-ac8f-4645-940d-82fec00a4b15"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->516295872,ExpressionUUID->"ef0f9d9d-392e-4721-91c0-6fba77d069e4"], + CellID->1225044100,ExpressionUUID->"4448c209-22e4-49da-a205-4471efd22a7a"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b75b3e8b-5807-4dd2-b976-b10fc3438bda"], + ExpressionUUID->"300cec1a-9726-4b41-8b1d-a5d9de413180"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b38a6cd7-9de9-4499-a3c3-3041c9e7ccef"], + "Spacer1"]],ExpressionUUID->"dc527973-e77d-47e5-b409-c40027ff4b6f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "262e92db-eff0-401e-8df5-3205283c6ec8"] + "80c1115c-f797-4636-b185-5e82bb593e68"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1025321883,ExpressionUUID->"0ae72a71-69ba-4792-845f-7f83a4f86603"], + CellID->112869009,ExpressionUUID->"879af8e7-1c58-4fe4-9fb3-cb4c29ed1e59"], Cell["Loading the package:", "ExampleText", CellID->1091910221,ExpressionUUID->"502c9159-840e-4171-bbdc-bc68c843e06f"], @@ -704,7 +709,7 @@ Cell[BoxData[ TUG`IOTuGamesV6`Private`v2$$, 2, "y-coordinate"}, 4}, {{ TUG`IOTuGamesV6`Private`v3$$, 1.54, "z-coordinate"}, 4}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{475., {303.3515625, 308.6484375}}, + ImageSizeCache->{475., {301.3515625, 306.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -725,8 +730,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -874,15 +877,15 @@ Cell[BoxData[GridBox[{ "a238412a-5a09-4d68-be71-2f18d03e581b"] }], "SeeAlso",ExpressionUUID->"ef4cb240-220c-4a32-b7cc-f94022cbdcde"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"970ac872-3c26-40fd-93a1-\ -b08c4c47cb6c"], + }]], "SeeAlsoSection",ExpressionUUID->"18aeba33-3a3e-472e-b2e5-\ +8ebc8000b97e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -894,9 +897,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2d1ceb12-f2dd-4a30-9ce2-4f49db8459c8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"18cee747-1e1a-4b84-9940-\ -0965efb6ef52"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"698883bc-3b9c-402b-9cc3-\ +ec27f8993471"], Cell[BoxData[GridBox[{ { @@ -913,7 +915,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0700f74b-edf6-46c6-8f0e-e0d235114240"]}]}, + "ffca1c9d-3ad3-459f-81a4-3d395a811b06"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -921,10 +923,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "043233fd-2b1b-43b7-b2b7-68fdff4060fb"]}]} + "95bf72ec-b005-495e-b3b4-b00e5d7e9215"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a88d21d9-7b8d-4f6d-9c27-\ -b6064427d4e9"], + }]], "MoreAboutSection",ExpressionUUID->"71259021-d3a2-4ba8-adaf-\ +aa2ee808b9d8"], Cell[BoxData[GridBox[{ { @@ -951,7 +953,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a43ba736-6b15-46bb-ac90-e4df61a9baf4"]], "RelatedLinks", + "69654de1-9d43-4de0-92e3-b436fa02dfe5"]], "RelatedLinks", ExpressionUUID->"3f69a6a5-064e-429f-91eb-4e7cf41811b5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -969,7 +971,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a8b6415a-01d9-4134-badc-aaf666fa0abe"]], "RelatedLinks", + "3e60bf63-0291-488e-bd70-0ed29147b036"]], "RelatedLinks", ExpressionUUID->"93e358b9-4311-4cfa-8b77-01608a92ecc7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -986,7 +988,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c8f15ae8-52c3-44e5-86c8-e52851dda8e6"]], "RelatedLinks", + "3f95e1b5-9b25-44c3-863b-09dfd35fa514"]], "RelatedLinks", ExpressionUUID->"f6b98053-76cd-4ed1-87b7-9a104c90c974"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1003,11 +1005,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0e686921-2638-4c4e-bcbf-368eb0b3e329"]], "RelatedLinks", + "fd97645a-51f9-43e9-a920-3d1dc19aea0e"]], "RelatedLinks", ExpressionUUID->"cb844d17-d7f3-460d-84de-f23c6bc338da"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6be51948-bfba-4b47-986d-\ -6237b39f74d3"], + }]], "RelatedLinksSection",ExpressionUUID->"8ac99b53-d492-46fe-a7bd-\ +68fc7fc6a912"], Cell[CellGroupData[{ @@ -1037,11 +1039,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"28b40f6d-851a-4f0c-b119-73f20f3e1962"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0dfb1559-7898-411f-8dde-221792c832d7"] +Cell[" ", "FooterCell",ExpressionUUID->"a06b6dcd-c1a1-4336-aab9-4c559332e6f3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ManipulateMode", TaggingRules->{ @@ -1052,7 +1054,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 37.743235}", + "built" -> "{2024, 6, 3, 16, 53, 44.323019}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1060,10 +1062,10 @@ TaggingRules->{ "ManipulateMode is an option of the package plotting function \ AnimationKernelPropertyV6 to impose an animation. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ManipulateMode", "titlemodifier" -> "", - "windowtitle" -> "ManipulateMode", "type" -> "Symbol", "uri" -> - "TUG/ref/ManipulateMode"}}, + "metadescription" -> "", "windowtitle" -> "ManipulateMode", "type" -> + "Symbol", "uri" -> "TUG/ref/ManipulateMode"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1072,9 +1074,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"09d03423-a01c-4a5c-b24d-6df3aa3b27c9" +ExpressionUUID->"23003ef1-f7a5-4986-9b8d-07e1ce0ee9c7" ] (* End of Notebook Content *) @@ -1082,143 +1084,141 @@ ExpressionUUID->"09d03423-a01c-4a5c-b24d-6df3aa3b27c9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12303, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef0f9d9d-392e-4721-91c0-6fba77d069e4", + Cell[12358, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4448c209-22e4-49da-a205-4471efd22a7a", CellTags->"PrimaryExamplesSection", - CellID->516295872]} + CellID->1225044100]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40749, 1083} + {"PrimaryExamplesSection", 40788, 1085} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"072a93d2-8af8-49ee-88f5-ddb3346d3dfd", +Cell[586, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"59316863-fe54-4b10-9e37-4a564e5ad5ae", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4b6bea9c-9a30-4aa8-91c6-83e1d79fcf2e"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"14f24a2a-ebd1-4bc0-be5b-84d570e86868"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"5eb7f616-a540-4620-97d6-8b656d673ca3"], -Cell[9108, 232, 478, 9, 111, "Usage",ExpressionUUID->"7df17a99-ef9c-4aaa-8417-697cd075eee9", +Cell[7873, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"d334c8a4-5147-451e-8c59-d75ed218f5cf"], +Cell[9164, 237, 478, 9, 109, "Usage",ExpressionUUID->"7df17a99-ef9c-4aaa-8417-697cd075eee9", CellID->1125229466] }, Open ]], Cell[CellGroupData[{ -Cell[9623, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"5cc1febb-bd6e-497d-8df2-5a39849ca6ef", +Cell[9679, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"8e9258ad-2514-4f6c-9efc-409061ad2529", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1910805971], -Cell[11521, 295, 489, 12, 37, "Notes",ExpressionUUID->"242d9285-63c3-4e92-9418-063af403e0bc", + CellID->639253015], +Cell[11576, 300, 489, 12, 38, "Notes",ExpressionUUID->"242d9285-63c3-4e92-9418-063af403e0bc", CellID->177724765], -Cell[12013, 309, 163, 3, 36, "Notes",ExpressionUUID->"052ce44e-e39a-437c-bf39-c0ba957b6aca", +Cell[12068, 314, 163, 3, 36, "Notes",ExpressionUUID->"052ce44e-e39a-437c-bf39-c0ba957b6aca", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12303, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef0f9d9d-392e-4721-91c0-6fba77d069e4", +Cell[12358, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4448c209-22e4-49da-a205-4471efd22a7a", CellTags->"PrimaryExamplesSection", - CellID->516295872], + CellID->1225044100], Cell[CellGroupData[{ -Cell[13748, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0ae72a71-69ba-4792-845f-7f83a4f86603", - CellID->1025321883], -Cell[15150, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"502c9159-840e-4171-bbdc-bc68c843e06f", +Cell[13804, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"879af8e7-1c58-4fe4-9fb3-cb4c29ed1e59", + CellID->112869009], +Cell[15205, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"502c9159-840e-4171-bbdc-bc68c843e06f", CellID->1091910221], Cell[CellGroupData[{ -Cell[15294, 402, 167, 3, 27, "Input",ExpressionUUID->"626784b7-6613-446e-965f-a1a12237021c", +Cell[15349, 407, 167, 3, 27, "Input",ExpressionUUID->"626784b7-6613-446e-965f-a1a12237021c", CellID->407561485], Cell[CellGroupData[{ -Cell[15486, 409, 236, 4, 23, "Print",ExpressionUUID->"b4f30c08-8102-418f-8fff-06521e75d806", +Cell[15541, 414, 236, 4, 23, "Print",ExpressionUUID->"b4f30c08-8102-418f-8fff-06521e75d806", CellID->1005840197], -Cell[15725, 415, 365, 8, 23, "Print",ExpressionUUID->"ae153a8c-29a1-4170-99cd-a2fe28b15135", +Cell[15780, 420, 365, 8, 23, "Print",ExpressionUUID->"ae153a8c-29a1-4170-99cd-a2fe28b15135", CellID->1515219629], -Cell[16093, 425, 235, 4, 23, "Print",ExpressionUUID->"21d14147-1f6e-4a54-a5bd-a509b63b9f20", +Cell[16148, 430, 235, 4, 23, "Print",ExpressionUUID->"21d14147-1f6e-4a54-a5bd-a509b63b9f20", CellID->989537651], -Cell[16331, 431, 220, 3, 23, "Print",ExpressionUUID->"abe9fcec-1bdc-4fd3-8535-f7b30e6a2233", +Cell[16386, 436, 220, 3, 23, "Print",ExpressionUUID->"abe9fcec-1bdc-4fd3-8535-f7b30e6a2233", CellID->1473628799], -Cell[16554, 436, 206, 3, 23, "Print",ExpressionUUID->"69981777-d408-4f4c-be8b-79c69de24f60", +Cell[16609, 441, 206, 3, 23, "Print",ExpressionUUID->"69981777-d408-4f4c-be8b-79c69de24f60", CellID->650092335], -Cell[16763, 441, 236, 4, 23, "Print",ExpressionUUID->"9847d1c4-21a8-4a7e-b82f-5b9573ff2092", +Cell[16818, 446, 236, 4, 23, "Print",ExpressionUUID->"9847d1c4-21a8-4a7e-b82f-5b9573ff2092", CellID->155349710], -Cell[17002, 447, 219, 3, 23, "Print",ExpressionUUID->"128823fb-460c-474d-952b-b5d7f7f6529f", +Cell[17057, 452, 219, 3, 23, "Print",ExpressionUUID->"128823fb-460c-474d-952b-b5d7f7f6529f", CellID->638652678], -Cell[17224, 452, 236, 4, 23, "Print",ExpressionUUID->"c125c14f-6bfc-4c6a-944f-594e330f8041", +Cell[17279, 457, 236, 4, 23, "Print",ExpressionUUID->"c125c14f-6bfc-4c6a-944f-594e330f8041", CellID->1364722425], -Cell[17463, 458, 236, 4, 23, "Print",ExpressionUUID->"8b99ca3a-f698-4e22-80c6-8597b0074ce5", +Cell[17518, 463, 236, 4, 23, "Print",ExpressionUUID->"8b99ca3a-f698-4e22-80c6-8597b0074ce5", CellID->1583903937], -Cell[17702, 464, 207, 3, 23, "Print",ExpressionUUID->"dd791d8c-5399-443e-9f53-6fe2a83d6fc7", +Cell[17757, 469, 207, 3, 23, "Print",ExpressionUUID->"dd791d8c-5399-443e-9f53-6fe2a83d6fc7", CellID->1838258256], -Cell[17912, 469, 235, 4, 23, "Print",ExpressionUUID->"25783bc6-0cdc-46ea-a22b-81d2a531697b", +Cell[17967, 474, 235, 4, 23, "Print",ExpressionUUID->"25783bc6-0cdc-46ea-a22b-81d2a531697b", CellID->285734711] }, Open ]] }, Open ]], -Cell[18174, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"118e4ff0-f5cd-438b-8264-f8d6f3929c6a", +Cell[18229, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"118e4ff0-f5cd-438b-8264-f8d6f3929c6a", CellID->385178992], -Cell[18313, 480, 234, 6, 27, "Input",ExpressionUUID->"56f27e1b-0033-49b7-bd31-aa39cb5ad83b", +Cell[18368, 485, 234, 6, 27, "Input",ExpressionUUID->"56f27e1b-0033-49b7-bd31-aa39cb5ad83b", CellID->539192547], -Cell[18550, 488, 375, 9, 27, "Input",ExpressionUUID->"ef9ef5c9-55fc-4e81-bfe5-b3837da15be5", +Cell[18605, 493, 375, 9, 27, "Input",ExpressionUUID->"ef9ef5c9-55fc-4e81-bfe5-b3837da15be5", CellID->1871190123], -Cell[18928, 499, 237, 6, 70, "Input",ExpressionUUID->"a4752246-af9e-4a89-bd5f-5583eede52e6", +Cell[18983, 504, 237, 6, 27, "Input",ExpressionUUID->"a4752246-af9e-4a89-bd5f-5583eede52e6", CellID->118145893], -Cell[19168, 507, 292, 5, 70, "ExampleText",ExpressionUUID->"6db60d3c-d24b-4d38-a4d1-416c16bf165b", +Cell[19223, 512, 292, 5, 70, "ExampleText",ExpressionUUID->"6db60d3c-d24b-4d38-a4d1-416c16bf165b", CellID->227014097], Cell[CellGroupData[{ -Cell[19485, 516, 195, 4, 70, "Input",ExpressionUUID->"2a03e644-ab92-4424-93ce-cb9b81e27379", +Cell[19540, 521, 195, 4, 70, "Input",ExpressionUUID->"2a03e644-ab92-4424-93ce-cb9b81e27379", CellID->1654104677], -Cell[19683, 522, 311, 9, 51, "Output",ExpressionUUID->"b39ea930-f21f-4796-a3c3-c92177b30a58", +Cell[19738, 527, 311, 9, 50, "Output",ExpressionUUID->"b39ea930-f21f-4796-a3c3-c92177b30a58", CellID->1303691803] }, Open ]], Cell[CellGroupData[{ -Cell[20031, 536, 199, 4, 70, "Input",ExpressionUUID->"45d545f2-05a6-4018-b4c1-6dbad72f58dd", +Cell[20086, 541, 199, 4, 70, "Input",ExpressionUUID->"45d545f2-05a6-4018-b4c1-6dbad72f58dd", CellID->1659187812], -Cell[20233, 542, 310, 9, 51, "Output",ExpressionUUID->"345861bf-daf3-4f5d-b345-687be2e545f7", +Cell[20288, 547, 310, 9, 51, "Output",ExpressionUUID->"345861bf-daf3-4f5d-b345-687be2e545f7", CellID->1745475835] }, Open ]], Cell[CellGroupData[{ -Cell[20580, 556, 191, 4, 70, "Input",ExpressionUUID->"6b3d479a-703a-4e2c-a50a-134e6bc5d0e8", +Cell[20635, 561, 191, 4, 70, "Input",ExpressionUUID->"6b3d479a-703a-4e2c-a50a-134e6bc5d0e8", CellID->1528806820], -Cell[20774, 562, 263, 7, 51, "Output",ExpressionUUID->"74b48837-aa2f-40dd-8604-d03dab6ee7b8", +Cell[20829, 567, 263, 7, 50, "Output",ExpressionUUID->"74b48837-aa2f-40dd-8604-d03dab6ee7b8", CellID->86393772] }, Open ]], Cell[CellGroupData[{ -Cell[21074, 574, 198, 4, 70, "Input",ExpressionUUID->"6d8339f7-2cfe-494e-9381-8229e981d070", +Cell[21129, 579, 198, 4, 70, "Input",ExpressionUUID->"6d8339f7-2cfe-494e-9381-8229e981d070", CellID->2138103563], -Cell[21275, 580, 281, 8, 51, "Output",ExpressionUUID->"225e296f-c1d2-4292-a734-f6775fc46ebf", +Cell[21330, 585, 281, 8, 51, "Output",ExpressionUUID->"225e296f-c1d2-4292-a734-f6775fc46ebf", CellID->1259510633] }, Open ]], -Cell[21571, 591, 207, 4, 70, "ExampleText",ExpressionUUID->"312eb936-c0cf-41a7-92f4-2c803c1e3306", +Cell[21626, 596, 207, 4, 70, "ExampleText",ExpressionUUID->"312eb936-c0cf-41a7-92f4-2c803c1e3306", CellID->1360499567], -Cell[21781, 597, 1298, 31, 70, "Input",ExpressionUUID->"a10bb4e3-c56c-4fd1-927e-4956485fa321", +Cell[21836, 602, 1298, 31, 70, "Input",ExpressionUUID->"a10bb4e3-c56c-4fd1-927e-4956485fa321", CellID->2050726643], Cell[CellGroupData[{ -Cell[23104, 632, 160, 3, 70, "Input",ExpressionUUID->"72e961f0-117b-4454-be20-602c9768afd9", +Cell[23159, 637, 160, 3, 70, "Input",ExpressionUUID->"72e961f0-117b-4454-be20-602c9768afd9", CellID->1136452078], -Cell[23267, 637, 157, 3, 36, "Output",ExpressionUUID->"1afaf9de-f9db-47db-8065-85a7f1a2d985", +Cell[23322, 642, 157, 3, 36, "Output",ExpressionUUID->"1afaf9de-f9db-47db-8065-85a7f1a2d985", CellID->1498696018] }, Open ]], Cell[CellGroupData[{ -Cell[23461, 645, 128, 2, 70, "Input",ExpressionUUID->"e8d76c54-984b-4be1-999c-ee7ee142fb5c", +Cell[23516, 650, 128, 2, 70, "Input",ExpressionUUID->"e8d76c54-984b-4be1-999c-ee7ee142fb5c", CellID->1229631318], -Cell[23592, 649, 3793, 69, 70, "Output",ExpressionUUID->"03019c41-0f9f-4b25-8307-413fe0480951", +Cell[23647, 654, 3793, 69, 70, "Output",ExpressionUUID->"03019c41-0f9f-4b25-8307-413fe0480951", CellID->1152913968] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27682, 732, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"18aeba33-3a3e-472e-b2e5-8ebc8000b97e"], +Cell[33166, 882, 670, 18, 70, "TechNotesSection",ExpressionUUID->"698883bc-3b9c-402b-9cc3-ec27f8993471"], +Cell[33839, 902, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"71259021-d3a2-4ba8-adaf-aa2ee808b9d8"], +Cell[34875, 930, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"8ac99b53-d492-46fe-a7bd-68fc7fc6a912"], Cell[CellGroupData[{ -Cell[27649, 729, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"970ac872-3c26-40fd-93a1-b08c4c47cb6c"], -Cell[33133, 879, 670, 18, 70, "TechNotesSection",ExpressionUUID->"18cee747-1e1a-4b84-9940-0965efb6ef52"] -}, Open ]], -Cell[33818, 900, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a88d21d9-7b8d-4f6d-9c27-b6064427d4e9"], -Cell[34854, 928, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"6be51948-bfba-4b47-986d-6237b39f74d3"], -Cell[CellGroupData[{ -Cell[37795, 1013, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5c705e2-1b1e-4e9c-a28b-22bf134e1998", +Cell[37816, 1015, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5c705e2-1b1e-4e9c-a28b-22bf134e1998", CellID->2135167160], -Cell[37936, 1016, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ba4eb344-8283-499b-a343-37f9a55e4c24", +Cell[37957, 1018, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ba4eb344-8283-499b-a343-37f9a55e4c24", CellID->1194386356], -Cell[38158, 1022, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89138914-7730-4763-900e-7336af751a91", +Cell[38179, 1024, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89138914-7730-4763-900e-7336af751a91", CellID->1641706272], -Cell[38373, 1027, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a4172-1a79-4a64-abeb-47c8205ad732", +Cell[38394, 1029, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a4172-1a79-4a64-abeb-47c8205ad732", CellID->399251956], -Cell[38602, 1033, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"28b40f6d-851a-4f0c-b119-73f20f3e1962", +Cell[38623, 1035, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"28b40f6d-851a-4f0c-b119-73f20f3e1962", CellID->821434655] }, Open ]], -Cell[38839, 1039, 78, 0, 70, "FooterCell",ExpressionUUID->"0dfb1559-7898-411f-8dde-221792c832d7"] +Cell[38860, 1041, 78, 0, 70, "FooterCell",ExpressionUUID->"a06b6dcd-c1a1-4336-aab9-4c559332e6f3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MargValue.nb b/Documentation/English/ReferencePages/Symbols/MargValue.nb index b89c06f..514c9f5 100644 --- a/Documentation/English/ReferencePages/Symbols/MargValue.nb +++ b/Documentation/English/ReferencePages/Symbols/MargValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41084, 1065] -NotebookOptionsPosition[ 33361, 912] -NotebookOutlinePosition[ 35411, 965] -CellTagsIndexPosition[ 35326, 960] +NotebookDataLength[ 41070, 1063] +NotebookOptionsPosition[ 33362, 912] +NotebookOutlinePosition[ 35431, 965] +CellTagsIndexPosition[ 35346, 960] WindowTitle->MargValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c949e480-cbd1-47bd-bfb5-31c3e30c15a1"], + "12353194-c902-439c-9acd-ff2d22fed79c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fe8f7ad0-3670-4433-af90-cf036bf7ceb0"], + "6299ed1e-aeca-47cb-beb3-2993a337d137"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b8be51c7-4c1d-4d33-a2fb-6f8d012a7037"] - }],ExpressionUUID->"734cbe0e-1bfe-400e-a5ad-9bca249d36c9"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "318cb8b6-d31b-4207-b02a-02333ac33986"] + }],ExpressionUUID->"226d388b-94eb-4df1-a8d2-43866b5dd4b0"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9c11e63b-c0d6-4292-ad6a-ed0548cc8fb5"], + "d5fcd56e-cfa9-4944-93dd-5cfce850370d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b1342adb-dd4c-41c8-b1c3-ab75b6fe1cd6"] - }],ExpressionUUID->"eb544d78-e5ec-456e-bda8-ca0296465de7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3c054f38-f4bb-4026-97db-5a4e963115dd"] + }],ExpressionUUID->"fa2652ea-9bb6-47ad-bc5a-20809bec8cf8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "42506841-d9f4-4724-b96d-c3e229a376ce"], + "0b70aa9f-a3be-4931-9b5f-e4b68b296d75"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dfaa2824-27ff-42e7-8d09-503951f50a3f"] - }],ExpressionUUID->"a7227121-15b4-42ac-90a4-ad55e15a33a0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ed9f6ab9-3285-4678-82f8-55522866a882"] + }],ExpressionUUID->"9c76543b-eb1a-4199-9a7a-c94aceab0a19"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0bf4d8ba-af0a-4298-b0f0-25f561e70121"], + "631d83af-546f-443a-81e1-5c6858716f55"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "649760f5-557e-4bb3-b453-3bff0ae71563"] - }],ExpressionUUID->"ab1a69e3-a485-45ec-bdec-7ecace63b0e3"], - StripOnInput->False], {"\<\"TUG/ref/MargValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MargValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/MargValue.\ + "8ef8126c-4559-4c4a-bf86-90fac6f62581"] + }],ExpressionUUID->"f8bf2bf1-76ea-44e7-a65b-249bbd73a601"], + StripOnInput->False],{ + "\"TUG/ref/MargValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MargValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/MargValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$114734], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MargValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$123894], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MargValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "65ff71ff-e10b-40a7-9062-d21575393d80"] + "fc33ce70-b4db-417b-b81c-e86e7cbcad4d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "42f667a9-50a6-41d5-ad82-3f4ae7cae053"]} + "cd374647-8ee9-49ce-aeb9-f421596b9496"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fb0d9aa7-ff6e-47c7-a802-514deab41e14"], + CellID->1,ExpressionUUID->"52d3744c-45c2-46c1-807a-c530e0bd7630"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"876ae1ad-7d41-43e2-a054-0885ec961449"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bac0e9c7-6855-4a72-9f74-38b6d4bc98b5"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MargValue", "ObjectName",ExpressionUUID-> - "85276245-13c6-4e2a-b4ca-42007ebf0924"], + "fee3052a-de81-4e0b-9996-ab910fa8660b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"09019a68-ab95-4709-a821-4dcffeba43e2"], + "Spacer1"]],ExpressionUUID->"01afaa9c-ceac-4bbe-b3e9-0c1374bb8641"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "15d63e1e-7092-4f3f-9d89-a7e153f4624b"] - }],ExpressionUUID->"72639bd3-743b-47c7-b919-0c1805c38720"], Cell[BoxData[ + "dfc04da6-2840-41ac-9785-b14efbf1c72f"] + }],ExpressionUUID->"f20de1ca-6361-4576-902e-f5d1923d6082"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6233d702-230e-4010-94c7-2268ac50d43f"]} + "ce88db47-a6c4-413c-bed9-778fd0621702"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6f4104e2-77b6-4e20-b0f1-e4c5ef004d87"], + CacheGraphics->False,ExpressionUUID->"78f1cba9-1368-4579-831c-524c09ea06cf"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "375fc82a-69e5-451d-8a76-664b10b8ae6a"], " \[LineSeparator]calculates the marginal contributions for all \ players." - }],ExpressionUUID->"e1965127-b00b-48b9-ba6e-7864a4dd5c30"]} + }],ExpressionUUID->"d37c3ba4-b02a-4432-84ea-1e8b5b86a464"]} }]], "Usage", CellID->2070912267,ExpressionUUID->"cd09a625-be5c-4944-825d-67ded447bbdb"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8f47c67c-9752-436e-99a2-109dbc32da5b"], + ExpressionUUID->"766c31d9-9291-40e2-8321-331546dde6d5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3ecd2729-aa23-43eb-b4bb-10178df4325b"], + "Spacer1"]],ExpressionUUID->"f664a9f4-b12f-41a9-8479-8162e101fa8b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"25bd2d8c-f583-4148-92bc-4a76598c5ddf"], + }], "NotesFrameText",ExpressionUUID->"6e30ca1e-d46d-4735-9e72-7af6aaa07556"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ecac921c-e31e-4194-bd00-10d53c2f77fd"]], \ + "Preemptive"]],ExpressionUUID->"c75febfc-1f95-43ab-9ee9-a84bc1001929"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1027713937,ExpressionUUID->"332f1623-1a60-446f-bc9e-a18e645018fb"], + CellID->191226653,ExpressionUUID->"141d8dae-3e95-4678-92d4-80a0ac7957c6"], Cell[TextData[{ "The input expression ", @@ -363,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"00d57693-dea9-4d4a-942a-7da935070e7f"], + ExpressionUUID->"92869bfb-70a2-45fe-9d27-6d3b57bfccd3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"48f5d28b-8ca2-49c0-8699-fca12fba1e2e"], + "Spacer1"]],ExpressionUUID->"a7dc4195-956f-4048-aef4-c05b91507672"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0edc3df7-cdbd-40c7-9525-f4541d86130f"] + "daa22e19-a4e9-45bd-bc38-34bc5e6ed48f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->387451091,ExpressionUUID->"3bbccc7a-8569-49e8-a47a-ca2d56ed6ba7"], + CellID->1156893408,ExpressionUUID->"ef455753-3535-487b-949c-dad3bdffdec1"], Cell[CellGroupData[{ @@ -404,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"276d7b30-403a-4399-9618-b0730e8d20ab"], + ExpressionUUID->"cfffca4b-f487-4573-9167-1b681fd8e25a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4312bc11-6d71-452a-85b0-da8d7edc6284"], + "Spacer1"]],ExpressionUUID->"591921ac-e45c-4637-ac5d-a5de3c6b9571"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "931f2bed-2c8d-45f3-9fb7-ac17ac86f35e"] + "0ab9ded9-2824-4573-9928-23cb83398055"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1837446222,ExpressionUUID->"2e85964a-16f0-42d1-ac82-b6eb0539cd1c"], + CellID->114558633,ExpressionUUID->"95ecd352-d852-447b-ad12-20fff1b0b4d9"], Cell["Loading the package:", "ExampleText", CellID->1381071881,ExpressionUUID->"c9f1d6ef-7356-4d8a-9e62-60fb6d19d450"], @@ -631,8 +634,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -780,15 +781,15 @@ Cell[BoxData[GridBox[{ "61f8dc8f-2f91-4bed-a7e9-1265421f42a9"] }], "SeeAlso",ExpressionUUID->"97c05341-5216-4127-be8e-b8e237cf5adb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e48885ef-def7-4247-9f63-\ -7f0bfe9d2385"], + }]], "SeeAlsoSection",ExpressionUUID->"a05c9641-5704-4559-8cd2-\ +ca8280e3c265"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -800,9 +801,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a22855bb-311e-4c1f-97ea-c6f88694d853"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"426433e5-1bd7-45d8-9cf7-\ -f9271c2f76bd"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ab035424-3495-4651-bf8b-\ +1577a419af1b"], Cell[BoxData[GridBox[{ { @@ -819,7 +819,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "30e15054-d5ba-4947-8e27-573abbc62b88"]}]}, + "c8c184d1-c24b-4f7b-8134-cd3a85483933"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -827,10 +827,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bb075203-67bd-47a9-a9ec-e25adbc14780"]}]} + "268a1f2d-67af-4aae-9595-34981dabe182"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9c6435ae-3798-482c-9340-\ -29de4e19bb69"], + }]], "MoreAboutSection",ExpressionUUID->"a1126dac-bd66-49c1-8d9d-\ +05ff8151f36d"], Cell[BoxData[GridBox[{ { @@ -857,7 +857,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ba365adc-bfbd-4ca7-9c10-2d0b7c966ad7"]], "RelatedLinks", + "45512815-a154-4c21-8b8f-ba5dbb6beb68"]], "RelatedLinks", ExpressionUUID->"7df7d877-8973-490d-ae32-2481b5770175"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -874,11 +874,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "aeaf180d-f221-4823-864b-323859753b02"]], "RelatedLinks", + "e319b1f6-4479-4295-b0b3-b5995c6fea87"]], "RelatedLinks", ExpressionUUID->"a8fc9d01-02b5-4e29-a873-cab15acf63f2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"85bc0c3c-0854-4e9b-ad09-\ -840b687da6de"], + }]], "RelatedLinksSection",ExpressionUUID->"e5b9cdbd-0ae4-4525-8cb8-\ +b9f144f4ef4d"], Cell[CellGroupData[{ @@ -908,11 +908,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9f3b3a2e-aa3a-4d3a-a722-1aa1060c9edb"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ddf3552e-3f06-4a35-9a7d-0b506088c15d"] +Cell[" ", "FooterCell",ExpressionUUID->"8fe87f4c-f708-46d8-b17b-89cfe2096e2f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MargValue", TaggingRules->{ @@ -923,17 +923,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 39.282838}", + "built" -> "{2024, 6, 3, 16, 53, 45.150349}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "MargValue[game] calculates the marginal contributions for all players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MargValue", - "titlemodifier" -> "", "windowtitle" -> "MargValue", "type" -> "Symbol", - "uri" -> "TUG/ref/MargValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "MargValue", "type" -> "Symbol", "uri" -> "TUG/ref/MargValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -942,9 +942,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"06aea752-78ce-4974-8206-0a74c0114fd5" +ExpressionUUID->"ba475035-e51e-4e9e-a01f-7c19f7c1c885" ] (* End of Notebook Content *) @@ -952,121 +952,119 @@ ExpressionUUID->"06aea752-78ce-4974-8206-0a74c0114fd5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13016, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3bbccc7a-8569-49e8-a47a-ca2d56ed6ba7", + Cell[13051, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef455753-3535-487b-949c-dad3bdffdec1", CellTags->"PrimaryExamplesSection", - CellID->387451091]} + CellID->1156893408]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35126, 953} + {"PrimaryExamplesSection", 35145, 953} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7103, 169, 56, "AnchorBarGrid",ExpressionUUID->"fb0d9aa7-ff6e-47c7-a802-514deab41e14", +Cell[581, 21, 7139, 172, 57, "AnchorBarGrid",ExpressionUUID->"52d3744c-45c2-46c1-807a-c530e0bd7630", CellID->1], -Cell[7687, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"876ae1ad-7d41-43e2-a054-0885ec961449"], +Cell[7723, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bac0e9c7-6855-4a72-9f74-38b6d4bc98b5"], Cell[CellGroupData[{ -Cell[7798, 196, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"6f4104e2-77b6-4e20-b0f1-e4c5ef004d87"], -Cell[9084, 233, 467, 10, 111, "Usage",ExpressionUUID->"cd09a625-be5c-4944-825d-67ded447bbdb", +Cell[7834, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"78f1cba9-1368-4579-831c-524c09ea06cf"], +Cell[9120, 236, 467, 10, 111, "Usage",ExpressionUUID->"cd09a625-be5c-4944-825d-67ded447bbdb", CellID->2070912267] }, Open ]], Cell[CellGroupData[{ -Cell[9588, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"332f1623-1a60-446f-bc9e-a18e645018fb", +Cell[9624, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"141d8dae-3e95-4678-92d4-80a0ac7957c6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1027713937], -Cell[11486, 297, 515, 12, 57, "Notes",ExpressionUUID->"a3042bc0-f68a-45d1-855c-abf8098cc74c", + CellID->191226653], +Cell[11521, 300, 515, 12, 57, "Notes",ExpressionUUID->"a3042bc0-f68a-45d1-855c-abf8098cc74c", CellID->1014199156], -Cell[12004, 311, 489, 12, 37, "Notes",ExpressionUUID->"edaeee05-8236-4e5d-9639-c430c4a1ef17", +Cell[12039, 314, 489, 12, 38, "Notes",ExpressionUUID->"edaeee05-8236-4e5d-9639-c430c4a1ef17", CellID->177724765], -Cell[12496, 325, 221, 4, 36, "Notes",ExpressionUUID->"ece17964-8010-4a92-a89e-0d2916458310", +Cell[12531, 328, 221, 4, 36, "Notes",ExpressionUUID->"ece17964-8010-4a92-a89e-0d2916458310", CellID->1993495199], -Cell[12720, 331, 169, 3, 36, "Notes",ExpressionUUID->"ecb6ed26-112e-4228-9f08-c047c267a56c", +Cell[12755, 334, 169, 3, 36, "Notes",ExpressionUUID->"ecb6ed26-112e-4228-9f08-c047c267a56c", CellID->409228159] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13016, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3bbccc7a-8569-49e8-a47a-ca2d56ed6ba7", +Cell[13051, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef455753-3535-487b-949c-dad3bdffdec1", CellTags->"PrimaryExamplesSection", - CellID->387451091], + CellID->1156893408], Cell[CellGroupData[{ -Cell[14461, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2e85964a-16f0-42d1-ac82-b6eb0539cd1c", - CellID->1837446222], -Cell[15863, 419, 119, 1, 38, "ExampleText",ExpressionUUID->"c9f1d6ef-7356-4d8a-9e62-60fb6d19d450", +Cell[14497, 384, 1398, 36, 30, "ExampleSection",ExpressionUUID->"95ecd352-d852-447b-ad12-20fff1b0b4d9", + CellID->114558633], +Cell[15898, 422, 119, 1, 39, "ExampleText",ExpressionUUID->"c9f1d6ef-7356-4d8a-9e62-60fb6d19d450", CellID->1381071881], Cell[CellGroupData[{ -Cell[16007, 424, 168, 3, 27, "Input",ExpressionUUID->"a1242dc7-a541-4d80-a613-c5cfb34d6f69", +Cell[16042, 427, 168, 3, 27, "Input",ExpressionUUID->"a1242dc7-a541-4d80-a613-c5cfb34d6f69", CellID->1218291191], Cell[CellGroupData[{ -Cell[16200, 431, 236, 4, 23, "Print",ExpressionUUID->"6172fdbe-f5e9-44fd-b73b-09f13aaeeb03", +Cell[16235, 434, 236, 4, 23, "Print",ExpressionUUID->"6172fdbe-f5e9-44fd-b73b-09f13aaeeb03", CellID->1513965341], -Cell[16439, 437, 364, 8, 23, "Print",ExpressionUUID->"24b53f2e-bab9-4347-9723-239ec27db17c", +Cell[16474, 440, 364, 8, 23, "Print",ExpressionUUID->"24b53f2e-bab9-4347-9723-239ec27db17c", CellID->909127443], -Cell[16806, 447, 236, 4, 23, "Print",ExpressionUUID->"5c9bd45c-419e-4d64-8fa6-4aaf3f2c7b3f", +Cell[16841, 450, 236, 4, 23, "Print",ExpressionUUID->"5c9bd45c-419e-4d64-8fa6-4aaf3f2c7b3f", CellID->1204840258], -Cell[17045, 453, 220, 3, 23, "Print",ExpressionUUID->"a43d74ef-3f62-4433-9ede-9c38287c43f8", +Cell[17080, 456, 220, 3, 23, "Print",ExpressionUUID->"a43d74ef-3f62-4433-9ede-9c38287c43f8", CellID->1575120032], -Cell[17268, 458, 206, 3, 23, "Print",ExpressionUUID->"45ffc17e-9cd2-493d-afa4-c5801a837a49", +Cell[17303, 461, 206, 3, 23, "Print",ExpressionUUID->"45ffc17e-9cd2-493d-afa4-c5801a837a49", CellID->689577395], -Cell[17477, 463, 235, 4, 23, "Print",ExpressionUUID->"ce7b76a1-c36e-41e7-b929-c601c519b1bd", +Cell[17512, 466, 235, 4, 23, "Print",ExpressionUUID->"ce7b76a1-c36e-41e7-b929-c601c519b1bd", CellID->78884138], -Cell[17715, 469, 218, 3, 23, "Print",ExpressionUUID->"bc6cf0fa-4c12-469b-8a3d-1501ae8df5da", +Cell[17750, 472, 218, 3, 23, "Print",ExpressionUUID->"bc6cf0fa-4c12-469b-8a3d-1501ae8df5da", CellID->73616403], -Cell[17936, 474, 235, 4, 23, "Print",ExpressionUUID->"c25702ca-9847-4ea4-ba7a-b1997b4221c4", +Cell[17971, 477, 235, 4, 23, "Print",ExpressionUUID->"c25702ca-9847-4ea4-ba7a-b1997b4221c4", CellID->819799256], -Cell[18174, 480, 235, 4, 23, "Print",ExpressionUUID->"f8332972-94c8-4509-8143-6b87d1adc4a0", +Cell[18209, 483, 235, 4, 23, "Print",ExpressionUUID->"f8332972-94c8-4509-8143-6b87d1adc4a0", CellID->702730894], -Cell[18412, 486, 207, 3, 23, "Print",ExpressionUUID->"f0794444-98fb-4a6d-8e36-01dd7ae326ff", +Cell[18447, 489, 207, 3, 23, "Print",ExpressionUUID->"f0794444-98fb-4a6d-8e36-01dd7ae326ff", CellID->1821155726], -Cell[18622, 491, 235, 4, 23, "Print",ExpressionUUID->"5bd984f1-524c-400d-86dc-16a975425e56", +Cell[18657, 494, 235, 4, 23, "Print",ExpressionUUID->"5bd984f1-524c-400d-86dc-16a975425e56", CellID->232023938] }, Open ]] }, Open ]], -Cell[18884, 499, 135, 1, 70, "ExampleText",ExpressionUUID->"71b3113a-2a07-4a03-8460-e40e0cf99fcf", +Cell[18919, 502, 135, 1, 70, "ExampleText",ExpressionUUID->"71b3113a-2a07-4a03-8460-e40e0cf99fcf", CellID->85838574], -Cell[19022, 502, 234, 6, 70, "Input",ExpressionUUID->"fec07ef5-9311-45b9-9c84-eb066a72617e", +Cell[19057, 505, 234, 6, 70, "Input",ExpressionUUID->"fec07ef5-9311-45b9-9c84-eb066a72617e", CellID->613798849], -Cell[19259, 510, 381, 9, 70, "Input",ExpressionUUID->"055ff743-244f-4136-9f88-b98c51769a44", +Cell[19294, 513, 381, 9, 70, "Input",ExpressionUUID->"055ff743-244f-4136-9f88-b98c51769a44", CellID->2128893169], -Cell[19643, 521, 237, 6, 70, "Input",ExpressionUUID->"24aa85a3-9257-4754-8927-fc8d916375c8", +Cell[19678, 524, 237, 6, 70, "Input",ExpressionUUID->"24aa85a3-9257-4754-8927-fc8d916375c8", CellID->414413910], -Cell[19883, 529, 190, 4, 70, "ExampleText",ExpressionUUID->"dc224fac-89d4-44fb-a0ab-0070dce6089e", +Cell[19918, 532, 190, 4, 70, "ExampleText",ExpressionUUID->"dc224fac-89d4-44fb-a0ab-0070dce6089e", CellID->270311606], Cell[CellGroupData[{ -Cell[20098, 537, 167, 3, 70, "Input",ExpressionUUID->"f0b87ab5-8ecc-4e9b-a658-411a957aa146", +Cell[20133, 540, 167, 3, 70, "Input",ExpressionUUID->"f0b87ab5-8ecc-4e9b-a658-411a957aa146", CellID->1094288370], -Cell[20268, 542, 172, 4, 36, "Output",ExpressionUUID->"c05b5841-f196-4029-9379-91791588392c", +Cell[20303, 545, 172, 4, 36, "Output",ExpressionUUID->"c05b5841-f196-4029-9379-91791588392c", CellID->173896011] }, Open ]], -Cell[20455, 549, 159, 2, 70, "ExampleText",ExpressionUUID->"9f4ea6a2-fcd5-427a-8443-5266d39fb621", +Cell[20490, 552, 159, 2, 70, "ExampleText",ExpressionUUID->"9f4ea6a2-fcd5-427a-8443-5266d39fb621", CellID->2053078972], Cell[CellGroupData[{ -Cell[20639, 555, 166, 3, 70, "Input",ExpressionUUID->"78af2584-7603-419c-8d59-bab7549edf4e", +Cell[20674, 558, 166, 3, 70, "Input",ExpressionUUID->"78af2584-7603-419c-8d59-bab7549edf4e", CellID->806407649], -Cell[20808, 560, 2347, 64, 87, "Output",ExpressionUUID->"556f9902-de7c-49d7-827c-5fe79a140f6b", +Cell[20843, 563, 2347, 64, 85, "Output",ExpressionUUID->"556f9902-de7c-49d7-827c-5fe79a140f6b", CellID->1200249895] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23432, 636, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"a05c9641-5704-4559-8cd2-ca8280e3c265"], +Cell[28913, 786, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ab035424-3495-4651-bf8b-1577a419af1b"], +Cell[29586, 806, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a1126dac-bd66-49c1-8d9d-05ff8151f36d"], +Cell[30622, 834, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"e5b9cdbd-0ae4-4525-8cb8-b9f144f4ef4d"], Cell[CellGroupData[{ -Cell[23419, 635, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"e48885ef-def7-4247-9f63-7f0bfe9d2385"], -Cell[28900, 785, 670, 18, 70, "TechNotesSection",ExpressionUUID->"426433e5-1bd7-45d8-9cf7-f9271c2f76bd"] -}, Open ]], -Cell[29585, 806, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9c6435ae-3798-482c-9340-29de4e19bb69"], -Cell[30621, 834, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"85bc0c3c-0854-4e9b-ad09-840b687da6de"], -Cell[CellGroupData[{ -Cell[32236, 884, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"83424241-d49d-4759-89fa-d73731bc028d", +Cell[32237, 884, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"83424241-d49d-4759-89fa-d73731bc028d", CellID->117551421], -Cell[32376, 887, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b8529529-dd91-4004-a1ab-7be5455053df", +Cell[32377, 887, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b8529529-dd91-4004-a1ab-7be5455053df", CellID->1194386356], -Cell[32598, 893, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0768a604-1ee6-4d4a-9581-9eaccc8b9302", +Cell[32599, 893, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0768a604-1ee6-4d4a-9581-9eaccc8b9302", CellID->1641706272], -Cell[32813, 898, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83e8d7ec-d662-4e2d-9470-1721af953587", +Cell[32814, 898, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83e8d7ec-d662-4e2d-9470-1721af953587", CellID->399251956], -Cell[33042, 904, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f3b3a2e-aa3a-4d3a-a722-1aa1060c9edb", +Cell[33043, 904, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f3b3a2e-aa3a-4d3a-a722-1aa1060c9edb", CellID->821434655] }, Open ]], -Cell[33279, 910, 78, 0, 70, "FooterCell",ExpressionUUID->"ddf3552e-3f06-4a35-9a7d-0b506088c15d"] +Cell[33280, 910, 78, 0, 70, "FooterCell",ExpressionUUID->"8fe87f4c-f708-46d8-b17b-89cfe2096e2f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MarketParameter.nb b/Documentation/English/ReferencePages/Symbols/MarketParameter.nb index 664308a..5e79b0d 100644 --- a/Documentation/English/ReferencePages/Symbols/MarketParameter.nb +++ b/Documentation/English/ReferencePages/Symbols/MarketParameter.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 37370, 957] -NotebookOptionsPosition[ 29899, 809] -NotebookOutlinePosition[ 32042, 863] -CellTagsIndexPosition[ 31957, 858] +NotebookDataLength[ 37381, 957] +NotebookOptionsPosition[ 29915, 810] +NotebookOutlinePosition[ 32082, 865] +CellTagsIndexPosition[ 31997, 860] WindowTitle->MarketParameter WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "48d777bc-5cdf-4a84-ae50-6a1df06a37b1"], + "11b9999e-865a-4b44-84f0-de0948b54ba5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "623b96c9-19e6-43bc-9fe3-d09fa9facfd4"], + "6a9497fe-128a-49c9-9ca3-37353034e4a9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "21e56803-9ebc-47f9-ac61-7af148f9f4af"] - }],ExpressionUUID->"ccdd6b82-6e0d-4ce5-9f0d-23fa120d7f68"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "cabde4ed-aa86-433d-9d83-497739d961ca"] + }],ExpressionUUID->"ce47b272-4a32-4c75-a74d-25a92cd77a28"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9cd75445-0727-4ead-afbb-e66ce7f67647"], + "9a5b886b-74aa-4528-88f1-d2aa2627065b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "18705462-1de6-4b94-83aa-293ff4dd27dd"] - }],ExpressionUUID->"9ce9c639-7d9d-40b3-a56d-8966e2e3e953"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "57f12716-e78c-4bb8-b939-80b5d53594a3"] + }],ExpressionUUID->"7060cdbe-1ec2-48b4-94c0-b6e3f4d0d6e6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f953c74e-9933-4a63-abaa-2299290fe77b"], + "070e5019-79f3-4c75-aa31-72ed5e570fcf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7ca1d2f4-ccb2-482b-8e8c-7814013d029d"] - }],ExpressionUUID->"eae3a804-77b0-4afd-86ba-1f89be29889a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7058708d-7f59-48bc-adbe-44311e04c1de"] + }],ExpressionUUID->"fd392499-0a97-472f-8d0a-7e6f35be3606"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5db92b33-df1d-47a7-8699-397077fbc3ca"], + "811eb218-e7c4-453e-a2b0-e59fa1ceddd5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b7f0f8c-4b66-4792-bb96-80667568d598"] - }],ExpressionUUID->"a7842eb8-8648-44d2-b780-58856be7d171"], - StripOnInput->False], {"\<\"TUG/ref/MarketParameter\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MarketParameter"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1b2927c8-06c6-4c44-8260-8c9a24bbdf49"] + }],ExpressionUUID->"719ddfcb-06b1-4c49-a776-23a9d2f6fcd2"], + StripOnInput->False],{ + "\"TUG/ref/MarketParameter\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MarketParameter"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ MarketParameter.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$115292], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MarketParameter" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$124486], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MarketParameter" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a8ac6844-e5be-4094-9e16-f3a8a3938b16"] + "0dc95510-9ccc-4490-ba57-f3c33fa6e83b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2525dc28-da54-4447-b780-5e0f8aac34e2"]} + "beaf8d69-b21e-4baf-be50-13b48eb8a214"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"03370b7a-c2f2-41fb-a03b-4e06e1d50acd"], + CellID->1,ExpressionUUID->"4ee4de2a-842d-4726-a1ae-175a4277f04f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f423bb22-aa54-49ed-bdd1-ba7ac5763d20"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a8a022c3-5f91-4004-b707-c498e097e419"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MarketParameter", "ObjectName",ExpressionUUID-> - "289a1aad-c14c-4259-b063-1f7c199289e5"], + "a739c096-54cf-4366-979b-49838d836cb8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"15c031d8-fa0f-4d5f-acd5-f79607da69a4"], + "Spacer1"]],ExpressionUUID->"b440dbd7-2705-4259-8c6b-00459d123c64"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8b7eb5b0-477a-4acf-9c24-73a74c09c157"] - }],ExpressionUUID->"29e47a97-eb14-4e15-869a-7fd93399cbed"], Cell[BoxData[ + "1106e676-5c39-418b-aa4b-07da8388a04b"] + }],ExpressionUUID->"71328629-836d-4e19-b222-62166b9cb85f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3dbcdb23-43c2-4050-aac3-62bafef9f05f"]} + "b92d53b0-c39a-4180-838f-af3089d70647"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bea5dd24-c511-4625-8500-0e2d1ffdd1c8"], + CacheGraphics->False,ExpressionUUID->"8e636371-8de1-4473-a462-480f06fb16c7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "df47ca46-3a36-4552-b317-9ad433f9cfae"], "\[LineSeparator]is an option of package function ComplementaryMarket to \ set a market parameter to determine the worth of the coalitions. " - }],ExpressionUUID->"c38c7ba8-7fa1-4150-a508-3ccbd56726dc"]} + }],ExpressionUUID->"5423351c-617d-4a4c-988a-6adaf9132b1f"]} }]], "Usage", CellID->1019755239,ExpressionUUID->"c8dbd694-4703-4a33-80e7-9919369f63d7"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5db851d3-bd59-4fe1-98d0-55c849ca1506"], + ExpressionUUID->"149d1c23-6585-4a84-9609-79006721af3a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6978c29e-7328-4f4e-aad9-1cd370c61dc1"], + "Spacer1"]],ExpressionUUID->"46450ba9-4c93-428b-9a67-22acd6fcbbd8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"86de6022-42c1-4e4f-bb45-382e6f0313f1"], + }], "NotesFrameText",ExpressionUUID->"f9833f4a-aff8-452a-a971-0814891006d6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0689a649-2149-4b8c-9baa-e3671c07e3eb"]], \ + "Preemptive"]],ExpressionUUID->"415e8aca-87af-4486-a135-3106adfe7493"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->881312030,ExpressionUUID->"9336d5a6-8eee-41af-8018-5b8c0256585a"], + CellID->1537927573,ExpressionUUID->"0e87d69c-fc21-46db-a981-82163404ef9e"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -344,19 +348,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a53ecc10-eeb8-4b41-93ae-aecb87d4d90b"], + ExpressionUUID->"27a17e8e-dc60-44d7-b138-5bb9b82202c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dfc9bcc1-5a45-4bce-8bee-e572b7724e6a"], + "Spacer1"]],ExpressionUUID->"27817701-367a-4f17-bfb0-41faa260a45d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7747021a-9dc0-4daa-8f9b-f09e56268e9e"] + "e20fe57b-3a9f-43e6-800f-53e2bc4cb051"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->954358684,ExpressionUUID->"66703a52-5d6a-4503-8084-df07b4bfcacf"], + CellID->1612681060,ExpressionUUID->"b5d4fc95-8a8e-4872-8ceb-3fdc42fd71c9"], Cell[CellGroupData[{ @@ -385,18 +389,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c50b1490-e544-42ec-9a49-65cc62499935"], + ExpressionUUID->"a372b355-7be8-482e-96e6-2541d80441a4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b96aa31a-1e80-4312-bf2e-de7628328818"], + "Spacer1"]],ExpressionUUID->"30bdd65f-2551-4130-ba6a-d5b0a9021960"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6e8258ed-e267-40e6-8772-43e48fc7d574"] + "6afaee29-f8ae-4aaf-b063-9ef343cbe5d5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2859995,ExpressionUUID->"49f6bb4c-86db-407e-8bec-0aa6b454005a"], + CellID->436925870,ExpressionUUID->"5f6ad70b-f8eb-403e-bc5a-80ee1aa19cfb"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"88631b77-31db-44eb-9f25-f6a688a4be75"], @@ -545,8 +549,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -694,15 +696,15 @@ Cell[BoxData[GridBox[{ "1d409d48-0602-4352-af62-ce8a21245beb"] }], "SeeAlso",ExpressionUUID->"3055fd01-67d8-4955-a3e6-b92ac916da0e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f3b1b472-4db9-407a-95d0-\ -8c1420a75737"], + }]], "SeeAlsoSection",ExpressionUUID->"20636e1a-dc49-4913-9c02-\ +343cfc6a1ffb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -714,9 +716,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c51534dd-763a-4c49-80c9-a20b4d89486f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3ef7b760-cea8-49f5-96b0-\ -e1352f02697b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"45c7b9b7-d0b0-41a6-ba8b-\ +69063fdaa91e"], Cell[BoxData[GridBox[{ { @@ -733,7 +734,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "77d66b30-fc0b-4ac4-868d-998ce3089f64"]}]}, + "af4e6638-5684-4eb8-a20e-ee53f7869edf"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -741,10 +742,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "47607541-8334-40ce-ab4d-859b12628d62"]}]} + "44242d31-42d2-4f16-ae93-b8c0aec07ed9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"99b064e3-e9ff-4faf-b599-\ -fc7118e71301"], + }]], "MoreAboutSection",ExpressionUUID->"8b42cf74-dbfc-4421-a599-\ +af075b8692ec"], Cell[BoxData[GridBox[{ { @@ -771,11 +772,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ComplementaryMarket"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ffe1326f-e2c5-4a86-8f73-7009eeda49ac"]], "RelatedLinks", + "b6829e28-ae02-481d-b77a-0c2183162931"]], "RelatedLinks", ExpressionUUID->"21215f88-d961-4324-9077-6166fab33f3b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5e4b227a-0210-440c-ab83-\ -96375dc99cce"], + }]], "RelatedLinksSection",ExpressionUUID->"674a4291-bf12-4a8d-9504-\ +65fb528aea6c"], Cell[CellGroupData[{ @@ -805,11 +806,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"23b1f68a-eedf-4c64-b743-cc6cd2fba597"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3070962b-8ca3-4c9c-887a-a909f32632a1"] +Cell[" ", "FooterCell",ExpressionUUID->"609beded-2a81-484b-a883-47f9ffc19df0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MarketParameter", TaggingRules->{ @@ -820,7 +821,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 40.659577}", + "built" -> "{2024, 6, 3, 16, 53, 45.828740}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -828,10 +829,11 @@ TaggingRules->{ "MarketParameter is an option of package function ComplementaryMarket to \ set a market parameter to determine the worth of the coalitions. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MarketParameter", - "titlemodifier" -> "", "windowtitle" -> "MarketParameter", "type" -> - "Symbol", "uri" -> "TUG/ref/MarketParameter"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "MarketParameter", "type" -> "Symbol", "uri" -> + "TUG/ref/MarketParameter"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -840,9 +842,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5d17fa21-891e-4a2e-af96-16ac22fab263" +ExpressionUUID->"dc12369d-94c4-4232-8065-2a64af4df284" ] (* End of Notebook Content *) @@ -850,115 +852,113 @@ ExpressionUUID->"5d17fa21-891e-4a2e-af96-16ac22fab263" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12464, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"66703a52-5d6a-4503-8084-df07b4bfcacf", + Cell[12511, 325, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b5d4fc95-8a8e-4872-8ceb-3fdc42fd71c9", CellTags->"PrimaryExamplesSection", - CellID->954358684]} + CellID->1612681060]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 31757, 851} + {"PrimaryExamplesSection", 31796, 853} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7103, 168, 56, "AnchorBarGrid",ExpressionUUID->"03370b7a-c2f2-41fb-a03b-4e06e1d50acd", +Cell[587, 21, 7149, 172, 57, "AnchorBarGrid",ExpressionUUID->"4ee4de2a-842d-4726-a1ae-175a4277f04f", CellID->1], -Cell[7693, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f423bb22-aa54-49ed-bdd1-ba7ac5763d20"], +Cell[7739, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a8a022c3-5f91-4004-b707-c498e097e419"], Cell[CellGroupData[{ -Cell[7804, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"bea5dd24-c511-4625-8500-0e2d1ffdd1c8"], -Cell[9096, 232, 504, 9, 111, "Usage",ExpressionUUID->"c8dbd694-4703-4a33-80e7-9919369f63d7", +Cell[7850, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"8e636371-8de1-4473-a462-480f06fb16c7"], +Cell[9142, 236, 504, 9, 109, "Usage",ExpressionUUID->"c8dbd694-4703-4a33-80e7-9919369f63d7", CellID->1019755239] }, Open ]], Cell[CellGroupData[{ -Cell[9637, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"9336d5a6-8eee-41af-8018-5b8c0256585a", +Cell[9683, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"0e87d69c-fc21-46db-a981-82163404ef9e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->881312030], -Cell[11534, 295, 489, 12, 37, "Notes",ExpressionUUID->"c9fc792c-5d62-4afa-a601-4ffb2a637faf", + CellID->1537927573], +Cell[11581, 299, 489, 12, 38, "Notes",ExpressionUUID->"c9fc792c-5d62-4afa-a601-4ffb2a637faf", CellID->177724765], -Cell[12026, 309, 164, 3, 36, "Notes",ExpressionUUID->"bdae24a6-f3d2-4b93-ab90-ef2cd1fd00b8", +Cell[12073, 313, 164, 3, 36, "Notes",ExpressionUUID->"bdae24a6-f3d2-4b93-ab90-ef2cd1fd00b8", CellID->358334548], -Cell[12193, 314, 144, 1, 36, "Notes",ExpressionUUID->"ea114465-3cc2-472f-b8bf-605c4d659684", +Cell[12240, 318, 144, 1, 36, "Notes",ExpressionUUID->"ea114465-3cc2-472f-b8bf-605c4d659684", CellID->2108874141] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12464, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"66703a52-5d6a-4503-8084-df07b4bfcacf", +Cell[12511, 325, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b5d4fc95-8a8e-4872-8ceb-3fdc42fd71c9", CellTags->"PrimaryExamplesSection", - CellID->954358684], + CellID->1612681060], Cell[CellGroupData[{ -Cell[13909, 362, 1396, 36, 30, "ExampleSection",ExpressionUUID->"49f6bb4c-86db-407e-8bec-0aa6b454005a", - CellID->2859995], -Cell[15308, 400, 119, 1, 38, "ExampleText",ExpressionUUID->"88631b77-31db-44eb-9f25-f6a688a4be75", +Cell[13957, 366, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5f6ad70b-f8eb-403e-bc5a-80ee1aa19cfb", + CellID->436925870], +Cell[15358, 404, 119, 1, 39, "ExampleText",ExpressionUUID->"88631b77-31db-44eb-9f25-f6a688a4be75", CellID->1430927406], Cell[CellGroupData[{ -Cell[15452, 405, 168, 3, 27, "Input",ExpressionUUID->"c70bf864-e142-4b16-ae0f-68f7f29da61a", +Cell[15502, 409, 168, 3, 27, "Input",ExpressionUUID->"c70bf864-e142-4b16-ae0f-68f7f29da61a", CellID->1259233753], Cell[CellGroupData[{ -Cell[15645, 412, 235, 4, 23, "Print",ExpressionUUID->"6b21bd2e-552a-473c-abf1-597dfc687569", +Cell[15695, 416, 235, 4, 23, "Print",ExpressionUUID->"6b21bd2e-552a-473c-abf1-597dfc687569", CellID->923441148], -Cell[15883, 418, 364, 8, 23, "Print",ExpressionUUID->"000092cd-aab4-4056-b167-66d22e8aa54a", +Cell[15933, 422, 364, 8, 23, "Print",ExpressionUUID->"000092cd-aab4-4056-b167-66d22e8aa54a", CellID->773634338], -Cell[16250, 428, 236, 4, 23, "Print",ExpressionUUID->"34171cb0-a412-48f2-9417-d1a9ffe4c082", +Cell[16300, 432, 236, 4, 23, "Print",ExpressionUUID->"34171cb0-a412-48f2-9417-d1a9ffe4c082", CellID->1296037703], -Cell[16489, 434, 219, 3, 23, "Print",ExpressionUUID->"f300e3d6-a43d-44a4-85e2-5f5d83370d31", +Cell[16539, 438, 219, 3, 23, "Print",ExpressionUUID->"f300e3d6-a43d-44a4-85e2-5f5d83370d31", CellID->573180469], -Cell[16711, 439, 207, 3, 23, "Print",ExpressionUUID->"163c888c-13f3-4c02-94a3-de712b0499b7", +Cell[16761, 443, 207, 3, 23, "Print",ExpressionUUID->"163c888c-13f3-4c02-94a3-de712b0499b7", CellID->1232683726], -Cell[16921, 444, 236, 4, 23, "Print",ExpressionUUID->"72687bdd-2602-4cb1-a4fb-4b63e8683d77", +Cell[16971, 448, 236, 4, 23, "Print",ExpressionUUID->"72687bdd-2602-4cb1-a4fb-4b63e8683d77", CellID->977950038], -Cell[17160, 450, 219, 3, 23, "Print",ExpressionUUID->"31659244-ea33-4642-872c-c49b6f50168b", +Cell[17210, 454, 219, 3, 23, "Print",ExpressionUUID->"31659244-ea33-4642-872c-c49b6f50168b", CellID->199774147], -Cell[17382, 455, 236, 4, 23, "Print",ExpressionUUID->"4fecffd8-64ed-45a9-b818-47bd1d0300fe", +Cell[17432, 459, 236, 4, 23, "Print",ExpressionUUID->"4fecffd8-64ed-45a9-b818-47bd1d0300fe", CellID->1878998969], -Cell[17621, 461, 236, 4, 23, "Print",ExpressionUUID->"0d7cd6bb-1237-4619-9e1f-ff46d0a2ff1d", +Cell[17671, 465, 236, 4, 23, "Print",ExpressionUUID->"0d7cd6bb-1237-4619-9e1f-ff46d0a2ff1d", CellID->1839115458], -Cell[17860, 467, 206, 3, 23, "Print",ExpressionUUID->"39c9a3bc-f004-4931-bcdc-30ef168e9a7d", +Cell[17910, 471, 206, 3, 23, "Print",ExpressionUUID->"39c9a3bc-f004-4931-bcdc-30ef168e9a7d", CellID->214768190], -Cell[18069, 472, 236, 4, 23, "Print",ExpressionUUID->"b2e16de0-4042-4f46-a2db-5d2009af6d95", +Cell[18119, 476, 236, 4, 23, "Print",ExpressionUUID->"b2e16de0-4042-4f46-a2db-5d2009af6d95", CellID->1570936616] }, Open ]] }, Open ]], -Cell[18332, 480, 144, 1, 38, "ExampleText",ExpressionUUID->"86ec3e45-fcba-438a-8fa8-98b936c933e6", +Cell[18382, 484, 144, 1, 39, "ExampleText",ExpressionUUID->"86ec3e45-fcba-438a-8fa8-98b936c933e6", CellID->1060603206], -Cell[18479, 483, 234, 6, 27, "Input",ExpressionUUID->"25c3bce5-8d04-4d02-ab77-cec756663416", +Cell[18529, 487, 234, 6, 27, "Input",ExpressionUUID->"25c3bce5-8d04-4d02-ab77-cec756663416", CellID->364669908], -Cell[18716, 491, 138, 1, 70, "ExampleText",ExpressionUUID->"d622948c-1762-4c25-9120-a0c28d8bcd6f", +Cell[18766, 495, 138, 1, 70, "ExampleText",ExpressionUUID->"d622948c-1762-4c25-9120-a0c28d8bcd6f", CellID->2058204622], Cell[CellGroupData[{ -Cell[18879, 496, 177, 3, 70, "Input",ExpressionUUID->"403ad4be-e154-426a-b515-fdc916cb4c2d", +Cell[18929, 500, 177, 3, 70, "Input",ExpressionUUID->"403ad4be-e154-426a-b515-fdc916cb4c2d", CellID->1727175520], -Cell[19059, 501, 243, 6, 51, "Output",ExpressionUUID->"80598865-0f58-43a9-9de2-18de7b19b71c", +Cell[19109, 505, 243, 6, 50, "Output",ExpressionUUID->"80598865-0f58-43a9-9de2-18de7b19b71c", CellID->1099786297] }, Open ]], -Cell[19317, 510, 239, 4, 70, "ExampleText",ExpressionUUID->"37089b24-391a-49e6-b2c2-f370abe4aa83", +Cell[19367, 514, 239, 4, 70, "ExampleText",ExpressionUUID->"37089b24-391a-49e6-b2c2-f370abe4aa83", CellID->302774813], Cell[CellGroupData[{ -Cell[19581, 518, 387, 10, 70, "Input",ExpressionUUID->"250a4ef1-2ecd-44bf-b975-47731f7e86a6", +Cell[19631, 522, 387, 10, 70, "Input",ExpressionUUID->"250a4ef1-2ecd-44bf-b975-47731f7e86a6", CellID->1133498646], -Cell[19971, 530, 352, 8, 36, "Output",ExpressionUUID->"a8271d5d-c43c-4fc8-9fe6-a4a200b24391", +Cell[20021, 534, 352, 8, 36, "Output",ExpressionUUID->"a8271d5d-c43c-4fc8-9fe6-a4a200b24391", CellID->1607700247] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[20615, 551, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"20636e1a-dc49-4913-9c02-343cfc6a1ffb"], +Cell[26081, 701, 670, 18, 70, "TechNotesSection",ExpressionUUID->"45c7b9b7-d0b0-41a6-ba8b-69063fdaa91e"], +Cell[26754, 721, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8b42cf74-dbfc-4421-a599-af075b8692ec"], +Cell[27790, 749, 975, 29, 70, "RelatedLinksSection",ExpressionUUID->"674a4291-bf12-4a8d-9504-65fb528aea6c"], Cell[CellGroupData[{ -Cell[20587, 549, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"f3b1b472-4db9-407a-95d0-8c1420a75737"], -Cell[26053, 699, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3ef7b760-cea8-49f5-96b0-e1352f02697b"] -}, Open ]], -Cell[26738, 720, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"99b064e3-e9ff-4faf-b599-fc7118e71301"], -Cell[27774, 748, 975, 29, 70, "RelatedLinksSection",ExpressionUUID->"5e4b227a-0210-440c-ab83-96375dc99cce"], -Cell[CellGroupData[{ -Cell[28774, 781, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5ae0bc4-891f-4cd1-972a-8c489717ad63", +Cell[28790, 782, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c5ae0bc4-891f-4cd1-972a-8c489717ad63", CellID->906383680], -Cell[28914, 784, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"375674a8-3d72-4775-bd5a-a1b4fa87ec8a", +Cell[28930, 785, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"375674a8-3d72-4775-bd5a-a1b4fa87ec8a", CellID->1194386356], -Cell[29136, 790, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9940bf71-3f16-4b14-8ab7-5fb61bdfc60b", +Cell[29152, 791, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9940bf71-3f16-4b14-8ab7-5fb61bdfc60b", CellID->1641706272], -Cell[29351, 795, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"647841eb-a2fb-4e0d-b251-dd8879d59bd8", +Cell[29367, 796, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"647841eb-a2fb-4e0d-b251-dd8879d59bd8", CellID->399251956], -Cell[29580, 801, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"23b1f68a-eedf-4c64-b743-cc6cd2fba597", +Cell[29596, 802, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"23b1f68a-eedf-4c64-b743-cc6cd2fba597", CellID->821434655] }, Open ]], -Cell[29817, 807, 78, 0, 70, "FooterCell",ExpressionUUID->"3070962b-8ca3-4c9c-887a-a909f32632a1"] +Cell[29833, 808, 78, 0, 70, "FooterCell",ExpressionUUID->"609beded-2a81-484b-a883-47f9ffc19df0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MaxExcessBalanced.nb b/Documentation/English/ReferencePages/Symbols/MaxExcessBalanced.nb index a9bc82a..311af23 100644 --- a/Documentation/English/ReferencePages/Symbols/MaxExcessBalanced.nb +++ b/Documentation/English/ReferencePages/Symbols/MaxExcessBalanced.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46680, 1205] -NotebookOptionsPosition[ 37109, 1017] -NotebookOutlinePosition[ 39385, 1073] -CellTagsIndexPosition[ 39299, 1068] +NotebookDataLength[ 46689, 1205] +NotebookOptionsPosition[ 37131, 1019] +NotebookOutlinePosition[ 39426, 1075] +CellTagsIndexPosition[ 39340, 1070] WindowTitle->MaxExcessBalanced WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5edee567-22a4-4b7a-8f52-d25e3ff50e47"], + "5418fcf3-211b-4d46-878f-a038df738bc1"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f08f45dd-e5c8-4703-aa45-75e5ea9a08cf"], + "427f8d7b-4bfc-446e-b74a-183dfba8c6ea"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d0d15dd8-7d54-4d8b-a054-04457c082885"] - }],ExpressionUUID->"a7853050-cb02-48f0-85cf-02b96f123a81"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "f4f7d1a0-369f-4036-b374-10454ae945c8"] + }],ExpressionUUID->"34301937-e20b-4449-b17b-6913d7ecbeec"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0ba4a1bb-bf21-417e-9d69-45ed465c1749"], + "573903c7-53c8-4ec8-8cfa-101963250d0b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "32a75b82-99e1-4f19-b9f3-7d350138094a"] - }],ExpressionUUID->"184a0756-3286-4bc0-89c1-44cee16a6066"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b7a8f733-36ab-49fd-af2c-4b332f4d5b42"] + }],ExpressionUUID->"2f207074-7b95-44d6-a326-556674bdbe43"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0dc27f4c-d635-473f-a8e2-78f632c601b4"], + "adaf1df7-6531-4add-933b-3493f790c337"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6b77dc2c-1758-4366-942d-71c906c9d2fc"] - }],ExpressionUUID->"6dbabbd2-7780-45bc-b89e-d348cc9a7d7f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4e1ba7a1-9882-4cc4-902e-fd8b5dec328c"] + }],ExpressionUUID->"90457cbb-32e5-4723-91e4-333617a7660b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ded3b549-d096-4fa0-b206-e3ba44e3dc54"], + "38147b80-6d1a-49c5-8ea7-6aae94b422b0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "001e6a0c-1446-48cb-8d4f-3192e16e9c90"] - }],ExpressionUUID->"15d95d26-85a5-45e0-87e1-649bfd65cc7e"], - StripOnInput->False], {"\<\"TUG/ref/MaxExcessBalanced\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MaxExcessBalanced"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "133bfdf2-3694-4124-9c59-6ae47414a465"] + }],ExpressionUUID->"8cbddcc8-89e9-4000-b5da-6a6bca9ced33"], + StripOnInput->False],{ + "\"TUG/ref/MaxExcessBalanced\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MaxExcessBalanced"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ MaxExcessBalanced.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$115875], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MaxExcessBalanced" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$125103], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MaxExcessBalanced" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "953efa33-119a-497c-aa8d-3c25f46367ec"] + "84c9c9fa-514e-4d40-926e-c4637cd19c40"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "437868d2-cd55-45f0-b0fd-7c1906533f6d"]} + "e64e2a12-2c58-4fd8-85a9-ffd598a7d8bf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3a874854-45f3-4ad0-964c-71b651ebddec"], + CellID->1,ExpressionUUID->"a467386f-d5cc-4cae-b24d-65a06788f76c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5af03236-26d9-4ea1-8199-a2894db5a2ec"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cd6b3be5-370f-40f5-bd9a-597abef4d575"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MaxExcessBalanced", "ObjectName",ExpressionUUID-> - "170d8b73-0568-46d6-802c-309b42968a5d"], + "9e55ef06-a01f-4b0e-b77c-284858f59a31"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70802947-20c8-42cd-b755-ce85d9ba5dde"], + "Spacer1"]],ExpressionUUID->"a7e852c3-4fa1-4106-8fe0-008f2d249c8a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3a1f112b-e631-40a0-8e5e-db7d7efe4cae"] - }],ExpressionUUID->"391021c9-9567-4049-a8c8-c83913ddfa53"], Cell[BoxData[ + "ba863076-6885-4b55-ba9b-da7b2b7f6097"] + }],ExpressionUUID->"1122d6d7-02fa-4118-a333-758e66c30aca"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cec023c8-7459-4f4e-a13b-79a98e79061d"]} + "b9b83183-26be-4a2d-92be-b03518181f89"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9a40545c-fc3c-4206-a3e9-05ac1c97be5e"], + CacheGraphics->False,ExpressionUUID->"7b5a4b28-c85b-4b1c-97f6-1b4bb70f4680"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " are balanced for all possible pair of players." - }],ExpressionUUID->"414d4104-bdd4-48a6-b4d9-cde1e256e45a"]}, + }],ExpressionUUID->"9cb66b3e-afd3-44fc-807a-65ac49f2e13a"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"MaxExcessBalanced", "[", @@ -252,7 +257,7 @@ pre-imputation ", "b6e89868-a93a-4a0a-8d39-85ad02e0bc31"], " \[LineSeparator]to set a different a error term for approximating \ rational numbers." - }],ExpressionUUID->"ab9ed1c5-bc14-4262-9562-94e99a7d36b5"]} + }],ExpressionUUID->"bcf14edc-dfe7-4f9e-98ca-0d44d894578c"]} }]], "Usage", CellID->90501967,ExpressionUUID->"4aa9904f-dab9-4dbf-ad74-2a9a86d68f06"] }, Open ]], @@ -285,12 +290,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2c52c64f-bf41-4acc-862d-4daefa9f3d8f"], + ExpressionUUID->"5a1324a4-b891-41b0-ae01-88a7ecf78d38"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7b2140df-3faa-42fb-8b95-8be856e36371"], + "Spacer1"]],ExpressionUUID->"8283b25a-74f8-4414-9d7c-aedbf562cb28"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5366957c-cb73-4cdd-b10c-cb3721dbab9a"], + }], "NotesFrameText",ExpressionUUID->"8a8f3d84-0651-4c73-a851-589d84805fef"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +306,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b0e248a2-6c2a-49f2-ac96-0b165fb20f76"]], \ + "Preemptive"]],ExpressionUUID->"f9b480b7-1efa-4d09-9993-17614a5ab3ab"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->212941625,ExpressionUUID->"60fec4ee-e01b-4265-b0c6-ffc4a612a90f"], + CellID->961214075,ExpressionUUID->"3ac207f1-d22c-48da-a82f-cf5ea576f74c"], Cell[TextData[{ "The input expression ", @@ -377,7 +382,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b721c51d-0b77-4eda-8d8a-d75a721c00a0"], + "988c44c9-c8d8-409f-b9a5-9297e644b1cb"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -441,19 +446,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0efd96bd-5c8b-48d2-88de-425fc754b487"], + ExpressionUUID->"bc5bf26b-eb17-4b73-aeae-400bb6c9d091"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9d7c3ab6-0d07-4f4b-a256-7e0cefd7b5ec"], + "Spacer1"]],ExpressionUUID->"af52814f-7c86-4ff3-9dc5-f95d2d118656"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "674dc8f0-2942-421d-9a50-db9b89d0fcd8"] + "cd103986-c83f-45b8-8ca3-a1f9e2d3c1ac"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->294065316,ExpressionUUID->"e5e347bb-1431-4c0e-a533-1e5f9c5332d5"], + CellID->1552704115,ExpressionUUID->"ae749ba0-65d1-49aa-9532-8e62b67891ff"], Cell[CellGroupData[{ @@ -482,18 +487,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d83b18d4-4765-4f37-b113-ac1b654f0a34"], + ExpressionUUID->"2aa17478-fe53-47e6-9445-a53499f4eb19"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"560a8997-a060-4ba2-9f4b-9e163d771a31"], + "Spacer1"]],ExpressionUUID->"25090941-3439-4b92-b92e-bf07f6253ad5"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "45fe10f3-8f53-4048-bcb8-5e0ef4d42402"] + "b01deaaf-7e39-4210-8a22-4910575277fe"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2075174180,ExpressionUUID->"68e22bfe-63af-4510-865f-2db686e13457"], + CellID->403621699,ExpressionUUID->"344106b2-6fed-4583-8b68-676f844a422f"], Cell["Loading the package:", "ExampleText", CellID->793270027,ExpressionUUID->"861194e1-d219-415a-ad29-0a6b96edd489"], @@ -719,8 +724,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -868,15 +871,15 @@ Cell[BoxData[GridBox[{ "05ea1ba5-42b2-47e2-8e96-f7a530f5197f"] }], "SeeAlso",ExpressionUUID->"ba25c6df-5472-4f72-a278-b2f891d510c5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"30bc7750-5a2e-4b62-9ea2-\ -28a58e82ea20"], + }]], "SeeAlsoSection",ExpressionUUID->"a48f3d50-4db1-4b31-b5a9-\ +3e27bfb40238"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -888,9 +891,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6b83d005-e48f-4c06-b883-505b1a47321e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c3506446-bd02-4c90-8fe3-\ -211dc7ae8a87"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c6ca00b7-c6d3-482a-b692-\ +82eec0928769"], Cell[BoxData[GridBox[{ { @@ -907,7 +909,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4d1ca41c-fbbb-43d9-89e0-02582db479b7"]}]}, + "070e3478-30a7-4f13-8a4c-8002864472fc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -915,10 +917,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6d527733-37b5-4675-87d1-afa66e724f8a"]}]} + "a0a0fea7-ea3d-442a-976e-a0618b59f62a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0422aad3-e477-46bf-95a6-\ -b5c8d251fc97"], + }]], "MoreAboutSection",ExpressionUUID->"d971665a-e8f5-4c6d-9559-\ +3b987144ee3d"], Cell[BoxData[GridBox[{ { @@ -945,7 +947,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cae53c9b-d820-4806-b5ca-a8722defed04"]], "RelatedLinks", + "fa790901-35a6-49e6-99b5-0533fa00abed"]], "RelatedLinks", ExpressionUUID->"1418e0aa-3e61-4721-850f-69c2ea3d0a66"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -962,7 +964,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f929c51e-a117-4e8a-8de8-1a46d2edf8a6"]], "RelatedLinks", + "1289c7c1-c859-495c-b47f-b7d610c54e7f"]], "RelatedLinks", ExpressionUUID->"1b85d035-5de1-416e-a944-39f1878b5537"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -979,11 +981,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dd3ca765-8370-41af-94cf-c3098a24619e"]], "RelatedLinks", + "b6d1101f-8464-4ae1-b9df-2acb2d258a23"]], "RelatedLinks", ExpressionUUID->"03fdeda7-f103-44d6-b011-241bef02b0d5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fcc2c340-5834-4784-b3dd-\ -6a823d33c942"], + }]], "RelatedLinksSection",ExpressionUUID->"3056feff-2fdf-472b-b4ac-\ +c50338320b63"], Cell[CellGroupData[{ @@ -1013,11 +1015,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ffa491a4-bff6-4d10-a445-7cd7b1574f92"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"18a71899-4855-46c0-9b61-d95f6b0238ad"] +Cell[" ", "FooterCell",ExpressionUUID->"daf82a2b-d71c-477b-abda-dfdc62814f3f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MaxExcessBalanced", TaggingRules->{ @@ -1028,7 +1030,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 42.066821}", + "built" -> "{2024, 6, 3, 16, 53, 46.511114}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1038,10 +1040,10 @@ w.r.t. the pre-imputation payoff are balanced for all possible pair of \ players. MaxExcessBalanced[game, payoff, options] to set a different a error \ term for approximating rational numbers.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MaxExcessBalanced", "titlemodifier" -> "", - "windowtitle" -> "MaxExcessBalanced", "type" -> "Symbol", "uri" -> - "TUG/ref/MaxExcessBalanced"}}, + "metadescription" -> "", "windowtitle" -> "MaxExcessBalanced", "type" -> + "Symbol", "uri" -> "TUG/ref/MaxExcessBalanced"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1050,9 +1052,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"871fb974-2b6d-4fe3-9b82-29e0ddef02e5" +ExpressionUUID->"90ff6ccc-b29d-4e47-bdec-ff56c0034c4e" ] (* End of Notebook Content *) @@ -1060,153 +1062,151 @@ ExpressionUUID->"871fb974-2b6d-4fe3-9b82-29e0ddef02e5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16110, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e5e347bb-1431-4c0e-a533-1e5f9c5332d5", + Cell[16166, 423, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae749ba0-65d1-49aa-9532-8e62b67891ff", CellTags->"PrimaryExamplesSection", - CellID->294065316]} + CellID->1552704115]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39099, 1061} + {"PrimaryExamplesSection", 39139, 1063} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7151, 168, 56, "AnchorBarGrid",ExpressionUUID->"3a874854-45f3-4ad0-964c-71b651ebddec", +Cell[589, 21, 7207, 173, 57, "AnchorBarGrid",ExpressionUUID->"a467386f-d5cc-4cae-b24d-65a06788f76c", CellID->1], -Cell[7743, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5af03236-26d9-4ea1-8199-a2894db5a2ec"], +Cell[7799, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cd6b3be5-370f-40f5-bd9a-597abef4d575"], Cell[CellGroupData[{ -Cell[7854, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9a40545c-fc3c-4206-a3e9-05ac1c97be5e"], -Cell[9148, 232, 1054, 24, 187, "Usage",ExpressionUUID->"4aa9904f-dab9-4dbf-ad74-2a9a86d68f06", +Cell[7910, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"7b5a4b28-c85b-4b1c-97f6-1b4bb70f4680"], +Cell[9204, 237, 1054, 24, 186, "Usage",ExpressionUUID->"4aa9904f-dab9-4dbf-ad74-2a9a86d68f06", CellID->90501967] }, Open ]], Cell[CellGroupData[{ -Cell[10239, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"60fec4ee-e01b-4265-b0c6-ffc4a612a90f", +Cell[10295, 266, 1894, 47, 37, "NotesSection",ExpressionUUID->"3ac207f1-d22c-48da-a82f-cf5ea576f74c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->212941625], -Cell[12136, 310, 782, 20, 57, "]]",ExpressionUUID->"436c2199-44f7-4ba6-9117-35a08370b937", + CellID->961214075], +Cell[12192, 315, 782, 20, 57, "]]",ExpressionUUID->"436c2199-44f7-4ba6-9117-35a08370b937", CellID->313448337], -Cell[12921, 332, 489, 12, 37, "Notes",ExpressionUUID->"cf6ea632-d0ed-4e72-8ead-d5f5a024b7b5", +Cell[12977, 337, 489, 12, 38, "Notes",ExpressionUUID->"cf6ea632-d0ed-4e72-8ead-d5f5a024b7b5", CellID->177724765], -Cell[13413, 346, 307, 5, 57, "Notes",ExpressionUUID->"8925ab68-0c14-4968-8556-f06557cc7b27", +Cell[13469, 351, 307, 5, 57, "Notes",ExpressionUUID->"8925ab68-0c14-4968-8556-f06557cc7b27", CellID->291636415], -Cell[13723, 353, 172, 3, 36, "Notes",ExpressionUUID->"3aae4d78-937b-422e-83a2-7528b78d6eb0", +Cell[13779, 358, 172, 3, 36, "Notes",ExpressionUUID->"3aae4d78-937b-422e-83a2-7528b78d6eb0", CellID->1440667622], -Cell[13898, 358, 532, 11, 58, "Notes",ExpressionUUID->"e0e00e38-b4cb-492d-a4bc-13270b5c5ee5", +Cell[13954, 363, 532, 11, 59, "Notes",ExpressionUUID->"e0e00e38-b4cb-492d-a4bc-13270b5c5ee5", CellID->2085883168], -Cell[14433, 371, 271, 4, 49, "Notes",ExpressionUUID->"b4c78254-f549-4d05-8e65-e61cb7b8b988", +Cell[14489, 376, 271, 4, 48, "Notes",ExpressionUUID->"b4c78254-f549-4d05-8e65-e61cb7b8b988", CellID->413706936], -Cell[14707, 377, 702, 16, 42, "3ColumnTableMod",ExpressionUUID->"0233b7cd-8161-4b3e-9191-812f04a2bcab", +Cell[14763, 382, 702, 16, 43, "3ColumnTableMod",ExpressionUUID->"0233b7cd-8161-4b3e-9191-812f04a2bcab", CellID->898439062], -Cell[15412, 395, 571, 17, 37, "Notes",ExpressionUUID->"44e74d30-869d-483e-8cef-25e2d413293e", +Cell[15468, 400, 571, 17, 38, "Notes",ExpressionUUID->"44e74d30-869d-483e-8cef-25e2d413293e", CellID->900904482] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16110, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e5e347bb-1431-4c0e-a533-1e5f9c5332d5", +Cell[16166, 423, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ae749ba0-65d1-49aa-9532-8e62b67891ff", CellTags->"PrimaryExamplesSection", - CellID->294065316], + CellID->1552704115], Cell[CellGroupData[{ -Cell[17555, 459, 1399, 36, 30, "ExampleSection",ExpressionUUID->"68e22bfe-63af-4510-865f-2db686e13457", - CellID->2075174180], -Cell[18957, 497, 118, 1, 38, "ExampleText",ExpressionUUID->"861194e1-d219-415a-ad29-0a6b96edd489", +Cell[17612, 464, 1398, 36, 30, "ExampleSection",ExpressionUUID->"344106b2-6fed-4583-8b68-676f844a422f", + CellID->403621699], +Cell[19013, 502, 118, 1, 39, "ExampleText",ExpressionUUID->"861194e1-d219-415a-ad29-0a6b96edd489", CellID->793270027], Cell[CellGroupData[{ -Cell[19100, 502, 167, 3, 70, "Input",ExpressionUUID->"3eb712ab-3746-4202-907c-655abdc5e883", +Cell[19156, 507, 167, 3, 70, "Input",ExpressionUUID->"3eb712ab-3746-4202-907c-655abdc5e883", CellID->841923457], Cell[CellGroupData[{ -Cell[19292, 509, 236, 4, 70, "Print",ExpressionUUID->"c7ec0c7f-05fc-4657-b569-aef6529638c0", +Cell[19348, 514, 236, 4, 70, "Print",ExpressionUUID->"c7ec0c7f-05fc-4657-b569-aef6529638c0", CellID->642536473], -Cell[19531, 515, 366, 8, 70, "Print",ExpressionUUID->"255fc1f2-ea2d-4239-b6d4-3ef704b555c3", +Cell[19587, 520, 366, 8, 70, "Print",ExpressionUUID->"255fc1f2-ea2d-4239-b6d4-3ef704b555c3", CellID->1980294417], -Cell[19900, 525, 237, 4, 70, "Print",ExpressionUUID->"d4e67d60-028d-4127-88c1-859fe431dc26", +Cell[19956, 530, 237, 4, 70, "Print",ExpressionUUID->"d4e67d60-028d-4127-88c1-859fe431dc26", CellID->1816005911], -Cell[20140, 531, 220, 3, 70, "Print",ExpressionUUID->"8d3cea2e-ef79-4818-acf1-5214948ad58d", +Cell[20196, 536, 220, 3, 70, "Print",ExpressionUUID->"8d3cea2e-ef79-4818-acf1-5214948ad58d", CellID->141785271], -Cell[20363, 536, 208, 3, 70, "Print",ExpressionUUID->"0515a1e2-6993-460c-be1f-508b9ab3b4e7", +Cell[20419, 541, 208, 3, 70, "Print",ExpressionUUID->"0515a1e2-6993-460c-be1f-508b9ab3b4e7", CellID->1351809785], -Cell[20574, 541, 238, 4, 70, "Print",ExpressionUUID->"5c1fd71f-2894-4d7d-bb27-d5112927d4b3", +Cell[20630, 546, 238, 4, 70, "Print",ExpressionUUID->"5c1fd71f-2894-4d7d-bb27-d5112927d4b3", CellID->1750982570], -Cell[20815, 547, 221, 3, 70, "Print",ExpressionUUID->"f9059299-c841-411b-902d-76143fab058d", +Cell[20871, 552, 221, 3, 70, "Print",ExpressionUUID->"f9059299-c841-411b-902d-76143fab058d", CellID->1346774224], -Cell[21039, 552, 236, 4, 70, "Print",ExpressionUUID->"7ce0687b-7a96-49ed-97b9-e5969a6257ee", +Cell[21095, 557, 236, 4, 70, "Print",ExpressionUUID->"7ce0687b-7a96-49ed-97b9-e5969a6257ee", CellID->369603350], -Cell[21278, 558, 237, 4, 70, "Print",ExpressionUUID->"8307d494-99f0-4af4-8021-2c673c5560e0", +Cell[21334, 563, 237, 4, 70, "Print",ExpressionUUID->"8307d494-99f0-4af4-8021-2c673c5560e0", CellID->1359442228], -Cell[21518, 564, 208, 3, 70, "Print",ExpressionUUID->"afd7b665-9def-4310-90c6-897c03feab21", +Cell[21574, 569, 208, 3, 70, "Print",ExpressionUUID->"afd7b665-9def-4310-90c6-897c03feab21", CellID->1777248594], -Cell[21729, 569, 236, 4, 70, "Print",ExpressionUUID->"c4e6251d-d5b0-4d5f-8484-01c26849cf24", +Cell[21785, 574, 236, 4, 70, "Print",ExpressionUUID->"c4e6251d-d5b0-4d5f-8484-01c26849cf24", CellID->241814995] }, Open ]] }, Open ]], -Cell[21992, 577, 137, 1, 70, "ExampleText",ExpressionUUID->"4dc8c5c2-53b6-4e4a-a4d6-32efb9605fd3", +Cell[22048, 582, 137, 1, 70, "ExampleText",ExpressionUUID->"4dc8c5c2-53b6-4e4a-a4d6-32efb9605fd3", CellID->1832217699], -Cell[22132, 580, 235, 6, 70, "Input",ExpressionUUID->"130a641a-64fb-44c6-98c8-d5efca79e295", +Cell[22188, 585, 235, 6, 70, "Input",ExpressionUUID->"130a641a-64fb-44c6-98c8-d5efca79e295", CellID->2061146182], -Cell[22370, 588, 380, 9, 70, "Input",ExpressionUUID->"c5820a7e-84db-4d68-945b-cdf1bfd1ed74", +Cell[22426, 593, 380, 9, 70, "Input",ExpressionUUID->"c5820a7e-84db-4d68-945b-cdf1bfd1ed74", CellID->138696776], -Cell[22753, 599, 238, 6, 70, "Input",ExpressionUUID->"c63a80b6-6861-4907-9e65-d5dfd0c0db6c", +Cell[22809, 604, 238, 6, 70, "Input",ExpressionUUID->"c63a80b6-6861-4907-9e65-d5dfd0c0db6c", CellID->2107561156], -Cell[22994, 607, 191, 4, 70, "ExampleText",ExpressionUUID->"29d74ad9-aeb9-44c0-9f94-e3d903593ba2", +Cell[23050, 612, 191, 4, 70, "ExampleText",ExpressionUUID->"29d74ad9-aeb9-44c0-9f94-e3d903593ba2", CellID->2009229343], Cell[CellGroupData[{ -Cell[23210, 615, 174, 3, 70, "Input",ExpressionUUID->"a35b2f43-b18b-433f-ad4c-6f5344519569", +Cell[23266, 620, 174, 3, 70, "Input",ExpressionUUID->"a35b2f43-b18b-433f-ad4c-6f5344519569", CellID->389250892], -Cell[23387, 620, 246, 6, 51, "Output",ExpressionUUID->"b01464d5-a65f-4c3e-86a4-9f0931e2f1d9", +Cell[23443, 625, 246, 6, 50, "Output",ExpressionUUID->"b01464d5-a65f-4c3e-86a4-9f0931e2f1d9", CellID->1459216484] }, Open ]], -Cell[23648, 629, 151, 1, 70, "ExampleText",ExpressionUUID->"f9de381f-f28a-49d9-b0c6-2a33dea35dfb", +Cell[23704, 634, 151, 1, 70, "ExampleText",ExpressionUUID->"f9de381f-f28a-49d9-b0c6-2a33dea35dfb", CellID->1638129799], Cell[CellGroupData[{ -Cell[23824, 634, 190, 4, 70, "Input",ExpressionUUID->"7494ddf7-a478-4f0c-9525-32845f4cf833", +Cell[23880, 639, 190, 4, 70, "Input",ExpressionUUID->"7494ddf7-a478-4f0c-9525-32845f4cf833", CellID->153382110], -Cell[24017, 640, 268, 7, 51, "Output",ExpressionUUID->"ecc2c58e-dc23-4187-88e7-5c4f04cc72e9", +Cell[24073, 645, 268, 7, 50, "Output",ExpressionUUID->"ecc2c58e-dc23-4187-88e7-5c4f04cc72e9", CellID->44841358] }, Open ]], -Cell[24300, 650, 176, 3, 70, "ExampleText",ExpressionUUID->"a1cd98cb-1f5e-427d-b903-1c68c8ab5fec", +Cell[24356, 655, 176, 3, 70, "ExampleText",ExpressionUUID->"a1cd98cb-1f5e-427d-b903-1c68c8ab5fec", CellID->237148445], Cell[CellGroupData[{ -Cell[24501, 657, 217, 5, 70, "Input",ExpressionUUID->"5f1786bc-be46-42b8-91b2-5f725ef50df3", +Cell[24557, 662, 217, 5, 70, "Input",ExpressionUUID->"5f1786bc-be46-42b8-91b2-5f725ef50df3", CellID->931313773], -Cell[24721, 664, 160, 3, 36, "Output",ExpressionUUID->"5c27f0a2-b42c-4974-b44a-f70b8bb50f81", +Cell[24777, 669, 160, 3, 36, "Output",ExpressionUUID->"5c27f0a2-b42c-4974-b44a-f70b8bb50f81", CellID->1051906485] }, Open ]], -Cell[24896, 670, 212, 4, 70, "ExampleText",ExpressionUUID->"1871e646-e46f-4cf3-b748-c3aa16d332c7", +Cell[24952, 675, 212, 4, 70, "ExampleText",ExpressionUUID->"1871e646-e46f-4cf3-b748-c3aa16d332c7", CellID->1198147312], Cell[CellGroupData[{ -Cell[25133, 678, 203, 4, 70, "Input",ExpressionUUID->"c63325f5-41d3-4c4b-9d4d-3780a740e45b", +Cell[25189, 683, 203, 4, 70, "Input",ExpressionUUID->"c63325f5-41d3-4c4b-9d4d-3780a740e45b", CellID->175547965], -Cell[25339, 684, 243, 6, 36, "Output",ExpressionUUID->"bb8bd3f3-f684-4453-9675-daf247b03c99", +Cell[25395, 689, 243, 6, 36, "Output",ExpressionUUID->"bb8bd3f3-f684-4453-9675-daf247b03c99", CellID->1236863188] }, Open ]], -Cell[25597, 693, 142, 1, 70, "ExampleText",ExpressionUUID->"1b3f4531-21ac-44ae-8c2a-e53b95b555a6", +Cell[25653, 698, 142, 1, 70, "ExampleText",ExpressionUUID->"1b3f4531-21ac-44ae-8c2a-e53b95b555a6", CellID->870624786], Cell[CellGroupData[{ -Cell[25764, 698, 270, 7, 70, "Input",ExpressionUUID->"8b8d85e5-f3f3-464a-a49d-16884048ce40", +Cell[25820, 703, 270, 7, 70, "Input",ExpressionUUID->"8b8d85e5-f3f3-464a-a49d-16884048ce40", CellID->600469975], -Cell[26037, 707, 209, 5, 36, "Output",ExpressionUUID->"a6433fe5-2388-4b15-aaa6-77f4ba38ee30", +Cell[26093, 712, 209, 5, 36, "Output",ExpressionUUID->"a6433fe5-2388-4b15-aaa6-77f4ba38ee30", CellID->1247880313] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26544, 726, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a48f3d50-4db1-4b31-b5a9-3e27bfb40238"], +Cell[32050, 876, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c6ca00b7-c6d3-482a-b692-82eec0928769"], +Cell[32723, 896, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d971665a-e8f5-4c6d-9559-3b987144ee3d"], +Cell[33759, 924, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"3056feff-2fdf-472b-b4ac-c50338320b63"], Cell[CellGroupData[{ -Cell[26510, 723, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"30bc7750-5a2e-4b62-9ea2-28a58e82ea20"], -Cell[32016, 873, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c3506446-bd02-4c90-8fe3-211dc7ae8a87"] -}, Open ]], -Cell[32701, 894, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0422aad3-e477-46bf-95a6-b5c8d251fc97"], -Cell[33737, 922, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"fcc2c340-5834-4784-b3dd-6a823d33c942"], -Cell[CellGroupData[{ -Cell[35983, 989, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c007c4de-cf19-46b7-9cb8-bd09648387d0", +Cell[36005, 991, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c007c4de-cf19-46b7-9cb8-bd09648387d0", CellID->2135167160], -Cell[36124, 992, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c264c5dc-2afc-47f2-be41-ee2f5aa71ad5", +Cell[36146, 994, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c264c5dc-2afc-47f2-be41-ee2f5aa71ad5", CellID->1194386356], -Cell[36346, 998, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b9f7177a-fd90-4ef5-a943-37fe7cb8224e", +Cell[36368, 1000, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b9f7177a-fd90-4ef5-a943-37fe7cb8224e", CellID->1641706272], -Cell[36561, 1003, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71e71f45-8c4d-4814-ba13-03464a574fb1", +Cell[36583, 1005, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"71e71f45-8c4d-4814-ba13-03464a574fb1", CellID->399251956], -Cell[36790, 1009, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffa491a4-bff6-4d10-a445-7cd7b1574f92", +Cell[36812, 1011, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ffa491a4-bff6-4d10-a445-7cd7b1574f92", CellID->821434655] }, Open ]], -Cell[37027, 1015, 78, 0, 70, "FooterCell",ExpressionUUID->"18a71899-4855-46c0-9b61-d95f6b0238ad"] +Cell[37049, 1017, 78, 0, 70, "FooterCell",ExpressionUUID->"daf82a2b-d71c-477b-abda-dfdc62814f3f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MaxExcessSets.nb b/Documentation/English/ReferencePages/Symbols/MaxExcessSets.nb index 980235a..c2c379a 100644 --- a/Documentation/English/ReferencePages/Symbols/MaxExcessSets.nb +++ b/Documentation/English/ReferencePages/Symbols/MaxExcessSets.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41415, 1072] -NotebookOptionsPosition[ 33270, 910] -NotebookOutlinePosition[ 35363, 964] -CellTagsIndexPosition[ 35278, 959] +NotebookDataLength[ 41430, 1073] +NotebookOptionsPosition[ 33294, 912] +NotebookOutlinePosition[ 35411, 967] +CellTagsIndexPosition[ 35326, 962] WindowTitle->MaxExcessSets WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "22ba9cc5-d957-4f3d-a4a1-ca3af73bc837"], + "4562e9cc-49e8-4800-a86a-84a05356ecf3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5929a332-bc38-49f8-853e-d476f9799314"], + "aca1ee31-3159-4355-9409-3e90f8f2c007"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5244e29d-aea6-4e6e-928c-0104d832bcce"] - }],ExpressionUUID->"8c3276bd-52c0-4d56-ada4-26123ada62a4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "b2d2bd2e-cbe7-4704-ae19-71be50558e7e"] + }],ExpressionUUID->"3e7860e6-4024-4acb-b4e0-41273c4d4f39"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "24269dbd-8031-44d9-a735-e162e636be55"], + "fc9c117e-f499-4c9d-b376-dd74f81815db"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "01d5f656-5ddf-4de0-9f1f-fef11f458850"] - }],ExpressionUUID->"59f36019-3958-48af-95aa-d87c0ba4205b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "12c27082-90f7-4978-94fd-b4cbbe60d838"] + }],ExpressionUUID->"5cf5af57-d0bc-43a1-a2dd-ab8887658dd9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "edeac7e5-bc42-4068-89e8-9ff3a7ab8273"], + "db8a04dc-a99e-45ee-8f4b-229850aceb04"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8c926957-579c-4231-93cf-7a4347c30637"] - }],ExpressionUUID->"2b9a2bd6-40f3-4432-a8b7-321bd20d2ffa"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cc01bc81-ecdc-4ca8-91be-cd46e1f18cae"] + }],ExpressionUUID->"4f1e78bc-3347-4a1f-837e-0c6a126a58af"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ff1087c8-7026-439d-a66f-23c2e2ae66ef"], + "31ade2e5-cf14-4c9f-80ea-e11c735e934b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "636f7b0a-e127-42b5-a2a5-e2f933095ed2"] - }],ExpressionUUID->"eb352f17-318f-4eff-b043-ce1482ed9a3c"], - StripOnInput->False], {"\<\"TUG/ref/MaxExcessSets\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MaxExcessSets"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/MaxExcessSets.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$116444], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MaxExcessSets" <> ".html"], None}]}]}, + "988d0c18-8928-47d6-8bd1-85b24549455f"] + }],ExpressionUUID->"dda1f877-28ea-4abf-b68a-4589fb4b91b9"], + StripOnInput->False],{ + "\"TUG/ref/MaxExcessSets\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MaxExcessSets"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +MaxExcessSets.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$125706], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MaxExcessSets" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e0747294-30c1-4289-8aae-92921a6452e0"] + "cdfdb7ac-4d3d-4340-86b4-def1f35b383d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b7d3869b-a53c-4f39-8137-7a0f5a8f0dcc"]} + "80504b1c-c0bb-414c-b7cb-4c10e1cfa87b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b16f7604-9d1d-4c2e-bab2-6277cea07915"], + CellID->1,ExpressionUUID->"10162b42-b0b8-48e8-a291-36ad53105e79"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"1dc6b534-c12d-4d3f-a46d-bc515766b3c0"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"dd78f7bf-8353-4307-bc41-3c8976636cc5"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MaxExcessSets", "ObjectName",ExpressionUUID-> - "7ad7b4c3-7935-4e65-8232-c3e0a71c2d4f"], + "1ab021b5-6067-4dad-8099-221c5b47808d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ef84050b-a8c1-4e01-9426-af5fcaedb090"], + "Spacer1"]],ExpressionUUID->"27678065-e146-46c5-9f52-e9ba327b4ef0"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b6d016ee-ea74-49fb-b7cd-55e09c669ab1"] - }],ExpressionUUID->"f98cf480-4289-47ba-ad42-d0b146529783"], Cell[BoxData[ + "ed7e908a-bbca-42cd-8069-7a3ba1ff9ea5"] + }],ExpressionUUID->"ca74ef13-5530-482e-be1c-2e2bfdc9614d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2c973e51-3383-4e48-bc69-5e4ae0776daf"]} + "d347c189-99e0-404a-808c-de02593e1da1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2728ce6c-47b7-4f6d-a23c-d7f27fb1746b"], + CacheGraphics->False,ExpressionUUID->"f6a38564-fbe0-4895-85ab-3e6161ad47a0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "0244e7d3-8c4a-4f9e-a6c2-f91be34d6fb3"], " \[LineSeparator]computes the set of proper coalitions having largest \ excesses." - }],ExpressionUUID->"0b912c26-785b-4626-84c9-5d3f02b9fa60"]} + }],ExpressionUUID->"17fcde80-9817-4bd8-a7cb-e35694db64ff"]} }]], "Usage", CellID->252533651,ExpressionUUID->"f058bd1b-4523-4c0b-bdd3-00782fb53be9"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"75453411-4515-4235-920d-626f40ce4430"], + ExpressionUUID->"a56f6067-c116-4777-97d8-8bb00d1ed78d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"481a0c5c-87f5-4c31-a9b9-51432b43a482"], + "Spacer1"]],ExpressionUUID->"7c8de160-9fd2-49c4-a430-3d5cb68fd042"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5ded72f3-8907-4ee0-ad63-d99412b07b6a"], + }], "NotesFrameText",ExpressionUUID->"8284a6b3-5533-407f-9274-bc51142d5208"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"053fd3e6-90c4-459c-bcf7-4b6524061b43"]], \ + "Preemptive"]],ExpressionUUID->"2a339d46-1dc5-491b-b619-0d44c32088b6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->276600793,ExpressionUUID->"a4575545-b9b1-4ad5-905c-2fd60bb3f940"], + CellID->337171853,ExpressionUUID->"07c17ebd-88f6-4771-ba4f-38424d8888f2"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5996a98b-3522-460d-b290-abc5249816aa"], + ExpressionUUID->"c31a3740-e828-437f-a4d6-834df9b9e7bc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cf32d7b0-a50a-43c5-8381-eb011029e873"], + "Spacer1"]],ExpressionUUID->"be980c11-1cce-4fa8-9188-238cfefc393b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9501ce1a-9ae3-422e-a140-80fe9e017b47"] + "ddec26bf-1854-4d6b-84b2-89fb2ac87c12"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->793625952,ExpressionUUID->"409633d9-e570-41e4-99c1-b2e2422c3cf8"], + CellID->1501279546,ExpressionUUID->"f9a3a495-b589-471c-bd84-c5086a3d2bbb"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"99b5ff92-e034-4747-a28a-a72a3b831b64"], + ExpressionUUID->"a6432411-03a0-4003-9945-b9354089e639"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e63a17b6-5a31-48fb-aea6-2ecc90fcf63e"], + "Spacer1"]],ExpressionUUID->"ef11f46c-844d-4172-95c2-57f41612e05a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "18a05d4d-1786-4b94-ad46-38272073ec12"] + "59df358d-5569-4563-bb06-3b292178d0aa"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1735463057,ExpressionUUID->"4f9f6d3a-6da7-4b9c-ac64-9891462bca9d"], + CellID->895589666,ExpressionUUID->"676e360f-1f49-4577-8ac8-1836ee654b7f"], Cell["Loading the package:", "ExampleText", CellID->665727845,ExpressionUUID->"f8187587-82d3-42b9-8867-e2206ee45a7e"], @@ -611,8 +616,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -760,15 +763,15 @@ Cell[BoxData[GridBox[{ "f8ec94b0-deda-4fef-a3ae-c4bace3f6895"] }], "SeeAlso",ExpressionUUID->"7b28fb61-5ab2-4d2e-8283-cdb6b967b6f7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3ac98364-2d0e-4ac9-9697-\ -cfb0412e5225"], + }]], "SeeAlsoSection",ExpressionUUID->"eeba269c-a8f1-4604-914c-\ +47616feebee3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -780,9 +783,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"709d2840-29d8-4915-919a-462357127ade"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f9f5c185-e7a8-42e5-8d05-\ -742419e0ce82"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"aa993818-6fdc-439a-9828-\ +34c9bb6e4b77"], Cell[BoxData[GridBox[{ { @@ -799,7 +801,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e941b73e-25d3-49fc-9e57-87dfae2027b5"]}]}, + "d7e0f91e-34f3-4d97-b492-86cfeafddca1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -807,10 +809,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3811cc10-a044-4ead-aebd-deedc49226c1"]}]} + "0d2342fa-68e3-4914-af72-f4dff9899f97"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0a700ec4-9eb1-4573-be6a-\ -9ebba2a00f34"], + }]], "MoreAboutSection",ExpressionUUID->"156de08e-4493-4e92-9787-\ +c8772f01174c"], Cell[BoxData[GridBox[{ { @@ -837,7 +839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1543e119-43fc-4703-a361-d40dd6089626"]], "RelatedLinks", + "0bcbf4b3-77c5-44b8-b06f-0bed6b0dbcac"]], "RelatedLinks", ExpressionUUID->"e3cdd97c-2c2c-42a9-86eb-dc5e78061dfb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -854,7 +856,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d939fb1c-2a15-4164-9c08-532e94ff2f99"]], "RelatedLinks", + "5c9bc2ed-7593-4b8d-af5e-1550a4b0fabe"]], "RelatedLinks", ExpressionUUID->"e43ad856-383f-4e7a-b01b-a383f45e979c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -872,11 +874,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GrandCoalitionLargestValueQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c4694800-77c1-451b-b975-71100be37d4f"]], "RelatedLinks", + "f8a63491-b4ee-489b-aa06-64518fbef192"]], "RelatedLinks", ExpressionUUID->"c464e908-28f8-4b2c-8f0c-74265da4c521"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2dde79da-9ada-495f-af1a-\ -37318611bb39"], + }]], "RelatedLinksSection",ExpressionUUID->"51fdd123-de04-4a31-a307-\ +da7c7a21ae3e"], Cell[CellGroupData[{ @@ -906,11 +908,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7394fd2b-6cac-4ec3-9f4b-9b73691f8c9d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a974b3fb-1abe-48b3-bb01-1fc03d2b2cc4"] +Cell[" ", "FooterCell",ExpressionUUID->"07ac0d34-b90b-48e4-85f9-c31f01ecacbe"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MaxExcessSets", TaggingRules->{ @@ -921,7 +923,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 43.552077}", + "built" -> "{2024, 6, 3, 16, 53, 47.307279}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -929,10 +931,11 @@ TaggingRules->{ "summary" -> "MaxExcessSets[game, payoff] computes the set of proper coalitions having \ largest excesses.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "MaxExcessSets", "titlemodifier" -> "", "windowtitle" -> "MaxExcessSets", - "type" -> "Symbol", "uri" -> "TUG/ref/MaxExcessSets"}}, + "MaxExcessSets", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "MaxExcessSets", "type" -> "Symbol", "uri" -> + "TUG/ref/MaxExcessSets"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -941,9 +944,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9af32d20-6c0d-4a2e-9745-49e24f10e5da" +ExpressionUUID->"0adadbbc-21b7-4973-abb3-c37d3b1de1fb" ] (* End of Notebook Content *) @@ -951,129 +954,127 @@ ExpressionUUID->"9af32d20-6c0d-4a2e-9745-49e24f10e5da" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13478, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"409633d9-e570-41e4-99c1-b2e2422c3cf8", + Cell[13536, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f9a3a495-b589-471c-bd84-c5086a3d2bbb", CellTags->"PrimaryExamplesSection", - CellID->793625952]} + CellID->1501279546]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35078, 952} + {"PrimaryExamplesSection", 35125, 955} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7133, 168, 56, "AnchorBarGrid",ExpressionUUID->"b16f7604-9d1d-4c2e-bab2-6277cea07915", +Cell[585, 21, 7191, 173, 57, "AnchorBarGrid",ExpressionUUID->"10162b42-b0b8-48e8-a291-36ad53105e79", CellID->1], -Cell[7721, 191, 91, 0, 24, "ContextNameCell",ExpressionUUID->"1dc6b534-c12d-4d3f-a46d-bc515766b3c0"], +Cell[7779, 196, 91, 0, 23, "ContextNameCell",ExpressionUUID->"dd78f7bf-8353-4307-bc41-3c8976636cc5"], Cell[CellGroupData[{ -Cell[7837, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"2728ce6c-47b7-4f6d-a23c-d7f27fb1746b"], -Cell[9127, 232, 511, 11, 111, "Usage",ExpressionUUID->"f058bd1b-4523-4c0b-bdd3-00782fb53be9", +Cell[7895, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"f6a38564-fbe0-4895-85ab-3e6161ad47a0"], +Cell[9185, 237, 511, 11, 111, "Usage",ExpressionUUID->"f058bd1b-4523-4c0b-bdd3-00782fb53be9", CellID->252533651] }, Open ]], Cell[CellGroupData[{ -Cell[9675, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"a4575545-b9b1-4ad5-905c-2fd60bb3f940", +Cell[9733, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"07c17ebd-88f6-4771-ba4f-38424d8888f2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->276600793], -Cell[11572, 297, 782, 20, 57, "]]",ExpressionUUID->"f0589ee1-b37e-4af4-8951-67bd4cef332e", + CellID->337171853], +Cell[11630, 302, 782, 20, 57, "]]",ExpressionUUID->"f0589ee1-b37e-4af4-8951-67bd4cef332e", CellID->313448337], -Cell[12357, 319, 489, 12, 37, "Notes",ExpressionUUID->"99a9473f-461a-4db5-b21d-773b02752c13", +Cell[12415, 324, 489, 12, 38, "Notes",ExpressionUUID->"99a9473f-461a-4db5-b21d-773b02752c13", CellID->177724765], -Cell[12849, 333, 322, 5, 57, "Notes",ExpressionUUID->"25b0d90a-3b01-4fcd-9eae-de26b6542f9f", +Cell[12907, 338, 322, 5, 57, "Notes",ExpressionUUID->"25b0d90a-3b01-4fcd-9eae-de26b6542f9f", CellID->1562229160], -Cell[13174, 340, 177, 3, 36, "Notes",ExpressionUUID->"b0662522-5817-4182-84c3-4af54ead739f", +Cell[13232, 345, 177, 3, 36, "Notes",ExpressionUUID->"b0662522-5817-4182-84c3-4af54ead739f", CellID->1530586689] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13478, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"409633d9-e570-41e4-99c1-b2e2422c3cf8", +Cell[13536, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f9a3a495-b589-471c-bd84-c5086a3d2bbb", CellTags->"PrimaryExamplesSection", - CellID->793625952], + CellID->1501279546], Cell[CellGroupData[{ -Cell[14923, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4f9f6d3a-6da7-4b9c-ac64-9891462bca9d", - CellID->1735463057], -Cell[16325, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"f8187587-82d3-42b9-8867-e2206ee45a7e", +Cell[14982, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"676e360f-1f49-4577-8ac8-1836ee654b7f", + CellID->895589666], +Cell[16383, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"f8187587-82d3-42b9-8867-e2206ee45a7e", CellID->665727845], Cell[CellGroupData[{ -Cell[16468, 433, 168, 3, 27, "Input",ExpressionUUID->"45ab6380-5706-4d6a-b325-b176e72755d9", +Cell[16526, 438, 168, 3, 27, "Input",ExpressionUUID->"45ab6380-5706-4d6a-b325-b176e72755d9", CellID->1143475428], Cell[CellGroupData[{ -Cell[16661, 440, 237, 4, 23, "Print",ExpressionUUID->"974663c0-7346-452a-8576-5a731c7d40f7", +Cell[16719, 445, 237, 4, 23, "Print",ExpressionUUID->"974663c0-7346-452a-8576-5a731c7d40f7", CellID->1028625140], -Cell[16901, 446, 366, 8, 23, "Print",ExpressionUUID->"37b17000-b5ef-41f6-ab81-3088cdd7fdd9", +Cell[16959, 451, 366, 8, 23, "Print",ExpressionUUID->"37b17000-b5ef-41f6-ab81-3088cdd7fdd9", CellID->2070615335], -Cell[17270, 456, 236, 4, 23, "Print",ExpressionUUID->"0911220a-f353-48bf-82fb-7b35eea20064", +Cell[17328, 461, 236, 4, 23, "Print",ExpressionUUID->"0911220a-f353-48bf-82fb-7b35eea20064", CellID->765605835], -Cell[17509, 462, 220, 3, 23, "Print",ExpressionUUID->"348b7235-f1d6-4f2c-8977-1e784c9d537b", +Cell[17567, 467, 220, 3, 23, "Print",ExpressionUUID->"348b7235-f1d6-4f2c-8977-1e784c9d537b", CellID->638912913], -Cell[17732, 467, 208, 3, 23, "Print",ExpressionUUID->"d1a14119-f652-450e-a7da-0b785617e673", +Cell[17790, 472, 208, 3, 23, "Print",ExpressionUUID->"d1a14119-f652-450e-a7da-0b785617e673", CellID->1775504237], -Cell[17943, 472, 238, 4, 23, "Print",ExpressionUUID->"7aa1ad20-29c6-4848-95cc-935cdf229852", +Cell[18001, 477, 238, 4, 23, "Print",ExpressionUUID->"7aa1ad20-29c6-4848-95cc-935cdf229852", CellID->1459410758], -Cell[18184, 478, 221, 3, 23, "Print",ExpressionUUID->"4c416cc6-3913-425c-8db5-e7d946617429", +Cell[18242, 483, 221, 3, 23, "Print",ExpressionUUID->"4c416cc6-3913-425c-8db5-e7d946617429", CellID->2005946860], -Cell[18408, 483, 236, 4, 23, "Print",ExpressionUUID->"7927d32e-638c-4fc7-a06d-63ac1640835f", +Cell[18466, 488, 236, 4, 23, "Print",ExpressionUUID->"7927d32e-638c-4fc7-a06d-63ac1640835f", CellID->402674006], -Cell[18647, 489, 235, 4, 23, "Print",ExpressionUUID->"063e47c9-ba99-4306-881d-1b7d9618e7b9", +Cell[18705, 494, 235, 4, 23, "Print",ExpressionUUID->"063e47c9-ba99-4306-881d-1b7d9618e7b9", CellID->12987326], -Cell[18885, 495, 208, 3, 23, "Print",ExpressionUUID->"7f0a0b1e-3ada-4f0b-b93e-e48deaa64073", +Cell[18943, 500, 208, 3, 23, "Print",ExpressionUUID->"7f0a0b1e-3ada-4f0b-b93e-e48deaa64073", CellID->2067780747], -Cell[19096, 500, 236, 4, 70, "Print",ExpressionUUID->"0fec7770-213f-4e6c-8d55-81565561eed4", +Cell[19154, 505, 236, 4, 23, "Print",ExpressionUUID->"0fec7770-213f-4e6c-8d55-81565561eed4", CellID->695207316] }, Open ]] }, Open ]], -Cell[19359, 508, 135, 1, 70, "ExampleText",ExpressionUUID->"551549a7-68f8-46dc-81d5-aa10da4156a8", +Cell[19417, 513, 135, 1, 70, "ExampleText",ExpressionUUID->"551549a7-68f8-46dc-81d5-aa10da4156a8", CellID->10927594], -Cell[19497, 511, 234, 6, 70, "Input",ExpressionUUID->"ab430405-d1e5-43a2-8d07-75fe902bc73e", +Cell[19555, 516, 234, 6, 70, "Input",ExpressionUUID->"ab430405-d1e5-43a2-8d07-75fe902bc73e", CellID->416325944], -Cell[19734, 519, 381, 9, 70, "Input",ExpressionUUID->"bd8c4bbe-d19a-4936-8d52-d0b3cb842ac1", +Cell[19792, 524, 381, 9, 70, "Input",ExpressionUUID->"bd8c4bbe-d19a-4936-8d52-d0b3cb842ac1", CellID->1272380818], -Cell[20118, 530, 237, 6, 70, "Input",ExpressionUUID->"f33c2e67-0796-402d-a8c3-cffd90dcd470", +Cell[20176, 535, 237, 6, 70, "Input",ExpressionUUID->"f33c2e67-0796-402d-a8c3-cffd90dcd470", CellID->452458090], -Cell[20358, 538, 190, 4, 70, "ExampleText",ExpressionUUID->"84d6e3ec-6136-49c3-8ca4-b1cfb0e9ce22", +Cell[20416, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"84d6e3ec-6136-49c3-8ca4-b1cfb0e9ce22", CellID->708427523], Cell[CellGroupData[{ -Cell[20573, 546, 171, 3, 70, "Input",ExpressionUUID->"24372128-7a5e-4097-87ce-3c365dd48cc0", +Cell[20631, 551, 171, 3, 70, "Input",ExpressionUUID->"24372128-7a5e-4097-87ce-3c365dd48cc0", CellID->1880825434], -Cell[20747, 551, 174, 4, 36, "Output",ExpressionUUID->"092617da-92a9-4ea4-884c-4003603f5722", +Cell[20805, 556, 174, 4, 36, "Output",ExpressionUUID->"092617da-92a9-4ea4-884c-4003603f5722", CellID->1622055443] }, Open ]], -Cell[20936, 558, 158, 2, 70, "ExampleText",ExpressionUUID->"62a7e256-0492-495b-a3e4-882fcf686e5c", +Cell[20994, 563, 158, 2, 70, "ExampleText",ExpressionUUID->"62a7e256-0492-495b-a3e4-882fcf686e5c", CellID->225452510], Cell[CellGroupData[{ -Cell[21119, 564, 195, 4, 70, "Input",ExpressionUUID->"30120d21-66ee-45d4-b2fb-e54807b9936f", +Cell[21177, 569, 195, 4, 70, "Input",ExpressionUUID->"30120d21-66ee-45d4-b2fb-e54807b9936f", CellID->1253062752], -Cell[21317, 570, 318, 9, 51, "Output",ExpressionUUID->"77e87016-fd0d-4de1-ac0e-0f51ea7579e8", +Cell[21375, 575, 318, 9, 50, "Output",ExpressionUUID->"77e87016-fd0d-4de1-ac0e-0f51ea7579e8", CellID->749853032] }, Open ]], -Cell[21650, 582, 201, 4, 70, "ExampleText",ExpressionUUID->"7a4500f6-fc99-4403-a7ea-11bea38bfb48", +Cell[21708, 587, 201, 4, 70, "ExampleText",ExpressionUUID->"7a4500f6-fc99-4403-a7ea-11bea38bfb48", CellID->2099631033], Cell[CellGroupData[{ -Cell[21876, 590, 222, 5, 70, "Input",ExpressionUUID->"d9746df2-ffc6-4eff-aff8-bab5d8b89fcc", +Cell[21934, 595, 222, 5, 70, "Input",ExpressionUUID->"d9746df2-ffc6-4eff-aff8-bab5d8b89fcc", CellID->540766677], -Cell[22101, 597, 250, 7, 36, "Output",ExpressionUUID->"af8e6903-0db1-4731-957c-1e7e0110bff9", +Cell[22159, 602, 250, 7, 36, "Output",ExpressionUUID->"af8e6903-0db1-4731-957c-1e7e0110bff9", CellID->798432351] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22651, 618, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"eeba269c-a8f1-4604-914c-47616feebee3"], +Cell[28157, 768, 670, 18, 70, "TechNotesSection",ExpressionUUID->"aa993818-6fdc-439a-9828-34c9bb6e4b77"], +Cell[28830, 788, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"156de08e-4493-4e92-9787-c8772f01174c"], +Cell[29866, 816, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"51fdd123-de04-4a31-a307-da7c7a21ae3e"], Cell[CellGroupData[{ -Cell[22615, 615, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3ac98364-2d0e-4ac9-9697-cfb0412e5225"], -Cell[28121, 765, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f9f5c185-e7a8-42e5-8d05-742419e0ce82"] -}, Open ]], -Cell[28806, 786, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0a700ec4-9eb1-4573-be6a-9ebba2a00f34"], -Cell[29842, 814, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"2dde79da-9ada-495f-af1a-37318611bb39"], -Cell[CellGroupData[{ -Cell[32144, 882, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c47995dc-a5c0-4c81-b4a4-82db34e6babb", +Cell[32168, 884, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c47995dc-a5c0-4c81-b4a4-82db34e6babb", CellID->2135167160], -Cell[32285, 885, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0e9ab7f4-22bd-46b5-b4eb-c5f739225282", +Cell[32309, 887, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0e9ab7f4-22bd-46b5-b4eb-c5f739225282", CellID->1194386356], -Cell[32507, 891, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bcfa22aa-83a9-488b-8528-2508114e89de", +Cell[32531, 893, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bcfa22aa-83a9-488b-8528-2508114e89de", CellID->1641706272], -Cell[32722, 896, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3fa85d40-1765-44a3-b26a-49d676e274e5", +Cell[32746, 898, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3fa85d40-1765-44a3-b26a-49d676e274e5", CellID->399251956], -Cell[32951, 902, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7394fd2b-6cac-4ec3-9f4b-9b73691f8c9d", +Cell[32975, 904, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7394fd2b-6cac-4ec3-9f4b-9b73691f8c9d", CellID->821434655] }, Open ]], -Cell[33188, 908, 78, 0, 70, "FooterCell",ExpressionUUID->"a974b3fb-1abe-48b3-bb01-1fc03d2b2cc4"] +Cell[33212, 910, 78, 0, 70, "FooterCell",ExpressionUUID->"07ac0d34-b90b-48e4-85f9-c31f01ecacbe"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MaxSurplus.nb b/Documentation/English/ReferencePages/Symbols/MaxSurplus.nb index fe31247..2480d6b 100644 --- a/Documentation/English/ReferencePages/Symbols/MaxSurplus.nb +++ b/Documentation/English/ReferencePages/Symbols/MaxSurplus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43233, 1116] -NotebookOptionsPosition[ 34440, 942] -NotebookOutlinePosition[ 36553, 996] -CellTagsIndexPosition[ 36468, 991] +NotebookDataLength[ 43238, 1116] +NotebookOptionsPosition[ 34461, 944] +NotebookOutlinePosition[ 36592, 998] +CellTagsIndexPosition[ 36507, 993] WindowTitle->MaxSurplus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ddf573cd-cc61-4365-a744-16cba53b968e"], + "f64a098d-54bc-4f87-8b2f-891ac467d8ff"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d3a85941-a2a9-48fa-b06f-17dd0e1c192f"], + "c3e0c2d8-eab3-4a40-a2a3-3584c878df80"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39383ab0-9edd-4a67-a283-2e67664fc33e"] - }],ExpressionUUID->"0febe07f-700e-4e6f-9a67-af7136cc3aa4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "6c9043f5-7daa-426e-befc-307db809a740"] + }],ExpressionUUID->"223f7f36-225a-47f6-96c1-017d38a31a63"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b77f228e-d472-496b-bdaa-28244e5c9185"], + "617dce58-f62f-40dd-b2f9-d5dd67d5b6ed"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e82cf89-4a2d-42ab-b98b-9d5c4a0acb02"] - }],ExpressionUUID->"1f412fe5-4397-4dd8-a686-24c4aca2a423"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d1a90227-d98d-4157-8894-f144e486a922"] + }],ExpressionUUID->"e9ff580b-4436-4627-aef1-249d176b2479"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b6b3332c-3f78-4398-bb80-964f7308da7c"], + "67b6614b-accd-43e4-a80f-8661a72fde3a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f459a7cb-5176-45e0-b0f8-a52d0da992ab"] - }],ExpressionUUID->"c11c5a91-b44c-43d1-8d2f-3d02819a29ed"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f41f321c-31ba-4c1a-89a1-5c4b16b6ba5a"] + }],ExpressionUUID->"2a89c752-d0aa-45ff-a8fe-76257e80a281"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5dbf8826-6d5f-48c3-918f-2edca2f93be8"], + "a42bd5ad-a751-4317-b833-452a4056e79e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8e0d90eb-a498-4a41-8d05-54fae6a89d98"] - }],ExpressionUUID->"696277ed-8f36-4838-80f3-b553b7a9821f"], - StripOnInput->False], {"\<\"TUG/ref/MaxSurplus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MaxSurplus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/MaxSurplus.\ + "cd10f844-585e-47a1-9149-48636502dd2d"] + }],ExpressionUUID->"1cc28940-5d64-4b9a-8f21-700974b2041b"], + StripOnInput->False],{ + "\"TUG/ref/MaxSurplus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MaxSurplus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/MaxSurplus.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$117007], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MaxSurplus" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$126303], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MaxSurplus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1c00d379-b93f-4b5b-829d-dbb4b8f2b4da"] + "0ccd9963-22df-4da1-a442-b180fc51a42e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "92b19c94-cd59-478f-ad7b-bd0dbbec43c8"]} + "3b53ca29-c9d7-4d96-aa8b-095048b8871b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"04da3310-0e82-4028-a0ed-f21fe9462d2e"], + CellID->1,ExpressionUUID->"9845fa96-7958-4561-bc29-37f49af9778a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f8dceac1-928a-468c-94d2-5752728a5484"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"732e4e6f-ff0f-414f-9cd0-364557f6f15c"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MaxSurplus", "ObjectName",ExpressionUUID-> - "94a77bc6-bd01-43c3-ab79-7cd94a0a9f0e"], + "a7882dfc-79d8-45a3-9b33-809ea2c3a798"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"20d7605d-0e9d-4a26-9bfa-ed4f79b4f152"], + "Spacer1"]],ExpressionUUID->"55307249-5630-4622-838d-cee655cf2295"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ca428889-ab1c-43d5-8edc-cdda90f8787f"] - }],ExpressionUUID->"094ec259-adb3-46fd-8db7-578fff8fa1e6"], Cell[BoxData[ + "a485d518-7632-45f4-b68a-8e9e7835787c"] + }],ExpressionUUID->"048ec050-b512-4563-8091-c6693843e5b2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e02eeabe-0beb-465a-aab4-426a5238deaa"]} + "b9ca939f-2c42-4261-896c-9bd55d52b8ec"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"af7c5b00-0e3a-4c42-bceb-5c8e3b241e9d"], + CacheGraphics->False,ExpressionUUID->"dd2fc3ef-60ae-4844-bb3c-ff222720c6e8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ j with respect to the imputation ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"3c8db24a-de5f-4fd8-90e1-b998ffc2f848"]} + }],ExpressionUUID->"ef48781e-0ccc-4a98-8105-8d1cc27fa389"]} }]], "Usage", CellID->1371823216,ExpressionUUID->"24b72961-1b11-4d64-b2f5-eb7dd01931fe"] }, Open ]], @@ -276,12 +281,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fefa7acc-ed38-4207-a928-811e414f0f66"], + ExpressionUUID->"5a06776d-216a-4218-8514-f2a1361e22e0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8f09c227-f2bb-4a90-a5f1-79af9d6330dd"], + "Spacer1"]],ExpressionUUID->"3288e72b-af28-4d02-9b03-8ab8aee7ba3d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4233a0f1-6dd3-4f6a-bdc5-5f02de22e8ef"], + }], "NotesFrameText",ExpressionUUID->"1cd0e62c-1fd7-482e-b2d4-7c542e3c726d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +297,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"97dc0c96-266a-45f4-87ab-da822bf744cd"]], \ + "Preemptive"]],ExpressionUUID->"1445a839-f46e-472e-9d09-f817d9383ed3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1020343237,ExpressionUUID->"c8830cb4-dfcd-484c-a42d-c744f7217459"], + CellID->2091114528,ExpressionUUID->"c1f65820-19a5-44b2-8d0b-0819b865fe1c"], Cell[TextData[{ "The input expression ", @@ -399,19 +404,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"af06f609-ed9a-4deb-9666-e6aeed356c0b"], + ExpressionUUID->"c857eb96-0819-4a15-b4c0-b84452d04270"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f86e1607-5df6-47bd-91f7-7eacc9942730"], + "Spacer1"]],ExpressionUUID->"a81d137c-8927-4690-afaf-ac207449e750"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "00684759-a52d-4812-ba7e-5bea68f5ad1e"] + "673ea209-6ccb-4e87-b609-6d6c42e36145"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1600626473,ExpressionUUID->"0ec398be-4596-4905-902f-7b76a5652e0f"], + CellID->1141477178,ExpressionUUID->"d2a3756b-b848-44b2-93b2-4041378ad8a5"], Cell[CellGroupData[{ @@ -440,18 +445,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e7511a0f-6c74-47a8-91dd-e579ac6e4ea1"], + ExpressionUUID->"c1a049f0-a9d6-4876-8094-d10cd089002f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"614cb78d-7ebb-47d6-aff1-b780ff53c244"], + "Spacer1"]],ExpressionUUID->"8415369c-a864-4929-80e1-7e37c2e58c30"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "298cb1e6-0017-4ff7-a885-ad28c2be958f"] + "6a2bee26-79d7-4227-92fd-9f9a005e2a17"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1069554220,ExpressionUUID->"4a6a3808-15c6-4c85-849e-019e65ef515b"], + CellID->963833489,ExpressionUUID->"35dee90d-d9e6-4a0c-b6db-5f278f50c249"], Cell["Loading the package:", "ExampleText", CellID->1742700189,ExpressionUUID->"275c11e2-3c77-4f33-b343-291f454025ed"], @@ -644,8 +649,6 @@ balanced.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -793,15 +796,15 @@ Cell[BoxData[GridBox[{ "068c34a2-0472-431c-9cc7-f08766de70f4"] }], "SeeAlso",ExpressionUUID->"641789f1-7bce-432a-aaed-ea50809da813"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0003a0ff-ff88-4800-9384-\ -4f11ef8b7c6b"], + }]], "SeeAlsoSection",ExpressionUUID->"57e6b381-aa8c-4378-9da2-\ +74295a648fe3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -813,9 +816,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f6a10711-7920-4eda-bdca-66b3e6eec4dc"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a6a7a9a9-5ba1-4834-9ed5-\ -366b71149337"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6ab86b0f-dc2f-4f1e-9a01-\ +d424303a57ec"], Cell[BoxData[GridBox[{ { @@ -832,7 +834,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e2ebaf74-e4b3-4b48-a9a8-186ebd66640d"]}]}, + "6b46cced-7c39-4da2-9c8e-d0a22f202a7f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -840,10 +842,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7d99af30-3b10-4b23-ac0c-cf6fa8cb64fa"]}]} + "04417f74-e806-4789-aaa7-172e0d0dee47"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"068e2f7c-dee3-4a65-b3d7-\ -c005e075947c"], + }]], "MoreAboutSection",ExpressionUUID->"32cfad03-ef8a-489c-9b07-\ +c9add0255e21"], Cell[BoxData[GridBox[{ { @@ -870,7 +872,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9089b971-0a34-448e-8de2-a9896b12bfff"]], "RelatedLinks", + "a5177543-7f06-4689-b30f-653f9d75bd13"]], "RelatedLinks", ExpressionUUID->"1545ceb4-cf61-4139-a752-89cc4859e8fb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -887,7 +889,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e449bb15-c98c-4826-9ebc-e421bea2f648"]], "RelatedLinks", + "9a139c59-f9c9-440e-a6f2-111dc32e91fb"]], "RelatedLinks", ExpressionUUID->"56f122c5-a2f3-4979-9f81-7e87672ac0c8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -904,11 +906,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "43f6f277-86c6-4eaf-9f4b-8b88c97c0828"]], "RelatedLinks", + "193413e5-258e-4c22-a673-60fad73843ee"]], "RelatedLinks", ExpressionUUID->"b3b680c3-6b2d-4ef2-b364-1b7f900ca909"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"95884527-e4e4-48d7-9284-\ -e7d0f03d0931"], + }]], "RelatedLinksSection",ExpressionUUID->"1bf99761-f3a7-4217-a984-\ +87424678bb10"], Cell[CellGroupData[{ @@ -938,11 +940,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5b4b0c53-3677-4cb3-999b-a8b356afaf6c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"76e40250-8089-4e62-8901-e27adc0ede5f"] +Cell[" ", "FooterCell",ExpressionUUID->"8b1afaad-da39-4ba3-9cab-1a9d189b3660"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MaxSurplus", TaggingRules->{ @@ -953,7 +955,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 44.936639}", + "built" -> "{2024, 6, 3, 16, 53, 48.008925}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -961,10 +963,10 @@ TaggingRules->{ "MaxSurplus[game, i, j, payoff] calculates the maximum surplus of player \ i over player j with respect to the imputation payoff.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MaxSurplus", "titlemodifier" -> "", - "windowtitle" -> "MaxSurplus", "type" -> "Symbol", "uri" -> - "TUG/ref/MaxSurplus"}}, + "metadescription" -> "", "windowtitle" -> "MaxSurplus", "type" -> + "Symbol", "uri" -> "TUG/ref/MaxSurplus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -973,9 +975,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"496b2c5b-90aa-4dcc-bad2-d79da9806293" +ExpressionUUID->"37759763-2b7a-47b4-a6f3-5164c06f98e5" ] (* End of Notebook Content *) @@ -983,141 +985,139 @@ ExpressionUUID->"496b2c5b-90aa-4dcc-bad2-d79da9806293" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14456, 376, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0ec398be-4596-4905-902f-7b76a5652e0f", + Cell[14512, 381, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d2a3756b-b848-44b2-93b2-4041378ad8a5", CellTags->"PrimaryExamplesSection", - CellID->1600626473]} + CellID->1141477178]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36267, 984} + {"PrimaryExamplesSection", 36306, 986} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"04da3310-0e82-4028-a0ed-f21fe9462d2e", +Cell[582, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"9845fa96-7958-4561-bc29-37f49af9778a", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f8dceac1-928a-468c-94d2-5752728a5484"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"732e4e6f-ff0f-414f-9cd0-364557f6f15c"], Cell[CellGroupData[{ -Cell[7817, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"af7c5b00-0e3a-4c42-bceb-5c8e3b241e9d"], -Cell[9104, 232, 624, 15, 111, "Usage",ExpressionUUID->"24b72961-1b11-4d64-b2f5-eb7dd01931fe", +Cell[7873, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"dd2fc3ef-60ae-4844-bb3c-ff222720c6e8"], +Cell[9160, 237, 624, 15, 111, "Usage",ExpressionUUID->"24b72961-1b11-4d64-b2f5-eb7dd01931fe", CellID->1371823216] }, Open ]], Cell[CellGroupData[{ -Cell[9765, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"c8830cb4-dfcd-484c-a42d-c744f7217459", +Cell[9821, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"c1f65820-19a5-44b2-8d0b-0819b865fe1c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1020343237], -Cell[11663, 301, 1428, 36, 78, "]]",ExpressionUUID->"4daef507-f275-454a-84b8-04f88500a6b2", + CellID->2091114528], +Cell[11719, 306, 1428, 36, 78, "]]",ExpressionUUID->"4daef507-f275-454a-84b8-04f88500a6b2", CellID->313448337], -Cell[13094, 339, 489, 12, 37, "Notes",ExpressionUUID->"1011dafa-2ca3-45a8-8934-22218424731c", +Cell[13150, 344, 489, 12, 38, "Notes",ExpressionUUID->"1011dafa-2ca3-45a8-8934-22218424731c", CellID->177724765], -Cell[13586, 353, 307, 5, 57, "Notes",ExpressionUUID->"04c0b233-fcbe-40b1-b38e-29c79a3307bd", +Cell[13642, 358, 307, 5, 57, "Notes",ExpressionUUID->"04c0b233-fcbe-40b1-b38e-29c79a3307bd", CellID->390862019], -Cell[13896, 360, 172, 3, 36, "Notes",ExpressionUUID->"bb208780-7d47-4cc0-b241-1bec6a9e0cae", +Cell[13952, 365, 172, 3, 36, "Notes",ExpressionUUID->"bb208780-7d47-4cc0-b241-1bec6a9e0cae", CellID->1617120363], -Cell[14071, 365, 258, 5, 57, "Notes",ExpressionUUID->"45ab925d-8378-4d20-a27e-d3ab8bf7d972", +Cell[14127, 370, 258, 5, 57, "Notes",ExpressionUUID->"45ab925d-8378-4d20-a27e-d3ab8bf7d972", CellID->1043640766] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14456, 376, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0ec398be-4596-4905-902f-7b76a5652e0f", +Cell[14512, 381, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d2a3756b-b848-44b2-93b2-4041378ad8a5", CellTags->"PrimaryExamplesSection", - CellID->1600626473], + CellID->1141477178], Cell[CellGroupData[{ -Cell[15902, 417, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4a6a3808-15c6-4c85-849e-019e65ef515b", - CellID->1069554220], -Cell[17304, 455, 119, 1, 38, "ExampleText",ExpressionUUID->"275c11e2-3c77-4f33-b343-291f454025ed", +Cell[15958, 422, 1398, 36, 30, "ExampleSection",ExpressionUUID->"35dee90d-d9e6-4a0c-b6db-5f278f50c249", + CellID->963833489], +Cell[17359, 460, 119, 1, 39, "ExampleText",ExpressionUUID->"275c11e2-3c77-4f33-b343-291f454025ed", CellID->1742700189], Cell[CellGroupData[{ -Cell[17448, 460, 167, 3, 27, "Input",ExpressionUUID->"c13ba8ad-69db-4672-b0e3-6549359fee8f", +Cell[17503, 465, 167, 3, 27, "Input",ExpressionUUID->"c13ba8ad-69db-4672-b0e3-6549359fee8f", CellID->467807307], Cell[CellGroupData[{ -Cell[17640, 467, 207, 3, 23, "Print",ExpressionUUID->"01a54d34-6953-480b-b59f-997733fdadec", +Cell[17695, 472, 207, 3, 23, "Print",ExpressionUUID->"01a54d34-6953-480b-b59f-997733fdadec", CellID->1520707666], -Cell[17850, 472, 336, 7, 23, "Print",ExpressionUUID->"6a2165fe-d7f6-4bf4-a4d9-473bfeaad1c1", +Cell[17905, 477, 336, 7, 23, "Print",ExpressionUUID->"6a2165fe-d7f6-4bf4-a4d9-473bfeaad1c1", CellID->1641883034], -Cell[18189, 481, 207, 3, 23, "Print",ExpressionUUID->"92667cc9-12d7-409c-9a2f-3f97392e53ce", +Cell[18244, 486, 207, 3, 23, "Print",ExpressionUUID->"92667cc9-12d7-409c-9a2f-3f97392e53ce", CellID->2002154503], -Cell[18399, 486, 188, 2, 23, "Print",ExpressionUUID->"bb0046cf-668e-4fbb-8aa7-a4696d70ceed", +Cell[18454, 491, 188, 2, 23, "Print",ExpressionUUID->"bb0046cf-668e-4fbb-8aa7-a4696d70ceed", CellID->527685208], -Cell[18590, 490, 178, 2, 23, "Print",ExpressionUUID->"09632f2d-3799-4172-a8f7-d16d9d225684", +Cell[18645, 495, 178, 2, 23, "Print",ExpressionUUID->"09632f2d-3799-4172-a8f7-d16d9d225684", CellID->1654924315], -Cell[18771, 494, 207, 3, 23, "Print",ExpressionUUID->"148e417e-6a87-421b-b762-4a8f0d95fb89", +Cell[18826, 499, 207, 3, 23, "Print",ExpressionUUID->"148e417e-6a87-421b-b762-4a8f0d95fb89", CellID->1576935878], -Cell[18981, 499, 190, 2, 23, "Print",ExpressionUUID->"292e93cf-a75a-4cb2-a43a-955380139532", +Cell[19036, 504, 190, 2, 23, "Print",ExpressionUUID->"292e93cf-a75a-4cb2-a43a-955380139532", CellID->1912750998], -Cell[19174, 503, 206, 3, 70, "Print",ExpressionUUID->"5a8badaa-705c-473c-8665-8ea82a703f59", +Cell[19229, 508, 206, 3, 70, "Print",ExpressionUUID->"5a8badaa-705c-473c-8665-8ea82a703f59", CellID->840798375], -Cell[19383, 508, 206, 3, 70, "Print",ExpressionUUID->"ba7abdc4-575b-4750-9197-36527821ceb2", +Cell[19438, 513, 206, 3, 70, "Print",ExpressionUUID->"ba7abdc4-575b-4750-9197-36527821ceb2", CellID->132312238], -Cell[19592, 513, 178, 2, 70, "Print",ExpressionUUID->"995834cb-8c2b-4043-9f05-c1a558e60b6a", +Cell[19647, 518, 178, 2, 70, "Print",ExpressionUUID->"995834cb-8c2b-4043-9f05-c1a558e60b6a", CellID->2022603327], -Cell[19773, 517, 206, 3, 70, "Print",ExpressionUUID->"6e7fbe44-92a5-483c-9cfd-e7836bcd0b52", +Cell[19828, 522, 206, 3, 70, "Print",ExpressionUUID->"6e7fbe44-92a5-483c-9cfd-e7836bcd0b52", CellID->278696342] }, Open ]] }, Open ]], -Cell[20006, 524, 136, 1, 70, "ExampleText",ExpressionUUID->"9f841b12-3bdb-4e8b-9812-a6d84c3bcd4b", +Cell[20061, 529, 136, 1, 70, "ExampleText",ExpressionUUID->"9f841b12-3bdb-4e8b-9812-a6d84c3bcd4b", CellID->917947534], -Cell[20145, 527, 235, 6, 70, "Input",ExpressionUUID->"9053dc6f-91cb-4ab9-bd3b-f674fe943632", +Cell[20200, 532, 235, 6, 70, "Input",ExpressionUUID->"9053dc6f-91cb-4ab9-bd3b-f674fe943632", CellID->1039904097], -Cell[20383, 535, 381, 9, 70, "Input",ExpressionUUID->"a6ca1e23-0288-4272-81fa-ad7e92528615", +Cell[20438, 540, 381, 9, 70, "Input",ExpressionUUID->"a6ca1e23-0288-4272-81fa-ad7e92528615", CellID->1795423255], -Cell[20767, 546, 237, 6, 70, "Input",ExpressionUUID->"7e3feb91-f636-4324-a479-563b860bf663", +Cell[20822, 551, 237, 6, 70, "Input",ExpressionUUID->"7e3feb91-f636-4324-a479-563b860bf663", CellID->656802146], -Cell[21007, 554, 191, 4, 70, "ExampleText",ExpressionUUID->"46b28984-850c-4532-8f90-1eb394ac3679", +Cell[21062, 559, 191, 4, 70, "ExampleText",ExpressionUUID->"46b28984-850c-4532-8f90-1eb394ac3679", CellID->1081092315], Cell[CellGroupData[{ -Cell[21223, 562, 168, 3, 70, "Input",ExpressionUUID->"2ec9dcbe-47c2-43c2-b331-a6901a1a7698", +Cell[21278, 567, 168, 3, 70, "Input",ExpressionUUID->"2ec9dcbe-47c2-43c2-b331-a6901a1a7698", CellID->1913809144], -Cell[21394, 567, 144, 3, 36, "Output",ExpressionUUID->"85e7247c-b1c1-407c-a53c-6077055523a1", +Cell[21449, 572, 144, 3, 36, "Output",ExpressionUUID->"85e7247c-b1c1-407c-a53c-6077055523a1", CellID->1394103132] }, Open ]], -Cell[21553, 573, 176, 3, 70, "ExampleText",ExpressionUUID->"6b3d0132-b3d0-4f4e-8beb-602962d1afd4", +Cell[21608, 578, 176, 3, 70, "ExampleText",ExpressionUUID->"6b3d0132-b3d0-4f4e-8beb-602962d1afd4", CellID->1371053517], Cell[CellGroupData[{ -Cell[21754, 580, 191, 4, 70, "Input",ExpressionUUID->"89a14f8c-fa34-4ab0-acbd-ef11369a6aed", +Cell[21809, 585, 191, 4, 70, "Input",ExpressionUUID->"89a14f8c-fa34-4ab0-acbd-ef11369a6aed", CellID->1570146570], -Cell[21948, 586, 239, 6, 51, "Output",ExpressionUUID->"40c46422-30dc-44a8-b2b6-c831a88f3304", +Cell[22003, 591, 239, 6, 50, "Output",ExpressionUUID->"40c46422-30dc-44a8-b2b6-c831a88f3304", CellID->803566757] }, Open ]], -Cell[22202, 595, 205, 4, 70, "ExampleText",ExpressionUUID->"0423bce5-39e7-49bf-bfd3-449c10ef23df", +Cell[22257, 600, 205, 4, 70, "ExampleText",ExpressionUUID->"0423bce5-39e7-49bf-bfd3-449c10ef23df", CellID->1440486873], Cell[CellGroupData[{ -Cell[22432, 603, 238, 5, 70, "Input",ExpressionUUID->"d0f1d025-133f-460f-a4be-be91a2b22e9e", +Cell[22487, 608, 238, 5, 70, "Input",ExpressionUUID->"d0f1d025-133f-460f-a4be-be91a2b22e9e", CellID->465674033], -Cell[22673, 610, 145, 3, 36, "Output",ExpressionUUID->"40a922df-ff5f-4fd2-92cd-520ccafdcce1", +Cell[22728, 615, 145, 3, 36, "Output",ExpressionUUID->"40a922df-ff5f-4fd2-92cd-520ccafdcce1", CellID->1890762653] }, Open ]], -Cell[22833, 616, 138, 1, 70, "ExampleText",ExpressionUUID->"ab6e1d9e-f2a1-43eb-84f7-74434946ad28", +Cell[22888, 621, 138, 1, 70, "ExampleText",ExpressionUUID->"ab6e1d9e-f2a1-43eb-84f7-74434946ad28", CellID->548558820], Cell[CellGroupData[{ -Cell[22996, 621, 238, 5, 70, "Input",ExpressionUUID->"c3fa6330-206f-474c-b726-9918ac4f81c6", +Cell[23051, 626, 238, 5, 70, "Input",ExpressionUUID->"c3fa6330-206f-474c-b726-9918ac4f81c6", CellID->895745423], -Cell[23237, 628, 144, 3, 36, "Output",ExpressionUUID->"d757ab3c-4311-4327-8919-f9ddc4baefee", +Cell[23292, 633, 144, 3, 36, "Output",ExpressionUUID->"d757ab3c-4311-4327-8919-f9ddc4baefee", CellID->300189568] }, Open ]], -Cell[23396, 634, 193, 4, 70, "ExampleText",ExpressionUUID->"e1edb24e-fd88-4f00-ac64-665cb3b7cf9c", +Cell[23451, 639, 193, 4, 70, "ExampleText",ExpressionUUID->"e1edb24e-fd88-4f00-ac64-665cb3b7cf9c", CellID->1828962568] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23874, 651, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"57e6b381-aa8c-4378-9da2-74295a648fe3"], +Cell[29380, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6ab86b0f-dc2f-4f1e-9a01-d424303a57ec"], +Cell[30053, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"32cfad03-ef8a-489c-9b07-c9add0255e21"], +Cell[31089, 849, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"1bf99761-f3a7-4217-a984-87424678bb10"], Cell[CellGroupData[{ -Cell[23841, 648, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"0003a0ff-ff88-4800-9384-4f11ef8b7c6b"], -Cell[29347, 798, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a6a7a9a9-5ba1-4834-9ed5-366b71149337"] -}, Open ]], -Cell[30032, 819, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"068e2f7c-dee3-4a65-b3d7-c005e075947c"], -Cell[31068, 847, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"95884527-e4e4-48d7-9284-e7d0f03d0931"], -Cell[CellGroupData[{ -Cell[33314, 914, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"89f9b8e2-89b3-43c4-b1e8-98f87211fe8e", +Cell[33335, 916, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"89f9b8e2-89b3-43c4-b1e8-98f87211fe8e", CellID->2135167160], -Cell[33455, 917, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4ef8861f-447f-4e2e-9658-3f2e6aef6832", +Cell[33476, 919, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4ef8861f-447f-4e2e-9658-3f2e6aef6832", CellID->1194386356], -Cell[33677, 923, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3f016b89-34ad-432c-b633-0c884f148c86", +Cell[33698, 925, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3f016b89-34ad-432c-b633-0c884f148c86", CellID->1641706272], -Cell[33892, 928, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9a252059-0039-438c-ad1e-e25dd75d057e", +Cell[33913, 930, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9a252059-0039-438c-ad1e-e25dd75d057e", CellID->399251956], -Cell[34121, 934, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5b4b0c53-3677-4cb3-999b-a8b356afaf6c", +Cell[34142, 936, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5b4b0c53-3677-4cb3-999b-a8b356afaf6c", CellID->821434655] }, Open ]], -Cell[34358, 940, 78, 0, 70, "FooterCell",ExpressionUUID->"76e40250-8089-4e62-8901-e27adc0ede5f"] +Cell[34379, 942, 78, 0, 70, "FooterCell",ExpressionUUID->"8b1afaad-da39-4ba3-9cab-1a9d189b3660"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MinExcessBalanced.nb b/Documentation/English/ReferencePages/Symbols/MinExcessBalanced.nb index 8c8e922..5b1aa41 100644 --- a/Documentation/English/ReferencePages/Symbols/MinExcessBalanced.nb +++ b/Documentation/English/ReferencePages/Symbols/MinExcessBalanced.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46690, 1206] -NotebookOptionsPosition[ 37120, 1018] -NotebookOutlinePosition[ 39397, 1074] -CellTagsIndexPosition[ 39311, 1069] +NotebookDataLength[ 46685, 1205] +NotebookOptionsPosition[ 37131, 1019] +NotebookOutlinePosition[ 39425, 1075] +CellTagsIndexPosition[ 39339, 1070] WindowTitle->MinExcessBalanced WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "db2c9be5-9680-4450-8083-05620216b8b0"], + "7e7a6608-bf94-4498-a542-fe581f95faf9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4145c887-8619-4985-acf6-ff7efa6ea4c4"], + "a92af07d-c162-4d31-b692-46d4ed9c0808"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "68f1125c-0be2-400c-b417-ccc0e180e392"] - }],ExpressionUUID->"10b7816d-f79e-454b-b77d-b46e8820f5e4"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e121347f-3f2e-4d5f-8f6f-3d3a80512670"] + }],ExpressionUUID->"c8bae3fb-38e6-48b2-99de-2a0a96474a0c"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5f623119-da92-43a8-9239-9ec90fecd195"], + "b52cd8f6-bdcb-49fc-9229-5ba99859bb4f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa6cc419-1ecd-42e5-8fc5-a7af0ced3b71"] - }],ExpressionUUID->"abab679b-c33a-4e10-b507-bddc76ddd332"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b25b23a4-0866-4274-aa58-5711c0195255"] + }],ExpressionUUID->"f1685c13-48b7-485f-a908-3cc198b4dd2c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a02a09cc-f02f-4628-974a-266dcbace1e6"], + "d1ace357-9dd2-4a6b-81bf-431851945151"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "35bd3683-e253-45d4-8037-9561f21a3d4b"] - }],ExpressionUUID->"fcff91bc-9a8b-4bb3-adc6-840c832c167f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "dd48004d-e4f5-405a-b70c-3e435dc47a8b"] + }],ExpressionUUID->"7191ae49-6bc3-4c19-aab2-eb9b8174c767"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ae2829a4-4143-48df-aa50-4e59051649a5"], + "7f0a40a0-ad36-4c10-b450-d03eb8aa5a91"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cf76b0e7-dfec-41ad-8d01-76a9a74d7593"] - }],ExpressionUUID->"898b974c-447c-40a1-91e6-21f0b433bee0"], - StripOnInput->False], {"\<\"TUG/ref/MinExcessBalanced\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MinExcessBalanced"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "34a11c2e-fc16-4cb5-8205-580f8e21e2a6"] + }],ExpressionUUID->"583d541e-ed79-423f-8e05-31b15a35aae7"], + StripOnInput->False],{ + "\"TUG/ref/MinExcessBalanced\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MinExcessBalanced"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ MinExcessBalanced.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$117598], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MinExcessBalanced" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$126928], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MinExcessBalanced" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "693b431d-8269-47fd-a533-34951f939d9a"] + "d49cf496-1999-4715-bf7a-0f4ad6ad0e05"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e514dd43-601e-4db7-ace5-3d4475970748"]} + "906aa5a7-b058-4f09-a653-1932d670c737"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ce9bc045-2fcd-4c30-998a-c471895781d5"], + CellID->1,ExpressionUUID->"9a93e978-d965-420b-8342-ee13d0e443ba"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f5a84092-11f2-41b2-9687-312a0db22ab8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c819c618-bf02-45f8-a18b-c1610a9e4680"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MinExcessBalanced", "ObjectName",ExpressionUUID-> - "920c78f3-214a-4888-a90a-15752d6d13b6"], + "ae570176-acd8-4782-b319-57336adae2e8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9c9e8df0-47a5-4afb-8425-ab57410644a3"], + "Spacer1"]],ExpressionUUID->"759624d1-5ad0-4851-8571-ad6e33d0fd2d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "213966df-15e1-4ba6-ae6d-aed208221a68"] - }],ExpressionUUID->"21c7d6b7-d133-4668-9806-c01ef68e8552"], Cell[BoxData[ + "d04641a2-43ef-49a0-a4fe-05702604d8ad"] + }],ExpressionUUID->"1387c338-e354-468b-adca-02c9c27468e7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "711cce3b-7c70-4b70-aaa9-70f49c8ec01f"]} + "79253722-d1bb-40d8-94eb-8ab234aeebee"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2d7b4e44-33b4-4ed5-9852-139105db520c"], + CacheGraphics->False,ExpressionUUID->"9dce0053-81e6-4c75-b1b0-fc2d5fe20af0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " are balanced for all possible pair of players." - }],ExpressionUUID->"3b374251-91ff-4f9e-b017-fe6ca9b0cdd8"]}, + }],ExpressionUUID->"bc925bd8-620a-4588-833b-377361112461"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"MinExcessBalanced", "[", @@ -252,7 +256,7 @@ pre-imputation ", "2ea56c50-a796-4870-a5fc-d0b3f793895e"], " \[LineSeparator]to set a different a error term for approximating \ rational numbers." - }],ExpressionUUID->"ee5d8807-56ff-4215-ac19-206eb5741b84"]} + }],ExpressionUUID->"0c16e3ba-3aec-4e28-9b4e-12f30793671a"]} }]], "Usage", CellID->825505198,ExpressionUUID->"f5f16aec-7d5a-483b-bf3a-9c326bdcabee"] }, Open ]], @@ -285,12 +289,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ebef7bff-1e5c-4996-85ba-e1fe14f120b3"], + ExpressionUUID->"7c61c42a-4b58-44a8-b838-1db7134156ce"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d446432c-7d0e-4512-b7a8-642f62541012"], + "Spacer1"]],ExpressionUUID->"b283ba94-18fe-4c5f-be42-bb7dd9161055"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9650bc14-bbc9-4297-a115-b0f5361af3f5"], + }], "NotesFrameText",ExpressionUUID->"e595bee0-ade5-4d92-8233-3b68eaf49734"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +305,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3cb2f8c7-8212-4bf4-896f-1b97a464164f"]], \ + "Preemptive"]],ExpressionUUID->"f968f2cf-d335-4351-8bea-93393c20fdd8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1239051710,ExpressionUUID->"ada6748a-3b7b-4cf1-9db4-71fdd197cb41"], + CellID->1432996902,ExpressionUUID->"70eed865-87f7-4c47-8345-69d066845ac3"], Cell[TextData[{ "The input expression ", @@ -377,7 +381,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2e440a3d-45cc-4d18-acc9-6d700ab6be90"], + "2b0e836d-e05b-4ece-abef-bd4b6a72ff79"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -441,19 +445,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e1f06ae0-7431-442d-937c-20cf0ffc40ad"], + ExpressionUUID->"9a876a74-7b8c-4edb-974e-19b650f8a2b0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"516fd40c-e23e-49d9-9d03-a67ef6a7b874"], + "Spacer1"]],ExpressionUUID->"b03ff165-e2e5-49a4-8ad9-a6a28f724211"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2e85ab42-92b0-4da1-afdc-0597b79c0c97"] + "7888ed69-f2e4-467b-8560-0eff3b383227"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1856439096,ExpressionUUID->"3da06dc8-f0fc-4710-8695-a841fb2c9add"], + CellID->672042776,ExpressionUUID->"09c68c67-b6d9-4e34-8e4b-f4aace41f46e"], Cell[CellGroupData[{ @@ -482,18 +486,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3034bf1d-5ee1-4425-81bb-24b6a7cb9ba8"], + ExpressionUUID->"60ec748a-a85d-452c-96bc-3cbce8faa254"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"70d79abc-1eef-4bb9-bd3b-f1fa0a7bc7db"], + "Spacer1"]],ExpressionUUID->"0b850234-139f-4b41-993d-5bd5088c63b1"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "deb803ee-909f-4e6a-8a21-7651bb60b36c"] + "50b1a3fa-1180-41ec-b445-a6911aa044f9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->932506464,ExpressionUUID->"459771c7-295c-4a26-b203-4b968fee8a06"], + CellID->590764776,ExpressionUUID->"7b22fbbb-4cad-497f-b258-50ea832fbd63"], Cell["Loading the package:", "ExampleText", CellID->820741641,ExpressionUUID->"a2fc913f-e1c5-4111-8768-f0bdbb2ee76c"], @@ -719,8 +723,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -868,15 +870,15 @@ Cell[BoxData[GridBox[{ "78d68ffb-0e21-45f6-a8ed-54c3dfa679aa"] }], "SeeAlso",ExpressionUUID->"a7d4b32a-262f-446e-b241-9735264a3cb3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b65c7fdf-d8d9-488f-9ce8-\ -612d609d4e17"], + }]], "SeeAlsoSection",ExpressionUUID->"73433c36-cf73-4fd0-a70f-\ +7b0a2b1ba87e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -888,9 +890,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0eb9953c-06bb-400c-bdf1-24ac2b3d4c4b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"88e12dd4-24dd-45d1-a47a-\ -262a4cf11754"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8e71896c-316e-4a9c-bd63-\ +513ae91ece54"], Cell[BoxData[GridBox[{ { @@ -907,7 +908,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6b71c1bb-c246-4e6b-b530-bc1b7a10d5a0"]}]}, + "aebaf2fd-375f-4566-ae21-909c1ed28b60"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -915,10 +916,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "746aaebb-a36b-4fee-a9b3-5836359913d7"]}]} + "93333e13-7a77-4533-b02f-115858054637"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"12e6dbf5-9689-4c01-9773-\ -d23500b4c312"], + }]], "MoreAboutSection",ExpressionUUID->"20f2afb6-f50a-48c2-a720-\ +42be85a780b5"], Cell[BoxData[GridBox[{ { @@ -945,7 +946,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "efca317b-93ae-4978-90c9-6d15497ae237"]], "RelatedLinks", + "b27a1876-1afd-4b71-b9fe-44d3c69bb61a"]], "RelatedLinks", ExpressionUUID->"57a5224a-1c7b-4f4e-92c7-13f8336cbd4c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -962,7 +963,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7a206e60-dfb6-425a-bac4-9472af09755b"]], "RelatedLinks", + "4cc37d02-2554-4bea-ae4c-acabfe09c0f1"]], "RelatedLinks", ExpressionUUID->"f94e47db-33ff-425f-8427-bea643bcb5d9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -980,11 +981,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "82fea17d-f213-46b1-af1c-c32238c612bb"]], "RelatedLinks", + "d05bbb56-f673-4bee-8208-c32774c8a824"]], "RelatedLinks", ExpressionUUID->"5498ee27-30ac-4ec7-bd6d-eafc71993711"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1bb31312-b841-423a-9a4f-\ -119176f5b7ba"], + }]], "RelatedLinksSection",ExpressionUUID->"2413b2bf-cd40-47ca-a76e-\ +d81741bae44e"], Cell[CellGroupData[{ @@ -1014,11 +1015,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"337a6571-f9cb-4030-93fd-ef86ef5f8bc4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e3a5c4ae-110f-4af8-9121-f856b6f6f92c"] +Cell[" ", "FooterCell",ExpressionUUID->"d873dd69-8350-4885-b41c-a6fbba3b0904"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MinExcessBalanced", TaggingRules->{ @@ -1029,7 +1030,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 46.407732}", + "built" -> "{2024, 6, 3, 16, 53, 48.771667}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1039,10 +1040,10 @@ w.r.t. the pre-imputation payoff are balanced for all possible pair of \ players. MinExcessBalanced[game, payoff, options] to set a different a error \ term for approximating rational numbers.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MinExcessBalanced", "titlemodifier" -> "", - "windowtitle" -> "MinExcessBalanced", "type" -> "Symbol", "uri" -> - "TUG/ref/MinExcessBalanced"}}, + "metadescription" -> "", "windowtitle" -> "MinExcessBalanced", "type" -> + "Symbol", "uri" -> "TUG/ref/MinExcessBalanced"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1051,9 +1052,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9c502154-75d9-4d22-8525-c56972640262" +ExpressionUUID->"b4248e51-77bf-47d1-9992-0bf0e27cd62e" ] (* End of Notebook Content *) @@ -1061,153 +1062,151 @@ ExpressionUUID->"9c502154-75d9-4d22-8525-c56972640262" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16123, 418, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3da06dc8-f0fc-4710-8695-a841fb2c9add", + Cell[16169, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09c68c67-b6d9-4e34-8e4b-f4aace41f46e", CellTags->"PrimaryExamplesSection", - CellID->1856439096]} + CellID->672042776]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39110, 1062} + {"PrimaryExamplesSection", 39139, 1063} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"ce9bc045-2fcd-4c30-998a-c471895781d5", +Cell[589, 21, 7169, 172, 57, "AnchorBarGrid",ExpressionUUID->"9a93e978-d965-420b-8342-ee13d0e443ba", CellID->1], -Cell[7715, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f5a84092-11f2-41b2-9687-312a0db22ab8"], +Cell[7761, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c819c618-bf02-45f8-a18b-c1610a9e4680"], Cell[CellGroupData[{ -Cell[7826, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"2d7b4e44-33b4-4ed5-9852-139105db520c"], -Cell[9120, 232, 1055, 24, 187, "Usage",ExpressionUUID->"f5f16aec-7d5a-483b-bf3a-9c326bdcabee", +Cell[7872, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9dce0053-81e6-4c75-b1b0-fc2d5fe20af0"], +Cell[9166, 236, 1055, 24, 186, "Usage",ExpressionUUID->"f5f16aec-7d5a-483b-bf3a-9c326bdcabee", CellID->825505198] }, Open ]], Cell[CellGroupData[{ -Cell[10212, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"ada6748a-3b7b-4cf1-9db4-71fdd197cb41", +Cell[10258, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"70eed865-87f7-4c47-8345-69d066845ac3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1239051710], -Cell[12110, 310, 782, 20, 57, "]]",ExpressionUUID->"636dd32b-ef1d-4107-baa3-576a862ff408", + CellID->1432996902], +Cell[12156, 314, 782, 20, 57, "]]",ExpressionUUID->"636dd32b-ef1d-4107-baa3-576a862ff408", CellID->313448337], -Cell[12895, 332, 489, 12, 37, "Notes",ExpressionUUID->"77b42b63-dd37-448b-9d43-2e4c7c64c645", +Cell[12941, 336, 489, 12, 38, "Notes",ExpressionUUID->"77b42b63-dd37-448b-9d43-2e4c7c64c645", CellID->177724765], -Cell[13387, 346, 307, 5, 57, "Notes",ExpressionUUID->"a069e4b6-b51b-4ce8-9e35-12a084a2193f", +Cell[13433, 350, 307, 5, 57, "Notes",ExpressionUUID->"a069e4b6-b51b-4ce8-9e35-12a084a2193f", CellID->49211369], -Cell[13697, 353, 176, 3, 36, "Notes",ExpressionUUID->"597b1cb0-00fb-42c7-b5c3-3a71b3293a0c", +Cell[13743, 357, 176, 3, 36, "Notes",ExpressionUUID->"597b1cb0-00fb-42c7-b5c3-3a71b3293a0c", CellID->923330097], -Cell[13876, 358, 539, 11, 80, "Notes",ExpressionUUID->"ee07913d-6e60-488c-ad0f-8e97e3f107b1", +Cell[13922, 362, 539, 11, 82, "Notes",ExpressionUUID->"ee07913d-6e60-488c-ad0f-8e97e3f107b1", CellID->848531797], -Cell[14418, 371, 271, 4, 49, "Notes",ExpressionUUID->"62946507-732c-4537-bece-05d129899a45", +Cell[14464, 375, 271, 4, 48, "Notes",ExpressionUUID->"62946507-732c-4537-bece-05d129899a45", CellID->595453030], -Cell[14692, 377, 705, 16, 42, "3ColumnTableMod",ExpressionUUID->"089b8dd4-7957-4717-9ca7-dcf071796378", +Cell[14738, 381, 705, 16, 43, "3ColumnTableMod",ExpressionUUID->"089b8dd4-7957-4717-9ca7-dcf071796378", CellID->422330551], -Cell[15400, 395, 596, 17, 37, "Notes",ExpressionUUID->"bd67adf7-daf3-4bd1-a983-5dd8e7e67799", +Cell[15446, 399, 596, 17, 38, "Notes",ExpressionUUID->"bd67adf7-daf3-4bd1-a983-5dd8e7e67799", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16123, 418, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3da06dc8-f0fc-4710-8695-a841fb2c9add", +Cell[16169, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09c68c67-b6d9-4e34-8e4b-f4aace41f46e", CellTags->"PrimaryExamplesSection", - CellID->1856439096], + CellID->672042776], Cell[CellGroupData[{ -Cell[17569, 459, 1398, 36, 30, "ExampleSection",ExpressionUUID->"459771c7-295c-4a26-b203-4b968fee8a06", - CellID->932506464], -Cell[18970, 497, 118, 1, 38, "ExampleText",ExpressionUUID->"a2fc913f-e1c5-4111-8768-f0bdbb2ee76c", +Cell[17614, 463, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7b22fbbb-4cad-497f-b258-50ea832fbd63", + CellID->590764776], +Cell[19015, 501, 118, 1, 39, "ExampleText",ExpressionUUID->"a2fc913f-e1c5-4111-8768-f0bdbb2ee76c", CellID->820741641], Cell[CellGroupData[{ -Cell[19113, 502, 168, 3, 70, "Input",ExpressionUUID->"78bfdcda-3836-42a4-b567-4c5e219fdfa4", +Cell[19158, 506, 168, 3, 70, "Input",ExpressionUUID->"78bfdcda-3836-42a4-b567-4c5e219fdfa4", CellID->1694511394], Cell[CellGroupData[{ -Cell[19306, 509, 236, 4, 70, "Print",ExpressionUUID->"ce76683d-e3b7-4170-8157-0bdc6c7a343a", +Cell[19351, 513, 236, 4, 70, "Print",ExpressionUUID->"ce76683d-e3b7-4170-8157-0bdc6c7a343a", CellID->817831597], -Cell[19545, 515, 365, 8, 70, "Print",ExpressionUUID->"6bb1c452-2ce0-4120-8fef-3bfed3bdc136", +Cell[19590, 519, 365, 8, 70, "Print",ExpressionUUID->"6bb1c452-2ce0-4120-8fef-3bfed3bdc136", CellID->759116623], -Cell[19913, 525, 235, 4, 70, "Print",ExpressionUUID->"28df47c2-e024-40aa-b477-e41f559040f9", +Cell[19958, 529, 235, 4, 70, "Print",ExpressionUUID->"28df47c2-e024-40aa-b477-e41f559040f9", CellID->83461766], -Cell[20151, 531, 221, 3, 70, "Print",ExpressionUUID->"bf46231b-bc7e-4a36-97b2-8da3d1f301cf", +Cell[20196, 535, 221, 3, 70, "Print",ExpressionUUID->"bf46231b-bc7e-4a36-97b2-8da3d1f301cf", CellID->1334041498], -Cell[20375, 536, 207, 3, 70, "Print",ExpressionUUID->"a39510ef-59b3-40f8-85cf-33383c35bfe3", +Cell[20420, 540, 207, 3, 70, "Print",ExpressionUUID->"a39510ef-59b3-40f8-85cf-33383c35bfe3", CellID->803360501], -Cell[20585, 541, 238, 4, 70, "Print",ExpressionUUID->"d23f1d4c-6557-4a01-9316-9168bbd96375", +Cell[20630, 545, 238, 4, 70, "Print",ExpressionUUID->"d23f1d4c-6557-4a01-9316-9168bbd96375", CellID->1297720704], -Cell[20826, 547, 221, 3, 70, "Print",ExpressionUUID->"d8899e6f-f6af-4431-b555-67c5c7319a34", +Cell[20871, 551, 221, 3, 70, "Print",ExpressionUUID->"d8899e6f-f6af-4431-b555-67c5c7319a34", CellID->1278629150], -Cell[21050, 552, 236, 4, 70, "Print",ExpressionUUID->"dd6ee595-7f1b-41fa-97bf-122df0cfeb67", +Cell[21095, 556, 236, 4, 70, "Print",ExpressionUUID->"dd6ee595-7f1b-41fa-97bf-122df0cfeb67", CellID->936171034], -Cell[21289, 558, 237, 4, 70, "Print",ExpressionUUID->"2f9faf4b-f89a-435f-bf02-e009b98bf4e7", +Cell[21334, 562, 237, 4, 70, "Print",ExpressionUUID->"2f9faf4b-f89a-435f-bf02-e009b98bf4e7", CellID->1740700744], -Cell[21529, 564, 207, 3, 70, "Print",ExpressionUUID->"fd268b7a-2340-4e39-86a4-fb5484d196f0", +Cell[21574, 568, 207, 3, 70, "Print",ExpressionUUID->"fd268b7a-2340-4e39-86a4-fb5484d196f0", CellID->242568434], -Cell[21739, 569, 236, 4, 70, "Print",ExpressionUUID->"7a8f5bd4-2541-4d58-aaf5-50352e1e47a6", +Cell[21784, 573, 236, 4, 70, "Print",ExpressionUUID->"7a8f5bd4-2541-4d58-aaf5-50352e1e47a6", CellID->833340154] }, Open ]] }, Open ]], -Cell[22002, 577, 136, 1, 70, "ExampleText",ExpressionUUID->"ef18281f-0144-495e-b7e5-2a015bf669c8", +Cell[22047, 581, 136, 1, 70, "ExampleText",ExpressionUUID->"ef18281f-0144-495e-b7e5-2a015bf669c8", CellID->452827659], -Cell[22141, 580, 235, 6, 70, "Input",ExpressionUUID->"a7ffb81e-ef44-4427-8bfb-c3a3581b9c2a", +Cell[22186, 584, 235, 6, 70, "Input",ExpressionUUID->"a7ffb81e-ef44-4427-8bfb-c3a3581b9c2a", CellID->1508083393], -Cell[22379, 588, 381, 9, 70, "Input",ExpressionUUID->"7578ece8-9571-434a-952f-2d596c61fa4b", +Cell[22424, 592, 381, 9, 70, "Input",ExpressionUUID->"7578ece8-9571-434a-952f-2d596c61fa4b", CellID->1401544542], -Cell[22763, 599, 238, 6, 70, "Input",ExpressionUUID->"6df04f9a-02fc-4822-86d9-c4b51c39866e", +Cell[22808, 603, 238, 6, 70, "Input",ExpressionUUID->"6df04f9a-02fc-4822-86d9-c4b51c39866e", CellID->1840206950], -Cell[23004, 607, 191, 4, 70, "ExampleText",ExpressionUUID->"2ba1906b-1ff9-41fe-9497-0c64963a8e7f", +Cell[23049, 611, 191, 4, 70, "ExampleText",ExpressionUUID->"2ba1906b-1ff9-41fe-9497-0c64963a8e7f", CellID->1557294762], Cell[CellGroupData[{ -Cell[23220, 615, 175, 3, 70, "Input",ExpressionUUID->"300c318e-5744-4f2d-9a53-b17ff23adfc1", +Cell[23265, 619, 175, 3, 70, "Input",ExpressionUUID->"300c318e-5744-4f2d-9a53-b17ff23adfc1", CellID->2072337193], -Cell[23398, 620, 246, 6, 51, "Output",ExpressionUUID->"10e2f65f-3558-4c55-93c9-b6d332b2a394", +Cell[23443, 624, 246, 6, 50, "Output",ExpressionUUID->"10e2f65f-3558-4c55-93c9-b6d332b2a394", CellID->1511688931] }, Open ]], -Cell[23659, 629, 146, 1, 70, "ExampleText",ExpressionUUID->"f1ad4bd1-fcf0-4b67-b63e-4cd5ae5e4892", +Cell[23704, 633, 146, 1, 70, "ExampleText",ExpressionUUID->"f1ad4bd1-fcf0-4b67-b63e-4cd5ae5e4892", CellID->616053399], Cell[CellGroupData[{ -Cell[23830, 634, 203, 4, 70, "Input",ExpressionUUID->"4f9f5a79-e3c5-4812-ac8f-67b513474526", +Cell[23875, 638, 203, 4, 70, "Input",ExpressionUUID->"4f9f5a79-e3c5-4812-ac8f-67b513474526", CellID->928453258], -Cell[24036, 640, 242, 6, 36, "Output",ExpressionUUID->"ed2705e0-2d24-4f0d-a2ea-f8463a68091c", +Cell[24081, 644, 242, 6, 36, "Output",ExpressionUUID->"ed2705e0-2d24-4f0d-a2ea-f8463a68091c", CellID->248216345] }, Open ]], -Cell[24293, 649, 177, 3, 70, "ExampleText",ExpressionUUID->"549031ab-7e2a-42da-9be3-9015982689cc", +Cell[24338, 653, 177, 3, 70, "ExampleText",ExpressionUUID->"549031ab-7e2a-42da-9be3-9015982689cc", CellID->1421151395], Cell[CellGroupData[{ -Cell[24495, 656, 219, 5, 70, "Input",ExpressionUUID->"6f0c16d6-9a2e-499f-acb7-cc1c5fd66c18", +Cell[24540, 660, 219, 5, 70, "Input",ExpressionUUID->"6f0c16d6-9a2e-499f-acb7-cc1c5fd66c18", CellID->1464585196], -Cell[24717, 663, 160, 3, 36, "Output",ExpressionUUID->"243da294-1d02-47c7-9cf3-21bd20bc113b", +Cell[24762, 667, 160, 3, 36, "Output",ExpressionUUID->"243da294-1d02-47c7-9cf3-21bd20bc113b", CellID->1143413624] }, Open ]], -Cell[24892, 669, 206, 4, 70, "ExampleText",ExpressionUUID->"5e333a0c-9de3-408b-896a-1feeb487ef6e", +Cell[24937, 673, 206, 4, 70, "ExampleText",ExpressionUUID->"5e333a0c-9de3-408b-896a-1feeb487ef6e", CellID->1259688679], Cell[CellGroupData[{ -Cell[25123, 677, 191, 4, 70, "Input",ExpressionUUID->"e79f1818-3856-4d42-a04d-aff0cc7b4348", +Cell[25168, 681, 191, 4, 70, "Input",ExpressionUUID->"e79f1818-3856-4d42-a04d-aff0cc7b4348", CellID->1748852906], -Cell[25317, 683, 268, 7, 51, "Output",ExpressionUUID->"3c8eafc7-de65-47f9-afb4-96c8128bfc59", +Cell[25362, 687, 268, 7, 50, "Output",ExpressionUUID->"3c8eafc7-de65-47f9-afb4-96c8128bfc59", CellID->82648007] }, Open ]], -Cell[25600, 693, 142, 1, 70, "ExampleText",ExpressionUUID->"026de451-6d74-47e3-b3f5-2c83c0336ae3", +Cell[25645, 697, 142, 1, 70, "ExampleText",ExpressionUUID->"026de451-6d74-47e3-b3f5-2c83c0336ae3", CellID->327983490], Cell[CellGroupData[{ -Cell[25767, 698, 271, 7, 70, "Input",ExpressionUUID->"99e7c22f-79a7-48a4-b82b-3162752dccee", +Cell[25812, 702, 271, 7, 70, "Input",ExpressionUUID->"99e7c22f-79a7-48a4-b82b-3162752dccee", CellID->1334831151], -Cell[26041, 707, 209, 5, 36, "Output",ExpressionUUID->"599ed3c0-4bdd-4728-b1cd-c1797a904e57", +Cell[26086, 711, 209, 5, 36, "Output",ExpressionUUID->"599ed3c0-4bdd-4728-b1cd-c1797a904e57", CellID->1540098315] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26537, 725, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"73433c36-cf73-4fd0-a70f-7b0a2b1ba87e"], +Cell[32015, 875, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8e71896c-316e-4a9c-bd63-513ae91ece54"], +Cell[32688, 895, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"20f2afb6-f50a-48c2-a720-42be85a780b5"], +Cell[33724, 923, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"2413b2bf-cd40-47ca-a76e-d81741bae44e"], Cell[CellGroupData[{ -Cell[26514, 723, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"b65c7fdf-d8d9-488f-9ce8-612d609d4e17"], -Cell[31992, 873, 670, 18, 70, "TechNotesSection",ExpressionUUID->"88e12dd4-24dd-45d1-a47a-262a4cf11754"] -}, Open ]], -Cell[32677, 894, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"12e6dbf5-9689-4c01-9773-d23500b4c312"], -Cell[33713, 922, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"1bb31312-b841-423a-9a4f-119176f5b7ba"], -Cell[CellGroupData[{ -Cell[35995, 990, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd0c31f1-9a53-43b1-b283-72e5141f49c6", +Cell[36006, 991, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd0c31f1-9a53-43b1-b283-72e5141f49c6", CellID->906383680], -Cell[36135, 993, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18139f78-1032-47f3-bfb6-654a31a725b0", +Cell[36146, 994, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18139f78-1032-47f3-bfb6-654a31a725b0", CellID->1194386356], -Cell[36357, 999, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d7e333ab-7e7f-40e7-80fe-67cecfd89904", +Cell[36368, 1000, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d7e333ab-7e7f-40e7-80fe-67cecfd89904", CellID->1641706272], -Cell[36572, 1004, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0521062e-96cb-4a79-aa39-40c25089f9ba", +Cell[36583, 1005, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0521062e-96cb-4a79-aa39-40c25089f9ba", CellID->399251956], -Cell[36801, 1010, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"337a6571-f9cb-4030-93fd-ef86ef5f8bc4", +Cell[36812, 1011, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"337a6571-f9cb-4030-93fd-ef86ef5f8bc4", CellID->821434655] }, Open ]], -Cell[37038, 1016, 78, 0, 70, "FooterCell",ExpressionUUID->"e3a5c4ae-110f-4af8-9121-f856b6f6f92c"] +Cell[37049, 1017, 78, 0, 70, "FooterCell",ExpressionUUID->"d873dd69-8350-4885-b41c-a6fbba3b0904"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MinUnanimityCoordinates.nb b/Documentation/English/ReferencePages/Symbols/MinUnanimityCoordinates.nb index 76b3082..7f03b9c 100644 --- a/Documentation/English/ReferencePages/Symbols/MinUnanimityCoordinates.nb +++ b/Documentation/English/ReferencePages/Symbols/MinUnanimityCoordinates.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40350, 1039] -NotebookOptionsPosition[ 32544, 885] -NotebookOutlinePosition[ 34680, 939] -CellTagsIndexPosition[ 34595, 934] +NotebookDataLength[ 40364, 1039] +NotebookOptionsPosition[ 32573, 887] +NotebookOutlinePosition[ 34727, 941] +CellTagsIndexPosition[ 34642, 936] WindowTitle->MinUnanimityCoordinates WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1a7274a8-25e9-48c1-8a86-655383a3b4ab"], + "2df3e2fa-ed3d-4bc5-9fe7-741764f73f5c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c4b222e4-c599-4dae-b6d6-dc1bc8eb335b"], + "e8752003-07ae-44a4-9647-ce3d4f8a185e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b62a64d6-6ebc-4413-a721-8a5789d3030a"] - }],ExpressionUUID->"3b41e867-7006-457b-8d5d-a03d8b26aa72"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "5cc11ee4-1756-4525-ad5a-8f29e50c296b"] + }],ExpressionUUID->"d6225d39-fcdc-48e5-bdcd-66da95d35617"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2aeb5e8-3f6c-4302-9608-8bfb71f5a8b1"], + "82b208bd-29b1-4a92-909d-d9a89d591ba9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "808fed82-2303-48c7-86b1-36464c19d39a"] - }],ExpressionUUID->"3043bc4a-c92e-4f6a-8160-f733860b74e4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d4bee72a-3425-462e-96b4-db000004fc76"] + }],ExpressionUUID->"afa76fb8-d909-4ae5-8146-20b2886711f3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c494b224-8526-4586-a5ea-7684aa9e86c9"], + "d9575f33-41f4-4727-b1fb-fadf7bced7d7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5d53f237-5150-418b-8847-32f22acf7e14"] - }],ExpressionUUID->"258b5a95-8b4d-4ac8-aa54-3b8146c7c67b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e4cf2567-b87c-4ad3-be6a-e9873a8e5ce7"] + }],ExpressionUUID->"dda552c6-a5a2-4d4b-a342-0e394e3a5dd5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bb01a500-0f7e-450b-9cd5-dfee2e84a3cf"], + "0facbd3b-8223-4a28-a153-eaaa94fb5f95"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b9e3bed3-53ba-4112-8208-37d56cd77c87"] - }],ExpressionUUID->"4dfed1fc-4d0f-44cb-bd3d-857832757e9e"], - StripOnInput->False], {"\<\"TUG/ref/MinUnanimityCoordinates\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MinUnanimityCoordinates"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2e4ecb8d-eb4d-4fbf-8aae-c000f7017cf8"] + }],ExpressionUUID->"ea29a7aa-6d18-4737-98fd-b55072ec9b4e"], + StripOnInput->False],{ + "\"TUG/ref/MinUnanimityCoordinates\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MinUnanimityCoordinates"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ MinUnanimityCoordinates.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$118167], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MinUnanimityCoordinates" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$127531], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MinUnanimityCoordinates" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c3b7e51c-2590-482c-8cf7-f8845a6857ea"] + "43f5ab01-f909-4f6a-acd8-497765713aee"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "98128586-bf40-4b6f-bf8c-ebe7dcf6b827"]} + "b963d6d9-f2dc-4036-854a-f25211317955"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"982656dd-dc5b-48c8-a7d1-3c960c6d508f"], + CellID->1,ExpressionUUID->"aef6646a-f384-4ec6-b528-047f86a08a66"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"fc6c55b4-6484-4b32-b0af-dcd0e865eb7e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4f5113bc-6df4-40ad-b46c-bda84080c2bc"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MinUnanimityCoordinates", "ObjectName",ExpressionUUID-> - "c32da415-3a59-42e1-9e11-0a21cf84e2f2"], + "985cf9d8-ab6c-45ad-921c-92ca77da0d69"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"62e3c635-d49a-4a95-b7e7-7e76e704aa87"], + "Spacer1"]],ExpressionUUID->"3612575d-db85-4055-9431-b014012d52ff"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1d6ff456-df11-4f0f-b9a6-73c5c7041059"] - }],ExpressionUUID->"f0facb28-7166-4edb-8211-453af4e4fc04"], Cell[BoxData[ + "21d60320-9f53-424a-9b3e-0777f024d2cb"] + }],ExpressionUUID->"14d51b29-7450-4d3d-a341-989e9b95267a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0598ffe3-eafe-4ebb-a266-f5b2b21ea82e"]} + "361d220f-bb76-4f05-9c18-a0f2daf834a4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ea569920-b089-40ef-9187-a5b3dc684ee3"], + CacheGraphics->False,ExpressionUUID->"901ee5f3-f39a-4d5b-9ab7-9529a47fae9f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "eaf49d98-1bc4-4600-812c-cda2f01a7230"], " \[LineSeparator]calculates the minimum unanimity coordinate for each \ coalition size." - }],ExpressionUUID->"18eb3494-8e92-42cb-b32e-67fc74736a2d"]} + }],ExpressionUUID->"8d3aa1b9-d0d7-49e5-8d2d-b38e68377763"]} }]], "Usage", CellID->229969244,ExpressionUUID->"aa41cea4-ed0f-4d93-a63b-4120d7cea097"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4540ac80-37a0-459b-a3ec-a218bf29ba32"], + ExpressionUUID->"35682adb-8407-47a5-b626-8d45ff6ba02b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"faf1f5ce-75d4-4197-86ea-867036b63bba"], + "Spacer1"]],ExpressionUUID->"5f940144-23b1-4549-a8e3-8d919534d74b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0611efbb-09af-4126-ba2e-2d0e7236da43"], + }], "NotesFrameText",ExpressionUUID->"4ec64fe6-7107-4d20-846d-d4cf51f6f827"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0769764f-add2-4e17-ae13-a25e98b110e9"]], \ + "Preemptive"]],ExpressionUUID->"88cc0333-02a6-4ebb-98ad-32a5cd5f4f89"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1965624076,ExpressionUUID->"7fed4e27-5bd4-4532-b57b-d9e3128e7fc1"], + CellID->2142664942,ExpressionUUID->"8314ad64-5791-4845-b5c3-ee403e7e736e"], Cell[TextData[{ "The input expression ", @@ -375,19 +380,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e55dff1b-ed0f-477f-a03e-13e514599081"], + ExpressionUUID->"e890f0ce-1338-4353-93fc-187ac7549782"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"42dde948-9b0b-41c9-b9bb-847797dd0a88"], + "Spacer1"]],ExpressionUUID->"8c18d06d-3aab-418a-bae6-04fc6eb5da0b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "154b5726-3e93-4364-801d-054cafdd6b78"] + "be30c963-b7b9-4b77-adcb-48015d7945c2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->787238198,ExpressionUUID->"135a7a7e-25bb-499d-9109-eb1984291ccb"], + CellID->184108521,ExpressionUUID->"074bdeb7-b720-4322-9222-c8a4d0d9d496"], Cell[CellGroupData[{ @@ -416,18 +421,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5a583e64-148e-45a7-ba9d-6c388ea9dd14"], + ExpressionUUID->"54c45747-9a6e-4bfd-b9a3-499bdc59aa48"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5cb76dd9-b8f1-4863-b4dd-122bf8a95f2b"], + "Spacer1"]],ExpressionUUID->"b452f3bb-07db-46b1-83db-860c3e6cacde"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cf0d4498-d620-4710-82ec-dbaae86b96e0"] + "8c9774ef-2ae5-419f-9d8f-e93ed07f2db5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->518155255,ExpressionUUID->"36d90cc5-07e9-4561-bf5c-5c9e7babab64"], + CellID->951552744,ExpressionUUID->"b4b6658f-a403-4c2c-a8d6-e5e0304c3e6e"], Cell["Loading the package:", "ExampleText", CellID->980222510,ExpressionUUID->"41833dc9-4267-4fd0-86dc-6228f8980355"], @@ -587,8 +592,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -736,15 +739,15 @@ Cell[BoxData[GridBox[{ "a5b897a3-dff9-4d67-aff4-f4048ac37a39"] }], "SeeAlso",ExpressionUUID->"15e19c05-f0a2-4388-a35f-74498f808ee1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4df26e60-a1d3-489a-b587-\ -fd6894795eec"], + }]], "SeeAlsoSection",ExpressionUUID->"62d2b238-63e2-4ddd-9124-\ +b810034fdfdd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -756,9 +759,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b7ea9e09-6a2b-484a-801b-0a599be23c08"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9ed25e53-a29e-49ec-9e72-\ -b34746ead166"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"60c1c219-7b57-4206-9614-\ +9991ea0dd37c"], Cell[BoxData[GridBox[{ { @@ -775,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5bf8e8ec-1648-46bb-809b-95812070d985"]}]}, + "06529f57-08fd-43a7-b0aa-d58b71ba9487"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -783,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4bfc9b75-f9c8-4cac-80e3-7dc915d75ac3"]}]} + "623c91b4-d38e-410b-b164-5e5748dba18d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0dc4a7bc-4e74-489a-a9b1-\ -934f98352896"], + }]], "MoreAboutSection",ExpressionUUID->"d0dfda3e-e7c0-44d3-a9f6-\ +034ae0d26f32"], Cell[BoxData[GridBox[{ { @@ -813,7 +815,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ae249e21-51a1-4a3c-a00a-d1e35fc46bb1"]], "RelatedLinks", + "2bfd7b5e-c933-4c08-a2ab-64b6402e3439"]], "RelatedLinks", ExpressionUUID->"78b08420-5b9d-4c57-94a8-e4a84bd1cc1a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -830,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2b2169ef-a869-4b18-b8a5-35a9a95a2d63"]], "RelatedLinks", + "b1b5242c-dc43-4635-ab93-b8331f36a566"]], "RelatedLinks", ExpressionUUID->"34ea6712-820c-43e6-a66f-12177cf20e5d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -847,11 +849,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3112f72c-91ed-4b70-bfa7-c011dcac57f5"]], "RelatedLinks", + "da3cc79f-cf22-4bff-b752-8b910397cbb8"]], "RelatedLinks", ExpressionUUID->"be20a0dc-fdf1-46e1-8cac-77db6a17f80b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ecda17a6-d6d1-4f39-b4c7-\ -5fc1ac491999"], + }]], "RelatedLinksSection",ExpressionUUID->"f3b67238-947d-4cce-b6b5-\ +add2a14b4531"], Cell[CellGroupData[{ @@ -881,11 +883,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b14dbdd2-0a79-403d-902d-c77ec715782d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"bc5141f2-79ef-4d83-971e-ca64c94c9694"] +Cell[" ", "FooterCell",ExpressionUUID->"13a07ef2-50aa-4ea5-bdb8-309bd83034ef"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MinUnanimityCoordinates", TaggingRules->{ @@ -896,7 +898,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 47.903388}", + "built" -> "{2024, 6, 3, 16, 53, 49.533847}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -904,10 +906,10 @@ TaggingRules->{ "MinUnanimityCoordinates[game] calculates the minimum unanimity \ coordinate for each coalition size.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MinUnanimityCoordinates", "titlemodifier" -> "", - "windowtitle" -> "MinUnanimityCoordinates", "type" -> "Symbol", "uri" -> - "TUG/ref/MinUnanimityCoordinates"}}, + "metadescription" -> "", "windowtitle" -> "MinUnanimityCoordinates", + "type" -> "Symbol", "uri" -> "TUG/ref/MinUnanimityCoordinates"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -916,9 +918,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"23d14d06-6fae-488c-8784-c75fbeb19057" +ExpressionUUID->"f92d6cf9-2a83-4972-89a2-cd6ffe84f686" ] (* End of Notebook Content *) @@ -926,121 +928,119 @@ ExpressionUUID->"23d14d06-6fae-488c-8784-c75fbeb19057" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13563, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"135a7a7e-25bb-499d-9109-eb1984291ccb", + Cell[13626, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"074bdeb7-b720-4322-9222-c8a4d0d9d496", CellTags->"PrimaryExamplesSection", - CellID->787238198]} + CellID->184108521]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34395, 927} + {"PrimaryExamplesSection", 34442, 929} } *) (*NotebookFileOutline Notebook[{ -Cell[595, 21, 7180, 169, 56, "AnchorBarGrid",ExpressionUUID->"982656dd-dc5b-48c8-a7d1-3c960c6d508f", +Cell[595, 21, 7243, 174, 57, "AnchorBarGrid",ExpressionUUID->"aef6646a-f384-4ec6-b528-047f86a08a66", CellID->1], -Cell[7778, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"fc6c55b4-6484-4b32-b0af-dcd0e865eb7e"], +Cell[7841, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4f5113bc-6df4-40ad-b46c-bda84080c2bc"], Cell[CellGroupData[{ -Cell[7889, 196, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"ea569920-b089-40ef-9187-a5b3dc684ee3"], -Cell[9189, 233, 501, 11, 111, "Usage",ExpressionUUID->"aa41cea4-ed0f-4d93-a63b-4120d7cea097", +Cell[7952, 201, 1297, 35, 59, "ObjectNameGrid",ExpressionUUID->"901ee5f3-f39a-4d5b-9ab7-9529a47fae9f"], +Cell[9252, 238, 501, 11, 111, "Usage",ExpressionUUID->"aa41cea4-ed0f-4d93-a63b-4120d7cea097", CellID->229969244] }, Open ]], Cell[CellGroupData[{ -Cell[9727, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"7fed4e27-5bd4-4532-b57b-d9e3128e7fc1", +Cell[9790, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"8314ad64-5791-4845-b5c3-ee403e7e736e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1965624076], -Cell[11625, 298, 782, 20, 57, "]]",ExpressionUUID->"a39faaf6-7129-46f2-95f7-dc3448b41aa1", + CellID->2142664942], +Cell[11688, 303, 782, 20, 57, "]]",ExpressionUUID->"a39faaf6-7129-46f2-95f7-dc3448b41aa1", CellID->209133038], -Cell[12410, 320, 489, 12, 37, "Notes",ExpressionUUID->"015da841-002c-4127-8efe-73d82d3e1a46", +Cell[12473, 325, 489, 12, 38, "Notes",ExpressionUUID->"015da841-002c-4127-8efe-73d82d3e1a46", CellID->177724765], -Cell[12902, 334, 351, 6, 57, "Notes",ExpressionUUID->"d8bee650-9c2f-4e3b-9a4f-5720dee5f6c8", +Cell[12965, 339, 351, 6, 57, "Notes",ExpressionUUID->"d8bee650-9c2f-4e3b-9a4f-5720dee5f6c8", CellID->460924929], -Cell[13256, 342, 180, 4, 36, "Notes",ExpressionUUID->"9b790144-5c7e-493f-bb33-d8ab49849138", +Cell[13319, 347, 180, 4, 36, "Notes",ExpressionUUID->"9b790144-5c7e-493f-bb33-d8ab49849138", CellID->70901011] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13563, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"135a7a7e-25bb-499d-9109-eb1984291ccb", +Cell[13626, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"074bdeb7-b720-4322-9222-c8a4d0d9d496", CellTags->"PrimaryExamplesSection", - CellID->787238198], + CellID->184108521], Cell[CellGroupData[{ -Cell[15008, 393, 1398, 36, 30, "ExampleSection",ExpressionUUID->"36d90cc5-07e9-4561-bf5c-5c9e7babab64", - CellID->518155255], -Cell[16409, 431, 118, 1, 38, "ExampleText",ExpressionUUID->"41833dc9-4267-4fd0-86dc-6228f8980355", +Cell[15071, 398, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b4b6658f-a403-4c2c-a8d6-e5e0304c3e6e", + CellID->951552744], +Cell[16472, 436, 118, 1, 39, "ExampleText",ExpressionUUID->"41833dc9-4267-4fd0-86dc-6228f8980355", CellID->980222510], Cell[CellGroupData[{ -Cell[16552, 436, 168, 3, 27, "Input",ExpressionUUID->"a3e17dca-6946-4fee-ad39-138bb53016ed", +Cell[16615, 441, 168, 3, 27, "Input",ExpressionUUID->"a3e17dca-6946-4fee-ad39-138bb53016ed", CellID->1529121623], Cell[CellGroupData[{ -Cell[16745, 443, 236, 4, 23, "Print",ExpressionUUID->"b36ca1d5-5e8a-4f31-b906-1bba5a04df75", +Cell[16808, 448, 236, 4, 23, "Print",ExpressionUUID->"b36ca1d5-5e8a-4f31-b906-1bba5a04df75", CellID->1801494881], -Cell[16984, 449, 364, 8, 23, "Print",ExpressionUUID->"8197c6bf-26ee-4b6a-860e-0c9d355abd5d", +Cell[17047, 454, 364, 8, 23, "Print",ExpressionUUID->"8197c6bf-26ee-4b6a-860e-0c9d355abd5d", CellID->161359523], -Cell[17351, 459, 236, 4, 23, "Print",ExpressionUUID->"b44e3635-eb74-4d7f-ac37-e18439bf0c3e", +Cell[17414, 464, 236, 4, 23, "Print",ExpressionUUID->"b44e3635-eb74-4d7f-ac37-e18439bf0c3e", CellID->1798810286], -Cell[17590, 465, 219, 3, 23, "Print",ExpressionUUID->"87edc927-e1e7-4301-8c2b-fc674ebea474", +Cell[17653, 470, 219, 3, 23, "Print",ExpressionUUID->"87edc927-e1e7-4301-8c2b-fc674ebea474", CellID->877368884], -Cell[17812, 470, 207, 3, 23, "Print",ExpressionUUID->"0a393865-236b-40b6-a5fc-69d0dc9149d6", +Cell[17875, 475, 207, 3, 23, "Print",ExpressionUUID->"0a393865-236b-40b6-a5fc-69d0dc9149d6", CellID->1307159790], -Cell[18022, 475, 237, 4, 23, "Print",ExpressionUUID->"e75db019-0482-4d7f-b2d0-684699416a07", +Cell[18085, 480, 237, 4, 23, "Print",ExpressionUUID->"e75db019-0482-4d7f-b2d0-684699416a07", CellID->1570624214], -Cell[18262, 481, 220, 3, 23, "Print",ExpressionUUID->"9f3df57b-306f-488b-ab5f-d099e2dad636", +Cell[18325, 486, 220, 3, 23, "Print",ExpressionUUID->"9f3df57b-306f-488b-ab5f-d099e2dad636", CellID->1442249365], -Cell[18485, 486, 236, 4, 23, "Print",ExpressionUUID->"dcf1a24c-c8e9-4289-8ad5-b78e64412f23", +Cell[18548, 491, 236, 4, 23, "Print",ExpressionUUID->"dcf1a24c-c8e9-4289-8ad5-b78e64412f23", CellID->1872275918], -Cell[18724, 492, 236, 4, 23, "Print",ExpressionUUID->"a01dc7a5-77b2-4873-bdb5-dfcb9833f5f0", +Cell[18787, 497, 236, 4, 23, "Print",ExpressionUUID->"a01dc7a5-77b2-4873-bdb5-dfcb9833f5f0", CellID->1151607815], -Cell[18963, 498, 207, 3, 23, "Print",ExpressionUUID->"55d58e23-ce58-4d28-9b3a-805700cc11cb", +Cell[19026, 503, 207, 3, 23, "Print",ExpressionUUID->"55d58e23-ce58-4d28-9b3a-805700cc11cb", CellID->1999090841], -Cell[19173, 503, 236, 4, 70, "Print",ExpressionUUID->"a30ed9a1-088d-402b-b030-ef80bd32d400", +Cell[19236, 508, 236, 4, 23, "Print",ExpressionUUID->"a30ed9a1-088d-402b-b030-ef80bd32d400", CellID->1888764681] }, Open ]] }, Open ]], -Cell[19436, 511, 137, 1, 70, "ExampleText",ExpressionUUID->"77cb29a8-ade9-4ff5-b2b1-a53dfb3d5281", +Cell[19499, 516, 137, 1, 70, "ExampleText",ExpressionUUID->"77cb29a8-ade9-4ff5-b2b1-a53dfb3d5281", CellID->1558059543], -Cell[19576, 514, 235, 6, 70, "Input",ExpressionUUID->"597c9e34-9120-4d0c-9b15-119b5242f078", +Cell[19639, 519, 235, 6, 70, "Input",ExpressionUUID->"597c9e34-9120-4d0c-9b15-119b5242f078", CellID->1350808620], -Cell[19814, 522, 379, 9, 70, "Input",ExpressionUUID->"bfee1fb7-fd23-45c7-b6ff-ba04c4c28bf2", +Cell[19877, 527, 379, 9, 70, "Input",ExpressionUUID->"bfee1fb7-fd23-45c7-b6ff-ba04c4c28bf2", CellID->14860440], -Cell[20196, 533, 238, 6, 70, "Input",ExpressionUUID->"30925da7-1384-49fe-8db2-2f408fd25ba6", +Cell[20259, 538, 238, 6, 70, "Input",ExpressionUUID->"30925da7-1384-49fe-8db2-2f408fd25ba6", CellID->1118138781], -Cell[20437, 541, 191, 4, 70, "ExampleText",ExpressionUUID->"b1c0c553-e63d-453e-a734-ffda73f2895e", +Cell[20500, 546, 191, 4, 70, "ExampleText",ExpressionUUID->"b1c0c553-e63d-453e-a734-ffda73f2895e", CellID->1056970306], Cell[CellGroupData[{ -Cell[20653, 549, 181, 3, 70, "Input",ExpressionUUID->"6f52380a-3669-4418-8d71-f78d4c1f2d16", +Cell[20716, 554, 181, 3, 70, "Input",ExpressionUUID->"6f52380a-3669-4418-8d71-f78d4c1f2d16", CellID->1336213470], -Cell[20837, 554, 172, 4, 36, "Output",ExpressionUUID->"219fa642-9b9f-43e2-bdf3-cf24a6b97615", +Cell[20900, 559, 172, 4, 36, "Output",ExpressionUUID->"219fa642-9b9f-43e2-bdf3-cf24a6b97615", CellID->226778567] }, Open ]], -Cell[21024, 561, 189, 4, 70, "ExampleText",ExpressionUUID->"d8934852-3d0f-4916-9505-251fa86eb58f", +Cell[21087, 566, 189, 4, 70, "ExampleText",ExpressionUUID->"d8934852-3d0f-4916-9505-251fa86eb58f", CellID->1095175002], Cell[CellGroupData[{ -Cell[21238, 569, 180, 3, 70, "Input",ExpressionUUID->"24b5c243-c6a3-4c70-b74c-927713e888bc", +Cell[21301, 574, 180, 3, 70, "Input",ExpressionUUID->"24b5c243-c6a3-4c70-b74c-927713e888bc", CellID->708063070], -Cell[21421, 574, 242, 6, 36, "Output",ExpressionUUID->"fd016d4d-e895-4051-94b1-174aedb32a72", +Cell[21484, 579, 242, 6, 36, "Output",ExpressionUUID->"fd016d4d-e895-4051-94b1-174aedb32a72", CellID->842174533] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21968, 594, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"62d2b238-63e2-4ddd-9124-b810034fdfdd"], +Cell[27470, 744, 670, 18, 70, "TechNotesSection",ExpressionUUID->"60c1c219-7b57-4206-9614-9991ea0dd37c"], +Cell[28143, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d0dfda3e-e7c0-44d3-a9f6-034ae0d26f32"], +Cell[29179, 792, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"f3b67238-947d-4cce-b6b5-add2a14b4531"], Cell[CellGroupData[{ -Cell[21927, 591, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"4df26e60-a1d3-489a-b587-fd6894795eec"], -Cell[27429, 741, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9ed25e53-a29e-49ec-9e72-b34746ead166"] -}, Open ]], -Cell[28114, 762, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0dc4a7bc-4e74-489a-a9b1-934f98352896"], -Cell[29150, 790, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"ecda17a6-d6d1-4f39-b4c7-5fc1ac491999"], -Cell[CellGroupData[{ -Cell[31420, 857, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab5e6d4c-a744-481a-926c-5243dfbe220f", +Cell[31449, 859, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ab5e6d4c-a744-481a-926c-5243dfbe220f", CellID->50309288], -Cell[31559, 860, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a013c2f3-a33f-453d-aeac-358fc5db0c87", +Cell[31588, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a013c2f3-a33f-453d-aeac-358fc5db0c87", CellID->1194386356], -Cell[31781, 866, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"08d0bcd4-2dee-4227-8c0e-9681fb37ce04", +Cell[31810, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"08d0bcd4-2dee-4227-8c0e-9681fb37ce04", CellID->1641706272], -Cell[31996, 871, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"12f1aed9-426c-4638-90e5-639a1dedbe9c", +Cell[32025, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"12f1aed9-426c-4638-90e5-639a1dedbe9c", CellID->399251956], -Cell[32225, 877, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b14dbdd2-0a79-403d-902d-c77ec715782d", +Cell[32254, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b14dbdd2-0a79-403d-902d-c77ec715782d", CellID->821434655] }, Open ]], -Cell[32462, 883, 78, 0, 70, "FooterCell",ExpressionUUID->"bc5141f2-79ef-4d83-971e-ca64c94c9694"] +Cell[32491, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"13a07ef2-50aa-4ea5-bdb8-309bd83034ef"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModCoalArray.nb b/Documentation/English/ReferencePages/Symbols/ModCoalArray.nb index c162ea8..053a5b8 100644 --- a/Documentation/English/ReferencePages/Symbols/ModCoalArray.nb +++ b/Documentation/English/ReferencePages/Symbols/ModCoalArray.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44133, 1156] -NotebookOptionsPosition[ 35322, 980] -NotebookOutlinePosition[ 37428, 1034] -CellTagsIndexPosition[ 37342, 1029] +NotebookDataLength[ 44134, 1155] +NotebookOptionsPosition[ 35336, 981] +NotebookOutlinePosition[ 37461, 1035] +CellTagsIndexPosition[ 37375, 1030] WindowTitle->ModCoalArray WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "79af4c44-5e62-46cc-83e0-61590b70e87f"], + "d0de18c6-d1ad-4e52-8e29-882e37ec16c6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5966d040-68c9-4c67-bb5f-75db4b2248ab"], + "f066a9e1-dc35-407b-a89c-224a28b3e963"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "40d44e7c-435f-41be-84e7-f1beb2adbb39"] - }],ExpressionUUID->"5ebd6ae7-a401-4e03-a717-8e982882c7ec"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e5945476-9532-44a2-87fa-c10fd3d72c2b"] + }],ExpressionUUID->"a183035a-351e-43ba-a464-827424ef4b7a"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe1fdc42-f259-4ffc-ac11-e8e166fb02e6"], + "02e34715-b7eb-43ad-8231-985107bc53be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c112eb78-966f-460d-a7cc-43c91e45f42a"] - }],ExpressionUUID->"a410ba5a-9c9f-4e6d-9942-5f00d76a76c0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "165d8365-1b74-44a7-9e80-923510567779"] + }],ExpressionUUID->"cf7c4c20-dc68-4242-b960-df13e13f63e9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "28e28bde-5439-48a0-a40c-ea12b07373a0"], + "14e4f541-8103-48da-8f2d-f030aa8813e1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8d61af4f-e5c2-431f-966c-8d3581808030"] - }],ExpressionUUID->"031fa447-36be-4a03-b4c5-98f05bd20f84"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8ce32f74-2d22-4792-891b-ce137502c6f1"] + }],ExpressionUUID->"224afe0c-8540-42e0-bcd1-69c09b1cc23b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95e3c2eb-acb4-4c42-8801-5beae37a1cd9"], + "d7740203-8874-49e8-a912-a8220cf7174d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d63aa1d2-9342-4ef5-a673-5fa0420ac3fa"] - }],ExpressionUUID->"34e063b9-6d02-4752-9498-3ffd63ffef13"], - StripOnInput->False], {"\<\"TUG/ref/ModCoalArray\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModCoalArray"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ModCoalArray.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$119288], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModCoalArray" <> ".html"], None}]}]}, + "913bd33a-09c1-488e-a3c5-2ff95b30b7a6"] + }],ExpressionUUID->"1cb8a838-dbba-4503-b617-5560d466efd7"], + StripOnInput->False],{ + "\"TUG/ref/ModCoalArray\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModCoalArray"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ModCoalArray.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$128720], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModCoalArray" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e17dceb-339d-4c26-bd1e-f4f431c2d0c7"] + "ee90b652-1952-4bdf-8b96-0272853f8d17"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "79d20578-3111-491a-ac09-2377f5413da4"]} + "f60d2b60-ddb9-4e9a-84c5-71cbdcbbd1df"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e8c15604-c9c8-456c-9b5e-14780f6ced2e"], + CellID->1,ExpressionUUID->"6a0043af-0d85-4996-b6eb-4b6ada244f1c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0ba1b991-45da-4052-b612-49e2613b45a2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"144a3e7f-4ba7-46ef-af64-4fa8f23a2c88"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModCoalArray", "ObjectName",ExpressionUUID-> - "bf068d2d-a245-4394-a365-670850c84feb"], + "c1df8017-d100-47a0-9969-7e85701ba7cf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1370f0e4-c163-448b-9bd3-36f826207aae"], + "Spacer1"]],ExpressionUUID->"bdd1465e-c3da-45c3-aef1-bf4781672f08"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "47d545e4-28fe-4408-8bde-16899579f7f6"] - }],ExpressionUUID->"687982bd-d895-45cc-a29c-a4a474e6d9a8"], Cell[BoxData[ + "ab36b17f-3017-4d3d-aeb6-3882feb419bc"] + }],ExpressionUUID->"1491e411-918f-4000-b01e-a9a98a2327d7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "602404f6-1c2c-461d-aa9a-9d43b286cb45"]} + "cacc42ea-c25d-441c-9bcf-c8277a19e58b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"44d22bf8-fc4b-4af9-a717-d3cae90fcb86"], + CacheGraphics->False,ExpressionUUID->"c11db989-14bd-425c-bad9-095d8eb199f6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +247,7 @@ second, ..., ", FontFamily->"Source Sans Pro",ExpressionUUID-> "5c66b44d-f5bc-4104-b34a-e6ec95ef9034"], "-th maximal excess." - }],ExpressionUUID->"0930928d-fb1a-44b4-92c2-d712fc47b280"]} + }],ExpressionUUID->"7d8c16bd-df60-4571-964c-71292a5d8280"]} }]], "Usage", CellID->23175178,ExpressionUUID->"a8c2b63f-9cdd-47db-ba4c-93d21d9360bc"] }, Open ]], @@ -276,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bd617c4e-cd8b-41bf-a986-0abc6c93c56f"], + ExpressionUUID->"c56e74fd-729e-4248-bfdb-8da5fac92d67"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ddad3ec1-a172-468f-a541-7c2fa6de88c2"], + "Spacer1"]],ExpressionUUID->"ef25f479-9780-4029-bb46-41eb2464a66c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d3b4438d-7113-4544-b1a2-6f70e71d70ee"], + }], "NotesFrameText",ExpressionUUID->"e19badfd-ffd1-4a68-9b3b-923f88a4126c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c533fb56-bc40-4cc0-86a2-12eecbd07fec"]], \ + "Preemptive"]],ExpressionUUID->"6e4fe5d3-c080-4a6e-babf-acd30fed9328"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1791188522,ExpressionUUID->"b27a2cac-667d-4453-98c2-a57318dea458"], + CellID->2030309833,ExpressionUUID->"4b54824b-402e-4c65-a43b-a529279780db"], Cell[TextData[{ "The input expression ", @@ -374,19 +378,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ae59529a-5c4f-4f6b-b940-ff7b385509b1"], + ExpressionUUID->"a0d425c7-7ea5-4f59-a98b-02bc837dc000"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ab3eed7a-2197-47b7-a9c0-b5e5b13f5630"], + "Spacer1"]],ExpressionUUID->"c5abc60f-76c4-4ba9-a246-931b7730cc9c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "52307869-5c02-424b-b3f0-2645a4dfa7de"] + "71b3cee7-d13c-4f1d-9abf-46db2aa0b526"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->792763944,ExpressionUUID->"6aa938e1-2497-4a1b-a8e5-63da7c29d6fd"], + CellID->1682650969,ExpressionUUID->"55744b9f-d919-461b-85b9-8c8a32688ce1"], Cell[CellGroupData[{ @@ -415,18 +419,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e5a89748-5aed-4dd3-99db-f38d82edf205"], + ExpressionUUID->"1f77694e-5951-4cbb-a886-15543b8e3d3c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4faab227-c2cf-46a5-b8c8-30aafb7d16cc"], + "Spacer1"]],ExpressionUUID->"859e234c-7c29-480f-a828-e64c8c66e99b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "64e204be-4719-4cac-8c79-1d77edc73443"] + "77a13eb2-d1c9-468d-9cb5-4de26fd964a4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->782100481,ExpressionUUID->"ba1edd76-42ea-43dc-a682-fcfecdcfae71"], + CellID->371123470,ExpressionUUID->"a5906d84-6fc8-439b-8b98-8407f963ab54"], Cell["Loading the package:", "ExampleText", CellID->165130963,ExpressionUUID->"98dda71c-679c-4b38-9254-e85ddbf1b6b4"], @@ -682,8 +686,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -831,15 +833,15 @@ Cell[BoxData[GridBox[{ "50d85cf9-23d6-4302-b96c-208b1dda3861"] }], "SeeAlso",ExpressionUUID->"60793357-8c0d-4d03-8d65-2745871f1d13"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8f353612-1604-4bba-bdb0-\ -603dc8b8f55e"], + }]], "SeeAlsoSection",ExpressionUUID->"5d369556-e785-432f-a830-\ +358cbc48721f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -851,9 +853,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3c51cef0-f6da-4a7e-8ebc-fc991292730e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6e7861d4-0c78-49ac-9b85-\ -2d181b82fcd9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bfd87b9d-e0ae-49b5-a62e-\ +eed5a50f858e"], Cell[BoxData[GridBox[{ { @@ -870,7 +871,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "20643c0f-d088-4970-bf10-2c10051dd665"]}]}, + "78cda8fd-fed5-4405-aa4f-0f0a1cf83301"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -878,10 +879,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e4fa5bca-80ce-4ba1-a9b6-85f2941d4d59"]}]} + "1898cd9c-2d59-411c-8b36-473b30da16a8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"67b5f115-45dd-4cac-b996-\ -b1d616314fa2"], + }]], "MoreAboutSection",ExpressionUUID->"36d6eed3-d12f-4c85-b9d2-\ +de480ddb58ee"], Cell[BoxData[GridBox[{ { @@ -908,7 +909,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a58387b7-8e04-4b31-8151-e23c9181cd6b"]], "RelatedLinks", + "97c0d94c-2cf8-4fcf-9290-50880570f947"]], "RelatedLinks", ExpressionUUID->"d3e2556a-7977-45c1-a64d-2e59308269a6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -925,7 +926,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "23d46029-ecd8-4d86-828c-a8b448b939eb"]], "RelatedLinks", + "7b71f29a-ee1b-42fa-ad6e-1cdca24144c7"]], "RelatedLinks", ExpressionUUID->"88faf637-c775-44be-b647-5580210562d7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -942,11 +943,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ddcc9655-07c1-479d-9dfa-30cbdbecd534"]], "RelatedLinks", + "99f7f052-d44c-4abf-b219-88a66f47e28c"]], "RelatedLinks", ExpressionUUID->"28a4eead-c4c7-4e38-9e46-5c62f62cf37b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8a514a63-a478-4190-a955-\ -87fb0b354ad8"], + }]], "RelatedLinksSection",ExpressionUUID->"b6cc7c6f-bfa2-4c14-a1ac-\ +fab6c1d3d40b"], Cell[CellGroupData[{ @@ -976,11 +977,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"91ce2fe6-2827-427d-a6e9-c9b2015adb5f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b9a1f431-c070-4048-a0b2-0cf91899edb1"] +Cell[" ", "FooterCell",ExpressionUUID->"dc98b65a-0cab-4e4c-adef-5b9ae02572f4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModCoalArray", TaggingRules->{ @@ -991,7 +992,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 50.707120}", + "built" -> "{2024, 6, 3, 16, 53, 50.918687}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -999,10 +1000,10 @@ TaggingRules->{ "ModCoalArray[game, payoff] computes a modified coalitions array of the \ first, second, ..., k-th maximal excess.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ModCoalArray", "titlemodifier" -> "", - "windowtitle" -> "ModCoalArray", "type" -> "Symbol", "uri" -> - "TUG/ref/ModCoalArray"}}, + "metadescription" -> "", "windowtitle" -> "ModCoalArray", "type" -> + "Symbol", "uri" -> "TUG/ref/ModCoalArray"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1011,9 +1012,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d9829011-76f6-4759-a080-e9779b09fd85" +ExpressionUUID->"746f1258-aa4b-4cc6-a958-3f579bc72ba1" ] (* End of Notebook Content *) @@ -1021,143 +1022,141 @@ ExpressionUUID->"d9829011-76f6-4759-a080-e9779b09fd85" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13453, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6aa938e1-2497-4a1b-a8e5-63da7c29d6fd", + Cell[13500, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55744b9f-d919-461b-85b9-8c8a32688ce1", CellTags->"PrimaryExamplesSection", - CellID->792763944]} + CellID->1682650969]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37142, 1022} + {"PrimaryExamplesSection", 37174, 1023} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7102, 168, 56, "AnchorBarGrid",ExpressionUUID->"e8c15604-c9c8-456c-9b5e-14780f6ced2e", +Cell[584, 21, 7149, 172, 57, "AnchorBarGrid",ExpressionUUID->"6a0043af-0d85-4996-b6eb-4b6ada244f1c", CellID->1], -Cell[7689, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0ba1b991-45da-4052-b612-49e2613b45a2"], +Cell[7736, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"144a3e7f-4ba7-46ef-af64-4fa8f23a2c88"], Cell[CellGroupData[{ -Cell[7800, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"44d22bf8-fc4b-4af9-a717-d3cae90fcb86"], -Cell[9089, 232, 681, 15, 111, "Usage",ExpressionUUID->"a8c2b63f-9cdd-47db-ba4c-93d21d9360bc", +Cell[7847, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"c11db989-14bd-425c-bad9-095d8eb199f6"], +Cell[9136, 236, 681, 15, 111, "Usage",ExpressionUUID->"a8c2b63f-9cdd-47db-ba4c-93d21d9360bc", CellID->23175178] }, Open ]], Cell[CellGroupData[{ -Cell[9807, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"b27a2cac-667d-4453-98c2-a57318dea458", +Cell[9854, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"4b54824b-402e-4c65-a43b-a529279780db", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1791188522], -Cell[11705, 301, 782, 20, 57, "]]",ExpressionUUID->"12373433-6e64-4523-a445-0f0fe1ff54fb", + CellID->2030309833], +Cell[11752, 305, 782, 20, 57, "]]",ExpressionUUID->"12373433-6e64-4523-a445-0f0fe1ff54fb", CellID->313448337], -Cell[12490, 323, 489, 12, 37, "Notes",ExpressionUUID->"d1022f08-435c-431f-8b5e-079274323694", +Cell[12537, 327, 489, 12, 38, "Notes",ExpressionUUID->"d1022f08-435c-431f-8b5e-079274323694", CellID->177724765], -Cell[12982, 337, 344, 8, 36, "Notes",ExpressionUUID->"1f2eb535-0834-4259-b4c3-961bdc0a5593", +Cell[13029, 341, 344, 8, 36, "Notes",ExpressionUUID->"1f2eb535-0834-4259-b4c3-961bdc0a5593", CellID->1801891543] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13453, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6aa938e1-2497-4a1b-a8e5-63da7c29d6fd", +Cell[13500, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55744b9f-d919-461b-85b9-8c8a32688ce1", CellTags->"PrimaryExamplesSection", - CellID->792763944], + CellID->1682650969], Cell[CellGroupData[{ -Cell[14898, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ba1edd76-42ea-43dc-a682-fcfecdcfae71", - CellID->782100481], -Cell[16299, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"98dda71c-679c-4b38-9254-e85ddbf1b6b4", +Cell[14946, 396, 1398, 36, 30, "ExampleSection",ExpressionUUID->"a5906d84-6fc8-439b-8b98-8407f963ab54", + CellID->371123470], +Cell[16347, 434, 118, 1, 39, "ExampleText",ExpressionUUID->"98dda71c-679c-4b38-9254-e85ddbf1b6b4", CellID->165130963], Cell[CellGroupData[{ -Cell[16442, 435, 167, 3, 27, "Input",ExpressionUUID->"685d6e63-afb9-4c69-81e4-ed8b746a61ba", +Cell[16490, 439, 167, 3, 27, "Input",ExpressionUUID->"685d6e63-afb9-4c69-81e4-ed8b746a61ba", CellID->844239315], Cell[CellGroupData[{ -Cell[16634, 442, 236, 4, 23, "Print",ExpressionUUID->"5645c129-8f37-4d76-bf70-6fb0c04ae31d", +Cell[16682, 446, 236, 4, 23, "Print",ExpressionUUID->"5645c129-8f37-4d76-bf70-6fb0c04ae31d", CellID->1020814669], -Cell[16873, 448, 365, 8, 23, "Print",ExpressionUUID->"ef3f5350-aa26-4c67-ade8-3f33f3f83e74", +Cell[16921, 452, 365, 8, 23, "Print",ExpressionUUID->"ef3f5350-aa26-4c67-ade8-3f33f3f83e74", CellID->2050088668], -Cell[17241, 458, 236, 4, 23, "Print",ExpressionUUID->"bc49ef1e-e413-47bb-8990-368fcff9d620", +Cell[17289, 462, 236, 4, 23, "Print",ExpressionUUID->"bc49ef1e-e413-47bb-8990-368fcff9d620", CellID->1185588143], -Cell[17480, 464, 219, 3, 23, "Print",ExpressionUUID->"7f52e2db-e8a9-474b-8aae-630a448e54f8", +Cell[17528, 468, 219, 3, 23, "Print",ExpressionUUID->"7f52e2db-e8a9-474b-8aae-630a448e54f8", CellID->860727906], -Cell[17702, 469, 206, 3, 23, "Print",ExpressionUUID->"f0885cd9-a28c-49ef-adda-369328865f06", +Cell[17750, 473, 206, 3, 23, "Print",ExpressionUUID->"f0885cd9-a28c-49ef-adda-369328865f06", CellID->976627148], -Cell[17911, 474, 236, 4, 23, "Print",ExpressionUUID->"98ca73a0-89e4-4757-b12c-4b7852fea6ea", +Cell[17959, 478, 236, 4, 23, "Print",ExpressionUUID->"98ca73a0-89e4-4757-b12c-4b7852fea6ea", CellID->892359113], -Cell[18150, 480, 219, 3, 23, "Print",ExpressionUUID->"6479ed95-de06-4eb9-836a-e1fedd37ae22", +Cell[18198, 484, 219, 3, 23, "Print",ExpressionUUID->"6479ed95-de06-4eb9-836a-e1fedd37ae22", CellID->427517814], -Cell[18372, 485, 235, 4, 23, "Print",ExpressionUUID->"abeefd6f-3ae2-4be1-8e9a-0d9db1d9398c", +Cell[18420, 489, 235, 4, 23, "Print",ExpressionUUID->"abeefd6f-3ae2-4be1-8e9a-0d9db1d9398c", CellID->420123882], -Cell[18610, 491, 235, 4, 23, "Print",ExpressionUUID->"93088334-de9b-49cc-b97d-66582e612d2b", +Cell[18658, 495, 235, 4, 23, "Print",ExpressionUUID->"93088334-de9b-49cc-b97d-66582e612d2b", CellID->810222408], -Cell[18848, 497, 207, 3, 23, "Print",ExpressionUUID->"c5040ed1-77cc-4728-a96a-c88c0ce1d361", +Cell[18896, 501, 207, 3, 23, "Print",ExpressionUUID->"c5040ed1-77cc-4728-a96a-c88c0ce1d361", CellID->1106611198], -Cell[19058, 502, 235, 4, 23, "Print",ExpressionUUID->"2a09a7a7-d0de-4241-8195-bf4699c3c358", +Cell[19106, 506, 235, 4, 23, "Print",ExpressionUUID->"2a09a7a7-d0de-4241-8195-bf4699c3c358", CellID->178461917] }, Open ]] }, Open ]], -Cell[19320, 510, 136, 1, 38, "ExampleText",ExpressionUUID->"39d90d69-1237-4549-b94e-062737259818", +Cell[19368, 514, 136, 1, 39, "ExampleText",ExpressionUUID->"39d90d69-1237-4549-b94e-062737259818", CellID->713013183], -Cell[19459, 513, 235, 6, 70, "Input",ExpressionUUID->"7d79ab3a-e7a0-4226-905f-736bc1e662c7", +Cell[19507, 517, 235, 6, 70, "Input",ExpressionUUID->"7d79ab3a-e7a0-4226-905f-736bc1e662c7", CellID->1817777717], -Cell[19697, 521, 379, 9, 70, "Input",ExpressionUUID->"15e2a1d4-b617-44f1-8dfe-5a53f33db224", +Cell[19745, 525, 379, 9, 70, "Input",ExpressionUUID->"15e2a1d4-b617-44f1-8dfe-5a53f33db224", CellID->95684169], -Cell[20079, 532, 238, 6, 70, "Input",ExpressionUUID->"c7e3d1f4-1e57-46e4-9512-08d98fb0dfb8", +Cell[20127, 536, 238, 6, 70, "Input",ExpressionUUID->"c7e3d1f4-1e57-46e4-9512-08d98fb0dfb8", CellID->1601600196], -Cell[20320, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"7b6442f4-12d8-4669-a595-be42c7a04680", +Cell[20368, 544, 190, 4, 70, "ExampleText",ExpressionUUID->"7b6442f4-12d8-4669-a595-be42c7a04680", CellID->693764826], Cell[CellGroupData[{ -Cell[20535, 548, 169, 3, 70, "Input",ExpressionUUID->"da94ffd7-c93c-40e7-a467-c9cb851d423b", +Cell[20583, 552, 169, 3, 70, "Input",ExpressionUUID->"da94ffd7-c93c-40e7-a467-c9cb851d423b", CellID->195951865], -Cell[20707, 553, 172, 4, 36, "Output",ExpressionUUID->"5d50bfd0-4b98-40e7-8c07-8d9d7815375c", +Cell[20755, 557, 172, 4, 36, "Output",ExpressionUUID->"5d50bfd0-4b98-40e7-8c07-8d9d7815375c", CellID->731057009] }, Open ]], -Cell[20894, 560, 140, 1, 70, "ExampleText",ExpressionUUID->"c30de9af-e0ef-46f4-8802-7efb7749f7d7", +Cell[20942, 564, 140, 1, 70, "ExampleText",ExpressionUUID->"c30de9af-e0ef-46f4-8802-7efb7749f7d7", CellID->1780752236], Cell[CellGroupData[{ -Cell[21059, 565, 195, 4, 70, "Input",ExpressionUUID->"c9a37c79-47e9-4aca-82a4-6191f6efc9f4", +Cell[21107, 569, 195, 4, 70, "Input",ExpressionUUID->"c9a37c79-47e9-4aca-82a4-6191f6efc9f4", CellID->1606778557], -Cell[21257, 571, 318, 9, 51, "Output",ExpressionUUID->"bacd39ce-871c-4325-b460-3385798a816c", +Cell[21305, 575, 318, 9, 50, "Output",ExpressionUUID->"bacd39ce-871c-4325-b460-3385798a816c", CellID->1688244630] }, Open ]], -Cell[21590, 583, 123, 1, 70, "ExampleText",ExpressionUUID->"7d31068b-d570-4a08-a14b-ce044fff3a3e", +Cell[21638, 587, 123, 1, 70, "ExampleText",ExpressionUUID->"7d31068b-d570-4a08-a14b-ce044fff3a3e", CellID->1905068592], Cell[CellGroupData[{ -Cell[21738, 588, 194, 4, 70, "Input",ExpressionUUID->"858787a7-7d59-4176-bca6-bdff39e58410", +Cell[21786, 592, 194, 4, 70, "Input",ExpressionUUID->"858787a7-7d59-4176-bca6-bdff39e58410", CellID->1984176852], -Cell[21935, 594, 314, 9, 51, "Output",ExpressionUUID->"62e20460-fd4f-4f11-9f9b-65aab2c48a19", +Cell[21983, 598, 314, 9, 50, "Output",ExpressionUUID->"62e20460-fd4f-4f11-9f9b-65aab2c48a19", CellID->1736426946] }, Open ]], -Cell[22264, 606, 368, 6, 70, "ExampleText",ExpressionUUID->"7725ec40-295a-49f8-abe8-612bac780953", +Cell[22312, 610, 368, 6, 70, "ExampleText",ExpressionUUID->"7725ec40-295a-49f8-abe8-612bac780953", CellID->191971456], Cell[CellGroupData[{ -Cell[22657, 616, 195, 4, 70, "Input",ExpressionUUID->"b05b5075-f864-47dd-90f9-eb7dd6a9e081", +Cell[22705, 620, 195, 4, 70, "Input",ExpressionUUID->"b05b5075-f864-47dd-90f9-eb7dd6a9e081", CellID->1995818333], -Cell[22855, 622, 172, 4, 36, "Output",ExpressionUUID->"2bf9352b-80a7-43f0-9239-205f963f56d5", +Cell[22903, 626, 172, 4, 36, "Output",ExpressionUUID->"2bf9352b-80a7-43f0-9239-205f963f56d5", CellID->981482952] }, Open ]], -Cell[23042, 629, 176, 3, 70, "ExampleText",ExpressionUUID->"dff62a50-7ba6-45bb-99e3-450115d22467", +Cell[23090, 633, 176, 3, 70, "ExampleText",ExpressionUUID->"dff62a50-7ba6-45bb-99e3-450115d22467", CellID->1880220429], Cell[CellGroupData[{ -Cell[23243, 636, 194, 4, 70, "Input",ExpressionUUID->"7d5a7d52-4011-4e6f-85ca-6a8bcef93e4f", +Cell[23291, 640, 194, 4, 70, "Input",ExpressionUUID->"7d5a7d52-4011-4e6f-85ca-6a8bcef93e4f", CellID->1639719369], -Cell[23440, 642, 1046, 33, 51, "Output",ExpressionUUID->"2b311621-15b2-4c3f-ac86-1cf9bce5fa47", +Cell[23488, 646, 1046, 33, 50, "Output",ExpressionUUID->"2b311621-15b2-4c3f-ac86-1cf9bce5fa47", CellID->116244725] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24776, 688, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"5d369556-e785-432f-a830-358cbc48721f"], +Cell[30254, 838, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bfd87b9d-e0ae-49b5-a62e-eed5a50f858e"], +Cell[30927, 858, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"36d6eed3-d12f-4c85-b9d2-de480ddb58ee"], +Cell[31963, 886, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"b6cc7c6f-bfa2-4c14-a1ac-fab6c1d3d40b"], Cell[CellGroupData[{ -Cell[24750, 686, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"8f353612-1604-4bba-bdb0-603dc8b8f55e"], -Cell[30228, 836, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6e7861d4-0c78-49ac-9b85-2d181b82fcd9"] -}, Open ]], -Cell[30913, 857, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"67b5f115-45dd-4cac-b996-b1d616314fa2"], -Cell[31949, 885, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"8a514a63-a478-4190-a955-87fb0b354ad8"], -Cell[CellGroupData[{ -Cell[34197, 952, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a5890f56-6c20-4903-8e38-f33e022123df", +Cell[34211, 953, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a5890f56-6c20-4903-8e38-f33e022123df", CellID->906383680], -Cell[34337, 955, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9eb24afa-7451-4d9e-90e1-b0b1d3c42519", +Cell[34351, 956, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9eb24afa-7451-4d9e-90e1-b0b1d3c42519", CellID->1194386356], -Cell[34559, 961, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"21a8adfc-4dbc-4a7d-a98d-6680d6e95700", +Cell[34573, 962, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"21a8adfc-4dbc-4a7d-a98d-6680d6e95700", CellID->1641706272], -Cell[34774, 966, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a1ef9b7d-e679-448a-ad07-701259f82618", +Cell[34788, 967, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a1ef9b7d-e679-448a-ad07-701259f82618", CellID->399251956], -Cell[35003, 972, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91ce2fe6-2827-427d-a6e9-c9b2015adb5f", +Cell[35017, 973, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91ce2fe6-2827-427d-a6e9-c9b2015adb5f", CellID->821434655] }, Open ]], -Cell[35240, 978, 78, 0, 70, "FooterCell",ExpressionUUID->"b9a1f431-c070-4048-a0b2-0cf91899edb1"] +Cell[35254, 979, 78, 0, 70, "FooterCell",ExpressionUUID->"dc98b65a-0cab-4e4c-adef-5b9ae02572f4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ModPreKernel.nb index 34e22b4..9223af5 100644 --- a/Documentation/English/ReferencePages/Symbols/ModPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ModPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 56354, 1450] -NotebookOptionsPosition[ 44533, 1223] -NotebookOutlinePosition[ 47368, 1286] -CellTagsIndexPosition[ 47282, 1281] +NotebookDataLength[ 56349, 1449] +NotebookOptionsPosition[ 44545, 1224] +NotebookOutlinePosition[ 47398, 1287] +CellTagsIndexPosition[ 47312, 1282] WindowTitle->ModPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bc3f3a40-8663-4a73-9309-445c3c4abf05"], + "e89d4c8c-9a1b-4929-b72c-6549ac2b36e2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "78c6cddb-b5dd-4084-8805-2cd82295791f"], + "d6a3f43d-b681-48ca-9169-d9596dbcc636"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1644c005-d23e-4aff-a4ba-09181767dfb8"] - }],ExpressionUUID->"694bd39f-9f03-44ff-81f7-3382b309d60c"], - StripOnInput->False], {"\<\"ProperModPreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ProperModPreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, + "547ec777-bd76-4954-97e9-74432b9ef062"] + }],ExpressionUUID->"d707d9b6-0f3d-4126-91be-63a057a993d7"], + StripOnInput->False],{ + "\"ProperModPreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProperModPreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26203fba-c874-4f80-986e-92df67ff0fd9"], + "1c76119b-d92e-424f-8262-19b664a6d2be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2b17859f-98a0-4e5b-8cee-98e00defe34e"] - }],ExpressionUUID->"8f2e5e43-d617-4dc6-9918-7a2183096a7f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6f6a3fe2-ab3d-4cab-87e4-c3aef08ea765"] + }],ExpressionUUID->"c9539081-b08c-4b6a-9507-bee93ba1a210"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9d3904db-c207-416c-b48b-1664dec5f231"], + "2c489de0-110d-41f3-94dd-970547403de8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d7ffc01e-8adc-4398-92f2-c8d68639ad3e"] - }],ExpressionUUID->"c33d1e83-9cd1-4d00-9cee-2896eefd9819"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0aea1c16-a83c-4a9b-8cfe-528be6cacc87"] + }],ExpressionUUID->"2eb3d741-0c6a-4815-9514-ce90762f86a8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3a328ffb-e3ff-4801-ba95-3f9754354611"], + "2d6f697d-f8f7-4a42-b97b-cea3aea30f1a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ed2638b-69d7-4e80-a7f9-b464a0f215af"] - }],ExpressionUUID->"d20678a6-c31b-4620-8726-1796aed32579"], - StripOnInput->False], {"\<\"TUG/ref/ModPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ModPreKernel.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$123151], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModPreKernel" <> ".html"], None}]}]}, + "ad5be58a-463b-4662-8929-cfbf67755b82"] + }],ExpressionUUID->"9ba45457-01c7-40e6-a1f2-d716c25694d1"], + StripOnInput->False],{ + "\"TUG/ref/ModPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ModPreKernel.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$132787], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eab2654b-1d76-4707-97df-ebc311e81d89"] + "fc279a4a-227a-49b2-8bfe-6973aeaa0547"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b829855c-8cae-4828-820e-577aa06b7af7"]} + "c920951b-cc94-417b-9ab5-0a1ff72811e9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"64f2c417-f59d-4f82-bf64-2bff5fd3c86a"], + CellID->1,ExpressionUUID->"83af482c-4bc3-4b95-a4d1-340c9b7e9fe3"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"339008c8-36c1-4e35-914e-f2b4153ecb69"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5d9125e1-91d3-4116-bb3f-47e0f99376e1"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModPreKernel", "ObjectName",ExpressionUUID-> - "1b5d15d6-5176-47d3-b0ef-263ae9881407"], + "36522785-c330-4536-aab7-1e35405136ae"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d723b6ca-4494-4e4d-ac64-975a1756e581"], + "Spacer1"]],ExpressionUUID->"28cd1801-0431-45d5-b367-bc5d11337275"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "056a311a-27a0-4d50-a728-c52d95802d75"] - }],ExpressionUUID->"ee67f133-37d7-4e6a-b68e-2c25b1cb9688"], Cell[BoxData[ + "60400444-4693-482a-9d6c-e179d184b461"] + }],ExpressionUUID->"8a2a8b89-382c-4773-b940-e9be75059f12"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e76bfa97-27d9-4922-afaa-f9fceb572033"]} + "bece52a8-c599-4d97-9b3d-f5bf44ff93c9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"049dcda8-7677-43e9-ad43-c0017111638d"], + CacheGraphics->False,ExpressionUUID->"d4000c67-831c-49b7-8dfc-b6cc7a2faf27"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]computes a modified pre-kernel element as the solution \ of the pre-kernel from the excess comparability cover game. Do not confound \ this command with the function ModfiedKernel[]." - }],ExpressionUUID->"b2cfa118-2d21-41d6-aff2-fce03c289a27"]}, + }],ExpressionUUID->"12a49649-22fa-495e-9466-2eb57a47b1ac"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ModPreKernel", "[", @@ -252,7 +256,7 @@ using the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"f832a091-d037-42e1-bae8-0e70217a159d"]}, + }],ExpressionUUID->"13ed682f-e6b0-479b-869b-2993c094da7b"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ModPreKernel", "[", @@ -265,7 +269,7 @@ effective coalitions can be changed through ", FontSlant->"Italic"], " to find a different modified pre-kernel element from the same internal \ starting point." - }],ExpressionUUID->"37bb3463-0145-4822-8f41-43da39e57c30"]}, + }],ExpressionUUID->"bdeb11c4-ad56-4ce4-8cd7-07da77588d62"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ModPreKernel", "[", @@ -279,7 +283,7 @@ starting point." " or/and the cardinality of the set of lexicographically most effective \ coalitions a further modified pre-kernel element can be found while setting \ smallest to largest through SmallestCardinality -> False." - }],ExpressionUUID->"54a2af30-5f87-458d-9f02-47c15f102161"]} + }],ExpressionUUID->"53ec0c7d-ecea-441a-8491-0b41cb6bd8ca"]} }]], "Usage", CellID->53214404,ExpressionUUID->"621a3c0e-dd5a-40db-9e84-76eda2ab965b"] }, Open ]], @@ -312,12 +316,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b13784cd-9adc-458c-9c59-569593c67f14"], + ExpressionUUID->"d27e2078-b18a-432b-a0f4-0bd8ea8c19bb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cdebc12b-8fdc-40ad-a7c0-8a6ff1e0e2df"], + "Spacer1"]],ExpressionUUID->"a86b6d7d-a186-4c74-9112-e2b5f1619f18"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1cb1aaf5-d379-4fef-969f-46e5eb3f1616"], + }], "NotesFrameText",ExpressionUUID->"968f7eef-117e-4193-9670-2e727a65dcd9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -328,12 +332,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"801bb202-0b82-4958-acbf-fb63cea17b62"]], \ + "Preemptive"]],ExpressionUUID->"532ec9c2-bbb9-495e-a5bf-34c95569b803"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1036322825,ExpressionUUID->"3e80e928-5c81-45a5-b62d-65ffd3750fe3"], + CellID->408217880,ExpressionUUID->"ba02ac6e-3873-4978-be19-37605015db8c"], Cell[TextData[{ "The input expression ", @@ -429,7 +433,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "360c6382-c94c-4a57-9c54-b61abcc45c40"], + "67c91a2d-71fe-4fc7-85d1-02f3d979f232"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -439,7 +443,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"05e71494-5fa6-416c-8a12-7d0edc64564b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "696270c9-5107-4def-84ed-0a8eebff96aa"], + "0ef8770b-e275-4ce6-a771-47644c13f49f"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -456,7 +460,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "3b5bedee-82b4-47c8-b53f-a80cc4860c04"], + "80d52e88-a4b4-475d-88df-96ae68759b43"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -466,7 +470,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"87a94d51-95f3-42a9-b97f-2fdc57277533"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5a030782-feff-467e-aa41-25c7530a1228"], + "e6217137-bcc5-4b25-b0a7-5df079244b38"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -577,19 +581,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7f657464-b2aa-418d-abdd-bbaa1060e640"], + ExpressionUUID->"cf3d4674-241e-45b7-8c22-3f9d3081e8de"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"967d5747-947d-4c1a-81de-f2d2ce0c1400"], + "Spacer1"]],ExpressionUUID->"1d0bc7ad-ade8-4b34-b338-9fbc60cc142d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "151786b0-70fb-4479-985b-7639843c47ea"] + "f903f7ab-2985-47ca-b543-b317e3ea9ac2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1827514242,ExpressionUUID->"f84c3ba3-062b-4574-bc8a-cb1408bfac1e"], + CellID->998107723,ExpressionUUID->"8d233d58-03c9-4b8e-9448-47ba53b9d73d"], Cell[CellGroupData[{ @@ -618,18 +622,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8b1475ee-03de-40ba-b278-321aa0dbd204"], + ExpressionUUID->"75821dff-5c00-41a2-868c-098ee8db2446"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4b2d54a1-fe7c-4f00-b64b-93ef786f13a9"], + "Spacer1"]],ExpressionUUID->"71c55bf9-6cb7-4a45-8aa1-b2c04f242504"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0a9ed5c4-07d5-45d1-961a-4d1a0df85d89"] + "2441f1fd-dc3b-48f1-a25b-bb932a383fbc"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1033556575,ExpressionUUID->"8d509f58-d1ce-41cc-a630-79e402d36cd4"], + CellID->2118751935,ExpressionUUID->"9c483b75-205c-419b-9bdb-8083afac2c03"], Cell["Loading the package:", "ExampleText", CellID->2134122554,ExpressionUUID->"e3131967-17d9-4048-a58a-62dec04eecff"], @@ -925,8 +929,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1074,15 +1076,15 @@ Cell[BoxData[GridBox[{ "03d227fb-f14e-4c91-b4cf-ce0c64fef7aa"] }], "SeeAlso",ExpressionUUID->"15fdceae-1c12-41f1-999b-ce6b425409ee"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7d198661-4070-4657-9558-\ -0a6496bba30f"], + }]], "SeeAlsoSection",ExpressionUUID->"1bc3cbf2-0e22-4d75-a49d-\ +60fbda80c778"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1094,9 +1096,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"88078183-c070-445c-a8d0-c466974d3551"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"443fc22c-7048-4747-b3c1-\ -e4b3757d1f26"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"09f34848-a0de-4124-9346-\ +506b915af5a2"], Cell[BoxData[GridBox[{ { @@ -1113,7 +1114,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ab0f9b53-3b03-401d-bde1-deba93cb624a"]}]}, + "725ebd42-8994-48b3-81ab-688cdd0cef22"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1121,10 +1122,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6cbef920-b3fd-4fc2-8fcc-0812e80f4f09"]}]} + "d33d0406-8236-4128-bfaa-57d54e44c921"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0ba8bacb-55d4-477c-8583-\ -77f82da9756b"], + }]], "MoreAboutSection",ExpressionUUID->"91fffbad-9539-4479-b17d-\ +def8f83af976"], Cell[BoxData[GridBox[{ { @@ -1151,7 +1152,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "83826757-6300-4a37-a1b9-afc8c440a0d4"]], "RelatedLinks", + "24278837-7b15-484e-ae53-9ebbee3a452a"]], "RelatedLinks", ExpressionUUID->"a4432f8a-8163-4db4-a592-135419367f87"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1168,7 +1169,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b1b955fc-50e5-4121-81e8-80081586a924"]], "RelatedLinks", + "2cfeb9d6-450f-4f5d-85e6-fdeffd93c839"]], "RelatedLinks", ExpressionUUID->"f9b3e97d-1ef8-468a-bcdc-0d97832213f0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1185,11 +1186,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiculus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0a2d62a7-0ad8-4ce4-94bd-9a3a4cb8ba82"]], "RelatedLinks", + "7aa27558-a885-4848-881c-35c622766c28"]], "RelatedLinks", ExpressionUUID->"77c1f433-198c-44a1-ae52-cb2200320736"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6b57f189-1bca-4b60-9cf7-\ -6f08eeb52716"], + }]], "RelatedLinksSection",ExpressionUUID->"c0623a2f-b8ec-4a8a-b65e-\ +cd92d5797869"], Cell[CellGroupData[{ @@ -1219,11 +1220,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9d821991-1f2b-4214-b691-f6dd7878206e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6e722035-5be3-4ac5-bcea-30a56652e0ec"] +Cell[" ", "FooterCell",ExpressionUUID->"794b1e32-5017-4ed1-b2e9-9a3eed1adc6d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModPreKernel", TaggingRules->{ @@ -1234,7 +1235,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 0.381372}", + "built" -> "{2024, 6, 3, 16, 53, 56.189007}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1251,10 +1252,10 @@ starting point payoff or/and the cardinality of the set of lexicographically \ most effective coalitions a further modified pre-kernel element can be found \ while setting smallest to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ModPreKernel", - "titlemodifier" -> "", "windowtitle" -> "ModPreKernel", "type" -> - "Symbol", "uri" -> "TUG/ref/ModPreKernel"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ModPreKernel", "type" -> "Symbol", "uri" -> "TUG/ref/ModPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1263,9 +1264,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8035a2ef-82f0-4938-9e0f-4437fc685f19" +ExpressionUUID->"a51aa24a-85f9-47e1-a0dd-8aad1324a4c6" ] (* End of Notebook Content *) @@ -1273,185 +1274,183 @@ ExpressionUUID->"8035a2ef-82f0-4938-9e0f-4437fc685f19" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21483, 554, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f84c3ba3-062b-4574-bc8a-cb1408bfac1e", + Cell[21530, 558, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8d233d58-03c9-4b8e-9448-47ba53b9d73d", CellTags->"PrimaryExamplesSection", - CellID->1827514242]} + CellID->998107723]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 47081, 1274} + {"PrimaryExamplesSection", 47112, 1275} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7123, 169, 56, "AnchorBarGrid",ExpressionUUID->"64f2c417-f59d-4f82-bf64-2bff5fd3c86a", +Cell[584, 21, 7171, 173, 57, "AnchorBarGrid",ExpressionUUID->"83af482c-4bc3-4b95-a4d1-340c9b7e9fe3", CellID->1], -Cell[7710, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"339008c8-36c1-4e35-914e-f2b4153ecb69"], +Cell[7758, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5d9125e1-91d3-4116-bb3f-47e0f99376e1"], Cell[CellGroupData[{ -Cell[7821, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"049dcda8-7677-43e9-ad43-c0017111638d"], -Cell[9110, 233, 2328, 50, 405, "Usage",ExpressionUUID->"621a3c0e-dd5a-40db-9e84-76eda2ab965b", +Cell[7869, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"d4000c67-831c-49b7-8dfc-b6cc7a2faf27"], +Cell[9158, 237, 2328, 50, 402, "Usage",ExpressionUUID->"621a3c0e-dd5a-40db-9e84-76eda2ab965b", CellID->53214404] }, Open ]], Cell[CellGroupData[{ -Cell[11475, 288, 1895, 47, 37, "NotesSection",ExpressionUUID->"3e80e928-5c81-45a5-b62d-65ffd3750fe3", +Cell[11523, 292, 1894, 47, 37, "NotesSection",ExpressionUUID->"ba02ac6e-3873-4978-be19-37605015db8c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1036322825], -Cell[13373, 337, 782, 20, 57, "]]",ExpressionUUID->"cf96df5a-2131-4d6b-af26-77c1fae6673c", + CellID->408217880], +Cell[13420, 341, 782, 20, 57, "]]",ExpressionUUID->"cf96df5a-2131-4d6b-af26-77c1fae6673c", CellID->313448337], -Cell[14158, 359, 489, 12, 37, "Notes",ExpressionUUID->"02bd8486-7531-4313-9fc5-33ed736ab290", +Cell[14205, 363, 489, 12, 38, "Notes",ExpressionUUID->"02bd8486-7531-4313-9fc5-33ed736ab290", CellID->177724765], -Cell[14650, 373, 190, 4, 36, "Notes",ExpressionUUID->"08ade3cf-a665-4924-981d-53ee0b65a713", +Cell[14697, 377, 190, 4, 36, "Notes",ExpressionUUID->"08ade3cf-a665-4924-981d-53ee0b65a713", CellID->342189744], -Cell[14843, 379, 176, 3, 36, "Notes",ExpressionUUID->"60b7f84a-1c93-4e4f-92d7-9c23924edb94", +Cell[14890, 383, 176, 3, 36, "Notes",ExpressionUUID->"60b7f84a-1c93-4e4f-92d7-9c23924edb94", CellID->1179532314], -Cell[15022, 384, 636, 11, 99, "Notes",ExpressionUUID->"e08b62fb-f130-4144-8381-bc12d15fc6fe", +Cell[15069, 388, 636, 11, 99, "Notes",ExpressionUUID->"e08b62fb-f130-4144-8381-bc12d15fc6fe", CellID->1155577249], -Cell[15661, 397, 338, 6, 70, "Notes",ExpressionUUID->"03acf370-20a9-4893-9002-dc9e0283ac2c", +Cell[15708, 401, 338, 6, 70, "Notes",ExpressionUUID->"03acf370-20a9-4893-9002-dc9e0283ac2c", CellID->376433214], -Cell[16002, 405, 384, 8, 70, "Notes",ExpressionUUID->"35a5de55-d115-45ef-ad24-6f8b1853fad9", +Cell[16049, 409, 384, 8, 70, "Notes",ExpressionUUID->"35a5de55-d115-45ef-ad24-6f8b1853fad9", CellID->363072121], -Cell[16389, 415, 340, 6, 70, "Notes",ExpressionUUID->"14a7f71f-a565-4839-b466-b56937fc1a9d", +Cell[16436, 419, 340, 6, 70, "Notes",ExpressionUUID->"14a7f71f-a565-4839-b466-b56937fc1a9d", CellID->760611974], -Cell[16732, 423, 267, 4, 70, "Notes",ExpressionUUID->"1be2ba82-dcf1-4ad8-b57d-8cdd650d6460", +Cell[16779, 427, 267, 4, 70, "Notes",ExpressionUUID->"1be2ba82-dcf1-4ad8-b57d-8cdd650d6460", CellID->13178], -Cell[17002, 429, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"6d1689c3-c62a-47b1-b908-68972eab9e67", +Cell[17049, 433, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"6d1689c3-c62a-47b1-b908-68972eab9e67", CellID->1028331909], -Cell[18116, 456, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"532511b2-b1a5-4bea-aadd-d02f8530574f", +Cell[18163, 460, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"532511b2-b1a5-4bea-aadd-d02f8530574f", CellID->11156], -Cell[19343, 487, 505, 14, 70, "Notes",ExpressionUUID->"aa10fecc-78bf-4270-ad3f-a13742811c9a", +Cell[19390, 491, 505, 14, 70, "Notes",ExpressionUUID->"aa10fecc-78bf-4270-ad3f-a13742811c9a", CellID->430048067], -Cell[19851, 503, 528, 14, 70, "Notes",ExpressionUUID->"f1a63ea4-0d6a-443c-8582-e30db8c2b7bf", +Cell[19898, 507, 528, 14, 70, "Notes",ExpressionUUID->"f1a63ea4-0d6a-443c-8582-e30db8c2b7bf", CellID->2041037989], -Cell[20382, 519, 505, 14, 70, "Notes",ExpressionUUID->"1612f9c9-aaf9-4839-9bdc-980974ef9b83", +Cell[20429, 523, 505, 14, 70, "Notes",ExpressionUUID->"1612f9c9-aaf9-4839-9bdc-980974ef9b83", CellID->17859], -Cell[20890, 535, 466, 13, 70, "Notes",ExpressionUUID->"c76c223f-bbb9-4d22-93c9-40ebae222570", +Cell[20937, 539, 466, 13, 70, "Notes",ExpressionUUID->"c76c223f-bbb9-4d22-93c9-40ebae222570", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21483, 554, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f84c3ba3-062b-4574-bc8a-cb1408bfac1e", +Cell[21530, 558, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8d233d58-03c9-4b8e-9448-47ba53b9d73d", CellTags->"PrimaryExamplesSection", - CellID->1827514242], + CellID->998107723], Cell[CellGroupData[{ -Cell[22929, 595, 1399, 36, 70, "ExampleSection",ExpressionUUID->"8d509f58-d1ce-41cc-a630-79e402d36cd4", - CellID->1033556575], -Cell[24331, 633, 119, 1, 70, "ExampleText",ExpressionUUID->"e3131967-17d9-4048-a58a-62dec04eecff", +Cell[22975, 599, 1399, 36, 70, "ExampleSection",ExpressionUUID->"9c483b75-205c-419b-9bdb-8083afac2c03", + CellID->2118751935], +Cell[24377, 637, 119, 1, 70, "ExampleText",ExpressionUUID->"e3131967-17d9-4048-a58a-62dec04eecff", CellID->2134122554], Cell[CellGroupData[{ -Cell[24475, 638, 168, 3, 70, "Input",ExpressionUUID->"ac133684-7fac-4d36-a3c7-2b277c810ac3", +Cell[24521, 642, 168, 3, 70, "Input",ExpressionUUID->"ac133684-7fac-4d36-a3c7-2b277c810ac3", CellID->2001183393], Cell[CellGroupData[{ -Cell[24668, 645, 235, 4, 70, "Print",ExpressionUUID->"1f3a813b-dfab-4511-916d-2b1f3779a37a", +Cell[24714, 649, 235, 4, 70, "Print",ExpressionUUID->"1f3a813b-dfab-4511-916d-2b1f3779a37a", CellID->510862117], -Cell[24906, 651, 365, 8, 70, "Print",ExpressionUUID->"953ca959-88f0-46af-af07-5e7c32450415", +Cell[24952, 655, 365, 8, 70, "Print",ExpressionUUID->"953ca959-88f0-46af-af07-5e7c32450415", CellID->1938274307], -Cell[25274, 661, 236, 4, 70, "Print",ExpressionUUID->"000daf7c-c0da-44cf-9c4c-1e7338d8c12d", +Cell[25320, 665, 236, 4, 70, "Print",ExpressionUUID->"000daf7c-c0da-44cf-9c4c-1e7338d8c12d", CellID->1316394998], -Cell[25513, 667, 220, 3, 70, "Print",ExpressionUUID->"329ab3b2-cfc2-4680-b397-87c152a32592", +Cell[25559, 671, 220, 3, 70, "Print",ExpressionUUID->"329ab3b2-cfc2-4680-b397-87c152a32592", CellID->1053132478], -Cell[25736, 672, 207, 3, 70, "Print",ExpressionUUID->"3c962723-793f-48ed-a5cb-a3c068e7a699", +Cell[25782, 676, 207, 3, 70, "Print",ExpressionUUID->"3c962723-793f-48ed-a5cb-a3c068e7a699", CellID->1727636629], -Cell[25946, 677, 237, 4, 70, "Print",ExpressionUUID->"fabe4aa2-3524-473c-85f0-532468dc6c8a", +Cell[25992, 681, 237, 4, 70, "Print",ExpressionUUID->"fabe4aa2-3524-473c-85f0-532468dc6c8a", CellID->1124490622], -Cell[26186, 683, 220, 3, 70, "Print",ExpressionUUID->"6da9d8a6-5175-41cb-82d1-ad85dd002f2f", +Cell[26232, 687, 220, 3, 70, "Print",ExpressionUUID->"6da9d8a6-5175-41cb-82d1-ad85dd002f2f", CellID->1989022486], -Cell[26409, 688, 235, 4, 70, "Print",ExpressionUUID->"198f4fac-f3ae-4f53-bfb2-7ebb1189ff2b", +Cell[26455, 692, 235, 4, 70, "Print",ExpressionUUID->"198f4fac-f3ae-4f53-bfb2-7ebb1189ff2b", CellID->691160639], -Cell[26647, 694, 235, 4, 70, "Print",ExpressionUUID->"158c11d3-740d-4174-8b3b-5b13efa9e789", +Cell[26693, 698, 235, 4, 70, "Print",ExpressionUUID->"158c11d3-740d-4174-8b3b-5b13efa9e789", CellID->196814894], -Cell[26885, 700, 206, 3, 70, "Print",ExpressionUUID->"67bbc281-4da7-4954-9cf1-df6467e22031", +Cell[26931, 704, 206, 3, 70, "Print",ExpressionUUID->"67bbc281-4da7-4954-9cf1-df6467e22031", CellID->123351143], -Cell[27094, 705, 235, 4, 70, "Print",ExpressionUUID->"a2761439-74c9-4522-9725-e974376d0b12", +Cell[27140, 709, 235, 4, 70, "Print",ExpressionUUID->"a2761439-74c9-4522-9725-e974376d0b12", CellID->436546584] }, Open ]] }, Open ]], -Cell[27356, 713, 137, 1, 70, "ExampleText",ExpressionUUID->"1530362f-fad2-40d3-acd5-4f9ff2e1c8eb", +Cell[27402, 717, 137, 1, 70, "ExampleText",ExpressionUUID->"1530362f-fad2-40d3-acd5-4f9ff2e1c8eb", CellID->1412654015], -Cell[27496, 716, 234, 6, 70, "Input",ExpressionUUID->"670d9a48-e213-4f0d-baa3-5b80509d813d", +Cell[27542, 720, 234, 6, 70, "Input",ExpressionUUID->"670d9a48-e213-4f0d-baa3-5b80509d813d", CellID->660914385], -Cell[27733, 724, 380, 9, 70, "Input",ExpressionUUID->"d2ab18da-d5a1-4e78-91a1-d3b2b141b0ee", +Cell[27779, 728, 380, 9, 70, "Input",ExpressionUUID->"d2ab18da-d5a1-4e78-91a1-d3b2b141b0ee", CellID->771752193], -Cell[28116, 735, 237, 6, 70, "Input",ExpressionUUID->"cb52a098-fa60-4b3e-a3c6-d2bfd7e9f406", +Cell[28162, 739, 237, 6, 70, "Input",ExpressionUUID->"cb52a098-fa60-4b3e-a3c6-d2bfd7e9f406", CellID->245573748], -Cell[28356, 743, 190, 4, 70, "ExampleText",ExpressionUUID->"7121a35a-308e-4bb1-b1c5-1770550aaa65", +Cell[28402, 747, 190, 4, 70, "ExampleText",ExpressionUUID->"7121a35a-308e-4bb1-b1c5-1770550aaa65", CellID->869815271], Cell[CellGroupData[{ -Cell[28571, 751, 170, 3, 70, "Input",ExpressionUUID->"5f5294f9-e57b-4902-958f-68bf31447702", +Cell[28617, 755, 170, 3, 70, "Input",ExpressionUUID->"5f5294f9-e57b-4902-958f-68bf31447702", CellID->1439659126], -Cell[28744, 756, 394, 9, 36, "Output",ExpressionUUID->"3419e842-034a-47c0-aee1-c878a74479cc", +Cell[28790, 760, 394, 9, 36, "Output",ExpressionUUID->"3419e842-034a-47c0-aee1-c878a74479cc", CellID->315493283] }, Open ]], -Cell[29153, 768, 142, 1, 70, "ExampleText",ExpressionUUID->"1e5d68e3-2385-4706-9b5b-953d6dd4f08f", +Cell[29199, 772, 142, 1, 70, "ExampleText",ExpressionUUID->"1e5d68e3-2385-4706-9b5b-953d6dd4f08f", CellID->1925299353], Cell[CellGroupData[{ -Cell[29320, 773, 194, 4, 70, "Input",ExpressionUUID->"a3fc245d-ca02-4202-8638-a76ded98f8ec", +Cell[29366, 777, 194, 4, 70, "Input",ExpressionUUID->"a3fc245d-ca02-4202-8638-a76ded98f8ec", CellID->856889388], -Cell[29517, 779, 313, 9, 51, "Output",ExpressionUUID->"01062dcd-0122-4d40-89f3-7110321adb8f", +Cell[29563, 783, 313, 9, 50, "Output",ExpressionUUID->"01062dcd-0122-4d40-89f3-7110321adb8f", CellID->1308624282] }, Open ]], -Cell[29845, 791, 189, 4, 70, "ExampleText",ExpressionUUID->"930a37e0-9070-4b93-9427-783f26e3f9a4", +Cell[29891, 795, 189, 4, 70, "ExampleText",ExpressionUUID->"930a37e0-9070-4b93-9427-783f26e3f9a4", CellID->1927398303], Cell[CellGroupData[{ -Cell[30059, 799, 198, 4, 70, "Input",ExpressionUUID->"994efae3-626a-4349-8cb7-9d7d5b048e0b", +Cell[30105, 803, 198, 4, 70, "Input",ExpressionUUID->"994efae3-626a-4349-8cb7-9d7d5b048e0b", CellID->1640282145], -Cell[30260, 805, 181, 4, 36, "Output",ExpressionUUID->"41fc0864-79fd-483b-92ee-e65ecc34bfbe", +Cell[30306, 809, 181, 4, 36, "Output",ExpressionUUID->"41fc0864-79fd-483b-92ee-e65ecc34bfbe", CellID->1202747199] }, Open ]], -Cell[30456, 812, 160, 2, 70, "ExampleText",ExpressionUUID->"ca067b6d-9367-4900-9eaf-a99c33017fdb", +Cell[30502, 816, 160, 2, 70, "ExampleText",ExpressionUUID->"ca067b6d-9367-4900-9eaf-a99c33017fdb", CellID->1082343491], Cell[CellGroupData[{ -Cell[30641, 818, 191, 4, 70, "Input",ExpressionUUID->"33c3c2b8-f2ee-43d1-bb01-608834f36f98", +Cell[30687, 822, 191, 4, 70, "Input",ExpressionUUID->"33c3c2b8-f2ee-43d1-bb01-608834f36f98", CellID->1790307011], -Cell[30835, 824, 312, 9, 51, "Output",ExpressionUUID->"bc85def8-8a8f-450e-abbe-d4f2dce4ecad", +Cell[30881, 828, 312, 9, 50, "Output",ExpressionUUID->"bc85def8-8a8f-450e-abbe-d4f2dce4ecad", CellID->336776692] }, Open ]], -Cell[31162, 836, 220, 4, 70, "ExampleText",ExpressionUUID->"f0c74d86-74fd-4e40-8a38-3c7094279b01", +Cell[31208, 840, 220, 4, 70, "ExampleText",ExpressionUUID->"f0c74d86-74fd-4e40-8a38-3c7094279b01", CellID->945730832], Cell[CellGroupData[{ -Cell[31407, 844, 194, 4, 70, "Input",ExpressionUUID->"52cf98d4-d7f8-43eb-b29a-7bd682b36c96", +Cell[31453, 848, 194, 4, 70, "Input",ExpressionUUID->"52cf98d4-d7f8-43eb-b29a-7bd682b36c96", CellID->154775155], -Cell[31604, 850, 313, 9, 51, "Output",ExpressionUUID->"35d9e8d9-c1bb-4278-8a6a-256c517455dd", +Cell[31650, 854, 313, 9, 50, "Output",ExpressionUUID->"35d9e8d9-c1bb-4278-8a6a-256c517455dd", CellID->1532001916] }, Open ]], -Cell[31932, 862, 222, 4, 70, "ExampleText",ExpressionUUID->"70bdcc53-d0fd-466d-adae-7de702af737e", +Cell[31978, 866, 222, 4, 70, "ExampleText",ExpressionUUID->"70bdcc53-d0fd-466d-adae-7de702af737e", CellID->1987000413], -Cell[32157, 868, 314, 9, 70, "Input",ExpressionUUID->"ffa91e41-f470-42c2-84a7-78295068a3f5", +Cell[32203, 872, 314, 9, 70, "Input",ExpressionUUID->"ffa91e41-f470-42c2-84a7-78295068a3f5", CellID->1338206288], Cell[CellGroupData[{ -Cell[32496, 881, 223, 5, 70, "Input",ExpressionUUID->"437007e2-09a2-4d98-9d72-a8caf8f6d5a9", +Cell[32542, 885, 223, 5, 70, "Input",ExpressionUUID->"437007e2-09a2-4d98-9d72-a8caf8f6d5a9", CellID->2001536216], -Cell[32722, 888, 323, 9, 51, "Output",ExpressionUUID->"264e1fb0-fedb-45ea-b51e-496ce0d28b57", +Cell[32768, 892, 323, 9, 51, "Output",ExpressionUUID->"264e1fb0-fedb-45ea-b51e-496ce0d28b57", CellID->682192071] }, Open ]], -Cell[33060, 900, 207, 4, 70, "ExampleText",ExpressionUUID->"ff2a59f0-0b66-4358-b4b1-c8b76eda4ab0", +Cell[33106, 904, 207, 4, 70, "ExampleText",ExpressionUUID->"ff2a59f0-0b66-4358-b4b1-c8b76eda4ab0", CellID->1446008578], Cell[CellGroupData[{ -Cell[33292, 908, 199, 4, 70, "Input",ExpressionUUID->"643f5186-6980-41ed-bbde-51911c560e7a", +Cell[33338, 912, 199, 4, 70, "Input",ExpressionUUID->"643f5186-6980-41ed-bbde-51911c560e7a", CellID->1474211846], -Cell[33494, 914, 182, 4, 36, "Output",ExpressionUUID->"002cbd56-ed31-4e0f-969a-de6adf450aad", +Cell[33540, 918, 182, 4, 36, "Output",ExpressionUUID->"002cbd56-ed31-4e0f-969a-de6adf450aad", CellID->1334687249] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33964, 931, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"1bc3cbf2-0e22-4d75-a49d-60fbda80c778"], +Cell[39454, 1081, 670, 18, 70, "TechNotesSection",ExpressionUUID->"09f34848-a0de-4124-9346-506b915af5a2"], +Cell[40127, 1101, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"91fffbad-9539-4479-b17d-def8f83af976"], +Cell[41163, 1129, 2232, 63, 70, "RelatedLinksSection",ExpressionUUID->"c0623a2f-b8ec-4a8a-b65e-cd92d5797869"], Cell[CellGroupData[{ -Cell[33940, 929, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"7d198661-4070-4657-9558-0a6496bba30f"], -Cell[39430, 1079, 670, 18, 70, "TechNotesSection",ExpressionUUID->"443fc22c-7048-4747-b3c1-e4b3757d1f26"] -}, Open ]], -Cell[40115, 1100, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0ba8bacb-55d4-477c-8583-77f82da9756b"], -Cell[41151, 1128, 2232, 63, 70, "RelatedLinksSection",ExpressionUUID->"6b57f189-1bca-4b60-9cf7-6f08eeb52716"], -Cell[CellGroupData[{ -Cell[43408, 1195, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"701d05cc-e624-4fa1-a851-929f71e8ef3e", +Cell[43420, 1196, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"701d05cc-e624-4fa1-a851-929f71e8ef3e", CellID->906383680], -Cell[43548, 1198, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7e92c8f2-cfd1-4269-870f-54fa3c37191a", +Cell[43560, 1199, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7e92c8f2-cfd1-4269-870f-54fa3c37191a", CellID->1194386356], -Cell[43770, 1204, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bddcafd3-6322-4904-bd8b-d078111de52e", +Cell[43782, 1205, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bddcafd3-6322-4904-bd8b-d078111de52e", CellID->1641706272], -Cell[43985, 1209, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"50b819a6-dd5c-4dee-80c2-18f8d9352f9b", +Cell[43997, 1210, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"50b819a6-dd5c-4dee-80c2-18f8d9352f9b", CellID->399251956], -Cell[44214, 1215, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d821991-1f2b-4214-b691-f6dd7878206e", +Cell[44226, 1216, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d821991-1f2b-4214-b691-f6dd7878206e", CellID->821434655] }, Open ]], -Cell[44451, 1221, 78, 0, 70, "FooterCell",ExpressionUUID->"6e722035-5be3-4ac5-bcea-30a56652e0ec"] +Cell[44463, 1222, 78, 0, 70, "FooterCell",ExpressionUUID->"794b1e32-5017-4ed1-b2e9-9a3eed1adc6d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModestBankruptcy.nb b/Documentation/English/ReferencePages/Symbols/ModestBankruptcy.nb index e8e5d6f..adab2e3 100644 --- a/Documentation/English/ReferencePages/Symbols/ModestBankruptcy.nb +++ b/Documentation/English/ReferencePages/Symbols/ModestBankruptcy.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45024, 1163] -NotebookOptionsPosition[ 35507, 975] -NotebookOutlinePosition[ 37620, 1029] -CellTagsIndexPosition[ 37534, 1024] +NotebookDataLength[ 45022, 1162] +NotebookOptionsPosition[ 35520, 976] +NotebookOutlinePosition[ 37651, 1030] +CellTagsIndexPosition[ 37565, 1025] WindowTitle->ModestBankruptcy WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "dc7737e7-02b2-4916-b0e0-a8371e25c1a2"], + "1f3d06e1-b2bd-443e-bf7d-5a72e0575a01"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "de8ddb03-e6d8-4f06-9b88-2335ff3ebc5c"], + "d348c21c-156d-4c71-aedd-93f13facd555"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef6097b8-f7fa-4da0-80b8-a7a93e4abe3b"] - }],ExpressionUUID->"73432449-c5f1-4d1b-b0c0-d2e5e15cbbb1"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ZeroMonotoneQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ZeroMonotoneQ"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "ed09fdfd-4b2c-486e-86d7-40111f2048d2"] + }],ExpressionUUID->"6cc56f55-5f11-457f-bb90-227395cae7de"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ZeroMonotoneQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ZeroMonotoneQ"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ddef9eab-b31c-4a35-a2e9-4c5a4c25e980"], + "f80d5970-49a9-45a4-a837-414ec2dc1573"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1b02c4ee-3628-4d40-b9b9-66c298022808"] - }],ExpressionUUID->"22e03c64-989f-4e51-881b-bd04144fabbf"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f031dcc2-a23b-4f06-bca4-b03516d538f7"] + }],ExpressionUUID->"8dd13395-5ff8-40a5-9074-274b352dd56e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9c05106c-9c46-4e20-85ea-7a25c283d1a2"], + "b5f655da-3570-4fe0-9005-2481a888b17b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b02a33a1-64c3-483b-bba0-04c8df587425"] - }],ExpressionUUID->"91a6aa79-4e6d-4d7a-b61d-78889ca6748b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1b8f6d85-12f7-4b0c-a76c-3dd63d576133"] + }],ExpressionUUID->"9acac016-00fa-403e-8c8c-8e529e859557"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "46ddb867-9e0b-46aa-a8c4-bed39349c7b6"], + "1d39b85a-4ca3-4e44-8ed7-8141ab53b1ca"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c4f5b00-3bad-4d5a-8ae8-5f17829e5acf"] - }],ExpressionUUID->"553f09fd-6e33-4f86-b1ad-4bc38650dda5"], - StripOnInput->False], {"\<\"TUG/ref/ModestBankruptcy\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModestBankruptcy"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ef321fd5-1fed-4d5f-9aab-0dc871701692"] + }],ExpressionUUID->"0d0e747e-8c27-454b-8edc-9d5f0d80a210"], + StripOnInput->False],{ + "\"TUG/ref/ModestBankruptcy\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModestBankruptcy"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ModestBankruptcy.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$119853], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModestBankruptcy" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$129319], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModestBankruptcy" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "20f5186d-3480-4e33-81b1-faefe90c4a90"] + "90eba858-e938-40f2-94c9-3b555e68e7de"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d7658049-2ffe-4926-8b61-97b09fcbc6da"]} + "72c2c032-83da-48dd-a5af-0a41f9c351c3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e99fe2fb-054b-41f0-87e3-a0e92c180c55"], + CellID->1,ExpressionUUID->"1dacad75-a845-41ff-aacd-efb3172f0505"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"2534c608-8bf4-454e-b9db-3655a40c5218"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2a312529-e8a1-4bf9-9b59-4c800ceabe84"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModestBankruptcy", "ObjectName",ExpressionUUID-> - "85446246-42d2-4693-a788-3452a5e04061"], + "a3f347ab-d7c8-4086-b244-1e9b79a37ca3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"33080b56-6826-42b1-882c-338b59c01294"], + "Spacer1"]],ExpressionUUID->"c0de83c9-2471-4898-9041-80db15a7c500"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6e1b5b96-1ae8-4e2a-9bfc-dfc5e409162a"] - }],ExpressionUUID->"e41cd783-1011-48cb-bae9-24247f31370d"], Cell[BoxData[ + "07378058-84de-470d-a733-1f1d46fb49cf"] + }],ExpressionUUID->"a67e4864-b931-45ea-bb4d-f4ecbd5c5200"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4078ba8a-f5ef-4d53-a1a0-fe658d6eda85"]} + "6643da67-a4b3-486e-9e1b-89d06927e20a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"82ff3d61-4b0e-487c-bbe7-bcee04a19d17"], + CacheGraphics->False,ExpressionUUID->"8f1ff0dc-ed00-4e84-bd9f-6f27fd7a3ada"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ "267991ea-91f0-4f84-8268-20059bba54ef"], " \[LineSeparator]computes the coalitional values from a modest \ bankruptcy situation." - }],ExpressionUUID->"72ad3c51-f232-4ac7-8a50-04bef18f23ac"]} + }],ExpressionUUID->"e20883d4-2b43-49c0-8bdf-46fc4501f0d2"]} }]], "Usage", CellID->1512628437,ExpressionUUID->"d143e3b9-4b60-47ef-9171-6d2495f3cdf0"] }, Open ]], @@ -274,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ac1c3c7f-097e-40eb-b7ed-6bac39c60206"], + ExpressionUUID->"dda997ef-5401-41c0-a7ae-fe51027fb4dd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a75552d4-8aba-402a-ae63-98eb9f40533a"], + "Spacer1"]],ExpressionUUID->"19259a4a-5403-4c1a-9bb8-4eb92c681472"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"53cd3a53-adb0-4940-ad0b-a3860264b578"], + }], "NotesFrameText",ExpressionUUID->"ad32415e-50b4-4caf-885a-3c9761de0aca"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c3374f9a-d3a9-45df-8c7b-c667b7e98348"]], \ + "Preemptive"]],ExpressionUUID->"7b4a763d-ac8c-4952-9580-a39f12a2f7db"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->802508430,ExpressionUUID->"585b6f31-cff8-49cf-851a-7c10d3fed70e"], + CellID->592136651,ExpressionUUID->"559b693b-65db-4715-a2a5-5f307a68f50f"], Cell[TextData[{ "The expression ", @@ -388,19 +392,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c562779c-a58e-4fe1-b06b-2282bd8fc440"], + ExpressionUUID->"b93be33e-7180-41f6-8f4d-10ef2db60526"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"223a8cbf-ec1c-4236-911d-d6fbd3ac7ece"], + "Spacer1"]],ExpressionUUID->"ac414fe1-fb0a-4b77-b266-e994bf738099"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ff098123-3350-4dfd-b5b1-dde41e3481ff"] + "70e0168f-e392-4e76-94eb-2ad410d6b6de"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->556086267,ExpressionUUID->"0b555279-49cc-4693-81fe-dfada2a00310"], + CellID->174420336,ExpressionUUID->"a6d6c835-57be-4671-b779-94e16cb8722d"], Cell[CellGroupData[{ @@ -429,18 +433,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"770ed6d3-a52a-476f-8d26-b192dfb7178b"], + ExpressionUUID->"d95ea706-2956-44a5-97d6-e2db592be1ed"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4aba883-91b9-47e7-b22d-846149a61d94"], + "Spacer1"]],ExpressionUUID->"e00866b5-fff4-44bc-b871-5ae1806fbb4b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "91d46744-4498-4075-b825-a6bf097da4e2"] + "ff7ee6e8-550e-489c-bff2-d74c9105c0f2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1298396354,ExpressionUUID->"327c7203-77b2-47df-b682-e6a8055257b1"], + CellID->1596167570,ExpressionUUID->"51ba9b41-617c-4c89-bbf8-35dd29b05a75"], Cell["Loading the package:", "ExampleText", CellID->21101238,ExpressionUUID->"10f399c8-e16b-4af6-a1c1-bb4a36c3b614"], @@ -677,8 +681,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -826,15 +828,15 @@ Cell[BoxData[GridBox[{ "691d46e6-921a-4401-aa4b-d15d82f05e95"] }], "SeeAlso",ExpressionUUID->"afc7ada1-33dc-458a-8086-e2f11041b500"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a4b9eb88-a169-49ce-9b2c-\ -9f0f84730a5a"], + }]], "SeeAlsoSection",ExpressionUUID->"af7536c9-edfb-4e7b-84e5-\ +3f1f32509f90"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -846,9 +848,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e5a080d0-a577-4d76-ab41-136a3e3785ec"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"375b2cbb-c6c5-42aa-9c49-\ -996cdac0cdf9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"53cc3e0e-9941-455a-97a7-\ +b617c878c760"], Cell[BoxData[GridBox[{ { @@ -865,7 +866,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b6fe0235-a889-4b61-8ac3-398998f24c0d"]}]}, + "60a3ffdc-b495-4048-a967-9b8562ac9723"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -873,10 +874,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0a7a5540-7fcf-4487-8581-3f36d25719ca"]}]} + "fc36bef4-e2ce-470e-9d4d-32c66019036d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"450aa16e-4902-4f86-a809-\ -8a3be3b622cd"], + }]], "MoreAboutSection",ExpressionUUID->"f75a47d4-9a9b-43d8-81cc-\ +b5a5df46edf5"], Cell[BoxData[GridBox[{ { @@ -903,7 +904,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9f9aa749-4d4f-4ecb-a845-f3cfffefe3d7"]], "RelatedLinks", + "161a3609-62c5-40c8-966e-33e5b75dd5fd"]], "RelatedLinks", ExpressionUUID->"37a669f3-4aab-4fce-9317-b2bf869d1c3c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -920,7 +921,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TalmudicRule"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7346fc18-5791-40e3-8956-91b67a580578"]], "RelatedLinks", + "36392336-3cf0-4f2f-8fe5-aedd3b7a5b96"]], "RelatedLinks", ExpressionUUID->"bef47c71-295d-441b-bfb7-161a6d435ece"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -937,11 +938,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3fecf351-dbd7-4933-adf6-f1b474117b8a"]], "RelatedLinks", + "54f7c4a5-49fb-4e49-a012-70ce931529c3"]], "RelatedLinks", ExpressionUUID->"0535d07a-8926-42f1-a27a-65c7d783d1ba"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8fb6212a-c578-4110-8cbc-\ -72a94ac50461"], + }]], "RelatedLinksSection",ExpressionUUID->"58fc2e4b-fac8-4cba-90fc-\ +256279d55835"], Cell[CellGroupData[{ @@ -971,11 +972,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"34c831a5-9b05-43e5-aa3f-44e16d4a35c8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d43aa2bd-7100-4e9b-81df-a0f2b7eb6e04"] +Cell[" ", "FooterCell",ExpressionUUID->"1642a7e0-634f-44d2-8b7c-f712f5e9044c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModestBankruptcy", TaggingRules->{ @@ -986,18 +987,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 52.195451}", + "built" -> "{2024, 6, 3, 16, 53, 51.697895}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ModestBankruptcy[Est, claims_List] computes the coalitional values from \ a modest bankruptcy situation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ModestBankruptcy", "titlemodifier" -> "", "windowtitle" -> - "ModestBankruptcy", "type" -> "Symbol", "uri" -> + "ModestBankruptcy", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ModestBankruptcy", "type" -> "Symbol", "uri" -> "TUG/ref/ModestBankruptcy"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1006,9 +1007,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1bb6607c-eaee-4dae-a529-0285bf695f0d" +ExpressionUUID->"08586e3b-7cac-4518-8210-42987ac40087" ] (* End of Notebook Content *) @@ -1016,155 +1017,153 @@ ExpressionUUID->"1bb6607c-eaee-4dae-a529-0285bf695f0d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14072, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0b555279-49cc-4693-81fe-dfada2a00310", + Cell[14119, 369, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a6d6c835-57be-4671-b779-94e16cb8722d", CellTags->"PrimaryExamplesSection", - CellID->556086267]} + CellID->174420336]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37334, 1017} + {"PrimaryExamplesSection", 37365, 1018} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7114, 169, 56, "AnchorBarGrid",ExpressionUUID->"e99fe2fb-054b-41f0-87e3-a0e92c180c55", +Cell[588, 21, 7161, 173, 57, "AnchorBarGrid",ExpressionUUID->"1dacad75-a845-41ff-aacd-efb3172f0505", CellID->1], -Cell[7705, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"2534c608-8bf4-454e-b9db-3655a40c5218"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2a312529-e8a1-4bf9-9b59-4c800ceabe84"], Cell[CellGroupData[{ -Cell[7816, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"82ff3d61-4b0e-487c-bbe7-bcee04a19d17"], -Cell[9109, 233, 549, 12, 111, "Usage",ExpressionUUID->"d143e3b9-4b60-47ef-9171-6d2495f3cdf0", +Cell[7863, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"8f1ff0dc-ed00-4e84-bd9f-6f27fd7a3ada"], +Cell[9156, 237, 549, 12, 111, "Usage",ExpressionUUID->"d143e3b9-4b60-47ef-9171-6d2495f3cdf0", CellID->1512628437] }, Open ]], Cell[CellGroupData[{ -Cell[9695, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"585b6f31-cff8-49cf-851a-7c10d3fed70e", +Cell[9742, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"559b693b-65db-4715-a2a5-5f307a68f50f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->802508430], -Cell[11592, 299, 560, 12, 57, "]]",ExpressionUUID->"193d2ded-665d-42a8-8bc3-42ff494fd5f0", + CellID->592136651], +Cell[11639, 303, 560, 12, 57, "]]",ExpressionUUID->"193d2ded-665d-42a8-8bc3-42ff494fd5f0", CellID->313448337], -Cell[12155, 313, 489, 12, 37, "Notes",ExpressionUUID->"ddef5055-82ba-4665-adf4-10ccd3ba22c4", +Cell[12202, 317, 489, 12, 38, "Notes",ExpressionUUID->"ddef5055-82ba-4665-adf4-10ccd3ba22c4", CellID->177724765], -Cell[12647, 327, 222, 4, 36, "Notes",ExpressionUUID->"1a4c1c53-8050-40ed-8eee-c7a58d45a053", +Cell[12694, 331, 222, 4, 36, "Notes",ExpressionUUID->"1a4c1c53-8050-40ed-8eee-c7a58d45a053", CellID->1477679801], -Cell[12872, 333, 290, 5, 57, "Notes",ExpressionUUID->"c32298b9-8cbc-4822-91c5-cf8d9703b7b6", +Cell[12919, 337, 290, 5, 57, "Notes",ExpressionUUID->"c32298b9-8cbc-4822-91c5-cf8d9703b7b6", CellID->431431740], -Cell[13165, 340, 225, 4, 36, "Notes",ExpressionUUID->"fc5a9ae6-b9b8-4fc1-b343-db480aeafbf2", +Cell[13212, 344, 225, 4, 36, "Notes",ExpressionUUID->"fc5a9ae6-b9b8-4fc1-b343-db480aeafbf2", CellID->1464820166], -Cell[13393, 346, 189, 4, 36, "Notes",ExpressionUUID->"74bcaf58-01b6-4bac-ba74-3caef6ba8c38", +Cell[13440, 350, 189, 4, 36, "Notes",ExpressionUUID->"74bcaf58-01b6-4bac-ba74-3caef6ba8c38", CellID->1409208826], -Cell[13585, 352, 229, 4, 36, "Notes",ExpressionUUID->"55393408-7be3-455d-aa01-b5c4383b10e1", +Cell[13632, 356, 229, 4, 36, "Notes",ExpressionUUID->"55393408-7be3-455d-aa01-b5c4383b10e1", CellID->1006522154], -Cell[13817, 358, 128, 1, 36, "Notes",ExpressionUUID->"22d2d917-099c-49a5-8f86-f1866ce10d2f", +Cell[13864, 362, 128, 1, 36, "Notes",ExpressionUUID->"22d2d917-099c-49a5-8f86-f1866ce10d2f", CellID->1243466626] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14072, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0b555279-49cc-4693-81fe-dfada2a00310", +Cell[14119, 369, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a6d6c835-57be-4671-b779-94e16cb8722d", CellTags->"PrimaryExamplesSection", - CellID->556086267], + CellID->174420336], Cell[CellGroupData[{ -Cell[15517, 406, 1399, 36, 30, "ExampleSection",ExpressionUUID->"327c7203-77b2-47df-b682-e6a8055257b1", - CellID->1298396354], -Cell[16919, 444, 117, 1, 38, "ExampleText",ExpressionUUID->"10f399c8-e16b-4af6-a1c1-bb4a36c3b614", +Cell[15564, 410, 1399, 36, 30, "ExampleSection",ExpressionUUID->"51ba9b41-617c-4c89-bbf8-35dd29b05a75", + CellID->1596167570], +Cell[16966, 448, 117, 1, 39, "ExampleText",ExpressionUUID->"10f399c8-e16b-4af6-a1c1-bb4a36c3b614", CellID->21101238], Cell[CellGroupData[{ -Cell[17061, 449, 167, 3, 27, "Input",ExpressionUUID->"4959f3b6-2aac-4306-8daa-dad7eb903aa6", +Cell[17108, 453, 167, 3, 27, "Input",ExpressionUUID->"4959f3b6-2aac-4306-8daa-dad7eb903aa6", CellID->982794329], Cell[CellGroupData[{ -Cell[17253, 456, 235, 4, 23, "Print",ExpressionUUID->"c1d51f04-6640-405b-bf01-2c2b2a5c283a", +Cell[17300, 460, 235, 4, 23, "Print",ExpressionUUID->"c1d51f04-6640-405b-bf01-2c2b2a5c283a", CellID->697247963], -Cell[17491, 462, 365, 8, 23, "Print",ExpressionUUID->"a734b259-54a5-4a30-bf6b-0ff051231c78", +Cell[17538, 466, 365, 8, 23, "Print",ExpressionUUID->"a734b259-54a5-4a30-bf6b-0ff051231c78", CellID->1231582481], -Cell[17859, 472, 236, 4, 23, "Print",ExpressionUUID->"0368bfe1-9563-4dd8-a73e-739b0f7086ef", +Cell[17906, 476, 236, 4, 23, "Print",ExpressionUUID->"0368bfe1-9563-4dd8-a73e-739b0f7086ef", CellID->1830618323], -Cell[18098, 478, 220, 3, 23, "Print",ExpressionUUID->"7cecb10c-ce9e-4517-9c5b-c090bb51134d", +Cell[18145, 482, 220, 3, 23, "Print",ExpressionUUID->"7cecb10c-ce9e-4517-9c5b-c090bb51134d", CellID->1319881710], -Cell[18321, 483, 207, 3, 70, "Print",ExpressionUUID->"7e0283ba-fe55-4026-a394-d46f849625ef", +Cell[18368, 487, 207, 3, 70, "Print",ExpressionUUID->"7e0283ba-fe55-4026-a394-d46f849625ef", CellID->1845130636], -Cell[18531, 488, 237, 4, 70, "Print",ExpressionUUID->"72818fbd-33d6-4732-9a4e-720432167244", +Cell[18578, 492, 237, 4, 70, "Print",ExpressionUUID->"72818fbd-33d6-4732-9a4e-720432167244", CellID->1576675893], -Cell[18771, 494, 220, 3, 70, "Print",ExpressionUUID->"4286b9fb-a42c-414c-bd3a-54fdda4ac7c0", +Cell[18818, 498, 220, 3, 70, "Print",ExpressionUUID->"4286b9fb-a42c-414c-bd3a-54fdda4ac7c0", CellID->1141771118], -Cell[18994, 499, 236, 4, 70, "Print",ExpressionUUID->"3f7a9420-9ff7-4627-8a2e-cfdf1b2a0577", +Cell[19041, 503, 236, 4, 70, "Print",ExpressionUUID->"3f7a9420-9ff7-4627-8a2e-cfdf1b2a0577", CellID->1223908263], -Cell[19233, 505, 236, 4, 70, "Print",ExpressionUUID->"f59b2dd3-f374-44e7-ba32-2afd556cee5d", +Cell[19280, 509, 236, 4, 70, "Print",ExpressionUUID->"f59b2dd3-f374-44e7-ba32-2afd556cee5d", CellID->1473248670], -Cell[19472, 511, 206, 3, 70, "Print",ExpressionUUID->"f2cb1453-9a1f-4f45-a7ee-7e145f17aebf", +Cell[19519, 515, 206, 3, 70, "Print",ExpressionUUID->"f2cb1453-9a1f-4f45-a7ee-7e145f17aebf", CellID->397493943], -Cell[19681, 516, 235, 4, 70, "Print",ExpressionUUID->"3a651a0b-e8f9-4b75-a08e-0bfef285e703", +Cell[19728, 520, 235, 4, 70, "Print",ExpressionUUID->"3a651a0b-e8f9-4b75-a08e-0bfef285e703", CellID->139880628] }, Open ]] }, Open ]], -Cell[19943, 524, 190, 4, 70, "ExampleText",ExpressionUUID->"53ae26ec-e0e0-437e-a103-68069177f555", +Cell[19990, 528, 190, 4, 70, "ExampleText",ExpressionUUID->"53ae26ec-e0e0-437e-a103-68069177f555", CellID->1773235208], -Cell[20136, 530, 169, 4, 70, "Input",ExpressionUUID->"a8d03b92-33ca-4c6c-b0ce-b2633f33c0ca", +Cell[20183, 534, 169, 4, 70, "Input",ExpressionUUID->"a8d03b92-33ca-4c6c-b0ce-b2633f33c0ca", CellID->290943738], -Cell[20308, 536, 185, 3, 70, "ExampleText",ExpressionUUID->"f21e1f89-1de2-491c-b0cd-13e96311495b", +Cell[20355, 540, 185, 3, 70, "ExampleText",ExpressionUUID->"f21e1f89-1de2-491c-b0cd-13e96311495b", CellID->1414226070], -Cell[20496, 541, 256, 7, 70, "Input",ExpressionUUID->"75914923-d019-4a56-92f1-f1f50681b56e", +Cell[20543, 545, 256, 7, 70, "Input",ExpressionUUID->"75914923-d019-4a56-92f1-f1f50681b56e", CellID->468576151], -Cell[20755, 550, 151, 1, 70, "ExampleText",ExpressionUUID->"5bf14f89-6869-4b97-a762-54990e3527e8", +Cell[20802, 554, 151, 1, 70, "ExampleText",ExpressionUUID->"5bf14f89-6869-4b97-a762-54990e3527e8", CellID->1755763904], Cell[CellGroupData[{ -Cell[20931, 555, 174, 3, 70, "Input",ExpressionUUID->"aa3815d8-6d8f-4dc1-84af-a694aee2a661", +Cell[20978, 559, 174, 3, 70, "Input",ExpressionUUID->"aa3815d8-6d8f-4dc1-84af-a694aee2a661", CellID->1755278766], -Cell[21108, 560, 172, 4, 36, "Output",ExpressionUUID->"380f2bbd-e62d-4132-87bd-aa5ee8fb993b", +Cell[21155, 564, 172, 4, 36, "Output",ExpressionUUID->"380f2bbd-e62d-4132-87bd-aa5ee8fb993b", CellID->948068923] }, Open ]], -Cell[21295, 567, 188, 4, 70, "ExampleText",ExpressionUUID->"51642b7e-882c-4a43-9dcc-acfd67bbac4b", +Cell[21342, 571, 188, 4, 70, "ExampleText",ExpressionUUID->"51642b7e-882c-4a43-9dcc-acfd67bbac4b", CellID->1877784977], Cell[CellGroupData[{ -Cell[21508, 575, 222, 5, 70, "Input",ExpressionUUID->"f7860053-23f6-4911-a0bc-bf33c9d880f8", +Cell[21555, 579, 222, 5, 70, "Input",ExpressionUUID->"f7860053-23f6-4911-a0bc-bf33c9d880f8", CellID->1560017844], -Cell[21733, 582, 553, 10, 54, "Output",ExpressionUUID->"aefc3f89-e701-42a6-a8db-5ae45e3364a0", +Cell[21780, 586, 553, 10, 53, "Output",ExpressionUUID->"aefc3f89-e701-42a6-a8db-5ae45e3364a0", CellID->1951111325] }, Open ]], -Cell[22301, 595, 152, 1, 70, "ExampleText",ExpressionUUID->"98345697-c9f9-45aa-acd1-1544e1f45d0e", +Cell[22348, 599, 152, 1, 70, "ExampleText",ExpressionUUID->"98345697-c9f9-45aa-acd1-1544e1f45d0e", CellID->614317273], Cell[CellGroupData[{ -Cell[22478, 600, 179, 4, 70, "Input",ExpressionUUID->"439b6f51-430f-4a3b-8af0-05b2118602f6", +Cell[22525, 604, 179, 4, 70, "Input",ExpressionUUID->"439b6f51-430f-4a3b-8af0-05b2118602f6", CellID->903161374], -Cell[22660, 606, 230, 5, 36, "Output",ExpressionUUID->"452c41ca-7097-465f-a51a-9a230c1bc51e", +Cell[22707, 610, 230, 5, 36, "Output",ExpressionUUID->"452c41ca-7097-465f-a51a-9a230c1bc51e", CellID->300323018] }, Open ]], -Cell[22905, 614, 237, 6, 70, "Input",ExpressionUUID->"44ff2498-0fd8-4940-9b1d-29a74613d5f6", +Cell[22952, 618, 237, 6, 70, "Input",ExpressionUUID->"44ff2498-0fd8-4940-9b1d-29a74613d5f6", CellID->656000822], -Cell[23145, 622, 147, 1, 70, "ExampleText",ExpressionUUID->"e8b09088-342c-40ca-9d6e-47e470674c20", +Cell[23192, 626, 147, 1, 70, "ExampleText",ExpressionUUID->"e8b09088-342c-40ca-9d6e-47e470674c20", CellID->1791398343], Cell[CellGroupData[{ -Cell[23317, 627, 174, 3, 70, "Input",ExpressionUUID->"0175d7f1-73de-4de4-b08d-02bd34e57547", +Cell[23364, 631, 174, 3, 70, "Input",ExpressionUUID->"0175d7f1-73de-4de4-b08d-02bd34e57547", CellID->469317598], -Cell[23494, 632, 348, 10, 51, "Output",ExpressionUUID->"e52570ea-0ff1-4994-aedb-16e048f79224", +Cell[23541, 636, 348, 10, 50, "Output",ExpressionUUID->"e52570ea-0ff1-4994-aedb-16e048f79224", CellID->1322513355] }, Open ]], -Cell[23857, 645, 264, 5, 70, "ExampleText",ExpressionUUID->"7924b9c9-c83f-4476-9f19-bd793f09dc3c", +Cell[23904, 649, 264, 5, 70, "ExampleText",ExpressionUUID->"7924b9c9-c83f-4476-9f19-bd793f09dc3c", CellID->181764887], Cell[CellGroupData[{ -Cell[24146, 654, 191, 4, 70, "Input",ExpressionUUID->"11a63868-f095-4b5c-9493-76e795389f12", +Cell[24193, 658, 191, 4, 70, "Input",ExpressionUUID->"11a63868-f095-4b5c-9493-76e795389f12", CellID->908880720], -Cell[24340, 660, 347, 10, 51, "Output",ExpressionUUID->"72282226-3c2f-4579-968a-f1670095df5b", +Cell[24387, 664, 347, 10, 50, "Output",ExpressionUUID->"72282226-3c2f-4579-968a-f1670095df5b", CellID->832393786] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24976, 683, 5461, 148, 70, "SeeAlsoSection",ExpressionUUID->"af7536c9-edfb-4e7b-84e5-3f1f32509f90"], +Cell[30440, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"53cc3e0e-9941-455a-97a7-b617c878c760"], +Cell[31113, 853, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f75a47d4-9a9b-43d8-81cc-b5a5df46edf5"], +Cell[32149, 881, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"58fc2e4b-fac8-4cba-90fc-256279d55835"], Cell[CellGroupData[{ -Cell[24951, 681, 5461, 148, 70, "SeeAlsoSection",ExpressionUUID->"a4b9eb88-a169-49ce-9b2c-9f0f84730a5a"], -Cell[30415, 831, 670, 18, 70, "TechNotesSection",ExpressionUUID->"375b2cbb-c6c5-42aa-9c49-996cdac0cdf9"] -}, Open ]], -Cell[31100, 852, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"450aa16e-4902-4f86-a809-8a3be3b622cd"], -Cell[32136, 880, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"8fb6212a-c578-4110-8cbc-72a94ac50461"], -Cell[CellGroupData[{ -Cell[34382, 947, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"437cad1a-aca9-4111-ab53-4ff49be2246d", +Cell[34395, 948, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"437cad1a-aca9-4111-ab53-4ff49be2246d", CellID->906383680], -Cell[34522, 950, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3493706-853c-4ed2-ae68-752183c57893", +Cell[34535, 951, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3493706-853c-4ed2-ae68-752183c57893", CellID->1194386356], -Cell[34744, 956, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c6702b9-04af-41d9-8d2b-270bb9f3f0e8", +Cell[34757, 957, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c6702b9-04af-41d9-8d2b-270bb9f3f0e8", CellID->1641706272], -Cell[34959, 961, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fef53960-b06e-4b34-8a73-2d09890a9c74", +Cell[34972, 962, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fef53960-b06e-4b34-8a73-2d09890a9c74", CellID->399251956], -Cell[35188, 967, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"34c831a5-9b05-43e5-aa3f-44e16d4a35c8", +Cell[35201, 968, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"34c831a5-9b05-43e5-aa3f-44e16d4a35c8", CellID->821434655] }, Open ]], -Cell[35425, 973, 78, 0, 70, "FooterCell",ExpressionUUID->"d43aa2bd-7100-4e9b-81df-a0f2b7eb6e04"] +Cell[35438, 974, 78, 0, 70, "FooterCell",ExpressionUUID->"1642a7e0-634f-44d2-8b7c-f712f5e9044c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Modiclus.nb b/Documentation/English/ReferencePages/Symbols/Modiclus.nb index 89a1f9a..d09abea 100644 --- a/Documentation/English/ReferencePages/Symbols/Modiclus.nb +++ b/Documentation/English/ReferencePages/Symbols/Modiclus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 58338, 1538] -NotebookOptionsPosition[ 45496, 1282] -NotebookOutlinePosition[ 47743, 1338] -CellTagsIndexPosition[ 47657, 1333] +NotebookDataLength[ 58344, 1538] +NotebookOptionsPosition[ 45517, 1284] +NotebookOutlinePosition[ 47783, 1340] +CellTagsIndexPosition[ 47697, 1335] WindowTitle->Modiclus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e859aee8-17fb-4f0a-a2ef-0475cccd11c0"], + "f9af39e8-b0d8-4fd6-ab8a-da02d6f8444e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "13636a37-0790-41ef-ae58-42d2c1d75d33"], + "8fd68dcb-11be-44fa-81ae-dcd6b0fc3faf"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cbb0c5f5-fb81-406b-88f5-c13db1d5b669"] - }],ExpressionUUID->"211ef920-4ca6-4420-a063-d3868c2ec086"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"IsModiclusQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/IsModiclusQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "518f3db8-9942-4ade-8669-dec97b797091"] + }],ExpressionUUID->"ae709be5-502a-4f03-b891-f69e960217e1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"IsModiclusQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/IsModiclusQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e3a751f-3264-4f86-9533-9c647062d286"], + "d24d6138-67b7-46ae-a2d9-2f9b7a8da37a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b3b8f6de-541d-4582-9ae1-0ebd4f2081f6"] - }],ExpressionUUID->"7a33f30b-8f62-4961-8e52-dc4986d396b1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "19140003-c22b-4f45-8f08-6ba236f52e45"] + }],ExpressionUUID->"8f8dbc40-5a3c-4e01-9a90-28606ff0ff5c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5cb01e0-b53c-4128-a788-e5a575d70ccb"], + "0101d137-cdbb-4b8e-9511-7a5db76e485f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ba90c78f-0fbc-490c-bdc3-554463aa9e57"] - }],ExpressionUUID->"59b2c929-b2c8-49ab-8ce9-65109c9aeccb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c0c131e7-fe64-40bc-971a-04e7d7d96131"] + }],ExpressionUUID->"7a15245a-c9fd-4097-b8bc-28af8aac1e23"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4fea2878-60e4-43db-9466-19c99c4c23f8"], + "4e1a40db-1398-499c-b5e7-2963bb7a9788"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "18ad7647-e048-49c0-952e-935eb4dbc62d"] - }],ExpressionUUID->"cecc01c5-d58b-4bcd-88b9-1feb5c4d0dc1"], - StripOnInput->False], {"\<\"TUG/ref/Modiclus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Modiclus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Modiclus.\ + "b6fea4c6-b7a2-49c2-b866-c4897cfd0991"] + }],ExpressionUUID->"84176bfd-a993-47b1-bf83-fccfc3ddd205"], + StripOnInput->False],{ + "\"TUG/ref/Modiclus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Modiclus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Modiclus.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$121090], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Modiclus" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$130624], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Modiclus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9cb7a50e-e25a-45b4-84f6-73fd97a31128"] + "8ee7dc12-e32a-4e86-9dfe-952842ae9adc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "82b735c5-f569-46ff-9cb8-1114e073a0db"]} + "28bd2190-08c9-4f23-b285-582f102733fd"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"80171c08-9766-4b82-887b-d5d7a73f4c27"], + CellID->1,ExpressionUUID->"36c38f72-44b1-4c52-bbf0-db059b11127b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3b2316ac-315b-4b41-b930-5e65f68bcda2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4617952b-b781-4eaf-85bc-d85d4b02212b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Modiclus", "ObjectName",ExpressionUUID-> - "62fab46b-d146-4c53-9376-8ae32e85e7f7"], + "043a08d6-370a-4f18-9c21-bbf74fc426a3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d73206f9-3e18-4de4-8126-746130ecfcad"], + "Spacer1"]],ExpressionUUID->"4126d0f0-1469-477c-af8c-f5e407098dde"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "64c7cd72-8864-4274-abb7-5d793eaee8ef"] - }],ExpressionUUID->"0f693751-28e7-4b2e-b834-8078e69cad80"], Cell[BoxData[ + "7ef811f7-c444-4c7e-b909-ca0e8b1d6f35"] + }],ExpressionUUID->"e918513c-77a9-4b93-be32-4f20ad0b30f0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "57a99fc1-b1b5-4dc8-b952-a6bf6edf33bf"]} + "471b1ed6-45af-4b14-8298-5b01b6485c62"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f2772bdd-e3fb-4801-b453-1e733473bcac"], + CacheGraphics->False,ExpressionUUID->"72f20182-3755-4836-ae7a-b49e246b4f65"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"fcce88c9-bf99-47e0-b451-d92fab6e8e3a"]}, + }],ExpressionUUID->"c828ac3a-8ef6-4733-8f2c-88b7338d5118"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"Modiclus", "[", @@ -250,7 +255,7 @@ Sudhoelter (2007)." FontFamily->"Source Sans Pro",ExpressionUUID-> "97f9e0fa-7e75-43f9-9830-8d237a1e4950"], " \[LineSeparator]by option set a different solver can be invoked." - }],ExpressionUUID->"ffe97dc9-561b-4e7d-9b72-144be93cd70e"]} + }],ExpressionUUID->"99c84d04-a9df-4f52-bdf0-181d4b7f0204"]} }]], "Usage", CellID->983324579,ExpressionUUID->"84622691-fe2f-44ff-9e23-fefce6a4a159"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"78f147ba-2963-4ace-9419-e895ddaa3da2"], + ExpressionUUID->"0020616a-3673-4ab5-9628-5e12168c3bc4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bc569819-d331-4a6b-8e15-83206448d9e6"], + "Spacer1"]],ExpressionUUID->"4bf25cbd-4674-4409-a92b-012a8aa68c10"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"20510fad-ed8a-469a-974c-daab04e66218"], + }], "NotesFrameText",ExpressionUUID->"2fa4f877-75d5-4032-9bef-468617aaae61"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b7530554-f6e3-4b3d-a75b-90eec76af989"]], \ + "Preemptive"]],ExpressionUUID->"148e6ad0-64ff-4c34-948a-c6a8a90ce266"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1517792887,ExpressionUUID->"55ed2532-e202-4416-926f-7cf84e6d5941"], + CellID->819564293,ExpressionUUID->"4588f969-a6c7-4498-9ab8-d540fb257b51"], Cell[TextData[{ "The input expression ", @@ -384,11 +389,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d03ec7cd-4365-4ba1-99e1-82a828f24ddb"], "RevisedSimplex", Cell[ + "e7c87ea3-5516-4909-9f34-a21054ae2e7e"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"476316b8-33b7-411b-b3b0-1e7db621aacb"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "11f98d9b-e7ff-4c2a-80d8-d5e1cd6dc076"], + "faa174d6-b58a-407c-815c-53dbc05d57d7"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -404,11 +409,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dec34c25-a1a2-47e5-998b-3ccfacc776d4"], "CLP", Cell["\<\ + "d9df3576-c5d7-431a-8faa-46c22db241f7"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"66ec9f10-481c-48ab-ae66-a4b0ef3a2f2c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0dc706d9-1518-467b-9fff-82b99aefdca1"], + "9b78abc0-e262-4070-ae36-790128d4af89"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -424,7 +429,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2538146f-ed66-4680-92f7-6e5bd636d2ee"], "InteriorPoint", Cell["\<\ + "4fe45f5a-1b19-497d-899d-7a42e09b9392"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"ca0a9be3-2fa2-41ba-a1d5-8d25cd7a9dc2"]} }]], "2ColumnTableMod", @@ -494,19 +499,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3fce3327-7735-4332-affd-01e4f29af000"], + ExpressionUUID->"1dc4fb71-2132-4fae-b230-1502b0f41c4e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f7b2c654-5a99-485c-9f87-2edb7944f3a0"], + "Spacer1"]],ExpressionUUID->"a290e267-e2f9-4e20-9038-469319936ef2"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "57057e10-bc05-46cb-9fee-be334dbb97e0"] + "a6e06cea-dac5-4538-a59f-496b5015bd75"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->317628587,ExpressionUUID->"d99436e6-2240-4b83-a2b1-d001d6c88581"], + CellID->1903574563,ExpressionUUID->"5cef9b2d-dc78-44e4-865e-16fc83688579"], Cell[CellGroupData[{ @@ -535,18 +540,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d7bbd17c-75d9-4e55-9ad2-dab2ad45313e"], + ExpressionUUID->"e225bca5-af4b-424f-8630-ab8f9e77603c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5d4af2b8-47d4-4229-99e8-2cc7683ba865"], + "Spacer1"]],ExpressionUUID->"0153fe0e-e0d5-456f-ad11-26921c06aceb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "04af911d-6746-4026-ba29-0dc2d1979290"] + "2b7c0efc-84f9-4cc0-925a-cf61b3e3c16b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->492722481,ExpressionUUID->"2eb47118-c448-446c-8d40-b5ea72c798b6"], + CellID->70774742,ExpressionUUID->"e5a87745-80f0-43b5-9f49-df1a6d55010f"], Cell["Loading the package:", "ExampleText", CellID->1263294350,ExpressionUUID->"0c559b5f-c7dd-4ae8-b1d8-9937c24abb61"], @@ -984,8 +989,6 @@ the modiclus.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1133,15 +1136,15 @@ Cell[BoxData[GridBox[{ "fcb85852-2421-4283-acf2-942a91687735"] }], "SeeAlso",ExpressionUUID->"215e26c5-a1ac-49e1-8568-7e294d1fbcc8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"2e514217-b5b6-4933-9404-\ -f9a59705595e"], + }]], "SeeAlsoSection",ExpressionUUID->"3b2f3a06-2b73-4a0f-984d-\ +28cbe0766e27"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1153,9 +1156,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a8799bbd-2cfe-4d9c-bc7c-773802fa10d9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3c713b99-e5f0-4a33-bf12-\ -9e83e20be6d4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"801bc964-8836-4e83-a725-\ +ee2359617dd9"], Cell[BoxData[GridBox[{ { @@ -1172,7 +1174,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e450d7e-be88-4498-903a-92cd1a85f9ae"]}]}, + "77bbc353-fde3-495a-84cf-997f4a00d080"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1180,10 +1182,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c0e5f292-023f-4130-a516-15c5426d5091"]}]} + "c0811c6c-fe4d-40aa-a446-8c0f222e38ca"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5723648d-1fc4-4201-9199-\ -2968d54d7469"], + }]], "MoreAboutSection",ExpressionUUID->"a2618313-c043-4fe9-9f0f-\ +25237d200a98"], Cell[BoxData[GridBox[{ { @@ -1210,7 +1212,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d52310b4-b565-4ff5-953c-fc74d14ce7ce"]], "RelatedLinks", + "961e5456-65ac-4191-b338-da8d495f72bd"]], "RelatedLinks", ExpressionUUID->"8940831d-e20e-4408-b6f7-14ffd3aadbf6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1227,7 +1229,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "461e05e5-878b-4964-a81a-d0a86c482d39"]], "RelatedLinks", + "8227d748-6a93-4070-9f6c-432bc3e4ca8d"]], "RelatedLinks", ExpressionUUID->"8e513256-0a7b-4832-8c06-4efe424b2b9c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1244,11 +1246,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "145c265b-1839-4fa2-b8cb-c02a52efb509"]], "RelatedLinks", + "d8ad81d4-e940-49de-8997-4b76baa60243"]], "RelatedLinks", ExpressionUUID->"d12a966d-5e6a-4226-9f19-1156c5dc564b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2a6afd11-99a6-4a87-8278-\ -ea9ab373dfcb"], + }]], "RelatedLinksSection",ExpressionUUID->"357493d7-9b90-4312-9294-\ +7ac65607b4a0"], Cell[CellGroupData[{ @@ -1278,11 +1280,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8747fe79-c22e-4c9f-9855-426a0a17866d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"088942f8-8407-4ce3-a0d6-8155d4e9be7c"] +Cell[" ", "FooterCell",ExpressionUUID->"5b79b3f7-ce78-40b8-baf2-0c760a8a3654"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Modiclus", TaggingRules->{ @@ -1293,7 +1295,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 55.427640}", + "built" -> "{2024, 6, 3, 16, 53, 53.372176}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1303,10 +1305,10 @@ programs from the TU-game argument game by relying on an LP approach as \ suggested by B. Peleg and P. Sudhoelter (2007). Modiclus[game, options] by \ option set a different solver can be invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Modiclus", "titlemodifier" -> "", - "windowtitle" -> "Modiclus", "type" -> "Symbol", "uri" -> - "TUG/ref/Modiclus"}}, + "metadescription" -> "", "windowtitle" -> "Modiclus", "type" -> "Symbol", + "uri" -> "TUG/ref/Modiclus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1315,9 +1317,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"267488a7-7747-4654-b853-481288ad7a3d" +ExpressionUUID->"bdbbf44c-2cce-4b57-93c7-ab2f3e6077df" ] (* End of Notebook Content *) @@ -1325,221 +1327,219 @@ ExpressionUUID->"267488a7-7747-4654-b853-481288ad7a3d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18254, 471, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d99436e6-2240-4b83-a2b1-d001d6c88581", + Cell[18309, 476, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5cef9b2d-dc78-44e4-865e-16fc83688579", CellTags->"PrimaryExamplesSection", - CellID->317628587]} + CellID->1903574563]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 47457, 1326} + {"PrimaryExamplesSection", 47496, 1328} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"80171c08-9766-4b82-887b-d5d7a73f4c27", +Cell[580, 21, 7171, 173, 57, "AnchorBarGrid",ExpressionUUID->"36c38f72-44b1-4c52-bbf0-db059b11127b", CellID->1], -Cell[7698, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3b2316ac-315b-4b41-b930-5e65f68bcda2"], +Cell[7754, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4617952b-b781-4eaf-85bc-d85d4b02212b"], Cell[CellGroupData[{ -Cell[7809, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"f2772bdd-e3fb-4801-b453-1e733473bcac"], -Cell[9094, 232, 1023, 22, 209, "Usage",ExpressionUUID->"84622691-fe2f-44ff-9e23-fefce6a4a159", +Cell[7865, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"72f20182-3755-4836-ae7a-b49e246b4f65"], +Cell[9150, 237, 1023, 22, 208, "Usage",ExpressionUUID->"84622691-fe2f-44ff-9e23-fefce6a4a159", CellID->983324579] }, Open ]], Cell[CellGroupData[{ -Cell[10154, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"55ed2532-e202-4416-926f-7cf84e6d5941", +Cell[10210, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"4588f969-a6c7-4498-9ab8-d540fb257b51", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1517792887], -Cell[12052, 308, 515, 12, 57, "Notes",ExpressionUUID->"820c5668-82fd-4316-b1d1-11aa2011d808", + CellID->819564293], +Cell[12107, 313, 515, 12, 57, "Notes",ExpressionUUID->"820c5668-82fd-4316-b1d1-11aa2011d808", CellID->1014199156], -Cell[12570, 322, 489, 12, 37, "Notes",ExpressionUUID->"33fc1026-eadf-4c98-b389-bd2d608f1594", +Cell[12625, 327, 489, 12, 38, "Notes",ExpressionUUID->"33fc1026-eadf-4c98-b389-bd2d608f1594", CellID->177724765], -Cell[13062, 336, 213, 4, 36, "Notes",ExpressionUUID->"f86921e3-26b6-4dca-841a-aa581706ccdb", +Cell[13117, 341, 213, 4, 36, "Notes",ExpressionUUID->"f86921e3-26b6-4dca-841a-aa581706ccdb", CellID->593815754], -Cell[13278, 342, 143, 1, 36, "Notes",ExpressionUUID->"ac155805-dcf1-42ce-b4aa-1780c98bcef0", +Cell[13333, 347, 143, 1, 36, "Notes",ExpressionUUID->"ac155805-dcf1-42ce-b4aa-1780c98bcef0", CellID->1144050132], -Cell[13424, 345, 403, 6, 78, "Notes",ExpressionUUID->"181b6600-ad39-43ac-b7cb-16c9d421e065", +Cell[13479, 350, 403, 6, 78, "Notes",ExpressionUUID->"181b6600-ad39-43ac-b7cb-16c9d421e065", CellID->205905505], -Cell[13830, 353, 387, 8, 37, "Notes",ExpressionUUID->"7f682e5d-966a-4551-83d5-d1a5e296e142", +Cell[13885, 358, 387, 8, 38, "Notes",ExpressionUUID->"7f682e5d-966a-4551-83d5-d1a5e296e142", CellID->1912273630], -Cell[14220, 363, 282, 5, 57, "Notes",ExpressionUUID->"756f6d7f-c78a-4c84-8f58-41aa9bbf31d6", +Cell[14275, 368, 282, 5, 57, "Notes",ExpressionUUID->"756f6d7f-c78a-4c84-8f58-41aa9bbf31d6", CellID->1210693388], -Cell[14505, 370, 386, 12, 37, "Notes",ExpressionUUID->"7be48719-304e-4d9b-81c6-eed87e29a6d8", +Cell[14560, 375, 386, 12, 38, "Notes",ExpressionUUID->"7be48719-304e-4d9b-81c6-eed87e29a6d8", CellID->24981], -Cell[14894, 384, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"c823f39b-e1c3-442d-bb78-5d8bc9507b19", +Cell[14949, 389, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"c823f39b-e1c3-442d-bb78-5d8bc9507b19", CellID->12695], -Cell[15791, 404, 854, 18, 65, "2ColumnTableMod",ExpressionUUID->"2511bbad-a3a7-4f9c-865f-2b6822c99752", +Cell[15846, 409, 854, 18, 67, "2ColumnTableMod",ExpressionUUID->"2511bbad-a3a7-4f9c-865f-2b6822c99752", CellID->1546107665], -Cell[16648, 424, 515, 9, 70, "2ColumnTableMod",ExpressionUUID->"daaf234d-0a8c-4538-bf06-645e7fd570d7", +Cell[16703, 429, 515, 9, 70, "2ColumnTableMod",ExpressionUUID->"daaf234d-0a8c-4538-bf06-645e7fd570d7", CellID->512784626], -Cell[17166, 435, 438, 14, 70, "Notes",ExpressionUUID->"6d6e03ac-6811-4fd8-bf88-39398da6a6ba", +Cell[17221, 440, 438, 14, 70, "Notes",ExpressionUUID->"6d6e03ac-6811-4fd8-bf88-39398da6a6ba", CellID->17586], -Cell[17607, 451, 520, 14, 70, "Notes",ExpressionUUID->"0b5068d8-9806-4535-801e-2410aee8ea17", +Cell[17662, 456, 520, 14, 70, "Notes",ExpressionUUID->"0b5068d8-9806-4535-801e-2410aee8ea17", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18254, 471, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d99436e6-2240-4b83-a2b1-d001d6c88581", +Cell[18309, 476, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5cef9b2d-dc78-44e4-865e-16fc83688579", CellTags->"PrimaryExamplesSection", - CellID->317628587], + CellID->1903574563], Cell[CellGroupData[{ -Cell[19699, 512, 1398, 36, 70, "ExampleSection",ExpressionUUID->"2eb47118-c448-446c-8d40-b5ea72c798b6", - CellID->492722481], -Cell[21100, 550, 119, 1, 70, "ExampleText",ExpressionUUID->"0c559b5f-c7dd-4ae8-b1d8-9937c24abb61", +Cell[19755, 517, 1397, 36, 70, "ExampleSection",ExpressionUUID->"e5a87745-80f0-43b5-9f49-df1a6d55010f", + CellID->70774742], +Cell[21155, 555, 119, 1, 70, "ExampleText",ExpressionUUID->"0c559b5f-c7dd-4ae8-b1d8-9937c24abb61", CellID->1263294350], Cell[CellGroupData[{ -Cell[21244, 555, 168, 3, 70, "Input",ExpressionUUID->"5e285baa-5b19-4021-9176-8ff53ba3af65", +Cell[21299, 560, 168, 3, 70, "Input",ExpressionUUID->"5e285baa-5b19-4021-9176-8ff53ba3af65", CellID->1588687454], Cell[CellGroupData[{ -Cell[21437, 562, 236, 4, 70, "Print",ExpressionUUID->"24903b61-22e1-4230-a6da-a8aef3368b5b", +Cell[21492, 567, 236, 4, 70, "Print",ExpressionUUID->"24903b61-22e1-4230-a6da-a8aef3368b5b", CellID->268314751], -Cell[21676, 568, 366, 8, 70, "Print",ExpressionUUID->"1bbb238b-0c9a-42e3-a369-d02714177a51", +Cell[21731, 573, 366, 8, 70, "Print",ExpressionUUID->"1bbb238b-0c9a-42e3-a369-d02714177a51", CellID->1533688475], -Cell[22045, 578, 236, 4, 70, "Print",ExpressionUUID->"9cd1c0f2-4668-4a2a-8388-cdd2ef222d9b", +Cell[22100, 583, 236, 4, 70, "Print",ExpressionUUID->"9cd1c0f2-4668-4a2a-8388-cdd2ef222d9b", CellID->481018480], -Cell[22284, 584, 220, 3, 70, "Print",ExpressionUUID->"933ea420-19c1-4f86-a929-338f226a3684", +Cell[22339, 589, 220, 3, 70, "Print",ExpressionUUID->"933ea420-19c1-4f86-a929-338f226a3684", CellID->322565501], -Cell[22507, 589, 207, 3, 70, "Print",ExpressionUUID->"ae2527fb-32ef-4c48-bc42-d54c3b23b1f4", +Cell[22562, 594, 207, 3, 70, "Print",ExpressionUUID->"ae2527fb-32ef-4c48-bc42-d54c3b23b1f4", CellID->174467868], -Cell[22717, 594, 237, 4, 70, "Print",ExpressionUUID->"2f023eb3-a5b8-4a6d-8d94-832d806c8fd5", +Cell[22772, 599, 237, 4, 70, "Print",ExpressionUUID->"2f023eb3-a5b8-4a6d-8d94-832d806c8fd5", CellID->490598343], -Cell[22957, 600, 221, 3, 70, "Print",ExpressionUUID->"4b2eb6f3-52e8-43cf-9c6a-f8e6f511c123", +Cell[23012, 605, 221, 3, 70, "Print",ExpressionUUID->"4b2eb6f3-52e8-43cf-9c6a-f8e6f511c123", CellID->1562255906], -Cell[23181, 605, 236, 4, 70, "Print",ExpressionUUID->"13d86adf-9a9b-4080-9db0-27176a295ef4", +Cell[23236, 610, 236, 4, 70, "Print",ExpressionUUID->"13d86adf-9a9b-4080-9db0-27176a295ef4", CellID->306262729], -Cell[23420, 611, 237, 4, 70, "Print",ExpressionUUID->"e0b90548-ae82-407c-86ad-c0621424adfa", +Cell[23475, 616, 237, 4, 70, "Print",ExpressionUUID->"e0b90548-ae82-407c-86ad-c0621424adfa", CellID->1170757799], -Cell[23660, 617, 208, 3, 70, "Print",ExpressionUUID->"dbc9fb08-4762-4b42-b39a-b64fdb3c703b", +Cell[23715, 622, 208, 3, 70, "Print",ExpressionUUID->"dbc9fb08-4762-4b42-b39a-b64fdb3c703b", CellID->1762768145], -Cell[23871, 622, 237, 4, 70, "Print",ExpressionUUID->"be1a8c02-c2f4-496c-866e-707849b3123c", +Cell[23926, 627, 237, 4, 70, "Print",ExpressionUUID->"be1a8c02-c2f4-496c-866e-707849b3123c", CellID->1787132645] }, Open ]] }, Open ]], -Cell[24135, 630, 136, 1, 70, "ExampleText",ExpressionUUID->"15d6c78f-baee-4ffd-aa10-37b0f78af2f9", +Cell[24190, 635, 136, 1, 70, "ExampleText",ExpressionUUID->"15d6c78f-baee-4ffd-aa10-37b0f78af2f9", CellID->890334951], -Cell[24274, 633, 234, 6, 70, "Input",ExpressionUUID->"82031824-637a-4d23-92d1-8e2a889da190", +Cell[24329, 638, 234, 6, 70, "Input",ExpressionUUID->"82031824-637a-4d23-92d1-8e2a889da190", CellID->172420856], -Cell[24511, 641, 379, 9, 70, "Input",ExpressionUUID->"d24606d8-4900-4ac9-a98e-c1d74bb117e7", +Cell[24566, 646, 379, 9, 70, "Input",ExpressionUUID->"d24606d8-4900-4ac9-a98e-c1d74bb117e7", CellID->35019560], -Cell[24893, 652, 238, 6, 70, "Input",ExpressionUUID->"97bd8def-f34c-4f06-bb43-515e7a043e3d", +Cell[24948, 657, 238, 6, 70, "Input",ExpressionUUID->"97bd8def-f34c-4f06-bb43-515e7a043e3d", CellID->1854887556], -Cell[25134, 660, 191, 4, 70, "ExampleText",ExpressionUUID->"c28e6275-de75-41c3-995f-239928c675ef", +Cell[25189, 665, 191, 4, 70, "ExampleText",ExpressionUUID->"c28e6275-de75-41c3-995f-239928c675ef", CellID->1316470988], Cell[CellGroupData[{ -Cell[25350, 668, 165, 3, 70, "Input",ExpressionUUID->"05c961e6-7b64-4887-91c8-c2b489661b85", +Cell[25405, 673, 165, 3, 70, "Input",ExpressionUUID->"05c961e6-7b64-4887-91c8-c2b489661b85", CellID->331473452], -Cell[25518, 673, 220, 5, 36, "Output",ExpressionUUID->"f2b66001-a131-4182-97ec-09665c10c0a8", +Cell[25573, 678, 220, 5, 36, "Output",ExpressionUUID->"f2b66001-a131-4182-97ec-09665c10c0a8", CellID->214295724] }, Open ]], -Cell[25753, 681, 224, 4, 70, "ExampleText",ExpressionUUID->"ab3d6fcd-5006-42ec-a842-d3d931200ea8", +Cell[25808, 686, 224, 4, 70, "ExampleText",ExpressionUUID->"ab3d6fcd-5006-42ec-a842-d3d931200ea8", CellID->1612159894], Cell[CellGroupData[{ -Cell[26002, 689, 190, 4, 70, "Input",ExpressionUUID->"ad00425e-2c27-426e-9777-c8a1b6616ace", +Cell[26057, 694, 190, 4, 70, "Input",ExpressionUUID->"ad00425e-2c27-426e-9777-c8a1b6616ace", CellID->790926465], -Cell[26195, 695, 314, 9, 51, "Output",ExpressionUUID->"4609f120-3cd1-4697-9c4a-8f35d1bca5a2", +Cell[26250, 700, 314, 9, 50, "Output",ExpressionUUID->"4609f120-3cd1-4697-9c4a-8f35d1bca5a2", CellID->1754071043] }, Open ]], Cell[CellGroupData[{ -Cell[26546, 709, 284, 7, 70, "Input",ExpressionUUID->"cf6c706e-3306-42d3-b411-54cb17d94e53", +Cell[26601, 714, 284, 7, 70, "Input",ExpressionUUID->"cf6c706e-3306-42d3-b411-54cb17d94e53", CellID->471837904], -Cell[26833, 718, 378, 11, 51, "Output",ExpressionUUID->"86bfc4c8-e753-4d28-8323-924f381963a5", +Cell[26888, 723, 378, 11, 50, "Output",ExpressionUUID->"86bfc4c8-e753-4d28-8323-924f381963a5", CellID->289430262] }, Open ]], -Cell[27226, 732, 172, 3, 70, "ExampleText",ExpressionUUID->"91618af9-3fd4-4e87-8639-516227daba52", +Cell[27281, 737, 172, 3, 70, "ExampleText",ExpressionUUID->"91618af9-3fd4-4e87-8639-516227daba52", CellID->1522376493], Cell[CellGroupData[{ -Cell[27423, 739, 353, 9, 70, "Input",ExpressionUUID->"96841b0e-dead-4f02-b5f7-706d64b48ef5", +Cell[27478, 744, 353, 9, 70, "Input",ExpressionUUID->"96841b0e-dead-4f02-b5f7-706d64b48ef5", CellID->825836476], -Cell[27779, 750, 378, 11, 51, "Output",ExpressionUUID->"a03b9272-d7f4-4292-8ceb-0990dab52492", +Cell[27834, 755, 378, 11, 50, "Output",ExpressionUUID->"a03b9272-d7f4-4292-8ceb-0990dab52492", CellID->310966127] }, Open ]], Cell[CellGroupData[{ -Cell[28194, 766, 369, 10, 70, "Input",ExpressionUUID->"04bdbf5e-a8db-4baf-acaf-4776368c8516", +Cell[28249, 771, 369, 10, 70, "Input",ExpressionUUID->"04bdbf5e-a8db-4baf-acaf-4776368c8516", CellID->1718418552], -Cell[28566, 778, 380, 11, 51, "Output",ExpressionUUID->"86acc1f8-abfd-43a5-b1a3-bc51a31492e6", +Cell[28621, 783, 380, 11, 50, "Output",ExpressionUUID->"86acc1f8-abfd-43a5-b1a3-bc51a31492e6", CellID->1325526923] }, Open ]], Cell[CellGroupData[{ -Cell[28983, 794, 359, 9, 70, "Input",ExpressionUUID->"75a64988-3fe3-4232-b0b7-b28d576b0f6b", +Cell[29038, 799, 359, 9, 70, "Input",ExpressionUUID->"75a64988-3fe3-4232-b0b7-b28d576b0f6b", CellID->1936383095], -Cell[29345, 805, 351, 10, 51, "Output",ExpressionUUID->"e9012ceb-ac16-45e0-a9ca-c27043332dde", +Cell[29400, 810, 351, 10, 50, "Output",ExpressionUUID->"e9012ceb-ac16-45e0-a9ca-c27043332dde", CellID->2063702150] }, Open ]], Cell[CellGroupData[{ -Cell[29733, 820, 356, 9, 70, "Input",ExpressionUUID->"00990a44-684c-4899-8792-51ccecb13cc4", +Cell[29788, 825, 356, 9, 70, "Input",ExpressionUUID->"00990a44-684c-4899-8792-51ccecb13cc4", CellID->697138970], -Cell[30092, 831, 306, 8, 36, "Output",ExpressionUUID->"08d8b658-8b6f-4da9-9cb5-4418c4bb53f6", +Cell[30147, 836, 306, 8, 36, "Output",ExpressionUUID->"08d8b658-8b6f-4da9-9cb5-4418c4bb53f6", CellID->249175368] }, Open ]], Cell[CellGroupData[{ -Cell[30435, 844, 516, 14, 70, "Input",ExpressionUUID->"21f475a4-b2f9-40d3-80f3-70ec179063b8", +Cell[30490, 849, 516, 14, 70, "Input",ExpressionUUID->"21f475a4-b2f9-40d3-80f3-70ec179063b8", CellID->1595266360], -Cell[30954, 860, 361, 10, 51, "Output",ExpressionUUID->"6bef515e-c39b-4845-981c-810a08a6c252", +Cell[31009, 865, 361, 10, 51, "Output",ExpressionUUID->"6bef515e-c39b-4845-981c-810a08a6c252", CellID->1588143442] }, Open ]], -Cell[31330, 873, 146, 1, 70, "ExampleText",ExpressionUUID->"cacf4c84-2dc9-42b6-bf63-4e9173870dfe", +Cell[31385, 878, 146, 1, 70, "ExampleText",ExpressionUUID->"cacf4c84-2dc9-42b6-bf63-4e9173870dfe", CellID->739667550], Cell[CellGroupData[{ -Cell[31501, 878, 195, 4, 70, "Input",ExpressionUUID->"bdeecb67-1b10-4ec7-bc74-faf98e33ac2d", +Cell[31556, 883, 195, 4, 70, "Input",ExpressionUUID->"bdeecb67-1b10-4ec7-bc74-faf98e33ac2d", CellID->555716447], -Cell[31699, 884, 316, 9, 51, "Output",ExpressionUUID->"c11a7123-9d8f-4ade-8c4f-5a9b44f87b84", +Cell[31754, 889, 316, 9, 50, "Output",ExpressionUUID->"c11a7123-9d8f-4ade-8c4f-5a9b44f87b84", CellID->1887305284] }, Open ]], -Cell[32030, 896, 202, 4, 70, "ExampleText",ExpressionUUID->"307eea77-3895-4afb-a74d-c7a54705ff19", +Cell[32085, 901, 202, 4, 70, "ExampleText",ExpressionUUID->"307eea77-3895-4afb-a74d-c7a54705ff19", CellID->558403449], Cell[CellGroupData[{ -Cell[32257, 904, 200, 4, 70, "Input",ExpressionUUID->"741e0357-33a2-4197-a838-1e24ff265951", +Cell[32312, 909, 200, 4, 70, "Input",ExpressionUUID->"741e0357-33a2-4197-a838-1e24ff265951", CellID->3991427], -Cell[32460, 910, 161, 3, 36, "Output",ExpressionUUID->"1c57672b-90d1-4865-81cd-346e737ba150", +Cell[32515, 915, 161, 3, 36, "Output",ExpressionUUID->"1c57672b-90d1-4865-81cd-346e737ba150", CellID->310735753] }, Open ]], -Cell[32636, 916, 128, 1, 70, "ExampleText",ExpressionUUID->"61449bd7-6f20-41ba-9950-fce7fca89f25", +Cell[32691, 921, 128, 1, 70, "ExampleText",ExpressionUUID->"61449bd7-6f20-41ba-9950-fce7fca89f25", CellID->795837155], Cell[CellGroupData[{ -Cell[32789, 921, 202, 4, 70, "Input",ExpressionUUID->"9fcea3d2-d433-4b88-b90d-1ae18628a4b1", +Cell[32844, 926, 202, 4, 70, "Input",ExpressionUUID->"9fcea3d2-d433-4b88-b90d-1ae18628a4b1", CellID->304931940], -Cell[32994, 927, 160, 3, 36, "Output",ExpressionUUID->"18144081-f686-4daf-9321-e32453a91ef8", +Cell[33049, 932, 160, 3, 36, "Output",ExpressionUUID->"18144081-f686-4daf-9321-e32453a91ef8", CellID->139822897] }, Open ]], -Cell[33169, 933, 187, 4, 70, "ExampleText",ExpressionUUID->"a104f415-8dfe-4569-820c-25d7c389a99e", +Cell[33224, 938, 187, 4, 70, "ExampleText",ExpressionUUID->"a104f415-8dfe-4569-820c-25d7c389a99e", CellID->579283262], Cell[CellGroupData[{ -Cell[33381, 941, 194, 4, 70, "Input",ExpressionUUID->"d73d378f-b32f-48cb-978c-306f4c158dcc", +Cell[33436, 946, 194, 4, 70, "Input",ExpressionUUID->"d73d378f-b32f-48cb-978c-306f4c158dcc", CellID->396551741], -Cell[33578, 947, 161, 3, 36, "Output",ExpressionUUID->"6889bade-44a3-49ee-9a63-abac9a75e580", +Cell[33633, 952, 161, 3, 36, "Output",ExpressionUUID->"6889bade-44a3-49ee-9a63-abac9a75e580", CellID->2026401701] }, Open ]], -Cell[33754, 953, 143, 1, 70, "ExampleText",ExpressionUUID->"31a03490-7c05-4a6f-82bf-23c2729d4f0d", +Cell[33809, 958, 143, 1, 70, "ExampleText",ExpressionUUID->"31a03490-7c05-4a6f-82bf-23c2729d4f0d", CellID->342230728], -Cell[33900, 956, 169, 3, 70, "ExampleText",ExpressionUUID->"80d4a7c6-80da-4ac1-b67d-56fa70f57879", +Cell[33955, 961, 169, 3, 70, "ExampleText",ExpressionUUID->"80d4a7c6-80da-4ac1-b67d-56fa70f57879", CellID->1569454322], Cell[CellGroupData[{ -Cell[34094, 963, 196, 4, 70, "Input",ExpressionUUID->"0ef65869-d27c-4cb7-981f-2d3a97f5f351", +Cell[34149, 968, 196, 4, 70, "Input",ExpressionUUID->"0ef65869-d27c-4cb7-981f-2d3a97f5f351", CellID->1997217545], -Cell[34293, 969, 132, 2, 36, "Output",ExpressionUUID->"56433efd-3354-4d72-847c-00b726cc0017", +Cell[34348, 974, 132, 2, 36, "Output",ExpressionUUID->"56433efd-3354-4d72-847c-00b726cc0017", CellID->1680920421] }, Open ]], -Cell[34440, 974, 198, 4, 70, "ExampleText",ExpressionUUID->"e7e4aff6-b37f-4274-8d6e-a2b2bd249e53", +Cell[34495, 979, 198, 4, 70, "ExampleText",ExpressionUUID->"e7e4aff6-b37f-4274-8d6e-a2b2bd249e53", CellID->1337092046] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34923, 991, 5505, 148, 70, "SeeAlsoSection",ExpressionUUID->"3b2f3a06-2b73-4a0f-984d-28cbe0766e27"], +Cell[40431, 1141, 670, 18, 70, "TechNotesSection",ExpressionUUID->"801bc964-8836-4e83-a725-ee2359617dd9"], +Cell[41104, 1161, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a2618313-c043-4fe9-9f0f-25237d200a98"], +Cell[42140, 1189, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"357493d7-9b90-4312-9294-7ac65607b4a0"], Cell[CellGroupData[{ -Cell[34890, 988, 5505, 148, 70, "SeeAlsoSection",ExpressionUUID->"2e514217-b5b6-4933-9404-f9a59705595e"], -Cell[40398, 1138, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3c713b99-e5f0-4a33-bf12-9e83e20be6d4"] -}, Open ]], -Cell[41083, 1159, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5723648d-1fc4-4201-9199-2968d54d7469"], -Cell[42119, 1187, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"2a6afd11-99a6-4a87-8278-ea9ab373dfcb"], -Cell[CellGroupData[{ -Cell[44371, 1254, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7490ee5b-aa81-4c1c-8d52-e3b2294cbd5f", +Cell[44392, 1256, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7490ee5b-aa81-4c1c-8d52-e3b2294cbd5f", CellID->828751074], -Cell[44511, 1257, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b6f0fdab-32c1-4157-8075-73bf80da7914", +Cell[44532, 1259, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b6f0fdab-32c1-4157-8075-73bf80da7914", CellID->1194386356], -Cell[44733, 1263, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7fddfcea-63a5-43a3-ba18-2e43341fdf97", +Cell[44754, 1265, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7fddfcea-63a5-43a3-ba18-2e43341fdf97", CellID->1641706272], -Cell[44948, 1268, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3649d123-c8c9-4273-8ac7-93d42afe42c1", +Cell[44969, 1270, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3649d123-c8c9-4273-8ac7-93d42afe42c1", CellID->399251956], -Cell[45177, 1274, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8747fe79-c22e-4c9f-9855-426a0a17866d", +Cell[45198, 1276, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8747fe79-c22e-4c9f-9855-426a0a17866d", CellID->821434655] }, Open ]], -Cell[45414, 1280, 78, 0, 70, "FooterCell",ExpressionUUID->"088942f8-8407-4ce3-a0d6-8155d4e9be7c"] +Cell[45435, 1282, 78, 0, 70, "FooterCell",ExpressionUUID->"5b79b3f7-ce78-40b8-baf2-0c760a8a3654"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModiclusCoord.nb b/Documentation/English/ReferencePages/Symbols/ModiclusCoord.nb index 8101625..4db0107 100644 --- a/Documentation/English/ReferencePages/Symbols/ModiclusCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/ModiclusCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48868, 1211] -NotebookOptionsPosition[ 40884, 1053] -NotebookOutlinePosition[ 43036, 1107] -CellTagsIndexPosition[ 42950, 1102] +NotebookDataLength[ 48869, 1211] +NotebookOptionsPosition[ 40904, 1055] +NotebookOutlinePosition[ 43073, 1109] +CellTagsIndexPosition[ 42987, 1104] WindowTitle->ModiclusCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bee8b365-f795-4d31-8241-8720e5753032"], + "d392fa3a-77b0-499a-b3e4-8042acf97266"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "dba38694-fcb0-4eba-9fe2-e45b39789f88"], + "f3007ede-fe37-4337-baa4-8842b5792672"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d2dc6dc6-c96b-4fcd-bc5e-a3e161b0d575"] - }],ExpressionUUID->"1a9920dc-4c5f-44c4-92cf-bb15e7556399"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "aaca6234-8446-463d-9beb-9233f62d0225"] + }],ExpressionUUID->"fbbb4899-c3e2-4cd0-a660-99f630933694"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e9f1bb96-c50f-4018-8f81-4948a8caa04d"], + "a79d83cf-297d-4802-bd19-5c7991dc8dbf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3d71712e-a90d-4c61-9d49-73a44198595b"] - }],ExpressionUUID->"94ebd888-066a-4b70-9d3b-916f3608f2f2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0944b433-34af-443e-a36b-c1cb3564e8ff"] + }],ExpressionUUID->"ff608c37-0d04-4554-8909-0071a870157d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "59ba34a7-8237-42d7-8ead-1369328beab8"], + "66e32dcd-1c17-4d4a-a752-0c53fcdc7351"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "28ea311a-5dd7-4339-912e-f4160edbedbd"] - }],ExpressionUUID->"cac5f195-17cd-41b9-b9cd-9dce6a0e8282"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "27a7a931-21bc-488b-9f93-4bce3815ee61"] + }],ExpressionUUID->"69d770fe-da02-43db-b114-9b8cd0ff22ce"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9355fe71-fd88-4035-8938-6d3069f28cfa"], + "1da06cb4-ed3c-46ed-8ff7-ff2fd239cb6c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fe1a2260-2bd9-4026-a93e-71bdabab64fc"] - }],ExpressionUUID->"8f71a723-3e9b-4453-8550-66382f7a312e"], - StripOnInput->False], {"\<\"TUG/ref/ModiclusCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModiclusCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ModiclusCoord.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$120421], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModiclusCoord" <> ".html"], None}]}]}, + "9129ea8b-6627-485a-a575-78bc7c7953c2"] + }],ExpressionUUID->"a28e7877-be46-4873-8fcc-565af86171c1"], + StripOnInput->False],{ + "\"TUG/ref/ModiclusCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModiclusCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ModiclusCoord.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$129921], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModiclusCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d74670b7-ddc8-4b69-924f-f18890badc40"] + "ac0a58e5-045a-4621-8cb5-782acd2ccddc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "083db552-9f7d-45fe-a06a-b35cc6a75ad6"]} + "a2eb48f1-16b0-40d6-91a0-3c3b6543ee72"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d2d02342-41f9-49f1-be72-0189efec28dd"], + CellID->1,ExpressionUUID->"f448adec-eefa-4f8f-8895-701d0a6667a3"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a3caf294-3ded-4082-9f56-e90ae73f51a6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9a7cadcf-4e6c-4d45-a54e-ea84fb34cfdc"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModiclusCoord", "ObjectName",ExpressionUUID-> - "993aaea0-c78b-4983-b2c7-f891ac4c2df4"], + "5407fea6-9ebb-43e4-92f8-297815d251b0"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1aec2a72-da44-48f4-a3b9-b2ece4b02cf6"], + "Spacer1"]],ExpressionUUID->"4350938c-f3f0-44ec-9b56-bbdb406bc65e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3f82a3e6-635d-4bf8-a427-28cee3832c15"] - }],ExpressionUUID->"a4aa2617-77ca-4d4e-9da8-ad1001394a67"], Cell[BoxData[ + "41d5cbbe-58dd-4d02-afd2-5eccdaf9bfd9"] + }],ExpressionUUID->"87425b8f-5c0f-4976-9edb-ac2df0779564"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "47c44d32-0982-45f8-a8dd-0067677bdaa2"]} + "d7ab54a9-2b9f-415c-b4f8-ab3fead35478"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2105efbb-7de5-4412-ae8c-2a49e83d3170"], + CacheGraphics->False,ExpressionUUID->"1b6e2b0c-8b8d-48ac-8d2d-63d0bda58057"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]is an option for various package plotting functions to \ supply the data of the modiclus in order to depict the point-solution in the \ graphic. " - }],ExpressionUUID->"22aedcc5-52e9-452f-88d5-f33128312116"]} + }],ExpressionUUID->"1be1a344-fad3-439d-9d4c-ab289a8dbe8d"]} }]], "Usage", CellID->1494760108,ExpressionUUID->"e1542700-b822-422f-971d-770b15604c37"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a38a0f2c-ce23-4289-bb73-552724291b33"], + ExpressionUUID->"ffc24b24-25a5-4923-ac33-afe8699dd388"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"15d3c012-c953-424c-b710-8b394d62b222"], + "Spacer1"]],ExpressionUUID->"1477d95a-aa0d-47e6-bee6-871a91f478b6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e52e4f5c-ed1a-49bb-96a9-471c15965598"], + }], "NotesFrameText",ExpressionUUID->"597b6a1e-a740-4ffd-8e92-7ebb3d8d9b69"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fd105590-157d-4cde-951a-31e650812d4c"]], \ + "Preemptive"]],ExpressionUUID->"02a8cfcd-bbfa-4825-bb45-a9c495f02ed6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1827830313,ExpressionUUID->"9a4d7792-1084-45d8-80b1-ee9e3c0441a1"], + CellID->705005660,ExpressionUUID->"67605ca7-3648-40bd-a70f-e4429270a156"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -362,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e9b9bce8-4b0d-419d-b021-3d629354d5c9"], + ExpressionUUID->"b40f3af9-6e80-4c5e-b71b-b5cdb15f43ae"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"efd8ad1b-58f6-41e0-8f15-9053ff101f0e"], + "Spacer1"]],ExpressionUUID->"4aa8f8e5-9af3-4553-8ea6-40aa45bdb03a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d3799322-4c88-486a-a019-808442829069"] + "c7478b7a-b935-43c6-902b-d3298f6c9d61"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1583800205,ExpressionUUID->"1cb0d3a8-e834-4cc8-ab14-6a547a26e6d6"], + CellID->365646990,ExpressionUUID->"e8a96dd2-6a0d-49f0-9118-a278d4c3dfed"], Cell[CellGroupData[{ @@ -403,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5bce318b-7a4c-4ba7-9fd2-112ba9bf9d7a"], + ExpressionUUID->"692e080f-c3e8-4566-a6ea-f984d335999d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0a28d55a-f787-430d-816e-abed1e976579"], + "Spacer1"]],ExpressionUUID->"f961a123-518a-4af3-a8ef-27e21fef55c4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "508a83b2-2ef8-4c78-97f1-7f1930424145"] + "c22ad71f-8a7e-448f-b6ef-2c116fa5c17b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1685847445,ExpressionUUID->"4bac45e7-5a3b-4167-9af0-b02ff85fe1d7"], + CellID->605577330,ExpressionUUID->"3c7cff9f-c32d-4181-99e1-0b911d8194cf"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"daf3e730-2aef-4eac-9a75-b10ac0d31b59"], @@ -737,8 +742,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -886,15 +889,15 @@ Cell[BoxData[GridBox[{ "d7b0cf87-19e7-470c-a8fa-7411d7ca209a"] }], "SeeAlso",ExpressionUUID->"d1a3f00d-c63c-462a-acc0-2dd310eb42a7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"37e494e9-6fa0-4922-a5eb-\ -16c0ac63f6b1"], + }]], "SeeAlsoSection",ExpressionUUID->"494244ed-0d7f-4335-ac68-\ +f896bd85731b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -906,9 +909,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"17bea8d0-d95c-41d7-92e0-b6c521f26fef"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e51cd9a3-9e38-4e25-996d-\ -b5160df50cd9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3fccafa0-b0b4-4e9c-aeeb-\ +f86c9ca574b4"], Cell[BoxData[GridBox[{ { @@ -925,7 +927,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a3d26663-9176-44c8-825c-dc6bc9d4fd43"]}]}, + "d0ffe1ff-6612-49cd-8237-f45308434beb"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -933,10 +935,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a8253f24-a52b-4eda-b5ee-5a50a5dceada"]}]} + "8426b0ea-b8bc-4e02-895b-5713a99d2fca"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"34c0d552-36be-4e3b-87a4-\ -e2c42829f15d"], + }]], "MoreAboutSection",ExpressionUUID->"f88d16b7-be50-48d5-aae8-\ +49fe238b36f8"], Cell[BoxData[GridBox[{ { @@ -963,7 +965,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be6c9079-3b91-435e-9e15-3bf8514f5d7b"]], "RelatedLinks", + "ebf7c926-0e01-4989-9939-51a2bfaa8480"]], "RelatedLinks", ExpressionUUID->"83735746-97c6-45f9-bb0c-da8d8795d2ae"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -981,7 +983,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "240ee919-0edf-458a-84f9-2536a2d7ba0d"]], "RelatedLinks", + "d85505f1-dced-421e-b63c-d127c4e4dccb"]], "RelatedLinks", ExpressionUUID->"f2a2c667-fda1-476c-9c66-837fa360c08b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -998,7 +1000,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8a6cfc52-0897-4a3e-8ddc-496d6e60c6ad"]], "RelatedLinks", + "c1d38a27-7479-4804-a0de-abffc99b60b3"]], "RelatedLinks", ExpressionUUID->"0e838f4d-9d23-41d1-9411-71c45a2b9a4b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1015,11 +1017,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a27d6e32-0328-46c0-bc5a-e15f80bfc78d"]], "RelatedLinks", + "2392367b-728b-4212-b709-11c044b983c3"]], "RelatedLinks", ExpressionUUID->"f2ac74b1-8ec4-49ed-bb2a-ec29e6c9637a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e37e6ae4-b507-4b9a-938f-\ -1dd81a8efdc3"], + }]], "RelatedLinksSection",ExpressionUUID->"333c110e-d50a-44e0-a57b-\ +f264e65225b8"], Cell[CellGroupData[{ @@ -1049,11 +1051,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"714e07d6-c9c4-4fb3-a964-0e5c7f252b53"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8e82957b-f977-4953-9ba2-9255098572b3"] +Cell[" ", "FooterCell",ExpressionUUID->"e71f00c0-e802-4e26-a018-77a59a8ffc64"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModiclusCoord", TaggingRules->{ @@ -1064,7 +1066,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 53.707336}", + "built" -> "{2024, 6, 3, 16, 53, 52.487340}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1072,10 +1074,10 @@ TaggingRules->{ "ModiclusCoord is an option for various package plotting functions to \ supply the data of the modiclus in order to depict the point-solution in the \ graphic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ModiclusCoord", - "titlemodifier" -> "", "windowtitle" -> "ModiclusCoord", "type" -> - "Symbol", "uri" -> "TUG/ref/ModiclusCoord"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ModiclusCoord", "type" -> "Symbol", "uri" -> "TUG/ref/ModiclusCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1084,9 +1086,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"eead7d06-eeb8-4f46-a6e2-2cde2a4a5250" +ExpressionUUID->"2d529ffe-9dc9-4a7b-9c90-99f8b839393b" ] (* End of Notebook Content *) @@ -1094,125 +1096,123 @@ ExpressionUUID->"eead7d06-eeb8-4f46-a6e2-2cde2a4a5250" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13094, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1cb0d3a8-e834-4cc8-ab14-6a547a26e6d6", + Cell[13150, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e8a96dd2-6a0d-49f0-9118-a278d4c3dfed", CellTags->"PrimaryExamplesSection", - CellID->1583800205]} + CellID->365646990]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42749, 1095} + {"PrimaryExamplesSection", 42787, 1097} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7112, 168, 56, "AnchorBarGrid",ExpressionUUID->"d2d02342-41f9-49f1-be72-0189efec28dd", +Cell[585, 21, 7169, 173, 57, "AnchorBarGrid",ExpressionUUID->"f448adec-eefa-4f8f-8895-701d0a6667a3", CellID->1], -Cell[7700, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a3caf294-3ded-4082-9f56-e90ae73f51a6"], +Cell[7757, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9a7cadcf-4e6c-4d45-a54e-ea84fb34cfdc"], Cell[CellGroupData[{ -Cell[7811, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"2105efbb-7de5-4412-ae8c-2a49e83d3170"], -Cell[9101, 232, 525, 10, 133, "Usage",ExpressionUUID->"e1542700-b822-422f-971d-770b15604c37", +Cell[7868, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"1b6e2b0c-8b8d-48ac-8d2d-63d0bda58057"], +Cell[9158, 237, 525, 10, 132, "Usage",ExpressionUUID->"e1542700-b822-422f-971d-770b15604c37", CellID->1494760108] }, Open ]], Cell[CellGroupData[{ -Cell[9663, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"9a4d7792-1084-45d8-80b1-ee9e3c0441a1", +Cell[9720, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"67605ca7-3648-40bd-a70f-e4429270a156", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1827830313], -Cell[11561, 296, 489, 12, 37, "Notes",ExpressionUUID->"7a9ee70f-95f3-48e3-bb7d-4d9ffb704a0f", + CellID->705005660], +Cell[11617, 301, 489, 12, 38, "Notes",ExpressionUUID->"7a9ee70f-95f3-48e3-bb7d-4d9ffb704a0f", CellID->177724765], -Cell[12053, 310, 572, 15, 58, "Notes",ExpressionUUID->"f77694c5-4c39-4653-8f08-014f854fcbf9", +Cell[12109, 315, 572, 15, 59, "Notes",ExpressionUUID->"f77694c5-4c39-4653-8f08-014f854fcbf9", CellID->358334548], -Cell[12628, 327, 339, 6, 57, "Notes",ExpressionUUID->"a781fbe5-2168-4960-aa82-d6cba420a2d7", +Cell[12684, 332, 339, 6, 57, "Notes",ExpressionUUID->"a781fbe5-2168-4960-aa82-d6cba420a2d7", CellID->63912693] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13094, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1cb0d3a8-e834-4cc8-ab14-6a547a26e6d6", +Cell[13150, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e8a96dd2-6a0d-49f0-9118-a278d4c3dfed", CellTags->"PrimaryExamplesSection", - CellID->1583800205], + CellID->365646990], Cell[CellGroupData[{ -Cell[14540, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4bac45e7-5a3b-4167-9af0-b02ff85fe1d7", - CellID->1685847445], -Cell[15942, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"daf3e730-2aef-4eac-9a75-b10ac0d31b59", +Cell[14595, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"3c7cff9f-c32d-4181-99e1-0b911d8194cf", + CellID->605577330], +Cell[15996, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"daf3e730-2aef-4eac-9a75-b10ac0d31b59", CellID->724598077], Cell[CellGroupData[{ -Cell[16085, 423, 168, 3, 27, "Input",ExpressionUUID->"f94a68f7-ca08-4ab4-b9a6-3171c4a3092b", +Cell[16139, 428, 168, 3, 27, "Input",ExpressionUUID->"f94a68f7-ca08-4ab4-b9a6-3171c4a3092b", CellID->2141335847], Cell[CellGroupData[{ -Cell[16278, 430, 236, 4, 23, "Print",ExpressionUUID->"dc2b3ade-b23a-4a74-9007-01c826d95b9a", +Cell[16332, 435, 236, 4, 23, "Print",ExpressionUUID->"dc2b3ade-b23a-4a74-9007-01c826d95b9a", CellID->349188101], -Cell[16517, 436, 365, 8, 23, "Print",ExpressionUUID->"4c715255-b4d3-4412-8024-62618263fbe7", +Cell[16571, 441, 365, 8, 23, "Print",ExpressionUUID->"4c715255-b4d3-4412-8024-62618263fbe7", CellID->720212444], -Cell[16885, 446, 237, 4, 23, "Print",ExpressionUUID->"788ccdf5-0806-4c7a-9b1b-6103e7f9fbc1", +Cell[16939, 451, 237, 4, 23, "Print",ExpressionUUID->"788ccdf5-0806-4c7a-9b1b-6103e7f9fbc1", CellID->1432621944], -Cell[17125, 452, 220, 3, 23, "Print",ExpressionUUID->"e3c4a5b4-fff0-4f06-b18e-0431e530a062", +Cell[17179, 457, 220, 3, 23, "Print",ExpressionUUID->"e3c4a5b4-fff0-4f06-b18e-0431e530a062", CellID->459415264], -Cell[17348, 457, 208, 3, 23, "Print",ExpressionUUID->"57c3ae08-fcba-491f-aeed-0a4ea03fc92a", +Cell[17402, 462, 208, 3, 23, "Print",ExpressionUUID->"57c3ae08-fcba-491f-aeed-0a4ea03fc92a", CellID->1132583659], -Cell[17559, 462, 237, 4, 23, "Print",ExpressionUUID->"0a472c6c-7662-46fb-bf7c-4151e6a35285", +Cell[17613, 467, 237, 4, 23, "Print",ExpressionUUID->"0a472c6c-7662-46fb-bf7c-4151e6a35285", CellID->851677468], -Cell[17799, 468, 221, 3, 23, "Print",ExpressionUUID->"d2d3f172-bbc9-47a4-b0d0-fe7d50e106a9", +Cell[17853, 473, 221, 3, 23, "Print",ExpressionUUID->"d2d3f172-bbc9-47a4-b0d0-fe7d50e106a9", CellID->1615671492], -Cell[18023, 473, 236, 4, 23, "Print",ExpressionUUID->"a23dc84f-bd9e-40fd-8c62-5735fd3f4b15", +Cell[18077, 478, 236, 4, 23, "Print",ExpressionUUID->"a23dc84f-bd9e-40fd-8c62-5735fd3f4b15", CellID->506495571], -Cell[18262, 479, 235, 4, 23, "Print",ExpressionUUID->"9f43cc35-1644-41b5-b5fb-4a2ccd0bafed", +Cell[18316, 484, 235, 4, 23, "Print",ExpressionUUID->"9f43cc35-1644-41b5-b5fb-4a2ccd0bafed", CellID->61623854], -Cell[18500, 485, 208, 3, 23, "Print",ExpressionUUID->"59e7a85c-a641-4bf7-b295-a2117120f403", +Cell[18554, 490, 208, 3, 23, "Print",ExpressionUUID->"59e7a85c-a641-4bf7-b295-a2117120f403", CellID->1527177889], -Cell[18711, 490, 237, 4, 23, "Print",ExpressionUUID->"e260763c-b47a-43e4-9d51-17df06b1de53", +Cell[18765, 495, 237, 4, 23, "Print",ExpressionUUID->"e260763c-b47a-43e4-9d51-17df06b1de53", CellID->1367465228] }, Open ]] }, Open ]], -Cell[18975, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"172028f4-92b7-49a2-9207-37ba7333ad0a", +Cell[19029, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"172028f4-92b7-49a2-9207-37ba7333ad0a", CellID->2083786667], -Cell[19115, 501, 234, 6, 70, "Input",ExpressionUUID->"b6847aba-89c4-402e-a665-31d99edd5cca", +Cell[19169, 506, 234, 6, 70, "Input",ExpressionUUID->"b6847aba-89c4-402e-a665-31d99edd5cca", CellID->585427827], -Cell[19352, 509, 375, 9, 70, "Input",ExpressionUUID->"d16e6e80-b224-4049-966b-f358e3be7ac2", +Cell[19406, 514, 375, 9, 70, "Input",ExpressionUUID->"d16e6e80-b224-4049-966b-f358e3be7ac2", CellID->1947756944], -Cell[19730, 520, 238, 6, 70, "Input",ExpressionUUID->"05755b34-82e2-4350-b35c-67a7e677c407", +Cell[19784, 525, 238, 6, 70, "Input",ExpressionUUID->"05755b34-82e2-4350-b35c-67a7e677c407", CellID->1946614331], Cell[CellGroupData[{ -Cell[19993, 530, 191, 4, 70, "Input",ExpressionUUID->"371f42bc-d143-4110-8ee9-38883af1a610", +Cell[20047, 535, 191, 4, 70, "Input",ExpressionUUID->"371f42bc-d143-4110-8ee9-38883af1a610", CellID->2047720606], -Cell[20187, 536, 189, 4, 36, "Output",ExpressionUUID->"d28a2c20-1960-4095-97ab-c64f37e95e98", +Cell[20241, 541, 189, 4, 36, "Output",ExpressionUUID->"d28a2c20-1960-4095-97ab-c64f37e95e98", CellID->1539859] }, Open ]], -Cell[20391, 543, 171, 3, 70, "ExampleText",ExpressionUUID->"aaf72099-8925-452f-aef4-ba18c54ad78a", +Cell[20445, 548, 171, 3, 70, "ExampleText",ExpressionUUID->"aaf72099-8925-452f-aef4-ba18c54ad78a", CellID->4896524], Cell[CellGroupData[{ -Cell[20587, 550, 265, 6, 70, "Input",ExpressionUUID->"ece7224e-13f1-4161-ba12-09b242c8d104", +Cell[20641, 555, 265, 6, 70, "Input",ExpressionUUID->"ece7224e-13f1-4161-ba12-09b242c8d104", CellID->640476792], -Cell[20855, 558, 3637, 68, 485, "Output",ExpressionUUID->"724d333a-60e5-48b1-9bb8-1bea4078b44c", +Cell[20909, 563, 3637, 68, 485, "Output",ExpressionUUID->"724d333a-60e5-48b1-9bb8-1bea4078b44c", CellID->162973916] }, Open ]], -Cell[24507, 629, 677, 16, 70, "ExampleText",ExpressionUUID->"7a95324a-f51f-424d-83e3-581398d45804", +Cell[24561, 634, 677, 16, 70, "ExampleText",ExpressionUUID->"7a95324a-f51f-424d-83e3-581398d45804", CellID->1919643346], Cell[CellGroupData[{ -Cell[25209, 649, 324, 7, 70, "Input",ExpressionUUID->"bf7ca9e6-22c6-4c83-b7e0-e5b1b16da99b", +Cell[25263, 654, 324, 7, 70, "Input",ExpressionUUID->"bf7ca9e6-22c6-4c83-b7e0-e5b1b16da99b", CellID->1790394400], -Cell[25536, 658, 3812, 72, 485, "Output",ExpressionUUID->"3aa51055-7e68-4862-8fb7-088b1b4ffc2c", +Cell[25590, 663, 3812, 72, 485, "Output",ExpressionUUID->"3aa51055-7e68-4862-8fb7-088b1b4ffc2c", CellID->1226244780] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29644, 744, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"494244ed-0d7f-4335-ac68-f896bd85731b"], +Cell[35128, 894, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3fccafa0-b0b4-4e9c-aeeb-f86c9ca574b4"], +Cell[35801, 914, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f88d16b7-be50-48d5-aae8-49fe238b36f8"], +Cell[36837, 942, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"333c110e-d50a-44e0-a57b-f264e65225b8"], Cell[CellGroupData[{ -Cell[29612, 741, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"37e494e9-6fa0-4922-a5eb-16c0ac63f6b1"], -Cell[35096, 891, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e51cd9a3-9e38-4e25-996d-b5160df50cd9"] -}, Open ]], -Cell[35781, 912, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"34c0d552-36be-4e3b-87a4-e2c42829f15d"], -Cell[36817, 940, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"e37e6ae4-b507-4b9a-938f-1dd81a8efdc3"], -Cell[CellGroupData[{ -Cell[39758, 1025, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"08c04b83-61cd-40bf-9a3a-25b1bf789810", +Cell[39778, 1027, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"08c04b83-61cd-40bf-9a3a-25b1bf789810", CellID->2135167160], -Cell[39899, 1028, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5cfe1244-5957-4644-b680-389402038b6e", +Cell[39919, 1030, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5cfe1244-5957-4644-b680-389402038b6e", CellID->1194386356], -Cell[40121, 1034, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8ee8cda6-520a-4fd6-b32b-027df6502442", +Cell[40141, 1036, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8ee8cda6-520a-4fd6-b32b-027df6502442", CellID->1641706272], -Cell[40336, 1039, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02a35f4b-aedf-472c-a3c5-89df2b761dde", +Cell[40356, 1041, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02a35f4b-aedf-472c-a3c5-89df2b761dde", CellID->399251956], -Cell[40565, 1045, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"714e07d6-c9c4-4fb3-a964-0e5c7f252b53", +Cell[40585, 1047, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"714e07d6-c9c4-4fb3-a964-0e5c7f252b53", CellID->821434655] }, Open ]], -Cell[40802, 1051, 78, 0, 70, "FooterCell",ExpressionUUID->"8e82957b-f977-4953-9ba2-9255098572b3"] +Cell[40822, 1053, 78, 0, 70, "FooterCell",ExpressionUUID->"e71f00c0-e802-4e26-a018-77a59a8ffc64"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModifiedKernel.nb b/Documentation/English/ReferencePages/Symbols/ModifiedKernel.nb index a15d1fe..fbda85e 100644 --- a/Documentation/English/ReferencePages/Symbols/ModifiedKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ModifiedKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51065, 1320] -NotebookOptionsPosition[ 40549, 1113] -NotebookOutlinePosition[ 42775, 1168] -CellTagsIndexPosition[ 42689, 1163] +NotebookDataLength[ 51069, 1320] +NotebookOptionsPosition[ 40562, 1114] +NotebookOutlinePosition[ 42811, 1170] +CellTagsIndexPosition[ 42725, 1165] WindowTitle->ModifiedKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e4788fea-91d9-4794-82d0-a8f3f84c4731"], + "278c0ac3-fa24-4d9e-aa5b-a2499345e2d0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e0c3ada3-6b7e-488e-bc13-d652221998e9"], + "ad104b5f-eba5-4a95-8159-4c5e1a156456"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b98c9f44-99b1-4fd1-8d46-d91940098889"] - }],ExpressionUUID->"5a1bab49-f065-4279-b99d-931ebfd0319d"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Kernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Kernel"]}, + "7082a8d5-b57d-4b01-8dc6-ac9ef57d33e6"] + }],ExpressionUUID->"a85b53b1-a8ec-46c3-853a-6e320433e11c"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "06024762-007f-4904-a15d-de58ea76ebdc"], + "7c972086-0f08-4c49-bdf0-17998a35b1d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d1571bd5-1677-4e3c-9dab-5545b3a326ae"] - }],ExpressionUUID->"f07fdf08-e727-4045-a72b-b31f238463b3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "565de08d-6900-45f6-802b-5d2a3acd0fd7"] + }],ExpressionUUID->"c13743d1-de49-4260-b08e-53c43892a9de"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f64c9185-c1ab-4c64-ab0c-227dc977c4f8"], + "d11cb5c7-6a0f-4639-8fc9-06958daa3bc5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "03c7ae54-8ac8-4bd6-bda9-196f45aa73a8"] - }],ExpressionUUID->"5e8bbd1c-546b-4f6f-b665-ad27503266d1"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0647071c-4248-4700-a803-2487502e4fa4"] + }],ExpressionUUID->"6760d3ed-9e56-44fa-940b-5e8b1673455c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "401c9324-6831-4e86-be76-f46b37535f25"], + "9e442dca-35a5-4fd1-b570-ff67f323ab77"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1338f071-31dc-44c6-a107-0e18b9b1d0cb"] - }],ExpressionUUID->"1b58f64d-117e-40e3-92ec-6d0b8ae65166"], - StripOnInput->False], {"\<\"TUG/ref/ModifiedKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModifiedKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e3099084-9ed9-4dca-a636-762e542ec2b3"] + }],ExpressionUUID->"38ec0d16-f5b6-407e-a8d5-3cd661837d6e"], + StripOnInput->False],{ + "\"TUG/ref/ModifiedKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModifiedKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ModifiedKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$121785], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModifiedKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$131353], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModifiedKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d431e7fd-e6e1-4c17-bba8-41f281a001bb"] + "0211ef2c-93bd-4851-ab93-4309e6e220d3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e9bf7dd0-a129-4986-94b6-a2e0b53470f9"]} + "574098e2-df18-4b2a-a084-dff89c689f94"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"51184182-7dca-4b22-9003-54651a4f64aa"], + CellID->1,ExpressionUUID->"ec83fc3e-5fc1-48ec-8099-5fe4910d1a36"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5fe96a5d-8344-414b-97f0-4280b216ca81"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1a45f1cb-f4eb-43bd-bb9c-502a6e0fa2ca"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModifiedKernel", "ObjectName",ExpressionUUID-> - "895c8c8f-0856-41b9-ad7c-951b75a8408c"], + "dfd65a3f-59ce-444c-90a5-e9b6ba1923cc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0b90e976-5f7f-4054-b084-d87006fe4c4f"], + "Spacer1"]],ExpressionUUID->"a76862b6-e21c-4f8a-b2f1-6a53338906ef"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cf5f187a-3961-41fd-a013-b2572bf4b22c"] - }],ExpressionUUID->"425bf8fa-5161-4f4f-ba37-c7f6ad62d97a"], Cell[BoxData[ + "01699f6a-a6a2-4c34-89d7-0e12f62e790a"] + }],ExpressionUUID->"fca75b4b-e9ef-4f58-bb00-a86fbcab8dae"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "55c24815-50a6-4f53-a1ad-f804b4af1440"]} + "fe5fd7f0-1be3-4aca-bd6c-710fb3fa5df8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b6edad9a-668b-4238-afb4-1b2893944ee7"], + CacheGraphics->False,ExpressionUUID->"2f329765-05e8-46ca-8b7a-b8de7ea40d6a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ solving a sequence of linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"352de522-a904-4635-9b2e-190deadbd2ba"]} + }],ExpressionUUID->"b0d10237-d708-4dc6-afc6-daa8bfe9cd13"]} }]], "Usage", CellID->1760224039,ExpressionUUID->"2e7a3e67-76f0-429a-949c-ee5b69be8168"] }, Open ]], @@ -275,12 +279,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"756c1876-b1a4-478f-a15a-f47c0110acbd"], + ExpressionUUID->"2e343b11-a190-447c-830c-d969ce0465f5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"be82ee1d-18f4-4f38-8a37-a4874ebb6f6b"], + "Spacer1"]],ExpressionUUID->"4ff86d34-0497-4ff6-9d0a-8fb7ee205726"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"dcd9a446-1202-439f-ac91-51ba2a5df4b3"], + }], "NotesFrameText",ExpressionUUID->"727cf24a-c9c4-483b-b90a-c450ea7fee7f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +295,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"82153831-345e-4adc-85c4-a12f5ad8021a"]], \ + "Preemptive"]],ExpressionUUID->"dc5b3acc-cb56-4042-81ab-6413f5e9b2d4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1520652883,ExpressionUUID->"d1f0d124-66f8-4169-a16d-20508c5ea740"], + CellID->1256490163,ExpressionUUID->"ab436393-822c-4fb0-90b2-261a9a9cb203"], Cell[TextData[{ "The input expression ", @@ -376,11 +380,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "16240992-c5a8-4b03-8fd6-5f0c6c5dfc95"], "RevisedSimplex", Cell[ + "2c1ee31f-c2aa-4845-80b3-09c94f4e2f06"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"71000aae-f44b-4cee-a804-33fc0ad0d614"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e6f72677-d4e4-40c0-b161-89a53b97cb9c"], + "65fe6ae4-5ae0-45ff-9b0c-286cff51def5"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -396,11 +400,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1808705d-6ea6-444c-9744-3ec572532f00"], "CLP", Cell[ + "0245114f-53a8-4a67-bc21-9c15e50e8d63"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"67e1903d-32ce-482a-9eec-1d3cd3dcff0e"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "13166bc6-3166-45dc-aa68-a0be3ba1b49d"], + "c0e267be-26ac-4910-b3f4-e34dcea3eb40"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -416,11 +420,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "11fbf8aa-00ed-40e0-ae2a-1edb6efee30d"], "InteriorPoint", Cell[ + "4f8fdfbf-8d0b-46bc-b20f-4d30b198b69e"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"19928a79-674f-4c6b-a904-77e06e3ce5a9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0c823ede-9d67-450c-ae8e-170266089700"], + "e9a36ab5-f5d6-4baa-a19a-6e9358ec5d91"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -495,19 +499,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"184c4368-05a7-4163-8980-b89163ccd040"], + ExpressionUUID->"9ef8a062-1940-4691-922e-762d52914471"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c884e1d8-dd11-4da9-bd50-adb52f4901c8"], + "Spacer1"]],ExpressionUUID->"3d7d51e6-bbc0-4726-9933-05687c9e40ea"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4f95bb59-107f-4514-b5e7-0cfea610c500"] + "d27b417c-6609-4a16-8bd2-04acf3b5a7a4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->530570212,ExpressionUUID->"2a876642-194b-44c6-bb75-db909c6df9bd"], + CellID->717304990,ExpressionUUID->"93e8461d-0de6-4d01-b742-391393b30bcb"], Cell[CellGroupData[{ @@ -536,18 +540,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f1ef27d1-17a1-470f-b9d6-7228ed0eda75"], + ExpressionUUID->"7eb3a4f7-d5c0-425b-9608-c0c75e6e829d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"92fd5e19-62fc-4788-b15b-8e9737aa1696"], + "Spacer1"]],ExpressionUUID->"85f8a51d-ab66-49ab-818a-bec10b8af981"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7f2a6328-f8d3-4ace-a5e3-28eca88849e0"] + "10d43555-6cb4-4814-8af1-2e140cf96134"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->786787798,ExpressionUUID->"a98161f0-41e5-4c41-8ec9-633394ab2d72"], + CellID->1623478858,ExpressionUUID->"217ec666-bb3f-4620-be20-969ec4e73ba5"], Cell["Loading the package:", "ExampleText", CellID->1422136231,ExpressionUUID->"224f2dba-2769-4664-ac05-b4de31265885"], @@ -815,8 +819,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -964,15 +966,15 @@ Cell[BoxData[GridBox[{ "743439d7-c014-4e65-9e91-dfc73107b648"] }], "SeeAlso",ExpressionUUID->"c6202459-fdc2-4af4-929a-ba52f63c0f24"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"eeff25af-9760-47cb-9e27-\ -7760b62c7853"], + }]], "SeeAlsoSection",ExpressionUUID->"3c351eb4-2b62-4fd3-869e-\ +45c9202d61c0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -984,9 +986,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c8946cdd-13b8-4187-b0da-8193d1980612"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0007bd01-25fb-4e62-94a8-\ -24cfcf06c4b2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4ff9de36-2a37-4093-97b4-\ +36a6d2e25fb5"], Cell[BoxData[GridBox[{ { @@ -1003,7 +1004,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "534d4694-1cf6-4e1d-90fa-d32fdbc5676b"]}]}, + "0675d69c-2b19-4413-86a9-bce865ab7474"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1011,10 +1012,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fd69993d-127d-4cfd-9573-bc49ec4cf974"]}]} + "73fae004-fc1f-4d50-81d4-3d3f460c2c88"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7b8b532f-4efd-451c-be62-\ -8a57b3d04a6a"], + }]], "MoreAboutSection",ExpressionUUID->"517556ab-a369-46de-acbf-\ +f2235b2e23f1"], Cell[BoxData[GridBox[{ { @@ -1041,7 +1042,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "423ded36-1a77-45f8-93e4-70c0b94e30c0"]], "RelatedLinks", + "205c9d4d-1450-4e98-b9b6-79456a4552bd"]], "RelatedLinks", ExpressionUUID->"7eb58270-c8e4-451b-89eb-f83c19543799"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1058,7 +1059,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fca742c6-1e89-4baf-be77-54bf99eabb45"]], "RelatedLinks", + "5ea6d364-48b6-47f1-88d1-8424f10fb62f"]], "RelatedLinks", ExpressionUUID->"62ab89a7-22f3-45e0-9b82-be5964ccc8fa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1075,11 +1076,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e94e4b0a-ba67-4d46-a03a-0ff9e957483c"]], "RelatedLinks", + "d42ccb54-0108-4090-ba06-b97bd5a5c869"]], "RelatedLinks", ExpressionUUID->"e89a79e7-d706-468a-b4c8-2cba01228719"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7235b3ee-aa9b-4b4d-9cda-\ -5dcdfcf74890"], + }]], "RelatedLinksSection",ExpressionUUID->"ccaeee30-fd00-4ca9-bfb4-\ +edec1bdfd89a"], Cell[CellGroupData[{ @@ -1109,11 +1110,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"162c498f-8ea1-40ec-83a1-5282d4d10ea9"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d6c8940e-6af1-4e49-a473-f5d6e0156678"] +Cell[" ", "FooterCell",ExpressionUUID->"71c40e31-a5ee-4a92-bdae-ba20f2ae411c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModifiedKernel", TaggingRules->{ @@ -1124,7 +1125,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 57.139332}", + "built" -> "{2024, 6, 3, 16, 53, 54.387627}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1133,10 +1134,11 @@ TaggingRules->{ solving a sequence of linear programs from the TU-game argument game by \ relying on an LP approach as suggested by B. Peleg and P. Sudhoelter (2007).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ModifiedKernel", - "titlemodifier" -> "", "windowtitle" -> "ModifiedKernel", "type" -> - "Symbol", "uri" -> "TUG/ref/ModifiedKernel"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ModifiedKernel", "type" -> "Symbol", "uri" -> + "TUG/ref/ModifiedKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1145,9 +1147,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f5377b43-3caf-4884-b7ef-bbd67b4f517b" +ExpressionUUID->"53037595-b32e-4667-9c6c-a767304131ee" ] (* End of Notebook Content *) @@ -1155,173 +1157,171 @@ ExpressionUUID->"f5377b43-3caf-4884-b7ef-bbd67b4f517b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18293, 472, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2a876642-194b-44c6-bb75-db909c6df9bd", + Cell[18339, 476, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"93e8461d-0de6-4d01-b742-391393b30bcb", CellTags->"PrimaryExamplesSection", - CellID->530570212]} + CellID->717304990]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42489, 1156} + {"PrimaryExamplesSection", 42525, 1158} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"51184182-7dca-4b22-9003-54651a4f64aa", +Cell[586, 21, 7163, 172, 57, "AnchorBarGrid",ExpressionUUID->"ec83fc3e-5fc1-48ec-8099-5fe4910d1a36", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5fe96a5d-8344-414b-97f0-4280b216ca81"], +Cell[7752, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1a45f1cb-f4eb-43bd-bb9c-502a6e0fa2ca"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"b6edad9a-668b-4238-afb4-1b2893944ee7"], -Cell[9108, 232, 675, 14, 133, "Usage",ExpressionUUID->"2e7a3e67-76f0-429a-949c-ee5b69be8168", +Cell[7863, 199, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"2f329765-05e8-46ca-8b7a-b8de7ea40d6a"], +Cell[9154, 236, 675, 14, 132, "Usage",ExpressionUUID->"2e7a3e67-76f0-429a-949c-ee5b69be8168", CellID->1760224039] }, Open ]], Cell[CellGroupData[{ -Cell[9820, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"d1f0d124-66f8-4169-a16d-20508c5ea740", +Cell[9866, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"ab436393-822c-4fb0-90b2-261a9a9cb203", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1520652883], -Cell[11718, 300, 515, 12, 57, "Notes",ExpressionUUID->"7122a2bc-591d-4b7f-bcb2-6079f33665e9", + CellID->1256490163], +Cell[11764, 304, 515, 12, 57, "Notes",ExpressionUUID->"7122a2bc-591d-4b7f-bcb2-6079f33665e9", CellID->1014199156], -Cell[12236, 314, 489, 12, 37, "Notes",ExpressionUUID->"74b09118-5602-461d-8d67-3f48c066d103", +Cell[12282, 318, 489, 12, 38, "Notes",ExpressionUUID->"74b09118-5602-461d-8d67-3f48c066d103", CellID->177724765], -Cell[12728, 328, 171, 3, 36, "Notes",ExpressionUUID->"07ce40d0-3893-492c-b95d-6c9e04f21b49", +Cell[12774, 332, 171, 3, 36, "Notes",ExpressionUUID->"07ce40d0-3893-492c-b95d-6c9e04f21b49", CellID->821608558], -Cell[12902, 333, 329, 5, 57, "Notes",ExpressionUUID->"ca9ff091-1084-4234-af5d-301672874e1c", +Cell[12948, 337, 329, 5, 57, "Notes",ExpressionUUID->"ca9ff091-1084-4234-af5d-301672874e1c", CellID->1616069118], -Cell[13234, 340, 388, 6, 78, "Notes",ExpressionUUID->"202cde66-1222-46c3-8471-cd1585e7e6be", +Cell[13280, 344, 388, 6, 78, "Notes",ExpressionUUID->"202cde66-1222-46c3-8471-cd1585e7e6be", CellID->420637032], -Cell[13625, 348, 280, 5, 57, "Notes",ExpressionUUID->"61f81e0d-c62c-499b-8237-5deaab0edf8b", +Cell[13671, 352, 280, 5, 57, "Notes",ExpressionUUID->"61f81e0d-c62c-499b-8237-5deaab0edf8b", CellID->450481670], -Cell[13908, 355, 282, 5, 57, "Notes",ExpressionUUID->"7269a55a-3a7f-4666-afca-c3dab00ee8e8", +Cell[13954, 359, 282, 5, 57, "Notes",ExpressionUUID->"7269a55a-3a7f-4666-afca-c3dab00ee8e8", CellID->1210693388], -Cell[14193, 362, 386, 12, 37, "Notes",ExpressionUUID->"ed8d2394-403d-48a2-aa6b-32c963050b20", +Cell[14239, 366, 386, 12, 38, "Notes",ExpressionUUID->"ed8d2394-403d-48a2-aa6b-32c963050b20", CellID->24981], -Cell[14582, 376, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"e1ee0b4c-78fb-4127-8d6c-c5be6cb9a2d7", +Cell[14628, 380, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"e1ee0b4c-78fb-4127-8d6c-c5be6cb9a2d7", CellID->12695], -Cell[15477, 396, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"770b1ca4-6b44-482d-a1bd-ca5897109b02", +Cell[15523, 400, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"770b1ca4-6b44-482d-a1bd-ca5897109b02", CellID->1546107665], -Cell[16335, 416, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"8cea4352-1858-4d6e-9b98-209991e94757", +Cell[16381, 420, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"8cea4352-1858-4d6e-9b98-209991e94757", CellID->512784626], -Cell[17205, 436, 438, 14, 70, "Notes",ExpressionUUID->"ccf73eeb-4692-4380-86b8-a29db6fd36e7", +Cell[17251, 440, 438, 14, 70, "Notes",ExpressionUUID->"ccf73eeb-4692-4380-86b8-a29db6fd36e7", CellID->17586], -Cell[17646, 452, 520, 14, 70, "Notes",ExpressionUUID->"c87dd143-cc86-4edd-971d-d9cbdcd5e2cf", +Cell[17692, 456, 520, 14, 70, "Notes",ExpressionUUID->"c87dd143-cc86-4edd-971d-d9cbdcd5e2cf", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18293, 472, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2a876642-194b-44c6-bb75-db909c6df9bd", +Cell[18339, 476, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"93e8461d-0de6-4d01-b742-391393b30bcb", CellTags->"PrimaryExamplesSection", - CellID->530570212], + CellID->717304990], Cell[CellGroupData[{ -Cell[19738, 513, 1398, 36, 70, "ExampleSection",ExpressionUUID->"a98161f0-41e5-4c41-8ec9-633394ab2d72", - CellID->786787798], -Cell[21139, 551, 119, 1, 70, "ExampleText",ExpressionUUID->"224f2dba-2769-4664-ac05-b4de31265885", +Cell[19784, 517, 1399, 36, 70, "ExampleSection",ExpressionUUID->"217ec666-bb3f-4620-be20-969ec4e73ba5", + CellID->1623478858], +Cell[21186, 555, 119, 1, 70, "ExampleText",ExpressionUUID->"224f2dba-2769-4664-ac05-b4de31265885", CellID->1422136231], Cell[CellGroupData[{ -Cell[21283, 556, 167, 3, 70, "Input",ExpressionUUID->"ba79a6d3-20c4-4c3b-ad99-8aca0a2082c6", +Cell[21330, 560, 167, 3, 70, "Input",ExpressionUUID->"ba79a6d3-20c4-4c3b-ad99-8aca0a2082c6", CellID->256352003], Cell[CellGroupData[{ -Cell[21475, 563, 236, 4, 70, "Print",ExpressionUUID->"d4b2613c-0439-477c-a1c7-fdd0aa03294b", +Cell[21522, 567, 236, 4, 70, "Print",ExpressionUUID->"d4b2613c-0439-477c-a1c7-fdd0aa03294b", CellID->442720063], -Cell[21714, 569, 365, 8, 70, "Print",ExpressionUUID->"fbe311ee-6593-4d58-b867-09bcb45f6c54", +Cell[21761, 573, 365, 8, 70, "Print",ExpressionUUID->"fbe311ee-6593-4d58-b867-09bcb45f6c54", CellID->449584435], -Cell[22082, 579, 236, 4, 70, "Print",ExpressionUUID->"97c8536b-f325-419a-b77e-6f4831e18121", +Cell[22129, 583, 236, 4, 70, "Print",ExpressionUUID->"97c8536b-f325-419a-b77e-6f4831e18121", CellID->102624242], -Cell[22321, 585, 220, 3, 70, "Print",ExpressionUUID->"ce2d66da-944f-4ac8-a4b3-0bbe3b1a5bb6", +Cell[22368, 589, 220, 3, 70, "Print",ExpressionUUID->"ce2d66da-944f-4ac8-a4b3-0bbe3b1a5bb6", CellID->766132542], -Cell[22544, 590, 208, 3, 70, "Print",ExpressionUUID->"dda35a9c-96cf-4fad-a63e-147edf7a0ff6", +Cell[22591, 594, 208, 3, 70, "Print",ExpressionUUID->"dda35a9c-96cf-4fad-a63e-147edf7a0ff6", CellID->2078571466], -Cell[22755, 595, 237, 4, 70, "Print",ExpressionUUID->"21778411-2ae3-40b7-8cbd-c155b366bdac", +Cell[22802, 599, 237, 4, 70, "Print",ExpressionUUID->"21778411-2ae3-40b7-8cbd-c155b366bdac", CellID->443624454], -Cell[22995, 601, 221, 3, 70, "Print",ExpressionUUID->"bcbf078b-77a3-4998-be32-1120aa81bd87", +Cell[23042, 605, 221, 3, 70, "Print",ExpressionUUID->"bcbf078b-77a3-4998-be32-1120aa81bd87", CellID->1945439689], -Cell[23219, 606, 237, 4, 70, "Print",ExpressionUUID->"5d1f24a5-8480-4c0f-b328-64502c2e10ef", +Cell[23266, 610, 237, 4, 70, "Print",ExpressionUUID->"5d1f24a5-8480-4c0f-b328-64502c2e10ef", CellID->2014988614], -Cell[23459, 612, 237, 4, 70, "Print",ExpressionUUID->"5730d389-4c86-4d96-bcba-dcaf740f11d8", +Cell[23506, 616, 237, 4, 70, "Print",ExpressionUUID->"5730d389-4c86-4d96-bcba-dcaf740f11d8", CellID->1043156439], -Cell[23699, 618, 208, 3, 70, "Print",ExpressionUUID->"3b904873-a931-4630-8e11-951e2f8e352d", +Cell[23746, 622, 208, 3, 70, "Print",ExpressionUUID->"3b904873-a931-4630-8e11-951e2f8e352d", CellID->2045440914], -Cell[23910, 623, 236, 4, 70, "Print",ExpressionUUID->"db6e843d-1104-4030-83ad-812b66a1fa88", +Cell[23957, 627, 236, 4, 70, "Print",ExpressionUUID->"db6e843d-1104-4030-83ad-812b66a1fa88", CellID->876860457] }, Open ]] }, Open ]], -Cell[24173, 631, 136, 1, 70, "ExampleText",ExpressionUUID->"86a6d6a5-d3af-45b4-a029-b4bf6c88b39c", +Cell[24220, 635, 136, 1, 70, "ExampleText",ExpressionUUID->"86a6d6a5-d3af-45b4-a029-b4bf6c88b39c", CellID->737384648], -Cell[24312, 634, 235, 6, 70, "Input",ExpressionUUID->"5cc11b8c-89a9-44e0-8a52-8f6b7226ddb9", +Cell[24359, 638, 235, 6, 70, "Input",ExpressionUUID->"5cc11b8c-89a9-44e0-8a52-8f6b7226ddb9", CellID->1561146194], -Cell[24550, 642, 380, 9, 70, "Input",ExpressionUUID->"7b74e023-1cf4-48df-8f1a-84bbfbb608c8", +Cell[24597, 646, 380, 9, 70, "Input",ExpressionUUID->"7b74e023-1cf4-48df-8f1a-84bbfbb608c8", CellID->855894668], -Cell[24933, 653, 237, 6, 70, "Input",ExpressionUUID->"5d1fec65-3126-4bea-b6cc-6e5aadc94f4d", +Cell[24980, 657, 237, 6, 70, "Input",ExpressionUUID->"5d1fec65-3126-4bea-b6cc-6e5aadc94f4d", CellID->454913764], -Cell[25173, 661, 190, 4, 70, "ExampleText",ExpressionUUID->"566e8ea0-fe6f-4b88-91c3-8f35362f5df5", +Cell[25220, 665, 190, 4, 70, "ExampleText",ExpressionUUID->"566e8ea0-fe6f-4b88-91c3-8f35362f5df5", CellID->258531772], Cell[CellGroupData[{ -Cell[25388, 669, 172, 3, 70, "Input",ExpressionUUID->"2e33ea61-3417-4cac-8a12-33d78e2bdef3", +Cell[25435, 673, 172, 3, 70, "Input",ExpressionUUID->"2e33ea61-3417-4cac-8a12-33d78e2bdef3", CellID->1068177725], -Cell[25563, 674, 221, 5, 36, "Output",ExpressionUUID->"87018ad6-4f8e-4eae-9fc7-464fe81581ab", +Cell[25610, 678, 221, 5, 36, "Output",ExpressionUUID->"87018ad6-4f8e-4eae-9fc7-464fe81581ab", CellID->1752450018] }, Open ]], -Cell[25799, 682, 247, 4, 70, "ExampleText",ExpressionUUID->"2624dd9f-ae69-424c-abd1-52a882330997", +Cell[25846, 686, 247, 4, 70, "ExampleText",ExpressionUUID->"2624dd9f-ae69-424c-abd1-52a882330997", CellID->1072938344], Cell[CellGroupData[{ -Cell[26071, 690, 171, 3, 70, "Input",ExpressionUUID->"09748815-84fd-4645-a563-7a1ab66ad5dd", +Cell[26118, 694, 171, 3, 70, "Input",ExpressionUUID->"09748815-84fd-4645-a563-7a1ab66ad5dd", CellID->109761594], -Cell[26245, 695, 269, 7, 51, "Output",ExpressionUUID->"0883ebb9-33c4-4b32-a0a6-ea7acc66a926", +Cell[26292, 699, 269, 7, 50, "Output",ExpressionUUID->"0883ebb9-33c4-4b32-a0a6-ea7acc66a926", CellID->787204555] }, Open ]], -Cell[26529, 705, 158, 2, 70, "ExampleText",ExpressionUUID->"28629793-7139-4c7c-ab6a-99e5e76dbe39", +Cell[26576, 709, 158, 2, 70, "ExampleText",ExpressionUUID->"28629793-7139-4c7c-ab6a-99e5e76dbe39", CellID->310732177], Cell[CellGroupData[{ -Cell[26712, 711, 269, 6, 70, "Input",ExpressionUUID->"edfa4c9f-5901-44eb-b1a3-00ea69dd060f", +Cell[26759, 715, 269, 6, 70, "Input",ExpressionUUID->"edfa4c9f-5901-44eb-b1a3-00ea69dd060f", CellID->492457477], -Cell[26984, 719, 268, 7, 51, "Output",ExpressionUUID->"42ae4f8f-9935-4213-8019-f1fc48bdcba9", +Cell[27031, 723, 268, 7, 50, "Output",ExpressionUUID->"42ae4f8f-9935-4213-8019-f1fc48bdcba9", CellID->565668868] }, Open ]], Cell[CellGroupData[{ -Cell[27289, 731, 258, 6, 70, "Input",ExpressionUUID->"9baa4c44-7e40-4169-bfa3-ecd54422b060", +Cell[27336, 735, 258, 6, 70, "Input",ExpressionUUID->"9baa4c44-7e40-4169-bfa3-ecd54422b060", CellID->181252285], -Cell[27550, 739, 269, 7, 51, "Output",ExpressionUUID->"e2d0e587-5dea-472d-9330-39edf0e7601d", +Cell[27597, 743, 269, 7, 50, "Output",ExpressionUUID->"e2d0e587-5dea-472d-9330-39edf0e7601d", CellID->1362663021] }, Open ]], Cell[CellGroupData[{ -Cell[27856, 751, 261, 6, 70, "Input",ExpressionUUID->"c5b1595b-1189-481c-ac75-684a92f3f315", +Cell[27903, 755, 261, 6, 70, "Input",ExpressionUUID->"c5b1595b-1189-481c-ac75-684a92f3f315", CellID->2121856974], -Cell[28120, 759, 324, 8, 51, "Output",ExpressionUUID->"a58da094-2b07-4fee-9d0a-ace9adcacd85", +Cell[28167, 763, 324, 8, 51, "Output",ExpressionUUID->"a58da094-2b07-4fee-9d0a-ace9adcacd85", CellID->1139822819] }, Open ]], Cell[CellGroupData[{ -Cell[28481, 772, 266, 6, 70, "Input",ExpressionUUID->"7b527acd-6c0e-40a0-a154-ed326663f257", +Cell[28528, 776, 266, 6, 70, "Input",ExpressionUUID->"7b527acd-6c0e-40a0-a154-ed326663f257", CellID->1104062060], -Cell[28750, 780, 270, 7, 51, "Output",ExpressionUUID->"15108389-31a9-4d75-9ec6-8b0e1ee6e660", +Cell[28797, 784, 270, 7, 50, "Output",ExpressionUUID->"15108389-31a9-4d75-9ec6-8b0e1ee6e660", CellID->1792434696] }, Open ]], -Cell[29035, 790, 153, 1, 70, "ExampleText",ExpressionUUID->"08f39452-804a-439e-8d62-eb16a9c972d4", +Cell[29082, 794, 153, 1, 70, "ExampleText",ExpressionUUID->"08f39452-804a-439e-8d62-eb16a9c972d4", CellID->725560297], Cell[CellGroupData[{ -Cell[29213, 795, 283, 7, 70, "Input",ExpressionUUID->"8cc72a74-ee55-4572-8961-cbfe68945be3", +Cell[29260, 799, 283, 7, 70, "Input",ExpressionUUID->"8cc72a74-ee55-4572-8961-cbfe68945be3", CellID->1377284763], -Cell[29499, 804, 205, 4, 36, "Output",ExpressionUUID->"6810cbfd-1256-4664-9972-708846eac769", +Cell[29546, 808, 205, 4, 36, "Output",ExpressionUUID->"6810cbfd-1256-4664-9972-708846eac769", CellID->1489864567] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29993, 821, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"3c351eb4-2b62-4fd3-869e-45c9202d61c0"], +Cell[35477, 971, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4ff9de36-2a37-4093-97b4-36a6d2e25fb5"], +Cell[36150, 991, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"517556ab-a369-46de-acbf-f2235b2e23f1"], +Cell[37186, 1019, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"ccaeee30-fd00-4ca9-bfb4-edec1bdfd89a"], Cell[CellGroupData[{ -Cell[29968, 819, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"eeff25af-9760-47cb-9e27-7760b62c7853"], -Cell[35452, 969, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0007bd01-25fb-4e62-94a8-24cfcf06c4b2"] -}, Open ]], -Cell[36137, 990, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7b8b532f-4efd-451c-be62-8a57b3d04a6a"], -Cell[37173, 1018, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"7235b3ee-aa9b-4b4d-9cda-5dcdfcf74890"], -Cell[CellGroupData[{ -Cell[39423, 1085, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6f4be9c7-b68c-4173-9214-9013085d1c63", +Cell[39436, 1086, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6f4be9c7-b68c-4173-9214-9013085d1c63", CellID->1283457291], -Cell[39564, 1088, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"662eaadc-24a6-4061-b7cb-7ebd407f191f", +Cell[39577, 1089, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"662eaadc-24a6-4061-b7cb-7ebd407f191f", CellID->1194386356], -Cell[39786, 1094, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4109fe2b-d4b6-4871-9850-05d50570fa3f", +Cell[39799, 1095, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4109fe2b-d4b6-4871-9850-05d50570fa3f", CellID->1641706272], -Cell[40001, 1099, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"08fade03-51af-4ede-8580-323fc3b97596", +Cell[40014, 1100, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"08fade03-51af-4ede-8580-323fc3b97596", CellID->399251956], -Cell[40230, 1105, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"162c498f-8ea1-40ec-83a1-5282d4d10ea9", +Cell[40243, 1106, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"162c498f-8ea1-40ec-83a1-5282d4d10ea9", CellID->821434655] }, Open ]], -Cell[40467, 1111, 78, 0, 70, "FooterCell",ExpressionUUID->"d6c8940e-6af1-4e49-a473-f5d6e0156678"] +Cell[40480, 1112, 78, 0, 70, "FooterCell",ExpressionUUID->"71c40e31-a5ee-4a92-bdae-ba20f2ae411c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ModifiedNucleolus.nb b/Documentation/English/ReferencePages/Symbols/ModifiedNucleolus.nb index b62db00..a5a0a28 100644 --- a/Documentation/English/ReferencePages/Symbols/ModifiedNucleolus.nb +++ b/Documentation/English/ReferencePages/Symbols/ModifiedNucleolus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52525, 1367] -NotebookOptionsPosition[ 41507, 1150] -NotebookOutlinePosition[ 43725, 1205] -CellTagsIndexPosition[ 43639, 1200] +NotebookDataLength[ 52538, 1368] +NotebookOptionsPosition[ 41529, 1152] +NotebookOutlinePosition[ 43771, 1208] +CellTagsIndexPosition[ 43685, 1203] WindowTitle->ModifiedNucleolus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "08a01c76-5aea-4b34-ba0a-4d1d54699259"], + "0718c0af-0af4-4115-9c39-6693d4a0d629"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9d80cacc-ae38-4122-9e98-420df9a4e361"], + "36e034ef-f00c-42dd-a9be-3c8e1254b511"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "682755ca-7b2f-437d-a7ed-10ec5125ad2d"] - }],ExpressionUUID->"908b13f3-8260-419f-916b-9e064e13828f"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Nucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, + "a0f0dd2a-5495-420d-8300-86f13c182199"] + }],ExpressionUUID->"3d44c74f-54e3-4510-8f9f-0defdfa50135"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "14b2b770-79c4-4743-8386-b0a5d2b8b786"], + "8ce23efa-18be-4063-a74d-9b77b7794309"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1d8c2ef4-3d8d-4c29-98a2-7b8e6a28749e"] - }],ExpressionUUID->"56799479-d2a9-412a-8737-4e5c7779ea39"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "50ed7d3d-1724-4ea4-841e-73a9c34b7348"] + }],ExpressionUUID->"0f1f33a2-85d9-440a-a47e-94a81fa1c871"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2f3944bc-4ae9-483f-9ddc-a8685275e27b"], + "c69377fa-4682-41f7-ae6f-9931fbcb05d9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ebbe19b3-9605-4ebf-912c-f5777a498618"] - }],ExpressionUUID->"65f5aedb-5b01-4ea3-bc8a-856ddd9cdbce"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c031bf24-4e5a-41c8-8bda-168ba3d8c565"] + }],ExpressionUUID->"3b65ee80-93a1-4945-9e2a-c14956f2aefb"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b6ad2d4c-c65d-455e-8a73-2f226bf73acb"], + "e12f76cf-900a-4104-a326-71c840b1ece1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "58b1650c-6833-4855-a7bc-6feff6d81aec"] - }],ExpressionUUID->"a4da7551-ef20-476b-87eb-59fb59a453c6"], - StripOnInput->False], {"\<\"TUG/ref/ModifiedNucleolus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ModifiedNucleolus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6b16eb16-c122-4f62-a988-c795c30369b3"] + }],ExpressionUUID->"f21ebf11-84ae-4232-80c6-8f6018fdb555"], + StripOnInput->False],{ + "\"TUG/ref/ModifiedNucleolus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ModifiedNucleolus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ModifiedNucleolus.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$122475], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ModifiedNucleolus" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$132077], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ModifiedNucleolus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f5bb43cf-bac7-4277-83ca-a906b468af0f"] + "42426421-1a99-4a36-95fb-67d317f02277"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e9a55c49-4720-49b8-889a-43da75de9a05"]} + "17e0fc02-3be5-42a9-8181-1763f8f50f14"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b78eeebe-7897-4c1c-ae84-a32dc2acd670"], + CellID->1,ExpressionUUID->"aba5c631-5adb-4004-b8d1-b2ffc20dc89a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"89acbd04-f036-4e10-9785-019ce6b60722"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e13ded86-cadd-4927-b374-258be3778d25"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ModifiedNucleolus", "ObjectName",ExpressionUUID-> - "1a5ff20a-0888-456d-ab26-ae50d02f179e"], + "225539ca-3907-4db1-9a72-f87e9618387b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e9105ec2-5edf-4e69-b0b1-3caf0b7ad400"], + "Spacer1"]],ExpressionUUID->"3dcb9269-ba35-4ea5-92c4-4b02a80ed100"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "95d13caa-142f-489c-a908-42a71540785a"] - }],ExpressionUUID->"aaeb7297-4a09-432c-8164-569d7c3aaaf9"], Cell[BoxData[ + "dc4ff6ae-9fb3-4e54-a670-6633777d8cad"] + }],ExpressionUUID->"c54dd608-4deb-49b1-98a5-115c6d1f448e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "07ed8570-9667-40b2-afaa-626b0d55b524"]} + "4a5ac61d-9fdd-4c74-829a-5a8e3ac4980e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2164ef81-8977-4224-ab8d-230e5214b511"], + CacheGraphics->False,ExpressionUUID->"a5dc3068-36ea-48bc-9aa9-9686940c4e78"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"f60b26a0-0642-4dea-a858-ac38789d3bf6"]} + }],ExpressionUUID->"637c0af8-6537-4878-80cd-2be7ddaf49ab"]} }]], "Usage", CellID->1936395888,ExpressionUUID->"c8185316-3fbd-4d20-b899-8e4ace7ec3c5"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"80d6fb80-2f6e-4a76-b611-b6bb216f6ca8"], + ExpressionUUID->"31c09a31-d3fd-4653-ad81-7e8c3ea75115"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d228ec3e-beb4-48cc-8d45-4b76878c6131"], + "Spacer1"]],ExpressionUUID->"7c33e184-95ab-48bf-bad9-c823c72b4065"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1975db36-4ad4-4349-b4f2-4fe66743a04f"], + }], "NotesFrameText",ExpressionUUID->"18d795c4-4b20-4f85-b520-116587218d18"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8760eb6a-6f45-4fae-9a19-7ff8a35acffb"]], \ + "Preemptive"]],ExpressionUUID->"cefc9e16-7811-417f-a52c-514403776835"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1448343415,ExpressionUUID->"95df920c-3e8f-4189-ba56-e62c5bb4c6f1"], + CellID->1660111862,ExpressionUUID->"6fff4321-4a58-4406-8680-04dfabc62f27"], Cell[TextData[{ "The input expression ", @@ -374,11 +379,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fcea37bd-6090-4fbe-b010-1de1d85716b6"], "RevisedSimplex", Cell[ + "6afeb0a8-6dcd-45d6-982e-ab0baed35eb1"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"2e525562-7cb8-440a-824d-1fe8f456bbc2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "00fef415-c5be-4245-ad23-b777f9f2a220"], + "5b458d04-4edf-4f08-a1de-c6ea1a7f81ff"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -394,11 +399,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2bb9fb36-6f92-44b9-9148-28971889e1d3"], "CLP", Cell[ + "826cd995-21f6-4c90-9eb0-64fae5ff7f89"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"b09bb1cc-5234-436f-9d0d-fe3cb75a6221"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "44c656eb-7814-4f4b-bed6-f0fada8b270c"], + "b6c92815-5ab0-47cd-ba30-87ad1dc57d73"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -414,11 +419,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d0a30860-e1d4-4cc6-93d0-d113db22ae46"], "InteriorPoint", Cell[ + "8e21ff66-8da4-423e-94a4-6a77825f8bd6"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"d9238470-010d-4e1d-b6b4-72a93204ef06"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b37314c9-cd6d-4364-9ac2-bb2a8256a10c"], + "e686a475-d88f-4cea-bf82-fb90bac89f3e"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -493,19 +498,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c8728add-3331-4586-a2f9-86b26a3a9ae3"], + ExpressionUUID->"496d4072-8cfa-48e2-8c89-925304ed6fed"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e36476d9-97fd-4232-aed4-c70e837d7b1e"], + "Spacer1"]],ExpressionUUID->"dfab5e09-503d-4f02-9bbd-f62b036d44d6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3f80b05d-638d-44e7-80b9-4e8700249bfe"] + "d1d07ae1-64ce-4884-b314-7758838cbd01"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->807171005,ExpressionUUID->"1207783d-94f3-4e99-b490-4e771f65b78a"], + CellID->1054476843,ExpressionUUID->"c3d55704-1bec-44b4-977e-d8bb6d819cba"], Cell[CellGroupData[{ @@ -534,18 +539,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"92e33be2-9860-4350-88e4-847aa44880b2"], + ExpressionUUID->"050d9789-21eb-4a27-a220-8f1edb1edc95"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"540c0b38-4942-4932-88cc-79c4c0175d86"], + "Spacer1"]],ExpressionUUID->"007add9e-7749-4f64-a2d3-ff01f00a784e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c178a5ca-e4aa-474b-bd83-c2986f92798e"] + "7fa45b98-3a7a-4c1d-87ba-66f084356626"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1580413750,ExpressionUUID->"7d130c34-8ed5-4b36-97d6-7389225a24ab"], + CellID->977274756,ExpressionUUID->"bebd5f25-d8ad-43ad-b8e7-71bac60f6ec0"], Cell["Loading the package:", "ExampleText", CellID->1998526772,ExpressionUUID->"7b5a97ea-ecba-447a-ac75-901af07a8844"], @@ -852,8 +857,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1001,15 +1004,15 @@ Cell[BoxData[GridBox[{ "1123a82b-0a4e-47af-9e04-cc615374ceb5"] }], "SeeAlso",ExpressionUUID->"829bf6ac-6d8d-465f-86e9-d4984ab92343"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"25d7de23-f6e6-40e0-9c7c-\ -24e9080f336f"], + }]], "SeeAlsoSection",ExpressionUUID->"b1bf0979-ae7c-430f-87af-\ +5a1ac281b65c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1021,9 +1024,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c4ad9b6d-aaa5-4e17-94fe-5a1c43bf4459"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"444bdabb-add4-4e8e-b7d1-\ -6224ed6eb906"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b60ce8a1-c39a-4fc2-a7d7-\ +aa6de67e2423"], Cell[BoxData[GridBox[{ { @@ -1040,7 +1042,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "154071f3-8635-45d0-9cb0-926302a925e8"]}]}, + "58dfadf8-62ab-441e-838f-f762c21b6479"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1048,10 +1050,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "843862b6-07f8-4ef0-a0f2-63a138c71497"]}]} + "d7d07692-1592-4585-86bb-f87a51a60214"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1de9d57d-fe45-4802-9339-\ -61df880e44e2"], + }]], "MoreAboutSection",ExpressionUUID->"46da703c-0990-48b6-82a0-\ +61b089c03b48"], Cell[BoxData[GridBox[{ { @@ -1078,7 +1080,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a97427f3-c8ca-4ea4-ac72-8b44116cdf9b"]], "RelatedLinks", + "32a7f2ee-0609-42af-ae99-732d023b90a6"]], "RelatedLinks", ExpressionUUID->"2e25afe5-5e21-4fec-b113-dfdc049e86c6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1095,7 +1097,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "abe099f5-f032-4c0d-b280-5e33ab0a6c6a"]], "RelatedLinks", + "7f43b508-5ffd-4478-8582-65f7d128d573"]], "RelatedLinks", ExpressionUUID->"8cb0f186-c60e-42c2-b1bb-7bc95a84e851"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1112,11 +1114,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9fc4a02-2b0e-4f65-bb7e-43fdcc6e9cc0"]], "RelatedLinks", + "06862d48-c890-465d-9cc9-d4f4404f5ca8"]], "RelatedLinks", ExpressionUUID->"27f9d560-cd4c-4716-9a95-7db4e5efc502"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"93f8b41f-bbc8-4840-834d-\ -575b3f93a63b"], + }]], "RelatedLinksSection",ExpressionUUID->"e69228c6-69c5-44e1-98d7-\ +883924488eae"], Cell[CellGroupData[{ @@ -1146,11 +1148,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c10f5287-34ae-4abe-a989-9bef8eae7215"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b34efa68-6d5b-4ecf-ba33-bce2c1ba9310"] +Cell[" ", "FooterCell",ExpressionUUID->"7a5668bd-9468-4344-b7fd-c06f0d612b24"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ModifiedNucleolus", TaggingRules->{ @@ -1161,7 +1163,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 51, 58.724209}", + "built" -> "{2024, 6, 3, 16, 53, 55.271336}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1170,10 +1172,11 @@ TaggingRules->{ of linear programs from the TU-game argument game by relying on an LP \ approach as suggested by B. Peleg and P. Sudhoelter (2007).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ModifiedNucleolus", - "titlemodifier" -> "", "windowtitle" -> "ModifiedNucleolus", "type" -> - "Symbol", "uri" -> "TUG/ref/ModifiedNucleolus"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ModifiedNucleolus", "type" -> "Symbol", "uri" -> + "TUG/ref/ModifiedNucleolus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1182,9 +1185,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e7db02ba-eabe-4971-b02a-10eeb578d66c" +ExpressionUUID->"6d98c4ce-a600-4e80-950d-c7e475439ff3" ] (* End of Notebook Content *) @@ -1192,183 +1195,181 @@ ExpressionUUID->"e7db02ba-eabe-4971-b02a-10eeb578d66c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18186, 470, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1207783d-94f3-4e99-b490-4e771f65b78a", + Cell[18242, 475, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c3d55704-1bec-44b4-977e-d8bb6d819cba", CellTags->"PrimaryExamplesSection", - CellID->807171005]} + CellID->1054476843]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43439, 1193} + {"PrimaryExamplesSection", 43484, 1196} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7135, 168, 56, "AnchorBarGrid",ExpressionUUID->"b78eeebe-7897-4c1c-ae84-a32dc2acd670", +Cell[589, 21, 7191, 173, 57, "AnchorBarGrid",ExpressionUUID->"aba5c631-5adb-4004-b8d1-b2ffc20dc89a", CellID->1], -Cell[7727, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"89acbd04-f036-4e10-9785-019ce6b60722"], +Cell[7783, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e13ded86-cadd-4927-b374-258be3778d25"], Cell[CellGroupData[{ -Cell[7838, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"2164ef81-8977-4224-ab8d-230e5214b511"], -Cell[9132, 232, 655, 14, 133, "Usage",ExpressionUUID->"c8185316-3fbd-4d20-b899-8e4ace7ec3c5", +Cell[7894, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"a5dc3068-36ea-48bc-9aa9-9686940c4e78"], +Cell[9188, 237, 655, 14, 132, "Usage",ExpressionUUID->"c8185316-3fbd-4d20-b899-8e4ace7ec3c5", CellID->1936395888] }, Open ]], Cell[CellGroupData[{ -Cell[9824, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"95df920c-3e8f-4189-ba56-e62c5bb4c6f1", +Cell[9880, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"6fff4321-4a58-4406-8680-04dfabc62f27", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1448343415], -Cell[11722, 300, 515, 12, 57, "Notes",ExpressionUUID->"4f1946f6-dfc6-43bc-875f-3f1f7a4a4eae", + CellID->1660111862], +Cell[11778, 305, 515, 12, 57, "Notes",ExpressionUUID->"4f1946f6-dfc6-43bc-875f-3f1f7a4a4eae", CellID->1014199156], -Cell[12240, 314, 489, 12, 37, "Notes",ExpressionUUID->"e54c3132-9470-4c06-af99-401cf080bf00", +Cell[12296, 319, 489, 12, 38, "Notes",ExpressionUUID->"e54c3132-9470-4c06-af99-401cf080bf00", CellID->177724765], -Cell[12732, 328, 208, 4, 36, "Notes",ExpressionUUID->"d54fa0ee-a7be-4c6a-b1aa-331f6b385c00", +Cell[12788, 333, 208, 4, 36, "Notes",ExpressionUUID->"d54fa0ee-a7be-4c6a-b1aa-331f6b385c00", CellID->1496312846], -Cell[12943, 334, 144, 1, 36, "Notes",ExpressionUUID->"68729419-171d-41a4-92c5-217cd901de16", +Cell[12999, 339, 144, 1, 36, "Notes",ExpressionUUID->"68729419-171d-41a4-92c5-217cd901de16", CellID->1303734823], -Cell[13090, 337, 409, 7, 78, "Notes",ExpressionUUID->"7540a1af-8446-4c6d-8d3b-e215227d5331", +Cell[13146, 342, 409, 7, 78, "Notes",ExpressionUUID->"7540a1af-8446-4c6d-8d3b-e215227d5331", CellID->2071590346], -Cell[13502, 346, 296, 5, 57, "Notes",ExpressionUUID->"497f0953-1b1c-43ac-9f25-da808f4b02b9", +Cell[13558, 351, 296, 5, 57, "Notes",ExpressionUUID->"497f0953-1b1c-43ac-9f25-da808f4b02b9", CellID->1880430771], -Cell[13801, 353, 282, 5, 57, "Notes",ExpressionUUID->"13b112a2-5671-4e76-9e23-e64bfce72b19", +Cell[13857, 358, 282, 5, 57, "Notes",ExpressionUUID->"13b112a2-5671-4e76-9e23-e64bfce72b19", CellID->1210693388], -Cell[14086, 360, 386, 12, 37, "Notes",ExpressionUUID->"bfe69f1a-aea9-4689-b446-c5f7b7fb7324", +Cell[14142, 365, 386, 12, 38, "Notes",ExpressionUUID->"bfe69f1a-aea9-4689-b446-c5f7b7fb7324", CellID->24981], -Cell[14475, 374, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"b4af91bf-1d2e-4d4e-9c3e-4981c8febb51", +Cell[14531, 379, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"b4af91bf-1d2e-4d4e-9c3e-4981c8febb51", CellID->12695], -Cell[15370, 394, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"0d5f5019-e8f5-4c37-b1b1-64f9a54f88f6", +Cell[15426, 399, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"0d5f5019-e8f5-4c37-b1b1-64f9a54f88f6", CellID->1546107665], -Cell[16228, 414, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"117a7e54-216d-4947-809e-c0a3e22f1f12", +Cell[16284, 419, 867, 18, 70, "2ColumnTableMod",ExpressionUUID->"117a7e54-216d-4947-809e-c0a3e22f1f12", CellID->512784626], -Cell[17098, 434, 438, 14, 70, "Notes",ExpressionUUID->"a01fe71b-8516-4793-a79a-32cad4b073a2", +Cell[17154, 439, 438, 14, 70, "Notes",ExpressionUUID->"a01fe71b-8516-4793-a79a-32cad4b073a2", CellID->17586], -Cell[17539, 450, 520, 14, 70, "Notes",ExpressionUUID->"e33d8d0e-4218-4e15-bf33-103edc5e835b", +Cell[17595, 455, 520, 14, 70, "Notes",ExpressionUUID->"e33d8d0e-4218-4e15-bf33-103edc5e835b", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18186, 470, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1207783d-94f3-4e99-b490-4e771f65b78a", +Cell[18242, 475, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"c3d55704-1bec-44b4-977e-d8bb6d819cba", CellTags->"PrimaryExamplesSection", - CellID->807171005], + CellID->1054476843], Cell[CellGroupData[{ -Cell[19631, 511, 1399, 36, 70, "ExampleSection",ExpressionUUID->"7d130c34-8ed5-4b36-97d6-7389225a24ab", - CellID->1580413750], -Cell[21033, 549, 119, 1, 70, "ExampleText",ExpressionUUID->"7b5a97ea-ecba-447a-ac75-901af07a8844", +Cell[19688, 516, 1398, 36, 70, "ExampleSection",ExpressionUUID->"bebd5f25-d8ad-43ad-b8e7-71bac60f6ec0", + CellID->977274756], +Cell[21089, 554, 119, 1, 70, "ExampleText",ExpressionUUID->"7b5a97ea-ecba-447a-ac75-901af07a8844", CellID->1998526772], Cell[CellGroupData[{ -Cell[21177, 554, 167, 3, 70, "Input",ExpressionUUID->"dc6291b4-5270-4e18-9a28-812d1ba4a7bc", +Cell[21233, 559, 167, 3, 70, "Input",ExpressionUUID->"dc6291b4-5270-4e18-9a28-812d1ba4a7bc", CellID->344166807], Cell[CellGroupData[{ -Cell[21369, 561, 235, 4, 70, "Print",ExpressionUUID->"b2b3168d-47df-4d72-be4e-d908a4b761b8", +Cell[21425, 566, 235, 4, 70, "Print",ExpressionUUID->"b2b3168d-47df-4d72-be4e-d908a4b761b8", CellID->110798543], -Cell[21607, 567, 364, 8, 70, "Print",ExpressionUUID->"df843c82-c6cd-456f-a39c-f82c8a47ba95", +Cell[21663, 572, 364, 8, 70, "Print",ExpressionUUID->"df843c82-c6cd-456f-a39c-f82c8a47ba95", CellID->376519721], -Cell[21974, 577, 236, 4, 70, "Print",ExpressionUUID->"bf5ae811-f745-4790-8452-9d6f95610adc", +Cell[22030, 582, 236, 4, 70, "Print",ExpressionUUID->"bf5ae811-f745-4790-8452-9d6f95610adc", CellID->1246729571], -Cell[22213, 583, 220, 3, 70, "Print",ExpressionUUID->"cdfea78d-340d-4143-84eb-cb653c2c8142", +Cell[22269, 588, 220, 3, 70, "Print",ExpressionUUID->"cdfea78d-340d-4143-84eb-cb653c2c8142", CellID->1653896204], -Cell[22436, 588, 207, 3, 70, "Print",ExpressionUUID->"198ddf7c-dcd8-4321-99e6-561833cee888", +Cell[22492, 593, 207, 3, 70, "Print",ExpressionUUID->"198ddf7c-dcd8-4321-99e6-561833cee888", CellID->1733161484], -Cell[22646, 593, 237, 4, 70, "Print",ExpressionUUID->"d0d0592b-8e40-44d7-ab7b-23e96d7a273c", +Cell[22702, 598, 237, 4, 70, "Print",ExpressionUUID->"d0d0592b-8e40-44d7-ab7b-23e96d7a273c", CellID->1532912195], -Cell[22886, 599, 219, 3, 70, "Print",ExpressionUUID->"f279d728-b133-41c3-a1a9-62bf6772c02a", +Cell[22942, 604, 219, 3, 70, "Print",ExpressionUUID->"f279d728-b133-41c3-a1a9-62bf6772c02a", CellID->435715045], -Cell[23108, 604, 236, 4, 70, "Print",ExpressionUUID->"836cff52-cdd7-4c2a-b39f-fa65fe81e35c", +Cell[23164, 609, 236, 4, 70, "Print",ExpressionUUID->"836cff52-cdd7-4c2a-b39f-fa65fe81e35c", CellID->1423338078], -Cell[23347, 610, 236, 4, 70, "Print",ExpressionUUID->"ee01b21d-86e9-4bba-b09d-8b6804bf0072", +Cell[23403, 615, 236, 4, 70, "Print",ExpressionUUID->"ee01b21d-86e9-4bba-b09d-8b6804bf0072", CellID->2141660320], -Cell[23586, 616, 207, 3, 70, "Print",ExpressionUUID->"31212adc-6f15-4cb1-bd30-85325b860053", +Cell[23642, 621, 207, 3, 70, "Print",ExpressionUUID->"31212adc-6f15-4cb1-bd30-85325b860053", CellID->1539485401], -Cell[23796, 621, 236, 4, 70, "Print",ExpressionUUID->"9cbf8f9c-08a9-491a-a720-a389f7c23326", +Cell[23852, 626, 236, 4, 70, "Print",ExpressionUUID->"9cbf8f9c-08a9-491a-a720-a389f7c23326", CellID->1604113016] }, Open ]] }, Open ]], -Cell[24059, 629, 136, 1, 70, "ExampleText",ExpressionUUID->"4b227f91-98f3-4a50-a3b4-3c2e2b9c4da1", +Cell[24115, 634, 136, 1, 70, "ExampleText",ExpressionUUID->"4b227f91-98f3-4a50-a3b4-3c2e2b9c4da1", CellID->565528477], -Cell[24198, 632, 235, 6, 70, "Input",ExpressionUUID->"28d25841-91db-4a98-b836-4df23e99b396", +Cell[24254, 637, 235, 6, 70, "Input",ExpressionUUID->"28d25841-91db-4a98-b836-4df23e99b396", CellID->1668896051], -Cell[24436, 640, 381, 9, 70, "Input",ExpressionUUID->"c26499f6-935d-484b-9aeb-ed0b5467be03", +Cell[24492, 645, 381, 9, 70, "Input",ExpressionUUID->"c26499f6-935d-484b-9aeb-ed0b5467be03", CellID->1318315606], -Cell[24820, 651, 238, 6, 70, "Input",ExpressionUUID->"b8d43e62-9b29-4c31-a00f-bd2e02a3fe1a", +Cell[24876, 656, 238, 6, 70, "Input",ExpressionUUID->"b8d43e62-9b29-4c31-a00f-bd2e02a3fe1a", CellID->1836071760], -Cell[25061, 659, 190, 4, 70, "ExampleText",ExpressionUUID->"a98c3120-49c4-496f-ac98-a3947f1d3eed", +Cell[25117, 664, 190, 4, 70, "ExampleText",ExpressionUUID->"a98c3120-49c4-496f-ac98-a3947f1d3eed", CellID->418845675], Cell[CellGroupData[{ -Cell[25276, 667, 175, 3, 70, "Input",ExpressionUUID->"3bff1baa-0ea1-45ec-9232-6e275ef2d617", +Cell[25332, 672, 175, 3, 70, "Input",ExpressionUUID->"3bff1baa-0ea1-45ec-9232-6e275ef2d617", CellID->1383721069], -Cell[25454, 672, 218, 5, 36, "Output",ExpressionUUID->"221a54f3-0cd5-48e8-92a3-5696f90bab2b", +Cell[25510, 677, 218, 5, 36, "Output",ExpressionUUID->"221a54f3-0cd5-48e8-92a3-5696f90bab2b", CellID->17697056] }, Open ]], -Cell[25687, 680, 224, 4, 70, "ExampleText",ExpressionUUID->"4520a88f-e7fa-417b-8933-891d6aac05fb", +Cell[25743, 685, 224, 4, 70, "ExampleText",ExpressionUUID->"4520a88f-e7fa-417b-8933-891d6aac05fb", CellID->399118141], Cell[CellGroupData[{ -Cell[25936, 688, 199, 4, 70, "Input",ExpressionUUID->"796a9a8c-d803-4051-aa6b-f176fa3c45e7", +Cell[25992, 693, 199, 4, 70, "Input",ExpressionUUID->"796a9a8c-d803-4051-aa6b-f176fa3c45e7", CellID->859727098], -Cell[26138, 694, 313, 9, 51, "Output",ExpressionUUID->"77fbc653-3ef4-4826-bb52-e6f78bdda8de", +Cell[26194, 699, 313, 9, 50, "Output",ExpressionUUID->"77fbc653-3ef4-4826-bb52-e6f78bdda8de", CellID->802034839] }, Open ]], -Cell[26466, 706, 177, 3, 70, "ExampleText",ExpressionUUID->"379c7840-edc2-4381-871d-19bc280f153c", +Cell[26522, 711, 177, 3, 70, "ExampleText",ExpressionUUID->"379c7840-edc2-4381-871d-19bc280f153c", CellID->1670321209], Cell[CellGroupData[{ -Cell[26668, 713, 207, 4, 70, "Input",ExpressionUUID->"613809e5-ca9f-4821-b08d-eb977c5820ed", +Cell[26724, 718, 207, 4, 70, "Input",ExpressionUUID->"613809e5-ca9f-4821-b08d-eb977c5820ed", CellID->556811744], -Cell[26878, 719, 158, 3, 36, "Output",ExpressionUUID->"f7bf8f86-2bd1-41ee-b910-ebf65c7f80ff", +Cell[26934, 724, 158, 3, 36, "Output",ExpressionUUID->"f7bf8f86-2bd1-41ee-b910-ebf65c7f80ff", CellID->808162104] }, Open ]], -Cell[27051, 725, 205, 4, 70, "ExampleText",ExpressionUUID->"0608f6eb-88b3-41c5-a0a9-c4bba57200ea", +Cell[27107, 730, 205, 4, 70, "ExampleText",ExpressionUUID->"0608f6eb-88b3-41c5-a0a9-c4bba57200ea", CellID->583270448], Cell[CellGroupData[{ -Cell[27281, 733, 167, 3, 70, "Input",ExpressionUUID->"70583f2b-dab7-4a41-b4e6-0753dca89934", +Cell[27337, 738, 167, 3, 70, "Input",ExpressionUUID->"70583f2b-dab7-4a41-b4e6-0753dca89934", CellID->1564709642], -Cell[27451, 738, 314, 9, 51, "Output",ExpressionUUID->"ea083c52-a493-4ac8-bf6f-51f16075bae3", +Cell[27507, 743, 314, 9, 50, "Output",ExpressionUUID->"ea083c52-a493-4ac8-bf6f-51f16075bae3", CellID->1803985586] }, Open ]], -Cell[27780, 750, 236, 4, 70, "ExampleText",ExpressionUUID->"d80815a9-73fe-4201-988e-560a02aa7335", +Cell[27836, 755, 236, 4, 70, "ExampleText",ExpressionUUID->"d80815a9-73fe-4201-988e-560a02aa7335", CellID->772485821], -Cell[28019, 756, 158, 2, 70, "ExampleText",ExpressionUUID->"ed7992f0-645c-479b-83fc-8f433871ca79", +Cell[28075, 761, 158, 2, 70, "ExampleText",ExpressionUUID->"ed7992f0-645c-479b-83fc-8f433871ca79", CellID->310732177], Cell[CellGroupData[{ -Cell[28202, 762, 272, 6, 70, "Input",ExpressionUUID->"78ca9836-49c3-4b6c-a050-1f4d72849d95", +Cell[28258, 767, 272, 6, 70, "Input",ExpressionUUID->"78ca9836-49c3-4b6c-a050-1f4d72849d95", CellID->492457477], -Cell[28477, 770, 314, 9, 51, "Output",ExpressionUUID->"e8eda8aa-083d-4b9a-829f-7f759070720b", +Cell[28533, 775, 314, 9, 50, "Output",ExpressionUUID->"e8eda8aa-083d-4b9a-829f-7f759070720b", CellID->1851716922] }, Open ]], Cell[CellGroupData[{ -Cell[28828, 784, 262, 6, 70, "Input",ExpressionUUID->"235c7af9-e6ad-4a5f-a65e-587251199bab", +Cell[28884, 789, 262, 6, 70, "Input",ExpressionUUID->"235c7af9-e6ad-4a5f-a65e-587251199bab", CellID->181252285], -Cell[29093, 792, 314, 9, 51, "Output",ExpressionUUID->"58a3696d-e67d-4c5b-a9d6-3dc2a875a30b", +Cell[29149, 797, 314, 9, 50, "Output",ExpressionUUID->"58a3696d-e67d-4c5b-a9d6-3dc2a875a30b", CellID->226506917] }, Open ]], Cell[CellGroupData[{ -Cell[29444, 806, 265, 6, 70, "Input",ExpressionUUID->"479d38da-cc9d-47fd-9c3b-8783b3e90246", +Cell[29500, 811, 265, 6, 70, "Input",ExpressionUUID->"479d38da-cc9d-47fd-9c3b-8783b3e90246", CellID->2121856974], -Cell[29712, 814, 315, 9, 51, "Output",ExpressionUUID->"eeaf379d-4959-4c9d-9af5-a62fb28e66f4", +Cell[29768, 819, 315, 9, 50, "Output",ExpressionUUID->"eeaf379d-4959-4c9d-9af5-a62fb28e66f4", CellID->1049377863] }, Open ]], Cell[CellGroupData[{ -Cell[30064, 828, 269, 6, 70, "Input",ExpressionUUID->"237f2ff5-2e40-4c78-9a9c-f425f6258a8f", +Cell[30120, 833, 269, 6, 70, "Input",ExpressionUUID->"237f2ff5-2e40-4c78-9a9c-f425f6258a8f", CellID->1104062060], -Cell[30336, 836, 315, 9, 51, "Output",ExpressionUUID->"43bdb414-11cd-4c86-ac7e-d87a88058259", +Cell[30392, 841, 315, 9, 50, "Output",ExpressionUUID->"43bdb414-11cd-4c86-ac7e-d87a88058259", CellID->1043345620] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30949, 859, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"b1bf0979-ae7c-430f-87af-5a1ac281b65c"], +Cell[36439, 1009, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b60ce8a1-c39a-4fc2-a7d7-aa6de67e2423"], +Cell[37112, 1029, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"46da703c-0990-48b6-82a0-61b089c03b48"], +Cell[38148, 1057, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"e69228c6-69c5-44e1-98d7-883924488eae"], Cell[CellGroupData[{ -Cell[30915, 856, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"25d7de23-f6e6-40e0-9c7c-24e9080f336f"], -Cell[36405, 1006, 670, 18, 70, "TechNotesSection",ExpressionUUID->"444bdabb-add4-4e8e-b7d1-6224ed6eb906"] -}, Open ]], -Cell[37090, 1027, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1de9d57d-fe45-4802-9339-61df880e44e2"], -Cell[38126, 1055, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"93f8b41f-bbc8-4840-834d-575b3f93a63b"], -Cell[CellGroupData[{ -Cell[40382, 1122, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ed0140e5-6cb9-46c7-85e3-2998f6defba2", +Cell[40404, 1124, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ed0140e5-6cb9-46c7-85e3-2998f6defba2", CellID->437175998], -Cell[40522, 1125, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"007d0263-a599-47b0-9150-383379a44bf6", +Cell[40544, 1127, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"007d0263-a599-47b0-9150-383379a44bf6", CellID->1194386356], -Cell[40744, 1131, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9815fcb5-9bdb-4be0-bc59-f3249ef416ce", +Cell[40766, 1133, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9815fcb5-9bdb-4be0-bc59-f3249ef416ce", CellID->1641706272], -Cell[40959, 1136, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28900cca-07cd-4c9f-b01e-9471130c41cd", +Cell[40981, 1138, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28900cca-07cd-4c9f-b01e-9471130c41cd", CellID->399251956], -Cell[41188, 1142, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c10f5287-34ae-4abe-a989-9bef8eae7215", +Cell[41210, 1144, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c10f5287-34ae-4abe-a989-9bef8eae7215", CellID->821434655] }, Open ]], -Cell[41425, 1148, 78, 0, 70, "FooterCell",ExpressionUUID->"b34efa68-6d5b-4ecf-ba33-bce2c1ba9310"] +Cell[41447, 1150, 78, 0, 70, "FooterCell",ExpressionUUID->"7a5668bd-9468-4344-b7fd-c06f0d612b24"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/MonotoneQ.nb b/Documentation/English/ReferencePages/Symbols/MonotoneQ.nb index dc0758f..827ad5c 100644 --- a/Documentation/English/ReferencePages/Symbols/MonotoneQ.nb +++ b/Documentation/English/ReferencePages/Symbols/MonotoneQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39545, 1027] -NotebookOptionsPosition[ 31678, 870] -NotebookOutlinePosition[ 33733, 923] -CellTagsIndexPosition[ 33648, 918] +NotebookDataLength[ 39552, 1027] +NotebookOptionsPosition[ 31699, 872] +NotebookOutlinePosition[ 33773, 925] +CellTagsIndexPosition[ 33688, 920] WindowTitle->MonotoneQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "36a9e960-e0f4-47df-bf78-84e12e28d494"], + "e3cf966e-9813-420a-8a1b-9f88ba154fdf"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a0dab4eb-e3a0-4701-979a-5a8509918a27"], + "11c5c2c1-4bbf-415f-be0d-477395ba2abe"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "81e412b2-3bf8-4a53-9dc6-df731c3207f1"] - }],ExpressionUUID->"7c3fe1fc-9bd8-4926-a4c4-7f3e8793a369"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "28395329-58c1-4503-8ad0-bc8cf88d033a"] + }],ExpressionUUID->"200f6e02-546a-4bbf-af5a-9a84743643de"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "267be8e9-3d02-4035-8b43-b9ff698da606"], + "6eb1d05d-fd3a-4b8c-ab88-1fc6087dec99"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a2c17843-6cc9-4cbf-bf2f-ed01a62cf8b4"] - }],ExpressionUUID->"e6b7f3a5-5eb5-48c8-b2a1-15e9d1ff3e50"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "59b1c07b-0afd-4c71-9d15-a65af476216e"] + }],ExpressionUUID->"b463cb9a-b94e-4428-afb5-3f6907874a05"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ec873472-b594-4fb7-ad57-c4e5418bf1ac"], + "768188ba-e4cc-436c-a258-6d037d8538a3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71a1d867-2f88-4c1d-8cc5-fd570a68cd62"] - }],ExpressionUUID->"ef3bff8b-3e61-47a8-8365-4e927b42c09e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d4788729-0dde-4b40-8d8c-a44c59566b33"] + }],ExpressionUUID->"1441ce67-32c9-46d5-b1a1-b61df3e9edd8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7fe70b4e-34fc-463a-967c-0739c4bed528"], + "fea1877e-791c-470f-969c-dd19c0389fba"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b7b4e3c2-3f2d-4d97-84ac-324e39ea7187"] - }],ExpressionUUID->"ad748b1f-10d9-48b9-b147-8dda811dcae3"], - StripOnInput->False], {"\<\"TUG/ref/MonotoneQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/MonotoneQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/MonotoneQ.\ + "1ac6faef-f701-4a35-9f68-cc092b7db678"] + }],ExpressionUUID->"c03f0b29-2d20-4670-9378-81dd379d58ba"], + StripOnInput->False],{ + "\"TUG/ref/MonotoneQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/MonotoneQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/MonotoneQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$123731], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/MonotoneQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$133401], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/MonotoneQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c61fa479-5d70-48fb-82f3-41df7fc4ec0f"] + "79165fff-6efb-447b-9e0a-e5400385bf92"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5cc677fc-1c9d-4a07-97a6-21fd09ea1e8f"]} + "b42e096c-d162-4cb3-99dc-95c761a41bc6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b786a3d2-95fa-43e2-a583-17f4f283972e"], + CellID->1,ExpressionUUID->"6d45a4b8-1122-4538-9112-b2a538dd6c00"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f0c5af4f-5a92-46a6-96dd-a8d6d6184c63"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"813a65f9-162a-49fc-a2a9-32b839fdbe6f"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "MonotoneQ", "ObjectName",ExpressionUUID-> - "a858505e-8361-41c7-8809-73e4eaaae799"], + "b5e2cd33-9d5e-4fa2-b877-e672ac9724e1"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4eed2b53-d227-44e0-a782-76b431b3e53f"], + "Spacer1"]],ExpressionUUID->"ea0a6ef5-86c2-4c82-9086-f6c04b342c3f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "73de7a95-d3d1-4a16-a292-49f55e4997c2"] - }],ExpressionUUID->"c1840e6f-b4df-4e19-b5b3-0c7601619d1a"], Cell[BoxData[ + "864cef1f-6ebb-4d2a-89a4-7dda4747ff64"] + }],ExpressionUUID->"c42f957a-d60f-4791-b199-1ce96e72d78a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c5664273-53bf-4061-8d92-1333de64be44"]} + "b80f9ab2-92d5-40f3-bcd2-95967b47b9cb"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2f626001-c293-41e2-ae41-b5f7c2887e8a"], + CacheGraphics->False,ExpressionUUID->"69da3450-a9bf-4c4b-b25c-606c6233b09f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "c04607bc-07bf-4f2c-92a7-87a660814199"], " \[LineSeparator]verifies if the game and all its proper sub-games are \ monotone." - }],ExpressionUUID->"2a1c4f2e-a9da-44e7-928d-56155d782044"]} + }],ExpressionUUID->"7dcff0b4-e1d1-4933-a169-1170d493b9a0"]} }]], "Usage", CellID->1598903379,ExpressionUUID->"5739ed60-2a77-47be-b214-4c107cd94f85"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"952b4f27-1e99-46d3-ba5f-b7fbb047a398"], + ExpressionUUID->"5b9dfc87-cb0f-41c3-87be-b21656ac2416"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c8afa754-0129-433b-9da9-4aae4d1b7b27"], + "Spacer1"]],ExpressionUUID->"554180db-b057-4ec4-a297-6ed0b211bbbe"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ad83cf8d-1256-484c-9ae3-a1f942c7e909"], + }], "NotesFrameText",ExpressionUUID->"215d3a9a-749d-4dd9-a3e9-4e869a99cd3b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"27fc3a05-aa2f-4224-8395-19c5b88a9275"]], \ + "Preemptive"]],ExpressionUUID->"36f36c7d-2959-46c9-8081-1ef964dfed15"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2105877045,ExpressionUUID->"1f803e0e-d5e2-4745-b725-0db3088c4eb5"], + CellID->1372051369,ExpressionUUID->"f70e7c8e-0b5a-461f-a690-963ff89a48e8"], Cell[TextData[{ "The input expression ", @@ -368,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"17f2724e-922d-46a0-8d27-7dd33706b672"], + ExpressionUUID->"43c06340-5f5d-49ec-9a8f-038f336209f9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0930145e-d78a-43da-bf62-5bec6b1f33ff"], + "Spacer1"]],ExpressionUUID->"22cf14c9-cff2-486f-84d7-e0f78cf755b1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "61972c01-142a-44dc-9717-21f1283ae7cd"] + "9c61d1a0-d682-4aa4-94d1-2d5f6fdc2003"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->919082305,ExpressionUUID->"a8580315-5d1b-42e5-9b76-29be8adf903d"], + CellID->283620977,ExpressionUUID->"bedfc18f-fedc-40b0-b4ea-8a6e8489b0dc"], Cell[CellGroupData[{ @@ -409,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ab044b8a-8420-400f-8aca-d67c64f9c82b"], + ExpressionUUID->"fa2d43be-c448-47b2-b17f-e41ec5dddb26"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9ca6b5db-73e0-44d1-aa49-6f2c488e4672"], + "Spacer1"]],ExpressionUUID->"e091d8a7-84c3-41c1-a4c1-0b3416c48997"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "df3f06b6-a8ec-4711-8da0-f43164297a15"] + "453587a0-0638-49c4-9a14-751aa331ebbc"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->742512023,ExpressionUUID->"f9a33e91-1314-4b22-b0e9-17d956060efa"], + CellID->643311063,ExpressionUUID->"b947e3cc-2fa2-4b8a-99b0-78deea8e1aee"], Cell["Loading the package:", "ExampleText", CellID->1107424059,ExpressionUUID->"6a3f80bc-3f14-4a9e-afdf-f23d6d7abdfb"], @@ -589,8 +594,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -738,15 +741,15 @@ Cell[BoxData[GridBox[{ "e1e63ff5-e8c6-4395-90a3-c89067da5687"] }], "SeeAlso",ExpressionUUID->"51c70931-dcd7-4c92-ba9a-c17f3ffb4c2b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fd725908-626d-4ffc-8554-\ -4193001d098e"], + }]], "SeeAlsoSection",ExpressionUUID->"305b9046-ed24-4bc1-a093-\ +185ece169cb9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -758,9 +761,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2706421d-4280-4293-b552-6e4a92a99e54"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d3bd7bd8-c51f-496b-84b9-\ -4f335369d30f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"08bb8e48-85f2-4f12-83a8-\ +a381d79268d4"], Cell[BoxData[GridBox[{ { @@ -777,7 +779,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "988afc5c-200e-4a68-ba2a-eaec1099537d"]}]}, + "66e82266-e6ae-4a43-a5a2-92b9c1db4581"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -785,10 +787,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0ed0bcbb-78f6-4149-8eb4-07534388b59c"]}]} + "12ca8533-f1c3-4552-bb91-aa94d8947072"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"feceb228-0ebe-43e8-a926-\ -0c6275125054"], + }]], "MoreAboutSection",ExpressionUUID->"a7d62331-88ec-4c1f-9645-\ +1213b3a20ff0"], Cell[BoxData[GridBox[{ { @@ -815,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2c0cc1e5-f578-43b7-84c3-85611fe2d1e3"]], "RelatedLinks", + "c527d3c9-c29d-4184-bd7b-2e27ba2b710a"]], "RelatedLinks", ExpressionUUID->"99a62223-3d1c-4034-ab1b-62f1b3d482f4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,11 +834,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/OneNormalization"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ca66a92e-fefc-4919-8440-43587b81d298"]], "RelatedLinks", + "811cee54-7571-4b38-a2d2-e0bd6360b9e8"]], "RelatedLinks", ExpressionUUID->"ed9304db-2bff-40af-b3bb-c936cc34b53c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7d6f2f8f-ec55-4afc-8c35-\ -5cd338a1d969"], + }]], "RelatedLinksSection",ExpressionUUID->"63a9cf30-1156-48b1-ba2f-\ +68a0414a7742"], Cell[CellGroupData[{ @@ -866,11 +868,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f9c882d9-fa87-4d93-9700-ac30caafeb0d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8eb3efba-fec6-4993-9bc3-6605566ab425"] +Cell[" ", "FooterCell",ExpressionUUID->"b78520bd-2d70-4b55-8f22-1d30eb078c94"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"MonotoneQ", TaggingRules->{ @@ -881,17 +883,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 1.906790}", + "built" -> "{2024, 6, 3, 16, 53, 57.041969}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "MonotoneQ[game] verifies if the game and all its proper sub-games are \ monotone.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "MonotoneQ", - "titlemodifier" -> "", "windowtitle" -> "MonotoneQ", "type" -> "Symbol", - "uri" -> "TUG/ref/MonotoneQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "MonotoneQ", "type" -> "Symbol", "uri" -> "TUG/ref/MonotoneQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -900,9 +902,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d21eff67-7f0e-421f-a163-9fd81dc355ad" +ExpressionUUID->"05e6f864-0a75-44ad-8452-cc5ed5c6fda4" ] (* End of Notebook Content *) @@ -910,125 +912,123 @@ ExpressionUUID->"d21eff67-7f0e-421f-a163-9fd81dc355ad" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13149, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a8580315-5d1b-42e5-9b76-29be8adf903d", + Cell[13204, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bedfc18f-fedc-40b0-b4ea-8a6e8489b0dc", CellTags->"PrimaryExamplesSection", - CellID->919082305]} + CellID->283620977]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33448, 911} + {"PrimaryExamplesSection", 33488, 913} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7064, 168, 56, "AnchorBarGrid",ExpressionUUID->"b786a3d2-95fa-43e2-a583-17f4f283972e", +Cell[581, 21, 7119, 173, 57, "AnchorBarGrid",ExpressionUUID->"6d45a4b8-1122-4538-9112-b2a538dd6c00", CellID->1], -Cell[7648, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f0c5af4f-5a92-46a6-96dd-a8d6d6184c63"], +Cell[7703, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"813a65f9-162a-49fc-a2a9-32b839fdbe6f"], Cell[CellGroupData[{ -Cell[7759, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"2f626001-c293-41e2-ae41-b5f7c2887e8a"], -Cell[9045, 232, 476, 10, 111, "Usage",ExpressionUUID->"5739ed60-2a77-47be-b214-4c107cd94f85", +Cell[7814, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"69da3450-a9bf-4c4b-b25c-606c6233b09f"], +Cell[9100, 237, 476, 10, 111, "Usage",ExpressionUUID->"5739ed60-2a77-47be-b214-4c107cd94f85", CellID->1598903379] }, Open ]], Cell[CellGroupData[{ -Cell[9558, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"1f803e0e-d5e2-4745-b725-0db3088c4eb5", +Cell[9613, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"f70e7c8e-0b5a-461f-a690-963ff89a48e8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2105877045], -Cell[11456, 296, 663, 17, 49, "Notes",ExpressionUUID->"d1cd8bec-c331-4ce2-b320-8eb97faf012b", + CellID->1372051369], +Cell[11511, 301, 663, 17, 48, "Notes",ExpressionUUID->"d1cd8bec-c331-4ce2-b320-8eb97faf012b", CellID->26053], -Cell[12122, 315, 489, 12, 37, "Notes",ExpressionUUID->"9dcd7075-b6a7-4eca-b3bd-b797c55cedb4", +Cell[12177, 320, 489, 12, 38, "Notes",ExpressionUUID->"9dcd7075-b6a7-4eca-b3bd-b797c55cedb4", CellID->177724765], -Cell[12614, 329, 218, 4, 36, "Notes",ExpressionUUID->"e7390395-ee95-4f8b-ad33-a64e0b7bd24a", +Cell[12669, 334, 218, 4, 36, "Notes",ExpressionUUID->"e7390395-ee95-4f8b-ad33-a64e0b7bd24a", CellID->2057791940], -Cell[12835, 335, 187, 4, 36, "Notes",ExpressionUUID->"cbb947b7-985d-4b0d-be73-71f608189b38", +Cell[12890, 340, 187, 4, 36, "Notes",ExpressionUUID->"cbb947b7-985d-4b0d-be73-71f608189b38", CellID->1649494999] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13149, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a8580315-5d1b-42e5-9b76-29be8adf903d", +Cell[13204, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bedfc18f-fedc-40b0-b4ea-8a6e8489b0dc", CellTags->"PrimaryExamplesSection", - CellID->919082305], + CellID->283620977], Cell[CellGroupData[{ -Cell[14594, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f9a33e91-1314-4b22-b0e9-17d956060efa", - CellID->742512023], -Cell[15995, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"6a3f80bc-3f14-4a9e-afdf-f23d6d7abdfb", +Cell[14649, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b947e3cc-2fa2-4b8a-99b0-78deea8e1aee", + CellID->643311063], +Cell[16050, 429, 119, 1, 39, "ExampleText",ExpressionUUID->"6a3f80bc-3f14-4a9e-afdf-f23d6d7abdfb", CellID->1107424059], Cell[CellGroupData[{ -Cell[16139, 429, 167, 3, 27, "Input",ExpressionUUID->"f367032e-5fc8-4db8-b935-57f8f8a8217e", +Cell[16194, 434, 167, 3, 27, "Input",ExpressionUUID->"f367032e-5fc8-4db8-b935-57f8f8a8217e", CellID->987657601], Cell[CellGroupData[{ -Cell[16331, 436, 235, 4, 23, "Print",ExpressionUUID->"1e362969-4097-409f-a91d-53cce6e49efd", +Cell[16386, 441, 235, 4, 23, "Print",ExpressionUUID->"1e362969-4097-409f-a91d-53cce6e49efd", CellID->741450933], -Cell[16569, 442, 364, 8, 23, "Print",ExpressionUUID->"f13f0683-c39d-4906-a04e-ae4c9f022bbe", +Cell[16624, 447, 364, 8, 23, "Print",ExpressionUUID->"f13f0683-c39d-4906-a04e-ae4c9f022bbe", CellID->613261653], -Cell[16936, 452, 234, 4, 23, "Print",ExpressionUUID->"e0a22934-3af0-46be-b242-c800f6492528", +Cell[16991, 457, 234, 4, 23, "Print",ExpressionUUID->"e0a22934-3af0-46be-b242-c800f6492528", CellID->60016458], -Cell[17173, 458, 219, 3, 23, "Print",ExpressionUUID->"1c449b1c-f2fd-4b31-a0af-8fb2d6c8d1b4", +Cell[17228, 463, 219, 3, 23, "Print",ExpressionUUID->"1c449b1c-f2fd-4b31-a0af-8fb2d6c8d1b4", CellID->360319910], -Cell[17395, 463, 206, 3, 23, "Print",ExpressionUUID->"3f022e4d-9cf5-4b1a-b756-aaaa93842f52", +Cell[17450, 468, 206, 3, 23, "Print",ExpressionUUID->"3f022e4d-9cf5-4b1a-b756-aaaa93842f52", CellID->677681800], -Cell[17604, 468, 236, 4, 23, "Print",ExpressionUUID->"a0a5eb25-09cb-4b36-8c7b-6027a75d8c28", +Cell[17659, 473, 236, 4, 23, "Print",ExpressionUUID->"a0a5eb25-09cb-4b36-8c7b-6027a75d8c28", CellID->669847410], -Cell[17843, 474, 220, 3, 23, "Print",ExpressionUUID->"be78b197-873d-49b7-9c66-9762f0f6693e", +Cell[17898, 479, 220, 3, 23, "Print",ExpressionUUID->"be78b197-873d-49b7-9c66-9762f0f6693e", CellID->1403569286], -Cell[18066, 479, 236, 4, 23, "Print",ExpressionUUID->"8d423e2b-0627-404f-a28e-b72486878381", +Cell[18121, 484, 236, 4, 23, "Print",ExpressionUUID->"8d423e2b-0627-404f-a28e-b72486878381", CellID->1633600091], -Cell[18305, 485, 234, 4, 23, "Print",ExpressionUUID->"80c9ebc8-b8cc-4d84-8442-269083714d09", +Cell[18360, 490, 234, 4, 23, "Print",ExpressionUUID->"80c9ebc8-b8cc-4d84-8442-269083714d09", CellID->41137693], -Cell[18542, 491, 206, 3, 23, "Print",ExpressionUUID->"3a7dd1cb-6fb4-47d0-88b9-ae24f2017c24", +Cell[18597, 496, 206, 3, 23, "Print",ExpressionUUID->"3a7dd1cb-6fb4-47d0-88b9-ae24f2017c24", CellID->915658805], -Cell[18751, 496, 236, 4, 23, "Print",ExpressionUUID->"907544dc-c09e-4dd5-819d-0f2cab1c3d38", +Cell[18806, 501, 236, 4, 23, "Print",ExpressionUUID->"907544dc-c09e-4dd5-819d-0f2cab1c3d38", CellID->1040139561] }, Open ]] }, Open ]], -Cell[19014, 504, 136, 1, 70, "ExampleText",ExpressionUUID->"08e0f2ed-e7f3-4de0-afd1-4cf3332dc1ed", +Cell[19069, 509, 136, 1, 39, "ExampleText",ExpressionUUID->"08e0f2ed-e7f3-4de0-afd1-4cf3332dc1ed", CellID->696927899], -Cell[19153, 507, 235, 6, 70, "Input",ExpressionUUID->"ccc43f61-09eb-49c1-b639-6d62b9ed45ba", +Cell[19208, 512, 235, 6, 70, "Input",ExpressionUUID->"ccc43f61-09eb-49c1-b639-6d62b9ed45ba", CellID->1474721062], Cell[CellGroupData[{ -Cell[19413, 517, 359, 8, 70, "Input",ExpressionUUID->"2363189b-26ac-4866-8177-be4002fe5f58", +Cell[19468, 522, 359, 8, 70, "Input",ExpressionUUID->"2363189b-26ac-4866-8177-be4002fe5f58", CellID->596438976], -Cell[19775, 527, 361, 8, 36, "Output",ExpressionUUID->"a6f96833-e876-4d3e-88a9-c0f807445fba", +Cell[19830, 532, 361, 8, 36, "Output",ExpressionUUID->"a6f96833-e876-4d3e-88a9-c0f807445fba", CellID->900249943] }, Open ]], -Cell[20151, 538, 237, 6, 70, "Input",ExpressionUUID->"d28c52e7-06c3-465a-9797-2c4392536bde", +Cell[20206, 543, 237, 6, 70, "Input",ExpressionUUID->"d28c52e7-06c3-465a-9797-2c4392536bde", CellID->941494180], -Cell[20391, 546, 190, 4, 70, "ExampleText",ExpressionUUID->"69b69a03-3efa-4c9a-b8f3-787bc43eae8d", +Cell[20446, 551, 190, 4, 70, "ExampleText",ExpressionUUID->"69b69a03-3efa-4c9a-b8f3-787bc43eae8d", CellID->609794578], Cell[CellGroupData[{ -Cell[20606, 554, 166, 3, 70, "Input",ExpressionUUID->"9a762af4-8d04-4603-893a-c2b225b78309", +Cell[20661, 559, 166, 3, 70, "Input",ExpressionUUID->"9a762af4-8d04-4603-893a-c2b225b78309", CellID->480990044], -Cell[20775, 559, 173, 4, 36, "Output",ExpressionUUID->"bf242a85-d679-4e3b-a798-49e97e39e71a", +Cell[20830, 564, 173, 4, 36, "Output",ExpressionUUID->"bf242a85-d679-4e3b-a798-49e97e39e71a", CellID->1058636404] }, Open ]], -Cell[20963, 566, 187, 4, 70, "ExampleText",ExpressionUUID->"711bc5e6-3a3d-4256-b386-6d93e8e3b8e1", +Cell[21018, 571, 187, 4, 70, "ExampleText",ExpressionUUID->"711bc5e6-3a3d-4256-b386-6d93e8e3b8e1", CellID->753928772], Cell[CellGroupData[{ -Cell[21175, 574, 166, 3, 70, "Input",ExpressionUUID->"d0b852bb-cbd0-4b63-b108-8daa28a89059", +Cell[21230, 579, 166, 3, 70, "Input",ExpressionUUID->"d0b852bb-cbd0-4b63-b108-8daa28a89059", CellID->307756518], -Cell[21344, 579, 159, 3, 36, "Output",ExpressionUUID->"0e4a01a6-fa84-4f72-bcca-411535943b30", +Cell[21399, 584, 159, 3, 36, "Output",ExpressionUUID->"0e4a01a6-fa84-4f72-bcca-411535943b30", CellID->1631683622] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21800, 596, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"305b9046-ed24-4bc1-a093-185ece169cb9"], +Cell[27252, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"08bb8e48-85f2-4f12-83a8-a381d79268d4"], +Cell[27925, 766, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a7d62331-88ec-4c1f-9645-1213b3a20ff0"], +Cell[28961, 794, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"63a9cf30-1156-48b1-ba2f-68a0414a7742"], Cell[CellGroupData[{ -Cell[21767, 593, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"fd725908-626d-4ffc-8554-4193001d098e"], -Cell[27219, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d3bd7bd8-c51f-496b-84b9-4f335369d30f"] -}, Open ]], -Cell[27904, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"feceb228-0ebe-43e8-a926-0c6275125054"], -Cell[28940, 792, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"7d6f2f8f-ec55-4afc-8c35-5cd338a1d969"], -Cell[CellGroupData[{ -Cell[30553, 842, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3b924c6-19a3-43b3-b149-e7b99de4e241", +Cell[30574, 844, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3b924c6-19a3-43b3-b149-e7b99de4e241", CellID->174251628], -Cell[30693, 845, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"253b3c39-e2cb-4666-a85f-f654f38c3948", +Cell[30714, 847, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"253b3c39-e2cb-4666-a85f-f654f38c3948", CellID->1194386356], -Cell[30915, 851, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a7b88a0-80be-4371-a498-c4905584bb67", +Cell[30936, 853, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a7b88a0-80be-4371-a498-c4905584bb67", CellID->1641706272], -Cell[31130, 856, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"53578d0c-bfa2-457f-90c0-4295ad699e69", +Cell[31151, 858, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"53578d0c-bfa2-457f-90c0-4295ad699e69", CellID->399251956], -Cell[31359, 862, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f9c882d9-fa87-4d93-9700-ac30caafeb0d", +Cell[31380, 864, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f9c882d9-fa87-4d93-9700-ac30caafeb0d", CellID->821434655] }, Open ]], -Cell[31596, 868, 78, 0, 70, "FooterCell",ExpressionUUID->"8eb3efba-fec6-4993-9bc3-6605566ab425"] +Cell[31617, 870, 78, 0, 70, "FooterCell",ExpressionUUID->"b78520bd-2d70-4b55-8f22-1d30eb078c94"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NearRingQ.nb b/Documentation/English/ReferencePages/Symbols/NearRingQ.nb index f8b26a1..929f1db 100644 --- a/Documentation/English/ReferencePages/Symbols/NearRingQ.nb +++ b/Documentation/English/ReferencePages/Symbols/NearRingQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40191, 1041] -NotebookOptionsPosition[ 32349, 886] -NotebookOutlinePosition[ 34396, 939] -CellTagsIndexPosition[ 34311, 934] +NotebookDataLength[ 40198, 1041] +NotebookOptionsPosition[ 32370, 888] +NotebookOutlinePosition[ 34436, 941] +CellTagsIndexPosition[ 34351, 936] WindowTitle->NearRingQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "14dbc4cc-ae47-4487-93f1-d747e9d5e2f5"], + "4de78657-5e59-4377-a144-5baf6abe3ddd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2795ef99-8549-4796-b261-1b6e1a059ddc"], + "7e26b2e2-a0b7-4649-8645-8d1ba06ec9ab"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3e417f5e-29e9-412f-a0fa-de7030f18c91"] - }],ExpressionUUID->"c7f48ef5-f62a-4010-86c9-990874bfbd23"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "44499b08-97be-4439-bf68-4488cc406cb7"] + }],ExpressionUUID->"5f8ce1a2-a4f5-439b-8b6e-770fbbb107e9"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2fc67a7a-fc3e-4395-9ff1-24e66aa0c688"], + "6f49eecf-9990-4236-b0a8-969d4641a36e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1d1f71d7-925e-4878-a1c1-6a26e76868d1"] - }],ExpressionUUID->"01fc558b-44c1-4dd3-aeb7-45bccf2df391"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b6c2118b-4604-4ca8-8b27-5148cf37a490"] + }],ExpressionUUID->"6872a1ea-5327-44df-9532-0303ec73dbb1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e88c7c24-7ef9-429e-8d7b-34e3efb3391c"], + "ab32cf8e-fa9f-4d68-bca7-5a764ee3ebd3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39667d07-b654-4581-8047-2d04711229a2"] - }],ExpressionUUID->"09bf6a2b-2e9b-4834-a7d7-9fc59d5384da"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d53c9552-cf53-4ff5-ace0-91391f6e4969"] + }],ExpressionUUID->"e3bc9de1-e8d2-4da4-9968-81c12811d619"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e202e757-1188-4134-bcec-481dc18fcb0c"], + "ed1e6a8f-ed0d-47db-9399-3ba2f5b2a701"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "33bcdf30-413d-40fd-8fbc-8f4119155ad0"] - }],ExpressionUUID->"b11bee98-09a0-4ec3-81ea-b9c5dea6d5b1"], - StripOnInput->False], {"\<\"TUG/ref/NearRingQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NearRingQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NearRingQ.\ + "a14580a4-6d1c-4adf-9cfe-db7cbe3d32bc"] + }],ExpressionUUID->"6ab4e6cb-1167-481f-b8be-faa59ce18d9e"], + StripOnInput->False],{ + "\"TUG/ref/NearRingQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NearRingQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/NearRingQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$124291], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NearRingQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$133995], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NearRingQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b0921ad-1861-4dd0-bc33-951b7f4e8c60"] + "392a783f-ce96-41d1-99ac-b0ed3d53d177"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e3b393a2-f6d4-4d66-83ca-841a11149979"]} + "441044c8-d550-471f-891c-218a31a5971b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"0e6636d9-a557-46fc-9eee-340b46916f5d"], + CellID->1,ExpressionUUID->"5a452591-ad1e-45d2-9fb2-bd53288214f3"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"989b6469-d138-4bb3-a1a4-8e4dcd87c1f8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"802b7ca5-69e2-4831-ac01-c0f0a4160f03"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NearRingQ", "ObjectName",ExpressionUUID-> - "8a22a3c4-0720-4d21-873a-3ddffa4912a0"], + "94e0e099-d49d-4ce9-bc91-d950e745a135"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"45490e95-552f-4f99-98f7-0aa90e346f3f"], + "Spacer1"]],ExpressionUUID->"f1b745c2-d695-4cd5-95cf-7c4d6086d5f5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8cde4b64-d149-40e4-b0ba-8a8630d7f18c"] - }],ExpressionUUID->"c8bc3845-60a4-4c0d-80bc-fdb8e451efab"], Cell[BoxData[ + "cfbcabac-0f6d-498c-acc1-5ad12a95d10c"] + }],ExpressionUUID->"5f4acbd7-9297-42b8-844e-27f0fc2b22c0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "76f1cbdb-69e6-40bf-828b-bff44ee24741"]} + "681356e1-7ac3-4c95-9286-93908bfbe677"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"44ea3835-b229-4460-bb71-c55388693691"], + CacheGraphics->False,ExpressionUUID->"a7392fd2-a20e-4469-8973-0228605f8ff3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8718f2d6-d078-47fb-aaf8-1d647396551b"], " \[LineSeparator]checks if the collection of sets is a near ring." - }],ExpressionUUID->"d00a16bd-0773-4967-acf7-eae92fd39daa"]} + }],ExpressionUUID->"69c942e1-f895-4a57-aee0-22bb3b523ff6"]} }]], "Usage", CellID->946412414,ExpressionUUID->"e97208ac-2666-408f-88e1-76166f40f51b"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0c50a4cd-b644-42cb-aa57-45e5e6ab5f54"], + ExpressionUUID->"b0cd3eee-8001-4b27-8fcc-194d83da6652"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f359575a-8ad9-44e7-b063-10a2be6cd70c"], + "Spacer1"]],ExpressionUUID->"5411849a-76fe-4d85-a01d-722b746c5759"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"644279e3-9095-418d-a5d5-f1e18b332a5b"], + }], "NotesFrameText",ExpressionUUID->"a25e4c8c-cc7b-4f1c-96c1-1283243bb876"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7ce7bb39-0a56-4078-b071-22bfc733be30"]], \ + "Preemptive"]],ExpressionUUID->"45875acf-89a5-495d-9d64-6691b763893c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->890899861,ExpressionUUID->"f80146de-bf5c-4e6a-bffa-81dcfd27a756"], + CellID->1962816145,ExpressionUUID->"a15fda3f-974b-4111-bd5e-ed8011ff0e82"], Cell[TextData[{ "The expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a7281f92-a9c7-4afd-9c97-22ad094ff317"], + ExpressionUUID->"6e29de59-56c6-4ce4-93a4-f6c5088d76fd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d40fb5a7-fa9c-4978-bdc4-18d1f4044097"], + "Spacer1"]],ExpressionUUID->"dd0e49c4-ad7c-49fa-b20e-dd2e9f7b24cd"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8657a1ba-4bf9-40c3-911b-e2148c3ce7c9"] + "34fc5db7-1d64-4cae-b4f7-915a3adf1504"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->737222733,ExpressionUUID->"3202ce94-5d0f-4976-a0ca-e2b79df3f665"], + CellID->278802271,ExpressionUUID->"1d3675e3-e8d5-4ea5-825c-97a3e4b9e559"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4f8fd795-2aea-4dc5-900b-cb7494bd20a6"], + ExpressionUUID->"4d7b324e-188d-4c2a-83b7-71d237fa8c91"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2e517a4e-e9c9-40af-9ab9-7bd3bcde9525"], + "Spacer1"]],ExpressionUUID->"519774a0-ab1f-49c4-800e-05836ae30f85"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "430439ff-61b7-47c4-89ca-ff658bb9849f"] + "26c787c5-551c-4213-9522-ba74c858772b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1529750221,ExpressionUUID->"872da6cd-c347-46f0-9534-66dafce21840"], + CellID->827419585,ExpressionUUID->"372e649e-f5ac-415b-9585-e2a09584c504"], Cell["Loading the package:", "ExampleText", CellID->121163854,ExpressionUUID->"f0e8b1d8-17e5-486a-8cb7-2260131663ae"], @@ -588,8 +593,6 @@ Cell["and we obtain a confirmation.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -737,15 +740,15 @@ Cell[BoxData[GridBox[{ "252e3cd1-2c88-4289-a2fe-b460e58ab264"] }], "SeeAlso",ExpressionUUID->"0950242d-3421-4158-bffb-a08d9f797415"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"06cd4867-af60-4f83-bc3f-\ -f16092d34e02"], + }]], "SeeAlsoSection",ExpressionUUID->"47747edb-37ef-4e8d-8306-\ +8d22e6c1b140"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -757,9 +760,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"1f4a0083-fb68-4f5a-a647-8d43f1c98c39"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9b646e60-a4aa-4ea3-bf10-\ -23c806870f29"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ed9f9f7a-eff2-40c6-901e-\ +ac57b9a94cf4"], Cell[BoxData[GridBox[{ { @@ -776,7 +778,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "01bc409e-cf4e-4f20-a6ea-977602e6531d"]}]}, + "08e43734-8ea3-455b-8166-2171c4481a86"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -784,10 +786,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "47c4a556-ee6f-4e15-973b-d172555a73a6"]}]} + "63edee5b-0eb1-47ef-8070-f9bf1d0789fb"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e859e58e-f4e5-44eb-8ab0-\ -c15ee13dd2ca"], + }]], "MoreAboutSection",ExpressionUUID->"4127197b-2148-4850-ae1b-\ +a01a5c3ddf3a"], Cell[BoxData[GridBox[{ { @@ -814,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2da0a767-3f46-4c3a-bf52-136af192d9f6"]], "RelatedLinks", + "255b8924-f8ed-42c4-b72d-88503b77f39f"]], "RelatedLinks", ExpressionUUID->"96141bfb-fe3d-4362-9da0-f83878aeef03"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -831,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "95d6d1a5-9118-4d73-a12d-ac2e3fd7b1d6"]], "RelatedLinks", + "d79b2181-08f1-4999-93ee-2c61ac2af548"]], "RelatedLinks", ExpressionUUID->"ded97f77-5a38-4870-883f-1526398f5741"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -848,11 +850,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Kernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "754480c9-c87c-4d70-b7ae-370853ddd145"]], "RelatedLinks", + "2353fe01-cd67-42b5-a667-6c8277fd88fd"]], "RelatedLinks", ExpressionUUID->"84776fcd-8853-4270-97ca-61ba5754d901"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"782cbfe6-40c1-4c83-b125-\ -8287794c7d84"], + }]], "RelatedLinksSection",ExpressionUUID->"f7579502-2fad-435d-8f89-\ +1fb06d0e4d2f"], Cell[CellGroupData[{ @@ -882,11 +884,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"84673b37-e2ca-4f82-990d-c916719ae924"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6f8b2607-796d-41d6-89ff-45b7b1cd709b"] +Cell[" ", "FooterCell",ExpressionUUID->"85d7c3fc-088c-45eb-b586-51ec314ce188"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NearRingQ", TaggingRules->{ @@ -897,17 +899,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 3.352987}", + "built" -> "{2024, 6, 3, 16, 53, 57.741606}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "NearRingQ[collc, T] checks if the collection of sets is a near ring.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "NearRingQ", - "titlemodifier" -> "", "windowtitle" -> "NearRingQ", "type" -> "Symbol", - "uri" -> "TUG/ref/NearRingQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "NearRingQ", "type" -> "Symbol", "uri" -> "TUG/ref/NearRingQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -916,9 +918,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"951c6618-b667-4ec6-8c36-7d65368cf7f9" +ExpressionUUID->"41ec6a6f-c06b-489e-8e37-41e53c1e9063" ] (* End of Notebook Content *) @@ -926,123 +928,121 @@ ExpressionUUID->"951c6618-b667-4ec6-8c36-7d65368cf7f9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13371, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3202ce94-5d0f-4976-a0ca-e2b79df3f665", + Cell[13427, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1d3675e3-e8d5-4ea5-825c-97a3e4b9e559", CellTags->"PrimaryExamplesSection", - CellID->737222733]} + CellID->278802271]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34111, 927} + {"PrimaryExamplesSection", 34151, 929} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7064, 168, 56, "AnchorBarGrid",ExpressionUUID->"0e6636d9-a557-46fc-9eee-340b46916f5d", +Cell[581, 21, 7119, 173, 57, "AnchorBarGrid",ExpressionUUID->"5a452591-ad1e-45d2-9fb2-bd53288214f3", CellID->1], -Cell[7648, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"989b6469-d138-4bb3-a1a4-8e4dcd87c1f8"], +Cell[7703, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"802b7ca5-69e2-4831-ac01-c0f0a4160f03"], Cell[CellGroupData[{ -Cell[7759, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"44ea3835-b229-4460-bb71-c55388693691"], -Cell[9045, 232, 487, 10, 111, "Usage",ExpressionUUID->"e97208ac-2666-408f-88e1-76166f40f51b", +Cell[7814, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"a7392fd2-a20e-4469-8973-0228605f8ff3"], +Cell[9100, 237, 487, 10, 111, "Usage",ExpressionUUID->"e97208ac-2666-408f-88e1-76166f40f51b", CellID->946412414] }, Open ]], Cell[CellGroupData[{ -Cell[9569, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"f80146de-bf5c-4e6a-bffa-81dcfd27a756", +Cell[9624, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"a15fda3f-974b-4111-bd5e-ed8011ff0e82", CellGroupingRules->{"SectionGrouping", 50}, - CellID->890899861], -Cell[11466, 296, 851, 21, 57, "Notes",ExpressionUUID->"cf9201c8-8bf7-4365-bdd7-01ef21e9fd53", + CellID->1962816145], +Cell[11522, 301, 851, 21, 57, "Notes",ExpressionUUID->"cf9201c8-8bf7-4365-bdd7-01ef21e9fd53", CellID->824055453], -Cell[12320, 319, 489, 12, 37, "Notes",ExpressionUUID->"456047e3-921b-45aa-88b4-09f0dbd2c679", +Cell[12376, 324, 489, 12, 38, "Notes",ExpressionUUID->"456047e3-921b-45aa-88b4-09f0dbd2c679", CellID->177724765], -Cell[12812, 333, 258, 5, 57, "Notes",ExpressionUUID->"9964d406-fd10-45bb-8f0d-dc39db2dcf89", +Cell[12868, 338, 258, 5, 57, "Notes",ExpressionUUID->"9964d406-fd10-45bb-8f0d-dc39db2dcf89", CellID->1509299567], -Cell[13073, 340, 171, 3, 36, "Notes",ExpressionUUID->"4f49c7bc-4d9a-4a8d-a004-58ff6a5d7458", +Cell[13129, 345, 171, 3, 36, "Notes",ExpressionUUID->"4f49c7bc-4d9a-4a8d-a004-58ff6a5d7458", CellID->838406353] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13371, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3202ce94-5d0f-4976-a0ca-e2b79df3f665", +Cell[13427, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1d3675e3-e8d5-4ea5-825c-97a3e4b9e559", CellTags->"PrimaryExamplesSection", - CellID->737222733], + CellID->278802271], Cell[CellGroupData[{ -Cell[14816, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"872da6cd-c347-46f0-9534-66dafce21840", - CellID->1529750221], -Cell[16218, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"f0e8b1d8-17e5-486a-8cb7-2260131663ae", +Cell[14872, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"372e649e-f5ac-415b-9585-e2a09584c504", + CellID->827419585], +Cell[16273, 433, 118, 1, 39, "ExampleText",ExpressionUUID->"f0e8b1d8-17e5-486a-8cb7-2260131663ae", CellID->121163854], Cell[CellGroupData[{ -Cell[16361, 433, 168, 3, 27, "Input",ExpressionUUID->"5efac47c-fefc-455f-be6f-adc0482c8ceb", +Cell[16416, 438, 168, 3, 27, "Input",ExpressionUUID->"5efac47c-fefc-455f-be6f-adc0482c8ceb", CellID->1890841139], Cell[CellGroupData[{ -Cell[16554, 440, 236, 4, 23, "Print",ExpressionUUID->"e87f257c-979e-4203-b0dd-c7d987a7455c", +Cell[16609, 445, 236, 4, 23, "Print",ExpressionUUID->"e87f257c-979e-4203-b0dd-c7d987a7455c", CellID->1376056744], -Cell[16793, 446, 365, 8, 23, "Print",ExpressionUUID->"a9ca4bc8-54a7-4209-8bc5-797ee8618dfb", +Cell[16848, 451, 365, 8, 23, "Print",ExpressionUUID->"a9ca4bc8-54a7-4209-8bc5-797ee8618dfb", CellID->1346271810], -Cell[17161, 456, 236, 4, 23, "Print",ExpressionUUID->"094f9dd1-9e95-42de-bd92-502cfeb90cd4", +Cell[17216, 461, 236, 4, 23, "Print",ExpressionUUID->"094f9dd1-9e95-42de-bd92-502cfeb90cd4", CellID->1038460654], -Cell[17400, 462, 219, 3, 23, "Print",ExpressionUUID->"8894d1d1-370f-47d9-b474-ade5a2f2091d", +Cell[17455, 467, 219, 3, 23, "Print",ExpressionUUID->"8894d1d1-370f-47d9-b474-ade5a2f2091d", CellID->150335055], -Cell[17622, 467, 206, 3, 23, "Print",ExpressionUUID->"58456c9a-0ba6-44cc-b3aa-d1a2b008bfca", +Cell[17677, 472, 206, 3, 23, "Print",ExpressionUUID->"58456c9a-0ba6-44cc-b3aa-d1a2b008bfca", CellID->481857575], -Cell[17831, 472, 236, 4, 23, "Print",ExpressionUUID->"5d027f40-77cd-4a85-b610-211225fec3c9", +Cell[17886, 477, 236, 4, 23, "Print",ExpressionUUID->"5d027f40-77cd-4a85-b610-211225fec3c9", CellID->175730042], -Cell[18070, 478, 220, 3, 23, "Print",ExpressionUUID->"9a844b3d-44ad-4543-9155-e59e9fe8fc0f", +Cell[18125, 483, 220, 3, 23, "Print",ExpressionUUID->"9a844b3d-44ad-4543-9155-e59e9fe8fc0f", CellID->1595212994], -Cell[18293, 483, 235, 4, 23, "Print",ExpressionUUID->"7d28e781-b6d8-400f-b374-7575a4ac16a1", +Cell[18348, 488, 235, 4, 23, "Print",ExpressionUUID->"7d28e781-b6d8-400f-b374-7575a4ac16a1", CellID->836149590], -Cell[18531, 489, 236, 4, 23, "Print",ExpressionUUID->"4e2949d6-3861-41cd-b69c-0d21bdac41e2", +Cell[18586, 494, 236, 4, 23, "Print",ExpressionUUID->"4e2949d6-3861-41cd-b69c-0d21bdac41e2", CellID->2081115361], -Cell[18770, 495, 206, 3, 23, "Print",ExpressionUUID->"534349ea-d1f8-41cd-9cdf-5456a4178a03", +Cell[18825, 500, 206, 3, 23, "Print",ExpressionUUID->"534349ea-d1f8-41cd-9cdf-5456a4178a03", CellID->692814074], -Cell[18979, 500, 236, 4, 70, "Print",ExpressionUUID->"dcedba57-cbd6-4995-93f6-e61835ed5339", +Cell[19034, 505, 236, 4, 23, "Print",ExpressionUUID->"dcedba57-cbd6-4995-93f6-e61835ed5339", CellID->1574383508] }, Open ]] }, Open ]], -Cell[19242, 508, 133, 1, 70, "ExampleText",ExpressionUUID->"e6be7b33-4cf7-43bc-8f35-34959336ae6a", +Cell[19297, 513, 133, 1, 70, "ExampleText",ExpressionUUID->"e6be7b33-4cf7-43bc-8f35-34959336ae6a", CellID->649255032], -Cell[19378, 511, 234, 6, 70, "Input",ExpressionUUID->"ab05eeb6-84b0-4a86-861d-b6a71507c0d1", +Cell[19433, 516, 234, 6, 70, "Input",ExpressionUUID->"ab05eeb6-84b0-4a86-861d-b6a71507c0d1", CellID->990069601], -Cell[19615, 519, 190, 4, 70, "ExampleText",ExpressionUUID->"1e1d84a0-e524-4d69-b712-25fecbf47a05", +Cell[19670, 524, 190, 4, 70, "ExampleText",ExpressionUUID->"1e1d84a0-e524-4d69-b712-25fecbf47a05", CellID->262784967], Cell[CellGroupData[{ -Cell[19830, 527, 166, 3, 70, "Input",ExpressionUUID->"3904313f-131c-443b-8e68-47d57e015536", +Cell[19885, 532, 166, 3, 70, "Input",ExpressionUUID->"3904313f-131c-443b-8e68-47d57e015536", CellID->551624069], -Cell[19999, 532, 172, 4, 36, "Output",ExpressionUUID->"85b513fe-a702-4264-9b58-3ffe3f7a493d", +Cell[20054, 537, 172, 4, 36, "Output",ExpressionUUID->"85b513fe-a702-4264-9b58-3ffe3f7a493d", CellID->382925422] }, Open ]], -Cell[20186, 539, 186, 4, 70, "ExampleText",ExpressionUUID->"cc6902e8-b754-4db1-bc64-93d47b956774", +Cell[20241, 544, 186, 4, 70, "ExampleText",ExpressionUUID->"cc6902e8-b754-4db1-bc64-93d47b956774", CellID->1014442661], -Cell[20375, 545, 525, 15, 70, "Input",ExpressionUUID->"71a949b4-3b91-432e-9daf-c58957c9f8d5", +Cell[20430, 550, 525, 15, 70, "Input",ExpressionUUID->"71a949b4-3b91-432e-9daf-c58957c9f8d5", CellID->156696911], -Cell[20903, 562, 166, 3, 70, "ExampleText",ExpressionUUID->"a5904a90-0799-40b5-8cb8-1d5a8ad3ef1d", +Cell[20958, 567, 166, 3, 70, "ExampleText",ExpressionUUID->"a5904a90-0799-40b5-8cb8-1d5a8ad3ef1d", CellID->43657326], Cell[CellGroupData[{ -Cell[21094, 569, 185, 4, 70, "Input",ExpressionUUID->"e99df6fc-b52b-467a-b9d7-654956eeb4ee", +Cell[21149, 574, 185, 4, 70, "Input",ExpressionUUID->"e99df6fc-b52b-467a-b9d7-654956eeb4ee", CellID->99354519], -Cell[21282, 575, 159, 3, 36, "Output",ExpressionUUID->"fa6dd162-0d58-48e8-b6a4-0c55b25a46fd", +Cell[21337, 580, 159, 3, 36, "Output",ExpressionUUID->"fa6dd162-0d58-48e8-b6a4-0c55b25a46fd", CellID->1612106909] }, Open ]], -Cell[21456, 581, 127, 1, 70, "ExampleText",ExpressionUUID->"b317e56f-5543-46af-9f0b-5d3ae317dff5", +Cell[21511, 586, 127, 1, 70, "ExampleText",ExpressionUUID->"b317e56f-5543-46af-9f0b-5d3ae317dff5", CellID->700595405] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21868, 595, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"47747edb-37ef-4e8d-8306-8d22e6c1b140"], +Cell[27320, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ed9f9f7a-eff2-40c6-901e-ac57b9a94cf4"], +Cell[27993, 765, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4127197b-2148-4850-ae1b-a01a5c3ddf3a"], +Cell[29029, 793, 2191, 63, 70, "RelatedLinksSection",ExpressionUUID->"f7579502-2fad-435d-8f89-1fb06d0e4d2f"], Cell[CellGroupData[{ -Cell[21835, 592, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"06cd4867-af60-4f83-bc3f-f16092d34e02"], -Cell[27287, 742, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9b646e60-a4aa-4ea3-bf10-23c806870f29"] -}, Open ]], -Cell[27972, 763, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e859e58e-f4e5-44eb-8ab0-c15ee13dd2ca"], -Cell[29008, 791, 2191, 63, 70, "RelatedLinksSection",ExpressionUUID->"782cbfe6-40c1-4c83-b125-8287794c7d84"], -Cell[CellGroupData[{ -Cell[31224, 858, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5e100068-7fdd-430c-9e79-aa7124ac3014", +Cell[31245, 860, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5e100068-7fdd-430c-9e79-aa7124ac3014", CellID->174251628], -Cell[31364, 861, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1cd8c55e-0cf2-475c-9f28-a6e8b175ca9b", +Cell[31385, 863, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1cd8c55e-0cf2-475c-9f28-a6e8b175ca9b", CellID->1194386356], -Cell[31586, 867, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94de7dd0-0772-41fa-88a8-76b32abef396", +Cell[31607, 869, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94de7dd0-0772-41fa-88a8-76b32abef396", CellID->1641706272], -Cell[31801, 872, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"623a171b-fc8a-4440-8893-b9286396356d", +Cell[31822, 874, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"623a171b-fc8a-4440-8893-b9286396356d", CellID->399251956], -Cell[32030, 878, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84673b37-e2ca-4f82-990d-c916719ae924", +Cell[32051, 880, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84673b37-e2ca-4f82-990d-c916719ae924", CellID->821434655] }, Open ]], -Cell[32267, 884, 78, 0, 70, "FooterCell",ExpressionUUID->"6f8b2607-796d-41d6-89ff-45b7b1cd709b"] +Cell[32288, 886, 78, 0, 70, "FooterCell",ExpressionUUID->"85d7c3fc-088c-45eb-b586-51ec314ce188"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NewShapley.nb b/Documentation/English/ReferencePages/Symbols/NewShapley.nb index 36b7f83..852b1e9 100644 --- a/Documentation/English/ReferencePages/Symbols/NewShapley.nb +++ b/Documentation/English/ReferencePages/Symbols/NewShapley.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41051, 1055] -NotebookOptionsPosition[ 32680, 890] -NotebookOutlinePosition[ 34765, 943] -CellTagsIndexPosition[ 34680, 938] +NotebookDataLength[ 41055, 1055] +NotebookOptionsPosition[ 32692, 891] +NotebookOutlinePosition[ 34802, 945] +CellTagsIndexPosition[ 34717, 940] WindowTitle->NewShapley WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8a8d9ecb-ec54-4176-8c3a-da0fcd36f4e5"], + "b61b6f45-8bfa-486b-b580-c91dfa53f102"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a79d0efd-8d7b-4ddd-8145-372f5e977886"], + "3ef30589-87de-4391-9769-de9882085a0c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e587b3b0-dc45-4094-a211-f2ed339582d1"] - }],ExpressionUUID->"10777135-4b45-4036-81fb-bcc0c0d93e61"], - StripOnInput->False], {"\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f9d80495-991f-47d5-8c23-f0487db10e45"] + }],ExpressionUUID->"e96a5c1d-e993-47f1-8327-39418b385749"], + StripOnInput->False],{ + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3ef519b8-d06b-4426-b515-f05706648168"], + "dbe6ea38-5299-4622-ac1c-7d3147ef4e12"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be06228f-6e40-4d11-8a75-1ae909718ec0"] - }],ExpressionUUID->"0279cbf7-a4f0-48e9-82b7-f891069233f9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0137d21d-1026-4ad5-a8e8-463a88bc9a31"] + }],ExpressionUUID->"ad84a0e4-936f-450f-9b9f-5dc6018136da"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c1ccd1a5-5887-41c8-a159-c80a0b175401"], + "b6f9ea4c-36db-4afe-b3be-b378dae32066"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8df90cd8-93fb-48cb-bab9-dd1468348ba1"] - }],ExpressionUUID->"e94b5134-9fec-4faa-aae0-25c71c9113f1"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "126a88d5-0535-4898-9a7c-bf7449404118"] + }],ExpressionUUID->"b8e9832f-230b-4157-996f-049f9ba50c3f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8a352712-8266-478d-9630-7f8cc66cf77f"], + "802500b8-0f51-4387-8a45-9df0548db278"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8fc8e9c1-c431-4104-8865-35c56acc0601"] - }],ExpressionUUID->"e6fd318e-fb31-4e78-941a-598e51fb6129"], - StripOnInput->False], {"\<\"TUG/ref/NewShapley\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NewShapley"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NewShapley.\ + "57c7139b-fe9c-4ed3-9f80-ec89b309b36a"] + }],ExpressionUUID->"473cfa82-5068-495b-9041-58d1e9b9aeef"], + StripOnInput->False],{ + "\"TUG/ref/NewShapley\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NewShapley"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/NewShapley.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$124851], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NewShapley" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$134589], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NewShapley" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ec5db01e-547b-414a-83c3-5b23a2b32b22"] + "af97b6c6-e618-4d97-950b-06f106282341"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "97bd66ef-3a88-49c1-bf28-00d56bc01acb"]} + "2bdd7f2b-9204-4cd7-9c0c-b420a25ea29f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2a360d4c-ad72-4c79-8c8e-e6f2979a342f"], + CellID->1,ExpressionUUID->"d67c1771-9aa7-4937-9070-f10c61ebe457"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b74b9fdd-8b3f-485c-8b85-e0ac2f2e0ceb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e3cb6240-58c1-4627-b75a-1615f7da6164"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NewShapley", "ObjectName",ExpressionUUID-> - "d00f412e-4349-4447-a813-d63eaabcf33d"], + "421c7d9f-978c-4bd8-8de8-f74d71b32069"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9625025a-fd53-4267-bae5-7451aa70cb01"], + "Spacer1"]],ExpressionUUID->"49c9ad1d-3fa7-4a4d-96c5-5892596f1b2b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "efa89841-6807-4c01-8f14-e1f84f9c9134"] - }],ExpressionUUID->"fe041185-2de2-47e2-891a-c293ceaf6911"], Cell[BoxData[ + "15e9b11d-23cb-4839-9eb5-274585454198"] + }],ExpressionUUID->"9862cd10-2b67-44ed-a6c9-e8b7623c9978"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "de9c9061-5a68-42d7-a025-2fbcb8563191"]} + "0750d1a7-540a-470c-8135-68b8acd16192"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c561a7b5-0505-45e0-b66a-88656db632fc"], + CacheGraphics->False,ExpressionUUID->"f06bd6dd-fd5c-4503-afe0-bb2062a8c9a8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "4444e174-5fce-4d11-ae60-7927d86a6ed3"], " \[LineSeparator]calculates the Shapley value of the game based on the \ marginal contributions of players." - }],ExpressionUUID->"ce0d2e24-8686-4160-9927-dc14bbcf06f7"]} + }],ExpressionUUID->"01aab216-85cf-4d25-ae73-091f19e16e8f"]} }]], "Usage", CellID->1631569512,ExpressionUUID->"240a868c-9d32-41cd-90f4-ef9402ce9819"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"89d0aeb7-755a-4986-b499-77ce65f89a63"], + ExpressionUUID->"4304e55d-0dfd-4191-93a6-a44740919dbe"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93480605-b078-478f-8ee3-fd2fdc69cc1a"], + "Spacer1"]],ExpressionUUID->"49753f6e-51be-4588-911e-249bdcc1c023"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"47e42f56-3a76-498d-8328-6b09ddaf0d06"], + }], "NotesFrameText",ExpressionUUID->"0309804b-5c16-42e9-b5a2-354725a22063"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4cb93687-2bba-4319-bc03-c127bef4b265"]], \ + "Preemptive"]],ExpressionUUID->"baa38182-727c-4c86-a259-ca28e38518a2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1409055117,ExpressionUUID->"b086751a-2cd8-4ee9-970e-f3c40ed580cc"], + CellID->766885242,ExpressionUUID->"3f5e217d-51e4-4bda-96fe-94fe66542e8f"], Cell[TextData[{ "The input expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c2863a95-2d10-4ccb-b745-0477ad46a9be"], + ExpressionUUID->"a732ea4b-b6da-440b-9f27-8082d024260a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a18cfe84-a850-437f-bf9e-6351709110af"], + "Spacer1"]],ExpressionUUID->"ddb5c984-70b3-4778-8485-cf7d9b935803"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c85e069e-ac4c-4f29-890d-4588fa7db4ff"] + "4d3d99ea-f391-4c61-bdb3-3ff5106bd6d3"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->554762976,ExpressionUUID->"1021f06a-b711-496b-9a5f-09cc9cd37f32"], + CellID->1496848026,ExpressionUUID->"348685d4-ae8f-4ef5-a0b7-de453118ee69"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"11447d1a-755d-457e-9a26-78593bc843b6"], + ExpressionUUID->"fe4ee6f0-0db9-4ad6-83d4-e8b32d25072c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b7d519c8-eaa3-4329-912e-c19de862aaf3"], + "Spacer1"]],ExpressionUUID->"4c2590ea-60ab-4060-9440-a8a6f5e6fda2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "530f1487-8370-4394-a477-6d59995c2500"] + "3467d1a3-ca00-433e-8a6a-cbeee7442f1d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->453357274,ExpressionUUID->"f0bb3192-9664-420c-8b2a-b5af1648e5d5"], + CellID->933804751,ExpressionUUID->"d97612d8-c50b-45b1-88ff-74cf6616b7b4"], Cell["Loading the package:", "ExampleText", CellID->30075209,ExpressionUUID->"9a55f362-95f4-4f74-8593-ab863870559f"], @@ -609,8 +613,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -758,15 +760,15 @@ Cell[BoxData[GridBox[{ "dd2ed3d6-e976-401e-bf51-dda9e9af0693"] }], "SeeAlso",ExpressionUUID->"30c5b6ff-f435-4382-b051-80d8e919bfe0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b2904c12-78e4-4eb9-bf59-\ -d8aee959e723"], + }]], "SeeAlsoSection",ExpressionUUID->"2cdae29f-8106-4f50-9f54-\ +9f496e3fb852"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -778,9 +780,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"23573f4b-b919-4560-8623-7e8ea15b5ea5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e8be1e0f-26a0-4479-9da6-\ -6f47adac07ee"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"40e4845d-9623-4a20-abbd-\ +f6e9e51268b1"], Cell[BoxData[GridBox[{ { @@ -797,7 +798,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3b461c16-e807-422e-b514-e3e931fe51b8"]}]}, + "339e39be-e91c-4a30-bb21-6c5392e3cf1a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -805,10 +806,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "73ae2524-4caf-4232-b491-5af6526ff65d"]}]} + "f94ebd24-8eaf-4d85-9b3a-f8a6a8ae94f2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1e5e95d5-10bb-4ba9-b72f-\ -201255c018e3"], + }]], "MoreAboutSection",ExpressionUUID->"1ebcc502-75d3-4d0f-b071-\ +43e81814519d"], Cell[BoxData[GridBox[{ { @@ -835,7 +836,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "01b01a60-6a0e-4543-adf0-aebbec71ecd5"]], "RelatedLinks", + "0909b769-158b-4683-b89b-c4c09699cd67"]], "RelatedLinks", ExpressionUUID->"196bb912-b6d6-4835-8064-d2d90056aa2b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -852,11 +853,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c8b5fee9-852b-40e4-bb12-495cd5b925b4"]], "RelatedLinks", + "5fe7a179-49bf-41c9-8b33-1f89a174aff4"]], "RelatedLinks", ExpressionUUID->"87eb3276-7fc8-435d-b7b4-3c42da373dd5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4b73ee2f-34e7-4a37-a52c-\ -9eb2061993ca"], + }]], "RelatedLinksSection",ExpressionUUID->"0d0640af-f15a-404a-802f-\ +a343c40c153f"], Cell[CellGroupData[{ @@ -886,11 +887,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d84d9b3e-aa44-472d-b53a-a559aebd3343"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1e4017aa-abac-4d27-a79f-a1c32cca29d2"] +Cell[" ", "FooterCell",ExpressionUUID->"08ab3b31-1ecb-44f5-9abf-87ade404745c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NewShapley", TaggingRules->{ @@ -901,17 +902,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 4.727067}", + "built" -> "{2024, 6, 3, 16, 53, 58.434997}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "NewShapley[game] calculates the Shapley value of the game based on the \ marginal contributions of players.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "NewShapley", "titlemodifier" -> "", "windowtitle" -> - "NewShapley", "type" -> "Symbol", "uri" -> "TUG/ref/NewShapley"}}, + "title" -> "NewShapley", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "NewShapley", "type" -> "Symbol", "uri" -> + "TUG/ref/NewShapley"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -920,9 +922,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4f639ff4-b1ea-4127-bbbf-92b7a5a86791" +ExpressionUUID->"47a9f086-838e-4d9d-94d1-cebe5d60927a" ] (* End of Notebook Content *) @@ -930,133 +932,131 @@ ExpressionUUID->"4f639ff4-b1ea-4127-bbbf-92b7a5a86791" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13623, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1021f06a-b711-496b-9a5f-09cc9cd37f32", + Cell[13668, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"348685d4-ae8f-4ef5-a0b7-de453118ee69", CellTags->"PrimaryExamplesSection", - CellID->554762976]} + CellID->1496848026]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34480, 931} + {"PrimaryExamplesSection", 34516, 933} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7135, 169, 56, "AnchorBarGrid",ExpressionUUID->"2a360d4c-ad72-4c79-8c8e-e6f2979a342f", +Cell[582, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"d67c1771-9aa7-4937-9070-f10c61ebe457", CellID->1], -Cell[7720, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b74b9fdd-8b3f-485c-8b85-e0ac2f2e0ceb"], +Cell[7766, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e3cb6240-58c1-4627-b75a-1615f7da6164"], Cell[CellGroupData[{ -Cell[7831, 196, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"c561a7b5-0505-45e0-b66a-88656db632fc"], -Cell[9118, 233, 502, 10, 111, "Usage",ExpressionUUID->"240a868c-9d32-41cd-90f4-ef9402ce9819", +Cell[7877, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"f06bd6dd-fd5c-4503-afe0-bb2062a8c9a8"], +Cell[9164, 237, 502, 10, 111, "Usage",ExpressionUUID->"240a868c-9d32-41cd-90f4-ef9402ce9819", CellID->1631569512] }, Open ]], Cell[CellGroupData[{ -Cell[9657, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"b086751a-2cd8-4ee9-970e-f3c40ed580cc", +Cell[9703, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"3f5e217d-51e4-4bda-96fe-94fe66542e8f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1409055117], -Cell[11555, 297, 515, 12, 57, "Notes",ExpressionUUID->"4158c281-f575-4978-ae14-7ef381a11c6c", + CellID->766885242], +Cell[11600, 301, 515, 12, 57, "Notes",ExpressionUUID->"4158c281-f575-4978-ae14-7ef381a11c6c", CellID->1014199156], -Cell[12073, 311, 489, 12, 37, "Notes",ExpressionUUID->"b920e1b0-e0f3-49a6-b557-df976ce1cf37", +Cell[12118, 315, 489, 12, 38, "Notes",ExpressionUUID->"b920e1b0-e0f3-49a6-b557-df976ce1cf37", CellID->177724765], -Cell[12565, 325, 232, 4, 36, "Notes",ExpressionUUID->"4cd9e70e-1f71-4334-9932-76a5f51d9cf6", +Cell[12610, 329, 232, 4, 36, "Notes",ExpressionUUID->"4cd9e70e-1f71-4334-9932-76a5f51d9cf6", CellID->2011306874], -Cell[12800, 331, 146, 1, 36, "Notes",ExpressionUUID->"07eb3d86-c9b7-487b-b353-eadf3ba53537", +Cell[12845, 335, 146, 1, 36, "Notes",ExpressionUUID->"07eb3d86-c9b7-487b-b353-eadf3ba53537", CellID->864458735], -Cell[12949, 334, 147, 1, 36, "Notes",ExpressionUUID->"315567fa-6e12-439d-96e5-3439b858d44c", +Cell[12994, 338, 147, 1, 36, "Notes",ExpressionUUID->"315567fa-6e12-439d-96e5-3439b858d44c", CellID->927884890], -Cell[13099, 337, 397, 6, 57, "Notes",ExpressionUUID->"a704f790-f669-451f-ba03-23647bad7953", +Cell[13144, 341, 397, 6, 57, "Notes",ExpressionUUID->"a704f790-f669-451f-ba03-23647bad7953", CellID->1057531015] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13623, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1021f06a-b711-496b-9a5f-09cc9cd37f32", +Cell[13668, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"348685d4-ae8f-4ef5-a0b7-de453118ee69", CellTags->"PrimaryExamplesSection", - CellID->554762976], + CellID->1496848026], Cell[CellGroupData[{ -Cell[15068, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f0bb3192-9664-420c-8b2a-b5af1648e5d5", - CellID->453357274], -Cell[16469, 428, 117, 1, 38, "ExampleText",ExpressionUUID->"9a55f362-95f4-4f74-8593-ab863870559f", +Cell[15114, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d97612d8-c50b-45b1-88ff-74cf6616b7b4", + CellID->933804751], +Cell[16515, 432, 117, 1, 39, "ExampleText",ExpressionUUID->"9a55f362-95f4-4f74-8593-ab863870559f", CellID->30075209], Cell[CellGroupData[{ -Cell[16611, 433, 167, 3, 27, "Input",ExpressionUUID->"47b24a69-6e33-43e5-abb3-97ee2195dd90", +Cell[16657, 437, 167, 3, 27, "Input",ExpressionUUID->"47b24a69-6e33-43e5-abb3-97ee2195dd90", CellID->539851645], Cell[CellGroupData[{ -Cell[16803, 440, 236, 4, 23, "Print",ExpressionUUID->"dabfc562-d7fe-444c-a66f-925efd5eea25", +Cell[16849, 444, 236, 4, 23, "Print",ExpressionUUID->"dabfc562-d7fe-444c-a66f-925efd5eea25", CellID->1191919512], -Cell[17042, 446, 365, 8, 23, "Print",ExpressionUUID->"39aa64a0-b030-47a6-8f64-e3f23b4c8474", +Cell[17088, 450, 365, 8, 23, "Print",ExpressionUUID->"39aa64a0-b030-47a6-8f64-e3f23b4c8474", CellID->1448401790], -Cell[17410, 456, 236, 4, 23, "Print",ExpressionUUID->"b0759aee-f40f-4143-9d33-f83576fc1954", +Cell[17456, 460, 236, 4, 23, "Print",ExpressionUUID->"b0759aee-f40f-4143-9d33-f83576fc1954", CellID->1408911362], -Cell[17649, 462, 219, 3, 23, "Print",ExpressionUUID->"5f0ad431-b295-4738-b6bf-31ca6c0753bf", +Cell[17695, 466, 219, 3, 23, "Print",ExpressionUUID->"5f0ad431-b295-4738-b6bf-31ca6c0753bf", CellID->190781167], -Cell[17871, 467, 207, 3, 23, "Print",ExpressionUUID->"19169626-6f53-46c6-932d-9523f0905cb4", +Cell[17917, 471, 207, 3, 23, "Print",ExpressionUUID->"19169626-6f53-46c6-932d-9523f0905cb4", CellID->1671928016], -Cell[18081, 472, 237, 4, 23, "Print",ExpressionUUID->"234b64ac-89a3-49e9-bad2-306aa40d347a", +Cell[18127, 476, 237, 4, 23, "Print",ExpressionUUID->"234b64ac-89a3-49e9-bad2-306aa40d347a", CellID->1044705662], -Cell[18321, 478, 218, 3, 23, "Print",ExpressionUUID->"a2efb519-f829-41b9-997a-5b4efb254f3c", +Cell[18367, 482, 218, 3, 23, "Print",ExpressionUUID->"a2efb519-f829-41b9-997a-5b4efb254f3c", CellID->63713359], -Cell[18542, 483, 236, 4, 70, "Print",ExpressionUUID->"8e9c4648-7748-448c-8fef-be73d09f948b", +Cell[18588, 487, 236, 4, 70, "Print",ExpressionUUID->"8e9c4648-7748-448c-8fef-be73d09f948b", CellID->1718113077], -Cell[18781, 489, 235, 4, 70, "Print",ExpressionUUID->"f20da7a1-6da6-4e75-bf03-f16323d467fa", +Cell[18827, 493, 235, 4, 70, "Print",ExpressionUUID->"f20da7a1-6da6-4e75-bf03-f16323d467fa", CellID->726151406], -Cell[19019, 495, 207, 3, 70, "Print",ExpressionUUID->"50a48a2f-246f-4936-934e-d0ca32908e21", +Cell[19065, 499, 207, 3, 70, "Print",ExpressionUUID->"50a48a2f-246f-4936-934e-d0ca32908e21", CellID->1165507249], -Cell[19229, 500, 236, 4, 70, "Print",ExpressionUUID->"1bdfdb43-2a59-4a0c-9040-80f509571019", +Cell[19275, 504, 236, 4, 70, "Print",ExpressionUUID->"1bdfdb43-2a59-4a0c-9040-80f509571019", CellID->1875096681] }, Open ]] }, Open ]], -Cell[19492, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"8567b0d6-4067-400b-9189-aa51574e4550", +Cell[19538, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"8567b0d6-4067-400b-9189-aa51574e4550", CellID->263461403], -Cell[19631, 511, 235, 6, 70, "Input",ExpressionUUID->"e13dc664-2031-4e07-b070-d1491e3ee327", +Cell[19677, 515, 235, 6, 70, "Input",ExpressionUUID->"e13dc664-2031-4e07-b070-d1491e3ee327", CellID->1497900706], -Cell[19869, 519, 380, 9, 70, "Input",ExpressionUUID->"281cf431-551f-4733-9666-41d2d2f90fb0", +Cell[19915, 523, 380, 9, 70, "Input",ExpressionUUID->"281cf431-551f-4733-9666-41d2d2f90fb0", CellID->380757386], -Cell[20252, 530, 238, 6, 70, "Input",ExpressionUUID->"8d71fb27-ca52-41d2-bd25-fc0d8c81b2d0", +Cell[20298, 534, 238, 6, 70, "Input",ExpressionUUID->"8d71fb27-ca52-41d2-bd25-fc0d8c81b2d0", CellID->1242591589], -Cell[20493, 538, 190, 4, 70, "ExampleText",ExpressionUUID->"b175f27a-77fe-4009-b3b0-a88578ab8336", +Cell[20539, 542, 190, 4, 70, "ExampleText",ExpressionUUID->"b175f27a-77fe-4009-b3b0-a88578ab8336", CellID->726153915], Cell[CellGroupData[{ -Cell[20708, 546, 167, 3, 70, "Input",ExpressionUUID->"c240bbcb-06d6-4e4d-b8eb-e5f85450e351", +Cell[20754, 550, 167, 3, 70, "Input",ExpressionUUID->"c240bbcb-06d6-4e4d-b8eb-e5f85450e351", CellID->881335528], -Cell[20878, 551, 172, 4, 36, "Output",ExpressionUUID->"6fbe600f-9ea8-48bf-9e93-b469294a0d07", +Cell[20924, 555, 172, 4, 36, "Output",ExpressionUUID->"6fbe600f-9ea8-48bf-9e93-b469294a0d07", CellID->784116872] }, Open ]], -Cell[21065, 558, 140, 1, 70, "ExampleText",ExpressionUUID->"c5c63625-47cf-4192-bfb5-c76070036544", +Cell[21111, 562, 140, 1, 70, "ExampleText",ExpressionUUID->"c5c63625-47cf-4192-bfb5-c76070036544", CellID->1753876837], Cell[CellGroupData[{ -Cell[21230, 563, 192, 4, 70, "Input",ExpressionUUID->"9f441a57-ef65-4fd3-91c5-f12092b0a8ea", +Cell[21276, 567, 192, 4, 70, "Input",ExpressionUUID->"9f441a57-ef65-4fd3-91c5-f12092b0a8ea", CellID->248127171], -Cell[21425, 569, 318, 9, 51, "Output",ExpressionUUID->"76a34dc0-15ba-4941-8d5d-3b5c391c273c", +Cell[21471, 573, 318, 9, 50, "Output",ExpressionUUID->"76a34dc0-15ba-4941-8d5d-3b5c391c273c", CellID->1366547062] }, Open ]], -Cell[21758, 581, 167, 3, 70, "ExampleText",ExpressionUUID->"53eb51ab-b8e7-4946-9e5d-78d223ac9134", +Cell[21804, 585, 167, 3, 70, "ExampleText",ExpressionUUID->"53eb51ab-b8e7-4946-9e5d-78d223ac9134", CellID->807411890], Cell[CellGroupData[{ -Cell[21950, 588, 170, 3, 70, "Input",ExpressionUUID->"3f5df8ec-09c4-4f2e-9fd5-68487286b39f", +Cell[21996, 592, 170, 3, 70, "Input",ExpressionUUID->"3f5df8ec-09c4-4f2e-9fd5-68487286b39f", CellID->2060123839], -Cell[22123, 593, 318, 9, 51, "Output",ExpressionUUID->"32f6092e-f062-4878-a35a-2c715c323c23", +Cell[22169, 597, 318, 9, 50, "Output",ExpressionUUID->"32f6092e-f062-4878-a35a-2c715c323c23", CellID->1538492841] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22729, 615, 5507, 148, 70, "SeeAlsoSection",ExpressionUUID->"2cdae29f-8106-4f50-9f54-9f496e3fb852"], +Cell[28239, 765, 670, 18, 70, "TechNotesSection",ExpressionUUID->"40e4845d-9623-4a20-abbd-f6e9e51268b1"], +Cell[28912, 785, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1ebcc502-75d3-4d0f-b071-43e81814519d"], +Cell[29948, 813, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"0d0640af-f15a-404a-802f-a343c40c153f"], Cell[CellGroupData[{ -Cell[22705, 613, 5507, 148, 70, "SeeAlsoSection",ExpressionUUID->"b2904c12-78e4-4eb9-bf59-d8aee959e723"], -Cell[28215, 763, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e8be1e0f-26a0-4479-9da6-6f47adac07ee"] -}, Open ]], -Cell[28900, 784, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1e5e95d5-10bb-4ba9-b72f-201255c018e3"], -Cell[29936, 812, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"4b73ee2f-34e7-4a37-a52c-9eb2061993ca"], -Cell[CellGroupData[{ -Cell[31555, 862, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a5ae9db7-6402-4d79-92a1-1aa779c9cffb", +Cell[31567, 863, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a5ae9db7-6402-4d79-92a1-1aa779c9cffb", CellID->117551421], -Cell[31695, 865, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10ad7745-1742-4b44-ae4f-51ba1522075b", +Cell[31707, 866, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10ad7745-1742-4b44-ae4f-51ba1522075b", CellID->1194386356], -Cell[31917, 871, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7dcf1c69-aa8f-46a6-926a-4a9f6e7409a2", +Cell[31929, 872, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7dcf1c69-aa8f-46a6-926a-4a9f6e7409a2", CellID->1641706272], -Cell[32132, 876, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2dd4060f-882a-474c-b301-bb7dad6a8e5b", +Cell[32144, 877, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2dd4060f-882a-474c-b301-bb7dad6a8e5b", CellID->399251956], -Cell[32361, 882, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d84d9b3e-aa44-472d-b53a-a559aebd3343", +Cell[32373, 883, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d84d9b3e-aa44-472d-b53a-a559aebd3343", CellID->821434655] }, Open ]], -Cell[32598, 888, 78, 0, 70, "FooterCell",ExpressionUUID->"1e4017aa-abac-4d27-a79f-a1c32cca29d2"] +Cell[32610, 889, 78, 0, 70, "FooterCell",ExpressionUUID->"08ab3b31-1ecb-44f5-9abf-87ade404745c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NonLinNuc.nb b/Documentation/English/ReferencePages/Symbols/NonLinNuc.nb index 01bf62e..c413570 100644 --- a/Documentation/English/ReferencePages/Symbols/NonLinNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/NonLinNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51542, 1325] -NotebookOptionsPosition[ 41792, 1135] -NotebookOutlinePosition[ 43892, 1189] -CellTagsIndexPosition[ 43806, 1184] +NotebookDataLength[ 51563, 1325] +NotebookOptionsPosition[ 41827, 1137] +NotebookOutlinePosition[ 43947, 1191] +CellTagsIndexPosition[ 43861, 1186] WindowTitle->NonLinNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "03c2f1d2-c9b2-4bd4-89db-1287a91b23ce"], + "57b24fe1-7f3c-4a32-ad44-6d41e212ed75"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c74867dc-6fe2-4744-bb2b-3b6595beb63b"], + "e0cd851e-e9ab-453a-9df4-8b7180a53c5c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b5199963-ce06-44d5-bd74-390f072e723c"] - }],ExpressionUUID->"e28d138b-0d21-4d7c-a38a-064ab600096a"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "03d547dd-92d9-4716-9325-35ee67558257"] + }],ExpressionUUID->"cb56e884-076b-4961-a259-6ed647a5af25"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "249387bf-669d-4639-9a72-a789ac83f3e8"], + "4ad030fc-3e6b-4d07-be56-0732c84b2c69"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5d20df19-31bd-4109-9034-322a54b124f2"] - }],ExpressionUUID->"054a94d9-b508-49f9-9a62-62f2f4b46235"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8b9d9dd8-66a7-4b3d-8d4b-2cab1b7e8bd2"] + }],ExpressionUUID->"4ef74072-fe70-43b2-a3b0-94e216050e5d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9aa472bb-ba2d-4a96-8046-791ffe0aa90b"], + "87ca7759-9826-4b7d-9c6c-a02bb0da5f54"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7dd5b761-1a7b-4872-a2fc-fbca4772cc91"] - }],ExpressionUUID->"63917d2d-8bc2-4310-be9a-7d999d7eb375"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "28564e23-05d0-427a-84d0-349190009eca"] + }],ExpressionUUID->"0a3ddb6e-22ff-4e0f-b95a-9a97fb32ce04"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c3626940-79a2-4d90-bab2-204f1ee43ce4"], + "eccdf1fe-96a4-42ec-bf12-41d6b241a451"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "936b5737-295e-4818-bf2b-ba0ecf528f03"] - }],ExpressionUUID->"eec87c9a-e2c3-41b4-8fc5-7080b4ab2f9e"], - StripOnInput->False], {"\<\"TUG/ref/NonLinNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NonLinNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NonLinNuc.\ + "8b26eb7e-64d1-4a92-8cc4-db3843d51a3c"] + }],ExpressionUUID->"ce5e0f43-7176-4994-b457-5cee3ffb6a6c"], + StripOnInput->False],{ + "\"TUG/ref/NonLinNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NonLinNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/NonLinNuc.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$125575], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NonLinNuc" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$135347], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NonLinNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d53389e9-9b49-4530-bec5-1370bfb47abc"] + "9ab85133-41dd-4fe7-b195-638010fdb0b4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a4ed6391-52d7-4f2d-a508-ab77c83e18b5"]} + "41e6a18c-8d94-463b-aa33-5d7c979d6b16"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"00a5b51f-e0e2-47bf-95ec-055e75e03df5"], + CellID->1,ExpressionUUID->"aa025a29-c2c4-4cf3-8997-53857c965826"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"bfe9dd42-2d0e-44ed-9ed3-53cf7ea2cedd"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a78a5fd0-e664-4e5c-bcbb-88d5e208760b"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NonLinNuc", "ObjectName",ExpressionUUID-> - "5c8149fa-63cd-4b83-87d7-b8fe1349c0b1"], + "a879c28e-3bea-4d3f-a588-99408e4967d8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"21713b59-e7ff-4ddb-98d6-53b3563142f0"], + "Spacer1"]],ExpressionUUID->"87b31231-9c15-4073-9ad4-fdd555163bf7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "eb104a88-58ce-4c9a-b71f-6e9491e49adf"] - }],ExpressionUUID->"671d0803-d477-4143-b191-ba903cde0344"], Cell[BoxData[ + "3c71fb81-89b1-40c1-b00f-e90e0d262bcf"] + }],ExpressionUUID->"f5194405-bb35-4139-a439-7c43dd421390"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b8bb1523-480c-4532-8a3f-4e5238570af3"]} + "d9b214e5-0863-49d3-af82-046e16d3a741"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4671bb57-68d3-4776-b60d-045ad9b273e0"], + CacheGraphics->False,ExpressionUUID->"d989f991-340a-4424-b940-2a835f55f868"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "4d64a2bc-cc06-4e0c-a7fa-9461b0ae81b6"], " \[LineSeparator]computes by a non-linear optimization method the \ nucleolus, otherwise it returns a $Failed." - }],ExpressionUUID->"c2e8432f-bc70-4bbf-85d1-8471c7bfb5d8"]} + }],ExpressionUUID->"ae98e87b-ec32-40cc-aca8-3029f377e32a"]} }]], "Usage", CellID->1038697066,ExpressionUUID->"ed0b5f23-d7d3-4ff3-9a8a-5f006a46ff9e"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"797daef6-1a39-4884-b123-9045da49ce7e"], + ExpressionUUID->"e63e013b-fc0f-4779-a7f8-47aa0293391a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4114087d-7d3d-4bf0-8dc6-b082b3e8992b"], + "Spacer1"]],ExpressionUUID->"5c4016f3-66d2-49df-a8d9-0302cea780fd"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4da57b74-33a7-40d4-883d-6a5d4bc6f10c"], + }], "NotesFrameText",ExpressionUUID->"10afaf36-9930-4ed6-a677-0d41d5a78fba"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b4e7523a-90a5-43b4-b11d-853bedba19b2"]], \ + "Preemptive"]],ExpressionUUID->"b79cb4e8-c2f4-4320-9890-9fcc6340d6f0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1075156417,ExpressionUUID->"74648ea4-7712-4b29-b9a9-c549722c4b07"], + CellID->984301594,ExpressionUUID->"77b8cdba-86d0-44df-a389-c30f10d8aa36"], Cell[TextData[{ "The input expression ", @@ -385,11 +390,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0501b050-ad52-4dad-977b-ee99aa3dad37"], "SimulatedAnnealing", Cell["\<\ + "9893e4a5-bafa-4289-87dc-d331ffee8fde"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"3f9c518c-b0f3-4d89-b549-3045131d3087"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "829a8b76-704d-443a-8238-10327f0c3de8"], + "3479157e-059b-46b2-827f-776adc6b6f13"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -406,11 +411,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7c116165-9a37-429f-bea0-74e22d970a39"], "IPOPT", Cell[ + "3c44dfdf-d59a-4b67-95bf-153fe8cdec90"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "517ce8eb-99e2-41ce-bddf-ac50d4b1cbba"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0b6365d0-758e-4736-8a4f-d26a5323f9a9"], + "ce070af7-21b1-4dac-8c49-12962df4af15"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -426,12 +431,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "154f9261-501e-49a9-abdb-e99fb36c82e4"], "DifferentialEvolution", + "49c4193d-a15d-4aff-9121-456c7fe481d3"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"6b988b9d-585c-42ee-9208-fe5770f246aa"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6ec81bc7-19c5-46d1-bfbd-75555cbf21fe"], + "f7359077-a8ea-4e8c-bfa0-38bda5313eb4"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -447,11 +452,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a3e01071-c892-45fc-a47b-4fb79f9c4c59"], "NelderMead", Cell[ + "dedb0e43-a002-41c3-80fc-49a7c84e754e"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "74416ed6-437a-4377-acc9-7f3f949e9c8f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "00c19d47-3d18-412f-9c7f-1f728f7e6676"], + "c240af4b-9f52-48ca-b6b6-46da3f84d791"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -473,7 +478,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d7f1489f-bba6-4995-9404-b46c1bb7cb15"], + "c3321117-c679-4a60-9b7d-e800280c944e"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -549,19 +554,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3a237648-b99a-4553-8117-96cc99c5ebcc"], + ExpressionUUID->"5359c7d1-1444-4380-90ae-acd4877d77e9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e8725a11-6d75-46d6-8f5f-ee58b36a3007"], + "Spacer1"]],ExpressionUUID->"197b3d4c-2841-4f4b-9122-2efc14c8a06b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1ffa0b6a-47ed-4461-9483-5c98bbb8b90c"] + "504f0e6f-8c69-4414-9250-02dff9b15ee7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->198467850,ExpressionUUID->"06c21efc-03a5-4148-a29c-4795af9fec7b"], + CellID->1379674211,ExpressionUUID->"39b649c0-8aec-490f-a410-8c98234a4f54"], Cell[CellGroupData[{ @@ -590,18 +595,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"41301eaa-fe34-4257-9b0f-601bcae45fde"], + ExpressionUUID->"f1ab3086-2261-46f8-b61d-70a1c5be4b30"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"759f50ba-e071-4316-9adc-36847fdf4d7c"], + "Spacer1"]],ExpressionUUID->"5f393191-d5b0-489a-b7e6-b247bc41de82"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "00d1362e-8d64-44bb-86b7-32bcd60eb5e8"] + "cf80bfee-1c22-4b8d-917d-0283c11d49a7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1246121218,ExpressionUUID->"a30da736-6f37-48a3-ab96-48fd3c15e326"], + CellID->468972072,ExpressionUUID->"34d4ad38-b92b-4a05-86c8-75209a411747"], Cell["Loading the package:", "ExampleText", CellID->1898572778,ExpressionUUID->"06ea28f9-08e0-4244-a3ff-a6a120d80d54"], @@ -836,8 +841,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -985,15 +988,15 @@ Cell[BoxData[GridBox[{ "fc0a4e8c-732d-4fb8-86f4-836c7da00b05"] }], "SeeAlso",ExpressionUUID->"fde8ea71-a0c3-408c-88f5-6c9ecb7b8c7a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"76114402-1c09-4575-ac27-\ -bea21543961f"], + }]], "SeeAlsoSection",ExpressionUUID->"688e93c3-6ae0-4eff-aafc-\ +5db90bbe3238"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1005,9 +1008,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ab43d45d-baef-442f-85d3-b52cb8f5aa27"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a3f00eac-c78b-418e-9b08-\ -7ec51d3d504d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d305dfd7-8c18-436b-b3e0-\ +e914e199588d"], Cell[BoxData[GridBox[{ { @@ -1024,7 +1026,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fced4a49-577a-4359-bfce-e54a6cd5eb0c"]}]}, + "463fd253-1302-4f3f-926f-ba7a17b52f9f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1032,10 +1034,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c4f5d15a-04a5-4ec1-9c36-3c92f229372e"]}]} + "b7520239-d7d2-4ece-943e-78e7c3aa67e5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"037b2740-382a-4fee-bf59-\ -b671788e299b"], + }]], "MoreAboutSection",ExpressionUUID->"b5608f33-e018-4a13-bb71-\ +0d677405299c"], Cell[BoxData[GridBox[{ { @@ -1062,7 +1064,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "577f7d11-17f0-488d-b22c-a27014ac2a57"]], "RelatedLinks", + "e3358a34-2d47-4851-8406-9454f51f14c3"]], "RelatedLinks", ExpressionUUID->"e803b0a4-9ab5-4852-a303-0f2c5a2cdcae"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1079,7 +1081,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7805061e-c350-4e56-a8e6-86e262b3faef"]], "RelatedLinks", + "363abea9-1992-497b-814e-ac275254ae7c"]], "RelatedLinks", ExpressionUUID->"86d4880b-95ef-4501-a5f5-768be2f7e710"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1097,11 +1099,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b4e623da-852f-456f-8cdc-fba0f41c4ab4"]], "RelatedLinks", + "5c8d96ff-c7ee-4a9b-92b5-32f5905a8a3f"]], "RelatedLinks", ExpressionUUID->"2b09ea6a-4149-4e74-97d9-7030b4b41619"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a5bda952-813a-43c0-90f0-\ -d0d3171d96b1"], + }]], "RelatedLinksSection",ExpressionUUID->"f8337e6f-c3cc-41c8-91ed-\ +2ff66f3ade1f"], Cell[CellGroupData[{ @@ -1131,11 +1133,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0b433b64-925e-44a7-bb0e-9da57f7c8ae7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"20c4f1fe-2df7-473a-aa5c-5b77f534aa17"] +Cell[" ", "FooterCell",ExpressionUUID->"5d5abf18-3a0f-4c56-99e1-d48a2643f49f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NonLinNuc", TaggingRules->{ @@ -1146,7 +1148,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 6.245192}", + "built" -> "{2024, 6, 3, 16, 53, 59.154128}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1154,10 +1156,10 @@ TaggingRules->{ "NonLinNuc[game, p, k, tol] computes by a non-linear optimization method \ the nucleolus, otherwise it returns a $Failed.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "NonLinNuc", "titlemodifier" -> "", - "windowtitle" -> "NonLinNuc", "type" -> "Symbol", "uri" -> - "TUG/ref/NonLinNuc"}}, + "metadescription" -> "", "windowtitle" -> "NonLinNuc", "type" -> "Symbol", + "uri" -> "TUG/ref/NonLinNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1166,9 +1168,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"262eb8fe-6af8-4ee4-87c7-eacd50a1510d" +ExpressionUUID->"ae06a86a-c5e1-4b4d-9c1c-d80c338eec40" ] (* End of Notebook Content *) @@ -1176,157 +1178,155 @@ ExpressionUUID->"262eb8fe-6af8-4ee4-87c7-eacd50a1510d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20380, 526, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"06c21efc-03a5-4148-a29c-4795af9fec7b", + Cell[20449, 531, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"39b649c0-8aec-490f-a410-8c98234a4f54", CellTags->"PrimaryExamplesSection", - CellID->198467850]} + CellID->1379674211]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43606, 1177} + {"PrimaryExamplesSection", 43660, 1179} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"00a5b51f-e0e2-47bf-95ec-055e75e03df5", +Cell[581, 21, 7185, 173, 57, "AnchorBarGrid",ExpressionUUID->"aa025a29-c2c4-4cf3-8997-53857c965826", CellID->1], -Cell[7699, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"bfe9dd42-2d0e-44ed-9ed3-53cf7ea2cedd"], +Cell[7769, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a78a5fd0-e664-4e5c-bcbb-88d5e208760b"], Cell[CellGroupData[{ -Cell[7810, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"4671bb57-68d3-4776-b60d-045ad9b273e0"], -Cell[9096, 232, 561, 12, 111, "Usage",ExpressionUUID->"ed0b5f23-d7d3-4ff3-9a8a-5f006a46ff9e", +Cell[7880, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"d989f991-340a-4424-b940-2a835f55f868"], +Cell[9166, 237, 561, 12, 111, "Usage",ExpressionUUID->"ed0b5f23-d7d3-4ff3-9a8a-5f006a46ff9e", CellID->1038697066] }, Open ]], Cell[CellGroupData[{ -Cell[9694, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"74648ea4-7712-4b29-b9a9-c549722c4b07", +Cell[9764, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"77b8cdba-86d0-44df-a389-c30f10d8aa36", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1075156417], -Cell[11592, 298, 1542, 37, 99, "Notes",ExpressionUUID->"8632edf4-6450-4677-bed1-523edca94eaa", + CellID->984301594], +Cell[11661, 303, 1542, 37, 99, "Notes",ExpressionUUID->"8632edf4-6450-4677-bed1-523edca94eaa", CellID->1014199156], -Cell[13137, 337, 489, 12, 37, "Notes",ExpressionUUID->"cccb0f22-d198-47b3-af8e-427a024fe399", +Cell[13206, 342, 489, 12, 38, "Notes",ExpressionUUID->"cccb0f22-d198-47b3-af8e-427a024fe399", CellID->177724765], -Cell[13629, 351, 208, 4, 36, "Notes",ExpressionUUID->"7f7917c3-b16d-4287-bc0d-bc3246c842ec", +Cell[13698, 356, 208, 4, 36, "Notes",ExpressionUUID->"7f7917c3-b16d-4287-bc0d-bc3246c842ec", CellID->1432388848], -Cell[13840, 357, 267, 5, 57, "Notes",ExpressionUUID->"2405abcc-7cb7-4389-864d-cb2cecbc90b0", +Cell[13909, 362, 267, 5, 57, "Notes",ExpressionUUID->"2405abcc-7cb7-4389-864d-cb2cecbc90b0", CellID->448753345], -Cell[14110, 364, 297, 5, 57, "Notes",ExpressionUUID->"912cd1a2-b484-4217-8307-b99dfe8dd3f4", +Cell[14179, 369, 297, 5, 57, "Notes",ExpressionUUID->"912cd1a2-b484-4217-8307-b99dfe8dd3f4", CellID->1210693388], -Cell[14410, 371, 386, 12, 37, "Notes",ExpressionUUID->"0c7d6bb5-46f9-4d43-a143-4093a9ba12fe", +Cell[14479, 376, 386, 12, 38, "Notes",ExpressionUUID->"0c7d6bb5-46f9-4d43-a143-4093a9ba12fe", CellID->24981], -Cell[14799, 385, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"6a31c755-2b33-487f-93cd-d911dfe3a74d", +Cell[14868, 390, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"6a31c755-2b33-487f-93cd-d911dfe3a74d", CellID->2025032606], -Cell[15759, 406, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"9a00da19-05dd-4112-9ed3-bedb6ca716ec", +Cell[15828, 411, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"9a00da19-05dd-4112-9ed3-bedb6ca716ec", CellID->1546107665], -Cell[16574, 426, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"34abd6bf-8b7f-49be-a1f4-b2c0f947793c", +Cell[16643, 431, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"34abd6bf-8b7f-49be-a1f4-b2c0f947793c", CellID->512784626], -Cell[17464, 447, 844, 18, 65, "2ColumnTableMod",ExpressionUUID->"939c867a-5b3d-469e-804e-a1e70f1bbc05", +Cell[17533, 452, 844, 18, 67, "2ColumnTableMod",ExpressionUUID->"939c867a-5b3d-469e-804e-a1e70f1bbc05", CellID->1691942019], -Cell[18311, 467, 272, 4, 70, "Notes",ExpressionUUID->"5c04aa31-1ca9-4231-9865-5514a6a57a4d", +Cell[18380, 472, 272, 4, 70, "Notes",ExpressionUUID->"5c04aa31-1ca9-4231-9865-5514a6a57a4d", CellID->1086410865], -Cell[18586, 473, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"6b7d58b1-b692-4834-b428-673f55756fa1", +Cell[18655, 478, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"6b7d58b1-b692-4834-b428-673f55756fa1", CellID->1565514921], -Cell[19261, 490, 431, 13, 70, "Notes",ExpressionUUID->"9e2074f0-5dca-45c1-8ef3-895f9115ff62", +Cell[19330, 495, 431, 13, 70, "Notes",ExpressionUUID->"9e2074f0-5dca-45c1-8ef3-895f9115ff62", CellID->17586], -Cell[19695, 505, 558, 15, 70, "Notes",ExpressionUUID->"a17a993c-95da-4990-8a99-aa2e855f44aa", +Cell[19764, 510, 558, 15, 70, "Notes",ExpressionUUID->"a17a993c-95da-4990-8a99-aa2e855f44aa", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20380, 526, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"06c21efc-03a5-4148-a29c-4795af9fec7b", +Cell[20449, 531, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"39b649c0-8aec-490f-a410-8c98234a4f54", CellTags->"PrimaryExamplesSection", - CellID->198467850], + CellID->1379674211], Cell[CellGroupData[{ -Cell[21825, 567, 1399, 36, 70, "ExampleSection",ExpressionUUID->"a30da736-6f37-48a3-ab96-48fd3c15e326", - CellID->1246121218], -Cell[23227, 605, 119, 1, 70, "ExampleText",ExpressionUUID->"06ea28f9-08e0-4244-a3ff-a6a120d80d54", +Cell[21895, 572, 1398, 36, 70, "ExampleSection",ExpressionUUID->"34d4ad38-b92b-4a05-86c8-75209a411747", + CellID->468972072], +Cell[23296, 610, 119, 1, 70, "ExampleText",ExpressionUUID->"06ea28f9-08e0-4244-a3ff-a6a120d80d54", CellID->1898572778], Cell[CellGroupData[{ -Cell[23371, 610, 168, 3, 70, "Input",ExpressionUUID->"3a3a1500-5363-4b3a-b22a-81b64654b90b", +Cell[23440, 615, 168, 3, 70, "Input",ExpressionUUID->"3a3a1500-5363-4b3a-b22a-81b64654b90b", CellID->1572743609], Cell[CellGroupData[{ -Cell[23564, 617, 235, 4, 70, "Print",ExpressionUUID->"5c9a495e-e9d1-4382-b789-7dc9dfcd0ecf", +Cell[23633, 622, 235, 4, 70, "Print",ExpressionUUID->"5c9a495e-e9d1-4382-b789-7dc9dfcd0ecf", CellID->227899633], -Cell[23802, 623, 365, 8, 70, "Print",ExpressionUUID->"96eae0e7-bfd5-4efa-990d-03f1856dea21", +Cell[23871, 628, 365, 8, 70, "Print",ExpressionUUID->"96eae0e7-bfd5-4efa-990d-03f1856dea21", CellID->1254565066], -Cell[24170, 633, 235, 4, 70, "Print",ExpressionUUID->"ef8a1638-36b4-42a1-aaea-42a2fa10ebbe", +Cell[24239, 638, 235, 4, 70, "Print",ExpressionUUID->"ef8a1638-36b4-42a1-aaea-42a2fa10ebbe", CellID->819316455], -Cell[24408, 639, 220, 3, 70, "Print",ExpressionUUID->"f4cc6de9-d16b-493d-8710-728f05ec9672", +Cell[24477, 644, 220, 3, 70, "Print",ExpressionUUID->"f4cc6de9-d16b-493d-8710-728f05ec9672", CellID->1476254598], -Cell[24631, 644, 207, 3, 70, "Print",ExpressionUUID->"31565b19-b629-4819-a6e7-9c6053269383", +Cell[24700, 649, 207, 3, 70, "Print",ExpressionUUID->"31565b19-b629-4819-a6e7-9c6053269383", CellID->1159533118], -Cell[24841, 649, 235, 4, 70, "Print",ExpressionUUID->"63a979da-e4c0-43d7-be6d-3974b15e3961", +Cell[24910, 654, 235, 4, 70, "Print",ExpressionUUID->"63a979da-e4c0-43d7-be6d-3974b15e3961", CellID->24475551], -Cell[25079, 655, 219, 3, 70, "Print",ExpressionUUID->"fe78627d-68b0-4557-9b1c-9eab12465b6c", +Cell[25148, 660, 219, 3, 70, "Print",ExpressionUUID->"fe78627d-68b0-4557-9b1c-9eab12465b6c", CellID->289082446], -Cell[25301, 660, 235, 4, 70, "Print",ExpressionUUID->"eebc2718-4549-4ef3-a961-2d1f032d860c", +Cell[25370, 665, 235, 4, 70, "Print",ExpressionUUID->"eebc2718-4549-4ef3-a961-2d1f032d860c", CellID->458623779], -Cell[25539, 666, 235, 4, 70, "Print",ExpressionUUID->"55c2b83c-c264-48b0-be38-05a48ce16cc3", +Cell[25608, 671, 235, 4, 70, "Print",ExpressionUUID->"55c2b83c-c264-48b0-be38-05a48ce16cc3", CellID->892009763], -Cell[25777, 672, 206, 3, 70, "Print",ExpressionUUID->"02710296-42e2-48e4-b6d5-68fb141d5c13", +Cell[25846, 677, 206, 3, 70, "Print",ExpressionUUID->"02710296-42e2-48e4-b6d5-68fb141d5c13", CellID->751201840], -Cell[25986, 677, 235, 4, 70, "Print",ExpressionUUID->"3759a125-0067-4f38-adfc-40edae91c044", +Cell[26055, 682, 235, 4, 70, "Print",ExpressionUUID->"3759a125-0067-4f38-adfc-40edae91c044", CellID->689513150] }, Open ]] }, Open ]], -Cell[26248, 685, 137, 1, 70, "ExampleText",ExpressionUUID->"02da185f-a67e-4d81-b3b3-0ef6732de88e", +Cell[26317, 690, 137, 1, 70, "ExampleText",ExpressionUUID->"02da185f-a67e-4d81-b3b3-0ef6732de88e", CellID->1412433691], -Cell[26388, 688, 247, 7, 70, "Input",ExpressionUUID->"e5512389-a0c1-4198-aa31-45cd9ff216ac", +Cell[26457, 693, 247, 7, 70, "Input",ExpressionUUID->"e5512389-a0c1-4198-aa31-45cd9ff216ac", CellID->537946893], -Cell[26638, 697, 1225, 31, 70, "Input",ExpressionUUID->"3e545e19-233a-4443-816d-c654ae679afc", +Cell[26707, 702, 1225, 31, 70, "Input",ExpressionUUID->"3e545e19-233a-4443-816d-c654ae679afc", CellID->974450957], -Cell[27866, 730, 237, 6, 70, "Input",ExpressionUUID->"eb6a0bbd-a4de-4013-a739-c97c84b729b1", +Cell[27935, 735, 237, 6, 70, "Input",ExpressionUUID->"eb6a0bbd-a4de-4013-a739-c97c84b729b1", CellID->897084806], -Cell[28106, 738, 190, 4, 70, "ExampleText",ExpressionUUID->"1cb31d8f-e65b-49a2-aa6e-84857db03478", +Cell[28175, 743, 190, 4, 70, "ExampleText",ExpressionUUID->"1cb31d8f-e65b-49a2-aa6e-84857db03478", CellID->244472007], Cell[CellGroupData[{ -Cell[28321, 746, 166, 3, 70, "Input",ExpressionUUID->"7a2e0766-2001-4b86-bff5-867bb8fd945d", +Cell[28390, 751, 166, 3, 70, "Input",ExpressionUUID->"7a2e0766-2001-4b86-bff5-867bb8fd945d", CellID->558427138], -Cell[28490, 751, 220, 5, 36, "Output",ExpressionUUID->"3d8e59f4-cd03-4926-b059-8339a754d4a9", +Cell[28559, 756, 220, 5, 36, "Output",ExpressionUUID->"3d8e59f4-cd03-4926-b059-8339a754d4a9", CellID->1708716406] }, Open ]], -Cell[28725, 759, 180, 3, 70, "ExampleText",ExpressionUUID->"5b6f53eb-9e00-434f-ba14-a13315a55015", +Cell[28794, 764, 180, 3, 70, "ExampleText",ExpressionUUID->"5b6f53eb-9e00-434f-ba14-a13315a55015", CellID->1454687797], Cell[CellGroupData[{ -Cell[28930, 766, 248, 6, 70, "Input",ExpressionUUID->"fe18f47b-e747-4af2-967f-6849371067bb", +Cell[28999, 771, 248, 6, 70, "Input",ExpressionUUID->"fe18f47b-e747-4af2-967f-6849371067bb", CellID->2125823844], -Cell[29181, 774, 352, 10, 51, "Output",ExpressionUUID->"dafbbde1-96d3-4245-9d97-4a03fd501691", +Cell[29250, 779, 352, 10, 51, "Output",ExpressionUUID->"dafbbde1-96d3-4245-9d97-4a03fd501691", CellID->729263547] }, Open ]], -Cell[29548, 787, 177, 3, 70, "ExampleText",ExpressionUUID->"0c46e2ad-8146-4b3f-b4fe-d9835cd46be5", +Cell[29617, 792, 177, 3, 70, "ExampleText",ExpressionUUID->"0c46e2ad-8146-4b3f-b4fe-d9835cd46be5", CellID->1367294148], Cell[CellGroupData[{ -Cell[29750, 794, 208, 4, 70, "Input",ExpressionUUID->"2a732f14-93ae-4d69-a135-cbfb5b0a1bf9", +Cell[29819, 799, 208, 4, 70, "Input",ExpressionUUID->"2a732f14-93ae-4d69-a135-cbfb5b0a1bf9", CellID->1597304156], -Cell[29961, 800, 158, 3, 36, "Output",ExpressionUUID->"72060f89-16ea-422d-9061-c8e0c1aa342f", +Cell[30030, 805, 158, 3, 36, "Output",ExpressionUUID->"72060f89-16ea-422d-9061-c8e0c1aa342f", CellID->262839458] }, Open ]], -Cell[30134, 806, 174, 3, 70, "ExampleText",ExpressionUUID->"b600285a-e7bd-4b1a-8968-90014b8c81be", +Cell[30203, 811, 174, 3, 70, "ExampleText",ExpressionUUID->"b600285a-e7bd-4b1a-8968-90014b8c81be", CellID->1396475199], Cell[CellGroupData[{ -Cell[30333, 813, 193, 4, 70, "Input",ExpressionUUID->"73e3e646-efa2-4f5f-85dc-b7ef54f107d8", +Cell[30402, 818, 193, 4, 70, "Input",ExpressionUUID->"73e3e646-efa2-4f5f-85dc-b7ef54f107d8", CellID->2110192366], -Cell[30529, 819, 353, 10, 51, "Output",ExpressionUUID->"e1e71eef-e9c6-4b47-9c67-aabe012c756d", +Cell[30598, 824, 353, 10, 51, "Output",ExpressionUUID->"e1e71eef-e9c6-4b47-9c67-aabe012c756d", CellID->1241341529] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31193, 843, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"688e93c3-6ae0-4eff-aafc-5db90bbe3238"], +Cell[36711, 993, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d305dfd7-8c18-436b-b3e0-e914e199588d"], +Cell[37384, 1013, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b5608f33-e018-4a13-bb71-0d677405299c"], +Cell[38420, 1041, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"f8337e6f-c3cc-41c8-91ed-2ff66f3ade1f"], Cell[CellGroupData[{ -Cell[31146, 840, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"76114402-1c09-4575-ac27-bea21543961f"], -Cell[36664, 990, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a3f00eac-c78b-418e-9b08-7ec51d3d504d"] -}, Open ]], -Cell[37349, 1011, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"037b2740-382a-4fee-bf59-b671788e299b"], -Cell[38385, 1039, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"a5bda952-813a-43c0-90f0-d0d3171d96b1"], -Cell[CellGroupData[{ -Cell[40667, 1107, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c889ad0-7add-42b6-9de6-fc105f52fe05", +Cell[40702, 1109, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c889ad0-7add-42b6-9de6-fc105f52fe05", CellID->778415021], -Cell[40807, 1110, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c32539ab-5801-4e97-88ef-70df1ffd37b5", +Cell[40842, 1112, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c32539ab-5801-4e97-88ef-70df1ffd37b5", CellID->1194386356], -Cell[41029, 1116, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ceaa0d51-4323-4f7f-9ca9-4e319ce28e6b", +Cell[41064, 1118, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ceaa0d51-4323-4f7f-9ca9-4e319ce28e6b", CellID->1641706272], -Cell[41244, 1121, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"82f7ee4b-754b-48f0-92c5-ccd098e064fe", +Cell[41279, 1123, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"82f7ee4b-754b-48f0-92c5-ccd098e064fe", CellID->399251956], -Cell[41473, 1127, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b433b64-925e-44a7-bb0e-9da57f7c8ae7", +Cell[41508, 1129, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0b433b64-925e-44a7-bb0e-9da57f7c8ae7", CellID->821434655] }, Open ]], -Cell[41710, 1133, 78, 0, 70, "FooterCell",ExpressionUUID->"20c4f1fe-2df7-473a-aa5c-5b77f534aa17"] +Cell[41745, 1135, 78, 0, 70, "FooterCell",ExpressionUUID->"5d5abf18-3a0f-4c56-99e1-d48a2643f49f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NonLinPreNuc.nb b/Documentation/English/ReferencePages/Symbols/NonLinPreNuc.nb index fbc4689..6eabbe9 100644 --- a/Documentation/English/ReferencePages/Symbols/NonLinPreNuc.nb +++ b/Documentation/English/ReferencePages/Symbols/NonLinPreNuc.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51057, 1307] -NotebookOptionsPosition[ 41436, 1121] -NotebookOutlinePosition[ 43556, 1175] -CellTagsIndexPosition[ 43470, 1170] +NotebookDataLength[ 51563, 1324] +NotebookOptionsPosition[ 41813, 1136] +NotebookOutlinePosition[ 43952, 1190] +CellTagsIndexPosition[ 43866, 1185] WindowTitle->NonLinPreNuc WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1998421f-950e-443a-8d56-46e991b0d5e1"], + "9583294c-66c3-4593-a7b4-a80fad9a4e8b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6780de5a-cde8-4a17-983c-02eaebc64c5c"], + "615b3ce6-5972-42c0-9e12-cb3614c02aeb"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "267e7187-8fef-43ac-9743-bce768a01da9"] - }],ExpressionUUID->"667a6ed7-550f-4ade-8534-b676da62d113"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "ad7e12c8-f081-422d-9b24-1f3f33ec43c0"] + }],ExpressionUUID->"3307d9c2-a71f-4bf2-8a21-ac5d3fcc8f67"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b753999e-7d4d-4d4d-bd27-b1ccafa2ca76"], + "8a619e47-955c-4624-b540-683296df5d7d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bb8146d6-acee-4c30-b916-decce371c51d"] - }],ExpressionUUID->"6608b469-ccd0-4719-9cf1-e275b66d0f34"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bc66ea84-9b9d-4107-b171-2a72c17ff3b1"] + }],ExpressionUUID->"88024ac3-8f5c-47c9-b751-ef547e7dfe8e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c6b59436-903b-445d-abfc-dcbe61f93185"], + "f037a9fe-6492-4c35-a602-753ce898454c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8a9400d5-9bc9-4726-94b1-1666ebadaad1"] - }],ExpressionUUID->"43d264c4-94c4-4ff8-a6a4-48f3ad0b6680"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "75b73f2e-82bb-4e36-9820-9b5ce11870b3"] + }],ExpressionUUID->"f18388c3-4270-4f0b-afb3-948702f58723"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "606ecdf4-a0a0-4d73-bb59-e8feb566f83c"], + "ce2635fd-db8a-4ba2-b5d8-5c274393ed88"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "424bca4e-9bf7-4ea4-afa6-4de29f35c818"] - }],ExpressionUUID->"604a73a6-2c65-4e59-922a-9ff9e4203798"], - StripOnInput->False], {"\<\"TUG/ref/NonLinPreNuc\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NonLinPreNuc"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NonLinPreNuc.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$126320], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NonLinPreNuc" <> ".html"], None}]}]}, + "aabde16c-d18c-4a87-bc3b-91abc301cb7b"] + }],ExpressionUUID->"65cf7545-736d-472e-b273-f9162c796e82"], + StripOnInput->False],{ + "\"TUG/ref/NonLinPreNuc\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NonLinPreNuc"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +NonLinPreNuc.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$136126], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NonLinPreNuc" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e72163f9-de85-43a3-93b3-9b2aaa177180"] + "1a701b65-378d-43a8-942f-d931f0df972e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c1d5cfc6-0820-4848-aa7b-34d2ea91dac7"]} + "25380a99-7d27-4c5c-b52e-4b2fdfaa3740"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b20fc7b1-a5a8-4b0c-9d6e-b15b357e9a30"], + CellID->1,ExpressionUUID->"bd3b098a-e39d-4b9e-8d53-d541166afc4c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0610824b-eb4b-4095-bd07-c31f688c9fb7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d03ce904-b92b-4582-b5d9-4b90225af3c5"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NonLinPreNuc", "ObjectName",ExpressionUUID-> - "a63c6f95-43ff-4a4c-a813-60057cc8bc48"], + "fd478ffe-2113-477b-9bbf-7b0765b5d2ae"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7bc2f4bb-a637-415a-9172-fc3c5f975360"], + "Spacer1"]],ExpressionUUID->"4a7dac3b-9450-438b-b1ce-35e0c7273cb2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3445ea0d-f216-47c3-80e7-4eb4a995bc3c"] - }],ExpressionUUID->"b15d21ff-ed34-4d7a-a226-a4f759b1e838"], Cell[BoxData[ + "4988e9f0-2d63-4c69-8bc7-64fca027b6d9"] + }],ExpressionUUID->"081e7146-584a-4705-8e1a-8c2a17010ce1"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b4ae333d-7b76-444b-a720-36b7dedc1e3e"]} + "a72fc5ea-fc6f-4b12-bd2a-358e5e948160"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a79609a0-4efa-4f9c-962c-ea75d06acfcc"], + CacheGraphics->False,ExpressionUUID->"7febf92b-2122-4fff-b290-f86ac314cd09"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "526c1a3a-a103-49dd-851a-b14af28bef73"], " \[LineSeparator]computes by a non-linear optimization method the \ pre-nucleolus, otherwise it returns a $Failed." - }],ExpressionUUID->"c2c36e66-bd54-4d68-b60d-1d0ba5938833"]} + }],ExpressionUUID->"280b9c1c-e4e8-4115-bab8-48e225aff562"]} }]], "Usage", CellID->380840149,ExpressionUUID->"c2a0d1ee-9c1e-4e0b-b7ca-7fdc20190b9d"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4274ab8b-9020-4985-b448-87a6ee8c4778"], + ExpressionUUID->"d9e4e292-d76f-4535-928f-b1c01d1889d6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5ce38bb2-ac1c-4401-92f4-f7d4311f107e"], + "Spacer1"]],ExpressionUUID->"e6baf0be-5cea-410e-b2cd-4d6f3ffd0e5d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7a01cdb2-35ab-4989-9e8f-64fabcae6226"], + }], "NotesFrameText",ExpressionUUID->"65a6af3a-6de7-457f-b0f9-43a2d1e504cb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"af4af991-7652-42ef-afbb-df98c20db976"]], \ + "Preemptive"]],ExpressionUUID->"36452846-fb43-4db8-850b-6bafc3b4df3a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1857256898,ExpressionUUID->"2949da8f-2039-4398-ba4f-7bf170c9a490"], + CellID->1355425065,ExpressionUUID->"578b4dd2-d00a-4acc-9282-700aaa331075"], Cell[TextData[{ "The input expression ", @@ -385,11 +390,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "79f49ede-096d-417c-a6f1-a4a95e7e137f"], "SimulatedAnnealing", Cell["\<\ + "68fda8a8-b570-44a8-8a00-136a4cb14e0d"], "SimulatedAnnealing", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"7e0f2350-230a-4855-917b-d270f710fe62"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4f725103-7be9-4430-920f-6547e629ceb9"], + "6aff59e2-3c56-4c72-b1a0-f71c0ae0bd2a"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -406,11 +411,11 @@ method. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "beb4497b-4933-4446-b0bf-c828c3abe5d2"], "IPOPT", Cell[ + "7e3e56f0-dcd2-4fcc-9e11-56e72fb61d50"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "3a2114d0-d9d7-4eeb-988c-6aa95e8e96d1"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "bf05a93b-85d5-4697-a83c-856bc865890a"], + "5b5c775e-55a2-4617-ac1c-c149cb2352d2"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -426,12 +431,12 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7014d703-1242-4bc4-a327-38de0d4b07e8"], "DifferentialEvolution", + "75a5fc20-9cf9-4c5d-ba9d-bfd7836b3eab"], "DifferentialEvolution", Cell["\<\ is a direct search method; use a simple stochastic function minimizer.\ \>", "TableText",ExpressionUUID->"8270fb16-cbe8-42bb-9c99-fec6bb7d3fec"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "52767804-e96c-483e-ad0f-2283bc05483d"], + "aac25ce4-4ca3-4cbb-b0e6-15e111a862ff"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -447,11 +452,11 @@ is a direct search method; use a simple stochastic function minimizer.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0c689933-47ca-45c0-896d-08b88b3c7b9f"], "NelderMead", Cell[ + "84b3b035-7bc9-4297-bc5c-f5a448d5e247"], "NelderMead", Cell[ "is a direct search method. ", "TableText",ExpressionUUID-> "69c88fac-33d2-4b86-85c6-3ec66eb6a6f4"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0399a8aa-fdec-4613-aed5-b01357b5acdd"], + "67498643-ae0b-4ea7-9411-ab0518083528"], TemplateBox[{ Cell[ TextData["RandomSearch"]], "paclet:ref/RandomSearch"}, @@ -473,7 +478,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "65e07337-0d36-419c-92f2-710b973b1416"], + "a16018bb-0988-444d-b860-e12aa750130d"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -549,19 +554,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fff6e4bc-6a32-44fd-ba9f-51a6771220e2"], + ExpressionUUID->"df4ace87-7ecf-40ae-89c5-4bc727bcfadb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d28c6fa3-6eba-4c41-8ba5-b28365312a61"], + "Spacer1"]],ExpressionUUID->"ef02fe69-c94e-449a-875d-fd025858a70a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6a270d62-dbae-4aa7-95c1-eeddbf9427fe"] + "b2b8e210-7c87-4dcb-893d-5aea1de607b0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1000976280,ExpressionUUID->"2d83f4c5-d61d-4c14-8d4f-8ebf8dbdc600"], + CellID->1971810862,ExpressionUUID->"29f53521-d08c-4640-bc52-cb1e9f5b146a"], Cell[CellGroupData[{ @@ -590,18 +595,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81b806b7-2217-4bd1-ada0-28f74889682f"], + ExpressionUUID->"b5d327d5-37e5-4002-b183-d3f7c917df4a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b8b30665-6aad-4264-b94b-67043292eeec"], + "Spacer1"]],ExpressionUUID->"9e3efb04-e90f-4ca9-b96e-0de7f89c36ca"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d79ea057-97c7-4b6c-917b-672ad3a9107a"] + "50017135-8fd4-4d3e-8a62-e1952e2e50d1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1802207486,ExpressionUUID->"f10561af-db90-4713-a01f-659d3515d6cc"], + CellID->643392409,ExpressionUUID->"79f9d62f-3288-41ae-ab39-7f5f194d66b0"], Cell["Loading the package:", "ExampleText", CellID->544593170,ExpressionUUID->"3c281d24-f4cb-4470-b4ad-29ca48c50836"], @@ -619,7 +624,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->361220881,ExpressionUUID->"5be5522a-0a43-47e5-a4cf-c0009f10cd57"], + CellID->135902680,ExpressionUUID->"4e21045e-6e7e-433a-be17-67313b21e2c2"], Cell[BoxData[ InterpretationBox[ @@ -629,57 +634,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->304888388,ExpressionUUID->"67fbbdef-57f2-4814-813c-826bc72f66de"], + CellID->2128400266,ExpressionUUID->"d649488b-75c4-490f-8c27-df2ab2749074"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->2111148797,ExpressionUUID->"f43869d9-f6ed-4447-a3dc-0eb00fde7797"], + CellID->96470497,ExpressionUUID->"7a3d9418-2139-4843-9b83-310cfc3ef1b6"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->1892436552,ExpressionUUID->"4ef7041d-5657-4241-885e-711ad4af6170"], + CellID->817874650,ExpressionUUID->"03cf55bb-9179-4eef-b30e-970408b90501"], -Cell[BoxData["\<\"Release Date: 24.02.2022\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->381372194,ExpressionUUID->"a486be12-ef73-4fe5-b26f-2a424f1da8dd"], + CellID->889606069,ExpressionUUID->"5b166f36-1f48-4e4f-9aed-f4efcafef7c3"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->678202665,ExpressionUUID->"1cad4289-a0fc-4a11-85b8-cd4a1885ee8f"], + CellID->2016162170,ExpressionUUID->"02e56310-9b3d-4910-9f3f-2848ee2fbf11"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->1334010567,ExpressionUUID->"3db66ece-417f-458d-82b8-bb36532d6cbb"], + CellID->187550536,ExpressionUUID->"43cbda71-b4cd-44a1-a996-224b929ab245"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->1387497023,ExpressionUUID->"ab0d81f3-9acf-4400-b7b8-12b5ed0bce79"], + CellID->519891488,ExpressionUUID->"577f45d8-35b3-4037-ba41-7259ed6a9b50"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->1320516664,ExpressionUUID->"e740d15e-107e-4616-a229-2a8d491c5f54"], + CellID->1275008242,ExpressionUUID->"fb01a832-d9b3-4b52-a54d-c0f5198209da"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->1139179713,ExpressionUUID->"49885ef1-ddc5-4482-93de-72df54471497"], + CellID->998238237,ExpressionUUID->"d9be90e3-7b14-4b9f-bf94-cbf5837341ad"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4920`", CellLabel->"During evaluation of In[1]:=", - CellID->370822122,ExpressionUUID->"00867f4d-e83d-41e7-9eae-69ae9f3abe5b"] + CellID->1415719054,ExpressionUUID->"027ce897-07a5-4072-81c0-26db21376202"] }, Open ]] }, Open ]], @@ -754,12 +759,11 @@ Cell[BoxData[ RowBox[{"Method", "\[Rule]", "Automatic"}], "}"}]], "Output", CellContext->"Cell$$4920`", CellLabel->"Out[5]=", - CellID->321785050,ExpressionUUID->"3422e8ec-eb9e-4e28-9c17-287b10b9bd43"] + CellID->398673413,ExpressionUUID->"23683b2f-bf89-452f-a959-c6980f2471b2"] }, Open ]], Cell["\<\ -Then we compute the pre-nucleolus by a non-linear optimization method through\ -\ +Then, we compute the pre-nucleolus by a non-linear optimization method through\ \>", "ExampleText", CellID->106744700,ExpressionUUID->"2190ddad-93e7-4587-ba2b-46b8db97042c"], @@ -783,7 +787,7 @@ Cell[BoxData[ FractionBox["39", "400"]}], "}"}]], "Output", CellContext->"Cell$$4920`", CellLabel->"Out[6]=", - CellID->1721980017,ExpressionUUID->"f7a6171e-593e-48ca-9955-133def40083a"] + CellID->829871204,ExpressionUUID->"1f0b9fcb-454f-4ffa-b42f-06538443f0b6"] }, Open ]], Cell["\<\ @@ -802,7 +806,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellContext->"Cell$$4920`", CellLabel->"Out[7]=", - CellID->1937335014,ExpressionUUID->"4e2a170b-a2f8-4a74-8c96-883d3a89a4e5"] + CellID->945650664,ExpressionUUID->"0462e128-d3b2-47fd-a570-13cc981e4d12"] }, Open ]], Cell["\<\ @@ -810,11 +814,25 @@ We compare the result with our function to compute the pre-nucleolus by\ \>", "ExampleText", CellID->1243188674,ExpressionUUID->"d258add0-10db-4cb6-8af8-9a7014faf9ff"], +Cell[CellGroupData[{ + Cell[BoxData[ RowBox[{ RowBox[{"PreNucleolus", "[", "ExpGame", "]"}], " "}]], "Input", CellLabel->"In[8]:=", - CellID->1970215683,ExpressionUUID->"90c8cc8d-4476-48e5-823f-6b8e4612bb6c"] + CellID->1970215683,ExpressionUUID->"90c8cc8d-4476-48e5-823f-6b8e4612bb6c"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["31", "80"], ",", + FractionBox["11", "80"], ",", + FractionBox["1", "10"], ",", + FractionBox["111", "400"], ",", + FractionBox["39", "400"]}], "}"}]], "Output", + CellLabel->"Out[8]=", + CellID->170934150,ExpressionUUID->"f8e730da-6b0d-4efc-9365-33cd8d8f3527"] +}, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] @@ -822,8 +840,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -971,15 +987,15 @@ Cell[BoxData[GridBox[{ "11bc129e-7959-4d33-8334-621e8c5a5766"] }], "SeeAlso",ExpressionUUID->"64e66cc2-d5a2-4659-a786-93b1eb68e5b4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8b76271f-919b-41f4-995f-\ -c98efe1f9d4c"], + }]], "SeeAlsoSection",ExpressionUUID->"7cd9a3f2-a363-4d3a-abf6-\ +1c5f27639d3b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -991,9 +1007,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0692bb4d-4626-41e4-af05-a905d4af8643"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"db6896cf-cfb3-4168-a2fe-\ -c6d3b0a7ab19"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"60f69bf2-39eb-4c42-91b6-\ +61e8c3f004d4"], Cell[BoxData[GridBox[{ { @@ -1010,7 +1025,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ca39b509-d714-4e1b-ac0a-d387743ed9aa"]}]}, + "af476b1e-8e73-4ac4-a988-b08b1baa4ed6"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1018,10 +1033,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9015eeea-042d-418e-b4e6-630ef6d53068"]}]} + "a3f3819b-4a5b-4421-9ea4-6ecb92ba311c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7233712c-e184-47dc-981c-\ -a432e7e9e33c"], + }]], "MoreAboutSection",ExpressionUUID->"94ff4f3c-5b33-4340-b2f1-\ +bd61abeb0c99"], Cell[BoxData[GridBox[{ { @@ -1048,7 +1063,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7160434c-390f-44a2-804c-51ff1c34a215"]], "RelatedLinks", + "339ee000-64ca-4082-bb73-f3a9ad53d729"]], "RelatedLinks", ExpressionUUID->"c5450add-2ea7-44b4-ab7d-3853cfb7cebe"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1065,7 +1080,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d3ab95ef-475d-42e1-87fe-7f2cfe165569"]], "RelatedLinks", + "23ef589a-91cc-43d7-8aa5-d5ded0d217e3"]], "RelatedLinks", ExpressionUUID->"427cbc09-6499-48cc-ae9e-bd7389073ffa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1083,11 +1098,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "abf5d556-9bb0-47d1-b8d8-678d5114a925"]], "RelatedLinks", + "a466f249-a98f-4e80-adb5-574711f4d1f0"]], "RelatedLinks", ExpressionUUID->"92d70fbc-17be-4d4e-a6f8-da68ff22c517"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"be2faf9d-b51f-4949-9177-\ -498329dd1923"], + }]], "RelatedLinksSection",ExpressionUUID->"2bc9524c-d5fb-423f-a1de-\ +a9405e6a397c"], Cell[CellGroupData[{ @@ -1117,11 +1132,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fa71c545-2392-4f24-8f55-58584bae4da4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f9376052-29dc-4418-8136-f49cded4d9d4"] +Cell[" ", "FooterCell",ExpressionUUID->"f345c567-ded0-4293-90b1-c34bf33ec480"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NonLinPreNuc", TaggingRules->{ @@ -1132,7 +1147,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 7.763985}", + "built" -> "{2024, 6, 3, 16, 53, 59.910851}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1140,10 +1155,10 @@ TaggingRules->{ "NonLinPreNuc[game, p, k, tol] computes by a non-linear optimization \ method the pre-nucleolus, otherwise it returns a $Failed.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "NonLinPreNuc", "titlemodifier" -> "", - "windowtitle" -> "NonLinPreNuc", "type" -> "Symbol", "uri" -> - "TUG/ref/NonLinPreNuc"}}, + "metadescription" -> "", "windowtitle" -> "NonLinPreNuc", "type" -> + "Symbol", "uri" -> "TUG/ref/NonLinPreNuc"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1152,9 +1167,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"19965e04-2247-4856-b5d5-da63ff92ad11" +ExpressionUUID->"796aa156-535f-4429-a022-fffdb6e95907" ] (* End of Notebook Content *) @@ -1162,153 +1177,155 @@ ExpressionUUID->"19965e04-2247-4856-b5d5-da63ff92ad11" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20418, 526, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2d83f4c5-d61d-4c14-8d4f-8ebf8dbdc600", + Cell[20476, 531, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"29f53521-d08c-4640-bc52-cb1e9f5b146a", CellTags->"PrimaryExamplesSection", - CellID->1000976280]} + CellID->1971810862]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43269, 1163} + {"PrimaryExamplesSection", 43665, 1178} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7129, 168, 56, "AnchorBarGrid",ExpressionUUID->"b20fc7b1-a5a8-4b0c-9d6e-b15b357e9a30", +Cell[584, 21, 7187, 173, 57, "AnchorBarGrid",ExpressionUUID->"bd3b098a-e39d-4b9e-8d53-d541166afc4c", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0610824b-eb4b-4095-bd07-c31f688c9fb7"], +Cell[7774, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d03ce904-b92b-4582-b5d9-4b90225af3c5"], Cell[CellGroupData[{ -Cell[7827, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"a79609a0-4efa-4f9c-962c-ea75d06acfcc"], -Cell[9116, 232, 567, 12, 111, "Usage",ExpressionUUID->"c2a0d1ee-9c1e-4e0b-b7ca-7fdc20190b9d", +Cell[7885, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"7febf92b-2122-4fff-b290-f86ac314cd09"], +Cell[9174, 237, 567, 12, 111, "Usage",ExpressionUUID->"c2a0d1ee-9c1e-4e0b-b7ca-7fdc20190b9d", CellID->380840149] }, Open ]], Cell[CellGroupData[{ -Cell[9720, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"2949da8f-2039-4398-ba4f-7bf170c9a490", +Cell[9778, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"578b4dd2-d00a-4acc-9282-700aaa331075", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1857256898], -Cell[11618, 298, 1542, 37, 99, "Notes",ExpressionUUID->"cb09ee7e-f2fc-4403-af0f-398f6d30297c", + CellID->1355425065], +Cell[11676, 303, 1542, 37, 99, "Notes",ExpressionUUID->"cb09ee7e-f2fc-4403-af0f-398f6d30297c", CellID->1014199156], -Cell[13163, 337, 489, 12, 37, "Notes",ExpressionUUID->"06cc6064-7b3f-4e7c-9393-df3a5f511fee", +Cell[13221, 342, 489, 12, 38, "Notes",ExpressionUUID->"06cc6064-7b3f-4e7c-9393-df3a5f511fee", CellID->177724765], -Cell[13655, 351, 216, 4, 36, "Notes",ExpressionUUID->"568589b9-f140-4df1-a62f-22087c6ffe6e", +Cell[13713, 356, 216, 4, 36, "Notes",ExpressionUUID->"568589b9-f140-4df1-a62f-22087c6ffe6e", CellID->1432388848], -Cell[13874, 357, 271, 5, 57, "Notes",ExpressionUUID->"e32d76a9-e510-49ff-a6eb-39543e1cf171", +Cell[13932, 362, 271, 5, 57, "Notes",ExpressionUUID->"e32d76a9-e510-49ff-a6eb-39543e1cf171", CellID->448753345], -Cell[14148, 364, 297, 5, 57, "Notes",ExpressionUUID->"c21aed97-9a92-49a3-bd2d-1d47fc125393", +Cell[14206, 369, 297, 5, 57, "Notes",ExpressionUUID->"c21aed97-9a92-49a3-bd2d-1d47fc125393", CellID->1210693388], -Cell[14448, 371, 386, 12, 37, "Notes",ExpressionUUID->"2fbbc01a-c8b7-4bd5-9353-ba8c2664ca7d", +Cell[14506, 376, 386, 12, 38, "Notes",ExpressionUUID->"2fbbc01a-c8b7-4bd5-9353-ba8c2664ca7d", CellID->24981], -Cell[14837, 385, 957, 19, 83, "2ColumnTableMod",ExpressionUUID->"16850c03-476c-4e5c-9714-1221f8dc9c20", +Cell[14895, 390, 957, 19, 85, "2ColumnTableMod",ExpressionUUID->"16850c03-476c-4e5c-9714-1221f8dc9c20", CellID->2025032606], -Cell[15797, 406, 812, 18, 65, "2ColumnTableMod",ExpressionUUID->"4238ffad-03d8-4719-a024-2376cd565444", +Cell[15855, 411, 812, 18, 67, "2ColumnTableMod",ExpressionUUID->"4238ffad-03d8-4719-a024-2376cd565444", CellID->1546107665], -Cell[16612, 426, 887, 19, 65, "2ColumnTableMod",ExpressionUUID->"e0a0309a-d9bf-4956-979d-01934f1d9c1a", +Cell[16670, 431, 887, 19, 67, "2ColumnTableMod",ExpressionUUID->"e0a0309a-d9bf-4956-979d-01934f1d9c1a", CellID->512784626], -Cell[17502, 447, 844, 18, 65, "2ColumnTableMod",ExpressionUUID->"62ba944c-5996-4e3f-bde2-76786abd011f", +Cell[17560, 452, 844, 18, 67, "2ColumnTableMod",ExpressionUUID->"62ba944c-5996-4e3f-bde2-76786abd011f", CellID->1691942019], -Cell[18349, 467, 272, 4, 70, "Notes",ExpressionUUID->"4e953cb5-2473-4159-b6ac-1e0256409b29", +Cell[18407, 472, 272, 4, 70, "Notes",ExpressionUUID->"4e953cb5-2473-4159-b6ac-1e0256409b29", CellID->1086410865], -Cell[18624, 473, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"0549eb8b-1f85-4dbc-a7ad-9aa4850446ea", +Cell[18682, 478, 672, 15, 70, "3ColumnTableMod",ExpressionUUID->"0549eb8b-1f85-4dbc-a7ad-9aa4850446ea", CellID->1565514921], -Cell[19299, 490, 431, 13, 70, "Notes",ExpressionUUID->"0bd4c274-1832-4028-8a1f-58ec89483b91", +Cell[19357, 495, 431, 13, 70, "Notes",ExpressionUUID->"0bd4c274-1832-4028-8a1f-58ec89483b91", CellID->17586], -Cell[19733, 505, 558, 15, 70, "Notes",ExpressionUUID->"b465a65a-67a3-4549-aa6a-e6306cc40be2", +Cell[19791, 510, 558, 15, 70, "Notes",ExpressionUUID->"b465a65a-67a3-4549-aa6a-e6306cc40be2", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20418, 526, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"2d83f4c5-d61d-4c14-8d4f-8ebf8dbdc600", +Cell[20476, 531, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"29f53521-d08c-4640-bc52-cb1e9f5b146a", CellTags->"PrimaryExamplesSection", - CellID->1000976280], + CellID->1971810862], Cell[CellGroupData[{ -Cell[21864, 567, 1399, 36, 70, "ExampleSection",ExpressionUUID->"f10561af-db90-4713-a01f-659d3515d6cc", - CellID->1802207486], -Cell[23266, 605, 118, 1, 70, "ExampleText",ExpressionUUID->"3c281d24-f4cb-4470-b4ad-29ca48c50836", +Cell[21922, 572, 1398, 36, 70, "ExampleSection",ExpressionUUID->"79f9d62f-3288-41ae-ab39-7f5f194d66b0", + CellID->643392409], +Cell[23323, 610, 118, 1, 70, "ExampleText",ExpressionUUID->"3c281d24-f4cb-4470-b4ad-29ca48c50836", CellID->544593170], Cell[CellGroupData[{ -Cell[23409, 610, 168, 3, 70, "Input",ExpressionUUID->"04b130d4-a161-4a68-9501-726b7dd2edcd", +Cell[23466, 615, 168, 3, 70, "Input",ExpressionUUID->"04b130d4-a161-4a68-9501-726b7dd2edcd", CellID->1109342236], Cell[CellGroupData[{ -Cell[23602, 617, 235, 4, 70, "Print",ExpressionUUID->"5be5522a-0a43-47e5-a4cf-c0009f10cd57", - CellID->361220881], -Cell[23840, 623, 364, 8, 70, "Print",ExpressionUUID->"67fbbdef-57f2-4814-813c-826bc72f66de", - CellID->304888388], -Cell[24207, 633, 236, 4, 70, "Print",ExpressionUUID->"f43869d9-f6ed-4447-a3dc-0eb00fde7797", - CellID->2111148797], -Cell[24446, 639, 220, 3, 70, "Print",ExpressionUUID->"4ef7041d-5657-4241-885e-711ad4af6170", - CellID->1892436552], -Cell[24669, 644, 206, 3, 70, "Print",ExpressionUUID->"a486be12-ef73-4fe5-b26f-2a424f1da8dd", - CellID->381372194], -Cell[24878, 649, 236, 4, 70, "Print",ExpressionUUID->"1cad4289-a0fc-4a11-85b8-cd4a1885ee8f", - CellID->678202665], -Cell[25117, 655, 220, 3, 70, "Print",ExpressionUUID->"3db66ece-417f-458d-82b8-bb36532d6cbb", - CellID->1334010567], -Cell[25340, 660, 236, 4, 70, "Print",ExpressionUUID->"ab0d81f3-9acf-4400-b7b8-12b5ed0bce79", - CellID->1387497023], -Cell[25579, 666, 236, 4, 70, "Print",ExpressionUUID->"e740d15e-107e-4616-a229-2a8d491c5f54", - CellID->1320516664], -Cell[25818, 672, 207, 3, 70, "Print",ExpressionUUID->"49885ef1-ddc5-4482-93de-72df54471497", - CellID->1139179713], -Cell[26028, 677, 235, 4, 70, "Print",ExpressionUUID->"00867f4d-e83d-41e7-9eae-69ae9f3abe5b", - CellID->370822122] +Cell[23659, 622, 235, 4, 70, "Print",ExpressionUUID->"4e21045e-6e7e-433a-be17-67313b21e2c2", + CellID->135902680], +Cell[23897, 628, 365, 8, 70, "Print",ExpressionUUID->"d649488b-75c4-490f-8c27-df2ab2749074", + CellID->2128400266], +Cell[24265, 638, 234, 4, 70, "Print",ExpressionUUID->"7a3d9418-2139-4843-9b83-310cfc3ef1b6", + CellID->96470497], +Cell[24502, 644, 219, 3, 70, "Print",ExpressionUUID->"03cf55bb-9179-4eef-b30e-970408b90501", + CellID->817874650], +Cell[24724, 649, 206, 3, 70, "Print",ExpressionUUID->"5b166f36-1f48-4e4f-9aed-f4efcafef7c3", + CellID->889606069], +Cell[24933, 654, 237, 4, 70, "Print",ExpressionUUID->"02e56310-9b3d-4910-9f3f-2848ee2fbf11", + CellID->2016162170], +Cell[25173, 660, 219, 3, 70, "Print",ExpressionUUID->"43cbda71-b4cd-44a1-a996-224b929ab245", + CellID->187550536], +Cell[25395, 665, 235, 4, 70, "Print",ExpressionUUID->"577f45d8-35b3-4037-ba41-7259ed6a9b50", + CellID->519891488], +Cell[25633, 671, 236, 4, 70, "Print",ExpressionUUID->"fb01a832-d9b3-4b52-a54d-c0f5198209da", + CellID->1275008242], +Cell[25872, 677, 206, 3, 70, "Print",ExpressionUUID->"d9be90e3-7b14-4b9f-bf94-cbf5837341ad", + CellID->998238237], +Cell[26081, 682, 236, 4, 70, "Print",ExpressionUUID->"027ce897-07a5-4072-81c0-26db21376202", + CellID->1415719054] }, Open ]] }, Open ]], -Cell[26290, 685, 136, 1, 70, "ExampleText",ExpressionUUID->"29c2885b-a411-48ab-885f-eb2abbe9a71a", +Cell[26344, 690, 136, 1, 70, "ExampleText",ExpressionUUID->"29c2885b-a411-48ab-885f-eb2abbe9a71a", CellID->705396645], -Cell[26429, 688, 248, 7, 70, "Input",ExpressionUUID->"38e7fe15-ebb1-4e34-bac0-487e790dcd35", +Cell[26483, 693, 248, 7, 70, "Input",ExpressionUUID->"38e7fe15-ebb1-4e34-bac0-487e790dcd35", CellID->1547835512], -Cell[26680, 697, 1225, 31, 70, "Input",ExpressionUUID->"3d00ae3d-2ae9-4f77-b7ab-725dc0ac8c4c", +Cell[26734, 702, 1225, 31, 70, "Input",ExpressionUUID->"3d00ae3d-2ae9-4f77-b7ab-725dc0ac8c4c", CellID->562759578], -Cell[27908, 730, 238, 6, 70, "Input",ExpressionUUID->"26e48f06-e3cb-40ef-9edf-c5b7c87d71ab", +Cell[27962, 735, 238, 6, 70, "Input",ExpressionUUID->"26e48f06-e3cb-40ef-9edf-c5b7c87d71ab", CellID->1685845055], -Cell[28149, 738, 190, 4, 70, "ExampleText",ExpressionUUID->"8ccbb961-f484-40f0-88f7-bccf7b4542fb", +Cell[28203, 743, 190, 4, 70, "ExampleText",ExpressionUUID->"8ccbb961-f484-40f0-88f7-bccf7b4542fb", CellID->449768323], Cell[CellGroupData[{ -Cell[28364, 746, 169, 3, 70, "Input",ExpressionUUID->"907c41be-11e5-4ec9-a395-6997a2848d1d", +Cell[28418, 751, 169, 3, 70, "Input",ExpressionUUID->"907c41be-11e5-4ec9-a395-6997a2848d1d", CellID->390388928], -Cell[28536, 751, 219, 5, 36, "Output",ExpressionUUID->"3422e8ec-eb9e-4e28-9c17-287b10b9bd43", - CellID->321785050] +Cell[28590, 756, 219, 5, 36, "Output",ExpressionUUID->"23683b2f-bf89-452f-a959-c6980f2471b2", + CellID->398673413] }, Open ]], -Cell[28770, 759, 185, 4, 70, "ExampleText",ExpressionUUID->"2190ddad-93e7-4587-ba2b-46b8db97042c", +Cell[28824, 764, 184, 3, 70, "ExampleText",ExpressionUUID->"2190ddad-93e7-4587-ba2b-46b8db97042c", CellID->106744700], Cell[CellGroupData[{ -Cell[28980, 767, 250, 6, 70, "Input",ExpressionUUID->"256aba9c-6f32-4ff0-9030-d1d3364405e9", +Cell[29033, 771, 250, 6, 70, "Input",ExpressionUUID->"256aba9c-6f32-4ff0-9030-d1d3364405e9", CellID->431139349], -Cell[29233, 775, 353, 10, 51, "Output",ExpressionUUID->"f7a6171e-593e-48ca-9955-133def40083a", - CellID->1721980017] +Cell[29286, 779, 352, 10, 51, "Output",ExpressionUUID->"1f0b9fcb-454f-4ffa-b42f-06538443f0b6", + CellID->829871204] }, Open ]], -Cell[29601, 788, 176, 3, 70, "ExampleText",ExpressionUUID->"de7b91eb-e716-4a04-a954-b4a4a4e9bf4e", +Cell[29653, 792, 176, 3, 70, "ExampleText",ExpressionUUID->"de7b91eb-e716-4a04-a954-b4a4a4e9bf4e", CellID->537826834], Cell[CellGroupData[{ -Cell[29802, 795, 202, 4, 70, "Input",ExpressionUUID->"d80f6f44-c240-42a8-bf4a-214a263769c7", +Cell[29854, 799, 202, 4, 70, "Input",ExpressionUUID->"d80f6f44-c240-42a8-bf4a-214a263769c7", CellID->1381485705], -Cell[30007, 801, 159, 3, 36, "Output",ExpressionUUID->"4e2a170b-a2f8-4a74-8c96-883d3a89a4e5", - CellID->1937335014] +Cell[30059, 805, 158, 3, 36, "Output",ExpressionUUID->"0462e128-d3b2-47fd-a570-13cc981e4d12", + CellID->945650664] }, Open ]], -Cell[30181, 807, 178, 3, 70, "ExampleText",ExpressionUUID->"d258add0-10db-4cb6-8af8-9a7014faf9ff", +Cell[30232, 811, 178, 3, 70, "ExampleText",ExpressionUUID->"d258add0-10db-4cb6-8af8-9a7014faf9ff", CellID->1243188674], -Cell[30362, 812, 188, 4, 70, "Input",ExpressionUUID->"90c8cc8d-4476-48e5-823f-6b8e4612bb6c", - CellID->1970215683] +Cell[CellGroupData[{ +Cell[30435, 818, 188, 4, 70, "Input",ExpressionUUID->"90c8cc8d-4476-48e5-823f-6b8e4612bb6c", + CellID->1970215683], +Cell[30626, 824, 323, 9, 51, "Output",ExpressionUUID->"f8e730da-6b0d-4efc-9365-33cd8d8f3527", + CellID->170934150] +}, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31191, 842, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"7cd9a3f2-a363-4d3a-abf6-1c5f27639d3b"], +Cell[36697, 992, 670, 18, 70, "TechNotesSection",ExpressionUUID->"60f69bf2-39eb-4c42-91b6-61e8c3f004d4"], +Cell[37370, 1012, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"94ff4f3c-5b33-4340-b2f1-bd61abeb0c99"], +Cell[38406, 1040, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"2bc9524c-d5fb-423f-a1de-a9405e6a397c"], Cell[CellGroupData[{ -Cell[30802, 826, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"8b76271f-919b-41f4-995f-c98efe1f9d4c"], -Cell[36308, 976, 670, 18, 70, "TechNotesSection",ExpressionUUID->"db6896cf-cfb3-4168-a2fe-c6d3b0a7ab19"] -}, Open ]], -Cell[36993, 997, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7233712c-e184-47dc-981c-a432e7e9e33c"], -Cell[38029, 1025, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"be2faf9d-b51f-4949-9177-498329dd1923"], -Cell[CellGroupData[{ -Cell[40311, 1093, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"55aecd43-d89e-47bc-abec-b9f7afd962c7", +Cell[40688, 1108, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"55aecd43-d89e-47bc-abec-b9f7afd962c7", CellID->778415021], -Cell[40451, 1096, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0e4f3b3b-8ace-47f7-a16d-c392292d0a7c", +Cell[40828, 1111, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0e4f3b3b-8ace-47f7-a16d-c392292d0a7c", CellID->1194386356], -Cell[40673, 1102, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ebcd0fa0-a685-43bf-8582-5637709eb666", +Cell[41050, 1117, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ebcd0fa0-a685-43bf-8582-5637709eb666", CellID->1641706272], -Cell[40888, 1107, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9611aa8d-1dd7-472c-aee7-088983c96f39", +Cell[41265, 1122, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9611aa8d-1dd7-472c-aee7-088983c96f39", CellID->399251956], -Cell[41117, 1113, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fa71c545-2392-4f24-8f55-58584bae4da4", +Cell[41494, 1128, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fa71c545-2392-4f24-8f55-58584bae4da4", CellID->821434655] }, Open ]], -Cell[41354, 1119, 78, 0, 70, "FooterCell",ExpressionUUID->"f9376052-29dc-4418-8136-f49cded4d9d4"] +Cell[41731, 1134, 78, 0, 70, "FooterCell",ExpressionUUID->"f345c567-ded0-4293-90b1-c34bf33ec480"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Nuc1convex.nb b/Documentation/English/ReferencePages/Symbols/Nuc1convex.nb index 34a9a6b..97175d0 100644 --- a/Documentation/English/ReferencePages/Symbols/Nuc1convex.nb +++ b/Documentation/English/ReferencePages/Symbols/Nuc1convex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45943, 1198] -NotebookOptionsPosition[ 35567, 991] -NotebookOutlinePosition[ 37628, 1044] -CellTagsIndexPosition[ 37542, 1039] +NotebookDataLength[ 45953, 1199] +NotebookOptionsPosition[ 35588, 993] +NotebookOutlinePosition[ 37672, 1047] +CellTagsIndexPosition[ 37586, 1042] WindowTitle->Nuc1convex WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e2a9b7bc-09af-4d43-a543-308697f58097"], + "10096a4d-e00a-4357-a842-adc8f54df788"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b95925ff-4a15-4cf0-a374-c51797691b71"], + "396e9f0b-279b-4fee-9ae7-e54c15f4fa30"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bb2f9f84-e233-4320-9925-5426f5e85cf1"] - }],ExpressionUUID->"0f294b10-c982-4052-a2ae-ee3fc69eb83d"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"LexiCenter\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LexiCenter"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "33bc5596-80ad-4e7b-b074-ca21d9f00244"] + }],ExpressionUUID->"7db67e4e-c6e4-4c06-af3d-ffcf58c631ee"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"LexiCenter\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LexiCenter"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2e23c830-3aed-44c8-99cb-f3eb8d6dda42"], + "40b00a2f-3793-4559-b7e2-7d375c24c2c4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1df41d0d-b289-41ec-a638-44a443398a27"] - }],ExpressionUUID->"87fdeba5-e210-400c-ad17-3736d938cc5b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9f0fca49-016d-444a-b748-578a85ffbcd8"] + }],ExpressionUUID->"6620e65b-9ae7-478a-a649-2b8f7ab69173"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2b19e071-3591-48f1-81b8-88174452b1e1"], + "b7bb92ad-8807-4322-8b5f-71aaa356e6cc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ce0990b-6611-4e1f-817c-4b2bafb1e98f"] - }],ExpressionUUID->"dd6d7fea-7885-4743-9170-13161d4fcb3e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f8471520-c421-4e56-b573-b47652ca8ebb"] + }],ExpressionUUID->"7d890be9-87f0-4cb9-8504-056fb9b3b7f7"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a7f875fe-f46f-4fd4-bcf4-da6b537b31ac"], + "8794ee8a-49cf-40f3-a923-98519e9b80e1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8f6fec67-9ecb-4f30-8356-59fab6f06194"] - }],ExpressionUUID->"e5ce8f2a-ae06-4474-82cd-c8dd961e0ce6"], - StripOnInput->False], {"\<\"TUG/ref/Nuc1convex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Nuc1convex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Nuc1convex.\ + "cb2e8d96-8e93-4104-9e5c-a54141b5e9b1"] + }],ExpressionUUID->"4a5ac7fc-660b-4089-93eb-1e0ba17b5190"], + StripOnInput->False],{ + "\"TUG/ref/Nuc1convex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Nuc1convex"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Nuc1convex.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$126900], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Nuc1convex" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$136740], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Nuc1convex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "93ea34e1-3dde-47c1-a8aa-da8c37e344a9"] + "5bfa96c9-d34b-4851-89fa-436b54fc840b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e342a0f7-34e3-44a5-8296-ef608472475f"]} + "3ca82234-abbc-4628-b48f-b0da747c4b99"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"440258d7-856a-4f56-89f2-c7a32f9ca811"], + CellID->1,ExpressionUUID->"1846e7b5-8304-4cde-9cda-7840d26c5421"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"981fc96f-0242-42aa-a8ee-bc68e33ed686"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f1e6c101-941b-455a-8dff-374e84fbdeef"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Nuc1convex", "ObjectName",ExpressionUUID-> - "be730194-2488-4bf8-b3cd-cf4af8ebfe71"], + "0f0db727-6a1a-4f96-9f37-0e09bcbb94b7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1e111a3c-591f-45e9-8a78-3c9d52fa8821"], + "Spacer1"]],ExpressionUUID->"b8e5f3da-6c12-4456-a077-a2ff93dc54d5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e544d0af-ca1a-44e6-8c8f-ac42c4bc6d85"] - }],ExpressionUUID->"fce4d326-54dd-4ab7-aad1-c5e713d20fac"], Cell[BoxData[ + "fe24a9a6-d8d1-4621-8e19-01d6188c1e41"] + }],ExpressionUUID->"3107d3e7-aefe-4b6f-98b8-f243bc5fd14a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e7086232-a4fc-439b-a624-3112f7f34127"]} + "1b3714fe-85b7-4bab-a7c4-b7542ee74692"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"970d52ea-b148-4b20-a68a-73bb315399b4"], + CacheGraphics->False,ExpressionUUID->"aef22ebf-104e-4ebf-98dd-eb934d70b9b3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "1c5a4167-d4d3-47f8-bb78-80d7aacd47e8"], " \[LineSeparator]can be only used to calculate the nucleolus for \ 1-convex games." - }],ExpressionUUID->"424451f4-9e3a-4a2b-8e06-ec44bb87ebab"]} + }],ExpressionUUID->"e6362cdd-2f60-4399-9b04-cdbbc19d5c11"]} }]], "Usage", CellID->13458665,ExpressionUUID->"8c9f0e3c-d506-4390-9a01-ead393854ad3"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dfe013bd-fcff-4112-bf86-559d76eacd6e"], + ExpressionUUID->"3f8ac3dc-706d-424f-a004-d5999d954861"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7e23aa6b-7544-494b-9b83-2185f4cb53be"], + "Spacer1"]],ExpressionUUID->"adbf9d7d-cbc8-46de-b2d6-4817ff3d1bee"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"33fc6139-028f-43a5-8b43-63b4a9ed6cd1"], + }], "NotesFrameText",ExpressionUUID->"93af8822-cc68-4e46-920d-7662db53d740"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c05ebfb4-3f54-4c2a-a61d-bfc8750c8679"]], \ + "Preemptive"]],ExpressionUUID->"b581a0ed-f306-41cf-aff7-4a0eefb0838d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1008169604,ExpressionUUID->"97af09a8-6c61-4127-a68d-513129e9ed3c"], + CellID->804108987,ExpressionUUID->"96a6d499-67e9-40f7-bc26-0be1ed34c186"], Cell[TextData[{ "The input expression ", @@ -367,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0fc98271-b2cc-41c6-b32c-5f8dfd91044f"], + ExpressionUUID->"d7a47d0f-3c57-40b8-8389-8b4156488293"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8c2bf0d8-47f0-4f45-89b5-5e9456719aec"], + "Spacer1"]],ExpressionUUID->"0289b6c3-71e5-40d3-b375-68f5b78c2985"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5ca9a027-45f7-4cbd-92fc-0577d5a87066"] + "f7c6f38c-6890-49ff-9b23-663a37d6206d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->681322945,ExpressionUUID->"4f8a4202-7cfd-455c-86d7-0444d8b5610c"], + CellID->529332874,ExpressionUUID->"f85e1f33-baf8-48b8-8d8a-97b2eca07a06"], Cell[CellGroupData[{ @@ -408,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"49b82b1b-2eab-4ae3-9dca-839c8f013ab5"], + ExpressionUUID->"4345cd42-c5c1-4a6c-ade2-63a5181ed701"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a9d3cbc8-c17d-482c-96df-b357994d1243"], + "Spacer1"]],ExpressionUUID->"3ac0f2b3-1f0f-4521-ab29-b12503667289"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bc86c20b-f81f-4ce4-b419-ff2ac9380ce5"] + "06f13321-6475-45cc-844e-e421b2fb0cef"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1238524043,ExpressionUUID->"b2f26bee-5fca-4395-bc9a-dfc91c025f4e"], + CellID->1009039399,ExpressionUUID->"d24d2550-e713-4714-91f5-ddeeb44c90b9"], Cell["Loading the package:", "ExampleText", CellID->1229791843,ExpressionUUID->"a516d687-267d-42cd-b80e-c6214d342281"], @@ -727,8 +732,6 @@ Cell["Both solutions coincide as expected.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -876,15 +879,15 @@ Cell[BoxData[GridBox[{ "d9e292b9-d97d-488c-8b0b-5a60ec2af1ac"] }], "SeeAlso",ExpressionUUID->"a5a4a642-8511-4382-b425-a9b37e132572"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a0ecc629-4f09-49aa-82de-\ -54d2b444a8b8"], + }]], "SeeAlsoSection",ExpressionUUID->"54171b54-8dcc-4a52-aab7-\ +e7c2d8e11b60"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -896,9 +899,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3301f0a3-f9f9-43cc-87d2-28068df96948"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"284c39ee-211e-4705-a27c-\ -e433630713d5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a2073567-be73-462e-9497-\ +1b8a00403a58"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "34e6b7d7-6bfd-4553-b841-120b8bf79b58"]}]}, + "c7b3df0f-d17c-4ae4-aeef-0a3c6fd18f6a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -923,10 +925,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a6b05538-435a-49f4-a860-d9f76f9a2940"]}]} + "6609c7f7-edac-4a58-898d-62669a36b2d1"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f722e1cb-b1e2-4207-9d1e-\ -1a6c54619736"], + }]], "MoreAboutSection",ExpressionUUID->"20cda0e9-4865-4a32-bb91-\ +ed663483a603"], Cell[BoxData[GridBox[{ { @@ -953,11 +955,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f86f9e4c-dbda-4e30-8def-68bfb8c3bce0"]], "RelatedLinks", + "99f6039b-668f-44a8-ac44-09cc1764c87f"]], "RelatedLinks", ExpressionUUID->"db46476d-61ac-4b63-8858-aea7c8a01db3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4eeb7883-4dbc-4a94-b6a9-\ -01053b0d6c54"], + }]], "RelatedLinksSection",ExpressionUUID->"07b89139-8b02-4018-9413-\ +3aaabc4c7733"], Cell[CellGroupData[{ @@ -987,11 +989,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9f5dda5d-06f3-452c-b6d5-bdf12accb1fa"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"336d5c73-362f-4f14-98a4-aa784e827ee3"] +Cell[" ", "FooterCell",ExpressionUUID->"d4f358ff-9262-4f3a-a8d0-b8920110627d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Nuc1convex", TaggingRules->{ @@ -1002,17 +1004,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 9.223915}", + "built" -> "{2024, 6, 3, 16, 54, 0.681957}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Nuc1convex[game] can be only used to calculate the nucleolus for \ 1-convex games.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "Nuc1convex", "titlemodifier" -> "", "windowtitle" -> "Nuc1convex", - "type" -> "Symbol", "uri" -> "TUG/ref/Nuc1convex"}}, + "Nuc1convex", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "Nuc1convex", "type" -> "Symbol", "uri" -> + "TUG/ref/Nuc1convex"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1021,9 +1024,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a921704a-0d1d-473b-856b-3c5068737759" +ExpressionUUID->"ce6b1cd7-a1d9-4cf9-a04d-1bad04f0fa13" ] (* End of Notebook Content *) @@ -1031,175 +1034,173 @@ ExpressionUUID->"a921704a-0d1d-473b-856b-3c5068737759" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13178, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4f8a4202-7cfd-455c-86d7-0444d8b5610c", + Cell[13233, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f85e1f33-baf8-48b8-8d8a-97b2eca07a06", CellTags->"PrimaryExamplesSection", - CellID->681322945]} + CellID->529332874]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37342, 1032} + {"PrimaryExamplesSection", 37386, 1035} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7091, 168, 56, "AnchorBarGrid",ExpressionUUID->"440258d7-856a-4f56-89f2-c7a32f9ca811", +Cell[582, 21, 7147, 173, 57, "AnchorBarGrid",ExpressionUUID->"1846e7b5-8304-4cde-9cda-7840d26c5421", CellID->1], -Cell[7676, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"981fc96f-0242-42aa-a8ee-bc68e33ed686"], +Cell[7732, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f1e6c101-941b-455a-8dff-374e84fbdeef"], Cell[CellGroupData[{ -Cell[7787, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"970d52ea-b148-4b20-a68a-73bb315399b4"], -Cell[9074, 232, 475, 10, 111, "Usage",ExpressionUUID->"8c9f0e3c-d506-4390-9a01-ead393854ad3", +Cell[7843, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"aef22ebf-104e-4ebf-98dd-eb934d70b9b3"], +Cell[9130, 237, 475, 10, 111, "Usage",ExpressionUUID->"8c9f0e3c-d506-4390-9a01-ead393854ad3", CellID->13458665] }, Open ]], Cell[CellGroupData[{ -Cell[9586, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"97af09a8-6c61-4127-a68d-513129e9ed3c", +Cell[9642, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"96a6d499-67e9-40f7-bc26-0be1ed34c186", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1008169604], -Cell[11484, 296, 515, 12, 57, "Notes",ExpressionUUID->"f6ecb9eb-f51c-412e-8f44-8ee2c550920c", + CellID->804108987], +Cell[11539, 301, 515, 12, 57, "Notes",ExpressionUUID->"f6ecb9eb-f51c-412e-8f44-8ee2c550920c", CellID->1014199156], -Cell[12002, 310, 489, 12, 37, "Notes",ExpressionUUID->"baa41fbb-0b87-4cd8-b29b-366cf2ac52de", +Cell[12057, 315, 489, 12, 38, "Notes",ExpressionUUID->"baa41fbb-0b87-4cd8-b29b-366cf2ac52de", CellID->177724765], -Cell[12494, 324, 207, 4, 36, "Notes",ExpressionUUID->"54282c2f-cf97-404b-8b31-1a2cdfae3923", +Cell[12549, 329, 207, 4, 36, "Notes",ExpressionUUID->"54282c2f-cf97-404b-8b31-1a2cdfae3923", CellID->407213937], -Cell[12704, 330, 168, 3, 36, "Notes",ExpressionUUID->"eb55d62d-9d2a-45e2-995e-fe9c54f8327f", +Cell[12759, 335, 168, 3, 36, "Notes",ExpressionUUID->"eb55d62d-9d2a-45e2-995e-fe9c54f8327f", CellID->1679763453], -Cell[12875, 335, 176, 3, 36, "Notes",ExpressionUUID->"377abf93-d30d-4024-b24a-e14cb60dcc33", +Cell[12930, 340, 176, 3, 36, "Notes",ExpressionUUID->"377abf93-d30d-4024-b24a-e14cb60dcc33", CellID->385993288] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13178, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4f8a4202-7cfd-455c-86d7-0444d8b5610c", +Cell[13233, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f85e1f33-baf8-48b8-8d8a-97b2eca07a06", CellTags->"PrimaryExamplesSection", - CellID->681322945], + CellID->529332874], Cell[CellGroupData[{ -Cell[14623, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b2f26bee-5fca-4395-bc9a-dfc91c025f4e", - CellID->1238524043], -Cell[16025, 423, 119, 1, 38, "ExampleText",ExpressionUUID->"a516d687-267d-42cd-b80e-c6214d342281", +Cell[14678, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d24d2550-e713-4714-91f5-ddeeb44c90b9", + CellID->1009039399], +Cell[16080, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"a516d687-267d-42cd-b80e-c6214d342281", CellID->1229791843], Cell[CellGroupData[{ -Cell[16169, 428, 167, 3, 27, "Input",ExpressionUUID->"d19365bd-3d7e-4d03-b629-1f707831cfbd", +Cell[16224, 433, 167, 3, 27, "Input",ExpressionUUID->"d19365bd-3d7e-4d03-b629-1f707831cfbd", CellID->354196349], Cell[CellGroupData[{ -Cell[16361, 435, 235, 4, 23, "Print",ExpressionUUID->"76ec38e0-e6f4-44d0-ae91-acc5680a641a", +Cell[16416, 440, 235, 4, 23, "Print",ExpressionUUID->"76ec38e0-e6f4-44d0-ae91-acc5680a641a", CellID->886751844], -Cell[16599, 441, 364, 8, 23, "Print",ExpressionUUID->"36a3b329-e6a0-4264-bb5d-b6f30ae4448d", +Cell[16654, 446, 364, 8, 23, "Print",ExpressionUUID->"36a3b329-e6a0-4264-bb5d-b6f30ae4448d", CellID->995924772], -Cell[16966, 451, 235, 4, 23, "Print",ExpressionUUID->"53740825-ff1f-4eac-9d44-bbe05fc97d05", +Cell[17021, 456, 235, 4, 23, "Print",ExpressionUUID->"53740825-ff1f-4eac-9d44-bbe05fc97d05", CellID->486689252], -Cell[17204, 457, 219, 3, 23, "Print",ExpressionUUID->"cb9b282c-709c-4209-802d-38e76ecd9719", +Cell[17259, 462, 219, 3, 23, "Print",ExpressionUUID->"cb9b282c-709c-4209-802d-38e76ecd9719", CellID->240974120], -Cell[17426, 462, 207, 3, 23, "Print",ExpressionUUID->"b1e67e31-9c6b-4b9a-ab79-851c98939f29", +Cell[17481, 467, 207, 3, 23, "Print",ExpressionUUID->"b1e67e31-9c6b-4b9a-ab79-851c98939f29", CellID->1653714016], -Cell[17636, 467, 237, 4, 23, "Print",ExpressionUUID->"5753aadd-64a3-4ba4-83c7-0a1dbcf13574", +Cell[17691, 472, 237, 4, 23, "Print",ExpressionUUID->"5753aadd-64a3-4ba4-83c7-0a1dbcf13574", CellID->1442950987], -Cell[17876, 473, 218, 3, 23, "Print",ExpressionUUID->"015a4bf5-8196-4a97-b8de-4eb4edf4b7c5", +Cell[17931, 478, 218, 3, 23, "Print",ExpressionUUID->"015a4bf5-8196-4a97-b8de-4eb4edf4b7c5", CellID->52107582], -Cell[18097, 478, 236, 4, 23, "Print",ExpressionUUID->"2594c6aa-a133-4066-b9d2-e5454ed4f531", +Cell[18152, 483, 236, 4, 23, "Print",ExpressionUUID->"2594c6aa-a133-4066-b9d2-e5454ed4f531", CellID->1330994016], -Cell[18336, 484, 235, 4, 23, "Print",ExpressionUUID->"58dd31a5-57d2-4e77-b418-dac667e36ff9", +Cell[18391, 489, 235, 4, 23, "Print",ExpressionUUID->"58dd31a5-57d2-4e77-b418-dac667e36ff9", CellID->378455792], -Cell[18574, 490, 207, 3, 23, "Print",ExpressionUUID->"5b5f3cfc-fbdf-4f2e-8e6e-ea633aa17fd7", +Cell[18629, 495, 207, 3, 23, "Print",ExpressionUUID->"5b5f3cfc-fbdf-4f2e-8e6e-ea633aa17fd7", CellID->1665135693], -Cell[18784, 495, 236, 4, 70, "Print",ExpressionUUID->"8f838495-cb2e-447a-b00c-34d21f869dc4", +Cell[18839, 500, 236, 4, 70, "Print",ExpressionUUID->"8f838495-cb2e-447a-b00c-34d21f869dc4", CellID->1087422749] }, Open ]] }, Open ]], -Cell[19047, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"43d1a6f9-4459-4ad3-af36-2aff46d62512", +Cell[19102, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"43d1a6f9-4459-4ad3-af36-2aff46d62512", CellID->345178324], -Cell[19186, 506, 234, 6, 70, "Input",ExpressionUUID->"0d5370c4-4671-46e9-aefc-35e3c553b501", +Cell[19241, 511, 234, 6, 70, "Input",ExpressionUUID->"0d5370c4-4671-46e9-aefc-35e3c553b501", CellID->762071648], -Cell[19423, 514, 378, 9, 70, "Input",ExpressionUUID->"903ca635-71cb-44c7-ac6a-bb806a11e33a", +Cell[19478, 519, 378, 9, 70, "Input",ExpressionUUID->"903ca635-71cb-44c7-ac6a-bb806a11e33a", CellID->301572270], -Cell[19804, 525, 237, 6, 70, "Input",ExpressionUUID->"55d0732c-b569-4678-b4ef-046020e06723", +Cell[19859, 530, 237, 6, 70, "Input",ExpressionUUID->"55d0732c-b569-4678-b4ef-046020e06723", CellID->731171612], -Cell[20044, 533, 170, 3, 70, "ExampleText",ExpressionUUID->"4bad9945-f7bb-401c-a08a-8380d0669671", +Cell[20099, 538, 170, 3, 70, "ExampleText",ExpressionUUID->"4bad9945-f7bb-401c-a08a-8380d0669671", CellID->349327786], Cell[CellGroupData[{ -Cell[20239, 540, 165, 3, 70, "Input",ExpressionUUID->"41e5ea0e-6008-46af-8498-a672d0af180c", +Cell[20294, 545, 165, 3, 70, "Input",ExpressionUUID->"41e5ea0e-6008-46af-8498-a672d0af180c", CellID->1562162194], -Cell[20407, 545, 160, 3, 36, "Output",ExpressionUUID->"d5737e92-ad47-4a84-8fa0-82b606b33227", +Cell[20462, 550, 160, 3, 36, "Output",ExpressionUUID->"d5737e92-ad47-4a84-8fa0-82b606b33227", CellID->1087520232] }, Open ]], -Cell[20582, 551, 374, 6, 70, "ExampleText",ExpressionUUID->"3db989fd-397e-454f-81a7-8c470b3075e3", +Cell[20637, 556, 374, 6, 70, "ExampleText",ExpressionUUID->"3db989fd-397e-454f-81a7-8c470b3075e3", CellID->433039866], Cell[CellGroupData[{ -Cell[20981, 561, 161, 3, 70, "Input",ExpressionUUID->"7d738740-4a42-4358-a032-379f15ee866f", +Cell[21036, 566, 161, 3, 70, "Input",ExpressionUUID->"7d738740-4a42-4358-a032-379f15ee866f", CellID->1263340578], -Cell[21145, 566, 367, 8, 36, "Output",ExpressionUUID->"60b76ca1-d83b-43df-8582-2a0406e3a318", +Cell[21200, 571, 367, 8, 36, "Output",ExpressionUUID->"60b76ca1-d83b-43df-8582-2a0406e3a318", CellID->1377121940] }, Open ]], -Cell[21527, 577, 235, 4, 70, "ExampleText",ExpressionUUID->"0f3d063d-3fcb-4977-acc9-921f51347c8b", +Cell[21582, 582, 235, 4, 70, "ExampleText",ExpressionUUID->"0f3d063d-3fcb-4977-acc9-921f51347c8b", CellID->10199983], Cell[CellGroupData[{ -Cell[21787, 585, 214, 5, 70, "Input",ExpressionUUID->"ffaf6924-d450-415a-a2e1-71f92af417f9", +Cell[21842, 590, 214, 5, 70, "Input",ExpressionUUID->"ffaf6924-d450-415a-a2e1-71f92af417f9", CellID->929906926], -Cell[22004, 592, 366, 8, 36, "Output",ExpressionUUID->"a5cd70ed-3c2c-4788-9ad1-77d4611416d3", +Cell[22059, 597, 366, 8, 36, "Output",ExpressionUUID->"a5cd70ed-3c2c-4788-9ad1-77d4611416d3", CellID->538884323] }, Open ]], -Cell[22385, 603, 265, 7, 70, "Input",ExpressionUUID->"2d5a7b3c-d8d2-4b1f-80d5-cbb4663e5ebf", +Cell[22440, 608, 265, 7, 70, "Input",ExpressionUUID->"2d5a7b3c-d8d2-4b1f-80d5-cbb4663e5ebf", CellID->407451064], -Cell[22653, 612, 214, 4, 70, "ExampleText",ExpressionUUID->"8c999af1-dba7-4d39-bab7-2034aea352e8", +Cell[22708, 617, 214, 4, 70, "ExampleText",ExpressionUUID->"8c999af1-dba7-4d39-bab7-2034aea352e8", CellID->1611801209], Cell[CellGroupData[{ -Cell[22892, 620, 163, 3, 70, "Input",ExpressionUUID->"4956f193-2206-4e49-982f-9d664f17895a", +Cell[22947, 625, 163, 3, 70, "Input",ExpressionUUID->"4956f193-2206-4e49-982f-9d664f17895a", CellID->16676236], -Cell[23058, 625, 159, 3, 36, "Output",ExpressionUUID->"d736247e-a7cc-46d6-ae87-0c23b8c0c19f", +Cell[23113, 630, 159, 3, 36, "Output",ExpressionUUID->"d736247e-a7cc-46d6-ae87-0c23b8c0c19f", CellID->1875984771] }, Open ]], -Cell[23232, 631, 191, 4, 70, "ExampleText",ExpressionUUID->"88b6ab41-c659-443b-a425-5ea130b28c3d", +Cell[23287, 636, 191, 4, 70, "ExampleText",ExpressionUUID->"88b6ab41-c659-443b-a425-5ea130b28c3d", CellID->1751977249], Cell[CellGroupData[{ -Cell[23448, 639, 169, 3, 70, "Input",ExpressionUUID->"f4e06edb-e7e6-4ca5-924d-1a53a18091a6", +Cell[23503, 644, 169, 3, 70, "Input",ExpressionUUID->"f4e06edb-e7e6-4ca5-924d-1a53a18091a6", CellID->1373612873], -Cell[23620, 644, 174, 4, 36, "Output",ExpressionUUID->"ef0c6467-51ba-4622-8986-31a4284fad5c", +Cell[23675, 649, 174, 4, 36, "Output",ExpressionUUID->"ef0c6467-51ba-4622-8986-31a4284fad5c", CellID->1136045015] }, Open ]], -Cell[23809, 651, 213, 4, 70, "ExampleText",ExpressionUUID->"54b17a9d-f09c-4214-a02e-a5f0066447cb", +Cell[23864, 656, 213, 4, 70, "ExampleText",ExpressionUUID->"54b17a9d-f09c-4214-a02e-a5f0066447cb", CellID->889675259], Cell[CellGroupData[{ -Cell[24047, 659, 194, 4, 70, "Input",ExpressionUUID->"6a38caa5-a94d-47a6-a72b-8d375a55d784", +Cell[24102, 664, 194, 4, 70, "Input",ExpressionUUID->"6a38caa5-a94d-47a6-a72b-8d375a55d784", CellID->2144740054], -Cell[24244, 665, 313, 9, 51, "Output",ExpressionUUID->"d48080fa-04c1-45ca-9008-6a3d33b28f26", +Cell[24299, 670, 313, 9, 50, "Output",ExpressionUUID->"d48080fa-04c1-45ca-9008-6a3d33b28f26", CellID->941009168] }, Open ]], -Cell[24572, 677, 177, 3, 70, "ExampleText",ExpressionUUID->"6f8afbe9-5bf7-473b-9474-ecc00bd852c5", +Cell[24627, 682, 177, 3, 70, "ExampleText",ExpressionUUID->"6f8afbe9-5bf7-473b-9474-ecc00bd852c5", CellID->2014510170], Cell[CellGroupData[{ -Cell[24774, 684, 207, 4, 70, "Input",ExpressionUUID->"543325ae-6522-4357-8c65-a68298bb5fd3", +Cell[24829, 689, 207, 4, 70, "Input",ExpressionUUID->"543325ae-6522-4357-8c65-a68298bb5fd3", CellID->27283625], -Cell[24984, 690, 160, 3, 36, "Output",ExpressionUUID->"dfadf939-05f8-4ff6-af16-511e846437c5", +Cell[25039, 695, 160, 3, 36, "Output",ExpressionUUID->"dfadf939-05f8-4ff6-af16-511e846437c5", CellID->2089961274] }, Open ]], -Cell[25159, 696, 172, 3, 70, "ExampleText",ExpressionUUID->"b6fa12b4-772f-4d21-b35e-7670f3289780", +Cell[25214, 701, 172, 3, 70, "ExampleText",ExpressionUUID->"b6fa12b4-772f-4d21-b35e-7670f3289780", CellID->51901509], Cell[CellGroupData[{ -Cell[25356, 703, 175, 3, 70, "Input",ExpressionUUID->"77223afc-a2b2-4db3-8e85-1879c44df9a9", +Cell[25411, 708, 175, 3, 70, "Input",ExpressionUUID->"77223afc-a2b2-4db3-8e85-1879c44df9a9", CellID->887883718], -Cell[25534, 708, 313, 9, 51, "Output",ExpressionUUID->"62aba898-7db1-4251-9555-cf6af88ae180", +Cell[25589, 713, 313, 9, 50, "Output",ExpressionUUID->"62aba898-7db1-4251-9555-cf6af88ae180", CellID->158133524] }, Open ]], -Cell[25862, 720, 135, 1, 70, "ExampleText",ExpressionUUID->"2bec2dcd-ee70-4097-89c1-de82fd48f55c", +Cell[25917, 725, 135, 1, 70, "ExampleText",ExpressionUUID->"2bec2dcd-ee70-4097-89c1-de82fd48f55c", CellID->1304294830] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26282, 734, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"54171b54-8dcc-4a52-aab7-e7c2d8e11b60"], +Cell[31758, 884, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a2073567-be73-462e-9497-1b8a00403a58"], +Cell[32431, 904, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"20cda0e9-4865-4a32-bb91-ed663483a603"], +Cell[33467, 932, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"07b89139-8b02-4018-9413-3aaabc4c7733"], Cell[CellGroupData[{ -Cell[26249, 731, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"a0ecc629-4f09-49aa-82de-54d2b444a8b8"], -Cell[31725, 881, 670, 18, 70, "TechNotesSection",ExpressionUUID->"284c39ee-211e-4705-a27c-e433630713d5"] -}, Open ]], -Cell[32410, 902, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f722e1cb-b1e2-4207-9d1e-1a6c54619736"], -Cell[33446, 930, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"4eeb7883-4dbc-4a94-b6a9-01053b0d6c54"], -Cell[CellGroupData[{ -Cell[34442, 963, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8392de74-58b9-454b-92c3-6d4770411624", +Cell[34463, 965, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8392de74-58b9-454b-92c3-6d4770411624", CellID->174251628], -Cell[34582, 966, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5a3c2f66-cee7-4994-b8f2-e7b6fcec0566", +Cell[34603, 968, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5a3c2f66-cee7-4994-b8f2-e7b6fcec0566", CellID->1194386356], -Cell[34804, 972, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"249dab76-bc5a-44a7-975c-9fd6450e0f34", +Cell[34825, 974, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"249dab76-bc5a-44a7-975c-9fd6450e0f34", CellID->1641706272], -Cell[35019, 977, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aaf69088-95ff-47ba-89eb-d0147d3c69a5", +Cell[35040, 979, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"aaf69088-95ff-47ba-89eb-d0147d3c69a5", CellID->399251956], -Cell[35248, 983, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f5dda5d-06f3-452c-b6d5-bdf12accb1fa", +Cell[35269, 985, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f5dda5d-06f3-452c-b6d5-bdf12accb1fa", CellID->821434655] }, Open ]], -Cell[35485, 989, 78, 0, 70, "FooterCell",ExpressionUUID->"336d5c73-362f-4f14-98a4-aa784e827ee3"] +Cell[35506, 991, 78, 0, 70, "FooterCell",ExpressionUUID->"d4f358ff-9262-4f3a-a8d0-b8920110627d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NucAirProb.nb b/Documentation/English/ReferencePages/Symbols/NucAirProb.nb index 27beecb..6247b0d 100644 --- a/Documentation/English/ReferencePages/Symbols/NucAirProb.nb +++ b/Documentation/English/ReferencePages/Symbols/NucAirProb.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42506, 1090] -NotebookOptionsPosition[ 34387, 931] -NotebookOutlinePosition[ 36503, 985] -CellTagsIndexPosition[ 36418, 980] +NotebookDataLength[ 42574, 1094] +NotebookOptionsPosition[ 34434, 935] +NotebookOutlinePosition[ 36569, 989] +CellTagsIndexPosition[ 36484, 984] WindowTitle->NucAirProb WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d9e3dc50-9c74-42d0-ab73-3bdde3c75104"], + "a39d11f2-faf3-492e-b1eb-b60a0f94adc2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ee68fbd9-2b26-43b0-ba6f-d6a21af8cee6"], + "d4e5b10d-fdbd-40dc-8350-8f779674fc41"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,39 +51,40 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a5a12d5c-2691-4683-b061-366157a5717c"] - }],ExpressionUUID->"a34e23b7-18c8-428a-8d91-ea71f950098b"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"ShapAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapAirProb"], "\<\"TauValAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValAirProb"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "5078f54d-d62c-4cef-b317-0aa9d39a9c6a"] + }],ExpressionUUID->"f23fe790-1957-4b1b-a209-e753af351a03"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"ShapAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapAirProb"], + "\"TauValAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValAirProb"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "542109b9-ed68-4460-8efe-e5d5262d4310"], + "796d3410-4625-4343-88d8-ed5f911706a4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -99,18 +100,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "db1d3a7b-2ef1-4664-929c-f6d87f9ecafc"] - }],ExpressionUUID->"e89d9cc6-d6c4-4a2a-90a8-c2207bd37cf1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3718971c-2d2c-408c-bd8b-ca62a7a4dc0c"] + }],ExpressionUUID->"6e122ced-ad1e-40a9-858d-a11f7fd4b8f5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "07b46878-e9ff-44a6-85a3-291c4f5990e9"], + "1c3bc116-852f-467d-8bd1-dd11ea6b1996"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -126,16 +128,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ebfd3f5-7bd0-4861-8316-de8782f20f4e"] - }],ExpressionUUID->"86f0633d-6261-472e-80ca-233501036436"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "761ad2e5-e510-4fd2-a1cd-6869bdc06260"] + }],ExpressionUUID->"033f4bd9-b260-4f67-b22e-e3a516f87b7c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0441d652-ea33-45b2-8dcb-9299d976035d"], + "2266d764-3242-4083-8d51-06624c07357e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -151,51 +154,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b410e402-22f7-4197-b714-8b90b296ebde"] - }],ExpressionUUID->"4cfb4447-3788-4d89-bf58-3a4c672d8e00"], - StripOnInput->False], {"\<\"TUG/ref/NucAirProb\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NucAirProb"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NucAirProb.\ + "a2146cd5-5195-40fb-ad93-f5920ddd4622"] + }],ExpressionUUID->"fd9bea71-bb06-4963-9306-bee586f2b9dc"], + StripOnInput->False],{ + "\"TUG/ref/NucAirProb\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NucAirProb"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/NucAirProb.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$127468], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NucAirProb" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$137342], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NucAirProb" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ba1dc5b0-9f0a-4504-a36d-2eb04b2d5b36"] + "c81964ba-f392-4a1c-bede-fdcca006c81b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3e314366-4344-405f-9bd8-26c7ec19a542"]} + "1f6ba70c-1452-45a2-8a27-2f8a23158ba0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"51555193-d009-47d5-9770-90aec943cd8a"], + CellID->1,ExpressionUUID->"99eecfae-c3bf-4af7-9fda-6b3b85423d00"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ecb41225-974c-4152-84cd-9bd9ff440b39"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ba832ec3-dc90-4bb5-8cc3-cf57af760ea6"], Cell[CellGroupData[{ @@ -203,17 +207,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NucAirProb", "ObjectName",ExpressionUUID-> - "41c408f4-b1c5-429a-ac7a-25a18f5e7978"], + "2fbcfaa0-f147-42ae-871b-3918d6860fea"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3697aeef-6055-4e2a-a9b3-5752e39a77c2"], + "Spacer1"]],ExpressionUUID->"cd527c05-edbf-4cd1-93ca-adaca7528703"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2ccd1586-70bf-4af8-a660-66c469ca30bd"] - }],ExpressionUUID->"47d64c30-d374-4a7b-a77d-cf19c986ed30"], + "483e77bf-15f1-4dda-9167-edd8baa08022"] + }],ExpressionUUID->"b33136e8-1acc-4056-983f-ea3e050b2250"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"b24d85c0-619d-4e68-a18f-\ -08442977e1b2"], + }]], "ObjectNameGrid",ExpressionUUID->"24cac90d-302a-4780-b175-\ +b1b0a5b323ef"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -224,7 +228,7 @@ Cell[BoxData[GridBox[{ "aebda6ba-cfa8-4c63-9ba3-440ce1e92a0f"], " \[LineSeparator]computes from an airport cost allocation problem the \ associated nucleolus of the airport cost game." - }],ExpressionUUID->"bace9153-c8ef-4f55-9a12-16d1e74eeadf"]} + }],ExpressionUUID->"86e8f198-5021-49eb-9d9b-f4ff3337d520"]} }]], "Usage", CellID->1257049017,ExpressionUUID->"48aa80ec-cebb-4789-aa4b-ed3648c98ce9"] }, Open ]], @@ -257,12 +261,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2237abe9-9677-4e85-a48d-cc202cb7b757"], + ExpressionUUID->"b51bcf82-0a0e-409a-8d61-6d4f888f5787"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f34619ba-86fc-48e9-abba-81689e30d826"], + "Spacer1"]],ExpressionUUID->"7a71161e-1bec-449b-8902-387d727ddfef"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2d536460-69be-4d46-a610-793baaa77305"], + }], "NotesFrameText",ExpressionUUID->"137d6cc7-2974-4843-b667-54b0316bc102"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5733071d-9c9b-42ce-8203-5d15930823c5"]], \ + "Preemptive"]],ExpressionUUID->"924b1cb8-768c-4e27-a8df-077941e3a87c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->546533402,ExpressionUUID->"6fc2aa15-60b3-4f19-bd07-d911d0fabc33"], + CellID->1409686318,ExpressionUUID->"ef8267a1-763f-47f3-9f9b-c8c5055d52ab"], Cell[TextData[{ "The expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"04f6d321-6adf-46b8-a95e-9c6ac65f0023"], + ExpressionUUID->"1322b361-b845-4a59-8084-5ea824f080df"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6c51fa47-f68d-4112-bbb3-9b0639de8657"], + "Spacer1"]],ExpressionUUID->"fa461cab-8f0e-49e4-971c-1ff72efcb43c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9c7e8078-8595-48c8-a031-a88be9468b55"] + "78a58d9e-9daa-412d-8326-5ce2670375c1"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->51632185,ExpressionUUID->"7b7c5b20-769d-4654-836b-88287d40830a"], + CellID->1348897167,ExpressionUUID->"8c2823d6-7693-4c9a-8076-e28239920cfb"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ab6f6a3c-50c2-48d7-ae95-73f3811f4fee"], + ExpressionUUID->"bb037ddf-5a99-4d37-8f95-9d4773553fb9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b433b795-7f3d-4add-a7f5-104f541040c6"], + "Spacer1"]],ExpressionUUID->"578fb241-a68e-4229-83f7-8495a98b9f15"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "01913099-7728-4bb3-ae93-ceb2b392f0f9"] + "c2bd8ee1-89e0-41a4-ba39-012f04d95c37"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1556152630,ExpressionUUID->"20d85544-b2dd-4ceb-84e5-4cf467931ddd"], + CellID->765130314,ExpressionUUID->"0dca122c-28e0-4f3e-aa87-0b93242b8caa"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"d19d05de-4156-4d73-a22e-23845c830233"], @@ -803,8 +807,8 @@ Cell[BoxData[GridBox[{ "370e0575-6d10-487f-b289-808b078c0b5d"] }], "SeeAlso",ExpressionUUID->"ebf06782-d855-4670-8875-2d3aec0a3c35"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"efc0012b-1051-4d4a-8f46-\ -b569c4f6c29c"], + }]], "SeeAlsoSection",ExpressionUUID->"ebb47c7f-ec4f-4c46-bfac-\ +4d698e385779"], Cell[BoxData[GridBox[{ { @@ -821,7 +825,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "da4c3092-e5dd-4276-95ad-68b614ec4283"]}]}, + "78dc42f2-cee3-4b82-ab1e-2ff19777715d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -829,10 +833,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bd23c964-f517-4a54-baa4-774406b88043"]}]} + "fd052c9a-11ab-4969-a8a6-eebffbc82c14"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9a2fe7dc-2848-41d5-af98-\ -2e9083718e3e"], + }]], "MoreAboutSection",ExpressionUUID->"35f64ac1-a06a-41de-ab08-\ +03b92392ed8a"], Cell[BoxData[GridBox[{ { @@ -859,7 +863,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7ba4a3de-c90c-495a-82ae-9acaa29ce45f"]], "RelatedLinks", + "e142ead8-cefa-4177-9baf-05aef6057690"]], "RelatedLinks", ExpressionUUID->"93986a1b-7b0e-4182-8988-0b2ec6d2b005"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -876,7 +880,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3a25a5c8-db6e-4ed1-9c72-2c227e676a13"]], "RelatedLinks", + "f64f39de-828c-4627-8fe5-48231504a200"]], "RelatedLinks", ExpressionUUID->"a5ff98fe-1674-42b3-bf6a-a346f0f8b35c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -893,11 +897,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a801aff8-7fa1-40e7-8558-d70bfd164777"]], "RelatedLinks", + "bc2ac2ba-0d96-4dfa-9803-4448dfea6431"]], "RelatedLinks", ExpressionUUID->"31dc7eab-1a3b-4602-bf2e-5010effc53c1"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e47fb699-81f7-4eb2-8604-\ -e50d6b48e9b4"], + }]], "RelatedLinksSection",ExpressionUUID->"0b8770a5-8962-4bdf-a279-\ +e463407de94a"], Cell[CellGroupData[{ @@ -927,11 +931,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e73fedc7-fe3e-42e8-96ac-cdc2a521e075"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0658bf83-8fa3-4773-9796-befc298a2fff"] +Cell[" ", "FooterCell",ExpressionUUID->"68793bc9-423d-4e74-b895-588b3ddcb693"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NucAirProb", TaggingRules->{ @@ -942,7 +946,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 10.756702}", + "built" -> "{2024, 6, 3, 16, 54, 1.534924}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -950,10 +954,10 @@ TaggingRules->{ "NucAirProb[cost_List, nj_List] computes from an airport cost allocation \ problem the associated nucleolus of the airport cost game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "NucAirProb", "titlemodifier" -> "", - "windowtitle" -> "NucAirProb", "type" -> "Symbol", "uri" -> - "TUG/ref/NucAirProb"}}, + "metadescription" -> "", "windowtitle" -> "NucAirProb", "type" -> + "Symbol", "uri" -> "TUG/ref/NucAirProb"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -962,9 +966,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fb3e5da1-5cdc-49ab-a198-afcdbeae7576" +ExpressionUUID->"96e27cd9-16aa-413b-be10-80a9d06a37ba" ] (* End of Notebook Content *) @@ -972,126 +976,126 @@ ExpressionUUID->"fb3e5da1-5cdc-49ab-a198-afcdbeae7576" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13669, 349, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7b7c5b20-769d-4654-836b-88287d40830a", + Cell[13715, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8c2823d6-7693-4c9a-8076-e28239920cfb", CellTags->"PrimaryExamplesSection", - CellID->51632185]} + CellID->1348897167]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36219, 973} + {"PrimaryExamplesSection", 36283, 977} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7387, 174, 56, "AnchorBarGrid",ExpressionUUID->"51555193-d009-47d5-9770-90aec943cd8a", +Cell[582, 21, 7432, 178, 57, "AnchorBarGrid",ExpressionUUID->"99eecfae-c3bf-4af7-9fda-6b3b85423d00", CellID->1], -Cell[7972, 197, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ecb41225-974c-4152-84cd-9bd9ff440b39"], +Cell[8017, 201, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ba832ec3-dc90-4bb5-8cc3-cf57af760ea6"], Cell[CellGroupData[{ -Cell[8083, 201, 553, 14, 59, "ObjectNameGrid",ExpressionUUID->"b24d85c0-619d-4e68-a18f-08442977e1b2"], -Cell[8639, 217, 552, 11, 111, "Usage",ExpressionUUID->"48aa80ec-cebb-4789-aa4b-ed3648c98ce9", +Cell[8128, 205, 553, 14, 59, "ObjectNameGrid",ExpressionUUID->"24cac90d-302a-4780-b175-b1b0a5b323ef"], +Cell[8684, 221, 552, 11, 111, "Usage",ExpressionUUID->"48aa80ec-cebb-4789-aa4b-ed3648c98ce9", CellID->1257049017] }, Open ]], Cell[CellGroupData[{ -Cell[9228, 233, 1894, 47, 37, "NotesSection",ExpressionUUID->"6fc2aa15-60b3-4f19-bd07-d911d0fabc33", +Cell[9273, 237, 1895, 47, 37, "NotesSection",ExpressionUUID->"ef8267a1-763f-47f3-9f9b-c8c5055d52ab", CellGroupingRules->{"SectionGrouping", 50}, - CellID->546533402], -Cell[11125, 282, 721, 16, 57, "]]",ExpressionUUID->"5261c8e5-19d6-4f2e-9a9d-70d7fcd85949", + CellID->1409686318], +Cell[11171, 286, 721, 16, 57, "]]",ExpressionUUID->"5261c8e5-19d6-4f2e-9a9d-70d7fcd85949", CellID->313448337], -Cell[11849, 300, 489, 12, 37, "Notes",ExpressionUUID->"dad12e2a-9616-4413-8ada-783f86de39fb", +Cell[11895, 304, 489, 12, 38, "Notes",ExpressionUUID->"dad12e2a-9616-4413-8ada-783f86de39fb", CellID->177724765], -Cell[12341, 314, 305, 5, 57, "Notes",ExpressionUUID->"aa994f5c-40a7-4ad5-b90f-854e44b77972", +Cell[12387, 318, 305, 5, 57, "Notes",ExpressionUUID->"aa994f5c-40a7-4ad5-b90f-854e44b77972", CellID->2085588552], -Cell[12649, 321, 260, 5, 57, "Notes",ExpressionUUID->"f4dd6d63-3a2f-4b0c-bf98-9ac53981e082", +Cell[12695, 325, 260, 5, 57, "Notes",ExpressionUUID->"f4dd6d63-3a2f-4b0c-bf98-9ac53981e082", CellID->306311476], -Cell[12912, 328, 225, 4, 36, "Notes",ExpressionUUID->"031102fd-adad-41b4-9173-268f7c63e087", +Cell[12958, 332, 225, 4, 36, "Notes",ExpressionUUID->"031102fd-adad-41b4-9173-268f7c63e087", CellID->699197269], -Cell[13140, 334, 194, 4, 36, "Notes",ExpressionUUID->"65a9a8fe-b27d-4f1a-acca-5b65327feb25", +Cell[13186, 338, 194, 4, 36, "Notes",ExpressionUUID->"65a9a8fe-b27d-4f1a-acca-5b65327feb25", CellID->2108874141], -Cell[13337, 340, 205, 3, 23, "TechNotes",ExpressionUUID->"aca15224-78fd-4096-a1c3-d9b364803e61", +Cell[13383, 344, 205, 3, 23, "TechNotes",ExpressionUUID->"aca15224-78fd-4096-a1c3-d9b364803e61", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13669, 349, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7b7c5b20-769d-4654-836b-88287d40830a", +Cell[13715, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8c2823d6-7693-4c9a-8076-e28239920cfb", CellTags->"PrimaryExamplesSection", - CellID->51632185], + CellID->1348897167], Cell[CellGroupData[{ -Cell[15113, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"20d85544-b2dd-4ceb-84e5-4cf467931ddd", - CellID->1556152630], -Cell[16515, 428, 119, 1, 38, "ExampleText",ExpressionUUID->"d19d05de-4156-4d73-a22e-23845c830233", +Cell[15161, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0dca122c-28e0-4f3e-aa87-0b93242b8caa", + CellID->765130314], +Cell[16562, 432, 119, 1, 39, "ExampleText",ExpressionUUID->"d19d05de-4156-4d73-a22e-23845c830233", CellID->1430927406], Cell[CellGroupData[{ -Cell[16659, 433, 168, 3, 27, "Input",ExpressionUUID->"09336b74-d616-46a3-bdbb-e7c0536a0ae3", +Cell[16706, 437, 168, 3, 27, "Input",ExpressionUUID->"09336b74-d616-46a3-bdbb-e7c0536a0ae3", CellID->1259233753], Cell[CellGroupData[{ -Cell[16852, 440, 236, 4, 23, "Print",ExpressionUUID->"31804965-92ac-4a4b-a51b-7ac76e874f52", +Cell[16899, 444, 236, 4, 23, "Print",ExpressionUUID->"31804965-92ac-4a4b-a51b-7ac76e874f52", CellID->1433474060], -Cell[17091, 446, 364, 8, 23, "Print",ExpressionUUID->"29c499f1-29d1-4e74-8aae-f7f20696e255", +Cell[17138, 450, 364, 8, 23, "Print",ExpressionUUID->"29c499f1-29d1-4e74-8aae-f7f20696e255", CellID->553681498], -Cell[17458, 456, 235, 4, 23, "Print",ExpressionUUID->"bb3a8179-aaa9-4037-b9e8-4ea6f2955f44", +Cell[17505, 460, 235, 4, 23, "Print",ExpressionUUID->"bb3a8179-aaa9-4037-b9e8-4ea6f2955f44", CellID->894079670], -Cell[17696, 462, 220, 3, 23, "Print",ExpressionUUID->"aecfdaf9-3447-46b8-80c8-082a9c25a95d", +Cell[17743, 466, 220, 3, 23, "Print",ExpressionUUID->"aecfdaf9-3447-46b8-80c8-082a9c25a95d", CellID->1243564029], -Cell[17919, 467, 207, 3, 23, "Print",ExpressionUUID->"9d7b1579-3fe3-4500-aa41-eb6a3674da20", +Cell[17966, 471, 207, 3, 23, "Print",ExpressionUUID->"9d7b1579-3fe3-4500-aa41-eb6a3674da20", CellID->1909409332], -Cell[18129, 472, 237, 4, 70, "Print",ExpressionUUID->"96565dcb-8c30-4234-aa50-951492c203bd", +Cell[18176, 476, 237, 4, 23, "Print",ExpressionUUID->"96565dcb-8c30-4234-aa50-951492c203bd", CellID->1254464061], -Cell[18369, 478, 220, 3, 70, "Print",ExpressionUUID->"e6e33bc2-84a4-4779-be6e-ab0ceda42c03", +Cell[18416, 482, 220, 3, 70, "Print",ExpressionUUID->"e6e33bc2-84a4-4779-be6e-ab0ceda42c03", CellID->2010242006], -Cell[18592, 483, 234, 4, 70, "Print",ExpressionUUID->"9896e6f7-2da1-4935-a9d8-96639b1b5f0e", +Cell[18639, 487, 234, 4, 70, "Print",ExpressionUUID->"9896e6f7-2da1-4935-a9d8-96639b1b5f0e", CellID->67675195], -Cell[18829, 489, 236, 4, 70, "Print",ExpressionUUID->"7bcdde9b-a01c-4c32-8165-abb8f637c6da", +Cell[18876, 493, 236, 4, 70, "Print",ExpressionUUID->"7bcdde9b-a01c-4c32-8165-abb8f637c6da", CellID->1000446880], -Cell[19068, 495, 207, 3, 70, "Print",ExpressionUUID->"ab7da549-18e7-4881-8eb5-5503b7dd61f2", +Cell[19115, 499, 207, 3, 70, "Print",ExpressionUUID->"ab7da549-18e7-4881-8eb5-5503b7dd61f2", CellID->2079345505], -Cell[19278, 500, 235, 4, 70, "Print",ExpressionUUID->"245cd151-e9a9-4e75-8d1f-45833da1b02e", +Cell[19325, 504, 235, 4, 70, "Print",ExpressionUUID->"245cd151-e9a9-4e75-8d1f-45833da1b02e", CellID->487643749] }, Open ]] }, Open ]], -Cell[19540, 508, 211, 4, 70, "ExampleText",ExpressionUUID->"f5d2cf86-110a-497a-a99e-c5592ac04ce6", +Cell[19587, 512, 211, 4, 70, "ExampleText",ExpressionUUID->"f5d2cf86-110a-497a-a99e-c5592ac04ce6", CellID->1060603206], -Cell[19754, 514, 257, 7, 70, "Input",ExpressionUUID->"b5dcbf15-ce3f-4f88-aec5-1124c885ae0a", +Cell[19801, 518, 257, 7, 70, "Input",ExpressionUUID->"b5dcbf15-ce3f-4f88-aec5-1124c885ae0a", CellID->364669908], -Cell[20014, 523, 145, 1, 70, "ExampleText",ExpressionUUID->"c583c398-e9e7-4168-bdb3-ea6e58d0a648", +Cell[20061, 527, 145, 1, 70, "ExampleText",ExpressionUUID->"c583c398-e9e7-4168-bdb3-ea6e58d0a648", CellID->2058204622], -Cell[20162, 526, 250, 7, 70, "Input",ExpressionUUID->"b18b19ba-7e70-4d80-a3f6-1dff8cdf0fb6", +Cell[20209, 530, 250, 7, 70, "Input",ExpressionUUID->"b18b19ba-7e70-4d80-a3f6-1dff8cdf0fb6", CellID->1727175520], -Cell[20415, 535, 186, 4, 70, "ExampleText",ExpressionUUID->"3d56bc4b-eca5-46ae-8ef5-6d175aae6819", +Cell[20462, 539, 186, 4, 70, "ExampleText",ExpressionUUID->"3d56bc4b-eca5-46ae-8ef5-6d175aae6819", CellID->58844815], Cell[CellGroupData[{ -Cell[20626, 543, 372, 11, 70, "Input",ExpressionUUID->"24284c3b-10ef-4100-92d3-6f6e4365f143", +Cell[20673, 547, 372, 11, 70, "Input",ExpressionUUID->"24284c3b-10ef-4100-92d3-6f6e4365f143", CellID->807331718], -Cell[21001, 556, 816, 26, 51, "Output",ExpressionUUID->"abfed0ef-0590-4d27-955c-c36642870f79", +Cell[21048, 560, 816, 26, 51, "Output",ExpressionUUID->"abfed0ef-0590-4d27-955c-c36642870f79", CellID->784766338] }, Open ]], -Cell[21832, 585, 332, 5, 70, "ExampleText",ExpressionUUID->"962dc572-8c2c-4642-b51a-2b66c9156800", +Cell[21879, 589, 332, 5, 70, "ExampleText",ExpressionUUID->"962dc572-8c2c-4642-b51a-2b66c9156800", CellID->1850510576], -Cell[22167, 592, 257, 4, 70, "ExampleText",ExpressionUUID->"cb6cdbe5-5d7a-4480-b8fa-eeb739640170", +Cell[22214, 596, 257, 4, 70, "ExampleText",ExpressionUUID->"cb6cdbe5-5d7a-4480-b8fa-eeb739640170", CellID->79072685], Cell[CellGroupData[{ -Cell[22449, 600, 151, 3, 70, "Input",ExpressionUUID->"4aaacfe9-94d2-466e-a929-67ebbeee1297", +Cell[22496, 604, 151, 3, 70, "Input",ExpressionUUID->"4aaacfe9-94d2-466e-a929-67ebbeee1297", CellID->891783887], -Cell[22603, 605, 128, 2, 36, "Output",ExpressionUUID->"41b2c48d-b199-45e6-9c4e-3cde7e78da22", +Cell[22650, 609, 128, 2, 36, "Output",ExpressionUUID->"41b2c48d-b199-45e6-9c4e-3cde7e78da22", CellID->766333375] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[22973, 616, 7004, 190, 70, "SeeAlsoSection",ExpressionUUID->"efc0012b-1051-4d4a-8f46-b569c4f6c29c"], -Cell[29980, 808, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9a2fe7dc-2848-41d5-af98-2e9083718e3e"], -Cell[31016, 836, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"e47fb699-81f7-4eb2-8604-e50d6b48e9b4"], +Cell[23020, 620, 7004, 190, 70, "SeeAlsoSection",ExpressionUUID->"ebb47c7f-ec4f-4c46-bfac-4d698e385779"], +Cell[30027, 812, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"35f64ac1-a06a-41de-ab08-03b92392ed8a"], +Cell[31063, 840, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"0b8770a5-8962-4bdf-a279-e463407de94a"], Cell[CellGroupData[{ -Cell[33262, 903, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cc5310ff-57ee-4d51-8844-be3f7151ba61", +Cell[33309, 907, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cc5310ff-57ee-4d51-8844-be3f7151ba61", CellID->906383680], -Cell[33402, 906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7fb19693-e7ab-4565-97b4-a3ded291baf9", +Cell[33449, 910, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7fb19693-e7ab-4565-97b4-a3ded291baf9", CellID->1194386356], -Cell[33624, 912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63779dd9-b54d-44fc-897e-991c6f2ae4bb", +Cell[33671, 916, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"63779dd9-b54d-44fc-897e-991c6f2ae4bb", CellID->1641706272], -Cell[33839, 917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f74b57d0-ec95-4668-8819-7fbf9dd8adad", +Cell[33886, 921, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f74b57d0-ec95-4668-8819-7fbf9dd8adad", CellID->399251956], -Cell[34068, 923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e73fedc7-fe3e-42e8-96ac-cdc2a521e075", +Cell[34115, 927, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e73fedc7-fe3e-42e8-96ac-cdc2a521e075", CellID->821434655] }, Open ]], -Cell[34305, 929, 78, 0, 70, "FooterCell",ExpressionUUID->"0658bf83-8fa3-4773-9796-befc298a2fff"] +Cell[34352, 933, 78, 0, 70, "FooterCell",ExpressionUUID->"68793bc9-423d-4e74-b895-588b3ddcb693"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Nucleolus.nb b/Documentation/English/ReferencePages/Symbols/Nucleolus.nb index 60096cb..1314e6c 100644 --- a/Documentation/English/ReferencePages/Symbols/Nucleolus.nb +++ b/Documentation/English/ReferencePages/Symbols/Nucleolus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51916, 1354] -NotebookOptionsPosition[ 40730, 1134] -NotebookOutlinePosition[ 43006, 1190] -CellTagsIndexPosition[ 42920, 1185] +NotebookDataLength[ 51928, 1355] +NotebookOptionsPosition[ 40752, 1136] +NotebookOutlinePosition[ 43051, 1193] +CellTagsIndexPosition[ 42965, 1188] WindowTitle->Nucleolus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ecd0479f-1f31-428d-aa6d-ded8be7e77b2"], + "e19dfc9f-43d3-42f5-a6d3-1eb439022711"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e3fec32d-b25c-4e13-a10e-5caf2558454d"], + "749789d9-32b4-420d-96a0-e4433a88b871"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "148e9e1d-fbdf-41b9-bf9c-108dcabf4e8a"] - }],ExpressionUUID->"508fdf90-dbb0-4194-a938-16b2c5b3b1d7"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"LexiCenter\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LexiCenter"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "59b8fd1a-1315-465c-85a2-4a8cf937cbaf"] + }],ExpressionUUID->"ef9505af-b6bf-4611-953d-bc4fc0921afe"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"LexiCenter\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LexiCenter"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1afd0694-ca5a-4f97-8d6f-d461dff6e1b4"], + "f095f42e-0b5e-4b24-9772-714b75c90207"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6dc86cb8-bef9-43f0-b257-257db98ddef3"] - }],ExpressionUUID->"2a3beba7-534e-45a2-946d-b59b056a9946"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e0d901ab-c20f-4ae9-886b-3f1c044f2393"] + }],ExpressionUUID->"176ab96a-8351-4256-ada6-910de5d5648b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "13f3fa9e-03d1-44b6-b89e-b32dde692524"], + "eaf9b8f7-de86-4d5b-b9a9-22d95dbcb612"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "133888da-2542-4fc2-b095-8a6f82662b64"] - }],ExpressionUUID->"c0c01173-c88c-4e4c-981a-3a6778bdadbc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a6f47a54-0aa3-4523-96f8-05464f607100"] + }],ExpressionUUID->"8200dff4-05ed-4ab1-8c8c-3896264dbf90"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "065741a8-1a6b-43c1-8888-e38fb3aaa9be"], + "3d25c926-2d9a-4794-9864-5fa63961706a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fb8c01c8-745e-48a5-a752-043e65fd64ae"] - }],ExpressionUUID->"6d161b8e-0054-4cdc-8b6c-931240649212"], - StripOnInput->False], {"\<\"TUG/ref/Nucleolus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Nucleolus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Nucleolus.\ + "51887ac3-59d5-47e5-b388-5905fbba6cf9"] + }],ExpressionUUID->"6aececcc-85a4-42e8-bc2f-479f78244888"], + StripOnInput->False],{ + "\"TUG/ref/Nucleolus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Nucleolus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Nucleolus.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$128726], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Nucleolus" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$138668], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Nucleolus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "740ab8ee-fb12-4444-b98f-452f4348440a"] + "c7bc7cc2-f861-425d-ac77-3ca0fb860a57"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2c37660b-c14d-4731-a75e-288d4eecf308"]} + "24a7014f-26a1-48b8-afb5-7a166faa75b8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fcfd7f94-9c17-4739-b612-8f580b6353a7"], + CellID->1,ExpressionUUID->"3fa1ab9f-b8b9-467e-94dd-1d70b3a2a5f4"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"46d1dd27-c451-44bb-a3e0-71f6faad8a08"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"7ceb6ca3-8e6c-41ca-aaae-6fa753cd80ea"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Nucleolus", "ObjectName",ExpressionUUID-> - "add1890d-3e06-4aab-935a-304ebb0b7bc4"], + "005521a3-413b-46df-b74c-73fb25d75074"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"71e6f652-408c-4438-870b-04ba150e6630"], + "Spacer1"]],ExpressionUUID->"62b3332b-d00c-425b-8af8-83afadc5a130"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4454ce50-cfb5-4654-ae86-e9ae8241bb0a"] - }],ExpressionUUID->"e5607e61-5522-4d96-88b4-1e1d9278d8e8"], Cell[BoxData[ + "849ee067-6ff6-4aee-8469-ad7b8d90c9fe"] + }],ExpressionUUID->"d3482c8f-b4ec-45bb-9e78-99928892a961"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0f8eabba-fc01-48c9-b88a-a5f2a0f9c4c8"]} + "4efd8743-faed-476f-b792-985647d3039c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"db844dbf-2c5a-4950-ba8e-c848ddbfe774"], + CacheGraphics->False,ExpressionUUID->"bb4bdcb3-9942-443b-8a67-2ab959a88b4d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ system of linear equations from the TU-game argument ", StyleBox["game", FontSlant->"Italic"], " by relying on an approach as suggested by M. Carter (1992)." - }],ExpressionUUID->"d60b3e26-db05-476d-bd5e-104e4cbcb3c4"]}, + }],ExpressionUUID->"a9792af9-d006-431a-a179-a547bbaefae3"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"Nucleolus", "[", @@ -249,7 +254,7 @@ system of linear equations from the TU-game argument ", FontFamily->"Source Sans Pro",ExpressionUUID-> "0028f823-3bdf-487c-9557-a19a8cc78a12"], " \[LineSeparator]setting a different method changes the solver." - }],ExpressionUUID->"834fca68-1a8c-4f12-a6dc-a59355a2aaf1"]} + }],ExpressionUUID->"8f61e837-af94-4003-9436-e712b010225a"]} }]], "Usage", CellID->1760371379,ExpressionUUID->"a5d5baad-340d-40bf-bd63-d13764787687"] }, Open ]], @@ -282,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"95f54cd1-bdcb-437b-9b0e-5aff46c7edc6"], + ExpressionUUID->"2fd08271-acc8-4c11-8a46-48e1c5c08b32"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d5fce888-e316-428e-a0d4-2630abd34210"], + "Spacer1"]],ExpressionUUID->"3396e8c4-79e1-4877-a499-727ac2b40988"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"309e581b-5b23-4cf7-a5c7-5a62191e1f71"], + }], "NotesFrameText",ExpressionUUID->"4093559d-fd6e-4ccb-aab1-1d6738eb4a8f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2d9532d6-8f07-41b8-8242-e34f69e58791"]], \ + "Preemptive"]],ExpressionUUID->"e425ecde-e774-438c-a0a9-5ad441e9b2e1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1826043681,ExpressionUUID->"ca1be150-5ae7-47c8-8c7b-a749b5d68a21"], + CellID->956456270,ExpressionUUID->"d4d81e31-247b-4ec9-b5ae-b69ea977d866"], Cell[TextData[{ "The input expression ", @@ -364,7 +369,7 @@ Cell["The following options can be given: ", "Notes", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8d3dd5b1-c745-4533-afc6-8f71e2744c82"], + "bd4e7bc2-e4eb-45cf-af83-65d20998a616"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:ref/Method"}, @@ -401,11 +406,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a435bb47-d1d4-4532-8493-a4d6a14a1db7"], "RevisedSimplex", Cell[ + "622ccb96-e5ec-4b83-a344-e89e70cd1e96"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"34a57083-f762-4aac-9b76-8ec7d7f0c45a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dd8948ea-26d8-4e2c-8e92-4907d0f2e02f"], + "e387acdb-3c8b-404e-a69c-070622cc2f17"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -421,11 +426,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4a6e525a-59a4-4e02-84f0-d5058a981398"], "CLP", Cell[ + "655eeb64-42f7-42fb-979a-cc41e3dc1368"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"b38daf89-b6fc-4dc3-af5b-e5ece81c3f78"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b4bd1c09-8bc5-4095-b45c-6fd14664e792"], + "08801b3e-1018-4760-add9-69355a597e93"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -500,19 +505,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e0bf3b7b-0afc-4465-af56-068969862138"], + ExpressionUUID->"60fc8b99-3e22-43cb-821d-7596db3ce7d0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"11b416e0-75d5-40d9-b9c9-8c3dee3530d0"], + "Spacer1"]],ExpressionUUID->"20e92e1e-796a-40e4-a802-48ff79437054"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e92ad1c9-cfb6-4b55-8272-a574321b56fd"] + "0a4d74fc-55ea-4ba8-90e9-8cb8d2881ffb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->873144835,ExpressionUUID->"4b055243-c055-43b2-a782-789f1b1fff40"], + CellID->2118015544,ExpressionUUID->"40537945-0553-42af-8b2d-351102f906bd"], Cell[CellGroupData[{ @@ -541,18 +546,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aa398745-db10-41ef-a918-55fcdcab52a3"], + ExpressionUUID->"8e09cf50-bc28-443d-808f-04a42dae39b8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"342e4a62-9ed3-483d-80ff-90494e0d8901"], + "Spacer1"]],ExpressionUUID->"661e48d2-eb8d-4e48-bd69-19fcef9f561e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "63798bbb-7bae-4344-a508-be1ed188e9ab"] + "3d6a78d9-4cff-40f2-b313-5483d6d2c438"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->746410200,ExpressionUUID->"33060dde-8497-45ce-a7bc-6b0fac223982"], + CellID->389428500,ExpressionUUID->"415a2c01-15dc-42d2-b47c-580e838f7e0e"], Cell["Loading the package:", "ExampleText", CellID->1462565335,ExpressionUUID->"07bcc8ff-de05-40e4-a7c1-30827e3cd8f8"], @@ -870,8 +875,6 @@ evaluate the nucleolus.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1019,15 +1022,15 @@ Cell[BoxData[GridBox[{ "860e79e7-d02f-405f-9098-3c3ba411dced"] }], "SeeAlso",ExpressionUUID->"bf3fe301-004c-4998-97da-486dde872656"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"dc77deee-2384-495f-8de7-\ -cbf342c59d4a"], + }]], "SeeAlsoSection",ExpressionUUID->"97b54dad-0b7d-48ae-b8cc-\ +7454e967e646"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1039,9 +1042,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d2ad723f-34fe-4e7f-8f2e-0243aa4b2d8f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e0d14ad4-decd-4363-a49a-\ -08d8a80e03eb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"668a6a3d-e316-4076-af8b-\ +dab5ae7bc5c4"], Cell[BoxData[GridBox[{ { @@ -1058,7 +1060,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "67b439af-92a9-4105-a2d6-d7727b6f5e1b"]}]}, + "92d468db-a244-49bb-af40-de715ff49681"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1066,10 +1068,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b0af9c52-7f53-4fa3-857a-8591e7a96f2a"]}]} + "0dafec7f-43b0-4d3d-bb80-4ac32c2a98b2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"949c89b6-f53c-464b-b591-\ -35c648c76e58"], + }]], "MoreAboutSection",ExpressionUUID->"ef71c3fa-b1f1-409b-8b35-\ +b151ba38cddd"], Cell[BoxData[GridBox[{ { @@ -1096,11 +1098,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4d13a308-20b0-41c9-ab85-2de529ff4bd3"]], "RelatedLinks", + "757a17b1-f9e7-422a-b549-d43d241fd1ae"]], "RelatedLinks", ExpressionUUID->"2b49f536-1ef3-4f57-a3c4-a601f79ec08d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7f69cf46-5106-4cb0-86a7-\ -047949a851f1"], + }]], "RelatedLinksSection",ExpressionUUID->"a13f1d46-8e90-4411-b494-\ +737d5ad21bf8"], Cell[CellGroupData[{ @@ -1130,11 +1132,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"423c7b0d-a6db-4ca1-bbef-07a6723e8506"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"86a6afa6-c87c-4711-a943-0757ee7c6102"] +Cell[" ", "FooterCell",ExpressionUUID->"c3dd6f9c-fb6a-4d16-ad10-6e8a3b7f7a59"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Nucleolus", TaggingRules->{ @@ -1145,7 +1147,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 13.868406}", + "built" -> "{2024, 6, 3, 16, 54, 3.052814}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {"Nucleolus; Point Solution "}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -1155,10 +1157,11 @@ TaggingRules->{ system of linear equations from the TU-game argument game by relying on an \ approach as suggested by M. Carter (1992). Nucleolus[game, options] setting a \ different method changes the solver.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "Nucleolus", "titlemodifier" -> "", "windowtitle" -> - "Nucleolus", "type" -> "Symbol", "uri" -> "TUG/ref/Nucleolus"}}, + "title" -> "Nucleolus", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "Nucleolus", "type" -> "Symbol", "uri" -> + "TUG/ref/Nucleolus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1167,9 +1170,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"755a658b-3c58-4c21-9043-b6bb6dfd5a4f" +ExpressionUUID->"aa395ebb-6018-40aa-afeb-5d787d1d361f" ] (* End of Notebook Content *) @@ -1177,185 +1180,183 @@ ExpressionUUID->"755a658b-3c58-4c21-9043-b6bb6dfd5a4f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18322, 477, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4b055243-c055-43b2-a782-789f1b1fff40", + Cell[18377, 482, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"40537945-0553-42af-8b2d-351102f906bd", CellTags->"PrimaryExamplesSection", - CellID->873144835]} + CellID->2118015544]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42720, 1178} + {"PrimaryExamplesSection", 42764, 1181} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7087, 168, 56, "AnchorBarGrid",ExpressionUUID->"fcfd7f94-9c17-4739-b612-8f580b6353a7", +Cell[581, 21, 7143, 173, 57, "AnchorBarGrid",ExpressionUUID->"3fa1ab9f-b8b9-467e-94dd-1d70b3a2a5f4", CellID->1], -Cell[7671, 191, 91, 0, 24, "ContextNameCell",ExpressionUUID->"46d1dd27-c451-44bb-a3e0-71f6faad8a08"], +Cell[7727, 196, 91, 0, 23, "ContextNameCell",ExpressionUUID->"7ceb6ca3-8e6c-41ca-aaae-6fa753cd80ea"], Cell[CellGroupData[{ -Cell[7787, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"db844dbf-2c5a-4950-ba8e-c848ddbfe774"], -Cell[9073, 232, 1015, 21, 209, "Usage",ExpressionUUID->"a5d5baad-340d-40bf-bd63-d13764787687", +Cell[7843, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"bb4bdcb3-9942-443b-8a67-2ab959a88b4d"], +Cell[9129, 237, 1015, 21, 208, "Usage",ExpressionUUID->"a5d5baad-340d-40bf-bd63-d13764787687", CellID->1760371379] }, Open ]], Cell[CellGroupData[{ -Cell[10125, 258, 1895, 47, 37, "NotesSection",ExpressionUUID->"ca1be150-5ae7-47c8-8c7b-a749b5d68a21", +Cell[10181, 263, 1894, 47, 37, "NotesSection",ExpressionUUID->"d4d81e31-247b-4ec9-b5ae-b69ea977d866", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1826043681], -Cell[12023, 307, 663, 17, 49, "Notes",ExpressionUUID->"56c73b28-9e0e-4181-af1b-f4c5356f33c4", + CellID->956456270], +Cell[12078, 312, 663, 17, 48, "Notes",ExpressionUUID->"56c73b28-9e0e-4181-af1b-f4c5356f33c4", CellID->26053], -Cell[12689, 326, 489, 12, 37, "Notes",ExpressionUUID->"c46e2322-98c3-4a85-9cf1-6874b476fd92", +Cell[12744, 331, 489, 12, 38, "Notes",ExpressionUUID->"c46e2322-98c3-4a85-9cf1-6874b476fd92", CellID->177724765], -Cell[13181, 340, 208, 4, 36, "Notes",ExpressionUUID->"14ba4197-9d46-4e66-9f76-0b16dacc48b0", +Cell[13236, 345, 208, 4, 36, "Notes",ExpressionUUID->"14ba4197-9d46-4e66-9f76-0b16dacc48b0", CellID->1744474833], -Cell[13392, 346, 361, 6, 57, "Notes",ExpressionUUID->"1d8149d1-d05d-41ca-99ac-1f504127638b", +Cell[13447, 351, 361, 6, 57, "Notes",ExpressionUUID->"1d8149d1-d05d-41ca-99ac-1f504127638b", CellID->1677192241], -Cell[13756, 354, 309, 5, 36, "Notes",ExpressionUUID->"7f937cf8-afbe-4409-b8c4-3f8f829f4969", +Cell[13811, 359, 309, 5, 36, "Notes",ExpressionUUID->"7f937cf8-afbe-4409-b8c4-3f8f829f4969", CellID->394244940], -Cell[14068, 361, 128, 1, 36, "Notes",ExpressionUUID->"a0367bee-6498-4e86-9042-a49dde77b38f", +Cell[14123, 366, 128, 1, 36, "Notes",ExpressionUUID->"a0367bee-6498-4e86-9042-a49dde77b38f", CellID->551669002], -Cell[14199, 364, 605, 14, 40, "3ColumnTableMod",ExpressionUUID->"3b42db63-1ac6-46dd-9de7-66ed1159c776", +Cell[14254, 369, 605, 14, 41, "3ColumnTableMod",ExpressionUUID->"3b42db63-1ac6-46dd-9de7-66ed1159c776", CellID->11156], -Cell[14807, 380, 282, 5, 57, "Notes",ExpressionUUID->"5d59274d-8401-4201-bd12-6adaf6cb4e42", +Cell[14862, 385, 282, 5, 57, "Notes",ExpressionUUID->"5d59274d-8401-4201-bd12-6adaf6cb4e42", CellID->1210693388], -Cell[15092, 387, 386, 12, 37, "Notes",ExpressionUUID->"2a2a0fc9-b8ab-4353-988e-bea5e4db33b8", +Cell[15147, 392, 386, 12, 38, "Notes",ExpressionUUID->"2a2a0fc9-b8ab-4353-988e-bea5e4db33b8", CellID->24981], -Cell[15481, 401, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"654c9fbc-aa7e-4e6a-85d9-866354be86a1", +Cell[15536, 406, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"654c9fbc-aa7e-4e6a-85d9-866354be86a1", CellID->12695], -Cell[16376, 421, 855, 18, 70, "2ColumnTableMod",ExpressionUUID->"0fc74fab-737d-47dc-8aeb-8d71dab9b423", +Cell[16431, 426, 855, 18, 70, "2ColumnTableMod",ExpressionUUID->"0fc74fab-737d-47dc-8aeb-8d71dab9b423", CellID->1546107665], -Cell[17234, 441, 438, 14, 70, "Notes",ExpressionUUID->"fd28eb28-f982-47e7-b3f1-35b093d9b9fa", +Cell[17289, 446, 438, 14, 70, "Notes",ExpressionUUID->"fd28eb28-f982-47e7-b3f1-35b093d9b9fa", CellID->17586], -Cell[17675, 457, 520, 14, 70, "Notes",ExpressionUUID->"a4e4bfa1-c573-4b4f-9fff-8540271c8505", +Cell[17730, 462, 520, 14, 70, "Notes",ExpressionUUID->"a4e4bfa1-c573-4b4f-9fff-8540271c8505", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18322, 477, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"4b055243-c055-43b2-a782-789f1b1fff40", +Cell[18377, 482, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"40537945-0553-42af-8b2d-351102f906bd", CellTags->"PrimaryExamplesSection", - CellID->873144835], + CellID->2118015544], Cell[CellGroupData[{ -Cell[19767, 518, 1398, 36, 70, "ExampleSection",ExpressionUUID->"33060dde-8497-45ce-a7bc-6b0fac223982", - CellID->746410200], -Cell[21168, 556, 119, 1, 70, "ExampleText",ExpressionUUID->"07bcc8ff-de05-40e4-a7c1-30827e3cd8f8", +Cell[19823, 523, 1398, 36, 70, "ExampleSection",ExpressionUUID->"415a2c01-15dc-42d2-b47c-580e838f7e0e", + CellID->389428500], +Cell[21224, 561, 119, 1, 70, "ExampleText",ExpressionUUID->"07bcc8ff-de05-40e4-a7c1-30827e3cd8f8", CellID->1462565335], Cell[CellGroupData[{ -Cell[21312, 561, 166, 3, 70, "Input",ExpressionUUID->"84e1d793-7adb-4a4f-bd37-30bcdcf07752", +Cell[21368, 566, 166, 3, 70, "Input",ExpressionUUID->"84e1d793-7adb-4a4f-bd37-30bcdcf07752", CellID->57905630], Cell[CellGroupData[{ -Cell[21503, 568, 234, 4, 70, "Print",ExpressionUUID->"267abf61-06cb-483c-bd26-72d35698e4ca", +Cell[21559, 573, 234, 4, 70, "Print",ExpressionUUID->"267abf61-06cb-483c-bd26-72d35698e4ca", CellID->60379304], -Cell[21740, 574, 364, 8, 70, "Print",ExpressionUUID->"d4482a9d-abec-4163-b29c-aa4a26672a95", +Cell[21796, 579, 364, 8, 70, "Print",ExpressionUUID->"d4482a9d-abec-4163-b29c-aa4a26672a95", CellID->874458744], -Cell[22107, 584, 235, 4, 70, "Print",ExpressionUUID->"50de511a-b299-42e3-b8cd-3b47718692da", +Cell[22163, 589, 235, 4, 70, "Print",ExpressionUUID->"50de511a-b299-42e3-b8cd-3b47718692da", CellID->881297580], -Cell[22345, 590, 220, 3, 70, "Print",ExpressionUUID->"f67756c1-dc7e-4240-85b1-cf4596a04972", +Cell[22401, 595, 220, 3, 70, "Print",ExpressionUUID->"f67756c1-dc7e-4240-85b1-cf4596a04972", CellID->1595950958], -Cell[22568, 595, 206, 3, 70, "Print",ExpressionUUID->"e830222b-a069-4516-a8b6-cdb7f443b926", +Cell[22624, 600, 206, 3, 70, "Print",ExpressionUUID->"e830222b-a069-4516-a8b6-cdb7f443b926", CellID->721708857], -Cell[22777, 600, 237, 4, 70, "Print",ExpressionUUID->"a185ce7e-9b48-4ec8-aade-9e7aa5ce56cd", +Cell[22833, 605, 237, 4, 70, "Print",ExpressionUUID->"a185ce7e-9b48-4ec8-aade-9e7aa5ce56cd", CellID->1966555301], -Cell[23017, 606, 219, 3, 70, "Print",ExpressionUUID->"fa0a18fc-b472-4fd2-80d8-11f8fcf93549", +Cell[23073, 611, 219, 3, 70, "Print",ExpressionUUID->"fa0a18fc-b472-4fd2-80d8-11f8fcf93549", CellID->878295755], -Cell[23239, 611, 235, 4, 70, "Print",ExpressionUUID->"1053e666-e316-4019-b803-da44ff7b20be", +Cell[23295, 616, 235, 4, 70, "Print",ExpressionUUID->"1053e666-e316-4019-b803-da44ff7b20be", CellID->407770775], -Cell[23477, 617, 235, 4, 70, "Print",ExpressionUUID->"995d583b-ec06-4aec-9420-97749f5f0590", +Cell[23533, 622, 235, 4, 70, "Print",ExpressionUUID->"995d583b-ec06-4aec-9420-97749f5f0590", CellID->904444060], -Cell[23715, 623, 206, 3, 70, "Print",ExpressionUUID->"c653bb77-abb1-4601-964d-30fb748da3c8", +Cell[23771, 628, 206, 3, 70, "Print",ExpressionUUID->"c653bb77-abb1-4601-964d-30fb748da3c8", CellID->302209833], -Cell[23924, 628, 236, 4, 70, "Print",ExpressionUUID->"2f249952-3bbb-42a6-96b4-66b0d0cae7ab", +Cell[23980, 633, 236, 4, 70, "Print",ExpressionUUID->"2f249952-3bbb-42a6-96b4-66b0d0cae7ab", CellID->1052599169] }, Open ]] }, Open ]], -Cell[24187, 636, 137, 1, 70, "ExampleText",ExpressionUUID->"7320071e-1896-4310-afc9-633798b8192f", +Cell[24243, 641, 137, 1, 70, "ExampleText",ExpressionUUID->"7320071e-1896-4310-afc9-633798b8192f", CellID->1449739660], -Cell[24327, 639, 235, 6, 70, "Input",ExpressionUUID->"c4d23499-32f8-420f-ba7c-678e6642b516", +Cell[24383, 644, 235, 6, 70, "Input",ExpressionUUID->"c4d23499-32f8-420f-ba7c-678e6642b516", CellID->1437417760], -Cell[24565, 647, 381, 9, 70, "Input",ExpressionUUID->"542fc0f8-3d0e-4466-9367-bd463f4bf65b", +Cell[24621, 652, 381, 9, 70, "Input",ExpressionUUID->"542fc0f8-3d0e-4466-9367-bd463f4bf65b", CellID->1093680083], -Cell[24949, 658, 238, 6, 70, "Input",ExpressionUUID->"fec03e7c-4afe-4075-a0e9-fe25c15694f9", +Cell[25005, 663, 238, 6, 70, "Input",ExpressionUUID->"fec03e7c-4afe-4075-a0e9-fe25c15694f9", CellID->1407069003], -Cell[25190, 666, 190, 4, 70, "ExampleText",ExpressionUUID->"1f27a63b-251c-4a17-b24e-e4cd37874530", +Cell[25246, 671, 190, 4, 70, "ExampleText",ExpressionUUID->"1f27a63b-251c-4a17-b24e-e4cd37874530", CellID->941978778], Cell[CellGroupData[{ -Cell[25405, 674, 166, 3, 70, "Input",ExpressionUUID->"e9fea2ee-8ac3-4dd0-8526-486c22fee4af", +Cell[25461, 679, 166, 3, 70, "Input",ExpressionUUID->"e9fea2ee-8ac3-4dd0-8526-486c22fee4af", CellID->376215829], -Cell[25574, 679, 219, 5, 36, "Output",ExpressionUUID->"fc471357-6f81-4e0d-a00d-759192872ac8", +Cell[25630, 684, 219, 5, 36, "Output",ExpressionUUID->"fc471357-6f81-4e0d-a00d-759192872ac8", CellID->484177215] }, Open ]], -Cell[25808, 687, 208, 4, 70, "ExampleText",ExpressionUUID->"44d3e23f-4792-4f05-ab0c-effa7e3b7f1b", +Cell[25864, 692, 208, 4, 70, "ExampleText",ExpressionUUID->"44d3e23f-4792-4f05-ab0c-effa7e3b7f1b", CellID->1647034041], Cell[CellGroupData[{ -Cell[26041, 695, 192, 4, 70, "Input",ExpressionUUID->"8e6744c2-60ab-4f34-ae44-5cd41b74ad8a", +Cell[26097, 700, 192, 4, 70, "Input",ExpressionUUID->"8e6744c2-60ab-4f34-ae44-5cd41b74ad8a", CellID->1253468570], -Cell[26236, 701, 314, 9, 51, "Output",ExpressionUUID->"2a2ed97a-2f29-4381-94df-7b80aab2a433", +Cell[26292, 706, 314, 9, 50, "Output",ExpressionUUID->"2a2ed97a-2f29-4381-94df-7b80aab2a433", CellID->1860050889] }, Open ]], -Cell[26565, 713, 176, 3, 70, "ExampleText",ExpressionUUID->"dff5f817-0159-4a28-9e9f-6eb4928fd5b4", +Cell[26621, 718, 176, 3, 70, "ExampleText",ExpressionUUID->"dff5f817-0159-4a28-9e9f-6eb4928fd5b4", CellID->633915652], Cell[CellGroupData[{ -Cell[26766, 720, 202, 4, 70, "Input",ExpressionUUID->"4eefcd4a-9089-4615-907f-1bdd46ea68c1", +Cell[26822, 725, 202, 4, 70, "Input",ExpressionUUID->"4eefcd4a-9089-4615-907f-1bdd46ea68c1", CellID->1105473747], -Cell[26971, 726, 159, 3, 36, "Output",ExpressionUUID->"c45001b5-91a7-4e12-95b4-8450346f1949", +Cell[27027, 731, 159, 3, 36, "Output",ExpressionUUID->"c45001b5-91a7-4e12-95b4-8450346f1949", CellID->1259751968] }, Open ]], -Cell[27145, 732, 174, 3, 70, "ExampleText",ExpressionUUID->"691f0844-54b4-4fa7-a27a-5ad0d0e7e924", +Cell[27201, 737, 174, 3, 70, "ExampleText",ExpressionUUID->"691f0844-54b4-4fa7-a27a-5ad0d0e7e924", CellID->1858371204], Cell[CellGroupData[{ -Cell[27344, 739, 175, 3, 70, "Input",ExpressionUUID->"e1e6da27-1e21-4c57-9e24-bfbe695f176b", +Cell[27400, 744, 175, 3, 70, "Input",ExpressionUUID->"e1e6da27-1e21-4c57-9e24-bfbe695f176b", CellID->1277500560], -Cell[27522, 744, 314, 9, 51, "Output",ExpressionUUID->"f8fdf0f8-d824-4832-8fde-5d46dfa72c94", +Cell[27578, 749, 314, 9, 50, "Output",ExpressionUUID->"f8fdf0f8-d824-4832-8fde-5d46dfa72c94", CellID->1828712506] }, Open ]], -Cell[27851, 756, 158, 2, 70, "ExampleText",ExpressionUUID->"2622202e-94f7-496b-a42e-522ba8655de9", +Cell[27907, 761, 158, 2, 70, "ExampleText",ExpressionUUID->"2622202e-94f7-496b-a42e-522ba8655de9", CellID->310732177], Cell[CellGroupData[{ -Cell[28034, 762, 264, 6, 70, "Input",ExpressionUUID->"505f0a84-8c9b-4010-bce0-337323796305", +Cell[28090, 767, 264, 6, 70, "Input",ExpressionUUID->"505f0a84-8c9b-4010-bce0-337323796305", CellID->492457477], -Cell[28301, 770, 314, 9, 51, "Output",ExpressionUUID->"27780e11-adb4-4a9d-b69d-bcbcb1c378ba", +Cell[28357, 775, 314, 9, 50, "Output",ExpressionUUID->"27780e11-adb4-4a9d-b69d-bcbcb1c378ba", CellID->1808050061] }, Open ]], Cell[CellGroupData[{ -Cell[28652, 784, 259, 6, 70, "Input",ExpressionUUID->"85406286-d581-4eee-8851-777391b5f09e", +Cell[28708, 789, 259, 6, 70, "Input",ExpressionUUID->"85406286-d581-4eee-8851-777391b5f09e", CellID->1104062060], -Cell[28914, 792, 314, 9, 51, "Output",ExpressionUUID->"10d6ee55-7bc4-47ec-b020-a6b17aea70d6", +Cell[28970, 797, 314, 9, 50, "Output",ExpressionUUID->"10d6ee55-7bc4-47ec-b020-a6b17aea70d6", CellID->464072825] }, Open ]], -Cell[29243, 804, 233, 4, 70, "ExampleText",ExpressionUUID->"604596d4-1c49-4507-8282-c0f57e17b021", +Cell[29299, 809, 233, 4, 70, "ExampleText",ExpressionUUID->"604596d4-1c49-4507-8282-c0f57e17b021", CellID->1945992812], Cell[CellGroupData[{ -Cell[29501, 812, 254, 6, 70, "Input",ExpressionUUID->"4d278321-c678-47f2-8ff3-02c0e0dba18c", +Cell[29557, 817, 254, 6, 70, "Input",ExpressionUUID->"4d278321-c678-47f2-8ff3-02c0e0dba18c", CellID->804194831], -Cell[29758, 820, 443, 12, 36, "Output",ExpressionUUID->"e4dbea2b-1711-4a0f-96f0-ca2ee38edfd8", +Cell[29814, 825, 443, 12, 36, "Output",ExpressionUUID->"e4dbea2b-1711-4a0f-96f0-ca2ee38edfd8", CellID->560168271] }, Open ]], Cell[CellGroupData[{ -Cell[30238, 837, 257, 6, 70, "Input",ExpressionUUID->"d31c85bd-b81f-4af4-af28-7f23bd0294c7", +Cell[30294, 842, 257, 6, 70, "Input",ExpressionUUID->"d31c85bd-b81f-4af4-af28-7f23bd0294c7", CellID->1645400458], -Cell[30498, 845, 444, 12, 36, "Output",ExpressionUUID->"7a7519e2-d0c2-4309-ac4d-607db1ce9aae", +Cell[30554, 850, 444, 12, 36, "Output",ExpressionUUID->"7a7519e2-d0c2-4309-ac4d-607db1ce9aae", CellID->1497118143] }, Open ]], -Cell[30957, 860, 203, 4, 70, "ExampleText",ExpressionUUID->"bf34249e-de16-45cc-ab90-9ca2c3c4dbb0", +Cell[31013, 865, 203, 4, 70, "ExampleText",ExpressionUUID->"bf34249e-de16-45cc-ab90-9ca2c3c4dbb0", CellID->503144631] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31446, 877, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"97b54dad-0b7d-48ae-b8cc-7454e967e646"], +Cell[36922, 1027, 670, 18, 70, "TechNotesSection",ExpressionUUID->"668a6a3d-e316-4076-af8b-dab5ae7bc5c4"], +Cell[37595, 1047, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ef71c3fa-b1f1-409b-8b35-b151ba38cddd"], +Cell[38631, 1075, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"a13f1d46-8e90-4411-b494-737d5ad21bf8"], Cell[CellGroupData[{ -Cell[31412, 874, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"dc77deee-2384-495f-8de7-cbf342c59d4a"], -Cell[36888, 1024, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e0d14ad4-decd-4363-a49a-08d8a80e03eb"] -}, Open ]], -Cell[37573, 1045, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"949c89b6-f53c-464b-b591-35c648c76e58"], -Cell[38609, 1073, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"7f69cf46-5106-4cb0-86a7-047949a851f1"], -Cell[CellGroupData[{ -Cell[39605, 1106, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fb39fbf4-5167-457f-a578-9a95579f5111", +Cell[39627, 1108, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fb39fbf4-5167-457f-a578-9a95579f5111", CellID->174251628], -Cell[39745, 1109, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3f5a708-a8c2-43ae-862c-84cdf38eb72f", +Cell[39767, 1111, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3f5a708-a8c2-43ae-862c-84cdf38eb72f", CellID->1194386356], -Cell[39967, 1115, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5156feff-1123-4960-b15d-485ccb0e09c1", +Cell[39989, 1117, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5156feff-1123-4960-b15d-485ccb0e09c1", CellID->1641706272], -Cell[40182, 1120, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3d61bd2-e998-41a6-a037-b3f5dc18f53f", +Cell[40204, 1122, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3d61bd2-e998-41a6-a037-b3f5dc18f53f", CellID->399251956], -Cell[40411, 1126, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"423c7b0d-a6db-4ca1-bbef-07a6723e8506", +Cell[40433, 1128, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"423c7b0d-a6db-4ca1-bbef-07a6723e8506", CellID->821434655] }, Open ]], -Cell[40648, 1132, 78, 0, 70, "FooterCell",ExpressionUUID->"86a6afa6-c87c-4711-a943-0757ee7c6102"] +Cell[40670, 1134, 78, 0, 70, "FooterCell",ExpressionUUID->"c3dd6f9c-fb6a-4d16-ad10-6e8a3b7f7a59"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NucleolusCoord.nb b/Documentation/English/ReferencePages/Symbols/NucleolusCoord.nb index 4d25fe2..942d625 100644 --- a/Documentation/English/ReferencePages/Symbols/NucleolusCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/NucleolusCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48988, 1215] -NotebookOptionsPosition[ 40997, 1057] -NotebookOutlinePosition[ 43155, 1111] -CellTagsIndexPosition[ 43069, 1106] +NotebookDataLength[ 48996, 1216] +NotebookOptionsPosition[ 41018, 1059] +NotebookOutlinePosition[ 43197, 1114] +CellTagsIndexPosition[ 43111, 1109] WindowTitle->NucleolusCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cb404977-3d85-41b7-a99d-9d696b051f23"], + "03bb70df-7994-4ee7-a29e-c8085b06a667"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "30c48802-26ac-49e3-af7f-624b52bc3b02"], + "af7d8c6d-e230-4507-bad2-e3839ee94a7d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eee19a8e-b36f-4cb3-b86c-dc4c9e96d754"] - }],ExpressionUUID->"ddc8555a-b78a-4673-8c61-4cb0030cbdb7"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "3f4105f6-92b4-4841-bc78-0731a27cc049"] + }],ExpressionUUID->"2f8c7ef0-630f-4314-bb98-6770c9cc6c09"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "044e87b2-43f2-4732-ac37-d173663cc777"], + "e51c21a1-eccd-4a0d-86d7-9ff055f24e6b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "34777fe2-8ca4-407c-9b84-1aa1c14d4cf9"] - }],ExpressionUUID->"84b5ad19-0420-4bc1-bcfa-111f127adcc7"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "23527dfc-96fc-4b70-a072-49c8f688c6c4"] + }],ExpressionUUID->"766076c0-71be-4915-8bc2-129ab7736012"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ffd87eb2-6b99-4372-a7e3-093cd735336c"], + "0382b6c5-ccea-45e1-b246-14a62046a606"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e57bf9fd-2173-408e-a2ea-3732f498c76e"] - }],ExpressionUUID->"9466853a-ad32-4223-b4d5-11944e352455"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a5411bdb-2bbd-4ac8-b87f-d90e40d05716"] + }],ExpressionUUID->"080dfb31-13ca-4d66-ac0a-b37acacc137a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7fef95b0-2f6a-4165-853c-b9c40bb80da7"], + "6bd94287-55ca-4c79-9b4e-8db8da7930fb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7ae47739-2845-438f-a9a8-d630ce78a733"] - }],ExpressionUUID->"29442239-b537-4b4f-a49a-ee3523dcae16"], - StripOnInput->False], {"\<\"TUG/ref/NucleolusCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NucleolusCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "30209c26-78d7-4716-94d9-d9d8ed7f5b7a"] + }],ExpressionUUID->"75ab9e5c-3aab-4d54-8369-caf94295d3e7"], + StripOnInput->False],{ + "\"TUG/ref/NucleolusCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NucleolusCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ NucleolusCoord.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$128055], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NucleolusCoord" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$137963], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NucleolusCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a5feee09-9043-45bd-ab84-7753679407bb"] + "344fc120-0337-4ee3-a48f-8a784c76eb20"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a67a9381-eb7f-4eb4-9145-0dca581686c2"]} + "6d8bdf20-2a05-49af-8fc7-d75682f8816b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cfc2321c-4107-4cf4-8e8d-eba4601ada76"], + CellID->1,ExpressionUUID->"64a9614d-bfbd-445d-8edd-27e74b533160"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d8aa5211-1514-4a57-ad66-a7f77a12f801"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"35b595a1-9d97-4c4f-9877-e9b55914a6b3"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NucleolusCoord", "ObjectName",ExpressionUUID-> - "d0582906-d390-4caa-afee-b507b7761a26"], + "95a77108-beb8-4bd3-a07f-22ac2f31b45a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3ee54333-114e-48f9-8255-2234a7746b71"], + "Spacer1"]],ExpressionUUID->"f1028fd4-6af0-4202-bfaa-5266bbf129a5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "86c53338-de69-410e-9cfe-d149130911c7"] - }],ExpressionUUID->"09a0f7d0-44d6-4323-a0d6-0831af0df2f5"], Cell[BoxData[ + "d411f065-74cb-487f-ab2b-03f6a8eb30c2"] + }],ExpressionUUID->"1dff102c-4de5-4c8c-9fe8-5f6e33209c7b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e7df0c64-dc13-46b3-a085-79de91bd350b"]} + "8f7436a7-3a7a-47a5-9fb4-58ae1ca30076"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d7fee6df-c03f-4023-a563-82682a3e744b"], + CacheGraphics->False,ExpressionUUID->"b61e4d48-8df4-4494-9508-66eeb4077776"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package plotting functions to \ supply the data of the nucleolus in order to depict the point-solution in the \ graphic. " - }],ExpressionUUID->"8d50639d-1903-4e77-915e-899a776a83cb"]} + }],ExpressionUUID->"b02d3369-256a-4d1c-9d7b-16fd3e6148b6"]} }]], "Usage", CellID->173969682,ExpressionUUID->"5e8a7adc-2e1c-43ad-b829-6a4fc99f328e"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2a1c1af3-3a3d-4758-8be0-c590a9d3be08"], + ExpressionUUID->"17ae43d1-24c6-47e8-92c7-09e5258bbadc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"31740f12-995d-4bde-b561-48b56709108d"], + "Spacer1"]],ExpressionUUID->"23dbe419-58e8-4524-8c9d-102c1b5eeec1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ea2873f8-262a-4b34-810d-dcab74584337"], + }], "NotesFrameText",ExpressionUUID->"f5045491-337b-4ff2-bfe6-c3733534d341"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"213dfc88-1c6d-4547-9de7-e78e0ab83685"]], \ + "Preemptive"]],ExpressionUUID->"0f7e335d-af1d-4b1e-935c-eefaa7ee0e3d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1039255883,ExpressionUUID->"09c10638-04e0-44fd-bd58-d690965b5182"], + CellID->1480461060,ExpressionUUID->"1c814bce-43f5-48c1-9756-3c797c2d77e1"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -362,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dcd9c3de-e0e2-4b72-8f9c-3f08cbd8d827"], + ExpressionUUID->"1ea0dfe7-32af-4bef-9a26-6367c2ff0a2a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d09338bb-2a7c-421b-8d41-231a8be973ef"], + "Spacer1"]],ExpressionUUID->"e38ccccd-de47-4e4e-ac79-88c1e2d64983"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "001459be-e73c-44ac-b4aa-ee9c86caaa33"] + "8aac5151-dfe0-4964-8ec7-2b822da314e9"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1572285068,ExpressionUUID->"0bfa9e7d-e5bb-4959-a22a-8ff5ff7cddb9"], + CellID->457903682,ExpressionUUID->"026c0f4e-debf-4e46-b06f-6f47d1696647"], Cell[CellGroupData[{ @@ -403,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9411bb7f-6f60-4b67-8e3d-8a9daa246b6c"], + ExpressionUUID->"d7358283-b1c6-4b43-b753-cfe8931d36b2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e960a385-a499-4e54-a9b3-4d30834009b3"], + "Spacer1"]],ExpressionUUID->"adff445a-939c-418c-afc0-1d266da3913d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "39d3f691-8806-433f-9734-d5cf209493c8"] + "56f35836-f7a6-4915-acd6-9f0c69435646"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2086722843,ExpressionUUID->"19e08bec-1441-4a07-8148-ed5b45f4f4a2"], + CellID->1482435305,ExpressionUUID->"91a50b95-d55e-442a-9efc-3c2e1625ece0"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"5a9cc6fc-0cfc-4538-9ab1-96fb8a6ddaf4"], @@ -741,8 +746,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -890,15 +893,15 @@ Cell[BoxData[GridBox[{ "a1956f33-4b91-4647-b966-a4b9e47f2a9f"] }], "SeeAlso",ExpressionUUID->"a459ee79-d620-4b9d-95c9-885c1728a19f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8ed71780-94f4-496a-b9b0-\ -a2b61ed925e0"], + }]], "SeeAlsoSection",ExpressionUUID->"04cb5690-4093-43ee-8134-\ +ba66bbadce85"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -910,9 +913,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7e494f6d-7688-475c-8eb6-5309e9a2e3a7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5e436b0d-b87e-4c67-9792-\ -9055d2676623"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2805bf36-8e1e-42c5-8ff6-\ +d61e981858b8"], Cell[BoxData[GridBox[{ { @@ -929,7 +931,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4f38b378-10e0-4a22-a6fa-5e378f48612e"]}]}, + "d612052c-1b8f-4af8-b22b-512a27b8840c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -937,10 +939,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cb469441-e006-4264-ab79-27f9f26f3bde"]}]} + "d9fb294d-0a9a-40e3-8ad0-8f2bfb903dec"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"00e4414d-db8e-42d4-bb15-\ -ea8d910f1408"], + }]], "MoreAboutSection",ExpressionUUID->"a69c7f37-95e5-4e14-88ff-\ +7975f34fb875"], Cell[BoxData[GridBox[{ { @@ -967,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eef2ad94-3b28-4115-be52-1486338ee7fa"]], "RelatedLinks", + "bf8dda61-ad95-4efd-859b-b0660627c1ff"]], "RelatedLinks", ExpressionUUID->"6be29194-ff97-4d38-97d3-cdb177af19da"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -985,7 +987,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6da88284-805a-4bfe-9d53-cdb6527ece74"]], "RelatedLinks", + "e7852528-f38a-4b01-acf4-e8ff9ac2a0e3"]], "RelatedLinks", ExpressionUUID->"cf2ad9c7-d51b-4f17-aa4b-b022e2fb45e3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1002,7 +1004,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8b4e5b63-2dab-44c3-9920-43d306d746a7"]], "RelatedLinks", + "67653388-f543-4378-92f1-a13e810b075f"]], "RelatedLinks", ExpressionUUID->"26bc15aa-8226-405f-b366-e619049ff985"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1019,11 +1021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "777f86e5-8a4c-4a79-846b-e76abf8fa2bd"]], "RelatedLinks", + "1143fa72-41e0-4f0c-8981-27f5d06187fe"]], "RelatedLinks", ExpressionUUID->"1d21ea40-5c22-4874-b715-e527006944ee"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f26084a8-2a19-4ee1-a19b-\ -61bffab2105d"], + }]], "RelatedLinksSection",ExpressionUUID->"f7655ace-5cb4-4839-af07-\ +559e8a0fd05b"], Cell[CellGroupData[{ @@ -1053,11 +1055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b6fda5d7-74be-4c9e-9d46-e771d4435613"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a1fa426b-b5da-491f-b907-9ec98af3a559"] +Cell[" ", "FooterCell",ExpressionUUID->"13b48ed7-762f-4fb0-bf97-ba08574de0e7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NucleolusCoord", TaggingRules->{ @@ -1068,7 +1070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 12.194092}", + "built" -> "{2024, 6, 3, 16, 54, 2.244690}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1076,10 +1078,11 @@ TaggingRules->{ "NucleolusCoord is an option for various package plotting functions to \ supply the data of the nucleolus in order to depict the point-solution in the \ graphic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "NucleolusCoord", - "titlemodifier" -> "", "windowtitle" -> "NucleolusCoord", "type" -> - "Symbol", "uri" -> "TUG/ref/NucleolusCoord"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "NucleolusCoord", "type" -> "Symbol", "uri" -> + "TUG/ref/NucleolusCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1088,9 +1091,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ffe8b35f-bbab-4f83-82db-1d5ecfbbec20" +ExpressionUUID->"d4e6d8ce-1b02-4f61-b6e5-e88c44b072b4" ] (* End of Notebook Content *) @@ -1098,125 +1101,123 @@ ExpressionUUID->"ffe8b35f-bbab-4f83-82db-1d5ecfbbec20" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13104, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0bfa9e7d-e5bb-4959-a22a-8ff5ff7cddb9", + Cell[13160, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"026c0f4e-debf-4e46-b06f-6f47d1696647", CellTags->"PrimaryExamplesSection", - CellID->1572285068]} + CellID->457903682]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42868, 1099} + {"PrimaryExamplesSection", 42911, 1102} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"cfc2321c-4107-4cf4-8e8d-eba4601ada76", +Cell[586, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"64a9614d-bfbd-445d-8edd-27e74b533160", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d8aa5211-1514-4a57-ad66-a7f77a12f801"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"35b595a1-9d97-4c4f-9877-e9b55914a6b3"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"d7fee6df-c03f-4023-a563-82682a3e744b"], -Cell[9108, 232, 525, 10, 132, "Usage",ExpressionUUID->"5e8a7adc-2e1c-43ad-b829-6a4fc99f328e", +Cell[7873, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"b61e4d48-8df4-4494-9508-66eeb4077776"], +Cell[9164, 237, 525, 10, 131, "Usage",ExpressionUUID->"5e8a7adc-2e1c-43ad-b829-6a4fc99f328e", CellID->173969682] }, Open ]], Cell[CellGroupData[{ -Cell[9670, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"09c10638-04e0-44fd-bd58-d690965b5182", +Cell[9726, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"1c814bce-43f5-48c1-9756-3c797c2d77e1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1039255883], -Cell[11568, 296, 489, 12, 37, "Notes",ExpressionUUID->"ccd0be05-ec99-4b37-a368-23e3d9d68bff", + CellID->1480461060], +Cell[11624, 301, 489, 12, 38, "Notes",ExpressionUUID->"ccd0be05-ec99-4b37-a368-23e3d9d68bff", CellID->177724765], -Cell[12060, 310, 575, 15, 58, "Notes",ExpressionUUID->"5b60514d-5ae2-4467-984a-78acb90d6886", +Cell[12116, 315, 575, 15, 59, "Notes",ExpressionUUID->"5b60514d-5ae2-4467-984a-78acb90d6886", CellID->358334548], -Cell[12638, 327, 339, 6, 57, "Notes",ExpressionUUID->"54e0d43f-44e9-4b9b-9c37-fc9bbc67bbee", +Cell[12694, 332, 339, 6, 57, "Notes",ExpressionUUID->"54e0d43f-44e9-4b9b-9c37-fc9bbc67bbee", CellID->63912693] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13104, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0bfa9e7d-e5bb-4959-a22a-8ff5ff7cddb9", +Cell[13160, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"026c0f4e-debf-4e46-b06f-6f47d1696647", CellTags->"PrimaryExamplesSection", - CellID->1572285068], + CellID->457903682], Cell[CellGroupData[{ -Cell[14550, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"19e08bec-1441-4a07-8148-ed5b45f4f4a2", - CellID->2086722843], -Cell[15952, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"5a9cc6fc-0cfc-4538-9ab1-96fb8a6ddaf4", +Cell[14605, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"91a50b95-d55e-442a-9efc-3c2e1625ece0", + CellID->1482435305], +Cell[16007, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"5a9cc6fc-0cfc-4538-9ab1-96fb8a6ddaf4", CellID->724598077], Cell[CellGroupData[{ -Cell[16095, 423, 168, 3, 27, "Input",ExpressionUUID->"82450183-e362-4c9b-9767-e923fa797c4b", +Cell[16150, 428, 168, 3, 27, "Input",ExpressionUUID->"82450183-e362-4c9b-9767-e923fa797c4b", CellID->2141335847], Cell[CellGroupData[{ -Cell[16288, 430, 235, 4, 23, "Print",ExpressionUUID->"a9953273-557d-4c50-b301-4145c97542cc", +Cell[16343, 435, 235, 4, 23, "Print",ExpressionUUID->"a9953273-557d-4c50-b301-4145c97542cc", CellID->96692511], -Cell[16526, 436, 365, 8, 23, "Print",ExpressionUUID->"128a5dd3-073a-43f0-b014-e08930e9ff65", +Cell[16581, 441, 365, 8, 23, "Print",ExpressionUUID->"128a5dd3-073a-43f0-b014-e08930e9ff65", CellID->842118995], -Cell[16894, 446, 236, 4, 23, "Print",ExpressionUUID->"6e13ec24-1a37-495f-bc01-9dfd71157973", +Cell[16949, 451, 236, 4, 23, "Print",ExpressionUUID->"6e13ec24-1a37-495f-bc01-9dfd71157973", CellID->577986626], -Cell[17133, 452, 221, 3, 23, "Print",ExpressionUUID->"0f52b923-b14a-415b-8e00-2b9537165f4c", +Cell[17188, 457, 221, 3, 23, "Print",ExpressionUUID->"0f52b923-b14a-415b-8e00-2b9537165f4c", CellID->1665055372], -Cell[17357, 457, 208, 3, 23, "Print",ExpressionUUID->"b1ba3d2e-71f6-4cb4-914b-103f222466b4", +Cell[17412, 462, 208, 3, 23, "Print",ExpressionUUID->"b1ba3d2e-71f6-4cb4-914b-103f222466b4", CellID->1905532446], -Cell[17568, 462, 238, 4, 23, "Print",ExpressionUUID->"fe156c3f-6c5a-4d97-8b0a-7a3592d23175", +Cell[17623, 467, 238, 4, 23, "Print",ExpressionUUID->"fe156c3f-6c5a-4d97-8b0a-7a3592d23175", CellID->2004188398], -Cell[17809, 468, 220, 3, 23, "Print",ExpressionUUID->"a0df2428-dd5c-4688-987f-4293944b740f", +Cell[17864, 473, 220, 3, 23, "Print",ExpressionUUID->"a0df2428-dd5c-4688-987f-4293944b740f", CellID->378033402], -Cell[18032, 473, 236, 4, 23, "Print",ExpressionUUID->"f222364c-1282-43e7-9c0b-82bede7de1eb", +Cell[18087, 478, 236, 4, 23, "Print",ExpressionUUID->"f222364c-1282-43e7-9c0b-82bede7de1eb", CellID->939078758], -Cell[18271, 479, 237, 4, 23, "Print",ExpressionUUID->"b8cb2fe0-9809-4144-89a4-804ea3d938b9", +Cell[18326, 484, 237, 4, 23, "Print",ExpressionUUID->"b8cb2fe0-9809-4144-89a4-804ea3d938b9", CellID->2116523110], -Cell[18511, 485, 208, 3, 23, "Print",ExpressionUUID->"c028de62-396d-4a41-973c-f3424608d7f8", +Cell[18566, 490, 208, 3, 23, "Print",ExpressionUUID->"c028de62-396d-4a41-973c-f3424608d7f8", CellID->1805719444], -Cell[18722, 490, 236, 4, 23, "Print",ExpressionUUID->"82faebe7-08aa-43cb-8cf1-6b0b8e592831", +Cell[18777, 495, 236, 4, 23, "Print",ExpressionUUID->"82faebe7-08aa-43cb-8cf1-6b0b8e592831", CellID->614372121] }, Open ]] }, Open ]], -Cell[18985, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"ec1f4544-c579-480a-8a9a-5d104a590b28", +Cell[19040, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"ec1f4544-c579-480a-8a9a-5d104a590b28", CellID->2083786667], -Cell[19125, 501, 234, 6, 70, "Input",ExpressionUUID->"9eb5999e-6524-4ef8-a43d-2f7f85c365eb", +Cell[19180, 506, 234, 6, 70, "Input",ExpressionUUID->"9eb5999e-6524-4ef8-a43d-2f7f85c365eb", CellID->585427827], -Cell[19362, 509, 375, 9, 70, "Input",ExpressionUUID->"76ad2a1c-6c17-43a7-8fb1-f4982951480b", +Cell[19417, 514, 375, 9, 70, "Input",ExpressionUUID->"76ad2a1c-6c17-43a7-8fb1-f4982951480b", CellID->1947756944], -Cell[19740, 520, 238, 6, 70, "Input",ExpressionUUID->"443c15d0-86ab-4096-b415-c534bb2b385d", +Cell[19795, 525, 238, 6, 70, "Input",ExpressionUUID->"443c15d0-86ab-4096-b415-c534bb2b385d", CellID->1946614331], Cell[CellGroupData[{ -Cell[20003, 530, 199, 4, 70, "Input",ExpressionUUID->"6ce67926-f505-4f6c-9c9d-24c55973926c", +Cell[20058, 535, 199, 4, 70, "Input",ExpressionUUID->"6ce67926-f505-4f6c-9c9d-24c55973926c", CellID->2047720606], -Cell[20205, 536, 279, 8, 51, "Output",ExpressionUUID->"37ac6beb-72ff-453e-b740-fefb80d525d8", +Cell[20260, 541, 279, 8, 50, "Output",ExpressionUUID->"37ac6beb-72ff-453e-b740-fefb80d525d8", CellID->861619918] }, Open ]], -Cell[20499, 547, 171, 3, 70, "ExampleText",ExpressionUUID->"cf58434e-d328-4717-810e-e70b5ee32110", +Cell[20554, 552, 171, 3, 70, "ExampleText",ExpressionUUID->"cf58434e-d328-4717-810e-e70b5ee32110", CellID->4896524], Cell[CellGroupData[{ -Cell[20695, 554, 265, 6, 70, "Input",ExpressionUUID->"68a61ff3-8554-4020-ba9f-69f1f739591c", +Cell[20750, 559, 265, 6, 70, "Input",ExpressionUUID->"68a61ff3-8554-4020-ba9f-69f1f739591c", CellID->640476792], -Cell[20963, 562, 3638, 68, 485, "Output",ExpressionUUID->"9a633c8a-d581-4a71-a4cb-46cf61caa193", +Cell[21018, 567, 3638, 68, 485, "Output",ExpressionUUID->"9a633c8a-d581-4a71-a4cb-46cf61caa193", CellID->1474371083] }, Open ]], -Cell[24616, 633, 681, 16, 70, "ExampleText",ExpressionUUID->"49f69335-bf1d-467b-b35a-c7d31ced5218", +Cell[24671, 638, 681, 16, 70, "ExampleText",ExpressionUUID->"49f69335-bf1d-467b-b35a-c7d31ced5218", CellID->1919643346], Cell[CellGroupData[{ -Cell[25322, 653, 325, 7, 70, "Input",ExpressionUUID->"95608db0-3c70-432a-93f5-f9cb274ebd3c", +Cell[25377, 658, 325, 7, 70, "Input",ExpressionUUID->"95608db0-3c70-432a-93f5-f9cb274ebd3c", CellID->1790394400], -Cell[25650, 662, 3811, 72, 485, "Output",ExpressionUUID->"e6c5887f-7dd0-4797-bab7-b4aad2266450", +Cell[25705, 667, 3811, 72, 485, "Output",ExpressionUUID->"e6c5887f-7dd0-4797-bab7-b4aad2266450", CellID->100385012] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29758, 748, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"04cb5690-4093-43ee-8134-ba66bbadce85"], +Cell[35242, 898, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2805bf36-8e1e-42c5-8ff6-d61e981858b8"], +Cell[35915, 918, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a69c7f37-95e5-4e14-88ff-7975f34fb875"], +Cell[36951, 946, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"f7655ace-5cb4-4839-af07-559e8a0fd05b"], Cell[CellGroupData[{ -Cell[29725, 745, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"8ed71780-94f4-496a-b9b0-a2b61ed925e0"], -Cell[35209, 895, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5e436b0d-b87e-4c67-9792-9055d2676623"] -}, Open ]], -Cell[35894, 916, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"00e4414d-db8e-42d4-bb15-ea8d910f1408"], -Cell[36930, 944, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"f26084a8-2a19-4ee1-a19b-61bffab2105d"], -Cell[CellGroupData[{ -Cell[39871, 1029, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e0fad1a4-3517-4ba5-aea9-8e3a60d0c167", +Cell[39892, 1031, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e0fad1a4-3517-4ba5-aea9-8e3a60d0c167", CellID->2135167160], -Cell[40012, 1032, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f9e8d455-f969-4cee-b1da-19bfef396c5f", +Cell[40033, 1034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f9e8d455-f969-4cee-b1da-19bfef396c5f", CellID->1194386356], -Cell[40234, 1038, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f40c0ea1-2463-4781-a7e6-d440faab1edb", +Cell[40255, 1040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f40c0ea1-2463-4781-a7e6-d440faab1edb", CellID->1641706272], -Cell[40449, 1043, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9ebe7207-1467-430e-a38b-93f98c8ae1a8", +Cell[40470, 1045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9ebe7207-1467-430e-a38b-93f98c8ae1a8", CellID->399251956], -Cell[40678, 1049, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6fda5d7-74be-4c9e-9d46-e771d4435613", +Cell[40699, 1051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6fda5d7-74be-4c9e-9d46-e771d4435613", CellID->821434655] }, Open ]], -Cell[40915, 1055, 78, 0, 70, "FooterCell",ExpressionUUID->"a1fa426b-b5da-491f-b907-9ec98af3a559"] +Cell[40936, 1057, 78, 0, 70, "FooterCell",ExpressionUUID->"13b48ed7-762f-4fb0-bf97-ba08574de0e7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NucleolusThreePerson.nb b/Documentation/English/ReferencePages/Symbols/NucleolusThreePerson.nb index 90f3d69..a2b494b 100644 --- a/Documentation/English/ReferencePages/Symbols/NucleolusThreePerson.nb +++ b/Documentation/English/ReferencePages/Symbols/NucleolusThreePerson.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41415, 1071] -NotebookOptionsPosition[ 32729, 899] -NotebookOutlinePosition[ 34860, 953] -CellTagsIndexPosition[ 34775, 948] +NotebookDataLength[ 41436, 1072] +NotebookOptionsPosition[ 32767, 902] +NotebookOutlinePosition[ 34914, 956] +CellTagsIndexPosition[ 34829, 951] WindowTitle->NucleolusThreePerson WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f197430e-7ebe-4969-b364-be70d9d39a4e"], + "72a87ca5-ed23-4741-8d70-dc3b7736f1c3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7a808bbf-9b67-481f-bfd5-ce4d7d7e43c4"], + "bc0ab5ca-2be9-439d-afc8-97bda222825e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ca909404-a453-42b6-bb0e-404463ebab8a"] - }],ExpressionUUID->"fc846f48-3650-400b-a109-279b64cfa33b"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"LexiCenter\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LexiCenter"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "3631e41b-c51e-4cc2-8c3c-327e1c1f9553"] + }],ExpressionUUID->"580d270b-3896-40b1-813a-c4d5a8b56f2e"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"LexiCenter\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LexiCenter"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "68c5555c-baf1-4fa3-b018-a4d94909c02d"], + "94f5c863-6d3c-4f87-84bc-7ca0f3cf7e7b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6880f397-2795-4d5a-8a23-215b930cbeec"] - }],ExpressionUUID->"a961f2e6-66e2-4cfa-85da-f5a5de40a4ce"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "152129ab-777f-4cf2-a778-abcc6206ed65"] + }],ExpressionUUID->"bcb82e87-c2ca-481b-93f7-4a9d30832296"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95620d6b-6acc-4360-a000-fdbd5254e100"], + "97447f3f-acf6-476f-a691-28aa45ebf28f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fcd31875-2350-4841-9174-be7e08dde35f"] - }],ExpressionUUID->"b8bae4b1-f166-4103-a54d-0a6ff94db38f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "50e52ac6-67f1-4fb5-8ce9-5a2dcdf42846"] + }],ExpressionUUID->"02fb6d49-6174-4e80-8095-d0044403c720"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2263e15a-1b81-4587-a4ca-edf2249801af"], + "292bbc54-b9c6-4bd8-9f58-be169f62b683"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ac9fc083-2317-4a0b-a959-b7d8a7b58d07"] - }],ExpressionUUID->"d0d3af7f-ba3f-4c24-b2dc-eda2d198bcc9"], - StripOnInput->False], {"\<\"TUG/ref/NucleolusThreePerson\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NucleolusThreePerson"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e4a05e4a-6e1c-48a1-8f23-b7ce7d3f23e8"] + }],ExpressionUUID->"da9ff989-e7f3-41a6-b5f3-0e6fb5270e24"], + StripOnInput->False],{ + "\"TUG/ref/NucleolusThreePerson\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NucleolusThreePerson"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ NucleolusThreePerson.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$129301], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NucleolusThreePerson" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$139277], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NucleolusThreePerson" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6be9db20-bf49-434d-956f-0c725f69ec77"] + "195d6ebd-5848-4d99-af85-6ed215a8b651"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "53a8b309-4dee-485f-a5b7-a75ab7e690fa"]} + "027053be-767c-443b-8332-d6a2a441e838"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"075c37b6-1d94-4d5a-ad0f-cddfdae55996"], + CellID->1,ExpressionUUID->"1950e6e4-40bc-4603-a51c-50a1925336d1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c8cec079-76a6-4070-8b60-630080ab931f"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"66c76ea4-a7d0-449d-acd1-d7e10e0888a8"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NucleolusThreePerson", "ObjectName",ExpressionUUID-> - "f6389888-c490-4506-8d66-c349825dc593"], + "a0a0b2da-9d17-4dcb-8921-028e387907f1"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c19d7abd-722c-462b-89ef-1151b0915c98"], + "Spacer1"]],ExpressionUUID->"0e6a221d-ae7c-4b1f-a344-9b42f21b0f9c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9ad038e1-282d-4ae0-8de4-a330e1032973"] - }],ExpressionUUID->"5c300b6d-e758-4e2c-921a-a8098396d9ca"], Cell[BoxData[ + "d26467e5-79ff-4371-afbd-ceccb21d6daa"] + }],ExpressionUUID->"0db13ef1-0c0c-415f-b23e-6a0290c6f878"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e86f6f4a-3c29-4add-b828-007047170d06"]} + "666b8240-b694-4982-a858-da782adb3692"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"64350074-deee-4a7f-b018-224e599368de"], + CacheGraphics->False,ExpressionUUID->"52977d7f-363e-42ef-9942-c6543e49d754"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "242b7338-c395-46da-96ce-f75c3ad07e05"], " \[LineSeparator]computes the nucleolus of zero-normalized \ super-additive three person games. " - }],ExpressionUUID->"540c87eb-87c8-4a96-bb64-cb2cb79cf755"]} + }],ExpressionUUID->"2d3d057d-3791-4179-97cd-4990694e3b7a"]} }]], "Usage", CellID->2143536531,ExpressionUUID->"8da17651-fea5-42cd-8c32-ba6bda577190"] }, Open ]], @@ -271,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a93c4234-a3cc-4018-995c-754499e845bb"], + ExpressionUUID->"71f6e38e-87a5-4600-8c85-334226ea7aa7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"29d24881-31f3-4b49-92bb-727a42b24724"], + "Spacer1"]],ExpressionUUID->"b309d7b8-cdbf-44a2-8c19-7a76c982bded"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ebd33abb-656e-4b3e-aa6b-01643c59a289"], + }], "NotesFrameText",ExpressionUUID->"06f91e6c-f1ac-41e9-bd59-aefc25458c8b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5d4485a0-1ae1-455c-9db3-c1b729bd5162"]], \ + "Preemptive"]],ExpressionUUID->"f0d62411-eed0-4bdd-b833-1ff71ac65ebd"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1258973784,ExpressionUUID->"e1c737d3-9def-4d86-b824-4d09cc3b06a1"], + CellID->1933731027,ExpressionUUID->"11e6823d-959c-407e-8c2f-dbb755dc339d"], Cell[TextData[{ "The input expression ", @@ -365,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fbc14224-68ac-478e-953c-f3254c621464"], + ExpressionUUID->"f3484f4b-5c01-403d-922b-8aaef5429112"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1cb94d82-b318-472f-99a9-d3faacfcf6fd"], + "Spacer1"]],ExpressionUUID->"9333fbb9-aea7-4533-acec-15b291136456"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1ec15b82-2188-4ff3-9211-4782542dbb53"] + "fed618a4-afa3-4975-99f8-730824a592ba"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1909467660,ExpressionUUID->"83a209f8-db38-4cbe-83f1-59290f9135f5"], + CellID->378749777,ExpressionUUID->"3ffcfb1e-f670-4916-bfc0-ded34199eebf"], Cell[CellGroupData[{ @@ -406,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d79355b-093d-4e57-920c-c8a6566fcd7f"], + ExpressionUUID->"81be3fff-a992-400e-acc9-73b379992210"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"73bf80cf-8e5a-4b07-bc09-051962d3bf4e"], + "Spacer1"]],ExpressionUUID->"7386e1ce-5a7e-4c99-a041-cc42fa8d30c0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1c5752fc-bdb4-4619-9cd7-21bb944eee25"] + "0ef74dfc-ff58-4c03-9236-75816d4f223a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->426440795,ExpressionUUID->"748ad74b-f5c0-4e54-ac23-eddbcdd2d8e7"], + CellID->1387536224,ExpressionUUID->"1faa75f0-bf9e-4693-b986-1a1282dff26f"], Cell["Loading the package:", "ExampleText", CellID->1462565335,ExpressionUUID->"11cbeb79-36c7-4c26-8180-fc89e516d7ab"], @@ -618,8 +624,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -767,15 +771,15 @@ Cell[BoxData[GridBox[{ "e1ae0e16-add6-4fef-95a6-2a01e487748f"] }], "SeeAlso",ExpressionUUID->"e5a98ea2-f30c-41fa-a4cd-603e41fb3bc9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c1c42e59-b38e-48e6-b0f9-\ -8a9d02328007"], + }]], "SeeAlsoSection",ExpressionUUID->"a4fbdc12-a6ac-4196-85b4-\ +bf2855e3978f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -787,9 +791,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"48507469-52bc-4762-98a7-23af1a83e64c"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"52c4f659-c44b-4ef4-ae44-\ -a94c434a6d94"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0f820dc5-9d4f-4de1-b89f-\ +d0f34f731759"], Cell[BoxData[GridBox[{ { @@ -806,7 +809,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2de5f0a5-ac22-4b30-8763-149ed8f93d16"]}]}, + "220f33d2-6d6a-437b-b367-1094fc022d69"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -814,10 +817,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c370873b-2dae-437b-8a13-6576784465f8"]}]} + "15a2fcbc-b7f2-4dd1-abdf-ba759d5ca283"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b37e4ac5-3469-41c5-abf7-\ -20b40818b08f"], + }]], "MoreAboutSection",ExpressionUUID->"ee73f567-b03e-45ff-9132-\ +3a0f917b157c"], Cell[BoxData[GridBox[{ { @@ -844,7 +847,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4378e407-c6fc-4f3a-8fc9-4d609fa25c47"]], "RelatedLinks", + "c7276e7c-3269-425f-ad4f-f4462b830145"]], "RelatedLinks", ExpressionUUID->"26b2307d-fee5-4225-a735-fca81a4c41c6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,11 +864,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5b7af5d1-169e-4442-bbc9-b84291e8da16"]], "RelatedLinks", + "9f18deca-3224-44ae-a9f9-7a526138fb4d"]], "RelatedLinks", ExpressionUUID->"cede3907-6ce3-45d2-a9c9-95e74c180296"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e00a91ca-7794-429b-87f5-\ -0c709d76520e"], + }]], "RelatedLinksSection",ExpressionUUID->"0317672d-522f-4443-a5fa-\ +f7492520a3ad"], Cell[CellGroupData[{ @@ -895,11 +898,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f59f9185-ea42-4b62-b9c2-ced5da0e2dde"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6f10a370-b068-4d66-9b6d-fd3c4d9876bf"] +Cell[" ", "FooterCell",ExpressionUUID->"692a4da6-6f07-4d81-ac8c-ea81e8bbe61f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NucleolusThreePerson", TaggingRules->{ @@ -910,18 +913,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 15.472526}", + "built" -> "{2024, 6, 3, 16, 54, 3.996708}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "NucleolusThreePerson[game] computes the nucleolus of zero-normalized \ super-additive three person games. ", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "NucleolusThreePerson", "titlemodifier" -> "", "windowtitle" -> - "NucleolusThreePerson", "type" -> "Symbol", "uri" -> - "TUG/ref/NucleolusThreePerson"}}, + "title" -> "NucleolusThreePerson", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "NucleolusThreePerson", "type" -> + "Symbol", "uri" -> "TUG/ref/NucleolusThreePerson"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -930,9 +933,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f5cb7827-5f87-4706-ad45-6213a37be2f5" +ExpressionUUID->"ac30fd7b-dc88-4c75-82d7-69a795b2c153" ] (* End of Notebook Content *) @@ -940,139 +943,137 @@ ExpressionUUID->"f5cb7827-5f87-4706-ad45-6213a37be2f5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13204, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"83a209f8-db38-4cbe-83f1-59290f9135f5", + Cell[13276, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ffcfb1e-f670-4916-bfc0-ded34199eebf", CellTags->"PrimaryExamplesSection", - CellID->1909467660]} + CellID->378749777]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34574, 941} + {"PrimaryExamplesSection", 34629, 944} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7133, 168, 56, "AnchorBarGrid",ExpressionUUID->"075c37b6-1d94-4d5a-ad0f-cddfdae55996", +Cell[592, 21, 7205, 174, 57, "AnchorBarGrid",ExpressionUUID->"1950e6e4-40bc-4603-a51c-50a1925336d1", CellID->1], -Cell[7728, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c8cec079-76a6-4070-8b60-630080ab931f"], +Cell[7800, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"66c76ea4-a7d0-449d-acd1-d7e10e0888a8"], Cell[CellGroupData[{ -Cell[7839, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"64350074-deee-4a7f-b018-224e599368de"], -Cell[9136, 232, 501, 10, 111, "Usage",ExpressionUUID->"8da17651-fea5-42cd-8c32-ba6bda577190", +Cell[7911, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"52977d7f-363e-42ef-9942-c6543e49d754"], +Cell[9208, 238, 501, 10, 111, "Usage",ExpressionUUID->"8da17651-fea5-42cd-8c32-ba6bda577190", CellID->2143536531] }, Open ]], Cell[CellGroupData[{ -Cell[9674, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"e1c737d3-9def-4d86-b824-4d09cc3b06a1", +Cell[9746, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"11e6823d-959c-407e-8c2f-dbb755dc339d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1258973784], -Cell[11572, 296, 663, 17, 49, "Notes",ExpressionUUID->"5c7a9fff-3949-4d65-94cb-15ab1ced6eef", + CellID->1933731027], +Cell[11644, 302, 663, 17, 48, "Notes",ExpressionUUID->"5c7a9fff-3949-4d65-94cb-15ab1ced6eef", CellID->26053], -Cell[12238, 315, 489, 12, 37, "Notes",ExpressionUUID->"83138e86-9166-4133-a92a-e766daa10dcd", +Cell[12310, 321, 489, 12, 38, "Notes",ExpressionUUID->"83138e86-9166-4133-a92a-e766daa10dcd", CellID->177724765], -Cell[12730, 329, 208, 4, 36, "Notes",ExpressionUUID->"fea70387-27be-4c50-b4ff-5fc7fe64117a", +Cell[12802, 335, 208, 4, 36, "Notes",ExpressionUUID->"fea70387-27be-4c50-b4ff-5fc7fe64117a", CellID->1744474833], -Cell[12941, 335, 136, 1, 36, "Notes",ExpressionUUID->"2503d5dd-27e8-4f56-a29c-cb02a51665e9", +Cell[13013, 341, 136, 1, 36, "Notes",ExpressionUUID->"2503d5dd-27e8-4f56-a29c-cb02a51665e9", CellID->1631057748] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13204, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"83a209f8-db38-4cbe-83f1-59290f9135f5", +Cell[13276, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3ffcfb1e-f670-4916-bfc0-ded34199eebf", CellTags->"PrimaryExamplesSection", - CellID->1909467660], + CellID->378749777], Cell[CellGroupData[{ -Cell[14650, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"748ad74b-f5c0-4e54-ac23-eddbcdd2d8e7", - CellID->426440795], -Cell[16051, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"11cbeb79-36c7-4c26-8180-fc89e516d7ab", +Cell[14721, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1faa75f0-bf9e-4693-b986-1a1282dff26f", + CellID->1387536224], +Cell[16123, 427, 119, 1, 39, "ExampleText",ExpressionUUID->"11cbeb79-36c7-4c26-8180-fc89e516d7ab", CellID->1462565335], Cell[CellGroupData[{ -Cell[16195, 426, 166, 3, 27, "Input",ExpressionUUID->"15de1dac-7828-4363-80b7-a80a148e1714", +Cell[16267, 432, 166, 3, 27, "Input",ExpressionUUID->"15de1dac-7828-4363-80b7-a80a148e1714", CellID->57905630], Cell[CellGroupData[{ -Cell[16386, 433, 236, 4, 23, "Print",ExpressionUUID->"7b6e6407-a5c2-44e4-868d-3c868edf8704", +Cell[16458, 439, 236, 4, 23, "Print",ExpressionUUID->"7b6e6407-a5c2-44e4-868d-3c868edf8704", CellID->1279753467], -Cell[16625, 439, 365, 8, 23, "Print",ExpressionUUID->"6af9f7ab-a2cd-4e3a-9b70-c0bd45ddfa8e", +Cell[16697, 445, 365, 8, 23, "Print",ExpressionUUID->"6af9f7ab-a2cd-4e3a-9b70-c0bd45ddfa8e", CellID->1059523499], -Cell[16993, 449, 236, 4, 23, "Print",ExpressionUUID->"6c1bde45-59d4-4e3d-bb10-dddb82161c02", +Cell[17065, 455, 236, 4, 23, "Print",ExpressionUUID->"6c1bde45-59d4-4e3d-bb10-dddb82161c02", CellID->1482665853], -Cell[17232, 455, 219, 3, 23, "Print",ExpressionUUID->"2b135a20-0d75-4ea6-b880-d6ac4ff8e04c", +Cell[17304, 461, 219, 3, 23, "Print",ExpressionUUID->"2b135a20-0d75-4ea6-b880-d6ac4ff8e04c", CellID->260986825], -Cell[17454, 460, 206, 3, 23, "Print",ExpressionUUID->"d147288e-ca33-4ff6-a5f3-ca2d1a73e568", +Cell[17526, 466, 206, 3, 23, "Print",ExpressionUUID->"d147288e-ca33-4ff6-a5f3-ca2d1a73e568", CellID->930392153], -Cell[17663, 465, 237, 4, 23, "Print",ExpressionUUID->"a8ec9812-45d7-4ac1-971f-6970ce8730a2", +Cell[17735, 471, 237, 4, 23, "Print",ExpressionUUID->"a8ec9812-45d7-4ac1-971f-6970ce8730a2", CellID->1614668396], -Cell[17903, 471, 220, 3, 23, "Print",ExpressionUUID->"4ba9f19c-17cd-4fe5-bfff-a0cfc1842085", +Cell[17975, 477, 220, 3, 23, "Print",ExpressionUUID->"4ba9f19c-17cd-4fe5-bfff-a0cfc1842085", CellID->1682851629], -Cell[18126, 476, 236, 4, 23, "Print",ExpressionUUID->"36d2c9f4-8984-4832-8df4-fa956188287c", +Cell[18198, 482, 236, 4, 23, "Print",ExpressionUUID->"36d2c9f4-8984-4832-8df4-fa956188287c", CellID->2133033659], -Cell[18365, 482, 236, 4, 23, "Print",ExpressionUUID->"6b4bdf95-6730-441e-bf97-f0e90b64121b", +Cell[18437, 488, 236, 4, 23, "Print",ExpressionUUID->"6b4bdf95-6730-441e-bf97-f0e90b64121b", CellID->1001514967], -Cell[18604, 488, 206, 3, 23, "Print",ExpressionUUID->"06804237-0694-4680-a245-47c790fef11a", +Cell[18676, 494, 206, 3, 23, "Print",ExpressionUUID->"06804237-0694-4680-a245-47c790fef11a", CellID->954613859], -Cell[18813, 493, 235, 4, 23, "Print",ExpressionUUID->"4444ee5a-88f4-4a84-aaf1-be600b0c0a0a", +Cell[18885, 499, 235, 4, 23, "Print",ExpressionUUID->"4444ee5a-88f4-4a84-aaf1-be600b0c0a0a", CellID->598987638] }, Open ]] }, Open ]], -Cell[19075, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"a5433ec8-f2db-42cd-b868-34895b696096", +Cell[19147, 507, 137, 1, 39, "ExampleText",ExpressionUUID->"a5433ec8-f2db-42cd-b868-34895b696096", CellID->1449739660], -Cell[19215, 504, 225, 6, 70, "Input",ExpressionUUID->"a6a38e53-82ce-4b10-8394-d22b517263ab", +Cell[19287, 510, 225, 6, 70, "Input",ExpressionUUID->"a6a38e53-82ce-4b10-8394-d22b517263ab", CellID->1437417760], -Cell[19443, 512, 291, 8, 70, "Input",ExpressionUUID->"fc548c93-128b-47a2-b59d-db2bfed5c1fc", +Cell[19515, 518, 291, 8, 70, "Input",ExpressionUUID->"fc548c93-128b-47a2-b59d-db2bfed5c1fc", CellID->1093680083], -Cell[19737, 522, 238, 6, 70, "Input",ExpressionUUID->"1f29134d-444c-44f6-af87-acdc669a7232", +Cell[19809, 528, 238, 6, 70, "Input",ExpressionUUID->"1f29134d-444c-44f6-af87-acdc669a7232", CellID->1407069003], -Cell[19978, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"552fcb03-6ec3-4a9a-91c4-8298c97f426e", +Cell[20050, 536, 190, 4, 70, "ExampleText",ExpressionUUID->"552fcb03-6ec3-4a9a-91c4-8298c97f426e", CellID->941978778], Cell[CellGroupData[{ -Cell[20193, 538, 177, 3, 70, "Input",ExpressionUUID->"599838ae-0e62-4c25-ae69-63ae7c92c34e", +Cell[20265, 544, 177, 3, 70, "Input",ExpressionUUID->"599838ae-0e62-4c25-ae69-63ae7c92c34e", CellID->376215829], -Cell[20373, 543, 172, 4, 36, "Output",ExpressionUUID->"5cb98acb-9711-45a3-b25c-db842ebdb1a2", +Cell[20445, 549, 172, 4, 36, "Output",ExpressionUUID->"5cb98acb-9711-45a3-b25c-db842ebdb1a2", CellID->692583427] }, Open ]], -Cell[20560, 550, 202, 4, 70, "ExampleText",ExpressionUUID->"4cd0204b-16c3-45ea-add7-d1c768781bc3", +Cell[20632, 556, 202, 4, 70, "ExampleText",ExpressionUUID->"4cd0204b-16c3-45ea-add7-d1c768781bc3", CellID->1647034041], Cell[CellGroupData[{ -Cell[20787, 558, 203, 4, 70, "Input",ExpressionUUID->"e100f49f-bf66-4142-893d-d5cecfcc7d75", +Cell[20859, 564, 203, 4, 70, "Input",ExpressionUUID->"e100f49f-bf66-4142-893d-d5cecfcc7d75", CellID->1253468570], -Cell[20993, 564, 160, 2, 70, "Print",ExpressionUUID->"ff6291d4-fa3b-428d-a2cd-3251ff60e645", +Cell[21065, 570, 160, 2, 70, "Print",ExpressionUUID->"ff6291d4-fa3b-428d-a2cd-3251ff60e645", CellID->1267102781], -Cell[21156, 568, 213, 5, 36, "Output",ExpressionUUID->"3b775286-17e8-4791-96d1-e446c8263385", +Cell[21228, 574, 213, 5, 36, "Output",ExpressionUUID->"3b775286-17e8-4791-96d1-e446c8263385", CellID->579039244] }, Open ]], -Cell[21384, 576, 176, 3, 70, "ExampleText",ExpressionUUID->"386162db-7a9c-481a-a46d-ed91d15e86a3", +Cell[21456, 582, 176, 3, 70, "ExampleText",ExpressionUUID->"386162db-7a9c-481a-a46d-ed91d15e86a3", CellID->633915652], Cell[CellGroupData[{ -Cell[21585, 583, 202, 4, 70, "Input",ExpressionUUID->"a076e135-75d8-48a3-a132-91e59ec05254", +Cell[21657, 589, 202, 4, 70, "Input",ExpressionUUID->"a076e135-75d8-48a3-a132-91e59ec05254", CellID->1105473747], -Cell[21790, 589, 158, 3, 36, "Output",ExpressionUUID->"ed3469fb-a0d7-42fa-8639-52427aeaef1c", +Cell[21862, 595, 158, 3, 36, "Output",ExpressionUUID->"ed3469fb-a0d7-42fa-8639-52427aeaef1c", CellID->160687193] }, Open ]], -Cell[21963, 595, 174, 3, 70, "ExampleText",ExpressionUUID->"7666d11a-e364-4a92-bad1-f92fc1a633e7", +Cell[22035, 601, 174, 3, 70, "ExampleText",ExpressionUUID->"7666d11a-e364-4a92-bad1-f92fc1a633e7", CellID->1858371204], Cell[CellGroupData[{ -Cell[22162, 602, 175, 3, 70, "Input",ExpressionUUID->"d2b29ea5-8369-4631-a76a-c3ba3cfc2ea8", +Cell[22234, 608, 175, 3, 70, "Input",ExpressionUUID->"d2b29ea5-8369-4631-a76a-c3ba3cfc2ea8", CellID->1277500560], -Cell[22340, 607, 184, 4, 36, "Output",ExpressionUUID->"491e9755-ceaa-4ab9-8b26-1c50b7cf3a3a", +Cell[22412, 613, 184, 4, 36, "Output",ExpressionUUID->"491e9755-ceaa-4ab9-8b26-1c50b7cf3a3a", CellID->624027568] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22838, 626, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"a4fbdc12-a6ac-4196-85b4-bf2855e3978f"], +Cell[28314, 776, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0f820dc5-9d4f-4de1-b89f-d0f34f731759"], +Cell[28987, 796, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ee73f567-b03e-45ff-9132-3a0f917b157c"], +Cell[30023, 824, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"0317672d-522f-4443-a5fa-f7492520a3ad"], Cell[CellGroupData[{ -Cell[22788, 622, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"c1c42e59-b38e-48e6-b0f9-8a9d02328007"], -Cell[28264, 772, 670, 18, 70, "TechNotesSection",ExpressionUUID->"52c4f659-c44b-4ef4-ae44-a94c434a6d94"] -}, Open ]], -Cell[28949, 793, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b37e4ac5-3469-41c5-abf7-20b40818b08f"], -Cell[29985, 821, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"e00a91ca-7794-429b-87f5-0c709d76520e"], -Cell[CellGroupData[{ -Cell[31604, 871, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4c2115ad-61d3-45a4-bd7b-705fbeab67eb", +Cell[31642, 874, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4c2115ad-61d3-45a4-bd7b-705fbeab67eb", CellID->174251628], -Cell[31744, 874, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ceeff6c4-41b3-4abc-9fac-76ae51ab548d", +Cell[31782, 877, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ceeff6c4-41b3-4abc-9fac-76ae51ab548d", CellID->1194386356], -Cell[31966, 880, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b080a055-f921-4724-aca8-e9d2d186fe06", +Cell[32004, 883, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b080a055-f921-4724-aca8-e9d2d186fe06", CellID->1641706272], -Cell[32181, 885, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0c734868-cf4d-4002-bbf5-1b6a00ab69bb", +Cell[32219, 888, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0c734868-cf4d-4002-bbf5-1b6a00ab69bb", CellID->399251956], -Cell[32410, 891, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f59f9185-ea42-4b62-b9c2-ced5da0e2dde", +Cell[32448, 894, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f59f9185-ea42-4b62-b9c2-ced5da0e2dde", CellID->821434655] }, Open ]], -Cell[32647, 897, 78, 0, 70, "FooterCell",ExpressionUUID->"6f10a370-b068-4d66-9b6d-fd3c4d9876bf"] +Cell[32685, 900, 78, 0, 70, "FooterCell",ExpressionUUID->"692a4da6-6f07-4d81-ac8c-ea81e8bbe61f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/NumericalPrec.nb b/Documentation/English/ReferencePages/Symbols/NumericalPrec.nb index 3724dc8..be725e1 100644 --- a/Documentation/English/ReferencePages/Symbols/NumericalPrec.nb +++ b/Documentation/English/ReferencePages/Symbols/NumericalPrec.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41880, 1086] -NotebookOptionsPosition[ 33324, 915] -NotebookOutlinePosition[ 35405, 968] -CellTagsIndexPosition[ 35320, 963] +NotebookDataLength[ 41884, 1086] +NotebookOptionsPosition[ 33338, 916] +NotebookOutlinePosition[ 35441, 970] +CellTagsIndexPosition[ 35356, 965] WindowTitle->NumericalPrec WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b0f99c48-5208-4513-93ec-194d838510fd"], + "bc8b51db-bdd4-42f9-b623-7da1ec302753"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5d37ae3d-d52f-4aeb-9aa1-a925c925cef3"], + "5fbff181-8d4e-4338-b575-ef33d95ced69"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "24eb6014-7fa3-4214-b265-ffa929d2f9ac"] - }],ExpressionUUID->"27552aab-dc35-49a0-8cff-3c40f46f547e"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "2019316a-1233-4f07-880c-fe1c0c5e2cae"] + }],ExpressionUUID->"6cf65131-5b02-45c7-b2d7-3b6a726bb324"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "556874e5-ef10-486e-ae86-c3be0b11a0e5"], + "fa5dc336-a4cb-4836-8d1b-77c8ce434b73"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0fad48e-7af0-4d2e-92e6-0a3466ecba51"] - }],ExpressionUUID->"c57c6458-0504-49e1-90ff-e311fb78b264"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9e14b6d5-85c3-4f6a-8810-61c753e9cd98"] + }],ExpressionUUID->"127e7a8d-1a18-4b3f-9965-a55e7eef8c4b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "52c7e01c-1903-4963-b0a9-7e2ba77e7445"], + "00b43a93-eaae-4a2e-a886-ee6becf7ab68"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa47cf3d-bc4d-475a-be76-5250a8be9532"] - }],ExpressionUUID->"42ae3abe-7481-4166-9f42-2287115f2706"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d9eae3d6-68bd-4b58-a89a-f97f576f6a22"] + }],ExpressionUUID->"f668ff0e-f860-43e0-87e1-47a7b4009c7d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "682f825b-61e4-4530-b068-155456aae3ec"], + "30dfcada-2f54-48ed-9bcf-342941863129"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "41b49aad-34a6-4856-aa26-369774cf34a4"] - }],ExpressionUUID->"c291e8b2-a298-4c54-a6bb-3d15bdf5478e"], - StripOnInput->False], {"\<\"TUG/ref/NumericalPrec\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/NumericalPrec"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/NumericalPrec.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$129863], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/NumericalPrec" <> ".html"], None}]}]}, + "7a002334-cc4d-4bae-93ef-d00934b14b0d"] + }],ExpressionUUID->"e1fe2699-a08c-4f99-85a0-9fb41d294dac"], + StripOnInput->False],{ + "\"TUG/ref/NumericalPrec\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/NumericalPrec"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +NumericalPrec.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$139873], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/NumericalPrec" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "938014c7-c055-4c88-9969-c58689388d47"] + "0e1448da-29ff-4267-af56-3a392028de22"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0d7f4721-3942-43d3-9a3c-edced7163a40"]} + "3225e373-0742-4c01-b529-6089faa70797"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"228f70f3-2064-4232-a329-8cc29cea0eed"], + CellID->1,ExpressionUUID->"3bcda4cd-653f-48f3-884a-5dfe581aa525"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7dc92f04-69d8-47ea-8325-fd63815464c4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ca589d21-eff4-47b7-aa53-7b9430bd71bd"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "NumericalPrec", "ObjectName",ExpressionUUID-> - "bb476e72-4a25-4cdb-a8ad-a549c9acacc1"], + "62bfb99b-b045-4613-a7d8-e37e07fc09c3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5699f1c4-b27f-4790-a04e-5709b952c2e1"], + "Spacer1"]],ExpressionUUID->"6ca9b70e-f521-409f-9792-d3045aeb029a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a43e85e7-bb40-4235-806a-ce3800981d13"] - }],ExpressionUUID->"f88947be-d399-462f-9d45-6eeca089055c"], Cell[BoxData[ + "107bc658-81c9-47ac-9ea1-bf99b7be5072"] + }],ExpressionUUID->"a4daf39d-aac5-4259-a7a4-07b152a8833f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c70b8e66-245e-4e2a-bd1d-79406ab446f4"]} + "f6b2d277-6ed8-4c01-9045-47d6c1d27efc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2d79d131-724f-4e20-b1a1-8e26968d231d"], + CacheGraphics->False,ExpressionUUID->"bf366ef4-e264-4bbf-b641-64dab6ef5103"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "696d910c-67ce-43db-b57c-e89939c9bce6"], "\[LineSeparator]is an option for some package functions to specify the \ working precision." - }],ExpressionUUID->"4a01f54d-9ce3-4b6f-afa9-361227a8e980"]} + }],ExpressionUUID->"27e836c3-c52a-48da-aa60-7520bddf62dd"]} }]], "Usage", CellID->881011824,ExpressionUUID->"eb5cfa95-746d-46b0-a6f5-3d1e015470f1"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5d63e949-edad-4cbf-a4c5-24731077ed68"], + ExpressionUUID->"70277518-28fa-4375-a2cf-493a073e7474"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"74a7290f-c665-4cdd-b36a-9d0182039396"], + "Spacer1"]],ExpressionUUID->"c7a13bb8-3dcd-4f97-b9dd-764317a62ee0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"231fa2a2-ca18-4598-be61-7033d1617913"], + }], "NotesFrameText",ExpressionUUID->"31e013e5-5d2a-4579-a3a1-647eabf4680b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a858b641-846f-4b81-9d8e-6200646d0d2a"]], \ + "Preemptive"]],ExpressionUUID->"500c87c2-a88e-4774-8717-68478bd232e9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->145046711,ExpressionUUID->"34da2d7d-c8a3-4f7e-905b-4c6448b7d983"], + CellID->1904999314,ExpressionUUID->"d16f49a2-5c55-4e3c-9d86-8dac803aad7e"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"62693306-368a-4fa6-bcab-9a665586853f"], + ExpressionUUID->"42711aa5-f11d-4b2b-b142-b800a3e54f74"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"38879ecd-fdd4-44ce-8e60-57fb97362c28"], + "Spacer1"]],ExpressionUUID->"a5db4c95-144f-4447-902f-f45b443ebe9d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f664fa9f-b9bd-438e-bee5-b0c159a16ac2"] + "0ff6c0ea-acd1-48ab-9b8f-2805812829f4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1867861058,ExpressionUUID->"b06a95e7-4ba5-42bf-ada3-663280fe1092"], + CellID->1750801146,ExpressionUUID->"526277db-a8b5-4a05-bec7-18b7acc2c240"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e78f7d5d-67c8-4b83-b09a-e806d7646a7b"], + ExpressionUUID->"450a84bb-8409-4173-bf89-d4c62ce0fac3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cf82b2da-bd8b-4eb0-b987-f59d713232bc"], + "Spacer1"]],ExpressionUUID->"7fda7b64-0006-4db4-890b-c1fb82da9d4f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "adaf9700-2bfa-4174-a8af-e783d0d32913"] + "db8a599f-4860-4c24-8bc8-100551267c14"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1345523100,ExpressionUUID->"6406431d-562d-4a67-8ad8-c4d38c7b0efb"], + CellID->1671157201,ExpressionUUID->"d943a39c-cbf6-4042-bd65-61217d419f32"], Cell["Loading the package:", "ExampleText", CellID->731972147,ExpressionUUID->"ce70a850-eeb8-43eb-ae23-c54d050b2adb"], @@ -617,8 +621,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -766,15 +768,15 @@ Cell[BoxData[GridBox[{ "944178c1-190a-402f-9475-4ff2b1ed951b"] }], "SeeAlso",ExpressionUUID->"fddaca82-b82a-4c28-ab77-2374ed609cf7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0441130a-ef3b-4d40-8fe1-\ -8c448fa18948"], + }]], "SeeAlsoSection",ExpressionUUID->"5f3e0c7b-d3cc-4917-acba-\ +bae3e67da566"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -786,9 +788,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ed1c63c6-828e-4b2f-99dc-443bdb8c822f"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5b534bd7-12d0-45ee-9775-\ -caffbacc77fa"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f5056ad8-7226-4b4c-9b78-\ +02f3ef77224b"], Cell[BoxData[GridBox[{ { @@ -805,7 +806,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b6d1569a-74de-4c13-ac21-9d5b14b73f09"]}]}, + "0f267318-5cf5-44d8-9cbb-666836244fc9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -813,10 +814,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2ccc3f0c-d95e-4767-994a-cd6569fc8de8"]}]} + "f1145697-3bf0-4776-b2b1-03b524f553a1"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e630baba-5ae5-41f3-9351-\ -8095e2e488e3"], + }]], "MoreAboutSection",ExpressionUUID->"43bbab61-bbe1-4b36-95eb-\ +24eb4dc938c1"], Cell[BoxData[GridBox[{ { @@ -843,7 +844,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "98850485-f24b-45ac-8975-14f890ef3a84"]], "RelatedLinks", + "885321e6-a147-4017-839c-156b14c88418"]], "RelatedLinks", ExpressionUUID->"32f88be4-ba07-478f-bffa-29998cd2f132"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -860,7 +861,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanAvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e9ae59f8-6a2e-44a5-bf64-3f99cce23fae"]], "RelatedLinks", + "1c71421e-821f-431c-8f0e-75ab367bd76e"]], "RelatedLinks", ExpressionUUID->"e9d8cde4-0824-46e0-9a62-6e19949b347a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -877,11 +878,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2de55d74-6fdd-4769-a4a4-c7b1766ef616"]], "RelatedLinks", + "847534fb-f18e-4b7f-89b2-01b0464c8815"]], "RelatedLinks", ExpressionUUID->"706d4c71-93bd-48ca-8f22-652bd6066911"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3a980555-adee-4cc5-b9ef-\ -5d922e1eab19"], + }]], "RelatedLinksSection",ExpressionUUID->"d2b99c7f-f3d4-4f22-8f09-\ +4b131262940e"], Cell[CellGroupData[{ @@ -911,11 +912,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"91834f5d-5a34-49d3-b511-f64e6ff6cb6a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b76ca114-3a12-4ce6-b3c2-1f6128a362f0"] +Cell[" ", "FooterCell",ExpressionUUID->"758cb6ef-4bbe-449e-9b88-2d107c4b5674"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"NumericalPrec", TaggingRules->{ @@ -926,17 +927,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 16.904371}", + "built" -> "{2024, 6, 3, 16, 54, 4.741863}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "NumericalPrec is an option for some package functions to specify the \ working precision.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "NumericalPrec", "titlemodifier" -> "", "windowtitle" -> "NumericalPrec", - "type" -> "Symbol", "uri" -> "TUG/ref/NumericalPrec"}}, + "NumericalPrec", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "NumericalPrec", "type" -> "Symbol", "uri" -> + "TUG/ref/NumericalPrec"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -945,9 +947,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"704b0041-e69a-41ab-8905-de0b2d33f97d" +ExpressionUUID->"81a3c818-8b63-4171-8da4-9700e67d6c5a" ] (* End of Notebook Content *) @@ -955,139 +957,137 @@ ExpressionUUID->"704b0041-e69a-41ab-8905-de0b2d33f97d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12223, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b06a95e7-4ba5-42bf-ada3-663280fe1092", + Cell[12271, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"526277db-a8b5-4a05-bec7-18b7acc2c240", CellTags->"PrimaryExamplesSection", - CellID->1867861058]} + CellID->1750801146]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35119, 956} + {"PrimaryExamplesSection", 35155, 958} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7066, 168, 56, "AnchorBarGrid",ExpressionUUID->"228f70f3-2064-4232-a329-8cc29cea0eed", +Cell[585, 21, 7113, 172, 57, "AnchorBarGrid",ExpressionUUID->"3bcda4cd-653f-48f3-884a-5dfe581aa525", CellID->1], -Cell[7654, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7dc92f04-69d8-47ea-8325-fd63815464c4"], +Cell[7701, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ca589d21-eff4-47b7-aa53-7b9430bd71bd"], Cell[CellGroupData[{ -Cell[7765, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"2d79d131-724f-4e20-b1a1-8e26968d231d"], -Cell[9055, 232, 453, 9, 111, "Usage",ExpressionUUID->"eb5cfa95-746d-46b0-a6f5-3d1e015470f1", +Cell[7812, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"bf366ef4-e264-4bbf-b641-64dab6ef5103"], +Cell[9102, 236, 453, 9, 109, "Usage",ExpressionUUID->"eb5cfa95-746d-46b0-a6f5-3d1e015470f1", CellID->881011824] }, Open ]], Cell[CellGroupData[{ -Cell[9545, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"34da2d7d-c8a3-4f7e-905b-4c6448b7d983", +Cell[9592, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"d16f49a2-5c55-4e3c-9d86-8dac803aad7e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->145046711], -Cell[11442, 295, 489, 12, 37, "Notes",ExpressionUUID->"953e52f0-0c4d-4b60-8235-906dbe46228f", + CellID->1904999314], +Cell[11490, 299, 489, 12, 38, "Notes",ExpressionUUID->"953e52f0-0c4d-4b60-8235-906dbe46228f", CellID->177724765], -Cell[11934, 309, 162, 3, 36, "Notes",ExpressionUUID->"e473d492-8ba4-4676-92d4-d39f8c8d9200", +Cell[11982, 313, 162, 3, 36, "Notes",ExpressionUUID->"e473d492-8ba4-4676-92d4-d39f8c8d9200", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12223, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b06a95e7-4ba5-42bf-ada3-663280fe1092", +Cell[12271, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"526277db-a8b5-4a05-bec7-18b7acc2c240", CellTags->"PrimaryExamplesSection", - CellID->1867861058], + CellID->1750801146], Cell[CellGroupData[{ -Cell[13669, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6406431d-562d-4a67-8ad8-c4d38c7b0efb", - CellID->1345523100], -Cell[15071, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"ce70a850-eeb8-43eb-ae23-c54d050b2adb", +Cell[13717, 363, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d943a39c-cbf6-4042-bd65-61217d419f32", + CellID->1671157201], +Cell[15119, 401, 118, 1, 39, "ExampleText",ExpressionUUID->"ce70a850-eeb8-43eb-ae23-c54d050b2adb", CellID->731972147], Cell[CellGroupData[{ -Cell[15214, 402, 167, 3, 27, "Input",ExpressionUUID->"cd528dcb-e571-4989-ac40-9b9ce1247887", +Cell[15262, 406, 167, 3, 27, "Input",ExpressionUUID->"cd528dcb-e571-4989-ac40-9b9ce1247887", CellID->685176875], Cell[CellGroupData[{ -Cell[15406, 409, 237, 4, 23, "Print",ExpressionUUID->"a16cedd5-4268-4261-b01b-0f4752d45cac", +Cell[15454, 413, 237, 4, 23, "Print",ExpressionUUID->"a16cedd5-4268-4261-b01b-0f4752d45cac", CellID->1682820600], -Cell[15646, 415, 366, 8, 23, "Print",ExpressionUUID->"74bbda68-2726-488e-8ce7-b16dd42e0913", +Cell[15694, 419, 366, 8, 23, "Print",ExpressionUUID->"74bbda68-2726-488e-8ce7-b16dd42e0913", CellID->1173646737], -Cell[16015, 425, 236, 4, 23, "Print",ExpressionUUID->"450cc772-9740-429c-9566-45b8f7cc2f85", +Cell[16063, 429, 236, 4, 23, "Print",ExpressionUUID->"450cc772-9740-429c-9566-45b8f7cc2f85", CellID->461561517], -Cell[16254, 431, 221, 3, 23, "Print",ExpressionUUID->"c96e392d-862d-4d42-b136-02893bcb0e4d", +Cell[16302, 435, 221, 3, 23, "Print",ExpressionUUID->"c96e392d-862d-4d42-b136-02893bcb0e4d", CellID->1777824581], -Cell[16478, 436, 208, 3, 23, "Print",ExpressionUUID->"45c56fc0-95c7-4a94-bee8-b4c98cbd6a04", +Cell[16526, 440, 208, 3, 23, "Print",ExpressionUUID->"45c56fc0-95c7-4a94-bee8-b4c98cbd6a04", CellID->1227552353], -Cell[16689, 441, 236, 4, 23, "Print",ExpressionUUID->"17a99f70-b48c-402a-aae0-8cc2bca588b1", +Cell[16737, 445, 236, 4, 23, "Print",ExpressionUUID->"17a99f70-b48c-402a-aae0-8cc2bca588b1", CellID->65976373], -Cell[16928, 447, 220, 3, 23, "Print",ExpressionUUID->"6496430e-92bd-426d-9502-c34ec1ba0fa1", +Cell[16976, 451, 220, 3, 23, "Print",ExpressionUUID->"6496430e-92bd-426d-9502-c34ec1ba0fa1", CellID->966487494], -Cell[17151, 452, 236, 4, 23, "Print",ExpressionUUID->"08b8b0ae-e893-49a8-9e27-5b5a7f7a86b4", +Cell[17199, 456, 236, 4, 23, "Print",ExpressionUUID->"08b8b0ae-e893-49a8-9e27-5b5a7f7a86b4", CellID->573692689], -Cell[17390, 458, 236, 4, 23, "Print",ExpressionUUID->"d346398b-9ac5-4575-821b-d25358c2f6e1", +Cell[17438, 462, 236, 4, 23, "Print",ExpressionUUID->"d346398b-9ac5-4575-821b-d25358c2f6e1", CellID->303021748], -Cell[17629, 464, 207, 3, 23, "Print",ExpressionUUID->"19398598-132e-4e74-ace6-71a8cce112ef", +Cell[17677, 468, 207, 3, 23, "Print",ExpressionUUID->"19398598-132e-4e74-ace6-71a8cce112ef", CellID->392278679], -Cell[17839, 469, 236, 4, 23, "Print",ExpressionUUID->"917920dc-e6a2-472e-8964-f5cf459c3753", +Cell[17887, 473, 236, 4, 23, "Print",ExpressionUUID->"917920dc-e6a2-472e-8964-f5cf459c3753", CellID->108116252] }, Open ]] }, Open ]], -Cell[18102, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"7e05cf4f-795c-45f0-98b9-ccc2bdbfeb36", +Cell[18150, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"7e05cf4f-795c-45f0-98b9-ccc2bdbfeb36", CellID->622761448], -Cell[18241, 480, 235, 6, 27, "Input",ExpressionUUID->"7fba18a9-982f-4872-8405-e9c4adb438a8", +Cell[18289, 484, 235, 6, 27, "Input",ExpressionUUID->"7fba18a9-982f-4872-8405-e9c4adb438a8", CellID->1623982850], Cell[CellGroupData[{ -Cell[18501, 490, 359, 8, 27, "Input",ExpressionUUID->"34c2219e-539d-46f3-bb60-15c1fc8a342b", +Cell[18549, 494, 359, 8, 27, "Input",ExpressionUUID->"34c2219e-539d-46f3-bb60-15c1fc8a342b", CellID->246521572], -Cell[18863, 500, 362, 8, 36, "Output",ExpressionUUID->"5cbe3709-20ab-4f74-96c2-4558f919b606", +Cell[18911, 504, 362, 8, 36, "Output",ExpressionUUID->"5cbe3709-20ab-4f74-96c2-4558f919b606", CellID->779045926] }, Open ]], -Cell[19240, 511, 238, 6, 70, "Input",ExpressionUUID->"3e6bc0b7-65a1-48ff-96fa-c5e563ae5448", +Cell[19288, 515, 238, 6, 70, "Input",ExpressionUUID->"3e6bc0b7-65a1-48ff-96fa-c5e563ae5448", CellID->1229589113], -Cell[19481, 519, 175, 3, 70, "ExampleText",ExpressionUUID->"511ddf92-7a54-458d-b136-3a4d78d65cc8", +Cell[19529, 523, 175, 3, 70, "ExampleText",ExpressionUUID->"511ddf92-7a54-458d-b136-3a4d78d65cc8", CellID->1494834736], Cell[CellGroupData[{ -Cell[19681, 526, 204, 4, 70, "Input",ExpressionUUID->"2ca0f19d-0f7f-4392-8855-65710bd46745", +Cell[19729, 530, 204, 4, 70, "Input",ExpressionUUID->"2ca0f19d-0f7f-4392-8855-65710bd46745", CellID->1251979261], -Cell[19888, 532, 525, 13, 51, "Output",ExpressionUUID->"886e9233-739e-45eb-844d-a65886287d03", +Cell[19936, 536, 525, 13, 50, "Output",ExpressionUUID->"886e9233-739e-45eb-844d-a65886287d03", CellID->1378354070] }, Open ]], -Cell[20428, 548, 142, 1, 70, "ExampleText",ExpressionUUID->"fdeec9c0-6163-4760-9827-fb4b03c87f5f", +Cell[20476, 552, 142, 1, 70, "ExampleText",ExpressionUUID->"fdeec9c0-6163-4760-9827-fb4b03c87f5f", CellID->1499802495], Cell[CellGroupData[{ -Cell[20595, 553, 188, 4, 70, "Input",ExpressionUUID->"49979aa3-88dd-492f-8921-5158560b7fed", +Cell[20643, 557, 188, 4, 70, "Input",ExpressionUUID->"49979aa3-88dd-492f-8921-5158560b7fed", CellID->622389301], -Cell[20786, 559, 159, 3, 36, "Output",ExpressionUUID->"6ccb6de7-d4d2-4cfa-85a0-b291abe35ab1", +Cell[20834, 563, 159, 3, 36, "Output",ExpressionUUID->"6ccb6de7-d4d2-4cfa-85a0-b291abe35ab1", CellID->520446106] }, Open ]], -Cell[20960, 565, 256, 4, 70, "ExampleText",ExpressionUUID->"12fbbe17-5b73-402a-8069-4bad8f9ee6e4", +Cell[21008, 569, 256, 4, 70, "ExampleText",ExpressionUUID->"12fbbe17-5b73-402a-8069-4bad8f9ee6e4", CellID->1345707947], -Cell[21219, 571, 204, 4, 70, "ExampleText",ExpressionUUID->"6864155e-b0c4-4bf8-b11b-283ef2709a41", +Cell[21267, 575, 204, 4, 70, "ExampleText",ExpressionUUID->"6864155e-b0c4-4bf8-b11b-283ef2709a41", CellID->1317384910], Cell[CellGroupData[{ -Cell[21448, 579, 274, 6, 70, "Input",ExpressionUUID->"39da7a1a-ebca-4d80-a875-01553e5e003a", +Cell[21496, 583, 274, 6, 70, "Input",ExpressionUUID->"39da7a1a-ebca-4d80-a875-01553e5e003a", CellID->27160798], -Cell[21725, 587, 159, 3, 36, "Output",ExpressionUUID->"bc4d63c5-7089-4441-8918-910ad77cb8be", +Cell[21773, 591, 159, 3, 36, "Output",ExpressionUUID->"bc4d63c5-7089-4441-8918-910ad77cb8be", CellID->467890506] }, Open ]], -Cell[21899, 593, 160, 2, 70, "ExampleText",ExpressionUUID->"f829fe9b-fef6-44b2-9610-fa914ea92239", +Cell[21947, 597, 160, 2, 70, "ExampleText",ExpressionUUID->"f829fe9b-fef6-44b2-9610-fa914ea92239", CellID->850328915], Cell[CellGroupData[{ -Cell[22084, 599, 269, 6, 70, "Input",ExpressionUUID->"aab6a252-3342-4c2c-8a2c-e405f04a49c1", +Cell[22132, 603, 269, 6, 70, "Input",ExpressionUUID->"aab6a252-3342-4c2c-8a2c-e405f04a49c1", CellID->563402489], -Cell[22356, 607, 160, 3, 36, "Output",ExpressionUUID->"c588c7a1-2855-41c1-9021-48cb513d0384", +Cell[22404, 611, 160, 3, 36, "Output",ExpressionUUID->"c588c7a1-2855-41c1-9021-48cb513d0384", CellID->1800967558] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22806, 623, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"5f3e0c7b-d3cc-4917-acba-bae3e67da566"], +Cell[28244, 773, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f5056ad8-7226-4b4c-9b78-02f3ef77224b"], +Cell[28917, 793, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"43bbab61-bbe1-4b36-95eb-24eb4dc938c1"], +Cell[29953, 821, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"d2b99c7f-f3d4-4f22-8f09-4b131262940e"], Cell[CellGroupData[{ -Cell[22780, 621, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"0441130a-ef3b-4d40-8fe1-8c448fa18948"], -Cell[28218, 771, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5b534bd7-12d0-45ee-9775-caffbacc77fa"] -}, Open ]], -Cell[28903, 792, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e630baba-5ae5-41f3-9351-8095e2e488e3"], -Cell[29939, 820, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"3a980555-adee-4cc5-b9ef-5d922e1eab19"], -Cell[CellGroupData[{ -Cell[32199, 887, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a54c82cc-705e-41ce-9ef6-0f73ca8f3650", +Cell[32213, 888, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a54c82cc-705e-41ce-9ef6-0f73ca8f3650", CellID->174251628], -Cell[32339, 890, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e081559d-345e-4f4c-a7fc-d27fbe046a5c", +Cell[32353, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e081559d-345e-4f4c-a7fc-d27fbe046a5c", CellID->1194386356], -Cell[32561, 896, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"42e76d25-7db3-4e3c-8cd2-e30f7934ddc5", +Cell[32575, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"42e76d25-7db3-4e3c-8cd2-e30f7934ddc5", CellID->1641706272], -Cell[32776, 901, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"950ef17a-610e-4b7d-b6b3-adfe6b55a9d7", +Cell[32790, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"950ef17a-610e-4b7d-b6b3-adfe6b55a9d7", CellID->399251956], -Cell[33005, 907, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91834f5d-5a34-49d3-b511-f64e6ff6cb6a", +Cell[33019, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91834f5d-5a34-49d3-b511-f64e6ff6cb6a", CellID->821434655] }, Open ]], -Cell[33242, 913, 78, 0, 70, "FooterCell",ExpressionUUID->"b76ca114-3a12-4ce6-b3c2-1f6128a362f0"] +Cell[33256, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"758cb6ef-4bbe-449e-9b88-2d107c4b5674"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/OneNormalization.nb b/Documentation/English/ReferencePages/Symbols/OneNormalization.nb index 9a41872..26c229f 100644 --- a/Documentation/English/ReferencePages/Symbols/OneNormalization.nb +++ b/Documentation/English/ReferencePages/Symbols/OneNormalization.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41881, 1088] -NotebookOptionsPosition[ 33255, 917] -NotebookOutlinePosition[ 35331, 970] -CellTagsIndexPosition[ 35246, 965] +NotebookDataLength[ 41895, 1089] +NotebookOptionsPosition[ 33278, 919] +NotebookOutlinePosition[ 35377, 973] +CellTagsIndexPosition[ 35292, 968] WindowTitle->OneNormalization WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e1d6fa86-2bd3-4df1-a72d-0927d032b981"], + "94043e28-7b09-4c6f-9b23-fd3fa360c0ae"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "130f2748-7863-4154-8ee5-65f844d499ca"], + "d5029f32-1eaf-4f14-ba5f-0df085368be8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6f8c9141-2c5e-42f8-b610-f315280bbd7c"] - }],ExpressionUUID->"9585e02e-d392-4f83-b3db-d2b518a369a5"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "390c366f-6575-4aab-b991-168c69a41307"] + }],ExpressionUUID->"6ffc6be9-f0ae-44a2-be86-1d06397e846e"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ab0bd10a-06b2-4bba-9e53-4de0d024c7a2"], + "9c1aa1d8-c4df-4bf1-808b-012283fcb0c5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "407fbc12-cb50-45d2-844f-9893a8ca6dbf"] - }],ExpressionUUID->"2b09332a-be98-4aa2-bddb-54cab1d77fba"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cd08f218-25b4-4d94-a921-d655a97c59d1"] + }],ExpressionUUID->"db14bfe9-8b34-4a4c-a3a8-e64ab24b9122"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "221cc9b9-5240-42f5-8bf8-194a6e941dc4"], + "4f2381db-0b09-492f-8679-9dd6cfe3b6a6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0b3156d6-b7bc-4a1e-81a5-184ffdb238f8"] - }],ExpressionUUID->"77b5339d-9338-46d0-bf45-52bd6f855735"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "67923139-ee7b-4c5f-8f23-db1ecbe524b2"] + }],ExpressionUUID->"eddfd9e9-c5af-4874-957a-c2014d268f36"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "98f89b65-13c7-48b5-83b3-8e02ce08ee24"], + "6a62eae1-fcb3-4317-b024-3afc6a98d157"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "feef8c32-fb59-484e-a4b2-6ad8a0e7a853"] - }],ExpressionUUID->"cbcdd525-d740-4087-b472-d78380948086"], - StripOnInput->False], {"\<\"TUG/ref/OneNormalization\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/OneNormalization"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "152018b7-70a3-4106-a79b-5ff1f7fa2ed9"] + }],ExpressionUUID->"544d051c-e69f-490a-b12b-cc9dcf52ad15"], + StripOnInput->False],{ + "\"TUG/ref/OneNormalization\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/OneNormalization"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ OneNormalization.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$130426], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/OneNormalization" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$140470], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/OneNormalization" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "38ac0679-28f0-48bb-8fa3-e42210f327d5"] + "4b89fe4a-f27a-4328-a6f4-f0ce7316068d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "198c2df5-3d49-4e6a-a70e-a66cf9d0b03d"]} + "7266d23d-06ad-4468-8b80-993746156971"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d20b5182-c292-4449-8d5a-e7e518de4c8b"], + CellID->1,ExpressionUUID->"d080b47d-ecc0-4cbb-bb4c-4dd70c830470"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"571e6be4-a0be-4188-b9c4-692dc671f7d4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ff4bffcb-61c0-4ee3-801c-1d48e1cea2e9"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "OneNormalization", "ObjectName",ExpressionUUID-> - "568144e7-3981-41f2-b720-9f06a2c0ff51"], + "cb18248a-29f0-4d1c-be64-54e77362c066"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"77c1b044-e719-4c6a-a8b4-7452a3b5a0ca"], + "Spacer1"]],ExpressionUUID->"f3749e05-e90b-410e-a83e-9d5ee270436a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "954495ca-3f7c-46b3-926e-9670b029b0d9"] - }],ExpressionUUID->"a32ee342-45a3-4f54-ad10-c7e8860b7bdd"], Cell[BoxData[ + "067788d2-a5da-443a-b417-f4160fdb3e77"] + }],ExpressionUUID->"ce32808d-9fb2-42b0-a48b-d9b0e97a8742"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "eabd0ded-f723-48f1-ab75-d380bd398706"]} + "ae44d090-cc2d-4210-830b-3412778790da"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e4cf247a-fdb3-4a73-9899-13c8c515af0a"], + CacheGraphics->False,ExpressionUUID->"3e50bdb3-6af8-4c18-8394-8a9020975763"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], "." - }],ExpressionUUID->"2ad19123-5519-41bc-884d-8b062dc2cac8"]} + }],ExpressionUUID->"6ac6933b-7569-4b98-a815-b635c9eb1d15"]} }]], "Usage", CellID->1069450732,ExpressionUUID->"c122d174-2693-4589-bb37-cb1060f7e9d1"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3837c682-6d1d-4092-9f97-6b310ed22d54"], + ExpressionUUID->"8250a639-0406-412c-98aa-13734ae4e905"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cf3a8c3a-0d5e-42f2-af36-b4ff07ef6796"], + "Spacer1"]],ExpressionUUID->"f7338e61-4f89-44db-991e-fcde68844f36"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9de404f0-aa80-430c-b150-7ed8ccd8a22c"], + }], "NotesFrameText",ExpressionUUID->"dfa6b1ad-cda7-4b5b-8396-1b71231f133c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2abf0689-aafe-48c9-be5a-d0db8bd48327"]], \ + "Preemptive"]],ExpressionUUID->"8a92ca19-0ae9-4d60-b52d-1dd5630402f6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->887558735,ExpressionUUID->"6bf6ce00-a416-4b93-bac7-ceea2f07c8da"], + CellID->400826729,ExpressionUUID->"19b30f69-fb87-4488-bc47-613a7f6ff5d8"], Cell[TextData[{ "The input expression ", @@ -369,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9042ea78-384c-44f2-941d-20218fb08d69"], + ExpressionUUID->"b7c2b06d-08c3-424f-ba22-de42a3516cf9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2d706a95-afff-444b-821a-37a0a4f653e3"], + "Spacer1"]],ExpressionUUID->"bd5cfb6d-c613-4f1e-a303-422ae36a0ba8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9e8ed00b-dfc0-48bb-9c39-5403b8d52170"] + "f9e2f1fb-4662-4ae5-a50e-ed6c9f56476a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->611277271,ExpressionUUID->"94c41bca-2a10-47d4-8e7c-954fb8d3d86b"], + CellID->1566133644,ExpressionUUID->"911c8a11-2b4b-4d9d-983d-27f32fd2e6eb"], Cell[CellGroupData[{ @@ -410,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"acf805c6-9388-4015-a5e4-0c9b164e8424"], + ExpressionUUID->"acc88909-8d33-47c1-aa21-aa1cad73c532"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e60b6b38-940a-4506-bb46-041f3b3d3339"], + "Spacer1"]],ExpressionUUID->"bb03db90-0a2d-4dbf-9dab-327b065be48b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5e750d45-9972-4958-8827-0249e629cf5f"] + "6aa77dd9-ac78-42e0-9ad5-4d54d4aed333"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2082745833,ExpressionUUID->"922490a5-d469-4d93-b353-852c823d4c59"], + CellID->1949959473,ExpressionUUID->"d6aa9085-f4b1-49d6-983d-b04a3564cf89"], Cell["Loading the package:", "ExampleText", CellID->1298182798,ExpressionUUID->"e38064ff-6557-45c1-aa81-d381d02940e8"], @@ -636,8 +641,6 @@ Cell[BoxData["1"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -785,15 +788,15 @@ Cell[BoxData[GridBox[{ "1845d71c-4506-467f-8fc6-00e5484d625b"] }], "SeeAlso",ExpressionUUID->"6fdc4885-ca2b-4bac-bc41-87be4d53e423"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f7d3d5ba-bbbe-45b4-a649-\ -39edffd30847"], + }]], "SeeAlsoSection",ExpressionUUID->"ae69d7af-28b9-49ae-8aa7-\ +df46f4317707"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -805,9 +808,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5458cc7e-b10e-4905-ae43-1eba0eb40d82"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e8d7ad5c-676e-4590-948d-\ -f99caf399985"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"262a06d2-4799-43ba-b474-\ +fb076bafbc92"], Cell[BoxData[GridBox[{ { @@ -824,7 +826,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "05e77c5c-8b4c-4470-a9f8-96d676f1cd07"]}]}, + "4a8d21fa-6c42-429b-90ce-f5cc73fb8527"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -832,10 +834,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "05ffaa68-6bfe-438a-a02b-011f27c4835d"]}]} + "d48d2e98-61d2-494f-8535-82bf390485cf"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b36e8b00-7c27-4e08-a26a-\ -ecd1a4a69b7a"], + }]], "MoreAboutSection",ExpressionUUID->"8a64e0c6-d892-4326-8fed-\ +b3c376f32674"], Cell[BoxData[GridBox[{ { @@ -862,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8eb80831-1f19-4a2e-a9e6-95def4999733"]], "RelatedLinks", + "048820c3-0e3f-455c-bc71-95c7c8f60687"]], "RelatedLinks", ExpressionUUID->"b3b8dee1-5596-489d-8e3c-2b32ba4b44d6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -879,11 +881,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ZeroOneNormalization"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c5220901-60b2-4f0c-a53a-d363bd4432cb"]], "RelatedLinks", + "dec3996a-68b5-4192-a533-978a1cdb316d"]], "RelatedLinks", ExpressionUUID->"5ec02d29-62e3-4b31-8121-d23bbcc12609"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9c3c213e-81e0-4a67-847a-\ -8612cde1c690"], + }]], "RelatedLinksSection",ExpressionUUID->"cdd20391-429f-4593-9ba2-\ +76a9dc1777ab"], Cell[CellGroupData[{ @@ -913,11 +915,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"bc984d1b-a505-4547-9128-b43144892001"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"96d8f1f5-019e-4ed3-b6e7-dd1338e2fc4a"] +Cell[" ", "FooterCell",ExpressionUUID->"923a3392-4ea3-4540-9f46-46e87a5575f3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"OneNormalization", TaggingRules->{ @@ -928,17 +930,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 18.385702}", + "built" -> "{2024, 6, 3, 16, 54, 5.480879}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "OneNormalization[game] determines the one-normalized game from game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "OneNormalization", - "titlemodifier" -> "", "windowtitle" -> "OneNormalization", "type" -> - "Symbol", "uri" -> "TUG/ref/OneNormalization"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "OneNormalization", "type" -> "Symbol", "uri" -> + "TUG/ref/OneNormalization"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -947,9 +950,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7e1a430f-cb5b-4d12-b26d-505ea481b111" +ExpressionUUID->"fe29f747-96d8-492b-92de-8a8677451020" ] (* End of Notebook Content *) @@ -957,139 +960,137 @@ ExpressionUUID->"7e1a430f-cb5b-4d12-b26d-505ea481b111" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13189, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"94c41bca-2a10-47d4-8e7c-954fb8d3d86b", + Cell[13245, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"911c8a11-2b4b-4d9d-983d-27f32fd2e6eb", CellTags->"PrimaryExamplesSection", - CellID->611277271]} + CellID->1566133644]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35046, 958} + {"PrimaryExamplesSection", 35091, 961} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7093, 168, 56, "AnchorBarGrid",ExpressionUUID->"d20b5182-c292-4449-8d5a-e7e518de4c8b", +Cell[588, 21, 7149, 173, 57, "AnchorBarGrid",ExpressionUUID->"d080b47d-ecc0-4cbb-bb4c-4dd70c830470", CellID->1], -Cell[7684, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"571e6be4-a0be-4188-b9c4-692dc671f7d4"], +Cell[7740, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ff4bffcb-61c0-4ee3-801c-1d48e1cea2e9"], Cell[CellGroupData[{ -Cell[7795, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"e4cf247a-fdb3-4a73-9899-13c8c515af0a"], -Cell[9088, 232, 518, 12, 111, "Usage",ExpressionUUID->"c122d174-2693-4589-bb37-cb1060f7e9d1", +Cell[7851, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"3e50bdb3-6af8-4c18-8394-8a9020975763"], +Cell[9144, 237, 518, 12, 111, "Usage",ExpressionUUID->"c122d174-2693-4589-bb37-cb1060f7e9d1", CellID->1069450732] }, Open ]], Cell[CellGroupData[{ -Cell[9643, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"6bf6ce00-a416-4b93-bac7-ceea2f07c8da", +Cell[9699, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"19b30f69-fb87-4488-bc47-613a7f6ff5d8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->887558735], -Cell[11540, 298, 663, 17, 49, "Notes",ExpressionUUID->"533e606c-8cbb-438d-81af-d39f44695470", + CellID->400826729], +Cell[11596, 303, 663, 17, 48, "Notes",ExpressionUUID->"533e606c-8cbb-438d-81af-d39f44695470", CellID->26053], -Cell[12206, 317, 489, 12, 37, "Notes",ExpressionUUID->"cc62af2c-2f7a-4c6c-b203-2a5cc3253403", +Cell[12262, 322, 489, 12, 38, "Notes",ExpressionUUID->"cc62af2c-2f7a-4c6c-b203-2a5cc3253403", CellID->177724765], -Cell[12698, 331, 185, 4, 36, "Notes",ExpressionUUID->"ba50737a-914c-48fd-8841-5d4450349763", +Cell[12754, 336, 185, 4, 36, "Notes",ExpressionUUID->"ba50737a-914c-48fd-8841-5d4450349763", CellID->1001266495], -Cell[12886, 337, 176, 3, 36, "Notes",ExpressionUUID->"eb3c3b4f-8d33-4af1-ae38-824095498318", +Cell[12942, 342, 176, 3, 36, "Notes",ExpressionUUID->"eb3c3b4f-8d33-4af1-ae38-824095498318", CellID->553331200] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13189, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"94c41bca-2a10-47d4-8e7c-954fb8d3d86b", +Cell[13245, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"911c8a11-2b4b-4d9d-983d-27f32fd2e6eb", CellTags->"PrimaryExamplesSection", - CellID->611277271], + CellID->1566133644], Cell[CellGroupData[{ -Cell[14634, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"922490a5-d469-4d93-b353-852c823d4c59", - CellID->2082745833], -Cell[16036, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"e38064ff-6557-45c1-aa81-d381d02940e8", +Cell[14691, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d6aa9085-f4b1-49d6-983d-b04a3564cf89", + CellID->1949959473], +Cell[16093, 430, 119, 1, 39, "ExampleText",ExpressionUUID->"e38064ff-6557-45c1-aa81-d381d02940e8", CellID->1298182798], Cell[CellGroupData[{ -Cell[16180, 430, 167, 3, 27, "Input",ExpressionUUID->"168fef91-29ef-463e-9ea2-f560ad0af941", +Cell[16237, 435, 167, 3, 27, "Input",ExpressionUUID->"168fef91-29ef-463e-9ea2-f560ad0af941", CellID->140071243], Cell[CellGroupData[{ -Cell[16372, 437, 236, 4, 23, "Print",ExpressionUUID->"44471b5e-f2c7-4749-9cc8-6eaa14fb52b3", +Cell[16429, 442, 236, 4, 23, "Print",ExpressionUUID->"44471b5e-f2c7-4749-9cc8-6eaa14fb52b3", CellID->713068224], -Cell[16611, 443, 365, 8, 23, "Print",ExpressionUUID->"ef780083-5f7b-4fd6-8d57-9f72eaa758ee", +Cell[16668, 448, 365, 8, 23, "Print",ExpressionUUID->"ef780083-5f7b-4fd6-8d57-9f72eaa758ee", CellID->634397457], -Cell[16979, 453, 236, 4, 23, "Print",ExpressionUUID->"f5bf688f-5ef9-48f4-bd67-0d422d4eba1c", +Cell[17036, 458, 236, 4, 23, "Print",ExpressionUUID->"f5bf688f-5ef9-48f4-bd67-0d422d4eba1c", CellID->754255588], -Cell[17218, 459, 221, 3, 23, "Print",ExpressionUUID->"5180a7ac-3e37-4ac6-b4b3-679f7dbacb80", +Cell[17275, 464, 221, 3, 23, "Print",ExpressionUUID->"5180a7ac-3e37-4ac6-b4b3-679f7dbacb80", CellID->1792940165], -Cell[17442, 464, 207, 3, 23, "Print",ExpressionUUID->"a3c03274-04ce-4281-b389-97c0b10f96f1", +Cell[17499, 469, 207, 3, 23, "Print",ExpressionUUID->"a3c03274-04ce-4281-b389-97c0b10f96f1", CellID->395190144], -Cell[17652, 469, 238, 4, 23, "Print",ExpressionUUID->"685ce214-6049-40ab-8d7a-c86ea92fedfd", +Cell[17709, 474, 238, 4, 23, "Print",ExpressionUUID->"685ce214-6049-40ab-8d7a-c86ea92fedfd", CellID->1319256881], -Cell[17893, 475, 221, 3, 23, "Print",ExpressionUUID->"f8dd67e3-a0b4-4fdb-bfb5-2458c7aa599a", +Cell[17950, 480, 221, 3, 23, "Print",ExpressionUUID->"f8dd67e3-a0b4-4fdb-bfb5-2458c7aa599a", CellID->1652208640], -Cell[18117, 480, 237, 4, 23, "Print",ExpressionUUID->"5e199cdf-0b45-4c46-bff1-b27e8e97954f", +Cell[18174, 485, 237, 4, 23, "Print",ExpressionUUID->"5e199cdf-0b45-4c46-bff1-b27e8e97954f", CellID->1808946175], -Cell[18357, 486, 236, 4, 23, "Print",ExpressionUUID->"a61f071c-e751-4a4a-a12b-762521ad421d", +Cell[18414, 491, 236, 4, 23, "Print",ExpressionUUID->"a61f071c-e751-4a4a-a12b-762521ad421d", CellID->909813096], -Cell[18596, 492, 208, 3, 23, "Print",ExpressionUUID->"260641f3-3d34-48f6-8630-be9ca7c7b492", +Cell[18653, 497, 208, 3, 23, "Print",ExpressionUUID->"260641f3-3d34-48f6-8630-be9ca7c7b492", CellID->1830734667], -Cell[18807, 497, 237, 4, 23, "Print",ExpressionUUID->"cd53e9b9-e1d4-4d7d-804e-85cd3c591c2d", +Cell[18864, 502, 237, 4, 23, "Print",ExpressionUUID->"cd53e9b9-e1d4-4d7d-804e-85cd3c591c2d", CellID->1868176886] }, Open ]] }, Open ]], -Cell[19071, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"81b02ec2-a6f7-43db-9841-d58dc6829568", +Cell[19128, 510, 136, 1, 39, "ExampleText",ExpressionUUID->"81b02ec2-a6f7-43db-9841-d58dc6829568", CellID->701737579], -Cell[19210, 508, 235, 6, 70, "Input",ExpressionUUID->"4b6987a3-9cea-4af2-9e0b-a671a00947ac", +Cell[19267, 513, 235, 6, 70, "Input",ExpressionUUID->"4b6987a3-9cea-4af2-9e0b-a671a00947ac", CellID->1682272327], -Cell[19448, 516, 382, 9, 70, "Input",ExpressionUUID->"71618717-1e6e-4ada-b897-4370c92408c9", +Cell[19505, 521, 382, 9, 70, "Input",ExpressionUUID->"71618717-1e6e-4ada-b897-4370c92408c9", CellID->1723789249], -Cell[19833, 527, 238, 6, 70, "Input",ExpressionUUID->"7d3c75d0-2ff7-40cb-949d-36e70bfd418e", +Cell[19890, 532, 238, 6, 70, "Input",ExpressionUUID->"7d3c75d0-2ff7-40cb-949d-36e70bfd418e", CellID->1614012767], -Cell[20074, 535, 191, 4, 70, "ExampleText",ExpressionUUID->"7b09175b-b3b5-4eff-8f5e-fa48701b8e55", +Cell[20131, 540, 191, 4, 70, "ExampleText",ExpressionUUID->"7b09175b-b3b5-4eff-8f5e-fa48701b8e55", CellID->1842408413], Cell[CellGroupData[{ -Cell[20290, 543, 173, 3, 70, "Input",ExpressionUUID->"338af7cd-3502-4901-8cba-7f9ea73d1457", +Cell[20347, 548, 173, 3, 70, "Input",ExpressionUUID->"338af7cd-3502-4901-8cba-7f9ea73d1457", CellID->213385152], -Cell[20466, 548, 173, 4, 36, "Output",ExpressionUUID->"300dceb4-538d-4ffc-a713-1b193d8dc657", +Cell[20523, 553, 173, 4, 36, "Output",ExpressionUUID->"300dceb4-538d-4ffc-a713-1b193d8dc657", CellID->835700070] }, Open ]], -Cell[20654, 555, 177, 3, 70, "ExampleText",ExpressionUUID->"562ae114-b52d-44c5-809f-33e1d7c2c35d", +Cell[20711, 560, 177, 3, 70, "ExampleText",ExpressionUUID->"562ae114-b52d-44c5-809f-33e1d7c2c35d", CellID->603716607], Cell[CellGroupData[{ -Cell[20856, 562, 199, 4, 70, "Input",ExpressionUUID->"853b79f7-3c83-49a6-ac6d-1492edbdeef1", +Cell[20913, 567, 199, 4, 70, "Input",ExpressionUUID->"853b79f7-3c83-49a6-ac6d-1492edbdeef1", CellID->811630684], -Cell[21058, 568, 531, 13, 51, "Output",ExpressionUUID->"5cc4d9d5-c279-4823-89c7-f596c585f6ef", +Cell[21115, 573, 531, 13, 51, "Output",ExpressionUUID->"5cc4d9d5-c279-4823-89c7-f596c585f6ef", CellID->1005659413] }, Open ]], -Cell[21604, 584, 151, 1, 70, "ExampleText",ExpressionUUID->"6cdd7bce-8f45-4167-8a44-69cfa10f436b", +Cell[21661, 589, 151, 1, 70, "ExampleText",ExpressionUUID->"6cdd7bce-8f45-4167-8a44-69cfa10f436b", CellID->189959574], -Cell[21758, 587, 238, 6, 70, "Input",ExpressionUUID->"3979c24e-4b40-46d6-9d9e-07d37e5f7c07", +Cell[21815, 592, 238, 6, 70, "Input",ExpressionUUID->"3979c24e-4b40-46d6-9d9e-07d37e5f7c07", CellID->87597075], -Cell[21999, 595, 151, 1, 70, "ExampleText",ExpressionUUID->"3402f372-958d-4ed7-a3db-e4897bf2c52a", +Cell[22056, 600, 151, 1, 70, "ExampleText",ExpressionUUID->"3402f372-958d-4ed7-a3db-e4897bf2c52a", CellID->1812897179], Cell[CellGroupData[{ -Cell[22175, 600, 195, 4, 70, "Input",ExpressionUUID->"1d33e84e-6f0b-4532-8da1-fcea8d09b4c8", +Cell[22232, 605, 195, 4, 70, "Input",ExpressionUUID->"1d33e84e-6f0b-4532-8da1-fcea8d09b4c8", CellID->1409698082], -Cell[22373, 606, 320, 9, 51, "Output",ExpressionUUID->"f21b19e8-7e30-42cc-a3fd-c14453c1cc0b", +Cell[22430, 611, 320, 9, 51, "Output",ExpressionUUID->"f21b19e8-7e30-42cc-a3fd-c14453c1cc0b", CellID->760333667] }, Open ]], Cell[CellGroupData[{ -Cell[22730, 620, 183, 4, 70, "Input",ExpressionUUID->"545da16a-8e9b-493b-bf52-0ab708628875", +Cell[22787, 625, 183, 4, 70, "Input",ExpressionUUID->"545da16a-8e9b-493b-bf52-0ab708628875", CellID->640928275], -Cell[22916, 626, 156, 3, 36, "Output",ExpressionUUID->"95bb8b15-3295-4f05-8161-2942adc904d1", +Cell[22973, 631, 156, 3, 36, "Output",ExpressionUUID->"95bb8b15-3295-4f05-8161-2942adc904d1", CellID->322910025] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23371, 643, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"ae69d7af-28b9-49ae-8aa7-df46f4317707"], +Cell[28823, 793, 670, 18, 70, "TechNotesSection",ExpressionUUID->"262a06d2-4799-43ba-b474-fb076bafbc92"], +Cell[29496, 813, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8a64e0c6-d892-4326-8fed-b3c376f32674"], +Cell[30532, 841, 1596, 46, 70, "RelatedLinksSection",ExpressionUUID->"cdd20391-429f-4593-9ba2-76a9dc1777ab"], Cell[CellGroupData[{ -Cell[23336, 640, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"f7d3d5ba-bbbe-45b4-a649-39edffd30847"], -Cell[28788, 790, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e8d7ad5c-676e-4590-948d-f99caf399985"] -}, Open ]], -Cell[29473, 811, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b36e8b00-7c27-4e08-a26a-ecd1a4a69b7a"], -Cell[30509, 839, 1596, 46, 70, "RelatedLinksSection",ExpressionUUID->"9c3c213e-81e0-4a67-847a-8612cde1c690"], -Cell[CellGroupData[{ -Cell[32130, 889, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3b782675-4e04-4c39-9d9e-cb3475f12b70", +Cell[32153, 891, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3b782675-4e04-4c39-9d9e-cb3475f12b70", CellID->174251628], -Cell[32270, 892, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5fe10cab-29b8-478f-aa63-bd98c308949b", +Cell[32293, 894, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5fe10cab-29b8-478f-aa63-bd98c308949b", CellID->1194386356], -Cell[32492, 898, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0667085d-1be2-496a-aa8e-2b64b05ddb4f", +Cell[32515, 900, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0667085d-1be2-496a-aa8e-2b64b05ddb4f", CellID->1641706272], -Cell[32707, 903, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e84bbc9b-ed0e-49df-a098-0695f674c678", +Cell[32730, 905, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e84bbc9b-ed0e-49df-a098-0695f674c678", CellID->399251956], -Cell[32936, 909, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bc984d1b-a505-4547-9128-b43144892001", +Cell[32959, 911, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bc984d1b-a505-4547-9128-b43144892001", CellID->821434655] }, Open ]], -Cell[33173, 915, 78, 0, 70, "FooterCell",ExpressionUUID->"96d8f1f5-019e-4ed3-b6e7-dd1338e2fc4a"] +Cell[33196, 917, 78, 0, 70, "FooterCell",ExpressionUUID->"923a3392-4ea3-4540-9f46-46e87a5575f3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/OptStepSize.nb b/Documentation/English/ReferencePages/Symbols/OptStepSize.nb index 82d0886..3b2fc86 100644 --- a/Documentation/English/ReferencePages/Symbols/OptStepSize.nb +++ b/Documentation/English/ReferencePages/Symbols/OptStepSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52177, 1352] -NotebookOptionsPosition[ 41094, 1134] -NotebookOutlinePosition[ 43402, 1190] -CellTagsIndexPosition[ 43316, 1185] +NotebookDataLength[ 52178, 1352] +NotebookOptionsPosition[ 41106, 1135] +NotebookOutlinePosition[ 43435, 1192] +CellTagsIndexPosition[ 43349, 1187] WindowTitle->OptStepSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cea14ae5-61f6-4d8a-a66a-abe28a8bc0bd"], + "55b3d194-1894-4630-b909-49dd2c2c69fb"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "566065c8-d43c-4b40-a5bc-b9cf25bf6004"], + "7b5cc394-fa41-4796-98fc-44cabc29bd9f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3230e805-5373-4115-8bbe-2c199c98e798"] - }],ExpressionUUID->"1a13017d-cd4a-4364-b5b5-ed18af3d01c8"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "c1727969-cd4a-47f0-b47a-21d138c2de9f"] + }],ExpressionUUID->"d187a6e8-e8ca-4f49-a0ec-7d129c394d5f"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9b3f1288-9040-4aba-8197-b675b336c2f8"], + "f5452eb6-4a82-4d48-9905-37030e081db4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0edbbde4-c05f-4de2-ab13-741376743cf4"] - }],ExpressionUUID->"90f4d5cb-6c73-4960-9b17-f9e487019884"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "98b51e0a-ca5c-4704-90fa-6c5a489028f0"] + }],ExpressionUUID->"221a75de-0bf7-463f-8ecb-1c3af47290b9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b1353dd6-b8b5-4820-9ae6-b4f814146091"], + "fb3c2398-1b09-43a3-82b2-079f2dbfaea4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fd033429-54ee-47c9-b66b-6bf698c953c5"] - }],ExpressionUUID->"dd396758-791b-4659-88f5-e2d4e519b9ac"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e88938ed-f69f-4d96-914b-98b752ccb885"] + }],ExpressionUUID->"e8089155-444a-4386-8ac0-780b2cf2b3ce"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f46f039b-b695-4bff-b5a0-cec7ae47f0b5"], + "da9a0b08-31e3-4dce-9564-0c3e21879f20"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "989a70af-0be6-4661-afe3-2d11fa257bec"] - }],ExpressionUUID->"79392f6c-331c-45b9-bb49-29919d589734"], - StripOnInput->False], {"\<\"TUG/ref/OptStepSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/OptStepSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/OptStepSize.\ + "ce3e57d6-8440-4d8b-b4c2-d80bf83e1a57"] + }],ExpressionUUID->"e58408b9-8ed3-473f-be5a-9d2a4bf0c161"], + StripOnInput->False],{ + "\"TUG/ref/OptStepSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/OptStepSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/OptStepSize.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$131035], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/OptStepSize" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$141113], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/OptStepSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cd57bef9-2b7a-4ef7-9cbf-e4025906576a"] + "4f7c5bff-6cb5-4d63-a79c-d4cef57ba648"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e0de0930-3aba-434e-9a53-ea7bca307121"]} + "b068d061-2f91-4117-93d1-42e83f55dab4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5c5e4d15-195c-4b30-bf6b-a549009c0b67"], + CellID->1,ExpressionUUID->"37488e45-98bf-41f0-ae36-5fcd76b28e7d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"603c865e-a92d-4828-b32a-cf01b41b9ea1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"173ad4e3-e087-41ee-a2f7-71cc9ad06b67"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "OptStepSize", "ObjectName",ExpressionUUID-> - "cdf3829c-e6d6-4d2c-a391-69d5495dc5c2"], + "c7528b50-916a-4a7a-9847-efaafc6933bd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4c2c891d-e99f-4ff4-8baa-348a2b97f403"], + "Spacer1"]],ExpressionUUID->"68c9e681-8d8d-494f-9bb2-50c9c8e20566"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e04be3d0-7b3a-4556-ab85-f9ffdbebf34d"] - }],ExpressionUUID->"68ccef64-81d9-441a-aedf-20ad93d0ea83"], Cell[BoxData[ + "e1cc7b15-a7c8-4cba-b9fe-9c94789262d4"] + }],ExpressionUUID->"426e4631-8b81-431b-83e8-1e4782c9f621"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9eaa9111-44c6-42d9-9733-886d62017a14"]} + "5f6f8f91-18f6-4b48-8cf0-89388b85316c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c0c9539b-a175-48be-92fb-301a8da6c29f"], + CacheGraphics->False,ExpressionUUID->"b28c6aab-94d4-4aa0-90de-6e4bb9812092"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "9266c6a4-da5e-4a25-a7cf-d3313163d6bc"], " \[LineSeparator]computes the optimal step size in order to decrease \ the norm value of the excess vector." - }],ExpressionUUID->"9c875043-ff3e-423d-b0da-c9b6c9500084"]}, + }],ExpressionUUID->"ea7dc2d6-5abb-4547-8dd6-a71851625c29"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"OptStepSize", "[", @@ -250,7 +254,7 @@ the norm value of the excess vector." " \[LineSeparator]by option set a verbose mode can be enabled. \ Moreover, the cardinality of the set of lexicographically most effective \ coalitions can be set from smallest to largest." - }],ExpressionUUID->"f59906b9-f184-4ddf-a713-2d948ddd05f1"]} + }],ExpressionUUID->"cef5099f-5a70-42ad-99ad-8c0763000e2d"]} }]], "Usage", CellID->1003834745,ExpressionUUID->"b4a3b076-26da-4012-9726-c16cbd637f72"] }, Open ]], @@ -283,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52d609be-5988-46f3-a10b-81c08130f17b"], + ExpressionUUID->"7418c805-768e-4231-89da-fcf56d600110"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bbe6ddf5-c720-4ced-9d57-c42a01830a25"], + "Spacer1"]],ExpressionUUID->"e732b6e9-a781-41bb-9e38-e91e6e960f45"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e1bc72b7-a63e-421e-84b9-53f7388f62b8"], + }], "NotesFrameText",ExpressionUUID->"247b06e0-2951-4b7c-b3c3-30eab0c6b0a5"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7ce880c9-2253-4c2f-9511-bf2d37657cf3"]], \ + "Preemptive"]],ExpressionUUID->"f809a7aa-9d33-4463-9cf5-bde284d6a64d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->269825308,ExpressionUUID->"5d28629f-52c8-40b5-91b0-0789423c3e61"], + CellID->1228246314,ExpressionUUID->"efdeb881-1021-44e4-a327-38f404d7cd51"], Cell[TextData[{ "The input expression ", @@ -411,7 +415,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1497718b-83cf-4852-b196-bb10a4890791"], + "0e1c19af-ec4d-40ba-9db1-4213fb01df1b"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -421,7 +425,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"59e9f4f4-9227-4f3f-9e76-d35d1ef46246"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "21de3c31-6e61-41ab-9031-322fc60a64d7"], + "044caf30-8def-468d-8dbb-516f245d2d5a"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -500,19 +504,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e5ce1b85-53ad-4c5c-8377-8e2785b8e751"], + ExpressionUUID->"dd6df94b-ba30-4d8a-9200-8920bae7b176"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3b2e8a61-2a40-48ff-ba6c-b998c0c54e5d"], + "Spacer1"]],ExpressionUUID->"b4e355dc-e400-4480-9bf1-7972b198243f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c0572b07-d30a-4725-92e8-a69eb3ff5099"] + "57cf444d-0df1-4d2a-b40c-70eebbe39246"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2020332388,ExpressionUUID->"f9a9df81-6df7-475c-9393-75ec12b82356"], + CellID->185535238,ExpressionUUID->"89641dfc-819f-4e62-bbc8-7a5ed527724a"], Cell[CellGroupData[{ @@ -541,18 +545,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a9a331c7-ca8c-4aae-be3e-fa1ea2dd83b5"], + ExpressionUUID->"fe650202-c569-41b1-9d43-77d9beab6015"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"808209e2-64ef-45ce-96ea-8daed3f5c6d0"], + "Spacer1"]],ExpressionUUID->"fb0e6768-c797-46a7-9166-5dc5fbcfc411"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c9872490-414c-45b2-a948-72b7dde82cc8"] + "9b931e83-e8e5-4fdd-8d4f-80096b3160ef"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->490025161,ExpressionUUID->"f8c251f1-80a9-4c35-8098-78a75f6d93da"], + CellID->1299323851,ExpressionUUID->"2b347312-a01d-4588-955c-5146408426ff"], Cell["Loading the package:", "ExampleText", CellID->153081226,ExpressionUUID->"177f7040-03ef-4224-a384-b6f0a4b359bd"], @@ -835,8 +839,6 @@ Cell[BoxData["1.0000000000000022`"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -984,15 +986,15 @@ Cell[BoxData[GridBox[{ "e40c6933-2bb6-4e04-a759-6aedc2a770a8"] }], "SeeAlso",ExpressionUUID->"21d63dfd-49fd-4c88-8b71-5b720f5839b3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d705ace0-59fc-4091-a070-\ -eb6aeee09dae"], + }]], "SeeAlsoSection",ExpressionUUID->"21824f27-6896-4dc3-92d5-\ +e6ffef6be220"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1004,9 +1006,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"11a50df4-a5e5-4062-8557-c820a37bfcba"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"15fcee15-9c9d-4ba9-8595-\ -15060b2ac414"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0e30b091-6d83-45dc-9b93-\ +023d39946dce"], Cell[BoxData[GridBox[{ { @@ -1023,7 +1024,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "50f177a9-204c-490b-b732-cc3d8e7331a8"]}]}, + "1508642a-9f19-43e4-8569-73d97360e048"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1031,10 +1032,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "36ebd54c-0dc7-4841-843d-77ccd5a4803e"]}]} + "b8c3d9c3-4805-49d8-8813-d1650ccb8bbb"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"67d2c990-3e67-4a19-ad54-\ -bdbfa708ca92"], + }]], "MoreAboutSection",ExpressionUUID->"eb5142cf-9e59-4cc9-9569-\ +9bcc78013998"], Cell[BoxData[GridBox[{ { @@ -1061,7 +1062,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "da40d38c-069d-4f36-8108-40aad36e3bab"]], "RelatedLinks", + "a55c2960-4cab-4441-818b-4a50d3279ea9"]], "RelatedLinks", ExpressionUUID->"d0429953-7070-4c07-a989-a31961f4020a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1078,7 +1079,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be72de28-4c2f-4ecb-ad18-7bf2f200f3ad"]], "RelatedLinks", + "36a9c066-3fee-47e4-abd9-ebf0af15686d"]], "RelatedLinks", ExpressionUUID->"13c936b0-df8a-4be2-aa8b-c3241c77a207"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1096,11 +1097,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DirectionOfImprovement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "058564a7-3f9f-4574-a105-23ce3d7e70f2"]], "RelatedLinks", + "b1c9bb62-10d2-40a7-81fa-ccc91b78f581"]], "RelatedLinks", ExpressionUUID->"9115eea1-d543-4e70-afba-011897c98b22"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"78be3f6b-5126-40f3-8f7b-\ -0d9c13ed0206"], + }]], "RelatedLinksSection",ExpressionUUID->"b0a81eb6-0afe-445c-b351-\ +1879800cacce"], Cell[CellGroupData[{ @@ -1130,11 +1131,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c5bc2fdb-10ae-4af9-a823-92ff9bdf4074"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"29b41f3c-8017-4358-acd4-4ed583aea342"] +Cell[" ", "FooterCell",ExpressionUUID->"0369c21f-8a11-423e-91ad-0da45e36915d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"OptStepSize", TaggingRules->{ @@ -1145,7 +1146,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 19.826708}", + "built" -> "{2024, 6, 3, 16, 54, 6.225755}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1155,10 +1156,11 @@ decrease the norm value of the excess vector. OptStepSize[game, payoff, \ options] by option set a verbose mode can be enabled. Moreover, the \ cardinality of the set of lexicographically most effective coalitions can be \ set from smallest to largest.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "OptStepSize", "titlemodifier" -> "", "windowtitle" -> "OptStepSize", - "type" -> "Symbol", "uri" -> "TUG/ref/OptStepSize"}}, + "OptStepSize", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "OptStepSize", "type" -> "Symbol", "uri" -> + "TUG/ref/OptStepSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1167,9 +1169,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"95c1c7af-e133-412e-ba14-c023e81e1efb" +ExpressionUUID->"62519eed-a69c-4020-beaa-59dbcc898499" ] (* End of Notebook Content *) @@ -1177,183 +1179,181 @@ ExpressionUUID->"95c1c7af-e133-412e-ba14-c023e81e1efb" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18235, 477, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f9a9df81-6df7-475c-9393-75ec12b82356", + Cell[18281, 481, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"89641dfc-819f-4e62-bbc8-7a5ed527724a", CellTags->"PrimaryExamplesSection", - CellID->2020332388]} + CellID->185535238]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43115, 1178} + {"PrimaryExamplesSection", 43149, 1180} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7100, 168, 56, "AnchorBarGrid",ExpressionUUID->"5c5e4d15-195c-4b30-bf6b-a549009c0b67", +Cell[583, 21, 7145, 172, 57, "AnchorBarGrid",ExpressionUUID->"37488e45-98bf-41f0-ae36-5fcd76b28e7d", CellID->1], -Cell[7686, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"603c865e-a92d-4828-b32a-cf01b41b9ea1"], +Cell[7731, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"173ad4e3-e087-41ee-a2f7-71cc9ad06b67"], Cell[CellGroupData[{ -Cell[7797, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"c0c9539b-a175-48be-92fb-301a8da6c29f"], -Cell[9085, 232, 1062, 22, 209, "Usage",ExpressionUUID->"b4a3b076-26da-4012-9726-c16cbd637f72", +Cell[7842, 199, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"b28c6aab-94d4-4aa0-90de-6e4bb9812092"], +Cell[9130, 236, 1062, 22, 208, "Usage",ExpressionUUID->"b4a3b076-26da-4012-9726-c16cbd637f72", CellID->1003834745] }, Open ]], Cell[CellGroupData[{ -Cell[10184, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"5d28629f-52c8-40b5-91b0-0789423c3e61", +Cell[10229, 263, 1895, 47, 37, "NotesSection",ExpressionUUID->"efdeb881-1021-44e4-a327-38f404d7cd51", CellGroupingRules->{"SectionGrouping", 50}, - CellID->269825308], -Cell[12081, 308, 782, 20, 57, "]]",ExpressionUUID->"ad5e1556-89b1-4108-9e90-a5bb7320e2ef", + CellID->1228246314], +Cell[12127, 312, 782, 20, 57, "]]",ExpressionUUID->"ad5e1556-89b1-4108-9e90-a5bb7320e2ef", CellID->209133038], -Cell[12866, 330, 489, 12, 37, "Notes",ExpressionUUID->"32bf45d2-4457-4c06-8426-eeda8758df71", +Cell[12912, 334, 489, 12, 38, "Notes",ExpressionUUID->"32bf45d2-4457-4c06-8426-eeda8758df71", CellID->177724765], -Cell[13358, 344, 307, 5, 57, "Notes",ExpressionUUID->"e8fe8a98-7919-4af5-a114-6d2f5951f177", +Cell[13404, 348, 307, 5, 57, "Notes",ExpressionUUID->"e8fe8a98-7919-4af5-a114-6d2f5951f177", CellID->1131680379], -Cell[13668, 351, 171, 3, 36, "Notes",ExpressionUUID->"5497c1f0-46af-49b4-bd27-d0fc3ea4150d", +Cell[13714, 355, 171, 3, 36, "Notes",ExpressionUUID->"5497c1f0-46af-49b4-bd27-d0fc3ea4150d", CellID->411223631], -Cell[13842, 356, 1486, 41, 80, "Notes",ExpressionUUID->"865543c4-eebf-41e1-97c3-1968f7344116", +Cell[13888, 360, 1486, 41, 82, "Notes",ExpressionUUID->"865543c4-eebf-41e1-97c3-1968f7344116", CellID->1587948075], -Cell[15331, 399, 148, 1, 36, "Notes",ExpressionUUID->"1ee3ce87-0862-4db4-9357-eb80aab9efe6", +Cell[15377, 403, 148, 1, 36, "Notes",ExpressionUUID->"1ee3ce87-0862-4db4-9357-eb80aab9efe6", CellID->737637846], -Cell[15482, 402, 129, 1, 36, "Notes",ExpressionUUID->"b75b471c-2750-44cd-a5cb-4df541f6fa1b", +Cell[15528, 406, 129, 1, 36, "Notes",ExpressionUUID->"b75b471c-2750-44cd-a5cb-4df541f6fa1b", CellID->156229047], -Cell[15614, 405, 267, 4, 49, "Notes",ExpressionUUID->"1eac497d-f5fd-4122-8675-796a21754ac3", +Cell[15660, 409, 267, 4, 48, "Notes",ExpressionUUID->"1eac497d-f5fd-4122-8675-796a21754ac3", CellID->13178], -Cell[15884, 411, 1224, 29, 67, "3ColumnTableMod",ExpressionUUID->"52f0e5a4-34b7-4111-9ea0-6c03ba34c9c3", +Cell[15930, 415, 1224, 29, 88, "3ColumnTableMod",ExpressionUUID->"52f0e5a4-34b7-4111-9ea0-6c03ba34c9c3", CellID->11156], -Cell[17111, 442, 528, 14, 70, "Notes",ExpressionUUID->"f02212c1-d17c-4f06-aa30-1738a67ade45", +Cell[17157, 446, 528, 14, 70, "Notes",ExpressionUUID->"f02212c1-d17c-4f06-aa30-1738a67ade45", CellID->2041037989], -Cell[17642, 458, 466, 13, 70, "Notes",ExpressionUUID->"41d09130-23bd-4298-9e1c-601d88073ac4", +Cell[17688, 462, 466, 13, 70, "Notes",ExpressionUUID->"41d09130-23bd-4298-9e1c-601d88073ac4", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18235, 477, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f9a9df81-6df7-475c-9393-75ec12b82356", +Cell[18281, 481, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"89641dfc-819f-4e62-bbc8-7a5ed527724a", CellTags->"PrimaryExamplesSection", - CellID->2020332388], + CellID->185535238], Cell[CellGroupData[{ -Cell[19681, 518, 1398, 36, 70, "ExampleSection",ExpressionUUID->"f8c251f1-80a9-4c35-8098-78a75f6d93da", - CellID->490025161], -Cell[21082, 556, 118, 1, 70, "ExampleText",ExpressionUUID->"177f7040-03ef-4224-a384-b6f0a4b359bd", +Cell[19726, 522, 1399, 36, 70, "ExampleSection",ExpressionUUID->"2b347312-a01d-4588-955c-5146408426ff", + CellID->1299323851], +Cell[21128, 560, 118, 1, 70, "ExampleText",ExpressionUUID->"177f7040-03ef-4224-a384-b6f0a4b359bd", CellID->153081226], Cell[CellGroupData[{ -Cell[21225, 561, 168, 3, 70, "Input",ExpressionUUID->"5dc18fcf-de53-4513-8622-7d5a9f101245", +Cell[21271, 565, 168, 3, 70, "Input",ExpressionUUID->"5dc18fcf-de53-4513-8622-7d5a9f101245", CellID->1496130042], Cell[CellGroupData[{ -Cell[21418, 568, 207, 3, 70, "Print",ExpressionUUID->"f1615a45-c67b-476b-8bee-1167648e26d1", +Cell[21464, 572, 207, 3, 70, "Print",ExpressionUUID->"f1615a45-c67b-476b-8bee-1167648e26d1", CellID->1549382412], -Cell[21628, 573, 334, 7, 70, "Print",ExpressionUUID->"b26dee8d-904a-4798-aa73-080566a7de93", +Cell[21674, 577, 334, 7, 70, "Print",ExpressionUUID->"b26dee8d-904a-4798-aa73-080566a7de93", CellID->38148850], -Cell[21965, 582, 206, 3, 70, "Print",ExpressionUUID->"68c69ec9-7686-487c-bd37-023d83940142", +Cell[22011, 586, 206, 3, 70, "Print",ExpressionUUID->"68c69ec9-7686-487c-bd37-023d83940142", CellID->909631783], -Cell[22174, 587, 190, 2, 70, "Print",ExpressionUUID->"034c4d64-443f-4acd-b864-7f8d466ef2d1", +Cell[22220, 591, 190, 2, 70, "Print",ExpressionUUID->"034c4d64-443f-4acd-b864-7f8d466ef2d1", CellID->120000602], -Cell[22367, 591, 178, 2, 70, "Print",ExpressionUUID->"16258087-0738-431f-94c1-bbb4bd221b18", +Cell[22413, 595, 178, 2, 70, "Print",ExpressionUUID->"16258087-0738-431f-94c1-bbb4bd221b18", CellID->1967755460], -Cell[22548, 595, 208, 3, 70, "Print",ExpressionUUID->"ebe1cdb6-e54e-4eeb-b913-0dcb7520451f", +Cell[22594, 599, 208, 3, 70, "Print",ExpressionUUID->"ebe1cdb6-e54e-4eeb-b913-0dcb7520451f", CellID->1117831251], -Cell[22759, 600, 190, 2, 70, "Print",ExpressionUUID->"929a3b84-f7f2-4e2d-b9bb-d03b2bf48308", +Cell[22805, 604, 190, 2, 70, "Print",ExpressionUUID->"929a3b84-f7f2-4e2d-b9bb-d03b2bf48308", CellID->352759459], -Cell[22952, 604, 206, 3, 70, "Print",ExpressionUUID->"ba153f69-9d64-4650-b4bd-12511894c7ee", +Cell[22998, 608, 206, 3, 70, "Print",ExpressionUUID->"ba153f69-9d64-4650-b4bd-12511894c7ee", CellID->404358388], -Cell[23161, 609, 206, 3, 70, "Print",ExpressionUUID->"2a5896cd-5562-40e8-ac61-ca66f3e573a1", +Cell[23207, 613, 206, 3, 70, "Print",ExpressionUUID->"2a5896cd-5562-40e8-ac61-ca66f3e573a1", CellID->799110998], -Cell[23370, 614, 177, 2, 70, "Print",ExpressionUUID->"079c771a-4a9e-4175-be86-031b1c4278fe", +Cell[23416, 618, 177, 2, 70, "Print",ExpressionUUID->"079c771a-4a9e-4175-be86-031b1c4278fe", CellID->449153726], -Cell[23550, 618, 206, 3, 70, "Print",ExpressionUUID->"8e151763-2831-4b97-8c7e-76dddb22364d", +Cell[23596, 622, 206, 3, 70, "Print",ExpressionUUID->"8e151763-2831-4b97-8c7e-76dddb22364d", CellID->182898494] }, Open ]] }, Open ]], -Cell[23783, 625, 137, 1, 70, "ExampleText",ExpressionUUID->"4ba3fd28-c439-44bd-b367-dd782a8bf65c", +Cell[23829, 629, 137, 1, 70, "ExampleText",ExpressionUUID->"4ba3fd28-c439-44bd-b367-dd782a8bf65c", CellID->1704495048], -Cell[23923, 628, 235, 6, 70, "Input",ExpressionUUID->"a179c0a7-82fb-47fe-b154-c8182afe6877", +Cell[23969, 632, 235, 6, 70, "Input",ExpressionUUID->"a179c0a7-82fb-47fe-b154-c8182afe6877", CellID->2084186537], -Cell[24161, 636, 381, 9, 70, "Input",ExpressionUUID->"26e90741-36da-4b45-b2d2-e4af8ee0f706", +Cell[24207, 640, 381, 9, 70, "Input",ExpressionUUID->"26e90741-36da-4b45-b2d2-e4af8ee0f706", CellID->1154778566], -Cell[24545, 647, 236, 6, 70, "Input",ExpressionUUID->"5fbcf59d-b503-4506-ba68-baa37637c31a", +Cell[24591, 651, 236, 6, 70, "Input",ExpressionUUID->"5fbcf59d-b503-4506-ba68-baa37637c31a", CellID->56859897], -Cell[24784, 655, 191, 4, 70, "ExampleText",ExpressionUUID->"7fae3dd1-6883-4cbd-89fd-caaaa2827683", +Cell[24830, 659, 191, 4, 70, "ExampleText",ExpressionUUID->"7fae3dd1-6883-4cbd-89fd-caaaa2827683", CellID->2113312413], Cell[CellGroupData[{ -Cell[25000, 663, 168, 3, 70, "Input",ExpressionUUID->"32c24630-ffcd-4e66-93b3-620e0afae578", +Cell[25046, 667, 168, 3, 70, "Input",ExpressionUUID->"32c24630-ffcd-4e66-93b3-620e0afae578", CellID->840143284], -Cell[25171, 668, 260, 6, 36, "Output",ExpressionUUID->"1e2a7fa0-7c5d-4221-9310-7ad3c3f1b951", +Cell[25217, 672, 260, 6, 36, "Output",ExpressionUUID->"1e2a7fa0-7c5d-4221-9310-7ad3c3f1b951", CellID->928493278] }, Open ]], -Cell[25446, 677, 133, 1, 70, "ExampleText",ExpressionUUID->"c8417815-01a0-44d3-a74e-84d16ee88a32", +Cell[25492, 681, 133, 1, 70, "ExampleText",ExpressionUUID->"c8417815-01a0-44d3-a74e-84d16ee88a32", CellID->245874676], Cell[CellGroupData[{ -Cell[25604, 682, 195, 4, 70, "Input",ExpressionUUID->"a5988824-c35c-453e-87e5-f811fdd8cf1f", +Cell[25650, 686, 195, 4, 70, "Input",ExpressionUUID->"a5988824-c35c-453e-87e5-f811fdd8cf1f", CellID->1104328615], -Cell[25802, 688, 289, 8, 51, "Output",ExpressionUUID->"8cfef718-f347-4620-896d-77b5a6d13cee", +Cell[25848, 692, 289, 8, 50, "Output",ExpressionUUID->"8cfef718-f347-4620-896d-77b5a6d13cee", CellID->1635168414] }, Open ]], -Cell[26106, 699, 155, 1, 70, "ExampleText",ExpressionUUID->"89432202-9f28-4694-9dcf-009f65d03b16", +Cell[26152, 703, 155, 1, 70, "ExampleText",ExpressionUUID->"89432202-9f28-4694-9dcf-009f65d03b16", CellID->1284206598], Cell[CellGroupData[{ -Cell[26286, 704, 223, 5, 70, "Input",ExpressionUUID->"29cee2c1-247f-4cde-ba12-fb67b9784d5d", +Cell[26332, 708, 223, 5, 70, "Input",ExpressionUUID->"29cee2c1-247f-4cde-ba12-fb67b9784d5d", CellID->483487966], -Cell[26512, 711, 144, 2, 36, "Output",ExpressionUUID->"b41aa81e-6619-4aca-8fd3-bfec3d75a32a", +Cell[26558, 715, 144, 2, 36, "Output",ExpressionUUID->"b41aa81e-6619-4aca-8fd3-bfec3d75a32a", CellID->412197242] }, Open ]], -Cell[26671, 716, 192, 4, 70, "ExampleText",ExpressionUUID->"65bc6f6f-ca8f-4d7f-ac1a-3e09dc860bb2", +Cell[26717, 720, 192, 4, 70, "ExampleText",ExpressionUUID->"65bc6f6f-ca8f-4d7f-ac1a-3e09dc860bb2", CellID->1415270629], Cell[CellGroupData[{ -Cell[26888, 724, 222, 5, 70, "Input",ExpressionUUID->"4cdbb613-8cb4-4cc8-bd6b-0fb4f45ae49c", +Cell[26934, 728, 222, 5, 70, "Input",ExpressionUUID->"4cdbb613-8cb4-4cc8-bd6b-0fb4f45ae49c", CellID->1857818622], -Cell[27113, 731, 145, 2, 36, "Output",ExpressionUUID->"aab585ba-6200-43e1-a893-f69a68f0fa2a", +Cell[27159, 735, 145, 2, 36, "Output",ExpressionUUID->"aab585ba-6200-43e1-a893-f69a68f0fa2a", CellID->1879393676] }, Open ]], -Cell[27273, 736, 194, 4, 70, "ExampleText",ExpressionUUID->"244de2e2-fee2-4cf8-b366-45fa64a082c4", +Cell[27319, 740, 194, 4, 70, "ExampleText",ExpressionUUID->"244de2e2-fee2-4cf8-b366-45fa64a082c4", CellID->1410016680], Cell[CellGroupData[{ -Cell[27492, 744, 279, 7, 70, "Input",ExpressionUUID->"02ec169b-c186-4761-900d-594a165b0260", +Cell[27538, 748, 279, 7, 70, "Input",ExpressionUUID->"02ec169b-c186-4761-900d-594a165b0260", CellID->940060405], -Cell[27774, 753, 357, 8, 36, "Output",ExpressionUUID->"a5c955ac-c2b0-427c-b427-a2b85a718e74", +Cell[27820, 757, 357, 8, 36, "Output",ExpressionUUID->"a5c955ac-c2b0-427c-b427-a2b85a718e74", CellID->1507213947] }, Open ]], -Cell[28146, 764, 259, 5, 70, "ExampleText",ExpressionUUID->"f65214c9-8beb-4ca5-a0e9-cda2bd2b268a", +Cell[28192, 768, 259, 5, 70, "ExampleText",ExpressionUUID->"f65214c9-8beb-4ca5-a0e9-cda2bd2b268a", CellID->758663074], Cell[CellGroupData[{ -Cell[28430, 773, 206, 5, 70, "Input",ExpressionUUID->"25b744d9-c8f0-4131-8d94-ccedf7a7a6d6", +Cell[28476, 777, 206, 5, 70, "Input",ExpressionUUID->"25b744d9-c8f0-4131-8d94-ccedf7a7a6d6", CellID->34129085], -Cell[28639, 780, 271, 6, 36, "Output",ExpressionUUID->"72d63c6d-bbe6-4de9-a788-05acabcb360a", +Cell[28685, 784, 271, 6, 36, "Output",ExpressionUUID->"72d63c6d-bbe6-4de9-a788-05acabcb360a", CellID->571745664] }, Open ]], -Cell[28925, 789, 219, 4, 70, "ExampleText",ExpressionUUID->"da7106ee-4a75-448d-8370-6bb834d00191", +Cell[28971, 793, 219, 4, 70, "ExampleText",ExpressionUUID->"da7106ee-4a75-448d-8370-6bb834d00191", CellID->653081085], Cell[CellGroupData[{ -Cell[29169, 797, 222, 5, 70, "Input",ExpressionUUID->"2570950f-7009-4670-971c-579bd6293b03", +Cell[29215, 801, 222, 5, 70, "Input",ExpressionUUID->"2570950f-7009-4670-971c-579bd6293b03", CellID->1605625341], -Cell[29394, 804, 143, 2, 36, "Output",ExpressionUUID->"03deb184-cf65-4f76-b96c-dacb1883dde2", +Cell[29440, 808, 143, 2, 36, "Output",ExpressionUUID->"03deb184-cf65-4f76-b96c-dacb1883dde2", CellID->105658482] }, Open ]], -Cell[29552, 809, 201, 4, 70, "ExampleText",ExpressionUUID->"e05ca4e7-f5c5-4d16-bf93-86d6f252cdfa", +Cell[29598, 813, 201, 4, 70, "ExampleText",ExpressionUUID->"e05ca4e7-f5c5-4d16-bf93-86d6f252cdfa", CellID->1374251], Cell[CellGroupData[{ -Cell[29778, 817, 294, 7, 70, "Input",ExpressionUUID->"154ca7b0-a266-4fef-a3b6-3578d7aee78b", +Cell[29824, 821, 294, 7, 70, "Input",ExpressionUUID->"154ca7b0-a266-4fef-a3b6-3578d7aee78b", CellID->343778606], -Cell[30075, 826, 145, 2, 36, "Output",ExpressionUUID->"89bce974-ed38-4f6c-ac28-eec0a13b477f", +Cell[30121, 830, 145, 2, 36, "Output",ExpressionUUID->"89bce974-ed38-4f6c-ac28-eec0a13b477f", CellID->588290953] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30508, 841, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"21824f27-6896-4dc3-92d5-e6ffef6be220"], +Cell[35988, 991, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0e30b091-6d83-45dc-9b93-023d39946dce"], +Cell[36661, 1011, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"eb5142cf-9e59-4cc9-9569-9bcc78013998"], +Cell[37697, 1039, 2259, 64, 70, "RelatedLinksSection",ExpressionUUID->"b0a81eb6-0afe-445c-b351-1879800cacce"], Cell[CellGroupData[{ -Cell[30484, 839, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"d705ace0-59fc-4091-a070-eb6aeee09dae"], -Cell[35964, 989, 670, 18, 70, "TechNotesSection",ExpressionUUID->"15fcee15-9c9d-4ba9-8595-15060b2ac414"] -}, Open ]], -Cell[36649, 1010, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"67d2c990-3e67-4a19-ad54-bdbfa708ca92"], -Cell[37685, 1038, 2259, 64, 70, "RelatedLinksSection",ExpressionUUID->"78be3f6b-5126-40f3-8f7b-0d9c13ed0206"], -Cell[CellGroupData[{ -Cell[39969, 1106, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5cd93485-43ac-4f17-a14c-5d02017f63b9", +Cell[39981, 1107, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5cd93485-43ac-4f17-a14c-5d02017f63b9", CellID->906383680], -Cell[40109, 1109, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a9f4c39-3bcc-41e3-abbf-256c91807cb8", +Cell[40121, 1110, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4a9f4c39-3bcc-41e3-abbf-256c91807cb8", CellID->1194386356], -Cell[40331, 1115, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f513b9e9-ce4a-4150-bfb9-a16f3487b5c4", +Cell[40343, 1116, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f513b9e9-ce4a-4150-bfb9-a16f3487b5c4", CellID->1641706272], -Cell[40546, 1120, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a10cd-8d62-4d61-b911-a7370f28f269", +Cell[40558, 1121, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"185a10cd-8d62-4d61-b911-a7370f28f269", CellID->399251956], -Cell[40775, 1126, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5bc2fdb-10ae-4af9-a823-92ff9bdf4074", +Cell[40787, 1127, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5bc2fdb-10ae-4af9-a823-92ff9bdf4074", CellID->821434655] }, Open ]], -Cell[41012, 1132, 78, 0, 70, "FooterCell",ExpressionUUID->"29b41f3c-8017-4358-acd4-4ed583aea342"] +Cell[41024, 1133, 78, 0, 70, "FooterCell",ExpressionUUID->"0369c21f-8a11-423e-91ad-0da45e36915d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PDValue.nb b/Documentation/English/ReferencePages/Symbols/PDValue.nb index 5491c4f..a656e39 100644 --- a/Documentation/English/ReferencePages/Symbols/PDValue.nb +++ b/Documentation/English/ReferencePages/Symbols/PDValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40094, 1040] -NotebookOptionsPosition[ 32356, 887] -NotebookOutlinePosition[ 34418, 940] -CellTagsIndexPosition[ 34333, 935] +NotebookDataLength[ 40079, 1038] +NotebookOptionsPosition[ 32357, 887] +NotebookOutlinePosition[ 34436, 940] +CellTagsIndexPosition[ 34351, 935] WindowTitle->PDValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8a409d90-7571-4d16-a746-cb343a65c6a0"], + "10c43cc6-3dd2-43fa-bd8b-3d38330164a0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "04f2144a-49a4-4db7-ad73-3ed6065055ec"], + "1022d97c-92e1-4bda-a46a-d09a6f797624"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "64fca9aa-0e75-408c-80f9-36361881da09"] - }],ExpressionUUID->"5547675c-c84e-4a58-b411-7aa6a1f97b84"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "bf59bad2-8a40-4adb-aca1-56f967404fbf"] + }],ExpressionUUID->"9891c2be-7caa-45da-9d60-bd83fe1a8b67"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7ab017fd-fb38-4ff6-bb3d-f1f0ed44a266"], + "a2ebcef4-5c0d-4881-a65a-040b49bc82b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5f7adf78-ecd5-46de-84e3-e892c4cdce40"] - }],ExpressionUUID->"d02eb12b-b469-4887-8684-85472d5079d6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1c569874-f0ac-4112-a8bc-abd6796a80cb"] + }],ExpressionUUID->"2017f085-b2ec-4089-bb7f-0abad96a36c7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8fb9407-5d72-44ec-8b68-2ef90ddb8c5e"], + "b30407eb-badd-4f5c-adde-3506b0478f00"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "827f6785-cb64-47d0-888a-0ed6fdf297ff"] - }],ExpressionUUID->"b34ed787-08ac-4e50-9d27-ebc53e66c3c3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b2d06a4b-ce55-4e33-8b31-b81c4461b682"] + }],ExpressionUUID->"c6a38819-c007-4b7b-a48f-3ecc7d322fb5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "912ecedd-e7ad-406d-a193-0e963c887de6"], + "cf9940aa-3559-4603-98e8-f73bf1b34c2a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "55aba090-2e72-4a4f-9330-952542de2671"] - }],ExpressionUUID->"5f859ac8-94c5-46ca-b122-86ccd825c849"], - StripOnInput->False], {"\<\"TUG/ref/PDValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PDValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PDValue.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$149055], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/PDValue" <> - ".html"], None}]}]}, + "85b3a48f-a94b-476e-9415-14ba4728ceea"] + }],ExpressionUUID->"9bcc9837-a49c-4d38-9e37-882c0a49b190"], + StripOnInput->False],{ + "\"TUG/ref/PDValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PDValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PDValue.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$160051], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PDValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3669d5c9-9c07-41aa-8433-cd726ea84af9"] + "9f9d8d34-b7f1-4bc2-b3f9-f782c162fa7f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "18aadb3c-ab6e-4a49-b6e6-b40b0da22981"]} + "e5868222-dab8-4ac3-a172-269daa510e77"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"accbbfa3-34f6-40e6-b2da-75d243ab047d"], + CellID->1,ExpressionUUID->"93b8bea1-c232-432d-b511-b3cb3a4d4bef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5be59273-fb54-4ed8-840f-4f71c61748ad"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d34cbd0c-703c-4d56-a0ca-2f5941904d81"], Cell[CellGroupData[{ @@ -199,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PDValue", "ObjectName",ExpressionUUID-> - "f6c4359f-39cb-4558-8eac-69c3b691a747"], + "87a088e4-d102-43e5-8e9c-b4b16d60ef8e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"34f56e0b-f612-4a72-aeb7-9e9c59c8d6ef"], + "Spacer1"]],ExpressionUUID->"72217bb7-3138-4e74-84d9-ede9b95b4251"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "dbfde9b3-2f0a-42b9-84cf-825b6108df8e"] - }],ExpressionUUID->"74458e60-9b0c-4a0d-acc6-5e6f46bf26ca"], Cell[BoxData[ + "4c510cc7-68ec-42d9-a445-d51af17d7c1c"] + }],ExpressionUUID->"53e3e310-54f8-4787-8797-1931c488930a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cc83a9f7-9fa0-4f48-888e-fa62b17f3474"]} + "eecfba8f-a270-4374-878f-2c755ce6694f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"fd0574d2-34d2-4a14-bad2-a2365d9e054d"], + CacheGraphics->False,ExpressionUUID->"e47558b7-ade7-41d0-9504-b95a769dc5b8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +243,7 @@ Cell[BoxData[GridBox[{ "3aef071b-2992-463e-9683-e3d53d7937d5"], " \[LineSeparator]computes the proportional division value of an \ individually positive TU-game." - }],ExpressionUUID->"00ea34f0-0543-4ed8-8115-49ef3316dff2"]} + }],ExpressionUUID->"4fa80b73-a04d-4cd9-a778-5eea8ee4ff24"]} }]], "Usage", CellID->106534353,ExpressionUUID->"c17a8a78-74df-410e-8467-61e8431f5423"] }, Open ]], @@ -273,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6426b432-26bb-4b99-b604-f390392b8484"], + ExpressionUUID->"5038f69e-c9ce-4619-a7eb-64f6a5c1d307"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"58b8277e-78c6-47b4-ae23-a8606face15a"], + "Spacer1"]],ExpressionUUID->"79f45680-2b9d-43bb-889c-bc2753b3465d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f1f3f0bc-ee94-49d0-bd59-76f88e75aa5e"], + }], "NotesFrameText",ExpressionUUID->"e8016bee-9cc1-4af3-903b-13145f0aec09"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e1ad2b99-f889-46c4-8944-ead33487cc01"]], \ + "Preemptive"]],ExpressionUUID->"b870a4b3-b75a-44ae-a4de-93a20fde4de3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1897486918,ExpressionUUID->"85037a4e-6155-4f71-bddd-6173bcb6e069"], + CellID->1205732024,ExpressionUUID->"726032ce-0d4f-4516-a1b1-56ad1c54cd53"], Cell[TextData[{ "The input expression ", @@ -362,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e0b06bc4-4fe1-4d37-bd10-871d8456e3d6"], + ExpressionUUID->"4dfa6e56-f74d-479d-9685-fbdb9bc5587a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b87ab3e2-fa75-4601-92b1-a83cd492fb0c"], + "Spacer1"]],ExpressionUUID->"7e639dce-5089-4a89-b8d6-d065ff268005"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f71695df-1590-4670-9a9d-3a7240dc4555"] + "135afde5-9364-4436-9b66-e9e06c7309db"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1628762244,ExpressionUUID->"5c066de8-95d5-4511-9fd0-87aab28fb0f2"], + CellID->589092562,ExpressionUUID->"55885843-88fb-4b21-bcd2-b9ef6d80ed4c"], Cell[CellGroupData[{ @@ -403,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"03310c80-745b-4963-9382-76b52f31d5ed"], + ExpressionUUID->"9f771b5f-e4a6-4dd1-a3bd-4a5b376a7a91"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"87c1338a-8e07-407e-ba15-60c042a1a43f"], + "Spacer1"]],ExpressionUUID->"96f5033c-e596-4630-a710-889371a78915"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7f4d518b-7d7f-44bd-b90c-a6c4eb151ef3"] + "135cefcc-bb24-40c9-80df-f8677ea645dc"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->265515860,ExpressionUUID->"70e3e40f-18c6-43cd-ac8a-7944a95da460"], + CellID->1954546805,ExpressionUUID->"d5ea7ce8-47d0-4fda-9e84-7ab35fb000e0"], Cell["Loading the package:", "ExampleText", CellID->1471046461,ExpressionUUID->"7c1607aa-905c-4449-a965-e18cd93ab7c4"], @@ -575,8 +578,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -738,15 +739,15 @@ Cell[BoxData[GridBox[{ "5aa19473-71b0-4b99-84fc-fa5ffa4790d9"] }], "SeeAlso",ExpressionUUID->"c59864ab-cd4a-4e60-a22d-bfd082434ec5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f9e15b69-b1ae-4342-9553-\ -6b6b77c4fd9a"], + }]], "SeeAlsoSection",ExpressionUUID->"0a1b4bb4-a74a-4d45-8276-\ +e3aa9c8d3313"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -758,9 +759,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"16d9e451-edb7-47df-a99c-c476f0c7118a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"401ba97d-5abd-4483-b540-\ -32cffaf8a713"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"79378c2d-6f01-4905-81e0-\ +2e885ce0bcda"], Cell[BoxData[GridBox[{ { @@ -777,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d3712451-280d-4e82-813d-582f17f73707"]}]}, + "df51e8a5-599c-4aad-85a3-54a604233e5c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -785,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9f53abfa-894b-4130-b490-76f2fbde67d3"]}]} + "e84c5665-94de-49b2-9e1d-cc3f30d337f5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1b414cb7-de32-4d9f-bd1e-\ -b2e513b71b13"], + }]], "MoreAboutSection",ExpressionUUID->"a12bcb68-770f-40aa-a033-\ +1c0810807db0"], Cell[BoxData[GridBox[{ { @@ -815,7 +815,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "60c87cca-9b97-476e-8b83-fb0db7d97465"]], "RelatedLinks", + "c6f3f2b5-616e-4a1e-95f3-9e0f47255269"]], "RelatedLinks", ExpressionUUID->"d4e152ab-7025-400e-ba26-716463118519"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,7 +832,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d41f9730-cb10-431c-823e-39131165349c"]], "RelatedLinks", + "3b27c8f1-132c-494a-a67f-07302e23d7cd"]], "RelatedLinks", ExpressionUUID->"2300139d-4be8-4a2a-9aca-90e6cbc01935"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,11 +849,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "edcbf397-b5b9-4e88-8ddb-e7f1edd9660f"]], "RelatedLinks", + "0a183556-1e16-438f-bd2f-ba9ca5d1a6be"]], "RelatedLinks", ExpressionUUID->"6eee3d28-dbb2-43d7-97b6-41024f1fefc9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b029b380-8fad-4330-ae27-\ -21b54d441183"], + }]], "RelatedLinksSection",ExpressionUUID->"01c9518a-1a2e-4845-b9f1-\ +28253b9af83c"], Cell[CellGroupData[{ @@ -883,11 +883,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7363d127-76ca-4b7f-a424-72693adaf851"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"20b279c4-a72b-4f31-9aad-bc85983bdb3a"] +Cell[" ", "FooterCell",ExpressionUUID->"c562df22-d84b-4fea-8a91-0ef609d28ca0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PDValue", TaggingRules->{ @@ -898,17 +898,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 23.669711}", + "built" -> "{2024, 6, 3, 16, 54, 47.866849}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PD_Value[game] computes the proportional division value of an \ individually positive TU-game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "PDValue", "titlemodifier" -> "", "windowtitle" -> "PDValue", "type" -> - "Symbol", "uri" -> "TUG/ref/PDValue"}}, + "PDValue", "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PDValue", "type" -> "Symbol", "uri" -> "TUG/ref/PDValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -917,9 +917,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4640f8c6-d847-42d2-85a8-f2e71f9809a2" +ExpressionUUID->"72756c13-eaa8-469c-b263-cf7f0e2fcff3" ] (* End of Notebook Content *) @@ -927,121 +927,119 @@ ExpressionUUID->"4640f8c6-d847-42d2-85a8-f2e71f9809a2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12973, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5c066de8-95d5-4511-9fd0-87aab28fb0f2", + Cell[13008, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55885843-88fb-4b21-bcd2-b9ef6d80ed4c", CellTags->"PrimaryExamplesSection", - CellID->1628762244]} + CellID->589092562]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34132, 928} + {"PrimaryExamplesSection", 34151, 928} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7097, 170, 56, "AnchorBarGrid",ExpressionUUID->"accbbfa3-34f6-40e6-b2da-75d243ab047d", +Cell[579, 21, 7132, 173, 57, "AnchorBarGrid",ExpressionUUID->"93b8bea1-c232-432d-b511-b3cb3a4d4bef", CellID->1], -Cell[7679, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5be59273-fb54-4ed8-840f-4f71c61748ad"], +Cell[7714, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d34cbd0c-703c-4d56-a0ca-2f5941904d81"], Cell[CellGroupData[{ -Cell[7790, 197, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"fd0574d2-34d2-4a14-bad2-a2365d9e054d"], -Cell[9074, 234, 488, 10, 111, "Usage",ExpressionUUID->"c17a8a78-74df-410e-8467-61e8431f5423", +Cell[7825, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"e47558b7-ade7-41d0-9504-b95a769dc5b8"], +Cell[9109, 237, 488, 10, 111, "Usage",ExpressionUUID->"c17a8a78-74df-410e-8467-61e8431f5423", CellID->106534353] }, Open ]], Cell[CellGroupData[{ -Cell[9599, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"85037a4e-6155-4f71-bddd-6173bcb6e069", +Cell[9634, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"726032ce-0d4f-4516-a1b1-56ad1c54cd53", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1897486918], -Cell[11497, 298, 515, 12, 57, "Notes",ExpressionUUID->"ee90fcb9-774f-4444-9e48-528b53c948c8", + CellID->1205732024], +Cell[11532, 301, 515, 12, 57, "Notes",ExpressionUUID->"ee90fcb9-774f-4444-9e48-528b53c948c8", CellID->1014199156], -Cell[12015, 312, 489, 12, 37, "Notes",ExpressionUUID->"0c6a598e-d4f1-4a6b-9108-a8f52e5c73cc", +Cell[12050, 315, 489, 12, 38, "Notes",ExpressionUUID->"0c6a598e-d4f1-4a6b-9108-a8f52e5c73cc", CellID->177724765], -Cell[12507, 326, 142, 1, 36, "Notes",ExpressionUUID->"1904d207-d0af-43c9-943d-44d2f497348c", +Cell[12542, 329, 142, 1, 36, "Notes",ExpressionUUID->"1904d207-d0af-43c9-943d-44d2f497348c", CellID->295382118], -Cell[12652, 329, 194, 4, 36, "Notes",ExpressionUUID->"7a79f398-1ac0-4049-8c97-d22888554850", +Cell[12687, 332, 194, 4, 36, "Notes",ExpressionUUID->"7a79f398-1ac0-4049-8c97-d22888554850", CellID->704527920] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12973, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5c066de8-95d5-4511-9fd0-87aab28fb0f2", +Cell[13008, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"55885843-88fb-4b21-bcd2-b9ef6d80ed4c", CellTags->"PrimaryExamplesSection", - CellID->1628762244], + CellID->589092562], Cell[CellGroupData[{ -Cell[14419, 380, 1398, 36, 30, "ExampleSection",ExpressionUUID->"70e3e40f-18c6-43cd-ac8a-7944a95da460", - CellID->265515860], -Cell[15820, 418, 119, 1, 38, "ExampleText",ExpressionUUID->"7c1607aa-905c-4449-a965-e18cd93ab7c4", +Cell[14453, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d5ea7ce8-47d0-4fda-9e84-7ab35fb000e0", + CellID->1954546805], +Cell[15855, 421, 119, 1, 39, "ExampleText",ExpressionUUID->"7c1607aa-905c-4449-a965-e18cd93ab7c4", CellID->1471046461], Cell[CellGroupData[{ -Cell[15964, 423, 167, 3, 27, "Input",ExpressionUUID->"e09a75c1-8579-4572-98cc-b5d82b0a7250", +Cell[15999, 426, 167, 3, 27, "Input",ExpressionUUID->"e09a75c1-8579-4572-98cc-b5d82b0a7250", CellID->990889115], Cell[CellGroupData[{ -Cell[16156, 430, 236, 4, 23, "Print",ExpressionUUID->"4d5e2a33-13b6-41e6-b0d0-4db45ddaea72", +Cell[16191, 433, 236, 4, 23, "Print",ExpressionUUID->"4d5e2a33-13b6-41e6-b0d0-4db45ddaea72", CellID->1052271325], -Cell[16395, 436, 365, 8, 23, "Print",ExpressionUUID->"53e5cdec-9f03-4557-ae5a-0659d0e3d55f", +Cell[16430, 439, 365, 8, 23, "Print",ExpressionUUID->"53e5cdec-9f03-4557-ae5a-0659d0e3d55f", CellID->2094087596], -Cell[16763, 446, 236, 4, 23, "Print",ExpressionUUID->"dcff1fc2-2e3f-43c4-a800-e103a2637956", +Cell[16798, 449, 236, 4, 23, "Print",ExpressionUUID->"dcff1fc2-2e3f-43c4-a800-e103a2637956", CellID->1185964284], -Cell[17002, 452, 220, 3, 23, "Print",ExpressionUUID->"6c5e6846-98ba-40b8-90ff-6371d69fd6a3", +Cell[17037, 455, 220, 3, 23, "Print",ExpressionUUID->"6c5e6846-98ba-40b8-90ff-6371d69fd6a3", CellID->1825273916], -Cell[17225, 457, 207, 3, 23, "Print",ExpressionUUID->"07bded55-f069-430c-bf3d-5f1a860dd3b8", +Cell[17260, 460, 207, 3, 23, "Print",ExpressionUUID->"07bded55-f069-430c-bf3d-5f1a860dd3b8", CellID->1253644985], -Cell[17435, 462, 237, 4, 23, "Print",ExpressionUUID->"3a9aee19-c405-4917-a4ee-e91ff599db44", +Cell[17470, 465, 237, 4, 23, "Print",ExpressionUUID->"3a9aee19-c405-4917-a4ee-e91ff599db44", CellID->1656069769], -Cell[17675, 468, 220, 3, 23, "Print",ExpressionUUID->"1b122ede-23b7-40da-9a5e-9999052351ee", +Cell[17710, 471, 220, 3, 23, "Print",ExpressionUUID->"1b122ede-23b7-40da-9a5e-9999052351ee", CellID->1814498562], -Cell[17898, 473, 236, 4, 23, "Print",ExpressionUUID->"c138b8da-13f8-42d2-8da4-961025b82efc", +Cell[17933, 476, 236, 4, 23, "Print",ExpressionUUID->"c138b8da-13f8-42d2-8da4-961025b82efc", CellID->1709548435], -Cell[18137, 479, 235, 4, 23, "Print",ExpressionUUID->"611e692c-fa57-4138-a2d7-d97645fcf18e", +Cell[18172, 482, 235, 4, 23, "Print",ExpressionUUID->"611e692c-fa57-4138-a2d7-d97645fcf18e", CellID->482946065], -Cell[18375, 485, 206, 3, 23, "Print",ExpressionUUID->"820747e5-d7da-49e3-9fe0-56b74bf4f0f3", +Cell[18410, 488, 206, 3, 23, "Print",ExpressionUUID->"820747e5-d7da-49e3-9fe0-56b74bf4f0f3", CellID->137053695], -Cell[18584, 490, 236, 4, 23, "Print",ExpressionUUID->"b27ff769-4fd1-4dea-bc95-0cb0a2a70b63", +Cell[18619, 493, 236, 4, 23, "Print",ExpressionUUID->"b27ff769-4fd1-4dea-bc95-0cb0a2a70b63", CellID->1567350648] }, Open ]] }, Open ]], -Cell[18847, 498, 135, 1, 70, "ExampleText",ExpressionUUID->"b692f3f9-d78f-4a30-bae3-3e3abacaeb4a", +Cell[18882, 501, 135, 1, 70, "ExampleText",ExpressionUUID->"b692f3f9-d78f-4a30-bae3-3e3abacaeb4a", CellID->84590125], -Cell[18985, 501, 233, 6, 70, "Input",ExpressionUUID->"d9a97356-2eea-45c0-b14d-303a89984bd7", +Cell[19020, 504, 233, 6, 70, "Input",ExpressionUUID->"d9a97356-2eea-45c0-b14d-303a89984bd7", CellID->76336729], -Cell[19221, 509, 380, 9, 70, "Input",ExpressionUUID->"4c7f5c88-2fdd-486b-9060-dea01870fe6a", +Cell[19256, 512, 380, 9, 70, "Input",ExpressionUUID->"4c7f5c88-2fdd-486b-9060-dea01870fe6a", CellID->706602335], -Cell[19604, 520, 238, 6, 70, "Input",ExpressionUUID->"fef59308-8b13-4c1b-b0c4-ac7409fffacc", +Cell[19639, 523, 238, 6, 70, "Input",ExpressionUUID->"fef59308-8b13-4c1b-b0c4-ac7409fffacc", CellID->1148038366], -Cell[19845, 528, 191, 4, 70, "ExampleText",ExpressionUUID->"ec80cfa8-0cd2-4072-9cde-5c03bdc03b4d", +Cell[19880, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"ec80cfa8-0cd2-4072-9cde-5c03bdc03b4d", CellID->1882401942], Cell[CellGroupData[{ -Cell[20061, 536, 164, 3, 70, "Input",ExpressionUUID->"63ac2776-6213-4fae-bcb1-235c0c2b7620", +Cell[20096, 539, 164, 3, 70, "Input",ExpressionUUID->"63ac2776-6213-4fae-bcb1-235c0c2b7620", CellID->885029292], -Cell[20228, 541, 173, 4, 36, "Output",ExpressionUUID->"14ce45e4-4f9f-424f-a950-f63bc1a7f1cf", +Cell[20263, 544, 173, 4, 36, "Output",ExpressionUUID->"14ce45e4-4f9f-424f-a950-f63bc1a7f1cf", CellID->1495454858] }, Open ]], -Cell[20416, 548, 154, 1, 70, "ExampleText",ExpressionUUID->"f8cfa24c-6913-44b9-b23f-a88de2becc22", +Cell[20451, 551, 154, 1, 70, "ExampleText",ExpressionUUID->"f8cfa24c-6913-44b9-b23f-a88de2becc22", CellID->1808972531], Cell[CellGroupData[{ -Cell[20595, 553, 190, 4, 70, "Input",ExpressionUUID->"2ee09a8d-4c19-4fa0-9f09-58f488d3f51a", +Cell[20630, 556, 190, 4, 70, "Input",ExpressionUUID->"2ee09a8d-4c19-4fa0-9f09-58f488d3f51a", CellID->1961463996], -Cell[20788, 559, 315, 9, 51, "Output",ExpressionUUID->"d4707980-85b6-458e-a49e-d81affb7204c", +Cell[20823, 562, 315, 9, 51, "Output",ExpressionUUID->"d4707980-85b6-458e-a49e-d81affb7204c", CellID->1516724260] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21380, 580, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"0a1b4bb4-a74a-4d45-8276-e3aa9c8d3313"], +Cell[27285, 744, 670, 18, 70, "TechNotesSection",ExpressionUUID->"79378c2d-6f01-4905-81e0-2e885ce0bcda"], +Cell[27958, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a12bcb68-770f-40aa-a033-1c0810807db0"], +Cell[28994, 792, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"01c9518a-1a2e-4845-b9f1-28253b9af83c"], Cell[CellGroupData[{ -Cell[21367, 579, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"f9e15b69-b1ae-4342-9553-6b6b77c4fd9a"], -Cell[27272, 743, 670, 18, 70, "TechNotesSection",ExpressionUUID->"401ba97d-5abd-4483-b540-32cffaf8a713"] -}, Open ]], -Cell[27957, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1b414cb7-de32-4d9f-bd1e-b2e513b71b13"], -Cell[28993, 792, 2213, 63, 70, "RelatedLinksSection",ExpressionUUID->"b029b380-8fad-4330-ae27-21b54d441183"], -Cell[CellGroupData[{ -Cell[31231, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fcd9e6d0-d556-421a-bb07-543bd25a17f5", +Cell[31232, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fcd9e6d0-d556-421a-bb07-543bd25a17f5", CellID->778415021], -Cell[31371, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0cd67c5-7661-44b5-87ef-8b68b6ba11b2", +Cell[31372, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0cd67c5-7661-44b5-87ef-8b68b6ba11b2", CellID->1194386356], -Cell[31593, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a65a927a-2963-49ef-8ee1-5c68ae7f3527", +Cell[31594, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a65a927a-2963-49ef-8ee1-5c68ae7f3527", CellID->1641706272], -Cell[31808, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a06d0f0-ab35-427d-a609-0edee2063394", +Cell[31809, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a06d0f0-ab35-427d-a609-0edee2063394", CellID->399251956], -Cell[32037, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7363d127-76ca-4b7f-a424-72693adaf851", +Cell[32038, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7363d127-76ca-4b7f-a424-72693adaf851", CellID->821434655] }, Open ]], -Cell[32274, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"20b279c4-a72b-4f31-9aad-bc85983bdb3a"] +Cell[32275, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"c562df22-d84b-4fea-8a91-0ef609d28ca0"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PQNorm.nb b/Documentation/English/ReferencePages/Symbols/PQNorm.nb new file mode 100644 index 0000000..0a896e8 --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/PQNorm.nb @@ -0,0 +1,1195 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 45612, 1185] +NotebookOptionsPosition[ 36774, 1013] +NotebookOutlinePosition[ 38560, 1057] +CellTagsIndexPosition[ 38474, 1052] +WindowTitle->PQNorm +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "ce2e8289-13f6-4d32-bbb2-ec088c6abd5e"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "b68e387b-b4ec-4f12-8ca9-11c93c12245f"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "4437ff10-f6d4-4844-aacf-a4eb10aeaef1"] + }],ExpressionUUID->"552eeec4-6363-45e3-a5dc-0b744c61ae29"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"CostLocationGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostLocationGame"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "0379fe3b-a9f7-411e-9a76-de74c0a65ad4"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "9b8f5da0-020a-4758-98a7-622db4511f61"] + }],ExpressionUUID->"c3788e45-cae1-4cc1-9487-e2e2ae3ef023"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "df1986ef-09cf-4ec5-9ba6-8998c69d43f9"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "d6e001ff-0090-4dd2-be89-82bed68161a8"] + }],ExpressionUUID->"05e7887e-fd66-4e98-91b2-e774156ee779"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "f180c87d-9dd4-4c11-b2cb-fabfd63288ab"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "9b4c07cc-9f2c-48d3-a176-cef271108119"] + }],ExpressionUUID->"6434b546-9bf3-4d35-8656-fe5d03f483d3"], + StripOnInput->False],{ + "\"TUG/ref/PQNorm\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/PQNorm"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PQNorm.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$165230], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PQNorm" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "d040b8b8-c4eb-43e6-88c5-2092947bda85"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "dd1c1b4b-d728-46ab-8204-0015fedc3b1d"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"ed3b37b5-4fb9-4147-bfc4-720182b0278b"], + +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ced3ec39-c7c7-4997-9c20-582b2e14fc3e"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "PQNorm", "ObjectName",ExpressionUUID-> + "0a5b7223-c11d-4f36-861b-8e6c945beca4"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"6e84f211-9572-4706-b03a-a2bc2328eaba"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "c60252e8-7277-4997-91f6-523a3f489c63"] + }],ExpressionUUID->"5596c9fe-1ccf-4e61-87cf-81d2bba58441"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"9770254d-eee8-48fa-bfd7-\ +14d6638420e0"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"PQNorm", "[", + RowBox[{"vecx", ",", "refvec", ",", "p", ",", "q"}], "]"}]], + "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c8695053-0028-4496-83dc-5d362f82ba92"], + " \[LineSeparator]computes the pq-norm of the vector ", + Cell[BoxData["vecx"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7d1fbd14-38d8-49d0-b2b2-843b183667f8"], + " w.r.t. the reference vector ", + Cell[BoxData["refvec"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0c855297-cf90-4d2b-b114-e3e86ffcc663"], + "." + }],ExpressionUUID->"f5fcf66d-402d-4f1d-a011-8a93883e6190"]} + }]], "Usage", + CellID->541720167,ExpressionUUID->"e6bb669d-9c96-4bf3-8b2c-bf00515df076"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"86dae3fb-4574-4f9d-8bb3-f5f0d1ce0086"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"9be5cdc8-a29a-4053-8c7f-dd83363d276e"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"bafddc56-0275-4c24-8ce5-d0973837ce5e"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"634d7365-6612-4e8e-b767-cb97fbadcf41"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->143123342,ExpressionUUID->"8b82ec72-189c-4111-a0e7-6b974676939b"], + +Cell[TextData[{ + "The expressions ", + Cell[BoxData["vecx"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1209bf78-069f-48cd-9bde-57c805d3019a"], + " and ", + Cell[BoxData["refvec"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "32715337-7345-4d6e-b534-cee0aab3935f"], + " specify vectors of length ", + StyleBox["n. ", + FontSlant->"Italic"], + " In addition, the expression ", + Cell[BoxData["p"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "eae36cb8-f930-49de-b8b0-96e3e0128c25"], + " and ", + Cell[BoxData["q"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ebe00739-d270-4dea-8e44-d3d49f0529d4"], + " set a pq-norm. There arguments are optional, their default values are set \ +to p=2, q=1, i.e., the Euclidean norm. " +}], "]]", "Notes", + CellID->313448337,ExpressionUUID->"1fd26687-2883-45c7-af02-b85d17592455"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "799a9a26-8953-49ec-87c1-f5301560c7cc"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "9a5aa05d-3eec-4150-8ded-c5274dac7e4d"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"563b2582-4da3-4ed1-adf9-7f040ae537c0"], + +Cell["\<\ +This function computes the pq-norm between two vectors, default setting is \ +Euclidean distance with p=2 and q=1.\ +\>", "Notes", + CellID->1528343729,ExpressionUUID->"67126476-dee7-43ac-90f2-b080d458a8fb"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"8eedca12-ff82-4ab3-a394-17e99b87e4b4"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"5435fddd-b4c4-45a5-9d83-1c37d8748e35"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "0b99366c-da1c-449c-89f7-0b988f4a41b1"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->1786675270,ExpressionUUID->"58f28553-7f26-41a3-bf1a-b812a82affd2"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"711aac2c-2ba3-4ea3-9bb0-c2af60c7b3ad"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"b7e91e61-8b51-47ce-b974-90f675019d09"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "fd459534-87c4-453e-bf2a-e60c2d264f54"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->897520958,ExpressionUUID->"bed3ada9-8449-4877-8185-801e332d2e5d"], + +Cell["Loading the package:", "ExampleText", + CellID->899996579,ExpressionUUID->"4d460fad-6a6d-435c-b972-7d0f9d6310d6"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->898705036,ExpressionUUID->"d0ad4c72-53c8-47a6-8203-27a24ccc7863"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->679148800,ExpressionUUID->"db5db7ab-9483-4987-9800-a479ad8e6966"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->750230086,ExpressionUUID->"bd32a70f-3fa5-4fa4-9c04-08a851bd3f37"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->320923145,ExpressionUUID->"58b70fbb-9a17-47e8-94b1-ac0e79ada117"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->1965589612,ExpressionUUID->"747b9390-31e8-46cd-b968-300e5e541ece"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->1946514412,ExpressionUUID->"a745641c-0397-40d3-94b6-2a4aa7075bd2"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->905003130,ExpressionUUID->"402ebbc3-aa3a-40ff-b332-98bbde1bfe43"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->159638289,ExpressionUUID->"e44d9c59-c341-4dee-b078-843604d48c6b"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->1841821675,ExpressionUUID->"fe5fa8d0-72c4-41e8-97eb-3654e7cd6c87"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->204444102,ExpressionUUID->"162ab559-1d6c-4935-92e5-ad7f97bc0699"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->1692588180,ExpressionUUID->"430fd8d1-08f8-4a19-81ac-23824f33a3e7"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$29828`", + CellLabel->"During evaluation of In[1]:=", + CellID->539749243,ExpressionUUID->"5258723f-be9a-4b42-8a17-b6099c3eb0a0"] +}, Open ]] +}, Open ]], + +Cell["Define the following four person game:", "ExampleText", + CellID->1650259055,ExpressionUUID->"067eddf9-ca58-4e6c-b4b2-9b9bbca8466a"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[2]:=", + CellID->202103419,ExpressionUUID->"02cbcf80-3002-49a3-9b14-58e077741f23"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"vec", "=", + RowBox[{"{", + RowBox[{ + "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "17", ",", "27", ",", + "0", ",", "0", ",", "35", ",", "42", ",", "0", ",", "33", ",", "0", ",", + "57", ",", "90"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->130262043,ExpressionUUID->"39b19864-b52d-4229-a563-2d2e822c68af"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[4]:=", + CellID->473022975,ExpressionUUID->"babd25f3-191b-42e1-9092-5fe7aad055b0"], + +Cell["\<\ +First, let us consider the set of options with its default values that is \ +given by\ +\>", "ExampleText", + CellID->56734700,ExpressionUUID->"9dd361eb-c4e2-4caf-a0da-6c56e477fbfb"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "PQNorm", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->161434055,ExpressionUUID->"2678fe46-12d2-4875-bb71-c03c37b15397"], + +Cell[BoxData[ + RowBox[{"{", "}"}]], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[5]=", + CellID->1740362297,ExpressionUUID->"39291ed7-d16f-4e8c-ab49-79620ec5723a"] +}, Open ]], + +Cell["Then, we compute the Shapley value through", "ExampleText", + CellID->1381227733,ExpressionUUID->"a226ce9d-177d-401d-95a7-637961296363"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "=", + RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->2127654068,ExpressionUUID->"bc885ff0-37d8-455f-afd0-84678a4ff0eb"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["33", "4"], ",", + FractionBox["343", "12"], ",", + FractionBox["245", "12"], ",", + FractionBox["131", "4"]}], "}"}]], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[6]=", + CellID->36704390,ExpressionUUID->"6b989347-1d25-40b4-a030-537bd1e0485e"] +}, Open ]], + +Cell["We compare it with an element of the pre-kernel", "ExampleText", + CellID->551244171,ExpressionUUID->"9f64b04f-5111-4445-84c9-ce8d4dbc6a4f"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"pk", "=", + RowBox[{"PreKernel", "[", "ExpGame", "]"}], " "}]], "Input", + CellLabel->"In[7]:=", + CellID->762087814,ExpressionUUID->"8b57496d-14f2-454b-a63f-9e8d598af756"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["31", "2"], ",", "17", ",", + FractionBox["51", "2"], ",", "32"}], "}"}]], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[7]=", + CellID->301330764,ExpressionUUID->"c432fbdc-a1ea-4690-93c6-2e3f0c960398"] +}, Open ]], + +Cell["\<\ +while computing the Euclidean distance between both solutions.\ +\>", "ExampleText", + CellID->1519646162,ExpressionUUID->"753f4f33-dc0d-4286-b0e3-b86b44211ba4"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"PQNorm", "[", + RowBox[{"shv", ",", "pk"}], "]"}], " ", "//", "N"}]], "Input", + CellLabel->"In[8]:=", + CellID->224648017,ExpressionUUID->"9ac3fb2c-e21c-451e-9c8c-cb90d695bd63"], + +Cell[BoxData["14.599276998841034`"], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[8]=", + CellID->1210933043,ExpressionUUID->"5bd45ecd-a990-46e8-ba87-c5bf197b6d89"] +}, Open ]], + +Cell["\<\ +This distance is compared with the value obtained by a direct computation of \ +the Euclidean distance between both solutions.\ +\>", "ExampleText", + CellID->1286938800,ExpressionUUID->"f6d08d0d-6670-49b2-928f-efe5ef8502f4"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"EuclidianDistance", "[", + RowBox[{"shv", ",", "pk"}], "]"}]], "Input", + CellLabel->"In[9]:=", + CellID->198169381,ExpressionUUID->"c438d03c-4bf1-4e29-af9e-1652361514ad"], + +Cell[BoxData["14.599276998841034`"], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[9]=", + CellID->1090356065,ExpressionUUID->"d2ce40df-f324-4b0b-b733-75c7fd2df978"] +}, Open ]], + +Cell["Changing the norm, produces", "ExampleText", + CellID->484023284,ExpressionUUID->"7b6c3373-2fca-4717-998c-3cced3a5bcbb"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{ + RowBox[{"PQNorm", "[", + RowBox[{"shv", ",", "pk", ",", "4", ",", "2"}], "]"}], " ", "//", + "N"}]], "Input", + CellLabel->"In[10]:=", + CellID->1323537776,ExpressionUUID->"43b28741-d882-4f16-af2d-833fd8a6ebbd"], + +Cell[BoxData["146.4015392225382`"], "Output", + CellContext->"Cell$$29828`", + CellLabel->"Out[10]=", + CellID->1402359394,ExpressionUUID->"def8df1a-154f-418c-a4ba-d9287d862708"] +}, Open ]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["DualGame"]], "paclet:TUG/ref/DualGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0a0cecc8-76b1-4b33-9f5c-2e8867e2a099"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AssignmentProblem"]], + "paclet:TUG/ref/AssignmentProblem", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "459d816b-1005-4a44-8b00-0b151c7b32be"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["AirportProblem"]], "paclet:TUG/ref/AirportProblem", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "b23e1693-d057-40b7-8c90-08ad34df9810"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["WeightedMajority"]], "paclet:TUG/ref/WeightedMajority", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1e24a488-fbd5-44ec-a43f-2a4d0803f664"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CostLocationGame"]], "paclet:TUG/ref/CostLocationGame", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1b8c3298-a4a3-46b3-bf13-471d9a84c3db"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ModestBankruptcy"]], "paclet:TUG/ref/ModestBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "15da91c7-2321-4344-bc06-59fc47822d4c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GreedyBankruptcy"]], "paclet:TUG/ref/GreedyBankruptcy", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "71e7ea04-77d1-4361-9901-63911ee822a3"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["GenProfitMatrix"]], "paclet:TUG/ref/GenProfitMatrix", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "2c144cdf-32de-436d-94b9-d69b30e52897"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType2"]], "paclet:TUG/ref/SymGameType2", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "3949f332-d160-4f3b-bbfa-3fc685613e6d"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType3"]], "paclet:TUG/ref/SymGameType3", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c84513de-4f36-4537-9560-df697fdf1020"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["SymGameType4"]], "paclet:TUG/ref/SymGameType4", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "d7cf773f-674a-4146-be10-278f573db25f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["CostSaving"]], "paclet:TUG/ref/CostSaving", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "db285754-eeb8-463f-8452-c7437d69fad7"] + }], "SeeAlso",ExpressionUUID->"6ed5628d-38a7-4af9-9c95-58075dc7b057"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"2027d239-d725-4655-8c18-\ +135e0385baf4"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"fec62fe2-6f29-4184-8e92-2c534d996c80"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"ccba80ea-b484-4b15-88e0-\ +c33d50ea0c47"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "e0c322d7-d83c-4413-8bc0-91794a9e0309"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "f82da80b-0c93-4a6f-bba5-a567e0907888"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"ba9c5396-875b-4d85-81d9-\ +8cf44bfcda1e"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "CostLocationGame"}]]]], + "paclet:TUG/Ref/CostLocationGame"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "c56e571f-1fde-47fd-8ce3-c0f6ea3f7d2c"]], "RelatedLinks", + ExpressionUUID->"f524a6e6-b0ab-43f0-acfe-28726b2e0a72"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PreKernelSolution"}]]]], + "paclet:TUG/Ref/PreKernelSolution"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "2bfa6bf1-a539-4660-a51a-0d96b93279f1"]], "RelatedLinks", + ExpressionUUID->"a530c01d-30e1-4eea-9516-54e6bbb18786"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PreKernel"}]]]], + "paclet:TUG/Ref/PreKernel"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "ba04876c-0367-4371-a56c-b9ddef17305f"]], "RelatedLinks", + ExpressionUUID->"a75ff5cb-c7c1-46c1-b83d-8abbf8916811"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "ModifiedKernel"}]]]], + "paclet:TUG/Ref/ModifiedKernel"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "2c311435-6658-41be-8091-9d33c437956b"]], "RelatedLinks", + ExpressionUUID->"5673f4bc-26c2-42bb-b386-5c56a65fc73e"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "EuclidianDistance"}]]]], + "paclet:TUG/Ref/EuclidianDistance"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "7ede50b2-29f7-40c5-8080-1ab367b7f98d"]], "RelatedLinks", + ExpressionUUID->"9c7a5f57-7af2-40e7-b70f-0f981d3c2559"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"fedd3eb9-0bf3-49ca-84ea-\ +fbbc3376986c"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->906383680,ExpressionUUID->"9356cff0-f24f-40f3-a106-7a97ffbf0f4d"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"e1225274-720e-4229-81b3-52d8d68707d7"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"2f2117da-db55-4997-8466-058e08ff0cba"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"d611bf3d-deaf-4bb8-a802-07c3079b1602"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"7ea79bd4-3f4d-4af1-8b58-9d8d5d931032"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"d89d455b-cd9b-4284-83e3-34d507093d97"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"PQNorm", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 54, 55.611627}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, + "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, + "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", + "status" -> "None", "summary" -> + "PQNorm[vecx, refvec, p, q] computes the pq-norm of the vector vecx \ +w.r.t. the reference vector refvec.", "synonyms" -> {}, "tabletags" -> {}, + "title" -> "PQNorm", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "PQNorm", "type" -> "Symbol", "uri" -> "TUG/ref/PQNorm"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"7a6d5d4e-4d8f-423e-99ac-eb60e123bbbd" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[13063, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"58f28553-7f26-41a3-bf1a-b812a82affd2", + CellTags->"PrimaryExamplesSection", + CellID->1786675270]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 38273, 1045} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[578, 21, 7307, 175, 57, "AnchorBarGrid",ExpressionUUID->"ed3b37b5-4fb9-4147-bfc4-720182b0278b", + CellID->1], +Cell[7888, 198, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ced3ec39-c7c7-4997-9c20-582b2e14fc3e"], +Cell[CellGroupData[{ +Cell[7999, 202, 549, 14, 59, "ObjectNameGrid",ExpressionUUID->"9770254d-eee8-48fa-bfd7-14d6638420e0"], +Cell[8551, 218, 840, 19, 111, "Usage",ExpressionUUID->"e6bb669d-9c96-4bf3-8b2c-bf00515df076", + CellID->541720167] +}, Open ]], +Cell[CellGroupData[{ +Cell[9428, 242, 1894, 47, 37, "NotesSection",ExpressionUUID->"8b82ec72-189c-4111-a0e7-6b974676939b", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->143123342], +Cell[11325, 291, 902, 23, 57, "]]",ExpressionUUID->"1fd26687-2883-45c7-af02-b85d17592455", + CellID->313448337], +Cell[12230, 316, 489, 12, 38, "Notes",ExpressionUUID->"563b2582-4da3-4ed1-adf9-7f040ae537c0", + CellID->177724765], +Cell[12722, 330, 214, 4, 36, "Notes",ExpressionUUID->"67126476-dee7-43ac-90f2-b080d458a8fb", + CellID->1528343729] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[13063, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"58f28553-7f26-41a3-bf1a-b812a82affd2", + CellTags->"PrimaryExamplesSection", + CellID->1786675270], +Cell[CellGroupData[{ +Cell[14509, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"bed3ada9-8449-4877-8185-801e332d2e5d", + CellID->897520958], +Cell[15910, 419, 118, 1, 39, "ExampleText",ExpressionUUID->"4d460fad-6a6d-435c-b972-7d0f9d6310d6", + CellID->899996579], +Cell[CellGroupData[{ +Cell[16053, 424, 167, 3, 27, "Input",ExpressionUUID->"d0ad4c72-53c8-47a6-8203-27a24ccc7863", + CellID->898705036], +Cell[CellGroupData[{ +Cell[16245, 431, 236, 4, 23, "Print",ExpressionUUID->"db5db7ab-9483-4987-9800-a479ad8e6966", + CellID->679148800], +Cell[16484, 437, 365, 8, 23, "Print",ExpressionUUID->"bd32a70f-3fa5-4fa4-9c04-08a851bd3f37", + CellID->750230086], +Cell[16852, 447, 236, 4, 23, "Print",ExpressionUUID->"58b70fbb-9a17-47e8-94b1-ac0e79ada117", + CellID->320923145], +Cell[17091, 453, 221, 3, 23, "Print",ExpressionUUID->"747b9390-31e8-46cd-b968-300e5e541ece", + CellID->1965589612], +Cell[17315, 458, 208, 3, 23, "Print",ExpressionUUID->"a745641c-0397-40d3-94b6-2a4aa7075bd2", + CellID->1946514412], +Cell[17526, 463, 237, 4, 23, "Print",ExpressionUUID->"402ebbc3-aa3a-40ff-b332-98bbde1bfe43", + CellID->905003130], +Cell[17766, 469, 220, 3, 23, "Print",ExpressionUUID->"e44d9c59-c341-4dee-b078-843604d48c6b", + CellID->159638289], +Cell[17989, 474, 237, 4, 23, "Print",ExpressionUUID->"fe5fa8d0-72c4-41e8-97eb-3654e7cd6c87", + CellID->1841821675], +Cell[18229, 480, 236, 4, 23, "Print",ExpressionUUID->"162ab559-1d6c-4935-92e5-ad7f97bc0699", + CellID->204444102], +Cell[18468, 486, 208, 3, 23, "Print",ExpressionUUID->"430fd8d1-08f8-4a19-81ac-23824f33a3e7", + CellID->1692588180], +Cell[18679, 491, 236, 4, 23, "Print",ExpressionUUID->"5258723f-be9a-4b42-8a17-b6099c3eb0a0", + CellID->539749243] +}, Open ]] +}, Open ]], +Cell[18942, 499, 137, 1, 39, "ExampleText",ExpressionUUID->"067eddf9-ca58-4e6c-b4b2-9b9bbca8466a", + CellID->1650259055], +Cell[19082, 502, 234, 6, 70, "Input",ExpressionUUID->"02cbcf80-3002-49a3-9b14-58e077741f23", + CellID->202103419], +Cell[19319, 510, 380, 9, 70, "Input",ExpressionUUID->"39b19864-b52d-4229-a563-2d2e822c68af", + CellID->130262043], +Cell[19702, 521, 237, 6, 70, "Input",ExpressionUUID->"babd25f3-191b-42e1-9092-5fe7aad055b0", + CellID->473022975], +Cell[19942, 529, 189, 4, 70, "ExampleText",ExpressionUUID->"9dd361eb-c4e2-4caf-a0da-6c56e477fbfb", + CellID->56734700], +Cell[CellGroupData[{ +Cell[20156, 537, 163, 3, 70, "Input",ExpressionUUID->"2678fe46-12d2-4875-bb71-c03c37b15397", + CellID->161434055], +Cell[20322, 542, 174, 4, 36, "Output",ExpressionUUID->"39291ed7-d16f-4e8c-ab49-79620ec5723a", + CellID->1740362297] +}, Open ]], +Cell[20511, 549, 141, 1, 70, "ExampleText",ExpressionUUID->"a226ce9d-177d-401d-95a7-637961296363", + CellID->1381227733], +Cell[CellGroupData[{ +Cell[20677, 554, 195, 4, 70, "Input",ExpressionUUID->"bc885ff0-37d8-455f-afd0-84678a4ff0eb", + CellID->2127654068], +Cell[20875, 560, 317, 9, 50, "Output",ExpressionUUID->"6b989347-1d25-40b4-a030-537bd1e0485e", + CellID->36704390] +}, Open ]], +Cell[21207, 572, 145, 1, 70, "ExampleText",ExpressionUUID->"9f64b04f-5111-4445-84c9-ce8d4dbc6a4f", + CellID->551244171], +Cell[CellGroupData[{ +Cell[21377, 577, 195, 4, 70, "Input",ExpressionUUID->"8b57496d-14f2-454b-a63f-9e8d598af756", + CellID->762087814], +Cell[21575, 583, 269, 7, 50, "Output",ExpressionUUID->"c432fbdc-a1ea-4690-93c6-2e3f0c960398", + CellID->301330764] +}, Open ]], +Cell[21859, 593, 169, 3, 70, "ExampleText",ExpressionUUID->"753f4f33-dc0d-4286-b0e3-b86b44211ba4", + CellID->1519646162], +Cell[CellGroupData[{ +Cell[22053, 600, 213, 5, 70, "Input",ExpressionUUID->"9ac3fb2c-e21c-451e-9c8c-cb90d695bd63", + CellID->224648017], +Cell[22269, 607, 175, 3, 36, "Output",ExpressionUUID->"5bd45ecd-a990-46e8-ba87-c5bf197b6d89", + CellID->1210933043] +}, Open ]], +Cell[22459, 613, 233, 4, 70, "ExampleText",ExpressionUUID->"f6d08d0d-6670-49b2-928f-efe5ef8502f4", + CellID->1286938800], +Cell[CellGroupData[{ +Cell[22717, 621, 194, 4, 70, "Input",ExpressionUUID->"c438d03c-4bf1-4e29-af9e-1652361514ad", + CellID->198169381], +Cell[22914, 627, 175, 3, 36, "Output",ExpressionUUID->"d2ce40df-f324-4b0b-b733-75c7fd2df978", + CellID->1090356065] +}, Open ]], +Cell[23104, 633, 125, 1, 70, "ExampleText",ExpressionUUID->"7b6c3373-2fca-4717-998c-3cced3a5bcbb", + CellID->484023284], +Cell[CellGroupData[{ +Cell[23254, 638, 238, 6, 70, "Input",ExpressionUUID->"43b28741-d882-4f16-af2d-833fd8a6ebbd", + CellID->1323537776], +Cell[23495, 646, 175, 3, 36, "Output",ExpressionUUID->"def8df1a-154f-418c-a4ba-d9287d862708", + CellID->1402359394] +}, Open ]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23912, 658, 6497, 176, 70, "SeeAlsoSection",ExpressionUUID->"2027d239-d725-4655-8c18-135e0385baf4"], +Cell[30412, 836, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ccba80ea-b484-4b15-88e0-c33d50ea0c47"], +Cell[31085, 856, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ba9c5396-875b-4d85-81d9-8cf44bfcda1e"], +Cell[32121, 884, 3503, 97, 70, "RelatedLinksSection",ExpressionUUID->"fedd3eb9-0bf3-49ca-84ea-fbbc3376986c"], +Cell[CellGroupData[{ +Cell[35649, 985, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9356cff0-f24f-40f3-a106-7a97ffbf0f4d", + CellID->906383680], +Cell[35789, 988, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1225274-720e-4229-81b3-52d8d68707d7", + CellID->1194386356], +Cell[36011, 994, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2f2117da-db55-4997-8466-058e08ff0cba", + CellID->1641706272], +Cell[36226, 999, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d611bf3d-deaf-4bb8-a802-07c3079b1602", + CellID->399251956], +Cell[36455, 1005, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7ea79bd4-3f4d-4af1-8b58-9d8d5d931032", + CellID->821434655] +}, Open ]], +Cell[36692, 1011, 78, 0, 70, "FooterCell",ExpressionUUID->"d89d455b-cd9b-4284-83e3-34d507093d97"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernel.nb index fa0d3d3..5d99180 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 357517, 6656] -NotebookOptionsPosition[ 342796, 6367] -NotebookOutlinePosition[ 345679, 6432] -CellTagsIndexPosition[ 345592, 6427] +NotebookDataLength[ 357515, 6655] +NotebookOptionsPosition[ 342808, 6368] +NotebookOutlinePosition[ 345709, 6433] +CellTagsIndexPosition[ 345622, 6428] WindowTitle->ParaAntiPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3a23b284-8b52-473e-a1fe-e9375572b1f7"], + "f40d157c-0cdf-441d-9353-3e0757fb7bec"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6aaa5a7f-a5b0-4c27-990f-adce1cf05d5c"], + "869ec283-3a18-4b91-a3c2-2b85eef36581"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "378f4200-b6f0-4393-a344-b530270dfb68"] - }],ExpressionUUID->"1d619452-6f90-4a0a-b541-0043811fdb7f"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "bfd4a80b-a25d-46b9-8798-1afc160984e2"] + }],ExpressionUUID->"b27b030a-a987-4e5c-b3d0-e8feaca0b649"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "be54a96a-29bb-44c7-ae70-31ca9d3660e2"], + "8a9e06e0-f58d-4824-a366-d556a6f90adf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "de1ae45f-73cc-4dcb-9532-a4d9e4a0c09e"] - }],ExpressionUUID->"5b17b03a-c6dd-4e18-956b-041b39e582c3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "77bab58e-b50b-4e74-ad17-310b0b91d457"] + }],ExpressionUUID->"e35514e0-afc2-4372-952f-05239648d3f8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5cdb2755-8ded-4206-b6c7-d3c837eab8fc"], + "f0253724-df5e-4877-bf50-7f1bae67df56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6e7a0b88-8b9c-49e9-a0aa-0544329ecae3"] - }],ExpressionUUID->"f6aba79c-2f46-47a4-a3f8-8b3963ad0000"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "89cf2187-c0ff-4508-9b07-02636d97dc9e"] + }],ExpressionUUID->"a87eb848-b187-42f2-aa90-d563a400b159"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "43dd4385-6f5c-40b8-bedd-99cd665897f0"], + "212ec66d-1247-4511-b3f5-c383b3835037"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ccb37ec8-c80c-40d7-bf2d-d3ea12cb5efb"] - }],ExpressionUUID->"549b90ad-baa5-434b-a089-8f8f25efc860"], - StripOnInput->False], {"\<\"TUG/ref/ParaAntiPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaAntiPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6c7f8819-acf6-4b12-a81e-ca7701f01cb0"] + }],ExpressionUUID->"6018c451-9252-460b-9e2a-734d95d567a4"], + StripOnInput->False],{ + "\"TUG/ref/ParaAntiPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaAntiPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaAntiPreKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$131746], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaAntiPreKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$141858], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaAntiPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4dd7d610-34fc-4e39-b406-0d56b81ceacc"] + "5116bed4-4bff-4245-b816-44061a4d35e0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3ebc784d-41d8-4e37-89b9-02a63f4114cd"]} + "98dcfca7-aefc-4974-92d9-ff4b7023d770"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6c894e61-1017-4277-84c8-f58dbdd77165"], + CellID->1,ExpressionUUID->"a60ea6b0-c6b2-46dd-92fe-2264c3ec1121"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"db78735a-2dc0-4484-8900-3116767bbeeb"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"744203ef-bc9a-4a63-ae6d-44466ac6c8be"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaAntiPreKernel", "ObjectName",ExpressionUUID-> - "00cae6cb-dc05-4571-ac25-176a3f86eb2c"], + "5b134518-f675-40c8-97d3-7e671d6b5f98"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"921cf3d3-88fb-47a2-9856-dcdf38d19c21"], + "Spacer1"]],ExpressionUUID->"228b8b4f-b5ac-4bbd-84f9-81c863953160"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f6cddacc-6847-46cf-af1d-d95a12b58ca7"] - }],ExpressionUUID->"894a5259-778b-4c5c-8624-d197ec68ad0d"], Cell[BoxData[ + "b81149c4-3688-41d7-9b70-f3c853c180c0"] + }],ExpressionUUID->"da7ceda1-3122-4c81-8637-3509b5341fa6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1ea3eae0-1f35-45be-b0fe-1413e6934df1"]} + "d47bc893-3fcd-4cd1-b203-ae5c10c0c678"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"499060c9-63d1-4c0b-bae3-29da86ffd6f9"], + CacheGraphics->False,ExpressionUUID->"21266c20-047e-40b3-9657-0fd1318ddf55"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ argument ", FontSlant->"Italic"], " by relying on Algorithm 8.2.1 of Meinhardt (2013). It computes an \ anti-pre-kernel element in parallel mode." - }],ExpressionUUID->"f703c28a-f320-4c7a-8ca3-22d8d26d2201"]}, + }],ExpressionUUID->"b9a71b61-22d6-422f-b1d3-1fe9cf2edb14"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaAntiPreKernel", "[", @@ -254,7 +258,7 @@ the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"5e6f2863-791a-47d1-a68d-c420b880e8bd"]}, + }],ExpressionUUID->"980d1ce7-d8ce-40fb-929d-efc9201bc0cb"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaAntiPreKernel", "[", @@ -267,7 +271,7 @@ coalitions can be changed through ", FontSlant->"Italic"], " to find a different anti-pre-kernel element from the same internal \ starting point." - }],ExpressionUUID->"06919d36-ed14-47c7-9fdd-31c7367f8739"]}, + }],ExpressionUUID->"0bda6869-2cd9-42cf-b028-d6e9ff4402ad"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaAntiPreKernel", "[", @@ -284,7 +288,7 @@ setting smallest to largest through ", StyleBox["SmallestCardinality -> False", FontSlant->"Italic"], "." - }],ExpressionUUID->"da68e81f-f4ab-4a71-891d-36fe9a464184"]} + }],ExpressionUUID->"3294739a-358e-40d1-ad32-b940c1cd25fb"]} }]], "Usage", CellID->938450651,ExpressionUUID->"cb6bf259-b17b-4949-a63b-3ee7e99ab0a5"] }, Open ]], @@ -317,12 +321,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a0f1a171-2499-494f-b10c-edfeb34f9ad6"], + ExpressionUUID->"18de6ee2-dc3f-42cd-9df9-4904bba2d3c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8a18a0de-37d6-4aec-ab54-34a92584ac61"], + "Spacer1"]],ExpressionUUID->"877c640e-16ee-40eb-b84d-4d43c7b1f8c9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b9a9250a-3237-4c6a-9719-cd68d8f9d218"], + }], "NotesFrameText",ExpressionUUID->"5cb67f5c-d3b0-4403-9497-71c0b410c354"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -333,12 +337,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fbafdf62-c3e5-4044-b8e5-d6f624525a65"]], \ + "Preemptive"]],ExpressionUUID->"3fcb0291-eeea-49bd-9455-7789bef4871e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->723182583,ExpressionUUID->"69d3a94d-2916-43b6-83b4-1e75075d50cd"], + CellID->14567418,ExpressionUUID->"e300e070-a706-4985-9505-f4a827a0c54c"], Cell[TextData[{ "The input expression ", @@ -408,7 +412,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0ed560ad-200d-4357-9f24-b4d5cbfd9e1f"], + "c37cecf2-0e78-47eb-8a54-38ccafcc5cac"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -425,7 +429,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9c4a2925-dac4-4eac-95ef-6dc20973ef53"], + "1515cfe0-cfdd-4a83-8238-b5b24bd65ddb"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -435,7 +439,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"3c64b98f-baa2-4cb6-ad9c-16cf4b45f7e0"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c9e1e4e6-8f93-4d66-ac0b-155f98dbec96"], + "0406732a-9b3d-43b9-975f-0f9f2776e122"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -446,7 +450,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"e4b76ed1-f71e-4d2b-8d35-38d4650d6151"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1c1a8a86-e943-4da9-9d4e-e88427299348"], + "db743a47-0b0a-42e0-afd6-f28a25a5c8ab"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -560,19 +564,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"29978682-6912-471b-80e4-bed5552f2512"], + ExpressionUUID->"7f444e04-7ce7-4cca-b30d-a9e3309a3ad4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb5b8151-002c-4cc5-8179-09c94e1170f3"], + "Spacer1"]],ExpressionUUID->"7b395f13-f7e6-4e05-afd3-913711e6cd8e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8fa56a7c-47b6-4fdc-bf27-573f28d99044"] + "76fccf2c-6387-442f-8342-4074f8ddb9e4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->948005157,ExpressionUUID->"63afbe40-c22d-4cb9-ad11-af1c770fff28"], + CellID->1169836832,ExpressionUUID->"3c4e3b82-187a-4e62-9683-91015f3bb38e"], Cell[CellGroupData[{ @@ -601,18 +605,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"75294e77-6ce8-4422-b718-e4973b199560"], + ExpressionUUID->"cd9cf1f3-7e13-44e4-a5e6-4f31c6b0b50c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bc073773-b898-4baa-ba9e-54703bcb14da"], + "Spacer1"]],ExpressionUUID->"6d6a0b2a-1eb6-4c44-a5bc-bda75324d436"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8de2a8b7-0b09-4267-ab64-71ff99761f05"] + "7d13a31e-158b-489f-b98f-4383c0386c3f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->688493012,ExpressionUUID->"984b83cc-0379-4227-b63b-4e38b8fd3ab1"], + CellID->531514414,ExpressionUUID->"b553b024-ba97-4af6-bcfe-d6f2cd43fcd3"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1172626975,ExpressionUUID->"9eeac2db-4178-4a37-afb1-5f2c8571399b"], @@ -6068,8 +6072,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 260, 18], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6217,15 +6219,15 @@ Cell[BoxData[GridBox[{ "39ca20d1-0fe3-48d0-a96f-6d6705640454"] }], "SeeAlso",ExpressionUUID->"c1556be9-c29e-4b84-af97-65875e82e72f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4152ef27-3210-4ccd-aaac-\ -e126ea761387"], + }]], "SeeAlsoSection",ExpressionUUID->"f4da1fa6-8a32-4954-87ed-\ +3b5af7579325"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6237,9 +6239,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"670841a1-9fc7-4e3e-81a0-8396274ac513"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6340e156-9ea7-48ff-b657-\ -35e97061c71a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1eb859fc-d2a4-442e-8416-\ +4b4da397c859"], Cell[BoxData[GridBox[{ { @@ -6256,7 +6257,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c471cf25-343e-489c-8b82-5d23520d473c"]}]}, + "a0e9e22e-0dff-4923-b100-2e6899e536f2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6264,10 +6265,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b9bdb18f-723f-4137-85d3-1ac0255f0c71"]}]} + "0703ade5-7aa4-4c4b-ae5c-080553cc2227"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5ac300af-8bc7-4d5c-9a51-\ -ba4ea475c526"], + }]], "MoreAboutSection",ExpressionUUID->"3c59dd63-29e9-4777-bd9e-\ +c86352a9420c"], Cell[BoxData[GridBox[{ { @@ -6295,7 +6296,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b632a237-b997-4f1c-862a-7b07f890c3f0"]], "RelatedLinks", + "84dd35c5-e8c7-4f6c-b728-c3c74aedce34"]], "RelatedLinks", ExpressionUUID->"f286865d-120c-41a9-9bdf-b88b04ccdb37"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6312,7 +6313,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f58d799f-5526-4af8-a7f6-240d8b12a3ff"]], "RelatedLinks", + "941754b1-8f3d-4f3c-9364-3f22f10b5a82"]], "RelatedLinks", ExpressionUUID->"cb966cb9-6d52-4888-8145-ed6e3cacf813"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6329,11 +6330,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f99b4d04-df5a-431c-842f-f092fe10d397"]], "RelatedLinks", + "b3b0cd34-a103-47d3-be1f-6b9a7801087c"]], "RelatedLinks", ExpressionUUID->"56a98e5a-e12c-4b30-b38d-811847b21c51"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9449e5cc-efe9-4a50-94f6-\ -4017e5e22892"], + }]], "RelatedLinksSection",ExpressionUUID->"1b5a44e7-d5b0-433e-aa1f-\ +3d656814adca"], Cell[CellGroupData[{ @@ -6363,11 +6364,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ae38efee-55d4-4ab7-aa25-24ca6aa0c3c2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"cb1e9729-7730-458a-b681-54ef5046227c"] +Cell[" ", "FooterCell",ExpressionUUID->"997f51e6-d23c-4e67-8b50-cc999957156f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaAntiPreKernel", TaggingRules->{ @@ -6378,7 +6379,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 22.003848}", + "built" -> "{2024, 6, 3, 16, 54, 7.622104}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6396,11 +6397,11 @@ the starting point payoff or/and the cardinality of the set of \ lexicographically largest most effective coalitions a further anti-pre-kernel \ element can be found while setting smallest to largest through \ SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaAntiPreKernel", "titlemodifier" -> "", "windowtitle" -> - "ParaAntiPreKernel", "type" -> "Symbol", "uri" -> + "ParaAntiPreKernel", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaAntiPreKernel", "type" -> "Symbol", "uri" -> "TUG/ref/ParaAntiPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6409,9 +6410,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"04c3c243-28ec-4484-81a2-768b8abe5fc5" +ExpressionUUID->"1f80743a-5e3a-4514-8e4d-4c0e2b53e2ba" ] (* End of Notebook Content *) @@ -6419,245 +6420,243 @@ ExpressionUUID->"04c3c243-28ec-4484-81a2-768b8abe5fc5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20538, 537, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"63afbe40-c22d-4cb9-ad11-af1c770fff28", + Cell[20583, 541, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3c4e3b82-187a-4e62-9683-91015f3bb38e", CellTags->"PrimaryExamplesSection", - CellID->948005157]} + CellID->1169836832]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 345392, 6420} + {"PrimaryExamplesSection", 345421, 6421} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"6c894e61-1017-4277-84c8-f58dbdd77165", +Cell[589, 21, 7169, 172, 57, "AnchorBarGrid",ExpressionUUID->"a60ea6b0-c6b2-46dd-92fe-2264c3ec1121", CellID->1], -Cell[7715, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"db78735a-2dc0-4484-8900-3116767bbeeb"], +Cell[7761, 195, 98, 0, 23, "ContextNameCell",ExpressionUUID->"744203ef-bc9a-4a63-ae6d-44466ac6c8be"], Cell[CellGroupData[{ -Cell[7838, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"499060c9-63d1-4c0b-bae3-29da86ffd6f9"], -Cell[9132, 232, 2445, 56, 405, "Usage",ExpressionUUID->"cb6bf259-b17b-4949-a63b-3ee7e99ab0a5", +Cell[7884, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"21266c20-047e-40b3-9657-0fd1318ddf55"], +Cell[9178, 236, 2445, 56, 402, "Usage",ExpressionUUID->"cb6bf259-b17b-4949-a63b-3ee7e99ab0a5", CellID->938450651] }, Open ]], Cell[CellGroupData[{ -Cell[11614, 293, 1894, 47, 37, "NotesSection",ExpressionUUID->"69d3a94d-2916-43b6-83b4-1e75075d50cd", +Cell[11660, 297, 1893, 47, 37, "NotesSection",ExpressionUUID->"e300e070-a706-4985-9505-f4a827a0c54c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->723182583], -Cell[13511, 342, 782, 20, 57, "]]",ExpressionUUID->"3af0e8f7-4fb9-402d-ba05-7e3e2e959278", + CellID->14567418], +Cell[13556, 346, 782, 20, 57, "]]",ExpressionUUID->"3af0e8f7-4fb9-402d-ba05-7e3e2e959278", CellID->313448337], -Cell[14296, 364, 516, 13, 37, "Notes",ExpressionUUID->"56c13da8-17fa-4daf-8168-349944cde67a", +Cell[14341, 368, 516, 13, 38, "Notes",ExpressionUUID->"56c13da8-17fa-4daf-8168-349944cde67a", CellID->1212525978], -Cell[14815, 379, 232, 4, 36, "Notes",ExpressionUUID->"eccfa980-897d-4129-a0b7-a6fa11467982", +Cell[14860, 383, 232, 4, 36, "Notes",ExpressionUUID->"eccfa980-897d-4129-a0b7-a6fa11467982", CellID->169321786], -Cell[15050, 385, 454, 9, 57, "Notes",ExpressionUUID->"1d9265d9-424f-4685-a99e-cc32533efc88", +Cell[15095, 389, 454, 9, 57, "Notes",ExpressionUUID->"1d9265d9-424f-4685-a99e-cc32533efc88", CellID->781931912], -Cell[15507, 396, 186, 4, 36, "Notes",ExpressionUUID->"2d53f7d8-117d-45f1-b8d9-9286418b0c3c", +Cell[15552, 400, 186, 4, 36, "Notes",ExpressionUUID->"2d53f7d8-117d-45f1-b8d9-9286418b0c3c", CellID->822161426], -Cell[15696, 402, 267, 4, 49, "Notes",ExpressionUUID->"85e71694-9dd7-4fdd-b0ad-7e0853c342ef", +Cell[15741, 406, 267, 4, 48, "Notes",ExpressionUUID->"85e71694-9dd7-4fdd-b0ad-7e0853c342ef", CellID->13178], -Cell[15966, 408, 675, 15, 70, "3ColumnTableMod",ExpressionUUID->"9a1c910a-809b-45d0-96f2-1470ffde8492", +Cell[16011, 412, 675, 15, 70, "3ColumnTableMod",ExpressionUUID->"9a1c910a-809b-45d0-96f2-1470ffde8492", CellID->1374443190], -Cell[16644, 425, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"cd5a49b4-7a4f-4af0-a953-1f085443c209", +Cell[16689, 429, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"cd5a49b4-7a4f-4af0-a953-1f085443c209", CellID->11156], -Cell[18335, 467, 502, 14, 70, "Notes",ExpressionUUID->"3f24ba87-8eee-4a0d-a8c1-069b94ca8836", +Cell[18380, 471, 502, 14, 70, "Notes",ExpressionUUID->"3f24ba87-8eee-4a0d-a8c1-069b94ca8836", CellID->2104907360], -Cell[18840, 483, 528, 14, 70, "Notes",ExpressionUUID->"68a557a0-2f17-423c-bb9b-79460c6cd9a7", +Cell[18885, 487, 528, 14, 70, "Notes",ExpressionUUID->"68a557a0-2f17-423c-bb9b-79460c6cd9a7", CellID->2041037989], -Cell[19371, 499, 571, 17, 70, "Notes",ExpressionUUID->"d283aeb9-a40b-4156-9a55-a39a73c0a3be", +Cell[19416, 503, 571, 17, 70, "Notes",ExpressionUUID->"d283aeb9-a40b-4156-9a55-a39a73c0a3be", CellID->900904482], -Cell[19945, 518, 466, 13, 70, "Notes",ExpressionUUID->"42304059-7cba-40ff-93cd-d882041b8a98", +Cell[19990, 522, 466, 13, 70, "Notes",ExpressionUUID->"42304059-7cba-40ff-93cd-d882041b8a98", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20538, 537, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"63afbe40-c22d-4cb9-ad11-af1c770fff28", +Cell[20583, 541, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3c4e3b82-187a-4e62-9683-91015f3bb38e", CellTags->"PrimaryExamplesSection", - CellID->948005157], + CellID->1169836832], Cell[CellGroupData[{ -Cell[21983, 578, 1398, 36, 70, "ExampleSection",ExpressionUUID->"984b83cc-0379-4227-b63b-4e38b8fd3ab1", - CellID->688493012], -Cell[23384, 616, 150, 1, 70, "ExampleText",ExpressionUUID->"9eeac2db-4178-4a37-afb1-5f2c8571399b", +Cell[22029, 582, 1398, 36, 70, "ExampleSection",ExpressionUUID->"b553b024-ba97-4af6-bcfe-d6f2cd43fcd3", + CellID->531514414], +Cell[23430, 620, 150, 1, 70, "ExampleText",ExpressionUUID->"9eeac2db-4178-4a37-afb1-5f2c8571399b", CellID->1172626975], -Cell[23537, 619, 183, 4, 70, "Input",ExpressionUUID->"e7b71cce-c5a2-4665-877c-47f36f3aabad", +Cell[23583, 623, 183, 4, 70, "Input",ExpressionUUID->"e7b71cce-c5a2-4665-877c-47f36f3aabad", CellID->614822075], Cell[CellGroupData[{ -Cell[23745, 627, 136, 2, 70, "Input",ExpressionUUID->"31d9f4d6-b751-4895-92b5-7360aa7b2074", +Cell[23791, 631, 136, 2, 70, "Input",ExpressionUUID->"31d9f4d6-b751-4895-92b5-7360aa7b2074", CellID->966093433], -Cell[23884, 631, 154, 3, 36, "Output",ExpressionUUID->"2d787520-a994-4c72-9abf-2d0b15897e16", +Cell[23930, 635, 154, 3, 36, "Output",ExpressionUUID->"2d787520-a994-4c72-9abf-2d0b15897e16", CellID->8248250] }, Open ]], -Cell[24053, 637, 118, 1, 70, "ExampleText",ExpressionUUID->"a7573cff-69d6-42d4-b30c-ee5744ce9234", +Cell[24099, 641, 118, 1, 70, "ExampleText",ExpressionUUID->"a7573cff-69d6-42d4-b30c-ee5744ce9234", CellID->272491025], Cell[CellGroupData[{ -Cell[24196, 642, 197, 4, 70, "Input",ExpressionUUID->"8ab90a05-4fbf-4566-8b8a-31b586eab313", +Cell[24242, 646, 197, 4, 70, "Input",ExpressionUUID->"8ab90a05-4fbf-4566-8b8a-31b586eab313", CellID->683136042], Cell[CellGroupData[{ -Cell[24418, 650, 236, 4, 70, "Print",ExpressionUUID->"436d085c-e534-4e78-9be0-b7b319089b67", +Cell[24464, 654, 236, 4, 70, "Print",ExpressionUUID->"436d085c-e534-4e78-9be0-b7b319089b67", CellID->1272245951], -Cell[24657, 656, 365, 8, 70, "Print",ExpressionUUID->"5b3bbeec-ec10-4581-a290-dfaf4b8e619b", +Cell[24703, 660, 365, 8, 70, "Print",ExpressionUUID->"5b3bbeec-ec10-4581-a290-dfaf4b8e619b", CellID->1108919487], -Cell[25025, 666, 235, 4, 70, "Print",ExpressionUUID->"057b441f-901b-4644-94f9-dfbe9d340036", +Cell[25071, 670, 235, 4, 70, "Print",ExpressionUUID->"057b441f-901b-4644-94f9-dfbe9d340036", CellID->516196343], -Cell[25263, 672, 220, 3, 70, "Print",ExpressionUUID->"e18b6fe0-855c-45b8-846e-e025573b1fba", +Cell[25309, 676, 220, 3, 70, "Print",ExpressionUUID->"e18b6fe0-855c-45b8-846e-e025573b1fba", CellID->1962690601], -Cell[25486, 677, 207, 3, 70, "Print",ExpressionUUID->"05c43559-91ab-4eb5-ad2a-76533feb5eba", +Cell[25532, 681, 207, 3, 70, "Print",ExpressionUUID->"05c43559-91ab-4eb5-ad2a-76533feb5eba", CellID->1907446229], -Cell[25696, 682, 237, 4, 70, "Print",ExpressionUUID->"8c5dcb7b-9ea9-40e7-b66d-547b400ea816", +Cell[25742, 686, 237, 4, 70, "Print",ExpressionUUID->"8c5dcb7b-9ea9-40e7-b66d-547b400ea816", CellID->1291545204], -Cell[25936, 688, 219, 3, 70, "Print",ExpressionUUID->"960219bf-0161-4d8e-847a-8ae0f4548307", +Cell[25982, 692, 219, 3, 70, "Print",ExpressionUUID->"960219bf-0161-4d8e-847a-8ae0f4548307", CellID->190402686], -Cell[26158, 693, 235, 4, 70, "Print",ExpressionUUID->"b02a09e4-7356-40a6-bc76-e289e9d814c1", +Cell[26204, 697, 235, 4, 70, "Print",ExpressionUUID->"b02a09e4-7356-40a6-bc76-e289e9d814c1", CellID->220538147], -Cell[26396, 699, 236, 4, 70, "Print",ExpressionUUID->"82a24c55-93e7-46b9-812a-15b1bf4c49d0", +Cell[26442, 703, 236, 4, 70, "Print",ExpressionUUID->"82a24c55-93e7-46b9-812a-15b1bf4c49d0", CellID->1694025131], -Cell[26635, 705, 206, 3, 70, "Print",ExpressionUUID->"df4dc371-ce06-4a5f-861e-0059a69c0df8", +Cell[26681, 709, 206, 3, 70, "Print",ExpressionUUID->"df4dc371-ce06-4a5f-861e-0059a69c0df8", CellID->822095165], -Cell[26844, 710, 235, 4, 70, "Print",ExpressionUUID->"210f5958-2b1f-4a9a-b233-88365fb7d574", +Cell[26890, 714, 235, 4, 70, "Print",ExpressionUUID->"210f5958-2b1f-4a9a-b233-88365fb7d574", CellID->448821021] }, Open ]] }, Open ]], -Cell[27106, 718, 134, 1, 70, "ExampleText",ExpressionUUID->"3f2daf4f-0359-4143-9f99-1c5996d9f99d", +Cell[27152, 722, 134, 1, 70, "ExampleText",ExpressionUUID->"3f2daf4f-0359-4143-9f99-1c5996d9f99d", CellID->1733953647], -Cell[27243, 721, 183, 4, 70, "Input",ExpressionUUID->"a41e4577-1988-4821-a54e-5bb7a888f561", +Cell[27289, 725, 183, 4, 70, "Input",ExpressionUUID->"a41e4577-1988-4821-a54e-5bb7a888f561", CellID->1605504113], -Cell[27429, 727, 317, 10, 70, "Input",ExpressionUUID->"e9d461d1-f98a-41af-8e60-b0be53cece92", +Cell[27475, 731, 317, 10, 70, "Input",ExpressionUUID->"e9d461d1-f98a-41af-8e60-b0be53cece92", CellID->2139333642], -Cell[27749, 739, 199, 5, 70, "Input",ExpressionUUID->"a20cba19-67da-4dc0-a4b7-fe418869f185", +Cell[27795, 743, 199, 5, 70, "Input",ExpressionUUID->"a20cba19-67da-4dc0-a4b7-fe418869f185", CellID->1566856190], -Cell[27951, 746, 228, 6, 70, "Input",ExpressionUUID->"9b9fe296-ecbc-43a5-9bb5-73e420e812bc", +Cell[27997, 750, 228, 6, 70, "Input",ExpressionUUID->"9b9fe296-ecbc-43a5-9bb5-73e420e812bc", CellID->716982408], Cell[CellGroupData[{ -Cell[28204, 756, 159, 3, 70, "Input",ExpressionUUID->"f5afb511-e0f1-4613-93f2-03232c89ede3", +Cell[28250, 760, 159, 3, 70, "Input",ExpressionUUID->"f5afb511-e0f1-4613-93f2-03232c89ede3", CellID->1617369381], -Cell[28366, 761, 157, 3, 36, "Output",ExpressionUUID->"14299d3d-af4d-48ca-a479-10b2093660f5", +Cell[28412, 765, 157, 3, 36, "Output",ExpressionUUID->"14299d3d-af4d-48ca-a479-10b2093660f5", CellID->164443430] }, Open ]], -Cell[28538, 767, 343, 9, 70, "Input",ExpressionUUID->"82978f92-bab4-44c4-93bf-22796571c719", +Cell[28584, 771, 343, 9, 70, "Input",ExpressionUUID->"82978f92-bab4-44c4-93bf-22796571c719", CellID->1403251715], Cell[CellGroupData[{ -Cell[28906, 780, 129, 2, 70, "Input",ExpressionUUID->"61ad0d6d-0246-4efb-b24d-ba555eef3317", +Cell[28952, 784, 129, 2, 70, "Input",ExpressionUUID->"61ad0d6d-0246-4efb-b24d-ba555eef3317", CellID->18991851], -Cell[29038, 784, 164, 3, 36, "Output",ExpressionUUID->"dd46599b-7e19-44d5-907d-d548a4cb462f", +Cell[29084, 788, 164, 3, 36, "Output",ExpressionUUID->"dd46599b-7e19-44d5-907d-d548a4cb462f", CellID->1744440313] }, Open ]], -Cell[29217, 790, 238, 6, 70, "Input",ExpressionUUID->"8e1467a7-0818-4bfe-92d1-e1080260c361", +Cell[29263, 794, 238, 6, 70, "Input",ExpressionUUID->"8e1467a7-0818-4bfe-92d1-e1080260c361", CellID->395097619], -Cell[29458, 798, 168, 3, 70, "ExampleText",ExpressionUUID->"e3b4ce69-61e6-45a1-9db8-f706a1d42bb9", +Cell[29504, 802, 168, 3, 70, "ExampleText",ExpressionUUID->"e3b4ce69-61e6-45a1-9db8-f706a1d42bb9", CellID->2021579151], Cell[CellGroupData[{ -Cell[29651, 805, 211, 4, 70, "Input",ExpressionUUID->"a81e5932-fe9c-4985-80a3-e19083af709d", +Cell[29697, 809, 211, 4, 70, "Input",ExpressionUUID->"a81e5932-fe9c-4985-80a3-e19083af709d", CellID->1347989750], -Cell[29865, 811, 213, 5, 36, "Output",ExpressionUUID->"77450cc3-4204-4e8c-b530-a3fa25a80498", +Cell[29911, 815, 213, 5, 36, "Output",ExpressionUUID->"77450cc3-4204-4e8c-b530-a3fa25a80498", CellID->1834616702] }, Open ]], Cell[CellGroupData[{ -Cell[30115, 821, 209, 4, 70, "Input",ExpressionUUID->"c0b37b89-6463-4597-a782-da5fae4ae5b4", +Cell[30161, 825, 209, 4, 70, "Input",ExpressionUUID->"c0b37b89-6463-4597-a782-da5fae4ae5b4", CellID->2142470932], -Cell[30327, 827, 212, 5, 36, "Output",ExpressionUUID->"f5bc96fa-b45a-4ad5-93ac-ce609162f6a5", +Cell[30373, 831, 212, 5, 36, "Output",ExpressionUUID->"f5bc96fa-b45a-4ad5-93ac-ce609162f6a5", CellID->21546708] }, Open ]], Cell[CellGroupData[{ -Cell[30576, 837, 214, 4, 70, "Input",ExpressionUUID->"20cea056-e856-49e2-a317-74a3ee01284b", +Cell[30622, 841, 214, 4, 70, "Input",ExpressionUUID->"20cea056-e856-49e2-a317-74a3ee01284b", CellID->1581107509], -Cell[30793, 843, 213, 5, 36, "Output",ExpressionUUID->"87405552-f181-477c-bbef-d07f4463a7e8", +Cell[30839, 847, 213, 5, 36, "Output",ExpressionUUID->"87405552-f181-477c-bbef-d07f4463a7e8", CellID->2078540241] }, Open ]], Cell[CellGroupData[{ -Cell[31043, 853, 163, 3, 70, "Input",ExpressionUUID->"4d0c970b-3670-4966-b9b2-d67539483154", +Cell[31089, 857, 163, 3, 70, "Input",ExpressionUUID->"4d0c970b-3670-4966-b9b2-d67539483154", CellID->103866048], -Cell[31209, 858, 160, 3, 36, "Output",ExpressionUUID->"5707440f-606e-4cf0-971b-125a47deb6c2", +Cell[31255, 862, 160, 3, 36, "Output",ExpressionUUID->"5707440f-606e-4cf0-971b-125a47deb6c2", CellID->1035096595] }, Open ]], -Cell[31384, 864, 181, 3, 70, "ExampleText",ExpressionUUID->"aba81ce9-bd3f-44ee-93ea-60bd1e65f99a", +Cell[31430, 868, 181, 3, 70, "ExampleText",ExpressionUUID->"aba81ce9-bd3f-44ee-93ea-60bd1e65f99a", CellID->466231476], Cell[CellGroupData[{ -Cell[31590, 871, 176, 3, 70, "Input",ExpressionUUID->"e811c878-67c5-42cf-b4ea-4fec059e6f33", +Cell[31636, 875, 176, 3, 70, "Input",ExpressionUUID->"e811c878-67c5-42cf-b4ea-4fec059e6f33", CellID->1914198756], -Cell[31769, 876, 429, 10, 51, "Output",ExpressionUUID->"1db7772d-1e11-49d7-ab4c-7573700c2478", +Cell[31815, 880, 429, 10, 50, "Output",ExpressionUUID->"1db7772d-1e11-49d7-ab4c-7573700c2478", CellID->1921961263] }, Open ]], -Cell[32213, 889, 145, 1, 70, "ExampleText",ExpressionUUID->"9758d3e7-1143-4f05-9c88-e9d12137cd6c", +Cell[32259, 893, 145, 1, 70, "ExampleText",ExpressionUUID->"9758d3e7-1143-4f05-9c88-e9d12137cd6c", CellID->1678740984], Cell[CellGroupData[{ -Cell[32383, 894, 297, 7, 70, "Input",ExpressionUUID->"6ff03720-2e8c-4bbf-a014-93d04c27be17", +Cell[32429, 898, 297, 7, 70, "Input",ExpressionUUID->"6ff03720-2e8c-4bbf-a014-93d04c27be17", CellID->1996403098], -Cell[32683, 903, 521, 14, 51, "Output",ExpressionUUID->"e323efe3-6f81-4861-ab36-25a91e996404", +Cell[32729, 907, 521, 14, 51, "Output",ExpressionUUID->"e323efe3-6f81-4861-ab36-25a91e996404", CellID->1921226291] }, Open ]], -Cell[33219, 920, 150, 1, 70, "ExampleText",ExpressionUUID->"675cd827-9679-4315-aece-413c868821a2", +Cell[33265, 924, 150, 1, 70, "ExampleText",ExpressionUUID->"675cd827-9679-4315-aece-413c868821a2", CellID->691837182], Cell[CellGroupData[{ -Cell[33394, 925, 294, 7, 70, "Input",ExpressionUUID->"45030f9a-498b-408a-8761-363f0771b3c6", +Cell[33440, 929, 294, 7, 70, "Input",ExpressionUUID->"45030f9a-498b-408a-8761-363f0771b3c6", CellID->471447241], -Cell[33691, 934, 521, 14, 51, "Output",ExpressionUUID->"5c12e822-4cee-4421-aadd-0619e5e0f8fc", +Cell[33737, 938, 521, 14, 51, "Output",ExpressionUUID->"5c12e822-4cee-4421-aadd-0619e5e0f8fc", CellID->2050075049] }, Open ]], -Cell[34227, 951, 290, 5, 70, "ExampleText",ExpressionUUID->"05475f2d-f816-4d9a-a4bc-456c874d1348", +Cell[34273, 955, 290, 5, 70, "ExampleText",ExpressionUUID->"05475f2d-f816-4d9a-a4bc-456c874d1348", CellID->3388053], -Cell[34520, 958, 202, 4, 70, "ExampleText",ExpressionUUID->"380956c8-e4d3-44f7-82ff-124fddca7506", +Cell[34566, 962, 202, 4, 70, "ExampleText",ExpressionUUID->"380956c8-e4d3-44f7-82ff-124fddca7506", CellID->1008121796], Cell[CellGroupData[{ -Cell[34747, 966, 293, 7, 70, "Input",ExpressionUUID->"a470f041-6bf7-43ad-ac48-7d77f4b1085e", +Cell[34793, 970, 293, 7, 70, "Input",ExpressionUUID->"a470f041-6bf7-43ad-ac48-7d77f4b1085e", CellID->211678326], -Cell[35043, 975, 265, 7, 36, "Output",ExpressionUUID->"9592662c-7800-44f0-a6ce-0a6f6cd81668", +Cell[35089, 979, 265, 7, 36, "Output",ExpressionUUID->"9592662c-7800-44f0-a6ce-0a6f6cd81668", CellID->1236956957] }, Open ]], Cell[CellGroupData[{ -Cell[35345, 987, 297, 7, 70, "Input",ExpressionUUID->"2029a638-f070-473d-a5ef-6f2dbe80c956", +Cell[35391, 991, 297, 7, 70, "Input",ExpressionUUID->"2029a638-f070-473d-a5ef-6f2dbe80c956", CellID->372325093], -Cell[35645, 996, 263, 7, 36, "Output",ExpressionUUID->"af1cd27b-ffa4-44d9-b450-d8fe7ad06946", +Cell[35691, 1000, 263, 7, 36, "Output",ExpressionUUID->"af1cd27b-ffa4-44d9-b450-d8fe7ad06946", CellID->99374758] }, Open ]], -Cell[35923, 1006, 230, 4, 70, "ExampleText",ExpressionUUID->"a1fdda48-e242-4e64-a1cb-6516a08967cc", +Cell[35969, 1010, 230, 4, 70, "ExampleText",ExpressionUUID->"a1fdda48-e242-4e64-a1cb-6516a08967cc", CellID->1577312308], Cell[CellGroupData[{ -Cell[36178, 1014, 251, 5, 70, "Input",ExpressionUUID->"4796a4eb-c70d-43df-8af9-af960eff8f3e", +Cell[36224, 1018, 251, 5, 70, "Input",ExpressionUUID->"4796a4eb-c70d-43df-8af9-af960eff8f3e", CellID->2017332706], -Cell[36432, 1021, 450, 12, 51, "Output",ExpressionUUID->"bc78fc73-1dba-4baa-ad88-131c8e94b05c", +Cell[36478, 1025, 450, 12, 51, "Output",ExpressionUUID->"bc78fc73-1dba-4baa-ad88-131c8e94b05c", CellID->1054623551] }, Open ]], -Cell[36897, 1036, 199, 4, 70, "ExampleText",ExpressionUUID->"5346bf9a-3a0f-4921-8f78-53c7393ea55e", +Cell[36943, 1040, 199, 4, 70, "ExampleText",ExpressionUUID->"5346bf9a-3a0f-4921-8f78-53c7393ea55e", CellID->653701643], -Cell[37099, 1042, 627, 19, 70, "Input",ExpressionUUID->"ec4b4751-9c10-4306-a506-7064b29c257e", +Cell[37145, 1046, 627, 19, 70, "Input",ExpressionUUID->"ec4b4751-9c10-4306-a506-7064b29c257e", CellID->1320621143], -Cell[37729, 1063, 180, 3, 70, "ExampleText",ExpressionUUID->"150d4c1e-b41b-45d4-90bd-3c2625395f6f", +Cell[37775, 1067, 180, 3, 70, "ExampleText",ExpressionUUID->"150d4c1e-b41b-45d4-90bd-3c2625395f6f", CellID->264289440], Cell[CellGroupData[{ -Cell[37934, 1070, 202, 4, 70, "Input",ExpressionUUID->"9f826df9-0037-4e49-82bd-664f602e202d", +Cell[37980, 1074, 202, 4, 70, "Input",ExpressionUUID->"9f826df9-0037-4e49-82bd-664f602e202d", CellID->1050828457], -Cell[38139, 1076, 450, 12, 51, "Output",ExpressionUUID->"f436445a-1a01-4c28-8ba4-3ee12d0b8629", +Cell[38185, 1080, 450, 12, 51, "Output",ExpressionUUID->"f436445a-1a01-4c28-8ba4-3ee12d0b8629", CellID->2119303299] }, Open ]], -Cell[38604, 1091, 179, 3, 70, "ExampleText",ExpressionUUID->"b28042c1-6af8-45ce-afef-733c0897ad3a", +Cell[38650, 1095, 179, 3, 70, "ExampleText",ExpressionUUID->"b28042c1-6af8-45ce-afef-733c0897ad3a", CellID->345764471], -Cell[38786, 1096, 144, 1, 70, "ExampleText",ExpressionUUID->"8de1f4e7-d23b-4a08-9273-d5d0832caca1", +Cell[38832, 1100, 144, 1, 70, "ExampleText",ExpressionUUID->"8de1f4e7-d23b-4a08-9273-d5d0832caca1", CellID->879111516], Cell[CellGroupData[{ -Cell[38955, 1101, 160, 3, 70, "Input",ExpressionUUID->"b15c5b85-edc8-4d23-8caa-0ff7cf7e0d4f", +Cell[39001, 1105, 160, 3, 70, "Input",ExpressionUUID->"b15c5b85-edc8-4d23-8caa-0ff7cf7e0d4f", CellID->2016921890], -Cell[39118, 1106, 292812, 4955, 70, "Output",ExpressionUUID->"59690824-86d6-495b-b798-a4d9ef246eca", +Cell[39164, 1110, 292812, 4955, 70, "Output",ExpressionUUID->"59690824-86d6-495b-b798-a4d9ef246eca", CellID->1920461732] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[332218, 6074, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"f4da1fa6-8a32-4954-87ed-3b5af7579325"], +Cell[337696, 6224, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1eb859fc-d2a4-442e-8416-4b4da397c859"], +Cell[338369, 6244, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3c59dd63-29e9-4777-bd9e-c86352a9420c"], +Cell[339405, 6272, 2253, 64, 70, "RelatedLinksSection",ExpressionUUID->"1b5a44e7-d5b0-433e-aa1f-3d656814adca"], Cell[CellGroupData[{ -Cell[332194, 6072, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"4152ef27-3210-4ccd-aaac-e126ea761387"], -Cell[337672, 6222, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6340e156-9ea7-48ff-b657-35e97061c71a"] -}, Open ]], -Cell[338357, 6243, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5ac300af-8bc7-4d5c-9a51-ba4ea475c526"], -Cell[339393, 6271, 2253, 64, 70, "RelatedLinksSection",ExpressionUUID->"9449e5cc-efe9-4a50-94f6-4017e5e22892"], -Cell[CellGroupData[{ -Cell[341671, 6339, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"99523642-1144-4935-acf1-23a8dd085b4e", +Cell[341683, 6340, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"99523642-1144-4935-acf1-23a8dd085b4e", CellID->906383680], -Cell[341811, 6342, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"59c4f6c0-a5e6-4db9-a0d3-a307f0e4ba47", +Cell[341823, 6343, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"59c4f6c0-a5e6-4db9-a0d3-a307f0e4ba47", CellID->1194386356], -Cell[342033, 6348, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b163b29b-178b-4c12-a9f8-798d6d15b06a", +Cell[342045, 6349, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b163b29b-178b-4c12-a9f8-798d6d15b06a", CellID->1641706272], -Cell[342248, 6353, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9cd2a4a8-3056-4258-a785-05a2acbeab9e", +Cell[342260, 6354, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9cd2a4a8-3056-4258-a785-05a2acbeab9e", CellID->399251956], -Cell[342477, 6359, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ae38efee-55d4-4ab7-aa25-24ca6aa0c3c2", +Cell[342489, 6360, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ae38efee-55d4-4ab7-aa25-24ca6aa0c3c2", CellID->821434655] }, Open ]], -Cell[342714, 6365, 78, 0, 70, "FooterCell",ExpressionUUID->"cb1e9729-7730-458a-b681-54ef5046227c"] +Cell[342726, 6366, 78, 0, 70, "FooterCell",ExpressionUUID->"997f51e6-d23c-4e67-8b50-cc999957156f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernelQ.nb index 17bc426..c605f89 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaAntiPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 343647, 6277] -NotebookOptionsPosition[ 332440, 6057] -NotebookOutlinePosition[ 334840, 6115] -CellTagsIndexPosition[ 334753, 6110] +NotebookDataLength[ 343660, 6278] +NotebookOptionsPosition[ 332466, 6059] +NotebookOutlinePosition[ 334888, 6118] +CellTagsIndexPosition[ 334801, 6113] WindowTitle->ParaAntiPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7c1db43d-fe23-45d2-a761-570986d5c731"], + "790e893a-9555-428d-a2a4-48df93ca4712"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "cc045e5d-09f0-4f4f-8d59-7b7b78fd5686"], + "17a9e77b-fe0f-453c-b208-61ed9595c57f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ebc9e5d-57ef-468b-8b70-aa8a57783613"] - }],ExpressionUUID->"e4aad94b-d8d9-49af-bda9-da380e329535"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "2ee1888a-97bd-46a3-8f37-f96ee5aad85b"] + }],ExpressionUUID->"3d3efe0b-a351-401a-b8c8-7ec21f446580"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "199c3f50-20ae-477a-bd46-81401ab7a745"], + "20b3bac5-31d7-4382-a3e1-01c47b9c989d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e9a08508-7374-473f-854d-e592bea1ed56"] - }],ExpressionUUID->"7055dcad-608d-43aa-b0c5-d1b99a4d3534"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e56df596-ab35-479f-b714-92d36b48a0f6"] + }],ExpressionUUID->"337c6625-049d-479b-9965-836712ebafd5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b57fc8a6-f73f-409f-8d5e-9e67e47f0166"], + "34ccc5af-8268-47e1-a315-78885a531dc5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eef4268b-8bc1-44c4-aaac-2899774055f6"] - }],ExpressionUUID->"58b7db1f-420e-4a68-91ce-bde4cf3f8b53"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1048fd51-36ef-467e-9be9-8eeed65ce0bc"] + }],ExpressionUUID->"ee650b65-7585-435b-ad6f-da6daf3147a3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2ece0034-7d30-407f-aa20-9b97ecc63171"], + "e6ddd7d6-57ef-4766-bd8e-88038d2c1274"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d676c2dd-b388-4e74-9557-a87d5fcfd738"] - }],ExpressionUUID->"19b20bed-87b6-4f4c-abb7-9426aa4b34bf"], - StripOnInput->False], {"\<\"TUG/ref/ParaAntiPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaAntiPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e5169904-f996-4fbf-b489-87645b473c66"] + }],ExpressionUUID->"2de5e04a-e342-4a4d-bc0f-2a055b6d2e37"], + StripOnInput->False],{ + "\"TUG/ref/ParaAntiPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaAntiPreKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaAntiPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$132406], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaAntiPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$142552], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaAntiPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "de1c4d6d-7140-4787-a49d-0c0cef1e61b7"] + "de333a4b-0926-4c9c-a90c-eca82994ac63"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9548c1ef-8a2b-469e-9b0b-3bd24c73582b"]} + "ffda0b15-1041-4aec-b574-38b6f13adcc7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1e38a52d-b6c7-4cef-aab8-0f417a9d4995"], + CellID->1,ExpressionUUID->"d59d4c54-8116-47d5-99ac-0df0d07c9eae"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"cdd7634f-ca71-43f5-9014-3bd54d2829fe"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"7a25ab32-868e-480b-9188-a72dafed5eda"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaAntiPreKernelQ", "ObjectName",ExpressionUUID-> - "9f6c08b7-082f-431e-8dd5-c54e2c9d9c8d"], + "7028cb04-43ce-47e0-8a9f-89f420d7ce6e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"12ea5fcc-0c90-4afa-9e79-fd1dccfce0f9"], + "Spacer1"]],ExpressionUUID->"c75b8f15-df02-4bac-88e5-99cffc081a92"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f48ed97c-14ec-4359-a97f-e1e97cc7e25f"] - }],ExpressionUUID->"125dbbd6-b55c-4387-88cf-14f76cb98ef2"], Cell[BoxData[ + "adaf0cbf-7e2a-48b7-80fa-01894a84ee99"] + }],ExpressionUUID->"c4df13db-66ac-4386-ad08-a211a882424b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5f1493d3-6986-48eb-9a5b-75a950b7be88"]} + "c217a328-25a6-47a0-93ee-b70ea73f4a04"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1a1fbe8f-d729-410f-968f-3e203e58f34a"], + CacheGraphics->False,ExpressionUUID->"1b189ded-2ce7-49e5-9d0d-c0fff6c81e40"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ Cell[BoxData[GridBox[{ FontSlant->"Italic"], " is an element of the anti-pre-kernel. ParaAntiPreKernelQ checks also \ the efficiency condition in contrast to the function ParaMinExcessBalanced." - }],ExpressionUUID->"a4031f09-e22d-4c28-bd90-00ca01c77cf1"]}, + }],ExpressionUUID->"3dcae054-9530-4be4-bba9-e33c95b0fdd0"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaAntiPreKernelQ", "[", @@ -252,7 +257,7 @@ the efficiency condition in contrast to the function ParaMinExcessBalanced." "7c714da6-bff7-465f-83ab-549a386f230a"], " \[LineSeparator]option can be passed to adjust the numerical round-off \ error to approximate rational numbers. " - }],ExpressionUUID->"e29cb8ed-703a-4761-938c-97d9d827b613"]} + }],ExpressionUUID->"d1365938-9910-440a-b8d4-c57cfe50583e"]} }]], "Usage", CellID->370439247,ExpressionUUID->"003f5527-6760-47c2-a956-8847213d799e"] }, Open ]], @@ -285,12 +290,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"004bf26d-f8a7-4c50-9db3-5dc6d0d8a4cd"], + ExpressionUUID->"baf3638b-637a-408e-926c-22eefeb65814"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f7cef534-829d-4c1f-a376-71838f25de03"], + "Spacer1"]],ExpressionUUID->"95b3eb26-ee2c-4c33-9372-49e7e8d923f9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"beada704-d3a6-47ea-9c8f-739c1ca02138"], + }], "NotesFrameText",ExpressionUUID->"7906bd91-fe7c-4587-8e9b-dec525404635"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +306,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"41a6ae01-79b7-4549-802d-944fca86a7a2"]], \ + "Preemptive"]],ExpressionUUID->"4dc4deba-9c27-4014-9d31-f69038c29d80"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1969303801,ExpressionUUID->"1c4b3044-c813-4011-89a0-6c06c3d871e2"], + CellID->483539490,ExpressionUUID->"694ce4e2-839a-47fb-8c73-a9b5e2c3c1b5"], Cell[TextData[{ "The input expression ", @@ -371,7 +376,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d8e881d0-1db8-489a-87a1-84cbbcc12cb9"], + "8b332a29-66fa-4559-8f0a-66351d5338d4"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -435,19 +440,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4696a6d6-bca3-4af8-84f3-22e94b397850"], + ExpressionUUID->"89578f3f-c514-42f0-8e66-d45c3051c3fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c971f74e-9e9d-485b-a082-a59f4025a93a"], + "Spacer1"]],ExpressionUUID->"37bc3466-5ff9-42a5-9493-e2468c168391"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "487242d9-c8ed-4922-ab75-c7f3ae04a753"] + "8a2ee906-4da9-4f8f-930a-5754668d4e1b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->657778408,ExpressionUUID->"ee16a40b-b24b-4e36-b18e-10514f183f8e"], + CellID->377778249,ExpressionUUID->"7fffb8e7-4677-4405-a100-370b084c3b04"], Cell[CellGroupData[{ @@ -476,18 +481,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"65f6c377-1b7a-4236-9e1f-4b8659533973"], + ExpressionUUID->"9a05cdc5-853a-4c27-94ab-95fb4637437f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"52dca086-f6a1-41c0-af4c-aacd6c9b4ce7"], + "Spacer1"]],ExpressionUUID->"7c555f55-825e-4818-bea7-8160aa828b08"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5aee3443-e54b-4e41-8296-eddc80a987d3"] + "fa7e39b9-3b25-4cb3-9da7-6841e90844a9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1689469292,ExpressionUUID->"51a74ddb-516d-47ca-ba7a-ad996ffaef73"], + CellID->355841629,ExpressionUUID->"5f408bd5-ef80-4f45-a313-a6bc8dc70632"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1590813456,ExpressionUUID->"348e1fca-32a8-4894-a7a1-2f8d06b53687"], @@ -5758,8 +5763,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 258, 18], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5907,15 +5910,15 @@ Cell[BoxData[GridBox[{ "cf961a1e-0fd8-4c70-8e56-8714a3327f7e"] }], "SeeAlso",ExpressionUUID->"bc6f847a-5edc-4df4-be36-0faa4b205a74"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"2c326365-822a-4ff6-8157-\ -07d26073dcbc"], + }]], "SeeAlsoSection",ExpressionUUID->"bef4f61a-f81b-4c91-a0d3-\ +415377bf08f6"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5927,9 +5930,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d29c4d7a-5355-47bd-8a65-ce13f83c1540"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"fc9e9e7d-bdd0-4253-b4d3-\ -11791dfeddc3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"cc4e9f8a-31b5-4d15-a879-\ +d726c9b1b840"], Cell[BoxData[GridBox[{ { @@ -5946,7 +5948,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7cdf2e03-e567-41b7-89f4-930a00ddd348"]}]}, + "9c599ef5-9a39-44e1-91aa-8233db0a8c79"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5954,10 +5956,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1aaec4e4-c222-4352-80ad-54d432d574a4"]}]} + "560af81e-f302-43f8-89e8-deaeec5d676c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"40a27001-c4be-4901-9da7-\ -a25f41ce7356"], + }]], "MoreAboutSection",ExpressionUUID->"6084035c-7daa-48b5-abcb-\ +3314467b037d"], Cell[BoxData[GridBox[{ { @@ -5984,7 +5986,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2ebe73e2-1ee3-4f35-8ff5-66156772bfbc"]], "RelatedLinks", + "fe7cc6e9-8154-4317-adb4-8f1a6eedec9f"]], "RelatedLinks", ExpressionUUID->"dab215a2-1ff1-41b1-a9d8-00f303c751c6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6001,7 +6003,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fb2668d6-8f3d-4a75-bbdd-7650cb8da38c"]], "RelatedLinks", + "85aab99d-5fe1-45d5-8742-7560fde2e016"]], "RelatedLinks", ExpressionUUID->"a2e3af9e-e433-4359-b2bb-5262f9f1f279"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6019,11 +6021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6d2536d1-b7cc-45d4-aecb-6e1065aabea2"]], "RelatedLinks", + "40a04f65-74f0-4b27-a053-673c64aa0884"]], "RelatedLinks", ExpressionUUID->"2848ab35-afd4-4977-9f1c-18198503c058"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"325ccd88-2e5f-4dc4-b4f6-\ -da77c974cf24"], + }]], "RelatedLinksSection",ExpressionUUID->"c17c0004-7be6-4501-9a21-\ +55ac960f5c82"], Cell[CellGroupData[{ @@ -6053,11 +6055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0e475489-1e6c-463f-bfdc-01ed0381567a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5e7f2b3b-9ff5-4e40-b601-7643ab535286"] +Cell[" ", "FooterCell",ExpressionUUID->"e2b990ee-9352-45bd-8b52-535fc3a87aba"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaAntiPreKernelQ", TaggingRules->{ @@ -6068,7 +6070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 24.464423}", + "built" -> "{2024, 6, 3, 16, 54, 9.303760}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6080,10 +6082,11 @@ the efficiency condition in contrast to the function ParaMinExcessBalanced. \ ParaAntiPreKernelQ[game, payoff, options] option can be passed to adjust the \ numerical round-off error to approximate rational numbers. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaAntiPreKernelQ", - "titlemodifier" -> "", "windowtitle" -> "ParaAntiPreKernelQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaAntiPreKernelQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaAntiPreKernelQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaAntiPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6092,9 +6095,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3e6073b8-892a-4096-b3a1-b7123460e2db" +ExpressionUUID->"32942470-e321-4cbc-b3fe-b0560249c923" ] (* End of Notebook Content *) @@ -6102,183 +6105,181 @@ ExpressionUUID->"3e6073b8-892a-4096-b3a1-b7123460e2db" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15899, 412, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ee16a40b-b24b-4e36-b18e-10514f183f8e", + Cell[15960, 417, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fffb8e7-4677-4405-a100-370b084c3b04", CellTags->"PrimaryExamplesSection", - CellID->657778408]} + CellID->377778249]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 334553, 6103} + {"PrimaryExamplesSection", 334601, 6106} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7127, 168, 56, "AnchorBarGrid",ExpressionUUID->"1e38a52d-b6c7-4cef-aab8-0f417a9d4995", +Cell[590, 21, 7189, 173, 57, "AnchorBarGrid",ExpressionUUID->"d59d4c54-8116-47d5-99ac-0df0d07c9eae", CellID->1], -Cell[7720, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"cdd7634f-ca71-43f5-9014-3bd54d2829fe"], +Cell[7782, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"7a25ab32-868e-480b-9188-a72dafed5eda"], Cell[CellGroupData[{ -Cell[7843, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"1a1fbe8f-d729-410f-968f-3e203e58f34a"], -Cell[9138, 232, 1156, 24, 209, "Usage",ExpressionUUID->"003f5527-6760-47c2-a956-8847213d799e", +Cell[7905, 200, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"1b189ded-2ce7-49e5-9d0d-c0fff6c81e40"], +Cell[9200, 237, 1156, 24, 208, "Usage",ExpressionUUID->"003f5527-6760-47c2-a956-8847213d799e", CellID->370439247] }, Open ]], Cell[CellGroupData[{ -Cell[10331, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"1c4b3044-c813-4011-89a0-6c06c3d871e2", +Cell[10393, 266, 1894, 47, 37, "NotesSection",ExpressionUUID->"694ce4e2-839a-47fb-8c73-a9b5e2c3c1b5", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1969303801], -Cell[12229, 310, 782, 20, 57, "]]",ExpressionUUID->"6fc5eca1-269c-4ce0-b658-81a62e38db1e", + CellID->483539490], +Cell[12290, 315, 782, 20, 57, "]]",ExpressionUUID->"6fc5eca1-269c-4ce0-b658-81a62e38db1e", CellID->313448337], -Cell[13014, 332, 517, 13, 37, "Notes",ExpressionUUID->"8cf4aaa9-1aa2-4830-aa89-1b42e1f1fb39", +Cell[13075, 337, 517, 13, 38, "Notes",ExpressionUUID->"8cf4aaa9-1aa2-4830-aa89-1b42e1f1fb39", CellID->1591937000], -Cell[13534, 347, 212, 4, 36, "Notes",ExpressionUUID->"2f8f077c-f201-47cc-b493-721be898c37f", +Cell[13595, 352, 212, 4, 36, "Notes",ExpressionUUID->"2f8f077c-f201-47cc-b493-721be898c37f", CellID->259471801], -Cell[13749, 353, 220, 4, 36, "Notes",ExpressionUUID->"7fed1b49-d876-4628-8c80-5eaa4569431a", +Cell[13810, 358, 220, 4, 36, "Notes",ExpressionUUID->"7fed1b49-d876-4628-8c80-5eaa4569431a", CellID->1967369941], -Cell[13972, 359, 219, 4, 36, "Notes",ExpressionUUID->"f49a3dfb-1a93-4df3-979f-92785ee60583", +Cell[14033, 364, 219, 4, 36, "Notes",ExpressionUUID->"f49a3dfb-1a93-4df3-979f-92785ee60583", CellID->1913880593], -Cell[14194, 365, 271, 4, 49, "Notes",ExpressionUUID->"e4fb16d6-e445-48dc-b624-e8774b352285", +Cell[14255, 370, 271, 4, 48, "Notes",ExpressionUUID->"e4fb16d6-e445-48dc-b624-e8774b352285", CellID->595453030], -Cell[14468, 371, 705, 16, 42, "3ColumnTableMod",ExpressionUUID->"363b783f-b935-4e3c-8d42-a556cce8524c", +Cell[14529, 376, 705, 16, 43, "3ColumnTableMod",ExpressionUUID->"363b783f-b935-4e3c-8d42-a556cce8524c", CellID->422330551], -Cell[15176, 389, 596, 17, 37, "Notes",ExpressionUUID->"0d8b40ad-5529-40fc-870a-7c7c5d2f9bb7", +Cell[15237, 394, 596, 17, 38, "Notes",ExpressionUUID->"0d8b40ad-5529-40fc-870a-7c7c5d2f9bb7", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15899, 412, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ee16a40b-b24b-4e36-b18e-10514f183f8e", +Cell[15960, 417, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fffb8e7-4677-4405-a100-370b084c3b04", CellTags->"PrimaryExamplesSection", - CellID->657778408], + CellID->377778249], Cell[CellGroupData[{ -Cell[17344, 453, 1399, 36, 30, "ExampleSection",ExpressionUUID->"51a74ddb-516d-47ca-ba7a-ad996ffaef73", - CellID->1689469292], -Cell[18746, 491, 150, 1, 38, "ExampleText",ExpressionUUID->"348e1fca-32a8-4894-a7a1-2f8d06b53687", +Cell[17405, 458, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5f408bd5-ef80-4f45-a313-a6bc8dc70632", + CellID->355841629], +Cell[18806, 496, 150, 1, 39, "ExampleText",ExpressionUUID->"348e1fca-32a8-4894-a7a1-2f8d06b53687", CellID->1590813456], -Cell[18899, 494, 184, 4, 27, "Input",ExpressionUUID->"14b76858-7fe9-438d-bdbf-291ca56094ef", +Cell[18959, 499, 184, 4, 27, "Input",ExpressionUUID->"14b76858-7fe9-438d-bdbf-291ca56094ef", CellID->1259858826], Cell[CellGroupData[{ -Cell[19108, 502, 136, 2, 70, "Input",ExpressionUUID->"ff14feac-9cb6-4975-b56e-d5355ffaad3b", +Cell[19168, 507, 136, 2, 70, "Input",ExpressionUUID->"ff14feac-9cb6-4975-b56e-d5355ffaad3b", CellID->816290897], -Cell[19247, 506, 157, 3, 36, "Output",ExpressionUUID->"eeeb226d-74ac-4e72-a3e1-681e7acef300", +Cell[19307, 511, 157, 3, 36, "Output",ExpressionUUID->"eeeb226d-74ac-4e72-a3e1-681e7acef300", CellID->408128348] }, Open ]], -Cell[19419, 512, 119, 1, 70, "ExampleText",ExpressionUUID->"898e9324-52ba-450d-9147-dae5ca59e97c", +Cell[19479, 517, 119, 1, 70, "ExampleText",ExpressionUUID->"898e9324-52ba-450d-9147-dae5ca59e97c", CellID->1257716610], Cell[CellGroupData[{ -Cell[19563, 517, 198, 4, 70, "Input",ExpressionUUID->"3f4ce9ce-63ac-4ce3-8f1e-badd23e99bec", +Cell[19623, 522, 198, 4, 70, "Input",ExpressionUUID->"3f4ce9ce-63ac-4ce3-8f1e-badd23e99bec", CellID->1026255771], Cell[CellGroupData[{ -Cell[19786, 525, 236, 4, 70, "Print",ExpressionUUID->"ba3feceb-bf09-4e35-9173-7db6fa712c63", +Cell[19846, 530, 236, 4, 70, "Print",ExpressionUUID->"ba3feceb-bf09-4e35-9173-7db6fa712c63", CellID->471298275], -Cell[20025, 531, 365, 8, 70, "Print",ExpressionUUID->"8e5f8fb0-ec7b-4bc7-868b-0f4ec3d663fd", +Cell[20085, 536, 365, 8, 70, "Print",ExpressionUUID->"8e5f8fb0-ec7b-4bc7-868b-0f4ec3d663fd", CellID->908206590], -Cell[20393, 541, 237, 4, 70, "Print",ExpressionUUID->"c88d38bc-a28d-4fcd-95ec-a7b1626bac89", +Cell[20453, 546, 237, 4, 70, "Print",ExpressionUUID->"c88d38bc-a28d-4fcd-95ec-a7b1626bac89", CellID->1185992042], -Cell[20633, 547, 221, 3, 70, "Print",ExpressionUUID->"0b92f074-6aab-4d1f-9d05-10aedd750f66", +Cell[20693, 552, 221, 3, 70, "Print",ExpressionUUID->"0b92f074-6aab-4d1f-9d05-10aedd750f66", CellID->1247578679], -Cell[20857, 552, 208, 3, 70, "Print",ExpressionUUID->"d26b5f1b-09fb-4aa4-9cf9-d4b22da84ddf", +Cell[20917, 557, 208, 3, 70, "Print",ExpressionUUID->"d26b5f1b-09fb-4aa4-9cf9-d4b22da84ddf", CellID->1622992721], -Cell[21068, 557, 238, 4, 70, "Print",ExpressionUUID->"4bcd1bcc-63b0-49c8-af29-f790270491d6", +Cell[21128, 562, 238, 4, 70, "Print",ExpressionUUID->"4bcd1bcc-63b0-49c8-af29-f790270491d6", CellID->1723818317], -Cell[21309, 563, 221, 3, 70, "Print",ExpressionUUID->"5148777e-b53a-480c-a277-b16cf669f6e6", +Cell[21369, 568, 221, 3, 70, "Print",ExpressionUUID->"5148777e-b53a-480c-a277-b16cf669f6e6", CellID->1167920640], -Cell[21533, 568, 236, 4, 70, "Print",ExpressionUUID->"a707ae1f-a55c-4493-901c-af18e75378f1", +Cell[21593, 573, 236, 4, 70, "Print",ExpressionUUID->"a707ae1f-a55c-4493-901c-af18e75378f1", CellID->380697889], -Cell[21772, 574, 236, 4, 70, "Print",ExpressionUUID->"c864d374-4cf2-4bef-931e-00ea379cdb6c", +Cell[21832, 579, 236, 4, 70, "Print",ExpressionUUID->"c864d374-4cf2-4bef-931e-00ea379cdb6c", CellID->334699092], -Cell[22011, 580, 207, 3, 70, "Print",ExpressionUUID->"446f0f60-cf68-4133-af28-0e17e28332d4", +Cell[22071, 585, 207, 3, 70, "Print",ExpressionUUID->"446f0f60-cf68-4133-af28-0e17e28332d4", CellID->634804083], -Cell[22221, 585, 237, 4, 70, "Print",ExpressionUUID->"2e094975-2129-4ec7-a6cd-c1fef613b7fa", +Cell[22281, 590, 237, 4, 70, "Print",ExpressionUUID->"2e094975-2129-4ec7-a6cd-c1fef613b7fa", CellID->2107981871] }, Open ]] }, Open ]], -Cell[22485, 593, 133, 1, 70, "ExampleText",ExpressionUUID->"cbcb08b3-245f-4618-9b91-f43a7724682c", +Cell[22545, 598, 133, 1, 70, "ExampleText",ExpressionUUID->"cbcb08b3-245f-4618-9b91-f43a7724682c", CellID->366768639], -Cell[22621, 596, 182, 4, 70, "Input",ExpressionUUID->"9a4b94ed-6063-459d-8e91-8cc365476c71", +Cell[22681, 601, 182, 4, 70, "Input",ExpressionUUID->"9a4b94ed-6063-459d-8e91-8cc365476c71", CellID->169897662], -Cell[22806, 602, 317, 10, 70, "Input",ExpressionUUID->"a46b61d1-b6bb-4d1a-b91b-d6a0bdc81a09", +Cell[22866, 607, 317, 10, 70, "Input",ExpressionUUID->"a46b61d1-b6bb-4d1a-b91b-d6a0bdc81a09", CellID->1159415685], -Cell[23126, 614, 199, 5, 70, "Input",ExpressionUUID->"45fb6ff5-f558-4257-922e-678704f8155c", +Cell[23186, 619, 199, 5, 70, "Input",ExpressionUUID->"45fb6ff5-f558-4257-922e-678704f8155c", CellID->2033510750], -Cell[23328, 621, 229, 6, 70, "Input",ExpressionUUID->"ada53a62-4fc1-4c95-b7e5-72d7aec26488", +Cell[23388, 626, 229, 6, 70, "Input",ExpressionUUID->"ada53a62-4fc1-4c95-b7e5-72d7aec26488", CellID->1496957833], Cell[CellGroupData[{ -Cell[23582, 631, 159, 3, 70, "Input",ExpressionUUID->"0f8faef2-f45b-4a1d-9813-f2ac8445fe7e", +Cell[23642, 636, 159, 3, 70, "Input",ExpressionUUID->"0f8faef2-f45b-4a1d-9813-f2ac8445fe7e", CellID->1407624966], -Cell[23744, 636, 159, 3, 36, "Output",ExpressionUUID->"666972e4-d7b1-4217-a771-3de48cf830a9", +Cell[23804, 641, 159, 3, 36, "Output",ExpressionUUID->"666972e4-d7b1-4217-a771-3de48cf830a9", CellID->1541884535] }, Open ]], -Cell[23918, 642, 342, 9, 70, "Input",ExpressionUUID->"b093c68b-70b9-412c-8a43-701eda456700", +Cell[23978, 647, 342, 9, 70, "Input",ExpressionUUID->"b093c68b-70b9-412c-8a43-701eda456700", CellID->528557890], Cell[CellGroupData[{ -Cell[24285, 655, 130, 2, 70, "Input",ExpressionUUID->"4bc7ef49-be73-49d8-8f69-6f21c5dee769", +Cell[24345, 660, 130, 2, 70, "Input",ExpressionUUID->"4bc7ef49-be73-49d8-8f69-6f21c5dee769", CellID->493365135], -Cell[24418, 659, 166, 3, 36, "Output",ExpressionUUID->"4e86b81e-d39c-4ab1-bc11-8d58bf5fadd4", +Cell[24478, 664, 166, 3, 36, "Output",ExpressionUUID->"4e86b81e-d39c-4ab1-bc11-8d58bf5fadd4", CellID->1062559343] }, Open ]], -Cell[24599, 665, 239, 6, 70, "Input",ExpressionUUID->"c2cd6297-4164-4d9e-a270-dd170f58bb40", +Cell[24659, 670, 239, 6, 70, "Input",ExpressionUUID->"c2cd6297-4164-4d9e-a270-dd170f58bb40", CellID->1019519617], -Cell[24841, 673, 190, 4, 70, "ExampleText",ExpressionUUID->"10a0bb35-b73e-42ab-97b2-bf07815b8a94", +Cell[24901, 678, 190, 4, 70, "ExampleText",ExpressionUUID->"10a0bb35-b73e-42ab-97b2-bf07815b8a94", CellID->502776005], Cell[CellGroupData[{ -Cell[25056, 681, 176, 3, 70, "Input",ExpressionUUID->"08882d4b-8267-44c0-9057-e81bf9955843", +Cell[25116, 686, 176, 3, 70, "Input",ExpressionUUID->"08882d4b-8267-44c0-9057-e81bf9955843", CellID->991906215], -Cell[25235, 686, 246, 6, 51, "Output",ExpressionUUID->"f12d087e-b245-41a7-9d6d-f4b82d80c250", +Cell[25295, 691, 246, 6, 50, "Output",ExpressionUUID->"f12d087e-b245-41a7-9d6d-f4b82d80c250", CellID->198542996] }, Open ]], -Cell[25496, 695, 176, 3, 70, "ExampleText",ExpressionUUID->"0adc5982-95f5-42d4-8cd5-c34ec6c9ed07", +Cell[25556, 700, 176, 3, 70, "ExampleText",ExpressionUUID->"0adc5982-95f5-42d4-8cd5-c34ec6c9ed07", CellID->1870417761], Cell[CellGroupData[{ -Cell[25697, 702, 295, 7, 70, "Input",ExpressionUUID->"9e22edb5-380b-4a06-be2d-9b3bd2cedb50", +Cell[25757, 707, 295, 7, 70, "Input",ExpressionUUID->"9e22edb5-380b-4a06-be2d-9b3bd2cedb50", CellID->1535351618], -Cell[25995, 711, 522, 14, 51, "Output",ExpressionUUID->"1a4d1200-8f58-4aa7-9623-c3878298c833", +Cell[26055, 716, 522, 14, 51, "Output",ExpressionUUID->"1a4d1200-8f58-4aa7-9623-c3878298c833", CellID->1732074533] }, Open ]], -Cell[26532, 728, 177, 3, 70, "ExampleText",ExpressionUUID->"3d0bf229-7587-4222-b948-654df545fdfc", +Cell[26592, 733, 177, 3, 70, "ExampleText",ExpressionUUID->"3d0bf229-7587-4222-b948-654df545fdfc", CellID->318011673], Cell[CellGroupData[{ -Cell[26734, 735, 317, 8, 70, "Input",ExpressionUUID->"9f1612df-d112-4408-94e2-908cea5d764e", +Cell[26794, 740, 317, 8, 70, "Input",ExpressionUUID->"9f1612df-d112-4408-94e2-908cea5d764e", CellID->960027815], -Cell[27054, 745, 236, 6, 36, "Output",ExpressionUUID->"b2ffb12a-3814-42ed-9f79-703f4b126e68", +Cell[27114, 750, 236, 6, 36, "Output",ExpressionUUID->"b2ffb12a-3814-42ed-9f79-703f4b126e68", CellID->38683523] }, Open ]], -Cell[27305, 754, 151, 1, 70, "ExampleText",ExpressionUUID->"78a078ec-fc77-471c-b951-631b3fc4bac8", +Cell[27365, 759, 151, 1, 70, "ExampleText",ExpressionUUID->"78a078ec-fc77-471c-b951-631b3fc4bac8", CellID->2035153805], Cell[CellGroupData[{ -Cell[27481, 759, 323, 8, 70, "Input",ExpressionUUID->"4152939a-e760-4699-99a8-c747a5db3b98", +Cell[27541, 764, 323, 8, 70, "Input",ExpressionUUID->"4152939a-e760-4699-99a8-c747a5db3b98", CellID->416993432], -Cell[27807, 769, 237, 6, 36, "Output",ExpressionUUID->"8b23f5da-e172-4158-a21f-82d3a46b158e", +Cell[27867, 774, 237, 6, 36, "Output",ExpressionUUID->"8b23f5da-e172-4158-a21f-82d3a46b158e", CellID->933741698] }, Open ]], -Cell[28059, 778, 367, 6, 70, "ExampleText",ExpressionUUID->"b0a8ef77-fa1a-4cf9-95aa-d0c07b989eaa", +Cell[28119, 783, 367, 6, 70, "ExampleText",ExpressionUUID->"b0a8ef77-fa1a-4cf9-95aa-d0c07b989eaa", CellID->619987082], -Cell[28429, 786, 144, 1, 70, "ExampleText",ExpressionUUID->"9ef3a7df-dbca-4d78-9c37-a5efbd56037a", +Cell[28489, 791, 144, 1, 70, "ExampleText",ExpressionUUID->"9ef3a7df-dbca-4d78-9c37-a5efbd56037a", CellID->254736358], Cell[CellGroupData[{ -Cell[28598, 791, 158, 3, 70, "Input",ExpressionUUID->"7edd442f-4c0c-448f-b786-ee749aa3192b", +Cell[28658, 796, 158, 3, 70, "Input",ExpressionUUID->"7edd442f-4c0c-448f-b786-ee749aa3192b", CellID->77415439], -Cell[28759, 796, 292811, 4955, 70, "Output",ExpressionUUID->"27bcefa6-2c51-4b9e-8243-89cd521e001f", +Cell[28819, 801, 292811, 4955, 70, "Output",ExpressionUUID->"27bcefa6-2c51-4b9e-8243-89cd521e001f", CellID->2085631056] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[321872, 5765, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"bef4f61a-f81b-4c91-a0d3-415377bf08f6"], +Cell[327350, 5915, 670, 18, 70, "TechNotesSection",ExpressionUUID->"cc4e9f8a-31b5-4d15-a879-d726c9b1b840"], +Cell[328023, 5935, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6084035c-7daa-48b5-abcb-3314467b037d"], +Cell[329059, 5963, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"c17c0004-7be6-4501-9a21-55ac960f5c82"], Cell[CellGroupData[{ -Cell[321834, 5762, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"2c326365-822a-4ff6-8157-07d26073dcbc"], -Cell[327312, 5912, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fc9e9e7d-bdd0-4253-b4d3-11791dfeddc3"] -}, Open ]], -Cell[327997, 5933, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"40a27001-c4be-4901-9da7-a25f41ce7356"], -Cell[329033, 5961, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"325ccd88-2e5f-4dc4-b4f6-da77c974cf24"], -Cell[CellGroupData[{ -Cell[331315, 6029, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f26a80f4-dba2-4094-944b-5c3144e44971", +Cell[331341, 6031, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f26a80f4-dba2-4094-944b-5c3144e44971", CellID->906383680], -Cell[331455, 6032, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc4bb8e0-c935-4ef4-a146-acbe8b31ca64", +Cell[331481, 6034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc4bb8e0-c935-4ef4-a146-acbe8b31ca64", CellID->1194386356], -Cell[331677, 6038, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2282217b-dca3-41f9-a47f-ee85c531ce5b", +Cell[331703, 6040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2282217b-dca3-41f9-a47f-ee85c531ce5b", CellID->1641706272], -Cell[331892, 6043, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"597bfcc7-bf7a-44b1-a0d9-84c7a551a847", +Cell[331918, 6045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"597bfcc7-bf7a-44b1-a0d9-84c7a551a847", CellID->399251956], -Cell[332121, 6049, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0e475489-1e6c-463f-bfdc-01ed0381567a", +Cell[332147, 6051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0e475489-1e6c-463f-bfdc-01ed0381567a", CellID->821434655] }, Open ]], -Cell[332358, 6055, 78, 0, 70, "FooterCell",ExpressionUUID->"5e7f2b3b-9ff5-4e40-b601-7643ab535286"] +Cell[332384, 6057, 78, 0, 70, "FooterCell",ExpressionUUID->"e2b990ee-9352-45bd-8b52-535fc3a87aba"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaAvConvexQ.nb b/Documentation/English/ReferencePages/Symbols/ParaAvConvexQ.nb index 33d4552..5003a48 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaAvConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaAvConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 338143, 6136] -NotebookOptionsPosition[ 327971, 5934] -NotebookOutlinePosition[ 330078, 5988] -CellTagsIndexPosition[ 329991, 5983] +NotebookDataLength[ 338146, 6136] +NotebookOptionsPosition[ 327984, 5935] +NotebookOutlinePosition[ 330114, 5990] +CellTagsIndexPosition[ 330027, 5985] WindowTitle->ParaAvConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9a0fdc7d-c14f-4534-af9b-fbced0d7b3ee"], + "3f714923-7cd8-42cc-b434-379747c1ff17"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5a13c6a1-bc12-46cc-92ee-2952aa4b489d"], + "7b21fc20-cb4b-49c6-a954-eaac0e0ccd23"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6d5abf2a-ca79-469e-b1b8-0aa0b9f7f742"] - }],ExpressionUUID->"b5bc007a-fd8d-48f4-9d8b-f5ba0c811681"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "f189082f-9438-4905-ab2f-99644789345c"] + }],ExpressionUUID->"5f3d2fb4-2584-4b12-8203-3ef942b689e3"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a0b4863f-136c-47ca-a2c8-b19ec9d67273"], + "44e021e5-3ecb-41f6-b8ff-4e93ea1ef118"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2a3849ef-df85-4bd4-98dd-48c0b508272e"] - }],ExpressionUUID->"e867159c-4f78-408a-9606-b60f5f22d2e2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4656172d-6968-4b86-baed-d298f6c71764"] + }],ExpressionUUID->"231c62b7-29df-4051-b349-6e8441369c42"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e53e753-318b-4c42-b784-679b2202db02"], + "9b3ef1af-0020-449d-94f9-61f9019d689f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aba80fc0-10a0-42e8-b755-34f2a1404c04"] - }],ExpressionUUID->"bf84ab4c-7c70-4b40-b2b6-6cd971e9a451"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0b036aef-c9ab-4872-98c8-7ffd3296c46a"] + }],ExpressionUUID->"f4991f76-8bb9-429e-ad68-b783b95fcd61"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8494ff0e-1b3f-4e2d-b7c3-620af4bbb3d6"], + "b9edd537-3ce9-4c1f-84e0-a6a48ac1126e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "222b59e6-e57b-47a0-8819-d1094f21adc7"] - }],ExpressionUUID->"44abee25-1b77-4b7b-841e-21877c2ad23a"], - StripOnInput->False], {"\<\"TUG/ref/ParaAvConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaAvConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaAvConvexQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$133021], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaAvConvexQ" <> ".html"], None}]}]}, + "ac8c36f6-2906-488c-8f02-bd8cba75f726"] + }],ExpressionUUID->"2131cb5c-86de-4344-9484-37b01770064b"], + StripOnInput->False],{ + "\"TUG/ref/ParaAvConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaAvConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ParaAvConvexQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$143201], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaAvConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cb8dbec1-ca33-4a1b-8ea1-81dec308597b"] + "7992a6fa-127e-4ca3-a642-584ae97f05e7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d4b6f409-073c-4544-b25f-a783e137378a"]} + "8c01a597-6991-447c-903b-1fee984ee75e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"795b9833-66ef-4041-bb69-210baa561bd4"], + CellID->1,ExpressionUUID->"63972c1c-5e10-40b5-b486-c6d30b840a4a"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"106c9a2d-2e66-4489-ae3f-a8ae8efef9a1"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"0d244596-4160-496b-bd2e-d9b8150cb814"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaAvConvexQ", "ObjectName",ExpressionUUID-> - "462138ca-00ee-4615-b5ca-5d1e5fdf94e6"], + "0588dde4-d7d0-4e4d-ba7b-63337f656a59"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"08cc3e85-ccfa-4bfc-bff5-1ae33c8bc8b2"], + "Spacer1"]],ExpressionUUID->"9809f159-6b90-4048-9c24-06620ea9913e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9216be02-f412-4d28-9b77-beaf6c79d8f0"] - }],ExpressionUUID->"bdb77bed-99ee-4862-b0a2-8f6955e4118a"], Cell[BoxData[ + "3f67b0bb-48b4-4f18-89c6-7e8c60624bd6"] + }],ExpressionUUID->"41650e1c-ec76-45d7-9eec-5e93440239d8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a1b74638-7e7b-4d7f-ae62-440ed38b1416"]} + "1fe01dc2-9318-4306-b802-5c464693202b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"0e3b87d5-ce87-4665-bc2f-f7914a5771d8"], + CacheGraphics->False,ExpressionUUID->"626a08c0-e4d6-4afe-840f-9224f70afc7d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "85697f1d-e210-4011-ba79-7f14ccfe62c3"], " \[LineSeparator]checks the average-convexity of the TU-game. It \ returns 'True' or 'False'." - }],ExpressionUUID->"39d2af4d-8bbc-4f2e-8c4b-1a82c3a0abd4"]} + }],ExpressionUUID->"fa691f68-cf33-49d0-be43-85cd1ce592f1"]} }]], "Usage", CellID->2084075726,ExpressionUUID->"cfca6ee3-ccf4-460f-8a46-dca1c0b792ae"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8324da52-d9fb-4dde-a383-2907207a53ce"], + ExpressionUUID->"cd28d302-79ee-4e13-a3bd-8ab25396e29d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e54d84cd-4986-4c07-9306-3d1e3a45b1cc"], + "Spacer1"]],ExpressionUUID->"46396b0e-c385-4fd2-b548-ad9531cc7317"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"da731c17-8575-43f6-af84-f9ab838853a3"], + }], "NotesFrameText",ExpressionUUID->"b8931052-82eb-4f8b-83ed-fe19295ce39a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"959ebd24-45d9-4834-8184-8d01b0cf27cb"]], \ + "Preemptive"]],ExpressionUUID->"6bf37a8e-14fc-444a-8e2d-cd91624e22d4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1624027639,ExpressionUUID->"660ac626-3f3f-49a9-8640-45db8487c408"], + CellID->1126931899,ExpressionUUID->"2a1193e6-9aca-44cf-8acb-5f75b9245a2a"], Cell[TextData[{ "The input expression ", @@ -373,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"19330410-813f-4dd4-a278-df0e06cc1165"], + ExpressionUUID->"a6adf39a-3115-4d51-9269-c6a3238b01ba"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"239a29a3-6a32-4c92-b7ed-d484c2bdbef2"], + "Spacer1"]],ExpressionUUID->"13b444f2-4041-49cb-8c7c-717b03c68377"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d9e3bf6b-074d-4527-bcf9-c56fd59e020d"] + "57fb34e2-cb63-40fd-b4d2-43f8f590ace8"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1665948012,ExpressionUUID->"21ccda9c-25bc-4b9d-9673-173ff108cdbf"], + CellID->1181887237,ExpressionUUID->"5d687623-7b8f-4177-9093-7949a65a445e"], Cell[CellGroupData[{ @@ -414,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"656788d6-eef5-497a-b12a-27a9760e5b4b"], + ExpressionUUID->"24691fa2-bf62-43ab-84a9-290fbc682eb5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d634ff78-49b2-4e22-a54d-ac5190790ca3"], + "Spacer1"]],ExpressionUUID->"2f8ef8f5-b3d4-4f7f-bda0-33ecc7ed94b6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8a08cbdc-4e14-44a5-aeab-10725af81b7b"] + "40103d90-16ac-4053-b47d-90988b8b37de"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->223308590,ExpressionUUID->"d392765a-2bee-4a08-aa54-de232266c3e3"], + CellID->885174503,ExpressionUUID->"ffdea23d-5463-4907-91c6-4ae596fd7c2b"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1932284927,ExpressionUUID->"2191c9ca-1daa-40cd-87d2-b395a6f5d077"], @@ -5653,8 +5657,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 258, 18], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5802,15 +5804,15 @@ Cell[BoxData[GridBox[{ "07e1f895-a37a-48ef-a451-2b7d662b562d"] }], "SeeAlso",ExpressionUUID->"a322df4a-d91b-4805-9834-c3663f1cec02"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c6ec30b4-2449-4f45-89b9-\ -34cf95a070da"], + }]], "SeeAlsoSection",ExpressionUUID->"3d94d005-c148-49a9-93e8-\ +c96ef93d4088"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5822,9 +5824,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"70949ae0-fff2-4446-a3f8-0b67cd63dabb"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"693fa8d4-87bf-4d7f-b552-\ -ce72c86fe558"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"24220929-38af-452a-a387-\ +6e2f83daeb84"], Cell[BoxData[GridBox[{ { @@ -5841,7 +5842,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e60042d2-8548-47e1-8fa2-69d39b85de28"]}]}, + "fda31793-8ba1-474c-ad07-4c4f3cbc8be1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5849,10 +5850,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5c38b2fb-30e7-4f5f-a03b-d035af9fcdcd"]}]} + "5859225c-682b-41e6-81eb-085395ae0c63"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"bbfe1de4-c0c6-4c1f-a9c3-\ -8a2c9568a068"], + }]], "MoreAboutSection",ExpressionUUID->"25e54db7-0b48-454e-80a0-\ +b91c15bfd441"], Cell[BoxData[GridBox[{ { @@ -5879,7 +5880,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b1fbf5a0-8eb9-447f-8a61-298cf55295ce"]], "RelatedLinks", + "93944329-3620-409e-9eca-c2aca6639bcd"]], "RelatedLinks", ExpressionUUID->"6e271757-96ec-4ed7-8881-f8eda4578353"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5896,11 +5897,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1a7bf809-98cd-41c7-97b0-ad37dfdb32f2"]], "RelatedLinks", + "599bd821-5e13-4696-9365-cf7d51b53950"]], "RelatedLinks", ExpressionUUID->"36ed0b75-66e7-4d37-952a-fa3aaa2d8051"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4cc320cb-7ee5-47f5-9f38-\ -b475921b2b9d"], + }]], "RelatedLinksSection",ExpressionUUID->"e04ff979-a288-4afe-add9-\ +d5ace0f0fd4a"], Cell[CellGroupData[{ @@ -5930,11 +5931,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c1a7f7b3-5a2b-474e-b746-0f8f98d7f2da"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"aa9dbee6-b908-4061-a3a7-cb3a1939ac3e"] +Cell[" ", "FooterCell",ExpressionUUID->"6f1d1a25-de16-4dcd-9bec-e9aa7eb61fdd"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaAvConvexQ", TaggingRules->{ @@ -5945,7 +5946,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 26.687644}", + "built" -> "{2024, 6, 3, 16, 54, 10.691562}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -5953,10 +5954,11 @@ TaggingRules->{ "summary" -> "ParaAvConvexQ[game] checks the average-convexity of the TU-game. It \ returns 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaAvConvexQ", "titlemodifier" -> "", "windowtitle" -> "ParaAvConvexQ", - "type" -> "Symbol", "uri" -> "TUG/ref/ParaAvConvexQ"}}, + "ParaAvConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaAvConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaAvConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -5965,9 +5967,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b793a669-a059-4531-bf1f-4cdbcbd769ad" +ExpressionUUID->"32f37601-edd7-415f-b093-652c4364e67c" ] (* End of Notebook Content *) @@ -5975,169 +5977,167 @@ ExpressionUUID->"b793a669-a059-4531-bf1f-4cdbcbd769ad" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13478, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21ccda9c-25bc-4b9d-9673-173ff108cdbf", + Cell[13525, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d687623-7b8f-4177-9093-7949a65a445e", CellTags->"PrimaryExamplesSection", - CellID->1665948012]} + CellID->1181887237]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 329790, 5976} + {"PrimaryExamplesSection", 329826, 5978} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7076, 168, 56, "AnchorBarGrid",ExpressionUUID->"795b9833-66ef-4041-bb69-210baa561bd4", +Cell[585, 21, 7123, 172, 57, "AnchorBarGrid",ExpressionUUID->"63972c1c-5e10-40b5-b486-c6d30b840a4a", CellID->1], -Cell[7664, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"106c9a2d-2e66-4489-ae3f-a8ae8efef9a1"], +Cell[7711, 195, 98, 0, 23, "ContextNameCell",ExpressionUUID->"0d244596-4160-496b-bd2e-d9b8150cb814"], Cell[CellGroupData[{ -Cell[7787, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"0e3b87d5-ce87-4665-bc2f-f7914a5771d8"], -Cell[9077, 232, 491, 10, 111, "Usage",ExpressionUUID->"cfca6ee3-ccf4-460f-8a46-dca1c0b792ae", +Cell[7834, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"626a08c0-e4d6-4afe-840f-9224f70afc7d"], +Cell[9124, 236, 491, 10, 111, "Usage",ExpressionUUID->"cfca6ee3-ccf4-460f-8a46-dca1c0b792ae", CellID->2084075726] }, Open ]], Cell[CellGroupData[{ -Cell[9605, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"660ac626-3f3f-49a9-8640-45db8487c408", +Cell[9652, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"2a1193e6-9aca-44cf-8acb-5f75b9245a2a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1624027639], -Cell[11503, 296, 663, 17, 49, "Notes",ExpressionUUID->"c64b0061-2b8f-4f3e-b251-29babd553866", + CellID->1126931899], +Cell[11550, 300, 663, 17, 48, "Notes",ExpressionUUID->"c64b0061-2b8f-4f3e-b251-29babd553866", CellID->26053], -Cell[12169, 315, 515, 13, 37, "Notes",ExpressionUUID->"5da56871-0693-44f5-94ff-0442678da209", +Cell[12216, 319, 515, 13, 38, "Notes",ExpressionUUID->"5da56871-0693-44f5-94ff-0442678da209", CellID->835438323], -Cell[12687, 330, 315, 5, 57, "Notes",ExpressionUUID->"54683bc3-476d-478e-aa4b-a4abf1c24c78", +Cell[12734, 334, 315, 5, 57, "Notes",ExpressionUUID->"54683bc3-476d-478e-aa4b-a4abf1c24c78", CellID->1683859792], -Cell[13005, 337, 152, 1, 36, "Notes",ExpressionUUID->"b4a66244-0c50-47cd-9877-89b11e3130c9", +Cell[13052, 341, 152, 1, 36, "Notes",ExpressionUUID->"b4a66244-0c50-47cd-9877-89b11e3130c9", CellID->776691160], -Cell[13160, 340, 191, 4, 36, "Notes",ExpressionUUID->"a73ee959-341a-4035-bdf6-a3841ca7e3ca", +Cell[13207, 344, 191, 4, 36, "Notes",ExpressionUUID->"a73ee959-341a-4035-bdf6-a3841ca7e3ca", CellID->153790103] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13478, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21ccda9c-25bc-4b9d-9673-173ff108cdbf", +Cell[13525, 354, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d687623-7b8f-4177-9093-7949a65a445e", CellTags->"PrimaryExamplesSection", - CellID->1665948012], + CellID->1181887237], Cell[CellGroupData[{ -Cell[14924, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d392765a-2bee-4a08-aa54-de232266c3e3", - CellID->223308590], -Cell[16325, 429, 150, 1, 38, "ExampleText",ExpressionUUID->"2191c9ca-1daa-40cd-87d2-b395a6f5d077", +Cell[14971, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ffdea23d-5463-4907-91c6-4ae596fd7c2b", + CellID->885174503], +Cell[16372, 433, 150, 1, 39, "ExampleText",ExpressionUUID->"2191c9ca-1daa-40cd-87d2-b395a6f5d077", CellID->1932284927], -Cell[16478, 432, 183, 4, 27, "Input",ExpressionUUID->"3804bec7-c980-495e-83b0-ab60d2531435", +Cell[16525, 436, 183, 4, 27, "Input",ExpressionUUID->"3804bec7-c980-495e-83b0-ab60d2531435", CellID->562460887], Cell[CellGroupData[{ -Cell[16686, 440, 137, 2, 27, "Input",ExpressionUUID->"08ed8807-d6f5-4413-a062-404d540b1692", +Cell[16733, 444, 137, 2, 27, "Input",ExpressionUUID->"08ed8807-d6f5-4413-a062-404d540b1692", CellID->1250464431], -Cell[16826, 444, 158, 3, 36, "Output",ExpressionUUID->"249e7005-d53b-413b-9ee8-c4206b0cf569", +Cell[16873, 448, 158, 3, 36, "Output",ExpressionUUID->"249e7005-d53b-413b-9ee8-c4206b0cf569", CellID->1832253919] }, Open ]], -Cell[16999, 450, 117, 1, 38, "ExampleText",ExpressionUUID->"25a5c086-1a2d-4b09-a5e3-06b69cb0c508", +Cell[17046, 454, 117, 1, 39, "ExampleText",ExpressionUUID->"25a5c086-1a2d-4b09-a5e3-06b69cb0c508", CellID->15136547], Cell[CellGroupData[{ -Cell[17141, 455, 198, 4, 27, "Input",ExpressionUUID->"c2f758cf-9144-491b-8079-dbfff2ea81ac", +Cell[17188, 459, 198, 4, 27, "Input",ExpressionUUID->"c2f758cf-9144-491b-8079-dbfff2ea81ac", CellID->1339152047], Cell[CellGroupData[{ -Cell[17364, 463, 236, 4, 23, "Print",ExpressionUUID->"68bc4cb9-026f-4172-a075-ce9c31039e35", +Cell[17411, 467, 236, 4, 23, "Print",ExpressionUUID->"68bc4cb9-026f-4172-a075-ce9c31039e35", CellID->156495684], -Cell[17603, 469, 366, 8, 23, "Print",ExpressionUUID->"7e80eece-3ae3-490f-82f6-5a557117639a", +Cell[17650, 473, 366, 8, 23, "Print",ExpressionUUID->"7e80eece-3ae3-490f-82f6-5a557117639a", CellID->1617392154], -Cell[17972, 479, 236, 4, 23, "Print",ExpressionUUID->"62d2e0c7-94e6-45ac-a415-19973e9ea5cd", +Cell[18019, 483, 236, 4, 23, "Print",ExpressionUUID->"62d2e0c7-94e6-45ac-a415-19973e9ea5cd", CellID->238627318], -Cell[18211, 485, 220, 3, 23, "Print",ExpressionUUID->"9f2125ed-2138-4e0d-ae27-9ece7555ed74", +Cell[18258, 489, 220, 3, 23, "Print",ExpressionUUID->"9f2125ed-2138-4e0d-ae27-9ece7555ed74", CellID->637099781], -Cell[18434, 490, 208, 3, 70, "Print",ExpressionUUID->"352613c1-2121-402f-b6dc-ba2b812a8953", +Cell[18481, 494, 208, 3, 70, "Print",ExpressionUUID->"352613c1-2121-402f-b6dc-ba2b812a8953", CellID->1849915644], -Cell[18645, 495, 236, 4, 70, "Print",ExpressionUUID->"c755b8dd-f077-4003-a87a-09d001be4172", +Cell[18692, 499, 236, 4, 70, "Print",ExpressionUUID->"c755b8dd-f077-4003-a87a-09d001be4172", CellID->68807148], -Cell[18884, 501, 221, 3, 70, "Print",ExpressionUUID->"6eaa9e00-0816-4a0c-9683-3cf0b6ffc9d3", +Cell[18931, 505, 221, 3, 70, "Print",ExpressionUUID->"6eaa9e00-0816-4a0c-9683-3cf0b6ffc9d3", CellID->1422423179], -Cell[19108, 506, 237, 4, 70, "Print",ExpressionUUID->"42e2fcd3-6d24-4753-8ffd-f1544505ed94", +Cell[19155, 510, 237, 4, 70, "Print",ExpressionUUID->"42e2fcd3-6d24-4753-8ffd-f1544505ed94", CellID->1768160266], -Cell[19348, 512, 237, 4, 70, "Print",ExpressionUUID->"794915c0-b58f-4a56-a112-297e570c5f81", +Cell[19395, 516, 237, 4, 70, "Print",ExpressionUUID->"794915c0-b58f-4a56-a112-297e570c5f81", CellID->1226308910], -Cell[19588, 518, 208, 3, 70, "Print",ExpressionUUID->"3c37372c-175d-4f68-8d3a-420ea5f88547", +Cell[19635, 522, 208, 3, 70, "Print",ExpressionUUID->"3c37372c-175d-4f68-8d3a-420ea5f88547", CellID->1870049037], -Cell[19799, 523, 236, 4, 70, "Print",ExpressionUUID->"8ac1b969-a13b-47d9-8871-ceffd010577c", +Cell[19846, 527, 236, 4, 70, "Print",ExpressionUUID->"8ac1b969-a13b-47d9-8871-ceffd010577c", CellID->108348492] }, Open ]] }, Open ]], -Cell[20062, 531, 134, 1, 70, "ExampleText",ExpressionUUID->"826a7a69-0db7-438c-8c27-86fed13bb02e", +Cell[20109, 535, 134, 1, 70, "ExampleText",ExpressionUUID->"826a7a69-0db7-438c-8c27-86fed13bb02e", CellID->1039623318], -Cell[20199, 534, 182, 4, 70, "Input",ExpressionUUID->"bb6fc4c3-b7ed-4bb2-bdff-a0997f3b236b", +Cell[20246, 538, 182, 4, 70, "Input",ExpressionUUID->"bb6fc4c3-b7ed-4bb2-bdff-a0997f3b236b", CellID->168926650], -Cell[20384, 540, 291, 9, 70, "Input",ExpressionUUID->"93572cf2-a3a2-4cbe-a0fa-fd7c987d7eea", +Cell[20431, 544, 291, 9, 70, "Input",ExpressionUUID->"93572cf2-a3a2-4cbe-a0fa-fd7c987d7eea", CellID->398316773], -Cell[20678, 551, 199, 5, 70, "Input",ExpressionUUID->"311afcf9-b4a7-404f-af44-845210b98d5c", +Cell[20725, 555, 199, 5, 70, "Input",ExpressionUUID->"311afcf9-b4a7-404f-af44-845210b98d5c", CellID->2101084565], -Cell[20880, 558, 228, 6, 70, "Input",ExpressionUUID->"5718b9f8-709d-4f5d-a1bf-5243abe43ccc", +Cell[20927, 562, 228, 6, 70, "Input",ExpressionUUID->"5718b9f8-709d-4f5d-a1bf-5243abe43ccc", CellID->748947595], Cell[CellGroupData[{ -Cell[21133, 568, 158, 3, 70, "Input",ExpressionUUID->"450570d2-b06d-4f3b-8430-0a7ae08b4658", +Cell[21180, 572, 158, 3, 70, "Input",ExpressionUUID->"450570d2-b06d-4f3b-8430-0a7ae08b4658", CellID->879344926], -Cell[21294, 573, 159, 3, 36, "Output",ExpressionUUID->"57d12551-3ead-4ef7-892e-091215efd83b", +Cell[21341, 577, 159, 3, 36, "Output",ExpressionUUID->"57d12551-3ead-4ef7-892e-091215efd83b", CellID->1848458642] }, Open ]], -Cell[21468, 579, 343, 9, 70, "Input",ExpressionUUID->"a26445dd-f0b5-4182-bbfb-75cd8a05400b", +Cell[21515, 583, 343, 9, 70, "Input",ExpressionUUID->"a26445dd-f0b5-4182-bbfb-75cd8a05400b", CellID->2010298637], Cell[CellGroupData[{ -Cell[21836, 592, 131, 2, 70, "Input",ExpressionUUID->"2ebadbc8-121b-45d5-99cc-4d10ca9c9956", +Cell[21883, 596, 131, 2, 70, "Input",ExpressionUUID->"2ebadbc8-121b-45d5-99cc-4d10ca9c9956", CellID->1143067350], -Cell[21970, 596, 165, 3, 36, "Output",ExpressionUUID->"8d1647e9-7d75-470b-98dc-ad242d338b41", +Cell[22017, 600, 165, 3, 36, "Output",ExpressionUUID->"8d1647e9-7d75-470b-98dc-ad242d338b41", CellID->112884306] }, Open ]], -Cell[22150, 602, 238, 6, 70, "Input",ExpressionUUID->"bd52772b-e151-4ba8-8469-b6b10a2d56c6", +Cell[22197, 606, 238, 6, 70, "Input",ExpressionUUID->"bd52772b-e151-4ba8-8469-b6b10a2d56c6", CellID->952764533], -Cell[22391, 610, 191, 4, 70, "ExampleText",ExpressionUUID->"db42968f-fc1f-4d0e-82c9-8ffe0fba4215", +Cell[22438, 614, 191, 4, 70, "ExampleText",ExpressionUUID->"db42968f-fc1f-4d0e-82c9-8ffe0fba4215", CellID->1727293349], Cell[CellGroupData[{ -Cell[22607, 618, 172, 3, 70, "Input",ExpressionUUID->"f6e35a83-0476-4883-bb28-610d1e1dbb00", +Cell[22654, 622, 172, 3, 70, "Input",ExpressionUUID->"f6e35a83-0476-4883-bb28-610d1e1dbb00", CellID->1238956074], -Cell[22782, 623, 173, 4, 36, "Output",ExpressionUUID->"2374bacb-2ba7-4bd9-816f-0f92d3521e91", +Cell[22829, 627, 173, 4, 36, "Output",ExpressionUUID->"2374bacb-2ba7-4bd9-816f-0f92d3521e91", CellID->81209797] }, Open ]], -Cell[22970, 630, 138, 1, 70, "ExampleText",ExpressionUUID->"909b7ca5-017c-479a-92e9-c8ff8c8dc905", +Cell[23017, 634, 138, 1, 70, "ExampleText",ExpressionUUID->"909b7ca5-017c-479a-92e9-c8ff8c8dc905", CellID->1035569026], Cell[CellGroupData[{ -Cell[23133, 635, 287, 7, 70, "Input",ExpressionUUID->"fbee6558-56f8-4a09-b0c2-f23d7d8c244c", +Cell[23180, 639, 287, 7, 70, "Input",ExpressionUUID->"fbee6558-56f8-4a09-b0c2-f23d7d8c244c", CellID->1872055783], -Cell[23423, 644, 213, 5, 36, "Output",ExpressionUUID->"3cec1859-7b52-46c3-8820-2a5fdc7f9e8e", +Cell[23470, 648, 213, 5, 36, "Output",ExpressionUUID->"3cec1859-7b52-46c3-8820-2a5fdc7f9e8e", CellID->399922043] }, Open ]], -Cell[23651, 652, 151, 1, 70, "ExampleText",ExpressionUUID->"d43c15f6-b04a-440b-9533-fa84406444a5", +Cell[23698, 656, 151, 1, 70, "ExampleText",ExpressionUUID->"d43c15f6-b04a-440b-9533-fa84406444a5", CellID->1291350124], Cell[CellGroupData[{ -Cell[23827, 657, 291, 7, 70, "Input",ExpressionUUID->"50e961a6-1512-4dbd-898d-e26a750fc69b", +Cell[23874, 661, 291, 7, 70, "Input",ExpressionUUID->"50e961a6-1512-4dbd-898d-e26a750fc69b", CellID->1205173845], -Cell[24121, 666, 214, 5, 36, "Output",ExpressionUUID->"93e76926-c19e-4ce2-987f-b29faab35a24", +Cell[24168, 670, 214, 5, 36, "Output",ExpressionUUID->"93e76926-c19e-4ce2-987f-b29faab35a24", CellID->1421173364] }, Open ]], -Cell[24350, 674, 301, 5, 70, "ExampleText",ExpressionUUID->"2d13fa9f-9a24-4c55-aef9-04ea1e50870a", +Cell[24397, 678, 301, 5, 70, "ExampleText",ExpressionUUID->"2d13fa9f-9a24-4c55-aef9-04ea1e50870a", CellID->829418098], -Cell[24654, 681, 145, 1, 70, "ExampleText",ExpressionUUID->"886afb87-5763-4eff-99ee-00f72dbb2e00", +Cell[24701, 685, 145, 1, 70, "ExampleText",ExpressionUUID->"886afb87-5763-4eff-99ee-00f72dbb2e00", CellID->1552688398], Cell[CellGroupData[{ -Cell[24824, 686, 159, 3, 70, "Input",ExpressionUUID->"28b73c6f-321b-4a27-9de0-528556f3f75a", +Cell[24871, 690, 159, 3, 70, "Input",ExpressionUUID->"28b73c6f-321b-4a27-9de0-528556f3f75a", CellID->938468339], -Cell[24986, 691, 292812, 4955, 70, "Output",ExpressionUUID->"5006f9e1-287a-4d2a-8bd2-2564b5c1c7c1", +Cell[25033, 695, 292812, 4955, 70, "Output",ExpressionUUID->"5006f9e1-287a-4d2a-8bd2-2564b5c1c7c1", CellID->677952534] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[318087, 5659, 5445, 148, 70, "SeeAlsoSection",ExpressionUUID->"3d94d005-c148-49a9-93e8-c96ef93d4088"], +Cell[323535, 5809, 670, 18, 70, "TechNotesSection",ExpressionUUID->"24220929-38af-452a-a387-6e2f83daeb84"], +Cell[324208, 5829, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"25e54db7-0b48-454e-80a0-b91c15bfd441"], +Cell[325244, 5857, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"e04ff979-a288-4afe-add9-d5ace0f0fd4a"], Cell[CellGroupData[{ -Cell[318062, 5657, 5445, 148, 70, "SeeAlsoSection",ExpressionUUID->"c6ec30b4-2449-4f45-89b9-34cf95a070da"], -Cell[323510, 5807, 670, 18, 70, "TechNotesSection",ExpressionUUID->"693fa8d4-87bf-4d7f-b552-ce72c86fe558"] -}, Open ]], -Cell[324195, 5828, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bbfe1de4-c0c6-4c1f-a9c3-8a2c9568a068"], -Cell[325231, 5856, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"4cc320cb-7ee5-47f5-9f38-b475921b2b9d"], -Cell[CellGroupData[{ -Cell[326846, 5906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1405481e-6633-451d-8087-c73cca24182f", +Cell[326859, 5907, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1405481e-6633-451d-8087-c73cca24182f", CellID->174251628], -Cell[326986, 5909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"286995e7-cee2-4c3b-b1e7-6d4fe16e8091", +Cell[326999, 5910, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"286995e7-cee2-4c3b-b1e7-6d4fe16e8091", CellID->1194386356], -Cell[327208, 5915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a18329b3-e0a1-468e-a7b2-4eb5a7aeda6e", +Cell[327221, 5916, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a18329b3-e0a1-468e-a7b2-4eb5a7aeda6e", CellID->1641706272], -Cell[327423, 5920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfbfe1be-c689-4146-be73-d176d1dfa59a", +Cell[327436, 5921, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfbfe1be-c689-4146-be73-d176d1dfa59a", CellID->399251956], -Cell[327652, 5926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c1a7f7b3-5a2b-474e-b746-0f8f98d7f2da", +Cell[327665, 5927, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c1a7f7b3-5a2b-474e-b746-0f8f98d7f2da", CellID->821434655] }, Open ]], -Cell[327889, 5932, 78, 0, 70, "FooterCell",ExpressionUUID->"aa9dbee6-b908-4061-a3a7-cb3a1939ac3e"] +Cell[327902, 5933, 78, 0, 70, "FooterCell",ExpressionUUID->"6f1d1a25-de16-4dcd-9bec-e9aa7eb61fdd"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaBestCoalitions.nb b/Documentation/English/ReferencePages/Symbols/ParaBestCoalitions.nb index 53b3bd0..a54201a 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaBestCoalitions.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaBestCoalitions.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 373472, 7252] -NotebookOptionsPosition[ 360764, 7004] -NotebookOutlinePosition[ 363170, 7062] -CellTagsIndexPosition[ 363083, 7057] +NotebookDataLength[ 373503, 7254] +NotebookOptionsPosition[ 360803, 7007] +NotebookOutlinePosition[ 363233, 7066] +CellTagsIndexPosition[ 363146, 7061] WindowTitle->ParaBestCoalitions WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fb84747c-f9a8-4e93-a7b9-475133203b6d"], + "28fc4a46-0acd-4371-bb38-19e7f95446eb"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "efba1570-6583-471b-a372-3b2d11ff6f29"], + "8068c6a7-e056-4d31-81c5-22256467e58a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94fd6b1c-1bac-4874-a2a6-e6e57ab6ca21"] - }],ExpressionUUID->"17af0418-c037-4527-95f8-7ad93668aa01"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "313660ff-9c5d-4cbd-8d9f-ec3871fad90a"] + }],ExpressionUUID->"ce74b43d-10c2-44a2-afc3-f1d6066bc5ee"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "00e5320f-ad2f-40cd-b8e6-e3d9cc235b1c"], + "224fc1d8-481b-4661-a3f1-e3acfc4698e5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e825b26d-09e4-4fe8-aa87-2cd9ca49ee32"] - }],ExpressionUUID->"f020e9db-8b62-40f3-ba13-184168ec232e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "3e38dd80-f0e5-4425-a261-308229ba22e3"] + }],ExpressionUUID->"c7348813-175b-4495-a108-485c5ae17b53"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0177b82a-d496-4f9f-8398-491fcd42f9c1"], + "def5edd0-1437-4ad2-9394-9ccbb2c2735a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4361c807-7b1d-4e1a-a359-1225f57db099"] - }],ExpressionUUID->"f2da3307-2414-4de1-b8ad-50c583f2c28f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "99693bb4-089c-40d5-b194-1ac95df25f38"] + }],ExpressionUUID->"222f43f6-6202-4557-b315-a5b781c3e0da"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4c6ee814-012b-4ef8-97b3-8f385ec4fe87"], + "849ae083-d409-40a1-904e-0f4b216b3f7a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fd5075f8-0537-4535-baec-5af5ae929cfc"] - }],ExpressionUUID->"f957717b-dfed-4f16-b3a4-3ac0a046bb0f"], - StripOnInput->False], {"\<\"TUG/ref/ParaBestCoalitions\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaBestCoalitions"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6f824a2b-056b-4c64-9245-ea875539fcbf"] + }],ExpressionUUID->"a7eb43d9-44dc-4e60-b085-34b245e34e4f"], + StripOnInput->False],{ + "\"TUG/ref/ParaBestCoalitions\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaBestCoalitions"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaBestCoalitions.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$133710], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaBestCoalitions" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$143924], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaBestCoalitions" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c1114345-768e-486c-be4d-c8e4a0f569f4"] + "d8d52d45-0108-4587-8bf9-d09bd03b7e7b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d2b0f703-00e3-4c11-a17b-c1a9f26e19ed"]} + "86333402-b47d-49be-8114-2e979e39f8e7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"19570e36-9cc4-433e-bfe8-b6328812a826"], + CellID->1,ExpressionUUID->"c7ddd836-2506-4d7f-ab7e-bb29075e8d36"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"5cddbf31-f51f-41e5-b914-983bb39d70e6"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"7e2bf1bc-fea8-448b-91a3-05ec2eec9a08"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaBestCoalitions", "ObjectName",ExpressionUUID-> - "3a96ff4e-45bc-4fc9-acb3-9c3474f11d04"], + "a92910e5-8b55-42fc-ae35-7f6707c4f979"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ec301dfe-a4dd-4cde-9579-681fecd23b2b"], + "Spacer1"]],ExpressionUUID->"412bd350-92f8-462f-903b-b9b0a9865009"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d22ddf62-e4a0-449b-832d-813a377d430a"] - }],ExpressionUUID->"59e2f61b-109c-4968-8470-e93265b74fcc"], Cell[BoxData[ + "6409487a-90ce-4f77-ab16-e34c4f326096"] + }],ExpressionUUID->"aa3cce0e-2598-49dd-b578-44c8602b6ec0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "63d4ff20-c036-42e0-8763-d2064524bf34"]} + "8718e223-19db-4cbe-b945-6087acae278a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d3bc2931-873e-42e0-94c9-88f403929d50"], + CacheGraphics->False,ExpressionUUID->"3e2b4a2c-f149-400b-854a-b8a79d5cbc8b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +248,7 @@ lexicographical most effective coalitions w.r.t. ", StyleBox["payoff", FontSlant->"Italic"], " that supports the claim of player i against j." - }],ExpressionUUID->"40792562-4a96-4091-afc6-0780a8a1c5e5"]}, + }],ExpressionUUID->"a29614b0-4a1b-4663-aa2f-4b5c091a502e"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaBestCoalitions", "[", @@ -255,7 +261,7 @@ lexicographical most effective coalitions w.r.t. ", FontSlant->"Italic"], " the set of lexicographically largest most effective coalitions can be \ determined." - }],ExpressionUUID->"80445d09-44ec-4129-b422-13382ca4c77b"]} + }],ExpressionUUID->"21df33db-6cca-40ba-8348-73e0d8cd7680"]} }]], "Usage", CellID->1774457543,ExpressionUUID->"c93b278a-7490-421f-92c9-2c99e8f79c3f"] }, Open ]], @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fb8ea370-f8a0-418b-8895-572407793e58"], + ExpressionUUID->"8756f1b5-6530-4dbe-a743-09ecbe473e51"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ea2aa0d2-a7dd-4ee6-a86f-009a9bf67b20"], + "Spacer1"]],ExpressionUUID->"78e4e6a5-6f24-462a-91ca-4ec057cdd0c3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0069e3d0-2b95-4245-a2d6-6bfdbc54ce8e"], + }], "NotesFrameText",ExpressionUUID->"eb158de0-bd21-4d1e-bb83-74d2b6f236bb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -304,12 +310,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cd20b84c-943c-4cdd-a8f9-755da520f09a"]], \ + "Preemptive"]],ExpressionUUID->"171f4a11-5b41-4a44-b84c-20e38337834f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->715068034,ExpressionUUID->"02156861-3167-4796-a0d9-7891b5685bf5"], + CellID->2135971298,ExpressionUUID->"9f59e42d-98e7-453e-8e53-c66aea548efa"], Cell[TextData[{ "The input expression ", @@ -385,7 +391,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d019756b-8b64-4603-a5da-e0a5eac59c90"], + "bcdb3281-1573-4b92-959a-4f5e158f90e4"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -395,7 +401,7 @@ Cell[BoxData[GridBox[{ "use to compute a pre-kernel element.", "TableText",ExpressionUUID-> "9a734e6c-f501-409e-8423-a08b0197dc9a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6ad813b1-06ce-457d-b5aa-6d054f04b5c9"], + "02c91718-8253-41e1-a2d5-270d14462219"], TemplateBox[{ Cell[ TextData["AllCoalitions"]], "paclet:TUG/ref/AllCoalitions", @@ -405,7 +411,7 @@ Cell[BoxData[GridBox[{ "do not return the set of most effective coalitions.", "TableText", ExpressionUUID->"ec9e8cc4-e995-4dda-b5f7-f9a0f4afed9a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fcd41219-383e-443b-a98c-1d10031bfcba"], + "61b37460-f648-45a6-9411-7734fe910bf3"], TemplateBox[{ Cell[ TextData["MaximumSurpluses"]], "paclet:TUG/ref/MaximumSurpluses", @@ -427,7 +433,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dcb57faf-cc91-483a-af47-9208522f0112"], + "70bdd297-c385-4a8e-9994-6d8ba237457c"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -536,19 +542,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"927188af-233b-4fb4-b217-3e735ab69ba8"], + ExpressionUUID->"18cf2caa-307e-429e-8c18-0152364ffe46"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1f98cabc-2a36-4546-91a8-e61843f5e5da"], + "Spacer1"]],ExpressionUUID->"f55c1e69-6518-4d76-86b7-1e66bb49d27b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e5ae8374-d04b-4c48-af7f-e476df048a6f"] + "3eeef18f-2e5d-4532-9dd6-482122ee1e21"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->64997766,ExpressionUUID->"7c2edb6a-cbd5-4562-88a5-cbbdcb85b90c"], + CellID->444089907,ExpressionUUID->"1b3d603e-4359-4473-bf39-dca91fb67523"], Cell[CellGroupData[{ @@ -577,18 +583,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cd3e4c41-ebc9-4bcb-b52c-0617fb745da1"], + ExpressionUUID->"ac06a6b7-3d13-4f91-815e-b9462e3a85d1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4b0813d-8b95-409c-98cf-cc9c09b378ec"], + "Spacer1"]],ExpressionUUID->"504620c7-fdf1-43d3-9aa9-7a438d482bee"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ec684efd-e72e-4cc1-82f1-ac3eacdcde42"] + "1132211a-dd05-4a7a-a3f7-f15bff24d7e0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->274940775,ExpressionUUID->"f4f093a3-b28f-4510-afeb-3f062304720d"], + CellID->86588023,ExpressionUUID->"c6d738b1-dadf-49e1-b4e9-9a84445901df"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->449123655,ExpressionUUID->"a6b42646-5e49-40f9-b047-eb89ff3b544f"], @@ -6706,8 +6712,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 258, 18], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6855,15 +6859,15 @@ Cell[BoxData[GridBox[{ "3479e861-dba7-41ed-b45f-9d85ad43d6e4"] }], "SeeAlso",ExpressionUUID->"c0732296-275f-4863-899c-e11e41484f8b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"74fe8101-5ef3-489f-ab6a-\ -1986477ffe4f"], + }]], "SeeAlsoSection",ExpressionUUID->"4497b2c7-e3d8-4f34-bf76-\ +e6c9bda013ac"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6875,9 +6879,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"974307d5-d1bd-4d37-8c41-c18a67476e86"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b8dbd043-fbd8-4bb5-815d-\ -2b7203960098"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"814296e8-25ea-4675-8107-\ +05863262b5b7"], Cell[BoxData[GridBox[{ { @@ -6894,7 +6897,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4524db9f-f44e-4c38-8b62-76d945f69205"]}]}, + "2e0e0e1f-941d-4051-8427-90a52fa9c797"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6902,10 +6905,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ad2db765-e4d2-4bcf-9cf5-f8d555ee14da"]}]} + "1068790e-d113-4c31-aa4e-eb38abd4dd57"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"be2713b5-f778-4952-88ab-\ -19e5728c8301"], + }]], "MoreAboutSection",ExpressionUUID->"428febf3-78a7-4b71-a753-\ +133969ca37e0"], Cell[BoxData[GridBox[{ { @@ -6932,7 +6935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "99fc14d7-bccf-456a-9528-1416ddd87a33"]], "RelatedLinks", + "749e5508-6411-4c1a-b46a-4284fcb1fc09"]], "RelatedLinks", ExpressionUUID->"d77dfb52-f19d-4f60-a240-ffa78d4cb9fa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6949,7 +6952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "620ce3bd-a69a-4758-b5d8-35459814dfa8"]], "RelatedLinks", + "a333cd81-812a-4d50-b1d1-5142bc83b0ba"]], "RelatedLinks", ExpressionUUID->"dca6848f-b47b-48ef-a548-62eed1b7cc5e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6966,11 +6969,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "88996483-7959-4e6b-bbdc-ffaa146bab2b"]], "RelatedLinks", + "20ed24be-5f39-4481-a522-f666228d4bc8"]], "RelatedLinks", ExpressionUUID->"8de3085d-1605-495f-8037-75ea1d438bfb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"28b873ae-a8fe-488d-a79f-\ -8787f6349e11"], + }]], "RelatedLinksSection",ExpressionUUID->"43dbc197-03a7-4435-83f4-\ +406cfc4e10ce"], Cell[CellGroupData[{ @@ -7000,11 +7003,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"1b3f98f3-e98e-4bd1-9bec-3833fb891907"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"5c2d4c08-781e-47a1-9c1a-1dfb6136e0ed"] +Cell[" ", "FooterCell",ExpressionUUID->"d5256895-e2b7-49aa-9bd8-0180c260c5b2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaBestCoalitions", TaggingRules->{ @@ -7015,7 +7018,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 28.985585}", + "built" -> "{2024, 6, 3, 16, 54, 12.193110}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -7027,10 +7030,11 @@ the claim of player i against j. ParaBestCoalitions[game, payoff, options] by \ changing the cardinality to SmallestCardinality -> False the set of \ lexicographically largest most effective coalitions can be determined.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaBestCoalitions", - "titlemodifier" -> "", "windowtitle" -> "ParaBestCoalitions", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaBestCoalitions"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaBestCoalitions", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaBestCoalitions"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -7039,9 +7043,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d7ecd809-79ef-4de0-8f98-0274423d8091" +ExpressionUUID->"fdba6315-cc8e-4c02-86cf-cd8a2b9b73c4" ] (* End of Notebook Content *) @@ -7049,211 +7053,209 @@ ExpressionUUID->"d7ecd809-79ef-4de0-8f98-0274423d8091" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19626, 513, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7c2edb6a-cbd5-4562-88a5-cbbdcb85b90c", + Cell[19699, 519, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1b3d603e-4359-4473-bf39-dca91fb67523", CellTags->"PrimaryExamplesSection", - CellID->64997766]} + CellID->444089907]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 362884, 7050} + {"PrimaryExamplesSection", 362946, 7054} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7155, 168, 56, "AnchorBarGrid",ExpressionUUID->"19570e36-9cc4-433e-bfe8-b6328812a826", +Cell[590, 21, 7227, 174, 57, "AnchorBarGrid",ExpressionUUID->"c7ddd836-2506-4d7f-ab7e-bb29075e8d36", CellID->1], -Cell[7748, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"5cddbf31-f51f-41e5-b914-983bb39d70e6"], +Cell[7820, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"7e2bf1bc-fea8-448b-91a3-05ec2eec9a08"], Cell[CellGroupData[{ -Cell[7871, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"d3bc2931-873e-42e0-94c9-88f403929d50"], -Cell[9166, 232, 1218, 27, 231, "Usage",ExpressionUUID->"c93b278a-7490-421f-92c9-2c99e8f79c3f", +Cell[7943, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"3e2b4a2c-f149-400b-854a-b8a79d5cbc8b"], +Cell[9238, 238, 1218, 27, 229, "Usage",ExpressionUUID->"c93b278a-7490-421f-92c9-2c99e8f79c3f", CellID->1774457543] }, Open ]], Cell[CellGroupData[{ -Cell[10421, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"02156861-3167-4796-a0d9-7891b5685bf5", +Cell[10493, 270, 1895, 47, 37, "NotesSection",ExpressionUUID->"9f59e42d-98e7-453e-8e53-c66aea548efa", CellGroupingRules->{"SectionGrouping", 50}, - CellID->715068034], -Cell[12318, 313, 782, 20, 57, "]]",ExpressionUUID->"f922b461-eae7-4506-bf94-a3c433fd95b2", + CellID->2135971298], +Cell[12391, 319, 782, 20, 57, "]]",ExpressionUUID->"f922b461-eae7-4506-bf94-a3c433fd95b2", CellID->313448337], -Cell[13103, 335, 517, 13, 37, "Notes",ExpressionUUID->"23640054-41f2-402f-937f-48abd7f56ea0", +Cell[13176, 341, 517, 13, 38, "Notes",ExpressionUUID->"23640054-41f2-402f-937f-48abd7f56ea0", CellID->1194304807], -Cell[13623, 350, 302, 5, 57, "Notes",ExpressionUUID->"58050063-afc0-41e2-9e1f-9753ae1d550c", +Cell[13696, 356, 302, 5, 57, "Notes",ExpressionUUID->"58050063-afc0-41e2-9e1f-9753ae1d550c", CellID->1883473223], -Cell[13928, 357, 172, 3, 36, "Notes",ExpressionUUID->"ebfa4dec-74f5-4f94-bf9a-498469b0c8af", +Cell[14001, 363, 172, 3, 36, "Notes",ExpressionUUID->"ebfa4dec-74f5-4f94-bf9a-498469b0c8af", CellID->1941772461], -Cell[14103, 362, 352, 6, 57, "Notes",ExpressionUUID->"aca47779-72e6-4e25-be89-46ef439d4743", +Cell[14176, 368, 352, 6, 57, "Notes",ExpressionUUID->"aca47779-72e6-4e25-be89-46ef439d4743", CellID->1568643023], -Cell[14458, 370, 193, 4, 36, "Notes",ExpressionUUID->"b01cd347-145e-490d-8e4e-2b13f9bf1a4f", +Cell[14531, 376, 193, 4, 36, "Notes",ExpressionUUID->"b01cd347-145e-490d-8e4e-2b13f9bf1a4f", CellID->2061896424], -Cell[14654, 376, 130, 1, 36, "Notes",ExpressionUUID->"58b4afff-8e3d-4086-b8c5-babf6f327b55", +Cell[14727, 382, 130, 1, 36, "Notes",ExpressionUUID->"58b4afff-8e3d-4086-b8c5-babf6f327b55", CellID->1482806744], -Cell[14787, 379, 267, 4, 49, "Notes",ExpressionUUID->"3e46e58a-ab12-4096-aca7-fff12813c143", +Cell[14860, 385, 267, 4, 48, "Notes",ExpressionUUID->"3e46e58a-ab12-4096-aca7-fff12813c143", CellID->13178], -Cell[15057, 385, 1680, 40, 93, "3ColumnTableMod",ExpressionUUID->"34a4fa18-c3a2-4dcd-b574-407c0dd5304d", +Cell[15130, 391, 1680, 40, 97, "3ColumnTableMod",ExpressionUUID->"34a4fa18-c3a2-4dcd-b574-407c0dd5304d", CellID->1374443190], -Cell[16740, 427, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"f2d325b9-5431-4e91-951f-9927627480a0", +Cell[16813, 433, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"f2d325b9-5431-4e91-951f-9927627480a0", CellID->11156], -Cell[17438, 444, 502, 14, 70, "Notes",ExpressionUUID->"57df2866-ee95-4b2f-85ff-6bf4a37a35f6", +Cell[17511, 450, 502, 14, 70, "Notes",ExpressionUUID->"57df2866-ee95-4b2f-85ff-6bf4a37a35f6", CellID->2104907360], -Cell[17943, 460, 527, 15, 70, "Notes",ExpressionUUID->"7380b778-0308-4803-9f27-ba4c0d075057", +Cell[18016, 466, 527, 15, 70, "Notes",ExpressionUUID->"7380b778-0308-4803-9f27-ba4c0d075057", CellID->402274834], -Cell[18473, 477, 495, 14, 70, "Notes",ExpressionUUID->"1b4c35a1-fcb5-497c-8cfa-2b28ca11d139", +Cell[18546, 483, 495, 14, 70, "Notes",ExpressionUUID->"1b4c35a1-fcb5-497c-8cfa-2b28ca11d139", CellID->1192823045], -Cell[18971, 493, 528, 14, 70, "Notes",ExpressionUUID->"e59e20d7-1c92-4c84-9683-2b9099023514", +Cell[19044, 499, 528, 14, 70, "Notes",ExpressionUUID->"e59e20d7-1c92-4c84-9683-2b9099023514", CellID->2041037989] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19626, 513, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7c2edb6a-cbd5-4562-88a5-cbbdcb85b90c", +Cell[19699, 519, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1b3d603e-4359-4473-bf39-dca91fb67523", CellTags->"PrimaryExamplesSection", - CellID->64997766], + CellID->444089907], Cell[CellGroupData[{ -Cell[21070, 554, 1398, 36, 70, "ExampleSection",ExpressionUUID->"f4f093a3-b28f-4510-afeb-3f062304720d", - CellID->274940775], -Cell[22471, 592, 149, 1, 70, "ExampleText",ExpressionUUID->"a6b42646-5e49-40f9-b047-eb89ff3b544f", +Cell[21144, 560, 1397, 36, 70, "ExampleSection",ExpressionUUID->"c6d738b1-dadf-49e1-b4e9-9a84445901df", + CellID->86588023], +Cell[22544, 598, 149, 1, 70, "ExampleText",ExpressionUUID->"a6b42646-5e49-40f9-b047-eb89ff3b544f", CellID->449123655], -Cell[22623, 595, 183, 4, 70, "Input",ExpressionUUID->"2af02c77-e519-420d-8d9d-020af5b6badc", +Cell[22696, 601, 183, 4, 70, "Input",ExpressionUUID->"2af02c77-e519-420d-8d9d-020af5b6badc", CellID->952731300], Cell[CellGroupData[{ -Cell[22831, 603, 137, 2, 70, "Input",ExpressionUUID->"f69c9c08-2cca-4c62-8364-a893defa76ee", +Cell[22904, 609, 137, 2, 70, "Input",ExpressionUUID->"f69c9c08-2cca-4c62-8364-a893defa76ee", CellID->1424154590], -Cell[22971, 607, 158, 3, 36, "Output",ExpressionUUID->"593cc207-9b32-47da-ac03-695859e16a62", +Cell[23044, 613, 158, 3, 36, "Output",ExpressionUUID->"593cc207-9b32-47da-ac03-695859e16a62", CellID->2098693499] }, Open ]], -Cell[23144, 613, 119, 1, 70, "ExampleText",ExpressionUUID->"dea05b1d-ad54-4200-ba6e-87d310207d1d", +Cell[23217, 619, 119, 1, 70, "ExampleText",ExpressionUUID->"dea05b1d-ad54-4200-ba6e-87d310207d1d", CellID->1139111421], Cell[CellGroupData[{ -Cell[23288, 618, 197, 4, 70, "Input",ExpressionUUID->"696de0bb-b8fd-41bf-b984-5bd615350b3a", +Cell[23361, 624, 197, 4, 70, "Input",ExpressionUUID->"696de0bb-b8fd-41bf-b984-5bd615350b3a", CellID->483314315], Cell[CellGroupData[{ -Cell[23510, 626, 236, 4, 70, "Print",ExpressionUUID->"f8626663-c9cc-49b7-8391-4a6ff113931a", +Cell[23583, 632, 236, 4, 70, "Print",ExpressionUUID->"f8626663-c9cc-49b7-8391-4a6ff113931a", CellID->586396560], -Cell[23749, 632, 366, 8, 70, "Print",ExpressionUUID->"860f068b-8af0-434e-929f-9cefb9d8d202", +Cell[23822, 638, 366, 8, 70, "Print",ExpressionUUID->"860f068b-8af0-434e-929f-9cefb9d8d202", CellID->1541541865], -Cell[24118, 642, 237, 4, 70, "Print",ExpressionUUID->"adf01abc-dd8d-4a49-af56-ee586ebf2cf5", +Cell[24191, 648, 237, 4, 70, "Print",ExpressionUUID->"adf01abc-dd8d-4a49-af56-ee586ebf2cf5", CellID->1407849502], -Cell[24358, 648, 220, 3, 70, "Print",ExpressionUUID->"7750128f-83e3-4129-b133-57b2fcea587b", +Cell[24431, 654, 220, 3, 70, "Print",ExpressionUUID->"7750128f-83e3-4129-b133-57b2fcea587b", CellID->713297795], -Cell[24581, 653, 207, 3, 70, "Print",ExpressionUUID->"35c9f766-75fa-457b-a603-75ebed6232e3", +Cell[24654, 659, 207, 3, 70, "Print",ExpressionUUID->"35c9f766-75fa-457b-a603-75ebed6232e3", CellID->270837966], -Cell[24791, 658, 237, 4, 70, "Print",ExpressionUUID->"7b68af12-03d4-440c-9196-a88f83e452ff", +Cell[24864, 664, 237, 4, 70, "Print",ExpressionUUID->"7b68af12-03d4-440c-9196-a88f83e452ff", CellID->503321058], -Cell[25031, 664, 220, 3, 70, "Print",ExpressionUUID->"0cadb612-1b1b-45ce-9538-c26809fe5636", +Cell[25104, 670, 220, 3, 70, "Print",ExpressionUUID->"0cadb612-1b1b-45ce-9538-c26809fe5636", CellID->986461107], -Cell[25254, 669, 236, 4, 70, "Print",ExpressionUUID->"0f279a16-d71b-4d5e-82d3-97eeec6900f4", +Cell[25327, 675, 236, 4, 70, "Print",ExpressionUUID->"0f279a16-d71b-4d5e-82d3-97eeec6900f4", CellID->832387987], -Cell[25493, 675, 237, 4, 70, "Print",ExpressionUUID->"6a289a0b-4876-402d-aefc-1bfac861f9bc", +Cell[25566, 681, 237, 4, 70, "Print",ExpressionUUID->"6a289a0b-4876-402d-aefc-1bfac861f9bc", CellID->1902771947], -Cell[25733, 681, 207, 3, 70, "Print",ExpressionUUID->"a1d8a430-fbe7-4131-889a-a34f37d52905", +Cell[25806, 687, 207, 3, 70, "Print",ExpressionUUID->"a1d8a430-fbe7-4131-889a-a34f37d52905", CellID->729532925], -Cell[25943, 686, 237, 4, 70, "Print",ExpressionUUID->"6fd83e25-3038-4336-9d12-da1c10b3c9c3", +Cell[26016, 692, 237, 4, 70, "Print",ExpressionUUID->"6fd83e25-3038-4336-9d12-da1c10b3c9c3", CellID->1632565325] }, Open ]] }, Open ]], -Cell[26207, 694, 134, 1, 70, "ExampleText",ExpressionUUID->"507a790c-1aa6-47cc-900e-9dc4e1a6d066", +Cell[26280, 700, 134, 1, 70, "ExampleText",ExpressionUUID->"507a790c-1aa6-47cc-900e-9dc4e1a6d066", CellID->1451099702], -Cell[26344, 697, 183, 4, 70, "Input",ExpressionUUID->"c43595bc-d057-41e3-9fb9-1c8e0f2e9407", +Cell[26417, 703, 183, 4, 70, "Input",ExpressionUUID->"c43595bc-d057-41e3-9fb9-1c8e0f2e9407", CellID->2081475724], -Cell[26530, 703, 317, 10, 70, "Input",ExpressionUUID->"2074795e-ce65-497f-9e99-285dc510b984", +Cell[26603, 709, 317, 10, 70, "Input",ExpressionUUID->"2074795e-ce65-497f-9e99-285dc510b984", CellID->1320913471], -Cell[26850, 715, 199, 5, 70, "Input",ExpressionUUID->"ff85ce25-c526-4813-80b1-930cd5e9837f", +Cell[26923, 721, 199, 5, 70, "Input",ExpressionUUID->"ff85ce25-c526-4813-80b1-930cd5e9837f", CellID->2001624419], -Cell[27052, 722, 229, 6, 70, "Input",ExpressionUUID->"ce4997b9-8d56-480b-902b-77edb0e4f31b", +Cell[27125, 728, 229, 6, 70, "Input",ExpressionUUID->"ce4997b9-8d56-480b-902b-77edb0e4f31b", CellID->1591770669], Cell[CellGroupData[{ -Cell[27306, 732, 158, 3, 70, "Input",ExpressionUUID->"88e26ecc-ab5e-42b5-bb31-91d4b93fce1f", +Cell[27379, 738, 158, 3, 70, "Input",ExpressionUUID->"88e26ecc-ab5e-42b5-bb31-91d4b93fce1f", CellID->888127159], -Cell[27467, 737, 159, 3, 36, "Output",ExpressionUUID->"3ba3f71e-0490-4ac7-8cf9-467ff3129213", +Cell[27540, 743, 159, 3, 36, "Output",ExpressionUUID->"3ba3f71e-0490-4ac7-8cf9-467ff3129213", CellID->1791838969] }, Open ]], -Cell[27641, 743, 343, 9, 70, "Input",ExpressionUUID->"73275beb-e2c8-4f1e-99e6-dd3445ce84d0", +Cell[27714, 749, 343, 9, 70, "Input",ExpressionUUID->"73275beb-e2c8-4f1e-99e6-dd3445ce84d0", CellID->1636991557], Cell[CellGroupData[{ -Cell[28009, 756, 131, 2, 70, "Input",ExpressionUUID->"4f8a2a0e-4bb5-4bcb-8e56-2a357fa44e6f", +Cell[28082, 762, 131, 2, 70, "Input",ExpressionUUID->"4f8a2a0e-4bb5-4bcb-8e56-2a357fa44e6f", CellID->1749898270], -Cell[28143, 760, 165, 3, 36, "Output",ExpressionUUID->"0d8025cf-3742-496c-840a-25b1633469b4", +Cell[28216, 766, 165, 3, 36, "Output",ExpressionUUID->"0d8025cf-3742-496c-840a-25b1633469b4", CellID->354066164] }, Open ]], -Cell[28323, 766, 239, 6, 70, "Input",ExpressionUUID->"c6b93293-69be-4937-8c8d-cb8c0821e16a", +Cell[28396, 772, 239, 6, 70, "Input",ExpressionUUID->"c6b93293-69be-4937-8c8d-cb8c0821e16a", CellID->1925390984], -Cell[28565, 774, 189, 4, 70, "ExampleText",ExpressionUUID->"c259f3e2-6bec-47f6-96d7-4882ebc52005", +Cell[28638, 780, 189, 4, 70, "ExampleText",ExpressionUUID->"c259f3e2-6bec-47f6-96d7-4882ebc52005", CellID->15310533], Cell[CellGroupData[{ -Cell[28779, 782, 175, 3, 70, "Input",ExpressionUUID->"351eda5d-e73b-4882-bbf7-7be7cbaef02b", +Cell[28852, 788, 175, 3, 70, "Input",ExpressionUUID->"351eda5d-e73b-4882-bbf7-7be7cbaef02b", CellID->63155051], -Cell[28957, 787, 414, 9, 36, "Output",ExpressionUUID->"c9a80750-9c37-4c7f-8b7c-9076ef598055", +Cell[29030, 793, 414, 9, 36, "Output",ExpressionUUID->"c9a80750-9c37-4c7f-8b7c-9076ef598055", CellID->955845522] }, Open ]], -Cell[29386, 799, 138, 1, 70, "ExampleText",ExpressionUUID->"d4b7c533-c8d2-4fea-af41-6dddb4cba6e6", +Cell[29459, 805, 138, 1, 70, "ExampleText",ExpressionUUID->"d4b7c533-c8d2-4fea-af41-6dddb4cba6e6", CellID->297294245], Cell[CellGroupData[{ -Cell[29549, 804, 289, 7, 70, "Input",ExpressionUUID->"ab19cf5e-e6c8-40ea-8ef3-d50b04b1f566", +Cell[29622, 810, 289, 7, 70, "Input",ExpressionUUID->"ab19cf5e-e6c8-40ea-8ef3-d50b04b1f566", CellID->874459341], -Cell[29841, 813, 572, 16, 51, "Output",ExpressionUUID->"149754c5-a216-4656-8739-8a9450cc9b34", +Cell[29914, 819, 572, 16, 51, "Output",ExpressionUUID->"149754c5-a216-4656-8739-8a9450cc9b34", CellID->1388700820] }, Open ]], -Cell[30428, 832, 218, 4, 70, "ExampleText",ExpressionUUID->"6c7f1169-22b2-4411-928f-97c96afe1c72", +Cell[30501, 838, 218, 4, 70, "ExampleText",ExpressionUUID->"6c7f1169-22b2-4411-928f-97c96afe1c72", CellID->1043749366], Cell[CellGroupData[{ -Cell[30671, 840, 316, 8, 70, "Input",ExpressionUUID->"f9976d4b-713d-4f0d-8668-806f3f9848bf", +Cell[30744, 846, 316, 8, 70, "Input",ExpressionUUID->"f9976d4b-713d-4f0d-8668-806f3f9848bf", CellID->1708825266], -Cell[30990, 850, 4523, 151, 104, "Output",ExpressionUUID->"6adbf55d-d7b5-420b-ab21-ebf185eca9f7", +Cell[31063, 856, 4523, 151, 102, "Output",ExpressionUUID->"6adbf55d-d7b5-420b-ab21-ebf185eca9f7", CellID->301875913] }, Open ]], -Cell[35528, 1004, 151, 1, 70, "ExampleText",ExpressionUUID->"396ef7f0-d2b6-4502-b778-246867ba97e4", +Cell[35601, 1010, 151, 1, 70, "ExampleText",ExpressionUUID->"396ef7f0-d2b6-4502-b778-246867ba97e4", CellID->1525001577], Cell[CellGroupData[{ -Cell[35704, 1009, 322, 8, 70, "Input",ExpressionUUID->"6cb07437-f60e-4eaf-82ef-2c7a3b3c6816", +Cell[35777, 1015, 322, 8, 70, "Input",ExpressionUUID->"6cb07437-f60e-4eaf-82ef-2c7a3b3c6816", CellID->1953107026], -Cell[36029, 1019, 4524, 151, 104, "Output",ExpressionUUID->"9d552ee9-9724-49ef-b2df-137d761a59b7", +Cell[36102, 1025, 4524, 151, 102, "Output",ExpressionUUID->"9d552ee9-9724-49ef-b2df-137d761a59b7", CellID->1989901112] }, Open ]], -Cell[40568, 1173, 302, 5, 70, "ExampleText",ExpressionUUID->"c825e063-0b5a-40bf-97fd-98b7e9a722e4", +Cell[40641, 1179, 302, 5, 70, "ExampleText",ExpressionUUID->"c825e063-0b5a-40bf-97fd-98b7e9a722e4", CellID->1546683806], -Cell[40873, 1180, 228, 4, 70, "ExampleText",ExpressionUUID->"6b04b068-a963-4b30-bfc0-c039cacf2ee0", +Cell[40946, 1186, 228, 4, 70, "ExampleText",ExpressionUUID->"6b04b068-a963-4b30-bfc0-c039cacf2ee0", CellID->19693798], Cell[CellGroupData[{ -Cell[41126, 1188, 264, 5, 70, "Input",ExpressionUUID->"d6a1d129-e68a-4b82-b96d-ec2fd2c247c0", +Cell[41199, 1194, 264, 5, 70, "Input",ExpressionUUID->"d6a1d129-e68a-4b82-b96d-ec2fd2c247c0", CellID->1593911137], -Cell[41393, 1195, 4178, 149, 87, "Output",ExpressionUUID->"43950b1b-23bb-40e3-aee3-7b0e59221e8c", +Cell[41466, 1201, 4178, 149, 85, "Output",ExpressionUUID->"43950b1b-23bb-40e3-aee3-7b0e59221e8c", CellID->563229745] }, Open ]], -Cell[45586, 1347, 239, 4, 70, "ExampleText",ExpressionUUID->"e0e2ec7a-05ca-43e6-a9f2-c3552281aef4", +Cell[45659, 1353, 239, 4, 70, "ExampleText",ExpressionUUID->"e0e2ec7a-05ca-43e6-a9f2-c3552281aef4", CellID->450970614], Cell[CellGroupData[{ -Cell[45850, 1355, 260, 5, 70, "Input",ExpressionUUID->"2ad1df9f-52c0-41d9-9d09-eaf537fcdc90", +Cell[45923, 1361, 260, 5, 70, "Input",ExpressionUUID->"2ad1df9f-52c0-41d9-9d09-eaf537fcdc90", CellID->1928112399], -Cell[46113, 1362, 10629, 369, 275, "Output",ExpressionUUID->"7017dc27-0ab2-41da-8e2c-aae676c5425c", +Cell[46186, 1368, 10629, 369, 273, "Output",ExpressionUUID->"7017dc27-0ab2-41da-8e2c-aae676c5425c", CellID->2098144304] }, Open ]], -Cell[56757, 1734, 145, 1, 70, "ExampleText",ExpressionUUID->"a121aeab-6a4c-4ffe-8fb9-24f17b20a6ba", +Cell[56830, 1740, 145, 1, 70, "ExampleText",ExpressionUUID->"a121aeab-6a4c-4ffe-8fb9-24f17b20a6ba", CellID->1457109511], Cell[CellGroupData[{ -Cell[56927, 1739, 160, 3, 70, "Input",ExpressionUUID->"123a9558-1da4-4b03-b449-4d66ab65d005", +Cell[57000, 1745, 160, 3, 70, "Input",ExpressionUUID->"123a9558-1da4-4b03-b449-4d66ab65d005", CellID->1518878582], -Cell[57090, 1744, 292811, 4955, 70, "Output",ExpressionUUID->"cd60aba1-8723-466b-9700-be21331a26c8", +Cell[57163, 1750, 292811, 4955, 70, "Output",ExpressionUUID->"cd60aba1-8723-466b-9700-be21331a26c8", CellID->805734063] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[350216, 6714, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"4497b2c7-e3d8-4f34-bf76-e6c9bda013ac"], +Cell[355722, 6864, 670, 18, 70, "TechNotesSection",ExpressionUUID->"814296e8-25ea-4675-8107-05863262b5b7"], +Cell[356395, 6884, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"428febf3-78a7-4b71-a753-133969ca37e0"], +Cell[357431, 6912, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"43dbc197-03a7-4435-83f4-406cfc4e10ce"], Cell[CellGroupData[{ -Cell[350165, 6710, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"74fe8101-5ef3-489f-ab6a-1986477ffe4f"], -Cell[355671, 6860, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b8dbd043-fbd8-4bb5-815d-2b7203960098"] -}, Open ]], -Cell[356356, 6881, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"be2713b5-f778-4952-88ab-19e5728c8301"], -Cell[357392, 6909, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"28b873ae-a8fe-488d-a79f-8787f6349e11"], -Cell[CellGroupData[{ -Cell[359638, 6976, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"61656f90-820e-4856-b2c3-fb1c17151df5", +Cell[359677, 6979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"61656f90-820e-4856-b2c3-fb1c17151df5", CellID->2135167160], -Cell[359779, 6979, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74229ac8-6718-43c6-ab0d-2b7c9c2049c5", +Cell[359818, 6982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74229ac8-6718-43c6-ab0d-2b7c9c2049c5", CellID->1194386356], -Cell[360001, 6985, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e0abe238-eb1b-44dd-8617-d685354ffbab", +Cell[360040, 6988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e0abe238-eb1b-44dd-8617-d685354ffbab", CellID->1641706272], -Cell[360216, 6990, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d2d2af2-6876-426e-8bd3-f7375cf4b349", +Cell[360255, 6993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d2d2af2-6876-426e-8bd3-f7375cf4b349", CellID->399251956], -Cell[360445, 6996, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1b3f98f3-e98e-4bd1-9bec-3833fb891907", +Cell[360484, 6999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1b3f98f3-e98e-4bd1-9bec-3833fb891907", CellID->821434655] }, Open ]], -Cell[360682, 7002, 78, 0, 70, "FooterCell",ExpressionUUID->"5c2d4c08-781e-47a1-9c1a-1dfb6136e0ed"] +Cell[360721, 7005, 78, 0, 70, "FooterCell",ExpressionUUID->"d5256895-e2b7-49aa-9bd8-0180c260c5b2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaCharacteristicValues.nb b/Documentation/English/ReferencePages/Symbols/ParaCharacteristicValues.nb index 82824d2..cb17fd4 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaCharacteristicValues.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaCharacteristicValues.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 340866, 6206] -NotebookOptionsPosition[ 330020, 5991] -NotebookOutlinePosition[ 332187, 6046] -CellTagsIndexPosition[ 332100, 6041] +NotebookDataLength[ 340878, 6206] +NotebookOptionsPosition[ 330048, 5993] +NotebookOutlinePosition[ 332233, 6048] +CellTagsIndexPosition[ 332146, 6043] WindowTitle->ParaCharacteristicValues WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ce0fda87-518c-429b-b2fc-6bac91350b65"], + "bd3f8cc5-3b1b-4ac8-8353-24658db0b37e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e2d6f08b-7d25-4c2c-b6f4-8be7ae88e664"], + "563382fb-1761-4fff-a1dc-e58cddbca26c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b53db11a-0923-4e0d-b65d-f2b5c76f6c7a"] - }],ExpressionUUID->"ec5365db-3640-405f-95c2-02559d9a6878"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "d31fa0b1-d8c3-4d1d-8904-d82e3d330bd7"] + }],ExpressionUUID->"41e89088-2fad-48ca-88c1-e1272b1720d3"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a5131ed9-c717-4bb7-9fbc-af1f3108ab90"], + "133851a0-8416-457d-be79-e71293107be5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ae00aeac-d91d-4b9d-9f5d-1bf97b332544"] - }],ExpressionUUID->"5a2ee23a-4737-45ad-8679-d3f3548af1af"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "534a7906-b577-41de-8d8b-d974fc10a404"] + }],ExpressionUUID->"b8a81e86-020d-4df6-89e0-5b77b8adc463"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5603e280-2317-48b4-b049-ee39a8c2e289"], + "ac19ad62-e80c-46f4-93ad-f6050365ba61"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d6b025c6-4fc9-4581-ae4e-31a631e66d2c"] - }],ExpressionUUID->"a180c749-e1ce-4709-8f90-1a824fb3b5f9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f6b0e59e-2ba1-4c0a-b7f6-8839ba48258f"] + }],ExpressionUUID->"a7de52bd-0e32-49f2-95ae-30ce079306aa"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7b70a3dc-5432-44c7-80ec-ac69e90534bf"], + "8c982b4a-050e-4906-b51a-5ed365c46a03"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3175e21d-3c72-462e-a12a-224cac292599"] - }],ExpressionUUID->"485b87d1-30ac-44ab-94d9-1deb3e987d07"], - StripOnInput->False], {"\<\"TUG/ref/ParaCharacteristicValues\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaCharacteristicValues"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "bff2885c-130c-4d58-82e8-67fd1607e629"] + }],ExpressionUUID->"4e7276c8-2f4d-40aa-a037-efb7a8019888"], + StripOnInput->False],{ + "\"TUG/ref/ParaCharacteristicValues\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaCharacteristicValues"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaCharacteristicValues.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$134337], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaCharacteristicValues" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$144585], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaCharacteristicValues" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2880b666-3229-4d7e-ac91-42c4f4850e05"] + "aba14b1f-dc24-45dd-93d1-492922d068d7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "315f3684-15b4-451e-9533-64c76b027359"]} + "10be2dd6-40d9-4757-8cc0-bbc3535d7164"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"33e7fc26-034e-4f6a-a83c-a63c1fafdfd6"], + CellID->1,ExpressionUUID->"f53cc7ce-ca5e-4033-a014-0bf83bbad38c"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"4fe43976-2ac2-4355-a2e3-fc3a2cee1950"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"00089051-9151-479c-896e-d427cdf9be47"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaCharacteristicValues", "ObjectName",ExpressionUUID-> - "6a11121f-4d97-4ffa-a1db-959321a6bee2"], + "150d12dc-3396-4cc8-9861-0b61fdd1b3b8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b5c5a777-8a01-4ac3-870e-f7ead7bc5777"], + "Spacer1"]],ExpressionUUID->"361557aa-8f1b-48ff-8692-cb0c2dfd59e5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b92593e5-3bb7-4c64-aa21-80637f14df8c"] - }],ExpressionUUID->"aa889de1-02f8-4485-965f-7eed6501248d"], Cell[BoxData[ + "6a89dea0-c639-40e9-b75e-52ff9acce604"] + }],ExpressionUUID->"5e293de6-8211-4448-9b86-984cb96c5b97"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "63a99cce-42c5-43b7-854a-3e9ed95c29d7"]} + "4bb9b888-ee3a-4bd4-bc57-98288a8eaaae"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"24c11652-11d9-446d-8d27-6a4bacce6e85"], + CacheGraphics->False,ExpressionUUID->"be8677fc-c6ed-4310-bbc3-f0cd967eac19"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "7210a62a-94e7-4125-90ce-1f9f1f7fb058"], " \[LineSeparator]computes the coalitional values from the vector of \ unanimity coordinates." - }],ExpressionUUID->"54802ec6-0e5e-4c85-8cd1-a869819d3b8d"]} + }],ExpressionUUID->"2f8edc46-eb3d-4eeb-a4bf-b5a3dfecdd6e"]} }]], "Usage", CellID->425135003,ExpressionUUID->"6f325a78-c98d-415b-8c01-3fc5bdb3da60"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0f23ac69-dd16-4f01-8a68-05fa9425c4e9"], + ExpressionUUID->"6ac354e5-1bbb-456e-a53c-0fab9ca3b511"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1a18b189-782a-433a-9bd5-f508d14306a6"], + "Spacer1"]],ExpressionUUID->"1ae034bc-e024-4b58-9bcd-c8d67b50ea14"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c939fde1-e8a2-434f-87f6-aa31a890c9b8"], + }], "NotesFrameText",ExpressionUUID->"844c373c-1c35-4256-80cc-6069542988ec"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b2065d79-f4d6-435b-809b-357a38ab6d54"]], \ + "Preemptive"]],ExpressionUUID->"be8a5b6b-cc1a-47ca-82f5-0894ec9b8350"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->123737017,ExpressionUUID->"54e2100f-f487-458c-b789-8963bf70a831"], + CellID->753617965,ExpressionUUID->"1061cb30-d46b-40ee-97c9-4299c6fd555a"], Cell[TextData[{ "The expression ", @@ -378,19 +383,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"27831054-77f5-4ae2-8d40-199162b0039d"], + ExpressionUUID->"7fc936d4-a882-4a76-b5d1-3c630ed5adf9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b89f50bf-23d8-4979-bed2-a52968072418"], + "Spacer1"]],ExpressionUUID->"47e6971c-99d9-47b0-96f9-5ecdc1967bfa"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "838f41e5-43f3-4b4e-8a81-c3da746815e2"] + "a20aa4d9-1971-45b1-b5dc-0a1baa8932f7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1104253650,ExpressionUUID->"283f0fbb-c74a-4f1a-8595-0ab2eef725cc"], + CellID->1924550967,ExpressionUUID->"60d8b860-4b53-4b97-953c-0eef6be4bba7"], Cell[CellGroupData[{ @@ -419,18 +424,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eb64b18b-367c-4d6c-8816-4a7322622f0d"], + ExpressionUUID->"143d83e9-4bd9-4362-a05e-8baffb85b18e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"72ad5e15-22e6-46e2-bc1b-d462d2aa7763"], + "Spacer1"]],ExpressionUUID->"d08fa48f-8999-4e41-bf0b-6df5dad44cdd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cb0ccc46-6387-4991-8e49-9bdf3dd8be10"] + "8eda3786-8b01-46eb-947e-ef2a9545adbe"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1847225843,ExpressionUUID->"53ef9fdb-ccb1-4b68-a8e3-d1f7249ec72d"], + CellID->544491705,ExpressionUUID->"277cdb96-195b-44bf-85ab-cd2b2c2b86d4"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1352919707,ExpressionUUID->"42d0eff2-9c64-4f85-a2d0-a9792e5f8f06"], @@ -5693,8 +5698,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5842,15 +5845,15 @@ Cell[BoxData[GridBox[{ "5d9331af-87ca-4049-987e-01ec405a4646"] }], "SeeAlso",ExpressionUUID->"00d53df8-79bc-421d-97c2-a00dc8a6437e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c0066811-276b-4383-89d2-\ -c2821b5e455b"], + }]], "SeeAlsoSection",ExpressionUUID->"6ca1ec91-bc84-479a-b0e1-\ +152697b59204"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5862,9 +5865,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f5dda5b7-e8fc-45ac-bd98-da763a441980"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b778eaf0-0d29-4c83-96c0-\ -e40315493543"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8bc9a20e-7072-42d5-a275-\ +0d4f66875262"], Cell[BoxData[GridBox[{ { @@ -5881,7 +5883,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9d18aeb8-5072-471c-85ce-05f1f9a7c09f"]}]}, + "0dd62f37-1d9d-46d9-bc11-09d259658a30"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5889,10 +5891,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f68c1e3c-b9bc-42b4-84c7-e2b3372e5901"]}]} + "9fd29bec-8aa3-458e-a60b-920871b189cf"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"52bc6f99-f296-4407-a5f3-\ -21ebd9095cbc"], + }]], "MoreAboutSection",ExpressionUUID->"4c81deaa-4bf5-4fc9-b1ea-\ +c31092c47f5f"], Cell[BoxData[GridBox[{ { @@ -5919,7 +5921,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "53589811-85e1-4264-a8c4-765df095dc66"]], "RelatedLinks", + "2f3b86e5-028e-4ce8-89f7-3cf3c39e2c71"]], "RelatedLinks", ExpressionUUID->"8ef432ef-580b-4850-9ba0-f16c2f626079"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5936,7 +5938,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0ab1cfda-4fe6-4d36-9c24-9bda14e9453a"]], "RelatedLinks", + "aeff960f-34f2-411b-8857-028c89696637"]], "RelatedLinks", ExpressionUUID->"6a5b425f-24d9-404e-b2b6-46c20b94369f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5953,11 +5955,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "636e607d-1695-41eb-97a1-7bf078a768d5"]], "RelatedLinks", + "cb789916-cf91-4aa8-a82f-d0134ed55cae"]], "RelatedLinks", ExpressionUUID->"592164a2-991c-46f9-b9d0-c2146fd61d29"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b0f8436b-24ff-49b4-b0c6-\ -0de43bc84257"], + }]], "RelatedLinksSection",ExpressionUUID->"b4267abc-52a5-4c14-b28e-\ +3eeba52b9266"], Cell[CellGroupData[{ @@ -5987,11 +5989,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c3d69330-273d-480c-a837-a9b7d17f11f6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"252e71dc-aa2d-434d-8cc6-3a9e9a0517f6"] +Cell[" ", "FooterCell",ExpressionUUID->"6cea33e1-473d-47a1-a418-f7cfae3fbae1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaCharacteristicValues", TaggingRules->{ @@ -6002,7 +6004,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 31.439148}", + "built" -> "{2024, 6, 3, 16, 54, 13.777357}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6011,10 +6013,10 @@ TaggingRules->{ "ParaCharacteristicValues[uc, T] computes the coalitional values from the \ vector of unanimity coordinates.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaCharacteristicValues", "titlemodifier" -> "", - "windowtitle" -> "ParaCharacteristicValues", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaCharacteristicValues"}}, + "metadescription" -> "", "windowtitle" -> "ParaCharacteristicValues", + "type" -> "Symbol", "uri" -> "TUG/ref/ParaCharacteristicValues"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6023,9 +6025,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"25192570-fb74-4284-8679-18c4f268f3da" +ExpressionUUID->"f709cb59-3008-414d-b77a-9ab3c12d12ef" ] (* End of Notebook Content *) @@ -6033,181 +6035,179 @@ ExpressionUUID->"25192570-fb74-4284-8679-18c4f268f3da" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13695, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"283f0fbb-c74a-4f1a-8595-0ab2eef725cc", + Cell[13758, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60d8b860-4b53-4b97-953c-0eef6be4bba7", CellTags->"PrimaryExamplesSection", - CellID->1104253650]} + CellID->1924550967]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 331899, 6034} + {"PrimaryExamplesSection", 331945, 6036} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7184, 169, 56, "AnchorBarGrid",ExpressionUUID->"33e7fc26-034e-4f6a-a83c-a63c1fafdfd6", +Cell[596, 21, 7247, 174, 57, "AnchorBarGrid",ExpressionUUID->"f53cc7ce-ca5e-4033-a014-0bf83bbad38c", CellID->1], -Cell[7783, 192, 98, 0, 24, "ContextNameCell",ExpressionUUID->"4fe43976-2ac2-4355-a2e3-fc3a2cee1950"], +Cell[7846, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"00089051-9151-479c-896e-d427cdf9be47"], Cell[CellGroupData[{ -Cell[7906, 196, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"24c11652-11d9-446d-8d27-6a4bacce6e85"], -Cell[9207, 233, 527, 11, 111, "Usage",ExpressionUUID->"6f325a78-c98d-415b-8c01-3fc5bdb3da60", +Cell[7969, 201, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"be8677fc-c6ed-4310-bbc3-f0cd967eac19"], +Cell[9270, 238, 527, 11, 111, "Usage",ExpressionUUID->"6f325a78-c98d-415b-8c01-3fc5bdb3da60", CellID->425135003] }, Open ]], Cell[CellGroupData[{ -Cell[9771, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"54e2100f-f487-458c-b789-8963bf70a831", +Cell[9834, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"1061cb30-d46b-40ee-97c9-4299c6fd555a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->123737017], -Cell[11668, 298, 858, 21, 57, "Notes",ExpressionUUID->"a8fa0c36-4818-4c14-b68d-d9963481381f", + CellID->753617965], +Cell[11731, 303, 858, 21, 57, "Notes",ExpressionUUID->"a8fa0c36-4818-4c14-b68d-d9963481381f", CellID->824055453], -Cell[12529, 321, 515, 13, 37, "Notes",ExpressionUUID->"0385f6d8-3bd0-46be-8fc3-40f0e8f5b064", +Cell[12592, 326, 515, 13, 38, "Notes",ExpressionUUID->"0385f6d8-3bd0-46be-8fc3-40f0e8f5b064", CellID->96168778], -Cell[13047, 336, 138, 1, 36, "Notes",ExpressionUUID->"e7703732-6cba-45d5-a91c-edb3526816f3", +Cell[13110, 341, 138, 1, 36, "Notes",ExpressionUUID->"e7703732-6cba-45d5-a91c-edb3526816f3", CellID->760285694], -Cell[13188, 339, 183, 4, 36, "Notes",ExpressionUUID->"7f9e993b-46b7-4d2d-85dc-f7b0ba991c72", +Cell[13251, 344, 183, 4, 36, "Notes",ExpressionUUID->"7f9e993b-46b7-4d2d-85dc-f7b0ba991c72", CellID->545412293], -Cell[13374, 345, 194, 4, 36, "Notes",ExpressionUUID->"295fca16-8583-4694-9a27-49823fbd4c82", +Cell[13437, 350, 194, 4, 36, "Notes",ExpressionUUID->"295fca16-8583-4694-9a27-49823fbd4c82", CellID->1694001441] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13695, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"283f0fbb-c74a-4f1a-8595-0ab2eef725cc", +Cell[13758, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60d8b860-4b53-4b97-953c-0eef6be4bba7", CellTags->"PrimaryExamplesSection", - CellID->1104253650], + CellID->1924550967], Cell[CellGroupData[{ -Cell[15141, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"53ef9fdb-ccb1-4b68-a8e3-d1f7249ec72d", - CellID->1847225843], -Cell[16543, 434, 150, 1, 38, "ExampleText",ExpressionUUID->"42d0eff2-9c64-4f85-a2d0-a9792e5f8f06", +Cell[15204, 401, 1398, 36, 30, "ExampleSection",ExpressionUUID->"277cdb96-195b-44bf-85ab-cd2b2c2b86d4", + CellID->544491705], +Cell[16605, 439, 150, 1, 39, "ExampleText",ExpressionUUID->"42d0eff2-9c64-4f85-a2d0-a9792e5f8f06", CellID->1352919707], -Cell[16696, 437, 183, 4, 27, "Input",ExpressionUUID->"ff5ed8b5-37e7-4777-8040-4fffa3ee0659", +Cell[16758, 442, 183, 4, 27, "Input",ExpressionUUID->"ff5ed8b5-37e7-4777-8040-4fffa3ee0659", CellID->696266603], Cell[CellGroupData[{ -Cell[16904, 445, 136, 2, 27, "Input",ExpressionUUID->"f5a7d166-a1d6-4093-a165-e76c6cb7a296", +Cell[16966, 450, 136, 2, 27, "Input",ExpressionUUID->"f5a7d166-a1d6-4093-a165-e76c6cb7a296", CellID->748589745], -Cell[17043, 449, 157, 3, 36, "Output",ExpressionUUID->"47e07b0a-4813-4843-a542-8617dba123e2", +Cell[17105, 454, 157, 3, 36, "Output",ExpressionUUID->"47e07b0a-4813-4843-a542-8617dba123e2", CellID->975448770] }, Open ]], -Cell[17215, 455, 119, 1, 38, "ExampleText",ExpressionUUID->"24d35575-d567-404f-8d00-fc199f5495d0", +Cell[17277, 460, 119, 1, 39, "ExampleText",ExpressionUUID->"24d35575-d567-404f-8d00-fc199f5495d0", CellID->2123087167], Cell[CellGroupData[{ -Cell[17359, 460, 198, 4, 27, "Input",ExpressionUUID->"8ad2f7e4-0c9d-490b-87e7-d32542732da9", +Cell[17421, 465, 198, 4, 27, "Input",ExpressionUUID->"8ad2f7e4-0c9d-490b-87e7-d32542732da9", CellID->1401207123], Cell[CellGroupData[{ -Cell[17582, 468, 236, 4, 23, "Print",ExpressionUUID->"9dfe22eb-5e06-4f9a-8f4f-1caf27d21a7b", +Cell[17644, 473, 236, 4, 23, "Print",ExpressionUUID->"9dfe22eb-5e06-4f9a-8f4f-1caf27d21a7b", CellID->793442195], -Cell[17821, 474, 366, 8, 23, "Print",ExpressionUUID->"d44f67b1-4b96-4501-b3b2-4b228256cb29", +Cell[17883, 479, 366, 8, 23, "Print",ExpressionUUID->"d44f67b1-4b96-4501-b3b2-4b228256cb29", CellID->1224247787], -Cell[18190, 484, 237, 4, 23, "Print",ExpressionUUID->"e17f414d-9939-4aed-b6f4-9f342944e164", +Cell[18252, 489, 237, 4, 23, "Print",ExpressionUUID->"e17f414d-9939-4aed-b6f4-9f342944e164", CellID->1544473479], -Cell[18430, 490, 220, 3, 23, "Print",ExpressionUUID->"766504bb-bbc6-409e-9738-31b68d2defa7", +Cell[18492, 495, 220, 3, 23, "Print",ExpressionUUID->"766504bb-bbc6-409e-9738-31b68d2defa7", CellID->732000715], -Cell[18653, 495, 207, 3, 70, "Print",ExpressionUUID->"6bef149a-2c24-49ad-9298-f9e5faa6de72", +Cell[18715, 500, 207, 3, 70, "Print",ExpressionUUID->"6bef149a-2c24-49ad-9298-f9e5faa6de72", CellID->916243102], -Cell[18863, 500, 238, 4, 70, "Print",ExpressionUUID->"e050e180-d374-41d9-a75b-ab488f30ff0b", +Cell[18925, 505, 238, 4, 70, "Print",ExpressionUUID->"e050e180-d374-41d9-a75b-ab488f30ff0b", CellID->2064708039], -Cell[19104, 506, 221, 3, 70, "Print",ExpressionUUID->"941c44e8-aef3-45ab-9957-ec167c755cfe", +Cell[19166, 511, 221, 3, 70, "Print",ExpressionUUID->"941c44e8-aef3-45ab-9957-ec167c755cfe", CellID->1256955795], -Cell[19328, 511, 234, 4, 70, "Print",ExpressionUUID->"25316788-e02c-4c14-b435-1cedeaaef9bb", +Cell[19390, 516, 234, 4, 70, "Print",ExpressionUUID->"25316788-e02c-4c14-b435-1cedeaaef9bb", CellID->2296633], -Cell[19565, 517, 237, 4, 70, "Print",ExpressionUUID->"440a417c-81b3-4de0-96bf-6720eb49b050", +Cell[19627, 522, 237, 4, 70, "Print",ExpressionUUID->"440a417c-81b3-4de0-96bf-6720eb49b050", CellID->1845308454], -Cell[19805, 523, 207, 3, 70, "Print",ExpressionUUID->"8cd1529f-85a4-4d7f-80c2-fae3dc3fd8ac", +Cell[19867, 528, 207, 3, 70, "Print",ExpressionUUID->"8cd1529f-85a4-4d7f-80c2-fae3dc3fd8ac", CellID->347725023], -Cell[20015, 528, 237, 4, 70, "Print",ExpressionUUID->"d563e9ba-17d1-45f2-8f00-9904052e5ca7", +Cell[20077, 533, 237, 4, 70, "Print",ExpressionUUID->"d563e9ba-17d1-45f2-8f00-9904052e5ca7", CellID->1506671779] }, Open ]] }, Open ]], -Cell[20279, 536, 190, 4, 70, "ExampleText",ExpressionUUID->"51a09a81-aacc-4fe9-91e9-1ff68c200133", +Cell[20341, 541, 190, 4, 70, "ExampleText",ExpressionUUID->"51a09a81-aacc-4fe9-91e9-1ff68c200133", CellID->852641700], Cell[CellGroupData[{ -Cell[20494, 544, 181, 3, 70, "Input",ExpressionUUID->"7e345cb0-de36-4e63-a0f6-05d0f389c0b5", +Cell[20556, 549, 181, 3, 70, "Input",ExpressionUUID->"7e345cb0-de36-4e63-a0f6-05d0f389c0b5", CellID->292288772], -Cell[20678, 549, 174, 4, 36, "Output",ExpressionUUID->"aef98425-ca79-43b7-8e62-ab319d2a79e1", +Cell[20740, 554, 174, 4, 36, "Output",ExpressionUUID->"aef98425-ca79-43b7-8e62-ab319d2a79e1", CellID->2129229927] }, Open ]], -Cell[20867, 556, 278, 5, 70, "ExampleText",ExpressionUUID->"c0083f0c-1f84-469d-812b-ccd0ee706db4", +Cell[20929, 561, 278, 5, 70, "ExampleText",ExpressionUUID->"c0083f0c-1f84-469d-812b-ccd0ee706db4", CellID->944521825], -Cell[21148, 563, 182, 4, 70, "Input",ExpressionUUID->"4e75d630-5a33-4fdd-b151-1029f117b96f", +Cell[21210, 568, 182, 4, 70, "Input",ExpressionUUID->"4e75d630-5a33-4fdd-b151-1029f117b96f", CellID->843438153], -Cell[21333, 569, 315, 10, 70, "Input",ExpressionUUID->"13090e0f-6acd-46a6-9902-5b3340577c3b", +Cell[21395, 574, 315, 10, 70, "Input",ExpressionUUID->"13090e0f-6acd-46a6-9902-5b3340577c3b", CellID->66914239], -Cell[21651, 581, 198, 5, 70, "Input",ExpressionUUID->"5f2353e9-9794-409a-90e3-84970acdad3f", +Cell[21713, 586, 198, 5, 70, "Input",ExpressionUUID->"5f2353e9-9794-409a-90e3-84970acdad3f", CellID->641115587], -Cell[21852, 588, 229, 6, 70, "Input",ExpressionUUID->"bcd2e238-3f59-4d23-90f2-e4e67d451341", +Cell[21914, 593, 229, 6, 70, "Input",ExpressionUUID->"bcd2e238-3f59-4d23-90f2-e4e67d451341", CellID->1359535396], Cell[CellGroupData[{ -Cell[22106, 598, 158, 3, 70, "Input",ExpressionUUID->"08c08894-539e-4962-be02-b0975245e853", +Cell[22168, 603, 158, 3, 70, "Input",ExpressionUUID->"08c08894-539e-4962-be02-b0975245e853", CellID->919727608], -Cell[22267, 603, 158, 3, 36, "Output",ExpressionUUID->"6e8c44de-7a44-4687-9f65-dfccebb5657d", +Cell[22329, 608, 158, 3, 36, "Output",ExpressionUUID->"6e8c44de-7a44-4687-9f65-dfccebb5657d", CellID->424955358] }, Open ]], -Cell[22440, 609, 190, 4, 70, "ExampleText",ExpressionUUID->"07ce570a-f42b-427e-a688-fabc2084f8a8", +Cell[22502, 614, 190, 4, 70, "ExampleText",ExpressionUUID->"07ce570a-f42b-427e-a688-fabc2084f8a8", CellID->1183411215], -Cell[22633, 615, 340, 9, 70, "Input",ExpressionUUID->"b6897280-161d-4e1c-907d-8983307ec576", +Cell[22695, 620, 340, 9, 70, "Input",ExpressionUUID->"b6897280-161d-4e1c-907d-8983307ec576", CellID->697629453], Cell[CellGroupData[{ -Cell[22998, 628, 130, 2, 70, "Input",ExpressionUUID->"8a6160fc-9ec1-48d2-8cc4-8abad90ad567", +Cell[23060, 633, 130, 2, 70, "Input",ExpressionUUID->"8a6160fc-9ec1-48d2-8cc4-8abad90ad567", CellID->195703068], -Cell[23131, 632, 165, 3, 36, "Output",ExpressionUUID->"1aef1a49-78ae-4a60-9414-d285104c1a4c", +Cell[23193, 637, 165, 3, 36, "Output",ExpressionUUID->"1aef1a49-78ae-4a60-9414-d285104c1a4c", CellID->1695951264] }, Open ]], -Cell[23311, 638, 153, 1, 70, "ExampleText",ExpressionUUID->"b45699b3-4fd6-4802-92cf-6f67da8ec7e7", +Cell[23373, 643, 153, 1, 70, "ExampleText",ExpressionUUID->"b45699b3-4fd6-4802-92cf-6f67da8ec7e7", CellID->562775358], -Cell[23467, 641, 345, 9, 70, "Input",ExpressionUUID->"6baad091-2f49-43a6-a507-6d8f4677fc8f", +Cell[23529, 646, 345, 9, 70, "Input",ExpressionUUID->"6baad091-2f49-43a6-a507-6d8f4677fc8f", CellID->1900354259], Cell[CellGroupData[{ -Cell[23837, 654, 131, 2, 70, "Input",ExpressionUUID->"7b69f774-1c7d-47e6-949a-7ac8fa49b938", +Cell[23899, 659, 131, 2, 70, "Input",ExpressionUUID->"7b69f774-1c7d-47e6-949a-7ac8fa49b938", CellID->1462894502], -Cell[23971, 658, 166, 3, 36, "Output",ExpressionUUID->"d84274e2-4da1-4b42-bba4-9a5fc7d5e540", +Cell[24033, 663, 166, 3, 36, "Output",ExpressionUUID->"d84274e2-4da1-4b42-bba4-9a5fc7d5e540", CellID->1231718618] }, Open ]], -Cell[24152, 664, 153, 1, 70, "ExampleText",ExpressionUUID->"44c2db01-9a4f-4285-ac8b-33e25666828d", +Cell[24214, 669, 153, 1, 70, "ExampleText",ExpressionUUID->"44c2db01-9a4f-4285-ac8b-33e25666828d", CellID->375167823], Cell[CellGroupData[{ -Cell[24330, 669, 186, 4, 70, "Input",ExpressionUUID->"ed9efe50-8b49-4e2f-a483-a770ca801c46", +Cell[24392, 674, 186, 4, 70, "Input",ExpressionUUID->"ed9efe50-8b49-4e2f-a483-a770ca801c46", CellID->939287738], -Cell[24519, 675, 161, 3, 36, "Output",ExpressionUUID->"9353e4e9-79aa-41fb-abf2-4394cd004904", +Cell[24581, 680, 161, 3, 36, "Output",ExpressionUUID->"9353e4e9-79aa-41fb-abf2-4394cd004904", CellID->1370312427] }, Open ]], -Cell[24695, 681, 137, 1, 70, "ExampleText",ExpressionUUID->"81c2eeb5-f8c9-4a91-bcf0-1f1f16bd8cf0", +Cell[24757, 686, 137, 1, 70, "ExampleText",ExpressionUUID->"81c2eeb5-f8c9-4a91-bcf0-1f1f16bd8cf0", CellID->809627930], -Cell[24835, 684, 239, 6, 70, "Input",ExpressionUUID->"c73eb816-6d13-4635-a5a1-e68b505dd8a9", +Cell[24897, 689, 239, 6, 70, "Input",ExpressionUUID->"c73eb816-6d13-4635-a5a1-e68b505dd8a9", CellID->555166661], -Cell[25077, 692, 167, 3, 70, "ExampleText",ExpressionUUID->"22cd08ff-f0b9-4bb1-aefc-a6f70f2cbcde", +Cell[25139, 697, 167, 3, 70, "ExampleText",ExpressionUUID->"22cd08ff-f0b9-4bb1-aefc-a6f70f2cbcde", CellID->582174438], Cell[CellGroupData[{ -Cell[25269, 699, 170, 3, 70, "Input",ExpressionUUID->"b0d2e50a-a770-4bee-a126-7baf42e7ecb3", +Cell[25331, 704, 170, 3, 70, "Input",ExpressionUUID->"b0d2e50a-a770-4bee-a126-7baf42e7ecb3", CellID->178527050], -Cell[25442, 704, 538, 14, 51, "Output",ExpressionUUID->"99cf1166-d097-469f-86c9-a00d977de739", +Cell[25504, 709, 538, 14, 51, "Output",ExpressionUUID->"99cf1166-d097-469f-86c9-a00d977de739", CellID->1852004792] }, Open ]], -Cell[25995, 721, 144, 1, 70, "ExampleText",ExpressionUUID->"8fd4b2cb-8716-4249-b338-d89c1345e378", +Cell[26057, 726, 144, 1, 70, "ExampleText",ExpressionUUID->"8fd4b2cb-8716-4249-b338-d89c1345e378", CellID->328699464], Cell[CellGroupData[{ -Cell[26164, 726, 160, 3, 70, "Input",ExpressionUUID->"389fa16d-3eb2-4a1a-aa55-4113e3e0da2e", +Cell[26226, 731, 160, 3, 70, "Input",ExpressionUUID->"389fa16d-3eb2-4a1a-aa55-4113e3e0da2e", CellID->1079661878], -Cell[26327, 731, 292812, 4955, 70, "Output",ExpressionUUID->"55fac80f-b7e3-4e25-8c7c-85021118693a", +Cell[26389, 736, 292812, 4955, 70, "Output",ExpressionUUID->"55fac80f-b7e3-4e25-8c7c-85021118693a", CellID->66034971] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[319443, 5700, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"6ca1ec91-bc84-479a-b0e1-152697b59204"], +Cell[324945, 5850, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8bc9a20e-7072-42d5-a275-0d4f66875262"], +Cell[325618, 5870, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4c81deaa-4bf5-4fc9-b1ea-c31092c47f5f"], +Cell[326654, 5898, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"b4267abc-52a5-4c14-b28e-3eeba52b9266"], Cell[CellGroupData[{ -Cell[319403, 5697, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"c0066811-276b-4383-89d2-c2821b5e455b"], -Cell[324905, 5847, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b778eaf0-0d29-4c83-96c0-e40315493543"] -}, Open ]], -Cell[325590, 5868, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"52bc6f99-f296-4407-a5f3-21ebd9095cbc"], -Cell[326626, 5896, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"b0f8436b-24ff-49b4-b0c6-0de43bc84257"], -Cell[CellGroupData[{ -Cell[328896, 5963, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4bcb9693-338a-42ad-8880-87f76d38d46d", +Cell[328924, 5965, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4bcb9693-338a-42ad-8880-87f76d38d46d", CellID->50309288], -Cell[329035, 5966, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d98277db-1c0d-49a0-acc7-885b52d61a30", +Cell[329063, 5968, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d98277db-1c0d-49a0-acc7-885b52d61a30", CellID->1194386356], -Cell[329257, 5972, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"062bb852-5bf3-4792-b45c-3bdebca773f0", +Cell[329285, 5974, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"062bb852-5bf3-4792-b45c-3bdebca773f0", CellID->1641706272], -Cell[329472, 5977, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"41dcae7d-0e47-415f-9b9b-a8b18cb2f8b9", +Cell[329500, 5979, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"41dcae7d-0e47-415f-9b9b-a8b18cb2f8b9", CellID->399251956], -Cell[329701, 5983, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c3d69330-273d-480c-a837-a9b7d17f11f6", +Cell[329729, 5985, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c3d69330-273d-480c-a837-a9b7d17f11f6", CellID->821434655] }, Open ]], -Cell[329938, 5989, 78, 0, 70, "FooterCell",ExpressionUUID->"252e71dc-aa2d-434d-8cc6-3a9e9a0517f6"] +Cell[329966, 5991, 78, 0, 70, "FooterCell",ExpressionUUID->"6cea33e1-473d-47a1-a418-f7cfae3fbae1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaConvexQ.nb b/Documentation/English/ReferencePages/Symbols/ParaConvexQ.nb index e007603..10df3c8 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 337624, 6123] -NotebookOptionsPosition[ 327468, 5921] -NotebookOutlinePosition[ 329562, 5975] -CellTagsIndexPosition[ 329475, 5970] +NotebookDataLength[ 337635, 6124] +NotebookOptionsPosition[ 327489, 5923] +NotebookOutlinePosition[ 329606, 5978] +CellTagsIndexPosition[ 329519, 5973] WindowTitle->ParaConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b5f79add-ce99-4c1c-8c33-bf323d744e7a"], + "2419a2d8-70ef-483e-a227-10a79f8ac03f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3ab6a8fc-a512-4086-8e1b-97a7cf37116c"], + "d8000ff7-7cb8-4e1d-a8c9-9e861afe0c80"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "33ca69a0-aebe-488a-a7d8-82df42a9256d"] - }],ExpressionUUID->"394f07b5-2b66-4d85-a911-69331501238d"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "394c3d04-4496-4788-8c16-d4814a3ade0d"] + }],ExpressionUUID->"9aefe5d3-6655-48ee-912a-09a98fa36ad7"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "19246709-4233-4d11-855d-e8d2795e95d4"], + "b3c93589-1705-4239-9298-b8c406385b5a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f903c098-be12-49ef-b737-4d41caaeb826"] - }],ExpressionUUID->"b7c87318-cf80-4a9f-a237-1b5a2d9372bf"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "611404f7-8454-4676-81c7-4600b94c1a4b"] + }],ExpressionUUID->"78262c38-335e-4bd1-9d86-c8719c6d3e55"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e174cd9-11fc-4543-b901-d713d095c22d"], + "f3b45536-2eb9-475a-b25c-60fae73fbb99"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c828c113-43a7-4412-99b0-aa8a4866ce0f"] - }],ExpressionUUID->"e16ad524-2e16-43c7-b695-77947eebbb2e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "52f37ec0-962a-4900-951a-385f1e9dfc6b"] + }],ExpressionUUID->"48b3bd64-05d6-41ff-ad57-e84e08eecc93"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "801a910d-5dd5-4ea9-a92f-4ff7ae477e46"], + "5d010356-7255-4368-b4b2-834b4ec288c5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "283b2199-d031-404d-a137-62811ce4fb33"] - }],ExpressionUUID->"33f5e8fa-0e6b-4328-ac0e-070d80abb872"], - StripOnInput->False], {"\<\"TUG/ref/ParaConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaConvexQ.\ + "4cd96a85-a2f2-455b-980e-440a29aa0a2f"] + }],ExpressionUUID->"780ffe23-369a-4699-9917-ca811e1e78f5"], + StripOnInput->False],{ + "\"TUG/ref/ParaConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ParaConvexQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$134949], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaConvexQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$145231], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "652584f0-b472-4c06-a088-f5e304654be7"] + "820ed377-5f4d-4bf5-b3b2-097d3058e4ca"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a8160e15-16d2-4706-ac82-f63caf024bb6"]} + "f3c2188e-7713-4d72-8ca3-c9c9c6033708"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"08d51bc6-3211-4c43-b0ef-98dadd239d53"], + CellID->1,ExpressionUUID->"edb7d4a9-fb0f-4ef9-a22b-f084f2743813"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"5da7af54-f4c3-4b9b-bdf8-226dfdc4fbef"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"4d6d3f97-7e47-4171-825a-94f7cc3b300a"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaConvexQ", "ObjectName",ExpressionUUID-> - "1ee38989-fa02-4340-b6f0-111d31fc7a72"], + "53554f78-2d3f-4618-b710-15de5fc53f70"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d0163c2a-410d-45d7-b58d-2ddf3fd6e40c"], + "Spacer1"]],ExpressionUUID->"a09141b1-72e0-4aa0-8217-f6be85d4e666"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "45b85b61-2204-46c4-99ea-8446f4e6435f"] - }],ExpressionUUID->"f96e9032-43e4-4dcc-b8fb-1c6d5a64a1f6"], Cell[BoxData[ + "d8fcf71f-102e-47fe-af90-9337fab0886d"] + }],ExpressionUUID->"c1da40e3-420c-4453-9a44-f177d5534896"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "958bda82-c336-4ca7-a745-3586485fc7fa"]} + "a1e878cc-6843-4642-9d6e-91800444996b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"25a236e9-f2e3-4845-bae5-29f23ad45067"], + CacheGraphics->False,ExpressionUUID->"94a7e407-0658-458b-811c-7b756a7f5d3c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "a80ba1b1-04d7-4c7c-be59-9c0e2c3c6860"], " \[LineSeparator]checks if the TU game is convex. It returns the value \ 'True' or 'False'." - }],ExpressionUUID->"0c12d310-ca0f-4084-88ad-25939c63be1b"]} + }],ExpressionUUID->"28737a0b-2096-4922-95fc-3f38f2aac699"]} }]], "Usage", CellID->1004544099,ExpressionUUID->"9dae95a9-3da0-4409-b2ff-6995c6f2f7a7"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"66f71866-a537-4577-8d5c-45fef7822c65"], + ExpressionUUID->"e0afb3d0-ef67-44be-a329-724e425dded4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8c9374a0-8dce-4dc1-8a42-c788b49eacb5"], + "Spacer1"]],ExpressionUUID->"e3ef36e4-246c-4261-aad4-b305ca0e6cab"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6a003396-9484-4b00-a2ef-37849c57a5d5"], + }], "NotesFrameText",ExpressionUUID->"a4dc1bd1-9741-430d-a7da-f3a6dc7ad77c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"33d4b6b7-d9a7-4e88-86a4-2dc536c8cccf"]], \ + "Preemptive"]],ExpressionUUID->"d3a0c13e-4a17-4e5a-8f0e-267b566bb7c3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->62976212,ExpressionUUID->"b4245da0-ca64-4df3-8be6-8d454616a9c7"], + CellID->88569622,ExpressionUUID->"cd2a8be9-6f39-4d97-931f-a0cc9d31fadf"], Cell[TextData[{ "The input expression ", @@ -372,19 +377,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2d28316d-65bb-41e5-963d-604e915e2260"], + ExpressionUUID->"e3a77ebc-cd9a-4068-b18a-ee4a25f12388"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"54118fb2-f98a-4170-ad2b-7e89438c48e8"], + "Spacer1"]],ExpressionUUID->"727fac51-25e8-48a6-bb41-82b104e967a8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "13d52f6d-e6f3-4e29-af4f-c7d66cf9760e"] + "2819b50a-d3ca-44ca-bf34-ad43dfd966d0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->782813683,ExpressionUUID->"40933961-95c1-42c0-960d-6261b0187c79"], + CellID->733523590,ExpressionUUID->"60906cda-2976-4fa4-8388-feb6ba58ccd0"], Cell[CellGroupData[{ @@ -413,18 +418,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7dab396b-9c87-419e-bcb5-38d0ba86ba60"], + ExpressionUUID->"139d626a-1b33-4289-b13a-bf5780711baa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3709059c-4ce2-48b7-98d9-71eec42b219f"], + "Spacer1"]],ExpressionUUID->"0fdd3a00-de45-4751-a599-77cd45cc545b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "324de912-02bf-438b-80a8-65922ecdb0a8"] + "a3560902-2c97-40cb-a9b0-a8825618c786"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->572887030,ExpressionUUID->"950aff81-28f9-41b2-868a-01055ba7d5ff"], + CellID->515023602,ExpressionUUID->"19236891-fea6-45ba-a8db-c6a4ccfd7126"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->863902437,ExpressionUUID->"778be062-6763-4e25-aef9-668bfafb2071"], @@ -5640,8 +5645,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 258, 18], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5789,15 +5792,15 @@ Cell[BoxData[GridBox[{ "c3bb51bd-76c0-446f-9712-d157b007241d"] }], "SeeAlso",ExpressionUUID->"06072855-1eac-4481-9dc2-88102d84a43d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9cb8bf32-5e80-4880-94df-\ -f511418a61ec"], + }]], "SeeAlsoSection",ExpressionUUID->"8009f980-2f94-49c8-8af8-\ +78f0dbc95cf8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5809,9 +5812,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ca81bd75-f7f0-40c7-98f1-477449b18ac1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5b2a5115-5b18-402c-a363-\ -217319227d93"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"34be878c-6bac-4471-a68f-\ +bf1d231df6bb"], Cell[BoxData[GridBox[{ { @@ -5828,7 +5830,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4d9a49ef-64c4-4647-bd60-a871d8e7ed8d"]}]}, + "79ce520b-06ff-45f7-a316-114555fe2183"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5836,10 +5838,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1af8647d-fe90-4986-9ef8-fee990af9797"]}]} + "926695bc-09cd-4b9d-b141-8274af71e022"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"629de0ef-bfd3-44f6-bd24-\ -e262d5d7a2ac"], + }]], "MoreAboutSection",ExpressionUUID->"b6d06ca7-dbea-4266-9266-\ +879af0f4c47c"], Cell[BoxData[GridBox[{ { @@ -5866,7 +5868,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AverageConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b5a0dbbb-24a3-40e2-adf2-5ee524d9780d"]], "RelatedLinks", + "4efa5e65-db2e-47ab-a477-2c20e014b4da"]], "RelatedLinks", ExpressionUUID->"68fee5aa-b54e-4119-ac13-87067006ed02"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5883,11 +5885,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69d8ef8f-bbc6-4576-b7fb-3ece07614a21"]], "RelatedLinks", + "b5d85ca2-68cd-4ca8-b56d-3c7a0427b83b"]], "RelatedLinks", ExpressionUUID->"4dbafbdc-6c08-4db3-9df3-93a83b075093"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0ccb67c9-2f36-45fd-bdf5-\ -63e20320614a"], + }]], "RelatedLinksSection",ExpressionUUID->"c82bf967-df94-4d64-ab08-\ +8e4a9cfbb808"], Cell[CellGroupData[{ @@ -5917,11 +5919,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ef5019ab-e038-47d0-8fa9-8882a8f5fc2b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c9cb8498-05b1-434a-a05f-d4c73ab9deed"] +Cell[" ", "FooterCell",ExpressionUUID->"225f684a-9a69-4a8e-ac5c-11f480e469fa"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaConvexQ", TaggingRules->{ @@ -5932,7 +5934,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 33.636404}", + "built" -> "{2024, 6, 3, 16, 54, 15.156817}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -5940,10 +5942,11 @@ TaggingRules->{ "summary" -> "ParaConvexQ[game] checks if the TU game is convex. It returns the value \ 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaConvexQ", "titlemodifier" -> "", "windowtitle" -> "ParaConvexQ", - "type" -> "Symbol", "uri" -> "TUG/ref/ParaConvexQ"}}, + "ParaConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -5952,9 +5955,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ef97c061-11fd-405b-ac1f-beef6565f524" +ExpressionUUID->"1a9f4e9f-b427-410a-a864-6b0b9035832d" ] (* End of Notebook Content *) @@ -5962,169 +5965,167 @@ ExpressionUUID->"ef97c061-11fd-405b-ac1f-beef6565f524" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13359, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"40933961-95c1-42c0-960d-6261b0187c79", + Cell[13414, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60906cda-2976-4fa4-8388-feb6ba58ccd0", CellTags->"PrimaryExamplesSection", - CellID->782813683]} + CellID->733523590]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 329275, 5963} + {"PrimaryExamplesSection", 329319, 5966} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7072, 168, 56, "AnchorBarGrid",ExpressionUUID->"08d51bc6-3211-4c43-b0ef-98dadd239d53", +Cell[583, 21, 7127, 173, 57, "AnchorBarGrid",ExpressionUUID->"edb7d4a9-fb0f-4ef9-a22b-f084f2743813", CellID->1], -Cell[7658, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"5da7af54-f4c3-4b9b-bdf8-226dfdc4fbef"], +Cell[7713, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"4d6d3f97-7e47-4171-825a-94f7cc3b300a"], Cell[CellGroupData[{ -Cell[7781, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"25a236e9-f2e3-4845-bae5-29f23ad45067"], -Cell[9069, 232, 487, 10, 111, "Usage",ExpressionUUID->"9dae95a9-3da0-4409-b2ff-6995c6f2f7a7", +Cell[7836, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"94a7e407-0658-458b-811c-7b756a7f5d3c"], +Cell[9124, 237, 487, 10, 111, "Usage",ExpressionUUID->"9dae95a9-3da0-4409-b2ff-6995c6f2f7a7", CellID->1004544099] }, Open ]], Cell[CellGroupData[{ -Cell[9593, 247, 1893, 47, 37, "NotesSection",ExpressionUUID->"b4245da0-ca64-4df3-8be6-8d454616a9c7", +Cell[9648, 252, 1893, 47, 37, "NotesSection",ExpressionUUID->"cd2a8be9-6f39-4d97-931f-a0cc9d31fadf", CellGroupingRules->{"SectionGrouping", 50}, - CellID->62976212], -Cell[11489, 296, 663, 17, 49, "Notes",ExpressionUUID->"766bec0a-d854-4e38-aabd-9c7a3c4da0ba", + CellID->88569622], +Cell[11544, 301, 663, 17, 48, "Notes",ExpressionUUID->"766bec0a-d854-4e38-aabd-9c7a3c4da0ba", CellID->26053], -Cell[12155, 315, 515, 13, 37, "Notes",ExpressionUUID->"58eaacf0-a1ea-4124-a3e5-1b73bbee4ae4", +Cell[12210, 320, 515, 13, 38, "Notes",ExpressionUUID->"58eaacf0-a1ea-4124-a3e5-1b73bbee4ae4", CellID->949966636], -Cell[12673, 330, 227, 4, 36, "Notes",ExpressionUUID->"8beb76aa-d08b-48e6-84ad-7de9ebb9171c", +Cell[12728, 335, 227, 4, 36, "Notes",ExpressionUUID->"8beb76aa-d08b-48e6-84ad-7de9ebb9171c", CellID->1331988419], -Cell[12903, 336, 144, 1, 36, "Notes",ExpressionUUID->"92cc959f-c972-486d-819a-67ab142b0f63", +Cell[12958, 341, 144, 1, 36, "Notes",ExpressionUUID->"92cc959f-c972-486d-819a-67ab142b0f63", CellID->1686522716], -Cell[13050, 339, 182, 4, 36, "Notes",ExpressionUUID->"3b6e1fb2-875f-4274-947d-16a9ccd297f9", +Cell[13105, 344, 182, 4, 36, "Notes",ExpressionUUID->"3b6e1fb2-875f-4274-947d-16a9ccd297f9", CellID->490378437] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13359, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"40933961-95c1-42c0-960d-6261b0187c79", +Cell[13414, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60906cda-2976-4fa4-8388-feb6ba58ccd0", CellTags->"PrimaryExamplesSection", - CellID->782813683], + CellID->733523590], Cell[CellGroupData[{ -Cell[14804, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"950aff81-28f9-41b2-868a-01055ba7d5ff", - CellID->572887030], -Cell[16205, 428, 149, 1, 38, "ExampleText",ExpressionUUID->"778be062-6763-4e25-aef9-668bfafb2071", +Cell[14859, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"19236891-fea6-45ba-a8db-c6a4ccfd7126", + CellID->515023602], +Cell[16260, 433, 149, 1, 39, "ExampleText",ExpressionUUID->"778be062-6763-4e25-aef9-668bfafb2071", CellID->863902437], -Cell[16357, 431, 183, 4, 27, "Input",ExpressionUUID->"2cdd59dd-4cba-47e9-a996-f22c9be558c4", +Cell[16412, 436, 183, 4, 27, "Input",ExpressionUUID->"2cdd59dd-4cba-47e9-a996-f22c9be558c4", CellID->811641335], Cell[CellGroupData[{ -Cell[16565, 439, 137, 2, 27, "Input",ExpressionUUID->"e4b0a760-5475-40b3-a20a-2c68c10e1398", +Cell[16620, 444, 137, 2, 27, "Input",ExpressionUUID->"e4b0a760-5475-40b3-a20a-2c68c10e1398", CellID->1176089760], -Cell[16705, 443, 158, 3, 36, "Output",ExpressionUUID->"81e76b46-60c1-4e2e-9cdf-c583ea4416fd", +Cell[16760, 448, 158, 3, 36, "Output",ExpressionUUID->"81e76b46-60c1-4e2e-9cdf-c583ea4416fd", CellID->1746358924] }, Open ]], -Cell[16878, 449, 117, 1, 38, "ExampleText",ExpressionUUID->"4ab837f0-8704-4be8-bbf4-022f17600580", +Cell[16933, 454, 117, 1, 39, "ExampleText",ExpressionUUID->"4ab837f0-8704-4be8-bbf4-022f17600580", CellID->50469346], Cell[CellGroupData[{ -Cell[17020, 454, 197, 4, 27, "Input",ExpressionUUID->"eb97a3d5-3fe6-4c82-ad60-e7d4861d2ee7", +Cell[17075, 459, 197, 4, 27, "Input",ExpressionUUID->"eb97a3d5-3fe6-4c82-ad60-e7d4861d2ee7", CellID->350680404], Cell[CellGroupData[{ -Cell[17242, 462, 206, 3, 23, "Print",ExpressionUUID->"20c601bd-e837-4e2a-9390-f492eedc702a", +Cell[17297, 467, 206, 3, 23, "Print",ExpressionUUID->"20c601bd-e837-4e2a-9390-f492eedc702a", CellID->243500279], -Cell[17451, 467, 335, 7, 23, "Print",ExpressionUUID->"dbbe7953-9d66-4986-8d72-d5c9a237ec4e", +Cell[17506, 472, 335, 7, 23, "Print",ExpressionUUID->"dbbe7953-9d66-4986-8d72-d5c9a237ec4e", CellID->394946509], -Cell[17789, 476, 207, 3, 23, "Print",ExpressionUUID->"7e217400-61ad-4eb5-a161-e98b8955fd25", +Cell[17844, 481, 207, 3, 23, "Print",ExpressionUUID->"7e217400-61ad-4eb5-a161-e98b8955fd25", CellID->1311064232], -Cell[17999, 481, 189, 2, 23, "Print",ExpressionUUID->"0d06e96e-3436-4bcf-99fa-215acbc2fb15", +Cell[18054, 486, 189, 2, 23, "Print",ExpressionUUID->"0d06e96e-3436-4bcf-99fa-215acbc2fb15", CellID->67642616], -Cell[18191, 485, 178, 2, 70, "Print",ExpressionUUID->"b60bb314-e2cf-448c-8b29-76b6d5dcb01b", +Cell[18246, 490, 178, 2, 23, "Print",ExpressionUUID->"b60bb314-e2cf-448c-8b29-76b6d5dcb01b", CellID->1669836042], -Cell[18372, 489, 208, 3, 70, "Print",ExpressionUUID->"a4ff119f-6740-43ed-9a94-409cf565410c", +Cell[18427, 494, 208, 3, 70, "Print",ExpressionUUID->"a4ff119f-6740-43ed-9a94-409cf565410c", CellID->1851218309], -Cell[18583, 494, 190, 2, 70, "Print",ExpressionUUID->"77b9d13a-07e1-49d2-9b0d-d14b3ed93fec", +Cell[18638, 499, 190, 2, 70, "Print",ExpressionUUID->"77b9d13a-07e1-49d2-9b0d-d14b3ed93fec", CellID->685227149], -Cell[18776, 498, 207, 3, 70, "Print",ExpressionUUID->"2d647981-1a6c-470e-9528-b98cc8d00b18", +Cell[18831, 503, 207, 3, 70, "Print",ExpressionUUID->"2d647981-1a6c-470e-9528-b98cc8d00b18", CellID->2021489715], -Cell[18986, 503, 207, 3, 70, "Print",ExpressionUUID->"af467d43-1056-4781-a3f5-ad4e4e5c3033", +Cell[19041, 508, 207, 3, 70, "Print",ExpressionUUID->"af467d43-1056-4781-a3f5-ad4e4e5c3033", CellID->1788362218], -Cell[19196, 508, 178, 2, 70, "Print",ExpressionUUID->"fef79a90-d00a-4ae8-9982-0d1382d093ab", +Cell[19251, 513, 178, 2, 70, "Print",ExpressionUUID->"fef79a90-d00a-4ae8-9982-0d1382d093ab", CellID->2034812398], -Cell[19377, 512, 207, 3, 70, "Print",ExpressionUUID->"30b908f1-f312-4ee3-8e00-ae63c869f131", +Cell[19432, 517, 207, 3, 70, "Print",ExpressionUUID->"30b908f1-f312-4ee3-8e00-ae63c869f131", CellID->1141902841] }, Open ]] }, Open ]], -Cell[19611, 519, 133, 1, 70, "ExampleText",ExpressionUUID->"297953e6-893c-440c-af4a-d61b49da1507", +Cell[19666, 524, 133, 1, 70, "ExampleText",ExpressionUUID->"297953e6-893c-440c-af4a-d61b49da1507", CellID->721997660], -Cell[19747, 522, 182, 4, 70, "Input",ExpressionUUID->"70266d0a-8ddb-46a0-b1f2-9bb12844d845", +Cell[19802, 527, 182, 4, 70, "Input",ExpressionUUID->"70266d0a-8ddb-46a0-b1f2-9bb12844d845", CellID->540847783], -Cell[19932, 528, 292, 9, 70, "Input",ExpressionUUID->"9b98c4cf-275a-44c6-87c8-9f6ff2fa6b1b", +Cell[19987, 533, 292, 9, 70, "Input",ExpressionUUID->"9b98c4cf-275a-44c6-87c8-9f6ff2fa6b1b", CellID->2077674786], -Cell[20227, 539, 199, 5, 70, "Input",ExpressionUUID->"85665e55-6006-4d57-9cdc-fe78d24bd3f7", +Cell[20282, 544, 199, 5, 70, "Input",ExpressionUUID->"85665e55-6006-4d57-9cdc-fe78d24bd3f7", CellID->1326938141], -Cell[20429, 546, 228, 6, 70, "Input",ExpressionUUID->"1b46f3f1-44c2-453c-aed8-0354206814d0", +Cell[20484, 551, 228, 6, 70, "Input",ExpressionUUID->"1b46f3f1-44c2-453c-aed8-0354206814d0", CellID->383257170], Cell[CellGroupData[{ -Cell[20682, 556, 158, 3, 70, "Input",ExpressionUUID->"61a551b7-59fc-49d2-b554-07efb25a54f1", +Cell[20737, 561, 158, 3, 70, "Input",ExpressionUUID->"61a551b7-59fc-49d2-b554-07efb25a54f1", CellID->112948897], -Cell[20843, 561, 159, 3, 36, "Output",ExpressionUUID->"3459ece2-ad52-4ffb-bec9-eaf1e8bd9883", +Cell[20898, 566, 159, 3, 36, "Output",ExpressionUUID->"3459ece2-ad52-4ffb-bec9-eaf1e8bd9883", CellID->1642730518] }, Open ]], -Cell[21017, 567, 342, 9, 70, "Input",ExpressionUUID->"84b1725e-7f47-442c-87c7-67166d8a1a9b", +Cell[21072, 572, 342, 9, 70, "Input",ExpressionUUID->"84b1725e-7f47-442c-87c7-67166d8a1a9b", CellID->596298168], Cell[CellGroupData[{ -Cell[21384, 580, 131, 2, 70, "Input",ExpressionUUID->"870b0210-8642-431b-9483-9246642d9b33", +Cell[21439, 585, 131, 2, 70, "Input",ExpressionUUID->"870b0210-8642-431b-9483-9246642d9b33", CellID->1040592007], -Cell[21518, 584, 165, 3, 36, "Output",ExpressionUUID->"605e12bb-2552-45ac-844d-aee700fc4aa3", +Cell[21573, 589, 165, 3, 36, "Output",ExpressionUUID->"605e12bb-2552-45ac-844d-aee700fc4aa3", CellID->264612601] }, Open ]], -Cell[21698, 590, 239, 6, 70, "Input",ExpressionUUID->"7868cc9a-94ce-4d2b-85c1-9ffa127421ac", +Cell[21753, 595, 239, 6, 70, "Input",ExpressionUUID->"7868cc9a-94ce-4d2b-85c1-9ffa127421ac", CellID->1274121503], -Cell[21940, 598, 191, 4, 70, "ExampleText",ExpressionUUID->"89a4d6fe-b180-408e-8a8b-524a44190983", +Cell[21995, 603, 191, 4, 70, "ExampleText",ExpressionUUID->"89a4d6fe-b180-408e-8a8b-524a44190983", CellID->1616849127], Cell[CellGroupData[{ -Cell[22156, 606, 170, 3, 70, "Input",ExpressionUUID->"f53ca9aa-2fa2-4c84-8819-63e086a5ee82", +Cell[22211, 611, 170, 3, 70, "Input",ExpressionUUID->"f53ca9aa-2fa2-4c84-8819-63e086a5ee82", CellID->1174996578], -Cell[22329, 611, 175, 4, 36, "Output",ExpressionUUID->"401f5d4e-6b1e-4d44-9c56-a6e3108a0299", +Cell[22384, 616, 175, 4, 36, "Output",ExpressionUUID->"401f5d4e-6b1e-4d44-9c56-a6e3108a0299", CellID->1194923624] }, Open ]], -Cell[22519, 618, 130, 1, 70, "ExampleText",ExpressionUUID->"e19adaf4-63eb-4f3f-98e0-a03dfa32b931", +Cell[22574, 623, 130, 1, 70, "ExampleText",ExpressionUUID->"e19adaf4-63eb-4f3f-98e0-a03dfa32b931", CellID->1821391970], Cell[CellGroupData[{ -Cell[22674, 623, 284, 7, 70, "Input",ExpressionUUID->"ace666a7-ca35-42c2-bda8-9d1009369d6b", +Cell[22729, 628, 284, 7, 70, "Input",ExpressionUUID->"ace666a7-ca35-42c2-bda8-9d1009369d6b", CellID->675798160], -Cell[22961, 632, 214, 5, 36, "Output",ExpressionUUID->"996a86b7-5821-42a0-9987-229a43f32dbb", +Cell[23016, 637, 214, 5, 36, "Output",ExpressionUUID->"996a86b7-5821-42a0-9987-229a43f32dbb", CellID->1153168565] }, Open ]], -Cell[23190, 640, 150, 1, 70, "ExampleText",ExpressionUUID->"4752c9bb-6061-40bd-aac5-ba4a7ea5d9aa", +Cell[23245, 645, 150, 1, 70, "ExampleText",ExpressionUUID->"4752c9bb-6061-40bd-aac5-ba4a7ea5d9aa", CellID->964997932], Cell[CellGroupData[{ -Cell[23365, 645, 289, 7, 70, "Input",ExpressionUUID->"504b8b3b-898b-451b-9cdc-31cc85f7b6b1", +Cell[23420, 650, 289, 7, 70, "Input",ExpressionUUID->"504b8b3b-898b-451b-9cdc-31cc85f7b6b1", CellID->2083459762], -Cell[23657, 654, 213, 5, 36, "Output",ExpressionUUID->"1751dd6e-bd40-4581-a47d-70531e13b159", +Cell[23712, 659, 213, 5, 36, "Output",ExpressionUUID->"1751dd6e-bd40-4581-a47d-70531e13b159", CellID->893994141] }, Open ]], -Cell[23885, 662, 261, 4, 70, "ExampleText",ExpressionUUID->"cd4c3c86-9b59-423c-8ab7-4577be33a607", +Cell[23940, 667, 261, 4, 70, "ExampleText",ExpressionUUID->"cd4c3c86-9b59-423c-8ab7-4577be33a607", CellID->1000290794], -Cell[24149, 668, 144, 1, 70, "ExampleText",ExpressionUUID->"870aca98-16e3-458f-b7f7-32c07ef52654", +Cell[24204, 673, 144, 1, 70, "ExampleText",ExpressionUUID->"870aca98-16e3-458f-b7f7-32c07ef52654", CellID->326286140], Cell[CellGroupData[{ -Cell[24318, 673, 159, 3, 70, "Input",ExpressionUUID->"7865c54e-7bcf-4f95-889b-96dc1758313f", +Cell[24373, 678, 159, 3, 70, "Input",ExpressionUUID->"7865c54e-7bcf-4f95-889b-96dc1758313f", CellID->756682563], -Cell[24480, 678, 292811, 4955, 70, "Output",ExpressionUUID->"77f2d66a-d8b3-44e9-adc2-3f053155de16", +Cell[24535, 683, 292811, 4955, 70, "Output",ExpressionUUID->"77f2d66a-d8b3-44e9-adc2-3f053155de16", CellID->728863009] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[317588, 5647, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"8009f980-2f94-49c8-8af8-78f0dbc95cf8"], +Cell[323040, 5797, 670, 18, 70, "TechNotesSection",ExpressionUUID->"34be878c-6bac-4471-a68f-bf1d231df6bb"], +Cell[323713, 5817, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b6d06ca7-dbea-4266-9266-879af0f4c47c"], +Cell[324749, 5845, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"c82bf967-df94-4d64-ab08-8e4a9cfbb808"], Cell[CellGroupData[{ -Cell[317555, 5644, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"9cb8bf32-5e80-4880-94df-f511418a61ec"], -Cell[323007, 5794, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5b2a5115-5b18-402c-a363-217319227d93"] -}, Open ]], -Cell[323692, 5815, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"629de0ef-bfd3-44f6-bd24-e262d5d7a2ac"], -Cell[324728, 5843, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"0ccb67c9-2f36-45fd-bdf5-63e20320614a"], -Cell[CellGroupData[{ -Cell[326343, 5893, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"083f224f-ca98-435a-a147-d553ca0ff180", +Cell[326364, 5895, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"083f224f-ca98-435a-a147-d553ca0ff180", CellID->174251628], -Cell[326483, 5896, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b67932f8-5c8e-41db-9579-2c3f59785aa7", +Cell[326504, 5898, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b67932f8-5c8e-41db-9579-2c3f59785aa7", CellID->1194386356], -Cell[326705, 5902, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2241193a-f9c6-4a75-b5f4-40442de3b4a8", +Cell[326726, 5904, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2241193a-f9c6-4a75-b5f4-40442de3b4a8", CellID->1641706272], -Cell[326920, 5907, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b47bdac-8dba-4fe6-9f79-4ed4524d98d6", +Cell[326941, 5909, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0b47bdac-8dba-4fe6-9f79-4ed4524d98d6", CellID->399251956], -Cell[327149, 5913, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ef5019ab-e038-47d0-8fa9-8882a8f5fc2b", +Cell[327170, 5915, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ef5019ab-e038-47d0-8fa9-8882a8f5fc2b", CellID->821434655] }, Open ]], -Cell[327386, 5919, 78, 0, 70, "FooterCell",ExpressionUUID->"c9cb8498-05b1-434a-a05f-d4c73ab9deed"] +Cell[327407, 5921, 78, 0, 70, "FooterCell",ExpressionUUID->"225f684a-9a69-4a8e-ac5c-11f480e469fa"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaDirectionOfImprovement.nb b/Documentation/English/ReferencePages/Symbols/ParaDirectionOfImprovement.nb index 7e6890f..2e85d65 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaDirectionOfImprovement.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaDirectionOfImprovement.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 363617, 6868] -NotebookOptionsPosition[ 349460, 6589] -NotebookOutlinePosition[ 351911, 6648] -CellTagsIndexPosition[ 351824, 6643] +NotebookDataLength[ 363628, 6868] +NotebookOptionsPosition[ 349487, 6591] +NotebookOutlinePosition[ 351955, 6650] +CellTagsIndexPosition[ 351868, 6645] WindowTitle->ParaDirectionOfImprovement WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0b358619-b72c-4e6a-a905-d6a845f0b4e9"], + "c9000431-c3f1-4537-9901-9bf91f2bf804"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f1df0e2c-9086-4496-9aee-2eeaaa5f10b9"], + "6dafa7c3-515a-4a1a-a8ca-c549edb2365e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4a2351f0-9569-4e68-aea6-4d131644b15d"] - }],ExpressionUUID->"e8beedfb-023e-4c36-8c95-84c71db71ab6"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "2da3ae35-3ebf-4619-a76a-52620511fa08"] + }],ExpressionUUID->"c40ae25e-76d3-4bd8-b412-cae53eb63beb"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4f38ec07-1b3d-47ca-a44f-779e37dfe815"], + "6d7860f2-6b2a-46da-a730-ba870f3a8df4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4e1d506-e093-4ec4-a4f5-66c4dce6e78e"] - }],ExpressionUUID->"9db29cfc-e1e8-476d-9e88-1812283a14bb"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a6cbd8f7-6b87-41fd-bd65-efc644378450"] + }],ExpressionUUID->"4c916180-8d31-429c-a349-8ac2d5a72434"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26bf40bd-84d9-4585-871b-4912b9993602"], + "4f90f3eb-341c-4645-94b4-c90d61a3ffcc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9f4aba57-1c02-4cd2-869b-8445f6034b11"] - }],ExpressionUUID->"37ccd575-725f-41b2-9724-459b98feecc1"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "96922eb2-75d4-4da3-8409-06031e864e55"] + }],ExpressionUUID->"b7408509-4bfc-41d2-8587-f4450d7d4b13"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c1ae4714-208a-4a0a-9ea7-c99cf51ac1b6"], + "19222087-ce30-40d6-b49c-e26905aaba56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "60f152c8-1625-4c10-b330-a407c0e09fb5"] - }],ExpressionUUID->"3f6bd1cc-cf58-4e18-b6fc-7f9a2f3e75a5"], - StripOnInput->False], {"\<\"TUG/ref/ParaDirectionOfImprovement\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaDirectionOfImprovement"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "07960062-40a8-472e-9856-5344f8ea7c4a"] + }],ExpressionUUID->"251cc929-a359-4603-8206-d41f6081b2ba"], + StripOnInput->False],{ + "\"TUG/ref/ParaDirectionOfImprovement\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaDirectionOfImprovement"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaDirectionOfImprovement.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$135675], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaDirectionOfImprovement" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$145991], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaDirectionOfImprovement" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cf87cc18-b874-4b96-84ec-2aad257757bb"] + "938b410c-e948-4004-9e5a-044e538b1145"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c7374d53-bb0d-4ed0-9134-7af7d3d17167"]} + "79b5e4dc-9c93-411b-ba55-096c9ef33f64"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"78285b97-0bf5-4101-b205-02cad3e4d6ef"], + CellID->1,ExpressionUUID->"494a728b-2a45-4507-b0f0-a1d754ff53aa"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"e3a44a4f-90b9-4887-961a-8e3c4b6a9cfd"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"9c147b4d-a1c0-46a4-87ba-2d7f89a52755"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaDirectionOfImprovement", "ObjectName",ExpressionUUID-> - "52dcf32a-43b3-47fa-87b8-bc8750ea398f"], + "4c3deb57-01f8-4b07-8aca-c58d67a47269"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"78039df9-b163-4b06-885b-edf84f646993"], + "Spacer1"]],ExpressionUUID->"afb33a56-056f-4624-b13f-cd65d8df5f7c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d00e6b1a-d04f-4ed3-8fd8-00e6b830f39d"] - }],ExpressionUUID->"5d14ea83-5207-4bad-86eb-beaf7481642e"], Cell[BoxData[ + "ed5766a2-a75e-4d0d-a55d-bbcd216521ac"] + }],ExpressionUUID->"d0a9f068-4411-499e-ab53-a7dea2ac2082"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3c28c218-3456-43d7-895e-8c29282a3158"]} + "952d4c80-5c4a-429f-97da-b31c5d1117c0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e6c50290-9cad-4cd1-9f19-0b129eb63b23"], + CacheGraphics->False,ExpressionUUID->"4619df6e-74a8-4a8a-94cd-e80ed038ae38"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +246,7 @@ Cell[BoxData[GridBox[{ the unbalancedness in the maximum surpluses. From this vector a new \ imputation is derived that reduces the unbalancedness in the maximum \ surpluses." - }],ExpressionUUID->"7686f0f8-17d9-4ff4-8977-15a1856da0f0"]}, + }],ExpressionUUID->"5a0b8010-bb6f-477b-9823-8ea3eca16482"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaDirectionOfImprovement", "[", @@ -250,7 +255,7 @@ surpluses." "24aed11d-5c26-4d1a-9dd4-fa2654f3864f"], " \[LineSeparator]a more detailed inspection on the intermediate result \ can be revealed by options setting." - }],ExpressionUUID->"390593a3-eb4f-4670-8e08-31b4a5ab1b40"]} + }],ExpressionUUID->"7547b207-2e4d-4469-ae49-555cdff90cf8"]} }]], "Usage", CellID->1406976778,ExpressionUUID->"a41cc9ac-65e3-498b-9717-e0f03e4b32ec"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"670e0e39-227c-47e0-b78e-5236caa4998a"], + ExpressionUUID->"e6ad522c-c140-4d36-bfbc-e17b1bfae51c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3bc0548e-1efc-46f5-bc4e-45dbca49170a"], + "Spacer1"]],ExpressionUUID->"4cff3fe4-c780-461f-8910-79e4679282d1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0b0efe45-e970-452f-b1ac-687ac8afda76"], + }], "NotesFrameText",ExpressionUUID->"0f913266-a4ff-445a-b0f2-3f792b87c5df"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0a76424f-a354-4944-b46c-5761bcf45b1c"]], \ + "Preemptive"]],ExpressionUUID->"15e0ceb6-4da9-4047-b2f8-9b5ba154ecb0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->809386412,ExpressionUUID->"ce90a2da-2968-46a1-b428-0bc73646e9f6"], + CellID->477998122,ExpressionUUID->"e36c03c8-7d87-4b03-988a-3b557485101b"], Cell[TextData[{ "The input expression ", @@ -378,7 +383,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c6c1862f-4907-4ce0-a896-789fd5598bf5"], + "cb2f6818-efb4-4d47-902e-91f496329a66"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -388,7 +393,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"c0f49c87-5eb2-45d3-8838-15ca930a8d72"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9b598c84-4e81-42b5-a912-8896365f1f5b"], + "2b382f79-fb90-4ed4-8661-71d7ae5ad000"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -405,7 +410,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "71d49984-a65b-46e8-afed-d7ad7918bf97"], + "7d7ff8c0-031f-4994-bfac-f6a248ac83f6"], TemplateBox[{ Cell[ TextData["MaximumSurpluses"]], "paclet:TUG/ref/MaximumSurpluses", @@ -415,7 +420,7 @@ Cell[BoxData[GridBox[{ "do not display the set of maximum surpluses.", "TableText", ExpressionUUID->"2f63931d-4036-4a2a-976b-a8ed0af8e9d2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6a9d9e46-afcf-4887-bd63-dc00ccbb5a52"], + "3e66d7fd-a6c2-4507-8195-a887377c8fa7"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -436,7 +441,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "792c96d5-4611-416c-b645-04d402857428"], + "bd1dc40d-6ca3-4441-9ab7-79138f492dff"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -446,7 +451,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"8006f63f-2c67-45b0-8562-87e918bd416a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fe9e3b05-9fbe-46d9-8eac-4aef2db3bba2"], + "93c3a70c-1536-4adf-875e-832cf32af2d1"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -573,19 +578,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1dd49ca0-11ad-4792-8941-eb79e4208cf6"], + ExpressionUUID->"2306e4d9-bc52-4ca7-8961-c46285f8ce71"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7e87ba57-dcf6-4f29-ad7d-f39bcbd91251"], + "Spacer1"]],ExpressionUUID->"92685972-31c4-4b95-8e8a-f93bead12667"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "176cdecb-4558-480a-90c6-e759a57242bd"] + "68315690-ca80-47a8-a321-fdda93367287"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2041787467,ExpressionUUID->"dc2ee665-4829-456d-8d1b-77ec6636ab7b"], + CellID->519770969,ExpressionUUID->"71c2b8a0-04f7-4ca6-96f9-199c8580d4c6"], Cell[CellGroupData[{ @@ -614,18 +619,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"60413eab-957f-4584-beb1-87c5ec2b0cea"], + ExpressionUUID->"f2cb8892-5569-4723-877d-a956e288296b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"aaeb871d-2c2f-4b16-bfc9-ada514da6dbf"], + "Spacer1"]],ExpressionUUID->"57d89226-263c-4f35-b436-5b7e3afb0882"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "83d5480a-d0cf-4b38-8c92-78649ab7f3c9"] + "f2d11690-62e6-468b-b7bc-13fea6106ed7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->334871043,ExpressionUUID->"568cd4a5-ba59-4fb3-81d3-a4d35be24e1d"], + CellID->893773379,ExpressionUUID->"b5fe6a22-ce01-4b42-aa23-babe188c69ee"], Cell[BoxData[ RowBox[{ @@ -6291,8 +6296,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 438, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6440,15 +6443,15 @@ Cell[BoxData[GridBox[{ "232f453e-3191-4dfa-b0aa-907b879f07b1"] }], "SeeAlso",ExpressionUUID->"beb155fa-2831-4151-9edf-969066405b03"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8bd80da7-9a88-4a0a-9767-\ -ffc39ef58498"], + }]], "SeeAlsoSection",ExpressionUUID->"bdf36d09-5b3a-4553-8a5e-\ +71c247da5820"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6460,9 +6463,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4279834f-b161-45b4-b01f-12fb9d770400"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"dec459f2-63b6-439f-91de-\ -fde990a40c53"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3eeeadcb-baed-4fc4-9be6-\ +e86851dab0e0"], Cell[BoxData[GridBox[{ { @@ -6479,7 +6481,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "94536dea-7695-4e61-8a4a-a57beb2f96f0"]}]}, + "bd434c4a-323f-4313-95b1-d10012763a22"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6487,10 +6489,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ed7bebb9-5802-4cc9-8b2d-ee80e32b9b1f"]}]} + "22fea4f5-fbe1-4cad-937b-c2390c56c31e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1363f0a8-bdb5-484f-adcb-\ -258cd140c41d"], + }]], "MoreAboutSection",ExpressionUUID->"71d0af23-dc51-4bc1-bcbe-\ +b033d8b9a305"], Cell[BoxData[GridBox[{ { @@ -6517,7 +6519,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b31b0b8b-4d89-4be0-acd0-16b060479a87"]], "RelatedLinks", + "eca15b07-0182-4152-817d-a0a05f37150a"]], "RelatedLinks", ExpressionUUID->"d865dbf2-47ac-478d-94af-3c7b287e8e31"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6534,7 +6536,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "88c17fa8-0a72-473a-aad9-fa25b5eeb872"]], "RelatedLinks", + "f13dbe6d-71a5-4ef9-9b50-573e23c97484"]], "RelatedLinks", ExpressionUUID->"f22ee11b-7ca2-4df8-8e06-358d30c51d0c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6551,11 +6553,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b7e0a8b-50e9-4041-8184-ce7423d994b9"]], "RelatedLinks", + "6eafc235-19a1-4e75-b430-29459cbd077f"]], "RelatedLinks", ExpressionUUID->"ecd009fe-6db3-455b-bc74-b22d2dcddb1d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"44796ba7-0bda-49a3-973a-\ -f38957c14299"], + }]], "RelatedLinksSection",ExpressionUUID->"6f7e82c6-fc25-45a6-a1e2-\ +1644344beaa1"], Cell[CellGroupData[{ @@ -6585,11 +6587,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9f3f84bc-ff21-4646-a054-80b7f3d0194d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8088c6d5-b753-4c39-a1e2-4aa96eb21f0f"] +Cell[" ", "FooterCell",ExpressionUUID->"07648fa9-80dd-42c6-bfcc-a3c645ff67d1"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaDirectionOfImprovement", TaggingRules->{ @@ -6600,7 +6602,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 35.882386}", + "built" -> "{2024, 6, 3, 16, 54, 16.602749}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6612,11 +6614,11 @@ this vector a new imputation is derived that reduces the unbalancedness in \ the maximum surpluses. ParaDirectionOfImprovement[game, payoff] a more \ detailed inspection on the intermediate result can be revealed by options \ setting.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaDirectionOfImprovement", "titlemodifier" -> "", "windowtitle" -> - "ParaDirectionOfImprovement", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaDirectionOfImprovement"}}, + "ParaDirectionOfImprovement", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "ParaDirectionOfImprovement", "type" -> "Symbol", + "uri" -> "TUG/ref/ParaDirectionOfImprovement"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6625,9 +6627,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6b7e9130-552c-42a4-a25b-0909ec959bf0" +ExpressionUUID->"918098af-5b6b-4175-8a1f-a0328b01f23e" ] (* End of Notebook Content *) @@ -6635,241 +6637,239 @@ ExpressionUUID->"6b7e9130-552c-42a4-a25b-0909ec959bf0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21028, 550, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dc2ee665-4829-456d-8d1b-77ec6636ab7b", + Cell[21090, 555, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"71c2b8a0-04f7-4ca6-96f9-199c8580d4c6", CellTags->"PrimaryExamplesSection", - CellID->2041787467]} + CellID->519770969]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 351623, 6636} + {"PrimaryExamplesSection", 351668, 6638} } *) (*NotebookFileOutline Notebook[{ -Cell[598, 21, 7161, 168, 56, "AnchorBarGrid",ExpressionUUID->"78285b97-0bf5-4101-b205-02cad3e4d6ef", +Cell[598, 21, 7223, 173, 57, "AnchorBarGrid",ExpressionUUID->"494a728b-2a45-4507-b0f0-a1d754ff53aa", CellID->1], -Cell[7762, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"e3a44a4f-90b9-4887-961a-8e3c4b6a9cfd"], +Cell[7824, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"9c147b4d-a1c0-46a4-87ba-2d7f89a52755"], Cell[CellGroupData[{ -Cell[7885, 195, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"e6c50290-9cad-4cd1-9f19-0b129eb63b23"], -Cell[9188, 232, 1108, 22, 209, "Usage",ExpressionUUID->"a41cc9ac-65e3-498b-9717-e0f03e4b32ec", +Cell[7947, 200, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"4619df6e-74a8-4a8a-94cd-e80ed038ae38"], +Cell[9250, 237, 1108, 22, 208, "Usage",ExpressionUUID->"a41cc9ac-65e3-498b-9717-e0f03e4b32ec", CellID->1406976778] }, Open ]], Cell[CellGroupData[{ -Cell[10333, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"ce90a2da-2968-46a1-b428-0bc73646e9f6", +Cell[10395, 264, 1894, 47, 37, "NotesSection",ExpressionUUID->"e36c03c8-7d87-4b03-988a-3b557485101b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->809386412], -Cell[12230, 308, 782, 20, 57, "]]",ExpressionUUID->"af707aa3-108f-4970-b2fd-2747438cbc68", + CellID->477998122], +Cell[12292, 313, 782, 20, 57, "]]",ExpressionUUID->"af707aa3-108f-4970-b2fd-2747438cbc68", CellID->313448337], -Cell[13015, 330, 516, 13, 37, "Notes",ExpressionUUID->"517b8b37-783b-4887-8db2-e54ed5050e3a", +Cell[13077, 335, 516, 13, 38, "Notes",ExpressionUUID->"517b8b37-783b-4887-8db2-e54ed5050e3a", CellID->1482062341], -Cell[13534, 345, 308, 5, 57, "Notes",ExpressionUUID->"8502c9e5-94a5-49fe-a48e-4386a9ef0eed", +Cell[13596, 350, 308, 5, 57, "Notes",ExpressionUUID->"8502c9e5-94a5-49fe-a48e-4386a9ef0eed", CellID->1356261429], -Cell[13845, 352, 172, 3, 36, "Notes",ExpressionUUID->"2d52368d-3efd-4040-a53e-c5e2ea20cbfc", +Cell[13907, 357, 172, 3, 36, "Notes",ExpressionUUID->"2d52368d-3efd-4040-a53e-c5e2ea20cbfc", CellID->1310166402], -Cell[14020, 357, 219, 4, 36, "Notes",ExpressionUUID->"9d0fe646-2dcb-4ccf-8a40-c34600023570", +Cell[14082, 362, 219, 4, 36, "Notes",ExpressionUUID->"9d0fe646-2dcb-4ccf-8a40-c34600023570", CellID->1808154948], -Cell[14242, 363, 182, 4, 36, "Notes",ExpressionUUID->"3576143a-49d8-44d9-aebf-a618a53e7f7c", +Cell[14304, 368, 182, 4, 36, "Notes",ExpressionUUID->"3576143a-49d8-44d9-aebf-a618a53e7f7c", CellID->1519010186], -Cell[14427, 369, 129, 1, 36, "Notes",ExpressionUUID->"6e8429e2-7986-4de8-b98f-9def8ee7275f", +Cell[14489, 374, 129, 1, 36, "Notes",ExpressionUUID->"6e8429e2-7986-4de8-b98f-9def8ee7275f", CellID->547120330], -Cell[14559, 372, 267, 4, 49, "Notes",ExpressionUUID->"b7aa2810-1aab-4922-b1bc-5e05c7b82c0a", +Cell[14621, 377, 267, 4, 48, "Notes",ExpressionUUID->"b7aa2810-1aab-4922-b1bc-5e05c7b82c0a", CellID->13178], -Cell[14829, 378, 1111, 25, 67, "3ColumnTableMod",ExpressionUUID->"d48fa40c-a7e6-4498-9fe5-55104cfbebd6", +Cell[14891, 383, 1111, 25, 88, "3ColumnTableMod",ExpressionUUID->"d48fa40c-a7e6-4498-9fe5-55104cfbebd6", CellID->1028331909], -Cell[15943, 405, 1213, 29, 67, "3ColumnTableMod",ExpressionUUID->"79f3db2a-93a0-4dd6-b1e6-fbe6888d1916", +Cell[16005, 410, 1213, 29, 69, "3ColumnTableMod",ExpressionUUID->"79f3db2a-93a0-4dd6-b1e6-fbe6888d1916", CellID->2061324663], -Cell[17159, 436, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"35e05a05-8a17-4df9-bf58-83bad8c519e8", +Cell[17221, 441, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"35e05a05-8a17-4df9-bf58-83bad8c519e8", CellID->11156], -Cell[18386, 467, 505, 14, 70, "Notes",ExpressionUUID->"802395f6-8a7d-43c6-baa8-691eeadcbb53", +Cell[18448, 472, 505, 14, 70, "Notes",ExpressionUUID->"802395f6-8a7d-43c6-baa8-691eeadcbb53", CellID->430048067], -Cell[18894, 483, 528, 14, 70, "Notes",ExpressionUUID->"15c5d261-8dff-4f28-b07b-eb7bb2362908", +Cell[18956, 488, 528, 14, 70, "Notes",ExpressionUUID->"15c5d261-8dff-4f28-b07b-eb7bb2362908", CellID->2041037989], -Cell[19425, 499, 499, 14, 70, "Notes",ExpressionUUID->"a1041d2c-8b93-467e-a528-53a573bdd1a2", +Cell[19487, 504, 499, 14, 70, "Notes",ExpressionUUID->"a1041d2c-8b93-467e-a528-53a573bdd1a2", CellID->428603971], -Cell[19927, 515, 505, 14, 70, "Notes",ExpressionUUID->"13e56bfa-e193-4156-bd42-bff46befcdf2", +Cell[19989, 520, 505, 14, 70, "Notes",ExpressionUUID->"13e56bfa-e193-4156-bd42-bff46befcdf2", CellID->17859], -Cell[20435, 531, 466, 13, 70, "Notes",ExpressionUUID->"d27f8eeb-c9d4-4dc5-be45-0f4fe8ebada2", +Cell[20497, 536, 466, 13, 70, "Notes",ExpressionUUID->"d27f8eeb-c9d4-4dc5-be45-0f4fe8ebada2", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21028, 550, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dc2ee665-4829-456d-8d1b-77ec6636ab7b", +Cell[21090, 555, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"71c2b8a0-04f7-4ca6-96f9-199c8580d4c6", CellTags->"PrimaryExamplesSection", - CellID->2041787467], + CellID->519770969], Cell[CellGroupData[{ -Cell[22474, 591, 1398, 36, 70, "ExampleSection",ExpressionUUID->"568cd4a5-ba59-4fb3-81d3-a4d35be24e1d", - CellID->334871043], -Cell[23875, 629, 184, 4, 70, "Input",ExpressionUUID->"b5215d71-0f31-40ed-909e-b142925380a0", +Cell[22535, 596, 1398, 36, 70, "ExampleSection",ExpressionUUID->"b5fe6a22-ce01-4b42-aa23-babe188c69ee", + CellID->893773379], +Cell[23936, 634, 184, 4, 70, "Input",ExpressionUUID->"b5215d71-0f31-40ed-909e-b142925380a0", CellID->1296122904], Cell[CellGroupData[{ -Cell[24084, 637, 136, 2, 70, "Input",ExpressionUUID->"b2106cd8-8105-4e75-b633-a80f3ced8d67", +Cell[24145, 642, 136, 2, 70, "Input",ExpressionUUID->"b2106cd8-8105-4e75-b633-a80f3ced8d67", CellID->303041138], -Cell[24223, 641, 157, 3, 36, "Output",ExpressionUUID->"c1a12f2b-f711-4ad3-a5fe-69cbc473fe36", +Cell[24284, 646, 157, 3, 36, "Output",ExpressionUUID->"c1a12f2b-f711-4ad3-a5fe-69cbc473fe36", CellID->532020302] }, Open ]], -Cell[24395, 647, 118, 1, 70, "ExampleText",ExpressionUUID->"e7aeccb8-7e68-4ab8-91be-67e54360ec1c", +Cell[24456, 652, 118, 1, 70, "ExampleText",ExpressionUUID->"e7aeccb8-7e68-4ab8-91be-67e54360ec1c", CellID->569117568], Cell[CellGroupData[{ -Cell[24538, 652, 198, 4, 70, "Input",ExpressionUUID->"a5f72503-7732-436a-97d2-ec22c4f8ed10", +Cell[24599, 657, 198, 4, 70, "Input",ExpressionUUID->"a5f72503-7732-436a-97d2-ec22c4f8ed10", CellID->1436728566], Cell[CellGroupData[{ -Cell[24761, 660, 237, 4, 70, "Print",ExpressionUUID->"488546cf-d79d-477d-b1fb-5e17da514bfc", +Cell[24822, 665, 237, 4, 70, "Print",ExpressionUUID->"488546cf-d79d-477d-b1fb-5e17da514bfc", CellID->1064326977], -Cell[25001, 666, 365, 8, 70, "Print",ExpressionUUID->"4ba4e85c-813e-457c-8697-c70f2efda3b4", +Cell[25062, 671, 365, 8, 70, "Print",ExpressionUUID->"4ba4e85c-813e-457c-8697-c70f2efda3b4", CellID->959499087], -Cell[25369, 676, 237, 4, 70, "Print",ExpressionUUID->"78d9de2d-92c3-4c0f-bf94-90b963424ccd", +Cell[25430, 681, 237, 4, 70, "Print",ExpressionUUID->"78d9de2d-92c3-4c0f-bf94-90b963424ccd", CellID->1467423462], -Cell[25609, 682, 220, 3, 70, "Print",ExpressionUUID->"7deb0bce-56dd-4516-b7bb-5350cce2b918", +Cell[25670, 687, 220, 3, 70, "Print",ExpressionUUID->"7deb0bce-56dd-4516-b7bb-5350cce2b918", CellID->188782250], -Cell[25832, 687, 207, 3, 70, "Print",ExpressionUUID->"0fe0e0ef-3bd8-4572-989a-d0f8f6ef64bc", +Cell[25893, 692, 207, 3, 70, "Print",ExpressionUUID->"0fe0e0ef-3bd8-4572-989a-d0f8f6ef64bc", CellID->106022451], -Cell[26042, 692, 237, 4, 70, "Print",ExpressionUUID->"be5433b3-0fe6-4841-a83f-d826c3c28478", +Cell[26103, 697, 237, 4, 70, "Print",ExpressionUUID->"be5433b3-0fe6-4841-a83f-d826c3c28478", CellID->926402836], -Cell[26282, 698, 221, 3, 70, "Print",ExpressionUUID->"246e9d97-2a70-4458-b90f-eea01c232c37", +Cell[26343, 703, 221, 3, 70, "Print",ExpressionUUID->"246e9d97-2a70-4458-b90f-eea01c232c37", CellID->1841698206], -Cell[26506, 703, 237, 4, 70, "Print",ExpressionUUID->"0abb885a-fbe1-48d8-a144-172c8cd604b0", +Cell[26567, 708, 237, 4, 70, "Print",ExpressionUUID->"0abb885a-fbe1-48d8-a144-172c8cd604b0", CellID->1829137640], -Cell[26746, 709, 237, 4, 70, "Print",ExpressionUUID->"812f30f5-e1ff-4b7d-9cf7-fc021d96304d", +Cell[26807, 714, 237, 4, 70, "Print",ExpressionUUID->"812f30f5-e1ff-4b7d-9cf7-fc021d96304d", CellID->2131741135], -Cell[26986, 715, 208, 3, 70, "Print",ExpressionUUID->"a54cc60d-d6dd-4390-99b4-05a987e20364", +Cell[27047, 720, 208, 3, 70, "Print",ExpressionUUID->"a54cc60d-d6dd-4390-99b4-05a987e20364", CellID->1590630794], -Cell[27197, 720, 237, 4, 70, "Print",ExpressionUUID->"64c2f59d-5470-4a91-b576-7df1e1435742", +Cell[27258, 725, 237, 4, 70, "Print",ExpressionUUID->"64c2f59d-5470-4a91-b576-7df1e1435742", CellID->1799715691] }, Open ]] }, Open ]], -Cell[27461, 728, 134, 1, 70, "ExampleText",ExpressionUUID->"ee7bfa7d-5fe5-451c-93fc-a46931c37b3f", +Cell[27522, 733, 134, 1, 70, "ExampleText",ExpressionUUID->"ee7bfa7d-5fe5-451c-93fc-a46931c37b3f", CellID->1261763478], -Cell[27598, 731, 183, 4, 70, "Input",ExpressionUUID->"10ac2244-bb7f-4b5b-a4e8-2b8e8dc5cf29", +Cell[27659, 736, 183, 4, 70, "Input",ExpressionUUID->"10ac2244-bb7f-4b5b-a4e8-2b8e8dc5cf29", CellID->1469975755], -Cell[27784, 737, 317, 10, 70, "Input",ExpressionUUID->"616a3f4b-a2fa-4fa1-b511-7e1f83ec5143", +Cell[27845, 742, 317, 10, 70, "Input",ExpressionUUID->"616a3f4b-a2fa-4fa1-b511-7e1f83ec5143", CellID->2118114795], -Cell[28104, 749, 199, 5, 70, "Input",ExpressionUUID->"3961e625-c2dc-4417-8928-5792f5018ab8", +Cell[28165, 754, 199, 5, 70, "Input",ExpressionUUID->"3961e625-c2dc-4417-8928-5792f5018ab8", CellID->1996056869], -Cell[28306, 756, 228, 6, 70, "Input",ExpressionUUID->"d83c23cb-0aeb-4c7c-abce-8009878ad825", +Cell[28367, 761, 228, 6, 70, "Input",ExpressionUUID->"d83c23cb-0aeb-4c7c-abce-8009878ad825", CellID->725599447], Cell[CellGroupData[{ -Cell[28559, 766, 159, 3, 70, "Input",ExpressionUUID->"23e3f15a-b5df-46d2-a05a-66c7ea138419", +Cell[28620, 771, 159, 3, 70, "Input",ExpressionUUID->"23e3f15a-b5df-46d2-a05a-66c7ea138419", CellID->2008457593], -Cell[28721, 771, 158, 3, 36, "Output",ExpressionUUID->"f51e5105-09fa-4ba1-9704-4749a19e3adc", +Cell[28782, 776, 158, 3, 36, "Output",ExpressionUUID->"f51e5105-09fa-4ba1-9704-4749a19e3adc", CellID->353176370] }, Open ]], -Cell[28894, 777, 343, 9, 70, "Input",ExpressionUUID->"15abad88-2979-4cc3-9c18-44498088f568", +Cell[28955, 782, 343, 9, 70, "Input",ExpressionUUID->"15abad88-2979-4cc3-9c18-44498088f568", CellID->1022614315], Cell[CellGroupData[{ -Cell[29262, 790, 131, 2, 70, "Input",ExpressionUUID->"3836b2cc-7ac1-4a99-bd9d-8bcd8694a410", +Cell[29323, 795, 131, 2, 70, "Input",ExpressionUUID->"3836b2cc-7ac1-4a99-bd9d-8bcd8694a410", CellID->1276154329], -Cell[29396, 794, 166, 3, 36, "Output",ExpressionUUID->"ac6ecf59-3ff5-457b-8b46-b83a92fa7546", +Cell[29457, 799, 166, 3, 36, "Output",ExpressionUUID->"ac6ecf59-3ff5-457b-8b46-b83a92fa7546", CellID->1292646136] }, Open ]], -Cell[29577, 800, 239, 6, 70, "Input",ExpressionUUID->"1ec89d1e-218c-4c0b-83ba-34f5f802331b", +Cell[29638, 805, 239, 6, 70, "Input",ExpressionUUID->"1ec89d1e-218c-4c0b-83ba-34f5f802331b", CellID->1973885954], -Cell[29819, 808, 191, 4, 70, "ExampleText",ExpressionUUID->"d3c448e8-2703-4ee2-90c0-8592ccafa384", +Cell[29880, 813, 191, 4, 70, "ExampleText",ExpressionUUID->"d3c448e8-2703-4ee2-90c0-8592ccafa384", CellID->1503776523], Cell[CellGroupData[{ -Cell[30035, 816, 184, 3, 70, "Input",ExpressionUUID->"843ba64d-e70e-4784-90a1-f232fdbdb134", +Cell[30096, 821, 184, 3, 70, "Input",ExpressionUUID->"843ba64d-e70e-4784-90a1-f232fdbdb134", CellID->341352802], -Cell[30222, 821, 455, 10, 36, "Output",ExpressionUUID->"5c40c9ca-1aaf-49e3-940a-536b56c090fe", +Cell[30283, 826, 455, 10, 36, "Output",ExpressionUUID->"5c40c9ca-1aaf-49e3-940a-536b56c090fe", CellID->425829915] }, Open ]], -Cell[30692, 834, 134, 1, 70, "ExampleText",ExpressionUUID->"f0e1fc3f-0994-4613-8af7-5e525c6fa06f", +Cell[30753, 839, 134, 1, 70, "ExampleText",ExpressionUUID->"f0e1fc3f-0994-4613-8af7-5e525c6fa06f", CellID->1273893008], Cell[CellGroupData[{ -Cell[30851, 839, 194, 4, 70, "Input",ExpressionUUID->"8f106d84-072e-4f87-9268-b3ee0a484a9d", +Cell[30912, 844, 194, 4, 70, "Input",ExpressionUUID->"8f106d84-072e-4f87-9268-b3ee0a484a9d", CellID->89624393], -Cell[31048, 845, 538, 14, 51, "Output",ExpressionUUID->"c7e3e1ee-3ce2-4ada-8c06-da5ca70be6b2", +Cell[31109, 850, 538, 14, 51, "Output",ExpressionUUID->"c7e3e1ee-3ce2-4ada-8c06-da5ca70be6b2", CellID->1909008351] }, Open ]], -Cell[31601, 862, 154, 1, 70, "ExampleText",ExpressionUUID->"585032ca-8d78-44b8-bdac-99021ad21b5a", +Cell[31662, 867, 154, 1, 70, "ExampleText",ExpressionUUID->"585032ca-8d78-44b8-bdac-99021ad21b5a", CellID->762812705], Cell[CellGroupData[{ -Cell[31780, 867, 225, 5, 70, "Input",ExpressionUUID->"44db8928-45dd-4943-a46d-1a438cb381b3", +Cell[31841, 872, 225, 5, 70, "Input",ExpressionUUID->"44db8928-45dd-4943-a46d-1a438cb381b3", CellID->1698712703], -Cell[32008, 874, 174, 3, 36, "Output",ExpressionUUID->"c7a9eb65-496e-4f74-886a-7605dcf1da13", +Cell[32069, 879, 174, 3, 36, "Output",ExpressionUUID->"c7a9eb65-496e-4f74-886a-7605dcf1da13", CellID->659582648] }, Open ]], -Cell[32197, 880, 194, 4, 70, "ExampleText",ExpressionUUID->"7046259d-0f13-4b7f-91dd-aa535dd42990", +Cell[32258, 885, 194, 4, 70, "ExampleText",ExpressionUUID->"7046259d-0f13-4b7f-91dd-aa535dd42990", CellID->2133122313], Cell[CellGroupData[{ -Cell[32416, 888, 378, 10, 70, "Input",ExpressionUUID->"b840369a-19c2-4628-befb-45129de291fb", +Cell[32477, 893, 378, 10, 70, "Input",ExpressionUUID->"b840369a-19c2-4628-befb-45129de291fb", CellID->1683482748], -Cell[32797, 900, 658, 17, 36, "Output",ExpressionUUID->"78408cb9-1643-4761-9616-633219baafcc", +Cell[32858, 905, 658, 17, 36, "Output",ExpressionUUID->"78408cb9-1643-4761-9616-633219baafcc", CellID->139362029] }, Open ]], -Cell[33470, 920, 151, 1, 70, "ExampleText",ExpressionUUID->"1e7b61e6-5e40-4b7b-bef4-e5bf845267d3", +Cell[33531, 925, 151, 1, 70, "ExampleText",ExpressionUUID->"1e7b61e6-5e40-4b7b-bef4-e5bf845267d3", CellID->1784203699], Cell[CellGroupData[{ -Cell[33646, 925, 385, 10, 70, "Input",ExpressionUUID->"bb69be25-8d17-4046-b6af-29ce2440d27e", +Cell[33707, 930, 385, 10, 70, "Input",ExpressionUUID->"bb69be25-8d17-4046-b6af-29ce2440d27e", CellID->1376454287], -Cell[34034, 937, 757, 22, 51, "Output",ExpressionUUID->"f03dc424-a8ae-4b49-9ea7-c9e5e8f3f1f9", +Cell[34095, 942, 757, 22, 51, "Output",ExpressionUUID->"f03dc424-a8ae-4b49-9ea7-c9e5e8f3f1f9", CellID->150655807] }, Open ]], -Cell[34806, 962, 260, 5, 70, "ExampleText",ExpressionUUID->"05534bbc-5ccd-4aa5-964b-9dfeff5ce086", +Cell[34867, 967, 260, 5, 70, "ExampleText",ExpressionUUID->"05534bbc-5ccd-4aa5-964b-9dfeff5ce086", CellID->1715677122], Cell[CellGroupData[{ -Cell[35091, 971, 206, 5, 70, "Input",ExpressionUUID->"7078e437-a877-4347-8cce-e420febdebca", +Cell[35152, 976, 206, 5, 70, "Input",ExpressionUUID->"7078e437-a877-4347-8cce-e420febdebca", CellID->1241221232], -Cell[35300, 978, 441, 9, 36, "Output",ExpressionUUID->"8daa8faf-49bd-4b9b-87aa-488475f62263", +Cell[35361, 983, 441, 9, 36, "Output",ExpressionUUID->"8daa8faf-49bd-4b9b-87aa-488475f62263", CellID->1168422001] }, Open ]], Cell[CellGroupData[{ -Cell[35778, 992, 209, 5, 70, "Input",ExpressionUUID->"1ae3efea-112d-4abc-b972-9711e201d7aa", +Cell[35839, 997, 209, 5, 70, "Input",ExpressionUUID->"1ae3efea-112d-4abc-b972-9711e201d7aa", CellID->1973130882], -Cell[35990, 999, 498, 14, 51, "Output",ExpressionUUID->"d1ac2074-9ee1-4c04-b840-ce1b8f145ea3", +Cell[36051, 1004, 498, 14, 51, "Output",ExpressionUUID->"d1ac2074-9ee1-4c04-b840-ce1b8f145ea3", CellID->1495624662] }, Open ]], -Cell[36503, 1016, 219, 4, 70, "ExampleText",ExpressionUUID->"d323d72a-ac28-455f-9a8e-e1614e333e22", +Cell[36564, 1021, 219, 4, 70, "ExampleText",ExpressionUUID->"d323d72a-ac28-455f-9a8e-e1614e333e22", CellID->147508178], Cell[CellGroupData[{ -Cell[36747, 1024, 222, 5, 70, "Input",ExpressionUUID->"d576d25c-c32e-4663-a742-da8d53837493", +Cell[36808, 1029, 222, 5, 70, "Input",ExpressionUUID->"d576d25c-c32e-4663-a742-da8d53837493", CellID->745618473], -Cell[36972, 1031, 159, 3, 36, "Output",ExpressionUUID->"856e198e-d4c8-4022-b4ad-2c141476fc83", +Cell[37033, 1036, 159, 3, 36, "Output",ExpressionUUID->"856e198e-d4c8-4022-b4ad-2c141476fc83", CellID->886173056] }, Open ]], -Cell[37146, 1037, 191, 4, 70, "ExampleText",ExpressionUUID->"f8c7914e-6a50-4f56-899c-22e2eb9c4493", +Cell[37207, 1042, 191, 4, 70, "ExampleText",ExpressionUUID->"f8c7914e-6a50-4f56-899c-22e2eb9c4493", CellID->1570187834], Cell[CellGroupData[{ -Cell[37362, 1045, 201, 4, 70, "Input",ExpressionUUID->"8cbd1f28-6f30-4cf9-97be-6328598bb105", +Cell[37423, 1050, 201, 4, 70, "Input",ExpressionUUID->"8cbd1f28-6f30-4cf9-97be-6328598bb105", CellID->1562346357], -Cell[37566, 1051, 183, 4, 36, "Output",ExpressionUUID->"00e1c12d-787b-4dc1-8afd-aad22868e1a4", +Cell[37627, 1056, 183, 4, 36, "Output",ExpressionUUID->"00e1c12d-787b-4dc1-8afd-aad22868e1a4", CellID->1941873956] }, Open ]], -Cell[37764, 1058, 189, 4, 70, "ExampleText",ExpressionUUID->"25bcd4b8-dd26-4414-8ad3-f31e9e3e7234", +Cell[37825, 1063, 189, 4, 70, "ExampleText",ExpressionUUID->"25bcd4b8-dd26-4414-8ad3-f31e9e3e7234", CellID->1299534731], Cell[CellGroupData[{ -Cell[37978, 1066, 362, 9, 70, "Input",ExpressionUUID->"d1975e1e-bf40-4fd5-ab82-2d24a435ffe0", +Cell[38039, 1071, 362, 9, 70, "Input",ExpressionUUID->"d1975e1e-bf40-4fd5-ab82-2d24a435ffe0", CellID->718827091], -Cell[38343, 1077, 7116, 239, 324, "Output",ExpressionUUID->"8c16fa59-49a1-4602-992f-81301fa61d9f", +Cell[38404, 1082, 7116, 239, 324, "Output",ExpressionUUID->"8c16fa59-49a1-4602-992f-81301fa61d9f", CellID->1899327270] }, Open ]], -Cell[45474, 1319, 145, 1, 70, "ExampleText",ExpressionUUID->"ab0b4169-4595-4f3e-8325-df1f0de606bf", +Cell[45535, 1324, 145, 1, 70, "ExampleText",ExpressionUUID->"ab0b4169-4595-4f3e-8325-df1f0de606bf", CellID->1865387495], Cell[CellGroupData[{ -Cell[45644, 1324, 160, 3, 70, "Input",ExpressionUUID->"a68e7575-2aec-45c9-b506-e079fbb810b5", +Cell[45705, 1329, 160, 3, 70, "Input",ExpressionUUID->"a68e7575-2aec-45c9-b506-e079fbb810b5", CellID->1868652300], -Cell[45807, 1329, 292813, 4955, 70, "Output",ExpressionUUID->"0e76695e-5d27-46bf-bb02-2b07f0fec6de", +Cell[45868, 1334, 292813, 4955, 70, "Output",ExpressionUUID->"0e76695e-5d27-46bf-bb02-2b07f0fec6de", CellID->627375223] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[338923, 6298, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"bdf36d09-5b3a-4553-8a5e-71c247da5820"], +Cell[344403, 6448, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3eeeadcb-baed-4fc4-9be6-e86851dab0e0"], +Cell[345076, 6468, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"71d0af23-dc51-4bc1-bcbe-b033d8b9a305"], +Cell[346112, 6496, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"6f7e82c6-fc25-45a6-a1e2-1644344beaa1"], Cell[CellGroupData[{ -Cell[338884, 6295, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"8bd80da7-9a88-4a0a-9767-ffc39ef58498"], -Cell[344364, 6445, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dec459f2-63b6-439f-91de-fde990a40c53"] -}, Open ]], -Cell[345049, 6466, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1363f0a8-bdb5-484f-adcb-258cd140c41d"], -Cell[346085, 6494, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"44796ba7-0bda-49a3-973a-f38957c14299"], -Cell[CellGroupData[{ -Cell[348335, 6561, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2294a15e-4ea9-422f-a1dd-dab44f47b4b5", +Cell[348362, 6563, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2294a15e-4ea9-422f-a1dd-dab44f47b4b5", CellID->906383680], -Cell[348475, 6564, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a009e77f-238c-4e78-955f-4e6c397f7401", +Cell[348502, 6566, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a009e77f-238c-4e78-955f-4e6c397f7401", CellID->1194386356], -Cell[348697, 6570, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79f12f87-1ec0-4bbc-a765-39ed5466a620", +Cell[348724, 6572, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"79f12f87-1ec0-4bbc-a765-39ed5466a620", CellID->1641706272], -Cell[348912, 6575, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f3245d58-81e0-47c7-92a1-7d7e0bba208e", +Cell[348939, 6577, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f3245d58-81e0-47c7-92a1-7d7e0bba208e", CellID->399251956], -Cell[349141, 6581, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f3f84bc-ff21-4646-a054-80b7f3d0194d", +Cell[349168, 6583, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f3f84bc-ff21-4646-a054-80b7f3d0194d", CellID->821434655] }, Open ]], -Cell[349378, 6587, 78, 0, 70, "FooterCell",ExpressionUUID->"8088c6d5-b753-4c39-a1e2-4aa96eb21f0f"] +Cell[349405, 6589, 78, 0, 70, "FooterCell",ExpressionUUID->"07648fa9-80dd-42c6-bfcc-a3c645ff67d1"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaExcessPayoff.nb b/Documentation/English/ReferencePages/Symbols/ParaExcessPayoff.nb index 3ee0d0e..5c55978 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaExcessPayoff.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaExcessPayoff.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 506917, 11124] -NotebookOptionsPosition[ 494668, 10880] -NotebookOutlinePosition[ 496889, 10936] -CellTagsIndexPosition[ 496801, 10931] +NotebookDataLength[ 506919, 11123] +NotebookOptionsPosition[ 494682, 10881] +NotebookOutlinePosition[ 496922, 10937] +CellTagsIndexPosition[ 496834, 10932] WindowTitle->ParaExcessPayoff WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "76724ee8-ec70-4de6-86b0-7cf2a8ad9aed"], + "f67d48d3-7545-41af-a194-ffdb959f04d3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2958b8e2-63bd-4165-9c21-594ef9d45b46"], + "3cf35d48-6286-481c-adeb-f22ffa49374c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ad8d481c-c54f-41a2-a778-f2d4fcdc03de"] - }],ExpressionUUID->"bde31820-91a7-4c30-82bc-f05942abd0d6"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f4218b59-1505-40af-8db1-ba457388c0a3"] + }],ExpressionUUID->"f5bed1fd-a6a7-4bb8-a7ea-da8cf3198e0a"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ff06dad8-1c4a-4df0-8c7c-6e86548b8356"], + "66eef223-4f7d-4298-8320-2dbf7511f47e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6c32442b-ac10-4bed-8b8a-2cddf9c3a20c"] - }],ExpressionUUID->"565751f0-d7e8-4a1d-b610-7a223ee4d88e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cd0ed0f7-f16c-4954-af23-c2177294816e"] + }],ExpressionUUID->"25639113-1a8d-4554-85d5-7bb79c35dad0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0de528af-fba1-444a-aee6-241a6b9dcffe"], + "9656a5af-46e7-4047-a22a-3d72ff55500d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5004818b-3c8d-4563-b553-e5f94d6bd068"] - }],ExpressionUUID->"c89cc8a0-aa0e-4494-8a36-904a7d4603b4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6299979c-3480-4330-92ca-ba822a008ef3"] + }],ExpressionUUID->"1bea5d35-e8f9-4464-ba2c-540fd7f06d67"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "914d78c1-059d-4dbb-99f3-bd915e548db0"], + "a2893848-59ba-4c65-b6af-6b8e27e5be54"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4996fa6-35d3-4437-9390-7e30b22f46ae"] - }],ExpressionUUID->"257b53e7-d297-4b45-bbfa-6357443fd7f3"], - StripOnInput->False], {"\<\"TUG/ref/ParaExcessPayoff\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaExcessPayoff"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d76923cb-b891-4799-8551-36e684bbb4e9"] + }],ExpressionUUID->"f1552f96-faf9-4bce-859e-b4207afe239e"], + StripOnInput->False],{ + "\"TUG/ref/ParaExcessPayoff\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaExcessPayoff"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaExcessPayoff.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$136340], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaExcessPayoff" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$146690], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaExcessPayoff" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9ac696ea-d37c-4381-9583-1f993a0bce74"] + "bb4bbcd1-4e04-4f0f-aedc-f8e71718d4a7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c01fa547-9240-4fcf-b65c-e2af2b53b542"]} + "9daf4298-811d-4386-a295-3ea4c9e5cf21"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"597b4251-0523-4618-abd1-ad65e9258238"], + CellID->1,ExpressionUUID->"8bb5d649-4227-4742-983b-f7ed8adbb82c"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"8d8d600f-a173-4c67-84ba-e0d778e5f0f7"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"b40499e3-a849-4bfb-b163-aafa77db8d1d"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaExcessPayoff", "ObjectName",ExpressionUUID-> - "ae95698a-caf4-41bb-8b95-04256acc2363"], + "78c53a5c-428e-49f7-99fe-7b2950713606"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0c06c5a3-1035-4570-8972-ec49ef70548d"], + "Spacer1"]],ExpressionUUID->"43434f43-70f0-4dfd-b271-308975b8477b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cc3e4e57-4c1b-4814-9728-d20509b72baa"] - }],ExpressionUUID->"95b3a619-27a9-4157-80cd-d944077a9968"], Cell[BoxData[ + "19a2c7a3-19d2-4bb7-b7ac-f9e97754c276"] + }],ExpressionUUID->"8c5becd4-7734-4465-ab1c-7d901b8066e6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "600fb947-8f7c-4962-925f-d9058a4c2735"]} + "97127791-b1b6-4971-8792-313401f467fa"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6ebe3f29-3190-4d82-817a-7e4597defa6a"], + CacheGraphics->False,ExpressionUUID->"722e640a-eb32-460b-8a30-8c73496e5145"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"10308943-b9c8-4461-8957-2b9f9e25ed9c"]}, + }],ExpressionUUID->"0182e545-a3d5-4202-8d14-3e318782e63e"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaExcessPayoff", "[", @@ -251,7 +255,7 @@ Cell[BoxData[GridBox[{ "7d1246f4-8359-4907-a26c-e898339ea418"], " \[LineSeparator]by option set the output can be formatted in matrix \ form." - }],ExpressionUUID->"8c4cbba2-a908-44fd-9bb9-0c14a95d66fb"]} + }],ExpressionUUID->"a6fd1a83-8811-4f01-964d-36dcbde2cca0"]} }]], "Usage", CellID->2096396,ExpressionUUID->"5d896e7e-9e90-4911-bc44-895400c0a74a"] }, Open ]], @@ -284,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4b18d6be-327d-4d3f-b7e2-084489aa9425"], + ExpressionUUID->"d8f8f174-53b3-4afa-8421-2b20bdfeaf5d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"75ea8631-b220-4303-adf7-6158774c31b4"], + "Spacer1"]],ExpressionUUID->"d751531c-f067-4880-b080-c4ffec4fc2ef"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4ff88474-1b3e-4dbc-849a-b1ccec486e87"], + }], "NotesFrameText",ExpressionUUID->"5dbf9ffb-b980-4c01-a0e8-a16e97e8e51f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -300,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3509c6e3-06b5-4a07-b734-ab6db02a4f71"]], \ + "Preemptive"]],ExpressionUUID->"055dce76-043c-465c-b2ce-1e4d39e0bbef"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1235827207,ExpressionUUID->"f73a1739-51d2-413e-a1ba-cea39dfc2caf"], + CellID->1865534346,ExpressionUUID->"91f5ea55-74bc-4197-adf4-d0ce038a0fe0"], Cell[TextData[{ "The input expression ", @@ -365,7 +369,7 @@ Cell["For more details see Driessen (1988).", "Notes", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e12128c6-f34d-4626-834a-ab2c202c56c7"], + "ebda90e6-582c-43eb-857c-322e79cc9f9a"], TemplateBox[{ Cell[ TextData["DisplayMatrixForm"]], "paclet:TUG/ref/DisplayMatrixForm", @@ -425,19 +429,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2a6333d6-1baf-47ea-a0f2-ab4f0c04cbc2"], + ExpressionUUID->"ed545df5-f8b2-4196-aecb-9f15000d1712"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eefe711a-b06e-427e-ac45-9a12a3dc9ae0"], + "Spacer1"]],ExpressionUUID->"b853ce86-9b93-4e2d-aa74-832a3dfcc8dc"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f1231e75-bf53-4d6e-974f-e6f784195461"] + "1fa76259-6880-4a20-9b95-4d0c75c3ec85"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->39350531,ExpressionUUID->"9b452d4c-1f40-4b2f-922a-734e7f7107a5"], + CellID->277286635,ExpressionUUID->"f8fdaac9-9131-46d3-8d1f-cab74c1f594c"], Cell[CellGroupData[{ @@ -466,18 +470,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b9c39b44-f583-46b8-aaa3-0cb27892764d"], + ExpressionUUID->"a6cc9b4a-fea3-4700-8335-cd06224c639f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"589cebd9-167a-45f4-97b1-2712c7d584eb"], + "Spacer1"]],ExpressionUUID->"4890fa2a-21ef-4033-b098-665f12deeabc"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "849e7fcc-e4dd-465b-97de-00f849503ea2"] + "0fe7c86f-26b2-4964-816d-5232dfc08834"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->55248453,ExpressionUUID->"0bbf2c4d-1b7b-49ef-8c9f-f1ce1ae5d94e"], + CellID->497090877,ExpressionUUID->"98b3668b-e6fa-4ab5-8d0f-474c207f7157"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->36463266,ExpressionUUID->"6deb1767-d588-41b0-ad7d-cf31a552e0c5"], @@ -10582,8 +10586,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -10731,15 +10733,15 @@ Cell[BoxData[GridBox[{ "7c42dd1f-afc2-48a0-9514-fe9016e2328b"] }], "SeeAlso",ExpressionUUID->"c4d962b9-6200-4ec4-8c0b-3357fca4cfeb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ad2d9c7d-ac6a-4298-b325-\ -981e6ceeca4b"], + }]], "SeeAlsoSection",ExpressionUUID->"cf9ea60d-a8ae-4d2d-94c3-\ +8bdfd27d6869"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -10751,9 +10753,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f46e48cf-4cb3-4fb9-8c67-b8bcc69aefba"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"694d22f0-fbd7-47d8-8d71-\ -e1eb5f42b702"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"00d325cf-dce1-4d74-8a1f-\ +b7e49cf8975d"], Cell[BoxData[GridBox[{ { @@ -10770,7 +10771,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8a160808-0de6-412e-bff4-01d62032d4a7"]}]}, + "d7e3bb19-fdcd-4181-a39b-86b88d26be13"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -10778,10 +10779,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "74f670c3-1e7f-48b5-b3fa-43b72c951ef6"]}]} + "ef9980d5-e1f0-41b9-b761-8f88ec34ff91"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"398d407b-5a4e-4773-9ccd-\ -f6129d4c508c"], + }]], "MoreAboutSection",ExpressionUUID->"47036f35-514d-41b0-83b9-\ +dad198a0b546"], Cell[BoxData[GridBox[{ { @@ -10808,7 +10809,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c57bf090-9cf7-4928-b270-d481bd1acc65"]], "RelatedLinks", + "8da0eab3-892c-46f8-afcf-353e222fa438"]], "RelatedLinks", ExpressionUUID->"03373878-38c7-4650-a32a-3b99d40f0e07"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -10825,7 +10826,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b328cc91-9709-448a-8a6d-a4a838aa8e69"]], "RelatedLinks", + "887a8997-9788-4b36-b077-aca3f5c689e2"]], "RelatedLinks", ExpressionUUID->"e0dcf0fb-b8ae-4e0b-a8a8-de311198ab6f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -10842,11 +10843,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d62e3697-84e2-40ac-9345-f49b00c66a4e"]], "RelatedLinks", + "043a2e0c-c7d4-4760-8dd1-af8b6e2c302d"]], "RelatedLinks", ExpressionUUID->"d6395f46-3e62-41ab-8393-257055b909d6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d0fa4389-176d-4e11-bf9a-\ -bfca7be4368c"], + }]], "RelatedLinksSection",ExpressionUUID->"dca032ba-e824-4a84-bd12-\ +df5e9784baf4"], Cell[CellGroupData[{ @@ -10876,11 +10877,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f98d766e-9997-4327-8f90-f3f1f29e0507"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8d1520a9-a94b-4321-9d4f-e9824ef5c8e0"] +Cell[" ", "FooterCell",ExpressionUUID->"49c72577-d3cb-4c9b-8be3-771d015df4e3"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaExcessPayoff", TaggingRules->{ @@ -10891,7 +10892,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 38.927014}", + "built" -> "{2024, 6, 3, 16, 54, 18.821593}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -10901,10 +10902,10 @@ TaggingRules->{ (pre-)imputation payoff. ParaExcessPayoff[game, payoff, options] by option \ set the output can be formatted in matrix form.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaExcessPayoff", "titlemodifier" -> "", - "windowtitle" -> "ParaExcessPayoff", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaExcessPayoff"}}, + "metadescription" -> "", "windowtitle" -> "ParaExcessPayoff", "type" -> + "Symbol", "uri" -> "TUG/ref/ParaExcessPayoff"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -10913,9 +10914,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4aefaf04-880f-4004-9453-5d79db538a0a" +ExpressionUUID->"4e764cc7-7a6e-48e7-995d-872be0af5057" ] (* End of Notebook Content *) @@ -10923,209 +10924,207 @@ ExpressionUUID->"4aefaf04-880f-4004-9453-5d79db538a0a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15465, 402, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b452d4c-1f40-4b2f-922a-734e7f7107a5", + Cell[15511, 406, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f8fdaac9-9131-46d3-8d1f-cab74c1f594c", CellTags->"PrimaryExamplesSection", - CellID->39350531]} + CellID->277286635]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 496602, 10924} + {"PrimaryExamplesSection", 496634, 10925} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"597b4251-0523-4618-abd1-ad65e9258238", +Cell[588, 21, 7167, 172, 57, "AnchorBarGrid",ExpressionUUID->"8bb5d649-4227-4742-983b-f7ed8adbb82c", CellID->1], -Cell[7712, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"8d8d600f-a173-4c67-84ba-e0d778e5f0f7"], +Cell[7758, 195, 98, 0, 23, "ContextNameCell",ExpressionUUID->"b40499e3-a849-4bfb-b163-aafa77db8d1d"], Cell[CellGroupData[{ -Cell[7835, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"6ebe3f29-3190-4d82-817a-7e4597defa6a"], -Cell[9128, 232, 985, 23, 187, "Usage",ExpressionUUID->"5d896e7e-9e90-4911-bc44-895400c0a74a", +Cell[7881, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"722e640a-eb32-460b-8a30-8c73496e5145"], +Cell[9174, 236, 985, 23, 186, "Usage",ExpressionUUID->"5d896e7e-9e90-4911-bc44-895400c0a74a", CellID->2096396] }, Open ]], Cell[CellGroupData[{ -Cell[10150, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"f73a1739-51d2-413e-a1ba-cea39dfc2caf", +Cell[10196, 264, 1895, 47, 37, "NotesSection",ExpressionUUID->"91f5ea55-74bc-4197-adf4-d0ce038a0fe0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1235827207], -Cell[12048, 309, 782, 20, 57, "]]",ExpressionUUID->"d4e1614e-39ef-4c21-8ea2-b5c635cb3e4e", + CellID->1865534346], +Cell[12094, 313, 782, 20, 57, "]]",ExpressionUUID->"d4e1614e-39ef-4c21-8ea2-b5c635cb3e4e", CellID->313448337], -Cell[12833, 331, 515, 13, 37, "Notes",ExpressionUUID->"b538d528-b9df-44b9-80b1-7a9ccf0d6efc", +Cell[12879, 335, 515, 13, 38, "Notes",ExpressionUUID->"b538d528-b9df-44b9-80b1-7a9ccf0d6efc", CellID->254279013], -Cell[13351, 346, 322, 5, 57, "Notes",ExpressionUUID->"d1572c2f-9833-4543-8c84-2b93480b86f9", +Cell[13397, 350, 322, 5, 57, "Notes",ExpressionUUID->"d1572c2f-9833-4543-8c84-2b93480b86f9", CellID->1402265513], -Cell[13676, 353, 146, 1, 36, "Notes",ExpressionUUID->"60c4fa1d-e5fc-4731-8e32-a99bccfb8ccd", +Cell[13722, 357, 146, 1, 36, "Notes",ExpressionUUID->"60c4fa1d-e5fc-4731-8e32-a99bccfb8ccd", CellID->1773275699], -Cell[13825, 356, 193, 4, 36, "Notes",ExpressionUUID->"b5d944a1-0240-4a1d-82b0-50ad6345dacc", +Cell[13871, 360, 193, 4, 36, "Notes",ExpressionUUID->"b5d944a1-0240-4a1d-82b0-50ad6345dacc", CellID->2048071244], -Cell[14021, 362, 129, 1, 36, "Notes",ExpressionUUID->"f544fea5-32ae-4a0f-b38a-9d4c603835bb", +Cell[14067, 366, 129, 1, 36, "Notes",ExpressionUUID->"f544fea5-32ae-4a0f-b38a-9d4c603835bb", CellID->751846144], -Cell[14153, 365, 683, 15, 40, "3ColumnTableMod",ExpressionUUID->"9439f609-4a37-4ce3-b34f-66a27bad5dc0", +Cell[14199, 369, 683, 15, 41, "3ColumnTableMod",ExpressionUUID->"9439f609-4a37-4ce3-b34f-66a27bad5dc0", CellID->1374443190], -Cell[14839, 382, 499, 14, 37, "Notes",ExpressionUUID->"46024df1-e83f-4b97-b6d4-02c4a5c221c0", +Cell[14885, 386, 499, 14, 38, "Notes",ExpressionUUID->"46024df1-e83f-4b97-b6d4-02c4a5c221c0", CellID->430048067] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15465, 402, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b452d4c-1f40-4b2f-922a-734e7f7107a5", +Cell[15511, 406, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f8fdaac9-9131-46d3-8d1f-cab74c1f594c", CellTags->"PrimaryExamplesSection", - CellID->39350531], + CellID->277286635], Cell[CellGroupData[{ -Cell[16909, 443, 1397, 36, 30, "ExampleSection",ExpressionUUID->"0bbf2c4d-1b7b-49ef-8c9f-f1ce1ae5d94e", - CellID->55248453], -Cell[18309, 481, 148, 1, 38, "ExampleText",ExpressionUUID->"6deb1767-d588-41b0-ad7d-cf31a552e0c5", +Cell[16956, 447, 1398, 36, 30, "ExampleSection",ExpressionUUID->"98b3668b-e6fa-4ab5-8d0f-474c207f7157", + CellID->497090877], +Cell[18357, 485, 148, 1, 39, "ExampleText",ExpressionUUID->"6deb1767-d588-41b0-ad7d-cf31a552e0c5", CellID->36463266], -Cell[18460, 484, 184, 4, 27, "Input",ExpressionUUID->"fe4f47a7-c928-49bc-9fa9-f87f50fa144c", +Cell[18508, 488, 184, 4, 27, "Input",ExpressionUUID->"fe4f47a7-c928-49bc-9fa9-f87f50fa144c", CellID->2004375417], Cell[CellGroupData[{ -Cell[18669, 492, 137, 2, 27, "Input",ExpressionUUID->"b93a7be1-cb8f-4a4a-8f77-587f2ceb1eac", +Cell[18717, 496, 137, 2, 27, "Input",ExpressionUUID->"b93a7be1-cb8f-4a4a-8f77-587f2ceb1eac", CellID->1828777641], -Cell[18809, 496, 158, 3, 36, "Output",ExpressionUUID->"a9ff5626-179c-4108-9319-29e22c58d915", +Cell[18857, 500, 158, 3, 36, "Output",ExpressionUUID->"a9ff5626-179c-4108-9319-29e22c58d915", CellID->2035723913] }, Open ]], -Cell[18982, 502, 118, 1, 70, "ExampleText",ExpressionUUID->"d06efcb1-741f-4299-991c-3fb89554ba74", +Cell[19030, 506, 118, 1, 70, "ExampleText",ExpressionUUID->"d06efcb1-741f-4299-991c-3fb89554ba74", CellID->169825083], Cell[CellGroupData[{ -Cell[19125, 507, 197, 4, 70, "Input",ExpressionUUID->"269880db-cbc1-47bd-9a25-8d69ddb51b9a", +Cell[19173, 511, 197, 4, 70, "Input",ExpressionUUID->"269880db-cbc1-47bd-9a25-8d69ddb51b9a", CellID->576015495], Cell[CellGroupData[{ -Cell[19347, 515, 236, 4, 70, "Print",ExpressionUUID->"599404a1-2326-4b7e-b126-079553720b75", +Cell[19395, 519, 236, 4, 70, "Print",ExpressionUUID->"599404a1-2326-4b7e-b126-079553720b75", CellID->540725933], -Cell[19586, 521, 365, 8, 70, "Print",ExpressionUUID->"d6fb07c1-042c-4342-a638-ac77b25e65cf", +Cell[19634, 525, 365, 8, 70, "Print",ExpressionUUID->"d6fb07c1-042c-4342-a638-ac77b25e65cf", CellID->277148721], -Cell[19954, 531, 236, 4, 70, "Print",ExpressionUUID->"8c4e2c47-2255-4917-8a4e-1ecf255c0daf", +Cell[20002, 535, 236, 4, 70, "Print",ExpressionUUID->"8c4e2c47-2255-4917-8a4e-1ecf255c0daf", CellID->578617394], -Cell[20193, 537, 221, 3, 70, "Print",ExpressionUUID->"82d7cb44-8c71-4213-ad97-ea5207ef3bc7", +Cell[20241, 541, 221, 3, 70, "Print",ExpressionUUID->"82d7cb44-8c71-4213-ad97-ea5207ef3bc7", CellID->1511211411], -Cell[20417, 542, 208, 3, 70, "Print",ExpressionUUID->"03bc4e47-cc28-443d-8da9-752785eeb489", +Cell[20465, 546, 208, 3, 70, "Print",ExpressionUUID->"03bc4e47-cc28-443d-8da9-752785eeb489", CellID->1389897463], -Cell[20628, 547, 238, 4, 70, "Print",ExpressionUUID->"fae0f8f0-4b71-444f-950e-88dbd937c68a", +Cell[20676, 551, 238, 4, 70, "Print",ExpressionUUID->"fae0f8f0-4b71-444f-950e-88dbd937c68a", CellID->1036577593], -Cell[20869, 553, 220, 3, 70, "Print",ExpressionUUID->"ef93dfbb-3dab-45d8-8b7d-e1bd76c823d3", +Cell[20917, 557, 220, 3, 70, "Print",ExpressionUUID->"ef93dfbb-3dab-45d8-8b7d-e1bd76c823d3", CellID->522995492], -Cell[21092, 558, 236, 4, 70, "Print",ExpressionUUID->"3aea818c-4e81-478c-afea-49afc9538213", +Cell[21140, 562, 236, 4, 70, "Print",ExpressionUUID->"3aea818c-4e81-478c-afea-49afc9538213", CellID->461185009], -Cell[21331, 564, 236, 4, 70, "Print",ExpressionUUID->"94ae8490-6d69-4bf7-baef-da669cdf8750", +Cell[21379, 568, 236, 4, 70, "Print",ExpressionUUID->"94ae8490-6d69-4bf7-baef-da669cdf8750", CellID->273456981], -Cell[21570, 570, 208, 3, 70, "Print",ExpressionUUID->"a243ae7a-3652-43db-8791-77a1b20f65de", +Cell[21618, 574, 208, 3, 70, "Print",ExpressionUUID->"a243ae7a-3652-43db-8791-77a1b20f65de", CellID->1376477779], -Cell[21781, 575, 237, 4, 70, "Print",ExpressionUUID->"3850b53c-4c50-41ac-b817-1ab91c50f416", +Cell[21829, 579, 237, 4, 70, "Print",ExpressionUUID->"3850b53c-4c50-41ac-b817-1ab91c50f416", CellID->1361610195] }, Open ]] }, Open ]], -Cell[22045, 583, 134, 1, 70, "ExampleText",ExpressionUUID->"28effb1d-6acf-4ff4-a4ff-c10e4ebbd40b", +Cell[22093, 587, 134, 1, 70, "ExampleText",ExpressionUUID->"28effb1d-6acf-4ff4-a4ff-c10e4ebbd40b", CellID->1826126764], -Cell[22182, 586, 183, 4, 70, "Input",ExpressionUUID->"c834a490-63aa-4348-9309-1ee670cd1883", +Cell[22230, 590, 183, 4, 70, "Input",ExpressionUUID->"c834a490-63aa-4348-9309-1ee670cd1883", CellID->1119330405], -Cell[22368, 592, 316, 10, 70, "Input",ExpressionUUID->"44e68584-5725-4fb7-8fac-2eb36f37c3d4", +Cell[22416, 596, 316, 10, 70, "Input",ExpressionUUID->"44e68584-5725-4fb7-8fac-2eb36f37c3d4", CellID->414467886], -Cell[22687, 604, 198, 5, 70, "Input",ExpressionUUID->"826dd41c-2f48-4ed2-bc42-cbe8d2040897", +Cell[22735, 608, 198, 5, 70, "Input",ExpressionUUID->"826dd41c-2f48-4ed2-bc42-cbe8d2040897", CellID->154552187], -Cell[22888, 611, 228, 6, 70, "Input",ExpressionUUID->"bf4b9c0c-cb58-435d-9571-1600c7e85260", +Cell[22936, 615, 228, 6, 70, "Input",ExpressionUUID->"bf4b9c0c-cb58-435d-9571-1600c7e85260", CellID->455399431], Cell[CellGroupData[{ -Cell[23141, 621, 159, 3, 70, "Input",ExpressionUUID->"35c50a97-0193-4269-8c8d-2a82ba2ead41", +Cell[23189, 625, 159, 3, 70, "Input",ExpressionUUID->"35c50a97-0193-4269-8c8d-2a82ba2ead41", CellID->1240901242], -Cell[23303, 626, 159, 3, 36, "Output",ExpressionUUID->"34b307a4-a7a2-41d3-a430-fd7025cb9f84", +Cell[23351, 630, 159, 3, 36, "Output",ExpressionUUID->"34b307a4-a7a2-41d3-a430-fd7025cb9f84", CellID->1642077505] }, Open ]], -Cell[23477, 632, 343, 9, 70, "Input",ExpressionUUID->"0fdff002-d9e3-47b6-b6f8-14d398c1890a", +Cell[23525, 636, 343, 9, 70, "Input",ExpressionUUID->"0fdff002-d9e3-47b6-b6f8-14d398c1890a", CellID->1117093214], Cell[CellGroupData[{ -Cell[23845, 645, 131, 2, 70, "Input",ExpressionUUID->"8eb7242c-7515-4820-b57b-8b859341e888", +Cell[23893, 649, 131, 2, 70, "Input",ExpressionUUID->"8eb7242c-7515-4820-b57b-8b859341e888", CellID->1305183136], -Cell[23979, 649, 166, 3, 36, "Output",ExpressionUUID->"95f78888-4989-4741-8bb2-409cef3f6b89", +Cell[24027, 653, 166, 3, 36, "Output",ExpressionUUID->"95f78888-4989-4741-8bb2-409cef3f6b89", CellID->1914267424] }, Open ]], -Cell[24160, 655, 239, 6, 70, "Input",ExpressionUUID->"7df77b14-5587-40f7-a7fa-debf4bc6aaf6", +Cell[24208, 659, 239, 6, 70, "Input",ExpressionUUID->"7df77b14-5587-40f7-a7fa-debf4bc6aaf6", CellID->2098976322], -Cell[24402, 663, 190, 4, 70, "ExampleText",ExpressionUUID->"85098352-6afa-4cc7-80a1-76d306c3213a", +Cell[24450, 667, 190, 4, 70, "ExampleText",ExpressionUUID->"85098352-6afa-4cc7-80a1-76d306c3213a", CellID->397485706], Cell[CellGroupData[{ -Cell[24617, 671, 174, 3, 70, "Input",ExpressionUUID->"512aa913-d356-4dd4-bb05-41599c9dd14e", +Cell[24665, 675, 174, 3, 70, "Input",ExpressionUUID->"512aa913-d356-4dd4-bb05-41599c9dd14e", CellID->201954771], -Cell[24794, 676, 229, 5, 36, "Output",ExpressionUUID->"b1583c89-5154-4464-a41c-926aade713da", +Cell[24842, 680, 229, 5, 36, "Output",ExpressionUUID->"b1583c89-5154-4464-a41c-926aade713da", CellID->1216390751] }, Open ]], -Cell[25038, 684, 158, 2, 70, "ExampleText",ExpressionUUID->"ab147bc1-6144-4e58-9ea2-9ab0d063a8ba", +Cell[25086, 688, 158, 2, 70, "ExampleText",ExpressionUUID->"ab147bc1-6144-4e58-9ea2-9ab0d063a8ba", CellID->610469686], Cell[CellGroupData[{ -Cell[25221, 690, 196, 4, 70, "Input",ExpressionUUID->"bef92679-06a7-4d22-8dc3-52a208eb800c", +Cell[25269, 694, 196, 4, 70, "Input",ExpressionUUID->"bef92679-06a7-4d22-8dc3-52a208eb800c", CellID->2130374061], -Cell[25420, 696, 538, 14, 51, "Output",ExpressionUUID->"e07e2150-90d6-4c79-a951-062fbd8e7abc", +Cell[25468, 700, 538, 14, 51, "Output",ExpressionUUID->"e07e2150-90d6-4c79-a951-062fbd8e7abc", CellID->1229458995] }, Open ]], -Cell[25973, 713, 154, 1, 70, "ExampleText",ExpressionUUID->"7c47f0d5-6832-4ae6-b8f9-2b2f8ac80580", +Cell[26021, 717, 154, 1, 70, "ExampleText",ExpressionUUID->"7c47f0d5-6832-4ae6-b8f9-2b2f8ac80580", CellID->1144052845], Cell[CellGroupData[{ -Cell[26152, 718, 316, 8, 70, "Input",ExpressionUUID->"f5866bad-ea61-42c4-a520-52e0b5851409", +Cell[26200, 722, 316, 8, 70, "Input",ExpressionUUID->"f5866bad-ea61-42c4-a520-52e0b5851409", CellID->2115763166], -Cell[26471, 728, 33733, 1029, 1714, "Output",ExpressionUUID->"0f57fd87-7bb5-4ab4-be42-5b570394fba3", +Cell[26519, 732, 33733, 1029, 1710, "Output",ExpressionUUID->"0f57fd87-7bb5-4ab4-be42-5b570394fba3", CellID->1612087141] }, Open ]], Cell[CellGroupData[{ -Cell[60241, 1762, 130, 2, 70, "Input",ExpressionUUID->"2a36e8fe-d3b3-4a99-99eb-3b5647957c1a", +Cell[60289, 1766, 130, 2, 70, "Input",ExpressionUUID->"2a36e8fe-d3b3-4a99-99eb-3b5647957c1a", CellID->1686870391], -Cell[60374, 1766, 166, 3, 36, "Output",ExpressionUUID->"b1d295f5-f0b7-4eae-af2a-fafbef9d5166", +Cell[60422, 1770, 166, 3, 36, "Output",ExpressionUUID->"b1d295f5-f0b7-4eae-af2a-fafbef9d5166", CellID->1216533912] }, Open ]], -Cell[60555, 1772, 151, 1, 70, "ExampleText",ExpressionUUID->"d420464c-a8c1-4314-a3e4-fda702898f73", +Cell[60603, 1776, 151, 1, 70, "ExampleText",ExpressionUUID->"d420464c-a8c1-4314-a3e4-fda702898f73", CellID->1043657802], Cell[CellGroupData[{ -Cell[60731, 1777, 322, 8, 70, "Input",ExpressionUUID->"b28bd037-f247-426d-88ea-ef1864dd936f", +Cell[60779, 1781, 322, 8, 70, "Input",ExpressionUUID->"b28bd037-f247-426d-88ea-ef1864dd936f", CellID->1559173157], -Cell[61056, 1787, 33732, 1029, 1714, "Output",ExpressionUUID->"9f38b4f6-2ca3-46eb-9747-ad3098432798", +Cell[61104, 1791, 33732, 1029, 1710, "Output",ExpressionUUID->"9f38b4f6-2ca3-46eb-9747-ad3098432798", CellID->547335481] }, Open ]], Cell[CellGroupData[{ -Cell[94825, 2821, 128, 2, 70, "Input",ExpressionUUID->"e6f495bb-1d9e-4154-8b92-7521e10cfea0", +Cell[94873, 2825, 128, 2, 70, "Input",ExpressionUUID->"e6f495bb-1d9e-4154-8b92-7521e10cfea0", CellID->6947114], -Cell[94956, 2825, 166, 3, 36, "Output",ExpressionUUID->"610760d8-d6ea-4802-9415-342ea5d622ac", +Cell[95004, 2829, 166, 3, 36, "Output",ExpressionUUID->"610760d8-d6ea-4802-9415-342ea5d622ac", CellID->1969489506] }, Open ]], -Cell[95137, 2831, 302, 5, 70, "ExampleText",ExpressionUUID->"75f9f6f5-0ea0-42ef-b591-e72ac9fa78ac", +Cell[95185, 2835, 302, 5, 70, "ExampleText",ExpressionUUID->"75f9f6f5-0ea0-42ef-b591-e72ac9fa78ac", CellID->1546683806], Cell[CellGroupData[{ -Cell[95464, 2840, 188, 4, 70, "Input",ExpressionUUID->"ae4509c7-ec55-4891-9991-2e6d6e8b135b", +Cell[95512, 2844, 188, 4, 70, "Input",ExpressionUUID->"ae4509c7-ec55-4891-9991-2e6d6e8b135b", CellID->1983893211], -Cell[95655, 2846, 161, 3, 36, "Output",ExpressionUUID->"3e4edcbf-ebbf-4414-b6a9-6cdffcf4165e", +Cell[95703, 2850, 161, 3, 36, "Output",ExpressionUUID->"3e4edcbf-ebbf-4414-b6a9-6cdffcf4165e", CellID->1356039102] }, Open ]], -Cell[95831, 2852, 158, 2, 70, "ExampleText",ExpressionUUID->"d802c12f-de04-4ea4-ba5f-75ae3f7846d3", +Cell[95879, 2856, 158, 2, 70, "ExampleText",ExpressionUUID->"d802c12f-de04-4ea4-ba5f-75ae3f7846d3", CellID->1197541771], Cell[CellGroupData[{ -Cell[96014, 2858, 293, 7, 70, "Input",ExpressionUUID->"3bf6dfe8-f792-4552-b38f-966d426b17bf", +Cell[96062, 2862, 293, 7, 70, "Input",ExpressionUUID->"3bf6dfe8-f792-4552-b38f-966d426b17bf", CellID->1090279703], -Cell[96310, 2867, 94355, 2740, 72, "Output",ExpressionUUID->"b70bb24d-ff19-4f8c-9dd8-554c9e9759f3", +Cell[96358, 2871, 94355, 2740, 70, "Output",ExpressionUUID->"b70bb24d-ff19-4f8c-9dd8-554c9e9759f3", CellID->15867775] }, Open ]], -Cell[190680, 5610, 145, 1, 70, "ExampleText",ExpressionUUID->"d59d5f2f-265d-4e0f-9c28-2a2583f6c59b", +Cell[190728, 5614, 145, 1, 70, "ExampleText",ExpressionUUID->"d59d5f2f-265d-4e0f-9c28-2a2583f6c59b", CellID->1876772998], Cell[CellGroupData[{ -Cell[190850, 5615, 159, 3, 70, "Input",ExpressionUUID->"98f84378-2db7-4cf1-898f-68b9d820b78d", +Cell[190898, 5619, 159, 3, 70, "Input",ExpressionUUID->"98f84378-2db7-4cf1-898f-68b9d820b78d", CellID->740631902], -Cell[191012, 5620, 292814, 4955, 70, "Output",ExpressionUUID->"58a41bf4-9b54-47fc-bf37-847edb2a0f86", +Cell[191060, 5624, 292814, 4955, 70, "Output",ExpressionUUID->"58a41bf4-9b54-47fc-bf37-847edb2a0f86", CellID->1347830224] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[484116, 10588, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"cf9ea60d-a8ae-4d2d-94c3-8bdfd27d6869"], +Cell[489596, 10738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"00d325cf-dce1-4d74-8a1f-b7e49cf8975d"], +Cell[490269, 10758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"47036f35-514d-41b0-83b9-dad198a0b546"], +Cell[491305, 10786, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"dca032ba-e824-4a84-bd12-df5e9784baf4"], Cell[CellGroupData[{ -Cell[484090, 10586, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"ad2d9c7d-ac6a-4298-b325-981e6ceeca4b"], -Cell[489570, 10736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"694d22f0-fbd7-47d8-8d71-e1eb5f42b702"] -}, Open ]], -Cell[490255, 10757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"398d407b-5a4e-4773-9ccd-f6129d4c508c"], -Cell[491291, 10785, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"d0fa4389-176d-4e11-bf9a-bfca7be4368c"], -Cell[CellGroupData[{ -Cell[493543, 10852, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a19b33e0-6c4a-4983-b8ab-4db8c8bfcedd", +Cell[493557, 10853, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a19b33e0-6c4a-4983-b8ab-4db8c8bfcedd", CellID->906383680], -Cell[493683, 10855, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a4c5f8ee-f4c2-414b-b4a4-68465e84ac3f", +Cell[493697, 10856, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a4c5f8ee-f4c2-414b-b4a4-68465e84ac3f", CellID->1194386356], -Cell[493905, 10861, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cf26c383-51e4-41aa-ae6c-a166bfe5815e", +Cell[493919, 10862, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cf26c383-51e4-41aa-ae6c-a166bfe5815e", CellID->1641706272], -Cell[494120, 10866, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb93249f-ebff-4927-892a-c631977ff10b", +Cell[494134, 10867, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb93249f-ebff-4927-892a-c631977ff10b", CellID->399251956], -Cell[494349, 10872, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f98d766e-9997-4327-8f90-f3f1f29e0507", +Cell[494363, 10873, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f98d766e-9997-4327-8f90-f3f1f29e0507", CellID->821434655] }, Open ]], -Cell[494586, 10878, 78, 0, 70, "FooterCell",ExpressionUUID->"8d1520a9-a94b-4321-9d4f-e9824ef5c8e0"] +Cell[494600, 10879, 78, 0, 70, "FooterCell",ExpressionUUID->"49c72577-d3cb-4c9b-8be3-771d015df4e3"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaGameBasis.nb b/Documentation/English/ReferencePages/Symbols/ParaGameBasis.nb index abce39e..52d6e8d 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaGameBasis.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaGameBasis.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 356825, 6623] -NotebookOptionsPosition[ 346227, 6410] -NotebookOutlinePosition[ 348294, 6463] -CellTagsIndexPosition[ 348207, 6458] +NotebookDataLength[ 356989, 6622] +NotebookOptionsPosition[ 346404, 6411] +NotebookOutlinePosition[ 348489, 6464] +CellTagsIndexPosition[ 348402, 6459] WindowTitle->ParaGameBasis WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fc655ace-8140-4b96-bb58-f7ae7e5bd221"], + "ce20ecd6-e12f-4efe-a41c-f3f207065884"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ef43d9be-b0f4-4beb-abdc-8e9c541a6f31"], + "3c417001-3cd4-4a07-afcc-799ebd370577"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4d0fc114-5c48-4fb4-bdea-349b7ea9e116"] - }],ExpressionUUID->"de30d0b2-efcf-4678-86ef-d30947c53d91"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"UnanimityCoordinates\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/UnanimityCoordinates"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, + "ca749f8c-cbd9-4575-9e98-bb611dbd0cf0"] + }],ExpressionUUID->"640aabeb-d9f6-4595-aa59-7c5f9d9bfb06"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"UnanimityCoordinates\"" :> + Documentation`HelpLookup["paclet:TUG/ref/UnanimityCoordinates"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11510998-24cd-448e-821c-908679276774"], + "10f22892-9fc9-44f2-ac3a-35e9f036764d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "189f316e-6228-44b6-a731-94dad257d2bc"] - }],ExpressionUUID->"2225ab45-e607-4c60-a5ff-37f9b3bde355"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "40475dc3-7f0c-4a0a-b8a4-9bad6200ae66"] + }],ExpressionUUID->"316bfbd3-0770-46fe-8ee7-0b6bd6e6ba73"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed099cd9-5f8b-4b01-b413-d2bbcae1209b"], + "56d33de5-9ba9-4959-8ac7-00c552c7629a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94573594-c2bc-4d58-aabc-853bddaa98f3"] - }],ExpressionUUID->"b3ae1c86-1037-4c55-b9a3-88e51a68e167"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9e0843ac-d172-483a-bfe6-2792b8638a86"] + }],ExpressionUUID->"c4ad1d3c-51d1-4a2e-81d3-c160adac2caa"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d61e5275-387b-4d8b-a8d0-6e7c1ffd2c36"], + "d5f6dbf3-f142-4c10-b8dd-cd1107a8b726"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cd6547eb-c30f-4f3c-8c4d-5e90d02b6e56"] - }],ExpressionUUID->"5ed729f7-8b60-4480-aa40-03c88b8d922c"], - StripOnInput->False], {"\<\"TUG/ref/ParaGameBasis\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaGameBasis"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaGameBasis.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$136964], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaGameBasis" <> ".html"], None}]}]}, + "d2b0a350-d99b-42c4-9c14-91a8017f6f4c"] + }],ExpressionUUID->"11dbdde5-d92f-4765-9a60-56bcff7e3414"], + StripOnInput->False],{ + "\"TUG/ref/ParaGameBasis\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaGameBasis"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ParaGameBasis.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$147348], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaGameBasis" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bda89aab-bae0-461c-854f-af6341264e04"] + "32b62914-e96a-452a-a0c1-92436a1c02e6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e453ae02-a50d-41df-93f1-66061990862d"]} + "afb38e9f-7656-42a3-9760-e2381bd43705"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f0a1139e-6b88-4d49-881f-33bd336b4470"], + CellID->1,ExpressionUUID->"63dc6db2-e873-480b-b3c9-8fddb33edc63"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"24a6b131-976b-40fb-bcae-a21a17923a83"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"880fe0c7-ab93-49c2-9286-a96bd82237d6"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaGameBasis", "ObjectName",ExpressionUUID-> - "e1f1999b-271c-4c10-a8cc-d467627784d8"], + "55b90935-0286-46bc-b5f1-00b090b76d0f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7df19a37-b72d-482d-aa0e-982e775c1d61"], + "Spacer1"]],ExpressionUUID->"63225a4b-5735-40d0-9922-3f4cfd5fc6ad"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0255f72c-d976-4006-9245-8d4bc2340f95"] - }],ExpressionUUID->"d5d500cc-d49b-456b-9524-bcdd29129591"], Cell[BoxData[ + "64dfece5-70af-458a-9ec6-3265b6dd7bda"] + }],ExpressionUUID->"b128ea17-7e9a-48a3-b610-1e37fd6ff711"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f614d792-e57d-41bf-8739-56d7bf6c67f5"]} + "1fc7bd83-2f26-4ba7-9ef1-c557a4a34eda"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e413220d-f68b-47f7-8d63-c865c9ffd954"], + CacheGraphics->False,ExpressionUUID->"572dfb80-de41-4c67-a919-56b0149a64f0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2103ec73-f270-4dc9-9a1e-34ff9bffdb5a"], " \[LineSeparator]computes the basis of a |T|-person game." - }],ExpressionUUID->"8ab8b77b-7a32-46a4-b93c-2cf570ff1e95"]} + }],ExpressionUUID->"7d888539-96dc-4eae-9f25-936868216575"]} }]], "Usage", CellID->453421093,ExpressionUUID->"979de2ce-0c3f-4e86-b5f5-8828c797e371"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a74d3b84-68fd-482d-81c8-6e18496c849b"], + ExpressionUUID->"436d916e-28f0-42a3-a35c-585001b9b7ab"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"af74e2af-78d9-49ab-92ab-d46a92f728c4"], + "Spacer1"]],ExpressionUUID->"6edace15-bd0d-46a4-b6b1-5eed31ffa78e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8cd41510-1b71-4ca5-afd6-45edeb83c135"], + }], "NotesFrameText",ExpressionUUID->"3196968f-92c9-40a2-afc3-a1c25ddc5165"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5a65253b-fb8c-4915-8e80-7e0fb69fc0f9"]], \ + "Preemptive"]],ExpressionUUID->"804803c2-31e1-4f77-9380-800a7f9adb2c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->433866659,ExpressionUUID->"97bff3bd-be60-4544-b848-9c4386df0d04"], + CellID->1389207900,ExpressionUUID->"55c4e5fb-3ad5-4e57-9be4-6fd9ae4c541c"], Cell[TextData[{ "The input expression ", @@ -376,19 +380,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8c7e6aea-c7b1-449a-ad5b-38970f951f15"], + ExpressionUUID->"daf45318-22e8-4b1f-bc37-e646e8228144"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ed4d613d-50a7-4270-bb1e-c7f77a1d4c07"], + "Spacer1"]],ExpressionUUID->"53854716-a16e-444a-a2f8-cfbdf87ed15a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ce121950-81fc-413d-a510-326902d54db7"] + "9c0c3713-1408-4fae-8fa8-edc160ebf11e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->926909266,ExpressionUUID->"6f34af69-a556-444f-8a85-e44974d97444"], + CellID->678113364,ExpressionUUID->"e42de083-ffa3-49d4-86b4-ec9eb15051ed"], Cell[CellGroupData[{ @@ -417,18 +421,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a9bde207-d197-430d-be79-39f88894172e"], + ExpressionUUID->"2adb98df-359f-489b-8c86-79c4ecac3f91"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"65015f1a-f97f-459c-a669-8d9f971bcb20"], + "Spacer1"]],ExpressionUUID->"96661bae-632f-455e-b97a-dadc08f93baa"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5320efb9-5a0d-4ca4-ba0f-23870c394f3b"] + "29e7c0bb-1927-4688-9eb7-abc442b57133"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->666525724,ExpressionUUID->"5fafc7ab-d517-4dbc-8a77-72282870f80c"], + CellID->2063224521,ExpressionUUID->"94428a30-e802-4a9f-b9ce-49c1c94080b8"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->393875414,ExpressionUUID->"5c7256cd-c8eb-4ecf-b466-c3d364d6a6ca"], @@ -602,7 +606,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], - ImageSizeCache->{55.44140625, {2., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -633,7 +637,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], - ImageSizeCache->{49.25390625, {0., 7.}}], + ImageSizeCache->{49.25390625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -670,7 +674,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], - ImageSizeCache->{55.44140625, {0., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -707,7 +711,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], - ImageSizeCache->{41.6015625, {0., 7.}}], + ImageSizeCache->{41.6015625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -744,7 +748,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], - ImageSizeCache->{74.9296875, {0., 7.}}], + ImageSizeCache->{74.9296875, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -877,7 +881,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], - ImageSizeCache->{55.44140625, {2., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -908,7 +912,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], - ImageSizeCache->{49.25390625, {0., 7.}}], + ImageSizeCache->{49.25390625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -946,7 +950,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], - ImageSizeCache->{55.44140625, {0., 7.}}], + ImageSizeCache->{55.44140625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -984,7 +988,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], - ImageSizeCache->{41.6015625, {0., 7.}}], + ImageSizeCache->{41.6015625, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -1021,7 +1025,7 @@ Cell[BoxData[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], - ImageSizeCache->{74.9296875, {0., 7.}}], + ImageSizeCache->{74.9296875, {2.12109375, 8.35546875}}], StripOnInput->False, DynamicUpdating->True, LineSpacing->{1, 2}, @@ -6112,8 +6116,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 442, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6261,15 +6263,15 @@ Cell[BoxData[GridBox[{ "599f728a-afa9-4b2e-9682-e63629ec5266"] }], "SeeAlso",ExpressionUUID->"98bff26e-4fa4-4140-ba98-0cadd455b6a0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"6768b9b0-1371-4642-8264-\ -c54a251700d1"], + }]], "SeeAlsoSection",ExpressionUUID->"1ef21ca6-de5a-4b71-a20a-\ +919eff185034"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6281,9 +6283,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"578d11a3-8857-4734-8df0-16526ad6544b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"96540454-9bad-4799-8fff-\ -3a0a6796a47a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5771f08b-3afc-43b8-a690-\ +2a02d61686bb"], Cell[BoxData[GridBox[{ { @@ -6300,7 +6301,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "164715f1-e4f1-4001-a103-f4d24f94b79f"]}]}, + "09de06a7-8225-45b8-badb-4002d9d0169b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6308,10 +6309,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e6fe6f58-57c7-4630-ac30-9e69adefbcac"]}]} + "72831994-b347-483f-8e11-9465a5a76ccf"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5e62916d-0d3e-412e-ae62-\ -4f4a2d9a2d17"], + }]], "MoreAboutSection",ExpressionUUID->"0307b835-36ad-4512-9c02-\ +bc00dceb1a7a"], Cell[BoxData[GridBox[{ { @@ -6338,7 +6339,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3bdf9047-d305-45fa-8bca-3ee5c2a43c0d"]], "RelatedLinks", + "50643eb2-ff9c-44bf-89b2-f8075203650c"]], "RelatedLinks", ExpressionUUID->"01b81d1a-5292-4717-ac3b-fd1effdaf0ee"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6355,7 +6356,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2eebdf3b-3a99-4be2-92b8-59a263013883"]], "RelatedLinks", + "ad8993ec-3521-4bdb-a293-c3bad53c100a"]], "RelatedLinks", ExpressionUUID->"8026a490-44ce-49df-b7e6-22631e5f4bea"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6372,11 +6373,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d0b52a09-6db9-4287-bfc7-5d87a2fc6641"]], "RelatedLinks", + "0ba253f4-a242-4f47-b519-8956d24f0140"]], "RelatedLinks", ExpressionUUID->"9ca45cae-51e1-44f5-b760-e7953ff834f0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"685252ee-a3f5-485d-8387-\ -f91ed656e640"], + }]], "RelatedLinksSection",ExpressionUUID->"c683d2d1-5f62-4c77-b15a-\ +aa2d495fdbc1"], Cell[CellGroupData[{ @@ -6406,11 +6407,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0484af41-e4a7-461a-8a89-0a396aae18eb"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2989a3f9-e602-49ff-a614-b6d56e0ad353"] +Cell[" ", "FooterCell",ExpressionUUID->"41a83485-f496-40a3-9f63-d9249da44995"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaGameBasis", TaggingRules->{ @@ -6421,17 +6422,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 42.444314}", + "built" -> "{2024, 6, 3, 16, 54, 21.125413}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ParaGameBasis[T] computes the basis of a |T|-person game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaGameBasis", - "titlemodifier" -> "", "windowtitle" -> "ParaGameBasis", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaGameBasis"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaGameBasis", "type" -> "Symbol", "uri" -> "TUG/ref/ParaGameBasis"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6440,9 +6441,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e2a7f3b1-a2cc-4206-a4dd-ef70dbe39555" +ExpressionUUID->"9611c2b3-1a73-4d26-b797-9a4ef591bb71" ] (* End of Notebook Content *) @@ -6450,181 +6451,179 @@ ExpressionUUID->"e2a7f3b1-a2cc-4206-a4dd-ef70dbe39555" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13563, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6f34af69-a556-444f-8a85-e44974d97444", + Cell[13613, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e42de083-ffa3-49d4-86b4-ec9eb15051ed", CellTags->"PrimaryExamplesSection", - CellID->926909266]} + CellID->678113364]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 348007, 6451} + {"PrimaryExamplesSection", 348202, 6452} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7138, 169, 56, "AnchorBarGrid",ExpressionUUID->"f0a1139e-6b88-4d49-881f-33bd336b4470", +Cell[585, 21, 7187, 173, 57, "AnchorBarGrid",ExpressionUUID->"63dc6db2-e873-480b-b3c9-8fddb33edc63", CellID->1], -Cell[7726, 192, 98, 0, 24, "ContextNameCell",ExpressionUUID->"24a6b131-976b-40fb-bcae-a21a17923a83"], +Cell[7775, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"880fe0c7-ab93-49c2-9286-a96bd82237d6"], Cell[CellGroupData[{ -Cell[7849, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e413220d-f68b-47f7-8d63-c865c9ffd954"], -Cell[9139, 233, 451, 9, 111, "Usage",ExpressionUUID->"979de2ce-0c3f-4e86-b5f5-8828c797e371", +Cell[7898, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"572dfb80-de41-4c67-a919-56b0149a64f0"], +Cell[9188, 237, 451, 9, 111, "Usage",ExpressionUUID->"979de2ce-0c3f-4e86-b5f5-8828c797e371", CellID->453421093] }, Open ]], Cell[CellGroupData[{ -Cell[9627, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"97bff3bd-be60-4544-b848-9c4386df0d04", +Cell[9676, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"55c4e5fb-3ad5-4e57-9be4-6fd9ae4c541c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->433866659], -Cell[11524, 296, 660, 17, 36, "Notes",ExpressionUUID->"44432196-085d-4968-b1f8-3332c1b5f022", + CellID->1389207900], +Cell[11574, 300, 660, 17, 36, "Notes",ExpressionUUID->"44432196-085d-4968-b1f8-3332c1b5f022", CellID->824055453], -Cell[12187, 315, 515, 13, 37, "Notes",ExpressionUUID->"dbeba6ae-3539-47f7-aff2-2f634c30c7b2", +Cell[12237, 319, 515, 13, 38, "Notes",ExpressionUUID->"dbeba6ae-3539-47f7-aff2-2f634c30c7b2", CellID->271775538], -Cell[12705, 330, 149, 1, 36, "Notes",ExpressionUUID->"b510d4f6-2a28-4d86-a672-aede0b33c801", +Cell[12755, 334, 149, 1, 36, "Notes",ExpressionUUID->"b510d4f6-2a28-4d86-a672-aede0b33c801", CellID->54397482], -Cell[12857, 333, 243, 4, 57, "Notes",ExpressionUUID->"dbd19804-af98-4123-8320-3d79f4b5a9ca", +Cell[12907, 337, 243, 4, 57, "Notes",ExpressionUUID->"dbd19804-af98-4123-8320-3d79f4b5a9ca", CellID->2062382193], -Cell[13103, 339, 164, 3, 36, "Notes",ExpressionUUID->"6b6b2134-0161-4bea-a387-ecacd69f03c8", +Cell[13153, 343, 164, 3, 36, "Notes",ExpressionUUID->"6b6b2134-0161-4bea-a387-ecacd69f03c8", CellID->1656175651], -Cell[13270, 344, 166, 3, 36, "Notes",ExpressionUUID->"d55a6363-3aeb-4a91-9eb1-d78e32b06359", +Cell[13320, 348, 166, 3, 36, "Notes",ExpressionUUID->"d55a6363-3aeb-4a91-9eb1-d78e32b06359", CellID->487088358] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13563, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6f34af69-a556-444f-8a85-e44974d97444", +Cell[13613, 357, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e42de083-ffa3-49d4-86b4-ec9eb15051ed", CellTags->"PrimaryExamplesSection", - CellID->926909266], + CellID->678113364], Cell[CellGroupData[{ -Cell[15008, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5fafc7ab-d517-4dbc-8a77-72282870f80c", - CellID->666525724], -Cell[16409, 432, 149, 1, 38, "ExampleText",ExpressionUUID->"5c7256cd-c8eb-4ecf-b466-c3d364d6a6ca", +Cell[15058, 398, 1399, 36, 30, "ExampleSection",ExpressionUUID->"94428a30-e802-4a9f-b9ce-49c1c94080b8", + CellID->2063224521], +Cell[16460, 436, 149, 1, 39, "ExampleText",ExpressionUUID->"5c7256cd-c8eb-4ecf-b466-c3d364d6a6ca", CellID->393875414], -Cell[16561, 435, 183, 4, 27, "Input",ExpressionUUID->"c6adb75f-e549-4722-838a-23f1b738fd43", +Cell[16612, 439, 183, 4, 27, "Input",ExpressionUUID->"c6adb75f-e549-4722-838a-23f1b738fd43", CellID->163670440], Cell[CellGroupData[{ -Cell[16769, 443, 137, 2, 27, "Input",ExpressionUUID->"3b35056a-ac69-46ba-b792-6114ef995541", +Cell[16820, 447, 137, 2, 27, "Input",ExpressionUUID->"3b35056a-ac69-46ba-b792-6114ef995541", CellID->1478185393], -Cell[16909, 447, 157, 3, 36, "Output",ExpressionUUID->"f494841a-45c4-4e04-bd12-6da30ea046a3", +Cell[16960, 451, 157, 3, 36, "Output",ExpressionUUID->"f494841a-45c4-4e04-bd12-6da30ea046a3", CellID->449869795] }, Open ]], -Cell[17081, 453, 119, 1, 38, "ExampleText",ExpressionUUID->"8dc11663-05eb-4736-a667-b4c591f14a81", +Cell[17132, 457, 119, 1, 39, "ExampleText",ExpressionUUID->"8dc11663-05eb-4736-a667-b4c591f14a81", CellID->1268874690], Cell[CellGroupData[{ -Cell[17225, 458, 196, 4, 27, "Input",ExpressionUUID->"ce8ba51f-aa8b-48e3-a66f-c5d4f472e499", +Cell[17276, 462, 196, 4, 27, "Input",ExpressionUUID->"ce8ba51f-aa8b-48e3-a66f-c5d4f472e499", CellID->78568985], Cell[CellGroupData[{ -Cell[17446, 466, 237, 4, 23, "Print",ExpressionUUID->"6ac95985-cccc-4ade-9716-08019eace843", +Cell[17497, 470, 237, 4, 23, "Print",ExpressionUUID->"6ac95985-cccc-4ade-9716-08019eace843", CellID->1705600993], -Cell[17686, 472, 366, 8, 23, "Print",ExpressionUUID->"5d64fd1e-558f-416f-b50c-cfb0c6a6019c", +Cell[17737, 476, 366, 8, 23, "Print",ExpressionUUID->"5d64fd1e-558f-416f-b50c-cfb0c6a6019c", CellID->1478861580], -Cell[18055, 482, 236, 4, 23, "Print",ExpressionUUID->"cfa56526-217e-4423-bf88-fd25ebd2c80a", +Cell[18106, 486, 236, 4, 23, "Print",ExpressionUUID->"cfa56526-217e-4423-bf88-fd25ebd2c80a", CellID->656943996], -Cell[18294, 488, 220, 3, 70, "Print",ExpressionUUID->"97f7d87d-f24f-430d-840e-811b858a90ec", +Cell[18345, 492, 220, 3, 70, "Print",ExpressionUUID->"97f7d87d-f24f-430d-840e-811b858a90ec", CellID->351368051], -Cell[18517, 493, 208, 3, 70, "Print",ExpressionUUID->"e27ad81e-2f3a-42ec-ba70-f74d8dd4cd8e", +Cell[18568, 497, 208, 3, 70, "Print",ExpressionUUID->"e27ad81e-2f3a-42ec-ba70-f74d8dd4cd8e", CellID->1027232548], -Cell[18728, 498, 238, 4, 70, "Print",ExpressionUUID->"8b51adc1-27f5-46d2-b7aa-5f6ebd19a938", +Cell[18779, 502, 238, 4, 70, "Print",ExpressionUUID->"8b51adc1-27f5-46d2-b7aa-5f6ebd19a938", CellID->1141166918], -Cell[18969, 504, 221, 3, 70, "Print",ExpressionUUID->"aa16b786-67bc-496c-ae81-b0dfb58c3912", +Cell[19020, 508, 221, 3, 70, "Print",ExpressionUUID->"aa16b786-67bc-496c-ae81-b0dfb58c3912", CellID->1723236152], -Cell[19193, 509, 237, 4, 70, "Print",ExpressionUUID->"cf8169f9-3750-4a40-877e-44811772670c", +Cell[19244, 513, 237, 4, 70, "Print",ExpressionUUID->"cf8169f9-3750-4a40-877e-44811772670c", CellID->2086814927], -Cell[19433, 515, 236, 4, 70, "Print",ExpressionUUID->"bc85733d-8436-441a-9f55-cfbf0d184da6", +Cell[19484, 519, 236, 4, 70, "Print",ExpressionUUID->"bc85733d-8436-441a-9f55-cfbf0d184da6", CellID->867803656], -Cell[19672, 521, 208, 3, 70, "Print",ExpressionUUID->"89b1b4da-cf76-4f95-bc38-fa6c0d7af111", +Cell[19723, 525, 208, 3, 70, "Print",ExpressionUUID->"89b1b4da-cf76-4f95-bc38-fa6c0d7af111", CellID->1984198198], -Cell[19883, 526, 237, 4, 70, "Print",ExpressionUUID->"76deecf4-acb7-42a9-9df6-00246b101d22", +Cell[19934, 530, 237, 4, 70, "Print",ExpressionUUID->"76deecf4-acb7-42a9-9df6-00246b101d22", CellID->1521909151] }, Open ]] }, Open ]], -Cell[20147, 534, 131, 1, 70, "ExampleText",ExpressionUUID->"27fca638-c2e4-49bb-8929-32ad64c6aa45", +Cell[20198, 538, 131, 1, 70, "ExampleText",ExpressionUUID->"27fca638-c2e4-49bb-8929-32ad64c6aa45", CellID->1550124792], -Cell[20281, 537, 198, 5, 70, "Input",ExpressionUUID->"a73e397e-220a-41a8-bc7f-6335302ad680", +Cell[20332, 541, 198, 5, 70, "Input",ExpressionUUID->"a73e397e-220a-41a8-bc7f-6335302ad680", CellID->777566693], -Cell[20482, 544, 190, 4, 70, "ExampleText",ExpressionUUID->"0967ca56-5d78-4abd-b1d8-30e6de699e31", +Cell[20533, 548, 190, 4, 70, "ExampleText",ExpressionUUID->"0967ca56-5d78-4abd-b1d8-30e6de699e31", CellID->307062976], Cell[CellGroupData[{ -Cell[20697, 552, 171, 3, 70, "Input",ExpressionUUID->"5edab4bf-eec5-452c-8da5-4b0cad3c70a8", +Cell[20748, 556, 171, 3, 70, "Input",ExpressionUUID->"5edab4bf-eec5-452c-8da5-4b0cad3c70a8", CellID->2037213150], -Cell[20871, 557, 174, 4, 36, "Output",ExpressionUUID->"0cb3f95f-600f-420b-8e61-231eb76da356", +Cell[20922, 561, 174, 4, 36, "Output",ExpressionUUID->"0cb3f95f-600f-420b-8e61-231eb76da356", CellID->1055625403] }, Open ]], -Cell[21060, 564, 161, 2, 70, "ExampleText",ExpressionUUID->"eec53511-4bb2-433a-a3ee-f61284044108", +Cell[21111, 568, 161, 2, 70, "ExampleText",ExpressionUUID->"eec53511-4bb2-433a-a3ee-f61284044108", CellID->1987989827], Cell[CellGroupData[{ -Cell[21246, 570, 282, 7, 70, "Input",ExpressionUUID->"7d534f27-bd4b-4e4d-9ffd-3085900e9bee", +Cell[21297, 574, 282, 7, 70, "Input",ExpressionUUID->"7d534f27-bd4b-4e4d-9ffd-3085900e9bee", CellID->1516216966], -Cell[21531, 579, 8887, 231, 70, "Output",ExpressionUUID->"7d90d103-4f82-400e-87ff-d9d6656bdb2d", +Cell[21582, 583, 8967, 231, 70, "Output",ExpressionUUID->"7d90d103-4f82-400e-87ff-d9d6656bdb2d", CellID->371133577] }, Open ]], Cell[CellGroupData[{ -Cell[30455, 815, 128, 2, 70, "Input",ExpressionUUID->"8355cfdc-b6cb-4a97-81bb-b8f5e2a828ea", +Cell[30586, 819, 128, 2, 70, "Input",ExpressionUUID->"8355cfdc-b6cb-4a97-81bb-b8f5e2a828ea", CellID->996912672], -Cell[30586, 819, 163, 3, 36, "Output",ExpressionUUID->"5320b3b9-ed6d-420b-90fa-19233a154696", +Cell[30717, 823, 163, 3, 36, "Output",ExpressionUUID->"5320b3b9-ed6d-420b-90fa-19233a154696", CellID->185997505] }, Open ]], Cell[CellGroupData[{ -Cell[30786, 827, 163, 3, 70, "Input",ExpressionUUID->"bbd716ab-aef3-4d5e-8d13-d501e105901a", +Cell[30917, 831, 163, 3, 70, "Input",ExpressionUUID->"bbd716ab-aef3-4d5e-8d13-d501e105901a", CellID->1997623019], -Cell[30952, 832, 205, 5, 36, "Output",ExpressionUUID->"bed39b87-582f-4f8d-a290-51400f83aa53", +Cell[31083, 836, 205, 5, 36, "Output",ExpressionUUID->"bed39b87-582f-4f8d-a290-51400f83aa53", CellID->457573697] }, Open ]], -Cell[31172, 840, 151, 1, 70, "ExampleText",ExpressionUUID->"0aa1931b-b404-4503-a01a-650b7ad30145", +Cell[31303, 844, 151, 1, 70, "ExampleText",ExpressionUUID->"0aa1931b-b404-4503-a01a-650b7ad30145", CellID->1296895982], Cell[CellGroupData[{ -Cell[31348, 845, 287, 7, 70, "Input",ExpressionUUID->"88b523d8-33a5-47a5-9ffe-5fbc1d8103bc", +Cell[31479, 849, 287, 7, 70, "Input",ExpressionUUID->"88b523d8-33a5-47a5-9ffe-5fbc1d8103bc", CellID->836169970], -Cell[31638, 854, 9000, 233, 70, "Output",ExpressionUUID->"8f6665c1-a0e1-48d1-91bc-7a99da766af2", +Cell[31769, 858, 9080, 233, 70, "Output",ExpressionUUID->"8f6665c1-a0e1-48d1-91bc-7a99da766af2", CellID->523193072] }, Open ]], Cell[CellGroupData[{ -Cell[40675, 1092, 131, 2, 70, "Input",ExpressionUUID->"e9426bbb-caab-4f36-8983-fb45c483472a", +Cell[40886, 1096, 131, 2, 70, "Input",ExpressionUUID->"e9426bbb-caab-4f36-8983-fb45c483472a", CellID->1505138934], -Cell[40809, 1096, 166, 3, 36, "Output",ExpressionUUID->"61de57cb-90d7-48f9-afba-67a61cfcb22a", +Cell[41020, 1100, 166, 3, 36, "Output",ExpressionUUID->"61de57cb-90d7-48f9-afba-67a61cfcb22a", CellID->1773789415] }, Open ]], -Cell[40990, 1102, 258, 4, 70, "ExampleText",ExpressionUUID->"3e7b206e-ffb2-4ca3-9892-2ddd22129a25", +Cell[41201, 1106, 258, 4, 70, "ExampleText",ExpressionUUID->"3e7b206e-ffb2-4ca3-9892-2ddd22129a25", CellID->374414533], Cell[CellGroupData[{ -Cell[41273, 1110, 164, 3, 70, "Input",ExpressionUUID->"541d10ed-fed3-4280-8192-16f60f4fcc3c", +Cell[41484, 1114, 164, 3, 70, "Input",ExpressionUUID->"541d10ed-fed3-4280-8192-16f60f4fcc3c", CellID->790526100], -Cell[41440, 1115, 207, 5, 36, "Output",ExpressionUUID->"55804ce4-b72a-4cf3-a40a-3d8339e98647", +Cell[41651, 1119, 207, 5, 36, "Output",ExpressionUUID->"55804ce4-b72a-4cf3-a40a-3d8339e98647", CellID->1645550097] }, Open ]], -Cell[41662, 1123, 151, 1, 70, "ExampleText",ExpressionUUID->"3109bb0e-c2f1-46c4-a027-7e861a46c8ee", +Cell[41873, 1127, 151, 1, 70, "ExampleText",ExpressionUUID->"3109bb0e-c2f1-46c4-a027-7e861a46c8ee", CellID->5123040], Cell[CellGroupData[{ -Cell[41838, 1128, 184, 4, 70, "Input",ExpressionUUID->"f98cd5a7-516f-494d-95fd-548457390c7d", +Cell[42049, 1132, 184, 4, 70, "Input",ExpressionUUID->"f98cd5a7-516f-494d-95fd-548457390c7d", CellID->1354147073], -Cell[42025, 1134, 161, 3, 36, "Output",ExpressionUUID->"e96be002-5773-4cab-b4b7-daaab201d3f3", +Cell[42236, 1138, 161, 3, 36, "Output",ExpressionUUID->"e96be002-5773-4cab-b4b7-daaab201d3f3", CellID->2089847633] }, Open ]], -Cell[42201, 1140, 144, 1, 70, "ExampleText",ExpressionUUID->"ce7f1518-f4a3-448f-bdd1-1ae3bd4556a4", +Cell[42412, 1144, 144, 1, 70, "ExampleText",ExpressionUUID->"ce7f1518-f4a3-448f-bdd1-1ae3bd4556a4", CellID->259730769], Cell[CellGroupData[{ -Cell[42370, 1145, 160, 3, 70, "Input",ExpressionUUID->"d398d414-f3f9-4dc0-b9a5-7801d0d9412e", +Cell[42581, 1149, 160, 3, 70, "Input",ExpressionUUID->"d398d414-f3f9-4dc0-b9a5-7801d0d9412e", CellID->2040502501], -Cell[42533, 1150, 292813, 4955, 70, "Output",ExpressionUUID->"ba9a0589-e9ea-4c60-b6ba-b07a18362f6f", +Cell[42744, 1154, 292813, 4955, 70, "Output",ExpressionUUID->"ba9a0589-e9ea-4c60-b6ba-b07a18362f6f", CellID->407124978] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[335799, 6118, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"1ef21ca6-de5a-4b71-a20a-919eff185034"], +Cell[341301, 6268, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5771f08b-3afc-43b8-a690-2a02d61686bb"], +Cell[341974, 6288, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0307b835-36ad-4512-9c02-bc00dceb1a7a"], +Cell[343010, 6316, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"c683d2d1-5f62-4c77-b15a-aa2d495fdbc1"], Cell[CellGroupData[{ -Cell[335610, 6116, 5499, 148, 70, "SeeAlsoSection",ExpressionUUID->"6768b9b0-1371-4642-8264-c54a251700d1"], -Cell[341112, 6266, 670, 18, 70, "TechNotesSection",ExpressionUUID->"96540454-9bad-4799-8fff-3a0a6796a47a"] -}, Open ]], -Cell[341797, 6287, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5e62916d-0d3e-412e-ae62-4f4a2d9a2d17"], -Cell[342833, 6315, 2245, 63, 70, "RelatedLinksSection",ExpressionUUID->"685252ee-a3f5-485d-8387-f91ed656e640"], -Cell[CellGroupData[{ -Cell[345103, 6382, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b4381c2-5c6e-4673-b896-ab29a57604d9", +Cell[345280, 6383, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8b4381c2-5c6e-4673-b896-ab29a57604d9", CellID->50309288], -Cell[345242, 6385, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d2df1e8a-8866-49b3-bf5e-5b61f7cdfd12", +Cell[345419, 6386, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d2df1e8a-8866-49b3-bf5e-5b61f7cdfd12", CellID->1194386356], -Cell[345464, 6391, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a1288695-1334-44e0-b0ea-f4464dad1030", +Cell[345641, 6392, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a1288695-1334-44e0-b0ea-f4464dad1030", CellID->1641706272], -Cell[345679, 6396, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea48c587-c550-4717-acc7-1797c5be1cb7", +Cell[345856, 6397, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea48c587-c550-4717-acc7-1797c5be1cb7", CellID->399251956], -Cell[345908, 6402, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0484af41-e4a7-461a-8a89-0a396aae18eb", +Cell[346085, 6403, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0484af41-e4a7-461a-8a89-0a396aae18eb", CellID->821434655] }, Open ]], -Cell[346145, 6408, 78, 0, 70, "FooterCell",ExpressionUUID->"2989a3f9-e602-49ff-a614-b6d56e0ad353"] +Cell[346322, 6409, 78, 0, 70, "FooterCell",ExpressionUUID->"41a83485-f496-40a3-9f63-d9249da44995"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaIsModPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/ParaIsModPreKernelQ.nb index 3a8c8b0..759fb49 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaIsModPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaIsModPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 339767, 6174] -NotebookOptionsPosition[ 329910, 5979] -NotebookOutlinePosition[ 332073, 6034] -CellTagsIndexPosition[ 331986, 6029] +NotebookDataLength[ 339790, 6175] +NotebookOptionsPosition[ 329948, 5982] +NotebookOutlinePosition[ 332129, 6037] +CellTagsIndexPosition[ 332042, 6032] WindowTitle->ParaIsModPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "31f9b7ff-98be-4b6c-b1e7-e39586812954"], + "c97b060d-a041-416d-912b-deb59f203d96"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "318609e4-2838-419e-bd5c-626d1c6c7972"], + "bec03b0d-5bca-4e5a-9588-03a39d67678f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "79a399eb-8374-434c-81d3-f8a6635e90c1"] - }],ExpressionUUID->"0057ded7-48cd-4bc1-8c93-9bfc15717767"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "1430f0f8-abab-4beb-af1a-315e4d61ba8f"] + }],ExpressionUUID->"aed0f02c-f571-4f89-9010-90a1fcd9abb5"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "076e9946-98f6-4365-ad40-3a87f569dcfd"], + "000ac29b-34d4-41f5-bc45-b9c3518d8b78"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42aa6bc8-6633-416f-a8e9-3fd6d332c625"] - }],ExpressionUUID->"522eedba-c005-4db5-9925-b2a048b22411"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9fb9e880-6b74-47b0-b002-27cd5a0f9f22"] + }],ExpressionUUID->"87785e6b-ac52-4a87-8705-fdec36a3cbd9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4833a6eb-d4ce-4ca4-a1d7-cf6a5db66792"], + "173c5cf4-c122-427e-a64a-606d2250c29f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "af520359-8d19-42b9-8f78-f7323649aac0"] - }],ExpressionUUID->"e3aa53e7-d452-4692-b6d7-81c802f22f3f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d7915a7b-3a29-4568-bc9b-1f212849545d"] + }],ExpressionUUID->"76515efc-c87c-4280-a536-896885abe8b3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "38a99605-70d2-4062-b63d-15c334bd3b9d"], + "940c4973-7ac1-499a-82ae-4799df2ab540"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "56a46d45-8b72-49f3-b626-1327c1a4e626"] - }],ExpressionUUID->"a7e32011-454b-4898-99cd-deab01cbaf4a"], - StripOnInput->False], {"\<\"TUG/ref/ParaIsModPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaIsModPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "764094c5-4dfd-451a-8f21-b7e9830674eb"] + }],ExpressionUUID->"3d1d204b-76a0-4ca4-b9e5-684097e747c8"], + StripOnInput->False],{ + "\"TUG/ref/ParaIsModPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaIsModPreKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaIsModPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$138322], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaIsModPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$148774], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaIsModPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "21a1a3b1-27e5-4d11-9d77-15e5f8146269"] + "9696d31f-c752-419d-a024-6b0e4e4a502b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bc48ebcb-39bc-489c-abb0-7dc8c24330af"]} + "37421a7b-aa80-4198-93fa-53c8daf25eac"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"910ecd3a-593e-4ced-8e03-fedd38025379"], + CellID->1,ExpressionUUID->"4b0fe51c-4104-44fe-a8ee-bb0b043183d7"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"9a8950c4-c76e-4a75-90a8-a5bd796fec7f"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"bf509352-a8da-4f04-a02c-d1e2a68f19c2"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaIsModPreKernelQ", "ObjectName",ExpressionUUID-> - "e280e00e-f518-4493-af3d-957ffbb25f29"], + "5a31e8be-3d52-4fa1-9e69-ca18a5c5a87f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"73018b02-46dc-490c-a8fa-3ed8d0aba5a3"], + "Spacer1"]],ExpressionUUID->"a66818bd-a0ca-4c68-8290-39926adea66b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0c93b6fa-585e-460b-a620-debb926e6899"] - }],ExpressionUUID->"04e375ad-d612-44b4-ae3f-ac533df45bdc"], Cell[BoxData[ + "5d92c244-72c8-4124-8a00-a19a94311379"] + }],ExpressionUUID->"7d40752b-c3d2-43cd-892c-0a6c4f6242e3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b180cffa-9ec0-49b6-a6b9-dde9c5657872"]} + "4700b6dc-22e4-481c-a932-0cfe602163e6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b55ed823-8f79-4cde-916e-fc50096537b0"], + CacheGraphics->False,ExpressionUUID->"8a63cfbc-9d46-45d0-8ad6-07f67f2a25d5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "f30f5d5a-e0a1-415e-843a-3e0e69cec1cd"], " \[LineSeparator]checks whether the provided payoff vector is a \ modified pre-kernel element of the game." - }],ExpressionUUID->"53870ac2-a9ff-466d-9892-5a0ceb243744"]} + }],ExpressionUUID->"8cdb356b-8b24-4af5-82b4-09eee9739464"]} }]], "Usage", CellID->1166772724,ExpressionUUID->"0497176d-5859-4816-afc6-0214a8ca235f"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ac3b27c9-0942-43c8-ada2-60a2ace9bb4b"], + ExpressionUUID->"eb92c5b0-d164-4066-a38d-b1f5a044301d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bcd5c292-3704-4869-b303-3e5a32bbd7a2"], + "Spacer1"]],ExpressionUUID->"cd70f843-b20c-4fe3-a666-93db736b4e9e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"dfea1db4-1342-4637-a4e9-f710d9b27a53"], + }], "NotesFrameText",ExpressionUUID->"8c49012d-ca59-469a-97ca-d4f9696376d7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e4e48658-c415-43db-b0c9-010c10a68cef"]], \ + "Preemptive"]],ExpressionUUID->"feafda17-8699-49b7-8b75-b062aac7a9c2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->859154006,ExpressionUUID->"4d444186-d152-4499-a573-e1aece78c8aa"], + CellID->343523928,ExpressionUUID->"46df5aa7-ad10-4b70-91cd-993b8ffb6216"], Cell[TextData[{ "The input expression ", @@ -379,19 +385,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eebb0cdd-e5da-4449-bc5b-00c87293a305"], + ExpressionUUID->"14339be7-22a3-4d2e-93a1-9d9b9e921272"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"76e8e5c3-8450-4adb-9d41-1d97714555e4"], + "Spacer1"]],ExpressionUUID->"a965efbb-8166-4350-a617-7fbe3b777468"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bee7a836-42d3-4a98-9893-bc78ddd8b188"] + "5cc9383b-aa8b-448d-a3ba-9461b4556ef5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1919917157,ExpressionUUID->"24d7283d-a2e2-4c88-b698-7e7bb73cbb0d"], + CellID->1920927097,ExpressionUUID->"8a7e51f2-ed58-418d-94e7-0483aedec7ee"], Cell[CellGroupData[{ @@ -420,18 +426,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5fa160b6-1894-4b62-a2af-50fa551320d5"], + ExpressionUUID->"54a9334f-6fa1-4efc-9dde-4543212e78a4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3819b4d4-e7a8-46ff-80e7-8482964f64cf"], + "Spacer1"]],ExpressionUUID->"5d454035-7b94-48b8-91c8-5351444a1414"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a42cb305-87c1-4adb-955a-a5d634eb0f93"] + "185af304-f9ee-4079-8500-97099bae286f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1487379622,ExpressionUUID->"e84f4823-70e6-45a0-8a82-2049c4127917"], + CellID->1271112944,ExpressionUUID->"1cf2852f-0daf-4207-9963-bd3636e95316"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1496986973,ExpressionUUID->"f5540fa7-730e-44e4-a610-a7e99cdeb6c6"], @@ -5647,8 +5653,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5796,15 +5800,15 @@ Cell[BoxData[GridBox[{ "9ef13722-2ae9-4ed0-bdd2-9d80dab86236"] }], "SeeAlso",ExpressionUUID->"fcddd6d4-f689-452a-9cd3-610ec5562e38"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"34901c9f-b084-4369-81ed-\ -c964e1f07718"], + }]], "SeeAlsoSection",ExpressionUUID->"5faccf25-7635-43f6-bb65-\ +d6f8cddb1f02"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5816,9 +5820,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8c4b0ecf-dad2-47e8-a8e0-de73faa7af84"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"03a265dd-cead-488c-a3e3-\ -c36213106009"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"89645b2a-4b0d-4548-a83a-\ +5c0c9029b3d0"], Cell[BoxData[GridBox[{ { @@ -5835,7 +5838,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7468719a-ab89-4656-aa84-fa0fddd61404"]}]}, + "ed6cc707-5fe8-4741-8b45-04a8dbf8038a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5843,10 +5846,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ffdeb5bc-8d17-4467-886e-f8039800155a"]}]} + "596f16fb-c4b7-46ae-9e3a-848adc317203"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"cd270cc2-ce75-410b-b124-\ -718fbbac7815"], + }]], "MoreAboutSection",ExpressionUUID->"98584154-37ef-4cfc-b77d-\ +a4e9e6fe1e3c"], Cell[BoxData[GridBox[{ { @@ -5873,7 +5876,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ae90502f-0f1c-472a-83ec-4ec4f66d3f6c"]], "RelatedLinks", + "7df1b38e-cb7e-4167-bd88-96e1ec4d4d9c"]], "RelatedLinks", ExpressionUUID->"61851059-97e7-4b49-9b9f-660088de9325"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5890,7 +5893,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5c3e9453-1fb0-4604-8231-0aac92e44937"]], "RelatedLinks", + "75d493f7-d8c0-44da-8616-96d773691142"]], "RelatedLinks", ExpressionUUID->"ba50f7f4-7c33-42a1-a33c-f38d033852a6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5907,7 +5910,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eff0f15f-f7d4-49ad-82d6-37b0c7e532ec"]], "RelatedLinks", + "c9279f51-c006-45a2-bf30-c568f581afea"]], "RelatedLinks", ExpressionUUID->"9c2f743a-d961-4f8e-aac3-92ccdddf3287"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5924,7 +5927,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "459ce98f-8434-41bf-ae96-bc4df19fc327"]], "RelatedLinks", + "1ad8e4d6-57d7-4c39-ba2a-e526bee5fdb6"]], "RelatedLinks", ExpressionUUID->"13fe012c-2af1-4f67-b9c0-97e3655a1dc5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5941,11 +5944,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "423c2491-f902-4bfe-982f-e21b5a42d3ad"]], "RelatedLinks", + "55f2afdd-9e56-4a95-ace2-a94d80cc34e4"]], "RelatedLinks", ExpressionUUID->"0115efaf-9960-47d2-b417-2ece13a4306e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0cf10663-0a1d-4886-8f1b-\ -1674f9859324"], + }]], "RelatedLinksSection",ExpressionUUID->"26a9e78a-ff5f-4dd6-8937-\ +a2f7c9de3a8a"], Cell[CellGroupData[{ @@ -5975,11 +5978,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"abc92d0c-d993-409d-9309-09ee63d65303"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a738675c-7fc7-4056-999b-5ba28a6a6773"] +Cell[" ", "FooterCell",ExpressionUUID->"7d5717a5-0981-475f-93f7-8ee7ec612922"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaIsModPreKernelQ", TaggingRules->{ @@ -5990,7 +5993,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 47.135364}", + "built" -> "{2024, 6, 3, 16, 54, 24.215923}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -5999,10 +6002,10 @@ TaggingRules->{ "ParaIsModPreKernelQ[game, payoff] checks whether the provided payoff \ vector is a modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaIsModPreKernelQ", "titlemodifier" -> - "", "windowtitle" -> "ParaIsModPreKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaIsModPreKernelQ"}}, + "", "metadescription" -> "", "windowtitle" -> "ParaIsModPreKernelQ", + "type" -> "Symbol", "uri" -> "TUG/ref/ParaIsModPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6011,9 +6014,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5ba3052b-342b-449b-8d54-b716020296f5" +ExpressionUUID->"949693d7-909a-44fd-966d-b261cd666ac2" ] (* End of Notebook Content *) @@ -6021,161 +6024,159 @@ ExpressionUUID->"5ba3052b-342b-449b-8d54-b716020296f5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13747, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"24d7283d-a2e2-4c88-b698-7e7bb73cbb0d", + Cell[13819, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a7e51f2-ed58-418d-94e7-0483aedec7ee", CellTags->"PrimaryExamplesSection", - CellID->1919917157]} + CellID->1920927097]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 331785, 6022} + {"PrimaryExamplesSection", 331841, 6025} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7159, 168, 56, "AnchorBarGrid",ExpressionUUID->"910ecd3a-593e-4ced-8e03-fedd38025379", +Cell[591, 21, 7231, 174, 57, "AnchorBarGrid",ExpressionUUID->"4b0fe51c-4104-44fe-a8ee-bb0b043183d7", CellID->1], -Cell[7753, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"9a8950c4-c76e-4a75-90a8-a5bd796fec7f"], +Cell[7825, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"bf509352-a8da-4f04-a02c-d1e2a68f19c2"], Cell[CellGroupData[{ -Cell[7876, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"b55ed823-8f79-4cde-916e-fc50096537b0"], -Cell[9172, 232, 543, 11, 111, "Usage",ExpressionUUID->"0497176d-5859-4816-afc6-0214a8ca235f", +Cell[7948, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"8a63cfbc-9d46-45d0-8ad6-07f67f2a25d5"], +Cell[9244, 238, 543, 11, 111, "Usage",ExpressionUUID->"0497176d-5859-4816-afc6-0214a8ca235f", CellID->1166772724] }, Open ]], Cell[CellGroupData[{ -Cell[9752, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"4d444186-d152-4499-a573-e1aece78c8aa", +Cell[9824, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"46df5aa7-ad10-4b70-91cd-993b8ffb6216", CellGroupingRules->{"SectionGrouping", 50}, - CellID->859154006], -Cell[11649, 297, 782, 20, 57, "]]",ExpressionUUID->"a32e9bb6-e93f-4c2d-a8c5-dcf45e4686b1", + CellID->343523928], +Cell[11721, 303, 782, 20, 57, "]]",ExpressionUUID->"a32e9bb6-e93f-4c2d-a8c5-dcf45e4686b1", CellID->209133038], -Cell[12434, 319, 515, 13, 37, "Notes",ExpressionUUID->"14ae7e54-10ac-452b-91c7-5ed07893de3e", +Cell[12506, 325, 515, 13, 38, "Notes",ExpressionUUID->"14ae7e54-10ac-452b-91c7-5ed07893de3e", CellID->446398736], -Cell[12952, 334, 224, 4, 36, "Notes",ExpressionUUID->"2cecdefd-9f28-48fb-bf2b-887000a66290", +Cell[13024, 340, 224, 4, 36, "Notes",ExpressionUUID->"2cecdefd-9f28-48fb-bf2b-887000a66290", CellID->81734930], -Cell[13179, 340, 228, 4, 36, "Notes",ExpressionUUID->"05c5f42d-1403-417b-b26a-fd6c4581c671", +Cell[13251, 346, 228, 4, 36, "Notes",ExpressionUUID->"05c5f42d-1403-417b-b26a-fd6c4581c671", CellID->801544705], -Cell[13410, 346, 210, 4, 36, "Notes",ExpressionUUID->"7cbea586-07ca-4455-818c-ec02391a2e04", +Cell[13482, 352, 210, 4, 36, "Notes",ExpressionUUID->"7cbea586-07ca-4455-818c-ec02391a2e04", CellID->208007040] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13747, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"24d7283d-a2e2-4c88-b698-7e7bb73cbb0d", +Cell[13819, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8a7e51f2-ed58-418d-94e7-0483aedec7ee", CellTags->"PrimaryExamplesSection", - CellID->1919917157], + CellID->1920927097], Cell[CellGroupData[{ -Cell[15193, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e84f4823-70e6-45a0-8a82-2049c4127917", - CellID->1487379622], -Cell[16595, 435, 150, 1, 38, "ExampleText",ExpressionUUID->"f5540fa7-730e-44e4-a610-a7e99cdeb6c6", +Cell[15265, 403, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1cf2852f-0daf-4207-9963-bd3636e95316", + CellID->1271112944], +Cell[16667, 441, 150, 1, 39, "ExampleText",ExpressionUUID->"f5540fa7-730e-44e4-a610-a7e99cdeb6c6", CellID->1496986973], -Cell[16748, 438, 183, 4, 27, "Input",ExpressionUUID->"f342cb88-82a0-47e1-a748-02c7a7e837e5", +Cell[16820, 444, 183, 4, 27, "Input",ExpressionUUID->"f342cb88-82a0-47e1-a748-02c7a7e837e5", CellID->600528575], Cell[CellGroupData[{ -Cell[16956, 446, 137, 2, 27, "Input",ExpressionUUID->"413af5ec-2522-479b-b228-26c60404269f", +Cell[17028, 452, 137, 2, 27, "Input",ExpressionUUID->"413af5ec-2522-479b-b228-26c60404269f", CellID->1200889477], -Cell[17096, 450, 158, 3, 36, "Output",ExpressionUUID->"c4dbc039-dbca-4d10-8523-0724fb26d244", +Cell[17168, 456, 158, 3, 36, "Output",ExpressionUUID->"c4dbc039-dbca-4d10-8523-0724fb26d244", CellID->1131024485] }, Open ]], -Cell[17269, 456, 117, 1, 38, "ExampleText",ExpressionUUID->"33a3a931-8d47-401a-bb39-679f8965178a", +Cell[17341, 462, 117, 1, 39, "ExampleText",ExpressionUUID->"33a3a931-8d47-401a-bb39-679f8965178a", CellID->91373605], Cell[CellGroupData[{ -Cell[17411, 461, 197, 4, 27, "Input",ExpressionUUID->"dc20d818-45a4-45a0-95b3-7d6404c8671b", +Cell[17483, 467, 197, 4, 27, "Input",ExpressionUUID->"dc20d818-45a4-45a0-95b3-7d6404c8671b", CellID->690924091], Cell[CellGroupData[{ -Cell[17633, 469, 237, 4, 23, "Print",ExpressionUUID->"0b5a4f95-c963-41e4-95bf-b0d709010757", +Cell[17705, 475, 237, 4, 23, "Print",ExpressionUUID->"0b5a4f95-c963-41e4-95bf-b0d709010757", CellID->1260891346], -Cell[17873, 475, 366, 8, 23, "Print",ExpressionUUID->"5d687cda-544d-4e15-8d03-714961e277c0", +Cell[17945, 481, 366, 8, 23, "Print",ExpressionUUID->"5d687cda-544d-4e15-8d03-714961e277c0", CellID->1892743021], -Cell[18242, 485, 236, 4, 23, "Print",ExpressionUUID->"2f45042b-66c4-4b30-bc65-c1493072700d", +Cell[18314, 491, 236, 4, 23, "Print",ExpressionUUID->"2f45042b-66c4-4b30-bc65-c1493072700d", CellID->833248849], -Cell[18481, 491, 221, 3, 23, "Print",ExpressionUUID->"4fc52dec-ab80-4b10-9809-c3148be5df4f", +Cell[18553, 497, 221, 3, 23, "Print",ExpressionUUID->"4fc52dec-ab80-4b10-9809-c3148be5df4f", CellID->1505083192], -Cell[18705, 496, 207, 3, 70, "Print",ExpressionUUID->"6c7a7c87-d618-4747-a418-dcf99f12e52d", +Cell[18777, 502, 207, 3, 70, "Print",ExpressionUUID->"6c7a7c87-d618-4747-a418-dcf99f12e52d", CellID->882113963], -Cell[18915, 501, 237, 4, 70, "Print",ExpressionUUID->"51bdeb35-66bf-433d-b16a-203f5d20f996", +Cell[18987, 507, 237, 4, 70, "Print",ExpressionUUID->"51bdeb35-66bf-433d-b16a-203f5d20f996", CellID->985343008], -Cell[19155, 507, 221, 3, 70, "Print",ExpressionUUID->"c8bf7089-5f04-4447-a281-4246f813736d", +Cell[19227, 513, 221, 3, 70, "Print",ExpressionUUID->"c8bf7089-5f04-4447-a281-4246f813736d", CellID->1307392382], -Cell[19379, 512, 237, 4, 70, "Print",ExpressionUUID->"77cb76b4-213c-4af3-8b9d-ad3fef6ea285", +Cell[19451, 518, 237, 4, 70, "Print",ExpressionUUID->"77cb76b4-213c-4af3-8b9d-ad3fef6ea285", CellID->1350346485], -Cell[19619, 518, 237, 4, 70, "Print",ExpressionUUID->"65d18981-3f5f-494b-9930-ae66aa43c3c1", +Cell[19691, 524, 237, 4, 70, "Print",ExpressionUUID->"65d18981-3f5f-494b-9930-ae66aa43c3c1", CellID->1794381163], -Cell[19859, 524, 208, 3, 70, "Print",ExpressionUUID->"e81a877c-b93b-45e6-a7e4-d23e3aecc90c", +Cell[19931, 530, 208, 3, 70, "Print",ExpressionUUID->"e81a877c-b93b-45e6-a7e4-d23e3aecc90c", CellID->1461069624], -Cell[20070, 529, 236, 4, 70, "Print",ExpressionUUID->"6dba87ef-5fa9-4957-9fda-b83f43fb54c5", +Cell[20142, 535, 236, 4, 70, "Print",ExpressionUUID->"6dba87ef-5fa9-4957-9fda-b83f43fb54c5", CellID->698327907] }, Open ]] }, Open ]], -Cell[20333, 537, 136, 1, 70, "ExampleText",ExpressionUUID->"8b8ec63f-d2b8-4c74-8478-4411cd8a64d0", +Cell[20405, 543, 136, 1, 70, "ExampleText",ExpressionUUID->"8b8ec63f-d2b8-4c74-8478-4411cd8a64d0", CellID->864514214], -Cell[20472, 540, 234, 6, 70, "Input",ExpressionUUID->"591e0300-a1cf-4403-ac0d-17584ef9613e", +Cell[20544, 546, 234, 6, 70, "Input",ExpressionUUID->"591e0300-a1cf-4403-ac0d-17584ef9613e", CellID->614492904], -Cell[20709, 548, 381, 9, 70, "Input",ExpressionUUID->"d49c833f-d01d-443f-9509-3ec7b8ed8773", +Cell[20781, 554, 381, 9, 70, "Input",ExpressionUUID->"d49c833f-d01d-443f-9509-3ec7b8ed8773", CellID->1137322827], -Cell[21093, 559, 236, 6, 70, "Input",ExpressionUUID->"469c6a1b-2986-43af-95f0-1aed5b9753ef", +Cell[21165, 565, 236, 6, 70, "Input",ExpressionUUID->"469c6a1b-2986-43af-95f0-1aed5b9753ef", CellID->31147634], -Cell[21332, 567, 190, 4, 70, "ExampleText",ExpressionUUID->"bfb02bb4-4c87-4d0d-bbe5-a94f8c8b0180", +Cell[21404, 573, 190, 4, 70, "ExampleText",ExpressionUUID->"bfb02bb4-4c87-4d0d-bbe5-a94f8c8b0180", CellID->822499944], Cell[CellGroupData[{ -Cell[21547, 575, 176, 3, 70, "Input",ExpressionUUID->"7ce1ffa0-de31-4ca6-85a3-c3e3b8af3762", +Cell[21619, 581, 176, 3, 70, "Input",ExpressionUUID->"7ce1ffa0-de31-4ca6-85a3-c3e3b8af3762", CellID->429485002], -Cell[21726, 580, 174, 4, 36, "Output",ExpressionUUID->"cc17e360-9860-4a16-8582-8a1c356a77fd", +Cell[21798, 586, 174, 4, 36, "Output",ExpressionUUID->"cc17e360-9860-4a16-8582-8a1c356a77fd", CellID->1597102588] }, Open ]], -Cell[21915, 587, 179, 3, 70, "ExampleText",ExpressionUUID->"1c53f670-4411-4b86-a846-93394d19cd59", +Cell[21987, 593, 179, 3, 70, "ExampleText",ExpressionUUID->"1c53f670-4411-4b86-a846-93394d19cd59", CellID->177735589], Cell[CellGroupData[{ -Cell[22119, 594, 195, 4, 70, "Input",ExpressionUUID->"25397f63-93ba-45f8-a32f-9dc5e4c557c1", +Cell[22191, 600, 195, 4, 70, "Input",ExpressionUUID->"25397f63-93ba-45f8-a32f-9dc5e4c557c1", CellID->2036440676], -Cell[22317, 600, 314, 9, 51, "Output",ExpressionUUID->"7bc4d41d-90f8-4c62-9d58-0e75ee71dd42", +Cell[22389, 606, 314, 9, 50, "Output",ExpressionUUID->"7bc4d41d-90f8-4c62-9d58-0e75ee71dd42", CellID->1190499370] }, Open ]], -Cell[22646, 612, 188, 4, 70, "ExampleText",ExpressionUUID->"2c8b5360-b906-4cf6-bbf1-d10e1da664d6", +Cell[22718, 618, 188, 4, 70, "ExampleText",ExpressionUUID->"2c8b5360-b906-4cf6-bbf1-d10e1da664d6", CellID->302473721], Cell[CellGroupData[{ -Cell[22859, 620, 317, 8, 70, "Input",ExpressionUUID->"469638ad-aa84-44a1-a780-f0dd9b543a13", +Cell[22931, 626, 317, 8, 70, "Input",ExpressionUUID->"469638ad-aa84-44a1-a780-f0dd9b543a13", CellID->435789336], -Cell[23179, 630, 237, 6, 36, "Output",ExpressionUUID->"2ee5d3e7-65e9-4380-b80f-e56071b15ecf", +Cell[23251, 636, 237, 6, 36, "Output",ExpressionUUID->"2ee5d3e7-65e9-4380-b80f-e56071b15ecf", CellID->2133124257] }, Open ]], -Cell[23431, 639, 150, 1, 70, "ExampleText",ExpressionUUID->"233a72ba-e9dc-4145-9ac1-26abfdbe1356", +Cell[23503, 645, 150, 1, 70, "ExampleText",ExpressionUUID->"233a72ba-e9dc-4145-9ac1-26abfdbe1356", CellID->712678480], Cell[CellGroupData[{ -Cell[23606, 644, 325, 8, 70, "Input",ExpressionUUID->"20e7a4be-5bad-4a8d-bc95-56b1d8498dfb", +Cell[23678, 650, 325, 8, 70, "Input",ExpressionUUID->"20e7a4be-5bad-4a8d-bc95-56b1d8498dfb", CellID->2114818956], -Cell[23934, 654, 236, 6, 36, "Output",ExpressionUUID->"43ae90af-44d5-42d7-9c42-a231b3c79eb2", +Cell[24006, 660, 236, 6, 36, "Output",ExpressionUUID->"43ae90af-44d5-42d7-9c42-a231b3c79eb2", CellID->120144022] }, Open ]], -Cell[24185, 663, 171, 3, 70, "ExampleText",ExpressionUUID->"a3c87dbf-4204-408a-bf13-d59314ab0453", +Cell[24257, 669, 171, 3, 70, "ExampleText",ExpressionUUID->"a3c87dbf-4204-408a-bf13-d59314ab0453", CellID->986196292], -Cell[24359, 668, 290, 5, 70, "ExampleText",ExpressionUUID->"816cd638-30e2-4bad-9daf-abf662cf8ffb", +Cell[24431, 674, 290, 5, 70, "ExampleText",ExpressionUUID->"816cd638-30e2-4bad-9daf-abf662cf8ffb", CellID->3388053], -Cell[24652, 675, 145, 1, 70, "ExampleText",ExpressionUUID->"1ee56c32-4cfd-4a8b-9748-3ca01ccf1074", +Cell[24724, 681, 145, 1, 70, "ExampleText",ExpressionUUID->"1ee56c32-4cfd-4a8b-9748-3ca01ccf1074", CellID->1240741491], Cell[CellGroupData[{ -Cell[24822, 680, 159, 3, 70, "Input",ExpressionUUID->"0e2e15a0-553c-4c9f-8113-cb8a85e4ca70", +Cell[24894, 686, 159, 3, 70, "Input",ExpressionUUID->"0e2e15a0-553c-4c9f-8113-cb8a85e4ca70", CellID->845125753], -Cell[24984, 685, 292813, 4955, 70, "Output",ExpressionUUID->"083d278b-f62b-4fd1-8a1a-70b73ebcff5b", +Cell[25056, 691, 292813, 4955, 70, "Output",ExpressionUUID->"083d278b-f62b-4fd1-8a1a-70b73ebcff5b", CellID->756643666] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[318111, 5655, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"5faccf25-7635-43f6-bb65-d6f8cddb1f02"], +Cell[323617, 5805, 670, 18, 70, "TechNotesSection",ExpressionUUID->"89645b2a-4b0d-4548-a83a-5c0c9029b3d0"], +Cell[324290, 5825, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"98584154-37ef-4cfc-b77d-a4e9e6fe1e3c"], +Cell[325326, 5853, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"26a9e78a-ff5f-4dd6-8937-a2f7c9de3a8a"], Cell[CellGroupData[{ -Cell[318061, 5651, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"34901c9f-b084-4369-81ed-c964e1f07718"], -Cell[323567, 5801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"03a265dd-cead-488c-a3e3-c36213106009"] -}, Open ]], -Cell[324252, 5822, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cd270cc2-ce75-410b-b124-718fbbac7815"], -Cell[325288, 5850, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"0cf10663-0a1d-4886-8f1b-1674f9859324"], -Cell[CellGroupData[{ -Cell[328784, 5951, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c97e686-1c48-47c3-8fcf-789fe30c0d53", +Cell[328822, 5954, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0c97e686-1c48-47c3-8fcf-789fe30c0d53", CellID->1115537422], -Cell[328925, 5954, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"07656e14-f942-450c-a1c0-e98cae8b17ec", +Cell[328963, 5957, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"07656e14-f942-450c-a1c0-e98cae8b17ec", CellID->1194386356], -Cell[329147, 5960, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bb7e37bc-16ff-4cee-a87d-ff41d0f06639", +Cell[329185, 5963, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bb7e37bc-16ff-4cee-a87d-ff41d0f06639", CellID->1641706272], -Cell[329362, 5965, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"38c0f76e-1f47-4ffc-80c1-ceaa84776310", +Cell[329400, 5968, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"38c0f76e-1f47-4ffc-80c1-ceaa84776310", CellID->399251956], -Cell[329591, 5971, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"abc92d0c-d993-409d-9309-09ee63d65303", +Cell[329629, 5974, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"abc92d0c-d993-409d-9309-09ee63d65303", CellID->821434655] }, Open ]], -Cell[329828, 5977, 78, 0, 70, "FooterCell",ExpressionUUID->"a738675c-7fc7-4056-999b-5ba28a6a6773"] +Cell[329866, 5980, 78, 0, 70, "FooterCell",ExpressionUUID->"7d5717a5-0981-475f-93f7-8ee7ec612922"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaIsModiclusQ.nb b/Documentation/English/ReferencePages/Symbols/ParaIsModiclusQ.nb index 747400a..7df2ec7 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaIsModiclusQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaIsModiclusQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 353128, 6491] -NotebookOptionsPosition[ 340487, 6241] -NotebookOutlinePosition[ 342703, 6297] -CellTagsIndexPosition[ 342616, 6292] +NotebookDataLength[ 353137, 6491] +NotebookOptionsPosition[ 340510, 6243] +NotebookOutlinePosition[ 342744, 6299] +CellTagsIndexPosition[ 342657, 6294] WindowTitle->ParaIsModiclusQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "34b719de-db35-432d-94d3-8a90c13e542b"], + "86f2d210-6877-4c8c-b40c-f34b7a84c2c5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "89d12963-43af-463e-aa38-9b6c8de0ec11"], + "3b7d4b76-3153-4b69-8edc-5fb1b0dea60f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f86bfce1-a736-4060-b677-2f415ca16785"] - }],ExpressionUUID->"eb0a687b-6d02-4f6d-8a72-24aa1211abf6"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "c86ae998-988a-435d-8c55-9f440c20d87d"] + }],ExpressionUUID->"42e4ed23-be76-40f5-89ab-dfbb6106f4a5"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b2c0f131-2723-4235-b749-5f05145d77dc"], + "bcf50708-f934-49b2-92a8-97218eb06c95"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1f8fbd9f-0860-4f0d-94b3-0976315986c4"] - }],ExpressionUUID->"188c52f2-935d-4801-aba4-a69178786a3e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bc3fcd51-df33-477e-85ed-92c5a2d5fb99"] + }],ExpressionUUID->"d3012554-310d-4fdb-aeae-5f1daf8f0643"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f14a7384-d201-4d06-a6ae-137902430379"], + "39edf25d-16ad-4217-9c53-f26298e8100c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b79f00c8-40dc-4230-8c80-380c8234db04"] - }],ExpressionUUID->"139b5ff6-600a-4efe-a9ad-943276777a47"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a6c8fb30-a2e1-473f-987c-d10b90141ea4"] + }],ExpressionUUID->"a840f847-2a73-4c8e-8edc-649ade3f5ff4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "10170f87-5055-40e2-8293-3994b003ca1a"], + "fa5825ef-aae9-425d-b50d-c16b5614789b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "56a159f7-8dba-4609-90ac-6927aefeab22"] - }],ExpressionUUID->"7c23b467-fbaf-4c37-98ee-81ff5ddd2099"], - StripOnInput->False], {"\<\"TUG/ref/ParaIsModiclusQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaIsModiclusQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e7e43ffd-13f8-4f9f-964c-d3f23c58731a"] + }],ExpressionUUID->"e69bdce8-6adb-4500-8506-f4702b37aa2a"], + StripOnInput->False],{ + "\"TUG/ref/ParaIsModiclusQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaIsModiclusQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaIsModiclusQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$137693], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaIsModiclusQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$148111], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaIsModiclusQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3af46178-ea86-4fab-be12-94b3d6558bb1"] + "0f16dd84-256e-47aa-ade6-7c0f096446ce"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bcf2d036-ca7d-4617-b92f-9d43c070622d"]} + "2de10fee-8369-4490-9174-eb893a8e5ba0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"01a33095-c9b1-48bc-a904-4de0070f5499"], + CellID->1,ExpressionUUID->"c1045585-3bcc-4418-81ef-b6bfa995beae"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"8bf4e2f1-4f83-4d23-9c99-328ca05cf371"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"2a07f9b4-34c7-455d-935f-0bd2f986a5a7"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaIsModiclusQ", "ObjectName",ExpressionUUID-> - "223d6552-912d-4fd5-8b34-debc96ef6a65"], + "6da6956a-5951-4fb6-affd-2d350c9a32d5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e35da02b-aa2a-4b6f-b4f3-8b17cc3a4567"], + "Spacer1"]],ExpressionUUID->"5e3424e4-6d56-4e02-b023-082d6793874a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "42e54ceb-5860-457d-96ee-e8b599544810"] - }],ExpressionUUID->"2c760b21-f07b-49f3-b349-7c8d1e67655b"], Cell[BoxData[ + "bf4f2cf9-68ba-4803-bdc9-2f148e2c5bca"] + }],ExpressionUUID->"e64ad6ea-9ab0-48cf-a56d-5e90ed62a33f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "73e4eb18-d978-42b1-b3f1-5a8c221124ba"]} + "cd79fc07-ac9d-4998-b1aa-0e729106617b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"839046fa-d050-4e8b-85d4-7c549d68b1bf"], + CacheGraphics->False,ExpressionUUID->"64384942-60f4-44df-bcce-b798a8950a94"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ "69222f9f-c494-4e5b-a6c0-3617704e225f"], " \[LineSeparator]checks whether the provided payoff vector is the \ modiclus of the game." - }],ExpressionUUID->"3aece39c-d84c-4503-baea-a6ad2beef317"]}, + }],ExpressionUUID->"f47413d5-7ce1-45ac-843f-ac4f2261e7dd"]}, {"", Cell[TextData[{ "Para", Cell[BoxData[ @@ -250,7 +255,7 @@ modiclus of the game." FontFamily->"Source Sans Pro",ExpressionUUID-> "83fd2d33-93b8-402d-af9e-7b6d82c155ae"], " \[LineSeparator]by option set a different solver can be invoked." - }],ExpressionUUID->"9a519f79-1b7c-45e1-95b6-aa198be61d23"]} + }],ExpressionUUID->"170a7696-d2ff-4d34-b2c9-68471015abc4"]} }]], "Usage", CellID->395383056,ExpressionUUID->"5c65cb8f-9bd2-4b8f-b0b5-e4e58dfaa29b"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d878d74-d904-4462-b3f1-ae487ceefb7f"], + ExpressionUUID->"1b49f947-8464-4d6b-ad8a-24abcf360896"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f1176b5e-b7f6-498f-a972-76adc0d9a8ea"], + "Spacer1"]],ExpressionUUID->"18b43eaf-529b-48df-b54c-651cea128a14"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ff752fcb-0390-4e2d-9ac4-fa7ded0dab2e"], + }], "NotesFrameText",ExpressionUUID->"d68ea79d-0045-4c78-8449-ed4d5810cfe5"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"33853a3e-cfcc-463e-99fe-0599acbc58d2"]], \ + "Preemptive"]],ExpressionUUID->"80b85764-9a3e-491b-824a-7a81853cf15a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->369128844,ExpressionUUID->"cfb3e5c1-6cab-4073-9bba-67acc3c1f492"], + CellID->1191683725,ExpressionUUID->"288be9d0-6d83-433c-8de6-655095ffbf22"], Cell[TextData[{ "The input expression ", @@ -389,11 +394,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "76d7a7bf-9e80-4e14-9798-0e9f14f76521"], "RevisedSimplex", Cell[ + "ccdc5c38-2834-4b31-83c6-2a9b4445474e"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"bf1db35d-1116-456d-b679-189cd6ab566d"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ef2a4ca9-deb7-43bb-a624-acc34301cf7e"], + "13ee82c0-5fe2-4f0f-8757-7fec462edf13"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -409,11 +414,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b3f11f5a-025e-40bc-813b-91e80f19b690"], "CLP", Cell["\<\ + "e0b668de-b380-44e7-bf83-b16c406d76bd"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"459af5e1-ac7a-45cd-a78f-45a7b6bf8ddd"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0f5e1dda-761c-4e10-9249-4e5fb1201614"], + "89ee102a-d657-4c0f-9cb8-ea2ae32db943"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -429,7 +434,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "73341d11-a595-4168-9f8e-0af03b650ba3"], "InteriorPoint", Cell["\<\ + "b9a53502-8fa2-4d6c-9eb5-0aee447e9497"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"6042cab1-89b0-4aef-8c41-265dd556ffbb"]} }]], "2ColumnTableMod", @@ -446,7 +451,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "bd4c6e56-7bda-4b3a-b54c-ba5de970a703"], + "667bb438-8c7b-40d3-b8c3-f9767fe162ee"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -522,19 +527,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e527594-d246-4fc1-9163-f5852314a6c4"], + ExpressionUUID->"625551af-1e45-445c-b74a-b677a9da7fcf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9f7cbd56-daa0-4b0e-ba0b-8cc44ac22314"], + "Spacer1"]],ExpressionUUID->"d99adc4e-f4b8-409c-9998-1348382fb7c6"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "24fc764d-95e7-4e23-95d3-cdd33a6dbda4"] + "a113c4e7-2188-4433-9cfe-8bad4d047fe5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1196734574,ExpressionUUID->"003de761-4ab2-4130-91de-9e01cf972af5"], + CellID->1906359679,ExpressionUUID->"af1b62e8-ecc6-4c16-b1b9-a8c77fefd1b4"], Cell[CellGroupData[{ @@ -563,18 +568,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"94716e0b-1793-448b-9848-bc0f75dac2d6"], + ExpressionUUID->"c932499b-1877-436e-b8ed-11a193d45e05"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d9d00fd1-ab78-4d58-96e8-6de53f6356da"], + "Spacer1"]],ExpressionUUID->"a307b7dc-e7da-4e3b-9239-ccfa49cf04e4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e040c1d0-d3ab-4fc4-bc29-c2d358ae4137"] + "e42c7c1e-7be9-48d4-a647-ad7e6bb2334d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->539374465,ExpressionUUID->"f5a14829-74c8-4fbc-a75c-0eb12effd650"], + CellID->101276111,ExpressionUUID->"813fd3ab-aee5-405a-9b18-4605f86b9298"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1490713807,ExpressionUUID->"c820d48f-89e2-48b2-8740-2a5d22f9c0c4"], @@ -5943,8 +5948,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6092,15 +6095,15 @@ Cell[BoxData[GridBox[{ "775ce7b4-1ead-4bfa-a3f5-5ced69d9421e"] }], "SeeAlso",ExpressionUUID->"738cac75-dd4c-4dea-865c-1adf71b21075"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"da4f2fd8-a901-4c4e-b38e-\ -6a5b3bb3b05d"], + }]], "SeeAlsoSection",ExpressionUUID->"1745695b-6810-452f-86a5-\ +60dedc2da927"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6112,9 +6115,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c391ac00-60ee-4f0d-a533-e2d8114a99a4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f48aecaf-7d5e-4149-94f7-\ -7ffc47bd6e6e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"84d0c00e-3b01-4f89-8fab-\ +a01d98afd515"], Cell[BoxData[GridBox[{ { @@ -6131,7 +6133,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "77e3397f-5015-41a0-88bf-eca1edf100b1"]}]}, + "14abbf1e-23af-4453-8f21-bc5425c2236c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6139,10 +6141,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bee942b0-ba91-4c10-8ef7-f5cfbc78bd36"]}]} + "c6911a5c-db71-4277-af18-7f5350727c87"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ef392904-1164-4f0d-9219-\ -e7db8da4143d"], + }]], "MoreAboutSection",ExpressionUUID->"84be823c-e07d-4502-b20a-\ +cf2743c2c84a"], Cell[BoxData[GridBox[{ { @@ -6169,7 +6171,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3f947274-774f-41d3-a351-59cb86e7fe41"]], "RelatedLinks", + "346ffb31-5c22-4dd8-82e5-3f773924922a"]], "RelatedLinks", ExpressionUUID->"cd5585e5-ed78-4bfd-9a44-da2b4ae661a0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6186,7 +6188,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7b45853d-7b93-4690-a519-62f1eb9fa0ea"]], "RelatedLinks", + "4a4a2083-7ee6-4a92-81bb-ddd7abbc5b0e"]], "RelatedLinks", ExpressionUUID->"f2977f1d-6830-4c23-ade7-7f2bdee20df3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6203,11 +6205,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "94b563dd-9620-432a-9984-edfd401bee8c"]], "RelatedLinks", + "45a76942-e473-43b8-9b30-32f42c30095d"]], "RelatedLinks", ExpressionUUID->"e39ce153-c468-47d1-abe4-1ca3a7ffe10e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"39d723ab-2720-4733-a970-\ -4851c372ead6"], + }]], "RelatedLinksSection",ExpressionUUID->"172badab-7719-41a9-8aab-\ +0b5089583d5e"], Cell[CellGroupData[{ @@ -6237,11 +6239,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6894601c-7b14-4702-be85-b3fc71607999"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4607f9da-4468-4e7c-9ef7-48f5ad184df2"] +Cell[" ", "FooterCell",ExpressionUUID->"db88a497-a634-4bea-972a-43e6ff7e5561"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaIsModiclusQ", TaggingRules->{ @@ -6252,7 +6254,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 44.728656}", + "built" -> "{2024, 6, 3, 16, 54, 22.608568}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6261,11 +6263,11 @@ TaggingRules->{ "ParaIsModiclusQ[game, payoff] checks whether the provided payoff vector \ is the modiclus of the game. ParaIsModiclusQ[game, payoff, options] by option \ set a different solver can be invoked.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "ParaIsModiclusQ", "titlemodifier" -> "", "windowtitle" -> - "ParaIsModiclusQ", "type" -> "Symbol", "uri" -> + "title" -> "ParaIsModiclusQ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "ParaIsModiclusQ", "type" -> "Symbol", "uri" -> "TUG/ref/ParaIsModiclusQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6274,9 +6276,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3a0fe647-752b-43ef-9e9a-7a6cab56545a" +ExpressionUUID->"8a919682-25e9-41ac-90c0-613e2316f632" ] (* End of Notebook Content *) @@ -6284,215 +6286,213 @@ ExpressionUUID->"3a0fe647-752b-43ef-9e9a-7a6cab56545a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19099, 499, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"003de761-4ab2-4130-91de-9e01cf972af5", + Cell[19156, 504, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"af1b62e8-ecc6-4c16-b1b9-a8c77fefd1b4", CellTags->"PrimaryExamplesSection", - CellID->1196734574]} + CellID->1906359679]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 342415, 6285} + {"PrimaryExamplesSection", 342456, 6287} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7143, 168, 56, "AnchorBarGrid",ExpressionUUID->"01a33095-c9b1-48bc-a904-4de0070f5499", +Cell[587, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"c1045585-3bcc-4418-81ef-b6bfa995beae", CellID->1], -Cell[7733, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"8bf4e2f1-4f83-4d23-9c99-328ca05cf371"], +Cell[7789, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"2a07f9b4-34c7-455d-935f-0bd2f986a5a7"], Cell[CellGroupData[{ -Cell[7856, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"839046fa-d050-4e8b-85d4-7c549d68b1bf"], -Cell[9148, 232, 947, 22, 187, "Usage",ExpressionUUID->"5c65cb8f-9bd2-4b8f-b0b5-e4e58dfaa29b", +Cell[7912, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"64384942-60f4-44df-bcce-b798a8950a94"], +Cell[9204, 237, 947, 22, 186, "Usage",ExpressionUUID->"5c65cb8f-9bd2-4b8f-b0b5-e4e58dfaa29b", CellID->395383056] }, Open ]], Cell[CellGroupData[{ -Cell[10132, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"cfb3e5c1-6cab-4073-9bba-67acc3c1f492", +Cell[10188, 264, 1895, 47, 37, "NotesSection",ExpressionUUID->"288be9d0-6d83-433c-8de6-655095ffbf22", CellGroupingRules->{"SectionGrouping", 50}, - CellID->369128844], -Cell[12029, 308, 782, 20, 57, "]]",ExpressionUUID->"e0af453b-f348-4210-b28a-316439308216", + CellID->1191683725], +Cell[12086, 313, 782, 20, 57, "]]",ExpressionUUID->"e0af453b-f348-4210-b28a-316439308216", CellID->209133038], -Cell[12814, 330, 516, 13, 37, "Notes",ExpressionUUID->"3ab3cd7a-ba76-4b4d-afde-9150f29747ef", +Cell[12871, 335, 516, 13, 38, "Notes",ExpressionUUID->"3ab3cd7a-ba76-4b4d-afde-9150f29747ef", CellID->1358529973], -Cell[13333, 345, 212, 4, 36, "Notes",ExpressionUUID->"fb9d36b0-9c83-480d-82d8-1d809c8f7bd0", +Cell[13390, 350, 212, 4, 36, "Notes",ExpressionUUID->"fb9d36b0-9c83-480d-82d8-1d809c8f7bd0", CellID->94560837], -Cell[13548, 351, 211, 4, 36, "Notes",ExpressionUUID->"fc02cc04-8865-49e2-a814-4e1b95cbb85a", +Cell[13605, 356, 211, 4, 36, "Notes",ExpressionUUID->"fc02cc04-8865-49e2-a814-4e1b95cbb85a", CellID->461644196], -Cell[13762, 357, 174, 3, 36, "Notes",ExpressionUUID->"b90a69d1-63c8-4928-9c18-e8ad7e883c93", +Cell[13819, 362, 174, 3, 36, "Notes",ExpressionUUID->"b90a69d1-63c8-4928-9c18-e8ad7e883c93", CellID->2082444430], -Cell[13939, 362, 282, 5, 57, "Notes",ExpressionUUID->"9ec02720-6060-4a8d-9bd5-07316eb334f1", +Cell[13996, 367, 282, 5, 57, "Notes",ExpressionUUID->"9ec02720-6060-4a8d-9bd5-07316eb334f1", CellID->1210693388], -Cell[14224, 369, 183, 4, 36, "Notes",ExpressionUUID->"3d8959af-7efa-47d2-a547-d25b6a40d179", +Cell[14281, 374, 183, 4, 36, "Notes",ExpressionUUID->"3d8959af-7efa-47d2-a547-d25b6a40d179", CellID->408564296], -Cell[14410, 375, 386, 12, 37, "Notes",ExpressionUUID->"1014c845-8c09-4e4f-b4a3-d9f5038285da", +Cell[14467, 380, 386, 12, 38, "Notes",ExpressionUUID->"1014c845-8c09-4e4f-b4a3-d9f5038285da", CellID->24981], -Cell[14799, 389, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"ecaac809-170a-424e-883e-d7dc4703c383", +Cell[14856, 394, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"ecaac809-170a-424e-883e-d7dc4703c383", CellID->12695], -Cell[15696, 409, 854, 18, 65, "2ColumnTableMod",ExpressionUUID->"08992b36-9de4-4372-921c-bb9fe31464dd", +Cell[15753, 414, 854, 18, 67, "2ColumnTableMod",ExpressionUUID->"08992b36-9de4-4372-921c-bb9fe31464dd", CellID->1546107665], -Cell[16553, 429, 515, 9, 38, "2ColumnTableMod",ExpressionUUID->"c5459ac7-d091-47d9-9d52-a00a754df2a4", +Cell[16610, 434, 515, 9, 39, "2ColumnTableMod",ExpressionUUID->"c5459ac7-d091-47d9-9d52-a00a754df2a4", CellID->512784626], -Cell[17071, 440, 267, 4, 70, "Notes",ExpressionUUID->"189f61a9-f4fd-4d13-8a69-b374cf234683", +Cell[17128, 445, 267, 4, 70, "Notes",ExpressionUUID->"189f61a9-f4fd-4d13-8a69-b374cf234683", CellID->13178], -Cell[17341, 446, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"e3daa037-6fcf-4016-8ff1-6be9d8efa8d1", +Cell[17398, 451, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"e3daa037-6fcf-4016-8ff1-6be9d8efa8d1", CellID->11156], -Cell[18011, 463, 438, 14, 70, "Notes",ExpressionUUID->"a354bca4-3091-4e9b-8103-69aba655a35a", +Cell[18068, 468, 438, 14, 70, "Notes",ExpressionUUID->"a354bca4-3091-4e9b-8103-69aba655a35a", CellID->17586], -Cell[18452, 479, 520, 14, 70, "Notes",ExpressionUUID->"4b2a4c54-dcbc-4e99-80ae-abc6cc5ced87", +Cell[18509, 484, 520, 14, 70, "Notes",ExpressionUUID->"4b2a4c54-dcbc-4e99-80ae-abc6cc5ced87", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19099, 499, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"003de761-4ab2-4130-91de-9e01cf972af5", +Cell[19156, 504, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"af1b62e8-ecc6-4c16-b1b9-a8c77fefd1b4", CellTags->"PrimaryExamplesSection", - CellID->1196734574], + CellID->1906359679], Cell[CellGroupData[{ -Cell[20545, 540, 1398, 36, 70, "ExampleSection",ExpressionUUID->"f5a14829-74c8-4fbc-a75c-0eb12effd650", - CellID->539374465], -Cell[21946, 578, 150, 1, 70, "ExampleText",ExpressionUUID->"c820d48f-89e2-48b2-8740-2a5d22f9c0c4", +Cell[20602, 545, 1398, 36, 70, "ExampleSection",ExpressionUUID->"813fd3ab-aee5-405a-9b18-4605f86b9298", + CellID->101276111], +Cell[22003, 583, 150, 1, 70, "ExampleText",ExpressionUUID->"c820d48f-89e2-48b2-8740-2a5d22f9c0c4", CellID->1490713807], -Cell[22099, 581, 182, 4, 70, "Input",ExpressionUUID->"fd260121-3f9f-4ae6-8aa3-97ea78015ac4", +Cell[22156, 586, 182, 4, 70, "Input",ExpressionUUID->"fd260121-3f9f-4ae6-8aa3-97ea78015ac4", CellID->62526016], Cell[CellGroupData[{ -Cell[22306, 589, 136, 2, 70, "Input",ExpressionUUID->"1fce66bb-48be-4f94-a853-01caaebb3dad", +Cell[22363, 594, 136, 2, 70, "Input",ExpressionUUID->"1fce66bb-48be-4f94-a853-01caaebb3dad", CellID->280756780], -Cell[22445, 593, 158, 3, 36, "Output",ExpressionUUID->"6e9c7851-7a37-49e2-83b4-7d4d1fb8b305", +Cell[22502, 598, 158, 3, 36, "Output",ExpressionUUID->"6e9c7851-7a37-49e2-83b4-7d4d1fb8b305", CellID->1498555631] }, Open ]], -Cell[22618, 599, 118, 1, 70, "ExampleText",ExpressionUUID->"5638b71a-d776-48af-915f-00b09e2346c4", +Cell[22675, 604, 118, 1, 70, "ExampleText",ExpressionUUID->"5638b71a-d776-48af-915f-00b09e2346c4", CellID->432547777], Cell[CellGroupData[{ -Cell[22761, 604, 197, 4, 70, "Input",ExpressionUUID->"3ad4c771-c7bd-4585-b671-36e8599eebfa", +Cell[22818, 609, 197, 4, 70, "Input",ExpressionUUID->"3ad4c771-c7bd-4585-b671-36e8599eebfa", CellID->661388441], Cell[CellGroupData[{ -Cell[22983, 612, 237, 4, 70, "Print",ExpressionUUID->"72b94206-2f2b-4b25-a6a2-6150d04f4dd4", +Cell[23040, 617, 237, 4, 70, "Print",ExpressionUUID->"72b94206-2f2b-4b25-a6a2-6150d04f4dd4", CellID->2114986869], -Cell[23223, 618, 365, 8, 70, "Print",ExpressionUUID->"77399ddb-6f53-4717-acbe-4bdd9c5eeefa", +Cell[23280, 623, 365, 8, 70, "Print",ExpressionUUID->"77399ddb-6f53-4717-acbe-4bdd9c5eeefa", CellID->313378923], -Cell[23591, 628, 236, 4, 70, "Print",ExpressionUUID->"b1689967-d110-4760-b440-42cf898e06e8", +Cell[23648, 633, 236, 4, 70, "Print",ExpressionUUID->"b1689967-d110-4760-b440-42cf898e06e8", CellID->512082584], -Cell[23830, 634, 221, 3, 70, "Print",ExpressionUUID->"e899ac9a-d786-40b2-a106-5fa7d8761bcc", +Cell[23887, 639, 221, 3, 70, "Print",ExpressionUUID->"e899ac9a-d786-40b2-a106-5fa7d8761bcc", CellID->1512584567], -Cell[24054, 639, 208, 3, 70, "Print",ExpressionUUID->"36bd4584-ade8-4eca-adda-223f863b674a", +Cell[24111, 644, 208, 3, 70, "Print",ExpressionUUID->"36bd4584-ade8-4eca-adda-223f863b674a", CellID->1180215583], -Cell[24265, 644, 237, 4, 70, "Print",ExpressionUUID->"12720675-5fc9-48c7-a186-6eec2a1b4bda", +Cell[24322, 649, 237, 4, 70, "Print",ExpressionUUID->"12720675-5fc9-48c7-a186-6eec2a1b4bda", CellID->986385953], -Cell[24505, 650, 220, 3, 70, "Print",ExpressionUUID->"9828defa-0b36-430f-872c-9a98cf7be0e6", +Cell[24562, 655, 220, 3, 70, "Print",ExpressionUUID->"9828defa-0b36-430f-872c-9a98cf7be0e6", CellID->979853545], -Cell[24728, 655, 237, 4, 70, "Print",ExpressionUUID->"6d4a5e2d-c619-4313-a1a1-ebcf7edb4684", +Cell[24785, 660, 237, 4, 70, "Print",ExpressionUUID->"6d4a5e2d-c619-4313-a1a1-ebcf7edb4684", CellID->1695063378], -Cell[24968, 661, 236, 4, 70, "Print",ExpressionUUID->"29e47feb-986e-439b-8cc3-a6a18bd33adf", +Cell[25025, 666, 236, 4, 70, "Print",ExpressionUUID->"29e47feb-986e-439b-8cc3-a6a18bd33adf", CellID->682852470], -Cell[25207, 667, 208, 3, 70, "Print",ExpressionUUID->"6be19f6d-d142-4f5a-8019-da4694f3d2a9", +Cell[25264, 672, 208, 3, 70, "Print",ExpressionUUID->"6be19f6d-d142-4f5a-8019-da4694f3d2a9", CellID->1526743852], -Cell[25418, 672, 237, 4, 70, "Print",ExpressionUUID->"99329455-ad7b-401d-9b23-ba31b3830937", +Cell[25475, 677, 237, 4, 70, "Print",ExpressionUUID->"99329455-ad7b-401d-9b23-ba31b3830937", CellID->1193452009] }, Open ]] }, Open ]], -Cell[25682, 680, 137, 1, 70, "ExampleText",ExpressionUUID->"087bf072-5f74-44b8-be9b-9473bc40d242", +Cell[25739, 685, 137, 1, 70, "ExampleText",ExpressionUUID->"087bf072-5f74-44b8-be9b-9473bc40d242", CellID->1954828664], -Cell[25822, 683, 235, 6, 70, "Input",ExpressionUUID->"d0ab2e00-c01d-44f1-9d61-12b37d91a0c5", +Cell[25879, 688, 235, 6, 70, "Input",ExpressionUUID->"d0ab2e00-c01d-44f1-9d61-12b37d91a0c5", CellID->2028939329], -Cell[26060, 691, 380, 9, 70, "Input",ExpressionUUID->"efe1fbe5-5f3e-450f-b01b-708e525d4761", +Cell[26117, 696, 380, 9, 70, "Input",ExpressionUUID->"efe1fbe5-5f3e-450f-b01b-708e525d4761", CellID->541445187], -Cell[26443, 702, 238, 6, 70, "Input",ExpressionUUID->"6b5827e3-c9cc-42de-bf70-088778f38892", +Cell[26500, 707, 238, 6, 70, "Input",ExpressionUUID->"6b5827e3-c9cc-42de-bf70-088778f38892", CellID->1855193497], -Cell[26684, 710, 191, 4, 70, "ExampleText",ExpressionUUID->"132a0668-4571-4dcb-8446-f43bfc24aa6f", +Cell[26741, 715, 191, 4, 70, "ExampleText",ExpressionUUID->"132a0668-4571-4dcb-8446-f43bfc24aa6f", CellID->1387562311], Cell[CellGroupData[{ -Cell[26900, 718, 172, 3, 70, "Input",ExpressionUUID->"759f0195-2440-4a66-aa52-fd7934c385c3", +Cell[26957, 723, 172, 3, 70, "Input",ExpressionUUID->"759f0195-2440-4a66-aa52-fd7934c385c3", CellID->480262947], -Cell[27075, 723, 221, 5, 36, "Output",ExpressionUUID->"e8d5e88c-5878-41f3-a8f9-ca870019d9dd", +Cell[27132, 728, 221, 5, 36, "Output",ExpressionUUID->"e8d5e88c-5878-41f3-a8f9-ca870019d9dd", CellID->1640210334] }, Open ]], -Cell[27311, 731, 146, 1, 70, "ExampleText",ExpressionUUID->"28cae5b8-f2c0-4d31-a4f2-72bc43f5cbfd", +Cell[27368, 736, 146, 1, 70, "ExampleText",ExpressionUUID->"28cae5b8-f2c0-4d31-a4f2-72bc43f5cbfd", CellID->288914255], Cell[CellGroupData[{ -Cell[27482, 736, 287, 7, 70, "Input",ExpressionUUID->"cd9c3fc0-0938-47b9-aef5-1f9b9d8681c3", +Cell[27539, 741, 287, 7, 70, "Input",ExpressionUUID->"cd9c3fc0-0938-47b9-aef5-1f9b9d8681c3", CellID->545629874], -Cell[27772, 745, 379, 11, 51, "Output",ExpressionUUID->"da5aae52-d64d-47ae-aa49-58f7d4d2ea6d", +Cell[27829, 750, 379, 11, 50, "Output",ExpressionUUID->"da5aae52-d64d-47ae-aa49-58f7d4d2ea6d", CellID->1818893533] }, Open ]], -Cell[28166, 759, 187, 4, 70, "ExampleText",ExpressionUUID->"8b53519d-1fcd-49fc-922b-6ab12e53ef56", +Cell[28223, 764, 187, 4, 70, "ExampleText",ExpressionUUID->"8b53519d-1fcd-49fc-922b-6ab12e53ef56", CellID->318347900], Cell[CellGroupData[{ -Cell[28378, 767, 313, 8, 70, "Input",ExpressionUUID->"fbadc05c-4c80-4558-8845-9ce6aaecb2e2", +Cell[28435, 772, 313, 8, 70, "Input",ExpressionUUID->"fbadc05c-4c80-4558-8845-9ce6aaecb2e2", CellID->919691552], -Cell[28694, 777, 213, 5, 36, "Output",ExpressionUUID->"6cc69b58-fb98-4090-bcf8-1e51a212e9cf", +Cell[28751, 782, 213, 5, 36, "Output",ExpressionUUID->"6cc69b58-fb98-4090-bcf8-1e51a212e9cf", CellID->1525089490] }, Open ]], -Cell[28922, 785, 151, 1, 70, "ExampleText",ExpressionUUID->"389befa9-1c6a-4708-a826-6aa3f6134010", +Cell[28979, 790, 151, 1, 70, "ExampleText",ExpressionUUID->"389befa9-1c6a-4708-a826-6aa3f6134010", CellID->500054689], Cell[CellGroupData[{ -Cell[29098, 790, 321, 8, 70, "Input",ExpressionUUID->"039b98bd-d936-427e-b1d4-ab199fa5063f", +Cell[29155, 795, 321, 8, 70, "Input",ExpressionUUID->"039b98bd-d936-427e-b1d4-ab199fa5063f", CellID->2053323065], -Cell[29422, 800, 214, 5, 36, "Output",ExpressionUUID->"10d8b40c-7221-454b-857f-aeec93f60492", +Cell[29479, 805, 214, 5, 36, "Output",ExpressionUUID->"10d8b40c-7221-454b-857f-aeec93f60492", CellID->1955167741] }, Open ]], -Cell[29651, 808, 301, 5, 70, "ExampleText",ExpressionUUID->"8aec5f6a-7a80-4766-a3bf-7f50f203f95e", +Cell[29708, 813, 301, 5, 70, "ExampleText",ExpressionUUID->"8aec5f6a-7a80-4766-a3bf-7f50f203f95e", CellID->749454075], -Cell[29955, 815, 320, 5, 70, "ExampleText",ExpressionUUID->"f7d7ee3d-24b8-4379-a4d5-58074943fbf4", +Cell[30012, 820, 320, 5, 70, "ExampleText",ExpressionUUID->"f7d7ee3d-24b8-4379-a4d5-58074943fbf4", CellID->2087006726], Cell[CellGroupData[{ -Cell[30300, 824, 196, 4, 70, "Input",ExpressionUUID->"26bc45cc-9779-43f0-8e2a-6d268296b0ab", +Cell[30357, 829, 196, 4, 70, "Input",ExpressionUUID->"26bc45cc-9779-43f0-8e2a-6d268296b0ab", CellID->747876432], -Cell[30499, 830, 3288, 46, 204, "Output",ExpressionUUID->"cb94e36e-ce8d-4a96-8554-c355e8d016f1", +Cell[30556, 835, 3288, 46, 200, "Output",ExpressionUUID->"cb94e36e-ce8d-4a96-8554-c355e8d016f1", CellID->845673529] }, Open ]], Cell[CellGroupData[{ -Cell[33824, 881, 181, 4, 70, "Input",ExpressionUUID->"a9a5a71b-5ef1-4b40-b6dc-c305bf4bec9a", +Cell[33881, 886, 181, 4, 70, "Input",ExpressionUUID->"a9a5a71b-5ef1-4b40-b6dc-c305bf4bec9a", CellID->568727923], -Cell[34008, 887, 268, 7, 36, "Output",ExpressionUUID->"76612edc-c033-434e-a3df-c54dd559013e", +Cell[34065, 892, 268, 7, 36, "Output",ExpressionUUID->"76612edc-c033-434e-a3df-c54dd559013e", CellID->694586330] }, Open ]], -Cell[34291, 897, 242, 6, 70, "Input",ExpressionUUID->"f431a89b-5abe-4af5-b23c-9f6f48f29a3c", +Cell[34348, 902, 242, 6, 70, "Input",ExpressionUUID->"f431a89b-5abe-4af5-b23c-9f6f48f29a3c", CellID->1016641730], Cell[CellGroupData[{ -Cell[34558, 907, 243, 6, 70, "Input",ExpressionUUID->"3d035fd2-aad1-4ed5-a30b-15dbaa189737", +Cell[34615, 912, 243, 6, 70, "Input",ExpressionUUID->"3d035fd2-aad1-4ed5-a30b-15dbaa189737", CellID->2051122372], -Cell[34804, 915, 447, 13, 51, "Output",ExpressionUUID->"d4a9aff6-7387-4784-8c10-2493cdeb3953", +Cell[34861, 920, 447, 13, 50, "Output",ExpressionUUID->"d4a9aff6-7387-4784-8c10-2493cdeb3953", CellID->1430033883] }, Open ]], Cell[CellGroupData[{ -Cell[35288, 933, 172, 3, 70, "Input",ExpressionUUID->"ee13c326-7f5d-4f2a-9662-690a9979d3ac", +Cell[35345, 938, 172, 3, 70, "Input",ExpressionUUID->"ee13c326-7f5d-4f2a-9662-690a9979d3ac", CellID->637243867], -Cell[35463, 938, 447, 13, 51, "Output",ExpressionUUID->"f07e87b1-8f53-4371-8e07-12e3ff79dc05", +Cell[35520, 943, 447, 13, 50, "Output",ExpressionUUID->"f07e87b1-8f53-4371-8e07-12e3ff79dc05", CellID->1222800010] }, Open ]], Cell[CellGroupData[{ -Cell[35947, 956, 206, 4, 70, "Input",ExpressionUUID->"5eac2678-7872-4887-bf2c-e53d1de44ce5", +Cell[36004, 961, 206, 4, 70, "Input",ExpressionUUID->"5eac2678-7872-4887-bf2c-e53d1de44ce5", CellID->1476945850], -Cell[36156, 962, 161, 3, 36, "Output",ExpressionUUID->"ce4d3437-63b8-4727-b110-f6c111f8a39a", +Cell[36213, 967, 161, 3, 36, "Output",ExpressionUUID->"ce4d3437-63b8-4727-b110-f6c111f8a39a", CellID->1658464334] }, Open ]], -Cell[36332, 968, 144, 1, 70, "ExampleText",ExpressionUUID->"329f96b3-c4b3-43f8-b3e6-f930bc1b7091", +Cell[36389, 973, 144, 1, 70, "ExampleText",ExpressionUUID->"329f96b3-c4b3-43f8-b3e6-f930bc1b7091", CellID->1321045949], -Cell[36479, 971, 145, 1, 70, "ExampleText",ExpressionUUID->"3d4b0e1e-3f65-4778-b5ab-c4e6a3ac2690", +Cell[36536, 976, 145, 1, 70, "ExampleText",ExpressionUUID->"3d4b0e1e-3f65-4778-b5ab-c4e6a3ac2690", CellID->1735063103], Cell[CellGroupData[{ -Cell[36649, 976, 160, 3, 70, "Input",ExpressionUUID->"c3a5ea82-ea0f-45b6-b7b5-04d05fbae4a6", +Cell[36706, 981, 160, 3, 70, "Input",ExpressionUUID->"c3a5ea82-ea0f-45b6-b7b5-04d05fbae4a6", CellID->1278994907], -Cell[36812, 981, 292813, 4955, 70, "Output",ExpressionUUID->"c9234412-26f8-483d-94cb-a2199c95bb9d", +Cell[36869, 986, 292813, 4955, 70, "Output",ExpressionUUID->"c9234412-26f8-483d-94cb-a2199c95bb9d", CellID->218486002] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[329924, 5950, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"1745695b-6810-452f-86a5-60dedc2da927"], +Cell[335430, 6100, 670, 18, 70, "TechNotesSection",ExpressionUUID->"84d0c00e-3b01-4f89-8fab-a01d98afd515"], +Cell[336103, 6120, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"84be823c-e07d-4502-b20a-cf2743c2c84a"], +Cell[337139, 6148, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"172badab-7719-41a9-8aab-0b5089583d5e"], Cell[CellGroupData[{ -Cell[329889, 5947, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"da4f2fd8-a901-4c4e-b38e-6a5b3bb3b05d"], -Cell[335395, 6097, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f48aecaf-7d5e-4149-94f7-7ffc47bd6e6e"] -}, Open ]], -Cell[336080, 6118, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ef392904-1164-4f0d-9219-e7db8da4143d"], -Cell[337116, 6146, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"39d723ab-2720-4733-a970-4851c372ead6"], -Cell[CellGroupData[{ -Cell[339362, 6213, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6640dcc6-70f6-430e-80bf-aa81c10d00e8", +Cell[339385, 6215, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6640dcc6-70f6-430e-80bf-aa81c10d00e8", CellID->736391509], -Cell[339502, 6216, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9905e3bf-abf5-4fab-bcf8-74c8f92e3212", +Cell[339525, 6218, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9905e3bf-abf5-4fab-bcf8-74c8f92e3212", CellID->1194386356], -Cell[339724, 6222, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a081abb9-b755-492a-9266-124395ad2cbd", +Cell[339747, 6224, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a081abb9-b755-492a-9266-124395ad2cbd", CellID->1641706272], -Cell[339939, 6227, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3e67cb9-490c-4573-a63d-2acfa30cc7c1", +Cell[339962, 6229, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b3e67cb9-490c-4573-a63d-2acfa30cc7c1", CellID->399251956], -Cell[340168, 6233, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6894601c-7b14-4702-be85-b3fc71607999", +Cell[340191, 6235, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6894601c-7b14-4702-be85-b3fc71607999", CellID->821434655] }, Open ]], -Cell[340405, 6239, 78, 0, 70, "FooterCell",ExpressionUUID->"4607f9da-4468-4e7c-9ef7-48f5ad184df2"] +Cell[340428, 6241, 78, 0, 70, "FooterCell",ExpressionUUID->"db88a497-a634-4bea-972a-43e6ff7e5561"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaIsProperModPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/ParaIsProperModPreKernelQ.nb index de2faf2..594cf27 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaIsProperModPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaIsProperModPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 348285, 6373] -NotebookOptionsPosition[ 336708, 6141] -NotebookOutlinePosition[ 338913, 6197] -CellTagsIndexPosition[ 338826, 6192] +NotebookDataLength[ 348303, 6374] +NotebookOptionsPosition[ 336744, 6144] +NotebookOutlinePosition[ 338966, 6200] +CellTagsIndexPosition[ 338879, 6195] WindowTitle->ParaIsProperModPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3db127c4-36ef-4ef0-86d3-b6cac867af49"], + "b283cc26-fa5b-4930-8eec-1656024f3339"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "44138b9a-b48b-4ec1-80f2-936c39753acd"], + "3cdcf860-a214-4fdc-8943-971a0c167687"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "491e8b35-87f0-45c9-a38d-e84f70f36a85"] - }],ExpressionUUID->"342bac32-d0d3-46e3-b923-2b67aae0b6b1"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "3889f1bb-8a26-4381-b4bd-3f3e75bafd8a"] + }],ExpressionUUID->"14fc27e8-739f-464a-b6d8-cee7dceecfe1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c0645243-5c4c-482f-8a54-0baff5a9d04e"], + "5e911182-b6f0-4f67-9822-ba682ed71f4e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bef05949-73d2-458f-bb78-ce343827b711"] - }],ExpressionUUID->"f51957e2-68e9-459d-9005-709021dd9cd2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "798c3310-9854-4033-94be-23b6c75983a9"] + }],ExpressionUUID->"c4eb955c-e32e-4bd9-91db-91ba177f4b0f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a62027ef-ff82-4206-8233-025949f95ee5"], + "954b5697-1f16-4029-b7b3-8360469330f3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5cb02e04-be7e-48ff-9ad9-b7abaf7d6f83"] - }],ExpressionUUID->"54b3bf1f-25b8-44b3-b57d-b5602ff7e647"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bed3b42e-55b6-4b08-86ba-f297c3b610fd"] + }],ExpressionUUID->"57282fad-94b7-4e24-8144-dc5314d97020"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "feaceee2-212b-45e1-9ddc-d3dcd1e82e90"], + "1844b586-7738-4468-8794-d55131312ed3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6308cd6f-6985-4251-bdb5-93990a48b40c"] - }],ExpressionUUID->"8378ab40-2663-4054-87a7-b508a889cd86"], - StripOnInput->False], {"\<\"TUG/ref/ParaIsProperModPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaIsProperModPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "62a2140c-b25c-4484-8187-d391bdc3e292"] + }],ExpressionUUID->"4ab58a1d-d369-4b4d-a098-4e5bc25f9872"], + StripOnInput->False],{ + "\"TUG/ref/ParaIsProperModPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaIsProperModPreKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaIsProperModPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$138935], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaIsProperModPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$149421], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaIsProperModPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "753f6787-43aa-4139-903f-4c3bff5bb415"] + "34186c09-ca35-4ec8-9b34-52c493c1d4c5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "be3b260f-a8ab-4b7c-983a-c20fe5351d2a"]} + "294c41f6-9d21-4b79-a277-d22659058bc0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"14578134-a7bf-429b-a102-639a33048639"], + CellID->1,ExpressionUUID->"a3f32fe5-5c7a-4584-9f4f-5053c6b7ce24"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"61f6a640-dcee-417b-b7bb-a9a8e7299309"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"345566c3-20a9-46a5-86bf-403112a6201d"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaIsProperModPreKernelQ", "ObjectName",ExpressionUUID-> - "137aa3ae-a67f-4a5f-8b96-903e5fffdbe1"], + "f0527e82-7584-40c7-a921-3a7999b73cae"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"915ce0a4-3f31-4fcc-b412-4b2ff07ac7cb"], + "Spacer1"]],ExpressionUUID->"dffd00e1-f70d-4adb-827f-22be5fb06698"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e6492f57-c895-4376-ba65-a49977b5a23c"] - }],ExpressionUUID->"736ff475-2dbb-4752-856c-4e684e17c4e1"], Cell[BoxData[ + "50eea975-24e6-4f8c-9769-724bef35359e"] + }],ExpressionUUID->"f8a2fb4f-aec5-4ad7-9309-c999b39c9355"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "92889ebb-9fc6-4b5f-92f8-3d387a336176"]} + "8f60a0a5-ecc9-41ad-9b1d-98e1cdbbbcd8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3404a023-ec8f-4b91-845b-70486b0499a1"], + CacheGraphics->False,ExpressionUUID->"e2695fab-ad9a-4ecc-a3be-7010f920fd00"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "e61443f1-865a-4eee-976a-e6b40fba7f4f"], " \[LineSeparator]checks whether the provided payoff vector is a proper \ modified pre-kernel element of the game." - }],ExpressionUUID->"a50bdc60-21d8-4e9e-8369-9da8fd46f644"]} + }],ExpressionUUID->"97c8a2a9-2ab7-4dd1-a6e2-b4ac8ee7d14b"]} }]], "Usage", CellID->945094782,ExpressionUUID->"32664e75-de23-4e50-869d-c992728077ea"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"12985a65-9b08-44a7-ab0a-0d7cdead1bc9"], + ExpressionUUID->"9312bbb7-37de-40ca-8fa6-fd5466a5f90f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"39ad3864-bfe3-40d4-b5c7-8a44d51eddae"], + "Spacer1"]],ExpressionUUID->"cdaef819-dbd7-4d6e-8619-22f72085edfc"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d6689cd6-7937-4b89-9c67-7120aa072a28"], + }], "NotesFrameText",ExpressionUUID->"90da68cb-f33f-4f26-979a-06dc227363da"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"622c88e1-a6e3-4fde-9cbe-02f3525f037f"]], \ + "Preemptive"]],ExpressionUUID->"327a4537-e6c1-4b24-927b-ae107773bd3c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1547647018,ExpressionUUID->"0b01860f-acb0-46af-bf5f-80cbb21b6b17"], + CellID->875038342,ExpressionUUID->"2011cf84-e821-41c2-ba1e-b413aa80d3ef"], Cell[TextData[{ "The input expression ", @@ -385,19 +391,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"58293bb9-cb8c-4eb5-9e78-7ef3f59414fd"], + ExpressionUUID->"b7c7bbdb-e50f-4345-909e-1357d47b7a19"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4fd2847e-c13d-492e-b1dd-8f64b2ce5bf2"], + "Spacer1"]],ExpressionUUID->"2d424aed-1364-419c-a8f5-80ba38064340"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b5f4b26c-fe62-4e25-ad8b-10a60019cd22"] + "554df692-445f-49ef-90c9-3466637c054b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1741737311,ExpressionUUID->"21085263-7f32-4b86-b797-07084ffb466c"], + CellID->256982939,ExpressionUUID->"1d6168cd-d116-4364-a98e-a82ad4bf7c41"], Cell[CellGroupData[{ @@ -426,18 +432,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9cfff87f-b89b-4e06-966d-07fa305941a8"], + ExpressionUUID->"e4d33bfc-094a-4a7d-ba13-09765cea02b5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"04dd0825-5fd6-4cdd-8282-85c078c7ad75"], + "Spacer1"]],ExpressionUUID->"a279a3fc-16cc-403c-9362-25642586bc20"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "761febd7-3621-40e3-8469-5e70e0c4b605"] + "9ff79e04-859e-4154-b68d-d4e4482ac5c6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2145158030,ExpressionUUID->"13e225ce-4ee2-4afc-be02-a8b1fdb302f2"], + CellID->1648891193,ExpressionUUID->"c1426e34-22c3-4ae0-b951-27e40b56679e"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->333185159,ExpressionUUID->"012c3b71-42da-4dea-b413-9c0786679cd4"], @@ -5809,8 +5815,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 442, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5958,15 +5962,15 @@ Cell[BoxData[GridBox[{ "41a6f88e-a794-42c9-b1b9-7d5f89d2878a"] }], "SeeAlso",ExpressionUUID->"7562d2e8-6c24-4ad3-9135-3c4bc5df7952"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cd37871b-5871-4522-8e4e-\ -90eea0dfe4f1"], + }]], "SeeAlsoSection",ExpressionUUID->"5df77438-2a8c-4f6a-bab5-\ +7a23965eb160"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5978,9 +5982,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2b4322c6-a864-4dd1-a80a-635ef716d077"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6d32d81f-9f5d-45fd-9995-\ -8d732be70795"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"10fae3f1-5bca-4144-a989-\ +027e9f300820"], Cell[BoxData[GridBox[{ { @@ -5997,7 +6000,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4d81618d-d831-46a6-be99-eaa1bb89cc9e"]}]}, + "9e65c27f-b364-4648-b700-f967d03144f4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6005,10 +6008,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "de733e23-c1b6-499e-ad45-786daf3ee31d"]}]} + "0015d0ee-2248-4151-bb50-72b35aecbad0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0352da3e-8613-4a91-980a-\ -d25206b6e192"], + }]], "MoreAboutSection",ExpressionUUID->"f2057705-7e0d-4c55-b812-\ +00a972f85881"], Cell[BoxData[GridBox[{ { @@ -6035,7 +6038,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6c207931-b419-46ce-bd84-e3e153661902"]], "RelatedLinks", + "dbd633b3-baaf-45a5-95f5-2bb67a03d4a5"]], "RelatedLinks", ExpressionUUID->"80f76ed9-84cd-49b3-8e52-186a8d9e6488"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6052,7 +6055,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1ae57583-fc15-4318-b0b3-756de183990e"]], "RelatedLinks", + "9fdfdf6b-a749-415a-9797-a401a6cb72d2"]], "RelatedLinks", ExpressionUUID->"9ac8b3a0-bc3e-4f9e-8be5-81d7b84cae55"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6069,7 +6072,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7cd9f489-dc13-4ac3-a074-965ab4a3f474"]], "RelatedLinks", + "f737d10b-7d67-4cd2-b585-6165ef97adbc"]], "RelatedLinks", ExpressionUUID->"a4f772d5-5159-40fe-abc5-314c356eb0d0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6086,7 +6089,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bc98c471-5bf1-4717-b088-f77d8bcfa424"]], "RelatedLinks", + "e2c258c9-4083-42ab-8322-37d433081727"]], "RelatedLinks", ExpressionUUID->"4b627e2e-b34b-4b2e-a13e-7bc189f25fd5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6103,11 +6106,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a668b9c2-60c2-4ced-a5d7-e268f6bfcea6"]], "RelatedLinks", + "c9951681-3104-4aeb-9e34-ee0159ca2e2b"]], "RelatedLinks", ExpressionUUID->"f4e2e3f4-4bbd-4df0-916f-6ebcc66b317a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6bf5c281-0e3e-427f-a1fb-\ -ddc129a663f7"], + }]], "RelatedLinksSection",ExpressionUUID->"eebd0945-2493-49f2-bf1a-\ +be8730bdcd50"], Cell[CellGroupData[{ @@ -6137,11 +6140,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"80701b86-451e-455c-a4ac-3c0e6b411b7d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e124e879-142e-439e-8b29-dad42bef0041"] +Cell[" ", "FooterCell",ExpressionUUID->"573a7b7c-5ef3-41c4-81c8-9d0acb5a38eb"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaIsProperModPreKernelQ", TaggingRules->{ @@ -6152,7 +6155,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 49.372211}", + "built" -> "{2024, 6, 3, 16, 54, 25.608072}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6161,11 +6164,11 @@ TaggingRules->{ "ParaIsProperModPreKernelQ[game, payoff] checks whether the provided \ payoff vector is a proper modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaIsProperModPreKernelQ", "titlemodifier" -> "", "windowtitle" -> - "ParaIsProperModPreKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaIsProperModPreKernelQ"}}, + "ParaIsProperModPreKernelQ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "ParaIsProperModPreKernelQ", "type" -> "Symbol", + "uri" -> "TUG/ref/ParaIsProperModPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6174,9 +6177,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f4aa92b2-5aba-4c39-922c-ea04cda0dfbe" +ExpressionUUID->"d3d45396-1d30-487f-88dc-f6c057f99585" ] (* End of Notebook Content *) @@ -6184,197 +6187,195 @@ ExpressionUUID->"f4aa92b2-5aba-4c39-922c-ea04cda0dfbe" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14030, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21085263-7f32-4b86-b797-07084ffb466c", + Cell[14101, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1d6168cd-d116-4364-a98e-a82ad4bf7c41", CellTags->"PrimaryExamplesSection", - CellID->1741737311]} + CellID->256982939]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 338625, 6185} + {"PrimaryExamplesSection", 338679, 6188} } *) (*NotebookFileOutline Notebook[{ -Cell[597, 21, 7183, 168, 56, "AnchorBarGrid",ExpressionUUID->"14578134-a7bf-429b-a102-639a33048639", +Cell[597, 21, 7255, 174, 57, "AnchorBarGrid",ExpressionUUID->"a3f32fe5-5c7a-4584-9f4f-5053c6b7ce24", CellID->1], -Cell[7783, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"61f6a640-dcee-417b-b7bb-a9a8e7299309"], +Cell[7855, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"345566c3-20a9-46a5-86bf-403112a6201d"], Cell[CellGroupData[{ -Cell[7906, 195, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"3404a023-ec8f-4b91-845b-70486b0499a1"], -Cell[9208, 232, 555, 11, 111, "Usage",ExpressionUUID->"32664e75-de23-4e50-869d-c992728077ea", +Cell[7978, 201, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"e2695fab-ad9a-4ecc-a3be-7010f920fd00"], +Cell[9280, 238, 555, 11, 111, "Usage",ExpressionUUID->"32664e75-de23-4e50-869d-c992728077ea", CellID->945094782] }, Open ]], Cell[CellGroupData[{ -Cell[9800, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"0b01860f-acb0-46af-bf5f-80cbb21b6b17", +Cell[9872, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"2011cf84-e821-41c2-ba1e-b413aa80d3ef", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1547647018], -Cell[11698, 297, 782, 20, 57, "]]",ExpressionUUID->"2c1dc94c-2ca4-491e-82d6-1666fb4340ed", + CellID->875038342], +Cell[11769, 303, 782, 20, 57, "]]",ExpressionUUID->"2c1dc94c-2ca4-491e-82d6-1666fb4340ed", CellID->209133038], -Cell[12483, 319, 516, 13, 37, "Notes",ExpressionUUID->"9cea449e-15b6-4e64-a301-7e2641034038", +Cell[12554, 325, 516, 13, 38, "Notes",ExpressionUUID->"9cea449e-15b6-4e64-a301-7e2641034038", CellID->1839237784], -Cell[13002, 334, 240, 4, 57, "Notes",ExpressionUUID->"ca2ea531-cdc6-4af8-a023-d23f488029f1", +Cell[13073, 340, 240, 4, 57, "Notes",ExpressionUUID->"ca2ea531-cdc6-4af8-a023-d23f488029f1", CellID->1363049523], -Cell[13245, 340, 235, 4, 57, "Notes",ExpressionUUID->"fcf56237-9cb1-419f-9166-b5d5283920b6", +Cell[13316, 346, 235, 4, 57, "Notes",ExpressionUUID->"fcf56237-9cb1-419f-9166-b5d5283920b6", CellID->876838596], -Cell[13483, 346, 217, 4, 36, "Notes",ExpressionUUID->"344473b8-a0c1-4fdb-a294-766aae6d208b", +Cell[13554, 352, 217, 4, 36, "Notes",ExpressionUUID->"344473b8-a0c1-4fdb-a294-766aae6d208b", CellID->888819482], -Cell[13703, 352, 200, 4, 36, "Notes",ExpressionUUID->"cf39ead8-59a6-4d9e-b3bc-427f97c80e56", +Cell[13774, 358, 200, 4, 36, "Notes",ExpressionUUID->"cf39ead8-59a6-4d9e-b3bc-427f97c80e56", CellID->592936024] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14030, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21085263-7f32-4b86-b797-07084ffb466c", +Cell[14101, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1d6168cd-d116-4364-a98e-a82ad4bf7c41", CellTags->"PrimaryExamplesSection", - CellID->1741737311], + CellID->256982939], Cell[CellGroupData[{ -Cell[15476, 403, 1399, 36, 30, "ExampleSection",ExpressionUUID->"13e225ce-4ee2-4afc-be02-a8b1fdb302f2", - CellID->2145158030], -Cell[16878, 441, 149, 1, 38, "ExampleText",ExpressionUUID->"012c3b71-42da-4dea-b413-9c0786679cd4", +Cell[15546, 409, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c1426e34-22c3-4ae0-b951-27e40b56679e", + CellID->1648891193], +Cell[16948, 447, 149, 1, 39, "ExampleText",ExpressionUUID->"012c3b71-42da-4dea-b413-9c0786679cd4", CellID->333185159], -Cell[17030, 444, 183, 4, 27, "Input",ExpressionUUID->"d73efb70-b631-4dfe-a6cd-e7509b8b297b", +Cell[17100, 450, 183, 4, 27, "Input",ExpressionUUID->"d73efb70-b631-4dfe-a6cd-e7509b8b297b", CellID->907631788], Cell[CellGroupData[{ -Cell[17238, 452, 136, 2, 27, "Input",ExpressionUUID->"39bd8b73-03f7-463f-9f66-a8aea75f68ca", +Cell[17308, 458, 136, 2, 27, "Input",ExpressionUUID->"39bd8b73-03f7-463f-9f66-a8aea75f68ca", CellID->919058072], -Cell[17377, 456, 158, 3, 36, "Output",ExpressionUUID->"a7ebca29-d06f-42de-81b3-ccc1e0d645dc", +Cell[17447, 462, 158, 3, 36, "Output",ExpressionUUID->"a7ebca29-d06f-42de-81b3-ccc1e0d645dc", CellID->1337324591] }, Open ]], -Cell[17550, 462, 119, 1, 38, "ExampleText",ExpressionUUID->"5eecba29-c208-4072-9fe9-b2e2b58c8670", +Cell[17620, 468, 119, 1, 39, "ExampleText",ExpressionUUID->"5eecba29-c208-4072-9fe9-b2e2b58c8670", CellID->1670810830], Cell[CellGroupData[{ -Cell[17694, 467, 198, 4, 27, "Input",ExpressionUUID->"b79e8a77-a0ba-4230-bb01-a73faef0495f", +Cell[17764, 473, 198, 4, 27, "Input",ExpressionUUID->"b79e8a77-a0ba-4230-bb01-a73faef0495f", CellID->2093604067], Cell[CellGroupData[{ -Cell[17917, 475, 236, 4, 23, "Print",ExpressionUUID->"e76652d3-e2fa-40ea-83e0-69ebbbb931a4", +Cell[17987, 481, 236, 4, 23, "Print",ExpressionUUID->"e76652d3-e2fa-40ea-83e0-69ebbbb931a4", CellID->267977377], -Cell[18156, 481, 365, 8, 70, "Print",ExpressionUUID->"333d714c-7b59-4d1d-916f-17f1b453316b", +Cell[18226, 487, 365, 8, 70, "Print",ExpressionUUID->"333d714c-7b59-4d1d-916f-17f1b453316b", CellID->237166059], -Cell[18524, 491, 236, 4, 70, "Print",ExpressionUUID->"d74b9b24-c41f-4286-af12-d2186622a939", +Cell[18594, 497, 236, 4, 70, "Print",ExpressionUUID->"d74b9b24-c41f-4286-af12-d2186622a939", CellID->110180504], -Cell[18763, 497, 220, 3, 70, "Print",ExpressionUUID->"8f9cb02d-d05e-4e5e-9cf8-0770c8bcefd5", +Cell[18833, 503, 220, 3, 70, "Print",ExpressionUUID->"8f9cb02d-d05e-4e5e-9cf8-0770c8bcefd5", CellID->958547800], -Cell[18986, 502, 207, 3, 70, "Print",ExpressionUUID->"7d30aa06-e64f-475e-8554-80ec56c60404", +Cell[19056, 508, 207, 3, 70, "Print",ExpressionUUID->"7d30aa06-e64f-475e-8554-80ec56c60404", CellID->452231753], -Cell[19196, 507, 237, 4, 70, "Print",ExpressionUUID->"3fb6044f-62b9-4892-a1e0-99bd2566d307", +Cell[19266, 513, 237, 4, 70, "Print",ExpressionUUID->"3fb6044f-62b9-4892-a1e0-99bd2566d307", CellID->381592048], -Cell[19436, 513, 221, 3, 70, "Print",ExpressionUUID->"4811c010-0c7b-4473-9dce-4ce0f1f47790", +Cell[19506, 519, 221, 3, 70, "Print",ExpressionUUID->"4811c010-0c7b-4473-9dce-4ce0f1f47790", CellID->1616621444], -Cell[19660, 518, 236, 4, 70, "Print",ExpressionUUID->"d3baa846-3f38-4268-86b2-1b55241218c7", +Cell[19730, 524, 236, 4, 70, "Print",ExpressionUUID->"d3baa846-3f38-4268-86b2-1b55241218c7", CellID->980676370], -Cell[19899, 524, 237, 4, 70, "Print",ExpressionUUID->"9ebd425c-07e4-403c-bf6d-394f19db27c6", +Cell[19969, 530, 237, 4, 70, "Print",ExpressionUUID->"9ebd425c-07e4-403c-bf6d-394f19db27c6", CellID->1165086176], -Cell[20139, 530, 208, 3, 70, "Print",ExpressionUUID->"ee7dfbb9-c318-48ed-91da-aed11ef2f225", +Cell[20209, 536, 208, 3, 70, "Print",ExpressionUUID->"ee7dfbb9-c318-48ed-91da-aed11ef2f225", CellID->1639796008], -Cell[20350, 535, 236, 4, 70, "Print",ExpressionUUID->"53684c77-8b96-4b0f-882d-7193aae8c86e", +Cell[20420, 541, 236, 4, 70, "Print",ExpressionUUID->"53684c77-8b96-4b0f-882d-7193aae8c86e", CellID->541852922] }, Open ]] }, Open ]], -Cell[20613, 543, 137, 1, 70, "ExampleText",ExpressionUUID->"6f811bed-b9a6-4d82-b2de-4d70ece9106e", +Cell[20683, 549, 137, 1, 70, "ExampleText",ExpressionUUID->"6f811bed-b9a6-4d82-b2de-4d70ece9106e", CellID->2092099413], -Cell[20753, 546, 235, 6, 70, "Input",ExpressionUUID->"674461a2-d1d1-4b5e-9ea2-ed39d73f4414", +Cell[20823, 552, 235, 6, 70, "Input",ExpressionUUID->"674461a2-d1d1-4b5e-9ea2-ed39d73f4414", CellID->1494599529], -Cell[20991, 554, 381, 9, 70, "Input",ExpressionUUID->"76e168e6-216e-4e93-a33f-000b1b2487ac", +Cell[21061, 560, 381, 9, 70, "Input",ExpressionUUID->"76e168e6-216e-4e93-a33f-000b1b2487ac", CellID->1797885320], -Cell[21375, 565, 237, 6, 70, "Input",ExpressionUUID->"a0da6dae-6b90-4342-af93-880748b76913", +Cell[21445, 571, 237, 6, 70, "Input",ExpressionUUID->"a0da6dae-6b90-4342-af93-880748b76913", CellID->349397863], -Cell[21615, 573, 190, 4, 70, "ExampleText",ExpressionUUID->"4f250292-2931-4116-8415-6a5845e023fa", +Cell[21685, 579, 190, 4, 70, "ExampleText",ExpressionUUID->"4f250292-2931-4116-8415-6a5845e023fa", CellID->517229735], Cell[CellGroupData[{ -Cell[21830, 581, 183, 3, 70, "Input",ExpressionUUID->"5f749582-bd4b-4a95-aaf4-bdd144658ea6", +Cell[21900, 587, 183, 3, 70, "Input",ExpressionUUID->"5f749582-bd4b-4a95-aaf4-bdd144658ea6", CellID->2135294501], -Cell[22016, 586, 173, 4, 36, "Output",ExpressionUUID->"3f804a29-3ae1-4b3d-86d5-49d4e9ae35c9", +Cell[22086, 592, 173, 4, 36, "Output",ExpressionUUID->"3f804a29-3ae1-4b3d-86d5-49d4e9ae35c9", CellID->787482610] }, Open ]], -Cell[22204, 593, 204, 4, 70, "ExampleText",ExpressionUUID->"92d4ba02-7f47-4cef-a319-207041ffddab", +Cell[22274, 599, 204, 4, 70, "ExampleText",ExpressionUUID->"92d4ba02-7f47-4cef-a319-207041ffddab", CellID->972117011], Cell[CellGroupData[{ -Cell[22433, 601, 206, 4, 70, "Input",ExpressionUUID->"91893b1b-314b-40e4-98aa-862018253357", +Cell[22503, 607, 206, 4, 70, "Input",ExpressionUUID->"91893b1b-314b-40e4-98aa-862018253357", CellID->2126926587], -Cell[22642, 607, 313, 9, 51, "Output",ExpressionUUID->"363ffa7c-3f7e-45a8-ad1d-768818a19392", +Cell[22712, 613, 313, 9, 50, "Output",ExpressionUUID->"363ffa7c-3f7e-45a8-ad1d-768818a19392", CellID->495340469] }, Open ]], -Cell[22970, 619, 196, 4, 70, "ExampleText",ExpressionUUID->"5cc84f9c-aaf3-408e-80ff-59447c16bac9", +Cell[23040, 625, 196, 4, 70, "ExampleText",ExpressionUUID->"5cc84f9c-aaf3-408e-80ff-59447c16bac9", CellID->1803473717], Cell[CellGroupData[{ -Cell[23191, 627, 326, 8, 70, "Input",ExpressionUUID->"4071e2d9-cf34-4de7-8039-38bcfb0e1ddf", +Cell[23261, 633, 326, 8, 70, "Input",ExpressionUUID->"4071e2d9-cf34-4de7-8039-38bcfb0e1ddf", CellID->1955890213], -Cell[23520, 637, 237, 6, 36, "Output",ExpressionUUID->"37ea773d-4419-44f1-b66e-6ebfc180795b", +Cell[23590, 643, 237, 6, 36, "Output",ExpressionUUID->"37ea773d-4419-44f1-b66e-6ebfc180795b", CellID->1798092853] }, Open ]], -Cell[23772, 646, 151, 1, 70, "ExampleText",ExpressionUUID->"3242fbbc-dcdc-427c-9fc9-2f12c1ead361", +Cell[23842, 652, 151, 1, 70, "ExampleText",ExpressionUUID->"3242fbbc-dcdc-427c-9fc9-2f12c1ead361", CellID->1881493816], Cell[CellGroupData[{ -Cell[23948, 651, 333, 8, 70, "Input",ExpressionUUID->"a997d9f5-b9cd-4a2d-84ba-2eea70e06ae6", +Cell[24018, 657, 333, 8, 70, "Input",ExpressionUUID->"a997d9f5-b9cd-4a2d-84ba-2eea70e06ae6", CellID->1525745157], -Cell[24284, 661, 238, 6, 36, "Output",ExpressionUUID->"7a9042b4-d8e7-46d3-b0b1-2c84e343883c", +Cell[24354, 667, 238, 6, 36, "Output",ExpressionUUID->"7a9042b4-d8e7-46d3-b0b1-2c84e343883c", CellID->1092731515] }, Open ]], -Cell[24537, 670, 293, 5, 70, "ExampleText",ExpressionUUID->"17f2fe13-5f7f-4c97-a9f5-6397f62c56a4", +Cell[24607, 676, 293, 5, 70, "ExampleText",ExpressionUUID->"17f2fe13-5f7f-4c97-a9f5-6397f62c56a4", CellID->1476258156], -Cell[24833, 677, 360, 6, 70, "ExampleText",ExpressionUUID->"a84dc043-8aee-46a3-903f-ec79d6843137", +Cell[24903, 683, 360, 6, 70, "ExampleText",ExpressionUUID->"a84dc043-8aee-46a3-903f-ec79d6843137", CellID->1033230099], Cell[CellGroupData[{ -Cell[25218, 687, 197, 4, 70, "Input",ExpressionUUID->"9b126772-8b04-41ac-a021-1346705c30b1", +Cell[25288, 693, 197, 4, 70, "Input",ExpressionUUID->"9b126772-8b04-41ac-a021-1346705c30b1", CellID->1380439411], -Cell[25418, 693, 3288, 46, 204, "Output",ExpressionUUID->"a584456c-6869-4ef2-ab70-512ec3d1c112", +Cell[25488, 699, 3288, 46, 200, "Output",ExpressionUUID->"a584456c-6869-4ef2-ab70-512ec3d1c112", CellID->877628782] }, Open ]], Cell[CellGroupData[{ -Cell[28743, 744, 182, 4, 70, "Input",ExpressionUUID->"a5e09690-ba0a-4c9c-bfcd-788a5041a499", +Cell[28813, 750, 182, 4, 70, "Input",ExpressionUUID->"a5e09690-ba0a-4c9c-bfcd-788a5041a499", CellID->1035838183], -Cell[28928, 750, 269, 7, 36, "Output",ExpressionUUID->"3a11e8e6-9b4b-4eaa-a054-3d6718ae13e6", +Cell[28998, 756, 269, 7, 36, "Output",ExpressionUUID->"3a11e8e6-9b4b-4eaa-a054-3d6718ae13e6", CellID->2100301145] }, Open ]], -Cell[29212, 760, 241, 6, 70, "Input",ExpressionUUID->"e5ef645e-7355-443d-b813-59d143340155", +Cell[29282, 766, 241, 6, 70, "Input",ExpressionUUID->"e5ef645e-7355-443d-b813-59d143340155", CellID->375135545], Cell[CellGroupData[{ -Cell[29478, 770, 245, 6, 70, "Input",ExpressionUUID->"9196d80d-2c37-4523-80de-891801af8e51", +Cell[29548, 776, 245, 6, 70, "Input",ExpressionUUID->"9196d80d-2c37-4523-80de-891801af8e51", CellID->1234376348], -Cell[29726, 778, 446, 13, 51, "Output",ExpressionUUID->"3e27d07f-d1d7-4498-8eb0-a3f917dafe37", +Cell[29796, 784, 446, 13, 50, "Output",ExpressionUUID->"3e27d07f-d1d7-4498-8eb0-a3f917dafe37", CellID->890707105] }, Open ]], Cell[CellGroupData[{ -Cell[30209, 796, 173, 3, 70, "Input",ExpressionUUID->"ee721008-9fe9-4069-bccb-b7da832605e9", +Cell[30279, 802, 173, 3, 70, "Input",ExpressionUUID->"ee721008-9fe9-4069-bccb-b7da832605e9", CellID->287172346], -Cell[30385, 801, 446, 13, 51, "Output",ExpressionUUID->"6595f109-e21b-45fc-b4dd-cac92750455e", +Cell[30455, 807, 446, 13, 50, "Output",ExpressionUUID->"6595f109-e21b-45fc-b4dd-cac92750455e", CellID->931326981] }, Open ]], Cell[CellGroupData[{ -Cell[30868, 819, 200, 4, 70, "Input",ExpressionUUID->"846d04d5-5f38-4c2d-b486-fb209132f671", +Cell[30938, 825, 200, 4, 70, "Input",ExpressionUUID->"846d04d5-5f38-4c2d-b486-fb209132f671", CellID->723841956], -Cell[31071, 825, 183, 4, 36, "Output",ExpressionUUID->"e61f7104-849c-4b7a-a6c6-a373330bc64a", +Cell[31141, 831, 183, 4, 36, "Output",ExpressionUUID->"e61f7104-849c-4b7a-a6c6-a373330bc64a", CellID->1780115279] }, Open ]], -Cell[31269, 832, 178, 3, 70, "ExampleText",ExpressionUUID->"a967982f-6cac-4332-938e-437fd990aa71", +Cell[31339, 838, 178, 3, 70, "ExampleText",ExpressionUUID->"a967982f-6cac-4332-938e-437fd990aa71", CellID->303879161], -Cell[31450, 837, 145, 1, 70, "ExampleText",ExpressionUUID->"9d35cca4-34f4-4150-ba88-e3bb2a626466", +Cell[31520, 843, 145, 1, 70, "ExampleText",ExpressionUUID->"9d35cca4-34f4-4150-ba88-e3bb2a626466", CellID->1630814920], Cell[CellGroupData[{ -Cell[31620, 842, 160, 3, 70, "Input",ExpressionUUID->"7ada216a-84d1-433f-9522-18af01cb05cd", +Cell[31690, 848, 160, 3, 70, "Input",ExpressionUUID->"7ada216a-84d1-433f-9522-18af01cb05cd", CellID->1949386963], -Cell[31783, 847, 292813, 4955, 70, "Output",ExpressionUUID->"36116bc1-4f64-4415-92a1-b771e42b7569", +Cell[31853, 853, 292813, 4955, 70, "Output",ExpressionUUID->"36116bc1-4f64-4415-92a1-b771e42b7569", CellID->496366789] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[324908, 5817, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"5df77438-2a8c-4f6a-bab5-7a23965eb160"], +Cell[330414, 5967, 670, 18, 70, "TechNotesSection",ExpressionUUID->"10fae3f1-5bca-4144-a989-027e9f300820"], +Cell[331087, 5987, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f2057705-7e0d-4c55-b812-00a972f85881"], +Cell[332123, 6015, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"eebd0945-2493-49f2-bf1a-be8730bdcd50"], Cell[CellGroupData[{ -Cell[324860, 5813, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"cd37871b-5871-4522-8e4e-90eea0dfe4f1"], -Cell[330366, 5963, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6d32d81f-9f5d-45fd-9995-8d732be70795"] -}, Open ]], -Cell[331051, 5984, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0352da3e-8613-4a91-980a-d25206b6e192"], -Cell[332087, 6012, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"6bf5c281-0e3e-427f-a1fb-ddc129a663f7"], -Cell[CellGroupData[{ -Cell[335583, 6113, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0988c10-94cd-4a10-8452-206b3dc3a21d", +Cell[335619, 6116, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0988c10-94cd-4a10-8452-206b3dc3a21d", CellID->441415629], -Cell[335723, 6116, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a35e1403-9d13-429f-8fa6-06ead1861715", +Cell[335759, 6119, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a35e1403-9d13-429f-8fa6-06ead1861715", CellID->1194386356], -Cell[335945, 6122, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c54d8c32-bdd4-4c73-8ed2-58cbdb19f57c", +Cell[335981, 6125, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c54d8c32-bdd4-4c73-8ed2-58cbdb19f57c", CellID->1641706272], -Cell[336160, 6127, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"51d2369a-91ce-4f68-9275-0adcf248a9ba", +Cell[336196, 6130, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"51d2369a-91ce-4f68-9275-0adcf248a9ba", CellID->399251956], -Cell[336389, 6133, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"80701b86-451e-455c-a4ac-3c0e6b411b7d", +Cell[336425, 6136, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"80701b86-451e-455c-a4ac-3c0e6b411b7d", CellID->821434655] }, Open ]], -Cell[336626, 6139, 78, 0, 70, "FooterCell",ExpressionUUID->"e124e879-142e-439e-8b29-dad42bef0041"] +Cell[336662, 6142, 78, 0, 70, "FooterCell",ExpressionUUID->"573a7b7c-5ef3-41c4-81c8-9d0acb5a38eb"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaIsSMPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/ParaIsSMPreKernelQ.nb index 68caba2..bd8bbde 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaIsSMPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaIsSMPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 339879, 6175] -NotebookOptionsPosition[ 330008, 5980] -NotebookOutlinePosition[ 332177, 6035] -CellTagsIndexPosition[ 332090, 6030] +NotebookDataLength[ 339905, 6177] +NotebookOptionsPosition[ 330045, 5983] +NotebookOutlinePosition[ 332237, 6039] +CellTagsIndexPosition[ 332150, 6034] WindowTitle->ParaIsSMPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e7fdd880-8b15-4db2-a37f-7613318bd7b2"], + "07dc8966-452b-457a-ab8c-faf38d930408"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3d2f61f4-8c15-47bb-9786-865a0c8e4fbe"], + "06df255e-bd31-4031-b115-8e233d70daeb"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5f7f75d5-cc46-41e4-bab0-81ccdc2c3a98"] - }],ExpressionUUID->"a0feb959-3aea-45f1-ac61-571ac8fe9449"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "5e865e9e-11f7-42b3-8f1a-e22a33661e33"] + }],ExpressionUUID->"344b9047-8bf4-48ee-9d80-c84662833c1f"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "27adb07f-66db-46b7-9506-43995d50a1f0"], + "adeb4c76-a4af-43e0-a5f0-712a66f7078f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c2de6883-e4f7-4408-bd6f-39884e212069"] - }],ExpressionUUID->"76705853-75e2-4d7d-9fbc-02a25a88fb5a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2106c949-202d-4511-a27d-04a18f0ce928"] + }],ExpressionUUID->"004ff1b9-78f3-407a-be49-44668eacbb85"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "01cc0d6e-3944-4ce1-9c8a-fa82ad1894e4"], + "5ccd141a-993b-4a7d-a420-e9acd15e6142"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "01141abb-12d9-4f64-aa2b-6ee143a30fab"] - }],ExpressionUUID->"03694142-2947-4b24-982b-01ed56d4bba6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1c49ab6f-c9cc-40ab-b44b-5079f185ebdd"] + }],ExpressionUUID->"c376181e-7833-4576-a161-a7643daf890e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6cdbefc3-3ab2-4390-863c-e2aa53274179"], + "2b8edec7-954e-4f9b-84bb-0d0fe4d63a4a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f6b6d576-39ae-43ec-bdce-f56a3852a1cb"] - }],ExpressionUUID->"7b7edc33-747f-4ab8-813b-ce899a6026e4"], - StripOnInput->False], {"\<\"TUG/ref/ParaIsSMPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaIsSMPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "e2e2eaf4-a65b-4162-9a1f-9de6c79df363"] + }],ExpressionUUID->"fd708037-fee7-41e1-8341-2812fade12a6"], + StripOnInput->False],{ + "\"TUG/ref/ParaIsSMPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaIsSMPreKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaIsSMPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$139554], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaIsSMPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$150074], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaIsSMPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9d6126c9-fd2d-43af-82f2-95aed58a04b9"] + "67ee4ebd-5d06-4e0e-8af9-20027af70cdc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1a26a908-dbf3-4c67-8c37-d927d7a5b14e"]} + "47ea3b60-a500-4c6a-815c-d930e9d253c2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b0a2080f-acd4-4ceb-bc36-1baab3caee6c"], + CellID->1,ExpressionUUID->"df945c8c-6a8e-4d55-b171-1eca00056b2a"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"860495af-f3db-494a-808c-6d0e3cb5a79c"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"b963ace7-8aca-4271-b091-1f8236abc96e"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaIsSMPreKernelQ", "ObjectName",ExpressionUUID-> - "dd0bc344-90bb-448d-9189-265bd91a71ec"], + "7eaab69e-be77-4088-bbbd-a48bd39edd70"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3901b8ad-20ff-44ce-b185-a1eee1cc951b"], + "Spacer1"]],ExpressionUUID->"2244b34d-2d6e-4d15-9c95-91e331482122"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8d14ff47-d950-4866-a1fa-162cc5f06f39"] - }],ExpressionUUID->"81cc41c4-8781-4412-8a8d-9777a478676a"], Cell[BoxData[ + "db1e21eb-e448-4ffe-a3c8-7f64b632c79a"] + }],ExpressionUUID->"83de6965-45b2-426e-902e-d7f674ab94d2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "652e1441-1875-4030-a9d7-d96794f4023c"]} + "bb75b421-466c-4050-9328-da93537d4b83"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3d5913ea-fa32-4ef8-8f16-85f6c523a623"], + CacheGraphics->False,ExpressionUUID->"f701e344-0472-4661-a958-685c1c7806f3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "a09087f7-5f0e-4318-a8a7-ead7c691defc"], " \[LineSeparator]checks whether the provided payoff vector is a \ simplified modified pre-kernel element of the game." - }],ExpressionUUID->"4dc2b154-f53d-4a20-91f8-9bdd759e165e"]} + }],ExpressionUUID->"54f58a50-3773-4a8c-86d2-2ad7173f6fc7"]} }]], "Usage", CellID->529060180,ExpressionUUID->"371fd382-d513-4b37-aa3b-7b0d294d1658"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"830658d2-c409-4a19-bc3c-b2363fd123be"], + ExpressionUUID->"68a7fe5a-5ee7-424d-967e-2da11f68aa64"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b0219ea0-2b9a-4e8a-98a0-af8e5f28db0f"], + "Spacer1"]],ExpressionUUID->"84332831-2de0-481c-a923-0530e719962e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a82d92d3-6ba1-4ea6-924a-7918005de0a8"], + }], "NotesFrameText",ExpressionUUID->"d1518500-e825-48a8-a929-1afcf764cc0f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d17c044b-ecc2-40c1-acf0-a44c0f2d150b"]], \ + "Preemptive"]],ExpressionUUID->"38195bc3-8bbf-49dd-96a2-39dd95426922"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1089632662,ExpressionUUID->"9ed91aa4-8e8b-4b39-bfc4-bb8627dc0b01"], + CellID->1230879971,ExpressionUUID->"a260423e-4e33-4551-809f-91ebaf69655b"], Cell[TextData[{ "The input expression ", @@ -379,19 +385,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c5dab489-b590-42b4-92df-95f95b7ea07a"], + ExpressionUUID->"807d6dc2-5ef9-4600-9988-fdd53a60b030"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a4b3ae0c-ec82-4c4e-ad57-cc9ab0d98706"], + "Spacer1"]],ExpressionUUID->"87cbdeaf-0883-4d9d-9589-527128b4fde9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4ff153d3-1f58-4536-801e-dc14765e7366"] + "69af54f4-858b-43e7-90b8-5bb941c4472c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1218281302,ExpressionUUID->"14624424-8756-4f10-8fa7-3fe4ceb22f0b"], + CellID->1383914839,ExpressionUUID->"48641b17-abab-493b-b172-e9c7ea017207"], Cell[CellGroupData[{ @@ -420,18 +426,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c23c051d-d8fd-48a1-be4a-b3def0af3708"], + ExpressionUUID->"cca14c26-9db6-41d8-b74e-1aacefbcfc22"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6a34a1f1-db58-4a82-9bcc-96bd4ee5110c"], + "Spacer1"]],ExpressionUUID->"d12e0c17-fe09-4cb4-a468-bf7e0f8094de"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d9072579-98cc-48e4-88ca-2effe7e0f697"] + "1e46f9f9-edda-4bff-8cdd-f28326da204a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1663622395,ExpressionUUID->"d934245b-666e-4ccd-8ed5-45892ceb3c39"], + CellID->683294782,ExpressionUUID->"befc7e01-8c94-4f62-9df4-a9b8271ebabe"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->169849542,ExpressionUUID->"b4e74698-ef36-469b-98ab-144fd469ca35"], @@ -5648,8 +5654,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 442, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5797,15 +5801,15 @@ Cell[BoxData[GridBox[{ "84e134a5-c8d4-4511-a138-b17437c9ffe7"] }], "SeeAlso",ExpressionUUID->"bb369c15-d66d-4f54-89ca-005039f6ae08"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"da232c68-c3d5-42ac-ba71-\ -a52e3e0496f6"], + }]], "SeeAlsoSection",ExpressionUUID->"83637b1c-7837-4776-8b33-\ +d7d1c20a9d8e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5817,9 +5821,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"753ba006-3bcc-4da4-8257-201109ab075e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"dc871185-6a05-45f7-a57f-\ -34e9483b3260"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fb5bdd4a-e9f4-4363-988d-\ +1d07a3143cf4"], Cell[BoxData[GridBox[{ { @@ -5836,7 +5839,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0c441ce0-36b8-4dda-876e-543c4a21d004"]}]}, + "51f883f8-bc2f-44e4-abbb-76409e7592ef"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5844,10 +5847,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a2506770-cd3c-4c06-9ebe-9ac422323283"]}]} + "be27c8df-c455-42eb-8962-73ded9ae9dbe"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"97f7cac5-fdce-47c9-89be-\ -f98053ac2466"], + }]], "MoreAboutSection",ExpressionUUID->"bbbedd55-f744-4c9b-93c5-\ +5020c431b72b"], Cell[BoxData[GridBox[{ { @@ -5874,7 +5877,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e2705159-6b36-4552-a010-fdd46aaedb45"]], "RelatedLinks", + "f16c7533-329b-4983-aa7c-906dfe585606"]], "RelatedLinks", ExpressionUUID->"3198a22c-fd51-40a0-bb86-729072e32981"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5891,7 +5894,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f0865371-3c0c-4aba-be3e-eb980110d76a"]], "RelatedLinks", + "f9029e69-1e93-4107-9016-e824e9fcce92"]], "RelatedLinks", ExpressionUUID->"1b82a0bc-f7d8-42a6-bcbb-b601100d4cf2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5908,7 +5911,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "72af9b17-53fa-4359-b32e-afe2c0ee2027"]], "RelatedLinks", + "20a3365b-4e17-46fe-93d2-bcec7be3226f"]], "RelatedLinks", ExpressionUUID->"ee6e7e72-09cc-4f09-86e6-7dfbe23b678e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5925,7 +5928,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8bc37321-6f71-4f08-9625-63e9272f69f1"]], "RelatedLinks", + "b0536550-5407-4100-869b-d4cf0b987483"]], "RelatedLinks", ExpressionUUID->"ea310f1a-b8fe-4da7-a54d-6324f440b1f5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5942,11 +5945,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bb663451-8978-49ce-b8c7-adbed53f4895"]], "RelatedLinks", + "bec3bd26-9e80-401e-8c1c-53c4d2d8d805"]], "RelatedLinks", ExpressionUUID->"db7d5876-0e70-486e-a5e8-2040b16d0cb7"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b4c5657b-b64b-466d-8edc-\ -873742f3cc65"], + }]], "RelatedLinksSection",ExpressionUUID->"2328221d-e7e0-4300-914a-\ +bb18e1a7aa27"], Cell[CellGroupData[{ @@ -5976,11 +5979,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fd0e296e-3e90-4824-a14b-4ea6738cfb6a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c8e464ad-a64c-4df4-b05c-d83dd2fde19d"] +Cell[" ", "FooterCell",ExpressionUUID->"5e0d80ed-e289-4cf7-ae98-0e9ea6433fb7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaIsSMPreKernelQ", TaggingRules->{ @@ -5991,7 +5994,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 51.723168}", + "built" -> "{2024, 6, 3, 16, 54, 27.195634}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6000,10 +6003,11 @@ TaggingRules->{ "ParaIsSMPreKernelQ[game, payoff] checks whether the provided payoff \ vector is a simplified modified pre-kernel element of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaIsSMPreKernelQ", - "titlemodifier" -> "", "windowtitle" -> "ParaIsSMPreKernelQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaIsSMPreKernelQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaIsSMPreKernelQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaIsSMPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6012,9 +6016,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3876c961-18d5-47b8-9c04-3312428925ab" +ExpressionUUID->"7d90ec90-72f7-4dc8-921f-ac6d563b8928" ] (* End of Notebook Content *) @@ -6022,161 +6026,159 @@ ExpressionUUID->"3876c961-18d5-47b8-9c04-3312428925ab" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13801, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"14624424-8756-4f10-8fa7-3fe4ceb22f0b", + Cell[13873, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"48641b17-abab-493b-b172-e9c7ea017207", CellTags->"PrimaryExamplesSection", - CellID->1218281302]} + CellID->1383914839]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 331889, 6023} + {"PrimaryExamplesSection", 331949, 6027} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7155, 168, 56, "AnchorBarGrid",ExpressionUUID->"b0a2080f-acd4-4ceb-bc36-1baab3caee6c", +Cell[590, 21, 7227, 174, 57, "AnchorBarGrid",ExpressionUUID->"df945c8c-6a8e-4d55-b171-1eca00056b2a", CellID->1], -Cell[7748, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"860495af-f3db-494a-808c-6d0e3cb5a79c"], +Cell[7820, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"b963ace7-8aca-4271-b091-1f8236abc96e"], Cell[CellGroupData[{ -Cell[7871, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"3d5913ea-fa32-4ef8-8f16-85f6c523a623"], -Cell[9166, 232, 552, 11, 111, "Usage",ExpressionUUID->"371fd382-d513-4b37-aa3b-7b0d294d1658", +Cell[7943, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"f701e344-0472-4661-a958-685c1c7806f3"], +Cell[9238, 238, 552, 11, 111, "Usage",ExpressionUUID->"371fd382-d513-4b37-aa3b-7b0d294d1658", CellID->529060180] }, Open ]], Cell[CellGroupData[{ -Cell[9755, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"9ed91aa4-8e8b-4b39-bfc4-bb8627dc0b01", +Cell[9827, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"a260423e-4e33-4551-809f-91ebaf69655b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1089632662], -Cell[11653, 297, 782, 20, 57, "]]",ExpressionUUID->"14b0c101-94dc-45dc-ae90-08642a3ca8d2", + CellID->1230879971], +Cell[11725, 303, 782, 20, 57, "]]",ExpressionUUID->"14b0c101-94dc-45dc-ae90-08642a3ca8d2", CellID->209133038], -Cell[12438, 319, 516, 13, 37, "Notes",ExpressionUUID->"d3c91b97-8c1c-42fd-abca-cbe2eeafa0ee", +Cell[12510, 325, 516, 13, 38, "Notes",ExpressionUUID->"d3c91b97-8c1c-42fd-abca-cbe2eeafa0ee", CellID->1583059818], -Cell[12957, 334, 248, 4, 57, "Notes",ExpressionUUID->"4e05c7ec-6c4f-4f4d-921b-880db54122f6", +Cell[13029, 340, 248, 4, 57, "Notes",ExpressionUUID->"4e05c7ec-6c4f-4f4d-921b-880db54122f6", CellID->2078807056], -Cell[13208, 340, 240, 4, 57, "Notes",ExpressionUUID->"1cb829ff-f887-4946-b657-d56a93e85c4a", +Cell[13280, 346, 240, 4, 57, "Notes",ExpressionUUID->"1cb829ff-f887-4946-b657-d56a93e85c4a", CellID->1071634067], -Cell[13451, 346, 223, 4, 36, "Notes",ExpressionUUID->"abf61b3f-2719-4289-9c01-b2186dbb4ec2", +Cell[13523, 352, 223, 4, 36, "Notes",ExpressionUUID->"abf61b3f-2719-4289-9c01-b2186dbb4ec2", CellID->1092475263] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13801, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"14624424-8756-4f10-8fa7-3fe4ceb22f0b", +Cell[13873, 362, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"48641b17-abab-493b-b172-e9c7ea017207", CellTags->"PrimaryExamplesSection", - CellID->1218281302], + CellID->1383914839], Cell[CellGroupData[{ -Cell[15247, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d934245b-666e-4ccd-8ed5-45892ceb3c39", - CellID->1663622395], -Cell[16649, 435, 149, 1, 38, "ExampleText",ExpressionUUID->"b4e74698-ef36-469b-98ab-144fd469ca35", +Cell[15319, 403, 1398, 36, 30, "ExampleSection",ExpressionUUID->"befc7e01-8c94-4f62-9df4-a9b8271ebabe", + CellID->683294782], +Cell[16720, 441, 149, 1, 39, "ExampleText",ExpressionUUID->"b4e74698-ef36-469b-98ab-144fd469ca35", CellID->169849542], -Cell[16801, 438, 184, 4, 27, "Input",ExpressionUUID->"4851527c-b292-4125-98cc-59f93008c8c9", +Cell[16872, 444, 184, 4, 27, "Input",ExpressionUUID->"4851527c-b292-4125-98cc-59f93008c8c9", CellID->1977145243], Cell[CellGroupData[{ -Cell[17010, 446, 137, 2, 27, "Input",ExpressionUUID->"90269a8e-44dc-43ad-8b53-4b8965537427", +Cell[17081, 452, 137, 2, 27, "Input",ExpressionUUID->"90269a8e-44dc-43ad-8b53-4b8965537427", CellID->1995255953], -Cell[17150, 450, 158, 3, 36, "Output",ExpressionUUID->"8e043c32-b031-458a-8d4f-28ab273e087c", +Cell[17221, 456, 158, 3, 36, "Output",ExpressionUUID->"8e043c32-b031-458a-8d4f-28ab273e087c", CellID->1535661803] }, Open ]], -Cell[17323, 456, 119, 1, 38, "ExampleText",ExpressionUUID->"3f5c44a5-a0c7-46bb-aa45-95042a9565be", +Cell[17394, 462, 119, 1, 39, "ExampleText",ExpressionUUID->"3f5c44a5-a0c7-46bb-aa45-95042a9565be", CellID->1752909360], Cell[CellGroupData[{ -Cell[17467, 461, 197, 4, 27, "Input",ExpressionUUID->"ea2a3a20-a605-43db-a7e5-06304d753336", +Cell[17538, 467, 197, 4, 27, "Input",ExpressionUUID->"ea2a3a20-a605-43db-a7e5-06304d753336", CellID->841021249], Cell[CellGroupData[{ -Cell[17689, 469, 237, 4, 23, "Print",ExpressionUUID->"860dfac4-f13e-4b7e-b7bc-9d98ec13a838", +Cell[17760, 475, 237, 4, 23, "Print",ExpressionUUID->"860dfac4-f13e-4b7e-b7bc-9d98ec13a838", CellID->1290320470], -Cell[17929, 475, 366, 8, 23, "Print",ExpressionUUID->"f4b44ff3-b0e4-4a99-8d20-24e49a2309f1", +Cell[18000, 481, 366, 8, 23, "Print",ExpressionUUID->"f4b44ff3-b0e4-4a99-8d20-24e49a2309f1", CellID->1773199023], -Cell[18298, 485, 237, 4, 70, "Print",ExpressionUUID->"d249aee7-8738-47e4-a8e5-a418ce2c2bc1", +Cell[18369, 491, 237, 4, 70, "Print",ExpressionUUID->"d249aee7-8738-47e4-a8e5-a418ce2c2bc1", CellID->1319023795], -Cell[18538, 491, 220, 3, 70, "Print",ExpressionUUID->"05841e98-c62a-4c82-98ad-00f06309dc54", +Cell[18609, 497, 220, 3, 70, "Print",ExpressionUUID->"05841e98-c62a-4c82-98ad-00f06309dc54", CellID->992592496], -Cell[18761, 496, 208, 3, 70, "Print",ExpressionUUID->"6dfb263f-a071-4f2e-9d0b-bab6ad1930da", +Cell[18832, 502, 208, 3, 70, "Print",ExpressionUUID->"6dfb263f-a071-4f2e-9d0b-bab6ad1930da", CellID->1716088714], -Cell[18972, 501, 237, 4, 70, "Print",ExpressionUUID->"70b29890-f307-4824-8d56-da8c45898cee", +Cell[19043, 507, 237, 4, 70, "Print",ExpressionUUID->"70b29890-f307-4824-8d56-da8c45898cee", CellID->292226730], -Cell[19212, 507, 220, 3, 70, "Print",ExpressionUUID->"d5877f91-2993-4546-9a27-0365843d3ad4", +Cell[19283, 513, 220, 3, 70, "Print",ExpressionUUID->"d5877f91-2993-4546-9a27-0365843d3ad4", CellID->962841900], -Cell[19435, 512, 237, 4, 70, "Print",ExpressionUUID->"051ea6d8-b6c0-4907-ae97-4cdc420ea7ed", +Cell[19506, 518, 237, 4, 70, "Print",ExpressionUUID->"051ea6d8-b6c0-4907-ae97-4cdc420ea7ed", CellID->1896144464], -Cell[19675, 518, 237, 4, 70, "Print",ExpressionUUID->"e51a11ef-eb7e-45ca-b469-51bbb01174fd", +Cell[19746, 524, 237, 4, 70, "Print",ExpressionUUID->"e51a11ef-eb7e-45ca-b469-51bbb01174fd", CellID->1523093817], -Cell[19915, 524, 208, 3, 70, "Print",ExpressionUUID->"6c95993b-077c-4cab-b713-dbde4565c27c", +Cell[19986, 530, 208, 3, 70, "Print",ExpressionUUID->"6c95993b-077c-4cab-b713-dbde4565c27c", CellID->1891639103], -Cell[20126, 529, 236, 4, 70, "Print",ExpressionUUID->"4a910354-34ec-4110-abf5-a3e7a6b88dd7", +Cell[20197, 535, 236, 4, 70, "Print",ExpressionUUID->"4a910354-34ec-4110-abf5-a3e7a6b88dd7", CellID->380948319] }, Open ]] }, Open ]], -Cell[20389, 537, 137, 1, 70, "ExampleText",ExpressionUUID->"41afcf85-7920-4711-9e89-13105a4c2607", +Cell[20460, 543, 137, 1, 70, "ExampleText",ExpressionUUID->"41afcf85-7920-4711-9e89-13105a4c2607", CellID->1926579361], -Cell[20529, 540, 234, 6, 70, "Input",ExpressionUUID->"7fa2605d-4249-4f0d-bff5-37a91f69b02e", +Cell[20600, 546, 234, 6, 70, "Input",ExpressionUUID->"7fa2605d-4249-4f0d-bff5-37a91f69b02e", CellID->953471783], -Cell[20766, 548, 381, 9, 70, "Input",ExpressionUUID->"e765b840-b889-4c13-84ab-fbf4b549f2a7", +Cell[20837, 554, 381, 9, 70, "Input",ExpressionUUID->"e765b840-b889-4c13-84ab-fbf4b549f2a7", CellID->1912655316], -Cell[21150, 559, 237, 6, 70, "Input",ExpressionUUID->"7a8b1de8-24e5-424b-b005-ccd30b9a6009", +Cell[21221, 565, 237, 6, 70, "Input",ExpressionUUID->"7a8b1de8-24e5-424b-b005-ccd30b9a6009", CellID->239479301], -Cell[21390, 567, 191, 4, 70, "ExampleText",ExpressionUUID->"706beeca-24c4-4c45-96e8-1aa4b8403024", +Cell[21461, 573, 191, 4, 70, "ExampleText",ExpressionUUID->"706beeca-24c4-4c45-96e8-1aa4b8403024", CellID->2045947047], Cell[CellGroupData[{ -Cell[21606, 575, 175, 3, 70, "Input",ExpressionUUID->"fd2635c7-4897-4528-89be-fa86b752565c", +Cell[21677, 581, 175, 3, 70, "Input",ExpressionUUID->"fd2635c7-4897-4528-89be-fa86b752565c", CellID->553070219], -Cell[21784, 580, 173, 4, 36, "Output",ExpressionUUID->"a45d4026-0e12-4d6b-a0d6-1c32bf095a4e", +Cell[21855, 586, 173, 4, 36, "Output",ExpressionUUID->"a45d4026-0e12-4d6b-a0d6-1c32bf095a4e", CellID->988069304] }, Open ]], -Cell[21972, 587, 197, 4, 70, "ExampleText",ExpressionUUID->"c7273783-1cbb-451e-b6ac-492f8c7e4443", +Cell[22043, 593, 197, 4, 70, "ExampleText",ExpressionUUID->"c7273783-1cbb-451e-b6ac-492f8c7e4443", CellID->1037329634], Cell[CellGroupData[{ -Cell[22194, 595, 194, 4, 70, "Input",ExpressionUUID->"04018f34-aeb6-4388-851b-322711c95c8c", +Cell[22265, 601, 194, 4, 70, "Input",ExpressionUUID->"04018f34-aeb6-4388-851b-322711c95c8c", CellID->469378023], -Cell[22391, 601, 313, 9, 51, "Output",ExpressionUUID->"66fcb2f4-42c6-49da-b37c-d1d82b068313", +Cell[22462, 607, 313, 9, 51, "Output",ExpressionUUID->"66fcb2f4-42c6-49da-b37c-d1d82b068313", CellID->142090455] }, Open ]], -Cell[22719, 613, 199, 4, 70, "ExampleText",ExpressionUUID->"5a3f2782-1a76-4722-b1f6-15c37d2331e4", +Cell[22790, 619, 199, 4, 70, "ExampleText",ExpressionUUID->"5a3f2782-1a76-4722-b1f6-15c37d2331e4", CellID->435494761], Cell[CellGroupData[{ -Cell[22943, 621, 319, 8, 70, "Input",ExpressionUUID->"04df3221-24e4-407a-8f43-0f9d18cca394", +Cell[23014, 627, 319, 8, 70, "Input",ExpressionUUID->"04df3221-24e4-407a-8f43-0f9d18cca394", CellID->1501421220], -Cell[23265, 631, 237, 6, 36, "Output",ExpressionUUID->"57ef0d9f-91c4-43b1-b8d9-d655a38e7be9", +Cell[23336, 637, 237, 6, 36, "Output",ExpressionUUID->"57ef0d9f-91c4-43b1-b8d9-d655a38e7be9", CellID->1993912192] }, Open ]], -Cell[23517, 640, 151, 1, 70, "ExampleText",ExpressionUUID->"1193a304-fdd9-4a7f-8f51-02e8d62ea6e3", +Cell[23588, 646, 151, 1, 70, "ExampleText",ExpressionUUID->"1193a304-fdd9-4a7f-8f51-02e8d62ea6e3", CellID->1551962108], Cell[CellGroupData[{ -Cell[23693, 645, 325, 8, 70, "Input",ExpressionUUID->"3da53171-d01a-440f-afd5-fd363141248d", +Cell[23764, 651, 325, 8, 70, "Input",ExpressionUUID->"3da53171-d01a-440f-afd5-fd363141248d", CellID->792884707], -Cell[24021, 655, 238, 6, 36, "Output",ExpressionUUID->"9fb4679a-5d02-4a09-8970-f8d2980a1d2c", +Cell[24092, 661, 238, 6, 36, "Output",ExpressionUUID->"9fb4679a-5d02-4a09-8970-f8d2980a1d2c", CellID->1618130968] }, Open ]], -Cell[24274, 664, 182, 3, 70, "ExampleText",ExpressionUUID->"ac22ce6d-211c-459c-8183-cc6dd1c38c88", +Cell[24345, 670, 182, 3, 70, "ExampleText",ExpressionUUID->"ac22ce6d-211c-459c-8183-cc6dd1c38c88", CellID->520108594], -Cell[24459, 669, 290, 5, 70, "ExampleText",ExpressionUUID->"fd273e04-495b-4bc2-aa98-44fba4870d82", +Cell[24530, 675, 290, 5, 70, "ExampleText",ExpressionUUID->"fd273e04-495b-4bc2-aa98-44fba4870d82", CellID->3388053], -Cell[24752, 676, 145, 1, 70, "ExampleText",ExpressionUUID->"759f3996-2cf3-4f0f-a916-98a11fe05683", +Cell[24823, 682, 145, 1, 70, "ExampleText",ExpressionUUID->"759f3996-2cf3-4f0f-a916-98a11fe05683", CellID->1373867551], Cell[CellGroupData[{ -Cell[24922, 681, 159, 3, 70, "Input",ExpressionUUID->"1372818e-e8ce-4033-8925-677660b01e54", +Cell[24993, 687, 159, 3, 70, "Input",ExpressionUUID->"1372818e-e8ce-4033-8925-677660b01e54", CellID->712132757], -Cell[25084, 686, 292812, 4955, 70, "Output",ExpressionUUID->"81bd6d4c-0dbb-4dca-96b8-b38559fa2a57", +Cell[25155, 692, 292812, 4955, 70, "Output",ExpressionUUID->"81bd6d4c-0dbb-4dca-96b8-b38559fa2a57", CellID->32337815] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[318209, 5656, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"83637b1c-7837-4776-8b33-d7d1c20a9d8e"], +Cell[323715, 5806, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fb5bdd4a-e9f4-4363-988d-1d07a3143cf4"], +Cell[324388, 5826, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bbbedd55-f744-4c9b-93c5-5020c431b72b"], +Cell[325424, 5854, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"2328221d-e7e0-4300-914a-bb18e1a7aa27"], Cell[CellGroupData[{ -Cell[318160, 5652, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"da232c68-c3d5-42ac-ba71-a52e3e0496f6"], -Cell[323666, 5802, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dc871185-6a05-45f7-a57f-34e9483b3260"] -}, Open ]], -Cell[324351, 5823, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"97f7cac5-fdce-47c9-89be-f98053ac2466"], -Cell[325387, 5851, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"b4c5657b-b64b-466d-8edc-873742f3cc65"], -Cell[CellGroupData[{ -Cell[328883, 5952, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3e73385c-f8f6-41ec-84d1-fc5d3ef3c62e", +Cell[328920, 5955, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3e73385c-f8f6-41ec-84d1-fc5d3ef3c62e", CellID->441415629], -Cell[329023, 5955, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7022e64e-ff9c-4674-8602-2ecb89bf0c13", +Cell[329060, 5958, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7022e64e-ff9c-4674-8602-2ecb89bf0c13", CellID->1194386356], -Cell[329245, 5961, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f50a045a-37df-4dfe-9cdc-557769a02354", +Cell[329282, 5964, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f50a045a-37df-4dfe-9cdc-557769a02354", CellID->1641706272], -Cell[329460, 5966, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4ee2b849-1685-4942-a0f8-d473a2093aee", +Cell[329497, 5969, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4ee2b849-1685-4942-a0f8-d473a2093aee", CellID->399251956], -Cell[329689, 5972, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fd0e296e-3e90-4824-a14b-4ea6738cfb6a", +Cell[329726, 5975, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fd0e296e-3e90-4824-a14b-4ea6738cfb6a", CellID->821434655] }, Open ]], -Cell[329926, 5978, 78, 0, 70, "FooterCell",ExpressionUUID->"c8e464ad-a64c-4df4-b05c-d83dd2fde19d"] +Cell[329963, 5981, 78, 0, 70, "FooterCell",ExpressionUUID->"5e0d80ed-e289-4cf7-ae98-0e9ea6433fb7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaMaxExcessBalanced.nb b/Documentation/English/ReferencePages/Symbols/ParaMaxExcessBalanced.nb index 45ce907..97e70fc 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaMaxExcessBalanced.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaMaxExcessBalanced.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 344093, 6287] -NotebookOptionsPosition[ 332849, 6066] -NotebookOutlinePosition[ 335168, 6123] -CellTagsIndexPosition[ 335081, 6118] +NotebookDataLength[ 344116, 6288] +NotebookOptionsPosition[ 332887, 6069] +NotebookOutlinePosition[ 335224, 6126] +CellTagsIndexPosition[ 335137, 6121] WindowTitle->ParaMaxExcessBalanced WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2a799d25-1f6a-4504-9c30-75764320c33f"], + "4d68a338-2368-4708-9d4a-5310017da95a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "30de1d38-0d79-4ba4-a539-d94c138f37dd"], + "f2377ed6-6608-47a0-98b6-e1c64519adce"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e6658fb-9651-4411-94e9-69358a2e75fb"] - }],ExpressionUUID->"03f38a5e-d543-47a4-bac7-ea1383e2ea69"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "307abd95-0a3e-4da9-a0a8-8a89c4bc6eb6"] + }],ExpressionUUID->"730508c1-3ca2-401d-bda0-14d1f87619e4"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "20d10cb5-d751-4a03-9615-68dfcbbefe1f"], + "9dabffad-f26d-4f12-bb69-ccc5266ce9a4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "944b31e4-ceca-4758-a8d2-8a58122ce940"] - }],ExpressionUUID->"f2672918-a13a-4001-9ae5-643f1f598acd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8752d42f-8254-4327-9926-e813734c2768"] + }],ExpressionUUID->"25eb3479-30ca-4a8f-8024-6d135a08c458"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "72aba5c6-8b2a-4a0f-af76-d26b3bcc99a9"], + "33e8c2ec-125b-45e9-a92d-783d6c4259bf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4a830fbc-250b-4f53-9c46-b8f1658e8da0"] - }],ExpressionUUID->"6f4a009d-f00b-45d1-9477-3e0e98f817f6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4ccdf95b-9e15-4155-93bc-161300faceac"] + }],ExpressionUUID->"dd3b8efa-3ebd-4283-9394-4d66fed163ec"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f148c827-d47c-4d15-bcfd-7be9f2826839"], + "33b747a5-efec-4929-912e-11fb031eef29"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "49d9d6a8-c460-4d4b-a52c-91b359c3f3c3"] - }],ExpressionUUID->"b3de41f7-2c0d-438e-bd85-8a62045ecf44"], - StripOnInput->False], {"\<\"TUG/ref/ParaMaxExcessBalanced\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaMaxExcessBalanced"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "862782d4-6ff5-45aa-8f8e-d7749f52f0d0"] + }],ExpressionUUID->"b77db97f-d00b-4e21-aece-1ba9838367a2"], + StripOnInput->False],{ + "\"TUG/ref/ParaMaxExcessBalanced\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaMaxExcessBalanced"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaMaxExcessBalanced.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$140192], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaMaxExcessBalanced" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$150746], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaMaxExcessBalanced" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "533baef8-627d-48e8-add1-71af9c992ffa"] + "a5269764-3faa-4624-b65a-e8c30a92160f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4830f8d8-edd9-4247-9566-cc3ea3b7e53d"]} + "c6fc9894-1461-4c8a-bb6c-975f050c6cfe"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"15a0ec49-8571-4979-a7bf-c3d8d541e36c"], + CellID->1,ExpressionUUID->"d9b060b6-b0c4-4833-8ee5-39331f0a5c5a"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"988c1ac7-80f3-4196-9c88-205e6240bd93"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"f4d721b8-6289-491d-8e41-5f5875656ded"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaMaxExcessBalanced", "ObjectName",ExpressionUUID-> - "ca5f764b-8b7a-4033-beae-889efc0bfc99"], + "77458c5f-deb8-4826-819b-6ded4962aec3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1970c884-227c-49cf-b18c-c20d469316c8"], + "Spacer1"]],ExpressionUUID->"7000d97d-0485-4bd9-8f80-b550e83a4b7a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ee4fc241-7906-49f2-9447-05a401a3df08"] - }],ExpressionUUID->"0e89a3c0-44b5-4b27-bc51-fdcd832c31b2"], Cell[BoxData[ + "d0293f81-129a-413d-9365-a878bf5591be"] + }],ExpressionUUID->"c7d0b62f-147a-471c-a6a9-d88e41086994"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c140d99d-4726-42e2-8601-7cb45de16e11"]} + "55a6d955-52ba-491b-97f8-607435736d49"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"361dfec0-98e4-42c6-9bb6-473a417cb677"], + CacheGraphics->False,ExpressionUUID->"6a06ef38-5e5b-4fcf-a5e2-bd23d321e40a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +248,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " are balanced for all possible pair of players." - }],ExpressionUUID->"38313a00-8029-429b-b339-cbf2d2d0ab13"]}, + }],ExpressionUUID->"bced68ef-ccac-4a36-a557-7f5d70c3081b"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaMaxExcessBalanced", "[", @@ -252,7 +258,7 @@ pre-imputation ", "e411312f-2571-4281-9b4a-1f66d5a0a5f5"], " \[LineSeparator]to set a different a error term for approximating \ rational numbers." - }],ExpressionUUID->"9acd331c-3329-4e51-aeb4-86e9bd8704ac"]} + }],ExpressionUUID->"eec49432-006e-4b70-a6f8-f92680e98962"]} }]], "Usage", CellID->90501967,ExpressionUUID->"ff28a1a6-1afa-40f0-b47d-c2199c48dc5a"] }, Open ]], @@ -285,12 +291,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a9b41b50-05de-447d-887b-36ab682ad0e1"], + ExpressionUUID->"6f9bbe89-8db1-45b4-82e2-8165de129072"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"65290c88-32ff-45e5-be1b-2969ec222a85"], + "Spacer1"]],ExpressionUUID->"306af227-41e9-4edf-b1b2-6c2f252ffcb3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"91847e84-8e70-4335-ac2c-b6d0e83510cb"], + }], "NotesFrameText",ExpressionUUID->"11669c11-32bd-4788-a1e8-25c12f1e876e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +307,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a20b9c87-2005-470d-96e3-064aae56a706"]], \ + "Preemptive"]],ExpressionUUID->"cf99b1a7-3399-46fa-bde5-283ff3b22993"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1312941252,ExpressionUUID->"0e8f3fee-4b35-43dc-8b9a-b6222a4396cf"], + CellID->2116054475,ExpressionUUID->"e2519d99-11be-41dc-ac3f-1433c77ec87e"], Cell[TextData[{ "The input expression ", @@ -384,7 +390,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b6a30bc9-78c8-4ee1-8967-c26d8b6a51fe"], + "a6b1325e-6581-4309-92fb-0e614cdefd73"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -448,19 +454,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"91a46dab-1c61-4e38-be10-d72a3dc198fa"], + ExpressionUUID->"ddc4185e-e3ec-4921-9e67-dd1b9d263f5e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3b795ea9-86e7-4c59-8556-6a2ed472bcbb"], + "Spacer1"]],ExpressionUUID->"c3b49b2f-c3c3-4580-a2d9-bbf12b364c12"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2506703e-5bc8-434b-b4e3-b9a329f64a56"] + "7a2e5185-a393-4a6c-adfe-dfe3201f327f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1933349337,ExpressionUUID->"498ae53d-54cf-4cf1-a228-22415afd9211"], + CellID->1372402489,ExpressionUUID->"90258a63-8899-4c5c-b9dd-f8a6623fa5aa"], Cell[CellGroupData[{ @@ -489,18 +495,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81998e18-7d9b-41d5-aa55-5e6a7330c1ee"], + ExpressionUUID->"4831020e-b935-463b-928d-73fd91703d37"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4e993557-81e0-466c-9570-88e516560b1b"], + "Spacer1"]],ExpressionUUID->"e61234a3-e141-4223-b32d-2ff7ae620dfa"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4adef905-e38e-414e-97a9-9735d9158248"] + "8a506008-bfc3-442a-813d-68942dd26b94"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1728620161,ExpressionUUID->"2a18be5f-7721-472f-8eb1-7192566f65f5"], + CellID->1127384689,ExpressionUUID->"a1781249-1244-4550-81e2-0568b452f293"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1263617143,ExpressionUUID->"554abd11-ce0f-432a-aafb-5d0e9b04e8df"], @@ -5768,8 +5774,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5917,15 +5921,15 @@ Cell[BoxData[GridBox[{ "e6fba9d5-5eed-42b2-9630-43d37e25fe20"] }], "SeeAlso",ExpressionUUID->"d7e70aac-b8c8-4589-82b4-4d4fce30e3f8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"374aeeeb-4a4f-41e2-9c94-\ -bd886ef2b63e"], + }]], "SeeAlsoSection",ExpressionUUID->"29a32c2e-f11b-44f7-9698-\ +34fcaecdb122"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5937,9 +5941,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e5e29b6a-f54d-4c04-bd1f-72e17e0c3224"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7acf0745-a20f-4718-bee6-\ -0062ccd6178c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3ffeffe6-1bb7-430e-8c5b-\ +8141895d128d"], Cell[BoxData[GridBox[{ { @@ -5956,7 +5959,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dafad9e1-9012-4754-ad49-ab79ccab57d7"]}]}, + "12ded23c-4e1e-44a9-a74d-8f141428e0e2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5964,10 +5967,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "70fb5218-b0b0-4ffa-a0ba-55dbd1ac3820"]}]} + "54de28ac-2569-4de8-95f3-3f991ef84a1a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"bf038a29-3b08-4131-a644-\ -868d3e5cc2c0"], + }]], "MoreAboutSection",ExpressionUUID->"465f763e-83e9-4e8b-8ca1-\ +c936f3c8b6c2"], Cell[BoxData[GridBox[{ { @@ -5994,7 +5997,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c7efbd05-64b3-4bac-a6eb-c6fcc587c646"]], "RelatedLinks", + "9312b501-a577-4085-828e-3384e4711ea9"]], "RelatedLinks", ExpressionUUID->"20980929-b5f5-4227-8862-b5b3f4fdefb6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6011,7 +6014,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f71b7931-2ad8-499e-93e9-982c7158cb90"]], "RelatedLinks", + "5a98a2ef-7f79-4248-8da9-356261b9e0ad"]], "RelatedLinks", ExpressionUUID->"d54a8cb2-9572-438f-aaa0-1194c134c043"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6028,11 +6031,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c727733e-7a63-465f-b7d3-af94291578c5"]], "RelatedLinks", + "57d01751-4504-4bdb-b615-b4e3edac48e6"]], "RelatedLinks", ExpressionUUID->"6379ee0b-0b5a-4701-9849-2dfd11c80f44"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9bd97917-63d1-4cdf-97fc-\ -c65f3d9deb0d"], + }]], "RelatedLinksSection",ExpressionUUID->"24fcdef0-2da1-4b8a-ba6c-\ +6fe1f38b3c49"], Cell[CellGroupData[{ @@ -6062,11 +6065,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8bfe4eeb-5ff3-4881-9881-49a3e650281c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"231c6861-15d7-44fd-a1cb-05357c132064"] +Cell[" ", "FooterCell",ExpressionUUID->"62f04538-cf64-4928-9953-803c41ea8e91"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaMaxExcessBalanced", TaggingRules->{ @@ -6077,7 +6080,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 53.909912}", + "built" -> "{2024, 6, 3, 16, 54, 28.586463}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6088,10 +6091,10 @@ w.r.t. the pre-imputation payoff are balanced for all possible pair of \ players. ParaMaxExcessBalanced[game, payoff, options] to set a different a \ error term for approximating rational numbers.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaMaxExcessBalanced", "titlemodifier" -> - "", "windowtitle" -> "ParaMaxExcessBalanced", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaMaxExcessBalanced"}}, + "", "metadescription" -> "", "windowtitle" -> "ParaMaxExcessBalanced", + "type" -> "Symbol", "uri" -> "TUG/ref/ParaMaxExcessBalanced"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6100,9 +6103,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"dca12d73-a032-4d93-a954-3114098cb1c1" +ExpressionUUID->"7273a0fc-0467-4035-ab8d-ffdb39d99ece" ] (* End of Notebook Content *) @@ -6110,185 +6113,183 @@ ExpressionUUID->"dca12d73-a032-4d93-a954-3114098cb1c1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16392, 425, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"498ae53d-54cf-4cf1-a228-22415afd9211", + Cell[16464, 431, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"90258a63-8899-4c5c-b9dd-f8a6623fa5aa", CellTags->"PrimaryExamplesSection", - CellID->1933349337]} + CellID->1372402489]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 334880, 6111} + {"PrimaryExamplesSection", 334936, 6114} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7167, 168, 56, "AnchorBarGrid",ExpressionUUID->"15a0ec49-8571-4979-a7bf-c3d8d541e36c", +Cell[593, 21, 7239, 174, 57, "AnchorBarGrid",ExpressionUUID->"d9b060b6-b0c4-4833-8ee5-39331f0a5c5a", CellID->1], -Cell[7763, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"988c1ac7-80f3-4196-9c88-205e6240bd93"], +Cell[7835, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"f4d721b8-6289-491d-8e41-5f5875656ded"], Cell[CellGroupData[{ -Cell[7886, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"361dfec0-98e4-42c6-9bb6-473a417cb677"], -Cell[9184, 232, 1062, 24, 187, "Usage",ExpressionUUID->"ff28a1a6-1afa-40f0-b47d-c2199c48dc5a", +Cell[7958, 201, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"6a06ef38-5e5b-4fcf-a5e2-bd23d321e40a"], +Cell[9256, 238, 1062, 24, 186, "Usage",ExpressionUUID->"ff28a1a6-1afa-40f0-b47d-c2199c48dc5a", CellID->90501967] }, Open ]], Cell[CellGroupData[{ -Cell[10283, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"0e8f3fee-4b35-43dc-8b9a-b6222a4396cf", +Cell[10355, 267, 1895, 47, 37, "NotesSection",ExpressionUUID->"e2519d99-11be-41dc-ac3f-1433c77ec87e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1312941252], -Cell[12181, 310, 782, 20, 57, "]]",ExpressionUUID->"df93f361-0d79-4da9-81f0-2599c5b5432b", + CellID->2116054475], +Cell[12253, 316, 782, 20, 57, "]]",ExpressionUUID->"df93f361-0d79-4da9-81f0-2599c5b5432b", CellID->209133038], -Cell[12966, 332, 516, 13, 37, "Notes",ExpressionUUID->"c5a21cd4-a071-4c80-922f-ade2e1c3869c", +Cell[13038, 338, 516, 13, 38, "Notes",ExpressionUUID->"c5a21cd4-a071-4c80-922f-ade2e1c3869c", CellID->1127933361], -Cell[13485, 347, 308, 5, 57, "Notes",ExpressionUUID->"89fd9a3d-0072-451c-bd24-a8b0bed415a9", +Cell[13557, 353, 308, 5, 57, "Notes",ExpressionUUID->"89fd9a3d-0072-451c-bd24-a8b0bed415a9", CellID->2002985372], -Cell[13796, 354, 172, 3, 36, "Notes",ExpressionUUID->"d4d46be3-966d-4843-8128-886c4e919a53", +Cell[13868, 360, 172, 3, 36, "Notes",ExpressionUUID->"d4d46be3-966d-4843-8128-886c4e919a53", CellID->1635394970], -Cell[13971, 359, 539, 11, 80, "Notes",ExpressionUUID->"a3498014-7266-479d-a793-0fff52d77bc1", +Cell[14043, 365, 539, 11, 82, "Notes",ExpressionUUID->"a3498014-7266-479d-a793-0fff52d77bc1", CellID->918787446], -Cell[14513, 372, 199, 4, 36, "Notes",ExpressionUUID->"0cd47e6d-1fa2-43d2-897e-913d773bd2aa", +Cell[14585, 378, 199, 4, 36, "Notes",ExpressionUUID->"0cd47e6d-1fa2-43d2-897e-913d773bd2aa", CellID->1294814655], -Cell[14715, 378, 271, 4, 49, "Notes",ExpressionUUID->"b1161bc4-464f-4582-bc46-489ad948b500", +Cell[14787, 384, 271, 4, 48, "Notes",ExpressionUUID->"b1161bc4-464f-4582-bc46-489ad948b500", CellID->413706936], -Cell[14989, 384, 702, 16, 42, "3ColumnTableMod",ExpressionUUID->"77323585-0617-42b0-8803-9dd3f6fc7923", +Cell[15061, 390, 702, 16, 43, "3ColumnTableMod",ExpressionUUID->"77323585-0617-42b0-8803-9dd3f6fc7923", CellID->898439062], -Cell[15694, 402, 571, 17, 37, "Notes",ExpressionUUID->"92fdb8cc-8dbc-490d-80d4-57a77c43928f", +Cell[15766, 408, 571, 17, 38, "Notes",ExpressionUUID->"92fdb8cc-8dbc-490d-80d4-57a77c43928f", CellID->900904482] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16392, 425, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"498ae53d-54cf-4cf1-a228-22415afd9211", +Cell[16464, 431, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"90258a63-8899-4c5c-b9dd-f8a6623fa5aa", CellTags->"PrimaryExamplesSection", - CellID->1933349337], + CellID->1372402489], Cell[CellGroupData[{ -Cell[17838, 466, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2a18be5f-7721-472f-8eb1-7192566f65f5", - CellID->1728620161], -Cell[19240, 504, 150, 1, 70, "ExampleText",ExpressionUUID->"554abd11-ce0f-432a-aafb-5d0e9b04e8df", +Cell[17910, 472, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a1781249-1244-4550-81e2-0568b452f293", + CellID->1127384689], +Cell[19312, 510, 150, 1, 70, "ExampleText",ExpressionUUID->"554abd11-ce0f-432a-aafb-5d0e9b04e8df", CellID->1263617143], -Cell[19393, 507, 184, 4, 70, "Input",ExpressionUUID->"8c7223a3-ee02-4c36-be42-d8da3220211b", +Cell[19465, 513, 184, 4, 70, "Input",ExpressionUUID->"8c7223a3-ee02-4c36-be42-d8da3220211b", CellID->2038429865], Cell[CellGroupData[{ -Cell[19602, 515, 137, 2, 70, "Input",ExpressionUUID->"37ecca9b-8473-42d3-a6a3-d2c5d8a38ce3", +Cell[19674, 521, 137, 2, 70, "Input",ExpressionUUID->"37ecca9b-8473-42d3-a6a3-d2c5d8a38ce3", CellID->1899462418], -Cell[19742, 519, 158, 3, 36, "Output",ExpressionUUID->"b65512b0-ad6e-4e12-8ab2-41f5ab5397aa", +Cell[19814, 525, 158, 3, 36, "Output",ExpressionUUID->"b65512b0-ad6e-4e12-8ab2-41f5ab5397aa", CellID->1777131973] }, Open ]], -Cell[19915, 525, 118, 1, 70, "ExampleText",ExpressionUUID->"d7ef81b1-82bf-42a0-b19a-0f66ee002730", +Cell[19987, 531, 118, 1, 70, "ExampleText",ExpressionUUID->"d7ef81b1-82bf-42a0-b19a-0f66ee002730", CellID->439213172], Cell[CellGroupData[{ -Cell[20058, 530, 198, 4, 70, "Input",ExpressionUUID->"ac4df2a2-896a-47d4-a4c3-6d033c2d47a3", +Cell[20130, 536, 198, 4, 70, "Input",ExpressionUUID->"ac4df2a2-896a-47d4-a4c3-6d033c2d47a3", CellID->1185760873], Cell[CellGroupData[{ -Cell[20281, 538, 236, 4, 70, "Print",ExpressionUUID->"45669456-21b5-4cf4-829f-7de0b4c69e65", +Cell[20353, 544, 236, 4, 70, "Print",ExpressionUUID->"45669456-21b5-4cf4-829f-7de0b4c69e65", CellID->136440714], -Cell[20520, 544, 365, 8, 70, "Print",ExpressionUUID->"81d112a1-ae00-4015-a872-0d2451588b28", +Cell[20592, 550, 365, 8, 70, "Print",ExpressionUUID->"81d112a1-ae00-4015-a872-0d2451588b28", CellID->732201796], -Cell[20888, 554, 236, 4, 70, "Print",ExpressionUUID->"c0762d07-4eea-4ea4-a03e-c6af78a11005", +Cell[20960, 560, 236, 4, 70, "Print",ExpressionUUID->"c0762d07-4eea-4ea4-a03e-c6af78a11005", CellID->899595867], -Cell[21127, 560, 220, 3, 70, "Print",ExpressionUUID->"982ec905-f3fb-4582-8fac-6ee15a46c14d", +Cell[21199, 566, 220, 3, 70, "Print",ExpressionUUID->"982ec905-f3fb-4582-8fac-6ee15a46c14d", CellID->493440047], -Cell[21350, 565, 207, 3, 70, "Print",ExpressionUUID->"9a6b15ca-7eba-4eb5-a162-f2c6e602f2f9", +Cell[21422, 571, 207, 3, 70, "Print",ExpressionUUID->"9a6b15ca-7eba-4eb5-a162-f2c6e602f2f9", CellID->312920348], -Cell[21560, 570, 238, 4, 70, "Print",ExpressionUUID->"188acc71-4af1-437d-bb82-24cc0b2ed3c1", +Cell[21632, 576, 238, 4, 70, "Print",ExpressionUUID->"188acc71-4af1-437d-bb82-24cc0b2ed3c1", CellID->1412934890], -Cell[21801, 576, 220, 3, 70, "Print",ExpressionUUID->"dcecdc33-c5c0-46e1-990a-397ce81fa194", +Cell[21873, 582, 220, 3, 70, "Print",ExpressionUUID->"dcecdc33-c5c0-46e1-990a-397ce81fa194", CellID->452821769], -Cell[22024, 581, 237, 4, 70, "Print",ExpressionUUID->"df70da16-0ae4-456f-83e4-5f02461d4b3b", +Cell[22096, 587, 237, 4, 70, "Print",ExpressionUUID->"df70da16-0ae4-456f-83e4-5f02461d4b3b", CellID->1771397554], -Cell[22264, 587, 237, 4, 70, "Print",ExpressionUUID->"f5ace0cf-2b10-4f39-9664-03b1576cf191", +Cell[22336, 593, 237, 4, 70, "Print",ExpressionUUID->"f5ace0cf-2b10-4f39-9664-03b1576cf191", CellID->1176697488], -Cell[22504, 593, 208, 3, 70, "Print",ExpressionUUID->"f02296dc-ea96-4799-abb9-99e54bdeba79", +Cell[22576, 599, 208, 3, 70, "Print",ExpressionUUID->"f02296dc-ea96-4799-abb9-99e54bdeba79", CellID->1546646235], -Cell[22715, 598, 236, 4, 70, "Print",ExpressionUUID->"513f3225-9488-4e7e-b142-89446ee57923", +Cell[22787, 604, 236, 4, 70, "Print",ExpressionUUID->"513f3225-9488-4e7e-b142-89446ee57923", CellID->470569267] }, Open ]] }, Open ]], -Cell[22978, 606, 134, 1, 70, "ExampleText",ExpressionUUID->"753226f3-5aed-4b24-9025-471fe0f4999c", +Cell[23050, 612, 134, 1, 70, "ExampleText",ExpressionUUID->"753226f3-5aed-4b24-9025-471fe0f4999c", CellID->1828423590], -Cell[23115, 609, 182, 4, 70, "Input",ExpressionUUID->"fa75f8c5-49f7-49ba-be98-748a40b2727d", +Cell[23187, 615, 182, 4, 70, "Input",ExpressionUUID->"fa75f8c5-49f7-49ba-be98-748a40b2727d", CellID->855324473], -Cell[23300, 615, 316, 10, 70, "Input",ExpressionUUID->"8d5dd806-cf9f-4a51-a377-3f047d6b05f4", +Cell[23372, 621, 316, 10, 70, "Input",ExpressionUUID->"8d5dd806-cf9f-4a51-a377-3f047d6b05f4", CellID->814412797], -Cell[23619, 627, 198, 5, 70, "Input",ExpressionUUID->"f05bced9-b6ed-482e-85c2-eca54e7e8229", +Cell[23691, 633, 198, 5, 70, "Input",ExpressionUUID->"f05bced9-b6ed-482e-85c2-eca54e7e8229", CellID->130628995], -Cell[23820, 634, 229, 6, 70, "Input",ExpressionUUID->"07cd469f-6a1f-4a3f-9633-dd2e4c401818", +Cell[23892, 640, 229, 6, 70, "Input",ExpressionUUID->"07cd469f-6a1f-4a3f-9633-dd2e4c401818", CellID->1220659692], Cell[CellGroupData[{ -Cell[24074, 644, 158, 3, 70, "Input",ExpressionUUID->"38643468-d6f0-4641-ae68-3e5c77426b72", +Cell[24146, 650, 158, 3, 70, "Input",ExpressionUUID->"38643468-d6f0-4641-ae68-3e5c77426b72", CellID->721748264], -Cell[24235, 649, 157, 3, 36, "Output",ExpressionUUID->"10b2791c-a9ed-4ddc-bbe1-54cf3fe950f7", +Cell[24307, 655, 157, 3, 36, "Output",ExpressionUUID->"10b2791c-a9ed-4ddc-bbe1-54cf3fe950f7", CellID->83296909] }, Open ]], -Cell[24407, 655, 342, 9, 70, "Input",ExpressionUUID->"7e7e43d2-7739-4705-b38d-7ef1e57bf7c5", +Cell[24479, 661, 342, 9, 70, "Input",ExpressionUUID->"7e7e43d2-7739-4705-b38d-7ef1e57bf7c5", CellID->208423528], Cell[CellGroupData[{ -Cell[24774, 668, 131, 2, 70, "Input",ExpressionUUID->"66deb57a-e28f-4a09-8689-203ac528ad27", +Cell[24846, 674, 131, 2, 70, "Input",ExpressionUUID->"66deb57a-e28f-4a09-8689-203ac528ad27", CellID->1077274110], -Cell[24908, 672, 165, 3, 36, "Output",ExpressionUUID->"04cb8ebf-2f2b-4d0f-b1b0-3f79b7ede9a1", +Cell[24980, 678, 165, 3, 36, "Output",ExpressionUUID->"04cb8ebf-2f2b-4d0f-b1b0-3f79b7ede9a1", CellID->488764775] }, Open ]], -Cell[25088, 678, 238, 6, 70, "Input",ExpressionUUID->"b6e7b974-e35c-4948-94a8-5b2b5e43db08", +Cell[25160, 684, 238, 6, 70, "Input",ExpressionUUID->"b6e7b974-e35c-4948-94a8-5b2b5e43db08", CellID->137700049], -Cell[25329, 686, 191, 4, 70, "ExampleText",ExpressionUUID->"61d617bf-68c1-4e82-92da-6647a98fa408", +Cell[25401, 692, 191, 4, 70, "ExampleText",ExpressionUUID->"61d617bf-68c1-4e82-92da-6647a98fa408", CellID->1087490721], Cell[CellGroupData[{ -Cell[25545, 694, 180, 3, 70, "Input",ExpressionUUID->"af22b025-0f8f-4bf6-a238-70209b43f333", +Cell[25617, 700, 180, 3, 70, "Input",ExpressionUUID->"af22b025-0f8f-4bf6-a238-70209b43f333", CellID->1221320057], -Cell[25728, 699, 247, 6, 51, "Output",ExpressionUUID->"9fadb5da-90c7-44ac-b3a1-f9af4064e2a5", +Cell[25800, 705, 247, 6, 50, "Output",ExpressionUUID->"9fadb5da-90c7-44ac-b3a1-f9af4064e2a5", CellID->2129972474] }, Open ]], -Cell[25990, 708, 151, 1, 70, "ExampleText",ExpressionUUID->"0a45ba11-52bc-4a67-83f0-77f4b7fe2b58", +Cell[26062, 714, 151, 1, 70, "ExampleText",ExpressionUUID->"0a45ba11-52bc-4a67-83f0-77f4b7fe2b58", CellID->1156242910], Cell[CellGroupData[{ -Cell[26166, 713, 290, 7, 70, "Input",ExpressionUUID->"490339d3-43e1-43f3-87f3-94df3fd1cbc1", +Cell[26238, 719, 290, 7, 70, "Input",ExpressionUUID->"490339d3-43e1-43f3-87f3-94df3fd1cbc1", CellID->2055668415], -Cell[26459, 722, 572, 16, 51, "Output",ExpressionUUID->"c49997f3-e643-45ae-80ce-2fcf075077a7", +Cell[26531, 728, 572, 16, 51, "Output",ExpressionUUID->"c49997f3-e643-45ae-80ce-2fcf075077a7", CellID->406847338] }, Open ]], -Cell[27046, 741, 177, 3, 70, "ExampleText",ExpressionUUID->"45840b63-b6c6-4869-85d1-8ec929283d94", +Cell[27118, 747, 177, 3, 70, "ExampleText",ExpressionUUID->"45840b63-b6c6-4869-85d1-8ec929283d94", CellID->1805975264], Cell[CellGroupData[{ -Cell[27248, 748, 330, 8, 70, "Input",ExpressionUUID->"f9d59827-de99-44c1-8dd8-0738654205e7", +Cell[27320, 754, 330, 8, 70, "Input",ExpressionUUID->"f9d59827-de99-44c1-8dd8-0738654205e7", CellID->1277219501], -Cell[27581, 758, 212, 5, 36, "Output",ExpressionUUID->"7f8e1d6c-159b-4226-9ee6-a9a0d9aa1e3a", +Cell[27653, 764, 212, 5, 36, "Output",ExpressionUUID->"7f8e1d6c-159b-4226-9ee6-a9a0d9aa1e3a", CellID->799187014] }, Open ]], -Cell[27808, 766, 150, 1, 70, "ExampleText",ExpressionUUID->"8415f96f-c990-4728-b530-cc73eb9e7af4", +Cell[27880, 772, 150, 1, 70, "ExampleText",ExpressionUUID->"8415f96f-c990-4728-b530-cc73eb9e7af4", CellID->464739210], Cell[CellGroupData[{ -Cell[27983, 771, 331, 8, 70, "Input",ExpressionUUID->"edc5910b-2f83-4607-9eb7-81fa86b1f678", +Cell[28055, 777, 331, 8, 70, "Input",ExpressionUUID->"edc5910b-2f83-4607-9eb7-81fa86b1f678", CellID->1285392472], -Cell[28317, 781, 212, 5, 36, "Output",ExpressionUUID->"55be9c93-6746-42db-905c-c72de3da6ef4", +Cell[28389, 787, 212, 5, 36, "Output",ExpressionUUID->"55be9c93-6746-42db-905c-c72de3da6ef4", CellID->844522643] }, Open ]], -Cell[28544, 789, 293, 5, 70, "ExampleText",ExpressionUUID->"c711ab62-ceaf-43e8-9bbf-7dc45b1913d7", +Cell[28616, 795, 293, 5, 70, "ExampleText",ExpressionUUID->"c711ab62-ceaf-43e8-9bbf-7dc45b1913d7", CellID->759647519], -Cell[28840, 796, 145, 1, 70, "ExampleText",ExpressionUUID->"1ea3ae70-7ed1-4831-91e8-e989bbb5832f", +Cell[28912, 802, 145, 1, 70, "ExampleText",ExpressionUUID->"1ea3ae70-7ed1-4831-91e8-e989bbb5832f", CellID->1223110934], Cell[CellGroupData[{ -Cell[29010, 801, 160, 3, 70, "Input",ExpressionUUID->"354b15eb-34bf-4469-8d85-e6afa4c59a9c", +Cell[29082, 807, 160, 3, 70, "Input",ExpressionUUID->"354b15eb-34bf-4469-8d85-e6afa4c59a9c", CellID->1566271648], -Cell[29173, 806, 292813, 4955, 70, "Output",ExpressionUUID->"9a063928-6b66-4c8f-be9e-e1094a626992", +Cell[29245, 812, 292813, 4955, 70, "Output",ExpressionUUID->"9a063928-6b66-4c8f-be9e-e1094a626992", CellID->443653063] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[322300, 5776, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"29a32c2e-f11b-44f7-9698-34fcaecdb122"], +Cell[327806, 5926, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3ffeffe6-1bb7-430e-8c5b-8141895d128d"], +Cell[328479, 5946, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"465f763e-83e9-4e8b-8ca1-c936f3c8b6c2"], +Cell[329515, 5974, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"24fcdef0-2da1-4b8a-ba6c-6fe1f38b3c49"], Cell[CellGroupData[{ -Cell[322250, 5772, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"374aeeeb-4a4f-41e2-9c94-bd886ef2b63e"], -Cell[327756, 5922, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7acf0745-a20f-4718-bee6-0062ccd6178c"] -}, Open ]], -Cell[328441, 5943, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bf038a29-3b08-4131-a644-868d3e5cc2c0"], -Cell[329477, 5971, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"9bd97917-63d1-4cdf-97fc-c65f3d9deb0d"], -Cell[CellGroupData[{ -Cell[331723, 6038, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ad3d0920-4369-4232-8cb7-ee3f270a6342", +Cell[331761, 6041, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ad3d0920-4369-4232-8cb7-ee3f270a6342", CellID->2135167160], -Cell[331864, 6041, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a910ee6d-d9f3-44a5-bccd-4c42de72de3c", +Cell[331902, 6044, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a910ee6d-d9f3-44a5-bccd-4c42de72de3c", CellID->1194386356], -Cell[332086, 6047, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9582f32c-1b4a-4190-b4a0-9c0a8bc6b9ae", +Cell[332124, 6050, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9582f32c-1b4a-4190-b4a0-9c0a8bc6b9ae", CellID->1641706272], -Cell[332301, 6052, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3e1bc85-af6a-4977-9d6d-a76dad581e1a", +Cell[332339, 6055, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a3e1bc85-af6a-4977-9d6d-a76dad581e1a", CellID->399251956], -Cell[332530, 6058, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8bfe4eeb-5ff3-4881-9881-49a3e650281c", +Cell[332568, 6061, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8bfe4eeb-5ff3-4881-9881-49a3e650281c", CellID->821434655] }, Open ]], -Cell[332767, 6064, 78, 0, 70, "FooterCell",ExpressionUUID->"231c6861-15d7-44fd-a1cb-05357c132064"] +Cell[332805, 6067, 78, 0, 70, "FooterCell",ExpressionUUID->"62f04538-cf64-4928-9953-803c41ea8e91"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaMaxSurplus.nb b/Documentation/English/ReferencePages/Symbols/ParaMaxSurplus.nb index a2d1190..d607efd 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaMaxSurplus.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaMaxSurplus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 342911, 6271] -NotebookOptionsPosition[ 331800, 6050] -NotebookOutlinePosition[ 333952, 6105] -CellTagsIndexPosition[ 333865, 6100] +NotebookDataLength[ 342919, 6272] +NotebookOptionsPosition[ 331820, 6052] +NotebookOutlinePosition[ 333995, 6108] +CellTagsIndexPosition[ 333908, 6103] WindowTitle->ParaMaxSurplus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1c289fa5-319d-4b42-95a7-406b8e9dc68f"], + "08b974de-8ba0-41dc-8891-a726888e0f0b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c8b5ecd9-f61b-415f-8fd0-5b57cc0367d2"], + "e98a2fb5-b6e5-46b1-af35-7e2a26e9537d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8ef1af38-e3e2-4e68-b000-213ed1d3f3c2"] - }],ExpressionUUID->"b26e6105-84bc-46e4-a277-afb967e23fdc"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "6307d0b0-bfec-4838-823a-2c46f18c4dc0"] + }],ExpressionUUID->"49d6939d-e959-48bb-b165-3c8146714077"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9de5d3a6-0823-46a3-beee-901680abf0ea"], + "57b9e871-d0e3-421b-ad8f-39dc4ad6aa4e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d58444f0-7b91-4521-aab6-3729977b1a39"] - }],ExpressionUUID->"b4bb1d2a-42d7-4d1c-9ee4-84c9e0e598d3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "bd4d46aa-d559-40f3-934a-831f23bd4c19"] + }],ExpressionUUID->"a4216d89-b84a-4646-b44b-5ce5d0162b7b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e315fe5a-f24b-40e5-8f08-43ba4b1798e1"], + "b88d72e2-fdd2-4fe1-ab12-d8964deb7807"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "efdfc10c-a4cd-4f9e-86bf-40d8fd7d6343"] - }],ExpressionUUID->"66fd2900-57c5-47aa-ad4f-f6b155db2a94"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "934a1cc0-5770-41c8-9946-a67ab309887b"] + }],ExpressionUUID->"54299fc0-4eca-4574-9fc3-c5e74b8b7349"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8e24793b-a64a-4ce6-bc84-20de933adfde"], + "1eafe00d-f6a7-491b-8f31-a85588a1bf24"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b6bcc67e-6ac4-4814-b22a-be1a2256f369"] - }],ExpressionUUID->"88ed1774-49f1-45e7-87ec-f19d060338f9"], - StripOnInput->False], {"\<\"TUG/ref/ParaMaxSurplus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaMaxSurplus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9d71ca37-852b-41d8-b3c8-fe6caff90936"] + }],ExpressionUUID->"8ee31fa1-c202-49bb-ae78-2069bad6651a"], + StripOnInput->False],{ + "\"TUG/ref/ParaMaxSurplus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaMaxSurplus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaMaxSurplus.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$140808], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaMaxSurplus" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$151396], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaMaxSurplus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "44bbab11-cf70-4620-9571-08a25f110646"] + "62b5b638-9db4-4c72-abdf-5bd37c084616"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6c5d669e-3a22-4905-84b9-7ab4e40a8163"]} + "232f214e-ba56-42d8-8041-4860c6b515ff"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"62ec0e0f-2012-4cb8-bc83-d91fff356e20"], + CellID->1,ExpressionUUID->"9ca176f7-77d3-4c64-bf7f-1d636d85e51f"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"850b47b0-4735-4484-89c1-49697072476a"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"929f8f6d-acf1-4e67-8f2e-b6021a8acaeb"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaMaxSurplus", "ObjectName",ExpressionUUID-> - "01998288-5db1-488e-83b0-1649942682a7"], + "812b7cba-6dfb-406e-91ae-a6d01aeb3f97"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a5e95a10-6fc3-4750-9314-6fa9c0e29139"], + "Spacer1"]],ExpressionUUID->"1411a094-e90a-430d-b413-930df1e030cf"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1d176569-bc9a-45ad-80a6-4b59d0f962f1"] - }],ExpressionUUID->"dee4db39-a308-496e-a04b-038d90ad064e"], Cell[BoxData[ + "a694f76c-139f-4a33-8d60-ac193d2a6c42"] + }],ExpressionUUID->"b2d707df-0b74-4c54-a8c6-a2f530a6a2c7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c9966f19-182c-42a8-bcdf-5fea215392d7"]} + "fb676337-6321-4db1-9811-f16dd3693ea8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b7f8b9d6-cf19-4f72-9b4e-628a88d8aa2c"], + CacheGraphics->False,ExpressionUUID->"9ade968c-38e4-4ba4-8fd4-7fbe5ec3ca25"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ j with respect to the imputation ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"6e649ff4-9839-4a63-84b7-467ee08b368e"]} + }],ExpressionUUID->"c1641efc-fe92-4b26-88e2-9660ee73bb11"]} }]], "Usage", CellID->1371823216,ExpressionUUID->"d8102d24-aafd-457c-a8fd-0adb1b043bf9"] }, Open ]], @@ -276,12 +281,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2617662a-c7b3-449b-a8aa-ca16a3b52d16"], + ExpressionUUID->"385d91c3-f0ad-4885-aace-70a4d63dcc98"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fa2cb56e-3941-4c27-be9a-82cf46cb5ae8"], + "Spacer1"]],ExpressionUUID->"06b4279d-5ab5-4863-940e-2817222f1014"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3ee968a7-260a-4cf6-8067-882032edfd74"], + }], "NotesFrameText",ExpressionUUID->"7ef331b2-7253-41a3-9e71-587f0a8de442"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +297,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d08612c9-fbee-4630-8715-6f2871d5294d"]], \ + "Preemptive"]],ExpressionUUID->"69c36a6f-84ba-4b83-9dd8-219843371191"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1587882027,ExpressionUUID->"4f9ea0cd-f0d7-4e65-b83b-bedf5398484f"], + CellID->55158850,ExpressionUUID->"19452997-9800-4a33-aa69-bea44420370f"], Cell[TextData[{ "The input expression ", @@ -406,19 +411,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"719e3619-d9a7-4470-a8c7-3b8f10cbabb0"], + ExpressionUUID->"e9e7b024-237b-4440-8c3b-1b25bd2ae434"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"569a590e-f257-46c9-b16c-e6c6467d6ccc"], + "Spacer1"]],ExpressionUUID->"7bf418a3-d0cc-4e95-b617-917468c33b7a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c630e707-68f5-4be9-b949-03a1684827f0"] + "886042ef-e6ed-4a32-9388-2024948bcc3d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2057086354,ExpressionUUID->"23908086-4c11-4603-af8f-b1575c7d7ee2"], + CellID->2126020454,ExpressionUUID->"bbbd5e33-1dc2-422f-bf3a-ee1c32771288"], Cell[CellGroupData[{ @@ -447,18 +452,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9cbd352f-282c-4c0f-9585-647f2bb8152f"], + ExpressionUUID->"26f550f0-5de4-42af-b16e-15321c1f940a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"770949e9-fdf7-4217-9ff4-727425a39600"], + "Spacer1"]],ExpressionUUID->"e45e42ab-6a20-4a1c-8de4-9baa340bead4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a2984b5d-e20d-4eaf-8f42-855a670a9fd2"] + "02d5ccf6-2972-4f50-8e9f-1991b6426202"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->685390163,ExpressionUUID->"7ed9eaa3-1d29-4e59-b3f3-403a98ed9cc3"], + CellID->904452009,ExpressionUUID->"e1fde41a-2afd-4e04-a40a-79d7de616a2f"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->2070940149,ExpressionUUID->"b8e9564f-3a1d-4a60-b924-ca3903d3a6bd"], @@ -5752,8 +5757,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5901,15 +5904,15 @@ Cell[BoxData[GridBox[{ "801968e6-16c5-4ce7-9077-d58e8a43fcb5"] }], "SeeAlso",ExpressionUUID->"95859a4d-5022-4ef6-8c4e-661da1b53287"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"421dee35-2c95-46c7-b22e-\ -3fe4da04c81d"], + }]], "SeeAlsoSection",ExpressionUUID->"f6e578e1-4782-45e2-bee4-\ +900d866cdc58"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5921,9 +5924,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5cdf3c42-8d9b-4e20-8013-4b08076aa767"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d1ca2654-a1de-49dc-b619-\ -eecc307e08b6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4fc85db0-5e6c-4e07-aea0-\ +f937e37226af"], Cell[BoxData[GridBox[{ { @@ -5940,7 +5942,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "907766f9-f097-46e0-b650-f953abcea13e"]}]}, + "4eec25e2-4e2e-4128-a0be-d304f64040b3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5948,10 +5950,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "752a4341-8d9f-471a-a384-6c13fbdf57a8"]}]} + "dccc5e74-f371-4240-b9a2-20b9a82d255c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7340b513-e105-4569-93f6-\ -57ac137f3db5"], + }]], "MoreAboutSection",ExpressionUUID->"2f2c50d2-df3b-40fc-88e4-\ +b623d772ea1e"], Cell[BoxData[GridBox[{ { @@ -5978,7 +5980,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e83c57d7-8dfc-43be-969e-55626764cd15"]], "RelatedLinks", + "e54f7d2d-9f3a-4373-9e00-e53f2868d509"]], "RelatedLinks", ExpressionUUID->"c48dbc90-084e-4225-930f-6ae48ef59820"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5995,7 +5997,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e9de1d5f-46ec-475c-9dd3-d7ecedce6190"]], "RelatedLinks", + "27e595c6-37ca-462d-8b53-0afe0a231fa7"]], "RelatedLinks", ExpressionUUID->"1c7fa0e9-229d-48ce-9832-60860e32e368"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6012,11 +6014,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f4e62f1a-c3ea-444b-93f8-fa925899b457"]], "RelatedLinks", + "6f7ac8cd-3770-40c7-82d3-1d2bbb56b305"]], "RelatedLinks", ExpressionUUID->"f28ca13b-bf45-4806-8537-def04326c83f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"17611e50-38c6-45a9-8a6d-\ -89ed60d1ceb4"], + }]], "RelatedLinksSection",ExpressionUUID->"81c2f579-f8b6-4b43-b4c1-\ +bf331dd991db"], Cell[CellGroupData[{ @@ -6046,11 +6048,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"297d890f-0f21-41a5-938c-f830197aa558"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4330c245-8b5c-4461-a9be-30624e66063c"] +Cell[" ", "FooterCell",ExpressionUUID->"2cffcb71-a3dd-4e3d-b7ab-0d6b1d0206ff"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaMaxSurplus", TaggingRules->{ @@ -6061,7 +6063,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 56.201392}", + "built" -> "{2024, 6, 3, 16, 54, 30.045961}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6070,10 +6072,11 @@ TaggingRules->{ "ParaMaxSurplus[game, i, j, payoff] calculates the maximum surplus of \ player i over player j with respect to the imputation payoff.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaMaxSurplus", - "titlemodifier" -> "", "windowtitle" -> "ParaMaxSurplus", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaMaxSurplus"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaMaxSurplus", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaMaxSurplus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6082,9 +6085,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"395b20ea-5cfd-44b0-b4fc-54b2835e0007" +ExpressionUUID->"dc8a82df-6490-42d4-a1ff-6777c9b89c6c" ] (* End of Notebook Content *) @@ -6092,187 +6095,185 @@ ExpressionUUID->"395b20ea-5cfd-44b0-b4fc-54b2835e0007" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14723, 383, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"23908086-4c11-4603-af8f-b1575c7d7ee2", + Cell[14777, 388, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bbbd5e33-1dc2-422f-bf3a-ee1c32771288", CellTags->"PrimaryExamplesSection", - CellID->2057086354]} + CellID->2126020454]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 333664, 6093} + {"PrimaryExamplesSection", 333707, 6096} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"62ec0e0f-2012-4cb8-bc83-d91fff356e20", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"9ca176f7-77d3-4c64-bf7f-1d636d85e51f", CellID->1], -Cell[7728, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"850b47b0-4735-4484-89c1-49697072476a"], +Cell[7784, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"929f8f6d-acf1-4e67-8f2e-b6021a8acaeb"], Cell[CellGroupData[{ -Cell[7851, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"b7f8b9d6-cf19-4f72-9b4e-628a88d8aa2c"], -Cell[9142, 232, 628, 15, 111, "Usage",ExpressionUUID->"d8102d24-aafd-457c-a8fd-0adb1b043bf9", +Cell[7907, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"9ade968c-38e4-4ba4-8fd4-7fbe5ec3ca25"], +Cell[9198, 237, 628, 15, 111, "Usage",ExpressionUUID->"d8102d24-aafd-457c-a8fd-0adb1b043bf9", CellID->1371823216] }, Open ]], Cell[CellGroupData[{ -Cell[9807, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"4f9ea0cd-f0d7-4e65-b83b-bedf5398484f", +Cell[9863, 257, 1893, 47, 37, "NotesSection",ExpressionUUID->"19452997-9800-4a33-aa69-bea44420370f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1587882027], -Cell[11705, 301, 1428, 36, 78, "]]",ExpressionUUID->"22158ec4-d43a-4e33-b42c-da0276e9c222", + CellID->55158850], +Cell[11759, 306, 1428, 36, 78, "]]",ExpressionUUID->"22158ec4-d43a-4e33-b42c-da0276e9c222", CellID->313448337], -Cell[13136, 339, 516, 13, 37, "Notes",ExpressionUUID->"252520f7-34b2-4e53-b11f-afc597ffe33f", +Cell[13190, 344, 516, 13, 38, "Notes",ExpressionUUID->"252520f7-34b2-4e53-b11f-afc597ffe33f", CellID->1901211521], -Cell[13655, 354, 307, 5, 57, "Notes",ExpressionUUID->"b44a4d53-0a93-4178-9586-324858f639c1", +Cell[13709, 359, 307, 5, 57, "Notes",ExpressionUUID->"b44a4d53-0a93-4178-9586-324858f639c1", CellID->390862019], -Cell[13965, 361, 172, 3, 36, "Notes",ExpressionUUID->"c26e77a6-aec1-4f00-b4da-5a5e5457b224", +Cell[14019, 366, 172, 3, 36, "Notes",ExpressionUUID->"c26e77a6-aec1-4f00-b4da-5a5e5457b224", CellID->1617120363], -Cell[14140, 366, 258, 5, 57, "Notes",ExpressionUUID->"c65f9c31-9c74-440f-a482-e0531ae476b3", +Cell[14194, 371, 258, 5, 57, "Notes",ExpressionUUID->"c65f9c31-9c74-440f-a482-e0531ae476b3", CellID->1043640766], -Cell[14401, 373, 195, 4, 36, "Notes",ExpressionUUID->"06518c6b-bc34-4435-b34a-8793e58b188a", +Cell[14455, 378, 195, 4, 36, "Notes",ExpressionUUID->"06518c6b-bc34-4435-b34a-8793e58b188a", CellID->793934349] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14723, 383, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"23908086-4c11-4603-af8f-b1575c7d7ee2", +Cell[14777, 388, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"bbbd5e33-1dc2-422f-bf3a-ee1c32771288", CellTags->"PrimaryExamplesSection", - CellID->2057086354], + CellID->2126020454], Cell[CellGroupData[{ -Cell[16169, 424, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7ed9eaa3-1d29-4e59-b3f3-403a98ed9cc3", - CellID->685390163], -Cell[17570, 462, 150, 1, 38, "ExampleText",ExpressionUUID->"b8e9564f-3a1d-4a60-b924-ca3903d3a6bd", +Cell[16223, 429, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e1fde41a-2afd-4e04-a40a-79d7de616a2f", + CellID->904452009], +Cell[17624, 467, 150, 1, 39, "ExampleText",ExpressionUUID->"b8e9564f-3a1d-4a60-b924-ca3903d3a6bd", CellID->2070940149], -Cell[17723, 465, 183, 4, 27, "Input",ExpressionUUID->"6b32a211-791e-40ae-8823-ac7f214386b5", +Cell[17777, 470, 183, 4, 27, "Input",ExpressionUUID->"6b32a211-791e-40ae-8823-ac7f214386b5", CellID->305813635], Cell[CellGroupData[{ -Cell[17931, 473, 136, 2, 27, "Input",ExpressionUUID->"fa90d748-a458-4f75-b45b-8475f7cb0907", +Cell[17985, 478, 136, 2, 27, "Input",ExpressionUUID->"fa90d748-a458-4f75-b45b-8475f7cb0907", CellID->912429586], -Cell[18070, 477, 158, 3, 36, "Output",ExpressionUUID->"b23445da-7699-4944-a201-e5ac83435066", +Cell[18124, 482, 158, 3, 36, "Output",ExpressionUUID->"b23445da-7699-4944-a201-e5ac83435066", CellID->1807799097] }, Open ]], -Cell[18243, 483, 119, 1, 38, "ExampleText",ExpressionUUID->"c3829508-0a3b-44f0-99be-985c89d51986", +Cell[18297, 488, 119, 1, 39, "ExampleText",ExpressionUUID->"c3829508-0a3b-44f0-99be-985c89d51986", CellID->1036886072], Cell[CellGroupData[{ -Cell[18387, 488, 198, 4, 27, "Input",ExpressionUUID->"25ed154e-e894-47f3-b39e-02b15c34e655", +Cell[18441, 493, 198, 4, 27, "Input",ExpressionUUID->"25ed154e-e894-47f3-b39e-02b15c34e655", CellID->1875950913], Cell[CellGroupData[{ -Cell[18610, 496, 236, 4, 70, "Print",ExpressionUUID->"ca7b5c17-0277-47eb-954c-78c54cd0efb8", +Cell[18664, 501, 236, 4, 70, "Print",ExpressionUUID->"ca7b5c17-0277-47eb-954c-78c54cd0efb8", CellID->332487894], -Cell[18849, 502, 366, 8, 70, "Print",ExpressionUUID->"a6d4d511-0250-4aa0-b2f8-1de1d3b5d9ef", +Cell[18903, 507, 366, 8, 70, "Print",ExpressionUUID->"a6d4d511-0250-4aa0-b2f8-1de1d3b5d9ef", CellID->1480108252], -Cell[19218, 512, 236, 4, 70, "Print",ExpressionUUID->"ebcc21f3-c3ba-40c2-b5e7-26c8236627ad", +Cell[19272, 517, 236, 4, 70, "Print",ExpressionUUID->"ebcc21f3-c3ba-40c2-b5e7-26c8236627ad", CellID->964385618], -Cell[19457, 518, 221, 3, 70, "Print",ExpressionUUID->"98ec1a55-0a0c-4db3-9123-34ae0728b0c1", +Cell[19511, 523, 221, 3, 70, "Print",ExpressionUUID->"98ec1a55-0a0c-4db3-9123-34ae0728b0c1", CellID->1164613433], -Cell[19681, 523, 207, 3, 70, "Print",ExpressionUUID->"57d448ce-bb29-4f75-8b76-ae5b359cacb1", +Cell[19735, 528, 207, 3, 70, "Print",ExpressionUUID->"57d448ce-bb29-4f75-8b76-ae5b359cacb1", CellID->576158582], -Cell[19891, 528, 238, 4, 70, "Print",ExpressionUUID->"e7f4fac0-5552-4943-a09b-ef148a881149", +Cell[19945, 533, 238, 4, 70, "Print",ExpressionUUID->"e7f4fac0-5552-4943-a09b-ef148a881149", CellID->1153912766], -Cell[20132, 534, 221, 3, 70, "Print",ExpressionUUID->"7619c2d6-bbf2-4c39-a1d9-fb0151236b3b", +Cell[20186, 539, 221, 3, 70, "Print",ExpressionUUID->"7619c2d6-bbf2-4c39-a1d9-fb0151236b3b", CellID->1047798512], -Cell[20356, 539, 237, 4, 70, "Print",ExpressionUUID->"aebcfdd0-cccd-4054-931c-67d2937abf64", +Cell[20410, 544, 237, 4, 70, "Print",ExpressionUUID->"aebcfdd0-cccd-4054-931c-67d2937abf64", CellID->1449340885], -Cell[20596, 545, 237, 4, 70, "Print",ExpressionUUID->"77f7f43f-f053-4624-a7dd-c4edec0b6ea1", +Cell[20650, 550, 237, 4, 70, "Print",ExpressionUUID->"77f7f43f-f053-4624-a7dd-c4edec0b6ea1", CellID->1479880628], -Cell[20836, 551, 208, 3, 70, "Print",ExpressionUUID->"6c23d456-4f8e-4387-bac2-943c7215dbaf", +Cell[20890, 556, 208, 3, 70, "Print",ExpressionUUID->"6c23d456-4f8e-4387-bac2-943c7215dbaf", CellID->1663185387], -Cell[21047, 556, 237, 4, 70, "Print",ExpressionUUID->"69d66d14-0841-48eb-8839-6b8e83bce3f9", +Cell[21101, 561, 237, 4, 70, "Print",ExpressionUUID->"69d66d14-0841-48eb-8839-6b8e83bce3f9", CellID->1074635407] }, Open ]] }, Open ]], -Cell[21311, 564, 133, 1, 70, "ExampleText",ExpressionUUID->"4fea5420-f08a-4ff2-bbbe-e917b7b1521d", +Cell[21365, 569, 133, 1, 70, "ExampleText",ExpressionUUID->"4fea5420-f08a-4ff2-bbbe-e917b7b1521d", CellID->446631742], -Cell[21447, 567, 183, 4, 70, "Input",ExpressionUUID->"436f4b9c-e64b-4565-af22-471ad5e40375", +Cell[21501, 572, 183, 4, 70, "Input",ExpressionUUID->"436f4b9c-e64b-4565-af22-471ad5e40375", CellID->1228863709], -Cell[21633, 573, 317, 10, 70, "Input",ExpressionUUID->"8bf5cf48-946e-4407-979d-08ee6daa8283", +Cell[21687, 578, 317, 10, 70, "Input",ExpressionUUID->"8bf5cf48-946e-4407-979d-08ee6daa8283", CellID->1727043128], -Cell[21953, 585, 198, 5, 70, "Input",ExpressionUUID->"f65ba9b6-eab5-406f-bb36-dd731f48035b", +Cell[22007, 590, 198, 5, 70, "Input",ExpressionUUID->"f65ba9b6-eab5-406f-bb36-dd731f48035b", CellID->527076968], -Cell[22154, 592, 229, 6, 70, "Input",ExpressionUUID->"74856e1a-ced1-4876-9183-baddf2389c76", +Cell[22208, 597, 229, 6, 70, "Input",ExpressionUUID->"74856e1a-ced1-4876-9183-baddf2389c76", CellID->1776608913], Cell[CellGroupData[{ -Cell[22408, 602, 158, 3, 70, "Input",ExpressionUUID->"8e30cc5f-ff01-4122-8728-bb030354d8ca", +Cell[22462, 607, 158, 3, 70, "Input",ExpressionUUID->"8e30cc5f-ff01-4122-8728-bb030354d8ca", CellID->323829490], -Cell[22569, 607, 158, 3, 36, "Output",ExpressionUUID->"45b369dd-78b7-4fe2-90fd-4f0e68da5aad", +Cell[22623, 612, 158, 3, 36, "Output",ExpressionUUID->"45b369dd-78b7-4fe2-90fd-4f0e68da5aad", CellID->151804890] }, Open ]], -Cell[22742, 613, 342, 9, 70, "Input",ExpressionUUID->"cb2c9100-37a4-4ac6-a902-7e626e1468c9", +Cell[22796, 618, 342, 9, 70, "Input",ExpressionUUID->"cb2c9100-37a4-4ac6-a902-7e626e1468c9", CellID->291674088], Cell[CellGroupData[{ -Cell[23109, 626, 131, 2, 70, "Input",ExpressionUUID->"5320a6c3-927c-4c74-b9ca-623e8ab2386e", +Cell[23163, 631, 131, 2, 70, "Input",ExpressionUUID->"5320a6c3-927c-4c74-b9ca-623e8ab2386e", CellID->1292285557], -Cell[23243, 630, 166, 3, 36, "Output",ExpressionUUID->"05bb3be7-a44c-40ce-9516-68fdfd767deb", +Cell[23297, 635, 166, 3, 36, "Output",ExpressionUUID->"05bb3be7-a44c-40ce-9516-68fdfd767deb", CellID->2112864820] }, Open ]], -Cell[23424, 636, 239, 6, 70, "Input",ExpressionUUID->"b6a33730-4809-4195-97ee-f498acb58a80", +Cell[23478, 641, 239, 6, 70, "Input",ExpressionUUID->"b6a33730-4809-4195-97ee-f498acb58a80", CellID->1036904582], -Cell[23666, 644, 191, 4, 70, "ExampleText",ExpressionUUID->"6d6ec5a9-70ef-4348-83fc-63c6809195df", +Cell[23720, 649, 191, 4, 70, "ExampleText",ExpressionUUID->"6d6ec5a9-70ef-4348-83fc-63c6809195df", CellID->1306694751], Cell[CellGroupData[{ -Cell[23882, 652, 173, 3, 70, "Input",ExpressionUUID->"1602240b-f043-43fe-98bf-c8de43eaf160", +Cell[23936, 657, 173, 3, 70, "Input",ExpressionUUID->"1602240b-f043-43fe-98bf-c8de43eaf160", CellID->1400465216], -Cell[24058, 657, 175, 4, 36, "Output",ExpressionUUID->"a7dfcc64-2d68-4488-b448-4d28f01a1594", +Cell[24112, 662, 175, 4, 36, "Output",ExpressionUUID->"a7dfcc64-2d68-4488-b448-4d28f01a1594", CellID->1424034568] }, Open ]], -Cell[24248, 664, 176, 3, 70, "ExampleText",ExpressionUUID->"b7666ab0-85da-4743-b9a9-8882916d81f3", +Cell[24302, 669, 176, 3, 70, "ExampleText",ExpressionUUID->"b7666ab0-85da-4743-b9a9-8882916d81f3", CellID->2135941486], Cell[CellGroupData[{ -Cell[24449, 671, 289, 7, 70, "Input",ExpressionUUID->"edc0f716-5688-433a-a0a1-6ffd9fa569e9", +Cell[24503, 676, 289, 7, 70, "Input",ExpressionUUID->"edc0f716-5688-433a-a0a1-6ffd9fa569e9", CellID->104772198], -Cell[24741, 680, 572, 16, 51, "Output",ExpressionUUID->"f59711cb-48cf-435e-bf09-7462c0422cf0", +Cell[24795, 685, 572, 16, 51, "Output",ExpressionUUID->"f59711cb-48cf-435e-bf09-7462c0422cf0", CellID->996230092] }, Open ]], -Cell[25328, 699, 205, 4, 70, "ExampleText",ExpressionUUID->"b3c75540-03f4-4108-802e-ba503ff8d8ff", +Cell[25382, 704, 205, 4, 70, "ExampleText",ExpressionUUID->"b3c75540-03f4-4108-802e-ba503ff8d8ff", CellID->1206457991], Cell[CellGroupData[{ -Cell[25558, 707, 337, 9, 70, "Input",ExpressionUUID->"85e74978-10b3-470f-a93f-35985edd2031", +Cell[25612, 712, 337, 9, 70, "Input",ExpressionUUID->"85e74978-10b3-470f-a93f-35985edd2031", CellID->940160805], -Cell[25898, 718, 254, 7, 51, "Output",ExpressionUUID->"65555998-9722-4efd-9e89-9e892afd4cf9", +Cell[25952, 723, 254, 7, 51, "Output",ExpressionUUID->"65555998-9722-4efd-9e89-9e892afd4cf9", CellID->32824425] }, Open ]], -Cell[26167, 728, 150, 1, 70, "ExampleText",ExpressionUUID->"39be9844-9c20-4502-a761-1ce63eec24c6", +Cell[26221, 733, 150, 1, 70, "ExampleText",ExpressionUUID->"39be9844-9c20-4502-a761-1ce63eec24c6", CellID->641665587], Cell[CellGroupData[{ -Cell[26342, 733, 344, 9, 70, "Input",ExpressionUUID->"b754c737-ac7e-4874-a597-3b9e568c381a", +Cell[26396, 738, 344, 9, 70, "Input",ExpressionUUID->"b754c737-ac7e-4874-a597-3b9e568c381a", CellID->1079191127], -Cell[26689, 744, 256, 7, 51, "Output",ExpressionUUID->"9b695832-3b5a-48fb-ac89-3254f4784b0a", +Cell[26743, 749, 256, 7, 51, "Output",ExpressionUUID->"9b695832-3b5a-48fb-ac89-3254f4784b0a", CellID->2095426834] }, Open ]], -Cell[26960, 754, 139, 1, 70, "ExampleText",ExpressionUUID->"8d490059-9caa-41d8-890a-231505dd45c8", +Cell[27014, 759, 139, 1, 70, "ExampleText",ExpressionUUID->"8d490059-9caa-41d8-890a-231505dd45c8", CellID->1102180304], Cell[CellGroupData[{ -Cell[27124, 759, 244, 5, 70, "Input",ExpressionUUID->"cb78a99b-140d-4b73-80d7-b5338179c192", +Cell[27178, 764, 244, 5, 70, "Input",ExpressionUUID->"cb78a99b-140d-4b73-80d7-b5338179c192", CellID->182661900], -Cell[27371, 766, 199, 5, 51, "Output",ExpressionUUID->"f573533a-a7d7-4571-9401-1a25fab2d5b6", +Cell[27425, 771, 199, 5, 51, "Output",ExpressionUUID->"f573533a-a7d7-4571-9401-1a25fab2d5b6", CellID->2019020488] }, Open ]], -Cell[27585, 774, 193, 4, 70, "ExampleText",ExpressionUUID->"0273558c-a304-460c-b5e5-8f2ce943ccf9", +Cell[27639, 779, 193, 4, 70, "ExampleText",ExpressionUUID->"0273558c-a304-460c-b5e5-8f2ce943ccf9", CellID->1826805040], -Cell[27781, 780, 145, 1, 70, "ExampleText",ExpressionUUID->"200e64ea-9eb1-4cb0-8a8b-a18618e324de", +Cell[27835, 785, 145, 1, 70, "ExampleText",ExpressionUUID->"200e64ea-9eb1-4cb0-8a8b-a18618e324de", CellID->1017927675], Cell[CellGroupData[{ -Cell[27951, 785, 160, 3, 70, "Input",ExpressionUUID->"4201403c-58da-4e8f-9891-5e63ecea0cde", +Cell[28005, 790, 160, 3, 70, "Input",ExpressionUUID->"4201403c-58da-4e8f-9891-5e63ecea0cde", CellID->2116439008], -Cell[28114, 790, 292823, 4955, 70, "Output",ExpressionUUID->"1391eb0e-77d7-4f88-825f-1530615390ce", +Cell[28168, 795, 292823, 4955, 70, "Output",ExpressionUUID->"1391eb0e-77d7-4f88-825f-1530615390ce", CellID->183564587] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[321233, 5759, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"f6e578e1-4782-45e2-bee4-900d866cdc58"], +Cell[326739, 5909, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4fc85db0-5e6c-4e07-aea0-f937e37226af"], +Cell[327412, 5929, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2f2c50d2-df3b-40fc-88e4-b623d772ea1e"], +Cell[328448, 5957, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"81c2f579-f8b6-4b43-b4c1-bf331dd991db"], Cell[CellGroupData[{ -Cell[321201, 5756, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"421dee35-2c95-46c7-b22e-3fe4da04c81d"], -Cell[326707, 5906, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d1ca2654-a1de-49dc-b619-eecc307e08b6"] -}, Open ]], -Cell[327392, 5927, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7340b513-e105-4569-93f6-57ac137f3db5"], -Cell[328428, 5955, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"17611e50-38c6-45a9-8a6d-89ed60d1ceb4"], -Cell[CellGroupData[{ -Cell[330674, 6022, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"98e00e1f-071e-4e0c-b079-41f993a41417", +Cell[330694, 6024, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"98e00e1f-071e-4e0c-b079-41f993a41417", CellID->2135167160], -Cell[330815, 6025, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83d14ba7-fd7d-4d35-9757-61e05e95265c", +Cell[330835, 6027, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83d14ba7-fd7d-4d35-9757-61e05e95265c", CellID->1194386356], -Cell[331037, 6031, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1094f48c-25ea-4fcc-aeab-8f9ecd658697", +Cell[331057, 6033, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1094f48c-25ea-4fcc-aeab-8f9ecd658697", CellID->1641706272], -Cell[331252, 6036, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"47defb69-f80e-4b63-90bf-db375035d3b6", +Cell[331272, 6038, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"47defb69-f80e-4b63-90bf-db375035d3b6", CellID->399251956], -Cell[331481, 6042, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"297d890f-0f21-41a5-938c-f830197aa558", +Cell[331501, 6044, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"297d890f-0f21-41a5-938c-f830197aa558", CellID->821434655] }, Open ]], -Cell[331718, 6048, 78, 0, 70, "FooterCell",ExpressionUUID->"4330c245-8b5c-4461-a9be-30624e66063c"] +Cell[331738, 6050, 78, 0, 70, "FooterCell",ExpressionUUID->"2cffcb71-a3dd-4e3d-b7ab-0d6b1d0206ff"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaMinExcessBalanced.nb b/Documentation/English/ReferencePages/Symbols/ParaMinExcessBalanced.nb index c16f77b..b2d25a5 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaMinExcessBalanced.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaMinExcessBalanced.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 343545, 6277] -NotebookOptionsPosition[ 332417, 6057] -NotebookOutlinePosition[ 334621, 6113] -CellTagsIndexPosition[ 334534, 6108] +NotebookDataLength[ 343550, 6277] +NotebookOptionsPosition[ 332442, 6059] +NotebookOutlinePosition[ 334662, 6115] +CellTagsIndexPosition[ 334575, 6110] WindowTitle->ParaMinExcessBalanced WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "318ecc42-1b1b-435b-9bf8-767321ee3ef4"], + "9cde629e-3d6c-4185-8754-8376431af0f9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "85da2fbb-15a9-4fbe-b0e6-89c5cf25fd20"], + "35df85b3-7acb-49b1-bde9-811d417b0afc"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a0ee994e-3568-4ca6-b844-d880991ced68"] - }],ExpressionUUID->"2697fc95-b5ab-4cca-942c-88fd3e26e4c8"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "7f0741cb-9b50-430b-9952-7598ff6d33d3"] + }],ExpressionUUID->"46aef336-6031-46cd-aa90-27504a1b4415"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e7594bd9-17b7-45e3-abeb-e913429a0b0c"], + "66a03e5d-1be8-4930-8eab-128ea083a07d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2f82e507-6649-424e-8681-3b42c7b5baa0"] - }],ExpressionUUID->"db426228-253f-4c1d-b2d5-a64a42d1f33e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a6664cfe-5321-4b40-b50d-d7f425e40df6"] + }],ExpressionUUID->"39c03a60-8394-4d0c-b661-633a7460b4a3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ee3ecad0-5f4d-4812-9c4f-51894a5a7950"], + "c71b9c48-9340-46de-9236-afa4a386c1ee"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a715bd04-1770-486a-b72b-81c7622ab228"] - }],ExpressionUUID->"dcac7e68-902f-4f13-b52b-38c4a075ac7d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "02d3619d-0da7-44a6-bfb0-082a7d85d04b"] + }],ExpressionUUID->"a906ef15-429f-4778-a791-84917a570376"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "07d3e3e7-f604-4520-af31-423fd44c168a"], + "dc31e130-131f-4d15-8c72-a095976f8007"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a86c6048-3515-44c0-9667-b3317e92f0c4"] - }],ExpressionUUID->"a1f25386-7049-4a13-bbbd-a32a2f7dc272"], - StripOnInput->False], {"\<\"TUG/ref/ParaMinExcessBalanced\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaMinExcessBalanced"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "eed75cad-149c-409d-8f1c-2e97ba81a624"] + }],ExpressionUUID->"957f99e0-d288-45ff-ba2c-c4bc22e3ba54"], + StripOnInput->False],{ + "\"TUG/ref/ParaMinExcessBalanced\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaMinExcessBalanced"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaMinExcessBalanced.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$141440], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaMinExcessBalanced" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$152062], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaMinExcessBalanced" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8449238b-8c92-4a2a-b8a8-830c87d208b0"] + "ee945056-9690-4e24-9fca-c2c12eb5ede8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0e5ab410-bfce-4b33-983b-5481bd43e3e8"]} + "c60b188b-ae8d-472b-ab07-7b4a96dd5a34"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cabad54b-005f-45bf-9d13-02deee1b1675"], + CellID->1,ExpressionUUID->"fd3b939f-c7a1-4c22-8ff6-c7809465d2fd"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"56f1b753-6ff9-457f-a2e4-1070efa56f50"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"a85a4f51-e4bd-4e38-9922-ba51da788d55"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaMinExcessBalanced", "ObjectName",ExpressionUUID-> - "35008e78-57e6-4bd0-890a-22bb5f997d47"], + "ebca3242-5083-4e29-99b3-71c13f6f8b27"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c5b37572-6f3c-472d-b355-de7db2c85946"], + "Spacer1"]],ExpressionUUID->"7271a6bf-ebc2-4b90-b73b-154ed5054b33"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f784d801-b47f-4567-b7a1-cb18de36e835"] - }],ExpressionUUID->"1e921614-ae10-4cb8-98e3-a8305137dd4f"], Cell[BoxData[ + "f68e4255-299f-441c-bf0f-4e6e7a156411"] + }],ExpressionUUID->"5f464b92-ee5b-457f-853a-515f940e3098"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "987b56fc-4f09-4ed6-a727-99b30d5da9ff"]} + "2b10cafd-9cde-4bff-bf8c-5ca3ff6c016e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"95d6b05d-efe0-4286-bbd3-86c440e5046f"], + CacheGraphics->False,ExpressionUUID->"0d61ec00-5d33-47e7-beb4-30226793aad5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ pre-imputation ", StyleBox["payoff", FontSlant->"Italic"], " are balanced for all possible pair of players." - }],ExpressionUUID->"21ad4ff0-96b2-469a-9ba9-fb408475d88c"]} + }],ExpressionUUID->"d3ecc9f1-3971-43b2-8fd3-b2c348fb4fbb"]} }]], "Usage", CellID->483669085,ExpressionUUID->"af08bd0a-e0f2-44da-a4ef-98e6d5c41bed"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1e87666d-f687-43b8-8a15-b15ea5e087a4"], + ExpressionUUID->"243e72b2-07f9-4625-bb62-463a209091f4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d50d9fc5-391e-464b-8bac-42ca426fe2cd"], + "Spacer1"]],ExpressionUUID->"33763b8e-8a96-4a28-a6f6-91be1d577d1a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3992c0f6-1230-4f17-8395-5ecd71491397"], + }], "NotesFrameText",ExpressionUUID->"0912862c-ece2-4fef-b677-7ee039d1ee09"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"58d323a6-6b66-4f7f-8a2e-fa490f036e4a"]], \ + "Preemptive"]],ExpressionUUID->"af5cd78a-5bd1-4f7e-b179-f9327b0b6a2a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1287624222,ExpressionUUID->"f403ae8d-0cce-42eb-8e26-67028e0b28d1"], + CellID->599650555,ExpressionUUID->"2938188b-c1ba-42a4-aace-fc47f3c37613"], Cell[TextData[{ "The input expression ", @@ -375,7 +380,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b770c5f6-ea1e-4938-b452-fba877a71869"], + "e2d7991b-50bf-4b1e-9278-6569b3428fbe"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -439,19 +444,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ce9fb231-22fb-4618-a789-1357f82dbf26"], + ExpressionUUID->"cb22b8a4-cabb-42a4-86da-0b839b918404"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9bcccd99-8144-4835-8ea3-071e0730ebdf"], + "Spacer1"]],ExpressionUUID->"754e7143-5016-405c-9386-117ba159bf7e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "79d491ec-aade-47eb-8ad7-5dba5b7cbfb1"] + "8b837bdd-9a8e-4176-9116-f3b461cdb687"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2120062566,ExpressionUUID->"837a5bfd-e2f3-485b-86c3-b015de0bfce7"], + CellID->67106428,ExpressionUUID->"559aec43-611c-42c8-9c17-38d8f06c53d6"], Cell[CellGroupData[{ @@ -480,18 +485,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"80381947-757a-45c8-b491-bf76ff0d58fa"], + ExpressionUUID->"3792750d-5829-4dbf-95aa-cc678345b5dc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3f88f721-987b-4c8d-a5e7-531c817dba5d"], + "Spacer1"]],ExpressionUUID->"dc2c04c4-7b12-4de5-9d7f-c90876877d66"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c4106875-1dc5-433a-9cb3-d1a9671495d3"] + "19944d3b-cda9-4b65-942c-203a6533c05c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1468203847,ExpressionUUID->"3e120b1a-fab9-4c9b-8f59-c01f2c823b86"], + CellID->1637975599,ExpressionUUID->"58ce9448-94b5-489b-bbf1-53a1ef22eb60"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->298746022,ExpressionUUID->"b61319b5-555d-474f-8db0-dec72b98c88d"], @@ -5758,8 +5763,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5907,15 +5910,15 @@ Cell[BoxData[GridBox[{ "c3866b24-0048-4ffb-8ca7-dd9f249923e6"] }], "SeeAlso",ExpressionUUID->"fbfc39f6-8fa2-4635-8b97-26adcc097f75"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1e35454b-3789-4cbd-b5f3-\ -d5ac08ba1558"], + }]], "SeeAlsoSection",ExpressionUUID->"302231c8-7049-4676-8f07-\ +9858330f758a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5927,9 +5930,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"334d8274-c87e-4684-928e-0460ecaca19a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"be10d847-e9b0-4b9c-8974-\ -6877f43f0e07"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5761d024-d8c5-4f69-8e3a-\ +517f9baa8626"], Cell[BoxData[GridBox[{ { @@ -5946,7 +5948,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "02a82456-877f-488f-99d3-b81a7b37304e"]}]}, + "37851a25-f75d-4317-a176-b7f078ca6546"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5954,10 +5956,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "10af4f92-f146-4612-a35e-4f6a5e3bf27b"]}]} + "a565898b-5d2c-48d1-9b55-095bfb560375"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"906b8e0b-2f22-496a-96bd-\ -0d79f5ad3430"], + }]], "MoreAboutSection",ExpressionUUID->"4389c5dc-ed66-4b9e-a222-\ +fe7bd8be8326"], Cell[BoxData[GridBox[{ { @@ -5984,7 +5986,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0fcd6207-c920-4224-a66a-5fd9ac57040c"]], "RelatedLinks", + "f0a0a893-7266-4d30-b531-94bf0a9bb9a2"]], "RelatedLinks", ExpressionUUID->"77290370-502f-44a0-ba4e-3615af1e6b1d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6001,7 +6003,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f2ab3ea8-cd95-4f2a-9427-ee39f3b81777"]], "RelatedLinks", + "865567c5-4716-4575-be1a-d66d87969a95"]], "RelatedLinks", ExpressionUUID->"69f618df-6c50-4d8c-97f5-08811d7e9345"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6019,11 +6021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "808d7e9d-492f-4854-9808-1c5114b5ca4f"]], "RelatedLinks", + "de5c0588-9407-4662-8057-aac1898493cb"]], "RelatedLinks", ExpressionUUID->"2945d60b-cfd3-4412-9df7-29a34f34d8b0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"667b1380-7462-406a-a063-\ -769f41c9fa74"], + }]], "RelatedLinksSection",ExpressionUUID->"077dcd50-dd63-4afb-b87e-\ +712d44d05bd6"], Cell[CellGroupData[{ @@ -6053,11 +6055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"babaae1f-34a2-4b1f-acf3-d97afbfd9c5f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1bbfcbd6-d1c4-4dea-b243-0acbe5596149"] +Cell[" ", "FooterCell",ExpressionUUID->"37d02f7e-f0d9-483d-8bc1-774250c70297"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaMinExcessBalanced", TaggingRules->{ @@ -6068,7 +6070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 52, 58.511876}", + "built" -> "{2024, 6, 3, 16, 54, 31.507505}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6077,11 +6079,11 @@ TaggingRules->{ "ParaMinExcessBalanced[game, payoff] checks whether the minimum surpluses \ w.r.t. the pre-imputation payoff are balanced for all possible pair of \ players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaMinExcessBalanced", "titlemodifier" -> "", "windowtitle" -> - "ParaMinExcessBalanced", "type" -> "Symbol", "uri" -> + "ParaMinExcessBalanced", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaMinExcessBalanced", "type" -> "Symbol", "uri" -> "TUG/ref/ParaMinExcessBalanced"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6090,9 +6092,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0b556748-319e-4731-91cb-6f273c271bbf" +ExpressionUUID->"bf7e4261-8bc0-417e-951c-cc2a02d1425f" ] (* End of Notebook Content *) @@ -6100,185 +6102,183 @@ ExpressionUUID->"0b556748-319e-4731-91cb-6f273c271bbf" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15977, 416, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"837a5bfd-e2f3-485b-86c3-b015de0bfce7", + Cell[16038, 421, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"559aec43-611c-42c8-9c17-38d8f06c53d6", CellTags->"PrimaryExamplesSection", - CellID->2120062566]} + CellID->67106428]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 334333, 6101} + {"PrimaryExamplesSection", 334376, 6103} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"cabad54b-005f-45bf-9d13-02deee1b1675", +Cell[593, 21, 7201, 173, 57, "AnchorBarGrid",ExpressionUUID->"fd3b939f-c7a1-4c22-8ff6-c7809465d2fd", CellID->1], -Cell[7735, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"56f1b753-6ff9-457f-a2e4-1070efa56f50"], +Cell[7797, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"a85a4f51-e4bd-4e38-9922-ba51da788d55"], Cell[CellGroupData[{ -Cell[7858, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"95d6b05d-efe0-4286-bbd3-86c440e5046f"], -Cell[9156, 232, 628, 14, 111, "Usage",ExpressionUUID->"af08bd0a-e0f2-44da-a4ef-98e6d5c41bed", +Cell[7920, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"0d61ec00-5d33-47e7-beb4-30226793aad5"], +Cell[9218, 237, 628, 14, 111, "Usage",ExpressionUUID->"af08bd0a-e0f2-44da-a4ef-98e6d5c41bed", CellID->483669085] }, Open ]], Cell[CellGroupData[{ -Cell[9821, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"f403ae8d-0cce-42eb-8e26-67028e0b28d1", +Cell[9883, 256, 1894, 47, 37, "NotesSection",ExpressionUUID->"2938188b-c1ba-42a4-aace-fc47f3c37613", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1287624222], -Cell[11719, 300, 782, 20, 57, "]]",ExpressionUUID->"836ff2cc-b50b-4f2a-a1dd-10def92a678e", + CellID->599650555], +Cell[11780, 305, 782, 20, 57, "]]",ExpressionUUID->"836ff2cc-b50b-4f2a-a1dd-10def92a678e", CellID->313448337], -Cell[12504, 322, 517, 13, 37, "Notes",ExpressionUUID->"4dab544f-cc90-4501-b353-bf4dda7a39f0", +Cell[12565, 327, 517, 13, 38, "Notes",ExpressionUUID->"4dab544f-cc90-4501-b353-bf4dda7a39f0", CellID->1302112000], -Cell[13024, 337, 309, 5, 57, "Notes",ExpressionUUID->"c48e5375-695a-48b5-a8ad-13d3f95bcc67", +Cell[13085, 342, 309, 5, 57, "Notes",ExpressionUUID->"c48e5375-695a-48b5-a8ad-13d3f95bcc67", CellID->1340848658], -Cell[13336, 344, 177, 3, 36, "Notes",ExpressionUUID->"5fb378ea-8492-4612-869f-c33a97741a27", +Cell[13397, 349, 177, 3, 36, "Notes",ExpressionUUID->"5fb378ea-8492-4612-869f-c33a97741a27", CellID->1432771066], -Cell[13516, 349, 551, 12, 79, "Notes",ExpressionUUID->"c38bb391-3dec-4677-9a5d-6739d1f65d2d", +Cell[13577, 354, 551, 12, 80, "Notes",ExpressionUUID->"c38bb391-3dec-4677-9a5d-6739d1f65d2d", CellID->983533369], -Cell[14070, 363, 199, 4, 36, "Notes",ExpressionUUID->"db066f0a-5f29-4254-8a02-fb4ae9202529", +Cell[14131, 368, 199, 4, 36, "Notes",ExpressionUUID->"db066f0a-5f29-4254-8a02-fb4ae9202529", CellID->2065022988], -Cell[14272, 369, 271, 4, 49, "Notes",ExpressionUUID->"5aaf7a0a-fb06-4721-b3bb-58bc58bc7dba", +Cell[14333, 374, 271, 4, 48, "Notes",ExpressionUUID->"5aaf7a0a-fb06-4721-b3bb-58bc58bc7dba", CellID->595453030], -Cell[14546, 375, 705, 16, 42, "3ColumnTableMod",ExpressionUUID->"b3b26984-44ed-4113-b4be-3060f3d7d87b", +Cell[14607, 380, 705, 16, 43, "3ColumnTableMod",ExpressionUUID->"b3b26984-44ed-4113-b4be-3060f3d7d87b", CellID->422330551], -Cell[15254, 393, 596, 17, 37, "Notes",ExpressionUUID->"1186b850-f55f-439f-8d14-fd3939accced", +Cell[15315, 398, 596, 17, 38, "Notes",ExpressionUUID->"1186b850-f55f-439f-8d14-fd3939accced", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15977, 416, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"837a5bfd-e2f3-485b-86c3-b015de0bfce7", +Cell[16038, 421, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"559aec43-611c-42c8-9c17-38d8f06c53d6", CellTags->"PrimaryExamplesSection", - CellID->2120062566], + CellID->67106428], Cell[CellGroupData[{ -Cell[17423, 457, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3e120b1a-fab9-4c9b-8f59-c01f2c823b86", - CellID->1468203847], -Cell[18825, 495, 149, 1, 38, "ExampleText",ExpressionUUID->"b61319b5-555d-474f-8db0-dec72b98c88d", +Cell[17482, 462, 1399, 36, 30, "ExampleSection",ExpressionUUID->"58ce9448-94b5-489b-bbf1-53a1ef22eb60", + CellID->1637975599], +Cell[18884, 500, 149, 1, 39, "ExampleText",ExpressionUUID->"b61319b5-555d-474f-8db0-dec72b98c88d", CellID->298746022], -Cell[18977, 498, 183, 4, 27, "Input",ExpressionUUID->"c0f8e938-a1cf-4474-b8fd-ec41e2ec45ed", +Cell[19036, 503, 183, 4, 27, "Input",ExpressionUUID->"c0f8e938-a1cf-4474-b8fd-ec41e2ec45ed", CellID->747239566], Cell[CellGroupData[{ -Cell[19185, 506, 136, 2, 70, "Input",ExpressionUUID->"e6e6154e-94c1-4f40-8046-97977c39d892", +Cell[19244, 511, 136, 2, 70, "Input",ExpressionUUID->"e6e6154e-94c1-4f40-8046-97977c39d892", CellID->251586643], -Cell[19324, 510, 158, 3, 36, "Output",ExpressionUUID->"569f3008-7a22-419d-9c5c-a3a2b5220451", +Cell[19383, 515, 158, 3, 36, "Output",ExpressionUUID->"569f3008-7a22-419d-9c5c-a3a2b5220451", CellID->1060188826] }, Open ]], -Cell[19497, 516, 118, 1, 70, "ExampleText",ExpressionUUID->"3264093f-6f06-4dc3-9f85-7a1a5d29cc47", +Cell[19556, 521, 118, 1, 70, "ExampleText",ExpressionUUID->"3264093f-6f06-4dc3-9f85-7a1a5d29cc47", CellID->724504671], Cell[CellGroupData[{ -Cell[19640, 521, 197, 4, 70, "Input",ExpressionUUID->"6b86e240-398c-4296-b4f6-434678f70817", +Cell[19699, 526, 197, 4, 70, "Input",ExpressionUUID->"6b86e240-398c-4296-b4f6-434678f70817", CellID->664778906], Cell[CellGroupData[{ -Cell[19862, 529, 237, 4, 70, "Print",ExpressionUUID->"5a88ad76-5924-4e7c-b9ed-c126b0262511", +Cell[19921, 534, 237, 4, 70, "Print",ExpressionUUID->"5a88ad76-5924-4e7c-b9ed-c126b0262511", CellID->1434894197], -Cell[20102, 535, 366, 8, 70, "Print",ExpressionUUID->"1784e8b5-58f2-4d09-9d16-2568cb8a4410", +Cell[20161, 540, 366, 8, 70, "Print",ExpressionUUID->"1784e8b5-58f2-4d09-9d16-2568cb8a4410", CellID->1713511068], -Cell[20471, 545, 236, 4, 70, "Print",ExpressionUUID->"aca23417-c401-405a-a857-3427bf62037b", +Cell[20530, 550, 236, 4, 70, "Print",ExpressionUUID->"aca23417-c401-405a-a857-3427bf62037b", CellID->340796542], -Cell[20710, 551, 221, 3, 70, "Print",ExpressionUUID->"3a9dc20f-7297-4d28-ab96-1370b22df768", +Cell[20769, 556, 221, 3, 70, "Print",ExpressionUUID->"3a9dc20f-7297-4d28-ab96-1370b22df768", CellID->1482239061], -Cell[20934, 556, 208, 3, 70, "Print",ExpressionUUID->"aa12ea19-ac59-403c-8a21-efa39dd6ee86", +Cell[20993, 561, 208, 3, 70, "Print",ExpressionUUID->"aa12ea19-ac59-403c-8a21-efa39dd6ee86", CellID->1141552524], -Cell[21145, 561, 238, 4, 70, "Print",ExpressionUUID->"cd3384e6-fb5f-4d4f-ad94-5ec6756f9744", +Cell[21204, 566, 238, 4, 70, "Print",ExpressionUUID->"cd3384e6-fb5f-4d4f-ad94-5ec6756f9744", CellID->2123406462], -Cell[21386, 567, 221, 3, 70, "Print",ExpressionUUID->"73481c43-905d-4bf8-bfc2-4bcf627f7474", +Cell[21445, 572, 221, 3, 70, "Print",ExpressionUUID->"73481c43-905d-4bf8-bfc2-4bcf627f7474", CellID->1189899375], -Cell[21610, 572, 236, 4, 70, "Print",ExpressionUUID->"e889a7f1-b51e-4b12-8f1e-882764b057bb", +Cell[21669, 577, 236, 4, 70, "Print",ExpressionUUID->"e889a7f1-b51e-4b12-8f1e-882764b057bb", CellID->902081875], -Cell[21849, 578, 237, 4, 70, "Print",ExpressionUUID->"d03f1ab7-46eb-4337-b34f-8ee90101944a", +Cell[21908, 583, 237, 4, 70, "Print",ExpressionUUID->"d03f1ab7-46eb-4337-b34f-8ee90101944a", CellID->1091157338], -Cell[22089, 584, 208, 3, 70, "Print",ExpressionUUID->"f387cc47-c91d-49fe-bd69-8b79321dece9", +Cell[22148, 589, 208, 3, 70, "Print",ExpressionUUID->"f387cc47-c91d-49fe-bd69-8b79321dece9", CellID->1861945308], -Cell[22300, 589, 237, 4, 70, "Print",ExpressionUUID->"765e7f2a-56ab-4973-8069-fb6fa5cfd2f6", +Cell[22359, 594, 237, 4, 70, "Print",ExpressionUUID->"765e7f2a-56ab-4973-8069-fb6fa5cfd2f6", CellID->1827224658] }, Open ]] }, Open ]], -Cell[22564, 597, 133, 1, 70, "ExampleText",ExpressionUUID->"56d343e2-ea16-492f-b7b9-1fced82d6d72", +Cell[22623, 602, 133, 1, 70, "ExampleText",ExpressionUUID->"56d343e2-ea16-492f-b7b9-1fced82d6d72", CellID->666125996], -Cell[22700, 600, 183, 4, 70, "Input",ExpressionUUID->"7e54be5e-b9c4-42ed-8bc5-3524ec2d0928", +Cell[22759, 605, 183, 4, 70, "Input",ExpressionUUID->"7e54be5e-b9c4-42ed-8bc5-3524ec2d0928", CellID->1537354037], -Cell[22886, 606, 316, 10, 70, "Input",ExpressionUUID->"0b7f2957-4e45-4b54-8ed5-2c7c68d95f8b", +Cell[22945, 611, 316, 10, 70, "Input",ExpressionUUID->"0b7f2957-4e45-4b54-8ed5-2c7c68d95f8b", CellID->708521438], -Cell[23205, 618, 199, 5, 70, "Input",ExpressionUUID->"f475c948-3e7b-415e-bfdb-0acc78cb0829", +Cell[23264, 623, 199, 5, 70, "Input",ExpressionUUID->"f475c948-3e7b-415e-bfdb-0acc78cb0829", CellID->2081817905], -Cell[23407, 625, 229, 6, 70, "Input",ExpressionUUID->"442a58e9-1b73-44f0-8805-0ad8339acd15", +Cell[23466, 630, 229, 6, 70, "Input",ExpressionUUID->"442a58e9-1b73-44f0-8805-0ad8339acd15", CellID->1393377228], Cell[CellGroupData[{ -Cell[23661, 635, 158, 3, 70, "Input",ExpressionUUID->"1edcfbc7-8a7c-4703-ba4f-9ea5e9eea6cc", +Cell[23720, 640, 158, 3, 70, "Input",ExpressionUUID->"1edcfbc7-8a7c-4703-ba4f-9ea5e9eea6cc", CellID->171470386], -Cell[23822, 640, 158, 3, 36, "Output",ExpressionUUID->"628a2a19-8b45-40c6-9721-38a6910332a3", +Cell[23881, 645, 158, 3, 36, "Output",ExpressionUUID->"628a2a19-8b45-40c6-9721-38a6910332a3", CellID->635066797] }, Open ]], -Cell[23995, 646, 342, 9, 70, "Input",ExpressionUUID->"4b4a392a-3882-49b8-a7e4-f6e0b319cae2", +Cell[24054, 651, 342, 9, 70, "Input",ExpressionUUID->"4b4a392a-3882-49b8-a7e4-f6e0b319cae2", CellID->669369106], Cell[CellGroupData[{ -Cell[24362, 659, 129, 2, 70, "Input",ExpressionUUID->"908c27ce-9697-4547-8ba5-6a15c38f653e", +Cell[24421, 664, 129, 2, 70, "Input",ExpressionUUID->"908c27ce-9697-4547-8ba5-6a15c38f653e", CellID->35853249], -Cell[24494, 663, 166, 3, 36, "Output",ExpressionUUID->"9b375b60-a1d3-4a0f-bac6-5ccbc62556c9", +Cell[24553, 668, 166, 3, 36, "Output",ExpressionUUID->"9b375b60-a1d3-4a0f-bac6-5ccbc62556c9", CellID->1652682306] }, Open ]], -Cell[24675, 669, 239, 6, 70, "Input",ExpressionUUID->"cfc4d69d-dfcc-4b6b-812f-b42716066193", +Cell[24734, 674, 239, 6, 70, "Input",ExpressionUUID->"cfc4d69d-dfcc-4b6b-812f-b42716066193", CellID->1749668220], -Cell[24917, 677, 191, 4, 70, "ExampleText",ExpressionUUID->"a5ded60e-e51d-4b51-97ee-dad34aa82bda", +Cell[24976, 682, 191, 4, 70, "ExampleText",ExpressionUUID->"a5ded60e-e51d-4b51-97ee-dad34aa82bda", CellID->1619492319], Cell[CellGroupData[{ -Cell[25133, 685, 180, 3, 70, "Input",ExpressionUUID->"25cc2d69-6394-4017-b6e1-fb215afb9beb", +Cell[25192, 690, 180, 3, 70, "Input",ExpressionUUID->"25cc2d69-6394-4017-b6e1-fb215afb9beb", CellID->2059938965], -Cell[25316, 690, 247, 6, 51, "Output",ExpressionUUID->"53f950a8-1d70-4b2a-ac10-f6d07ac65241", +Cell[25375, 695, 247, 6, 50, "Output",ExpressionUUID->"53f950a8-1d70-4b2a-ac10-f6d07ac65241", CellID->1628317140] }, Open ]], -Cell[25578, 699, 157, 2, 70, "ExampleText",ExpressionUUID->"5b9c6de1-044a-4ac7-a333-3e97751c7bb1", +Cell[25637, 704, 157, 2, 70, "ExampleText",ExpressionUUID->"5b9c6de1-044a-4ac7-a333-3e97751c7bb1", CellID->829626562], Cell[CellGroupData[{ -Cell[25760, 705, 295, 7, 70, "Input",ExpressionUUID->"ad676818-8e1d-45de-8ed0-bea1e9aee544", +Cell[25819, 710, 295, 7, 70, "Input",ExpressionUUID->"ad676818-8e1d-45de-8ed0-bea1e9aee544", CellID->2025044550], -Cell[26058, 714, 521, 14, 51, "Output",ExpressionUUID->"c17c14c1-5e93-48e9-9755-16c55038c1aa", +Cell[26117, 719, 521, 14, 51, "Output",ExpressionUUID->"c17c14c1-5e93-48e9-9755-16c55038c1aa", CellID->993841692] }, Open ]], -Cell[26594, 731, 176, 3, 70, "ExampleText",ExpressionUUID->"b9208970-0639-4b73-9cec-221fbaa39e51", +Cell[26653, 736, 176, 3, 70, "ExampleText",ExpressionUUID->"b9208970-0639-4b73-9cec-221fbaa39e51", CellID->918589541], Cell[CellGroupData[{ -Cell[26795, 738, 332, 8, 70, "Input",ExpressionUUID->"ec162217-c64d-4c6f-a98b-5407bf98a0cf", +Cell[26854, 743, 332, 8, 70, "Input",ExpressionUUID->"ec162217-c64d-4c6f-a98b-5407bf98a0cf", CellID->1855598937], -Cell[27130, 748, 214, 5, 36, "Output",ExpressionUUID->"d9ebe096-5fbd-42ec-b940-4d9066b71c7e", +Cell[27189, 753, 214, 5, 36, "Output",ExpressionUUID->"d9ebe096-5fbd-42ec-b940-4d9066b71c7e", CellID->1548719243] }, Open ]], -Cell[27359, 756, 150, 1, 70, "ExampleText",ExpressionUUID->"9901af68-c7fb-4647-aca2-912582a06eb5", +Cell[27418, 761, 150, 1, 70, "ExampleText",ExpressionUUID->"9901af68-c7fb-4647-aca2-912582a06eb5", CellID->499590473], Cell[CellGroupData[{ -Cell[27534, 761, 332, 8, 70, "Input",ExpressionUUID->"3c272293-1369-422f-bbda-eea6222bddff", +Cell[27593, 766, 332, 8, 70, "Input",ExpressionUUID->"3c272293-1369-422f-bbda-eea6222bddff", CellID->296577767], -Cell[27869, 771, 213, 5, 36, "Output",ExpressionUUID->"5770b170-ff35-4688-a292-951bf3430e62", +Cell[27928, 776, 213, 5, 36, "Output",ExpressionUUID->"5770b170-ff35-4688-a292-951bf3430e62", CellID->1861452960] }, Open ]], -Cell[28097, 779, 292, 5, 70, "ExampleText",ExpressionUUID->"1c6e84e1-29a1-4fd2-b496-e5610a9c99b7", +Cell[28156, 784, 292, 5, 70, "ExampleText",ExpressionUUID->"1c6e84e1-29a1-4fd2-b496-e5610a9c99b7", CellID->536575132], -Cell[28392, 786, 144, 1, 70, "ExampleText",ExpressionUUID->"a5df30e1-0a46-4d51-8162-80285f273fa0", +Cell[28451, 791, 144, 1, 70, "ExampleText",ExpressionUUID->"a5df30e1-0a46-4d51-8162-80285f273fa0", CellID->479347265], Cell[CellGroupData[{ -Cell[28561, 791, 160, 3, 70, "Input",ExpressionUUID->"d890f2f6-467e-445e-ae43-9b486fca2230", +Cell[28620, 796, 160, 3, 70, "Input",ExpressionUUID->"d890f2f6-467e-445e-ae43-9b486fca2230", CellID->1238633456], -Cell[28724, 796, 292823, 4955, 70, "Output",ExpressionUUID->"fcfc8d5e-fc03-4c4e-b9a0-20ccf2a4ac68", +Cell[28783, 801, 292823, 4955, 70, "Output",ExpressionUUID->"fcfc8d5e-fc03-4c4e-b9a0-20ccf2a4ac68", CellID->779010041] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[321848, 5765, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"302231c8-7049-4676-8f07-9858330f758a"], +Cell[327326, 5915, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5761d024-d8c5-4f69-8e3a-517f9baa8626"], +Cell[327999, 5935, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4389c5dc-ed66-4b9e-a222-fe7bd8be8326"], +Cell[329035, 5963, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"077dcd50-dd63-4afb-b87e-712d44d05bd6"], Cell[CellGroupData[{ -Cell[321811, 5762, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"1e35454b-3789-4cbd-b5f3-d5ac08ba1558"], -Cell[327289, 5912, 670, 18, 70, "TechNotesSection",ExpressionUUID->"be10d847-e9b0-4b9c-8974-6877f43f0e07"] -}, Open ]], -Cell[327974, 5933, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"906b8e0b-2f22-496a-96bd-0d79f5ad3430"], -Cell[329010, 5961, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"667b1380-7462-406a-a063-769f41c9fa74"], -Cell[CellGroupData[{ -Cell[331292, 6029, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"080b2a13-cbf4-45f5-a88d-c7a925684343", +Cell[331317, 6031, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"080b2a13-cbf4-45f5-a88d-c7a925684343", CellID->906383680], -Cell[331432, 6032, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d1d31aeb-7a82-4e19-8e66-7711178a17e0", +Cell[331457, 6034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d1d31aeb-7a82-4e19-8e66-7711178a17e0", CellID->1194386356], -Cell[331654, 6038, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b3e67412-1280-46d2-97a4-fe3e82d7919b", +Cell[331679, 6040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b3e67412-1280-46d2-97a4-fe3e82d7919b", CellID->1641706272], -Cell[331869, 6043, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b388dbcc-d9e7-4025-abee-997811d7e73b", +Cell[331894, 6045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b388dbcc-d9e7-4025-abee-997811d7e73b", CellID->399251956], -Cell[332098, 6049, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"babaae1f-34a2-4b1f-acf3-d97afbfd9c5f", +Cell[332123, 6051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"babaae1f-34a2-4b1f-acf3-d97afbfd9c5f", CellID->821434655] }, Open ]], -Cell[332335, 6055, 78, 0, 70, "FooterCell",ExpressionUUID->"1bbfcbd6-d1c4-4dea-b243-0acbe5596149"] +Cell[332360, 6057, 78, 0, 70, "FooterCell",ExpressionUUID->"37d02f7e-f0d9-483d-8bc1-774250c70297"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaModPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ParaModPreKernel.nb index d593e56..f556b95 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaModPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaModPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 353230, 6517] -NotebookOptionsPosition[ 339836, 6258] -NotebookOutlinePosition[ 342723, 6323] -CellTagsIndexPosition[ 342636, 6318] +NotebookDataLength[ 353229, 6516] +NotebookOptionsPosition[ 339849, 6259] +NotebookOutlinePosition[ 342754, 6324] +CellTagsIndexPosition[ 342667, 6319] WindowTitle->ParaModPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "039bc40a-83b2-4ef4-8351-84cc57c6ebc3"], + "dca5719d-bfad-439d-8b9e-f639d7800435"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "16ba1e65-a3d2-4397-affb-4e581a45ecca"], + "26ce005b-23fe-4294-826d-5bbd20d065c4"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "939ac8a5-ad84-4fd0-9ff7-e36ba9b75a7a"] - }],ExpressionUUID->"ce30c47f-8b6a-46f3-9377-b0e61d967a8a"], - StripOnInput->False], {"\<\"ProperModPreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ProperModPreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, + "3094e540-d76d-4461-8056-e7b8d35e8c66"] + }],ExpressionUUID->"6d522e26-4be6-4d70-8fea-706c9858e90f"], + StripOnInput->False],{ + "\"ProperModPreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProperModPreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c44cc6af-09b3-4cfd-af2b-c1b254199e48"], + "1322820f-54a7-4514-ae91-cf35c2eba3e3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "28f3d7bf-ea92-4d2e-bed3-15bdc472e5bc"] - }],ExpressionUUID->"faa8401a-83e6-406a-b111-c21c1bc19bbe"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e1187045-2c3b-4cbe-b8c6-e4aec07699e2"] + }],ExpressionUUID->"82bce36d-1239-4e4d-bc25-00d868591b4b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8f2d91f1-0db4-4e57-a995-0693058d2b45"], + "6873b9ad-28bf-4b10-aaaa-9db8319cfd71"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "04701f13-6953-4a3f-9e48-7632302d8bcb"] - }],ExpressionUUID->"3bb5231b-ca76-4317-994b-a0f882cf2cc9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c25c77c7-cd70-4975-bb6b-d281e90939b9"] + }],ExpressionUUID->"3cf1bc1f-d491-41df-9f01-628f5de494f5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "756e5c65-11a6-4257-8514-e3218f1ce074"], + "e86da954-dfe9-430d-9b29-d8b787a1f1dd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "14dafeba-2c5b-491a-b295-795007d1c201"] - }],ExpressionUUID->"41bcd1fc-623a-4bd2-88cd-c5038058711b"], - StripOnInput->False], {"\<\"TUG/ref/ParaModPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaModPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "75664bdb-c05c-4e47-96e5-71a4bf26abf6"] + }],ExpressionUUID->"34eb0ea7-6d3e-4221-9f26-e76a3c43a709"], + StripOnInput->False],{ + "\"TUG/ref/ParaModPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaModPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaModPreKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$142879], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaModPreKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$153569], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaModPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3960533f-ae49-4278-89b9-1679fb7addb3"] + "50a5f4b1-4eda-48de-a489-6296d362a255"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "88d6dfe5-00f9-4ef4-8aba-968d4eeb9c3a"]} + "e7c33a1a-d3b4-4688-b214-1ab701b6ab04"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7721c31f-80ab-465b-87c7-6b18b83b2f10"], + CellID->1,ExpressionUUID->"5b6fea3a-2dce-455e-b828-25c65f30e8b1"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"bb803b2c-135f-4716-9300-f7790cb9d226"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"fd137dcd-a11e-496f-9bb7-154dca2972fc"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaModPreKernel", "ObjectName",ExpressionUUID-> - "3247f8ed-a38d-436c-b47a-38b0d393ec01"], + "72bc61ba-63f7-44f6-a7d8-25000578282c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"89f2bf25-bc6e-4e47-8590-c19dc86454bb"], + "Spacer1"]],ExpressionUUID->"fc9a81cb-f83c-4c0d-84c4-2ce846db7d84"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5ca602b9-b6f6-408d-982a-867915b29286"] - }],ExpressionUUID->"8c79d63c-e65d-498c-a0bd-7c56819cffc1"], Cell[BoxData[ + "aa7d7895-07f0-4126-99d5-d31dadeabc07"] + }],ExpressionUUID->"1377f8d5-07ac-4705-b9c4-fea2c3871449"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "88f9bc27-f3f8-45d2-8a42-59bdcea9f598"]} + "0a644456-444e-455a-b1c3-49310f76619f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2ef8601e-6211-42c6-a4e2-b990a81c4774"], + CacheGraphics->False,ExpressionUUID->"9876a422-42ac-4801-bf67-56ad85f710f3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]computes a modified pre-kernel element as the solution \ of the pre-kernel from the excess comparability cover game. Do not confound \ this command with the function ModfiedKernel[]." - }],ExpressionUUID->"9b68cce0-4afc-44a0-9391-92965f18584b"]}, + }],ExpressionUUID->"7bae08be-7e57-4094-b113-0f8c9bb7bc61"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaModPreKernel", "[", @@ -252,7 +256,7 @@ using the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"5e64210c-5a5a-405b-b092-3fe0ac3ae49d"]}, + }],ExpressionUUID->"1c56f2dd-de6d-4c95-b41b-9d4c08dfdbb1"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaModPreKernel", "[", @@ -265,7 +269,7 @@ effective coalitions can be changed through ", FontSlant->"Italic"], " to find a different modified pre-kernel element from the same internal \ starting point." - }],ExpressionUUID->"b3ffbadd-6893-4a4b-a9ac-debeb306d244"]}, + }],ExpressionUUID->"6189bf12-738f-4af9-a4cd-ea0841a4fb48"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaModPreKernel", "[", @@ -279,7 +283,7 @@ starting point." " or/and the cardinality of the set of lexicographically most effective \ coalitions a further modified pre-kernel element can be found while setting \ smallest to largest through SmallestCardinality -> False." - }],ExpressionUUID->"d450c1e5-0d2c-4f62-b5bd-276e0bc63840"]} + }],ExpressionUUID->"e868072b-20ff-4918-b45e-53c3d08d5873"]} }]], "Usage", CellID->1157727705,ExpressionUUID->"d1cf5e6d-4411-4dad-bbd8-ebeb9d7b9975"] }, Open ]], @@ -312,12 +316,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e6033485-405d-4585-91b9-885a1fb07572"], + ExpressionUUID->"2977fdb0-a5c8-411a-8830-1e86f4435e2c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ed14f5f3-36ce-4046-9353-2869791624bd"], + "Spacer1"]],ExpressionUUID->"0f146f76-7f9c-4123-8bb5-a0b34499f5e5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5d60db3f-0287-4fa9-b32b-fbae57d00cf8"], + }], "NotesFrameText",ExpressionUUID->"0d76a756-4886-4fe9-9057-48bbcdf524f4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -328,12 +332,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bc2311f8-243d-4d3d-840e-5ce41395f29f"]], \ + "Preemptive"]],ExpressionUUID->"40679cb2-b830-4ad3-98f4-7f09bac19177"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->47898648,ExpressionUUID->"a59b96a6-2706-448d-8b7b-11b129c3e26f"], + CellID->2008447536,ExpressionUUID->"b396dec6-98a8-4cf1-95ac-804481f07f7e"], Cell[TextData[{ "The input expression ", @@ -434,7 +438,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d63ad63c-cc38-45fd-bf24-a7bfec43fc30"], + "731622d9-c89e-4d49-a168-4094f4379fce"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -444,7 +448,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"35754fde-3399-49db-a154-0648e18a2fdd"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7c9659b6-a44a-4859-83ee-b27c007c5d6b"], + "15937b78-f9f9-41e8-97f3-3778e9d52c5a"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -461,7 +465,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e62d4a5e-627c-437b-9094-405a2bdec387"], + "86444cc6-dd87-4c10-9d27-ac81fcf30875"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -471,7 +475,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"7d169416-602e-40fa-a2b7-01f83b6a52bf"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8eb83da8-1b96-4f67-940e-c89219867a56"], + "6fa0ab4d-bd3d-4c6d-9663-828d4b0b8098"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -582,19 +586,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"44a3b71d-960f-400e-a00a-a49578a8e421"], + ExpressionUUID->"7927ae35-162a-43e2-b039-312031e0f84c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5f24674b-1827-4eb4-8108-773b6cb047bb"], + "Spacer1"]],ExpressionUUID->"b3717576-856f-47c0-aaa4-bfc0a204252d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0757ba37-474a-48f6-9264-b1e86eae694d"] + "b36d2298-4792-4c2d-ab6f-489dc22e46e6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2017792538,ExpressionUUID->"9e3785c5-e1c6-4768-b674-f81419796f79"], + CellID->263155249,ExpressionUUID->"d4488902-c699-4c03-ad03-c919b0fcaf65"], Cell[CellGroupData[{ @@ -623,18 +627,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"db380447-4205-4bbe-a442-fc2e587dc401"], + ExpressionUUID->"3342547c-9e10-4d3a-a5fb-c2c8cd49a4ae"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1906d18d-0a31-4707-9d2c-1c359b572add"], + "Spacer1"]],ExpressionUUID->"8c54f598-172e-4f00-9173-ebc370c78e7b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9768232f-9408-486b-8376-31cf8776563d"] + "206981a2-08dd-44b7-9239-c623a43b1e57"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1401858197,ExpressionUUID->"11b3f82d-6aa0-47b7-9d9b-08c6819df80c"], + CellID->287549555,ExpressionUUID->"d514fe2e-a2dc-40f5-9347-baba61e29028"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->872240178,ExpressionUUID->"ba1e7e1f-6d2d-4d9a-9d27-3d1d7cfe1e53"], @@ -5960,8 +5964,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6109,15 +6111,15 @@ Cell[BoxData[GridBox[{ "f3c335ab-90eb-4fcb-a8ca-a28e6280cc70"] }], "SeeAlso",ExpressionUUID->"fcd20313-025c-45ca-876c-94cafbd78740"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ec05d196-5efd-43d2-821b-\ -257baea44655"], + }]], "SeeAlsoSection",ExpressionUUID->"62d2465b-b2cb-4c4c-b9b0-\ +2fdf9eabec6f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6129,9 +6131,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f433df83-0e85-4ad7-84f6-8e7797d7f89e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"29e1d687-d760-42e9-b94a-\ -301adb4a8a92"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e480bf43-ad9b-4f40-97d7-\ +f57d21744eba"], Cell[BoxData[GridBox[{ { @@ -6148,7 +6149,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d15e1989-e301-410a-8dee-867500e05f2b"]}]}, + "646c156e-2ef1-4b9c-a533-299cab8cb26a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6156,10 +6157,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "83881104-a67b-405a-aaba-451c08c665c8"]}]} + "c3a90212-8dae-4ddf-8d53-98a7ff95f053"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8a6941d5-a492-4514-a265-\ -290d2f457d2e"], + }]], "MoreAboutSection",ExpressionUUID->"a2956ab8-db58-4627-ab26-\ +f1629b233904"], Cell[BoxData[GridBox[{ { @@ -6186,7 +6187,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4dbc7281-72aa-449a-94fb-68484cd728ae"]], "RelatedLinks", + "72388f3b-4f8f-413f-9c19-40b6deec8ce0"]], "RelatedLinks", ExpressionUUID->"d9f50237-b9fb-4d45-b6a9-365c90c360e3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6203,7 +6204,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "61d1a544-35cb-441c-8b78-d1dfd3c7730c"]], "RelatedLinks", + "405b2642-fdab-4801-b42b-4791ddbc1ac6"]], "RelatedLinks", ExpressionUUID->"942cb355-2cc4-4a63-be6b-2b7011a28170"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6220,11 +6221,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiculus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "de987074-4c10-48d9-bd4a-5adad1118cdf"]], "RelatedLinks", + "4230be3c-af0c-48c3-bfb7-4292c81108c0"]], "RelatedLinks", ExpressionUUID->"54aefa23-61d7-4fc4-b2a4-86c7aba8cfa6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6e94db7d-981b-42a5-97a9-\ -76983450861e"], + }]], "RelatedLinksSection",ExpressionUUID->"dc312632-876b-4ae2-9f55-\ +2d023c9acfa2"], Cell[CellGroupData[{ @@ -6254,11 +6255,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0469b401-3195-490f-b0f2-0db46bc99069"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"afc63e0c-169e-4b94-9330-3bd21609fc9c"] +Cell[" ", "FooterCell",ExpressionUUID->"09dee175-be1b-4d0e-add4-456735a01e97"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaModPreKernel", TaggingRules->{ @@ -6269,7 +6270,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 3.261828}", + "built" -> "{2024, 6, 3, 16, 54, 34.755206}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6288,10 +6289,10 @@ or/and the cardinality of the set of lexicographically most effective \ coalitions a further modified pre-kernel element can be found while setting \ smallest to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaModPreKernel", "titlemodifier" -> "", - "windowtitle" -> "ParaModPreKernel", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaModPreKernel"}}, + "metadescription" -> "", "windowtitle" -> "ParaModPreKernel", "type" -> + "Symbol", "uri" -> "TUG/ref/ParaModPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6300,9 +6301,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"599eaac3-da8e-4aef-8261-2ad4ce24536a" +ExpressionUUID->"cf23cf57-e237-40e4-8bef-f3f869b102a7" ] (* End of Notebook Content *) @@ -6310,215 +6311,213 @@ ExpressionUUID->"599eaac3-da8e-4aef-8261-2ad4ce24536a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21579, 559, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9e3785c5-e1c6-4768-b674-f81419796f79", + Cell[21628, 563, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d4488902-c699-4c03-ad03-c919b0fcaf65", CellTags->"PrimaryExamplesSection", - CellID->2017792538]} + CellID->263155249]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 342435, 6311} + {"PrimaryExamplesSection", 342467, 6312} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7140, 169, 56, "AnchorBarGrid",ExpressionUUID->"7721c31f-80ab-465b-87c7-6b18b83b2f10", +Cell[588, 21, 7187, 173, 57, "AnchorBarGrid",ExpressionUUID->"5b6fea3a-2dce-455e-b828-25c65f30e8b1", CellID->1], -Cell[7731, 192, 98, 0, 24, "ContextNameCell",ExpressionUUID->"bb803b2c-135f-4716-9300-f7790cb9d226"], +Cell[7778, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"fd137dcd-a11e-496f-9bb7-154dca2972fc"], Cell[CellGroupData[{ -Cell[7854, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"2ef8601e-6211-42c6-a4e2-b990a81c4774"], -Cell[9147, 233, 2346, 50, 405, "Usage",ExpressionUUID->"d1cf5e6d-4411-4dad-bbd8-ebeb9d7b9975", +Cell[7901, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"9876a422-42ac-4801-bf67-56ad85f710f3"], +Cell[9194, 237, 2346, 50, 402, "Usage",ExpressionUUID->"d1cf5e6d-4411-4dad-bbd8-ebeb9d7b9975", CellID->1157727705] }, Open ]], Cell[CellGroupData[{ -Cell[11530, 288, 1893, 47, 37, "NotesSection",ExpressionUUID->"a59b96a6-2706-448d-8b7b-11b129c3e26f", +Cell[11577, 292, 1895, 47, 37, "NotesSection",ExpressionUUID->"b396dec6-98a8-4cf1-95ac-804481f07f7e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->47898648], -Cell[13426, 337, 782, 20, 57, "]]",ExpressionUUID->"e3ccf9b3-2269-40a0-a01d-972a2ba1b7cf", + CellID->2008447536], +Cell[13475, 341, 782, 20, 57, "]]",ExpressionUUID->"e3ccf9b3-2269-40a0-a01d-972a2ba1b7cf", CellID->313448337], -Cell[14211, 359, 517, 13, 37, "Notes",ExpressionUUID->"2aa13b41-04e6-492c-8450-373516acc092", +Cell[14260, 363, 517, 13, 38, "Notes",ExpressionUUID->"2aa13b41-04e6-492c-8450-373516acc092", CellID->1165215207], -Cell[14731, 374, 190, 4, 36, "Notes",ExpressionUUID->"d6e64962-74db-40a1-a83d-77c622100176", +Cell[14780, 378, 190, 4, 36, "Notes",ExpressionUUID->"d6e64962-74db-40a1-a83d-77c622100176", CellID->929830610], -Cell[14924, 380, 176, 3, 36, "Notes",ExpressionUUID->"82fbe631-3c1d-45c9-ba0b-536584f51b58", +Cell[14973, 384, 176, 3, 36, "Notes",ExpressionUUID->"82fbe631-3c1d-45c9-ba0b-536584f51b58", CellID->1909954537], -Cell[15103, 385, 458, 9, 78, "Notes",ExpressionUUID->"feb003e5-6884-46a2-a534-c33c10d38c7c", +Cell[15152, 389, 458, 9, 78, "Notes",ExpressionUUID->"feb003e5-6884-46a2-a534-c33c10d38c7c", CellID->762224303], -Cell[15564, 396, 344, 6, 57, "Notes",ExpressionUUID->"b6c5bde6-d2d9-4592-bc36-e9c0216884c3", +Cell[15613, 400, 344, 6, 57, "Notes",ExpressionUUID->"b6c5bde6-d2d9-4592-bc36-e9c0216884c3", CellID->1882534913], -Cell[15911, 404, 384, 8, 70, "Notes",ExpressionUUID->"a2e7e0ad-1654-4503-9ef1-054d4a3c4ec9", +Cell[15960, 408, 384, 8, 70, "Notes",ExpressionUUID->"a2e7e0ad-1654-4503-9ef1-054d4a3c4ec9", CellID->435283457], -Cell[16298, 414, 184, 4, 70, "Notes",ExpressionUUID->"43f06a4d-8dbd-4a79-abd4-e848c3004795", +Cell[16347, 418, 184, 4, 70, "Notes",ExpressionUUID->"43f06a4d-8dbd-4a79-abd4-e848c3004795", CellID->268401842], -Cell[16485, 420, 340, 6, 70, "Notes",ExpressionUUID->"71048e5f-b54d-4800-8246-0dc9a6d08dfb", +Cell[16534, 424, 340, 6, 70, "Notes",ExpressionUUID->"71048e5f-b54d-4800-8246-0dc9a6d08dfb", CellID->760611974], -Cell[16828, 428, 267, 4, 70, "Notes",ExpressionUUID->"4ef77b66-c62b-49d7-a503-73382d5bdd8e", +Cell[16877, 432, 267, 4, 70, "Notes",ExpressionUUID->"4ef77b66-c62b-49d7-a503-73382d5bdd8e", CellID->13178], -Cell[17098, 434, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"eda11777-5a24-41e4-87a0-38568303b6de", +Cell[17147, 438, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"eda11777-5a24-41e4-87a0-38568303b6de", CellID->1028331909], -Cell[18212, 461, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"2fe9919b-2325-4777-a571-6001bb9dbe65", +Cell[18261, 465, 1224, 29, 70, "3ColumnTableMod",ExpressionUUID->"2fe9919b-2325-4777-a571-6001bb9dbe65", CellID->11156], -Cell[19439, 492, 505, 14, 70, "Notes",ExpressionUUID->"973b5047-b407-47bc-9e33-2f1c38d3ae50", +Cell[19488, 496, 505, 14, 70, "Notes",ExpressionUUID->"973b5047-b407-47bc-9e33-2f1c38d3ae50", CellID->430048067], -Cell[19947, 508, 528, 14, 70, "Notes",ExpressionUUID->"7c6556e3-429c-4d69-9e87-f27d5d7bfa6e", +Cell[19996, 512, 528, 14, 70, "Notes",ExpressionUUID->"7c6556e3-429c-4d69-9e87-f27d5d7bfa6e", CellID->2041037989], -Cell[20478, 524, 505, 14, 70, "Notes",ExpressionUUID->"e8bf3a02-bc3a-4b10-a233-5311c3dd547c", +Cell[20527, 528, 505, 14, 70, "Notes",ExpressionUUID->"e8bf3a02-bc3a-4b10-a233-5311c3dd547c", CellID->17859], -Cell[20986, 540, 466, 13, 70, "Notes",ExpressionUUID->"3f6f3916-0a7a-4c7a-951d-d07b5f456241", +Cell[21035, 544, 466, 13, 70, "Notes",ExpressionUUID->"3f6f3916-0a7a-4c7a-951d-d07b5f456241", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21579, 559, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9e3785c5-e1c6-4768-b674-f81419796f79", +Cell[21628, 563, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"d4488902-c699-4c03-ad03-c919b0fcaf65", CellTags->"PrimaryExamplesSection", - CellID->2017792538], + CellID->263155249], Cell[CellGroupData[{ -Cell[23025, 600, 1399, 36, 70, "ExampleSection",ExpressionUUID->"11b3f82d-6aa0-47b7-9d9b-08c6819df80c", - CellID->1401858197], -Cell[24427, 638, 149, 1, 70, "ExampleText",ExpressionUUID->"ba1e7e1f-6d2d-4d9a-9d27-3d1d7cfe1e53", +Cell[23073, 604, 1398, 36, 70, "ExampleSection",ExpressionUUID->"d514fe2e-a2dc-40f5-9347-baba61e29028", + CellID->287549555], +Cell[24474, 642, 149, 1, 70, "ExampleText",ExpressionUUID->"ba1e7e1f-6d2d-4d9a-9d27-3d1d7cfe1e53", CellID->872240178], -Cell[24579, 641, 184, 4, 70, "Input",ExpressionUUID->"e3746f5d-bc05-4347-b949-ab56cb811507", +Cell[24626, 645, 184, 4, 70, "Input",ExpressionUUID->"e3746f5d-bc05-4347-b949-ab56cb811507", CellID->1208961338], Cell[CellGroupData[{ -Cell[24788, 649, 137, 2, 70, "Input",ExpressionUUID->"974d7144-4363-47bc-bd91-80751555b83f", +Cell[24835, 653, 137, 2, 70, "Input",ExpressionUUID->"974d7144-4363-47bc-bd91-80751555b83f", CellID->1966330208], -Cell[24928, 653, 156, 3, 36, "Output",ExpressionUUID->"d6260ae3-8245-44d1-b285-7fd463190ca8", +Cell[24975, 657, 156, 3, 36, "Output",ExpressionUUID->"d6260ae3-8245-44d1-b285-7fd463190ca8", CellID->438391235] }, Open ]], -Cell[25099, 659, 118, 1, 70, "ExampleText",ExpressionUUID->"b69523c1-a3b7-43eb-8b33-13e6eb5bedc3", +Cell[25146, 663, 118, 1, 70, "ExampleText",ExpressionUUID->"b69523c1-a3b7-43eb-8b33-13e6eb5bedc3", CellID->494174713], Cell[CellGroupData[{ -Cell[25242, 664, 198, 4, 70, "Input",ExpressionUUID->"617a80c5-f2f5-4f6b-837d-8aa59775b075", +Cell[25289, 668, 198, 4, 70, "Input",ExpressionUUID->"617a80c5-f2f5-4f6b-837d-8aa59775b075", CellID->1299061235], Cell[CellGroupData[{ -Cell[25465, 672, 235, 4, 70, "Print",ExpressionUUID->"7d32fa12-153f-4e77-8abb-0305e27156db", +Cell[25512, 676, 235, 4, 70, "Print",ExpressionUUID->"7d32fa12-153f-4e77-8abb-0305e27156db", CellID->275145454], -Cell[25703, 678, 365, 8, 70, "Print",ExpressionUUID->"4e13e8a6-8f71-4e12-a915-8e18a639d7ed", +Cell[25750, 682, 365, 8, 70, "Print",ExpressionUUID->"4e13e8a6-8f71-4e12-a915-8e18a639d7ed", CellID->1773002892], -Cell[26071, 688, 236, 4, 70, "Print",ExpressionUUID->"3452ddc9-08c2-4291-b103-57e7ad38fee9", +Cell[26118, 692, 236, 4, 70, "Print",ExpressionUUID->"3452ddc9-08c2-4291-b103-57e7ad38fee9", CellID->1893673741], -Cell[26310, 694, 219, 3, 70, "Print",ExpressionUUID->"87af7552-ccc3-46d9-8bb2-c9b0dea00391", +Cell[26357, 698, 219, 3, 70, "Print",ExpressionUUID->"87af7552-ccc3-46d9-8bb2-c9b0dea00391", CellID->235689843], -Cell[26532, 699, 207, 3, 70, "Print",ExpressionUUID->"f5bce102-3375-48a5-aacc-91e7205b7e99", +Cell[26579, 703, 207, 3, 70, "Print",ExpressionUUID->"f5bce102-3375-48a5-aacc-91e7205b7e99", CellID->1727406654], -Cell[26742, 704, 237, 4, 70, "Print",ExpressionUUID->"35eef3d2-8637-4add-abf5-7043f959fa8a", +Cell[26789, 708, 237, 4, 70, "Print",ExpressionUUID->"35eef3d2-8637-4add-abf5-7043f959fa8a", CellID->1620438460], -Cell[26982, 710, 220, 3, 70, "Print",ExpressionUUID->"41c34313-2f39-4121-b069-725fea684585", +Cell[27029, 714, 220, 3, 70, "Print",ExpressionUUID->"41c34313-2f39-4121-b069-725fea684585", CellID->1256423058], -Cell[27205, 715, 235, 4, 70, "Print",ExpressionUUID->"d3a3e575-f1ca-46f0-8e6b-8d0c1e61867f", +Cell[27252, 719, 235, 4, 70, "Print",ExpressionUUID->"d3a3e575-f1ca-46f0-8e6b-8d0c1e61867f", CellID->969220965], -Cell[27443, 721, 235, 4, 70, "Print",ExpressionUUID->"f75445c0-56cb-43ef-a506-6de917a7fa3d", +Cell[27490, 725, 235, 4, 70, "Print",ExpressionUUID->"f75445c0-56cb-43ef-a506-6de917a7fa3d", CellID->913230600], -Cell[27681, 727, 206, 3, 70, "Print",ExpressionUUID->"ad43aeb7-2927-4106-b671-b61cd8367a4a", +Cell[27728, 731, 206, 3, 70, "Print",ExpressionUUID->"ad43aeb7-2927-4106-b671-b61cd8367a4a", CellID->470469167], -Cell[27890, 732, 236, 4, 70, "Print",ExpressionUUID->"375293c3-eb2a-4c77-8968-1d664d98b12d", +Cell[27937, 736, 236, 4, 70, "Print",ExpressionUUID->"375293c3-eb2a-4c77-8968-1d664d98b12d", CellID->1693274337] }, Open ]] }, Open ]], -Cell[28153, 740, 136, 1, 70, "ExampleText",ExpressionUUID->"675b863b-2e25-42af-9168-9cd74f42f475", +Cell[28200, 744, 136, 1, 70, "ExampleText",ExpressionUUID->"675b863b-2e25-42af-9168-9cd74f42f475", CellID->738482604], -Cell[28292, 743, 233, 6, 70, "Input",ExpressionUUID->"776c6d0b-e7e2-4b6f-b094-de8910dc3934", +Cell[28339, 747, 233, 6, 70, "Input",ExpressionUUID->"776c6d0b-e7e2-4b6f-b094-de8910dc3934", CellID->69315390], -Cell[28528, 751, 381, 9, 70, "Input",ExpressionUUID->"c5e1bd06-f5e6-4b70-ac49-abb3b9cd2532", +Cell[28575, 755, 381, 9, 70, "Input",ExpressionUUID->"c5e1bd06-f5e6-4b70-ac49-abb3b9cd2532", CellID->1216450292], -Cell[28912, 762, 238, 6, 70, "Input",ExpressionUUID->"4633cc47-17d9-4f02-aab0-2fd8b94c8e3b", +Cell[28959, 766, 238, 6, 70, "Input",ExpressionUUID->"4633cc47-17d9-4f02-aab0-2fd8b94c8e3b", CellID->1875181909], -Cell[29153, 770, 191, 4, 70, "ExampleText",ExpressionUUID->"888f585c-b2d3-4e26-bfde-cd555683e8fb", +Cell[29200, 774, 191, 4, 70, "ExampleText",ExpressionUUID->"888f585c-b2d3-4e26-bfde-cd555683e8fb", CellID->1283376770], Cell[CellGroupData[{ -Cell[29369, 778, 174, 3, 70, "Input",ExpressionUUID->"1d10c345-7629-4a26-ace3-176f64005c0a", +Cell[29416, 782, 174, 3, 70, "Input",ExpressionUUID->"1d10c345-7629-4a26-ace3-176f64005c0a", CellID->2083429973], -Cell[29546, 783, 395, 9, 36, "Output",ExpressionUUID->"70bef2e3-bf93-4c89-a112-1dd3ef36dbd3", +Cell[29593, 787, 395, 9, 36, "Output",ExpressionUUID->"70bef2e3-bf93-4c89-a112-1dd3ef36dbd3", CellID->1347575264] }, Open ]], -Cell[29956, 795, 141, 1, 70, "ExampleText",ExpressionUUID->"d40ce6f0-f699-470d-a983-b77c38a72ad3", +Cell[30003, 799, 141, 1, 70, "ExampleText",ExpressionUUID->"d40ce6f0-f699-470d-a983-b77c38a72ad3", CellID->691682563], Cell[CellGroupData[{ -Cell[30122, 800, 287, 7, 70, "Input",ExpressionUUID->"f76849f2-8508-4961-b871-ccdfc329945d", +Cell[30169, 804, 287, 7, 70, "Input",ExpressionUUID->"f76849f2-8508-4961-b871-ccdfc329945d", CellID->2107713960], -Cell[30412, 809, 377, 11, 51, "Output",ExpressionUUID->"a31009d1-a03a-4afd-b9d7-75cccb5e039f", +Cell[30459, 813, 377, 11, 50, "Output",ExpressionUUID->"a31009d1-a03a-4afd-b9d7-75cccb5e039f", CellID->1807921738] }, Open ]], -Cell[30804, 823, 150, 1, 70, "ExampleText",ExpressionUUID->"0c3fee68-5197-41b8-b1eb-4433bcb8931b", +Cell[30851, 827, 150, 1, 70, "ExampleText",ExpressionUUID->"0c3fee68-5197-41b8-b1eb-4433bcb8931b", CellID->220417170], Cell[CellGroupData[{ -Cell[30979, 828, 292, 7, 70, "Input",ExpressionUUID->"bc7c5abc-c4f0-4b66-b965-f54a3138bebf", +Cell[31026, 832, 292, 7, 70, "Input",ExpressionUUID->"bc7c5abc-c4f0-4b66-b965-f54a3138bebf", CellID->493195920], -Cell[31274, 837, 378, 11, 51, "Output",ExpressionUUID->"74d74ca4-ee39-4e91-8457-20aebf4a0565", +Cell[31321, 841, 378, 11, 50, "Output",ExpressionUUID->"74d74ca4-ee39-4e91-8457-20aebf4a0565", CellID->1459743437] }, Open ]], -Cell[31667, 851, 293, 5, 70, "ExampleText",ExpressionUUID->"3cd75edc-aec0-4f81-a331-bef90b7ca6e7", +Cell[31714, 855, 293, 5, 70, "ExampleText",ExpressionUUID->"3cd75edc-aec0-4f81-a331-bef90b7ca6e7", CellID->2027906524], -Cell[31963, 858, 189, 4, 70, "ExampleText",ExpressionUUID->"422629fe-5762-441c-94b6-ab7c5d449d5a", +Cell[32010, 862, 189, 4, 70, "ExampleText",ExpressionUUID->"422629fe-5762-441c-94b6-ab7c5d449d5a", CellID->2076905642], Cell[CellGroupData[{ -Cell[32177, 866, 199, 4, 70, "Input",ExpressionUUID->"a4c2dff8-3db9-43a6-99d1-f0adb196baf3", +Cell[32224, 870, 199, 4, 70, "Input",ExpressionUUID->"a4c2dff8-3db9-43a6-99d1-f0adb196baf3", CellID->1294837220], -Cell[32379, 872, 181, 4, 36, "Output",ExpressionUUID->"4a1c455d-6765-4207-88ca-8ef38a7b5c4e", +Cell[32426, 876, 181, 4, 36, "Output",ExpressionUUID->"4a1c455d-6765-4207-88ca-8ef38a7b5c4e", CellID->536518155] }, Open ]], -Cell[32575, 879, 160, 2, 70, "ExampleText",ExpressionUUID->"4b54778c-3862-470f-bfb0-9bd3294891ca", +Cell[32622, 883, 160, 2, 70, "ExampleText",ExpressionUUID->"4b54778c-3862-470f-bfb0-9bd3294891ca", CellID->1273149321], Cell[CellGroupData[{ -Cell[32760, 885, 192, 4, 70, "Input",ExpressionUUID->"88cbfc6e-0192-4d5d-9d29-3415733c30d5", +Cell[32807, 889, 192, 4, 70, "Input",ExpressionUUID->"88cbfc6e-0192-4d5d-9d29-3415733c30d5", CellID->1413283402], -Cell[32955, 891, 314, 9, 51, "Output",ExpressionUUID->"2fb3c1e1-ecc8-43f5-9f59-fdb00d98cc5f", +Cell[33002, 895, 314, 9, 50, "Output",ExpressionUUID->"2fb3c1e1-ecc8-43f5-9f59-fdb00d98cc5f", CellID->2089047999] }, Open ]], -Cell[33284, 903, 221, 4, 70, "ExampleText",ExpressionUUID->"927bfee0-33c4-4cad-8b74-294b027e70cf", +Cell[33331, 907, 221, 4, 70, "ExampleText",ExpressionUUID->"927bfee0-33c4-4cad-8b74-294b027e70cf", CellID->1386988829], Cell[CellGroupData[{ -Cell[33530, 911, 200, 4, 70, "Input",ExpressionUUID->"52056ff4-bf37-4244-99cc-eeafa72fc49f", +Cell[33577, 915, 200, 4, 70, "Input",ExpressionUUID->"52056ff4-bf37-4244-99cc-eeafa72fc49f", CellID->1602157497], -Cell[33733, 917, 313, 9, 51, "Output",ExpressionUUID->"05bd3ab8-c115-4a0a-93de-c5924b631d78", +Cell[33780, 921, 313, 9, 50, "Output",ExpressionUUID->"05bd3ab8-c115-4a0a-93de-c5924b631d78", CellID->940674197] }, Open ]], -Cell[34061, 929, 222, 4, 70, "ExampleText",ExpressionUUID->"74885037-0b47-49cc-ba88-4f75b8bb5e0c", +Cell[34108, 933, 222, 4, 70, "ExampleText",ExpressionUUID->"74885037-0b47-49cc-ba88-4f75b8bb5e0c", CellID->1679491773], -Cell[34286, 935, 314, 9, 70, "Input",ExpressionUUID->"cbd26361-382c-4552-b93a-09ba9c37c373", +Cell[34333, 939, 314, 9, 70, "Input",ExpressionUUID->"cbd26361-382c-4552-b93a-09ba9c37c373", CellID->2145805729], Cell[CellGroupData[{ -Cell[34625, 948, 227, 5, 70, "Input",ExpressionUUID->"b9d3f57c-20d8-46fb-82e1-32bae5e16199", +Cell[34672, 952, 227, 5, 70, "Input",ExpressionUUID->"b9d3f57c-20d8-46fb-82e1-32bae5e16199", CellID->1693636563], -Cell[34855, 955, 324, 9, 51, "Output",ExpressionUUID->"40e210d0-8598-4d78-8728-12b6439725c9", +Cell[34902, 959, 324, 9, 51, "Output",ExpressionUUID->"40e210d0-8598-4d78-8728-12b6439725c9", CellID->1552685704] }, Open ]], -Cell[35194, 967, 206, 4, 70, "ExampleText",ExpressionUUID->"b5512708-86ae-4998-b5c2-d2b4ba486d49", +Cell[35241, 971, 206, 4, 70, "ExampleText",ExpressionUUID->"b5512708-86ae-4998-b5c2-d2b4ba486d49", CellID->704461876], Cell[CellGroupData[{ -Cell[35425, 975, 199, 4, 70, "Input",ExpressionUUID->"9114f981-c1be-4ff5-bff1-718657455f32", +Cell[35472, 979, 199, 4, 70, "Input",ExpressionUUID->"9114f981-c1be-4ff5-bff1-718657455f32", CellID->1519363284], -Cell[35627, 981, 181, 4, 36, "Output",ExpressionUUID->"4b1acc5f-3966-4ac4-ad1a-a144a91155f5", +Cell[35674, 985, 181, 4, 36, "Output",ExpressionUUID->"4b1acc5f-3966-4ac4-ad1a-a144a91155f5", CellID->857757410] }, Open ]], -Cell[35823, 988, 145, 1, 70, "ExampleText",ExpressionUUID->"af4e7a3b-84bc-4153-a234-c85c1ef1982e", +Cell[35870, 992, 145, 1, 70, "ExampleText",ExpressionUUID->"af4e7a3b-84bc-4153-a234-c85c1ef1982e", CellID->1659291716], Cell[CellGroupData[{ -Cell[35993, 993, 160, 3, 70, "Input",ExpressionUUID->"63ad5960-7cf2-4fe4-b428-897e452be854", +Cell[36040, 997, 160, 3, 70, "Input",ExpressionUUID->"63ad5960-7cf2-4fe4-b428-897e452be854", CellID->1713522287], -Cell[36156, 998, 292823, 4955, 70, "Output",ExpressionUUID->"b58c9f72-f960-4e6d-97ca-e041cecf07c5", +Cell[36203, 1002, 292823, 4955, 70, "Output",ExpressionUUID->"b58c9f72-f960-4e6d-97ca-e041cecf07c5", CellID->1962025316] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[329268, 5966, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"62d2465b-b2cb-4c4c-b9b0-2fdf9eabec6f"], +Cell[334758, 6116, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e480bf43-ad9b-4f40-97d7-f57d21744eba"], +Cell[335431, 6136, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a2956ab8-db58-4627-ab26-f1629b233904"], +Cell[336467, 6164, 2232, 63, 70, "RelatedLinksSection",ExpressionUUID->"dc312632-876b-4ae2-9f55-2d023c9acfa2"], Cell[CellGroupData[{ -Cell[329243, 5964, 5487, 148, 70, "SeeAlsoSection",ExpressionUUID->"ec05d196-5efd-43d2-821b-257baea44655"], -Cell[334733, 6114, 670, 18, 70, "TechNotesSection",ExpressionUUID->"29e1d687-d760-42e9-b94a-301adb4a8a92"] -}, Open ]], -Cell[335418, 6135, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8a6941d5-a492-4514-a265-290d2f457d2e"], -Cell[336454, 6163, 2232, 63, 70, "RelatedLinksSection",ExpressionUUID->"6e94db7d-981b-42a5-97a9-76983450861e"], -Cell[CellGroupData[{ -Cell[338711, 6230, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5923a543-0d93-4c22-8c8c-d1d632e0e591", +Cell[338724, 6231, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5923a543-0d93-4c22-8c8c-d1d632e0e591", CellID->906383680], -Cell[338851, 6233, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea4a773a-86f6-47af-aaeb-4962c02f1d18", +Cell[338864, 6234, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea4a773a-86f6-47af-aaeb-4962c02f1d18", CellID->1194386356], -Cell[339073, 6239, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eba6f528-66a9-44ed-9e03-51c48a763356", +Cell[339086, 6240, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eba6f528-66a9-44ed-9e03-51c48a763356", CellID->1641706272], -Cell[339288, 6244, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99bf13de-9c68-4a12-94c1-a1fe58a2e2e4", +Cell[339301, 6245, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99bf13de-9c68-4a12-94c1-a1fe58a2e2e4", CellID->399251956], -Cell[339517, 6250, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0469b401-3195-490f-b0f2-0db46bc99069", +Cell[339530, 6251, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0469b401-3195-490f-b0f2-0db46bc99069", CellID->821434655] }, Open ]], -Cell[339754, 6256, 78, 0, 70, "FooterCell",ExpressionUUID->"afc63e0c-169e-4b94-9330-3bd21609fc9c"] +Cell[339767, 6257, 78, 0, 70, "FooterCell",ExpressionUUID->"09dee175-be1b-4d0e-add4-456735a01e97"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaModiclus.nb b/Documentation/English/ReferencePages/Symbols/ParaModiclus.nb index 6dbfd50..e9e031c 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaModiclus.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaModiclus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 352175, 6518] -NotebookOptionsPosition[ 339040, 6257] -NotebookOutlinePosition[ 341328, 6314] -CellTagsIndexPosition[ 341241, 6309] +NotebookDataLength[ 352182, 6518] +NotebookOptionsPosition[ 339062, 6259] +NotebookOutlinePosition[ 341369, 6316] +CellTagsIndexPosition[ 341282, 6311] WindowTitle->ParaModiclus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "52a89825-237c-4916-aa3b-f8eac42fb8bc"], + "cb5f3d64-ccc7-40d5-9990-307d6b56e225"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "82f83c93-41f8-43df-8303-cf262795a1df"], + "417f57ab-d2e4-4b8f-b7a5-dfc2d28973b5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e881dfd9-250b-4cc5-8574-1e5eac966074"] - }],ExpressionUUID->"6d527a77-5b22-40c4-bcf3-0142a5702a0b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"IsModiclusQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/IsModiclusQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "70472a81-9b3e-4eed-9aec-83ff16d8ccc0"] + }],ExpressionUUID->"e30225c7-b17b-4eda-8793-d52b2fc53905"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"IsModiclusQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/IsModiclusQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c196cea9-a3a2-41a1-9c6c-08d7e77536d6"], + "c37031bd-b4e9-4901-866e-673c5e5feab0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f199b87f-1037-4f5d-9608-84efe2f0bfb2"] - }],ExpressionUUID->"6223d1cb-c197-4fa3-86fb-a17162a5f078"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c0f34705-a265-459a-9306-b374198374dc"] + }],ExpressionUUID->"041a6085-2b57-46ff-b6ab-a66aa0d6d31f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0d9e091e-7316-4959-ac01-a62d949cf3e3"], + "965a15bb-131a-4cb0-b035-4bccca063b97"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0cc56b2d-0347-442e-b58d-5f9eb4376ba9"] - }],ExpressionUUID->"f945182c-9a58-4193-88ea-773cab1d8898"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "62b83149-af70-4d21-985d-998af33c0c26"] + }],ExpressionUUID->"09a26af2-ddf8-4e63-ac31-c821dc9f14a8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c0c9625d-9c3a-4751-8353-25d4407f1d93"], + "cf6a2f34-c614-450b-b443-1663d7fe3b73"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "50584f88-03ce-4fca-985d-f3664639aaa6"] - }],ExpressionUUID->"70ffe297-4f50-4c63-844e-0e0918e11458"], - StripOnInput->False], {"\<\"TUG/ref/ParaModiclus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaModiclus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaModiclus.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$142158], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaModiclus" <> ".html"], None}]}]}, + "dbdf70a2-4b57-4644-9aeb-0ceaeece0809"] + }],ExpressionUUID->"8b78f343-28b1-49b8-8301-3cd447ede0ac"], + StripOnInput->False],{ + "\"TUG/ref/ParaModiclus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaModiclus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ParaModiclus.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$152814], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaModiclus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "15c3d4bc-1c50-4518-b34c-adb4a0ec88a5"] + "037559d2-2ecb-4e50-836f-28bb646ec091"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1ffad23e-3398-48fb-92b3-fcb0e09b6ecb"]} + "79fa839d-58cd-4386-bcef-623cf8844771"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3c080eaf-ab94-4ee7-b246-f44c597182f6"], + CellID->1,ExpressionUUID->"ae59ede3-a236-427a-ab55-7c33cc316cc4"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"945be25d-106d-4bf3-ad1f-307589efd056"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"8824a508-6fbc-4657-8e3e-e59ce66a7e79"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaModiclus", "ObjectName",ExpressionUUID-> - "ccbe94f2-d964-4655-a5f4-9bb016f124ec"], + "c77b4c46-4c78-4ded-bdb2-adfd8cab5546"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9e075949-027c-4c7f-b96b-59376b6affcb"], + "Spacer1"]],ExpressionUUID->"3c18cf70-1999-4f5f-aea3-a646d3edc624"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f3215aa2-d17f-432b-ae68-3c7508173367"] - }],ExpressionUUID->"5ca44dd0-ee58-46ea-aaf5-a075d50cebf6"], Cell[BoxData[ + "f34065fd-41f8-407c-beb9-a0e5dfff53e9"] + }],ExpressionUUID->"e331a0d9-fe99-4524-847a-d949d575066a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "634716d0-0da6-4f25-8db2-48db93148d99"]} + "ecf414fa-4d23-4cba-a496-7b579a6080ff"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cabfce66-831d-49f9-81da-093bf20f029b"], + CacheGraphics->False,ExpressionUUID->"1bc0fcf3-af85-49fb-b758-7679554521f2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"5d807edb-cede-41a2-a194-21a8e0e25d9e"]}, + }],ExpressionUUID->"790ca4ab-80fe-40bf-9c08-4ff5d2c4b36d"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaModiclus", "[", @@ -250,7 +255,7 @@ Sudhoelter (2007)." FontFamily->"Source Sans Pro",ExpressionUUID-> "4eb046c9-dda0-4d1c-a912-632e458525f9"], " \[LineSeparator]by option set a different solver can be invoked." - }],ExpressionUUID->"b17c0a9d-016b-4b91-99c7-244e929a3af6"]} + }],ExpressionUUID->"e48f1b31-11b7-436a-ad8c-c2c34f41bccd"]} }]], "Usage", CellID->1455417667,ExpressionUUID->"c1d05634-798a-47e6-9a77-9742e5db8872"] }, Open ]], @@ -283,12 +288,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f3bfa06a-63ef-4f22-bee2-3268e41e780c"], + ExpressionUUID->"2de493f1-1bf4-43cd-a6d5-1e6a6646dc62"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2821ab51-7527-43ba-a15a-de1a2ceff51a"], + "Spacer1"]],ExpressionUUID->"3ef625c5-2083-4e81-9505-be056f85ebe2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1da9a526-65fa-4c6a-90ca-77eb8028df4c"], + }], "NotesFrameText",ExpressionUUID->"f5714cfe-07d3-4742-b572-42179106e2d5"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +304,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a7a818e6-1202-4d4a-af0e-edcc01733063"]], \ + "Preemptive"]],ExpressionUUID->"88d981d2-1b06-487c-acbc-9b478b876aa2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1860511253,ExpressionUUID->"2957bc51-c38f-4344-b193-01063e074acb"], + CellID->1114674157,ExpressionUUID->"50d991a3-326e-4757-9e4f-1fb55eacad3a"], Cell[TextData[{ "The input expression ", @@ -392,11 +397,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "36ba4a19-e0b2-4a03-a337-89ee6837aa67"], "RevisedSimplex", Cell[ + "82520dbc-e2f3-4e1e-9ef4-870aeb8e39e9"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"1be46d7c-fdcf-4043-b2b8-08de304ffa10"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d0fd9839-237f-4e8f-910a-cb30981c1df8"], + "28b86de3-d297-48c7-9fcb-7d51afc3f98a"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -412,11 +417,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2418085f-ffbd-490b-8b92-61e34fed2ab8"], "CLP", Cell["\<\ + "00fe10e9-ef3b-4ae2-bbd0-d4e40818a89d"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"5f5d9f0d-08f6-43f6-a1a9-6503b19905fa"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7e77bd57-7d7c-4144-a2f6-909b89437527"], + "d308d054-7354-4eb9-a5f2-bcf79001f03b"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -432,7 +437,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c2b78b30-c12a-4b0d-84d8-86c6312be408"], "InteriorPoint", Cell["\<\ + "3975731a-00da-47c8-91b8-5957f0f609fb"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"8d3a900d-c8f2-46e8-97b4-b0e5b5ec117c"]} }]], "2ColumnTableMod", @@ -502,19 +507,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"256e35c1-a4ce-4a37-9cf5-61757dac67f3"], + ExpressionUUID->"072c3d93-8cb8-4322-b3bb-c5a0e05b7e4a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d1fa2571-dac2-4950-baa2-b96b4e5ce640"], + "Spacer1"]],ExpressionUUID->"e7be1408-6c77-4d27-ba4b-e53e8a8fa178"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "65d23016-b528-4bb2-bbf0-70629d942f38"] + "915453ad-d7d8-4f75-8af7-24c5ae48fd82"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->781965330,ExpressionUUID->"927eb109-b5a0-4b20-acd8-73a05407baa8"], + CellID->545104551,ExpressionUUID->"63618e17-525f-48b1-8ac2-b4d436b48c08"], Cell[CellGroupData[{ @@ -543,18 +548,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"369b0883-7b63-4723-9f0c-7db9d070aee4"], + ExpressionUUID->"bdde9715-b68d-4672-93b1-7788f5e30fba"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b66de6a4-8cee-4326-b607-a846c5e1ac67"], + "Spacer1"]],ExpressionUUID->"34f049ec-a010-4cbb-b6e6-a6c22c4339cc"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "91027715-0f6f-4209-beec-6b6620838503"] + "4fc03b76-f2c2-4211-940e-1daf8bda9c44"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1362507666,ExpressionUUID->"ebbfda73-8efd-4607-a47f-1050e39de236"], + CellID->10262920,ExpressionUUID->"cfaea798-7623-49cb-ae78-6d2efd7dbce9"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1970212583,ExpressionUUID->"f9e39445-ef17-460b-a180-16c154373347"], @@ -5959,8 +5964,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6108,15 +6111,15 @@ Cell[BoxData[GridBox[{ "0562859c-75b7-4df9-bf8c-55f8d0a61045"] }], "SeeAlso",ExpressionUUID->"ca133be9-9907-40a7-9102-44f38fc2b423"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"51fa3dcc-5c69-4f64-b5a3-\ -077e36e2cee3"], + }]], "SeeAlsoSection",ExpressionUUID->"62c67065-55dd-43ca-a0f4-\ +5744e7c75824"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6128,9 +6131,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5b8472c5-80ba-4f54-813e-f27e20c73cdd"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2a28118a-de45-4685-8c1a-\ -a2902f69a21a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fe2b2076-ba25-4886-bdbf-\ +d649e9caa45b"], Cell[BoxData[GridBox[{ { @@ -6147,7 +6149,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "685ddb9f-c8e5-447c-a95f-d5f63916a490"]}]}, + "bc3fbf8e-5207-443b-b1a2-7bb2c74c817f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6155,10 +6157,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9de65165-7fe8-400c-906f-e582a2b2150d"]}]} + "40f89ef1-a75e-4f1c-a4d9-f19b1469f4a3"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f9d47b9e-90e3-4a89-9248-\ -47299de0ba3e"], + }]], "MoreAboutSection",ExpressionUUID->"23b4887d-e3c6-4767-8bed-\ +28223896647d"], Cell[BoxData[GridBox[{ { @@ -6185,7 +6187,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "638761fc-3309-4514-90d3-4c074a1dca05"]], "RelatedLinks", + "ec2ac447-b4da-4f1b-a6b7-7c9966f3c4d0"]], "RelatedLinks", ExpressionUUID->"961e5732-0280-4758-8dbe-a3c1a5e2c3c5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6202,7 +6204,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "60b68a83-6671-4fa1-bdb8-e9e0d8e15d8a"]], "RelatedLinks", + "476620d9-c845-408e-881b-bb0df6c352d5"]], "RelatedLinks", ExpressionUUID->"e395d18a-5804-4472-bc7f-ba79ad279281"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6219,11 +6221,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c81508d3-bd2c-4e81-bcfc-997e25275c87"]], "RelatedLinks", + "912b803e-81af-426c-88fd-52b3f891ecd8"]], "RelatedLinks", ExpressionUUID->"52a80523-f29a-479c-bf05-f4bbfed6f694"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"547468e0-2715-418d-b0c8-\ -3c9310a095a4"], + }]], "RelatedLinksSection",ExpressionUUID->"587c3136-f79c-421d-a06a-\ +3463fb6a86d1"], Cell[CellGroupData[{ @@ -6253,11 +6255,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c8c6a83e-6236-4774-946f-409f80e03fc7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"fb245148-7abb-460e-a9a5-e1a2da7e9e2a"] +Cell[" ", "FooterCell",ExpressionUUID->"380317ae-4c43-4205-a0ec-439a9ed32ea2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaModiclus", TaggingRules->{ @@ -6268,7 +6270,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 0.824137}", + "built" -> "{2024, 6, 3, 16, 54, 33.030497}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6279,10 +6281,10 @@ linear programs from the TU-game argument game by relying on an LP approach \ as suggested by B. Peleg and P. Sudhoelter (2007). ParaModiclus[game, \ options] by option set a different solver can be invoked.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaModiclus", "titlemodifier" -> "", - "windowtitle" -> "ParaModiclus", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaModiclus"}}, + "metadescription" -> "", "windowtitle" -> "ParaModiclus", "type" -> + "Symbol", "uri" -> "TUG/ref/ParaModiclus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6291,9 +6293,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0797e25a-009e-4fb4-866a-1e69d4f9a9ae" +ExpressionUUID->"51a4cca2-5aea-45b7-95e7-9d18a615c563" ] (* End of Notebook Content *) @@ -6301,225 +6303,223 @@ ExpressionUUID->"0797e25a-009e-4fb4-866a-1e69d4f9a9ae" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18511, 479, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"927eb109-b5a0-4b20-acd8-73a05407baa8", + Cell[18569, 484, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"63618e17-525f-48b1-8ac2-b4d436b48c08", CellTags->"PrimaryExamplesSection", - CellID->781965330]} + CellID->545104551]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 341041, 6302} + {"PrimaryExamplesSection", 341082, 6304} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7131, 168, 56, "AnchorBarGrid",ExpressionUUID->"3c080eaf-ab94-4ee7-b246-f44c597182f6", +Cell[584, 21, 7189, 173, 57, "AnchorBarGrid",ExpressionUUID->"ae59ede3-a236-427a-ab55-7c33cc316cc4", CellID->1], -Cell[7718, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"945be25d-106d-4bf3-ad1f-307589efd056"], +Cell[7776, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"8824a508-6fbc-4657-8e3e-e59ce66a7e79"], Cell[CellGroupData[{ -Cell[7841, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"cabfce66-831d-49f9-81da-093bf20f029b"], -Cell[9130, 232, 1032, 22, 209, "Usage",ExpressionUUID->"c1d05634-798a-47e6-9a77-9742e5db8872", +Cell[7899, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"1bc0fcf3-af85-49fb-b758-7679554521f2"], +Cell[9188, 237, 1032, 22, 208, "Usage",ExpressionUUID->"c1d05634-798a-47e6-9a77-9742e5db8872", CellID->1455417667] }, Open ]], Cell[CellGroupData[{ -Cell[10199, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"2957bc51-c38f-4344-b193-01063e074acb", +Cell[10257, 264, 1895, 47, 37, "NotesSection",ExpressionUUID->"50d991a3-326e-4757-9e4f-1fb55eacad3a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1860511253], -Cell[12097, 308, 515, 12, 57, "Notes",ExpressionUUID->"e96825ff-892b-4455-a14d-baff34119ee0", + CellID->1114674157], +Cell[12155, 313, 515, 12, 57, "Notes",ExpressionUUID->"e96825ff-892b-4455-a14d-baff34119ee0", CellID->1014199156], -Cell[12615, 322, 516, 13, 37, "Notes",ExpressionUUID->"8513a300-3537-4c67-8e6c-99aa02ad1a5b", +Cell[12673, 327, 516, 13, 38, "Notes",ExpressionUUID->"8513a300-3537-4c67-8e6c-99aa02ad1a5b", CellID->1480386662], -Cell[13134, 337, 213, 4, 36, "Notes",ExpressionUUID->"e46fd94c-1d2f-4ebe-b2e3-0e180c89c50b", +Cell[13192, 342, 213, 4, 36, "Notes",ExpressionUUID->"e46fd94c-1d2f-4ebe-b2e3-0e180c89c50b", CellID->855726521], -Cell[13350, 343, 143, 1, 36, "Notes",ExpressionUUID->"e2fd96df-67c5-4061-845a-b7ee3e15cb41", +Cell[13408, 348, 143, 1, 36, "Notes",ExpressionUUID->"e2fd96df-67c5-4061-845a-b7ee3e15cb41", CellID->1436926534], -Cell[13496, 346, 407, 7, 78, "Notes",ExpressionUUID->"d89666d3-2e14-4bfd-8800-62a8e79eda1f", +Cell[13554, 351, 407, 7, 78, "Notes",ExpressionUUID->"d89666d3-2e14-4bfd-8800-62a8e79eda1f", CellID->1915566307], -Cell[13906, 355, 386, 8, 37, "Notes",ExpressionUUID->"a651a773-2283-4dbf-9f2b-8eaf86c9906a", +Cell[13964, 360, 386, 8, 38, "Notes",ExpressionUUID->"a651a773-2283-4dbf-9f2b-8eaf86c9906a", CellID->282341443], -Cell[14295, 365, 179, 4, 36, "Notes",ExpressionUUID->"56ad38cd-14dc-4dd4-8164-824600efd232", +Cell[14353, 370, 179, 4, 36, "Notes",ExpressionUUID->"56ad38cd-14dc-4dd4-8164-824600efd232", CellID->523856006], -Cell[14477, 371, 282, 5, 57, "Notes",ExpressionUUID->"5b223f64-0f5b-4a32-9645-00ffc0a2a5f5", +Cell[14535, 376, 282, 5, 57, "Notes",ExpressionUUID->"5b223f64-0f5b-4a32-9645-00ffc0a2a5f5", CellID->1210693388], -Cell[14762, 378, 386, 12, 37, "Notes",ExpressionUUID->"8e7dc747-d00b-4819-b132-3ed6f188760f", +Cell[14820, 383, 386, 12, 38, "Notes",ExpressionUUID->"8e7dc747-d00b-4819-b132-3ed6f188760f", CellID->24981], -Cell[15151, 392, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"806b2613-0f94-4f0a-a211-b64aa37b7091", +Cell[15209, 397, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"806b2613-0f94-4f0a-a211-b64aa37b7091", CellID->12695], -Cell[16048, 412, 854, 18, 70, "2ColumnTableMod",ExpressionUUID->"3c76308a-6cbb-4f4a-af0b-2a33dd2ee3bd", +Cell[16106, 417, 854, 18, 70, "2ColumnTableMod",ExpressionUUID->"3c76308a-6cbb-4f4a-af0b-2a33dd2ee3bd", CellID->1546107665], -Cell[16905, 432, 515, 9, 70, "2ColumnTableMod",ExpressionUUID->"f5abbf2c-8914-460c-b066-ac64beb5f62c", +Cell[16963, 437, 515, 9, 70, "2ColumnTableMod",ExpressionUUID->"f5abbf2c-8914-460c-b066-ac64beb5f62c", CellID->512784626], -Cell[17423, 443, 438, 14, 70, "Notes",ExpressionUUID->"3ac88b74-d05c-4ed5-9bb2-d15ebf354404", +Cell[17481, 448, 438, 14, 70, "Notes",ExpressionUUID->"3ac88b74-d05c-4ed5-9bb2-d15ebf354404", CellID->17586], -Cell[17864, 459, 520, 14, 70, "Notes",ExpressionUUID->"6769f78c-4ddc-497f-947a-0da64b0de40c", +Cell[17922, 464, 520, 14, 70, "Notes",ExpressionUUID->"6769f78c-4ddc-497f-947a-0da64b0de40c", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18511, 479, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"927eb109-b5a0-4b20-acd8-73a05407baa8", +Cell[18569, 484, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"63618e17-525f-48b1-8ac2-b4d436b48c08", CellTags->"PrimaryExamplesSection", - CellID->781965330], + CellID->545104551], Cell[CellGroupData[{ -Cell[19956, 520, 1399, 36, 70, "ExampleSection",ExpressionUUID->"ebbfda73-8efd-4607-a47f-1050e39de236", - CellID->1362507666], -Cell[21358, 558, 150, 1, 70, "ExampleText",ExpressionUUID->"f9e39445-ef17-460b-a180-16c154373347", +Cell[20014, 525, 1397, 36, 70, "ExampleSection",ExpressionUUID->"cfaea798-7623-49cb-ae78-6d2efd7dbce9", + CellID->10262920], +Cell[21414, 563, 150, 1, 70, "ExampleText",ExpressionUUID->"f9e39445-ef17-460b-a180-16c154373347", CellID->1970212583], -Cell[21511, 561, 184, 4, 70, "Input",ExpressionUUID->"e1c71b92-8c5b-4d6a-b04f-393f7ac99f73", +Cell[21567, 566, 184, 4, 70, "Input",ExpressionUUID->"e1c71b92-8c5b-4d6a-b04f-393f7ac99f73", CellID->1624874197], Cell[CellGroupData[{ -Cell[21720, 569, 137, 2, 70, "Input",ExpressionUUID->"d5f494af-fc1e-45f8-9eea-b73ce8640abc", +Cell[21776, 574, 137, 2, 70, "Input",ExpressionUUID->"d5f494af-fc1e-45f8-9eea-b73ce8640abc", CellID->1655950383], -Cell[21860, 573, 158, 3, 36, "Output",ExpressionUUID->"1cda7ef6-5174-4855-b838-4138533f4b4c", +Cell[21916, 578, 158, 3, 36, "Output",ExpressionUUID->"1cda7ef6-5174-4855-b838-4138533f4b4c", CellID->1219250121] }, Open ]], -Cell[22033, 579, 119, 1, 70, "ExampleText",ExpressionUUID->"7e53c66a-478f-4837-81d5-4c62f7bf93e8", +Cell[22089, 584, 119, 1, 70, "ExampleText",ExpressionUUID->"7e53c66a-478f-4837-81d5-4c62f7bf93e8", CellID->1738295243], Cell[CellGroupData[{ -Cell[22177, 584, 198, 4, 70, "Input",ExpressionUUID->"c5aec524-c603-4891-bd66-ae934afd5253", +Cell[22233, 589, 198, 4, 70, "Input",ExpressionUUID->"c5aec524-c603-4891-bd66-ae934afd5253", CellID->1116710362], Cell[CellGroupData[{ -Cell[22400, 592, 236, 4, 70, "Print",ExpressionUUID->"711ca176-696b-4216-a465-49d4efc3ee30", +Cell[22456, 597, 236, 4, 70, "Print",ExpressionUUID->"711ca176-696b-4216-a465-49d4efc3ee30", CellID->676474473], -Cell[22639, 598, 365, 8, 70, "Print",ExpressionUUID->"663f6d52-7674-4dd9-bad0-ffbb63d8d6d0", +Cell[22695, 603, 365, 8, 70, "Print",ExpressionUUID->"663f6d52-7674-4dd9-bad0-ffbb63d8d6d0", CellID->702115027], -Cell[23007, 608, 236, 4, 70, "Print",ExpressionUUID->"0c46e3c3-fad5-4055-b49d-0bfc30f01d01", +Cell[23063, 613, 236, 4, 70, "Print",ExpressionUUID->"0c46e3c3-fad5-4055-b49d-0bfc30f01d01", CellID->660276930], -Cell[23246, 614, 220, 3, 70, "Print",ExpressionUUID->"570872cf-769c-4a7f-9a14-625e75f4a2c5", +Cell[23302, 619, 220, 3, 70, "Print",ExpressionUUID->"570872cf-769c-4a7f-9a14-625e75f4a2c5", CellID->814801597], -Cell[23469, 619, 207, 3, 70, "Print",ExpressionUUID->"f7083fa9-2856-4bed-947d-b62b1defe873", +Cell[23525, 624, 207, 3, 70, "Print",ExpressionUUID->"f7083fa9-2856-4bed-947d-b62b1defe873", CellID->668239354], -Cell[23679, 624, 238, 4, 70, "Print",ExpressionUUID->"8ee286d4-1a49-467b-80a7-3eafc9b02b49", +Cell[23735, 629, 238, 4, 70, "Print",ExpressionUUID->"8ee286d4-1a49-467b-80a7-3eafc9b02b49", CellID->1808446516], -Cell[23920, 630, 221, 3, 70, "Print",ExpressionUUID->"d3ab1805-81ac-4601-98c6-fa61d3f582f7", +Cell[23976, 635, 221, 3, 70, "Print",ExpressionUUID->"d3ab1805-81ac-4601-98c6-fa61d3f582f7", CellID->1391519957], -Cell[24144, 635, 236, 4, 70, "Print",ExpressionUUID->"b49ab765-cdba-4a17-8ae6-5ba0ec7acd53", +Cell[24200, 640, 236, 4, 70, "Print",ExpressionUUID->"b49ab765-cdba-4a17-8ae6-5ba0ec7acd53", CellID->909509135], -Cell[24383, 641, 236, 4, 70, "Print",ExpressionUUID->"21879dca-c49c-4b8f-9835-c11163fe3c3d", +Cell[24439, 646, 236, 4, 70, "Print",ExpressionUUID->"21879dca-c49c-4b8f-9835-c11163fe3c3d", CellID->434651697], -Cell[24622, 647, 208, 3, 70, "Print",ExpressionUUID->"6a10b4b6-6afb-4830-b6a7-de8c2fe951e6", +Cell[24678, 652, 208, 3, 70, "Print",ExpressionUUID->"6a10b4b6-6afb-4830-b6a7-de8c2fe951e6", CellID->1714428410], -Cell[24833, 652, 237, 4, 70, "Print",ExpressionUUID->"7e3dd00a-901e-45bd-bbfe-9e13fdea9ff9", +Cell[24889, 657, 237, 4, 70, "Print",ExpressionUUID->"7e3dd00a-901e-45bd-bbfe-9e13fdea9ff9", CellID->1386468759] }, Open ]] }, Open ]], -Cell[25097, 660, 137, 1, 70, "ExampleText",ExpressionUUID->"0270abc5-f7bd-4a66-b4d9-f09d7089295c", +Cell[25153, 665, 137, 1, 70, "ExampleText",ExpressionUUID->"0270abc5-f7bd-4a66-b4d9-f09d7089295c", CellID->1938291827], -Cell[25237, 663, 234, 6, 70, "Input",ExpressionUUID->"d98c288e-5f22-4dfc-bc8b-2422e8921067", +Cell[25293, 668, 234, 6, 70, "Input",ExpressionUUID->"d98c288e-5f22-4dfc-bc8b-2422e8921067", CellID->580607843], -Cell[25474, 671, 381, 9, 70, "Input",ExpressionUUID->"7aecbd8b-c74b-460b-b821-2ee7a05e9b4b", +Cell[25530, 676, 381, 9, 70, "Input",ExpressionUUID->"7aecbd8b-c74b-460b-b821-2ee7a05e9b4b", CellID->1640566368], -Cell[25858, 682, 238, 6, 70, "Input",ExpressionUUID->"8551fb3c-52ee-4403-91dd-5f5f51137c5d", +Cell[25914, 687, 238, 6, 70, "Input",ExpressionUUID->"8551fb3c-52ee-4403-91dd-5f5f51137c5d", CellID->1547505969], -Cell[26099, 690, 191, 4, 70, "ExampleText",ExpressionUUID->"f0829db9-6131-4eb2-bfb7-d987c37bedba", +Cell[26155, 695, 191, 4, 70, "ExampleText",ExpressionUUID->"f0829db9-6131-4eb2-bfb7-d987c37bedba", CellID->1563223574], Cell[CellGroupData[{ -Cell[26315, 698, 169, 3, 70, "Input",ExpressionUUID->"9e3c1373-8dba-45d8-8446-8f350ed48833", +Cell[26371, 703, 169, 3, 70, "Input",ExpressionUUID->"9e3c1373-8dba-45d8-8446-8f350ed48833", CellID->757073856], -Cell[26487, 703, 220, 5, 36, "Output",ExpressionUUID->"61e5505d-4ee8-47e4-b086-90c9d4092d1a", +Cell[26543, 708, 220, 5, 36, "Output",ExpressionUUID->"61e5505d-4ee8-47e4-b086-90c9d4092d1a", CellID->788263533] }, Open ]], -Cell[26722, 711, 220, 4, 70, "ExampleText",ExpressionUUID->"a767cb57-e050-45b4-8f62-daee105fe2b0", +Cell[26778, 716, 220, 4, 70, "ExampleText",ExpressionUUID->"a767cb57-e050-45b4-8f62-daee105fe2b0", CellID->983183284], Cell[CellGroupData[{ -Cell[26967, 719, 282, 7, 70, "Input",ExpressionUUID->"0317d72f-fabc-413f-9c9d-6f4504307688", +Cell[27023, 724, 282, 7, 70, "Input",ExpressionUUID->"0317d72f-fabc-413f-9c9d-6f4504307688", CellID->687752906], -Cell[27252, 728, 380, 11, 51, "Output",ExpressionUUID->"201e3f63-6b9e-419e-9561-6c9aaf9e8734", +Cell[27308, 733, 380, 11, 50, "Output",ExpressionUUID->"201e3f63-6b9e-419e-9561-6c9aaf9e8734", CellID->1510291676] }, Open ]], -Cell[27647, 742, 151, 1, 70, "ExampleText",ExpressionUUID->"fa2380d6-7fc4-40b7-a5b4-f53dcaf1922c", +Cell[27703, 747, 151, 1, 70, "ExampleText",ExpressionUUID->"fa2380d6-7fc4-40b7-a5b4-f53dcaf1922c", CellID->1150291607], Cell[CellGroupData[{ -Cell[27823, 747, 288, 7, 70, "Input",ExpressionUUID->"d6c8b9e4-34b2-4594-a4c0-d6e7e6bd136e", +Cell[27879, 752, 288, 7, 70, "Input",ExpressionUUID->"d6c8b9e4-34b2-4594-a4c0-d6e7e6bd136e", CellID->724671037], -Cell[28114, 756, 379, 11, 51, "Output",ExpressionUUID->"87bd46ae-9258-47b2-b104-0695ce8726d8", +Cell[28170, 761, 379, 11, 50, "Output",ExpressionUUID->"87bd46ae-9258-47b2-b104-0695ce8726d8", CellID->972367793] }, Open ]], -Cell[28508, 770, 290, 5, 70, "ExampleText",ExpressionUUID->"c95e30b4-d491-4adf-9fe2-e86d62e3386c", +Cell[28564, 775, 290, 5, 70, "ExampleText",ExpressionUUID->"c95e30b4-d491-4adf-9fe2-e86d62e3386c", CellID->3388053], -Cell[28801, 777, 203, 4, 70, "ExampleText",ExpressionUUID->"a4dba08a-679c-41b1-a1bf-5c6e0c6f4f96", +Cell[28857, 782, 203, 4, 70, "ExampleText",ExpressionUUID->"a4dba08a-679c-41b1-a1bf-5c6e0c6f4f96", CellID->1340312943], Cell[CellGroupData[{ -Cell[29029, 785, 203, 4, 70, "Input",ExpressionUUID->"18fe3e5f-e506-4092-823c-c5f241fd593e", +Cell[29085, 790, 203, 4, 70, "Input",ExpressionUUID->"18fe3e5f-e506-4092-823c-c5f241fd593e", CellID->1273667728], -Cell[29235, 791, 162, 3, 36, "Output",ExpressionUUID->"fd42df6e-f783-4557-b176-d3319724ba05", +Cell[29291, 796, 162, 3, 36, "Output",ExpressionUUID->"fd42df6e-f783-4557-b176-d3319724ba05", CellID->2111096333] }, Open ]], -Cell[29412, 797, 188, 4, 70, "ExampleText",ExpressionUUID->"12826549-ae3c-4146-8b3b-2f48737944ce", +Cell[29468, 802, 188, 4, 70, "ExampleText",ExpressionUUID->"12826549-ae3c-4146-8b3b-2f48737944ce", CellID->1642801383], Cell[CellGroupData[{ -Cell[29625, 805, 198, 4, 70, "Input",ExpressionUUID->"0ae51d8d-4cda-40ea-af35-10b16d846530", +Cell[29681, 810, 198, 4, 70, "Input",ExpressionUUID->"0ae51d8d-4cda-40ea-af35-10b16d846530", CellID->561253887], -Cell[29826, 811, 158, 3, 36, "Output",ExpressionUUID->"89ae0ccb-4ec0-4d93-8511-fa89548bb149", +Cell[29882, 816, 158, 3, 36, "Output",ExpressionUUID->"89ae0ccb-4ec0-4d93-8511-fa89548bb149", CellID->71901893] }, Open ]], -Cell[29999, 817, 143, 1, 70, "ExampleText",ExpressionUUID->"d2bf8ce3-185c-4cda-846d-2052bbd85e24", +Cell[30055, 822, 143, 1, 70, "ExampleText",ExpressionUUID->"d2bf8ce3-185c-4cda-846d-2052bbd85e24", CellID->594108931], -Cell[30145, 820, 171, 3, 70, "ExampleText",ExpressionUUID->"310b66b4-b37f-407e-8846-e8ff0d6afc13", +Cell[30201, 825, 171, 3, 70, "ExampleText",ExpressionUUID->"310b66b4-b37f-407e-8846-e8ff0d6afc13", CellID->684843264], Cell[CellGroupData[{ -Cell[30341, 827, 358, 9, 70, "Input",ExpressionUUID->"764a2511-f8d3-4b01-9aec-10e463b0d588", +Cell[30397, 832, 358, 9, 70, "Input",ExpressionUUID->"764a2511-f8d3-4b01-9aec-10e463b0d588", CellID->825836476], -Cell[30702, 838, 380, 11, 51, "Output",ExpressionUUID->"6fa19509-6998-40d6-b4f9-17ba23df10d9", +Cell[30758, 843, 380, 11, 50, "Output",ExpressionUUID->"6fa19509-6998-40d6-b4f9-17ba23df10d9", CellID->1028735994] }, Open ]], Cell[CellGroupData[{ -Cell[31119, 854, 374, 10, 70, "Input",ExpressionUUID->"7c45d0cd-051a-4083-a1e2-94f902f78710", +Cell[31175, 859, 374, 10, 70, "Input",ExpressionUUID->"7c45d0cd-051a-4083-a1e2-94f902f78710", CellID->1718418552], -Cell[31496, 866, 380, 11, 51, "Output",ExpressionUUID->"36263502-9ab9-4293-80bc-cd31d2071b6f", +Cell[31552, 871, 380, 11, 50, "Output",ExpressionUUID->"36263502-9ab9-4293-80bc-cd31d2071b6f", CellID->832236175] }, Open ]], Cell[CellGroupData[{ -Cell[31913, 882, 360, 9, 70, "Input",ExpressionUUID->"d0e284fb-f952-4ef4-972a-33beee6cc674", +Cell[31969, 887, 360, 9, 70, "Input",ExpressionUUID->"d0e284fb-f952-4ef4-972a-33beee6cc674", CellID->617073489], -Cell[32276, 893, 338, 9, 36, "Output",ExpressionUUID->"f9d34215-41c1-4bde-b083-fc2c61b79526", +Cell[32332, 898, 338, 9, 36, "Output",ExpressionUUID->"f9d34215-41c1-4bde-b083-fc2c61b79526", CellID->2128571023] }, Open ]], Cell[CellGroupData[{ -Cell[32651, 907, 557, 15, 70, "Input",ExpressionUUID->"fb504655-89c5-4e7e-af86-7f9488277164", +Cell[32707, 912, 557, 15, 70, "Input",ExpressionUUID->"fb504655-89c5-4e7e-af86-7f9488277164", CellID->730399638], -Cell[33211, 924, 379, 11, 51, "Output",ExpressionUUID->"9d747108-2298-4bf8-8136-e1f95f4f98e1", +Cell[33267, 929, 379, 11, 50, "Output",ExpressionUUID->"9d747108-2298-4bf8-8136-e1f95f4f98e1", CellID->745542285] }, Open ]], Cell[CellGroupData[{ -Cell[33627, 940, 362, 9, 70, "Input",ExpressionUUID->"84f0cc16-fcc0-43c7-942c-2cbaa779ff7b", +Cell[33683, 945, 362, 9, 70, "Input",ExpressionUUID->"84f0cc16-fcc0-43c7-942c-2cbaa779ff7b", CellID->2124976872], -Cell[33992, 951, 380, 11, 51, "Output",ExpressionUUID->"6ff894de-6a4c-48f2-8643-6e09b4c12eba", +Cell[34048, 956, 380, 11, 50, "Output",ExpressionUUID->"6ff894de-6a4c-48f2-8643-6e09b4c12eba", CellID->1013119455] }, Open ]], Cell[CellGroupData[{ -Cell[34409, 967, 337, 9, 70, "Input",ExpressionUUID->"57cd040c-3177-484e-93d4-b7293b681e31", +Cell[34465, 972, 337, 9, 70, "Input",ExpressionUUID->"57cd040c-3177-484e-93d4-b7293b681e31", CellID->925331468], -Cell[34749, 978, 251, 6, 36, "Output",ExpressionUUID->"6ca87c8a-9597-4f34-8323-e736e660f452", +Cell[34805, 983, 251, 6, 36, "Output",ExpressionUUID->"6ca87c8a-9597-4f34-8323-e736e660f452", CellID->426791011] }, Open ]], -Cell[35015, 987, 145, 1, 70, "ExampleText",ExpressionUUID->"d42815a3-1a9f-4e10-9b50-1703b93ec441", +Cell[35071, 992, 145, 1, 70, "ExampleText",ExpressionUUID->"d42815a3-1a9f-4e10-9b50-1703b93ec441", CellID->2045772731], Cell[CellGroupData[{ -Cell[35185, 992, 160, 3, 70, "Input",ExpressionUUID->"c807f14f-264d-4e88-8afb-f28b53e10cb9", +Cell[35241, 997, 160, 3, 70, "Input",ExpressionUUID->"c807f14f-264d-4e88-8afb-f28b53e10cb9", CellID->1101430157], -Cell[35348, 997, 292822, 4955, 70, "Output",ExpressionUUID->"f722ab26-b8c5-466e-89aa-e1d0e414b415", +Cell[35404, 1002, 292822, 4955, 70, "Output",ExpressionUUID->"f722ab26-b8c5-466e-89aa-e1d0e414b415", CellID->403912927] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[328468, 5966, 5505, 148, 70, "SeeAlsoSection",ExpressionUUID->"62c67065-55dd-43ca-a0f4-5744e7c75824"], +Cell[333976, 6116, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fe2b2076-ba25-4886-bdbf-d649e9caa45b"], +Cell[334649, 6136, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"23b4887d-e3c6-4767-8bed-28223896647d"], +Cell[335685, 6164, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"587c3136-f79c-421d-a06a-3463fb6a86d1"], Cell[CellGroupData[{ -Cell[328434, 5963, 5505, 148, 70, "SeeAlsoSection",ExpressionUUID->"51fa3dcc-5c69-4f64-b5a3-077e36e2cee3"], -Cell[333942, 6113, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2a28118a-de45-4685-8c1a-a2902f69a21a"] -}, Open ]], -Cell[334627, 6134, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f9d47b9e-90e3-4a89-9248-47299de0ba3e"], -Cell[335663, 6162, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"547468e0-2715-418d-b0c8-3c9310a095a4"], -Cell[CellGroupData[{ -Cell[337915, 6229, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"33f26f7e-e569-472a-833d-c4013bfe4ec7", +Cell[337937, 6231, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"33f26f7e-e569-472a-833d-c4013bfe4ec7", CellID->828751074], -Cell[338055, 6232, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d88a6314-6454-4124-a89a-db8561d238b8", +Cell[338077, 6234, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d88a6314-6454-4124-a89a-db8561d238b8", CellID->1194386356], -Cell[338277, 6238, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"560a52fc-4bd5-402f-9ffe-705fc60dd25b", +Cell[338299, 6240, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"560a52fc-4bd5-402f-9ffe-705fc60dd25b", CellID->1641706272], -Cell[338492, 6243, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b4d8ec5-e4dd-4bfa-a813-87ca42e4140e", +Cell[338514, 6245, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b4d8ec5-e4dd-4bfa-a813-87ca42e4140e", CellID->399251956], -Cell[338721, 6249, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c8c6a83e-6236-4774-946f-409f80e03fc7", +Cell[338743, 6251, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c8c6a83e-6236-4774-946f-409f80e03fc7", CellID->821434655] }, Open ]], -Cell[338958, 6255, 78, 0, 70, "FooterCell",ExpressionUUID->"fb245148-7abb-460e-a9a5-e1a2da7e9e2a"] +Cell[338980, 6257, 78, 0, 70, "FooterCell",ExpressionUUID->"380317ae-4c43-4205-a0ec-439a9ed32ea2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ParaPreKernel.nb index a67b54e..bdd409e 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 355835, 6606] -NotebookOptionsPosition[ 341704, 6330] -NotebookOutlinePosition[ 344525, 6394] -CellTagsIndexPosition[ 344438, 6389] +NotebookDataLength[ 355833, 6605] +NotebookOptionsPosition[ 341716, 6331] +NotebookOutlinePosition[ 344556, 6395] +CellTagsIndexPosition[ 344469, 6390] WindowTitle->ParaPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3b51a612-09b2-47f6-8987-faf6bb8dd32c"], + "0fa2c984-f4f8-45fb-b950-103d0ca0d531"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e36bb5ee-cd71-4a12-bd60-309e05342c80"], + "8d291718-6b53-43ac-8b59-a91491fd119b"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "16acb119-6216-4dee-8541-049fad036d35"] - }],ExpressionUUID->"25db47a6-2f5d-4a54-8d06-931d696eb3e7"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "b7b6a218-de40-4d78-a2dc-144cfe817d73"] + }],ExpressionUUID->"6c2ee61f-1b2f-4d7f-9eaf-107dd436fa50"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5397acef-2066-4fc3-bcf7-67a5b948648a"], + "2b3cc06e-2c38-4ef4-be61-51f6d91197f2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2b1fbd47-caff-454f-ac86-b305dd194a3b"] - }],ExpressionUUID->"337c7087-e128-4e7f-8392-862b6b76accd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d6af4968-edb8-4bac-ade7-03a499ad5fb4"] + }],ExpressionUUID->"6f9b83dd-6642-4f59-ad3b-38ad8c15c340"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db988393-fbc0-4c92-b426-962bf2f24339"], + "392ccb65-5745-4c99-884f-b9542c137a9a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a44144b-c737-4102-a939-162d6e0ac95c"] - }],ExpressionUUID->"2a1ba821-5490-4a42-b5a3-c7bc53ea2a6d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2cb692d5-6bd2-45a5-bc5d-0cfece9e0223"] + }],ExpressionUUID->"4609c0a5-fcef-4f04-b9ad-e66823034b53"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "019ee75d-5686-415e-a9d8-94e83646b02f"], + "96515025-b7f0-43d7-851d-f336750cd795"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9f8f8bc9-ef30-4f2a-9686-ab4226a183c8"] - }],ExpressionUUID->"db73d8cb-755b-42ac-8dbd-0dfc42ebc1fc"], - StripOnInput->False], {"\<\"TUG/ref/ParaPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaPreKernel.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$144344], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaPreKernel" <> ".html"], None}]}]}, + "f65b3117-c957-4bb7-830d-34f898f9e399"] + }],ExpressionUUID->"a49455bd-6156-4f65-89f7-9b4b93773aa0"], + StripOnInput->False],{ + "\"TUG/ref/ParaPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ParaPreKernel.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$155102], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "05a463a8-aeec-4ad0-9b88-bf0354585bd8"] + "2a470a3e-7d40-49e6-a47c-f0c3fdd65a02"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b5b5b0e6-46df-43f6-8350-0ab23ec57bdc"]} + "12a7fa32-fcba-46d7-80c5-df44ecb911d1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c9f1f4fc-bc15-4a67-9b73-78ba09bcc407"], + CellID->1,ExpressionUUID->"b0b59013-e04f-4e59-a48e-6b10671bc869"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"bf9de487-180a-48d0-8b21-4bb2b5c0cde9"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"c7cc0500-c62e-4038-bbb1-0cf15fff00dd"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaPreKernel", "ObjectName",ExpressionUUID-> - "5ad99bfa-de92-45ee-9bfe-208b9b1e6f3c"], + "e8e5399f-3cb1-4d9c-b08c-e8e12894808d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5c4e28a1-4fd2-43dd-9468-c5c46ae39ca5"], + "Spacer1"]],ExpressionUUID->"16810f4e-a2cf-4369-9592-583ea2033215"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "41ffbf5b-5de7-4fc2-aac9-67a7e120ad68"] - }],ExpressionUUID->"74a689a3-d9a9-41a6-80a5-013753a27753"], Cell[BoxData[ + "b32590ef-c823-42ed-9571-8683d3fbcdd9"] + }],ExpressionUUID->"df7d67db-2498-4633-8379-c466f4c87ced"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "60e95684-a2ba-4322-925d-d705ccf77f67"]} + "966977b1-579d-4119-8ccd-f1f4e9a76996"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d695be29-4467-46ed-8193-b17dad3cd7fc"], + CacheGraphics->False,ExpressionUUID->"110b2759-6197-4122-9ac4-e29d71539048"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +245,7 @@ Cell[BoxData[GridBox[{ FontSlant->"Italic"], " by relying on Algorithm 8.2.1 of Meinhardt (2013). It computes a \ pre-kernel element in parallel mode." - }],ExpressionUUID->"1a8f3be3-e712-4453-b3c5-6a6be5dbec57"]}, + }],ExpressionUUID->"413e4799-111a-4f2a-84f7-1820834422ef"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernel", "[", @@ -253,7 +257,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"6e173e9c-c1f9-45e5-a369-ba691e71a5ad"]}, + }],ExpressionUUID->"7a113a4b-c6ef-4c47-8450-76b36d1c5c29"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernel", "[", @@ -266,7 +270,7 @@ coalitions can be changed through ", FontSlant->"Italic"], " to find a different pre-kernel element from the same internal starting \ point." - }],ExpressionUUID->"fff41c13-88a8-4e70-9068-1fe2f530d32b"]}, + }],ExpressionUUID->"ef91f78d-777f-44fd-9d19-5cc4987e08a8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernel", "[", @@ -283,7 +287,7 @@ smallest to largest through ", StyleBox["SmallestCardinality -> False", FontSlant->"Italic"], "." - }],ExpressionUUID->"3d142274-8504-4710-adfe-02707db95ce1"]} + }],ExpressionUUID->"74b23832-2fb3-406f-b99d-2135a515c091"]} }]], "Usage", CellID->997656641,ExpressionUUID->"a6d9d845-a460-47a0-8634-f1cb331c0041"] }, Open ]], @@ -316,12 +320,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"73b1e745-2477-425c-9622-8ad1369c28c1"], + ExpressionUUID->"74acbac8-22d6-446c-8aa2-2271014b2e32"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9a2fef66-57c7-4704-8703-01af0d83c311"], + "Spacer1"]],ExpressionUUID->"3ae6dbc2-fa26-41e5-8a99-677eebe754bd"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"950bd8ce-567d-470e-9adb-a8c4fea8c04c"], + }], "NotesFrameText",ExpressionUUID->"71c2b2c2-7004-4951-b5b6-4b747c65fda4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -332,12 +336,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"08f18fc9-17ce-4b83-9e1f-2207f3a1964e"]], \ + "Preemptive"]],ExpressionUUID->"a42c9098-0132-4f64-8a91-9e9fd48791ec"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->769672825,ExpressionUUID->"0508bbff-d74b-48ab-8081-f615221f11b2"], + CellID->273795639,ExpressionUUID->"15020407-a580-43e5-8337-0c63265a6032"], Cell[TextData[{ "The input expression ", @@ -413,7 +417,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5288adf4-c546-4fe8-8c00-0a6ecb67b3cf"], + "6d988777-f1f1-41dc-87e0-ed2b96f65966"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -430,7 +434,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8a387158-55f4-43d0-b5fa-ede6d38c0194"], + "f07383c4-75cd-4580-bc13-564d691c6bc1"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -440,7 +444,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"2ec427f1-9c5f-4af0-8547-88ab7755d181"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ef399964-4569-42ec-bf4e-fa39a8233b20"], + "cce920c5-9b25-4e47-81e9-9a0e49927d07"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -451,7 +455,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"e4a992ed-efcc-48bf-80c3-773e45cf9009"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "80e67f28-7602-45c5-ab2b-574474b369e2"], + "5670b197-4e3a-4d8a-985a-1db8b99b84e4"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -565,19 +569,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d82f92aa-f8ef-4f5e-88a0-c4c5471cf11f"], + ExpressionUUID->"6a9348e2-a600-4979-ba11-7de83537e9bd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"20d2a123-40b0-47e7-ab55-e6eba12113e6"], + "Spacer1"]],ExpressionUUID->"f76717d4-1345-4c4d-a9a7-c5013b981f48"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2589bde4-08f5-4c70-b39f-5be5efd2e15c"] + "d28c21c9-1f79-45e7-8cee-a3f0e582bbeb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->673304394,ExpressionUUID->"e19630f9-4e42-4776-9ec8-3e265c659cc9"], + CellID->696563226,ExpressionUUID->"baf9678a-8a33-418d-9556-d65ce4e74a80"], Cell[CellGroupData[{ @@ -606,18 +610,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52fe43ba-fb1f-46a3-81c6-8e50880e2194"], + ExpressionUUID->"d6e376dd-c70a-412b-acc1-d1a2c66918fd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a5f434d3-a621-4106-9a89-b9bb9faeb8dc"], + "Spacer1"]],ExpressionUUID->"8399c1e1-b1f9-4960-ab59-69ab667f4807"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f7a3d2fe-f2bc-432d-aef7-23c709f1fcbc"] + "7e0b2037-1866-4d8a-bfd1-889f8c683229"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1378018390,ExpressionUUID->"30dd3a48-dc6b-4795-b5da-6e2fbe1e369a"], + CellID->724538950,ExpressionUUID->"91297aea-59b8-4b8f-8644-7eb59d47e37c"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->766525923,ExpressionUUID->"95bf2cb4-498f-401c-a91e-6f8e584c803a"], @@ -6032,8 +6036,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6181,15 +6183,15 @@ Cell[BoxData[GridBox[{ "40cdddf6-9228-4fea-8e78-6a84bdc4dd92"] }], "SeeAlso",ExpressionUUID->"d77d2d65-8525-4f06-ac77-5e5e0e0b0ba9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c3620f27-845f-4512-a12f-\ -7e34efc38e21"], + }]], "SeeAlsoSection",ExpressionUUID->"c06bf7f4-69cc-4e76-849f-\ +e64520b0a358"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6201,9 +6203,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"85ce36d7-0cd7-4e97-8a6a-9c6ea0a19480"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1cf20681-da4c-4128-bc7f-\ -0f3e74226b5d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4a427730-dff4-444b-96f7-\ +0eee370c86ad"], Cell[BoxData[GridBox[{ { @@ -6220,7 +6221,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "42f70e8f-b208-4498-9ff5-2b0a4f32f380"]}]}, + "ba7c8be4-9ce2-4760-b480-8adbad5295ee"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6228,10 +6229,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c5ae2a84-6e71-4b11-a6ef-61369fbc65c6"]}]} + "b1724308-4abc-4998-ac05-8089448d5921"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"babe48cc-9824-4f2c-ba34-\ -c696b0244430"], + }]], "MoreAboutSection",ExpressionUUID->"ff1d2bad-c77e-46c6-93cf-\ +81e53e754ed0"], Cell[BoxData[GridBox[{ { @@ -6258,7 +6259,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "14a73a85-a7ec-4897-b320-fd6b572cb7a6"]], "RelatedLinks", + "638e0b0f-e832-4cb1-a144-1f872663a41e"]], "RelatedLinks", ExpressionUUID->"78275982-375b-446d-bafa-b5270e99edc7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6275,7 +6276,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3fc2381c-8111-4eac-bd96-bafc0917f8d9"]], "RelatedLinks", + "4bbd9548-a1f6-46ad-ab03-940e0b36b58b"]], "RelatedLinks", ExpressionUUID->"ca0c0e28-06a4-49d2-aa7f-3e818991e0e0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6292,11 +6293,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "31f4356b-0d98-491c-97ef-4cf668019333"]], "RelatedLinks", + "8cc9efd3-13d5-4cc0-99df-d82bae42e262"]], "RelatedLinks", ExpressionUUID->"f69fff4a-c1f7-4607-9351-e8bb9eacc331"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c289d46f-4b68-452d-955f-\ -9f095d05c198"], + }]], "RelatedLinksSection",ExpressionUUID->"c95de561-903f-4736-808d-\ +60074de83c40"], Cell[CellGroupData[{ @@ -6326,11 +6327,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a0c51055-5e48-41cc-8dac-4cdea92db8f9"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9d283751-77ec-4a94-9e63-751c051d0747"] +Cell[" ", "FooterCell",ExpressionUUID->"cdcb425a-e3b0-4f9c-b043-7bff3c1909ae"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaPreKernel", TaggingRules->{ @@ -6341,7 +6342,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 8.149354}", + "built" -> "{2024, 6, 3, 16, 54, 38.123186}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6359,10 +6360,10 @@ or/and the cardinality of the set of lexicographically largest most effective \ coalitions a further pre-kernel element can be found while setting smallest \ to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaPreKernel", "titlemodifier" -> "", - "windowtitle" -> "ParaPreKernel", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaPreKernel"}}, + "metadescription" -> "", "windowtitle" -> "ParaPreKernel", "type" -> + "Symbol", "uri" -> "TUG/ref/ParaPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6371,9 +6372,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"73e8fee9-a81f-4038-afbd-dccb588b32f9" +ExpressionUUID->"e124022d-2fc2-46ce-ba2a-00746ae590d9" ] (* End of Notebook Content *) @@ -6381,233 +6382,231 @@ ExpressionUUID->"73e8fee9-a81f-4038-afbd-dccb588b32f9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20716, 542, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e19630f9-4e42-4776-9ec8-3e265c659cc9", + Cell[20763, 546, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"baf9678a-8a33-418d-9556-d65ce4e74a80", CellTags->"PrimaryExamplesSection", - CellID->673304394]} + CellID->696563226]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 344238, 6382} + {"PrimaryExamplesSection", 344269, 6383} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7106, 168, 56, "AnchorBarGrid",ExpressionUUID->"c9f1f4fc-bc15-4a67-9b73-78ba09bcc407", +Cell[585, 21, 7153, 172, 57, "AnchorBarGrid",ExpressionUUID->"b0b59013-e04f-4e59-a48e-6b10671bc869", CellID->1], -Cell[7694, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"bf9de487-180a-48d0-8b21-4bb2b5c0cde9"], +Cell[7741, 195, 98, 0, 23, "ContextNameCell",ExpressionUUID->"c7cc0500-c62e-4038-bbb1-0cf15fff00dd"], Cell[CellGroupData[{ -Cell[7817, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"d695be29-4467-46ed-8193-b17dad3cd7fc"], -Cell[9107, 232, 2400, 55, 405, "Usage",ExpressionUUID->"a6d9d845-a460-47a0-8634-f1cb331c0041", +Cell[7864, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"110b2759-6197-4122-9ac4-e29d71539048"], +Cell[9154, 236, 2400, 55, 402, "Usage",ExpressionUUID->"a6d9d845-a460-47a0-8634-f1cb331c0041", CellID->997656641] }, Open ]], Cell[CellGroupData[{ -Cell[11544, 292, 1894, 47, 37, "NotesSection",ExpressionUUID->"0508bbff-d74b-48ab-8081-f615221f11b2", +Cell[11591, 296, 1894, 47, 37, "NotesSection",ExpressionUUID->"15020407-a580-43e5-8337-0c63265a6032", CellGroupingRules->{"SectionGrouping", 50}, - CellID->769672825], -Cell[13441, 341, 782, 20, 57, "]]",ExpressionUUID->"0ec34d87-1391-4430-8060-8f542e26110c", + CellID->273795639], +Cell[13488, 345, 782, 20, 57, "]]",ExpressionUUID->"0ec34d87-1391-4430-8060-8f542e26110c", CellID->313448337], -Cell[14226, 363, 516, 13, 37, "Notes",ExpressionUUID->"bdfa8fb6-dfd3-412c-b194-7877266c3073", +Cell[14273, 367, 516, 13, 38, "Notes",ExpressionUUID->"bdfa8fb6-dfd3-412c-b194-7877266c3073", CellID->1777648470], -Cell[14745, 378, 171, 3, 36, "Notes",ExpressionUUID->"979af2bd-c1c1-4645-b602-b28ff9a7e8d1", +Cell[14792, 382, 171, 3, 36, "Notes",ExpressionUUID->"979af2bd-c1c1-4645-b602-b28ff9a7e8d1", CellID->113631897], -Cell[14919, 383, 450, 9, 57, "Notes",ExpressionUUID->"54179196-9c82-45f3-824a-2e8038e4462a", +Cell[14966, 387, 450, 9, 57, "Notes",ExpressionUUID->"54179196-9c82-45f3-824a-2e8038e4462a", CellID->1503974613], -Cell[15372, 394, 322, 5, 57, "Notes",ExpressionUUID->"4b7832b7-5426-49e4-8096-475bfa4d2447", +Cell[15419, 398, 322, 5, 57, "Notes",ExpressionUUID->"4b7832b7-5426-49e4-8096-475bfa4d2447", CellID->355532572], -Cell[15697, 401, 179, 4, 36, "Notes",ExpressionUUID->"503903cf-6a99-4899-858e-01f565e99ec5", +Cell[15744, 405, 179, 4, 36, "Notes",ExpressionUUID->"503903cf-6a99-4899-858e-01f565e99ec5", CellID->605310243], -Cell[15879, 407, 267, 4, 70, "Notes",ExpressionUUID->"28d918cb-6788-4855-b5bb-1a153d174675", +Cell[15926, 411, 267, 4, 70, "Notes",ExpressionUUID->"28d918cb-6788-4855-b5bb-1a153d174675", CellID->13178], -Cell[16149, 413, 670, 15, 70, "3ColumnTableMod",ExpressionUUID->"8f8719a6-eea3-4b90-a8c8-c2e2dbf50090", +Cell[16196, 417, 670, 15, 70, "3ColumnTableMod",ExpressionUUID->"8f8719a6-eea3-4b90-a8c8-c2e2dbf50090", CellID->1374443190], -Cell[16822, 430, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"eff0e8cb-be67-4eb6-85c3-1480cf887a9e", +Cell[16869, 434, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"eff0e8cb-be67-4eb6-85c3-1480cf887a9e", CellID->11156], -Cell[18513, 472, 502, 14, 70, "Notes",ExpressionUUID->"eedcdad9-8dfb-43fc-8795-cc3d4f9d8df2", +Cell[18560, 476, 502, 14, 70, "Notes",ExpressionUUID->"eedcdad9-8dfb-43fc-8795-cc3d4f9d8df2", CellID->2104907360], -Cell[19018, 488, 528, 14, 70, "Notes",ExpressionUUID->"dd734ff1-a259-4294-828c-d3c04555ce13", +Cell[19065, 492, 528, 14, 70, "Notes",ExpressionUUID->"dd734ff1-a259-4294-828c-d3c04555ce13", CellID->2041037989], -Cell[19549, 504, 571, 17, 70, "Notes",ExpressionUUID->"b0eb66da-4518-491f-864d-d7d4317dd21b", +Cell[19596, 508, 571, 17, 70, "Notes",ExpressionUUID->"b0eb66da-4518-491f-864d-d7d4317dd21b", CellID->900904482], -Cell[20123, 523, 466, 13, 70, "Notes",ExpressionUUID->"40acbc9c-bc5b-4042-9e53-6d58482d9c28", +Cell[20170, 527, 466, 13, 70, "Notes",ExpressionUUID->"40acbc9c-bc5b-4042-9e53-6d58482d9c28", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20716, 542, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e19630f9-4e42-4776-9ec8-3e265c659cc9", +Cell[20763, 546, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"baf9678a-8a33-418d-9556-d65ce4e74a80", CellTags->"PrimaryExamplesSection", - CellID->673304394], + CellID->696563226], Cell[CellGroupData[{ -Cell[22161, 583, 1399, 36, 70, "ExampleSection",ExpressionUUID->"30dd3a48-dc6b-4795-b5da-6e2fbe1e369a", - CellID->1378018390], -Cell[23563, 621, 149, 1, 70, "ExampleText",ExpressionUUID->"95bf2cb4-498f-401c-a91e-6f8e584c803a", +Cell[22208, 587, 1398, 36, 70, "ExampleSection",ExpressionUUID->"91297aea-59b8-4b8f-8644-7eb59d47e37c", + CellID->724538950], +Cell[23609, 625, 149, 1, 70, "ExampleText",ExpressionUUID->"95bf2cb4-498f-401c-a91e-6f8e584c803a", CellID->766525923], -Cell[23715, 624, 184, 4, 70, "Input",ExpressionUUID->"a51d65da-28a3-4638-86fa-541d92f118c5", +Cell[23761, 628, 184, 4, 70, "Input",ExpressionUUID->"a51d65da-28a3-4638-86fa-541d92f118c5", CellID->1959400228], Cell[CellGroupData[{ -Cell[23924, 632, 137, 2, 70, "Input",ExpressionUUID->"80dab0b8-36c9-434f-8f7b-4dbf42a992a5", +Cell[23970, 636, 137, 2, 70, "Input",ExpressionUUID->"80dab0b8-36c9-434f-8f7b-4dbf42a992a5", CellID->1260028591], -Cell[24064, 636, 158, 3, 36, "Output",ExpressionUUID->"00589de3-714f-4876-9719-6e5d181f71e7", +Cell[24110, 640, 158, 3, 36, "Output",ExpressionUUID->"00589de3-714f-4876-9719-6e5d181f71e7", CellID->1243062545] }, Open ]], -Cell[24237, 642, 119, 1, 70, "ExampleText",ExpressionUUID->"9ce0d9bb-9bdf-4404-b935-aaec5289f499", +Cell[24283, 646, 119, 1, 70, "ExampleText",ExpressionUUID->"9ce0d9bb-9bdf-4404-b935-aaec5289f499", CellID->1578743423], Cell[CellGroupData[{ -Cell[24381, 647, 198, 4, 70, "Input",ExpressionUUID->"6c729f0f-4aef-4ba3-9ed8-8829a840a10f", +Cell[24427, 651, 198, 4, 70, "Input",ExpressionUUID->"6c729f0f-4aef-4ba3-9ed8-8829a840a10f", CellID->1632787928], Cell[CellGroupData[{ -Cell[24604, 655, 237, 4, 70, "Print",ExpressionUUID->"658e2ad7-23a1-4f19-92f5-a0a763ae5182", +Cell[24650, 659, 237, 4, 70, "Print",ExpressionUUID->"658e2ad7-23a1-4f19-92f5-a0a763ae5182", CellID->1021182162], -Cell[24844, 661, 365, 8, 70, "Print",ExpressionUUID->"bcb848d6-5950-498b-8df3-c452d11df525", +Cell[24890, 665, 365, 8, 70, "Print",ExpressionUUID->"bcb848d6-5950-498b-8df3-c452d11df525", CellID->789560113], -Cell[25212, 671, 236, 4, 70, "Print",ExpressionUUID->"869cfa69-048c-4dad-a1c8-0f015c9c60de", +Cell[25258, 675, 236, 4, 70, "Print",ExpressionUUID->"869cfa69-048c-4dad-a1c8-0f015c9c60de", CellID->194672002], -Cell[25451, 677, 220, 3, 70, "Print",ExpressionUUID->"fe2e2718-6818-4adc-a1ac-e9a7dd991691", +Cell[25497, 681, 220, 3, 70, "Print",ExpressionUUID->"fe2e2718-6818-4adc-a1ac-e9a7dd991691", CellID->148119296], -Cell[25674, 682, 208, 3, 70, "Print",ExpressionUUID->"8a4409ab-9246-4f44-9c42-9d2f7f22d0fd", +Cell[25720, 686, 208, 3, 70, "Print",ExpressionUUID->"8a4409ab-9246-4f44-9c42-9d2f7f22d0fd", CellID->2009503931], -Cell[25885, 687, 238, 4, 70, "Print",ExpressionUUID->"30a686d9-3485-480f-b930-5415c923a169", +Cell[25931, 691, 238, 4, 70, "Print",ExpressionUUID->"30a686d9-3485-480f-b930-5415c923a169", CellID->1995880134], -Cell[26126, 693, 221, 3, 70, "Print",ExpressionUUID->"c2900242-350a-4e69-9aa8-2117035ca48c", +Cell[26172, 697, 221, 3, 70, "Print",ExpressionUUID->"c2900242-350a-4e69-9aa8-2117035ca48c", CellID->2082817009], -Cell[26350, 698, 237, 4, 70, "Print",ExpressionUUID->"7ee5e07b-ac7b-465f-819d-ad950aacd327", +Cell[26396, 702, 237, 4, 70, "Print",ExpressionUUID->"7ee5e07b-ac7b-465f-819d-ad950aacd327", CellID->1896765699], -Cell[26590, 704, 236, 4, 70, "Print",ExpressionUUID->"1a6292e7-b868-4af7-a7a5-6388aaa5f91a", +Cell[26636, 708, 236, 4, 70, "Print",ExpressionUUID->"1a6292e7-b868-4af7-a7a5-6388aaa5f91a", CellID->170360324], -Cell[26829, 710, 208, 3, 70, "Print",ExpressionUUID->"766e04ad-cae2-49d9-92d5-0766a563686f", +Cell[26875, 714, 208, 3, 70, "Print",ExpressionUUID->"766e04ad-cae2-49d9-92d5-0766a563686f", CellID->1530993942], -Cell[27040, 715, 237, 4, 70, "Print",ExpressionUUID->"95b2ef82-d110-4846-9317-1c2cbd5809f7", +Cell[27086, 719, 237, 4, 70, "Print",ExpressionUUID->"95b2ef82-d110-4846-9317-1c2cbd5809f7", CellID->1028063777] }, Open ]] }, Open ]], -Cell[27304, 723, 133, 1, 70, "ExampleText",ExpressionUUID->"7bdfdc26-301f-4cf4-9f76-02436a8ea36f", +Cell[27350, 727, 133, 1, 70, "ExampleText",ExpressionUUID->"7bdfdc26-301f-4cf4-9f76-02436a8ea36f", CellID->242589575], -Cell[27440, 726, 182, 4, 70, "Input",ExpressionUUID->"0f42af5d-3d8c-496c-b81a-151d624f2ac8", +Cell[27486, 730, 182, 4, 70, "Input",ExpressionUUID->"0f42af5d-3d8c-496c-b81a-151d624f2ac8", CellID->718666584], -Cell[27625, 732, 317, 10, 70, "Input",ExpressionUUID->"67859a5b-70c1-4b42-ab83-3e4a8b79cc5f", +Cell[27671, 736, 317, 10, 70, "Input",ExpressionUUID->"67859a5b-70c1-4b42-ab83-3e4a8b79cc5f", CellID->1903620347], -Cell[27945, 744, 199, 5, 70, "Input",ExpressionUUID->"e444ada5-2266-4655-b367-bc54f3076f76", +Cell[27991, 748, 199, 5, 70, "Input",ExpressionUUID->"e444ada5-2266-4655-b367-bc54f3076f76", CellID->2054587729], -Cell[28147, 751, 229, 6, 70, "Input",ExpressionUUID->"a27bbf96-716b-491e-8f7c-b06599c846c9", +Cell[28193, 755, 229, 6, 70, "Input",ExpressionUUID->"a27bbf96-716b-491e-8f7c-b06599c846c9", CellID->2007305978], Cell[CellGroupData[{ -Cell[28401, 761, 158, 3, 70, "Input",ExpressionUUID->"2c4f9e30-8927-4bad-9066-31656fbd25cf", +Cell[28447, 765, 158, 3, 70, "Input",ExpressionUUID->"2c4f9e30-8927-4bad-9066-31656fbd25cf", CellID->274325822], -Cell[28562, 766, 159, 3, 36, "Output",ExpressionUUID->"f75b5ad4-fcc2-4cde-8eba-6ec0d069d6ca", +Cell[28608, 770, 159, 3, 36, "Output",ExpressionUUID->"f75b5ad4-fcc2-4cde-8eba-6ec0d069d6ca", CellID->1401833297] }, Open ]], -Cell[28736, 772, 341, 9, 70, "Input",ExpressionUUID->"5da922e1-6e81-4077-8b30-787927717c26", +Cell[28782, 776, 341, 9, 70, "Input",ExpressionUUID->"5da922e1-6e81-4077-8b30-787927717c26", CellID->85062137], Cell[CellGroupData[{ -Cell[29102, 785, 131, 2, 70, "Input",ExpressionUUID->"70af08f8-ae8b-4cab-a9eb-b4da8934c0e3", +Cell[29148, 789, 131, 2, 70, "Input",ExpressionUUID->"70af08f8-ae8b-4cab-a9eb-b4da8934c0e3", CellID->1587027613], -Cell[29236, 789, 166, 3, 36, "Output",ExpressionUUID->"7cdc17fc-c09d-48de-b30d-14d64a0461ab", +Cell[29282, 793, 166, 3, 36, "Output",ExpressionUUID->"7cdc17fc-c09d-48de-b30d-14d64a0461ab", CellID->1873790265] }, Open ]], -Cell[29417, 795, 238, 6, 70, "Input",ExpressionUUID->"805348d7-47b1-4ed9-abe2-9baac2e44eb6", +Cell[29463, 799, 238, 6, 70, "Input",ExpressionUUID->"805348d7-47b1-4ed9-abe2-9baac2e44eb6", CellID->709348593], -Cell[29658, 803, 168, 3, 70, "ExampleText",ExpressionUUID->"c4294d13-af78-43fb-acc9-40ea1cc287d4", +Cell[29704, 807, 168, 3, 70, "ExampleText",ExpressionUUID->"c4294d13-af78-43fb-acc9-40ea1cc287d4", CellID->1774120386], Cell[CellGroupData[{ -Cell[29851, 810, 211, 4, 70, "Input",ExpressionUUID->"e5398b65-1695-4b4f-b49b-72aa9ac71bf8", +Cell[29897, 814, 211, 4, 70, "Input",ExpressionUUID->"e5398b65-1695-4b4f-b49b-72aa9ac71bf8", CellID->2095513224], -Cell[30065, 816, 215, 5, 36, "Output",ExpressionUUID->"7959be4b-9ad4-4a7a-9f5e-70a6f1090ce2", +Cell[30111, 820, 215, 5, 36, "Output",ExpressionUUID->"7959be4b-9ad4-4a7a-9f5e-70a6f1090ce2", CellID->1872291381] }, Open ]], Cell[CellGroupData[{ -Cell[30317, 826, 209, 4, 70, "Input",ExpressionUUID->"6b069c25-eb13-4026-a122-07442b92d6e5", +Cell[30363, 830, 209, 4, 70, "Input",ExpressionUUID->"6b069c25-eb13-4026-a122-07442b92d6e5", CellID->1719674895], -Cell[30529, 832, 215, 5, 36, "Output",ExpressionUUID->"70d8d52f-2170-458b-88af-273d6ea4f693", +Cell[30575, 836, 215, 5, 36, "Output",ExpressionUUID->"70d8d52f-2170-458b-88af-273d6ea4f693", CellID->2084914736] }, Open ]], Cell[CellGroupData[{ -Cell[30781, 842, 214, 4, 70, "Input",ExpressionUUID->"207277fb-1edd-49fa-b196-c8af31944146", +Cell[30827, 846, 214, 4, 70, "Input",ExpressionUUID->"207277fb-1edd-49fa-b196-c8af31944146", CellID->1913699632], -Cell[30998, 848, 214, 5, 36, "Output",ExpressionUUID->"2a5df73f-7f15-4399-b182-37feea726633", +Cell[31044, 852, 214, 5, 36, "Output",ExpressionUUID->"2a5df73f-7f15-4399-b182-37feea726633", CellID->2082324781] }, Open ]], Cell[CellGroupData[{ -Cell[31249, 858, 162, 3, 70, "Input",ExpressionUUID->"85e363ee-364c-42e4-adb0-28c7a8138db5", +Cell[31295, 862, 162, 3, 70, "Input",ExpressionUUID->"85e363ee-364c-42e4-adb0-28c7a8138db5", CellID->86680009], -Cell[31414, 863, 161, 3, 36, "Output",ExpressionUUID->"fea4bf85-c75e-48a0-ae78-e43f666feb04", +Cell[31460, 867, 161, 3, 36, "Output",ExpressionUUID->"fea4bf85-c75e-48a0-ae78-e43f666feb04", CellID->1167633610] }, Open ]], -Cell[31590, 869, 182, 3, 70, "ExampleText",ExpressionUUID->"83f50474-7eba-4e4d-952c-50fc66c15da7", +Cell[31636, 873, 182, 3, 70, "ExampleText",ExpressionUUID->"83f50474-7eba-4e4d-952c-50fc66c15da7", CellID->1709252907], Cell[CellGroupData[{ -Cell[31797, 876, 170, 3, 70, "Input",ExpressionUUID->"e573216d-4abf-488d-be5d-5299aa04937a", +Cell[31843, 880, 170, 3, 70, "Input",ExpressionUUID->"e573216d-4abf-488d-be5d-5299aa04937a", CellID->19427127], -Cell[31970, 881, 429, 10, 51, "Output",ExpressionUUID->"0e2b3ff6-c3fd-411b-b7f0-af2901275d75", +Cell[32016, 885, 429, 10, 50, "Output",ExpressionUUID->"0e2b3ff6-c3fd-411b-b7f0-af2901275d75", CellID->572135937] }, Open ]], -Cell[32414, 894, 138, 1, 70, "ExampleText",ExpressionUUID->"3a57e1d9-0c77-41fd-be32-392a16490f11", +Cell[32460, 898, 138, 1, 70, "ExampleText",ExpressionUUID->"3a57e1d9-0c77-41fd-be32-392a16490f11", CellID->868792865], Cell[CellGroupData[{ -Cell[32577, 899, 284, 7, 70, "Input",ExpressionUUID->"6209542a-de5a-4c7f-958b-f58b58f729ea", +Cell[32623, 903, 284, 7, 70, "Input",ExpressionUUID->"6209542a-de5a-4c7f-958b-f58b58f729ea", CellID->1055321884], -Cell[32864, 908, 572, 16, 51, "Output",ExpressionUUID->"343d05d2-5277-4375-b59d-44d7faf5c9f8", +Cell[32910, 912, 572, 16, 51, "Output",ExpressionUUID->"343d05d2-5277-4375-b59d-44d7faf5c9f8", CellID->215277542] }, Open ]], -Cell[33451, 927, 151, 1, 70, "ExampleText",ExpressionUUID->"26a282fb-866b-41d1-bbc8-1cfcc764d624", +Cell[33497, 931, 151, 1, 70, "ExampleText",ExpressionUUID->"26a282fb-866b-41d1-bbc8-1cfcc764d624", CellID->1875436995], Cell[CellGroupData[{ -Cell[33627, 932, 290, 7, 70, "Input",ExpressionUUID->"6e2ed58e-9428-459f-90c3-3c102795e72b", +Cell[33673, 936, 290, 7, 70, "Input",ExpressionUUID->"6e2ed58e-9428-459f-90c3-3c102795e72b", CellID->2006438293], -Cell[33920, 941, 573, 16, 51, "Output",ExpressionUUID->"f48631a9-9e1f-4100-aac2-5e3608845f4d", +Cell[33966, 945, 573, 16, 51, "Output",ExpressionUUID->"f48631a9-9e1f-4100-aac2-5e3608845f4d", CellID->1491711833] }, Open ]], -Cell[34508, 960, 261, 4, 70, "ExampleText",ExpressionUUID->"93521240-5412-4739-9fc4-fd4d50ae2b6c", +Cell[34554, 964, 261, 4, 70, "ExampleText",ExpressionUUID->"93521240-5412-4739-9fc4-fd4d50ae2b6c", CellID->1506419636], -Cell[34772, 966, 229, 4, 70, "ExampleText",ExpressionUUID->"c2a9dcb3-0247-4f8b-94bc-ea0de9ec762a", +Cell[34818, 970, 229, 4, 70, "ExampleText",ExpressionUUID->"c2a9dcb3-0247-4f8b-94bc-ea0de9ec762a", CellID->804305165], Cell[CellGroupData[{ -Cell[35026, 974, 245, 5, 70, "Input",ExpressionUUID->"747653e4-993e-4a68-9d5f-6066bdba0656", +Cell[35072, 978, 245, 5, 70, "Input",ExpressionUUID->"747653e4-993e-4a68-9d5f-6066bdba0656", CellID->41789811], -Cell[35274, 981, 498, 14, 51, "Output",ExpressionUUID->"266842bc-3d7d-43c5-a55c-7eae97f7c84f", +Cell[35320, 985, 498, 14, 51, "Output",ExpressionUUID->"266842bc-3d7d-43c5-a55c-7eae97f7c84f", CellID->2039076962] }, Open ]], -Cell[35787, 998, 195, 4, 70, "ExampleText",ExpressionUUID->"2d18b72d-4c7e-44ad-a1fb-bfbf7c7a8f60", +Cell[35833, 1002, 195, 4, 70, "ExampleText",ExpressionUUID->"2d18b72d-4c7e-44ad-a1fb-bfbf7c7a8f60", CellID->1030173075], -Cell[35985, 1004, 626, 19, 70, "Input",ExpressionUUID->"8abdd109-3491-47c9-925d-e60128dfc76e", +Cell[36031, 1008, 626, 19, 70, "Input",ExpressionUUID->"8abdd109-3491-47c9-925d-e60128dfc76e", CellID->582639513], -Cell[36614, 1025, 181, 3, 70, "ExampleText",ExpressionUUID->"bc249845-83cf-4320-af15-1754e896d4fa", +Cell[36660, 1029, 181, 3, 70, "ExampleText",ExpressionUUID->"bc249845-83cf-4320-af15-1754e896d4fa", CellID->2080404183], Cell[CellGroupData[{ -Cell[36820, 1032, 197, 4, 70, "Input",ExpressionUUID->"79f24e19-9521-4b74-9d7f-066ad09459be", +Cell[36866, 1036, 197, 4, 70, "Input",ExpressionUUID->"79f24e19-9521-4b74-9d7f-066ad09459be", CellID->117080327], -Cell[37020, 1038, 497, 14, 51, "Output",ExpressionUUID->"c440a03e-47fe-4982-9c89-de1fa4c2e649", +Cell[37066, 1042, 497, 14, 51, "Output",ExpressionUUID->"c440a03e-47fe-4982-9c89-de1fa4c2e649", CellID->476801327] }, Open ]], -Cell[37532, 1055, 175, 3, 70, "ExampleText",ExpressionUUID->"bacf8f88-ad79-4e15-af49-5b53416262f5", +Cell[37578, 1059, 175, 3, 70, "ExampleText",ExpressionUUID->"bacf8f88-ad79-4e15-af49-5b53416262f5", CellID->1349165436], -Cell[37710, 1060, 145, 1, 70, "ExampleText",ExpressionUUID->"22267941-ba81-4b43-9f22-b0dcf2c352a4", +Cell[37756, 1064, 145, 1, 70, "ExampleText",ExpressionUUID->"22267941-ba81-4b43-9f22-b0dcf2c352a4", CellID->1892320763], Cell[CellGroupData[{ -Cell[37880, 1065, 160, 3, 70, "Input",ExpressionUUID->"13b00e5e-9ec6-4fc9-80f8-04789d0a61ce", +Cell[37926, 1069, 160, 3, 70, "Input",ExpressionUUID->"13b00e5e-9ec6-4fc9-80f8-04789d0a61ce", CellID->1377108918], -Cell[38043, 1070, 292823, 4955, 70, "Output",ExpressionUUID->"71deb01f-8f1f-4920-9bde-51f261b4f0bb", +Cell[38089, 1074, 292823, 4955, 70, "Output",ExpressionUUID->"71deb01f-8f1f-4920-9bde-51f261b4f0bb", CellID->413848693] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[331154, 6038, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"c06bf7f4-69cc-4e76-849f-e64520b0a358"], +Cell[336632, 6188, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4a427730-dff4-444b-96f7-0eee370c86ad"], +Cell[337305, 6208, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ff1d2bad-c77e-46c6-93cf-81e53e754ed0"], +Cell[338341, 6236, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"c95de561-903f-4736-808d-60074de83c40"], Cell[CellGroupData[{ -Cell[331130, 6036, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"c3620f27-845f-4512-a12f-7e34efc38e21"], -Cell[336608, 6186, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1cf20681-da4c-4128-bc7f-0f3e74226b5d"] -}, Open ]], -Cell[337293, 6207, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"babe48cc-9824-4f2c-ba34-c696b0244430"], -Cell[338329, 6235, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"c289d46f-4b68-452d-955f-9f095d05c198"], -Cell[CellGroupData[{ -Cell[340579, 6302, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ad1196be-4d15-40ef-84a3-b9b2453d9133", +Cell[340591, 6303, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ad1196be-4d15-40ef-84a3-b9b2453d9133", CellID->906383680], -Cell[340719, 6305, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"faf2da1e-2877-4a0f-8e61-6738560d5c9e", +Cell[340731, 6306, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"faf2da1e-2877-4a0f-8e61-6738560d5c9e", CellID->1194386356], -Cell[340941, 6311, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2882fb11-ddaa-4b81-b041-9627580c2e4e", +Cell[340953, 6312, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2882fb11-ddaa-4b81-b041-9627580c2e4e", CellID->1641706272], -Cell[341156, 6316, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b147698e-cdba-495f-839a-f9cc511475b5", +Cell[341168, 6317, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b147698e-cdba-495f-839a-f9cc511475b5", CellID->399251956], -Cell[341385, 6322, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0c51055-5e48-41cc-8dac-4cdea92db8f9", +Cell[341397, 6323, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0c51055-5e48-41cc-8dac-4cdea92db8f9", CellID->821434655] }, Open ]], -Cell[341622, 6328, 78, 0, 70, "FooterCell",ExpressionUUID->"9d283751-77ec-4a94-9e63-751c051d0747"] +Cell[341634, 6329, 78, 0, 70, "FooterCell",ExpressionUUID->"cdcb425a-e3b0-4f9c-b043-7bff3c1909ae"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaPreKernelElement.nb b/Documentation/English/ReferencePages/Symbols/ParaPreKernelElement.nb index 156ce31..1ec7beb 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaPreKernelElement.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaPreKernelElement.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 357340, 6638] -NotebookOptionsPosition[ 342960, 6358] -NotebookOutlinePosition[ 345818, 6422] -CellTagsIndexPosition[ 345731, 6417] +NotebookDataLength[ 357363, 6639] +NotebookOptionsPosition[ 342989, 6360] +NotebookOutlinePosition[ 345872, 6425] +CellTagsIndexPosition[ 345785, 6420] WindowTitle->ParaPreKernelElement WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c06eaf0f-9db6-42b7-b13c-5c5de7cb3997"], + "47cc592c-3762-4cb2-921f-285e8503da15"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "94cba594-762c-42ef-89fb-5a9e20489d74"], + "2be108c5-6c2b-4cfc-b9c8-f09bcd86ddf7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e0880416-e5b1-48ec-9e30-dfe38d28f70d"] - }],ExpressionUUID->"4cd5f1fb-dabb-4121-9589-83e50c369555"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "764ebb00-e557-4a47-8368-3f4c4c698b5f"] + }],ExpressionUUID->"0fd046e9-1ab5-497e-9231-11db08a4821d"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c3191838-fef1-4159-9d68-e676df5b2ce6"], + "58491bb1-9422-4881-9e46-b2a82b12a423"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0d550fd8-e2a8-4074-9bd1-7cc8ee1a3c0c"] - }],ExpressionUUID->"e8a3651e-67d8-4656-8646-040a1be53cd2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fb7bd712-3fd6-43c2-b2d4-cf6c58eb4d9c"] + }],ExpressionUUID->"32671781-13c7-46b3-8d5b-2606e565ecd9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f12b4881-baeb-46dd-992a-620b35025dad"], + "9fe651c1-1337-477a-bd26-5b0052cdaf7d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d8adec06-df94-44c9-b7a4-0e13ec4d1a60"] - }],ExpressionUUID->"d71e9575-7077-4072-9d7b-799dacae1f33"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d6d10a16-8ece-4f0e-ab18-9eae6df9a060"] + }],ExpressionUUID->"f1f27f98-0fd1-47d1-8bb8-3ae0b3bd7a65"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9deb8e65-6de4-4276-b975-6fb7981cbfa7"], + "ff951245-377b-4887-b8cb-719fb445f20e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "60bdd6ab-ac68-4916-811b-10b058ae43d5"] - }],ExpressionUUID->"0e2d344e-f170-4fbd-9620-f846a3d99943"], - StripOnInput->False], {"\<\"TUG/ref/ParaPreKernelElement\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaPreKernelElement"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1da431c2-56d6-4331-b68d-9d1a52708a16"] + }],ExpressionUUID->"f6bb079a-d927-40d4-ae79-6d2f7b2a6057"], + StripOnInput->False],{ + "\"TUG/ref/ParaPreKernelElement\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaPreKernelElement"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaPreKernelElement.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$143615], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaPreKernelElement" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$154339], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaPreKernelElement" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6f336a54-cd28-4643-b166-0409b20f3a30"] + "ac6c27fc-8f22-4bbb-bdeb-23ecbcec9ee6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "71b46632-d81e-45a1-a89d-1c17c733545b"]} + "ba1ed6e6-9877-4c54-80a9-1d4418d6e40f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4111713c-f619-4331-8176-46254869137b"], + CellID->1,ExpressionUUID->"7dbd0748-1f73-410a-ad94-4d3fcac6893c"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"15b24b7f-3190-4289-8aec-9efe80310a9e"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"cff429a1-0766-41b5-9444-e39373751803"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaPreKernelElement", "ObjectName",ExpressionUUID-> - "47d47b5f-23d1-482b-9ae5-f9743d05dc82"], + "c1b341a9-c2f2-4169-aad3-90ea54ccd756"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b42f55cc-adaf-45db-9d6a-03c8d583d2d7"], + "Spacer1"]],ExpressionUUID->"258e91bd-b039-43c5-9ba1-0aad67f85ede"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "365757c5-4852-4bc4-86b8-805a0552458c"] - }],ExpressionUUID->"515c73b1-632b-4f0b-9986-5147a579c2db"], Cell[BoxData[ + "400ba6b0-32f5-4624-99f9-a753023c3179"] + }],ExpressionUUID->"d71b992e-3cc3-4e18-a1dc-2411f7dcbfdb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "67fc1072-e199-4834-9422-887abd3b680a"]} + "515c5dd8-fda1-4d10-971f-eec644d5a628"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9fcce746-f707-41ab-92ec-6cb01adeed54"], + CacheGraphics->False,ExpressionUUID->"48419918-c826-4fa9-a0bf-f2ac70d98315"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on Algorithm 8.3.1 of Meinhardt (2013). " - }],ExpressionUUID->"0289737f-b848-4c10-92c3-552fa499f303"]}, + }],ExpressionUUID->"48619584-1c71-4a92-9678-c0c8fc147220"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernelElement", "[", @@ -252,7 +257,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"a8c1d5d9-d3df-4ddf-b053-80826637be3c"]}, + }],ExpressionUUID->"7d510a3c-050d-472c-b558-8e3638118c08"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernelElement", "[", @@ -264,7 +269,7 @@ argument ", FontSlant->"Italic"], " to find a different pre-kernel element from the same internal starting \ point." - }],ExpressionUUID->"d3c10b5d-7a09-4b8e-906b-73b44b4938e2"]}, + }],ExpressionUUID->"58bac275-8d4b-4946-8f24-a5aa7cf8bc1d"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaPreKernelElement", "[", @@ -276,7 +281,7 @@ method. Setting this allows to look on further pre-kernel elements through \ PreKernelElement[game,payoff, PseudoInv\[Rule]False]. In addition, the \ cardinality of the set of lexicographically most effective coalitions can be \ set to largest through SmallestCardinality -> False." - }],ExpressionUUID->"b409bdec-100e-4651-b9c3-f04e27c81d9b"]} + }],ExpressionUUID->"f2e0936a-5988-4006-880c-668d9efdcbef"]} }]], "Usage", CellID->810433845,ExpressionUUID->"5b074993-e7d1-47f7-8922-860e3a547308"] }, Open ]], @@ -309,12 +314,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c8ec86ec-1ed5-408a-9a5b-b8dae96c5971"], + ExpressionUUID->"53b4e10c-38ce-4635-89dc-e92e4e163a12"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b29ab447-94d6-40ac-89c2-f10dc05f9397"], + "Spacer1"]],ExpressionUUID->"adb2cae8-67d6-4ac9-aa99-f723e1cd0ee3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"49adbfd5-d70f-4bf2-85a7-d8e084babac2"], + }], "NotesFrameText",ExpressionUUID->"b4431843-7e57-4401-ad19-118fb3a57eba"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -325,12 +330,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f6a0fee7-1c98-494e-984a-dff9b5743584"]], \ + "Preemptive"]],ExpressionUUID->"3247a403-6675-422a-81df-2c22a244cd52"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->103147101,ExpressionUUID->"238802ee-7776-487b-856f-65c6b1a578b7"], + CellID->358054766,ExpressionUUID->"3beacec7-9242-4ede-a71d-33ac1bc820bf"], Cell[TextData[{ "The input expression ", @@ -415,7 +420,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "129124b5-e50f-4c07-938b-211a64307ce4"], + "9ba10380-3898-4747-a759-cd057e98ccf7"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -425,7 +430,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"79e36c90-f238-418a-bd5f-a30af44269d1"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "eecf56e0-9979-443c-8d7b-7d87cc638ce1"], + "5a6f790a-252c-4b45-a2c6-ee2cfca5f2a3"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -442,7 +447,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4dbac9eb-d1fb-4232-a29e-b6de25f326c9"], + "22087cdd-d650-4224-a4de-36c2a3e9e377"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -452,7 +457,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"68827abf-f2b9-4052-9b4f-ac7124142b68"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1a69b14b-5fc5-42a5-b9fb-0d108d9c72f2"], + "180a0ca5-284d-4b63-93ce-162a6c1ce94c"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -463,7 +468,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"78880bf1-698a-40a5-bb17-1db0f84fb32f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "478f9fd4-f812-4b9e-af02-165fe6381a47"], + "ae80fb84-eb23-419e-8a51-d2d311fe50c3"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -593,19 +598,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"de4b858e-827e-4bc4-be14-e7695d72e149"], + ExpressionUUID->"7a1ff193-85a0-4737-8ec2-1aa462aa7325"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"270dbb3f-c99c-4af4-a8e7-5554c4ec4131"], + "Spacer1"]],ExpressionUUID->"12a64536-2cf5-4f92-8cbc-47f22f68f357"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fe6a2413-93a6-4dee-bcab-2396b2040355"] + "cf5ca8e2-2c90-48cb-a208-b7511ff25569"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->304175549,ExpressionUUID->"5fc25e4e-30c8-447d-ae9d-9c30cfccb6e9"], + CellID->1652363149,ExpressionUUID->"22fdcb49-5b2e-4691-accb-51fdb07c73ae"], Cell[CellGroupData[{ @@ -634,18 +639,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a4a4f141-044f-46f5-82cf-eb9f77034044"], + ExpressionUUID->"0356ccce-520b-4e3e-a467-6de21cbee166"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9cd7604f-07cc-46af-b734-06d36fd37660"], + "Spacer1"]],ExpressionUUID->"5ac2155a-8fcf-45a7-8a42-ebd17259d9fb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a29c1f51-3c86-4c77-9958-6a65112da2c7"] + "367c4ee2-f62b-48be-8d4e-037fe6f90c28"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->181283815,ExpressionUUID->"ed57c4e7-1f1d-4269-a859-96a82bf48766"], + CellID->965662919,ExpressionUUID->"471d7189-4c4d-4947-8ece-296a953fcb27"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->58312988,ExpressionUUID->"18e448a3-19fa-40e0-a1c1-49e6c53c5d6f"], @@ -6060,8 +6065,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6209,15 +6212,15 @@ Cell[BoxData[GridBox[{ "024ed121-797c-4fca-82bb-62776a48193f"] }], "SeeAlso",ExpressionUUID->"32305cab-1ffa-42ab-9dd0-9ce9035e71b7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"eb6af30f-5c6d-4b83-b36e-\ -19503b1768d5"], + }]], "SeeAlsoSection",ExpressionUUID->"46e697d4-732a-4efe-a81d-\ +2da405510e6c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6229,9 +6232,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2c978442-5954-4bc7-acd5-e3c5bcfd1af5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a41ba56b-440d-48ee-a320-\ -46e7573d7ce1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"600c4e33-ebff-43c8-a953-\ +7c9c130b620f"], Cell[BoxData[GridBox[{ { @@ -6248,7 +6250,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "759bea7f-2fe6-402f-b1b5-3b71491fcbd9"]}]}, + "aa2e6fa5-436b-4208-ae31-c72863303291"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6256,10 +6258,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8a8e520b-d039-433e-977c-e114bf25bf49"]}]} + "34171b7a-4780-4781-aa12-c8fe460a2320"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"06601a45-e9ad-4127-a53b-\ -6cfec942faf4"], + }]], "MoreAboutSection",ExpressionUUID->"a96e4a0c-4788-4420-8bb3-\ +1152b3949efb"], Cell[BoxData[GridBox[{ { @@ -6286,7 +6288,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bc2c372a-5efd-4990-b506-17e398ef129e"]], "RelatedLinks", + "5ef6187f-0216-4776-a05d-d7d5e5318f47"]], "RelatedLinks", ExpressionUUID->"959e1dc5-27ab-41d7-820b-99145fde3cc5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6303,7 +6305,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "343b5b17-92d7-4aa2-98c5-b9611773d049"]], "RelatedLinks", + "2f661fbb-3cdd-477b-84d7-4c3f188e8c70"]], "RelatedLinks", ExpressionUUID->"6518051c-7642-482a-a6ee-1505c1c3747f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6320,11 +6322,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c23dbbba-5692-44cf-ae08-0c5132231376"]], "RelatedLinks", + "6a4d3dc7-d0ab-4bb1-8076-6b3c8481eca4"]], "RelatedLinks", ExpressionUUID->"0bdeac8a-d122-4a05-9876-811aec88572b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4417882c-0490-4786-a5d2-\ -f31fc39c4f54"], + }]], "RelatedLinksSection",ExpressionUUID->"e178cfd0-ae55-4f46-92ac-\ +f61c5aeee604"], Cell[CellGroupData[{ @@ -6354,11 +6356,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"757b5152-7fad-4dc5-969c-33af0e938c8f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a079da06-fc23-42df-968f-3fc0f0f3a69f"] +Cell[" ", "FooterCell",ExpressionUUID->"9d10d37f-ef34-4c43-bbed-a2ea7bd6446f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaPreKernelElement", TaggingRules->{ @@ -6369,7 +6371,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 5.655503}", + "built" -> "{2024, 6, 3, 16, 54, 36.392881}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6387,10 +6389,11 @@ pre-kernel elements through PreKernelElement[game,payoff, PseudoInv->False]. \ In addition, the cardinality of the set of lexicographically most effective \ coalitions can be set to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaPreKernelElement", - "titlemodifier" -> "", "windowtitle" -> "ParaPreKernelElement", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaPreKernelElement"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaPreKernelElement", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaPreKernelElement"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6399,9 +6402,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"dd405c90-7c53-4dbc-9a43-cfb559c6c470" +ExpressionUUID->"cae96e31-a6ee-439b-ba04-7907c8e1c6ee" ] (* End of Notebook Content *) @@ -6409,237 +6412,235 @@ ExpressionUUID->"dd405c90-7c53-4dbc-9a43-cfb559c6c470" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21972, 570, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5fc25e4e-30c8-447d-ae9d-9c30cfccb6e9", + Cell[22034, 575, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"22fdcb49-5b2e-4691-accb-51fdb07c73ae", CellTags->"PrimaryExamplesSection", - CellID->304175549]} + CellID->1652363149]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 345531, 6410} + {"PrimaryExamplesSection", 345584, 6413} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7137, 168, 56, "AnchorBarGrid",ExpressionUUID->"4111713c-f619-4331-8176-46254869137b", +Cell[592, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"7dbd0748-1f73-410a-ad94-4d3fcac6893c", CellID->1], -Cell[7732, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"15b24b7f-3190-4289-8aec-9efe80310a9e"], +Cell[7794, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"cff429a1-0766-41b5-9444-e39373751803"], Cell[CellGroupData[{ -Cell[7855, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"9fcce746-f707-41ab-92ec-6cb01adeed54"], -Cell[9152, 232, 2292, 48, 404, "Usage",ExpressionUUID->"5b074993-e7d1-47f7-8922-860e3a547308", +Cell[7917, 200, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"48419918-c826-4fa9-a0bf-f2ac70d98315"], +Cell[9214, 237, 2292, 48, 402, "Usage",ExpressionUUID->"5b074993-e7d1-47f7-8922-860e3a547308", CellID->810433845] }, Open ]], Cell[CellGroupData[{ -Cell[11481, 285, 1894, 47, 37, "NotesSection",ExpressionUUID->"238802ee-7776-487b-856f-65c6b1a578b7", +Cell[11543, 290, 1894, 47, 37, "NotesSection",ExpressionUUID->"3beacec7-9242-4ede-a71d-33ac1bc820bf", CellGroupingRules->{"SectionGrouping", 50}, - CellID->103147101], -Cell[13378, 334, 782, 20, 57, "]]",ExpressionUUID->"6c794702-31e7-4120-b975-4fff58fa7f48", + CellID->358054766], +Cell[13440, 339, 782, 20, 57, "]]",ExpressionUUID->"6c794702-31e7-4120-b975-4fff58fa7f48", CellID->313448337], -Cell[14163, 356, 515, 13, 37, "Notes",ExpressionUUID->"fec47278-c455-4ccd-adc6-bdd84249ee25", +Cell[14225, 361, 515, 13, 38, "Notes",ExpressionUUID->"fec47278-c455-4ccd-adc6-bdd84249ee25", CellID->403115472], -Cell[14681, 371, 172, 3, 36, "Notes",ExpressionUUID->"072f923e-8ab0-4d2e-9027-fb178cc90b3a", +Cell[14743, 376, 172, 3, 36, "Notes",ExpressionUUID->"072f923e-8ab0-4d2e-9027-fb178cc90b3a", CellID->1284018239], -Cell[14856, 376, 449, 9, 57, "Notes",ExpressionUUID->"c8976b7e-79e4-4b68-ba0b-6144c7acb4fa", +Cell[14918, 381, 449, 9, 57, "Notes",ExpressionUUID->"c8976b7e-79e4-4b68-ba0b-6144c7acb4fa", CellID->747590975], -Cell[15308, 387, 337, 6, 57, "Notes",ExpressionUUID->"ae5983b2-d70e-4f2f-aa9a-8156b8fdfeaa", +Cell[15370, 392, 337, 6, 57, "Notes",ExpressionUUID->"ae5983b2-d70e-4f2f-aa9a-8156b8fdfeaa", CellID->1211940764], -Cell[15648, 395, 179, 4, 36, "Notes",ExpressionUUID->"4711ff65-351c-4cec-ba9b-4b7f6850aee9", +Cell[15710, 400, 179, 4, 36, "Notes",ExpressionUUID->"4711ff65-351c-4cec-ba9b-4b7f6850aee9", CellID->327092528], -Cell[15830, 401, 331, 6, 70, "Notes",ExpressionUUID->"60e13c04-9377-4cec-9f9b-3f38b9d3590e", +Cell[15892, 406, 331, 6, 70, "Notes",ExpressionUUID->"60e13c04-9377-4cec-9f9b-3f38b9d3590e", CellID->760611974], -Cell[16164, 409, 267, 4, 70, "Notes",ExpressionUUID->"29ec2b07-3aaf-43fb-a507-08790351d52b", +Cell[16226, 414, 267, 4, 70, "Notes",ExpressionUUID->"29ec2b07-3aaf-43fb-a507-08790351d52b", CellID->13178], -Cell[16434, 415, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"dbff14f3-9b45-493f-a3c8-d2bed631b657", +Cell[16496, 420, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"dbff14f3-9b45-493f-a3c8-d2bed631b657", CellID->1374443190], -Cell[17548, 442, 1686, 40, 70, "3ColumnTableMod",ExpressionUUID->"012be73f-abfb-4912-84a1-77fd4ca44ae2", +Cell[17610, 447, 1686, 40, 70, "3ColumnTableMod",ExpressionUUID->"012be73f-abfb-4912-84a1-77fd4ca44ae2", CellID->11156], -Cell[19237, 484, 505, 14, 70, "Notes",ExpressionUUID->"5f61e40f-aad5-4938-a865-de1d335ab4b0", +Cell[19299, 489, 505, 14, 70, "Notes",ExpressionUUID->"5f61e40f-aad5-4938-a865-de1d335ab4b0", CellID->430048067], -Cell[19745, 500, 528, 14, 70, "Notes",ExpressionUUID->"6ae57e70-56ca-471e-911e-3eabdb913e4f", +Cell[19807, 505, 528, 14, 70, "Notes",ExpressionUUID->"6ae57e70-56ca-471e-911e-3eabdb913e4f", CellID->2041037989], -Cell[20276, 516, 505, 14, 70, "Notes",ExpressionUUID->"8d668a0d-7e58-417a-bfff-133a8e1a58c3", +Cell[20338, 521, 505, 14, 70, "Notes",ExpressionUUID->"8d668a0d-7e58-417a-bfff-133a8e1a58c3", CellID->17859], -Cell[20784, 532, 571, 17, 70, "Notes",ExpressionUUID->"b453f326-1ef2-454c-9640-364fa2fe950c", +Cell[20846, 537, 571, 17, 70, "Notes",ExpressionUUID->"b453f326-1ef2-454c-9640-364fa2fe950c", CellID->900904482], -Cell[21358, 551, 487, 13, 70, "Notes",ExpressionUUID->"9b551ee1-de7a-4dc8-b662-b8b714ba8b49", +Cell[21420, 556, 487, 13, 70, "Notes",ExpressionUUID->"9b551ee1-de7a-4dc8-b662-b8b714ba8b49", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21972, 570, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"5fc25e4e-30c8-447d-ae9d-9c30cfccb6e9", +Cell[22034, 575, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"22fdcb49-5b2e-4691-accb-51fdb07c73ae", CellTags->"PrimaryExamplesSection", - CellID->304175549], + CellID->1652363149], Cell[CellGroupData[{ -Cell[23417, 611, 1398, 36, 70, "ExampleSection",ExpressionUUID->"ed57c4e7-1f1d-4269-a859-96a82bf48766", - CellID->181283815], -Cell[24818, 649, 148, 1, 70, "ExampleText",ExpressionUUID->"18e448a3-19fa-40e0-a1c1-49e6c53c5d6f", +Cell[23480, 616, 1398, 36, 70, "ExampleSection",ExpressionUUID->"471d7189-4c4d-4947-8ece-296a953fcb27", + CellID->965662919], +Cell[24881, 654, 148, 1, 70, "ExampleText",ExpressionUUID->"18e448a3-19fa-40e0-a1c1-49e6c53c5d6f", CellID->58312988], -Cell[24969, 652, 183, 4, 70, "Input",ExpressionUUID->"5b388db8-5502-4d83-8b15-e5f26bbd20d2", +Cell[25032, 657, 183, 4, 70, "Input",ExpressionUUID->"5b388db8-5502-4d83-8b15-e5f26bbd20d2", CellID->308644160], Cell[CellGroupData[{ -Cell[25177, 660, 136, 2, 70, "Input",ExpressionUUID->"fd16ecf4-a494-4702-b79e-4217de90e1dc", +Cell[25240, 665, 136, 2, 70, "Input",ExpressionUUID->"fd16ecf4-a494-4702-b79e-4217de90e1dc", CellID->385588760], -Cell[25316, 664, 157, 3, 36, "Output",ExpressionUUID->"c40dc822-6ac9-418c-a2e8-d196304d704c", +Cell[25379, 669, 157, 3, 36, "Output",ExpressionUUID->"c40dc822-6ac9-418c-a2e8-d196304d704c", CellID->907398761] }, Open ]], -Cell[25488, 670, 118, 1, 70, "ExampleText",ExpressionUUID->"61a6bb98-a076-4382-9613-b1bf8dedbe6e", +Cell[25551, 675, 118, 1, 70, "ExampleText",ExpressionUUID->"61a6bb98-a076-4382-9613-b1bf8dedbe6e", CellID->604906678], Cell[CellGroupData[{ -Cell[25631, 675, 198, 4, 70, "Input",ExpressionUUID->"0115ad3c-aa8d-4171-aea9-4b938bad6aad", +Cell[25694, 680, 198, 4, 70, "Input",ExpressionUUID->"0115ad3c-aa8d-4171-aea9-4b938bad6aad", CellID->1402035081], Cell[CellGroupData[{ -Cell[25854, 683, 236, 4, 70, "Print",ExpressionUUID->"149a58ae-e223-4259-a295-cb2972bf0b4c", +Cell[25917, 688, 236, 4, 70, "Print",ExpressionUUID->"149a58ae-e223-4259-a295-cb2972bf0b4c", CellID->769418543], -Cell[26093, 689, 366, 8, 70, "Print",ExpressionUUID->"46975f7f-41d1-4e28-81cd-10d48c7a1c0a", +Cell[26156, 694, 366, 8, 70, "Print",ExpressionUUID->"46975f7f-41d1-4e28-81cd-10d48c7a1c0a", CellID->1631187216], -Cell[26462, 699, 236, 4, 70, "Print",ExpressionUUID->"f4d8b5c5-1490-47d8-8ff1-eee8e263b577", +Cell[26525, 704, 236, 4, 70, "Print",ExpressionUUID->"f4d8b5c5-1490-47d8-8ff1-eee8e263b577", CellID->546917919], -Cell[26701, 705, 221, 3, 70, "Print",ExpressionUUID->"41f3b42b-9f9f-4e3b-b713-0d03e8b18703", +Cell[26764, 710, 221, 3, 70, "Print",ExpressionUUID->"41f3b42b-9f9f-4e3b-b713-0d03e8b18703", CellID->1774244680], -Cell[26925, 710, 207, 3, 70, "Print",ExpressionUUID->"dcc82b13-7662-4a6a-808b-33d45ba1df15", +Cell[26988, 715, 207, 3, 70, "Print",ExpressionUUID->"dcc82b13-7662-4a6a-808b-33d45ba1df15", CellID->259252929], -Cell[27135, 715, 237, 4, 70, "Print",ExpressionUUID->"a1661a35-8d9c-4b6a-81d4-6d3bc82b88bd", +Cell[27198, 720, 237, 4, 70, "Print",ExpressionUUID->"a1661a35-8d9c-4b6a-81d4-6d3bc82b88bd", CellID->381109079], -Cell[27375, 721, 220, 3, 70, "Print",ExpressionUUID->"7ba773f5-35cf-4562-8d0c-cb27010afb84", +Cell[27438, 726, 220, 3, 70, "Print",ExpressionUUID->"7ba773f5-35cf-4562-8d0c-cb27010afb84", CellID->779706466], -Cell[27598, 726, 236, 4, 70, "Print",ExpressionUUID->"04a12fbd-39aa-4e48-899c-d40c6c171878", +Cell[27661, 731, 236, 4, 70, "Print",ExpressionUUID->"04a12fbd-39aa-4e48-899c-d40c6c171878", CellID->896822574], -Cell[27837, 732, 235, 4, 70, "Print",ExpressionUUID->"1f8190da-ef30-4119-9168-cb9cd2e2fe41", +Cell[27900, 737, 235, 4, 70, "Print",ExpressionUUID->"1f8190da-ef30-4119-9168-cb9cd2e2fe41", CellID->63696725], -Cell[28075, 738, 208, 3, 70, "Print",ExpressionUUID->"97981549-43c7-4c36-87b0-79f43d8db02e", +Cell[28138, 743, 208, 3, 70, "Print",ExpressionUUID->"97981549-43c7-4c36-87b0-79f43d8db02e", CellID->1867985262], -Cell[28286, 743, 237, 4, 70, "Print",ExpressionUUID->"27f79ce3-2831-4de4-8db7-562dafd506a6", +Cell[28349, 748, 237, 4, 70, "Print",ExpressionUUID->"27f79ce3-2831-4de4-8db7-562dafd506a6", CellID->1283674270] }, Open ]] }, Open ]], -Cell[28550, 751, 134, 1, 70, "ExampleText",ExpressionUUID->"a64624f1-2866-49ba-b94b-6932204da49a", +Cell[28613, 756, 134, 1, 70, "ExampleText",ExpressionUUID->"a64624f1-2866-49ba-b94b-6932204da49a", CellID->1728790361], -Cell[28687, 754, 183, 4, 70, "Input",ExpressionUUID->"caf13458-3bd9-44b1-8f79-4171970f167f", +Cell[28750, 759, 183, 4, 70, "Input",ExpressionUUID->"caf13458-3bd9-44b1-8f79-4171970f167f", CellID->1827748961], -Cell[28873, 760, 316, 10, 70, "Input",ExpressionUUID->"bdf07930-9e77-4349-b26c-fb463237b11c", +Cell[28936, 765, 316, 10, 70, "Input",ExpressionUUID->"bdf07930-9e77-4349-b26c-fb463237b11c", CellID->185086317], -Cell[29192, 772, 199, 5, 70, "Input",ExpressionUUID->"4fe66d8b-a837-4672-b72f-1d13e5b8954c", +Cell[29255, 777, 199, 5, 70, "Input",ExpressionUUID->"4fe66d8b-a837-4672-b72f-1d13e5b8954c", CellID->1209075968], -Cell[29394, 779, 229, 6, 70, "Input",ExpressionUUID->"c5683f2a-7f59-4418-9ca3-007c2602c949", +Cell[29457, 784, 229, 6, 70, "Input",ExpressionUUID->"c5683f2a-7f59-4418-9ca3-007c2602c949", CellID->1785977973], Cell[CellGroupData[{ -Cell[29648, 789, 159, 3, 70, "Input",ExpressionUUID->"638d5385-0eca-4d59-8074-e49ab3ab597c", +Cell[29711, 794, 159, 3, 70, "Input",ExpressionUUID->"638d5385-0eca-4d59-8074-e49ab3ab597c", CellID->1435732625], -Cell[29810, 794, 159, 3, 36, "Output",ExpressionUUID->"a1a7cc27-74dd-4dd9-8f46-9c969912bfa9", +Cell[29873, 799, 159, 3, 36, "Output",ExpressionUUID->"a1a7cc27-74dd-4dd9-8f46-9c969912bfa9", CellID->2064128343] }, Open ]], -Cell[29984, 800, 342, 9, 70, "Input",ExpressionUUID->"9e95e547-afba-4b74-b7c3-6b45e2afa131", +Cell[30047, 805, 342, 9, 70, "Input",ExpressionUUID->"9e95e547-afba-4b74-b7c3-6b45e2afa131", CellID->583088507], Cell[CellGroupData[{ -Cell[30351, 813, 131, 2, 70, "Input",ExpressionUUID->"b00b6093-0ecb-4b37-bab3-411b638aba19", +Cell[30414, 818, 131, 2, 70, "Input",ExpressionUUID->"b00b6093-0ecb-4b37-bab3-411b638aba19", CellID->1022363536], -Cell[30485, 817, 165, 3, 36, "Output",ExpressionUUID->"26196c99-6391-4edc-97d2-012862881d8b", +Cell[30548, 822, 165, 3, 36, "Output",ExpressionUUID->"26196c99-6391-4edc-97d2-012862881d8b", CellID->551106095] }, Open ]], -Cell[30665, 823, 238, 6, 70, "Input",ExpressionUUID->"7d047491-2bf9-480f-ba9e-d64fec32c788", +Cell[30728, 828, 238, 6, 70, "Input",ExpressionUUID->"7d047491-2bf9-480f-ba9e-d64fec32c788", CellID->952552759], -Cell[30906, 831, 167, 3, 70, "ExampleText",ExpressionUUID->"8441eb43-ee13-4655-b2e6-a1b44ba123e8", +Cell[30969, 836, 167, 3, 70, "ExampleText",ExpressionUUID->"8441eb43-ee13-4655-b2e6-a1b44ba123e8", CellID->253943450], Cell[CellGroupData[{ -Cell[31098, 838, 210, 4, 70, "Input",ExpressionUUID->"7c5aa912-b385-44aa-a2f5-53c21da92732", +Cell[31161, 843, 210, 4, 70, "Input",ExpressionUUID->"7c5aa912-b385-44aa-a2f5-53c21da92732", CellID->911290030], -Cell[31311, 844, 215, 5, 36, "Output",ExpressionUUID->"e0e08cd2-4ff6-44fe-83e0-b0edccf4c196", +Cell[31374, 849, 215, 5, 36, "Output",ExpressionUUID->"e0e08cd2-4ff6-44fe-83e0-b0edccf4c196", CellID->1171425962] }, Open ]], Cell[CellGroupData[{ -Cell[31563, 854, 207, 4, 70, "Input",ExpressionUUID->"8faafce1-49e3-45af-b572-a3d503a4d825", +Cell[31626, 859, 207, 4, 70, "Input",ExpressionUUID->"8faafce1-49e3-45af-b572-a3d503a4d825", CellID->19564958], -Cell[31773, 860, 215, 5, 36, "Output",ExpressionUUID->"649e9a0e-72ac-4c65-89d5-099431e4d019", +Cell[31836, 865, 215, 5, 36, "Output",ExpressionUUID->"649e9a0e-72ac-4c65-89d5-099431e4d019", CellID->2077902367] }, Open ]], Cell[CellGroupData[{ -Cell[32025, 870, 214, 4, 70, "Input",ExpressionUUID->"bda9cbd5-4175-4a22-a822-c7daad8118e8", +Cell[32088, 875, 214, 4, 70, "Input",ExpressionUUID->"bda9cbd5-4175-4a22-a822-c7daad8118e8", CellID->1166166611], -Cell[32242, 876, 214, 5, 36, "Output",ExpressionUUID->"580b4946-55bf-4c11-a13c-e94352e2bba1", +Cell[32305, 881, 214, 5, 36, "Output",ExpressionUUID->"580b4946-55bf-4c11-a13c-e94352e2bba1", CellID->1692328185] }, Open ]], Cell[CellGroupData[{ -Cell[32493, 886, 162, 3, 70, "Input",ExpressionUUID->"9ee5af8f-6be5-422e-95a0-23ee201c1e08", +Cell[32556, 891, 162, 3, 70, "Input",ExpressionUUID->"9ee5af8f-6be5-422e-95a0-23ee201c1e08", CellID->52864782], -Cell[32658, 891, 158, 3, 36, "Output",ExpressionUUID->"d07eecbb-13bc-4843-be1f-bfae0de1f22b", +Cell[32721, 896, 158, 3, 36, "Output",ExpressionUUID->"d07eecbb-13bc-4843-be1f-bfae0de1f22b", CellID->3531314] }, Open ]], -Cell[32831, 897, 181, 3, 70, "ExampleText",ExpressionUUID->"39b166b8-1dcd-431d-a079-d7e7e9fec658", +Cell[32894, 902, 181, 3, 70, "ExampleText",ExpressionUUID->"39b166b8-1dcd-431d-a079-d7e7e9fec658", CellID->988992941], Cell[CellGroupData[{ -Cell[33037, 904, 178, 3, 70, "Input",ExpressionUUID->"af5d77f0-e56f-4b24-aee7-53264b6363a8", +Cell[33100, 909, 178, 3, 70, "Input",ExpressionUUID->"af5d77f0-e56f-4b24-aee7-53264b6363a8", CellID->236731458], -Cell[33218, 909, 477, 11, 51, "Output",ExpressionUUID->"3b4231bb-0d19-4e18-9c63-59fd755b44d5", +Cell[33281, 914, 477, 11, 50, "Output",ExpressionUUID->"3b4231bb-0d19-4e18-9c63-59fd755b44d5", CellID->1753461470] }, Open ]], -Cell[33710, 923, 138, 1, 70, "ExampleText",ExpressionUUID->"5226c0fb-6bb8-47fe-97f0-7009a0091265", +Cell[33773, 928, 138, 1, 70, "ExampleText",ExpressionUUID->"5226c0fb-6bb8-47fe-97f0-7009a0091265", CellID->358686408], Cell[CellGroupData[{ -Cell[33873, 928, 291, 7, 70, "Input",ExpressionUUID->"40eeeb45-5e4e-4b6e-b455-6e67708ff8e7", +Cell[33936, 933, 291, 7, 70, "Input",ExpressionUUID->"40eeeb45-5e4e-4b6e-b455-6e67708ff8e7", CellID->2040445588], -Cell[34167, 937, 571, 16, 51, "Output",ExpressionUUID->"66a405ab-e6ed-4fb5-b059-670f72273906", +Cell[34230, 942, 571, 16, 51, "Output",ExpressionUUID->"66a405ab-e6ed-4fb5-b059-670f72273906", CellID->620907760] }, Open ]], -Cell[34753, 956, 150, 1, 70, "ExampleText",ExpressionUUID->"9436764b-9fbf-4e9e-9ec2-60f157a0d819", +Cell[34816, 961, 150, 1, 70, "ExampleText",ExpressionUUID->"9436764b-9fbf-4e9e-9ec2-60f157a0d819", CellID->428722801], Cell[CellGroupData[{ -Cell[34928, 961, 296, 7, 70, "Input",ExpressionUUID->"ba5c6fe4-4fbe-40eb-bc78-17419efdba7e", +Cell[34991, 966, 296, 7, 70, "Input",ExpressionUUID->"ba5c6fe4-4fbe-40eb-bc78-17419efdba7e", CellID->164413105], -Cell[35227, 970, 570, 16, 51, "Output",ExpressionUUID->"798f5fab-555c-4089-86c3-dd7e45b9f6ec", +Cell[35290, 975, 570, 16, 51, "Output",ExpressionUUID->"798f5fab-555c-4089-86c3-dd7e45b9f6ec", CellID->3270276] }, Open ]], -Cell[35812, 989, 261, 4, 70, "ExampleText",ExpressionUUID->"4039add6-abf8-43bb-8c32-7009d32498c3", +Cell[35875, 994, 261, 4, 70, "ExampleText",ExpressionUUID->"4039add6-abf8-43bb-8c32-7009d32498c3", CellID->1506419636], -Cell[36076, 995, 191, 4, 70, "ExampleText",ExpressionUUID->"cd6ebd06-9e23-4cdb-be2f-56abd8aae5e9", +Cell[36139, 1000, 191, 4, 70, "ExampleText",ExpressionUUID->"cd6ebd06-9e23-4cdb-be2f-56abd8aae5e9", CellID->1973291079], Cell[CellGroupData[{ -Cell[36292, 1003, 244, 5, 70, "Input",ExpressionUUID->"ee849549-ac34-48cd-a963-75b1e5f6f663", +Cell[36355, 1008, 244, 5, 70, "Input",ExpressionUUID->"ee849549-ac34-48cd-a963-75b1e5f6f663", CellID->1973539575], -Cell[36539, 1010, 498, 14, 51, "Output",ExpressionUUID->"78ab1c10-1a10-4bae-be10-aac0b63e98e8", +Cell[36602, 1015, 498, 14, 51, "Output",ExpressionUUID->"78ab1c10-1a10-4bae-be10-aac0b63e98e8", CellID->2001156511] }, Open ]], -Cell[37052, 1027, 194, 4, 70, "ExampleText",ExpressionUUID->"fc644822-f956-4808-85b6-b8050fac8d0e", +Cell[37115, 1032, 194, 4, 70, "ExampleText",ExpressionUUID->"fc644822-f956-4808-85b6-b8050fac8d0e", CellID->846256197], -Cell[37249, 1033, 626, 19, 70, "Input",ExpressionUUID->"37be5bd4-a195-46a0-947d-3a8452a71c81", +Cell[37312, 1038, 626, 19, 70, "Input",ExpressionUUID->"37be5bd4-a195-46a0-947d-3a8452a71c81", CellID->669184082], -Cell[37878, 1054, 161, 2, 70, "ExampleText",ExpressionUUID->"ce1d9c3e-3926-4821-babf-58249aec7a8d", +Cell[37941, 1059, 161, 2, 70, "ExampleText",ExpressionUUID->"ce1d9c3e-3926-4821-babf-58249aec7a8d", CellID->1808311986], Cell[CellGroupData[{ -Cell[38064, 1060, 205, 4, 70, "Input",ExpressionUUID->"4738bbc0-f308-4dcb-aabd-aef5dec33d50", +Cell[38127, 1065, 205, 4, 70, "Input",ExpressionUUID->"4738bbc0-f308-4dcb-aabd-aef5dec33d50", CellID->2113453927], -Cell[38272, 1066, 498, 14, 51, "Output",ExpressionUUID->"f33992f2-22f7-402e-8bf7-f9a970d9d282", +Cell[38335, 1071, 498, 14, 51, "Output",ExpressionUUID->"f33992f2-22f7-402e-8bf7-f9a970d9d282", CellID->1912248525] }, Open ]], -Cell[38785, 1083, 174, 3, 70, "ExampleText",ExpressionUUID->"3b5565ff-a47f-4c65-aea9-3ad3143aaa34", +Cell[38848, 1088, 174, 3, 70, "ExampleText",ExpressionUUID->"3b5565ff-a47f-4c65-aea9-3ad3143aaa34", CellID->727497070], -Cell[38962, 1088, 145, 1, 70, "ExampleText",ExpressionUUID->"f27223de-a2a1-4efe-a06d-90870a4f009e", +Cell[39025, 1093, 145, 1, 70, "ExampleText",ExpressionUUID->"f27223de-a2a1-4efe-a06d-90870a4f009e", CellID->2116956146], Cell[CellGroupData[{ -Cell[39132, 1093, 159, 3, 70, "Input",ExpressionUUID->"9491dfea-c2d7-4e5f-b575-37a322e95ee9", +Cell[39195, 1098, 159, 3, 70, "Input",ExpressionUUID->"9491dfea-c2d7-4e5f-b575-37a322e95ee9", CellID->351559039], -Cell[39294, 1098, 292824, 4955, 70, "Output",ExpressionUUID->"0dce170c-a484-4d8c-8589-1a23379a24e5", +Cell[39357, 1103, 292824, 4955, 70, "Output",ExpressionUUID->"0dce170c-a484-4d8c-8589-1a23379a24e5", CellID->1494721071] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[332423, 6067, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"46e697d4-732a-4efe-a81d-2da405510e6c"], +Cell[337903, 6217, 670, 18, 70, "TechNotesSection",ExpressionUUID->"600c4e33-ebff-43c8-a953-7c9c130b620f"], +Cell[338576, 6237, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a96e4a0c-4788-4420-8bb3-1152b3949efb"], +Cell[339612, 6265, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"e178cfd0-ae55-4f46-92ac-f61c5aeee604"], Cell[CellGroupData[{ -Cell[332382, 6064, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"eb6af30f-5c6d-4b83-b36e-19503b1768d5"], -Cell[337862, 6214, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a41ba56b-440d-48ee-a320-46e7573d7ce1"] -}, Open ]], -Cell[338547, 6235, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"06601a45-e9ad-4127-a53b-6cfec942faf4"], -Cell[339583, 6263, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"4417882c-0490-4786-a5d2-f31fc39c4f54"], -Cell[CellGroupData[{ -Cell[341835, 6330, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"30068efb-070b-4f4c-8d7b-b2c7e61ba51d", +Cell[341864, 6332, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"30068efb-070b-4f4c-8d7b-b2c7e61ba51d", CellID->906383680], -Cell[341975, 6333, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7f63f3ec-4dc1-475d-b211-e20f6c317ed4", +Cell[342004, 6335, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7f63f3ec-4dc1-475d-b211-e20f6c317ed4", CellID->1194386356], -Cell[342197, 6339, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"273c29c0-9f65-4b73-ac7f-93485ed290c2", +Cell[342226, 6341, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"273c29c0-9f65-4b73-ac7f-93485ed290c2", CellID->1641706272], -Cell[342412, 6344, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"271d1563-26bc-4146-8036-00145d218129", +Cell[342441, 6346, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"271d1563-26bc-4146-8036-00145d218129", CellID->399251956], -Cell[342641, 6350, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"757b5152-7fad-4dc5-969c-33af0e938c8f", +Cell[342670, 6352, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"757b5152-7fad-4dc5-969c-33af0e938c8f", CellID->821434655] }, Open ]], -Cell[342878, 6356, 78, 0, 70, "FooterCell",ExpressionUUID->"a079da06-fc23-42df-968f-3fc0f0f3a69f"] +Cell[342907, 6358, 78, 0, 70, "FooterCell",ExpressionUUID->"9d10d37f-ef34-4c43-bbed-a2ea7bd6446f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaPreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/ParaPreKernelQ.nb index 9f263b1..bfb69c2 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaPreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaPreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 342992, 6266] -NotebookOptionsPosition[ 331968, 6048] -NotebookOutlinePosition[ 334195, 6104] -CellTagsIndexPosition[ 334108, 6099] +NotebookDataLength[ 342995, 6266] +NotebookOptionsPosition[ 331988, 6050] +NotebookOutlinePosition[ 334233, 6106] +CellTagsIndexPosition[ 334146, 6101] WindowTitle->ParaPreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6fab0431-f8ee-4332-a123-728d1e4f306f"], + "a93e4ca9-097f-4d3d-8e77-227d0cecc41e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2893fd29-739a-4bdb-9892-3ba9ebb79f2a"], + "366b6c27-cda8-4466-8605-d6ff92ed28c9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c9612b27-caed-418f-8956-1cda740f9c11"] - }],ExpressionUUID->"a4ae3b5d-6ba5-4841-a34c-252106891445"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "6653634b-85a5-423d-baae-8d2598d5d1ad"] + }],ExpressionUUID->"081aeb5e-2a50-4415-9bce-a37bb99164e9"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e65c6fd9-9b92-4bf2-a3bd-57357140af6f"], + "2e8bdd6b-8c9a-4b0d-b41e-de98b6e767d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "444037a5-4f56-42c5-a892-cbfffd92e7fe"] - }],ExpressionUUID->"130bced8-0415-44ae-bbf0-6bf1a9944153"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7aa155e5-9302-4b22-9771-9dd3b0bf72ef"] + }],ExpressionUUID->"0fe954e1-8d13-4a5b-b1fa-75b521da82b2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d47d7396-471f-4152-8c42-21ee7ec6019c"], + "70c03cf0-e251-4150-aff1-f434888228f7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9e4aede4-5e91-43e8-a88b-0e16fa1c7606"] - }],ExpressionUUID->"1c8a4bd8-a425-4d74-bb8a-23f94c76ce7f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ca4f4a9e-379c-4fc0-911f-7466af0f0888"] + }],ExpressionUUID->"2aa2e259-a0c3-4cae-a4ab-e3ac228c98e0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eedb7e66-0b97-4016-be2b-1234bbc04cea"], + "da681aae-8da3-4ceb-966b-bc6ed406635e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7813e910-4f05-4fc9-bc1a-05d2b70ab3b0"] - }],ExpressionUUID->"8e16c2f2-2213-402d-862b-3b93e4d252cf"], - StripOnInput->False], {"\<\"TUG/ref/ParaPreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaPreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "fc9fbcfc-9c28-497a-afb1-45d3f6e9ab94"] + }],ExpressionUUID->"389a662f-b036-4e13-9c99-7c6af598903e"], + StripOnInput->False],{ + "\"TUG/ref/ParaPreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaPreKernelQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaPreKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$144994], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaPreKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$155786], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaPreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6094bbb7-dcd7-4ebd-ba67-eabee019cbb9"] + "e2810ab7-b250-4949-b431-4d76cdb648c4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bd23bd56-70b5-40f0-b8fc-5c389641df79"]} + "4a9b900c-7a58-489e-b907-c7278d8341c6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f10c3d01-ad24-478e-b1b5-23c3bbc475f0"], + CellID->1,ExpressionUUID->"985a163c-da37-4cd7-aff2-61de54ae4373"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"18746dc6-720f-40bd-a06b-966437be0a16"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"5281562b-ae96-4dac-bbec-089196567a32"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaPreKernelQ", "ObjectName",ExpressionUUID-> - "562d2034-60fc-4ad8-bc89-3a9a9a265dba"], + "aeffd7ac-b297-4667-8f6f-bc8942c39b96"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0a5321db-bde2-466a-8ce8-fae9be8c7220"], + "Spacer1"]],ExpressionUUID->"4a2e3a88-19b7-4b1e-8b81-968e894bbfc6"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2d66a592-1d7f-4680-9d5e-190c865b554f"] - }],ExpressionUUID->"7f15468e-edd9-4d37-b7a0-1b38c57bbe3c"], Cell[BoxData[ + "205c84bd-8a4e-4750-afdc-6b66772a9d4e"] + }],ExpressionUUID->"5d2670c8-e4aa-4051-89b5-c598f3dccce5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7c281cd6-bf64-4d3a-9a24-d687057e31fc"]} + "e6dec1bd-fcf4-4140-a6bd-55535591ed4a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d5b01236-64de-4f6c-84c6-d2e971cb5206"], + CacheGraphics->False,ExpressionUUID->"a35abf35-4e27-4619-8eb2-4a37e39c8864"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ Cell[BoxData[GridBox[{ FontSlant->"Italic"], " is an element of the pre-kernel. ParaPreKernelQ checks also the \ efficiency condition in contrast to the function MaxExcessBalanced." - }],ExpressionUUID->"bb654e62-7547-4546-b4eb-5be59afda656"]} + }],ExpressionUUID->"4978c273-b717-473b-9394-603a58b5b690"]} }]], "Usage", CellID->752097909,ExpressionUUID->"f37b08e6-3450-45a8-a281-72e11d946de8"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"70142950-c564-46a8-bfc4-798c4085ab74"], + ExpressionUUID->"bb458fa5-ad73-4cf1-937f-e7c65973d6f8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"47c53248-d097-4183-addb-33f6f83a2559"], + "Spacer1"]],ExpressionUUID->"2b4fb747-6023-435c-a4db-9e69c6c2750b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"fcef61a6-f070-4923-977a-ee9119b4b494"], + }], "NotesFrameText",ExpressionUUID->"2f3529b3-8268-4d9c-80ef-6bf18ea80033"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"678c4f88-36a5-4a8a-81da-77c67b31528d"]], \ + "Preemptive"]],ExpressionUUID->"4599cc20-5652-4972-91a8-e2916b0e7b8a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1309047290,ExpressionUUID->"f0c52747-4a06-4b13-9f40-11911226236a"], + CellID->375071751,ExpressionUUID->"c0dbe49d-4e60-4624-ab8d-e84b9669c4b8"], Cell[TextData[{ "The input expression ", @@ -361,7 +366,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f276c879-af85-47c1-a6d9-7c3528fc3edb"], + "7445d626-fe40-4bd4-9f48-e25ff7f7c9af"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -425,19 +430,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d098e340-e3be-496e-b132-051b8305e41f"], + ExpressionUUID->"04818841-e33a-4adb-92eb-14c6e8e5ff10"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b9913303-6bef-46b8-8584-336cfdbc5dbf"], + "Spacer1"]],ExpressionUUID->"b2c3db3c-e7d4-476a-bd23-fa277a35161b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "08e0573e-e28b-4baa-9bbe-4459be86dcf0"] + "941dc1b5-f6f2-45c6-89f6-8cad75c043b0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1532458400,ExpressionUUID->"de4db3b3-06e5-414f-a3de-4a005511dce6"], + CellID->1040087154,ExpressionUUID->"6944f7b1-d1b5-4eae-b2b7-1e182a294ed5"], Cell[CellGroupData[{ @@ -466,18 +471,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7e573fc1-4c7a-44f1-81ac-6368d270125c"], + ExpressionUUID->"fcd1207b-c641-4b55-b389-13e8322c6a03"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"55aadd30-f56a-46ae-9f70-c6f815327d5b"], + "Spacer1"]],ExpressionUUID->"08c43715-7f65-40d1-a0e1-1becc248f529"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7a04253b-2473-409d-bcff-e11eafc300be"] + "57f7e8a1-7b3e-42d3-9842-16c3d44208d6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1150451899,ExpressionUUID->"eb0eeca4-a686-44e7-b502-9a02754d2016"], + CellID->497982399,ExpressionUUID->"0904d354-f6ac-4a53-94fb-97e328374cdf"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->230414733,ExpressionUUID->"eecc502c-730e-41a3-a1a3-2827ce6a69bb"], @@ -5750,8 +5755,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5899,15 +5902,15 @@ Cell[BoxData[GridBox[{ "73eb81a5-3ad6-438e-a2a8-acd68e210b9f"] }], "SeeAlso",ExpressionUUID->"d636a20e-5193-469f-a00b-205fa6b93c83"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a444bc44-c012-40bc-b890-\ -5225a336dc86"], + }]], "SeeAlsoSection",ExpressionUUID->"cd4dc00d-832f-4e2a-9eff-\ +dce53d05a4a4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5919,9 +5922,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5466add8-8ac1-4b6b-86ba-a1e09613ecc2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ea895887-383a-4c8b-be23-\ -023ab3ea5f2e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7f880bbd-20e6-42c1-810a-\ +65500c66fc06"], Cell[BoxData[GridBox[{ { @@ -5938,7 +5940,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "67609184-71d4-4bab-8362-73799521328d"]}]}, + "e29214ad-ee11-4053-9b13-dded3b84b441"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5946,10 +5948,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2c740dde-a7a6-4b81-9236-fbda00ffb67d"]}]} + "11c091bc-4801-474d-a99f-9d02e99c5e9a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e04363f2-a96b-421f-a298-\ -753cf1f0ae11"], + }]], "MoreAboutSection",ExpressionUUID->"5d5a7df7-5f45-41a1-9dae-\ +3e534e0567f2"], Cell[BoxData[GridBox[{ { @@ -5976,7 +5978,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dc9d023f-7171-4ff5-a98a-ddcb96fa1776"]], "RelatedLinks", + "934ac7c1-5487-4755-904e-67a1ef94bc13"]], "RelatedLinks", ExpressionUUID->"02b9a0a2-75e9-4035-8c5e-c9e8adb14375"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5993,7 +5995,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "590bbdcb-3361-48d7-a394-2553b3e26a98"]], "RelatedLinks", + "077ff28b-2592-46ac-8669-982898efa3d0"]], "RelatedLinks", ExpressionUUID->"91070d6c-6fde-4b9b-9c96-8b6dcf727206"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6010,11 +6012,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c1cdf660-bbd1-4783-831b-b35e7497679e"]], "RelatedLinks", + "549e5c64-0ba1-4256-b70e-479ac833c789"]], "RelatedLinks", ExpressionUUID->"732f5194-3b46-43f0-82be-add13d3ec667"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"73f75e6f-2b4b-4377-bbf9-\ -df5cec6d6769"], + }]], "RelatedLinksSection",ExpressionUUID->"6a8601b5-a53d-4eb9-bc72-\ +81cd804b4023"], Cell[CellGroupData[{ @@ -6044,11 +6046,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2746ac7b-e7bb-4531-afac-be37bcfc4525"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0ee0e32a-0a09-46ff-9ad3-1d518f03b5d5"] +Cell[" ", "FooterCell",ExpressionUUID->"35d1764a-b5f4-4056-8f05-8d9225598e78"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaPreKernelQ", TaggingRules->{ @@ -6059,7 +6061,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 10.583032}", + "built" -> "{2024, 6, 3, 16, 54, 39.773641}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6069,10 +6071,10 @@ TaggingRules->{ is an element of the pre-kernel. ParaPreKernelQ checks also the efficiency \ condition in contrast to the function MaxExcessBalanced.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaPreKernelQ", "titlemodifier" -> "", - "windowtitle" -> "ParaPreKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/ParaPreKernelQ"}}, + "metadescription" -> "", "windowtitle" -> "ParaPreKernelQ", "type" -> + "Symbol", "uri" -> "TUG/ref/ParaPreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6081,9 +6083,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"89d6dabd-9025-4d5f-bd9f-8e2f1fd58a60" +ExpressionUUID->"7868ce90-43c1-49aa-a46f-c9cd5754be04" ] (* End of Notebook Content *) @@ -6091,183 +6093,181 @@ ExpressionUUID->"89d6dabd-9025-4d5f-bd9f-8e2f1fd58a60" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15401, 402, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"de4db3b3-06e5-414f-a3de-4a005511dce6", + Cell[15456, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6944f7b1-d1b5-4eae-b2b7-1e182a294ed5", CellTags->"PrimaryExamplesSection", - CellID->1532458400]} + CellID->1040087154]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 333907, 6092} + {"PrimaryExamplesSection", 333945, 6094} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"f10c3d01-ad24-478e-b1b5-23c3bbc475f0", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"985a163c-da37-4cd7-aff2-61de54ae4373", CellID->1], -Cell[7728, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"18746dc6-720f-40bd-a06b-966437be0a16"], +Cell[7784, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"5281562b-ae96-4dac-bbec-089196567a32"], Cell[CellGroupData[{ -Cell[7851, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"d5b01236-64de-4f6c-84c6-d2e971cb5206"], -Cell[9142, 232, 679, 14, 133, "Usage",ExpressionUUID->"f37b08e6-3450-45a8-a281-72e11d946de8", +Cell[7907, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"a35abf35-4e27-4619-8eb2-4a37e39c8864"], +Cell[9198, 237, 679, 14, 132, "Usage",ExpressionUUID->"f37b08e6-3450-45a8-a281-72e11d946de8", CellID->752097909] }, Open ]], Cell[CellGroupData[{ -Cell[9858, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"f0c52747-4a06-4b13-9f40-11911226236a", +Cell[9914, 256, 1894, 47, 37, "NotesSection",ExpressionUUID->"c0dbe49d-4e60-4624-ab8d-e84b9669c4b8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1309047290], -Cell[11756, 300, 782, 20, 57, "]]",ExpressionUUID->"30aba8e5-2d50-4277-9bec-6778564c259f", + CellID->375071751], +Cell[11811, 305, 782, 20, 57, "]]",ExpressionUUID->"30aba8e5-2d50-4277-9bec-6778564c259f", CellID->313448337], -Cell[12541, 322, 515, 13, 37, "Notes",ExpressionUUID->"8815f8c7-bc91-4145-a81f-4557523e6028", +Cell[12596, 327, 515, 13, 38, "Notes",ExpressionUUID->"8815f8c7-bc91-4145-a81f-4557523e6028", CellID->859645364], -Cell[13059, 337, 208, 4, 36, "Notes",ExpressionUUID->"d1d9912a-8ef0-471c-b9a8-6621f717b872", +Cell[13114, 342, 208, 4, 36, "Notes",ExpressionUUID->"d1d9912a-8ef0-471c-b9a8-6621f717b872", CellID->2023915537], -Cell[13270, 343, 220, 4, 36, "Notes",ExpressionUUID->"02ba56d0-f88e-4d91-a31e-a81276e1ea0f", +Cell[13325, 348, 220, 4, 36, "Notes",ExpressionUUID->"02ba56d0-f88e-4d91-a31e-a81276e1ea0f", CellID->2125686408], -Cell[13493, 349, 208, 4, 36, "Notes",ExpressionUUID->"e5361737-6339-45cf-9251-09df7e1fd989", +Cell[13548, 354, 208, 4, 36, "Notes",ExpressionUUID->"e5361737-6339-45cf-9251-09df7e1fd989", CellID->772090481], -Cell[13704, 355, 267, 4, 49, "Notes",ExpressionUUID->"0a4ef132-5bf1-48e2-ae04-40bc98e46f4c", +Cell[13759, 360, 267, 4, 48, "Notes",ExpressionUUID->"0a4ef132-5bf1-48e2-ae04-40bc98e46f4c", CellID->13178], -Cell[13974, 361, 701, 16, 42, "3ColumnTableMod",ExpressionUUID->"548ecd9a-9a05-4212-a82c-1815b6e9e91b", +Cell[14029, 366, 701, 16, 43, "3ColumnTableMod",ExpressionUUID->"548ecd9a-9a05-4212-a82c-1815b6e9e91b", CellID->11156], -Cell[14678, 379, 596, 17, 37, "Notes",ExpressionUUID->"1cf9f4b1-ca0f-4195-8378-824d1ee7ae30", +Cell[14733, 384, 596, 17, 38, "Notes",ExpressionUUID->"1cf9f4b1-ca0f-4195-8378-824d1ee7ae30", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15401, 402, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"de4db3b3-06e5-414f-a3de-4a005511dce6", +Cell[15456, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6944f7b1-d1b5-4eae-b2b7-1e182a294ed5", CellTags->"PrimaryExamplesSection", - CellID->1532458400], + CellID->1040087154], Cell[CellGroupData[{ -Cell[16847, 443, 1399, 36, 30, "ExampleSection",ExpressionUUID->"eb0eeca4-a686-44e7-b502-9a02754d2016", - CellID->1150451899], -Cell[18249, 481, 149, 1, 38, "ExampleText",ExpressionUUID->"eecc502c-730e-41a3-a1a3-2827ce6a69bb", +Cell[16902, 448, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0904d354-f6ac-4a53-94fb-97e328374cdf", + CellID->497982399], +Cell[18303, 486, 149, 1, 39, "ExampleText",ExpressionUUID->"eecc502c-730e-41a3-a1a3-2827ce6a69bb", CellID->230414733], -Cell[18401, 484, 181, 4, 27, "Input",ExpressionUUID->"da4fd6e9-71e1-4a95-908d-d8f81b961b1e", +Cell[18455, 489, 181, 4, 27, "Input",ExpressionUUID->"da4fd6e9-71e1-4a95-908d-d8f81b961b1e", CellID->4696876], Cell[CellGroupData[{ -Cell[18607, 492, 137, 2, 27, "Input",ExpressionUUID->"8c847be3-882d-46bf-96e5-d90beef6e00e", +Cell[18661, 497, 137, 2, 27, "Input",ExpressionUUID->"8c847be3-882d-46bf-96e5-d90beef6e00e", CellID->1819442579], -Cell[18747, 496, 157, 3, 36, "Output",ExpressionUUID->"d8b6b8d4-351d-4fe7-97c4-d6dfe15f32bb", +Cell[18801, 501, 157, 3, 36, "Output",ExpressionUUID->"d8b6b8d4-351d-4fe7-97c4-d6dfe15f32bb", CellID->999326592] }, Open ]], -Cell[18919, 502, 119, 1, 70, "ExampleText",ExpressionUUID->"df0a936a-8485-47fd-997b-36ada6e7b7af", +Cell[18973, 507, 119, 1, 39, "ExampleText",ExpressionUUID->"df0a936a-8485-47fd-997b-36ada6e7b7af", CellID->1220961908], Cell[CellGroupData[{ -Cell[19063, 507, 198, 4, 70, "Input",ExpressionUUID->"b7461e5d-0715-46a0-82e0-4c1df4a29d2e", +Cell[19117, 512, 198, 4, 70, "Input",ExpressionUUID->"b7461e5d-0715-46a0-82e0-4c1df4a29d2e", CellID->1462480404], Cell[CellGroupData[{ -Cell[19286, 515, 236, 4, 70, "Print",ExpressionUUID->"273aaf53-f03f-4145-a15c-a441adf15886", +Cell[19340, 520, 236, 4, 70, "Print",ExpressionUUID->"273aaf53-f03f-4145-a15c-a441adf15886", CellID->564465407], -Cell[19525, 521, 365, 8, 70, "Print",ExpressionUUID->"2e1cdfc7-d7aa-44fa-bad1-299c87bf6b18", +Cell[19579, 526, 365, 8, 70, "Print",ExpressionUUID->"2e1cdfc7-d7aa-44fa-bad1-299c87bf6b18", CellID->405472725], -Cell[19893, 531, 236, 4, 70, "Print",ExpressionUUID->"db765031-b03a-4872-824a-dac8d9efd451", +Cell[19947, 536, 236, 4, 70, "Print",ExpressionUUID->"db765031-b03a-4872-824a-dac8d9efd451", CellID->115661424], -Cell[20132, 537, 221, 3, 70, "Print",ExpressionUUID->"3eca811a-a497-451e-bfd2-29ea8670d148", +Cell[20186, 542, 221, 3, 70, "Print",ExpressionUUID->"3eca811a-a497-451e-bfd2-29ea8670d148", CellID->1505081839], -Cell[20356, 542, 207, 3, 70, "Print",ExpressionUUID->"0ea891b6-ea31-411b-9536-84cae8483c4c", +Cell[20410, 547, 207, 3, 70, "Print",ExpressionUUID->"0ea891b6-ea31-411b-9536-84cae8483c4c", CellID->639427525], -Cell[20566, 547, 238, 4, 70, "Print",ExpressionUUID->"006fedc3-90f0-43fa-b720-895b09e1580d", +Cell[20620, 552, 238, 4, 70, "Print",ExpressionUUID->"006fedc3-90f0-43fa-b720-895b09e1580d", CellID->1926397824], -Cell[20807, 553, 221, 3, 70, "Print",ExpressionUUID->"2979e05f-e3af-44b4-9ae3-85c5b707b69f", +Cell[20861, 558, 221, 3, 70, "Print",ExpressionUUID->"2979e05f-e3af-44b4-9ae3-85c5b707b69f", CellID->2072459304], -Cell[21031, 558, 237, 4, 70, "Print",ExpressionUUID->"0978b6f9-b194-43cf-8dac-52b3e5bc9bd5", +Cell[21085, 563, 237, 4, 70, "Print",ExpressionUUID->"0978b6f9-b194-43cf-8dac-52b3e5bc9bd5", CellID->1132635255], -Cell[21271, 564, 237, 4, 70, "Print",ExpressionUUID->"9279e71f-a725-40dc-bf4a-660e21011770", +Cell[21325, 569, 237, 4, 70, "Print",ExpressionUUID->"9279e71f-a725-40dc-bf4a-660e21011770", CellID->1970759656], -Cell[21511, 570, 208, 3, 70, "Print",ExpressionUUID->"c2d0e993-4793-4baf-9556-e3cdbb60734a", +Cell[21565, 575, 208, 3, 70, "Print",ExpressionUUID->"c2d0e993-4793-4baf-9556-e3cdbb60734a", CellID->1272059588], -Cell[21722, 575, 236, 4, 70, "Print",ExpressionUUID->"4b7a4ccb-034c-440e-aab3-6d4061025dbf", +Cell[21776, 580, 236, 4, 70, "Print",ExpressionUUID->"4b7a4ccb-034c-440e-aab3-6d4061025dbf", CellID->375181911] }, Open ]] }, Open ]], -Cell[21985, 583, 133, 1, 70, "ExampleText",ExpressionUUID->"847199b5-8743-4872-b8dd-34d800b42b7f", +Cell[22039, 588, 133, 1, 70, "ExampleText",ExpressionUUID->"847199b5-8743-4872-b8dd-34d800b42b7f", CellID->582433285], -Cell[22121, 586, 183, 4, 70, "Input",ExpressionUUID->"0979d5f5-2c57-4663-9b93-ae8b96cbf9c7", +Cell[22175, 591, 183, 4, 70, "Input",ExpressionUUID->"0979d5f5-2c57-4663-9b93-ae8b96cbf9c7", CellID->1082905700], -Cell[22307, 592, 316, 10, 70, "Input",ExpressionUUID->"101c84e2-7c56-43f2-aff3-e9ef1a6df2ca", +Cell[22361, 597, 316, 10, 70, "Input",ExpressionUUID->"101c84e2-7c56-43f2-aff3-e9ef1a6df2ca", CellID->750983043], -Cell[22626, 604, 198, 5, 70, "Input",ExpressionUUID->"e6a75917-6fba-4ca9-a4ca-c60971ef203e", +Cell[22680, 609, 198, 5, 70, "Input",ExpressionUUID->"e6a75917-6fba-4ca9-a4ca-c60971ef203e", CellID->782771068], -Cell[22827, 611, 228, 6, 70, "Input",ExpressionUUID->"71fe2a2d-111c-4546-837e-01d66c91996b", +Cell[22881, 616, 228, 6, 70, "Input",ExpressionUUID->"71fe2a2d-111c-4546-837e-01d66c91996b", CellID->779786178], Cell[CellGroupData[{ -Cell[23080, 621, 158, 3, 70, "Input",ExpressionUUID->"e828d9e3-bd03-4aa5-a00b-03c028224c3e", +Cell[23134, 626, 158, 3, 70, "Input",ExpressionUUID->"e828d9e3-bd03-4aa5-a00b-03c028224c3e", CellID->811576164], -Cell[23241, 626, 159, 3, 36, "Output",ExpressionUUID->"9481e808-adc2-44d6-9f12-5491435e25aa", +Cell[23295, 631, 159, 3, 36, "Output",ExpressionUUID->"9481e808-adc2-44d6-9f12-5491435e25aa", CellID->2078818213] }, Open ]], -Cell[23415, 632, 342, 9, 70, "Input",ExpressionUUID->"fee937ab-efed-4f1d-aedc-f121b31e247f", +Cell[23469, 637, 342, 9, 70, "Input",ExpressionUUID->"fee937ab-efed-4f1d-aedc-f121b31e247f", CellID->716576895], Cell[CellGroupData[{ -Cell[23782, 645, 131, 2, 70, "Input",ExpressionUUID->"9ab2e7d0-3b17-4992-ba62-7d99fe14912c", +Cell[23836, 650, 131, 2, 70, "Input",ExpressionUUID->"9ab2e7d0-3b17-4992-ba62-7d99fe14912c", CellID->1857782920], -Cell[23916, 649, 165, 3, 36, "Output",ExpressionUUID->"1466cf7d-3b73-46d0-ab38-da6737bf7947", +Cell[23970, 654, 165, 3, 36, "Output",ExpressionUUID->"1466cf7d-3b73-46d0-ab38-da6737bf7947", CellID->901402837] }, Open ]], -Cell[24096, 655, 238, 6, 70, "Input",ExpressionUUID->"6b97aae5-434d-4e76-96d3-e0c6a42280f3", +Cell[24150, 660, 238, 6, 70, "Input",ExpressionUUID->"6b97aae5-434d-4e76-96d3-e0c6a42280f3", CellID->223584374], -Cell[24337, 663, 190, 4, 70, "ExampleText",ExpressionUUID->"ce65feae-7eb1-4128-89cc-74099bce8163", +Cell[24391, 668, 190, 4, 70, "ExampleText",ExpressionUUID->"ce65feae-7eb1-4128-89cc-74099bce8163", CellID->944535708], Cell[CellGroupData[{ -Cell[24552, 671, 172, 3, 70, "Input",ExpressionUUID->"dd3d7dbc-4cf2-4d3b-bda5-e253e950e046", +Cell[24606, 676, 172, 3, 70, "Input",ExpressionUUID->"dd3d7dbc-4cf2-4d3b-bda5-e253e950e046", CellID->769790000], -Cell[24727, 676, 247, 6, 51, "Output",ExpressionUUID->"bd3d5519-1d51-422e-8416-fc9c0b84854c", +Cell[24781, 681, 247, 6, 50, "Output",ExpressionUUID->"bd3d5519-1d51-422e-8416-fc9c0b84854c", CellID->2103521465] }, Open ]], -Cell[24989, 685, 171, 3, 70, "ExampleText",ExpressionUUID->"15af96d2-2c7f-4986-9dd8-8af72bffcddd", +Cell[25043, 690, 171, 3, 70, "ExampleText",ExpressionUUID->"15af96d2-2c7f-4986-9dd8-8af72bffcddd", CellID->1606136693], Cell[CellGroupData[{ -Cell[25185, 692, 290, 7, 70, "Input",ExpressionUUID->"f557a524-0dc4-4ad9-b0ef-576073c0fc73", +Cell[25239, 697, 290, 7, 70, "Input",ExpressionUUID->"f557a524-0dc4-4ad9-b0ef-576073c0fc73", CellID->1256957721], -Cell[25478, 701, 572, 16, 51, "Output",ExpressionUUID->"817a1caf-3f67-4b02-9d99-973acbab6695", +Cell[25532, 706, 572, 16, 51, "Output",ExpressionUUID->"817a1caf-3f67-4b02-9d99-973acbab6695", CellID->1452037735] }, Open ]], -Cell[26065, 720, 178, 3, 70, "ExampleText",ExpressionUUID->"7a62d0b3-c390-4777-891c-47547b1b1395", +Cell[26119, 725, 178, 3, 70, "ExampleText",ExpressionUUID->"7a62d0b3-c390-4777-891c-47547b1b1395", CellID->1191577646], Cell[CellGroupData[{ -Cell[26268, 727, 312, 8, 70, "Input",ExpressionUUID->"e72c370d-d0d3-44ea-9e90-ad3cfeb3e359", +Cell[26322, 732, 312, 8, 70, "Input",ExpressionUUID->"e72c370d-d0d3-44ea-9e90-ad3cfeb3e359", CellID->366052594], -Cell[26583, 737, 238, 6, 36, "Output",ExpressionUUID->"fa053355-9e90-4e6c-9502-0e78d498ae38", +Cell[26637, 742, 238, 6, 36, "Output",ExpressionUUID->"fa053355-9e90-4e6c-9502-0e78d498ae38", CellID->1978729858] }, Open ]], -Cell[26836, 746, 150, 1, 70, "ExampleText",ExpressionUUID->"e54b422f-6b89-482e-876c-c7d23fec22e3", +Cell[26890, 751, 150, 1, 70, "ExampleText",ExpressionUUID->"e54b422f-6b89-482e-876c-c7d23fec22e3", CellID->916367993], Cell[CellGroupData[{ -Cell[27011, 751, 319, 8, 70, "Input",ExpressionUUID->"8fb918bb-a5a1-4a06-b6c4-85c1a50b2a3d", +Cell[27065, 756, 319, 8, 70, "Input",ExpressionUUID->"8fb918bb-a5a1-4a06-b6c4-85c1a50b2a3d", CellID->1855556937], -Cell[27333, 761, 238, 6, 36, "Output",ExpressionUUID->"6c256df6-53ad-4ce3-9f71-0da8384804db", +Cell[27387, 766, 238, 6, 36, "Output",ExpressionUUID->"6c256df6-53ad-4ce3-9f71-0da8384804db", CellID->1152167032] }, Open ]], -Cell[27586, 770, 362, 6, 70, "ExampleText",ExpressionUUID->"d53e57ac-351f-407c-bb8d-f9ef708d44e4", +Cell[27640, 775, 362, 6, 70, "ExampleText",ExpressionUUID->"d53e57ac-351f-407c-bb8d-f9ef708d44e4", CellID->1633847884], -Cell[27951, 778, 144, 1, 70, "ExampleText",ExpressionUUID->"8464d7f1-ce3c-43f1-9bc0-bd372f71f09a", +Cell[28005, 783, 144, 1, 70, "ExampleText",ExpressionUUID->"8464d7f1-ce3c-43f1-9bc0-bd372f71f09a", CellID->712094157], Cell[CellGroupData[{ -Cell[28120, 783, 159, 3, 70, "Input",ExpressionUUID->"d6923fe1-e583-490b-8c51-43d9c223fd0e", +Cell[28174, 788, 159, 3, 70, "Input",ExpressionUUID->"d6923fe1-e583-490b-8c51-43d9c223fd0e", CellID->705569432], -Cell[28282, 788, 292823, 4955, 70, "Output",ExpressionUUID->"a8d01147-c9fc-4b5a-b549-93164458effd", +Cell[28336, 793, 292823, 4955, 70, "Output",ExpressionUUID->"a8d01147-c9fc-4b5a-b549-93164458effd", CellID->494849055] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[321401, 5757, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"cd4dc00d-832f-4e2a-9eff-dce53d05a4a4"], +Cell[326907, 5907, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7f880bbd-20e6-42c1-810a-65500c66fc06"], +Cell[327580, 5927, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5d5a7df7-5f45-41a1-9dae-3e534e0567f2"], +Cell[328616, 5955, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"6a8601b5-a53d-4eb9-bc72-81cd804b4023"], Cell[CellGroupData[{ -Cell[321369, 5754, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"a444bc44-c012-40bc-b890-5225a336dc86"], -Cell[326875, 5904, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ea895887-383a-4c8b-be23-023ab3ea5f2e"] -}, Open ]], -Cell[327560, 5925, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e04363f2-a96b-421f-a298-753cf1f0ae11"], -Cell[328596, 5953, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"73f75e6f-2b4b-4377-bbf9-df5cec6d6769"], -Cell[CellGroupData[{ -Cell[330842, 6020, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4af17f19-964b-46c9-8ad7-5339b8439e11", +Cell[330862, 6022, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4af17f19-964b-46c9-8ad7-5339b8439e11", CellID->2135167160], -Cell[330983, 6023, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc8b3973-7494-4285-a312-e31a70b75b8a", +Cell[331003, 6025, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bc8b3973-7494-4285-a312-e31a70b75b8a", CellID->1194386356], -Cell[331205, 6029, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d84e75c5-8c09-43e8-9391-ca7ce9e38df4", +Cell[331225, 6031, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d84e75c5-8c09-43e8-9391-ca7ce9e38df4", CellID->1641706272], -Cell[331420, 6034, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10cbc266-d090-4a73-bb90-0054cac003bf", +Cell[331440, 6036, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"10cbc266-d090-4a73-bb90-0054cac003bf", CellID->399251956], -Cell[331649, 6040, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2746ac7b-e7bb-4531-afac-be37bcfc4525", +Cell[331669, 6042, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2746ac7b-e7bb-4531-afac-be37bcfc4525", CellID->821434655] }, Open ]], -Cell[331886, 6046, 78, 0, 70, "FooterCell",ExpressionUUID->"0ee0e32a-0a09-46ff-9ad3-1d518f03b5d5"] +Cell[331906, 6048, 78, 0, 70, "FooterCell",ExpressionUUID->"35d1764a-b5f4-4056-8f05-8d9225598e78"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaProperModPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ParaProperModPreKernel.nb index dd58d8d..fb5506d 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaProperModPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaProperModPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 369646, 6937] -NotebookOptionsPosition[ 353775, 6635] -NotebookOutlinePosition[ 356769, 6701] -CellTagsIndexPosition[ 356682, 6696] +NotebookDataLength[ 369665, 6937] +NotebookOptionsPosition[ 353805, 6637] +NotebookOutlinePosition[ 356818, 6703] +CellTagsIndexPosition[ 356731, 6698] WindowTitle->ParaProperModPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "29b49da7-fc40-46cc-bcad-e8b82bc4b608"], + "d72f097b-e21d-4760-95c8-8c09526c7ab2"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fd3d1040-19f1-4aee-8766-7f35a83f97fe"], + "94403817-b6cf-48f0-8ce0-9325a3ea0e6e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "aa15248e-1a69-44af-93ae-05b4ec35c0c3"] - }],ExpressionUUID->"2a8455f4-0df9-4ea1-8616-24ba72170817"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, + "3405f032-040a-42d3-a39a-0a3874509f7e"] + }],ExpressionUUID->"4d105295-a3cf-4825-bb29-22a85501049c"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "82ca2a10-d86e-4576-ac17-e8f13881c690"], + "11e86203-203b-4da4-a8b0-deae53ed3ed8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9cfcf270-cb52-44e7-aa80-4410b39a7420"] - }],ExpressionUUID->"ba003053-62f3-4468-ba06-f32e7ca1315d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7238aaf8-4eb7-4995-9aa7-ae5dddbbbc87"] + }],ExpressionUUID->"e038710c-db31-4406-b6bd-9ff0d3704fa7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3dacaa4c-a55f-42ba-93c4-5f307cbe0634"], + "44ca4064-7df6-4a70-869b-326e105919a8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45bc87a3-7fd1-4acb-9c15-fb275224ac01"] - }],ExpressionUUID->"ccc8b016-de04-4fb9-a9d7-cd5149aafcf0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e7fd9f2d-d3fe-4028-b2dd-7c57e6eadb26"] + }],ExpressionUUID->"ffe0fbb8-d4e9-4bfb-9dba-d3af0a1d0ce9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8fe72e22-d748-4655-981f-8919c2e33ef0"], + "c54bf1a1-2c85-4024-9917-a7b4bdcbc0d2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0f5cb355-4d2f-40f5-969a-713bc2359c27"] - }],ExpressionUUID->"185290e6-d1f2-46cb-ade0-c14c6036f091"], - StripOnInput->False], {"\<\"TUG/ref/ParaProperModPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaProperModPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "472920fc-ff93-4e55-a665-79591d1761e5"] + }],ExpressionUUID->"85f313d6-d9dd-4c81-9069-84c5d38fb81e"], + StripOnInput->False],{ + "\"TUG/ref/ParaProperModPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaProperModPreKernel"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaProperModPreKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$145987], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaProperModPreKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$156813], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaProperModPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "df3c4ebd-f636-4384-8265-9b6540c63f20"] + "3c83eb54-391b-4b94-9fc2-7292310eb413"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "8ceef98e-634b-4157-9fef-c9a79fa8a286"]} + "0fd67f4e-7790-4c5f-9fd2-b18d5cc1b181"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e3a13db4-bf95-4242-831a-4fedd82c864c"], + CellID->1,ExpressionUUID->"be2d8bf5-03f8-4d3f-915d-cd11ce47e0ce"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"699c3f9d-e1be-4814-996d-85ed1896fddb"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"b49fb9a2-0405-41ff-94a2-3e18a9a8f498"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaProperModPreKernel", "ObjectName",ExpressionUUID-> - "901753e1-6c2e-47b8-9806-2d216684668e"], + "bf3dbc9b-6917-46c5-b1f9-f6903123a142"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ff4b8082-bbfa-42af-9bdd-9e3700bd299a"], + "Spacer1"]],ExpressionUUID->"8c86c285-4373-4968-9203-30f65b28f438"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "438a9f6e-fad1-4c50-b182-9e6eead6541f"] - }],ExpressionUUID->"2808fe9d-abe1-4dd7-9b0b-4654d200e6e3"], Cell[BoxData[ + "632d9227-ffcb-4d82-a93b-5a96d74defad"] + }],ExpressionUUID->"03a8c837-6977-4530-8819-df9fd556cfb2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8d25b61e-29f7-43ad-9775-b9094945c3ff"]} + "f6cd19ae-ac7e-42b0-829d-503598891aa7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7056ff48-b58c-48ec-a338-e6c2127a95ef"], + CacheGraphics->False,ExpressionUUID->"0459c775-9cd4-4c09-bc26-e89d100f6b4c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ projection of the pre-kernel from the dual cover game onto the player set T \ of the original game. Do not confound this command with the function \ ModfiedKernel[]." - }],ExpressionUUID->"6f306e14-b2e2-424e-8cc4-8c877995657e"]}, + }],ExpressionUUID->"eb54b735-3a1d-4bb1-9b24-ca9daeec06c0"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaProperModPreKernel", "[", @@ -252,7 +257,7 @@ found using the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"d1f8233a-b90f-4607-8f93-9d36447124e4"]}, + }],ExpressionUUID->"e1803d2f-8a49-4168-936d-e20ffe53b196"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaProperModPreKernel", "[", @@ -265,7 +270,7 @@ effective coalitions can be changed through ", FontSlant->"Italic"], " to find a different proper modified pre-kernel element from the same \ internal starting point. " - }],ExpressionUUID->"63359c15-1f7d-4a93-8a3b-bbd78e8dd3d5"]}, + }],ExpressionUUID->"b485dcca-19c5-4691-879b-d7ae9ac00fd1"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaProperModPreKernel", "[", @@ -279,7 +284,7 @@ internal starting point. " " or/and the cardinality of the set of lexicographically most effective \ coalitions a further proper modified pre-kernel element can be found while \ setting smallest to largest through SmallestCardinality -> False." - }],ExpressionUUID->"35f02cda-03d2-479f-9f11-02847e8e2580"]} + }],ExpressionUUID->"89194791-4267-454f-a293-647409eff18f"]} }]], "Usage", CellID->453961828,ExpressionUUID->"0b66898d-7bc0-4af6-bb65-d9002db0a93e"] }, Open ]], @@ -312,12 +317,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2320607a-1543-4e26-a282-abc2b5f47026"], + ExpressionUUID->"5e8f88d9-4e77-4584-bae5-f62a326cb630"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3bb08d2b-098c-4a35-842f-e6d51e504da6"], + "Spacer1"]],ExpressionUUID->"3bae24c2-a87c-4c1d-aa7e-8b8f2ba37c4e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4b7bee3b-ee3a-4f25-965c-9c67c5d5d528"], + }], "NotesFrameText",ExpressionUUID->"e2c52e75-d009-4548-91ca-d07cdea07c2c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -328,12 +333,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"5408b812-eff1-4d42-8b54-6147a7f2dbde"]], \ + "Preemptive"]],ExpressionUUID->"68eacdf0-33de-4913-843d-f6c28dd6712d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->648943265,ExpressionUUID->"187f5335-e87a-4801-a53f-6397ebed2cee"], + CellID->1646184695,ExpressionUUID->"853f6b3f-5794-4188-b1d4-c50f6cc557c8"], Cell[TextData[{ "The input expression ", @@ -440,11 +445,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "cca89aa0-ef22-4e33-a454-7063947c59ea"], "Newton", Cell[ + "0ea3693d-df9b-4d1a-913c-ec52a387f5e8"], "Newton", Cell[ "Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"3c30adee-5cff-4c28-ab84-4a7f1e3f0815"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6cb93343-c4b4-4c63-ba9c-c5414e63334f"], + "4c5378bc-21b8-4327-abdb-03b1db0ccc21"], TemplateBox[{ Cell[ TextData["QuasiNewton"]], "paclet:ref/QuasiNewton"}, @@ -460,11 +465,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "18b16fcd-1e1b-4b4b-b343-0d20b728a381"], "LevenbergMarquardt", Cell[ + "6b0ce9fe-65f2-42f8-bf32-aae0698ad9bf"], "LevenbergMarquardt", Cell[ "Gauss-Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"d49cb5a1-402f-4e03-8207-07ba93401f85"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "86a892ff-5c0e-4477-8d9f-5967c8aea66c"], + "76800c46-9a0d-4ad1-9d62-03b36b16e1b7"], TemplateBox[{ Cell[ TextData["Automatic"]], "paclet:ref/Automatic"}, @@ -480,11 +485,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ae58a370-11ae-4343-8bc3-d995fbf6b775"], "IPOPT", Cell[ + "2d5bc769-957c-4581-a458-5f4ee6007a0b"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "1af8204a-9802-42cb-8e4a-722e910dec6f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0c68ffc1-33b2-4959-978a-e3896c07b24d"], + "5d9949bb-d7b3-4d1b-898a-51672411b937"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -500,11 +505,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "166b3409-363b-4978-9684-03d657f7350c"], "PrincipalAxis", Cell[ + "31825dd6-1997-4e90-a093-d82fe1cb83ab"], "PrincipalAxis", Cell[ "is a line search method. ", "TableText",ExpressionUUID-> "dbc8698c-51d7-44dd-8678-6b4511c49ab7"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e8610af9-c295-43bd-b0ee-4e167d8a5d7a"], + "e1516877-949c-4489-82d5-16020ab7b2f7"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -520,11 +525,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "701d895c-b572-4bb0-a056-d2292a8aaabb"], "Gradient", Cell["\<\ + "4fc8f86d-a358-4c96-88a9-4eb80796805e"], "Gradient", Cell["\<\ is an algorithm for finding the nearest local minimum of a function \ \>", "TableText",ExpressionUUID->"85201382-a2b0-4396-9633-ef42dd41a569"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8d95dfc2-d01e-4efd-96ef-67c8fb72370d"], + "7c03cb19-1d82-4a14-9a99-5157bdd8e7e5"], TemplateBox[{ Cell[ TextData["ConjugateGradient"]], "paclet:ref/ConjugateGradient"}, @@ -541,7 +546,7 @@ presupposes that the gradient of the function can be computed. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2e5bfb8d-dbff-4951-9300-ec59097fb80a"], "InteriorPoint", Cell[ + "627608d1-ac58-4b77-8ac7-2d4e9fc8503a"], "InteriorPoint", Cell[ "use for MachinePrecision.", "TableText",ExpressionUUID-> "a70ddc24-81cb-49bd-bed8-25069809443b"]} }]], "2ColumnTableMod", @@ -570,7 +575,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a4ba43cf-fa9c-4497-9f82-e3c20c3312c9"], + "6a3a1d9b-a65e-484e-8391-e26810879846"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -580,7 +585,7 @@ Cell[BoxData[GridBox[{ "use to compute a proper modified pre-kernel element.", "TableText", ExpressionUUID->"7bf4b745-723c-42f7-be65-83e8bf3cb25c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "049d97c7-cc4f-453d-9f79-f5c20b156fee"], + "4d0a8ed2-157a-4520-99fe-916064d13b74"], TemplateBox[{ Cell[ TextData["ConjugateFunction"]], "paclet:TUG/ref/ConjugateFunction", @@ -590,7 +595,7 @@ Cell[BoxData[GridBox[{ do not use the conjugate function to find a pre-kernel element.\ \>", "TableText",ExpressionUUID->"281a4e3e-5a59-431b-bfb0-e9ee8ee1ff21"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "93604bc7-694d-40a0-b83b-1bd1ff524463"], + "d2d1b0c8-37f3-436a-826e-0b0f08747646"], TemplateBox[{ Cell[ TextData["ShowObjectiveFunction"]], @@ -612,7 +617,7 @@ do not use the conjugate function to find a pre-kernel element.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "832ca123-bf45-42ed-9928-1b01b28ab29d"], + "f62cea1f-888f-4606-8986-0b38475738fb"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -622,7 +627,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"6d673b44-aaf0-4778-bdf6-f4f15ee26e0b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8a54adb6-798f-4cce-8f24-18fa6de269d8"], + "4ff59e44-4d60-44bf-9e65-652fb64b8647"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -632,7 +637,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "35e1114f-bffc-4870-b48b-e022cf0ddc3f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ba731e20-1a0e-4992-b3be-7baa798eb99f"], + "6392ccbf-fbf0-40e8-b2d9-5291e5681e16"], TemplateBox[{ Cell[ TextData["SolutionExact"]], "paclet:TUG/ref/SolutionExact", @@ -654,7 +659,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "78ef4bb3-4e76-4885-9dff-0987d529cea9"], + "e5a2a993-615c-46e0-8e96-dbf5000668f0"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -664,7 +669,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"4c9c7d4a-25a9-4cb8-bda3-8bf399531e4c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f35c7804-a955-4961-8e74-d499b71122d8"], + "ca003432-af3d-46fc-b25a-3e90b690eec1"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -675,7 +680,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"4149c4b2-ca5e-4e5d-8e5f-5b138955bac3"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c058f378-cdbd-4a85-a78a-421e0cf6172d"], + "cb080419-807b-4388-a12c-cd6fea7d649a"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -908,19 +913,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"79da73a8-26a3-44c6-b2ab-8b66a535adc3"], + ExpressionUUID->"26159e3f-c3d4-4fbb-a064-b62a88417895"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b5841257-d0f8-42a2-b22a-b3be3fb18878"], + "Spacer1"]],ExpressionUUID->"820407f9-70fb-403a-903e-f5f5859401fb"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dbcb67f0-4ebd-4090-a5b3-fdeff626a1f0"] + "8f169dac-e939-403e-b53f-70b5b2fcea6d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->932621770,ExpressionUUID->"6b7638f4-d09a-4329-b3fe-159a9143a814"], + CellID->1915125497,ExpressionUUID->"aea4f969-c0bd-449e-aa28-bbef68ad9281"], Cell[CellGroupData[{ @@ -949,18 +954,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"28e250c4-78e4-4630-a958-f5b98c6800d4"], + ExpressionUUID->"2c3647d7-5bce-4244-bbb1-22bed50c3cc4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"19649fc2-551c-4d76-a76c-f4d5ffb41fd9"], + "Spacer1"]],ExpressionUUID->"d5f8a19a-b991-48db-9de0-b29ab875596c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5dc60a2d-59ad-4695-811b-1765ec284b06"] + "0143f257-a4fe-4334-8821-d6f3499cdec4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->744705562,ExpressionUUID->"8788bdad-0595-49b9-96be-041b142fcd88"], + CellID->754965339,ExpressionUUID->"47153dee-4076-4a7c-928c-d060de2669a3"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1915678457,ExpressionUUID->"dec5943b-d27f-46ec-b48c-88f3df3d562c"], @@ -6337,8 +6342,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6486,15 +6489,15 @@ Cell[BoxData[GridBox[{ "fe4e9183-6e10-44e1-8ec7-8d627829e67f"] }], "SeeAlso",ExpressionUUID->"758a1aca-65de-4fff-9def-450e1163a49d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"79db5f6a-fbda-4f4a-95e4-\ -e1555243cfdb"], + }]], "SeeAlsoSection",ExpressionUUID->"e27ab839-dd45-4e1f-8072-\ +fe72caff4b7e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6506,9 +6509,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cee1d922-b992-449b-b987-1e88bcc5a388"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e448a9ae-56d0-43b2-aeef-\ -34034d8d3bd6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8894b443-64fa-4e5e-b662-\ +b01c094dbb78"], Cell[BoxData[GridBox[{ { @@ -6525,7 +6527,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2c358743-d226-46a8-a944-93914c1a6e76"]}]}, + "6babcd78-1ceb-464a-ad91-9301c8c39d80"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6533,10 +6535,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "10d1b1b2-12c2-4c1e-ae10-9f61e703f221"]}]} + "185c32ba-5574-40fd-bff5-3fe51a8426b2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5944e903-4891-4e88-ac00-\ -49421a250a8e"], + }]], "MoreAboutSection",ExpressionUUID->"c92a783a-f662-4a01-9768-\ +9ed3e4f1a7ba"], Cell[BoxData[GridBox[{ { @@ -6563,7 +6565,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b7923b03-163b-4af0-a5bc-99e5c1512044"]], "RelatedLinks", + "c38d6bf4-7e25-4d2f-87fe-7619e7c13896"]], "RelatedLinks", ExpressionUUID->"8c4851a6-0c22-41a1-956b-3ea000babf54"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6580,7 +6582,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e080d4e4-067f-446a-aa05-291524183e56"]], "RelatedLinks", + "a2d1e5d0-bc99-4daa-b97c-63f3f587eb07"]], "RelatedLinks", ExpressionUUID->"4ea45aa4-3dfa-441f-a0d4-70e2285d32e1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6597,11 +6599,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiculus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b0cba607-c491-4cb4-9dd6-3e76d781dbb4"]], "RelatedLinks", + "6f714815-9701-4c21-9880-92b0fd2afecc"]], "RelatedLinks", ExpressionUUID->"e26872d3-1308-425a-b2b0-e28e24dbff94"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6edaf63d-b9b0-4831-932e-\ -3d95447ab5ed"], + }]], "RelatedLinksSection",ExpressionUUID->"fe32ff91-b534-4658-b6de-\ +83e1645165ef"], Cell[CellGroupData[{ @@ -6631,11 +6633,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b6909e3e-fa03-4599-9f80-e15d764c4ea9"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ce31509d-6f62-48d7-99fb-26381d42a229"] +Cell[" ", "FooterCell",ExpressionUUID->"6565207b-6d48-45ea-bd15-e8ddbdfe689e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaProperModPreKernel", TaggingRules->{ @@ -6646,7 +6648,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 12.939125}", + "built" -> "{2024, 6, 3, 16, 54, 41.291450}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6665,11 +6667,11 @@ options] by changing the starting point payoff or/and the cardinality of the \ set of lexicographically most effective coalitions a further proper modified \ pre-kernel element can be found while setting smallest to largest through \ SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaProperModPreKernel", "titlemodifier" -> "", "windowtitle" -> - "ParaProperModPreKernel", "type" -> "Symbol", "uri" -> + "ParaProperModPreKernel", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaProperModPreKernel", "type" -> "Symbol", "uri" -> "TUG/ref/ParaProperModPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6678,9 +6680,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0b4db366-a5ff-4f87-9952-8f0e9a74e4d4" +ExpressionUUID->"22f576a7-482b-49e9-bad8-927e3e4f1a8e" ] (* End of Notebook Content *) @@ -6688,257 +6690,255 @@ ExpressionUUID->"0b4db366-a5ff-4f87-9952-8f0e9a74e4d4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[33889, 885, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6b7638f4-d09a-4329-b3fe-159a9143a814", + Cell[33952, 890, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"aea4f969-c0bd-449e-aa28-bbef68ad9281", CellTags->"PrimaryExamplesSection", - CellID->932621770]} + CellID->1915125497]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 356482, 6689} + {"PrimaryExamplesSection", 356530, 6691} } *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 7131, 168, 56, "AnchorBarGrid",ExpressionUUID->"e3a13db4-bf95-4242-831a-4fedd82c864c", +Cell[594, 21, 7193, 173, 57, "AnchorBarGrid",ExpressionUUID->"be2d8bf5-03f8-4d3f-915d-cd11ce47e0ce", CellID->1], -Cell[7728, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"699c3f9d-e1be-4814-996d-85ed1896fddb"], +Cell[7790, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"b49fb9a2-0405-41ff-94a2-3e18a9a8f498"], Cell[CellGroupData[{ -Cell[7851, 195, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"7056ff48-b58c-48ec-a338-e6c2127a95ef"], -Cell[9150, 232, 2429, 51, 405, "Usage",ExpressionUUID->"0b66898d-7bc0-4af6-bb65-d9002db0a93e", +Cell[7913, 200, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"0459c775-9cd4-4c09-bc26-e89d100f6b4c"], +Cell[9212, 237, 2429, 51, 402, "Usage",ExpressionUUID->"0b66898d-7bc0-4af6-bb65-d9002db0a93e", CellID->453961828] }, Open ]], Cell[CellGroupData[{ -Cell[11616, 288, 1894, 47, 37, "NotesSection",ExpressionUUID->"187f5335-e87a-4801-a53f-6397ebed2cee", +Cell[11678, 293, 1895, 47, 37, "NotesSection",ExpressionUUID->"853f6b3f-5794-4188-b1d4-c50f6cc557c8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->648943265], -Cell[13513, 337, 782, 20, 57, "]]",ExpressionUUID->"455bb530-3574-43a8-b17b-b304b241e179", + CellID->1646184695], +Cell[13576, 342, 782, 20, 57, "]]",ExpressionUUID->"455bb530-3574-43a8-b17b-b304b241e179", CellID->313448337], -Cell[14298, 359, 516, 13, 37, "Notes",ExpressionUUID->"34f63372-f916-4eb7-9523-e8591dc82d68", +Cell[14361, 364, 516, 13, 38, "Notes",ExpressionUUID->"34f63372-f916-4eb7-9523-e8591dc82d68", CellID->1534442467], -Cell[14817, 374, 204, 4, 36, "Notes",ExpressionUUID->"18932810-57a7-4039-9391-6f042d4a929a", +Cell[14880, 379, 204, 4, 36, "Notes",ExpressionUUID->"18932810-57a7-4039-9391-6f042d4a929a", CellID->814868027], -Cell[15024, 380, 184, 4, 36, "Notes",ExpressionUUID->"faa616e4-ee6f-430c-ada5-ef7d4efd67b1", +Cell[15087, 385, 184, 4, 36, "Notes",ExpressionUUID->"faa616e4-ee6f-430c-ada5-ef7d4efd67b1", CellID->689512142], -Cell[15211, 386, 464, 9, 78, "Notes",ExpressionUUID->"7178788c-ae2a-467a-8622-9e44581ad1e5", +Cell[15274, 391, 464, 9, 78, "Notes",ExpressionUUID->"7178788c-ae2a-467a-8622-9e44581ad1e5", CellID->49875052], -Cell[15678, 397, 213, 4, 36, "Notes",ExpressionUUID->"94830bcb-decb-4661-b30e-7187d4f3cfaa", +Cell[15741, 402, 213, 4, 36, "Notes",ExpressionUUID->"94830bcb-decb-4661-b30e-7187d4f3cfaa", CellID->2032849382], -Cell[15894, 403, 385, 8, 70, "Notes",ExpressionUUID->"3afb10be-9c65-4e1e-afee-d37c1a914357", +Cell[15957, 408, 385, 8, 70, "Notes",ExpressionUUID->"3afb10be-9c65-4e1e-afee-d37c1a914357", CellID->1526171957], -Cell[16282, 413, 192, 4, 70, "Notes",ExpressionUUID->"ede7ff5c-03f5-4faf-9623-ef67e61af7d5", +Cell[16345, 418, 192, 4, 70, "Notes",ExpressionUUID->"ede7ff5c-03f5-4faf-9623-ef67e61af7d5", CellID->2026084941], -Cell[16477, 419, 296, 5, 70, "Notes",ExpressionUUID->"549da7fc-2364-4777-becf-f01b71866571", +Cell[16540, 424, 296, 5, 70, "Notes",ExpressionUUID->"549da7fc-2364-4777-becf-f01b71866571", CellID->446871068], -Cell[16776, 426, 391, 12, 70, "Notes",ExpressionUUID->"0715caa8-cd8e-4ea0-ad2b-3da723226273", +Cell[16839, 431, 391, 12, 70, "Notes",ExpressionUUID->"0715caa8-cd8e-4ea0-ad2b-3da723226273", CellID->1690633037], -Cell[17170, 440, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"4f2d55d5-0a98-430b-a27c-fc67d5f9fd72", +Cell[17233, 445, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"4f2d55d5-0a98-430b-a27c-fc67d5f9fd72", CellID->2025032606], -Cell[18077, 460, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"89cdcf97-80bf-471e-b595-2223ad881ab3", +Cell[18140, 465, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"89cdcf97-80bf-471e-b595-2223ad881ab3", CellID->1463590468], -Cell[18982, 480, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"954806ec-e7ab-4835-955b-fdc14949b89c", +Cell[19045, 485, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"954806ec-e7ab-4835-955b-fdc14949b89c", CellID->634259885], -Cell[19796, 500, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"eea0b169-cb73-4b3c-8558-98c448fc04ee", +Cell[19859, 505, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"eea0b169-cb73-4b3c-8558-98c448fc04ee", CellID->1468534896], -Cell[20632, 520, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"4f259644-4677-421e-a2cc-1606f270377c", +Cell[20695, 525, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"4f259644-4677-421e-a2cc-1606f270377c", CellID->1691942019], -Cell[21645, 541, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"d24b436a-f583-4bd6-911a-4be46ebc4647", +Cell[21708, 546, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"d24b436a-f583-4bd6-911a-4be46ebc4647", CellID->628937896], -Cell[22130, 552, 356, 10, 70, "Notes",ExpressionUUID->"197ccd47-022a-4480-a74f-55899f2c14df", +Cell[22193, 557, 356, 10, 70, "Notes",ExpressionUUID->"197ccd47-022a-4480-a74f-55899f2c14df", CellID->17586], -Cell[22489, 564, 267, 4, 70, "Notes",ExpressionUUID->"3c66dc31-3cec-4470-90c0-066e95759689", +Cell[22552, 569, 267, 4, 70, "Notes",ExpressionUUID->"3c66dc31-3cec-4470-90c0-066e95759689", CellID->13178], -Cell[22759, 570, 1728, 40, 70, "3ColumnTableMod",ExpressionUUID->"beacfffb-8634-4832-9fd9-2f521e1df19c", +Cell[22822, 575, 1728, 40, 70, "3ColumnTableMod",ExpressionUUID->"beacfffb-8634-4832-9fd9-2f521e1df19c", CellID->1374443190], -Cell[24490, 612, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"fa9dbdfa-56d0-4ac6-84a5-6885653c728f", +Cell[24553, 617, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"fa9dbdfa-56d0-4ac6-84a5-6885653c728f", CellID->1699621045], -Cell[26159, 654, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"71ff4afe-cce1-4616-a02e-10baf3f62d2a", +Cell[26222, 659, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"71ff4afe-cce1-4616-a02e-10baf3f62d2a", CellID->11156], -Cell[27850, 696, 502, 14, 70, "Notes",ExpressionUUID->"860f706a-022d-461f-bf15-82a1f9389441", +Cell[27913, 701, 502, 14, 70, "Notes",ExpressionUUID->"860f706a-022d-461f-bf15-82a1f9389441", CellID->2104907360], -Cell[28355, 712, 529, 14, 70, "Notes",ExpressionUUID->"bfd5a708-d33a-45e2-a8a9-0e2002cdd0d1", +Cell[28418, 717, 529, 14, 70, "Notes",ExpressionUUID->"bfd5a708-d33a-45e2-a8a9-0e2002cdd0d1", CellID->402274834], -Cell[28887, 728, 523, 14, 70, "Notes",ExpressionUUID->"fb6a099a-8cce-4829-93fc-870b2960ba32", +Cell[28950, 733, 523, 14, 70, "Notes",ExpressionUUID->"fb6a099a-8cce-4829-93fc-870b2960ba32", CellID->1192823045], -Cell[29413, 744, 507, 14, 70, "Notes",ExpressionUUID->"22b484ef-a1ed-4b54-96ee-ef09580fadad", +Cell[29476, 749, 507, 14, 70, "Notes",ExpressionUUID->"22b484ef-a1ed-4b54-96ee-ef09580fadad", CellID->1705760446], -Cell[29923, 760, 806, 25, 70, "Notes",ExpressionUUID->"11c5cb59-f624-4088-b1c7-a4cf8830d1d4", +Cell[29986, 765, 806, 25, 70, "Notes",ExpressionUUID->"11c5cb59-f624-4088-b1c7-a4cf8830d1d4", CellID->1244267370], -Cell[30732, 787, 952, 26, 70, "Notes",ExpressionUUID->"19909165-76cf-4183-8126-14923b5b4e28", +Cell[30795, 792, 952, 26, 70, "Notes",ExpressionUUID->"19909165-76cf-4183-8126-14923b5b4e28", CellID->821313100], -Cell[31687, 815, 501, 14, 70, "Notes",ExpressionUUID->"40089a64-3a94-4ef0-895d-8b84e6c64bd8", +Cell[31750, 820, 501, 14, 70, "Notes",ExpressionUUID->"40089a64-3a94-4ef0-895d-8b84e6c64bd8", CellID->263694690], -Cell[32191, 831, 528, 14, 70, "Notes",ExpressionUUID->"f6f232f8-dc31-4c24-8249-4eb9331b8c1c", +Cell[32254, 836, 528, 14, 70, "Notes",ExpressionUUID->"f6f232f8-dc31-4c24-8249-4eb9331b8c1c", CellID->2041037989], -Cell[32722, 847, 571, 17, 70, "Notes",ExpressionUUID->"9f4fab14-6282-43c5-a094-ac7356ef2c45", +Cell[32785, 852, 571, 17, 70, "Notes",ExpressionUUID->"9f4fab14-6282-43c5-a094-ac7356ef2c45", CellID->900904482], -Cell[33296, 866, 466, 13, 70, "Notes",ExpressionUUID->"9faf995a-c868-4f0a-bd85-5c97ddf07289", +Cell[33359, 871, 466, 13, 70, "Notes",ExpressionUUID->"9faf995a-c868-4f0a-bd85-5c97ddf07289", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[33889, 885, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6b7638f4-d09a-4329-b3fe-159a9143a814", +Cell[33952, 890, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"aea4f969-c0bd-449e-aa28-bbef68ad9281", CellTags->"PrimaryExamplesSection", - CellID->932621770], + CellID->1915125497], Cell[CellGroupData[{ -Cell[35334, 926, 1398, 36, 70, "ExampleSection",ExpressionUUID->"8788bdad-0595-49b9-96be-041b142fcd88", - CellID->744705562], -Cell[36735, 964, 150, 1, 70, "ExampleText",ExpressionUUID->"dec5943b-d27f-46ec-b48c-88f3df3d562c", +Cell[35398, 931, 1398, 36, 70, "ExampleSection",ExpressionUUID->"47153dee-4076-4a7c-928c-d060de2669a3", + CellID->754965339], +Cell[36799, 969, 150, 1, 70, "ExampleText",ExpressionUUID->"dec5943b-d27f-46ec-b48c-88f3df3d562c", CellID->1915678457], -Cell[36888, 967, 183, 4, 70, "Input",ExpressionUUID->"d262c299-e4af-4312-959a-4b50b30ae9af", +Cell[36952, 972, 183, 4, 70, "Input",ExpressionUUID->"d262c299-e4af-4312-959a-4b50b30ae9af", CellID->169438472], Cell[CellGroupData[{ -Cell[37096, 975, 136, 2, 70, "Input",ExpressionUUID->"96f9a147-4b01-41c3-9e69-ed20e90304c6", +Cell[37160, 980, 136, 2, 70, "Input",ExpressionUUID->"96f9a147-4b01-41c3-9e69-ed20e90304c6", CellID->641788382], -Cell[37235, 979, 156, 3, 36, "Output",ExpressionUUID->"2318d985-a66d-45a4-a23a-8857cc950e09", +Cell[37299, 984, 156, 3, 36, "Output",ExpressionUUID->"2318d985-a66d-45a4-a23a-8857cc950e09", CellID->605494819] }, Open ]], -Cell[37406, 985, 117, 1, 70, "ExampleText",ExpressionUUID->"5fc5dc92-26f9-45f9-9ec1-65ad75d5598a", +Cell[37470, 990, 117, 1, 70, "ExampleText",ExpressionUUID->"5fc5dc92-26f9-45f9-9ec1-65ad75d5598a", CellID->89210852], Cell[CellGroupData[{ -Cell[37548, 990, 198, 4, 70, "Input",ExpressionUUID->"5a5f28c1-b8ff-42d6-85c1-07f868e2243b", +Cell[37612, 995, 198, 4, 70, "Input",ExpressionUUID->"5a5f28c1-b8ff-42d6-85c1-07f868e2243b", CellID->1556898138], Cell[CellGroupData[{ -Cell[37771, 998, 236, 4, 70, "Print",ExpressionUUID->"b8a3ae19-d246-422a-830f-d57c95f6f74a", +Cell[37835, 1003, 236, 4, 70, "Print",ExpressionUUID->"b8a3ae19-d246-422a-830f-d57c95f6f74a", CellID->1657343328], -Cell[38010, 1004, 364, 8, 70, "Print",ExpressionUUID->"3fe25ed8-8d24-4701-a086-3cca24d1fac3", +Cell[38074, 1009, 364, 8, 70, "Print",ExpressionUUID->"3fe25ed8-8d24-4701-a086-3cca24d1fac3", CellID->998010674], -Cell[38377, 1014, 236, 4, 70, "Print",ExpressionUUID->"3e6eb8a5-8e47-43c1-a7cc-e1defd0eab72", +Cell[38441, 1019, 236, 4, 70, "Print",ExpressionUUID->"3e6eb8a5-8e47-43c1-a7cc-e1defd0eab72", CellID->1162352453], -Cell[38616, 1020, 220, 3, 70, "Print",ExpressionUUID->"aedc82e5-33f3-49bb-bb7b-4d4ca1afb972", +Cell[38680, 1025, 220, 3, 70, "Print",ExpressionUUID->"aedc82e5-33f3-49bb-bb7b-4d4ca1afb972", CellID->1467302629], -Cell[38839, 1025, 207, 3, 70, "Print",ExpressionUUID->"6c84618c-a350-4cea-9298-1bace0a1b3a3", +Cell[38903, 1030, 207, 3, 70, "Print",ExpressionUUID->"6c84618c-a350-4cea-9298-1bace0a1b3a3", CellID->1434501400], -Cell[39049, 1030, 237, 4, 70, "Print",ExpressionUUID->"5fb765a4-52e3-4656-8a7f-37e427c5fac7", +Cell[39113, 1035, 237, 4, 70, "Print",ExpressionUUID->"5fb765a4-52e3-4656-8a7f-37e427c5fac7", CellID->2112477604], -Cell[39289, 1036, 219, 3, 70, "Print",ExpressionUUID->"751de570-85e4-42e0-9287-e46ed70de386", +Cell[39353, 1041, 219, 3, 70, "Print",ExpressionUUID->"751de570-85e4-42e0-9287-e46ed70de386", CellID->932483424], -Cell[39511, 1041, 235, 4, 70, "Print",ExpressionUUID->"5a5de8a7-a446-4e2c-a6a8-67a13dd61ca1", +Cell[39575, 1046, 235, 4, 70, "Print",ExpressionUUID->"5a5de8a7-a446-4e2c-a6a8-67a13dd61ca1", CellID->722835070], -Cell[39749, 1047, 236, 4, 70, "Print",ExpressionUUID->"61b2d00f-7108-405b-a6c0-68be74b15f69", +Cell[39813, 1052, 236, 4, 70, "Print",ExpressionUUID->"61b2d00f-7108-405b-a6c0-68be74b15f69", CellID->1479584515], -Cell[39988, 1053, 206, 3, 70, "Print",ExpressionUUID->"ee48ad7e-4d88-4412-9ed9-128e46986cc6", +Cell[40052, 1058, 206, 3, 70, "Print",ExpressionUUID->"ee48ad7e-4d88-4412-9ed9-128e46986cc6", CellID->803136943], -Cell[40197, 1058, 235, 4, 70, "Print",ExpressionUUID->"9499da72-2e7c-4790-b65e-1ca1e0d3e7b3", +Cell[40261, 1063, 235, 4, 70, "Print",ExpressionUUID->"9499da72-2e7c-4790-b65e-1ca1e0d3e7b3", CellID->126830164] }, Open ]] }, Open ]], -Cell[40459, 1066, 136, 1, 70, "ExampleText",ExpressionUUID->"edf3f57e-d993-4fe7-9fe9-97a06c3eaf15", +Cell[40523, 1071, 136, 1, 70, "ExampleText",ExpressionUUID->"edf3f57e-d993-4fe7-9fe9-97a06c3eaf15", CellID->782019687], -Cell[40598, 1069, 235, 6, 70, "Input",ExpressionUUID->"b581d2c1-d400-4550-91fc-cf7a7d0bcaff", +Cell[40662, 1074, 235, 6, 70, "Input",ExpressionUUID->"b581d2c1-d400-4550-91fc-cf7a7d0bcaff", CellID->1507505561], -Cell[40836, 1077, 380, 9, 70, "Input",ExpressionUUID->"6c890366-f458-44c3-97ad-cbf45c20d02b", +Cell[40900, 1082, 380, 9, 70, "Input",ExpressionUUID->"6c890366-f458-44c3-97ad-cbf45c20d02b", CellID->348460088], -Cell[41219, 1088, 237, 6, 70, "Input",ExpressionUUID->"8f59b336-0f17-4de1-86e7-49c08b19fde9", +Cell[41283, 1093, 237, 6, 70, "Input",ExpressionUUID->"8f59b336-0f17-4de1-86e7-49c08b19fde9", CellID->390731184], -Cell[41459, 1096, 191, 4, 70, "ExampleText",ExpressionUUID->"cc6dd385-5c97-4fed-bec3-8b7ab5b49528", +Cell[41523, 1101, 191, 4, 70, "ExampleText",ExpressionUUID->"cc6dd385-5c97-4fed-bec3-8b7ab5b49528", CellID->2013635681], Cell[CellGroupData[{ -Cell[41675, 1104, 179, 3, 70, "Input",ExpressionUUID->"01eaaa62-c31a-4156-841e-d631c56f6088", +Cell[41739, 1109, 179, 3, 70, "Input",ExpressionUUID->"01eaaa62-c31a-4156-841e-d631c56f6088", CellID->510282380], -Cell[41857, 1109, 713, 15, 95, "Output",ExpressionUUID->"f1d22102-6817-43e4-9e5e-ffe470917b2a", +Cell[41921, 1114, 713, 15, 95, "Output",ExpressionUUID->"f1d22102-6817-43e4-9e5e-ffe470917b2a", CellID->204289617] }, Open ]], -Cell[42585, 1127, 149, 1, 70, "ExampleText",ExpressionUUID->"7166db92-4915-4098-a0d7-89acbeba8b0e", +Cell[42649, 1132, 149, 1, 70, "ExampleText",ExpressionUUID->"7166db92-4915-4098-a0d7-89acbeba8b0e", CellID->1164942187], Cell[CellGroupData[{ -Cell[42759, 1132, 293, 7, 70, "Input",ExpressionUUID->"6bdfa9fd-298a-421f-9af8-5288ad9f1362", +Cell[42823, 1137, 293, 7, 70, "Input",ExpressionUUID->"6bdfa9fd-298a-421f-9af8-5288ad9f1362", CellID->349140999], -Cell[43055, 1141, 378, 11, 51, "Output",ExpressionUUID->"ad33a398-a43e-4033-a478-d8315239ff8f", +Cell[43119, 1146, 378, 11, 50, "Output",ExpressionUUID->"ad33a398-a43e-4033-a478-d8315239ff8f", CellID->1313217988] }, Open ]], -Cell[43448, 1155, 150, 1, 70, "ExampleText",ExpressionUUID->"8faa4af1-c1cb-4183-a154-7d09cd207147", +Cell[43512, 1160, 150, 1, 70, "ExampleText",ExpressionUUID->"8faa4af1-c1cb-4183-a154-7d09cd207147", CellID->348843192], Cell[CellGroupData[{ -Cell[43623, 1160, 302, 8, 70, "Input",ExpressionUUID->"5e9aeb4e-454d-4eaf-8976-9aa1026fac16", +Cell[43687, 1165, 302, 8, 70, "Input",ExpressionUUID->"5e9aeb4e-454d-4eaf-8976-9aa1026fac16", CellID->1286490893], -Cell[43928, 1170, 378, 11, 51, "Output",ExpressionUUID->"4b9d172a-11c4-496a-b745-0271ef0287cd", +Cell[43992, 1175, 378, 11, 50, "Output",ExpressionUUID->"4b9d172a-11c4-496a-b745-0271ef0287cd", CellID->1457223083] }, Open ]], -Cell[44321, 1184, 292, 5, 70, "ExampleText",ExpressionUUID->"aacec23f-a855-4a96-a589-c50ea214b86d", +Cell[44385, 1189, 292, 5, 70, "ExampleText",ExpressionUUID->"aacec23f-a855-4a96-a589-c50ea214b86d", CellID->362104763], -Cell[44616, 1191, 196, 4, 70, "ExampleText",ExpressionUUID->"7b4e7e3a-abde-4911-9ca8-46228e707dce", +Cell[44680, 1196, 196, 4, 70, "ExampleText",ExpressionUUID->"7b4e7e3a-abde-4911-9ca8-46228e707dce", CellID->1034681249], Cell[CellGroupData[{ -Cell[44837, 1199, 206, 4, 70, "Input",ExpressionUUID->"d882941e-3850-4d48-8b70-b5cf4b7c508b", +Cell[44901, 1204, 206, 4, 70, "Input",ExpressionUUID->"d882941e-3850-4d48-8b70-b5cf4b7c508b", CellID->794998418], -Cell[45046, 1205, 182, 4, 36, "Output",ExpressionUUID->"f13e723e-3662-4285-97d0-0a1602fdf5dc", +Cell[45110, 1210, 182, 4, 36, "Output",ExpressionUUID->"f13e723e-3662-4285-97d0-0a1602fdf5dc", CellID->1001454023] }, Open ]], Cell[CellGroupData[{ -Cell[45265, 1214, 211, 4, 70, "Input",ExpressionUUID->"33e4262f-ce78-464a-b6dd-b92dcf172bd4", +Cell[45329, 1219, 211, 4, 70, "Input",ExpressionUUID->"33e4262f-ce78-464a-b6dd-b92dcf172bd4", CellID->1829227297], -Cell[45479, 1220, 181, 4, 36, "Output",ExpressionUUID->"fe75580a-b73f-4874-a8ab-52418f07632b", +Cell[45543, 1225, 181, 4, 36, "Output",ExpressionUUID->"fe75580a-b73f-4874-a8ab-52418f07632b", CellID->808450641] }, Open ]], -Cell[45675, 1227, 159, 2, 70, "ExampleText",ExpressionUUID->"0780c653-3041-4cb6-8077-54a49f83b418", +Cell[45739, 1232, 159, 2, 70, "ExampleText",ExpressionUUID->"0780c653-3041-4cb6-8077-54a49f83b418", CellID->387903685], Cell[CellGroupData[{ -Cell[45859, 1233, 191, 4, 70, "Input",ExpressionUUID->"2acd4276-f696-415b-a462-8393d0c6d04f", +Cell[45923, 1238, 191, 4, 70, "Input",ExpressionUUID->"2acd4276-f696-415b-a462-8393d0c6d04f", CellID->499875880], -Cell[46053, 1239, 313, 9, 51, "Output",ExpressionUUID->"496ebdd6-dc0e-4e61-8e7a-36a77753fe96", +Cell[46117, 1244, 313, 9, 50, "Output",ExpressionUUID->"496ebdd6-dc0e-4e61-8e7a-36a77753fe96", CellID->463408362] }, Open ]], -Cell[46381, 1251, 228, 4, 70, "ExampleText",ExpressionUUID->"0aea5163-895c-4abb-8c99-6f0d261add50", +Cell[46445, 1256, 228, 4, 70, "ExampleText",ExpressionUUID->"0aea5163-895c-4abb-8c99-6f0d261add50", CellID->1838378326], Cell[CellGroupData[{ -Cell[46634, 1259, 206, 4, 70, "Input",ExpressionUUID->"2e7f867d-5272-4438-9239-e9c83c3bba77", +Cell[46698, 1264, 206, 4, 70, "Input",ExpressionUUID->"2e7f867d-5272-4438-9239-e9c83c3bba77", CellID->1780542653], -Cell[46843, 1265, 313, 9, 51, "Output",ExpressionUUID->"30d7a342-6576-4ecc-a6ff-b9e7bee244fc", +Cell[46907, 1270, 313, 9, 50, "Output",ExpressionUUID->"30d7a342-6576-4ecc-a6ff-b9e7bee244fc", CellID->923194370] }, Open ]], -Cell[47171, 1277, 221, 4, 70, "ExampleText",ExpressionUUID->"14f2d267-141c-42cf-a4c3-7d1b66868ad0", +Cell[47235, 1282, 221, 4, 70, "ExampleText",ExpressionUUID->"14f2d267-141c-42cf-a4c3-7d1b66868ad0", CellID->254628394], -Cell[47395, 1283, 314, 9, 70, "Input",ExpressionUUID->"da54482f-614a-4f79-ad6d-bb0e93e4e642", +Cell[47459, 1288, 314, 9, 70, "Input",ExpressionUUID->"da54482f-614a-4f79-ad6d-bb0e93e4e642", CellID->2138447462], Cell[CellGroupData[{ -Cell[47734, 1296, 233, 5, 70, "Input",ExpressionUUID->"8d123b8d-f74d-4784-9a55-dc2608efb0b2", +Cell[47798, 1301, 233, 5, 70, "Input",ExpressionUUID->"8d123b8d-f74d-4784-9a55-dc2608efb0b2", CellID->911063708], -Cell[47970, 1303, 313, 9, 51, "Output",ExpressionUUID->"562c9f93-5949-4e14-9117-785147c2d708", +Cell[48034, 1308, 313, 9, 50, "Output",ExpressionUUID->"562c9f93-5949-4e14-9117-785147c2d708", CellID->678865205] }, Open ]], Cell[CellGroupData[{ -Cell[48320, 1317, 294, 6, 70, "Input",ExpressionUUID->"5388d2c4-6777-4f73-8401-f4702a337e49", +Cell[48384, 1322, 294, 6, 70, "Input",ExpressionUUID->"5388d2c4-6777-4f73-8401-f4702a337e49", CellID->1768318014], -Cell[48617, 1325, 314, 9, 51, "Output",ExpressionUUID->"c753f51e-f744-4b8f-b7d2-b1196195e568", +Cell[48681, 1330, 314, 9, 50, "Output",ExpressionUUID->"c753f51e-f744-4b8f-b7d2-b1196195e568", CellID->1548411854] }, Open ]], -Cell[48946, 1337, 233, 4, 70, "ExampleText",ExpressionUUID->"af8cf6a0-9c63-442c-92c2-8cceb7cef97b", +Cell[49010, 1342, 233, 4, 70, "ExampleText",ExpressionUUID->"af8cf6a0-9c63-442c-92c2-8cceb7cef97b", CellID->1817204907], Cell[CellGroupData[{ -Cell[49204, 1345, 262, 6, 70, "Input",ExpressionUUID->"e50dd14c-76c4-415f-a8d2-822059febdf8", +Cell[49268, 1350, 262, 6, 70, "Input",ExpressionUUID->"e50dd14c-76c4-415f-a8d2-822059febdf8", CellID->632477505], -Cell[49469, 1353, 314, 9, 51, "Output",ExpressionUUID->"076e00f6-6f2b-4bcf-b648-a1ca3bbb8df2", +Cell[49533, 1358, 314, 9, 50, "Output",ExpressionUUID->"076e00f6-6f2b-4bcf-b648-a1ca3bbb8df2", CellID->1037096202] }, Open ]], -Cell[49798, 1365, 145, 1, 70, "ExampleText",ExpressionUUID->"311773cd-cc08-411d-addb-6e0530e463d3", +Cell[49862, 1370, 145, 1, 70, "ExampleText",ExpressionUUID->"311773cd-cc08-411d-addb-6e0530e463d3", CellID->1013125279], Cell[CellGroupData[{ -Cell[49968, 1370, 160, 3, 70, "Input",ExpressionUUID->"1125cb2b-bf18-426a-b3f8-9d83ae0850ad", +Cell[50032, 1375, 160, 3, 70, "Input",ExpressionUUID->"1125cb2b-bf18-426a-b3f8-9d83ae0850ad", CellID->1173128561], -Cell[50131, 1375, 292823, 4955, 70, "Output",ExpressionUUID->"8f30e1fe-47ce-4fc6-9815-b78b7cb34be2", +Cell[50195, 1380, 292823, 4955, 70, "Output",ExpressionUUID->"8f30e1fe-47ce-4fc6-9815-b78b7cb34be2", CellID->1450682606] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[343260, 6344, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"e27ab839-dd45-4e1f-8072-fe72caff4b7e"], +Cell[348726, 6494, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8894b443-64fa-4e5e-b662-b01c094dbb78"], +Cell[349399, 6514, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c92a783a-f662-4a01-9768-9ed3e4f1a7ba"], +Cell[350435, 6542, 2220, 63, 70, "RelatedLinksSection",ExpressionUUID->"fe32ff91-b534-4658-b6de-83e1645165ef"], Cell[CellGroupData[{ -Cell[343218, 6341, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"79db5f6a-fbda-4f4a-95e4-e1555243cfdb"], -Cell[348684, 6491, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e448a9ae-56d0-43b2-aeef-34034d8d3bd6"] -}, Open ]], -Cell[349369, 6512, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5944e903-4891-4e88-ac00-49421a250a8e"], -Cell[350405, 6540, 2220, 63, 70, "RelatedLinksSection",ExpressionUUID->"6edaf63d-b9b0-4831-932e-3d95447ab5ed"], -Cell[CellGroupData[{ -Cell[352650, 6607, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8fb78018-070b-4716-9d47-664fd47057e0", +Cell[352680, 6609, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8fb78018-070b-4716-9d47-664fd47057e0", CellID->906383680], -Cell[352790, 6610, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d2c90a94-b854-4068-8b57-0b0980ff363f", +Cell[352820, 6612, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d2c90a94-b854-4068-8b57-0b0980ff363f", CellID->1194386356], -Cell[353012, 6616, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6c31d01-615a-40f4-83b5-a6467b0578e0", +Cell[353042, 6618, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6c31d01-615a-40f4-83b5-a6467b0578e0", CellID->1641706272], -Cell[353227, 6621, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99c288d7-96c7-48fd-a58b-97a6584d3e01", +Cell[353257, 6623, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"99c288d7-96c7-48fd-a58b-97a6584d3e01", CellID->399251956], -Cell[353456, 6627, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6909e3e-fa03-4599-9f80-e15d764c4ea9", +Cell[353486, 6629, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b6909e3e-fa03-4599-9f80-e15d764c4ea9", CellID->821434655] }, Open ]], -Cell[353693, 6633, 78, 0, 70, "FooterCell",ExpressionUUID->"ce31509d-6f62-48d7-99fb-26381d42a229"] +Cell[353723, 6635, 78, 0, 70, "FooterCell",ExpressionUUID->"6565207b-6d48-45ea-bd15-e8ddbdfe689e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaSMPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ParaSMPreKernel.nb index ad2068e..0c69494 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaSMPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaSMPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 341947, 6239] -NotebookOptionsPosition[ 331374, 6028] -NotebookOutlinePosition[ 333484, 6083] -CellTagsIndexPosition[ 333397, 6078] +NotebookDataLength[ 341953, 6239] +NotebookOptionsPosition[ 331396, 6030] +NotebookOutlinePosition[ 333523, 6085] +CellTagsIndexPosition[ 333436, 6080] WindowTitle->ParaSMPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "53886d9f-16a4-48ff-b392-926753b19649"], + "083a3ff7-5b67-4622-b6e2-3e6dc11ce1ce"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6052a073-21fc-4244-8ccf-0b943af01dbc"], + "6c7049e6-7bd3-4267-86a0-41c07dffab57"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d9d068b0-b7e4-4144-9c50-c4136d55920d"] - }],ExpressionUUID->"047e2d97-5a2b-4dcb-a526-5a6920877bf4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "93960120-fb97-4f26-a976-8555311401b6"] + }],ExpressionUUID->"0e2663a9-be40-436f-88a8-e9b44e582a88"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0cea6680-a322-4019-8f91-03f7cd674c94"], + "82371bbb-b65e-488d-b701-366bf159acdd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "55148180-1f36-4992-91fe-a84eae978561"] - }],ExpressionUUID->"9d90d59d-acbc-4ae7-ab88-337bdec4108c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9228b884-c355-4a80-8de5-0564982e2435"] + }],ExpressionUUID->"7fa5fec1-8d9c-471e-93d5-3bb80eb262ed"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "94f715c1-3c3d-44a3-95e7-7aeb575af009"], + "e7b35b0e-8694-4e5e-a7e7-4ab6fae63b60"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "044b95ef-921b-47c0-a9f7-9e02f0a7e251"] - }],ExpressionUUID->"1ca198bc-5b3a-4ad3-90d5-89d40b5cb318"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8ca919ef-c34f-44c1-8292-73d7213e5c34"] + }],ExpressionUUID->"079e9b02-6abf-48ff-9fc6-73ee13014645"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "97881008-b955-42b0-a792-45c3f43c4ad1"], + "a89aa3d2-92c0-4b81-a7e5-4c8d5c4517d2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "29a88b7e-bd42-43ae-98a7-e95201b5914d"] - }],ExpressionUUID->"ae9f4029-41a8-4bee-9690-1b929cd6ba34"], - StripOnInput->False], {"\<\"TUG/ref/ParaSMPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaSMPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "3bd30cbc-b73c-4cad-90f6-6db2377068b6"] + }],ExpressionUUID->"dc07c66e-7fe9-4717-a816-f92d51f5fad1"], + StripOnInput->False],{ + "\"TUG/ref/ParaSMPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaSMPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaSMPreKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$147303], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaSMPreKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$158197], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaSMPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa5bab2a-95c8-44aa-9e3d-dd30bd16bb75"] + "f4165fed-aeee-49f1-90b9-1e3f299e0026"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0314250f-92f3-4afa-b1bf-cde1938285b0"]} + "08d17fb5-4657-41d4-bb21-ace6cb67ffbc"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ff272703-3e35-4c68-adf6-7845bf7c552b"], + CellID->1,ExpressionUUID->"fe3d857f-f559-44bc-913e-13f5e990f24b"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"a4bc5657-cf97-4ebe-8ad2-07e02821266d"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"2fa5baec-294f-4664-b5c2-6f3e9aaf81c6"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaSMPreKernel", "ObjectName",ExpressionUUID-> - "dc3b2441-1832-447c-995d-65825cc55259"], + "44f70c14-19e5-4ebd-8ed7-a7544740da7c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"442bc05b-d4d4-491f-8cfb-b2ab7ad66d1c"], + "Spacer1"]],ExpressionUUID->"1048ce4f-aea8-4b64-bce7-6fdd8a9584f8"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8522ff4b-0a34-4e72-a093-6414fab5d16a"] - }],ExpressionUUID->"4f6b05f2-159a-4372-b5e7-1f3385c31936"], Cell[BoxData[ + "5d20b4f2-1300-49c5-bcd8-36f659fd646c"] + }],ExpressionUUID->"0ba6ae04-991e-42bf-aac4-176508405acc"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3ce64706-8505-47a7-8d9f-8a2528255a1f"]} + "96fab6eb-928d-4f60-9321-ba027b90308e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5a660285-2a83-4048-a8ca-8684e387703c"], + CacheGraphics->False,ExpressionUUID->"0fb12e17-e980-493a-963e-2a31bab8f453"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "cd9cfcd8-18f0-4ada-a386-88464cdf4a66"], " \[LineSeparator]computes a simplified modified pre-kernel element of \ the game." - }],ExpressionUUID->"54fa2b90-0691-4ead-b5d3-eee6c467f4e9"]} + }],ExpressionUUID->"0f8530f2-b327-4dd8-adbc-d469e8ebf0fd"]} }]], "Usage", CellID->681980898,ExpressionUUID->"5a5cd822-601e-4104-89dd-d492cdbc4752"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"06def3cc-b3ec-472d-83bd-61c060eab83f"], + ExpressionUUID->"010bb1ec-f350-4afb-be69-f0fdb320fdfb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c353ef84-f356-4306-ac88-1cc62646b241"], + "Spacer1"]],ExpressionUUID->"b77268b4-5271-4d47-8585-6c87582529a5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"03d7c72d-f5ff-48f4-8826-448bbf2a2571"], + }], "NotesFrameText",ExpressionUUID->"2cffda11-331c-42a1-bd0f-15195cfc154d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0ce659e4-2369-4a03-bafe-ffc30eeb6e02"]], \ + "Preemptive"]],ExpressionUUID->"48b36026-a493-4764-8c9d-b02e561bb8f9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->162756394,ExpressionUUID->"a77da077-305f-4b8e-ac6b-00c5975eb49b"], + CellID->1830887023,ExpressionUUID->"5f153782-1730-4f3c-9e47-c06209b3683f"], Cell[TextData[{ "The input expression ", @@ -383,19 +388,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a2afdeb0-68a9-465c-844f-f2e7f6a6100e"], + ExpressionUUID->"db4d1cf6-3473-4b7e-8c78-e1608d6a6855"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2ab58e79-d614-4f4f-9ec2-da4312c19d2a"], + "Spacer1"]],ExpressionUUID->"7c08b944-a4e5-4234-b22b-2541d7fff986"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b7a8e65d-57eb-40fe-b1a7-4a2b745bf8d7"] + "c827e38e-1589-42cd-9ca6-719c55ab1369"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1187712037,ExpressionUUID->"af8ea724-6718-46d5-a968-36f911ccdecb"], + CellID->967092647,ExpressionUUID->"91162725-7d1b-4fdf-8259-690d7aeffe9d"], Cell[CellGroupData[{ @@ -424,18 +429,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0ab44604-9106-4797-982f-3748f37522f6"], + ExpressionUUID->"5fd9fdb8-1ce0-42ee-a73e-5fbbe75dd187"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a07a57e1-09bc-49b0-952f-7e85f8f4ba3c"], + "Spacer1"]],ExpressionUUID->"c1c7225e-cafd-4431-a4ad-d9ccae201d8d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6fd1e1ee-34b4-484e-a413-a48f23aedfbc"] + "276eb67c-9605-4772-9f97-cb3eda65235d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1748852554,ExpressionUUID->"af01a645-67cb-447a-bfc2-fedd6cfb6afe"], + CellID->1363799019,ExpressionUUID->"125cc663-1e53-40b8-9fe2-1a1ae5734f4f"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->662392373,ExpressionUUID->"7ae07b1f-0037-48b1-b133-1752aff4bc23"], @@ -5696,8 +5701,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5845,15 +5848,15 @@ Cell[BoxData[GridBox[{ "8b926072-95e2-4cd3-9189-8b82df262f10"] }], "SeeAlso",ExpressionUUID->"6e10d848-9f79-44da-8305-94be690596f3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1c070b8f-3833-4632-8ee3-\ -0df2bf56495c"], + }]], "SeeAlsoSection",ExpressionUUID->"fd23e9ad-4a67-4057-8db3-\ +71a4afa6dae9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5865,9 +5868,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e99c0be4-e768-4db0-bfe7-b7bb80f63d90"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9c954173-b30d-4aa7-8a14-\ -0e7996987947"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0609de7b-46ac-4b98-8fde-\ +e19725307fb4"], Cell[BoxData[GridBox[{ { @@ -5884,7 +5886,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "de606639-6430-4e57-b801-9bbbceec1d56"]}]}, + "e0d3c460-21a6-4fe4-a820-2c347092d990"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5892,10 +5894,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "78545d7d-3f25-4bf4-a9fb-69be16655f49"]}]} + "1f557378-d526-4669-82bd-bd1725cb43c7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"45306fcf-7aa3-4eed-be12-\ -1ddda9a03aca"], + }]], "MoreAboutSection",ExpressionUUID->"4c1a82c2-f87b-416a-81ca-\ +edf326c1dd44"], Cell[BoxData[GridBox[{ { @@ -5922,7 +5924,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fd3a5fd6-5dbb-49fe-8f0d-5e3429bff89f"]], "RelatedLinks", + "0a8b5595-4a7a-4105-95d2-63d5271db1e5"]], "RelatedLinks", ExpressionUUID->"a105fe55-8d1f-42f1-9a44-644ce4db9313"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5939,7 +5941,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "24b9dc01-fbc2-4460-b589-614cbf9cd7b6"]], "RelatedLinks", + "7181b0ff-0569-4370-9a72-4202a159ccd7"]], "RelatedLinks", ExpressionUUID->"9f310281-cd21-4c54-b548-b659ea465c09"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5956,7 +5958,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4619ebca-44be-4723-adcc-698a9a45426b"]], "RelatedLinks", + "eba983e4-cfbb-4264-908d-caef6c6273f4"]], "RelatedLinks", ExpressionUUID->"fc937a05-53d3-43c2-b0c5-f66c4e3eac07"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5973,7 +5975,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "45a24086-139b-4e47-840a-a3306ee00bdc"]], "RelatedLinks", + "bb7c30b4-6b35-42cd-a166-d428d32b02d6"]], "RelatedLinks", ExpressionUUID->"ab64515d-954c-46bc-909a-44703f066780"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5990,11 +5992,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7cbc8a70-6c4d-4cd5-aed2-93761eb1bf60"]], "RelatedLinks", + "20c1af81-37ab-481c-b6f4-adef4f89dff0"]], "RelatedLinks", ExpressionUUID->"2fbd1420-9493-4cd6-9bec-d864288b852d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"10f95c48-fdc0-48f1-b09a-\ -d21548d88660"], + }]], "RelatedLinksSection",ExpressionUUID->"e8580aca-f351-4f69-a856-\ +ced656a0d6c8"], Cell[CellGroupData[{ @@ -6024,11 +6026,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f4513049-0a6c-49c5-8ada-69c8a1def0ef"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9bbd2503-296c-438e-b1ea-e45cf2ae39c6"] +Cell[" ", "FooterCell",ExpressionUUID->"45bafe98-4ffb-419a-b97d-9e29667a5e28"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaSMPreKernel", TaggingRules->{ @@ -6039,7 +6041,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 18.025106}", + "built" -> "{2024, 6, 3, 16, 54, 44.683884}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6047,11 +6049,11 @@ TaggingRules->{ "summary" -> "ParaSMPreKernel[game] computes a simplified modified pre-kernel element \ of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaSMPreKernel", "titlemodifier" -> "", "windowtitle" -> - "ParaSMPreKernel", "type" -> "Symbol", "uri" -> + "ParaSMPreKernel", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaSMPreKernel", "type" -> "Symbol", "uri" -> "TUG/ref/ParaSMPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6060,9 +6062,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ab1e4401-4317-452c-9f65-05307ae09473" +ExpressionUUID->"44306e91-e08c-4d89-9e79-40d7603eeb3d" ] (* End of Notebook Content *) @@ -6070,177 +6072,175 @@ ExpressionUUID->"ab1e4401-4317-452c-9f65-05307ae09473" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13880, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"af8ea724-6718-46d5-a968-36f911ccdecb", + Cell[13937, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"91162725-7d1b-4fdf-8259-690d7aeffe9d", CellTags->"PrimaryExamplesSection", - CellID->1187712037]} + CellID->967092647]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 333196, 6071} + {"PrimaryExamplesSection", 333236, 6073} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7143, 168, 56, "AnchorBarGrid",ExpressionUUID->"ff272703-3e35-4c68-adf6-7845bf7c552b", +Cell[587, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"fe3d857f-f559-44bc-913e-13f5e990f24b", CellID->1], -Cell[7733, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"a4bc5657-cf97-4ebe-8ad2-07e02821266d"], +Cell[7789, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"2fa5baec-294f-4664-b5c2-6f3e9aaf81c6"], Cell[CellGroupData[{ -Cell[7856, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"5a660285-2a83-4048-a8ca-8684e387703c"], -Cell[9148, 232, 480, 10, 111, "Usage",ExpressionUUID->"5a5cd822-601e-4104-89dd-d492cdbc4752", +Cell[7912, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"0fb12e17-e980-493a-963e-2a31bab8f453"], +Cell[9204, 237, 480, 10, 111, "Usage",ExpressionUUID->"5a5cd822-601e-4104-89dd-d492cdbc4752", CellID->681980898] }, Open ]], Cell[CellGroupData[{ -Cell[9665, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"a77da077-305f-4b8e-ac6b-00c5975eb49b", +Cell[9721, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"5f153782-1730-4f3c-9e47-c06209b3683f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->162756394], -Cell[11562, 296, 663, 17, 49, "Notes",ExpressionUUID->"3f5d4e9c-78a8-4910-8826-4d0fbdbf4c32", + CellID->1830887023], +Cell[11619, 301, 663, 17, 48, "Notes",ExpressionUUID->"3f5d4e9c-78a8-4910-8826-4d0fbdbf4c32", CellID->26053], -Cell[12228, 315, 516, 13, 37, "Notes",ExpressionUUID->"5615621c-f604-4b7e-b460-b518faa77ee0", +Cell[12285, 320, 516, 13, 38, "Notes",ExpressionUUID->"5615621c-f604-4b7e-b460-b518faa77ee0", CellID->1572583992], -Cell[12747, 330, 213, 4, 36, "Notes",ExpressionUUID->"61dd0cbe-2d02-4b9b-83fd-8776fbf030b8", +Cell[12804, 335, 213, 4, 36, "Notes",ExpressionUUID->"61dd0cbe-2d02-4b9b-83fd-8776fbf030b8", CellID->1610401204], -Cell[12963, 336, 232, 4, 57, "Notes",ExpressionUUID->"b03a0e58-4cad-4514-9754-7cb4f94a3403", +Cell[13020, 341, 232, 4, 57, "Notes",ExpressionUUID->"b03a0e58-4cad-4514-9754-7cb4f94a3403", CellID->1561904690], -Cell[13198, 342, 356, 6, 57, "Notes",ExpressionUUID->"061de5bc-55b4-4555-91e9-0f4c697698b4", +Cell[13255, 347, 356, 6, 57, "Notes",ExpressionUUID->"061de5bc-55b4-4555-91e9-0f4c697698b4", CellID->506460413], -Cell[13557, 350, 196, 4, 36, "Notes",ExpressionUUID->"4273f9bd-c997-4019-b91b-0b09fddd1d72", +Cell[13614, 355, 196, 4, 36, "Notes",ExpressionUUID->"4273f9bd-c997-4019-b91b-0b09fddd1d72", CellID->1777802092] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13880, 360, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"af8ea724-6718-46d5-a968-36f911ccdecb", +Cell[13937, 365, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"91162725-7d1b-4fdf-8259-690d7aeffe9d", CellTags->"PrimaryExamplesSection", - CellID->1187712037], + CellID->967092647], Cell[CellGroupData[{ -Cell[15326, 401, 1399, 36, 30, "ExampleSection",ExpressionUUID->"af01a645-67cb-447a-bfc2-fedd6cfb6afe", - CellID->1748852554], -Cell[16728, 439, 149, 1, 38, "ExampleText",ExpressionUUID->"7ae07b1f-0037-48b1-b133-1752aff4bc23", +Cell[15382, 406, 1399, 36, 30, "ExampleSection",ExpressionUUID->"125cc663-1e53-40b8-9fe2-1a1ae5734f4f", + CellID->1363799019], +Cell[16784, 444, 149, 1, 39, "ExampleText",ExpressionUUID->"7ae07b1f-0037-48b1-b133-1752aff4bc23", CellID->662392373], -Cell[16880, 442, 183, 4, 27, "Input",ExpressionUUID->"8eaf7c49-7268-4251-8a63-d5494b55d710", +Cell[16936, 447, 183, 4, 27, "Input",ExpressionUUID->"8eaf7c49-7268-4251-8a63-d5494b55d710", CellID->271039146], Cell[CellGroupData[{ -Cell[17088, 450, 136, 2, 27, "Input",ExpressionUUID->"51e4d44e-9f6c-478a-b84c-a4b08e7c6441", +Cell[17144, 455, 136, 2, 27, "Input",ExpressionUUID->"51e4d44e-9f6c-478a-b84c-a4b08e7c6441", CellID->754489613], -Cell[17227, 454, 157, 3, 36, "Output",ExpressionUUID->"5360bf17-f404-4260-88d3-e3d171c987d2", +Cell[17283, 459, 157, 3, 36, "Output",ExpressionUUID->"5360bf17-f404-4260-88d3-e3d171c987d2", CellID->664233659] }, Open ]], -Cell[17399, 460, 119, 1, 38, "ExampleText",ExpressionUUID->"a9744740-4dfa-4ee5-8528-f8beaf1240c3", +Cell[17455, 465, 119, 1, 39, "ExampleText",ExpressionUUID->"a9744740-4dfa-4ee5-8528-f8beaf1240c3", CellID->1168852787], Cell[CellGroupData[{ -Cell[17543, 465, 197, 4, 27, "Input",ExpressionUUID->"040c513c-1163-419a-848f-3e0d74d08fa9", +Cell[17599, 470, 197, 4, 27, "Input",ExpressionUUID->"040c513c-1163-419a-848f-3e0d74d08fa9", CellID->739927110], Cell[CellGroupData[{ -Cell[17765, 473, 237, 4, 23, "Print",ExpressionUUID->"e1fb7669-6103-43dc-939b-941ae3bcf0a1", +Cell[17821, 478, 237, 4, 23, "Print",ExpressionUUID->"e1fb7669-6103-43dc-939b-941ae3bcf0a1", CellID->1723162179], -Cell[18005, 479, 366, 8, 70, "Print",ExpressionUUID->"c658ba45-a371-4d54-9a44-7c65e39bdc12", +Cell[18061, 484, 366, 8, 70, "Print",ExpressionUUID->"c658ba45-a371-4d54-9a44-7c65e39bdc12", CellID->2128317513], -Cell[18374, 489, 237, 4, 70, "Print",ExpressionUUID->"d0540b9b-0a47-40b4-90f4-9386d330dda6", +Cell[18430, 494, 237, 4, 70, "Print",ExpressionUUID->"d0540b9b-0a47-40b4-90f4-9386d330dda6", CellID->1401996477], -Cell[18614, 495, 221, 3, 70, "Print",ExpressionUUID->"70185d5a-1854-4fb1-a167-ba13e57f4849", +Cell[18670, 500, 221, 3, 70, "Print",ExpressionUUID->"70185d5a-1854-4fb1-a167-ba13e57f4849", CellID->1148962448], -Cell[18838, 500, 208, 3, 70, "Print",ExpressionUUID->"c1784ce7-2d57-4ea2-81ce-c26b9f037937", +Cell[18894, 505, 208, 3, 70, "Print",ExpressionUUID->"c1784ce7-2d57-4ea2-81ce-c26b9f037937", CellID->1549072635], -Cell[19049, 505, 238, 4, 70, "Print",ExpressionUUID->"bf8841dc-40ee-480c-84f9-58063695d05f", +Cell[19105, 510, 238, 4, 70, "Print",ExpressionUUID->"bf8841dc-40ee-480c-84f9-58063695d05f", CellID->1649618975], -Cell[19290, 511, 221, 3, 70, "Print",ExpressionUUID->"4e891201-8040-438d-acda-f40a7cdd97cd", +Cell[19346, 516, 221, 3, 70, "Print",ExpressionUUID->"4e891201-8040-438d-acda-f40a7cdd97cd", CellID->1572773390], -Cell[19514, 516, 237, 4, 70, "Print",ExpressionUUID->"c8874124-cfc5-41d4-8eef-b5dbcc485528", +Cell[19570, 521, 237, 4, 70, "Print",ExpressionUUID->"c8874124-cfc5-41d4-8eef-b5dbcc485528", CellID->2132180210], -Cell[19754, 522, 237, 4, 70, "Print",ExpressionUUID->"186dd2fe-3c66-45f1-ace6-01af82cfe48b", +Cell[19810, 527, 237, 4, 70, "Print",ExpressionUUID->"186dd2fe-3c66-45f1-ace6-01af82cfe48b", CellID->1217060455], -Cell[19994, 528, 208, 3, 70, "Print",ExpressionUUID->"30ef2b94-751a-4c2f-a19e-6a2c818be209", +Cell[20050, 533, 208, 3, 70, "Print",ExpressionUUID->"30ef2b94-751a-4c2f-a19e-6a2c818be209", CellID->1283602085], -Cell[20205, 533, 236, 4, 70, "Print",ExpressionUUID->"2d9fabb4-0c10-430d-a92c-2951958306e2", +Cell[20261, 538, 236, 4, 70, "Print",ExpressionUUID->"2d9fabb4-0c10-430d-a92c-2951958306e2", CellID->532798094] }, Open ]] }, Open ]], -Cell[20468, 541, 136, 1, 70, "ExampleText",ExpressionUUID->"9f11489f-cf34-41c7-a8c1-3222e6134b3d", +Cell[20524, 546, 136, 1, 70, "ExampleText",ExpressionUUID->"9f11489f-cf34-41c7-a8c1-3222e6134b3d", CellID->925410151], -Cell[20607, 544, 234, 6, 70, "Input",ExpressionUUID->"b30cb489-c4b7-408d-a81d-40f49045c563", +Cell[20663, 549, 234, 6, 70, "Input",ExpressionUUID->"b30cb489-c4b7-408d-a81d-40f49045c563", CellID->799171231], -Cell[20844, 552, 380, 9, 70, "Input",ExpressionUUID->"75f2f879-81c9-4c9c-9ad9-1bb1dc2a06c2", +Cell[20900, 557, 380, 9, 70, "Input",ExpressionUUID->"75f2f879-81c9-4c9c-9ad9-1bb1dc2a06c2", CellID->187881664], -Cell[21227, 563, 238, 6, 70, "Input",ExpressionUUID->"b320e777-1350-4f12-b4fd-539984b53588", +Cell[21283, 568, 238, 6, 70, "Input",ExpressionUUID->"b320e777-1350-4f12-b4fd-539984b53588", CellID->1897357614], -Cell[21468, 571, 191, 4, 70, "ExampleText",ExpressionUUID->"178e2034-a5b5-4fe2-883c-ddb0859b5239", +Cell[21524, 576, 191, 4, 70, "ExampleText",ExpressionUUID->"178e2034-a5b5-4fe2-883c-ddb0859b5239", CellID->1644996710], Cell[CellGroupData[{ -Cell[21684, 579, 172, 3, 70, "Input",ExpressionUUID->"f6d7aa9b-5827-45a5-87ea-f1f2176036d4", +Cell[21740, 584, 172, 3, 70, "Input",ExpressionUUID->"f6d7aa9b-5827-45a5-87ea-f1f2176036d4", CellID->465666427], -Cell[21859, 584, 174, 4, 36, "Output",ExpressionUUID->"f08eee83-7ead-4a2e-8657-8c92d75b3f3e", +Cell[21915, 589, 174, 4, 36, "Output",ExpressionUUID->"f08eee83-7ead-4a2e-8657-8c92d75b3f3e", CellID->1716985358] }, Open ]], -Cell[22048, 591, 170, 3, 70, "ExampleText",ExpressionUUID->"b2d488ce-10ba-46ac-822b-1aa153ec2551", +Cell[22104, 596, 170, 3, 70, "ExampleText",ExpressionUUID->"b2d488ce-10ba-46ac-822b-1aa153ec2551", CellID->136745415], Cell[CellGroupData[{ -Cell[22243, 598, 287, 7, 70, "Input",ExpressionUUID->"3372c205-40f2-4531-9235-bd448075ee2b", +Cell[22299, 603, 287, 7, 70, "Input",ExpressionUUID->"3372c205-40f2-4531-9235-bd448075ee2b", CellID->1491378335], -Cell[22533, 607, 379, 11, 51, "Output",ExpressionUUID->"d72adbe5-980e-4f97-a3e9-9bc24739bad7", +Cell[22589, 612, 379, 11, 51, "Output",ExpressionUUID->"d72adbe5-980e-4f97-a3e9-9bc24739bad7", CellID->1717265849] }, Open ]], -Cell[22927, 621, 151, 1, 70, "ExampleText",ExpressionUUID->"31760530-a53a-459c-8028-c837c1400b95", +Cell[22983, 626, 151, 1, 70, "ExampleText",ExpressionUUID->"31760530-a53a-459c-8028-c837c1400b95", CellID->2102764575], Cell[CellGroupData[{ -Cell[23103, 626, 291, 7, 70, "Input",ExpressionUUID->"2d4d8b19-768a-4938-971c-26e4714e4580", +Cell[23159, 631, 291, 7, 70, "Input",ExpressionUUID->"2d4d8b19-768a-4938-971c-26e4714e4580", CellID->49865108], -Cell[23397, 635, 378, 11, 51, "Output",ExpressionUUID->"6fed511a-ee62-485e-8673-9696770efc24", +Cell[23453, 640, 378, 11, 51, "Output",ExpressionUUID->"6fed511a-ee62-485e-8673-9696770efc24", CellID->413000492] }, Open ]], -Cell[23790, 649, 301, 5, 70, "ExampleText",ExpressionUUID->"bfcefe54-b8bc-4443-ad35-8129ce4e531e", +Cell[23846, 654, 301, 5, 70, "ExampleText",ExpressionUUID->"bfcefe54-b8bc-4443-ad35-8129ce4e531e", CellID->389995559], -Cell[24094, 656, 200, 4, 70, "ExampleText",ExpressionUUID->"7b36eb73-dc2e-43d1-b0c2-fa9652a2f723", +Cell[24150, 661, 200, 4, 70, "ExampleText",ExpressionUUID->"7b36eb73-dc2e-43d1-b0c2-fa9652a2f723", CellID->1673508300], Cell[CellGroupData[{ -Cell[24319, 664, 198, 4, 70, "Input",ExpressionUUID->"867da96b-142d-4a20-9c3e-54f8fe7ccc66", +Cell[24375, 669, 198, 4, 70, "Input",ExpressionUUID->"867da96b-142d-4a20-9c3e-54f8fe7ccc66", CellID->166973741], -Cell[24520, 670, 182, 4, 36, "Output",ExpressionUUID->"036f4bc9-8919-4d70-9459-90e81bf34f59", +Cell[24576, 675, 182, 4, 36, "Output",ExpressionUUID->"036f4bc9-8919-4d70-9459-90e81bf34f59", CellID->872563557] }, Open ]], -Cell[24717, 677, 192, 4, 70, "ExampleText",ExpressionUUID->"809df16d-59e0-412c-8a53-6ce8fb9a28d6", +Cell[24773, 682, 192, 4, 70, "ExampleText",ExpressionUUID->"809df16d-59e0-412c-8a53-6ce8fb9a28d6", CellID->844603612], Cell[CellGroupData[{ -Cell[24934, 685, 199, 4, 70, "Input",ExpressionUUID->"9c9f8318-f4ac-4ce7-9a74-5455d11cd08b", +Cell[24990, 690, 199, 4, 70, "Input",ExpressionUUID->"9c9f8318-f4ac-4ce7-9a74-5455d11cd08b", CellID->1221824148], -Cell[25136, 691, 314, 9, 51, "Output",ExpressionUUID->"78907d03-25d0-44af-9cb4-a833f8cbfefb", +Cell[25192, 696, 314, 9, 51, "Output",ExpressionUUID->"78907d03-25d0-44af-9cb4-a833f8cbfefb", CellID->130276130] }, Open ]], -Cell[25465, 703, 218, 4, 70, "ExampleText",ExpressionUUID->"d7ebd965-99d4-4449-b3dd-5827df67cbfb", +Cell[25521, 708, 218, 4, 70, "ExampleText",ExpressionUUID->"d7ebd965-99d4-4449-b3dd-5827df67cbfb", CellID->338823440], Cell[CellGroupData[{ -Cell[25708, 711, 199, 4, 70, "Input",ExpressionUUID->"4467ac55-0243-4bd8-a743-c052be13f477", +Cell[25764, 716, 199, 4, 70, "Input",ExpressionUUID->"4467ac55-0243-4bd8-a743-c052be13f477", CellID->1653784982], -Cell[25910, 717, 182, 4, 36, "Output",ExpressionUUID->"4fe9f55e-325d-4866-8d00-bcd2a61e5afb", +Cell[25966, 722, 182, 4, 36, "Output",ExpressionUUID->"4fe9f55e-325d-4866-8d00-bcd2a61e5afb", CellID->497492508] }, Open ]], -Cell[26107, 724, 144, 1, 70, "ExampleText",ExpressionUUID->"ea5ca9db-7c43-44c0-9d42-d12dc2f917d9", +Cell[26163, 729, 144, 1, 70, "ExampleText",ExpressionUUID->"ea5ca9db-7c43-44c0-9d42-d12dc2f917d9", CellID->816035944], Cell[CellGroupData[{ -Cell[26276, 729, 159, 3, 70, "Input",ExpressionUUID->"660242f5-ebb9-4096-b541-0571a18eb7ae", +Cell[26332, 734, 159, 3, 70, "Input",ExpressionUUID->"660242f5-ebb9-4096-b541-0571a18eb7ae", CellID->269742368], -Cell[26438, 734, 292824, 4955, 70, "Output",ExpressionUUID->"4fd79026-0699-4cb9-9177-a9679631bbd3", +Cell[26494, 739, 292824, 4955, 70, "Output",ExpressionUUID->"4fd79026-0699-4cb9-9177-a9679631bbd3", CellID->1341359745] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[319560, 5703, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"fd23e9ad-4a67-4057-8db3-71a4afa6dae9"], +Cell[325066, 5853, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0609de7b-46ac-4b98-8fde-e19725307fb4"], +Cell[325739, 5873, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4c1a82c2-f87b-416a-81ca-edf326c1dd44"], +Cell[326775, 5901, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"e8580aca-f351-4f69-a856-ced656a0d6c8"], Cell[CellGroupData[{ -Cell[319526, 5700, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"1c070b8f-3833-4632-8ee3-0df2bf56495c"], -Cell[325032, 5850, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9c954173-b30d-4aa7-8a14-0e7996987947"] -}, Open ]], -Cell[325717, 5871, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"45306fcf-7aa3-4eed-be12-1ddda9a03aca"], -Cell[326753, 5899, 3471, 97, 70, "RelatedLinksSection",ExpressionUUID->"10f95c48-fdc0-48f1-b09a-d21548d88660"], -Cell[CellGroupData[{ -Cell[330249, 6000, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"50ed6be0-87d6-4941-a078-9d4d152c139d", +Cell[330271, 6002, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"50ed6be0-87d6-4941-a078-9d4d152c139d", CellID->441415629], -Cell[330389, 6003, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a5710e9-93a6-4695-9506-9c168ceff557", +Cell[330411, 6005, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a5710e9-93a6-4695-9506-9c168ceff557", CellID->1194386356], -Cell[330611, 6009, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fb1a33fc-61cb-40f9-88b0-0fa9ae3a25eb", +Cell[330633, 6011, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fb1a33fc-61cb-40f9-88b0-0fa9ae3a25eb", CellID->1641706272], -Cell[330826, 6014, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fc6fa08b-bff0-4ff5-bfed-df169d239283", +Cell[330848, 6016, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fc6fa08b-bff0-4ff5-bfed-df169d239283", CellID->399251956], -Cell[331055, 6020, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f4513049-0a6c-49c5-8ada-69c8a1def0ef", +Cell[331077, 6022, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f4513049-0a6c-49c5-8ada-69c8a1def0ef", CellID->821434655] }, Open ]], -Cell[331292, 6026, 78, 0, 70, "FooterCell",ExpressionUUID->"9bbd2503-296c-438e-b1ea-e45cf2ae39c6"] +Cell[331314, 6028, 78, 0, 70, "FooterCell",ExpressionUUID->"45bafe98-4ffb-419a-b97d-9e29667a5e28"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaSetsToVec.nb b/Documentation/English/ReferencePages/Symbols/ParaSetsToVec.nb index c5d67d8..3ff4916 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaSetsToVec.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaSetsToVec.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 369482, 6972] -NotebookOptionsPosition[ 356611, 6718] -NotebookOutlinePosition[ 359012, 6776] -CellTagsIndexPosition[ 358925, 6771] +NotebookDataLength[ 369495, 6973] +NotebookOptionsPosition[ 356635, 6720] +NotebookOutlinePosition[ 359058, 6779] +CellTagsIndexPosition[ 358971, 6774] WindowTitle->ParaSetsToVec WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f7e16cf4-5879-449b-b723-e272ffb08a90"], + "1fed21fa-0d7b-4b61-8cb4-875bdcc47053"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2fe46cb5-1389-4327-9aca-f4ecb4ecf9e2"], + "9bab3ff8-128e-4ae8-92df-19dd19f8e805"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b75319ce-71a2-44a7-8a99-0cf915ca9389"] - }],ExpressionUUID->"30860fc2-3338-4c47-9177-3e34ce9ad9a0"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "1d2271bc-de4f-4bee-a859-1939cfeb3922"] + }],ExpressionUUID->"1ccbd812-1a22-4dd2-93df-1324f1f34534"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5d883f28-79cb-49c8-9ade-e7cff0b1e93c"], + "b7279649-247e-4fc8-9050-c903c1444b57"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "67da21cb-090c-4f1a-bccc-68d7e4373074"] - }],ExpressionUUID->"069148ad-a257-4fe7-ab8c-53f26db14aca"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a2329087-a568-4bd5-a9bd-ad0c7e72ff56"] + }],ExpressionUUID->"bcc30994-2b55-46e9-892e-d5c31564cd4f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1cec48cc-3bd7-4f25-b901-20c9c6c58500"], + "fa788f2c-c1b2-4c71-a846-b2083abceeb7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8e3c20d1-d549-4ab9-8b81-9982e1e3b81f"] - }],ExpressionUUID->"7d8ecf50-af7c-4783-b455-aba30207f70e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4dbe84f9-4a4b-43bf-b4c5-868204c6726c"] + }],ExpressionUUID->"f77c46b8-c54a-4c36-a66c-f347b1cc8e36"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3dec9e1a-fcef-4877-a3bd-1fa20a81381d"], + "8f3d19b8-877d-4b41-ad0e-65e83d73c2a3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2a58df9d-40e2-421f-ab63-ab81fcb6b4b4"] - }],ExpressionUUID->"784bc7b1-8e5a-45cf-b350-d062a62f6d74"], - StripOnInput->False], {"\<\"TUG/ref/ParaSetsToVec\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaSetsToVec"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ParaSetsToVec.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$146680], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaSetsToVec" <> ".html"], None}]}]}, + "59f25c7e-ebd9-4a0b-8230-f2b97bfab4f4"] + }],ExpressionUUID->"d2f8b341-3bf3-419d-a672-ad1e8b2f878c"], + StripOnInput->False],{ + "\"TUG/ref/ParaSetsToVec\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaSetsToVec"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ParaSetsToVec.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$157540], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaSetsToVec" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "73e9ef9d-56c2-493b-b783-3fdd544fa912"] + "d09d6f75-3bbd-4146-b714-fe3b9d904dcd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9c4b4662-713b-4ae4-8fd0-0d2fce8cff49"]} + "4d53b701-1a36-461e-9f8e-34bdd13110b9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3e4d55a0-164c-4fe4-8e2b-7978a9ca71b0"], + CellID->1,ExpressionUUID->"2532173b-20b5-4111-8dbb-986542699240"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"f729c8a3-9529-47d2-8b17-eaf2101497b0"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"6f9263e1-3151-4cbf-ac9c-e6dbdfc271b2"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaSetsToVec", "ObjectName",ExpressionUUID-> - "33f3b212-6b37-4222-9340-f11fe5552f60"], + "4ae26a63-7191-41e8-bdb2-21d8641a1504"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5b21b70e-3e55-446a-bb0f-9e8972202966"], + "Spacer1"]],ExpressionUUID->"2b488401-1926-4c20-a230-0b81cd04e34b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "680ddf9d-1293-4b37-b241-e14b4e5e6822"] - }],ExpressionUUID->"e9806f20-ad4c-4a0a-9b7d-c55b76151dc1"], Cell[BoxData[ + "feefc39e-91af-41ee-b3b5-5849ff686fed"] + }],ExpressionUUID->"a8ca5ba6-8694-4088-b1af-e19c5c8886ca"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9a85b75f-c403-49fa-bd45-6491e421b636"]} + "f0a9438f-88fb-461b-8b9a-874cfa6bcd59"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3d7d5ae8-b456-4ce0-9513-baf2eeae9984"], + CacheGraphics->False,ExpressionUUID->"8f46df2c-0d8c-4a63-9fc4-30a1693f5cd0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ distributed between a bargaining pair i,j at a proposal ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"ab108902-714b-438f-88ce-bf9668dace43"]}, + }],ExpressionUUID->"862a7cf3-c804-4758-9a9a-e656ad86d51b"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ParaSetsToVec", "[", @@ -258,7 +263,7 @@ distributed between a bargaining pair i,j at a proposal ", FontSlant->"Italic"], ", then the first vector must be positive, since it is related to the \ grand coalition." - }],ExpressionUUID->"34b037f0-f7d4-4176-884c-625471b3321c"]} + }],ExpressionUUID->"8c782dbb-351b-4f13-a835-ae7a30c96bd7"]} }]], "Usage", CellID->1144133600,ExpressionUUID->"6e7cff2d-03d1-4431-aede-fd51d757c504"] }, Open ]], @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ae2679f8-cb99-469c-b91d-d2e6a6420708"], + ExpressionUUID->"c660a6c8-fc24-46c1-bf7f-86fec65b7118"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"035ad622-b7df-4cdb-a8aa-5c4843233f68"], + "Spacer1"]],ExpressionUUID->"e9adc905-93dd-431c-98c1-1cd1d72d7d4b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e9243c9c-41f7-459c-892e-d47b4efda75e"], + }], "NotesFrameText",ExpressionUUID->"8abf8cf6-f6b3-43f3-afac-03887e900a8a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -307,12 +312,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"47bd53f3-df87-4dc7-80bb-1797fa9b384e"]], \ + "Preemptive"]],ExpressionUUID->"386022e2-87d5-4e71-9361-5bc1c3d5ebed"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->646617647,ExpressionUUID->"94ac6951-f8bb-48f2-aa40-4b895131b3a6"], + CellID->1147592240,ExpressionUUID->"0babd7a6-8c41-463f-b209-bd46e06f77be"], Cell[TextData[{ "The input expression ", @@ -390,7 +395,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "49aa3f3f-8859-4b19-b81b-fa0bc47719e2"], + "b6605d19-0f26-4e4f-ac80-3a69b6f77ec3"], TemplateBox[{ Cell[ TextData["EffVector"]], "paclet:TUG/ref/EffVector", @@ -455,19 +460,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"18e114d0-dfa9-4a8d-ad7a-373f4634b50b"], + ExpressionUUID->"85571dd9-2e58-4ef9-bfae-09f0ade16f04"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c857232d-d4ec-429b-ad5e-18d22df70c6a"], + "Spacer1"]],ExpressionUUID->"0d45ad13-8dc5-4f0b-8ea9-e1c384c31a98"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3ce89e61-7987-4e39-8a38-b34490b94fb5"] + "7d653559-6a74-4ed7-8a92-17e8812d278a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2022254432,ExpressionUUID->"6d11933e-adef-4933-a7cb-38f53b33e54c"], + CellID->998521820,ExpressionUUID->"7b298b67-e4a0-492b-870d-08f5a51a86b7"], Cell[CellGroupData[{ @@ -496,18 +501,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9d0d6739-b379-41eb-aa97-c4544cebc241"], + ExpressionUUID->"5adcbace-8bec-4f23-9a53-7c36f504c1eb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b1fef6e2-0b4c-4f95-8936-5a7ab237eca2"], + "Spacer1"]],ExpressionUUID->"6fb2597a-b865-4552-892e-1765a3469977"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a2f4107b-df88-4fb3-928b-ab2d1bd101f1"] + "0f6a5415-396d-4db6-ad7f-6e590276786c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1962986865,ExpressionUUID->"f4a5532c-1878-4547-944c-8fc1918f5c06"], + CellID->2138880178,ExpressionUUID->"dac4d4da-8060-4c6e-9a1b-885d467041fe"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1615187875,ExpressionUUID->"131a5b33-ec23-4627-b8d3-d820f684a688"], @@ -6420,8 +6425,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 440, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -6569,15 +6572,15 @@ Cell[BoxData[GridBox[{ "38341306-e87e-4ae4-948a-f399b794477b"] }], "SeeAlso",ExpressionUUID->"54b20c91-84b6-4cb1-8876-8a4bb9c68e3b"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9250f920-d360-4a78-ae86-\ -18f5e0f03e0b"], + }]], "SeeAlsoSection",ExpressionUUID->"8763c721-df8c-41c8-acd1-\ +22db87e986c0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -6589,9 +6592,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"040744da-b243-465b-abb5-aea87bad8cf7"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9ebe5066-aafe-45f5-8055-\ -bc5bd1453a50"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b78e923f-bc04-432c-ad1c-\ +eced4d252c43"], Cell[BoxData[GridBox[{ { @@ -6608,7 +6610,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5488663c-5f46-43ad-ae75-71995e0efddc"]}]}, + "dbcfa860-4692-4939-963f-aec767d65a46"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -6616,10 +6618,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b9e78770-1b65-4d20-8c43-46ebaa7c932d"]}]} + "d11f147c-f4b3-4170-9a28-9095cae03861"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a457c1a4-b808-4737-b322-\ -40b9f25e688a"], + }]], "MoreAboutSection",ExpressionUUID->"09426ac3-7031-414e-8e62-\ +40820b666425"], Cell[BoxData[GridBox[{ { @@ -6646,7 +6648,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f0d828c1-4b3f-4ebd-ac6d-abb42a0de606"]], "RelatedLinks", + "3c26ab3b-a3bb-4093-90d3-5bebe99724a4"]], "RelatedLinks", ExpressionUUID->"0dd6fc32-b409-4fe0-bbd5-b1a53a3b6453"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6663,7 +6665,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "54807535-803d-442d-9947-f2d4653d0465"]], "RelatedLinks", + "4dd44aa0-3c1e-4a6c-8c94-54be6b2b3f28"]], "RelatedLinks", ExpressionUUID->"5d99a8cf-081b-4c96-af10-9b6ceec3645f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -6680,11 +6682,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69587d60-7647-4349-8a31-8be123c05f1c"]], "RelatedLinks", + "c1e50e79-65a5-42b5-a3fc-2bc959c9a726"]], "RelatedLinks", ExpressionUUID->"90f9f8fd-6a5e-4b81-8531-456683c93188"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c0f24667-a46f-4327-8792-\ -8e3639b64d68"], + }]], "RelatedLinksSection",ExpressionUUID->"2a374ed3-45de-4cbb-bccc-\ +d84773e8c3aa"], Cell[CellGroupData[{ @@ -6714,11 +6716,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"54d88046-675c-4120-ab6e-e4d124cf48ec"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"94666d8e-b5ca-40b0-a9aa-e4ae6b125845"] +Cell[" ", "FooterCell",ExpressionUUID->"d79c064c-0766-4109-9e63-8241e069c810"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaSetsToVec", TaggingRules->{ @@ -6729,7 +6731,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 15.484029}", + "built" -> "{2024, 6, 3, 16, 54, 43.005528}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -6741,10 +6743,11 @@ distributed between a bargaining pair i,j at a proposal payoff. \ ParaSetsToVec[bsc, T, options] notice that whenever the option EffVector is \ set to True, then the first vector must be positive, since it is related to \ the grand coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ParaSetsToVec", "titlemodifier" -> "", "windowtitle" -> "ParaSetsToVec", - "type" -> "Symbol", "uri" -> "TUG/ref/ParaSetsToVec"}}, + "ParaSetsToVec", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ParaSetsToVec", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaSetsToVec"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6753,9 +6756,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"154eb91e-4c92-4792-b510-e4ea68d503f9" +ExpressionUUID->"34b68a80-cdd1-49f0-a081-1ede33b2a71c" ] (* End of Notebook Content *) @@ -6763,217 +6766,215 @@ ExpressionUUID->"154eb91e-4c92-4792-b510-e4ea68d503f9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16550, 432, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6d11933e-adef-4933-a7cb-38f53b33e54c", + Cell[16609, 437, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7b298b67-e4a0-492b-870d-08f5a51a86b7", CellTags->"PrimaryExamplesSection", - CellID->2022254432]} + CellID->998521820]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 358724, 6764} + {"PrimaryExamplesSection", 358771, 6767} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7133, 168, 56, "AnchorBarGrid",ExpressionUUID->"3e4d55a0-164c-4fe4-8e2b-7978a9ca71b0", +Cell[585, 21, 7191, 173, 57, "AnchorBarGrid",ExpressionUUID->"2532173b-20b5-4111-8dbb-986542699240", CellID->1], -Cell[7721, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"f729c8a3-9529-47d2-8b17-eaf2101497b0"], +Cell[7779, 196, 98, 0, 23, "ContextNameCell",ExpressionUUID->"6f9263e1-3151-4cbf-ac9c-e6dbdfc271b2"], Cell[CellGroupData[{ -Cell[7844, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"3d7d5ae8-b456-4ce0-9513-baf2eeae9984"], -Cell[9134, 232, 1285, 30, 209, "Usage",ExpressionUUID->"6e7cff2d-03d1-4431-aede-fd51d757c504", +Cell[7902, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"8f46df2c-0d8c-4a63-9fc4-30a1693f5cd0"], +Cell[9192, 237, 1285, 30, 208, "Usage",ExpressionUUID->"6e7cff2d-03d1-4431-aede-fd51d757c504", CellID->1144133600] }, Open ]], Cell[CellGroupData[{ -Cell[10456, 267, 1894, 47, 37, "NotesSection",ExpressionUUID->"94ac6951-f8bb-48f2-aa40-4b895131b3a6", +Cell[10514, 272, 1895, 47, 37, "NotesSection",ExpressionUUID->"0babd7a6-8c41-463f-b209-bd46e06f77be", CellGroupingRules->{"SectionGrouping", 50}, - CellID->646617647], -Cell[12353, 316, 461, 11, 36, "]]",ExpressionUUID->"97a4fb61-10df-4e4b-9b6b-c26ed4391f02", + CellID->1147592240], +Cell[12412, 321, 461, 11, 36, "]]",ExpressionUUID->"97a4fb61-10df-4e4b-9b6b-c26ed4391f02", CellID->313448337], -Cell[12817, 329, 515, 13, 37, "Notes",ExpressionUUID->"855ee9e9-258a-4a35-a50f-d001ae8985e1", +Cell[12876, 334, 515, 13, 38, "Notes",ExpressionUUID->"855ee9e9-258a-4a35-a50f-d001ae8985e1", CellID->702926281], -Cell[13335, 344, 585, 10, 99, "Notes",ExpressionUUID->"43ec407c-5dc8-4eb9-8a51-b5062e4f4010", +Cell[13394, 349, 585, 10, 99, "Notes",ExpressionUUID->"43ec407c-5dc8-4eb9-8a51-b5062e4f4010", CellID->1052800420], -Cell[13923, 356, 182, 4, 36, "Notes",ExpressionUUID->"2bdecd23-8dc0-40a3-be13-a8101d3f05ec", +Cell[13982, 361, 182, 4, 36, "Notes",ExpressionUUID->"2bdecd23-8dc0-40a3-be13-a8101d3f05ec", CellID->236766313], -Cell[14108, 362, 305, 8, 37, "Notes",ExpressionUUID->"8be25b89-4606-4cf0-9212-1a72abc7f31f", +Cell[14167, 367, 305, 8, 38, "Notes",ExpressionUUID->"8be25b89-4606-4cf0-9212-1a72abc7f31f", CellID->316869325], -Cell[14416, 372, 209, 4, 36, "Notes",ExpressionUUID->"daaebb5d-8f18-4549-9323-720018bc9ccf", +Cell[14475, 377, 209, 4, 36, "Notes",ExpressionUUID->"daaebb5d-8f18-4549-9323-720018bc9ccf", CellID->961788148], -Cell[14628, 378, 130, 1, 36, "Notes",ExpressionUUID->"b674a0d6-a975-46eb-b66c-a88ff3be016c", +Cell[14687, 383, 130, 1, 36, "Notes",ExpressionUUID->"b674a0d6-a975-46eb-b66c-a88ff3be016c", CellID->1074443207], -Cell[14761, 381, 130, 1, 36, "Notes",ExpressionUUID->"87cd0471-20a4-4d1f-b984-bc0b2dddc230", +Cell[14820, 386, 130, 1, 36, "Notes",ExpressionUUID->"87cd0471-20a4-4d1f-b984-bc0b2dddc230", CellID->1765970156], -Cell[14894, 384, 267, 4, 49, "Notes",ExpressionUUID->"04c8afc5-7ced-4f85-bd2a-f6e707e266f1", +Cell[14953, 389, 267, 4, 48, "Notes",ExpressionUUID->"04c8afc5-7ced-4f85-bd2a-f6e707e266f1", CellID->13178], -Cell[15164, 390, 786, 20, 40, "3ColumnTableMod",ExpressionUUID->"1dbf4ac8-c3cb-4b37-b5fb-8371a10a00ec", +Cell[15223, 395, 786, 20, 41, "3ColumnTableMod",ExpressionUUID->"1dbf4ac8-c3cb-4b37-b5fb-8371a10a00ec", CellID->1782664966], -Cell[15953, 412, 470, 14, 37, "Notes",ExpressionUUID->"4b8e6a37-aa66-4948-9657-e314f91d59e4", +Cell[16012, 417, 470, 14, 38, "Notes",ExpressionUUID->"4b8e6a37-aa66-4948-9657-e314f91d59e4", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16550, 432, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6d11933e-adef-4933-a7cb-38f53b33e54c", +Cell[16609, 437, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"7b298b67-e4a0-492b-870d-08f5a51a86b7", CellTags->"PrimaryExamplesSection", - CellID->2022254432], + CellID->998521820], Cell[CellGroupData[{ -Cell[17996, 473, 1399, 36, 70, "ExampleSection",ExpressionUUID->"f4a5532c-1878-4547-944c-8fc1918f5c06", - CellID->1962986865], -Cell[19398, 511, 150, 1, 70, "ExampleText",ExpressionUUID->"131a5b33-ec23-4627-b8d3-d820f684a688", +Cell[18054, 478, 1399, 36, 70, "ExampleSection",ExpressionUUID->"dac4d4da-8060-4c6e-9a1b-885d467041fe", + CellID->2138880178], +Cell[19456, 516, 150, 1, 70, "ExampleText",ExpressionUUID->"131a5b33-ec23-4627-b8d3-d820f684a688", CellID->1615187875], -Cell[19551, 514, 184, 4, 70, "Input",ExpressionUUID->"13803f3a-e3a2-49e6-9ea8-744b8cb05b29", +Cell[19609, 519, 184, 4, 70, "Input",ExpressionUUID->"13803f3a-e3a2-49e6-9ea8-744b8cb05b29", CellID->1582400617], Cell[CellGroupData[{ -Cell[19760, 522, 137, 2, 70, "Input",ExpressionUUID->"a0117d6a-1742-4de8-ab5d-b853ef4b4196", +Cell[19818, 527, 137, 2, 70, "Input",ExpressionUUID->"a0117d6a-1742-4de8-ab5d-b853ef4b4196", CellID->2021794105], -Cell[19900, 526, 157, 3, 36, "Output",ExpressionUUID->"24da3a25-9a74-4184-a42d-97fffeddfcd1", +Cell[19958, 531, 157, 3, 36, "Output",ExpressionUUID->"24da3a25-9a74-4184-a42d-97fffeddfcd1", CellID->871437915] }, Open ]], -Cell[20072, 532, 119, 1, 70, "ExampleText",ExpressionUUID->"6b45b163-5568-4a8f-be00-f638673152f5", +Cell[20130, 537, 119, 1, 70, "ExampleText",ExpressionUUID->"6b45b163-5568-4a8f-be00-f638673152f5", CellID->1828507317], Cell[CellGroupData[{ -Cell[20216, 537, 196, 4, 70, "Input",ExpressionUUID->"c0119f44-e91a-416c-9c69-c89947db7ffa", +Cell[20274, 542, 196, 4, 70, "Input",ExpressionUUID->"c0119f44-e91a-416c-9c69-c89947db7ffa", CellID->34596502], Cell[CellGroupData[{ -Cell[20437, 545, 236, 4, 70, "Print",ExpressionUUID->"5fb1bd5c-4b4f-42d7-892c-9711c8ddfad0", +Cell[20495, 550, 236, 4, 70, "Print",ExpressionUUID->"5fb1bd5c-4b4f-42d7-892c-9711c8ddfad0", CellID->101129286], -Cell[20676, 551, 366, 8, 70, "Print",ExpressionUUID->"37883528-ca96-48cf-9072-15ed9443c38a", +Cell[20734, 556, 366, 8, 70, "Print",ExpressionUUID->"37883528-ca96-48cf-9072-15ed9443c38a", CellID->1270018478], -Cell[21045, 561, 236, 4, 70, "Print",ExpressionUUID->"b3fee105-deb8-4d8d-a75d-223328f5ef6b", +Cell[21103, 566, 236, 4, 70, "Print",ExpressionUUID->"b3fee105-deb8-4d8d-a75d-223328f5ef6b", CellID->940159070], -Cell[21284, 567, 220, 3, 70, "Print",ExpressionUUID->"93dd151b-4dd2-49e9-84d0-3eee3fc669e9", +Cell[21342, 572, 220, 3, 70, "Print",ExpressionUUID->"93dd151b-4dd2-49e9-84d0-3eee3fc669e9", CellID->297493909], -Cell[21507, 572, 207, 3, 70, "Print",ExpressionUUID->"a7b57100-16d5-4558-80ad-73d9907f06e4", +Cell[21565, 577, 207, 3, 70, "Print",ExpressionUUID->"a7b57100-16d5-4558-80ad-73d9907f06e4", CellID->661597133], -Cell[21717, 577, 238, 4, 70, "Print",ExpressionUUID->"ff911152-620b-40f5-82a5-e8e8bd65fe0b", +Cell[21775, 582, 238, 4, 70, "Print",ExpressionUUID->"ff911152-620b-40f5-82a5-e8e8bd65fe0b", CellID->1185419675], -Cell[21958, 583, 221, 3, 70, "Print",ExpressionUUID->"8269ec30-c3ca-47a9-8f52-23811e620348", +Cell[22016, 588, 221, 3, 70, "Print",ExpressionUUID->"8269ec30-c3ca-47a9-8f52-23811e620348", CellID->1848163616], -Cell[22182, 588, 237, 4, 70, "Print",ExpressionUUID->"7a8ff562-6981-412d-baed-981082620fbb", +Cell[22240, 593, 237, 4, 70, "Print",ExpressionUUID->"7a8ff562-6981-412d-baed-981082620fbb", CellID->1218749350], -Cell[22422, 594, 237, 4, 70, "Print",ExpressionUUID->"eab9ab48-e2cf-4bea-beeb-afa221482a29", +Cell[22480, 599, 237, 4, 70, "Print",ExpressionUUID->"eab9ab48-e2cf-4bea-beeb-afa221482a29", CellID->2094913940], -Cell[22662, 600, 207, 3, 70, "Print",ExpressionUUID->"a2d7dd43-3604-4384-93cb-76c0e6638ac1", +Cell[22720, 605, 207, 3, 70, "Print",ExpressionUUID->"a2d7dd43-3604-4384-93cb-76c0e6638ac1", CellID->827028207], -Cell[22872, 605, 237, 4, 70, "Print",ExpressionUUID->"9f6fa6dd-f5bf-463e-9bde-3cc74e28f07a", +Cell[22930, 610, 237, 4, 70, "Print",ExpressionUUID->"9f6fa6dd-f5bf-463e-9bde-3cc74e28f07a", CellID->1756735433] }, Open ]] }, Open ]], -Cell[23136, 613, 133, 1, 70, "ExampleText",ExpressionUUID->"0773daec-a221-4af0-845f-8b4250f4678a", +Cell[23194, 618, 133, 1, 70, "ExampleText",ExpressionUUID->"0773daec-a221-4af0-845f-8b4250f4678a", CellID->148369316], -Cell[23272, 616, 182, 4, 70, "Input",ExpressionUUID->"2df4bec3-7a88-4569-b770-fbec19f4d15b", +Cell[23330, 621, 182, 4, 70, "Input",ExpressionUUID->"2df4bec3-7a88-4569-b770-fbec19f4d15b", CellID->528097948], -Cell[23457, 622, 317, 10, 70, "Input",ExpressionUUID->"d958c0af-57de-41b0-b015-171a88af4ccf", +Cell[23515, 627, 317, 10, 70, "Input",ExpressionUUID->"d958c0af-57de-41b0-b015-171a88af4ccf", CellID->1138730108], -Cell[23777, 634, 198, 5, 70, "Input",ExpressionUUID->"19dfc5bd-5a2c-43e8-a71a-bfc4e8ac4bd4", +Cell[23835, 639, 198, 5, 70, "Input",ExpressionUUID->"19dfc5bd-5a2c-43e8-a71a-bfc4e8ac4bd4", CellID->637620569], -Cell[23978, 641, 229, 6, 70, "Input",ExpressionUUID->"9acc2c76-67b9-4d37-a022-aeb43e4e0fe2", +Cell[24036, 646, 229, 6, 70, "Input",ExpressionUUID->"9acc2c76-67b9-4d37-a022-aeb43e4e0fe2", CellID->1676360361], Cell[CellGroupData[{ -Cell[24232, 651, 159, 3, 70, "Input",ExpressionUUID->"9ebd7233-ff1e-4f21-be4d-0e1572f5fcca", +Cell[24290, 656, 159, 3, 70, "Input",ExpressionUUID->"9ebd7233-ff1e-4f21-be4d-0e1572f5fcca", CellID->1089717306], -Cell[24394, 656, 158, 3, 36, "Output",ExpressionUUID->"c57e783b-b0aa-4f18-9a3c-21ed9471da15", +Cell[24452, 661, 158, 3, 36, "Output",ExpressionUUID->"c57e783b-b0aa-4f18-9a3c-21ed9471da15", CellID->111437386] }, Open ]], -Cell[24567, 662, 343, 9, 70, "Input",ExpressionUUID->"cd52e3a8-9b13-469e-8997-96baf1e6c71f", +Cell[24625, 667, 343, 9, 70, "Input",ExpressionUUID->"cd52e3a8-9b13-469e-8997-96baf1e6c71f", CellID->1934042456], Cell[CellGroupData[{ -Cell[24935, 675, 131, 2, 70, "Input",ExpressionUUID->"3d6589c9-913b-4464-ae32-0117e672879b", +Cell[24993, 680, 131, 2, 70, "Input",ExpressionUUID->"3d6589c9-913b-4464-ae32-0117e672879b", CellID->1427780243], -Cell[25069, 679, 165, 3, 36, "Output",ExpressionUUID->"43a6e123-269f-4434-a588-d9873ba7000a", +Cell[25127, 684, 165, 3, 36, "Output",ExpressionUUID->"43a6e123-269f-4434-a588-d9873ba7000a", CellID->1696310504] }, Open ]], -Cell[25249, 685, 239, 6, 70, "Input",ExpressionUUID->"aa1549cd-6633-4f40-880b-c386e15064e0", +Cell[25307, 690, 239, 6, 70, "Input",ExpressionUUID->"aa1549cd-6633-4f40-880b-c386e15064e0", CellID->1884946823], -Cell[25491, 693, 190, 4, 70, "ExampleText",ExpressionUUID->"1d1ef008-ae38-4ae3-8ea7-4d100f19d7b1", +Cell[25549, 698, 190, 4, 70, "ExampleText",ExpressionUUID->"1d1ef008-ae38-4ae3-8ea7-4d100f19d7b1", CellID->683106011], Cell[CellGroupData[{ -Cell[25706, 701, 171, 3, 70, "Input",ExpressionUUID->"40eb0845-57b1-4bda-9c5b-17effbbd38ba", +Cell[25764, 706, 171, 3, 70, "Input",ExpressionUUID->"40eb0845-57b1-4bda-9c5b-17effbbd38ba", CellID->622541760], -Cell[25880, 706, 221, 5, 36, "Output",ExpressionUUID->"54adca59-b0f0-4af9-b035-624cd609df1c", +Cell[25938, 711, 221, 5, 36, "Output",ExpressionUUID->"54adca59-b0f0-4af9-b035-624cd609df1c", CellID->1925063455] }, Open ]], -Cell[26116, 714, 296, 5, 70, "ExampleText",ExpressionUUID->"4489f143-f757-44bd-82ea-a94e6536874c", +Cell[26174, 719, 296, 5, 70, "ExampleText",ExpressionUUID->"4489f143-f757-44bd-82ea-a94e6536874c", CellID->1092992124], Cell[CellGroupData[{ -Cell[26437, 723, 289, 7, 70, "Input",ExpressionUUID->"4734f2a6-7730-41a6-9e07-11a3376e7af5", +Cell[26495, 728, 289, 7, 70, "Input",ExpressionUUID->"4734f2a6-7730-41a6-9e07-11a3376e7af5", CellID->483015593], -Cell[26729, 732, 571, 16, 51, "Output",ExpressionUUID->"5d3174a1-1a64-40a4-8957-99d06af7729e", +Cell[26787, 737, 571, 16, 51, "Output",ExpressionUUID->"5d3174a1-1a64-40a4-8957-99d06af7729e", CellID->507972026] }, Open ]], -Cell[27315, 751, 213, 4, 70, "ExampleText",ExpressionUUID->"f3fffea3-bddb-45d9-99ee-4824cb955bae", +Cell[27373, 756, 213, 4, 70, "ExampleText",ExpressionUUID->"f3fffea3-bddb-45d9-99ee-4824cb955bae", CellID->1265771269], Cell[CellGroupData[{ -Cell[27553, 759, 226, 5, 70, "Input",ExpressionUUID->"4b18ac4a-b2f2-4cd4-9e85-8105d12134b2", +Cell[27611, 764, 226, 5, 70, "Input",ExpressionUUID->"4b18ac4a-b2f2-4cd4-9e85-8105d12134b2", CellID->926534970], -Cell[27782, 766, 4179, 149, 87, "Output",ExpressionUUID->"b0fbdedb-0be1-4d6b-8bef-d36134f328fc", +Cell[27840, 771, 4179, 149, 85, "Output",ExpressionUUID->"b0fbdedb-0be1-4d6b-8bef-d36134f328fc", CellID->1620582137] }, Open ]], -Cell[31976, 918, 184, 3, 70, "ExampleText",ExpressionUUID->"00041ea9-d172-4a00-a890-19d9c6cee4c7", +Cell[32034, 923, 184, 3, 70, "ExampleText",ExpressionUUID->"00041ea9-d172-4a00-a890-19d9c6cee4c7", CellID->985851456], Cell[CellGroupData[{ -Cell[32185, 925, 304, 8, 70, "Input",ExpressionUUID->"b7ad3e48-1f47-43fe-9944-fc5ea6546206", +Cell[32243, 930, 304, 8, 70, "Input",ExpressionUUID->"b7ad3e48-1f47-43fe-9944-fc5ea6546206", CellID->206635072], -Cell[32492, 935, 6093, 148, 221, "Output",ExpressionUUID->"338b53ab-50bb-4ea8-a35f-501a5405b890", +Cell[32550, 940, 6093, 148, 216, "Output",ExpressionUUID->"338b53ab-50bb-4ea8-a35f-501a5405b890", CellID->660782684] }, Open ]], Cell[CellGroupData[{ -Cell[38622, 1088, 130, 2, 70, "Input",ExpressionUUID->"d24b6fdc-650e-448f-bb98-46804b6181cc", +Cell[38680, 1093, 130, 2, 70, "Input",ExpressionUUID->"d24b6fdc-650e-448f-bb98-46804b6181cc", CellID->1812878235], -Cell[38755, 1092, 166, 3, 36, "Output",ExpressionUUID->"9a3bd47c-f91c-4fcb-b74e-b5d7c87a7a6e", +Cell[38813, 1097, 166, 3, 36, "Output",ExpressionUUID->"9a3bd47c-f91c-4fcb-b74e-b5d7c87a7a6e", CellID->1344690892] }, Open ]], -Cell[38936, 1098, 150, 1, 70, "ExampleText",ExpressionUUID->"24690839-c1ae-4736-b423-1ecd7e84ed0d", +Cell[38994, 1103, 150, 1, 70, "ExampleText",ExpressionUUID->"24690839-c1ae-4736-b423-1ecd7e84ed0d", CellID->730891456], Cell[CellGroupData[{ -Cell[39111, 1103, 311, 8, 70, "Input",ExpressionUUID->"d69aef37-3479-4a8a-8cf0-40b86e1b2b21", +Cell[39169, 1108, 311, 8, 70, "Input",ExpressionUUID->"d69aef37-3479-4a8a-8cf0-40b86e1b2b21", CellID->1531748837], -Cell[39425, 1113, 6094, 148, 221, "Output",ExpressionUUID->"a5b971f6-ebb5-4de3-8967-270eb389f435", +Cell[39483, 1118, 6094, 148, 216, "Output",ExpressionUUID->"a5b971f6-ebb5-4de3-8967-270eb389f435", CellID->2077651864] }, Open ]], Cell[CellGroupData[{ -Cell[45556, 1266, 131, 2, 70, "Input",ExpressionUUID->"b924453b-d616-4786-b4c6-30cef1fc7f9a", +Cell[45614, 1271, 131, 2, 70, "Input",ExpressionUUID->"b924453b-d616-4786-b4c6-30cef1fc7f9a", CellID->1713584798], -Cell[45690, 1270, 166, 3, 36, "Output",ExpressionUUID->"291ec2ae-9735-4707-95b1-8f6c9ec46813", +Cell[45748, 1275, 166, 3, 36, "Output",ExpressionUUID->"291ec2ae-9735-4707-95b1-8f6c9ec46813", CellID->1113487271] }, Open ]], -Cell[45871, 1276, 302, 5, 70, "ExampleText",ExpressionUUID->"1bd4f55b-163e-4359-afe3-60a9704aa46f", +Cell[45929, 1281, 302, 5, 70, "ExampleText",ExpressionUUID->"1bd4f55b-163e-4359-afe3-60a9704aa46f", CellID->1546683806], -Cell[46176, 1283, 220, 4, 70, "ExampleText",ExpressionUUID->"5955deec-2750-4227-bab7-de325762826d", +Cell[46234, 1288, 220, 4, 70, "ExampleText",ExpressionUUID->"5955deec-2750-4227-bab7-de325762826d", CellID->792800780], Cell[CellGroupData[{ -Cell[46421, 1291, 275, 6, 70, "Input",ExpressionUUID->"bb3cb500-fb0a-4e43-ac5a-36014d40e16c", +Cell[46479, 1296, 275, 6, 70, "Input",ExpressionUUID->"bb3cb500-fb0a-4e43-ac5a-36014d40e16c", CellID->1237669516], -Cell[46699, 1299, 5879, 146, 188, "Output",ExpressionUUID->"b9d19006-6972-4884-847c-41cf049285a2", +Cell[46757, 1304, 5879, 146, 183, "Output",ExpressionUUID->"b9d19006-6972-4884-847c-41cf049285a2", CellID->1751191960] }, Open ]], -Cell[52593, 1448, 144, 1, 70, "ExampleText",ExpressionUUID->"3576f55e-d1b1-4641-8c06-5f1094a708b2", +Cell[52651, 1453, 144, 1, 70, "ExampleText",ExpressionUUID->"3576f55e-d1b1-4641-8c06-5f1094a708b2", CellID->428595860], Cell[CellGroupData[{ -Cell[52762, 1453, 160, 3, 70, "Input",ExpressionUUID->"a7ec8554-835e-44a2-842d-02a6d3fea96c", +Cell[52820, 1458, 160, 3, 70, "Input",ExpressionUUID->"a7ec8554-835e-44a2-842d-02a6d3fea96c", CellID->1879303624], -Cell[52925, 1458, 292823, 4955, 70, "Output",ExpressionUUID->"50107d07-f7ea-41e2-89c3-07e26ab2f421", +Cell[52983, 1463, 292823, 4955, 70, "Output",ExpressionUUID->"50107d07-f7ea-41e2-89c3-07e26ab2f421", CellID->800238435] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[346048, 6427, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"8763c721-df8c-41c8-acd1-22db87e986c0"], +Cell[351554, 6577, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b78e923f-bc04-432c-ad1c-eced4d252c43"], +Cell[352227, 6597, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"09426ac3-7031-414e-8e62-40820b666425"], +Cell[353263, 6625, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"2a374ed3-45de-4cbb-bccc-d84773e8c3aa"], Cell[CellGroupData[{ -Cell[346012, 6424, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"9250f920-d360-4a78-ae86-18f5e0f03e0b"], -Cell[351518, 6574, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9ebe5066-aafe-45f5-8055-bc5bd1453a50"] -}, Open ]], -Cell[352203, 6595, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a457c1a4-b808-4737-b322-40b9f25e688a"], -Cell[353239, 6623, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"c0f24667-a46f-4327-8792-8e3639b64d68"], -Cell[CellGroupData[{ -Cell[355485, 6690, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3078658-d6c9-48fe-b5ed-99ae47c4558f", +Cell[355509, 6692, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3078658-d6c9-48fe-b5ed-99ae47c4558f", CellID->2135167160], -Cell[355626, 6693, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d841bacb-7248-4042-a8eb-0d53fb940d41", +Cell[355650, 6695, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d841bacb-7248-4042-a8eb-0d53fb940d41", CellID->1194386356], -Cell[355848, 6699, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d3abe957-8301-4650-b11d-a06d649d59f5", +Cell[355872, 6701, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d3abe957-8301-4650-b11d-a06d649d59f5", CellID->1641706272], -Cell[356063, 6704, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7e6ee62-2cb3-48e0-9b29-ecbaea1d1d24", +Cell[356087, 6706, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7e6ee62-2cb3-48e0-9b29-ecbaea1d1d24", CellID->399251956], -Cell[356292, 6710, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"54d88046-675c-4120-ab6e-e4d124cf48ec", +Cell[356316, 6712, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"54d88046-675c-4120-ab6e-e4d124cf48ec", CellID->821434655] }, Open ]], -Cell[356529, 6716, 78, 0, 70, "FooterCell",ExpressionUUID->"94666d8e-b5ca-40b0-a9aa-e4ae6b125845"] +Cell[356553, 6718, 78, 0, 70, "FooterCell",ExpressionUUID->"d79c064c-0766-4109-9e63-8241e069c810"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ParaSuperAdditiveQ.nb b/Documentation/English/ReferencePages/Symbols/ParaSuperAdditiveQ.nb index 714ae00..0d478b6 100644 --- a/Documentation/English/ReferencePages/Symbols/ParaSuperAdditiveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ParaSuperAdditiveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 338152, 6136] -NotebookOptionsPosition[ 327995, 5934] -NotebookOutlinePosition[ 330090, 5988] -CellTagsIndexPosition[ 330003, 5983] +NotebookDataLength[ 338181, 6138] +NotebookOptionsPosition[ 328033, 5937] +NotebookOutlinePosition[ 330152, 5992] +CellTagsIndexPosition[ 330065, 5987] WindowTitle->ParaSuperAdditiveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0113481b-0ec0-41d1-943b-4100e11d7e82"], + "9b1374e7-7a8f-4e1d-90a3-6e58f5eebf66"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "df9f28a3-2628-41d4-b9e9-ff56fa34dc09"], + "4d186e45-8030-4ea2-993b-52a595c13089"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "093cf135-1ad3-4d83-8745-ad4f52cee5e4"] - }],ExpressionUUID->"56e289be-a9e6-4c66-84b6-67db5c9f52ae"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "c75d76c7-f9d1-412c-9d70-7a12e644530e"] + }],ExpressionUUID->"7ba7367d-ccc7-4494-949b-9e167b304625"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1638216f-a8d2-4e82-a13b-f66d8a16768e"], + "3ca6a15d-6d36-4949-8da8-5bff76a9f9e7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a2c30223-b338-4adb-b453-283b17b60aa9"] - }],ExpressionUUID->"afd1dbb0-b0d5-4579-a4ee-4f73fe0c4d5d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "203a6862-b993-409d-8e48-271e70040f72"] + }],ExpressionUUID->"bdc55dca-bd98-4fb4-a429-8680dc1a92de"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d9bb8f80-1a74-44fe-8d58-9a99b46f1e08"], + "4df11a2f-9a43-40f2-8285-72fef615e012"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d1a5b945-bd5d-493c-96a4-0516c60fd217"] - }],ExpressionUUID->"94738d1d-3c85-4817-9c9b-f808a3362778"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "082b808b-74e6-4083-bfbc-136fa40837b3"] + }],ExpressionUUID->"48d82684-a598-4ea4-9ce7-4dd8cd1b02bd"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "91d4c03c-521b-4e0d-8afb-e85027ab6d2f"], + "7dfb0bc2-83e9-4838-9af4-add1c066fb87"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ae5e7f38-2941-47a6-b4fe-027483734324"] - }],ExpressionUUID->"07f8f3b3-6a55-4ec5-b091-be79fae8a695"], - StripOnInput->False], {"\<\"TUG/ref/ParaSuperAdditiveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ParaSuperAdditiveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "09b6886f-6fa9-4c69-8fa5-7bd98796237c"] + }],ExpressionUUID->"eb87bd10-c997-4db9-9988-45728fad314c"], + StripOnInput->False],{ + "\"TUG/ref/ParaSuperAdditiveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ParaSuperAdditiveQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ParaSuperAdditiveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$147915], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ParaSuperAdditiveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$158843], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ParaSuperAdditiveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e566de1e-fe53-4de7-8794-8485fc0bcad4"] + "354bb7b0-23f6-4741-882b-03f62fcb2b71"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2f3809c0-e192-4def-94b9-c37d04284c19"]} + "b87f953f-222e-4d91-b7e0-7f184faf4c8b"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"db7287c9-2d4f-43c2-ae69-6183b8078481"], + CellID->1,ExpressionUUID->"09d03ac5-ae5c-43f5-a2e5-be7fde62fdae"], -Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"ae8b5e9b-727e-4222-8932-7176ff2c1505"], +Cell["TUG`ParaTuGames`", "ContextNameCell",ExpressionUUID->"5ad64eef-4f18-410c-b112-ab36e3c2df08"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ParaSuperAdditiveQ", "ObjectName",ExpressionUUID-> - "d321ef22-11f8-4fa3-bbfe-13092ae678ad"], + "bc693cf7-8abc-4583-9e36-aa16c5b6a2ac"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8d8c51a7-97cd-4443-a943-685f1f9badd9"], + "Spacer1"]],ExpressionUUID->"ff3c97f9-2971-446a-9b47-ae7baab05080"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "56381312-21ac-47b9-9424-3d24ddace79b"] - }],ExpressionUUID->"5b9b1d03-56e9-48ef-83ac-6abdd77d1a67"], Cell[BoxData[ + "9336b7f5-9968-43e2-be84-be40aace0a24"] + }],ExpressionUUID->"3cd8a2a8-11f4-419e-82b1-311ff584a48b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "98ad6d54-0bc7-4a71-8ee7-c2193c6dc495"]} + "06470f81-3086-4cdc-b350-a0a19a3da7bc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9508a7c0-a880-462f-af61-0f9fef328445"], + CacheGraphics->False,ExpressionUUID->"e63db1fd-0c05-4e59-a4b2-65c89a72a1d6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "0792bb01-2dc0-4238-9e99-d0daddefae9f"], " \[LineSeparator]checks if a game is super-additive." - }],ExpressionUUID->"0c675da1-8d1d-4089-9070-317e8c66c801"]} + }],ExpressionUUID->"a27fec68-9313-470d-ad8c-08602dd690b5"]} }]], "Usage", CellID->131373758,ExpressionUUID->"8b478f86-729f-4875-93c5-d67de63b7110"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"66f04066-7189-46ac-81db-0b7ad4ed9060"], + ExpressionUUID->"1dbd8e2d-07dc-4a04-924d-55b3d638dece"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b400ed28-2f37-47aa-b667-4f6874884962"], + "Spacer1"]],ExpressionUUID->"4d6620cc-279f-4460-b070-ee53b9e9c4d9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"efa965d9-3205-4bae-8380-6cb5c5d10726"], + }], "NotesFrameText",ExpressionUUID->"47404591-4bc0-4954-b7a3-eb19d73c5894"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"79eb766c-6802-4802-a56a-10b03b78a922"]], \ + "Preemptive"]],ExpressionUUID->"d2d663ef-bc17-4389-bcd7-8f2e5adb9ad9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1891376556,ExpressionUUID->"76459301-159f-4f18-aa09-b61bb03f4da2"], + CellID->810788064,ExpressionUUID->"f52252ae-3219-417a-a5e5-703f597fc5ff"], Cell[TextData[{ "The input expression ", @@ -373,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bc7519f3-20e4-49bc-86f9-574018241875"], + ExpressionUUID->"85a722f9-d625-407c-886a-861702d8ac9d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"faad05f3-d0f3-4857-b988-0b27b35a2bdb"], + "Spacer1"]],ExpressionUUID->"e70749e5-2236-4eac-8932-03ca54ddca3e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d339ac99-6c18-465a-b228-ebe6fcab527c"] + "8cba044c-acd1-46f2-8f37-611385a2ab30"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->628110416,ExpressionUUID->"dfc40cdd-976a-406d-bdfb-b3ea32e9f18c"], + CellID->1022251497,ExpressionUUID->"0fefd941-0e96-4f60-9748-b5e8b5056601"], Cell[CellGroupData[{ @@ -414,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7902b423-d787-4a2e-a2ef-be3d0dd1c56d"], + ExpressionUUID->"769ec1ca-50bf-47e3-9875-52134f4578b6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6ae9afd9-023c-430a-b8ee-c97f9b588ae7"], + "Spacer1"]],ExpressionUUID->"702ba6db-f00e-4023-a047-159aab0fe508"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f6a90442-2eb3-4fde-be0c-dae4e88ad7ec"] + "dc8df18e-0faf-45e5-bb26-3b13f8778032"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1658455260,ExpressionUUID->"7d5a97c0-6c3d-45db-9603-3f0fe2bd5888"], + CellID->1342335826,ExpressionUUID->"c14ccbdb-5e67-424c-9062-4081de845a92"], Cell["By an initial step, we launch a set of subkernels. ", "ExampleText", CellID->1685939383,ExpressionUUID->"dd2413fd-139a-4196-92c0-b4afebbcb79a"], @@ -5653,8 +5659,6 @@ wolfram -noinit -subkernel -pacletreadonly -wstp", 442, 19], EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -5802,15 +5806,15 @@ Cell[BoxData[GridBox[{ "c4587f76-3dcb-4f85-90ef-2477a644af26"] }], "SeeAlso",ExpressionUUID->"6af057bb-539e-47e0-a849-7649adc917f2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"90039668-3e63-4ee7-9490-\ -7ea5259709cf"], + }]], "SeeAlsoSection",ExpressionUUID->"135bbaf4-85be-4426-a36c-\ +948864c66553"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -5822,9 +5826,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"653cec93-bde0-4e63-874e-c431de5fb221"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bed47626-9d35-4173-9b69-\ -879ffd22aad0"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"745fc4ad-53ec-4b24-b52a-\ +d5643749a9a7"], Cell[BoxData[GridBox[{ { @@ -5841,7 +5844,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd748dbb-676d-412f-ae8e-5c915df696e4"]}]}, + "ce871489-f59d-48df-8616-06e7078edcf1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -5849,10 +5852,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b386ac40-ed13-4893-8bbb-98696a838d78"]}]} + "d71a20d5-c5ea-485b-8612-3a5aa0bde62f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"67a276bf-8890-4483-aed8-\ -e52964a622b0"], + }]], "MoreAboutSection",ExpressionUUID->"cad49687-6749-42ea-a80f-\ +cddfdc656d26"], Cell[BoxData[GridBox[{ { @@ -5879,7 +5882,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9a791e0c-4ab4-4537-9ddb-b2cb6b6e340a"]], "RelatedLinks", + "752e35a9-5a88-4361-9d4c-d45e916a3481"]], "RelatedLinks", ExpressionUUID->"09222f28-a706-4831-a354-4660fb755835"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -5896,11 +5899,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "696cb5fa-31b3-4f6a-852d-84cd10c728b8"]], "RelatedLinks", + "769c9a1b-96e6-43de-b884-f0bd2d8255a1"]], "RelatedLinks", ExpressionUUID->"f3ca3274-20a9-4acc-b47c-b38aae0169ce"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"44e2c2c9-514e-45dc-b79a-\ -b7b829f81246"], + }]], "RelatedLinksSection",ExpressionUUID->"5f4af77d-e2e3-44bb-b8ff-\ +04738e0caf7c"], Cell[CellGroupData[{ @@ -5930,11 +5933,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"632f5133-27d6-46e7-a9b3-aac845702c15"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f30fadc0-1919-47ae-b241-1bb82afb8afa"] +Cell[" ", "FooterCell",ExpressionUUID->"376176c4-5010-4684-bbc5-6c3f4ef9a8cc"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaSuperAdditiveQ", TaggingRules->{ @@ -5945,7 +5948,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 20.268264}", + "built" -> "{2024, 6, 3, 16, 54, 46.087995}", "history" -> {"??", "", "", ""}, "context" -> "TUG`ParaTuGames`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -5953,10 +5956,11 @@ TaggingRules->{ "summary" -> "ParaSuperAdditiveQ[game] checks if a game is super-additive.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ParaSuperAdditiveQ", - "titlemodifier" -> "", "windowtitle" -> "ParaSuperAdditiveQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ParaSuperAdditiveQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ParaSuperAdditiveQ", "type" -> "Symbol", "uri" -> + "TUG/ref/ParaSuperAdditiveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -5965,9 +5969,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f69e3651-216b-4af0-ba7d-83e261bd7cd7" +ExpressionUUID->"756410fd-02ce-4a1d-9901-4925e80d7267" ] (* End of Notebook Content *) @@ -5975,169 +5979,167 @@ ExpressionUUID->"f69e3651-216b-4af0-ba7d-83e261bd7cd7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13487, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dfc40cdd-976a-406d-bdfb-b3ea32e9f18c", + Cell[13558, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fefd941-0e96-4f60-9748-b5e8b5056601", CellTags->"PrimaryExamplesSection", - CellID->628110416]} + CellID->1022251497]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 329803, 5976} + {"PrimaryExamplesSection", 329864, 5980} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7101, 168, 56, "AnchorBarGrid",ExpressionUUID->"db7287c9-2d4f-43c2-ae69-6183b8078481", +Cell[590, 21, 7173, 174, 57, "AnchorBarGrid",ExpressionUUID->"09d03ac5-ae5c-43f5-a2e5-be7fde62fdae", CellID->1], -Cell[7694, 191, 98, 0, 24, "ContextNameCell",ExpressionUUID->"ae8b5e9b-727e-4222-8932-7176ff2c1505"], +Cell[7766, 197, 98, 0, 23, "ContextNameCell",ExpressionUUID->"5ad64eef-4f18-410c-b112-ab36e3c2df08"], Cell[CellGroupData[{ -Cell[7817, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"9508a7c0-a880-462f-af61-0f9fef328445"], -Cell[9112, 232, 454, 9, 111, "Usage",ExpressionUUID->"8b478f86-729f-4875-93c5-d67de63b7110", +Cell[7889, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"e63db1fd-0c05-4e59-a4b2-65c89a72a1d6"], +Cell[9184, 238, 454, 9, 111, "Usage",ExpressionUUID->"8b478f86-729f-4875-93c5-d67de63b7110", CellID->131373758] }, Open ]], Cell[CellGroupData[{ -Cell[9603, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"76459301-159f-4f18-aa09-b61bb03f4da2", +Cell[9675, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"f52252ae-3219-417a-a5e5-703f597fc5ff", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1891376556], -Cell[11501, 295, 663, 17, 49, "Notes",ExpressionUUID->"ec2fa498-20fe-4401-b786-5c7f3d59a886", + CellID->810788064], +Cell[11572, 301, 663, 17, 48, "Notes",ExpressionUUID->"ec2fa498-20fe-4401-b786-5c7f3d59a886", CellID->26053], -Cell[12167, 314, 515, 13, 37, "Notes",ExpressionUUID->"a46d81e7-11e6-4094-86ac-53fb700de8ef", +Cell[12238, 320, 515, 13, 38, "Notes",ExpressionUUID->"a46d81e7-11e6-4094-86ac-53fb700de8ef", CellID->942923969], -Cell[12685, 329, 328, 6, 57, "Notes",ExpressionUUID->"7eb53ed2-2204-4ddb-90ac-e775344c3ef5", +Cell[12756, 335, 328, 6, 57, "Notes",ExpressionUUID->"7eb53ed2-2204-4ddb-90ac-e775344c3ef5", CellID->734308667], -Cell[13016, 337, 151, 1, 36, "Notes",ExpressionUUID->"f14ff375-1c80-4919-8f50-10649143ac70", +Cell[13087, 343, 151, 1, 36, "Notes",ExpressionUUID->"f14ff375-1c80-4919-8f50-10649143ac70", CellID->851669809], -Cell[13170, 340, 190, 4, 36, "Notes",ExpressionUUID->"6f3023ea-9058-4bbb-8d7b-72deac63ae36", +Cell[13241, 346, 190, 4, 36, "Notes",ExpressionUUID->"6f3023ea-9058-4bbb-8d7b-72deac63ae36", CellID->1648157000] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13487, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dfc40cdd-976a-406d-bdfb-b3ea32e9f18c", +Cell[13558, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0fefd941-0e96-4f60-9748-b5e8b5056601", CellTags->"PrimaryExamplesSection", - CellID->628110416], + CellID->1022251497], Cell[CellGroupData[{ -Cell[14932, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7d5a97c0-6c3d-45db-9603-3f0fe2bd5888", - CellID->1658455260], -Cell[16334, 429, 150, 1, 38, "ExampleText",ExpressionUUID->"dd2413fd-139a-4196-92c0-b4afebbcb79a", +Cell[15004, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c14ccbdb-5e67-424c-9062-4081de845a92", + CellID->1342335826], +Cell[16406, 435, 150, 1, 39, "ExampleText",ExpressionUUID->"dd2413fd-139a-4196-92c0-b4afebbcb79a", CellID->1685939383], -Cell[16487, 432, 183, 4, 27, "Input",ExpressionUUID->"c76dd8e9-62a7-4909-b942-9d2664ae31f9", +Cell[16559, 438, 183, 4, 27, "Input",ExpressionUUID->"c76dd8e9-62a7-4909-b942-9d2664ae31f9", CellID->271353397], Cell[CellGroupData[{ -Cell[16695, 440, 137, 2, 27, "Input",ExpressionUUID->"1a81069d-94c5-4699-8c2e-21634f4d21fb", +Cell[16767, 446, 137, 2, 27, "Input",ExpressionUUID->"1a81069d-94c5-4699-8c2e-21634f4d21fb", CellID->1219822231], -Cell[16835, 444, 158, 3, 36, "Output",ExpressionUUID->"5c8de335-402d-4f34-bbec-082340086496", +Cell[16907, 450, 158, 3, 36, "Output",ExpressionUUID->"5c8de335-402d-4f34-bbec-082340086496", CellID->2092226785] }, Open ]], -Cell[17008, 450, 118, 1, 38, "ExampleText",ExpressionUUID->"91723e36-4b33-4fed-8110-cef62009761f", +Cell[17080, 456, 118, 1, 39, "ExampleText",ExpressionUUID->"91723e36-4b33-4fed-8110-cef62009761f", CellID->959059237], Cell[CellGroupData[{ -Cell[17151, 455, 198, 4, 27, "Input",ExpressionUUID->"a1d47a34-b315-4802-8aa6-594fcb4f554f", +Cell[17223, 461, 198, 4, 27, "Input",ExpressionUUID->"a1d47a34-b315-4802-8aa6-594fcb4f554f", CellID->1123023206], Cell[CellGroupData[{ -Cell[17374, 463, 236, 4, 23, "Print",ExpressionUUID->"d24fd529-1d4e-46bb-9470-959317858b47", +Cell[17446, 469, 236, 4, 23, "Print",ExpressionUUID->"d24fd529-1d4e-46bb-9470-959317858b47", CellID->684683406], -Cell[17613, 469, 365, 8, 23, "Print",ExpressionUUID->"610d9728-4b05-414c-b135-cc11ff9fc6af", +Cell[17685, 475, 365, 8, 23, "Print",ExpressionUUID->"610d9728-4b05-414c-b135-cc11ff9fc6af", CellID->861817280], -Cell[17981, 479, 237, 4, 23, "Print",ExpressionUUID->"038d007a-316b-4223-b36c-ca806b12c03b", +Cell[18053, 485, 237, 4, 23, "Print",ExpressionUUID->"038d007a-316b-4223-b36c-ca806b12c03b", CellID->1745426313], -Cell[18221, 485, 219, 3, 23, "Print",ExpressionUUID->"d46c04d9-2e33-4c0b-87af-fb178cb7e024", +Cell[18293, 491, 219, 3, 23, "Print",ExpressionUUID->"d46c04d9-2e33-4c0b-87af-fb178cb7e024", CellID->86409876], -Cell[18443, 490, 208, 3, 70, "Print",ExpressionUUID->"3b93e6cf-284d-452e-9d37-56c669c3ef6e", +Cell[18515, 496, 208, 3, 70, "Print",ExpressionUUID->"3b93e6cf-284d-452e-9d37-56c669c3ef6e", CellID->1786781708], -Cell[18654, 495, 237, 4, 70, "Print",ExpressionUUID->"8da0c27f-4dda-4cf5-8854-7f223c9851a8", +Cell[18726, 501, 237, 4, 70, "Print",ExpressionUUID->"8da0c27f-4dda-4cf5-8854-7f223c9851a8", CellID->521160671], -Cell[18894, 501, 220, 3, 70, "Print",ExpressionUUID->"de625aad-300e-40df-9ac8-c2cce166395b", +Cell[18966, 507, 220, 3, 70, "Print",ExpressionUUID->"de625aad-300e-40df-9ac8-c2cce166395b", CellID->428295417], -Cell[19117, 506, 236, 4, 70, "Print",ExpressionUUID->"6607b075-89f6-4afb-b86d-b201204c0874", +Cell[19189, 512, 236, 4, 70, "Print",ExpressionUUID->"6607b075-89f6-4afb-b86d-b201204c0874", CellID->861756397], -Cell[19356, 512, 237, 4, 70, "Print",ExpressionUUID->"86ad695e-b459-4702-aa95-ebba0eaa9b64", +Cell[19428, 518, 237, 4, 70, "Print",ExpressionUUID->"86ad695e-b459-4702-aa95-ebba0eaa9b64", CellID->2105975810], -Cell[19596, 518, 208, 3, 70, "Print",ExpressionUUID->"4fb9d6ab-99b5-46c5-b581-12f57ccfe73d", +Cell[19668, 524, 208, 3, 70, "Print",ExpressionUUID->"4fb9d6ab-99b5-46c5-b581-12f57ccfe73d", CellID->1955600633], -Cell[19807, 523, 237, 4, 70, "Print",ExpressionUUID->"a5aebdc4-a7ba-4f95-8ec3-f513369be348", +Cell[19879, 529, 237, 4, 70, "Print",ExpressionUUID->"a5aebdc4-a7ba-4f95-8ec3-f513369be348", CellID->1784894703] }, Open ]] }, Open ]], -Cell[20071, 531, 134, 1, 70, "ExampleText",ExpressionUUID->"0f99fd24-9699-40c1-9cf0-f45aebcebe56", +Cell[20143, 537, 134, 1, 70, "ExampleText",ExpressionUUID->"0f99fd24-9699-40c1-9cf0-f45aebcebe56", CellID->1939921594], -Cell[20208, 534, 182, 4, 70, "Input",ExpressionUUID->"5a082fb3-b611-448a-8809-766c94f8cccd", +Cell[20280, 540, 182, 4, 70, "Input",ExpressionUUID->"5a082fb3-b611-448a-8809-766c94f8cccd", CellID->459732589], -Cell[20393, 540, 292, 9, 70, "Input",ExpressionUUID->"3c6292ba-1f26-457c-92e7-3f57af6f73e7", +Cell[20465, 546, 292, 9, 70, "Input",ExpressionUUID->"3c6292ba-1f26-457c-92e7-3f57af6f73e7", CellID->1603579836], -Cell[20688, 551, 198, 5, 70, "Input",ExpressionUUID->"35018785-4665-4ec9-92e5-3885ed8f57fb", +Cell[20760, 557, 198, 5, 70, "Input",ExpressionUUID->"35018785-4665-4ec9-92e5-3885ed8f57fb", CellID->963994433], -Cell[20889, 558, 228, 6, 70, "Input",ExpressionUUID->"6da4c7e7-6c44-47b9-8a3a-0aad5f62c69d", +Cell[20961, 564, 228, 6, 70, "Input",ExpressionUUID->"6da4c7e7-6c44-47b9-8a3a-0aad5f62c69d", CellID->324704856], Cell[CellGroupData[{ -Cell[21142, 568, 159, 3, 70, "Input",ExpressionUUID->"8e8aad92-90ed-4c1c-9918-6529099d0eb3", +Cell[21214, 574, 159, 3, 70, "Input",ExpressionUUID->"8e8aad92-90ed-4c1c-9918-6529099d0eb3", CellID->1056917974], -Cell[21304, 573, 158, 3, 36, "Output",ExpressionUUID->"4a298bb9-4c66-4f13-a932-1637a28dd55e", +Cell[21376, 579, 158, 3, 36, "Output",ExpressionUUID->"4a298bb9-4c66-4f13-a932-1637a28dd55e", CellID->614573003] }, Open ]], -Cell[21477, 579, 342, 9, 70, "Input",ExpressionUUID->"d0684b6b-9b1c-44a9-8769-15e184e0c74f", +Cell[21549, 585, 342, 9, 70, "Input",ExpressionUUID->"d0684b6b-9b1c-44a9-8769-15e184e0c74f", CellID->394805322], Cell[CellGroupData[{ -Cell[21844, 592, 130, 2, 70, "Input",ExpressionUUID->"d03151d1-17ac-463b-bcc7-363115f6dc0e", +Cell[21916, 598, 130, 2, 70, "Input",ExpressionUUID->"d03151d1-17ac-463b-bcc7-363115f6dc0e", CellID->603841145], -Cell[21977, 596, 166, 3, 36, "Output",ExpressionUUID->"98a33cfe-373b-4569-9b41-8ec1ffecb5c5", +Cell[22049, 602, 166, 3, 36, "Output",ExpressionUUID->"98a33cfe-373b-4569-9b41-8ec1ffecb5c5", CellID->1387577568] }, Open ]], -Cell[22158, 602, 239, 6, 70, "Input",ExpressionUUID->"a69e1295-17ef-422d-bb32-ec94961f9952", +Cell[22230, 608, 239, 6, 70, "Input",ExpressionUUID->"a69e1295-17ef-422d-bb32-ec94961f9952", CellID->1156545920], -Cell[22400, 610, 190, 4, 70, "ExampleText",ExpressionUUID->"0bae64fd-1cb1-42cb-ac4d-0699e6a9d791", +Cell[22472, 616, 190, 4, 70, "ExampleText",ExpressionUUID->"0bae64fd-1cb1-42cb-ac4d-0699e6a9d791", CellID->399328004], Cell[CellGroupData[{ -Cell[22615, 618, 177, 3, 70, "Input",ExpressionUUID->"6ef947b0-2291-4f7c-a79e-a56bf299afe6", +Cell[22687, 624, 177, 3, 70, "Input",ExpressionUUID->"6ef947b0-2291-4f7c-a79e-a56bf299afe6", CellID->2141745068], -Cell[22795, 623, 174, 4, 36, "Output",ExpressionUUID->"e1f8594c-a73a-4d73-965a-f1f781838906", +Cell[22867, 629, 174, 4, 36, "Output",ExpressionUUID->"e1f8594c-a73a-4d73-965a-f1f781838906", CellID->879905630] }, Open ]], -Cell[22984, 630, 136, 1, 70, "ExampleText",ExpressionUUID->"4c1b31c2-811e-4da9-b691-bc6723984455", +Cell[23056, 636, 136, 1, 70, "ExampleText",ExpressionUUID->"4c1b31c2-811e-4da9-b691-bc6723984455", CellID->976804174], Cell[CellGroupData[{ -Cell[23145, 635, 292, 7, 70, "Input",ExpressionUUID->"6f054879-43a7-4942-8be1-2b0dd80360b2", +Cell[23217, 641, 292, 7, 70, "Input",ExpressionUUID->"6f054879-43a7-4942-8be1-2b0dd80360b2", CellID->1316385917], -Cell[23440, 644, 213, 5, 36, "Output",ExpressionUUID->"f48808cb-13c5-46f3-90d2-09827e11eef2", +Cell[23512, 650, 213, 5, 36, "Output",ExpressionUUID->"f48808cb-13c5-46f3-90d2-09827e11eef2", CellID->721541739] }, Open ]], -Cell[23668, 652, 150, 1, 70, "ExampleText",ExpressionUUID->"f619d2ff-78b5-4b21-a462-bd9398970013", +Cell[23740, 658, 150, 1, 70, "ExampleText",ExpressionUUID->"f619d2ff-78b5-4b21-a462-bd9398970013", CellID->149750665], Cell[CellGroupData[{ -Cell[23843, 657, 296, 7, 70, "Input",ExpressionUUID->"2e288c90-9e20-43db-854a-be6d43abb5dd", +Cell[23915, 663, 296, 7, 70, "Input",ExpressionUUID->"2e288c90-9e20-43db-854a-be6d43abb5dd", CellID->1333728680], -Cell[24142, 666, 215, 5, 36, "Output",ExpressionUUID->"9c630166-c30c-409f-afce-3f1fbc8b52af", +Cell[24214, 672, 215, 5, 36, "Output",ExpressionUUID->"9c630166-c30c-409f-afce-3f1fbc8b52af", CellID->1945115679] }, Open ]], -Cell[24372, 674, 302, 5, 70, "ExampleText",ExpressionUUID->"88b06857-6008-42e9-bb80-0aeea7b26ccc", +Cell[24444, 680, 302, 5, 70, "ExampleText",ExpressionUUID->"88b06857-6008-42e9-bb80-0aeea7b26ccc", CellID->1268237783], -Cell[24677, 681, 145, 1, 70, "ExampleText",ExpressionUUID->"2fcd1e1e-f3a0-4c62-a51f-0772b13884c4", +Cell[24749, 687, 145, 1, 70, "ExampleText",ExpressionUUID->"2fcd1e1e-f3a0-4c62-a51f-0772b13884c4", CellID->1171422883], Cell[CellGroupData[{ -Cell[24847, 686, 159, 3, 70, "Input",ExpressionUUID->"88151d6a-a12c-4abf-a98e-e220b593473d", +Cell[24919, 692, 159, 3, 70, "Input",ExpressionUUID->"88151d6a-a12c-4abf-a98e-e220b593473d", CellID->240698334], -Cell[25009, 691, 292823, 4955, 70, "Output",ExpressionUUID->"e4708163-a799-4455-8dfd-a913d9537455", +Cell[25081, 697, 292823, 4955, 70, "Output",ExpressionUUID->"e4708163-a799-4455-8dfd-a913d9537455", CellID->694065113] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[318146, 5661, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"135bbaf4-85be-4426-a36c-948864c66553"], +Cell[323598, 5811, 670, 18, 70, "TechNotesSection",ExpressionUUID->"745fc4ad-53ec-4b24-b52a-d5643749a9a7"], +Cell[324271, 5831, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cad49687-6749-42ea-a80f-cddfdc656d26"], +Cell[325307, 5859, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"5f4af77d-e2e3-44bb-b8ff-04738e0caf7c"], Cell[CellGroupData[{ -Cell[318096, 5657, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"90039668-3e63-4ee7-9490-7ea5259709cf"], -Cell[323548, 5807, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bed47626-9d35-4173-9b69-879ffd22aad0"] -}, Open ]], -Cell[324233, 5828, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"67a276bf-8890-4483-aed8-e52964a622b0"], -Cell[325269, 5856, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"44e2c2c9-514e-45dc-b79a-b7b829f81246"], -Cell[CellGroupData[{ -Cell[326870, 5906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3886add2-1958-4157-91ab-e24c3ce6e482", +Cell[326908, 5909, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3886add2-1958-4157-91ab-e24c3ce6e482", CellID->174251628], -Cell[327010, 5909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6c0b97f5-2fc6-4381-bf48-dddc1d2c61d6", +Cell[327048, 5912, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6c0b97f5-2fc6-4381-bf48-dddc1d2c61d6", CellID->1194386356], -Cell[327232, 5915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d529c886-c954-41fc-969b-19d0e18c421c", +Cell[327270, 5918, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d529c886-c954-41fc-969b-19d0e18c421c", CellID->1641706272], -Cell[327447, 5920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5c525bc2-9e17-48f8-9251-3b921c7137e9", +Cell[327485, 5923, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5c525bc2-9e17-48f8-9251-3b921c7137e9", CellID->399251956], -Cell[327676, 5926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"632f5133-27d6-46e7-a9b3-aac845702c15", +Cell[327714, 5929, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"632f5133-27d6-46e7-a9b3-aac845702c15", CellID->821434655] }, Open ]], -Cell[327913, 5932, 78, 0, 70, "FooterCell",ExpressionUUID->"f30fadc0-1919-47ae-b241-1bb82afb8afa"] +Cell[327951, 5935, 78, 0, 70, "FooterCell",ExpressionUUID->"376176c4-5010-4684-bbc5-6c3f4ef9a8cc"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PayoffCoord.nb b/Documentation/English/ReferencePages/Symbols/PayoffCoord.nb index e43adb8..28cc703 100644 --- a/Documentation/English/ReferencePages/Symbols/PayoffCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/PayoffCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 53271, 1330] -NotebookOptionsPosition[ 45288, 1172] -NotebookOutlinePosition[ 47430, 1226] -CellTagsIndexPosition[ 47344, 1221] +NotebookDataLength[ 53279, 1330] +NotebookOptionsPosition[ 45310, 1174] +NotebookOutlinePosition[ 47470, 1228] +CellTagsIndexPosition[ 47384, 1223] WindowTitle->PayoffCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5554a439-fe7e-4d95-bcf6-79aff474ad4c"], + "174afdab-2494-4df0-9c44-fa461222a7aa"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "04f79d5b-975e-4c63-a628-9c98f8f5930a"], + "5783d60c-a13f-4541-abcd-897b35385f31"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "52763be7-525a-4f20-844f-259af9c186c3"] - }],ExpressionUUID->"f96ab926-b8b0-4d29-b179-1f86767fea44"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "cda60d94-09d3-471c-abbd-bbc2ef2ca92d"] + }],ExpressionUUID->"e50eab03-c70d-46b8-8030-53020017b51d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5b96864b-6fab-46da-9ff8-e88f7f8d09cd"], + "39b05df4-72a5-4ace-86cb-bde0f7068f2b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0a124eb7-88ae-4f10-9d93-9b39e2e1caf6"] - }],ExpressionUUID->"4195357c-2f4e-49b1-9786-16dff3368c1e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b685fce5-259d-4ef2-bb62-7f7f78005232"] + }],ExpressionUUID->"074cabf2-f0f4-479e-95a4-40158ee3872d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a5808040-0bdb-4ac4-9a2e-d1374db21994"], + "d6293cff-5b21-41fd-bbda-1c60470eb113"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "08620494-2fe3-470c-acaa-2893c6af748f"] - }],ExpressionUUID->"503d6bff-47a0-489f-96a5-df24b05b74f9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c1194954-eb8d-4ddc-88ca-d5c6a0c3277a"] + }],ExpressionUUID->"a403a52b-256c-4a9c-9315-217a699326ed"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "54ce14d6-b540-4348-93de-af04019f73a8"], + "64e8e562-7db9-4464-bd25-6416731c2d43"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "034ef9f0-a1f8-46b5-862d-75d8eaaf0a62"] - }],ExpressionUUID->"6684b47a-523f-4109-be0f-2f50406c8df7"], - StripOnInput->False], {"\<\"TUG/ref/PayoffCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PayoffCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PayoffCoord.\ + "7e33391d-c526-47d9-9b41-fc630a6daea7"] + }],ExpressionUUID->"1c004e8d-5d7b-4322-a83d-f68a9ea00a85"], + StripOnInput->False],{ + "\"TUG/ref/PayoffCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PayoffCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PayoffCoord.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$148487], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PayoffCoord" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$159449], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PayoffCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "52f5db07-096f-4001-83d2-08beaf75bc00"] + "943dc635-0806-4181-95bf-f5239a4b25f3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e4cf93e1-e567-4d91-a9a8-2424b6e4181b"]} + "170d6f77-f56f-4001-b8fe-28179c9dcb53"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"37cccb77-6935-4d35-b7d7-bc7245dda713"], + CellID->1,ExpressionUUID->"9eb62f88-9129-4a97-b2e7-92560153f633"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"255b8cbe-f3bd-4cb5-977c-d04c22e9aa9b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"7a5bde3e-857a-432b-a423-7ce71f19a865"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PayoffCoord", "ObjectName",ExpressionUUID-> - "9e69ddf9-aeec-4bd0-88fb-f2cf7367a441"], + "1e13a1f0-eae4-4619-bebf-e15df7b1d32f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ea71c833-5592-4284-80a1-38f761a178b1"], + "Spacer1"]],ExpressionUUID->"7e3ed5d1-c626-4752-9065-e2df738006e9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b3fe3f3b-47ac-4937-9e9b-0474ec5c315d"] - }],ExpressionUUID->"3f0abaa8-eead-4255-b98f-880bafccb0d6"], Cell[BoxData[ + "7292ea59-7480-4d83-b5c9-f68e7d29a2c4"] + }],ExpressionUUID->"eaee20df-6811-43b2-89f4-b448421caa27"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8ca814b4-a52d-433d-a1a0-e83d01283738"]} + "01a31ada-a33b-4d02-8d56-dc5fc0f2622d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"eb84457e-4f49-445e-8dcf-53a4af645371"], + CacheGraphics->False,ExpressionUUID->"2c251f0e-db94-4877-8f04-d9781f2b76ca"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package plotting functions to \ supply a data set of imputations in order to depict them a points within the \ graphic. " - }],ExpressionUUID->"1ac15ca2-b323-48fc-bb8c-78dfd83c149f"]} + }],ExpressionUUID->"bba92161-8b90-49f0-af4d-0470806a7ab0"]} }]], "Usage", CellID->331917451,ExpressionUUID->"d08b4128-f0b0-4b3e-be40-428e4bee6ce7"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e0700995-d8ca-48be-ad36-141708df785c"], + ExpressionUUID->"2ef44a8e-45cb-4c55-a98e-a0ed4490739a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"faf776b8-7c2d-4969-b82f-1e8f2cbfd525"], + "Spacer1"]],ExpressionUUID->"672396f9-40eb-4313-bdc6-c46aca232e20"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"eeb52d6b-1e5a-4bc1-8756-9c228f581281"], + }], "NotesFrameText",ExpressionUUID->"065418c5-34c6-47b2-b29b-03e0e70aaea6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b744b616-2404-493d-9507-0ddfd5b4e674"]], \ + "Preemptive"]],ExpressionUUID->"fa89ac36-090f-44ef-a813-3de933f369e2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->429283071,ExpressionUUID->"340a1a91-2daa-447d-8f21-0ad177c85a63"], + CellID->1715240073,ExpressionUUID->"3740f14a-5954-4b64-8df3-6075a8e48e0a"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -362,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"370465ea-ef86-4a80-a27a-49ecd29c766c"], + ExpressionUUID->"948fc7f4-6d76-43db-b593-b0d690351469"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dfdb4dea-d0c5-4c8b-afd7-46ef5c2004a4"], + "Spacer1"]],ExpressionUUID->"8250c818-4b8e-4bc8-9206-29f010a01f94"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4b6bdc1b-0806-421a-8bf2-e4e371809e3f"] + "2ee73f1c-bec5-45ea-a811-849882763d09"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1915734639,ExpressionUUID->"a4cda813-22aa-43be-a513-8023d942f2e6"], + CellID->1621902053,ExpressionUUID->"0c9f1539-7f73-4fd1-bc87-59a1366facc1"], Cell[CellGroupData[{ @@ -403,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f85875aa-5f19-4f85-9a44-3368a00d4de8"], + ExpressionUUID->"54966938-1d1f-4ca0-a923-661f2bafaf7c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"57f5b8ba-ab10-4b81-86e5-6782c6c8ba73"], + "Spacer1"]],ExpressionUUID->"ab398607-b6ee-4b0c-8b4b-b789948c3df7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c7a21afb-7960-4798-8cd8-77277c0f9bdb"] + "b82873fd-7b05-4fae-8db7-b7e64ab5bd26"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1631034178,ExpressionUUID->"08e7773e-d2a6-451e-bc0c-a4bde0510070"], + CellID->1409442254,ExpressionUUID->"bb7e2e3c-3fe8-4864-94e8-82f0f8c49b52"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"60018e21-6c1d-4d6d-9fda-d35fb91ec43c"], @@ -856,8 +861,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1005,15 +1008,15 @@ Cell[BoxData[GridBox[{ "af4be8b8-61eb-4755-9a31-c2954781a1b8"] }], "SeeAlso",ExpressionUUID->"f8fbf438-f6ff-444f-b6fb-05670d89c79a"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8590db2d-820c-4b70-b1b4-\ -a52f66bae4e6"], + }]], "SeeAlsoSection",ExpressionUUID->"1e9b85b4-3eae-423d-b265-\ +08fb6f8f2aaf"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1025,9 +1028,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0c887581-5f4d-4f96-86e2-26f7e263f4df"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ff5bb18b-bbcc-49d1-9a5a-\ -3b55f47634a9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"17d1d548-9c1b-498c-85c2-\ +c4ef9ed9fc5a"], Cell[BoxData[GridBox[{ { @@ -1044,7 +1046,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "80a080d1-0418-4c79-a193-db3304415549"]}]}, + "2f437a5c-c7f1-408d-82ec-ca6ed9f6bec6"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1052,10 +1054,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fa5390e8-1107-4316-acf7-2418b644466d"]}]} + "7419c113-2581-49e7-a815-d8ae55fd74fc"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3e61693d-cd6a-49d4-b1e3-\ -d1360911f9c2"], + }]], "MoreAboutSection",ExpressionUUID->"bb0ee734-6973-459a-9cc1-\ +0d847d243b95"], Cell[BoxData[GridBox[{ { @@ -1082,7 +1084,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "948f8ded-b5c0-4f24-8201-b8749d4f0059"]], "RelatedLinks", + "b16a3a95-8e29-4cf5-9830-a67a8ecc7e94"]], "RelatedLinks", ExpressionUUID->"02018a35-6c70-4375-985f-98fe4e6e40e5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1100,7 +1102,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b658a07f-485d-44a3-8e07-48ac75f779bb"]], "RelatedLinks", + "912d15d1-565e-4dc1-a313-e869d78694ec"]], "RelatedLinks", ExpressionUUID->"eaacf9ae-71a7-4b9e-957d-cd1f52152f08"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1117,7 +1119,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "99f6f842-91f8-40df-ae6f-791503de9e69"]], "RelatedLinks", + "2a268990-eb98-4d60-9c6a-36998cae3fb5"]], "RelatedLinks", ExpressionUUID->"4e83764f-8884-4369-a903-ffa94ef92a8f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1134,11 +1136,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2c028a45-3fb1-4ba3-ad7a-b02942681560"]], "RelatedLinks", + "c38fed8a-5a33-4b62-b79f-3e65041d467a"]], "RelatedLinks", ExpressionUUID->"b9248bfa-dd3a-49e5-9311-b45c8f06b5dc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f071dbaf-f8bc-459b-a7f1-\ -e4d6a3c7f24e"], + }]], "RelatedLinksSection",ExpressionUUID->"bf50ed58-dc1a-47e0-85f0-\ +e9eb9e311a11"], Cell[CellGroupData[{ @@ -1168,11 +1170,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c60bd41f-9da6-4d26-ace0-84538dcdebfa"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9e33786e-20e8-4524-bd4a-41c77f692aee"] +Cell[" ", "FooterCell",ExpressionUUID->"dff7c7d8-4d12-42f6-b4a5-8dfba4d1e6a7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PayoffCoord", TaggingRules->{ @@ -1183,7 +1185,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 21.982210}", + "built" -> "{2024, 6, 3, 16, 54, 47.000737}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1191,10 +1193,10 @@ TaggingRules->{ "PayoffCoord is an option for various package plotting functions to \ supply a data set of imputations in order to depict them a points within the \ graphic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PayoffCoord", - "titlemodifier" -> "", "windowtitle" -> "PayoffCoord", "type" -> "Symbol", - "uri" -> "TUG/ref/PayoffCoord"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PayoffCoord", "type" -> "Symbol", "uri" -> "TUG/ref/PayoffCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1203,9 +1205,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f1618b50-e8d4-4140-b40c-3aeca5f42e9f" +ExpressionUUID->"33e0a32c-451c-4d12-a46d-d151fc83eb18" ] (* End of Notebook Content *) @@ -1213,125 +1215,123 @@ ExpressionUUID->"f1618b50-e8d4-4140-b40c-3aeca5f42e9f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13071, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a4cda813-22aa-43be-a513-8023d942f2e6", + Cell[13127, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c9f1539-7f73-4fd1-bc87-59a1366facc1", CellTags->"PrimaryExamplesSection", - CellID->1915734639]} + CellID->1621902053]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 47143, 1214} + {"PrimaryExamplesSection", 47183, 1216} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7104, 168, 56, "AnchorBarGrid",ExpressionUUID->"37cccb77-6935-4d35-b7d7-bc7245dda713", +Cell[583, 21, 7159, 173, 57, "AnchorBarGrid",ExpressionUUID->"9eb62f88-9129-4a97-b2e7-92560153f633", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"255b8cbe-f3bd-4cb5-977c-d04c22e9aa9b"], +Cell[7745, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"7a5bde3e-857a-432b-a423-7ce71f19a865"], Cell[CellGroupData[{ -Cell[7801, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"eb84457e-4f49-445e-8dcf-53a4af645371"], -Cell[9089, 232, 521, 10, 132, "Usage",ExpressionUUID->"d08b4128-f0b0-4b3e-be40-428e4bee6ce7", +Cell[7856, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"2c251f0e-db94-4877-8f04-d9781f2b76ca"], +Cell[9144, 237, 521, 10, 131, "Usage",ExpressionUUID->"d08b4128-f0b0-4b3e-be40-428e4bee6ce7", CellID->331917451] }, Open ]], Cell[CellGroupData[{ -Cell[9647, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"340a1a91-2daa-447d-8f21-0ad177c85a63", +Cell[9702, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"3740f14a-5954-4b64-8df3-6075a8e48e0a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->429283071], -Cell[11544, 296, 489, 12, 37, "Notes",ExpressionUUID->"59aba553-4ec8-412d-b0d0-8d980d686d3a", + CellID->1715240073], +Cell[11600, 301, 489, 12, 38, "Notes",ExpressionUUID->"59aba553-4ec8-412d-b0d0-8d980d686d3a", CellID->177724765], -Cell[12036, 310, 566, 15, 58, "Notes",ExpressionUUID->"4687f139-5ecd-49f1-a22b-3efd72a87839", +Cell[12092, 315, 566, 15, 59, "Notes",ExpressionUUID->"4687f139-5ecd-49f1-a22b-3efd72a87839", CellID->358334548], -Cell[12605, 327, 339, 6, 57, "Notes",ExpressionUUID->"850880b0-4cbf-4cc9-ba1c-da7b7b0818c1", +Cell[12661, 332, 339, 6, 57, "Notes",ExpressionUUID->"850880b0-4cbf-4cc9-ba1c-da7b7b0818c1", CellID->63912693] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13071, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a4cda813-22aa-43be-a513-8023d942f2e6", +Cell[13127, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c9f1539-7f73-4fd1-bc87-59a1366facc1", CellTags->"PrimaryExamplesSection", - CellID->1915734639], + CellID->1621902053], Cell[CellGroupData[{ -Cell[14517, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"08e7773e-d2a6-451e-bc0c-a4bde0510070", - CellID->1631034178], -Cell[15919, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"60018e21-6c1d-4d6d-9fda-d35fb91ec43c", +Cell[14573, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"bb7e2e3c-3fe8-4864-94e8-82f0f8c49b52", + CellID->1409442254], +Cell[15975, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"60018e21-6c1d-4d6d-9fda-d35fb91ec43c", CellID->724598077], Cell[CellGroupData[{ -Cell[16062, 423, 168, 3, 27, "Input",ExpressionUUID->"6d305298-c60a-4091-af9e-a7bf3f0ad747", +Cell[16118, 428, 168, 3, 27, "Input",ExpressionUUID->"6d305298-c60a-4091-af9e-a7bf3f0ad747", CellID->2141335847], Cell[CellGroupData[{ -Cell[16255, 430, 236, 4, 23, "Print",ExpressionUUID->"cb8311b7-65e6-4b5d-9429-7e1154e967cd", +Cell[16311, 435, 236, 4, 23, "Print",ExpressionUUID->"cb8311b7-65e6-4b5d-9429-7e1154e967cd", CellID->625677362], -Cell[16494, 436, 366, 8, 23, "Print",ExpressionUUID->"108de17d-feb8-4355-8c55-62ac3ef6cc99", +Cell[16550, 441, 366, 8, 23, "Print",ExpressionUUID->"108de17d-feb8-4355-8c55-62ac3ef6cc99", CellID->1871246567], -Cell[16863, 446, 237, 4, 23, "Print",ExpressionUUID->"49d1bb65-ff45-4d8a-81ea-7b5fc64c10e3", +Cell[16919, 451, 237, 4, 23, "Print",ExpressionUUID->"49d1bb65-ff45-4d8a-81ea-7b5fc64c10e3", CellID->2073555841], -Cell[17103, 452, 220, 3, 23, "Print",ExpressionUUID->"e83f803d-6f5a-432c-8de7-9de7318e1309", +Cell[17159, 457, 220, 3, 23, "Print",ExpressionUUID->"e83f803d-6f5a-432c-8de7-9de7318e1309", CellID->468222730], -Cell[17326, 457, 208, 3, 23, "Print",ExpressionUUID->"570738a7-9470-4b94-8c59-25a7d49c1ce3", +Cell[17382, 462, 208, 3, 23, "Print",ExpressionUUID->"570738a7-9470-4b94-8c59-25a7d49c1ce3", CellID->1238976946], -Cell[17537, 462, 237, 4, 23, "Print",ExpressionUUID->"6cc26e6f-7fc6-48a5-b2f7-df0da29a2350", +Cell[17593, 467, 237, 4, 23, "Print",ExpressionUUID->"6cc26e6f-7fc6-48a5-b2f7-df0da29a2350", CellID->935679391], -Cell[17777, 468, 221, 3, 23, "Print",ExpressionUUID->"f32dc9be-b9ed-4a4b-9237-fbeef03f0b00", +Cell[17833, 473, 221, 3, 23, "Print",ExpressionUUID->"f32dc9be-b9ed-4a4b-9237-fbeef03f0b00", CellID->1824634796], -Cell[18001, 473, 237, 4, 23, "Print",ExpressionUUID->"b325e7ea-1231-4f03-86a6-8bc04c24f16e", +Cell[18057, 478, 237, 4, 23, "Print",ExpressionUUID->"b325e7ea-1231-4f03-86a6-8bc04c24f16e", CellID->1747228142], -Cell[18241, 479, 237, 4, 23, "Print",ExpressionUUID->"3082987d-4d13-4cc1-b865-fd36f714d8ac", +Cell[18297, 484, 237, 4, 23, "Print",ExpressionUUID->"3082987d-4d13-4cc1-b865-fd36f714d8ac", CellID->1581788466], -Cell[18481, 485, 208, 3, 23, "Print",ExpressionUUID->"df749b81-8258-4e90-bad7-35fa343906de", +Cell[18537, 490, 208, 3, 23, "Print",ExpressionUUID->"df749b81-8258-4e90-bad7-35fa343906de", CellID->1251623733], -Cell[18692, 490, 236, 4, 23, "Print",ExpressionUUID->"52aa1704-6881-461a-aaba-56a603531502", +Cell[18748, 495, 236, 4, 23, "Print",ExpressionUUID->"52aa1704-6881-461a-aaba-56a603531502", CellID->716704351] }, Open ]] }, Open ]], -Cell[18955, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"103069e3-7ddf-4149-bb28-beed1f8eef9b", +Cell[19011, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"103069e3-7ddf-4149-bb28-beed1f8eef9b", CellID->2083786667], -Cell[19095, 501, 234, 6, 70, "Input",ExpressionUUID->"f794b332-70e3-4d46-9109-c2161be0a52d", +Cell[19151, 506, 234, 6, 70, "Input",ExpressionUUID->"f794b332-70e3-4d46-9109-c2161be0a52d", CellID->585427827], -Cell[19332, 509, 375, 9, 70, "Input",ExpressionUUID->"6853509b-af20-4807-a0a7-bc00a5bf3923", +Cell[19388, 514, 375, 9, 70, "Input",ExpressionUUID->"6853509b-af20-4807-a0a7-bc00a5bf3923", CellID->1947756944], -Cell[19710, 520, 238, 6, 70, "Input",ExpressionUUID->"d1239a61-7444-4512-a382-b679c05cf14e", +Cell[19766, 525, 238, 6, 70, "Input",ExpressionUUID->"d1239a61-7444-4512-a382-b679c05cf14e", CellID->1946614331], Cell[CellGroupData[{ -Cell[19973, 530, 198, 4, 70, "Input",ExpressionUUID->"802a4a9f-4a68-4f03-a273-2b112aea1964", +Cell[20029, 535, 198, 4, 70, "Input",ExpressionUUID->"802a4a9f-4a68-4f03-a273-2b112aea1964", CellID->2047720606], -Cell[20174, 536, 1258, 32, 54, "Output",ExpressionUUID->"ed1e9058-1279-4fc2-b909-d2f6430ffee2", +Cell[20230, 541, 1258, 32, 53, "Output",ExpressionUUID->"ed1e9058-1279-4fc2-b909-d2f6430ffee2", CellID->223411341] }, Open ]], -Cell[21447, 571, 171, 3, 70, "ExampleText",ExpressionUUID->"f14d6a95-a177-4c63-85be-f430e69dca3a", +Cell[21503, 576, 171, 3, 70, "ExampleText",ExpressionUUID->"f14d6a95-a177-4c63-85be-f430e69dca3a", CellID->4896524], Cell[CellGroupData[{ -Cell[21643, 578, 263, 6, 70, "Input",ExpressionUUID->"a1071659-ffa5-4cf9-a1d9-8a196fd613e4", +Cell[21699, 583, 263, 6, 70, "Input",ExpressionUUID->"a1071659-ffa5-4cf9-a1d9-8a196fd613e4", CellID->640476792], -Cell[21909, 586, 3637, 68, 485, "Output",ExpressionUUID->"ef9df220-be19-41c4-b085-744319e3bf6e", +Cell[21965, 591, 3637, 68, 485, "Output",ExpressionUUID->"ef9df220-be19-41c4-b085-744319e3bf6e", CellID->958297043] }, Open ]], -Cell[25561, 657, 677, 16, 70, "ExampleText",ExpressionUUID->"3e5f05be-a4dd-4ee2-8d76-fd861d06014a", +Cell[25617, 662, 677, 16, 70, "ExampleText",ExpressionUUID->"3e5f05be-a4dd-4ee2-8d76-fd861d06014a", CellID->1919643346], Cell[CellGroupData[{ -Cell[26263, 677, 320, 7, 70, "Input",ExpressionUUID->"3f934449-5a16-49f9-8484-b84d02957f7d", +Cell[26319, 682, 320, 7, 70, "Input",ExpressionUUID->"3f934449-5a16-49f9-8484-b84d02957f7d", CellID->1790394400], -Cell[26586, 686, 7166, 163, 485, "Output",ExpressionUUID->"be0d5e96-fe0e-4e9f-ab4d-4ea0cd0fa037", +Cell[26642, 691, 7166, 163, 485, "Output",ExpressionUUID->"be0d5e96-fe0e-4e9f-ab4d-4ea0cd0fa037", CellID->1822067111] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34050, 863, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"1e9b85b4-3eae-423d-b265-08fb6f8f2aaf"], +Cell[39534, 1013, 670, 18, 70, "TechNotesSection",ExpressionUUID->"17d1d548-9c1b-498c-85c2-c4ef9ed9fc5a"], +Cell[40207, 1033, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bb0ee734-6973-459a-9cc1-0d847d243b95"], +Cell[41243, 1061, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"bf50ed58-dc1a-47e0-85f0-e9eb9e311a11"], Cell[CellGroupData[{ -Cell[34016, 860, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"8590db2d-820c-4b70-b1b4-a52f66bae4e6"], -Cell[39500, 1010, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ff5bb18b-bbcc-49d1-9a5a-3b55f47634a9"] -}, Open ]], -Cell[40185, 1031, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3e61693d-cd6a-49d4-b1e3-d1360911f9c2"], -Cell[41221, 1059, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"f071dbaf-f8bc-459b-a7f1-e4d6a3c7f24e"], -Cell[CellGroupData[{ -Cell[44162, 1144, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e14e44dc-f512-467e-9265-228bd2c8766b", +Cell[44184, 1146, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e14e44dc-f512-467e-9265-228bd2c8766b", CellID->2135167160], -Cell[44303, 1147, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"09eb0918-5937-4927-80c4-0eece5d1a350", +Cell[44325, 1149, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"09eb0918-5937-4927-80c4-0eece5d1a350", CellID->1194386356], -Cell[44525, 1153, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94b7256e-1cba-4b25-8e5f-bbcd64a7e19e", +Cell[44547, 1155, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"94b7256e-1cba-4b25-8e5f-bbcd64a7e19e", CellID->1641706272], -Cell[44740, 1158, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"290fa064-f683-4b07-a66c-da43e5e624b5", +Cell[44762, 1160, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"290fa064-f683-4b07-a66c-da43e5e624b5", CellID->399251956], -Cell[44969, 1164, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c60bd41f-9da6-4d26-ace0-84538dcdebfa", +Cell[44991, 1166, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c60bd41f-9da6-4d26-ace0-84538dcdebfa", CellID->821434655] }, Open ]], -Cell[45206, 1170, 78, 0, 70, "FooterCell",ExpressionUUID->"9e33786e-20e8-4524-bd4a-41c77f692aee"] +Cell[45228, 1172, 78, 0, 70, "FooterCell",ExpressionUUID->"dff7c7d8-4d12-42f6-b4a5-8dfba4d1e6a7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PictureSize.nb b/Documentation/English/ReferencePages/Symbols/PictureSize.nb index 1b0136e..9f473a1 100644 --- a/Documentation/English/ReferencePages/Symbols/PictureSize.nb +++ b/Documentation/English/ReferencePages/Symbols/PictureSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46411, 1145] -NotebookOptionsPosition[ 38851, 995] -NotebookOutlinePosition[ 40961, 1049] -CellTagsIndexPosition[ 40875, 1044] +NotebookDataLength[ 46412, 1145] +NotebookOptionsPosition[ 38870, 997] +NotebookOutlinePosition[ 40997, 1051] +CellTagsIndexPosition[ 40911, 1046] WindowTitle->PictureSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a9dcd285-5c33-4188-beb8-2437964007be"], + "50ba0488-ad25-4d3d-a7d3-8d9b8b98e44f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "41495192-4fb3-4eb7-8169-02f497b239b8"], + "bac8b589-1006-4580-8a1b-1928c10f5d34"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f301bfe8-08b7-4cca-ad24-3c1415a44ffe"] - }],ExpressionUUID->"2f7d27cf-d055-4e5f-afc4-b7eca7c1d424"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "6869d804-b1be-486a-8c34-f02fea31a0a7"] + }],ExpressionUUID->"86b70e25-e90a-435f-a848-763852d89aa8"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0b6c939b-3e63-4fa7-9a7f-0a9d9a7e64cf"], + "2d5d6255-d3c9-47b4-a86f-d949f2cac66d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5f659bc9-525e-4c72-924d-d8029f2f1af8"] - }],ExpressionUUID->"f6320dee-9d91-49a7-86cf-42fca1c2cf02"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d8ce731f-e5be-488e-ae61-2de8b4b67644"] + }],ExpressionUUID->"5f74dec0-5704-4051-9d27-76abecf2bf57"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8a3d39f0-46f8-43ea-b549-4d0dceb0c146"], + "bb67b84c-448e-45c4-ad7d-b2854901412c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e63d079-a5cf-42e0-9f72-e854d57ec8ff"] - }],ExpressionUUID->"73d65dc5-a51f-408b-bc71-fc7f88ab6e72"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "566d03af-1116-463c-a76f-f0a96cd0fa86"] + }],ExpressionUUID->"a0b61f81-67b2-4990-b5ae-2ddc867319e9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "54a3f335-494c-4fc3-8a58-39a266da3506"], + "1a0bfda9-8e24-45da-9fe5-fcef0cb8b0fb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "caea769a-af7c-450d-9741-1e057d25fcfa"] - }],ExpressionUUID->"7169e460-b345-47ee-9838-d8cc0c6dc842"], - StripOnInput->False], {"\<\"TUG/ref/PictureSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PictureSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PictureSize.\ + "8f4ad01b-b2d2-49b9-b21a-0229c18de385"] + }],ExpressionUUID->"a4600be2-8505-455d-a6c3-d225764d9d8e"], + StripOnInput->False],{ + "\"TUG/ref/PictureSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PictureSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PictureSize.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$149627], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PictureSize" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$160657], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PictureSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7d8778ac-d5f5-49dd-8a71-4adb70a58d9e"] + "6229bf49-4bc8-45f6-9954-14b4a4cd064e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f8eae6cc-87f5-4e7c-a880-fe4375e26359"]} + "0a0fd3ef-e1fd-4bc7-a67a-3a0b1d5dfe76"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"bc84a7d9-1f77-48ee-9c6a-db3645ea285b"], + CellID->1,ExpressionUUID->"136f08e7-7ea3-4703-a2cc-dbbbca9dad04"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"fedc1696-538b-46bd-99d9-f0e552ce6aeb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2105eb02-3e6f-4e33-8f43-f7f46bdbe4c0"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PictureSize", "ObjectName",ExpressionUUID-> - "9c76bd5f-0afa-4a3a-a15d-c2ce9ca6f2f6"], + "23840151-4e0f-4a57-8d8e-6bf98d418446"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c1e918d4-fb47-470d-8874-e0cc41fb344f"], + "Spacer1"]],ExpressionUUID->"7d0af49b-cd10-40a7-a1f0-a7152521a247"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e89626b9-348c-4c5d-801d-03ec17d7001c"] - }],ExpressionUUID->"1cc799e0-39dd-4038-9863-ee4dcd5e7bd8"], Cell[BoxData[ + "4dfe7e51-dcd6-4fc5-ac89-aa6894b8cc2f"] + }],ExpressionUUID->"b5b1ec68-7a95-46a5-aa0e-bd75fe6aff77"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ab0d11c6-70f1-4074-8d8b-f7a1ad4cfe59"]} + "d1126175-a62b-4af1-bc32-df5f4f1db2ba"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"809ae947-4e4c-4629-87d6-d64fe4d91103"], + CacheGraphics->False,ExpressionUUID->"61e46644-850d-47f7-b605-61d87d3961f2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "d5d1a16a-9469-40a4-af9f-80365b4c419c"], "\[LineSeparator]is an option for various package plotting functions to \ set the figure size for three dimensional graphics." - }],ExpressionUUID->"97f0ca09-6c20-472e-83d1-a13c4b03925e"]} + }],ExpressionUUID->"a9f2d9a1-b9df-4c27-a73f-b377a3f9a944"]} }]], "Usage", CellID->23129296,ExpressionUUID->"5103c96a-5291-4306-a2fe-9e7b249695c4"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c8f22ff8-a66e-4094-906e-1a5f7d8a5f04"], + ExpressionUUID->"d81fd2d0-f276-4cbc-ab1e-56171f82db3e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8f35c437-3349-492e-8cc7-bbc6d9583f5f"], + "Spacer1"]],ExpressionUUID->"d8795643-e7d7-4616-92ae-91edbd86536f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0c141740-531a-4bcf-b0c7-df3ae74fcff2"], + }], "NotesFrameText",ExpressionUUID->"ac68a704-08d1-4061-9837-d60d3fa6664b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"654726d2-650e-4db0-bf69-57a46898a996"]], \ + "Preemptive"]],ExpressionUUID->"47c4d8d1-fce1-4733-8f16-8c36ec45f7cb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1112510937,ExpressionUUID->"555a0bd3-cce6-42ea-8ebc-1bb7e6deafae"], + CellID->1215994944,ExpressionUUID->"b8380f4e-5e12-40a6-93d4-e60de7b79e8e"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ccca89f9-17b0-412a-94d1-4ff63bc68a27"], + ExpressionUUID->"9d2c6173-ea98-4e3b-a22d-d22ab1752e3c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9b1b7fc4-a13d-41c8-8803-ea118ecd5dd3"], + "Spacer1"]],ExpressionUUID->"b0b8561e-f272-4644-b756-e722e0fecc3a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "497e969c-e8cb-4a1f-9c95-a3577acc7c81"] + "0f902e7c-51be-4620-9120-d1d1a7a5bec7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1676660892,ExpressionUUID->"8ef0907c-d9d2-454d-8e5f-71b2e765f72a"], + CellID->450056451,ExpressionUUID->"d48b1502-d052-42a3-806f-769da57767d1"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5ff51bd4-fc84-4c6e-8583-3c92f681bdf4"], + ExpressionUUID->"7320d175-4569-4083-aab1-5bf1bd8e8cc8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"340d1b56-c8b6-4716-abc1-352b23ed5ff8"], + "Spacer1"]],ExpressionUUID->"7ffed481-bb0a-4a6f-8231-7c0d64fcb125"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fa765b4f-ae17-4990-97c8-790af6c53067"] + "86964770-7483-43db-87a6-70e833514ab6"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->135824750,ExpressionUUID->"cd913055-635e-4481-9f5f-32d1abf73c22"], + CellID->70218407,ExpressionUUID->"9a7713a0-a2d4-4bea-a5b3-9ebc0e9fa6b4"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"fa2a0bc2-a7eb-48be-a403-8c9c51e7981f"], @@ -679,8 +684,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -828,15 +831,15 @@ Cell[BoxData[GridBox[{ "8ffdd85a-961d-447d-9352-a08aa95af7b3"] }], "SeeAlso",ExpressionUUID->"40ece7bf-ab37-4a46-98da-3eb06e4605eb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fee7d909-4432-4fd5-b79a-\ -524d511a9e1d"], + }]], "SeeAlsoSection",ExpressionUUID->"c19dbe6c-6336-41d1-a401-\ +ec1102ea45ab"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -848,9 +851,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8c2e5263-bf21-4be2-881d-cf8fe52f7459"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"43644532-2ef5-485b-9144-\ -c3dac907013b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"aac7874f-830c-4c71-9b46-\ +b75faf227f66"], Cell[BoxData[GridBox[{ { @@ -867,7 +869,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e3a663d9-655c-4964-a403-e95a205a56e0"]}]}, + "f9691f04-4716-4a52-9cc6-0b0eb5083c6c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -875,10 +877,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2b2b1a53-1039-4b9b-ab6e-4e7f71edd4fa"]}]} + "dfa0efd9-bf8e-481a-beb1-a769547af52e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"af03ceaa-2b5c-4bd1-be6f-\ -5dadcc6d61af"], + }]], "MoreAboutSection",ExpressionUUID->"6ff8c08f-42c7-4cee-b914-\ +a3adca96d6ae"], Cell[BoxData[GridBox[{ { @@ -905,7 +907,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "467a918b-7248-4418-9402-119f1ee76d45"]], "RelatedLinks", + "be730dee-4304-4e84-90ff-23d448815434"]], "RelatedLinks", ExpressionUUID->"ecb80fd1-2672-4dd8-a093-c1158749be3a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -923,7 +925,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "23feca23-e87a-4cdb-95d1-55ed92e581e9"]], "RelatedLinks", + "ce8a32c0-651f-40f3-bafa-d7c5ce38bb49"]], "RelatedLinks", ExpressionUUID->"949a9e2e-87bf-4a67-8c51-99a75bcae1fb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -940,7 +942,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f8213c2c-bc65-4ff4-975d-417b0eadde33"]], "RelatedLinks", + "06e9b528-1f19-4535-9d96-611e3136e366"]], "RelatedLinks", ExpressionUUID->"35e6dbce-6264-4bde-a64e-7e199ccb17de"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -957,11 +959,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff65bdf2-00dd-486b-8dcd-b238eadaacac"]], "RelatedLinks", + "ddb88606-14f3-4cd5-844d-82e38cfdf576"]], "RelatedLinks", ExpressionUUID->"92113a48-1755-46eb-afaa-44a8afb344fd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"846ef441-713b-4331-b367-\ -e90aa69fc107"], + }]], "RelatedLinksSection",ExpressionUUID->"67aba123-a48c-41c1-9298-\ +b1b1a1e2d25d"], Cell[CellGroupData[{ @@ -991,11 +993,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"fe07ebdd-6a3a-43e2-b3c6-2d7921c44377"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"397ead90-7515-458a-be17-548dd8e18dde"] +Cell[" ", "FooterCell",ExpressionUUID->"7d191469-68a7-43fc-9932-35f0aa450116"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PictureSize", TaggingRules->{ @@ -1006,7 +1008,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 25.147402}", + "built" -> "{2024, 6, 3, 16, 54, 48.528240}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1014,10 +1016,10 @@ TaggingRules->{ "PictureSize is an option for various package plotting functions to set \ the figure size for three dimensional graphics.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PictureSize", "titlemodifier" -> "", - "windowtitle" -> "PictureSize", "type" -> "Symbol", "uri" -> - "TUG/ref/PictureSize"}}, + "metadescription" -> "", "windowtitle" -> "PictureSize", "type" -> + "Symbol", "uri" -> "TUG/ref/PictureSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1026,9 +1028,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a2a294c9-cac6-43c9-a781-d19363913652" +ExpressionUUID->"640637a8-6c79-4b3f-97e0-f0aa6aad8044" ] (* End of Notebook Content *) @@ -1036,117 +1038,115 @@ ExpressionUUID->"a2a294c9-cac6-43c9-a781-d19363913652" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12278, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8ef0907c-d9d2-454d-8e5f-71b2e765f72a", + Cell[12333, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d48b1502-d052-42a3-806f-769da57767d1", CellTags->"PrimaryExamplesSection", - CellID->1676660892]} + CellID->450056451]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40674, 1037} + {"PrimaryExamplesSection", 40711, 1039} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7104, 168, 56, "AnchorBarGrid",ExpressionUUID->"bc84a7d9-1f77-48ee-9c6a-db3645ea285b", +Cell[583, 21, 7159, 173, 57, "AnchorBarGrid",ExpressionUUID->"136f08e7-7ea3-4703-a2cc-dbbbca9dad04", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"fedc1696-538b-46bd-99d9-f0e552ce6aeb"], +Cell[7745, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2105eb02-3e6f-4e33-8f43-f7f46bdbe4c0"], Cell[CellGroupData[{ -Cell[7801, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"809ae947-4e4c-4629-87d6-d64fe4d91103"], -Cell[9089, 232, 483, 9, 111, "Usage",ExpressionUUID->"5103c96a-5291-4306-a2fe-9e7b249695c4", +Cell[7856, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"61e46644-850d-47f7-b605-61d87d3961f2"], +Cell[9144, 237, 483, 9, 109, "Usage",ExpressionUUID->"5103c96a-5291-4306-a2fe-9e7b249695c4", CellID->23129296] }, Open ]], Cell[CellGroupData[{ -Cell[9609, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"555a0bd3-cce6-42ea-8ebc-1bb7e6deafae", +Cell[9664, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"b8380f4e-5e12-40a6-93d4-e60de7b79e8e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1112510937], -Cell[11507, 295, 489, 12, 37, "Notes",ExpressionUUID->"0d1e76a0-e98f-4624-a8db-7adc4a49071a", + CellID->1215994944], +Cell[11562, 300, 489, 12, 38, "Notes",ExpressionUUID->"0d1e76a0-e98f-4624-a8db-7adc4a49071a", CellID->177724765], -Cell[11999, 309, 152, 1, 36, "Notes",ExpressionUUID->"282409c6-e781-41f8-98b3-da9bad50f6b5", +Cell[12054, 314, 152, 1, 36, "Notes",ExpressionUUID->"282409c6-e781-41f8-98b3-da9bad50f6b5", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12278, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8ef0907c-d9d2-454d-8e5f-71b2e765f72a", +Cell[12333, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d48b1502-d052-42a3-806f-769da57767d1", CellTags->"PrimaryExamplesSection", - CellID->1676660892], + CellID->450056451], Cell[CellGroupData[{ -Cell[13724, 357, 1398, 36, 30, "ExampleSection",ExpressionUUID->"cd913055-635e-4481-9f5f-32d1abf73c22", - CellID->135824750], -Cell[15125, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"fa2a0bc2-a7eb-48be-a403-8c9c51e7981f", +Cell[13778, 362, 1397, 36, 30, "ExampleSection",ExpressionUUID->"9a7713a0-a2d4-4bea-a5b3-9ebc0e9fa6b4", + CellID->70218407], +Cell[15178, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"fa2a0bc2-a7eb-48be-a403-8c9c51e7981f", CellID->724598077], Cell[CellGroupData[{ -Cell[15268, 400, 168, 3, 27, "Input",ExpressionUUID->"ca5e2f2a-f95b-4cff-9e9b-23c2e27f08ee", +Cell[15321, 405, 168, 3, 27, "Input",ExpressionUUID->"ca5e2f2a-f95b-4cff-9e9b-23c2e27f08ee", CellID->2141335847], Cell[CellGroupData[{ -Cell[15461, 407, 237, 4, 23, "Print",ExpressionUUID->"d757d9cb-7861-446f-ad6a-0dd40ad9e569", +Cell[15514, 412, 237, 4, 23, "Print",ExpressionUUID->"d757d9cb-7861-446f-ad6a-0dd40ad9e569", CellID->2139011963], -Cell[15701, 413, 365, 8, 23, "Print",ExpressionUUID->"90b8f922-010f-4173-8595-235845091c96", +Cell[15754, 418, 365, 8, 23, "Print",ExpressionUUID->"90b8f922-010f-4173-8595-235845091c96", CellID->177883483], -Cell[16069, 423, 237, 4, 23, "Print",ExpressionUUID->"631cd6db-80b0-4140-b7ca-7cfe7da1d770", +Cell[16122, 428, 237, 4, 23, "Print",ExpressionUUID->"631cd6db-80b0-4140-b7ca-7cfe7da1d770", CellID->2094565159], -Cell[16309, 429, 221, 3, 23, "Print",ExpressionUUID->"9eff87ad-96ec-439d-b600-4d1002c542c2", +Cell[16362, 434, 221, 3, 23, "Print",ExpressionUUID->"9eff87ad-96ec-439d-b600-4d1002c542c2", CellID->1845688041], -Cell[16533, 434, 208, 3, 23, "Print",ExpressionUUID->"4fff238f-15b0-4589-b26f-43e8aa61afe1", +Cell[16586, 439, 208, 3, 23, "Print",ExpressionUUID->"4fff238f-15b0-4589-b26f-43e8aa61afe1", CellID->2076971700], -Cell[16744, 439, 237, 4, 23, "Print",ExpressionUUID->"5eafee7c-7e6f-4436-ba74-e5a4cf05f835", +Cell[16797, 444, 237, 4, 23, "Print",ExpressionUUID->"5eafee7c-7e6f-4436-ba74-e5a4cf05f835", CellID->782141729], -Cell[16984, 445, 221, 3, 23, "Print",ExpressionUUID->"81e63c06-14e2-416b-85bb-a22010ba2ac6", +Cell[17037, 450, 221, 3, 23, "Print",ExpressionUUID->"81e63c06-14e2-416b-85bb-a22010ba2ac6", CellID->1603714772], -Cell[17208, 450, 236, 4, 23, "Print",ExpressionUUID->"9ff35bf3-a1c4-42c5-8124-2b99bee348c5", +Cell[17261, 455, 236, 4, 23, "Print",ExpressionUUID->"9ff35bf3-a1c4-42c5-8124-2b99bee348c5", CellID->675048163], -Cell[17447, 456, 237, 4, 23, "Print",ExpressionUUID->"680a493b-115b-447a-9049-d7e580d6a02d", +Cell[17500, 461, 237, 4, 23, "Print",ExpressionUUID->"680a493b-115b-447a-9049-d7e580d6a02d", CellID->1284389947], -Cell[17687, 462, 207, 3, 23, "Print",ExpressionUUID->"b3d2f584-8055-406e-a5f2-719ce0cb20db", +Cell[17740, 467, 207, 3, 23, "Print",ExpressionUUID->"b3d2f584-8055-406e-a5f2-719ce0cb20db", CellID->284268881], -Cell[17897, 467, 237, 4, 23, "Print",ExpressionUUID->"bde640e5-154d-40fa-9b34-b1881500b60b", +Cell[17950, 472, 237, 4, 23, "Print",ExpressionUUID->"bde640e5-154d-40fa-9b34-b1881500b60b", CellID->1313416286] }, Open ]] }, Open ]], -Cell[18161, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"d012e7ce-a401-48d7-935b-41ab246032d2", +Cell[18214, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"d012e7ce-a401-48d7-935b-41ab246032d2", CellID->2083786667], -Cell[18301, 478, 234, 6, 27, "Input",ExpressionUUID->"bda744ed-349f-4ce8-ad85-fb4d26160ffd", +Cell[18354, 483, 234, 6, 27, "Input",ExpressionUUID->"bda744ed-349f-4ce8-ad85-fb4d26160ffd", CellID->585427827], -Cell[18538, 486, 375, 9, 27, "Input",ExpressionUUID->"d8ee35e7-67cc-4c02-b6e8-47ee9212d5c3", +Cell[18591, 491, 375, 9, 27, "Input",ExpressionUUID->"d8ee35e7-67cc-4c02-b6e8-47ee9212d5c3", CellID->1947756944], -Cell[18916, 497, 238, 6, 70, "Input",ExpressionUUID->"f50c8c10-1474-4a7d-a878-d1f99582919f", +Cell[18969, 502, 238, 6, 27, "Input",ExpressionUUID->"f50c8c10-1474-4a7d-a878-d1f99582919f", CellID->1946614331], -Cell[19157, 505, 171, 3, 70, "ExampleText",ExpressionUUID->"c20b48e7-1408-457c-8fc2-6252a40b8a4e", +Cell[19210, 510, 171, 3, 70, "ExampleText",ExpressionUUID->"c20b48e7-1408-457c-8fc2-6252a40b8a4e", CellID->4896524], Cell[CellGroupData[{ -Cell[19353, 512, 196, 4, 70, "Input",ExpressionUUID->"ace56c25-accc-41e0-801c-9069bbb773db", +Cell[19406, 517, 196, 4, 70, "Input",ExpressionUUID->"ace56c25-accc-41e0-801c-9069bbb773db", CellID->640476792], -Cell[19552, 518, 3638, 68, 485, "Output",ExpressionUUID->"4bdc8001-bb06-49c8-a5d7-cda69eb6ad70", +Cell[19605, 523, 3638, 68, 485, "Output",ExpressionUUID->"4bdc8001-bb06-49c8-a5d7-cda69eb6ad70", CellID->1317426194] }, Open ]], -Cell[23205, 589, 130, 1, 70, "ExampleText",ExpressionUUID->"a337a33f-9dba-48b3-919a-e45773771968", +Cell[23258, 594, 130, 1, 70, "ExampleText",ExpressionUUID->"a337a33f-9dba-48b3-919a-e45773771968", CellID->1987954381], Cell[CellGroupData[{ -Cell[23360, 594, 314, 8, 70, "Input",ExpressionUUID->"2d799dce-703f-40ed-8896-bc6eb2cebc7f", +Cell[23413, 599, 314, 8, 70, "Input",ExpressionUUID->"2d799dce-703f-40ed-8896-bc6eb2cebc7f", CellID->1018660375], -Cell[23677, 604, 3638, 68, 719, "Output",ExpressionUUID->"ecda24cc-e750-4b46-bfb8-add7f325a044", +Cell[23730, 609, 3638, 68, 719, "Output",ExpressionUUID->"ecda24cc-e750-4b46-bfb8-add7f325a044", CellID->1551994086] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27610, 686, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"c19dbe6c-6336-41d1-a401-ec1102ea45ab"], +Cell[33094, 836, 670, 18, 70, "TechNotesSection",ExpressionUUID->"aac7874f-830c-4c71-9b46-b75faf227f66"], +Cell[33767, 856, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6ff8c08f-42c7-4cee-b914-a3adca96d6ae"], +Cell[34803, 884, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"67aba123-a48c-41c1-9298-b1b1a1e2d25d"], Cell[CellGroupData[{ -Cell[27579, 683, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"fee7d909-4432-4fd5-b79a-524d511a9e1d"], -Cell[33063, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"43644532-2ef5-485b-9144-c3dac907013b"] -}, Open ]], -Cell[33748, 854, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"af03ceaa-2b5c-4bd1-be6f-5dadcc6d61af"], -Cell[34784, 882, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"846ef441-713b-4331-b367-e90aa69fc107"], -Cell[CellGroupData[{ -Cell[37725, 967, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a12b605f-1934-4f12-b477-fc2742bc9465", +Cell[37744, 969, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a12b605f-1934-4f12-b477-fc2742bc9465", CellID->2135167160], -Cell[37866, 970, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61f57ba7-2509-4768-a55b-cac848153083", +Cell[37885, 972, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"61f57ba7-2509-4768-a55b-cac848153083", CellID->1194386356], -Cell[38088, 976, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"581c419c-0142-4e76-bbe2-d227108e3138", +Cell[38107, 978, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"581c419c-0142-4e76-bbe2-d227108e3138", CellID->1641706272], -Cell[38303, 981, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cf030e45-3b21-4c0f-a469-db1545ae9249", +Cell[38322, 983, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cf030e45-3b21-4c0f-a469-db1545ae9249", CellID->399251956], -Cell[38532, 987, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fe07ebdd-6a3a-43e2-b3c6-2d7921c44377", +Cell[38551, 989, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fe07ebdd-6a3a-43e2-b3c6-2d7921c44377", CellID->821434655] }, Open ]], -Cell[38769, 993, 78, 0, 70, "FooterCell",ExpressionUUID->"397ead90-7515-458a-be17-548dd8e18dde"] +Cell[38788, 995, 78, 0, 70, "FooterCell",ExpressionUUID->"7d191469-68a7-43fc-9932-35f0aa450116"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PlayerPairs.nb b/Documentation/English/ReferencePages/Symbols/PlayerPairs.nb index e6d29b4..dc9cabe 100644 --- a/Documentation/English/ReferencePages/Symbols/PlayerPairs.nb +++ b/Documentation/English/ReferencePages/Symbols/PlayerPairs.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39714, 1036] -NotebookOptionsPosition[ 32317, 889] -NotebookOutlinePosition[ 34382, 942] -CellTagsIndexPosition[ 34297, 937] +NotebookDataLength[ 39711, 1035] +NotebookOptionsPosition[ 32329, 890] +NotebookOutlinePosition[ 34411, 943] +CellTagsIndexPosition[ 34326, 938] WindowTitle->PlayerPairs WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "317a2aac-bc5c-46af-909e-70313e490641"], + "f6d66899-fc02-4625-9a07-94232d51ff0b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b3f22171-12eb-4c6e-bc42-4a71a1466e27"], + "977f5d23-3b18-4ce1-9be2-58bea1ee4fa8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ed0c0f4d-01b1-4a43-a93d-b78c28a37f36"] - }],ExpressionUUID->"489d7de3-ba95-46c9-bc2e-2c3cd1ec3817"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "75c3637b-7508-4307-94c8-2bb062ff4236"] + }],ExpressionUUID->"4ed5a136-daf6-4999-b759-19c0d1783560"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "07c0014c-f3b1-44cc-8e42-bbb37b74e23b"], + "a5f44009-9ddf-42bb-a4af-2c483425346f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c0437ac-ce15-4dc6-afe1-d9614b79b6db"] - }],ExpressionUUID->"a186c431-738e-40ab-be32-19e5cd5118dc"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "699c59ed-a8f6-4414-9870-5f7ce3bae735"] + }],ExpressionUUID->"d611f621-3602-49ee-8632-b64f5093e38a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "73d5f017-db46-4d4b-81da-9f63ec17be40"], + "fd52e4e3-5c8c-44d0-98dd-370b0159ccea"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4370d94c-9ba4-4bab-aeb5-720dbc7c4a6a"] - }],ExpressionUUID->"3419115a-46cf-474a-a8f0-50a3fef295de"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ae82f174-db8b-43e9-9f3f-44255975151d"] + }],ExpressionUUID->"d684f8dd-e7bc-4e60-a975-6ec142c1ccce"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e08df863-1490-4269-bbee-c77b25c60e7f"], + "d478e8e0-d611-495e-b0c7-7d8e8419da19"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84151c14-2c3b-48d4-bfb6-19680af2a01f"] - }],ExpressionUUID->"f0168272-04d9-4f18-b47d-acef11d2af4c"], - StripOnInput->False], {"\<\"TUG/ref/PlayerPairs\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PlayerPairs"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PlayerPairs.\ + "5c3fcd42-4ebd-4c4a-9260-34f436ec2201"] + }],ExpressionUUID->"6737b86e-714f-423a-8e70-063bfbce5d5b"], + StripOnInput->False],{ + "\"TUG/ref/PlayerPairs\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PlayerPairs"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PlayerPairs.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$150191], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PlayerPairs" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$161255], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PlayerPairs" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9db5e0ce-481c-45ee-b720-2bc30434340f"] + "f7e5b47e-4716-4ec4-8e22-872c7cc0a1c3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "52df3b1b-42a3-4f49-a344-b1f374c2b2d2"]} + "b9350b2b-d4b5-42e6-8639-2a9755a17fd4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b9d55a60-a915-4f61-b311-1a711ea8b071"], + CellID->1,ExpressionUUID->"cfd64ddd-8c97-46ed-b232-cd60738190b4"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f0583ddc-d4c7-4f47-9767-5ee8f832d538"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4eb1ffb3-30ae-4547-b140-5da9e9bd84b5"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PlayerPairs", "ObjectName",ExpressionUUID-> - "8912ba6c-8e60-441d-835d-682df4b6991b"], + "8d9f8d05-ca31-4e0c-afde-6b11e7f2512f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6ca93d1b-a7af-4b79-a60e-f0e4bdcb48bd"], + "Spacer1"]],ExpressionUUID->"472ef261-1f8d-4989-a09d-b88631167d67"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ac61b623-d205-491d-be8f-6ff879148882"] - }],ExpressionUUID->"4d682ff2-ba0d-4551-858f-588ddfb8bc92"], Cell[BoxData[ + "4b181cb0-bcf0-4f15-960d-51729f572159"] + }],ExpressionUUID->"f671dc73-7974-4ee2-ba77-473d35943215"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4cd9a4bd-a4e8-4f8d-bfb5-2f3ac3805108"]} + "8b279a97-19dd-40ef-81f4-52c21675c244"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"da47c27c-0e73-4231-8b5f-d072bbc5b82b"], + CacheGraphics->False,ExpressionUUID->"e8aed9d0-2b15-40c7-b0b2-01a0f6e60b07"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "24e94164-b85a-4383-93c0-5ef911a1ed66"], " \[LineSeparator]determines the set of all pair of players from the \ player set T." - }],ExpressionUUID->"be19debb-9a6f-4f81-95ac-dab65feb26f3"]} + }],ExpressionUUID->"1ff76072-7ee3-4013-b148-20103d9b2a82"]} }]], "Usage", CellID->682466236,ExpressionUUID->"2ec1eab8-baca-4fe8-a78d-c1ab6411a8e8"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2195b9bf-2341-4490-96ab-66ddf10c58e5"], + ExpressionUUID->"1cef03da-0a06-4603-a2ad-0e3927fc7105"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b7017c3e-cbf5-460b-b6c5-f8b200901737"], + "Spacer1"]],ExpressionUUID->"02ded9cd-a8ba-4488-8dc2-389ccbd661ed"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"008d89d3-04e5-4a8e-abff-ceb47a00d4b0"], + }], "NotesFrameText",ExpressionUUID->"3956a846-ce31-4dc4-8c1c-5fbf276a5264"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"998d815b-989b-44e5-a325-c5757f2ef850"]], \ + "Preemptive"]],ExpressionUUID->"88f1ff81-ad4c-4b77-8be7-501095711db9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->366885486,ExpressionUUID->"e12b0a55-1643-47b7-96ec-7476ffa7b41c"], + CellID->1503544499,ExpressionUUID->"64e8f8b4-1f2a-4a52-9a1a-2f8f8bb05ef4"], Cell[TextData[{ "The input expression ", @@ -361,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"42e9fb0a-737b-4673-896e-1e6d11e80dd6"], + ExpressionUUID->"5d0b6c22-cd79-414c-ab4e-c5a15873a17a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2842bfcd-a994-439d-9b4d-940b5e2f86ea"], + "Spacer1"]],ExpressionUUID->"f32ffe83-5fb2-44be-acd7-2f68890c531e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b35ec880-2d64-441e-9f12-c5484c111633"] + "97e991b4-8a0d-4c07-b9fa-a5194ad80e0d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1779807993,ExpressionUUID->"95aca1df-6008-49a4-9139-50132774699d"], + CellID->808111217,ExpressionUUID->"478cb9e9-b036-4a1a-b8ed-b08e61d19030"], Cell[CellGroupData[{ @@ -402,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"629af961-c56f-403c-8858-64f24df503b8"], + ExpressionUUID->"7741488c-fba2-42b8-8dd1-4ef4c3f43a68"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2ae5258b-54ea-42aa-8b5b-6c6626da5560"], + "Spacer1"]],ExpressionUUID->"d9a1750d-9289-493b-9abf-d8449f2041eb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "591f701b-5f11-460b-82a3-e4ee1701f283"] + "af52db2c-25da-4ae1-be0a-d5b60b72d244"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->440000300,ExpressionUUID->"304be325-cca6-4fa6-a7e4-8e46577526ec"], + CellID->1722581556,ExpressionUUID->"563f1edb-a032-4645-a32a-012c2988c230"], Cell["Loading the package:", "ExampleText", CellID->1506934611,ExpressionUUID->"a9771a03-540d-496a-a09b-2d81da2a33b5"], @@ -591,8 +595,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -740,15 +742,15 @@ Cell[BoxData[GridBox[{ "c91802a4-d45d-4f49-b759-380d911eed86"] }], "SeeAlso",ExpressionUUID->"17a104df-bc86-4bb3-aefe-a5004abb3b87"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"083bd929-679a-4b5b-8ae9-\ -6b6954a98f3c"], + }]], "SeeAlsoSection",ExpressionUUID->"f8ee5bdf-8623-42ce-a5b8-\ +26627c4a8cac"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -760,9 +762,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8de2dead-75e0-490f-9ba0-1ce0d3fefd7b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1ce569bc-9079-4a44-bc10-\ -2360d9f84850"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"24236917-884c-4b8e-afc1-\ +d8139d9d3c00"], Cell[BoxData[GridBox[{ { @@ -779,7 +780,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b251fd9d-0faf-42ce-b009-7a16e260b5e8"]}]}, + "96404bb3-53c4-4cfa-8459-06df5f072af9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -787,10 +788,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "62f75960-1c58-4f1d-9e53-19c935e160e3"]}]} + "e6d559c6-2d45-4e30-8b56-7099fbb3b3e6"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"39e20289-9d29-41f6-ac6c-\ -8981ce329539"], + }]], "MoreAboutSection",ExpressionUUID->"b7a02953-1fbe-4aa3-8041-\ +7bfedb37ce70"], Cell[BoxData[GridBox[{ { @@ -817,7 +818,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c6a60671-5eb5-4ccc-8b20-e479dd53a203"]], "RelatedLinks", + "ced00860-2dec-43da-b7ea-cdda96aa5929"]], "RelatedLinks", ExpressionUUID->"98a801b2-ec4d-42fb-b6e9-5e5ee395dca7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -834,7 +835,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1970ef28-5ba3-4480-a6f6-8148c216b9f4"]], "RelatedLinks", + "61cd0ef4-cb53-4ff8-b285-f5b551a3b184"]], "RelatedLinks", ExpressionUUID->"d3d94dba-8b06-44ae-b3e2-938282c53d96"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,11 +852,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7212367d-6d54-469a-87bc-df3c7733cb77"]], "RelatedLinks", + "9141d1ea-72bc-4dbc-9399-7b21826de567"]], "RelatedLinks", ExpressionUUID->"957a80f1-bd4b-4968-bdce-d71ba4e4b256"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"bf5bf7d4-5fdf-4cb4-86aa-\ -3fc35b7dbadf"], + }]], "RelatedLinksSection",ExpressionUUID->"18efcfd2-643c-4fdc-89cb-\ +e17c33d325dd"], Cell[CellGroupData[{ @@ -885,11 +886,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e5517762-0968-4bcd-9149-a03ae16775f3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"add17029-33be-4a89-85b5-d3a17de80e08"] +Cell[" ", "FooterCell",ExpressionUUID->"42466bd4-0ab6-4db4-8fed-d487ec190652"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PlayerPairs", TaggingRules->{ @@ -900,17 +901,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 26.818513}", + "built" -> "{2024, 6, 3, 16, 54, 49.357599}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PlayerPairs[T] determines the set of all pair of players from the player \ set T.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PlayerPairs", - "titlemodifier" -> "", "windowtitle" -> "PlayerPairs", "type" -> "Symbol", - "uri" -> "TUG/ref/PlayerPairs"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PlayerPairs", "type" -> "Symbol", "uri" -> "TUG/ref/PlayerPairs"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -919,9 +920,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"df9d0d63-617a-4111-a185-84706620a9fb" +ExpressionUUID->"68558d56-7d47-4291-89bf-f63bb8f57101" ] (* End of Notebook Content *) @@ -929,115 +930,113 @@ ExpressionUUID->"df9d0d63-617a-4111-a185-84706620a9fb" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12935, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"95aca1df-6008-49a4-9139-50132774699d", + Cell[12981, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"478cb9e9-b036-4a1a-b8ed-b08e61d19030", CellTags->"PrimaryExamplesSection", - CellID->1779807993]} + CellID->808111217]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34096, 930} + {"PrimaryExamplesSection", 34126, 931} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7098, 168, 56, "AnchorBarGrid",ExpressionUUID->"b9d55a60-a915-4f61-b311-1a711ea8b071", +Cell[583, 21, 7143, 172, 57, "AnchorBarGrid",ExpressionUUID->"cfd64ddd-8c97-46ed-b232-cd60738190b4", CellID->1], -Cell[7684, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f0583ddc-d4c7-4f47-9767-5ee8f832d538"], +Cell[7729, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4eb1ffb3-30ae-4547-b140-5da9e9bd84b5"], Cell[CellGroupData[{ -Cell[7795, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"da47c27c-0e73-4231-8b5f-d072bbc5b82b"], -Cell[9083, 232, 475, 10, 111, "Usage",ExpressionUUID->"2ec1eab8-baca-4fe8-a78d-c1ab6411a8e8", +Cell[7840, 199, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"e8aed9d0-2b15-40c7-b0b2-01a0f6e60b07"], +Cell[9128, 236, 475, 10, 111, "Usage",ExpressionUUID->"2ec1eab8-baca-4fe8-a78d-c1ab6411a8e8", CellID->682466236] }, Open ]], Cell[CellGroupData[{ -Cell[9595, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"e12b0a55-1643-47b7-96ec-7476ffa7b41c", +Cell[9640, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"64e8f8b4-1f2a-4a52-9a1a-2f8f8bb05ef4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->366885486], -Cell[11492, 296, 660, 17, 36, "Notes",ExpressionUUID->"67ab6514-2170-4240-979a-261dcf47765b", + CellID->1503544499], +Cell[11538, 300, 660, 17, 36, "Notes",ExpressionUUID->"67ab6514-2170-4240-979a-261dcf47765b", CellID->824055453], -Cell[12155, 315, 489, 12, 37, "Notes",ExpressionUUID->"b3b7b60c-e837-4426-9d01-af88c70019cc", +Cell[12201, 319, 489, 12, 38, "Notes",ExpressionUUID->"b3b7b60c-e837-4426-9d01-af88c70019cc", CellID->177724765], -Cell[12647, 329, 161, 3, 36, "Notes",ExpressionUUID->"d569566e-435b-436a-97f8-7e060c16fd57", +Cell[12693, 333, 161, 3, 36, "Notes",ExpressionUUID->"d569566e-435b-436a-97f8-7e060c16fd57", CellID->937913869] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12935, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"95aca1df-6008-49a4-9139-50132774699d", +Cell[12981, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"478cb9e9-b036-4a1a-b8ed-b08e61d19030", CellTags->"PrimaryExamplesSection", - CellID->1779807993], + CellID->808111217], Cell[CellGroupData[{ -Cell[14381, 379, 1398, 36, 30, "ExampleSection",ExpressionUUID->"304be325-cca6-4fa6-a7e4-8e46577526ec", - CellID->440000300], -Cell[15782, 417, 119, 1, 38, "ExampleText",ExpressionUUID->"a9771a03-540d-496a-a09b-2d81da2a33b5", +Cell[14426, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"563f1edb-a032-4645-a32a-012c2988c230", + CellID->1722581556], +Cell[15828, 421, 119, 1, 39, "ExampleText",ExpressionUUID->"a9771a03-540d-496a-a09b-2d81da2a33b5", CellID->1506934611], Cell[CellGroupData[{ -Cell[15926, 422, 168, 3, 27, "Input",ExpressionUUID->"f09e6d99-168d-49db-af3e-962df249fa41", +Cell[15972, 426, 168, 3, 27, "Input",ExpressionUUID->"f09e6d99-168d-49db-af3e-962df249fa41", CellID->1934444201], Cell[CellGroupData[{ -Cell[16119, 429, 236, 4, 23, "Print",ExpressionUUID->"607f77b8-79d8-4b75-9b66-8aa39f14d069", +Cell[16165, 433, 236, 4, 23, "Print",ExpressionUUID->"607f77b8-79d8-4b75-9b66-8aa39f14d069", CellID->757801816], -Cell[16358, 435, 366, 8, 23, "Print",ExpressionUUID->"8b44c084-9f56-4ad2-88df-3c32e719e441", +Cell[16404, 439, 366, 8, 23, "Print",ExpressionUUID->"8b44c084-9f56-4ad2-88df-3c32e719e441", CellID->1953839435], -Cell[16727, 445, 237, 4, 23, "Print",ExpressionUUID->"7637d722-af9e-4066-8067-2e8efed73147", +Cell[16773, 449, 237, 4, 23, "Print",ExpressionUUID->"7637d722-af9e-4066-8067-2e8efed73147", CellID->2045006724], -Cell[16967, 451, 221, 3, 23, "Print",ExpressionUUID->"8e0ed74f-30e0-414d-b28f-10dceb134b52", +Cell[17013, 455, 221, 3, 23, "Print",ExpressionUUID->"8e0ed74f-30e0-414d-b28f-10dceb134b52", CellID->1840244003], -Cell[17191, 456, 207, 3, 23, "Print",ExpressionUUID->"b8adfbda-673c-48c1-96b0-17faaf5146c5", +Cell[17237, 460, 207, 3, 23, "Print",ExpressionUUID->"b8adfbda-673c-48c1-96b0-17faaf5146c5", CellID->793720638], -Cell[17401, 461, 237, 4, 23, "Print",ExpressionUUID->"ea3550f5-928c-451a-a0e5-529419628975", +Cell[17447, 465, 237, 4, 23, "Print",ExpressionUUID->"ea3550f5-928c-451a-a0e5-529419628975", CellID->563235555], -Cell[17641, 467, 220, 3, 23, "Print",ExpressionUUID->"380448a1-17dd-45ec-a32f-46326e962e5c", +Cell[17687, 471, 220, 3, 23, "Print",ExpressionUUID->"380448a1-17dd-45ec-a32f-46326e962e5c", CellID->534890130], -Cell[17864, 472, 237, 4, 23, "Print",ExpressionUUID->"7d6af60d-b2e8-4374-898b-0ede3a78198d", +Cell[17910, 476, 237, 4, 23, "Print",ExpressionUUID->"7d6af60d-b2e8-4374-898b-0ede3a78198d", CellID->2121219549], -Cell[18104, 478, 236, 4, 23, "Print",ExpressionUUID->"6275ecb8-11cd-4a63-880b-e1e3f80cdca7", +Cell[18150, 482, 236, 4, 23, "Print",ExpressionUUID->"6275ecb8-11cd-4a63-880b-e1e3f80cdca7", CellID->124440406], -Cell[18343, 484, 207, 3, 23, "Print",ExpressionUUID->"499d02d1-de23-4f47-8cbf-ad2fa69a9107", +Cell[18389, 488, 207, 3, 23, "Print",ExpressionUUID->"499d02d1-de23-4f47-8cbf-ad2fa69a9107", CellID->345604466], -Cell[18553, 489, 237, 4, 23, "Print",ExpressionUUID->"47aca553-704a-43ba-bac8-bf0c2db243ed", +Cell[18599, 493, 237, 4, 23, "Print",ExpressionUUID->"47aca553-704a-43ba-bac8-bf0c2db243ed", CellID->1486490683] }, Open ]] }, Open ]], -Cell[18817, 497, 129, 1, 38, "ExampleText",ExpressionUUID->"0a31445a-5a50-44c0-bcde-fb206cf84be4", +Cell[18863, 501, 129, 1, 39, "ExampleText",ExpressionUUID->"0a31445a-5a50-44c0-bcde-fb206cf84be4", CellID->146303081], -Cell[18949, 500, 198, 5, 27, "Input",ExpressionUUID->"d6dfd760-6ba3-4106-a33c-e9c09cf18ea4", +Cell[18995, 504, 198, 5, 27, "Input",ExpressionUUID->"d6dfd760-6ba3-4106-a33c-e9c09cf18ea4", CellID->657876024], -Cell[19150, 507, 191, 4, 70, "ExampleText",ExpressionUUID->"a9e513be-c406-4122-8e3a-400879cb60f7", +Cell[19196, 511, 191, 4, 70, "ExampleText",ExpressionUUID->"a9e513be-c406-4122-8e3a-400879cb60f7", CellID->2113713621], Cell[CellGroupData[{ -Cell[19366, 515, 169, 3, 70, "Input",ExpressionUUID->"046665b3-8e1b-4f47-b0bf-a8e26d812719", +Cell[19412, 519, 169, 3, 70, "Input",ExpressionUUID->"046665b3-8e1b-4f47-b0bf-a8e26d812719", CellID->1273174976], -Cell[19538, 520, 174, 4, 36, "Output",ExpressionUUID->"a421a77f-ee8e-44de-9c35-034dd64f390a", +Cell[19584, 524, 174, 4, 36, "Output",ExpressionUUID->"a421a77f-ee8e-44de-9c35-034dd64f390a", CellID->1567138674] }, Open ]], -Cell[19727, 527, 141, 1, 70, "ExampleText",ExpressionUUID->"989aa2fa-b9c0-4db2-8def-d402288b355d", +Cell[19773, 531, 141, 1, 70, "ExampleText",ExpressionUUID->"989aa2fa-b9c0-4db2-8def-d402288b355d", CellID->1482394295], Cell[CellGroupData[{ -Cell[19893, 532, 163, 3, 70, "Input",ExpressionUUID->"abcdceb5-6b8b-431c-932b-88ab0f28df04", +Cell[19939, 536, 163, 3, 70, "Input",ExpressionUUID->"abcdceb5-6b8b-431c-932b-88ab0f28df04", CellID->1740323612], -Cell[20059, 537, 1420, 47, 54, "Output",ExpressionUUID->"d76cb577-d2f8-43ef-9119-92d60352f87d", +Cell[20105, 541, 1420, 47, 53, "Output",ExpressionUUID->"d76cb577-d2f8-43ef-9119-92d60352f87d", CellID->586938740] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21767, 597, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"f8ee5bdf-8623-42ce-a5b8-26627c4a8cac"], +Cell[27245, 747, 670, 18, 70, "TechNotesSection",ExpressionUUID->"24236917-884c-4b8e-afc1-d8139d9d3c00"], +Cell[27918, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b7a02953-1fbe-4aa3-8041-7bfedb37ce70"], +Cell[28954, 795, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"18efcfd2-643c-4fdc-89cb-e17c33d325dd"], Cell[CellGroupData[{ -Cell[21743, 595, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"083bd929-679a-4b5b-8ae9-6b6954a98f3c"], -Cell[27221, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1ce569bc-9079-4a44-bc10-2360d9f84850"] -}, Open ]], -Cell[27906, 766, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"39e20289-9d29-41f6-ac6c-8981ce329539"], -Cell[28942, 794, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"bf5bf7d4-5fdf-4cb4-86aa-3fc35b7dbadf"], -Cell[CellGroupData[{ -Cell[31192, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b8a1e80b-12f8-4faa-9ad3-15c32aff3018", +Cell[31204, 862, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b8a1e80b-12f8-4faa-9ad3-15c32aff3018", CellID->906383680], -Cell[31332, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"952287f1-6554-4aa7-bdb1-ca30a1df8664", +Cell[31344, 865, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"952287f1-6554-4aa7-bdb1-ca30a1df8664", CellID->1194386356], -Cell[31554, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0df66348-ba07-4522-baca-b94ec62d25a6", +Cell[31566, 871, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0df66348-ba07-4522-baca-b94ec62d25a6", CellID->1641706272], -Cell[31769, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e098075e-58a5-4b60-b5e9-1d848999c89d", +Cell[31781, 876, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e098075e-58a5-4b60-b5e9-1d848999c89d", CellID->399251956], -Cell[31998, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e5517762-0968-4bcd-9149-a03ae16775f3", +Cell[32010, 882, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e5517762-0968-4bcd-9149-a03ae16775f3", CellID->821434655] }, Open ]], -Cell[32235, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"add17029-33be-4a89-85b5-d3a17de80e08"] +Cell[32247, 888, 78, 0, 70, "FooterCell",ExpressionUUID->"42466bd4-0ab6-4db4-8fed-d487ec190652"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PlotCore3dV6.nb b/Documentation/English/ReferencePages/Symbols/PlotCore3dV6.nb index 14fc25b..cd653db 100644 --- a/Documentation/English/ReferencePages/Symbols/PlotCore3dV6.nb +++ b/Documentation/English/ReferencePages/Symbols/PlotCore3dV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 115477, 2833] -NotebookOptionsPosition[ 99133, 2520] -NotebookOutlinePosition[ 101315, 2575] -CellTagsIndexPosition[ 101228, 2570] +NotebookDataLength[ 137061, 3302] +NotebookOptionsPosition[ 118987, 2960] +NotebookOutlinePosition[ 121285, 3016] +CellTagsIndexPosition[ 121198, 3011] WindowTitle->PlotCore3dV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "115382a6-d089-487f-9888-a2f50fd2277a"], + "0c492743-b639-45dc-a2b6-9a9c07b29658"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "39d0abe2-64c2-4d79-9cf5-a683c9a1546d"], + "34b5a2be-da22-4773-b619-bd93a002bb4d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e54e5595-6e4d-4c9f-a823-d007c1f10bcc"] - }],ExpressionUUID->"3350eb51-b621-4f81-a643-84a73579ff10"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "34b5f872-999a-43e7-89c2-d815e94bec22"] + }],ExpressionUUID->"58521100-d36b-42ac-8511-4f63af8ff820"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8040b3b0-83f8-45a6-b8b2-67a214dcd6f3"], + "5daabdc8-62c9-4b71-b5a1-0f51f226191d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "638886ea-9acb-4d1c-9d15-f7bdca2d2b24"] - }],ExpressionUUID->"1896dcf3-6db0-48bb-a695-5951bb3357bf"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "99d83a07-46c2-4901-86ec-26a93fc5c5f7"] + }],ExpressionUUID->"26638db3-c255-4395-9fac-520a0c0d3a1d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "aa06197c-4622-4d15-94b7-630a5b7f33f2"], + "c5961f15-81b3-4bd1-b1ed-d8e6a28c8c4a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f887be5b-ef29-4efb-97b9-f68653e1d8d8"] - }],ExpressionUUID->"e1fdd170-cb3f-40e0-904c-4033a6e0d1b4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1e207e5c-b9b8-44d3-807c-2b8de8e89230"] + }],ExpressionUUID->"17417e94-9a5a-4a21-b2cb-8c3e5fcb03c8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6bdc101f-610b-433e-a10b-5d2d1a148aa0"], + "c70175ee-d80f-4874-af1f-65034cfb8d11"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "486bdb6f-4e9c-4f33-a2f4-7037ffe200ce"] - }],ExpressionUUID->"9d8ad6ef-853f-4d42-91f8-86228fcbf698"], - StripOnInput->False], {"\<\"TUG/ref/PlotCore3dV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PlotCore3dV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PlotCore3dV6.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$151081], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PlotCore3dV6" <> ".html"], None}]}]}, + "77dfb614-e89f-43a2-9fd6-1a73cd9ea9dc"] + }],ExpressionUUID->"2dc718be-a21b-46fd-86ee-26eb496bd7b2"], + StripOnInput->False],{ + "\"TUG/ref/PlotCore3dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PlotCore3dV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +PlotCore3dV6.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$162253], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PlotCore3dV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "af989ff1-73f9-427b-a3d2-fd5985c65aaf"] + "b3f8f938-fca2-4857-b151-d0b13cd7ed59"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "05b2126f-9977-4ae5-a797-802d7c90348f"]} + "72a2555e-76f9-463e-b33a-483b2f5cc5de"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f0ef9355-e0a1-4bc2-93d2-6ab0c449c52f"], + CellID->1,ExpressionUUID->"717d06c6-fd84-41cb-9571-3c2dac8884c1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"8d30dd8a-795b-46f2-8ded-512b7111c4c6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"45296a97-50e4-46a3-8b51-d7ea01f98e4d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PlotCore3dV6", "ObjectName",ExpressionUUID-> - "87ab1938-40a2-4670-807e-88eb9e20bce0"], + "65692573-9e5e-449e-948b-3c905b83ec9d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2249397e-d90f-40e9-884b-bb5c0b518099"], + "Spacer1"]],ExpressionUUID->"45bbf091-7ba9-4a35-81b3-896e99e0417d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6cbf7fc6-fdc8-490b-861a-ec4e46913742"] - }],ExpressionUUID->"caa4b317-4869-4df7-8583-ed3d8461e777"], Cell[BoxData[ + "b7b8e354-283c-4931-a091-47e25fb3ab48"] + }],ExpressionUUID->"8cd103f3-2d6e-4aa5-8fb4-82c2297e7d4b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e7a05ea2-4e98-4e22-bb23-cbdb2c1e5295"]} + "69a70abf-6d23-49aa-89ed-549e68c55cb3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"de19a61f-7b4d-4e30-a3f9-35fab5e55e44"], + CacheGraphics->False,ExpressionUUID->"c4fff68b-013d-4f22-a3e7-0c1674649d00"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "4e6f55a9-c600-451d-8471-fcc36a1f9ae4"], " \[LineSeparator]plots the core of a four-person game." - }],ExpressionUUID->"90151025-db58-4117-80e8-8fbf75f6357b"]}, + }],ExpressionUUID->"1f3dd447-7051-4d79-971a-3e64d7afb7c4"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PlotCore3dV6", "[", @@ -245,8 +250,9 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "c3585af2-d193-4bf8-839e-8641ea035fd8"], " \[LineSeparator]by option set, the view can be changed, as well as \ -several solutions can be added to the graphics." - }],ExpressionUUID->"2091a4ff-ebe3-43db-b2c8-6fc500aaf78f"]} +several solutions can be added to the graphics. For instance, the legend can \ +be turned on, and the Weber set can be included into the figure. " + }],ExpressionUUID->"993e905f-77c9-46ad-829c-dd285a738330"]} }]], "Usage", CellID->2014805152,ExpressionUUID->"518a1fce-6d5f-40ea-ad72-3a98ef496d84"] }, Open ]], @@ -279,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2f3bfff1-9d92-438c-b0e5-1806197b2467"], + ExpressionUUID->"1e9bcc71-d6c6-40df-bdd4-92e7c1544d89"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a4ae04ca-594c-4938-98fe-a0565bcc8fac"], + "Spacer1"]],ExpressionUUID->"1f42f265-6b5c-40fa-9d91-263fb523dbbd"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9ad6f170-3bf4-48ad-86be-4ac93948ab3d"], + }], "NotesFrameText",ExpressionUUID->"427c1055-8211-47f1-94be-4a12173cee46"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"428102c8-039d-4b43-8981-28b7268b2780"]], \ + "Preemptive"]],ExpressionUUID->"d011a56e-22d2-41ac-8ab1-f0eafd054920"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->548169302,ExpressionUUID->"39eb24ab-87a5-46e3-bb6e-e6720a340dce"], + CellID->321723771,ExpressionUUID->"73ac46cb-3114-4d38-b781-03d021bb0b4e"], Cell[TextData[{ "The input expression ", @@ -341,8 +347,10 @@ Cell["This function draws the core of a four person game.", "Notes", Cell["\<\ The core area is depicted as a transparent yellow polytope. Furthermore, the \ Shapley value will be drawn as a blue point, the kernel as a light red, the \ -pre-kernel as a red, the nucleolus as a green, and the modiclus as a purple \ -point. \ +pre-kernel as a red, the nucleolus as a green, the modiclus as a purple \ +point, and the Harsanyi value as a brown point. It is also possible to \ +include the Weber set into the core graphic, which is drawn as a transparent \ +orange polytope. \ \>", "Notes", CellID->743590016,ExpressionUUID->"903b37ec-31a7-4f47-9eba-63fec4a4fbb3"], @@ -366,7 +374,7 @@ Cell[TextData[{ }], "Notes", CellID->135892803,ExpressionUUID->"0465ff6c-5974-4ce3-a052-c357d29ed4bb"], -Cell["Dedicated for Mathematica Version 6.x or higher only.", "Notes", +Cell["Dedicated for Mathematica Version 12.x or higher only.", "Notes", CellID->2111799648,ExpressionUUID->"c255bb41-7c36-4b7b-9398-441c338d04cb"], Cell["The following options can be given: ", "Notes", @@ -377,7 +385,26 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fa4a3e86-d989-4c6a-a43c-3c13b5187f38"], + "65cea3c5-7ad4-4a4d-aaa1-f51a1a76215f"], + TemplateBox[{ + Cell[ + TextData["HarsanyiValCoord"]], "paclet:TUG/ref/HarsanyiValCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", "}"}], Cell["\<\ +do not use to pass the Harsanyi value to the function. Selection made by \ +internal calculation.\ +\>", "TableText",ExpressionUUID->"f03a7c60-57ee-48ad-9cf6-e48300048988"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->969813666,ExpressionUUID->"56629dec-7e56-4a5d-b791-45e5a81ee32a"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "1e8b1c8d-331f-4201-82fd-8a4da0a3459c"], TemplateBox[{ Cell[ TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", @@ -398,7 +425,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "fe4e3df5-0b83-4192-98ab-d859567db9dd"], + "4f57cfde-6380-4aaf-848e-077b4786d1e9"], TemplateBox[{ Cell[ TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", @@ -409,7 +436,7 @@ Cell[BoxData[GridBox[{ do not use to pass an arbitrary payoff/imputation to the function. \ \>", "TableText",ExpressionUUID->"acad24c3-87b0-4bf1-bb40-948b42dd901e"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d55ad6ce-85d9-4d63-b036-9f2aeada36b6"], + "28d4b0cf-0f88-4a44-a30b-0b806e7548eb"], TemplateBox[{ Cell[ TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", @@ -421,7 +448,7 @@ do not use to pass the nucleolus to the function. Selection made by internal \ calculation.\ \>", "TableText",ExpressionUUID->"226c9507-4250-45b7-b51d-2fb5c32a3a45"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5d16db4b-5fb7-40f3-9456-bda0fe52a847"], + "5902216e-13f3-43ea-be8d-4c59c6d0b628"], TemplateBox[{ Cell[ TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", @@ -442,7 +469,7 @@ calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5177233c-8a6c-4f27-aa87-1766e49ba9dd"], + "53444223-ac79-408f-8cb7-74b8ce5b2639"], TemplateBox[{ Cell[ TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", @@ -461,7 +488,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b19a3c01-b101-4b09-a3c3-c80a30bf72b4"], + "bd60cdf5-26f9-4ac6-80a5-223db2c28c89"], TemplateBox[{ Cell[ TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, @@ -477,7 +504,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5dac5a17-90e1-49e5-8694-f6e9a0836b1d"], + "22d9630e-13c7-44e1-9651-0bbe78fbd878"], TemplateBox[{ Cell[ TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", @@ -496,7 +523,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "51b3dbc0-e097-4699-b1f3-937b3c662e0d"], + "0238fc1e-399b-4940-8589-1c9161dd50c8"], TemplateBox[{ Cell[ TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", @@ -513,7 +540,24 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5d0c4629-61a7-45f7-acda-6467f9e25b29"], + "b5f0e662-12de-4ac2-a062-c64b13af4eff"], + TemplateBox[{ + Cell[ + TextData["ShowWeberSet"]], "paclet:TUG/ref/ShowWeberSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "does not draw the Weber set. ", "TableText",ExpressionUUID-> + "6dab6d15-a8ed-4cfa-b04f-dc6b1b3bf228"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->350910532,ExpressionUUID->"3b9a694e-6f4f-4210-aafa-ac9be853d360"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "1281f884-3768-47f5-8f1d-2297cbc74354"], TemplateBox[{ Cell[ TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, @@ -530,7 +574,7 @@ space. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f1969b9b-17bb-47bd-a2dd-e56683d384f4"], + "cfd846f1-617e-4eb0-9bc5-09e012e3e4ad"], TemplateBox[{ Cell[ TextData["Verbosely"]], "paclet:TUG/ref/Verbosely", @@ -547,7 +591,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "076a5ffa-659c-4df4-b5cf-07b89c9d3e7c"], + "9adb0508-2dca-4574-8899-1449625c0aa1"], TemplateBox[{ Cell[ TextData["ViewLegend"]], "paclet:TUG/ref/ViewLegend", @@ -564,7 +608,24 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "32555b08-f5fc-481a-9918-64ce23bf525e"], + "8b3a09aa-2e3e-4954-bfb8-936225fa4c60"], + TemplateBox[{ + Cell[ + TextData["ViewHarsanyiSol"]], "paclet:TUG/ref/ViewHarsanyiSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the Harsanyi value. ", "TableText",ExpressionUUID-> + "98e88139-42fa-405a-a8c5-ac07b694bb1d"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2117624847,ExpressionUUID->"8f54a3b7-2258-409e-8392-95b451907624"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "7f600a1a-29fa-4eda-8d47-ac35b8bfafa8"], TemplateBox[{ Cell[ TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", @@ -581,7 +642,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "29a1fa49-5ed7-4356-b648-5e4058951588"], + "1bc945bd-7068-4522-adba-158ccda8981c"], TemplateBox[{ Cell[ TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", @@ -598,7 +659,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e1b399c8-d64e-4569-bb7e-86ad82476f84"], + "b509b11f-baa4-4625-8014-b94fe31721cb"], TemplateBox[{ Cell[ TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", @@ -615,7 +676,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "cc885dc1-9b06-458c-a30d-d92022727b9f"], + "3b8c6e72-e393-4265-b79d-1cece387c35f"], TemplateBox[{ Cell[ TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", @@ -632,7 +693,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "20028ad0-0c3d-4f2f-aa78-0b5a78638bf0"], + "9b502491-a112-48bb-9802-8b559e8cdc96"], TemplateBox[{ Cell[ TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", @@ -649,7 +710,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c6e82655-4f79-4666-84d8-db4a67b2f13b"], + "dca46675-74ff-4414-883f-3fbd47601d86"], TemplateBox[{ Cell[ TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, @@ -663,6 +724,23 @@ Cell[BoxData[GridBox[{ GridBoxDividers->{"Rows" -> {{True, True}}}}, CellID->901767574,ExpressionUUID->"84a9f056-cf97-4c94-9a58-5c1122b75c7c"], +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "07966981-113e-4e2f-9f90-0fa2dc4ffed9"], + TemplateBox[{ + Cell[ + TextData["VRepresentation"]], "paclet:TUG/ref/VRepresentation", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use a hyperplane representation to draw the Weber set.", "TableText", + ExpressionUUID->"4e47ebde-c45a-4fa1-8c20-17c5b0104785"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1435485306,ExpressionUUID->"7aa603a0-7d1a-45e5-a003-7bf591f663fe"], + Cell[TextData[{ "The option ", Cell[BoxData[ @@ -845,6 +923,22 @@ Cell[TextData[{ }], "Notes", CellID->2041043955,ExpressionUUID->"adf0a1f1-95c2-4c23-b3e0-a5f7db127e65"], +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ShowWeberSet"]], "paclet:TUG/ref/ShowWeberSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6635f77e-0eff-48c3-95cb-0f2c6c369afd"], + " depicts the Weber set against the Core." +}], "Notes", + CellID->1924881250,ExpressionUUID->"8a01d7fc-71d3-45a4-a68a-cdffcebb5990"], + Cell[TextData[{ "The option ", Cell[BoxData[ @@ -1022,7 +1116,24 @@ Cell[TextData[{ "412afc50-ca80-4d78-afc5-4e649714f234"], " depicts the core as a skeleton instead. " }], "Notes", - CellID->1735714032,ExpressionUUID->"9e9bf4e4-c7d1-4c99-84a9-8074262a47f3"] + CellID->1735714032,ExpressionUUID->"9e9bf4e4-c7d1-4c99-84a9-8074262a47f3"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["VRepresentation"]], "paclet:TUG/ref/VRepresentation", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "81a8fb59-8c0f-46a1-8398-c3f6bf71a130"], + " depicts the Weber set using a vertex representation instead of a \ +hyperplane representation." +}], "Notes", + CellID->294414635,ExpressionUUID->"e3aa2997-bdaf-4dc1-8d5e-45cbae07781a"] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], @@ -1053,19 +1164,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bc90e87-1a6e-4b3c-a7ad-dc347f82074a"], + ExpressionUUID->"34ecd8c4-b779-41cb-9edc-d573e736a885"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6cf0e2ef-929b-4f57-892d-4f4147af33b0"], + "Spacer1"]],ExpressionUUID->"bd26a226-3e87-4f80-b329-384aae374080"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "17f15e92-779d-412d-95b7-68e6b67e0d85"] + "5a727505-6ec2-4b25-a57d-053b31a4ae44"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->401997170,ExpressionUUID->"6697728f-7833-4d32-9e6d-e8d8209d2ed5"], + CellID->1081906856,ExpressionUUID->"e5bb68a4-1e75-4329-b168-5d5dba46ee4c"], Cell[CellGroupData[{ @@ -1094,18 +1205,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e5159ab0-55ac-4725-9eef-b395cf71b12e"], + ExpressionUUID->"af5707ae-46ef-4ae6-bcb7-e085ce2fbb90"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cd610000-0fe2-4f1e-a1f1-9ee693c747af"], + "Spacer1"]],ExpressionUUID->"a3891d23-d2fd-48b9-9dff-3d869c0825ff"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d8f1cec3-9cbb-4a86-821e-4f224a50162e"] + "5dbe0fa8-1c6b-44b2-9c89-c3959f593587"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1113304694,ExpressionUUID->"ef51389b-1e9c-4efe-8f47-078dfef4b38b"], + CellID->271661135,ExpressionUUID->"d2c039fd-0ebe-43aa-95f0-f6d8d9dc981b"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"ba1bb818-7bc1-4cff-80e8-8a98efbb1ee1"], @@ -1123,7 +1234,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->2131934134,ExpressionUUID->"720880e3-beae-4811-a01c-11eda7e4d7a0"], + CellID->1276654296,ExpressionUUID->"624d4af5-5596-4db2-ad6e-9f775f1f369d"], Cell[BoxData[ InterpretationBox[ @@ -1133,57 +1244,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->1616286038,ExpressionUUID->"875d3331-d4b0-4406-a9c8-ede15355f6b9"], + CellID->1741754330,ExpressionUUID->"40a93f41-14ba-4d03-9228-bbc5367c50e0"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->1281406497,ExpressionUUID->"d396ca38-6675-494a-bbcb-60b2afcbc2ee"], + CellID->470760680,ExpressionUUID->"4f2c4bbb-5a80-4a5c-8cb1-844d26760e61"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->1330683408,ExpressionUUID->"4c03a1c5-581e-4e85-8858-cb86dcaaf837"], + CellID->51375481,ExpressionUUID->"1431e7f7-22a2-485a-999d-b6aa973cd97e"], -Cell[BoxData["\<\"Release Date: 07.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->274203928,ExpressionUUID->"c014212a-cf6b-40a8-97c8-afa7ad6df22a"], + CellID->557970829,ExpressionUUID->"1ca55a7f-b461-4463-90b4-dc34a680be9f"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->126208092,ExpressionUUID->"5be41429-fa35-40c8-ad9f-a211359a1992"], + CellID->438095802,ExpressionUUID->"b9c41809-65f1-457c-8ab6-5ebc61fe3c68"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->547097305,ExpressionUUID->"3a189454-c79e-44bc-9fb4-9021c945194e"], + CellID->2106821879,ExpressionUUID->"4b426ef1-e4be-4304-bc8e-8e435a7f148f"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->213932595,ExpressionUUID->"8ed22906-0c36-427d-89f3-1bfdfbd37811"], + CellID->639296595,ExpressionUUID->"961b2b9c-3243-4503-8fd8-acbd5a8aa5ca"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->1125404539,ExpressionUUID->"a6ef4142-70e4-4556-b0c0-846b2842c7f7"], + CellID->1807280789,ExpressionUUID->"2325651d-245f-4a09-adaa-09b26ed275d3"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->1948976988,ExpressionUUID->"86d3abf1-722c-4e55-8f0b-af9f510b7891"], + CellID->1717221232,ExpressionUUID->"9137ccf3-d36d-4317-8116-57dfd1ba97fd"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$16171`", CellLabel->"During evaluation of In[1]:=", - CellID->98404398,ExpressionUUID->"9bea8667-6e84-4b3a-86b8-9999c1da4cdd"] + CellID->430178780,ExpressionUUID->"72f19244-749e-4ad2-81ff-ec585ddab61d"] }, Open ]] }, Open ]], @@ -1233,6 +1344,8 @@ Cell[BoxData[ Cell[BoxData[ RowBox[{"{", RowBox[{ + RowBox[{"HarsanyiValCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", RowBox[{"KernelCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ModiclusCoord", "\[Rule]", @@ -1248,18 +1361,36 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"ShowWeberSet", "\[Rule]", "False"}], ",", RowBox[{"SyncDim", "\[Rule]", "True"}], ",", RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", - RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", CellContext->"Cell$$16171`", CellLabel->"Out[5]=", - CellID->661800744,ExpressionUUID->"baacc767-1593-4c9e-88c8-87ef04edf5a6"] + CellID->67972249,ExpressionUUID->"9d1b1020-6c70-478d-b0c7-cb23eb2b55b7"] +}, Open ]], + +Cell["First let us see whether the game is convex.", "ExampleText", + CellID->180761903,ExpressionUUID->"adfc44b6-653d-406a-957a-e00437f1b9d0"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"ConvexQ", "[", "ExpGame", "]"}]], "Input", + CellLabel->"In[6]:=", + CellID->40143214,ExpressionUUID->"4f9b9785-a7a6-4e39-b8ca-009fd6df2806"], + +Cell[BoxData["False"], "Output", + CellLabel->"Out[6]=", + CellID->1687270463,ExpressionUUID->"22f020e7-a4ac-4013-a48e-775fc748ac1f"] }, Open ]], Cell["\<\ @@ -1272,7 +1403,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"fig01", "=", RowBox[{"PlotCore3dV6", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[6]:=", + CellLabel->"In[7]:=", CellID->640476792,ExpressionUUID->"08d919c8-eb9f-4bfe-97fa-ed2b39c74732"], Cell[BoxData[ @@ -1343,8 +1474,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[6]=", - CellID->2065190304,ExpressionUUID->"30132b7b-fe19-4e8d-bb2a-4e7a55460214"] + CellLabel->"Out[7]=", + CellID->1885588210,ExpressionUUID->"4c121026-508e-423e-961c-2f4dd700e891"] }, Open ]], Cell["\<\ @@ -1361,7 +1492,7 @@ Cell[BoxData[ RowBox[{"ExpGame", ",", RowBox[{"ShowImputationSet", "\[Rule]", " ", "False"}]}], "]"}]}]], "Input", - CellLabel->"In[7]:=", + CellLabel->"In[8]:=", CellID->99189785,ExpressionUUID->"e22b9b56-8249-4254-8a85-2ba20f815de9"], Cell[BoxData[ @@ -1429,12 +1560,12 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[7]=", - CellID->1728302515,ExpressionUUID->"6f86c59a-dc46-45bd-8845-9bb9a7db4260"] + CellLabel->"Out[8]=", + CellID->982610101,ExpressionUUID->"68d6bc14-e03a-49ec-9e6d-28d972a18abc"] }, Open ]], Cell["\<\ -Moreover, the core plot can also be displayed as a skeleton by \ +Moreover, the core plot can also be displayed as a skeleton through \ \>", "ExampleText", CellID->1693517317,ExpressionUUID->"4dc618fa-208d-4812-93e6-5333e7ceda03"], @@ -1445,7 +1576,7 @@ Cell[BoxData[ RowBox[{"PlotCore3dV6", "[", RowBox[{"ExpGame", ",", RowBox[{"ViewSkel", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[8]:=", + CellLabel->"In[9]:=", CellID->827728234,ExpressionUUID->"6aa8dab3-2c31-4ae2-bde9-4089b6b63b8d"], Cell[BoxData[ @@ -1511,8 +1642,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[8]=", - CellID->284606825,ExpressionUUID->"44f09bcf-9616-4692-ad62-d2a68cbb14a6"] + CellLabel->"Out[9]=", + CellID->2006681410,ExpressionUUID->"373f736a-570c-4a2a-8825-22d2c8f617f0"] }, Open ]], Cell["\<\ @@ -1530,7 +1661,7 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[9]:=", + CellLabel->"In[10]:=", CellID->1375615690,ExpressionUUID->"37626ca4-4182-41ab-b70f-bf0968a8ab1e"], Cell[BoxData[ @@ -1613,8 +1744,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[9]=", - CellID->1820701679,ExpressionUUID->"55860aed-dfd3-4cef-892d-6a4e27bdd5c3"] + CellLabel->"Out[10]=", + CellID->117276550,ExpressionUUID->"061e2379-210d-4361-8d97-604776489bec"] }, Open ]], Cell["In addition, we can include the legend into the graphic by", \ @@ -1632,7 +1763,7 @@ Cell[BoxData[ RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", RowBox[{"ViewLegend", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[10]:=", + CellLabel->"In[11]:=", CellID->967638449,ExpressionUUID->"9b23d537-4601-4ef6-b077-d3d08139b890"], Cell[BoxData[ @@ -1725,30 +1856,41 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ GraphicsBox[{{{InsetBox[ GraphicsBox[ - {RGBColor[0.5, 0, 0.5], + {RGBColor[0.6, 0.4, 0.2], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 0.58}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}}, {}}, + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, AspectRatio->0.5, PlotRange->{{-0.1, 6.26}, {-0.1, - 4.739999999999999}}], {1.1, -0.4}, { + 5.8999999999999995`}}], {1.1, -0.4}, { Left, Bottom}, {0.5, 0.25}]}]}}]}, AspectRatio->Automatic, Background->None, @@ -1756,8 +1898,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ImageSize->{400., 434.}, PlotRange->All]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[10]=", - CellID->1731877654,ExpressionUUID->"6633fced-73d8-4920-9d2c-6e89c7d6bb87"] + CellLabel->"Out[11]=", + CellID->864813394,ExpressionUUID->"8ed9742d-6a56-42f5-86fd-5d68a0fc9b28"] }, Open ]], Cell["\<\ @@ -1772,7 +1914,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"shv", "=", RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[11]:=", + CellLabel->"In[12]:=", CellID->1642130140,ExpressionUUID->"09459d6b-7ce3-4a0e-9343-43bf8c66a073"], Cell[BoxData[ @@ -1783,8 +1925,8 @@ Cell[BoxData[ FractionBox["25", "12"], ",", FractionBox["25", "12"]}], "}"}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[11]=", - CellID->335708324,ExpressionUUID->"ef88d9cf-7f0c-44fd-9943-96a9ce18584e"] + CellLabel->"Out[12]=", + CellID->779974371,ExpressionUUID->"9482c26b-f560-4c5e-8c26-1fd87066d4d4"] }, Open ]], Cell[CellGroupData[{ @@ -1792,7 +1934,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"nc", "=", RowBox[{"ModifiedNucleolus", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[12]:=", + CellLabel->"In[13]:=", CellID->1428805585,ExpressionUUID->"f3002715-810d-4f4c-bbb1-e904a44d8454"], Cell[BoxData[ @@ -1803,8 +1945,8 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[12]=", - CellID->290485804,ExpressionUUID->"1a496b73-59eb-4689-8531-1dc50684dab6"] + CellLabel->"Out[13]=", + CellID->1683580785,ExpressionUUID->"bf83fd56-2c48-408a-9726-227927ec3d1d"] }, Open ]], Cell[CellGroupData[{ @@ -1812,15 +1954,15 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mnc", "=", RowBox[{"Modiclus", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[13]:=", + CellLabel->"In[14]:=", CellID->590982472,ExpressionUUID->"f2661c0e-2d1f-43cc-8bba-9b91b192bea7"], Cell[BoxData[ RowBox[{"{", RowBox[{"6", ",", "2", ",", "2", ",", "2"}], "}"}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[13]=", - CellID->1693944956,ExpressionUUID->"ab015b33-1674-4c47-90f5-49bade692eb5"] + CellLabel->"Out[14]=", + CellID->1879379318,ExpressionUUID->"03f9896d-5fb1-4d55-82b8-8dcf3523ae95"] }, Open ]], Cell[CellGroupData[{ @@ -1828,7 +1970,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"pk", "=", RowBox[{"PreKernelElement", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[14]:=", + CellLabel->"In[15]:=", CellID->1372698786,ExpressionUUID->"ae729c41-6a2d-4dad-ad33-30e4b3aae121"], Cell[BoxData[ @@ -1839,8 +1981,8 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[14]=", - CellID->194926807,ExpressionUUID->"c01819e2-0a35-489e-841f-d030c299129c"] + CellLabel->"Out[15]=", + CellID->1578630318,ExpressionUUID->"0ecb7f96-d945-4980-bd49-87e473759a64"] }, Open ]], Cell["\<\ @@ -1861,7 +2003,7 @@ Cell[BoxData[ RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}]}], "]"}]}]], "Input", - CellLabel->"In[15]:=", + CellLabel->"In[16]:=", CellID->700969344,ExpressionUUID->"b25945c5-1ed6-4d3f-a4af-a07ae8ece5d2"], Cell[BoxData[ @@ -1945,8 +2087,8 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[15]=", - CellID->545164633,ExpressionUUID->"2dae5ba4-f6b1-40f7-87f8-9e0034c37ae4"] + CellLabel->"Out[16]=", + CellID->199043933,ExpressionUUID->"5ef0794a-a537-4037-a223-0e3864aafc06"] }, Open ]], Cell["\<\ @@ -1967,7 +2109,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"crv", "=", RowBox[{"CddGmpVerticesCore", "[", "ExpGame", "]"}]}]], "Input", - CellLabel->"In[16]:=", + CellLabel->"In[17]:=", CellID->946849018,ExpressionUUID->"bfca77fb-68e4-43fc-964b-fe8d376fd6ac"], Cell[BoxData[ @@ -2002,8 +2144,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"7", ",", "5", ",", "0", ",", "0"}], "}"}]}], "}"}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[16]=", - CellID->123101613,ExpressionUUID->"4b4dcbc4-4b09-4370-a9d0-9c90ec771c8e"] + CellLabel->"Out[17]=", + CellID->1718244779,ExpressionUUID->"b8544749-af02-4d52-995a-d2342fe36989"] }, Open ]], Cell[TextData[{ @@ -2029,7 +2171,7 @@ Cell[BoxData[ RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", " ", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "crv"}]}], "]"}]}]], "Input", - CellLabel->"In[17]:=", + CellLabel->"In[18]:=", CellID->1632084698,ExpressionUUID->"9e898c37-9a5d-4860-8e38-110b396edd1b"], Cell[BoxData[ @@ -2207,13 +2349,314 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellContext->"Cell$$16171`", - CellLabel->"Out[17]=", - CellID->1336997784,ExpressionUUID->"d62b26ae-76b8-4995-ac1d-be0b966eba2f"] + CellLabel->"Out[18]=", + CellID->545171205,ExpressionUUID->"a0aabe73-9a5d-46a1-9642-cb470c26ef8f"] }, Open ]], Cell["We observe that all vertices are included into the graphic.", \ "ExampleText", - CellID->672243198,ExpressionUUID->"9e9db93f-b03e-4ce1-89a3-9b9270379dda"] + CellID->672243198,ExpressionUUID->"9e9db93f-b03e-4ce1-89a3-9b9270379dda"], + +Cell["Finally, we add the Weber set to the core graphic:", "ExampleText", + CellID->349071146,ExpressionUUID->"b43435ec-eb79-4968-adc3-7378b47fd969"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig08", "=", + RowBox[{"PlotCore3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", " ", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", " ", "nc"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "crv"}], ",", + RowBox[{"ShowWeberSet", "->", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[19]:=", + CellID->763366402,ExpressionUUID->"f522314c-d01f-4c01-af86-07c347a4e0f0"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 1, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGDgA2JmBhj4YM+ABlavAoFH9hD6lj26OLr6UDC4iqEeJg7h +XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU + + "], Polygon3DBox[{{11, 7, 4}, {3, 1, 2}, {2, 1, 13}, {13, 1, 3}, {12, 8, + 7}, {4, 7, 14}, {12, 7, 11}, {8, 10, 14}, {9, 10, 13}, {13, 10, 12}, { + 12, 11, 2}, {11, 4, 2}, {4, 5, 2}, {12, 10, 8}, {14, 5, 4}, {14, 6, + 5}, {7, 8, 14}, {14, 9, 6}, {14, 10, 9}, {6, 9, 5}, {3, 9, 13}, {13, 12, + 2}, {2, 5, 3}, {5, 9, 3}}]]}, + {Thickness[Large], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGDgA2JmBhj4YM+ABlavAoFH9hD6lj26OLr6UDC4iqEeJg7h +XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU + + "], { + {Thickness[0.0085], + TubeBox[{{1., 0., 0.}, {0.5833333333333334, 0.4166666666666667, 0.}}], + TubeBox[{{1., 0., 0.}, {0.5833333333333334, 0., 0.}}], + TubeBox[{{1., 0., 0.}, {0.5833333333333334, 0., 0.4166666666666667}}], + TubeBox[{{0.5833333333333334, 0.4166666666666667, 0.}, { + 0.3333333333333333, 0.4166666666666667, 0.}}], + TubeBox[{{0.5833333333333334, 0.4166666666666667, 0.}, { + 0.3333333333333333, 0.4166666666666667, 0.25}}], + TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0.25, + 0.}}], TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0., + 0.25}}], + TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { + 0.3333333333333333, 0.25, 0.}}], + TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { + 0.08333333333333333, 0.4166666666666667, 0.25}}], + TubeBox[{{0.3333333333333333, 0.25, 0.}, {0.08333333333333333, 0.25, + 0.25}}], + TubeBox[{{0.08333333333333333, 0.25, 0.25}, {0.3333333333333333, 0., + 0.25}}], + TubeBox[{{0.08333333333333333, 0.25, 0.25}, {0., 0.3333333333333333, + 0.3333333333333333}}], + TubeBox[{{0.08333333333333333, 0.4166666666666667, 0.25}, { + 0.3333333333333333, 0.4166666666666667, 0.25}}], + TubeBox[{{0.08333333333333333, 0.4166666666666667, 0.25}, {0., + 0.3333333333333333, 0.3333333333333333}}], + TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, { + 0.3333333333333333, 0., 0.4166666666666667}}], + TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, { + 0.3333333333333333, 0.25, 0.4166666666666667}}], + TubeBox[{{0.08333333333333333, 0.25, 0.4166666666666667}, {0., + 0.3333333333333333, 0.3333333333333333}}], + TubeBox[{{0.3333333333333333, 0., 0.25}, {0.3333333333333333, 0., + 0.4166666666666667}}], + TubeBox[{{0.3333333333333333, 0., 0.4166666666666667}, { + 0.5833333333333334, 0., 0.4166666666666667}}], + TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.25}, { + 0.3333333333333333, 0.25, 0.4166666666666667}}], + TubeBox[{{0.3333333333333333, 0.25, 0.4166666666666667}, { + 0.5833333333333334, 0., 0.4166666666666667}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {0, 0, 0}, {1, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[23, 48], Rational[25, 144], Rational[25, 144]}, { + 0.4791666666666667, 0.1736111111111111, 0.1736111111111111}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 8], Rational[5, 24], Rational[5, 24]}, {0.375, + 0.20833333333333334`, 0.20833333333333334`}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 2], Rational[1, 6], Rational[1, 6]}, {0.5, + 0.16666666666666666`, 0.16666666666666666`}], 0.021]}, { + {RGBColor[ + NCache[{0, + Rational[1, 3], + Rational[1, 3]}, {0, 0.3333333333333333, 0.3333333333333333}]], + SphereBox[ + NCache[{0, Rational[1, 3], Rational[1, 3]}, { + 0, 0.3333333333333333, 0.3333333333333333}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 12], + Rational[1, 4], + Rational[5, 12]}, {0.08333333333333333, 0.25, 0.4166666666666667}]], + SphereBox[ + NCache[{Rational[1, 12], Rational[1, 4], Rational[5, 12]}, { + 0.08333333333333333, 0.25, 0.4166666666666667}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 12], + Rational[5, 12], + Rational[1, 4]}, {0.08333333333333333, 0.4166666666666667, 0.25}]], + SphereBox[ + NCache[{Rational[1, 12], Rational[5, 12], Rational[1, 4]}, { + 0.08333333333333333, 0.4166666666666667, 0.25}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 12], + Rational[1, 4], + Rational[1, 4]}, {0.08333333333333333, 0.25, 0.25}]], + SphereBox[ + NCache[{Rational[1, 12], Rational[1, 4], Rational[1, 4]}, { + 0.08333333333333333, 0.25, 0.25}], 0.021]}, + {RGBColor[1, 0, 0], SphereBox[{1, 0, 0}, 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], + Rational[1, 4], + Rational[5, 12]}, {0.3333333333333333, 0.25, 0.4166666666666667}]], + SphereBox[ + NCache[{Rational[1, 3], Rational[1, 4], Rational[5, 12]}, { + 0.3333333333333333, 0.25, 0.4166666666666667}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], + Rational[5, 12], + Rational[1, 4]}, {0.3333333333333333, 0.4166666666666667, 0.25}]], + SphereBox[ + NCache[{Rational[1, 3], Rational[5, 12], Rational[1, 4]}, { + 0.3333333333333333, 0.4166666666666667, 0.25}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], 0, + Rational[5, 12]}, {0.3333333333333333, 0, 0.4166666666666667}]], + SphereBox[ + NCache[{Rational[1, 3], 0, Rational[5, 12]}, { + 0.3333333333333333, 0, 0.4166666666666667}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], + Rational[5, 12], 0}, {0.3333333333333333, 0.4166666666666667, 0}]], + SphereBox[ + NCache[{Rational[1, 3], Rational[5, 12], 0}, { + 0.3333333333333333, 0.4166666666666667, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], 0, + Rational[1, 4]}, {0.3333333333333333, 0, 0.25}]], + SphereBox[ + NCache[{Rational[1, 3], 0, Rational[1, 4]}, { + 0.3333333333333333, 0, 0.25}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 3], + Rational[1, 4], 0}, {0.3333333333333333, 0.25, 0}]], + SphereBox[ + NCache[{Rational[1, 3], Rational[1, 4], 0}, { + 0.3333333333333333, 0.25, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 12], 0, + Rational[5, 12]}, {0.5833333333333334, 0, 0.4166666666666667}]], + SphereBox[ + NCache[{Rational[7, 12], 0, Rational[5, 12]}, { + 0.5833333333333334, 0, 0.4166666666666667}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 12], + Rational[5, 12], 0}, {0.5833333333333334, 0.4166666666666667, 0}]], + SphereBox[ + NCache[{Rational[7, 12], Rational[5, 12], 0}, { + 0.5833333333333334, 0.4166666666666667, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 12], 0, 0}, {0.5833333333333334, 0, 0}]], + SphereBox[NCache[{Rational[7, 12], 0, 0}, {0.5833333333333334, 0, 0}], + 0.021]}}, { + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAGJmBnRwwX71KhC4ZQ8TQeVfgIuHgsFVDPUwcXT1MHWo +8gh7YeLo+tH1obsHwn+E4Q4I+IDGR3cfYXfBzEdXjy5ObrgAAGjVbFA= + "], + Polygon3DBox[{{4, 5, 3}, {5, 8, 3}, {3, 8, 7}, {10, 13, 9}, {10, 14, + 13}, {9, 14, 10}, {16, 15, 4}, {16, 12, 14}, {2, 5, 4}, {2, 8, 5}, {6, + 11, 12}, {9, 15, 16}, {8, 15, 9}, {3, 6, 4}, {13, 7, 9}, {14, 12, + 13}, {2, 15, 8}, {4, 15, 2}, {7, 11, 1}, {1, 11, 6}, {1, 6, 3}, {3, 7, + 1}, {12, 11, 13}, {13, 11, 7}, {9, 16, 14}, {7, 8, 9}, {6, 12, 4}, {4, + 12, 16}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{0, Rational[1, 4], Rational[5, 12]}, { + 0, Rational[1, 3], Rational[5, 12]}}, {{ + 0, 0.25, 0.4166666666666667}, { + 0, 0.3333333333333333, 0.4166666666666667}}]], + TubeBox[NCache[{{0, Rational[1, 4], Rational[5, 12]}, { + 0, Rational[1, 4], Rational[1, 3]}}, {{ + 0, 0.25, 0.4166666666666667}, {0, 0.25, 0.3333333333333333}}]], + TubeBox[NCache[{{0, Rational[1, 4], Rational[5, 12]}, { + Rational[1, 3], 0, Rational[5, 12]}}, {{ + 0, 0.25, 0.4166666666666667}, { + 0.3333333333333333, 0, 0.4166666666666667}}]], + TubeBox[NCache[{{0, Rational[5, 12], Rational[1, 4]}, { + 0, Rational[1, 3], Rational[1, 4]}}, {{ + 0, 0.4166666666666667, 0.25}, {0, 0.3333333333333333, 0.25}}]], + TubeBox[NCache[{{0, Rational[5, 12], Rational[1, 4]}, { + 0, Rational[5, 12], Rational[1, 3]}}, {{ + 0, 0.4166666666666667, 0.25}, { + 0, 0.4166666666666667, 0.3333333333333333}}]], + TubeBox[NCache[{{0, Rational[5, 12], Rational[1, 4]}, { + Rational[1, 3], Rational[5, 12], 0}}, {{ + 0, 0.4166666666666667, 0.25}, { + 0.3333333333333333, 0.4166666666666667, 0}}]], + TubeBox[NCache[{{0, Rational[1, 3], Rational[5, 12]}, { + 0, Rational[5, 12], Rational[1, 3]}}, {{ + 0, 0.3333333333333333, 0.4166666666666667}, { + 0, 0.4166666666666667, 0.3333333333333333}}]], + TubeBox[NCache[{{0, Rational[1, 3], Rational[5, 12]}, { + Rational[1, 3], Rational[1, 4], Rational[5, 12]}}, {{ + 0, 0.3333333333333333, 0.4166666666666667}, {0.3333333333333333, + 0.25, 0.4166666666666667}}]], + TubeBox[NCache[{{0, Rational[1, 3], Rational[1, 4]}, { + 0, Rational[1, 4], Rational[1, 3]}}, {{ + 0, 0.3333333333333333, 0.25}, {0, 0.25, 0.3333333333333333}}]], + TubeBox[NCache[{{0, Rational[1, 3], Rational[1, 4]}, { + Rational[1, 3], Rational[1, 4], 0}}, {{ + 0, 0.3333333333333333, 0.25}, {0.3333333333333333, 0.25, 0}}]], + TubeBox[NCache[{{0, Rational[5, 12], Rational[1, 3]}, { + Rational[1, 3], Rational[5, 12], Rational[1, 4]}}, {{ + 0, 0.4166666666666667, 0.3333333333333333}, {0.3333333333333333, + 0.4166666666666667, 0.25}}]], + TubeBox[NCache[{{0, Rational[1, 4], Rational[1, 3]}, { + Rational[1, 3], 0, Rational[1, 4]}}, {{ + 0, 0.25, 0.3333333333333333}, {0.3333333333333333, 0, 0.25}}]], + TubeBox[NCache[{{Rational[1, 3], Rational[1, 4], Rational[5, 12]}, { + Rational[1, 3], Rational[5, 12], Rational[1, 4]}}, {{ + 0.3333333333333333, 0.25, 0.4166666666666667}, {0.3333333333333333, + 0.4166666666666667, 0.25}}]], + TubeBox[NCache[{{Rational[1, 3], Rational[1, 4], Rational[5, 12]}, { + Rational[7, 12], 0, Rational[5, 12]}}, {{0.3333333333333333, 0.25, + 0.4166666666666667}, {0.5833333333333334, 0, 0.4166666666666667}}]], + TubeBox[NCache[{{Rational[1, 3], Rational[5, 12], Rational[1, 4]}, { + Rational[7, 12], Rational[5, 12], 0}}, {{0.3333333333333333, + 0.4166666666666667, 0.25}, { + 0.5833333333333334, 0.4166666666666667, 0}}]], + TubeBox[NCache[{{Rational[7, 12], 0, Rational[5, 12]}, {1, 0, 0}}, {{ + 0.5833333333333334, 0, 0.4166666666666667}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 12], 0, Rational[5, 12]}, { + Rational[1, 3], 0, Rational[5, 12]}}, {{ + 0.5833333333333334, 0, 0.4166666666666667}, { + 0.3333333333333333, 0, 0.4166666666666667}}]], + TubeBox[NCache[{{1, 0, 0}, {Rational[7, 12], Rational[5, 12], 0}}, {{1, + 0, 0}, {0.5833333333333334, 0.4166666666666667, 0}}]], + TubeBox[NCache[{{1, 0, 0}, {Rational[7, 12], 0, 0}}, {{1, 0, 0}, { + 0.5833333333333334, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 12], Rational[5, 12], 0}, { + Rational[1, 3], Rational[5, 12], 0}}, {{ + 0.5833333333333334, 0.4166666666666667, 0}, { + 0.3333333333333333, 0.4166666666666667, 0}}]], + TubeBox[NCache[{{Rational[1, 3], 0, Rational[5, 12]}, { + Rational[1, 3], 0, Rational[1, 4]}}, {{ + 0.3333333333333333, 0, 0.4166666666666667}, { + 0.3333333333333333, 0, 0.25}}]], + TubeBox[NCache[{{Rational[1, 3], 0, Rational[1, 4]}, { + Rational[7, 12], 0, 0}}, {{0.3333333333333333, 0, 0.25}, { + 0.5833333333333334, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 12], 0, 0}, { + Rational[1, 3], Rational[1, 4], 0}}, {{0.5833333333333334, 0, 0}, { + 0.3333333333333333, 0.25, 0}}]], + TubeBox[NCache[{{Rational[1, 3], Rational[5, 12], 0}, { + Rational[1, 3], Rational[1, 4], 0}}, {{ + 0.3333333333333333, 0.4166666666666667, 0}, { + 0.3333333333333333, 0.25, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[19]=", + CellID->2047953009,ExpressionUUID->"eb075bac-f485-4579-9922-16db2850721d"] +}, Open ]], + +Cell["\<\ +We observe that some core vertices are lying inside the Weber set, showing \ +that the Weber set contains the core.\ +\>", "ExampleText", + CellID->936424174,ExpressionUUID->"61651041-6662-48d9-a41d-2227a7016c95"] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] @@ -2221,8 +2664,6 @@ Cell["We observe that all vertices are included into the graphic.", \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2370,15 +2811,15 @@ Cell[BoxData[GridBox[{ "06678545-babe-4ed1-ae0a-4a837bb95b56"] }], "SeeAlso",ExpressionUUID->"31058812-427b-47aa-b69e-5e5156c65ed9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7c97844e-b4f6-45cd-a3fb-\ -6602dfcb476d"], + }]], "SeeAlsoSection",ExpressionUUID->"c6b9f217-cc0e-45fb-acc7-\ +88c324ee3d1c"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2390,9 +2831,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7d785667-60d2-46d9-a084-39f1d4640873"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a8e06ed8-cc50-4675-b115-\ -6a79bbd720a2"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1cc3d702-107c-4c42-aa52-\ +0591a5af4cf0"], Cell[BoxData[GridBox[{ { @@ -2409,7 +2849,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6631d04e-7843-45de-a582-52bce4add40f"]}]}, + "b33aefce-72b1-47d9-b0d7-e965454725e1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2417,10 +2857,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1d4bbe7b-82ba-4b3a-aecf-1661beadb19d"]}]} + "b9c0f196-7f01-4585-975c-83e6af8f5ef0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f1d79caf-9441-479e-8e01-\ -d29b687b2f1c"], + }]], "MoreAboutSection",ExpressionUUID->"66972aef-1b81-4076-aeb5-\ +650afd033808"], Cell[BoxData[GridBox[{ { @@ -2448,7 +2888,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d089f8d1-8946-4dd4-80bf-4cc2123c4f0b"]], "RelatedLinks", + "ff2df41c-de0f-4ba0-a2a9-3799dc99336f"]], "RelatedLinks", ExpressionUUID->"91a18dd9-80de-4a0e-ae1e-e28a1b37d32b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2465,7 +2905,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "85591213-6056-4d6a-b860-e840f9209da9"]], "RelatedLinks", + "ef6ede15-785a-4467-8769-1e9f61f602fe"]], "RelatedLinks", ExpressionUUID->"0fb982b5-3803-4ae4-bd0a-2cb606f9872f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2482,11 +2922,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2850020f-abf6-42bd-b6db-cf932eb29c0c"]], "RelatedLinks", + "cffbe6e5-d34e-4bb7-b7ee-e1d3d0d95344"]], "RelatedLinks", ExpressionUUID->"4cf700cb-caed-4a55-9dc2-7dabadc4ea77"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8e99293d-9bf7-4a1a-8781-\ -535ccae137a4"], + }]], "RelatedLinksSection",ExpressionUUID->"e7f2e833-90e7-4bcc-9e29-\ +0dc4af03bfbc"], Cell[CellGroupData[{ @@ -2516,11 +2956,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"cecb5434-3b4a-45b1-b62e-e49e99c173a9"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"80f119ad-9a63-488e-8080-7b036f8fd723"] +Cell[" ", "FooterCell",ExpressionUUID->"172bc2b8-60f9-4f19-9330-74a246776043"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PlotCore3dV6", TaggingRules->{ @@ -2531,19 +2971,20 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 28.505925}", + "built" -> "{2024, 6, 3, 16, 54, 50.324015}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PlotCore3dV6[game] plots the core of a four-person game. \ PlotCore3dV6[game, options] by option set, the view can be changed, as well \ -as several solutions can be added to the graphics.", "synonyms" -> {}, - "tabletags" -> {}, "title" -> "PlotCore3dV6", "titlemodifier" -> "", - "windowtitle" -> "PlotCore3dV6", "type" -> "Symbol", "uri" -> - "TUG/ref/PlotCore3dV6"}}, +as several solutions can be added to the graphics. For instance, the legend \ +can be turned on, and the Weber set can be included into the figure. ", + "synonyms" -> {}, "tabletags" -> {}, "title" -> "PlotCore3dV6", + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PlotCore3dV6", "type" -> "Symbol", "uri" -> "TUG/ref/PlotCore3dV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -2552,9 +2993,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"58a9bae4-c287-4497-b1f2-e03a9d1ca8d5" +ExpressionUUID->"32bcf44d-b321-4cf5-95d2-97c86472c5f4" ] (* End of Notebook Content *) @@ -2562,279 +3003,307 @@ ExpressionUUID->"58a9bae4-c287-4497-b1f2-e03a9d1ca8d5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[37378, 1030, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6697728f-7833-4d32-9e6d-e8d8209d2ed5", + Cell[41521, 1141, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e5bb68a4-1e75-4329-b168-5d5dba46ee4c", CellTags->"PrimaryExamplesSection", - CellID->401997170]} + CellID->1081906856]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 101027, 2563} + {"PrimaryExamplesSection", 120996, 3004} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"f0ef9355-e0a1-4bc2-93d2-6ab0c449c52f", +Cell[584, 21, 7165, 173, 57, "AnchorBarGrid",ExpressionUUID->"717d06c6-fd84-41cb-9571-3c2dac8884c1", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"8d30dd8a-795b-46f2-8ded-512b7111c4c6"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"45296a97-50e4-46a3-8b51-d7ea01f98e4d"], Cell[CellGroupData[{ -Cell[7806, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"de19a61f-7b4d-4e30-a3f9-35fab5e55e44"], -Cell[9095, 232, 886, 18, 187, "Usage",ExpressionUUID->"518a1fce-6d5f-40ea-ad72-3a98ef496d84", +Cell[7863, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"c4fff68b-013d-4f22-a3e7-0c1674649d00"], +Cell[9152, 237, 983, 19, 208, "Usage",ExpressionUUID->"518a1fce-6d5f-40ea-ad72-3a98ef496d84", CellID->2014805152] }, Open ]], Cell[CellGroupData[{ -Cell[10018, 255, 1894, 47, 37, "NotesSection",ExpressionUUID->"39eb24ab-87a5-46e3-bb6e-e6720a340dce", +Cell[10172, 261, 1894, 47, 37, "NotesSection",ExpressionUUID->"73ac46cb-3114-4d38-b781-03d021bb0b4e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->548169302], -Cell[11915, 304, 518, 12, 57, "]]",ExpressionUUID->"d3a57413-4865-4b1f-beff-d1411efbf87a", + CellID->321723771], +Cell[12069, 310, 518, 12, 57, "]]",ExpressionUUID->"d3a57413-4865-4b1f-beff-d1411efbf87a", CellID->313448337], -Cell[12436, 318, 489, 12, 37, "Notes",ExpressionUUID->"9b54e492-0e7b-436b-bea1-0e07e36fd16d", +Cell[12590, 324, 489, 12, 38, "Notes",ExpressionUUID->"9b54e492-0e7b-436b-bea1-0e07e36fd16d", CellID->177724765], -Cell[12928, 332, 167, 3, 36, "Notes",ExpressionUUID->"6020a59b-58af-4c45-98fe-5fe59e5e06f1", +Cell[13082, 338, 167, 3, 36, "Notes",ExpressionUUID->"6020a59b-58af-4c45-98fe-5fe59e5e06f1", CellID->1820210736], -Cell[13098, 337, 143, 1, 36, "Notes",ExpressionUUID->"84a690df-9e90-47bf-82b2-c11bd0bfcb84", +Cell[13252, 343, 143, 1, 36, "Notes",ExpressionUUID->"84a690df-9e90-47bf-82b2-c11bd0bfcb84", CellID->799980045], -Cell[13244, 340, 342, 6, 57, "Notes",ExpressionUUID->"903b37ec-31a7-4f47-9eba-63fec4a4fbb3", +Cell[13398, 346, 501, 8, 78, "Notes",ExpressionUUID->"903b37ec-31a7-4f47-9eba-63fec4a4fbb3", CellID->743590016], -Cell[13589, 348, 606, 18, 37, "Notes",ExpressionUUID->"0465ff6c-5974-4ce3-a052-c357d29ed4bb", +Cell[13902, 356, 606, 18, 38, "Notes",ExpressionUUID->"0465ff6c-5974-4ce3-a052-c357d29ed4bb", CellID->135892803], -Cell[14198, 368, 146, 1, 36, "Notes",ExpressionUUID->"c255bb41-7c36-4b7b-9398-441c338d04cb", +Cell[14511, 376, 147, 1, 36, "Notes",ExpressionUUID->"c255bb41-7c36-4b7b-9398-441c338d04cb", CellID->2111799648], -Cell[14347, 371, 267, 4, 49, "Notes",ExpressionUUID->"155ae3c3-313a-4f60-82c3-90ad85c98191", +Cell[14661, 379, 267, 4, 48, "Notes",ExpressionUUID->"155ae3c3-313a-4f60-82c3-90ad85c98191", CellID->13178], -Cell[14617, 377, 786, 19, 58, "3ColumnTableMod",ExpressionUUID->"d25e86cb-4e51-4073-a84b-6b9bc2119949", +Cell[14931, 385, 748, 17, 60, "3ColumnTableMod",ExpressionUUID->"56629dec-7e56-4a5d-b791-45e5a81ee32a", + CellID->969813666], +Cell[15682, 404, 786, 19, 60, "3ColumnTableMod",ExpressionUUID->"d25e86cb-4e51-4073-a84b-6b9bc2119949", CellID->1035213662], -Cell[15406, 398, 1752, 42, 147, "3ColumnTableMod",ExpressionUUID->"db9144c8-7eeb-4fa2-a4d6-b15af5fd068d", +Cell[16471, 425, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"db9144c8-7eeb-4fa2-a4d6-b15af5fd068d", CellID->1640619354], -Cell[17161, 442, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"557c4629-4714-4a8a-8a51-d03fdd6eea4c", +Cell[18226, 469, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"557c4629-4714-4a8a-8a51-d03fdd6eea4c", CellID->2628340], -Cell[17901, 461, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"418bcb09-6b00-4605-889b-818338e8e673", +Cell[18966, 488, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"418bcb09-6b00-4605-889b-818338e8e673", CellID->1581386759], -Cell[18565, 477, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"72bdb8a4-aa38-460e-9474-ac88e0562442", +Cell[19630, 504, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"72bdb8a4-aa38-460e-9474-ac88e0562442", CellID->11156], -Cell[19272, 496, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"949534aa-d67e-46c0-b7bb-855a6ce9cd6c", +Cell[20337, 523, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"949534aa-d67e-46c0-b7bb-855a6ce9cd6c", CellID->1348502217], -Cell[19948, 513, 694, 15, 70, "3ColumnTableMod",ExpressionUUID->"acf5ff93-ede2-4e6c-be3d-4022c70b23b6", +Cell[21013, 540, 660, 15, 70, "3ColumnTableMod",ExpressionUUID->"3b9a694e-6f4f-4210-aafa-ac9be853d360", + CellID->350910532], +Cell[21676, 557, 694, 15, 70, "3ColumnTableMod",ExpressionUUID->"acf5ff93-ede2-4e6c-be3d-4022c70b23b6", CellID->1889737650], -Cell[20645, 530, 646, 15, 70, "3ColumnTableMod",ExpressionUUID->"5f79f4c2-4a2a-4270-910b-d8f5f958e0d2", +Cell[22373, 574, 646, 15, 70, "3ColumnTableMod",ExpressionUUID->"5f79f4c2-4a2a-4270-910b-d8f5f958e0d2", CellID->1661816152], -Cell[21294, 547, 656, 15, 70, "3ColumnTableMod",ExpressionUUID->"3555ce1c-3858-4a25-9479-5c16fef2e0aa", +Cell[23022, 591, 656, 15, 70, "3ColumnTableMod",ExpressionUUID->"3555ce1c-3858-4a25-9479-5c16fef2e0aa", CellID->2021650755], -Cell[21953, 564, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"26c9899d-20fd-4431-8047-1c6a4acdc9d8", +Cell[23681, 608, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"8f54a3b7-2258-409e-8392-95b451907624", + CellID->2117624847], +Cell[24358, 625, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"26c9899d-20fd-4431-8047-1c6a4acdc9d8", CellID->2145330687], -Cell[22618, 581, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"e494d9a7-b440-47b3-a5e1-0c23b3847d2c", +Cell[25023, 642, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"e494d9a7-b440-47b3-a5e1-0c23b3847d2c", CellID->203358790], -Cell[23288, 598, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"3702b35c-c271-404b-b2f9-3f8a04fdfc88", +Cell[25693, 659, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"3702b35c-c271-404b-b2f9-3f8a04fdfc88", CellID->1843978144], -Cell[23962, 615, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"6ecc0316-9811-418e-b576-88da8aa5024a", +Cell[26367, 676, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"6ecc0316-9811-418e-b576-88da8aa5024a", CellID->1353055139], -Cell[24655, 632, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"0f072974-518f-4570-a88b-3de141994db5", +Cell[27060, 693, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"0f072974-518f-4570-a88b-3de141994db5", CellID->1846391669], -Cell[25329, 649, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"84a9f056-cf97-4c94-9a58-5c1122b75c7c", +Cell[27734, 710, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"84a9f056-cf97-4c94-9a58-5c1122b75c7c", CellID->901767574], -Cell[25989, 665, 1310, 39, 70, "Notes",ExpressionUUID->"3e9a62b9-8020-4429-890d-7dc72e154c6e", +Cell[28394, 726, 692, 15, 70, "3ColumnTableMod",ExpressionUUID->"7aa603a0-7d1a-45e5-a003-7bf591f663fe", + CellID->1435485306], +Cell[29089, 743, 1310, 39, 70, "Notes",ExpressionUUID->"3e9a62b9-8020-4429-890d-7dc72e154c6e", CellID->1570062306], -Cell[27302, 706, 875, 26, 70, "Notes",ExpressionUUID->"d809345d-5b0f-4a39-8fcd-c4ccd228bcc9", +Cell[30402, 784, 875, 26, 70, "Notes",ExpressionUUID->"d809345d-5b0f-4a39-8fcd-c4ccd228bcc9", CellID->660614], -Cell[28180, 734, 880, 26, 70, "Notes",ExpressionUUID->"53332548-5078-4865-bc5d-9e50caaf2301", +Cell[31280, 812, 880, 26, 70, "Notes",ExpressionUUID->"53332548-5078-4865-bc5d-9e50caaf2301", CellID->2102971043], -Cell[29063, 762, 1317, 39, 70, "Notes",ExpressionUUID->"0118a04c-b657-4309-962d-fd3e59be578b", +Cell[32163, 840, 1317, 39, 70, "Notes",ExpressionUUID->"0118a04c-b657-4309-962d-fd3e59be578b", CellID->1108551522], -Cell[30383, 803, 877, 26, 70, "Notes",ExpressionUUID->"4a823ca9-c23f-4a51-90c7-e44966c6a952", +Cell[33483, 881, 877, 26, 70, "Notes",ExpressionUUID->"4a823ca9-c23f-4a51-90c7-e44966c6a952", CellID->1499340563], -Cell[31263, 831, 496, 14, 70, "Notes",ExpressionUUID->"adf0a1f1-95c2-4c23-b3e0-a5f7db127e65", +Cell[34363, 909, 496, 14, 70, "Notes",ExpressionUUID->"adf0a1f1-95c2-4c23-b3e0-a5f7db127e65", CellID->2041043955], -Cell[31762, 847, 538, 16, 70, "Notes",ExpressionUUID->"c51bec55-eaf8-4533-b98f-531df43a8237", +Cell[34862, 925, 489, 14, 70, "Notes",ExpressionUUID->"8a01d7fc-71d3-45a4-a68a-cdffcebb5990", + CellID->1924881250], +Cell[35354, 941, 538, 16, 70, "Notes",ExpressionUUID->"c51bec55-eaf8-4533-b98f-531df43a8237", CellID->282211233], -Cell[32303, 865, 496, 14, 70, "Notes",ExpressionUUID->"11acf802-f632-4a6e-8d50-68816c8b47fd", +Cell[35895, 959, 496, 14, 70, "Notes",ExpressionUUID->"11acf802-f632-4a6e-8d50-68816c8b47fd", CellID->2126189377], -Cell[32802, 881, 589, 15, 70, "Notes",ExpressionUUID->"9fc4e73f-1020-468f-b377-32ccac6210f0", +Cell[36394, 975, 589, 15, 70, "Notes",ExpressionUUID->"9fc4e73f-1020-468f-b377-32ccac6210f0", CellID->995309240], -Cell[33394, 898, 472, 14, 70, "Notes",ExpressionUUID->"6a3ea6c3-fec0-4464-8046-0673413638f6", +Cell[36986, 992, 472, 14, 70, "Notes",ExpressionUUID->"6a3ea6c3-fec0-4464-8046-0673413638f6", CellID->608546217], -Cell[33869, 914, 466, 14, 70, "Notes",ExpressionUUID->"d4f0052b-a951-470d-85f9-a245574867ff", +Cell[37461, 1008, 466, 14, 70, "Notes",ExpressionUUID->"d4f0052b-a951-470d-85f9-a245574867ff", CellID->1426210193], -Cell[34338, 930, 471, 14, 70, "Notes",ExpressionUUID->"e5c1de07-8a8e-41c8-bc8a-eb43b6b6e619", +Cell[37930, 1024, 471, 14, 70, "Notes",ExpressionUUID->"e5c1de07-8a8e-41c8-bc8a-eb43b6b6e619", CellID->930159234], -Cell[34812, 946, 477, 14, 70, "Notes",ExpressionUUID->"5b64aa85-b6e2-4654-8809-eaea42f439b3", +Cell[38404, 1040, 477, 14, 70, "Notes",ExpressionUUID->"5b64aa85-b6e2-4654-8809-eaea42f439b3", CellID->266098834], -Cell[35292, 962, 481, 14, 70, "Notes",ExpressionUUID->"b14ebc3e-2050-421b-950b-df6c5d0948bc", +Cell[38884, 1056, 481, 14, 70, "Notes",ExpressionUUID->"b14ebc3e-2050-421b-950b-df6c5d0948bc", CellID->1374650356], -Cell[35776, 978, 508, 14, 70, "Notes",ExpressionUUID->"625a5d30-c06a-44f8-b4d1-5e096fe9be63", +Cell[39368, 1072, 508, 14, 70, "Notes",ExpressionUUID->"625a5d30-c06a-44f8-b4d1-5e096fe9be63", CellID->2096118988], -Cell[36287, 994, 480, 14, 70, "Notes",ExpressionUUID->"c17dda95-2874-48b4-a957-04a16b79c778", +Cell[39879, 1088, 480, 14, 70, "Notes",ExpressionUUID->"c17dda95-2874-48b4-a957-04a16b79c778", CellID->692156901], -Cell[36770, 1010, 481, 14, 70, "Notes",ExpressionUUID->"9e9bf4e4-c7d1-4c99-84a9-8074262a47f3", - CellID->1735714032] +Cell[40362, 1104, 481, 14, 70, "Notes",ExpressionUUID->"9e9bf4e4-c7d1-4c99-84a9-8074262a47f3", + CellID->1735714032], +Cell[40846, 1120, 548, 15, 70, "Notes",ExpressionUUID->"e3aa2997-bdaf-4dc1-8d5e-45cbae07781a", + CellID->294414635] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[37378, 1030, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6697728f-7833-4d32-9e6d-e8d8209d2ed5", +Cell[41521, 1141, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e5bb68a4-1e75-4329-b168-5d5dba46ee4c", CellTags->"PrimaryExamplesSection", - CellID->401997170], + CellID->1081906856], Cell[CellGroupData[{ -Cell[38823, 1071, 1399, 36, 70, "ExampleSection",ExpressionUUID->"ef51389b-1e9c-4efe-8f47-078dfef4b38b", - CellID->1113304694], -Cell[40225, 1109, 118, 1, 70, "ExampleText",ExpressionUUID->"ba1bb818-7bc1-4cff-80e8-8a98efbb1ee1", +Cell[42967, 1182, 1398, 36, 70, "ExampleSection",ExpressionUUID->"d2c039fd-0ebe-43aa-95f0-f6d8d9dc981b", + CellID->271661135], +Cell[44368, 1220, 118, 1, 70, "ExampleText",ExpressionUUID->"ba1bb818-7bc1-4cff-80e8-8a98efbb1ee1", CellID->724598077], Cell[CellGroupData[{ -Cell[40368, 1114, 168, 3, 70, "Input",ExpressionUUID->"0a496523-d0d1-45b3-ab6e-f68ac5b6dbea", +Cell[44511, 1225, 168, 3, 70, "Input",ExpressionUUID->"0a496523-d0d1-45b3-ab6e-f68ac5b6dbea", CellID->2141335847], Cell[CellGroupData[{ -Cell[40561, 1121, 237, 4, 70, "Print",ExpressionUUID->"720880e3-beae-4811-a01c-11eda7e4d7a0", - CellID->2131934134], -Cell[40801, 1127, 366, 8, 70, "Print",ExpressionUUID->"875d3331-d4b0-4406-a9c8-ede15355f6b9", - CellID->1616286038], -Cell[41170, 1137, 237, 4, 70, "Print",ExpressionUUID->"d396ca38-6675-494a-bbcb-60b2afcbc2ee", - CellID->1281406497], -Cell[41410, 1143, 221, 3, 70, "Print",ExpressionUUID->"4c03a1c5-581e-4e85-8858-cb86dcaaf837", - CellID->1330683408], -Cell[41634, 1148, 207, 3, 70, "Print",ExpressionUUID->"c014212a-cf6b-40a8-97c8-afa7ad6df22a", - CellID->274203928], -Cell[41844, 1153, 237, 4, 70, "Print",ExpressionUUID->"5be41429-fa35-40c8-ad9f-a211359a1992", - CellID->126208092], -Cell[42084, 1159, 220, 3, 70, "Print",ExpressionUUID->"3a189454-c79e-44bc-9fb4-9021c945194e", - CellID->547097305], -Cell[42307, 1164, 236, 4, 70, "Print",ExpressionUUID->"8ed22906-0c36-427d-89f3-1bfdfbd37811", - CellID->213932595], -Cell[42546, 1170, 237, 4, 70, "Print",ExpressionUUID->"a6ef4142-70e4-4556-b0c0-846b2842c7f7", - CellID->1125404539], -Cell[42786, 1176, 208, 3, 70, "Print",ExpressionUUID->"86d3abf1-722c-4e55-8f0b-af9f510b7891", - CellID->1948976988], -Cell[42997, 1181, 235, 4, 70, "Print",ExpressionUUID->"9bea8667-6e84-4b3a-86b8-9999c1da4cdd", - CellID->98404398] +Cell[44704, 1232, 237, 4, 70, "Print",ExpressionUUID->"624d4af5-5596-4db2-ad6e-9f775f1f369d", + CellID->1276654296], +Cell[44944, 1238, 366, 8, 70, "Print",ExpressionUUID->"40a93f41-14ba-4d03-9228-bbc5367c50e0", + CellID->1741754330], +Cell[45313, 1248, 236, 4, 70, "Print",ExpressionUUID->"4f2c4bbb-5a80-4a5c-8cb1-844d26760e61", + CellID->470760680], +Cell[45552, 1254, 219, 3, 70, "Print",ExpressionUUID->"1431e7f7-22a2-485a-999d-b6aa973cd97e", + CellID->51375481], +Cell[45774, 1259, 207, 3, 70, "Print",ExpressionUUID->"1ca55a7f-b461-4463-90b4-dc34a680be9f", + CellID->557970829], +Cell[45984, 1264, 237, 4, 70, "Print",ExpressionUUID->"b9c41809-65f1-457c-8ab6-5ebc61fe3c68", + CellID->438095802], +Cell[46224, 1270, 221, 3, 70, "Print",ExpressionUUID->"4b426ef1-e4be-4304-bc8e-8e435a7f148f", + CellID->2106821879], +Cell[46448, 1275, 236, 4, 70, "Print",ExpressionUUID->"961b2b9c-3243-4503-8fd8-acbd5a8aa5ca", + CellID->639296595], +Cell[46687, 1281, 237, 4, 70, "Print",ExpressionUUID->"2325651d-245f-4a09-adaa-09b26ed275d3", + CellID->1807280789], +Cell[46927, 1287, 208, 3, 70, "Print",ExpressionUUID->"9137ccf3-d36d-4317-8116-57dfd1ba97fd", + CellID->1717221232], +Cell[47138, 1292, 236, 4, 70, "Print",ExpressionUUID->"72f19244-749e-4ad2-81ff-ec585ddab61d", + CellID->430178780] }, Open ]] }, Open ]], -Cell[43259, 1189, 137, 1, 70, "ExampleText",ExpressionUUID->"b66fecd5-ea0a-4419-ac55-7d7a7c5fd48c", +Cell[47401, 1300, 137, 1, 70, "ExampleText",ExpressionUUID->"b66fecd5-ea0a-4419-ac55-7d7a7c5fd48c", CellID->2083786667], -Cell[43399, 1192, 234, 6, 70, "Input",ExpressionUUID->"3555e6b7-e970-4822-a0f1-83446807f65b", +Cell[47541, 1303, 234, 6, 70, "Input",ExpressionUUID->"3555e6b7-e970-4822-a0f1-83446807f65b", CellID->585427827], -Cell[43636, 1200, 375, 9, 70, "Input",ExpressionUUID->"dc8460d4-580b-406b-a25a-0f667b173791", +Cell[47778, 1311, 375, 9, 70, "Input",ExpressionUUID->"dc8460d4-580b-406b-a25a-0f667b173791", CellID->1947756944], -Cell[44014, 1211, 238, 6, 70, "Input",ExpressionUUID->"f4deb614-de66-4e35-89e2-be91e57bf9fc", +Cell[48156, 1322, 238, 6, 70, "Input",ExpressionUUID->"f4deb614-de66-4e35-89e2-be91e57bf9fc", CellID->1946614331], -Cell[44255, 1219, 190, 4, 70, "ExampleText",ExpressionUUID->"de822497-99bb-4882-953e-a0ec5e79090a", +Cell[48397, 1330, 190, 4, 70, "ExampleText",ExpressionUUID->"de822497-99bb-4882-953e-a0ec5e79090a", CellID->937669004], Cell[CellGroupData[{ -Cell[44470, 1227, 170, 3, 70, "Input",ExpressionUUID->"8f26e927-fb12-4683-88ea-c516ca97366c", +Cell[48612, 1338, 170, 3, 70, "Input",ExpressionUUID->"8f26e927-fb12-4683-88ea-c516ca97366c", CellID->2096152795], -Cell[44643, 1232, 1243, 29, 87, "Output",ExpressionUUID->"baacc767-1593-4c9e-88c8-87ef04edf5a6", - CellID->661800744] +Cell[48785, 1343, 1488, 34, 102, "Output",ExpressionUUID->"9d1b1020-6c70-478d-b0c7-cb23eb2b55b7", + CellID->67972249] +}, Open ]], +Cell[50288, 1380, 142, 1, 70, "ExampleText",ExpressionUUID->"adfc44b6-653d-406a-957a-e00437f1b9d0", + CellID->180761903], +Cell[CellGroupData[{ +Cell[50455, 1385, 163, 3, 70, "Input",ExpressionUUID->"4f9b9785-a7a6-4e39-b8ca-009fd6df2806", + CellID->40143214], +Cell[50621, 1390, 131, 2, 36, "Output",ExpressionUUID->"22f020e7-a4ac-4013-a48e-775fc748ac1f", + CellID->1687270463] }, Open ]], -Cell[45901, 1264, 171, 3, 70, "ExampleText",ExpressionUUID->"98244510-d8c3-4585-ad3b-6a15570a92d0", +Cell[50767, 1395, 171, 3, 70, "ExampleText",ExpressionUUID->"98244510-d8c3-4585-ad3b-6a15570a92d0", CellID->4896524], Cell[CellGroupData[{ -Cell[46097, 1271, 196, 4, 70, "Input",ExpressionUUID->"08d919c8-eb9f-4bfe-97fa-ed2b39c74732", +Cell[50963, 1402, 196, 4, 70, "Input",ExpressionUUID->"08d919c8-eb9f-4bfe-97fa-ed2b39c74732", CellID->640476792], -Cell[46296, 1277, 3668, 69, 485, "Output",ExpressionUUID->"30132b7b-fe19-4e8d-bb2a-4e7a55460214", - CellID->2065190304] +Cell[51162, 1408, 3668, 69, 485, "Output",ExpressionUUID->"4c121026-508e-423e-961c-2f4dd700e891", + CellID->1885588210] }, Open ]], -Cell[49979, 1349, 197, 4, 70, "ExampleText",ExpressionUUID->"8baf694e-2a7d-4a37-b8d0-b0d817f4b499", +Cell[54845, 1480, 197, 4, 70, "ExampleText",ExpressionUUID->"8baf694e-2a7d-4a37-b8d0-b0d817f4b499", CellID->1283129384], Cell[CellGroupData[{ -Cell[50201, 1357, 279, 7, 70, "Input",ExpressionUUID->"e22b9b56-8249-4254-8a85-2ba20f815de9", +Cell[55067, 1488, 279, 7, 70, "Input",ExpressionUUID->"e22b9b56-8249-4254-8a85-2ba20f815de9", CellID->99189785], -Cell[50483, 1366, 3498, 66, 485, "Output",ExpressionUUID->"6f86c59a-dc46-45bd-8845-9bb9a7db4260", - CellID->1728302515] +Cell[55349, 1497, 3497, 66, 485, "Output",ExpressionUUID->"68d6bc14-e03a-49ec-9e6d-28d972a18abc", + CellID->982610101] }, Open ]], -Cell[53996, 1435, 170, 3, 70, "ExampleText",ExpressionUUID->"4dc618fa-208d-4812-93e6-5333e7ceda03", +Cell[58861, 1566, 175, 3, 70, "ExampleText",ExpressionUUID->"4dc618fa-208d-4812-93e6-5333e7ceda03", CellID->1693517317], Cell[CellGroupData[{ -Cell[54191, 1442, 266, 6, 70, "Input",ExpressionUUID->"6aa8dab3-2c31-4ae2-bde9-4089b6b63b8d", +Cell[59061, 1573, 266, 6, 70, "Input",ExpressionUUID->"6aa8dab3-2c31-4ae2-bde9-4089b6b63b8d", CellID->827728234], -Cell[54460, 1450, 3319, 64, 485, "Output",ExpressionUUID->"44f09bcf-9616-4692-ad62-d2a68cbb14a6", - CellID->284606825] +Cell[59330, 1581, 3320, 64, 485, "Output",ExpressionUUID->"373f736a-570c-4a2a-8825-22d2c8f617f0", + CellID->2006681410] }, Open ]], -Cell[57794, 1517, 169, 3, 70, "ExampleText",ExpressionUUID->"115eee12-b76f-4c2e-b81b-30fba02a19b7", +Cell[62665, 1648, 169, 3, 70, "ExampleText",ExpressionUUID->"115eee12-b76f-4c2e-b81b-30fba02a19b7", CellID->470193088], Cell[CellGroupData[{ -Cell[57988, 1524, 467, 9, 70, "Input",ExpressionUUID->"37626ca4-4182-41ab-b70f-bf0968a8ab1e", +Cell[62859, 1655, 468, 9, 70, "Input",ExpressionUUID->"37626ca4-4182-41ab-b70f-bf0968a8ab1e", CellID->1375615690], -Cell[58458, 1535, 4205, 81, 485, "Output",ExpressionUUID->"55860aed-dfd3-4cef-892d-6a4e27bdd5c3", - CellID->1820701679] +Cell[63330, 1666, 4205, 81, 485, "Output",ExpressionUUID->"061e2379-210d-4361-8d97-604776489bec", + CellID->117276550] }, Open ]], -Cell[62678, 1619, 159, 2, 70, "ExampleText",ExpressionUUID->"9da37aaa-cd87-4ab3-a90e-59f5b49952f6", +Cell[67550, 1750, 159, 2, 70, "ExampleText",ExpressionUUID->"9da37aaa-cd87-4ab3-a90e-59f5b49952f6", CellID->2132075007], Cell[CellGroupData[{ -Cell[62862, 1625, 525, 10, 70, "Input",ExpressionUUID->"9b23d537-4601-4ef6-b077-d3d08139b890", +Cell[67734, 1756, 525, 10, 70, "Input",ExpressionUUID->"9b23d537-4601-4ef6-b077-d3d08139b890", CellID->967638449], -Cell[63390, 1637, 6314, 122, 455, "Output",ExpressionUUID->"6633fced-73d8-4920-9d2c-6e89c7d6bb87", - CellID->1731877654] +Cell[68262, 1768, 6869, 133, 455, "Output",ExpressionUUID->"8ed9742d-6a56-42f5-86fd-5d68a0fc9b28", + CellID->864813394] }, Open ]], -Cell[69719, 1762, 316, 5, 70, "ExampleText",ExpressionUUID->"bb9c5903-1907-4813-a9e6-dd1652ee8bf3", +Cell[75146, 1904, 316, 5, 70, "ExampleText",ExpressionUUID->"bb9c5903-1907-4813-a9e6-dd1652ee8bf3", CellID->73193713], Cell[CellGroupData[{ -Cell[70060, 1771, 196, 4, 70, "Input",ExpressionUUID->"09459d6b-7ce3-4a0e-9343-43bf8c66a073", +Cell[75487, 1913, 196, 4, 70, "Input",ExpressionUUID->"09459d6b-7ce3-4a0e-9343-43bf8c66a073", CellID->1642130140], -Cell[70259, 1777, 317, 9, 51, "Output",ExpressionUUID->"ef88d9cf-7f0c-44fd-9943-96a9ce18584e", - CellID->335708324] +Cell[75686, 1919, 317, 9, 50, "Output",ExpressionUUID->"9482c26b-f560-4c5e-8c26-1fd87066d4d4", + CellID->779974371] }, Open ]], Cell[CellGroupData[{ -Cell[70613, 1791, 200, 4, 70, "Input",ExpressionUUID->"f3002715-810d-4f4c-bbb1-e904a44d8454", +Cell[76040, 1933, 200, 4, 70, "Input",ExpressionUUID->"f3002715-810d-4f4c-bbb1-e904a44d8454", CellID->1428805585], -Cell[70816, 1797, 310, 9, 51, "Output",ExpressionUUID->"1a496b73-59eb-4689-8531-1dc50684dab6", - CellID->290485804] +Cell[76243, 1939, 311, 9, 50, "Output",ExpressionUUID->"bf83fd56-2c48-408a-9726-227927ec3d1d", + CellID->1683580785] }, Open ]], Cell[CellGroupData[{ -Cell[71163, 1811, 191, 4, 70, "Input",ExpressionUUID->"f2661c0e-2d1f-43cc-8bba-9b91b192bea7", +Cell[76591, 1953, 191, 4, 70, "Input",ExpressionUUID->"f2661c0e-2d1f-43cc-8bba-9b91b192bea7", CellID->590982472], -Cell[71357, 1817, 223, 5, 36, "Output",ExpressionUUID->"ab015b33-1674-4c47-90f5-49bade692eb5", - CellID->1693944956] +Cell[76785, 1959, 223, 5, 36, "Output",ExpressionUUID->"03f9896d-5fb1-4d55-82b8-8dcf3523ae95", + CellID->1879379318] }, Open ]], Cell[CellGroupData[{ -Cell[71617, 1827, 199, 4, 70, "Input",ExpressionUUID->"ae729c41-6a2d-4dad-ad33-30e4b3aae121", +Cell[77045, 1969, 199, 4, 70, "Input",ExpressionUUID->"ae729c41-6a2d-4dad-ad33-30e4b3aae121", CellID->1372698786], -Cell[71819, 1833, 310, 9, 51, "Output",ExpressionUUID->"c01819e2-0a35-489e-841f-d030c299129c", - CellID->194926807] +Cell[77247, 1975, 311, 9, 50, "Output",ExpressionUUID->"0ecb7f96-d945-4980-bd49-87e473759a64", + CellID->1578630318] }, Open ]], -Cell[72144, 1845, 172, 3, 70, "ExampleText",ExpressionUUID->"a529281a-3e79-416e-91ba-6549b10735ee", +Cell[77573, 1987, 172, 3, 70, "ExampleText",ExpressionUUID->"a529281a-3e79-416e-91ba-6549b10735ee", CellID->542469117], Cell[CellGroupData[{ -Cell[72341, 1852, 646, 12, 70, "Input",ExpressionUUID->"b25945c5-1ed6-4d3f-a4af-a07ae8ece5d2", +Cell[77770, 1994, 646, 12, 70, "Input",ExpressionUUID->"b25945c5-1ed6-4d3f-a4af-a07ae8ece5d2", CellID->700969344], -Cell[72990, 1866, 4235, 82, 485, "Output",ExpressionUUID->"2dae5ba4-f6b1-40f7-87f8-9e0034c37ae4", - CellID->545164633] +Cell[78419, 2008, 4235, 82, 485, "Output",ExpressionUUID->"5ef0794a-a537-4037-a223-0e3864aafc06", + CellID->199043933] }, Open ]], -Cell[77240, 1951, 254, 4, 70, "ExampleText",ExpressionUUID->"f4d87b81-474c-4303-98a2-bc386de0743a", +Cell[82669, 2093, 254, 4, 70, "ExampleText",ExpressionUUID->"f4d87b81-474c-4303-98a2-bc386de0743a", CellID->1846857448], -Cell[77497, 1957, 309, 5, 70, "ExampleText",ExpressionUUID->"5eff422a-59c8-4137-aa7b-2adde34741c5", +Cell[82926, 2099, 309, 5, 70, "ExampleText",ExpressionUUID->"5eff422a-59c8-4137-aa7b-2adde34741c5", CellID->31377083], Cell[CellGroupData[{ -Cell[77831, 1966, 201, 4, 70, "Input",ExpressionUUID->"bfca77fb-68e4-43fc-964b-fe8d376fd6ac", +Cell[83260, 2108, 201, 4, 70, "Input",ExpressionUUID->"bfca77fb-68e4-43fc-964b-fe8d376fd6ac", CellID->946849018], -Cell[78035, 1972, 1289, 33, 54, "Output",ExpressionUUID->"4b4dcbc4-4b09-4370-a9d0-9c90ec771c8e", - CellID->123101613] +Cell[83464, 2114, 1290, 33, 53, "Output",ExpressionUUID->"b8544749-af02-4d52-995a-d2342fe36989", + CellID->1718244779] }, Open ]], -Cell[79339, 2008, 209, 6, 70, "ExampleText",ExpressionUUID->"ea319cf4-9741-403e-ba82-2e438575e896", +Cell[84769, 2150, 209, 6, 70, "ExampleText",ExpressionUUID->"ea319cf4-9741-403e-ba82-2e438575e896", CellID->1921439494], Cell[CellGroupData[{ -Cell[79573, 2018, 766, 14, 70, "Input",ExpressionUUID->"9e898c37-9a5d-4860-8e38-110b396edd1b", +Cell[85003, 2160, 766, 14, 70, "Input",ExpressionUUID->"9e898c37-9a5d-4860-8e38-110b396edd1b", CellID->1632084698], -Cell[80342, 2034, 7734, 176, 485, "Output",ExpressionUUID->"d62b26ae-76b8-4995-ac1d-be0b966eba2f", - CellID->1336997784] +Cell[85772, 2176, 7733, 176, 485, "Output",ExpressionUUID->"a0aabe73-9a5d-46a1-9642-cb470c26ef8f", + CellID->545171205] }, Open ]], -Cell[88091, 2213, 159, 2, 70, "ExampleText",ExpressionUUID->"9e9db93f-b03e-4ce1-89a3-9b9270379dda", - CellID->672243198] -}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] -}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[93520, 2355, 159, 2, 70, "ExampleText",ExpressionUUID->"9e9db93f-b03e-4ce1-89a3-9b9270379dda", + CellID->672243198], +Cell[93682, 2359, 148, 1, 70, "ExampleText",ExpressionUUID->"b43435ec-eb79-4968-adc3-7378b47fd969", + CellID->349071146], Cell[CellGroupData[{ -Cell[88502, 2225, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"7c97844e-b4f6-45cd-a3fb-6602dfcb476d"], -Cell[93986, 2375, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a8e06ed8-cc50-4675-b115-6a79bbd720a2"] +Cell[93855, 2364, 820, 15, 70, "Input",ExpressionUUID->"f522314c-d01f-4c01-af86-07c347a4e0f0", + CellID->763366402], +Cell[94678, 2381, 13225, 270, 485, "Output",ExpressionUUID->"eb075bac-f485-4579-9922-16db2850721d", + CellID->2047953009] }, Open ]], -Cell[94671, 2396, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f1d79caf-9441-479e-8e01-d29b687b2f1c"], -Cell[95707, 2424, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"8e99293d-9bf7-4a1a-8781-535ccae137a4"], +Cell[107918, 2654, 220, 4, 70, "ExampleText",ExpressionUUID->"61651041-6662-48d9-a41d-2227a7016c95", + CellID->936424174] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[108368, 2666, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"c6b9f217-cc0e-45fb-acc7-88c324ee3d1c"], +Cell[113852, 2816, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1cc3d702-107c-4c42-aa52-0591a5af4cf0"], +Cell[114525, 2836, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"66972aef-1b81-4076-aeb5-650afd033808"], +Cell[115561, 2864, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"e7f2e833-90e7-4bcc-9e29-0dc4af03bfbc"], Cell[CellGroupData[{ -Cell[98007, 2492, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"70a57417-851a-4014-891f-c75a70ba6cba", +Cell[117861, 2932, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"70a57417-851a-4014-891f-c75a70ba6cba", CellID->2135167160], -Cell[98148, 2495, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b614ba94-e16a-4767-8ff8-b72e6fa4e649", +Cell[118002, 2935, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b614ba94-e16a-4767-8ff8-b72e6fa4e649", CellID->1194386356], -Cell[98370, 2501, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ad3ffe97-c3af-45b6-8863-7e8024f55180", +Cell[118224, 2941, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ad3ffe97-c3af-45b6-8863-7e8024f55180", CellID->1641706272], -Cell[98585, 2506, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"89337923-2e96-42e0-82fd-a68522d4b137", +Cell[118439, 2946, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"89337923-2e96-42e0-82fd-a68522d4b137", CellID->399251956], -Cell[98814, 2512, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cecb5434-3b4a-45b1-b62e-e49e99c173a9", +Cell[118668, 2952, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cecb5434-3b4a-45b1-b62e-e49e99c173a9", CellID->821434655] }, Open ]], -Cell[99051, 2518, 78, 0, 70, "FooterCell",ExpressionUUID->"80f119ad-9a63-488e-8080-7b036f8fd723"] +Cell[118905, 2958, 78, 0, 70, "FooterCell",ExpressionUUID->"172bc2b8-60f9-4f19-9330-74a246776043"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PlotWeberSet3dV6.nb b/Documentation/English/ReferencePages/Symbols/PlotWeberSet3dV6.nb new file mode 100644 index 0000000..aa21288 --- /dev/null +++ b/Documentation/English/ReferencePages/Symbols/PlotWeberSet3dV6.nb @@ -0,0 +1,3547 @@ +(* Content-type: application/vnd.wolfram.mathematica *) + +(*** Wolfram Notebook File ***) +(* http://www.wolfram.com/nb *) + +(* CreatedBy='Mathematica 13.3' *) + +(*CacheID: 234*) +(* Internal cache information: +NotebookFileLineBreakTest +NotebookFileLineBreakTest +NotebookDataPosition[ 158, 7] +NotebookDataLength[ 148753, 3537] +NotebookOptionsPosition[ 131215, 3207] +NotebookOutlinePosition[ 133210, 3255] +CellTagsIndexPosition[ 133123, 3250] +WindowTitle->PlotWeberSet3dV6 +WindowFrame->Normal*) + +(* Beginning of Notebook Content *) +Notebook[{ +Cell[BoxData[GridBox[{ + {GridBox[{ + { + ItemBox[Cell[BoxData[ + RowBox[{ + TemplateBox[{12}, + "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", + TextAlignment->Center,ExpressionUUID-> + "3d605ef7-c21c-45e5-b1aa-154b3621c0c5"], + TemplateBox[{8}, + "Spacer1"]}]], + TextAlignment->Center,ExpressionUUID-> + "e4424561-bb09-4077-afa3-1182f98b850a"], + Background->RGBColor[0.490196, 0.576471, 0.690196], + ItemSize->Full], ""} + }, + GridBoxAlignment->{"Rows" -> {{Center}}}, + GridBoxItemSize->{"Columns" -> {Full, + Scaled[0.02]}, "Rows" -> {{2.5}}}], Cell[TextData[{ + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "See Also", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "c4ed532e-d86a-4f13-a14b-3fb1a8bf6f61"] + }],ExpressionUUID->"5b356ccd-d164-4455-904e-a401a1467fc0"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"FilledWeberSetV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledWeberSetV6"], + "\"PlotWeberSet3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotWeberSet3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"SeeAlso"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "d21cfc68-9e3d-4bef-8c79-635abb6cab91"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Related Guides", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "f5f32ea7-5980-4e04-b9a1-9cb2c65da232"] + }],ExpressionUUID->"490d5f6d-ed05-4f13-9329-ef22dedee10e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"MoreAbout"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "d074d284-5a15-4e93-9f28-99b5ff74a9c7"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "Tech Notes", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "a311e2df-7a42-4246-ad25-b8505d71696d"] + }],ExpressionUUID->"79c4e0b8-4cd2-4a3d-87f0-03b21d280f26"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"Tutorials"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "2481da25-18a5-430e-a42b-57fb08a4419d"], + "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ +\[ThickSpace]", + Cell[BoxData[ + TagBox[ + ActionMenuBox[ + FrameBox[Cell[TextData[{ + "URL", + " ", + Cell[BoxData[ + GraphicsBox[ + {GrayLevel[0.66667], Thickness[0.13], + LineBox[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, + AspectRatio->1, + ImageSize->20, + PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> + "59e90c47-15fd-47a3-b354-397ab03860dd"] + }],ExpressionUUID->"e01324d1-00b3-4f15-9ce3-9cd82542ceab"], + StripOnInput->False],{ + "\"TUG/ref/PlotWeberSet3dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PlotWeberSet3dV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +PlotWeberSet3dV6.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$163334], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PlotWeberSet3dV6" <> ".html"], None}]}]}, + Appearance->None, + MenuAppearance->Automatic, + MenuStyle->"URLMenu"], + MouseAppearanceTag["LinkHand"]]], + LineSpacing->{1.4, 0},ExpressionUUID-> + "806eba48-cbb6-40ab-a47a-0c268ea3c1df"] + }], "AnchorBar", + CacheGraphics->False,ExpressionUUID-> + "6cd5206c-69f0-464d-957a-4a6481785064"]} + }]], "AnchorBarGrid", + CellID->1,ExpressionUUID->"07da145c-99f0-4752-beb5-a558b56d6fdf"], + +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"1c86df29-d939-4c6c-9033-5e513a3057f7"], + +Cell[CellGroupData[{ + +Cell[BoxData[GridBox[{ + {Cell[TextData[{ + Cell[ + "PlotWeberSet3dV6", "ObjectName",ExpressionUUID-> + "62b2251e-127a-4975-97ec-b90a150f0ec7"], + Cell[BoxData[ + TemplateBox[{8}, + "Spacer1"]],ExpressionUUID->"cc3980ed-2136-49a3-852a-dd0ce1b9dba5"], + Cell[BoxData[ + ""], "ObjectNameTranslation",ExpressionUUID-> + "01a71a7d-3ff9-4d3f-85a3-180f94d952c4"] + }],ExpressionUUID->"ebf9777c-81af-4137-a9b8-c6a746a5cbf3"], + "\[SpanFromLeft]"} + }]], "ObjectNameGrid",ExpressionUUID->"f146ad84-2c70-4456-8e2e-\ +74f7983270e8"], + +Cell[BoxData[GridBox[{ + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"FilledWeberSetV6", "[", "game", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ca4e24fc-0900-46ce-9573-57d90d8e3d06"], + " \[LineSeparator]plots the Weber set of a four person game." + }],ExpressionUUID->"d51ff0eb-08e4-418d-b9be-c390d7c7472e"]}, + {"", Cell[TextData[{ + Cell[BoxData[ + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"game", ",", "options"}], "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "9044e459-79d7-47e3-8f60-da9be9449b3a"], + " \[LineSeparator]by option set, the figure size and view can be \ +changed. In addition, the legend can be turned on. However, the core cannot \ +be included into the figure. " + }],ExpressionUUID->"6701fde1-a7fe-4116-b62f-68a7536d1032"]} + }]], "Usage", + CellID->261473278,ExpressionUUID->"1677a7ba-bbaa-4baa-a732-a5f48fccbb41"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[TextData[Cell[BoxData[ + ButtonBox[Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"3e7cdfd6-b2e3-4642-bfec-335ed125fefd"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"7e5981c6-f8e8-4488-804d-e099c838e567"], + "Details and Options" + }], "NotesFrameText",ExpressionUUID->"4d8826be-a515-42dd-868b-3561b4d973ee"], + Appearance->{Automatic, None, "Normal", Automatic}, + BaseStyle->None, + ButtonFunction:>(FrontEndExecute[{ + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], All, ButtonCell], + FrontEndToken["OpenCloseGroup"], + FrontEnd`SelectionMove[ + FrontEnd`SelectedNotebook[], After, CellContents]}]& ), + Evaluator->None, + Method-> + "Preemptive"]],ExpressionUUID->"c9e47888-3b41-40f3-aaf3-ae8b9f75ef68"]], \ +"NotesSection", + WholeCellGroupOpener->True, + CellGroupingRules->{"SectionGrouping", 50}, + CacheGraphics->False, + CellID->1046262721,ExpressionUUID->"9f46792d-7d13-4c15-87d4-f8dfba430fa3"], + +Cell[TextData[{ + "The input expression ", + Cell[BoxData["game"], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "57df2212-5ca2-418a-a356-e0370c471709"], + " must be represented in characteristic function form, where its values ", + Cell[BoxData[ + RowBox[{"v", "[", "S", "]"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "2add4f7f-6eb7-412b-a3bb-e6d3a91ae1f2"], + "\nare numeric." +}], "]]", "Notes", + CellID->313448337,ExpressionUUID->"95c51e80-f2d9-4cd2-8fce-781bf47f57d7"], + +Cell[TextData[{ + "To use this function, you need first to load the ", + Cell[BoxData[ + TemplateBox[{"\"TuGames Package\"", "paclet:TUG/Guides/RefPageTuGames"}, + "HyperlinkPaclet"]], "Output",ExpressionUUID-> + "a7b98d46-d142-4794-a686-01cf4b93255e"], + " using ", + Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input",ExpressionUUID-> + "85126d19-6c47-4e8b-aef2-991e5aedb15f"], + "." +}], "Notes", + CellID->177724765,ExpressionUUID->"09d1907c-be35-4a19-ae1e-ce4b2962d571"], + +Cell["\<\ +The Weber set is a solution constituted by all pre-imputations based on the \ +concept of a random order value, whenever the game is monotone. Otherwise, \ +the Weber set also depends on elements that are not random order values.\ +\>", "Notes", + CellID->881701117,ExpressionUUID->"97324de8-9ad9-430c-b26e-80201293ed87"], + +Cell["\<\ +Note that the Shapley value is a random order value while assuming that the \ +likelihood of assembling coalitions is based on the uniform probability \ +distribution of the ordering of players. Since the Weber set is the \ +collection of payoffs associated with random order values, the Shapley value \ +must be an element of this set.\ +\>", "Notes", + CellID->873586931,ExpressionUUID->"c48ab7a2-5dbe-40ce-a18c-74bbf8334e61"], + +Cell["This function draws the Weber set of a four person game.", "Notes", + CellID->305331391,ExpressionUUID->"0c83dc81-d777-4b21-8602-97a0dd26bff7"], + +Cell["\<\ +The Weber set area is depicted as a transparent orange polytope. Furthermore, \ +the Shapley value will be drawn as a blue point, the kernel as a light red, \ +the pre-kernel as a red, the nucleolus as a green, the modiclus as a purple \ +point, and the Harsanyi value as a brown point. \ +\>", "Notes", + CellID->651706482,ExpressionUUID->"222001c5-edd5-4255-829d-29b762655406"], + +Cell[TextData[{ + "For more information see ", + Cell[BoxData[ + ButtonBox[ + TagBox[ + TemplateBox[{ + TemplateArgBox["\"Graphics 3D\"", 1], + StyleBox[ + TemplateArgBox["\"Graphics 3D\"", 1], "HyperlinkActive"], BaseStyle -> + "Hyperlink"}, + "MouseoverTemplate"], + MouseAppearanceTag["LinkHand"]], + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/TuGamesView3dV6", + ButtonNote->"paclet:TUG/Guides/TuGamesView3dV6"]],ExpressionUUID-> + "a6e123ef-f173-44b9-9354-4838abcd03d1"], + "." +}], "Notes", + CellID->135892803,ExpressionUUID->"ece7133f-e738-4e6e-a874-a31487f9a61d"], + +Cell["Dedicated for Mathematica Version 12.x or higher only.", "Notes", + CellID->2111799648,ExpressionUUID->"d9636b8a-88e7-458d-bdc1-0b2ba7ddb3cf"], + +Cell["The following options can be given: ", "Notes", + CellLabel-> + "Options tables, which describe valid options, their default values, and \ +what they control, are often given in this section", + CellID->13178,ExpressionUUID->"6b297c74-7d02-4940-988e-9ea03a5d3552"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "f8d03a2c-46cd-4fae-bed8-4d33de433ee2"], + TemplateBox[{ + Cell[ + TextData["HarsanyiValCoord"]], "paclet:TUG/ref/HarsanyiValCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", "}"}], Cell["\<\ +do not use to pass the Harsanyi value to the function. Selection made by \ +internal calculation.\ +\>", "TableText",ExpressionUUID->"8b970b2c-5d66-414c-b97d-204d20076241"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->969813666,ExpressionUUID->"4ad62fdc-e736-4e32-b9ce-c4d2ecb42a63"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "5cdad0dd-9504-490e-885b-6c75f861eacb"], + TemplateBox[{ + Cell[ + TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + ButtonBox[ + RowBox[{"{", "}"}], + BaseStyle->"FunctionLink"], Cell["\<\ +do not use to pass a kernel element to the function. Selection made by \ +internal calculation.\ +\>", "TableText",ExpressionUUID->"8eac2bee-4c07-48d8-bc5b-ce1dd4088619"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1035213662,ExpressionUUID->"0ad7f5a1-1dcb-4bf2-b180-aef54f7b0bab"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "ae3ae2bc-47b2-4877-8323-9cf5c26c9084"], + TemplateBox[{ + Cell[ + TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", "}"}], Cell["\<\ +do not use to pass an arbitrary payoff/imputation to the function. \ +\>", "TableText",ExpressionUUID->"ad7d1e90-b979-4694-901e-46f10ec5c720"]}, + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "0176fe6a-9e8a-4158-9949-b90b5164741d"], + TemplateBox[{ + Cell[ + TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", "}"}], Cell["\<\ +do not use to pass the nucleolus to the function. Selection made by internal \ +calculation.\ +\>", "TableText",ExpressionUUID->"aa54017a-18f5-493d-8bc1-42fc89c60123"]}, + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "c78c9ded-d8d4-4683-9f72-c99a452657af"], + TemplateBox[{ + Cell[ + TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + ButtonBox[ + RowBox[{"{", "}"}], + BaseStyle->"FunctionLink"], Cell["\<\ +do not use to pass the modiclus to the function. Selection made by internal \ +calculation.\ +\>", "TableText",ExpressionUUID->"ca56a58c-36a0-4282-818c-7b45fbc77843"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {None, None, {None}}}, + GridBoxDividers->{"Rows" -> {{True, True, True, True}}}}, + CellID->1640619354,ExpressionUUID->"ac6fe295-1cd0-4ed6-93d6-4da3ac6153c3"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "6a37f7db-36c2-4018-b552-cb5e95779a6e"], + TemplateBox[{ + Cell[ + TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", "}"}], Cell["\<\ +do not use to pass the Shapley value to the function. Selection made by \ +internal calculation.\ +\>", "TableText",ExpressionUUID->"8b25dc1c-ba52-4604-8f0e-7deb15b08964"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2628340,ExpressionUUID->"fcf5d13e-e5ea-477f-9c4a-1188ce290cb9"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "be57dd90-c847-41a0-85b4-3681c930e732"], + TemplateBox[{ + Cell[ + TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "0.021`", Cell[ + "use to set point radius of point solutions.", "TableText",ExpressionUUID-> + "12edba81-44b6-49ac-ad2a-b954e6264648"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1581386759,ExpressionUUID->"8119b82d-0862-4f8b-92bd-ef7cbf48da91"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "8f705833-0ac5-431e-974f-f7766d3eada5"], + TemplateBox[{ + Cell[ + TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], + RowBox[{"{", + RowBox[{"400", ",", "434"}], "}"}], Cell[ + "use to set the picture size.", "TableText",ExpressionUUID-> + "ca2a37b1-0d02-4529-a0c1-04daed2d1643"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->11156,ExpressionUUID->"5f001886-b8f5-4b31-896b-6a219f698b54"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "ae5245cf-0f05-4e21-95f3-57878315cb8e"], + TemplateBox[{ + Cell[ + TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use to draw the imputation set. ", "TableText",ExpressionUUID-> + "4f9e7fe2-a69d-493d-b178-c49ebe908297"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1348502217,ExpressionUUID->"38ad28fb-fefe-493b-a992-0a059345a292"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "4b7bcf90-e040-40e9-808a-36cd3747c3b3"], + TemplateBox[{ + Cell[ + TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell["\<\ +use to synchronize the projection plane into the three-dimensional vector \ +space. \ +\>", "TableText",ExpressionUUID->"3c249c1e-d3b9-4e01-ac75-bd86780e2ccc"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1889737650,ExpressionUUID->"15b81b88-855d-47df-b6cd-d9e32386e551"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "f33aa1c9-966f-4705-8b7a-759f9df1293e"], + TemplateBox[{ + Cell[ + TextData["Verbosely"]], "paclet:TUG/ref/Verbosely", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "True", Cell[ + "use a verbose mode. ", "TableText",ExpressionUUID-> + "152896b8-5088-4930-8d67-07413d7463a6"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1661816152,ExpressionUUID->"97a36adc-37a5-44ea-afb1-caa31f4077d2"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "a6cb9661-d2aa-403e-9b14-479c28fd3de9"], + TemplateBox[{ + Cell[ + TextData["ViewLegend"]], "paclet:TUG/ref/ViewLegend", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use not to draw the legend. ", "TableText",ExpressionUUID-> + "bb9f7a34-3806-4cc2-b7b7-e81e255992e6"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2021650755,ExpressionUUID->"a4bcffd9-063d-499a-b5c5-3037b12c646a"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "f762f7c4-8f23-401a-98ac-68bb890f67c9"], + TemplateBox[{ + Cell[ + TextData["ViewHarsanyiSol"]], "paclet:TUG/ref/ViewHarsanyiSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the Harsanyi value. ", "TableText",ExpressionUUID-> + "4bb4380e-69db-4bd5-ad76-e60db12e76eb"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2117624847,ExpressionUUID->"c6f49732-c3e1-434f-bb9c-ff1dd4774d7d"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "9eaf91f2-eb7a-4b72-bfc1-abd187bd9348"], + TemplateBox[{ + Cell[ + TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the kernel. ", "TableText",ExpressionUUID-> + "f3692f3e-4dac-4414-a9c2-b2901030ec35"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->2145330687,ExpressionUUID->"420d661b-9352-4b57-87f5-7e4a87ea5c44"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "789a250d-0c15-49ca-b887-aa0e8a85ecbf"], + TemplateBox[{ + Cell[ + TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the modiclus. ", "TableText",ExpressionUUID-> + "e6e09a43-3146-4025-826b-dcdd86d502e0"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->203358790,ExpressionUUID->"9978d195-5f7a-4e3a-8b99-c0356e9ce066"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "1305cca6-532e-449e-8db5-108efd0f2d51"], + TemplateBox[{ + Cell[ + TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the nucleolus. ", "TableText",ExpressionUUID-> + "eda66f81-8baa-4901-8eb7-14ab123246e5"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1843978144,ExpressionUUID->"87c790bb-5f79-4b23-8ee7-a3eca293e2ef"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "ef2bbcce-4e04-4d72-84f1-b37541d874d5"], + TemplateBox[{ + Cell[ + TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw an arbitrary payoff or list of payoffs. ", "TableText", + ExpressionUUID->"5cf62233-2257-4e3d-8615-59befbd27fe9"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1353055139,ExpressionUUID->"7ddf9a03-ac86-4d3c-bd69-7b9a5a3d7a71"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "21c4bb14-cf5d-4cfd-b686-c414955bf59b"], + TemplateBox[{ + Cell[ + TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the Shapley value. ", "TableText",ExpressionUUID-> + "c3b78899-2953-4400-93b3-00a8ec3dad19"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1846391669,ExpressionUUID->"46dc08f2-80d3-49eb-8181-2edd38859385"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "82d64305-0e18-49c2-a5b8-430ee768acef"], + TemplateBox[{ + Cell[ + TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use to not draw the Weber sets as a skeleton. ", "TableText", + ExpressionUUID->"b008902c-194f-4f2b-951e-506ef929cf2c"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->901767574,ExpressionUUID->"b319816f-7446-468a-b60e-64a5d095f0b0"], + +Cell[BoxData[GridBox[{ + {Cell[" ", "TableRowIcon",ExpressionUUID-> + "756a0d26-a5bd-4dd1-8913-26fa2b1ae661"], + TemplateBox[{ + Cell[ + TextData["VRepresentation"]], "paclet:TUG/ref/VRepresentation", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"3ColumnTableMod"], "False", Cell[ + "use a hyperplane representation to draw the Weber set.", "TableText", + ExpressionUUID->"4b01a127-e6cf-41a6-9b3a-e554ca8e3086"]} + }]], "3ColumnTableMod", + GridBoxOptions->{ + GridBoxBackground->{"Columns" -> {{None}}, "Rows" -> {{None}}}, + GridBoxDividers->{"Rows" -> {{True, True}}}}, + CellID->1435485306,ExpressionUUID->"72a29e2f-78d5-4e0f-bd7c-41ac23dc2f39"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "kervec"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "591e5c42-76c9-4d48-b348-0d2b3d10f88d"], + " passes a kernel element to the function/graphics, whereas ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", + RowBox[{"{", + RowBox[{"kervec1", ",", "kervec2"}], "}"}]}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f74ba7ef-30c1-4263-8310-8b0953bb5d44"], + " passes a kernel line segment, instead. Has only an effect in connection \ +with ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "bd4534e4-0045-4466-be9a-a7fe9cd29556"], + ". " +}], "Notes", + CellID->1570062306,ExpressionUUID->"4e7b172f-7c48-4a80-8ffd-5fc2e988aa82"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "modvec"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "417ed40c-5bc6-4694-a4c3-1f179129696d"], + " passes the modiclus to the function/graphics. Has only an effect in \ +connection with ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "482ca5bc-94e7-4d3a-bc5a-8d2805ca9efc"], + ". " +}], "Notes", + CellID->660614,ExpressionUUID->"3afce79a-f892-40c5-9ff0-5c19420a3300"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "nucvec"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "1ad21ac7-5a42-4e6a-9faa-3622cb992bf4"], + " passes the nucleolus to the function/graphics. Has only an effect in \ +connection with ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a161a4ff-b9e4-4b7b-94bf-f4d85833e0bb"], + ". " +}], "Notes", + CellID->2102971043,ExpressionUUID->"f0b14b20-ae77-47ec-a99e-c8f67318f423"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "payvec"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "428187de-796a-4554-b98b-8748c8c0a0b6"], + " passes an arbitrary imputation to the function/graphics, whereas ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", + RowBox[{"{", + RowBox[{"payvec1", ",", "payvec2"}], "}"}]}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8e4e7a4a-937a-448e-8477-30f8c59f6eee"], + " passes a list of imputations, instead. Has only an effect in connection \ +with ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "c1243df6-b3a4-4fc9-84cb-dab135cfd6e1"], + ". " +}], "Notes", + CellID->1108551522,ExpressionUUID->"93075b68-2a67-4070-944d-282663c9237b"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "shvec"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "da9b174d-dc8c-4c83-a2a7-95609a739a64"], + " passes the Shapley value to the function/graphics. . Has only an effect in \ +connection with ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "cbf28d82-9562-409f-a7d5-bbb66c5a1678"], + ". " +}], "Notes", + CellID->1499340563,ExpressionUUID->"d62bf911-03c2-4a46-ad4b-9f13ed53504a"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "38235d81-e1f7-4f9f-b1b9-0bf99d6d68ec"], + " does not depict the imputation set." +}], "Notes", + CellID->2041043955,ExpressionUUID->"1bb82811-6105-4268-ac72-d02948506c47"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", + RowBox[{"{", + RowBox[{"600", ",", "668"}], "}"}]}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a91c7e45-6314-4745-996c-05762fd96fdf"], + " changes the picture size of the graphics." +}], "Notes", + CellID->282211233,ExpressionUUID->"b3c89691-abfc-445c-ae8c-58d6c10d8a17"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, + + "PackageLink", + BaseStyle->"InlineFormula"], "->", "0.031"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "5a3410b8-b1f4-4923-bdb4-e41bd988c1cf"], + " enlarges the point radius of the point solutions size." +}], "Notes", + CellID->2126189377,ExpressionUUID->"dfb6f0c9-7c93-4306-8b1f-272be70d7d5a"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "bfdcabcf-0a17-4366-b1f4-9adc3010cd9e"], + " does not synchronize the projection plane into the three-dimensional \ +vector space of each graphic. May result in an inaccurate display of the \ +graphics." +}], "Notes", + CellID->995309240,ExpressionUUID->"2ce026e5-ed15-4c25-af72-e99db16dd92e"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["Verbosely"]], "paclet:TUG/ref/Verbosely", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "False"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "ab5f9b27-0bfe-4b66-8945-95538c663037"], + " does not use a verbose mode." +}], "Notes", + CellID->608546217,ExpressionUUID->"40c01c26-f749-4e25-ad43-93668271f78c"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewLegend"]], "paclet:TUG/ref/ViewLegend", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7c865e9e-00c8-42b7-ad91-0f09cfac8fda"], + " depicts the legend. " +}], "Notes", + CellID->1426210193,ExpressionUUID->"fdd08ee7-aebe-4a5c-ae06-451af1f4beee"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "4b145c51-9d2d-4a77-91c6-a0cb12d6402c"], + " depicts the kernel. " +}], "Notes", + CellID->930159234,ExpressionUUID->"1dea4e7a-95a3-4981-a39f-da8bd558a149"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8d0bfd48-2cd8-4b79-887c-74e860f9d9b2"], + " depicts the modiclus. " +}], "Notes", + CellID->266098834,ExpressionUUID->"2ac949bd-eeff-4a11-9670-df5382166dae"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f11c718c-4c87-44f8-9676-aae799aff727"], + " depicts the nucleolus. " +}], "Notes", + CellID->1374650356,ExpressionUUID->"a6ea11bd-a92d-49e1-8cc9-eaa770312e28"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "096bbb59-158a-4c0f-a049-1727bc728e4d"], + " depicts an arbitrary imputation or list of imputations. " +}], "Notes", + CellID->2096118988,ExpressionUUID->"893c3fde-adcf-49fa-a3a2-99668a34c3e8"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "7aee3170-b487-4b7d-85c5-18d21748be1c"], + " depicts the Shapley value. " +}], "Notes", + CellID->692156901,ExpressionUUID->"b71c8f3b-84b3-4db3-a1e2-227a4b43962f"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, + + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "8fe6e637-f3be-4679-bb5a-a2326867a62d"], + " depicts the Weber set as a skeleton instead. " +}], "Notes", + CellID->1735714032,ExpressionUUID->"cb5d0937-5c63-4846-8fd8-497625b87c2b"], + +Cell[TextData[{ + "The option ", + Cell[BoxData[ + RowBox[{ + TemplateBox[{ + Cell[ + TextData["VRepresentation"]], "paclet:TUG/ref/VRepresentation", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"], "->", "True"}]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a7c50b2e-cd3d-4cef-b7cc-354728ffe965"], + " depicts the Weber set using a vertex representation instead of a \ +hyperplane representation." +}], "Notes", + CellID->294414635,ExpressionUUID->"05f1a0b1-fb10-4889-a9fd-1197c9009707"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], { + TaggingRules, "Openers", "PrimaryExamplesSection"}, Open], + Alternatives[True, Open]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"b1a40e6b-fefb-4977-9de2-d969cd7805cc"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"26aca9ba-28a2-4791-aa0b-274336a8ad4c"], + "Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "5426fd2b-42f1-464a-a223-d22378f4c515"] +}], "PrimaryExamplesSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellTags->"PrimaryExamplesSection", + CellID->1456978607,ExpressionUUID->"732d5cba-15a7-4acd-8f98-23933589bfa1"], + +Cell[CellGroupData[{ + +Cell[TextData[{ + Cell[BoxData[ + DynamicBox[ToBoxes[ + If[ + MatchQ[ + CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed], + Alternatives[Open, True]], + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], + Rotate[ + Style[ + Graphics[{ + Thickness[0.18], + RGBColor[0.8509803921568627, 0.396078431372549, 0], + Line[{{-1.8, 0.5}, {0, 0}, {1.8, 0.5}}]}, AspectRatio -> 1, + PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> + 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], + ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], + ExpressionUUID->"66fbb31c-4cfd-4965-a19a-74ae0c444fc6"], + Cell[BoxData[ + TemplateBox[{1}, + "Spacer1"]],ExpressionUUID->"a59a0fdd-b546-41e5-a377-396a4b9df4b8"], + "Basic Examples", + "\[NonBreakingSpace]\[NonBreakingSpace]", + Cell["(1)", "ExampleCount",ExpressionUUID-> + "895988c3-b83a-4683-98a7-9d5cd785d493"] +}], "ExampleSection", "ExampleSection", + WholeCellGroupOpener->True, + CacheGraphics->False, + CellID->1311748289,ExpressionUUID->"6bff4e4f-acf0-4144-b8db-f6158d8e3de5"], + +Cell["Loading the package:", "ExampleText", + CellID->724598077,ExpressionUUID->"4b80794f-4994-4d9f-b2c0-b0012372ad2b"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", + CellLabel->"In[1]:=", + CellID->2141335847,ExpressionUUID->"1321d5f0-7a07-4e3d-8e4e-cf92723aec9f"], + +Cell[CellGroupData[{ + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1491254379,ExpressionUUID->"6e8be7a6-cb84-44d4-89df-9338f8e3fc4d"], + +Cell[BoxData[ + InterpretationBox[ + RowBox[{"\<\"Loading Package 'TuGames' for \"\>", + "\[InvisibleSpace]", "\<\"Unix\"\>"}], + SequenceForm["Loading Package 'TuGames' for ", "Unix"], + Editable->False]], "Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1738312348,ExpressionUUID->"54d71574-b066-4b98-bd04-0e756ffc2740"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->664190017,ExpressionUUID->"2cb0c8a8-4c30-4ac5-a4f3-223a862c7170"], + +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->233808370,ExpressionUUID->"71cfaf1a-a0cf-4390-9d1a-36060fb793aa"], + +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1133241564,ExpressionUUID->"77f5cdd1-de33-4176-900b-d91f6590ca5f"], + +Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1265109267,ExpressionUUID->"e766fdaa-1a2b-4541-abae-0924deac0c4f"], + +Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1401849865,ExpressionUUID->"5175a5a0-7338-437c-b157-ff758a650498"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1849920252,ExpressionUUID->"27057489-be80-4510-827a-efd2da089c9e"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1857040066,ExpressionUUID->"322918fb-4691-4854-9e41-f6f41f68f0e9"], + +Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->1186473769,ExpressionUUID->"eee5ca88-7551-4826-b456-46e1302cb566"], + +Cell[BoxData["\<\"===================================================\"\>"], \ +"Print", + CellContext->"Cell$$16171`", + CellLabel->"During evaluation of In[1]:=", + CellID->359649877,ExpressionUUID->"def6c8d4-9965-41ed-a92e-20da1d9f092b"] +}, Open ]] +}, Open ]], + +Cell["Define the following four person game:", "ExampleText", + CellID->2083786667,ExpressionUUID->"9b91e60d-9489-48b5-bee4-b0526058b4f4"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"T", "=", + RowBox[{"{", + RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[2]:=", + CellID->585427827,ExpressionUUID->"3cbd347b-7636-48f3-9f30-e1e8365bbfb7"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"vec", "=", + RowBox[{"{", + RowBox[{ + "0", ",", "4", ",", "0", ",", "2", ",", "0", ",", "8", ",", "0", ",", "0", + ",", "0", ",", "0", ",", "8", ",", "0", ",", "0", ",", "0", ",", "0", + ",", "20"}], "}"}]}], ";"}]], "Input", + CellLabel->"In[3]:=", + CellID->1947756944,ExpressionUUID->"bb866015-b92c-4436-b8f1-24acb1ef39de"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"ExpGame", ":=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", + CellLabel->"In[4]:=", + CellID->1946614331,ExpressionUUID->"0f7da18c-3302-49d8-9a61-6d1a0e4de348"], + +Cell["\<\ +First, let us consider the set of options with its default values that is \ +given by\ +\>", "ExampleText", + CellID->937669004,ExpressionUUID->"24157604-2b59-4fc5-a995-ac03c3be5ce6"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "PlotWeberSet3dV6", "]"}]], "Input", + CellLabel->"In[5]:=", + CellID->2096152795,ExpressionUUID->"23c06206-65c2-430c-acfe-fd1838b0def8"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"HarsanyiValCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PayoffCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PictureSize", "\[Rule]", + RowBox[{"{", + RowBox[{"400", ",", "434"}], "}"}]}], ",", + RowBox[{"PtRadius", "\[Rule]", "0.021`"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"SyncDim", "\[Rule]", "True"}], ",", + RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[5]=", + CellID->1664527245,ExpressionUUID->"83485ec2-0f3e-45c3-8f10-29fd98fb29b0"] +}, Open ]], + +Cell["\<\ +The three-dimensional Weber set of the game is now plotted while calling\ +\>", "ExampleText", + CellID->4896524,ExpressionUUID->"c506ace3-8fc1-4a8a-8c1f-9084bfe892b1"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig01", "=", + RowBox[{"PlotWeberSet3dV6", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[6]:=", + CellID->640476792,ExpressionUUID->"1f26fdfa-6c2f-455b-ba9c-43bf4a588697"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, 13, + 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, 5}, {8, + 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[6]=", + CellID->506462743,ExpressionUUID->"82c7cbdd-03a9-4b5d-af29-9734ecfe2118"] +}, Open ]], + +Cell["\<\ +Plotting the Weber set without the a subset of the pre-imputation set is \ +accomplished through\ +\>", "ExampleText", + CellID->1283129384,ExpressionUUID->"e0c9407d-d842-4a43-aa19-6bb3dc4e6a16"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig02", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ShowImputationSet", "\[Rule]", " ", "False"}]}], + "]"}]}]], "Input", + CellLabel->"In[7]:=", + CellID->99189785,ExpressionUUID->"289ac7ba-44a8-4573-a170-18a4b7271c39"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, 13, + 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, 5}, {8, + 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[7]=", + CellID->349361716,ExpressionUUID->"5b9a8ab1-d3d8-4822-8ebe-0bc7faec18c5"] +}, Open ]], + +Cell["\<\ +Moreover, the Weber set plot can also be displayed as a skeleton through \ +\>", "ExampleText", + CellID->1693517317,ExpressionUUID->"0ff7d19c-6464-488b-84f7-39278819b76a"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig03", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewSkel", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[8]:=", + CellID->827728234,ExpressionUUID->"8c166302-2a38-4361-b9a3-a30a186cc78f"], + +Cell[BoxData[ + Graphics3DBox[{ + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[ + NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[8]=", + CellID->1071246206,ExpressionUUID->"14021640-ee9a-4d02-982b-73b356ed2fa1"] +}, Open ]], + +Cell["\<\ +Some important game solutions can also be added to the graphic.\ +\>", "ExampleText", + CellID->470193088,ExpressionUUID->"f7dcdf42-b8da-4c4a-935f-defd62ca4162"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig04", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[9]:=", + CellID->1375615690,ExpressionUUID->"0db7bad1-e69f-46be-b5fd-5b82c967a892"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, 13, + 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, 5}, {8, + 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[9, 40], Rational[31, 120], Rational[9, 40]}, {0.225, + 0.25833333333333336`, 0.225}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 20], Rational[3, 10], Rational[1, 5]}, {0.15, 0.3, + 0.2}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[9]=", + CellID->1115049089,ExpressionUUID->"32e647e9-b321-4e1f-9c2f-d0928fffe548"] +}, Open ]], + +Cell["In addition, we can include the legend into the graphic by", \ +"ExampleText", + CellID->2132075007,ExpressionUUID->"959a99ef-5a0c-4bfd-9691-847c05682ee3"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig05", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ViewLegend", "\[Rule]", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[10]:=", + CellID->967638449,ExpressionUUID->"e8e53a39-4a9c-4df2-bb38-6820b7ee2652"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], + Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, { + 2, 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, + 15}, {15, 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, + 10}, {7, 13, 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, + 8}, {2, 10, 5}, {8, 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, + 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, { + 0, 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, { + 0, 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, { + 0, 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, { + 0, 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, { + 0, 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, + 0, 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, + 1, 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, { + 0, Rational[4, 5], 0}, {Rational[7, 10], Rational[1, 10], 0}, { + 0, Rational[1, 10], 0}}, {{0, 0.1, 0.7}, {0, 0.8, 0}, { + 0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[9, 40], Rational[31, 120], Rational[9, 40]}, {0.225, + 0.25833333333333336`, 0.225}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 20], Rational[3, 10], Rational[1, 5]}, {0.15, 0.3, + 0.2}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}], {-1, -1.}, {Left, Bottom}, {2, 2.}], + GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[0.6, 0.4, 0.2], + DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 5.8999999999999995`}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{400., 434.}, + PlotRange->All]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[10]=", + CellID->601365662,ExpressionUUID->"78079c73-773b-42bc-b94e-a2cf1ae76ced"] +}, Open ]], + +Cell["\<\ +As it was noticed, each additional game solution that was included into the \ +graphic was recalculated. To avoid, this behavior, we compute each solution \ +that we want to add to the graphic. Thus, we compute \ +\>", "ExampleText", + CellID->73193713,ExpressionUUID->"a0373fc7-e96d-495f-840d-4758dac3679d"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"shv", "=", + RowBox[{"ShapleyValue", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[11]:=", + CellID->1642130140,ExpressionUUID->"cc427b0a-fa9b-4b4e-a0c0-fa06716a8149"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["35", "6"], ",", + FractionBox["9", "2"], ",", + FractionBox["31", "6"], ",", + FractionBox["9", "2"]}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[11]=", + CellID->1187132246,ExpressionUUID->"57cf20e2-2d7b-4071-b536-76e9eb15c433"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"nc", "=", + RowBox[{"ModifiedNucleolus", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[12]:=", + CellID->1428805585,ExpressionUUID->"2753ff98-1146-4708-9ffc-98c8eb8ce485"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{"7", ",", "3", ",", "6", ",", "4"}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[12]=", + CellID->1132362631,ExpressionUUID->"1c900aea-1eff-438f-8fd8-664d832dface"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"mnc", "=", + RowBox[{"Modiclus", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[13]:=", + CellID->590982472,ExpressionUUID->"638edd1e-2f99-441d-adbc-49ae9b905312"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{"5", ",", "5", ",", "5", ",", "5"}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[13]=", + CellID->2025362985,ExpressionUUID->"709a096b-d63e-414b-991e-5bdeb7b46b8b"] +}, Open ]], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"pk", "=", + RowBox[{"PreKernelElement", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[14]:=", + CellID->1372698786,ExpressionUUID->"fddfe47f-224e-47af-b281-2f8aebcd7820"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{"7", ",", "3", ",", "6", ",", "4"}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[14]=", + CellID->1244126209,ExpressionUUID->"59807431-2e86-4cb7-8092-416542974317"] +}, Open ]], + +Cell["\<\ +The solution vectors were now supplied to the function command by \ +\>", "ExampleText", + CellID->542469117,ExpressionUUID->"aa489ea3-dead-4722-b633-a87b20a175ce"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig06", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", " ", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", " ", "nc"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}]}], "]"}]}]], "Input", + CellLabel->"In[15]:=", + CellID->700969344,ExpressionUUID->"c29d0e41-9013-4a5e-b8aa-0ddbac34414b"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, 13, + 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, 5}, {8, + 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[9, 40], Rational[31, 120], Rational[9, 40]}, {0.225, + 0.25833333333333336`, 0.225}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 20], Rational[3, 10], Rational[1, 5]}, {0.15, 0.3, + 0.2}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[15]=", + CellID->971783185,ExpressionUUID->"bd9c56d6-f041-402f-9cd8-d1b6147a2b58"] +}, Open ]], + +Cell["\<\ +This procedure avoids the annoying recalculation of each solution whenever \ +the graphic is re-rendered. The graphic is now displayed more rapidly.\ +\>", "ExampleText", + CellID->1846857448,ExpressionUUID->"07ddc81a-8bbc-439f-a15b-698cbf8e992f"], + +Cell["\<\ +There exists also the possibility to add other payoff vectors to the graphic. \ +Suppose that we want to add the extreme points of the Weber set to the \ +graphic. All we must to do is to compute the vertices by\ +\>", "ExampleText", + CellID->31377083,ExpressionUUID->"11e64e38-4190-4ba2-8c0f-aa0fda4c67da"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wbv", "=", + RowBox[{"MargValue", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[16]:=", + CellID->946849018,ExpressionUUID->"b65f3d4f-c113-444a-941c-5c166078852c"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"4", ",", "4", ",", + RowBox[{"-", "8"}], ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "4", ",", "20", ",", + RowBox[{"-", "8"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "0", ",", + RowBox[{"-", "4"}], ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "20", ",", + RowBox[{"-", "4"}], ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "0", ",", "20", ",", + RowBox[{"-", "4"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "20", ",", "0", ",", + RowBox[{"-", "4"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", + RowBox[{"-", "8"}], ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "20", ",", + RowBox[{"-", "8"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "20", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "2"}], ",", "0", ",", "2", ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "2"}], ",", "20", ",", "2", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", + RowBox[{"-", "2"}], ",", "2", ",", "20"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", + RowBox[{"-", "2"}], ",", "2", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "8"}], ",", "20", ",", "2", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", + RowBox[{"-", "8"}], ",", "2", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "20", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "20", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "20", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "8"}], ",", "20", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"20", ",", + RowBox[{"-", "8"}], ",", "8", ",", "0"}], "}"}]}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[16]=", + CellID->315368588,ExpressionUUID->"2accbbd9-8bc3-460b-94e8-c410543910a7"] +}, Open ]], + +Cell[TextData[{ + "and then we supply them to the option ", + StyleBox["PayoffCoord ", + FontSlant->"Italic"], + "by" +}], "ExampleText", + CellID->1921439494,ExpressionUUID->"c7b62e4f-e841-4609-abb2-6f6552281066"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig07", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", " ", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", " ", "nc"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "wbv"}]}], "]"}]}]], "Input", + CellLabel->"In[17]:=", + CellID->1632084698,ExpressionUUID->"f11fd242-61ce-4820-bfa0-642711ce7dc9"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, 13, + 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, 5}, {8, + 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 0, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, 1, + 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, {1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[9, 40], Rational[31, 120], Rational[9, 40]}, {0.225, + 0.25833333333333336`, 0.225}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 20], Rational[3, 10], Rational[1, 5]}, {0.15, 0.3, + 0.2}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}, { + {RGBColor[ + NCache[{ + Rational[1, 5], + Rational[-2, 5], 1}, {0.2, -0.4, 1}]], + SphereBox[NCache[{Rational[1, 5], Rational[-2, 5], 1}, {0.2, -0.4, 1}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 5], 1, + Rational[-2, 5]}, {0.2, 1, -0.4}]], + SphereBox[NCache[{Rational[1, 5], 1, Rational[-2, 5]}, {0.2, 1, -0.4}], + 0.021]}, + {RGBColor[ + NCache[{0, + Rational[-1, 5], 1}, {0, -0.2, 1}]], + SphereBox[NCache[{0, Rational[-1, 5], 1}, {0, -0.2, 1}], 0.021]}, + {RGBColor[ + NCache[{1, + Rational[-1, 5], 0}, {1, -0.2, 0}]], + SphereBox[NCache[{1, Rational[-1, 5], 0}, {1, -0.2, 0}], 0.021]}, + {RGBColor[ + NCache[{0, 1, + Rational[-1, 5]}, {0, 1, -0.2}]], + SphereBox[NCache[{0, 1, Rational[-1, 5]}, {0, 1, -0.2}], 0.021]}, + {RGBColor[ + NCache[{1, 0, + Rational[-1, 5]}, {1, 0, -0.2}]], + SphereBox[NCache[{1, 0, Rational[-1, 5]}, {1, 0, -0.2}], 0.021]}, + {RGBColor[ + NCache[{0, + Rational[-2, 5], 1}, {0, -0.4, 1}]], + SphereBox[NCache[{0, Rational[-2, 5], 1}, {0, -0.4, 1}], 0.021]}, + {RGBColor[ + NCache[{0, 1, + Rational[-2, 5]}, {0, 1, -0.4}]], + SphereBox[NCache[{0, 1, Rational[-2, 5]}, {0, 1, -0.4}], 0.021]}, + {RGBColor[0, 0, 1], SphereBox[{0, 0, 1}, 0.021]}, + {RGBColor[0, 0, 0], SphereBox[{0, 0, 0}, 0.021]}, + {RGBColor[0, 1, 0], SphereBox[{0, 1, 0}, 0.021]}, + {RGBColor[0, 0, 0], SphereBox[{0, 0, 0}, 0.021]}, + {RGBColor[ + NCache[{0, + Rational[1, 10], 1}, {0, 0.1, 1}]], + SphereBox[NCache[{0, Rational[1, 10], 1}, {0, 0.1, 1}], 0.021]}, + {RGBColor[ + NCache[{1, + Rational[1, 10], 0}, {1, 0.1, 0}]], + SphereBox[NCache[{1, Rational[1, 10], 0}, {1, 0.1, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[-1, 10], + Rational[1, 10], 1}, {-0.1, 0.1, 1}]], + SphereBox[NCache[{Rational[-1, 10], Rational[1, 10], 1}, {-0.1, 0.1, 1}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[-1, 10], + Rational[1, 10], 0}, {-0.1, 0.1, 0}]], + SphereBox[NCache[{Rational[-1, 10], Rational[1, 10], 0}, {-0.1, 0.1, 0}], + 0.021]}, + {RGBColor[ + NCache[{1, + Rational[1, 10], + Rational[3, 10]}, {1, 0.1, 0.3}]], + SphereBox[NCache[{1, Rational[1, 10], Rational[3, 10]}, {1, 0.1, 0.3}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[-2, 5], + Rational[1, 10], + Rational[3, 10]}, {-0.4, 0.1, 0.3}]], + SphereBox[ + NCache[{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, {-0.4, 0.1, + 0.3}], 0.021]}, + {RGBColor[0, 1, 0], SphereBox[{0, 1, 0}, 0.021]}, + {RGBColor[1, 0, 0], SphereBox[{1, 0, 0}, 0.021]}, + {RGBColor[0, 1, 0], SphereBox[{0, 1, 0}, 0.021]}, + {RGBColor[0, 0, 0], SphereBox[{0, 0, 0}, 0.021]}, + {RGBColor[ + NCache[{1, + Rational[2, 5], 0}, {1, 0.4, 0}]], + SphereBox[NCache[{1, Rational[2, 5], 0}, {1, 0.4, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[-2, 5], + Rational[2, 5], 0}, {-0.4, 0.4, 0}]], + SphereBox[NCache[{Rational[-2, 5], Rational[2, 5], 0}, {-0.4, 0.4, 0}], + 0.021]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[17]=", + CellID->1185962280,ExpressionUUID->"2961d796-a30b-4fcf-81de-0b53792596c9"] +}, Open ]], + +Cell["\<\ +However, the core and core vertices cannot be included in the Weber set \ +directly. By doing so, one has to call the function PlotCore3dV6 with the \ +option ShowWeberSet -> True. Thus, we need to plot the core against the \ +Weber set. For adding the extreme points of the core to a graphic, all we \ +must to do is to compute the vertices by\ +\>", "ExampleText", + CellID->364455761,ExpressionUUID->"7e0ddf44-b5c4-4408-ac58-21944d0d7dea"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"crv", "=", + RowBox[{"CddGmpVerticesCore", "[", "ExpGame", "]"}]}]], "Input", + CellLabel->"In[18]:=", + CellID->1366773447,ExpressionUUID->"fa43d9b0-be25-40fc-b1b1-03349708eb13"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"12", ",", "0", ",", "2", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"12", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "4", ",", "12", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "4", ",", "2", ",", "10"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "8", ",", "2", ",", "6"}], "}"}], ",", + RowBox[{"{", + RowBox[{"4", ",", "8", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "12", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "2", ",", "10"}], "}"}]}], "}"}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[18]=", + CellID->1869689999,ExpressionUUID->"f5940d53-4b09-4c6d-a646-e32f7578bdab"] +}, Open ]], + +Cell[TextData[{ + "and then we supply them to the option ", + StyleBox["PayoffCoord ", + FontSlant->"Italic"], + "within the command PlotCore3dV6 to get:" +}], "ExampleText", + CellID->349071146,ExpressionUUID->"f9c3c127-01a5-4e83-91c2-4440e7449214"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"fig08", "=", + RowBox[{"PlotCore3dV6", "[", + RowBox[{"ExpGame", ",", + RowBox[{"ViewShapleySol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", " ", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", " ", "nc"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", " ", "False"}], ",", " ", + RowBox[{"ViewModiclusSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", " ", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "crv"}], ",", + RowBox[{"ShowWeberSet", "->", " ", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[19]:=", + CellID->763366402,ExpressionUUID->"ecb9e045-c79c-467e-9f27-e82cc1b72c31"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 1, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0., 0.4, 0.}, {0., 0.6, 0.}, {0.4, 0.4, 0.}, {0.2, + 0.6, 0.}, {0.2, 0.1, 0.5}, {0.4, 0.1, 0.3}, {0., 0.1, 0.5}, {0., 0.1, + 0.3}}, Polygon3DBox[{{4, 2, 1}, {5, 2, 4}, {1, 7, 8}, {8, 7, 5}, {5, 3, + 6}, {4, 3, 5}, {6, 3, 1}, {1, 3, 4}, {2, 7, 1}, {5, 7, 2}, {6, 8, 5}, { + 1, 8, 6}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0., 0.4, 0.}, {0., 0.6, 0.}, {0.4, 0.4, 0.}, {0.2, + 0.6, 0.}, {0.2, 0.1, 0.5}, {0.4, 0.1, 0.3}, {0., 0.1, 0.5}, {0., 0.1, + 0.3}}, { + {Thickness[0.0085], TubeBox[{{0., 0.4, 0.}, {0., 0.6, 0.}}], + TubeBox[{{0., 0.4, 0.}, {0.4, 0.4, 0.}}], + TubeBox[{{0., 0.4, 0.}, {0., 0.1, 0.3}}], + TubeBox[{{0., 0.6, 0.}, {0.2, 0.6, 0.}}], + TubeBox[{{0., 0.6, 0.}, {0., 0.1, 0.5}}], + TubeBox[{{0.4, 0.4, 0.}, {0.2, 0.6, 0.}}], + TubeBox[{{0.4, 0.4, 0.}, {0.4, 0.1, 0.3}}], + TubeBox[{{0.2, 0.6, 0.}, {0.2, 0.1, 0.5}}], + TubeBox[{{0.2, 0.1, 0.5}, {0.4, 0.1, 0.3}}], + TubeBox[{{0.2, 0.1, 0.5}, {0., 0.1, 0.5}}], + TubeBox[{{0.4, 0.1, 0.3}, {0., 0.1, 0.3}}], + TubeBox[{{0., 0.1, 0.5}, {0., 0.1, 0.3}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[ + NCache[{{0, Rational[1, 10], Rational[7, 10]}, {0, Rational[4, 5], 0}, { + Rational[7, 10], Rational[1, 10], 0}, {0, Rational[1, 10], 0}}, {{ + 0, 0.1, 0.7}, {0, 0.8, 0}, {0.7, 0.1, 0}, {0, 0.1, 0}}], + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[9, 40], Rational[31, 120], Rational[9, 40]}, {0.225, + 0.25833333333333336`, 0.225}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[3, 20], Rational[3, 10], Rational[1, 5]}, {0.15, 0.3, + 0.2}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}, { + {RGBColor[ + NCache[{0, + Rational[1, 10], + Rational[3, 10]}, {0, 0.1, 0.3}]], + SphereBox[NCache[{0, Rational[1, 10], Rational[3, 10]}, {0, 0.1, 0.3}], + 0.021]}, + {RGBColor[ + NCache[{0, + Rational[2, 5], 0}, {0, 0.4, 0}]], + SphereBox[NCache[{0, Rational[2, 5], 0}, {0, 0.4, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 5], + Rational[3, 5], 0}, {0.2, 0.6, 0}]], + SphereBox[NCache[{Rational[1, 5], Rational[3, 5], 0}, {0.2, 0.6, 0}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 5], + Rational[1, 10], + Rational[1, 2]}, {0.2, 0.1, 0.5}]], + SphereBox[ + NCache[{Rational[1, 5], Rational[1, 10], Rational[1, 2]}, {0.2, 0.1, + 0.5}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[2, 5], + Rational[1, 10], + Rational[3, 10]}, {0.4, 0.1, 0.3}]], + SphereBox[ + NCache[{Rational[2, 5], Rational[1, 10], Rational[3, 10]}, {0.4, 0.1, + 0.3}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[2, 5], + Rational[2, 5], 0}, {0.4, 0.4, 0}]], + SphereBox[NCache[{Rational[2, 5], Rational[2, 5], 0}, {0.4, 0.4, 0}], + 0.021]}, + {RGBColor[ + NCache[{0, + Rational[3, 5], 0}, {0, 0.6, 0}]], + SphereBox[NCache[{0, Rational[3, 5], 0}, {0, 0.6, 0}], 0.021]}, + {RGBColor[ + NCache[{0, + Rational[1, 10], + Rational[1, 2]}, {0, 0.1, 0.5}]], + SphereBox[NCache[{0, Rational[1, 10], Rational[1, 2]}, {0, 0.1, 0.5}], + 0.021]}}, { + {RGBColor[1, 0.5, 0], Opacity[0.4], GraphicsComplex3DBox[CompressedData[" +1:eJxTTMoPSmViYGAQAWJmIJ41EwRO2kPom/sZwOCDPUwclQ+Th+uDq0fTB1eH +CtDlYfrQzYPxb2Kow+UedHn8fJj5O+1R5WHm7kRz18796Oqxi6O7b6e9MRhc +hrsXXRyX+/ADuP/R3AkzHyEOAI2MhOU= + "], + Polygon3DBox[{{18, 16, 7}, {6, 4, 17}, {6, 18, 4}, {1, 7, 3}, {15, 4, + 1}, {12, 19, 6}, {19, 2, 6}, {10, 13, 20}, {13, 16, 20}, {14, 16, + 18}, {17, 4, 15}, {18, 7, 4}, {4, 7, 1}, {12, 6, 17}, {5, 10, 20}, {2, + 8, 6}, {6, 8, 18}, {3, 9, 1}, {3, 13, 9}, {9, 11, 1}, {1, 11, 15}, {15, + 12, 17}, {15, 19, 12}, {19, 11, 10}, {15, 11, 19}, {11, 13, 10}, {7, + 13, 3}, {7, 16, 13}, {9, 13, 11}, {20, 8, 5}, {20, 14, 8}, {2, 10, + 5}, {8, 14, 18}, {5, 8, 2}, {19, 10, 2}, {20, 16, 14}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[-1, 5], 0}}, {{0.2, -0.4, 1}, {1, -0.2, 0}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[-2, 5], 1}}, {{0.2, -0.4, 1}, {0, -0.4, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 0, Rational[1, 10], 1}}, {{0.2, -0.4, 1}, {0, 0.1, 1}}]], + TubeBox[NCache[{{Rational[1, 5], Rational[-2, 5], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0.2, -0.4, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, 0, Rational[-1, 5]}}, {{0.2, 1, -0.4}, {1, 0, -0.2}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 0, 1, Rational[-2, 5]}}, {{0.2, 1, -0.4}, {0, 1, -0.4}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, {0, 1, 0}}, {{ + 0.2, 1, -0.4}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[1, 5], 1, Rational[-2, 5]}, { + 1, Rational[2, 5], 0}}, {{0.2, 1, -0.4}, {1, 0.4, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {1, 0, Rational[-1, 5]}}, {{ + 1, -0.2, 0}, {1, 0, -0.2}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, Rational[-2, 5], 1}}, {{ + 1, -0.2, 0}, {0, -0.4, 1}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, {0, 0, 0}}, {{1, -0.2, 0}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, Rational[-1, 5], 0}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{1, -0.2, 0}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 1, Rational[-2, 5]}}, {{ + 1, 0, -0.2}, {0, 1, -0.4}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {0, 0, 0}}, {{1, 0, -0.2}, {0, + 0, 0}}]], + TubeBox[NCache[{{1, 0, Rational[-1, 5]}, {1, Rational[2, 5], 0}}, {{ + 1, 0, -0.2}, {1, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, {0, 0, 0}}, {{0, -0.4, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, -0.4, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[-2, 5], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{ + 0, -0.4, 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 0, 0}}, {{0, 1, -0.4}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, {0, 1, 0}}, {{0, 1, -0.4}, {0, + 1, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-2, 5]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{ + 0, 1, -0.4}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 0, 0}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{0, 0, + 0}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, + 0, 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {0, Rational[1, 10], 1}}, {{0, 1, 0}, { + 0, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-1, 10], Rational[1, 10], 1}}, {{0, + 1, 0}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, 1, 0}, {1, Rational[2, 5], 0}}, {{0, 1, 0}, { + 1, 0.4, 0}}]], + TubeBox[NCache[{{0, 1, 0}, {Rational[-2, 5], Rational[2, 5], 0}}, {{0, + 1, 0}, {-0.4, 0.4, 0}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + Rational[-1, 10], Rational[1, 10], 1}}, {{ + 0, 0.1, 1}, {-0.1, 0.1, 1}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, { + 1, Rational[1, 10], Rational[3, 10]}}, {{0, 0.1, 1}, { + 1, 0.1, 0.3}}]], + TubeBox[NCache[{{0, Rational[1, 10], 1}, {1, Rational[2, 5], 0}}, {{ + 0, 0.1, 1}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[1, 10], Rational[3, 10]}}, {{-0.1, 0.1, + 1}, {-0.4, 0.1, 0.3}}]], + TubeBox[NCache[{{Rational[-1, 10], Rational[1, 10], 1}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.1, 0.1, 1}, {-0.4, 0.4, + 0}}]], TubeBox[ + NCache[{{1, Rational[1, 10], Rational[3, 10]}, { + 1, Rational[2, 5], 0}}, {{1, 0.1, 0.3}, {1, 0.4, 0}}]], + TubeBox[NCache[{{Rational[-2, 5], Rational[1, 10], Rational[3, 10]}, { + Rational[-2, 5], Rational[2, 5], 0}}, {{-0.4, 0.1, + 0.3}, {-0.4, 0.4, 0}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellContext->"Cell$$16171`", + CellLabel->"Out[19]=", + CellID->1380937022,ExpressionUUID->"a216fff8-1b03-4c04-b9be-3896d21a4a9d"] +}, Open ]], + +Cell["\<\ +We observe that all core vertices are included into the graphic, showing that \ +the Weber set contains the core.\ +\>", "ExampleText", + CellID->672243198,ExpressionUUID->"1e6533b0-8713-4e9d-90b5-21f5e2c9ca10"] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, + Closed]]]] +}, Dynamic[CurrentValue[ + EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, + Closed]]]], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedFunction.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"See", " ", "Also"}], "SeeAlsoSection"]}, + {Cell[TextData[{ + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Nucleolus"]], "paclet:TUG/ref/Nucleolus", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "6ddb433c-86ee-4902-9806-44a92523e14a"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreNucleolus"]], "paclet:TUG/ref/PreNucleolus", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "0910b8eb-6a1e-47ad-91dc-76e2c00473f5"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PreKernelSolution"]], + "paclet:TUG/ref/PreKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f2bbaecc-bec4-4336-9abb-fd8ff5716cc6"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FilledCoreV6"]], "paclet:TUG/ref/FilledCoreV6", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "22473ea5-1e19-4142-acbc-8005f654be36"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FilledWeberSetV6"]], "paclet:TUG/ref/FilledWeberSetV6", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "21d66eb9-f5f5-4aeb-9166-43ebccaff93f"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["PlotWeberSet3dV6"]], "paclet:TUG/ref/PlotWeberSet3dV6", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a5a64fb3-0c5a-41dd-9c78-df3ef871a252"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["StrongEpsCore2d"]], "paclet:TUG/ref/StrongEpsCore2d", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "19afeedc-0e60-4958-8c98-d1579ea65c0c"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["FindKernelSolution"]], + "paclet:TUG/ref/FindKernelSolution", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f4729e2c-0fc7-471b-a3b8-aaaefd4c3f41"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["KernelCalculation"]], + "paclet:TUG/ref/KernelCalculation", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "078a1d6e-b240-42ff-90f5-843e66f668d1"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["BalancedCollectionQ"]], + "paclet:TUG/ref/BalancedCollectionQ", "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "a5d586c0-7f88-4f54-930d-9704f8ae29fd"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["ShapleyValue"]], "paclet:TUG/ref/ShapleyValue", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "f1ccbf86-8e2b-4335-802d-755a31b0d1e9"] + }], "SeeAlso",ExpressionUUID->"fd4fb381-3270-4620-b044-4c930afbbf94"]} + }]} + }]], "SeeAlsoSection",ExpressionUUID->"ef34edca-96cb-4e84-b34b-\ +6e94a214a3d8"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, + "RelatedTechNote.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, + { + RowBox[{ + "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ + "Game Theory Package", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", + ExpressionUUID->"a72b1a00-6a6a-4e1d-ba5a-9f4f53e79e55"]}]} + }]} + }]], "TechNotesSection",ExpressionUUID->"71742729-1056-43f5-88ee-\ +04b32dfae1f0"], + +Cell[BoxData[GridBox[{ + { + DynamicBox[FEPrivate`ImportImage[ + FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedGuide.png"]], + ImageSizeCache->{50., {27., 33.}}], GridBox[{ + { + StyleBox[ + RowBox[{"Related", " ", "Guides"}], "MoreAboutSection"]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "b651beca-bd24-4557-9819-beaf35bc1c37"]}]}, + { + RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, + "RefLinkPlain", + BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> + "af8ec2d3-427a-4f89-b498-9c2a637b9216"]}]} + }]} + }]], "MoreAboutSection",ExpressionUUID->"2fa94af4-65bc-4359-95ec-\ +0160054c8f6c"], + +Cell[BoxData[GridBox[{ + { + TemplateBox[{29}, + "Spacer1"], GridBox[{ + { + RowBox[{ + TemplateBox[{17}, + "Spacer1"], + StyleBox[ + RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], + "AnimationKernelPropertyV6"}]]]], + "paclet:TUG/Ref/AnimationKernelPropertyV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "fab2f3ce-be50-4ee7-bb94-0c428b8caff5"]], "RelatedLinks", + ExpressionUUID->"d4151e33-5ba1-460a-9e02-f81e64c5d890"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "CddVerticesCore"}]]]], + "paclet:TUG/Ref/CddVerticesCore"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "6d647d26-eb8a-4d55-8a5a-947c0655a7a9"]], "RelatedLinks", + ExpressionUUID->"63671645-4087-4513-b58c-2cfae1d70ac9"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "PlotCore3dV6"}]]]], + "paclet:TUG/Ref/PlotCore3dV6"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "12fc3694-f183-4a18-83b6-91ec1804e9bf"]], "RelatedLinks", + ExpressionUUID->"d7a945d5-9083-4145-b294-2b322fc10ec1"]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "StarCriticalVal"}]]]], + "paclet:TUG/Ref/StarCriticalVal"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "bc50b6a1-6100-409d-bbb9-f90df4f7ff6f"]], "RelatedLinks", + ExpressionUUID->"e5f2fac9-accf-4cbd-b19d-22af587f4b48"]} + }]} + }]], "RelatedLinksSection",ExpressionUUID->"9da3cd56-27c8-411d-94e2-\ +cccfaaba9a9c"], + +Cell[CellGroupData[{ + +Cell["Related Demonstrations", "RelatedDemonstrationsSection", + CellID->2135167160,ExpressionUUID->"9becd839-5532-42b1-983e-552a1b348468"], + +Cell[TextData[ButtonBox["Getting Started", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Tutorials/GettingStarted"]], "RelatedDemonstrations",\ + + CellID->1194386356,ExpressionUUID->"e578713f-bf66-4022-85f0-5366bc72dca3"], + +Cell[TextData[ButtonBox["Manual TuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedDemonstrations", + CellID->1641706272,ExpressionUUID->"2c6e51f9-4a87-4278-945e-429a4a5a6b7c"], + +Cell[TextData[ButtonBox["ParaTuGames Package", + BaseStyle->"Link", + ButtonData-> + "paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedDemonstrations", + CellID->399251956,ExpressionUUID->"7323dd20-7643-4179-a345-29fdc2003d8b"], + +Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", + BaseStyle->"Link", + ButtonData->"paclet:TUG/Guides/MATtug"]], "RelatedDemonstrations", + CellID->821434655,ExpressionUUID->"cc800674-1e6c-4a7e-b621-cb048676a4d8"] +}, Open ]], + +Cell[" ", "FooterCell",ExpressionUUID->"2cc7c53b-abdf-4f76-921f-ebb8fbfcbd18"] +}, +Saveable->False, +ScreenStyleEnvironment->"Working", +WindowSize->{900, 830.25}, +WindowMargins->{{0, Automatic}, {Automatic, 0}}, +WindowTitle->"PlotWeberSet3dV6", +TaggingRules->{ + "ModificationHighlight" -> False, "ColorType" -> "", "LinkTrails" -> "", + "HasOptions" -> True, "ExampleCounter" -> 1, + "Openers" -> { + "PrimaryExamplesSection" -> Open, "ExampleSection" -> {"0" -> Open}, + "NotesSection" -> Closed}, "NewStyles" -> True, + "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> + "", "Metadata" -> { + "built" -> "{2024, 6, 3, 16, 54, 52.350260}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`coop`", + "keywords" -> {}, "specialkeywords" -> {}, + "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> + "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", + "summary" -> + "FilledWeberSetV6[game] plots the Weber set of a four person game. \ +FilledWeberSetV6[game, options] by option set, the figure size and view can \ +be changed. In addition, the legend can be turned on. However, the core \ +cannot be included into the figure. ", "synonyms" -> {}, "tabletags" -> {}, + "title" -> "PlotWeberSet3dV6", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "PlotWeberSet3dV6", "type" -> "Symbol", "uri" -> + "TUG/ref/PlotWeberSet3dV6"}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->FrontEnd`FileName[{"Wolfram"}, "Reference.nb", + CharacterEncoding -> "UTF-8"], +ExpressionUUID->"08dbd6e7-5999-4ca4-95aa-8581b12e0e8e" +] +(* End of Notebook Content *) + +(* Internal cache information *) +(*CellTagsOutline +CellTagsIndex->{ + "PrimaryExamplesSection"->{ + Cell[40245, 1098, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"732d5cba-15a7-4acd-8f98-23933589bfa1", + CellTags->"PrimaryExamplesSection", + CellID->1456978607]} + } +*) +(*CellTagsIndex +CellTagsIndex->{ + {"PrimaryExamplesSection", 132921, 3243} + } +*) +(*NotebookFileOutline +Notebook[{ +Cell[588, 21, 7296, 175, 57, "AnchorBarGrid",ExpressionUUID->"07da145c-99f0-4752-beb5-a558b56d6fdf", + CellID->1], +Cell[7887, 198, 91, 0, 23, "ContextNameCell",ExpressionUUID->"1c86df29-d939-4c6c-9033-5e513a3057f7"], +Cell[CellGroupData[{ +Cell[8003, 202, 559, 14, 59, "ObjectNameGrid",ExpressionUUID->"f146ad84-2c70-4456-8e2e-74f7983270e8"], +Cell[8565, 218, 954, 19, 208, "Usage",ExpressionUUID->"1677a7ba-bbaa-4baa-a732-a5f48fccbb41", + CellID->261473278] +}, Open ]], +Cell[CellGroupData[{ +Cell[9556, 242, 1895, 47, 37, "NotesSection",ExpressionUUID->"9f46792d-7d13-4c15-87d4-f8dfba430fa3", + CellGroupingRules->{"SectionGrouping", 50}, + CellID->1046262721], +Cell[11454, 291, 518, 12, 57, "]]",ExpressionUUID->"95c51e80-f2d9-4cd2-8fce-781bf47f57d7", + CellID->313448337], +Cell[11975, 305, 489, 12, 38, "Notes",ExpressionUUID->"09d1907c-be35-4a19-ae1e-ce4b2962d571", + CellID->177724765], +Cell[12467, 319, 328, 5, 57, "Notes",ExpressionUUID->"97324de8-9ad9-430c-b26e-80201293ed87", + CellID->881701117], +Cell[12798, 326, 432, 7, 78, "Notes",ExpressionUUID->"c48ab7a2-5dbe-40ce-a18c-74bbf8334e61", + CellID->873586931], +Cell[13233, 335, 148, 1, 36, "Notes",ExpressionUUID->"0c83dc81-d777-4b21-8602-97a0dd26bff7", + CellID->305331391], +Cell[13384, 338, 384, 6, 78, "Notes",ExpressionUUID->"222001c5-edd5-4255-829d-29b762655406", + CellID->651706482], +Cell[13771, 346, 606, 18, 38, "Notes",ExpressionUUID->"ece7133f-e738-4e6e-a874-a31487f9a61d", + CellID->135892803], +Cell[14380, 366, 147, 1, 36, "Notes",ExpressionUUID->"d9636b8a-88e7-458d-bdc1-0b2ba7ddb3cf", + CellID->2111799648], +Cell[14530, 369, 267, 4, 48, "Notes",ExpressionUUID->"6b297c74-7d02-4940-988e-9ea03a5d3552", + CellID->13178], +Cell[14800, 375, 748, 17, 70, "3ColumnTableMod",ExpressionUUID->"4ad62fdc-e736-4e32-b9ce-c4d2ecb42a63", + CellID->969813666], +Cell[15551, 394, 786, 19, 70, "3ColumnTableMod",ExpressionUUID->"0ad7f5a1-1dcb-4bf2-b180-aef54f7b0bab", + CellID->1035213662], +Cell[16340, 415, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"ac6fe295-1cd0-4ed6-93d6-4da3ac6153c3", + CellID->1640619354], +Cell[18095, 459, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"fcf5d13e-e5ea-477f-9c4a-1188ce290cb9", + CellID->2628340], +Cell[18835, 478, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"8119b82d-0862-4f8b-92bd-ef7cbf48da91", + CellID->1581386759], +Cell[19499, 494, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"5f001886-b8f5-4b31-896b-6a219f698b54", + CellID->11156], +Cell[20206, 513, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"38ad28fb-fefe-493b-a992-0a059345a292", + CellID->1348502217], +Cell[20882, 530, 694, 15, 70, "3ColumnTableMod",ExpressionUUID->"15b81b88-855d-47df-b6cd-d9e32386e551", + CellID->1889737650], +Cell[21579, 547, 646, 15, 70, "3ColumnTableMod",ExpressionUUID->"97a36adc-37a5-44ea-afb1-caa31f4077d2", + CellID->1661816152], +Cell[22228, 564, 656, 15, 70, "3ColumnTableMod",ExpressionUUID->"a4bcffd9-063d-499a-b5c5-3037b12c646a", + CellID->2021650755], +Cell[22887, 581, 674, 15, 70, "3ColumnTableMod",ExpressionUUID->"c6f49732-c3e1-434f-bb9c-ff1dd4774d7d", + CellID->2117624847], +Cell[23564, 598, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"420d661b-9352-4b57-87f5-7e4a87ea5c44", + CellID->2145330687], +Cell[24229, 615, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"9978d195-5f7a-4e3a-8b99-c0356e9ce066", + CellID->203358790], +Cell[24899, 632, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"87c790bb-5f79-4b23-8ee7-a3eca293e2ef", + CellID->1843978144], +Cell[25573, 649, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"7ddf9a03-ac86-4d3c-bd69-7b9a5a3d7a71", + CellID->1353055139], +Cell[26266, 666, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"46dc08f2-80d3-49eb-8181-2edd38859385", + CellID->1846391669], +Cell[26940, 683, 662, 14, 70, "3ColumnTableMod",ExpressionUUID->"b319816f-7446-468a-b60e-64a5d095f0b0", + CellID->901767574], +Cell[27605, 699, 692, 15, 70, "3ColumnTableMod",ExpressionUUID->"72a29e2f-78d5-4e0f-bd7c-41ac23dc2f39", + CellID->1435485306], +Cell[28300, 716, 1310, 39, 70, "Notes",ExpressionUUID->"4e7b172f-7c48-4a80-8ffd-5fc2e988aa82", + CellID->1570062306], +Cell[29613, 757, 875, 26, 70, "Notes",ExpressionUUID->"3afce79a-f892-40c5-9ff0-5c19420a3300", + CellID->660614], +Cell[30491, 785, 880, 26, 70, "Notes",ExpressionUUID->"f0b14b20-ae77-47ec-a99e-c8f67318f423", + CellID->2102971043], +Cell[31374, 813, 1317, 39, 70, "Notes",ExpressionUUID->"93075b68-2a67-4070-944d-282663c9237b", + CellID->1108551522], +Cell[32694, 854, 877, 26, 70, "Notes",ExpressionUUID->"d62bf911-03c2-4a46-ad4b-9f13ed53504a", + CellID->1499340563], +Cell[33574, 882, 496, 14, 70, "Notes",ExpressionUUID->"1bb82811-6105-4268-ac72-d02948506c47", + CellID->2041043955], +Cell[34073, 898, 538, 16, 70, "Notes",ExpressionUUID->"b3c89691-abfc-445c-ae8c-58d6c10d8a17", + CellID->282211233], +Cell[34614, 916, 496, 14, 70, "Notes",ExpressionUUID->"dfb6f0c9-7c93-4306-8b1f-272be70d7d5a", + CellID->2126189377], +Cell[35113, 932, 589, 15, 70, "Notes",ExpressionUUID->"2ce026e5-ed15-4c25-af72-e99db16dd92e", + CellID->995309240], +Cell[35705, 949, 472, 14, 70, "Notes",ExpressionUUID->"40c01c26-f749-4e25-ad43-93668271f78c", + CellID->608546217], +Cell[36180, 965, 466, 14, 70, "Notes",ExpressionUUID->"fdd08ee7-aebe-4a5c-ae06-451af1f4beee", + CellID->1426210193], +Cell[36649, 981, 471, 14, 70, "Notes",ExpressionUUID->"1dea4e7a-95a3-4981-a39f-da8bd558a149", + CellID->930159234], +Cell[37123, 997, 477, 14, 70, "Notes",ExpressionUUID->"2ac949bd-eeff-4a11-9670-df5382166dae", + CellID->266098834], +Cell[37603, 1013, 481, 14, 70, "Notes",ExpressionUUID->"a6ea11bd-a92d-49e1-8cc9-eaa770312e28", + CellID->1374650356], +Cell[38087, 1029, 508, 14, 70, "Notes",ExpressionUUID->"893c3fde-adcf-49fa-a3a2-99668a34c3e8", + CellID->2096118988], +Cell[38598, 1045, 480, 14, 70, "Notes",ExpressionUUID->"b71c8f3b-84b3-4db3-a1e2-227a4b43962f", + CellID->692156901], +Cell[39081, 1061, 486, 14, 70, "Notes",ExpressionUUID->"cb5d0937-5c63-4846-8fd8-497625b87c2b", + CellID->1735714032], +Cell[39570, 1077, 548, 15, 70, "Notes",ExpressionUUID->"05f1a0b1-fb10-4889-a9fd-1197c9009707", + CellID->294414635] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], +Cell[CellGroupData[{ +Cell[40245, 1098, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"732d5cba-15a7-4acd-8f98-23933589bfa1", + CellTags->"PrimaryExamplesSection", + CellID->1456978607], +Cell[CellGroupData[{ +Cell[41691, 1139, 1399, 36, 70, "ExampleSection",ExpressionUUID->"6bff4e4f-acf0-4144-b8db-f6158d8e3de5", + CellID->1311748289], +Cell[43093, 1177, 118, 1, 70, "ExampleText",ExpressionUUID->"4b80794f-4994-4d9f-b2c0-b0012372ad2b", + CellID->724598077], +Cell[CellGroupData[{ +Cell[43236, 1182, 168, 3, 70, "Input",ExpressionUUID->"1321d5f0-7a07-4e3d-8e4e-cf92723aec9f", + CellID->2141335847], +Cell[CellGroupData[{ +Cell[43429, 1189, 237, 4, 70, "Print",ExpressionUUID->"6e8be7a6-cb84-44d4-89df-9338f8e3fc4d", + CellID->1491254379], +Cell[43669, 1195, 366, 8, 70, "Print",ExpressionUUID->"54d71574-b066-4b98-bd04-0e756ffc2740", + CellID->1738312348], +Cell[44038, 1205, 236, 4, 70, "Print",ExpressionUUID->"2cb0c8a8-4c30-4ac5-a4f3-223a862c7170", + CellID->664190017], +Cell[44277, 1211, 220, 3, 70, "Print",ExpressionUUID->"71cfaf1a-a0cf-4390-9d1a-36060fb793aa", + CellID->233808370], +Cell[44500, 1216, 208, 3, 70, "Print",ExpressionUUID->"77f5cdd1-de33-4176-900b-d91f6590ca5f", + CellID->1133241564], +Cell[44711, 1221, 238, 4, 70, "Print",ExpressionUUID->"e766fdaa-1a2b-4541-abae-0924deac0c4f", + CellID->1265109267], +Cell[44952, 1227, 221, 3, 70, "Print",ExpressionUUID->"5175a5a0-7338-437c-b157-ff758a650498", + CellID->1401849865], +Cell[45176, 1232, 237, 4, 70, "Print",ExpressionUUID->"27057489-be80-4510-827a-efd2da089c9e", + CellID->1849920252], +Cell[45416, 1238, 237, 4, 70, "Print",ExpressionUUID->"322918fb-4691-4854-9e41-f6f41f68f0e9", + CellID->1857040066], +Cell[45656, 1244, 208, 3, 70, "Print",ExpressionUUID->"eee5ca88-7551-4826-b456-46e1302cb566", + CellID->1186473769], +Cell[45867, 1249, 236, 4, 70, "Print",ExpressionUUID->"def6c8d4-9965-41ed-a92e-20da1d9f092b", + CellID->359649877] +}, Open ]] +}, Open ]], +Cell[46130, 1257, 137, 1, 70, "ExampleText",ExpressionUUID->"9b91e60d-9489-48b5-bee4-b0526058b4f4", + CellID->2083786667], +Cell[46270, 1260, 234, 6, 70, "Input",ExpressionUUID->"3cbd347b-7636-48f3-9f30-e1e8365bbfb7", + CellID->585427827], +Cell[46507, 1268, 375, 9, 70, "Input",ExpressionUUID->"bb866015-b92c-4436-b8f1-24acb1ef39de", + CellID->1947756944], +Cell[46885, 1279, 238, 6, 70, "Input",ExpressionUUID->"0f7da18c-3302-49d8-9a61-6d1a0e4de348", + CellID->1946614331], +Cell[47126, 1287, 190, 4, 70, "ExampleText",ExpressionUUID->"24157604-2b59-4fc5-a995-ac03c3be5ce6", + CellID->937669004], +Cell[CellGroupData[{ +Cell[47341, 1295, 174, 3, 70, "Input",ExpressionUUID->"23c06206-65c2-430c-acfe-fd1838b0def8", + CellID->2096152795], +Cell[47518, 1300, 1435, 33, 102, "Output",ExpressionUUID->"83485ec2-0f3e-45c3-8f10-29fd98fb29b0", + CellID->1664527245] +}, Open ]], +Cell[48968, 1336, 176, 3, 70, "ExampleText",ExpressionUUID->"c506ace3-8fc1-4a8a-8c1f-9084bfe892b1", + CellID->4896524], +Cell[CellGroupData[{ +Cell[49169, 1343, 200, 4, 70, "Input",ExpressionUUID->"1f26fdfa-6c2f-455b-ba9c-43bf4a588697", + CellID->640476792], +Cell[49372, 1349, 5835, 110, 485, "Output",ExpressionUUID->"82c7cbdd-03a9-4b5d-af29-9734ecfe2118", + CellID->506462743] +}, Open ]], +Cell[55222, 1462, 202, 4, 70, "ExampleText",ExpressionUUID->"e0c9407d-d842-4a43-aa19-6bb3dc4e6a16", + CellID->1283129384], +Cell[CellGroupData[{ +Cell[55449, 1470, 283, 7, 70, "Input",ExpressionUUID->"289ac7ba-44a8-4573-a170-18a4b7271c39", + CellID->99189785], +Cell[55735, 1479, 5494, 104, 485, "Output",ExpressionUUID->"5b9a8ab1-d3d8-4822-8ebe-0bc7faec18c5", + CellID->349361716] +}, Open ]], +Cell[61244, 1586, 180, 3, 70, "ExampleText",ExpressionUUID->"0ff7d19c-6464-488b-84f7-39278819b76a", + CellID->1693517317], +Cell[CellGroupData[{ +Cell[61449, 1593, 270, 6, 70, "Input",ExpressionUUID->"8c166302-2a38-4361-b9a3-a30a186cc78f", + CellID->827728234], +Cell[61722, 1601, 5454, 107, 485, "Output",ExpressionUUID->"14021640-ee9a-4d02-982b-73b356ed2fa1", + CellID->1071246206] +}, Open ]], +Cell[67191, 1711, 169, 3, 70, "ExampleText",ExpressionUUID->"f7dcdf42-b8da-4c4a-935f-defd62ca4162", + CellID->470193088], +Cell[CellGroupData[{ +Cell[67385, 1718, 471, 9, 70, "Input",ExpressionUUID->"0db7bad1-e69f-46be-b5fd-5b82c967a892", + CellID->1375615690], +Cell[67859, 1729, 6280, 122, 485, "Output",ExpressionUUID->"32e647e9-b321-4e1f-9c2f-d0928fffe548", + CellID->1115049089] +}, Open ]], +Cell[74154, 1854, 159, 2, 70, "ExampleText",ExpressionUUID->"959a99ef-5a0c-4bfd-9691-847c05682ee3", + CellID->2132075007], +Cell[CellGroupData[{ +Cell[74338, 1860, 529, 10, 70, "Input",ExpressionUUID->"e8e53a39-4a9c-4df2-bb38-6820b7ee2652", + CellID->967638449], +Cell[74870, 1872, 9087, 175, 455, "Output",ExpressionUUID->"78079c73-773b-42bc-b94e-a2cf1ae76ced", + CellID->601365662] +}, Open ]], +Cell[83972, 2050, 316, 5, 70, "ExampleText",ExpressionUUID->"a0373fc7-e96d-495f-840d-4758dac3679d", + CellID->73193713], +Cell[CellGroupData[{ +Cell[84313, 2059, 196, 4, 70, "Input",ExpressionUUID->"cc427b0a-fa9b-4b4e-a0c0-fa06716a8149", + CellID->1642130140], +Cell[84512, 2065, 313, 9, 51, "Output",ExpressionUUID->"57cf20e2-2d7b-4071-b536-76e9eb15c433", + CellID->1187132246] +}, Open ]], +Cell[CellGroupData[{ +Cell[84862, 2079, 200, 4, 70, "Input",ExpressionUUID->"2753ff98-1146-4708-9ffc-98c8eb8ce485", + CellID->1428805585], +Cell[85065, 2085, 223, 5, 36, "Output",ExpressionUUID->"1c900aea-1eff-438f-8fd8-664d832dface", + CellID->1132362631] +}, Open ]], +Cell[CellGroupData[{ +Cell[85325, 2095, 191, 4, 70, "Input",ExpressionUUID->"638edd1e-2f99-441d-adbc-49ae9b905312", + CellID->590982472], +Cell[85519, 2101, 223, 5, 36, "Output",ExpressionUUID->"709a096b-d63e-414b-991e-5bdeb7b46b8b", + CellID->2025362985] +}, Open ]], +Cell[CellGroupData[{ +Cell[85779, 2111, 199, 4, 70, "Input",ExpressionUUID->"fddfe47f-224e-47af-b281-2f8aebcd7820", + CellID->1372698786], +Cell[85981, 2117, 223, 5, 36, "Output",ExpressionUUID->"59807431-2e86-4cb7-8092-416542974317", + CellID->1244126209] +}, Open ]], +Cell[86219, 2125, 172, 3, 70, "ExampleText",ExpressionUUID->"aa489ea3-dead-4722-b633-a87b20a175ce", + CellID->542469117], +Cell[CellGroupData[{ +Cell[86416, 2132, 650, 12, 70, "Input",ExpressionUUID->"c29d0e41-9013-4a5e-b8aa-0ddbac34414b", + CellID->700969344], +Cell[87069, 2146, 6310, 123, 485, "Output",ExpressionUUID->"bd9c56d6-f041-402f-9cd8-d1b6147a2b58", + CellID->971783185] +}, Open ]], +Cell[93394, 2272, 254, 4, 70, "ExampleText",ExpressionUUID->"07ddc81a-8bbc-439f-a15b-698cbf8e992f", + CellID->1846857448], +Cell[93651, 2278, 314, 5, 70, "ExampleText",ExpressionUUID->"11e64e38-4190-4ba2-8c0f-aa0fda4c67da", + CellID->31377083], +Cell[CellGroupData[{ +Cell[93990, 2287, 192, 4, 70, "Input",ExpressionUUID->"b65f3d4f-c113-444a-941c-5c166078852c", + CellID->946849018], +Cell[94185, 2293, 2438, 69, 85, "Output",ExpressionUUID->"2accbbd9-8bc3-460b-94e8-c410543910a7", + CellID->315368588] +}, Open ]], +Cell[96638, 2365, 209, 6, 70, "ExampleText",ExpressionUUID->"c7b62e4f-e841-4609-abb2-6f6552281066", + CellID->1921439494], +Cell[CellGroupData[{ +Cell[96872, 2375, 770, 14, 70, "Input",ExpressionUUID->"f11fd242-61ce-4820-bfa0-642711ce7dc9", + CellID->1632084698], +Cell[97645, 2391, 9512, 210, 485, "Output",ExpressionUUID->"2961d796-a30b-4fcf-81de-0b53792596c9", + CellID->1185962280] +}, Open ]], +Cell[107172, 2604, 448, 7, 70, "ExampleText",ExpressionUUID->"7e0ddf44-b5c4-4408-ac58-21944d0d7dea", + CellID->364455761], +Cell[CellGroupData[{ +Cell[107645, 2615, 202, 4, 70, "Input",ExpressionUUID->"fa43d9b0-be25-40fc-b1b1-03349708eb13", + CellID->1366773447], +Cell[107850, 2621, 821, 21, 36, "Output",ExpressionUUID->"f5940d53-4b09-4c6d-a646-e32f7578bdab", + CellID->1869689999] +}, Open ]], +Cell[108686, 2645, 245, 6, 70, "ExampleText",ExpressionUUID->"f9c3c127-01a5-4e83-91c2-4440e7449214", + CellID->349071146], +Cell[CellGroupData[{ +Cell[108956, 2655, 820, 15, 70, "Input",ExpressionUUID->"ecb9e045-c79c-467e-9f27-e82cc1b72c31", + CellID->763366402], +Cell[109779, 2672, 9198, 195, 485, "Output",ExpressionUUID->"a216fff8-1b03-4c04-b9be-3896d21a4a9d", + CellID->1380937022] +}, Open ]], +Cell[118992, 2870, 218, 4, 70, "ExampleText",ExpressionUUID->"1e6533b0-8713-4e9d-90b5-21f5e2c9ca10", + CellID->672243198] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] +}, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[119440, 2882, 6008, 162, 70, "SeeAlsoSection",ExpressionUUID->"ef34edca-96cb-4e84-b34b-6e94a214a3d8"], +Cell[125451, 3046, 670, 18, 70, "TechNotesSection",ExpressionUUID->"71742729-1056-43f5-88ee-04b32dfae1f0"], +Cell[126124, 3066, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2fa94af4-65bc-4359-95ec-0160054c8f6c"], +Cell[127160, 3094, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"9da3cd56-27c8-411d-94e2-cccfaaba9a9c"], +Cell[CellGroupData[{ +Cell[130089, 3179, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9becd839-5532-42b1-983e-552a1b348468", + CellID->2135167160], +Cell[130230, 3182, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e578713f-bf66-4022-85f0-5366bc72dca3", + CellID->1194386356], +Cell[130452, 3188, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c6e51f9-4a87-4278-945e-429a4a5a6b7c", + CellID->1641706272], +Cell[130667, 3193, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7323dd20-7643-4179-a345-29fdc2003d8b", + CellID->399251956], +Cell[130896, 3199, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cc800674-1e6c-4a7e-b621-cb048676a4d8", + CellID->821434655] +}, Open ]], +Cell[131133, 3205, 78, 0, 70, "FooterCell",ExpressionUUID->"2cc7c53b-abdf-4f76-921f-ebb8fbfcbd18"] +} +] +*) + +(* End of internal cache information *) + diff --git a/Documentation/English/ReferencePages/Symbols/PositiveGameQ.nb b/Documentation/English/ReferencePages/Symbols/PositiveGameQ.nb index 81c96d3..7ae12e7 100644 --- a/Documentation/English/ReferencePages/Symbols/PositiveGameQ.nb +++ b/Documentation/English/ReferencePages/Symbols/PositiveGameQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41112, 1064] -NotebookOptionsPosition[ 32824, 899] -NotebookOutlinePosition[ 34912, 952] -CellTagsIndexPosition[ 34827, 947] +NotebookDataLength[ 41114, 1064] +NotebookOptionsPosition[ 32837, 900] +NotebookOutlinePosition[ 34947, 954] +CellTagsIndexPosition[ 34862, 949] WindowTitle->PositiveGameQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "98182e8d-e410-4940-a661-50e9219d2fc5"], + "6014028a-614f-4d51-a94f-1b35b7958f28"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "50c21be3-68a3-44e9-a9a7-fa6cd65d4ef0"], + "343ed70e-5347-4a87-a3f4-13634c0b656a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "99c820cd-b4f4-47c5-bc2c-fcb82425825e"] - }],ExpressionUUID->"19ea3205-86df-4792-ae16-8622ee8c26ec"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "3f3bb4dc-08bb-468d-b42a-c64a31d059c0"] + }],ExpressionUUID->"02fe7534-c2a1-4c35-913a-f148df09ed9b"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], "\"ConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "226b9185-d036-477d-8b60-257f56a0e0b6"], + "be3becf1-22a9-484a-ac3f-1f22f445adf7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "299e66db-9e48-4244-bc74-3bf3a5891ddf"] - }],ExpressionUUID->"55f87a30-4a48-4c45-bea9-b0a23af8a48f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ab3de7a2-aadb-4a7f-9d38-b56ae3d06b11"] + }],ExpressionUUID->"b2901d35-2540-4ab6-bc32-826ab956b567"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5a944d59-9e34-4612-887e-43dc0d74d716"], + "7919bc0c-3844-48fc-a9ec-5e874fbc8b0d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2c4b28f0-9ac5-459b-a0ee-deb9081eea0e"] - }],ExpressionUUID->"90a93b61-647e-4919-99a1-3bf70bbf5852"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b3e8e529-1c87-4a5d-8df9-a8119de55a50"] + }],ExpressionUUID->"2d074d8d-a4bc-4822-aa16-28d85a14ed81"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "67e3bb4a-80d0-4cfa-92fb-461541b6bb78"], + "8b01abbc-76a7-448b-9716-1e1b0747bc55"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7223cad6-41e2-4f70-8bda-11500b319a1f"] - }],ExpressionUUID->"fdace232-7231-4f27-b623-e133ce60792f"], - StripOnInput->False], {"\<\"TUG/ref/PositiveGameQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PositiveGameQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PositiveGameQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$151725], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PositiveGameQ" <> ".html"], None}]}]}, + "b878d996-9e99-4495-ba89-e4673a38db8e"] + }],ExpressionUUID->"72f3e83c-83c9-432b-88ea-b6f008ae2a5e"], + StripOnInput->False],{ + "\"TUG/ref/PositiveGameQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PositiveGameQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +PositiveGameQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$164032], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PositiveGameQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f5538f30-0cb9-4f87-8a73-81d5b7fdd66b"] + "84a06070-d5ad-4d3e-8964-c529d5a93d0b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "92ba83e3-2343-449a-bbf3-72628fbadcf6"]} + "be353d5e-c698-4e4e-9180-69a926c310b4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d8633b1c-ddf5-438d-8b9e-edd1e89927bb"], + CellID->1,ExpressionUUID->"0f3b96c8-6003-4ccb-95c6-719cf8e2f7ad"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6cc0787a-41ed-44d1-9498-79b7ce8d3eb9"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cb2e9739-29ba-4711-a644-d02a69d83aab"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PositiveGameQ", "ObjectName",ExpressionUUID-> - "077f49d3-bb19-43a8-ac3d-9db9d34e02fa"], + "e22880ff-d6ba-4636-b1d0-4b88493389ac"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7344b40b-b3b9-4058-98ff-b616a1055536"], + "Spacer1"]],ExpressionUUID->"3f10d039-72bc-4799-8e00-8b0550f96077"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a511e408-c4ca-4706-95f0-db4e78b8f3a6"] - }],ExpressionUUID->"b2104359-6fe7-49ba-b0bd-fc5f7876daf0"], Cell[BoxData[ + "cd63c2ce-7721-4d09-a583-47fd2c544c4d"] + }],ExpressionUUID->"a226939c-60a3-4c71-9f9e-9b7ffc51ac4b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "30044611-0aaa-4073-bdc3-0d3a8b32bf7c"]} + "c14485ce-a43f-4a85-a71c-79aa18939011"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bd3d930d-2681-463b-b756-2e12b7a699de"], + CacheGraphics->False,ExpressionUUID->"ef921319-d83e-4e95-bb79-916eaa89b6c0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "8f39d118-713f-41d0-be16-c7f2d975295a"], " \[LineSeparator]checks if the TU game is positive. It returns the \ value 'True' or 'False'." - }],ExpressionUUID->"98f6e94c-ec71-4bc0-95fa-779de1696db1"]} + }],ExpressionUUID->"3c5865e0-5be3-4578-8942-a2c7d96ce298"]} }]], "Usage", CellID->560556239,ExpressionUUID->"afcb190c-2102-43b0-a67b-61e8f99ae847"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"46b3117f-ed19-4b26-b70f-287c7a9be00c"], + ExpressionUUID->"2a8859ae-da06-486e-b96c-c2626738c747"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"460ac60c-5f0e-4dad-b467-44b43a3eff74"], + "Spacer1"]],ExpressionUUID->"ed55a3e3-fe6b-4793-9d88-77d5053291c0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d108d129-2a7c-496f-817e-0b43e678aeb7"], + }], "NotesFrameText",ExpressionUUID->"95f9d87d-4f66-4cba-8b82-447c639b9a0d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a5619413-f788-41db-8352-98bdf9b5ff1c"]], \ + "Preemptive"]],ExpressionUUID->"3d2c3819-7595-464f-a62d-cc9b6cbbfee9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1926187692,ExpressionUUID->"c7b18aa8-fe20-4df4-9540-bb77e4f5548e"], + CellID->1544245121,ExpressionUUID->"94ae9a5e-4910-49a3-a84d-7005b40b3d97"], Cell[TextData[{ "The input expression ", @@ -365,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"179cde77-7649-4bbe-89cd-3d67c7a20324"], + ExpressionUUID->"0caee745-cf86-4006-93c0-8e1545cbda41"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d7f3a5db-b468-4ebb-b1f4-b9c56ef9f64d"], + "Spacer1"]],ExpressionUUID->"ff9c21ec-87b7-46e4-bb87-350735b75395"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f814cefd-f074-472c-9012-b1ce2a34f728"] + "478653c9-ff6e-4bb6-a901-37101eda6688"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1711044461,ExpressionUUID->"05dbc311-b23e-4a99-966a-c759635a973d"], + CellID->955679654,ExpressionUUID->"37e4841b-5cd0-4a59-90e3-42427f38428d"], Cell[CellGroupData[{ @@ -406,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f1d7f18-28f6-4ace-b656-1bb35d31d4c9"], + ExpressionUUID->"2654c6fc-2441-4f71-860b-e99c82058806"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fd923e73-ab23-4933-b0be-b31d04517266"], + "Spacer1"]],ExpressionUUID->"bacb5d72-9210-4fc9-a82a-cedda35b0e44"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "33fbf840-dc22-490e-98da-8ba7a80ffac8"] + "f1c0e2ed-d051-4eeb-b1a6-8cb13f60a8df"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->498279446,ExpressionUUID->"609e5c72-0444-48f2-89a3-33d3e402be68"], + CellID->1079390138,ExpressionUUID->"8be874a8-53ef-4209-83e1-a68f4c47115e"], Cell["Loading the package:", "ExampleText", CellID->786508603,ExpressionUUID->"02370e71-99e2-45e0-b0a9-a72b853189d9"], @@ -601,8 +605,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -750,15 +752,15 @@ Cell[BoxData[GridBox[{ "0f67b5e5-979c-46f0-81a8-5b48e3499a00"] }], "SeeAlso",ExpressionUUID->"5aa63f0f-7609-48da-be77-4224a9fe2b2e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9ead42d5-e897-43e9-8852-\ -fc2113d8962b"], + }]], "SeeAlsoSection",ExpressionUUID->"0a7c1c3c-e589-4538-9a4e-\ +fca5b808f3a0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -770,9 +772,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d126785a-2a0a-45ae-a681-663c324a7f2b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"43e3fa64-7b36-44a5-807f-\ -fbbc9c7630d8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"42f530a8-7264-4438-b01a-\ +d7cb4b62442b"], Cell[BoxData[GridBox[{ { @@ -789,7 +790,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "514285c6-a1ba-41f0-b682-159b1f3a0970"]}]}, + "f52259d0-08d0-414d-85a7-2ca2ff1cf4cf"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -797,10 +798,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7b43c3b8-45d0-4044-a632-9eb82f8834c3"]}]} + "6f756db0-47f0-4ba5-a183-b4ab83a216ea"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2fb0bccd-1aa1-4bb2-aca9-\ -eaae87a553c4"], + }]], "MoreAboutSection",ExpressionUUID->"939500ea-8073-4810-9618-\ +4d9cfc8cfaee"], Cell[BoxData[GridBox[{ { @@ -827,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "790b11b5-3858-48bb-9153-04ab38078240"]], "RelatedLinks", + "0ecb270b-bfe0-4b7a-a069-0416c380fc98"]], "RelatedLinks", ExpressionUUID->"eba727eb-2e1e-457f-989f-beec39e6b59d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -844,7 +845,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3d04fc40-ef3f-4d04-879e-880636538e07"]], "RelatedLinks", + "6d01bd5c-df95-4310-8eb1-8e3c976948f7"]], "RelatedLinks", ExpressionUUID->"7f5be2aa-0e29-40bd-a722-5b25455350e2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,11 +862,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4ffd9342-5bf3-40ef-9078-6120ccd5efe4"]], "RelatedLinks", + "d8cf7919-a183-4960-902b-85135519bcc2"]], "RelatedLinks", ExpressionUUID->"b4d2b3da-85d2-4832-a21e-7ec0444ee842"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"dba47461-9bda-4ead-8601-\ -77f27ba20684"], + }]], "RelatedLinksSection",ExpressionUUID->"1659d81c-78d5-4b92-a14a-\ +ea8b2540b41f"], Cell[CellGroupData[{ @@ -895,11 +896,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8553426d-9bee-4dca-8683-7752c573e216"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"eda63bc1-de77-4b3f-8e38-00bed76f27be"] +Cell[" ", "FooterCell",ExpressionUUID->"4ba82cab-5166-4265-b584-86e0b9dfbb4c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PositiveGameQ", TaggingRules->{ @@ -910,17 +911,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 30.897119}", + "built" -> "{2024, 6, 3, 16, 54, 53.980495}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PositiveGameQ[game] checks if the TU game is positive. It returns the \ value 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "PositiveGameQ", "titlemodifier" -> "", "windowtitle" -> "PositiveGameQ", - "type" -> "Symbol", "uri" -> "TUG/ref/PositiveGameQ"}}, + "PositiveGameQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "PositiveGameQ", "type" -> "Symbol", "uri" -> + "TUG/ref/PositiveGameQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -929,9 +931,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4329a8cf-7936-4180-ad44-4d3e8c5da3db" +ExpressionUUID->"fc02a8ff-d794-4b90-b4b5-ba687fed96e8" ] (* End of Notebook Content *) @@ -939,133 +941,131 @@ ExpressionUUID->"4329a8cf-7936-4180-ad44-4d3e8c5da3db" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13163, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05dbc311-b23e-4a99-966a-c759635a973d", + Cell[13210, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37e4841b-5cd0-4a59-90e3-42427f38428d", CellTags->"PrimaryExamplesSection", - CellID->1711044461]} + CellID->955679654]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34626, 940} + {"PrimaryExamplesSection", 34662, 942} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7078, 168, 56, "AnchorBarGrid",ExpressionUUID->"d8633b1c-ddf5-438d-8b9e-edd1e89927bb", +Cell[585, 21, 7125, 172, 57, "AnchorBarGrid",ExpressionUUID->"0f3b96c8-6003-4ccb-95c6-719cf8e2f7ad", CellID->1], -Cell[7666, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6cc0787a-41ed-44d1-9498-79b7ce8d3eb9"], +Cell[7713, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cb2e9739-29ba-4711-a644-d02a69d83aab"], Cell[CellGroupData[{ -Cell[7777, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"bd3d930d-2681-463b-b756-2e12b7a699de"], -Cell[9067, 232, 490, 10, 111, "Usage",ExpressionUUID->"afcb190c-2102-43b0-a67b-61e8f99ae847", +Cell[7824, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"ef921319-d83e-4e95-bb79-916eaa89b6c0"], +Cell[9114, 236, 490, 10, 111, "Usage",ExpressionUUID->"afcb190c-2102-43b0-a67b-61e8f99ae847", CellID->560556239] }, Open ]], Cell[CellGroupData[{ -Cell[9594, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"c7b18aa8-fe20-4df4-9540-bb77e4f5548e", +Cell[9641, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"94ae9a5e-4910-49a3-a84d-7005b40b3d97", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1926187692], -Cell[11492, 296, 663, 17, 49, "Notes",ExpressionUUID->"97bbd800-d956-4b81-91ba-ad737d09be7a", + CellID->1544245121], +Cell[11539, 300, 663, 17, 48, "Notes",ExpressionUUID->"97bbd800-d956-4b81-91ba-ad737d09be7a", CellID->26053], -Cell[12158, 315, 489, 12, 37, "Notes",ExpressionUUID->"5e0b472c-2544-4bc0-8ed8-0ee43e62fc2b", +Cell[12205, 319, 489, 12, 38, "Notes",ExpressionUUID->"5e0b472c-2544-4bc0-8ed8-0ee43e62fc2b", CellID->177724765], -Cell[12650, 329, 237, 4, 57, "Notes",ExpressionUUID->"ca1d8f00-2ead-4d45-b32e-145c1e30a622", +Cell[12697, 333, 237, 4, 57, "Notes",ExpressionUUID->"ca1d8f00-2ead-4d45-b32e-145c1e30a622", CellID->1750783930], -Cell[12890, 335, 146, 1, 36, "Notes",ExpressionUUID->"a8680651-29b8-42f0-a92e-a0570c6b4ac6", +Cell[12937, 339, 146, 1, 36, "Notes",ExpressionUUID->"a8680651-29b8-42f0-a92e-a0570c6b4ac6", CellID->1970520013] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13163, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05dbc311-b23e-4a99-966a-c759635a973d", +Cell[13210, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37e4841b-5cd0-4a59-90e3-42427f38428d", CellTags->"PrimaryExamplesSection", - CellID->1711044461], + CellID->955679654], Cell[CellGroupData[{ -Cell[14609, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"609e5c72-0444-48f2-89a3-33d3e402be68", - CellID->498279446], -Cell[16010, 421, 118, 1, 38, "ExampleText",ExpressionUUID->"02370e71-99e2-45e0-b0a9-a72b853189d9", +Cell[14655, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8be874a8-53ef-4209-83e1-a68f4c47115e", + CellID->1079390138], +Cell[16057, 425, 118, 1, 39, "ExampleText",ExpressionUUID->"02370e71-99e2-45e0-b0a9-a72b853189d9", CellID->786508603], Cell[CellGroupData[{ -Cell[16153, 426, 167, 3, 27, "Input",ExpressionUUID->"ccecbf20-66f4-4f33-99bf-ea91197bc472", +Cell[16200, 430, 167, 3, 27, "Input",ExpressionUUID->"ccecbf20-66f4-4f33-99bf-ea91197bc472", CellID->309859940], Cell[CellGroupData[{ -Cell[16345, 433, 236, 4, 23, "Print",ExpressionUUID->"61296ad9-e0ea-4888-b489-7c13b4bd5758", +Cell[16392, 437, 236, 4, 23, "Print",ExpressionUUID->"61296ad9-e0ea-4888-b489-7c13b4bd5758", CellID->1593108279], -Cell[16584, 439, 364, 8, 23, "Print",ExpressionUUID->"85e20793-ab09-408a-af97-0b6118477106", +Cell[16631, 443, 364, 8, 23, "Print",ExpressionUUID->"85e20793-ab09-408a-af97-0b6118477106", CellID->897870510], -Cell[16951, 449, 235, 4, 23, "Print",ExpressionUUID->"f5ffbe72-a913-4530-9aa5-c5893fb0cb41", +Cell[16998, 453, 235, 4, 23, "Print",ExpressionUUID->"f5ffbe72-a913-4530-9aa5-c5893fb0cb41", CellID->612124668], -Cell[17189, 455, 219, 3, 23, "Print",ExpressionUUID->"0c8d50f1-ca58-4b3e-bd63-d96957a9b85e", +Cell[17236, 459, 219, 3, 23, "Print",ExpressionUUID->"0c8d50f1-ca58-4b3e-bd63-d96957a9b85e", CellID->152691343], -Cell[17411, 460, 206, 3, 23, "Print",ExpressionUUID->"effe15a5-04e7-4f2f-b91d-9aa9202deb9b", +Cell[17458, 464, 206, 3, 23, "Print",ExpressionUUID->"effe15a5-04e7-4f2f-b91d-9aa9202deb9b", CellID->385759620], -Cell[17620, 465, 235, 4, 23, "Print",ExpressionUUID->"94782078-5134-47be-b448-0ee08ec52dab", +Cell[17667, 469, 235, 4, 23, "Print",ExpressionUUID->"94782078-5134-47be-b448-0ee08ec52dab", CellID->31866456], -Cell[17858, 471, 219, 3, 23, "Print",ExpressionUUID->"45463ace-56f2-4f22-a172-948f1e9fb07a", +Cell[17905, 475, 219, 3, 23, "Print",ExpressionUUID->"45463ace-56f2-4f22-a172-948f1e9fb07a", CellID->328560444], -Cell[18080, 476, 236, 4, 23, "Print",ExpressionUUID->"439214b7-5bd9-496e-9c3d-8c8f1bc54831", +Cell[18127, 480, 236, 4, 23, "Print",ExpressionUUID->"439214b7-5bd9-496e-9c3d-8c8f1bc54831", CellID->1155055228], -Cell[18319, 482, 235, 4, 23, "Print",ExpressionUUID->"4cd55d9b-8eb5-4a33-84c8-9c2bf08973e8", +Cell[18366, 486, 235, 4, 23, "Print",ExpressionUUID->"4cd55d9b-8eb5-4a33-84c8-9c2bf08973e8", CellID->782291652], -Cell[18557, 488, 206, 3, 23, "Print",ExpressionUUID->"f5155927-909a-44eb-8988-e9fd4cdd0a85", +Cell[18604, 492, 206, 3, 23, "Print",ExpressionUUID->"f5155927-909a-44eb-8988-e9fd4cdd0a85", CellID->778633474], -Cell[18766, 493, 236, 4, 23, "Print",ExpressionUUID->"b3e23554-c309-44a4-b3c3-dd66ff7fb175", +Cell[18813, 497, 236, 4, 23, "Print",ExpressionUUID->"b3e23554-c309-44a4-b3c3-dd66ff7fb175", CellID->2050558928] }, Open ]] }, Open ]], -Cell[19029, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"07db894b-a26f-411b-9cd3-99098dbc406b", +Cell[19076, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"07db894b-a26f-411b-9cd3-99098dbc406b", CellID->710527695], -Cell[19168, 504, 234, 6, 70, "Input",ExpressionUUID->"05f11a0f-26ab-4c79-bed9-2972c526db05", +Cell[19215, 508, 234, 6, 70, "Input",ExpressionUUID->"05f11a0f-26ab-4c79-bed9-2972c526db05", CellID->665363915], Cell[CellGroupData[{ -Cell[19427, 514, 369, 8, 70, "Input",ExpressionUUID->"20964ef3-8e08-4f0f-bf56-dc2b45ed1a2f", +Cell[19474, 518, 369, 8, 70, "Input",ExpressionUUID->"20964ef3-8e08-4f0f-bf56-dc2b45ed1a2f", CellID->1043409654], -Cell[19799, 524, 370, 8, 36, "Output",ExpressionUUID->"d12dd3e8-7e7f-4fbc-8733-469bdf2e4eb5", +Cell[19846, 528, 370, 8, 36, "Output",ExpressionUUID->"d12dd3e8-7e7f-4fbc-8733-469bdf2e4eb5", CellID->2079814153] }, Open ]], -Cell[20184, 535, 238, 6, 70, "Input",ExpressionUUID->"e6a78e24-0161-49da-8462-155e9885d1f5", +Cell[20231, 539, 238, 6, 70, "Input",ExpressionUUID->"e6a78e24-0161-49da-8462-155e9885d1f5", CellID->1606327713], -Cell[20425, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"5294e1ba-54fe-4389-adbf-22311ee40ed3", +Cell[20472, 547, 190, 4, 70, "ExampleText",ExpressionUUID->"5294e1ba-54fe-4389-adbf-22311ee40ed3", CellID->874830095], Cell[CellGroupData[{ -Cell[20640, 551, 171, 3, 70, "Input",ExpressionUUID->"a387f862-f8bb-4f5b-8930-368222981936", +Cell[20687, 555, 171, 3, 70, "Input",ExpressionUUID->"a387f862-f8bb-4f5b-8930-368222981936", CellID->2047508980], -Cell[20814, 556, 173, 4, 36, "Output",ExpressionUUID->"88fcfb64-94e6-4d3b-9af5-d42d279e160a", +Cell[20861, 560, 173, 4, 36, "Output",ExpressionUUID->"88fcfb64-94e6-4d3b-9af5-d42d279e160a", CellID->1442639099] }, Open ]], -Cell[21002, 563, 149, 1, 70, "ExampleText",ExpressionUUID->"168e2fcc-8645-4de8-adf5-6c899511bbd1", +Cell[21049, 567, 149, 1, 70, "ExampleText",ExpressionUUID->"168e2fcc-8645-4de8-adf5-6c899511bbd1", CellID->1770407191], Cell[CellGroupData[{ -Cell[21176, 568, 171, 3, 70, "Input",ExpressionUUID->"5fd282c3-cb90-49ea-b511-e8b02f4e95ac", +Cell[21223, 572, 171, 3, 70, "Input",ExpressionUUID->"5fd282c3-cb90-49ea-b511-e8b02f4e95ac", CellID->1037192194], -Cell[21350, 573, 159, 3, 36, "Output",ExpressionUUID->"3c1d586f-5573-42fa-bc86-4f16430e8949", +Cell[21397, 577, 159, 3, 36, "Output",ExpressionUUID->"3c1d586f-5573-42fa-bc86-4f16430e8949", CellID->1923983519] }, Open ]], -Cell[21524, 579, 168, 3, 70, "ExampleText",ExpressionUUID->"c16707e1-222f-4a9b-8527-617360c2e8af", +Cell[21571, 583, 168, 3, 70, "ExampleText",ExpressionUUID->"c16707e1-222f-4a9b-8527-617360c2e8af", CellID->1206044310], Cell[CellGroupData[{ -Cell[21717, 586, 163, 3, 70, "Input",ExpressionUUID->"05d2e127-cee3-4fa7-8df0-1b88ec715f3d", +Cell[21764, 590, 163, 3, 70, "Input",ExpressionUUID->"05d2e127-cee3-4fa7-8df0-1b88ec715f3d", CellID->29707821], -Cell[21883, 591, 159, 3, 36, "Output",ExpressionUUID->"b37aecb5-4375-4f32-b066-95c8e982cad5", +Cell[21930, 595, 159, 3, 36, "Output",ExpressionUUID->"b37aecb5-4375-4f32-b066-95c8e982cad5", CellID->1031346346] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22331, 607, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"0a7c1c3c-e589-4538-9a4e-fca5b808f3a0"], +Cell[27781, 757, 670, 18, 70, "TechNotesSection",ExpressionUUID->"42f530a8-7264-4438-b01a-d7cb4b62442b"], +Cell[28454, 777, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"939500ea-8073-4810-9618-4d9cfc8cfaee"], +Cell[29490, 805, 2197, 63, 70, "RelatedLinksSection",ExpressionUUID->"1659d81c-78d5-4b92-a14a-ea8b2540b41f"], Cell[CellGroupData[{ -Cell[22306, 605, 5447, 148, 70, "SeeAlsoSection",ExpressionUUID->"9ead42d5-e897-43e9-8852-fc2113d8962b"], -Cell[27756, 755, 670, 18, 70, "TechNotesSection",ExpressionUUID->"43e3fa64-7b36-44a5-807f-fbbc9c7630d8"] -}, Open ]], -Cell[28441, 776, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2fb0bccd-1aa1-4bb2-aca9-eaae87a553c4"], -Cell[29477, 804, 2197, 63, 70, "RelatedLinksSection",ExpressionUUID->"dba47461-9bda-4ead-8601-77f27ba20684"], -Cell[CellGroupData[{ -Cell[31699, 871, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"76eb88fa-9a88-4345-9d75-97ebd5daccde", +Cell[31712, 872, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"76eb88fa-9a88-4345-9d75-97ebd5daccde", CellID->174251628], -Cell[31839, 874, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9a11e70-7994-4d7a-87f7-d6601424bc08", +Cell[31852, 875, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c9a11e70-7994-4d7a-87f7-d6601424bc08", CellID->1194386356], -Cell[32061, 880, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"40a75d17-a03f-42e5-929c-79532cdc516d", +Cell[32074, 881, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"40a75d17-a03f-42e5-929c-79532cdc516d", CellID->1641706272], -Cell[32276, 885, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d69035ff-ef0d-4394-a6c2-48ff4f2819a1", +Cell[32289, 886, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d69035ff-ef0d-4394-a6c2-48ff4f2819a1", CellID->399251956], -Cell[32505, 891, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8553426d-9bee-4dca-8683-7752c573e216", +Cell[32518, 892, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8553426d-9bee-4dca-8683-7752c573e216", CellID->821434655] }, Open ]], -Cell[32742, 897, 78, 0, 70, "FooterCell",ExpressionUUID->"eda63bc1-de77-4b3f-8e38-00bed76f27be"] +Cell[32755, 898, 78, 0, 70, "FooterCell",ExpressionUUID->"4ba82cab-5166-4265-b584-86e0b9dfbb4c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Potential.nb b/Documentation/English/ReferencePages/Symbols/Potential.nb index dd48e1b..4b76b87 100644 --- a/Documentation/English/ReferencePages/Symbols/Potential.nb +++ b/Documentation/English/ReferencePages/Symbols/Potential.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44471, 1152] -NotebookOptionsPosition[ 35031, 965] -NotebookOutlinePosition[ 37061, 1018] -CellTagsIndexPosition[ 36975, 1013] +NotebookDataLength[ 44471, 1151] +NotebookOptionsPosition[ 35044, 966] +NotebookOutlinePosition[ 37093, 1019] +CellTagsIndexPosition[ 37007, 1014] WindowTitle->Potential WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "33a57ec5-bf01-40e8-93ce-09a41a8a3792"], + "cdbb0d49-0b96-4daf-b0a8-f41a090fea0c"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3500359b-a689-4a83-a9cd-610257e366da"], + "dd87cd77-242b-4ace-8dab-1b940235524e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fe1bcf09-040f-4079-8605-2e2efe5f09a9"] - }],ExpressionUUID->"acd095e8-9504-41fd-88cd-99d1da120194"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "6e9aa614-ea88-4203-88b4-205105a22cb6"] + }],ExpressionUUID->"17fb6d64-de3c-4725-8619-dc103bbd14e8"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d453ebbd-d16c-427b-b12c-1d1982f7b34d"], + "62df7f5b-3003-4a48-917c-b1cf52fa7d09"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6c48812f-c6b5-40ef-a14e-080c68e5f956"] - }],ExpressionUUID->"873317e5-76f0-4e42-be35-ca7d94c4378a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7104dd1e-c4c3-415a-bf1a-cba13159eabc"] + }],ExpressionUUID->"33a17d33-8253-4724-9047-d864f14cb736"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cb8cc73e-ac56-4296-b395-57fd5bd854f8"], + "704999d6-b688-4f2b-8396-70be0f3ff0c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ec738243-6f20-4c22-b979-f462d5628146"] - }],ExpressionUUID->"9ea26058-5fd3-41d7-804b-005f54ac0df8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2280def8-c712-4fd5-8f0a-b229e4f7c5af"] + }],ExpressionUUID->"11433484-4ce5-4bb8-b8ef-a49463ed8f58"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ab5652ef-be4f-49b7-92f7-6887c35e4b0c"], + "7aeff76e-2a36-4a03-a807-e33c5b68c36c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4fa90b65-1dd1-4cff-8b9b-32022f93d531"] - }],ExpressionUUID->"925494dd-a910-490c-a390-2d415dfabb55"], - StripOnInput->False], {"\<\"TUG/ref/Potential\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Potential"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Potential.\ + "f96ea07f-3238-480c-8723-fab3557b31e2"] + }],ExpressionUUID->"7a87bac1-da1d-41fe-ad2a-d862ad5b26ed"], + StripOnInput->False],{ + "\"TUG/ref/Potential\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Potential"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Potential.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$152287], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Potential" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$164628], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Potential" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "69e38f49-df22-457b-a30f-ee2003da24d8"] + "7fab39b0-3cc4-4242-b4f4-47d125d741e0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "cc228ef5-1f42-4e7a-8434-07adbe1184e1"]} + "cc1a72b5-e71f-4f9d-9048-ba9c16185c49"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"19ffaf24-ace5-454e-bfad-caeb2b8af23e"], + CellID->1,ExpressionUUID->"1754defe-d306-4a5d-865a-f9cbab2a4095"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b55445fa-ef66-49d4-93ca-6e408b6bbec3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ca81b912-83d1-4c18-8e5b-2bd16c196ec8"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Potential", "ObjectName",ExpressionUUID-> - "3fe9fba1-d3ee-4bba-947f-1a438c34b6c5"], + "a3caa080-98f8-4dda-80d8-bbc125456942"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d8a07af9-5a4a-41db-91a5-1defca23d017"], + "Spacer1"]],ExpressionUUID->"60c810b1-a61c-4b60-a721-483fe64a5782"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7d37dca2-07ed-4027-8eb5-e70f63ba5cab"] - }],ExpressionUUID->"af02a160-e36b-4062-b293-1a1b9cba8bf2"], Cell[BoxData[ + "45613e26-1950-4c55-86d7-dc8b24c4a30a"] + }],ExpressionUUID->"e3a4e990-b938-43bb-8938-c2bd44e50f87"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c60b4dff-996e-4478-88e4-898db049d151"]} + "752a468e-0b52-49f0-8d79-6a30fb338daf"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"90dee299-314b-46b5-971e-4cf74cbc3859"], + CacheGraphics->False,ExpressionUUID->"82a9f191-638c-4413-a39d-c256b1ec906d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "b1c3a00b-9adc-4d24-9a40-c612866a2d85"], " \[LineSeparator]computes the potential of a game." - }],ExpressionUUID->"5e1fae30-03c0-40b0-b742-3631ad7530eb"]} + }],ExpressionUUID->"c7f6c346-3e65-44a7-afd9-8035b1960814"]} }]], "Usage", CellID->1141267200,ExpressionUUID->"b0e0dc9b-3453-4552-8d62-f8e45c8237ff"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eeb8714d-b375-4714-9777-4a13b347d7d9"], + ExpressionUUID->"cbbd2000-24b0-4544-9cd8-b8768f868f39"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1b9da1c4-0345-40b5-a074-84c149935d9f"], + "Spacer1"]],ExpressionUUID->"6875a288-f40a-4efc-862b-48018421f4f3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d8e5a8b3-aae9-4e74-88c4-1b79c36c9cce"], + }], "NotesFrameText",ExpressionUUID->"8462bfc3-5907-4d0e-a4f5-14e3e6ff7abc"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d18a3327-feb5-4750-9c83-1ac91a060aee"]], \ + "Preemptive"]],ExpressionUUID->"4ee98db5-85a8-4dbf-9188-dc4e539794f0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->929155943,ExpressionUUID->"d2c58726-54fe-4551-9084-10c4901b158f"], + CellID->151726812,ExpressionUUID->"4fe70f05-a916-40b6-9f94-e7aefca94c62"], Cell[TextData[{ "The input expression ", @@ -371,19 +375,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f1e4b157-8c02-45d2-8961-ee23fd4fc0bd"], + ExpressionUUID->"4534ee12-24da-44b5-86b8-8a81b8572ed0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"40084953-7a72-43b6-b6cd-a29759841388"], + "Spacer1"]],ExpressionUUID->"e0f9473b-f1c4-4732-a902-d7d70aec2504"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f2088270-8792-4e08-b335-7600d232a085"] + "9fe07c49-e24c-488a-a933-c2ba958f0c93"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->212504078,ExpressionUUID->"d6dcafd3-63d8-43ce-bd10-83a6969dd8d6"], + CellID->2103271895,ExpressionUUID->"8e7fef03-a151-46ff-a7f7-64eb796791f6"], Cell[CellGroupData[{ @@ -412,18 +416,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"113d37f8-c407-4335-8838-8d77edfb8aa8"], + ExpressionUUID->"696e64ae-fff6-4b4b-a9e0-23d279ceecd9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1e64f7f5-a0e4-4fba-ab84-82d947248d33"], + "Spacer1"]],ExpressionUUID->"07df0c72-7caa-4374-b928-c02e06220575"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ff7b2f03-ab2d-422e-90fc-f7949e081502"] + "978a47ca-6fe1-4ab4-9402-8baa0d77916f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1430901216,ExpressionUUID->"1c13fac1-93c0-4487-87e3-b11944d7d3ec"], + CellID->2077911959,ExpressionUUID->"6efff00e-8ae3-4bbf-9e23-1d5b63777e1f"], Cell["Loading the package:", "ExampleText", CellID->1599249496,ExpressionUUID->"6001d59d-62e7-4abd-ba20-f390ccd4a0ed"], @@ -684,8 +688,6 @@ the potential of the game, which offers a more efficient computation method. \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -833,15 +835,15 @@ Cell[BoxData[GridBox[{ "23afb248-ed41-4d08-b4d7-fe935e69669a"] }], "SeeAlso",ExpressionUUID->"f1adaeca-8bd4-4d43-bd57-88318ed27b4d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"89d44f43-4eda-48ea-9d35-\ -d0b41492c057"], + }]], "SeeAlsoSection",ExpressionUUID->"9a857bdb-df7b-4a21-9058-\ +cb1469975235"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -853,9 +855,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7b875fe2-a69b-4dfe-9090-c28737aa48aa"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1cd2642d-9841-4821-a14e-\ -a33ce5d8a87f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ac0fe1ee-0460-4d4f-b247-\ +3d748bc8933d"], Cell[BoxData[GridBox[{ { @@ -872,7 +873,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e1162e03-4f37-4e45-94b2-907d26520fa6"]}]}, + "fa4c6698-bd6a-46ce-8dd8-8ff23ec0db35"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -880,10 +881,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f03d8ca4-4f7b-4bf0-9c31-dfb2d6d475d6"]}]} + "f002bc71-61a1-4452-8235-67d31c71c917"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"433fd823-2dd8-4a51-8f15-\ -575a8c64c649"], + }]], "MoreAboutSection",ExpressionUUID->"83776493-3784-4d15-81d1-\ +a23e9f1ecdc2"], Cell[BoxData[GridBox[{ { @@ -910,7 +911,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4a0d0509-e14e-4cb8-8688-2d2bb90ca399"]], "RelatedLinks", + "41811fdd-6745-42f2-8227-71c0f853041e"]], "RelatedLinks", ExpressionUUID->"91e5cb00-d842-4145-bd89-83ed688285ee"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -927,11 +928,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69b4e019-bf36-4dfb-b9cf-502cc420bd1c"]], "RelatedLinks", + "11f90bda-6942-44be-b404-a5159f5ab708"]], "RelatedLinks", ExpressionUUID->"8453129d-87e6-42c6-94fe-46420c3efc10"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fd5c0756-b740-4e25-8346-\ -c181cca34e21"], + }]], "RelatedLinksSection",ExpressionUUID->"9fd21582-fa27-48b5-b1ce-\ +ccaaac9bbef7"], Cell[CellGroupData[{ @@ -961,11 +962,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e4acb812-62a3-4a23-88d5-8ab523c96066"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8977e70a-f9e2-4f7d-8038-d7b43347c8a2"] +Cell[" ", "FooterCell",ExpressionUUID->"659ff0d3-e116-44a4-a9f4-60dad2da02cb"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Potential", TaggingRules->{ @@ -976,17 +977,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 32.379907}", + "built" -> "{2024, 6, 3, 16, 54, 54.742746}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Potential[game] computes the potential of a game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Potential", "titlemodifier" -> "", - "windowtitle" -> "Potential", "type" -> "Symbol", "uri" -> - "TUG/ref/Potential"}}, + "metadescription" -> "", "windowtitle" -> "Potential", "type" -> "Symbol", + "uri" -> "TUG/ref/Potential"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -995,9 +996,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"efa4733b-fc9a-45de-8eed-fc46a0955d21" +ExpressionUUID->"09cd9a89-2268-49c0-8d8c-2e1bf3b77add" ] (* End of Notebook Content *) @@ -1005,155 +1006,153 @@ ExpressionUUID->"efa4733b-fc9a-45de-8eed-fc46a0955d21" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13372, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d6dcafd3-63d8-43ce-bd10-83a6969dd8d6", + Cell[13418, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8e7fef03-a151-46ff-a7f7-64eb796791f6", CellTags->"PrimaryExamplesSection", - CellID->212504078]} + CellID->2103271895]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36775, 1006} + {"PrimaryExamplesSection", 36806, 1007} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7127, 169, 56, "AnchorBarGrid",ExpressionUUID->"19ffaf24-ace5-454e-bfad-caeb2b8af23e", +Cell[581, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"1754defe-d306-4a5d-865a-f9cbab2a4095", CellID->1], -Cell[7711, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b55445fa-ef66-49d4-93ca-6e408b6bbec3"], +Cell[7757, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ca81b912-83d1-4c18-8e5b-2bd16c196ec8"], Cell[CellGroupData[{ -Cell[7822, 196, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"90dee299-314b-46b5-971e-4cf74cbc3859"], -Cell[9108, 233, 444, 9, 111, "Usage",ExpressionUUID->"b0e0dc9b-3453-4552-8d62-f8e45c8237ff", +Cell[7868, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"82a9f191-638c-4413-a39d-c256b1ec906d"], +Cell[9154, 237, 444, 9, 111, "Usage",ExpressionUUID->"b0e0dc9b-3453-4552-8d62-f8e45c8237ff", CellID->1141267200] }, Open ]], Cell[CellGroupData[{ -Cell[9589, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"d2c58726-54fe-4551-9084-10c4901b158f", +Cell[9635, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"4fe70f05-a916-40b6-9f94-e7aefca94c62", CellGroupingRules->{"SectionGrouping", 50}, - CellID->929155943], -Cell[11486, 296, 519, 12, 57, "]]",ExpressionUUID->"72bd6fb2-32be-448c-8775-4c867e4cd976", + CellID->151726812], +Cell[11532, 300, 519, 12, 57, "]]",ExpressionUUID->"72bd6fb2-32be-448c-8775-4c867e4cd976", CellID->209133038], -Cell[12008, 310, 489, 12, 37, "Notes",ExpressionUUID->"62fd8640-fc38-47a0-bb42-82f57ffd1248", +Cell[12054, 314, 489, 12, 38, "Notes",ExpressionUUID->"62fd8640-fc38-47a0-bb42-82f57ffd1248", CellID->177724765], -Cell[12500, 324, 262, 5, 57, "Notes",ExpressionUUID->"fb48a2b9-a0b5-449c-8d25-b846bbf0d978", +Cell[12546, 328, 262, 5, 57, "Notes",ExpressionUUID->"fb48a2b9-a0b5-449c-8d25-b846bbf0d978", CellID->351546301], -Cell[12765, 331, 164, 3, 36, "Notes",ExpressionUUID->"c8142712-b4c2-4b2a-b80b-37460e1baeac", +Cell[12811, 335, 164, 3, 36, "Notes",ExpressionUUID->"c8142712-b4c2-4b2a-b80b-37460e1baeac", CellID->1532794408], -Cell[12932, 336, 174, 3, 36, "Notes",ExpressionUUID->"f91da9b1-f59f-4986-a700-482363c43060", +Cell[12978, 340, 174, 3, 36, "Notes",ExpressionUUID->"f91da9b1-f59f-4986-a700-482363c43060", CellID->437955758], -Cell[13109, 341, 136, 1, 36, "Notes",ExpressionUUID->"d3cabfb3-45b6-4992-95b2-a0afd7205854", +Cell[13155, 345, 136, 1, 36, "Notes",ExpressionUUID->"d3cabfb3-45b6-4992-95b2-a0afd7205854", CellID->1212053549] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13372, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d6dcafd3-63d8-43ce-bd10-83a6969dd8d6", +Cell[13418, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8e7fef03-a151-46ff-a7f7-64eb796791f6", CellTags->"PrimaryExamplesSection", - CellID->212504078], + CellID->2103271895], Cell[CellGroupData[{ -Cell[14817, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1c13fac1-93c0-4487-87e3-b11944d7d3ec", - CellID->1430901216], -Cell[16219, 427, 119, 1, 38, "ExampleText",ExpressionUUID->"6001d59d-62e7-4abd-ba20-f390ccd4a0ed", +Cell[14864, 393, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6efff00e-8ae3-4bbf-9e23-1d5b63777e1f", + CellID->2077911959], +Cell[16266, 431, 119, 1, 39, "ExampleText",ExpressionUUID->"6001d59d-62e7-4abd-ba20-f390ccd4a0ed", CellID->1599249496], Cell[CellGroupData[{ -Cell[16363, 432, 167, 3, 27, "Input",ExpressionUUID->"c52c8999-25df-4c88-964b-2536a2661f7c", +Cell[16410, 436, 167, 3, 27, "Input",ExpressionUUID->"c52c8999-25df-4c88-964b-2536a2661f7c", CellID->347509392], Cell[CellGroupData[{ -Cell[16555, 439, 236, 4, 23, "Print",ExpressionUUID->"e7f55229-3b4e-4b3d-bf49-be0061b6854e", +Cell[16602, 443, 236, 4, 23, "Print",ExpressionUUID->"e7f55229-3b4e-4b3d-bf49-be0061b6854e", CellID->202020252], -Cell[16794, 445, 366, 8, 23, "Print",ExpressionUUID->"ab3be815-9a5b-4b06-a670-b77dce37d146", +Cell[16841, 449, 366, 8, 23, "Print",ExpressionUUID->"ab3be815-9a5b-4b06-a670-b77dce37d146", CellID->2026585733], -Cell[17163, 455, 236, 4, 23, "Print",ExpressionUUID->"5710c7eb-3de3-4ede-914b-61a5e159705d", +Cell[17210, 459, 236, 4, 23, "Print",ExpressionUUID->"5710c7eb-3de3-4ede-914b-61a5e159705d", CellID->733052658], -Cell[17402, 461, 220, 3, 23, "Print",ExpressionUUID->"192de441-1856-48e1-b1f5-b4b6159a9588", +Cell[17449, 465, 220, 3, 23, "Print",ExpressionUUID->"192de441-1856-48e1-b1f5-b4b6159a9588", CellID->633053690], -Cell[17625, 466, 208, 3, 23, "Print",ExpressionUUID->"c93bc4ae-d684-470d-abe8-16fcad9b49d2", +Cell[17672, 470, 208, 3, 23, "Print",ExpressionUUID->"c93bc4ae-d684-470d-abe8-16fcad9b49d2", CellID->1859288735], -Cell[17836, 471, 238, 4, 23, "Print",ExpressionUUID->"2a12479b-0a9b-4a50-a477-8ec298f1bfae", +Cell[17883, 475, 238, 4, 23, "Print",ExpressionUUID->"2a12479b-0a9b-4a50-a477-8ec298f1bfae", CellID->2093124564], -Cell[18077, 477, 220, 3, 23, "Print",ExpressionUUID->"e97b1614-c4e1-4759-9122-296390fac9d2", +Cell[18124, 481, 220, 3, 23, "Print",ExpressionUUID->"e97b1614-c4e1-4759-9122-296390fac9d2", CellID->575472627], -Cell[18300, 482, 237, 4, 70, "Print",ExpressionUUID->"ade488f9-4b17-4333-910e-9add9e04914f", +Cell[18347, 486, 237, 4, 70, "Print",ExpressionUUID->"ade488f9-4b17-4333-910e-9add9e04914f", CellID->1971244707], -Cell[18540, 488, 237, 4, 70, "Print",ExpressionUUID->"b18d78b9-5d8b-48a8-98cc-1cb5db9cbfff", +Cell[18587, 492, 237, 4, 70, "Print",ExpressionUUID->"b18d78b9-5d8b-48a8-98cc-1cb5db9cbfff", CellID->1711313035], -Cell[18780, 494, 207, 3, 70, "Print",ExpressionUUID->"6b9d1be4-4741-4c95-87cb-d04cb5ea8538", +Cell[18827, 498, 207, 3, 70, "Print",ExpressionUUID->"6b9d1be4-4741-4c95-87cb-d04cb5ea8538", CellID->565835363], -Cell[18990, 499, 237, 4, 70, "Print",ExpressionUUID->"ee22266e-48cb-4fae-a490-e05fca6539f1", +Cell[19037, 503, 237, 4, 70, "Print",ExpressionUUID->"ee22266e-48cb-4fae-a490-e05fca6539f1", CellID->1782688874] }, Open ]] }, Open ]], -Cell[19254, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"d0988104-559e-4d43-a13e-358f2f81b5ac", +Cell[19301, 511, 137, 1, 70, "ExampleText",ExpressionUUID->"d0988104-559e-4d43-a13e-358f2f81b5ac", CellID->1383284606], -Cell[19394, 510, 235, 6, 70, "Input",ExpressionUUID->"db32b24e-03e8-4ff9-be3e-6eff70241c32", +Cell[19441, 514, 235, 6, 70, "Input",ExpressionUUID->"db32b24e-03e8-4ff9-be3e-6eff70241c32", CellID->1950795798], -Cell[19632, 518, 380, 9, 70, "Input",ExpressionUUID->"169fb3d4-ebc9-4e1e-a358-adc67ca1e8d7", +Cell[19679, 522, 380, 9, 70, "Input",ExpressionUUID->"169fb3d4-ebc9-4e1e-a358-adc67ca1e8d7", CellID->736486641], -Cell[20015, 529, 237, 6, 70, "Input",ExpressionUUID->"ac98313b-5152-40c7-aece-ba0e80e21e62", +Cell[20062, 533, 237, 6, 70, "Input",ExpressionUUID->"ac98313b-5152-40c7-aece-ba0e80e21e62", CellID->768595366], -Cell[20255, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"2fed48bd-93fc-415d-9884-3dbfd65513f0", +Cell[20302, 541, 191, 4, 70, "ExampleText",ExpressionUUID->"2fed48bd-93fc-415d-9884-3dbfd65513f0", CellID->1565243340], Cell[CellGroupData[{ -Cell[20471, 545, 167, 3, 70, "Input",ExpressionUUID->"6170f382-67c1-4808-81b3-2a5517a1697a", +Cell[20518, 549, 167, 3, 70, "Input",ExpressionUUID->"6170f382-67c1-4808-81b3-2a5517a1697a", CellID->1346440499], -Cell[20641, 550, 174, 4, 36, "Output",ExpressionUUID->"4275c0ac-94c9-44c7-9236-2ae34faedd0f", +Cell[20688, 554, 174, 4, 36, "Output",ExpressionUUID->"4275c0ac-94c9-44c7-9236-2ae34faedd0f", CellID->1415072577] }, Open ]], -Cell[20830, 557, 152, 1, 70, "ExampleText",ExpressionUUID->"e0af91cd-05d2-438e-93b6-9c5b1ef7f136", +Cell[20877, 561, 152, 1, 70, "ExampleText",ExpressionUUID->"e0af91cd-05d2-438e-93b6-9c5b1ef7f136", CellID->1206551124], Cell[CellGroupData[{ -Cell[21007, 562, 169, 3, 70, "Input",ExpressionUUID->"c2a60239-7699-408f-97bb-87b22f5c8ab9", +Cell[21054, 566, 169, 3, 70, "Input",ExpressionUUID->"c2a60239-7699-408f-97bb-87b22f5c8ab9", CellID->240000706], -Cell[21179, 567, 318, 9, 51, "Output",ExpressionUUID->"974c6be1-10f0-4277-8d75-8c83b1cfbfb4", +Cell[21226, 571, 318, 9, 50, "Output",ExpressionUUID->"974c6be1-10f0-4277-8d75-8c83b1cfbfb4", CellID->350693418] }, Open ]], -Cell[21512, 579, 189, 4, 70, "ExampleText",ExpressionUUID->"3d1e644b-0fbf-4f07-880d-1d6e268606f0", +Cell[21559, 583, 189, 4, 70, "ExampleText",ExpressionUUID->"3d1e644b-0fbf-4f07-880d-1d6e268606f0", CellID->411010400], Cell[CellGroupData[{ -Cell[21726, 587, 193, 4, 70, "Input",ExpressionUUID->"cfbc61aa-4d90-4868-9664-fb616a462fc2", +Cell[21773, 591, 193, 4, 70, "Input",ExpressionUUID->"cfbc61aa-4d90-4868-9664-fb616a462fc2", CellID->860603942], -Cell[21922, 593, 530, 13, 51, "Output",ExpressionUUID->"502ee0f3-af28-4a3a-a078-7b63c3d9c515", +Cell[21969, 597, 530, 13, 51, "Output",ExpressionUUID->"502ee0f3-af28-4a3a-a078-7b63c3d9c515", CellID->2049238201] }, Open ]], -Cell[22467, 609, 313, 5, 70, "ExampleText",ExpressionUUID->"163e9add-293c-460f-bc21-32a10ab660a5", +Cell[22514, 613, 313, 5, 70, "ExampleText",ExpressionUUID->"163e9add-293c-460f-bc21-32a10ab660a5", CellID->1629486155], -Cell[22783, 616, 242, 6, 70, "Input",ExpressionUUID->"faa4e31d-b6a8-49ad-b050-b9e830311509", +Cell[22830, 620, 242, 6, 70, "Input",ExpressionUUID->"faa4e31d-b6a8-49ad-b050-b9e830311509", CellID->2012124193], -Cell[23028, 624, 132, 1, 70, "ExampleText",ExpressionUUID->"5170fc28-25bc-477d-bea4-067f8b728063", +Cell[23075, 628, 132, 1, 70, "ExampleText",ExpressionUUID->"5170fc28-25bc-477d-bea4-067f8b728063", CellID->2024540548], Cell[CellGroupData[{ -Cell[23185, 629, 167, 3, 70, "Input",ExpressionUUID->"ef387ada-2b0e-41ab-8c76-cfc58e67c4f5", +Cell[23232, 633, 167, 3, 70, "Input",ExpressionUUID->"ef387ada-2b0e-41ab-8c76-cfc58e67c4f5", CellID->2096608416], -Cell[23355, 634, 160, 3, 36, "Output",ExpressionUUID->"42a65708-dfd3-41f6-abd0-7ed5dd01d4cf", +Cell[23402, 638, 160, 3, 36, "Output",ExpressionUUID->"42a65708-dfd3-41f6-abd0-7ed5dd01d4cf", CellID->122767635] }, Open ]], -Cell[23530, 640, 318, 5, 70, "ExampleText",ExpressionUUID->"16e0dcc2-089f-41d5-a8fd-05e3974dafde", +Cell[23577, 644, 318, 5, 70, "ExampleText",ExpressionUUID->"16e0dcc2-089f-41d5-a8fd-05e3974dafde", CellID->1821044557], Cell[CellGroupData[{ -Cell[23873, 649, 333, 10, 70, "Input",ExpressionUUID->"3816cbc5-18a5-49ca-9eb1-dcfeb5e7d0da", +Cell[23920, 653, 333, 10, 70, "Input",ExpressionUUID->"3816cbc5-18a5-49ca-9eb1-dcfeb5e7d0da", CellID->1676568623], -Cell[24209, 661, 320, 9, 51, "Output",ExpressionUUID->"9c011584-b544-46ab-b6d5-ef6aeec1dd2e", +Cell[24256, 665, 320, 9, 50, "Output",ExpressionUUID->"9c011584-b544-46ab-b6d5-ef6aeec1dd2e", CellID->1227718185] }, Open ]], -Cell[24544, 673, 264, 5, 70, "ExampleText",ExpressionUUID->"9ccfa477-bb46-4ab3-be3a-55324c8c14fd", +Cell[24591, 677, 264, 5, 70, "ExampleText",ExpressionUUID->"9ccfa477-bb46-4ab3-be3a-55324c8c14fd", CellID->976278135] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25085, 690, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"9a857bdb-df7b-4a21-9058-cb1469975235"], +Cell[30591, 840, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ac0fe1ee-0460-4d4f-b247-3d748bc8933d"], +Cell[31264, 860, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"83776493-3784-4d15-81d1-a23e9f1ecdc2"], +Cell[32300, 888, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"9fd21582-fa27-48b5-b1ce-ccaaac9bbef7"], Cell[CellGroupData[{ -Cell[25060, 688, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"89d44f43-4eda-48ea-9d35-d0b41492c057"], -Cell[30566, 838, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1cd2642d-9841-4821-a14e-a33ce5d8a87f"] -}, Open ]], -Cell[31251, 859, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"433fd823-2dd8-4a51-8f15-575a8c64c649"], -Cell[32287, 887, 1594, 46, 70, "RelatedLinksSection",ExpressionUUID->"fd5c0756-b740-4e25-8346-c181cca34e21"], -Cell[CellGroupData[{ -Cell[33906, 937, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3920abba-e2b0-4a43-ac28-38a948e7eff5", +Cell[33919, 938, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3920abba-e2b0-4a43-ac28-38a948e7eff5", CellID->117551421], -Cell[34046, 940, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"126e2bf2-07ac-4f19-b11c-bd7d7ca70499", +Cell[34059, 941, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"126e2bf2-07ac-4f19-b11c-bd7d7ca70499", CellID->1194386356], -Cell[34268, 946, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7d1858a-2250-4615-b7a0-41fd25f926b5", +Cell[34281, 947, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7d1858a-2250-4615-b7a0-41fd25f926b5", CellID->1641706272], -Cell[34483, 951, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66d3db4b-c26f-4118-8dd2-4881d05f610c", +Cell[34496, 952, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"66d3db4b-c26f-4118-8dd2-4881d05f610c", CellID->399251956], -Cell[34712, 957, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4acb812-62a3-4a23-88d5-8ab523c96066", +Cell[34725, 958, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4acb812-62a3-4a23-88d5-8ab523c96066", CellID->821434655] }, Open ]], -Cell[34949, 963, 78, 0, 70, "FooterCell",ExpressionUUID->"8977e70a-f9e2-4f7d-8038-d7b43347c8a2"] +Cell[34962, 964, 78, 0, 70, "FooterCell",ExpressionUUID->"659ff0d3-e116-44a4-a9f4-60dad2da02cb"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreImpSet.nb b/Documentation/English/ReferencePages/Symbols/PreImpSet.nb index dbba569..675c7a8 100644 --- a/Documentation/English/ReferencePages/Symbols/PreImpSet.nb +++ b/Documentation/English/ReferencePages/Symbols/PreImpSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47689, 1192] -NotebookOptionsPosition[ 40146, 1043] -NotebookOutlinePosition[ 42233, 1096] -CellTagsIndexPosition[ 42147, 1091] +NotebookDataLength[ 47700, 1193] +NotebookOptionsPosition[ 40167, 1045] +NotebookOutlinePosition[ 42277, 1099] +CellTagsIndexPosition[ 42191, 1094] WindowTitle->PreImpSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "029e3b2c-2157-4c2d-adc6-c82e6c516862"], + "04baf203-1daa-4fa6-9a85-ccf834cee48d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2ea8fe07-565d-4e7a-b720-c6afda5a29bd"], + "f7ee17a7-6a44-4e73-9a5e-8913c029f73e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fc332eb0-4302-45de-b86b-40ac845eb037"] - }],ExpressionUUID->"148fd4ec-0282-4f43-9047-842d88f960b9"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "f4e28bc4-a6f5-4d8d-b3d7-8afa5880c32d"] + }],ExpressionUUID->"5070787b-0e45-4f58-aa02-b68ff4d1a88b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17acfb4d-5e28-496b-a064-3a556ecbbe9b"], + "f61b170f-a0bb-4492-b597-7f517ffd11c5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1eec2681-196b-4efd-a74a-92515430b485"] - }],ExpressionUUID->"c153ab4a-ef6a-4b02-8070-534d726d976b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4fb480ff-3a32-4110-be51-279074689d4a"] + }],ExpressionUUID->"f43f00e0-548b-4e4f-92b0-255f069054d5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0537a5a8-dbb8-439b-900f-db45bcbe9bdc"], + "46ec3139-a95f-4df5-bb1d-bd6c1968c050"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e7829699-ef77-46a8-8e18-2e055ebfd7c7"] - }],ExpressionUUID->"849ec8dc-7e22-4799-bca5-dccc1cee56c6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cfcdd29c-cfbd-469e-bc11-d05140ef18ac"] + }],ExpressionUUID->"7b0cda66-7eb7-4335-b840-1039736cf8bd"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "23b0884e-f0fa-4c49-96ac-a8e795153549"], + "c5378cb9-8cf2-4547-954e-0ca2d3ad3ffe"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4d9665dc-5289-4038-8886-0de84485a7dc"] - }],ExpressionUUID->"17d718cc-110c-4b26-86cd-919eec8d9389"], - StripOnInput->False], {"\<\"TUG/ref/PreImpSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreImpSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PreImpSet.\ + "043d039c-fee4-4510-8eee-e71cf059e9a6"] + }],ExpressionUUID->"17b98ddb-6c6e-40d6-b903-ab40ddf9107c"], + StripOnInput->False],{ + "\"TUG/ref/PreImpSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreImpSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PreImpSet.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$152852], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreImpSet" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$165850], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreImpSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3fae25f2-3bb1-4b63-866d-a2abc8a67433"] + "c3b619b8-129f-4ed4-871b-b591635a4322"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "70eddf7d-12f9-42cd-bf5b-3cd3ea9b60c2"]} + "f9d9e397-ce28-4852-9e7f-6e8a48e9fee4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a83c7b10-3a4e-4c40-bc74-5b2bd8e43e15"], + CellID->1,ExpressionUUID->"0698461c-6106-47f6-b323-125ac138a8be"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a0e36f03-0968-49c6-bc03-2335feba468c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"70684097-7268-48f4-bbe1-1d42c38a81bb"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreImpSet", "ObjectName",ExpressionUUID-> - "41674d89-66fd-49e4-a0c8-371fc287bf1a"], + "c163bc62-f306-4fc8-9bef-e721c7806b9b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b540b745-38f5-40a2-b787-a70a9b40e3af"], + "Spacer1"]],ExpressionUUID->"4fe1f138-ede2-49f9-a382-782f30bd1282"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "21c0fc48-8a06-4ca9-8327-590b584fc786"] - }],ExpressionUUID->"0fdeeff2-e4b8-47f2-a741-4ac77542a05d"], Cell[BoxData[ + "cf9d2214-1d62-4750-b8f8-c7ae49040885"] + }],ExpressionUUID->"dd5ead17-d071-4002-bbfd-951c5de45006"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "783dd446-2ce7-442b-b61a-1a700bcd52dc"]} + "c17e5573-7411-4348-b63f-e0f19b0b37eb"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"80f5daa4-28ff-4d92-a451-b83c298af6cc"], + CacheGraphics->False,ExpressionUUID->"e70c9c7a-1203-4c6f-9bf9-13d6a48cb2c9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "5871e8e6-b7d7-488d-9182-c0514dad1e75"], "\[LineSeparator]is an option of the plotting function FilledCoreV6 to \ plot the core w.r.t. the pre-imputation set. " - }],ExpressionUUID->"002fdd07-1ced-4f1c-830f-969d641273ee"]} + }],ExpressionUUID->"aaac16eb-f46a-4980-b3a6-0353f4c5a358"]} }]], "Usage", CellID->384741265,ExpressionUUID->"803fe2c9-ffd0-44c3-9a62-2833e4ba0d70"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0bbdcc12-9824-4d9b-bd69-89aba5477902"], + ExpressionUUID->"d9f02563-79ed-4a4e-904b-0d97fd2871bd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"703c2ed5-5064-49bb-8839-b3f61f90f49d"], + "Spacer1"]],ExpressionUUID->"97c09e2c-183b-4399-b670-cde9c5c7aa48"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8d37b8e9-972d-4f15-bc35-b02b2b7f62e2"], + }], "NotesFrameText",ExpressionUUID->"b5ceb300-3c5e-4f1b-aca0-063e2048d81c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"daae07ec-f646-4a73-925e-de55e37cfd18"]], \ + "Preemptive"]],ExpressionUUID->"0361ce6b-4970-4dcd-a690-db0b6035c94f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1673861506,ExpressionUUID->"d8eca08e-a88c-417c-8030-e919a9fcc1fb"], + CellID->1506922361,ExpressionUUID->"0bab2007-6bb6-430d-a695-1f061dcd0537"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"26c2abfc-3daa-41d4-9ab8-df7c8336bd83"], + ExpressionUUID->"5bf0ed66-1bca-4fbe-a4db-8c4f6259242a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dc3d7f04-f3cb-4fea-a51b-eb39d6e6172c"], + "Spacer1"]],ExpressionUUID->"660db086-dfbc-4fb4-bb2a-f1b08b7a1f59"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "718c5091-94a6-4fab-8c48-762a4a52f7dc"] + "b2c7fe9d-0488-4a52-ada1-bb629fbf2baa"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->859121725,ExpressionUUID->"74477a01-43e7-4487-a41c-7c6d5ebf1c99"], + CellID->449979686,ExpressionUUID->"faefab1a-7400-4c39-b7bf-4ac6be07530d"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5c8090ce-ad1e-4ce0-8533-01e6e92bc48d"], + ExpressionUUID->"1645c143-71a0-446f-a15a-a310f8fd614a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a18ce0e5-969d-4aa8-9f11-1f75a4c1d0b3"], + "Spacer1"]],ExpressionUUID->"90932b1c-d6f3-44a9-9575-ed04b12660f2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2f6f20dc-4dcd-494b-a06d-f4cd6986a7e6"] + "a6805c9a-53ec-49cf-8139-4e6e97e3429a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1305672000,ExpressionUUID->"b6d570d0-dc6b-415a-872b-8b49868182b8"], + CellID->1919772456,ExpressionUUID->"12877fa2-9d2c-40cf-bbf7-644c85ef4ca2"], Cell["Loading the package:", "ExampleText", CellID->2074571546,ExpressionUUID->"ff220933-6c1e-4d7a-bde7-e6dcdff3b975"], @@ -727,8 +732,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -876,15 +879,15 @@ Cell[BoxData[GridBox[{ "73c1033c-29ec-48f9-ba74-dfcb6ccfd12a"] }], "SeeAlso",ExpressionUUID->"e4d083e6-c878-4424-b155-d0a8a01944b7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"aa089514-de35-458e-887c-\ -5e4b7dfe70f9"], + }]], "SeeAlsoSection",ExpressionUUID->"d8dd4070-7c06-4dda-aa5e-\ +aae414965573"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -896,9 +899,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b3884963-e4aa-488a-84df-cbf4dfa48e51"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"81a10576-6eda-4b65-a117-\ -f1b3829d1603"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8cb076d9-111c-4b9f-95be-\ +413c1103792e"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cbdcd767-fc8c-4a8f-a552-25c756a2eb8f"]}]}, + "027c47f6-c21f-468d-89bb-26cdfb1921fc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -923,10 +925,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd62e487-8787-4794-84e3-3d24a6ffb01f"]}]} + "8d2070d5-67dd-45d8-863b-eec6fc143e64"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ce4c2d89-fcc3-4291-90ff-\ -fded7ca7ea43"], + }]], "MoreAboutSection",ExpressionUUID->"c0fb3393-b4c7-42e1-8be4-\ +ee587333ceea"], Cell[BoxData[GridBox[{ { @@ -954,7 +956,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e017f0f7-d614-4f4d-ba20-24b9e50fd9b9"]], "RelatedLinks", + "dbd80169-2beb-4e89-a17f-90cad5712da2"]], "RelatedLinks", ExpressionUUID->"90c2a181-f331-4f99-bce6-cac0756cb028"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -971,7 +973,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "03a05288-6555-4d09-9dae-5a8608ba1a7c"]], "RelatedLinks", + "e1ce0fe1-fafc-4917-9082-72efc40cd6a8"]], "RelatedLinks", ExpressionUUID->"da1d4a14-27ed-4ac5-84dd-60eea7f96aee"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -988,7 +990,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "83a7e584-fc72-4dc4-9010-d5430e40ab7f"]], "RelatedLinks", + "4895aa21-5321-4d21-81f0-eaa3ad995786"]], "RelatedLinks", ExpressionUUID->"d611d5a2-e7d2-4be5-8c85-996d0f21ff35"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1005,11 +1007,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bdd24e03-785d-4438-a61d-9ff862c9cd90"]], "RelatedLinks", + "13056d5b-4ee2-42aa-b587-2445c6c5f307"]], "RelatedLinks", ExpressionUUID->"e8b798a5-6455-427a-8582-34e3af50fca9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8eb18647-f46b-4fdc-9af2-\ -d81c66d4f41a"], + }]], "RelatedLinksSection",ExpressionUUID->"7859f427-9922-4b4e-b956-\ +5f0f2a9f3a91"], Cell[CellGroupData[{ @@ -1039,11 +1041,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2b413e49-68ab-4da9-8294-542933a10add"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"900a1aa4-f387-49ce-b5ba-d26382134876"] +Cell[" ", "FooterCell",ExpressionUUID->"b7b55c00-fe2d-4c3b-b0a4-60f2a8cbb541"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreImpSet", TaggingRules->{ @@ -1054,17 +1056,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 33.953914}", + "built" -> "{2024, 6, 3, 16, 54, 56.405016}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PreImpSet is an option of the plotting function FilledCoreV6 to plot the \ core w.r.t. the pre-imputation set. ", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "PreImpSet", "titlemodifier" -> "", "windowtitle" -> - "PreImpSet", "type" -> "Symbol", "uri" -> "TUG/ref/PreImpSet"}}, + "title" -> "PreImpSet", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "PreImpSet", "type" -> "Symbol", "uri" -> + "TUG/ref/PreImpSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1073,9 +1076,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b006beac-9966-4385-bb0b-391f61b0317f" +ExpressionUUID->"725054e7-b3aa-42c3-b05a-c12221fa4c54" ] (* End of Notebook Content *) @@ -1083,117 +1086,115 @@ ExpressionUUID->"b006beac-9966-4385-bb0b-391f61b0317f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12268, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"74477a01-43e7-4487-a41c-7c6d5ebf1c99", + Cell[12323, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"faefab1a-7400-4c39-b7bf-4ac6be07530d", CellTags->"PrimaryExamplesSection", - CellID->859121725]} + CellID->449979686]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41947, 1084} + {"PrimaryExamplesSection", 41991, 1087} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"a83c7b10-3a4e-4c40-bc74-5b2bd8e43e15", +Cell[581, 21, 7163, 173, 57, "AnchorBarGrid",ExpressionUUID->"0698461c-6106-47f6-b323-125ac138a8be", CellID->1], -Cell[7692, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a0e36f03-0968-49c6-bc03-2335feba468c"], +Cell[7747, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"70684097-7268-48f4-bbe1-1d42c38a81bb"], Cell[CellGroupData[{ -Cell[7803, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"80f5daa4-28ff-4d92-a451-b83c298af6cc"], -Cell[9089, 232, 475, 9, 111, "Usage",ExpressionUUID->"803fe2c9-ffd0-44c3-9a62-2833e4ba0d70", +Cell[7858, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"e70c9c7a-1203-4c6f-9bf9-13d6a48cb2c9"], +Cell[9144, 237, 475, 9, 109, "Usage",ExpressionUUID->"803fe2c9-ffd0-44c3-9a62-2833e4ba0d70", CellID->384741265] }, Open ]], Cell[CellGroupData[{ -Cell[9601, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"d8eca08e-a88c-417c-8030-e919a9fcc1fb", +Cell[9656, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"0bab2007-6bb6-430d-a695-1f061dcd0537", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1673861506], -Cell[11499, 295, 489, 12, 37, "Notes",ExpressionUUID->"ae202816-42cc-48a6-99ff-e84d36af534b", + CellID->1506922361], +Cell[11554, 300, 489, 12, 38, "Notes",ExpressionUUID->"ae202816-42cc-48a6-99ff-e84d36af534b", CellID->177724765], -Cell[11991, 309, 150, 1, 36, "Notes",ExpressionUUID->"1a55f39e-1f7d-4cd0-87d0-3874b89d951a", +Cell[12046, 314, 150, 1, 36, "Notes",ExpressionUUID->"1a55f39e-1f7d-4cd0-87d0-3874b89d951a", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12268, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"74477a01-43e7-4487-a41c-7c6d5ebf1c99", +Cell[12323, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"faefab1a-7400-4c39-b7bf-4ac6be07530d", CellTags->"PrimaryExamplesSection", - CellID->859121725], + CellID->449979686], Cell[CellGroupData[{ -Cell[13713, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b6d570d0-dc6b-415a-872b-8b49868182b8", - CellID->1305672000], -Cell[15115, 395, 119, 1, 38, "ExampleText",ExpressionUUID->"ff220933-6c1e-4d7a-bde7-e6dcdff3b975", +Cell[13768, 362, 1399, 36, 30, "ExampleSection",ExpressionUUID->"12877fa2-9d2c-40cf-bbf7-644c85ef4ca2", + CellID->1919772456], +Cell[15170, 400, 119, 1, 39, "ExampleText",ExpressionUUID->"ff220933-6c1e-4d7a-bde7-e6dcdff3b975", CellID->2074571546], Cell[CellGroupData[{ -Cell[15259, 400, 167, 3, 27, "Input",ExpressionUUID->"9eef171a-d32c-4082-994c-5741dde4d102", +Cell[15314, 405, 167, 3, 27, "Input",ExpressionUUID->"9eef171a-d32c-4082-994c-5741dde4d102", CellID->211607433], Cell[CellGroupData[{ -Cell[15451, 407, 236, 4, 23, "Print",ExpressionUUID->"020091f3-9f59-4395-8a2a-2dcdd269b871", +Cell[15506, 412, 236, 4, 23, "Print",ExpressionUUID->"020091f3-9f59-4395-8a2a-2dcdd269b871", CellID->719581827], -Cell[15690, 413, 365, 8, 23, "Print",ExpressionUUID->"98f41ada-a52a-4447-bc45-1998c4cb2583", +Cell[15745, 418, 365, 8, 23, "Print",ExpressionUUID->"98f41ada-a52a-4447-bc45-1998c4cb2583", CellID->341604460], -Cell[16058, 423, 237, 4, 23, "Print",ExpressionUUID->"0e31709b-15ab-4a2a-ad3a-4bb1a3a21ae9", +Cell[16113, 428, 237, 4, 23, "Print",ExpressionUUID->"0e31709b-15ab-4a2a-ad3a-4bb1a3a21ae9", CellID->1781163512], -Cell[16298, 429, 221, 3, 23, "Print",ExpressionUUID->"005f70f8-74c9-479e-b619-67ce4149a028", +Cell[16353, 434, 221, 3, 23, "Print",ExpressionUUID->"005f70f8-74c9-479e-b619-67ce4149a028", CellID->1310107552], -Cell[16522, 434, 207, 3, 23, "Print",ExpressionUUID->"4e3d584b-6e4d-4b81-961f-90f94a6279cd", +Cell[16577, 439, 207, 3, 23, "Print",ExpressionUUID->"4e3d584b-6e4d-4b81-961f-90f94a6279cd", CellID->670021723], -Cell[16732, 439, 238, 4, 23, "Print",ExpressionUUID->"006ccc99-8238-48f0-8145-8af49aaebb82", +Cell[16787, 444, 238, 4, 23, "Print",ExpressionUUID->"006ccc99-8238-48f0-8145-8af49aaebb82", CellID->1920777715], -Cell[16973, 445, 220, 3, 23, "Print",ExpressionUUID->"4d3f779a-7a7d-4ba8-b59a-39d9cab85a3d", +Cell[17028, 450, 220, 3, 23, "Print",ExpressionUUID->"4d3f779a-7a7d-4ba8-b59a-39d9cab85a3d", CellID->733575963], -Cell[17196, 450, 236, 4, 23, "Print",ExpressionUUID->"eabdb564-4846-4077-9f82-102d2f49e7ba", +Cell[17251, 455, 236, 4, 23, "Print",ExpressionUUID->"eabdb564-4846-4077-9f82-102d2f49e7ba", CellID->472523190], -Cell[17435, 456, 237, 4, 23, "Print",ExpressionUUID->"14572284-6704-4586-98cc-564568887b76", +Cell[17490, 461, 237, 4, 23, "Print",ExpressionUUID->"14572284-6704-4586-98cc-564568887b76", CellID->1263375562], -Cell[17675, 462, 208, 3, 23, "Print",ExpressionUUID->"71c38eb9-174c-41d2-8022-0bf77e561473", +Cell[17730, 467, 208, 3, 23, "Print",ExpressionUUID->"71c38eb9-174c-41d2-8022-0bf77e561473", CellID->1682635340], -Cell[17886, 467, 237, 4, 23, "Print",ExpressionUUID->"f78c337a-2380-4dbf-b8ac-85dd132a1275", +Cell[17941, 472, 237, 4, 23, "Print",ExpressionUUID->"f78c337a-2380-4dbf-b8ac-85dd132a1275", CellID->2019694124] }, Open ]] }, Open ]], -Cell[18150, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"af4e5b46-d84e-4f7c-9b0b-1e161fe4074f", +Cell[18205, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"af4e5b46-d84e-4f7c-9b0b-1e161fe4074f", CellID->821995302], -Cell[18290, 478, 224, 6, 27, "Input",ExpressionUUID->"7865391d-03a2-4162-9d48-5b9409c0fec3", +Cell[18345, 483, 224, 6, 27, "Input",ExpressionUUID->"7865391d-03a2-4162-9d48-5b9409c0fec3", CellID->236450255], -Cell[18517, 486, 289, 8, 27, "Input",ExpressionUUID->"7b751194-f59c-4bc1-b64b-35c563004fc1", +Cell[18572, 491, 289, 8, 27, "Input",ExpressionUUID->"7b751194-f59c-4bc1-b64b-35c563004fc1", CellID->1494113538], -Cell[18809, 496, 238, 6, 70, "Input",ExpressionUUID->"5ea9fa71-f876-46cd-999c-f81ba4c2fd77", +Cell[18864, 501, 238, 6, 27, "Input",ExpressionUUID->"5ea9fa71-f876-46cd-999c-f81ba4c2fd77", CellID->1949134453], -Cell[19050, 504, 332, 5, 70, "ExampleText",ExpressionUUID->"52c84d81-00ef-41a0-a0cc-8063d8645d8a", +Cell[19105, 509, 332, 5, 70, "ExampleText",ExpressionUUID->"52c84d81-00ef-41a0-a0cc-8063d8645d8a", CellID->1354933913], Cell[CellGroupData[{ -Cell[19407, 513, 314, 7, 70, "Input",ExpressionUUID->"9692e431-cfcd-4917-a699-f42a65838798", +Cell[19462, 518, 314, 7, 70, "Input",ExpressionUUID->"9692e431-cfcd-4917-a699-f42a65838798", CellID->683403225], -Cell[19724, 522, 4337, 92, 344, "Output",ExpressionUUID->"a76ffc2d-112d-45d9-aec0-f183736ccc34", +Cell[19779, 527, 4337, 92, 344, "Output",ExpressionUUID->"a76ffc2d-112d-45d9-aec0-f183736ccc34", CellID->1145954837] }, Open ]], -Cell[24076, 617, 272, 5, 70, "ExampleText",ExpressionUUID->"a7a51203-960f-4f07-ae67-2b6c63084414", +Cell[24131, 622, 272, 5, 70, "ExampleText",ExpressionUUID->"a7a51203-960f-4f07-ae67-2b6c63084414", CellID->1603095162], Cell[CellGroupData[{ -Cell[24373, 626, 314, 7, 70, "Input",ExpressionUUID->"2035fafd-0b7a-4db9-8feb-de3714ba4d69", +Cell[24428, 631, 314, 7, 70, "Input",ExpressionUUID->"2035fafd-0b7a-4db9-8feb-de3714ba4d69", CellID->53121525], -Cell[24690, 635, 3920, 85, 701, "Output",ExpressionUUID->"0e4a763c-8de9-4404-b0b6-bccc67555826", +Cell[24745, 640, 3920, 85, 701, "Output",ExpressionUUID->"0e4a763c-8de9-4404-b0b6-bccc67555826", CellID->2049739417] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28907, 734, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"d8dd4070-7c06-4dda-aa5e-aae414965573"], +Cell[34403, 884, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8cb076d9-111c-4b9f-95be-413c1103792e"], +Cell[35076, 904, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c0fb3393-b4c7-42e1-8be4-ee587333ceea"], +Cell[36112, 932, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"7859f427-9922-4b4e-b956-5f0f2a9f3a91"], Cell[CellGroupData[{ -Cell[28874, 731, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"aa089514-de35-458e-887c-5e4b7dfe70f9"], -Cell[34370, 881, 670, 18, 70, "TechNotesSection",ExpressionUUID->"81a10576-6eda-4b65-a117-f1b3829d1603"] -}, Open ]], -Cell[35055, 902, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ce4c2d89-fcc3-4291-90ff-fded7ca7ea43"], -Cell[36091, 930, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"8eb18647-f46b-4fdc-9af2-d81c66d4f41a"], -Cell[CellGroupData[{ -Cell[39020, 1015, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f324476a-b184-4b88-983a-46868ad33daf", +Cell[39041, 1017, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f324476a-b184-4b88-983a-46868ad33daf", CellID->2135167160], -Cell[39161, 1018, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5e3a315-f75f-44ef-9d3c-f8371a589f3e", +Cell[39182, 1020, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5e3a315-f75f-44ef-9d3c-f8371a589f3e", CellID->1194386356], -Cell[39383, 1024, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"811fa3dc-b4a5-43b7-8209-66e9ab5610d9", +Cell[39404, 1026, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"811fa3dc-b4a5-43b7-8209-66e9ab5610d9", CellID->1641706272], -Cell[39598, 1029, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae7fb4e5-c1ec-42b9-95e1-78c2e243c3d9", +Cell[39619, 1031, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae7fb4e5-c1ec-42b9-95e1-78c2e243c3d9", CellID->399251956], -Cell[39827, 1035, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2b413e49-68ab-4da9-8294-542933a10add", +Cell[39848, 1037, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2b413e49-68ab-4da9-8294-542933a10add", CellID->821434655] }, Open ]], -Cell[40064, 1041, 78, 0, 70, "FooterCell",ExpressionUUID->"900a1aa4-f387-49ce-b5ba-d26382134876"] +Cell[40085, 1043, 78, 0, 70, "FooterCell",ExpressionUUID->"b7b55c00-fe2d-4c3b-b0a4-60f2a8cbb541"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreKernel.nb b/Documentation/English/ReferencePages/Symbols/PreKernel.nb index 2de51a0..177bd47 100644 --- a/Documentation/English/ReferencePages/Symbols/PreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/PreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51667, 1326] -NotebookOptionsPosition[ 41486, 1131] -NotebookOutlinePosition[ 44206, 1193] -CellTagsIndexPosition[ 44120, 1188] +NotebookDataLength[ 51662, 1325] +NotebookOptionsPosition[ 41497, 1132] +NotebookOutlinePosition[ 44234, 1194] +CellTagsIndexPosition[ 44148, 1189] WindowTitle->PreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9bc5f788-5a34-4edb-bf94-4356dcf1c2c8"], + "aa255161-dca6-4ec3-9ce0-dbe3cc18b526"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "20353f13-9cd7-4259-ac6d-b5b79fdb324c"], + "a242297b-2caa-4c05-a049-829f11396abb"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "07c38a0d-c315-4c14-82af-0dc1040b527a"] - }],ExpressionUUID->"65e527f0-cc3f-4644-9829-b7fff2688de1"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "e16ba5cd-2f74-475a-a16b-ffa760baed7b"] + }],ExpressionUUID->"acfaddbe-62cc-4e14-aa29-449e33d3ff5e"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "92ff986d-acff-4f08-9673-2b50abacb40c"], + "294750b3-b9c4-4d67-86ad-883d043bbbe2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5cbbcb81-540f-4d82-8e69-5a9f521ef5e8"] - }],ExpressionUUID->"55596c66-04d2-4577-a190-343af6fd1341"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "338ac0e2-120f-4e90-b965-a767a0562e4c"] + }],ExpressionUUID->"c373fd5c-7ac8-4fa9-97e3-e56eac612e87"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "12e6a473-0e8e-40e5-82ca-7c49dfe404ba"], + "1c23770d-3540-48b2-91ac-ea1ac8f2ca59"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "056e774c-0569-4e63-a1dd-e5d6c15a4d51"] - }],ExpressionUUID->"c479a37d-d4de-496d-9de7-9a0d202f381b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e1d588f1-e70d-404c-82b5-68e81e9b6dc8"] + }],ExpressionUUID->"429225e3-602a-4b6e-8449-a516c1d28b41"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ec969ce4-4b84-4b92-9f9c-e6ac1b3fdd47"], + "748f7bfd-9c8d-411d-a6e5-a43548981605"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ee64c02-5262-40cc-90c2-d9db132dbceb"] - }],ExpressionUUID->"07fa01a1-5450-4cf2-bce9-677412d07ae7"], - StripOnInput->False], {"\<\"TUG/ref/PreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PreKernel.\ + "c9cf3958-f545-4e29-8b5f-d668f20c8cb3"] + }],ExpressionUUID->"b080fa01-35e8-41f4-901b-c055a59175ba"], + StripOnInput->False],{ + "\"TUG/ref/PreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PreKernel.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$154798], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreKernel" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$167898], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bd39b779-83e4-4f2c-bb16-6e5ca4a4a738"] + "77429aed-189a-4fce-885d-a364ae9416a4"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7bca6662-266b-413e-ada4-f8f885b83ab2"]} + "0ef1a0a1-9b33-480e-bffc-7f04feddebae"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3904e7ec-d597-4f5e-a902-212f415e6fed"], + CellID->1,ExpressionUUID->"63e3c4cc-0817-4df3-9b12-bdf145d7b31b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d9641f62-bfee-403d-9c17-36eafcba9a2b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a6034bf6-3db7-4833-9e21-f10ae649a271"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreKernel", "ObjectName",ExpressionUUID-> - "09e2ee99-8cdd-405b-bd9f-f5aa219f7eee"], + "3c2c4804-42b2-4401-9e0f-bc7a4f600b9f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7394e96f-32c6-4ddf-932c-bc065309ada4"], + "Spacer1"]],ExpressionUUID->"1de47075-3614-4f9b-841d-e02f65bb29c9"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "92783981-93e0-4e5e-9db1-abacf4725cd3"] - }],ExpressionUUID->"c8653625-0be5-47b0-9da3-94f3ebfe8f79"], Cell[BoxData[ + "426bb895-d914-43ca-9ad3-4147f4ae1500"] + }],ExpressionUUID->"55bcf427-6400-43ae-aab8-cfd864a60cda"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f055078a-c76e-41c1-aed4-9a040741bf6b"]} + "907d6dbf-e175-46d6-a3ac-785c163f8bdc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"08b91073-b6a6-4cf8-8f9c-28f11dc15faa"], + CacheGraphics->False,ExpressionUUID->"c0c90af6-ef42-47ec-aad1-d8c9cf746740"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on Algorithm 8.2.1 of Meinhardt (2013)." - }],ExpressionUUID->"04fb7995-1630-49ca-b9ae-7179d1572a5f"]}, + }],ExpressionUUID->"00ab400d-9974-4656-bba1-98f6a6c28ff3"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernel", "[", @@ -252,7 +256,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"7e64c7c9-ab57-4c29-883b-aa0264cc404c"]}, + }],ExpressionUUID->"f425ab03-8125-4464-a9d8-bf831a74b4da"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernel", "[", @@ -265,7 +269,7 @@ coalitions can be changed through ", FontSlant->"Italic"], " to find a different pre-kernel element from the same internal starting \ point." - }],ExpressionUUID->"5021490a-ac5d-4986-8d9e-84cf84c9781d"]}, + }],ExpressionUUID->"b4fb6e36-7e8a-47b4-9ba9-7e12d0bd5622"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernel", "[", @@ -282,7 +286,7 @@ smallest to largest through ", StyleBox["SmallestCardinality -> False", FontSlant->"Italic"], "." - }],ExpressionUUID->"fc1bf5dc-6955-4ab1-95cc-14d2537463ae"]} + }],ExpressionUUID->"ff9f48da-380e-463f-8d78-3a6e851142e6"]} }]], "Usage", CellID->1344615626,ExpressionUUID->"a218fabd-1cb1-40f4-8e4c-795a5ebb451f"] }, Open ]], @@ -315,12 +319,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1ea8cd8c-4659-4b3c-9d12-9f42ea4b155a"], + ExpressionUUID->"287b72c1-0eda-4df8-8f37-d447e8cdb20a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"027bbb7d-2dc8-4930-a701-98a7f05c8d9d"], + "Spacer1"]],ExpressionUUID->"858d7b5f-6f46-4f01-a52d-f7e1b2089437"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"57a7c3d7-a167-4fd7-bae8-b5b57c4aefaf"], + }], "NotesFrameText",ExpressionUUID->"77c76dbf-69f9-42b1-9b08-4cf865bcb865"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -331,12 +335,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"68aab057-c992-4bd4-af03-1ba3bc8ddb84"]], \ + "Preemptive"]],ExpressionUUID->"cadac304-e905-4a8a-ba5f-e76dd2fc9f1b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->601705241,ExpressionUUID->"bbe6d8b4-00fc-4660-8f06-c10d49149d28"], + CellID->1918279951,ExpressionUUID->"4c40eb46-2cb4-49e3-be5c-88cd7e0c988a"], Cell[TextData[{ "The input expression ", @@ -406,7 +410,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b806917a-0555-41ef-aa39-f2d753fc27cd"], + "3191c9c7-97cd-4736-928b-c4772dd9e259"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -416,7 +420,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"af0bee31-74aa-4d73-9a9c-6e9afd51b641"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ee0843e5-0d42-4df9-acc2-10e0b468bfeb"], + "d549fe40-c34e-4444-9bcb-b35a3d51c5ef"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -426,7 +430,7 @@ Cell[BoxData[GridBox[{ "computes the pre-kernel instead of the anti pre-kernel.", "TableText", ExpressionUUID->"ccdb32d2-b356-4de9-a265-e396e978790a"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1e178703-edaf-4742-a891-5e0abb35ef5e"], + "2fab9077-46a2-4a73-ae8d-13ebae3e0ea8"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -437,7 +441,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"317f5bd3-47df-4f87-9385-e01fae40f5d5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "af0bb63b-ffcb-4b21-bae6-268a0c2dd283"], + "0d66132a-d1ed-48bb-8038-a1846fe372ff"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -552,19 +556,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"45cb2de9-ce62-4ff9-af9c-1f6dd3ed54bb"], + ExpressionUUID->"4c8285df-b7ee-40d8-8529-74f4e544576a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"94ebed77-c28a-4faa-a4cf-2140100550a1"], + "Spacer1"]],ExpressionUUID->"0e7307fc-9992-4297-9a67-d2201ebee5e2"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6d88454e-095d-4383-a600-72819bea1aa9"] + "fbf3ce6d-9c0f-4e58-b1c4-5a4c895929ef"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1195054099,ExpressionUUID->"9648c659-6eeb-477f-b11a-60a57d01928f"], + CellID->291979433,ExpressionUUID->"35d90c7a-fbfd-4245-850d-9f9de6b18eaf"], Cell[CellGroupData[{ @@ -593,18 +597,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6abd4548-6aa9-4028-8fca-bd5d03e8beeb"], + ExpressionUUID->"f12c84fc-2825-4b21-9178-1fe294a636e6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14a9aec1-b3be-483a-9435-f1142aaed60c"], + "Spacer1"]],ExpressionUUID->"ed36a9f5-52c8-42f4-977f-b4cec4578090"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f6ccd024-ea43-4c50-8e7b-95d128c81217"] + "2d887b36-1f8f-4187-ad09-6a1fb2e23bee"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->742261797,ExpressionUUID->"6e98624e-da13-4467-b443-cb5f9da65d82"], + CellID->285856226,ExpressionUUID->"287bb4b6-1748-4202-a5d3-33ebb4bc85e3"], Cell["Loading the package:", "ExampleText", CellID->2055542356,ExpressionUUID->"8c0f166b-71bc-48c1-acd9-77f184ad28ae"], @@ -833,8 +837,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -982,15 +984,15 @@ Cell[BoxData[GridBox[{ "09d0773c-c845-4414-a3e9-2d553283d126"] }], "SeeAlso",ExpressionUUID->"5f19189d-6938-4f04-96be-6ace87b4ca5e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9f1f0c01-570f-4244-8574-\ -d4b53f8e42b8"], + }]], "SeeAlsoSection",ExpressionUUID->"9c55fdf1-60f0-437c-a24f-\ +aabc4f1a1ba1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1002,9 +1004,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4e11152b-c3ea-4aea-bd6d-5f7a2ca0a92d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"386d450a-c569-4bdd-a470-\ -e35609e539c6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e53886bd-c5cc-4f3d-8add-\ +816609c2ad0d"], Cell[BoxData[GridBox[{ { @@ -1021,7 +1022,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b85d7aef-ee2d-409a-9e61-287259d497e7"]}]}, + "3d8f14e9-7132-410f-8049-71c7cc010cad"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1029,10 +1030,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f07e3f91-73d3-49c8-8e78-dd9fd11f4626"]}]} + "c1408129-658d-447c-9e92-7713aa5055fb"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b805293a-b197-4bde-8eb2-\ -4e8f925fd2f1"], + }]], "MoreAboutSection",ExpressionUUID->"4afd628f-448e-408c-b5d8-\ +6b579f40f95b"], Cell[BoxData[GridBox[{ { @@ -1059,7 +1060,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ad18cad4-1cc6-4cff-84a4-a76cee2ed807"]], "RelatedLinks", + "5936cc27-0d66-4520-be79-df9044cf9240"]], "RelatedLinks", ExpressionUUID->"dac923db-4bf7-4168-a829-90a28bb967cd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1076,7 +1077,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a687ac0b-06d8-4cf0-9099-4f67ae69e06d"]], "RelatedLinks", + "deb0ba02-730b-48db-b936-82ba6882273d"]], "RelatedLinks", ExpressionUUID->"f0e02bcf-0bf9-467a-8fb4-72269e264ce0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1093,11 +1094,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "503bb2fa-d474-48ab-a42a-f7ce905c397a"]], "RelatedLinks", + "c9852a9f-9dee-4868-8e38-9beb81cba065"]], "RelatedLinks", ExpressionUUID->"f0bbd036-f4f5-469a-bf0f-3c93a37e9c7d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d9e25a3c-30e2-402d-a7d7-\ -62182e260a70"], + }]], "RelatedLinksSection",ExpressionUUID->"37b0de00-3370-4e90-be47-\ +8cf48a6fa321"], Cell[CellGroupData[{ @@ -1127,11 +1128,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a585b865-a165-48fd-8f49-7abfa77895df"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"008f03d4-7393-416b-92cb-2bc88e438835"] +Cell[" ", "FooterCell",ExpressionUUID->"111c599b-af1d-422e-acce-d59910574680"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreKernel", TaggingRules->{ @@ -1142,7 +1143,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 38.581801}", + "built" -> "{2024, 6, 3, 16, 54, 58.732383}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1158,10 +1159,10 @@ the cardinality of the set of lexicographically largest most effective \ coalitions a further pre-kernel element can be found while setting smallest \ to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PreKernel", "titlemodifier" -> "", - "windowtitle" -> "PreKernel", "type" -> "Symbol", "uri" -> - "TUG/ref/PreKernel"}}, + "metadescription" -> "", "windowtitle" -> "PreKernel", "type" -> "Symbol", + "uri" -> "TUG/ref/PreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1170,9 +1171,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e3bf0485-bf8a-4d5c-ad3a-48c8c18e1118" +ExpressionUUID->"baa10b22-7c9f-486c-bfb6-81386b31df11" ] (* End of Notebook Content *) @@ -1180,154 +1181,152 @@ ExpressionUUID->"e3bf0485-bf8a-4d5c-ad3a-48c8c18e1118" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[20337, 529, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9648c659-6eeb-477f-b11a-60a57d01928f", + Cell[20383, 533, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"35d90c7a-fbfd-4245-850d-9f9de6b18eaf", CellTags->"PrimaryExamplesSection", - CellID->1195054099]} + CellID->291979433]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43919, 1181} + {"PrimaryExamplesSection", 43948, 1182} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7106, 168, 56, "AnchorBarGrid",ExpressionUUID->"3904e7ec-d597-4f5e-a902-212f415e6fed", +Cell[581, 21, 7151, 172, 57, "AnchorBarGrid",ExpressionUUID->"63e3c4cc-0817-4df3-9b12-bdf145d7b31b", CellID->1], -Cell[7690, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d9641f62-bfee-403d-9c17-36eafcba9a2b"], +Cell[7735, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a6034bf6-3db7-4833-9e21-f10ae649a271"], Cell[CellGroupData[{ -Cell[7801, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"08b91073-b6a6-4cf8-8f9c-28f11dc15faa"], -Cell[9087, 232, 2332, 54, 383, "Usage",ExpressionUUID->"a218fabd-1cb1-40f4-8e4c-795a5ebb451f", +Cell[7846, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"c0c90af6-ef42-47ec-aad1-d8c9cf746740"], +Cell[9132, 236, 2332, 54, 381, "Usage",ExpressionUUID->"a218fabd-1cb1-40f4-8e4c-795a5ebb451f", CellID->1344615626] }, Open ]], Cell[CellGroupData[{ -Cell[11456, 291, 1894, 47, 37, "NotesSection",ExpressionUUID->"bbe6d8b4-00fc-4660-8f06-c10d49149d28", +Cell[11501, 295, 1895, 47, 37, "NotesSection",ExpressionUUID->"4c40eb46-2cb4-49e3-be5c-88cd7e0c988a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->601705241], -Cell[13353, 340, 762, 19, 57, "]]",ExpressionUUID->"f0a45002-2e44-4b5a-bf9b-12b1196f65c0"], -Cell[14118, 361, 489, 12, 37, "Notes",ExpressionUUID->"afa61aba-0f97-4c67-9e6d-bc5e4e0f4c57", + CellID->1918279951], +Cell[13399, 344, 762, 19, 57, "]]",ExpressionUUID->"f0a45002-2e44-4b5a-bf9b-12b1196f65c0"], +Cell[14164, 365, 489, 12, 38, "Notes",ExpressionUUID->"afa61aba-0f97-4c67-9e6d-bc5e4e0f4c57", CellID->177724765], -Cell[14610, 375, 172, 3, 36, "Notes",ExpressionUUID->"f836d0f5-4011-4099-a66b-6eb1c7b18bd9", +Cell[14656, 379, 172, 3, 36, "Notes",ExpressionUUID->"f836d0f5-4011-4099-a66b-6eb1c7b18bd9", CellID->1196604587], -Cell[14785, 380, 617, 11, 99, "Notes",ExpressionUUID->"d15155ec-e9a4-41a8-bfdc-fc1efdfcbf4d", +Cell[14831, 384, 617, 11, 99, "Notes",ExpressionUUID->"d15155ec-e9a4-41a8-bfdc-fc1efdfcbf4d", CellID->1489744222], -Cell[15405, 393, 324, 5, 57, "Notes",ExpressionUUID->"fa7f233a-2bf9-4dbf-a93c-89a77b2d17c1", +Cell[15451, 397, 324, 5, 57, "Notes",ExpressionUUID->"fa7f233a-2bf9-4dbf-a93c-89a77b2d17c1", CellID->838505745], -Cell[15732, 400, 267, 4, 70, "Notes",ExpressionUUID->"d270f9fd-1a81-4df7-a06e-77eec8976831", +Cell[15778, 404, 267, 4, 70, "Notes",ExpressionUUID->"d270f9fd-1a81-4df7-a06e-77eec8976831", CellID->13178], -Cell[16002, 406, 2138, 51, 70, "3ColumnTableMod",ExpressionUUID->"4cf463b7-5381-42d2-b705-b5ff44b1dceb", +Cell[16048, 410, 2138, 51, 70, "3ColumnTableMod",ExpressionUUID->"4cf463b7-5381-42d2-b705-b5ff44b1dceb", CellID->11156], -Cell[18143, 459, 528, 14, 70, "Notes",ExpressionUUID->"446dc3a4-cbb2-4c03-81bb-d662847d45aa", +Cell[18189, 463, 528, 14, 70, "Notes",ExpressionUUID->"446dc3a4-cbb2-4c03-81bb-d662847d45aa", CellID->2041037989], -Cell[18674, 475, 493, 14, 70, "Notes",ExpressionUUID->"0c6df07f-b377-4899-a9f0-c1de7fb54494", +Cell[18720, 479, 493, 14, 70, "Notes",ExpressionUUID->"0c6df07f-b377-4899-a9f0-c1de7fb54494", CellID->17859], -Cell[19170, 491, 571, 17, 70, "Notes",ExpressionUUID->"07b5a0c7-6804-438a-947c-429a682383a4", +Cell[19216, 495, 571, 17, 70, "Notes",ExpressionUUID->"07b5a0c7-6804-438a-947c-429a682383a4", CellID->900904482], -Cell[19744, 510, 466, 13, 70, "Notes",ExpressionUUID->"ea312b91-0c87-4025-a316-9efdd641ce8e", +Cell[19790, 514, 466, 13, 70, "Notes",ExpressionUUID->"ea312b91-0c87-4025-a316-9efdd641ce8e", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[20337, 529, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9648c659-6eeb-477f-b11a-60a57d01928f", +Cell[20383, 533, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"35d90c7a-fbfd-4245-850d-9f9de6b18eaf", CellTags->"PrimaryExamplesSection", - CellID->1195054099], + CellID->291979433], Cell[CellGroupData[{ -Cell[21783, 570, 1398, 36, 70, "ExampleSection",ExpressionUUID->"6e98624e-da13-4467-b443-cb5f9da65d82", - CellID->742261797], -Cell[23184, 608, 119, 1, 70, "ExampleText",ExpressionUUID->"8c0f166b-71bc-48c1-acd9-77f184ad28ae", +Cell[21828, 574, 1398, 36, 70, "ExampleSection",ExpressionUUID->"287bb4b6-1748-4202-a5d3-33ebb4bc85e3", + CellID->285856226], +Cell[23229, 612, 119, 1, 70, "ExampleText",ExpressionUUID->"8c0f166b-71bc-48c1-acd9-77f184ad28ae", CellID->2055542356], Cell[CellGroupData[{ -Cell[23328, 613, 168, 3, 70, "Input",ExpressionUUID->"81f2fa14-8a8a-4c7e-b51c-8456aee35485", +Cell[23373, 617, 168, 3, 70, "Input",ExpressionUUID->"81f2fa14-8a8a-4c7e-b51c-8456aee35485", CellID->1737160106], Cell[CellGroupData[{ -Cell[23521, 620, 235, 4, 70, "Print",ExpressionUUID->"359208a4-d0be-4542-9e8b-dd7b9603b209", +Cell[23566, 624, 235, 4, 70, "Print",ExpressionUUID->"359208a4-d0be-4542-9e8b-dd7b9603b209", CellID->245307138], -Cell[23759, 626, 365, 8, 70, "Print",ExpressionUUID->"a5064fd8-060e-477d-9921-487bc6fedf6b", +Cell[23804, 630, 365, 8, 70, "Print",ExpressionUUID->"a5064fd8-060e-477d-9921-487bc6fedf6b", CellID->1471637348], -Cell[24127, 636, 235, 4, 70, "Print",ExpressionUUID->"d887179f-527a-408c-9244-b1b7347feb65", +Cell[24172, 640, 235, 4, 70, "Print",ExpressionUUID->"d887179f-527a-408c-9244-b1b7347feb65", CellID->828204630], -Cell[24365, 642, 219, 3, 70, "Print",ExpressionUUID->"300c25cd-3984-4d5d-aaef-d0fc3c6cea53", +Cell[24410, 646, 219, 3, 70, "Print",ExpressionUUID->"300c25cd-3984-4d5d-aaef-d0fc3c6cea53", CellID->915788056], -Cell[24587, 647, 205, 3, 70, "Print",ExpressionUUID->"1013b358-a94c-47cf-8b5c-37691e452b81", +Cell[24632, 651, 205, 3, 70, "Print",ExpressionUUID->"1013b358-a94c-47cf-8b5c-37691e452b81", CellID->34558276], -Cell[24795, 652, 236, 4, 70, "Print",ExpressionUUID->"4b37dd73-977b-4a62-a90d-21d28951481f", +Cell[24840, 656, 236, 4, 70, "Print",ExpressionUUID->"4b37dd73-977b-4a62-a90d-21d28951481f", CellID->592714317], -Cell[25034, 658, 218, 3, 70, "Print",ExpressionUUID->"da4db830-ffc4-477f-9407-fd2d4afd7e60", +Cell[25079, 662, 218, 3, 70, "Print",ExpressionUUID->"da4db830-ffc4-477f-9407-fd2d4afd7e60", CellID->97091115], -Cell[25255, 663, 235, 4, 70, "Print",ExpressionUUID->"b913c83c-8189-419a-b8a7-3c46aa54cbd1", +Cell[25300, 667, 235, 4, 70, "Print",ExpressionUUID->"b913c83c-8189-419a-b8a7-3c46aa54cbd1", CellID->600282632], -Cell[25493, 669, 235, 4, 70, "Print",ExpressionUUID->"53d2641a-c186-4a1b-be0c-331ce41b9289", +Cell[25538, 673, 235, 4, 70, "Print",ExpressionUUID->"53d2641a-c186-4a1b-be0c-331ce41b9289", CellID->945313173], -Cell[25731, 675, 207, 3, 70, "Print",ExpressionUUID->"1690c578-1876-4bc4-97a9-8a2da999f8fe", +Cell[25776, 679, 207, 3, 70, "Print",ExpressionUUID->"1690c578-1876-4bc4-97a9-8a2da999f8fe", CellID->1987258890], -Cell[25941, 680, 235, 4, 70, "Print",ExpressionUUID->"0a6607bc-597f-467d-a748-089ff4f495ed", +Cell[25986, 684, 235, 4, 70, "Print",ExpressionUUID->"0a6607bc-597f-467d-a748-089ff4f495ed", CellID->953657273] }, Open ]] }, Open ]], -Cell[26203, 688, 137, 1, 70, "ExampleText",ExpressionUUID->"7b9a5fb1-3f8f-45a9-9618-9594e0f9d9e0", +Cell[26248, 692, 137, 1, 70, "ExampleText",ExpressionUUID->"7b9a5fb1-3f8f-45a9-9618-9594e0f9d9e0", CellID->1423642096], -Cell[26343, 691, 234, 6, 70, "Input",ExpressionUUID->"8fa77e6a-7bba-43bf-91f0-218453e6ca86", +Cell[26388, 695, 234, 6, 70, "Input",ExpressionUUID->"8fa77e6a-7bba-43bf-91f0-218453e6ca86", CellID->729054256], -Cell[26580, 699, 380, 9, 70, "Input",ExpressionUUID->"93b6e618-29f3-4787-a260-8704887eed15", +Cell[26625, 703, 380, 9, 70, "Input",ExpressionUUID->"93b6e618-29f3-4787-a260-8704887eed15", CellID->905819969], -Cell[26963, 710, 238, 6, 70, "Input",ExpressionUUID->"69117f75-d510-4120-ab1a-286723a168d5", +Cell[27008, 714, 238, 6, 70, "Input",ExpressionUUID->"69117f75-d510-4120-ab1a-286723a168d5", CellID->1944293015], -Cell[27204, 718, 191, 4, 70, "ExampleText",ExpressionUUID->"db435718-093b-4ade-acf0-260f795be31a", +Cell[27249, 722, 191, 4, 70, "ExampleText",ExpressionUUID->"db435718-093b-4ade-acf0-260f795be31a", CellID->1054846734], Cell[CellGroupData[{ -Cell[27420, 726, 166, 3, 70, "Input",ExpressionUUID->"44bb5997-7191-43ef-9fe1-f103805a66cc", +Cell[27465, 730, 166, 3, 70, "Input",ExpressionUUID->"44bb5997-7191-43ef-9fe1-f103805a66cc", CellID->429065192], -Cell[27589, 731, 428, 10, 51, "Output",ExpressionUUID->"2635b421-875a-4b25-bf20-c56808dcf72a", +Cell[27634, 735, 428, 10, 50, "Output",ExpressionUUID->"2635b421-875a-4b25-bf20-c56808dcf72a", CellID->1181156648] }, Open ]], -Cell[28032, 744, 139, 1, 70, "ExampleText",ExpressionUUID->"247c189e-1b80-49e0-b5d6-2836c42280e8", +Cell[28077, 748, 139, 1, 70, "ExampleText",ExpressionUUID->"247c189e-1b80-49e0-b5d6-2836c42280e8", CellID->1561383179], Cell[CellGroupData[{ -Cell[28196, 749, 167, 3, 70, "Input",ExpressionUUID->"b60134f2-8d45-4319-997c-2a1881337684", +Cell[28241, 753, 167, 3, 70, "Input",ExpressionUUID->"b60134f2-8d45-4319-997c-2a1881337684", CellID->1014358634], -Cell[28366, 754, 269, 7, 51, "Output",ExpressionUUID->"2efa4e7d-a875-44fd-b0e3-b0ef637d8624", +Cell[28411, 758, 269, 7, 50, "Output",ExpressionUUID->"2efa4e7d-a875-44fd-b0e3-b0ef637d8624", CellID->2067823956] }, Open ]], -Cell[28650, 764, 229, 4, 70, "ExampleText",ExpressionUUID->"2fe8b9b4-585f-4fbe-8ae1-b0ec45e76a85", +Cell[28695, 768, 229, 4, 70, "ExampleText",ExpressionUUID->"2fe8b9b4-585f-4fbe-8ae1-b0ec45e76a85", CellID->912452255], Cell[CellGroupData[{ -Cell[28904, 772, 242, 5, 70, "Input",ExpressionUUID->"beaed9b6-1950-47bd-8746-eecf2930affb", +Cell[28949, 776, 242, 5, 70, "Input",ExpressionUUID->"beaed9b6-1950-47bd-8746-eecf2930affb", CellID->1496245171], -Cell[29149, 779, 269, 7, 51, "Output",ExpressionUUID->"a906945e-f100-4a31-af0c-97ce12d0a217", +Cell[29194, 783, 269, 7, 50, "Output",ExpressionUUID->"a906945e-f100-4a31-af0c-97ce12d0a217", CellID->2126028546] }, Open ]], -Cell[29433, 789, 195, 4, 70, "ExampleText",ExpressionUUID->"9ecf6f94-7573-44b2-a8e9-4b163ab4f900", +Cell[29478, 793, 195, 4, 70, "ExampleText",ExpressionUUID->"9ecf6f94-7573-44b2-a8e9-4b163ab4f900", CellID->1738328604], -Cell[29631, 795, 312, 9, 70, "Input",ExpressionUUID->"c7ec682e-0d92-456a-8c0c-cb32f927ae52", +Cell[29676, 799, 312, 9, 70, "Input",ExpressionUUID->"c7ec682e-0d92-456a-8c0c-cb32f927ae52", CellID->105712861], -Cell[29946, 806, 181, 3, 70, "ExampleText",ExpressionUUID->"b0c99eaf-de42-494e-83d4-e7a38d2461a1", +Cell[29991, 810, 181, 3, 70, "ExampleText",ExpressionUUID->"b0c99eaf-de42-494e-83d4-e7a38d2461a1", CellID->1200691204], Cell[CellGroupData[{ -Cell[30152, 813, 192, 4, 70, "Input",ExpressionUUID->"83c811f2-ef86-4caf-83e2-02f668027961", +Cell[30197, 817, 192, 4, 70, "Input",ExpressionUUID->"83c811f2-ef86-4caf-83e2-02f668027961", CellID->111246853], -Cell[30347, 819, 269, 7, 51, "Output",ExpressionUUID->"c17ba542-1575-45db-9317-923198416763", +Cell[30392, 823, 269, 7, 50, "Output",ExpressionUUID->"c17ba542-1575-45db-9317-923198416763", CellID->1357810219] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30903, 839, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"9c55fdf1-60f0-437c-a24f-aabc4f1a1ba1"], +Cell[36397, 989, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e53886bd-c5cc-4f3d-8add-816609c2ad0d"], +Cell[37070, 1009, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4afd628f-448e-408c-b5d8-6b579f40f95b"], +Cell[38106, 1037, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"37b0de00-3370-4e90-be47-8cf48a6fa321"], Cell[CellGroupData[{ -Cell[30880, 837, 5491, 148, 70, "SeeAlsoSection",ExpressionUUID->"9f1f0c01-570f-4244-8574-d4b53f8e42b8"], -Cell[36374, 987, 670, 18, 70, "TechNotesSection",ExpressionUUID->"386d450a-c569-4bdd-a470-e35609e539c6"] -}, Open ]], -Cell[37059, 1008, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b805293a-b197-4bde-8eb2-4e8f925fd2f1"], -Cell[38095, 1036, 2241, 63, 70, "RelatedLinksSection",ExpressionUUID->"d9e25a3c-30e2-402d-a7d7-62182e260a70"], -Cell[CellGroupData[{ -Cell[40361, 1103, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"89df4c2a-074f-4f20-89d0-31a9f1c5b7b0", +Cell[40372, 1104, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"89df4c2a-074f-4f20-89d0-31a9f1c5b7b0", CellID->906383680], -Cell[40501, 1106, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a490e112-5bb1-44cf-a138-11ffb9bb3e37", +Cell[40512, 1107, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a490e112-5bb1-44cf-a138-11ffb9bb3e37", CellID->1194386356], -Cell[40723, 1112, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c78359a-46aa-46ce-89ff-856300399568", +Cell[40734, 1113, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2c78359a-46aa-46ce-89ff-856300399568", CellID->1641706272], -Cell[40938, 1117, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb2df186-74f5-41c2-8919-6939f02541c1", +Cell[40949, 1118, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb2df186-74f5-41c2-8919-6939f02541c1", CellID->399251956], -Cell[41167, 1123, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a585b865-a165-48fd-8f49-7abfa77895df", +Cell[41178, 1124, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a585b865-a165-48fd-8f49-7abfa77895df", CellID->821434655] }, Open ]], -Cell[41404, 1129, 78, 0, 70, "FooterCell",ExpressionUUID->"008f03d4-7393-416b-92cb-2bc88e438835"] +Cell[41415, 1130, 78, 0, 70, "FooterCell",ExpressionUUID->"111c599b-af1d-422e-acce-d59910574680"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreKernelElement.nb b/Documentation/English/ReferencePages/Symbols/PreKernelElement.nb index f568406..04118a7 100644 --- a/Documentation/English/ReferencePages/Symbols/PreKernelElement.nb +++ b/Documentation/English/ReferencePages/Symbols/PreKernelElement.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 53238, 1363] -NotebookOptionsPosition[ 42705, 1162] -NotebookOutlinePosition[ 45515, 1225] -CellTagsIndexPosition[ 45429, 1220] +NotebookDataLength[ 53234, 1363] +NotebookOptionsPosition[ 42715, 1163] +NotebookOutlinePosition[ 45546, 1227] +CellTagsIndexPosition[ 45460, 1222] WindowTitle->PreKernelElement WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "89f8aa18-7f8d-44e9-9890-954e3e61e296"], + "7ce6467d-7078-4b8a-b669-61bf81965abc"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "85429209-8eba-4644-bcad-4b7a971ef5f1"], + "33cbd2d4-c821-4d4e-a09b-4558c3a2b1b9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c663eb2d-53a8-41a9-936c-e288a5e391ae"] - }],ExpressionUUID->"41f85435-ed9b-4cca-a283-22e54bade1fa"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "5b1e9def-612d-4d65-b08d-879612b6a1b5"] + }],ExpressionUUID->"7eb1f245-1a86-4f7f-8607-ad4affddef9e"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "20f78470-0474-4e9f-97e6-846630ce89a2"], + "34166573-9c48-41ed-86f5-754a9d88506b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b216cbbe-d07f-43b7-8130-d97db28c53ec"] - }],ExpressionUUID->"66220fbc-1557-44b1-b83e-a292177f1eea"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2cc88110-b33b-410c-9f22-d82aec98545b"] + }],ExpressionUUID->"fc625bfb-2ccc-407d-9981-1e6133187041"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c115646e-0640-4899-afff-102059154687"], + "638ae59b-685b-40d8-a1f9-9faab38f5562"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "945b95e9-1f0f-4a17-997e-2e1a21e97b18"] - }],ExpressionUUID->"3920c64a-0dfd-48cc-a04d-61d69af61ddc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ab464d65-6274-4711-8013-776a7609b3a4"] + }],ExpressionUUID->"b2e372e6-6d50-4d93-a585-f7b8378ead46"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b283e6e-fbea-4903-9b4d-56dab17bb2b1"], + "11cdf9de-0657-4aed-bda6-0453de421e77"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "34d4e1e6-58c7-455c-a0d5-dacd1d1710bd"] - }],ExpressionUUID->"11c3a991-d427-4765-a18a-214fa1e3b862"], - StripOnInput->False], {"\<\"TUG/ref/PreKernelElement\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreKernelElement"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6abd82cb-7659-4e4c-a904-aca438af4e13"] + }],ExpressionUUID->"0c9a7a5a-1491-4587-a521-04ee6cc6da84"], + StripOnInput->False],{ + "\"TUG/ref/PreKernelElement\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreKernelElement"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ PreKernelElement.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$153527], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreKernelElement" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$166559], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreKernelElement" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1df19c5c-0c58-4d35-a1b9-eb3af416922d"] + "aea39c75-977a-460e-ac1d-f0fb1603e388"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a1b5d084-14a7-4706-bfbf-23eb2818e48b"]} + "b764d013-0c90-4f88-a2d9-9febd0fcebe5"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"010158ae-9ecc-4d27-91b8-f64e3729384d"], + CellID->1,ExpressionUUID->"d3987aa6-3951-437e-a5ac-16e363a708f0"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"249b64bc-ca8b-4538-96d1-9d9e65b6f9ad"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1525c782-ae65-4723-8d62-cabd8a2aff72"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreKernelElement", "ObjectName",ExpressionUUID-> - "36820fea-b1ba-42b4-ad41-ccd6cddc1756"], + "15df33d0-22b3-4046-a538-1a9220133ead"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70541721-e1a6-4caf-8d56-fa9ecce8a7eb"], + "Spacer1"]],ExpressionUUID->"1f16663f-e13f-43e4-8bde-c5adc00b1ea7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "da262ca0-ce06-4ce4-bc84-5e197f4a5ea6"] - }],ExpressionUUID->"44f3850e-4581-46db-877b-58e2be94ca34"], Cell[BoxData[ + "c40afd99-f255-473b-ae41-ac6e50e8b952"] + }],ExpressionUUID->"f1b99eb0-998b-4a82-b7f8-70b75c333c93"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "16db6acf-b383-43fc-af0c-0d6d95e4f3c6"]} + "0b4d1a6e-3ed1-4afe-b4f7-c1e742559ff1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dd19e534-7927-43e3-911b-b26758fc1efd"], + CacheGraphics->False,ExpressionUUID->"cfe8d907-892c-42e0-9236-9f0b7595fcd6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on Algorithm 8.3.1 of Meinhardt (2013). " - }],ExpressionUUID->"7371bb1a-0dcc-4b48-b92f-2e8e46a808aa"]}, + }],ExpressionUUID->"0e30b470-5a09-4e92-b61e-22c6487bc04e"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelElement", "[", @@ -252,7 +256,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"71f738b8-bade-46db-a400-36a72cafed47"]}, + }],ExpressionUUID->"a2467ba9-41b3-4d06-8935-f6e4e1f06077"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelElement", "[", @@ -264,7 +268,7 @@ argument ", FontSlant->"Italic"], " to find a different pre-kernel element from the same internal starting \ point." - }],ExpressionUUID->"6b3e8fc2-13b3-4584-96af-bdb05e24bc39"]}, + }],ExpressionUUID->"a33c7166-942c-47b5-9905-6d7536b1ee82"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelElement", "[", @@ -276,7 +280,7 @@ method. Setting this allows to look on further pre-kernel elements through \ PreKernelElement[game,payoff, PseudoInv\[Rule]False]. In addition, the \ cardinality of the set of lexicographically most effective coalitions can be \ set to largest through SmallestCardinality -> False." - }],ExpressionUUID->"441d6977-a1eb-4155-9fae-11c70547d917"]} + }],ExpressionUUID->"c06ef398-a6f5-42c2-be4a-2c3e5206b9cf"]} }]], "Usage", CellID->1064605518,ExpressionUUID->"73cc0848-f818-4db1-a0b1-fb65993f8b8c"] }, Open ]], @@ -309,12 +313,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"860b0ffc-9932-4ad3-83a7-cac25a30acda"], + ExpressionUUID->"34e71f96-8915-4fb5-b697-a432d01b077a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d5bf7fd3-56c9-46f4-bc3e-cfce2ef11e67"], + "Spacer1"]],ExpressionUUID->"6a8accc8-517d-4b04-ab65-407a61654e64"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4d9818a1-a089-4759-8154-529d0f28f845"], + }], "NotesFrameText",ExpressionUUID->"0e243999-f705-49e1-91b3-01f32a41f4b4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -325,12 +329,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ff6b193d-26f0-4e78-9a05-507564b92bff"]], \ + "Preemptive"]],ExpressionUUID->"21adb7fd-7ddb-4013-a4bf-a17eddfef47d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1489364723,ExpressionUUID->"3d9c331a-46a4-48fe-8f43-5a85a75343cd"], + CellID->701774539,ExpressionUUID->"861d859d-b2aa-4cc9-9575-d19ddee5ad3b"], Cell[TextData[{ "The input expression ", @@ -402,7 +406,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b01fcb6a-c7ac-4089-aca4-cdf51978016e"], + "e4af27a6-47ed-46ff-ae40-0209604f8cbd"], TemplateBox[{ Cell[ TextData["CalcStepSize"]], "paclet:TUG/ref/CalcStepSize", @@ -412,7 +416,7 @@ Cell[BoxData[GridBox[{ "use an optimal internal computed step size. ", "TableText", ExpressionUUID->"c934818f-9d82-4de5-8ec1-cc83aca43b8b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "54c6ec06-5a38-4121-b788-d8758fec9b7d"], + "3fe78d14-a677-4b9e-af6c-59ade0ba149a"], TemplateBox[{ Cell[ TextData["PseudoInv"]], "paclet:TUG/ref/PseudoInv", @@ -429,7 +433,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "df8e152c-ca6d-4185-a98e-c90c6afe871c"], + "4123052d-718c-4460-8ce3-2ae4c3074101"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -439,7 +443,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"9704df82-c3f8-4e78-b61c-cb6c12c89a6d"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "7364ef8f-d6dc-43c4-b06a-f47d80a32494"], + "84dc2287-9743-4837-bc67-46e6c0964f72"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -450,7 +454,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"28ba1607-e43d-45cd-bb33-08b3300bdbc7"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f2340d7f-930c-48af-a073-53bc2b19e8bc"], + "88c63a87-f7e7-4c47-b9ed-e3283ba07416"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -580,19 +584,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"10eea252-2ab2-452b-b5e3-f595392a2e93"], + ExpressionUUID->"ceda83f1-6172-436e-82ab-3faaae8f17d3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a97ea0ee-dd1e-4874-98b7-43c6b3bf2798"], + "Spacer1"]],ExpressionUUID->"aa7ec879-32d2-4ff7-97b5-40edfd7ac192"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4069dd73-0134-46da-a62f-6c6a165026e8"] + "954414cf-f881-4b08-a0ff-b322a609daad"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1021878120,ExpressionUUID->"211967ca-0882-4b85-bc00-dce78f90f5dd"], + CellID->17736112,ExpressionUUID->"f67b4e34-d2ce-42fc-9741-124338c99857"], Cell[CellGroupData[{ @@ -621,18 +625,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d9b78bc-6ffd-48b7-b8f6-0f26a7c633cd"], + ExpressionUUID->"b75c6979-bc68-4a70-abfc-e75df2b043ac"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"23923356-d092-444c-bab0-8ddef21808cb"], + "Spacer1"]],ExpressionUUID->"1e274863-95b4-4b16-ad22-3c892925c6ce"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c5db763c-1262-40e8-8505-ef3e3a757347"] + "1c292f2b-8aec-42d3-9ead-4c0e0594653e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->345900389,ExpressionUUID->"c59e63bc-e2c3-4c16-89e7-aad0cbe16a87"], + CellID->1394190861,ExpressionUUID->"d6f33358-f697-4563-a440-9e18f7070690"], Cell["Loading the package:", "ExampleText", CellID->897873734,ExpressionUUID->"10eb7698-0df3-4e21-8bf0-e59c9e97845f"], @@ -864,8 +868,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1013,15 +1015,15 @@ Cell[BoxData[GridBox[{ "8f01dc5c-b79e-4b89-8822-0009cf0078c9"] }], "SeeAlso",ExpressionUUID->"bdfd5e2f-da7f-4166-a6f1-d5f4724f86e0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"42afdb16-9c7a-4e15-b077-\ -8ffef5dc8b7f"], + }]], "SeeAlsoSection",ExpressionUUID->"baa46246-9407-4f74-b6a7-\ +39319450fc19"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1033,9 +1035,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e3b2d323-85c9-4d9c-a5b4-17c22134e5de"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d2cbcabc-1736-4685-ac20-\ -44a226f9e51d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"13ff2118-6a8d-4ce7-a9da-\ +f726bab957e5"], Cell[BoxData[GridBox[{ { @@ -1052,7 +1053,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dd33be8b-1bab-402a-9954-98842a9ec7a9"]}]}, + "b91c52d8-4956-433f-b447-6fdb1c13ed25"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1060,10 +1061,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "704acb07-1ed8-4412-be25-6b7733e4a72c"]}]} + "8dc796f5-f114-4248-b390-1c8353c13773"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4bb3f834-35bd-478f-b91f-\ -59d9cf05fb2a"], + }]], "MoreAboutSection",ExpressionUUID->"d96898f7-4f96-4506-9d19-\ +085636145e05"], Cell[BoxData[GridBox[{ { @@ -1090,7 +1091,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f7d75795-918d-4f7a-85a9-689559c3b47e"]], "RelatedLinks", + "33f3f518-d84a-4d43-9063-0f4a4a7e6ab7"]], "RelatedLinks", ExpressionUUID->"2c42caa9-af41-4915-865b-4c8f588f0818"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1107,7 +1108,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "267ba5b4-a2b0-4a58-8c12-d9b9016873f4"]], "RelatedLinks", + "5203815a-2c95-44d5-97a3-8ffb65856e65"]], "RelatedLinks", ExpressionUUID->"7e8a4779-83b6-4bea-b849-8cbdab529936"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1124,11 +1125,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "65a7f308-1aec-4807-b20d-de69a935ae72"]], "RelatedLinks", + "134565f7-8ee0-4656-ba6d-328e21193e14"]], "RelatedLinks", ExpressionUUID->"5769963e-0da8-4f27-8733-cf0e9f1c937b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ec5f082e-ea56-4d17-aa61-\ -f56c9f001c7e"], + }]], "RelatedLinksSection",ExpressionUUID->"32392fff-b8ff-43d1-bd6c-\ +be979086a5e6"], Cell[CellGroupData[{ @@ -1158,11 +1159,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b61ab258-2957-4627-8d2d-3074602b1de5"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9ce6ffa4-b4e2-4157-81b2-5dc514aee197"] +Cell[" ", "FooterCell",ExpressionUUID->"62aa37aa-3e1e-47aa-b668-6298c9dbec49"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreKernelElement", TaggingRules->{ @@ -1173,7 +1174,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 35.590288}", + "built" -> "{2024, 6, 3, 16, 54, 57.191736}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1190,10 +1191,11 @@ elements through PreKernelElement[game,payoff, PseudoInv->False]. In \ addition, the cardinality of the set of lexicographically most effective \ coalitions can be set to largest through SmallestCardinality -> False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PreKernelElement", - "titlemodifier" -> "", "windowtitle" -> "PreKernelElement", "type" -> - "Symbol", "uri" -> "TUG/ref/PreKernelElement"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PreKernelElement", "type" -> "Symbol", "uri" -> + "TUG/ref/PreKernelElement"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1202,9 +1204,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f23519ae-6c14-4e21-9c6e-ebfb17f8b971" +ExpressionUUID->"491de1be-0f67-4aa1-9a1c-17ef0f7d4e36" ] (* End of Notebook Content *) @@ -1212,159 +1214,157 @@ ExpressionUUID->"f23519ae-6c14-4e21-9c6e-ebfb17f8b971" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[21542, 557, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"211967ca-0882-4b85-bc00-dce78f90f5dd", + Cell[21587, 561, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f67b4e34-d2ce-42fc-9741-124338c99857", CellTags->"PrimaryExamplesSection", - CellID->1021878120]} + CellID->17736112]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 45228, 1213} + {"PrimaryExamplesSection", 45261, 1215} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"010158ae-9ecc-4d27-91b8-f64e3729384d", +Cell[588, 21, 7167, 172, 57, "AnchorBarGrid",ExpressionUUID->"d3987aa6-3951-437e-a5ac-16e363a708f0", CellID->1], -Cell[7712, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"249b64bc-ca8b-4538-96d1-9d9e65b6f9ad"], +Cell[7758, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1525c782-ae65-4723-8d62-cabd8a2aff72"], Cell[CellGroupData[{ -Cell[7823, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"dd19e534-7927-43e3-911b-b26758fc1efd"], -Cell[9116, 232, 2277, 48, 404, "Usage",ExpressionUUID->"73cc0848-f818-4db1-a0b1-fb65993f8b8c", +Cell[7869, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"cfe8d907-892c-42e0-9236-9f0b7595fcd6"], +Cell[9162, 236, 2277, 48, 402, "Usage",ExpressionUUID->"73cc0848-f818-4db1-a0b1-fb65993f8b8c", CellID->1064605518] }, Open ]], Cell[CellGroupData[{ -Cell[11430, 285, 1895, 47, 37, "NotesSection",ExpressionUUID->"3d9c331a-46a4-48fe-8f43-5a85a75343cd", +Cell[11476, 289, 1894, 47, 37, "NotesSection",ExpressionUUID->"861d859d-b2aa-4cc9-9575-d19ddee5ad3b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1489364723], -Cell[13328, 334, 782, 20, 57, "]]",ExpressionUUID->"13d2c298-f0f3-4a48-ba43-2d9ec7b6e914", + CellID->701774539], +Cell[13373, 338, 782, 20, 57, "]]",ExpressionUUID->"13d2c298-f0f3-4a48-ba43-2d9ec7b6e914", CellID->313448337], -Cell[14113, 356, 489, 12, 37, "Notes",ExpressionUUID->"563f4404-6243-4c95-a121-00e1af185c4b", +Cell[14158, 360, 489, 12, 38, "Notes",ExpressionUUID->"563f4404-6243-4c95-a121-00e1af185c4b", CellID->177724765], -Cell[14605, 370, 172, 3, 36, "Notes",ExpressionUUID->"8cda2c1a-b02e-4f47-8d2d-4132242a2e3d", +Cell[14650, 374, 172, 3, 36, "Notes",ExpressionUUID->"8cda2c1a-b02e-4f47-8d2d-4132242a2e3d", CellID->1553505473], -Cell[14780, 375, 617, 11, 99, "Notes",ExpressionUUID->"fc339441-26ae-4283-b912-a86fc380da98", +Cell[14825, 379, 617, 11, 99, "Notes",ExpressionUUID->"fc339441-26ae-4283-b912-a86fc380da98", CellID->800698519], -Cell[15400, 388, 331, 6, 57, "Notes",ExpressionUUID->"308b5bcb-2fdf-45a1-ad91-921ac9a1c807", +Cell[15445, 392, 331, 6, 57, "Notes",ExpressionUUID->"308b5bcb-2fdf-45a1-ad91-921ac9a1c807", CellID->760611974], -Cell[15734, 396, 267, 4, 70, "Notes",ExpressionUUID->"d4002fde-2eb2-4aa9-bf0c-e78b5f1e3d8c", +Cell[15779, 400, 267, 4, 70, "Notes",ExpressionUUID->"d4002fde-2eb2-4aa9-bf0c-e78b5f1e3d8c", CellID->13178], -Cell[16004, 402, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"cf9dcf2a-52b1-4912-8088-9eb7450ee96e", +Cell[16049, 406, 1111, 25, 70, "3ColumnTableMod",ExpressionUUID->"cf9dcf2a-52b1-4912-8088-9eb7450ee96e", CellID->1374443190], -Cell[17118, 429, 1686, 40, 70, "3ColumnTableMod",ExpressionUUID->"401cdc87-fbca-40e9-b0e6-78512a21e0eb", +Cell[17163, 433, 1686, 40, 70, "3ColumnTableMod",ExpressionUUID->"401cdc87-fbca-40e9-b0e6-78512a21e0eb", CellID->11156], -Cell[18807, 471, 505, 14, 70, "Notes",ExpressionUUID->"6deb23ab-7457-4805-adff-9340c1f7a006", +Cell[18852, 475, 505, 14, 70, "Notes",ExpressionUUID->"6deb23ab-7457-4805-adff-9340c1f7a006", CellID->430048067], -Cell[19315, 487, 528, 14, 70, "Notes",ExpressionUUID->"04ba28c3-f5b9-4b6a-90e7-3cda008bd357", +Cell[19360, 491, 528, 14, 70, "Notes",ExpressionUUID->"04ba28c3-f5b9-4b6a-90e7-3cda008bd357", CellID->2041037989], -Cell[19846, 503, 505, 14, 70, "Notes",ExpressionUUID->"b748349e-393f-4597-ab5d-c1bb7367a477", +Cell[19891, 507, 505, 14, 70, "Notes",ExpressionUUID->"b748349e-393f-4597-ab5d-c1bb7367a477", CellID->17859], -Cell[20354, 519, 571, 17, 70, "Notes",ExpressionUUID->"f5460d15-80bd-4d1d-b294-ef4cd9200886", +Cell[20399, 523, 571, 17, 70, "Notes",ExpressionUUID->"f5460d15-80bd-4d1d-b294-ef4cd9200886", CellID->900904482], -Cell[20928, 538, 487, 13, 70, "Notes",ExpressionUUID->"d9be52a0-a41c-4d74-aa91-0c78bd568c52", +Cell[20973, 542, 487, 13, 70, "Notes",ExpressionUUID->"d9be52a0-a41c-4d74-aa91-0c78bd568c52", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[21542, 557, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"211967ca-0882-4b85-bc00-dce78f90f5dd", +Cell[21587, 561, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"f67b4e34-d2ce-42fc-9741-124338c99857", CellTags->"PrimaryExamplesSection", - CellID->1021878120], + CellID->17736112], Cell[CellGroupData[{ -Cell[22988, 598, 1398, 36, 70, "ExampleSection",ExpressionUUID->"c59e63bc-e2c3-4c16-89e7-aad0cbe16a87", - CellID->345900389], -Cell[24389, 636, 118, 1, 70, "ExampleText",ExpressionUUID->"10eb7698-0df3-4e21-8bf0-e59c9e97845f", +Cell[23031, 602, 1399, 36, 70, "ExampleSection",ExpressionUUID->"d6f33358-f697-4563-a440-9e18f7070690", + CellID->1394190861], +Cell[24433, 640, 118, 1, 70, "ExampleText",ExpressionUUID->"10eb7698-0df3-4e21-8bf0-e59c9e97845f", CellID->897873734], Cell[CellGroupData[{ -Cell[24532, 641, 167, 3, 70, "Input",ExpressionUUID->"cc61cdcf-82b6-4f95-8a5a-931ec178bc74", +Cell[24576, 645, 167, 3, 70, "Input",ExpressionUUID->"cc61cdcf-82b6-4f95-8a5a-931ec178bc74", CellID->930321140], Cell[CellGroupData[{ -Cell[24724, 648, 236, 4, 70, "Print",ExpressionUUID->"bf982b1c-0e00-4005-9a49-ee72bed675dd", +Cell[24768, 652, 236, 4, 70, "Print",ExpressionUUID->"bf982b1c-0e00-4005-9a49-ee72bed675dd", CellID->2015503622], -Cell[24963, 654, 365, 8, 70, "Print",ExpressionUUID->"e391ee5a-1917-4fa9-a777-1064d9844a59", +Cell[25007, 658, 365, 8, 70, "Print",ExpressionUUID->"e391ee5a-1917-4fa9-a777-1064d9844a59", CellID->1355334444], -Cell[25331, 664, 236, 4, 70, "Print",ExpressionUUID->"0f1ada17-ce96-4c8f-a027-d9afb69c4ed2", +Cell[25375, 668, 236, 4, 70, "Print",ExpressionUUID->"0f1ada17-ce96-4c8f-a027-d9afb69c4ed2", CellID->1041776811], -Cell[25570, 670, 219, 3, 70, "Print",ExpressionUUID->"e7cbdf81-efde-4d5a-8a5c-011d55ddb225", +Cell[25614, 674, 219, 3, 70, "Print",ExpressionUUID->"e7cbdf81-efde-4d5a-8a5c-011d55ddb225", CellID->784884330], -Cell[25792, 675, 206, 3, 70, "Print",ExpressionUUID->"b37aeb7e-161b-4d04-8859-dd8530cb01a5", +Cell[25836, 679, 206, 3, 70, "Print",ExpressionUUID->"b37aeb7e-161b-4d04-8859-dd8530cb01a5", CellID->359358535], -Cell[26001, 680, 237, 4, 70, "Print",ExpressionUUID->"ac55972d-35f6-43ac-a91d-abccc1ae91db", +Cell[26045, 684, 237, 4, 70, "Print",ExpressionUUID->"ac55972d-35f6-43ac-a91d-abccc1ae91db", CellID->1460037485], -Cell[26241, 686, 220, 3, 70, "Print",ExpressionUUID->"d4d489d3-5aec-46ec-a4d1-9d70a2817fbf", +Cell[26285, 690, 220, 3, 70, "Print",ExpressionUUID->"d4d489d3-5aec-46ec-a4d1-9d70a2817fbf", CellID->1215067983], -Cell[26464, 691, 235, 4, 70, "Print",ExpressionUUID->"1e2ac1d8-248b-430c-ba07-38826adecdb4", +Cell[26508, 695, 235, 4, 70, "Print",ExpressionUUID->"1e2ac1d8-248b-430c-ba07-38826adecdb4", CellID->763903332], -Cell[26702, 697, 236, 4, 70, "Print",ExpressionUUID->"3d7c27e1-d6d2-4c0f-a621-93cd256c3061", +Cell[26746, 701, 236, 4, 70, "Print",ExpressionUUID->"3d7c27e1-d6d2-4c0f-a621-93cd256c3061", CellID->1054119170], -Cell[26941, 703, 207, 3, 70, "Print",ExpressionUUID->"ccc11db9-0bd3-4451-948c-b6559058f3ba", +Cell[26985, 707, 207, 3, 70, "Print",ExpressionUUID->"ccc11db9-0bd3-4451-948c-b6559058f3ba", CellID->1030781408], -Cell[27151, 708, 236, 4, 70, "Print",ExpressionUUID->"6f057edc-cc39-472b-89f0-4759345463e4", +Cell[27195, 712, 236, 4, 70, "Print",ExpressionUUID->"6f057edc-cc39-472b-89f0-4759345463e4", CellID->1567440022] }, Open ]] }, Open ]], -Cell[27414, 716, 137, 1, 70, "ExampleText",ExpressionUUID->"e3f4ef64-c34a-4767-bfaf-8c40f197b8f7", +Cell[27458, 720, 137, 1, 70, "ExampleText",ExpressionUUID->"e3f4ef64-c34a-4767-bfaf-8c40f197b8f7", CellID->2143325192], -Cell[27554, 719, 234, 6, 70, "Input",ExpressionUUID->"72b10c9d-bfd1-4074-90e1-4d71c1999d2e", +Cell[27598, 723, 234, 6, 70, "Input",ExpressionUUID->"72b10c9d-bfd1-4074-90e1-4d71c1999d2e", CellID->510009468], -Cell[27791, 727, 381, 9, 70, "Input",ExpressionUUID->"2df8f57e-9bd9-452c-8272-e254cb78c4a4", +Cell[27835, 731, 381, 9, 70, "Input",ExpressionUUID->"2df8f57e-9bd9-452c-8272-e254cb78c4a4", CellID->1710477029], -Cell[28175, 738, 237, 6, 70, "Input",ExpressionUUID->"5ac55ad7-a2f2-4bf6-9394-3bc7e3faf293", +Cell[28219, 742, 237, 6, 70, "Input",ExpressionUUID->"5ac55ad7-a2f2-4bf6-9394-3bc7e3faf293", CellID->781410275], -Cell[28415, 746, 191, 4, 70, "ExampleText",ExpressionUUID->"1d051c7d-1588-494d-917a-06b5911444b9", +Cell[28459, 750, 191, 4, 70, "ExampleText",ExpressionUUID->"1d051c7d-1588-494d-917a-06b5911444b9", CellID->2146718527], Cell[CellGroupData[{ -Cell[28631, 754, 173, 3, 70, "Input",ExpressionUUID->"be76d655-1fac-4aea-9b62-be7776317fc5", +Cell[28675, 758, 173, 3, 70, "Input",ExpressionUUID->"be76d655-1fac-4aea-9b62-be7776317fc5", CellID->617407932], -Cell[28807, 759, 475, 11, 51, "Output",ExpressionUUID->"aae684ed-42a9-4f42-ad76-860df51f7e7d", +Cell[28851, 763, 475, 11, 50, "Output",ExpressionUUID->"aae684ed-42a9-4f42-ad76-860df51f7e7d", CellID->1873761285] }, Open ]], -Cell[29297, 773, 185, 4, 70, "ExampleText",ExpressionUUID->"ada5c165-3a3f-4232-9ad0-7efc002a19ea", +Cell[29341, 777, 185, 4, 70, "ExampleText",ExpressionUUID->"ada5c165-3a3f-4232-9ad0-7efc002a19ea", CellID->615601566], Cell[CellGroupData[{ -Cell[29507, 781, 173, 3, 70, "Input",ExpressionUUID->"285cfe39-f05f-4322-bcbe-871e351c153c", +Cell[29551, 785, 173, 3, 70, "Input",ExpressionUUID->"285cfe39-f05f-4322-bcbe-871e351c153c", CellID->789393068], -Cell[29683, 786, 313, 9, 51, "Output",ExpressionUUID->"980f8644-a34a-40a0-8e30-0a5aa92b7f32", +Cell[29727, 790, 313, 9, 50, "Output",ExpressionUUID->"980f8644-a34a-40a0-8e30-0a5aa92b7f32", CellID->680755733] }, Open ]], -Cell[30011, 798, 115, 1, 70, "ExampleText",ExpressionUUID->"73329efb-3ebb-40ea-923a-2806f6de9e83", +Cell[30055, 802, 115, 1, 70, "ExampleText",ExpressionUUID->"73329efb-3ebb-40ea-923a-2806f6de9e83", CellID->850867590], Cell[CellGroupData[{ -Cell[30151, 803, 238, 5, 70, "Input",ExpressionUUID->"5645cc19-b891-4471-ab18-0afa639ecfd0", +Cell[30195, 807, 238, 5, 70, "Input",ExpressionUUID->"5645cc19-b891-4471-ab18-0afa639ecfd0", CellID->760164234], -Cell[30392, 810, 314, 9, 51, "Output",ExpressionUUID->"2dd9fd97-e3c6-45b2-a99b-cf8565676a89", +Cell[30436, 814, 314, 9, 50, "Output",ExpressionUUID->"2dd9fd97-e3c6-45b2-a99b-cf8565676a89", CellID->1096643702] }, Open ]], -Cell[30721, 822, 194, 4, 70, "ExampleText",ExpressionUUID->"4747e93d-7f19-4b5a-b620-79c0af459276", +Cell[30765, 826, 194, 4, 70, "ExampleText",ExpressionUUID->"4747e93d-7f19-4b5a-b620-79c0af459276", CellID->623583888], -Cell[30918, 828, 287, 8, 70, "Input",ExpressionUUID->"4189c5f4-fb99-478b-8a85-eef594dc5197", +Cell[30962, 832, 287, 8, 70, "Input",ExpressionUUID->"4189c5f4-fb99-478b-8a85-eef594dc5197", CellID->125265041], -Cell[31208, 838, 160, 2, 70, "ExampleText",ExpressionUUID->"61fcdc8c-df6a-4520-b4f6-82353bc942ba", +Cell[31252, 842, 160, 2, 70, "ExampleText",ExpressionUUID->"61fcdc8c-df6a-4520-b4f6-82353bc942ba", CellID->591000291], Cell[CellGroupData[{ -Cell[31393, 844, 199, 4, 70, "Input",ExpressionUUID->"d03cd1be-23ea-4281-8286-1adfc7bd4ab3", +Cell[31437, 848, 199, 4, 70, "Input",ExpressionUUID->"d03cd1be-23ea-4281-8286-1adfc7bd4ab3", CellID->322541013], -Cell[31595, 850, 268, 7, 51, "Output",ExpressionUUID->"5d4158da-4f36-499a-bd3d-7e6d6235666a", +Cell[31639, 854, 268, 7, 50, "Output",ExpressionUUID->"5d4158da-4f36-499a-bd3d-7e6d6235666a", CellID->791226890] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[32149, 870, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"baa46246-9407-4f74-b6a7-39319450fc19"], +Cell[37629, 1020, 670, 18, 70, "TechNotesSection",ExpressionUUID->"13ff2118-6a8d-4ce7-a9da-f726bab957e5"], +Cell[38302, 1040, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d96898f7-4f96-4506-9d19-085636145e05"], +Cell[39338, 1068, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"32392fff-b8ff-43d1-bd6c-be979086a5e6"], Cell[CellGroupData[{ -Cell[32127, 868, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"42afdb16-9c7a-4e15-b077-8ffef5dc8b7f"], -Cell[37607, 1018, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d2cbcabc-1736-4685-ac20-44a226f9e51d"] -}, Open ]], -Cell[38292, 1039, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4bb3f834-35bd-478f-b91f-59d9cf05fb2a"], -Cell[39328, 1067, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"ec5f082e-ea56-4d17-aa61-f56c9f001c7e"], -Cell[CellGroupData[{ -Cell[41580, 1134, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"45a72ce0-eec7-4f8c-8263-c67ab9467a22", +Cell[41590, 1135, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"45a72ce0-eec7-4f8c-8263-c67ab9467a22", CellID->906383680], -Cell[41720, 1137, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d244bdce-6228-45f8-ad7d-a9aa2d6f7d39", +Cell[41730, 1138, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d244bdce-6228-45f8-ad7d-a9aa2d6f7d39", CellID->1194386356], -Cell[41942, 1143, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ad0fd29-3742-41a1-b493-08555bf6c6b6", +Cell[41952, 1144, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ad0fd29-3742-41a1-b493-08555bf6c6b6", CellID->1641706272], -Cell[42157, 1148, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f68ef578-9726-4a42-9981-b0736de014ac", +Cell[42167, 1149, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f68ef578-9726-4a42-9981-b0736de014ac", CellID->399251956], -Cell[42386, 1154, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b61ab258-2957-4627-8d2d-3074602b1de5", +Cell[42396, 1155, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b61ab258-2957-4627-8d2d-3074602b1de5", CellID->821434655] }, Open ]], -Cell[42623, 1160, 78, 0, 70, "FooterCell",ExpressionUUID->"9ce6ffa4-b4e2-4157-81b2-5dc514aee197"] +Cell[42633, 1161, 78, 0, 70, "FooterCell",ExpressionUUID->"62aa37aa-3e1e-47aa-b668-6298c9dbec49"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreKernelEqualsKernelQ.nb b/Documentation/English/ReferencePages/Symbols/PreKernelEqualsKernelQ.nb index f966e82..84f49f0 100644 --- a/Documentation/English/ReferencePages/Symbols/PreKernelEqualsKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/PreKernelEqualsKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44949, 1151] -NotebookOptionsPosition[ 35875, 974] -NotebookOutlinePosition[ 38092, 1029] -CellTagsIndexPosition[ 38006, 1024] +NotebookDataLength[ 44967, 1151] +NotebookOptionsPosition[ 35905, 976] +NotebookOutlinePosition[ 38141, 1031] +CellTagsIndexPosition[ 38055, 1026] WindowTitle->PreKernelEqualsKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bda126e9-3cf8-453f-9973-96c14581215f"], + "cb160e32-d047-4208-a07b-fa6e0788e6a9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a65f7d13-8f49-491c-85ad-53b38080e041"], + "70fe1414-3c80-4040-9daa-73e0e389fcd0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d7feb03d-b638-49a2-925f-4b7b61da5361"] - }],ExpressionUUID->"b6280e16-1d37-46ff-966f-60745f1d8eef"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "240caae9-b140-42c6-b7e5-ab4d2627159d"] + }],ExpressionUUID->"5e3488e2-fdf9-4879-ab54-ab8926fdd735"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6066d264-527e-450e-b4dc-e21ff39ae897"], + "64637e7c-c6a2-472d-a59f-6fcf57cfb12b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "467a5bc5-e999-47bc-9e61-ad83c9b50f01"] - }],ExpressionUUID->"bbb1163d-2010-4191-8644-8c08ddd756f9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "67123b94-ce55-4598-8531-5d818aaa2696"] + }],ExpressionUUID->"a30587fb-3739-4e4b-8f9e-47786d6bf3c7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0b7ca3a9-3b40-46b6-9630-8995c4b7d29d"], + "d0499f5c-45f7-4e77-ad28-c83c45cbd19a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3018068e-3f52-4e5f-9238-4de59b668b4c"] - }],ExpressionUUID->"9d3ba10d-5803-494b-8b1d-fdef980a87af"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4d9c7c9c-4228-4814-a796-1172d822752e"] + }],ExpressionUUID->"8a89b5aa-f863-4d41-872c-8ff3e9757a8d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "322386f1-8a66-411b-b6db-192af1952ae1"], + "bfb339da-6dff-4aea-823f-9b792d5be669"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "861dbe86-f611-412e-80d8-2646603f6e8e"] - }],ExpressionUUID->"23850a42-1832-4f4b-8f8e-be48072d559a"], - StripOnInput->False], {"\<\"TUG/ref/PreKernelEqualsKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreKernelEqualsKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "de161fb1-6f71-4c29-8ed9-d7108bcaa7ac"] + }],ExpressionUUID->"658dd051-c583-4eb3-95fd-d9b2c6b7a8de"], + StripOnInput->False],{ + "\"TUG/ref/PreKernelEqualsKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreKernelEqualsKernelQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ PreKernelEqualsKernelQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$154138], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreKernelEqualsKernelQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$167204], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreKernelEqualsKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f64fd288-6322-4ea0-b740-924567e85d16"] + "8876a962-3500-4928-99f0-a9ba95357142"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "77efa1de-f5fa-4d1f-b69a-9098ac22d205"]} + "ad522267-841b-4ae2-961c-2dde5db9c2a6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7a97a624-8875-4be0-b5e9-ea9a25defb89"], + CellID->1,ExpressionUUID->"d07503f5-fb42-4295-a1a8-5744ac95c10f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7c305a9f-86c7-421b-907b-92321760875a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"51a3ba34-df79-4a76-a36a-2f976254d5c9"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreKernelEqualsKernelQ", "ObjectName",ExpressionUUID-> - "0df2b663-4fa0-4ba3-b518-ef15b6a7c2b3"], + "5ebaa0bc-4581-4a71-a75b-a905672d56fe"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"de534a47-ee9c-45fc-8365-94abae122445"], + "Spacer1"]],ExpressionUUID->"d538e181-aa8b-4052-9190-1f59353e5af7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c94bfcf7-cd9a-4da3-b43f-ae79117164a7"] - }],ExpressionUUID->"9583368b-4dc2-49d5-97a8-39c2dde95833"], Cell[BoxData[ + "3129e369-aff0-4c08-9722-3e16d38b87a4"] + }],ExpressionUUID->"5206150c-af1d-472b-bd8b-55f4172fbd42"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b1930741-6ecf-4204-a85c-7038e1641a36"]} + "2902d972-dfa6-49b8-a44d-ca1a306b38ba"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"73717cf5-8a6e-4944-a706-c864c76b877a"], + CacheGraphics->False,ExpressionUUID->"779fff0a-1850-4a38-add8-1ecdbc067076"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " belongs to a class of games where the prekernel is equal to the kernel." - }],ExpressionUUID->"3f93d296-b8b2-4d29-9c1a-22b1a7e7f55a"]}, + }],ExpressionUUID->"e40dfc8d-a8d2-4813-8e1d-87d5978407c8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", @@ -248,7 +253,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "80e9c452-f403-4ce7-8c45-1699a255960e"], " \[LineSeparator]turns the verbose mode on." - }],ExpressionUUID->"bff9e461-7cb0-43bf-9e10-d5631aac3f5b"]} + }],ExpressionUUID->"f9ede4fb-d6e6-4aff-bf84-995b2c83f3aa"]} }]], "Usage", CellID->194107864,ExpressionUUID->"ae02c890-8bde-4e0a-a62d-9258b10b16de"] }, Open ]], @@ -281,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d3aa4694-a480-4204-bd10-7f7eade6a034"], + ExpressionUUID->"8bd5e47f-e148-4fc2-9ad0-7541c4bb50ee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7c6547f6-a506-44a6-88b7-fab9695d1881"], + "Spacer1"]],ExpressionUUID->"d1b6fc8f-a666-453a-a361-a20fc891d14c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6192ca7d-15f8-4210-b82c-35876c9008f0"], + }], "NotesFrameText",ExpressionUUID->"03a82039-96c2-44b0-a787-4f3ac7c92366"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"582cb25c-c20c-49a5-82cd-ae6b5732c489"]], \ + "Preemptive"]],ExpressionUUID->"f87fbd38-26ab-4a27-96c4-77fd4ce7496a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1090733629,ExpressionUUID->"419500a0-a79d-4f02-bdd9-6354efeb1700"], + CellID->2111216794,ExpressionUUID->"49749322-974b-41c0-a419-3ecaf80ce268"], Cell[TextData[{ "The input expression ", @@ -361,7 +366,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b5e32ae1-6a48-4d78-87bf-6d05d4e87cef"], + "1d2cd148-dc40-48c4-989d-bb07a3662f2c"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -425,19 +430,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c9cebae1-9064-4317-9f5d-349e24bc55a4"], + ExpressionUUID->"ae8405c7-4ea4-4ef3-8331-fc2474695683"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"91b61c55-76ba-4233-a2d1-2e308a5199db"], + "Spacer1"]],ExpressionUUID->"a2807521-47db-4e46-86f0-8359a8a4e15a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2a557816-9b71-479e-b6a0-32e083bc0922"] + "ffcd2eed-928d-447c-9783-10d5ebf3fa69"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->765771028,ExpressionUUID->"239b5175-f15e-4fad-aef9-7a5b6757c4bb"], + CellID->1223468136,ExpressionUUID->"a971b052-f83c-406a-9d3d-579722444bd8"], Cell[CellGroupData[{ @@ -466,18 +471,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f2165391-69ba-4657-b99e-9c414c48b306"], + ExpressionUUID->"287f1084-61dc-4a16-a7ef-c569c3120008"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"20ce85c9-bb34-4034-9883-29f3a1418729"], + "Spacer1"]],ExpressionUUID->"a9927d17-ee2e-48be-8ba5-f083854a3888"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8273a7d8-a800-4737-a4a4-eddbdbd77340"] + "da439e03-1785-4e13-8579-6206b4096b6e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->974010806,ExpressionUUID->"a2d240d2-1381-4faa-9370-e2a90021d640"], + CellID->1983283423,ExpressionUUID->"0e7fa987-50e1-4f15-b551-de17bd6453b1"], Cell["Loading the package:", "ExampleText", CellID->2033543923,ExpressionUUID->"3e890e46-5727-4c14-9449-cc906ed65316"], @@ -676,8 +681,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -825,15 +828,15 @@ Cell[BoxData[GridBox[{ "055a2859-73a4-40e2-857c-90f93fc6fcbf"] }], "SeeAlso",ExpressionUUID->"ebee87b6-3ff4-45b7-a15b-15aff47b81fc"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ffe3f788-f7f7-4bba-a500-\ -0800feab47a5"], + }]], "SeeAlsoSection",ExpressionUUID->"b806d032-404f-42b0-9b11-\ +f2d1aaf414f0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -845,9 +848,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6b559c91-b253-4dc4-8761-0fa552d71105"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"adbed8b8-60b9-4833-93bc-\ -64fcd4a64df9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"610ecf8c-5b62-4c57-a958-\ +2aabc0ab2f76"], Cell[BoxData[GridBox[{ { @@ -864,7 +866,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3e139623-3522-47eb-b0d0-f8f1f90a88a6"]}]}, + "1ae2ee69-6b37-4d6f-b277-44ae50740d9e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -872,10 +874,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e01e79f-563e-4349-b79a-827ebc0f4383"]}]} + "e5ae090b-fa2b-4ca3-affc-7f746382a698"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c0914b26-0ee7-47de-9d99-\ -99ad77fe1f72"], + }]], "MoreAboutSection",ExpressionUUID->"1cc4b49e-07eb-40c5-80f1-\ +9681cedc9064"], Cell[BoxData[GridBox[{ { @@ -902,7 +904,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "95187f8d-6660-4355-9e87-3271a5d4aa58"]], "RelatedLinks", + "ab559f5e-1728-4db8-ad2f-2a7c963c4dbf"]], "RelatedLinks", ExpressionUUID->"37c06c8a-a51a-4b19-91b4-7bf38c1a86a9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -919,7 +921,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "51a6c472-cc4f-4484-9cfe-70b3c17ec8ed"]], "RelatedLinks", + "19088cf2-77db-4409-a5bf-978c1927100c"]], "RelatedLinks", ExpressionUUID->"33a37cb2-9ea6-451e-97a2-62a65554e167"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -936,11 +938,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5b040757-11cc-469e-bf8a-dc154c2104de"]], "RelatedLinks", + "6c8dd38c-45eb-432a-afd3-a98ec7d541d2"]], "RelatedLinks", ExpressionUUID->"f0408786-d057-44f0-aede-d5adf65a6e8e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"35d5e47d-a9ca-4d56-9b1d-\ -1512f5733fa0"], + }]], "RelatedLinksSection",ExpressionUUID->"4165a322-5334-408a-b984-\ +6e5ebd7ae7d2"], Cell[CellGroupData[{ @@ -970,11 +972,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"aa8d7132-95e3-475f-9f52-2bc4a17f20b0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"238443f8-7634-4ab2-92fa-66ea91afbf3b"] +Cell[" ", "FooterCell",ExpressionUUID->"fc6257ec-c037-4d2c-8b67-eebf9509aeed"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreKernelEqualsKernelQ", TaggingRules->{ @@ -985,7 +987,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 37.101159}", + "built" -> "{2024, 6, 3, 16, 54, 57.985304}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -993,11 +995,11 @@ TaggingRules->{ "PreKernelEqualsKernelQ[game] checks if game belongs to a class of games \ where the prekernel is equal to the kernel. PreKernelEqualsKernelQ[game, \ options] turns the verbose mode on.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "PreKernelEqualsKernelQ", "titlemodifier" -> "", "windowtitle" -> - "PreKernelEqualsKernelQ", "type" -> "Symbol", "uri" -> - "TUG/ref/PreKernelEqualsKernelQ"}}, + "title" -> "PreKernelEqualsKernelQ", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "PreKernelEqualsKernelQ", + "type" -> "Symbol", "uri" -> "TUG/ref/PreKernelEqualsKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1006,9 +1008,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c643f2cc-c0b6-4f62-ac04-a102ffc968d2" +ExpressionUUID->"01e6c404-ca6d-402f-9013-401b34f1aedd" ] (* End of Notebook Content *) @@ -1016,143 +1018,141 @@ ExpressionUUID->"c643f2cc-c0b6-4f62-ac04-a102ffc968d2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15437, 402, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"239b5175-f15e-4fad-aef9-7a5b6757c4bb", + Cell[15499, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a971b052-f83c-406a-9d3d-579722444bd8", CellTags->"PrimaryExamplesSection", - CellID->765771028]} + CellID->1223468136]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37806, 1017} + {"PrimaryExamplesSection", 37854, 1019} } *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 7145, 168, 56, "AnchorBarGrid",ExpressionUUID->"7a97a624-8875-4be0-b5e9-ea9a25defb89", +Cell[594, 21, 7207, 173, 57, "AnchorBarGrid",ExpressionUUID->"d07503f5-fb42-4295-a1a8-5744ac95c10f", CellID->1], -Cell[7742, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7c305a9f-86c7-421b-907b-92321760875a"], +Cell[7804, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"51a3ba34-df79-4a76-a36a-2f976254d5c9"], Cell[CellGroupData[{ -Cell[7853, 195, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"73717cf5-8a6e-4944-a706-c864c76b877a"], -Cell[9152, 232, 935, 20, 187, "Usage",ExpressionUUID->"ae02c890-8bde-4e0a-a62d-9258b10b16de", +Cell[7915, 200, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"779fff0a-1850-4a38-add8-1ecdbc067076"], +Cell[9214, 237, 935, 20, 186, "Usage",ExpressionUUID->"ae02c890-8bde-4e0a-a62d-9258b10b16de", CellID->194107864] }, Open ]], Cell[CellGroupData[{ -Cell[10124, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"419500a0-a79d-4f02-bdd9-6354efeb1700", +Cell[10186, 262, 1895, 47, 37, "NotesSection",ExpressionUUID->"49749322-974b-41c0-a419-3ecaf80ce268", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1090733629], -Cell[12022, 306, 663, 17, 49, "Notes",ExpressionUUID->"bdf051b1-322b-4045-955c-60fabc22c1f8", + CellID->2111216794], +Cell[12084, 311, 663, 17, 48, "Notes",ExpressionUUID->"bdf051b1-322b-4045-955c-60fabc22c1f8", CellID->26053], -Cell[12688, 325, 489, 12, 37, "Notes",ExpressionUUID->"31c80714-01d2-4643-a71c-5ea1fc0d2114", +Cell[12750, 330, 489, 12, 38, "Notes",ExpressionUUID->"31c80714-01d2-4643-a71c-5ea1fc0d2114", CellID->177724765], -Cell[13180, 339, 171, 3, 36, "Notes",ExpressionUUID->"4afd5ab1-a6f2-4b12-8727-ef8167163bcd", +Cell[13242, 344, 171, 3, 36, "Notes",ExpressionUUID->"4afd5ab1-a6f2-4b12-8727-ef8167163bcd", CellID->935601929], -Cell[13354, 344, 172, 3, 36, "Notes",ExpressionUUID->"1457a34e-4255-41f6-89b7-8199d18e5477", +Cell[13416, 349, 172, 3, 36, "Notes",ExpressionUUID->"1457a34e-4255-41f6-89b7-8199d18e5477", CellID->1364183869], -Cell[13529, 349, 206, 4, 36, "Notes",ExpressionUUID->"59ef7954-a3aa-4b49-967e-2fcda69534a3", +Cell[13591, 354, 206, 4, 36, "Notes",ExpressionUUID->"59ef7954-a3aa-4b49-967e-2fcda69534a3", CellID->412278892], -Cell[13738, 355, 267, 4, 49, "Notes",ExpressionUUID->"478eb19a-edee-40d9-b088-1f2b0fd43674", +Cell[13800, 360, 267, 4, 48, "Notes",ExpressionUUID->"478eb19a-edee-40d9-b088-1f2b0fd43674", CellID->13178], -Cell[14008, 361, 766, 19, 40, "3ColumnTableMod",ExpressionUUID->"43b3e8f5-8e3a-49ed-b377-99ee423c4996", +Cell[14070, 366, 766, 19, 41, "3ColumnTableMod",ExpressionUUID->"43b3e8f5-8e3a-49ed-b377-99ee423c4996", CellID->11156], -Cell[14777, 382, 533, 14, 37, "Notes",ExpressionUUID->"52e1b04a-873f-471d-9061-ab075f264e7d", +Cell[14839, 387, 533, 14, 38, "Notes",ExpressionUUID->"52e1b04a-873f-471d-9061-ab075f264e7d", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15437, 402, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"239b5175-f15e-4fad-aef9-7a5b6757c4bb", +Cell[15499, 407, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a971b052-f83c-406a-9d3d-579722444bd8", CellTags->"PrimaryExamplesSection", - CellID->765771028], + CellID->1223468136], Cell[CellGroupData[{ -Cell[16882, 443, 1398, 36, 30, "ExampleSection",ExpressionUUID->"a2d240d2-1381-4faa-9370-e2a90021d640", - CellID->974010806], -Cell[18283, 481, 119, 1, 38, "ExampleText",ExpressionUUID->"3e890e46-5727-4c14-9449-cc906ed65316", +Cell[16945, 448, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0e7fa987-50e1-4f15-b551-de17bd6453b1", + CellID->1983283423], +Cell[18347, 486, 119, 1, 39, "ExampleText",ExpressionUUID->"3e890e46-5727-4c14-9449-cc906ed65316", CellID->2033543923], Cell[CellGroupData[{ -Cell[18427, 486, 168, 3, 27, "Input",ExpressionUUID->"fc665ca7-3c79-4855-a17b-74fb55bd5501", +Cell[18491, 491, 168, 3, 27, "Input",ExpressionUUID->"fc665ca7-3c79-4855-a17b-74fb55bd5501", CellID->1592791549], Cell[CellGroupData[{ -Cell[18620, 493, 234, 4, 23, "Print",ExpressionUUID->"f61c3eb7-ffd1-4e29-9f05-469e7107f37d", +Cell[18684, 498, 234, 4, 23, "Print",ExpressionUUID->"f61c3eb7-ffd1-4e29-9f05-469e7107f37d", CellID->43473017], -Cell[18857, 499, 364, 8, 70, "Print",ExpressionUUID->"a6689b44-3a7a-4ffe-bdc9-c262b0a6a00a", +Cell[18921, 504, 364, 8, 70, "Print",ExpressionUUID->"a6689b44-3a7a-4ffe-bdc9-c262b0a6a00a", CellID->823666923], -Cell[19224, 509, 235, 4, 70, "Print",ExpressionUUID->"fb6e80fd-e4db-4edb-b700-52ee91f9301a", +Cell[19288, 514, 235, 4, 70, "Print",ExpressionUUID->"fb6e80fd-e4db-4edb-b700-52ee91f9301a", CellID->767349619], -Cell[19462, 515, 219, 3, 70, "Print",ExpressionUUID->"321fd8b5-5bb7-4ef3-9778-99f979289cba", +Cell[19526, 520, 219, 3, 70, "Print",ExpressionUUID->"321fd8b5-5bb7-4ef3-9778-99f979289cba", CellID->598298345], -Cell[19684, 520, 207, 3, 70, "Print",ExpressionUUID->"8c21e637-69c7-4029-81f8-ffb4e61bc153", +Cell[19748, 525, 207, 3, 70, "Print",ExpressionUUID->"8c21e637-69c7-4029-81f8-ffb4e61bc153", CellID->1243689568], -Cell[19894, 525, 236, 4, 70, "Print",ExpressionUUID->"cfbabb60-5818-4dae-83b7-a64e6f636b71", +Cell[19958, 530, 236, 4, 70, "Print",ExpressionUUID->"cfbabb60-5818-4dae-83b7-a64e6f636b71", CellID->771992765], -Cell[20133, 531, 219, 3, 70, "Print",ExpressionUUID->"940f2791-de5c-43f5-a706-80d675325433", +Cell[20197, 536, 219, 3, 70, "Print",ExpressionUUID->"940f2791-de5c-43f5-a706-80d675325433", CellID->923243692], -Cell[20355, 536, 234, 4, 70, "Print",ExpressionUUID->"9e4e5b76-e345-44d1-95da-b0e23d3eeeef", +Cell[20419, 541, 234, 4, 70, "Print",ExpressionUUID->"9e4e5b76-e345-44d1-95da-b0e23d3eeeef", CellID->78854773], -Cell[20592, 542, 236, 4, 70, "Print",ExpressionUUID->"d175695d-9ff3-4c0e-910d-1be7b8383111", +Cell[20656, 547, 236, 4, 70, "Print",ExpressionUUID->"d175695d-9ff3-4c0e-910d-1be7b8383111", CellID->1705744713], -Cell[20831, 548, 206, 3, 70, "Print",ExpressionUUID->"bb5f7fdb-950d-4bec-9550-31c57d859976", +Cell[20895, 553, 206, 3, 70, "Print",ExpressionUUID->"bb5f7fdb-950d-4bec-9550-31c57d859976", CellID->938649365], -Cell[21040, 553, 236, 4, 70, "Print",ExpressionUUID->"0f75b5f2-4d45-4844-852c-d1125dd134f9", +Cell[21104, 558, 236, 4, 70, "Print",ExpressionUUID->"0f75b5f2-4d45-4844-852c-d1125dd134f9", CellID->1602674733] }, Open ]] }, Open ]], -Cell[21303, 561, 136, 1, 70, "ExampleText",ExpressionUUID->"724ee7c0-6227-494e-8078-fba2dc283fd6", +Cell[21367, 566, 136, 1, 70, "ExampleText",ExpressionUUID->"724ee7c0-6227-494e-8078-fba2dc283fd6", CellID->725002386], -Cell[21442, 564, 234, 6, 70, "Input",ExpressionUUID->"6faf3dee-1280-4d83-90dc-b15233cbf7e4", +Cell[21506, 569, 234, 6, 70, "Input",ExpressionUUID->"6faf3dee-1280-4d83-90dc-b15233cbf7e4", CellID->796912542], -Cell[21679, 572, 380, 9, 70, "Input",ExpressionUUID->"b86fc60d-c0ad-470b-8b8c-bf669622539e", +Cell[21743, 577, 380, 9, 70, "Input",ExpressionUUID->"b86fc60d-c0ad-470b-8b8c-bf669622539e", CellID->906990707], -Cell[22062, 583, 237, 6, 70, "Input",ExpressionUUID->"2b67e710-0bce-49d9-9123-d266291865ac", +Cell[22126, 588, 237, 6, 70, "Input",ExpressionUUID->"2b67e710-0bce-49d9-9123-d266291865ac", CellID->940393026], -Cell[22302, 591, 190, 4, 70, "ExampleText",ExpressionUUID->"f41af797-731b-4dd3-afc6-6d687685fe6b", +Cell[22366, 596, 190, 4, 70, "ExampleText",ExpressionUUID->"f41af797-731b-4dd3-afc6-6d687685fe6b", CellID->665405647], Cell[CellGroupData[{ -Cell[22517, 599, 179, 3, 70, "Input",ExpressionUUID->"33dc4bec-f9da-4053-a400-9b0c9501a8c3", +Cell[22581, 604, 179, 3, 70, "Input",ExpressionUUID->"33dc4bec-f9da-4053-a400-9b0c9501a8c3", CellID->518402707], -Cell[22699, 604, 214, 5, 36, "Output",ExpressionUUID->"b0c63943-8568-4c2d-bdf0-3986f10f4f50", +Cell[22763, 609, 214, 5, 36, "Output",ExpressionUUID->"b0c63943-8568-4c2d-bdf0-3986f10f4f50", CellID->631448385] }, Open ]], -Cell[22928, 612, 222, 4, 70, "ExampleText",ExpressionUUID->"fae4b97e-7ff5-4aa3-9255-5a990aa9ea83", +Cell[22992, 617, 222, 4, 70, "ExampleText",ExpressionUUID->"fae4b97e-7ff5-4aa3-9255-5a990aa9ea83", CellID->208405470], Cell[CellGroupData[{ -Cell[23175, 620, 180, 3, 70, "Input",ExpressionUUID->"cae1053e-a771-4097-8d5d-7a2da9f0475b", +Cell[23239, 625, 180, 3, 70, "Input",ExpressionUUID->"cae1053e-a771-4097-8d5d-7a2da9f0475b", CellID->1291125862], -Cell[23358, 625, 160, 3, 36, "Output",ExpressionUUID->"88f51f2c-7bfd-493d-9721-22df2a72e555", +Cell[23422, 630, 160, 3, 36, "Output",ExpressionUUID->"88f51f2c-7bfd-493d-9721-22df2a72e555", CellID->1295026886] }, Open ]], -Cell[23533, 631, 218, 4, 70, "ExampleText",ExpressionUUID->"e093e7ce-53f9-4df1-9fbf-820cc37f5141", +Cell[23597, 636, 218, 4, 70, "ExampleText",ExpressionUUID->"e093e7ce-53f9-4df1-9fbf-820cc37f5141", CellID->1688478712], -Cell[23754, 637, 469, 9, 70, "ExampleText",ExpressionUUID->"e413f611-09ac-4c7f-9f5c-9806827ac0ec", +Cell[23818, 642, 469, 9, 70, "ExampleText",ExpressionUUID->"e413f611-09ac-4c7f-9f5c-9806827ac0ec", CellID->1144007399], -Cell[24226, 648, 137, 1, 70, "ExampleText",ExpressionUUID->"6c75e335-b20b-438d-8ff2-a650472798b0", +Cell[24290, 653, 137, 1, 70, "ExampleText",ExpressionUUID->"6c75e335-b20b-438d-8ff2-a650472798b0", CellID->308375428], Cell[CellGroupData[{ -Cell[24388, 653, 246, 5, 70, "Input",ExpressionUUID->"1cfabe16-5ffa-4fa8-bac9-188952842894", +Cell[24452, 658, 246, 5, 70, "Input",ExpressionUUID->"1cfabe16-5ffa-4fa8-bac9-188952842894", CellID->905178933], -Cell[24637, 660, 233, 4, 70, "Print",ExpressionUUID->"4d6a6ea0-999a-446e-b067-aca73fa92fcd", +Cell[24701, 665, 233, 4, 70, "Print",ExpressionUUID->"4d6a6ea0-999a-446e-b067-aca73fa92fcd", CellID->1243196502], -Cell[24873, 666, 160, 3, 36, "Output",ExpressionUUID->"10d3105e-6426-476e-8c4d-4647f21a0d88", +Cell[24937, 671, 160, 3, 36, "Output",ExpressionUUID->"10d3105e-6426-476e-8c4d-4647f21a0d88", CellID->1572655679] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25339, 683, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"b806d032-404f-42b0-9b11-f2d1aaf414f0"], +Cell[30819, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"610ecf8c-5b62-4c57-a958-2aabc0ab2f76"], +Cell[31492, 853, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1cc4b49e-07eb-40c5-80f1-9681cedc9064"], +Cell[32528, 881, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"4165a322-5334-408a-b984-6e5ebd7ae7d2"], Cell[CellGroupData[{ -Cell[25297, 680, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"ffe3f788-f7f7-4bba-a500-0800feab47a5"], -Cell[30777, 830, 670, 18, 70, "TechNotesSection",ExpressionUUID->"adbed8b8-60b9-4833-93bc-64fcd4a64df9"] -}, Open ]], -Cell[31462, 851, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c0914b26-0ee7-47de-9d99-99ad77fe1f72"], -Cell[32498, 879, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"35d5e47d-a9ca-4d56-9b1d-1512f5733fa0"], -Cell[CellGroupData[{ -Cell[34750, 946, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e0839726-f551-4adc-ac8e-2ba130b1da63", +Cell[34780, 948, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e0839726-f551-4adc-ac8e-2ba130b1da63", CellID->906383680], -Cell[34890, 949, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f00fb634-1cc5-45d4-9c34-4479ab676a45", +Cell[34920, 951, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f00fb634-1cc5-45d4-9c34-4479ab676a45", CellID->1194386356], -Cell[35112, 955, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8f78242-80b3-424b-913e-cae7acae4c8f", +Cell[35142, 957, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a8f78242-80b3-424b-913e-cae7acae4c8f", CellID->1641706272], -Cell[35327, 960, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86d96c53-c767-40aa-9f98-6bd3d3966bc4", +Cell[35357, 962, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86d96c53-c767-40aa-9f98-6bd3d3966bc4", CellID->399251956], -Cell[35556, 966, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aa8d7132-95e3-475f-9f52-2bc4a17f20b0", +Cell[35586, 968, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aa8d7132-95e3-475f-9f52-2bc4a17f20b0", CellID->821434655] }, Open ]], -Cell[35793, 972, 78, 0, 70, "FooterCell",ExpressionUUID->"238443f8-7634-4ab2-92fa-66ea91afbf3b"] +Cell[35823, 974, 78, 0, 70, "FooterCell",ExpressionUUID->"fc6257ec-c037-4d2c-8b67-eebf9509aeed"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreKernelQ.nb b/Documentation/English/ReferencePages/Symbols/PreKernelQ.nb index a1ee993..740571f 100644 --- a/Documentation/English/ReferencePages/Symbols/PreKernelQ.nb +++ b/Documentation/English/ReferencePages/Symbols/PreKernelQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45495, 1171] -NotebookOptionsPosition[ 36663, 999] -NotebookOutlinePosition[ 38975, 1055] -CellTagsIndexPosition[ 38889, 1050] +NotebookDataLength[ 45516, 1172] +NotebookOptionsPosition[ 36689, 1001] +NotebookOutlinePosition[ 39025, 1058] +CellTagsIndexPosition[ 38939, 1053] WindowTitle->PreKernelQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "4dc2a532-b568-4f89-99a2-b5b667ce8981"], + "68173e6e-bbf1-432c-b2b2-942806d68413"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5fa82bb6-1ed0-444d-9371-c8eb886e5edb"], + "61a353db-2601-4f09-9f33-ffb8d0f982f2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2e68ef02-8d25-41fe-835c-f67ee8d23326"] - }],ExpressionUUID->"1c0219a8-b1d8-4eb5-aa36-c74ce0a06698"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "884e882c-0908-4497-a3e0-f7a5c74c3f9b"] + }],ExpressionUUID->"04e8c8a1-5150-447f-99be-e26e897a76cf"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4e6c59da-b973-4cd2-90be-61b7e97851fd"], + "97099483-3e82-4547-8c6c-79b45dbac8a0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "168f477f-8c0d-4a26-8b15-babd01cfec06"] - }],ExpressionUUID->"ef8a9b03-589e-4937-8b81-b62a488a7983"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "86a9f9a3-8c7d-4395-95e1-f95a2cdeaeca"] + }],ExpressionUUID->"aec01185-4098-4ec8-9a8d-7d5bcbead71f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "30edaf1f-1ab2-4556-9199-b1623a4e12d5"], + "aa6d30c6-8fa5-4115-9538-b3f8fd448164"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9016f358-2a5d-463e-9fc8-6affe55e8249"] - }],ExpressionUUID->"eaf3cbea-f640-4c9c-ae9b-f6a4bd06be03"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e37e3689-57fe-495f-948d-273daf12629f"] + }],ExpressionUUID->"0a2c6d7e-5fc1-47ac-bdde-462f04b57294"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "83bd2edd-897b-48af-9863-667a34589be0"], + "3b99c263-1255-423a-ba63-2e48530715e3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2311e7e2-a2e1-435e-825a-f2055ce237bd"] - }],ExpressionUUID->"daee4486-5272-48f6-8b72-d2895e14adf2"], - StripOnInput->False], {"\<\"TUG/ref/PreKernelQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreKernelQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PreKernelQ.\ + "2faa4cf7-b6a6-46d0-81de-fb4b5a9e147f"] + }],ExpressionUUID->"ef1854cc-da72-4f6e-834a-97828983ecf9"], + StripOnInput->False],{ + "\"TUG/ref/PreKernelQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreKernelQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PreKernelQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$155403], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreKernelQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$168537], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreKernelQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "89bbc50b-2ed4-46d9-a3e9-7d69e9ce7bd8"] + "53497b95-6746-441b-b193-f3f7305b6d4d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "db164d44-3e65-4c36-b0d2-07b7f1033f8f"]} + "4559292e-a7a3-44fa-abda-1f43a4e32953"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4f07a9cc-4468-4f4c-97db-6c1f248667c0"], + CellID->1,ExpressionUUID->"183d3b35-f65a-4afc-a83c-1e6d849fc1ec"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"310504f4-04fa-4a5c-a25a-41c895c88643"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8adaf151-0baa-4273-9d85-4e340f53143c"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreKernelQ", "ObjectName",ExpressionUUID-> - "a4d731ca-0e15-4019-89f7-fbacc4222cd5"], + "63a4bf79-f459-43cd-b461-e0d334942801"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"03529199-13d2-4328-9c4c-1820d048d31f"], + "Spacer1"]],ExpressionUUID->"1f3207f7-8ca9-401a-955a-a338598279ef"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1f6d460e-357f-4966-83b9-c6d400d02275"] - }],ExpressionUUID->"9a037658-6f94-4a62-929c-92f5602ef523"], Cell[BoxData[ + "300e50ed-bc0a-4d3a-a9e0-257e4bd40f22"] + }],ExpressionUUID->"aa0a6148-150d-425f-9260-cbfa85c15c5f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a60f76f4-df2d-4b11-917f-a4fdf5adb01e"]} + "c9d4cea8-dec6-49a3-89a5-6fcdc7fa9a37"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d3b7e3c9-4c4b-4e52-8767-d7cb7a9cbec3"], + CacheGraphics->False,ExpressionUUID->"4127a53d-beee-48ab-81bf-b3e8f01749f2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ Cell[BoxData[GridBox[{ FontSlant->"Italic"], " is an element of the pre-kernel. PreKernelQ checks also the efficiency \ condition in contrast to the function MaxExcessBalanced." - }],ExpressionUUID->"8c290477-687d-4f27-82b3-d322e30ed1b6"]}, + }],ExpressionUUID->"c7aa3090-9d96-4bd4-bd65-1bbe261b7136"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelQ", "[", @@ -252,7 +257,7 @@ condition in contrast to the function MaxExcessBalanced." "2074ee30-3816-45b8-afa5-8f505dab2fc1"], " \[LineSeparator]option can be passed to adjust the numerical round-off \ error to approximate rational numbers. " - }],ExpressionUUID->"1bf341eb-a49f-411a-9c93-81e11363defc"]} + }],ExpressionUUID->"e7ed6f74-4bc1-419a-8331-17b540c1c1e0"]} }]], "Usage", CellID->1181568228,ExpressionUUID->"3157dea7-07c4-4184-b3e1-0941cf70784b"] }, Open ]], @@ -285,12 +290,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"906c5687-99d9-446c-ae9a-953756d7f9ef"], + ExpressionUUID->"0cc98325-0b74-4433-9436-7ba4398fca16"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3ae4fdfe-1c45-4d5d-b3d6-b2270e4847bd"], + "Spacer1"]],ExpressionUUID->"61fa3043-7feb-4442-a0fa-853ec602bf9d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"275eee3c-5e76-474a-b5b4-569b6e0e35d1"], + }], "NotesFrameText",ExpressionUUID->"62f9c60b-7c75-4d4f-a186-c19ff0efa756"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -301,12 +306,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"54c6cf26-966f-441d-af59-b43315b337d6"]], \ + "Preemptive"]],ExpressionUUID->"2a6c055f-9e9e-4a81-bffb-60570b5f4827"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->85255771,ExpressionUUID->"733ec4aa-9f46-4b37-ab8a-dc0b0b9c81f5"], + CellID->1988498358,ExpressionUUID->"25740983-f3e7-47c9-a165-ebb9e3869d36"], Cell[TextData[{ "The input expression ", @@ -364,7 +369,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ab3ddcc7-842b-4235-98a8-725697497094"], + "000be386-3a55-4c63-ad9e-02e3911be2b1"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -428,19 +433,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ab3380c3-57ec-4645-8fa7-ee55a0ad0b40"], + ExpressionUUID->"f1295117-9d9c-413b-8624-c1e35caf4c37"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"507c6920-ed67-4428-811e-ab75debe18d8"], + "Spacer1"]],ExpressionUUID->"10896883-3e00-48bf-be0b-935dfd710da3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2fcf2b8e-a243-46b9-9d76-0d62c41f8265"] + "a66c34d7-1f1d-4fa6-b39c-1557e1e12f19"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->945057370,ExpressionUUID->"0511cf5b-45cd-46e8-a555-118f09510ec8"], + CellID->1795523932,ExpressionUUID->"43697d65-c1f4-4006-af37-9f0d4dc8d177"], Cell[CellGroupData[{ @@ -469,18 +474,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"02ae0b69-9311-4a3d-a804-2ebc6c3f3a33"], + ExpressionUUID->"d0573b07-aa2d-4495-a3f3-56b596af40d6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"41d5c2eb-20c9-4a04-ab3c-5a4c4d386b9c"], + "Spacer1"]],ExpressionUUID->"30485095-5ea5-4fe7-9a03-1bd158af0274"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1bc9f28d-4645-4b1b-895e-c5805a7327b4"] + "79a114a6-698d-45cb-8330-5ab0980417e1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->223540393,ExpressionUUID->"5709fb18-782d-49ba-af40-6a42bb1dafa2"], + CellID->1093967443,ExpressionUUID->"94928d42-2827-4325-9658-1eb5aedc0e58"], Cell["Loading the package:", "ExampleText", CellID->1343153296,ExpressionUUID->"1c28c162-c30e-4552-a778-45d6f2db47d9"], @@ -666,8 +671,6 @@ Cell["Thus, we have found a pre-kernel imputation of the game.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -815,15 +818,15 @@ Cell[BoxData[GridBox[{ "75b87419-03de-432a-84b9-f54628b8c81e"] }], "SeeAlso",ExpressionUUID->"c84828c4-919e-434a-b95b-29a8b5277d0f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bf2c12fc-b53d-4111-a9b4-\ -555152308da5"], + }]], "SeeAlsoSection",ExpressionUUID->"3add5691-db4a-4479-a346-\ +fe4cc74ad652"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -835,9 +838,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5ebadfa3-d4f6-4b0b-8356-01e20d27a38e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9e90edc3-711c-40d2-8645-\ -987a0e945cee"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7a0c4360-5637-456a-9102-\ +cad0642347ee"], Cell[BoxData[GridBox[{ { @@ -854,7 +856,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c08eaccd-ef25-45e5-8756-408dab286c77"]}]}, + "5a55b3e3-5792-4d58-af8c-9666d3e9699d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -862,10 +864,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd95744e-4ed2-402f-888b-3e96dc1e8c78"]}]} + "e354d771-d0f4-41d0-b0e5-88e829cb6736"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7df7cbdf-9ba3-4dfb-958c-\ -86d5458a1d88"], + }]], "MoreAboutSection",ExpressionUUID->"b455faed-5669-43d9-b743-\ +ccef2d075aa3"], Cell[BoxData[GridBox[{ { @@ -892,7 +894,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b65b2e73-f82a-4e7b-96f5-7d332d6e530e"]], "RelatedLinks", + "cac09f1e-e249-4383-b274-c7a17e271cab"]], "RelatedLinks", ExpressionUUID->"ffb822b1-fa58-4324-920c-b171da70a5c2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -909,7 +911,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a9b576bc-3bb3-47c6-b8ff-d63fdeaf3f6c"]], "RelatedLinks", + "186228c6-037e-4bec-91f5-544d3d8c665a"]], "RelatedLinks", ExpressionUUID->"2d4861c9-ecca-42e9-ab76-242bb3405ce8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -926,7 +928,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelImputationQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "efe047ea-f5b3-4db5-ad87-7266e38e7724"]], "RelatedLinks", + "9cd3784d-e339-49d4-9582-0ffded74361d"]], "RelatedLinks", ExpressionUUID->"1cff18a7-70b6-4c08-aaeb-43a85e2a4a2c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -944,7 +946,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelImputationListQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "210b1b35-d39b-4e8e-a3fa-9d45dec88363"]], "RelatedLinks", + "a6921b6a-e80e-4861-a39e-62e9147edfaa"]], "RelatedLinks", ExpressionUUID->"703c44f6-ed62-4556-b17f-587c9d898795"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -961,11 +963,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5a4dab19-dbdd-413b-94f5-b6986ca5fcb4"]], "RelatedLinks", + "56a4edc4-a6c3-4762-9aa2-3927709fef2b"]], "RelatedLinks", ExpressionUUID->"c0761240-6735-4815-be9d-fced6a3d3f33"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"862225d0-9eb8-4b22-82d6-\ -89906f1b409b"], + }]], "RelatedLinksSection",ExpressionUUID->"01de607d-78b3-4c1d-bab7-\ +b7c2adfe58fd"], Cell[CellGroupData[{ @@ -995,11 +997,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"eb667e92-6e91-4972-bc4d-9f37ae59c180"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"23fa110a-fba4-46d2-a9ba-b4c6bbcdeeab"] +Cell[" ", "FooterCell",ExpressionUUID->"eef73590-c36d-4999-b43c-eb41ffbe0054"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreKernelQ", TaggingRules->{ @@ -1010,7 +1012,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 40.064749}", + "built" -> "{2024, 6, 3, 16, 54, 59.511585}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1020,10 +1022,11 @@ an element of the pre-kernel. PreKernelQ checks also the efficiency condition \ in contrast to the function MaxExcessBalanced. PreKernelQ[game, payoff, \ options] option can be passed to adjust the numerical round-off error to \ approximate rational numbers. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "PreKernelQ", "titlemodifier" -> "", "windowtitle" -> "PreKernelQ", - "type" -> "Symbol", "uri" -> "TUG/ref/PreKernelQ"}}, + "PreKernelQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "PreKernelQ", "type" -> "Symbol", "uri" -> + "TUG/ref/PreKernelQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1032,9 +1035,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6a5f02a7-7998-498a-8836-419b2834ca0e" +ExpressionUUID->"65e47c90-9d77-45b1-8bf9-6ff95cbdf74f" ] (* End of Notebook Content *) @@ -1042,137 +1045,135 @@ ExpressionUUID->"6a5f02a7-7998-498a-8836-419b2834ca0e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15568, 405, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0511cf5b-45cd-46e8-a555-118f09510ec8", + Cell[15626, 410, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43697d65-c1f4-4006-af37-9f0d4dc8d177", CellTags->"PrimaryExamplesSection", - CellID->945057370]} + CellID->1795523932]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38689, 1043} + {"PrimaryExamplesSection", 38738, 1046} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"4f07a9cc-4468-4f4c-97db-6c1f248667c0", +Cell[582, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"183d3b35-f65a-4afc-a83c-1e6d849fc1ec", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"310504f4-04fa-4a5c-a25a-41c895c88643"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8adaf151-0baa-4273-9d85-4e340f53143c"], Cell[CellGroupData[{ -Cell[7817, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"d3b7e3c9-4c4b-4e52-8767-d7cb7a9cbec3"], -Cell[9104, 232, 1124, 24, 209, "Usage",ExpressionUUID->"3157dea7-07c4-4184-b3e1-0941cf70784b", +Cell[7873, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"4127a53d-beee-48ab-81bf-b3e8f01749f2"], +Cell[9160, 237, 1124, 24, 208, "Usage",ExpressionUUID->"3157dea7-07c4-4184-b3e1-0941cf70784b", CellID->1181568228] }, Open ]], Cell[CellGroupData[{ -Cell[10265, 261, 1893, 47, 37, "NotesSection",ExpressionUUID->"733ec4aa-9f46-4b37-ab8a-dc0b0b9c81f5", +Cell[10321, 266, 1895, 47, 37, "NotesSection",ExpressionUUID->"25740983-f3e7-47c9-a165-ebb9e3869d36", CellGroupingRules->{"SectionGrouping", 50}, - CellID->85255771], -Cell[12161, 310, 782, 20, 57, "]]",ExpressionUUID->"cd5f1af0-9362-414f-b198-a10a672b044c", + CellID->1988498358], +Cell[12219, 315, 782, 20, 57, "]]",ExpressionUUID->"cd5f1af0-9362-414f-b198-a10a672b044c", CellID->209133038], -Cell[12946, 332, 489, 12, 37, "Notes",ExpressionUUID->"98a5921f-0c16-42c7-b4b1-b8c3ae2bddeb", +Cell[13004, 337, 489, 12, 38, "Notes",ExpressionUUID->"98a5921f-0c16-42c7-b4b1-b8c3ae2bddeb", CellID->466483318], -Cell[13438, 346, 207, 4, 36, "Notes",ExpressionUUID->"231ef023-1268-4c8c-b0ef-d09ea07a070e", +Cell[13496, 351, 207, 4, 36, "Notes",ExpressionUUID->"231ef023-1268-4c8c-b0ef-d09ea07a070e", CellID->308405956], -Cell[13648, 352, 220, 4, 36, "Notes",ExpressionUUID->"f31c5d3e-061e-4622-86f6-3f9a3590c0e8", +Cell[13706, 357, 220, 4, 36, "Notes",ExpressionUUID->"f31c5d3e-061e-4622-86f6-3f9a3590c0e8", CellID->1528290420], -Cell[13871, 358, 267, 4, 49, "Notes",ExpressionUUID->"22a8b483-fb65-4482-a170-4ddc2c2a7899", +Cell[13929, 363, 267, 4, 48, "Notes",ExpressionUUID->"22a8b483-fb65-4482-a170-4ddc2c2a7899", CellID->13178], -Cell[14141, 364, 701, 16, 42, "3ColumnTableMod",ExpressionUUID->"9250243f-bf50-4458-9f1d-fd6ff3a9d638", +Cell[14199, 369, 701, 16, 43, "3ColumnTableMod",ExpressionUUID->"9250243f-bf50-4458-9f1d-fd6ff3a9d638", CellID->11156], -Cell[14845, 382, 596, 17, 37, "Notes",ExpressionUUID->"c3c5661d-b613-4308-b6ee-2fc455e5f9c9", +Cell[14903, 387, 596, 17, 38, "Notes",ExpressionUUID->"c3c5661d-b613-4308-b6ee-2fc455e5f9c9", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15568, 405, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0511cf5b-45cd-46e8-a555-118f09510ec8", +Cell[15626, 410, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43697d65-c1f4-4006-af37-9f0d4dc8d177", CellTags->"PrimaryExamplesSection", - CellID->945057370], + CellID->1795523932], Cell[CellGroupData[{ -Cell[17013, 446, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5709fb18-782d-49ba-af40-6a42bb1dafa2", - CellID->223540393], -Cell[18414, 484, 119, 1, 38, "ExampleText",ExpressionUUID->"1c28c162-c30e-4552-a778-45d6f2db47d9", +Cell[17072, 451, 1399, 36, 30, "ExampleSection",ExpressionUUID->"94928d42-2827-4325-9658-1eb5aedc0e58", + CellID->1093967443], +Cell[18474, 489, 119, 1, 39, "ExampleText",ExpressionUUID->"1c28c162-c30e-4552-a778-45d6f2db47d9", CellID->1343153296], Cell[CellGroupData[{ -Cell[18558, 489, 168, 3, 27, "Input",ExpressionUUID->"4fa094cf-3fba-4934-bd0b-4c8941c39d78", +Cell[18618, 494, 168, 3, 27, "Input",ExpressionUUID->"4fa094cf-3fba-4934-bd0b-4c8941c39d78", CellID->1058040659], Cell[CellGroupData[{ -Cell[18751, 496, 236, 4, 23, "Print",ExpressionUUID->"4d2596fa-4ada-412c-bdce-1c0fdd887bf7", +Cell[18811, 501, 236, 4, 23, "Print",ExpressionUUID->"4d2596fa-4ada-412c-bdce-1c0fdd887bf7", CellID->1303047914], -Cell[18990, 502, 363, 8, 23, "Print",ExpressionUUID->"07b472c1-e22c-4dcb-8173-656e26c3e095", +Cell[19050, 507, 363, 8, 23, "Print",ExpressionUUID->"07b472c1-e22c-4dcb-8173-656e26c3e095", CellID->14414749], -Cell[19356, 512, 234, 4, 70, "Print",ExpressionUUID->"39783900-670d-4882-81d7-869fe4179f59", +Cell[19416, 517, 234, 4, 70, "Print",ExpressionUUID->"39783900-670d-4882-81d7-869fe4179f59", CellID->92762842], -Cell[19593, 518, 220, 3, 70, "Print",ExpressionUUID->"e1ca3448-fd73-4b06-91f2-5d88f4c2ca03", +Cell[19653, 523, 220, 3, 70, "Print",ExpressionUUID->"e1ca3448-fd73-4b06-91f2-5d88f4c2ca03", CellID->1100503883], -Cell[19816, 523, 207, 3, 70, "Print",ExpressionUUID->"e8bcc168-2428-45cd-9a13-6d1f20e77db9", +Cell[19876, 528, 207, 3, 70, "Print",ExpressionUUID->"e8bcc168-2428-45cd-9a13-6d1f20e77db9", CellID->1484746990], -Cell[20026, 528, 236, 4, 70, "Print",ExpressionUUID->"46ca6964-1bb6-4193-861a-17f4216bd55d", +Cell[20086, 533, 236, 4, 70, "Print",ExpressionUUID->"46ca6964-1bb6-4193-861a-17f4216bd55d", CellID->914598279], -Cell[20265, 534, 219, 3, 70, "Print",ExpressionUUID->"00329a20-fd1b-4f28-bcaa-7d2981ae00cb", +Cell[20325, 539, 219, 3, 70, "Print",ExpressionUUID->"00329a20-fd1b-4f28-bcaa-7d2981ae00cb", CellID->574933571], -Cell[20487, 539, 235, 4, 70, "Print",ExpressionUUID->"4b63afe2-1394-4bce-9fb4-d3abaccc8681", +Cell[20547, 544, 235, 4, 70, "Print",ExpressionUUID->"4b63afe2-1394-4bce-9fb4-d3abaccc8681", CellID->915042141], -Cell[20725, 545, 235, 4, 70, "Print",ExpressionUUID->"4c6a5eb8-8048-48b8-bdce-2fb2a683e6bf", +Cell[20785, 550, 235, 4, 70, "Print",ExpressionUUID->"4c6a5eb8-8048-48b8-bdce-2fb2a683e6bf", CellID->364199292], -Cell[20963, 551, 206, 3, 70, "Print",ExpressionUUID->"0cf5b9b4-7cfe-4e44-bb6f-58a015c45feb", +Cell[21023, 556, 206, 3, 70, "Print",ExpressionUUID->"0cf5b9b4-7cfe-4e44-bb6f-58a015c45feb", CellID->407092713], -Cell[21172, 556, 236, 4, 70, "Print",ExpressionUUID->"0e5280d4-d3b5-44dd-ac8f-2d04dc90aacf", +Cell[21232, 561, 236, 4, 70, "Print",ExpressionUUID->"0e5280d4-d3b5-44dd-ac8f-2d04dc90aacf", CellID->1549427554] }, Open ]] }, Open ]], -Cell[21435, 564, 137, 1, 70, "ExampleText",ExpressionUUID->"6d174ab0-5e63-499c-88b1-6d0c37260de4", +Cell[21495, 569, 137, 1, 70, "ExampleText",ExpressionUUID->"6d174ab0-5e63-499c-88b1-6d0c37260de4", CellID->1891385433], -Cell[21575, 567, 235, 6, 70, "Input",ExpressionUUID->"018e0481-cb52-4fbc-bb43-ef883d2c8392", +Cell[21635, 572, 235, 6, 70, "Input",ExpressionUUID->"018e0481-cb52-4fbc-bb43-ef883d2c8392", CellID->1674730947], -Cell[21813, 575, 381, 9, 70, "Input",ExpressionUUID->"a41f34d4-6669-441a-9c47-ebce8017dd31", +Cell[21873, 580, 381, 9, 70, "Input",ExpressionUUID->"a41f34d4-6669-441a-9c47-ebce8017dd31", CellID->1253428188], -Cell[22197, 586, 238, 6, 70, "Input",ExpressionUUID->"3e03588b-b29d-49ff-abd1-fc169499503f", +Cell[22257, 591, 238, 6, 70, "Input",ExpressionUUID->"3e03588b-b29d-49ff-abd1-fc169499503f", CellID->1804357102], -Cell[22438, 594, 191, 4, 70, "ExampleText",ExpressionUUID->"c672f17b-d646-43a1-8b12-70a475a5ee21", +Cell[22498, 599, 191, 4, 70, "ExampleText",ExpressionUUID->"c672f17b-d646-43a1-8b12-70a475a5ee21", CellID->1315218536], Cell[CellGroupData[{ -Cell[22654, 602, 167, 3, 70, "Input",ExpressionUUID->"ec1c8563-6f5e-409d-885a-26c48e1305c2", +Cell[22714, 607, 167, 3, 70, "Input",ExpressionUUID->"ec1c8563-6f5e-409d-885a-26c48e1305c2", CellID->620901339], -Cell[22824, 607, 245, 6, 51, "Output",ExpressionUUID->"dab02606-afdb-4b88-9b36-ef17c04283d1", +Cell[22884, 612, 245, 6, 50, "Output",ExpressionUUID->"dab02606-afdb-4b88-9b36-ef17c04283d1", CellID->1380276419] }, Open ]], -Cell[23084, 616, 170, 3, 70, "ExampleText",ExpressionUUID->"6c1f8dcb-30bc-4fa1-8e7d-139a71378e53", +Cell[23144, 621, 170, 3, 70, "ExampleText",ExpressionUUID->"6c1f8dcb-30bc-4fa1-8e7d-139a71378e53", CellID->929518910], Cell[CellGroupData[{ -Cell[23279, 623, 190, 4, 70, "Input",ExpressionUUID->"01121ab5-9c51-43e1-acd4-72f19f51252e", +Cell[23339, 628, 190, 4, 70, "Input",ExpressionUUID->"01121ab5-9c51-43e1-acd4-72f19f51252e", CellID->185162309], -Cell[23472, 629, 268, 7, 51, "Output",ExpressionUUID->"69c4e139-3951-4228-87cc-25e26bafdc00", +Cell[23532, 634, 268, 7, 50, "Output",ExpressionUUID->"69c4e139-3951-4228-87cc-25e26bafdc00", CellID->251865068] }, Open ]], -Cell[23755, 639, 178, 3, 70, "ExampleText",ExpressionUUID->"57ed1ef3-e451-4b73-8da6-992fdbe9a84a", +Cell[23815, 644, 178, 3, 70, "ExampleText",ExpressionUUID->"57ed1ef3-e451-4b73-8da6-992fdbe9a84a", CellID->1839336389], Cell[CellGroupData[{ -Cell[23958, 646, 192, 4, 70, "Input",ExpressionUUID->"d24ad376-da5c-40d1-80dd-9618be7023db", +Cell[24018, 651, 192, 4, 70, "Input",ExpressionUUID->"d24ad376-da5c-40d1-80dd-9618be7023db", CellID->1276241102], -Cell[24153, 652, 180, 4, 36, "Output",ExpressionUUID->"64331c63-d821-4381-b399-2cebfcc7ac7c", +Cell[24213, 657, 180, 4, 36, "Output",ExpressionUUID->"64331c63-d821-4381-b399-2cebfcc7ac7c", CellID->546987946] }, Open ]], -Cell[24348, 659, 154, 1, 70, "ExampleText",ExpressionUUID->"8ceef7df-a9b5-4bce-8578-40fdefc7f110", +Cell[24408, 664, 154, 1, 70, "ExampleText",ExpressionUUID->"8ceef7df-a9b5-4bce-8578-40fdefc7f110", CellID->493568265] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24792, 673, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"3add5691-db4a-4479-a346-fe4cc74ad652"], +Cell[30298, 823, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7a0c4360-5637-456a-9102-cad0642347ee"], +Cell[30971, 843, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b455faed-5669-43d9-b743-ccef2d075aa3"], +Cell[32007, 871, 3531, 98, 70, "RelatedLinksSection",ExpressionUUID->"01de607d-78b3-4c1d-bab7-b7c2adfe58fd"], Cell[CellGroupData[{ -Cell[24754, 670, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"bf2c12fc-b53d-4111-a9b4-555152308da5"], -Cell[30260, 820, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9e90edc3-711c-40d2-8645-987a0e945cee"] -}, Open ]], -Cell[30945, 841, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7df7cbdf-9ba3-4dfb-958c-86d5458a1d88"], -Cell[31981, 869, 3531, 98, 70, "RelatedLinksSection",ExpressionUUID->"862225d0-9eb8-4b22-82d6-89906f1b409b"], -Cell[CellGroupData[{ -Cell[35537, 971, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4cd288ce-1bfd-4d9b-9ca6-718ce8333681", +Cell[35563, 973, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4cd288ce-1bfd-4d9b-9ca6-718ce8333681", CellID->2135167160], -Cell[35678, 974, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7c73f4b1-2e63-4b70-bd7f-97fa1f6658da", +Cell[35704, 976, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7c73f4b1-2e63-4b70-bd7f-97fa1f6658da", CellID->1194386356], -Cell[35900, 980, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f2d7429-2bad-446d-b9dd-00172c316b15", +Cell[35926, 982, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f2d7429-2bad-446d-b9dd-00172c316b15", CellID->1641706272], -Cell[36115, 985, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"22af8c65-b5c8-4b6c-9073-d00ddfef3956", +Cell[36141, 987, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"22af8c65-b5c8-4b6c-9073-d00ddfef3956", CellID->399251956], -Cell[36344, 991, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb667e92-6e91-4972-bc4d-9f37ae59c180", +Cell[36370, 993, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"eb667e92-6e91-4972-bc4d-9f37ae59c180", CellID->821434655] }, Open ]], -Cell[36581, 997, 78, 0, 70, "FooterCell",ExpressionUUID->"23fa110a-fba4-46d2-a9ba-b4c6bbcdeeab"] +Cell[36607, 999, 78, 0, 70, "FooterCell",ExpressionUUID->"eef73590-c36d-4999-b43c-eb41ffbe0054"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreKernelSolution.nb b/Documentation/English/ReferencePages/Symbols/PreKernelSolution.nb index 07c066b..1dad3e3 100644 --- a/Documentation/English/ReferencePages/Symbols/PreKernelSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/PreKernelSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 77765, 2017] -NotebookOptionsPosition[ 62163, 1715] -NotebookOutlinePosition[ 65055, 1779] -CellTagsIndexPosition[ 64969, 1774] +NotebookDataLength[ 77764, 2017] +NotebookOptionsPosition[ 62174, 1716] +NotebookOutlinePosition[ 65088, 1781] +CellTagsIndexPosition[ 65002, 1776] WindowTitle->PreKernelSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2c70dddc-8318-41c8-90cd-23f8fd712e48"], + "1be40ea5-3d78-4fe2-9ef6-f3df230b1375"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "43873666-d355-44da-a06d-b2dba9ec3ef6"], + "c27ca462-4bac-40b1-8599-98312414fc39"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f22ec803-a078-440b-935a-f1187bb02172"] - }],ExpressionUUID->"2cf98a6d-11fa-4152-a221-a0c397c19a29"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "80ad2a4d-4559-4d35-8619-9429d14ecca9"] + }],ExpressionUUID->"e65b3c6b-1af4-449a-a20e-b6cb314b6aae"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "136d1506-131d-4cae-9f77-e98e2734d546"], + "2df08131-6899-4ba3-bf74-c27c8843cf22"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "400dcfd6-4110-4361-be36-17c69890f284"] - }],ExpressionUUID->"c3c28a6f-acb1-493a-b6c6-efc77f4f3b69"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b7de09d4-b501-4b97-bcaa-74d884328ec9"] + }],ExpressionUUID->"cf89b168-1653-4b02-b8d4-24d876259096"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "95518117-4b8d-4548-a38e-f4f9fa87c610"], + "89167624-9bec-47ed-bf10-6a73c7a05cde"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f202e6f-39a8-433a-ba38-4e3679dce5af"] - }],ExpressionUUID->"37a61925-0ca7-4415-b470-5fa1737a9354"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c2fc5d7e-584c-45db-9458-fc750f9ad839"] + }],ExpressionUUID->"81c32579-9160-43e4-96a2-8dc5be31dee9"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "72773ff7-e4fd-465f-8ff9-f61d8be6305e"], + "1a7a96d1-a09f-46c3-a8f8-79828bc37e5b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1f450968-c651-4909-8037-ae08401fd393"] - }],ExpressionUUID->"178d1000-4daa-4e5a-ba1c-5e2c00264075"], - StripOnInput->False], {"\<\"TUG/ref/PreKernelSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreKernelSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "7a387dd8-d26b-438c-8362-edebeb9648d3"] + }],ExpressionUUID->"930efb00-2273-42bb-aebf-da7497c27a4d"], + StripOnInput->False],{ + "\"TUG/ref/PreKernelSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreKernelSolution"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ PreKernelSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$156351], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreKernelSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$169519], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreKernelSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ddd617b9-1c61-43d8-8435-749675670e38"] + "2fb9b894-0a08-4684-80ee-9236b190018c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "10e85c1e-b48c-42e2-9d04-ecde0817109c"]} + "fe29314f-69bd-4e91-9d76-f025a260a55d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"df4542e8-6db9-4b17-a256-c2f1a99e09ca"], + CellID->1,ExpressionUUID->"aa01b72e-4bbf-4f46-b9c1-41912d8f34fd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7db29684-1b24-4a37-8e72-7790228b602b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f29e04f3-fea6-48aa-a5a3-9d43b82e5f08"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreKernelSolution", "ObjectName",ExpressionUUID-> - "e70b3be1-169e-4d31-9b8d-5ef759ea1403"], + "c9ba2c1f-8eda-442b-a409-019ca49a175a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d3bda9ae-d228-4959-ae59-8fade1c5ea22"], + "Spacer1"]],ExpressionUUID->"c6510289-38e6-4e1a-b930-937ebb9c8182"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8b75dc7a-7403-4ff6-9d2d-b605f89c80f1"] - }],ExpressionUUID->"1e0840ca-3270-4e06-8561-8718c61c68ff"], Cell[BoxData[ + "93f23329-c25d-4f52-b3ef-847537995635"] + }],ExpressionUUID->"47cfae52-80d5-4786-92e0-5940187306f2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "bf663d4a-40d1-4f0a-9459-a699581290af"]} + "60ba3eb4-1367-4962-b6c0-e36472d87d97"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6aa40175-70a9-4a7e-8c5c-6ddb620b7fe0"], + CacheGraphics->False,ExpressionUUID->"6824957c-5934-426e-b29c-3082c80a69a5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ StyleBox["game", FontSlant->"Italic"], " by relying on Algorithm 8.1.1 and 8.2.1 of Meinhardt (2013)." - }],ExpressionUUID->"e069fbaa-5eec-4eb6-88d2-6713136e1498"]}, + }],ExpressionUUID->"d15d82bd-546e-404b-9603-d7ad976e0097"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelSolution", "[", @@ -252,7 +256,7 @@ argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"0bc4944a-9a63-48e0-a3cd-743f8cb3a158"]}, + }],ExpressionUUID->"d3cd159d-aef9-4919-b5c5-1963dfee144f"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelSolution", "[", @@ -264,7 +268,7 @@ argument ", FontSlant->"Italic"], " to find a different pre-kernel element from the same internal starting \ point." - }],ExpressionUUID->"fc2cbcb4-710d-4769-b55b-be54ac2b8758"]}, + }],ExpressionUUID->"370689d7-a18c-4670-98bb-ad1f3b9e6bf8"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"PreKernelSolution", "[", @@ -285,7 +289,7 @@ elements through ", " PreKernelSolution[game,payoff, ConjugateFunction -> True, \ ShowObjectiveFunction -> True]. However, by the latter option through \ AntiPreKernel -> True an anti-pre-kernel element can be determined instead." - }],ExpressionUUID->"c3e56aec-f32f-4228-9452-e28731f0a324"]} + }],ExpressionUUID->"88b463d8-ff72-4174-aa63-b821a35e5852"]} }]], "Usage", CellID->2134615353,ExpressionUUID->"86b62c3e-c058-49a9-9c5a-4aeb3350cba8"] }, Open ]], @@ -318,12 +322,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9f69184b-2c2d-4955-a4d6-e08ff78c8027"], + ExpressionUUID->"a53ca5ad-08be-4838-9132-98ddaf190f80"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"921bd996-b324-4ce5-9196-ab7898d555ae"], + "Spacer1"]],ExpressionUUID->"78d2d2b3-8e5b-4061-8b1c-df1ab06a6a84"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8a4a3b9e-5e9f-4b85-80be-fb80768e0ac3"], + }], "NotesFrameText",ExpressionUUID->"526b7c84-bc8f-4e26-a661-69952d9fc196"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -334,12 +338,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fc4b5080-f5e7-49d5-b942-fd6e568f78cb"]], \ + "Preemptive"]],ExpressionUUID->"db5917b3-6362-40ed-bb79-151adec9bd53"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->350771631,ExpressionUUID->"b7b32d67-850d-42d0-b340-920eb6d8ff34"], + CellID->1563596267,ExpressionUUID->"1c8d2b06-b025-47a0-ab99-66ea0c0dc93a"], Cell[TextData[{ "The input expression ", @@ -426,11 +430,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "370d7677-7320-4a1b-8b74-5fe19fddde66"], "Newton", Cell[ + "b6801632-1a94-40c1-9696-e5633e1fab8f"], "Newton", Cell[ "Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"11d3f47e-d121-437e-b8fa-2b15310a455c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e7e792d4-8bc7-4321-a0c9-cbbbd91f6129"], + "78ff66a9-67a5-42f9-9ff3-0c3ddb81de28"], TemplateBox[{ Cell[ TextData["QuasiNewton"]], "paclet:ref/QuasiNewton"}, @@ -446,11 +450,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "41a11d7f-3437-437a-8160-dbcf8326a14d"], "LevenbergMarquardt", Cell[ + "97bd99a4-e69e-4d7d-84ea-82b8138d7c6c"], "LevenbergMarquardt", Cell[ "Gauss-Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"d1f048f0-dee0-401c-aaca-67803d6476f9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1afd3d45-bba0-49d7-9b3d-e9a30901f96d"], + "4ad25c5a-2b0f-4e92-9207-3c7862001019"], TemplateBox[{ Cell[ TextData["Automatic"]], "paclet:ref/Automatic"}, @@ -466,11 +470,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "94fe39e2-0d53-441e-bb73-1f0e02164767"], "IPOPT", Cell[ + "4c0245a0-5e2b-4f92-9e0c-e9b5cce1f59a"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "84694118-ee66-402d-ac0c-3d55e56a01ca"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0b1795e3-bd54-4ee9-8a96-0a1753751740"], + "ad84d86c-0e9a-47dd-95ce-fe617035d3dc"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -486,11 +490,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d4c7fd0f-dae2-4c1e-aa50-7aef9061ed9c"], "PrincipalAxis", Cell[ + "69bc6e76-4ced-48cf-90f2-3f9da7e1c80c"], "PrincipalAxis", Cell[ "is a line search method. ", "TableText",ExpressionUUID-> "245237f4-b7be-4f34-98a2-c392d5e035a2"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "97dbe055-4dc8-457a-bca5-f9c7c9f6dd1c"], + "c47480bb-2edc-4cf1-9745-d1f7df12fde0"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -506,11 +510,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5af7ac6b-3155-4908-b6f6-fc1cf59d7861"], "Gradient", Cell["\<\ + "081aa847-6d34-4feb-8291-84592a299e02"], "Gradient", Cell["\<\ is an algorithm for finding the nearest local minimum of a function \ \>", "TableText",ExpressionUUID->"e0ef1d24-5db5-437c-8d84-f5412f7ce9ae"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dbf9e1f5-9902-4bc3-89c6-30c0bba05d2f"], + "f1bc333a-8a07-4030-872e-e655959c0bcb"], TemplateBox[{ Cell[ TextData["ConjugateGradient"]], "paclet:ref/ConjugateGradient"}, @@ -527,7 +531,7 @@ presupposes that the gradient of the function can be computed. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "089c3232-d804-448a-bea5-1522e974f796"], "InteriorPoint", Cell[ + "aea79909-7f6f-49fc-889c-31ed565b789e"], "InteriorPoint", Cell[ "use for MachinePrecision.", "TableText",ExpressionUUID-> "602ce5a2-1780-44ce-9e1d-f331285fd21d"]} }]], "2ColumnTableMod", @@ -556,7 +560,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "56da7776-a882-4793-90c1-998cbe5cb9ca"], + "6c563e89-ac4b-4eb3-ade7-eebe27374fa4"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -566,7 +570,7 @@ Cell[BoxData[GridBox[{ "use to compute a pre-kernel element.", "TableText",ExpressionUUID-> "e90dcb7c-0c26-4b47-b246-6b3fd684801b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dc76ad03-d67c-40c1-8736-91af0400480a"], + "a5135f05-4a81-4ef5-bb7b-cb55a219626b"], TemplateBox[{ Cell[ TextData["ConjugateFunction"]], "paclet:TUG/ref/ConjugateFunction", @@ -576,7 +580,7 @@ Cell[BoxData[GridBox[{ do not use the conjugate function to find a pre-kernel element.\ \>", "TableText",ExpressionUUID->"31ccc9dd-f70f-49f5-909e-50cb9fb4ed45"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0b9fc60f-1d30-442e-a5a0-14e8e02dab6d"], + "6b5d5826-75c9-4d1f-873b-93978f8db9c9"], TemplateBox[{ Cell[ TextData["ShowObjectiveFunction"]], @@ -598,7 +602,7 @@ do not use the conjugate function to find a pre-kernel element.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "4a9fa323-3bb2-4bf3-939c-35f64ba20268"], + "c4574949-9aac-4603-88ca-66d080ea8518"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -608,7 +612,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"03abf02f-072f-4d7b-848a-cc444a5b6ca9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dbacaa54-d3dd-4f89-ac8d-f5fb0b5163e0"], + "9e405b10-cbd5-4900-971e-bd2c0ff6ad7e"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -618,7 +622,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "fa4e645e-c856-4ed6-8fd6-4de134d8d4ac"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "28b67f78-6e53-4084-8764-22bc8f2edf42"], + "d6793827-07b4-4cbe-981e-0410121bd84d"], TemplateBox[{ Cell[ TextData["SolutionExact"]], "paclet:TUG/ref/SolutionExact", @@ -640,7 +644,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8bdc56f3-993b-4e79-af3a-3334226fda1b"], + "d74bf36b-d576-4bde-9955-90597a80f337"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -650,7 +654,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"e4a6f09e-5a6a-4512-b8e9-d11ad3436477"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "2e2ab45a-db0d-48ca-9340-8fc8dd39b92a"], + "0b3f8c3b-b49c-466a-bfdb-4e6cf48eb120"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -661,7 +665,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"99831fb6-bb48-44ca-b9d7-875784be50a6"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e03cb939-4016-4f1b-8661-8d310878a6d1"], + "b8bbabf1-84e5-4019-961e-e9ace19216e6"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -894,19 +898,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1b83400b-32d9-475d-b264-2d16bda68292"], + ExpressionUUID->"939c2609-7fe7-411e-ac2b-55599d851459"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4e35901c-14a2-4c10-82c3-8d075776d328"], + "Spacer1"]],ExpressionUUID->"bf974c16-5117-40dd-bd6a-67f776a703e7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e3829d8c-19e7-4167-b3bc-17510cb51383"] + "9c2f5363-a581-44b7-b497-fc17d48c2830"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2057568307,ExpressionUUID->"404653ce-dc8d-4e6d-8bc4-306a922839bf"], + CellID->2117247703,ExpressionUUID->"df38fc61-e0b2-4568-ae99-94db5d27121f"], Cell[CellGroupData[{ @@ -935,18 +939,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"503583cf-0ff9-4cf3-8409-9e2a7e2ce3a7"], + ExpressionUUID->"afd7935e-8566-4d29-b988-b6a5e7ca0359"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6af1f0ce-0e9b-4743-9532-cc6ee52b05c3"], + "Spacer1"]],ExpressionUUID->"8b499dbf-15a9-4190-842d-7b408efcf47e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c3d17c89-234d-4bc8-82c8-08d1a39360b8"] + "6475b60b-5af1-47f7-95d7-bd079da287a1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1900201285,ExpressionUUID->"e26fff1e-6447-4c1e-9bfb-6b9f6bd6dc18"], + CellID->28390652,ExpressionUUID->"123efdfa-cf8d-4df4-b514-dc232487bbe9"], Cell["Loading the package:", "ExampleText", CellID->1245733983,ExpressionUUID->"93fece4e-d3b5-4307-b5e4-77f5bbce1dc8"], @@ -1417,8 +1421,6 @@ Cell["All methods returns the correct result.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1566,15 +1568,15 @@ Cell[BoxData[GridBox[{ "47da54fe-06a3-48c5-9023-629e5ef5b11a"] }], "SeeAlso",ExpressionUUID->"ad245d5a-4e99-49a0-87d9-8fb68a54ca70"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"482dbeee-22c4-430b-ac62-\ -d5e73bd4afb4"], + }]], "SeeAlsoSection",ExpressionUUID->"1900254f-1231-41b3-8c15-\ +79d5934d8fd3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1586,9 +1588,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d5c692dc-6720-407a-af28-b34a0488c66a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"597ff0bc-23ca-4c3a-9c93-\ -6833ff7341ff"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9d093bed-4249-4a3f-b0b4-\ +546d2ba2a988"], Cell[BoxData[GridBox[{ { @@ -1605,7 +1606,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "51f13aa9-3255-4ba3-b86c-044380e78767"]}]}, + "25b3e335-c7c3-42a1-bb10-d64602eb4aa9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1613,10 +1614,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ab8e4974-9a1e-43a1-8a88-d1cc32160140"]}]} + "c9cb26ec-9bac-4d20-804c-70730845eb8e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b42982f0-17e4-4bc7-abdd-\ -909ae9ec7089"], + }]], "MoreAboutSection",ExpressionUUID->"7c960267-6a9e-4c3a-b319-\ +866fd77c4d3b"], Cell[BoxData[GridBox[{ { @@ -1643,7 +1644,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9d03e5c0-a6f7-403c-b46d-b5ad5001c1e6"]], "RelatedLinks", + "e0e6066f-b0db-4c81-afa3-00acf17f4dcb"]], "RelatedLinks", ExpressionUUID->"6b0a8ff2-e3e9-4e08-8bbe-db010869eb12"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1660,7 +1661,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e6ed2e4a-6899-4b43-b5df-12042587432f"]], "RelatedLinks", + "259894a9-9aab-4d21-8767-b0a8269cb8fe"]], "RelatedLinks", ExpressionUUID->"47ed4cc3-5eef-4d03-8472-63b5ac1f6b19"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1677,11 +1678,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "83117163-5b14-4b59-b9f6-1769b2ef368e"]], "RelatedLinks", + "6aa39fbb-3859-4fb8-a969-3998b079c68d"]], "RelatedLinks", ExpressionUUID->"8e7d6d61-f2f4-4889-9edd-c22e7a48439c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"85cf245b-f964-47e0-a2ab-\ -2709f15a1249"], + }]], "RelatedLinksSection",ExpressionUUID->"07f0a749-bc48-4f32-8d9d-\ +b68e201eec4a"], Cell[CellGroupData[{ @@ -1711,11 +1712,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a0852ab7-cb42-43a8-b7e7-76efc34c0aea"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b97c8326-5b56-4919-9bb8-ea4890b97e09"] +Cell[" ", "FooterCell",ExpressionUUID->"12e024af-6ac4-4c52-acd1-6854eb726804"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreKernelSolution", TaggingRules->{ @@ -1726,7 +1727,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 41.660210}", + "built" -> "{2024, 6, 3, 16, 55, 0.382557}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1744,10 +1745,11 @@ PreKernelSolution[game,payoff, ConjugateFunction -> True, \ ShowObjectiveFunction -> True]. However, by the latter option through \ AntiPreKernel -> True an anti-pre-kernel element can be determined instead.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PreKernelSolution", - "titlemodifier" -> "", "windowtitle" -> "PreKernelSolution", "type" -> - "Symbol", "uri" -> "TUG/ref/PreKernelSolution"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PreKernelSolution", "type" -> "Symbol", "uri" -> + "TUG/ref/PreKernelSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1756,9 +1758,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"958bf3ba-4ef4-4cb7-93b6-29cbe2b24765" +ExpressionUUID->"524c07f8-cc90-4a96-97ef-d63ea6bba38b" ] (* End of Notebook Content *) @@ -1766,259 +1768,257 @@ ExpressionUUID->"958bf3ba-4ef4-4cb7-93b6-29cbe2b24765" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[33465, 871, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"404653ce-dc8d-4e6d-8bc4-306a922839bf", + Cell[33512, 875, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"df38fc61-e0b2-4568-ae99-94db5d27121f", CellTags->"PrimaryExamplesSection", - CellID->2057568307]} + CellID->2117247703]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 64768, 1767} + {"PrimaryExamplesSection", 64801, 1769} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"df4542e8-6db9-4b17-a256-c2f1a99e09ca", +Cell[589, 21, 7169, 172, 57, "AnchorBarGrid",ExpressionUUID->"aa01b72e-4bbf-4f46-b9c1-41912d8f34fd", CellID->1], -Cell[7715, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7db29684-1b24-4a37-8e72-7790228b602b"], +Cell[7761, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f29e04f3-fea6-48aa-a5a3-9d43b82e5f08"], Cell[CellGroupData[{ -Cell[7826, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"6aa40175-70a9-4a7e-8c5c-6ddb620b7fe0"], -Cell[9120, 232, 2596, 57, 404, "Usage",ExpressionUUID->"86b62c3e-c058-49a9-9c5a-4aeb3350cba8", +Cell[7872, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"6824957c-5934-426e-b29c-3082c80a69a5"], +Cell[9166, 236, 2596, 57, 402, "Usage",ExpressionUUID->"86b62c3e-c058-49a9-9c5a-4aeb3350cba8", CellID->2134615353] }, Open ]], Cell[CellGroupData[{ -Cell[11753, 294, 1894, 47, 37, "NotesSection",ExpressionUUID->"b7b32d67-850d-42d0-b340-920eb6d8ff34", +Cell[11799, 298, 1895, 47, 37, "NotesSection",ExpressionUUID->"1c8d2b06-b025-47a0-ab99-66ea0c0dc93a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->350771631], -Cell[13650, 343, 782, 20, 57, "]]",ExpressionUUID->"b9afc52d-8e6d-429c-a203-c77846fb8bf5", + CellID->1563596267], +Cell[13697, 347, 782, 20, 57, "]]",ExpressionUUID->"b9afc52d-8e6d-429c-a203-c77846fb8bf5", CellID->313448337], -Cell[14435, 365, 489, 12, 37, "Notes",ExpressionUUID->"0ec6d15d-5705-4bc2-b913-577bc5099fed", +Cell[14482, 369, 489, 12, 38, "Notes",ExpressionUUID->"0ec6d15d-5705-4bc2-b913-577bc5099fed", CellID->177724765], -Cell[14927, 379, 172, 3, 36, "Notes",ExpressionUUID->"af3bd8dd-2f63-4af1-95e6-3bcdc60bf48a", +Cell[14974, 383, 172, 3, 36, "Notes",ExpressionUUID->"af3bd8dd-2f63-4af1-95e6-3bcdc60bf48a", CellID->1196604587], -Cell[15102, 384, 617, 11, 99, "Notes",ExpressionUUID->"ee7ea189-229c-4051-ac93-478d97d40d4a", +Cell[15149, 388, 617, 11, 99, "Notes",ExpressionUUID->"ee7ea189-229c-4051-ac93-478d97d40d4a", CellID->1489744222], -Cell[15722, 397, 344, 6, 57, "Notes",ExpressionUUID->"53887b77-7595-44b4-badf-568ae975daee", +Cell[15769, 401, 344, 6, 57, "Notes",ExpressionUUID->"53887b77-7595-44b4-badf-568ae975daee", CellID->838505745], -Cell[16069, 405, 296, 5, 70, "Notes",ExpressionUUID->"ed04d833-ed25-486b-9712-fc8cc16f0346", +Cell[16116, 409, 296, 5, 70, "Notes",ExpressionUUID->"ed04d833-ed25-486b-9712-fc8cc16f0346", CellID->446871068], -Cell[16368, 412, 391, 12, 70, "Notes",ExpressionUUID->"4f2cd367-849b-421f-8b72-4134f17b1e86", +Cell[16415, 416, 391, 12, 70, "Notes",ExpressionUUID->"4f2cd367-849b-421f-8b72-4134f17b1e86", CellID->1690633037], -Cell[16762, 426, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"4ba74bf8-9a14-4e6c-a881-f0a0a1c33083", +Cell[16809, 430, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"4ba74bf8-9a14-4e6c-a881-f0a0a1c33083", CellID->2025032606], -Cell[17669, 446, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"15864112-bf63-41e6-8bc3-8a7ed87b95ef", +Cell[17716, 450, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"15864112-bf63-41e6-8bc3-8a7ed87b95ef", CellID->1463590468], -Cell[18574, 466, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"aa987082-cbdd-40d1-b219-fd39c8656262", +Cell[18621, 470, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"aa987082-cbdd-40d1-b219-fd39c8656262", CellID->634259885], -Cell[19388, 486, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"cb723967-93a7-4f3e-b0cf-24b1dee46d85", +Cell[19435, 490, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"cb723967-93a7-4f3e-b0cf-24b1dee46d85", CellID->1468534896], -Cell[20224, 506, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"b29afa9b-d203-42e3-8be7-48e5c173bc2c", +Cell[20271, 510, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"b29afa9b-d203-42e3-8be7-48e5c173bc2c", CellID->1691942019], -Cell[21237, 527, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c0f4ec16-0ade-4593-b481-67bb4d4c0b67", +Cell[21284, 531, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c0f4ec16-0ade-4593-b481-67bb4d4c0b67", CellID->628937896], -Cell[21722, 538, 356, 10, 70, "Notes",ExpressionUUID->"ccec3bbb-ebe8-4ebe-8ff4-58edec31531b", +Cell[21769, 542, 356, 10, 70, "Notes",ExpressionUUID->"ccec3bbb-ebe8-4ebe-8ff4-58edec31531b", CellID->17586], -Cell[22081, 550, 267, 4, 70, "Notes",ExpressionUUID->"b06d181b-1334-4e51-b0e9-a5f089a14346", +Cell[22128, 554, 267, 4, 70, "Notes",ExpressionUUID->"b06d181b-1334-4e51-b0e9-a5f089a14346", CellID->13178], -Cell[22351, 556, 1712, 40, 70, "3ColumnTableMod",ExpressionUUID->"c33d9cfb-a4ab-4125-8c2a-496dfa01d76c", +Cell[22398, 560, 1712, 40, 70, "3ColumnTableMod",ExpressionUUID->"c33d9cfb-a4ab-4125-8c2a-496dfa01d76c", CellID->1374443190], -Cell[24066, 598, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"8428f18e-fb7a-4666-ae12-bcbb4eaa03e1", +Cell[24113, 602, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"8428f18e-fb7a-4666-ae12-bcbb4eaa03e1", CellID->1699621045], -Cell[25735, 640, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"bba0e4b0-e48b-4966-80fa-8a41400ac285", +Cell[25782, 644, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"bba0e4b0-e48b-4966-80fa-8a41400ac285", CellID->11156], -Cell[27426, 682, 502, 14, 70, "Notes",ExpressionUUID->"58c2e5db-b34f-482a-aa03-1507a9122538", +Cell[27473, 686, 502, 14, 70, "Notes",ExpressionUUID->"58c2e5db-b34f-482a-aa03-1507a9122538", CellID->2104907360], -Cell[27931, 698, 529, 14, 70, "Notes",ExpressionUUID->"9db85d71-9ba1-4255-89ab-2bff8b84ca40", +Cell[27978, 702, 529, 14, 70, "Notes",ExpressionUUID->"9db85d71-9ba1-4255-89ab-2bff8b84ca40", CellID->402274834], -Cell[28463, 714, 523, 14, 70, "Notes",ExpressionUUID->"8d09e69a-6568-4b01-983f-f7abcff05817", +Cell[28510, 718, 523, 14, 70, "Notes",ExpressionUUID->"8d09e69a-6568-4b01-983f-f7abcff05817", CellID->1192823045], -Cell[28989, 730, 507, 14, 70, "Notes",ExpressionUUID->"09026b21-ae33-40a3-94c2-4dfa8efc1c5e", +Cell[29036, 734, 507, 14, 70, "Notes",ExpressionUUID->"09026b21-ae33-40a3-94c2-4dfa8efc1c5e", CellID->1705760446], -Cell[29499, 746, 806, 25, 70, "Notes",ExpressionUUID->"79aaf906-7ab9-434c-8f6d-054ca7fa70e5", +Cell[29546, 750, 806, 25, 70, "Notes",ExpressionUUID->"79aaf906-7ab9-434c-8f6d-054ca7fa70e5", CellID->1244267370], -Cell[30308, 773, 952, 26, 70, "Notes",ExpressionUUID->"b99a5434-6e29-4345-bfcd-4b374aafe41b", +Cell[30355, 777, 952, 26, 70, "Notes",ExpressionUUID->"b99a5434-6e29-4345-bfcd-4b374aafe41b", CellID->821313100], -Cell[31263, 801, 501, 14, 70, "Notes",ExpressionUUID->"d28dab35-fd43-40ef-9f6c-cfdd679afdfb", +Cell[31310, 805, 501, 14, 70, "Notes",ExpressionUUID->"d28dab35-fd43-40ef-9f6c-cfdd679afdfb", CellID->263694690], -Cell[31767, 817, 528, 14, 70, "Notes",ExpressionUUID->"70cb6070-eff5-4f1d-bd1b-367b1c42609f", +Cell[31814, 821, 528, 14, 70, "Notes",ExpressionUUID->"70cb6070-eff5-4f1d-bd1b-367b1c42609f", CellID->2041037989], -Cell[32298, 833, 571, 17, 70, "Notes",ExpressionUUID->"5f625f8c-8694-4aa9-b28b-4de1d600d38b", +Cell[32345, 837, 571, 17, 70, "Notes",ExpressionUUID->"5f625f8c-8694-4aa9-b28b-4de1d600d38b", CellID->900904482], -Cell[32872, 852, 466, 13, 70, "Notes",ExpressionUUID->"f49a3e37-27d5-4a1f-b4c0-c2b9715459f8", +Cell[32919, 856, 466, 13, 70, "Notes",ExpressionUUID->"f49a3e37-27d5-4a1f-b4c0-c2b9715459f8", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[33465, 871, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"404653ce-dc8d-4e6d-8bc4-306a922839bf", +Cell[33512, 875, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"df38fc61-e0b2-4568-ae99-94db5d27121f", CellTags->"PrimaryExamplesSection", - CellID->2057568307], + CellID->2117247703], Cell[CellGroupData[{ -Cell[34911, 912, 1399, 36, 70, "ExampleSection",ExpressionUUID->"e26fff1e-6447-4c1e-9bfb-6b9f6bd6dc18", - CellID->1900201285], -Cell[36313, 950, 119, 1, 70, "ExampleText",ExpressionUUID->"93fece4e-d3b5-4307-b5e4-77f5bbce1dc8", +Cell[34958, 916, 1397, 36, 70, "ExampleSection",ExpressionUUID->"123efdfa-cf8d-4df4-b514-dc232487bbe9", + CellID->28390652], +Cell[36358, 954, 119, 1, 70, "ExampleText",ExpressionUUID->"93fece4e-d3b5-4307-b5e4-77f5bbce1dc8", CellID->1245733983], Cell[CellGroupData[{ -Cell[36457, 955, 168, 3, 70, "Input",ExpressionUUID->"be1d76f2-5ce9-45aa-9a9d-430a6249a2df", +Cell[36502, 959, 168, 3, 70, "Input",ExpressionUUID->"be1d76f2-5ce9-45aa-9a9d-430a6249a2df", CellID->1694506160], Cell[CellGroupData[{ -Cell[36650, 962, 236, 4, 70, "Print",ExpressionUUID->"b4afd74c-15e2-41f1-96b6-567d93ae307d", +Cell[36695, 966, 236, 4, 70, "Print",ExpressionUUID->"b4afd74c-15e2-41f1-96b6-567d93ae307d", CellID->1887498065], -Cell[36889, 968, 365, 8, 70, "Print",ExpressionUUID->"f3410e39-57b7-4029-aaeb-c8d81b606a8b", +Cell[36934, 972, 365, 8, 70, "Print",ExpressionUUID->"f3410e39-57b7-4029-aaeb-c8d81b606a8b", CellID->1388330984], -Cell[37257, 978, 235, 4, 70, "Print",ExpressionUUID->"51293fd9-5add-4421-b379-b205164266c3", +Cell[37302, 982, 235, 4, 70, "Print",ExpressionUUID->"51293fd9-5add-4421-b379-b205164266c3", CellID->622607157], -Cell[37495, 984, 219, 3, 70, "Print",ExpressionUUID->"c1ffe72a-4d34-4b03-9465-92949cc921e4", +Cell[37540, 988, 219, 3, 70, "Print",ExpressionUUID->"c1ffe72a-4d34-4b03-9465-92949cc921e4", CellID->588815151], -Cell[37717, 989, 207, 3, 70, "Print",ExpressionUUID->"07f3ca55-5c85-4cbd-a90b-68fc80d42a03", +Cell[37762, 993, 207, 3, 70, "Print",ExpressionUUID->"07f3ca55-5c85-4cbd-a90b-68fc80d42a03", CellID->1624647276], -Cell[37927, 994, 237, 4, 70, "Print",ExpressionUUID->"14d0c551-3721-4ec3-ae54-d8882ae8a897", +Cell[37972, 998, 237, 4, 70, "Print",ExpressionUUID->"14d0c551-3721-4ec3-ae54-d8882ae8a897", CellID->1151056673], -Cell[38167, 1000, 220, 3, 70, "Print",ExpressionUUID->"3263c6ff-ece2-48dc-b558-edf725ea9c97", +Cell[38212, 1004, 220, 3, 70, "Print",ExpressionUUID->"3263c6ff-ece2-48dc-b558-edf725ea9c97", CellID->1532779726], -Cell[38390, 1005, 236, 4, 70, "Print",ExpressionUUID->"47531925-503a-4dca-baab-d08f75e87ffc", +Cell[38435, 1009, 236, 4, 70, "Print",ExpressionUUID->"47531925-503a-4dca-baab-d08f75e87ffc", CellID->1085737820], -Cell[38629, 1011, 235, 4, 70, "Print",ExpressionUUID->"c4b5fc97-237c-4fe4-abd6-ab7c7fd17960", +Cell[38674, 1015, 235, 4, 70, "Print",ExpressionUUID->"c4b5fc97-237c-4fe4-abd6-ab7c7fd17960", CellID->978197246], -Cell[38867, 1017, 207, 3, 70, "Print",ExpressionUUID->"5b11f6d9-5ae3-4042-9e2e-6f1b3d4fbc06", +Cell[38912, 1021, 207, 3, 70, "Print",ExpressionUUID->"5b11f6d9-5ae3-4042-9e2e-6f1b3d4fbc06", CellID->1055872879], -Cell[39077, 1022, 236, 4, 70, "Print",ExpressionUUID->"f9e09e7d-9208-453d-934e-060ba45a657e", +Cell[39122, 1026, 236, 4, 70, "Print",ExpressionUUID->"f9e09e7d-9208-453d-934e-060ba45a657e", CellID->1066629501] }, Open ]] }, Open ]], -Cell[39340, 1030, 136, 1, 70, "ExampleText",ExpressionUUID->"3751ee31-3616-476f-8632-2a2c62e12dbe", +Cell[39385, 1034, 136, 1, 70, "ExampleText",ExpressionUUID->"3751ee31-3616-476f-8632-2a2c62e12dbe", CellID->778941067], -Cell[39479, 1033, 233, 6, 70, "Input",ExpressionUUID->"68df06e4-e157-4913-b646-23a85cccef5f", +Cell[39524, 1037, 233, 6, 70, "Input",ExpressionUUID->"68df06e4-e157-4913-b646-23a85cccef5f", CellID->83977077], -Cell[39715, 1041, 380, 9, 70, "Input",ExpressionUUID->"c01dd37e-54f5-4592-95f4-2a7d2d7dbae1", +Cell[39760, 1045, 380, 9, 70, "Input",ExpressionUUID->"c01dd37e-54f5-4592-95f4-2a7d2d7dbae1", CellID->420705580], -Cell[40098, 1052, 238, 6, 70, "Input",ExpressionUUID->"b93a3d2e-be3a-430b-b1bb-b5464648c29c", +Cell[40143, 1056, 238, 6, 70, "Input",ExpressionUUID->"b93a3d2e-be3a-430b-b1bb-b5464648c29c", CellID->1755690005], -Cell[40339, 1060, 191, 4, 70, "ExampleText",ExpressionUUID->"540dfbaa-a244-489e-89dc-5e440a4d9ee6", +Cell[40384, 1064, 191, 4, 70, "ExampleText",ExpressionUUID->"540dfbaa-a244-489e-89dc-5e440a4d9ee6", CellID->1056835524], Cell[CellGroupData[{ -Cell[40555, 1068, 175, 3, 70, "Input",ExpressionUUID->"210d1d60-6d30-4e5e-b190-f82cf84cd320", +Cell[40600, 1072, 175, 3, 70, "Input",ExpressionUUID->"210d1d60-6d30-4e5e-b190-f82cf84cd320", CellID->1021663827], -Cell[40733, 1073, 713, 15, 95, "Output",ExpressionUUID->"bf30d8e0-7896-409d-84fe-3aa7e03c2188", +Cell[40778, 1077, 713, 15, 95, "Output",ExpressionUUID->"bf30d8e0-7896-409d-84fe-3aa7e03c2188", CellID->1347225378] }, Open ]], -Cell[41461, 1091, 181, 3, 70, "ExampleText",ExpressionUUID->"8bfc4ff8-711c-4d0a-86f6-70828910e51f", +Cell[41506, 1095, 181, 3, 70, "ExampleText",ExpressionUUID->"8bfc4ff8-711c-4d0a-86f6-70828910e51f", CellID->1920441079], Cell[CellGroupData[{ -Cell[41667, 1098, 252, 5, 70, "Input",ExpressionUUID->"635e8d66-3a8f-4967-b594-b0a018ee46a2", +Cell[41712, 1102, 252, 5, 70, "Input",ExpressionUUID->"635e8d66-3a8f-4967-b594-b0a018ee46a2", CellID->1879477358], -Cell[41922, 1105, 268, 7, 51, "Output",ExpressionUUID->"3540bfc5-5c11-4432-8e87-deb9608e66fe", +Cell[41967, 1109, 268, 7, 50, "Output",ExpressionUUID->"3540bfc5-5c11-4432-8e87-deb9608e66fe", CellID->730750291] }, Open ]], -Cell[42205, 1115, 115, 1, 70, "ExampleText",ExpressionUUID->"b9f4b5bb-c669-4a76-b253-0387397c3b7b", +Cell[42250, 1119, 115, 1, 70, "ExampleText",ExpressionUUID->"b9f4b5bb-c669-4a76-b253-0387397c3b7b", CellID->241962575], Cell[CellGroupData[{ -Cell[42345, 1120, 251, 5, 70, "Input",ExpressionUUID->"13986814-e229-497a-9dee-8b6f32a366c5", +Cell[42390, 1124, 251, 5, 70, "Input",ExpressionUUID->"13986814-e229-497a-9dee-8b6f32a366c5", CellID->86405768], -Cell[42599, 1127, 268, 7, 51, "Output",ExpressionUUID->"1dfd0f30-b425-420d-a2e5-e3b4660ea2e8", +Cell[42644, 1131, 268, 7, 50, "Output",ExpressionUUID->"1dfd0f30-b425-420d-a2e5-e3b4660ea2e8", CellID->279093876] }, Open ]], -Cell[42882, 1137, 250, 4, 70, "ExampleText",ExpressionUUID->"12fb4e68-f7e0-4551-b5ac-26ed1b244d22", +Cell[42927, 1141, 250, 4, 70, "ExampleText",ExpressionUUID->"12fb4e68-f7e0-4551-b5ac-26ed1b244d22", CellID->346877743], -Cell[43135, 1143, 243, 7, 70, "Input",ExpressionUUID->"4a3fb048-8f81-4f30-b557-8bb4af85e458", +Cell[43180, 1147, 243, 7, 70, "Input",ExpressionUUID->"4a3fb048-8f81-4f30-b557-8bb4af85e458", CellID->678570317], -Cell[43381, 1152, 160, 2, 70, "ExampleText",ExpressionUUID->"677807d6-8a35-4c7a-a723-e168e2d9d382", +Cell[43426, 1156, 160, 2, 70, "ExampleText",ExpressionUUID->"677807d6-8a35-4c7a-a723-e168e2d9d382", CellID->584622999], Cell[CellGroupData[{ -Cell[43566, 1158, 201, 4, 70, "Input",ExpressionUUID->"9389a7ce-6a68-43f8-af56-41d058df1cf3", +Cell[43611, 1162, 201, 4, 70, "Input",ExpressionUUID->"9389a7ce-6a68-43f8-af56-41d058df1cf3", CellID->1062859686], -Cell[43770, 1164, 240, 6, 51, "Output",ExpressionUUID->"48acb27c-8f6f-4046-b06c-0c9b1ba2d317", +Cell[43815, 1168, 240, 6, 50, "Output",ExpressionUUID->"48acb27c-8f6f-4046-b06c-0c9b1ba2d317", CellID->2036152503] }, Open ]], -Cell[44025, 1173, 158, 2, 70, "ExampleText",ExpressionUUID->"804b01b2-89ae-4ffc-a922-15ec4082a001", +Cell[44070, 1177, 158, 2, 70, "ExampleText",ExpressionUUID->"804b01b2-89ae-4ffc-a922-15ec4082a001", CellID->310732177], Cell[CellGroupData[{ -Cell[44208, 1179, 315, 7, 70, "Input",ExpressionUUID->"9326c383-28e8-4019-b768-0abc99fbec0e", +Cell[44253, 1183, 315, 7, 70, "Input",ExpressionUUID->"9326c383-28e8-4019-b768-0abc99fbec0e", CellID->492457477], -Cell[44526, 1188, 270, 7, 51, "Output",ExpressionUUID->"7f5da7d5-fafc-4740-98de-a4b3d1746928", +Cell[44571, 1192, 270, 7, 50, "Output",ExpressionUUID->"7f5da7d5-fafc-4740-98de-a4b3d1746928", CellID->1708675617] }, Open ]], Cell[CellGroupData[{ -Cell[44833, 1200, 320, 7, 70, "Input",ExpressionUUID->"c99740dd-f612-45f5-af5c-1184200623ea", +Cell[44878, 1204, 320, 7, 70, "Input",ExpressionUUID->"c99740dd-f612-45f5-af5c-1184200623ea", CellID->181252285], -Cell[45156, 1209, 270, 7, 51, "Output",ExpressionUUID->"48a8140a-4104-4879-b83e-07ea4425e81d", +Cell[45201, 1213, 270, 7, 50, "Output",ExpressionUUID->"48a8140a-4104-4879-b83e-07ea4425e81d", CellID->1653456649] }, Open ]], Cell[CellGroupData[{ -Cell[45463, 1221, 322, 7, 70, "Input",ExpressionUUID->"0f4d64fa-63f3-470c-8dd0-afe722abf3a3", +Cell[45508, 1225, 322, 7, 70, "Input",ExpressionUUID->"0f4d64fa-63f3-470c-8dd0-afe722abf3a3", CellID->635113518], -Cell[45788, 1230, 269, 7, 51, "Output",ExpressionUUID->"8dba05de-b8e3-4bc2-8f3a-966636653da0", +Cell[45833, 1234, 269, 7, 50, "Output",ExpressionUUID->"8dba05de-b8e3-4bc2-8f3a-966636653da0", CellID->670358822] }, Open ]], Cell[CellGroupData[{ -Cell[46094, 1242, 318, 7, 70, "Input",ExpressionUUID->"07140a74-9d4b-4619-a799-e881b2473daf", +Cell[46139, 1246, 318, 7, 70, "Input",ExpressionUUID->"07140a74-9d4b-4619-a799-e881b2473daf", CellID->1187166599], -Cell[46415, 1251, 270, 7, 51, "Output",ExpressionUUID->"0f68d99b-6749-4e10-a9af-1ddcaa3c3546", +Cell[46460, 1255, 270, 7, 50, "Output",ExpressionUUID->"0f68d99b-6749-4e10-a9af-1ddcaa3c3546", CellID->1639621178] }, Open ]], Cell[CellGroupData[{ -Cell[46722, 1263, 326, 7, 70, "Input",ExpressionUUID->"978f08d2-c07a-437d-a218-b4a864542636", +Cell[46767, 1267, 326, 7, 70, "Input",ExpressionUUID->"978f08d2-c07a-437d-a218-b4a864542636", CellID->940890784], -Cell[47051, 1272, 269, 7, 51, "Output",ExpressionUUID->"50109ae4-15c9-46eb-97cc-a0530ec46a5a", +Cell[47096, 1276, 269, 7, 50, "Output",ExpressionUUID->"50109ae4-15c9-46eb-97cc-a0530ec46a5a", CellID->217599115] }, Open ]], Cell[CellGroupData[{ -Cell[47357, 1284, 322, 7, 70, "Input",ExpressionUUID->"8209d51f-3c5b-40cf-8f74-9ab550426d21", +Cell[47402, 1288, 322, 7, 70, "Input",ExpressionUUID->"8209d51f-3c5b-40cf-8f74-9ab550426d21", CellID->974277755], -Cell[47682, 1293, 269, 7, 51, "Output",ExpressionUUID->"d23478c6-70ff-456d-942c-6e9f3549aca0", +Cell[47727, 1297, 269, 7, 50, "Output",ExpressionUUID->"d23478c6-70ff-456d-942c-6e9f3549aca0", CellID->219163420] }, Open ]], Cell[CellGroupData[{ -Cell[47988, 1305, 327, 7, 70, "Input",ExpressionUUID->"8e68724f-b5a6-4de2-b742-046ba685fed5", +Cell[48033, 1309, 327, 7, 70, "Input",ExpressionUUID->"8e68724f-b5a6-4de2-b742-046ba685fed5", CellID->609274513], -Cell[48318, 1314, 270, 7, 51, "Output",ExpressionUUID->"6828d4bf-f3fb-45db-bcdd-8321afa6029d", +Cell[48363, 1318, 270, 7, 50, "Output",ExpressionUUID->"6828d4bf-f3fb-45db-bcdd-8321afa6029d", CellID->2145500310] }, Open ]], Cell[CellGroupData[{ -Cell[48625, 1326, 316, 7, 70, "Input",ExpressionUUID->"41adc82d-48ed-45f9-bd0d-df0ec84387fa", +Cell[48670, 1330, 316, 7, 70, "Input",ExpressionUUID->"41adc82d-48ed-45f9-bd0d-df0ec84387fa", CellID->1209575334], -Cell[48944, 1335, 270, 7, 51, "Output",ExpressionUUID->"73d60322-06ce-47ae-bcd8-24dad6667fd6", +Cell[48989, 1339, 270, 7, 50, "Output",ExpressionUUID->"73d60322-06ce-47ae-bcd8-24dad6667fd6", CellID->1844267371] }, Open ]], Cell[CellGroupData[{ -Cell[49251, 1347, 314, 7, 70, "Input",ExpressionUUID->"5542bc80-9382-4045-a208-c6b2690396b2", +Cell[49296, 1351, 314, 7, 70, "Input",ExpressionUUID->"5542bc80-9382-4045-a208-c6b2690396b2", CellID->244826614], -Cell[49568, 1356, 269, 7, 51, "Output",ExpressionUUID->"532e1ff0-c0d0-4395-bb7d-eff2c684c218", +Cell[49613, 1360, 269, 7, 50, "Output",ExpressionUUID->"532e1ff0-c0d0-4395-bb7d-eff2c684c218", CellID->132167311] }, Open ]], Cell[CellGroupData[{ -Cell[49874, 1368, 316, 7, 70, "Input",ExpressionUUID->"1e42556c-3fb4-498c-b942-5f89fed38a8e", +Cell[49919, 1372, 316, 7, 70, "Input",ExpressionUUID->"1e42556c-3fb4-498c-b942-5f89fed38a8e", CellID->2010591111], -Cell[50193, 1377, 269, 7, 51, "Output",ExpressionUUID->"a5209338-f750-40d0-ad26-d24a99a3bc38", +Cell[50238, 1381, 269, 7, 50, "Output",ExpressionUUID->"a5209338-f750-40d0-ad26-d24a99a3bc38", CellID->910988508] }, Open ]], Cell[CellGroupData[{ -Cell[50499, 1389, 365, 9, 70, "Input",ExpressionUUID->"33330329-08e4-4b33-baec-ddc2b3fc2437", +Cell[50544, 1393, 365, 9, 70, "Input",ExpressionUUID->"33330329-08e4-4b33-baec-ddc2b3fc2437", CellID->642727741], -Cell[50867, 1400, 318, 7, 36, "Output",ExpressionUUID->"82dd9514-2a37-413b-9b89-32bcfbdc0667", +Cell[50912, 1404, 318, 7, 36, "Output",ExpressionUUID->"82dd9514-2a37-413b-9b89-32bcfbdc0667", CellID->725395886] }, Open ]], -Cell[51200, 1410, 137, 1, 70, "ExampleText",ExpressionUUID->"73ef8d78-3aba-4fbe-8bf0-705b46567eba", +Cell[51245, 1414, 137, 1, 70, "ExampleText",ExpressionUUID->"73ef8d78-3aba-4fbe-8bf0-705b46567eba", CellID->946460199] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[51612, 1423, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"1900254f-1231-41b3-8c15-79d5934d8fd3"], +Cell[57090, 1573, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9d093bed-4249-4a3f-b0b4-546d2ba2a988"], +Cell[57763, 1593, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7c960267-6a9e-4c3a-b319-866fd77c4d3b"], +Cell[58799, 1621, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"07f0a749-bc48-4f32-8d9d-b68e201eec4a"], Cell[CellGroupData[{ -Cell[51589, 1421, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"482dbeee-22c4-430b-ac62-d5e73bd4afb4"], -Cell[57067, 1571, 670, 18, 70, "TechNotesSection",ExpressionUUID->"597ff0bc-23ca-4c3a-9c93-6833ff7341ff"] -}, Open ]], -Cell[57752, 1592, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b42982f0-17e4-4bc7-abdd-909ae9ec7089"], -Cell[58788, 1620, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"85cf245b-f964-47e0-a2ab-2709f15a1249"], -Cell[CellGroupData[{ -Cell[61038, 1687, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2abb9aad-8446-4300-bfbe-c7ac6bd5c8db", +Cell[61049, 1688, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2abb9aad-8446-4300-bfbe-c7ac6bd5c8db", CellID->906383680], -Cell[61178, 1690, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8f1fa6d0-40e8-4b73-842e-28f94dd8f49d", +Cell[61189, 1691, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8f1fa6d0-40e8-4b73-842e-28f94dd8f49d", CellID->1194386356], -Cell[61400, 1696, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"47b78392-fe51-4778-9fe0-808304ab474a", +Cell[61411, 1697, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"47b78392-fe51-4778-9fe0-808304ab474a", CellID->1641706272], -Cell[61615, 1701, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c879224-44a7-423b-b7ea-127d0489ef56", +Cell[61626, 1702, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c879224-44a7-423b-b7ea-127d0489ef56", CellID->399251956], -Cell[61844, 1707, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0852ab7-cb42-43a8-b7e7-76efc34c0aea", +Cell[61855, 1708, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0852ab7-cb42-43a8-b7e7-76efc34c0aea", CellID->821434655] }, Open ]], -Cell[62081, 1713, 78, 0, 70, "FooterCell",ExpressionUUID->"b97c8326-5b56-4919-9bb8-ea4890b97e09"] +Cell[62092, 1714, 78, 0, 70, "FooterCell",ExpressionUUID->"12e024af-6ac4-4c52-acd1-6854eb726804"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PreNucleolus.nb b/Documentation/English/ReferencePages/Symbols/PreNucleolus.nb index 8ad53a4..7a69d03 100644 --- a/Documentation/English/ReferencePages/Symbols/PreNucleolus.nb +++ b/Documentation/English/ReferencePages/Symbols/PreNucleolus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 51072, 1334] -NotebookOptionsPosition[ 40440, 1123] -NotebookOutlinePosition[ 42637, 1178] -CellTagsIndexPosition[ 42551, 1173] +NotebookDataLength[ 51085, 1334] +NotebookOptionsPosition[ 40466, 1125] +NotebookOutlinePosition[ 42681, 1180] +CellTagsIndexPosition[ 42595, 1175] WindowTitle->PreNucleolus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ab0abcba-ffcc-46c5-83c4-e84f4b9ba2ca"], + "8d97250e-7183-4cf6-9e78-e8787535f932"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4cdd4d35-b107-4000-9edb-6ac1344b3993"], + "34a1d2b6-3542-45c9-bfbc-c72599555fe7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e4b2c069-8105-49b7-b1e3-3774f2bda0b3"] - }],ExpressionUUID->"7558536f-ea71-41b7-a5e7-f1a7f2089f15"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "2c83aa57-6d85-4d71-a5d6-a566bb5f4056"] + }],ExpressionUUID->"f527bf21-13e7-47a5-be67-e9cdf5e48d85"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1268e439-bf4e-468c-9f3a-9d9c316bc862"], + "f3e6c3b2-585d-487e-b90a-15870f9dc9d2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ab436c4f-edd4-4378-8ef5-096f16ce7bc5"] - }],ExpressionUUID->"f0f603d1-d92c-45fa-8526-b5a030453db0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "50386daa-f51b-4f9d-8f1c-0f4916fb772e"] + }],ExpressionUUID->"8471ee00-04ad-4076-b6ee-e223b71dbdcd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c9db9467-230a-483d-b6a2-ddf717e8a0b6"], + "36318bfb-a104-4fd8-8350-f42ed7b11fab"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a6e4f726-b357-48b6-85da-73a4f8744af5"] - }],ExpressionUUID->"1da9913b-d56e-432c-80b6-ecf33f48834c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "176a96b0-0a17-429f-99ea-eab9df1f968f"] + }],ExpressionUUID->"ff480128-6f12-425b-9847-ebb39307e4e8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bba4ea81-8539-4215-9809-2014ef508e8c"], + "cef43d06-2833-4ecb-b242-3cfe8985e2f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42da45bc-75be-49da-acca-870bfc839fef"] - }],ExpressionUUID->"5b91dbcf-cea7-478e-825b-62d01796e235"], - StripOnInput->False], {"\<\"TUG/ref/PreNucleolus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PreNucleolus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PreNucleolus.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$157069], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PreNucleolus" <> ".html"], None}]}]}, + "8713412e-0688-47e5-896d-809720e9e79b"] + }],ExpressionUUID->"227a61a8-10b2-492a-97d4-0e6f40d46335"], + StripOnInput->False],{ + "\"TUG/ref/PreNucleolus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PreNucleolus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +PreNucleolus.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$170271], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PreNucleolus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "91e06163-cf9f-4875-968b-3120ea7f0cb6"] + "1016e158-4926-45a6-b5a9-f9a39db0d545"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "79c816ef-90ed-401f-890f-5f310d967c3f"]} + "dd58a4f6-8608-44f7-8a74-2826608bd069"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fd5e806a-d1e7-45f4-98ee-31e4f643c130"], + CellID->1,ExpressionUUID->"8fe9a108-d659-48b4-bc02-8fe32ae7feef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e7edc1ca-94eb-4a9b-841b-2db476826426"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c9e807dd-0163-4b15-aa8f-3ce5e1583509"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PreNucleolus", "ObjectName",ExpressionUUID-> - "f7343aed-cc0f-4561-a3cc-cc67e01a9cad"], + "03929aaf-a4e2-4d9c-9588-8d49993cf6e6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8ac980c0-2494-43b9-a919-bb588274b967"], + "Spacer1"]],ExpressionUUID->"02ad12eb-d049-45fc-aea0-22440a7a4bdd"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "856d55c5-f929-4415-a4c9-2a14b6eac1ea"] - }],ExpressionUUID->"713fc9e8-0665-4dbf-a812-e0a64832c515"], Cell[BoxData[ + "71398a16-5546-45b3-b5cb-deb1e07b45b9"] + }],ExpressionUUID->"f02ba499-d317-4171-81eb-0a562301127c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5d7446c7-258f-469e-a22a-dc1880e02668"]} + "61210884-c714-4a3a-a813-ee277d48daff"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"760b417d-3298-4f3b-b0b6-59979645c509"], + CacheGraphics->False,ExpressionUUID->"b35bffa5-8e87-44d4-8094-719b9f3498ea"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"964cdd7f-2c8e-4d73-9bcc-9b0272573616"]} + }],ExpressionUUID->"66ffc7ef-02ee-47fd-8257-fc5aa281da6c"]} }]], "Usage", CellID->918664446,ExpressionUUID->"ab92f197-0793-48d2-b563-575f6404ec60"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"97b3d33a-d539-4510-845f-aa75f05613e7"], + ExpressionUUID->"c7a4283d-e138-488d-a648-e6179cb08636"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"db2ce373-8a2c-47d2-bf5b-15d184a4062c"], + "Spacer1"]],ExpressionUUID->"0514a681-3126-4b56-9c62-cbff488a6fd7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c17dfdd5-aa2c-4bea-bb9c-41ebb0601b33"], + }], "NotesFrameText",ExpressionUUID->"fcef86e9-cf62-465f-bb64-19bffb8ea789"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"37fa98db-c784-4de3-b4a2-1cb38af38205"]], \ + "Preemptive"]],ExpressionUUID->"2074f79a-b7da-43bc-805b-067c6a31dafe"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->486596382,ExpressionUUID->"20f8c749-a123-4a4c-b8ba-976127a7a111"], + CellID->1835257402,ExpressionUUID->"8c98b456-8806-48be-82fd-7fcf8d24e37b"], Cell[TextData[{ "The input expression ", @@ -367,11 +372,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6d295231-6f77-42c6-b3cb-4f1313c13373"], "RevisedSimplex", Cell[ + "6520da5f-81f1-47ca-bce7-175de91c68b0"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems.", "TableText", ExpressionUUID->"c3f534d7-d806-45d2-9d74-d235453acf07"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "54f13718-0312-4112-a50c-104600831c9f"], + "f54a8727-c608-4fdc-8176-7c09e4c57015"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -387,11 +392,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "82e5b4f1-872f-4108-9c4a-eb577c413935"], "CLP", Cell["\<\ + "9c4f9930-7a1a-4122-b992-0208c2802022"], "CLP", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"0318fd75-7149-40b7-8db6-190bc3a553a0"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "591311f1-0645-46c4-8d68-3309fd8518e9"], + "fabc9697-bb5e-4d62-850d-a23fbae07864"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -407,7 +412,7 @@ use for MachinePrecision; are good for large sparse problems.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6e62ae91-e6d5-4715-a9e4-d5addb16596c"], "InteriorPoint", Cell["\<\ + "6f4fdf92-71fc-4f8a-bd5d-e5387167fa09"], "InteriorPoint", Cell["\<\ use for MachinePrecision; are good for large sparse problems.\ \>", "TableText",ExpressionUUID->"542be081-3896-4956-8a0b-c64740b16bb4"]} }]], "2ColumnTableMod", @@ -477,19 +482,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1796d2ea-21c4-44b1-8950-8f5daedacf62"], + ExpressionUUID->"f2c3bfb6-eb66-407b-b7d0-4d255fb204c4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6cfc27c6-b0d4-4137-bfe3-eaca18e98d22"], + "Spacer1"]],ExpressionUUID->"1661af13-eb57-4ee1-9a37-4c316d6e4f4d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ab569d36-6257-46cd-b8fc-892adbab6a37"] + "3beecda4-332e-434a-9d85-b9a9b6bd1f69"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->276970145,ExpressionUUID->"ca386c51-ae6e-4269-9fef-d04b68aec601"], + CellID->1016026777,ExpressionUUID->"8189b1b1-4934-4b73-ac44-283d22532fbd"], Cell[CellGroupData[{ @@ -518,18 +523,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3c0860f3-0922-4b29-a049-f8c2aab296a4"], + ExpressionUUID->"a55c118c-7e7b-465e-afd7-cb593eeb3231"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c27d3a28-1a95-4cf7-9aaa-7ae3a4201a13"], + "Spacer1"]],ExpressionUUID->"d45f5a03-4963-4770-89de-7a3aa6618c2a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "99ff32af-5f8d-4c44-914e-4a38463ecc76"] + "9d915278-f0bb-4667-b271-530b501796b3"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1532525630,ExpressionUUID->"513e196c-f8b2-4318-86e7-b3ff396c672e"], + CellID->1485369259,ExpressionUUID->"cce0af25-4fad-459d-a90a-38cc6c6b411a"], Cell["Loading the package:", "ExampleText", CellID->948886244,ExpressionUUID->"97abfdf0-d169-43fa-9771-520a4fb9c70c"], @@ -825,8 +830,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -974,15 +977,15 @@ Cell[BoxData[GridBox[{ "0a0d3fa0-123f-4bb9-a881-aeda14463d73"] }], "SeeAlso",ExpressionUUID->"5b40f71d-9c62-4949-b948-6b06075d9cb8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fb998978-69cb-48e0-8044-\ -67d8027ecccc"], + }]], "SeeAlsoSection",ExpressionUUID->"b324aef7-d6b7-4392-9835-\ +96b6612216e5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -994,9 +997,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"95a4f274-fadd-441b-97be-3a9062594206"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"af461c86-14a7-4507-9f49-\ -2c4d0bd9988d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"21d8e76a-5503-4d12-bc8f-\ +a38c04230609"], Cell[BoxData[GridBox[{ { @@ -1013,7 +1015,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ebe8949c-628e-4602-9f18-1a75995d46d4"]}]}, + "4e6f7538-5e97-4aea-a417-2b658d576f9e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1021,10 +1023,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a3adf7d9-e7c3-4c2c-b068-463019103e59"]}]} + "c6568274-2aee-462f-b9a7-bbb5740be0fd"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a28eb8e4-40f8-48a9-a3b9-\ -228aee81a43c"], + }]], "MoreAboutSection",ExpressionUUID->"6012101c-385f-4485-ac19-\ +6728da9f9807"], Cell[BoxData[GridBox[{ { @@ -1051,7 +1053,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a653c6c2-e0a5-4e60-8b04-e3497373d0ca"]], "RelatedLinks", + "d1fb12c4-95aa-4481-b78e-3ee383132ef8"]], "RelatedLinks", ExpressionUUID->"307a0e53-e974-49f0-953b-0603992a3153"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1068,7 +1070,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ac7cc564-76d6-49bb-a5a7-b2e27d99c120"]], "RelatedLinks", + "39607f26-62bd-4b7a-a98b-e2d0f5128110"]], "RelatedLinks", ExpressionUUID->"e195d6c8-e783-4996-9f7a-45681ef6e04a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1085,11 +1087,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ff0437a0-75ff-444f-85bd-c1ff211b84a1"]], "RelatedLinks", + "8f7a950e-9e18-4308-b21e-40261a8cab1e"]], "RelatedLinks", ExpressionUUID->"c7ac9623-8c69-4216-a7d8-56cf1da4a67a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"086aba46-f297-4cc5-b740-\ -e6e14fee7ac8"], + }]], "RelatedLinksSection",ExpressionUUID->"af0cf095-24bc-4cb8-80f2-\ +90fa244fcb2d"], Cell[CellGroupData[{ @@ -1119,11 +1121,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f28a34e4-4e31-4e30-881e-4480cfd0be40"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"889a4968-bbe5-41ff-9533-3a78793d1427"] +Cell[" ", "FooterCell",ExpressionUUID->"a93ce13c-30d3-43a0-bde4-6672f7ae8604"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PreNucleolus", TaggingRules->{ @@ -1134,7 +1136,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 43.551297}", + "built" -> "{2024, 6, 3, 16, 55, 1.583742}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1143,10 +1145,10 @@ TaggingRules->{ of linear programs from the TU-game argument game by relying on an LP \ approach as suggested by B. Peleg and P. Sudhoelter (2007).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PreNucleolus", - "titlemodifier" -> "", "windowtitle" -> "PreNucleolus", "type" -> - "Symbol", "uri" -> "TUG/ref/PreNucleolus"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PreNucleolus", "type" -> "Symbol", "uri" -> "TUG/ref/PreNucleolus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1155,9 +1157,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"28abf428-5809-4102-bbe6-4a94a6819a18" +ExpressionUUID->"6bc42f5d-078a-4db2-8095-b9dc716bbe69" ] (* End of Notebook Content *) @@ -1165,177 +1167,175 @@ ExpressionUUID->"28abf428-5809-4102-bbe6-4a94a6819a18" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[17535, 454, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ca386c51-ae6e-4269-9fef-d04b68aec601", + Cell[17594, 459, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8189b1b1-4934-4b73-ac44-283d22532fbd", CellTags->"PrimaryExamplesSection", - CellID->276970145]} + CellID->1016026777]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42351, 1166} + {"PrimaryExamplesSection", 42394, 1168} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7129, 168, 56, "AnchorBarGrid",ExpressionUUID->"fd5e806a-d1e7-45f4-98ee-31e4f643c130", +Cell[584, 21, 7187, 173, 57, "AnchorBarGrid",ExpressionUUID->"8fe9a108-d659-48b4-bc02-8fe32ae7feef", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e7edc1ca-94eb-4a9b-841b-2db476826426"], +Cell[7774, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c9e807dd-0163-4b15-aa8f-3ce5e1583509"], Cell[CellGroupData[{ -Cell[7827, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"760b417d-3298-4f3b-b0b6-59979645c509"], -Cell[9116, 232, 653, 14, 133, "Usage",ExpressionUUID->"ab92f197-0793-48d2-b563-575f6404ec60", +Cell[7885, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"b35bffa5-8e87-44d4-8094-719b9f3498ea"], +Cell[9174, 237, 653, 14, 132, "Usage",ExpressionUUID->"ab92f197-0793-48d2-b563-575f6404ec60", CellID->918664446] }, Open ]], Cell[CellGroupData[{ -Cell[9806, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"20f8c749-a123-4a4c-b8ba-976127a7a111", +Cell[9864, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"8c98b456-8806-48be-82fd-7fcf8d24e37b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->486596382], -Cell[11703, 300, 515, 12, 57, "Notes",ExpressionUUID->"b96f8da0-9146-4c19-9e9c-81ebde6d3af5", + CellID->1835257402], +Cell[11762, 305, 515, 12, 57, "Notes",ExpressionUUID->"b96f8da0-9146-4c19-9e9c-81ebde6d3af5", CellID->1014199156], -Cell[12221, 314, 489, 12, 37, "Notes",ExpressionUUID->"9815fd0b-f7fa-4c2a-9897-043aa3bf24f4", +Cell[12280, 319, 489, 12, 38, "Notes",ExpressionUUID->"9815fd0b-f7fa-4c2a-9897-043aa3bf24f4", CellID->177724765], -Cell[12713, 328, 216, 4, 36, "Notes",ExpressionUUID->"55aa857b-e827-430f-ad9f-4d3311f41da9", +Cell[12772, 333, 216, 4, 36, "Notes",ExpressionUUID->"55aa857b-e827-430f-ad9f-4d3311f41da9", CellID->1282870374], -Cell[12932, 334, 148, 1, 36, "Notes",ExpressionUUID->"bcc5620c-40e9-4bc4-a8db-36ad16a7fd37", +Cell[12991, 339, 148, 1, 36, "Notes",ExpressionUUID->"bcc5620c-40e9-4bc4-a8db-36ad16a7fd37", CellID->1097848301], -Cell[13083, 337, 415, 7, 78, "Notes",ExpressionUUID->"cc8df822-6dbc-43a6-981a-290f3c130a4d", +Cell[13142, 342, 415, 7, 78, "Notes",ExpressionUUID->"cc8df822-6dbc-43a6-981a-290f3c130a4d", CellID->464409510], -Cell[13501, 346, 282, 5, 57, "Notes",ExpressionUUID->"25474602-3c91-4e3b-b3c9-e3a9c5156212", +Cell[13560, 351, 282, 5, 57, "Notes",ExpressionUUID->"25474602-3c91-4e3b-b3c9-e3a9c5156212", CellID->1210693388], -Cell[13786, 353, 386, 12, 37, "Notes",ExpressionUUID->"069fe6f8-5ab2-427f-a422-aedb232a8c95", +Cell[13845, 358, 386, 12, 38, "Notes",ExpressionUUID->"069fe6f8-5ab2-427f-a422-aedb232a8c95", CellID->24981], -Cell[14175, 367, 894, 18, 65, "2ColumnTableMod",ExpressionUUID->"2c6bacd5-5341-46bf-938f-aa784e12d4a8", +Cell[14234, 372, 894, 18, 67, "2ColumnTableMod",ExpressionUUID->"2c6bacd5-5341-46bf-938f-aa784e12d4a8", CellID->12695], -Cell[15072, 387, 854, 18, 65, "2ColumnTableMod",ExpressionUUID->"71c9afb6-c3a5-4919-aca4-752d64d1e372", +Cell[15131, 392, 854, 18, 67, "2ColumnTableMod",ExpressionUUID->"71c9afb6-c3a5-4919-aca4-752d64d1e372", CellID->1546107665], -Cell[15929, 407, 515, 9, 38, "2ColumnTableMod",ExpressionUUID->"1e9dbd17-0e6b-4f63-9374-3b48b75177fb", +Cell[15988, 412, 515, 9, 39, "2ColumnTableMod",ExpressionUUID->"1e9dbd17-0e6b-4f63-9374-3b48b75177fb", CellID->512784626], -Cell[16447, 418, 438, 14, 37, "Notes",ExpressionUUID->"9934deb8-f3ac-48d4-810f-b01e0f222029", +Cell[16506, 423, 438, 14, 38, "Notes",ExpressionUUID->"9934deb8-f3ac-48d4-810f-b01e0f222029", CellID->17586], -Cell[16888, 434, 520, 14, 70, "Notes",ExpressionUUID->"fbc649a8-44f0-43c3-8075-ec9e43b15000", +Cell[16947, 439, 520, 14, 70, "Notes",ExpressionUUID->"fbc649a8-44f0-43c3-8075-ec9e43b15000", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[17535, 454, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ca386c51-ae6e-4269-9fef-d04b68aec601", +Cell[17594, 459, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"8189b1b1-4934-4b73-ac44-283d22532fbd", CellTags->"PrimaryExamplesSection", - CellID->276970145], + CellID->1016026777], Cell[CellGroupData[{ -Cell[18980, 495, 1399, 36, 70, "ExampleSection",ExpressionUUID->"513e196c-f8b2-4318-86e7-b3ff396c672e", - CellID->1532525630], -Cell[20382, 533, 118, 1, 70, "ExampleText",ExpressionUUID->"97abfdf0-d169-43fa-9771-520a4fb9c70c", +Cell[19040, 500, 1399, 36, 70, "ExampleSection",ExpressionUUID->"cce0af25-4fad-459d-a90a-38cc6c6b411a", + CellID->1485369259], +Cell[20442, 538, 118, 1, 70, "ExampleText",ExpressionUUID->"97abfdf0-d169-43fa-9771-520a4fb9c70c", CellID->948886244], Cell[CellGroupData[{ -Cell[20525, 538, 167, 3, 70, "Input",ExpressionUUID->"646a7f6f-0dec-4e2b-9161-0d198e91df80", +Cell[20585, 543, 167, 3, 70, "Input",ExpressionUUID->"646a7f6f-0dec-4e2b-9161-0d198e91df80", CellID->269047161], Cell[CellGroupData[{ -Cell[20717, 545, 235, 4, 70, "Print",ExpressionUUID->"8c45a292-e96a-42ab-9d56-93e422399068", +Cell[20777, 550, 235, 4, 70, "Print",ExpressionUUID->"8c45a292-e96a-42ab-9d56-93e422399068", CellID->164839788], -Cell[20955, 551, 364, 8, 70, "Print",ExpressionUUID->"efd50426-1103-48e1-a533-343a7103e9d7", +Cell[21015, 556, 364, 8, 70, "Print",ExpressionUUID->"efd50426-1103-48e1-a533-343a7103e9d7", CellID->722028131], -Cell[21322, 561, 236, 4, 70, "Print",ExpressionUUID->"1853e266-0215-4afa-adeb-266fb2364fee", +Cell[21382, 566, 236, 4, 70, "Print",ExpressionUUID->"1853e266-0215-4afa-adeb-266fb2364fee", CellID->1410936996], -Cell[21561, 567, 218, 3, 70, "Print",ExpressionUUID->"0164df14-0f10-4ff0-a082-fbfb4d794e4c", +Cell[21621, 572, 218, 3, 70, "Print",ExpressionUUID->"0164df14-0f10-4ff0-a082-fbfb4d794e4c", CellID->58366552], -Cell[21782, 572, 206, 3, 70, "Print",ExpressionUUID->"6ae80ff9-f82d-4f83-b973-f12a3e86b539", +Cell[21842, 577, 206, 3, 70, "Print",ExpressionUUID->"6ae80ff9-f82d-4f83-b973-f12a3e86b539", CellID->826462668], -Cell[21991, 577, 237, 4, 70, "Print",ExpressionUUID->"6168cbeb-256a-4485-88d6-9c1c3194d461", +Cell[22051, 582, 237, 4, 70, "Print",ExpressionUUID->"6168cbeb-256a-4485-88d6-9c1c3194d461", CellID->1899543542], -Cell[22231, 583, 219, 3, 70, "Print",ExpressionUUID->"30e0c01e-d57b-4ce1-9a2a-7688ae7e1ea3", +Cell[22291, 588, 219, 3, 70, "Print",ExpressionUUID->"30e0c01e-d57b-4ce1-9a2a-7688ae7e1ea3", CellID->540708467], -Cell[22453, 588, 235, 4, 70, "Print",ExpressionUUID->"fdb09344-8068-4d78-9063-e878348352c7", +Cell[22513, 593, 235, 4, 70, "Print",ExpressionUUID->"fdb09344-8068-4d78-9063-e878348352c7", CellID->408060834], -Cell[22691, 594, 236, 4, 70, "Print",ExpressionUUID->"4e202b97-7bd6-49d3-9560-5aee7e12d899", +Cell[22751, 599, 236, 4, 70, "Print",ExpressionUUID->"4e202b97-7bd6-49d3-9560-5aee7e12d899", CellID->1391723113], -Cell[22930, 600, 206, 3, 70, "Print",ExpressionUUID->"b2ebbda2-f0d4-4568-a9a3-8462d9eb45f1", +Cell[22990, 605, 206, 3, 70, "Print",ExpressionUUID->"b2ebbda2-f0d4-4568-a9a3-8462d9eb45f1", CellID->408346460], -Cell[23139, 605, 236, 4, 70, "Print",ExpressionUUID->"e62baecf-fc8a-4d6f-9fd1-b7e339e02292", +Cell[23199, 610, 236, 4, 70, "Print",ExpressionUUID->"e62baecf-fc8a-4d6f-9fd1-b7e339e02292", CellID->1075396819] }, Open ]] }, Open ]], -Cell[23402, 613, 137, 1, 70, "ExampleText",ExpressionUUID->"9ef2dbc1-b089-4569-8491-3f6637d5b11b", +Cell[23462, 618, 137, 1, 70, "ExampleText",ExpressionUUID->"9ef2dbc1-b089-4569-8491-3f6637d5b11b", CellID->1521639368], -Cell[23542, 616, 235, 6, 70, "Input",ExpressionUUID->"80f34b02-5111-46ad-b6a9-e624ccbb3d62", +Cell[23602, 621, 235, 6, 70, "Input",ExpressionUUID->"80f34b02-5111-46ad-b6a9-e624ccbb3d62", CellID->1642620101], -Cell[23780, 624, 381, 9, 70, "Input",ExpressionUUID->"c5b0888e-e677-4689-ac9e-368f9683cde1", +Cell[23840, 629, 381, 9, 70, "Input",ExpressionUUID->"c5b0888e-e677-4689-ac9e-368f9683cde1", CellID->1621665198], -Cell[24164, 635, 237, 6, 70, "Input",ExpressionUUID->"786669d9-6d2f-4759-985c-e6c385ab16a8", +Cell[24224, 640, 237, 6, 70, "Input",ExpressionUUID->"786669d9-6d2f-4759-985c-e6c385ab16a8", CellID->911468685], -Cell[24404, 643, 191, 4, 70, "ExampleText",ExpressionUUID->"83f064d4-e212-40cf-a6f1-0606e22c6d19", +Cell[24464, 648, 191, 4, 70, "ExampleText",ExpressionUUID->"83f064d4-e212-40cf-a6f1-0606e22c6d19", CellID->1858522761], Cell[CellGroupData[{ -Cell[24620, 651, 170, 3, 70, "Input",ExpressionUUID->"7aa505eb-84ef-4e2c-ba8a-2ce8d9584580", +Cell[24680, 656, 170, 3, 70, "Input",ExpressionUUID->"7aa505eb-84ef-4e2c-ba8a-2ce8d9584580", CellID->1363683951], -Cell[24793, 656, 220, 5, 36, "Output",ExpressionUUID->"9112bcb1-a24b-41d2-b8f6-130cdde072a6", +Cell[24853, 661, 220, 5, 36, "Output",ExpressionUUID->"9112bcb1-a24b-41d2-b8f6-130cdde072a6", CellID->1862099930] }, Open ]], -Cell[25028, 664, 228, 4, 70, "ExampleText",ExpressionUUID->"fdfaed55-5ee2-4778-8134-fb7fc12a8c54", +Cell[25088, 669, 228, 4, 70, "ExampleText",ExpressionUUID->"fdfaed55-5ee2-4778-8134-fb7fc12a8c54", CellID->485681781], Cell[CellGroupData[{ -Cell[25281, 672, 194, 4, 70, "Input",ExpressionUUID->"21b4d84a-c21a-45b8-a2b1-b862ed83c5c2", +Cell[25341, 677, 194, 4, 70, "Input",ExpressionUUID->"21b4d84a-c21a-45b8-a2b1-b862ed83c5c2", CellID->221596399], -Cell[25478, 678, 314, 9, 51, "Output",ExpressionUUID->"b18c3a1e-bef3-446c-b99e-901846585029", +Cell[25538, 683, 314, 9, 50, "Output",ExpressionUUID->"b18c3a1e-bef3-446c-b99e-901846585029", CellID->1331857332] }, Open ]], -Cell[25807, 690, 176, 3, 70, "ExampleText",ExpressionUUID->"652599be-1db6-4689-b4de-7b320edbe62e", +Cell[25867, 695, 176, 3, 70, "ExampleText",ExpressionUUID->"652599be-1db6-4689-b4de-7b320edbe62e", CellID->812291406], Cell[CellGroupData[{ -Cell[26008, 697, 201, 4, 70, "Input",ExpressionUUID->"41af3c90-6f89-4a27-aec9-778602cda7e2", +Cell[26068, 702, 201, 4, 70, "Input",ExpressionUUID->"41af3c90-6f89-4a27-aec9-778602cda7e2", CellID->317077266], -Cell[26212, 703, 158, 3, 36, "Output",ExpressionUUID->"004ab269-4b4f-48a6-9468-70b9b944736d", +Cell[26272, 708, 158, 3, 36, "Output",ExpressionUUID->"004ab269-4b4f-48a6-9468-70b9b944736d", CellID->661878658] }, Open ]], -Cell[26385, 709, 158, 2, 70, "ExampleText",ExpressionUUID->"a1e32c7b-3850-4b41-a0a4-49a138b1c7f3", +Cell[26445, 714, 158, 2, 70, "ExampleText",ExpressionUUID->"a1e32c7b-3850-4b41-a0a4-49a138b1c7f3", CellID->310732177], Cell[CellGroupData[{ -Cell[26568, 715, 267, 6, 70, "Input",ExpressionUUID->"3f5b89c2-2d91-4c82-b115-df51d14bae67", +Cell[26628, 720, 267, 6, 70, "Input",ExpressionUUID->"3f5b89c2-2d91-4c82-b115-df51d14bae67", CellID->492457477], -Cell[26838, 723, 314, 9, 51, "Output",ExpressionUUID->"e21b297a-5913-4cc8-9e85-bec08ab6f31e", +Cell[26898, 728, 314, 9, 50, "Output",ExpressionUUID->"e21b297a-5913-4cc8-9e85-bec08ab6f31e", CellID->1532218478] }, Open ]], Cell[CellGroupData[{ -Cell[27189, 737, 256, 6, 70, "Input",ExpressionUUID->"2b2a5aa8-c811-480b-b5b4-94dc02a2789a", +Cell[27249, 742, 256, 6, 70, "Input",ExpressionUUID->"2b2a5aa8-c811-480b-b5b4-94dc02a2789a", CellID->181252285], -Cell[27448, 745, 313, 9, 51, "Output",ExpressionUUID->"5cb1c501-385c-4ffc-8948-eb85bcbc2295", +Cell[27508, 750, 313, 9, 50, "Output",ExpressionUUID->"5cb1c501-385c-4ffc-8948-eb85bcbc2295", CellID->838634848] }, Open ]], Cell[CellGroupData[{ -Cell[27798, 759, 260, 6, 70, "Input",ExpressionUUID->"0445cccc-17d6-4d46-b5a2-825f565d8c9f", +Cell[27858, 764, 260, 6, 70, "Input",ExpressionUUID->"0445cccc-17d6-4d46-b5a2-825f565d8c9f", CellID->2121856974], -Cell[28061, 767, 314, 9, 51, "Output",ExpressionUUID->"6bbd9f0c-8f17-49ea-96f9-c124a6ce05b1", +Cell[28121, 772, 314, 9, 50, "Output",ExpressionUUID->"6bbd9f0c-8f17-49ea-96f9-c124a6ce05b1", CellID->527454374] }, Open ]], Cell[CellGroupData[{ -Cell[28412, 781, 261, 6, 70, "Input",ExpressionUUID->"f10998a2-8d90-4c7b-870c-752e51fe8a70", +Cell[28472, 786, 261, 6, 70, "Input",ExpressionUUID->"f10998a2-8d90-4c7b-870c-752e51fe8a70", CellID->132261169], -Cell[28676, 789, 286, 8, 51, "Output",ExpressionUUID->"1f4b1343-bddf-45c4-884b-dad895b83342", +Cell[28736, 794, 286, 8, 50, "Output",ExpressionUUID->"1f4b1343-bddf-45c4-884b-dad895b83342", CellID->1091005881] }, Open ]], Cell[CellGroupData[{ -Cell[28999, 802, 264, 6, 70, "Input",ExpressionUUID->"10535e0f-9d08-481d-826c-e132d7bf4658", +Cell[29059, 807, 264, 6, 70, "Input",ExpressionUUID->"10535e0f-9d08-481d-826c-e132d7bf4658", CellID->1104062060], -Cell[29266, 810, 286, 8, 51, "Output",ExpressionUUID->"f7e18c8a-0e11-4e9e-b124-8ac940090c18", +Cell[29326, 815, 286, 8, 50, "Output",ExpressionUUID->"f7e18c8a-0e11-4e9e-b124-8ac940090c18", CellID->2054087980] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29854, 832, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"b324aef7-d6b7-4392-9835-96b6612216e5"], +Cell[35360, 982, 670, 18, 70, "TechNotesSection",ExpressionUUID->"21d8e76a-5503-4d12-bc8f-a38c04230609"], +Cell[36033, 1002, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6012101c-385f-4485-ac19-6728da9f9807"], +Cell[37069, 1030, 2247, 63, 70, "RelatedLinksSection",ExpressionUUID->"af0cf095-24bc-4cb8-80f2-90fa244fcb2d"], Cell[CellGroupData[{ -Cell[29816, 829, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"fb998978-69cb-48e0-8044-67d8027ecccc"], -Cell[35322, 979, 670, 18, 70, "TechNotesSection",ExpressionUUID->"af461c86-14a7-4507-9f49-2c4d0bd9988d"] -}, Open ]], -Cell[36007, 1000, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a28eb8e4-40f8-48a9-a3b9-228aee81a43c"], -Cell[37043, 1028, 2247, 63, 70, "RelatedLinksSection",ExpressionUUID->"086aba46-f297-4cc5-b740-e6e14fee7ac8"], -Cell[CellGroupData[{ -Cell[39315, 1095, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"09d7bba8-7693-45bf-8a5c-384e91595115", +Cell[39341, 1097, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"09d7bba8-7693-45bf-8a5c-384e91595115", CellID->777351863], -Cell[39455, 1098, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"11bc8d7b-387f-4309-b950-a3c9b0dfa99a", +Cell[39481, 1100, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"11bc8d7b-387f-4309-b950-a3c9b0dfa99a", CellID->1194386356], -Cell[39677, 1104, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a232e6a-9778-4492-a683-a5b6ef2e37b2", +Cell[39703, 1106, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a232e6a-9778-4492-a683-a5b6ef2e37b2", CellID->1641706272], -Cell[39892, 1109, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8995dee1-dc98-4b05-8039-98dc9609e42c", +Cell[39918, 1111, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8995dee1-dc98-4b05-8039-98dc9609e42c", CellID->399251956], -Cell[40121, 1115, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f28a34e4-4e31-4e30-881e-4480cfd0be40", +Cell[40147, 1117, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f28a34e4-4e31-4e30-881e-4480cfd0be40", CellID->821434655] }, Open ]], -Cell[40358, 1121, 78, 0, 70, "FooterCell",ExpressionUUID->"889a4968-bbe5-41ff-9533-3a78793d1427"] +Cell[40384, 1123, 78, 0, 70, "FooterCell",ExpressionUUID->"a93ce13c-30d3-43a0-bde4-6672f7ae8604"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PrimalExtension.nb b/Documentation/English/ReferencePages/Symbols/PrimalExtension.nb index 22476ba..24dd228 100644 --- a/Documentation/English/ReferencePages/Symbols/PrimalExtension.nb +++ b/Documentation/English/ReferencePages/Symbols/PrimalExtension.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 85058, 2384] -NotebookOptionsPosition[ 75940, 2205] -NotebookOutlinePosition[ 78016, 2258] -CellTagsIndexPosition[ 77930, 2253] +NotebookDataLength[ 85067, 2385] +NotebookOptionsPosition[ 75961, 2207] +NotebookOutlinePosition[ 78059, 2261] +CellTagsIndexPosition[ 77973, 2256] WindowTitle->PrimalExtension WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "286f78f1-8243-4616-b18a-c023582e1b90"], + "fb551ae5-18ea-42d9-aaae-4a5ab49b6c48"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "172bac27-15bd-469e-ba21-00ea0cbe2cd4"], + "68e60eff-39fe-40f3-b635-c4103bc24cd7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bf8f7007-3a0b-414a-b8bb-3e5c256d6015"] - }],ExpressionUUID->"4666441b-9c1d-4763-a441-7ec28b03902b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "6533a5ae-2c91-4a43-92de-a9d18f0dc5fe"] + }],ExpressionUUID->"a86c67c1-4077-459d-9439-5911e52c004a"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "606f141b-958e-46d4-b512-811c91b80317"], + "7125d176-938e-40a7-9036-d58e15545e8d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "53bf82ae-71ee-4bc6-acbd-edbc33956c1a"] - }],ExpressionUUID->"1dd05a2b-111f-45cf-a0d7-d0ddc781c837"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "75372a1e-0a82-4a98-b487-3819a1c52d32"] + }],ExpressionUUID->"4c044d45-d638-4a78-baec-dbd31827a4fc"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b0b3e03a-af38-4c88-bf94-24f90436832e"], + "cba1474e-04fd-4e61-b4ef-1ac2053e677e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "810ff231-0e69-4c5c-976d-14ca57ef2480"] - }],ExpressionUUID->"e19bd094-4513-4454-afce-76f6eb5bcc9d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b29b3421-d1ff-42b1-b1af-c65735a83fdd"] + }],ExpressionUUID->"12a16ef8-07ae-4a94-a3d4-c911827ee6cd"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "09833d19-7290-47dc-813d-d98d16e5242c"], + "49e1fa97-8e6e-4d23-8e83-062694ca5a69"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d31fc01c-f56b-4c00-89c4-85083096050d"] - }],ExpressionUUID->"70a62b60-f0f3-43d9-88ef-00f048386256"], - StripOnInput->False], {"\<\"TUG/ref/PrimalExtension\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PrimalExtension"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "341bdc28-d0ac-4fc2-a671-ef4f63713507"] + }],ExpressionUUID->"56f31d2c-30a0-465a-acd2-20a9f55992d2"], + StripOnInput->False],{ + "\"TUG/ref/PrimalExtension\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PrimalExtension"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ PrimalExtension.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$157649], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PrimalExtension" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$170885], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PrimalExtension" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d208687f-b85e-4354-9b05-90fad7d34a31"] + "9f533ee6-f885-43d3-842d-736c2a0dd7d9"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bb386fd3-04b2-476d-badc-5598259d0a3f"]} + "a618746a-921a-4e68-b735-46eae9339e22"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2f1e5bf5-56a9-4c1d-9797-966f240e01e9"], + CellID->1,ExpressionUUID->"ce4f6943-aa5a-4b6d-8744-30557ea6d8cf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9ce7fb47-0e36-4ab5-a051-703223b5f1a4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d5b6fb71-c5d5-4375-9916-4f94e9687527"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PrimalExtension", "ObjectName",ExpressionUUID-> - "3ca0ae1c-d1a0-4f14-b42a-b54d3460dead"], + "73629d6b-d55e-4bd9-8e1b-317009946bdb"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b7e97175-2a3d-4ec7-bb82-4957943454cb"], + "Spacer1"]],ExpressionUUID->"4bf7b728-8056-4ce2-92fe-fb6d1156859f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b75642cb-c03c-41d5-bf31-683ceee5813f"] - }],ExpressionUUID->"6678a46a-020a-447c-a8c0-230033f3a2d2"], Cell[BoxData[ + "ea048aa6-8b4a-4fea-9473-79bbbd924fd5"] + }],ExpressionUUID->"5c206000-79e5-467c-aef0-687ffbfba508"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ba7d83ae-50ba-490c-8768-768951b25ecc"]} + "f944f4d4-6d1f-4f8a-ba57-101ebbf92854"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"bceeb5c5-260b-4b8e-b1c6-d3fbef656f22"], + CacheGraphics->False,ExpressionUUID->"1c8bab60-c5d1-4a90-8519-149af8cfc452"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "9ee5dcae-f9b0-4d2c-adec-e7830df0669c"], " \[LineSeparator]determines the primal extension of the dual game." - }],ExpressionUUID->"c380521a-e9c6-4a3a-af6d-3f9f5c8b67d6"]} + }],ExpressionUUID->"8a062155-aeaa-42b2-840d-0f02c5484cf8"]} }]], "Usage", CellID->545820574,ExpressionUUID->"7a5c44a2-3eec-49e2-ac30-568b792995f1"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c6a60da5-622b-4f59-a754-7f0927b2c93a"], + ExpressionUUID->"96be8a2a-a49e-4fb8-a930-0f543ccf229d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b4c26993-0b28-4a5f-9d5a-de9c161e1093"], + "Spacer1"]],ExpressionUUID->"69d5a16c-6a3a-47b5-8a76-9a429872d1a5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b0e206da-d0f1-49dc-93e9-75d2f1927223"], + }], "NotesFrameText",ExpressionUUID->"f156acbc-090d-4675-91d4-667412111758"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ac9b4e19-b162-485e-b30d-6a0388819254"]], \ + "Preemptive"]],ExpressionUUID->"aabc795c-f42f-4323-af1d-97691817f80a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->926596682,ExpressionUUID->"6c5c97ad-a704-4708-a503-05cc2b35cbbb"], + CellID->999522043,ExpressionUUID->"5618ab5b-00d6-4709-b940-168c0b55ddfa"], Cell[TextData[{ "The input expression ", @@ -374,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c33e96d0-00aa-4421-ad35-6285badafdcf"], + ExpressionUUID->"b6c47179-4559-41e5-a70e-c4d400f8f1dc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"73da1209-9b42-445c-b427-d76f01b5850e"], + "Spacer1"]],ExpressionUUID->"315da4e1-67e6-4b40-b5b2-c68b0fd28fc8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a046c5db-a8bf-4618-82dd-22fd1b9699fe"] + "9eef93ca-ee16-4a63-a100-306b2e1767dc"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->825139447,ExpressionUUID->"0766b867-4bd0-4395-bdc1-ba6cd6642d7b"], + CellID->412788250,ExpressionUUID->"06fc2787-a2dd-4e95-92c0-6a6d3e1d7dbf"], Cell[CellGroupData[{ @@ -415,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52fe094a-8a9a-4cf0-9e25-cf9920652879"], + ExpressionUUID->"a1c4acac-7335-4ca7-9aa7-cc55bb55648d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"35b75fca-1c39-4a4e-97f5-4e1edafea0c9"], + "Spacer1"]],ExpressionUUID->"fc4e7769-4ed3-490a-b55a-09d9665e2241"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0459d842-860b-454e-a6c8-a8bf5f5547d3"] + "378c8f8e-e9b2-4b2d-8d49-11ee752dfd3e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1934522800,ExpressionUUID->"6366cbc0-ed05-44c1-b871-dda90ebdd8f4"], + CellID->293565266,ExpressionUUID->"0702b2c3-dd1f-4717-8a51-9bd8812dc17d"], Cell["Loading the package:", "ExampleText", CellID->1293510986,ExpressionUUID->"d657e9a1-5b66-4fbc-88de-95b369c006ba"], @@ -1890,8 +1895,6 @@ game on the set of clones mimics the pre-nucleolus of the original game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2039,15 +2042,15 @@ Cell[BoxData[GridBox[{ "8c871b2c-07c8-4d1d-aa5c-415bccbdbbc2"] }], "SeeAlso",ExpressionUUID->"56c07ac0-9ca2-4d6e-9c5d-5e1af317087d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"090dd80b-526a-43ca-93e3-\ -f898c87206a7"], + }]], "SeeAlsoSection",ExpressionUUID->"b2b9ad59-9bed-4ad5-a4f2-\ +755772f55f17"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2059,9 +2062,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bf3a1e06-63ed-4d4d-bd94-d79b73625d06"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e1b85cae-d583-4c6b-922f-\ -3602e3fd0a35"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"97f17349-ce23-47b8-9de0-\ +54471c498647"], Cell[BoxData[GridBox[{ { @@ -2078,7 +2080,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d9c0a5ec-beef-44e1-894b-aaaf38a457c0"]}]}, + "94606fec-de59-4729-ac01-e5a38ad005aa"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2086,10 +2088,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3b5a703e-1a06-4e52-bb40-bf407d5ff09a"]}]} + "74b53852-72e7-4535-9855-5df552e57a06"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"69ee45d4-de47-4922-96cb-\ -22560afc2bce"], + }]], "MoreAboutSection",ExpressionUUID->"fed6d734-ab15-4780-a944-\ +ac432611927a"], Cell[BoxData[GridBox[{ { @@ -2116,7 +2118,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ECCoverGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69afbfd1-382c-4426-872e-ab73b19101ab"]], "RelatedLinks", + "71918b49-6731-49ce-aaf2-d2c405432d6d"]], "RelatedLinks", ExpressionUUID->"3eee6656-24c3-4749-9209-69b4224a0feb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2133,7 +2135,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualExtension"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7a06eaf-3b30-4e5b-9ca8-ccf603781987"]], "RelatedLinks", + "a840e8db-3c6a-49e0-88fd-af544c77c579"]], "RelatedLinks", ExpressionUUID->"950be0a7-0277-410a-b6a1-6cceba41d24f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2150,7 +2152,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ca260170-dd8f-4420-909a-87400da97714"]], "RelatedLinks", + "fe4453cb-ec5e-4b78-9db5-0302870f248e"]], "RelatedLinks", ExpressionUUID->"eac5dce9-965c-4017-8fde-f7779b3e714f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2167,11 +2169,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fd0e53bd-2385-445f-a362-ebc4ed832ffd"]], "RelatedLinks", + "c0b280ce-e085-465c-b2a5-08f224989f4d"]], "RelatedLinks", ExpressionUUID->"a505c83c-54c6-4ffd-8874-f5be7fd365d5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"88231cc9-f5a4-468f-892a-\ -0b5aff743a9b"], + }]], "RelatedLinksSection",ExpressionUUID->"db2c51d2-a070-4bbe-8f22-\ +dcdbbb89a6fe"], Cell[CellGroupData[{ @@ -2201,11 +2203,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"acb35855-5d1b-4207-af6f-58cc9b38d195"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3b309b84-d4a6-4aa5-8563-1020b90a312a"] +Cell[" ", "FooterCell",ExpressionUUID->"fca97fd0-5744-4877-808b-2384916e101a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PrimalExtension", TaggingRules->{ @@ -2216,17 +2218,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 45.289917}", + "built" -> "{2024, 6, 3, 16, 55, 2.599357}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PrimalExtension[game] determines the primal extension of the dual game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PrimalExtension", - "titlemodifier" -> "", "windowtitle" -> "PrimalExtension", "type" -> - "Symbol", "uri" -> "TUG/ref/PrimalExtension"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "PrimalExtension", "type" -> "Symbol", "uri" -> + "TUG/ref/PrimalExtension"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -2235,9 +2238,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e62c6a88-01ac-4356-8f5b-14921ba88845" +ExpressionUUID->"45a0b753-1edd-4734-be68-79161afa3745" ] (* End of Notebook Content *) @@ -2245,147 +2248,145 @@ ExpressionUUID->"e62c6a88-01ac-4356-8f5b-14921ba88845" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13510, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0766b867-4bd0-4395-bdc1-ba6cd6642d7b", + Cell[13566, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"06fc2787-a2dd-4e95-92c0-6a6d3e1d7dbf", CellTags->"PrimaryExamplesSection", - CellID->825139447]} + CellID->412788250]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 77730, 2246} + {"PrimaryExamplesSection", 77773, 2249} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7143, 168, 56, "AnchorBarGrid",ExpressionUUID->"2f1e5bf5-56a9-4c1d-9797-966f240e01e9", +Cell[587, 21, 7199, 173, 57, "AnchorBarGrid",ExpressionUUID->"ce4f6943-aa5a-4b6d-8744-30557ea6d8cf", CellID->1], -Cell[7733, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9ce7fb47-0e36-4ab5-a051-703223b5f1a4"], +Cell[7789, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d5b6fb71-c5d5-4375-9916-4f94e9687527"], Cell[CellGroupData[{ -Cell[7844, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"bceeb5c5-260b-4b8e-b1c6-d3fbef656f22"], -Cell[9136, 232, 465, 9, 111, "Usage",ExpressionUUID->"7a5c44a2-3eec-49e2-ac30-568b792995f1", +Cell[7900, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"1c8bab60-c5d1-4a90-8519-149af8cfc452"], +Cell[9192, 237, 465, 9, 111, "Usage",ExpressionUUID->"7a5c44a2-3eec-49e2-ac30-568b792995f1", CellID->545820574] }, Open ]], Cell[CellGroupData[{ -Cell[9638, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"6c5c97ad-a704-4708-a503-05cc2b35cbbb", +Cell[9694, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"5618ab5b-00d6-4709-b940-168c0b55ddfa", CellGroupingRules->{"SectionGrouping", 50}, - CellID->926596682], -Cell[11535, 295, 663, 17, 49, "Notes",ExpressionUUID->"fece224e-f748-47a3-887d-94f66254f4c1", + CellID->999522043], +Cell[11591, 300, 663, 17, 48, "Notes",ExpressionUUID->"fece224e-f748-47a3-887d-94f66254f4c1", CellID->26053], -Cell[12201, 314, 489, 12, 37, "Notes",ExpressionUUID->"46e66c1e-b1f2-4db5-98d6-69909a1b5f82", +Cell[12257, 319, 489, 12, 38, "Notes",ExpressionUUID->"46e66c1e-b1f2-4db5-98d6-69909a1b5f82", CellID->177724765], -Cell[12693, 328, 305, 5, 57, "Notes",ExpressionUUID->"e722706e-3387-440d-9297-a830fe8771ad", +Cell[12749, 333, 305, 5, 57, "Notes",ExpressionUUID->"e722706e-3387-440d-9297-a830fe8771ad", CellID->2041950173], -Cell[13001, 335, 192, 4, 36, "Notes",ExpressionUUID->"1ba9a94a-0b1f-4343-b247-cac53ab0c90e", +Cell[13057, 340, 192, 4, 36, "Notes",ExpressionUUID->"1ba9a94a-0b1f-4343-b247-cac53ab0c90e", CellID->177682323], -Cell[13196, 341, 187, 4, 36, "Notes",ExpressionUUID->"dbb89d25-256d-4a71-801f-00ab72e2b37c", +Cell[13252, 346, 187, 4, 36, "Notes",ExpressionUUID->"dbb89d25-256d-4a71-801f-00ab72e2b37c", CellID->791497516] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13510, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0766b867-4bd0-4395-bdc1-ba6cd6642d7b", +Cell[13566, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"06fc2787-a2dd-4e95-92c0-6a6d3e1d7dbf", CellTags->"PrimaryExamplesSection", - CellID->825139447], + CellID->412788250], Cell[CellGroupData[{ -Cell[14955, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6366cbc0-ed05-44c1-b871-dda90ebdd8f4", - CellID->1934522800], -Cell[16357, 430, 119, 1, 38, "ExampleText",ExpressionUUID->"d657e9a1-5b66-4fbc-88de-95b369c006ba", +Cell[15011, 397, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0702b2c3-dd1f-4717-8a51-9bd8812dc17d", + CellID->293565266], +Cell[16412, 435, 119, 1, 39, "ExampleText",ExpressionUUID->"d657e9a1-5b66-4fbc-88de-95b369c006ba", CellID->1293510986], Cell[CellGroupData[{ -Cell[16501, 435, 168, 3, 27, "Input",ExpressionUUID->"ebb0146b-6051-4ec2-a48f-c538c35fbd08", +Cell[16556, 440, 168, 3, 27, "Input",ExpressionUUID->"ebb0146b-6051-4ec2-a48f-c538c35fbd08", CellID->1536794876], Cell[CellGroupData[{ -Cell[16694, 442, 236, 4, 23, "Print",ExpressionUUID->"dc103e2d-2792-4bea-ae85-9d3746aadb7b", +Cell[16749, 447, 236, 4, 23, "Print",ExpressionUUID->"dc103e2d-2792-4bea-ae85-9d3746aadb7b", CellID->501479046], -Cell[16933, 448, 366, 8, 23, "Print",ExpressionUUID->"a101cdc7-72b0-4245-832f-91bde040d651", +Cell[16988, 453, 366, 8, 23, "Print",ExpressionUUID->"a101cdc7-72b0-4245-832f-91bde040d651", CellID->1520847843], -Cell[17302, 458, 237, 4, 23, "Print",ExpressionUUID->"9deb7c83-60d0-4888-a6f8-52ae17180701", +Cell[17357, 463, 237, 4, 23, "Print",ExpressionUUID->"9deb7c83-60d0-4888-a6f8-52ae17180701", CellID->1725092026], -Cell[17542, 464, 221, 3, 23, "Print",ExpressionUUID->"d487ab6e-cda5-4a56-8189-e0702b42b3fc", +Cell[17597, 469, 221, 3, 23, "Print",ExpressionUUID->"d487ab6e-cda5-4a56-8189-e0702b42b3fc", CellID->1821281366], -Cell[17766, 469, 207, 3, 23, "Print",ExpressionUUID->"6eeb8d72-6a64-48be-a6fe-ba8f2462b24b", +Cell[17821, 474, 207, 3, 23, "Print",ExpressionUUID->"6eeb8d72-6a64-48be-a6fe-ba8f2462b24b", CellID->294930321], -Cell[17976, 474, 238, 4, 23, "Print",ExpressionUUID->"aea6f9eb-86f7-4ad6-a592-afa8e865bf6d", +Cell[18031, 479, 238, 4, 23, "Print",ExpressionUUID->"aea6f9eb-86f7-4ad6-a592-afa8e865bf6d", CellID->1926547087], -Cell[18217, 480, 220, 3, 23, "Print",ExpressionUUID->"4ec94efd-8bad-497d-b8d6-f1d7e056d8e0", +Cell[18272, 485, 220, 3, 23, "Print",ExpressionUUID->"4ec94efd-8bad-497d-b8d6-f1d7e056d8e0", CellID->462712224], -Cell[18440, 485, 237, 4, 23, "Print",ExpressionUUID->"91cdb6ec-7c1a-44cc-853f-d6ba1e0eb539", +Cell[18495, 490, 237, 4, 23, "Print",ExpressionUUID->"91cdb6ec-7c1a-44cc-853f-d6ba1e0eb539", CellID->1227823888], -Cell[18680, 491, 237, 4, 23, "Print",ExpressionUUID->"e716c0c1-cd7a-41eb-8c3a-3b26f55ad4b2", +Cell[18735, 496, 237, 4, 23, "Print",ExpressionUUID->"e716c0c1-cd7a-41eb-8c3a-3b26f55ad4b2", CellID->1986443079], -Cell[18920, 497, 207, 3, 70, "Print",ExpressionUUID->"15364605-9a6b-4fd1-b904-6f186b453783", +Cell[18975, 502, 207, 3, 70, "Print",ExpressionUUID->"15364605-9a6b-4fd1-b904-6f186b453783", CellID->649080690], -Cell[19130, 502, 236, 4, 70, "Print",ExpressionUUID->"08021c9f-d7f0-46ad-b460-c94bf63d19b9", +Cell[19185, 507, 236, 4, 70, "Print",ExpressionUUID->"08021c9f-d7f0-46ad-b460-c94bf63d19b9", CellID->178073596] }, Open ]] }, Open ]], -Cell[19393, 510, 136, 1, 70, "ExampleText",ExpressionUUID->"d00ba4b0-0490-4bec-9423-5b23ed65cdd4", +Cell[19448, 515, 136, 1, 70, "ExampleText",ExpressionUUID->"d00ba4b0-0490-4bec-9423-5b23ed65cdd4", CellID->123459479], -Cell[19532, 513, 235, 6, 70, "Input",ExpressionUUID->"0aa59589-039d-42e4-8d1e-17b812ccbe9c", +Cell[19587, 518, 235, 6, 70, "Input",ExpressionUUID->"0aa59589-039d-42e4-8d1e-17b812ccbe9c", CellID->1893258852], -Cell[19770, 521, 380, 9, 70, "Input",ExpressionUUID->"829efbb7-df41-4d19-b60f-dba57efedfce", +Cell[19825, 526, 380, 9, 70, "Input",ExpressionUUID->"829efbb7-df41-4d19-b60f-dba57efedfce", CellID->815924408], -Cell[20153, 532, 238, 6, 70, "Input",ExpressionUUID->"d0609755-2808-428b-88d6-87835aacf658", +Cell[20208, 537, 238, 6, 70, "Input",ExpressionUUID->"d0609755-2808-428b-88d6-87835aacf658", CellID->1135311508], -Cell[20394, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"4c369a7d-fbf5-40af-9896-05877a401326", +Cell[20449, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"4c369a7d-fbf5-40af-9896-05877a401326", CellID->604426138], Cell[CellGroupData[{ -Cell[20609, 548, 173, 3, 70, "Input",ExpressionUUID->"ff53ca9c-5150-424a-bea8-4ef81718746d", +Cell[20664, 553, 173, 3, 70, "Input",ExpressionUUID->"ff53ca9c-5150-424a-bea8-4ef81718746d", CellID->1752928061], -Cell[20785, 553, 173, 4, 36, "Output",ExpressionUUID->"dc0942fb-8592-429e-9867-bd4600a7756c", +Cell[20840, 558, 173, 4, 36, "Output",ExpressionUUID->"dc0942fb-8592-429e-9867-bd4600a7756c", CellID->620883555] }, Open ]], -Cell[20973, 560, 151, 1, 70, "ExampleText",ExpressionUUID->"4dfc60ad-0026-48cc-8d03-ed3642c6e94e", +Cell[21028, 565, 151, 1, 70, "ExampleText",ExpressionUUID->"4dfc60ad-0026-48cc-8d03-ed3642c6e94e", CellID->767173257], Cell[CellGroupData[{ -Cell[21149, 565, 169, 3, 70, "Input",ExpressionUUID->"e9d33bf9-a77b-4110-bd4a-6f5af4235be3", +Cell[21204, 570, 169, 3, 70, "Input",ExpressionUUID->"e9d33bf9-a77b-4110-bd4a-6f5af4235be3", CellID->498892663], -Cell[21321, 570, 313, 9, 51, "Output",ExpressionUUID->"09e43e7a-1f60-466c-bf73-44d479808f01", +Cell[21376, 575, 313, 9, 50, "Output",ExpressionUUID->"09e43e7a-1f60-466c-bf73-44d479808f01", CellID->98902504] }, Open ]], -Cell[21649, 582, 188, 4, 70, "ExampleText",ExpressionUUID->"b4df6c9e-9dca-47f8-aa0a-fffb6e2e3585", +Cell[21704, 587, 188, 4, 70, "ExampleText",ExpressionUUID->"b4df6c9e-9dca-47f8-aa0a-fffb6e2e3585", CellID->486346438], Cell[CellGroupData[{ -Cell[21862, 590, 199, 4, 70, "Input",ExpressionUUID->"42bfb868-4ada-4131-8093-52b3d7df1abc", +Cell[21917, 595, 199, 4, 70, "Input",ExpressionUUID->"42bfb868-4ada-4131-8093-52b3d7df1abc", CellID->944855581], -Cell[22064, 596, 40744, 1237, 1058, "Output",ExpressionUUID->"65900966-bab7-414b-a454-a9df5b7141ef", +Cell[22119, 601, 40744, 1237, 1031, "Output",ExpressionUUID->"65900966-bab7-414b-a454-a9df5b7141ef", CellID->1334173503] }, Open ]], -Cell[62823, 1836, 173, 3, 70, "ExampleText",ExpressionUUID->"2acb720f-f0f9-424a-add9-82f5d3b92f38", +Cell[62878, 1841, 173, 3, 70, "ExampleText",ExpressionUUID->"2acb720f-f0f9-424a-add9-82f5d3b92f38", CellID->1523373839], -Cell[62999, 1841, 200, 5, 70, "Input",ExpressionUUID->"e5f60d9f-7418-484d-a4a9-74edc9273ea3", +Cell[63054, 1846, 200, 5, 70, "Input",ExpressionUUID->"e5f60d9f-7418-484d-a4a9-74edc9273ea3", CellID->1648637625], -Cell[63202, 1848, 274, 7, 70, "Input",ExpressionUUID->"970c9ba1-3411-424b-b612-d97f33aa920c", +Cell[63257, 1853, 274, 7, 70, "Input",ExpressionUUID->"970c9ba1-3411-424b-b612-d97f33aa920c", CellID->116953353], -Cell[63479, 1857, 151, 1, 70, "ExampleText",ExpressionUUID->"318837f8-6156-4d01-af02-24b7ce5e6bde", +Cell[63534, 1862, 151, 1, 70, "ExampleText",ExpressionUUID->"318837f8-6156-4d01-af02-24b7ce5e6bde", CellID->1957742258], Cell[CellGroupData[{ -Cell[63655, 1862, 170, 3, 70, "Input",ExpressionUUID->"209407d5-4fd6-438d-baab-07ef718c73a6", +Cell[63710, 1867, 170, 3, 70, "Input",ExpressionUUID->"209407d5-4fd6-438d-baab-07ef718c73a6", CellID->1476981196], -Cell[63828, 1867, 375, 10, 51, "Output",ExpressionUUID->"6b19962c-09ce-45d0-beb8-a8f1a57d59e6", +Cell[63883, 1872, 375, 10, 50, "Output",ExpressionUUID->"6b19962c-09ce-45d0-beb8-a8f1a57d59e6", CellID->81786699] }, Open ]], -Cell[64218, 1880, 259, 4, 70, "ExampleText",ExpressionUUID->"f9813d4c-2df7-49c0-b3f7-866c77d3304f", +Cell[64273, 1885, 259, 4, 70, "ExampleText",ExpressionUUID->"f9813d4c-2df7-49c0-b3f7-866c77d3304f", CellID->1523079351] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[64762, 1897, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"b2b9ad59-9bed-4ad5-a4f2-755772f55f17"], +Cell[70268, 2047, 670, 18, 70, "TechNotesSection",ExpressionUUID->"97f17349-ce23-47b8-9de0-54471c498647"], +Cell[70941, 2067, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fed6d734-ab15-4780-a944-ac432611927a"], +Cell[71977, 2095, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"db2c51d2-a070-4bbe-8f22-dcdbbb89a6fe"], Cell[CellGroupData[{ -Cell[64729, 1894, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"090dd80b-526a-43ca-93e3-f898c87206a7"], -Cell[70235, 2044, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e1b85cae-d583-4c6b-922f-3602e3fd0a35"] -}, Open ]], -Cell[70920, 2065, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"69ee45d4-de47-4922-96cb-22560afc2bce"], -Cell[71956, 2093, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"88231cc9-f5a4-468f-892a-0b5aff743a9b"], -Cell[CellGroupData[{ -Cell[74815, 2177, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"60ba6118-bc4f-4f48-b56f-143e5d18037b", +Cell[74836, 2179, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"60ba6118-bc4f-4f48-b56f-143e5d18037b", CellID->736391509], -Cell[74955, 2180, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a2711c8b-e86e-46a9-bcc5-4bcdb2051d00", +Cell[74976, 2182, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a2711c8b-e86e-46a9-bcc5-4bcdb2051d00", CellID->1194386356], -Cell[75177, 2186, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3a76c2d3-0346-4225-a087-7471ea0d8162", +Cell[75198, 2188, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3a76c2d3-0346-4225-a087-7471ea0d8162", CellID->1641706272], -Cell[75392, 2191, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"65cf84fb-99c5-4f60-9f46-659b17e76446", +Cell[75413, 2193, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"65cf84fb-99c5-4f60-9f46-659b17e76446", CellID->399251956], -Cell[75621, 2197, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"acb35855-5d1b-4207-af6f-58cc9b38d195", +Cell[75642, 2199, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"acb35855-5d1b-4207-af6f-58cc9b38d195", CellID->821434655] }, Open ]], -Cell[75858, 2203, 78, 0, 70, "FooterCell",ExpressionUUID->"3b309b84-d4a6-4aa5-8563-1020b90a312a"] +Cell[75879, 2205, 78, 0, 70, "FooterCell",ExpressionUUID->"fca97fd0-5744-4877-808b-2384916e101a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ProbabilityGame.nb b/Documentation/English/ReferencePages/Symbols/ProbabilityGame.nb index fc24db0..b337d55 100644 --- a/Documentation/English/ReferencePages/Symbols/ProbabilityGame.nb +++ b/Documentation/English/ReferencePages/Symbols/ProbabilityGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47057, 1187] -NotebookOptionsPosition[ 37771, 1002] -NotebookOutlinePosition[ 39869, 1056] -CellTagsIndexPosition[ 39783, 1051] +NotebookDataLength[ 48077, 1217] +NotebookOptionsPosition[ 38380, 1024] +NotebookOutlinePosition[ 40499, 1078] +CellTagsIndexPosition[ 40413, 1073] WindowTitle->ProbabilityGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "faa55346-575f-432f-85d3-d59c84e990db"], + "d610e859-4fb8-44e7-b131-7e8e8fae2000"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6fec351b-664a-4e91-b3c9-f4b5dce17832"], + "54508592-0e48-42d0-b9fc-876670d0150e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,39 +51,40 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8fcff422-3418-43bb-8bb1-a37cf1b48a11"] - }],ExpressionUUID->"cc258f53-af6f-4305-979c-bf840e2c679a"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"ProductGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ProductGame"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "8e0eb6d9-c328-45be-9824-34280c523f4d"] + }],ExpressionUUID->"87c242b6-c61a-4f8d-a9f3-5d378f5a7ac7"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"ProductGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProductGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53e59ad9-d8e5-4577-806d-c6984a580fe5"], + "1fac1361-9b32-47c8-9929-014623afe7b6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -99,18 +100,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5ca57544-50c3-46f9-ac77-89184528fbb8"] - }],ExpressionUUID->"c4854e83-612a-46ec-a923-b2f675491675"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f68b078e-46b0-4857-8f10-fa9723991b90"] + }],ExpressionUUID->"148d2099-714a-49fd-9b29-a9bf7b4d609b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc5ad8b7-4276-4239-8561-cfb53ffe0681"], + "f7c4a11d-4e50-460d-8e44-c99d0b643b90"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -126,16 +128,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "447a0819-3eff-4d1d-96c0-7176240ca44f"] - }],ExpressionUUID->"02264e5f-bda0-4cca-be34-a340dfb65f92"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e173f3cf-8e74-451f-9807-7c3e5620f34d"] + }],ExpressionUUID->"88b3cf80-a542-444b-8d43-e12b8dfa8b21"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5275b765-2417-4642-aa14-7089e6842915"], + "9d749445-2ddd-4ea0-8122-6d22a22f38ae"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -151,51 +154,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "22be61a0-d15f-436e-9fc5-75b4fe032f06"] - }],ExpressionUUID->"534b4805-ad41-4612-8c9b-4db405969adb"], - StripOnInput->False], {"\<\"TUG/ref/ProbabilityGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ProbabilityGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c633f2b6-73c8-4082-8566-b9072a7e0869"] + }],ExpressionUUID->"eee109f2-fb11-492b-bb70-27047dc9d081"], + StripOnInput->False],{ + "\"TUG/ref/ProbabilityGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ProbabilityGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ProbabilityGame.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$158220], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ProbabilityGame" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$171490], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ProbabilityGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bd085203-07d3-4451-8ece-0eeffb42cc42"] + "5d23429c-4db4-40d7-a2b6-71d769cc3245"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f1be3a32-39c0-4421-9203-b3f6591cdfb8"]} + "9c187dc5-973b-453e-9c3b-bca8ff33a620"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"75c0fc7b-9c60-44f0-b22f-6df4c49295c5"], + CellID->1,ExpressionUUID->"86496c09-2345-477c-9011-2acdaf1a2c8e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"325bd6cd-5114-4f8b-a817-929ea474ce46"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2efa3510-64a2-494e-90ea-22e528d1ad06"], Cell[CellGroupData[{ @@ -203,17 +207,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ProbabilityGame", "ObjectName",ExpressionUUID-> - "f8df95ce-238f-478b-be60-2c782cf02622"], + "53d011cd-05f8-42b0-ae0a-4398e274999a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e8f9b94d-e285-41db-8f95-b42c50038da5"], + "Spacer1"]],ExpressionUUID->"00087948-790d-4f40-855e-cc5d2e5dca60"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "009b39e5-3a12-438d-9f99-8f1d71b9b093"] - }],ExpressionUUID->"06e157c8-abd8-4a8b-9070-f7ba3c220a34"], + "063097af-369f-4001-b22b-e5a74cf3d9a4"] + }],ExpressionUUID->"dbe38fe5-81c2-4e62-a1f9-98a9511da960"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"a359a13e-4b12-44f4-b545-\ -ff1c56e4b089"], + }]], "ObjectNameGrid",ExpressionUUID->"77815f2e-a4f4-49cd-8cfc-\ +3da35cc003af"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -222,8 +226,8 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "39a42c82-7fd2-40b0-9940-fe0adc8667f5"], " \[LineSeparator]computes from a probability vector the associated \ -product game." - }],ExpressionUUID->"82acde2b-2059-4cba-9888-0dc90d252c3e"]} +probability game." + }],ExpressionUUID->"2ed279ee-6dfc-4291-8880-1a758773e39b"]} }]], "Usage", CellID->378304241,ExpressionUUID->"2509527f-633c-4718-879e-289fe2f4cb4d"] }, Open ]], @@ -256,12 +260,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"00887759-e3c9-4c4e-8e0f-e174d9f3fe1e"], + ExpressionUUID->"1207d9ea-9e18-46d9-8e6f-660a868f45f8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e27eb91c-ddf2-442b-9bfd-b4a6e9df7bb4"], + "Spacer1"]],ExpressionUUID->"89620f28-880b-4610-aa7c-a1de9c22d4a6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e33665dc-209f-4ea8-8fe7-3db8dcb31f0b"], + }], "NotesFrameText",ExpressionUUID->"f997826b-1e26-4c08-b97b-d7594a7daea1"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"182cd904-0bbf-4440-9c65-d05ba1176450"]], \ + "Preemptive"]],ExpressionUUID->"bca55b8d-b92b-486d-be27-4c40a6b5d329"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2039901376,ExpressionUUID->"a6c26658-f55a-4df4-8f3f-7147facb3a7e"], + CellID->2078912182,ExpressionUUID->"4b34d0cd-ddc2-4d79-a624-1e30b5d42fef"], Cell[TextData[{ "The expression ", @@ -302,7 +306,10 @@ Cell[TextData[{ }], "Notes", CellID->177724765,ExpressionUUID->"9af93ce6-14c6-4c66-8fd4-3ccee720e28a"], -Cell["Probability games have an empty core.", "Notes", +Cell["\<\ +Probability games have an empty core since this game class belongs to the \ +class of concave games.\ +\>", "Notes", CellID->2085588552,ExpressionUUID->"a39a69db-bae3-4710-ae7e-566260d56fcd"], Cell["\<\ @@ -352,19 +359,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"62cbd343-2a33-4bc6-800f-3f6559ae84e7"], + ExpressionUUID->"b40f202f-4ed6-40b3-abbc-766f7a194c44"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"61503c9d-c7b6-4ca0-ad3b-dc4c269d817c"], + "Spacer1"]],ExpressionUUID->"fdb1e24d-f3a5-4d7b-ab80-b57d8e85727b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d9f9fe9d-c0e3-4ee4-82b3-f2d1b78342f9"] + "6066562e-e0ca-471f-aa32-ec514cda4c9f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->603843491,ExpressionUUID->"dc6f79b9-33a4-40e7-898b-2fc7d556a9f8"], + CellID->564515062,ExpressionUUID->"d66971cc-a802-46f4-9667-beba5963ae20"], Cell[CellGroupData[{ @@ -393,18 +400,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ee7b4c35-a81b-4810-b608-9b12a77af3c5"], + ExpressionUUID->"402533d7-f5a6-4e42-a06d-16b32359c91d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"97121a97-9314-456c-b008-68229aa79045"], + "Spacer1"]],ExpressionUUID->"824d8666-421f-4b58-ab95-417a7e450507"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0d7288ad-0577-4977-8c45-cb16631086ec"] + "0e4ec04e-39a7-44df-8e4d-de071530c277"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1498083613,ExpressionUUID->"0ddab9c0-eefc-4854-b3c3-9dde2b079e9b"], + CellID->249353513,ExpressionUUID->"d7c3c602-49d3-473b-b75c-01ff15ba15fb"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"53cf7413-9ecc-4cbc-a3e8-216e8803f751"], @@ -422,7 +429,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->485210344,ExpressionUUID->"259117ad-d822-457c-be9e-d8957b5ff0e7"], + CellID->1289391064,ExpressionUUID->"f7477e7f-d991-4120-b4b9-098961b623fc"], Cell[BoxData[ InterpretationBox[ @@ -432,57 +439,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->432323489,ExpressionUUID->"116d8861-9ec5-443a-9ee3-bf728d1723d7"], + CellID->516225500,ExpressionUUID->"d7500923-2db0-4c64-8715-799c0df2fe4f"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->63356591,ExpressionUUID->"b1ff9018-49c0-4abe-8574-6b546debde77"], + CellID->251855312,ExpressionUUID->"11baaebc-5272-4ea2-bfc0-3d2fa7ec367a"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1380321818,ExpressionUUID->"2efc7e9e-4cd3-44b3-8a14-e411b13a41b2"], + CellID->1073347964,ExpressionUUID->"05d30b22-c7d9-4e98-927d-7520d1368506"], -Cell[BoxData["\<\"Release Date: 07.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->634933627,ExpressionUUID->"6d71c52f-dae3-4893-9f7b-cbeeef7a2b9e"], + CellID->353610649,ExpressionUUID->"70cd36c8-9e84-4b4c-b2dc-81f8c01379f9"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->46570879,ExpressionUUID->"dd04a95c-9d62-4cdc-807b-d9cc0b5a3252"], + CellID->1919555561,ExpressionUUID->"fd072ea8-d8cd-4a23-81ab-2e6fe729c4e4"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1734189101,ExpressionUUID->"2faa7dca-8c53-456b-bdbb-dbbb758fe88b"], + CellID->2082039650,ExpressionUUID->"84118e1b-9226-4ed3-a10d-bac087e6bd0e"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->530499700,ExpressionUUID->"9e62caad-f799-480f-a73a-0e0e87d9ee04"], + CellID->1154843272,ExpressionUUID->"49bfd0b0-9fbe-4868-982e-91330998f4c2"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->10464885,ExpressionUUID->"2491c381-586a-487b-abc4-df52c365ca45"], + CellID->1926993682,ExpressionUUID->"1846c069-3144-4e1d-b688-4faac757ca32"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->2074266565,ExpressionUUID->"22edee66-26af-405c-95b0-1865c9a1e5a1"], + CellID->1467635905,ExpressionUUID->"e7b2be33-204b-40a9-92ae-3cd1fc4f6b72"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1210027589,ExpressionUUID->"bd48d2e2-2c98-43b7-ad5e-fb0f41917869"] + CellID->439997930,ExpressionUUID->"7015056f-d9bb-4356-9fe7-418a8dac0b0d"] }, Open ]] }, Open ]], @@ -506,7 +513,7 @@ Cell[BoxData[ "0.3`", ",", "0.32`", ",", "0.47`", ",", "0.53`", ",", "0.64`", ",", "0.71`"}], "}"}]], "Output", CellLabel->"Out[2]=", - CellID->2009126591,ExpressionUUID->"3006c23d-5444-4cc4-8e5c-af564426692d"] + CellID->2147393732,ExpressionUUID->"1c9d72e0-f9ac-4561-9b23-9471a6f675e3"] }, Open ]], Cell["\<\ @@ -523,7 +530,7 @@ Cell[BoxData[ CellID->2052839270,ExpressionUUID->"d2695375-1353-43a5-b224-e2d071671436"], Cell["\<\ -Then we compute the characteristic values of the probability game by\ +Then, we compute the characteristic values of the probability game by\ \>", "ExampleText", CellID->302774813,ExpressionUUID->"1bb8abfd-b44b-41a9-b304-025752956f19"], @@ -558,7 +565,7 @@ Cell[BoxData[ "0.973661968`", ",", "0.976643632`", ",", "0.981795772`", ",", "0.9823158928`", ",", "0.98762112496`"}], "}"}]], "Output", CellLabel->"Out[4]=", - CellID->152073654,ExpressionUUID->"9aec2166-8660-44b5-b1f8-ef9acb1c8636"] + CellID->56018841,ExpressionUUID->"bd71645b-26a7-42a9-a781-9792dd189db7"] }, Open ]], Cell["Finally, we define the following six person product game by", \ @@ -619,7 +626,7 @@ Cell[BoxData[ 334355082766413642399911425697035745420000"}]}], "}"}]], "Output", CellContext->"Cell$$4237`", CellLabel->"Out[6]=", - CellID->1846185753,ExpressionUUID->"a2f5bd01-b1b5-473a-a36f-9620af8a5cca"] + CellID->1962986865,ExpressionUUID->"90a068b6-a63a-4808-9baf-7745505a90ff"] }, Open ]], Cell[CellGroupData[{ @@ -636,7 +643,7 @@ Cell[BoxData[ "0.1514854345954212`", ",", "0.17448698398804344`", ",", "0.21996797391263456`", ",", "0.251739029427165`"}], "}"}]], "Output", CellLabel->"Out[7]=", - CellID->214300048,ExpressionUUID->"62fe9f01-2179-4f92-9814-b8c57f09edd0"] + CellID->162756394,ExpressionUUID->"b90840fd-724b-486b-80a4-78462248ef33"] }, Open ]], Cell["Or alternatively, a kernel element can be computed through", \ @@ -661,22 +668,37 @@ Cell[BoxData[ FractionBox["1824846409", "8033850000"], ",", FractionBox["553220341", "2008462500"]}], "}"}]], "Output", CellLabel->"Out[8]=", - CellID->1898212234,ExpressionUUID->"698af702-1057-4a6b-96be-74af893c44ef"] + CellID->1187712037,ExpressionUUID->"0e6bda78-13f9-4b64-846f-3b2852363193"] +}, Open ]], + +Cell["This game class is concave, as can be seen by ", "ExampleText", + CellID->609083275,ExpressionUUID->"a4e55b42-2af7-48ed-8068-4ffd0cb6a71b"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"ConcaveQ", "[", "ExpGame", "]"}]], "Input", + CellLabel->"In[9]:=", + CellID->528737109,ExpressionUUID->"7276eb7d-b815-4ce0-8f6b-7e2cdd32ab60"], + +Cell[BoxData["True"], "Output", + CellLabel->"Out[9]=", + CellID->1643403135,ExpressionUUID->"c02052d5-435a-40b6-90ee-11b30a81c897"] }, Open ]], -Cell["This game type has an empty core, which can be seen by", "ExampleText", +Cell["Concave games have an empty core, which can be seen by", "ExampleText", CellID->447654302,ExpressionUUID->"a971fa14-2c06-4203-9c3e-1d4ac235ce93"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame", "]"}]], "Input", - CellLabel->"In[9]:=", + CellLabel->"In[10]:=", CellID->588622431,ExpressionUUID->"67882eac-8090-496f-9840-9325edbb3951"], Cell[BoxData["False"], "Output", - CellLabel->"Out[9]=", - CellID->2059952295,ExpressionUUID->"8184a244-2694-4025-92ab-ccca05bac992"] + CellLabel->"Out[10]=", + CellID->1748852554,ExpressionUUID->"b514fb4b-917f-4f89-8aaf-371674dbf42c"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -874,8 +896,8 @@ Cell[BoxData[GridBox[{ "a6664005-0566-4c4d-95fc-ad031f75185f"] }], "SeeAlso",ExpressionUUID->"6b5604fe-26a8-4236-baec-483a1ff4844d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a3e2dba5-1913-4721-8599-\ -47158277661e"], + }]], "SeeAlsoSection",ExpressionUUID->"57a9c3b2-99d2-483a-819d-\ +56ded296a28c"], Cell[BoxData[GridBox[{ { @@ -892,7 +914,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "25f155f8-439d-48d9-8c80-65ec3e4df93f"]}]}, + "b2399b55-f848-4197-836f-0a160cf12350"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -900,10 +922,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8198bc7e-9c62-4542-bc32-d831ee7a3da7"]}]} + "f8cec86b-424d-444b-a81b-3d161ab6888d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4f090b4d-a17b-4768-97fc-\ -1b6e1dc803d7"], + }]], "MoreAboutSection",ExpressionUUID->"d4fd65e1-5267-4b00-b1ac-\ +fa99a3fbb083"], Cell[BoxData[GridBox[{ { @@ -930,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d5bbf72b-5bfc-4c15-aa99-072f5af39840"]], "RelatedLinks", + "e785db27-836f-41e0-b5a4-db618706ed7b"]], "RelatedLinks", ExpressionUUID->"d6e10782-7e2f-4b75-afed-dd9c573f26ed"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -947,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8f07b44d-8fa1-4f2b-9ae4-0ac342808fe8"]], "RelatedLinks", + "21f04627-0a69-47a2-8db9-469b50fe2fe6"]], "RelatedLinks", ExpressionUUID->"12d2ee7b-4889-4943-b08d-97131fe029b0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -964,11 +986,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9d2a82be-2bf4-456c-8a68-6fc3ec653267"]], "RelatedLinks", + "f0ffe494-9ff8-4b25-95a8-1c860c044095"]], "RelatedLinks", ExpressionUUID->"5ea99463-3c1f-491a-ad1e-31614d425b12"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b1a3d9b8-c055-4978-9917-\ -92434a73c339"], + }]], "RelatedLinksSection",ExpressionUUID->"d8487aa1-140e-410f-bad1-\ +b8ca6342d9ce"], Cell[CellGroupData[{ @@ -998,11 +1020,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"02e3f99c-21b2-4ee7-9b2f-3354e51556b1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"40fe1e46-8800-404a-9ad9-ab25ae22457e"] +Cell[" ", "FooterCell",ExpressionUUID->"5d4be7ab-2105-402f-ab9e-94e4c6a701e5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ProbabilityGame", TaggingRules->{ @@ -1013,18 +1035,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 47.171292}", + "built" -> "{2024, 6, 3, 16, 55, 3.607676}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ProbabilityGame[wghs_List] computes from a probability vector the \ -associated product game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ProbabilityGame", "titlemodifier" -> "", "windowtitle" -> - "ProbabilityGame", "type" -> "Symbol", "uri" -> +associated probability game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> + "ProbabilityGame", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ProbabilityGame", "type" -> "Symbol", "uri" -> "TUG/ref/ProbabilityGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1033,9 +1055,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f614783e-328c-4fd7-b631-9e8eb28d653f" +ExpressionUUID->"0ea0de88-bd54-4c06-bfe6-fe2d3afcf852" ] (* End of Notebook Content *) @@ -1043,152 +1065,160 @@ ExpressionUUID->"f614783e-328c-4fd7-b631-9e8eb28d653f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12780, 329, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc6f79b9-33a4-40e7-898b-2fc7d556a9f8", + Cell[12900, 336, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d66971cc-a802-46f4-9667-beba5963ae20", CellTags->"PrimaryExamplesSection", - CellID->603843491]} + CellID->564515062]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39583, 1044} + {"PrimaryExamplesSection", 40213, 1066} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7416, 174, 56, "AnchorBarGrid",ExpressionUUID->"75c0fc7b-9c60-44f0-b22f-6df4c49295c5", +Cell[587, 21, 7462, 178, 57, "AnchorBarGrid",ExpressionUUID->"86496c09-2345-477c-9011-2acdaf1a2c8e", CellID->1], -Cell[8006, 197, 86, 0, 24, "ContextNameCell",ExpressionUUID->"325bd6cd-5114-4f8b-a817-929ea474ce46"], +Cell[8052, 201, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2efa3510-64a2-494e-90ea-22e528d1ad06"], Cell[CellGroupData[{ -Cell[8117, 201, 558, 14, 59, "ObjectNameGrid",ExpressionUUID->"a359a13e-4b12-44f4-b545-ff1c56e4b089"], -Cell[8678, 217, 486, 10, 111, "Usage",ExpressionUUID->"2509527f-633c-4718-879e-289fe2f4cb4d", +Cell[8163, 205, 558, 14, 59, "ObjectNameGrid",ExpressionUUID->"77815f2e-a4f4-49cd-8cfc-3da35cc003af"], +Cell[8724, 221, 490, 10, 111, "Usage",ExpressionUUID->"2509527f-633c-4718-879e-289fe2f4cb4d", CellID->378304241] }, Open ]], Cell[CellGroupData[{ -Cell[9201, 232, 1895, 47, 37, "NotesSection",ExpressionUUID->"a6c26658-f55a-4df4-8f3f-7147facb3a7e", +Cell[9251, 236, 1895, 47, 37, "NotesSection",ExpressionUUID->"4b34d0cd-ddc2-4d79-a624-1e30b5d42fef", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2039901376], -Cell[11099, 281, 308, 7, 36, "]]",ExpressionUUID->"c23e7414-9926-4fd5-9b1b-124a6baa53f2", + CellID->2078912182], +Cell[11149, 285, 308, 7, 36, "]]",ExpressionUUID->"c23e7414-9926-4fd5-9b1b-124a6baa53f2", CellID->313448337], -Cell[11410, 290, 489, 12, 37, "Notes",ExpressionUUID->"9af93ce6-14c6-4c66-8fd4-3ccee720e28a", +Cell[11460, 294, 489, 12, 38, "Notes",ExpressionUUID->"9af93ce6-14c6-4c66-8fd4-3ccee720e28a", CellID->177724765], -Cell[11902, 304, 130, 1, 36, "Notes",ExpressionUUID->"a39a69db-bae3-4710-ae7e-566260d56fcd", +Cell[11952, 308, 200, 4, 36, "Notes",ExpressionUUID->"a39a69db-bae3-4710-ae7e-566260d56fcd", CellID->2085588552], -Cell[12035, 307, 190, 4, 36, "Notes",ExpressionUUID->"072c42b3-a1e4-4e7e-8eb9-70c9f347651c", +Cell[12155, 314, 190, 4, 36, "Notes",ExpressionUUID->"072c42b3-a1e4-4e7e-8eb9-70c9f347651c", CellID->306311476], -Cell[12228, 313, 217, 5, 57, "Notes",ExpressionUUID->"db6d5c2a-8674-4371-b929-8dbf4d0d68f8", +Cell[12348, 320, 217, 5, 57, "Notes",ExpressionUUID->"db6d5c2a-8674-4371-b929-8dbf4d0d68f8", CellID->2108874141], -Cell[12448, 320, 205, 3, 23, "TechNotes",ExpressionUUID->"d6fa4435-8f7e-4ecf-a593-6508c306d9af", +Cell[12568, 327, 205, 3, 23, "TechNotes",ExpressionUUID->"d6fa4435-8f7e-4ecf-a593-6508c306d9af", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12780, 329, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc6f79b9-33a4-40e7-898b-2fc7d556a9f8", +Cell[12900, 336, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d66971cc-a802-46f4-9667-beba5963ae20", CellTags->"PrimaryExamplesSection", - CellID->603843491], + CellID->564515062], Cell[CellGroupData[{ -Cell[14225, 370, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0ddab9c0-eefc-4854-b3c3-9dde2b079e9b", - CellID->1498083613], -Cell[15627, 408, 119, 1, 38, "ExampleText",ExpressionUUID->"53cf7413-9ecc-4cbc-a3e8-216e8803f751", +Cell[14345, 377, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d7c3c602-49d3-473b-b75c-01ff15ba15fb", + CellID->249353513], +Cell[15746, 415, 119, 1, 39, "ExampleText",ExpressionUUID->"53cf7413-9ecc-4cbc-a3e8-216e8803f751", CellID->1430927406], Cell[CellGroupData[{ -Cell[15771, 413, 168, 3, 27, "Input",ExpressionUUID->"a2473509-8a8a-42a9-b511-59fad831b88c", +Cell[15890, 420, 168, 3, 27, "Input",ExpressionUUID->"a2473509-8a8a-42a9-b511-59fad831b88c", CellID->1259233753], Cell[CellGroupData[{ -Cell[15964, 420, 235, 4, 23, "Print",ExpressionUUID->"259117ad-d822-457c-be9e-d8957b5ff0e7", - CellID->485210344], -Cell[16202, 426, 364, 8, 23, "Print",ExpressionUUID->"116d8861-9ec5-443a-9ee3-bf728d1723d7", - CellID->432323489], -Cell[16569, 436, 234, 4, 23, "Print",ExpressionUUID->"b1ff9018-49c0-4abe-8574-6b546debde77", - CellID->63356591], -Cell[16806, 442, 220, 3, 23, "Print",ExpressionUUID->"2efc7e9e-4cd3-44b3-8a14-e411b13a41b2", - CellID->1380321818], -Cell[17029, 447, 206, 3, 23, "Print",ExpressionUUID->"6d71c52f-dae3-4893-9f7b-cbeeef7a2b9e", - CellID->634933627], -Cell[17238, 452, 235, 4, 23, "Print",ExpressionUUID->"dd04a95c-9d62-4cdc-807b-d9cc0b5a3252", - CellID->46570879], -Cell[17476, 458, 220, 3, 23, "Print",ExpressionUUID->"2faa7dca-8c53-456b-bdbb-dbbb758fe88b", - CellID->1734189101], -Cell[17699, 463, 235, 4, 23, "Print",ExpressionUUID->"9e62caad-f799-480f-a73a-0e0e87d9ee04", - CellID->530499700], -Cell[17937, 469, 234, 4, 23, "Print",ExpressionUUID->"2491c381-586a-487b-abc4-df52c365ca45", - CellID->10464885], -Cell[18174, 475, 207, 3, 70, "Print",ExpressionUUID->"22edee66-26af-405c-95b0-1865c9a1e5a1", - CellID->2074266565], -Cell[18384, 480, 236, 4, 70, "Print",ExpressionUUID->"bd48d2e2-2c98-43b7-ad5e-fb0f41917869", - CellID->1210027589] +Cell[16083, 427, 236, 4, 23, "Print",ExpressionUUID->"f7477e7f-d991-4120-b4b9-098961b623fc", + CellID->1289391064], +Cell[16322, 433, 364, 8, 23, "Print",ExpressionUUID->"d7500923-2db0-4c64-8715-799c0df2fe4f", + CellID->516225500], +Cell[16689, 443, 235, 4, 23, "Print",ExpressionUUID->"11baaebc-5272-4ea2-bfc0-3d2fa7ec367a", + CellID->251855312], +Cell[16927, 449, 220, 3, 23, "Print",ExpressionUUID->"05d30b22-c7d9-4e98-927d-7520d1368506", + CellID->1073347964], +Cell[17150, 454, 206, 3, 23, "Print",ExpressionUUID->"70cd36c8-9e84-4b4c-b2dc-81f8c01379f9", + CellID->353610649], +Cell[17359, 459, 237, 4, 23, "Print",ExpressionUUID->"fd072ea8-d8cd-4a23-81ab-2e6fe729c4e4", + CellID->1919555561], +Cell[17599, 465, 220, 3, 23, "Print",ExpressionUUID->"84118e1b-9226-4ed3-a10d-bac087e6bd0e", + CellID->2082039650], +Cell[17822, 470, 236, 4, 23, "Print",ExpressionUUID->"49bfd0b0-9fbe-4868-982e-91330998f4c2", + CellID->1154843272], +Cell[18061, 476, 236, 4, 23, "Print",ExpressionUUID->"1846c069-3144-4e1d-b688-4faac757ca32", + CellID->1926993682], +Cell[18300, 482, 207, 3, 70, "Print",ExpressionUUID->"e7b2be33-204b-40a9-92ae-3cd1fc4f6b72", + CellID->1467635905], +Cell[18510, 487, 235, 4, 70, "Print",ExpressionUUID->"7015056f-d9bb-4356-9fe7-418a8dac0b0d", + CellID->439997930] }, Open ]] }, Open ]], -Cell[18647, 488, 147, 1, 70, "ExampleText",ExpressionUUID->"fffcb708-4fd3-4dce-9ab5-318922941fc6", +Cell[18772, 495, 147, 1, 70, "ExampleText",ExpressionUUID->"fffcb708-4fd3-4dce-9ab5-318922941fc6", CellID->1060603206], Cell[CellGroupData[{ -Cell[18819, 493, 263, 7, 70, "Input",ExpressionUUID->"4d528925-a4d1-4e3f-b81d-cda35cf4c6f2", +Cell[18944, 500, 263, 7, 70, "Input",ExpressionUUID->"4d528925-a4d1-4e3f-b81d-cda35cf4c6f2", CellID->1727175520], -Cell[19085, 502, 242, 6, 36, "Output",ExpressionUUID->"3006c23d-5444-4cc4-8e5c-af564426692d", - CellID->2009126591] +Cell[19210, 509, 242, 6, 36, "Output",ExpressionUUID->"1c9d72e0-f9ac-4561-9b23-9471a6f675e3", + CellID->2147393732] }, Open ]], -Cell[19342, 511, 203, 4, 70, "ExampleText",ExpressionUUID->"e0d1f6be-dd7e-40ae-9d6a-8aad0b44cdba", +Cell[19467, 518, 203, 4, 70, "ExampleText",ExpressionUUID->"e0d1f6be-dd7e-40ae-9d6a-8aad0b44cdba", CellID->219526976], -Cell[19548, 517, 199, 5, 70, "Input",ExpressionUUID->"d2695375-1353-43a5-b224-e2d071671436", +Cell[19673, 524, 199, 5, 70, "Input",ExpressionUUID->"d2695375-1353-43a5-b224-e2d071671436", CellID->2052839270], -Cell[19750, 524, 174, 3, 70, "ExampleText",ExpressionUUID->"1bb8abfd-b44b-41a9-b304-025752956f19", +Cell[19875, 531, 175, 3, 70, "ExampleText",ExpressionUUID->"1bb8abfd-b44b-41a9-b304-025752956f19", CellID->302774813], Cell[CellGroupData[{ -Cell[19949, 531, 196, 4, 70, "Input",ExpressionUUID->"ca0c685f-eb89-4377-8823-734a5eb15294", +Cell[20075, 538, 196, 4, 70, "Input",ExpressionUUID->"ca0c685f-eb89-4377-8823-734a5eb15294", CellID->1133498646], -Cell[20148, 537, 1494, 23, 121, "Output",ExpressionUUID->"9aec2166-8660-44b5-b1f8-ef9acb1c8636", - CellID->152073654] +Cell[20274, 544, 1493, 23, 118, "Output",ExpressionUUID->"bd71645b-26a7-42a9-a781-9792dd189db7", + CellID->56018841] }, Open ]], -Cell[21657, 563, 159, 2, 70, "ExampleText",ExpressionUUID->"587974b4-a1d1-4a1d-b612-08a113aeb4a9", +Cell[21782, 570, 159, 2, 70, "ExampleText",ExpressionUUID->"587974b4-a1d1-4a1d-b612-08a113aeb4a9", CellID->905685917], -Cell[21819, 567, 239, 6, 70, "Input",ExpressionUUID->"ac815bd7-9412-4740-9c9e-36ed3742c42b", +Cell[21944, 574, 239, 6, 70, "Input",ExpressionUUID->"ac815bd7-9412-4740-9c9e-36ed3742c42b", CellID->2010391696], -Cell[22061, 575, 150, 1, 70, "ExampleText",ExpressionUUID->"744e80b9-c4b0-4786-a6da-adf6e6907fab", +Cell[22186, 582, 150, 1, 70, "ExampleText",ExpressionUUID->"744e80b9-c4b0-4786-a6da-adf6e6907fab", CellID->234263560], Cell[CellGroupData[{ -Cell[22236, 580, 194, 4, 70, "Input",ExpressionUUID->"2e91f1a0-2b2e-49f9-9b21-4dc5010a60f6", +Cell[22361, 587, 194, 4, 70, "Input",ExpressionUUID->"2e91f1a0-2b2e-49f9-9b21-4dc5010a60f6", CellID->559912270], -Cell[22433, 586, 1832, 35, 422, "Output",ExpressionUUID->"a2f5bd01-b1b5-473a-a36f-9620af8a5cca", - CellID->1846185753] +Cell[22558, 593, 1832, 35, 412, "Output",ExpressionUUID->"90a068b6-a63a-4808-9baf-7745505a90ff", + CellID->1962986865] }, Open ]], Cell[CellGroupData[{ -Cell[24302, 626, 151, 3, 70, "Input",ExpressionUUID->"3a5606b1-d2eb-4ecd-8299-b41a33a94362", +Cell[24427, 633, 151, 3, 70, "Input",ExpressionUUID->"3a5606b1-d2eb-4ecd-8299-b41a33a94362", CellID->1176331856], -Cell[24456, 631, 333, 7, 36, "Output",ExpressionUUID->"62fe9f01-2179-4f92-9814-b8c57f09edd0", - CellID->214300048] +Cell[24581, 638, 333, 7, 36, "Output",ExpressionUUID->"b90840fd-724b-486b-80a4-78462248ef33", + CellID->162756394] }, Open ]], -Cell[24804, 641, 159, 2, 70, "ExampleText",ExpressionUUID->"bf99a2f3-e8b6-4010-8bf2-f59d0a26f4d8", +Cell[24929, 648, 159, 2, 70, "ExampleText",ExpressionUUID->"bf99a2f3-e8b6-4010-8bf2-f59d0a26f4d8", CellID->1255571655], Cell[CellGroupData[{ -Cell[24988, 647, 188, 4, 70, "Input",ExpressionUUID->"d48d83fd-1cd7-4062-af13-e841c0a4ef09", +Cell[25113, 654, 188, 4, 70, "Input",ExpressionUUID->"d48d83fd-1cd7-4062-af13-e841c0a4ef09", CellID->2101231063], -Cell[25179, 653, 440, 10, 51, "Output",ExpressionUUID->"698af702-1057-4a6b-96be-74af893c44ef", - CellID->1898212234] +Cell[25304, 660, 440, 10, 51, "Output",ExpressionUUID->"0e6bda78-13f9-4b64-846f-3b2852363193", + CellID->1187712037] +}, Open ]], +Cell[25759, 673, 144, 1, 70, "ExampleText",ExpressionUUID->"a4e55b42-2af7-48ed-8068-4ffd0cb6a71b", + CellID->609083275], +Cell[CellGroupData[{ +Cell[25928, 678, 165, 3, 70, "Input",ExpressionUUID->"7276eb7d-b815-4ce0-8f6b-7e2cdd32ab60", + CellID->528737109], +Cell[26096, 683, 130, 2, 36, "Output",ExpressionUUID->"c02052d5-435a-40b6-90ee-11b30a81c897", + CellID->1643403135] }, Open ]], -Cell[25634, 666, 152, 1, 70, "ExampleText",ExpressionUUID->"a971fa14-2c06-4203-9c3e-1d4ac235ce93", +Cell[26241, 688, 152, 1, 70, "ExampleText",ExpressionUUID->"a971fa14-2c06-4203-9c3e-1d4ac235ce93", CellID->447654302], Cell[CellGroupData[{ -Cell[25811, 671, 162, 3, 70, "Input",ExpressionUUID->"67882eac-8090-496f-9840-9325edbb3951", +Cell[26418, 693, 163, 3, 70, "Input",ExpressionUUID->"67882eac-8090-496f-9840-9325edbb3951", CellID->588622431], -Cell[25976, 676, 131, 2, 36, "Output",ExpressionUUID->"8184a244-2694-4025-92ab-ccca05bac992", - CellID->2059952295] +Cell[26584, 698, 132, 2, 36, "Output",ExpressionUUID->"b514fb4b-917f-4f89-8aaf-371674dbf42c", + CellID->1748852554] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[26349, 687, 7012, 190, 70, "SeeAlsoSection",ExpressionUUID->"a3e2dba5-1913-4721-8599-47158277661e"], -Cell[33364, 879, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4f090b4d-a17b-4768-97fc-1b6e1dc803d7"], -Cell[34400, 907, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"b1a3d9b8-c055-4978-9917-92434a73c339"], +Cell[26958, 709, 7012, 190, 70, "SeeAlsoSection",ExpressionUUID->"57a9c3b2-99d2-483a-819d-56ded296a28c"], +Cell[33973, 901, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d4fd65e1-5267-4b00-b1ac-fa99a3fbb083"], +Cell[35009, 929, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"d8487aa1-140e-410f-bad1-b8ca6342d9ce"], Cell[CellGroupData[{ -Cell[36646, 974, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"02b6caed-faf5-44eb-b221-b5b13a86fd36", +Cell[37255, 996, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"02b6caed-faf5-44eb-b221-b5b13a86fd36", CellID->906383680], -Cell[36786, 977, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2bd4ed8b-3e08-46ac-bfd7-ef0276f64cf9", +Cell[37395, 999, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2bd4ed8b-3e08-46ac-bfd7-ef0276f64cf9", CellID->1194386356], -Cell[37008, 983, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e46f68bf-2856-40af-880c-ab6c946d07bb", +Cell[37617, 1005, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e46f68bf-2856-40af-880c-ab6c946d07bb", CellID->1641706272], -Cell[37223, 988, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"81135573-1f10-4ad1-9e19-232bdeab65c8", +Cell[37832, 1010, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"81135573-1f10-4ad1-9e19-232bdeab65c8", CellID->399251956], -Cell[37452, 994, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"02e3f99c-21b2-4ee7-9b2f-3354e51556b1", +Cell[38061, 1016, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"02e3f99c-21b2-4ee7-9b2f-3354e51556b1", CellID->821434655] }, Open ]], -Cell[37689, 1000, 78, 0, 70, "FooterCell",ExpressionUUID->"40fe1e46-8800-404a-9ad9-ab25ae22457e"] +Cell[38298, 1022, 78, 0, 70, "FooterCell",ExpressionUUID->"5d4be7ab-2105-402f-ab9e-94e4c6a701e5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ProductGame.nb b/Documentation/English/ReferencePages/Symbols/ProductGame.nb index ef8ccd8..623ec75 100644 --- a/Documentation/English/ReferencePages/Symbols/ProductGame.nb +++ b/Documentation/English/ReferencePages/Symbols/ProductGame.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 54590, 1332] -NotebookOptionsPosition[ 45202, 1146] -NotebookOutlinePosition[ 47272, 1199] -CellTagsIndexPosition[ 47186, 1194] +NotebookDataLength[ 54639, 1335] +NotebookOptionsPosition[ 45238, 1149] +NotebookOutlinePosition[ 47324, 1202] +CellTagsIndexPosition[ 47238, 1197] WindowTitle->ProductGame WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ec1d4727-495c-4260-80be-8fb28450187e"], + "b3d442aa-f29d-48dd-920d-9f0e3ee0471f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f5a56ff6-f682-49c9-b2c6-ddf1ccabcff8"], + "8cad34d3-91f0-46b2-927c-7d33317cae56"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,39 +51,40 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a2824179-b1fd-4f4e-8d60-d5395ebad794"] - }],ExpressionUUID->"9f765615-ca94-426f-a542-c518b177cbb9"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"ProbabilityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ProbabilityGame"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "66eeef6e-bbb0-4e03-b89e-3e9c5cc1e10b"] + }],ExpressionUUID->"7dcf45cf-4909-4d8d-a424-f5f93a92414e"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"ProbabilityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ProbabilityGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "caa2eaf2-8627-4c00-938d-c1e104cdd917"], + "9409b654-c0dd-466a-8eb8-84e4b5a1ed47"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -99,18 +100,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "10e450f3-cbb3-48bb-983e-917159065563"] - }],ExpressionUUID->"ff8174ad-cd88-4e4b-9d78-2ec860161a10"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4da14bd1-96cb-4e41-ae6e-4d152f9b6d2f"] + }],ExpressionUUID->"5665de05-556b-4dd3-b464-76d49a434f1e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f3321a79-a61d-4a5a-903d-83f1142c5e4d"], + "edbc8499-5c0d-46a5-a0af-822a67ec5671"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -126,16 +128,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ae6d3628-8a14-467b-bf23-de30eda7f715"] - }],ExpressionUUID->"d94b1299-16d6-4de3-8b9f-d575f947172e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "21bb9658-0058-4eb4-b2c5-a6b0f817a502"] + }],ExpressionUUID->"213d050e-ce22-44f1-a040-e2d66a609d3a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f2f68fae-d45c-4c23-a30a-c4c6aa380a3e"], + "5a703ca9-260a-4449-b60d-f5ea53433bd5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -151,51 +154,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bff4feb5-b86c-414c-9ea4-91cf134e8f2b"] - }],ExpressionUUID->"90ee81f5-2fab-45b1-af51-a2c56c3fe542"], - StripOnInput->False], {"\<\"TUG/ref/ProductGame\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ProductGame"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ProductGame.\ + "23bd8592-bceb-41cc-b500-71ed9fc5abfc"] + }],ExpressionUUID->"a7728c03-4338-472d-931b-032fcbc8ee03"], + StripOnInput->False],{ + "\"TUG/ref/ProductGame\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ProductGame"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ProductGame.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$158811], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ProductGame" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$172116], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ProductGame" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "24a759ee-a273-4f7b-a114-fcf48fa789bf"] + "d54e5582-523a-4f7f-bf0a-6493281eddc6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "802f1bf3-3ac9-46b8-9858-24a30d9d674a"]} + "8ae193ec-950b-4db2-a2bc-798e6df9c7a2"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ca941ca9-913e-4dc7-b5d0-dc6acc8ebdeb"], + CellID->1,ExpressionUUID->"f922b342-88af-425b-999b-41b5918346a0"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ded7e120-ebe8-4597-a6a6-909b81c21f85"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"07241fad-84d2-4379-a087-0e7df674e6bc"], Cell[CellGroupData[{ @@ -203,17 +207,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ProductGame", "ObjectName",ExpressionUUID-> - "bc5ee974-4551-497e-b140-58241315ae8c"], + "7d74ef37-b426-4d38-8196-36f1cf992cf4"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7bb233cf-ab3a-4a78-977c-c26fb5ed10da"], + "Spacer1"]],ExpressionUUID->"1440f160-363b-4d96-9fb7-9f264a4e9706"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bcc956d1-08d8-4eb8-ad7a-249d794feae0"] - }],ExpressionUUID->"73c8080e-d4c5-431a-9127-518fd37e482d"], + "e80f9c92-317b-4928-b304-0fc0d1796ec7"] + }],ExpressionUUID->"a742bb4d-fcc3-4fd3-a5b9-db6f19d6bbe8"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"6b1cbb4f-657c-42d2-81cf-\ -685e89027acb"], + }]], "ObjectNameGrid",ExpressionUUID->"39529dfe-4c38-4077-8e5b-\ +1fdc84c6ec96"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -223,7 +227,7 @@ Cell[BoxData[GridBox[{ "d5d2aa1f-2103-4d66-b497-34eb5fea7dbc"], " \[LineSeparator]computes from a weights vector the associated product \ game." - }],ExpressionUUID->"ee9f93ef-93f2-45c8-aac0-1cb7e2ea129d"]} + }],ExpressionUUID->"2da53202-bf22-47d2-9b74-95358aa30d62"]} }]], "Usage", CellID->378304241,ExpressionUUID->"902f526a-81ac-491b-8a43-a9157ee3833d"] }, Open ]], @@ -256,12 +260,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ee315014-7172-4247-b6ae-b671da4ec50a"], + ExpressionUUID->"707985a5-43f1-4783-9b7f-03f9362ec768"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d38a70fb-a785-4374-bb7b-7be835d73a43"], + "Spacer1"]],ExpressionUUID->"7374856c-2e92-4c2b-9ff5-e4fe8ef89030"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d2d84374-70b4-405b-b06b-4552a7d88005"], + }], "NotesFrameText",ExpressionUUID->"919f3bbf-64b2-4c18-9e57-ff585d4c0baf"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"386c457b-bcb0-42e3-904b-40b005d6889b"]], \ + "Preemptive"]],ExpressionUUID->"59207a8e-cda1-4fcb-a597-4dd61e6ac93a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->390697174,ExpressionUUID->"877aced3-b371-4552-9192-c7665ba8639f"], + CellID->2009340493,ExpressionUUID->"a2eab817-e0a2-4032-99fb-e8135dbc9828"], Cell[TextData[{ "The expression ", @@ -351,19 +355,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"12ba0132-201b-48f7-bedc-4c28f821ec50"], + ExpressionUUID->"530216c2-7993-47c0-a9cd-ad6a1c657193"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5ea169e0-0ca4-4af1-8de4-a8a0bd5d74ba"], + "Spacer1"]],ExpressionUUID->"0e998a9d-3729-4e26-a6ad-b4439209b47e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4439188c-effc-49a2-8cbd-cbce9487219b"] + "9a39a80d-8353-4054-a5a0-9a0b8fd26cf1"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1532999435,ExpressionUUID->"60a88448-2001-49ce-aa75-0bc9b44f13c9"], + CellID->707638404,ExpressionUUID->"71c32033-6a76-4c73-83d0-e9e9235b86dc"], Cell[CellGroupData[{ @@ -392,18 +396,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f909ed24-c9c0-4f60-a857-378eddb467cb"], + ExpressionUUID->"2ce888a1-3727-409d-b3bb-461f671b2a55"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"da7ecad7-6889-4b35-98e4-db51d5fcdf8e"], + "Spacer1"]],ExpressionUUID->"86338023-2b70-4966-b615-5699dcf4d2e6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d1183040-bf98-48dd-b435-9cc901e4ab2f"] + "66d5c01c-a3ad-4b6b-8b8c-f1a41704ea30"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1710587691,ExpressionUUID->"9cf2f0b2-6aad-40c4-b594-78ba427889af"], + CellID->2036028783,ExpressionUUID->"5628069a-e705-4a72-b007-d02525a55bc7"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"fdc5d2b1-e91d-4912-aec7-37075a5f6680"], @@ -421,7 +425,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1672540842,ExpressionUUID->"33c1152b-3d79-4016-98af-a2675b6540e4"], + CellID->1689469292,ExpressionUUID->"a755a60e-db47-4621-9f30-448417152a65"], Cell[BoxData[ InterpretationBox[ @@ -431,57 +435,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->793093975,ExpressionUUID->"76d7cf1f-2709-4410-9caa-ee0ccfc7e104"], + CellID->1624027639,ExpressionUUID->"5eb925ed-bfaa-4e81-89b5-b999a403ea41"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->268596623,ExpressionUUID->"c8e163f4-41d5-44eb-840f-f988bfd04d9c"], + CellID->1665948012,ExpressionUUID->"01a9ae10-8558-4fd7-8ed3-c08ae38965e8"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1409628883,ExpressionUUID->"fcfd978d-aaf3-4ce6-b7bb-be4468fe3856"], + CellID->223308590,ExpressionUUID->"5cf818ae-d0c3-4bc6-9838-13036e97d017"], -Cell[BoxData["\<\"Release Date: 07.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->513779982,ExpressionUUID->"4f8975e6-cfd8-4fc1-88b2-08adfabc06a5"], + CellID->715068034,ExpressionUUID->"4d328010-fb98-422b-a6af-288db7b0c592"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->186318693,ExpressionUUID->"1e148f0d-a223-4815-93c0-add0fa56cd2a"], + CellID->64997766,ExpressionUUID->"26805031-397d-4312-ada5-65e41c07bc39"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1599389893,ExpressionUUID->"87c9b236-72f9-43e6-9d97-f6f1b4ef5728"], + CellID->274940775,ExpressionUUID->"c7991c20-388d-494b-9e01-70be0dd6c515"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1471616230,ExpressionUUID->"87983ded-a9a1-45b0-8c1a-5e0065b702ce"], + CellID->123737017,ExpressionUUID->"247db771-51b3-4228-8a46-ad8c56261a16"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->590213357,ExpressionUUID->"3c861781-7a73-4d3e-a370-28df316ddbfb"], + CellID->1104253650,ExpressionUUID->"4b8ae468-37b1-439b-9e9d-e66c12534f27"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->176126921,ExpressionUUID->"f4399914-13a4-4816-9c3f-3f70e9b4555e"], + CellID->1847225843,ExpressionUUID->"f3df434c-9aed-4fd5-a04e-ab43316ba78f"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->819903285,ExpressionUUID->"0a6c685a-8d4b-4047-9121-0e94d48e6d72"] + CellID->62976212,ExpressionUUID->"64489111-6f36-485d-afc3-be6150b89ed4"] }, Open ]] }, Open ]], @@ -502,7 +506,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"1.2`", ",", "1.4`", ",", "1.5`", ",", "3.7`"}], "}"}]], "Output", CellLabel->"Out[2]=", - CellID->216295195,ExpressionUUID->"d6904be3-4c1b-4ab8-b982-18823ce32534"] + CellID->782813683,ExpressionUUID->"6ef035cf-c55b-41fc-adde-bed4c7c0d00e"] }, Open ]], Cell["\<\ @@ -555,7 +559,7 @@ Cell[BoxData[ "0.5399999999999999`", ",", "0.10799999999999996`"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[4]=", - CellID->1385557942,ExpressionUUID->"e81863a8-1a7e-4244-acf7-b7c6b1c741cd"] + CellID->572887030,ExpressionUUID->"9ef4ce6a-99a2-4e53-b7d4-d9bd4f91487d"] }, Open ]], Cell["Finally, we define the following four person game:", "ExampleText", @@ -589,7 +593,7 @@ Cell[BoxData[ FractionBox["2277", "500"]}], "}"}]], "Output", CellContext->"Cell$$4237`", CellLabel->"Out[6]=", - CellID->600513829,ExpressionUUID->"c2c58ca2-e4fa-435b-b5be-10f701440b8e"] + CellID->809386412,ExpressionUUID->"ab7d8177-ab28-4afe-9137-6db5fe7f7ce3"] }, Open ]], Cell["Or alternatively, a kernel element can be computed through", \ @@ -612,7 +616,7 @@ Cell[BoxData[ FractionBox["451", "250"], ",", FractionBox["4111", "1000"]}], "}"}]], "Output", CellLabel->"Out[7]=", - CellID->2053217273,ExpressionUUID->"4ec74488-cf58-44fd-836d-c988a4202637"] + CellID->2041787467,ExpressionUUID->"cfe522c8-becb-4936-8574-bea59bab2a9f"] }, Open ]], Cell["\<\ @@ -630,7 +634,7 @@ Cell[BoxData[ Cell[BoxData["True"], "Output", CellLabel->"Out[8]=", - CellID->1827827133,ExpressionUUID->"c8a07b57-669e-4ef4-a79a-84aa164da870"] + CellID->334871043,ExpressionUUID->"04ecfdf6-de3c-4b0d-8936-0dcb6239ac40"] }, Open ]], Cell["Its core can be plotted through", "ExampleText", @@ -661,16 +665,15 @@ UsokKY1XcPFvvfsm51/diSEuJ3B3du7T6/YLct5uEyx4iCG+Nd6sTVbgLlxc mPmIb3nRGbj45bXS9vKHjmGYAxOH2QsTh5mLbg5MPOlgjJ/ywXX26bIfI3qV 78PtJSRut3pCxrt1j+xTnx8Hhuw2uDgs3K46XPz9sHgTXBwW/ujiMPXo4RD0 5MAD25c3MMINJg6zF2YeujkwcZg7201AMbEWI35h4ujxCwAdBxzU - "], - Polygon3DBox[{{19, 22, 20}, {22, 24, 20}, {13, 9, 12}, {19, 8, 9}, {9, 8, - 12}, {1, 17, 13}, {1, 4, 3}, {4, 24, 3}, {19, 9, 14}, {14, 9, 13}, {17, - 16, 15}, {15, 16, 21}, {18, 17, 1}, {14, 13, 15}, {15, 22, 14}, {14, - 22, 19}, {20, 10, 7}, {10, 11, 7}, {12, 11, 6}, {1, 6, 4}, {5, 10, - 20}, {5, 11, 10}, {23, 21, 2}, {13, 12, 1}, {12, 6, 1}, {20, 7, 19}, { - 24, 23, 3}, {22, 21, 24}, {24, 21, 23}, {18, 16, 17}, {21, 16, 18}, {21, - 18, 2}, {2, 18, 1}, {1, 3, 2}, {3, 23, 2}, {13, 17, 15}, {6, 11, 5}, { - 4, 6, 5}, {5, 24, 4}, {20, 24, 5}, {8, 11, 12}, {19, 7, 8}, {7, 11, - 8}, {15, 21, 22}}]]}, + "], Polygon3DBox[{{19, 22, 20}, {22, 24, 20}, {13, 9, 12}, {19, 8, 9}, { + 9, 8, 12}, {1, 17, 13}, {1, 4, 3}, {4, 24, 3}, {19, 9, 14}, {14, 9, + 13}, {17, 16, 15}, {15, 16, 21}, {18, 17, 1}, {14, 13, 15}, {15, 22, + 14}, {14, 22, 19}, {20, 10, 7}, {10, 11, 7}, {12, 11, 6}, {1, 6, 4}, {5, + 10, 20}, {5, 11, 10}, {23, 21, 2}, {13, 12, 1}, {12, 6, 1}, {20, 7, + 19}, {24, 23, 3}, {22, 21, 24}, {24, 21, 23}, {18, 16, 17}, {21, 16, + 18}, {21, 18, 2}, {2, 18, 1}, {1, 3, 2}, {3, 23, 2}, {13, 17, 15}, {6, + 11, 5}, {4, 6, 5}, {5, 24, 4}, {20, 24, 5}, {8, 11, 12}, {19, 7, 8}, {7, + 11, 8}, {15, 21, 22}}]]}, {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGCQAGJmIJZmFF/aNGuF/Q+FkgCj9q32J46vUBE789QeXfyD UsokKY1XcPFvvfsm51/diSEuJ3B3du7T6/YLct5uEyx4iCG+Nd6sTVbgLlxc @@ -820,7 +823,7 @@ mPmIb3nRGbj45bXS9vKHjmGYAxOH2QsTh5mLbg5MPOlgjJ/ywXX26bIfI3qV ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", CellLabel->"Out[9]=", - CellID->1016058001,ExpressionUUID->"b89fd3b6-b7e5-4885-a99e-46983e18194d"] + CellID->1235827207,ExpressionUUID->"9f37807d-9f4d-40bf-aa35-e8f084d98f91"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -1018,8 +1021,8 @@ Cell[BoxData[GridBox[{ "b25940bd-5e47-4180-9461-b506de079372"] }], "SeeAlso",ExpressionUUID->"8634cbe5-e031-49cd-8b31-1263eb0fb681"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c4b63122-76f0-4e9c-bc28-\ -71d61bf29ed0"], + }]], "SeeAlsoSection",ExpressionUUID->"26b6c34a-9535-458f-9ed1-\ +0f731d9ebacd"], Cell[BoxData[GridBox[{ { @@ -1036,7 +1039,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1b00d56f-12cd-41a7-a7ae-01378be18897"]}]}, + "5a022481-d011-4f21-ae6c-1f440c3d14d1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1044,10 +1047,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f5b7862e-e883-4bd3-bd6e-434bc4f38688"]}]} + "f3c350f1-6f57-4ee6-823d-39e59e6537a0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"db088746-6f86-4f1b-b7b3-\ -675e1701833d"], + }]], "MoreAboutSection",ExpressionUUID->"4d5838c2-9ffb-4bb9-bf6e-\ +9492d2c4d292"], Cell[BoxData[GridBox[{ { @@ -1074,7 +1077,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b9d94725-ab7c-4e84-ba97-518f4dabd752"]], "RelatedLinks", + "1936d4ed-2a47-4f1c-a487-da33753f1f3d"]], "RelatedLinks", ExpressionUUID->"a6a0d3d1-73dc-43f6-a61a-a93b90b25d0f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1091,7 +1094,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "952792d1-d0eb-479f-893c-02fef5ab36a6"]], "RelatedLinks", + "da26eca4-ff47-4ba2-ba84-1ac9967dbfaf"]], "RelatedLinks", ExpressionUUID->"0ea301e8-e004-4401-978d-e5c59db09f72"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1108,11 +1111,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29c0a4a8-9865-4f61-9b61-5ac44e849dbe"]], "RelatedLinks", + "dcb98f05-53ad-4f52-8d57-9c99277955c8"]], "RelatedLinks", ExpressionUUID->"135ca2ac-c823-49dc-951e-dc5646ba903c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d346a6ef-77ef-4a0d-86ea-\ -474218e0cc63"], + }]], "RelatedLinksSection",ExpressionUUID->"6884f57c-adcf-43ea-b5c8-\ +b1b1c7ce25eb"], Cell[CellGroupData[{ @@ -1142,11 +1145,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"408943ec-e2e4-48ac-9e48-86d01b17bc1f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"67255f94-ad6c-49ea-b016-d9dbe043f97d"] +Cell[" ", "FooterCell",ExpressionUUID->"42a06b2b-9cdd-4c44-b80f-5b33a44c9b00"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ProductGame", TaggingRules->{ @@ -1157,17 +1160,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 48.905234}", + "built" -> "{2024, 6, 3, 16, 55, 4.559133}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ProductGame[wghs_List] computes from a weights vector the associated \ product game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ProductGame", - "titlemodifier" -> "", "windowtitle" -> "ProductGame", "type" -> - "Symbol", "uri" -> "TUG/ref/ProductGame"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ProductGame", "type" -> "Symbol", "uri" -> "TUG/ref/ProductGame"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1176,9 +1179,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4afa36fc-814e-4a0f-ba8f-e014fd689b4e" +ExpressionUUID->"7d7cf3d3-971e-4f32-8312-700ef48e6ed8" ] (* End of Notebook Content *) @@ -1186,154 +1189,154 @@ ExpressionUUID->"4afa36fc-814e-4a0f-ba8f-e014fd689b4e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12706, 328, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60a88448-2001-49ce-aa75-0bc9b44f13c9", + Cell[12752, 332, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"71c32033-6a76-4c73-83d0-e9e9235b86dc", CellTags->"PrimaryExamplesSection", - CellID->1532999435]} + CellID->707638404]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46985, 1187} + {"PrimaryExamplesSection", 47038, 1190} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7407, 174, 56, "AnchorBarGrid",ExpressionUUID->"ca941ca9-913e-4dc7-b5d0-dc6acc8ebdeb", +Cell[583, 21, 7452, 178, 57, "AnchorBarGrid",ExpressionUUID->"f922b342-88af-425b-999b-41b5918346a0", CellID->1], -Cell[7993, 197, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ded7e120-ebe8-4597-a6a6-909b81c21f85"], +Cell[8038, 201, 86, 0, 23, "ContextNameCell",ExpressionUUID->"07241fad-84d2-4379-a087-0e7df674e6bc"], Cell[CellGroupData[{ -Cell[8104, 201, 554, 14, 59, "ObjectNameGrid",ExpressionUUID->"6b1cbb4f-657c-42d2-81cf-685e89027acb"], -Cell[8661, 217, 478, 10, 111, "Usage",ExpressionUUID->"902f526a-81ac-491b-8a43-a9157ee3833d", +Cell[8149, 205, 554, 14, 59, "ObjectNameGrid",ExpressionUUID->"39529dfe-4c38-4077-8e5b-1fdc84c6ec96"], +Cell[8706, 221, 478, 10, 111, "Usage",ExpressionUUID->"902f526a-81ac-491b-8a43-a9157ee3833d", CellID->378304241] }, Open ]], Cell[CellGroupData[{ -Cell[9176, 232, 1894, 47, 37, "NotesSection",ExpressionUUID->"877aced3-b371-4552-9192-c7665ba8639f", +Cell[9221, 236, 1895, 47, 37, "NotesSection",ExpressionUUID->"a2eab817-e0a2-4032-99fb-e8135dbc9828", CellGroupingRules->{"SectionGrouping", 50}, - CellID->390697174], -Cell[11073, 281, 301, 7, 36, "]]",ExpressionUUID->"cd0686cb-6288-4596-9257-7c487b6ab548", + CellID->2009340493], +Cell[11119, 285, 301, 7, 36, "]]",ExpressionUUID->"cd0686cb-6288-4596-9257-7c487b6ab548", CellID->313448337], -Cell[11377, 290, 489, 12, 37, "Notes",ExpressionUUID->"92da498a-4dfc-409e-924e-2b2809ebbdf3", +Cell[11423, 294, 489, 12, 38, "Notes",ExpressionUUID->"92da498a-4dfc-409e-924e-2b2809ebbdf3", CellID->177724765], -Cell[11869, 304, 118, 1, 36, "Notes",ExpressionUUID->"4e979a0f-1442-415c-8eba-c374118591d3", +Cell[11915, 308, 118, 1, 36, "Notes",ExpressionUUID->"4e979a0f-1442-415c-8eba-c374118591d3", CellID->2085588552], -Cell[11990, 307, 186, 4, 36, "Notes",ExpressionUUID->"b9a4c521-30da-4b65-9a8a-d1097bbdca69", +Cell[12036, 311, 186, 4, 36, "Notes",ExpressionUUID->"b9a4c521-30da-4b65-9a8a-d1097bbdca69", CellID->306311476], -Cell[12179, 313, 192, 4, 36, "Notes",ExpressionUUID->"adb7b428-ecea-4ded-9ce5-994441689a80", +Cell[12225, 317, 192, 4, 36, "Notes",ExpressionUUID->"adb7b428-ecea-4ded-9ce5-994441689a80", CellID->2108874141], -Cell[12374, 319, 205, 3, 23, "TechNotes",ExpressionUUID->"c042ca40-92d3-4a6f-8dd1-82f9dda96a8f", +Cell[12420, 323, 205, 3, 23, "TechNotes",ExpressionUUID->"c042ca40-92d3-4a6f-8dd1-82f9dda96a8f", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12706, 328, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"60a88448-2001-49ce-aa75-0bc9b44f13c9", +Cell[12752, 332, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"71c32033-6a76-4c73-83d0-e9e9235b86dc", CellTags->"PrimaryExamplesSection", - CellID->1532999435], + CellID->707638404], Cell[CellGroupData[{ -Cell[14152, 369, 1399, 36, 30, "ExampleSection",ExpressionUUID->"9cf2f0b2-6aad-40c4-b594-78ba427889af", - CellID->1710587691], -Cell[15554, 407, 119, 1, 38, "ExampleText",ExpressionUUID->"fdc5d2b1-e91d-4912-aec7-37075a5f6680", +Cell[14197, 373, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5628069a-e705-4a72-b007-d02525a55bc7", + CellID->2036028783], +Cell[15599, 411, 119, 1, 39, "ExampleText",ExpressionUUID->"fdc5d2b1-e91d-4912-aec7-37075a5f6680", CellID->1430927406], Cell[CellGroupData[{ -Cell[15698, 412, 168, 3, 27, "Input",ExpressionUUID->"f61540c7-e1a5-4d78-9ffb-542a40bf5da6", +Cell[15743, 416, 168, 3, 27, "Input",ExpressionUUID->"f61540c7-e1a5-4d78-9ffb-542a40bf5da6", CellID->1259233753], Cell[CellGroupData[{ -Cell[15891, 419, 236, 4, 23, "Print",ExpressionUUID->"33c1152b-3d79-4016-98af-a2675b6540e4", - CellID->1672540842], -Cell[16130, 425, 364, 8, 23, "Print",ExpressionUUID->"76d7cf1f-2709-4410-9caa-ee0ccfc7e104", - CellID->793093975], -Cell[16497, 435, 235, 4, 23, "Print",ExpressionUUID->"c8e163f4-41d5-44eb-840f-f988bfd04d9c", - CellID->268596623], -Cell[16735, 441, 220, 3, 23, "Print",ExpressionUUID->"fcfd978d-aaf3-4ce6-b7bb-be4468fe3856", - CellID->1409628883], -Cell[16958, 446, 206, 3, 23, "Print",ExpressionUUID->"4f8975e6-cfd8-4fc1-88b2-08adfabc06a5", - CellID->513779982], -Cell[17167, 451, 236, 4, 23, "Print",ExpressionUUID->"1e148f0d-a223-4815-93c0-add0fa56cd2a", - CellID->186318693], -Cell[17406, 457, 220, 3, 23, "Print",ExpressionUUID->"87c9b236-72f9-43e6-9d97-f6f1b4ef5728", - CellID->1599389893], -Cell[17629, 462, 236, 4, 23, "Print",ExpressionUUID->"87983ded-a9a1-45b0-8c1a-5e0065b702ce", - CellID->1471616230], -Cell[17868, 468, 235, 4, 23, "Print",ExpressionUUID->"3c861781-7a73-4d3e-a370-28df316ddbfb", - CellID->590213357], -Cell[18106, 474, 206, 3, 70, "Print",ExpressionUUID->"f4399914-13a4-4816-9c3f-3f70e9b4555e", - CellID->176126921], -Cell[18315, 479, 235, 4, 70, "Print",ExpressionUUID->"0a6c685a-8d4b-4047-9121-0e94d48e6d72", - CellID->819903285] +Cell[15936, 423, 236, 4, 23, "Print",ExpressionUUID->"a755a60e-db47-4621-9f30-448417152a65", + CellID->1689469292], +Cell[16175, 429, 365, 8, 23, "Print",ExpressionUUID->"5eb925ed-bfaa-4e81-89b5-b999a403ea41", + CellID->1624027639], +Cell[16543, 439, 236, 4, 23, "Print",ExpressionUUID->"01a9ae10-8558-4fd7-8ed3-c08ae38965e8", + CellID->1665948012], +Cell[16782, 445, 219, 3, 23, "Print",ExpressionUUID->"5cf818ae-d0c3-4bc6-9838-13036e97d017", + CellID->223308590], +Cell[17004, 450, 206, 3, 23, "Print",ExpressionUUID->"4d328010-fb98-422b-a6af-288db7b0c592", + CellID->715068034], +Cell[17213, 455, 235, 4, 23, "Print",ExpressionUUID->"26805031-397d-4312-ada5-65e41c07bc39", + CellID->64997766], +Cell[17451, 461, 219, 3, 23, "Print",ExpressionUUID->"c7991c20-388d-494b-9e01-70be0dd6c515", + CellID->274940775], +Cell[17673, 466, 235, 4, 23, "Print",ExpressionUUID->"247db771-51b3-4228-8a46-ad8c56261a16", + CellID->123737017], +Cell[17911, 472, 236, 4, 23, "Print",ExpressionUUID->"4b8ae468-37b1-439b-9e9d-e66c12534f27", + CellID->1104253650], +Cell[18150, 478, 207, 3, 23, "Print",ExpressionUUID->"f3df434c-9aed-4fd5-a04e-ab43316ba78f", + CellID->1847225843], +Cell[18360, 483, 234, 4, 70, "Print",ExpressionUUID->"64489111-6f36-485d-afc3-be6150b89ed4", + CellID->62976212] }, Open ]] }, Open ]], -Cell[18577, 487, 144, 1, 70, "ExampleText",ExpressionUUID->"c9d68ddc-e0c8-4c57-8668-184c12504351", +Cell[18621, 491, 144, 1, 70, "ExampleText",ExpressionUUID->"c9d68ddc-e0c8-4c57-8668-184c12504351", CellID->1060603206], Cell[CellGroupData[{ -Cell[18746, 492, 245, 6, 70, "Input",ExpressionUUID->"ee95465d-d9bd-49c2-a6ad-7793b3ac48c2", +Cell[18790, 496, 245, 6, 70, "Input",ExpressionUUID->"ee95465d-d9bd-49c2-a6ad-7793b3ac48c2", CellID->1727175520], -Cell[18994, 500, 203, 4, 36, "Output",ExpressionUUID->"d6904be3-4c1b-4ab8-b982-18823ce32534", - CellID->216295195] +Cell[19038, 504, 203, 4, 36, "Output",ExpressionUUID->"6ef035cf-c55b-41fc-adde-bed4c7c0d00e", + CellID->782813683] }, Open ]], -Cell[19212, 507, 200, 4, 70, "ExampleText",ExpressionUUID->"eae35e64-dee0-471b-b067-1be01d6b43d7", +Cell[19256, 511, 200, 4, 70, "ExampleText",ExpressionUUID->"eae35e64-dee0-471b-b067-1be01d6b43d7", CellID->219526976], -Cell[19415, 513, 199, 5, 70, "Input",ExpressionUUID->"9fc1b189-2b67-45bd-99db-20717d1df18a", +Cell[19459, 517, 199, 5, 70, "Input",ExpressionUUID->"9fc1b189-2b67-45bd-99db-20717d1df18a", CellID->2052839270], -Cell[19617, 520, 199, 4, 70, "ExampleText",ExpressionUUID->"a559b71f-e318-465e-83d8-cdc004529026", +Cell[19661, 524, 199, 4, 70, "ExampleText",ExpressionUUID->"a559b71f-e318-465e-83d8-cdc004529026", CellID->302774813], Cell[CellGroupData[{ -Cell[19841, 528, 241, 6, 70, "Input",ExpressionUUID->"afb58f44-acf8-433d-9426-abef65d8d7b2", +Cell[19885, 532, 241, 6, 70, "Input",ExpressionUUID->"afb58f44-acf8-433d-9426-abef65d8d7b2", CellID->1133498646], -Cell[20085, 536, 1053, 21, 54, "Output",ExpressionUUID->"e81863a8-1a7e-4244-acf7-b7c6b1c741cd", - CellID->1385557942] +Cell[20129, 540, 1052, 21, 53, "Output",ExpressionUUID->"9ef4ce6a-99a2-4e53-b7d4-d9bd4f91487d", + CellID->572887030] }, Open ]], -Cell[21153, 560, 148, 1, 70, "ExampleText",ExpressionUUID->"2afb5679-b481-4bbf-b632-7a59c5163728", +Cell[21196, 564, 148, 1, 70, "ExampleText",ExpressionUUID->"2afb5679-b481-4bbf-b632-7a59c5163728", CellID->905685917], -Cell[21304, 563, 239, 6, 70, "Input",ExpressionUUID->"ae7ba540-2fe7-401a-970e-34789a6889a8", +Cell[21347, 567, 239, 6, 70, "Input",ExpressionUUID->"ae7ba540-2fe7-401a-970e-34789a6889a8", CellID->2010391696], -Cell[21546, 571, 150, 1, 70, "ExampleText",ExpressionUUID->"73ddab6f-1d79-42c6-8596-2b4ab9fd9689", +Cell[21589, 575, 150, 1, 70, "ExampleText",ExpressionUUID->"73ddab6f-1d79-42c6-8596-2b4ab9fd9689", CellID->234263560], Cell[CellGroupData[{ -Cell[21721, 576, 194, 4, 70, "Input",ExpressionUUID->"94b1b4cf-5806-4472-9d58-73b2f618ec5f", +Cell[21764, 580, 194, 4, 70, "Input",ExpressionUUID->"94b1b4cf-5806-4472-9d58-73b2f618ec5f", CellID->559912270], -Cell[21918, 582, 331, 9, 51, "Output",ExpressionUUID->"c2c58ca2-e4fa-435b-b5be-10f701440b8e", - CellID->600513829] +Cell[21961, 586, 331, 9, 51, "Output",ExpressionUUID->"ab7d8177-ab28-4afe-9137-6db5fe7f7ce3", + CellID->809386412] }, Open ]], -Cell[22264, 594, 159, 2, 70, "ExampleText",ExpressionUUID->"62311f8a-7794-4031-b914-8b18042d0ccf", +Cell[22307, 598, 159, 2, 70, "ExampleText",ExpressionUUID->"62311f8a-7794-4031-b914-8b18042d0ccf", CellID->1255571655], Cell[CellGroupData[{ -Cell[22448, 600, 188, 4, 70, "Input",ExpressionUUID->"a7375d6d-3480-4c5d-9fb5-99e413e779bf", +Cell[22491, 604, 188, 4, 70, "Input",ExpressionUUID->"a7375d6d-3480-4c5d-9fb5-99e413e779bf", CellID->2101231063], -Cell[22639, 606, 299, 8, 51, "Output",ExpressionUUID->"4ec74488-cf58-44fd-836d-c988a4202637", - CellID->2053217273] +Cell[22682, 610, 299, 8, 51, "Output",ExpressionUUID->"cfe522c8-becb-4936-8574-bea59bab2a9f", + CellID->2041787467] }, Open ]], -Cell[22953, 617, 227, 4, 70, "ExampleText",ExpressionUUID->"3108cd56-02d0-4c60-8096-ef5c5317cb3b", +Cell[22996, 621, 227, 4, 70, "ExampleText",ExpressionUUID->"3108cd56-02d0-4c60-8096-ef5c5317cb3b", CellID->447654302], Cell[CellGroupData[{ -Cell[23205, 625, 164, 3, 70, "Input",ExpressionUUID->"10787e12-7537-4abe-9d7f-b12983f8f724", +Cell[23248, 629, 164, 3, 70, "Input",ExpressionUUID->"10787e12-7537-4abe-9d7f-b12983f8f724", CellID->772624905], -Cell[23372, 630, 130, 2, 36, "Output",ExpressionUUID->"c8a07b57-669e-4ef4-a79a-84aa164da870", - CellID->1827827133] +Cell[23415, 634, 129, 2, 36, "Output",ExpressionUUID->"04ecfdf6-de3c-4b0d-8936-0dcb6239ac40", + CellID->334871043] }, Open ]], -Cell[23517, 635, 129, 1, 70, "ExampleText",ExpressionUUID->"c3894fc9-4ac9-4829-9c39-603193b4c5d8", +Cell[23559, 639, 129, 1, 70, "ExampleText",ExpressionUUID->"c3894fc9-4ac9-4829-9c39-603193b4c5d8", CellID->381112911], Cell[CellGroupData[{ -Cell[23671, 640, 659, 12, 70, "Input",ExpressionUUID->"5031ff57-7cc8-4a96-abc4-7bdc366bdb5b", +Cell[23713, 644, 659, 12, 70, "Input",ExpressionUUID->"5031ff57-7cc8-4a96-abc4-7bdc366bdb5b", CellID->2040851759], -Cell[24333, 654, 9197, 168, 485, "Output",ExpressionUUID->"b89fd3b6-b7e5-4885-a99e-46983e18194d", - CellID->1016058001] +Cell[24375, 658, 9191, 167, 485, "Output",ExpressionUUID->"9f37807d-9f4d-40bf-aa35-e8f084d98f91", + CellID->1235827207] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[33772, 831, 7020, 190, 70, "SeeAlsoSection",ExpressionUUID->"c4b63122-76f0-4e9c-bc28-71d61bf29ed0"], -Cell[40795, 1023, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"db088746-6f86-4f1b-b7b3-675e1701833d"], -Cell[41831, 1051, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"d346a6ef-77ef-4a0d-86ea-474218e0cc63"], +Cell[33808, 834, 7020, 190, 70, "SeeAlsoSection",ExpressionUUID->"26b6c34a-9535-458f-9ed1-0f731d9ebacd"], +Cell[40831, 1026, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4d5838c2-9ffb-4bb9-bf6e-9492d2c4d292"], +Cell[41867, 1054, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"6884f57c-adcf-43ea-b5c8-b1b1c7ce25eb"], Cell[CellGroupData[{ -Cell[44077, 1118, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"00ac756a-d968-4570-a8f4-a0d37a5dad60", +Cell[44113, 1121, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"00ac756a-d968-4570-a8f4-a0d37a5dad60", CellID->906383680], -Cell[44217, 1121, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"49096a00-06d1-4206-b6a6-53e4ba7575b8", +Cell[44253, 1124, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"49096a00-06d1-4206-b6a6-53e4ba7575b8", CellID->1194386356], -Cell[44439, 1127, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d22a04e6-28df-43a7-bc67-4eb04f516246", +Cell[44475, 1130, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d22a04e6-28df-43a7-bc67-4eb04f516246", CellID->1641706272], -Cell[44654, 1132, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5898e23e-2b32-48d7-aefd-d76ef6f9ce89", +Cell[44690, 1135, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5898e23e-2b32-48d7-aefd-d76ef6f9ce89", CellID->399251956], -Cell[44883, 1138, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"408943ec-e2e4-48ac-9e48-86d01b17bc1f", +Cell[44919, 1141, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"408943ec-e2e4-48ac-9e48-86d01b17bc1f", CellID->821434655] }, Open ]], -Cell[45120, 1144, 78, 0, 70, "FooterCell",ExpressionUUID->"67255f94-ad6c-49ea-b016-d9dbe043f97d"] +Cell[45156, 1147, 78, 0, 70, "FooterCell",ExpressionUUID->"42a06b2b-9cdd-4c44-b80f-5b33a44c9b00"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ProperAmount.nb b/Documentation/English/ReferencePages/Symbols/ProperAmount.nb index 73395d1..db549b5 100644 --- a/Documentation/English/ReferencePages/Symbols/ProperAmount.nb +++ b/Documentation/English/ReferencePages/Symbols/ProperAmount.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42593, 1095] -NotebookOptionsPosition[ 34215, 930] -NotebookOutlinePosition[ 36415, 985] -CellTagsIndexPosition[ 36330, 980] +NotebookDataLength[ 42573, 1093] +NotebookOptionsPosition[ 34216, 930] +NotebookOutlinePosition[ 36431, 985] +CellTagsIndexPosition[ 36346, 980] WindowTitle->ProperAmount WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a6b2d0da-66ee-4768-9102-92d1420781da"], + "4846c86f-a8ea-40c4-ac74-1e54cd68b67f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "bcd321cc-0736-40d4-82b6-b5cc53bfa91b"], + "66ccf683-372d-400e-a063-33acc22dc8b1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fe3da4a6-40d8-4002-a3fb-56781eec7daa"] - }],ExpressionUUID->"969edda0-68fe-4be4-814e-ac9a70f0fa9d"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "cc468bc3-a486-4a80-9b8f-48ca13fe96d0"] + }],ExpressionUUID->"90a2b26e-0663-4123-99a3-c4ff2afc87bb"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1806f118-6a4c-43c7-9ad4-c92e65fbd7b5"], + "53ff0483-5a9c-4750-96c1-ec5c07a13b80"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9d8c7d45-ca10-46ac-943d-cd1785b301f2"] - }],ExpressionUUID->"27a1b104-2617-4457-861d-90b43df70cad"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8552745c-564d-414c-9404-7158f503887c"] + }],ExpressionUUID->"3b46c11c-8a56-4592-afb4-51e5441f36ef"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f97a4278-8b79-469c-ad01-2e750ad078b1"], + "50b7c8ee-35ca-4395-8164-9b67a0e047fa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "510892e2-7c0b-4d73-a4bc-57feae3fa0f4"] - }],ExpressionUUID->"7f34650f-3770-4a90-bf4c-fa1ffd13559f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9938992c-1502-43c0-918c-66f35ab26a16"] + }],ExpressionUUID->"ee9a5e3d-7089-468d-a7d6-6537bd2bf6fe"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cde33240-a514-4487-abf3-ece3af7751dd"], + "656775aa-079b-4796-ba64-dbd8f53a7574"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cc733fe4-701f-458b-84de-7d645ed01f40"] - }],ExpressionUUID->"321b0286-2dc7-4ee7-940e-70c1cdc7f217"], - StripOnInput->False], {"\<\"TUG/ref/ProperAmount\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ProperAmount"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ProperAmount.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$159408], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ProperAmount" <> ".html"], None}]}]}, + "31bd366e-560f-493d-903d-81f80fc21940"] + }],ExpressionUUID->"f657ab76-9c49-4229-9331-41efb0c6b3ec"], + StripOnInput->False],{ + "\"TUG/ref/ProperAmount\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ProperAmount"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ProperAmount.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$172747], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ProperAmount" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "786df1d3-817a-418e-a2a4-62be597fbe49"] + "4dd3764f-7456-4bf2-a81a-532744268702"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ebac30db-da64-43b0-8e04-5fe2bd64a518"]} + "642854dc-f9c6-42b2-bc86-d71495219687"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8d6c7ac7-f745-4990-8746-2e60b7d3c081"], + CellID->1,ExpressionUUID->"30bb16e6-a1c8-4cbd-b5b8-303a7e22c169"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"91995087-1cad-4445-b14f-c82c414ee78a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d693f918-7385-4ba6-b196-10de2c08ddeb"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ProperAmount", "ObjectName",ExpressionUUID-> - "a8f23b91-8898-4e4a-9f20-da8fea46dc2c"], + "8453d605-aad9-45b2-bf09-0b62986c0578"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7df7c36b-1121-4f8c-9fff-3a15759f65ac"], + "Spacer1"]],ExpressionUUID->"d1bc0e16-fe58-4d6a-8b73-723a2b84db74"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1b605c87-e65b-4708-890d-c5ce184e9c54"] - }],ExpressionUUID->"36392582-e0dd-4d55-9f51-8438294616f7"], Cell[BoxData[ + "85364516-0b88-4006-a0a1-4a5ff3d1c763"] + }],ExpressionUUID->"427b79d8-2407-476b-8e58-87b130182b87"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "34c4da5e-4dff-4498-ba98-1191da2a7af0"]} + "61d16572-bc23-42e3-a627-228102f02a23"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"19b30cb7-886d-49d6-8786-3b541d1ddc1b"], + CacheGraphics->False,ExpressionUUID->"2f9ddb80-eccf-4b38-844a-69f8be9c104a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "c1e5f7b1-adc3-4877-b955-7fd6124e0cf9"], " \[LineSeparator]indicates the vector of largest amount players can \ contribute to a proper coalition." - }],ExpressionUUID->"c233a1bc-850a-4a24-8b22-efa7769131d5"]}, + }],ExpressionUUID->"c3ac373d-911c-4403-8d51-57788fb90773"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ProperAmount", "[", @@ -248,7 +251,7 @@ contribute to a proper coalition." "e877ac7e-b27f-45e7-a786-3ddde9b6d409"], " \[LineSeparator]indicates the largest amount a player i can contribute \ to a proper coalition." - }],ExpressionUUID->"288228d2-8c3d-4514-b8d2-e4865a3bb485"]} + }],ExpressionUUID->"be906489-1a20-4792-8a39-d9641b9e4d05"]} }]], "Usage", CellID->1378860172,ExpressionUUID->"6176e927-ff40-4d3b-834b-6bc37c714632"] }, Open ]], @@ -281,12 +284,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"442912c5-608e-48b3-b8bd-47e21e535693"], + ExpressionUUID->"ca0a8702-7273-47e4-a6f1-9f4d49557720"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b842bed7-0577-4fb2-85a5-7111f6e90b9e"], + "Spacer1"]],ExpressionUUID->"d564daaa-ac74-4cc0-a34f-f6bbffa8f0bb"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4d1f984c-59da-4cef-9a0f-ca37654bf379"], + }], "NotesFrameText",ExpressionUUID->"d9fa4e96-c02d-4566-aa3b-60be87266ab8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -297,12 +300,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"05e0150a-9ad7-43d1-ab23-e5cca4c75118"]], \ + "Preemptive"]],ExpressionUUID->"5b710cba-2aab-49b7-83ea-9e728bb5108b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1821598390,ExpressionUUID->"a2892f4b-29ad-45a8-ab3c-8a9df49c59fc"], + CellID->759377803,ExpressionUUID->"269a0b66-3419-4242-97f1-c77a871581d1"], Cell[TextData[{ "The input expression ", @@ -384,19 +387,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"533da0fe-6ca7-4213-820a-4173267abe7a"], + ExpressionUUID->"181fb254-e7e1-4681-b4d5-176095734ff0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"76dde0c2-bc35-4b28-a566-89bc3e4a0afe"], + "Spacer1"]],ExpressionUUID->"83034d8f-f506-4be7-b092-d46f3bd20f48"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ce0dc90a-69e5-4e2c-bde6-b0ec712f203b"] + "b6643583-099d-49bd-85bf-e8468e57d730"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1059377293,ExpressionUUID->"33ba1898-2452-43a3-a020-b1fd337a7723"], + CellID->67077117,ExpressionUUID->"e11b8733-4f26-4b3e-ae6a-8d43fb4a9602"], Cell[CellGroupData[{ @@ -425,18 +428,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e8c6e055-5ff8-4d50-9de2-f12a65964be1"], + ExpressionUUID->"ebdb5612-cdca-4fab-b549-5a24253713c9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4f108b7-0ced-48b8-89cc-03feb7201925"], + "Spacer1"]],ExpressionUUID->"58d79418-0dd5-4638-bda3-665ed10f98aa"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f6ffd09b-8c45-4d10-bf2c-72d32143b7ef"] + "74a6ffff-7b40-4776-9c11-bf384d99145c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->422225769,ExpressionUUID->"42d0d4cc-9a8a-42f7-bcb5-7e6a28742ca0"], + CellID->338524821,ExpressionUUID->"ad2a4fa5-0c8c-4707-a80f-384cc06272c1"], Cell["Loading the package:", "ExampleText", CellID->1669030078,ExpressionUUID->"ed25b676-1c5a-4e37-8888-cd63ebd93ee9"], @@ -615,8 +618,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -764,15 +765,15 @@ Cell[BoxData[GridBox[{ "cfd51d66-2794-43fb-870c-02cb2d557fe5"] }], "SeeAlso",ExpressionUUID->"0c80abd6-6642-4083-b629-70507056c219"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"77950034-95c8-4227-9620-\ -4073d3fdb2c1"], + }]], "SeeAlsoSection",ExpressionUUID->"06e61f6d-9ef2-4fc2-a925-\ +18cf4939ec9a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -784,9 +785,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e2e3a904-e3f6-4c15-ae16-c595f4b2863d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"97285b23-c699-461e-a392-\ -4ac4dbc94582"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b355c87f-fca8-4c1b-b526-\ +686fdcdfa54a"], Cell[BoxData[GridBox[{ { @@ -803,7 +803,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3cf04cab-db4d-4c6a-857d-9bcd3813ed02"]}]}, + "c5000dae-7037-4687-b466-562d4e056277"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -811,10 +811,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "12231864-aabd-4998-9a0c-fc01aa36f56d"]}]} + "4c0a0299-a94c-4463-85ac-63b3c34c9fa8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"91d2969d-8661-4fb3-a58c-\ -67786ab902e5"], + }]], "MoreAboutSection",ExpressionUUID->"8bf3f11c-2e2d-4229-80e0-\ +fb9d5c565812"], Cell[BoxData[GridBox[{ { @@ -841,7 +841,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fac048af-bbac-48fc-9b90-6a49166eab1e"]], "RelatedLinks", + "03e639b7-37b6-441d-8969-f80134f3094b"]], "RelatedLinks", ExpressionUUID->"af4b03c4-282b-4475-8900-0438ada667a4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -858,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5301644c-438d-4ae9-8670-57fcdf0748ae"]], "RelatedLinks", + "dd8c18e1-6fe4-490b-a3cd-2e4369b9403b"]], "RelatedLinks", ExpressionUUID->"95eb54da-2fec-4761-a7b8-e4345897c63c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -875,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LargestAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee1cf907-2947-4daa-bc47-0c697345d70c"]], "RelatedLinks", + "68d352d2-4cb9-4a8f-a50d-a71956a13a74"]], "RelatedLinks", ExpressionUUID->"04214ca5-89b7-43c5-8b5b-fd61e1baa7bd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -892,11 +892,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ReasonableOutcome"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a0c6c48d-dca3-46f3-8163-b3e831a8cd26"]], "RelatedLinks", + "1c70096a-4197-4af4-9532-956e9cd28682"]], "RelatedLinks", ExpressionUUID->"7ac4fcaa-cafa-43be-a91e-913a3e6e7e89"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"157d13bf-703b-407e-b07f-\ -065b52e4be4b"], + }]], "RelatedLinksSection",ExpressionUUID->"ce4d880c-8d3e-4beb-a23a-\ +4cc5bbb6a3b4"], Cell[CellGroupData[{ @@ -926,11 +926,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"47fd42ad-6e82-4a94-b1d9-c2718a0497d3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0719e7f0-1cb1-44dc-b122-fc76b5332e75"] +Cell[" ", "FooterCell",ExpressionUUID->"e3b4ac1a-09d7-42ea-8426-10b55208fc69"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ProperAmount", TaggingRules->{ @@ -941,7 +941,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 50.610772}", + "built" -> "{2024, 6, 3, 16, 55, 5.413129}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -950,10 +950,10 @@ TaggingRules->{ contribute to a proper coalition. ProperAmount[game, i] indicates the largest \ amount a player i can contribute to a proper coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ProperAmount", "titlemodifier" -> "", - "windowtitle" -> "ProperAmount", "type" -> "Symbol", "uri" -> - "TUG/ref/ProperAmount"}}, + "metadescription" -> "", "windowtitle" -> "ProperAmount", "type" -> + "Symbol", "uri" -> "TUG/ref/ProperAmount"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -962,9 +962,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a969a78b-9345-4dac-bb34-1dd3cb7b54ce" +ExpressionUUID->"f758f185-5333-4ac9-9cb4-6e530e8f3151" ] (* End of Notebook Content *) @@ -972,131 +972,129 @@ ExpressionUUID->"a969a78b-9345-4dac-bb34-1dd3cb7b54ce" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14095, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"33ba1898-2452-43a3-a020-b1fd337a7723", + Cell[14132, 364, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e11b8733-4f26-4b3e-ae6a-8d43fb4a9602", CellTags->"PrimaryExamplesSection", - CellID->1059377293]} + CellID->67077117]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36129, 973} + {"PrimaryExamplesSection", 36147, 973} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7115, 169, 56, "AnchorBarGrid",ExpressionUUID->"8d6c7ac7-f745-4990-8746-2e60b7d3c081", +Cell[584, 21, 7153, 172, 57, "AnchorBarGrid",ExpressionUUID->"30bb16e6-a1c8-4cbd-b5b8-303a7e22c169", CellID->1], -Cell[7702, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"91995087-1cad-4445-b14f-c82c414ee78a"], +Cell[7740, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d693f918-7385-4ba6-b196-10de2c08ddeb"], Cell[CellGroupData[{ -Cell[7813, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"19b30cb7-886d-49d6-8786-3b541d1ddc1b"], -Cell[9102, 233, 908, 19, 187, "Usage",ExpressionUUID->"6176e927-ff40-4d3b-834b-6bc37c714632", +Cell[7851, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"2f9ddb80-eccf-4b38-844a-69f8be9c104a"], +Cell[9140, 236, 908, 19, 186, "Usage",ExpressionUUID->"6176e927-ff40-4d3b-834b-6bc37c714632", CellID->1378860172] }, Open ]], Cell[CellGroupData[{ -Cell[10047, 257, 1895, 47, 37, "NotesSection",ExpressionUUID->"a2892f4b-29ad-45a8-ab3c-8a9df49c59fc", +Cell[10085, 260, 1894, 47, 37, "NotesSection",ExpressionUUID->"269a0b66-3419-4242-97f1-c77a871581d1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1821598390], -Cell[11945, 306, 930, 20, 78, "Notes",ExpressionUUID->"02755266-9cb7-4ed0-a64d-f7a0d76dbc88", + CellID->759377803], +Cell[11982, 309, 930, 20, 78, "Notes",ExpressionUUID->"02755266-9cb7-4ed0-a64d-f7a0d76dbc88", CellID->1014199156], -Cell[12878, 328, 489, 12, 37, "Notes",ExpressionUUID->"294581f2-03f1-4958-bb93-b689da74cc06", +Cell[12915, 331, 489, 12, 38, "Notes",ExpressionUUID->"294581f2-03f1-4958-bb93-b689da74cc06", CellID->177724765], -Cell[13370, 342, 209, 4, 36, "Notes",ExpressionUUID->"1c6eae59-e67f-49eb-b5b1-550528d95401", +Cell[13407, 345, 209, 4, 36, "Notes",ExpressionUUID->"1c6eae59-e67f-49eb-b5b1-550528d95401", CellID->1720400379], -Cell[13582, 348, 253, 4, 57, "Notes",ExpressionUUID->"f900d7f8-2fd5-4e70-b750-d6925e273dc6", +Cell[13619, 351, 253, 4, 57, "Notes",ExpressionUUID->"f900d7f8-2fd5-4e70-b750-d6925e273dc6", CellID->1437984243], -Cell[13838, 354, 130, 1, 36, "Notes",ExpressionUUID->"d20eb33b-4492-40eb-8a7b-545e712be26f", +Cell[13875, 357, 130, 1, 36, "Notes",ExpressionUUID->"d20eb33b-4492-40eb-8a7b-545e712be26f", CellID->1228205158] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14095, 361, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"33ba1898-2452-43a3-a020-b1fd337a7723", +Cell[14132, 364, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e11b8733-4f26-4b3e-ae6a-8d43fb4a9602", CellTags->"PrimaryExamplesSection", - CellID->1059377293], + CellID->67077117], Cell[CellGroupData[{ -Cell[15541, 402, 1398, 36, 30, "ExampleSection",ExpressionUUID->"42d0d4cc-9a8a-42f7-bcb5-7e6a28742ca0", - CellID->422225769], -Cell[16942, 440, 119, 1, 38, "ExampleText",ExpressionUUID->"ed25b676-1c5a-4e37-8888-cd63ebd93ee9", +Cell[15576, 405, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ad2a4fa5-0c8c-4707-a80f-384cc06272c1", + CellID->338524821], +Cell[16977, 443, 119, 1, 39, "ExampleText",ExpressionUUID->"ed25b676-1c5a-4e37-8888-cd63ebd93ee9", CellID->1669030078], Cell[CellGroupData[{ -Cell[17086, 445, 167, 3, 27, "Input",ExpressionUUID->"febbdbb9-6b25-4d71-9308-050f3f0c892a", +Cell[17121, 448, 167, 3, 27, "Input",ExpressionUUID->"febbdbb9-6b25-4d71-9308-050f3f0c892a", CellID->761371422], Cell[CellGroupData[{ -Cell[17278, 452, 236, 4, 23, "Print",ExpressionUUID->"149df792-b29c-4409-8ee5-74d98305195d", +Cell[17313, 455, 236, 4, 23, "Print",ExpressionUUID->"149df792-b29c-4409-8ee5-74d98305195d", CellID->885186248], -Cell[17517, 458, 366, 8, 23, "Print",ExpressionUUID->"b9ee324c-47cf-475e-9579-273745a59555", +Cell[17552, 461, 366, 8, 23, "Print",ExpressionUUID->"b9ee324c-47cf-475e-9579-273745a59555", CellID->1975716922], -Cell[17886, 468, 237, 4, 23, "Print",ExpressionUUID->"d9ae015f-30c1-4a76-a846-22a431910de5", +Cell[17921, 471, 237, 4, 23, "Print",ExpressionUUID->"d9ae015f-30c1-4a76-a846-22a431910de5", CellID->1192427063], -Cell[18126, 474, 221, 3, 23, "Print",ExpressionUUID->"87a745c9-92ef-4413-81a7-c2ae5dd5f9c8", +Cell[18161, 477, 221, 3, 23, "Print",ExpressionUUID->"87a745c9-92ef-4413-81a7-c2ae5dd5f9c8", CellID->2106080833], -Cell[18350, 479, 208, 3, 23, "Print",ExpressionUUID->"73353dc6-cdcf-40cf-9948-c0e8056f6e51", +Cell[18385, 482, 208, 3, 23, "Print",ExpressionUUID->"73353dc6-cdcf-40cf-9948-c0e8056f6e51", CellID->1357476872], -Cell[18561, 484, 238, 4, 70, "Print",ExpressionUUID->"70a24fa2-24b1-477a-8bb3-cd09353782e2", +Cell[18596, 487, 238, 4, 70, "Print",ExpressionUUID->"70a24fa2-24b1-477a-8bb3-cd09353782e2", CellID->1335381740], -Cell[18802, 490, 221, 3, 70, "Print",ExpressionUUID->"da77877b-5c48-4a91-b8b6-c52b6e47489e", +Cell[18837, 493, 221, 3, 70, "Print",ExpressionUUID->"da77877b-5c48-4a91-b8b6-c52b6e47489e", CellID->1385877238], -Cell[19026, 495, 237, 4, 70, "Print",ExpressionUUID->"caf904d1-f278-406d-b949-40b5a0fd9432", +Cell[19061, 498, 237, 4, 70, "Print",ExpressionUUID->"caf904d1-f278-406d-b949-40b5a0fd9432", CellID->1551119869], -Cell[19266, 501, 237, 4, 70, "Print",ExpressionUUID->"e6d06ad0-090e-493b-aeb1-0d00c390449c", +Cell[19301, 504, 237, 4, 70, "Print",ExpressionUUID->"e6d06ad0-090e-493b-aeb1-0d00c390449c", CellID->1321964706], -Cell[19506, 507, 208, 3, 70, "Print",ExpressionUUID->"5d0a7fd3-3d11-475e-bb31-afdcd67abde5", +Cell[19541, 510, 208, 3, 70, "Print",ExpressionUUID->"5d0a7fd3-3d11-475e-bb31-afdcd67abde5", CellID->1484321604], -Cell[19717, 512, 236, 4, 70, "Print",ExpressionUUID->"b880b94c-f6dd-4a9a-81dd-20ae35bbdf1f", +Cell[19752, 515, 236, 4, 70, "Print",ExpressionUUID->"b880b94c-f6dd-4a9a-81dd-20ae35bbdf1f", CellID->130754421] }, Open ]] }, Open ]], -Cell[19980, 520, 136, 1, 70, "ExampleText",ExpressionUUID->"3f9d41cb-06ba-4552-9183-bd64766ec4e8", +Cell[20015, 523, 136, 1, 70, "ExampleText",ExpressionUUID->"3f9d41cb-06ba-4552-9183-bd64766ec4e8", CellID->564287289], -Cell[20119, 523, 234, 6, 70, "Input",ExpressionUUID->"1b643eb8-6385-4c10-bb44-465a4b1c7567", +Cell[20154, 526, 234, 6, 70, "Input",ExpressionUUID->"1b643eb8-6385-4c10-bb44-465a4b1c7567", CellID->737779142], -Cell[20356, 531, 381, 9, 70, "Input",ExpressionUUID->"5a2179d3-6b92-4c12-ab5e-9278d4a9255b", +Cell[20391, 534, 381, 9, 70, "Input",ExpressionUUID->"5a2179d3-6b92-4c12-ab5e-9278d4a9255b", CellID->1044436907], -Cell[20740, 542, 237, 6, 70, "Input",ExpressionUUID->"7f84b87b-5d9c-4c90-921f-1c29975c2341", +Cell[20775, 545, 237, 6, 70, "Input",ExpressionUUID->"7f84b87b-5d9c-4c90-921f-1c29975c2341", CellID->846233776], -Cell[20980, 550, 191, 4, 70, "ExampleText",ExpressionUUID->"47aea25f-89f1-40b5-b60d-528b9f149d1c", +Cell[21015, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"47aea25f-89f1-40b5-b60d-528b9f149d1c", CellID->1208675962], Cell[CellGroupData[{ -Cell[21196, 558, 169, 3, 70, "Input",ExpressionUUID->"21496bda-a54f-487c-9f2c-c64f4bb3727c", +Cell[21231, 561, 169, 3, 70, "Input",ExpressionUUID->"21496bda-a54f-487c-9f2c-c64f4bb3727c", CellID->152514937], -Cell[21368, 563, 174, 4, 36, "Output",ExpressionUUID->"1c6f94df-9645-43d8-bcf0-140b4d708447", +Cell[21403, 566, 174, 4, 36, "Output",ExpressionUUID->"1c6f94df-9645-43d8-bcf0-140b4d708447", CellID->1494543126] }, Open ]], -Cell[21557, 570, 192, 4, 70, "ExampleText",ExpressionUUID->"a93770bb-8148-4df9-92ff-03a16b78e774", +Cell[21592, 573, 192, 4, 70, "ExampleText",ExpressionUUID->"a93770bb-8148-4df9-92ff-03a16b78e774", CellID->2060663974], Cell[CellGroupData[{ -Cell[21774, 578, 192, 4, 70, "Input",ExpressionUUID->"7ee16ce7-2701-4110-ac55-7dd0ce157649", +Cell[21809, 581, 192, 4, 70, "Input",ExpressionUUID->"7ee16ce7-2701-4110-ac55-7dd0ce157649", CellID->975420217], -Cell[21969, 584, 157, 3, 36, "Output",ExpressionUUID->"f75f629a-07b9-41c1-884c-c95f79907521", +Cell[22004, 587, 157, 3, 36, "Output",ExpressionUUID->"f75f629a-07b9-41c1-884c-c95f79907521", CellID->996556706] }, Open ]], -Cell[22141, 590, 191, 4, 70, "ExampleText",ExpressionUUID->"135c79d6-0d6d-4887-ba67-7f76f483adf5", +Cell[22176, 593, 191, 4, 70, "ExampleText",ExpressionUUID->"135c79d6-0d6d-4887-ba67-7f76f483adf5", CellID->494055144], Cell[CellGroupData[{ -Cell[22357, 598, 169, 3, 70, "Input",ExpressionUUID->"3ddd6082-0bb9-4c37-8065-3fd9b7e02413", +Cell[22392, 601, 169, 3, 70, "Input",ExpressionUUID->"3ddd6082-0bb9-4c37-8065-3fd9b7e02413", CellID->743161125], -Cell[22529, 603, 226, 5, 36, "Output",ExpressionUUID->"7e950970-8331-464c-aa7d-c379f510356b", +Cell[22564, 606, 226, 5, 36, "Output",ExpressionUUID->"7e950970-8331-464c-aa7d-c379f510356b", CellID->2094828715] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23032, 620, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"06e61f6d-9ef2-4fc2-a925-18cf4939ec9a"], +Cell[28513, 770, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b355c87f-fca8-4c1b-b526-686fdcdfa54a"], +Cell[29186, 790, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8bf3f11c-2e2d-4229-80e0-fb9d5c565812"], +Cell[30222, 818, 2844, 80, 70, "RelatedLinksSection",ExpressionUUID->"ce4d880c-8d3e-4beb-a23a-4cc5bbb6a3b4"], Cell[CellGroupData[{ -Cell[23019, 619, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"77950034-95c8-4227-9620-4073d3fdb2c1"], -Cell[28500, 769, 670, 18, 70, "TechNotesSection",ExpressionUUID->"97285b23-c699-461e-a392-4ac4dbc94582"] -}, Open ]], -Cell[29185, 790, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"91d2969d-8661-4fb3-a58c-67786ab902e5"], -Cell[30221, 818, 2844, 80, 70, "RelatedLinksSection",ExpressionUUID->"157d13bf-703b-407e-b07f-065b52e4be4b"], -Cell[CellGroupData[{ -Cell[33090, 902, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"25c828d0-a738-46ba-b18b-ba4b33b674e9", +Cell[33091, 902, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"25c828d0-a738-46ba-b18b-ba4b33b674e9", CellID->117551421], -Cell[33230, 905, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3ea52779-6c79-4ce4-ae6e-093d27de5de2", +Cell[33231, 905, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3ea52779-6c79-4ce4-ae6e-093d27de5de2", CellID->1194386356], -Cell[33452, 911, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1bad5744-3bcb-44fe-bbcb-1a6b4e715e10", +Cell[33453, 911, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1bad5744-3bcb-44fe-bbcb-1a6b4e715e10", CellID->1641706272], -Cell[33667, 916, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1ef12005-934b-4d6e-992d-51a638888e31", +Cell[33668, 916, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1ef12005-934b-4d6e-992d-51a638888e31", CellID->399251956], -Cell[33896, 922, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"47fd42ad-6e82-4a94-b1d9-c2718a0497d3", +Cell[33897, 922, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"47fd42ad-6e82-4a94-b1d9-c2718a0497d3", CellID->821434655] }, Open ]], -Cell[34133, 928, 78, 0, 70, "FooterCell",ExpressionUUID->"0719e7f0-1cb1-44dc-b122-fc76b5332e75"] +Cell[34134, 928, 78, 0, 70, "FooterCell",ExpressionUUID->"e3b4ac1a-09d7-42ea-8426-10b55208fc69"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ProperContribution.nb b/Documentation/English/ReferencePages/Symbols/ProperContribution.nb index 2584328..0c21308 100644 --- a/Documentation/English/ReferencePages/Symbols/ProperContribution.nb +++ b/Documentation/English/ReferencePages/Symbols/ProperContribution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40103, 1032] -NotebookOptionsPosition[ 32508, 882] -NotebookOutlinePosition[ 34658, 936] -CellTagsIndexPosition[ 34573, 931] +NotebookDataLength[ 40142, 1034] +NotebookOptionsPosition[ 32559, 885] +NotebookOutlinePosition[ 34731, 940] +CellTagsIndexPosition[ 34646, 935] WindowTitle->ProperContribution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6aa6a090-0743-4839-98da-379cd0bf2754"], + "50d3e72d-4f3a-4462-bf6d-6a17fb818add"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0f421aab-8a35-4292-8441-b4c128ad4b04"], + "8b2c380a-0525-4d67-a9c2-9e5fb39d55f7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "32ec4395-04d8-4c56-b230-d12662909907"] - }],ExpressionUUID->"c1dd39c7-1831-4247-bc38-a490d0964121"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "965f6579-75f4-48ea-8ae3-0893dd7c5188"] + }],ExpressionUUID->"6bddad0d-8dcc-48df-b677-e385345c0619"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5de3e892-4da9-474f-949e-be27f50e1cf7"], + "e52b3392-6003-46b6-ad7c-1467e6305f4a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d5b1b865-4e6f-4e3b-82eb-d9b8bf43d462"] - }],ExpressionUUID->"714714cc-0a16-424c-8961-178536c7e593"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "08ff9621-3bed-410d-bdd0-54b820e0ef66"] + }],ExpressionUUID->"7bee3b57-6c86-4b3c-8721-1121c08445ed"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eade3a08-1dd7-4978-b32e-6eab31da235f"], + "5ecd580c-abfb-461e-9136-ff05ff1a0c8f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6764565b-ba52-4fc1-8a67-0b134118b98d"] - }],ExpressionUUID->"8903dc93-444d-4ce5-ac81-5c029eb51547"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "363ddc8e-3af2-48f8-872c-0d0ec20ee626"] + }],ExpressionUUID->"489fb1ae-de65-435d-8ad3-0c6d99c0f50e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "14b1aefc-082b-44b1-8224-7c40aa9890fb"], + "e57ca888-b715-4878-9e04-5b270b110cdb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0c8a2773-d264-442c-b67f-433bd0d93c85"] - }],ExpressionUUID->"227e292f-6089-4b69-8967-4cb698594468"], - StripOnInput->False], {"\<\"TUG/ref/ProperContribution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ProperContribution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "39699ac6-9537-488f-92ce-8c65025146ad"] + }],ExpressionUUID->"f8fe59db-5e96-4a0c-821b-6ca5e60fdea6"], + StripOnInput->False],{ + "\"TUG/ref/ProperContribution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ProperContribution"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ProperContribution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$159973], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ProperContribution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$173346], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ProperContribution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b062e9da-15ee-4c36-9174-dd9669d49ecd"] + "6dc1dc71-a185-4893-837b-6a29fb33543c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "db496b69-cdd4-432c-b28c-7075ae7236dc"]} + "2b845ca2-0ebe-461b-be55-8ebcd40b1de6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4747a682-3e3f-447e-a84f-8b0a156c9f5e"], + CellID->1,ExpressionUUID->"9317d4a4-ef7b-4da8-b058-f20bb741a6ef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4002f9ed-b522-4f4f-bf3b-b503a58ce12d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e524921d-17ff-4523-a76b-ea019bfc1fb8"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ProperContribution", "ObjectName",ExpressionUUID-> - "050d0c3a-0384-40b9-86bf-32a901d48a51"], + "f99c40b5-228c-462c-86b8-f8b957f9c194"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bde570cb-170a-4150-b421-6e1c2230a56e"], + "Spacer1"]],ExpressionUUID->"fa0c7955-ea8c-4339-b859-01d504fb7654"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7e70ff9e-7043-4efb-b73a-d62785acab9d"] - }],ExpressionUUID->"f7d29b61-3d30-460f-a039-24a54a4033e0"], Cell[BoxData[ + "976a7fa1-339b-4099-9fc6-0ab667237800"] + }],ExpressionUUID->"7f6a91c7-a319-4ef0-9b47-3b840c98827b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d875bfa3-d90a-4a54-a994-17eae693ae91"]} + "e7d3f2a4-38c1-4613-8af5-92246f0a8744"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"611b377c-c6ba-4ff5-9d72-efa78a79965f"], + CacheGraphics->False,ExpressionUUID->"09cb54dd-c4c7-4456-9406-ba36f548f1e9"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ "6d2c119a-fbf1-40f6-a368-ef232e00715b"], "\[LineSeparator]is an option for various package functions to determine \ the vertices of the upper set, which is a kernel catcher." - }],ExpressionUUID->"6792f0f6-6bcb-4aab-9dc9-4918686f9285"]} + }],ExpressionUUID->"d6b6f68c-950f-4494-a1fb-0ace07edfab3"]} }]], "Usage", CellID->938386177,ExpressionUUID->"8d484533-1029-443c-b218-f39485e0c7c3"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"adc02d9f-5668-4523-bc25-cd0bc23c0aaf"], + ExpressionUUID->"b3c82df8-50e6-4982-b082-96591c7af9ff"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"338a95c4-4416-41f2-9316-b6e1b763f847"], + "Spacer1"]],ExpressionUUID->"d138c2bd-5b8e-4fc0-b25e-61ba4b5556e8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"395ad386-7532-4336-ad5f-49b65293e281"], + }], "NotesFrameText",ExpressionUUID->"47917163-503d-4b23-ad2e-20a322a91028"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b9218f54-a7fb-4d49-b24f-4befa66bc03b"]], \ + "Preemptive"]],ExpressionUUID->"9883a0fd-15ed-4853-b2d5-c7878c08ba00"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->979786742,ExpressionUUID->"588c1809-b259-4ac6-8143-b84e099421bf"], + CellID->531666611,ExpressionUUID->"5f9e44c0-d98b-452b-9268-f9f71149f6e1"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"20a60a05-b28a-42a6-88b0-ca96ee4f130a"], + ExpressionUUID->"3a517fa0-7454-4175-a4ee-270221586075"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a9275c98-55f3-4391-8fa3-9e0ba2d23ca1"], + "Spacer1"]],ExpressionUUID->"70ea3d86-5944-46ea-9ca9-738a11e75e2c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "343034ed-293d-4b98-b47f-a2a7750c6c55"] + "d6fed2d8-e534-4b8b-84b2-ac81bbc106bf"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->401258368,ExpressionUUID->"7cd49aa0-d21f-46fc-ac1e-f6851354b7fa"], + CellID->768851657,ExpressionUUID->"7b29f4f5-54c1-4ff6-8db9-bf5daf6cfb93"], Cell[CellGroupData[{ @@ -382,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"116037b4-1470-468c-8e47-cf2caef3b060"], + ExpressionUUID->"1bb4138b-f7a3-4510-b507-8cd1864a9867"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"634bf624-b07a-420c-a957-7537787c0abf"], + "Spacer1"]],ExpressionUUID->"5eddb6be-a9a0-43eb-90a3-cbc112f932bb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "04bb865e-f37e-491e-98e9-7fb5f5656a4c"] + "7a5016fc-13ba-4dd8-92dc-485c1f6d66ca"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1444103889,ExpressionUUID->"7b475d8b-5a05-4de2-981f-9551f9a7e7b0"], + CellID->356260933,ExpressionUUID->"bcceafb6-f484-4a61-a53e-1e8991e42eb7"], Cell["Loading the package:", "ExampleText", CellID->1011402729,ExpressionUUID->"f192b0b7-9765-4c0e-bd33-1044e5ea972a"], @@ -582,8 +588,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -731,15 +735,15 @@ Cell[BoxData[GridBox[{ "86efc274-aec3-48cc-924b-4d978db1438c"] }], "SeeAlso",ExpressionUUID->"d2ba62fd-3677-4f2a-8301-4afd0ab145bf"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"7b5e43ca-1d35-45bb-b8d9-\ -58088fdb9f5a"], + }]], "SeeAlsoSection",ExpressionUUID->"e46471d5-efd6-4e87-bc37-\ +7105e5f9bedb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -751,9 +755,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e835dbca-fd44-4d4b-bb9c-fe7d897726f9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"02351b30-214b-4f94-8c76-\ -1320d1dbbbbc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fc7a22c5-a522-48c7-b2de-\ +033db38bfb63"], Cell[BoxData[GridBox[{ { @@ -770,7 +773,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "981ccbb3-a5e4-45e1-8289-af5bdc315ccd"]}]}, + "375619b6-22f8-47ee-8ace-fd2cc7eb0c66"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -778,10 +781,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "84fb764c-8b25-438f-85b0-7f9bf88c4101"]}]} + "9951cd00-008c-42d7-807c-47050ddcbd57"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4603e58a-6e6b-4408-97e3-\ -e1b7a83750cd"], + }]], "MoreAboutSection",ExpressionUUID->"b33bf4cf-59f5-47b5-933a-\ +22e830858e43"], Cell[BoxData[GridBox[{ { @@ -809,7 +812,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddGmpPlotReasonableSet"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e735c94a-00ac-4fe9-8f04-63c82e13c366"]], "RelatedLinks", + "39d475dc-d254-44a4-8cfa-c78bb8fd5a23"]], "RelatedLinks", ExpressionUUID->"e10daea4-ab38-4f5b-9abf-084486b4fafc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -827,7 +830,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesReasonableSet"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "58d19cf5-21bb-4784-99c8-79f3f04f95a3"]], "RelatedLinks", + "d34a09e0-4559-4ce9-b6b6-5d6a5c241a3b"]], "RelatedLinks", ExpressionUUID->"cfefc708-0737-4c4c-80ee-5b52f0b0ffe8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -844,11 +847,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4c763f20-5192-4624-a195-2dcb5134afe9"]], "RelatedLinks", + "6dfa4091-9918-4c7f-8715-8b6296ff821b"]], "RelatedLinks", ExpressionUUID->"86fdea60-77c8-4439-84f9-5a0a47a0c018"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7cf042c6-d7a7-4dff-a05d-\ -387971d49a34"], + }]], "RelatedLinksSection",ExpressionUUID->"023ff80f-bb5f-4f06-a639-\ +67fbf39637f7"], Cell[CellGroupData[{ @@ -878,11 +881,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3efb9e02-236f-4d8c-bc95-bc79254ba1f3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"14c82e5d-fedd-441b-9ca7-099c5d0c7fc8"] +Cell[" ", "FooterCell",ExpressionUUID->"6a1b1839-9f64-4532-bf3a-9115d34456ba"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ProperContribution", TaggingRules->{ @@ -893,7 +896,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 52.084263}", + "built" -> "{2024, 6, 3, 16, 55, 6.110172}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -901,10 +904,11 @@ TaggingRules->{ "ProperContribution is an option for various package functions to \ determine the vertices of the upper set, which is a kernel catcher.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ProperContribution", - "titlemodifier" -> "", "windowtitle" -> "ProperContribution", "type" -> - "Symbol", "uri" -> "TUG/ref/ProperContribution"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ProperContribution", "type" -> "Symbol", "uri" -> + "TUG/ref/ProperContribution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -913,9 +917,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2e0c7de8-6096-4cf5-bc88-597f15a0fb7c" +ExpressionUUID->"f8c8859e-9a39-44bc-8dde-1dc2df9969dc" ] (* End of Notebook Content *) @@ -923,117 +927,115 @@ ExpressionUUID->"2e0c7de8-6096-4cf5-bc88-597f15a0fb7c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12366, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7cd49aa0-d21f-46fc-ac1e-f6851354b7fa", + Cell[12452, 324, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7b29f4f5-54c1-4ff6-8db9-bf5daf6cfb93", CellTags->"PrimaryExamplesSection", - CellID->401258368]} + CellID->768851657]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34373, 924} + {"PrimaryExamplesSection", 34446, 928} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7149, 168, 56, "AnchorBarGrid",ExpressionUUID->"4747a682-3e3f-447e-a84f-8b0a156c9f5e", +Cell[590, 21, 7235, 174, 57, "AnchorBarGrid",ExpressionUUID->"9317d4a4-ef7b-4da8-b058-f20bb741a6ef", CellID->1], -Cell[7742, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4002f9ed-b522-4f4f-bf3b-b503a58ce12d"], +Cell[7828, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e524921d-17ff-4523-a76b-ea019bfc1fb8"], Cell[CellGroupData[{ -Cell[7853, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"611b377c-c6ba-4ff5-9d72-efa78a79965f"], -Cell[9148, 232, 498, 9, 111, "Usage",ExpressionUUID->"8d484533-1029-443c-b218-f39485e0c7c3", +Cell[7939, 201, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"09cb54dd-c4c7-4456-9406-ba36f548f1e9"], +Cell[9234, 238, 498, 9, 109, "Usage",ExpressionUUID->"8d484533-1029-443c-b218-f39485e0c7c3", CellID->938386177] }, Open ]], Cell[CellGroupData[{ -Cell[9683, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"588c1809-b259-4ac6-8143-b84e099421bf", +Cell[9769, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"5f9e44c0-d98b-452b-9268-f9f71149f6e1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->979786742], -Cell[11580, 295, 489, 12, 37, "Notes",ExpressionUUID->"d7348ab9-dcaf-43f6-9e95-b446fc5eb557", + CellID->531666611], +Cell[11666, 301, 489, 12, 38, "Notes",ExpressionUUID->"d7348ab9-dcaf-43f6-9e95-b446fc5eb557", CellID->177724765], -Cell[12072, 309, 167, 3, 36, "Notes",ExpressionUUID->"2fa051d4-79ca-4648-ace0-a7d3f2697b88", +Cell[12158, 315, 167, 3, 36, "Notes",ExpressionUUID->"2fa051d4-79ca-4648-ace0-a7d3f2697b88", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12366, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7cd49aa0-d21f-46fc-ac1e-f6851354b7fa", +Cell[12452, 324, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7b29f4f5-54c1-4ff6-8db9-bf5daf6cfb93", CellTags->"PrimaryExamplesSection", - CellID->401258368], + CellID->768851657], Cell[CellGroupData[{ -Cell[13811, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7b475d8b-5a05-4de2-981f-9551f9a7e7b0", - CellID->1444103889], -Cell[15213, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"f192b0b7-9765-4c0e-bd33-1044e5ea972a", +Cell[13897, 365, 1398, 36, 30, "ExampleSection",ExpressionUUID->"bcceafb6-f484-4a61-a53e-1e8991e42eb7", + CellID->356260933], +Cell[15298, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"f192b0b7-9765-4c0e-bd33-1044e5ea972a", CellID->1011402729], Cell[CellGroupData[{ -Cell[15357, 402, 168, 3, 27, "Input",ExpressionUUID->"c2859cc2-cf41-424a-ab07-22bb54e17adb", +Cell[15442, 408, 168, 3, 27, "Input",ExpressionUUID->"c2859cc2-cf41-424a-ab07-22bb54e17adb", CellID->1590324275], Cell[CellGroupData[{ -Cell[15550, 409, 237, 4, 23, "Print",ExpressionUUID->"50676a06-8a72-4da9-953a-861ccb28582b", +Cell[15635, 415, 237, 4, 23, "Print",ExpressionUUID->"50676a06-8a72-4da9-953a-861ccb28582b", CellID->1764023390], -Cell[15790, 415, 366, 8, 23, "Print",ExpressionUUID->"f6c36174-e487-4850-89db-f797ce8d6389", +Cell[15875, 421, 366, 8, 23, "Print",ExpressionUUID->"f6c36174-e487-4850-89db-f797ce8d6389", CellID->1478941557], -Cell[16159, 425, 236, 4, 23, "Print",ExpressionUUID->"a5a10e7b-00ae-4009-8f42-bfa32415d998", +Cell[16244, 431, 236, 4, 23, "Print",ExpressionUUID->"a5a10e7b-00ae-4009-8f42-bfa32415d998", CellID->153269013], -Cell[16398, 431, 221, 3, 23, "Print",ExpressionUUID->"c72c9dcf-443e-4429-98d5-185d14ca0792", +Cell[16483, 437, 221, 3, 23, "Print",ExpressionUUID->"c72c9dcf-443e-4429-98d5-185d14ca0792", CellID->1587229429], -Cell[16622, 436, 207, 3, 23, "Print",ExpressionUUID->"c6bfd89d-4357-49ea-b0ed-2fb3a01c20a2", +Cell[16707, 442, 207, 3, 23, "Print",ExpressionUUID->"c6bfd89d-4357-49ea-b0ed-2fb3a01c20a2", CellID->475275824], -Cell[16832, 441, 238, 4, 23, "Print",ExpressionUUID->"e8b5d8aa-36e7-461e-acf7-b10494253dc1", +Cell[16917, 447, 238, 4, 23, "Print",ExpressionUUID->"e8b5d8aa-36e7-461e-acf7-b10494253dc1", CellID->2073659567], -Cell[17073, 447, 221, 3, 23, "Print",ExpressionUUID->"95ed106d-7af7-4685-8f08-1c9abc7c2320", +Cell[17158, 453, 221, 3, 23, "Print",ExpressionUUID->"95ed106d-7af7-4685-8f08-1c9abc7c2320", CellID->1117725386], -Cell[17297, 452, 237, 4, 23, "Print",ExpressionUUID->"a1f9ead9-8559-49d2-9532-79a5bded5bb3", +Cell[17382, 458, 237, 4, 23, "Print",ExpressionUUID->"a1f9ead9-8559-49d2-9532-79a5bded5bb3", CellID->1441510925], -Cell[17537, 458, 237, 4, 23, "Print",ExpressionUUID->"0288a3ff-0119-4a6f-8837-9d7e62b70bfc", +Cell[17622, 464, 237, 4, 23, "Print",ExpressionUUID->"0288a3ff-0119-4a6f-8837-9d7e62b70bfc", CellID->1705126276], -Cell[17777, 464, 207, 3, 23, "Print",ExpressionUUID->"79d7ce4f-1b4b-4fc3-9b70-6288a5a76bb9", +Cell[17862, 470, 207, 3, 23, "Print",ExpressionUUID->"79d7ce4f-1b4b-4fc3-9b70-6288a5a76bb9", CellID->267979908], -Cell[17987, 469, 236, 4, 23, "Print",ExpressionUUID->"fadfc6e6-38ba-438c-b964-c7a3253de6d5", +Cell[18072, 475, 236, 4, 23, "Print",ExpressionUUID->"fadfc6e6-38ba-438c-b964-c7a3253de6d5", CellID->323434435] }, Open ]] }, Open ]], -Cell[18250, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"152ff58e-726b-4123-bbb7-1f1d188b00d1", +Cell[18335, 483, 136, 1, 39, "ExampleText",ExpressionUUID->"152ff58e-726b-4123-bbb7-1f1d188b00d1", CellID->290104055], -Cell[18389, 480, 234, 6, 27, "Input",ExpressionUUID->"e98275d5-0a53-4b5f-a185-45c252b419e8", +Cell[18474, 486, 234, 6, 27, "Input",ExpressionUUID->"e98275d5-0a53-4b5f-a185-45c252b419e8", CellID->917315355], -Cell[18626, 488, 380, 9, 27, "Input",ExpressionUUID->"fef1170e-042b-418e-ab62-fd3b14650141", +Cell[18711, 494, 380, 9, 27, "Input",ExpressionUUID->"fef1170e-042b-418e-ab62-fd3b14650141", CellID->347040665], -Cell[19009, 499, 237, 6, 70, "Input",ExpressionUUID->"cafb9e5e-7bd5-4c1a-ad60-1065e68cf098", +Cell[19094, 505, 237, 6, 27, "Input",ExpressionUUID->"cafb9e5e-7bd5-4c1a-ad60-1065e68cf098", CellID->720486023], -Cell[19249, 507, 249, 4, 70, "ExampleText",ExpressionUUID->"31a54e41-3f0b-4325-8ae1-caeccc67ce88", +Cell[19334, 513, 249, 4, 70, "ExampleText",ExpressionUUID->"31a54e41-3f0b-4325-8ae1-caeccc67ce88", CellID->856657242], Cell[CellGroupData[{ -Cell[19523, 515, 283, 6, 70, "Input",ExpressionUUID->"66fd7a5c-209e-4a11-af65-f9cb881f48ef", +Cell[19608, 521, 283, 6, 70, "Input",ExpressionUUID->"66fd7a5c-209e-4a11-af65-f9cb881f48ef", CellID->883367483], -Cell[19809, 523, 597, 17, 36, "Output",ExpressionUUID->"a78d98d9-6a8a-4bdb-b6ed-c344fcfdbbf0", +Cell[19894, 529, 597, 17, 36, "Output",ExpressionUUID->"a78d98d9-6a8a-4bdb-b6ed-c344fcfdbbf0", CellID->839466627] }, Open ]], -Cell[20421, 543, 247, 4, 70, "ExampleText",ExpressionUUID->"1ad80ef9-c783-499e-831b-292728a5b2fa", +Cell[20506, 549, 247, 4, 70, "ExampleText",ExpressionUUID->"1ad80ef9-c783-499e-831b-292728a5b2fa", CellID->1038083171], Cell[CellGroupData[{ -Cell[20693, 551, 285, 6, 70, "Input",ExpressionUUID->"440c0ddd-be91-42c2-bde2-30b9df51ec7b", +Cell[20778, 557, 285, 6, 70, "Input",ExpressionUUID->"440c0ddd-be91-42c2-bde2-30b9df51ec7b", CellID->2133676420], -Cell[20981, 559, 570, 16, 36, "Output",ExpressionUUID->"bc2e256f-aa21-4a21-95cd-768cc25d41ce", +Cell[21066, 565, 570, 16, 36, "Output",ExpressionUUID->"bc2e256f-aa21-4a21-95cd-768cc25d41ce", CellID->1090775273] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21878, 590, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"e46471d5-efd6-4e87-bc37-7105e5f9bedb"], +Cell[27392, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fc7a22c5-a522-48c7-b2de-033db38bfb63"], +Cell[28065, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b33bf4cf-59f5-47b5-933a-22e830858e43"], +Cell[29101, 788, 2307, 65, 70, "RelatedLinksSection",ExpressionUUID->"023ff80f-bb5f-4f06-a639-67fbf39637f7"], Cell[CellGroupData[{ -Cell[21815, 586, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"7b5e43ca-1d35-45bb-b8d9-58088fdb9f5a"], -Cell[27329, 736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"02351b30-214b-4f94-8c76-1320d1dbbbbc"] -}, Open ]], -Cell[28014, 757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4603e58a-6e6b-4408-97e3-e1b7a83750cd"], -Cell[29050, 785, 2307, 65, 70, "RelatedLinksSection",ExpressionUUID->"7cf042c6-d7a7-4dff-a05d-387971d49a34"], -Cell[CellGroupData[{ -Cell[31382, 854, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ba6e8f4a-003c-45fb-93b1-9013e4f97aa2", +Cell[31433, 857, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ba6e8f4a-003c-45fb-93b1-9013e4f97aa2", CellID->2135167160], -Cell[31523, 857, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ceefdb13-75e5-43b9-b2a9-1680b2c5c6b0", +Cell[31574, 860, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ceefdb13-75e5-43b9-b2a9-1680b2c5c6b0", CellID->1194386356], -Cell[31745, 863, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da5fa8b5-d399-4226-86d4-6c6038573231", +Cell[31796, 866, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da5fa8b5-d399-4226-86d4-6c6038573231", CellID->1641706272], -Cell[31960, 868, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb99f716-b223-4425-aeac-8a7e9e2b8578", +Cell[32011, 871, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cb99f716-b223-4425-aeac-8a7e9e2b8578", CellID->399251956], -Cell[32189, 874, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3efb9e02-236f-4d8c-bc95-bc79254ba1f3", +Cell[32240, 877, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3efb9e02-236f-4d8c-bc95-bc79254ba1f3", CellID->821434655] }, Open ]], -Cell[32426, 880, 78, 0, 70, "FooterCell",ExpressionUUID->"14c82e5d-fedd-441b-9ca7-099c5d0c7fc8"] +Cell[32477, 883, 78, 0, 70, "FooterCell",ExpressionUUID->"6a1b1839-9f64-4532-bf3a-9115d34456ba"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ProperModPreKernel.nb b/Documentation/English/ReferencePages/Symbols/ProperModPreKernel.nb index 7e89412..672656a 100644 --- a/Documentation/English/ReferencePages/Symbols/ProperModPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/ProperModPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 72058, 1848] -NotebookOptionsPosition[ 58031, 1584] -NotebookOutlinePosition[ 60971, 1648] -CellTagsIndexPosition[ 60885, 1643] +NotebookDataLength[ 72077, 1849] +NotebookOptionsPosition[ 58060, 1586] +NotebookOutlinePosition[ 61021, 1651] +CellTagsIndexPosition[ 60935, 1646] WindowTitle->ProperModPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "991ff94c-c40e-4717-bca3-d1a37d80c652"], + "6d0728fe-c3da-4295-a9f4-9ef0bc23c56b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2fcd32f7-1767-461b-9a4f-ad3c29621cc0"], + "60f3dcb5-63b8-4ad9-a534-6b37db7ec70d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "14c39c4b-022e-4e10-bc10-5b7959637524"] - }],ExpressionUUID->"26f82ff5-2cf2-4d68-a8e5-fc6b6ac10a6f"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, + "36db6755-554a-44bc-9297-7e82568a2f28"] + }],ExpressionUUID->"6204dcd7-6f07-468f-bf0f-03b814a657fe"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bdb52cb3-96c7-4961-bfab-ff360bc8ffbd"], + "206fcae9-aa6d-48c3-b68a-37715ea5a9e5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4111e196-a966-412d-96d7-93a0ea9b4129"] - }],ExpressionUUID->"f8c02219-c0c2-41f3-b02a-d21d4f8956bd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c478540c-0f35-44e1-a821-a280c793c091"] + }],ExpressionUUID->"02150554-3957-4c15-9d37-ab40c2276e19"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "94d7a383-5788-490e-b9df-ca6a8c7eba5c"], + "fe04f69d-7af8-48d3-8f62-dbadf0656768"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "08cd9049-6e90-4f8d-b6d4-d85fff0d3a0a"] - }],ExpressionUUID->"61bde68c-babb-4db4-bb8e-773e75de35b6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1f38b4a1-8867-477d-aa65-5ca6e10a3306"] + }],ExpressionUUID->"c247f2a8-c8ad-4118-970b-2cdcddb76e6c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2f9f6163-aadb-478a-9252-072022ee6029"], + "65877aac-eabe-4dae-96b7-82d884bdfa67"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d960153a-a076-454f-8e4e-cb9aac9f4e95"] - }],ExpressionUUID->"e73abd7f-cb46-4a0e-ba92-f2c27bb08c81"], - StripOnInput->False], {"\<\"TUG/ref/ProperModPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ProperModPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "a543f07b-f3e2-4571-970a-38756fd260be"] + }],ExpressionUUID->"f5c83524-9d22-4031-a0fe-096123c1de72"], + StripOnInput->False],{ + "\"TUG/ref/ProperModPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ProperModPreKernel"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ProperModPreKernel.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$160912], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ProperModPreKernel" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$174319], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ProperModPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3e453527-ca32-43c7-bb9c-5a4cad4e0b0b"] + "55082f6f-cb03-4bff-90e6-26636b980cd6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "88f64f05-375d-4525-8de2-710f4debaa39"]} + "0bb78175-50a2-498c-a776-22eeadee4803"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cf1ab283-8c88-4e1c-a54f-fb53bf1c052f"], + CellID->1,ExpressionUUID->"adfdc93d-672f-46e4-82f9-d991c078e170"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"31aedaba-51d5-4ffa-8f22-f68d5d96f896"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ee0aab39-1850-49d0-b22c-3696b4ffa73f"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ProperModPreKernel", "ObjectName",ExpressionUUID-> - "0409a446-881e-459c-87fb-a09e7030ed02"], + "292854c8-24d8-4583-8e52-6cf62bab75b5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1db07c45-f83a-406f-b5e3-f24cd93bfd23"], + "Spacer1"]],ExpressionUUID->"efa3375d-c7ea-495a-b438-eb8b8c24e126"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5e962c65-de7a-4211-b850-2a43e4bd1edc"] - }],ExpressionUUID->"5d77f185-9212-46d8-9fff-10e883b4a4a8"], Cell[BoxData[ + "2d224a75-89f8-47e1-b45a-6adf0107f0fc"] + }],ExpressionUUID->"8f60c9de-9178-4319-8b06-7d05d71cf7af"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "dcef0430-3d9d-4359-8b5a-9cce362454c4"]} + "c2b0b02a-f4f6-44c3-a2b7-ceddb03a7a36"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5ed00694-f0a1-46b9-88cc-1cb34b2a28f0"], + CacheGraphics->False,ExpressionUUID->"43b4eabf-a411-466b-9852-2014d7b2500d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ projection of the pre-kernel from the dual cover game onto the player set T \ of the original game. Do not confound this command with the function \ ModfiedKernel[]." - }],ExpressionUUID->"e424f278-09e7-429f-82b0-5d2ac906467f"]}, + }],ExpressionUUID->"27387dc1-3c77-4837-a6e6-2b830ce063c5"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ProperModPreKernel", "[", @@ -252,7 +257,7 @@ found using the argument ", StyleBox["payoff", FontSlant->"Italic"], " as a different starting point." - }],ExpressionUUID->"eaffeed6-02b5-491e-9cba-8c84c5d98aa4"]}, + }],ExpressionUUID->"9d0b877c-3b58-4bd2-b929-98fc1295626d"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ProperModPreKernel", "[", @@ -265,7 +270,7 @@ effective coalitions can be changed through ", FontSlant->"Italic"], " to find a different proper modified pre-kernel element from the same \ internal starting point." - }],ExpressionUUID->"6d2b2eed-c580-46ea-b705-7893e50d7605"]}, + }],ExpressionUUID->"17af617c-46f1-477d-a9d9-1e339bdf4150"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ProperModPreKernel", "[", @@ -279,7 +284,7 @@ internal starting point." " or/and the cardinality of the set of lexicographically most effective \ coalitions a further proper modified pre-kernel element can be found while \ setting smallest to largest through SmallestCardinality -> False." - }],ExpressionUUID->"4be7f6e8-1248-4e44-b3af-b622ac6df45c"]} + }],ExpressionUUID->"20ccff74-e2d5-4644-a38e-8c491ea7aa4d"]} }]], "Usage", CellID->187313314,ExpressionUUID->"663e2f75-9d55-45fd-a75c-2973d66dda81"] }, Open ]], @@ -312,12 +317,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1177b8d1-b70c-46ae-b01a-4b2a3a4c0ac1"], + ExpressionUUID->"716bf253-6041-4882-8373-86e81e265231"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cc9d1581-bcb1-479b-9250-37f1e67158cf"], + "Spacer1"]],ExpressionUUID->"e9b58fd3-31b8-4676-8cd2-cbafd37b33a5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9c52c270-a691-4782-8790-be5019740d33"], + }], "NotesFrameText",ExpressionUUID->"b2a18f18-2277-4fcd-8ba8-b846814de03b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -328,12 +333,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"9a52d37f-c589-4327-a99d-47c0db5724b4"]], \ + "Preemptive"]],ExpressionUUID->"ee56a0aa-bb9e-4dc5-90d2-1b0e24ad5a23"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1325687132,ExpressionUUID->"76428b51-d17c-45c1-8588-74ce48bd480e"], + CellID->1925857472,ExpressionUUID->"3b86b021-9320-4301-bc33-79f2ed3d717c"], Cell[TextData[{ "The input expression ", @@ -435,11 +440,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e39a39cc-f4f2-4e7b-9f63-2fb0271cd4d1"], "Newton", Cell[ + "4a8dddab-f6a9-4c45-a490-02873283f65f"], "Newton", Cell[ "Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"779529cf-8662-4403-8187-bee97da91d1d"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f7346610-6b18-4914-a840-449298e91160"], + "926145c6-b74c-489c-8180-a4db5ebf11e6"], TemplateBox[{ Cell[ TextData["QuasiNewton"]], "paclet:ref/QuasiNewton"}, @@ -455,11 +460,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "46fa0e04-9425-468f-b206-60710f1133bf"], "LevenbergMarquardt", Cell[ + "d3359a1f-090c-4146-a4c5-39a6455d9b4c"], "LevenbergMarquardt", Cell[ "Gauss-Newton method of finding the minimum of a function.", "TableText", ExpressionUUID->"0ff23474-6a26-4354-858e-e97a5ecf4076"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d57c0b9e-14d6-4bcf-907c-a0d46eab204b"], + "7a99391f-e96e-4cd8-8b39-4621c00c7d6a"], TemplateBox[{ Cell[ TextData["Automatic"]], "paclet:ref/Automatic"}, @@ -475,11 +480,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a60348e8-9bde-46f1-9ca9-0ffdc043b52a"], "IPOPT", Cell[ + "711843e2-fbde-4ad4-952a-08d36a3800d3"], "IPOPT", Cell[ "use IPOPT link.", "TableText",ExpressionUUID-> "78046838-3927-4c4d-84e3-3bb98a1ed8f5"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "25d62fde-9122-41ea-98b9-f1c8d854e0cf"], + "bd0678b3-f6ba-482a-bfba-c9c3d492f0e8"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -495,11 +500,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d946c5aa-4390-48d9-b5e9-b0664d3fdd97"], "PrincipalAxis", Cell[ + "8ba65407-9004-4d68-a756-60e499ca3877"], "PrincipalAxis", Cell[ "is a line search method. ", "TableText",ExpressionUUID-> "ba343a75-ac55-4d05-8da0-d5fbd6be6e54"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "86a2efc4-5e97-4714-85d8-06085f4df6cd"], + "2b288704-72a5-492b-a906-96a77ea35a2b"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -515,11 +520,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1aff1db8-2b6c-484f-a153-73bd77c813f8"], "Gradient", Cell["\<\ + "99bef4ed-fe87-4641-96b1-e59779275732"], "Gradient", Cell["\<\ is an algorithm for finding the nearest local minimum of a function \ \>", "TableText",ExpressionUUID->"886dd7b1-6ab8-476e-8175-cf97a1a491d6"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6322506a-ff9b-43e5-bf22-9babb1654a0f"], + "365ae60f-9627-43f8-b539-50f387faef45"], TemplateBox[{ Cell[ TextData["ConjugateGradient"]], "paclet:ref/ConjugateGradient"}, @@ -536,7 +541,7 @@ presupposes that the gradient of the function can be computed. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "06d26863-0fb3-43c7-940e-9835829e0175"], "InteriorPoint", Cell[ + "287a84bf-6da1-4d7e-99b1-96e2e3f5763c"], "InteriorPoint", Cell[ "use for MachinePrecision.", "TableText",ExpressionUUID-> "99ef4ee8-1d7f-4214-86b0-f5bf28073988"]} }]], "2ColumnTableMod", @@ -565,7 +570,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b210e907-ee54-4b47-ab38-313b419021b4"], + "8db7b8c9-28a1-454f-a042-41220ec7786c"], TemplateBox[{ Cell[ TextData["AntiPreKernel"]], "paclet:TUG/ref/AntiPreKernel", @@ -575,7 +580,7 @@ Cell[BoxData[GridBox[{ "use to compute a proper modified pre-kernel element.", "TableText", ExpressionUUID->"e1570e20-1961-4f42-ab83-c783af6db07b"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "572176ea-3ed4-44fb-afdf-77d5a425b221"], + "ff07aec4-9a02-4d3c-abe1-da36bf2d0bcb"], TemplateBox[{ Cell[ TextData["ConjugateFunction"]], "paclet:TUG/ref/ConjugateFunction", @@ -585,7 +590,7 @@ Cell[BoxData[GridBox[{ do not use the conjugate function to find a pre-kernel element.\ \>", "TableText",ExpressionUUID->"90bf7672-b57a-49f4-86f9-a8d141a0d45f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "64ae46c1-c1cc-4626-9f47-b5972ebf089a"], + "fc38e509-4d01-44e3-8ece-e6b59eddf8ee"], TemplateBox[{ Cell[ TextData["ShowObjectiveFunction"]], @@ -607,7 +612,7 @@ do not use the conjugate function to find a pre-kernel element.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "da4a184c-0c7b-4847-974b-a3985a06e982"], + "b453c5e2-cb66-4387-804d-d61aaedceaf5"], TemplateBox[{ Cell[ TextData["DigitPrecision"]], "paclet:TUG/ref/DigitPrecision", @@ -617,7 +622,7 @@ Cell[BoxData[GridBox[{ "use to set integer digits to change working precision. ", "TableText", ExpressionUUID->"c9850965-ff65-4c76-a8a9-838f04edb11c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "14d25b21-32fe-435c-823b-51f794dae13d"], + "c23de0b0-7187-4fa6-85a6-d927084f435f"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -627,7 +632,7 @@ Cell[BoxData[GridBox[{ "use a solver by an internal investigation.", "TableText",ExpressionUUID-> "ba9acf4c-9395-4599-8527-fcd5bfd9507c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "91296830-f818-4ee0-93b3-1a6910815356"], + "ca7c2a10-d6ec-4e5d-b0aa-cba070fcab51"], TemplateBox[{ Cell[ TextData["SolutionExact"]], "paclet:TUG/ref/SolutionExact", @@ -649,7 +654,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "792db8dc-c8b1-49dd-96f9-3e7dd02658c1"], + "d442b554-bfb0-41ad-b423-823dc475f0bc"], TemplateBox[{ Cell[ TextData["SmallestCardinality"]], "paclet:TUG/ref/SmallestCardinality", @@ -659,7 +664,7 @@ Cell[BoxData[GridBox[{ "use smallest cardinality to select from best coaltions.", "TableText", ExpressionUUID->"52eca9c8-ecd4-478f-a278-ec9ffde428ba"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e66612e9-d6c0-4dff-9aa2-9fc90ddd8ee3"], + "c574f50e-f758-40bd-9eba-5d8a0b624c59"], TemplateBox[{ Cell[ TextData["RationalTol"]], "paclet:TUG/ref/RationalTol", @@ -670,7 +675,7 @@ Cell[BoxData[GridBox[{ "error term used to approximate rational numbers.", "TableText", ExpressionUUID->"e18810da-f08d-4cc6-86d6-29e1408fb06c"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c40dcffc-cb6c-461a-8575-7f80d24b2dbf"], + "b450cc7d-6c37-4040-8501-54568f6fca48"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -903,19 +908,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"35bead93-f09b-4725-9c75-57d765cd747b"], + ExpressionUUID->"aa9566d7-ae61-4253-8bf4-4381f8276fb0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d478d910-441f-4847-b0a7-95a05f1f3766"], + "Spacer1"]],ExpressionUUID->"5fdcea27-2d32-4afc-a6b6-ec11305e8926"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "400a7fc6-4880-4c80-9f53-36c2c39d77e6"] + "775e738e-0fc7-4045-872e-3f94531488e0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1491991997,ExpressionUUID->"105551e8-3f39-4da3-bea3-0344c5782f7d"], + CellID->732584803,ExpressionUUID->"a156eb1d-df78-4647-aab1-e3ce79c60108"], Cell[CellGroupData[{ @@ -944,18 +949,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cedbc14c-d3a8-4e3a-89ad-183a18e33c54"], + ExpressionUUID->"a608814a-9ddb-44dc-819e-6418e1aae68e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cdbd3074-d278-495e-84a8-8e81ffce948d"], + "Spacer1"]],ExpressionUUID->"2409c283-10e6-4e22-b18e-3cdb6adc68dc"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0b5bb280-7653-47db-a833-33b4c2e9be5f"] + "3d0ca83b-91dc-411a-a7f5-e603d707d7f0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->62391269,ExpressionUUID->"3244d36f-6eb4-4fe6-ae25-e57f18227633"], + CellID->1579729070,ExpressionUUID->"9e513e66-87d8-4bd6-be54-58d2c2610ed0"], Cell["Loading the package:", "ExampleText", CellID->633627016,ExpressionUUID->"b9fb1a2d-599d-465d-b5e9-c91f57280d9e"], @@ -1286,8 +1291,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1435,15 +1438,15 @@ Cell[BoxData[GridBox[{ "026ae94c-cf08-494b-b238-8b5df7f238e6"] }], "SeeAlso",ExpressionUUID->"42b22507-c4bf-48c4-9e12-2c2bb58bec80"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f2f2d8c4-64fe-49ab-ab1c-\ -ebe2e14fca24"], + }]], "SeeAlsoSection",ExpressionUUID->"123f158d-ea47-4923-bc61-\ +88054c7af97b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1455,9 +1458,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"72cac9fa-27b0-4082-a52b-41b25a0f813e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0eedbbce-9f1b-4a94-804d-\ -f6f5404171e9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ca1a3427-5fa8-4f7e-ad69-\ +bc49401d73dd"], Cell[BoxData[GridBox[{ { @@ -1474,7 +1476,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "917e5115-cad5-4a66-a9de-acbb52c161fa"]}]}, + "88d70ada-71a6-402a-ba3c-210ec6c3afe6"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1482,10 +1484,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "87d5a6f2-6dba-45b6-8923-7b090a05da45"]}]} + "d10c1997-4129-4c08-88ab-05cabd744716"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c6eac8a1-f2c2-43e3-a0df-\ -2f7e762a0c2a"], + }]], "MoreAboutSection",ExpressionUUID->"8e0121e1-7d53-413c-bd98-\ +73337987b695"], Cell[BoxData[GridBox[{ { @@ -1512,7 +1514,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1c43f82a-59cc-4770-b553-d5f9470593c0"]], "RelatedLinks", + "c7ad5104-3c17-4c5c-8882-7e5327c65144"]], "RelatedLinks", ExpressionUUID->"9b381968-cde3-48cb-a0a5-d2ccc6bb179b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1529,7 +1531,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "aae9c2a5-48f0-48c2-8364-31abe2c02fcf"]], "RelatedLinks", + "00362c61-4792-4513-87d5-1194dab9ebbf"]], "RelatedLinks", ExpressionUUID->"c7d10965-943f-45ea-bb4b-5f93c6887953"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1546,11 +1548,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiculus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8b1b2dd2-d963-4203-bbd6-a607e0835dbb"]], "RelatedLinks", + "cfeb56d0-770e-4081-8f9f-1beda6331f04"]], "RelatedLinks", ExpressionUUID->"362cfe85-bc4e-4fa2-8972-e7e5735d9e6f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"550fa394-edea-4de6-9980-\ -20b7eff43600"], + }]], "RelatedLinksSection",ExpressionUUID->"b80e2eb1-1df3-47f6-9207-\ +d37525306b59"], Cell[CellGroupData[{ @@ -1580,11 +1582,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3d7a0170-ec4e-4f20-8b74-fe1b8df5f4dd"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8db59217-3c56-43e1-9a71-aee4fbd29b29"] +Cell[" ", "FooterCell",ExpressionUUID->"24588687-e663-4828-adc8-99d3ff5c3e07"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ProperModPreKernel", TaggingRules->{ @@ -1595,7 +1597,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 53.616457}", + "built" -> "{2024, 6, 3, 16, 55, 6.852192}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1613,10 +1615,11 @@ starting point payoff or/and the cardinality of the set of lexicographically \ most effective coalitions a further proper modified pre-kernel element can be \ found while setting smallest to largest through SmallestCardinality -> \ False.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ProperModPreKernel", - "titlemodifier" -> "", "windowtitle" -> "ProperModPreKernel", "type" -> - "Symbol", "uri" -> "TUG/ref/ProperModPreKernel"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ProperModPreKernel", "type" -> "Symbol", "uri" -> + "TUG/ref/ProperModPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1625,9 +1628,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"6666afb3-2e15-4e6e-ad9f-e38fefe8c848" +ExpressionUUID->"1d92770d-0dcf-41f1-94ce-f948d61993ae" ] (* End of Notebook Content *) @@ -1635,221 +1638,219 @@ ExpressionUUID->"6666afb3-2e15-4e6e-ad9f-e38fefe8c848" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[33798, 880, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"105551e8-3f39-4da3-bea3-0344c5782f7d", + Cell[33860, 885, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a156eb1d-df78-4647-aab1-e3ce79c60108", CellTags->"PrimaryExamplesSection", - CellID->1491991997]} + CellID->732584803]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 60684, 1636} + {"PrimaryExamplesSection", 60735, 1639} } *) (*NotebookFileOutline Notebook[{ -Cell[590, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"cf1ab283-8c88-4e1c-a54f-fb53bf1c052f", +Cell[590, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"adfdc93d-672f-46e4-82f9-d991c078e170", CellID->1], -Cell[7708, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"31aedaba-51d5-4ffa-8f22-f68d5d96f896"], +Cell[7770, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ee0aab39-1850-49d0-b22c-3696b4ffa73f"], Cell[CellGroupData[{ -Cell[7819, 195, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"5ed00694-f0a1-46b9-88cc-1cb34b2a28f0"], -Cell[9114, 232, 2412, 51, 405, "Usage",ExpressionUUID->"663e2f75-9d55-45fd-a75c-2973d66dda81", +Cell[7881, 200, 1292, 35, 59, "ObjectNameGrid",ExpressionUUID->"43b4eabf-a411-466b-9852-2014d7b2500d"], +Cell[9176, 237, 2412, 51, 402, "Usage",ExpressionUUID->"663e2f75-9d55-45fd-a75c-2973d66dda81", CellID->187313314] }, Open ]], Cell[CellGroupData[{ -Cell[11563, 288, 1895, 47, 37, "NotesSection",ExpressionUUID->"76428b51-d17c-45c1-8588-74ce48bd480e", +Cell[11625, 293, 1895, 47, 37, "NotesSection",ExpressionUUID->"3b86b021-9320-4301-bc33-79f2ed3d717c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1325687132], -Cell[13461, 337, 782, 20, 57, "]]",ExpressionUUID->"ef0e4257-2032-4bee-a32a-13602f100984", + CellID->1925857472], +Cell[13523, 342, 782, 20, 57, "]]",ExpressionUUID->"ef0e4257-2032-4bee-a32a-13602f100984", CellID->313448337], -Cell[14246, 359, 489, 12, 37, "Notes",ExpressionUUID->"106f2cef-e208-4376-9ebb-15331e81eb2d", +Cell[14308, 364, 489, 12, 38, "Notes",ExpressionUUID->"106f2cef-e208-4376-9ebb-15331e81eb2d", CellID->177724765], -Cell[14738, 373, 205, 4, 36, "Notes",ExpressionUUID->"154530cd-56f6-428b-b54a-a7f9484cc961", +Cell[14800, 378, 205, 4, 36, "Notes",ExpressionUUID->"154530cd-56f6-428b-b54a-a7f9484cc961", CellID->1097390424], -Cell[14946, 379, 185, 4, 36, "Notes",ExpressionUUID->"23efd32d-ab11-4f83-b8a7-8b071037a103", +Cell[15008, 384, 185, 4, 36, "Notes",ExpressionUUID->"23efd32d-ab11-4f83-b8a7-8b071037a103", CellID->1462409882], -Cell[15134, 385, 650, 11, 99, "Notes",ExpressionUUID->"0a6764f4-b989-44e8-a255-1c575126f2b3", +Cell[15196, 390, 650, 11, 99, "Notes",ExpressionUUID->"0a6764f4-b989-44e8-a255-1c575126f2b3", CellID->331925752], -Cell[15787, 398, 208, 4, 70, "Notes",ExpressionUUID->"1c3c9500-b034-4260-a936-21c775b42bec", +Cell[15849, 403, 208, 4, 70, "Notes",ExpressionUUID->"1c3c9500-b034-4260-a936-21c775b42bec", CellID->62627780], -Cell[15998, 404, 385, 8, 70, "Notes",ExpressionUUID->"b3361a93-cca2-41e9-947f-c5e58de9bca2", +Cell[16060, 409, 385, 8, 70, "Notes",ExpressionUUID->"b3361a93-cca2-41e9-947f-c5e58de9bca2", CellID->1662870117], -Cell[16386, 414, 296, 5, 70, "Notes",ExpressionUUID->"9870d5ce-51ac-43bd-9f3c-448352997328", +Cell[16448, 419, 296, 5, 70, "Notes",ExpressionUUID->"9870d5ce-51ac-43bd-9f3c-448352997328", CellID->446871068], -Cell[16685, 421, 391, 12, 70, "Notes",ExpressionUUID->"bff27915-658f-4ddb-a77f-6c0aad094ad1", +Cell[16747, 426, 391, 12, 70, "Notes",ExpressionUUID->"bff27915-658f-4ddb-a77f-6c0aad094ad1", CellID->1690633037], -Cell[17079, 435, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"9d6df8a2-e260-4d6a-aa86-4c0d70df7944", +Cell[17141, 440, 904, 18, 70, "2ColumnTableMod",ExpressionUUID->"9d6df8a2-e260-4d6a-aa86-4c0d70df7944", CellID->2025032606], -Cell[17986, 455, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"c15a4c65-1986-486d-94fe-64fbedcc9d03", +Cell[18048, 460, 902, 18, 70, "2ColumnTableMod",ExpressionUUID->"c15a4c65-1986-486d-94fe-64fbedcc9d03", CellID->1463590468], -Cell[18891, 475, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"0e880acb-43ba-4b1d-bd90-a8595ef78931", +Cell[18953, 480, 811, 18, 70, "2ColumnTableMod",ExpressionUUID->"0e880acb-43ba-4b1d-bd90-a8595ef78931", CellID->634259885], -Cell[19705, 495, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"580de140-89d4-4266-907f-c5c0965119c3", +Cell[19767, 500, 833, 18, 70, "2ColumnTableMod",ExpressionUUID->"580de140-89d4-4266-907f-c5c0965119c3", CellID->1468534896], -Cell[20541, 515, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"b028ac69-e99b-4711-95a5-0095f5068130", +Cell[20603, 520, 1010, 19, 70, "2ColumnTableMod",ExpressionUUID->"b028ac69-e99b-4711-95a5-0095f5068130", CellID->1691942019], -Cell[21554, 536, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c6c9a9bd-9a57-40fb-b0a8-707e4fb6b22f", +Cell[21616, 541, 482, 9, 70, "2ColumnTableMod",ExpressionUUID->"c6c9a9bd-9a57-40fb-b0a8-707e4fb6b22f", CellID->628937896], -Cell[22039, 547, 356, 10, 70, "Notes",ExpressionUUID->"5c87039f-430d-46f2-a3b4-1ee374690fdd", +Cell[22101, 552, 356, 10, 70, "Notes",ExpressionUUID->"5c87039f-430d-46f2-a3b4-1ee374690fdd", CellID->17586], -Cell[22398, 559, 267, 4, 70, "Notes",ExpressionUUID->"a942d384-2e4e-4560-919f-7f9ef195cde8", +Cell[22460, 564, 267, 4, 70, "Notes",ExpressionUUID->"a942d384-2e4e-4560-919f-7f9ef195cde8", CellID->13178], -Cell[22668, 565, 1728, 40, 70, "3ColumnTableMod",ExpressionUUID->"61ccd9be-2174-40fb-9256-60fed6dfdfda", +Cell[22730, 570, 1728, 40, 70, "3ColumnTableMod",ExpressionUUID->"61ccd9be-2174-40fb-9256-60fed6dfdfda", CellID->1374443190], -Cell[24399, 607, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"40d7c4df-9a04-4400-96e6-fb4b4604c9a7", +Cell[24461, 612, 1666, 40, 70, "3ColumnTableMod",ExpressionUUID->"40d7c4df-9a04-4400-96e6-fb4b4604c9a7", CellID->1699621045], -Cell[26068, 649, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"e0aadc29-7143-4416-bc89-11e471c6e363", +Cell[26130, 654, 1688, 40, 70, "3ColumnTableMod",ExpressionUUID->"e0aadc29-7143-4416-bc89-11e471c6e363", CellID->11156], -Cell[27759, 691, 502, 14, 70, "Notes",ExpressionUUID->"671a251a-cbc4-4620-982f-c95331515aa4", +Cell[27821, 696, 502, 14, 70, "Notes",ExpressionUUID->"671a251a-cbc4-4620-982f-c95331515aa4", CellID->2104907360], -Cell[28264, 707, 529, 14, 70, "Notes",ExpressionUUID->"be32da93-af9e-4a79-adf3-0766b749e497", +Cell[28326, 712, 529, 14, 70, "Notes",ExpressionUUID->"be32da93-af9e-4a79-adf3-0766b749e497", CellID->402274834], -Cell[28796, 723, 523, 14, 70, "Notes",ExpressionUUID->"7e0d54c0-6531-44d5-975e-ce4d992fdb88", +Cell[28858, 728, 523, 14, 70, "Notes",ExpressionUUID->"7e0d54c0-6531-44d5-975e-ce4d992fdb88", CellID->1192823045], -Cell[29322, 739, 507, 14, 70, "Notes",ExpressionUUID->"e52f9acf-b3a7-43b2-a13a-aa308f059d1e", +Cell[29384, 744, 507, 14, 70, "Notes",ExpressionUUID->"e52f9acf-b3a7-43b2-a13a-aa308f059d1e", CellID->1705760446], -Cell[29832, 755, 806, 25, 70, "Notes",ExpressionUUID->"1677de1e-0f53-480a-a2d2-65937a23207b", +Cell[29894, 760, 806, 25, 70, "Notes",ExpressionUUID->"1677de1e-0f53-480a-a2d2-65937a23207b", CellID->1244267370], -Cell[30641, 782, 952, 26, 70, "Notes",ExpressionUUID->"840f7bae-88ed-486f-96b6-26c593d2b638", +Cell[30703, 787, 952, 26, 70, "Notes",ExpressionUUID->"840f7bae-88ed-486f-96b6-26c593d2b638", CellID->821313100], -Cell[31596, 810, 501, 14, 70, "Notes",ExpressionUUID->"8cf25f11-0091-45cf-8a27-e64dad3fea57", +Cell[31658, 815, 501, 14, 70, "Notes",ExpressionUUID->"8cf25f11-0091-45cf-8a27-e64dad3fea57", CellID->263694690], -Cell[32100, 826, 528, 14, 70, "Notes",ExpressionUUID->"16d12325-bc19-40b3-9fa4-d92eb2a4e6f1", +Cell[32162, 831, 528, 14, 70, "Notes",ExpressionUUID->"16d12325-bc19-40b3-9fa4-d92eb2a4e6f1", CellID->2041037989], -Cell[32631, 842, 571, 17, 70, "Notes",ExpressionUUID->"89b8adcc-07d1-4a30-bb4f-943bb71a130e", +Cell[32693, 847, 571, 17, 70, "Notes",ExpressionUUID->"89b8adcc-07d1-4a30-bb4f-943bb71a130e", CellID->900904482], -Cell[33205, 861, 466, 13, 70, "Notes",ExpressionUUID->"898a98cb-18df-4661-bd20-b26ce7ec281c", +Cell[33267, 866, 466, 13, 70, "Notes",ExpressionUUID->"898a98cb-18df-4661-bd20-b26ce7ec281c", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[33798, 880, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"105551e8-3f39-4da3-bea3-0344c5782f7d", +Cell[33860, 885, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"a156eb1d-df78-4647-aab1-e3ce79c60108", CellTags->"PrimaryExamplesSection", - CellID->1491991997], + CellID->732584803], Cell[CellGroupData[{ -Cell[35244, 921, 1397, 36, 70, "ExampleSection",ExpressionUUID->"3244d36f-6eb4-4fe6-ae25-e57f18227633", - CellID->62391269], -Cell[36644, 959, 118, 1, 70, "ExampleText",ExpressionUUID->"b9fb1a2d-599d-465d-b5e9-c91f57280d9e", +Cell[35305, 926, 1399, 36, 70, "ExampleSection",ExpressionUUID->"9e513e66-87d8-4bd6-be54-58d2c2610ed0", + CellID->1579729070], +Cell[36707, 964, 118, 1, 70, "ExampleText",ExpressionUUID->"b9fb1a2d-599d-465d-b5e9-c91f57280d9e", CellID->633627016], Cell[CellGroupData[{ -Cell[36787, 964, 167, 3, 70, "Input",ExpressionUUID->"b6eb049e-fec5-4dd1-9d31-5d3ad673a523", +Cell[36850, 969, 167, 3, 70, "Input",ExpressionUUID->"b6eb049e-fec5-4dd1-9d31-5d3ad673a523", CellID->418125659], Cell[CellGroupData[{ -Cell[36979, 971, 236, 4, 70, "Print",ExpressionUUID->"6fd50f9a-a688-4517-ba25-aeb7189f8188", +Cell[37042, 976, 236, 4, 70, "Print",ExpressionUUID->"6fd50f9a-a688-4517-ba25-aeb7189f8188", CellID->1329279769], -Cell[37218, 977, 364, 8, 70, "Print",ExpressionUUID->"9f792a3d-b60f-40b6-a7af-da9d414a5201", +Cell[37281, 982, 364, 8, 70, "Print",ExpressionUUID->"9f792a3d-b60f-40b6-a7af-da9d414a5201", CellID->261527891], -Cell[37585, 987, 236, 4, 70, "Print",ExpressionUUID->"bb0b39c9-2d10-428e-98f6-4787b88ff812", +Cell[37648, 992, 236, 4, 70, "Print",ExpressionUUID->"bb0b39c9-2d10-428e-98f6-4787b88ff812", CellID->1194270120], -Cell[37824, 993, 220, 3, 70, "Print",ExpressionUUID->"1f696270-d201-4efe-8b9e-5614e8cd9b69", +Cell[37887, 998, 220, 3, 70, "Print",ExpressionUUID->"1f696270-d201-4efe-8b9e-5614e8cd9b69", CellID->2041842487], -Cell[38047, 998, 207, 3, 70, "Print",ExpressionUUID->"a47307f3-1541-4084-a431-e1b5d1500512", +Cell[38110, 1003, 207, 3, 70, "Print",ExpressionUUID->"a47307f3-1541-4084-a431-e1b5d1500512", CellID->2109190975], -Cell[38257, 1003, 237, 4, 70, "Print",ExpressionUUID->"ee6810b7-f2a3-4333-ba09-999d335b8e42", +Cell[38320, 1008, 237, 4, 70, "Print",ExpressionUUID->"ee6810b7-f2a3-4333-ba09-999d335b8e42", CellID->1205398413], -Cell[38497, 1009, 219, 3, 70, "Print",ExpressionUUID->"70c747f2-8e0e-40f0-a27d-1b39ef7f754e", +Cell[38560, 1014, 219, 3, 70, "Print",ExpressionUUID->"70c747f2-8e0e-40f0-a27d-1b39ef7f754e", CellID->319895324], -Cell[38719, 1014, 236, 4, 70, "Print",ExpressionUUID->"0b44705d-6ba3-4a0f-8667-c566e4c749f0", +Cell[38782, 1019, 236, 4, 70, "Print",ExpressionUUID->"0b44705d-6ba3-4a0f-8667-c566e4c749f0", CellID->2142203747], -Cell[38958, 1020, 236, 4, 70, "Print",ExpressionUUID->"777f5bf3-0ec7-4d0e-b236-ca3fadceb260", +Cell[39021, 1025, 236, 4, 70, "Print",ExpressionUUID->"777f5bf3-0ec7-4d0e-b236-ca3fadceb260", CellID->1612290927], -Cell[39197, 1026, 207, 3, 70, "Print",ExpressionUUID->"010594ca-22f0-42f9-8606-4460e3fd7f3b", +Cell[39260, 1031, 207, 3, 70, "Print",ExpressionUUID->"010594ca-22f0-42f9-8606-4460e3fd7f3b", CellID->1843963517], -Cell[39407, 1031, 235, 4, 70, "Print",ExpressionUUID->"92f5bd15-2b79-4365-9c25-ed5aec871265", +Cell[39470, 1036, 235, 4, 70, "Print",ExpressionUUID->"92f5bd15-2b79-4365-9c25-ed5aec871265", CellID->961080035] }, Open ]] }, Open ]], -Cell[39669, 1039, 137, 1, 70, "ExampleText",ExpressionUUID->"d327f3fe-89c7-49c5-b74c-99d8ca4f8312", +Cell[39732, 1044, 137, 1, 70, "ExampleText",ExpressionUUID->"d327f3fe-89c7-49c5-b74c-99d8ca4f8312", CellID->1125994612], -Cell[39809, 1042, 234, 6, 70, "Input",ExpressionUUID->"21b90bdd-0152-4200-8de6-8e773b172572", +Cell[39872, 1047, 234, 6, 70, "Input",ExpressionUUID->"21b90bdd-0152-4200-8de6-8e773b172572", CellID->965552768], -Cell[40046, 1050, 381, 9, 70, "Input",ExpressionUUID->"c91b7224-e492-494c-ada5-480040354a43", +Cell[40109, 1055, 381, 9, 70, "Input",ExpressionUUID->"c91b7224-e492-494c-ada5-480040354a43", CellID->1176544871], -Cell[40430, 1061, 238, 6, 70, "Input",ExpressionUUID->"d36c7c9c-7953-4118-a025-043f46415216", +Cell[40493, 1066, 238, 6, 70, "Input",ExpressionUUID->"d36c7c9c-7953-4118-a025-043f46415216", CellID->1188622392], -Cell[40671, 1069, 191, 4, 70, "ExampleText",ExpressionUUID->"870aab70-d49b-41b4-b9a1-ada3bad83247", +Cell[40734, 1074, 191, 4, 70, "ExampleText",ExpressionUUID->"870aab70-d49b-41b4-b9a1-ada3bad83247", CellID->1519443699], Cell[CellGroupData[{ -Cell[40887, 1077, 175, 3, 70, "Input",ExpressionUUID->"9033fa0e-747d-4471-b35d-5c6de7101aab", +Cell[40950, 1082, 175, 3, 70, "Input",ExpressionUUID->"9033fa0e-747d-4471-b35d-5c6de7101aab", CellID->691931340], -Cell[41065, 1082, 713, 15, 95, "Output",ExpressionUUID->"a84c65d5-9399-4168-9416-31527e7ff024", +Cell[41128, 1087, 713, 15, 95, "Output",ExpressionUUID->"a84c65d5-9399-4168-9416-31527e7ff024", CellID->173197638] }, Open ]], -Cell[41793, 1100, 148, 1, 70, "ExampleText",ExpressionUUID->"d2963c6e-7fd8-437a-b969-4032d6dd36e1", +Cell[41856, 1105, 148, 1, 70, "ExampleText",ExpressionUUID->"d2963c6e-7fd8-437a-b969-4032d6dd36e1", CellID->717492450], Cell[CellGroupData[{ -Cell[41966, 1105, 202, 4, 70, "Input",ExpressionUUID->"99297e3b-529a-41b2-b433-46ee04bbe004", +Cell[42029, 1110, 202, 4, 70, "Input",ExpressionUUID->"99297e3b-529a-41b2-b433-46ee04bbe004", CellID->1032254313], -Cell[42171, 1111, 313, 9, 51, "Output",ExpressionUUID->"18a66296-0ff5-4646-9699-7779379fb5c5", +Cell[42234, 1116, 313, 9, 50, "Output",ExpressionUUID->"18a66296-0ff5-4646-9699-7779379fb5c5", CellID->1999423255] }, Open ]], -Cell[42499, 1123, 195, 4, 70, "ExampleText",ExpressionUUID->"785f2a7f-ba7d-499c-8c21-cc89b3728035", +Cell[42562, 1128, 195, 4, 70, "ExampleText",ExpressionUUID->"785f2a7f-ba7d-499c-8c21-cc89b3728035", CellID->896423746], Cell[CellGroupData[{ -Cell[42719, 1131, 204, 4, 70, "Input",ExpressionUUID->"6c972991-9364-4371-a09c-eb1009356faf", +Cell[42782, 1136, 204, 4, 70, "Input",ExpressionUUID->"6c972991-9364-4371-a09c-eb1009356faf", CellID->359376232], -Cell[42926, 1137, 181, 4, 36, "Output",ExpressionUUID->"bbbb10ee-7c56-4cb9-9b9b-6e4157beacf3", +Cell[42989, 1142, 181, 4, 36, "Output",ExpressionUUID->"bbbb10ee-7c56-4cb9-9b9b-6e4157beacf3", CellID->1729361488] }, Open ]], -Cell[43122, 1144, 160, 2, 70, "ExampleText",ExpressionUUID->"33d5d290-30ac-44ad-98ab-8e37d70c76f6", +Cell[43185, 1149, 160, 2, 70, "ExampleText",ExpressionUUID->"33d5d290-30ac-44ad-98ab-8e37d70c76f6", CellID->1015291238], Cell[CellGroupData[{ -Cell[43307, 1150, 190, 4, 70, "Input",ExpressionUUID->"962eacdc-3636-4ecd-a869-2fd5b59d665a", +Cell[43370, 1155, 190, 4, 70, "Input",ExpressionUUID->"962eacdc-3636-4ecd-a869-2fd5b59d665a", CellID->885368387], -Cell[43500, 1156, 312, 9, 51, "Output",ExpressionUUID->"6bd825b5-30ef-4371-9f64-5ee10de05607", +Cell[43563, 1161, 312, 9, 50, "Output",ExpressionUUID->"6bd825b5-30ef-4371-9f64-5ee10de05607", CellID->824828777] }, Open ]], -Cell[43827, 1168, 228, 4, 70, "ExampleText",ExpressionUUID->"2272ddf2-c1cf-4c31-b96b-ebe8623faed4", +Cell[43890, 1173, 228, 4, 70, "ExampleText",ExpressionUUID->"2272ddf2-c1cf-4c31-b96b-ebe8623faed4", CellID->1564062990], Cell[CellGroupData[{ -Cell[44080, 1176, 200, 4, 70, "Input",ExpressionUUID->"4842acfa-4ee6-40af-8c3f-a229d55e3663", +Cell[44143, 1181, 200, 4, 70, "Input",ExpressionUUID->"4842acfa-4ee6-40af-8c3f-a229d55e3663", CellID->855235629], -Cell[44283, 1182, 312, 9, 51, "Output",ExpressionUUID->"ec50b900-eb8f-4dae-a9b7-58858734ac6f", +Cell[44346, 1187, 312, 9, 50, "Output",ExpressionUUID->"ec50b900-eb8f-4dae-a9b7-58858734ac6f", CellID->495592668] }, Open ]], -Cell[44610, 1194, 221, 4, 70, "ExampleText",ExpressionUUID->"a77c0250-ebbf-43e8-ba81-384dc018048e", +Cell[44673, 1199, 221, 4, 70, "ExampleText",ExpressionUUID->"a77c0250-ebbf-43e8-ba81-384dc018048e", CellID->487374810], -Cell[44834, 1200, 314, 9, 70, "Input",ExpressionUUID->"ec0220d8-2fc0-4794-b48f-a112ca35be4e", +Cell[44897, 1205, 314, 9, 70, "Input",ExpressionUUID->"ec0220d8-2fc0-4794-b48f-a112ca35be4e", CellID->1072732169], Cell[CellGroupData[{ -Cell[45173, 1213, 229, 5, 70, "Input",ExpressionUUID->"e0991c55-7c1e-4d0b-8aad-f38088eaff7a", +Cell[45236, 1218, 229, 5, 70, "Input",ExpressionUUID->"e0991c55-7c1e-4d0b-8aad-f38088eaff7a", CellID->412182742], -Cell[45405, 1220, 314, 9, 51, "Output",ExpressionUUID->"7726c047-2b3a-4ae4-8154-1b97ecd94ca8", +Cell[45468, 1225, 314, 9, 50, "Output",ExpressionUUID->"7726c047-2b3a-4ae4-8154-1b97ecd94ca8", CellID->2114182684] }, Open ]], Cell[CellGroupData[{ -Cell[45756, 1234, 290, 6, 70, "Input",ExpressionUUID->"1d385f65-0a36-4723-9802-41addc527c18", +Cell[45819, 1239, 290, 6, 70, "Input",ExpressionUUID->"1d385f65-0a36-4723-9802-41addc527c18", CellID->1213396555], -Cell[46049, 1242, 313, 9, 51, "Output",ExpressionUUID->"2fb4f12e-4dc7-450e-8851-5a8492c95bb3", +Cell[46112, 1247, 313, 9, 50, "Output",ExpressionUUID->"2fb4f12e-4dc7-450e-8851-5a8492c95bb3", CellID->807917825] }, Open ]], -Cell[46377, 1254, 232, 4, 70, "ExampleText",ExpressionUUID->"eae7400f-7f44-43ef-b5cd-02d343d61572", +Cell[46440, 1259, 232, 4, 70, "ExampleText",ExpressionUUID->"eae7400f-7f44-43ef-b5cd-02d343d61572", CellID->369932155], Cell[CellGroupData[{ -Cell[46634, 1262, 259, 6, 70, "Input",ExpressionUUID->"60df0ea9-adfe-4bdc-99f7-93e9b1c17603", +Cell[46697, 1267, 259, 6, 70, "Input",ExpressionUUID->"60df0ea9-adfe-4bdc-99f7-93e9b1c17603", CellID->1655588760], -Cell[46896, 1270, 314, 9, 51, "Output",ExpressionUUID->"9858eb20-75e6-43d9-a362-d46ec58b4e9f", +Cell[46959, 1275, 314, 9, 50, "Output",ExpressionUUID->"9858eb20-75e6-43d9-a362-d46ec58b4e9f", CellID->1292514742] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[47515, 1293, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"123f158d-ea47-4923-bc61-88054c7af97b"], +Cell[52981, 1443, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ca1a3427-5fa8-4f7e-ad69-bc49401d73dd"], +Cell[53654, 1463, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8e0121e1-7d53-413c-bd98-73337987b695"], +Cell[54690, 1491, 2220, 63, 70, "RelatedLinksSection",ExpressionUUID->"b80e2eb1-1df3-47f6-9207-d37525306b59"], Cell[CellGroupData[{ -Cell[47474, 1290, 5463, 148, 70, "SeeAlsoSection",ExpressionUUID->"f2f2d8c4-64fe-49ab-ab1c-ebe2e14fca24"], -Cell[52940, 1440, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0eedbbce-9f1b-4a94-804d-f6f5404171e9"] -}, Open ]], -Cell[53625, 1461, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c6eac8a1-f2c2-43e3-a0df-2f7e762a0c2a"], -Cell[54661, 1489, 2220, 63, 70, "RelatedLinksSection",ExpressionUUID->"550fa394-edea-4de6-9980-20b7eff43600"], -Cell[CellGroupData[{ -Cell[56906, 1556, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"55438a0d-14bb-4238-9783-212b07ccc9d1", +Cell[56935, 1558, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"55438a0d-14bb-4238-9783-212b07ccc9d1", CellID->906383680], -Cell[57046, 1559, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f93acb1a-fe3e-4785-9c6b-ecba587561ba", +Cell[57075, 1561, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f93acb1a-fe3e-4785-9c6b-ecba587561ba", CellID->1194386356], -Cell[57268, 1565, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"617d3dbf-e8f6-4a3d-9828-8531716cff7d", +Cell[57297, 1567, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"617d3dbf-e8f6-4a3d-9828-8531716cff7d", CellID->1641706272], -Cell[57483, 1570, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"baa3eb70-0ee1-4bb9-a7c3-b231b49e6faf", +Cell[57512, 1572, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"baa3eb70-0ee1-4bb9-a7c3-b231b49e6faf", CellID->399251956], -Cell[57712, 1576, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d7a0170-ec4e-4f20-8b74-fe1b8df5f4dd", +Cell[57741, 1578, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d7a0170-ec4e-4f20-8b74-fe1b8df5f4dd", CellID->821434655] }, Open ]], -Cell[57949, 1582, 78, 0, 70, "FooterCell",ExpressionUUID->"8db59217-3c56-43e1-9a71-aee4fbd29b29"] +Cell[57978, 1584, 78, 0, 70, "FooterCell",ExpressionUUID->"24588687-e663-4828-adc8-99d3ff5c3e07"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PseudoInv.nb b/Documentation/English/ReferencePages/Symbols/PseudoInv.nb index 32ce6f1..5e282a2 100644 --- a/Documentation/English/ReferencePages/Symbols/PseudoInv.nb +++ b/Documentation/English/ReferencePages/Symbols/PseudoInv.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40170, 1038] -NotebookOptionsPosition[ 32274, 882] -NotebookOutlinePosition[ 34375, 936] -CellTagsIndexPosition[ 34290, 931] +NotebookDataLength[ 40164, 1037] +NotebookOptionsPosition[ 32285, 883] +NotebookOutlinePosition[ 34402, 937] +CellTagsIndexPosition[ 34317, 932] WindowTitle->PseudoInv WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "15deaf01-c4aa-46a1-a41a-2879dbebd125"], + "02ddef05-95fd-43bb-94a5-e4534d0ef339"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "0437349e-6d5f-4729-9941-6bd732e287f2"], + "401b1c25-97e3-4ff4-b1cf-4d3ee9d5f25b"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "de17fd45-fd79-463f-816c-f67d45bdbe29"] - }],ExpressionUUID->"b3492cd8-c464-425d-a76f-0800a7aa5501"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "1f48a18a-5c4e-4072-abf0-482c4341ecbf"] + }],ExpressionUUID->"dd9c9d84-c89f-41b3-9eea-f126050f6e4d"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5adb73f-c52f-47ec-8de9-7eec38f36804"], + "772bf316-3865-4a34-a5bc-cda7fa1e9491"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "70d45387-aaf1-4968-b1f9-08c99f859549"] - }],ExpressionUUID->"3883db3e-2afa-4aff-8729-ca5b4435bc5e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f8962918-8f23-4573-b1cd-a0c712871b55"] + }],ExpressionUUID->"561adaa3-9bf1-4920-b7e7-5b24c54e2a9a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "45ed68c0-4360-47c8-9f5b-21307dd1368f"], + "913588c9-3be2-4e8d-8f09-b4a963ba19cd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b099a5f0-4563-4498-af3a-66e26bc3f79d"] - }],ExpressionUUID->"f8d36b1e-c9ac-49eb-9531-eea43bc93783"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "279a1211-0a03-4612-b66b-460851ac1359"] + }],ExpressionUUID->"fcfe8165-5d78-443e-b461-eb4fbd81ed49"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6ead577-8e18-405d-893d-efc3270b5366"], + "1152fd47-ba68-4b0e-8969-57c3f80995e2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "322eb480-579b-4dfb-bca2-8255f7c7267f"] - }],ExpressionUUID->"33624611-6877-48ba-b0fc-ae2caed56f96"], - StripOnInput->False], {"\<\"TUG/ref/PseudoInv\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PseudoInv"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PseudoInv.\ + "0df888d6-1451-4e24-8a53-a488eeaa9ad9"] + }],ExpressionUUID->"bfb0e1eb-2184-44b5-aa21-828b86ed1776"], + StripOnInput->False],{ + "\"TUG/ref/PseudoInv\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PseudoInv"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PseudoInv.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$161529], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PseudoInv" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$174970], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PseudoInv" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "52a0f71d-0b0b-4ec9-ae4c-2c8e733c00da"] + "7b74d945-0362-4af1-b22b-9038d9446c9d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "10bd5ab7-46d4-4432-9a77-8152401012e2"]} + "f95c03d6-c753-404e-9ec3-d295d64d7a49"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f8ae7b25-e11c-470c-a1d6-3cf9938e8cdb"], + CellID->1,ExpressionUUID->"c22dae08-bde2-404d-b2bc-2d03c40644f8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"bfbb585d-dd55-484d-a3cf-028066a4cebb"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"df9f3ef7-3292-4707-89fa-c62ff1c6f909"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PseudoInv", "ObjectName",ExpressionUUID-> - "7614130d-adf8-449d-922e-d36f11b8aadb"], + "90efe47f-37a0-430f-8ed9-ae7194f6e898"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"47a7bc84-2c04-4f86-b3be-3ec8ac0d078a"], + "Spacer1"]],ExpressionUUID->"a9b635c8-e320-44b9-8c47-8353ef8f983a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "096cfd36-2159-4ce9-b149-080bcd6b4fd1"] - }],ExpressionUUID->"8b235a1b-abc8-4790-b602-fb43237a0051"], Cell[BoxData[ + "53d12a72-9038-4c0d-ba5f-7f4a4843b2e7"] + }],ExpressionUUID->"56ec270e-3c1f-45de-a3d7-312c1e5eb450"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d176ae5a-c541-436a-bc6a-efe804e228b6"]} + "027c4470-2bc1-490a-ba8b-0fb908dc6a0e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"77276480-a87e-4091-a909-6c48ff2b2e42"], + CacheGraphics->False,ExpressionUUID->"969c5def-5c93-476b-a13c-71ef9aa37c65"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "6017b616-3251-4b50-a3c3-032af43643dc"], "\[LineSeparator]s an option for various package functions to invoke the \ pseudo-inverse for determining a pre-kernel element." - }],ExpressionUUID->"60170c5c-574f-492d-aa5a-ffbe5c46f1cd"]} + }],ExpressionUUID->"f4e968ed-ce2c-44ac-a1cd-48e7b3100a7e"]} }]], "Usage", CellID->122906231,ExpressionUUID->"6dbec06e-21a7-41fa-a444-6f1e30db7d99"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3286b80d-1016-4d6f-8368-9def98c4a7c1"], + ExpressionUUID->"1722473e-721a-4f48-916f-632c53ca76b1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0c178f0-fb6a-46bb-ba2f-fd8b7ef91887"], + "Spacer1"]],ExpressionUUID->"550957d1-1af1-42bf-a9bd-ce06094b096c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"565e6f98-35b9-4f6c-8ac9-d70325d15b93"], + }], "NotesFrameText",ExpressionUUID->"a6d37f9a-653f-4861-b4e7-d812d6f66581"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"10422d98-617c-4ccb-ac60-957fb2cbc5b2"]], \ + "Preemptive"]],ExpressionUUID->"970960a4-46b0-446a-b96c-0cc9e845bf4e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->152214290,ExpressionUUID->"1fd2425d-5c9b-4fd7-9b54-64b71bd0fc56"], + CellID->1761657248,ExpressionUUID->"c656148b-3b3c-4cac-a76d-4d2feaf37cb3"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +343,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ea1ffa0f-6f68-4b7f-9b5c-a4dda3d80552"], + ExpressionUUID->"24074061-ebe0-4919-a231-df1f99fc3db3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"02140345-ff8a-40ea-ab8b-23d58ffe9cf0"], + "Spacer1"]],ExpressionUUID->"1c46185f-d6fb-43f5-a8eb-826549fca0e8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e10ab4d1-8723-4a64-9941-505a68880a36"] + "73ccb8cd-8258-41bd-8be1-9adc97d55b28"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2093697238,ExpressionUUID->"833a922a-cc46-4ac9-a050-e26819e71f6a"], + CellID->503381106,ExpressionUUID->"7de571c5-777b-4318-a89c-6cda428d4daf"], Cell[CellGroupData[{ @@ -380,18 +384,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2c28bb3e-ef9f-49f5-adf8-78b2f0fec382"], + ExpressionUUID->"03dfd53d-8b19-4dfb-bbe5-b6cc5e8da3b5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c3f2bcd8-68a8-41fd-8ffa-7e72a07c614f"], + "Spacer1"]],ExpressionUUID->"a577c1c7-cd86-42b6-8110-b4ba66bb4c27"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "749b7998-ac45-44a1-99b9-5ccd8794dfef"] + "affcf040-60b0-4dd8-af37-cf6bf9528c09"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1257445368,ExpressionUUID->"950f1df2-3b8d-4487-a1f7-1c333a5b57d0"], + CellID->1871708503,ExpressionUUID->"f6f5cb9c-1bf2-4b9c-8177-9db853378290"], Cell["Loading the package:", "ExampleText", CellID->897873734,ExpressionUUID->"4b619a65-9b7b-459d-b00f-d8a5cca34b92"], @@ -584,8 +588,6 @@ Cell["The results are identical, but the timing is different.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -733,15 +735,15 @@ Cell[BoxData[GridBox[{ "afc2b5b5-3bd1-4877-bf9b-a1263e96650b"] }], "SeeAlso",ExpressionUUID->"7ffd9dee-6b91-4ebf-ab06-bb80e50ea094"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ad34be05-79b2-4ec9-82be-\ -7e2a3e34a595"], + }]], "SeeAlsoSection",ExpressionUUID->"af41ea9a-15aa-4ebf-a730-\ +e08b878d045e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -753,9 +755,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"67bda421-1d63-4a94-a2d9-9d93f96430eb"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"647a1b54-3691-4f58-8656-\ -a09b28c8f628"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"38fc9a9f-2ea0-4e56-9bab-\ +96d188574632"], Cell[BoxData[GridBox[{ { @@ -772,7 +773,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "08795e58-0280-4f47-aa95-0128cd68f2f0"]}]}, + "2aef9e77-19ac-4985-8e24-e921e9d064a5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -780,10 +781,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ea3c158e-c56a-4647-af7a-5ec9ddfea15c"]}]} + "f4b29cd6-eb8f-48af-8cf7-afff57f2f67d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ef829a86-5d36-4dc2-a394-\ -fbb7c6d07b96"], + }]], "MoreAboutSection",ExpressionUUID->"945589c0-fb69-47f4-a365-\ +eab3c2f04fb8"], Cell[BoxData[GridBox[{ { @@ -810,7 +811,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9995a1e0-5c93-41c5-8953-c2f69f6babbd"]], "RelatedLinks", + "4bcf150f-0edc-4b85-8d28-42af91ca0bdf"]], "RelatedLinks", ExpressionUUID->"d155c186-7968-422c-bbf9-b7530bea32b9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -827,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b26fb76d-a806-4222-8022-c4805b7d00b7"]], "RelatedLinks", + "c873142e-58f5-4cf1-a54f-625a041498ad"]], "RelatedLinks", ExpressionUUID->"2d84cb7f-269a-4dbb-a40e-be76434778eb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -844,11 +845,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9381a093-15e3-4f40-ba74-b72fa600260a"]], "RelatedLinks", + "54193a4c-555e-4274-af82-232db06f536e"]], "RelatedLinks", ExpressionUUID->"d9317080-5bb2-4c02-acfb-a7fcf23b20ad"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e361e4d3-1a2e-42a2-80ef-\ -ec8b1a18f574"], + }]], "RelatedLinksSection",ExpressionUUID->"03b164ec-30ec-4cc8-ab24-\ +096211f9cfa1"], Cell[CellGroupData[{ @@ -878,11 +879,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a344c1bd-79ac-4cd8-8213-805589471057"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"537f6c5d-0bb1-4eb3-a494-82144d491b4e"] +Cell[" ", "FooterCell",ExpressionUUID->"b756535f-4844-4db0-858c-98e894385b03"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PseudoInv", TaggingRules->{ @@ -893,7 +894,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 55.274899}", + "built" -> "{2024, 6, 3, 16, 55, 7.773382}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -901,10 +902,10 @@ TaggingRules->{ "PseudoInv s an option for various package functions to invoke the \ pseudo-inverse for determining a pre-kernel element.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "PseudoInv", "titlemodifier" -> "", - "windowtitle" -> "PseudoInv", "type" -> "Symbol", "uri" -> - "TUG/ref/PseudoInv"}}, + "metadescription" -> "", "windowtitle" -> "PseudoInv", "type" -> "Symbol", + "uri" -> "TUG/ref/PseudoInv"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -913,9 +914,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f8d99e78-cb3c-471b-83e2-7eb6c63ef518" +ExpressionUUID->"4efd0f74-656b-49fc-a26d-1ba64a1ae6b0" ] (* End of Notebook Content *) @@ -923,123 +924,121 @@ ExpressionUUID->"f8d99e78-cb3c-471b-83e2-7eb6c63ef518" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12258, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"833a922a-cc46-4ac9-a050-e26819e71f6a", + Cell[12304, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7de571c5-777b-4318-a89c-6cda428d4daf", CellTags->"PrimaryExamplesSection", - CellID->2093697238]} + CellID->503381106]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34089, 924} + {"PrimaryExamplesSection", 34117, 925} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7090, 168, 56, "AnchorBarGrid",ExpressionUUID->"f8ae7b25-e11c-470c-a1d6-3cf9938e8cdb", +Cell[581, 21, 7135, 172, 57, "AnchorBarGrid",ExpressionUUID->"c22dae08-bde2-404d-b2bc-2d03c40644f8", CellID->1], -Cell[7674, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"bfbb585d-dd55-484d-a3cf-028066a4cebb"], +Cell[7719, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"df9f3ef7-3292-4707-89fa-c62ff1c6f909"], Cell[CellGroupData[{ -Cell[7785, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"77276480-a87e-4091-a909-6c48ff2b2e42"], -Cell[9071, 232, 484, 9, 111, "Usage",ExpressionUUID->"6dbec06e-21a7-41fa-a444-6f1e30db7d99", +Cell[7830, 199, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"969c5def-5c93-476b-a13c-71ef9aa37c65"], +Cell[9116, 236, 484, 9, 109, "Usage",ExpressionUUID->"6dbec06e-21a7-41fa-a444-6f1e30db7d99", CellID->122906231] }, Open ]], Cell[CellGroupData[{ -Cell[9592, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"1fd2425d-5c9b-4fd7-9b54-64b71bd0fc56", +Cell[9637, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"c656148b-3b3c-4cac-a76d-4d2feaf37cb3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->152214290], -Cell[11489, 295, 489, 12, 37, "Notes",ExpressionUUID->"033c7005-fd15-45d1-826d-76ff1b42ed66", + CellID->1761657248], +Cell[11535, 299, 489, 12, 38, "Notes",ExpressionUUID->"033c7005-fd15-45d1-826d-76ff1b42ed66", CellID->177724765], -Cell[11981, 309, 150, 1, 36, "Notes",ExpressionUUID->"d01f59ea-70f2-4156-9ea4-e2372968f1c2", +Cell[12027, 313, 150, 1, 36, "Notes",ExpressionUUID->"d01f59ea-70f2-4156-9ea4-e2372968f1c2", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12258, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"833a922a-cc46-4ac9-a050-e26819e71f6a", +Cell[12304, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7de571c5-777b-4318-a89c-6cda428d4daf", CellTags->"PrimaryExamplesSection", - CellID->2093697238], + CellID->503381106], Cell[CellGroupData[{ -Cell[13704, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"950f1df2-3b8d-4487-a1f7-1c333a5b57d0", - CellID->1257445368], -Cell[15106, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"4b619a65-9b7b-459d-b00f-d8a5cca34b92", +Cell[13749, 361, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f6f5cb9c-1bf2-4b9c-8177-9db853378290", + CellID->1871708503], +Cell[15151, 399, 118, 1, 39, "ExampleText",ExpressionUUID->"4b619a65-9b7b-459d-b00f-d8a5cca34b92", CellID->897873734], Cell[CellGroupData[{ -Cell[15249, 400, 167, 3, 27, "Input",ExpressionUUID->"e7783c63-61ec-4195-a19a-1f31a7b66492", +Cell[15294, 404, 167, 3, 27, "Input",ExpressionUUID->"e7783c63-61ec-4195-a19a-1f31a7b66492", CellID->930321140], Cell[CellGroupData[{ -Cell[15441, 407, 235, 4, 23, "Print",ExpressionUUID->"d330f63c-84cb-42ee-b385-6e7eccf3d9e0", +Cell[15486, 411, 235, 4, 23, "Print",ExpressionUUID->"d330f63c-84cb-42ee-b385-6e7eccf3d9e0", CellID->264818726], -Cell[15679, 413, 364, 8, 23, "Print",ExpressionUUID->"7b8bddaf-9d49-44d0-a047-87196edf460f", +Cell[15724, 417, 364, 8, 23, "Print",ExpressionUUID->"7b8bddaf-9d49-44d0-a047-87196edf460f", CellID->901898115], -Cell[16046, 423, 235, 4, 23, "Print",ExpressionUUID->"34a223ce-deca-494d-a40c-b6b36a3430cb", +Cell[16091, 427, 235, 4, 23, "Print",ExpressionUUID->"34a223ce-deca-494d-a40c-b6b36a3430cb", CellID->286792618], -Cell[16284, 429, 220, 3, 23, "Print",ExpressionUUID->"a9f8c275-5415-492a-91d0-bc9e4e05b773", +Cell[16329, 433, 220, 3, 23, "Print",ExpressionUUID->"a9f8c275-5415-492a-91d0-bc9e4e05b773", CellID->1006491009], -Cell[16507, 434, 206, 3, 23, "Print",ExpressionUUID->"3cbe9cf6-4d71-4713-bb28-2e29782cacb9", +Cell[16552, 438, 206, 3, 23, "Print",ExpressionUUID->"3cbe9cf6-4d71-4713-bb28-2e29782cacb9", CellID->238783218], -Cell[16716, 439, 237, 4, 23, "Print",ExpressionUUID->"f88a60e3-d5bb-4b65-bca9-1e568a7a4e09", +Cell[16761, 443, 237, 4, 23, "Print",ExpressionUUID->"f88a60e3-d5bb-4b65-bca9-1e568a7a4e09", CellID->1961211563], -Cell[16956, 445, 220, 3, 23, "Print",ExpressionUUID->"19b9a22b-e8a0-45ce-aebf-45884316432d", +Cell[17001, 449, 220, 3, 23, "Print",ExpressionUUID->"19b9a22b-e8a0-45ce-aebf-45884316432d", CellID->1515603888], -Cell[17179, 450, 236, 4, 23, "Print",ExpressionUUID->"4d54d3e9-fc54-42f1-8788-7587e3982549", +Cell[17224, 454, 236, 4, 23, "Print",ExpressionUUID->"4d54d3e9-fc54-42f1-8788-7587e3982549", CellID->1990656710], -Cell[17418, 456, 236, 4, 23, "Print",ExpressionUUID->"a782d7d1-7b2b-432e-be00-25c97b26a192", +Cell[17463, 460, 236, 4, 23, "Print",ExpressionUUID->"a782d7d1-7b2b-432e-be00-25c97b26a192", CellID->1089325443], -Cell[17657, 462, 207, 3, 23, "Print",ExpressionUUID->"55d7c42f-fc20-4596-8a16-bd4631d2ade8", +Cell[17702, 466, 207, 3, 23, "Print",ExpressionUUID->"55d7c42f-fc20-4596-8a16-bd4631d2ade8", CellID->1195818780], -Cell[17867, 467, 235, 4, 23, "Print",ExpressionUUID->"ca2f958f-6878-4ae0-a3ea-df7fa365086f", +Cell[17912, 471, 235, 4, 23, "Print",ExpressionUUID->"ca2f958f-6878-4ae0-a3ea-df7fa365086f", CellID->595716097] }, Open ]] }, Open ]], -Cell[18129, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"93edbacf-e4f7-4ece-b7e9-486ce895b957", +Cell[18174, 479, 137, 1, 39, "ExampleText",ExpressionUUID->"93edbacf-e4f7-4ece-b7e9-486ce895b957", CellID->2143325192], -Cell[18269, 478, 234, 6, 27, "Input",ExpressionUUID->"2ad21b22-882e-428f-b565-7ce1af5bd4b8", +Cell[18314, 482, 234, 6, 27, "Input",ExpressionUUID->"2ad21b22-882e-428f-b565-7ce1af5bd4b8", CellID->510009468], -Cell[18506, 486, 381, 9, 27, "Input",ExpressionUUID->"9bfdda3e-de5f-4bbf-8903-dd8cd77a18ca", +Cell[18551, 490, 381, 9, 27, "Input",ExpressionUUID->"9bfdda3e-de5f-4bbf-8903-dd8cd77a18ca", CellID->1710477029], -Cell[18890, 497, 237, 6, 70, "Input",ExpressionUUID->"7a6343b2-4bae-45a9-b300-ceb4c34e6c40", +Cell[18935, 501, 237, 6, 27, "Input",ExpressionUUID->"7a6343b2-4bae-45a9-b300-ceb4c34e6c40", CellID->781410275], -Cell[19130, 505, 180, 3, 70, "ExampleText",ExpressionUUID->"b5078281-3146-41bf-9f4b-f3404f3b4bab", +Cell[19175, 509, 180, 3, 70, "ExampleText",ExpressionUUID->"b5078281-3146-41bf-9f4b-f3404f3b4bab", CellID->623583888], -Cell[19313, 510, 338, 10, 70, "Input",ExpressionUUID->"4e0f33c6-981d-45db-8ca4-88e5628e7bde", +Cell[19358, 514, 338, 10, 70, "Input",ExpressionUUID->"4e0f33c6-981d-45db-8ca4-88e5628e7bde", CellID->125265041], -Cell[19654, 522, 196, 4, 70, "ExampleText",ExpressionUUID->"34233556-57a3-4099-8d7d-5f2332500d3b", +Cell[19699, 526, 196, 4, 70, "ExampleText",ExpressionUUID->"34233556-57a3-4099-8d7d-5f2332500d3b", CellID->591000291], Cell[CellGroupData[{ -Cell[19875, 530, 292, 7, 70, "Input",ExpressionUUID->"beeaf981-a278-4349-8912-f3722a3568e6", +Cell[19920, 534, 292, 7, 70, "Input",ExpressionUUID->"beeaf981-a278-4349-8912-f3722a3568e6", CellID->322541013], -Cell[20170, 539, 329, 9, 51, "Output",ExpressionUUID->"c774c8ba-b3e2-45d3-99f0-c518f7818d5b", +Cell[20215, 543, 329, 9, 50, "Output",ExpressionUUID->"c774c8ba-b3e2-45d3-99f0-c518f7818d5b", CellID->179581213] }, Open ]], -Cell[20514, 551, 115, 1, 70, "ExampleText",ExpressionUUID->"51a19eb1-8505-445b-a8c7-8de254c8c1e4", +Cell[20559, 555, 115, 1, 70, "ExampleText",ExpressionUUID->"51a19eb1-8505-445b-a8c7-8de254c8c1e4", CellID->850867590], Cell[CellGroupData[{ -Cell[20654, 556, 293, 7, 70, "Input",ExpressionUUID->"051ebcd2-362b-46d2-80df-406ce4520f7a", +Cell[20699, 560, 293, 7, 70, "Input",ExpressionUUID->"051ebcd2-362b-46d2-80df-406ce4520f7a", CellID->760164234], -Cell[20950, 565, 330, 9, 51, "Output",ExpressionUUID->"50387984-4f89-41ec-ab94-b6db97cb0ae9", +Cell[20995, 569, 330, 9, 50, "Output",ExpressionUUID->"50387984-4f89-41ec-ab94-b6db97cb0ae9", CellID->1387594450] }, Open ]], -Cell[21295, 577, 153, 1, 70, "ExampleText",ExpressionUUID->"dd5fbef0-9826-4989-9d4c-fe4c0ccb30de", +Cell[21340, 581, 153, 1, 70, "ExampleText",ExpressionUUID->"dd5fbef0-9826-4989-9d4c-fe4c0ccb30de", CellID->594930454] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21723, 590, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"af41ea9a-15aa-4ebf-a730-e08b878d045e"], +Cell[27201, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"38fc9a9f-2ea0-4e56-9bab-96d188574632"], +Cell[27874, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"945589c0-fb69-47f4-a365-eab3c2f04fb8"], +Cell[28910, 788, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"03b164ec-30ec-4cc8-ab24-096211f9cfa1"], Cell[CellGroupData[{ -Cell[21700, 588, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"ad34be05-79b2-4ec9-82be-7e2a3e34a595"], -Cell[27178, 738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"647a1b54-3691-4f58-8656-a09b28c8f628"] -}, Open ]], -Cell[27863, 759, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ef829a86-5d36-4dc2-a394-fbb7c6d07b96"], -Cell[28899, 787, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"e361e4d3-1a2e-42a2-80ef-ec8b1a18f574"], -Cell[CellGroupData[{ -Cell[31149, 854, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"361e8d2d-17c7-4c78-905c-d63bd5405a2a", +Cell[31160, 855, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"361e8d2d-17c7-4c78-905c-d63bd5405a2a", CellID->906383680], -Cell[31289, 857, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"25406b5b-d90f-4639-b864-14ae9b6e4861", +Cell[31300, 858, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"25406b5b-d90f-4639-b864-14ae9b6e4861", CellID->1194386356], -Cell[31511, 863, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f73ce868-45b4-4b0d-801b-6db03721328d", +Cell[31522, 864, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f73ce868-45b4-4b0d-801b-6db03721328d", CellID->1641706272], -Cell[31726, 868, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"285569e5-a241-4123-8cf9-104cba54dcb0", +Cell[31737, 869, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"285569e5-a241-4123-8cf9-104cba54dcb0", CellID->399251956], -Cell[31955, 874, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a344c1bd-79ac-4cd8-8213-805589471057", +Cell[31966, 875, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a344c1bd-79ac-4cd8-8213-805589471057", CellID->821434655] }, Open ]], -Cell[32192, 880, 78, 0, 70, "FooterCell",ExpressionUUID->"537f6c5d-0bb1-4eb3-a494-82144d491b4e"] +Cell[32203, 881, 78, 0, 70, "FooterCell",ExpressionUUID->"b756535f-4844-4db0-858c-98e894385b03"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/PtRadius.nb b/Documentation/English/ReferencePages/Symbols/PtRadius.nb index 467e9a6..c1e02ef 100644 --- a/Documentation/English/ReferencePages/Symbols/PtRadius.nb +++ b/Documentation/English/ReferencePages/Symbols/PtRadius.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55852, 1404] -NotebookOptionsPosition[ 48051, 1249] -NotebookOutlinePosition[ 50128, 1302] -CellTagsIndexPosition[ 50042, 1297] +NotebookDataLength[ 55871, 1405] +NotebookOptionsPosition[ 48076, 1251] +NotebookOutlinePosition[ 50176, 1305] +CellTagsIndexPosition[ 50090, 1300] WindowTitle->PtRadius WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "59bcee7a-4dd5-418d-ba2f-7fb698c3d8c8"], + "1be45d54-dcf7-4719-bb1c-b4065fa88209"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ac142b6b-81b5-4d53-b3bd-a76aa525dbfb"], + "3dea59bf-4012-4bc7-80c8-ee7e18791af1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2457397a-01f9-4c13-8347-3cf5e8901030"] - }],ExpressionUUID->"30a7366f-7c05-49bd-9e3a-8ee4123cba9b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d4c9b07c-a2fa-4fde-8f68-8ade668b2e24"] + }],ExpressionUUID->"f590d4df-0fcc-4b4f-a002-dacfbdf1872b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b08f112d-a0a9-47d2-b22b-d6a95a64e757"], + "3b44c84c-4cba-48de-975f-c5824829cb96"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fdf5d5c0-e5ae-43ac-8557-8c7f55c0f4ab"] - }],ExpressionUUID->"3c2b1721-0c19-440c-a15f-1a59d85e208e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cab61484-6332-4024-8a76-fc9fb4bf886a"] + }],ExpressionUUID->"6d5b9c55-63f8-4351-b2ad-e3292ba15725"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ca72f4a9-8899-481b-8f94-f21d5f324766"], + "00450e84-297d-4781-850b-e6edd5998a1a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "33803944-e898-41f3-a091-716d2ef39301"] - }],ExpressionUUID->"3aea0ab3-f23b-47eb-8246-e80e2b4231e0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a8916345-c4a2-46d8-9b49-efbe21bb8ddd"] + }],ExpressionUUID->"62f51111-70a1-4ac3-aaee-fb4dc2e5ce03"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "041d091b-9df8-42af-8f36-da454c84d865"], + "03cd9021-dec1-4e92-9969-ef6161ce1585"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7d07de25-d898-4225-a8a5-16e1693bd715"] - }],ExpressionUUID->"d15c8ef7-b9a3-4516-a6b3-a6b72ab213f3"], - StripOnInput->False], {"\<\"TUG/ref/PtRadius\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/PtRadius"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/PtRadius.\ + "d5240daa-d16b-4f85-9a40-c7078951de06"] + }],ExpressionUUID->"45ba14b7-5b6d-44d3-b7ed-c8643e45e2c6"], + StripOnInput->False],{ + "\"TUG/ref/PtRadius\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/PtRadius"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/PtRadius.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$162094], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/PtRadius" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$175569], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/PtRadius" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d4a8b240-0b76-4e32-a0f8-f0e19ed52014"] + "fc2219b2-0390-4656-84c6-f779c83a00e0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6eaa8e40-0435-4adf-8ef7-c7854201c523"]} + "4ba5f7eb-4c09-44b5-b7e8-d9002925b4bf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"097097e6-597f-49a0-a90a-dbf40f3df5bc"], + CellID->1,ExpressionUUID->"ebcd3bf9-3396-4927-930e-02db065bd0ef"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9230d8e5-bb78-4851-b4d4-6e43b7c9fe8c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4b3979d0-e279-4751-80db-acc043aad278"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "PtRadius", "ObjectName",ExpressionUUID-> - "bfc825de-2542-4353-a581-107dcafc871c"], + "88394976-e71a-451b-97db-57f7c3c99b24"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d37ed34d-f49c-4290-b9bd-0890edb415b0"], + "Spacer1"]],ExpressionUUID->"f0aa8e47-f4f2-4d4c-9d31-d79962247203"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "61ff3c69-5620-471d-b862-9e1406972f3f"] - }],ExpressionUUID->"db63497a-35ac-4647-b4ce-e974134b2247"], Cell[BoxData[ + "2b0bc85c-455f-4cda-8ad8-60c41083d21a"] + }],ExpressionUUID->"22b5e9b7-2b5a-4b7e-8bac-ffaecfb73884"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "47af677f-45e9-41dd-b8fa-2160d736cc8e"]} + "1fa0cbf0-921a-4460-a727-220bf3167530"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8cf4cb71-32af-4955-97a5-37d6971aa1f6"], + CacheGraphics->False,ExpressionUUID->"2902681a-31b0-43f8-ab32-ebd69470613f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "65e06e34-48c3-493b-8bbd-11a1121edd69"], "\[LineSeparator]is an option for various package plotting functions to \ set the point radius of point solutions." - }],ExpressionUUID->"b0bf30a4-7cd0-4d10-a6c3-f92ec16c46e2"]} + }],ExpressionUUID->"48c1d149-48e4-4cf2-9580-d06b1f08b961"]} }]], "Usage", CellID->939332718,ExpressionUUID->"d12eb8cd-6144-484f-8e6c-7f7767593821"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0b425c5e-ab96-47ed-9a89-406d6e22813b"], + ExpressionUUID->"1aa5dbbc-2220-4fc5-9d22-c28b5209e7bf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"13b1643b-7e32-41d5-9420-ddb255457ae7"], + "Spacer1"]],ExpressionUUID->"60d6bac4-3ae9-40ae-a988-30702f45b4d2"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"574cfeac-2e97-4243-a559-d5b4019a3848"], + }], "NotesFrameText",ExpressionUUID->"77c494be-6fa7-4897-bc65-a6a08b088392"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7535982e-dff3-445c-880e-1021012e51ba"]], \ + "Preemptive"]],ExpressionUUID->"75267053-d80a-48e3-a368-f33cb4532c2e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->894476087,ExpressionUUID->"8179d8a9-16f3-4b36-ac64-20563b8c45c8"], + CellID->2047513474,ExpressionUUID->"02d7a587-7d1c-4050-bf9c-8b54978627e4"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -353,19 +358,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4d767915-4c2d-416a-90d4-d7722e9e3f4c"], + ExpressionUUID->"faf573af-7b30-46bc-85eb-f7c1c0312160"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"98c15dee-b9fb-42dd-b490-89d733cd0698"], + "Spacer1"]],ExpressionUUID->"5caa8b60-ab22-4ee0-9ba4-686aa6ed358c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "55ef08ac-9d6d-45f1-81a0-932ffbd3aba5"] + "c009d662-ac55-4563-aac1-61436466aa95"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->31469361,ExpressionUUID->"dc1eab01-0958-4db6-8888-a29ad093e4fc"], + CellID->344395817,ExpressionUUID->"ad468418-5bae-4d8b-932b-5d95a6a6d630"], Cell[CellGroupData[{ @@ -394,18 +399,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5827a2d4-6772-4844-94f7-80b8a6197e67"], + ExpressionUUID->"4053735a-68ba-4fd6-985c-dad0b995cddb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e0da31cc-174e-45f6-b94b-48e802aeadf9"], + "Spacer1"]],ExpressionUUID->"efc62653-3235-4356-a5f2-2dadfd798a7d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0e9b9357-f309-44ff-9857-7fb44eb6d460"] + "c490e14d-cc51-4789-afd0-e41d27ddd447"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->55019090,ExpressionUUID->"e6e6df19-f02f-4d49-a806-03327756177c"], + CellID->1519748787,ExpressionUUID->"f3f6a960-ae77-4a19-a777-29aada30c8a5"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"0ba90c79-2a27-4078-a24f-36847e3ddee0"], @@ -933,8 +938,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1082,15 +1085,15 @@ Cell[BoxData[GridBox[{ "7fd16725-0f57-4a65-8ec9-134e3ee59fe9"] }], "SeeAlso",ExpressionUUID->"10d1a163-9b7c-4f02-99f5-d0ad1c1583db"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"10780f59-9702-4444-9d37-\ -ca1fd2d19f91"], + }]], "SeeAlsoSection",ExpressionUUID->"68c14bfb-051c-4ca2-9773-\ +61ce4e777834"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1102,9 +1105,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7d13c1e4-2991-48a9-9a4b-e47a94413697"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b872853b-583d-4217-8e2a-\ -fd1057b7f0cb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f8b1fa07-63ae-4c5c-b260-\ +818b1f9632ce"], Cell[BoxData[GridBox[{ { @@ -1121,7 +1123,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "84035073-a4f7-4b22-a710-8e8364018f97"]}]}, + "34b0030e-6b85-4855-9258-928b47ada576"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1129,10 +1131,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1afc5d4a-aa4b-43c3-9f00-90e448e7b00a"]}]} + "79498448-a83e-41ba-9c8f-fdde3607d588"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ad5ed2c2-a57f-4403-8afd-\ -1fd388091ae1"], + }]], "MoreAboutSection",ExpressionUUID->"0516ea72-7f0b-4151-bdd5-\ +65f872e11ce7"], Cell[BoxData[GridBox[{ { @@ -1159,7 +1161,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2c6e3823-1388-437c-9d13-1c268029a867"]], "RelatedLinks", + "3bb881f3-cdf7-4243-87b5-c7087923eea8"]], "RelatedLinks", ExpressionUUID->"b4eaae91-3565-4cc0-935d-21f369dd9f49"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1177,7 +1179,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "86adc549-a51f-4315-9cce-50a2863a7351"]], "RelatedLinks", + "c1329bb7-8bde-4fb8-b776-25ff2a1a3b1b"]], "RelatedLinks", ExpressionUUID->"2aed05e1-bc6d-4a29-ae1f-156fd33d7594"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1194,7 +1196,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4c60dab8-8524-4bb9-b603-41c00086c4d4"]], "RelatedLinks", + "2af9e5e3-54f4-4c23-8fc7-f8e814a24da3"]], "RelatedLinks", ExpressionUUID->"918a9db5-d669-4ae2-88f8-7fdeeb0cbaa6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1211,11 +1213,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6192a591-e37c-4c0a-98a3-d0cd4473e57b"]], "RelatedLinks", + "49239908-3faf-4a0f-811d-81fa7e9bd4b3"]], "RelatedLinks", ExpressionUUID->"038221ea-b290-4830-9966-c7b18c24654b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"58831dc0-5abd-4698-87ba-\ -c54f09042600"], + }]], "RelatedLinksSection",ExpressionUUID->"535684a1-265a-4678-a6d2-\ +d6b2769bce50"], Cell[CellGroupData[{ @@ -1245,11 +1247,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b2b11a2c-fea8-4e5f-9663-1c23fd87ee1c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e6221229-cf88-4d68-9de4-c31c943a84b2"] +Cell[" ", "FooterCell",ExpressionUUID->"6af01d12-f77b-4f3d-b0a6-c28ea2ef4867"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"PtRadius", TaggingRules->{ @@ -1260,17 +1262,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 56.798459}", + "built" -> "{2024, 6, 3, 16, 55, 8.530059}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "PtRadius is an option for various package plotting functions to set the \ point radius of point solutions.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "PtRadius", "titlemodifier" -> "", "windowtitle" -> "PtRadius", - "type" -> "Symbol", "uri" -> "TUG/ref/PtRadius"}}, + "title" -> "PtRadius", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "PtRadius", "type" -> "Symbol", "uri" -> + "TUG/ref/PtRadius"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1279,9 +1282,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"105e4ebf-1409-40a8-a95d-2624d8213440" +ExpressionUUID->"c1a263e2-3dff-4eeb-aec7-fc441b1cab2e" ] (* End of Notebook Content *) @@ -1289,123 +1292,121 @@ ExpressionUUID->"105e4ebf-1409-40a8-a95d-2624d8213440" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12657, 330, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc1eab01-0958-4db6-8888-a29ad093e4fc", + Cell[12713, 335, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ad468418-5bae-4d8b-932b-5d95a6a6d630", CellTags->"PrimaryExamplesSection", - CellID->31469361]} + CellID->344395817]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 49843, 1290} + {"PrimaryExamplesSection", 49890, 1293} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7092, 168, 56, "AnchorBarGrid",ExpressionUUID->"097097e6-597f-49a0-a90a-dbf40f3df5bc", +Cell[580, 21, 7147, 173, 57, "AnchorBarGrid",ExpressionUUID->"ebcd3bf9-3396-4927-930e-02db065bd0ef", CellID->1], -Cell[7675, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9230d8e5-bb78-4851-b4d4-6e43b7c9fe8c"], +Cell[7730, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4b3979d0-e279-4751-80db-acc043aad278"], Cell[CellGroupData[{ -Cell[7786, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"8cf4cb71-32af-4955-97a5-37d6971aa1f6"], -Cell[9071, 232, 470, 9, 111, "Usage",ExpressionUUID->"d12eb8cd-6144-484f-8e6c-7f7767593821", +Cell[7841, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"2902681a-31b0-43f8-ab32-ebd69470613f"], +Cell[9126, 237, 470, 9, 109, "Usage",ExpressionUUID->"d12eb8cd-6144-484f-8e6c-7f7767593821", CellID->939332718] }, Open ]], Cell[CellGroupData[{ -Cell[9578, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"8179d8a9-16f3-4b36-ac64-20563b8c45c8", +Cell[9633, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"02d7a587-7d1c-4050-bf9c-8b54978627e4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->894476087], -Cell[11475, 295, 489, 12, 37, "Notes",ExpressionUUID->"4fe218fd-c4e4-426f-bb78-cd559d95559f", + CellID->2047513474], +Cell[11531, 300, 489, 12, 38, "Notes",ExpressionUUID->"4fe218fd-c4e4-426f-bb78-cd559d95559f", CellID->177724765], -Cell[11967, 309, 563, 15, 58, "Notes",ExpressionUUID->"da71cbf9-4486-4c38-ba62-0d3dbac65465", +Cell[12023, 314, 563, 15, 59, "Notes",ExpressionUUID->"da71cbf9-4486-4c38-ba62-0d3dbac65465", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12657, 330, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc1eab01-0958-4db6-8888-a29ad093e4fc", +Cell[12713, 335, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ad468418-5bae-4d8b-932b-5d95a6a6d630", CellTags->"PrimaryExamplesSection", - CellID->31469361], + CellID->344395817], Cell[CellGroupData[{ -Cell[14101, 371, 1397, 36, 30, "ExampleSection",ExpressionUUID->"e6e6df19-f02f-4d49-a806-03327756177c", - CellID->55019090], -Cell[15501, 409, 118, 1, 38, "ExampleText",ExpressionUUID->"0ba90c79-2a27-4078-a24f-36847e3ddee0", +Cell[14158, 376, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f3f6a960-ae77-4a19-a777-29aada30c8a5", + CellID->1519748787], +Cell[15560, 414, 118, 1, 39, "ExampleText",ExpressionUUID->"0ba90c79-2a27-4078-a24f-36847e3ddee0", CellID->724598077], Cell[CellGroupData[{ -Cell[15644, 414, 168, 3, 27, "Input",ExpressionUUID->"76e60a48-a582-44c3-89f9-51f9b1068375", +Cell[15703, 419, 168, 3, 27, "Input",ExpressionUUID->"76e60a48-a582-44c3-89f9-51f9b1068375", CellID->2141335847], Cell[CellGroupData[{ -Cell[15837, 421, 237, 4, 23, "Print",ExpressionUUID->"1b89d224-22a6-4382-b3da-719dcd40d6f2", +Cell[15896, 426, 237, 4, 23, "Print",ExpressionUUID->"1b89d224-22a6-4382-b3da-719dcd40d6f2", CellID->1182720758], -Cell[16077, 427, 366, 8, 23, "Print",ExpressionUUID->"15417a13-22c7-4afb-b843-6cedeab53a33", +Cell[16136, 432, 366, 8, 23, "Print",ExpressionUUID->"15417a13-22c7-4afb-b843-6cedeab53a33", CellID->1078079283], -Cell[16446, 437, 237, 4, 23, "Print",ExpressionUUID->"95c1670b-7492-4b10-ae72-00836d62762e", +Cell[16505, 442, 237, 4, 23, "Print",ExpressionUUID->"95c1670b-7492-4b10-ae72-00836d62762e", CellID->1789940084], -Cell[16686, 443, 220, 3, 23, "Print",ExpressionUUID->"55d02fda-9092-47d2-9998-989fb6c41e98", +Cell[16745, 448, 220, 3, 23, "Print",ExpressionUUID->"55d02fda-9092-47d2-9998-989fb6c41e98", CellID->126869354], -Cell[16909, 448, 207, 3, 23, "Print",ExpressionUUID->"a978af00-440d-4d55-8f86-2fc6d2845884", +Cell[16968, 453, 207, 3, 23, "Print",ExpressionUUID->"a978af00-440d-4d55-8f86-2fc6d2845884", CellID->899159461], -Cell[17119, 453, 238, 4, 23, "Print",ExpressionUUID->"5ab502d7-42f9-46a8-bcde-be54c8aca017", +Cell[17178, 458, 238, 4, 23, "Print",ExpressionUUID->"5ab502d7-42f9-46a8-bcde-be54c8aca017", CellID->1809930886], -Cell[17360, 459, 220, 3, 23, "Print",ExpressionUUID->"bff85cae-652a-4f13-8655-c5da7ccdaeeb", +Cell[17419, 464, 220, 3, 23, "Print",ExpressionUUID->"bff85cae-652a-4f13-8655-c5da7ccdaeeb", CellID->239797884], -Cell[17583, 464, 237, 4, 23, "Print",ExpressionUUID->"195da592-fc60-45f7-92d9-b3b77aa146d0", +Cell[17642, 469, 237, 4, 23, "Print",ExpressionUUID->"195da592-fc60-45f7-92d9-b3b77aa146d0", CellID->1204443802], -Cell[17823, 470, 236, 4, 23, "Print",ExpressionUUID->"3c5ae96a-4466-4179-bd9f-ca6edb482221", +Cell[17882, 475, 236, 4, 23, "Print",ExpressionUUID->"3c5ae96a-4466-4179-bd9f-ca6edb482221", CellID->961628706], -Cell[18062, 476, 208, 3, 23, "Print",ExpressionUUID->"b1e798d3-6a08-49ff-8ef8-cf3dfa03fc95", +Cell[18121, 481, 208, 3, 23, "Print",ExpressionUUID->"b1e798d3-6a08-49ff-8ef8-cf3dfa03fc95", CellID->1783034239], -Cell[18273, 481, 237, 4, 23, "Print",ExpressionUUID->"043d5a62-1e52-443f-9918-75fa933c93ae", +Cell[18332, 486, 237, 4, 23, "Print",ExpressionUUID->"043d5a62-1e52-443f-9918-75fa933c93ae", CellID->1040718778] }, Open ]] }, Open ]], -Cell[18537, 489, 137, 1, 38, "ExampleText",ExpressionUUID->"d60b7fad-2605-4ad1-a557-3c6c7683c5ca", +Cell[18596, 494, 137, 1, 39, "ExampleText",ExpressionUUID->"d60b7fad-2605-4ad1-a557-3c6c7683c5ca", CellID->2083786667], -Cell[18677, 492, 234, 6, 27, "Input",ExpressionUUID->"464cb6ef-cfea-4d20-bf39-ff331e361faf", +Cell[18736, 497, 234, 6, 27, "Input",ExpressionUUID->"464cb6ef-cfea-4d20-bf39-ff331e361faf", CellID->585427827], -Cell[18914, 500, 375, 9, 70, "Input",ExpressionUUID->"9e5a862a-1834-4521-80b5-9ea460748388", +Cell[18973, 505, 375, 9, 27, "Input",ExpressionUUID->"9e5a862a-1834-4521-80b5-9ea460748388", CellID->1947756944], -Cell[19292, 511, 238, 6, 70, "Input",ExpressionUUID->"5402107f-c6c9-4479-9162-b559befd0e2d", +Cell[19351, 516, 238, 6, 70, "Input",ExpressionUUID->"5402107f-c6c9-4479-9162-b559befd0e2d", CellID->1946614331], Cell[CellGroupData[{ -Cell[19555, 521, 198, 4, 70, "Input",ExpressionUUID->"7014f143-9cce-4da8-a253-ea206d6c2aa2", +Cell[19614, 526, 198, 4, 70, "Input",ExpressionUUID->"7014f143-9cce-4da8-a253-ea206d6c2aa2", CellID->2047720606], -Cell[19756, 527, 1259, 32, 54, "Output",ExpressionUUID->"7f3771f0-a5be-4eaa-8dee-e356b3d282c7", +Cell[19815, 532, 1259, 32, 53, "Output",ExpressionUUID->"7f3771f0-a5be-4eaa-8dee-e356b3d282c7", CellID->1286876031] }, Open ]], -Cell[21030, 562, 196, 4, 70, "ExampleText",ExpressionUUID->"4aa8b105-5db5-46f6-9c57-d9c7e2853f28", +Cell[21089, 567, 196, 4, 70, "ExampleText",ExpressionUUID->"4aa8b105-5db5-46f6-9c57-d9c7e2853f28", CellID->4896524], Cell[CellGroupData[{ -Cell[21251, 570, 319, 7, 70, "Input",ExpressionUUID->"73d25d06-7605-4e08-8122-018ab6896712", +Cell[21310, 575, 319, 7, 70, "Input",ExpressionUUID->"73d25d06-7605-4e08-8122-018ab6896712", CellID->640476792], -Cell[21573, 579, 7165, 163, 485, "Output",ExpressionUUID->"36ec56ec-abc3-4632-8ecc-954e4186640f", +Cell[21632, 584, 7165, 163, 485, "Output",ExpressionUUID->"36ec56ec-abc3-4632-8ecc-954e4186640f", CellID->423318451] }, Open ]], -Cell[28753, 745, 196, 4, 70, "ExampleText",ExpressionUUID->"cb28fb32-d898-4a1b-87df-00eccb4ecb0e", +Cell[28812, 750, 196, 4, 70, "ExampleText",ExpressionUUID->"cb28fb32-d898-4a1b-87df-00eccb4ecb0e", CellID->1919643346], Cell[CellGroupData[{ -Cell[28974, 753, 372, 8, 70, "Input",ExpressionUUID->"42286c04-0ef2-4d35-9f91-15235a262bd5", +Cell[29033, 758, 372, 8, 70, "Input",ExpressionUUID->"42286c04-0ef2-4d35-9f91-15235a262bd5", CellID->1790394400], -Cell[29349, 763, 7166, 163, 485, "Output",ExpressionUUID->"a9277c6a-cb59-44ce-a113-3b8180ee4e53", +Cell[29408, 768, 7166, 163, 485, "Output",ExpressionUUID->"a9277c6a-cb59-44ce-a113-3b8180ee4e53", CellID->1613382801] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[36816, 940, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"68c14bfb-051c-4ca2-9773-61ce4e777834"], +Cell[42300, 1090, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f8b1fa07-63ae-4c5c-b260-818b1f9632ce"], +Cell[42973, 1110, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0516ea72-7f0b-4151-bdd5-65f872e11ce7"], +Cell[44009, 1138, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"535684a1-265a-4678-a6d2-d6b2769bce50"], Cell[CellGroupData[{ -Cell[36779, 937, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"10780f59-9702-4444-9d37-ca1fd2d19f91"], -Cell[42263, 1087, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b872853b-583d-4217-8e2a-fd1057b7f0cb"] -}, Open ]], -Cell[42948, 1108, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ad5ed2c2-a57f-4403-8afd-1fd388091ae1"], -Cell[43984, 1136, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"58831dc0-5abd-4698-87ba-c54f09042600"], -Cell[CellGroupData[{ -Cell[46925, 1221, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"54dd8f95-7ccb-4b73-b99f-bf632fb66cda", +Cell[46950, 1223, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"54dd8f95-7ccb-4b73-b99f-bf632fb66cda", CellID->2135167160], -Cell[47066, 1224, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d33871c4-da0e-4f14-ab65-c2237ac7b66c", +Cell[47091, 1226, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d33871c4-da0e-4f14-ab65-c2237ac7b66c", CellID->1194386356], -Cell[47288, 1230, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f10a17d-589a-4451-b1cb-c7d7d6b4d358", +Cell[47313, 1232, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f10a17d-589a-4451-b1cb-c7d7d6b4d358", CellID->1641706272], -Cell[47503, 1235, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f025237a-6c24-4b9c-b313-9b816492702b", +Cell[47528, 1237, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f025237a-6c24-4b9c-b313-9b816492702b", CellID->399251956], -Cell[47732, 1241, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b2b11a2c-fea8-4e5f-9663-1c23fd87ee1c", +Cell[47757, 1243, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b2b11a2c-fea8-4e5f-9663-1c23fd87ee1c", CellID->821434655] }, Open ]], -Cell[47969, 1247, 78, 0, 70, "FooterCell",ExpressionUUID->"e6221229-cf88-4d68-9de4-c31c943a84b2"] +Cell[47994, 1249, 78, 0, 70, "FooterCell",ExpressionUUID->"6af01d12-f77b-4f3d-b0a6-c28ea2ef4867"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Quota.nb b/Documentation/English/ReferencePages/Symbols/Quota.nb index c593ed9..e7c8a7a 100644 --- a/Documentation/English/ReferencePages/Symbols/Quota.nb +++ b/Documentation/English/ReferencePages/Symbols/Quota.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39539, 1020] -NotebookOptionsPosition[ 31866, 868] -NotebookOutlinePosition[ 33871, 920] -CellTagsIndexPosition[ 33786, 915] +NotebookDataLength[ 39511, 1019] +NotebookOptionsPosition[ 31848, 868] +NotebookOutlinePosition[ 33876, 921] +CellTagsIndexPosition[ 33791, 916] WindowTitle->Quota WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "edf3cedb-3b9f-4421-94e1-3d6ce50d6b01"], + "00276b63-a4aa-4f17-8679-25321b1147fc"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b311c25a-7594-4af5-b2f2-a3c538027fc4"], + "61177e05-252d-496e-b7a1-46b297750ba5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f425d1bd-eaac-4a1f-ab14-1ecca3879c1c"] - }],ExpressionUUID->"d4fc7f0d-b0bb-427a-8418-e776f2062bb5"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "6c8b2518-b6e1-4e9c-8ae7-0cba075218b1"] + }],ExpressionUUID->"e6cdf3a5-f3e3-4c74-8060-d7364f053bfd"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c74c00fe-478d-4b80-938a-c053ed9b5270"], + "f59695a2-cca1-4dfc-90d3-1326b590cf7d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5e7c6a9c-578e-41bf-883d-4794c9964b09"] - }],ExpressionUUID->"4bef7c2e-5bbc-4470-bf74-be73a9b32c6c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "693ba505-2745-4d17-920f-7b58247a3f3e"] + }],ExpressionUUID->"abd2fa59-2191-427f-994e-04e099af60c0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "916953ec-4c36-4834-a505-4c7729d0b2f4"], + "563864ad-3be5-40a3-9291-71055337c0c4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "72d254bf-e5ee-4330-9640-dd4ad7a3552a"] - }],ExpressionUUID->"dd24c966-c3f7-43fe-a4fa-a96ccbf3a6a7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "284c9ea8-237b-4f6c-9f85-7250abbbd161"] + }],ExpressionUUID->"6ccdf50d-18c4-4146-8104-9b060cfd8225"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c46a8e36-b6b6-41d5-8af9-ce8765f58e10"], + "1c13a18f-c829-438a-a8b2-5ccd9f9bb971"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9f769445-bd10-49ef-a72f-36d291b428f6"] - }],ExpressionUUID->"c700583b-b6cb-4e6a-ba5c-a90225e9e5ef"], - StripOnInput->False], {"\<\"TUG/ref/Quota\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Quota"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Quota.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$162660], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Quota" <> - ".html"], None}]}]}, + "2f38bc1f-cfc4-461e-ad4e-c1771da769b4"] + }],ExpressionUUID->"c8f8542c-c6be-4c4f-b175-fa0b3fc5c8ee"], + StripOnInput->False],{ + "\"TUG/ref/Quota\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Quota"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Quota.html"]\ +, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$176169], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/Quota" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a5032338-933c-4087-938c-b426d821f291"] + "26636c77-71a6-4676-a47b-8be222a9b8a0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "cca94163-b1f8-4a46-b1d2-d289679020f7"]} + "d4722ff0-3879-4839-a6e8-128a784e2b34"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b045190a-a86c-4e0a-84b5-bdd521e33625"], + CellID->1,ExpressionUUID->"03ec9e77-ee99-4187-9457-9f8ccac8ebf9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"5917c7d3-3463-4694-9c8f-0b43b245d90b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e19801e6-9725-4f38-b96c-4bb8f854d0d5"], Cell[CellGroupData[{ @@ -197,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Quota", "ObjectName",ExpressionUUID-> - "f50eed44-7bff-4081-be45-7c389ad5b8c6"], + "0b2eaf20-832d-4f6b-8c3b-9e9ddb49fbf6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"760eb703-fa6a-4eee-86f2-ad7301bfe898"], + "Spacer1"]],ExpressionUUID->"732ba31e-df54-4e35-b548-39202adf3429"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "717717d9-75ba-4950-a042-ed9ae49fd3fb"] - }],ExpressionUUID->"0baed2b8-b666-4512-8c84-ab38990ff4a3"], Cell[BoxData[ + "64fa78ee-521f-444d-96ae-a40775a177e8"] + }],ExpressionUUID->"87d1e025-d7de-4ec4-99e7-a2e7b9c35804"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "446275b5-3d6d-429c-a72a-e073e96487df"]} + "eb9a871e-166b-4cf9-aafb-c22e7b65b162"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"54f9120f-c3f4-451f-aaed-e5d3172ecf64"], + CacheGraphics->False,ExpressionUUID->"588f4c3c-9d1c-47e4-a0cc-61708bde2b14"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "bf908b4e-4f95-4f30-8f3a-e35d004706f3"], " \[LineSeparator]determines the quotas of the game." - }],ExpressionUUID->"ba8042a8-afa8-4594-81be-c4d5b44936c9"]} + }],ExpressionUUID->"fa5b55cb-67da-4181-b62e-15c275134f03"]} }]], "Usage", CellID->1324271921,ExpressionUUID->"10a1c200-28e3-42f5-95d5-441671d0ca55"] }, Open ]], @@ -270,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d054ee5-d10f-40ba-bed4-7a16a513febf"], + ExpressionUUID->"fbd4440e-de5f-4026-b3d7-c3e740185010"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5f3a41cb-e0e7-485a-bec3-cd77912ad3ed"], + "Spacer1"]],ExpressionUUID->"715e4101-413b-4ed5-b046-9804f5906b4e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e1d72709-eed5-4a1c-b935-a767de93913e"], + }], "NotesFrameText",ExpressionUUID->"b23325f0-0cf9-4875-9379-92e991e3bce2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1b3328f3-7e1f-4929-a610-31a640f338ab"]], \ + "Preemptive"]],ExpressionUUID->"a46b4c9b-aa4b-4890-a057-5c2220da6035"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1118016480,ExpressionUUID->"89028192-f7c9-4843-a119-366e57831125"], + CellID->993997270,ExpressionUUID->"cf8e7bcb-ee0a-4035-9420-c9a554a1ca7d"], Cell[TextData[{ "The input expression ", @@ -359,19 +362,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"00c2fda6-79b5-4217-a235-22e1273d043b"], + ExpressionUUID->"3f3a6c17-900c-4585-aedb-85ffdd0430bc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3fdb322d-0df6-4e28-b2e8-0e172aa94322"], + "Spacer1"]],ExpressionUUID->"470d44fd-cd1f-49d7-b042-8cb6983f4c08"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "be88d3e7-54c9-42b1-b638-01a23230c378"] + "f70a6fb4-eacb-4245-b6ac-ed727e0d753d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->382240992,ExpressionUUID->"e290fe8e-f64f-4d38-8a2f-ce542458bfc5"], + CellID->1907992084,ExpressionUUID->"494e5315-20fe-419a-8f79-993c94405df4"], Cell[CellGroupData[{ @@ -400,18 +403,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"247e9bc9-ac6f-483d-9a1d-0fdd57195bcd"], + ExpressionUUID->"eb93891a-d498-4e8a-a48e-280a1aed00c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb3cace6-c983-4d33-89d1-fca9d306f3ec"], + "Spacer1"]],ExpressionUUID->"04a323ac-1b26-4ca8-8b18-0779432360ec"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e7f6c65d-3cbb-458a-ad26-9aeea2341218"] + "e317743a-9a0c-4b78-aff2-550a82e1070b"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2112587397,ExpressionUUID->"2820a7ac-a6ca-480a-b474-d2fdb79a35e2"], + CellID->1489512843,ExpressionUUID->"6cb22da5-2169-4cd4-b482-2e43ec2bfb2a"], Cell["Loading the package:", "ExampleText", CellID->2049440788,ExpressionUUID->"6a075590-836d-450f-ad99-aff15d4c0083"], @@ -570,8 +573,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -719,15 +720,15 @@ Cell[BoxData[GridBox[{ "73d7bd6d-7c8a-4c3f-b04e-5fbb13cf1bd7"] }], "SeeAlso",ExpressionUUID->"72da4565-54c4-44c6-aa85-22566db4253e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ce313045-ed07-4d0f-940f-\ -a68c23c87b0c"], + }]], "SeeAlsoSection",ExpressionUUID->"0afde416-4c50-4363-a23b-\ +a841f17c8a50"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -739,9 +740,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"628334d7-e5c0-4e10-9096-f06e92a87826"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bdff91c3-8648-4075-a984-\ -d890ff902041"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d9d17924-a763-4578-abd8-\ +29b8a7a32823"], Cell[BoxData[GridBox[{ { @@ -758,7 +758,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4961e67b-a601-421b-909e-49fd58202b38"]}]}, + "5f547f1d-1b5e-4503-a94e-20a0199980b7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -766,10 +766,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "62e26216-db8a-497f-b283-134e45863398"]}]} + "f28ddecf-8c69-41d7-8544-46055fe3c5c2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"aae64579-fbca-446e-a72f-\ -5b9517a922c6"], + }]], "MoreAboutSection",ExpressionUUID->"7d1b67df-a20c-4187-89c3-\ +75f8256d02a7"], Cell[BoxData[GridBox[{ { @@ -796,7 +796,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "938dfc63-8a42-4793-9ad6-8c0a6ea54fbb"]], "RelatedLinks", + "23a56f00-0386-4542-b94b-8d37e5b88609"]], "RelatedLinks", ExpressionUUID->"e79fea4c-40c6-4416-a83b-1de98f4b35a4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -813,7 +813,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "413b576e-1f6c-435b-8dbd-0449f958ecda"]], "RelatedLinks", + "b4be91ac-82f3-42a9-8e07-a0f5ea482ef3"]], "RelatedLinks", ExpressionUUID->"a013b68a-dc31-4714-9284-d3d42a1faa13"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -830,11 +830,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b18bedcd-dea2-4143-a7ee-476d59dadf83"]], "RelatedLinks", + "18d28bae-3f89-4b0c-aa16-6d78db1a41b5"]], "RelatedLinks", ExpressionUUID->"d26b51ca-5998-4dc0-a283-ea3d70f3764e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3b094a49-3765-4723-a975-\ -e32970454a92"], + }]], "RelatedLinksSection",ExpressionUUID->"f47ba69d-a325-4284-a514-\ +d353be13a535"], Cell[CellGroupData[{ @@ -864,11 +864,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7101e25b-f859-42e8-9d9d-00acbcddf592"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d1958f47-e14d-4634-ad56-1386331e5877"] +Cell[" ", "FooterCell",ExpressionUUID->"c43c6fee-ceec-410d-8980-35306edfc7c8"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Quota", TaggingRules->{ @@ -879,16 +879,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 58.527864}", + "built" -> "{2024, 6, 3, 16, 55, 9.386425}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Quota[game] determines the quotas of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Quota", "titlemodifier" -> "", - "windowtitle" -> "Quota", "type" -> "Symbol", "uri" -> "TUG/ref/Quota"}}, + "metadescription" -> "", "windowtitle" -> "Quota", "type" -> "Symbol", + "uri" -> "TUG/ref/Quota"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -897,9 +898,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8146a5ae-ead4-4e0b-aec8-d756e8c7a4d7" +ExpressionUUID->"ebc0a857-b939-45df-bb1e-a7183363d971" ] (* End of Notebook Content *) @@ -907,121 +908,119 @@ ExpressionUUID->"8146a5ae-ead4-4e0b-aec8-d756e8c7a4d7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12954, 336, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e290fe8e-f64f-4d38-8a2f-ce542458bfc5", + Cell[12969, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"494e5315-20fe-419a-8f79-993c94405df4", CellTags->"PrimaryExamplesSection", - CellID->382240992]} + CellID->1907992084]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33586, 908} + {"PrimaryExamplesSection", 33590, 909} } *) (*NotebookFileOutline Notebook[{ -Cell[577, 21, 7091, 168, 56, "AnchorBarGrid",ExpressionUUID->"b045190a-a86c-4e0a-84b5-bdd521e33625", +Cell[577, 21, 7107, 171, 57, "AnchorBarGrid",ExpressionUUID->"03ec9e77-ee99-4187-9457-9f8ccac8ebf9", CellID->1], -Cell[7671, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"5917c7d3-3463-4694-9c8f-0b43b245d90b"], +Cell[7687, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e19801e6-9725-4f38-b96c-4bb8f854d0d5"], Cell[CellGroupData[{ -Cell[7782, 195, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"54f9120f-c3f4-451f-aaed-e5d3172ecf64"], -Cell[9064, 232, 441, 9, 111, "Usage",ExpressionUUID->"10a1c200-28e3-42f5-95d5-441671d0ca55", +Cell[7798, 198, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"588f4c3c-9d1c-47e4-a0cc-61708bde2b14"], +Cell[9080, 235, 441, 9, 111, "Usage",ExpressionUUID->"10a1c200-28e3-42f5-95d5-441671d0ca55", CellID->1324271921] }, Open ]], Cell[CellGroupData[{ -Cell[9542, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"89028192-f7c9-4843-a119-366e57831125", +Cell[9558, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"cf8e7bcb-ee0a-4035-9420-c9a554a1ca7d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1118016480], -Cell[11440, 295, 519, 12, 57, "]]",ExpressionUUID->"33165be8-5aac-4da4-bc42-ec8625e55001", + CellID->993997270], +Cell[11455, 298, 519, 12, 57, "]]",ExpressionUUID->"33165be8-5aac-4da4-bc42-ec8625e55001", CellID->209133038], -Cell[11962, 309, 489, 12, 37, "Notes",ExpressionUUID->"baf0ff1f-9b9a-431a-ae6b-ca2d44490f05", +Cell[11977, 312, 489, 12, 38, "Notes",ExpressionUUID->"baf0ff1f-9b9a-431a-ae6b-ca2d44490f05", CellID->177724765], -Cell[12454, 323, 235, 4, 36, "Notes",ExpressionUUID->"961db3bb-76cc-47a9-a7e1-5835fb149e4e", +Cell[12469, 326, 235, 4, 36, "Notes",ExpressionUUID->"961db3bb-76cc-47a9-a7e1-5835fb149e4e", CellID->14210457], -Cell[12692, 329, 135, 1, 36, "Notes",ExpressionUUID->"e1cf18af-8702-4d26-8203-6e5ce73f9b00", +Cell[12707, 332, 135, 1, 36, "Notes",ExpressionUUID->"e1cf18af-8702-4d26-8203-6e5ce73f9b00", CellID->294422735] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12954, 336, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e290fe8e-f64f-4d38-8a2f-ce542458bfc5", +Cell[12969, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"494e5315-20fe-419a-8f79-993c94405df4", CellTags->"PrimaryExamplesSection", - CellID->382240992], + CellID->1907992084], Cell[CellGroupData[{ -Cell[14399, 377, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2820a7ac-a6ca-480a-b474-d2fdb79a35e2", - CellID->2112587397], -Cell[15801, 415, 119, 1, 38, "ExampleText",ExpressionUUID->"6a075590-836d-450f-ad99-aff15d4c0083", +Cell[14415, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6cb22da5-2169-4cd4-b482-2e43ec2bfb2a", + CellID->1489512843], +Cell[15817, 418, 119, 1, 39, "ExampleText",ExpressionUUID->"6a075590-836d-450f-ad99-aff15d4c0083", CellID->2049440788], Cell[CellGroupData[{ -Cell[15945, 420, 168, 3, 27, "Input",ExpressionUUID->"36af426f-7c72-4361-bf61-c66d21da52ec", +Cell[15961, 423, 168, 3, 27, "Input",ExpressionUUID->"36af426f-7c72-4361-bf61-c66d21da52ec", CellID->1650936313], Cell[CellGroupData[{ -Cell[16138, 427, 236, 4, 23, "Print",ExpressionUUID->"8a548f38-eaff-4746-9c87-cf8d35d70615", +Cell[16154, 430, 236, 4, 23, "Print",ExpressionUUID->"8a548f38-eaff-4746-9c87-cf8d35d70615", CellID->958084538], -Cell[16377, 433, 365, 8, 23, "Print",ExpressionUUID->"001c383d-10e1-40d9-93ac-3226ea53c70b", +Cell[16393, 436, 365, 8, 23, "Print",ExpressionUUID->"001c383d-10e1-40d9-93ac-3226ea53c70b", CellID->450337914], -Cell[16745, 443, 236, 4, 23, "Print",ExpressionUUID->"9257e342-2514-44b6-a1e0-6138fcf2ec7d", +Cell[16761, 446, 236, 4, 23, "Print",ExpressionUUID->"9257e342-2514-44b6-a1e0-6138fcf2ec7d", CellID->239759504], -Cell[16984, 449, 221, 3, 23, "Print",ExpressionUUID->"05f3cd08-1511-415a-9b34-ecc42908ecf9", +Cell[17000, 452, 221, 3, 23, "Print",ExpressionUUID->"05f3cd08-1511-415a-9b34-ecc42908ecf9", CellID->1819217744], -Cell[17208, 454, 207, 3, 23, "Print",ExpressionUUID->"da711491-9215-43ab-a289-615d99abed6b", +Cell[17224, 457, 207, 3, 23, "Print",ExpressionUUID->"da711491-9215-43ab-a289-615d99abed6b", CellID->677689015], -Cell[17418, 459, 238, 4, 23, "Print",ExpressionUUID->"8ca6132d-27a3-472e-a08b-7b175347c8e5", +Cell[17434, 462, 238, 4, 23, "Print",ExpressionUUID->"8ca6132d-27a3-472e-a08b-7b175347c8e5", CellID->1388013819], -Cell[17659, 465, 221, 3, 23, "Print",ExpressionUUID->"178873a6-5326-46df-a9f9-863d4fc8dc00", +Cell[17675, 468, 221, 3, 23, "Print",ExpressionUUID->"178873a6-5326-46df-a9f9-863d4fc8dc00", CellID->1574731607], -Cell[17883, 470, 236, 4, 23, "Print",ExpressionUUID->"cf5d4b3f-b077-42ba-8d77-58e0b004035c", +Cell[17899, 473, 236, 4, 23, "Print",ExpressionUUID->"cf5d4b3f-b077-42ba-8d77-58e0b004035c", CellID->687249596], -Cell[18122, 476, 237, 4, 23, "Print",ExpressionUUID->"635cc294-56c4-402f-b852-f3d9e5bdf02a", +Cell[18138, 479, 237, 4, 23, "Print",ExpressionUUID->"635cc294-56c4-402f-b852-f3d9e5bdf02a", CellID->1588007229], -Cell[18362, 482, 207, 3, 23, "Print",ExpressionUUID->"d13e1cc9-b979-4079-b727-7949b21b1922", +Cell[18378, 485, 207, 3, 23, "Print",ExpressionUUID->"d13e1cc9-b979-4079-b727-7949b21b1922", CellID->720218797], -Cell[18572, 487, 236, 4, 23, "Print",ExpressionUUID->"3156dfff-349f-439e-97ee-6d4f512c175b", +Cell[18588, 490, 236, 4, 23, "Print",ExpressionUUID->"3156dfff-349f-439e-97ee-6d4f512c175b", CellID->445718692] }, Open ]] }, Open ]], -Cell[18835, 495, 137, 1, 70, "ExampleText",ExpressionUUID->"4c3023f1-b5b9-452e-a8a8-9f70edf552a3", +Cell[18851, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"4c3023f1-b5b9-452e-a8a8-9f70edf552a3", CellID->1507245385], -Cell[18975, 498, 233, 6, 70, "Input",ExpressionUUID->"560c8cfc-cf5b-4291-a3ef-e6a851f43dba", +Cell[18991, 501, 233, 6, 70, "Input",ExpressionUUID->"560c8cfc-cf5b-4291-a3ef-e6a851f43dba", CellID->94446592], -Cell[19211, 506, 380, 9, 70, "Input",ExpressionUUID->"0838ee86-4e0f-4b11-8fe7-77a6b4077abe", +Cell[19227, 509, 380, 9, 70, "Input",ExpressionUUID->"0838ee86-4e0f-4b11-8fe7-77a6b4077abe", CellID->172538896], -Cell[19594, 517, 238, 6, 70, "Input",ExpressionUUID->"a68b2b44-2ad6-457b-acab-a58762bca3b4", +Cell[19610, 520, 238, 6, 70, "Input",ExpressionUUID->"a68b2b44-2ad6-457b-acab-a58762bca3b4", CellID->1008078555], -Cell[19835, 525, 190, 4, 70, "ExampleText",ExpressionUUID->"eebfb098-3164-46aa-b1d1-9e3bbe7501b8", +Cell[19851, 528, 190, 4, 70, "ExampleText",ExpressionUUID->"eebfb098-3164-46aa-b1d1-9e3bbe7501b8", CellID->790944005], Cell[CellGroupData[{ -Cell[20050, 533, 163, 3, 70, "Input",ExpressionUUID->"026ce429-8a10-439f-8b84-0304aee1c008", +Cell[20066, 536, 163, 3, 70, "Input",ExpressionUUID->"026ce429-8a10-439f-8b84-0304aee1c008", CellID->2053335563], -Cell[20216, 538, 174, 4, 36, "Output",ExpressionUUID->"a803b8f6-17d4-4cdd-9b16-2878a3987b97", +Cell[20232, 541, 174, 4, 36, "Output",ExpressionUUID->"a803b8f6-17d4-4cdd-9b16-2878a3987b97", CellID->1647657557] }, Open ]], -Cell[20405, 545, 142, 1, 70, "ExampleText",ExpressionUUID->"7c6ee189-25b8-43d9-ad97-0883fb0ee8a8", +Cell[20421, 548, 142, 1, 70, "ExampleText",ExpressionUUID->"7c6ee189-25b8-43d9-ad97-0883fb0ee8a8", CellID->1581734276], Cell[CellGroupData[{ -Cell[20572, 550, 187, 4, 70, "Input",ExpressionUUID->"b42ee4d6-ca72-4568-984a-fd9ceea790cf", +Cell[20588, 553, 187, 4, 70, "Input",ExpressionUUID->"b42ee4d6-ca72-4568-984a-fd9ceea790cf", CellID->1404211360], -Cell[20762, 556, 262, 7, 36, "Output",ExpressionUUID->"9ef844a6-b06b-4b98-bae8-6c4f8210e55c", +Cell[20778, 559, 262, 7, 36, "Output",ExpressionUUID->"9ef844a6-b06b-4b98-bae8-6c4f8210e55c", CellID->548194056] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21282, 575, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"0afde416-4c50-4363-a23b-a841f17c8a50"], +Cell[26762, 725, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d9d17924-a763-4578-abd8-29b8a7a32823"], +Cell[27435, 745, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7d1b67df-a20c-4187-89c3-75f8256d02a7"], +Cell[28471, 773, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"f47ba69d-a325-4284-a514-d353be13a535"], Cell[CellGroupData[{ -Cell[21288, 574, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"ce313045-ed07-4d0f-940f-a68c23c87b0c"], -Cell[26768, 724, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bdff91c3-8648-4075-a984-d890ff902041"] -}, Open ]], -Cell[27453, 745, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"aae64579-fbca-446e-a72f-5b9517a922c6"], -Cell[28489, 773, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"3b094a49-3765-4723-a975-e32970454a92"], -Cell[CellGroupData[{ -Cell[30741, 840, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a8ba60f5-feb8-43a3-b754-b35813fc4120", +Cell[30723, 840, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a8ba60f5-feb8-43a3-b754-b35813fc4120", CellID->906383680], -Cell[30881, 843, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9a5a839c-2f19-4c3b-a4de-0ac59655d6c0", +Cell[30863, 843, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9a5a839c-2f19-4c3b-a4de-0ac59655d6c0", CellID->1194386356], -Cell[31103, 849, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b1a95189-fdd4-48a5-8a65-5b6990bd6dd0", +Cell[31085, 849, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b1a95189-fdd4-48a5-8a65-5b6990bd6dd0", CellID->1641706272], -Cell[31318, 854, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f4d5958d-1c44-4c4c-b002-6c13e1621cc0", +Cell[31300, 854, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f4d5958d-1c44-4c4c-b002-6c13e1621cc0", CellID->399251956], -Cell[31547, 860, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7101e25b-f859-42e8-9d9d-00acbcddf592", +Cell[31529, 860, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7101e25b-f859-42e8-9d9d-00acbcddf592", CellID->821434655] }, Open ]], -Cell[31784, 866, 78, 0, 70, "FooterCell",ExpressionUUID->"d1958f47-e14d-4634-ad56-1386331e5877"] +Cell[31766, 866, 78, 0, 70, "FooterCell",ExpressionUUID->"c43c6fee-ceec-410d-8980-35306edfc7c8"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/RStirlingNumber.nb b/Documentation/English/ReferencePages/Symbols/RStirlingNumber.nb index 6c43999..a89ceca 100644 --- a/Documentation/English/ReferencePages/Symbols/RStirlingNumber.nb +++ b/Documentation/English/ReferencePages/Symbols/RStirlingNumber.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41591, 1080] -NotebookOptionsPosition[ 33523, 918] -NotebookOutlinePosition[ 35614, 972] -CellTagsIndexPosition[ 35529, 967] +NotebookDataLength[ 41562, 1076] +NotebookOptionsPosition[ 33506, 916] +NotebookOutlinePosition[ 35617, 970] +CellTagsIndexPosition[ 35532, 965] WindowTitle->RStirlingNumber WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1872b508-0d6b-4642-a007-d4d33004300b"], + "60350bd3-d76a-481a-a892-63c00d93dd1b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2d007a6e-2be4-4883-9293-616e8bad515c"], + "73e84328-1b1c-4828-bc0d-f31771ccdad7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c70a89f-b11b-4591-9447-a565f5c0ca20"] - }],ExpressionUUID->"f7289f82-5d24-4a40-985f-c13e2a37441b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "1c28c68c-6777-44b7-b2ea-510e96d8dce5"] + }],ExpressionUUID->"52f70f12-a91c-42d8-ac86-fd458b784fd0"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d9c07864-eb9d-46a5-be23-c85dd90dbcae"], + "0c2dcad1-ee2b-4fde-8a6f-b1a286948f3f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0201ba75-a981-428a-8e19-e1fd4dc7ed3a"] - }],ExpressionUUID->"434b65f0-07c9-4321-9fb5-1df31893ed08"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "79df2c7b-c7c1-4386-85e6-75312deddec3"] + }],ExpressionUUID->"c19e5ec2-06c6-48ee-a418-400cf9b39846"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "470d7db7-2cdf-4a32-a8a4-503eb1803239"], + "a1adab89-3c7a-4340-bc61-6b0b1555e081"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cad11617-d69f-44bf-b4ca-6db62ee15798"] - }],ExpressionUUID->"dff7b5fa-870b-4d78-9438-89beebd73b81"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "217ea8fa-c78e-4c7f-8ca8-d2068b07d6e1"] + }],ExpressionUUID->"0eb96ce4-91fa-4fb9-b591-eefac0911182"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fab1aa23-549d-43d9-90a1-1daa4ffc06f3"], + "2dff00a0-5928-4c0c-a922-e635f88eb142"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1bc8a173-6b3b-4048-b72e-9c96b22a24ee"] - }],ExpressionUUID->"cfb1d38b-d0d5-4e48-8d81-088e2a0b83fd"], - StripOnInput->False], {"\<\"TUG/ref/RStirlingNumber\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/RStirlingNumber"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8a5bde80-9495-493c-9ce0-768b4df87712"] + }],ExpressionUUID->"3285c308-939d-4e4f-a9b3-f7c079ddffa5"], + StripOnInput->False],{ + "\"TUG/ref/RStirlingNumber\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/RStirlingNumber"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ RStirlingNumber.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$166055], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/RStirlingNumber" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$179768], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/RStirlingNumber" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f1d02e6d-f999-4d36-bfdb-37013a735e1c"] + "0550e9d5-2e25-416d-a3ac-fc28831b9707"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b486ca82-c326-4e31-80d3-9f6e86851520"]} + "305b7fc7-01f6-40b7-9b09-ce142b4152e9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8838c038-8e64-4200-923a-ea1bafe07908"], + CellID->1,ExpressionUUID->"c38c8d49-0ca9-4fea-a467-acc737fb29bc"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c07b62b9-6905-48b1-8821-b57ab0148e4e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"44830270-cab8-4629-997e-847ef12bb063"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "RStirlingNumber", "ObjectName",ExpressionUUID-> - "599efd4d-8712-4ef9-9ab9-9d22cade2b00"], + "8fa12302-43ff-4f35-bd45-0f4602d0aba8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"18f9dfe8-394a-44c3-9778-618f00fa6940"], + "Spacer1"]],ExpressionUUID->"49004df2-2935-4c25-b327-3614224edd6d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d67beaf3-ed1b-4fcf-b1ea-2d80decd9d61"] - }],ExpressionUUID->"c6f156c0-93c9-4a6c-83b0-8001a9c10de7"], Cell[BoxData[ + "005236ee-865e-45af-baf0-46224dc31148"] + }],ExpressionUUID->"9709115c-654e-4578-8962-72256f325400"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e690a398-b8da-4536-bd4a-44d0b55e28fa"]} + "869484cc-cf20-459f-9c5c-e88028824869"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"27d2ff9e-45fc-4589-9afe-bc0a0b462f1d"], + CacheGraphics->False,ExpressionUUID->"d170792f-ab16-47bf-91ab-ba4b7b85be1f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +242,7 @@ Cell[BoxData[GridBox[{ "f4cf63ca-3eaa-4fe1-88b6-a19f73edda79"], " \[LineSeparator]computes the r-associated Stirling number of the \ second kind." - }],ExpressionUUID->"faabcaa6-e6db-4177-89d1-86dc8d3a88e6"]} + }],ExpressionUUID->"bcd0f832-933e-4f58-a334-86ded547295b"]} }]], "Usage", CellID->1263391178,ExpressionUUID->"abd01957-c79c-43c3-9f43-687e8988b3b0"] }, Open ]], @@ -274,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"70bf0c68-13b8-49e1-b7c4-26c8ccda506a"], + ExpressionUUID->"078ca1ad-25b6-41de-8a7d-4ed1d94d4087"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cfa37407-7d85-4628-9be8-ba9ed85710ae"], + "Spacer1"]],ExpressionUUID->"606a67fe-cd2a-4fee-a2ba-6773ada8222c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ebd9f144-797a-4bc1-bffb-45ebe6f49636"], + }], "NotesFrameText",ExpressionUUID->"2036bc4f-167f-482d-9b0c-b45d9d2b5945"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"17bd7357-c064-4970-b7db-cfad28a04b4e"]], \ + "Preemptive"]],ExpressionUUID->"07f07057-cd60-4c37-a56a-1b22795335a9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1526228677,ExpressionUUID->"e0c64116-39a0-4185-be32-9c3f370b249e"], + CellID->1130262269,ExpressionUUID->"6169e444-95b1-4887-8ed1-f43e070c95a3"], Cell[TextData[{ "The input expression ", @@ -370,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e8ff8521-efe6-43a9-82bc-3bce97f95dc1"], + ExpressionUUID->"2337dc85-55e5-4131-ba79-63b4077419e0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0fbf5b65-238b-429f-a08b-0fab21b221f7"], + "Spacer1"]],ExpressionUUID->"11873dc6-3a3d-45a5-8c00-fb97ce1eea2c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cae5d9a3-c1ef-4f5e-a74a-ac2e34a28eb7"] + "f93ca7bd-0c68-44d5-a712-c1f9684e8b93"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->584966795,ExpressionUUID->"2d960673-5d24-440e-93e9-ce8c39797ca1"], + CellID->1532134027,ExpressionUUID->"b5c757cf-dbd1-49c2-bb72-2fd54a5fca08"], Cell[CellGroupData[{ @@ -411,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5ba9d968-c6cc-4915-b48c-447b6201c871"], + ExpressionUUID->"fd87dc0a-54ce-4608-b20a-49ed8c19a3c4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2febfa60-f80f-473f-b5fb-8df7c70fda68"], + "Spacer1"]],ExpressionUUID->"629aa90c-e6b2-47dd-93ea-0540b1f127e9"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a980ad88-de7e-424a-abdb-6032de1bebc7"] + "c1f97cb2-d4fe-417c-a394-f1f35a6055ca"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->369724634,ExpressionUUID->"5a2f7819-a51d-44d2-b95d-ce25be5a3dfc"], + CellID->731442814,ExpressionUUID->"50cf1c9f-56af-4469-98ed-30b41bd3c7aa"], Cell["Loading the package:", "ExampleText", CellID->576977131,ExpressionUUID->"57e099c6-188c-4807-ba72-ca1a8f8b735a"], @@ -589,8 +590,6 @@ Cell[BoxData["490"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -752,15 +751,15 @@ Cell[BoxData[GridBox[{ "e8108e22-1fce-4d03-a5e4-d5f12bc8b477"] }], "SeeAlso",ExpressionUUID->"b456a3e7-3e23-4542-af80-0ac81a13f0c4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e28bbf5e-f6a8-4599-b8c1-\ -0365bc83c897"], + }]], "SeeAlsoSection",ExpressionUUID->"35a24c30-03ad-4b5e-bcbb-\ +eb291a8ac835"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -772,9 +771,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0e50d1cf-990c-4e9a-8df4-156d9b2e02f2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"4fa28aef-d5cd-4949-90ae-\ -39814cba7742"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b3e9e453-9a19-4f53-bf28-\ +5dd7493d77dc"], Cell[BoxData[GridBox[{ { @@ -791,7 +789,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "49edc867-b0ba-444b-8369-97254f4989e1"]}]}, + "71e32d60-ca8e-4a22-abc3-d411b864a718"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -799,10 +797,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1f0c1c21-51dc-40f4-b82e-f627d290d20b"]}]} + "2dbebddf-6bf3-47b9-b1f6-7078597d32c9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e8dfd213-fafc-4e84-8ec8-\ -df73ae401b36"], + }]], "MoreAboutSection",ExpressionUUID->"4d3f0b7b-2f7b-486c-811b-\ +884bbe914949"], Cell[BoxData[GridBox[{ { @@ -829,7 +827,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CharacteristicValues"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "592d5751-095d-49f0-83cc-49bb273186f1"]], "RelatedLinks", + "91501362-6e2f-4346-873e-6b9ce1e0f77e"]], "RelatedLinks", ExpressionUUID->"c4eb0456-4fa3-410b-afb9-897aba3e61c5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -846,7 +844,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeightedMajority"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7bedf4de-e790-447e-86aa-87265aed9a9b"]], "RelatedLinks", + "382ac083-f82b-4d22-9401-6dc5a4319693"]], "RelatedLinks", ExpressionUUID->"87429cb9-a392-4a6e-a849-314b5d2f5cc2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -863,7 +861,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GetCardinalityGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "916095a8-b1fe-4cef-b459-0d97ca28fbe3"]], "RelatedLinks", + "b66d39bc-6f79-4461-ad5b-897e5b787154"]], "RelatedLinks", ExpressionUUID->"4ab3ed38-aea8-4671-b3c6-aaf9822ae7f8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -880,11 +878,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "becfd9a0-bb0d-4188-b7e3-1e2708fe9154"]], "RelatedLinks", + "5fe2ebcc-bb2d-402e-b2fe-8462aa45aaec"]], "RelatedLinks", ExpressionUUID->"19a5f500-2d27-4696-809f-95dcd235625e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"73f8c44a-a799-4b30-9d18-\ -0ed77c661ddc"], + }]], "RelatedLinksSection",ExpressionUUID->"e99971e9-4c12-4c63-a0d1-\ +43f378082c1d"], Cell[CellGroupData[{ @@ -914,11 +912,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"203c258e-a759-48c2-a2d3-dcfa0b097022"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b095b70b-7e65-4b29-ae6b-f5a78bef718e"] +Cell[" ", "FooterCell",ExpressionUUID->"040a78b9-e983-46af-91ac-a7034984cc9d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"RStirlingNumber", TaggingRules->{ @@ -929,18 +927,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 7.287146}", + "built" -> "{2024, 6, 3, 16, 55, 13.701864}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "RStirlingNumber[r, n, k] computes the r-associated Stirling number of \ the second kind.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "RStirlingNumber", "titlemodifier" -> "", "windowtitle" -> - "RStirlingNumber", "type" -> "Symbol", "uri" -> + "RStirlingNumber", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "RStirlingNumber", "type" -> "Symbol", "uri" -> "TUG/ref/RStirlingNumber"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -949,9 +947,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"901da7f7-5b38-4b8a-baea-5363c7819b32" +ExpressionUUID->"14393b79-672e-44dc-8f22-03b85a6bb71e" ] (* End of Notebook Content *) @@ -959,129 +957,127 @@ ExpressionUUID->"901da7f7-5b38-4b8a-baea-5363c7819b32" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13348, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d960673-5d24-440e-93e9-ce8c39797ca1", + Cell[13364, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b5c757cf-dbd1-49c2-bb72-2fd54a5fca08", CellTags->"PrimaryExamplesSection", - CellID->584966795]} + CellID->1532134027]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35329, 960} + {"PrimaryExamplesSection", 35331, 958} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7112, 170, 56, "AnchorBarGrid",ExpressionUUID->"8838c038-8e64-4200-923a-ea1bafe07908", +Cell[587, 21, 7128, 171, 57, "AnchorBarGrid",ExpressionUUID->"c38c8d49-0ca9-4fea-a467-acc737fb29bc", CellID->1], -Cell[7702, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c07b62b9-6905-48b1-8821-b57ab0148e4e"], +Cell[7718, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"44830270-cab8-4629-997e-847ef12bb063"], Cell[CellGroupData[{ -Cell[7813, 197, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"27d2ff9e-45fc-4589-9afe-bc0a0b462f1d"], -Cell[9105, 234, 515, 11, 111, "Usage",ExpressionUUID->"abd01957-c79c-43c3-9f43-687e8988b3b0", +Cell[7829, 198, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"d170792f-ab16-47bf-91ab-ba4b7b85be1f"], +Cell[9121, 235, 515, 11, 111, "Usage",ExpressionUUID->"abd01957-c79c-43c3-9f43-687e8988b3b0", CellID->1263391178] }, Open ]], Cell[CellGroupData[{ -Cell[9657, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"e0c64116-39a0-4185-be32-9c3f370b249e", +Cell[9673, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"6169e444-95b1-4887-8ed1-f43e070c95a3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1526228677], -Cell[11555, 299, 698, 16, 57, "Notes",ExpressionUUID->"eac1eab7-3c99-4fc7-954a-a1f0599c8e52", + CellID->1130262269], +Cell[11571, 300, 698, 16, 57, "Notes",ExpressionUUID->"eac1eab7-3c99-4fc7-954a-a1f0599c8e52", CellID->342265619], -Cell[12256, 317, 489, 12, 37, "Notes",ExpressionUUID->"67c95c7f-975a-416b-81cd-c2e79b1645d0", +Cell[12272, 318, 489, 12, 38, "Notes",ExpressionUUID->"67c95c7f-975a-416b-81cd-c2e79b1645d0", CellID->177724765], -Cell[12748, 331, 219, 4, 36, "Notes",ExpressionUUID->"a73b6e7d-058d-46e0-82b9-b63f26958b90", +Cell[12764, 332, 219, 4, 36, "Notes",ExpressionUUID->"a73b6e7d-058d-46e0-82b9-b63f26958b90", CellID->1479318541], -Cell[12970, 337, 251, 4, 57, "Notes",ExpressionUUID->"3e405a0f-1f98-430c-829d-f731112e98f4", +Cell[12986, 338, 251, 4, 57, "Notes",ExpressionUUID->"3e405a0f-1f98-430c-829d-f731112e98f4", CellID->2008778685] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13348, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d960673-5d24-440e-93e9-ce8c39797ca1", +Cell[13364, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b5c757cf-dbd1-49c2-bb72-2fd54a5fca08", CellTags->"PrimaryExamplesSection", - CellID->584966795], + CellID->1532134027], Cell[CellGroupData[{ -Cell[14793, 388, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5a2f7819-a51d-44d2-b95d-ce25be5a3dfc", - CellID->369724634], -Cell[16194, 426, 118, 1, 38, "ExampleText",ExpressionUUID->"57e099c6-188c-4807-ba72-ca1a8f8b735a", +Cell[14810, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"50cf1c9f-56af-4469-98ed-30b41bd3c7aa", + CellID->731442814], +Cell[16211, 427, 118, 1, 39, "ExampleText",ExpressionUUID->"57e099c6-188c-4807-ba72-ca1a8f8b735a", CellID->576977131], Cell[CellGroupData[{ -Cell[16337, 431, 168, 3, 27, "Input",ExpressionUUID->"1ffc0d01-73bf-4ada-bd4a-5ebcb8196d85", +Cell[16354, 432, 168, 3, 27, "Input",ExpressionUUID->"1ffc0d01-73bf-4ada-bd4a-5ebcb8196d85", CellID->1751750172], Cell[CellGroupData[{ -Cell[16530, 438, 235, 4, 23, "Print",ExpressionUUID->"806a65a2-f6a6-4fce-9bb3-47e316cf1874", +Cell[16547, 439, 235, 4, 23, "Print",ExpressionUUID->"806a65a2-f6a6-4fce-9bb3-47e316cf1874", CellID->974929531], -Cell[16768, 444, 365, 8, 23, "Print",ExpressionUUID->"e876e7cb-9b77-4e61-849a-f4048b718e46", +Cell[16785, 445, 365, 8, 23, "Print",ExpressionUUID->"e876e7cb-9b77-4e61-849a-f4048b718e46", CellID->1468633628], -Cell[17136, 454, 236, 4, 23, "Print",ExpressionUUID->"e56048c5-7a4b-4850-9614-3a9c6d505df6", +Cell[17153, 455, 236, 4, 23, "Print",ExpressionUUID->"e56048c5-7a4b-4850-9614-3a9c6d505df6", CellID->1295355287], -Cell[17375, 460, 219, 3, 23, "Print",ExpressionUUID->"2a07c033-6726-4104-9fda-f6beb0594888", +Cell[17392, 461, 219, 3, 23, "Print",ExpressionUUID->"2a07c033-6726-4104-9fda-f6beb0594888", CellID->832311639], -Cell[17597, 465, 206, 3, 23, "Print",ExpressionUUID->"90bff55e-c55b-4844-b7ba-a361ca9b159b", +Cell[17614, 466, 206, 3, 23, "Print",ExpressionUUID->"90bff55e-c55b-4844-b7ba-a361ca9b159b", CellID->427828911], -Cell[17806, 470, 237, 4, 23, "Print",ExpressionUUID->"33e59ff9-f91c-4479-89b9-e27343764f40", +Cell[17823, 471, 237, 4, 23, "Print",ExpressionUUID->"33e59ff9-f91c-4479-89b9-e27343764f40", CellID->1143225606], -Cell[18046, 476, 220, 3, 23, "Print",ExpressionUUID->"f366405c-8a28-40f1-8da6-3ee9db06907c", +Cell[18063, 477, 220, 3, 23, "Print",ExpressionUUID->"f366405c-8a28-40f1-8da6-3ee9db06907c", CellID->1588853208], -Cell[18269, 481, 236, 4, 23, "Print",ExpressionUUID->"a3f80f89-37bd-4dd2-8ca1-5e707435c3ee", +Cell[18286, 482, 236, 4, 23, "Print",ExpressionUUID->"a3f80f89-37bd-4dd2-8ca1-5e707435c3ee", CellID->1196955081], -Cell[18508, 487, 236, 4, 23, "Print",ExpressionUUID->"3842344d-b54e-474a-8265-835d8824aceb", +Cell[18525, 488, 236, 4, 23, "Print",ExpressionUUID->"3842344d-b54e-474a-8265-835d8824aceb", CellID->1230893810], -Cell[18747, 493, 207, 3, 23, "Print",ExpressionUUID->"fe5a3047-993e-425d-a4b4-23adbcc62cc5", +Cell[18764, 494, 207, 3, 23, "Print",ExpressionUUID->"fe5a3047-993e-425d-a4b4-23adbcc62cc5", CellID->1402354931], -Cell[18957, 498, 235, 4, 70, "Print",ExpressionUUID->"611a95d3-3804-4cda-a004-4a05f1a467a6", +Cell[18974, 499, 235, 4, 23, "Print",ExpressionUUID->"611a95d3-3804-4cda-a004-4a05f1a467a6", CellID->780226308] }, Open ]] }, Open ]], -Cell[19219, 506, 190, 4, 70, "ExampleText",ExpressionUUID->"ed54db49-cac0-422e-b6dc-1c7fb1cc5012", +Cell[19236, 507, 190, 4, 70, "ExampleText",ExpressionUUID->"ed54db49-cac0-422e-b6dc-1c7fb1cc5012", CellID->476515668], Cell[CellGroupData[{ -Cell[19434, 514, 173, 3, 70, "Input",ExpressionUUID->"15547a71-f7da-4b83-a879-62253e6829e3", +Cell[19451, 515, 173, 3, 70, "Input",ExpressionUUID->"15547a71-f7da-4b83-a879-62253e6829e3", CellID->1558045001], -Cell[19610, 519, 172, 4, 36, "Output",ExpressionUUID->"5ef45195-c574-4153-a347-fc26aada9cc5", +Cell[19627, 520, 172, 4, 36, "Output",ExpressionUUID->"5ef45195-c574-4153-a347-fc26aada9cc5", CellID->954112605] }, Open ]], -Cell[19797, 526, 180, 3, 70, "ExampleText",ExpressionUUID->"9e324ddb-72f0-4f04-83d5-91c8439b3959", +Cell[19814, 527, 180, 3, 70, "ExampleText",ExpressionUUID->"9e324ddb-72f0-4f04-83d5-91c8439b3959", CellID->308226510], Cell[CellGroupData[{ -Cell[20002, 533, 199, 4, 70, "Input",ExpressionUUID->"d88c9b7d-6334-4789-af30-82911d4238ac", +Cell[20019, 534, 199, 4, 70, "Input",ExpressionUUID->"d88c9b7d-6334-4789-af30-82911d4238ac", CellID->976326803], -Cell[20204, 539, 156, 3, 36, "Output",ExpressionUUID->"b93bd0d1-53fa-43f9-a0e5-e201d7860ac3", +Cell[20221, 540, 156, 3, 36, "Output",ExpressionUUID->"b93bd0d1-53fa-43f9-a0e5-e201d7860ac3", CellID->109091785] }, Open ]], -Cell[20375, 545, 206, 4, 70, "ExampleText",ExpressionUUID->"71f52663-f9c3-482c-9f08-677f14aaa19a", +Cell[20392, 546, 206, 4, 70, "ExampleText",ExpressionUUID->"71f52663-f9c3-482c-9f08-677f14aaa19a", CellID->557113972], Cell[CellGroupData[{ -Cell[20606, 553, 199, 4, 70, "Input",ExpressionUUID->"b35089b2-6e85-4c57-8bbd-0bafc0704488", +Cell[20623, 554, 199, 4, 70, "Input",ExpressionUUID->"b35089b2-6e85-4c57-8bbd-0bafc0704488", CellID->990700702], -Cell[20808, 559, 159, 3, 36, "Output",ExpressionUUID->"9aa80c0d-86ec-421d-a621-8f5758b09a4d", +Cell[20825, 560, 159, 3, 36, "Output",ExpressionUUID->"9aa80c0d-86ec-421d-a621-8f5758b09a4d", CellID->1650373567] }, Open ]], -Cell[20982, 565, 257, 4, 70, "ExampleText",ExpressionUUID->"26941754-50fd-4779-89ed-ed06d6548bb8", +Cell[20999, 566, 257, 4, 70, "ExampleText",ExpressionUUID->"26941754-50fd-4779-89ed-ed06d6548bb8", CellID->959091575], Cell[CellGroupData[{ -Cell[21264, 573, 200, 4, 70, "Input",ExpressionUUID->"92aa4b82-8152-4238-b05f-f3ea2b28366a", +Cell[21281, 574, 200, 4, 70, "Input",ExpressionUUID->"92aa4b82-8152-4238-b05f-f3ea2b28366a", CellID->1761145279], -Cell[21467, 579, 158, 3, 36, "Output",ExpressionUUID->"95808b85-20fd-4c48-a4f6-5e140b2050c8", +Cell[21484, 580, 158, 3, 36, "Output",ExpressionUUID->"95808b85-20fd-4c48-a4f6-5e140b2050c8", CellID->1100649851] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21884, 592, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"35a24c30-03ad-4b5e-bcbb-eb291a8ac835"], +Cell[27771, 756, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b3e9e453-9a19-4f53-bf28-5dd7493d77dc"], +Cell[28444, 776, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4d3f0b7b-2f7b-486c-811b-884bbe914949"], +Cell[29480, 804, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"e99971e9-4c12-4c63-a0d1-43f378082c1d"], Cell[CellGroupData[{ -Cell[21889, 593, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"e28bbf5e-f6a8-4599-b8c1-0365bc83c897"], -Cell[27776, 757, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4fa28aef-d5cd-4949-90ae-39814cba7742"] -}, Open ]], -Cell[28461, 778, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e8dfd213-fafc-4e84-8ec8-df73ae401b36"], -Cell[29497, 806, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"73f8c44a-a799-4b30-9d18-0ed77c661ddc"], -Cell[CellGroupData[{ -Cell[32398, 890, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"183b064b-7d83-41ce-875d-48226eaba4b4", +Cell[32381, 888, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"183b064b-7d83-41ce-875d-48226eaba4b4", CellID->778415021], -Cell[32538, 893, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6a66c7f-eee7-465d-afc7-45052d753802", +Cell[32521, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6a66c7f-eee7-465d-afc7-45052d753802", CellID->1194386356], -Cell[32760, 899, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0f3e874e-a9c8-4228-88bd-1361cec33e43", +Cell[32743, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0f3e874e-a9c8-4228-88bd-1361cec33e43", CellID->1641706272], -Cell[32975, 904, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33dd2984-e936-4b7e-a38d-120c55aafd12", +Cell[32958, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33dd2984-e936-4b7e-a38d-120c55aafd12", CellID->399251956], -Cell[33204, 910, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"203c258e-a759-48c2-a2d3-dcfa0b097022", +Cell[33187, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"203c258e-a759-48c2-a2d3-dcfa0b097022", CellID->821434655] }, Open ]], -Cell[33441, 916, 78, 0, 70, "FooterCell",ExpressionUUID->"b095b70b-7e65-4b29-ae6b-f5a78bef718e"] +Cell[33424, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"040a78b9-e983-46af-91ac-a7034984cc9d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/RationalApproximate.nb b/Documentation/English/ReferencePages/Symbols/RationalApproximate.nb index 4dd50e6..7df26b1 100644 --- a/Documentation/English/ReferencePages/Symbols/RationalApproximate.nb +++ b/Documentation/English/ReferencePages/Symbols/RationalApproximate.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40182, 1044] -NotebookOptionsPosition[ 32463, 890] -NotebookOutlinePosition[ 34599, 944] -CellTagsIndexPosition[ 34514, 939] +NotebookDataLength[ 40170, 1041] +NotebookOptionsPosition[ 32463, 889] +NotebookOutlinePosition[ 34618, 943] +CellTagsIndexPosition[ 34533, 938] WindowTitle->RationalApproximate WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cff6f028-8c87-4731-a98c-04e1116785bd"], + "5e3c0c5f-d137-4c50-8661-1bcfadbcc7d1"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e5bf2f43-b2d0-4636-85ca-64d108f01acd"], + "07cf743a-1557-4f09-9958-ad686cfe83d0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f32cb14f-093c-4077-9c66-3ef882a3f6f1"] - }],ExpressionUUID->"5491a979-5d62-40aa-82ce-40f0e08253d0"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "838e4095-092e-426c-95fd-b946e1c27059"] + }],ExpressionUUID->"03997639-b07f-4424-b484-1479d091fee1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a1dfe63e-a58f-4bf6-a9ab-fd9583ad3c3f"], + "ff41a771-0780-417a-a4bd-7ed18e0df1e2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e1c24f1f-1cb5-4fff-bda3-4639eb7f5e79"] - }],ExpressionUUID->"2c85baba-64a5-4d1e-9d49-e148507bb124"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "05a011af-a56d-4c0f-b10a-9db9273174c2"] + }],ExpressionUUID->"7a0c2267-5643-4edd-a8ee-f48823ddc3a8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "96ff1d14-66f3-490a-91b9-d068947adfa7"], + "d8398265-4677-4d64-8358-b4551eb13c79"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5026232d-94a3-43ed-bdb6-2d34a05f94d9"] - }],ExpressionUUID->"4eb02ec3-2974-4071-b44e-45527a1fd8e4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0a912121-bc07-48f2-ae85-2d3792f3080d"] + }],ExpressionUUID->"97a27040-a97a-44db-a089-1fca45ecde30"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "abe82315-1ad0-4aca-8126-dce9cf1c0a05"], + "3c5c93ab-6298-4761-8100-c1a2edc21907"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "69c99454-3a27-4f9c-9bab-e817b389353e"] - }],ExpressionUUID->"26a7f8fc-ec48-4aa9-85c4-91c87ea23348"], - StripOnInput->False], {"\<\"TUG/ref/RationalApproximate\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/RationalApproximate"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "46244fef-330f-431d-bc63-3210f4560ea1"] + }],ExpressionUUID->"08d906a5-d51a-4f84-8008-b455b1e1e6ad"], + StripOnInput->False],{ + "\"TUG/ref/RationalApproximate\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/RationalApproximate"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ RationalApproximate.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$163223], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/RationalApproximate" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$176766], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/RationalApproximate" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e03c7db8-3942-44c9-b4f8-b7490b41e112"] + "9db68297-8f3a-4224-9e25-5b05e534f589"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "13e0e260-4f8b-4601-8e8f-5873277b0240"]} + "0133a012-09f4-4318-921b-a6718c621bae"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"32d086a8-c833-43be-9509-a4ac90e8774f"], + CellID->1,ExpressionUUID->"6bb31354-98b1-46da-b8e8-cd735b9f9569"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"cd070b1f-3c0d-4f4e-909d-fcdef0c007ee"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b0e27c1b-bc5e-4748-be01-6608a1eaa8c0"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "RationalApproximate", "ObjectName",ExpressionUUID-> - "7e74a5be-f6ae-4032-a09c-408b12d7b298"], + "69ac3565-5a6f-4d48-97d6-e5dd6a0be27d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70dd7dc3-4638-45d4-b18b-fb40cb153002"], + "Spacer1"]],ExpressionUUID->"f7a5e27a-c27e-497a-8cce-08991dddca0b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "cbf2b2ba-dcfc-4cab-a1c9-575eaf29e6bc"] - }],ExpressionUUID->"00726d89-e656-4125-a30c-cc2d692f10de"], Cell[BoxData[ + "687bd80e-64d8-43a6-b0c5-7a82814f45c8"] + }],ExpressionUUID->"69181a2a-798d-49dc-a28b-80b316c3f9b5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4e1b48a0-d566-497b-9604-5cff283b45e9"]} + "d45f8c28-d78f-4278-ae5e-82863956d74d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7b57cfa0-d037-4b37-8c44-370b2b59f469"], + CacheGraphics->False,ExpressionUUID->"c2fd9efa-2685-4bfe-8094-7a1f58f60a96"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +241,7 @@ Cell[BoxData[GridBox[{ "e50fbe22-bfe0-4202-a5ee-cf59502c745f"], "\[LineSeparator]is an option for various package functions to impose \ rational approximation of the evaluation." - }],ExpressionUUID->"9c55f91c-70a0-4610-b713-0606e0684cee"]} + }],ExpressionUUID->"221d7b65-7ece-4d4b-a057-9723c8933cc1"]} }]], "Usage", CellID->895728133,ExpressionUUID->"6351571c-12a7-4519-8dea-ecc8f046ba5e"] }, Open ]], @@ -272,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b7b3abfe-af01-4c23-b9f6-2356517303b3"], + ExpressionUUID->"47244139-8d3e-4a55-83a1-7596993b9732"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"031b88ad-e44d-41de-8191-dd56399eeb2a"], + "Spacer1"]],ExpressionUUID->"26ff7e52-f6a8-40be-addb-67c45fa2ca48"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ee11fb16-9bff-4872-bc43-53a3841746e4"], + }], "NotesFrameText",ExpressionUUID->"7e761199-db11-416c-92e4-120c035482d8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f6c34dd1-b52f-49e3-8556-4adade479b09"]], \ + "Preemptive"]],ExpressionUUID->"e6874fc1-78b1-4881-b41f-b01268614147"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->870734117,ExpressionUUID->"293d1256-ec60-492a-870d-727b99445c2b"], + CellID->1022387922,ExpressionUUID->"2bfd7c4f-bb37-481b-b6c7-35f564273b0e"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -343,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cc3538cf-6655-4582-a1a5-5416a864715f"], + ExpressionUUID->"69a30a2f-7880-4c15-8348-80ef5565a453"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"171c3165-a2ce-4138-88a1-3883cbc96aa9"], + "Spacer1"]],ExpressionUUID->"28892237-5f57-4273-8994-1d8c1ed01346"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "74985d95-4469-4ec9-9021-ad12631a76b6"] + "4dd27f0f-41c1-468e-967b-b826d9d10100"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->868837374,ExpressionUUID->"fe278461-f241-4c0a-9f6c-3bf31dfc71d4"], + CellID->1595765838,ExpressionUUID->"f17fc286-0053-42bb-b3d7-0e21adf50147"], Cell[CellGroupData[{ @@ -384,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1bd53677-bc59-41d1-be64-25a09c586b5c"], + ExpressionUUID->"915b7821-2224-41cd-a73f-891816d3c660"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"afc1df36-e463-4542-a0b1-20aaf9aa67ad"], + "Spacer1"]],ExpressionUUID->"571f5d4e-45a9-45d8-b51a-0f8a7bbab012"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "996dcf09-815a-43f1-8545-7845f1db3c5b"] + "d1276f94-7efb-471b-ad9c-845f6c6cddf2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->242073895,ExpressionUUID->"d62b2a02-5cb6-407b-ab19-5155688c494d"], + CellID->358055972,ExpressionUUID->"df624b1e-0ef4-4824-88a1-a11d0bad4c33"], Cell["Loading the package:", "ExampleText", CellID->1334021815,ExpressionUUID->"5f06862a-e07d-4541-97aa-1801919c1b7a"], @@ -578,8 +580,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -741,15 +741,15 @@ Cell[BoxData[GridBox[{ "93d633ec-6986-4517-98a3-4d0692cad586"] }], "SeeAlso",ExpressionUUID->"7c4a9109-a616-4078-97b0-48460d1e20bd"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"aea07977-bf90-4c3d-a72c-\ -31269eb9b113"], + }]], "SeeAlsoSection",ExpressionUUID->"b99fe117-101a-4d9b-881b-\ +b1bee427cfa7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -761,9 +761,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0b051db6-dc3e-46b0-ab74-97ca18c3c26e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"705bf4a3-301b-47e7-8a58-\ -75a31c8817ca"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4bb39024-6ee6-4713-80f6-\ +41e9c7177a6d"], Cell[BoxData[GridBox[{ { @@ -780,7 +779,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "22870b56-bdf7-4d0b-a8d9-dd4c0f935871"]}]}, + "647f7b0f-e512-4987-a3d0-9e17fea26509"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -788,10 +787,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bc42ae9c-6562-4624-a28e-22f508d45c86"]}]} + "b847004d-6a8d-4885-90bf-846d65dc2f51"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a8a748e5-f495-4bfa-aa8d-\ -367a2a700728"], + }]], "MoreAboutSection",ExpressionUUID->"68bb5d76-39cb-4fe0-b815-\ +4d44c0b1caaf"], Cell[BoxData[GridBox[{ { @@ -818,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "378067de-a22b-460f-a039-ed2a34529b6d"]], "RelatedLinks", + "45427058-a9e8-4660-ac1e-d2bf6c3f55ab"]], "RelatedLinks", ExpressionUUID->"14cd110a-cff7-4f11-a522-794e77b43bcc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -835,7 +834,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "02887b31-8386-430d-a1b3-86e478d949dd"]], "RelatedLinks", + "be473027-cf41-4b1a-99d2-bbb98b0c919a"]], "RelatedLinks", ExpressionUUID->"a23ebcdd-b1f8-4819-b8c7-a67b40fdef7e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -852,11 +851,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DefineGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d20948d0-6037-4701-b824-1d28a46f0022"]], "RelatedLinks", + "01811a8f-8e1c-4963-bc7d-c27f6f6cf8f2"]], "RelatedLinks", ExpressionUUID->"4488f017-d383-4772-a5c2-c4b88d3ea7e4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4d50f316-286a-4fb9-aeea-\ -613d9e4bf0f9"], + }]], "RelatedLinksSection",ExpressionUUID->"5d76226b-9357-43d5-9e56-\ +f45398ed600f"], Cell[CellGroupData[{ @@ -886,11 +885,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ee5dd26c-bc22-4322-9a12-e93ac2ac05d1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"cd058e38-ed74-44cb-9075-5da3567977aa"] +Cell[" ", "FooterCell",ExpressionUUID->"6d60621e-f82f-4cda-84f3-e8a34edcb3b5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"RationalApproximate", TaggingRules->{ @@ -901,7 +900,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 53, 59.919040}", + "built" -> "{2024, 6, 3, 16, 55, 10.048013}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -909,10 +908,10 @@ TaggingRules->{ "RationalApproximate is an option for various package functions to impose \ rational approximation of the evaluation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "RationalApproximate", "titlemodifier" -> - "", "windowtitle" -> "RationalApproximate", "type" -> "Symbol", "uri" -> - "TUG/ref/RationalApproximate"}}, + "", "metadescription" -> "", "windowtitle" -> "RationalApproximate", + "type" -> "Symbol", "uri" -> "TUG/ref/RationalApproximate"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -921,9 +920,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b4c7a657-b846-4769-817d-7602bb16f5dd" +ExpressionUUID->"87755178-20df-451f-b7a3-84e7d185e2b2" ] (* End of Notebook Content *) @@ -931,121 +930,119 @@ ExpressionUUID->"b4c7a657-b846-4769-817d-7602bb16f5dd" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12330, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fe278461-f241-4c0a-9f6c-3bf31dfc71d4", + Cell[12363, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f17fc286-0053-42bb-b3d7-0e21adf50147", CellTags->"PrimaryExamplesSection", - CellID->868837374]} + CellID->1595765838]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34314, 932} + {"PrimaryExamplesSection", 34332, 931} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7128, 170, 56, "AnchorBarGrid",ExpressionUUID->"32d086a8-c833-43be-9509-a4ac90e8774f", +Cell[591, 21, 7160, 172, 57, "AnchorBarGrid",ExpressionUUID->"6bb31354-98b1-46da-b8e8-cd735b9f9569", CellID->1], -Cell[7722, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"cd070b1f-3c0d-4f4e-909d-fcdef0c007ee"], +Cell[7754, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b0e27c1b-bc5e-4748-be01-6608a1eaa8c0"], Cell[CellGroupData[{ -Cell[7833, 197, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"7b57cfa0-d037-4b37-8c44-370b2b59f469"], -Cell[9129, 234, 480, 9, 111, "Usage",ExpressionUUID->"6351571c-12a7-4519-8dea-ecc8f046ba5e", +Cell[7865, 199, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"c2fd9efa-2685-4bfe-8094-7a1f58f60a96"], +Cell[9161, 236, 480, 9, 109, "Usage",ExpressionUUID->"6351571c-12a7-4519-8dea-ecc8f046ba5e", CellID->895728133] }, Open ]], Cell[CellGroupData[{ -Cell[9646, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"293d1256-ec60-492a-870d-727b99445c2b", +Cell[9678, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"2bfd7c4f-bb37-481b-b6c7-35f564273b0e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->870734117], -Cell[11543, 297, 489, 12, 37, "Notes",ExpressionUUID->"75b301e5-d90b-4801-ae2f-4edc81eb096d", + CellID->1022387922], +Cell[11576, 299, 489, 12, 38, "Notes",ExpressionUUID->"75b301e5-d90b-4801-ae2f-4edc81eb096d", CellID->177724765], -Cell[12035, 311, 168, 3, 36, "Notes",ExpressionUUID->"71a46e84-26c4-4289-b283-4abd3628a923", +Cell[12068, 313, 168, 3, 36, "Notes",ExpressionUUID->"71a46e84-26c4-4289-b283-4abd3628a923", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12330, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fe278461-f241-4c0a-9f6c-3bf31dfc71d4", +Cell[12363, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f17fc286-0053-42bb-b3d7-0e21adf50147", CellTags->"PrimaryExamplesSection", - CellID->868837374], + CellID->1595765838], Cell[CellGroupData[{ -Cell[13775, 361, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d62b2a02-5cb6-407b-ab19-5155688c494d", - CellID->242073895], -Cell[15176, 399, 119, 1, 38, "ExampleText",ExpressionUUID->"5f06862a-e07d-4541-97aa-1801919c1b7a", +Cell[13809, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"df624b1e-0ef4-4824-88a1-a11d0bad4c33", + CellID->358055972], +Cell[15210, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"5f06862a-e07d-4541-97aa-1801919c1b7a", CellID->1334021815], Cell[CellGroupData[{ -Cell[15320, 404, 168, 3, 27, "Input",ExpressionUUID->"99988006-6c88-4ddf-9321-b36665929ca7", +Cell[15354, 406, 168, 3, 27, "Input",ExpressionUUID->"99988006-6c88-4ddf-9321-b36665929ca7", CellID->1096309632], Cell[CellGroupData[{ -Cell[15513, 411, 236, 4, 23, "Print",ExpressionUUID->"32bb038e-cc78-43a4-b812-c9d9788e1fd6", +Cell[15547, 413, 236, 4, 23, "Print",ExpressionUUID->"32bb038e-cc78-43a4-b812-c9d9788e1fd6", CellID->1078389655], -Cell[15752, 417, 364, 8, 23, "Print",ExpressionUUID->"b36ad1e5-c1ce-4923-b1d1-80c19ccdd141", +Cell[15786, 419, 364, 8, 23, "Print",ExpressionUUID->"b36ad1e5-c1ce-4923-b1d1-80c19ccdd141", CellID->281373799], -Cell[16119, 427, 235, 4, 23, "Print",ExpressionUUID->"20eb4457-0490-40d7-ba2e-c8c0652abef6", +Cell[16153, 429, 235, 4, 23, "Print",ExpressionUUID->"20eb4457-0490-40d7-ba2e-c8c0652abef6", CellID->795657509], -Cell[16357, 433, 220, 3, 23, "Print",ExpressionUUID->"3843a692-4660-434e-817b-5654a0b0303f", +Cell[16391, 435, 220, 3, 23, "Print",ExpressionUUID->"3843a692-4660-434e-817b-5654a0b0303f", CellID->1538904969], -Cell[16580, 438, 206, 3, 23, "Print",ExpressionUUID->"8772ebb9-922f-456b-a227-e10953abdf8c", +Cell[16614, 440, 206, 3, 23, "Print",ExpressionUUID->"8772ebb9-922f-456b-a227-e10953abdf8c", CellID->888021013], -Cell[16789, 443, 236, 4, 23, "Print",ExpressionUUID->"6a7a4e2a-9225-4c36-ac28-1fec0a53f622", +Cell[16823, 445, 236, 4, 23, "Print",ExpressionUUID->"6a7a4e2a-9225-4c36-ac28-1fec0a53f622", CellID->134350087], -Cell[17028, 449, 219, 3, 23, "Print",ExpressionUUID->"318bce5f-c9a1-4817-96b7-7e3bd3deb834", +Cell[17062, 451, 219, 3, 23, "Print",ExpressionUUID->"318bce5f-c9a1-4817-96b7-7e3bd3deb834", CellID->195741574], -Cell[17250, 454, 235, 4, 23, "Print",ExpressionUUID->"3c4146a9-7b92-4f9b-88dc-d27d3f3db362", +Cell[17284, 456, 235, 4, 23, "Print",ExpressionUUID->"3c4146a9-7b92-4f9b-88dc-d27d3f3db362", CellID->524373146], -Cell[17488, 460, 235, 4, 23, "Print",ExpressionUUID->"082e3c40-4aaf-4204-8c51-cadea3f712a2", +Cell[17522, 462, 235, 4, 23, "Print",ExpressionUUID->"082e3c40-4aaf-4204-8c51-cadea3f712a2", CellID->430950937], -Cell[17726, 466, 206, 3, 23, "Print",ExpressionUUID->"4e844380-0413-4123-a3d3-ecb50a9902c0", +Cell[17760, 468, 206, 3, 23, "Print",ExpressionUUID->"4e844380-0413-4123-a3d3-ecb50a9902c0", CellID->310653970], -Cell[17935, 471, 236, 4, 23, "Print",ExpressionUUID->"d2c339a8-220c-4b23-b717-5fd44f361d83", +Cell[17969, 473, 236, 4, 23, "Print",ExpressionUUID->"d2c339a8-220c-4b23-b717-5fd44f361d83", CellID->1272104662] }, Open ]] }, Open ]], -Cell[18198, 479, 136, 1, 38, "ExampleText",ExpressionUUID->"b978111b-94c0-4233-a972-e7bf6dad436e", +Cell[18232, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"b978111b-94c0-4233-a972-e7bf6dad436e", CellID->246240706], -Cell[18337, 482, 234, 6, 27, "Input",ExpressionUUID->"f5dd2d34-06ce-49d2-88da-f7c799a654af", +Cell[18371, 484, 234, 6, 27, "Input",ExpressionUUID->"f5dd2d34-06ce-49d2-88da-f7c799a654af", CellID->591850362], Cell[CellGroupData[{ -Cell[18596, 492, 360, 8, 27, "Input",ExpressionUUID->"b9c8c55f-2986-43a0-8247-bdf57c90c29a", +Cell[18630, 494, 360, 8, 27, "Input",ExpressionUUID->"b9c8c55f-2986-43a0-8247-bdf57c90c29a", CellID->1993600939], -Cell[18959, 502, 362, 8, 36, "Output",ExpressionUUID->"0bfd2521-f8cb-4bb8-bb4b-56c05ecec301", +Cell[18993, 504, 362, 8, 36, "Output",ExpressionUUID->"0bfd2521-f8cb-4bb8-bb4b-56c05ecec301", CellID->1636957945] }, Open ]], -Cell[19336, 513, 238, 6, 70, "Input",ExpressionUUID->"15b2c963-9a78-4a4f-8ce9-64a9a0f29bf3", +Cell[19370, 515, 238, 6, 70, "Input",ExpressionUUID->"15b2c963-9a78-4a4f-8ce9-64a9a0f29bf3", CellID->1702224154], -Cell[19577, 521, 191, 4, 70, "ExampleText",ExpressionUUID->"a0fea158-c5f1-4e13-bb80-17a5b53043b9", +Cell[19611, 523, 191, 4, 70, "ExampleText",ExpressionUUID->"a0fea158-c5f1-4e13-bb80-17a5b53043b9", CellID->56302221], Cell[CellGroupData[{ -Cell[19793, 529, 272, 6, 70, "Input",ExpressionUUID->"15c94313-1e20-4067-9cf8-83b754659a05", +Cell[19827, 531, 272, 6, 70, "Input",ExpressionUUID->"15c94313-1e20-4067-9cf8-83b754659a05", CellID->874975028], -Cell[20068, 537, 283, 8, 51, "Output",ExpressionUUID->"d89a489e-d268-429a-ba73-43db649894ee", +Cell[20102, 539, 283, 8, 50, "Output",ExpressionUUID->"d89a489e-d268-429a-ba73-43db649894ee", CellID->390612102] }, Open ]], -Cell[20366, 548, 167, 3, 70, "ExampleText",ExpressionUUID->"c5901bb1-0b7e-4936-a89e-1e8d603faef4", +Cell[20400, 550, 167, 3, 70, "ExampleText",ExpressionUUID->"c5901bb1-0b7e-4936-a89e-1e8d603faef4", CellID->789079752], Cell[CellGroupData[{ -Cell[20558, 555, 272, 6, 70, "Input",ExpressionUUID->"0d383e04-def4-4261-b586-68826453751b", +Cell[20592, 557, 272, 6, 70, "Input",ExpressionUUID->"0d383e04-def4-4261-b586-68826453751b", CellID->20120146], -Cell[20833, 563, 397, 8, 36, "Output",ExpressionUUID->"babfbe73-7e38-4036-a98e-f7aea812e7d1", +Cell[20867, 565, 397, 8, 36, "Output",ExpressionUUID->"babfbe73-7e38-4036-a98e-f7aea812e7d1", CellID->926844481] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21506, 582, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"b99fe117-101a-4d9b-881b-b1bee427cfa7"], +Cell[27393, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4bb39024-6ee6-4713-80f6-41e9c7177a6d"], +Cell[28066, 766, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"68bb5d76-39cb-4fe0-b815-4d44c0b1caaf"], +Cell[29102, 794, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"5d76226b-9357-43d5-9e56-f45398ed600f"], Cell[CellGroupData[{ -Cell[21494, 582, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"aea07977-bf90-4c3d-a72c-31269eb9b113"], -Cell[27381, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"705bf4a3-301b-47e7-8a58-75a31c8817ca"] -}, Open ]], -Cell[28066, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a8a748e5-f495-4bfa-aa8d-367a2a700728"], -Cell[29102, 795, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"4d50f316-286a-4fb9-aeea-613d9e4bf0f9"], -Cell[CellGroupData[{ -Cell[31338, 862, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a17c2e5e-7b32-4d8b-a905-e8186d790dad", +Cell[31338, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a17c2e5e-7b32-4d8b-a905-e8186d790dad", CellID->778415021], -Cell[31478, 865, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9f7f0fee-a7a4-44c5-a1c9-066c3fe1aeef", +Cell[31478, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9f7f0fee-a7a4-44c5-a1c9-066c3fe1aeef", CellID->1194386356], -Cell[31700, 871, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1984fd0d-b6b9-4ad4-8da3-219c55ace2bc", +Cell[31700, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1984fd0d-b6b9-4ad4-8da3-219c55ace2bc", CellID->1641706272], -Cell[31915, 876, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9c610f61-499c-4240-bf40-2ac004ea430e", +Cell[31915, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9c610f61-499c-4240-bf40-2ac004ea430e", CellID->399251956], -Cell[32144, 882, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ee5dd26c-bc22-4322-9a12-e93ac2ac05d1", +Cell[32144, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ee5dd26c-bc22-4322-9a12-e93ac2ac05d1", CellID->821434655] }, Open ]], -Cell[32381, 888, 78, 0, 70, "FooterCell",ExpressionUUID->"cd058e38-ed74-44cb-9075-5da3567977aa"] +Cell[32381, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"6d60621e-f82f-4cda-84f3-e8a34edcb3b5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/RationalExact.nb b/Documentation/English/ReferencePages/Symbols/RationalExact.nb index 4296f5d..1451582 100644 --- a/Documentation/English/ReferencePages/Symbols/RationalExact.nb +++ b/Documentation/English/ReferencePages/Symbols/RationalExact.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 58334, 1512] -NotebookOptionsPosition[ 50663, 1361] -NotebookOutlinePosition[ 52754, 1414] -CellTagsIndexPosition[ 52668, 1409] +NotebookDataLength[ 58369, 1512] +NotebookOptionsPosition[ 50710, 1362] +NotebookOutlinePosition[ 52824, 1416] +CellTagsIndexPosition[ 52738, 1411] WindowTitle->RationalExact WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "88dfbad9-5be0-4a18-8a8b-cdebd813d0c5"], + "8e3542b3-f9f6-498e-8411-9da88b1b15f1"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b2f3fc9e-fc7d-42ef-be76-ec7af0322696"], + "ed81c1dc-a568-456d-9f7c-a53f9a7c3585"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "de55efff-481d-4ec0-9452-076f1999f48c"] - }],ExpressionUUID->"75ed2d2d-55e1-4190-b10a-e776c7984022"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], \ -"\<\"CddGmpPlotImputationSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddGmpPlotLowerSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "be6ad161-f93b-41fd-9c82-2d84b8370c59"] + }],ExpressionUUID->"fb5dd49f-6796-4fac-abb2-21cdba8bcc8f"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4c30565c-3d46-4495-9162-8a73c6c43c7b"], + "e3690341-fbbe-411b-8741-d5a235849a22"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eeada8ef-c436-4590-95f7-2fa30fba0de3"] - }],ExpressionUUID->"8a7c680b-ead5-4221-b193-53d86760e87f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8aee57a9-b76a-4a9d-a230-3445d3fefb3f"] + }],ExpressionUUID->"768dd92c-ae47-408f-9b89-9fbee6ea5fa1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2170f1d4-186d-45ce-8562-83ba3d7f72ac"], + "7282d128-4279-47d3-9afc-5c94d4201818"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "758f1c59-2d31-4802-bc7b-4b26e80ec4ba"] - }],ExpressionUUID->"425c2ab1-cd57-4fd5-8c64-28a4569fdc3c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "5b4cac0e-d591-415b-94bd-054649d79d8b"] + }],ExpressionUUID->"aaf8e7f4-6226-46e2-aea8-31db3c258341"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2ebcaf42-cd18-4593-ae82-bae5a9b540a9"], + "b407c35b-64de-41d9-9266-8c00da73904d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "537d1dd6-2310-42da-802f-7596a1d33d9e"] - }],ExpressionUUID->"9e919f82-5d03-4627-8d6a-9207f1c551ce"], - StripOnInput->False], {"\<\"TUG/ref/RationalExact\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/RationalExact"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/RationalExact.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$163795], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/RationalExact" <> ".html"], None}]}]}, + "e33753e0-412b-4bab-99e0-271bfb3a7691"] + }],ExpressionUUID->"5d0032ab-6e25-4279-9444-4ffa4d08fdf8"], + StripOnInput->False],{ + "\"TUG/ref/RationalExact\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/RationalExact"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +RationalExact.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$177372], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/RationalExact" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e8868199-79ce-49fa-bc2a-c8c58f249a8f"] + "d018cb81-beb2-4e3f-9482-9e515190fe1c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "17bde1ba-ef86-49ae-af0e-d2cf008ca29a"]} + "e4537692-525d-4b44-9233-a4ed8869e9ed"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2f0c8559-53c9-496a-8356-204bcc57e1a1"], + CellID->1,ExpressionUUID->"19aa69fb-2164-487c-88ad-481982b94976"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1905d449-51c2-4548-a567-9a3af3c774be"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a56d4c27-8d9a-4ac7-ba35-313e018334c5"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "RationalExact", "ObjectName",ExpressionUUID-> - "68e3c2a1-5d8e-4dcd-a1a6-99c200f79902"], + "b78468ce-4744-4a8e-b6f4-30fdbed6c445"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9528418f-2978-40f6-ab5f-40ecb335acc4"], + "Spacer1"]],ExpressionUUID->"de4f4a18-20b5-4259-8e87-ce5dedf35287"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a10976f3-ec75-481d-9958-76058b1f626d"] - }],ExpressionUUID->"d03aacc1-23a1-47d4-bca4-95d321832e23"], Cell[BoxData[ + "20bb77a6-2a0e-49b9-bbe6-745836732413"] + }],ExpressionUUID->"6490606d-a637-4c9d-96dc-b5984836831b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f02a26e5-8d5c-487b-9f16-6daf39f67ca4"]} + "b73589c1-f8fd-4e25-a83f-70939dc03be6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"dc4cdba3-a3fe-4718-9753-28fe1e75502b"], + CacheGraphics->False,ExpressionUUID->"6622cc14-29c1-4f46-acd3-15e8bf0f529d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "1e363267-7e9d-44a1-b9d8-89bdeb51207b"], "\[LineSeparator]is an option for various package functions to impose \ GMP rational exact arithmetic." - }],ExpressionUUID->"647b8723-6284-47cb-a642-9dd7b4f6be95"]} + }],ExpressionUUID->"0a000276-4821-4cce-950f-673282aecc3b"]} }]], "Usage", CellID->1309822598,ExpressionUUID->"d5bc25a1-fff9-4cd1-8b6b-0ff512f98019"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cc284746-b97c-497a-b60e-165b951e0dcf"], + ExpressionUUID->"112b5e7f-8c08-470b-8b07-98745c82c206"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b414664a-afb2-46fb-90d3-cad4f39b7b07"], + "Spacer1"]],ExpressionUUID->"0fbe0ec8-3ae2-4f8b-aae2-6535c75f9d6d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"42cd51a8-c396-47de-b7f9-bf0620250565"], + }], "NotesFrameText",ExpressionUUID->"b10e9ab5-e5ee-46c9-9c8a-fb4573ff6935"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f089a40e-0007-4619-a2ad-dc2ec82ec130"]], \ + "Preemptive"]],ExpressionUUID->"6116846d-730d-4916-8a86-edf78f85c5e8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->255776099,ExpressionUUID->"7e6d7832-164d-40d9-850e-8eb5c9e3fccb"], + CellID->360273533,ExpressionUUID->"6615c4a4-2a31-4544-8bb2-32854e2cbd0f"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a2a3dc42-9c09-4a1c-adc1-b693c47e4dc0"], + ExpressionUUID->"caf88a0c-2094-4782-9bf4-3a513df4e3ab"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb0271fb-c17e-451d-a1b2-984f725eb9e4"], + "Spacer1"]],ExpressionUUID->"6f982e1c-7ec2-4967-a6eb-1d11e8369fb5"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f5f8773a-441b-48d8-bf1c-c91bcac3d98d"] + "d1403132-2b15-450e-8e89-6aceabe8d4de"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1795434056,ExpressionUUID->"7833fd90-de3f-4a37-9ead-7a5bc444f6b6"], + CellID->447804233,ExpressionUUID->"a9680a05-1b06-43bc-ac9b-6ff3d69318f2"], Cell[CellGroupData[{ @@ -383,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a80a55a1-c046-42ed-a2c3-d4c0c82322e9"], + ExpressionUUID->"10b7c963-9271-4069-9b48-73f8d014f89b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1f3048ec-39b0-4697-92f6-acbfd7cf6088"], + "Spacer1"]],ExpressionUUID->"c0441711-7355-4dc8-ada6-7b38c1da52ad"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "032e5254-59c3-4694-bc80-e4f86c54915f"] + "aec669ff-bc30-4320-9432-566bdc9b8332"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1067213342,ExpressionUUID->"cb14fa11-a0b5-4d2f-bb2c-15acd8634581"], + CellID->770844222,ExpressionUUID->"0c9cf67e-f336-469e-abc7-c983ba0bd25f"], Cell["Loading the package:", "ExampleText", CellID->444607150,ExpressionUUID->"4ef1523f-2a4a-4bda-af4e-4155b6efd860"], @@ -1046,8 +1050,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1195,15 +1197,15 @@ Cell[BoxData[GridBox[{ "fb215cc4-9941-472a-9662-8f117465724c"] }], "SeeAlso",ExpressionUUID->"902892ca-b428-48ac-b5d7-5997fde97f46"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1640c141-f925-46e2-9714-\ -dfa4623dc0ae"], + }]], "SeeAlsoSection",ExpressionUUID->"80b72b02-92f8-476c-99ee-\ +bebed2517592"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1215,9 +1217,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d5fc9401-9ecd-4032-a275-1a29c1973e67"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d418f44a-788e-4ed0-a160-\ -216ae05ad5e4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4a534392-dc3f-4208-9b66-\ +80b7dc569b58"], Cell[BoxData[GridBox[{ { @@ -1234,7 +1235,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bf0dc383-9313-40a5-b266-e5de0efaee8a"]}]}, + "9d5bee56-0257-4cc8-b883-bf67f87f445b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1242,10 +1243,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5b7aedf4-7726-4050-8a7b-df78eef36be2"]}]} + "0618e8ba-ba25-4a4f-9774-3580a6fbbeb9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e1ae1d3a-f870-4092-984b-\ -d7c3bbb3f847"], + }]], "MoreAboutSection",ExpressionUUID->"afaecce3-c500-4aa5-a777-\ +38b12a0e0949"], Cell[BoxData[GridBox[{ { @@ -1272,7 +1273,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9dd46de3-2ad8-4149-a62a-448344282a16"]], "RelatedLinks", + "f8b346ba-62a2-495c-99a8-18f6b990d7b5"]], "RelatedLinks", ExpressionUUID->"6b791956-53e5-4189-bc99-1b4a73ddcdd5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1289,7 +1290,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "58a2b689-54cc-4d54-95c4-e6ee94c420bf"]], "RelatedLinks", + "e4a71f14-6ee5-4c1a-8512-cc78d286d99a"]], "RelatedLinks", ExpressionUUID->"6d4e613d-40f4-49bc-b0af-7d3fe1ca2356"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1306,7 +1307,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddGmpPlotCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b536e8e7-c4cf-4eca-bc75-924b6b7e08bf"]], "RelatedLinks", + "ffe5818b-c7be-4465-a5d7-389f6a13e382"]], "RelatedLinks", ExpressionUUID->"bbdaa8ba-6d5f-4d84-8e9b-26561790cea1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1323,11 +1324,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddGmpVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "27f0bc48-32b9-4917-b3ee-1ad60cc94b17"]], "RelatedLinks", + "565276e2-1091-4892-a9ae-bf3d354d941a"]], "RelatedLinks", ExpressionUUID->"f7c30309-cb77-4eb5-8f83-32ba75129e80"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0f7101ca-27d0-4a92-af95-\ -db96cb45ba5f"], + }]], "RelatedLinksSection",ExpressionUUID->"69310c2d-2018-4ea6-8bc9-\ +a6a29409a267"], Cell[CellGroupData[{ @@ -1357,11 +1358,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"61d36230-11b9-471e-934c-00f979e56430"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6a708d11-26de-4e7d-824d-26a0342bc2fb"] +Cell[" ", "FooterCell",ExpressionUUID->"c8df457d-637d-4b7f-a14c-c5b64bfd5e3c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"RationalExact", TaggingRules->{ @@ -1372,17 +1373,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 1.396332}", + "built" -> "{2024, 6, 3, 16, 55, 10.795329}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "RationalExact is an option for various package functions to impose GMP \ rational exact arithmetic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "RationalExact", "titlemodifier" -> "", "windowtitle" -> "RationalExact", - "type" -> "Symbol", "uri" -> "TUG/ref/RationalExact"}}, + "RationalExact", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "RationalExact", "type" -> "Symbol", "uri" -> + "TUG/ref/RationalExact"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1391,9 +1393,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a34f120e-798a-4fb8-b1aa-e862524a02dd" +ExpressionUUID->"69e3ae9b-0c9b-45d9-9c04-041f6f73ddd9" ] (* End of Notebook Content *) @@ -1401,119 +1403,117 @@ ExpressionUUID->"a34f120e-798a-4fb8-b1aa-e862524a02dd" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12354, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7833fd90-de3f-4a37-9ead-7a5bc444f6b6", + Cell[12437, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a9680a05-1b06-43bc-ac9b-6ff3d69318f2", CellTags->"PrimaryExamplesSection", - CellID->1795434056]} + CellID->447804233]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 52467, 1402} + {"PrimaryExamplesSection", 52538, 1404} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7186, 169, 56, "AnchorBarGrid",ExpressionUUID->"2f0c8559-53c9-496a-8356-204bcc57e1a1", +Cell[585, 21, 7269, 173, 57, "AnchorBarGrid",ExpressionUUID->"19aa69fb-2164-487c-88ad-481982b94976", CellID->1], -Cell[7774, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1905d449-51c2-4548-a567-9a3af3c774be"], +Cell[7857, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a56d4c27-8d9a-4ac7-ba35-313e018334c5"], Cell[CellGroupData[{ -Cell[7885, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"dc4cdba3-a3fe-4718-9753-28fe1e75502b"], -Cell[9175, 233, 464, 9, 111, "Usage",ExpressionUUID->"d5bc25a1-fff9-4cd1-8b6b-0ff512f98019", +Cell[7968, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"6622cc14-29c1-4f46-acd3-15e8bf0f529d"], +Cell[9258, 237, 464, 9, 109, "Usage",ExpressionUUID->"d5bc25a1-fff9-4cd1-8b6b-0ff512f98019", CellID->1309822598] }, Open ]], Cell[CellGroupData[{ -Cell[9676, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"7e6d7832-164d-40d9-850e-8eb5c9e3fccb", +Cell[9759, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"6615c4a4-2a31-4544-8bb2-32854e2cbd0f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->255776099], -Cell[11573, 296, 489, 12, 37, "Notes",ExpressionUUID->"505eaea7-fc7e-4b47-84aa-839cfbc83876", + CellID->360273533], +Cell[11656, 300, 489, 12, 38, "Notes",ExpressionUUID->"505eaea7-fc7e-4b47-84aa-839cfbc83876", CellID->177724765], -Cell[12065, 310, 162, 3, 36, "Notes",ExpressionUUID->"a3ec01d9-42c2-44a7-a5f0-4d892b735c61", +Cell[12148, 314, 162, 3, 36, "Notes",ExpressionUUID->"a3ec01d9-42c2-44a7-a5f0-4d892b735c61", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12354, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7833fd90-de3f-4a37-9ead-7a5bc444f6b6", +Cell[12437, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a9680a05-1b06-43bc-ac9b-6ff3d69318f2", CellTags->"PrimaryExamplesSection", - CellID->1795434056], + CellID->447804233], Cell[CellGroupData[{ -Cell[13800, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"cb14fa11-a0b5-4d2f-bb2c-15acd8634581", - CellID->1067213342], -Cell[15202, 398, 118, 1, 38, "ExampleText",ExpressionUUID->"4ef1523f-2a4a-4bda-af4e-4155b6efd860", +Cell[13882, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0c9cf67e-f336-469e-abc7-c983ba0bd25f", + CellID->770844222], +Cell[15283, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"4ef1523f-2a4a-4bda-af4e-4155b6efd860", CellID->444607150], Cell[CellGroupData[{ -Cell[15345, 403, 168, 3, 27, "Input",ExpressionUUID->"7eddc136-d519-4ccd-9f86-7e03592ac08c", +Cell[15426, 407, 168, 3, 27, "Input",ExpressionUUID->"7eddc136-d519-4ccd-9f86-7e03592ac08c", CellID->1001415584], Cell[CellGroupData[{ -Cell[15538, 410, 237, 4, 23, "Print",ExpressionUUID->"d3d97a37-0492-41e0-9b2b-9c0c695562b8", +Cell[15619, 414, 237, 4, 23, "Print",ExpressionUUID->"d3d97a37-0492-41e0-9b2b-9c0c695562b8", CellID->1801222158], -Cell[15778, 416, 366, 8, 23, "Print",ExpressionUUID->"8b8d574d-4d70-4210-bdc3-a1077eac12e9", +Cell[15859, 420, 366, 8, 23, "Print",ExpressionUUID->"8b8d574d-4d70-4210-bdc3-a1077eac12e9", CellID->2063085739], -Cell[16147, 426, 237, 4, 23, "Print",ExpressionUUID->"25fde4b7-3e43-4328-8cb2-db32ce83f96c", +Cell[16228, 430, 237, 4, 23, "Print",ExpressionUUID->"25fde4b7-3e43-4328-8cb2-db32ce83f96c", CellID->1827477665], -Cell[16387, 432, 220, 3, 23, "Print",ExpressionUUID->"ae0add12-76b8-423e-a534-ba800b0a258a", +Cell[16468, 436, 220, 3, 23, "Print",ExpressionUUID->"ae0add12-76b8-423e-a534-ba800b0a258a", CellID->649007361], -Cell[16610, 437, 208, 3, 23, "Print",ExpressionUUID->"901d416c-e147-45e4-9057-1a3bc7e9ee37", +Cell[16691, 441, 208, 3, 23, "Print",ExpressionUUID->"901d416c-e147-45e4-9057-1a3bc7e9ee37", CellID->1225718719], -Cell[16821, 442, 237, 4, 23, "Print",ExpressionUUID->"ec5538d1-e6bb-414a-aaec-72c87341fd40", +Cell[16902, 446, 237, 4, 23, "Print",ExpressionUUID->"ec5538d1-e6bb-414a-aaec-72c87341fd40", CellID->255060434], -Cell[17061, 448, 220, 3, 23, "Print",ExpressionUUID->"ed311878-c3a6-4a87-bb1b-2db84cda3170", +Cell[17142, 452, 220, 3, 23, "Print",ExpressionUUID->"ed311878-c3a6-4a87-bb1b-2db84cda3170", CellID->122991170], -Cell[17284, 453, 237, 4, 23, "Print",ExpressionUUID->"123908f0-4bd1-4a88-a56c-745ea193a433", +Cell[17365, 457, 237, 4, 23, "Print",ExpressionUUID->"123908f0-4bd1-4a88-a56c-745ea193a433", CellID->1674463916], -Cell[17524, 459, 237, 4, 23, "Print",ExpressionUUID->"9a947c23-7198-4143-9387-3f9380e7b91c", +Cell[17605, 463, 237, 4, 23, "Print",ExpressionUUID->"9a947c23-7198-4143-9387-3f9380e7b91c", CellID->1956869662], -Cell[17764, 465, 208, 3, 23, "Print",ExpressionUUID->"abda390e-d729-4288-8bfc-7944a64eb0b4", +Cell[17845, 469, 208, 3, 23, "Print",ExpressionUUID->"abda390e-d729-4288-8bfc-7944a64eb0b4", CellID->1058883912], -Cell[17975, 470, 236, 4, 23, "Print",ExpressionUUID->"f1decf2e-56ce-4eca-b6e2-b3284493ece0", +Cell[18056, 474, 236, 4, 23, "Print",ExpressionUUID->"f1decf2e-56ce-4eca-b6e2-b3284493ece0", CellID->924916982] }, Open ]] }, Open ]], -Cell[18238, 478, 137, 1, 38, "ExampleText",ExpressionUUID->"c6867cd8-762f-414c-8997-47649b4a86a8", +Cell[18319, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"c6867cd8-762f-414c-8997-47649b4a86a8", CellID->1925744811], -Cell[18378, 481, 232, 6, 27, "Input",ExpressionUUID->"f68945ea-951a-45f8-bdb6-ada2578b80cc", +Cell[18459, 485, 232, 6, 27, "Input",ExpressionUUID->"f68945ea-951a-45f8-bdb6-ada2578b80cc", CellID->2362373], -Cell[18613, 489, 380, 9, 27, "Input",ExpressionUUID->"632f6064-b75b-4b7b-91cc-55329e73ef5b", +Cell[18694, 493, 380, 9, 27, "Input",ExpressionUUID->"632f6064-b75b-4b7b-91cc-55329e73ef5b", CellID->592898328], -Cell[18996, 500, 237, 6, 70, "Input",ExpressionUUID->"86c62557-ae75-4dfe-91e4-74013730f64a", +Cell[19077, 504, 237, 6, 27, "Input",ExpressionUUID->"86c62557-ae75-4dfe-91e4-74013730f64a", CellID->880575979], -Cell[19236, 508, 218, 4, 70, "ExampleText",ExpressionUUID->"8d0e6c51-b908-429f-a15a-378bb4e935a7", +Cell[19317, 512, 218, 4, 70, "ExampleText",ExpressionUUID->"8d0e6c51-b908-429f-a15a-378bb4e935a7", CellID->842251856], Cell[CellGroupData[{ -Cell[19479, 516, 381, 9, 70, "Input",ExpressionUUID->"ddfc8e15-d4ed-4b17-a0b1-92ff4278620c", +Cell[19560, 520, 381, 9, 70, "Input",ExpressionUUID->"ddfc8e15-d4ed-4b17-a0b1-92ff4278620c", CellID->805658118], -Cell[19863, 527, 9108, 242, 305, "Output",ExpressionUUID->"7eb82624-7449-44d6-8007-109841e84c67", +Cell[19944, 531, 9108, 242, 297, "Output",ExpressionUUID->"7eb82624-7449-44d6-8007-109841e84c67", CellID->2036773175] }, Open ]], -Cell[28986, 772, 523, 8, 70, "ExampleText",ExpressionUUID->"268f7d67-8637-4c30-a096-8b42197613bb", +Cell[29067, 776, 523, 8, 70, "ExampleText",ExpressionUUID->"268f7d67-8637-4c30-a096-8b42197613bb", CellID->711907895], -Cell[29512, 782, 189, 4, 70, "ExampleText",ExpressionUUID->"0ccb881f-533c-4bdd-8eda-d26aeaf96c2e", +Cell[29593, 786, 189, 4, 70, "ExampleText",ExpressionUUID->"0ccb881f-533c-4bdd-8eda-d26aeaf96c2e", CellID->1467176932], Cell[CellGroupData[{ -Cell[29726, 790, 268, 6, 70, "Input",ExpressionUUID->"6b2a5eea-5024-4ea0-9b39-9fbd26c14c05", +Cell[29807, 794, 268, 6, 70, "Input",ExpressionUUID->"6b2a5eea-5024-4ea0-9b39-9fbd26c14c05", CellID->1462475121], -Cell[29997, 798, 9077, 241, 305, "Output",ExpressionUUID->"62b1fa2f-90ad-4ab8-8ca8-ce3c24a5343b", +Cell[30078, 802, 9077, 241, 297, "Output",ExpressionUUID->"62b1fa2f-90ad-4ab8-8ca8-ce3c24a5343b", CellID->159497047] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[39397, 1052, 5581, 148, 70, "SeeAlsoSection",ExpressionUUID->"80b72b02-92f8-476c-99ee-bebed2517592"], +Cell[44981, 1202, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4a534392-dc3f-4208-9b66-80b7dc569b58"], +Cell[45654, 1222, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"afaecce3-c500-4aa5-a777-38b12a0e0949"], +Cell[46690, 1250, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"69310c2d-2018-4ea6-8bc9-a6a29409a267"], Cell[CellGroupData[{ -Cell[39338, 1050, 5581, 148, 70, "SeeAlsoSection",ExpressionUUID->"1640c141-f925-46e2-9714-dfa4623dc0ae"], -Cell[44922, 1200, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d418f44a-788e-4ed0-a160-216ae05ad5e4"] -}, Open ]], -Cell[45607, 1221, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e1ae1d3a-f870-4092-984b-d7c3bbb3f847"], -Cell[46643, 1249, 2870, 80, 70, "RelatedLinksSection",ExpressionUUID->"0f7101ca-27d0-4a92-af95-db96cb45ba5f"], -Cell[CellGroupData[{ -Cell[49538, 1333, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1cf8a64-0110-44ae-adf4-dafcd842838d", +Cell[49585, 1334, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1cf8a64-0110-44ae-adf4-dafcd842838d", CellID->117551421], -Cell[49678, 1336, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5bcd2263-2297-4b86-b7f1-ce061f42d069", +Cell[49725, 1337, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5bcd2263-2297-4b86-b7f1-ce061f42d069", CellID->1194386356], -Cell[49900, 1342, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44071265-71f8-45a6-8a0f-2e6f0b4e4fc4", +Cell[49947, 1343, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"44071265-71f8-45a6-8a0f-2e6f0b4e4fc4", CellID->1641706272], -Cell[50115, 1347, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0a35f856-34d4-4e3d-b290-81194f6aac30", +Cell[50162, 1348, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0a35f856-34d4-4e3d-b290-81194f6aac30", CellID->399251956], -Cell[50344, 1353, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"61d36230-11b9-471e-934c-00f979e56430", +Cell[50391, 1354, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"61d36230-11b9-471e-934c-00f979e56430", CellID->821434655] }, Open ]], -Cell[50581, 1359, 78, 0, 70, "FooterCell",ExpressionUUID->"6a708d11-26de-4e7d-824d-26a0342bc2fb"] +Cell[50628, 1360, 78, 0, 70, "FooterCell",ExpressionUUID->"c8df457d-637d-4b7f-a14c-c5b64bfd5e3c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/RationalTol.nb b/Documentation/English/ReferencePages/Symbols/RationalTol.nb index e09e2c3..394b9ba 100644 --- a/Documentation/English/ReferencePages/Symbols/RationalTol.nb +++ b/Documentation/English/ReferencePages/Symbols/RationalTol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40562, 1055] -NotebookOptionsPosition[ 32466, 893] -NotebookOutlinePosition[ 34600, 947] -CellTagsIndexPosition[ 34515, 942] +NotebookDataLength[ 40558, 1054] +NotebookOptionsPosition[ 32477, 894] +NotebookOutlinePosition[ 34629, 948] +CellTagsIndexPosition[ 34544, 943] WindowTitle->RationalTol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2e615c9a-ba32-4ca8-9bc4-23ab5d554c64"], + "f44be25d-30fc-4967-9435-e74ea43a3a54"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4b250805-fdff-4aea-870d-984ccafffc06"], + "f65df5e1-4fdc-4727-a174-d0205a7fbbb1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "89755595-4bb6-4929-995b-fae9cf21beb0"] - }],ExpressionUUID->"6dd28687-ebee-499a-b92b-b060fbf5958c"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "6d0fac1b-e6ed-4cca-9d52-7a6bd08274dd"] + }],ExpressionUUID->"b7a78509-57ce-4222-b9a3-8662b0a061e6"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "336cd1eb-e6c8-4b4a-8a00-eba447943eb4"], + "158ac0ef-7aa7-4701-9989-cb31e027b2c8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c35acc2b-6851-4002-8d2d-f919fc49ce1d"] - }],ExpressionUUID->"9a295372-7989-432c-b016-f3302f6ba8a9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "98d6922c-5736-40b2-b5a4-4173a0899b80"] + }],ExpressionUUID->"25e183be-d49c-46df-ae37-8381b0de66fd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d6930d73-aa26-4a99-bda7-ae7b8c298184"], + "378070c9-c719-4541-bc4f-999c756bc1d9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e33286ca-5e7a-4a98-994f-2aa02ef1224c"] - }],ExpressionUUID->"1a19a06c-9a5a-41d3-9253-02e8c8a63a73"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "48451ece-1a0a-4270-ade2-8738fd1dd88a"] + }],ExpressionUUID->"8d431867-a79c-4020-a5af-cd9b8c7a1d07"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e3c501e6-6a82-4961-9b5e-92224f82a59a"], + "1d173a7c-0ef7-4bce-99db-7dd4bddd0980"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f629643d-967f-4b27-8a14-fc57e8d292a4"] - }],ExpressionUUID->"9511b278-b04b-4bb1-b3c0-d045dd36cb19"], - StripOnInput->False], {"\<\"TUG/ref/RationalTol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/RationalTol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/RationalTol.\ + "e9e4e392-23f1-41b9-b11e-3bb2e093a522"] + }],ExpressionUUID->"345b5ca5-0c50-4386-a4ee-46933abf4423"], + StripOnInput->False],{ + "\"TUG/ref/RationalTol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/RationalTol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/RationalTol.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$164359], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/RationalTol" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$177970], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/RationalTol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c6e5ebf2-4e08-4565-90c2-56d0b20bb17b"] + "93b9d9e8-b283-412a-9673-db7915185871"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f310d264-c435-43d3-8d3e-dd1017cb202f"]} + "ae8df15b-dee0-48cb-97d0-0a320604ac4a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a6340425-7860-4ce1-954e-d942d02d572d"], + CellID->1,ExpressionUUID->"6879b880-d62f-45d2-9274-b0f01314f290"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d78043c7-67eb-4857-b9f0-797b6e81581c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"13ac4182-4ade-4812-89c7-fccb52322839"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "RationalTol", "ObjectName",ExpressionUUID-> - "40e9f4d3-126a-4582-80a3-98aaa6033bad"], + "0e63d3ab-1912-4ee4-9b7a-46c827dc6f3d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"083a6f83-71e9-4b22-9671-08567dd138d8"], + "Spacer1"]],ExpressionUUID->"0b4100a7-4ceb-4754-aed2-e9ed17039aca"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a95415a6-5bbe-4e93-950a-9bcdae8363a4"] - }],ExpressionUUID->"ef9c2a87-8c00-49da-a2a6-145ca3520833"], Cell[BoxData[ + "609a3ce9-f305-446e-b17b-b378878661f9"] + }],ExpressionUUID->"ca722ae0-35a4-4242-98ad-f7e7b05d7fdc"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "11be9b7a-c6e6-4cc1-bd8d-50df3eba63e1"]} + "f9a83935-4dee-4ddd-9c0a-ae66b8e71826"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"63e63a31-a602-4896-9aa3-972ba9ae25d3"], + CacheGraphics->False,ExpressionUUID->"aece4d1a-618c-4c53-b755-d125a5f207d7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "6f517486-8e98-4168-bdaf-f5b94e27a35c"], " \[LineSeparator]is an option for various package functions to specify \ an error term to approximate rational numbers from floating point arithmetic. " - }],ExpressionUUID->"c2b8334d-0ab8-4d04-88f9-28529a0f5dec"]} + }],ExpressionUUID->"1ccaa5e1-5681-4df1-9a25-2682c6f7d467"]} }]], "Usage", CellID->25593382,ExpressionUUID->"7854ba3a-c32e-4495-b987-406cfa29c205"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"69fce529-10dc-404a-8d17-7fc3058a0dff"], + ExpressionUUID->"ff4c63c3-5b24-48ee-9e57-b3767f46973d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9ae3049d-68ab-45c5-8527-04f691134e9c"], + "Spacer1"]],ExpressionUUID->"2e3230ef-1c86-4620-a265-138741552e1c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"eb53a43e-ec04-4668-87c1-0318f82ae232"], + }], "NotesFrameText",ExpressionUUID->"8fae08ba-f800-4e6c-b447-9f0fc9304985"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7fba2f40-2667-4d86-b106-044fc5bd4af2"]], \ + "Preemptive"]],ExpressionUUID->"d8f6cb0a-68ca-48e6-bbc9-eef19412d99e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->42815251,ExpressionUUID->"acf53cb4-ee43-40d1-9be7-22ec44e83a56"], + CellID->653838799,ExpressionUUID->"a01e8bad-13e2-49dc-b4d0-c3df78126850"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52b0abfa-eea8-44b6-9636-ecef1cc21463"], + ExpressionUUID->"120e6f6b-c8ae-4c31-b1ad-4fbd51121611"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"64d97e2f-5392-4cee-bf92-9918c19f0d03"], + "Spacer1"]],ExpressionUUID->"bf4d2e4b-122e-4b81-8838-ac41304fd182"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5e56c1b0-33ad-4412-9bb0-82d1906727a0"] + "16803494-a35b-4cad-8cc6-84efdc6ddc01"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1687851784,ExpressionUUID->"1fe3753a-d109-481a-9b0f-fe7b60fd09cc"], + CellID->379232767,ExpressionUUID->"d11d31de-1eb7-4fec-acfa-07caecb5849c"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"23120a1c-9e4e-4486-b93a-930adc8365d2"], + ExpressionUUID->"afff66f7-3180-493a-8177-942655c546c0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"888e781d-b78c-497f-b3d8-f5a235264ac1"], + "Spacer1"]],ExpressionUUID->"9457dc1d-c657-41f8-a4be-5e2ed8f1603b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "38a33c00-8805-494a-b689-65a39219621d"] + "7c93f386-7fbd-44df-aa43-5bfe7fc97204"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1671056834,ExpressionUUID->"e37a65aa-a8db-4a3f-8676-39eb5f78292a"], + CellID->1335359284,ExpressionUUID->"c2a22576-8e15-4f40-b38b-adb8d17363f8"], Cell["Loading the package:", "ExampleText", CellID->1245733983,ExpressionUUID->"5a3436ca-addb-4050-928d-f54a6e59ddf8"], @@ -595,8 +599,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -744,15 +746,15 @@ Cell[BoxData[GridBox[{ "19183f89-f119-4167-81d8-131798432b8b"] }], "SeeAlso",ExpressionUUID->"9fea1cb9-1f2c-41d9-b26f-106cf3b429bc"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d6a669b4-681a-425c-84e5-\ -bc110741b380"], + }]], "SeeAlsoSection",ExpressionUUID->"79d4e53e-f651-4dc7-8810-\ +83d661d6ea78"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -764,9 +766,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f7d74631-0d82-4784-a695-8a4ab25cc408"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3a03cbe2-79e4-42b1-920a-\ -be8b13293893"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4a478c85-8bf9-412c-b6f8-\ +fb0e46da4b92"], Cell[BoxData[GridBox[{ { @@ -783,7 +784,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2f904081-61cf-409e-a083-2de1affa885b"]}]}, + "aaf54e3a-9f50-40a6-847e-97802056b262"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -791,10 +792,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "31748550-6f48-4a79-aa94-7ac7fa4f46ee"]}]} + "32fb5284-bdee-44d5-a7fc-b982935aaa5b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"08cdf3db-5744-43e2-9a8c-\ -a25fb9965b87"], + }]], "MoreAboutSection",ExpressionUUID->"2a263f2e-76ab-4f85-8076-\ +f06dd92d20a2"], Cell[BoxData[GridBox[{ { @@ -821,7 +822,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "26692e16-4cda-411d-8596-a1f9ce3cc978"]], "RelatedLinks", + "6b4f9da1-6976-47e9-92c3-61367c830d79"]], "RelatedLinks", ExpressionUUID->"afdfada7-169f-4b12-9c06-ac8f6303684b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -838,7 +839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0898a189-5071-42d4-b2ee-e607162c854b"]], "RelatedLinks", + "73502741-0c83-4310-8f1d-9cab9827d4fe"]], "RelatedLinks", ExpressionUUID->"cd174e07-ce2b-421c-a565-9adbca06636e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -855,11 +856,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "95b304cd-acfd-4635-9909-f816d2fbdd3b"]], "RelatedLinks", + "fe622dfa-8b66-46a2-b7e6-223740ed0f6b"]], "RelatedLinks", ExpressionUUID->"b4c7f85f-1437-4000-9b9f-061e6b802efa"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fdc6385e-eb43-4079-9352-\ -df62128c0ec7"], + }]], "RelatedLinksSection",ExpressionUUID->"950e86ec-e951-49fe-973a-\ +9afc4f5e45d2"], Cell[CellGroupData[{ @@ -889,11 +890,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"29f4acc9-6db2-49d2-b1a8-3cb0d0b9df44"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"75173a5f-0f48-42c4-a874-20b128b52ed5"] +Cell[" ", "FooterCell",ExpressionUUID->"c8fd8870-d018-4e71-97ea-55bd68795722"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"RationalTol", TaggingRules->{ @@ -904,7 +905,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 3.000872}", + "built" -> "{2024, 6, 3, 16, 55, 11.601904}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -912,10 +913,10 @@ TaggingRules->{ "RationalTol is an option for various package functions to specify an \ error term to approximate rational numbers from floating point arithmetic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "RationalTol", - "titlemodifier" -> "", "windowtitle" -> "RationalTol", "type" -> "Symbol", - "uri" -> "TUG/ref/RationalTol"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "RationalTol", "type" -> "Symbol", "uri" -> "TUG/ref/RationalTol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -924,9 +925,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fc171a0e-aae7-47f0-887b-cc30adcb3884" +ExpressionUUID->"00ec8125-4734-434f-9168-0f00eb532b82" ] (* End of Notebook Content *) @@ -934,129 +935,127 @@ ExpressionUUID->"fc171a0e-aae7-47f0-887b-cc30adcb3884" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12306, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1fe3753a-d109-481a-9b0f-fe7b60fd09cc", + Cell[12352, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d11d31de-1eb7-4fec-acfa-07caecb5849c", CellTags->"PrimaryExamplesSection", - CellID->1687851784]} + CellID->379232767]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34314, 935} + {"PrimaryExamplesSection", 34344, 936} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7098, 168, 56, "AnchorBarGrid",ExpressionUUID->"a6340425-7860-4ce1-954e-d942d02d572d", +Cell[583, 21, 7143, 172, 57, "AnchorBarGrid",ExpressionUUID->"6879b880-d62f-45d2-9274-b0f01314f290", CellID->1], -Cell[7684, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d78043c7-67eb-4857-b9f0-797b6e81581c"], +Cell[7729, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"13ac4182-4ade-4812-89c7-fccb52322839"], Cell[CellGroupData[{ -Cell[7795, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"63e63a31-a602-4896-9aa3-972ba9ae25d3"], -Cell[9083, 232, 510, 9, 111, "Usage",ExpressionUUID->"7854ba3a-c32e-4495-b987-406cfa29c205", +Cell[7840, 199, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"aece4d1a-618c-4c53-b755-d125a5f207d7"], +Cell[9128, 236, 510, 9, 111, "Usage",ExpressionUUID->"7854ba3a-c32e-4495-b987-406cfa29c205", CellID->25593382] }, Open ]], Cell[CellGroupData[{ -Cell[9630, 246, 1893, 47, 37, "NotesSection",ExpressionUUID->"acf53cb4-ee43-40d1-9be7-22ec44e83a56", +Cell[9675, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"a01e8bad-13e2-49dc-b4d0-c3df78126850", CellGroupingRules->{"SectionGrouping", 50}, - CellID->42815251], -Cell[11526, 295, 489, 12, 37, "Notes",ExpressionUUID->"421bfcc0-324a-4da9-8706-666f6b438a93", + CellID->653838799], +Cell[11572, 299, 489, 12, 38, "Notes",ExpressionUUID->"421bfcc0-324a-4da9-8706-666f6b438a93", CellID->177724765], -Cell[12018, 309, 161, 3, 36, "Notes",ExpressionUUID->"47376904-90ba-47d4-85bb-d8e5f06b42f1", +Cell[12064, 313, 161, 3, 36, "Notes",ExpressionUUID->"47376904-90ba-47d4-85bb-d8e5f06b42f1", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12306, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1fe3753a-d109-481a-9b0f-fe7b60fd09cc", +Cell[12352, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d11d31de-1eb7-4fec-acfa-07caecb5849c", CellTags->"PrimaryExamplesSection", - CellID->1687851784], + CellID->379232767], Cell[CellGroupData[{ -Cell[13752, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e37a65aa-a8db-4a3f-8676-39eb5f78292a", - CellID->1671056834], -Cell[15154, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"5a3436ca-addb-4050-928d-f54a6e59ddf8", +Cell[13797, 363, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c2a22576-8e15-4f40-b38b-adb8d17363f8", + CellID->1335359284], +Cell[15199, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"5a3436ca-addb-4050-928d-f54a6e59ddf8", CellID->1245733983], Cell[CellGroupData[{ -Cell[15298, 402, 168, 3, 27, "Input",ExpressionUUID->"3bed8f86-bd7e-4cb8-bee6-0a387f437a63", +Cell[15343, 406, 168, 3, 27, "Input",ExpressionUUID->"3bed8f86-bd7e-4cb8-bee6-0a387f437a63", CellID->1694506160], Cell[CellGroupData[{ -Cell[15491, 409, 235, 4, 23, "Print",ExpressionUUID->"d4a65d36-072d-4138-8ec2-22d454478bbd", +Cell[15536, 413, 235, 4, 23, "Print",ExpressionUUID->"d4a65d36-072d-4138-8ec2-22d454478bbd", CellID->919978711], -Cell[15729, 415, 364, 8, 23, "Print",ExpressionUUID->"93b3d0d4-5dd0-4df8-b018-f519a4a81308", +Cell[15774, 419, 364, 8, 23, "Print",ExpressionUUID->"93b3d0d4-5dd0-4df8-b018-f519a4a81308", CellID->843425638], -Cell[16096, 425, 235, 4, 23, "Print",ExpressionUUID->"b5cf8090-03d2-4383-b8f6-19f9eb438f03", +Cell[16141, 429, 235, 4, 23, "Print",ExpressionUUID->"b5cf8090-03d2-4383-b8f6-19f9eb438f03", CellID->360975182], -Cell[16334, 431, 219, 3, 23, "Print",ExpressionUUID->"2519e0f1-ebdd-452b-aaf7-7d6f34b37fad", +Cell[16379, 435, 219, 3, 23, "Print",ExpressionUUID->"2519e0f1-ebdd-452b-aaf7-7d6f34b37fad", CellID->898895148], -Cell[16556, 436, 206, 3, 23, "Print",ExpressionUUID->"ca929677-a9ba-4c69-9617-0443db347bd0", +Cell[16601, 440, 206, 3, 23, "Print",ExpressionUUID->"ca929677-a9ba-4c69-9617-0443db347bd0", CellID->625236098], -Cell[16765, 441, 236, 4, 23, "Print",ExpressionUUID->"3a0f33b6-0222-4f07-b96f-f1965ef61c0b", +Cell[16810, 445, 236, 4, 23, "Print",ExpressionUUID->"3a0f33b6-0222-4f07-b96f-f1965ef61c0b", CellID->683033415], -Cell[17004, 447, 218, 3, 23, "Print",ExpressionUUID->"552170e9-1ae2-45ed-a802-19da1131d418", +Cell[17049, 451, 218, 3, 23, "Print",ExpressionUUID->"552170e9-1ae2-45ed-a802-19da1131d418", CellID->81282142], -Cell[17225, 452, 236, 4, 23, "Print",ExpressionUUID->"14e30643-9c6d-4096-a7ff-74dcbf033d05", +Cell[17270, 456, 236, 4, 23, "Print",ExpressionUUID->"14e30643-9c6d-4096-a7ff-74dcbf033d05", CellID->2077247863], -Cell[17464, 458, 236, 4, 23, "Print",ExpressionUUID->"f3f2ea5a-0b19-463f-8ebe-0438d3b94417", +Cell[17509, 462, 236, 4, 23, "Print",ExpressionUUID->"f3f2ea5a-0b19-463f-8ebe-0438d3b94417", CellID->1353295012], -Cell[17703, 464, 206, 3, 23, "Print",ExpressionUUID->"5d53b66a-f381-4625-9430-728dafa38065", +Cell[17748, 468, 206, 3, 23, "Print",ExpressionUUID->"5d53b66a-f381-4625-9430-728dafa38065", CellID->669360858], -Cell[17912, 469, 236, 4, 23, "Print",ExpressionUUID->"9113be26-a3d1-476f-88c2-87a0f46bcc81", +Cell[17957, 473, 236, 4, 23, "Print",ExpressionUUID->"9113be26-a3d1-476f-88c2-87a0f46bcc81", CellID->2099476442] }, Open ]] }, Open ]], -Cell[18175, 477, 136, 1, 38, "ExampleText",ExpressionUUID->"1a7b6d59-4b12-4bcc-a7a8-4630e9b1776c", +Cell[18220, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"1a7b6d59-4b12-4bcc-a7a8-4630e9b1776c", CellID->778941067], -Cell[18314, 480, 233, 6, 27, "Input",ExpressionUUID->"e8e5cba7-6aba-44a9-b8c0-c75a9dd7a90d", +Cell[18359, 484, 233, 6, 27, "Input",ExpressionUUID->"e8e5cba7-6aba-44a9-b8c0-c75a9dd7a90d", CellID->83977077], -Cell[18550, 488, 389, 9, 27, "Input",ExpressionUUID->"8eb53b4f-4c3a-4c17-a24d-0463e4a19f0d", +Cell[18595, 492, 389, 9, 27, "Input",ExpressionUUID->"8eb53b4f-4c3a-4c17-a24d-0463e4a19f0d", CellID->420705580], -Cell[18942, 499, 238, 6, 70, "Input",ExpressionUUID->"5ef0779c-6b5f-4ba1-a363-186cd09f48f3", +Cell[18987, 503, 238, 6, 70, "Input",ExpressionUUID->"5ef0779c-6b5f-4ba1-a363-186cd09f48f3", CellID->1755690005], -Cell[19183, 507, 210, 4, 70, "ExampleText",ExpressionUUID->"9d117ba2-9ed6-454b-b339-511d2bedd225", +Cell[19228, 511, 210, 4, 70, "ExampleText",ExpressionUUID->"9d117ba2-9ed6-454b-b339-511d2bedd225", CellID->1920441079], Cell[CellGroupData[{ -Cell[19418, 515, 298, 7, 70, "Input",ExpressionUUID->"7f08c0d8-af69-409d-9288-fe7f67a0e032", +Cell[19463, 519, 298, 7, 70, "Input",ExpressionUUID->"7f08c0d8-af69-409d-9288-fe7f67a0e032", CellID->1879477358], -Cell[19719, 524, 308, 8, 51, "Output",ExpressionUUID->"deb64e21-38ad-4ae9-b4c6-7c410db7a423", +Cell[19764, 528, 308, 8, 51, "Output",ExpressionUUID->"deb64e21-38ad-4ae9-b4c6-7c410db7a423", CellID->1861959795] }, Open ]], Cell[CellGroupData[{ -Cell[20064, 537, 192, 4, 70, "Input",ExpressionUUID->"979ca6ec-15f0-4aab-8647-19080a41dcd2", +Cell[20109, 541, 192, 4, 70, "Input",ExpressionUUID->"979ca6ec-15f0-4aab-8647-19080a41dcd2", CellID->185366622], -Cell[20259, 543, 151, 3, 36, "Output",ExpressionUUID->"88bee531-99f2-4d7f-a2cc-48d2b3dd4a7b", +Cell[20304, 547, 151, 3, 36, "Output",ExpressionUUID->"88bee531-99f2-4d7f-a2cc-48d2b3dd4a7b", CellID->180830120] }, Open ]], -Cell[20425, 549, 189, 4, 70, "ExampleText",ExpressionUUID->"9e28e7b6-71dc-466d-9688-11c06d6f2c18", +Cell[20470, 553, 189, 4, 70, "ExampleText",ExpressionUUID->"9e28e7b6-71dc-466d-9688-11c06d6f2c18", CellID->54737517], Cell[CellGroupData[{ -Cell[20639, 557, 295, 7, 70, "Input",ExpressionUUID->"a2ae5ada-3837-4224-9210-e441cd3841ca", +Cell[20684, 561, 295, 7, 70, "Input",ExpressionUUID->"a2ae5ada-3837-4224-9210-e441cd3841ca", CellID->1061974816], -Cell[20937, 566, 306, 8, 51, "Output",ExpressionUUID->"113ff07e-580a-479d-9b24-415805025d7f", +Cell[20982, 570, 306, 8, 51, "Output",ExpressionUUID->"113ff07e-580a-479d-9b24-415805025d7f", CellID->1375901796] }, Open ]], Cell[CellGroupData[{ -Cell[21280, 579, 193, 4, 70, "Input",ExpressionUUID->"0379ec86-988f-4365-8ff9-0d200bc72b0e", +Cell[21325, 583, 193, 4, 70, "Input",ExpressionUUID->"0379ec86-988f-4365-8ff9-0d200bc72b0e", CellID->1499382370], -Cell[21476, 585, 152, 3, 36, "Output",ExpressionUUID->"c6ec3050-ff25-44bd-a3b0-29fe1c8f2be1", +Cell[21521, 589, 152, 3, 36, "Output",ExpressionUUID->"c6ec3050-ff25-44bd-a3b0-29fe1c8f2be1", CellID->848597710] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21915, 601, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"79d4e53e-f651-4dc7-8810-83d661d6ea78"], +Cell[27393, 751, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4a478c85-8bf9-412c-b6f8-fb0e46da4b92"], +Cell[28066, 771, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2a263f2e-76ab-4f85-8076-f06dd92d20a2"], +Cell[29102, 799, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"950e86ec-e951-49fe-973a-9afc4f5e45d2"], Cell[CellGroupData[{ -Cell[21892, 599, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"d6a669b4-681a-425c-84e5-bc110741b380"], -Cell[27370, 749, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3a03cbe2-79e4-42b1-920a-be8b13293893"] -}, Open ]], -Cell[28055, 770, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"08cdf3db-5744-43e2-9a8c-a25fb9965b87"], -Cell[29091, 798, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"fdc6385e-eb43-4079-9352-df62128c0ec7"], -Cell[CellGroupData[{ -Cell[31341, 865, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"eb691e11-d073-4143-a297-e3c9b71296b9", +Cell[31352, 866, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"eb691e11-d073-4143-a297-e3c9b71296b9", CellID->906383680], -Cell[31481, 868, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"27fcfe3a-4226-435a-9fa5-ad3f5a84b78b", +Cell[31492, 869, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"27fcfe3a-4226-435a-9fa5-ad3f5a84b78b", CellID->1194386356], -Cell[31703, 874, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a7acb81-fa6e-445f-9d65-93570922060e", +Cell[31714, 875, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6a7acb81-fa6e-445f-9d65-93570922060e", CellID->1641706272], -Cell[31918, 879, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7afd205e-00ab-4065-8798-dfc9d2d90180", +Cell[31929, 880, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7afd205e-00ab-4065-8798-dfc9d2d90180", CellID->399251956], -Cell[32147, 885, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"29f4acc9-6db2-49d2-b1a8-3cb0d0b9df44", +Cell[32158, 886, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"29f4acc9-6db2-49d2-b1a8-3cb0d0b9df44", CellID->821434655] }, Open ]], -Cell[32384, 891, 78, 0, 70, "FooterCell",ExpressionUUID->"75173a5f-0f48-42c4-a874-20b128b52ed5"] +Cell[32395, 892, 78, 0, 70, "FooterCell",ExpressionUUID->"c8fd8870-d018-4e71-97ea-55bd68795722"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ReasonableOutcome.nb b/Documentation/English/ReferencePages/Symbols/ReasonableOutcome.nb index 7110a54..3c9158b 100644 --- a/Documentation/English/ReferencePages/Symbols/ReasonableOutcome.nb +++ b/Documentation/English/ReferencePages/Symbols/ReasonableOutcome.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40585, 1043] -NotebookOptionsPosition[ 32785, 889] -NotebookOutlinePosition[ 34915, 943] -CellTagsIndexPosition[ 34830, 938] +NotebookDataLength[ 40569, 1041] +NotebookOptionsPosition[ 32786, 889] +NotebookOutlinePosition[ 34934, 943] +CellTagsIndexPosition[ 34849, 938] WindowTitle->ReasonableOutcome WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fc24e5c2-48a9-481a-b053-94833ce80d1e"], + "b5304807-7141-4168-8ecf-065c5bf0fff4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5f94bf08-1262-4391-baa8-609f5a908328"], + "48690271-c7ed-4094-9003-983fe8010c1c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "840e4a77-172f-4b55-b92b-9f3e3c9c9288"] - }],ExpressionUUID->"afd39217-a5c7-4dd8-a8cd-eb3d0dc35793"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "207aac44-380f-4510-ba4a-b76dea9feaf9"] + }],ExpressionUUID->"b03c76fb-f441-4dba-ab0a-704b4356c1d2"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c2a03cfb-132f-43d1-9b7d-c1433289bc9f"], + "37ed244a-40b6-4d29-b257-f7fcd1cf1aaa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1becc8f6-a56c-4fcf-9a0e-0aea584699cb"] - }],ExpressionUUID->"69f749c5-520e-4718-91bf-f70de26d323e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "04ebd2c7-6fa1-403d-aafc-4145e7e48e84"] + }],ExpressionUUID->"a244da15-d2e4-4f83-ab26-9a9d00ea5c2a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a161f7e1-3638-42af-a27b-a31f0387fcdb"], + "1c965888-70e9-42c9-96c4-081b6000d2c6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6fa4662b-13ff-4116-a296-6dab14c08eea"] - }],ExpressionUUID->"fcc9d36e-1bed-43d8-bbcb-c524de799d3d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6faf2434-3551-4a99-a5a5-c6eba640c92b"] + }],ExpressionUUID->"421be74d-4ee8-4da3-947f-80e81be46cf2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11be2318-41e6-409d-b1c3-7a71e7ab019a"], + "35e7450e-04ff-4482-ac99-bcc058f29e4f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5eda6b03-eaec-416c-84bb-6a071d8ac020"] - }],ExpressionUUID->"9a40bfeb-83ca-41ce-bebd-f894d90a2cf1"], - StripOnInput->False], {"\<\"TUG/ref/ReasonableOutcome\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ReasonableOutcome"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "1947da9b-9b61-41fd-b1cc-c26c6869bf29"] + }],ExpressionUUID->"f11e6bbd-a0d6-46d4-ae0f-eaf95dbebbf3"], + StripOnInput->False],{ + "\"TUG/ref/ReasonableOutcome\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ReasonableOutcome"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ReasonableOutcome.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$164924], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ReasonableOutcome" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$178569], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ReasonableOutcome" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5c140d48-16f1-4606-87cf-49d94a838dba"] + "dadfad1d-522e-4ba3-89be-1452cd15f634"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "aba381fc-ca5f-4198-95c7-4c3deb941e4a"]} + "1d9184f3-a4c6-4e22-a067-e2aac2a41ac0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"bfe71eb4-2b94-496f-8856-f75432b72bb1"], + CellID->1,ExpressionUUID->"0484ca3e-59fc-4857-9c7b-acd447280bdf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"97335f7b-bc51-46ca-8227-d6617ec4143b"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"63072b13-70eb-4a6b-8bf2-178f656ea245"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ReasonableOutcome", "ObjectName",ExpressionUUID-> - "333d6d32-d6ae-4082-92dc-4b5c8b585c39"], + "45f1627e-3062-4478-b640-eb8295dd8379"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4ddd4f6c-a8b7-45bc-a406-3739b411ea71"], + "Spacer1"]],ExpressionUUID->"5e37e63f-76a8-4072-a52f-206ac1b2a982"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "098331bb-8282-4832-a64d-853cfe22a7f0"] - }],ExpressionUUID->"3ee46914-e5fb-4300-a2e7-14af44df90d3"], Cell[BoxData[ + "b157541f-89a0-4894-8330-1cee431337d5"] + }],ExpressionUUID->"a08366a6-40e9-4abe-b3d6-8889bf6df134"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8e4f4578-6969-4154-81b4-be4210ebac95"]} + "775f5639-62ff-46d5-807b-217792e127df"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e0c157b6-a9ad-429b-bfb0-173c6033177c"], + CacheGraphics->False,ExpressionUUID->"ed2ec248-b5b9-4d98-9911-18961e0b8f7e"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "06851aa6-c2ba-4208-bf3c-ed925951e870"], " \[LineSeparator]determines an upper bound that a proposal should not \ exceed to qualify it as a fair outcome." - }],ExpressionUUID->"e9924944-279b-43e6-9dd8-eaa1c4920f20"]} + }],ExpressionUUID->"4273d9e2-fcb2-4179-9909-de9015f2c1c3"]} }]], "Usage", CellID->166126122,ExpressionUUID->"3005152b-69c7-4bf9-acfa-7da1f6d16cd4"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bb820cea-61da-45ff-a0e6-8da6727f1a99"], + ExpressionUUID->"f8815bca-483e-4d66-bdd7-a9514a3a7527"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"833b1afd-56c2-49dc-83d5-f22d24c3ae2c"], + "Spacer1"]],ExpressionUUID->"f8583f95-64c0-4184-bd1a-b8a4195c3c76"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e3d50a66-b865-49c3-8043-56d7dc7907d2"], + }], "NotesFrameText",ExpressionUUID->"1ba9941e-626c-4169-aae7-064ce159003e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"70a148d1-3a6b-4b69-a2ba-c9ddf71b6517"]], \ + "Preemptive"]],ExpressionUUID->"56f0afa6-b8cb-47b9-9263-0bc63a5d8676"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1540898865,ExpressionUUID->"7d425bfa-01da-4ff7-96cf-33193d944438"], + CellID->903192312,ExpressionUUID->"22ef7336-5af6-4211-9136-1b255db0a2b9"], Cell[TextData[{ "The input expression ", @@ -363,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"abb98b39-b9ac-4972-9133-fc0a0b9418e0"], + ExpressionUUID->"0b700697-feab-40f3-a44f-7c8be332eb8c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93741dd6-95f4-4127-910b-99ff11bfbdbd"], + "Spacer1"]],ExpressionUUID->"ae869342-c34e-4dff-8a21-011a51b1c52b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4a48dfaf-fb4c-4180-9426-f6a561820a36"] + "0eb37b7f-0bb1-4fd1-bc24-e933c4ba3d1d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2078548958,ExpressionUUID->"a81ba097-f42d-4446-b655-6f7cf2656f43"], + CellID->241089612,ExpressionUUID->"96001c72-b3dc-453a-9493-72fbbfec8e6d"], Cell[CellGroupData[{ @@ -404,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"784b0fca-afc2-4d65-8949-cbde33d82012"], + ExpressionUUID->"c615eff1-cfc4-48ae-8eef-7444bab2ba21"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0c46fedf-5b4b-43a2-a80b-b3c143a5b62a"], + "Spacer1"]],ExpressionUUID->"d1ed3946-1d5b-45ea-b4e5-fa90fa011e77"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "228db07f-2bd4-4b19-a896-4e4d9b21969c"] + "2f18cb09-d0eb-4c39-ae64-491dc33b92fb"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1056572621,ExpressionUUID->"7f48e728-8a00-433e-ab2c-9334a962cc63"], + CellID->2042997688,ExpressionUUID->"a158cd4f-93d6-4210-b380-b2b2c5c082d5"], Cell["Loading the package:", "ExampleText", CellID->918263686,ExpressionUUID->"5cd6a12f-4ea0-446c-8056-be01ae722cfb"], @@ -574,8 +577,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -723,15 +724,15 @@ Cell[BoxData[GridBox[{ "2dba287c-3ece-4fce-b26d-135c2412eec6"] }], "SeeAlso",ExpressionUUID->"ccaaa253-6208-41d2-a54b-763dc31d7596"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"34d7f183-318b-437a-97c0-\ -6c6aa1e28414"], + }]], "SeeAlsoSection",ExpressionUUID->"6df00078-3d0d-4f6b-b350-\ +b63082e50cac"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -743,9 +744,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"08d97c25-44c3-4f19-ac39-dead9a9ca7ab"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e86b3730-b4a6-49df-9ac6-\ -cb4513810e0a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9ffa4c7d-e7ce-46cd-90ed-\ +c2efb44f319d"], Cell[BoxData[GridBox[{ { @@ -762,7 +762,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "efbaad6f-5ccd-4747-a7af-d17e84e62051"]}]}, + "8864b9ea-ba51-4852-b0fd-105372e9b6ad"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -770,10 +770,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0fb9ae5b-70e5-4953-9b24-560cf9a69c42"]}]} + "196c7b1d-4925-4c03-89bb-0baf92125bdd"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"991e9375-adf9-4e99-a743-\ -772873d81720"], + }]], "MoreAboutSection",ExpressionUUID->"61233348-314f-4071-80e0-\ +fa4ad9910e44"], Cell[BoxData[GridBox[{ { @@ -800,7 +800,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c6a6106e-9c27-41cf-91be-dd2b131657b8"]], "RelatedLinks", + "d057ecba-8d89-49f6-b4c2-df725eac7015"]], "RelatedLinks", ExpressionUUID->"408eb2c5-b65b-4789-8e1e-dd764cf63e2e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -817,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c24f0d19-969f-40ff-abef-8adcf55ea12d"]], "RelatedLinks", + "b8d48d23-7b8a-43e0-8434-1576592cfb58"]], "RelatedLinks", ExpressionUUID->"1d5ec873-7e10-439a-928c-fb314723b499"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -834,7 +834,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LargestAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3c7308f2-3690-4c22-b11c-687ee314eed3"]], "RelatedLinks", + "b558395d-6a0e-4b5d-ad8e-cdb64c7ba6f6"]], "RelatedLinks", ExpressionUUID->"9e3827f5-1967-4959-9e61-f47327f0afbf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,11 +851,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1bf92977-7619-4083-992c-3f4d1b1f32e1"]], "RelatedLinks", + "d0dc699c-ee28-482b-afb3-f02642a8b583"]], "RelatedLinks", ExpressionUUID->"e74b8d08-f723-487b-be23-9884d959b692"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ac93a669-45a1-4d03-af46-\ -cab82da8ebea"], + }]], "RelatedLinksSection",ExpressionUUID->"190b9143-5aa2-4232-9b26-\ +6186c27fd58e"], Cell[CellGroupData[{ @@ -885,11 +885,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a9eea632-c6f1-4673-b994-069ab7256f3c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b74044c4-82b5-41d6-943d-08e6b4f256fe"] +Cell[" ", "FooterCell",ExpressionUUID->"1a1581dd-cc33-4742-8d5c-d2ee77967b80"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ReasonableOutcome", TaggingRules->{ @@ -900,7 +900,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 4.456614}", + "built" -> "{2024, 6, 3, 16, 55, 12.364561}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -908,10 +908,10 @@ TaggingRules->{ "ReasonableOutcome[game] determines an upper bound that a proposal should \ not exceed to qualify it as a fair outcome.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ReasonableOutcome", "titlemodifier" -> "", - "windowtitle" -> "ReasonableOutcome", "type" -> "Symbol", "uri" -> - "TUG/ref/ReasonableOutcome"}}, + "metadescription" -> "", "windowtitle" -> "ReasonableOutcome", "type" -> + "Symbol", "uri" -> "TUG/ref/ReasonableOutcome"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -920,9 +920,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"aac09cc7-ea01-4154-b825-b0ee028bf6c9" +ExpressionUUID->"efab8122-ad9a-4a44-8f8b-0063222c2f81" ] (* End of Notebook Content *) @@ -930,121 +930,119 @@ ExpressionUUID->"aac09cc7-ea01-4154-b825-b0ee028bf6c9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13223, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a81ba097-f42d-4446-b655-6f7cf2656f43", + Cell[13259, 343, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"96001c72-b3dc-453a-9493-72fbbfec8e6d", CellTags->"PrimaryExamplesSection", - CellID->2078548958]} + CellID->241089612]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34629, 931} + {"PrimaryExamplesSection", 34649, 931} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7136, 169, 56, "AnchorBarGrid",ExpressionUUID->"bfe71eb4-2b94-496f-8856-f75432b72bb1", +Cell[589, 21, 7173, 172, 57, "AnchorBarGrid",ExpressionUUID->"0484ca3e-59fc-4857-9c7b-acd447280bdf", CellID->1], -Cell[7728, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"97335f7b-bc51-46ca-8227-d6617ec4143b"], +Cell[7765, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"63072b13-70eb-4a6b-8bf2-178f656ea245"], Cell[CellGroupData[{ -Cell[7839, 196, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"e0c157b6-a9ad-429b-bfb0-173c6033177c"], -Cell[9133, 233, 513, 10, 111, "Usage",ExpressionUUID->"3005152b-69c7-4bf9-acfa-7da1f6d16cd4", +Cell[7876, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"ed2ec248-b5b9-4d98-9911-18961e0b8f7e"], +Cell[9170, 236, 513, 10, 111, "Usage",ExpressionUUID->"3005152b-69c7-4bf9-acfa-7da1f6d16cd4", CellID->166126122] }, Open ]], Cell[CellGroupData[{ -Cell[9683, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"7d425bfa-01da-4ff7-96cf-33193d944438", +Cell[9720, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"22ef7336-5af6-4211-9136-1b255db0a2b9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1540898865], -Cell[11581, 297, 519, 12, 57, "]]",ExpressionUUID->"19a01adb-b4f6-4afb-826a-8898d8755f09", + CellID->903192312], +Cell[11617, 300, 519, 12, 57, "]]",ExpressionUUID->"19a01adb-b4f6-4afb-826a-8898d8755f09", CellID->209133038], -Cell[12103, 311, 489, 12, 37, "Notes",ExpressionUUID->"1c0029ee-c57b-4862-b0c6-a3a4c4c088ff", +Cell[12139, 314, 489, 12, 38, "Notes",ExpressionUUID->"1c0029ee-c57b-4862-b0c6-a3a4c4c088ff", CellID->177724765], -Cell[12595, 325, 345, 6, 57, "Notes",ExpressionUUID->"ea113b79-13b2-4470-b18b-7c7f675fbc18", +Cell[12631, 328, 345, 6, 57, "Notes",ExpressionUUID->"ea113b79-13b2-4470-b18b-7c7f675fbc18", CellID->1490553714], -Cell[12943, 333, 153, 1, 36, "Notes",ExpressionUUID->"19f7f5cc-891a-4a3e-98e1-187a3b87d9de", +Cell[12979, 336, 153, 1, 36, "Notes",ExpressionUUID->"19f7f5cc-891a-4a3e-98e1-187a3b87d9de", CellID->2001573788] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13223, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a81ba097-f42d-4446-b655-6f7cf2656f43", +Cell[13259, 343, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"96001c72-b3dc-453a-9493-72fbbfec8e6d", CellTags->"PrimaryExamplesSection", - CellID->2078548958], + CellID->241089612], Cell[CellGroupData[{ -Cell[14669, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7f48e728-8a00-433e-ab2c-9334a962cc63", - CellID->1056572621], -Cell[16071, 419, 118, 1, 38, "ExampleText",ExpressionUUID->"5cd6a12f-4ea0-446c-8056-be01ae722cfb", +Cell[14704, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a158cd4f-93d6-4210-b380-b2b2c5c082d5", + CellID->2042997688], +Cell[16106, 422, 118, 1, 39, "ExampleText",ExpressionUUID->"5cd6a12f-4ea0-446c-8056-be01ae722cfb", CellID->918263686], Cell[CellGroupData[{ -Cell[16214, 424, 167, 3, 27, "Input",ExpressionUUID->"9c5dfa57-c3e0-4a90-92bc-0cf648b8dbc6", +Cell[16249, 427, 167, 3, 27, "Input",ExpressionUUID->"9c5dfa57-c3e0-4a90-92bc-0cf648b8dbc6", CellID->988258681], Cell[CellGroupData[{ -Cell[16406, 431, 236, 4, 23, "Print",ExpressionUUID->"6fda5501-3c07-4eee-99db-8825cb3c4036", +Cell[16441, 434, 236, 4, 23, "Print",ExpressionUUID->"6fda5501-3c07-4eee-99db-8825cb3c4036", CellID->313914101], -Cell[16645, 437, 365, 8, 23, "Print",ExpressionUUID->"79c35c70-27c6-4810-99c6-b0ea40dc37ab", +Cell[16680, 440, 365, 8, 23, "Print",ExpressionUUID->"79c35c70-27c6-4810-99c6-b0ea40dc37ab", CellID->890191879], -Cell[17013, 447, 237, 4, 23, "Print",ExpressionUUID->"0117613c-24c3-4240-aee7-edc60312015c", +Cell[17048, 450, 237, 4, 23, "Print",ExpressionUUID->"0117613c-24c3-4240-aee7-edc60312015c", CellID->1647203701], -Cell[17253, 453, 221, 3, 23, "Print",ExpressionUUID->"a368778b-2c8d-4510-a09b-f3bb388520d2", +Cell[17288, 456, 221, 3, 23, "Print",ExpressionUUID->"a368778b-2c8d-4510-a09b-f3bb388520d2", CellID->2132666904], -Cell[17477, 458, 207, 3, 23, "Print",ExpressionUUID->"b55f790d-9051-49a8-a1bb-661bff144e92", +Cell[17512, 461, 207, 3, 23, "Print",ExpressionUUID->"b55f790d-9051-49a8-a1bb-661bff144e92", CellID->199441507], -Cell[17687, 463, 237, 4, 23, "Print",ExpressionUUID->"7286fe50-aca6-4c50-87b2-6b120b65d679", +Cell[17722, 466, 237, 4, 23, "Print",ExpressionUUID->"7286fe50-aca6-4c50-87b2-6b120b65d679", CellID->873957001], -Cell[17927, 469, 221, 3, 23, "Print",ExpressionUUID->"087debf7-3f97-4445-9d9b-49104b3d58df", +Cell[17962, 472, 221, 3, 23, "Print",ExpressionUUID->"087debf7-3f97-4445-9d9b-49104b3d58df", CellID->1581374990], -Cell[18151, 474, 236, 4, 23, "Print",ExpressionUUID->"cb7bb0c3-0915-46d0-bbce-b6ea5aacb412", +Cell[18186, 477, 236, 4, 23, "Print",ExpressionUUID->"cb7bb0c3-0915-46d0-bbce-b6ea5aacb412", CellID->993307323], -Cell[18390, 480, 237, 4, 23, "Print",ExpressionUUID->"56a8be84-9414-42eb-b96d-17d7d8432e11", +Cell[18425, 483, 237, 4, 23, "Print",ExpressionUUID->"56a8be84-9414-42eb-b96d-17d7d8432e11", CellID->1379331893], -Cell[18630, 486, 208, 3, 23, "Print",ExpressionUUID->"d1823db6-45b2-4b64-ab3f-4d6933e3cdaa", +Cell[18665, 489, 208, 3, 23, "Print",ExpressionUUID->"d1823db6-45b2-4b64-ab3f-4d6933e3cdaa", CellID->1140974187], -Cell[18841, 491, 237, 4, 70, "Print",ExpressionUUID->"5f1a0e2e-7d9b-4b92-a756-ed319580f371", +Cell[18876, 494, 237, 4, 23, "Print",ExpressionUUID->"5f1a0e2e-7d9b-4b92-a756-ed319580f371", CellID->1283520113] }, Open ]] }, Open ]], -Cell[19105, 499, 137, 1, 70, "ExampleText",ExpressionUUID->"fc8299b7-eb51-4ac6-8ebe-e2921474eca5", +Cell[19140, 502, 137, 1, 70, "ExampleText",ExpressionUUID->"fc8299b7-eb51-4ac6-8ebe-e2921474eca5", CellID->1129816177], -Cell[19245, 502, 234, 6, 70, "Input",ExpressionUUID->"c6715b85-1850-4349-afbb-c23d0b10dab4", +Cell[19280, 505, 234, 6, 70, "Input",ExpressionUUID->"c6715b85-1850-4349-afbb-c23d0b10dab4", CellID->401945184], -Cell[19482, 510, 379, 9, 70, "Input",ExpressionUUID->"2804cfc0-8013-4a74-bdb1-fff46d2474e9", +Cell[19517, 513, 379, 9, 70, "Input",ExpressionUUID->"2804cfc0-8013-4a74-bdb1-fff46d2474e9", CellID->99020296], -Cell[19864, 521, 238, 6, 70, "Input",ExpressionUUID->"586c0e87-c406-4051-8c3b-9a298aec1464", +Cell[19899, 524, 238, 6, 70, "Input",ExpressionUUID->"586c0e87-c406-4051-8c3b-9a298aec1464", CellID->1087629294], -Cell[20105, 529, 190, 4, 70, "ExampleText",ExpressionUUID->"28cf3810-98ea-4045-9197-9b44cbebc5d8", +Cell[20140, 532, 190, 4, 70, "ExampleText",ExpressionUUID->"28cf3810-98ea-4045-9197-9b44cbebc5d8", CellID->431051744], Cell[CellGroupData[{ -Cell[20320, 537, 175, 3, 70, "Input",ExpressionUUID->"4629d525-724a-473d-b012-d20e9c5c8993", +Cell[20355, 540, 175, 3, 70, "Input",ExpressionUUID->"4629d525-724a-473d-b012-d20e9c5c8993", CellID->1588259574], -Cell[20498, 542, 174, 4, 36, "Output",ExpressionUUID->"093baa69-12d9-4ff0-b4f3-c430a08721eb", +Cell[20533, 545, 174, 4, 36, "Output",ExpressionUUID->"093baa69-12d9-4ff0-b4f3-c430a08721eb", CellID->1891155603] }, Open ]], -Cell[20687, 549, 222, 4, 70, "ExampleText",ExpressionUUID->"2949dce9-fcdc-4697-8431-1b63010ed764", +Cell[20722, 552, 222, 4, 70, "ExampleText",ExpressionUUID->"2949dce9-fcdc-4697-8431-1b63010ed764", CellID->2107991457], Cell[CellGroupData[{ -Cell[20934, 557, 174, 3, 70, "Input",ExpressionUUID->"4e7a5e17-6334-40c6-b48b-10f5e495fa6b", +Cell[20969, 560, 174, 3, 70, "Input",ExpressionUUID->"4e7a5e17-6334-40c6-b48b-10f5e495fa6b", CellID->719989533], -Cell[21111, 562, 224, 5, 36, "Output",ExpressionUUID->"ff1b09c8-a90d-47ae-9c70-4fe834664517", +Cell[21146, 565, 224, 5, 36, "Output",ExpressionUUID->"ff1b09c8-a90d-47ae-9c70-4fe834664517", CellID->83539474] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21612, 579, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"6df00078-3d0d-4f6b-b350-b63082e50cac"], +Cell[27093, 729, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9ffa4c7d-e7ce-46cd-90ed-c2efb44f319d"], +Cell[27766, 749, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"61233348-314f-4071-80e0-fa4ad9910e44"], +Cell[28802, 777, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"190b9143-5aa2-4232-9b26-6186c27fd58e"], Cell[CellGroupData[{ -Cell[21599, 578, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"34d7f183-318b-437a-97c0-6c6aa1e28414"], -Cell[27080, 728, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e86b3730-b4a6-49df-9ac6-cb4513810e0a"] -}, Open ]], -Cell[27765, 749, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"991e9375-adf9-4e99-a743-772873d81720"], -Cell[28801, 777, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"ac93a669-45a1-4d03-af46-cab82da8ebea"], -Cell[CellGroupData[{ -Cell[31660, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cd997d92-bc8b-44ec-9d22-107d44ee7374", +Cell[31661, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"cd997d92-bc8b-44ec-9d22-107d44ee7374", CellID->117551421], -Cell[31800, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cf916b6d-bd96-4e8d-9fa4-504996479de9", +Cell[31801, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cf916b6d-bd96-4e8d-9fa4-504996479de9", CellID->1194386356], -Cell[32022, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e41273db-75a3-467e-b810-03df721e23f2", +Cell[32023, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e41273db-75a3-467e-b810-03df721e23f2", CellID->1641706272], -Cell[32237, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"609a55bb-92ca-4ff6-843d-f2fe16a522bd", +Cell[32238, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"609a55bb-92ca-4ff6-843d-f2fe16a522bd", CellID->399251956], -Cell[32466, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a9eea632-c6f1-4673-b994-069ab7256f3c", +Cell[32467, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a9eea632-c6f1-4673-b994-069ab7256f3c", CellID->821434655] }, Open ]], -Cell[32703, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"b74044c4-82b5-41d6-943d-08e6b4f256fe"] +Cell[32704, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"1a1581dd-cc33-4742-8d5c-d2ee77967b80"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ReasonableSet.nb b/Documentation/English/ReferencePages/Symbols/ReasonableSet.nb index 81acc12..01745c4 100644 --- a/Documentation/English/ReferencePages/Symbols/ReasonableSet.nb +++ b/Documentation/English/ReferencePages/Symbols/ReasonableSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40923, 1055] -NotebookOptionsPosition[ 33120, 901] -NotebookOutlinePosition[ 35257, 955] -CellTagsIndexPosition[ 35172, 950] +NotebookDataLength[ 40911, 1053] +NotebookOptionsPosition[ 33123, 901] +NotebookOutlinePosition[ 35279, 955] +CellTagsIndexPosition[ 35194, 950] WindowTitle->ReasonableSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "1a3c5852-51ca-465e-9b58-fca4d31ec0d2"], + "61f35cef-fb6e-45be-ab49-a148676d917d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "aaa22fae-8903-4f71-9134-b4de5de243ce"], + "90c70484-54ef-4a39-8a25-717cdb0be0e1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6a10d488-616e-4a09-bb4a-495c526f5c41"] - }],ExpressionUUID->"4df836c4-3662-4400-b0c2-784aab9f82c1"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "3e2206cd-fb39-42bd-b72e-d80bb70eac4d"] + }],ExpressionUUID->"d9057eb0-1e63-4f47-9c61-2f2fdb1f4620"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5d8cbdb-8893-4822-9eae-16de57f2fc9a"], + "6ac4233d-8577-4a59-a0be-4e5d5aa588c6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8d365a9a-b1f6-429f-bde2-5a5b79de0e20"] - }],ExpressionUUID->"00225ddf-29df-4f7d-b789-76bf9c8d2c94"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "55eaeb49-c790-45c8-96f8-f2bc1aac5053"] + }],ExpressionUUID->"4c21c4d9-89b6-4283-b896-b5239193a8f0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe3f2a3f-a351-4003-941a-9cc3441b04df"], + "daab4d77-6bb3-47f0-b1e2-933e962a9b00"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51682e57-f3f3-4fad-993e-4ebe574af03a"] - }],ExpressionUUID->"0b7bfe20-d6fa-4ae9-927b-f16cad246428"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3e12b842-58fa-4cf5-b80a-1712aaaf964a"] + }],ExpressionUUID->"c7105ed8-fe2f-48b3-aba4-91279de139b6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "04c3d074-9252-451d-9160-ef9d00605ceb"], + "c69dedac-f407-49f4-b2ba-f2bf398e4aea"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cffd298c-025f-4a0d-a28f-45c1ab68d9d5"] - }],ExpressionUUID->"45f23bd2-8240-4dbd-aad7-056d4d0d439d"], - StripOnInput->False], {"\<\"TUG/ref/ReasonableSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ReasonableSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ReasonableSet.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$165489], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ReasonableSet" <> ".html"], None}]}]}, + "b0f9a099-041c-45e0-adb0-de843e282294"] + }],ExpressionUUID->"9cc5753a-f648-4262-bc23-efb83b190743"], + StripOnInput->False],{ + "\"TUG/ref/ReasonableSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ReasonableSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ReasonableSet.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$179168], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ReasonableSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "05c5e895-62d9-46b4-95ee-645fd61c5bd1"] + "256ef845-ec01-44f4-b20e-5259f0e9fbb8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d4c0a505-fb8e-47f2-8b37-eefa0b5d328e"]} + "7fddcc10-de66-422b-8e4e-3f479b8bde42"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f4e8719e-bc33-458f-803a-37a5fe4cc40b"], + CellID->1,ExpressionUUID->"20733a94-65de-435f-918c-ad1c8da21410"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"786be39c-2ebc-48cd-b67e-11cdc9903c85"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"aeb3d1bc-ef91-4df8-b8c3-a53730ae738e"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ReasonableSet", "ObjectName",ExpressionUUID-> - "4d8e5d14-826e-47d0-8319-1201249fea95"], + "129a0018-4e07-4497-b417-9ab55f506601"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7a2627d0-8fb0-40c4-86ff-576a83992c46"], + "Spacer1"]],ExpressionUUID->"6c75779e-5653-4552-8c80-0d7d3fc55fd1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8ee92b98-9f02-42d8-9ff5-c8429263767a"] - }],ExpressionUUID->"b7815322-706d-4afe-bd1d-32e0519f48fd"], Cell[BoxData[ + "d45dc061-931e-46c4-b456-67df2f9ee609"] + }],ExpressionUUID->"6859e9c1-d17e-4e82-883a-d9e64fc40095"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9951db4b-e2c8-4cfa-8276-d35b4d689668"]} + "91c91b62-0180-4db3-b538-4bc1b56aa759"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"013c2658-a7ee-4aaf-8764-d590aaff5e10"], + CacheGraphics->False,ExpressionUUID->"b6c82ffd-e058-41c5-87e6-216634f48aa4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "1a04889c-d23c-4cc2-b611-6694804d6d3a"], " \[LineSeparator]returns the set of constraints that gives no player \ more than his largest amount that he can contribute to a coalition." - }],ExpressionUUID->"f7fe9970-e375-4d5b-ac22-b9cea1a5e6cf"]} + }],ExpressionUUID->"b7b8780f-e077-4ddb-9a1f-b754fbf6af9d"]} }]], "Usage", CellID->91957264,ExpressionUUID->"9b589352-829e-4992-a0fd-5cab0d4461d2"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"702ae2fb-bd36-4ee2-9c5c-a67643d17049"], + ExpressionUUID->"0bbaf141-67f9-4fdc-a962-ed95b4945c0a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3c0df58c-7240-4563-b313-f06e015f104e"], + "Spacer1"]],ExpressionUUID->"bd2199d4-a241-429e-804b-0b603b2dc667"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e7e8036f-7bf8-4df8-a269-257fc5cc7981"], + }], "NotesFrameText",ExpressionUUID->"e01c57db-e087-44b5-ae14-c7040f309d21"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"aa7d770c-b77b-47a8-b0b3-1ea0893f1cee"]], \ + "Preemptive"]],ExpressionUUID->"2aa0ce73-2579-40ea-826a-1dc2a9dc8f64"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1104002908,ExpressionUUID->"8577b093-015e-48cc-b960-d9541ac64621"], + CellID->791737447,ExpressionUUID->"5e4219a7-568c-44f5-9da9-1c060feba2e9"], Cell[TextData[{ "The input expression ", @@ -364,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6ed078d3-4e14-45ba-86b1-acd9b0195ae5"], + ExpressionUUID->"8594d945-0ab0-4061-8911-bb21430855c7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b3facfb6-6cb6-414f-bcf6-de230bbcb1ca"], + "Spacer1"]],ExpressionUUID->"205c0d5d-5fa2-4cf8-a3a2-a2b4e1712c3b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7c6e113f-e2a5-4c80-8c0c-09946d1dcd1a"] + "a207662d-479e-4c3b-9a8f-7cf6e59ecf7b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1752663700,ExpressionUUID->"c29f514d-aac5-4848-95f5-e543f65e413c"], + CellID->1000467416,ExpressionUUID->"57986827-36cb-4361-b92c-bf4de2101fdc"], Cell[CellGroupData[{ @@ -405,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5c4e1248-4240-4249-a7b5-5fff4a3b9fd1"], + ExpressionUUID->"f142a13b-0a66-4225-8ff9-77a3e496ae43"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1be36acd-f8b2-4d72-bb0d-767ca122a394"], + "Spacer1"]],ExpressionUUID->"9e778c90-6363-43b0-adf0-8df339e04342"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "795643eb-4203-4884-af04-45ee592c0f31"] + "a8fc8347-6f5d-4505-a5ac-90165d572352"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2115949914,ExpressionUUID->"2532e9ea-4cac-48a9-992c-e515b71c1a84"], + CellID->2110074805,ExpressionUUID->"4c93814a-2880-4055-80a3-de75db2cadc9"], Cell["Loading the package:", "ExampleText", CellID->687426190,ExpressionUUID->"04a1a939-bb81-4a00-ad20-41794fcefc31"], @@ -586,8 +589,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -735,15 +736,15 @@ Cell[BoxData[GridBox[{ "1bc8a2e1-3858-4edf-94d7-402627c900e1"] }], "SeeAlso",ExpressionUUID->"694ea09a-90a1-4252-987e-98ed73686898"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c8bef022-54cb-422e-83c0-\ -65263193bdce"], + }]], "SeeAlsoSection",ExpressionUUID->"243b023e-bc21-4e0c-8614-\ +65bbb7ca0c90"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -755,9 +756,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ce774ffa-fbe6-41a5-b68d-40f52d487e70"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8770f73e-3f90-4d18-86fa-\ -c48cf9677e5d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"18185983-ac77-4595-872f-\ +9c5b228cbe51"], Cell[BoxData[GridBox[{ { @@ -774,7 +774,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6207dd82-7798-467e-8a53-bfc2a6ad5d0f"]}]}, + "30389d9e-a48f-4449-9b55-04aaacb857bc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -782,10 +782,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bc49ac68-348f-4445-b807-e90530b6e733"]}]} + "36851990-b540-48e3-b8b8-311e2fa2fada"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5b343820-becc-4d84-a68d-\ -501ab691a375"], + }]], "MoreAboutSection",ExpressionUUID->"12460462-b8ba-4961-af1a-\ +eb8fcacfdec5"], Cell[BoxData[GridBox[{ { @@ -812,7 +812,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "974c2dde-882f-4a6e-828d-75f36c28a254"]], "RelatedLinks", + "3cd60b4a-9fc8-4d8c-8386-249415806af5"]], "RelatedLinks", ExpressionUUID->"d219ce12-281c-4c44-94a6-f66166e9ea49"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -829,7 +829,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "af587c19-4ed3-4b8a-9aef-a710fc2f81f4"]], "RelatedLinks", + "255ee658-5875-4f6d-b89f-8ad3f21eac38"]], "RelatedLinks", ExpressionUUID->"42d71db3-0d17-4e09-a83a-6dcd775c276d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -846,7 +846,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LargestAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8010b82e-3319-44b9-8460-8f5ffd5f346b"]], "RelatedLinks", + "319ca197-a167-48f9-bd34-a246652a277f"]], "RelatedLinks", ExpressionUUID->"7f6530a5-53b9-4528-8055-7783be84e449"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -863,11 +863,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8a94ca78-b99d-4456-80c4-d137707b3e77"]], "RelatedLinks", + "d1c80c0c-dd2b-4fad-a009-b6f633dd5dc0"]], "RelatedLinks", ExpressionUUID->"100e1e39-4c98-4d57-9389-bfff258f11fb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5a9877f1-fa3f-4b31-a3fa-\ -8be167d4327b"], + }]], "RelatedLinksSection",ExpressionUUID->"314a9031-4361-4e71-8bec-\ +ad1088226f2c"], Cell[CellGroupData[{ @@ -897,11 +897,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"4601245a-b5a0-4d1f-bd9a-083bc5d0fac2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f76f1512-f4f3-49fd-9b61-3914afcb9922"] +Cell[" ", "FooterCell",ExpressionUUID->"e2a9aa02-9610-405e-9263-e3caec9c39c5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ReasonableSet", TaggingRules->{ @@ -912,7 +912,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 5.843110}", + "built" -> "{2024, 6, 3, 16, 55, 13.030662}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -920,10 +920,10 @@ TaggingRules->{ "ReasonableSet[game] returns the set of constraints that gives no player \ more than his largest amount that he can contribute to a coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ReasonableSet", - "titlemodifier" -> "", "windowtitle" -> "ReasonableSet", "type" -> - "Symbol", "uri" -> "TUG/ref/ReasonableSet"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ReasonableSet", "type" -> "Symbol", "uri" -> "TUG/ref/ReasonableSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -932,9 +932,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"848983a7-d469-4658-addb-658dfde24d0c" +ExpressionUUID->"b9ac0faf-4441-45c8-8974-95fc64891fd7" ] (* End of Notebook Content *) @@ -942,121 +942,119 @@ ExpressionUUID->"848983a7-d469-4658-addb-658dfde24d0c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13165, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c29f514d-aac5-4848-95f5-e543f65e413c", + Cell[13202, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"57986827-36cb-4361-b92c-bf4de2101fdc", CellTags->"PrimaryExamplesSection", - CellID->1752663700]} + CellID->1000467416]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34971, 943} + {"PrimaryExamplesSection", 34993, 943} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7119, 169, 56, "AnchorBarGrid",ExpressionUUID->"f4e8719e-bc33-458f-803a-37a5fe4cc40b", +Cell[585, 21, 7157, 172, 57, "AnchorBarGrid",ExpressionUUID->"20733a94-65de-435f-918c-ad1c8da21410", CellID->1], -Cell[7707, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"786be39c-2ebc-48cd-b67e-11cdc9903c85"], +Cell[7745, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"aeb3d1bc-ef91-4df8-b8c3-a53730ae738e"], Cell[CellGroupData[{ -Cell[7818, 196, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"013c2658-a7ee-4aaf-8764-d590aaff5e10"], -Cell[9108, 233, 534, 10, 111, "Usage",ExpressionUUID->"9b589352-829e-4992-a0fd-5cab0d4461d2", +Cell[7856, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"b6c82ffd-e058-41c5-87e6-216634f48aa4"], +Cell[9146, 236, 534, 10, 111, "Usage",ExpressionUUID->"9b589352-829e-4992-a0fd-5cab0d4461d2", CellID->91957264] }, Open ]], Cell[CellGroupData[{ -Cell[9679, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"8577b093-015e-48cc-b960-d9541ac64621", +Cell[9717, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"5e4219a7-568c-44f5-9da9-1c060feba2e9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1104002908], -Cell[11577, 297, 519, 12, 57, "]]",ExpressionUUID->"bfa3f85e-377e-4fbc-b160-8db0910a4e22", + CellID->791737447], +Cell[11614, 300, 519, 12, 57, "]]",ExpressionUUID->"bfa3f85e-377e-4fbc-b160-8db0910a4e22", CellID->209133038], -Cell[12099, 311, 489, 12, 37, "Notes",ExpressionUUID->"ac4d047c-f13a-4dd2-bffc-4a3acf5873ed", +Cell[12136, 314, 489, 12, 38, "Notes",ExpressionUUID->"ac4d047c-f13a-4dd2-bffc-4a3acf5873ed", CellID->177724765], -Cell[12591, 325, 226, 4, 36, "Notes",ExpressionUUID->"277bf421-5ed3-4711-9ffc-98aec361e03e", +Cell[12628, 328, 226, 4, 36, "Notes",ExpressionUUID->"277bf421-5ed3-4711-9ffc-98aec361e03e", CellID->1989574194], -Cell[12820, 331, 218, 4, 36, "Notes",ExpressionUUID->"05ccdedc-b326-4ac1-a883-1a38d8d921d6", +Cell[12857, 334, 218, 4, 36, "Notes",ExpressionUUID->"05ccdedc-b326-4ac1-a883-1a38d8d921d6", CellID->108754066] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13165, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c29f514d-aac5-4848-95f5-e543f65e413c", +Cell[13202, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"57986827-36cb-4361-b92c-bf4de2101fdc", CellTags->"PrimaryExamplesSection", - CellID->1752663700], + CellID->1000467416], Cell[CellGroupData[{ -Cell[14611, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2532e9ea-4cac-48a9-992c-e515b71c1a84", - CellID->2115949914], -Cell[16013, 420, 118, 1, 38, "ExampleText",ExpressionUUID->"04a1a939-bb81-4a00-ad20-41794fcefc31", +Cell[14648, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4c93814a-2880-4055-80a3-de75db2cadc9", + CellID->2110074805], +Cell[16050, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"04a1a939-bb81-4a00-ad20-41794fcefc31", CellID->687426190], Cell[CellGroupData[{ -Cell[16156, 425, 166, 3, 27, "Input",ExpressionUUID->"0b615179-e0aa-4053-9bfa-f0a4460b7033", +Cell[16193, 428, 166, 3, 27, "Input",ExpressionUUID->"0b615179-e0aa-4053-9bfa-f0a4460b7033", CellID->69275031], Cell[CellGroupData[{ -Cell[16347, 432, 236, 4, 23, "Print",ExpressionUUID->"9aabfe20-7758-4b52-9d23-9436c4204fc3", +Cell[16384, 435, 236, 4, 23, "Print",ExpressionUUID->"9aabfe20-7758-4b52-9d23-9436c4204fc3", CellID->383241602], -Cell[16586, 438, 366, 8, 23, "Print",ExpressionUUID->"4b95ef9a-3059-48c4-97e1-5079aa51dfcc", +Cell[16623, 441, 366, 8, 23, "Print",ExpressionUUID->"4b95ef9a-3059-48c4-97e1-5079aa51dfcc", CellID->2128793581], -Cell[16955, 448, 237, 4, 23, "Print",ExpressionUUID->"76331721-49fa-40a2-81a4-758e2865cbd2", +Cell[16992, 451, 237, 4, 23, "Print",ExpressionUUID->"76331721-49fa-40a2-81a4-758e2865cbd2", CellID->2033880630], -Cell[17195, 454, 221, 3, 23, "Print",ExpressionUUID->"3c1f61af-efb9-4e76-a017-0d82b0e66322", +Cell[17232, 457, 221, 3, 23, "Print",ExpressionUUID->"3c1f61af-efb9-4e76-a017-0d82b0e66322", CellID->1277034826], -Cell[17419, 459, 207, 3, 23, "Print",ExpressionUUID->"c713ef47-b77b-471e-a33e-13e87a71a2ee", +Cell[17456, 462, 207, 3, 23, "Print",ExpressionUUID->"c713ef47-b77b-471e-a33e-13e87a71a2ee", CellID->293166705], -Cell[17629, 464, 237, 4, 23, "Print",ExpressionUUID->"1ff953ca-a2cd-4fd7-ab3c-12177aa51e52", +Cell[17666, 467, 237, 4, 23, "Print",ExpressionUUID->"1ff953ca-a2cd-4fd7-ab3c-12177aa51e52", CellID->164503419], -Cell[17869, 470, 221, 3, 23, "Print",ExpressionUUID->"c07b4d11-2233-476c-9ff9-b0b51ba56744", +Cell[17906, 473, 221, 3, 23, "Print",ExpressionUUID->"c07b4d11-2233-476c-9ff9-b0b51ba56744", CellID->1884655190], -Cell[18093, 475, 236, 4, 23, "Print",ExpressionUUID->"4447d712-6b27-4505-a2be-16d30d3f98a5", +Cell[18130, 478, 236, 4, 23, "Print",ExpressionUUID->"4447d712-6b27-4505-a2be-16d30d3f98a5", CellID->559132695], -Cell[18332, 481, 236, 4, 23, "Print",ExpressionUUID->"9b48228f-e7ca-442b-8573-8cad0b1ac082", +Cell[18369, 484, 236, 4, 23, "Print",ExpressionUUID->"9b48228f-e7ca-442b-8573-8cad0b1ac082", CellID->735677198], -Cell[18571, 487, 208, 3, 23, "Print",ExpressionUUID->"dcf03df5-95c0-4a05-b499-5eed75c58cf0", +Cell[18608, 490, 208, 3, 23, "Print",ExpressionUUID->"dcf03df5-95c0-4a05-b499-5eed75c58cf0", CellID->1929354747], -Cell[18782, 492, 236, 4, 23, "Print",ExpressionUUID->"66a728f5-0cef-4e1c-b610-c44749200670", +Cell[18819, 495, 236, 4, 23, "Print",ExpressionUUID->"66a728f5-0cef-4e1c-b610-c44749200670", CellID->547789763] }, Open ]] }, Open ]], -Cell[19045, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"c72e4afc-a97b-4e8d-b324-6745b3a26e26", +Cell[19082, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"c72e4afc-a97b-4e8d-b324-6745b3a26e26", CellID->477116877], -Cell[19184, 503, 234, 6, 70, "Input",ExpressionUUID->"f1f08f25-8e20-4047-8aec-8e9dfdb2efed", +Cell[19221, 506, 234, 6, 70, "Input",ExpressionUUID->"f1f08f25-8e20-4047-8aec-8e9dfdb2efed", CellID->694385459], -Cell[19421, 511, 380, 9, 70, "Input",ExpressionUUID->"d08ac158-9669-490f-8bdf-1e21de4a679d", +Cell[19458, 514, 380, 9, 70, "Input",ExpressionUUID->"d08ac158-9669-490f-8bdf-1e21de4a679d", CellID->606777450], -Cell[19804, 522, 237, 6, 70, "Input",ExpressionUUID->"f649960b-3dea-4052-b0c6-b0bf9e71c80d", +Cell[19841, 525, 237, 6, 70, "Input",ExpressionUUID->"f649960b-3dea-4052-b0c6-b0bf9e71c80d", CellID->158521623], -Cell[20044, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"3bf3e089-38e4-4529-a839-dad64010b3aa", +Cell[20081, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"3bf3e089-38e4-4529-a839-dad64010b3aa", CellID->549576597], Cell[CellGroupData[{ -Cell[20259, 538, 170, 3, 70, "Input",ExpressionUUID->"3dadb549-9baa-487c-a780-6f773c472cb1", +Cell[20296, 541, 170, 3, 70, "Input",ExpressionUUID->"3dadb549-9baa-487c-a780-6f773c472cb1", CellID->847875710], -Cell[20432, 543, 174, 4, 36, "Output",ExpressionUUID->"59e0248e-a989-4d19-9c90-8e8c1732f85c", +Cell[20469, 546, 174, 4, 36, "Output",ExpressionUUID->"59e0248e-a989-4d19-9c90-8e8c1732f85c", CellID->2108006245] }, Open ]], -Cell[20621, 550, 154, 1, 70, "ExampleText",ExpressionUUID->"47c3902d-6414-4ef6-98ae-ab8508558edd", +Cell[20658, 553, 154, 1, 70, "ExampleText",ExpressionUUID->"47c3902d-6414-4ef6-98ae-ab8508558edd", CellID->502534716], Cell[CellGroupData[{ -Cell[20800, 555, 170, 3, 70, "Input",ExpressionUUID->"25751016-086e-490e-a1ee-0f2a40723c81", +Cell[20837, 558, 170, 3, 70, "Input",ExpressionUUID->"25751016-086e-490e-a1ee-0f2a40723c81", CellID->107089744], -Cell[20973, 560, 697, 19, 36, "Output",ExpressionUUID->"2f66dad2-abd2-421f-9c2e-e2dc6d360180", +Cell[21010, 563, 697, 19, 36, "Output",ExpressionUUID->"2f66dad2-abd2-421f-9c2e-e2dc6d360180", CellID->1333787176] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21949, 591, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"243b023e-bc21-4e0c-8614-65bbb7ca0c90"], +Cell[27430, 741, 670, 18, 70, "TechNotesSection",ExpressionUUID->"18185983-ac77-4595-872f-9c5b228cbe51"], +Cell[28103, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"12460462-b8ba-4961-af1a-eb8fcacfdec5"], +Cell[29139, 789, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"314a9031-4361-4e71-8bec-ad1088226f2c"], Cell[CellGroupData[{ -Cell[21934, 590, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"c8bef022-54cb-422e-83c0-65263193bdce"], -Cell[27415, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8770f73e-3f90-4d18-86fa-c48cf9677e5d"] -}, Open ]], -Cell[28100, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5b343820-becc-4d84-a68d-501ab691a375"], -Cell[29136, 789, 2834, 80, 70, "RelatedLinksSection",ExpressionUUID->"5a9877f1-fa3f-4b31-a3fa-8be167d4327b"], -Cell[CellGroupData[{ -Cell[31995, 873, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2e68e290-0679-4355-9985-62436c99eff7", +Cell[31998, 873, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2e68e290-0679-4355-9985-62436c99eff7", CellID->117551421], -Cell[32135, 876, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a214fd5-c999-42df-ab89-d6a468025de8", +Cell[32138, 876, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a214fd5-c999-42df-ab89-d6a468025de8", CellID->1194386356], -Cell[32357, 882, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8b3dd6e0-9d06-4c6a-afcb-8aa598bf4b58", +Cell[32360, 882, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8b3dd6e0-9d06-4c6a-afcb-8aa598bf4b58", CellID->1641706272], -Cell[32572, 887, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3c7190cd-05b9-4b41-8601-a90ebefc44b2", +Cell[32575, 887, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3c7190cd-05b9-4b41-8601-a90ebefc44b2", CellID->399251956], -Cell[32801, 893, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4601245a-b5a0-4d1f-bd9a-083bc5d0fac2", +Cell[32804, 893, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4601245a-b5a0-4d1f-bd9a-083bc5d0fac2", CellID->821434655] }, Open ]], -Cell[33038, 899, 78, 0, 70, "FooterCell",ExpressionUUID->"f76f1512-f4f3-49fd-9b61-3914afcb9922"] +Cell[33041, 899, 78, 0, 70, "FooterCell",ExpressionUUID->"e2a9aa02-9610-405e-9263-e3caec9c39c5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SMPreKernel.nb b/Documentation/English/ReferencePages/Symbols/SMPreKernel.nb index cb4fd55..bf6a50c 100644 --- a/Documentation/English/ReferencePages/Symbols/SMPreKernel.nb +++ b/Documentation/English/ReferencePages/Symbols/SMPreKernel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45218, 1177] -NotebookOptionsPosition[ 36099, 996] -NotebookOutlinePosition[ 38166, 1049] -CellTagsIndexPosition[ 38080, 1044] +NotebookDataLength[ 45224, 1177] +NotebookOptionsPosition[ 36121, 998] +NotebookOutlinePosition[ 38205, 1051] +CellTagsIndexPosition[ 38119, 1046] WindowTitle->SMPreKernel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3b460084-ec11-4058-8baf-b1c41b51b004"], + "333f34e2-b41b-4fdc-8c46-a2b3fdfbbf46"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a0594e36-e833-4119-b923-edfed1d85532"], + "460d2e1d-fd47-44b1-b09f-bf53448b9817"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "52ee5ed2-989e-49e9-bb80-04825020e00a"] - }],ExpressionUUID->"e116b287-e15a-4372-b818-74f938270fdd"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "01742f28-c746-4a03-88c0-177149138c0b"] + }],ExpressionUUID->"d6ccc199-7e06-4de7-af44-e97d94cd3b5a"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3d3e8311-2877-44ce-958a-de04fbedea3d"], + "d0df05ba-345b-4fb5-8cd2-19291d3a5488"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "233e1392-6472-4f27-b220-203cc1a3da81"] - }],ExpressionUUID->"3006d90e-1d60-4143-afa8-6ed73aea0e1f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f88fab34-8181-47e8-bb9f-6019613c4eba"] + }],ExpressionUUID->"239d221f-129f-46ee-96ae-314488f1d5c7"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "29b4c86f-1bad-4968-bd11-db2be72ceea3"], + "8b89cc40-edea-4c86-bd62-e6d220d22560"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9188c76c-a63b-4604-af6f-d1c440ebf6ea"] - }],ExpressionUUID->"307cbf71-8ec2-4eb6-b26d-31e28f938b30"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "11d5d5a3-77b4-462b-9474-d7f0744a5c26"] + }],ExpressionUUID->"583c9332-7de0-4ba6-868d-a8ed5fca459c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "792b2f5a-2e13-438b-8bac-cb143b61cc04"], + "86018b32-f71c-4471-aff7-b6740fd9f4af"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7df4074-95ff-4f40-a621-740f273b24a1"] - }],ExpressionUUID->"975e2809-b483-4b7c-8474-afafe7d6ef6b"], - StripOnInput->False], {"\<\"TUG/ref/SMPreKernel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SMPreKernel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SMPreKernel.\ + "5103ac4c-9254-4c38-91c6-27c49681b2ad"] + }],ExpressionUUID->"ec832cb9-1154-4b20-99d8-fe1b490f83e0"], + StripOnInput->False],{ + "\"TUG/ref/SMPreKernel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SMPreKernel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SMPreKernel.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$183716], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SMPreKernel" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$198462], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SMPreKernel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11e6f16d-12a7-4fa6-aa38-d4d74dfddbe6"] + "225935fc-bac6-47be-bf43-85e7af785fdb"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "68823eb7-ce2b-45e6-b486-201d6b871867"]} + "f3ea1c8d-16d7-4c03-8578-c0755d67fd6d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a87bd3b2-e520-4e3b-8615-c07e410f2ccf"], + CellID->1,ExpressionUUID->"e203ce5f-d48c-4129-930b-e4c3b8d1e692"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9dca8ac6-3dc8-4580-b901-ddb1562dfe46"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ae1a3a5-2c62-48b3-aea6-44ec9ea2851a"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SMPreKernel", "ObjectName",ExpressionUUID-> - "3d921495-5927-4950-b998-ffb5621d7173"], + "33a4d99b-f8ed-48c7-8022-cc31f3f9655c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70b28264-b108-4642-9c34-672a2b052ca3"], + "Spacer1"]],ExpressionUUID->"5ae0e03a-286c-4cfb-9230-4a3608f67398"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "518235a7-6e78-42ab-b5c9-370e262c5f9b"] - }],ExpressionUUID->"e99e7e43-7879-4fca-bde6-f51511b7a5e8"], Cell[BoxData[ + "f0dc5228-0226-4bb5-b05c-34f4ce129c18"] + }],ExpressionUUID->"f010c0a6-5f21-40ea-880e-a6df0d172e54"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "935decc4-ccaf-4220-8ad3-9ea5a6561bc9"]} + "17502511-0797-4126-8161-18c5eab9904f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f67687ce-b2a5-46cb-a60f-388ecaca0102"], + CacheGraphics->False,ExpressionUUID->"f8cee09f-6cc6-4579-a9bb-818040a2a971"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "a5784313-547f-40e5-9099-214d409de836"], " \[LineSeparator]computes a simplified modified pre-kernel element of \ the game." - }],ExpressionUUID->"65d8dc50-860b-47ca-96db-7065553e3dc7"]} + }],ExpressionUUID->"b26ec211-21e4-42c2-b04a-19676ab175c7"]} }]], "Usage", CellID->214300366,ExpressionUUID->"956a81f9-45d0-4bcd-9498-f46cefec1383"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f0f12e2-6954-45b6-b2af-64d47425e013"], + ExpressionUUID->"13b0a5fb-e4b4-49fe-80d1-c4a75bff7ea2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"10ca0b1a-fc4a-4b34-8495-00ab9352eaf5"], + "Spacer1"]],ExpressionUUID->"e66179d7-b14c-4c03-ae3f-7426fec9e4b4"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e958bca6-4d86-4ec3-8522-3655cdc8be6e"], + }], "NotesFrameText",ExpressionUUID->"658a91dc-88ed-41be-9193-0f0847c3ddfb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"94ed5efe-2ea4-40e8-9814-2d1312ff0630"]], \ + "Preemptive"]],ExpressionUUID->"2df1c361-9d8f-4eac-85bb-b56b13512bb1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1533079903,ExpressionUUID->"877df635-b1ba-48ac-887f-a7deaa9d4f66"], + CellID->1913927615,ExpressionUUID->"9a019c91-4f72-4e7d-bfaa-3a8e37ea0d0a"], Cell[TextData[{ "The input expression ", @@ -382,19 +387,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aa8d3c29-49a5-4a08-aa6d-560fdaa4a48c"], + ExpressionUUID->"daffcf24-2231-46f5-b82a-7a6a94ca5d04"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ad7bd9c2-9251-46c8-8788-7d0321a2821c"], + "Spacer1"]],ExpressionUUID->"3465be4f-6a55-4b20-8dad-a088cf621266"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "307d4612-73fd-4fa8-ba5e-8577cef2d87d"] + "a33edb7f-f768-4b80-95d1-f484e888b260"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1432638306,ExpressionUUID->"5269c51f-f146-4d5d-b2a0-fce5261c909d"], + CellID->748573984,ExpressionUUID->"e2c78eaa-8d03-4ba3-b885-bfd0c8d2b4cd"], Cell[CellGroupData[{ @@ -423,18 +428,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"51625cf0-6c79-4fe4-a5b8-75e729f7e408"], + ExpressionUUID->"cbcc2515-c8b2-4a30-b975-4c44863e51f4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e0ec590b-2897-4b95-b90f-744b40922a76"], + "Spacer1"]],ExpressionUUID->"16752781-ca1d-4a9a-8268-3f720a8cde2a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3565f69a-0f33-4fff-83a9-ec3b47823d65"] + "93d12f08-3c28-4ae6-a325-4389226a89c2"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->220400050,ExpressionUUID->"17ea6d14-8005-4466-97d8-e9d5632df6bf"], + CellID->1880125688,ExpressionUUID->"34d20cd8-b7df-4333-9b2a-d5c337d239ce"], Cell["Loading the package:", "ExampleText", CellID->1637639315,ExpressionUUID->"354006ba-c0aa-4e11-9a7a-733e3a1df3ed"], @@ -664,8 +669,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -813,15 +816,15 @@ Cell[BoxData[GridBox[{ "5eb25da6-96a3-481b-8cd9-2a6d53b00956"] }], "SeeAlso",ExpressionUUID->"bacf9369-bc32-4515-aafe-d8df31bda3b0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"65a1e013-2af5-421e-a47c-\ -a2888c3a3101"], + }]], "SeeAlsoSection",ExpressionUUID->"f63da31a-d3cf-489a-87eb-\ +c3987d8e3230"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -833,9 +836,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"6003c6d5-35fb-4c59-8f5e-225ed6b9aa7d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"4014d070-c6fa-4c26-b2bd-\ -ca0597e23b30"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f6ec2b6d-7ad5-43a8-a05f-\ +af29164f60f5"], Cell[BoxData[GridBox[{ { @@ -852,7 +854,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "33df0f91-1cfb-4f4a-b63f-7ca9881582b9"]}]}, + "3b7e9d20-13c2-4641-b115-01c932f8b685"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -860,10 +862,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c1fdaf1a-7638-475c-a3e4-43d3a0331760"]}]} + "4b90e0d0-29f6-4cbc-9947-41d68c8b49f0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ec07d6b9-cd4a-44bb-b76a-\ -416b3389786a"], + }]], "MoreAboutSection",ExpressionUUID->"6de26abe-df0d-4e6f-9207-\ +97554e7902c2"], Cell[BoxData[GridBox[{ { @@ -890,7 +892,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "039b5152-2d03-44d4-ac50-7eec7480db17"]], "RelatedLinks", + "d6305fe1-00a0-451a-81a8-fde94f1dc0ba"]], "RelatedLinks", ExpressionUUID->"d53ab940-5a71-46df-8efb-607f4e0ecc57"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -907,7 +909,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SMPrenucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c7716231-6607-4f5f-866a-64a4636652c6"]], "RelatedLinks", + "e23be02f-5b6c-40d6-bc0e-ff5d76cbb06f"]], "RelatedLinks", ExpressionUUID->"f5ea7aaf-c035-43b4-b3c9-f86ae3f28ae2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -924,7 +926,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4bbde5ee-18fd-4ebb-bf51-0e390e9c2503"]], "RelatedLinks", + "f9c54166-5bbd-4781-9edb-f665a9c8ed25"]], "RelatedLinks", ExpressionUUID->"59567f54-8f63-4661-8b2b-a5ab4e32852f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -941,7 +943,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b73a2094-159d-435b-883d-1e11f747edab"]], "RelatedLinks", + "cf097ce9-688a-4be2-bdca-a7b2b1ee58c1"]], "RelatedLinks", ExpressionUUID->"34e4f806-4ce4-4598-bb69-2db3bc88eeb1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -958,11 +960,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "271020eb-066a-4795-99d6-822e00fcf72d"]], "RelatedLinks", + "43804a64-0e64-4990-ae5c-2c7e73a5c3b6"]], "RelatedLinks", ExpressionUUID->"e3fa25ab-80f9-47d5-a40f-fc0c87326540"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f30a9f13-9485-4159-baf5-\ -ea3502f90813"], + }]], "RelatedLinksSection",ExpressionUUID->"028143da-28e7-40d9-8d58-\ +9b980e17d8f1"], Cell[CellGroupData[{ @@ -992,11 +994,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e8ca0db3-b5ae-483e-b6e8-f16bc5b10d97"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1557a1ce-bab8-44ca-9c74-881884516396"] +Cell[" ", "FooterCell",ExpressionUUID->"d26ab28c-21ff-4514-b18c-1cec17851289"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SMPreKernel", TaggingRules->{ @@ -1007,17 +1009,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 55.300523}", + "built" -> "{2024, 6, 3, 16, 55, 37.531965}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SMPreKernel[game] computes a simplified modified pre-kernel element of \ the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SMPreKernel", - "titlemodifier" -> "", "windowtitle" -> "SMPreKernel", "type" -> "Symbol", - "uri" -> "TUG/ref/SMPreKernel"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SMPreKernel", "type" -> "Symbol", "uri" -> "TUG/ref/SMPreKernel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1026,9 +1028,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cb089324-25a1-49c6-89c9-8093f83baae1" +ExpressionUUID->"19c2d87c-5481-48ce-bae6-9c2e5ac6d5c2" ] (* End of Notebook Content *) @@ -1036,149 +1038,147 @@ ExpressionUUID->"cb089324-25a1-49c6-89c9-8093f83baae1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13805, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5269c51f-f146-4d5d-b2a0-fce5261c909d", + Cell[13861, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2c78eaa-8d03-4ba3-b885-bfd0c8d2b4cd", CellTags->"PrimaryExamplesSection", - CellID->1432638306]} + CellID->748573984]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37879, 1037} + {"PrimaryExamplesSection", 37919, 1039} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7125, 168, 56, "AnchorBarGrid",ExpressionUUID->"a87bd3b2-e520-4e3b-8615-c07e410f2ccf", +Cell[583, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"e203ce5f-d48c-4129-930b-e4c3b8d1e692", CellID->1], -Cell[7711, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9dca8ac6-3dc8-4580-b901-ddb1562dfe46"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1ae1a3a5-2c62-48b3-aea6-44ec9ea2851a"], Cell[CellGroupData[{ -Cell[7822, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"f67687ce-b2a5-46cb-a60f-388ecaca0102"], -Cell[9110, 232, 476, 10, 111, "Usage",ExpressionUUID->"956a81f9-45d0-4bcd-9498-f46cefec1383", +Cell[7878, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"f8cee09f-6cc6-4579-a9bb-818040a2a971"], +Cell[9166, 237, 476, 10, 111, "Usage",ExpressionUUID->"956a81f9-45d0-4bcd-9498-f46cefec1383", CellID->214300366] }, Open ]], Cell[CellGroupData[{ -Cell[9623, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"877df635-b1ba-48ac-887f-a7deaa9d4f66", +Cell[9679, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"9a019c91-4f72-4e7d-bfaa-3a8e37ea0d0a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1533079903], -Cell[11521, 296, 663, 17, 49, "Notes",ExpressionUUID->"c1b5ecd0-be4d-4c8e-9f90-377d5b76cde5", + CellID->1913927615], +Cell[11577, 301, 663, 17, 48, "Notes",ExpressionUUID->"c1b5ecd0-be4d-4c8e-9f90-377d5b76cde5", CellID->26053], -Cell[12187, 315, 489, 12, 37, "Notes",ExpressionUUID->"168504b8-9c33-40a0-963c-8f608703a14f", +Cell[12243, 320, 489, 12, 38, "Notes",ExpressionUUID->"168504b8-9c33-40a0-963c-8f608703a14f", CellID->177724765], -Cell[12679, 329, 213, 4, 36, "Notes",ExpressionUUID->"3872eba1-97ca-42f5-a8ae-99bc3c542523", +Cell[12735, 334, 213, 4, 36, "Notes",ExpressionUUID->"3872eba1-97ca-42f5-a8ae-99bc3c542523", CellID->2095214262], -Cell[12895, 335, 189, 4, 36, "Notes",ExpressionUUID->"5542b417-7596-48fd-9063-7c59ae26f01a", +Cell[12951, 340, 189, 4, 36, "Notes",ExpressionUUID->"5542b417-7596-48fd-9063-7c59ae26f01a", CellID->1102448882], -Cell[13087, 341, 231, 4, 57, "Notes",ExpressionUUID->"248a93d6-1f75-4710-a2be-210ca2fbf7aa", +Cell[13143, 346, 231, 4, 57, "Notes",ExpressionUUID->"248a93d6-1f75-4710-a2be-210ca2fbf7aa", CellID->906356451], -Cell[13321, 347, 357, 6, 57, "Notes",ExpressionUUID->"71aed112-f827-429e-89cf-21a012462711", +Cell[13377, 352, 357, 6, 57, "Notes",ExpressionUUID->"71aed112-f827-429e-89cf-21a012462711", CellID->1086092425] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13805, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5269c51f-f146-4d5d-b2a0-fce5261c909d", +Cell[13861, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e2c78eaa-8d03-4ba3-b885-bfd0c8d2b4cd", CellTags->"PrimaryExamplesSection", - CellID->1432638306], + CellID->748573984], Cell[CellGroupData[{ -Cell[15251, 400, 1398, 36, 30, "ExampleSection",ExpressionUUID->"17ea6d14-8005-4466-97d8-e9d5632df6bf", - CellID->220400050], -Cell[16652, 438, 119, 1, 38, "ExampleText",ExpressionUUID->"354006ba-c0aa-4e11-9a7a-733e3a1df3ed", +Cell[15306, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"34d20cd8-b7df-4333-9b2a-d5c337d239ce", + CellID->1880125688], +Cell[16708, 443, 119, 1, 39, "ExampleText",ExpressionUUID->"354006ba-c0aa-4e11-9a7a-733e3a1df3ed", CellID->1637639315], Cell[CellGroupData[{ -Cell[16796, 443, 167, 3, 27, "Input",ExpressionUUID->"b3b97170-c1af-497a-aca0-0364b63e2441", +Cell[16852, 448, 167, 3, 27, "Input",ExpressionUUID->"b3b97170-c1af-497a-aca0-0364b63e2441", CellID->919529950], Cell[CellGroupData[{ -Cell[16988, 450, 234, 4, 23, "Print",ExpressionUUID->"e621c02f-b4eb-4f69-836f-8336240f0f72", +Cell[17044, 455, 234, 4, 23, "Print",ExpressionUUID->"e621c02f-b4eb-4f69-836f-8336240f0f72", CellID->37953351], -Cell[17225, 456, 365, 8, 23, "Print",ExpressionUUID->"deec6047-e53f-4616-b114-e9ebe7d56be1", +Cell[17281, 461, 365, 8, 23, "Print",ExpressionUUID->"deec6047-e53f-4616-b114-e9ebe7d56be1", CellID->1309011802], -Cell[17593, 466, 236, 4, 23, "Print",ExpressionUUID->"126c4b37-dc53-4943-8f3a-925a45308516", +Cell[17649, 471, 236, 4, 23, "Print",ExpressionUUID->"126c4b37-dc53-4943-8f3a-925a45308516", CellID->1307658604], -Cell[17832, 472, 219, 3, 23, "Print",ExpressionUUID->"d31d55f9-69f7-46ab-955e-134b833ee095", +Cell[17888, 477, 219, 3, 23, "Print",ExpressionUUID->"d31d55f9-69f7-46ab-955e-134b833ee095", CellID->407233505], -Cell[18054, 477, 207, 3, 23, "Print",ExpressionUUID->"c22d3d37-b13d-436c-8584-4dbc155d541e", +Cell[18110, 482, 207, 3, 23, "Print",ExpressionUUID->"c22d3d37-b13d-436c-8584-4dbc155d541e", CellID->1719396078], -Cell[18264, 482, 237, 4, 23, "Print",ExpressionUUID->"28254fbc-1230-4b63-82bc-67c8cb2641a3", +Cell[18320, 487, 237, 4, 23, "Print",ExpressionUUID->"28254fbc-1230-4b63-82bc-67c8cb2641a3", CellID->2038240922], -Cell[18504, 488, 219, 3, 23, "Print",ExpressionUUID->"e40121b7-bf84-4dc6-9be9-2ccbe8870f0e", +Cell[18560, 493, 219, 3, 23, "Print",ExpressionUUID->"e40121b7-bf84-4dc6-9be9-2ccbe8870f0e", CellID->154431751], -Cell[18726, 493, 236, 4, 70, "Print",ExpressionUUID->"4d756b8f-e73a-420d-8eba-59d908677729", +Cell[18782, 498, 236, 4, 70, "Print",ExpressionUUID->"4d756b8f-e73a-420d-8eba-59d908677729", CellID->1183951654], -Cell[18965, 499, 236, 4, 70, "Print",ExpressionUUID->"120f2158-d2fd-4350-bde3-05a9d62df5f4", +Cell[19021, 504, 236, 4, 70, "Print",ExpressionUUID->"120f2158-d2fd-4350-bde3-05a9d62df5f4", CellID->1207365317], -Cell[19204, 505, 206, 3, 70, "Print",ExpressionUUID->"c427e8cc-dcb2-45ff-8dd2-c515e1acb479", +Cell[19260, 510, 206, 3, 70, "Print",ExpressionUUID->"c427e8cc-dcb2-45ff-8dd2-c515e1acb479", CellID->498651478], -Cell[19413, 510, 236, 4, 70, "Print",ExpressionUUID->"1a1ea846-f593-495e-bfac-99e7c4aa7836", +Cell[19469, 515, 236, 4, 70, "Print",ExpressionUUID->"1a1ea846-f593-495e-bfac-99e7c4aa7836", CellID->2097340152] }, Open ]] }, Open ]], -Cell[19676, 518, 137, 1, 70, "ExampleText",ExpressionUUID->"e83b7198-bc58-42d0-9163-1663493ed54f", +Cell[19732, 523, 137, 1, 70, "ExampleText",ExpressionUUID->"e83b7198-bc58-42d0-9163-1663493ed54f", CellID->1029967594], -Cell[19816, 521, 235, 6, 70, "Input",ExpressionUUID->"7eb34e2c-2821-4f35-992c-11dec58a56a5", +Cell[19872, 526, 235, 6, 70, "Input",ExpressionUUID->"7eb34e2c-2821-4f35-992c-11dec58a56a5", CellID->1555362576], -Cell[20054, 529, 380, 9, 70, "Input",ExpressionUUID->"fab68425-f58c-42de-b172-fe3db612e2d0", +Cell[20110, 534, 380, 9, 70, "Input",ExpressionUUID->"fab68425-f58c-42de-b172-fe3db612e2d0", CellID->639414454], -Cell[20437, 540, 238, 6, 70, "Input",ExpressionUUID->"54b5159f-04e8-4d6e-897a-f334be1664e4", +Cell[20493, 545, 238, 6, 70, "Input",ExpressionUUID->"54b5159f-04e8-4d6e-897a-f334be1664e4", CellID->1627076526], -Cell[20678, 548, 190, 4, 70, "ExampleText",ExpressionUUID->"fce7fee2-7c1d-4158-8204-9b37d380b0f7", +Cell[20734, 553, 190, 4, 70, "ExampleText",ExpressionUUID->"fce7fee2-7c1d-4158-8204-9b37d380b0f7", CellID->456441638], Cell[CellGroupData[{ -Cell[20893, 556, 168, 3, 70, "Input",ExpressionUUID->"519ef083-b0a6-4816-bafd-d48534abd5fd", +Cell[20949, 561, 168, 3, 70, "Input",ExpressionUUID->"519ef083-b0a6-4816-bafd-d48534abd5fd", CellID->587145069], -Cell[21064, 561, 173, 4, 36, "Output",ExpressionUUID->"d47b9a4e-11d3-481b-96bc-e281eedacb85", +Cell[21120, 566, 173, 4, 36, "Output",ExpressionUUID->"d47b9a4e-11d3-481b-96bc-e281eedacb85", CellID->1419412969] }, Open ]], -Cell[21252, 568, 158, 2, 70, "ExampleText",ExpressionUUID->"874d26b9-8b46-4cd9-8c2a-58aea6f23905", +Cell[21308, 573, 158, 2, 70, "ExampleText",ExpressionUUID->"874d26b9-8b46-4cd9-8c2a-58aea6f23905", CellID->291002176], Cell[CellGroupData[{ -Cell[21435, 574, 195, 4, 70, "Input",ExpressionUUID->"8daa4da5-2ea7-475c-ab19-ba032e1eb43c", +Cell[21491, 579, 195, 4, 70, "Input",ExpressionUUID->"8daa4da5-2ea7-475c-ab19-ba032e1eb43c", CellID->1558890520], -Cell[21633, 580, 313, 9, 51, "Output",ExpressionUUID->"ddbb8a01-6dbd-40d0-b35d-a50fbb9ccf8c", +Cell[21689, 585, 313, 9, 51, "Output",ExpressionUUID->"ddbb8a01-6dbd-40d0-b35d-a50fbb9ccf8c", CellID->1430393121] }, Open ]], -Cell[21961, 592, 200, 4, 70, "ExampleText",ExpressionUUID->"c980370c-59c9-4e6c-8b8d-c4eb13cfef14", +Cell[22017, 597, 200, 4, 70, "ExampleText",ExpressionUUID->"c980370c-59c9-4e6c-8b8d-c4eb13cfef14", CellID->1357785960], Cell[CellGroupData[{ -Cell[22186, 600, 198, 4, 70, "Input",ExpressionUUID->"a0240657-153c-47d8-986b-93f16a6516fa", +Cell[22242, 605, 198, 4, 70, "Input",ExpressionUUID->"a0240657-153c-47d8-986b-93f16a6516fa", CellID->1197358627], -Cell[22387, 606, 181, 4, 36, "Output",ExpressionUUID->"14cbf058-ca4b-4d9c-9f23-55ce2aadb010", +Cell[22443, 611, 181, 4, 36, "Output",ExpressionUUID->"14cbf058-ca4b-4d9c-9f23-55ce2aadb010", CellID->1950512779] }, Open ]], -Cell[22583, 613, 193, 4, 70, "ExampleText",ExpressionUUID->"320a4600-f92b-415d-b65a-c5f43f44416a", +Cell[22639, 618, 193, 4, 70, "ExampleText",ExpressionUUID->"320a4600-f92b-415d-b65a-c5f43f44416a", CellID->1066941523], Cell[CellGroupData[{ -Cell[22801, 621, 197, 4, 70, "Input",ExpressionUUID->"6d8e74e2-9f6d-4f8d-9033-bdca9f8759b9", +Cell[22857, 626, 197, 4, 70, "Input",ExpressionUUID->"6d8e74e2-9f6d-4f8d-9033-bdca9f8759b9", CellID->296394737], -Cell[23001, 627, 311, 9, 51, "Output",ExpressionUUID->"421a36ce-3987-4f29-980b-516c8f6b4049", +Cell[23057, 632, 311, 9, 51, "Output",ExpressionUUID->"421a36ce-3987-4f29-980b-516c8f6b4049", CellID->80680989] }, Open ]], -Cell[23327, 639, 244, 4, 70, "ExampleText",ExpressionUUID->"41da8cf0-d259-415b-9a1d-23cb0cee8db7", +Cell[23383, 644, 244, 4, 70, "ExampleText",ExpressionUUID->"41da8cf0-d259-415b-9a1d-23cb0cee8db7", CellID->1793181146], Cell[CellGroupData[{ -Cell[23596, 647, 198, 4, 70, "Input",ExpressionUUID->"3d1bbbec-fe70-4389-9efa-415cb98bc3b6", +Cell[23652, 652, 198, 4, 70, "Input",ExpressionUUID->"3d1bbbec-fe70-4389-9efa-415cb98bc3b6", CellID->1715345067], -Cell[23797, 653, 180, 4, 36, "Output",ExpressionUUID->"650361f6-c85d-4ae1-a2d5-c67e7d5bec68", +Cell[23853, 658, 180, 4, 36, "Output",ExpressionUUID->"650361f6-c85d-4ae1-a2d5-c67e7d5bec68", CellID->382484418] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24275, 671, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"f63da31a-d3cf-489a-87eb-c3987d8e3230"], +Cell[29781, 821, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f6ec2b6d-7ad5-43a8-a05f-af29164f60f5"], +Cell[30454, 841, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6de26abe-df0d-4e6f-9207-97554e7902c2"], +Cell[31490, 869, 3481, 97, 70, "RelatedLinksSection",ExpressionUUID->"028143da-28e7-40d9-8d58-9b980e17d8f1"], Cell[CellGroupData[{ -Cell[24241, 668, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"65a1e013-2af5-421e-a47c-a2888c3a3101"], -Cell[29747, 818, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4014d070-c6fa-4c26-b2bd-ca0597e23b30"] -}, Open ]], -Cell[30432, 839, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ec07d6b9-cd4a-44bb-b76a-416b3389786a"], -Cell[31468, 867, 3481, 97, 70, "RelatedLinksSection",ExpressionUUID->"f30a9f13-9485-4159-baf5-ea3502f90813"], -Cell[CellGroupData[{ -Cell[34974, 968, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"62c332d5-5ca4-468a-8598-674eeb205e88", +Cell[34996, 970, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"62c332d5-5ca4-468a-8598-674eeb205e88", CellID->441415629], -Cell[35114, 971, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e6dbfe5-c3b1-49c2-bfe0-7abe2a543030", +Cell[35136, 973, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e6dbfe5-c3b1-49c2-bfe0-7abe2a543030", CellID->1194386356], -Cell[35336, 977, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f93e1660-e5ee-46ef-9441-929b6b7b0dd6", +Cell[35358, 979, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f93e1660-e5ee-46ef-9441-929b6b7b0dd6", CellID->1641706272], -Cell[35551, 982, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4d1faa9e-4a7d-45c5-a4e8-06449796e7c9", +Cell[35573, 984, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4d1faa9e-4a7d-45c5-a4e8-06449796e7c9", CellID->399251956], -Cell[35780, 988, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e8ca0db3-b5ae-483e-b6e8-f16bc5b10d97", +Cell[35802, 990, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e8ca0db3-b5ae-483e-b6e8-f16bc5b10d97", CellID->821434655] }, Open ]], -Cell[36017, 994, 78, 0, 70, "FooterCell",ExpressionUUID->"1557a1ce-bab8-44ca-9c74-881884516396"] +Cell[36039, 996, 78, 0, 70, "FooterCell",ExpressionUUID->"d26ab28c-21ff-4514-b18c-1cec17851289"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SMPrenucleolus.nb b/Documentation/English/ReferencePages/Symbols/SMPrenucleolus.nb index d2bc82c..11bb5ef 100644 --- a/Documentation/English/ReferencePages/Symbols/SMPrenucleolus.nb +++ b/Documentation/English/ReferencePages/Symbols/SMPrenucleolus.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46983, 1215] -NotebookOptionsPosition[ 37198, 1022] -NotebookOutlinePosition[ 39425, 1077] -CellTagsIndexPosition[ 39339, 1072] +NotebookDataLength[ 46997, 1216] +NotebookOptionsPosition[ 37221, 1024] +NotebookOutlinePosition[ 39471, 1080] +CellTagsIndexPosition[ 39385, 1075] WindowTitle->SMPrenucleolus WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6a2a8df0-c5e6-4c32-aeb3-90d81731faf3"], + "8d84dcfd-4fe5-4e6e-9898-6489235ce32a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5cef0ccf-8612-4651-9f4f-536c4c45cb68"], + "b7c6843a-b325-44c4-80ef-4607f3f8c901"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c4420bd0-0916-4b10-800e-b359ed995adf"] - }],ExpressionUUID->"d59ae901-2fce-4e05-b914-56fc64705f83"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "4e86ae42-39c8-46d4-b6de-03bf284c80ee"] + }],ExpressionUUID->"b173dd02-0996-419f-a8fe-54976168ce42"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e77da51b-30f3-4356-b86c-c348dcba83ef"], + "fc5f6e8e-4cfd-4dc0-9394-b71e57d3e1cf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c267ac05-2178-4270-a4fa-b00beea178e3"] - }],ExpressionUUID->"ff5bec4b-1fbe-4fec-b7de-5edb0179c660"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8f31f937-3c42-406a-9db4-6149d1bf01d4"] + }],ExpressionUUID->"cb4ae9c5-fd91-4991-80ac-67e82dbd5f73"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4ef36c06-a8d5-4839-90c3-3cfd4b873627"], + "99cfd0bc-df93-4866-abdf-484c2ad02325"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "64a4a5bf-e24c-4aa1-9adb-11172839f1dc"] - }],ExpressionUUID->"7e54d656-6a67-4b8a-946e-2425f6ba9340"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "859f84c9-946a-4766-ba5d-0ec6bc69aa50"] + }],ExpressionUUID->"f9e41289-ee40-4ba4-bb46-61a4cb2fe07e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "58e7157a-ebc0-4879-908e-3339b2041f21"], + "a70c4c67-0eb1-4f3b-b055-e93e50e702b7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a669a466-bbbe-419e-bb97-8fe6320c5a8f"] - }],ExpressionUUID->"16883733-cffe-4835-91bb-e95fe6f10be3"], - StripOnInput->False], {"\<\"TUG/ref/SMPrenucleolus\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SMPrenucleolus"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "af9e240d-c994-4f4a-bc1c-2f418d6a546d"] + }],ExpressionUUID->"459be68f-1e38-463f-804d-ddf3ebabb8b4"], + StripOnInput->False],{ + "\"TUG/ref/SMPrenucleolus\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SMPrenucleolus"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SMPrenucleolus.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$184287], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SMPrenucleolus" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$199067], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SMPrenucleolus" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0000e809-4336-4c47-93b6-b3f0c481f8c4"] + "964907c1-0f27-4ff0-92cb-d01acb6b3084"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "226c4e3f-d372-47db-baa1-0ffbf37a6c35"]} + "49974176-afad-4257-ae32-423622e961c0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c8c50273-ea75-4fb5-b97b-af60cd3a6f37"], + CellID->1,ExpressionUUID->"ed240a63-f842-477c-a57b-e332f85c4f1a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"796e8ede-f090-4986-ac99-55c1033c5259"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4d0e154d-2716-454a-8ee2-89270fb75930"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SMPrenucleolus", "ObjectName",ExpressionUUID-> - "97a7e171-eefd-4b2f-b512-d765c1a0626a"], + "41309918-3916-41b0-93c4-cfa2b505a5a7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"17d5d7a6-4788-4bae-82dc-9d730c0ebfce"], + "Spacer1"]],ExpressionUUID->"f3bef1cd-ef6b-4397-935e-db73f22f1009"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "668a857c-72f9-4ea7-b575-791f18a219de"] - }],ExpressionUUID->"3131d4b5-e937-4be4-b892-42d4a9ae83db"], Cell[BoxData[ + "da9f024d-e0a0-4b3b-808b-519559343677"] + }],ExpressionUUID->"b0bc310d-84d8-4488-b1f0-4e95963795ab"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "953ff659-c9f7-4e2e-8256-7e270a43d69e"]} + "e4bc74c8-3cdf-4692-9420-ed5f96071b13"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f5928142-b44d-4251-9465-3055ddeff436"], + CacheGraphics->False,ExpressionUUID->"b615b03a-9bbd-428e-ad18-dbb5fca9db6c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +247,7 @@ solving a sequence of linear programs from the TU-game argument ", FontSlant->"Italic"], " by relying on an LP approach as suggested by B. Peleg and P. \ Sudhoelter (2007)." - }],ExpressionUUID->"5fdb157e-c1ef-438e-9b92-03c42c26f0dd"]} + }],ExpressionUUID->"b65cd077-6058-481a-8de7-12be20d06bb2"]} }]], "Usage", CellID->807310142,ExpressionUUID->"9022d596-305f-46a8-b639-997fca7199fe"] }, Open ]], @@ -275,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e2eb0b49-2d57-4549-b18b-d0b53fb9a83c"], + ExpressionUUID->"b0556671-59b5-4c96-90ff-ae1ae606358a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9541e815-c134-42c5-a6fc-8af6045a1dd0"], + "Spacer1"]],ExpressionUUID->"b40e7e54-adca-48f9-b23d-363fdc727de6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0c9b04f4-add8-4fb9-a40d-c406d107f6e2"], + }], "NotesFrameText",ExpressionUUID->"1f9ea291-6a27-4555-b1cb-e936b4954332"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"dc042285-a7eb-4e98-8d99-86b2ac472c16"]], \ + "Preemptive"]],ExpressionUUID->"2d3c43cb-1b66-4517-abfc-2e552eb73d95"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->735866584,ExpressionUUID->"8a72a79a-6c79-4509-a0e3-f7a9a71ca6a4"], + CellID->145770096,ExpressionUUID->"1550c951-0da2-482b-833c-230f25757592"], Cell[TextData[{ "The input expression ", @@ -386,19 +391,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"08401824-2ad7-4ee2-ae37-11ecdb2f687d"], + ExpressionUUID->"1528267a-3939-4330-b93f-96e18189b954"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2e17506c-49c3-4591-83c9-70d6afdb0d1b"], + "Spacer1"]],ExpressionUUID->"c18b8588-0bf3-4018-8cb7-5791f8801a8f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f0b33616-0d7d-491a-895b-0ba26d9d1179"] + "7638c6cf-c59d-453b-8cfc-7d0035e019d5"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->169085345,ExpressionUUID->"a7072aad-7bca-470e-95de-a40d40482224"], + CellID->193796660,ExpressionUUID->"67b0c101-c42b-4479-affb-165027f05cd2"], Cell[CellGroupData[{ @@ -427,18 +432,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cf583706-80b9-41e4-b5a3-55fcbd7bb36e"], + ExpressionUUID->"1e524b84-b6db-411d-b391-40fe5b4c0fe4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2389506e-29fd-4c97-a29f-7f06494d81a4"], + "Spacer1"]],ExpressionUUID->"581ff683-6f0f-4381-bb41-329ff07450f2"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1a57908a-28e6-4bb6-b291-1bc31a45fb2d"] + "57c3de97-e6e5-4501-aac0-48dea99af763"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->528827025,ExpressionUUID->"e8178e17-cb8f-4d7b-9bc1-ae69ff2bc235"], + CellID->1632377287,ExpressionUUID->"3554690e-44ef-4511-8777-445d61908df6"], Cell["Loading the package:", "ExampleText", CellID->50459349,ExpressionUUID->"6a1c985d-9792-49b0-8a93-e0cbd00270c7"], @@ -690,8 +695,6 @@ Thus, we have found the simplified modified pre-nucleolus of the game.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -839,15 +842,15 @@ Cell[BoxData[GridBox[{ "c4330592-417b-42a5-aced-aedc47a02d58"] }], "SeeAlso",ExpressionUUID->"27832548-2762-4f67-a55d-83c338810fff"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"10fdbac9-0f03-45ff-b7fc-\ -dcb74f1e5f47"], + }]], "SeeAlsoSection",ExpressionUUID->"97229b3f-555f-44da-a3f4-\ +59d9489c7f21"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -859,9 +862,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"f3822e45-89b3-49e2-9353-ffbf6933be28"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"795fe216-1cc3-4c9b-ad96-\ -a8db65b2f6ad"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f0413bb3-d379-4f5d-ab9e-\ +6a9997ac2872"], Cell[BoxData[GridBox[{ { @@ -878,7 +880,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "11181c05-a827-4af2-ba97-dde97035e922"]}]}, + "cc5ec4d4-5600-433a-ab58-be8b4cfd876e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -886,10 +888,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "02f7a0e6-d845-4bed-860f-0e29aee95539"]}]} + "750c90c2-98df-4846-99b1-bb778398efd9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4e7e1679-3823-49e8-ad0b-\ -6bfc4c005260"], + }]], "MoreAboutSection",ExpressionUUID->"fd7676eb-7527-4e02-8051-\ +3597322c7e6d"], Cell[BoxData[GridBox[{ { @@ -916,7 +918,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "07368152-773e-402b-81e6-37cab2026208"]], "RelatedLinks", + "2987ef21-ec4a-40e8-95a6-1fb93b2d1cb9"]], "RelatedLinks", ExpressionUUID->"09edc062-81d8-4864-b883-f3c27d7c5539"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "74387185-5a77-4a96-8ac3-dff259778822"]], "RelatedLinks", + "3658045f-4eac-4635-a73a-ffcd7fe57ad9"]], "RelatedLinks", ExpressionUUID->"b924b563-8f9f-4548-beaf-6c3e462d38ab"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SMPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2ac37742-5627-4f82-9624-7b1873574f16"]], "RelatedLinks", + "7832def8-d670-4065-b34f-f263fd6bb28d"]], "RelatedLinks", ExpressionUUID->"e1c804ee-bb7f-41e4-afac-fa276f909df3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -967,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Modiclus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3ca45ff9-c108-4f41-90f1-516c3115d514"]], "RelatedLinks", + "ffe5120d-1c3b-426d-a12b-fc37fca8c456"]], "RelatedLinks", ExpressionUUID->"257ec9c1-6bb5-4998-a37b-3dc840b8a0cf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -984,11 +986,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/IsModiclusQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ebf68756-c3bc-46e7-942e-613079e68a0c"]], "RelatedLinks", + "26e53693-14c0-4342-a054-68b309639f38"]], "RelatedLinks", ExpressionUUID->"1e92d0f3-2e1e-48bf-96ca-d4ef1df0ca4f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"19675382-3db9-4ce8-abb1-\ -27830defebf4"], + }]], "RelatedLinksSection",ExpressionUUID->"fc7b717a-1058-4535-b056-\ +99270c956aab"], Cell[CellGroupData[{ @@ -1018,11 +1020,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"13d1cfd1-252b-431c-aaa0-53e5fbbb5fb2"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c07fbe58-327f-416f-960d-6d1ea7f96375"] +Cell[" ", "FooterCell",ExpressionUUID->"b50d49e9-4c0d-4c63-93c0-8181f7d76497"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SMPrenucleolus", TaggingRules->{ @@ -1033,7 +1035,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 56.849312}", + "built" -> "{2024, 6, 3, 16, 55, 38.326423}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1042,10 +1044,11 @@ TaggingRules->{ while solving a sequence of linear programs from the TU-game argument game by \ relying on an LP approach as suggested by B. Peleg and P. Sudhoelter (2007).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SMPrenucleolus", - "titlemodifier" -> "", "windowtitle" -> "SMPrenucleolus", "type" -> - "Symbol", "uri" -> "TUG/ref/SMPrenucleolus"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SMPrenucleolus", "type" -> "Symbol", "uri" -> + "TUG/ref/SMPrenucleolus"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1054,9 +1057,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"06c840d6-bec3-41bc-99b2-88adb20d6704" +ExpressionUUID->"86f60313-f274-4b6c-9fb5-a40afe22f5dc" ] (* End of Notebook Content *) @@ -1064,159 +1067,157 @@ ExpressionUUID->"06c840d6-bec3-41bc-99b2-88adb20d6704" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14121, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a7072aad-7bca-470e-95de-a40d40482224", + Cell[14177, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"67b0c101-c42b-4479-affb-165027f05cd2", CellTags->"PrimaryExamplesSection", - CellID->169085345]} + CellID->193796660]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39139, 1065} + {"PrimaryExamplesSection", 39185, 1068} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"c8c50273-ea75-4fb5-b97b-af60cd3a6f37", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"ed240a63-f842-477c-a57b-e332f85c4f1a", CellID->1], -Cell[7728, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"796e8ede-f090-4986-ac99-55c1033c5259"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4d0e154d-2716-454a-8ee2-89270fb75930"], Cell[CellGroupData[{ -Cell[7839, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"f5928142-b44d-4251-9465-3055ddeff436"], -Cell[9130, 232, 675, 14, 133, "Usage",ExpressionUUID->"9022d596-305f-46a8-b639-997fca7199fe", +Cell[7895, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"b615b03a-9bbd-428e-ad18-dbb5fca9db6c"], +Cell[9186, 237, 675, 14, 132, "Usage",ExpressionUUID->"9022d596-305f-46a8-b639-997fca7199fe", CellID->807310142] }, Open ]], Cell[CellGroupData[{ -Cell[9842, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"8a72a79a-6c79-4509-a0e3-f7a9a71ca6a4", +Cell[9898, 256, 1894, 47, 37, "NotesSection",ExpressionUUID->"1550c951-0da2-482b-833c-230f25757592", CellGroupingRules->{"SectionGrouping", 50}, - CellID->735866584], -Cell[11739, 300, 663, 17, 49, "Notes",ExpressionUUID->"248ed6b8-3f31-4d16-b9b8-f81186e71778", + CellID->145770096], +Cell[11795, 305, 663, 17, 48, "Notes",ExpressionUUID->"248ed6b8-3f31-4d16-b9b8-f81186e71778", CellID->26053], -Cell[12405, 319, 489, 12, 37, "Notes",ExpressionUUID->"a2db3333-8391-4fd5-a68f-c145c9f5a0ff", +Cell[12461, 324, 489, 12, 38, "Notes",ExpressionUUID->"a2db3333-8391-4fd5-a68f-c145c9f5a0ff", CellID->177724765], -Cell[12897, 333, 255, 4, 57, "Notes",ExpressionUUID->"1a0885c0-fb62-4560-8757-4504383aa874", +Cell[12953, 338, 255, 4, 57, "Notes",ExpressionUUID->"1a0885c0-fb62-4560-8757-4504383aa874", CellID->851155917], -Cell[13155, 339, 176, 3, 36, "Notes",ExpressionUUID->"9d194215-ff07-4466-b71d-92733c6f0419", +Cell[13211, 344, 176, 3, 36, "Notes",ExpressionUUID->"9d194215-ff07-4466-b71d-92733c6f0419", CellID->1570545408], -Cell[13334, 344, 457, 7, 78, "Notes",ExpressionUUID->"f6e634ba-f12f-4567-a110-2529a82983bd", +Cell[13390, 349, 457, 7, 78, "Notes",ExpressionUUID->"f6e634ba-f12f-4567-a110-2529a82983bd", CellID->1135050303], -Cell[13794, 353, 200, 4, 36, "Notes",ExpressionUUID->"f73ec3d8-5a2e-45ab-9a8a-9a22883a173c", +Cell[13850, 358, 200, 4, 36, "Notes",ExpressionUUID->"f73ec3d8-5a2e-45ab-9a8a-9a22883a173c", CellID->2111640766] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14121, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a7072aad-7bca-470e-95de-a40d40482224", +Cell[14177, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"67b0c101-c42b-4479-affb-165027f05cd2", CellTags->"PrimaryExamplesSection", - CellID->169085345], + CellID->193796660], Cell[CellGroupData[{ -Cell[15566, 404, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e8178e17-cb8f-4d7b-9bc1-ae69ff2bc235", - CellID->528827025], -Cell[16967, 442, 117, 1, 38, "ExampleText",ExpressionUUID->"6a1c985d-9792-49b0-8a93-e0cbd00270c7", +Cell[15622, 409, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3554690e-44ef-4511-8777-445d61908df6", + CellID->1632377287], +Cell[17024, 447, 117, 1, 39, "ExampleText",ExpressionUUID->"6a1c985d-9792-49b0-8a93-e0cbd00270c7", CellID->50459349], Cell[CellGroupData[{ -Cell[17109, 447, 168, 3, 27, "Input",ExpressionUUID->"28f508b3-2b99-4b35-bdb5-9862211b4d4b", +Cell[17166, 452, 168, 3, 27, "Input",ExpressionUUID->"28f508b3-2b99-4b35-bdb5-9862211b4d4b", CellID->2005167720], Cell[CellGroupData[{ -Cell[17302, 454, 237, 4, 23, "Print",ExpressionUUID->"16d52b83-3ec1-40a3-895e-bb8143ab04c5", +Cell[17359, 459, 237, 4, 23, "Print",ExpressionUUID->"16d52b83-3ec1-40a3-895e-bb8143ab04c5", CellID->1005440004], -Cell[17542, 460, 366, 8, 23, "Print",ExpressionUUID->"b28796b2-6a1d-45dd-8d20-53fd568a8e4e", +Cell[17599, 465, 366, 8, 23, "Print",ExpressionUUID->"b28796b2-6a1d-45dd-8d20-53fd568a8e4e", CellID->1299859359], -Cell[17911, 470, 237, 4, 23, "Print",ExpressionUUID->"c877ec2e-fe2b-4bbc-87d1-e749c27243c7", +Cell[17968, 475, 237, 4, 23, "Print",ExpressionUUID->"c877ec2e-fe2b-4bbc-87d1-e749c27243c7", CellID->1438254978], -Cell[18151, 476, 220, 3, 23, "Print",ExpressionUUID->"b397c742-081a-4a30-9286-213b6db49bab", +Cell[18208, 481, 220, 3, 23, "Print",ExpressionUUID->"b397c742-081a-4a30-9286-213b6db49bab", CellID->824063913], -Cell[18374, 481, 207, 3, 23, "Print",ExpressionUUID->"c281c4f5-3c62-49d2-9fa0-317c944706d8", +Cell[18431, 486, 207, 3, 23, "Print",ExpressionUUID->"c281c4f5-3c62-49d2-9fa0-317c944706d8", CellID->600851169], -Cell[18584, 486, 237, 4, 70, "Print",ExpressionUUID->"4e62c890-ba7d-4937-8d6a-cc2f0649775b", +Cell[18641, 491, 237, 4, 70, "Print",ExpressionUUID->"4e62c890-ba7d-4937-8d6a-cc2f0649775b", CellID->150133574], -Cell[18824, 492, 221, 3, 70, "Print",ExpressionUUID->"73938731-722e-46fb-89b5-ad8f3dbf1b89", +Cell[18881, 497, 221, 3, 70, "Print",ExpressionUUID->"73938731-722e-46fb-89b5-ad8f3dbf1b89", CellID->1058382392], -Cell[19048, 497, 236, 4, 70, "Print",ExpressionUUID->"92f86552-8ade-45cb-bce0-3eeb5ef015c2", +Cell[19105, 502, 236, 4, 70, "Print",ExpressionUUID->"92f86552-8ade-45cb-bce0-3eeb5ef015c2", CellID->319779797], -Cell[19287, 503, 236, 4, 70, "Print",ExpressionUUID->"bdbd3c73-f5a4-4a29-9265-35f9af4c5942", +Cell[19344, 508, 236, 4, 70, "Print",ExpressionUUID->"bdbd3c73-f5a4-4a29-9265-35f9af4c5942", CellID->474578307], -Cell[19526, 509, 208, 3, 70, "Print",ExpressionUUID->"711ed935-d03f-4a4e-939e-b37d953e9e93", +Cell[19583, 514, 208, 3, 70, "Print",ExpressionUUID->"711ed935-d03f-4a4e-939e-b37d953e9e93", CellID->2050075003], -Cell[19737, 514, 237, 4, 70, "Print",ExpressionUUID->"bddc0cbb-5a2a-4fe1-b951-28ddec64ac0c", +Cell[19794, 519, 237, 4, 70, "Print",ExpressionUUID->"bddc0cbb-5a2a-4fe1-b951-28ddec64ac0c", CellID->1970041021] }, Open ]] }, Open ]], -Cell[20001, 522, 136, 1, 70, "ExampleText",ExpressionUUID->"5c45ca0c-59d2-4a14-8a17-532b300c9d7f", +Cell[20058, 527, 136, 1, 70, "ExampleText",ExpressionUUID->"5c45ca0c-59d2-4a14-8a17-532b300c9d7f", CellID->152690052], -Cell[20140, 525, 234, 6, 70, "Input",ExpressionUUID->"3e7ef15f-8e6e-4e3a-8f8f-b99b6111bd72", +Cell[20197, 530, 234, 6, 70, "Input",ExpressionUUID->"3e7ef15f-8e6e-4e3a-8f8f-b99b6111bd72", CellID->813694615], -Cell[20377, 533, 380, 9, 70, "Input",ExpressionUUID->"6263b9a8-6818-4dfe-8bcc-222b40379854", +Cell[20434, 538, 380, 9, 70, "Input",ExpressionUUID->"6263b9a8-6818-4dfe-8bcc-222b40379854", CellID->708839989], -Cell[20760, 544, 238, 6, 70, "Input",ExpressionUUID->"1b5d5ba6-d8d1-4b10-9af3-bd20c7d26fe3", +Cell[20817, 549, 238, 6, 70, "Input",ExpressionUUID->"1b5d5ba6-d8d1-4b10-9af3-bd20c7d26fe3", CellID->1438687266], -Cell[21001, 552, 190, 4, 70, "ExampleText",ExpressionUUID->"246645ab-ab57-4b2f-92e2-1610fc65191a", +Cell[21058, 557, 190, 4, 70, "ExampleText",ExpressionUUID->"246645ab-ab57-4b2f-92e2-1610fc65191a", CellID->236756375], Cell[CellGroupData[{ -Cell[21216, 560, 172, 3, 70, "Input",ExpressionUUID->"9f41939c-6874-4f0b-b9f9-7ce972182445", +Cell[21273, 565, 172, 3, 70, "Input",ExpressionUUID->"9f41939c-6874-4f0b-b9f9-7ce972182445", CellID->1412557043], -Cell[21391, 565, 174, 4, 36, "Output",ExpressionUUID->"cbef8fbb-8b4f-4aac-80f9-8a3a800c74af", +Cell[21448, 570, 174, 4, 36, "Output",ExpressionUUID->"cbef8fbb-8b4f-4aac-80f9-8a3a800c74af", CellID->1412387448] }, Open ]], -Cell[21580, 572, 248, 4, 70, "ExampleText",ExpressionUUID->"bf626e8b-2be8-40c8-bbba-f20cecda330a", +Cell[21637, 577, 248, 4, 70, "ExampleText",ExpressionUUID->"bf626e8b-2be8-40c8-bbba-f20cecda330a", CellID->426253921], Cell[CellGroupData[{ -Cell[21853, 580, 198, 4, 70, "Input",ExpressionUUID->"3d9b45e9-8f50-4f84-9158-06bfc7c6591b", +Cell[21910, 585, 198, 4, 70, "Input",ExpressionUUID->"3d9b45e9-8f50-4f84-9158-06bfc7c6591b", CellID->1497095871], -Cell[22054, 586, 313, 9, 51, "Output",ExpressionUUID->"6776d9fd-897f-43dd-bbf4-4e344319e2e0", +Cell[22111, 591, 313, 9, 51, "Output",ExpressionUUID->"6776d9fd-897f-43dd-bbf4-4e344319e2e0", CellID->446680206] }, Open ]], -Cell[22382, 598, 147, 1, 70, "ExampleText",ExpressionUUID->"0889f32f-dfaf-40c6-9c41-1cc5ac81b821", +Cell[22439, 603, 147, 1, 70, "ExampleText",ExpressionUUID->"0889f32f-dfaf-40c6-9c41-1cc5ac81b821", CellID->1376714161], Cell[CellGroupData[{ -Cell[22554, 603, 195, 4, 70, "Input",ExpressionUUID->"633c2405-5883-4ac2-b0fc-c175c2070f7c", +Cell[22611, 608, 195, 4, 70, "Input",ExpressionUUID->"633c2405-5883-4ac2-b0fc-c175c2070f7c", CellID->2049771768], -Cell[22752, 609, 315, 9, 51, "Output",ExpressionUUID->"6c862159-fca3-4ecd-aea1-d4915509d029", +Cell[22809, 614, 315, 9, 50, "Output",ExpressionUUID->"6c862159-fca3-4ecd-aea1-d4915509d029", CellID->1749929413] }, Open ]], -Cell[23082, 621, 228, 4, 70, "ExampleText",ExpressionUUID->"9796f666-4cf5-46dc-89c8-22743ecd0c12", +Cell[23139, 626, 228, 4, 70, "ExampleText",ExpressionUUID->"9796f666-4cf5-46dc-89c8-22743ecd0c12", CellID->1926822333], Cell[CellGroupData[{ -Cell[23335, 629, 203, 4, 70, "Input",ExpressionUUID->"394e6886-c455-40c1-a37a-388fcf50481d", +Cell[23392, 634, 203, 4, 70, "Input",ExpressionUUID->"394e6886-c455-40c1-a37a-388fcf50481d", CellID->1057752983], -Cell[23541, 635, 161, 3, 36, "Output",ExpressionUUID->"0b5c4145-5679-4c1d-b983-cb12c1c4bb88", +Cell[23598, 640, 161, 3, 36, "Output",ExpressionUUID->"0b5c4145-5679-4c1d-b983-cb12c1c4bb88", CellID->1807698607] }, Open ]], -Cell[23717, 641, 209, 4, 70, "ExampleText",ExpressionUUID->"59682039-488f-410d-8030-47119ce72b23", +Cell[23774, 646, 209, 4, 70, "ExampleText",ExpressionUUID->"59682039-488f-410d-8030-47119ce72b23", CellID->453934932], Cell[CellGroupData[{ -Cell[23951, 649, 200, 4, 70, "Input",ExpressionUUID->"20e0dc13-5d42-40de-b6e8-30725fed1e1c", +Cell[24008, 654, 200, 4, 70, "Input",ExpressionUUID->"20e0dc13-5d42-40de-b6e8-30725fed1e1c", CellID->1816937937], -Cell[24154, 655, 160, 3, 36, "Output",ExpressionUUID->"87c90c86-71dd-4d91-89cc-7581bd29edbb", +Cell[24211, 660, 160, 3, 36, "Output",ExpressionUUID->"87c90c86-71dd-4d91-89cc-7581bd29edbb", CellID->309481506] }, Open ]], -Cell[24329, 661, 199, 4, 70, "ExampleText",ExpressionUUID->"351cbbf7-11a2-41f5-b485-a3e074f48d07", +Cell[24386, 666, 199, 4, 70, "ExampleText",ExpressionUUID->"351cbbf7-11a2-41f5-b485-a3e074f48d07", CellID->2014564027], Cell[CellGroupData[{ -Cell[24553, 669, 202, 4, 70, "Input",ExpressionUUID->"9a560534-35a5-40fb-aa87-f2bc28a214f7", +Cell[24610, 674, 202, 4, 70, "Input",ExpressionUUID->"9a560534-35a5-40fb-aa87-f2bc28a214f7", CellID->1291496669], -Cell[24758, 675, 161, 3, 36, "Output",ExpressionUUID->"cb0faefb-22e9-4c5b-93ff-8bbd8dfe17a4", +Cell[24815, 680, 161, 3, 36, "Output",ExpressionUUID->"cb0faefb-22e9-4c5b-93ff-8bbd8dfe17a4", CellID->2015600559] }, Open ]], -Cell[24934, 681, 176, 3, 70, "ExampleText",ExpressionUUID->"373f1ec3-89a2-44bf-812d-8f52eb9aa287", +Cell[24991, 686, 176, 3, 70, "ExampleText",ExpressionUUID->"373f1ec3-89a2-44bf-812d-8f52eb9aa287", CellID->217317662] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25397, 697, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"97229b3f-555f-44da-a3f4-59d9489c7f21"], +Cell[30903, 847, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f0413bb3-d379-4f5d-ab9e-6a9997ac2872"], +Cell[31576, 867, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"fd7676eb-7527-4e02-8051-3597322c7e6d"], +Cell[32612, 895, 3459, 97, 70, "RelatedLinksSection",ExpressionUUID->"fc7b717a-1058-4535-b056-99270c956aab"], Cell[CellGroupData[{ -Cell[25362, 694, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"10fdbac9-0f03-45ff-b7fc-dcb74f1e5f47"], -Cell[30868, 844, 670, 18, 70, "TechNotesSection",ExpressionUUID->"795fe216-1cc3-4c9b-ad96-a8db65b2f6ad"] -}, Open ]], -Cell[31553, 865, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4e7e1679-3823-49e8-ad0b-6bfc4c005260"], -Cell[32589, 893, 3459, 97, 70, "RelatedLinksSection",ExpressionUUID->"19675382-3db9-4ce8-abb1-27830defebf4"], -Cell[CellGroupData[{ -Cell[36073, 994, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c41f5736-86e8-489d-9445-d6b67e3c7263", +Cell[36096, 996, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c41f5736-86e8-489d-9445-d6b67e3c7263", CellID->441415629], -Cell[36213, 997, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1f87aa0-dd05-4d33-9d8d-3a53abe56e4e", +Cell[36236, 999, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1f87aa0-dd05-4d33-9d8d-3a53abe56e4e", CellID->1194386356], -Cell[36435, 1003, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"38a17101-4664-40da-8ecb-1ef0dbffd80c", +Cell[36458, 1005, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"38a17101-4664-40da-8ecb-1ef0dbffd80c", CellID->1641706272], -Cell[36650, 1008, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f94d4fb-a7c8-412a-a68a-a3f90314a531", +Cell[36673, 1010, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4f94d4fb-a7c8-412a-a68a-a3f90314a531", CellID->399251956], -Cell[36879, 1014, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"13d1cfd1-252b-431c-aaa0-53e5fbbb5fb2", +Cell[36902, 1016, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"13d1cfd1-252b-431c-aaa0-53e5fbbb5fb2", CellID->821434655] }, Open ]], -Cell[37116, 1020, 78, 0, 70, "FooterCell",ExpressionUUID->"c07fbe58-327f-416f-960d-6d1ea7f96375"] +Cell[37139, 1022, 78, 0, 70, "FooterCell",ExpressionUUID->"b50d49e9-4c0d-4c63-93c0-8181f7d76497"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Scrb.nb b/Documentation/English/ReferencePages/Symbols/Scrb.nb index a2db993..1cfa5fa 100644 --- a/Documentation/English/ReferencePages/Symbols/Scrb.nb +++ b/Documentation/English/ReferencePages/Symbols/Scrb.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44920, 1175] -NotebookOptionsPosition[ 35831, 994] -NotebookOutlinePosition[ 37866, 1047] -CellTagsIndexPosition[ 37780, 1042] +NotebookDataLength[ 44900, 1172] +NotebookOptionsPosition[ 35824, 993] +NotebookOutlinePosition[ 37878, 1046] +CellTagsIndexPosition[ 37792, 1041] WindowTitle->Scrb WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bd282552-abb7-44d0-a9b1-def0707cb7bd"], + "2f0fca16-bd5c-4114-8612-00a901955bbf"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "02560183-97ed-4991-b077-4ffb299c56f4"], + "445174e4-f64e-4c00-a266-488ee78f5729"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4ee856a3-e098-48f5-846a-dbbce539f558"] - }],ExpressionUUID->"f38ff8e5-93b4-46f7-8cb5-dee01fd83176"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "12630d9b-eb02-49d2-bccb-f62b94930e5e"] + }],ExpressionUUID->"9b96b7c6-3c39-4fab-a199-cd377b131ef5"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "37361c08-7518-4590-a3e1-e75798ebe41c"], + "86f4d356-5fff-4525-bfe0-a415a6657c63"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5fa18f0c-04d7-4f72-9a17-6a6b10a2a961"] - }],ExpressionUUID->"e4756b5f-8938-4035-8303-9fdcb4e96442"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "30d2557d-48b7-4461-99ee-76854faee98d"] + }],ExpressionUUID->"f37f2128-7e38-4ca2-af41-655c10345724"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5fcf1934-0f08-4b23-b22e-d45982f32eb8"], + "2b2ae838-9c4e-4641-af73-5d3d8c4f893f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7e406b1-8837-4942-9791-2c78cae5f8d4"] - }],ExpressionUUID->"093afae5-fc11-4fb7-bd4a-1935cb29c968"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "264ec035-07a0-4fc4-893b-e3033fc11400"] + }],ExpressionUUID->"ec8f1a40-161f-46bc-8102-d722655998ba"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0517c50a-3e9b-49aa-a5c1-29e9fc2fbab5"], + "1e40a9cb-fbd1-4cfe-b997-b4d8e48748f8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "88375994-ca5d-46a4-a484-631e5af2a6dc"] - }],ExpressionUUID->"bb7f6618-e06c-48e6-ac62-b21dbf3fde85"], - StripOnInput->False], {"\<\"TUG/ref/Scrb\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Scrb"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Scrb.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$166629], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Scrb" <> - ".html"], None}]}]}, + "c80ff050-b4c2-4527-9edf-f0814b4a5c40"] + }],ExpressionUUID->"e6932a5b-bb38-49e9-ab57-11ad9269b454"], + StripOnInput->False],{ + "\"TUG/ref/Scrb\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Scrb"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Scrb.html"], + StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$180376], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/Scrb" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9b46cb5d-823c-4cde-b8b7-9270976ac5b7"] + "122cda16-7cdc-4c70-a850-e04a690276d5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "02b9db6d-26e4-484e-b8c5-64c1061b20a5"]} + "c8fafd45-da4f-45d5-9dc2-7f98dc7f5a01"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b33bed34-458c-4a62-92cf-f729d767e66f"], + CellID->1,ExpressionUUID->"53fad4f3-c488-4af2-b540-b569d88afc11"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"dcb5a222-b639-4d80-9288-c97e00da5bd3"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8f33896f-4e6c-471d-96ed-37a5cd058d00"], Cell[CellGroupData[{ @@ -199,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Scrb", "ObjectName",ExpressionUUID-> - "749c6a89-adab-4f91-93fa-605a0cf96404"], + "76cd14f3-641e-46ac-b3e5-8977778e03be"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"59407091-0617-4b3f-b0cb-3ac575c78bc2"], + "Spacer1"]],ExpressionUUID->"8789eb95-5334-4f06-9860-07b0da3e6a9b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "68523ec9-2fc3-49c4-8baa-a58bddb5101b"] - }],ExpressionUUID->"84e3fba6-28e3-4662-9c7e-f2aa1e3d6fe7"], Cell[BoxData[ + "3438b454-47df-4221-876e-4d6ea0b4339f"] + }],ExpressionUUID->"b70e3147-8e89-4bf7-9d94-8dabd0fd428e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7287596f-1b9a-448e-8cda-3bc6d8250d82"]} + "f8714f60-ef8d-488f-a385-ac64a0996465"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4a382e21-c311-4327-a26d-c44371a60b83"], + CacheGraphics->False,ExpressionUUID->"3a9951d2-cff1-43ef-be66-937f57bad5e0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +243,7 @@ Cell[BoxData[GridBox[{ "185a4ee4-f822-4211-be53-37d51c400bc3"], " \[LineSeparator]calculates the separable cost-remaining benefits for \ player i. " - }],ExpressionUUID->"9c5b0067-bca7-46e0-9c1f-618282e16c97"]} + }],ExpressionUUID->"9cbab7dd-ac3a-45a6-84e7-6fcddc1e2040"]} }]], "Usage", CellID->377229413,ExpressionUUID->"6f5dbb8b-518f-4af2-a2c2-e72cc9514c85"] }, Open ]], @@ -274,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be2bef40-1435-4c43-a060-1da0a45dd7bc"], + ExpressionUUID->"d382d21d-cd44-41d6-9fc3-3e6ccce72635"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"40eeccc1-3203-4155-ba96-49816f80c951"], + "Spacer1"]],ExpressionUUID->"358cdcdd-dfbe-426c-bd86-061a4408a9ea"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"773e2356-0498-4c4d-8586-3396f6dd9ebf"], + }], "NotesFrameText",ExpressionUUID->"887b8be4-6c36-4578-9788-4318a58afff3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fd502559-5ba4-49c6-8516-df5a6b888ed1"]], \ + "Preemptive"]],ExpressionUUID->"1f24babb-e089-4e00-90ec-6d3479de2ce0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->822848918,ExpressionUUID->"b2af8974-54bd-461e-9698-62efb4ebbfd0"], + CellID->1486523202,ExpressionUUID->"d4a11a69-c47d-4f07-b30c-76476dd890b3"], Cell[TextData[{ "The input expression ", @@ -380,19 +382,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b59f3a9b-24f5-4b0f-997b-aeee1bf0707a"], + ExpressionUUID->"9c60b644-4f7a-438f-9371-ccfe07e7bfe9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"596376b1-6aa7-48a3-b2c7-b42c11e3f066"], + "Spacer1"]],ExpressionUUID->"b076cf96-e295-48be-8015-c0c4223d014c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a42d2643-d5b9-4e1c-99d1-ec65cfc2f24c"] + "7e8f1c8c-572a-4679-b174-336b53e909cb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1910653927,ExpressionUUID->"251d3437-4df3-48f7-8607-a90ad92b570c"], + CellID->1310507852,ExpressionUUID->"4c2af187-75ae-4134-b71d-c0495c5784b9"], Cell[CellGroupData[{ @@ -421,18 +423,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f381ceb-697d-4aeb-b0bc-333e1f4da781"], + ExpressionUUID->"d4b096ed-e77a-4103-ac8c-2baec94e12c4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5089a920-0915-4646-841b-974286dff7ed"], + "Spacer1"]],ExpressionUUID->"d335162f-0487-43c1-9008-7faf58c240f5"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f7eace68-80f3-4b33-805e-22d2151af063"] + "0c135ca5-439d-4646-997b-a8f54a615e7e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1861716631,ExpressionUUID->"6f03db4d-2a94-46ed-97bb-f57f14198e00"], + CellID->1464027617,ExpressionUUID->"af1bbbfa-06da-46d2-b260-2da0787c9377"], Cell["Loading the package:", "ExampleText", CellID->2085078706,ExpressionUUID->"96256b80-7b5d-4f56-9812-b72faee47179"], @@ -665,8 +667,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -828,15 +828,15 @@ Cell[BoxData[GridBox[{ "918ced56-c00f-421d-818d-2a3361bccb34"] }], "SeeAlso",ExpressionUUID->"947661ad-01c3-4626-8dc9-d47388096401"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"18b95ad6-5d3d-4202-8430-\ -81578d724323"], + }]], "SeeAlsoSection",ExpressionUUID->"86520e18-ec86-4b61-a4b4-\ +edc2c84b8b03"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -848,9 +848,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5a37f8df-b2e6-4a53-a226-a21445d42ceb"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6512b095-1811-4836-96ee-\ -2cf3037d29a7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"89dd89aa-e316-41ba-baa0-\ +9b13b9e1cd14"], Cell[BoxData[GridBox[{ { @@ -867,7 +866,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d2401963-f809-4328-9f82-80b7f2e2fa45"]}]}, + "cd5870bb-9031-4300-a4e3-8cb82596be87"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -875,10 +874,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6a620af5-0984-43f1-8c59-1a3e556e1da5"]}]} + "4588e371-7238-4988-88f5-3d91fafa20a2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"23be4a67-39db-43c0-ae7b-\ -5fb317701996"], + }]], "MoreAboutSection",ExpressionUUID->"238b435c-4ad4-4b65-a147-\ +098d0b78723e"], Cell[BoxData[GridBox[{ { @@ -905,7 +904,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bcaa6bc3-0793-43cb-a3ad-ed7ace797dc5"]], "RelatedLinks", + "cece18ff-a160-46aa-b937-517df7037d80"]], "RelatedLinks", ExpressionUUID->"7a1012f3-bdc5-4db1-86de-f8fbb5691b95"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -922,7 +921,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "71029bbd-0727-4887-9363-7883e709b837"]], "RelatedLinks", + "1bc10364-38f5-405f-9f11-0bc8d352d197"]], "RelatedLinks", ExpressionUUID->"13abbd0a-a39d-49a8-bed3-5cebddcd57bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -939,7 +938,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2a1cc090-7dce-46ac-b63f-87eb7f12a715"]], "RelatedLinks", + "8a8b4efe-0b53-474d-b122-fbe1fc79cd46"]], "RelatedLinks", ExpressionUUID->"01f966cb-7fac-4ae0-80cd-d05510c8d649"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -956,11 +955,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ScrbSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8692bc66-b4a2-46bc-82f8-be0ba8c16cbf"]], "RelatedLinks", + "b2cae97f-023a-4dc8-91c7-38b82ebf84c3"]], "RelatedLinks", ExpressionUUID->"a2b9276d-7c04-4fe8-bfc0-876ed29202cb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"05ab925e-eaa5-4478-b9db-\ -76a30f3a35f3"], + }]], "RelatedLinksSection",ExpressionUUID->"6df31f8a-5ce8-4ea7-a690-\ +4d13e249a87a"], Cell[CellGroupData[{ @@ -990,11 +989,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->1567072320,ExpressionUUID->"a54e8d11-52d4-4dc9-bf0e-3feaafc0aaef"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1842748f-9759-4662-ab70-c8c8aec2556a"] +Cell[" ", "FooterCell",ExpressionUUID->"757dd037-0421-4dea-bf9d-090fc82f8cfc"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Scrb", TaggingRules->{ @@ -1005,17 +1004,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 8.756519}", + "built" -> "{2024, 6, 3, 16, 55, 14.448120}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Scrb[game, i] calculates the separable cost-remaining benefits for \ player i. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Scrb", - "titlemodifier" -> "", "windowtitle" -> "Scrb", "type" -> "Symbol", "uri" -> - "TUG/ref/Scrb"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> "Scrb", + "type" -> "Symbol", "uri" -> "TUG/ref/Scrb"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1024,9 +1023,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"98040bac-9d4c-479c-8801-145b25d1a9e9" +ExpressionUUID->"eaf187c7-1dfd-4899-893e-0a5bd01a1b04" ] (* End of Notebook Content *) @@ -1034,149 +1033,147 @@ ExpressionUUID->"98040bac-9d4c-479c-8801-145b25d1a9e9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13650, 357, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"251d3437-4df3-48f7-8607-a90ad92b570c", + Cell[13677, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4c2af187-75ae-4134-b71d-c0495c5784b9", CellTags->"PrimaryExamplesSection", - CellID->1910653927]} + CellID->1310507852]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37579, 1035} + {"PrimaryExamplesSection", 37591, 1034} } *) (*NotebookFileOutline Notebook[{ -Cell[576, 21, 7100, 170, 56, "AnchorBarGrid",ExpressionUUID->"b33bed34-458c-4a62-92cf-f729d767e66f", +Cell[576, 21, 7126, 172, 57, "AnchorBarGrid",ExpressionUUID->"53fad4f3-c488-4af2-b540-b569d88afc11", CellID->1], -Cell[7679, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"dcb5a222-b639-4d80-9288-c97e00da5bd3"], +Cell[7705, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8f33896f-4e6c-471d-96ed-37a5cd058d00"], Cell[CellGroupData[{ -Cell[7790, 197, 1278, 35, 59, "ObjectNameGrid",ExpressionUUID->"4a382e21-c311-4327-a26d-c44371a60b83"], -Cell[9071, 234, 498, 11, 111, "Usage",ExpressionUUID->"6f5dbb8b-518f-4af2-a2c2-e72cc9514c85", +Cell[7816, 199, 1278, 35, 59, "ObjectNameGrid",ExpressionUUID->"3a9951d2-cff1-43ef-be66-937f57bad5e0"], +Cell[9097, 236, 498, 11, 111, "Usage",ExpressionUUID->"6f5dbb8b-518f-4af2-a2c2-e72cc9514c85", CellID->377229413] }, Open ]], Cell[CellGroupData[{ -Cell[9606, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"b2af8974-54bd-461e-9698-62efb4ebbfd0", +Cell[9632, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"d4a11a69-c47d-4f07-b30c-76476dd890b3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->822848918], -Cell[11503, 299, 929, 21, 78, "Notes",ExpressionUUID->"dbd93935-f27a-4546-91ae-fa3b505b3560", + CellID->1486523202], +Cell[11530, 301, 929, 21, 78, "Notes",ExpressionUUID->"dbd93935-f27a-4546-91ae-fa3b505b3560", CellID->1014199156], -Cell[12435, 322, 489, 12, 37, "Notes",ExpressionUUID->"a76f305c-eee8-4c44-826f-c6673436aff7", +Cell[12462, 324, 489, 12, 38, "Notes",ExpressionUUID->"a76f305c-eee8-4c44-826f-c6673436aff7", CellID->177724765], -Cell[12927, 336, 229, 4, 36, "Notes",ExpressionUUID->"2e359a6b-a554-4a22-8f46-c147002eefec", +Cell[12954, 338, 229, 4, 36, "Notes",ExpressionUUID->"2e359a6b-a554-4a22-8f46-c147002eefec", CellID->1919044018], -Cell[13159, 342, 200, 4, 36, "Notes",ExpressionUUID->"bfd7a09f-a42c-43c8-95c5-f5076936b8e5", +Cell[13186, 344, 200, 4, 36, "Notes",ExpressionUUID->"bfd7a09f-a42c-43c8-95c5-f5076936b8e5", CellID->253488917], -Cell[13362, 348, 161, 3, 36, "Notes",ExpressionUUID->"f34a1e6f-1e31-4195-9ae9-87cff3fec2ec", +Cell[13389, 350, 161, 3, 36, "Notes",ExpressionUUID->"f34a1e6f-1e31-4195-9ae9-87cff3fec2ec", CellID->243654444] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13650, 357, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"251d3437-4df3-48f7-8607-a90ad92b570c", +Cell[13677, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4c2af187-75ae-4134-b71d-c0495c5784b9", CellTags->"PrimaryExamplesSection", - CellID->1910653927], + CellID->1310507852], Cell[CellGroupData[{ -Cell[15096, 398, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6f03db4d-2a94-46ed-97bb-f57f14198e00", - CellID->1861716631], -Cell[16498, 436, 119, 1, 38, "ExampleText",ExpressionUUID->"96256b80-7b5d-4f56-9812-b72faee47179", +Cell[15123, 400, 1399, 36, 30, "ExampleSection",ExpressionUUID->"af1bbbfa-06da-46d2-b260-2da0787c9377", + CellID->1464027617], +Cell[16525, 438, 119, 1, 39, "ExampleText",ExpressionUUID->"96256b80-7b5d-4f56-9812-b72faee47179", CellID->2085078706], Cell[CellGroupData[{ -Cell[16642, 441, 168, 3, 27, "Input",ExpressionUUID->"474c1334-ca24-4c72-95f9-baa6487c87fe", +Cell[16669, 443, 168, 3, 27, "Input",ExpressionUUID->"474c1334-ca24-4c72-95f9-baa6487c87fe", CellID->1977685513], Cell[CellGroupData[{ -Cell[16835, 448, 236, 4, 23, "Print",ExpressionUUID->"1c0fe31e-6a1a-4329-8590-dd3ab4f3f745", +Cell[16862, 450, 236, 4, 23, "Print",ExpressionUUID->"1c0fe31e-6a1a-4329-8590-dd3ab4f3f745", CellID->717458563], -Cell[17074, 454, 365, 8, 23, "Print",ExpressionUUID->"bf7e3cd9-a687-411f-bd09-6139a1e45493", +Cell[17101, 456, 365, 8, 23, "Print",ExpressionUUID->"bf7e3cd9-a687-411f-bd09-6139a1e45493", CellID->734533599], -Cell[17442, 464, 237, 4, 23, "Print",ExpressionUUID->"e97f7eda-75d8-4d56-aa8c-52b376f84a47", +Cell[17469, 466, 237, 4, 23, "Print",ExpressionUUID->"e97f7eda-75d8-4d56-aa8c-52b376f84a47", CellID->2065477726], -Cell[17682, 470, 220, 3, 23, "Print",ExpressionUUID->"49ab31d9-d9a6-4b04-95d1-fdfcdc95ec79", +Cell[17709, 472, 220, 3, 23, "Print",ExpressionUUID->"49ab31d9-d9a6-4b04-95d1-fdfcdc95ec79", CellID->140867530], -Cell[17905, 475, 207, 3, 23, "Print",ExpressionUUID->"c59d8c30-c231-43bd-8c80-cb2de751c530", +Cell[17932, 477, 207, 3, 23, "Print",ExpressionUUID->"c59d8c30-c231-43bd-8c80-cb2de751c530", CellID->905053646], -Cell[18115, 480, 238, 4, 23, "Print",ExpressionUUID->"70928450-4f74-4b95-8515-89c1a15b8536", +Cell[18142, 482, 238, 4, 23, "Print",ExpressionUUID->"70928450-4f74-4b95-8515-89c1a15b8536", CellID->1332258705], -Cell[18356, 486, 221, 3, 23, "Print",ExpressionUUID->"6a34cb38-cefc-4aec-9529-1926d8543969", +Cell[18383, 488, 221, 3, 23, "Print",ExpressionUUID->"6a34cb38-cefc-4aec-9529-1926d8543969", CellID->1442301963], -Cell[18580, 491, 237, 4, 23, "Print",ExpressionUUID->"2a5b68c6-0c83-41a0-bbbd-6337369d1ac5", +Cell[18607, 493, 237, 4, 23, "Print",ExpressionUUID->"2a5b68c6-0c83-41a0-bbbd-6337369d1ac5", CellID->1096237230], -Cell[18820, 497, 236, 4, 23, "Print",ExpressionUUID->"78830ec4-e4fa-462b-ace7-3d390378f73d", +Cell[18847, 499, 236, 4, 23, "Print",ExpressionUUID->"78830ec4-e4fa-462b-ace7-3d390378f73d", CellID->923812155], -Cell[19059, 503, 208, 3, 70, "Print",ExpressionUUID->"5bd6ffce-c07c-4774-8503-8b5f19547132", +Cell[19086, 505, 208, 3, 70, "Print",ExpressionUUID->"5bd6ffce-c07c-4774-8503-8b5f19547132", CellID->1389300860], -Cell[19270, 508, 237, 4, 70, "Print",ExpressionUUID->"27b03ebf-b315-4c1c-a750-e16935b85b94", +Cell[19297, 510, 237, 4, 70, "Print",ExpressionUUID->"27b03ebf-b315-4c1c-a750-e16935b85b94", CellID->1095517896] }, Open ]] }, Open ]], -Cell[19534, 516, 135, 1, 70, "ExampleText",ExpressionUUID->"57fd6087-f218-42e8-9e04-4240b3e518f5", +Cell[19561, 518, 135, 1, 70, "ExampleText",ExpressionUUID->"57fd6087-f218-42e8-9e04-4240b3e518f5", CellID->78621404], -Cell[19672, 519, 234, 6, 70, "Input",ExpressionUUID->"5d044055-5a1f-45cf-a77e-15c5e112239f", +Cell[19699, 521, 234, 6, 70, "Input",ExpressionUUID->"5d044055-5a1f-45cf-a77e-15c5e112239f", CellID->437282768], -Cell[19909, 527, 381, 9, 70, "Input",ExpressionUUID->"2c0ba3a3-d941-4437-8179-b30d403a1193", +Cell[19936, 529, 381, 9, 70, "Input",ExpressionUUID->"2c0ba3a3-d941-4437-8179-b30d403a1193", CellID->1393611237], -Cell[20293, 538, 238, 6, 70, "Input",ExpressionUUID->"ad5fa4a8-adcf-40a1-b3b8-c0495acaf8e9", +Cell[20320, 540, 238, 6, 70, "Input",ExpressionUUID->"ad5fa4a8-adcf-40a1-b3b8-c0495acaf8e9", CellID->1852401926], -Cell[20534, 546, 190, 4, 70, "ExampleText",ExpressionUUID->"c48d0515-6dd5-453f-b2d1-b32a106534b9", +Cell[20561, 548, 190, 4, 70, "ExampleText",ExpressionUUID->"c48d0515-6dd5-453f-b2d1-b32a106534b9", CellID->253382714], Cell[CellGroupData[{ -Cell[20749, 554, 162, 3, 70, "Input",ExpressionUUID->"1e30e7ce-a4c9-4134-a3a8-ab02cd5a3798", +Cell[20776, 556, 162, 3, 70, "Input",ExpressionUUID->"1e30e7ce-a4c9-4134-a3a8-ab02cd5a3798", CellID->1269870740], -Cell[20914, 559, 173, 4, 36, "Output",ExpressionUUID->"4ddc8b63-42da-48b1-9d7a-b679edd1799d", +Cell[20941, 561, 173, 4, 36, "Output",ExpressionUUID->"4ddc8b63-42da-48b1-9d7a-b679edd1799d", CellID->211213147] }, Open ]], -Cell[21102, 566, 181, 3, 70, "ExampleText",ExpressionUUID->"8ad5af46-4d7b-4e32-8e55-45fbae50e8c4", +Cell[21129, 568, 181, 3, 70, "ExampleText",ExpressionUUID->"8ad5af46-4d7b-4e32-8e55-45fbae50e8c4", CellID->1623962296], Cell[CellGroupData[{ -Cell[21308, 573, 212, 5, 70, "Input",ExpressionUUID->"c267f120-e41d-4d96-8c31-6b541efb3257", +Cell[21335, 575, 212, 5, 70, "Input",ExpressionUUID->"c267f120-e41d-4d96-8c31-6b541efb3257", CellID->587724949], -Cell[21523, 580, 158, 3, 36, "Output",ExpressionUUID->"a5ae67a7-e6b3-43d0-8ceb-417263405a8e", +Cell[21550, 582, 158, 3, 36, "Output",ExpressionUUID->"a5ae67a7-e6b3-43d0-8ceb-417263405a8e", CellID->1965295045] }, Open ]], -Cell[21696, 586, 135, 1, 70, "ExampleText",ExpressionUUID->"d8c6b6f1-90d5-4d7d-aca1-85930d8b4458", +Cell[21723, 588, 135, 1, 70, "ExampleText",ExpressionUUID->"d8c6b6f1-90d5-4d7d-aca1-85930d8b4458", CellID->1523359657], Cell[CellGroupData[{ -Cell[21856, 591, 272, 8, 70, "Input",ExpressionUUID->"aed5c4a8-d228-4721-9cd6-03148651f9e6", +Cell[21883, 593, 272, 8, 70, "Input",ExpressionUUID->"aed5c4a8-d228-4721-9cd6-03148651f9e6", CellID->585920952], -Cell[22131, 601, 244, 6, 36, "Output",ExpressionUUID->"6b78e4f1-0dcc-4e7e-b561-fce63d1cbe35", +Cell[22158, 603, 244, 6, 36, "Output",ExpressionUUID->"6b78e4f1-0dcc-4e7e-b561-fce63d1cbe35", CellID->717470696] }, Open ]], -Cell[22390, 610, 174, 3, 70, "ExampleText",ExpressionUUID->"c78d0c51-9cdc-4efc-9699-71f13d26a054", +Cell[22417, 612, 174, 3, 70, "ExampleText",ExpressionUUID->"c78d0c51-9cdc-4efc-9699-71f13d26a054", CellID->831379393], Cell[CellGroupData[{ -Cell[22589, 617, 201, 4, 70, "Input",ExpressionUUID->"8711d3b2-8f68-47be-9118-d00d4dd1379f", +Cell[22616, 619, 201, 4, 70, "Input",ExpressionUUID->"8711d3b2-8f68-47be-9118-d00d4dd1379f", CellID->54776629], -Cell[22793, 623, 160, 3, 36, "Output",ExpressionUUID->"c9e5d266-93dc-4ed2-b558-17b53dcaac3f", +Cell[22820, 625, 160, 3, 36, "Output",ExpressionUUID->"c9e5d266-93dc-4ed2-b558-17b53dcaac3f", CellID->401421797] }, Open ]], -Cell[22968, 629, 201, 4, 70, "ExampleText",ExpressionUUID->"1ac6d152-fe12-4a58-8d70-e17f58c461b2", +Cell[22995, 631, 201, 4, 70, "ExampleText",ExpressionUUID->"1ac6d152-fe12-4a58-8d70-e17f58c461b2", CellID->48761537], -Cell[23172, 635, 236, 4, 70, "ExampleText",ExpressionUUID->"8f88731f-01d4-48ea-82d1-72c121f56159", +Cell[23199, 637, 236, 4, 70, "ExampleText",ExpressionUUID->"8f88731f-01d4-48ea-82d1-72c121f56159", CellID->90944667], Cell[CellGroupData[{ -Cell[23433, 643, 198, 4, 70, "Input",ExpressionUUID->"cffc02d4-1dd6-4091-9cd1-e617bdd2b5ce", +Cell[23460, 645, 198, 4, 70, "Input",ExpressionUUID->"cffc02d4-1dd6-4091-9cd1-e617bdd2b5ce", CellID->418155006], -Cell[23634, 649, 314, 9, 51, "Output",ExpressionUUID->"f52b8186-1d80-4e30-b40f-09537ff102e7", +Cell[23661, 651, 314, 9, 50, "Output",ExpressionUUID->"f52b8186-1d80-4e30-b40f-09537ff102e7", CellID->192817689] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24217, 669, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"86520e18-ec86-4b61-a4b4-edc2c84b8b03"], +Cell[30122, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"89dd89aa-e316-41ba-baa0-9b13b9e1cd14"], +Cell[30795, 853, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"238b435c-4ad4-4b65-a147-098d0b78723e"], +Cell[31831, 881, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"6df31f8a-5ce8-4ea7-a690-4d13e249a87a"], Cell[CellGroupData[{ -Cell[24212, 669, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"18b95ad6-5d3d-4202-8430-81578d724323"], -Cell[30117, 833, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6512b095-1811-4836-96ee-2cf3037d29a7"] -}, Open ]], -Cell[30802, 854, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"23be4a67-39db-43c0-ae7b-5fb317701996"], -Cell[31838, 882, 2842, 80, 70, "RelatedLinksSection",ExpressionUUID->"05ab925e-eaa5-4478-b9db-76a30f3a35f3"], -Cell[CellGroupData[{ -Cell[34705, 966, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0eb2ed6-f856-4828-9e07-ff22499861da", +Cell[34698, 965, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b0eb2ed6-f856-4828-9e07-ff22499861da", CellID->778415021], -Cell[34845, 969, 218, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4051d721-91d1-4432-b8bd-1a5e86ab6e3b", +Cell[34838, 968, 218, 4, 70, "RelatedDemonstrations",ExpressionUUID->"4051d721-91d1-4432-b8bd-1a5e86ab6e3b", CellID->381638715], -Cell[35066, 975, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8199eed9-78b4-4e0a-aaef-bd3c9c67249c", +Cell[35059, 974, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8199eed9-78b4-4e0a-aaef-bd3c9c67249c", CellID->1307507734], -Cell[35281, 980, 227, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b66564d-f9e5-4501-9344-2064ed0c4efa", +Cell[35274, 979, 227, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b66564d-f9e5-4501-9344-2064ed0c4efa", CellID->1458175853], -Cell[35511, 986, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a54e8d11-52d4-4dc9-bf0e-3feaafc0aaef", +Cell[35504, 985, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a54e8d11-52d4-4dc9-bf0e-3feaafc0aaef", CellID->1567072320] }, Open ]], -Cell[35749, 992, 78, 0, 70, "FooterCell",ExpressionUUID->"1842748f-9759-4662-ab70-c8c8aec2556a"] +Cell[35742, 991, 78, 0, 70, "FooterCell",ExpressionUUID->"757dd037-0421-4dea-bf9d-090fc82f8cfc"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ScrbSolution.nb b/Documentation/English/ReferencePages/Symbols/ScrbSolution.nb index 37a23db..4694c4b 100644 --- a/Documentation/English/ReferencePages/Symbols/ScrbSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/ScrbSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43611, 1136] -NotebookOptionsPosition[ 34861, 963] -NotebookOutlinePosition[ 36939, 1016] -CellTagsIndexPosition[ 36853, 1011] +NotebookDataLength[ 43601, 1135] +NotebookOptionsPosition[ 34863, 963] +NotebookOutlinePosition[ 36963, 1017] +CellTagsIndexPosition[ 36877, 1012] WindowTitle->ScrbSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "390c9526-41fc-4f35-887a-0a8a41bb0c6c"], + "cbbd33b2-d0ae-42ff-8278-a9fcce49ca03"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f1998fc0-d057-4e69-834f-136ca4aaac33"], + "37139408-8f54-4355-a996-eef9ff209d2a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fb0deb16-4321-4835-bccc-cf199cffee09"] - }],ExpressionUUID->"509d1e05-943f-4b6e-ad01-11bed762b526"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "e80a87a0-b4e1-4c55-b95b-31d2331722cf"] + }],ExpressionUUID->"cba9765e-e5d3-46e2-9c38-b81f74a41299"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed8f64c4-28c1-41d8-9c16-b98f7f4088f4"], + "158698a0-4272-4097-b551-1362ec701c00"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "081dd487-cf4a-42dd-8ced-4e2b59e8021a"] - }],ExpressionUUID->"f208be51-6b42-47a0-b5a7-ba519e7ba716"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "22bf3dcf-f9c6-4310-82f9-24ac0f80ec99"] + }],ExpressionUUID->"99c9ebdc-464b-4213-ba1a-ed615471a5cb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1993da1e-9c95-4e91-b2a8-28a2c5ed0b22"], + "72c276d6-7f70-4c06-93fc-5a7b66bc59ad"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2c7ba96d-6d5e-44ce-807d-e3f102571e2b"] - }],ExpressionUUID->"82254575-effe-4ae6-9f34-1dd237ab1dee"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1970d1e8-3762-4555-901b-993fccf8b6fa"] + }],ExpressionUUID->"fbc04d3c-e0de-49fb-92fe-3d0623a246bd"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cec6673b-fbd1-4bd7-94ca-8cef06085969"], + "5cb071b4-d94c-43b3-9f80-656871d39b7b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "335c4560-a60f-4fc6-903c-f91923a0ddf1"] - }],ExpressionUUID->"304d80dc-43eb-43e7-944c-bdace9de3a66"], - StripOnInput->False], {"\<\"TUG/ref/ScrbSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ScrbSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ScrbSolution.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$167207], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ScrbSolution" <> ".html"], None}]}]}, + "2f276c4b-97dc-45d8-83fb-bbfd4b4dd5fd"] + }],ExpressionUUID->"085d02f9-db75-4017-9db1-d19d695334b7"], + StripOnInput->False],{ + "\"TUG/ref/ScrbSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ScrbSolution"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ScrbSolution.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$180988], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ScrbSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7e2cfe4b-1772-48dc-a93b-5e531b93bf18"] + "79f0b669-454a-4fc2-a766-0ee5c3c642d7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d4d4b6e1-adaa-4175-9673-b23e10c2cd33"]} + "740f958c-c052-4306-973b-d1b25411e0fc"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"37d5659a-d7de-471e-a4f1-46f0d0f687f9"], + CellID->1,ExpressionUUID->"a68cd8ff-6088-4028-81a4-02f853d44e14"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"36c0aa08-5d76-43cb-95c2-7d04b146343a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a135a8d0-9348-40ad-b90e-e280a9dce2b5"], Cell[CellGroupData[{ @@ -199,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ScrbSolution", "ObjectName",ExpressionUUID-> - "99720887-850a-4681-8798-2cc1e7efc623"], + "056bfee1-d656-40ca-b2ff-3fbec5f8e69e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6842e37d-1662-4378-86cc-3f4ca1af54b0"], + "Spacer1"]],ExpressionUUID->"23a6f438-93db-47b8-8905-92cc223e4a10"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2fbd02e3-a8d5-4b2c-9d8a-8996d86ec745"] - }],ExpressionUUID->"24712b7d-4a12-4c17-8406-5e630e39cc3e"], Cell[BoxData[ + "0a583aba-8a4a-401a-a318-6bec151df292"] + }],ExpressionUUID->"7539d019-390f-4b1d-9664-6614259f051d"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "44687aea-6243-464f-8b0b-6d0d160c5744"]} + "b9152bd3-694c-441d-b3ac-c80fbafc2125"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f5e9923a-d6f0-4c3b-8675-a79d633743a1"], + CacheGraphics->False,ExpressionUUID->"7082fb09-994a-4dfa-8218-b9f4f450d480"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +243,7 @@ Cell[BoxData[GridBox[{ "e1df822d-738d-4cc7-8b66-b7e2d8af2e1a"], " \[LineSeparator]calculates the separable cost-remaining benefits. See \ Funaki (1986)." - }],ExpressionUUID->"43f0c04a-e3ff-4352-bcff-17c167e40ea0"]} + }],ExpressionUUID->"6cffb151-ed2c-4c8c-89a3-11c7d0637dd9"]} }]], "Usage", CellID->549962032,ExpressionUUID->"6db0d210-f035-4800-803e-3acc45b0645c"] }, Open ]], @@ -273,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3ab2dfff-5f5d-4d0b-a13b-d64bb13ae400"], + ExpressionUUID->"416128b5-d2c8-4c54-a1fe-f0d34ca8652e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"67ca4790-8ed2-4aee-af50-30b4850e87c2"], + "Spacer1"]],ExpressionUUID->"8592d26a-e150-4d79-8663-40ac0cbd0976"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8194e9d9-5e6c-4ec6-aea5-dff247ddb1b3"], + }], "NotesFrameText",ExpressionUUID->"80cc3888-b4c9-4595-855d-4c29dfae636b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1640f299-afed-4d7a-9dd4-d7d6d60a6a6c"]], \ + "Preemptive"]],ExpressionUUID->"ee375b97-16d8-4acb-9e5d-05e4fc9623ef"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->885240187,ExpressionUUID->"8bdb4e81-c3e9-4093-b734-9c21d6e0dcf4"], + CellID->918768624,ExpressionUUID->"b2cf0fd8-7148-470c-94d8-b5ae8ebabc8d"], Cell[TextData[{ "The input expression ", @@ -369,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"55441af3-32eb-4f0f-9e92-bedca65aad19"], + ExpressionUUID->"3ab6e132-f3ef-4245-9720-0f6ef3c9902d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"638edef5-a45d-4e74-8d27-1e686681d271"], + "Spacer1"]],ExpressionUUID->"2bcc32bf-f930-4a98-a373-6d315a20c7d4"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bfb2643b-95f2-49ea-80c4-fc31122423ad"] + "e55a40c4-361e-4009-be8a-874fc5a15d5b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2062868217,ExpressionUUID->"2008cf32-c6b4-4a47-94ac-0279a32a1b5a"], + CellID->924681452,ExpressionUUID->"c4061686-cb39-4077-b608-8252b2564f58"], Cell[CellGroupData[{ @@ -410,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fda6d6c7-a9ab-4323-bb09-64f4c324ab83"], + ExpressionUUID->"9fa41b9c-575b-49de-a873-a0e2bb3946ac"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a675bba7-8eaa-44c3-8eee-2ffd6ebbce04"], + "Spacer1"]],ExpressionUUID->"5051434a-0733-4213-972f-041434c1632f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2722530d-a8f0-40f9-838f-2a2f2776fd5b"] + "9b977564-b8ff-499a-83f0-d83c89d5f2cf"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1807930221,ExpressionUUID->"27160b62-36f3-4278-9b2d-ec9bf7d7c4eb"], + CellID->1967408724,ExpressionUUID->"c163fc0b-3ea5-4061-bb11-911d6bbf8547"], Cell["Loading the package:", "ExampleText", CellID->1945812992,ExpressionUUID->"1f068ae5-d4fb-46ee-bd5a-b754253efb10"], @@ -634,8 +637,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -797,15 +798,15 @@ Cell[BoxData[GridBox[{ "44cd350a-2e60-4ad5-aca2-2f91f22ec111"] }], "SeeAlso",ExpressionUUID->"95c90f11-6a0d-4b50-b8cd-340cf6e607a8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e21f2766-415a-4545-a2a3-\ -6fb514401427"], + }]], "SeeAlsoSection",ExpressionUUID->"9f458540-075c-4931-8c2c-\ +e66f270d2249"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -817,9 +818,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ba088621-b76f-4b84-b664-152053149b60"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ccdf353f-c7ca-46fc-929e-\ -3c1fb5b29ce7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2afbb1a2-1736-4408-9a28-\ +e5bd153104dd"], Cell[BoxData[GridBox[{ { @@ -836,7 +836,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d4da3363-78a6-4cef-8b45-0f908b0c059f"]}]}, + "0bb0c697-7de3-4a5a-8be8-3d82b82c721c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -844,10 +844,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "45122ff0-078a-4cfd-b693-b6708512168e"]}]} + "c537dd48-1e7a-4033-8247-13b09fab6bc7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"054e5511-9438-4623-8395-\ -a7e43739e5df"], + }]], "MoreAboutSection",ExpressionUUID->"a2b36d43-c6b8-467f-853e-\ +a3395f16228e"], Cell[BoxData[GridBox[{ { @@ -874,7 +874,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LorenzSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8c54cc8d-3fbb-41af-9cb9-153e358a26e0"]], "RelatedLinks", + "643f5c84-b60b-4ddb-b2a5-097ce3f40dd1"]], "RelatedLinks", ExpressionUUID->"3d9e9bfe-f113-488a-986b-6b115a2a2cf0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -891,7 +891,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DuttaRay"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "22cb7e00-9864-4d10-aa18-32bb049fa1db"]], "RelatedLinks", + "97b6b439-a562-4968-a54a-9ebe9abded98"]], "RelatedLinks", ExpressionUUID->"c35faac8-321c-4a48-8789-aa878a7585ec"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -908,7 +908,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GatelyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d25de65b-fcd0-4979-b0a8-c70c63f60f15"]], "RelatedLinks", + "d833483c-0585-4cf2-b8ea-ed747c8f35e1"]], "RelatedLinks", ExpressionUUID->"94b18b17-a393-4e43-8dc0-ec471c74b08a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -925,11 +925,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Scrb"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d1e25885-796e-4e9e-8091-a5dc2544eaa3"]], "RelatedLinks", + "a7fce0f2-0612-499c-b195-64916d645087"]], "RelatedLinks", ExpressionUUID->"b852e29b-a131-425b-b74a-598393e34c54"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5533dd1e-8792-4f68-865d-\ -463eca939c2b"], + }]], "RelatedLinksSection",ExpressionUUID->"97256fe6-d822-4e78-9585-\ +e6b11048a73f"], Cell[CellGroupData[{ @@ -959,11 +959,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->1567072320,ExpressionUUID->"4d0f70e4-0d6e-4227-9552-089c32cc1467"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6dded63c-0e71-404d-9467-f149c5394a0e"] +Cell[" ", "FooterCell",ExpressionUUID->"78e46a17-a3b2-426a-b462-fb6eff1a435c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ScrbSolution", TaggingRules->{ @@ -974,17 +974,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 10.270954}", + "built" -> "{2024, 6, 3, 16, 55, 15.188909}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ScrbSolution[game] calculates the separable cost-remaining benefits. See \ Funaki (1986).", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ScrbSolution", "titlemodifier" -> "", "windowtitle" -> "ScrbSolution", - "type" -> "Symbol", "uri" -> "TUG/ref/ScrbSolution"}}, + "ScrbSolution", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ScrbSolution", "type" -> "Symbol", "uri" -> + "TUG/ref/ScrbSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -993,9 +994,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7b040462-063c-4fd8-b136-07d5b92ffb3d" +ExpressionUUID->"41d7eb3d-53de-4a06-9201-3576a3b9bf6b" ] (* End of Notebook Content *) @@ -1003,141 +1004,139 @@ ExpressionUUID->"7b040462-063c-4fd8-b136-07d5b92ffb3d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13233, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2008cf32-c6b4-4a47-94ac-0279a32a1b5a", + Cell[13270, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c4061686-cb39-4077-b608-8252b2564f58", CellTags->"PrimaryExamplesSection", - CellID->2062868217]} + CellID->924681452]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36652, 1004} + {"PrimaryExamplesSection", 36677, 1005} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7117, 170, 56, "AnchorBarGrid",ExpressionUUID->"37d5659a-d7de-471e-a4f1-46f0d0f687f9", +Cell[584, 21, 7154, 173, 57, "AnchorBarGrid",ExpressionUUID->"a68cd8ff-6088-4028-81a4-02f853d44e14", CellID->1], -Cell[7704, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"36c0aa08-5d76-43cb-95c2-7d04b146343a"], +Cell[7741, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a135a8d0-9348-40ad-b90e-e280a9dce2b5"], Cell[CellGroupData[{ -Cell[7815, 197, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"f5e9923a-d6f0-4c3b-8675-a79d633743a1"], -Cell[9104, 234, 483, 10, 111, "Usage",ExpressionUUID->"6db0d210-f035-4800-803e-3acc45b0645c", +Cell[7852, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"7082fb09-994a-4dfa-8218-b9f4f450d480"], +Cell[9141, 237, 483, 10, 111, "Usage",ExpressionUUID->"6db0d210-f035-4800-803e-3acc45b0645c", CellID->549962032] }, Open ]], Cell[CellGroupData[{ -Cell[9624, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"8bdb4e81-c3e9-4093-b734-9c21d6e0dcf4", +Cell[9661, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"b2cf0fd8-7148-470c-94d8-b5ae8ebabc8d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->885240187], -Cell[11521, 298, 519, 12, 57, "]]",ExpressionUUID->"74ec963d-632b-4783-b242-826da8456be4", + CellID->918768624], +Cell[11558, 301, 519, 12, 57, "]]",ExpressionUUID->"74ec963d-632b-4783-b242-826da8456be4", CellID->209133038], -Cell[12043, 312, 489, 12, 37, "Notes",ExpressionUUID->"aa0a46ef-19c4-4741-8190-9eb3ca09c6bb", +Cell[12080, 315, 489, 12, 38, "Notes",ExpressionUUID->"aa0a46ef-19c4-4741-8190-9eb3ca09c6bb", CellID->177724765], -Cell[12535, 326, 229, 4, 36, "Notes",ExpressionUUID->"933e6349-20b1-4c56-b77d-6130f1d5497e", +Cell[12572, 329, 229, 4, 36, "Notes",ExpressionUUID->"933e6349-20b1-4c56-b77d-6130f1d5497e", CellID->1608803520], -Cell[12767, 332, 175, 3, 36, "Notes",ExpressionUUID->"eebd51a0-6a8f-46ec-bf53-c60ab9d8fff2", +Cell[12804, 335, 175, 3, 36, "Notes",ExpressionUUID->"eebd51a0-6a8f-46ec-bf53-c60ab9d8fff2", CellID->336723513], -Cell[12945, 337, 161, 3, 36, "Notes",ExpressionUUID->"141ced4e-6461-4dc9-82f5-c0c277ece3fa", +Cell[12982, 340, 161, 3, 36, "Notes",ExpressionUUID->"141ced4e-6461-4dc9-82f5-c0c277ece3fa", CellID->117865206] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13233, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2008cf32-c6b4-4a47-94ac-0279a32a1b5a", +Cell[13270, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c4061686-cb39-4077-b608-8252b2564f58", CellTags->"PrimaryExamplesSection", - CellID->2062868217], + CellID->924681452], Cell[CellGroupData[{ -Cell[14679, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"27160b62-36f3-4278-9b2d-ec9bf7d7c4eb", - CellID->1807930221], -Cell[16081, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"1f068ae5-d4fb-46ee-bd5a-b754253efb10", +Cell[14715, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c163fc0b-3ea5-4061-bb11-911d6bbf8547", + CellID->1967408724], +Cell[16117, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"1f068ae5-d4fb-46ee-bd5a-b754253efb10", CellID->1945812992], Cell[CellGroupData[{ -Cell[16225, 430, 167, 3, 27, "Input",ExpressionUUID->"2dbd4f0a-0f57-407f-898b-55922cce0e3d", +Cell[16261, 433, 167, 3, 27, "Input",ExpressionUUID->"2dbd4f0a-0f57-407f-898b-55922cce0e3d", CellID->439207878], Cell[CellGroupData[{ -Cell[16417, 437, 236, 4, 23, "Print",ExpressionUUID->"0220cfb7-1050-455c-8b82-d4334e4ec95d", +Cell[16453, 440, 236, 4, 23, "Print",ExpressionUUID->"0220cfb7-1050-455c-8b82-d4334e4ec95d", CellID->206518972], -Cell[16656, 443, 365, 8, 23, "Print",ExpressionUUID->"a550e560-8c14-4ede-bb46-cd5acde2c414", +Cell[16692, 446, 365, 8, 23, "Print",ExpressionUUID->"a550e560-8c14-4ede-bb46-cd5acde2c414", CellID->258694855], -Cell[17024, 453, 236, 4, 23, "Print",ExpressionUUID->"f9d95b2b-c109-4667-89ac-eee231164ef0", +Cell[17060, 456, 236, 4, 23, "Print",ExpressionUUID->"f9d95b2b-c109-4667-89ac-eee231164ef0", CellID->865439670], -Cell[17263, 459, 221, 3, 23, "Print",ExpressionUUID->"7f8c1942-12f4-40f6-85f2-87cbcb0a8b6c", +Cell[17299, 462, 221, 3, 23, "Print",ExpressionUUID->"7f8c1942-12f4-40f6-85f2-87cbcb0a8b6c", CellID->1287120500], -Cell[17487, 464, 208, 3, 23, "Print",ExpressionUUID->"8afb98d8-8014-4245-b0c1-8f7ea2be7506", +Cell[17523, 467, 208, 3, 23, "Print",ExpressionUUID->"8afb98d8-8014-4245-b0c1-8f7ea2be7506", CellID->1538472407], -Cell[17698, 469, 238, 4, 23, "Print",ExpressionUUID->"7fb0c2c9-589a-41be-ada6-58c5f2460df0", +Cell[17734, 472, 238, 4, 23, "Print",ExpressionUUID->"7fb0c2c9-589a-41be-ada6-58c5f2460df0", CellID->1104630732], -Cell[17939, 475, 220, 3, 23, "Print",ExpressionUUID->"d0f93af6-3bb0-45ed-bab7-3edaabce6e88", +Cell[17975, 478, 220, 3, 23, "Print",ExpressionUUID->"d0f93af6-3bb0-45ed-bab7-3edaabce6e88", CellID->261723277], -Cell[18162, 480, 236, 4, 23, "Print",ExpressionUUID->"993e6d9c-a3ae-471b-92c0-92a0deb311e7", +Cell[18198, 483, 236, 4, 23, "Print",ExpressionUUID->"993e6d9c-a3ae-471b-92c0-92a0deb311e7", CellID->797282211], -Cell[18401, 486, 237, 4, 23, "Print",ExpressionUUID->"5b559595-093f-43a8-b8d5-cc003c93596e", +Cell[18437, 489, 237, 4, 23, "Print",ExpressionUUID->"5b559595-093f-43a8-b8d5-cc003c93596e", CellID->1822977315], -Cell[18641, 492, 208, 3, 23, "Print",ExpressionUUID->"6123878a-211e-4812-9e81-f17bef0f1b91", +Cell[18677, 495, 208, 3, 23, "Print",ExpressionUUID->"6123878a-211e-4812-9e81-f17bef0f1b91", CellID->1822889454], -Cell[18852, 497, 236, 4, 70, "Print",ExpressionUUID->"fffd426e-d572-4e00-97e0-6b7f31d3d53d", +Cell[18888, 500, 236, 4, 70, "Print",ExpressionUUID->"fffd426e-d572-4e00-97e0-6b7f31d3d53d", CellID->167740631] }, Open ]] }, Open ]], -Cell[19115, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"ae4f0a71-ed63-4ffe-bf9f-6e149a1591b8", +Cell[19151, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"ae4f0a71-ed63-4ffe-bf9f-6e149a1591b8", CellID->970513634], -Cell[19254, 508, 235, 6, 70, "Input",ExpressionUUID->"7845e453-9850-447f-b382-fde212c61601", +Cell[19290, 511, 235, 6, 70, "Input",ExpressionUUID->"7845e453-9850-447f-b382-fde212c61601", CellID->1701753456], -Cell[19492, 516, 380, 9, 70, "Input",ExpressionUUID->"1747d5da-c65c-4c25-b416-e2b0e32b7a42", +Cell[19528, 519, 380, 9, 70, "Input",ExpressionUUID->"1747d5da-c65c-4c25-b416-e2b0e32b7a42", CellID->106177670], -Cell[19875, 527, 237, 6, 70, "Input",ExpressionUUID->"840eb050-0573-4990-b0da-217131004530", +Cell[19911, 530, 237, 6, 70, "Input",ExpressionUUID->"840eb050-0573-4990-b0da-217131004530", CellID->978879950], -Cell[20115, 535, 191, 4, 70, "ExampleText",ExpressionUUID->"3d39a2bb-ff24-4e1e-8a05-9552743d7e97", +Cell[20151, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"3d39a2bb-ff24-4e1e-8a05-9552743d7e97", CellID->1415068573], Cell[CellGroupData[{ -Cell[20331, 543, 169, 3, 70, "Input",ExpressionUUID->"f5ee814a-6fed-4792-8f5f-c6a58ea8a69e", +Cell[20367, 546, 169, 3, 70, "Input",ExpressionUUID->"f5ee814a-6fed-4792-8f5f-c6a58ea8a69e", CellID->455575761], -Cell[20503, 548, 173, 4, 36, "Output",ExpressionUUID->"d59abc4c-bfcd-41f5-b8a2-6b08194da480", +Cell[20539, 551, 173, 4, 36, "Output",ExpressionUUID->"d59abc4c-bfcd-41f5-b8a2-6b08194da480", CellID->738162342] }, Open ]], -Cell[20691, 555, 196, 4, 70, "ExampleText",ExpressionUUID->"2797d620-5dd3-4ec2-856d-67d0a9e71634", +Cell[20727, 558, 196, 4, 70, "ExampleText",ExpressionUUID->"2797d620-5dd3-4ec2-856d-67d0a9e71634", CellID->1184826043], Cell[CellGroupData[{ -Cell[20912, 563, 196, 4, 70, "Input",ExpressionUUID->"219f5c9e-41ff-40c3-9098-6f241a612373", +Cell[20948, 566, 196, 4, 70, "Input",ExpressionUUID->"219f5c9e-41ff-40c3-9098-6f241a612373", CellID->1201830054], -Cell[21111, 569, 245, 6, 36, "Output",ExpressionUUID->"7c7f6ffa-2967-4e63-9b71-9c559a3cd137", +Cell[21147, 572, 245, 6, 36, "Output",ExpressionUUID->"7c7f6ffa-2967-4e63-9b71-9c559a3cd137", CellID->1277203872] }, Open ]], -Cell[21371, 578, 175, 3, 70, "ExampleText",ExpressionUUID->"62dca203-bbff-48e9-a375-21c2a15345d2", +Cell[21407, 581, 175, 3, 70, "ExampleText",ExpressionUUID->"62dca203-bbff-48e9-a375-21c2a15345d2", CellID->2064379281], Cell[CellGroupData[{ -Cell[21571, 585, 254, 5, 70, "Input",ExpressionUUID->"f71cef8b-77e1-4e60-a7fa-3305154bd0fd", +Cell[21607, 588, 254, 5, 70, "Input",ExpressionUUID->"f71cef8b-77e1-4e60-a7fa-3305154bd0fd", CellID->1192618438], -Cell[21828, 592, 168, 3, 36, "Output",ExpressionUUID->"07261ec5-0ab0-423f-baf3-406b958a7413", +Cell[21864, 595, 168, 3, 36, "Output",ExpressionUUID->"07261ec5-0ab0-423f-baf3-406b958a7413", CellID->990515845] }, Open ]], -Cell[22011, 598, 203, 4, 70, "ExampleText",ExpressionUUID->"596278c0-1fdc-4472-a224-d79e65ead61b", +Cell[22047, 601, 203, 4, 70, "ExampleText",ExpressionUUID->"596278c0-1fdc-4472-a224-d79e65ead61b", CellID->1538553567], -Cell[22217, 604, 236, 4, 70, "ExampleText",ExpressionUUID->"b24fb958-4b56-448a-94b6-94b68876447f", +Cell[22253, 607, 236, 4, 70, "ExampleText",ExpressionUUID->"b24fb958-4b56-448a-94b6-94b68876447f", CellID->48182289], Cell[CellGroupData[{ -Cell[22478, 612, 199, 4, 70, "Input",ExpressionUUID->"e0bc51c1-03d5-4cc1-8e0d-5e46f9604e04", +Cell[22514, 615, 199, 4, 70, "Input",ExpressionUUID->"e0bc51c1-03d5-4cc1-8e0d-5e46f9604e04", CellID->1310483644], -Cell[22680, 618, 314, 9, 51, "Output",ExpressionUUID->"a181e52e-e6a3-4119-bd37-e2dc65c21f07", +Cell[22716, 621, 314, 9, 50, "Output",ExpressionUUID->"a181e52e-e6a3-4119-bd37-e2dc65c21f07", CellID->380740460] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23272, 639, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"9f458540-075c-4931-8c2c-e66f270d2249"], +Cell[29177, 803, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2afbb1a2-1736-4408-9a28-e5bd153104dd"], +Cell[29850, 823, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a2b36d43-c6b8-467f-853e-a3395f16228e"], +Cell[30886, 851, 2826, 80, 70, "RelatedLinksSection",ExpressionUUID->"97256fe6-d822-4e78-9585-e6b11048a73f"], Cell[CellGroupData[{ -Cell[23258, 638, 5902, 162, 70, "SeeAlsoSection",ExpressionUUID->"e21f2766-415a-4545-a2a3-6fb514401427"], -Cell[29163, 802, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ccdf353f-c7ca-46fc-929e-3c1fb5b29ce7"] -}, Open ]], -Cell[29848, 823, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"054e5511-9438-4623-8395-a7e43739e5df"], -Cell[30884, 851, 2826, 80, 70, "RelatedLinksSection",ExpressionUUID->"5533dd1e-8792-4f68-865d-463eca939c2b"], -Cell[CellGroupData[{ -Cell[33735, 935, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5f18899a-7a3e-43b1-96fb-a4887fa79951", +Cell[33737, 935, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"5f18899a-7a3e-43b1-96fb-a4887fa79951", CellID->778415021], -Cell[33875, 938, 218, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ab01eb25-0c0e-4561-90c5-3d2753d9ed10", +Cell[33877, 938, 218, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ab01eb25-0c0e-4561-90c5-3d2753d9ed10", CellID->381638715], -Cell[34096, 944, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f6657b1-8811-48ab-9058-4507bae926b6", +Cell[34098, 944, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9f6657b1-8811-48ab-9058-4507bae926b6", CellID->1307507734], -Cell[34311, 949, 227, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb68d3df-bcca-4faf-855e-31372a58eb4e", +Cell[34313, 949, 227, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb68d3df-bcca-4faf-855e-31372a58eb4e", CellID->1458175853], -Cell[34541, 955, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4d0f70e4-0d6e-4227-9552-089c32cc1467", +Cell[34543, 955, 223, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4d0f70e4-0d6e-4227-9552-089c32cc1467", CellID->1567072320] }, Open ]], -Cell[34779, 961, 78, 0, 70, "FooterCell",ExpressionUUID->"6dded63c-0e71-404d-9467-f149c5394a0e"] +Cell[34781, 961, 78, 0, 70, "FooterCell",ExpressionUUID->"78e46a17-a3b2-426a-b462-fb6eff1a435c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SecondCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/SecondCriticalVal.nb index 9daafeb..5acce3c 100644 --- a/Documentation/English/ReferencePages/Symbols/SecondCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/SecondCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42428, 1100] -NotebookOptionsPosition[ 33637, 926] -NotebookOutlinePosition[ 35770, 980] -CellTagsIndexPosition[ 35685, 975] +NotebookDataLength[ 42419, 1098] +NotebookOptionsPosition[ 33645, 926] +NotebookOutlinePosition[ 35796, 980] +CellTagsIndexPosition[ 35711, 975] WindowTitle->SecondCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "685b683e-e117-43aa-be91-e0c1dfde7c46"], + "8527c4bc-d2fb-46f5-8474-f67ff1f7dfca"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "00caa832-0022-43a1-99a5-70d5c1a34fe4"], + "02bc4511-4812-487f-b21c-69c5aff186bf"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fc9bb318-c8c1-448a-8352-fd103e430343"] - }],ExpressionUUID->"e554d9d0-ce15-4133-866c-cdebb87fadad"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"ThirdCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCritcalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "acc041c2-3961-409c-b8c4-5eef1c0b8070"] + }],ExpressionUUID->"396c0564-9c7f-4bf2-bd7f-b907249a786b"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"ThirdCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCritcalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bd8040f9-1b78-4f8c-9883-8372586fdfbe"], + "54b12e5a-1bbc-4227-8261-a10850128b84"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "397947df-fc00-448d-8395-cdeee8969cc5"] - }],ExpressionUUID->"9cb1729c-6295-43bc-8475-a2cf32be51d1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8790f00f-f6c9-498f-a5a7-7d3a4b681b93"] + }],ExpressionUUID->"a71d8acd-dc12-48ad-8360-3f581adac0b6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3c35b248-bf73-40b0-95d1-36298981cbe3"], + "b5354e07-f1c7-417e-9327-aef621906e85"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4c4a468e-ef2e-400f-a405-c1572a6c71c1"] - }],ExpressionUUID->"5e9d5011-0afe-4c4f-82cc-8d0269c242de"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bd3de828-e6bd-408d-b7cd-13108e753a49"] + }],ExpressionUUID->"40d5f43d-d266-48ed-b82f-14eef7da76a2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "76f0883e-32a7-4f5d-b391-04f3a0279af4"], + "2bc38620-3dad-42a6-8167-0820cbe3e582"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4616ccd7-99cf-4b3e-a1e4-6cfca443b061"] - }],ExpressionUUID->"c1125e65-214f-4060-aed6-fd1372886a23"], - StripOnInput->False], {"\<\"TUG/ref/SecondCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SecondCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ae1727d8-1c54-49c4-9c35-2005a2464d07"] + }],ExpressionUUID->"3ba4ca75-8e12-4e22-ac00-ec53729d01e1"], + StripOnInput->False],{ + "\"TUG/ref/SecondCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SecondCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SecondCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$167782], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SecondCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$181597], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SecondCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f938434c-219c-4f8d-a737-8e9896a1e667"] + "bcfef24a-1ee4-4b22-a6b7-89132fd535b6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ef6cf9f4-dd9b-441c-8e2a-fb70fb3d8c78"]} + "56974c27-ad32-4ade-9963-d0ef5795e354"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"22839585-7790-4bd7-bec7-2ec2b2eec599"], + CellID->1,ExpressionUUID->"cff84a13-3240-4fec-9032-e50dc36c299f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"886edbb6-b08a-4484-b5aa-2936b9b47344"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4850a45b-c3f9-4613-8684-4fe6505d0615"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SecondCriticalVal", "ObjectName",ExpressionUUID-> - "8cfc8355-5a8c-47a1-8e6d-673d72da4dbe"], + "7272b864-ca73-4c38-9580-ca38ec23bbcb"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b363d8e0-7c65-4669-9cd3-9aa0a167fde2"], + "Spacer1"]],ExpressionUUID->"af1f52e2-f9d0-4abf-87ba-a82f5d78341f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "39a2d9b5-7d11-4272-bb70-ac8b11ba32ee"] - }],ExpressionUUID->"df71bd0c-4233-4552-9128-d858356056b9"], Cell[BoxData[ + "e388a9eb-3a4b-4010-acf4-7c89640a280c"] + }],ExpressionUUID->"f8467e88-927c-4fb2-a4ec-f71a04e5f887"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "35945266-29f9-48ca-ae44-30523a00569d"]} + "36e9354e-ae7b-484d-83af-ea8b0e504cc5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5a255e0d-8459-4395-b91b-0d91d01bea10"], + CacheGraphics->False,ExpressionUUID->"28c5480f-db7a-4f00-826c-95da2f0834a0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "a13ae9c1-7a4e-402b-bdaf-e9c62df6bdd3"], " \[LineSeparator]calculates the largest gain that any group of \ individuals can assure while forming a coalition." - }],ExpressionUUID->"2713f2cd-15e9-45e1-a5f3-deebbb83790b"]} + }],ExpressionUUID->"fb5bc064-8e17-4cfe-84c1-ee8cbfc5353a"]} }]], "Usage", CellID->1051492678,ExpressionUUID->"2080f64f-5970-4249-84ad-89779c56b0d0"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7b45176d-cbe4-4388-bffc-7144ac5f4c22"], + ExpressionUUID->"f63edf40-4923-4c96-aefc-30af624c9d76"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9acd120a-7acc-4059-a41f-2d120b44e799"], + "Spacer1"]],ExpressionUUID->"9ca555d2-3a57-4482-9e5d-3ed29b628189"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"a189e734-3ba0-474e-bfae-7ead5bf0b714"], + }], "NotesFrameText",ExpressionUUID->"759aa0de-0747-426c-9bc5-a5f01904ab73"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"caee0b80-d3ed-4b3c-851d-03b79c6c85b2"]], \ + "Preemptive"]],ExpressionUUID->"dcfaed41-4928-4e51-953c-7a6f3a01ab37"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2142685556,ExpressionUUID->"44dee8a3-1d46-4fec-ad9b-9122e540b40e"], + CellID->642993479,ExpressionUUID->"10fb0454-c6b2-4951-995d-7b108e770aa7"], Cell[TextData[{ "The input expression ", @@ -404,19 +407,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bd29b483-05f6-4956-858d-68c6d00ab0d8"], + ExpressionUUID->"fe825cf6-3edb-463b-bd07-c4e805ffdbb5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"39154585-800b-4922-a03f-a91e8dae53a1"], + "Spacer1"]],ExpressionUUID->"2383f87c-0d52-4d4a-a7c4-b54162081400"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a85b8c19-08c7-4a19-9f8e-20dd626da823"] + "0f8f0052-54c4-4a90-b4f9-547cbfe14e8f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->809860656,ExpressionUUID->"cbfaa4f1-d34b-42ad-83eb-433de9a64d81"], + CellID->824711278,ExpressionUUID->"5270d9cc-7138-4ba2-b673-d7cfca55eb43"], Cell[CellGroupData[{ @@ -445,18 +448,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9e3e00a3-d53a-446d-acba-4a7c8da01eac"], + ExpressionUUID->"4cef37bf-5906-4a33-b2c8-0e32be343458"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9d12c8af-6e6f-492e-b5a9-43b05b081fa6"], + "Spacer1"]],ExpressionUUID->"23f1135a-51a3-4503-9144-aea1561a567b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "42605081-e911-4295-bfc0-e2f0e4d7665a"] + "05fe0106-f382-456e-b047-c273f399abbf"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1839399582,ExpressionUUID->"31199d60-bd16-46a7-9d56-71d17c2053b3"], + CellID->164320893,ExpressionUUID->"e597553e-e9fe-4a9d-b5f3-987f4b8fc6a2"], Cell["Loading the package:", "ExampleText", CellID->106377511,ExpressionUUID->"5a7f462a-3b1a-4417-a7c8-60705e01673a"], @@ -641,8 +644,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -776,15 +777,15 @@ Cell[BoxData[GridBox[{ "752a753c-5dd8-4570-96c8-4ade4fd3e620"] }], "SeeAlso",ExpressionUUID->"78bf2e02-249b-4d72-83bb-f0ae7b8f1481"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0bcad1ad-b641-4b1a-a02e-\ -655865bb8394"], + }]], "SeeAlsoSection",ExpressionUUID->"b1bdc0bd-10df-444b-a61a-\ +58312314d9d0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -796,9 +797,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ac9c9dd2-c796-49ce-be64-aa3ae97c0442"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"48ef8ed6-3ada-4107-b050-\ -b718a99c550f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"d7117577-9384-4fcc-9160-\ +a8f2eb914faa"], Cell[BoxData[GridBox[{ { @@ -815,7 +815,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7a3864bc-2dff-4f06-a105-8b24cb11ecf4"]}]}, + "6ec43416-8a36-40f7-b66c-ab32765c5586"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -823,10 +823,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f008c776-01c7-451b-9821-2347183c0106"]}]} + "a7c95d7e-c0b1-4931-a790-3ba4ab69ba2c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d5687c95-fe85-4578-869f-\ -6f681eb7dbd5"], + }]], "MoreAboutSection",ExpressionUUID->"6b670e07-eb6d-457c-98a5-\ +275f0b2f6efa"], Cell[BoxData[GridBox[{ { @@ -854,7 +854,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "724de328-f64c-4de1-b211-147d95eda295"]], "RelatedLinks", + "bb1726f1-12dc-47eb-849d-9f2adbe8a597"]], "RelatedLinks", ExpressionUUID->"e29c6548-6dad-46a2-a6ac-43fae2d074a2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -871,7 +871,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7993c039-e13a-4e77-afc4-1f68faeaa00c"]], "RelatedLinks", + "693b521f-cd57-4cb8-a86e-fa327acbc9c7"]], "RelatedLinks", ExpressionUUID->"cf7b17cf-5621-44c3-8585-7f6b6521df07"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -888,11 +888,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7b4b903b-0334-4f35-8d83-11ea72da050a"]], "RelatedLinks", + "75112772-57f1-4185-9381-562b93e7ecc4"]], "RelatedLinks", ExpressionUUID->"8fcbfefb-1396-41cf-a8dc-8d2ec1a182c8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"528dd13b-e5c7-4e60-b118-\ -a7d16f9e987e"], + }]], "RelatedLinksSection",ExpressionUUID->"4ab19980-b25e-49c0-abe4-\ +7b69689dfc2f"], Cell[CellGroupData[{ @@ -922,11 +922,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ee060efb-61ee-420c-be2f-ba51072c60a5"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c01ae239-2ab1-4b2a-befc-43e22f4ae645"] +Cell[" ", "FooterCell",ExpressionUUID->"5a43bbbb-b511-4556-afae-31d7456a7ea5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SecondCriticalVal", TaggingRules->{ @@ -937,7 +937,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 11.760333}", + "built" -> "{2024, 6, 3, 16, 55, 15.922517}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -945,10 +945,10 @@ TaggingRules->{ "SecondCriticalVal[game] calculates the largest gain that any group of \ individuals can assure while forming a coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SecondCriticalVal", "titlemodifier" -> "", - "windowtitle" -> "SecondCriticalVal", "type" -> "Symbol", "uri" -> - "TUG/ref/SecondCriticalVal"}}, + "metadescription" -> "", "windowtitle" -> "SecondCriticalVal", "type" -> + "Symbol", "uri" -> "TUG/ref/SecondCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -957,9 +957,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ed91efc7-330b-4799-bef8-a2dcf76ebbdc" +ExpressionUUID->"6457b19d-aec4-44a8-b984-0c2381452348" ] (* End of Notebook Content *) @@ -967,141 +967,139 @@ ExpressionUUID->"ed91efc7-330b-4799-bef8-a2dcf76ebbdc" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14325, 381, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cbfaa4f1-d34b-42ad-83eb-433de9a64d81", + Cell[14368, 384, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5270d9cc-7138-4ba2-b673-d7cfca55eb43", CellTags->"PrimaryExamplesSection", - CellID->809860656]} + CellID->824711278]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35485, 968} + {"PrimaryExamplesSection", 35511, 968} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7139, 169, 56, "AnchorBarGrid",ExpressionUUID->"22839585-7790-4bd7-bec7-2ec2b2eec599", +Cell[589, 21, 7183, 172, 57, "AnchorBarGrid",ExpressionUUID->"cff84a13-3240-4fec-9032-e50dc36c299f", CellID->1], -Cell[7731, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"886edbb6-b08a-4484-b5aa-2936b9b47344"], +Cell[7775, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4850a45b-c3f9-4613-8684-4fe6505d0615"], Cell[CellGroupData[{ -Cell[7842, 196, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5a255e0d-8459-4395-b91b-0d91d01bea10"], -Cell[9136, 233, 516, 10, 111, "Usage",ExpressionUUID->"2080f64f-5970-4249-84ad-89779c56b0d0", +Cell[7886, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"28c5480f-db7a-4f00-826c-95da2f0834a0"], +Cell[9180, 236, 516, 10, 111, "Usage",ExpressionUUID->"2080f64f-5970-4249-84ad-89779c56b0d0", CellID->1051492678] }, Open ]], Cell[CellGroupData[{ -Cell[9689, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"44dee8a3-1d46-4fec-ad9b-9122e540b40e", +Cell[9733, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"10fb0454-c6b2-4951-995d-7b108e770aa7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2142685556], -Cell[11587, 297, 518, 12, 57, "]]",ExpressionUUID->"26fcd206-568a-44d9-b7e2-d8620105129c", + CellID->642993479], +Cell[11630, 300, 518, 12, 57, "]]",ExpressionUUID->"26fcd206-568a-44d9-b7e2-d8620105129c", CellID->313448337], -Cell[12108, 311, 489, 12, 37, "Notes",ExpressionUUID->"91191bf1-8fc4-498d-ab7c-23cc3147ae32", +Cell[12151, 314, 489, 12, 38, "Notes",ExpressionUUID->"91191bf1-8fc4-498d-ab7c-23cc3147ae32", CellID->177724765], -Cell[12600, 325, 164, 3, 36, "Notes",ExpressionUUID->"553f2b30-2aa7-4798-8fc3-abf719657788", +Cell[12643, 328, 164, 3, 36, "Notes",ExpressionUUID->"553f2b30-2aa7-4798-8fc3-abf719657788", CellID->6160178], -Cell[12767, 330, 359, 12, 36, "Notes",ExpressionUUID->"51548a0e-b0ba-4a3e-b838-a01493073ca7", +Cell[12810, 333, 359, 12, 36, "Notes",ExpressionUUID->"51548a0e-b0ba-4a3e-b838-a01493073ca7", CellID->1460322764], -Cell[13129, 344, 171, 3, 36, "Notes",ExpressionUUID->"df414930-5de8-4a2d-a84b-d9b4d22fe56e", +Cell[13172, 347, 171, 3, 36, "Notes",ExpressionUUID->"df414930-5de8-4a2d-a84b-d9b4d22fe56e", CellID->944575146], -Cell[13303, 349, 214, 4, 36, "Notes",ExpressionUUID->"4f4dc2e2-f24e-4b06-bf8f-3aa6aa9ed9b4", +Cell[13346, 352, 214, 4, 36, "Notes",ExpressionUUID->"4f4dc2e2-f24e-4b06-bf8f-3aa6aa9ed9b4", CellID->2063704518], -Cell[13520, 355, 501, 15, 57, "Notes",ExpressionUUID->"b050da96-dd12-4bce-9862-0717d600d4bd", +Cell[13563, 358, 501, 15, 57, "Notes",ExpressionUUID->"b050da96-dd12-4bce-9862-0717d600d4bd", CellID->228319966], -Cell[14024, 372, 174, 3, 36, "Notes",ExpressionUUID->"9a6a705b-d64f-4d98-9ba0-ffe9836b9d78", +Cell[14067, 375, 174, 3, 36, "Notes",ExpressionUUID->"9a6a705b-d64f-4d98-9ba0-ffe9836b9d78", CellID->1057996075] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14325, 381, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cbfaa4f1-d34b-42ad-83eb-433de9a64d81", +Cell[14368, 384, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5270d9cc-7138-4ba2-b673-d7cfca55eb43", CellTags->"PrimaryExamplesSection", - CellID->809860656], + CellID->824711278], Cell[CellGroupData[{ -Cell[15770, 422, 1399, 36, 30, "ExampleSection",ExpressionUUID->"31199d60-bd16-46a7-9d56-71d17c2053b3", - CellID->1839399582], -Cell[17172, 460, 118, 1, 38, "ExampleText",ExpressionUUID->"5a7f462a-3b1a-4417-a7c8-60705e01673a", +Cell[15813, 425, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e597553e-e9fe-4a9d-b5f3-987f4b8fc6a2", + CellID->164320893], +Cell[17214, 463, 118, 1, 39, "ExampleText",ExpressionUUID->"5a7f462a-3b1a-4417-a7c8-60705e01673a", CellID->106377511], Cell[CellGroupData[{ -Cell[17315, 465, 167, 3, 27, "Input",ExpressionUUID->"7d4a6c16-32cd-4344-bc51-65aef70022e8", +Cell[17357, 468, 167, 3, 27, "Input",ExpressionUUID->"7d4a6c16-32cd-4344-bc51-65aef70022e8", CellID->377941610], Cell[CellGroupData[{ -Cell[17507, 472, 237, 4, 23, "Print",ExpressionUUID->"ea78772a-b525-4972-9ae0-d767f9fa1fc4", +Cell[17549, 475, 237, 4, 23, "Print",ExpressionUUID->"ea78772a-b525-4972-9ae0-d767f9fa1fc4", CellID->1684441013], -Cell[17747, 478, 366, 8, 23, "Print",ExpressionUUID->"249e0922-166f-466f-ad9b-4bcf7adc0c0d", +Cell[17789, 481, 366, 8, 23, "Print",ExpressionUUID->"249e0922-166f-466f-ad9b-4bcf7adc0c0d", CellID->1454273517], -Cell[18116, 488, 236, 4, 23, "Print",ExpressionUUID->"15326607-def6-4ad2-a428-c7c41fc2da03", +Cell[18158, 491, 236, 4, 23, "Print",ExpressionUUID->"15326607-def6-4ad2-a428-c7c41fc2da03", CellID->771485034], -Cell[18355, 494, 221, 3, 23, "Print",ExpressionUUID->"a9120b66-844c-4754-8e85-ce44da1c9899", +Cell[18397, 497, 221, 3, 23, "Print",ExpressionUUID->"a9120b66-844c-4754-8e85-ce44da1c9899", CellID->1039365265], -Cell[18579, 499, 207, 3, 70, "Print",ExpressionUUID->"dfdb3a1b-0b66-4676-b9be-909af66c8d62", +Cell[18621, 502, 207, 3, 70, "Print",ExpressionUUID->"dfdb3a1b-0b66-4676-b9be-909af66c8d62", CellID->626465114], -Cell[18789, 504, 238, 4, 70, "Print",ExpressionUUID->"e07b4a0d-78c0-4e94-a089-04f4ab16fdd2", +Cell[18831, 507, 238, 4, 70, "Print",ExpressionUUID->"e07b4a0d-78c0-4e94-a089-04f4ab16fdd2", CellID->2054589257], -Cell[19030, 510, 220, 3, 70, "Print",ExpressionUUID->"ede0b871-1e08-4ebb-8311-55f9496b690c", +Cell[19072, 513, 220, 3, 70, "Print",ExpressionUUID->"ede0b871-1e08-4ebb-8311-55f9496b690c", CellID->358126452], -Cell[19253, 515, 234, 4, 70, "Print",ExpressionUUID->"48320163-3c02-4de3-a824-c22aeaf47ec6", +Cell[19295, 518, 234, 4, 70, "Print",ExpressionUUID->"48320163-3c02-4de3-a824-c22aeaf47ec6", CellID->9079387], -Cell[19490, 521, 236, 4, 70, "Print",ExpressionUUID->"aa81b9bb-bbcc-4c84-a02d-f02cf9b1d4b7", +Cell[19532, 524, 236, 4, 70, "Print",ExpressionUUID->"aa81b9bb-bbcc-4c84-a02d-f02cf9b1d4b7", CellID->129505204], -Cell[19729, 527, 207, 3, 70, "Print",ExpressionUUID->"c0ad09a9-83fd-4f29-9d97-ee6be9f8a027", +Cell[19771, 530, 207, 3, 70, "Print",ExpressionUUID->"c0ad09a9-83fd-4f29-9d97-ee6be9f8a027", CellID->740793414], -Cell[19939, 532, 236, 4, 70, "Print",ExpressionUUID->"defacf8e-5c5d-4bdc-8cfe-2da30d998878", +Cell[19981, 535, 236, 4, 70, "Print",ExpressionUUID->"defacf8e-5c5d-4bdc-8cfe-2da30d998878", CellID->688209165] }, Open ]] }, Open ]], -Cell[20202, 540, 136, 1, 70, "ExampleText",ExpressionUUID->"a6f30590-685b-4a4d-8340-6bbbec5c09d5", +Cell[20244, 543, 136, 1, 70, "ExampleText",ExpressionUUID->"a6f30590-685b-4a4d-8340-6bbbec5c09d5", CellID->307693016], -Cell[20341, 543, 234, 6, 70, "Input",ExpressionUUID->"a5b85d49-80e9-4c9d-8580-9e04c38a096d", +Cell[20383, 546, 234, 6, 70, "Input",ExpressionUUID->"a5b85d49-80e9-4c9d-8580-9e04c38a096d", CellID->802081894], Cell[CellGroupData[{ -Cell[20600, 553, 360, 8, 70, "Input",ExpressionUUID->"f8e4a8cd-166c-47b5-81f7-17d96e6fa557", +Cell[20642, 556, 360, 8, 70, "Input",ExpressionUUID->"f8e4a8cd-166c-47b5-81f7-17d96e6fa557", CellID->1342760184], -Cell[20963, 563, 363, 8, 36, "Output",ExpressionUUID->"d5212375-7d15-4df5-9240-ea7b67e23b66", +Cell[21005, 566, 363, 8, 36, "Output",ExpressionUUID->"d5212375-7d15-4df5-9240-ea7b67e23b66", CellID->1305855053] }, Open ]], -Cell[21341, 574, 148, 1, 70, "ExampleText",ExpressionUUID->"4fcbb44a-0a34-49ee-bf61-da89eebeab1f", +Cell[21383, 577, 148, 1, 70, "ExampleText",ExpressionUUID->"4fcbb44a-0a34-49ee-bf61-da89eebeab1f", CellID->1126505462], -Cell[21492, 577, 237, 6, 70, "Input",ExpressionUUID->"ed5755bc-af5b-406e-be7d-e85e3baf01ca", +Cell[21534, 580, 237, 6, 70, "Input",ExpressionUUID->"ed5755bc-af5b-406e-be7d-e85e3baf01ca", CellID->808242073], Cell[CellGroupData[{ -Cell[21754, 587, 165, 3, 70, "Input",ExpressionUUID->"352aed15-9e65-46a5-8693-59e8f9898ca5", +Cell[21796, 590, 165, 3, 70, "Input",ExpressionUUID->"352aed15-9e65-46a5-8693-59e8f9898ca5", CellID->1169781161], -Cell[21922, 592, 160, 3, 36, "Output",ExpressionUUID->"74d47570-8c8c-4761-b0a7-10a975b8f3ec", +Cell[21964, 595, 160, 3, 36, "Output",ExpressionUUID->"74d47570-8c8c-4761-b0a7-10a975b8f3ec", CellID->1154675049] }, Open ]], -Cell[22097, 598, 188, 4, 70, "ExampleText",ExpressionUUID->"656c4293-ef60-42a9-b5b7-3c4d9c6ab59a", +Cell[22139, 601, 188, 4, 70, "ExampleText",ExpressionUUID->"656c4293-ef60-42a9-b5b7-3c4d9c6ab59a", CellID->439344578], Cell[CellGroupData[{ -Cell[22310, 606, 173, 3, 70, "Input",ExpressionUUID->"290bd7cf-a350-4c3c-8bc5-d6315f5baeb7", +Cell[22352, 609, 173, 3, 70, "Input",ExpressionUUID->"290bd7cf-a350-4c3c-8bc5-d6315f5baeb7", CellID->59576396], -Cell[22486, 611, 173, 4, 36, "Output",ExpressionUUID->"de4e7771-c5f6-49f1-81d8-74dfd5b255c6", +Cell[22528, 614, 173, 4, 36, "Output",ExpressionUUID->"de4e7771-c5f6-49f1-81d8-74dfd5b255c6", CellID->137840152] }, Open ]], -Cell[22674, 618, 133, 1, 70, "ExampleText",ExpressionUUID->"9647ea46-8c54-4cea-bd93-402e5fc27634", +Cell[22716, 621, 133, 1, 70, "ExampleText",ExpressionUUID->"9647ea46-8c54-4cea-bd93-402e5fc27634", CellID->2048294815], Cell[CellGroupData[{ -Cell[22832, 623, 175, 3, 70, "Input",ExpressionUUID->"4de73f68-3c34-4bd9-97fe-c03c2967e214", +Cell[22874, 626, 175, 3, 70, "Input",ExpressionUUID->"4de73f68-3c34-4bd9-97fe-c03c2967e214", CellID->1383919724], -Cell[23010, 628, 241, 6, 51, "Output",ExpressionUUID->"b1459512-7470-4fa0-b277-7782f098dd3a", +Cell[23052, 631, 241, 6, 50, "Output",ExpressionUUID->"b1459512-7470-4fa0-b277-7782f098dd3a", CellID->1305334652] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23535, 646, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"b1bdc0bd-10df-444b-a61a-58312314d9d0"], +Cell[28510, 782, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d7117577-9384-4fcc-9160-a8f2eb914faa"], +Cell[29183, 802, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6b670e07-eb6d-457c-98a5-275f0b2f6efa"], +Cell[30219, 830, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"4ab19980-b25e-49c0-abe4-7b69689dfc2f"], Cell[CellGroupData[{ -Cell[23515, 645, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"0bcad1ad-b641-4b1a-a02e-655865bb8394"], -Cell[28490, 781, 670, 18, 70, "TechNotesSection",ExpressionUUID->"48ef8ed6-3ada-4107-b050-b718a99c550f"] -}, Open ]], -Cell[29175, 802, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d5687c95-fe85-4578-869f-6f681eb7dbd5"], -Cell[30211, 830, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"528dd13b-e5c7-4e60-b118-a7d16f9e987e"], -Cell[CellGroupData[{ -Cell[32511, 898, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8adcc822-bf71-489b-8fe0-36c20ab4a1a5", +Cell[32519, 898, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8adcc822-bf71-489b-8fe0-36c20ab4a1a5", CellID->2135167160], -Cell[32652, 901, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6bfc1170-eb54-4169-aee0-2b95fcec7d95", +Cell[32660, 901, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6bfc1170-eb54-4169-aee0-2b95fcec7d95", CellID->1194386356], -Cell[32874, 907, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f02a49e2-5478-467a-808c-137e782ad531", +Cell[32882, 907, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f02a49e2-5478-467a-808c-137e782ad531", CellID->1641706272], -Cell[33089, 912, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"510c19a1-647f-4522-843a-1cff06772e7d", +Cell[33097, 912, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"510c19a1-647f-4522-843a-1cff06772e7d", CellID->399251956], -Cell[33318, 918, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ee060efb-61ee-420c-be2f-ba51072c60a5", +Cell[33326, 918, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ee060efb-61ee-420c-be2f-ba51072c60a5", CellID->821434655] }, Open ]], -Cell[33555, 924, 78, 0, 70, "FooterCell",ExpressionUUID->"c01ae239-2ab1-4b2a-befc-43e22f4ae645"] +Cell[33563, 924, 78, 0, 70, "FooterCell",ExpressionUUID->"5a43bbbb-b511-4556-afae-31d7456a7ea5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SecondStarCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/SecondStarCriticalVal.nb index f6636fa..bce8ec4 100644 --- a/Documentation/English/ReferencePages/Symbols/SecondStarCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/SecondStarCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44234, 1150] -NotebookOptionsPosition[ 35126, 971] -NotebookOutlinePosition[ 37345, 1026] -CellTagsIndexPosition[ 37259, 1021] +NotebookDataLength[ 44242, 1149] +NotebookOptionsPosition[ 35147, 972] +NotebookOutlinePosition[ 37384, 1027] +CellTagsIndexPosition[ 37298, 1022] WindowTitle->SecondStarCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "42d9bcb2-1a41-4afd-9b97-49c6bd3fb21e"], + "94dd748d-2853-4962-8a58-a7cec252973d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7776de6a-cbfb-47fd-9e66-1f18eb0b970e"], + "64169add-9f1b-4917-8b39-a2ed449061b5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "07019537-76e4-4f99-bea9-7243ae700040"] - }],ExpressionUUID->"c6b00bb9-bd75-4ced-866e-156a79ffa5ff"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"ThirdCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCriticalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"ThirdStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d67a5dfc-8943-47e6-b34d-5187f8fd9570"] + }],ExpressionUUID->"07cf1bfa-83aa-49e3-b80a-79e9d928c99c"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"ThirdCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCriticalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "adf23666-844b-4064-a0ac-570a64643140"], + "08ac3917-00d5-47a5-a573-9c95f5238b97"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6dd6378d-d3af-4449-a807-439cf62a1e6a"] - }],ExpressionUUID->"29f8d6b8-5468-4c8b-8d7e-94b59af17791"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2e7fa88d-333d-42a3-8f70-236f9f5c6619"] + }],ExpressionUUID->"9fdf2aa1-0ff6-4bdb-8814-15c81219ade2"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "821ca385-16b3-4483-ae02-286625ce646e"], + "10f75cb2-ec94-49af-a665-6fd0af27cbf0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71892bda-62af-4c24-b1fe-de7d55a7f587"] - }],ExpressionUUID->"f23df83c-fde8-4bd4-96f4-3cf35bddb595"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e5140752-6ec2-4b65-93db-0b4d7fc0d464"] + }],ExpressionUUID->"88bf6715-7f5c-4450-a4e9-da2697a82234"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "39583fb9-ef3a-4440-8c98-883b284a354b"], + "449ad3e6-fdcd-4b10-8fd9-9da044bf6e89"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "85139c20-314d-4134-8f1d-8c04ba209502"] - }],ExpressionUUID->"3d22e669-5f89-40a2-b80c-08233ccf9b44"], - StripOnInput->False], {"\<\"TUG/ref/SecondStarCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SecondStarCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "70c2841d-5130-4785-a4fb-463ed87acef0"] + }],ExpressionUUID->"605be4c7-0ba9-4815-b80f-ad7dc73bc4a9"], + StripOnInput->False],{ + "\"TUG/ref/SecondStarCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SecondStarCriticalVal"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SecondStarCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$168345], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SecondStarCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$182194], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SecondStarCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6e508c0-8090-4e93-90e7-e14db844231f"] + "3c8c22d4-68c2-40b3-9019-461f84667ac9"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b0427095-6e29-4a7a-af53-180c616f4ce9"]} + "12e25c73-ad06-4d0f-b788-d6c658378055"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8f183c3f-0a52-4816-8efd-c67e45508794"], + CellID->1,ExpressionUUID->"34aea232-4d26-47a4-bbc1-522efe434f9e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b2d0d133-f39a-40d0-9d31-9557196a7955"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"055deb5d-6673-4779-aab9-9618186d03fb"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SecondStarCriticalVal", "ObjectName",ExpressionUUID-> - "2e6c2930-4db8-4be0-a43d-3f7ac4e7febc"], + "919dacef-d157-4d48-aa43-0bd71098f72f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bc6f9878-189b-47fd-8004-031607b93654"], + "Spacer1"]],ExpressionUUID->"176ac47a-25a6-43b8-a0a1-c7b35bc13350"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "33b284c9-1bce-49ee-b720-d5256d9b3620"] - }],ExpressionUUID->"9b2905ac-3da2-49eb-b723-ed780213b8c7"], Cell[BoxData[ + "458edf2a-5c0f-4009-af6a-455310e7688b"] + }],ExpressionUUID->"ee653aa8-02e1-468d-8a46-cccb73127d29"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7e8de526-68e4-4a46-b349-6c89d1bc8543"]} + "379bd934-0664-4cf5-a89f-8f64b8b12de4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b9f27b1c-9db8-426a-bbb5-985a4c3ba4c9"], + CacheGraphics->False,ExpressionUUID->"599aed26-eb3f-416a-9d96-baf739dabbbc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]determines a bound for epsilon s.t. the intersection \ of the union of the lower set and core with that of the reasonable set are \ included in the epsilon-core." - }],ExpressionUUID->"f32dcd7e-5c84-44d5-a8aa-cdd616c1f002"]} + }],ExpressionUUID->"58f7cbec-454c-42f2-a254-b6788639a087"]} }]], "Usage", CellID->1773362413,ExpressionUUID->"78519e73-6e23-47f5-b351-167c33431653"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aa65f101-90fe-4827-970a-c802e286cf85"], + ExpressionUUID->"d4c7cc2d-a3d3-499e-8597-1a47e838c6c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f9a375ef-6683-4e2e-a64e-c3500f8b2d5a"], + "Spacer1"]],ExpressionUUID->"97cdb468-547b-454d-ad64-70cf6e9c2bc3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"05f2aeb2-6b27-48cc-8f43-bfc0fb02f725"], + }], "NotesFrameText",ExpressionUUID->"66dea732-8d07-4436-bb74-171020c80015"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c8624398-f62b-4e80-bb17-eef643d8d3ed"]], \ + "Preemptive"]],ExpressionUUID->"d897120a-40ff-4ed6-a46e-0486a2ce8825"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->50220998,ExpressionUUID->"a7ca86a3-4513-4e79-95bf-fb4bab661c74"], + CellID->15258619,ExpressionUUID->"bcb32f46-c133-4e90-96fa-f3802052150b"], Cell[TextData[{ "The input expression ", @@ -450,19 +454,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dc74d155-11b5-4be8-85f1-4fc28f4a5f85"], + ExpressionUUID->"5325ed0d-aee6-4747-a25c-6f2f4691f5a1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"14a6721e-7e0c-483f-a5c7-8544a8cdba76"], + "Spacer1"]],ExpressionUUID->"e451e52d-92ad-42b9-8d09-879cc152b062"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "791894c9-7c1e-47b9-9e48-793d091cc1bf"] + "0d01535d-3447-4416-a7b5-07362bbe09d3"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1927877136,ExpressionUUID->"1ec06576-2c0e-432d-b4f7-4ba36ed39ee0"], + CellID->1818708548,ExpressionUUID->"5d44d0ba-97d6-4064-b592-1289f2c5e0e0"], Cell[CellGroupData[{ @@ -491,18 +495,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"766caaa3-8dde-4e98-ad0a-ede0f7d33baf"], + ExpressionUUID->"b66adf57-e398-4ae8-9a3b-dbede26b19e5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a8668405-7437-440e-ba41-cec6361d2f27"], + "Spacer1"]],ExpressionUUID->"f159a0b6-1b00-4d06-acf8-7f2c4671861b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "40d27a5d-9c2a-454e-adeb-b8b898e530a7"] + "109c2782-aca7-4a38-a286-eaad668aa15f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->74156926,ExpressionUUID->"22dc008f-07db-4916-8e4b-0c5373a9a929"], + CellID->2072312977,ExpressionUUID->"41baaa16-6e81-4348-9cdf-61154b411f0d"], Cell["Loading the package:", "ExampleText", CellID->1486213112,ExpressionUUID->"6302e065-a8bd-444c-88a9-cec6bf0cb2af"], @@ -686,8 +690,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -821,15 +823,15 @@ Cell[BoxData[GridBox[{ "141138f0-5544-4132-bdec-ff1d9460c42e"] }], "SeeAlso",ExpressionUUID->"8cfce071-bcc4-49c9-95fa-7dc0aa437f8e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3e496440-0c74-4757-bbe1-\ -f61993bc22c0"], + }]], "SeeAlsoSection",ExpressionUUID->"8030737f-0fa6-432d-9ef9-\ +a497ab5b0a81"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -841,9 +843,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"148182d9-ac74-4131-aec7-068a3d56fefa"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"703ed897-5c86-4296-b38f-\ -d63c22041db0"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"dce7aa4c-68e8-4e14-b5d8-\ +097e3d9f3327"], Cell[BoxData[GridBox[{ { @@ -860,7 +861,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "660ca44b-b5c5-4a78-b94e-7313df768f84"]}]}, + "bd0f300e-9445-48e0-a05a-9056f98d1908"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -868,10 +869,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e5175069-e090-4368-9f93-eea505308259"]}]} + "c2e3d34d-7d9b-45f8-84ff-66deb563a786"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b6cd82a6-bb14-41cd-a95e-\ -bfbffa2365b9"], + }]], "MoreAboutSection",ExpressionUUID->"5a81c519-c579-46c4-b2b9-\ +e2f8962c9ee4"], Cell[BoxData[GridBox[{ { @@ -899,7 +900,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b20bc67a-cb95-4406-87f6-4dbda2b3b2e5"]], "RelatedLinks", + "1cbabc6e-e465-4502-bf9e-6a0cf1854538"]], "RelatedLinks", ExpressionUUID->"bf6e2e40-fc7c-4f64-9259-7c60ebe54bea"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -916,7 +917,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a361e03a-ccc0-43db-b079-fa4fdf3c7d04"]], "RelatedLinks", + "b36a55bc-71a0-4fa3-a445-44b54c351de0"]], "RelatedLinks", ExpressionUUID->"72eac3d3-e56b-4dcb-81fd-0c9eb4e2ee96"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,11 +934,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "85d8c310-1544-47a7-9c7f-36f8e833c138"]], "RelatedLinks", + "0959c080-f228-432e-98e9-e44275172b3e"]], "RelatedLinks", ExpressionUUID->"db976f76-27ca-45b2-9674-bb4082f41287"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"661b0aa1-f859-4d29-a818-\ -08551af63ad7"], + }]], "RelatedLinksSection",ExpressionUUID->"c22a464c-8355-4615-aa6d-\ +5514acb4601c"], Cell[CellGroupData[{ @@ -967,11 +968,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ff187431-f86b-48bf-91cd-db4e5a41c906"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"278f30bc-9cde-4b0c-a39b-0be8fc33c135"] +Cell[" ", "FooterCell",ExpressionUUID->"d1949759-6764-4ded-8fe7-9f90daaced30"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SecondStarCriticalVal", TaggingRules->{ @@ -982,7 +983,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 13.247630}", + "built" -> "{2024, 6, 3, 16, 55, 16.656224}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -991,10 +992,10 @@ TaggingRules->{ intersection of the union of the lower set and core with that of the \ reasonable set are included in the epsilon-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SecondStarCriticalVal", "titlemodifier" -> - "", "windowtitle" -> "SecondStarCriticalVal", "type" -> "Symbol", "uri" -> - "TUG/ref/SecondStarCriticalVal"}}, + "", "metadescription" -> "", "windowtitle" -> "SecondStarCriticalVal", + "type" -> "Symbol", "uri" -> "TUG/ref/SecondStarCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1003,9 +1004,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"04831bc1-7f3a-4456-8555-ebf607fe7b0b" +ExpressionUUID->"3e9c38cb-65bc-4e14-87fa-54b7e42e8655" ] (* End of Notebook Content *) @@ -1013,145 +1014,143 @@ ExpressionUUID->"04831bc1-7f3a-4456-8555-ebf607fe7b0b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15835, 427, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1ec06576-2c0e-432d-b4f7-4ba36ed39ee0", + Cell[15888, 431, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d44d0ba-97d6-4064-b592-1289f2c5e0e0", CellTags->"PrimaryExamplesSection", - CellID->1927877136]} + CellID->1818708548]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37058, 1014} + {"PrimaryExamplesSection", 37097, 1015} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7154, 169, 56, "AnchorBarGrid",ExpressionUUID->"8f183c3f-0a52-4816-8efd-c67e45508794", +Cell[593, 21, 7207, 173, 57, "AnchorBarGrid",ExpressionUUID->"34aea232-4d26-47a4-bbc1-522efe434f9e", CellID->1], -Cell[7750, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b2d0d133-f39a-40d0-9d31-9557196a7955"], +Cell[7803, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"055deb5d-6673-4779-aab9-9618186d03fb"], Cell[CellGroupData[{ -Cell[7861, 196, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"b9f27b1c-9db8-426a-bbb5-985a4c3ba4c9"], -Cell[9159, 233, 584, 11, 133, "Usage",ExpressionUUID->"78519e73-6e23-47f5-b351-167c33431653", +Cell[7914, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"599aed26-eb3f-416a-9d96-baf739dabbbc"], +Cell[9212, 237, 584, 11, 132, "Usage",ExpressionUUID->"78519e73-6e23-47f5-b351-167c33431653", CellID->1773362413] }, Open ]], Cell[CellGroupData[{ -Cell[9780, 249, 1893, 47, 37, "NotesSection",ExpressionUUID->"a7ca86a3-4513-4e79-95bf-fb4bab661c74", +Cell[9833, 253, 1893, 47, 37, "NotesSection",ExpressionUUID->"bcb32f46-c133-4e90-96fa-f3802052150b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->50220998], -Cell[11676, 298, 518, 12, 57, "]]",ExpressionUUID->"e246f5f5-18c2-42ef-9262-be23a86825cf", + CellID->15258619], +Cell[11729, 302, 518, 12, 57, "]]",ExpressionUUID->"e246f5f5-18c2-42ef-9262-be23a86825cf", CellID->313448337], -Cell[12197, 312, 489, 12, 37, "Notes",ExpressionUUID->"0814ca03-4f4f-49c4-8390-55a75e99599a", +Cell[12250, 316, 489, 12, 38, "Notes",ExpressionUUID->"0814ca03-4f4f-49c4-8390-55a75e99599a", CellID->177724765], -Cell[12689, 326, 167, 3, 36, "Notes",ExpressionUUID->"119e10c5-30b7-4024-9f2d-fdd918806d99", +Cell[12742, 330, 167, 3, 36, "Notes",ExpressionUUID->"119e10c5-30b7-4024-9f2d-fdd918806d99", CellID->1801750560], -Cell[12859, 331, 358, 12, 36, "Notes",ExpressionUUID->"c6518ac5-0c8e-46fe-a8bf-55a780e8754c", +Cell[12912, 335, 358, 12, 36, "Notes",ExpressionUUID->"c6518ac5-0c8e-46fe-a8bf-55a780e8754c", CellID->797578006], -Cell[13220, 345, 218, 4, 36, "Notes",ExpressionUUID->"a8cfdd79-21d5-4cd4-9849-862f0800cc69", +Cell[13273, 349, 218, 4, 36, "Notes",ExpressionUUID->"a8cfdd79-21d5-4cd4-9849-862f0800cc69", CellID->1991967399], -Cell[13441, 351, 172, 3, 36, "Notes",ExpressionUUID->"277ddf84-cb04-4bba-a0c9-e0a441268ee0", +Cell[13494, 355, 172, 3, 36, "Notes",ExpressionUUID->"277ddf84-cb04-4bba-a0c9-e0a441268ee0", CellID->1731631610], -Cell[13616, 356, 1014, 31, 79, "Notes",ExpressionUUID->"a49aad0f-9604-47a8-9eea-04af27acca93", +Cell[13669, 360, 1014, 31, 80, "Notes",ExpressionUUID->"a49aad0f-9604-47a8-9eea-04af27acca93", CellID->1742539379], -Cell[14633, 389, 228, 6, 36, "Notes",ExpressionUUID->"6f4349c9-1566-4929-b505-006427656884", +Cell[14686, 393, 228, 6, 36, "Notes",ExpressionUUID->"6f4349c9-1566-4929-b505-006427656884", CellID->1368226256], -Cell[14864, 397, 701, 21, 78, "Notes",ExpressionUUID->"cc5f46c4-80a7-4664-95df-cc773eecbdce", +Cell[14917, 401, 701, 21, 78, "Notes",ExpressionUUID->"cc5f46c4-80a7-4664-95df-cc773eecbdce", CellID->19025592], -Cell[15568, 420, 140, 1, 36, "Notes",ExpressionUUID->"683b79d7-0c0f-484e-b6e6-dd0b27f071b8", +Cell[15621, 424, 140, 1, 36, "Notes",ExpressionUUID->"683b79d7-0c0f-484e-b6e6-dd0b27f071b8", CellID->180635336] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15835, 427, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1ec06576-2c0e-432d-b4f7-4ba36ed39ee0", +Cell[15888, 431, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5d44d0ba-97d6-4064-b592-1289f2c5e0e0", CellTags->"PrimaryExamplesSection", - CellID->1927877136], + CellID->1818708548], Cell[CellGroupData[{ -Cell[17281, 468, 1397, 36, 30, "ExampleSection",ExpressionUUID->"22dc008f-07db-4916-8e4b-0c5373a9a929", - CellID->74156926], -Cell[18681, 506, 119, 1, 70, "ExampleText",ExpressionUUID->"6302e065-a8bd-444c-88a9-cec6bf0cb2af", +Cell[17334, 472, 1399, 36, 30, "ExampleSection",ExpressionUUID->"41baaa16-6e81-4348-9cdf-61154b411f0d", + CellID->2072312977], +Cell[18736, 510, 119, 1, 70, "ExampleText",ExpressionUUID->"6302e065-a8bd-444c-88a9-cec6bf0cb2af", CellID->1486213112], Cell[CellGroupData[{ -Cell[18825, 511, 168, 3, 70, "Input",ExpressionUUID->"58a1067f-6a38-4ea7-bd99-bad615914be4", +Cell[18880, 515, 168, 3, 70, "Input",ExpressionUUID->"58a1067f-6a38-4ea7-bd99-bad615914be4", CellID->2107787115], Cell[CellGroupData[{ -Cell[19018, 518, 236, 4, 70, "Print",ExpressionUUID->"959bee19-db67-4fc6-95ef-fd7add00af9b", +Cell[19073, 522, 236, 4, 70, "Print",ExpressionUUID->"959bee19-db67-4fc6-95ef-fd7add00af9b", CellID->213793671], -Cell[19257, 524, 366, 8, 70, "Print",ExpressionUUID->"4f8af8e4-b098-45bb-829d-6b7b8b693427", +Cell[19312, 528, 366, 8, 70, "Print",ExpressionUUID->"4f8af8e4-b098-45bb-829d-6b7b8b693427", CellID->1679519389], -Cell[19626, 534, 237, 4, 70, "Print",ExpressionUUID->"b5fa229b-4dcf-4ee0-8c6e-818429444759", +Cell[19681, 538, 237, 4, 70, "Print",ExpressionUUID->"b5fa229b-4dcf-4ee0-8c6e-818429444759", CellID->1954096448], -Cell[19866, 540, 220, 3, 70, "Print",ExpressionUUID->"c104d7e6-de88-4ced-9a59-e90d589a1733", +Cell[19921, 544, 220, 3, 70, "Print",ExpressionUUID->"c104d7e6-de88-4ced-9a59-e90d589a1733", CellID->179488607], -Cell[20089, 545, 207, 3, 70, "Print",ExpressionUUID->"b266e8e7-ba78-429e-8797-20334d8b6e55", +Cell[20144, 549, 207, 3, 70, "Print",ExpressionUUID->"b266e8e7-ba78-429e-8797-20334d8b6e55", CellID->633086391], -Cell[20299, 550, 237, 4, 70, "Print",ExpressionUUID->"898996b9-a6ee-47a0-a80c-fdcdaaec51d9", +Cell[20354, 554, 237, 4, 70, "Print",ExpressionUUID->"898996b9-a6ee-47a0-a80c-fdcdaaec51d9", CellID->667217496], -Cell[20539, 556, 220, 3, 70, "Print",ExpressionUUID->"5b097464-05b2-472c-9580-eb6d81248482", +Cell[20594, 560, 220, 3, 70, "Print",ExpressionUUID->"5b097464-05b2-472c-9580-eb6d81248482", CellID->433879838], -Cell[20762, 561, 236, 4, 70, "Print",ExpressionUUID->"1c0caa96-a9e2-4a45-a83d-ea1556dcb79a", +Cell[20817, 565, 236, 4, 70, "Print",ExpressionUUID->"1c0caa96-a9e2-4a45-a83d-ea1556dcb79a", CellID->528539452], -Cell[21001, 567, 237, 4, 70, "Print",ExpressionUUID->"71140ef9-76cf-44d8-b855-4df5088a652b", +Cell[21056, 571, 237, 4, 70, "Print",ExpressionUUID->"71140ef9-76cf-44d8-b855-4df5088a652b", CellID->1341315108], -Cell[21241, 573, 206, 3, 70, "Print",ExpressionUUID->"e3abea25-39c5-4a9b-bde8-5660eb8facb3", +Cell[21296, 577, 206, 3, 70, "Print",ExpressionUUID->"e3abea25-39c5-4a9b-bde8-5660eb8facb3", CellID->92841024], -Cell[21450, 578, 237, 4, 70, "Print",ExpressionUUID->"b8c731e4-193d-4b50-a5c1-a2236d221423", +Cell[21505, 582, 237, 4, 70, "Print",ExpressionUUID->"b8c731e4-193d-4b50-a5c1-a2236d221423", CellID->1695349241] }, Open ]] }, Open ]], -Cell[21714, 586, 136, 1, 70, "ExampleText",ExpressionUUID->"d760f72e-70d3-4eca-9493-98aeee0a6c64", +Cell[21769, 590, 136, 1, 70, "ExampleText",ExpressionUUID->"d760f72e-70d3-4eca-9493-98aeee0a6c64", CellID->735891223], -Cell[21853, 589, 234, 6, 70, "Input",ExpressionUUID->"d39f0168-b277-4f3e-876a-5c939a77ec71", +Cell[21908, 593, 234, 6, 70, "Input",ExpressionUUID->"d39f0168-b277-4f3e-876a-5c939a77ec71", CellID->207267986], Cell[CellGroupData[{ -Cell[22112, 599, 359, 8, 70, "Input",ExpressionUUID->"564417e1-8a73-42b8-bb6e-a288b8d00205", +Cell[22167, 603, 359, 8, 70, "Input",ExpressionUUID->"564417e1-8a73-42b8-bb6e-a288b8d00205", CellID->581328569], -Cell[22474, 609, 362, 8, 36, "Output",ExpressionUUID->"72549c3c-162d-4d03-a0c0-74912386b772", +Cell[22529, 613, 362, 8, 36, "Output",ExpressionUUID->"72549c3c-162d-4d03-a0c0-74912386b772", CellID->180493404] }, Open ]], -Cell[22851, 620, 146, 1, 70, "ExampleText",ExpressionUUID->"48c8a331-e66b-48b0-a17e-843ad01231b6", +Cell[22906, 624, 146, 1, 70, "ExampleText",ExpressionUUID->"48c8a331-e66b-48b0-a17e-843ad01231b6", CellID->96618344], -Cell[23000, 623, 238, 6, 70, "Input",ExpressionUUID->"d5e1f5ae-d0d4-4885-a7fc-3a35124542f7", +Cell[23055, 627, 238, 6, 70, "Input",ExpressionUUID->"d5e1f5ae-d0d4-4885-a7fc-3a35124542f7", CellID->1333444155], Cell[CellGroupData[{ -Cell[23263, 633, 165, 3, 70, "Input",ExpressionUUID->"0c327c2a-d72b-4713-b253-eb26712d2bb7", +Cell[23318, 637, 165, 3, 70, "Input",ExpressionUUID->"0c327c2a-d72b-4713-b253-eb26712d2bb7", CellID->1599049206], -Cell[23431, 638, 160, 3, 36, "Output",ExpressionUUID->"cc2941ed-5561-4c07-a4c7-c415da177556", +Cell[23486, 642, 160, 3, 36, "Output",ExpressionUUID->"cc2941ed-5561-4c07-a4c7-c415da177556", CellID->1339135351] }, Open ]], -Cell[23606, 644, 188, 4, 70, "ExampleText",ExpressionUUID->"29380944-8b36-4a50-ab8e-0d15d8a727c1", +Cell[23661, 648, 188, 4, 70, "ExampleText",ExpressionUUID->"29380944-8b36-4a50-ab8e-0d15d8a727c1", CellID->578770049], Cell[CellGroupData[{ -Cell[23819, 652, 179, 3, 70, "Input",ExpressionUUID->"1d7aaa69-9669-4689-aa9b-6a72d3a2018f", +Cell[23874, 656, 179, 3, 70, "Input",ExpressionUUID->"1d7aaa69-9669-4689-aa9b-6a72d3a2018f", CellID->1158207209], -Cell[24001, 657, 173, 4, 36, "Output",ExpressionUUID->"9faf4733-96f6-43ed-879e-8a8a6a56b6ae", +Cell[24056, 661, 173, 4, 36, "Output",ExpressionUUID->"9faf4733-96f6-43ed-879e-8a8a6a56b6ae", CellID->336025472] }, Open ]], -Cell[24189, 664, 133, 1, 70, "ExampleText",ExpressionUUID->"36a7ce28-05bd-429b-b108-cf0a3ea99edf", +Cell[24244, 668, 133, 1, 70, "ExampleText",ExpressionUUID->"36a7ce28-05bd-429b-b108-cf0a3ea99edf", CellID->1397956180], Cell[CellGroupData[{ -Cell[24347, 669, 179, 3, 70, "Input",ExpressionUUID->"742c87ae-181f-4209-93c0-53e15a3c3fd0", +Cell[24402, 673, 179, 3, 70, "Input",ExpressionUUID->"742c87ae-181f-4209-93c0-53e15a3c3fd0", CellID->1267812839], -Cell[24529, 674, 221, 5, 36, "Output",ExpressionUUID->"3d8a6a02-fb7b-4ae2-88ac-5ed369ff163b", +Cell[24584, 678, 221, 5, 36, "Output",ExpressionUUID->"3d8a6a02-fb7b-4ae2-88ac-5ed369ff163b", CellID->238727459] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25047, 692, 4962, 134, 70, "SeeAlsoSection",ExpressionUUID->"8030737f-0fa6-432d-9ef9-a497ab5b0a81"], +Cell[30012, 828, 670, 18, 70, "TechNotesSection",ExpressionUUID->"dce7aa4c-68e8-4e14-b5d8-097e3d9f3327"], +Cell[30685, 848, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5a81c519-c579-46c4-b2b9-e2f8962c9ee4"], +Cell[31721, 876, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"c22a464c-8355-4615-aa6d-5514acb4601c"], Cell[CellGroupData[{ -Cell[25014, 690, 4962, 134, 70, "SeeAlsoSection",ExpressionUUID->"3e496440-0c74-4757-bbe1-f61993bc22c0"], -Cell[29979, 826, 670, 18, 70, "TechNotesSection",ExpressionUUID->"703ed897-5c86-4296-b38f-d63c22041db0"] -}, Open ]], -Cell[30664, 847, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b6cd82a6-bb14-41cd-a95e-bfbffa2365b9"], -Cell[31700, 875, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"661b0aa1-f859-4d29-a818-08551af63ad7"], -Cell[CellGroupData[{ -Cell[34000, 943, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"45321dbf-4a9c-4edf-9245-14619e5249b1", +Cell[34021, 944, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"45321dbf-4a9c-4edf-9245-14619e5249b1", CellID->2135167160], -Cell[34141, 946, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8d75bd1e-7948-42a2-b284-4a0ece7ee450", +Cell[34162, 947, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8d75bd1e-7948-42a2-b284-4a0ece7ee450", CellID->1194386356], -Cell[34363, 952, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7625e6f3-bccf-43a1-b6fd-714662db2a62", +Cell[34384, 953, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7625e6f3-bccf-43a1-b6fd-714662db2a62", CellID->1641706272], -Cell[34578, 957, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8736785c-a581-4c9c-a125-115de4334277", +Cell[34599, 958, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8736785c-a581-4c9c-a125-115de4334277", CellID->399251956], -Cell[34807, 963, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ff187431-f86b-48bf-91cd-db4e5a41c906", +Cell[34828, 964, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ff187431-f86b-48bf-91cd-db4e5a41c906", CellID->821434655] }, Open ]], -Cell[35044, 969, 78, 0, 70, "FooterCell",ExpressionUUID->"278f30bc-9cde-4b0c-a39b-0be8fc33c135"] +Cell[35065, 970, 78, 0, 70, "FooterCell",ExpressionUUID->"d1949759-6764-4ded-8fe7-9f90daaced30"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SelectSuperSets.nb b/Documentation/English/ReferencePages/Symbols/SelectSuperSets.nb index 3400927..5b847e8 100644 --- a/Documentation/English/ReferencePages/Symbols/SelectSuperSets.nb +++ b/Documentation/English/ReferencePages/Symbols/SelectSuperSets.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40230, 1047] -NotebookOptionsPosition[ 32844, 900] -NotebookOutlinePosition[ 34897, 953] -CellTagsIndexPosition[ 34812, 948] +NotebookDataLength[ 40204, 1043] +NotebookOptionsPosition[ 32829, 898] +NotebookOutlinePosition[ 34901, 951] +CellTagsIndexPosition[ 34816, 946] WindowTitle->SelectSuperSets WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7ec5f82c-d988-4719-ac49-6c3411f3ad21"], + "d32823c8-2593-4140-94bb-88ae40b6c3ef"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "91df3d84-c6a2-482a-9b38-9963ef74984b"], + "18ec5a78-bfe7-4a86-8afb-52bf4e0ba28d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4756bd3a-68ba-460b-a4c5-cfc2dae8a5e5"] - }],ExpressionUUID->"b36c8bee-7e65-49ad-acfd-7830e2b50873"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"GatelyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GatelyValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, + "5d536d2a-f28f-45a5-85f7-c9e78007ab13"] + }],ExpressionUUID->"ae5399f9-d2e1-4c49-a142-9376925aee5b"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"GatelyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GatelyValue"], + "\"PDValue\"" :> Documentation`HelpLookup["paclet:TUG/ref/PDValue"], + "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5ce029e1-7f03-4ab8-ada4-46d6fe0bd630"], + "97f8c15a-913d-4590-bd4c-b2ac5c46b22c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b0eb0bb8-13be-4602-a4a1-e70fac38e5a1"] - }],ExpressionUUID->"686cf827-667d-4e2b-b266-024ba684f519"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "54678570-ff3d-414a-ae4c-26eed5b16109"] + }],ExpressionUUID->"35fc4936-d14c-4ec2-8746-04402c23b6a5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb6152d2-1d36-4a56-a2cb-cef8e2887ced"], + "9c47f0ad-103b-493e-bb5b-b12a158981cd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "33324868-8ee0-4dd4-acef-be922a887438"] - }],ExpressionUUID->"14f7017f-af76-4539-b637-285f423a6fba"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ee87289d-d68f-45b0-8f08-ccc7da10687c"] + }],ExpressionUUID->"b4aba126-9c46-4b61-8967-c7dc40ef5160"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3f9fd4ec-f0e2-4d6a-88df-62f67d108160"], + "f87b589d-4350-4b7e-9a0b-d9e694bb1b8e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4371dcf6-91ed-403c-a9b3-e7c8cb8c7827"] - }],ExpressionUUID->"a4c892d1-e745-4675-85a3-d8c5d7cc0f45"], - StripOnInput->False], {"\<\"TUG/ref/SelectSuperSets\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SelectSuperSets"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "78af3e35-81ed-4856-84bb-24db07ded480"] + }],ExpressionUUID->"56a34043-d836-46b8-aed2-7666acc44c84"], + StripOnInput->False],{ + "\"TUG/ref/SelectSuperSets\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SelectSuperSets"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SelectSuperSets.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$169574], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SelectSuperSets" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$183491], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SelectSuperSets" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "585b7a1f-7508-4dc4-a1f2-52903038f3eb"] + "df066314-70d2-4cf5-9389-3c4033e49fd9"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d2d7adc6-a484-4bcf-be62-edd81a47db78"]} + "fdcf9fd2-847f-4645-bb3f-567481a58ed6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5a493008-00b5-4fa4-8777-d5b05e3a6871"], + CellID->1,ExpressionUUID->"a3fcfc27-fe35-4ff9-8d1b-9bde9c74cc28"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a979e0f6-1ea4-4c35-a8ba-20dbf161a08f"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d1eea377-ed9d-4a8b-84c8-375d4eebd488"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SelectSuperSets", "ObjectName",ExpressionUUID-> - "2881d7da-7610-44e1-ac7c-13865f620e57"], + "b42a5803-8886-436a-9e7b-55942a26a9ec"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0c258d02-fee5-4a75-93c9-59c306db9b54"], + "Spacer1"]],ExpressionUUID->"b09ea7cd-d0e8-4cea-abb2-bc4ddce04de1"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fbf1c70e-df85-4fb6-afd8-c8fcdcf42f23"] - }],ExpressionUUID->"b3b9dcd1-480d-4962-a4da-0b97080b2b88"], Cell[BoxData[ + "fb5518ac-c0b3-41dc-a9e0-171d00c5fb2c"] + }],ExpressionUUID->"f0b1bfd8-beaa-471d-9e44-8a3781a8728b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f7dc0d31-43da-4aff-9e6e-1c5a3fe22fb6"]} + "0d333ae2-dc46-4760-b137-49496d5345b1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8329daa9-4f83-4848-bd95-191f999f8c40"], + CacheGraphics->False,ExpressionUUID->"2bedb825-096e-4937-90aa-419f87dc281d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -244,7 +245,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2973c4d4-c8c3-4404-b6a8-96190950ba35"], "." - }],ExpressionUUID->"b0ebe6c9-8ebd-4d61-b1cd-902e15b1201e"]} + }],ExpressionUUID->"dd26cade-0ebc-4a05-9172-51ffe6808986"]} }]], "Usage", CellID->1529011157,ExpressionUUID->"c7ed5e0f-d3e8-4061-a829-30cdd1c8850e"] }, Open ]], @@ -277,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d948d253-6645-4279-9c89-9569b27bcc05"], + ExpressionUUID->"5cf28cab-ecf6-4c5a-8194-817c83bfd6b7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5e744620-a4f9-4794-8f13-ea6273a5761d"], + "Spacer1"]],ExpressionUUID->"97348bf4-45fa-44e7-befa-bcf382d0cb4b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1694703e-faab-42e0-b81e-fff47d3644c6"], + }], "NotesFrameText",ExpressionUUID->"8dac7fa2-8958-4dba-b22a-e55ef8a07bcb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -293,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3cb1eded-eaec-4f13-b39d-5bedee153639"]], \ + "Preemptive"]],ExpressionUUID->"347501f7-692c-4e78-bdcc-25fd89467b2e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->257398643,ExpressionUUID->"64b7a8c5-7bbc-412a-9372-f31927335655"], + CellID->1862827434,ExpressionUUID->"b4347585-48c6-408c-ac82-462f016a297c"], Cell[TextData[{ "The input expression ", @@ -367,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f5ee6f27-fc44-48a4-b8cc-3902eb7bdfa9"], + ExpressionUUID->"b113ea31-4872-4129-9f22-7c65610ce7f2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"31e2b7d6-32eb-4dc0-b055-9b929ac0f88d"], + "Spacer1"]],ExpressionUUID->"5db62897-f3a4-4e35-a840-0919ca5671b3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "475d3e92-6505-4390-b4b6-c39b28402cea"] + "3b8eecf8-cd5e-4990-a0f8-467a73fd5325"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->906903704,ExpressionUUID->"c457480d-9f1f-443b-be1a-8cce0df9d863"], + CellID->1053886356,ExpressionUUID->"12abd791-dd72-4748-90aa-2c81cf9533ed"], Cell[CellGroupData[{ @@ -408,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c7ccb97f-9c7b-40f2-8676-b7f19aef4397"], + ExpressionUUID->"b79232db-6e4a-4a3d-9197-2079f5718a35"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5ee34733-4563-4705-9315-55c308b1c723"], + "Spacer1"]],ExpressionUUID->"335dfe02-536b-41d3-9049-44b1e065485a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "60948add-5f35-4428-b5fe-8b3f23ef725f"] + "fdaaa8f1-6977-4e4f-a8ae-88483eefe1df"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->590944709,ExpressionUUID->"525fed74-6329-432b-aba6-f8a99b8ba66a"], + CellID->1968399400,ExpressionUUID->"4bf49e54-2721-40b6-b75d-a29d3337c99e"], Cell["Loading the package:", "ExampleText", CellID->549235222,ExpressionUUID->"a13f85c8-66d9-4101-9687-603612db7bea"], @@ -571,8 +572,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -734,15 +733,15 @@ Cell[BoxData[GridBox[{ "68030008-9a72-41ec-a8fc-0ad44b712153"] }], "SeeAlso",ExpressionUUID->"a6437395-0209-4f77-b620-b1297380cc0d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4de9adac-151a-402e-aa7e-\ -7aa5f8fe1466"], + }]], "SeeAlsoSection",ExpressionUUID->"8c2eace7-b155-4ec6-81a8-\ +7fd03b0aad96"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -754,9 +753,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"fedd5c63-c829-4f57-94b3-99a75fe9308b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"869cada5-031d-479a-a5d5-\ -691ddbb7a089"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ef382af5-0fd0-4ee2-ab76-\ +c16edca6665b"], Cell[BoxData[GridBox[{ { @@ -773,7 +771,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "29c81452-bf3c-4f26-8e47-407ae3e3e227"]}]}, + "6102dfb9-98f7-4cf7-9008-1fa9f9730713"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -781,10 +779,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6281c52e-4d95-4f7e-8980-90df85ae6890"]}]} + "294991ec-5e76-4781-baad-ac9d223a1e69"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"74fe8af7-247c-41af-8320-\ -faa8a074810f"], + }]], "MoreAboutSection",ExpressionUUID->"6552d044-2ade-4a71-9374-\ +e50459d922b1"], Cell[BoxData[GridBox[{ { @@ -811,7 +809,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CharacteristicValues"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d8e57945-c4ce-4809-a636-2f5290c92824"]], "RelatedLinks", + "b32249b9-d3b9-461b-a3ee-84d5ecc281c4"]], "RelatedLinks", ExpressionUUID->"cd03e74d-b871-45a2-84c3-713c9ee51353"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -828,7 +826,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeightedMajority"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "67f6beff-139f-4e0e-8ba6-475ed84054fe"]], "RelatedLinks", + "6672485b-67aa-4195-8144-dee8e1e08c08"]], "RelatedLinks", ExpressionUUID->"5f1a1552-34ee-4018-a67f-068bafdc4f5e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -845,7 +843,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GetCardinalityGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "03271d95-a0ad-4d58-a336-4639de67af69"]], "RelatedLinks", + "cd20b568-a5fa-43c6-aed5-6ec5deeb0a3e"]], "RelatedLinks", ExpressionUUID->"5ba1a463-7410-4b56-9a0e-c0f2a49746c6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -862,11 +860,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DualGame"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f1ca5311-ed29-4520-b53b-ea25b5ead92a"]], "RelatedLinks", + "205a2ad5-c8f5-4e61-b70c-9f86642b5c6f"]], "RelatedLinks", ExpressionUUID->"1a9dff9c-0ea1-4324-9afa-222d3376ca84"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3a4c93b1-c4c8-477c-96cc-\ -95866183073f"], + }]], "RelatedLinksSection",ExpressionUUID->"2d1dc864-79e4-403f-b5f6-\ +3b37b5745e71"], Cell[CellGroupData[{ @@ -896,11 +894,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"afbe4d35-057c-4815-9ad0-aea0d483428a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4ba8d8b1-7d61-49dc-9555-9c55143ccf6a"] +Cell[" ", "FooterCell",ExpressionUUID->"33dfc6fe-6aaa-4a95-b5d2-333dd39e6c3a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SelectSuperSets", TaggingRules->{ @@ -911,17 +909,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 16.337837}", + "built" -> "{2024, 6, 3, 16, 55, 18.275156}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SelectSuperSets[i] selects all super sets of {i}.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SelectSuperSets", "titlemodifier" -> "", - "windowtitle" -> "SelectSuperSets", "type" -> "Symbol", "uri" -> - "TUG/ref/SelectSuperSets"}}, + "metadescription" -> "", "windowtitle" -> "SelectSuperSets", "type" -> + "Symbol", "uri" -> "TUG/ref/SelectSuperSets"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -930,9 +928,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b36896c8-2960-4008-8daf-dcbda9709842" +ExpressionUUID->"cf6d3eaf-3c72-42cc-a69e-06478f86293b" ] (* End of Notebook Content *) @@ -940,115 +938,113 @@ ExpressionUUID->"b36896c8-2960-4008-8daf-dcbda9709842" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13116, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c457480d-9f1f-443b-be1a-8cce0df9d863", + Cell[13133, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12abd791-dd72-4748-90aa-2c81cf9533ed", CellTags->"PrimaryExamplesSection", - CellID->906903704]} + CellID->1053886356]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34612, 941} + {"PrimaryExamplesSection", 34615, 939} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7112, 170, 56, "AnchorBarGrid",ExpressionUUID->"5a493008-00b5-4fa4-8777-d5b05e3a6871", +Cell[587, 21, 7128, 171, 57, "AnchorBarGrid",ExpressionUUID->"a3fcfc27-fe35-4ff9-8d1b-9bde9c74cc28", CellID->1], -Cell[7702, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a979e0f6-1ea4-4c35-a8ba-20dbf161a08f"], +Cell[7718, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d1eea377-ed9d-4a8b-84c8-375d4eebd488"], Cell[CellGroupData[{ -Cell[7813, 197, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"8329daa9-4f83-4848-bd95-191f999f8c40"], -Cell[9105, 234, 618, 14, 111, "Usage",ExpressionUUID->"c7ed5e0f-d3e8-4061-a829-30cdd1c8850e", +Cell[7829, 198, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"2bedb825-096e-4937-90aa-419f87dc281d"], +Cell[9121, 235, 618, 14, 111, "Usage",ExpressionUUID->"c7ed5e0f-d3e8-4061-a829-30cdd1c8850e", CellID->1529011157] }, Open ]], Cell[CellGroupData[{ -Cell[9760, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"64b7a8c5-7bbc-412a-9372-f31927335655", +Cell[9776, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"b4347585-48c6-408c-ac82-462f016a297c", CellGroupingRules->{"SectionGrouping", 50}, - CellID->257398643], -Cell[11657, 302, 520, 12, 36, "Notes",ExpressionUUID->"42a775b3-175f-4557-a92b-9d6cd5d9c07f", + CellID->1862827434], +Cell[11674, 303, 520, 12, 36, "Notes",ExpressionUUID->"42a775b3-175f-4557-a92b-9d6cd5d9c07f", CellID->1572007831], -Cell[12180, 316, 489, 12, 37, "Notes",ExpressionUUID->"dca09a9a-1e99-4a13-9e1e-45e956cce6e9", +Cell[12197, 317, 489, 12, 38, "Notes",ExpressionUUID->"dca09a9a-1e99-4a13-9e1e-45e956cce6e9", CellID->177724765], -Cell[12672, 330, 317, 8, 36, "Notes",ExpressionUUID->"810ede34-66a8-464f-b32d-73028a20d1ba", +Cell[12689, 331, 317, 8, 36, "Notes",ExpressionUUID->"810ede34-66a8-464f-b32d-73028a20d1ba", CellID->786271116] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13116, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c457480d-9f1f-443b-be1a-8cce0df9d863", +Cell[13133, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12abd791-dd72-4748-90aa-2c81cf9533ed", CellTags->"PrimaryExamplesSection", - CellID->906903704], + CellID->1053886356], Cell[CellGroupData[{ -Cell[14561, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"525fed74-6329-432b-aba6-f8a99b8ba66a", - CellID->590944709], -Cell[15962, 423, 118, 1, 38, "ExampleText",ExpressionUUID->"a13f85c8-66d9-4101-9687-603612db7bea", +Cell[14579, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4bf49e54-2721-40b6-b75d-a29d3337c99e", + CellID->1968399400], +Cell[15981, 424, 118, 1, 39, "ExampleText",ExpressionUUID->"a13f85c8-66d9-4101-9687-603612db7bea", CellID->549235222], Cell[CellGroupData[{ -Cell[16105, 428, 167, 3, 27, "Input",ExpressionUUID->"fb3e12b8-f892-47ce-bdb9-7d63b0eace42", +Cell[16124, 429, 167, 3, 27, "Input",ExpressionUUID->"fb3e12b8-f892-47ce-bdb9-7d63b0eace42", CellID->452788613], Cell[CellGroupData[{ -Cell[16297, 435, 236, 4, 23, "Print",ExpressionUUID->"7f8ab130-8d72-4dd4-a2a0-958d03397ad7", +Cell[16316, 436, 236, 4, 23, "Print",ExpressionUUID->"7f8ab130-8d72-4dd4-a2a0-958d03397ad7", CellID->1816052396], -Cell[16536, 441, 365, 8, 23, "Print",ExpressionUUID->"fa711462-ed8a-4434-ba6b-b99cc8632e90", +Cell[16555, 442, 365, 8, 23, "Print",ExpressionUUID->"fa711462-ed8a-4434-ba6b-b99cc8632e90", CellID->1284652657], -Cell[16904, 451, 235, 4, 23, "Print",ExpressionUUID->"dbe27b0d-d0df-403b-a24c-01bd952b7c11", +Cell[16923, 452, 235, 4, 23, "Print",ExpressionUUID->"dbe27b0d-d0df-403b-a24c-01bd952b7c11", CellID->938806402], -Cell[17142, 457, 220, 3, 23, "Print",ExpressionUUID->"4a583c31-1516-4fbf-9b0a-b79d9d61858f", +Cell[17161, 458, 220, 3, 23, "Print",ExpressionUUID->"4a583c31-1516-4fbf-9b0a-b79d9d61858f", CellID->1747038626], -Cell[17365, 462, 206, 3, 23, "Print",ExpressionUUID->"bfa97036-f576-4794-8fe9-9c364a5d59f8", +Cell[17384, 463, 206, 3, 23, "Print",ExpressionUUID->"bfa97036-f576-4794-8fe9-9c364a5d59f8", CellID->971236376], -Cell[17574, 467, 237, 4, 23, "Print",ExpressionUUID->"ba0f5b9f-74ca-43f2-8a15-f8290e53d675", +Cell[17593, 468, 237, 4, 23, "Print",ExpressionUUID->"ba0f5b9f-74ca-43f2-8a15-f8290e53d675", CellID->1402779419], -Cell[17814, 473, 220, 3, 23, "Print",ExpressionUUID->"a53a9c90-b22a-48f3-84bc-cb3a3743a4da", +Cell[17833, 474, 220, 3, 23, "Print",ExpressionUUID->"a53a9c90-b22a-48f3-84bc-cb3a3743a4da", CellID->1429813859], -Cell[18037, 478, 236, 4, 23, "Print",ExpressionUUID->"0bcb8d0e-5e45-47ed-8dcd-768e596fad1a", +Cell[18056, 479, 236, 4, 23, "Print",ExpressionUUID->"0bcb8d0e-5e45-47ed-8dcd-768e596fad1a", CellID->1535374290], -Cell[18276, 484, 236, 4, 23, "Print",ExpressionUUID->"a70f1df0-b236-4154-8402-7aa2299d50be", +Cell[18295, 485, 236, 4, 23, "Print",ExpressionUUID->"a70f1df0-b236-4154-8402-7aa2299d50be", CellID->1185595963], -Cell[18515, 490, 207, 3, 23, "Print",ExpressionUUID->"80d0a0d9-a598-4744-b6b2-6a4d9ff3a5b5", +Cell[18534, 491, 207, 3, 23, "Print",ExpressionUUID->"80d0a0d9-a598-4744-b6b2-6a4d9ff3a5b5", CellID->2145523207], -Cell[18725, 495, 236, 4, 23, "Print",ExpressionUUID->"3841b443-7383-45f2-beac-3ee29aa83003", +Cell[18744, 496, 236, 4, 23, "Print",ExpressionUUID->"3841b443-7383-45f2-beac-3ee29aa83003", CellID->1381641990] }, Open ]] }, Open ]], -Cell[18988, 503, 125, 1, 38, "ExampleText",ExpressionUUID->"f0c38e40-dc7f-49b0-bd70-85796e119299", +Cell[19007, 504, 125, 1, 39, "ExampleText",ExpressionUUID->"f0c38e40-dc7f-49b0-bd70-85796e119299", CellID->1880141016], -Cell[19116, 506, 234, 6, 27, "Input",ExpressionUUID->"75cb506f-706d-428a-bb79-c77c929c57bb", +Cell[19135, 507, 234, 6, 27, "Input",ExpressionUUID->"75cb506f-706d-428a-bb79-c77c929c57bb", CellID->921783570], -Cell[19353, 514, 191, 4, 70, "ExampleText",ExpressionUUID->"f08f11f8-4085-48df-be25-127246716c53", +Cell[19372, 515, 191, 4, 70, "ExampleText",ExpressionUUID->"f08f11f8-4085-48df-be25-127246716c53", CellID->2123151791], Cell[CellGroupData[{ -Cell[19569, 522, 172, 3, 70, "Input",ExpressionUUID->"691ea299-e2ac-416c-9308-459ea1675f18", +Cell[19588, 523, 172, 3, 70, "Input",ExpressionUUID->"691ea299-e2ac-416c-9308-459ea1675f18", CellID->339923522], -Cell[19744, 527, 172, 4, 36, "Output",ExpressionUUID->"af7b3bbd-abca-43fe-8ee7-b2ddec07eec2", +Cell[19763, 528, 172, 4, 36, "Output",ExpressionUUID->"af7b3bbd-abca-43fe-8ee7-b2ddec07eec2", CellID->735142121] }, Open ]], -Cell[19931, 534, 143, 1, 70, "ExampleText",ExpressionUUID->"b6cce1f9-cf34-4dea-8bf0-00e0aae8de41", +Cell[19950, 535, 143, 1, 70, "ExampleText",ExpressionUUID->"b6cce1f9-cf34-4dea-8bf0-00e0aae8de41", CellID->1159718331], Cell[CellGroupData[{ -Cell[20099, 539, 166, 3, 70, "Input",ExpressionUUID->"15ebca25-06c4-47b0-a7b0-a570ffcae86a", +Cell[20118, 540, 166, 3, 70, "Input",ExpressionUUID->"15ebca25-06c4-47b0-a7b0-a570ffcae86a", CellID->608741231], -Cell[20268, 544, 678, 20, 36, "Output",ExpressionUUID->"de9d2819-9b93-4be7-bb8c-0f4847144955", +Cell[20287, 545, 678, 20, 36, "Output",ExpressionUUID->"de9d2819-9b93-4be7-bb8c-0f4847144955", CellID->1512504116] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21207, 574, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"8c2eace7-b155-4ec6-81a8-7fd03b0aad96"], +Cell[27094, 738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ef382af5-0fd0-4ee2-ab76-c16edca6665b"], +Cell[27767, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6552d044-2ade-4a71-9374-e50459d922b1"], +Cell[28803, 786, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"2d1dc864-79e4-403f-b5f6-3b37b5745e71"], Cell[CellGroupData[{ -Cell[21210, 575, 5884, 162, 70, "SeeAlsoSection",ExpressionUUID->"4de9adac-151a-402e-aa7e-7aa5f8fe1466"], -Cell[27097, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"869cada5-031d-479a-a5d5-691ddbb7a089"] -}, Open ]], -Cell[27782, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"74fe8af7-247c-41af-8320-faa8a074810f"], -Cell[28818, 788, 2876, 80, 70, "RelatedLinksSection",ExpressionUUID->"3a4c93b1-c4c8-477c-96cc-95866183073f"], -Cell[CellGroupData[{ -Cell[31719, 872, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2b834b34-4ec3-4f88-8ae6-f9987f6ba6d8", +Cell[31704, 870, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2b834b34-4ec3-4f88-8ae6-f9987f6ba6d8", CellID->778415021], -Cell[31859, 875, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6114653-6b58-45c1-b6d7-af89ffb1ef9f", +Cell[31844, 873, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f6114653-6b58-45c1-b6d7-af89ffb1ef9f", CellID->1194386356], -Cell[32081, 881, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b70d49e3-c0b0-48bf-80b5-7d2df4402de9", +Cell[32066, 879, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b70d49e3-c0b0-48bf-80b5-7d2df4402de9", CellID->1641706272], -Cell[32296, 886, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ad4fb77c-dfd2-449d-906f-41d32d5b2435", +Cell[32281, 884, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ad4fb77c-dfd2-449d-906f-41d32d5b2435", CellID->399251956], -Cell[32525, 892, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"afbe4d35-057c-4815-9ad0-aea0d483428a", +Cell[32510, 890, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"afbe4d35-057c-4815-9ad0-aea0d483428a", CellID->821434655] }, Open ]], -Cell[32762, 898, 78, 0, 70, "FooterCell",ExpressionUUID->"4ba8d8b1-7d61-49dc-9555-9c55143ccf6a"] +Cell[32747, 896, 78, 0, 70, "FooterCell",ExpressionUUID->"33dfc6fe-6aaa-4a95-b5d2-333dd39e6c3a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SelectionKBalancedQ.nb b/Documentation/English/ReferencePages/Symbols/SelectionKBalancedQ.nb index ab3039f..4eba23f 100644 --- a/Documentation/English/ReferencePages/Symbols/SelectionKBalancedQ.nb +++ b/Documentation/English/ReferencePages/Symbols/SelectionKBalancedQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55102, 1431] -NotebookOptionsPosition[ 44462, 1222] -NotebookOutlinePosition[ 46796, 1279] -CellTagsIndexPosition[ 46710, 1274] +NotebookDataLength[ 55145, 1432] +NotebookOptionsPosition[ 44517, 1225] +NotebookOutlinePosition[ 46869, 1282] +CellTagsIndexPosition[ 46783, 1277] WindowTitle->SelectionKBalancedQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "92ac5bec-f10d-4e4b-a3c0-892814fb2dd6"], + "8ae5ca6f-57a7-4c27-b294-be555a105161"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ae68a301-b7c7-41f5-af48-4eadcb91e582"], + "f0cfb862-a30e-4710-9302-32b3676c92ec"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2de1e105-d982-448f-95b5-7b42e6b5d01b"] - }],ExpressionUUID->"cc894d72-2e8d-4fc9-981b-b119c5acc7fc"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "91190f45-c4b0-4e8e-b572-4bd04d4c985d"] + }],ExpressionUUID->"9d71bbcc-8f83-4ae1-b193-f080727fcdb9"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "91ebcacf-24d9-4d64-ae75-3fc4aa86d4ef"], + "322c9a30-853c-473c-bb80-331630718338"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "13f3ff01-8e11-40db-baa1-6ec9034b6867"] - }],ExpressionUUID->"2b46b319-05e4-4024-93bc-07cc9c5f0aef"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a91839c9-cd5f-4312-a7eb-f981655b2166"] + }],ExpressionUUID->"e79a6e9e-7b7f-4c82-8e96-dd68a62b3cab"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8289c12c-acd9-4a02-ae67-5e3d8b5294f6"], + "dcd61856-5f27-4d93-bfac-6ef3139f89b6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fca58fa7-25c0-4ec2-8060-3414d8564744"] - }],ExpressionUUID->"06f6225f-9a86-4177-8d00-dc364de7bc7f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d551a9bc-8754-4700-ae64-c79266a21f69"] + }],ExpressionUUID->"eb0d7195-4254-4505-a076-34750b2aad6b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3c9991ae-f5ee-4328-b2f4-34cc13aedf20"], + "8ef77e8b-dbbe-4100-81da-930cf544e1b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3ae8d3bc-e1a7-4c8c-aa8d-cec22352cac0"] - }],ExpressionUUID->"53494606-6ec2-49bc-ad6a-f90e3a32eb81"], - StripOnInput->False], {"\<\"TUG/ref/SelectionKBalancedQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SelectionKBalancedQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "bbace48c-ef47-408f-bf4c-85e1754ba262"] + }],ExpressionUUID->"7e3da0c2-7767-4d5f-9db8-4f8d750bf8fd"], + StripOnInput->False],{ + "\"TUG/ref/SelectionKBalancedQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SelectionKBalancedQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SelectionKBalancedQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$168987], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SelectionKBalancedQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$182870], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SelectionKBalancedQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5e9a20b8-1f70-46ea-98df-15cad10f11a8"] + "73316020-677c-4baa-871b-c5fecc7cff23"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a654160f-c725-42c9-8d30-53f9b0551b2d"]} + "247875c2-16fa-43df-8164-aff4320ec472"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"00a3ea2c-3021-4387-bf2e-ba02f4b5ed73"], + CellID->1,ExpressionUUID->"e5fb1555-371b-46cc-9db8-de45907ad1d8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"26379d44-4f86-4d03-93dd-f1f3e282f256"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cd286ebd-d92d-4a3d-894d-39b3a6b120af"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SelectionKBalancedQ", "ObjectName",ExpressionUUID-> - "e1083ffa-2c02-4f6e-8145-e3a21f696e5c"], + "0f95019e-8c2d-44ec-999f-76562df9828e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8fb5dcf6-cc76-476b-a101-fecc44d2a452"], + "Spacer1"]],ExpressionUUID->"a3fdb36e-b0d1-45d6-a321-243bdb281349"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "05bb1612-cfcc-47bb-88ec-b1d4b6d1057d"] - }],ExpressionUUID->"a9e45708-4146-45bc-9a3c-d30eeb309034"], Cell[BoxData[ + "0e11506b-83ed-4504-bc98-5c4e66478387"] + }],ExpressionUUID->"2acf6657-b1a8-46f5-874d-66b3c78b253e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4bd6984a-b047-4fa1-bf3b-0c6aadbc07b7"]} + "6d0e6932-6ebc-4b26-aef8-89d4bb93cae0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6c286b23-ff42-439e-81c9-4c5de371eca2"], + CacheGraphics->False,ExpressionUUID->"6d197f97-dd8d-41cb-b53e-f4bb7d1a7b27"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +248,7 @@ induced from an imputation ", StyleBox["payoff", FontSlant->"Italic"], " is k-balanced." - }],ExpressionUUID->"0b3a41ec-1e92-40fe-a996-9910a1538d97"]}, + }],ExpressionUUID->"2b66f4de-5544-4dbe-85f9-ba1c56d4505e"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"SelectionKBalancedQ", "[", @@ -258,7 +264,7 @@ to turn the option ", StyleBox["Tight -> True", FontSlant->"Italic"], "." - }],ExpressionUUID->"3f234a97-4dbe-48c7-8f0e-33e23b256875"]} + }],ExpressionUUID->"8ee39837-2bab-416a-8fea-bac457a16181"]} }]], "Usage", CellID->860182530,ExpressionUUID->"43aa9b2b-0abf-4893-9be1-616c23991d03"] }, Open ]], @@ -291,12 +297,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1558fa62-41f2-40ae-b7ad-36af7f2153ea"], + ExpressionUUID->"036de42a-22c4-4607-bcd5-8be21a7d0076"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5154dafc-be4f-4dd5-9323-b557d6d51506"], + "Spacer1"]],ExpressionUUID->"44e97491-f7bf-454e-8242-9923fb2b79af"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ccfe5174-e0fa-423f-afdb-99f8b488fa35"], + }], "NotesFrameText",ExpressionUUID->"99e89805-c104-4f3f-954d-ae8e3677ae20"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -307,12 +313,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8803431a-1094-4b9c-ae7a-57d5b532444e"]], \ + "Preemptive"]],ExpressionUUID->"d58f1a26-2ecb-4275-a73a-7f9aef63e654"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->15324748,ExpressionUUID->"3c247b04-7b32-4fca-ba12-f68476350d02"], + CellID->1504771462,ExpressionUUID->"a49e7c78-db0c-4924-b44a-c01b13bdad6d"], Cell[TextData[{ "The input expression ", @@ -373,7 +379,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0df015ac-b134-45bc-9a58-371bb5fbf792"], + "fc8e900d-0080-49dd-b1b6-86f01cfa3db6"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -395,7 +401,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e3df71d8-e6a1-4717-aaac-fc231e1eab7d"], + "37de28ac-b465-4996-82bc-ee9d975ebab3"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -416,7 +422,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9c3aacd1-b2b7-464a-8c69-876931400c35"], + "e6764223-58a2-4069-acb8-4e6bc6027dc1"], TemplateBox[{ Cell[ TextData["Tight"]], "paclet:TUG/ref/Tight", "TUG Package Symbol"}, @@ -510,19 +516,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bfebc32-d374-440f-a7be-7dbb1125b504"], + ExpressionUUID->"be9d00fe-830c-459a-8426-d1a336f28270"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"869dd1b4-bd62-4145-be03-593b81fd6aa0"], + "Spacer1"]],ExpressionUUID->"04c5b6a2-a886-4b1e-ae26-2bac2024f573"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "959d0f9a-f79e-4a69-b419-debc7185c2bd"] + "7e457ea7-6f18-4caf-aeaa-d79672d05c1b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->651127605,ExpressionUUID->"ddfff83e-49a4-4e62-ac8c-653dd0430161"], + CellID->693612822,ExpressionUUID->"9ed73f3b-8edf-442c-a845-63bc8308a72e"], Cell[CellGroupData[{ @@ -551,18 +557,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be90aa06-45ae-4871-9a0a-b4cdd7138ec9"], + ExpressionUUID->"e8384dac-4a91-417c-b68c-8aa9137187c0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"12ce258c-b7d9-4b8d-bb68-d1892793c65b"], + "Spacer1"]],ExpressionUUID->"f8bf1128-aba9-47e5-aae3-084c68316f6c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "818c90e1-3849-49da-b9d7-5d1359a1b04c"] + "e525547e-ed91-4f2d-8548-4903cf4187b8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->942994301,ExpressionUUID->"109ecae1-4573-45c6-96f1-070f01b27154"], + CellID->1520595167,ExpressionUUID->"b730aae2-3178-43f1-855c-e88aeceeb3b3"], Cell["Loading the package:", "ExampleText", CellID->397882332,ExpressionUUID->"dccd199e-657e-4a05-8efb-d3a8108e7fc7"], @@ -889,8 +895,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1038,15 +1042,15 @@ Cell[BoxData[GridBox[{ "5b33746e-1bbe-4dd4-a48b-47ab4109681c"] }], "SeeAlso",ExpressionUUID->"7c76a1b0-66bc-497a-938b-3b31515817ea"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"79817ee3-bb91-4505-8084-\ -3de09942fe97"], + }]], "SeeAlsoSection",ExpressionUUID->"beb755aa-9e97-4931-b80f-\ +c518869c07f5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1058,9 +1062,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5e7c25f4-f194-4370-aa06-2628c139cf4e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"89a98614-f19d-4f8d-8ac3-\ -424590217b60"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fda87fc1-91a6-4f46-8d59-\ +352394829f53"], Cell[BoxData[GridBox[{ { @@ -1077,7 +1080,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f2b33a7f-1296-42ce-ba79-d5999166e6f0"]}]}, + "c0753234-d29b-47a4-8ef1-95436105d1e1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1085,10 +1088,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8a87602a-f5e0-40d4-a81e-8e9fead0a1ca"]}]} + "7a6a797c-5136-4486-9a0b-a5cd3436588e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c0c1caaf-6812-47d1-aa3f-\ -f23c28aa3e63"], + }]], "MoreAboutSection",ExpressionUUID->"316ecaa6-34b0-4a15-b13d-\ +9c14d84f62ba"], Cell[BoxData[GridBox[{ { @@ -1115,7 +1118,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5f000773-932d-4ccc-8355-6d7ec39f7c22"]], "RelatedLinks", + "fe01efd5-4196-4fbf-b972-94b8ea22b768"]], "RelatedLinks", ExpressionUUID->"08ce2c68-09f6-49f5-9be5-f4298f2122f3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1132,7 +1135,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2dc16e86-d8ef-4857-8112-ed45dcb7520b"]], "RelatedLinks", + "4b899323-9ddb-40f7-a94e-1fc04f801c45"]], "RelatedLinks", ExpressionUUID->"e7f977c1-0804-4bd9-9d52-2e1b5c5287bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1149,7 +1152,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "81558301-79a5-42bc-ae02-19942c178019"]], "RelatedLinks", + "baea2835-e761-4f53-866a-c39a30abc870"]], "RelatedLinks", ExpressionUUID->"6d03cffc-ba52-47e3-80c9-87bd1080355f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1167,7 +1170,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "50448425-1289-42b3-94df-9535fd3bc5bf"]], "RelatedLinks", + "ad33f81e-539e-4aeb-a8a3-6f1edc99c2b3"]], "RelatedLinks", ExpressionUUID->"91227c12-089e-4ba9-bcc1-464ade766866"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1184,11 +1187,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3e744922-02a3-4157-9d77-b8bdee07ca94"]], "RelatedLinks", + "51b989b4-b50e-4650-8759-f5a2e2930e42"]], "RelatedLinks", ExpressionUUID->"f3ca62ca-ade1-4449-942c-1e086487173e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"985d4aab-813b-497f-98ea-\ -8c5d497ff66b"], + }]], "RelatedLinksSection",ExpressionUUID->"ecb8f994-1d83-4c73-ac7f-\ +d328326c6a41"], Cell[CellGroupData[{ @@ -1218,11 +1221,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8c0852f2-1aec-40d4-9121-9f00e2badfeb"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"92f05b2a-a9a5-4a21-b855-17c67214f467"] +Cell[" ", "FooterCell",ExpressionUUID->"15fcd25e-8880-4261-abee-184c2cb3399a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SelectionKBalancedQ", TaggingRules->{ @@ -1233,7 +1236,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 14.791765}", + "built" -> "{2024, 6, 3, 16, 55, 17.456961}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1243,11 +1246,11 @@ coalitions that is induced from an imputation payoff is k-balanced. \ SelectionKBalancedQ[game, payoff, k, options] in order to circumvent \ numerical issues, we recommend to turn the option Tight on, which is done \ through Tight -> True.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SelectionKBalancedQ", "titlemodifier" -> "", "windowtitle" -> - "SelectionKBalancedQ", "type" -> "Symbol", "uri" -> + "SelectionKBalancedQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SelectionKBalancedQ", "type" -> "Symbol", "uri" -> "TUG/ref/SelectionKBalancedQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1256,9 +1259,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e89954b9-f041-4b64-961b-29f1a234ca65" +ExpressionUUID->"c47c90a7-16ff-4374-a4bc-78255dce9e5d" ] (* End of Notebook Content *) @@ -1266,173 +1269,171 @@ ExpressionUUID->"e89954b9-f041-4b64-961b-29f1a234ca65" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18523, 487, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ddfff83e-49a4-4e62-ac8c-653dd0430161", + Cell[18611, 493, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9ed73f3b-8edf-442c-a845-63bc8308a72e", CellTags->"PrimaryExamplesSection", - CellID->651127605]} + CellID->693612822]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46510, 1267} + {"PrimaryExamplesSection", 46583, 1270} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7157, 168, 56, "AnchorBarGrid",ExpressionUUID->"00a3ea2c-3021-4387-bf2e-ba02f4b5ed73", +Cell[591, 21, 7243, 174, 57, "AnchorBarGrid",ExpressionUUID->"e5fb1555-371b-46cc-9db8-de45907ad1d8", CellID->1], -Cell[7751, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"26379d44-4f86-4d03-93dd-f1f3e282f256"], +Cell[7837, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cd286ebd-d92d-4a3d-894d-39b3a6b120af"], Cell[CellGroupData[{ -Cell[7862, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"6c286b23-ff42-439e-81c9-4c5de371eca2"], -Cell[9158, 232, 1228, 30, 187, "Usage",ExpressionUUID->"43aa9b2b-0abf-4893-9be1-616c23991d03", +Cell[7948, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"6d197f97-dd8d-41cb-b53e-f4bb7d1a7b27"], +Cell[9244, 238, 1228, 30, 186, "Usage",ExpressionUUID->"43aa9b2b-0abf-4893-9be1-616c23991d03", CellID->860182530] }, Open ]], Cell[CellGroupData[{ -Cell[10423, 267, 1893, 47, 37, "NotesSection",ExpressionUUID->"3c247b04-7b32-4fca-ba12-f68476350d02", +Cell[10509, 273, 1895, 47, 37, "NotesSection",ExpressionUUID->"a49e7c78-db0c-4924-b44a-c01b13bdad6d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->15324748], -Cell[12319, 316, 979, 24, 78, "Notes",ExpressionUUID->"d0f5a73f-e266-4dc8-926f-eff4ab4dd314", + CellID->1504771462], +Cell[12407, 322, 979, 24, 78, "Notes",ExpressionUUID->"d0f5a73f-e266-4dc8-926f-eff4ab4dd314", CellID->906311899], -Cell[13301, 342, 489, 12, 37, "Notes",ExpressionUUID->"574e8b0c-9f85-4e0f-bdc3-48fd66ab0960", +Cell[13389, 348, 489, 12, 38, "Notes",ExpressionUUID->"574e8b0c-9f85-4e0f-bdc3-48fd66ab0960", CellID->177724765], -Cell[13793, 356, 402, 6, 78, "Notes",ExpressionUUID->"f4e61eae-eb2e-48da-91a4-61a2d0624d50", +Cell[13881, 362, 402, 6, 78, "Notes",ExpressionUUID->"f4e61eae-eb2e-48da-91a4-61a2d0624d50", CellID->77888177], -Cell[14198, 364, 112, 1, 36, "Notes",ExpressionUUID->"278bf147-d716-4d65-925d-b285c61d45be", +Cell[14286, 370, 112, 1, 36, "Notes",ExpressionUUID->"278bf147-d716-4d65-925d-b285c61d45be", CellID->312897903], -Cell[14313, 367, 267, 4, 49, "Notes",ExpressionUUID->"c44f1bfa-0003-4972-9e66-0a0749a3aa63", +Cell[14401, 373, 267, 4, 48, "Notes",ExpressionUUID->"c44f1bfa-0003-4972-9e66-0a0749a3aa63", CellID->13178], -Cell[14583, 373, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"037076ea-35ca-423f-8d3e-8b05d8387031", +Cell[14671, 379, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"037076ea-35ca-423f-8d3e-8b05d8387031", CellID->1782664966], -Cell[15395, 395, 766, 19, 40, "3ColumnTableMod",ExpressionUUID->"63e5c5e1-d199-4c65-8102-b220e620a9b0", +Cell[15483, 401, 766, 19, 41, "3ColumnTableMod",ExpressionUUID->"63e5c5e1-d199-4c65-8102-b220e620a9b0", CellID->11156], -Cell[16164, 416, 775, 19, 40, "3ColumnTableMod",ExpressionUUID->"bad07895-76d2-4776-9bae-f2e424b9aed7", +Cell[16252, 422, 775, 19, 41, "3ColumnTableMod",ExpressionUUID->"bad07895-76d2-4776-9bae-f2e424b9aed7", CellID->972876442], -Cell[16942, 437, 504, 14, 37, "Notes",ExpressionUUID->"845da4ed-f54e-44e2-976f-ebd023e53ee4", +Cell[17030, 443, 504, 14, 38, "Notes",ExpressionUUID->"845da4ed-f54e-44e2-976f-ebd023e53ee4", CellID->228296993], -Cell[17449, 453, 469, 13, 37, "Notes",ExpressionUUID->"cda3154a-786a-4cac-bdbc-07a412a09ea8", +Cell[17537, 459, 469, 13, 38, "Notes",ExpressionUUID->"cda3154a-786a-4cac-bdbc-07a412a09ea8", CellID->731], -Cell[17921, 468, 475, 13, 70, "Notes",ExpressionUUID->"1715c68c-d9ee-48c8-876f-c1444205d9a1", +Cell[18009, 474, 475, 13, 70, "Notes",ExpressionUUID->"1715c68c-d9ee-48c8-876f-c1444205d9a1", CellID->92134041] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18523, 487, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"ddfff83e-49a4-4e62-ac8c-653dd0430161", +Cell[18611, 493, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9ed73f3b-8edf-442c-a845-63bc8308a72e", CellTags->"PrimaryExamplesSection", - CellID->651127605], + CellID->693612822], Cell[CellGroupData[{ -Cell[19968, 528, 1398, 36, 70, "ExampleSection",ExpressionUUID->"109ecae1-4573-45c6-96f1-070f01b27154", - CellID->942994301], -Cell[21369, 566, 118, 1, 70, "ExampleText",ExpressionUUID->"dccd199e-657e-4a05-8efb-d3a8108e7fc7", +Cell[20056, 534, 1399, 36, 70, "ExampleSection",ExpressionUUID->"b730aae2-3178-43f1-855c-e88aeceeb3b3", + CellID->1520595167], +Cell[21458, 572, 118, 1, 70, "ExampleText",ExpressionUUID->"dccd199e-657e-4a05-8efb-d3a8108e7fc7", CellID->397882332], Cell[CellGroupData[{ -Cell[21512, 571, 168, 3, 70, "Input",ExpressionUUID->"a42a8ee6-0b64-4349-a01c-a6eeec079012", +Cell[21601, 577, 168, 3, 70, "Input",ExpressionUUID->"a42a8ee6-0b64-4349-a01c-a6eeec079012", CellID->1922920512], Cell[CellGroupData[{ -Cell[21705, 578, 236, 4, 70, "Print",ExpressionUUID->"f3a77cbe-bd93-4d34-9735-f621dcd7cf38", +Cell[21794, 584, 236, 4, 70, "Print",ExpressionUUID->"f3a77cbe-bd93-4d34-9735-f621dcd7cf38", CellID->1520824905], -Cell[21944, 584, 364, 8, 70, "Print",ExpressionUUID->"09fa5ec2-72fb-478e-b88e-852e329b7934", +Cell[22033, 590, 364, 8, 70, "Print",ExpressionUUID->"09fa5ec2-72fb-478e-b88e-852e329b7934", CellID->271821898], -Cell[22311, 594, 236, 4, 70, "Print",ExpressionUUID->"34b14318-e920-49cd-a9b3-e72ec8a74f9b", +Cell[22400, 600, 236, 4, 70, "Print",ExpressionUUID->"34b14318-e920-49cd-a9b3-e72ec8a74f9b", CellID->1797128310], -Cell[22550, 600, 220, 3, 70, "Print",ExpressionUUID->"9b97b115-6a99-4eaf-8167-dea2c427ba2b", +Cell[22639, 606, 220, 3, 70, "Print",ExpressionUUID->"9b97b115-6a99-4eaf-8167-dea2c427ba2b", CellID->1855899907], -Cell[22773, 605, 206, 3, 70, "Print",ExpressionUUID->"63e1b812-8b47-4b9c-b95e-4731b46da02f", +Cell[22862, 611, 206, 3, 70, "Print",ExpressionUUID->"63e1b812-8b47-4b9c-b95e-4731b46da02f", CellID->182168178], -Cell[22982, 610, 237, 4, 70, "Print",ExpressionUUID->"5bb8073d-6aae-40b6-9ceb-9b5cc9ba7ea2", +Cell[23071, 616, 237, 4, 70, "Print",ExpressionUUID->"5bb8073d-6aae-40b6-9ceb-9b5cc9ba7ea2", CellID->1015331186], -Cell[23222, 616, 220, 3, 70, "Print",ExpressionUUID->"cdafed19-1434-4cf4-8dca-39793aa9fa72", +Cell[23311, 622, 220, 3, 70, "Print",ExpressionUUID->"cdafed19-1434-4cf4-8dca-39793aa9fa72", CellID->1002359364], -Cell[23445, 621, 235, 4, 70, "Print",ExpressionUUID->"8e4d5e15-581f-45b5-967d-d1643d7ca34d", +Cell[23534, 627, 235, 4, 70, "Print",ExpressionUUID->"8e4d5e15-581f-45b5-967d-d1643d7ca34d", CellID->715295243], -Cell[23683, 627, 236, 4, 70, "Print",ExpressionUUID->"c7b6a1ae-f9d1-4cb5-8aea-d73eaa25b5df", +Cell[23772, 633, 236, 4, 70, "Print",ExpressionUUID->"c7b6a1ae-f9d1-4cb5-8aea-d73eaa25b5df", CellID->1709188720], -Cell[23922, 633, 207, 3, 70, "Print",ExpressionUUID->"36226595-04ff-4ada-8131-8abbcebeedf3", +Cell[24011, 639, 207, 3, 70, "Print",ExpressionUUID->"36226595-04ff-4ada-8131-8abbcebeedf3", CellID->2046493326], -Cell[24132, 638, 236, 4, 70, "Print",ExpressionUUID->"8497e263-f14c-479b-9638-b6cd799aeab7", +Cell[24221, 644, 236, 4, 70, "Print",ExpressionUUID->"8497e263-f14c-479b-9638-b6cd799aeab7", CellID->1470758072] }, Open ]] }, Open ]], -Cell[24395, 646, 137, 1, 70, "ExampleText",ExpressionUUID->"e225ae39-5cef-4f03-9df3-dd7c9172aa57", +Cell[24484, 652, 137, 1, 70, "ExampleText",ExpressionUUID->"e225ae39-5cef-4f03-9df3-dd7c9172aa57", CellID->1606092872], -Cell[24535, 649, 235, 6, 70, "Input",ExpressionUUID->"21746a11-8e7b-4762-8f80-eec207063e75", +Cell[24624, 655, 235, 6, 70, "Input",ExpressionUUID->"21746a11-8e7b-4762-8f80-eec207063e75", CellID->1529643523], -Cell[24773, 657, 381, 9, 70, "Input",ExpressionUUID->"06fb15b1-b1b3-478b-af6e-c8fad589f530", +Cell[24862, 663, 381, 9, 70, "Input",ExpressionUUID->"06fb15b1-b1b3-478b-af6e-c8fad589f530", CellID->1922546975], -Cell[25157, 668, 238, 6, 70, "Input",ExpressionUUID->"b660c67e-e660-4681-aef4-1a41c42dbc68", +Cell[25246, 674, 238, 6, 70, "Input",ExpressionUUID->"b660c67e-e660-4681-aef4-1a41c42dbc68", CellID->1210462998], -Cell[25398, 676, 191, 4, 70, "ExampleText",ExpressionUUID->"d9265bc4-cdce-4c3d-aaab-9e30c9f98684", +Cell[25487, 682, 191, 4, 70, "ExampleText",ExpressionUUID->"d9265bc4-cdce-4c3d-aaab-9e30c9f98684", CellID->1873151475], Cell[CellGroupData[{ -Cell[25614, 684, 176, 3, 70, "Input",ExpressionUUID->"2b865807-c568-4ba2-97a3-159bc979ed39", +Cell[25703, 690, 176, 3, 70, "Input",ExpressionUUID->"2b865807-c568-4ba2-97a3-159bc979ed39", CellID->857618957], -Cell[25793, 689, 336, 8, 36, "Output",ExpressionUUID->"ab678ab9-6c61-4c02-a42e-ebf774215ab5", +Cell[25882, 695, 336, 8, 36, "Output",ExpressionUUID->"ab678ab9-6c61-4c02-a42e-ebf774215ab5", CellID->554969994] }, Open ]], -Cell[26144, 700, 292, 5, 70, "ExampleText",ExpressionUUID->"7ce6cfd1-617a-4b9f-bb2a-eaca9f74b9ab", +Cell[26233, 706, 292, 5, 70, "ExampleText",ExpressionUUID->"7ce6cfd1-617a-4b9f-bb2a-eaca9f74b9ab", CellID->1675015654], Cell[CellGroupData[{ -Cell[26461, 709, 201, 4, 70, "Input",ExpressionUUID->"84d7b8e7-0076-4c52-8e7c-6ef85d88d20b", +Cell[26550, 715, 201, 4, 70, "Input",ExpressionUUID->"84d7b8e7-0076-4c52-8e7c-6ef85d88d20b", CellID->1951039652], Cell[CellGroupData[{ -Cell[26687, 717, 341, 7, 70, "Print",ExpressionUUID->"68c0f8fa-ce31-4116-a924-433f95f7e319", +Cell[26776, 723, 341, 7, 70, "Print",ExpressionUUID->"68c0f8fa-ce31-4116-a924-433f95f7e319", CellID->2096113915], -Cell[27031, 726, 902, 23, 70, "Print",ExpressionUUID->"dd1df8c0-2e8b-4afd-80c5-de7de3090190", +Cell[27120, 732, 902, 23, 70, "Print",ExpressionUUID->"dd1df8c0-2e8b-4afd-80c5-de7de3090190", CellID->1730886876] }, Open ]], -Cell[27948, 752, 1118, 32, 81, "Output",ExpressionUUID->"187fdb53-93bd-48bd-bc46-e1ef252e447f", +Cell[28037, 758, 1118, 32, 81, "Output",ExpressionUUID->"187fdb53-93bd-48bd-bc46-e1ef252e447f", CellID->1235532945] }, Open ]], -Cell[29081, 787, 370, 6, 70, "ExampleText",ExpressionUUID->"e68e3aaa-43f1-4d45-adc7-7fc700b20a4c", +Cell[29170, 793, 370, 6, 70, "ExampleText",ExpressionUUID->"e68e3aaa-43f1-4d45-adc7-7fc700b20a4c", CellID->766003336], Cell[CellGroupData[{ -Cell[29476, 797, 318, 7, 70, "Input",ExpressionUUID->"a51ce611-69bb-47b5-a7c4-42b7c082fb25", +Cell[29565, 803, 318, 7, 70, "Input",ExpressionUUID->"a51ce611-69bb-47b5-a7c4-42b7c082fb25", CellID->174431870], -Cell[29797, 806, 285, 7, 36, "Output",ExpressionUUID->"18a07e74-f880-494a-b307-9262fb7ec0d3", +Cell[29886, 812, 285, 7, 36, "Output",ExpressionUUID->"18a07e74-f880-494a-b307-9262fb7ec0d3", CellID->189333448] }, Open ]], -Cell[30097, 816, 256, 4, 70, "ExampleText",ExpressionUUID->"68a6c074-6783-41f4-9725-b4bae384f788", +Cell[30186, 822, 256, 4, 70, "ExampleText",ExpressionUUID->"68a6c074-6783-41f4-9725-b4bae384f788", CellID->1228644958], Cell[CellGroupData[{ -Cell[30378, 824, 319, 7, 70, "Input",ExpressionUUID->"ab942c1e-355b-42ac-83ee-3f67fa828d95", +Cell[30467, 830, 319, 7, 70, "Input",ExpressionUUID->"ab942c1e-355b-42ac-83ee-3f67fa828d95", CellID->1835074952], -Cell[30700, 833, 160, 3, 36, "Output",ExpressionUUID->"24ed3265-af70-478f-af2f-4b04e0757f79", +Cell[30789, 839, 160, 3, 36, "Output",ExpressionUUID->"24ed3265-af70-478f-af2f-4b04e0757f79", CellID->1493721214] }, Open ]], -Cell[30875, 839, 211, 4, 70, "ExampleText",ExpressionUUID->"0cbf8852-a9de-482a-a6f6-8d087d24821f", +Cell[30964, 845, 211, 4, 70, "ExampleText",ExpressionUUID->"0cbf8852-a9de-482a-a6f6-8d087d24821f", CellID->1776189388], Cell[CellGroupData[{ -Cell[31111, 847, 194, 4, 70, "Input",ExpressionUUID->"fb970fba-7103-4354-97ae-12ae5487c132", +Cell[31200, 853, 194, 4, 70, "Input",ExpressionUUID->"fb970fba-7103-4354-97ae-12ae5487c132", CellID->1462677948], -Cell[31308, 853, 313, 9, 51, "Output",ExpressionUUID->"87047d33-5c43-4f27-b919-d68f765eb249", +Cell[31397, 859, 313, 9, 50, "Output",ExpressionUUID->"87047d33-5c43-4f27-b919-d68f765eb249", CellID->837552267] }, Open ]], -Cell[31636, 865, 180, 3, 70, "ExampleText",ExpressionUUID->"f3f995e9-5a62-4297-8a30-628445e65e39", +Cell[31725, 871, 180, 3, 70, "ExampleText",ExpressionUUID->"f3f995e9-5a62-4297-8a30-628445e65e39", CellID->1346624449], Cell[CellGroupData[{ -Cell[31841, 872, 263, 5, 70, "Input",ExpressionUUID->"c242d2a0-0e9e-4b78-87db-2cb204aa8a80", +Cell[31930, 878, 263, 5, 70, "Input",ExpressionUUID->"c242d2a0-0e9e-4b78-87db-2cb204aa8a80", CellID->426593479], -Cell[32107, 879, 161, 3, 36, "Output",ExpressionUUID->"256d5c6a-e92f-49c0-944d-f2ba6afefa8d", +Cell[32196, 885, 161, 3, 36, "Output",ExpressionUUID->"256d5c6a-e92f-49c0-944d-f2ba6afefa8d", CellID->1356261342] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[32599, 897, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"beb755aa-9e97-4931-b80f-c518869c07f5"], +Cell[38117, 1047, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fda87fc1-91a6-4f46-8d59-352394829f53"], +Cell[38790, 1067, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"316ecaa6-34b0-4a15-b13d-9c14d84f62ba"], +Cell[39826, 1095, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"ecb8f994-1d83-4c73-ac7f-d328326c6a41"], Cell[CellGroupData[{ -Cell[32532, 893, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"79817ee3-bb91-4505-8084-3de09942fe97"], -Cell[38050, 1043, 670, 18, 70, "TechNotesSection",ExpressionUUID->"89a98614-f19d-4f8d-8ac3-424590217b60"] -}, Open ]], -Cell[38735, 1064, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c0c1caaf-6812-47d1-aa3f-f23c28aa3e63"], -Cell[39771, 1092, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"985d4aab-813b-497f-98ea-8c5d497ff66b"], -Cell[CellGroupData[{ -Cell[43337, 1194, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0fd74b43-71b9-4fcb-b0b3-e5eabdae885a", +Cell[43392, 1197, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0fd74b43-71b9-4fcb-b0b3-e5eabdae885a", CellID->778415021], -Cell[43477, 1197, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa963ff8-224a-49de-a57c-4d69947d664f", +Cell[43532, 1200, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa963ff8-224a-49de-a57c-4d69947d664f", CellID->1194386356], -Cell[43699, 1203, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2aa68b8f-cc17-4aaf-ba8c-f4ae87e6ccb9", +Cell[43754, 1206, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2aa68b8f-cc17-4aaf-ba8c-f4ae87e6ccb9", CellID->1641706272], -Cell[43914, 1208, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"592a8acd-75a5-4519-bd61-72377cadab90", +Cell[43969, 1211, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"592a8acd-75a5-4519-bd61-72377cadab90", CellID->399251956], -Cell[44143, 1214, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c0852f2-1aec-40d4-9121-9f00e2badfeb", +Cell[44198, 1217, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c0852f2-1aec-40d4-9121-9f00e2badfeb", CellID->821434655] }, Open ]], -Cell[44380, 1220, 78, 0, 70, "FooterCell",ExpressionUUID->"92f05b2a-a9a5-4a21-b855-17c67214f467"] +Cell[44435, 1223, 78, 0, 70, "FooterCell",ExpressionUUID->"15fcd25e-8880-4261-abee-184c2cb3399a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SemiConvexQ.nb b/Documentation/English/ReferencePages/Symbols/SemiConvexQ.nb index 4b7754d..23f2dd4 100644 --- a/Documentation/English/ReferencePages/Symbols/SemiConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/SemiConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39432, 1018] -NotebookOptionsPosition[ 31531, 861] -NotebookOutlinePosition[ 33611, 914] -CellTagsIndexPosition[ 33526, 909] +NotebookDataLength[ 39444, 1019] +NotebookOptionsPosition[ 31552, 863] +NotebookOutlinePosition[ 33656, 917] +CellTagsIndexPosition[ 33571, 912] WindowTitle->SemiConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "15c1755d-e666-4c73-b2ad-c00b6975822c"], + "eb993d0f-5e7e-4fe7-acd7-556e0e58c219"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d061c405-4b77-4daf-951b-d0a4b5dc58d2"], + "0a956ea4-408d-467d-99a6-bd43074cd8b6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c5afbb3a-28e1-4c97-b0cd-c5d4dba1f56d"] - }],ExpressionUUID->"7f16f0b6-2507-4e76-a7ee-ef264e9b06c0"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "bd8cd4cc-0426-412e-9177-427cadc0d452"] + }],ExpressionUUID->"6eb2013d-7f51-4894-9180-b5d4356bd526"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3257a1f8-35e9-4d6e-93f7-c928967a5c28"], + "e2c1959a-b2da-4795-9fb1-bc8ee00568da"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "35d1e843-f15e-4995-9921-5c2394db6d7a"] - }],ExpressionUUID->"4c8687c0-040c-4ef8-9741-2bdc07840451"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6f050217-8859-4a3a-a8fe-78303872da29"] + }],ExpressionUUID->"30ec498d-4906-4f41-818b-abe4083be859"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1aa8c575-2063-4e94-a1b6-180a1d0f2164"], + "58a8c5b1-e2c4-42a6-b341-915b4ac392b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bbb22c74-65e0-49ac-b514-9cbb844f98f9"] - }],ExpressionUUID->"3c9e7e36-ff16-49bf-9662-050131a5a178"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4a4f421e-5c51-4030-a1b5-69ef00c52f23"] + }],ExpressionUUID->"952cf8f5-3224-473e-a718-722e33042a1b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f001583e-5ebb-4fb9-839a-b3c9ecfa1dcb"], + "3452f2fa-1141-460e-94f6-d65a67ec03ce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71850734-57e7-4852-b23f-1e8e253984b2"] - }],ExpressionUUID->"f1846928-6f5c-46df-bb5d-812cdc52ab57"], - StripOnInput->False], {"\<\"TUG/ref/SemiConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SemiConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SemiConvexQ.\ + "b8b5295d-3f3f-484a-8bd3-51ad1fbf0e17"] + }],ExpressionUUID->"aea70558-b772-4a77-a4c2-fb030cd3bf47"], + StripOnInput->False],{ + "\"TUG/ref/SemiConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SemiConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SemiConvexQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$170144], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SemiConvexQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$184095], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SemiConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17dce9bc-66db-4f0c-b488-5236038a07ba"] + "d0b3a347-2b3a-4d44-ba8f-4dbd0a6d2960"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "98ab073a-9e7f-4bf9-832a-583efd21f020"]} + "4809a150-427d-4881-8a88-e9f80009b6d1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"090b1c18-2c7a-48d5-a65f-30473e85f2d8"], + CellID->1,ExpressionUUID->"a841a4b9-f029-4f3f-95b0-457a89dd5315"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"92846b59-258a-4af3-bcaf-7df526aa4280"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"00e97da5-18b6-4c1c-ae98-8cdd699b2252"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SemiConvexQ", "ObjectName",ExpressionUUID-> - "23765c3c-8d2e-4fcc-b573-c4b82bbf800c"], + "bf24cbba-d59d-40d3-a886-af72aa59bd10"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"f4a6e56a-703e-466a-a7d0-e50d3eff5c5e"], + "Spacer1"]],ExpressionUUID->"3b59b529-2232-4ab4-b483-6fefae876550"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b3d20d7e-375f-46c6-bd7f-2d36d57da8ee"] - }],ExpressionUUID->"2297c7bf-57ba-4db6-9d48-44dbad988cc3"], Cell[BoxData[ + "c17907a8-c638-432d-b462-ed56b462194a"] + }],ExpressionUUID->"7875310f-e28f-4870-849f-c839350962fe"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9b3ffa1c-3338-4f5d-8fbe-4dab2c5e5a3f"]} + "15da90f3-c152-49c5-99f0-6750ad9b7ec7"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"af9756f7-bdfb-435a-b4eb-5c4a7341b806"], + CacheGraphics->False,ExpressionUUID->"343e6815-7103-4204-ad60-1b362504fad0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "9132212f-ea10-4a8f-9164-2d5c1e08197d"], " \[LineSeparator]checks if the TU game is semi-convex. It returns the \ value 'True' or 'False'." - }],ExpressionUUID->"6ec6d328-2a22-48d5-8499-d3c9b1ecdf68"]} + }],ExpressionUUID->"36a54432-e9c3-4871-90ef-d710d690bbda"]} }]], "Usage", CellID->870619648,ExpressionUUID->"14bb5ce4-63d8-48f2-a3e7-67c77e41eb2c"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d44f641-3e70-4096-9c45-99016db7305b"], + ExpressionUUID->"df846b5d-e056-49c7-8ab2-cbb78785936e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"57570cb7-c12a-4220-a52c-903fcb1f5d3a"], + "Spacer1"]],ExpressionUUID->"a2f94b2b-06d9-42fa-995c-5a32b5156eaf"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d91b1ff3-0c5b-4921-94ba-c67826ab46c6"], + }], "NotesFrameText",ExpressionUUID->"21bce7fc-b1aa-4bda-903c-ea11737b993c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6a263d1e-20fb-4141-905b-336d5ddd4bad"]], \ + "Preemptive"]],ExpressionUUID->"9475ce33-2610-4605-adff-4e92421537c9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1324611985,ExpressionUUID->"2fc1043f-4f0a-485d-aecc-97308a3ad84c"], + CellID->486188008,ExpressionUUID->"2f006b0e-7c64-4373-b1f2-dcdd1fa0d2b4"], Cell[TextData[{ "The input expression ", @@ -360,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"47e16aba-7bb4-44f9-8d72-c8ddd354d935"], + ExpressionUUID->"7453d3db-ac9b-4058-aa94-cd79d79d7cf7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"96f60d5a-e252-45c4-ab93-dfae31838b68"], + "Spacer1"]],ExpressionUUID->"e519e3ce-8d86-49c3-8fc0-5c3f5fee9f3f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a0196591-eef5-491f-8b76-96c78f82bcf2"] + "3d54e5ca-4ef0-4939-8324-65e35c75f50f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->949718955,ExpressionUUID->"9439f7db-c90d-4c2f-ba2d-9c5cf7a24bde"], + CellID->1707725155,ExpressionUUID->"0c7e7152-6059-42f6-b576-ee3c4d4f0904"], Cell[CellGroupData[{ @@ -401,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8e75a0c4-4f20-4001-adcb-f05398f61d2e"], + ExpressionUUID->"855a85e6-5b39-49fb-8140-2a90b51f9b26"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1ba89c8-daeb-43f3-8d75-0e36b88d3a7f"], + "Spacer1"]],ExpressionUUID->"7e516a3f-a4d3-4c81-a5af-95f47ac9a34c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4a0f317f-ae9b-41a1-960d-72a57c9f607e"] + "9d94c1dd-e703-4742-a25b-a1cd892ff92d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->131312846,ExpressionUUID->"9c0faa5b-d6a8-4840-928d-fb15de5ac66b"], + CellID->200148520,ExpressionUUID->"2706a474-dc55-4916-8d37-28f82ed27cc1"], Cell["Loading the package:", "ExampleText", CellID->377611433,ExpressionUUID->"f2ae3395-a9c2-4dcc-8a5d-7eedd83f1bc3"], @@ -580,8 +585,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -729,15 +732,15 @@ Cell[BoxData[GridBox[{ "efee12bc-1522-4faa-9297-ce06d551ea6f"] }], "SeeAlso",ExpressionUUID->"59c9361e-b801-467f-b2b4-e036d0301522"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"606b80bf-e5b0-4964-a13e-\ -22925dcd1849"], + }]], "SeeAlsoSection",ExpressionUUID->"fe3ec03c-0571-476f-b962-\ +18e72a61f5a3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -749,9 +752,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5d6540ce-0e27-4dd0-9a16-281526e0cca1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"90c571fa-ac77-47ec-b6ea-\ -63b3b09dcfd9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6db97490-2917-46eb-820a-\ +3e680ec90f20"], Cell[BoxData[GridBox[{ { @@ -768,7 +770,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3377d851-c330-4e6a-b210-b3377387aea5"]}]}, + "ae6d2609-00dc-48a2-860d-23216085bf7e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -776,10 +778,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0321d453-73d7-4d07-ba8a-5f781dee5c39"]}]} + "a10af3b7-deb3-4455-92b0-21f2d3a6abf8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c57a9f96-ddd4-4bb1-912c-\ -bea097430315"], + }]], "MoreAboutSection",ExpressionUUID->"81c64f03-6d6b-4eb3-b782-\ +192c760e611e"], Cell[BoxData[GridBox[{ { @@ -806,7 +808,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "becc3c38-4fd7-4031-882c-ad7ff15b2d2b"]], "RelatedLinks", + "7cad14ed-135c-4dba-b11b-44db3ca16c75"]], "RelatedLinks", ExpressionUUID->"068d07df-8b83-4d41-b0bf-5f2782878de8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -823,11 +825,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d505ec41-e4fb-47c3-b3a3-21ed9ea21a46"]], "RelatedLinks", + "c3c527af-76b7-4c34-854a-82cd98037918"]], "RelatedLinks", ExpressionUUID->"3ffaa219-5b48-4e31-acbc-df1f4fda686d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4b586733-a40b-411a-8d76-\ -71b3ab30d145"], + }]], "RelatedLinksSection",ExpressionUUID->"f2ee2de2-6061-4ada-9722-\ +549a40ecd87e"], Cell[CellGroupData[{ @@ -857,11 +859,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8e04aec6-89aa-4596-a88f-7dccc5f5f09e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"fe502fbf-5cb5-433d-9079-33d5720f7e9c"] +Cell[" ", "FooterCell",ExpressionUUID->"0467bb44-8ad4-4d43-b1c4-58bbd925b2e4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SemiConvexQ", TaggingRules->{ @@ -872,17 +874,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 17.767026}", + "built" -> "{2024, 6, 3, 16, 55, 18.925446}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SemiConvexQ[game] checks if the TU game is semi-convex. It returns the \ value 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SemiConvexQ", "titlemodifier" -> "", "windowtitle" -> "SemiConvexQ", - "type" -> "Symbol", "uri" -> "TUG/ref/SemiConvexQ"}}, + "SemiConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SemiConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/SemiConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -891,9 +894,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"efab38f8-b59d-4081-abfc-c9ac572893d9" +ExpressionUUID->"08093b7f-4d4f-4792-a330-09ccf1ed4136" ] (* End of Notebook Content *) @@ -901,125 +904,123 @@ ExpressionUUID->"efab38f8-b59d-4081-abfc-c9ac572893d9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12957, 337, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9439f7db-c90d-4c2f-ba2d-9c5cf7a24bde", + Cell[13011, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c7e7152-6059-42f6-b576-ee3c4d4f0904", CellTags->"PrimaryExamplesSection", - CellID->949718955]} + CellID->1707725155]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33326, 902} + {"PrimaryExamplesSection", 33370, 905} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7072, 168, 56, "AnchorBarGrid",ExpressionUUID->"090b1c18-2c7a-48d5-a65f-30473e85f2d8", +Cell[583, 21, 7127, 173, 57, "AnchorBarGrid",ExpressionUUID->"a841a4b9-f029-4f3f-95b0-457a89dd5315", CellID->1], -Cell[7658, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"92846b59-258a-4af3-bcaf-7df526aa4280"], +Cell[7713, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"00e97da5-18b6-4c1c-ae98-8cdd699b2252"], Cell[CellGroupData[{ -Cell[7769, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"af9756f7-bdfb-435a-b4eb-5c4a7341b806"], -Cell[9057, 232, 491, 10, 111, "Usage",ExpressionUUID->"14bb5ce4-63d8-48f2-a3e7-67c77e41eb2c", +Cell[7824, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"343e6815-7103-4204-ad60-1b362504fad0"], +Cell[9112, 237, 491, 10, 111, "Usage",ExpressionUUID->"14bb5ce4-63d8-48f2-a3e7-67c77e41eb2c", CellID->870619648] }, Open ]], Cell[CellGroupData[{ -Cell[9585, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"2fc1043f-4f0a-485d-aecc-97308a3ad84c", +Cell[9640, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"2f006b0e-7c64-4373-b1f2-dcdd1fa0d2b4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1324611985], -Cell[11483, 296, 515, 12, 57, "Notes",ExpressionUUID->"1487a729-9f7a-4e31-8646-a13fa3669bf1", + CellID->486188008], +Cell[11537, 301, 515, 12, 57, "Notes",ExpressionUUID->"1487a729-9f7a-4e31-8646-a13fa3669bf1", CellID->1014199156], -Cell[12001, 310, 489, 12, 37, "Notes",ExpressionUUID->"35477a73-6e26-4d9e-8d0a-a69ff36170e6", +Cell[12055, 315, 489, 12, 38, "Notes",ExpressionUUID->"35477a73-6e26-4d9e-8d0a-a69ff36170e6", CellID->177724765], -Cell[12493, 324, 185, 4, 36, "Notes",ExpressionUUID->"e7c9b8c6-79ea-443c-b2db-53664cd8a202", +Cell[12547, 329, 185, 4, 36, "Notes",ExpressionUUID->"e7c9b8c6-79ea-443c-b2db-53664cd8a202", CellID->1201975049], -Cell[12681, 330, 149, 1, 36, "Notes",ExpressionUUID->"111a82e2-1277-4ed5-868d-d0241a107580", +Cell[12735, 335, 149, 1, 36, "Notes",ExpressionUUID->"111a82e2-1277-4ed5-868d-d0241a107580", CellID->1141310204] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12957, 337, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9439f7db-c90d-4c2f-ba2d-9c5cf7a24bde", +Cell[13011, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c7e7152-6059-42f6-b576-ee3c4d4f0904", CellTags->"PrimaryExamplesSection", - CellID->949718955], + CellID->1707725155], Cell[CellGroupData[{ -Cell[14402, 378, 1398, 36, 30, "ExampleSection",ExpressionUUID->"9c0faa5b-d6a8-4840-928d-fb15de5ac66b", - CellID->131312846], -Cell[15803, 416, 118, 1, 38, "ExampleText",ExpressionUUID->"f2ae3395-a9c2-4dcc-8a5d-7eedd83f1bc3", +Cell[14457, 383, 1398, 36, 30, "ExampleSection",ExpressionUUID->"2706a474-dc55-4916-8d37-28f82ed27cc1", + CellID->200148520], +Cell[15858, 421, 118, 1, 39, "ExampleText",ExpressionUUID->"f2ae3395-a9c2-4dcc-8a5d-7eedd83f1bc3", CellID->377611433], Cell[CellGroupData[{ -Cell[15946, 421, 168, 3, 27, "Input",ExpressionUUID->"ef00c46f-3794-47b5-b8ac-aedd0fc5e219", +Cell[16001, 426, 168, 3, 27, "Input",ExpressionUUID->"ef00c46f-3794-47b5-b8ac-aedd0fc5e219", CellID->1852880354], Cell[CellGroupData[{ -Cell[16139, 428, 235, 4, 23, "Print",ExpressionUUID->"7cb7b689-16eb-4c28-a101-cd2aa10e2e75", +Cell[16194, 433, 235, 4, 23, "Print",ExpressionUUID->"7cb7b689-16eb-4c28-a101-cd2aa10e2e75", CellID->594428510], -Cell[16377, 434, 364, 8, 23, "Print",ExpressionUUID->"70d03557-fe93-42e4-99d3-8e98beb0b1b2", +Cell[16432, 439, 364, 8, 23, "Print",ExpressionUUID->"70d03557-fe93-42e4-99d3-8e98beb0b1b2", CellID->205402616], -Cell[16744, 444, 235, 4, 23, "Print",ExpressionUUID->"07147344-5058-4720-a9cb-4b73c7515361", +Cell[16799, 449, 235, 4, 23, "Print",ExpressionUUID->"07147344-5058-4720-a9cb-4b73c7515361", CellID->453763150], -Cell[16982, 450, 218, 3, 23, "Print",ExpressionUUID->"8605734f-8f10-4754-a111-64fb513bc9fa", +Cell[17037, 455, 218, 3, 23, "Print",ExpressionUUID->"8605734f-8f10-4754-a111-64fb513bc9fa", CellID->43700639], -Cell[17203, 455, 206, 3, 23, "Print",ExpressionUUID->"c54914b4-e723-49b0-a0ec-22e2f9e160c9", +Cell[17258, 460, 206, 3, 23, "Print",ExpressionUUID->"c54914b4-e723-49b0-a0ec-22e2f9e160c9", CellID->450051666], -Cell[17412, 460, 237, 4, 23, "Print",ExpressionUUID->"a1f1b983-f9e3-4dfe-93e8-f410a0cdb419", +Cell[17467, 465, 237, 4, 23, "Print",ExpressionUUID->"a1f1b983-f9e3-4dfe-93e8-f410a0cdb419", CellID->1949842033], -Cell[17652, 466, 220, 3, 23, "Print",ExpressionUUID->"ab04772d-85b2-4c7f-b776-53f7927a1e7c", +Cell[17707, 471, 220, 3, 23, "Print",ExpressionUUID->"ab04772d-85b2-4c7f-b776-53f7927a1e7c", CellID->1686735597], -Cell[17875, 471, 235, 4, 23, "Print",ExpressionUUID->"2e22ce70-90fd-4e42-a01e-d83c1d0934af", +Cell[17930, 476, 235, 4, 23, "Print",ExpressionUUID->"2e22ce70-90fd-4e42-a01e-d83c1d0934af", CellID->130265800], -Cell[18113, 477, 235, 4, 23, "Print",ExpressionUUID->"0d9fe713-1906-4eff-89df-d75f0c55779b", +Cell[18168, 482, 235, 4, 23, "Print",ExpressionUUID->"0d9fe713-1906-4eff-89df-d75f0c55779b", CellID->868463857], -Cell[18351, 483, 206, 3, 23, "Print",ExpressionUUID->"495a18d8-b60d-4e7e-958e-90debbfca09a", +Cell[18406, 488, 206, 3, 23, "Print",ExpressionUUID->"495a18d8-b60d-4e7e-958e-90debbfca09a", CellID->767618959], -Cell[18560, 488, 236, 4, 23, "Print",ExpressionUUID->"cfa83c9d-6f64-4ca6-88b0-04afceca6bcc", +Cell[18615, 493, 236, 4, 23, "Print",ExpressionUUID->"cfa83c9d-6f64-4ca6-88b0-04afceca6bcc", CellID->1887321640] }, Open ]] }, Open ]], -Cell[18823, 496, 136, 1, 70, "ExampleText",ExpressionUUID->"b2a809af-0187-46f9-b808-cc01534a7aa4", +Cell[18878, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"b2a809af-0187-46f9-b808-cc01534a7aa4", CellID->732908937], -Cell[18962, 499, 235, 6, 70, "Input",ExpressionUUID->"faee6c48-cece-476a-908f-4a56fb794c05", +Cell[19017, 504, 235, 6, 70, "Input",ExpressionUUID->"faee6c48-cece-476a-908f-4a56fb794c05", CellID->1370317172], Cell[CellGroupData[{ -Cell[19222, 509, 414, 9, 70, "Input",ExpressionUUID->"c30ce503-605c-42c4-a9a2-79170ced989c", +Cell[19277, 514, 414, 9, 70, "Input",ExpressionUUID->"c30ce503-605c-42c4-a9a2-79170ced989c", CellID->1082709229], -Cell[19639, 520, 407, 9, 36, "Output",ExpressionUUID->"3ed10c43-5437-4265-be17-5f0d64586218", +Cell[19694, 525, 407, 9, 36, "Output",ExpressionUUID->"3ed10c43-5437-4265-be17-5f0d64586218", CellID->426790393] }, Open ]], -Cell[20061, 532, 237, 6, 70, "Input",ExpressionUUID->"da8735ba-d1a9-4e74-8930-11ff15675415", +Cell[20116, 537, 237, 6, 70, "Input",ExpressionUUID->"da8735ba-d1a9-4e74-8930-11ff15675415", CellID->688730216], -Cell[20301, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"2bf7f278-b697-4e1e-b2f1-3281a0d04ef3", +Cell[20356, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"2bf7f278-b697-4e1e-b2f1-3281a0d04ef3", CellID->367510546], Cell[CellGroupData[{ -Cell[20516, 548, 169, 3, 70, "Input",ExpressionUUID->"c3edf6b3-c8d1-4880-a6ad-9b1c3e9bab24", +Cell[20571, 553, 169, 3, 70, "Input",ExpressionUUID->"c3edf6b3-c8d1-4880-a6ad-9b1c3e9bab24", CellID->2089413507], -Cell[20688, 553, 173, 4, 36, "Output",ExpressionUUID->"892f0e9f-44a0-4684-a6d0-e1fe9f2fb4de", +Cell[20743, 558, 173, 4, 36, "Output",ExpressionUUID->"892f0e9f-44a0-4684-a6d0-e1fe9f2fb4de", CellID->1139723151] }, Open ]], -Cell[20876, 560, 135, 1, 70, "ExampleText",ExpressionUUID->"ad1b69d0-3bcc-48cf-97d6-70d802521b93", +Cell[20931, 565, 135, 1, 70, "ExampleText",ExpressionUUID->"ad1b69d0-3bcc-48cf-97d6-70d802521b93", CellID->1204413160], Cell[CellGroupData[{ -Cell[21036, 565, 169, 3, 70, "Input",ExpressionUUID->"c756d5b5-4994-4a39-927e-c852f095fcc8", +Cell[21091, 570, 169, 3, 70, "Input",ExpressionUUID->"c756d5b5-4994-4a39-927e-c852f095fcc8", CellID->1844566372], -Cell[21208, 570, 160, 3, 36, "Output",ExpressionUUID->"e4e23eaf-7534-47c3-b4f5-0d560574585e", +Cell[21263, 575, 160, 3, 36, "Output",ExpressionUUID->"e4e23eaf-7534-47c3-b4f5-0d560574585e", CellID->1846114735] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21665, 587, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"fe3ec03c-0571-476f-b962-18e72a61f5a3"], +Cell[27117, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6db97490-2917-46eb-820a-3e680ec90f20"], +Cell[27790, 757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"81c64f03-6d6b-4eb3-b782-192c760e611e"], +Cell[28826, 785, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"f2ee2de2-6061-4ada-9722-549a40ecd87e"], Cell[CellGroupData[{ -Cell[21632, 584, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"606b80bf-e5b0-4964-a13e-22925dcd1849"], -Cell[27084, 734, 670, 18, 70, "TechNotesSection",ExpressionUUID->"90c571fa-ac77-47ec-b6ea-63b3b09dcfd9"] -}, Open ]], -Cell[27769, 755, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c57a9f96-ddd4-4bb1-912c-bea097430315"], -Cell[28805, 783, 1576, 46, 70, "RelatedLinksSection",ExpressionUUID->"4b586733-a40b-411a-8d76-71b3ab30d145"], -Cell[CellGroupData[{ -Cell[30406, 833, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3ed22313-f9ab-44ae-a8c4-9f6590fd9667", +Cell[30427, 835, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3ed22313-f9ab-44ae-a8c4-9f6590fd9667", CellID->174251628], -Cell[30546, 836, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b475c53-d4cd-4de3-980e-f7b2ecd67211", +Cell[30567, 838, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9b475c53-d4cd-4de3-980e-f7b2ecd67211", CellID->1194386356], -Cell[30768, 842, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"69fc5947-e86b-4cbe-8e51-1636484af00e", +Cell[30789, 844, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"69fc5947-e86b-4cbe-8e51-1636484af00e", CellID->1641706272], -Cell[30983, 847, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1215d1e-2c4d-4aba-ac37-1317befa49ba", +Cell[31004, 849, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f1215d1e-2c4d-4aba-ac37-1317befa49ba", CellID->399251956], -Cell[31212, 853, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e04aec6-89aa-4596-a88f-7dccc5f5f09e", +Cell[31233, 855, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8e04aec6-89aa-4596-a88f-7dccc5f5f09e", CellID->821434655] }, Open ]], -Cell[31449, 859, 78, 0, 70, "FooterCell",ExpressionUUID->"fe502fbf-5cb5-433d-9079-33d5720f7e9c"] +Cell[31470, 861, 78, 0, 70, "FooterCell",ExpressionUUID->"0467bb44-8ad4-4d43-b1c4-58bbd925b2e4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SetGameToNonZeroMonotonic.nb b/Documentation/English/ReferencePages/Symbols/SetGameToNonZeroMonotonic.nb index e3748aa..1ca6e3d 100644 --- a/Documentation/English/ReferencePages/Symbols/SetGameToNonZeroMonotonic.nb +++ b/Documentation/English/ReferencePages/Symbols/SetGameToNonZeroMonotonic.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45304, 1176] -NotebookOptionsPosition[ 36266, 996] -NotebookOutlinePosition[ 38565, 1052] -CellTagsIndexPosition[ 38479, 1047] +NotebookDataLength[ 45331, 1177] +NotebookOptionsPosition[ 36306, 999] +NotebookOutlinePosition[ 38623, 1055] +CellTagsIndexPosition[ 38537, 1050] WindowTitle->SetGameToNonZeroMonotonic WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "a117bec8-603a-4d57-a0c0-37b0351b6904"], + "ae7bb37f-b6ee-42ae-9d34-ff15cf2c9a73"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "eb789575-8c19-4696-90a6-79f7c650745b"], + "8eb14e8a-f59c-48cd-8b50-3f022a2e9158"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b65334b3-25b7-4902-b2ba-f51b0c320c47"] - }],ExpressionUUID->"f9062802-b5bd-4cf5-8d6d-1513917c8a4e"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f28de3ed-98a6-494c-b77e-6dc84efa592f"] + }],ExpressionUUID->"22005b84-48ce-4199-b9a8-5dec9ff7a29d"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fc93a58d-1fe5-4492-bfb9-318c8c59034e"], + "aced5f6b-54d9-4e9c-9173-e9604662dc0c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d9df66dc-3133-47ba-b334-f3b459443569"] - }],ExpressionUUID->"bed8a29b-e566-45ba-852f-2cc4ba3780e2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d43df8ba-bfd6-4532-ada7-db7903011a61"] + }],ExpressionUUID->"7a5d1a51-fe79-422e-818a-2a50d9998ff0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f394ea1b-8e27-47e6-922b-5f9083f9c1bf"], + "13876aad-505c-46ba-89b8-9ca44b92a073"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e778a7e7-876b-4bf5-82ba-9dadce53b7ee"] - }],ExpressionUUID->"69e00599-7461-4019-973d-4e92554fddc6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cc39f14d-dd7a-467b-8f4b-8520a2c8f844"] + }],ExpressionUUID->"040d989c-ea73-4908-9195-4bb827c6e326"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5930b359-a116-48bc-b59f-e7ba917fc13d"], + "23ae7f91-1508-40c6-87ae-4576c5ddc658"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e3a434cf-d77a-4743-a966-32ea5b5936c9"] - }],ExpressionUUID->"128dd077-696c-486d-828b-360ee71c9048"], - StripOnInput->False], {"\<\"TUG/ref/SetGameToNonZeroMonotonic\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SetGameToNonZeroMonotonic"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8e497bbc-aa8c-44a8-8d20-d32a71e4d801"] + }],ExpressionUUID->"e6ec71ad-f9bd-4d8d-9057-0645d8334c3e"], + StripOnInput->False],{ + "\"TUG/ref/SetGameToNonZeroMonotonic\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SetGameToNonZeroMonotonic"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SetGameToNonZeroMonotonic.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$170702], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SetGameToNonZeroMonotonic" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$184687], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SetGameToNonZeroMonotonic" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "20845f6c-2e74-4f0e-880d-65efffe7ff80"] + "08ea3f47-83a3-481e-a7e8-0751c5fdc38c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6e8b389a-a82b-4b1d-a112-a4206e0cc6c4"]} + "05c0b506-9631-4456-9036-b2335d554487"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"adcc1405-5aae-4153-b357-fdc5622a36f3"], + CellID->1,ExpressionUUID->"f009f119-218d-4941-a321-7cd77fa097d6"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"bd400293-544f-47e6-90df-13e46af1dcf0"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6899cdd6-09ef-4b1a-803e-47fa614a8ac5"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SetGameToNonZeroMonotonic", "ObjectName",ExpressionUUID-> - "74537040-afe0-41c7-9850-57abad1b0401"], + "da89069a-1064-4b3f-9bdb-d8c1c9f9d7ff"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6ab4dcc8-114e-44b8-b05e-0a4b923f4097"], + "Spacer1"]],ExpressionUUID->"e9142388-0394-4d8f-81e8-345446f3a2e3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "924e4421-eb96-4ef8-9522-ab3fb92b3a47"] - }],ExpressionUUID->"be78f6ae-fc7f-4ecb-9723-c07c32cb1369"], Cell[BoxData[ + "8bda486a-e64c-4642-a912-034acc4a8918"] + }],ExpressionUUID->"43b4c195-a163-4faf-aeef-bbddd5bd19f8"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6c40aae3-991b-42ab-8744-3f08aceac847"]} + "3671b1d4-d2e6-4e8f-9df5-2d4800bf7bc0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6e61977c-fdf0-4a29-8ce2-e8212051b4ff"], + CacheGraphics->False,ExpressionUUID->"d9ad4e28-fef5-4585-a885-6f8949470445"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ to find a kernel element for a non zero-monotonic game. Switching this option \ on, it is possible to search for additional kernel element for \ non-zero-monotonic games." - }],ExpressionUUID->"f2ee0fc0-5969-4172-ae46-0e968881fa85"]} + }],ExpressionUUID->"d6f35c41-0f79-4ac2-8a22-16783f568b20"]} }]], "Usage", CellID->780915302,ExpressionUUID->"7c13ed50-109d-4cac-9bd9-ef14f6d798dc"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"510de615-65aa-498d-9e88-47210ee61afc"], + ExpressionUUID->"3e57beea-4cb6-4442-9033-ec562a973335"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7ad72aee-c8ca-4da0-b59e-16105377855d"], + "Spacer1"]],ExpressionUUID->"7a445270-a64c-4df3-9145-2300aa8df406"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e2140b90-1f07-4c2a-87f5-d423acbd6f6f"], + }], "NotesFrameText",ExpressionUUID->"c66d0784-5332-474a-955a-158665f68f99"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"941be314-6f98-4d24-9730-9820910a04e6"]], \ + "Preemptive"]],ExpressionUUID->"7e6ddb16-1bb0-4f8e-82b4-a3336e9a6614"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->848185171,ExpressionUUID->"5ec24925-e8ee-45bc-8b10-fbebf9d7dba6"], + CellID->1821547292,ExpressionUUID->"87fc1aa6-3502-4f6a-b17a-a7471372c6ec"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -343,19 +349,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4b41c8fd-7db1-4db2-9a97-003e96c87451"], + ExpressionUUID->"d1b7fc3c-3146-4076-a661-e856738730e4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ac7431f1-4ce5-47e6-98b1-c4847f3f3a44"], + "Spacer1"]],ExpressionUUID->"ad803b19-b2c1-4f7e-95ae-8a7b49786ca7"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9873b232-16ba-4035-919e-1311eeca40e0"] + "d2d34a1d-4d6c-4bc3-997e-193087d535a4"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->343134172,ExpressionUUID->"8fe632d7-0651-4028-8313-ea0d6757a59d"], + CellID->463433820,ExpressionUUID->"2ceab300-d547-40f5-ad00-993f414b9ff1"], Cell[CellGroupData[{ @@ -384,18 +390,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4cccd9d5-1e46-47c1-b11c-65ab589ab90c"], + ExpressionUUID->"160d46af-62d7-4949-84b1-b99ab6155126"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a8454aaa-6261-4e7f-ad62-8dbdb571b6a1"], + "Spacer1"]],ExpressionUUID->"cbbe5959-3205-4617-9cb6-4db3e8d4018f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ab8247b7-8c6a-4ee9-898a-0e12d068997e"] + "a0bac141-6bde-4e5c-b515-de813538773d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->62378156,ExpressionUUID->"837c50de-c28a-4734-86ec-3ada1c72e786"], + CellID->441238132,ExpressionUUID->"44c47507-5287-42a1-9cf6-ea010104863f"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"e5e17606-174a-41d0-87c1-51dadc0969e1"], @@ -732,8 +738,6 @@ Though turning the option on does not return a different kernel element.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -881,15 +885,15 @@ Cell[BoxData[GridBox[{ "b020263c-21b8-4b80-917c-410d02754427"] }], "SeeAlso",ExpressionUUID->"d5cd1e99-9655-4ff1-a9e6-37ccb6115cb6"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9e0b4f8b-c5ae-4cac-a193-\ -02e5b647c2d6"], + }]], "SeeAlsoSection",ExpressionUUID->"c477eefd-65ea-4652-a93b-\ +d82557ab76e4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -901,9 +905,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"749fb54c-6d7c-4792-b0f9-ab25f8b3bf09"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"91ec7ad8-81ee-44d3-a9e7-\ -6733a0c183f6"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"ca41d4c9-f9fd-4f07-abc4-\ +9c9febcb7200"], Cell[BoxData[GridBox[{ { @@ -920,7 +923,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "58bd13a1-3634-4164-b487-28d157b3c820"]}]}, + "fbd4c265-78be-40f8-90c5-6582e5717aff"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -928,10 +931,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "35b57e94-92b9-446b-bbd3-fc095726791a"]}]} + "a5c2cb37-8c8d-42b4-b39c-e481a23ecea4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b2e550fe-845d-4f03-8948-\ -afcf33515207"], + }]], "MoreAboutSection",ExpressionUUID->"5d96c45c-a98b-4064-9aa6-\ +f8da89c7ff9f"], Cell[BoxData[GridBox[{ { @@ -958,11 +961,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c2eb0485-3928-4a7e-8311-3629ac036622"]], "RelatedLinks", + "4e7e6bc7-2c0a-4373-8d20-431615bc6c97"]], "RelatedLinks", ExpressionUUID->"d5f8b534-ab91-4a47-80cd-c7ed60005b3b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"04a0278b-7260-4650-bae7-\ -fbf42d7bbb25"], + }]], "RelatedLinksSection",ExpressionUUID->"acb95dbf-0e76-404c-889d-\ +b06d0dab8536"], Cell[CellGroupData[{ @@ -992,11 +995,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ce5dee25-6062-4c5a-a759-322c767afa7e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"83292ca0-4491-41ef-8110-e06bcdfcb023"] +Cell[" ", "FooterCell",ExpressionUUID->"ec2487b9-5e1c-4f40-af86-a77b2b455295"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SetGameToNonZeroMonotonic", TaggingRules->{ @@ -1007,7 +1010,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 19.229054}", + "built" -> "{2024, 6, 3, 16, 55, 19.632439}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1017,10 +1020,10 @@ KernelCalculation to find a kernel element for a non zero-monotonic game. \ Switching this option on, it is possible to search for additional kernel \ element for non-zero-monotonic games.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SetGameToNonZeroMonotonic", "titlemodifier" -> "", - "windowtitle" -> "SetGameToNonZeroMonotonic", "type" -> "Symbol", "uri" -> - "TUG/ref/SetGameToNonZeroMonotonic"}}, + "metadescription" -> "", "windowtitle" -> "SetGameToNonZeroMonotonic", + "type" -> "Symbol", "uri" -> "TUG/ref/SetGameToNonZeroMonotonic"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1029,9 +1032,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4f822348-b8f4-439c-9d0b-6ed822b7e1fa" +ExpressionUUID->"67ec55c0-454f-4b59-b3d4-c6fa025b2ceb" ] (* End of Notebook Content *) @@ -1039,145 +1042,143 @@ ExpressionUUID->"4f822348-b8f4-439c-9d0b-6ed822b7e1fa" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12535, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8fe632d7-0651-4028-8313-ea0d6757a59d", + Cell[12608, 326, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2ceab300-d547-40f5-ad00-993f414b9ff1", CellTags->"PrimaryExamplesSection", - CellID->343134172]} + CellID->463433820]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38279, 1040} + {"PrimaryExamplesSection", 38337, 1043} } *) (*NotebookFileOutline Notebook[{ -Cell[597, 21, 7177, 168, 56, "AnchorBarGrid",ExpressionUUID->"adcc1405-5aae-4153-b357-fdc5622a36f3", +Cell[597, 21, 7249, 174, 57, "AnchorBarGrid",ExpressionUUID->"f009f119-218d-4941-a321-7cd77fa097d6", CellID->1], -Cell[7777, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"bd400293-544f-47e6-90df-13e46af1dcf0"], +Cell[7849, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6899cdd6-09ef-4b1a-803e-47fa614a8ac5"], Cell[CellGroupData[{ -Cell[7888, 195, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"6e61977c-fdf0-4a29-8ce2-e8212051b4ff"], -Cell[9190, 232, 618, 11, 132, "Usage",ExpressionUUID->"7c13ed50-109d-4cac-9bd9-ef14f6d798dc", +Cell[7960, 201, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"d9ad4e28-fef5-4585-a885-6f8949470445"], +Cell[9262, 238, 618, 11, 131, "Usage",ExpressionUUID->"7c13ed50-109d-4cac-9bd9-ef14f6d798dc", CellID->780915302] }, Open ]], Cell[CellGroupData[{ -Cell[9845, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"5ec24925-e8ee-45bc-8b10-fbebf9d7dba6", +Cell[9917, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"87fc1aa6-3502-4f6a-b17a-a7471372c6ec", CellGroupingRules->{"SectionGrouping", 50}, - CellID->848185171], -Cell[11742, 297, 489, 12, 37, "Notes",ExpressionUUID->"a9ab35ad-f8b0-4226-8e98-41724d6e757f", + CellID->1821547292], +Cell[11815, 303, 489, 12, 38, "Notes",ExpressionUUID->"a9ab35ad-f8b0-4226-8e98-41724d6e757f", CellID->177724765], -Cell[12234, 311, 174, 3, 36, "Notes",ExpressionUUID->"f8735dd6-cc08-4dfa-8543-a1b6efc50ad0", +Cell[12307, 317, 174, 3, 36, "Notes",ExpressionUUID->"f8735dd6-cc08-4dfa-8543-a1b6efc50ad0", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12535, 320, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8fe632d7-0651-4028-8313-ea0d6757a59d", +Cell[12608, 326, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2ceab300-d547-40f5-ad00-993f414b9ff1", CellTags->"PrimaryExamplesSection", - CellID->343134172], + CellID->463433820], Cell[CellGroupData[{ -Cell[13980, 361, 1397, 36, 30, "ExampleSection",ExpressionUUID->"837c50de-c28a-4734-86ec-3ada1c72e786", - CellID->62378156], -Cell[15380, 399, 119, 1, 38, "ExampleText",ExpressionUUID->"e5e17606-174a-41d0-87c1-51dadc0969e1", +Cell[14053, 367, 1398, 36, 30, "ExampleSection",ExpressionUUID->"44c47507-5287-42a1-9cf6-ea010104863f", + CellID->441238132], +Cell[15454, 405, 119, 1, 39, "ExampleText",ExpressionUUID->"e5e17606-174a-41d0-87c1-51dadc0969e1", CellID->1849160940], Cell[CellGroupData[{ -Cell[15524, 404, 168, 3, 27, "Input",ExpressionUUID->"b3eba976-070b-4c7f-a964-ba18ace3a732", +Cell[15598, 410, 168, 3, 27, "Input",ExpressionUUID->"b3eba976-070b-4c7f-a964-ba18ace3a732", CellID->1331667294], Cell[CellGroupData[{ -Cell[15717, 411, 234, 4, 23, "Print",ExpressionUUID->"c40027a4-f35a-4cbf-be4f-78affeb41fae", +Cell[15791, 417, 234, 4, 23, "Print",ExpressionUUID->"c40027a4-f35a-4cbf-be4f-78affeb41fae", CellID->32528856], -Cell[15954, 417, 365, 8, 23, "Print",ExpressionUUID->"5c99569c-cb91-4e75-bd90-9d42bc6d4dbb", +Cell[16028, 423, 365, 8, 23, "Print",ExpressionUUID->"5c99569c-cb91-4e75-bd90-9d42bc6d4dbb", CellID->1002052915], -Cell[16322, 427, 235, 4, 23, "Print",ExpressionUUID->"6bfaddd7-5c89-49a9-9bb7-80363311d110", +Cell[16396, 433, 235, 4, 23, "Print",ExpressionUUID->"6bfaddd7-5c89-49a9-9bb7-80363311d110", CellID->406402243], -Cell[16560, 433, 219, 3, 23, "Print",ExpressionUUID->"35020498-8cb3-4d33-b5b5-3680288ebcfe", +Cell[16634, 439, 219, 3, 23, "Print",ExpressionUUID->"35020498-8cb3-4d33-b5b5-3680288ebcfe", CellID->781494279], -Cell[16782, 438, 207, 3, 23, "Print",ExpressionUUID->"89b852ab-0965-437a-9569-c00a6cd0bdc0", +Cell[16856, 444, 207, 3, 23, "Print",ExpressionUUID->"89b852ab-0965-437a-9569-c00a6cd0bdc0", CellID->1978326689], -Cell[16992, 443, 237, 4, 23, "Print",ExpressionUUID->"9167a9e9-a68b-405b-9263-46b2d8337dae", +Cell[17066, 449, 237, 4, 23, "Print",ExpressionUUID->"9167a9e9-a68b-405b-9263-46b2d8337dae", CellID->1342620920], -Cell[17232, 449, 220, 3, 23, "Print",ExpressionUUID->"ba64befc-60a1-49df-aef9-5736cf12b56f", +Cell[17306, 455, 220, 3, 23, "Print",ExpressionUUID->"ba64befc-60a1-49df-aef9-5736cf12b56f", CellID->2068133730], -Cell[17455, 454, 236, 4, 23, "Print",ExpressionUUID->"2b48fb2e-db0e-4c6c-b398-a9421e1b87fa", +Cell[17529, 460, 236, 4, 23, "Print",ExpressionUUID->"2b48fb2e-db0e-4c6c-b398-a9421e1b87fa", CellID->1033766529], -Cell[17694, 460, 235, 4, 23, "Print",ExpressionUUID->"3e498ef9-89fc-40db-a1eb-697b89c3da21", +Cell[17768, 466, 235, 4, 23, "Print",ExpressionUUID->"3e498ef9-89fc-40db-a1eb-697b89c3da21", CellID->754845151], -Cell[17932, 466, 207, 3, 23, "Print",ExpressionUUID->"81ce06fb-5b2a-4848-b8e4-e9ad80fe42d7", +Cell[18006, 472, 207, 3, 23, "Print",ExpressionUUID->"81ce06fb-5b2a-4848-b8e4-e9ad80fe42d7", CellID->1904460607], -Cell[18142, 471, 235, 4, 23, "Print",ExpressionUUID->"f4a8a656-36cf-4575-945a-d89d3d96fa6d", +Cell[18216, 477, 235, 4, 23, "Print",ExpressionUUID->"f4a8a656-36cf-4575-945a-d89d3d96fa6d", CellID->941595436] }, Open ]] }, Open ]], -Cell[18404, 479, 136, 1, 38, "ExampleText",ExpressionUUID->"da7609f6-a93a-4246-8e6c-2d6c2d42c7e8", +Cell[18478, 485, 136, 1, 39, "ExampleText",ExpressionUUID->"da7609f6-a93a-4246-8e6c-2d6c2d42c7e8", CellID->768347684], -Cell[18543, 482, 234, 6, 27, "Input",ExpressionUUID->"5fbafc88-4add-4614-a6f9-cf421f5bb307", +Cell[18617, 488, 234, 6, 27, "Input",ExpressionUUID->"5fbafc88-4add-4614-a6f9-cf421f5bb307", CellID->522990392], -Cell[18780, 490, 381, 9, 70, "Input",ExpressionUUID->"f38d46c1-231a-40b1-8867-fed76eff98c1", +Cell[18854, 496, 381, 9, 27, "Input",ExpressionUUID->"f38d46c1-231a-40b1-8867-fed76eff98c1", CellID->1156709777], -Cell[19164, 501, 238, 6, 70, "Input",ExpressionUUID->"d6411a82-4c8a-4f0b-b820-38e37b5d84ee", +Cell[19238, 507, 238, 6, 70, "Input",ExpressionUUID->"d6411a82-4c8a-4f0b-b820-38e37b5d84ee", CellID->1666299995], -Cell[19405, 509, 432, 7, 70, "ExampleText",ExpressionUUID->"e4a361bd-a692-4d36-b13a-4e6068e8f8ea", +Cell[19479, 515, 432, 7, 70, "ExampleText",ExpressionUUID->"e4a361bd-a692-4d36-b13a-4e6068e8f8ea", CellID->1251707229], Cell[CellGroupData[{ -Cell[19862, 520, 288, 7, 70, "Input",ExpressionUUID->"661e2416-6247-499b-8315-990165139455", +Cell[19936, 526, 288, 7, 70, "Input",ExpressionUUID->"661e2416-6247-499b-8315-990165139455", CellID->907203796], Cell[CellGroupData[{ -Cell[20175, 531, 311, 6, 70, "Print",ExpressionUUID->"4b7b8227-f54e-486c-bed3-ce65ed1d0e20", +Cell[20249, 537, 311, 6, 70, "Print",ExpressionUUID->"4b7b8227-f54e-486c-bed3-ce65ed1d0e20", CellID->727716898], -Cell[20489, 539, 873, 22, 70, "Print",ExpressionUUID->"8498305c-862b-4f14-be4c-5d583374a210", +Cell[20563, 545, 873, 22, 70, "Print",ExpressionUUID->"8498305c-862b-4f14-be4c-5d583374a210", CellID->1065871513] }, Open ]], -Cell[21377, 564, 1089, 31, 81, "Output",ExpressionUUID->"2fbdbf60-5a67-4d17-b668-76d4bf7b675b", +Cell[21451, 570, 1089, 31, 81, "Output",ExpressionUUID->"2fbdbf60-5a67-4d17-b668-76d4bf7b675b", CellID->1599823968] }, Open ]], -Cell[22481, 598, 129, 1, 70, "ExampleText",ExpressionUUID->"fcd0f950-525b-4605-8731-326d46445e00", +Cell[22555, 604, 129, 1, 70, "ExampleText",ExpressionUUID->"fcd0f950-525b-4605-8731-326d46445e00", CellID->1203271183], Cell[CellGroupData[{ -Cell[22635, 603, 287, 7, 70, "Input",ExpressionUUID->"2b3d8e2f-6524-49b5-b6b9-5f1fbaac30b4", +Cell[22709, 609, 287, 7, 70, "Input",ExpressionUUID->"2b3d8e2f-6524-49b5-b6b9-5f1fbaac30b4", CellID->754935762], Cell[CellGroupData[{ -Cell[22947, 614, 311, 6, 70, "Print",ExpressionUUID->"57de0739-5e68-4891-a582-5a1da726118f", +Cell[23021, 620, 311, 6, 70, "Print",ExpressionUUID->"57de0739-5e68-4891-a582-5a1da726118f", CellID->130156280], -Cell[23261, 622, 873, 22, 70, "Print",ExpressionUUID->"509283e5-e345-4b5d-be31-accaaf7b851c", +Cell[23335, 628, 873, 22, 70, "Print",ExpressionUUID->"509283e5-e345-4b5d-be31-accaaf7b851c", CellID->2146318762] }, Open ]], -Cell[24149, 647, 1088, 31, 81, "Output",ExpressionUUID->"bc527c11-bf58-4865-b279-7e73f69c401f", +Cell[24223, 653, 1088, 31, 81, "Output",ExpressionUUID->"bc527c11-bf58-4865-b279-7e73f69c401f", CellID->511284143] }, Open ]], Cell[CellGroupData[{ -Cell[25274, 683, 171, 3, 70, "Input",ExpressionUUID->"303b538b-a5f3-4583-8e9a-5069bbf5f448", +Cell[25348, 689, 171, 3, 70, "Input",ExpressionUUID->"303b538b-a5f3-4583-8e9a-5069bbf5f448", CellID->1267737089], -Cell[25448, 688, 131, 2, 36, "Output",ExpressionUUID->"d52395a1-b67a-4afe-886f-fcdb7e3fc8f4", +Cell[25522, 694, 131, 2, 36, "Output",ExpressionUUID->"d52395a1-b67a-4afe-886f-fcdb7e3fc8f4", CellID->1664884533] }, Open ]], -Cell[25594, 693, 183, 3, 70, "ExampleText",ExpressionUUID->"b2b8b51d-c604-40a0-bac6-0dfa2755b0a0", +Cell[25668, 699, 183, 3, 70, "ExampleText",ExpressionUUID->"b2b8b51d-c604-40a0-bac6-0dfa2755b0a0", CellID->1777516136], Cell[CellGroupData[{ -Cell[25802, 700, 408, 11, 70, "Input",ExpressionUUID->"92446e06-db28-44d0-b133-5f9a96b572fe", +Cell[25876, 706, 408, 11, 70, "Input",ExpressionUUID->"92446e06-db28-44d0-b133-5f9a96b572fe", CellID->948484816], -Cell[26213, 713, 264, 7, 51, "Output",ExpressionUUID->"c1864266-bbce-4b68-9bd3-9e227e7c814e", +Cell[26287, 719, 264, 7, 50, "Output",ExpressionUUID->"c1864266-bbce-4b68-9bd3-9e227e7c814e", CellID->96708608] }, Open ]], -Cell[26492, 723, 179, 3, 70, "ExampleText",ExpressionUUID->"c35c0af9-9315-454d-bde1-75fd5e358a3d", +Cell[26566, 729, 179, 3, 70, "ExampleText",ExpressionUUID->"c35c0af9-9315-454d-bde1-75fd5e358a3d", CellID->1960350919] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[26975, 740, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"c477eefd-65ea-4652-a93b-d82557ab76e4"], +Cell[32475, 890, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ca41d4c9-f9fd-4f07-abc4-9c9febcb7200"], +Cell[33148, 910, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5d96c45c-a98b-4064-9aa6-f8da89c7ff9f"], +Cell[34184, 938, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"acb95dbf-0e76-404c-889d-b06d0dab8536"], Cell[CellGroupData[{ -Cell[26923, 736, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"9e0b4f8b-c5ae-4cac-a193-02e5b647c2d6"], -Cell[32423, 886, 670, 18, 70, "TechNotesSection",ExpressionUUID->"91ec7ad8-81ee-44d3-a9e7-6733a0c183f6"] -}, Open ]], -Cell[33108, 907, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b2e550fe-845d-4f03-8948-afcf33515207"], -Cell[34144, 935, 971, 29, 70, "RelatedLinksSection",ExpressionUUID->"04a0278b-7260-4650-bae7-fbf42d7bbb25"], -Cell[CellGroupData[{ -Cell[35140, 968, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"683f9059-97e6-4be4-8571-159a48700143", +Cell[35180, 971, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"683f9059-97e6-4be4-8571-159a48700143", CellID->1463358955], -Cell[35281, 971, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"76e1c327-2fdb-4c9b-8ef6-b73a9d152a45", +Cell[35321, 974, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"76e1c327-2fdb-4c9b-8ef6-b73a9d152a45", CellID->1194386356], -Cell[35503, 977, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3bba8341-338d-4d95-8077-4d2f2a0329ee", +Cell[35543, 980, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3bba8341-338d-4d95-8077-4d2f2a0329ee", CellID->1641706272], -Cell[35718, 982, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7ecfe26a-ed4d-4558-bb5b-172ef40ca15c", +Cell[35758, 985, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7ecfe26a-ed4d-4558-bb5b-172ef40ca15c", CellID->399251956], -Cell[35947, 988, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ce5dee25-6062-4c5a-a759-322c767afa7e", +Cell[35987, 991, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ce5dee25-6062-4c5a-a759-322c767afa7e", CellID->821434655] }, Open ]], -Cell[36184, 994, 78, 0, 70, "FooterCell",ExpressionUUID->"83292ca0-4491-41ef-8110-e06bcdfcb023"] +Cell[36224, 997, 78, 0, 70, "FooterCell",ExpressionUUID->"ec2487b9-5e1c-4f40-af86-a77b2b455295"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SetRecursionLimit.nb b/Documentation/English/ReferencePages/Symbols/SetRecursionLimit.nb index 3378773..1fbc5ff 100644 --- a/Documentation/English/ReferencePages/Symbols/SetRecursionLimit.nb +++ b/Documentation/English/ReferencePages/Symbols/SetRecursionLimit.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 38816, 997] -NotebookOptionsPosition[ 31087, 845] -NotebookOutlinePosition[ 33254, 899] -CellTagsIndexPosition[ 33169, 894] +NotebookDataLength[ 38818, 997] +NotebookOptionsPosition[ 31099, 846] +NotebookOutlinePosition[ 33289, 901] +CellTagsIndexPosition[ 33204, 896] WindowTitle->SetRecursionLimit WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9acb98ce-4f11-4f41-9c3c-c73db650173e"], + "85072254-55ff-4b64-b4be-b5ec4b55ecec"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7e800e78-7a83-45a4-b284-f8888d12d1ea"], + "8fc179da-88db-4a43-b86d-57fbb5352622"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "81d44c04-f58d-423e-8c37-7bc635af36b3"] - }],ExpressionUUID->"c15c5ba7-e354-4da1-bcfc-cb88ea07078d"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f098c340-1f67-45be-8897-c9b43fb8e88b"] + }],ExpressionUUID->"c5229832-3cfd-4f8c-ae4a-bc7fc337eeec"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8def417-94c2-48c4-88fd-b0925c957bb7"], + "db5333e2-5301-4f98-9cd2-61bc0823462e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4bcf595e-dc8d-4738-9773-bd6c4113c979"] - }],ExpressionUUID->"4be75d5b-69c9-45a4-8771-d361202c5af2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f1cd9b45-d004-471b-9d01-98a618188cf2"] + }],ExpressionUUID->"798c63df-12ec-4755-9297-65612f8d2b2d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d37f8cf6-6cf8-4810-ade1-ad03d631002f"], + "efeeec1c-a63b-414e-96ed-2f05f4c35da8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3fa68030-6040-4d2e-a2ce-6c9a80bc76ab"] - }],ExpressionUUID->"0779e164-d05c-469e-a9cb-ebb463a34bea"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "07e55eee-980c-45ac-a546-2e01094c60d4"] + }],ExpressionUUID->"7cfc1c1a-0130-4f45-b903-07720f84e6d6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bbd52cdb-488f-4716-8e96-2ff1be2520bd"], + "2ea532e2-0111-46e1-ac4b-9c4fbe30fd93"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "646a9dca-2c8e-4a33-8348-825eafaa3daa"] - }],ExpressionUUID->"b0e36f0f-4353-48ed-af40-02d3e7209ade"], - StripOnInput->False], {"\<\"TUG/ref/SetRecursionLimit\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SetRecursionLimit"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "c4c0e9ec-7a7e-456c-be4d-18d2d4926e04"] + }],ExpressionUUID->"4db98ad3-294c-4cfc-9f45-1e534e21fe05"], + StripOnInput->False],{ + "\"TUG/ref/SetRecursionLimit\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SetRecursionLimit"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SetRecursionLimit.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$171261], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SetRecursionLimit" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$185280], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SetRecursionLimit" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b99931b7-9669-481d-94df-fd756577b4ec"] + "16b02fa8-3243-4011-8cdc-5005838fdfe1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2f3a1cff-7fac-4ffc-9883-52af099c7c86"]} + "4dfcf97f-45d1-43c3-8bca-f175daf3b000"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5b4e4fb2-0fb2-4e02-bac8-1eec0dad76b3"], + CellID->1,ExpressionUUID->"9a38b665-6c25-4e54-abc4-2e5fdf1c4591"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"770e99ec-8b14-499b-ad74-c0e6ab427d8f"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"69e900b2-6cb3-42b4-8292-18780060bb48"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SetRecursionLimit", "ObjectName",ExpressionUUID-> - "80844f08-d965-41d1-b47a-d1873a49d4e2"], + "e53cd65e-f7a2-4ccb-92a9-30297c8aefcd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"529a855f-ab08-41f1-9f6d-75668a99d658"], + "Spacer1"]],ExpressionUUID->"3d65c890-bde5-4ad6-ad4b-429bc8cf688f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9e40ddd1-c2e9-4a63-a7ba-280b2f6ab9b3"] - }],ExpressionUUID->"c7746e41-b723-479d-95fa-f160f6deafef"], Cell[BoxData[ + "4246ab70-94a6-4e16-b217-e5663a0ad80a"] + }],ExpressionUUID->"ff74c5a9-bac6-48d7-aeec-604fd7f78267"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3ceb4ada-7f83-4dff-980c-3d8b06f370b7"]} + "3fb87780-0cc6-402c-a690-ec29965627f0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8a9ec98c-7bf6-4b88-b58a-966c27eb8a0b"], + CacheGraphics->False,ExpressionUUID->"fe4eb4bf-1179-4df2-bf40-41b4d246e8de"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for some package functions to change the \ current limit on the number of level of recursion. The default value is set \ to 512." - }],ExpressionUUID->"0b297c92-976b-4208-be41-df1abfdbe221"]} + }],ExpressionUUID->"bb0f1162-2528-497b-9c1b-f23f21926ddd"]} }]], "Usage", CellID->956351615,ExpressionUUID->"657069f7-6dcb-46fb-b950-f0cfeebee870"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5276a58a-a3d0-4ca1-8724-3b3500c8ee5a"], + ExpressionUUID->"49906763-564f-4579-8caf-9fc15946d8ee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8a59ca85-6363-4b1a-9777-d7e704148cb7"], + "Spacer1"]],ExpressionUUID->"8c287a4a-9df2-42e2-9a0c-e7d903d2c3b3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d2f90b9e-88eb-4732-816d-ea5dc5de2cce"], + }], "NotesFrameText",ExpressionUUID->"348b0b56-df07-473d-9011-50736d1f9716"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"0292ba24-54e0-40bc-b588-5f60dd008727"]], \ + "Preemptive"]],ExpressionUUID->"786f3c45-dc85-493c-9e57-262bd415b0c2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1904757792,ExpressionUUID->"fdb6a07c-4cc0-4818-9195-97100588f238"], + CellID->1717061332,ExpressionUUID->"1092d679-c23e-4780-a210-5df19e0a62d0"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"18341a82-dc2d-45e5-9805-62fde974a5b4"], + ExpressionUUID->"8e88fbaf-59e2-428c-8f77-8b67fe1346c9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0912abcb-062f-4ed6-a36c-495cfa4369d2"], + "Spacer1"]],ExpressionUUID->"4f93df65-3842-4724-a734-a146d10801ff"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4949df53-993b-4cb6-92df-ac2ec42331bb"] + "57c3cd32-cb15-4298-ac15-b333ef5f432d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1447137081,ExpressionUUID->"ea3e4fbc-7160-4452-a98d-4273bbddf20e"], + CellID->1255171267,ExpressionUUID->"6aff3494-4583-4d3f-bfbd-f53e68dd0a39"], Cell[CellGroupData[{ @@ -383,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c6cbee2c-5893-4445-a913-81ecbb4f3af4"], + ExpressionUUID->"d3a80b79-a900-4629-817f-8b231bbe22f2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ff2c6240-d725-4955-86fe-bbb275a1aefb"], + "Spacer1"]],ExpressionUUID->"2d3787c2-5e80-44d3-8df9-0b237f2e6da0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d783c4e-0202-47ef-a62f-819e343853c1"] + "ccac6bca-e73c-4511-b7e3-64046b2c7ec9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1815041857,ExpressionUUID->"586eac92-dbf9-487b-81c2-ab03363a91ce"], + CellID->1441705548,ExpressionUUID->"d94d459f-a656-4cfe-92fd-eebc3fe9a26b"], Cell["Loading the package:", "ExampleText", CellID->1533913368,ExpressionUUID->"68edb3b7-b245-4697-b0d1-2b6b912c2817"], @@ -563,8 +567,6 @@ Thus, at most 128 recursions are enough to determine a pre-kernel element.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -712,15 +714,15 @@ Cell[BoxData[GridBox[{ "d6b9dce4-5aee-437f-b55c-24013381ec20"] }], "SeeAlso",ExpressionUUID->"fa00448a-04b8-46b7-9d57-a56badff08d9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1dd0836d-6f47-4fb7-bb57-\ -e82e6f97e75f"], + }]], "SeeAlsoSection",ExpressionUUID->"bb258b33-160f-4eb7-87a0-\ +149422fd08ae"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -732,9 +734,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"48facfe8-d184-45a8-a62d-4b59ccf9ad97"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"56f75ef1-4d72-453b-abe4-\ -d7882b26b04c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2cc70121-da8c-4813-bdc9-\ +ca4b9ffeb5dd"], Cell[BoxData[GridBox[{ { @@ -751,7 +752,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "15429c48-5f53-4655-b182-9b52007585fc"]}]}, + "6959ebc7-efb5-4649-aa03-007ed653fff9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -759,10 +760,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b1ea3258-b2b9-4bd2-ad5d-2110ac6d14e8"]}]} + "14686ca5-7405-4dfe-9885-d511d3bbc967"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"58dc0aab-f039-46f1-8608-\ -09f8b1d7406c"], + }]], "MoreAboutSection",ExpressionUUID->"c3459c69-0122-4db1-a742-\ +16cb4c543ef8"], Cell[BoxData[GridBox[{ { @@ -790,7 +791,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FindPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b981959-c3f8-4e46-96ad-f97bf36eac67"]], "RelatedLinks", + "72b4ee8e-f940-488b-80a2-ff4a3633b2cc"]], "RelatedLinks", ExpressionUUID->"906029a9-eebf-458c-b1a8-7a6278a4d667"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -807,11 +808,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FindKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "053b1c5d-d9c4-48b4-8e92-345c5cd901dc"]], "RelatedLinks", + "c9694f98-b83f-46c9-b1c9-6f0f7d3a396d"]], "RelatedLinks", ExpressionUUID->"883289cc-70fd-423d-aec1-268e6bc5bbeb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b4a593de-2d77-4fab-a47a-\ -deb2cb53a017"], + }]], "RelatedLinksSection",ExpressionUUID->"871e00e9-9217-4b31-b214-\ +37d5fb5765c5"], Cell[CellGroupData[{ @@ -841,11 +842,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"634a79d6-da5b-44ba-93c5-9c876a6dc002"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4ceb178a-7f21-4a0c-85ca-6071adfb6c86"] +Cell[" ", "FooterCell",ExpressionUUID->"ecb5f105-1974-43f5-be22-c4d8431eb533"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SetRecursionLimit", TaggingRules->{ @@ -856,7 +857,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 20.728934}", + "built" -> "{2024, 6, 3, 16, 55, 20.376438}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -864,10 +865,11 @@ TaggingRules->{ "SetRecursionLimit is an option for some package functions to change the \ current limit on the number of level of recursion. The default value is set \ to 512.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SetRecursionLimit", - "titlemodifier" -> "", "windowtitle" -> "SetRecursionLimit", "type" -> - "Symbol", "uri" -> "TUG/ref/SetRecursionLimit"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SetRecursionLimit", "type" -> "Symbol", "uri" -> + "TUG/ref/SetRecursionLimit"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -876,9 +878,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9a10a1bc-324d-4cc3-bbe8-49057686466b" +ExpressionUUID->"5a0effce-394e-4e54-a14f-22957339ac26" ] (* End of Notebook Content *) @@ -886,119 +888,117 @@ ExpressionUUID->"9a10a1bc-324d-4cc3-bbe8-49057686466b" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12363, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea3e4fbc-7160-4452-a98d-4273bbddf20e", + Cell[12409, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6aff3494-4583-4d3f-bfbd-f53e68dd0a39", CellTags->"PrimaryExamplesSection", - CellID->1447137081]} + CellID->1255171267]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 32968, 887} + {"PrimaryExamplesSection", 33003, 889} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"5b4e4fb2-0fb2-4e02-bac8-1eec0dad76b3", +Cell[589, 21, 7169, 172, 57, "AnchorBarGrid",ExpressionUUID->"9a38b665-6c25-4e54-abc4-2e5fdf1c4591", CellID->1], -Cell[7715, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"770e99ec-8b14-499b-ad74-c0e6ab427d8f"], +Cell[7761, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"69e900b2-6cb3-42b4-8292-18780060bb48"], Cell[CellGroupData[{ -Cell[7826, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"8a9ec98c-7bf6-4b88-b58a-966c27eb8a0b"], -Cell[9120, 232, 523, 10, 111, "Usage",ExpressionUUID->"657069f7-6dcb-46fb-b950-f0cfeebee870", +Cell[7872, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"fe4eb4bf-1179-4df2-bf40-41b4d246e8de"], +Cell[9166, 236, 523, 10, 109, "Usage",ExpressionUUID->"657069f7-6dcb-46fb-b950-f0cfeebee870", CellID->956351615] }, Open ]], Cell[CellGroupData[{ -Cell[9680, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"fdb6a07c-4cc0-4818-9195-97100588f238", +Cell[9726, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"1092d679-c23e-4780-a210-5df19e0a62d0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1904757792], -Cell[11578, 296, 489, 12, 37, "Notes",ExpressionUUID->"113c6d1c-adac-405d-a279-d7df7be25624", + CellID->1717061332], +Cell[11624, 300, 489, 12, 38, "Notes",ExpressionUUID->"113c6d1c-adac-405d-a279-d7df7be25624", CellID->177724765], -Cell[12070, 310, 166, 3, 36, "Notes",ExpressionUUID->"ed06ec88-b9de-43fa-bf61-5d64730fe7c9", +Cell[12116, 314, 166, 3, 36, "Notes",ExpressionUUID->"ed06ec88-b9de-43fa-bf61-5d64730fe7c9", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12363, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ea3e4fbc-7160-4452-a98d-4273bbddf20e", +Cell[12409, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6aff3494-4583-4d3f-bfbd-f53e68dd0a39", CellTags->"PrimaryExamplesSection", - CellID->1447137081], + CellID->1255171267], Cell[CellGroupData[{ -Cell[13809, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"586eac92-dbf9-487b-81c2-ab03363a91ce", - CellID->1815041857], -Cell[15211, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"68edb3b7-b245-4697-b0d1-2b6b912c2817", +Cell[13855, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"d94d459f-a656-4cfe-92fd-eebc3fe9a26b", + CellID->1441705548], +Cell[15257, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"68edb3b7-b245-4697-b0d1-2b6b912c2817", CellID->1533913368], Cell[CellGroupData[{ -Cell[15355, 403, 167, 3, 27, "Input",ExpressionUUID->"ec343895-d803-4692-93e5-83117a173462", +Cell[15401, 407, 167, 3, 27, "Input",ExpressionUUID->"ec343895-d803-4692-93e5-83117a173462", CellID->339306350], Cell[CellGroupData[{ -Cell[15547, 410, 236, 4, 23, "Print",ExpressionUUID->"e433ca69-b128-47dd-8cad-7a050c5a33f0", +Cell[15593, 414, 236, 4, 23, "Print",ExpressionUUID->"e433ca69-b128-47dd-8cad-7a050c5a33f0", CellID->306471133], -Cell[15786, 416, 365, 8, 23, "Print",ExpressionUUID->"aefb1750-252e-404a-938f-6fce50a3d966", +Cell[15832, 420, 365, 8, 23, "Print",ExpressionUUID->"aefb1750-252e-404a-938f-6fce50a3d966", CellID->875461967], -Cell[16154, 426, 236, 4, 23, "Print",ExpressionUUID->"16c19e5a-732e-490b-a1f8-0c6305610102", +Cell[16200, 430, 236, 4, 23, "Print",ExpressionUUID->"16c19e5a-732e-490b-a1f8-0c6305610102", CellID->787692554], -Cell[16393, 432, 221, 3, 23, "Print",ExpressionUUID->"3ca4ea47-113d-49a3-a02a-e0c4283f8f0e", +Cell[16439, 436, 221, 3, 23, "Print",ExpressionUUID->"3ca4ea47-113d-49a3-a02a-e0c4283f8f0e", CellID->1995129722], -Cell[16617, 437, 207, 3, 23, "Print",ExpressionUUID->"03493a5c-b3e7-4aa7-a364-7e522d07c022", +Cell[16663, 441, 207, 3, 23, "Print",ExpressionUUID->"03493a5c-b3e7-4aa7-a364-7e522d07c022", CellID->341419386], -Cell[16827, 442, 237, 4, 23, "Print",ExpressionUUID->"9a86b419-6701-4478-ab84-952f948c44de", +Cell[16873, 446, 237, 4, 23, "Print",ExpressionUUID->"9a86b419-6701-4478-ab84-952f948c44de", CellID->679782732], -Cell[17067, 448, 220, 3, 23, "Print",ExpressionUUID->"402cadde-6b75-487d-ac7a-2fc53121455c", +Cell[17113, 452, 220, 3, 23, "Print",ExpressionUUID->"402cadde-6b75-487d-ac7a-2fc53121455c", CellID->657136957], -Cell[17290, 453, 236, 4, 23, "Print",ExpressionUUID->"c8adfc16-48ef-405f-9be5-cfd0e58cee51", +Cell[17336, 457, 236, 4, 23, "Print",ExpressionUUID->"c8adfc16-48ef-405f-9be5-cfd0e58cee51", CellID->268656450], -Cell[17529, 459, 236, 4, 23, "Print",ExpressionUUID->"9a56a481-3b1f-421e-875e-31a89f127465", +Cell[17575, 463, 236, 4, 23, "Print",ExpressionUUID->"9a56a481-3b1f-421e-875e-31a89f127465", CellID->419049170], -Cell[17768, 465, 208, 3, 23, "Print",ExpressionUUID->"bfca1075-d37b-4763-9db1-3a31a16f7f24", +Cell[17814, 469, 208, 3, 23, "Print",ExpressionUUID->"bfca1075-d37b-4763-9db1-3a31a16f7f24", CellID->1454809675], -Cell[17979, 470, 236, 4, 23, "Print",ExpressionUUID->"af6b91cf-ec22-42aa-986e-07cf35331bed", +Cell[18025, 474, 236, 4, 23, "Print",ExpressionUUID->"af6b91cf-ec22-42aa-986e-07cf35331bed", CellID->719573107] }, Open ]] }, Open ]], -Cell[18242, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"f585f89f-b731-412b-80ed-8799108ea656", +Cell[18288, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"f585f89f-b731-412b-80ed-8799108ea656", CellID->127451622], -Cell[18381, 481, 233, 6, 27, "Input",ExpressionUUID->"09bb1dd0-1008-49d2-88c6-a78f27a3d1d1", +Cell[18427, 485, 233, 6, 27, "Input",ExpressionUUID->"09bb1dd0-1008-49d2-88c6-a78f27a3d1d1", CellID->94127629], -Cell[18617, 489, 381, 9, 27, "Input",ExpressionUUID->"f965d8d7-c8c8-4d4c-8e36-313dff772014", +Cell[18663, 493, 381, 9, 27, "Input",ExpressionUUID->"f965d8d7-c8c8-4d4c-8e36-313dff772014", CellID->1994636005], -Cell[19001, 500, 238, 6, 70, "Input",ExpressionUUID->"77718831-1261-421a-bd81-801eeb35e692", +Cell[19047, 504, 238, 6, 27, "Input",ExpressionUUID->"77718831-1261-421a-bd81-801eeb35e692", CellID->1430875861], -Cell[19242, 508, 224, 4, 70, "ExampleText",ExpressionUUID->"16ebb880-015f-4c60-9e62-24fbc26a560c", +Cell[19288, 512, 224, 4, 70, "ExampleText",ExpressionUUID->"16ebb880-015f-4c60-9e62-24fbc26a560c", CellID->1920077017], Cell[CellGroupData[{ -Cell[19491, 516, 272, 6, 70, "Input",ExpressionUUID->"c9ceacd0-25aa-4e55-8997-2e6f8bfa49e6", +Cell[19537, 520, 272, 6, 70, "Input",ExpressionUUID->"c9ceacd0-25aa-4e55-8997-2e6f8bfa49e6", CellID->1188087067], -Cell[19766, 524, 270, 7, 51, "Output",ExpressionUUID->"3d3a23e5-0737-47c9-94aa-d10ee897ae68", +Cell[19812, 528, 270, 7, 50, "Output",ExpressionUUID->"3d3a23e5-0737-47c9-94aa-d10ee897ae68", CellID->1422033614] }, Open ]], -Cell[20051, 534, 131, 1, 70, "ExampleText",ExpressionUUID->"cc9c8a60-1c44-440b-9e4c-115c83ed78e2", +Cell[20097, 538, 131, 1, 70, "ExampleText",ExpressionUUID->"cc9c8a60-1c44-440b-9e4c-115c83ed78e2", CellID->2099843825], Cell[CellGroupData[{ -Cell[20207, 539, 203, 4, 70, "Input",ExpressionUUID->"9cff22a5-d604-4acc-9e76-15d62992a00e", +Cell[20253, 543, 203, 4, 70, "Input",ExpressionUUID->"9cff22a5-d604-4acc-9e76-15d62992a00e", CellID->839885920], -Cell[20413, 545, 240, 6, 51, "Output",ExpressionUUID->"b94bacf0-ccee-4b9c-a2c9-c74a2b8fad03", +Cell[20459, 549, 240, 6, 50, "Output",ExpressionUUID->"b94bacf0-ccee-4b9c-a2c9-c74a2b8fad03", CellID->1362537784] }, Open ]], -Cell[20668, 554, 180, 3, 70, "ExampleText",ExpressionUUID->"51241452-cd17-4211-bdfd-09f15bb96b4a", +Cell[20714, 558, 180, 3, 70, "ExampleText",ExpressionUUID->"51241452-cd17-4211-bdfd-09f15bb96b4a", CellID->833886252] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21124, 569, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"bb258b33-160f-4eb7-87a0-149422fd08ae"], +Cell[26602, 719, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2cc70121-da8c-4813-bdc9-ca4b9ffeb5dd"], +Cell[27275, 739, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c3459c69-0122-4db1-a742-16cb4c543ef8"], +Cell[28311, 767, 1638, 47, 70, "RelatedLinksSection",ExpressionUUID->"871e00e9-9217-4b31-b214-37d5fb5765c5"], Cell[CellGroupData[{ -Cell[21100, 567, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"1dd0836d-6f47-4fb7-bb57-e82e6f97e75f"], -Cell[26578, 717, 670, 18, 70, "TechNotesSection",ExpressionUUID->"56f75ef1-4d72-453b-abe4-d7882b26b04c"] -}, Open ]], -Cell[27263, 738, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"58dc0aab-f039-46f1-8608-09f8b1d7406c"], -Cell[28299, 766, 1638, 47, 70, "RelatedLinksSection",ExpressionUUID->"b4a593de-2d77-4fab-a47a-deb2cb53a017"], -Cell[CellGroupData[{ -Cell[29962, 817, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9fadfd13-bf24-47dd-b701-8a8b3e9f679c", +Cell[29974, 818, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9fadfd13-bf24-47dd-b701-8a8b3e9f679c", CellID->906383680], -Cell[30102, 820, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5d72403c-1770-415b-b329-1b8e2037d514", +Cell[30114, 821, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5d72403c-1770-415b-b329-1b8e2037d514", CellID->1194386356], -Cell[30324, 826, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ec214410-6e3c-4463-b49c-5c85d9479de6", +Cell[30336, 827, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ec214410-6e3c-4463-b49c-5c85d9479de6", CellID->1641706272], -Cell[30539, 831, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1adec239-13d2-4c92-b4cf-fa0ff806680d", +Cell[30551, 832, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1adec239-13d2-4c92-b4cf-fa0ff806680d", CellID->399251956], -Cell[30768, 837, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"634a79d6-da5b-44ba-93c5-9c876a6dc002", +Cell[30780, 838, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"634a79d6-da5b-44ba-93c5-9c876a6dc002", CellID->821434655] }, Open ]], -Cell[31005, 843, 78, 0, 70, "FooterCell",ExpressionUUID->"4ceb178a-7f21-4a0c-85ca-6071adfb6c86"] +Cell[31017, 844, 78, 0, 70, "FooterCell",ExpressionUUID->"ecb5f105-1974-43f5-be22-c4d8431eb533"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SetsToVec.nb b/Documentation/English/ReferencePages/Symbols/SetsToVec.nb index da7f20f..62ed40f 100644 --- a/Documentation/English/ReferencePages/Symbols/SetsToVec.nb +++ b/Documentation/English/ReferencePages/Symbols/SetsToVec.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 49675, 1307] -NotebookOptionsPosition[ 39906, 1116] -NotebookOutlinePosition[ 42264, 1173] -CellTagsIndexPosition[ 42178, 1168] +NotebookDataLength[ 49687, 1308] +NotebookOptionsPosition[ 39928, 1118] +NotebookOutlinePosition[ 42309, 1176] +CellTagsIndexPosition[ 42223, 1171] WindowTitle->SetsToVec WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "524cef94-4852-41bb-b7c4-0a7d133fe4f2"], + "6fcdc63d-ee8f-4035-9b8e-4bca80f9795e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "971ec5fd-df7d-4714-b219-2198f2dd0466"], + "faee4ae0-a625-4e94-96ac-d8ccfb87b6ad"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e345ada0-550b-4013-bd6d-3d2011594caa"] - }],ExpressionUUID->"c047714a-36e8-4ef1-a892-223464c1a56a"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "9394befa-a78a-43a8-9daa-9ee56e655472"] + }],ExpressionUUID->"f3d1515f-f290-483f-be18-7a17986b1d90"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dae54999-deb6-472a-938d-4fe33f23186a"], + "2ca261a7-d2eb-4391-8b31-c871b1455b58"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b6082d5-c5c2-48c7-9529-3a6c677d76f7"] - }],ExpressionUUID->"1c759edb-cd5d-44ad-b4e7-704da45025cd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9361da12-dfef-4f75-816b-412253c49c8f"] + }],ExpressionUUID->"df4a4321-2a0e-43a2-8c94-fdcb112d64bc"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5b89a46f-c37d-477d-8cc9-9ef54d72d78d"], + "ecc8608d-83e0-4414-973a-cac56e5c8447"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f4aaf7ee-2b7d-4476-8a55-2421b4bbbaae"] - }],ExpressionUUID->"75c54869-33a1-49c7-b8d4-27f7d47bd481"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6d6aa852-5959-424e-8fc7-af4fd56b41c5"] + }],ExpressionUUID->"24f105a2-e112-421f-9760-f1a7030ec9ee"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4e66070a-4bed-43f3-aa45-4e07c2200629"], + "5438aaeb-b539-464b-a969-dfbb158baa21"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1298d440-46f7-4900-bc13-e17915a02dab"] - }],ExpressionUUID->"1f085c42-e742-488e-9100-ff768b39325f"], - StripOnInput->False], {"\<\"TUG/ref/SetsToVec\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SetsToVec"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SetsToVec.\ + "b2759e8f-576d-44b6-931e-430ce36efdd1"] + }],ExpressionUUID->"f4e042a5-a175-41ab-8636-ece37b25ed2d"], + StripOnInput->False],{ + "\"TUG/ref/SetsToVec\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SetsToVec"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SetsToVec.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$171852], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SetsToVec" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$185905], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SetsToVec" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "50857521-b812-44f6-befe-e405981d1a6e"] + "a363427b-c699-488c-8a96-5044c859c3e8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "eb9f9738-70be-428a-a475-299fd1c5d8d0"]} + "9885be15-9102-4347-907d-af907e3dd684"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3d74d0a2-2a2e-468f-b383-c0a0569da8ac"], + CellID->1,ExpressionUUID->"e4bc7255-b568-4a8a-9975-d1a8ee3344c9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"daaec540-89e2-482d-a09f-79d6903154c8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"08e76479-c5eb-40c7-b724-6cb504406c8d"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SetsToVec", "ObjectName",ExpressionUUID-> - "b5b629fe-e7ef-44c8-aa15-bdbc86549e49"], + "ec9e1032-877f-46fa-9af1-341585fe16ed"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a9857d29-03b0-4796-8ddc-2044756f966a"], + "Spacer1"]],ExpressionUUID->"d2b0ed92-874d-4749-95c9-7ac6d78f086b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8e6a4dcf-5fc6-4609-93da-77b2f7a61997"] - }],ExpressionUUID->"4e92d0bc-a97e-48d4-b0b1-b07870f8bafc"], Cell[BoxData[ + "dfb8d26e-085e-45f9-9e03-afdf2bf4ee16"] + }],ExpressionUUID->"2a115f95-ff7b-4bf9-926d-718e010fcdae"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8e3f4439-ca86-4f28-b2af-6e5f19de6951"]} + "7e9ec2f6-3c8f-41d6-8227-cdc9cd05dcbd"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3eb43848-fca1-438f-a861-33afb4ef0e10"], + CacheGraphics->False,ExpressionUUID->"27c4fedd-7f28-44ae-a003-4a264d81aaf6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +248,7 @@ distributed between a bargaining pair i,j at a proposal ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"2f61bdbe-2842-440d-972b-6a6ad7b45b54"]}, + }],ExpressionUUID->"06fdb06d-11e7-4b84-847e-011166f2db10"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"SetsToVec", "[", @@ -258,7 +263,7 @@ distributed between a bargaining pair i,j at a proposal ", FontSlant->"Italic"], ", then the first vector must be positive, since it is related to the \ grand coalition." - }],ExpressionUUID->"90a98605-e0f9-4982-95b9-157babd83a88"]} + }],ExpressionUUID->"6865932e-5b60-4767-9011-0902fb03fd9c"]} }]], "Usage", CellID->1144133600,ExpressionUUID->"c0e9d267-fbd4-46fe-b3e6-848a09a8d332"] }, Open ]], @@ -291,12 +296,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b40bd806-1497-424e-b8ee-570bd546c151"], + ExpressionUUID->"9448c0cb-79cb-4cab-b1f1-8df1458f9c0f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ab53d7fa-df01-423a-b65c-8c0d6294c081"], + "Spacer1"]],ExpressionUUID->"1a540f09-7f0a-4131-af4c-92ec3a90587d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ba88d1f5-b432-4b86-a99a-531a8367d5fc"], + }], "NotesFrameText",ExpressionUUID->"952e70d7-2e31-4ec0-a2ff-d5c9cfba4357"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -307,12 +312,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"766a1ed5-15f7-41d4-9eda-75324710d500"]], \ + "Preemptive"]],ExpressionUUID->"72e9b263-f4ee-442a-b6ca-41009231b9af"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1873224058,ExpressionUUID->"c6526324-79f9-4bed-b83f-08e4182669aa"], + CellID->1679652489,ExpressionUUID->"c66ca68f-94fb-45bf-a182-eee645efc04f"], Cell[TextData[{ "The input expression ", @@ -380,7 +385,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5e306096-5e11-4d67-9b84-ca1654002eee"], + "3670a011-bb6f-4f43-8043-1d58ca533feb"], TemplateBox[{ Cell[ TextData["EffVector"]], "paclet:TUG/ref/EffVector", @@ -445,19 +450,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6b98fa59-913f-487b-a6f8-afdee2b42151"], + ExpressionUUID->"e3ab5daf-eb8b-4473-b63b-ba66d12d2205"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dccc11a8-4690-4277-a998-076204521905"], + "Spacer1"]],ExpressionUUID->"498bbefa-780d-4b72-9de2-35ea737ea250"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "948c0ac4-57aa-4b85-8414-c79e351956c9"] + "c98f5169-68ab-477d-9b7a-e3e1375210b7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->825882110,ExpressionUUID->"26d8c05b-7b4d-481a-90c9-7b0745906dbf"], + CellID->237949888,ExpressionUUID->"d9f19446-9f83-47cd-90d9-41aef673a598"], Cell[CellGroupData[{ @@ -486,18 +491,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4e569208-fb4d-4622-a46d-2e1b829da36d"], + ExpressionUUID->"2ce7a081-02ae-400d-8e38-a1b38764f742"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e5b38974-0747-467c-9c06-65119f054511"], + "Spacer1"]],ExpressionUUID->"bc2cdb55-f119-464c-96da-bb8e0c066910"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ebf63f28-e01f-46b1-8168-ef91e80f0ba8"] + "ee736230-46c8-4acc-b793-fdf8efd8827f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->252525004,ExpressionUUID->"4f945d77-b980-48e1-9e6f-bc9eb93a19ad"], + CellID->826355928,ExpressionUUID->"1011784c-971d-4f7b-8752-8c16251dfa84"], Cell["Loading the package:", "ExampleText", CellID->715107374,ExpressionUUID->"cd33504e-84b6-4743-bc69-c9d8ca07127f"], @@ -818,8 +823,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -967,15 +970,15 @@ Cell[BoxData[GridBox[{ "48ae7204-7d68-47a6-ba31-2f06115b1de3"] }], "SeeAlso",ExpressionUUID->"7c5ade94-7da4-4bb0-8199-3841053e3dc5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ace73092-7d74-4b62-bb2e-\ -5ab44354f263"], + }]], "SeeAlsoSection",ExpressionUUID->"c0d25927-d8a5-4bf9-9201-\ +33ee36a4cd71"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -987,9 +990,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"001d4eb7-03de-41c7-951f-e97d560c2483"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"65f1814e-570b-4b17-9672-\ -64edab08de23"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a8508a12-ed32-4308-8469-\ +31220824a240"], Cell[BoxData[GridBox[{ { @@ -1006,7 +1008,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7c506d0a-45fb-4d5e-837e-ee15a502319f"]}]}, + "13cb2e8b-ca29-4335-9cdf-59441099d366"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1014,10 +1016,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4ca9588-2ba8-47fb-a037-9b1721bd3fd1"]}]} + "cfcc02b8-ab74-4fd0-b66b-702cd3a58a0d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8e3bd354-84bc-4bed-969d-\ -28483de82ad6"], + }]], "MoreAboutSection",ExpressionUUID->"db20cfb6-9e98-4fe9-b98b-\ +f22d59c8db30"], Cell[BoxData[GridBox[{ { @@ -1044,7 +1046,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0084421d-4668-4eec-8e9f-f60a6696761c"]], "RelatedLinks", + "9048eaf6-c658-470d-a6d2-909de3d7e885"]], "RelatedLinks", ExpressionUUID->"88b1c8ed-3b67-4981-8327-49b4800d346d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1061,7 +1063,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6508c158-a888-4d63-a2ac-17d2245c15d8"]], "RelatedLinks", + "80acaa08-38cf-4f3d-99af-4e5cd6fe8879"]], "RelatedLinks", ExpressionUUID->"dda40117-a703-4f5d-b180-0d0eae94dbeb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1078,11 +1080,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ImputationToVec"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4cd1191a-823b-4c1a-bb9c-c0a200e2ed95"]], "RelatedLinks", + "01a1e447-91f6-4bce-853d-d195c183bbb4"]], "RelatedLinks", ExpressionUUID->"472b13e4-28ce-4711-912e-b8f2d84d3329"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ee084d5b-00fb-49d8-9779-\ -1b1c084fd194"], + }]], "RelatedLinksSection",ExpressionUUID->"17ef2a91-6cb8-445d-ab96-\ +3b7d1eede5c6"], Cell[CellGroupData[{ @@ -1112,11 +1114,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6da24b84-4920-405b-8232-93ff46c8af75"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"36492ea6-3db4-43b6-864a-a17e0f389332"] +Cell[" ", "FooterCell",ExpressionUUID->"638c78aa-aa6d-40d9-8e47-203e58ff5ba4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SetsToVec", TaggingRules->{ @@ -1127,7 +1129,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 22.201249}", + "built" -> "{2024, 6, 3, 16, 55, 21.101508}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1138,10 +1140,11 @@ distributed between a bargaining pair i,j at a proposal payoff. \ SetsToVec[bsc, T, options] notice that whenever the option EffVector is set \ to True, then the first vector must be positive, since it is related to the \ grand coalition.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SetsToVec", "titlemodifier" -> "", "windowtitle" -> "SetsToVec", "type" -> - "Symbol", "uri" -> "TUG/ref/SetsToVec"}}, + "SetsToVec", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SetsToVec", "type" -> "Symbol", "uri" -> + "TUG/ref/SetsToVec"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1150,9 +1153,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f3a33201-6553-455b-9455-cb1940958751" +ExpressionUUID->"a7218a2d-d2e9-469d-82eb-df1771e73511" ] (* End of Notebook Content *) @@ -1160,155 +1163,153 @@ ExpressionUUID->"f3a33201-6553-455b-9455-cb1940958751" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16187, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"26d8c05b-7b4d-481a-90c9-7b0745906dbf", + Cell[16243, 427, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d9f19446-9f83-47cd-90d9-41aef673a598", CellTags->"PrimaryExamplesSection", - CellID->825882110]} + CellID->237949888]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41978, 1161} + {"PrimaryExamplesSection", 42023, 1164} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"3d74d0a2-2a2e-468f-b383-c0a0569da8ac", +Cell[581, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"e4bc7255-b568-4a8a-9975-d1a8ee3344c9", CellID->1], -Cell[7701, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"daaec540-89e2-482d-a09f-79d6903154c8"], +Cell[7757, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"08e76479-c5eb-40c7-b724-6cb504406c8d"], Cell[CellGroupData[{ -Cell[7812, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"3eb43848-fca1-438f-a861-33afb4ef0e10"], -Cell[9098, 232, 1277, 30, 209, "Usage",ExpressionUUID->"c0e9d267-fbd4-46fe-b3e6-848a09a8d332", +Cell[7868, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"27c4fedd-7f28-44ae-a003-4a264d81aaf6"], +Cell[9154, 237, 1277, 30, 208, "Usage",ExpressionUUID->"c0e9d267-fbd4-46fe-b3e6-848a09a8d332", CellID->1144133600] }, Open ]], Cell[CellGroupData[{ -Cell[10412, 267, 1895, 47, 37, "NotesSection",ExpressionUUID->"c6526324-79f9-4bed-b83f-08e4182669aa", +Cell[10468, 272, 1895, 47, 37, "NotesSection",ExpressionUUID->"c66ca68f-94fb-45bf-a182-eee645efc04f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1873224058], -Cell[12310, 316, 461, 11, 36, "]]",ExpressionUUID->"7c090c74-4514-4962-a7ee-d6313bc7dcb1", + CellID->1679652489], +Cell[12366, 321, 461, 11, 36, "]]",ExpressionUUID->"7c090c74-4514-4962-a7ee-d6313bc7dcb1", CellID->313448337], -Cell[12774, 329, 489, 12, 37, "Notes",ExpressionUUID->"a06e1306-cca4-4ab4-ba88-2f5033d90173", +Cell[12830, 334, 489, 12, 38, "Notes",ExpressionUUID->"a06e1306-cca4-4ab4-ba88-2f5033d90173", CellID->177724765], -Cell[13266, 343, 585, 10, 99, "Notes",ExpressionUUID->"3bee2379-351c-4127-8cae-d6deee955cdd", +Cell[13322, 348, 585, 10, 99, "Notes",ExpressionUUID->"3bee2379-351c-4127-8cae-d6deee955cdd", CellID->1052800420], -Cell[13854, 355, 182, 4, 36, "Notes",ExpressionUUID->"0160031a-7e8e-44af-ab56-dc099f2d02d4", +Cell[13910, 360, 182, 4, 36, "Notes",ExpressionUUID->"0160031a-7e8e-44af-ab56-dc099f2d02d4", CellID->236766313], -Cell[14039, 361, 305, 8, 37, "Notes",ExpressionUUID->"ca3ad64d-3b8e-4daf-8c8d-7fd3b5699ec6", +Cell[14095, 366, 305, 8, 38, "Notes",ExpressionUUID->"ca3ad64d-3b8e-4daf-8c8d-7fd3b5699ec6", CellID->316869325], -Cell[14347, 371, 130, 1, 36, "Notes",ExpressionUUID->"bf9119cc-54f0-4db5-a167-a61dc59cbc99", +Cell[14403, 376, 130, 1, 36, "Notes",ExpressionUUID->"bf9119cc-54f0-4db5-a167-a61dc59cbc99", CellID->1074443207], -Cell[14480, 374, 267, 4, 49, "Notes",ExpressionUUID->"878686df-fca3-4cf5-b408-956403688949", +Cell[14536, 379, 267, 4, 48, "Notes",ExpressionUUID->"878686df-fca3-4cf5-b408-956403688949", CellID->13178], -Cell[14750, 380, 810, 20, 58, "3ColumnTableMod",ExpressionUUID->"89fccce8-adbf-4e6a-a78e-6bfb73d72b93", +Cell[14806, 385, 810, 20, 60, "3ColumnTableMod",ExpressionUUID->"89fccce8-adbf-4e6a-a78e-6bfb73d72b93", CellID->1782664966], -Cell[15563, 402, 497, 14, 37, "Notes",ExpressionUUID->"f4e4e71f-945f-4dc8-bfda-1a871668b30b", +Cell[15619, 407, 497, 14, 38, "Notes",ExpressionUUID->"f4e4e71f-945f-4dc8-bfda-1a871668b30b", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16187, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"26d8c05b-7b4d-481a-90c9-7b0745906dbf", +Cell[16243, 427, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d9f19446-9f83-47cd-90d9-41aef673a598", CellTags->"PrimaryExamplesSection", - CellID->825882110], + CellID->237949888], Cell[CellGroupData[{ -Cell[17632, 463, 1398, 36, 70, "ExampleSection",ExpressionUUID->"4f945d77-b980-48e1-9e6f-bc9eb93a19ad", - CellID->252525004], -Cell[19033, 501, 118, 1, 70, "ExampleText",ExpressionUUID->"cd33504e-84b6-4743-bc69-c9d8ca07127f", +Cell[17688, 468, 1398, 36, 70, "ExampleSection",ExpressionUUID->"1011784c-971d-4f7b-8752-8c16251dfa84", + CellID->826355928], +Cell[19089, 506, 118, 1, 70, "ExampleText",ExpressionUUID->"cd33504e-84b6-4743-bc69-c9d8ca07127f", CellID->715107374], Cell[CellGroupData[{ -Cell[19176, 506, 168, 3, 70, "Input",ExpressionUUID->"f8e139f7-dac2-4111-9a5d-dbb0ae1255ec", +Cell[19232, 511, 168, 3, 70, "Input",ExpressionUUID->"f8e139f7-dac2-4111-9a5d-dbb0ae1255ec", CellID->1250249458], Cell[CellGroupData[{ -Cell[19369, 513, 236, 4, 70, "Print",ExpressionUUID->"4997a631-0414-4515-8a96-5a1a468b6c66", +Cell[19425, 518, 236, 4, 70, "Print",ExpressionUUID->"4997a631-0414-4515-8a96-5a1a468b6c66", CellID->494023320], -Cell[19608, 519, 366, 8, 70, "Print",ExpressionUUID->"a334e74f-4012-4c6f-a931-6784c27dcd1c", +Cell[19664, 524, 366, 8, 70, "Print",ExpressionUUID->"a334e74f-4012-4c6f-a931-6784c27dcd1c", CellID->1981738762], -Cell[19977, 529, 236, 4, 70, "Print",ExpressionUUID->"0ff2ef10-0a8a-4074-b293-c2f029ee253c", +Cell[20033, 534, 236, 4, 70, "Print",ExpressionUUID->"0ff2ef10-0a8a-4074-b293-c2f029ee253c", CellID->173655627], -Cell[20216, 535, 221, 3, 70, "Print",ExpressionUUID->"46060500-e7e8-479b-8d0e-8e1ca32fa8ef", +Cell[20272, 540, 221, 3, 70, "Print",ExpressionUUID->"46060500-e7e8-479b-8d0e-8e1ca32fa8ef", CellID->1263453141], -Cell[20440, 540, 208, 3, 70, "Print",ExpressionUUID->"1c28f8c5-d832-492d-ac11-d641459d0a8a", +Cell[20496, 545, 208, 3, 70, "Print",ExpressionUUID->"1c28f8c5-d832-492d-ac11-d641459d0a8a", CellID->1229138082], -Cell[20651, 545, 238, 4, 70, "Print",ExpressionUUID->"c708c6db-8be2-4797-baec-a8493e3470e0", +Cell[20707, 550, 238, 4, 70, "Print",ExpressionUUID->"c708c6db-8be2-4797-baec-a8493e3470e0", CellID->1684284596], -Cell[20892, 551, 220, 3, 70, "Print",ExpressionUUID->"d7955996-2c4f-440b-99b3-72d6a85a0e55", +Cell[20948, 556, 220, 3, 70, "Print",ExpressionUUID->"d7955996-2c4f-440b-99b3-72d6a85a0e55", CellID->971525313], -Cell[21115, 556, 237, 4, 70, "Print",ExpressionUUID->"c70dc917-5299-4680-90c2-e3f3af6f2784", +Cell[21171, 561, 237, 4, 70, "Print",ExpressionUUID->"c70dc917-5299-4680-90c2-e3f3af6f2784", CellID->1237324029], -Cell[21355, 562, 237, 4, 70, "Print",ExpressionUUID->"0218bb97-707d-4bca-9323-7bab64eb3dd5", +Cell[21411, 567, 237, 4, 70, "Print",ExpressionUUID->"0218bb97-707d-4bca-9323-7bab64eb3dd5", CellID->1679094679], -Cell[21595, 568, 208, 3, 70, "Print",ExpressionUUID->"ba747b0b-7e77-4999-9b0b-07c2b97393ce", +Cell[21651, 573, 208, 3, 70, "Print",ExpressionUUID->"ba747b0b-7e77-4999-9b0b-07c2b97393ce", CellID->1805676178], -Cell[21806, 573, 236, 4, 70, "Print",ExpressionUUID->"74d63dbf-9481-4f0a-9cc1-2358db2168d7", +Cell[21862, 578, 236, 4, 70, "Print",ExpressionUUID->"74d63dbf-9481-4f0a-9cc1-2358db2168d7", CellID->502292221] }, Open ]] }, Open ]], -Cell[22069, 581, 135, 1, 70, "ExampleText",ExpressionUUID->"f9620fe2-a49b-4bca-a639-e19feb689230", +Cell[22125, 586, 135, 1, 70, "ExampleText",ExpressionUUID->"f9620fe2-a49b-4bca-a639-e19feb689230", CellID->54708478], -Cell[22207, 584, 235, 6, 70, "Input",ExpressionUUID->"3caf073a-8c0e-475c-a4ae-18bb44ec4f86", +Cell[22263, 589, 235, 6, 70, "Input",ExpressionUUID->"3caf073a-8c0e-475c-a4ae-18bb44ec4f86", CellID->1414486456], -Cell[22445, 592, 380, 9, 70, "Input",ExpressionUUID->"04dcd10c-17b3-4c30-a451-d54a0a44b1db", +Cell[22501, 597, 380, 9, 70, "Input",ExpressionUUID->"04dcd10c-17b3-4c30-a451-d54a0a44b1db", CellID->680176342], -Cell[22828, 603, 238, 6, 70, "Input",ExpressionUUID->"1c697e3f-eb22-4458-8110-dad2d472978f", +Cell[22884, 608, 238, 6, 70, "Input",ExpressionUUID->"1c697e3f-eb22-4458-8110-dad2d472978f", CellID->1556736055], -Cell[23069, 611, 191, 4, 70, "ExampleText",ExpressionUUID->"d08cc169-3fe9-419d-b587-2884c74e9e73", +Cell[23125, 616, 191, 4, 70, "ExampleText",ExpressionUUID->"d08cc169-3fe9-419d-b587-2884c74e9e73", CellID->2010165626], Cell[CellGroupData[{ -Cell[23285, 619, 167, 3, 70, "Input",ExpressionUUID->"1924dd6a-3cef-4d12-8abd-0b4b72021d53", +Cell[23341, 624, 167, 3, 70, "Input",ExpressionUUID->"1924dd6a-3cef-4d12-8abd-0b4b72021d53", CellID->1424323819], -Cell[23455, 624, 220, 5, 36, "Output",ExpressionUUID->"1b6e63bd-2c2b-44e2-b811-ff4d9b629727", +Cell[23511, 629, 220, 5, 36, "Output",ExpressionUUID->"1b6e63bd-2c2b-44e2-b811-ff4d9b629727", CellID->1094461977] }, Open ]], -Cell[23690, 632, 292, 5, 70, "ExampleText",ExpressionUUID->"6f22c324-f797-4f39-ac09-51d898d47142", +Cell[23746, 637, 292, 5, 70, "ExampleText",ExpressionUUID->"6f22c324-f797-4f39-ac09-51d898d47142", CellID->656140196], Cell[CellGroupData[{ -Cell[24007, 641, 192, 4, 70, "Input",ExpressionUUID->"74645085-3977-4190-9847-3d2ba13bb120", +Cell[24063, 646, 192, 4, 70, "Input",ExpressionUUID->"74645085-3977-4190-9847-3d2ba13bb120", CellID->35684905], -Cell[24202, 647, 314, 9, 51, "Output",ExpressionUUID->"ecd435d4-2577-4496-8f22-ff5ca91bc2d3", +Cell[24258, 652, 314, 9, 50, "Output",ExpressionUUID->"ecd435d4-2577-4496-8f22-ff5ca91bc2d3", CellID->460983167] }, Open ]], -Cell[24531, 659, 213, 4, 70, "ExampleText",ExpressionUUID->"567fa868-f2c0-48f5-941c-6464dd2f81d7", +Cell[24587, 664, 213, 4, 70, "ExampleText",ExpressionUUID->"567fa868-f2c0-48f5-941c-6464dd2f81d7", CellID->1369804743], Cell[CellGroupData[{ -Cell[24769, 667, 221, 5, 70, "Input",ExpressionUUID->"90149df7-68b7-4fbd-b590-1ac31f571b45", +Cell[24825, 672, 221, 5, 70, "Input",ExpressionUUID->"90149df7-68b7-4fbd-b590-1ac31f571b45", CellID->1796257515], -Cell[24993, 674, 1172, 41, 36, "Output",ExpressionUUID->"ec9cd344-6448-4143-ab94-03185ee90010", +Cell[25049, 679, 1172, 41, 36, "Output",ExpressionUUID->"ec9cd344-6448-4143-ab94-03185ee90010", CellID->2105222697] }, Open ]], -Cell[26180, 718, 184, 3, 70, "ExampleText",ExpressionUUID->"378e193b-62f5-444e-a094-3fb1f56b1a74", +Cell[26236, 723, 184, 3, 70, "ExampleText",ExpressionUUID->"378e193b-62f5-444e-a094-3fb1f56b1a74", CellID->314109537], Cell[CellGroupData[{ -Cell[26389, 725, 211, 5, 70, "Input",ExpressionUUID->"c7c081e2-70b5-42a6-8d9f-9c7054e3e790", +Cell[26445, 730, 211, 5, 70, "Input",ExpressionUUID->"c7c081e2-70b5-42a6-8d9f-9c7054e3e790", CellID->1655349222], -Cell[26603, 732, 907, 29, 36, "Output",ExpressionUUID->"4209ed7a-543d-4087-bf63-6155b5e26220", +Cell[26659, 737, 907, 29, 36, "Output",ExpressionUUID->"4209ed7a-543d-4087-bf63-6155b5e26220", CellID->244501109] }, Open ]], -Cell[27525, 764, 221, 4, 70, "ExampleText",ExpressionUUID->"56915a62-ba76-462b-9bb1-74cd369eccd4", +Cell[27581, 769, 221, 4, 70, "ExampleText",ExpressionUUID->"56915a62-ba76-462b-9bb1-74cd369eccd4", CellID->1319741283], Cell[CellGroupData[{ -Cell[27771, 772, 268, 6, 70, "Input",ExpressionUUID->"257e5b28-37ce-46ab-99b3-fcdd5294c7ca", +Cell[27827, 777, 268, 6, 70, "Input",ExpressionUUID->"257e5b28-37ce-46ab-99b3-fcdd5294c7ca", CellID->226832589], -Cell[28042, 780, 987, 31, 36, "Output",ExpressionUUID->"a88a810a-3e1b-4137-b1a6-9b6d7fa0d099", +Cell[28098, 785, 987, 31, 36, "Output",ExpressionUUID->"a88a810a-3e1b-4137-b1a6-9b6d7fa0d099", CellID->1177885514] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29327, 825, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"c0d25927-d8a5-4bf9-9201-33ee36a4cd71"], +Cell[34833, 975, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a8508a12-ed32-4308-8469-31220824a240"], +Cell[35506, 995, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"db20cfb6-9e98-4fe9-b98b-f22d59c8db30"], +Cell[36542, 1023, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"17ef2a91-6cb8-445d-ab96-3b7d1eede5c6"], Cell[CellGroupData[{ -Cell[29293, 822, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ace73092-7d74-4b62-bb2e-5ab44354f263"], -Cell[34799, 972, 670, 18, 70, "TechNotesSection",ExpressionUUID->"65f1814e-570b-4b17-9672-64edab08de23"] -}, Open ]], -Cell[35484, 993, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8e3bd354-84bc-4bed-969d-28483de82ad6"], -Cell[36520, 1021, 2235, 63, 70, "RelatedLinksSection",ExpressionUUID->"ee084d5b-00fb-49d8-9779-1b1c084fd194"], -Cell[CellGroupData[{ -Cell[38780, 1088, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6400e802-c064-4bd7-964a-66f34c5d8401", +Cell[38802, 1090, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"6400e802-c064-4bd7-964a-66f34c5d8401", CellID->2135167160], -Cell[38921, 1091, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e01268f9-3315-49ae-a06f-460ad586f3de", +Cell[38943, 1093, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e01268f9-3315-49ae-a06f-460ad586f3de", CellID->1194386356], -Cell[39143, 1097, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3179b8d7-61a4-4dfd-8f19-e8e3ca808f34", +Cell[39165, 1099, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3179b8d7-61a4-4dfd-8f19-e8e3ca808f34", CellID->1641706272], -Cell[39358, 1102, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d80d7b92-964e-4760-9d28-05f0a2fd936f", +Cell[39380, 1104, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d80d7b92-964e-4760-9d28-05f0a2fd936f", CellID->399251956], -Cell[39587, 1108, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6da24b84-4920-405b-8232-93ff46c8af75", +Cell[39609, 1110, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6da24b84-4920-405b-8232-93ff46c8af75", CellID->821434655] }, Open ]], -Cell[39824, 1114, 78, 0, 70, "FooterCell",ExpressionUUID->"36492ea6-3db4-43b6-864a-a17e0f389332"] +Cell[39846, 1116, 78, 0, 70, "FooterCell",ExpressionUUID->"638c78aa-aa6d-40d9-8e47-203e58ff5ba4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShapAirProb.nb b/Documentation/English/ReferencePages/Symbols/ShapAirProb.nb index fe84201..4c4da50 100644 --- a/Documentation/English/ReferencePages/Symbols/ShapAirProb.nb +++ b/Documentation/English/ReferencePages/Symbols/ShapAirProb.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41475, 1061] -NotebookOptionsPosition[ 33457, 904] -NotebookOutlinePosition[ 35584, 958] -CellTagsIndexPosition[ 35499, 953] +NotebookDataLength[ 41542, 1065] +NotebookOptionsPosition[ 33504, 908] +NotebookOutlinePosition[ 35649, 962] +CellTagsIndexPosition[ 35564, 957] WindowTitle->ShapAirProb WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0a99cd89-5093-42df-855d-5c9e77d23789"], + "e752fd5b-5a41-4fe0-ba95-8fa8475ce44e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4d44ba17-9e76-4610-b1a1-1c589d51ee5b"], + "a58c8079-289e-4994-a180-dfb672bd40c0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,39 +51,40 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eceec252-bbe1-485d-bb7c-d6b7286953e2"] - }],ExpressionUUID->"88701d31-2103-4c19-ab97-b3879cbfec01"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"NucAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NucAirProb"], "\<\"TauValAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValAirProb"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "3bfac410-4f4d-4bf3-991d-0be69e908cfd"] + }],ExpressionUUID->"a387a17f-8eab-4f75-a617-f5bbef69d990"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"NucAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NucAirProb"], + "\"TauValAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValAirProb"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8e78c2d-0a47-4900-84b9-f8e3904157b8"], + "4d6e2ebb-518c-499b-b07e-e81010d91e95"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -99,18 +100,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bc559aaa-ec66-4254-9479-09ef88462d0e"] - }],ExpressionUUID->"c359b0db-588f-40f8-a5ee-c103ba7870f6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "86647fe8-2e8a-44bd-9ecf-1e0cfcab3882"] + }],ExpressionUUID->"40c721a3-e747-4032-a803-55f86ab503b1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f867c527-9e39-429c-863b-df39fdab2d3c"], + "5a68cc12-9be9-46fb-9d55-d6f2ec3593c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -126,16 +128,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2a751504-1e82-4b66-b192-9d4598d3c701"] - }],ExpressionUUID->"bbabedf1-164c-4e37-ad3f-a3aba9206f6c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b663d5e8-304d-4203-863f-9f3a60ff75d7"] + }],ExpressionUUID->"cdbd00b8-e4f5-43d5-8514-98c099d8bf2b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "405125b0-6271-46f9-b145-9616118646c9"], + "af167b46-4bf5-4d23-bcd4-7571e4b5ca90"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -151,51 +154,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cfd0bd58-0156-4473-80c1-d279ca1f93bd"] - }],ExpressionUUID->"29522267-7b5b-420c-85d2-d7d4a0ee2ea9"], - StripOnInput->False], {"\<\"TUG/ref/ShapAirProb\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShapAirProb"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShapAirProb.\ + "b29c3561-e028-4f9d-8532-a45c4e54f582"] + }],ExpressionUUID->"c0f01231-e32e-4fec-b98e-0a1e4e31902c"], + StripOnInput->False],{ + "\"TUG/ref/ShapAirProb\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShapAirProb"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ShapAirProb.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$172425], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShapAirProb" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$186512], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShapAirProb" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a6f053c2-1db1-4efd-afd4-351d0a3a604f"] + "b399ecef-26d2-4cea-983f-e06fa19dc0bb"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bb55e7b8-6c88-4685-a76c-657c06c173c7"]} + "50f65a1d-4fe4-43e9-bbf8-00c497ddba2e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2172b59b-f72a-4e0a-acae-c397cd800996"], + CellID->1,ExpressionUUID->"bbb4b9fa-8342-4b82-a98b-a0ec5fb0a33f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"71403f76-b81b-4140-93bf-6bbcaa4b1eed"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"19d2ffe3-164e-4272-8735-0828cdc6db73"], Cell[CellGroupData[{ @@ -203,17 +207,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShapAirProb", "ObjectName",ExpressionUUID-> - "0ea6ef45-1220-4880-a67e-a9ef25dd5f94"], + "7539b9b9-136b-4437-9b7b-9ba5074f2667"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"663afcf2-4804-46eb-bda3-6dded5b32dab"], + "Spacer1"]],ExpressionUUID->"bca037b8-7f23-4db9-989d-66da6040f623"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "919efb6c-e25b-4cc6-9ea7-8f7a59302f35"] - }],ExpressionUUID->"93a0ddd7-99ad-453e-af95-fcf84e45dba4"], + "9a319b35-2b1f-4255-a244-3953d38d171a"] + }],ExpressionUUID->"53f0b027-1177-4b4f-b720-be4e0addb3fa"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"76f6c2a8-4aaf-4c78-a706-\ -9a1132d21fcb"], + }]], "ObjectNameGrid",ExpressionUUID->"194d5a0d-1dd1-41f7-8c7d-\ +fc86a4e68951"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -225,7 +229,7 @@ Cell[BoxData[GridBox[{ "80de074c-e1d3-4770-b947-7367828a7cb8"], " \[LineSeparator]computes from an airport cost allocation problem the \ associated Shapley value of the airport cost game." - }],ExpressionUUID->"0a982782-7a26-487d-ae41-1c57e3f24492"]} + }],ExpressionUUID->"cbaeaed5-cdc7-499f-89f3-b884c47f5196"]} }]], "Usage", CellID->1257049017,ExpressionUUID->"e033ee5c-0dca-4190-913e-6f6698f96d63"] }, Open ]], @@ -258,12 +262,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"541bb1e8-80f9-4856-9771-7861ac73e0a9"], + ExpressionUUID->"a60951a2-640c-464a-9474-ec9109f23e20"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"220648a1-54ec-4a07-b964-df6a35bfe6de"], + "Spacer1"]],ExpressionUUID->"e231a968-c109-4906-a576-037c6c98954b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"8e051394-848f-4d03-aa12-3a37fbb5ca73"], + }], "NotesFrameText",ExpressionUUID->"0055b649-20ec-4859-951a-a1ce116aa405"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -274,12 +278,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fd8f1436-5791-4054-acaf-f690d61aa99c"]], \ + "Preemptive"]],ExpressionUUID->"f0347ee2-55b0-46a1-90e3-3254f72f0d38"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->95465044,ExpressionUUID->"4b0f9ce3-7f7d-4664-ace4-5594591767d5"], + CellID->263611656,ExpressionUUID->"d885fef0-f98a-4b61-a84e-94a0acebc940"], Cell[TextData[{ "The expression ", @@ -366,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"22183971-00ff-49b3-bd0f-4bfea20306c7"], + ExpressionUUID->"0d8bf27f-91a5-415e-a6c1-55c173352345"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"90702d44-1814-4044-9423-e2807a2227af"], + "Spacer1"]],ExpressionUUID->"4da257a8-0969-4d55-8eda-12f5cc96fb64"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "674bcfd1-650a-4e11-8723-513dc6d30fd6"] + "9cc0e5d2-38ca-4ad6-9a56-38e3dc00a5b6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1648731029,ExpressionUUID->"17750eca-aef3-40e2-9891-4c7711c15fb4"], + CellID->1724473091,ExpressionUUID->"e618ac52-9984-4e9e-a0a8-e9cef6f3ef83"], Cell[CellGroupData[{ @@ -407,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7a66595c-2db7-4fe0-a546-1231716d399a"], + ExpressionUUID->"464fa048-a477-48ab-9c3e-8d1677d5772f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a9b26ba8-08a4-4c3c-8f2e-b896be952680"], + "Spacer1"]],ExpressionUUID->"a5b63659-01df-4369-aabe-88b3ada29e20"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "980a3e8b-80d5-4095-955f-27cce9740e06"] + "f2221d1a-2ab0-4a81-bbca-eac4f0403eb1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->15695283,ExpressionUUID->"8065621e-6764-405e-a322-26734b4d0c22"], + CellID->2136863780,ExpressionUUID->"80f03909-589e-4102-b6a1-ff37f409b521"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"4d50548f-4c71-44ab-af41-74a111a25010"], @@ -436,7 +440,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1676453611,ExpressionUUID->"488a9ea3-1a6c-4c2f-ab3c-7fa8c7512d66"], + CellID->1663151391,ExpressionUUID->"6ebf0b99-0a90-45de-a1bc-2dc3705fd8f6"], Cell[BoxData[ InterpretationBox[ @@ -446,57 +450,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1864473633,ExpressionUUID->"a11ccf83-9f46-4165-8fcc-fdc70547df66"], + CellID->1841943248,ExpressionUUID->"ff524335-a851-456d-b7a3-a4b751952931"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->490245576,ExpressionUUID->"77bef814-31c5-4e63-9686-b7e803774f09"], + CellID->900304329,ExpressionUUID->"9253b38f-62da-419f-900d-80e48e747151"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->2030789320,ExpressionUUID->"3a6ec899-9566-439d-988d-b6f9134e492a"], + CellID->1404608429,ExpressionUUID->"dc7b3bbc-290d-4649-a6c2-04441ee256ea"], -Cell[BoxData["\<\"Release Date: 02.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->474500650,ExpressionUUID->"ee3d4cbe-adec-4903-b74e-f15248f9af1d"], + CellID->1995654562,ExpressionUUID->"272f5721-b885-4b5a-b6c1-91c19bb818b5"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->676719484,ExpressionUUID->"284bbe20-8edd-4a2e-9941-4d96af83966d"], + CellID->393350269,ExpressionUUID->"cbacd8f5-35ee-4286-98d5-fa188ed0953c"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1129425268,ExpressionUUID->"b910c34f-a04b-46ff-bf71-d19b3e75b7ff"], + CellID->1129468681,ExpressionUUID->"445aa858-70c1-41b8-b8ba-3de15cf6dae3"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1998344690,ExpressionUUID->"507d1667-10ba-4ed3-95f9-ce0547cf5949"], + CellID->336952500,ExpressionUUID->"85c4552d-64d6-4a53-8322-9fd3ac0faaed"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1061607105,ExpressionUUID->"4e730267-6473-4260-8013-f9abd08d7cfb"], + CellID->483477053,ExpressionUUID->"78607b63-f1b6-4835-84c9-4aace9896df5"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1200609531,ExpressionUUID->"6fe019d1-be17-4000-8cd3-ac112683bf86"], + CellID->1131274060,ExpressionUUID->"ba75381e-a44f-4dc2-87d6-7fd0bec0c41f"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$4237`", CellLabel->"During evaluation of In[1]:=", - CellID->1232170865,ExpressionUUID->"3308a186-594e-40f8-a1d5-2746a0d8dcc9"] + CellID->1886371922,ExpressionUUID->"1be21e3a-913f-4f8e-8034-6e8e775ea5d5"] }, Open ]] }, Open ]], @@ -548,7 +552,7 @@ Cell[BoxData[ Cell[BoxData[ RowBox[{"{", - RowBox[{"0.000074`", ",", + RowBox[{"0.000086`", ",", RowBox[{"{", RowBox[{ FractionBox["5", "8"], ",", @@ -557,7 +561,7 @@ Cell[BoxData[ FractionBox["2419", "168"], ",", FractionBox["9811", "168"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[4]=", - CellID->1490138412,ExpressionUUID->"89af3379-6298-4faa-8687-ce8ee462bf6d"] + CellID->1203955976,ExpressionUUID->"936e87dd-33dc-4fdd-b174-ad84f6dff7e2"] }, Open ]], Cell["The output specifies the Shapley value w.r.t types. ", "ExampleText", @@ -578,7 +582,7 @@ Cell[BoxData[ Cell[BoxData["121"], "Output", CellLabel->"Out[5]=", - CellID->1389060619,ExpressionUUID->"9789ea02-f03b-471e-a9d7-2fcc68234520"] + CellID->1397904507,ExpressionUUID->"8f56063f-9f71-40dd-9071-d208287c18ec"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -776,8 +780,8 @@ Cell[BoxData[GridBox[{ "d364460e-f653-4b31-aaa0-a1b8c7c0c855"] }], "SeeAlso",ExpressionUUID->"589f68c6-e253-4389-94d6-9e811e78d257"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"5eb313a4-0b16-46d6-8cbd-\ -e8bb003893f6"], + }]], "SeeAlsoSection",ExpressionUUID->"6afb5631-ffbf-4a8f-ac90-\ +b6c819d10286"], Cell[BoxData[GridBox[{ { @@ -794,7 +798,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a441f5a4-82bc-452d-8ce4-8e3f5d87ba27"]}]}, + "5f7300f3-6a93-4172-96a5-12c95c7e6e3e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -802,10 +806,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "508f70a8-d31b-438b-b166-f9028fbf3b40"]}]} + "53c35140-31e1-4c3e-84b5-e58b5dd4071b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a35724cd-6cd2-41d1-8b74-\ -aa54d3bf9dcf"], + }]], "MoreAboutSection",ExpressionUUID->"6794f6aa-5ffd-4045-8466-\ +4b7e1a11c667"], Cell[BoxData[GridBox[{ { @@ -832,7 +836,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9237c15c-1214-484e-b30b-453a8858b7c2"]], "RelatedLinks", + "b7c63aa6-e587-4031-9623-cc274dbf8a4c"]], "RelatedLinks", ExpressionUUID->"3dcc982c-dc05-4f88-8f44-9462bb628751"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,7 +853,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "370233d4-dbb8-4c50-9f32-ccbdcc61efad"]], "RelatedLinks", + "c55aa8c6-ba74-4f25-ab99-d2c7c49b4c75"]], "RelatedLinks", ExpressionUUID->"196ddad2-ebcf-47bd-a438-7dcec6930dda"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,11 +870,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ebcb4525-751f-4d37-9020-68dd2b1c7ddb"]], "RelatedLinks", + "d4f2831f-9d9b-4d29-a83c-2f91d7542d6d"]], "RelatedLinks", ExpressionUUID->"59e3d8ee-4387-4c2b-9331-59aa38443516"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"400e4585-a937-4ec0-87f4-\ -02298947c7c4"], + }]], "RelatedLinksSection",ExpressionUUID->"0700b6b5-ef7c-4ddd-beaf-\ +01db4044f759"], Cell[CellGroupData[{ @@ -900,11 +904,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a393d7a0-53fd-4b3b-8ae7-2cddaefe9391"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1a64399f-87b5-454b-9a14-faee2d058ee2"] +Cell[" ", "FooterCell",ExpressionUUID->"af5a6171-ed2e-4d7f-82f4-e846ddec82bb"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShapAirProb", TaggingRules->{ @@ -915,7 +919,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 23.719036}", + "built" -> "{2024, 6, 3, 16, 55, 21.884844}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -923,10 +927,10 @@ TaggingRules->{ "ShapAirProb[cost_List, nj_List] computes from an airport cost allocation \ problem the associated Shapley value of the airport cost game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShapAirProb", - "titlemodifier" -> "", "windowtitle" -> "ShapAirProb", "type" -> "Symbol", - "uri" -> "TUG/ref/ShapAirProb"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ShapAirProb", "type" -> "Symbol", "uri" -> "TUG/ref/ShapAirProb"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -935,9 +939,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cb5ea131-1f9c-4ccb-8a32-9236fb754e2a" +ExpressionUUID->"ff857c43-ee69-4fea-8667-79724824c5d4" ] (* End of Notebook Content *) @@ -945,124 +949,124 @@ ExpressionUUID->"cb5ea131-1f9c-4ccb-8a32-9236fb754e2a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13393, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"17750eca-aef3-40e2-9891-4c7711c15fb4", + Cell[13439, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e618ac52-9984-4e9e-a0a8-e9cef6f3ef83", CellTags->"PrimaryExamplesSection", - CellID->1648731029]} + CellID->1724473091]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35298, 946} + {"PrimaryExamplesSection", 35363, 950} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7389, 174, 56, "AnchorBarGrid",ExpressionUUID->"2172b59b-f72a-4e0a-acae-c397cd800996", +Cell[583, 21, 7434, 178, 57, "AnchorBarGrid",ExpressionUUID->"bbb4b9fa-8342-4b82-a98b-a0ec5fb0a33f", CellID->1], -Cell[7975, 197, 86, 0, 24, "ContextNameCell",ExpressionUUID->"71403f76-b81b-4140-93bf-6bbcaa4b1eed"], +Cell[8020, 201, 86, 0, 23, "ContextNameCell",ExpressionUUID->"19d2ffe3-164e-4272-8735-0828cdc6db73"], Cell[CellGroupData[{ -Cell[8086, 201, 554, 14, 59, "ObjectNameGrid",ExpressionUUID->"76f6c2a8-4aaf-4c78-a706-9a1132d21fcb"], -Cell[8643, 217, 562, 12, 111, "Usage",ExpressionUUID->"e033ee5c-0dca-4190-913e-6f6698f96d63", +Cell[8131, 205, 554, 14, 59, "ObjectNameGrid",ExpressionUUID->"194d5a0d-1dd1-41f7-8c7d-fc86a4e68951"], +Cell[8688, 221, 562, 12, 111, "Usage",ExpressionUUID->"e033ee5c-0dca-4190-913e-6f6698f96d63", CellID->1257049017] }, Open ]], Cell[CellGroupData[{ -Cell[9242, 234, 1893, 47, 37, "NotesSection",ExpressionUUID->"4b0f9ce3-7f7d-4664-ace4-5594591767d5", +Cell[9287, 238, 1894, 47, 37, "NotesSection",ExpressionUUID->"d885fef0-f98a-4b61-a84e-94a0acebc940", CellGroupingRules->{"SectionGrouping", 50}, - CellID->95465044], -Cell[11138, 283, 721, 16, 57, "]]",ExpressionUUID->"e352226c-f662-4734-8ed1-82f4c06ec008", + CellID->263611656], +Cell[11184, 287, 721, 16, 57, "]]",ExpressionUUID->"e352226c-f662-4734-8ed1-82f4c06ec008", CellID->313448337], -Cell[11862, 301, 489, 12, 37, "Notes",ExpressionUUID->"f519a60d-ef2f-44cc-ae98-94f9d6dd89a1", +Cell[11908, 305, 489, 12, 38, "Notes",ExpressionUUID->"f519a60d-ef2f-44cc-ae98-94f9d6dd89a1", CellID->177724765], -Cell[12354, 315, 305, 5, 57, "Notes",ExpressionUUID->"02204de1-b751-4af6-ae60-2b00956937b8", +Cell[12400, 319, 305, 5, 57, "Notes",ExpressionUUID->"02204de1-b751-4af6-ae60-2b00956937b8", CellID->2085588552], -Cell[12662, 322, 199, 4, 36, "Notes",ExpressionUUID->"ab636b67-9023-49db-ae5b-68012516c4fe", +Cell[12708, 326, 199, 4, 36, "Notes",ExpressionUUID->"ab636b67-9023-49db-ae5b-68012516c4fe", CellID->306311476], -Cell[12864, 328, 194, 4, 36, "Notes",ExpressionUUID->"3dee5b40-2354-43bf-8e15-94b4fed0e884", +Cell[12910, 332, 194, 4, 36, "Notes",ExpressionUUID->"3dee5b40-2354-43bf-8e15-94b4fed0e884", CellID->2108874141], -Cell[13061, 334, 205, 3, 23, "TechNotes",ExpressionUUID->"f6f5c6d0-f685-4e18-bdb2-b3323f8877e5", +Cell[13107, 338, 205, 3, 23, "TechNotes",ExpressionUUID->"f6f5c6d0-f685-4e18-bdb2-b3323f8877e5", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13393, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"17750eca-aef3-40e2-9891-4c7711c15fb4", +Cell[13439, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e618ac52-9984-4e9e-a0a8-e9cef6f3ef83", CellTags->"PrimaryExamplesSection", - CellID->1648731029], + CellID->1724473091], Cell[CellGroupData[{ -Cell[14839, 384, 1397, 36, 30, "ExampleSection",ExpressionUUID->"8065621e-6764-405e-a322-26734b4d0c22", - CellID->15695283], -Cell[16239, 422, 119, 1, 38, "ExampleText",ExpressionUUID->"4d50548f-4c71-44ab-af41-74a111a25010", +Cell[14885, 388, 1399, 36, 30, "ExampleSection",ExpressionUUID->"80f03909-589e-4102-b6a1-ff37f409b521", + CellID->2136863780], +Cell[16287, 426, 119, 1, 39, "ExampleText",ExpressionUUID->"4d50548f-4c71-44ab-af41-74a111a25010", CellID->1430927406], Cell[CellGroupData[{ -Cell[16383, 427, 168, 3, 27, "Input",ExpressionUUID->"78e45687-7316-4fee-a64a-2a0b35102a1e", +Cell[16431, 431, 168, 3, 27, "Input",ExpressionUUID->"78e45687-7316-4fee-a64a-2a0b35102a1e", CellID->1259233753], Cell[CellGroupData[{ -Cell[16576, 434, 236, 4, 23, "Print",ExpressionUUID->"488a9ea3-1a6c-4c2f-ab3c-7fa8c7512d66", - CellID->1676453611], -Cell[16815, 440, 365, 8, 23, "Print",ExpressionUUID->"a11ccf83-9f46-4165-8fcc-fdc70547df66", - CellID->1864473633], -Cell[17183, 450, 235, 4, 23, "Print",ExpressionUUID->"77bef814-31c5-4e63-9686-b7e803774f09", - CellID->490245576], -Cell[17421, 456, 220, 3, 23, "Print",ExpressionUUID->"3a6ec899-9566-439d-988d-b6f9134e492a", - CellID->2030789320], -Cell[17644, 461, 206, 3, 23, "Print",ExpressionUUID->"ee3d4cbe-adec-4903-b74e-f15248f9af1d", - CellID->474500650], -Cell[17853, 466, 236, 4, 23, "Print",ExpressionUUID->"284bbe20-8edd-4a2e-9941-4d96af83966d", - CellID->676719484], -Cell[18092, 472, 220, 3, 23, "Print",ExpressionUUID->"b910c34f-a04b-46ff-bf71-d19b3e75b7ff", - CellID->1129425268], -Cell[18315, 477, 236, 4, 23, "Print",ExpressionUUID->"507d1667-10ba-4ed3-95f9-ce0547cf5949", - CellID->1998344690], -Cell[18554, 483, 236, 4, 70, "Print",ExpressionUUID->"4e730267-6473-4260-8013-f9abd08d7cfb", - CellID->1061607105], -Cell[18793, 489, 207, 3, 70, "Print",ExpressionUUID->"6fe019d1-be17-4000-8cd3-ac112683bf86", - CellID->1200609531], -Cell[19003, 494, 236, 4, 70, "Print",ExpressionUUID->"3308a186-594e-40f8-a1d5-2746a0d8dcc9", - CellID->1232170865] +Cell[16624, 438, 236, 4, 23, "Print",ExpressionUUID->"6ebf0b99-0a90-45de-a1bc-2dc3705fd8f6", + CellID->1663151391], +Cell[16863, 444, 365, 8, 23, "Print",ExpressionUUID->"ff524335-a851-456d-b7a3-a4b751952931", + CellID->1841943248], +Cell[17231, 454, 235, 4, 23, "Print",ExpressionUUID->"9253b38f-62da-419f-900d-80e48e747151", + CellID->900304329], +Cell[17469, 460, 220, 3, 23, "Print",ExpressionUUID->"dc7b3bbc-290d-4649-a6c2-04441ee256ea", + CellID->1404608429], +Cell[17692, 465, 207, 3, 23, "Print",ExpressionUUID->"272f5721-b885-4b5a-b6c1-91c19bb818b5", + CellID->1995654562], +Cell[17902, 470, 236, 4, 23, "Print",ExpressionUUID->"cbacd8f5-35ee-4286-98d5-fa188ed0953c", + CellID->393350269], +Cell[18141, 476, 220, 3, 23, "Print",ExpressionUUID->"445aa858-70c1-41b8-b8ba-3de15cf6dae3", + CellID->1129468681], +Cell[18364, 481, 235, 4, 23, "Print",ExpressionUUID->"85c4552d-64d6-4a53-8322-9fd3ac0faaed", + CellID->336952500], +Cell[18602, 487, 235, 4, 70, "Print",ExpressionUUID->"78607b63-f1b6-4835-84c9-4aace9896df5", + CellID->483477053], +Cell[18840, 493, 207, 3, 70, "Print",ExpressionUUID->"ba75381e-a44f-4dc2-87d6-7fd0bec0c41f", + CellID->1131274060], +Cell[19050, 498, 236, 4, 70, "Print",ExpressionUUID->"1be21e3a-913f-4f8e-8034-6e8e775ea5d5", + CellID->1886371922] }, Open ]] }, Open ]], -Cell[19266, 502, 211, 4, 70, "ExampleText",ExpressionUUID->"cabde5f7-2533-4bd3-be33-9f80c322cd9a", +Cell[19313, 506, 211, 4, 70, "ExampleText",ExpressionUUID->"cabde5f7-2533-4bd3-be33-9f80c322cd9a", CellID->1060603206], -Cell[19480, 508, 257, 7, 70, "Input",ExpressionUUID->"9c8adeda-68ce-47b6-b6e7-e7a528566612", +Cell[19527, 512, 257, 7, 70, "Input",ExpressionUUID->"9c8adeda-68ce-47b6-b6e7-e7a528566612", CellID->364669908], -Cell[19740, 517, 145, 1, 70, "ExampleText",ExpressionUUID->"d86dcee0-a44a-4f3e-8182-fb5c9af9e36c", +Cell[19787, 521, 145, 1, 70, "ExampleText",ExpressionUUID->"d86dcee0-a44a-4f3e-8182-fb5c9af9e36c", CellID->2058204622], -Cell[19888, 520, 250, 7, 70, "Input",ExpressionUUID->"3a9f9eca-3933-4490-a30b-d12535458122", +Cell[19935, 524, 250, 7, 70, "Input",ExpressionUUID->"3a9f9eca-3933-4490-a30b-d12535458122", CellID->1727175520], -Cell[20141, 529, 190, 4, 70, "ExampleText",ExpressionUUID->"1229927f-d0e2-4e89-8874-ddb43fded836", +Cell[20188, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"1229927f-d0e2-4e89-8874-ddb43fded836", CellID->58844815], Cell[CellGroupData[{ -Cell[20356, 537, 310, 9, 70, "Input",ExpressionUUID->"736b8eef-8751-49db-acf9-86dee1fda268", +Cell[20403, 541, 310, 9, 70, "Input",ExpressionUUID->"736b8eef-8751-49db-acf9-86dee1fda268", CellID->807331718], -Cell[20669, 548, 395, 11, 51, "Output",ExpressionUUID->"89af3379-6298-4faa-8687-ce8ee462bf6d", - CellID->1490138412] +Cell[20716, 552, 395, 11, 51, "Output",ExpressionUUID->"936e87dd-33dc-4fdd-b174-ad84f6dff7e2", + CellID->1203955976] }, Open ]], -Cell[21079, 562, 151, 1, 70, "ExampleText",ExpressionUUID->"22e02b8b-bbd2-4778-baaa-972f229f5729", +Cell[21126, 566, 151, 1, 70, "ExampleText",ExpressionUUID->"22e02b8b-bbd2-4778-baaa-972f229f5729", CellID->1850510576], -Cell[21233, 565, 261, 4, 70, "ExampleText",ExpressionUUID->"4ccb54fb-e4e9-4e0a-8183-8bace7f53982", +Cell[21280, 569, 261, 4, 70, "ExampleText",ExpressionUUID->"4ccb54fb-e4e9-4e0a-8183-8bace7f53982", CellID->79072685], Cell[CellGroupData[{ -Cell[21519, 573, 152, 3, 70, "Input",ExpressionUUID->"c1376e50-1832-4958-92bd-9c45357df845", +Cell[21566, 577, 152, 3, 70, "Input",ExpressionUUID->"c1376e50-1832-4958-92bd-9c45357df845", CellID->891783887], -Cell[21674, 578, 129, 2, 36, "Output",ExpressionUUID->"9789ea02-f03b-471e-a9d7-2fcc68234520", - CellID->1389060619] +Cell[21721, 582, 129, 2, 36, "Output",ExpressionUUID->"8f56063f-9f71-40dd-9071-d208287c18ec", + CellID->1397904507] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[22045, 589, 7002, 190, 70, "SeeAlsoSection",ExpressionUUID->"5eb313a4-0b16-46d6-8cbd-e8bb003893f6"], -Cell[29050, 781, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a35724cd-6cd2-41d1-8b74-aa54d3bf9dcf"], -Cell[30086, 809, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"400e4585-a937-4ec0-87f4-02298947c7c4"], +Cell[22092, 593, 7002, 190, 70, "SeeAlsoSection",ExpressionUUID->"6afb5631-ffbf-4a8f-ac90-b6c819d10286"], +Cell[29097, 785, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6794f6aa-5ffd-4045-8466-4b7e1a11c667"], +Cell[30133, 813, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"0700b6b5-ef7c-4ddd-beaf-01db4044f759"], Cell[CellGroupData[{ -Cell[32332, 876, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"95002df6-8d72-4e02-8e0d-b309b8bdeff6", +Cell[32379, 880, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"95002df6-8d72-4e02-8e0d-b309b8bdeff6", CellID->906383680], -Cell[32472, 879, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6552ea58-3f57-485f-a094-5dbeae5a1551", +Cell[32519, 883, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6552ea58-3f57-485f-a094-5dbeae5a1551", CellID->1194386356], -Cell[32694, 885, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6278cb97-0b74-4858-b00f-890091dbd946", +Cell[32741, 889, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6278cb97-0b74-4858-b00f-890091dbd946", CellID->1641706272], -Cell[32909, 890, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d006bc6e-a288-42b3-a4fa-740fdb25f80d", +Cell[32956, 894, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d006bc6e-a288-42b3-a4fa-740fdb25f80d", CellID->399251956], -Cell[33138, 896, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a393d7a0-53fd-4b3b-8ae7-2cddaefe9391", +Cell[33185, 900, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a393d7a0-53fd-4b3b-8ae7-2cddaefe9391", CellID->821434655] }, Open ]], -Cell[33375, 902, 78, 0, 70, "FooterCell",ExpressionUUID->"1a64399f-87b5-454b-9a14-faee2d058ee2"] +Cell[33422, 906, 78, 0, 70, "FooterCell",ExpressionUUID->"af5a6171-ed2e-4d7f-82f4-e846ddec82bb"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShapleyCoord.nb b/Documentation/English/ReferencePages/Symbols/ShapleyCoord.nb index 38ba9e7..a7e6fb4 100644 --- a/Documentation/English/ReferencePages/Symbols/ShapleyCoord.nb +++ b/Documentation/English/ReferencePages/Symbols/ShapleyCoord.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48983, 1215] -NotebookOptionsPosition[ 40997, 1057] -NotebookOutlinePosition[ 43148, 1111] -CellTagsIndexPosition[ 43062, 1106] +NotebookDataLength[ 48994, 1216] +NotebookOptionsPosition[ 41019, 1059] +NotebookOutlinePosition[ 43193, 1114] +CellTagsIndexPosition[ 43107, 1109] WindowTitle->ShapleyCoord WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "265d019c-8d20-45e3-b7c4-cef498dfd56d"], + "34e87183-4ef2-4973-9053-61a4ef63d578"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3e150fd4-100c-421e-9787-9de0deceaf65"], + "3a310b81-96b8-4a83-aa66-7605d9d9539a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "13b51122-3f5c-474c-a807-da812111ef02"] - }],ExpressionUUID->"72654af4-2f7c-4faf-92d5-64576b4e0409"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "51799096-6c05-46ee-bbc7-39cf487e9233"] + }],ExpressionUUID->"1db1c663-9ec6-4246-943e-b3b962b2a38e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8ea09534-b004-4400-a0d4-cd611b3f0519"], + "f7afbf2d-7658-4d19-9a0c-1066e1203027"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2406d7fa-6b32-4371-830a-2eb89b6f37c7"] - }],ExpressionUUID->"33eff958-19d0-406a-a366-4a0c10dd9a62"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0882beca-c5c9-4bc5-95db-0d48f7663ce6"] + }],ExpressionUUID->"209f4f7f-372e-4b9c-b038-d72787f0f36c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "92d0b23b-edcf-4c49-abf4-0e48bd6455b3"], + "300a3e94-a023-4bbb-afa0-167ad051d56b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c56ab6b-b95d-49e2-ab73-f12e672a9c85"] - }],ExpressionUUID->"4808eea5-cd3d-4ac6-8405-c5cb57638b82"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1cbe1b70-270d-4761-a0fb-17ee68925a61"] + }],ExpressionUUID->"85fb29e8-0660-416c-b3b5-fe017e19eb43"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f6e4fa54-bc39-43d8-9ddb-2326430804e1"], + "aceb470a-6abb-4e87-a2c0-1a55642ae7d2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a30cdcd5-3a8e-461b-85c0-6d66bf859d3d"] - }],ExpressionUUID->"a51bdda2-4ee6-43b8-bc03-aa3528539aaa"], - StripOnInput->False], {"\<\"TUG/ref/ShapleyCoord\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShapleyCoord"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShapleyCoord.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$173012], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShapleyCoord" <> ".html"], None}]}]}, + "076d202d-6d52-4c06-8097-c099e15c4259"] + }],ExpressionUUID->"1fac6197-8842-4ffc-a29b-3e1c3743a3d7"], + StripOnInput->False],{ + "\"TUG/ref/ShapleyCoord\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShapleyCoord"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ShapleyCoord.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$187133], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShapleyCoord" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "783f5814-0e00-4a7d-b555-99bc32ed654a"] + "1f0e96bd-b4fd-4208-8de4-1671d5a83338"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "1a74cf23-0cb9-46fd-8bd9-26310737c7ad"]} + "b8af1a55-5174-4406-8441-367e69a3175a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c3b8833e-ce48-49b3-8c39-db7af6cc8e11"], + CellID->1,ExpressionUUID->"2f97c72c-9348-4b1c-b732-6c3a92ed3323"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d8e1f586-1826-45ea-8052-e1be23c8fa85"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1c8733e2-9ac5-4615-ac40-aabf58cc3afa"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShapleyCoord", "ObjectName",ExpressionUUID-> - "90dedf72-f511-44a3-8c0f-d393f7929d11"], + "9a033b20-67dc-4b03-a70d-f26544a74d9b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"30d63fbf-77f4-4942-95bd-4d07dad77662"], + "Spacer1"]],ExpressionUUID->"61223769-d2de-401e-8a5b-a1215146d77f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "98a29277-0ee6-4c0e-8f6d-99d2a2d15b5f"] - }],ExpressionUUID->"3c4e363d-7756-4161-b3e0-2fe9cf248473"], Cell[BoxData[ + "0fae4390-a642-4b8a-9e56-b4fde62918cc"] + }],ExpressionUUID->"2d909768-e763-471f-af72-66140bf3f313"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a0182f6c-d42b-44e1-8654-3497d603ec82"]} + "4ec36fe1-9272-483b-8c64-9161eaebdab6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"385483f8-226d-4699-a151-828363917aee"], + CacheGraphics->False,ExpressionUUID->"1d21c3d7-364f-471b-9ad5-233d6165ac71"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package plotting functions to \ supply the data of the Shapley value in order to depict the point-solution in \ the graphic. " - }],ExpressionUUID->"d3c42824-c676-48cd-b692-1904975a23dc"]} + }],ExpressionUUID->"60a152b8-d22b-4ea4-b507-8c47e23a74ea"]} }]], "Usage", CellID->498472619,ExpressionUUID->"12826917-0d07-4f74-b8e4-cfe5dbb9c6a1"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b64f5795-a434-4541-8cb9-7f2cbec5fb8b"], + ExpressionUUID->"316dde0b-38d7-4569-a0c4-03de0d5c8093"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"78e0d8eb-b61d-4bf5-acc7-2147caecfc14"], + "Spacer1"]],ExpressionUUID->"60711397-e435-43c9-ada0-33978b1f567c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7b7856c4-b72c-4b9b-888b-220d2500ea40"], + }], "NotesFrameText",ExpressionUUID->"9b77499c-756e-4869-9e31-a89666f77d50"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f38bc4d9-e68f-4936-a408-4b44faf1b076"]], \ + "Preemptive"]],ExpressionUUID->"d5a699e6-30ec-4825-a5f8-886cee9f2b70"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1957181675,ExpressionUUID->"93dacbd5-e415-4f7f-a15d-38772dd7a751"], + CellID->1727639273,ExpressionUUID->"be6661dd-9b83-400a-bb07-c7c78fc177c6"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -362,19 +367,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"320fba71-d400-4ce0-ac40-5817e2c5fff4"], + ExpressionUUID->"df97f634-bd8e-4865-ba91-95ac7b84d9a7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ca7e6c97-115f-463d-95de-6243d3c22aa8"], + "Spacer1"]],ExpressionUUID->"15aa245a-81a4-47ea-965f-834de9bf36c2"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d033022e-57e7-4ff2-9ced-3460ba4ddd82"] + "b976e529-7e22-46d1-a2e9-8490e59bcc83"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->386487568,ExpressionUUID->"2f0bb650-7bfd-4636-9b4c-f21282fa1b78"], + CellID->495758067,ExpressionUUID->"5a24217b-3149-431c-9d18-860cbe00b95e"], Cell[CellGroupData[{ @@ -403,18 +408,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8aa56282-2031-4578-9827-a16d8381b1ff"], + ExpressionUUID->"d8fe69e0-76ca-4804-bf1b-5a2e0fa73d20"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ffe6f48a-2d52-45d8-8701-14e3d7d500ae"], + "Spacer1"]],ExpressionUUID->"0ab06f2f-6043-403d-91a1-991863c93977"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1d074579-638c-4446-a2c2-c1aebc3ef794"] + "dc2f4f09-7380-4158-8030-8edfd6be28a9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2078563500,ExpressionUUID->"5cd00d28-ff24-4ad7-883d-fefc4d9932fd"], + CellID->914061584,ExpressionUUID->"d5b55236-ad58-411f-a0f1-5dbc848f7194"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"e5eaf4c9-14d9-4e8b-90d3-17921de380e5"], @@ -741,8 +746,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -890,15 +893,15 @@ Cell[BoxData[GridBox[{ "e34ebe33-8f03-4177-8659-7b32b763e448"] }], "SeeAlso",ExpressionUUID->"f5bf0022-589d-413c-bc0d-1df171444316"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"df9e91e1-4f9f-403f-a6dc-\ -44e27b2cb8fd"], + }]], "SeeAlsoSection",ExpressionUUID->"fe878827-86c7-4b9d-a617-\ +f4db0f6512fa"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -910,9 +913,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"29bf9a82-4327-41a8-98e6-3e646626dd77"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c395f1ae-1882-4892-93ce-\ -c31f7f2d651a"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7924a3cb-8eeb-407c-a8c3-\ +3187db034dc0"], Cell[BoxData[GridBox[{ { @@ -929,7 +931,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e306c2a1-560a-438f-84dd-d5a405ac1a5f"]}]}, + "25ebbcb9-071f-4611-81ee-5bcde5d4fcbc"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -937,10 +939,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dc871af0-6e1a-4dc5-b8ee-989af8ccc4fc"]}]} + "bb3af35e-e1a8-422d-a033-60fff44d21f0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f4b9d9c2-7215-4089-937f-\ -517ac4fca250"], + }]], "MoreAboutSection",ExpressionUUID->"39323838-c521-4690-9d03-\ +cdc242c04b47"], Cell[BoxData[GridBox[{ { @@ -967,7 +969,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f111d1c1-fd55-492d-8142-685696f3d8d1"]], "RelatedLinks", + "3ff4bcfa-e093-45f2-800d-2274fb9c2e80"]], "RelatedLinks", ExpressionUUID->"0c31023a-da21-48c6-8526-7c73cab5d623"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -985,7 +987,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "084586e9-935d-4d7f-8788-87da5f929559"]], "RelatedLinks", + "cc115168-715e-46af-9b57-6350d50c584f"]], "RelatedLinks", ExpressionUUID->"436d294c-6ee0-4b5e-af5f-fccbad805243"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1002,7 +1004,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8cc00348-ccc2-41cf-abc0-14ff36134faa"]], "RelatedLinks", + "0b218f00-575e-43af-a94e-8ae2b2659146"]], "RelatedLinks", ExpressionUUID->"4706f582-746b-4187-8d9b-5dd9682add08"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1019,11 +1021,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "26a2ad70-c9d2-4240-81ac-235d635705d2"]], "RelatedLinks", + "aaa9758e-7e6d-4a03-af4a-4f6822889ec3"]], "RelatedLinks", ExpressionUUID->"edfbd756-7055-453e-95b6-17d12d1fd0bb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e45987b8-bedb-4b8e-af42-\ -ca26219be5db"], + }]], "RelatedLinksSection",ExpressionUUID->"dc04df67-e1af-4b90-969f-\ +ac3988aec419"], Cell[CellGroupData[{ @@ -1053,11 +1055,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"198211ac-f7ec-4638-81cb-18b136db9509"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"feeddd8d-7140-4bdb-9025-21d803431d7f"] +Cell[" ", "FooterCell",ExpressionUUID->"88e9d373-89b9-485b-9221-80e3281fad1b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShapleyCoord", TaggingRules->{ @@ -1068,7 +1070,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 25.195038}", + "built" -> "{2024, 6, 3, 16, 55, 22.554557}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1076,10 +1078,11 @@ TaggingRules->{ "ShapleyCoord is an option for various package plotting functions to \ supply the data of the Shapley value in order to depict the point-solution in \ the graphic. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ShapleyCoord", "titlemodifier" -> "", "windowtitle" -> "ShapleyCoord", - "type" -> "Symbol", "uri" -> "TUG/ref/ShapleyCoord"}}, + "ShapleyCoord", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ShapleyCoord", "type" -> "Symbol", "uri" -> + "TUG/ref/ShapleyCoord"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1088,9 +1091,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d212b44a-b45c-4755-bcaa-c17a964bb430" +ExpressionUUID->"a7899cc4-f7e9-435f-b62e-a324ef1eb570" ] (* End of Notebook Content *) @@ -1098,125 +1101,123 @@ ExpressionUUID->"d212b44a-b45c-4755-bcaa-c17a964bb430" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13088, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2f0bb650-7bfd-4636-9b4c-f21282fa1b78", + Cell[13145, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a24217b-3149-431c-9d18-860cbe00b95e", CellTags->"PrimaryExamplesSection", - CellID->386487568]} + CellID->495758067]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42862, 1099} + {"PrimaryExamplesSection", 42907, 1102} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"c3b8833e-ce48-49b3-8c39-db7af6cc8e11", +Cell[584, 21, 7165, 173, 57, "AnchorBarGrid",ExpressionUUID->"2f97c72c-9348-4b1c-b732-6c3a92ed3323", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d8e1f586-1826-45ea-8052-e1be23c8fa85"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1c8733e2-9ac5-4615-ac40-aabf58cc3afa"], Cell[CellGroupData[{ -Cell[7806, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"385483f8-226d-4699-a151-828363917aee"], -Cell[9095, 232, 527, 10, 132, "Usage",ExpressionUUID->"12826917-0d07-4f74-b8e4-cfe5dbb9c6a1", +Cell[7863, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"1d21c3d7-364f-471b-9ad5-233d6165ac71"], +Cell[9152, 237, 527, 10, 131, "Usage",ExpressionUUID->"12826917-0d07-4f74-b8e4-cfe5dbb9c6a1", CellID->498472619] }, Open ]], Cell[CellGroupData[{ -Cell[9659, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"93dacbd5-e415-4f7f-a15d-38772dd7a751", +Cell[9716, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"be6661dd-9b83-400a-bb07-c7c78fc177c6", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1957181675], -Cell[11557, 296, 489, 12, 37, "Notes",ExpressionUUID->"364304be-b11f-45a6-89e1-046b3dcec9e7", + CellID->1727639273], +Cell[11614, 301, 489, 12, 38, "Notes",ExpressionUUID->"364304be-b11f-45a6-89e1-046b3dcec9e7", CellID->177724765], -Cell[12049, 310, 570, 15, 58, "Notes",ExpressionUUID->"5d1d8ca4-e99c-4035-bca3-249d51ec0bf1", +Cell[12106, 315, 570, 15, 59, "Notes",ExpressionUUID->"5d1d8ca4-e99c-4035-bca3-249d51ec0bf1", CellID->358334548], -Cell[12622, 327, 339, 6, 57, "Notes",ExpressionUUID->"17863862-6493-4787-bf24-5c6509627257", +Cell[12679, 332, 339, 6, 57, "Notes",ExpressionUUID->"17863862-6493-4787-bf24-5c6509627257", CellID->63912693] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13088, 339, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2f0bb650-7bfd-4636-9b4c-f21282fa1b78", +Cell[13145, 344, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5a24217b-3149-431c-9d18-860cbe00b95e", CellTags->"PrimaryExamplesSection", - CellID->386487568], + CellID->495758067], Cell[CellGroupData[{ -Cell[14533, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5cd00d28-ff24-4ad7-883d-fefc4d9932fd", - CellID->2078563500], -Cell[15935, 418, 118, 1, 38, "ExampleText",ExpressionUUID->"e5eaf4c9-14d9-4e8b-90d3-17921de380e5", +Cell[14590, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d5b55236-ad58-411f-a0f1-5dbc848f7194", + CellID->914061584], +Cell[15991, 423, 118, 1, 39, "ExampleText",ExpressionUUID->"e5eaf4c9-14d9-4e8b-90d3-17921de380e5", CellID->724598077], Cell[CellGroupData[{ -Cell[16078, 423, 168, 3, 27, "Input",ExpressionUUID->"8c9ed9e3-0873-4086-9ca2-0b0df16cc330", +Cell[16134, 428, 168, 3, 27, "Input",ExpressionUUID->"8c9ed9e3-0873-4086-9ca2-0b0df16cc330", CellID->2141335847], Cell[CellGroupData[{ -Cell[16271, 430, 236, 4, 23, "Print",ExpressionUUID->"710491d4-b128-44fe-b386-7fe2b0806331", +Cell[16327, 435, 236, 4, 23, "Print",ExpressionUUID->"710491d4-b128-44fe-b386-7fe2b0806331", CellID->269859094], -Cell[16510, 436, 365, 8, 23, "Print",ExpressionUUID->"708fc9ae-3251-4c65-a34b-45e2b3733b56", +Cell[16566, 441, 365, 8, 23, "Print",ExpressionUUID->"708fc9ae-3251-4c65-a34b-45e2b3733b56", CellID->248320895], -Cell[16878, 446, 237, 4, 23, "Print",ExpressionUUID->"4976dd5f-feee-418c-8132-9b82bbaf19e5", +Cell[16934, 451, 237, 4, 23, "Print",ExpressionUUID->"4976dd5f-feee-418c-8132-9b82bbaf19e5", CellID->1128761628], -Cell[17118, 452, 220, 3, 23, "Print",ExpressionUUID->"4336a69c-179c-4936-b6f7-cb00f26c95a9", +Cell[17174, 457, 220, 3, 23, "Print",ExpressionUUID->"4336a69c-179c-4936-b6f7-cb00f26c95a9", CellID->830380032], -Cell[17341, 457, 207, 3, 23, "Print",ExpressionUUID->"b5ecaf75-6287-44d7-b2c2-3d16ef82b7fa", +Cell[17397, 462, 207, 3, 23, "Print",ExpressionUUID->"b5ecaf75-6287-44d7-b2c2-3d16ef82b7fa", CellID->311631776], -Cell[17551, 462, 238, 4, 23, "Print",ExpressionUUID->"2d4fa083-fd22-4dfa-91c1-9716b96576a9", +Cell[17607, 467, 238, 4, 23, "Print",ExpressionUUID->"2d4fa083-fd22-4dfa-91c1-9716b96576a9", CellID->1066115369], -Cell[17792, 468, 221, 3, 23, "Print",ExpressionUUID->"87efda51-ad45-4df9-bcc1-596fe41c1993", +Cell[17848, 473, 221, 3, 23, "Print",ExpressionUUID->"87efda51-ad45-4df9-bcc1-596fe41c1993", CellID->1308778579], -Cell[18016, 473, 237, 4, 23, "Print",ExpressionUUID->"5e5e7260-a2c2-4890-b091-e23869bc6dc0", +Cell[18072, 478, 237, 4, 23, "Print",ExpressionUUID->"5e5e7260-a2c2-4890-b091-e23869bc6dc0", CellID->1876430551], -Cell[18256, 479, 236, 4, 23, "Print",ExpressionUUID->"edf83816-2d93-4b3c-8885-cde61d9f023b", +Cell[18312, 484, 236, 4, 23, "Print",ExpressionUUID->"edf83816-2d93-4b3c-8885-cde61d9f023b", CellID->974987128], -Cell[18495, 485, 208, 3, 23, "Print",ExpressionUUID->"9586ff87-31bb-4459-87c0-55ceffb3ecb7", +Cell[18551, 490, 208, 3, 23, "Print",ExpressionUUID->"9586ff87-31bb-4459-87c0-55ceffb3ecb7", CellID->2013902552], -Cell[18706, 490, 237, 4, 23, "Print",ExpressionUUID->"10b75258-5738-4607-bee0-94e4747d2b42", +Cell[18762, 495, 237, 4, 23, "Print",ExpressionUUID->"10b75258-5738-4607-bee0-94e4747d2b42", CellID->1649993442] }, Open ]] }, Open ]], -Cell[18970, 498, 137, 1, 70, "ExampleText",ExpressionUUID->"7d0b5d2d-af3f-4ea6-910c-aaf8beac26ac", +Cell[19026, 503, 137, 1, 70, "ExampleText",ExpressionUUID->"7d0b5d2d-af3f-4ea6-910c-aaf8beac26ac", CellID->2083786667], -Cell[19110, 501, 234, 6, 70, "Input",ExpressionUUID->"8cb9ad1d-7a3b-4fc9-9296-cb094855d65a", +Cell[19166, 506, 234, 6, 70, "Input",ExpressionUUID->"8cb9ad1d-7a3b-4fc9-9296-cb094855d65a", CellID->585427827], -Cell[19347, 509, 375, 9, 70, "Input",ExpressionUUID->"db4bddee-1f00-4d20-bfd9-512e0906f0d9", +Cell[19403, 514, 375, 9, 70, "Input",ExpressionUUID->"db4bddee-1f00-4d20-bfd9-512e0906f0d9", CellID->1947756944], -Cell[19725, 520, 238, 6, 70, "Input",ExpressionUUID->"139d5c11-69aa-410a-ae14-5688c7867777", +Cell[19781, 525, 238, 6, 70, "Input",ExpressionUUID->"139d5c11-69aa-410a-ae14-5688c7867777", CellID->1946614331], Cell[CellGroupData[{ -Cell[19988, 530, 194, 4, 70, "Input",ExpressionUUID->"6cad4748-7860-46f2-94fa-8b45d8641b0f", +Cell[20044, 535, 194, 4, 70, "Input",ExpressionUUID->"6cad4748-7860-46f2-94fa-8b45d8641b0f", CellID->2047720606], -Cell[20185, 536, 287, 8, 51, "Output",ExpressionUUID->"318b7c9b-b517-4e98-9550-a2f2d35f76f4", +Cell[20241, 541, 287, 8, 50, "Output",ExpressionUUID->"318b7c9b-b517-4e98-9550-a2f2d35f76f4", CellID->1889512093] }, Open ]], -Cell[20487, 547, 171, 3, 70, "ExampleText",ExpressionUUID->"b680fd6c-a41f-4916-a349-2562e546ac8f", +Cell[20543, 552, 171, 3, 70, "ExampleText",ExpressionUUID->"b680fd6c-a41f-4916-a349-2562e546ac8f", CellID->4896524], Cell[CellGroupData[{ -Cell[20683, 554, 262, 6, 70, "Input",ExpressionUUID->"6ca50afd-3f1d-44f2-b54c-c0cb63dab621", +Cell[20739, 559, 262, 6, 70, "Input",ExpressionUUID->"6ca50afd-3f1d-44f2-b54c-c0cb63dab621", CellID->640476792], -Cell[20948, 562, 3637, 68, 485, "Output",ExpressionUUID->"9a059c1d-f689-435a-a9af-952a1b831035", +Cell[21004, 567, 3637, 68, 485, "Output",ExpressionUUID->"9a059c1d-f689-435a-a9af-952a1b831035", CellID->182389128] }, Open ]], -Cell[24600, 633, 685, 16, 70, "ExampleText",ExpressionUUID->"9486ba98-310a-4891-a3d9-ceb435e32429", +Cell[24656, 638, 685, 16, 70, "ExampleText",ExpressionUUID->"9486ba98-310a-4891-a3d9-ceb435e32429", CellID->1919643346], Cell[CellGroupData[{ -Cell[25310, 653, 321, 7, 70, "Input",ExpressionUUID->"7815baa5-39c9-4f8a-9040-729de60e4859", +Cell[25366, 658, 321, 7, 70, "Input",ExpressionUUID->"7815baa5-39c9-4f8a-9040-729de60e4859", CellID->1790394400], -Cell[25634, 662, 3827, 72, 485, "Output",ExpressionUUID->"03c96940-92d5-474f-9106-90f0a8221e54", +Cell[25690, 667, 3827, 72, 485, "Output",ExpressionUUID->"03c96940-92d5-474f-9106-90f0a8221e54", CellID->1815808593] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29759, 748, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"fe878827-86c7-4b9d-a617-f4db0f6512fa"], +Cell[35243, 898, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7924a3cb-8eeb-407c-a8c3-3187db034dc0"], +Cell[35916, 918, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"39323838-c521-4690-9d03-cdc242c04b47"], +Cell[36952, 946, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"dc04df67-e1af-4b90-969f-ac3988aec419"], Cell[CellGroupData[{ -Cell[29725, 745, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"df9e91e1-4f9f-403f-a6dc-44e27b2cb8fd"], -Cell[35209, 895, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c395f1ae-1882-4892-93ce-c31f7f2d651a"] -}, Open ]], -Cell[35894, 916, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4b9d9c2-7215-4089-937f-517ac4fca250"], -Cell[36930, 944, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"e45987b8-bedb-4b8e-af42-ca26219be5db"], -Cell[CellGroupData[{ -Cell[39871, 1029, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"86eb8aa3-5d49-4918-97a6-7b04b2e22edd", +Cell[39893, 1031, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"86eb8aa3-5d49-4918-97a6-7b04b2e22edd", CellID->2135167160], -Cell[40012, 1032, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eba3cf37-2841-4d6d-a5e7-338273939b6e", +Cell[40034, 1034, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eba3cf37-2841-4d6d-a5e7-338273939b6e", CellID->1194386356], -Cell[40234, 1038, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cbf62f3b-b1e2-407d-b7b7-964a275e6c5a", +Cell[40256, 1040, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cbf62f3b-b1e2-407d-b7b7-964a275e6c5a", CellID->1641706272], -Cell[40449, 1043, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"acea201a-6549-4064-9425-ad87fcbd90c6", +Cell[40471, 1045, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"acea201a-6549-4064-9425-ad87fcbd90c6", CellID->399251956], -Cell[40678, 1049, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"198211ac-f7ec-4638-81cb-18b136db9509", +Cell[40700, 1051, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"198211ac-f7ec-4638-81cb-18b136db9509", CellID->821434655] }, Open ]], -Cell[40915, 1055, 78, 0, 70, "FooterCell",ExpressionUUID->"feeddd8d-7140-4bdb-9025-21d803431d7f"] +Cell[40937, 1057, 78, 0, 70, "FooterCell",ExpressionUUID->"88e9d373-89b9-485b-9221-80e3281fad1b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShapleyValue.nb b/Documentation/English/ReferencePages/Symbols/ShapleyValue.nb index 0f80fe6..b426f03 100644 --- a/Documentation/English/ReferencePages/Symbols/ShapleyValue.nb +++ b/Documentation/English/ReferencePages/Symbols/ShapleyValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42253, 1089] -NotebookOptionsPosition[ 33883, 923] -NotebookOutlinePosition[ 35972, 977] -CellTagsIndexPosition[ 35887, 972] +NotebookDataLength[ 43524, 1122] +NotebookOptionsPosition[ 35158, 957] +NotebookOutlinePosition[ 37272, 1012] +CellTagsIndexPosition[ 37186, 1007] WindowTitle->ShapleyValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f42ae0a0-9060-4fd4-9ee2-dc27c8fc7244"], + "45a10688-4673-4381-b91b-e2d10335b39b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d97ff537-8203-4e38-b708-41e0819200a0"], + "e5e021ab-6ed3-46f7-8c0e-40bea1c19ea4"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,36 +51,39 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "566d2e75-2b87-445a-a0c8-68259154b76e"] - }],ExpressionUUID->"64b818e5-5463-4310-9762-972f106647d2"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"HarsanyiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/HarsanyiValue"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "0f0620ff-f976-4f87-80f2-36d7bf6ae3bc"] + }],ExpressionUUID->"f160a0ff-b412-4c2f-acdc-4b4ebcb943c6"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"EqDistDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EqDistDividends"], + "\"HarsanyiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiValue"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "529e9530-0a7c-474c-8dc3-db4f920b75fe"], + "7e1e8f54-f4f0-42a3-a851-9f94fccf1b1b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -96,18 +99,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c80094a-15d0-4e4b-ba1d-415964c8d86b"] - }],ExpressionUUID->"b9430d63-5581-42f1-acfb-d6ab7ccffc85"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2fe847b9-1cbf-4d5a-bc68-f7f253d35ca9"] + }],ExpressionUUID->"baca608b-d890-4cca-bb25-4e4d0245cf42"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eeaac5a6-fdb1-4dbc-8668-d3f266431c58"], + "6ab9c77b-5717-4492-ac32-a80bfc457fe8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -123,16 +127,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84c98a60-2762-4b93-a076-bbeeb6e4fde3"] - }],ExpressionUUID->"935f8f30-b263-4aa8-bd11-6e1b9db4bee4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1a9538a7-eb42-4ada-b57c-bc6c38da797e"] + }],ExpressionUUID->"cc79e82c-096c-40b6-a2b8-30f9557237dd"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e76677cc-0929-4e0f-9ac1-25dac47506b8"], + "3a8e2c00-b9ef-44fd-b498-fd4d359af4c7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -148,51 +153,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "822dcb8a-47a6-4ec1-9dad-5ea9fd16a9ea"] - }],ExpressionUUID->"966a16c8-81ae-4d82-aab8-07a6ef9b16a8"], - StripOnInput->False], {"\<\"TUG/ref/ShapleyValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShapleyValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShapleyValue.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$174140], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShapleyValue" <> ".html"], None}]}]}, + "f9a68f46-0ec6-481e-8ade-c306ccfe624e"] + }],ExpressionUUID->"c936e0e4-9851-4558-a68d-52cfe3a734c8"], + StripOnInput->False],{ + "\"TUG/ref/ShapleyValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShapleyValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ShapleyValue.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$188331], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShapleyValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0db29d9f-7ba5-4699-9be9-8c5aa3da8cc6"] + "d1198d7a-68b0-409e-accb-b289c955c283"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6eac086a-a185-4668-8233-d8b4cd91fc3d"]} + "5962dd81-acb5-4168-9a9d-5aec5dee07dd"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cb7b1cfc-7bb2-4707-8abb-3c04f96e9959"], + CellID->1,ExpressionUUID->"eb6f967a-d387-4268-add6-2312097cce3c"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"0a0fc6c0-d9f9-49d8-a5e0-39293b96a2d9"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"a50b2474-adb7-4354-b4eb-1e566acc3224"], Cell[CellGroupData[{ @@ -200,14 +206,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShapleyValue", "ObjectName",ExpressionUUID-> - "1781c183-8131-41d0-9364-b6d9cb90a768"], + "911f9089-a361-4431-ab6a-1c5634b92e37"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"d043b207-c2f3-495e-a282-7d67ad04966c"], + "Spacer1"]],ExpressionUUID->"168a0669-527f-41c9-bbad-53ce94e567c4"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4ab89044-6fcd-45a3-969a-9ea79297633d"] - }],ExpressionUUID->"9a142b39-558c-40da-8878-bc8250cc039c"], Cell[BoxData[ + "7a92483e-67c3-4538-8dd8-4f10ec577100"] + }],ExpressionUUID->"23f63af5-27e1-426a-94fb-c2cfffa87004"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -229,9 +235,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "aafb8425-67b6-4cd7-8252-401e19b2aaf7"]} + "6465498a-5f44-4f0b-a881-49660d059214"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"44890469-1a2e-4d98-9df0-a19417f981c0"], + CacheGraphics->False,ExpressionUUID->"a1eccd03-0ec6-4f06-b836-7dd6ebb2b84c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ "e8a5be90-7f74-46dc-86ed-9bc6e22a0d85"], " \[LineSeparator]computes the Shapley value of the game using the \ potential of the game." - }],ExpressionUUID->"dbfce684-9a29-4871-a161-e74f52e04532"]} + }],ExpressionUUID->"0e377d3e-ac02-401c-8eaf-079543a274de"]} }]], "Usage", CellID->510686916,ExpressionUUID->"86040970-36d9-44c9-aabe-f3ef64c83778"] }, Open ]], @@ -274,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"445067ed-4471-40c6-a594-2ef39639be1d"], + ExpressionUUID->"1c178741-b0fd-4fcd-8722-4b6b9e00edb8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4616f2e0-cb93-4ff5-a3d2-82b54e30c85c"], + "Spacer1"]],ExpressionUUID->"fa083792-9ce6-4a3a-bb26-c3687713ee90"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7eb59b5a-408b-4c56-b599-ece426693af3"], + }], "NotesFrameText",ExpressionUUID->"6d7912d2-f72c-4575-8e5b-0a1a10ab284d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2d66d121-b135-4d31-a821-93cbf4b32a6f"]], \ + "Preemptive"]],ExpressionUUID->"bca4a2f8-7a3e-40f9-860b-9c41870024f5"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1309544182,ExpressionUUID->"cc349cf3-de90-4ba8-a929-67f18d5eb008"], + CellID->1711885242,ExpressionUUID->"44a1263b-84f7-4fb3-bc1f-83cb9ef97dc9"], Cell[TextData[{ "The input expression ", @@ -373,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"226b78d7-da4a-4244-a1d9-b5fe7f9b4964"], + ExpressionUUID->"a90244cb-de63-4a69-a265-dff82541a22c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b5cf1b13-a4dd-466e-a572-a9e78b2fe8e2"], + "Spacer1"]],ExpressionUUID->"375fbc73-74e5-4037-a04c-0820a59ed187"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "fa3ae509-a966-49f0-b044-3a45c96eea8b"] + "13d79738-c58e-435f-803f-d3bc8c0215da"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->431910475,ExpressionUUID->"f8023493-c558-4aa0-a154-43e74cacef03"], + CellID->1154010166,ExpressionUUID->"a3f021fd-0302-4a0f-9b7d-0a9be578d40f"], Cell[CellGroupData[{ @@ -414,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6ce8c73e-971a-4249-9110-a8258ea714da"], + ExpressionUUID->"78ffa12d-6a5f-4ecd-979b-978cb9491e4c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f8f5b5df-ab61-4f75-808a-45a0b83a0488"], + "Spacer1"]],ExpressionUUID->"970404ea-f748-4b0e-b52e-a7a41cad78b0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "368ba74f-6e9c-46f4-8c69-771c1b988625"] + "1d79972b-5f0b-4549-a5db-06f4107baf76"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->521333996,ExpressionUUID->"ef1d61ec-10f5-41ce-ad95-aaf05ef0dfa9"], + CellID->1409997763,ExpressionUUID->"16c93ff9-a06d-4d94-9bd4-8e2ac36d57c3"], Cell["Loading the package:", "ExampleText", CellID->98121247,ExpressionUUID->"5f4e1e0f-6f7f-468a-bb97-9b971e497f15"], @@ -443,7 +449,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1325205212,ExpressionUUID->"d679832b-7670-42a8-9ba5-5be5c0d3a737"], + CellID->1676009956,ExpressionUUID->"aaa6ad05-fc0e-48a0-b06f-8ac06c3690fa"], Cell[BoxData[ InterpretationBox[ @@ -453,57 +459,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1042302067,ExpressionUUID->"60bb98ed-c3fb-4d23-a1c8-6637883291a2"], + CellID->859529569,ExpressionUUID->"a3c4cf7c-6870-4d50-94d8-8aef21b95c43"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1999687842,ExpressionUUID->"51229b04-3811-4877-a043-a6fbcb2ff8c2"], + CellID->806142307,ExpressionUUID->"9cab2cb6-3318-4c3e-9ba7-406774270248"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->2327102,ExpressionUUID->"9fcb6aa7-59e8-4d64-9ca4-2e03e8b11d6e"], + CellID->1236226976,ExpressionUUID->"e692bca6-42b1-4367-aa50-28e9373dde72"], -Cell[BoxData["\<\"Release Date: 07.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1831801996,ExpressionUUID->"c46bce94-0032-4de7-829a-1911ef9415a5"], + CellID->1810621461,ExpressionUUID->"ae3afa0b-007d-4811-be1e-109195893d0e"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1463022009,ExpressionUUID->"a53301e9-894f-4824-bf43-11763f57e674"], + CellID->1633670409,ExpressionUUID->"9257c6d5-40e6-4da7-a7fb-9225c544d9fe"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->641262764,ExpressionUUID->"41d9f63c-50b7-4680-8cc6-2588f12df0d0"], + CellID->1302133182,ExpressionUUID->"afbb37c0-4594-4045-bfba-f3902dd585ea"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1862234837,ExpressionUUID->"e98c6794-1484-4e31-a318-1267fb474cd7"], + CellID->1572820128,ExpressionUUID->"5efb526d-fe67-49b0-91d0-aaf93a5a0e1e"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->426305179,ExpressionUUID->"e587ae3a-259a-4545-9968-e7ebd45b4a5e"], + CellID->1174777550,ExpressionUUID->"33a2ffa3-8c8e-4f32-9a72-0aa74b1a263d"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->1540247242,ExpressionUUID->"954c5341-41a4-4c6f-85a7-9361e8f07ee7"], + CellID->1888032765,ExpressionUUID->"e7e587e7-bff7-42f6-b0a4-b9a1eac37bdf"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$3422`", CellLabel->"During evaluation of In[1]:=", - CellID->633774499,ExpressionUUID->"0a08d645-da56-40f7-ad43-0ae4d64fdd23"] + CellID->874248364,ExpressionUUID->"72417839-8a0a-409c-b093-f53f5991a33e"] }, Open ]] }, Open ]], @@ -553,7 +559,7 @@ Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[5]=", - CellID->1585215056,ExpressionUUID->"d1f2e65d-7f9b-47a4-be18-f73ec9b36c81"] + CellID->2133564653,ExpressionUUID->"909a8877-5713-4a12-af88-9cecb7894bb6"] }, Open ]], Cell["Then we compute the Shapley value through", "ExampleText", @@ -576,7 +582,7 @@ Cell[BoxData[ FractionBox["11", "24"]}], "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[6]=", - CellID->296159204,ExpressionUUID->"f88c7f24-caba-46ec-a6fe-de8a6b1b78a4"] + CellID->628821932,ExpressionUUID->"b01ef4f2-ab11-4e50-b55e-39776b489177"] }, Open ]], Cell["\<\ @@ -602,7 +608,7 @@ Cell[BoxData[ FractionBox["11", "24"]}], "}"}]], "Output", CellContext->"Cell$$3422`", CellLabel->"Out[7]=", - CellID->979668484,ExpressionUUID->"44376e79-03da-443a-8851-e6b06591236f"] + CellID->28028458,ExpressionUUID->"95ac3d96-e249-4a07-868f-c0e98f4c6c65"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -611,8 +617,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -631,7 +635,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "74dc766d-cd24-48f6-b273-318af4e9a1f3"], + "dd1cebe1-f4a0-4463-92f7-34c8cb1e2b85"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -645,7 +649,21 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "afa12362-2865-434a-8fa2-7a4f1e8a93f6"], + "c3dcb98b-ac15-470e-927f-98b34a3c7863"], + "\[NonBreakingSpace]", + StyleBox[ + "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", + "InlineSeparator"], + " ", + Cell[BoxData[ + TemplateBox[{ + Cell[ + TextData["EqDistDividends"]], "paclet:TUG/ref/EqDistDividends", + "TUG Package Symbol"}, + "PackageLink", + BaseStyle->"InlineFormula"]], "InlineFormula", + FontFamily->"Source Sans Pro",ExpressionUUID-> + "80068fa0-62ae-445f-97b4-c03d45ec08bc"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -659,7 +677,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "ad335209-1baa-47d5-b2fc-00b023b3b662"], + "5d34f286-231a-4557-aa8f-d538160db1cf"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -673,7 +691,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "9021a8bf-2588-482a-b54d-cb415f0b6cac"], + "6b67995d-c800-481d-88c5-2ebc20113070"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -687,7 +705,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "61de994c-2200-4be4-a6c8-746f3109c17a"], + "595e1d01-1e21-43d4-9626-125b39fa6140"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -701,7 +719,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "c85ab5c4-c3eb-44ff-847c-6f59a5a292b9"], + "92c01aaa-0a6b-4452-a4a1-b8aad0d3878c"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -715,7 +733,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "158f0bc3-c90c-4a4c-8f89-dc4c25a491e0"], + "c72138e4-1059-4b4c-8c06-f2180146833f"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -729,7 +747,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "89e5a7ed-1ece-453d-8dc4-a989b300a9c6"], + "86f376e7-3101-4b0c-86d2-a5c6a759034a"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -743,7 +761,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "a569a1ce-d77a-4247-b80a-f0a1eea2643d"], + "22416321-0466-4b6c-ac5a-56aa7064828b"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -757,7 +775,7 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "5e02b879-34e7-4119-a30a-06ebd0d6ead8"], + "251090dc-5764-467b-ba33-4a8c42054f03"], "\[NonBreakingSpace]", StyleBox[ "\[MediumSpace]\[FilledVerySmallSquare]\[MediumSpace]", @@ -771,18 +789,18 @@ Cell[BoxData[GridBox[{ "PackageLink", BaseStyle->"InlineFormula"]], "InlineFormula", FontFamily->"Source Sans Pro",ExpressionUUID-> - "4e0cddb0-7734-427d-b989-c47578b5396b"] + "0a3a4bca-6a56-44f3-be9d-2fa80e7cfeb6"] }], "SeeAlso",ExpressionUUID->"cdebcbd0-1213-4701-9386-f2ede8ff6491"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bbac29dc-3cad-4203-827a-\ -75cb3a03ce65"], + }]], "SeeAlsoSection",ExpressionUUID->"c2bf876f-bf5a-4495-962a-\ +f835afe80c60"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -794,9 +812,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2f41eb9f-3f6d-47cb-bc25-4f989aebdeab"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9cdb315d-ef6d-48ee-8f79-\ -50e7660e016d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"507f4469-a9fb-402b-a827-\ +7d259429af37"], Cell[BoxData[GridBox[{ { @@ -813,7 +830,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "06839f4a-b2cf-4dd2-a973-4cf0d9f33b57"]}]}, + "2e15b7e3-6897-4001-929f-15dde4feafaa"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -821,10 +838,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9f683b1e-e37b-4b0a-a434-0ea0c19884fd"]}]} + "7b8af474-d4e7-44cf-9116-92065fd9947a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b468103c-95d9-4ba1-91ba-\ -fe03016df68e"], + }]], "MoreAboutSection",ExpressionUUID->"0fb4487a-ffd0-44db-864e-\ +baa54d060db3"], Cell[BoxData[GridBox[{ { @@ -836,6 +853,23 @@ Cell[BoxData[GridBox[{ "Spacer1"], StyleBox[ RowBox[{"Related", " ", "Links"}], "RelatedLinksSection"]}]}, + {Cell[BoxData[Cell[BoxData[ + RowBox[{ + TemplateBox[{16}, + "Spacer1"], "\[FilledVerySmallSquare]", + TemplateBox[{ + Cell[ + TextData[ + Cell[ + TextData[{ + Cell[ + BoxData[ + TemplateBox[{2}, "Spacer1"]]], "EqDistDividends"}]]]], + "paclet:TUG/Ref/EqDistDividends"}, + "RefLinkPlain", + BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> + "b7248846-1afd-4dae-8c59-36cf26055bd7"]], "RelatedLinks", + ExpressionUUID->"450ae8e1-7eb9-465f-a886-33e99efdc473"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ TemplateBox[{16}, @@ -851,7 +885,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e6fd884f-d27b-4ad5-b804-2293e17a3fed"]], "RelatedLinks", + "a66cf870-d785-42e2-8253-cd52bd47023b"]], "RelatedLinks", ExpressionUUID->"a87eabcb-0973-4c5e-bdae-dbbb3d7bbd49"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -868,7 +902,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "96365a14-c2b3-47f4-87c7-3502b2f4cbd0"]], "RelatedLinks", + "ccc5b2e2-9aa0-4cd0-8855-ef0e2ef9e25d"]], "RelatedLinks", ExpressionUUID->"f83c3522-b2af-4971-86c1-0757323824c4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -885,11 +919,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e404b62-c0d2-4309-b808-090906fb21cf"]], "RelatedLinks", + "8fbe1bde-2668-464a-80a7-39f49e8ce92b"]], "RelatedLinks", ExpressionUUID->"712999ab-8fb2-4df7-93f3-b22730df159b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7d0c0f98-64f4-40f2-a6cf-\ -6386453379a0"], + }]], "RelatedLinksSection",ExpressionUUID->"633bea1e-1fb2-4e53-aba6-\ +4705b94795ea"], Cell[CellGroupData[{ @@ -919,11 +953,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2f86ce4d-a429-47db-8325-88b0042b8855"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4e535ff1-cb93-46e0-a561-4ed3330d8929"] +Cell[" ", "FooterCell",ExpressionUUID->"ec7640fe-b7cb-4499-97ed-c46abf9be206"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShapleyValue", TaggingRules->{ @@ -934,7 +968,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 28.363702}", + "built" -> "{2024, 6, 3, 16, 55, 24.078221}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -942,10 +976,11 @@ TaggingRules->{ "summary" -> "ShapleyValue[game] computes the Shapley value of the game using the \ potential of the game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ShapleyValue", "titlemodifier" -> "", "windowtitle" -> "ShapleyValue", - "type" -> "Symbol", "uri" -> "TUG/ref/ShapleyValue"}}, + "ShapleyValue", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ShapleyValue", "type" -> "Symbol", "uri" -> + "TUG/ref/ShapleyValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -954,9 +989,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1cf63006-5226-4984-a04d-3d30bd005daa" +ExpressionUUID->"12370e0b-b3bd-4358-b1b4-24cd94642dd1" ] (* End of Notebook Content *) @@ -964,133 +999,131 @@ ExpressionUUID->"1cf63006-5226-4984-a04d-3d30bd005daa" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13633, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f8023493-c558-4aa0-a154-43e74cacef03", + Cell[13786, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a3f021fd-0302-4a0f-9b7d-0a9be578d40f", CellTags->"PrimaryExamplesSection", - CellID->431910475]} + CellID->1154010166]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35687, 965} + {"PrimaryExamplesSection", 36985, 1000} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7240, 171, 56, "AnchorBarGrid",ExpressionUUID->"cb7b1cfc-7bb2-4707-8abb-3c04f96e9959", +Cell[584, 21, 7393, 177, 57, "AnchorBarGrid",ExpressionUUID->"eb6f967a-d387-4268-add6-2312097cce3c", CellID->1], -Cell[7827, 194, 91, 0, 24, "ContextNameCell",ExpressionUUID->"0a0fc6c0-d9f9-49d8-a5e0-39293b96a2d9"], +Cell[7980, 200, 91, 0, 23, "ContextNameCell",ExpressionUUID->"a50b2474-adb7-4354-b4eb-1e566acc3224"], Cell[CellGroupData[{ -Cell[7943, 198, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"44890469-1a2e-4d98-9df0-a19417f981c0"], -Cell[9232, 235, 486, 10, 111, "Usage",ExpressionUUID->"86040970-36d9-44c9-aabe-f3ef64c83778", +Cell[8096, 204, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"a1eccd03-0ec6-4f06-b836-7dd6ebb2b84c"], +Cell[9385, 241, 486, 10, 111, "Usage",ExpressionUUID->"86040970-36d9-44c9-aabe-f3ef64c83778", CellID->510686916] }, Open ]], Cell[CellGroupData[{ -Cell[9755, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"cc349cf3-de90-4ba8-a929-67f18d5eb008", +Cell[9908, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"44a1263b-84f7-4fb3-bc1f-83cb9ef97dc9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1309544182], -Cell[11653, 299, 515, 12, 57, "Notes",ExpressionUUID->"f486c013-5917-41e9-b168-fc83bf2e6560", + CellID->1711885242], +Cell[11806, 305, 515, 12, 57, "Notes",ExpressionUUID->"f486c013-5917-41e9-b168-fc83bf2e6560", CellID->1014199156], -Cell[12171, 313, 489, 12, 37, "Notes",ExpressionUUID->"2ea8f61c-9973-4e15-b861-c5cecadc2bd5", +Cell[12324, 319, 489, 12, 38, "Notes",ExpressionUUID->"2ea8f61c-9973-4e15-b861-c5cecadc2bd5", CellID->177724765], -Cell[12663, 327, 232, 4, 36, "Notes",ExpressionUUID->"a74f3959-2389-4611-90b1-0092cce6d2d1", +Cell[12816, 333, 232, 4, 36, "Notes",ExpressionUUID->"a74f3959-2389-4611-90b1-0092cce6d2d1", CellID->2011306874], -Cell[12898, 333, 146, 1, 36, "Notes",ExpressionUUID->"4210f573-1688-4239-ba63-32fc5c02529d", +Cell[13051, 339, 146, 1, 36, "Notes",ExpressionUUID->"4210f573-1688-4239-ba63-32fc5c02529d", CellID->864458735], -Cell[13047, 336, 147, 1, 36, "Notes",ExpressionUUID->"cf238903-888f-4e79-a388-c24b2b1aa567", +Cell[13200, 342, 147, 1, 36, "Notes",ExpressionUUID->"cf238903-888f-4e79-a388-c24b2b1aa567", CellID->927884890], -Cell[13197, 339, 309, 5, 36, "Notes",ExpressionUUID->"d4d397d7-7785-4bd0-972e-85c1f3805a63", +Cell[13350, 345, 309, 5, 36, "Notes",ExpressionUUID->"d4d397d7-7785-4bd0-972e-85c1f3805a63", CellID->570328295] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13633, 350, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f8023493-c558-4aa0-a154-43e74cacef03", +Cell[13786, 356, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a3f021fd-0302-4a0f-9b7d-0a9be578d40f", CellTags->"PrimaryExamplesSection", - CellID->431910475], + CellID->1154010166], Cell[CellGroupData[{ -Cell[15078, 391, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ef1d61ec-10f5-41ce-ad95-aaf05ef0dfa9", - CellID->521333996], -Cell[16479, 429, 117, 1, 38, "ExampleText",ExpressionUUID->"5f4e1e0f-6f7f-468a-bb97-9b971e497f15", +Cell[15232, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"16c93ff9-a06d-4d94-9bd4-8e2ac36d57c3", + CellID->1409997763], +Cell[16634, 435, 117, 1, 39, "ExampleText",ExpressionUUID->"5f4e1e0f-6f7f-468a-bb97-9b971e497f15", CellID->98121247], Cell[CellGroupData[{ -Cell[16621, 434, 167, 3, 27, "Input",ExpressionUUID->"8258d1bc-ac3a-454b-84a7-322dadb5e23b", +Cell[16776, 440, 167, 3, 27, "Input",ExpressionUUID->"8258d1bc-ac3a-454b-84a7-322dadb5e23b", CellID->437011735], Cell[CellGroupData[{ -Cell[16813, 441, 236, 4, 23, "Print",ExpressionUUID->"d679832b-7670-42a8-9ba5-5be5c0d3a737", - CellID->1325205212], -Cell[17052, 447, 365, 8, 23, "Print",ExpressionUUID->"60bb98ed-c3fb-4d23-a1c8-6637883291a2", - CellID->1042302067], -Cell[17420, 457, 236, 4, 23, "Print",ExpressionUUID->"51229b04-3811-4877-a043-a6fbcb2ff8c2", - CellID->1999687842], -Cell[17659, 463, 217, 3, 23, "Print",ExpressionUUID->"9fcb6aa7-59e8-4d64-9ca4-2e03e8b11d6e", - CellID->2327102], -Cell[17879, 468, 207, 3, 23, "Print",ExpressionUUID->"c46bce94-0032-4de7-829a-1911ef9415a5", - CellID->1831801996], -Cell[18089, 473, 237, 4, 23, "Print",ExpressionUUID->"a53301e9-894f-4824-bf43-11763f57e674", - CellID->1463022009], -Cell[18329, 479, 219, 3, 23, "Print",ExpressionUUID->"41d9f63c-50b7-4680-8cc6-2588f12df0d0", - CellID->641262764], -Cell[18551, 484, 236, 4, 23, "Print",ExpressionUUID->"e98c6794-1484-4e31-a318-1267fb474cd7", - CellID->1862234837], -Cell[18790, 490, 235, 4, 70, "Print",ExpressionUUID->"e587ae3a-259a-4545-9968-e7ebd45b4a5e", - CellID->426305179], -Cell[19028, 496, 207, 3, 70, "Print",ExpressionUUID->"954c5341-41a4-4c6f-85a7-9361e8f07ee7", - CellID->1540247242], -Cell[19238, 501, 235, 4, 70, "Print",ExpressionUUID->"0a08d645-da56-40f7-ad43-0ae4d64fdd23", - CellID->633774499] +Cell[16968, 447, 236, 4, 23, "Print",ExpressionUUID->"aaa6ad05-fc0e-48a0-b06f-8ac06c3690fa", + CellID->1676009956], +Cell[17207, 453, 364, 8, 23, "Print",ExpressionUUID->"a3c4cf7c-6870-4d50-94d8-8aef21b95c43", + CellID->859529569], +Cell[17574, 463, 235, 4, 23, "Print",ExpressionUUID->"9cab2cb6-3318-4c3e-9ba7-406774270248", + CellID->806142307], +Cell[17812, 469, 220, 3, 23, "Print",ExpressionUUID->"e692bca6-42b1-4367-aa50-28e9373dde72", + CellID->1236226976], +Cell[18035, 474, 207, 3, 23, "Print",ExpressionUUID->"ae3afa0b-007d-4811-be1e-109195893d0e", + CellID->1810621461], +Cell[18245, 479, 237, 4, 23, "Print",ExpressionUUID->"9257c6d5-40e6-4da7-a7fb-9225c544d9fe", + CellID->1633670409], +Cell[18485, 485, 220, 3, 23, "Print",ExpressionUUID->"afbb37c0-4594-4045-bfba-f3902dd585ea", + CellID->1302133182], +Cell[18708, 490, 236, 4, 23, "Print",ExpressionUUID->"5efb526d-fe67-49b0-91d0-aaf93a5a0e1e", + CellID->1572820128], +Cell[18947, 496, 236, 4, 70, "Print",ExpressionUUID->"33a2ffa3-8c8e-4f32-9a72-0aa74b1a263d", + CellID->1174777550], +Cell[19186, 502, 207, 3, 70, "Print",ExpressionUUID->"e7e587e7-bff7-42f6-b0a4-b9a1eac37bdf", + CellID->1888032765], +Cell[19396, 507, 235, 4, 70, "Print",ExpressionUUID->"72417839-8a0a-409c-b093-f53f5991a33e", + CellID->874248364] }, Open ]] }, Open ]], -Cell[19500, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"7ece73fb-ed14-408a-a3b6-e869ba6be7a1", +Cell[19658, 515, 136, 1, 70, "ExampleText",ExpressionUUID->"7ece73fb-ed14-408a-a3b6-e869ba6be7a1", CellID->386220828], -Cell[19639, 512, 234, 6, 70, "Input",ExpressionUUID->"49e37a1d-5057-4830-9974-a14def831edc", +Cell[19797, 518, 234, 6, 70, "Input",ExpressionUUID->"49e37a1d-5057-4830-9974-a14def831edc", CellID->551901782], -Cell[19876, 520, 389, 8, 70, "Input",ExpressionUUID->"db663124-bd65-42d8-a168-4c3023ed6819", +Cell[20034, 526, 389, 8, 70, "Input",ExpressionUUID->"db663124-bd65-42d8-a168-4c3023ed6819", CellID->1847120454], -Cell[20268, 530, 238, 6, 70, "Input",ExpressionUUID->"d841439e-228e-4f9c-9ed0-6f5d091a0506", +Cell[20426, 536, 238, 6, 70, "Input",ExpressionUUID->"d841439e-228e-4f9c-9ed0-6f5d091a0506", CellID->2042268795], -Cell[20509, 538, 191, 4, 70, "ExampleText",ExpressionUUID->"db890cb4-2d31-4569-be43-b8f926c8225a", +Cell[20667, 544, 191, 4, 70, "ExampleText",ExpressionUUID->"db890cb4-2d31-4569-be43-b8f926c8225a", CellID->1195997214], Cell[CellGroupData[{ -Cell[20725, 546, 170, 3, 70, "Input",ExpressionUUID->"d58a7bb8-8de0-4b9d-8c4e-eef72e6e1c62", +Cell[20883, 552, 170, 3, 70, "Input",ExpressionUUID->"d58a7bb8-8de0-4b9d-8c4e-eef72e6e1c62", CellID->1700143237], -Cell[20898, 551, 173, 4, 36, "Output",ExpressionUUID->"d1f2e65d-7f9b-47a4-be18-f73ec9b36c81", - CellID->1585215056] +Cell[21056, 557, 173, 4, 36, "Output",ExpressionUUID->"909a8877-5713-4a12-af88-9cecb7894bb6", + CellID->2133564653] }, Open ]], -Cell[21086, 558, 139, 1, 70, "ExampleText",ExpressionUUID->"82628a07-4dd4-4ffe-8fc8-03959697c698", +Cell[21244, 564, 139, 1, 70, "ExampleText",ExpressionUUID->"82628a07-4dd4-4ffe-8fc8-03959697c698", CellID->169564855], Cell[CellGroupData[{ -Cell[21250, 563, 194, 4, 70, "Input",ExpressionUUID->"be258ce7-2c83-41eb-b4e7-e648ba78020d", +Cell[21408, 569, 194, 4, 70, "Input",ExpressionUUID->"be258ce7-2c83-41eb-b4e7-e648ba78020d", CellID->649153973], -Cell[21447, 569, 316, 9, 51, "Output",ExpressionUUID->"f88c7f24-caba-46ec-a6fe-de8a6b1b78a4", - CellID->296159204] +Cell[21605, 575, 316, 9, 50, "Output",ExpressionUUID->"b01ef4f2-ab11-4e50-b55e-39776b489177", + CellID->628821932] }, Open ]], -Cell[21778, 581, 202, 4, 70, "ExampleText",ExpressionUUID->"1be10206-8a8e-44c2-b0e1-855471a1784e", +Cell[21936, 587, 202, 4, 70, "ExampleText",ExpressionUUID->"1be10206-8a8e-44c2-b0e1-855471a1784e", CellID->1913562716], Cell[CellGroupData[{ -Cell[22005, 589, 184, 4, 70, "Input",ExpressionUUID->"41a6a4ab-f5df-4b7c-ab2e-b59f0ee6a155", +Cell[22163, 595, 184, 4, 70, "Input",ExpressionUUID->"41a6a4ab-f5df-4b7c-ab2e-b59f0ee6a155", CellID->33388081], -Cell[22192, 595, 316, 9, 51, "Output",ExpressionUUID->"44376e79-03da-443a-8851-e6b06591236f", - CellID->979668484] +Cell[22350, 601, 315, 9, 50, "Output",ExpressionUUID->"95ac3d96-e249-4a07-868f-c0e98f4c6c65", + CellID->28028458] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22907, 619, 6533, 176, 70, "SeeAlsoSection",ExpressionUUID->"c2bf876f-bf5a-4495-962a-f835afe80c60"], +Cell[29443, 797, 670, 18, 70, "TechNotesSection",ExpressionUUID->"507f4469-a9fb-402b-a827-7d259429af37"], +Cell[30116, 817, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0fb4487a-ffd0-44db-864e-baa54d060db3"], +Cell[31152, 845, 2856, 80, 70, "RelatedLinksSection",ExpressionUUID->"633bea1e-1fb2-4e53-aba6-4705b94795ea"], Cell[CellGroupData[{ -Cell[22772, 615, 6016, 162, 70, "SeeAlsoSection",ExpressionUUID->"bbac29dc-3cad-4203-827a-75cb3a03ce65"], -Cell[28791, 779, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9cdb315d-ef6d-48ee-8f79-50e7660e016d"] -}, Open ]], -Cell[29476, 800, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b468103c-95d9-4ba1-91ba-fe03016df68e"], -Cell[30512, 828, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"7d0c0f98-64f4-40f2-a6cf-6386453379a0"], -Cell[CellGroupData[{ -Cell[32758, 895, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"56312646-b2a1-4be9-93e1-dd3539d0be30", +Cell[34033, 929, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"56312646-b2a1-4be9-93e1-dd3539d0be30", CellID->117551421], -Cell[32898, 898, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"47213838-5519-4a87-a10b-3a6f72096cba", +Cell[34173, 932, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"47213838-5519-4a87-a10b-3a6f72096cba", CellID->1194386356], -Cell[33120, 904, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2b7740f5-643f-408a-a93d-0cd7551724a0", +Cell[34395, 938, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2b7740f5-643f-408a-a93d-0cd7551724a0", CellID->1641706272], -Cell[33335, 909, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e29feaed-e2d5-49b1-abe6-10ec795ca6a3", +Cell[34610, 943, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e29feaed-e2d5-49b1-abe6-10ec795ca6a3", CellID->399251956], -Cell[33564, 915, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2f86ce4d-a429-47db-8325-88b0042b8855", +Cell[34839, 949, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2f86ce4d-a429-47db-8325-88b0042b8855", CellID->821434655] }, Open ]], -Cell[33801, 921, 78, 0, 70, "FooterCell",ExpressionUUID->"4e535ff1-cb93-46e0-a561-4ed3330d8929"] +Cell[35076, 955, 78, 0, 70, "FooterCell",ExpressionUUID->"ec7640fe-b7cb-4499-97ed-c46abf9be206"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShapleyValueML.nb b/Documentation/English/ReferencePages/Symbols/ShapleyValueML.nb index 822d7ff..8ab26a2 100644 --- a/Documentation/English/ReferencePages/Symbols/ShapleyValueML.nb +++ b/Documentation/English/ReferencePages/Symbols/ShapleyValueML.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41038, 1055] -NotebookOptionsPosition[ 32656, 889] -NotebookOutlinePosition[ 34751, 943] -CellTagsIndexPosition[ 34666, 938] +NotebookDataLength[ 41041, 1054] +NotebookOptionsPosition[ 32671, 890] +NotebookOutlinePosition[ 34785, 944] +CellTagsIndexPosition[ 34700, 939] WindowTitle->ShapleyValueML WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cd76f8fa-ead7-48d3-bbf4-7e38304cabd2"], + "725b7697-dfd9-4ffd-b776-27daddb26abd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ac59c8fc-4b70-413c-b73d-5f6f4a227db5"], + "3b06562e-4eeb-4f0c-b67f-48988c708607"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "20155d28-0794-457f-8ecf-05ce9255086c"] - }],ExpressionUUID->"33fe8eab-cee7-486d-b864-445efee6b430"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "2c135b96-35a4-457c-a833-92125a5f559a"] + }],ExpressionUUID->"a68e6fa9-992d-4a62-a40a-c4d2724b55e2"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6ffb376e-dee8-43f3-8186-4a5cf6b6de34"], + "05970334-5ce4-46bf-a709-6ace5ff022d5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "64993d32-2123-470d-b198-6e6fb11c6c96"] - }],ExpressionUUID->"aaec3ea6-fca7-47c2-9a0a-14317d0f9102"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0f9fb9f1-5f21-4914-a78a-8f9e3c0ed574"] + }],ExpressionUUID->"e4cccaf1-1a09-499e-962a-080ba5a71154"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1d0da709-397d-4c69-9c90-dfd94dc57c0c"], + "35a63209-31d0-4bad-84da-8698e9e74a10"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "61de2c68-a1c0-410a-bdb6-9e66386a0a10"] - }],ExpressionUUID->"fac64229-116f-4c28-8897-25a65d06b13a"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2a3a34bf-8b78-49e9-946b-a400aad8341d"] + }],ExpressionUUID->"4641aaeb-0760-41b6-9d5e-ba90f00765b8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26ed668d-c302-41ed-91d9-c2cd65f977ee"], + "16c1752a-18ff-4ce2-83f7-9e13782744c7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1f0171c6-8502-44bc-8d96-de427d9af74f"] - }],ExpressionUUID->"d58853dc-e27d-485c-b59f-14f82e1ddf30"], - StripOnInput->False], {"\<\"TUG/ref/ShapleyValueML\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShapleyValueML"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "f678728c-56a5-441a-834c-0dad3575d2b2"] + }],ExpressionUUID->"5bec2a7b-f5eb-4994-90cb-0e8dbeb05c2c"], + StripOnInput->False],{ + "\"TUG/ref/ShapleyValueML\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShapleyValueML"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ShapleyValueML.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$173578], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShapleyValueML" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$187733], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShapleyValueML" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eeb43b90-35df-4b42-a9f7-1be712207348"] + "b87ac97c-9e3a-48b1-84c9-0ca87b6251c3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f440b1ed-6610-4fe8-b378-9ab6e278689b"]} + "885d1431-8788-4ac4-be7c-bac963ccdea8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1a9de031-5a53-4189-9740-fb2b0720dc47"], + CellID->1,ExpressionUUID->"18793a41-620e-4d26-8f14-37a681485756"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"63914c56-f386-40d1-a524-6f2122649b2c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1e2e108f-189a-43d3-b685-7e5a525cf2a6"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShapleyValueML", "ObjectName",ExpressionUUID-> - "01953c2a-658c-474f-96f0-d578ac4f6f72"], + "01e1682b-eb27-48f3-8956-5f5970fbaebd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"83c2e9bd-2b18-40bc-a964-d9281adbf80e"], + "Spacer1"]],ExpressionUUID->"2160af5a-73d4-46fd-b007-6a5872c1a075"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "42381881-a8c4-486f-bf68-46d28c33fd54"] - }],ExpressionUUID->"0428c855-18b3-439b-aeaf-ae795db44f30"], Cell[BoxData[ + "1501839a-2a5a-48d1-9428-2876452cbf96"] + }],ExpressionUUID->"11f8f631-5987-4432-bda5-95da0145da91"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "41c50153-db02-462b-93e8-f1229af67699"]} + "21c89bbc-1193-4f07-b92d-843a08429acc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"60acd69d-b761-4efa-a69e-3863fc0a3299"], + CacheGraphics->False,ExpressionUUID->"55c9a3fe-8e33-4999-ad1f-10bd0313ec06"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ "99ed69b3-0a52-4e52-94ac-85ae4b2d2f97"], " \[LineSeparator]computes the Shapley Value of the game using the \ multi-linear extension." - }],ExpressionUUID->"5fdf8123-c4d3-4b3b-ade9-e4b783f51726"]} + }],ExpressionUUID->"037795c7-abb3-49d2-816d-0673d19fc15a"]} }]], "Usage", CellID->88874432,ExpressionUUID->"b9b6084a-1455-44e3-a1bc-a8559dc06570"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cb2f438b-45a3-4e50-9ce8-2aa0517c8112"], + ExpressionUUID->"61a17b6a-43d3-4ab2-a4c4-b04bc6ff7629"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f0ab723e-5d00-4f3f-b5fb-f12af56f89fe"], + "Spacer1"]],ExpressionUUID->"e9e2662c-1639-42af-b8d7-a681aa419efc"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1a5d606e-f7a4-44ad-8ad3-542a0525d8d3"], + }], "NotesFrameText",ExpressionUUID->"512ab83c-831d-4568-a759-2c98bcf671f7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fdcfe0bb-96b9-44ef-9ad1-24b8df5b0a81"]], \ + "Preemptive"]],ExpressionUUID->"2780f7ca-2d44-44b7-981c-58f1c5e2f9a9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1617628248,ExpressionUUID->"119441b9-05ac-477d-b59f-4800de015cbd"], + CellID->1547564349,ExpressionUUID->"4666df9c-3bf1-4ba0-be63-5849b57dc8ae"], Cell[TextData[{ "The input expression ", @@ -374,19 +378,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d7816c26-8f65-4ea8-89f0-6548f0e07de7"], + ExpressionUUID->"5a1201de-3283-4e3e-82de-c4a3c6cff775"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb2a2100-3648-41ec-b5c5-ccae5bd38ed0"], + "Spacer1"]],ExpressionUUID->"09055cd8-fa4f-42a0-882a-9ea3eb640a60"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9b0c96cd-ca6e-4143-9eb1-8af31be3f9f2"] + "862ef580-26aa-438f-850f-c52268f92f6b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->381689476,ExpressionUUID->"e0bcdb33-19fc-4747-8255-3813687c4e3d"], + CellID->1138751547,ExpressionUUID->"dc1e5e37-d7a8-4adc-8e8d-4167329de64b"], Cell[CellGroupData[{ @@ -415,18 +419,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3e44bbf1-0d49-45ba-bd7f-36bb563c4161"], + ExpressionUUID->"ffbeb905-3b7b-4ad2-a0ac-a97e106239ef"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7951ae2a-954a-4f96-8178-c8fd4095674f"], + "Spacer1"]],ExpressionUUID->"3f5ce8dd-f7c5-40f8-92aa-202131663777"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e9949717-7f8b-4282-afc1-706a0ddc4280"] + "3b825c60-b601-4b2d-ad6d-a2bffc942324"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->740940508,ExpressionUUID->"b447dca6-b270-45f2-8e14-a2f783a53901"], + CellID->1738772862,ExpressionUUID->"e6cadb03-a69b-420a-bb32-fcd44179c1c4"], Cell["Loading the package:", "ExampleText", CellID->729148314,ExpressionUUID->"6be57670-368f-488b-b431-2694099928fe"], @@ -608,8 +612,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -757,15 +759,15 @@ Cell[BoxData[GridBox[{ "356ce6b9-7bcf-423f-9662-25e31b2f64d0"] }], "SeeAlso",ExpressionUUID->"b013b71a-693d-4ae3-aac0-21c85d3a5bf7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ddf79583-f1e5-427e-bcfe-\ -2c11946f899d"], + }]], "SeeAlsoSection",ExpressionUUID->"1e2aa8cf-4b53-4297-9903-\ +bf89c4090d5f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -777,9 +779,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cb743682-53d0-4872-b4fe-8b7cb83f2b65"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7d6b851b-cd57-488f-9103-\ -5966b0edef64"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c0ace2a5-23c8-4931-a4bc-\ +251d226b750b"], Cell[BoxData[GridBox[{ { @@ -796,7 +797,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fde17810-1bc8-4a87-a433-f1dd2a3fc03c"]}]}, + "bea799ac-a6d4-4027-9fb1-40b85497001b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -804,10 +805,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d3204fd4-6c73-4ec5-a8df-4cb1b10dc645"]}]} + "43ae1bc3-196f-481f-9949-6d8e6ecd12b1"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7fa1bc6f-8fc4-441d-8052-\ -e71c51cff679"], + }]], "MoreAboutSection",ExpressionUUID->"69585b19-5203-425d-8dca-\ +bfc241e1a141"], Cell[BoxData[GridBox[{ { @@ -834,7 +835,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3cb85c90-050b-46d6-a570-a338bb2651a2"]], "RelatedLinks", + "9ca8e110-3bc4-430a-a54f-afb1f615600d"]], "RelatedLinks", ExpressionUUID->"8edba9ab-273f-4015-a530-362f5d284b1c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,11 +852,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5b775f3e-d55f-4e29-8159-57e62ddb589d"]], "RelatedLinks", + "cbfb5d8f-c276-4e53-ac61-7d14d228dcc6"]], "RelatedLinks", ExpressionUUID->"3f433929-cc53-4f73-9de0-da01d7087596"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1ba9ba33-1855-494b-93ee-\ -4a7a683eed2b"], + }]], "RelatedLinksSection",ExpressionUUID->"a65ed06e-345c-4893-9d27-\ +94030a7f1ca0"], Cell[CellGroupData[{ @@ -885,11 +886,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2cb0d8bc-216d-4b3b-8208-f058b3e7328c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e30b7ff9-a84f-4a0b-af62-d4716246db0b"] +Cell[" ", "FooterCell",ExpressionUUID->"cbf57405-c1f4-4df5-8e65-7527735ea367"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShapleyValueML", TaggingRules->{ @@ -900,18 +901,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 26.929565}", + "built" -> "{2024, 6, 3, 16, 55, 23.378132}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ShapleyValueML[game] computes the Shapley Value of the game using the \ multi-linear extension.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ShapleyValueML", "titlemodifier" -> "", "windowtitle" -> - "ShapleyValueML", "type" -> "Symbol", "uri" -> + "ShapleyValueML", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ShapleyValueML", "type" -> "Symbol", "uri" -> "TUG/ref/ShapleyValueML"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -920,9 +921,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"dd4b1668-b513-4146-b56b-8ac3a1124f9f" +ExpressionUUID->"3eb89ab7-093a-450e-81ed-2f3c651068ac" ] (* End of Notebook Content *) @@ -930,133 +931,131 @@ ExpressionUUID->"dd4b1668-b513-4146-b56b-8ac3a1124f9f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13625, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e0bcdb33-19fc-4747-8255-3813687c4e3d", + Cell[13672, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc1e5e37-d7a8-4adc-8e8d-4167329de64b", CellTags->"PrimaryExamplesSection", - CellID->381689476]} + CellID->1138751547]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34466, 931} + {"PrimaryExamplesSection", 34499, 932} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7148, 169, 56, "AnchorBarGrid",ExpressionUUID->"1a9de031-5a53-4189-9740-fb2b0720dc47", +Cell[586, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"18793a41-620e-4d26-8f14-37a681485756", CellID->1], -Cell[7737, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"63914c56-f386-40d1-a524-6f2122649b2c"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1e2e108f-189a-43d3-b685-7e5a525cf2a6"], Cell[CellGroupData[{ -Cell[7848, 196, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"60acd69d-b761-4efa-a69e-3863fc0a3299"], -Cell[9139, 233, 488, 10, 111, "Usage",ExpressionUUID->"b9b6084a-1455-44e3-a1bc-a8559dc06570", +Cell[7895, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"55c9a3fe-8e33-4999-ad1f-10bd0313ec06"], +Cell[9186, 237, 488, 10, 111, "Usage",ExpressionUUID->"b9b6084a-1455-44e3-a1bc-a8559dc06570", CellID->88874432] }, Open ]], Cell[CellGroupData[{ -Cell[9664, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"119441b9-05ac-477d-b59f-4800de015cbd", +Cell[9711, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"4666df9c-3bf1-4ba0-be63-5849b57dc8ae", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1617628248], -Cell[11562, 297, 515, 12, 57, "Notes",ExpressionUUID->"7a703caa-f4a9-48d8-92e2-81ae6ba92a4e", + CellID->1547564349], +Cell[11609, 301, 515, 12, 57, "Notes",ExpressionUUID->"7a703caa-f4a9-48d8-92e2-81ae6ba92a4e", CellID->1014199156], -Cell[12080, 311, 489, 12, 37, "Notes",ExpressionUUID->"41b7134c-2cac-4cb0-a6a2-47e27881346f", +Cell[12127, 315, 489, 12, 38, "Notes",ExpressionUUID->"41b7134c-2cac-4cb0-a6a2-47e27881346f", CellID->177724765], -Cell[12572, 325, 232, 4, 36, "Notes",ExpressionUUID->"02ecad55-8e49-403d-ba58-bdc08410b481", +Cell[12619, 329, 232, 4, 36, "Notes",ExpressionUUID->"02ecad55-8e49-403d-ba58-bdc08410b481", CellID->1729455999], -Cell[12807, 331, 147, 1, 36, "Notes",ExpressionUUID->"9a3a83e8-83d1-45da-9062-ccaceb6ebf7f", +Cell[12854, 335, 147, 1, 36, "Notes",ExpressionUUID->"9a3a83e8-83d1-45da-9062-ccaceb6ebf7f", CellID->1699456156], -Cell[12957, 334, 212, 4, 36, "Notes",ExpressionUUID->"56c416e0-a3ec-4836-9936-45d9ec660ced", +Cell[13004, 338, 212, 4, 36, "Notes",ExpressionUUID->"56c416e0-a3ec-4836-9936-45d9ec660ced", CellID->1205353050], -Cell[13172, 340, 326, 5, 57, "Notes",ExpressionUUID->"a3d8a537-80c2-4e42-b7f8-9aef574b8152", +Cell[13219, 344, 326, 5, 57, "Notes",ExpressionUUID->"a3d8a537-80c2-4e42-b7f8-9aef574b8152", CellID->1164152118] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13625, 351, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e0bcdb33-19fc-4747-8255-3813687c4e3d", +Cell[13672, 355, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc1e5e37-d7a8-4adc-8e8d-4167329de64b", CellTags->"PrimaryExamplesSection", - CellID->381689476], + CellID->1138751547], Cell[CellGroupData[{ -Cell[15070, 392, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b447dca6-b270-45f2-8e14-a2f783a53901", - CellID->740940508], -Cell[16471, 430, 118, 1, 38, "ExampleText",ExpressionUUID->"6be57670-368f-488b-b431-2694099928fe", +Cell[15118, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e6cadb03-a69b-420a-bb32-fcd44179c1c4", + CellID->1738772862], +Cell[16520, 434, 118, 1, 39, "ExampleText",ExpressionUUID->"6be57670-368f-488b-b431-2694099928fe", CellID->729148314], Cell[CellGroupData[{ -Cell[16614, 435, 167, 3, 27, "Input",ExpressionUUID->"8d82e019-2bf5-4d38-bc6f-278f88f84959", +Cell[16663, 439, 167, 3, 27, "Input",ExpressionUUID->"8d82e019-2bf5-4d38-bc6f-278f88f84959", CellID->789560554], Cell[CellGroupData[{ -Cell[16806, 442, 236, 4, 23, "Print",ExpressionUUID->"a62480ab-c64e-4b26-9153-40755f543ff4", +Cell[16855, 446, 236, 4, 23, "Print",ExpressionUUID->"a62480ab-c64e-4b26-9153-40755f543ff4", CellID->921717887], -Cell[17045, 448, 366, 8, 23, "Print",ExpressionUUID->"ce5b427c-9897-429d-aece-ec2c5e04a559", +Cell[17094, 452, 366, 8, 23, "Print",ExpressionUUID->"ce5b427c-9897-429d-aece-ec2c5e04a559", CellID->1321626999], -Cell[17414, 458, 236, 4, 23, "Print",ExpressionUUID->"ed9adf2b-ffd9-4a35-8a3e-413443e3aefc", +Cell[17463, 462, 236, 4, 23, "Print",ExpressionUUID->"ed9adf2b-ffd9-4a35-8a3e-413443e3aefc", CellID->525099330], -Cell[17653, 464, 220, 3, 23, "Print",ExpressionUUID->"899e602f-e91a-4d18-b36f-cea51d348509", +Cell[17702, 468, 220, 3, 23, "Print",ExpressionUUID->"899e602f-e91a-4d18-b36f-cea51d348509", CellID->826260108], -Cell[17876, 469, 208, 3, 23, "Print",ExpressionUUID->"18298f76-6956-4b44-808a-155208818200", +Cell[17925, 473, 208, 3, 23, "Print",ExpressionUUID->"18298f76-6956-4b44-808a-155208818200", CellID->1869478554], -Cell[18087, 474, 238, 4, 23, "Print",ExpressionUUID->"a7a1c813-34a6-4fd1-9d8c-3acc07a30dcd", +Cell[18136, 478, 238, 4, 23, "Print",ExpressionUUID->"a7a1c813-34a6-4fd1-9d8c-3acc07a30dcd", CellID->1552228291], -Cell[18328, 480, 221, 3, 23, "Print",ExpressionUUID->"5ef4e4d6-7b16-4394-a025-7bf0899f4c52", +Cell[18377, 484, 221, 3, 23, "Print",ExpressionUUID->"5ef4e4d6-7b16-4394-a025-7bf0899f4c52", CellID->1774376563], -Cell[18552, 485, 237, 4, 70, "Print",ExpressionUUID->"6e09a1ba-57fa-4503-8e0e-e62dce15c675", +Cell[18601, 489, 237, 4, 70, "Print",ExpressionUUID->"6e09a1ba-57fa-4503-8e0e-e62dce15c675", CellID->1109865189], -Cell[18792, 491, 237, 4, 70, "Print",ExpressionUUID->"dd0bb844-71ef-402a-bfc6-faffca68cd7b", +Cell[18841, 495, 237, 4, 70, "Print",ExpressionUUID->"dd0bb844-71ef-402a-bfc6-faffca68cd7b", CellID->1137610006], -Cell[19032, 497, 208, 3, 70, "Print",ExpressionUUID->"7cda7449-5065-4cc1-8a38-26677bc21482", +Cell[19081, 501, 208, 3, 70, "Print",ExpressionUUID->"7cda7449-5065-4cc1-8a38-26677bc21482", CellID->1549382689], -Cell[19243, 502, 237, 4, 70, "Print",ExpressionUUID->"32ccbc44-f44a-4d88-b6cc-d70266b2b95c", +Cell[19292, 506, 237, 4, 70, "Print",ExpressionUUID->"32ccbc44-f44a-4d88-b6cc-d70266b2b95c", CellID->1479667878] }, Open ]] }, Open ]], -Cell[19507, 510, 137, 1, 70, "ExampleText",ExpressionUUID->"28a02133-18a4-409a-9d5e-b3585341cf92", +Cell[19556, 514, 137, 1, 70, "ExampleText",ExpressionUUID->"28a02133-18a4-409a-9d5e-b3585341cf92", CellID->1492951639], -Cell[19647, 513, 235, 6, 70, "Input",ExpressionUUID->"45d9b95c-5190-47a7-ab96-456b6db96234", +Cell[19696, 517, 235, 6, 70, "Input",ExpressionUUID->"45d9b95c-5190-47a7-ab96-456b6db96234", CellID->1407200800], -Cell[19885, 521, 380, 9, 70, "Input",ExpressionUUID->"da167e50-435e-4b9a-8d4d-18fbc09c80e8", +Cell[19934, 525, 380, 9, 70, "Input",ExpressionUUID->"da167e50-435e-4b9a-8d4d-18fbc09c80e8", CellID->296585620], -Cell[20268, 532, 237, 6, 70, "Input",ExpressionUUID->"813fa717-710e-4cf1-b7fa-7d1727195fc9", +Cell[20317, 536, 237, 6, 70, "Input",ExpressionUUID->"813fa717-710e-4cf1-b7fa-7d1727195fc9", CellID->244541829], -Cell[20508, 540, 191, 4, 70, "ExampleText",ExpressionUUID->"10e9c28f-ee3e-4625-bcd1-ae73b5ce474e", +Cell[20557, 544, 191, 4, 70, "ExampleText",ExpressionUUID->"10e9c28f-ee3e-4625-bcd1-ae73b5ce474e", CellID->1251914612], Cell[CellGroupData[{ -Cell[20724, 548, 171, 3, 70, "Input",ExpressionUUID->"0d9ac95a-d250-4d49-a776-517fbe52848d", +Cell[20773, 552, 171, 3, 70, "Input",ExpressionUUID->"0d9ac95a-d250-4d49-a776-517fbe52848d", CellID->743576811], -Cell[20898, 553, 172, 4, 36, "Output",ExpressionUUID->"76777a6a-c6ec-4c5b-956c-6539879a9f65", +Cell[20947, 557, 172, 4, 36, "Output",ExpressionUUID->"76777a6a-c6ec-4c5b-956c-6539879a9f65", CellID->32414153] }, Open ]], -Cell[21085, 560, 140, 1, 70, "ExampleText",ExpressionUUID->"0b21f04a-2675-459b-8b77-b3b3a8a41e4c", +Cell[21134, 564, 140, 1, 70, "ExampleText",ExpressionUUID->"0b21f04a-2675-459b-8b77-b3b3a8a41e4c", CellID->1299429040], Cell[CellGroupData[{ -Cell[21250, 565, 197, 4, 70, "Input",ExpressionUUID->"1b33c4d5-d1ea-44d5-b1c7-4d3989dbee88", +Cell[21299, 569, 197, 4, 70, "Input",ExpressionUUID->"1b33c4d5-d1ea-44d5-b1c7-4d3989dbee88", CellID->2118731868], -Cell[21450, 571, 297, 7, 36, "Output",ExpressionUUID->"a85a9195-ad8a-4407-b23c-7b249fcafa4b", +Cell[21499, 575, 297, 7, 36, "Output",ExpressionUUID->"a85a9195-ad8a-4407-b23c-7b249fcafa4b", CellID->584811940] }, Open ]], -Cell[21762, 581, 167, 3, 70, "ExampleText",ExpressionUUID->"113985f9-8861-4707-8af7-70a12b7a1c0b", +Cell[21811, 585, 167, 3, 70, "ExampleText",ExpressionUUID->"113985f9-8861-4707-8af7-70a12b7a1c0b", CellID->325549162], Cell[CellGroupData[{ -Cell[21954, 588, 199, 4, 70, "Input",ExpressionUUID->"b4c90773-9bab-41f9-92a2-3d42881be2a1", +Cell[22003, 592, 199, 4, 70, "Input",ExpressionUUID->"b4c90773-9bab-41f9-92a2-3d42881be2a1", CellID->1833004635], -Cell[22156, 594, 273, 7, 36, "Output",ExpressionUUID->"59d84d0c-8e92-4260-a464-ce1fea8ddf71", +Cell[22205, 598, 273, 7, 36, "Output",ExpressionUUID->"59d84d0c-8e92-4260-a464-ce1fea8ddf71", CellID->538956113] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22720, 614, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"1e2aa8cf-4b53-4297-9903-bf89c4090d5f"], +Cell[28226, 764, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c0ace2a5-23c8-4931-a4bc-251d226b750b"], +Cell[28899, 784, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"69585b19-5203-425d-8dca-bfc241e1a141"], +Cell[29935, 812, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"a65ed06e-345c-4893-9d27-94030a7f1ca0"], Cell[CellGroupData[{ -Cell[22693, 612, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"ddf79583-f1e5-427e-bcfe-2c11946f899d"], -Cell[28199, 762, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7d6b851b-cd57-488f-9103-5966b0edef64"] -}, Open ]], -Cell[28884, 783, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7fa1bc6f-8fc4-441d-8052-e71c51cff679"], -Cell[29920, 811, 1586, 46, 70, "RelatedLinksSection",ExpressionUUID->"1ba9ba33-1855-494b-93ee-4a7a683eed2b"], -Cell[CellGroupData[{ -Cell[31531, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c71704a6-272d-4eb6-b020-f053a4f8b50b", +Cell[31546, 862, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c71704a6-272d-4eb6-b020-f053a4f8b50b", CellID->117551421], -Cell[31671, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a8568ff-5e17-4bd9-8df2-b03d810292cb", +Cell[31686, 865, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7a8568ff-5e17-4bd9-8df2-b03d810292cb", CellID->1194386356], -Cell[31893, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0873f8c7-60b2-4acc-9611-248889220931", +Cell[31908, 871, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0873f8c7-60b2-4acc-9611-248889220931", CellID->1641706272], -Cell[32108, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7fa23f8-6ebf-4677-b689-cd26bb57465f", +Cell[32123, 876, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7fa23f8-6ebf-4677-b689-cd26bb57465f", CellID->399251956], -Cell[32337, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2cb0d8bc-216d-4b3b-8208-f058b3e7328c", +Cell[32352, 882, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2cb0d8bc-216d-4b3b-8208-f058b3e7328c", CellID->821434655] }, Open ]], -Cell[32574, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"e30b7ff9-a84f-4a0b-af62-d4716246db0b"] +Cell[32589, 888, 78, 0, 70, "FooterCell",ExpressionUUID->"cbf57405-c1f4-4df5-8e65-7527735ea367"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowCore.nb b/Documentation/English/ReferencePages/Symbols/ShowCore.nb index 1a77a76..e643b6b 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowCore.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 73071, 1739] -NotebookOptionsPosition[ 64872, 1576] -NotebookOutlinePosition[ 66955, 1629] -CellTagsIndexPosition[ 66869, 1624] +NotebookDataLength[ 73091, 1741] +NotebookOptionsPosition[ 64902, 1579] +NotebookOutlinePosition[ 67008, 1633] +CellTagsIndexPosition[ 66922, 1628] WindowTitle->ShowCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "70f8bb72-1136-4daa-8182-3370f726bfd7"], + "d0854938-1ac9-4455-8784-0dcf46419f11"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "23399ab1-7f31-476a-89c6-5efad5cae971"], + "5affbe7e-076b-4ee3-84c8-2c9d7cf024f1"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5fa6b64e-4dac-4888-8a50-d62c4ab400e7"] - }],ExpressionUUID->"dfd98ba3-7170-4d87-bff8-f5614980a1a5"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "c093c3a8-01dd-4bcd-8b01-82ee09a49e97"] + }],ExpressionUUID->"c134fded-5cfd-4240-a633-7f6fc536acba"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bbadd476-43c7-4d49-8585-ba1f36459db4"], + "a2933807-379d-45fe-adaf-14aa6e4fb0f9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c8ef3cfc-9767-4467-8ded-ead38370c675"] - }],ExpressionUUID->"c49b55fe-4ccf-4f5e-8740-438399fc9b09"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "be3dc0fd-bf9b-4876-ad97-e80e655ad9af"] + }],ExpressionUUID->"911c55e1-1cc1-4513-bb1d-8bf22ddee5d0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b855f302-4e49-46fb-a409-0e90ade22b10"], + "5033485d-a19f-471b-aa9f-ff17db472961"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "74646b17-679b-414b-aa2e-8dc23d0cd246"] - }],ExpressionUUID->"8a0cbf67-094f-4e28-8e25-2e49b68df703"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b7fdfbbf-46b0-45f9-b1ff-b4595eb0eadb"] + }],ExpressionUUID->"c01ca178-f870-458a-8e87-1ca2e7fb77da"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "072fd43d-2caf-49ce-84de-a326ceea4722"], + "76a805ce-f75c-4e81-ae16-751d6d4dabaa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6a649d9a-4a8a-4a02-96a9-dcc948327c11"] - }],ExpressionUUID->"cec1e287-0916-4690-bc46-aed96f10c492"], - StripOnInput->False], {"\<\"TUG/ref/ShowCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShowCore.\ + "0a12a24b-b7c0-4555-b223-4ed24dfd73d7"] + }],ExpressionUUID->"1c4be89a-d0fe-457a-916c-5465bf5892db"], + StripOnInput->False],{ + "\"TUG/ref/ShowCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ShowCore.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$174713], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowCore" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$188949], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ac515b8b-5543-4849-a843-ad3f97b3ddf9"] + "fa5756f8-68e0-4820-b473-424e9bc12ebf"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "158f8993-af38-4a08-b211-13cced9c880d"]} + "a4d389af-b0f2-4989-a117-8f2f2a99ca93"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"01a010f3-b657-4897-97cc-fde52c421c50"], + CellID->1,ExpressionUUID->"f875fc5b-2ae1-4e4f-a504-9c3527b077b8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"94d2562c-cbf1-4e46-8c87-0b1812fb8374"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f84aed19-324f-4347-99a5-90f9830d393a"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowCore", "ObjectName",ExpressionUUID-> - "a0e07517-8814-47af-bed0-3de70fe38e13"], + "b9bab920-0feb-43d0-bea2-4cdf268f198b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"88a9120b-5639-447d-aeac-33ae6bf4f6fd"], + "Spacer1"]],ExpressionUUID->"2cf529f6-e536-4a8d-84d0-9aab46f5ee37"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1a1f13c8-fc80-4b56-941b-a58704b35582"] - }],ExpressionUUID->"c68ba37e-27bf-4fd5-af38-bc073ff2d853"], Cell[BoxData[ + "e9f842c4-127e-4feb-bd63-023213f56382"] + }],ExpressionUUID->"a7bda691-126d-48e3-8337-61b60cedde35"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "863fbabd-b0d8-4b5e-8daa-d28399310821"]} + "87f55fb8-18f6-4997-9a5c-be373de33ca0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"87190e74-2c3d-4b24-88f3-bb62cbb84bb8"], + CacheGraphics->False,ExpressionUUID->"9548026b-b070-4cef-846a-aea3e17d59a3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "56abfb9b-1ccb-4c2b-868a-862619d0576a"], "\[LineSeparator]is an option for various package plotting functions to \ draw the core of the game within the graphic." - }],ExpressionUUID->"c92ffe63-1c40-48d8-971f-8ed69dcb13d9"]} + }],ExpressionUUID->"5073d808-01ae-462f-acfc-fae52c0bf91b"]} }]], "Usage", CellID->1193566905,ExpressionUUID->"3717f934-9ff7-44d0-852c-e518837affae"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a16a8d13-214e-4148-a935-178d513baaa8"], + ExpressionUUID->"35b2062f-819f-4e9e-b11e-80fe906a39fe"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"30d91dc1-e2e4-4fa4-b22d-499241cf734d"], + "Spacer1"]],ExpressionUUID->"9df4bd19-523b-4c93-9652-deae7ad7912a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"546af4e0-13c0-4c68-9c7e-c1bde78ae7ec"], + }], "NotesFrameText",ExpressionUUID->"60a90453-0a0b-462a-8e03-b1c901e142c0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"afac3907-a802-4060-b6a2-b5c0b9b420ae"]], \ + "Preemptive"]],ExpressionUUID->"1bbaf613-45c8-47b4-8bbc-0cdc5ef89eee"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1383701109,ExpressionUUID->"e0825e45-844a-4732-839b-88e8b339a222"], + CellID->1636714571,ExpressionUUID->"7bd2f9dd-e64f-4ed7-8b66-59b109dc0805"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a468c55d-de6e-475c-9985-fa2ff7348372"], + ExpressionUUID->"5dfcdda1-7d18-4326-91a2-51aa8733198e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"029e0133-130f-4fef-a3ea-4aa598f139cc"], + "Spacer1"]],ExpressionUUID->"e141016d-3d48-485f-85ab-9b35ae155934"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "79ea136d-b2e2-4c56-b2db-96847988dbcc"] + "db00bc23-0af6-4f10-871a-502e2b03f705"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->447235223,ExpressionUUID->"cce565b2-d5c5-4165-94a9-dade44c5eb8f"], + CellID->511297980,ExpressionUUID->"6c59b265-c757-4c96-8f44-357b554a67c9"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cb5b68e1-9e18-4132-a3f0-b8954d6c271d"], + ExpressionUUID->"aea52422-9766-4f4f-89ed-62b81cacc47c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0a6b01ce-56d4-45d6-9d48-a2d81eeb026b"], + "Spacer1"]],ExpressionUUID->"e6e8d626-33b1-432a-b514-86f80f8e9898"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ed76cf0d-23fb-4428-bf04-063e6d0b43e0"] + "18a37acf-19cb-4388-b90c-4ae7477127ba"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1172461601,ExpressionUUID->"289ab2dd-b6ed-43c5-9dbd-44f29869a9e2"], + CellID->2103610585,ExpressionUUID->"915b91b1-20f4-4c3f-a594-d9391a4ab1c5"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"6fb60951-8049-4e24-ad8a-d8372ca6a975"], @@ -1005,8 +1010,9 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU TubeBox[{{0.5833333333333334, 0.4166666666666667, 0.}, { 0.3333333333333333, 0.4166666666666667, 0.25}}], TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0.25, - 0.}}], TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, - 0., 0.25}}], + 0.}}], + TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0., + 0.25}}], TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { 0.3333333333333333, 0.25, 0.}}], TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { @@ -1260,8 +1266,6 @@ d8LksYcDQhzdvej+RncHRN8tDHEYHyYPAEhWk1o= EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1409,15 +1413,15 @@ Cell[BoxData[GridBox[{ "12323e50-93f1-4a3c-8be5-dd04aecd937c"] }], "SeeAlso",ExpressionUUID->"80e24fd0-a746-434c-8b66-08fada3f40d2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1e2dfbbe-8a7c-4565-b6f5-\ -c20dea2b205e"], + }]], "SeeAlsoSection",ExpressionUUID->"8c97864d-139e-4bea-acbf-\ +1818ab3e9a5b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1429,9 +1433,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bbcb33de-a208-443f-b357-24a06881b21d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6664fa0e-abc1-4fed-b0e4-\ -a278653d3f77"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6b8975a3-c59b-47d9-a863-\ +27c28a99523e"], Cell[BoxData[GridBox[{ { @@ -1448,7 +1451,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0a91fe50-225b-4195-a261-a4c35dfbf21f"]}]}, + "3a76bce6-2aeb-42c7-8640-dc8f57898b0f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1456,10 +1459,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4d9fa860-6492-4ca6-97e9-9810dbaec3d5"]}]} + "4a3604b3-353c-456b-b9a0-eb1515588e77"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"981ed403-feec-4666-862e-\ -702e0bd43e9e"], + }]], "MoreAboutSection",ExpressionUUID->"b3fd65a6-7415-43dc-acd4-\ +a19ccbc8f1d4"], Cell[BoxData[GridBox[{ { @@ -1486,7 +1489,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1e88825c-7d7a-4f64-9bd0-279d7db32792"]], "RelatedLinks", + "57a51249-1628-4db3-bab0-4958e02ac225"]], "RelatedLinks", ExpressionUUID->"6cf62e79-7b7b-47d3-a5ab-76d0ecd9a780"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1504,7 +1507,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d38a3b95-62d4-4a22-b9bb-5bde5972526a"]], "RelatedLinks", + "68fb74fb-9aec-494e-8897-99a542366ba7"]], "RelatedLinks", ExpressionUUID->"209f9716-775d-42ac-b05f-611e21cf3de7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1521,7 +1524,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b81f724b-4d61-4607-ad09-d31783c8f5e1"]], "RelatedLinks", + "3e2c3e09-0ac3-4b3b-a882-9fc2883b33cf"]], "RelatedLinks", ExpressionUUID->"21a85ee8-9fc2-4eb1-b5cd-c051255adcb6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1538,11 +1541,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "577242a7-011f-4f16-8579-8a8c067695d4"]], "RelatedLinks", + "26c1ea7f-0175-43a8-ba38-9549eeb0df4d"]], "RelatedLinks", ExpressionUUID->"27baf8f0-09bb-4c67-95b7-bf19f2ed32c0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"152f9dea-91db-43e2-978a-\ -a917d9e38bdf"], + }]], "RelatedLinksSection",ExpressionUUID->"a4809977-995a-4f6c-86e9-\ +240fd20a9434"], Cell[CellGroupData[{ @@ -1572,11 +1575,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e4c239fa-5b58-4eb0-9cb1-0489f5cbcede"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"694b5aeb-5391-426b-968d-65730a80e833"] +Cell[" ", "FooterCell",ExpressionUUID->"b9db75c6-84f0-47fd-8289-04ccc6480da7"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowCore", TaggingRules->{ @@ -1587,17 +1590,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 29.905518}", + "built" -> "{2024, 6, 3, 16, 55, 24.887619}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ShowCore is an option for various package plotting functions to draw the \ core of the game within the graphic.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "ShowCore", "titlemodifier" -> "", "windowtitle" -> "ShowCore", - "type" -> "Symbol", "uri" -> "TUG/ref/ShowCore"}}, + "title" -> "ShowCore", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ShowCore", "type" -> "Symbol", "uri" -> + "TUG/ref/ShowCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1606,9 +1610,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fb5cf1da-6bdd-4ff5-8b83-c66962744f04" +ExpressionUUID->"a65def75-5ca4-4fc0-b1ba-539d623d5ddd" ] (* End of Notebook Content *) @@ -1616,131 +1620,129 @@ ExpressionUUID->"fb5cf1da-6bdd-4ff5-8b83-c66962744f04" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12251, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cce565b2-d5c5-4165-94a9-dade44c5eb8f", + Cell[12306, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6c59b265-c757-4c96-8f44-357b554a67c9", CellTags->"PrimaryExamplesSection", - CellID->447235223]} + CellID->511297980]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 66669, 1617} + {"PrimaryExamplesSection", 66722, 1621} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7092, 168, 56, "AnchorBarGrid",ExpressionUUID->"01a010f3-b657-4897-97cc-fde52c421c50", +Cell[580, 21, 7147, 173, 57, "AnchorBarGrid",ExpressionUUID->"f875fc5b-2ae1-4e4f-a504-9c3527b077b8", CellID->1], -Cell[7675, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"94d2562c-cbf1-4e46-8c87-0b1812fb8374"], +Cell[7730, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f84aed19-324f-4347-99a5-90f9830d393a"], Cell[CellGroupData[{ -Cell[7786, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"87190e74-2c3d-4b24-88f3-bb62cbb84bb8"], -Cell[9071, 232, 476, 9, 111, "Usage",ExpressionUUID->"3717f934-9ff7-44d0-852c-e518837affae", +Cell[7841, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"9548026b-b070-4cef-846a-aea3e17d59a3"], +Cell[9126, 237, 476, 9, 109, "Usage",ExpressionUUID->"3717f934-9ff7-44d0-852c-e518837affae", CellID->1193566905] }, Open ]], Cell[CellGroupData[{ -Cell[9584, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"e0825e45-844a-4732-839b-88e8b339a222", +Cell[9639, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"7bd2f9dd-e64f-4ed7-8b66-59b109dc0805", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1383701109], -Cell[11482, 295, 489, 12, 37, "Notes",ExpressionUUID->"410901a5-5965-49e6-88a4-951bdf445e03", + CellID->1636714571], +Cell[11537, 300, 489, 12, 38, "Notes",ExpressionUUID->"410901a5-5965-49e6-88a4-951bdf445e03", CellID->177724765], -Cell[11974, 309, 150, 1, 36, "Notes",ExpressionUUID->"935c81d7-cba5-4aba-aeaf-7da3a3f771e9", +Cell[12029, 314, 150, 1, 36, "Notes",ExpressionUUID->"935c81d7-cba5-4aba-aeaf-7da3a3f771e9", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12251, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cce565b2-d5c5-4165-94a9-dade44c5eb8f", +Cell[12306, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6c59b265-c757-4c96-8f44-357b554a67c9", CellTags->"PrimaryExamplesSection", - CellID->447235223], + CellID->511297980], Cell[CellGroupData[{ -Cell[13696, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"289ab2dd-b6ed-43c5-9dbd-44f29869a9e2", - CellID->1172461601], -Cell[15098, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"6fb60951-8049-4e24-ad8a-d8372ca6a975", +Cell[13751, 362, 1399, 36, 30, "ExampleSection",ExpressionUUID->"915b91b1-20f4-4c3f-a594-d9391a4ab1c5", + CellID->2103610585], +Cell[15153, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"6fb60951-8049-4e24-ad8a-d8372ca6a975", CellID->724598077], Cell[CellGroupData[{ -Cell[15241, 400, 168, 3, 27, "Input",ExpressionUUID->"bad545a0-9da2-4cf2-8bb8-f3b902b146dc", +Cell[15296, 405, 168, 3, 27, "Input",ExpressionUUID->"bad545a0-9da2-4cf2-8bb8-f3b902b146dc", CellID->2141335847], Cell[CellGroupData[{ -Cell[15434, 407, 236, 4, 23, "Print",ExpressionUUID->"4ff20ee5-87b1-4671-afec-36d7d70dce8e", +Cell[15489, 412, 236, 4, 23, "Print",ExpressionUUID->"4ff20ee5-87b1-4671-afec-36d7d70dce8e", CellID->752987121], -Cell[15673, 413, 366, 8, 23, "Print",ExpressionUUID->"c9a5fe84-022e-4006-b58e-c625a22ddd86", +Cell[15728, 418, 366, 8, 23, "Print",ExpressionUUID->"c9a5fe84-022e-4006-b58e-c625a22ddd86", CellID->1524268626], -Cell[16042, 423, 236, 4, 23, "Print",ExpressionUUID->"3628720f-6e77-4fe7-a541-7a247e35789a", +Cell[16097, 428, 236, 4, 23, "Print",ExpressionUUID->"3628720f-6e77-4fe7-a541-7a247e35789a", CellID->351351938], -Cell[16281, 429, 221, 3, 23, "Print",ExpressionUUID->"067bb45c-bc1c-4dab-97a6-da32f0151d8a", +Cell[16336, 434, 221, 3, 23, "Print",ExpressionUUID->"067bb45c-bc1c-4dab-97a6-da32f0151d8a", CellID->1739279113], -Cell[16505, 434, 207, 3, 23, "Print",ExpressionUUID->"023a8ea3-4951-4d70-86da-6602c5dade4a", +Cell[16560, 439, 207, 3, 23, "Print",ExpressionUUID->"023a8ea3-4951-4d70-86da-6602c5dade4a", CellID->476434950], -Cell[16715, 439, 238, 4, 23, "Print",ExpressionUUID->"29397cfb-a417-4f07-8c38-837184e00d0a", +Cell[16770, 444, 238, 4, 23, "Print",ExpressionUUID->"29397cfb-a417-4f07-8c38-837184e00d0a", CellID->1992011874], -Cell[16956, 445, 221, 3, 23, "Print",ExpressionUUID->"3ba53f05-19b1-4606-ab0a-2b6cb39d7c04", +Cell[17011, 450, 221, 3, 23, "Print",ExpressionUUID->"3ba53f05-19b1-4606-ab0a-2b6cb39d7c04", CellID->1169765242], -Cell[17180, 450, 237, 4, 23, "Print",ExpressionUUID->"2d16befc-5950-4a6b-9630-2b3e684b4817", +Cell[17235, 455, 237, 4, 23, "Print",ExpressionUUID->"2d16befc-5950-4a6b-9630-2b3e684b4817", CellID->1054377951], -Cell[17420, 456, 236, 4, 23, "Print",ExpressionUUID->"748996a7-8765-4aea-a4dc-e63f599da825", +Cell[17475, 461, 236, 4, 23, "Print",ExpressionUUID->"748996a7-8765-4aea-a4dc-e63f599da825", CellID->485620586], -Cell[17659, 462, 207, 3, 23, "Print",ExpressionUUID->"716b23fe-1b2d-4634-96d8-caa4dbd10e73", +Cell[17714, 467, 207, 3, 23, "Print",ExpressionUUID->"716b23fe-1b2d-4634-96d8-caa4dbd10e73", CellID->687260021], -Cell[17869, 467, 236, 4, 23, "Print",ExpressionUUID->"5d299738-789a-4125-bbbc-e4799ec11656", +Cell[17924, 472, 236, 4, 23, "Print",ExpressionUUID->"5d299738-789a-4125-bbbc-e4799ec11656", CellID->800376188] }, Open ]] }, Open ]], -Cell[18132, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"e895f6e9-f016-49b6-a673-1546ccd8f96d", +Cell[18187, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"e895f6e9-f016-49b6-a673-1546ccd8f96d", CellID->2083786667], -Cell[18272, 478, 234, 6, 27, "Input",ExpressionUUID->"e5129825-9f66-4609-a95d-9435930666a9", +Cell[18327, 483, 234, 6, 27, "Input",ExpressionUUID->"e5129825-9f66-4609-a95d-9435930666a9", CellID->585427827], -Cell[18509, 486, 375, 9, 27, "Input",ExpressionUUID->"5cae32bf-8433-49af-b353-fbae33faf6d5", +Cell[18564, 491, 375, 9, 27, "Input",ExpressionUUID->"5cae32bf-8433-49af-b353-fbae33faf6d5", CellID->1947756944], -Cell[18887, 497, 238, 6, 70, "Input",ExpressionUUID->"14b86f34-8956-42f3-950d-e996b8eec23c", +Cell[18942, 502, 238, 6, 27, "Input",ExpressionUUID->"14b86f34-8956-42f3-950d-e996b8eec23c", CellID->1946614331], Cell[CellGroupData[{ -Cell[19150, 507, 198, 4, 70, "Input",ExpressionUUID->"72d0f003-abf5-4070-97e2-4c914c71e466", +Cell[19205, 512, 198, 4, 70, "Input",ExpressionUUID->"72d0f003-abf5-4070-97e2-4c914c71e466", CellID->2047720606], -Cell[19351, 513, 1258, 32, 54, "Output",ExpressionUUID->"90aafab2-4d8f-4e7a-a140-9b2ef96f8956", +Cell[19406, 518, 1258, 32, 53, "Output",ExpressionUUID->"90aafab2-4d8f-4e7a-a140-9b2ef96f8956", CellID->497215206] }, Open ]], -Cell[20624, 548, 196, 4, 70, "ExampleText",ExpressionUUID->"f149efc3-77c8-4ce3-a113-165ff5e7d978", +Cell[20679, 553, 196, 4, 70, "ExampleText",ExpressionUUID->"f149efc3-77c8-4ce3-a113-165ff5e7d978", CellID->4896524], Cell[CellGroupData[{ -Cell[20845, 556, 324, 7, 70, "Input",ExpressionUUID->"8a11d34a-6172-44bb-bab7-62739a1509c0", +Cell[20900, 561, 324, 7, 70, "Input",ExpressionUUID->"8a11d34a-6172-44bb-bab7-62739a1509c0", CellID->640476792], -Cell[21172, 565, 11479, 236, 485, "Output",ExpressionUUID->"86387d8b-33da-4135-8e38-3bf312ee7203", +Cell[21227, 570, 11479, 236, 485, "Output",ExpressionUUID->"86387d8b-33da-4135-8e38-3bf312ee7203", CellID->342546225] }, Open ]], -Cell[32666, 804, 170, 3, 70, "ExampleText",ExpressionUUID->"7dc459f1-c2b6-40cc-930c-238be7081359", +Cell[32721, 809, 170, 3, 70, "ExampleText",ExpressionUUID->"7dc459f1-c2b6-40cc-930c-238be7081359", CellID->2139077664], Cell[CellGroupData[{ -Cell[32861, 811, 421, 9, 70, "Input",ExpressionUUID->"92998fb7-778d-43a6-815a-95d6e1700d37", +Cell[32916, 816, 421, 9, 70, "Input",ExpressionUUID->"92998fb7-778d-43a6-815a-95d6e1700d37", CellID->322027567], -Cell[33285, 822, 11091, 229, 485, "Output",ExpressionUUID->"d4927b8b-332b-490a-95b1-f988bb179287", +Cell[33340, 827, 11100, 230, 485, "Output",ExpressionUUID->"d4927b8b-332b-490a-95b1-f988bb179287", CellID->110044871] }, Open ]], -Cell[44391, 1054, 203, 4, 70, "ExampleText",ExpressionUUID->"eeef9b2b-e77e-4aaa-bf6b-224e9be19dee", +Cell[44455, 1060, 203, 4, 70, "ExampleText",ExpressionUUID->"eeef9b2b-e77e-4aaa-bf6b-224e9be19dee", CellID->1579232153], Cell[CellGroupData[{ -Cell[44619, 1062, 376, 8, 70, "Input",ExpressionUUID->"d8b5b137-6889-4770-b701-196857fd5b9c", +Cell[44683, 1068, 376, 8, 70, "Input",ExpressionUUID->"d8b5b137-6889-4770-b701-196857fd5b9c", CellID->786127884], -Cell[44998, 1072, 8338, 181, 485, "Output",ExpressionUUID->"9c4ff412-ecb3-4fcc-83b6-95f82e7ab3cf", +Cell[45062, 1078, 8338, 181, 485, "Output",ExpressionUUID->"9c4ff412-ecb3-4fcc-83b6-95f82e7ab3cf", CellID->286160938] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[53642, 1268, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"8c97864d-139e-4bea-acbf-1818ab3e9a5b"], +Cell[59126, 1418, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6b8975a3-c59b-47d9-a863-27c28a99523e"], +Cell[59799, 1438, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b3fd65a6-7415-43dc-acd4-a19ccbc8f1d4"], +Cell[60835, 1466, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"a4809977-995a-4f6c-86e9-240fd20a9434"], Cell[CellGroupData[{ -Cell[53600, 1264, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"1e2dfbbe-8a7c-4565-b6f5-c20dea2b205e"], -Cell[59084, 1414, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6664fa0e-abc1-4fed-b0e4-a278653d3f77"] -}, Open ]], -Cell[59769, 1435, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"981ed403-feec-4666-862e-702e0bd43e9e"], -Cell[60805, 1463, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"152f9dea-91db-43e2-978a-a917d9e38bdf"], -Cell[CellGroupData[{ -Cell[63746, 1548, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"81b2cfd2-c902-431c-a204-dea14cf81a4a", +Cell[63776, 1551, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"81b2cfd2-c902-431c-a204-dea14cf81a4a", CellID->2135167160], -Cell[63887, 1551, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7e97d58-b70b-4416-9592-567e053c18b1", +Cell[63917, 1554, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a7e97d58-b70b-4416-9592-567e053c18b1", CellID->1194386356], -Cell[64109, 1557, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9ce773ca-810d-43ee-923c-a4e6ff394204", +Cell[64139, 1560, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9ce773ca-810d-43ee-923c-a4e6ff394204", CellID->1641706272], -Cell[64324, 1562, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d8a4a18d-e68b-4dea-a4b3-bafa33f469a6", +Cell[64354, 1565, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d8a4a18d-e68b-4dea-a4b3-bafa33f469a6", CellID->399251956], -Cell[64553, 1568, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4c239fa-5b58-4eb0-9cb1-0489f5cbcede", +Cell[64583, 1571, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e4c239fa-5b58-4eb0-9cb1-0489f5cbcede", CellID->821434655] }, Open ]], -Cell[64790, 1574, 78, 0, 70, "FooterCell",ExpressionUUID->"694b5aeb-5391-426b-968d-65730a80e833"] +Cell[64820, 1577, 78, 0, 70, "FooterCell",ExpressionUUID->"b9db75c6-84f0-47fd-8289-04ccc6480da7"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowImputationSet.nb b/Documentation/English/ReferencePages/Symbols/ShowImputationSet.nb index f4f09c5..3e16590 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowImputationSet.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowImputationSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 55559, 1391] -NotebookOptionsPosition[ 47686, 1235] -NotebookOutlinePosition[ 49829, 1289] -CellTagsIndexPosition[ 49743, 1284] +NotebookDataLength[ 55568, 1391] +NotebookOptionsPosition[ 47709, 1237] +NotebookOutlinePosition[ 49870, 1291] +CellTagsIndexPosition[ 49784, 1286] WindowTitle->ShowImputationSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "ad5bf130-4526-4d63-8f52-9413f5d57485"], + "b2ad6c0c-0f8f-4b0e-9e9a-aa466169337a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "540f3d3e-8fc4-4592-91e8-b9e45bf850ee"], + "a85dcb7b-6a3d-47f4-85ca-e8c035b0062d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "07ad19ff-8293-4599-997d-03bdf5d0ccd1"] - }],ExpressionUUID->"35188cbb-7abe-4b1e-9dfb-1e632cfd5795"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "f898335e-afb0-45ac-bae7-03e322eec7be"] + }],ExpressionUUID->"ef12c4fd-7224-4eef-b5e8-c1cdb43856da"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "96a80091-01ee-4a2a-bef3-80a21193c35b"], + "17dfeae1-6868-4856-9148-7430f35c0de2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e6eabcac-c9d6-4fc7-ad61-c5837761db36"] - }],ExpressionUUID->"3dfe7428-72f7-45c4-b5e6-cb80521b8791"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f78c6a9b-b91c-4f2a-b132-06fa59e9128f"] + }],ExpressionUUID->"e59d37b5-a26e-46d3-926b-47f580deedae"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "97750323-4e16-4686-8bf3-c68fbb394e2f"], + "0ad4e3c2-463b-4346-87f1-ad9ca8d1da6e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7b95d804-3534-4cd9-823e-db02da773aaf"] - }],ExpressionUUID->"fd907d10-9716-4493-89fc-d8c484756d53"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "0ac3f8b5-fd8a-49f4-ba63-80f3ce46faab"] + }],ExpressionUUID->"2fe480e2-a08b-488a-a636-696050a7bc2b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b7a793c4-a55e-4b50-8f1d-8e3ce23bc9ee"], + "51430126-0daf-4bc0-b5e0-38e5a150a755"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2c22b6a1-36f7-464d-b2a5-cda30b15d041"] - }],ExpressionUUID->"b7c80e59-56ad-470c-9fa9-938695b7924a"], - StripOnInput->False], {"\<\"TUG/ref/ShowImputationSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowImputationSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "b3cdf129-74c4-40ec-8669-7b297a53f744"] + }],ExpressionUUID->"ed69a545-676b-469b-92d4-c4f7ca30abbe"], + StripOnInput->False],{ + "\"TUG/ref/ShowImputationSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowImputationSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ShowImputationSet.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$175280], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowImputationSet" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$189550], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowImputationSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "655bc36c-61d5-46ce-877a-b7ebb4bc767a"] + "f19e2657-3a6f-4290-99e1-5f423977f037"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "30467196-320c-46ab-8e3f-9993c5169746"]} + "49f4f676-8a9a-4982-b5cf-c449da7bf49d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e76752f2-a8d5-4ef3-ab33-971ce99bd4f1"], + CellID->1,ExpressionUUID->"4d01ce9d-bb8c-4706-b253-a0bb26e0b736"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"418ff323-c10d-488d-9038-6c5bebbe4eb8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ef78f701-d2d1-4a03-9a0e-662b2b515422"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowImputationSet", "ObjectName",ExpressionUUID-> - "2c3eef90-165a-40da-aa07-a1db2c256f59"], + "c0acd328-448b-45e2-a3fa-3007e39a51bf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"c2dc0917-978b-4265-9657-7b5b2bec3379"], + "Spacer1"]],ExpressionUUID->"05d461a0-7ccd-49aa-a713-7341790ed501"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "77a546b5-e2c7-4975-bca8-3d67e38bd674"] - }],ExpressionUUID->"f4a76032-54ed-4097-aea4-de0e684c4f11"], Cell[BoxData[ + "4b49a26d-2f84-472f-87a1-c7eed13e3d76"] + }],ExpressionUUID->"b7969160-3b2a-4bf7-bcb8-5efc2972c9a0"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "bbdee288-f4f4-40a0-83b9-bbb7c7c1ab11"]} + "e73c8b10-1ac1-4c94-8af7-eeac0c2b61af"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5e79fc05-20b0-42b6-8698-cfdcb51e1e6a"], + CacheGraphics->False,ExpressionUUID->"6c23ce53-a3f4-4988-831e-f7fea013cdd5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "89e7dc83-b362-4c8c-a9ad-aa15374707fc"], " \[LineSeparator]is an option for various package plotting functions to \ draw the imputation set of the game within the graphic." - }],ExpressionUUID->"5e04b230-5448-433e-944d-98e7d8d85e48"]} + }],ExpressionUUID->"b761215d-04cf-4337-8e68-f40388d220f5"]} }]], "Usage", CellID->1569168004,ExpressionUUID->"b3845552-2df6-4ea7-8a21-52f94cb39c70"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d201aad4-ab2c-4e20-8d30-b84ecd15f4e2"], + ExpressionUUID->"af831907-92b6-40f4-92be-7fb09ad555cc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eff32223-5b01-4556-b8dc-b799b2b3c4b4"], + "Spacer1"]],ExpressionUUID->"80490671-9a46-4a12-b29e-012d6fe478a0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ad208e85-700f-42ce-ae17-8e9c6ae49843"], + }], "NotesFrameText",ExpressionUUID->"10ad856a-d7f1-4b8f-a94d-be333a922857"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"098d0192-8547-42df-89aa-c4797ce9d7cf"]], \ + "Preemptive"]],ExpressionUUID->"a19201cc-8045-495d-8283-81c93eef7a10"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->179211762,ExpressionUUID->"b83232ae-aeaf-4286-be63-035fd2646d3a"], + CellID->1009826090,ExpressionUUID->"ea24f057-2f88-4494-a513-8866a56dc662"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9da48e72-524d-4c98-821e-2c69e3a5084f"], + ExpressionUUID->"e2ae6f40-6986-4699-9ce1-252a0774e259"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"31f4476a-5bad-48d2-98d2-6e3ffd8eb5de"], + "Spacer1"]],ExpressionUUID->"4cd18358-5b24-43cf-82b1-539ec797f26c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f39d1d7d-00b3-462b-afe8-36bacae67c44"] + "61010c1c-8654-4f04-940d-f0c7221ad18d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->704633866,ExpressionUUID->"fc491a94-a295-4836-afc4-ab7231700420"], + CellID->226641766,ExpressionUUID->"43205be7-3cdb-44a1-ae79-3d23028ad5d0"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cc563382-6cc1-46cb-b1fc-e15a3956ef82"], + ExpressionUUID->"926456f5-ac5a-4604-8f06-0133a56428a6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7d347df0-36ea-4e7f-9304-c980ba3c676c"], + "Spacer1"]],ExpressionUUID->"1c330445-57be-4925-a6a6-b5a667bca0dd"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "caf7e471-1948-48bc-a5ca-4d1abad5d5fa"] + "d9a9911f-2255-454c-933d-3ebe239d58bd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2079365305,ExpressionUUID->"04134a44-82d8-4c88-9278-591dae863a83"], + CellID->1010013293,ExpressionUUID->"605282c9-68aa-4b2d-a582-dc694110ecc0"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"1ed3bbe3-7012-4756-9aa2-193281c089e5"], @@ -919,8 +924,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1068,15 +1071,15 @@ Cell[BoxData[GridBox[{ "74f542ab-7b29-45b2-91db-215f6db9103e"] }], "SeeAlso",ExpressionUUID->"49408cf5-546e-4a71-9844-3f64bc5db128"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"60465c0a-e7cd-4c4a-97cf-\ -55abf1b72011"], + }]], "SeeAlsoSection",ExpressionUUID->"a1a6caa8-f9f6-40d5-bd9b-\ +270e23c0c4a5"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1088,9 +1091,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"76cb69a6-a798-4cd2-a49f-c71b30fbed41"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"34414465-0b8d-49a5-89e5-\ -72ab200ed1b8"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0011ef18-2a3a-4878-9560-\ +c69f0708b240"], Cell[BoxData[GridBox[{ { @@ -1107,7 +1109,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8ae87595-0bd3-435d-9e4f-4abfe2c35f39"]}]}, + "ab72a34b-aa7d-48b9-ab62-69ac2ee1ea5c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1115,10 +1117,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "77671c34-c2d3-4701-a0b6-e7376ba82769"]}]} + "1bceeb47-60f9-4bac-b868-be0c6899cc54"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2728a824-c335-4266-b722-\ -8ab1d26f2bf3"], + }]], "MoreAboutSection",ExpressionUUID->"72c4fdd8-a89d-434e-99aa-\ +c96c8ea14a6f"], Cell[BoxData[GridBox[{ { @@ -1145,7 +1147,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4048c403-b956-4c0d-b816-1338ceb22dd4"]], "RelatedLinks", + "51fb1b0b-dc19-443f-a794-b17796f74dba"]], "RelatedLinks", ExpressionUUID->"e9143095-91ef-4ec7-baf7-4f4d47b6fd98"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1163,7 +1165,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b181e27b-2afb-4cda-9fab-13b3c0b22f9a"]], "RelatedLinks", + "b34ebd3c-aca9-4503-b3d4-e7ea7ca28375"]], "RelatedLinks", ExpressionUUID->"32d39ef1-be15-4293-ba76-d3e5b2b96f19"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1180,7 +1182,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e874bb58-3ed4-472f-9199-4b1b42ba6e00"]], "RelatedLinks", + "fbc61e59-0db7-4881-adc9-d683cb20d9cd"]], "RelatedLinks", ExpressionUUID->"54dfc13f-f2f0-4d21-9923-c8e5a90d98c4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1197,11 +1199,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29636d9d-7b05-4f01-aee5-27f2268aa270"]], "RelatedLinks", + "11032aa6-8f07-408b-8c4b-a75e75a6332d"]], "RelatedLinks", ExpressionUUID->"da7bbdbd-3002-4d6a-961d-072568a1f0f0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2991b7da-d379-413a-a386-\ -27b3a0409507"], + }]], "RelatedLinksSection",ExpressionUUID->"e18a638d-9f32-4927-8119-\ +e567eab61041"], Cell[CellGroupData[{ @@ -1231,11 +1233,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"18335763-47d2-48a4-8bae-6eb4e059c83f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"bf438424-019e-43c6-bb8b-532b470347e4"] +Cell[" ", "FooterCell",ExpressionUUID->"bf6d7f9b-35e2-438d-8b1d-25d8dd18c35b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowImputationSet", TaggingRules->{ @@ -1246,7 +1248,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 31.760600}", + "built" -> "{2024, 6, 3, 16, 55, 25.842325}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1254,10 +1256,10 @@ TaggingRules->{ "ShowImputationSet is an option for various package plotting functions to \ draw the imputation set of the game within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShowImputationSet", "titlemodifier" -> "", - "windowtitle" -> "ShowImputationSet", "type" -> "Symbol", "uri" -> - "TUG/ref/ShowImputationSet"}}, + "metadescription" -> "", "windowtitle" -> "ShowImputationSet", "type" -> + "Symbol", "uri" -> "TUG/ref/ShowImputationSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1266,9 +1268,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"97a6ab8b-1c5c-402f-9a6c-48c378e2208e" +ExpressionUUID->"4abc0792-29cf-41f7-a914-246bf4659471" ] (* End of Notebook Content *) @@ -1276,123 +1278,121 @@ ExpressionUUID->"97a6ab8b-1c5c-402f-9a6c-48c378e2208e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12342, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc491a94-a295-4836-afc4-ab7231700420", + Cell[12399, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43205be7-3cdb-44a1-ae79-3d23028ad5d0", CellTags->"PrimaryExamplesSection", - CellID->704633866]} + CellID->226641766]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 49543, 1277} + {"PrimaryExamplesSection", 49584, 1279} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7129, 168, 56, "AnchorBarGrid",ExpressionUUID->"e76752f2-a8d5-4ef3-ab33-971ce99bd4f1", +Cell[589, 21, 7185, 173, 57, "AnchorBarGrid",ExpressionUUID->"4d01ce9d-bb8c-4706-b253-a0bb26e0b736", CellID->1], -Cell[7721, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"418ff323-c10d-488d-9038-6c5bebbe4eb8"], +Cell[7777, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ef78f701-d2d1-4a03-9a0e-662b2b515422"], Cell[CellGroupData[{ -Cell[7832, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5e79fc05-20b0-42b6-8698-cfdcb51e1e6a"], -Cell[9126, 232, 496, 9, 111, "Usage",ExpressionUUID->"b3845552-2df6-4ea7-8a21-52f94cb39c70", +Cell[7888, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"6c23ce53-a3f4-4988-831e-f7fea013cdd5"], +Cell[9182, 237, 496, 9, 111, "Usage",ExpressionUUID->"b3845552-2df6-4ea7-8a21-52f94cb39c70", CellID->1569168004] }, Open ]], Cell[CellGroupData[{ -Cell[9659, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"b83232ae-aeaf-4286-be63-035fd2646d3a", +Cell[9715, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"ea24f057-2f88-4494-a513-8866a56dc662", CellGroupingRules->{"SectionGrouping", 50}, - CellID->179211762], -Cell[11556, 295, 489, 12, 37, "Notes",ExpressionUUID->"579ef947-33fe-42d5-a12c-a6853d95e284", + CellID->1009826090], +Cell[11613, 300, 489, 12, 38, "Notes",ExpressionUUID->"579ef947-33fe-42d5-a12c-a6853d95e284", CellID->177724765], -Cell[12048, 309, 167, 3, 36, "Notes",ExpressionUUID->"5ebab1b2-7f96-4db3-9eb9-f328434ab39f", +Cell[12105, 314, 167, 3, 36, "Notes",ExpressionUUID->"5ebab1b2-7f96-4db3-9eb9-f328434ab39f", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12342, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc491a94-a295-4836-afc4-ab7231700420", +Cell[12399, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43205be7-3cdb-44a1-ae79-3d23028ad5d0", CellTags->"PrimaryExamplesSection", - CellID->704633866], + CellID->226641766], Cell[CellGroupData[{ -Cell[13787, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"04134a44-82d8-4c88-9278-591dae863a83", - CellID->2079365305], -Cell[15189, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"1ed3bbe3-7012-4756-9aa2-193281c089e5", +Cell[13844, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"605282c9-68aa-4b2d-a582-dc694110ecc0", + CellID->1010013293], +Cell[15246, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"1ed3bbe3-7012-4756-9aa2-193281c089e5", CellID->724598077], Cell[CellGroupData[{ -Cell[15332, 402, 168, 3, 27, "Input",ExpressionUUID->"2dd2afa5-2be5-4148-9b66-36ec685d6078", +Cell[15389, 407, 168, 3, 27, "Input",ExpressionUUID->"2dd2afa5-2be5-4148-9b66-36ec685d6078", CellID->2141335847], Cell[CellGroupData[{ -Cell[15525, 409, 237, 4, 23, "Print",ExpressionUUID->"2120e15e-3d84-4c80-a69d-7a73e9d91c51", +Cell[15582, 414, 237, 4, 23, "Print",ExpressionUUID->"2120e15e-3d84-4c80-a69d-7a73e9d91c51", CellID->1782458191], -Cell[15765, 415, 366, 8, 23, "Print",ExpressionUUID->"a45ed50a-89bf-42a7-b614-83b559138ae6", +Cell[15822, 420, 366, 8, 23, "Print",ExpressionUUID->"a45ed50a-89bf-42a7-b614-83b559138ae6", CellID->1200038614], -Cell[16134, 425, 236, 4, 23, "Print",ExpressionUUID->"6716e23d-ece3-401f-83d0-7359f2caef62", +Cell[16191, 430, 236, 4, 23, "Print",ExpressionUUID->"6716e23d-ece3-401f-83d0-7359f2caef62", CellID->436871016], -Cell[16373, 431, 221, 3, 23, "Print",ExpressionUUID->"d4704dd1-286e-4c24-a71a-284dc8ae3220", +Cell[16430, 436, 221, 3, 23, "Print",ExpressionUUID->"d4704dd1-286e-4c24-a71a-284dc8ae3220", CellID->1067960819], -Cell[16597, 436, 208, 3, 23, "Print",ExpressionUUID->"a3e38ffd-873f-4f3a-b660-7c20242eff2f", +Cell[16654, 441, 208, 3, 23, "Print",ExpressionUUID->"a3e38ffd-873f-4f3a-b660-7c20242eff2f", CellID->1096197966], -Cell[16808, 441, 238, 4, 23, "Print",ExpressionUUID->"4c25021f-e337-46b2-9b21-45290c6dfcfc", +Cell[16865, 446, 238, 4, 23, "Print",ExpressionUUID->"4c25021f-e337-46b2-9b21-45290c6dfcfc", CellID->1932154542], -Cell[17049, 447, 221, 3, 23, "Print",ExpressionUUID->"2970a0e7-b8d6-4457-a73f-3187558025fe", +Cell[17106, 452, 221, 3, 23, "Print",ExpressionUUID->"2970a0e7-b8d6-4457-a73f-3187558025fe", CellID->1359383572], -Cell[17273, 452, 237, 4, 23, "Print",ExpressionUUID->"927cf156-12e9-4dd2-85ef-d48599170677", +Cell[17330, 457, 237, 4, 23, "Print",ExpressionUUID->"927cf156-12e9-4dd2-85ef-d48599170677", CellID->2143974591], -Cell[17513, 458, 237, 4, 23, "Print",ExpressionUUID->"db81fe15-2c70-4f09-847f-257ff19a69d7", +Cell[17570, 463, 237, 4, 23, "Print",ExpressionUUID->"db81fe15-2c70-4f09-847f-257ff19a69d7", CellID->1217355884], -Cell[17753, 464, 208, 3, 23, "Print",ExpressionUUID->"c63a40f6-c661-48df-a3ec-e8f9bd01127d", +Cell[17810, 469, 208, 3, 23, "Print",ExpressionUUID->"c63a40f6-c661-48df-a3ec-e8f9bd01127d", CellID->2108186180], -Cell[17964, 469, 237, 4, 23, "Print",ExpressionUUID->"a01c9dc9-1db9-4e06-ba1a-afb9dc1b5fc5", +Cell[18021, 474, 237, 4, 23, "Print",ExpressionUUID->"a01c9dc9-1db9-4e06-ba1a-afb9dc1b5fc5", CellID->1404170459] }, Open ]] }, Open ]], -Cell[18228, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"1a0ac191-fc23-4529-9133-e96dea91ca98", +Cell[18285, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"1a0ac191-fc23-4529-9133-e96dea91ca98", CellID->2083786667], -Cell[18368, 480, 234, 6, 27, "Input",ExpressionUUID->"16c9f650-2f9b-4d10-900c-a99c73c63a31", +Cell[18425, 485, 234, 6, 27, "Input",ExpressionUUID->"16c9f650-2f9b-4d10-900c-a99c73c63a31", CellID->585427827], -Cell[18605, 488, 375, 9, 27, "Input",ExpressionUUID->"91938e5c-14ac-49e5-82d5-e95050c38171", +Cell[18662, 493, 375, 9, 27, "Input",ExpressionUUID->"91938e5c-14ac-49e5-82d5-e95050c38171", CellID->1947756944], -Cell[18983, 499, 238, 6, 70, "Input",ExpressionUUID->"037557d7-9068-4f37-8fff-af4535affb85", +Cell[19040, 504, 238, 6, 70, "Input",ExpressionUUID->"037557d7-9068-4f37-8fff-af4535affb85", CellID->1946614331], Cell[CellGroupData[{ -Cell[19246, 509, 198, 4, 70, "Input",ExpressionUUID->"41859583-2dae-42fc-a89b-896d763a96ea", +Cell[19303, 514, 198, 4, 70, "Input",ExpressionUUID->"41859583-2dae-42fc-a89b-896d763a96ea", CellID->2047720606], -Cell[19447, 515, 1259, 32, 54, "Output",ExpressionUUID->"f212da78-0dc3-4b33-9179-22421a500cad", +Cell[19504, 520, 1259, 32, 53, "Output",ExpressionUUID->"f212da78-0dc3-4b33-9179-22421a500cad", CellID->2096465856] }, Open ]], -Cell[20721, 550, 234, 4, 70, "ExampleText",ExpressionUUID->"60508c19-9b86-4a5f-88ed-2f1dc5f89a5b", +Cell[20778, 555, 234, 4, 70, "ExampleText",ExpressionUUID->"60508c19-9b86-4a5f-88ed-2f1dc5f89a5b", CellID->4896524], Cell[CellGroupData[{ -Cell[20980, 558, 379, 8, 70, "Input",ExpressionUUID->"3c7e2c2c-64a6-44a5-a7d7-0a0fc730cb54", +Cell[21037, 563, 379, 8, 70, "Input",ExpressionUUID->"3c7e2c2c-64a6-44a5-a7d7-0a0fc730cb54", CellID->640476792], -Cell[21362, 568, 7166, 163, 485, "Output",ExpressionUUID->"62c0b6e8-140f-4e6e-8477-fd886d957572", +Cell[21419, 573, 7166, 163, 485, "Output",ExpressionUUID->"62c0b6e8-140f-4e6e-8477-fd886d957572", CellID->2035804276] }, Open ]], -Cell[28543, 734, 203, 4, 70, "ExampleText",ExpressionUUID->"251941bc-75ed-4b62-ac21-17ae8b1eba7a", +Cell[28600, 739, 203, 4, 70, "ExampleText",ExpressionUUID->"251941bc-75ed-4b62-ac21-17ae8b1eba7a", CellID->1579232153], Cell[CellGroupData[{ -Cell[28771, 742, 381, 8, 70, "Input",ExpressionUUID->"07febdea-e89f-431f-855d-48650544978c", +Cell[28828, 747, 381, 8, 70, "Input",ExpressionUUID->"07febdea-e89f-431f-855d-48650544978c", CellID->1050374408], -Cell[29155, 752, 6995, 160, 485, "Output",ExpressionUUID->"108e0a4a-0137-4cc2-aa45-12413fc90727", +Cell[29212, 757, 6995, 160, 485, "Output",ExpressionUUID->"108e0a4a-0137-4cc2-aa45-12413fc90727", CellID->456017725] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[36449, 926, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"a1a6caa8-f9f6-40d5-bd9b-270e23c0c4a5"], +Cell[41933, 1076, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0011ef18-2a3a-4878-9560-c69f0708b240"], +Cell[42606, 1096, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"72c4fdd8-a89d-434e-99aa-c96c8ea14a6f"], +Cell[43642, 1124, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"e18a638d-9f32-4927-8119-e567eab61041"], Cell[CellGroupData[{ -Cell[36414, 923, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"60465c0a-e7cd-4c4a-97cf-55abf1b72011"], -Cell[41898, 1073, 670, 18, 70, "TechNotesSection",ExpressionUUID->"34414465-0b8d-49a5-89e5-72ab200ed1b8"] -}, Open ]], -Cell[42583, 1094, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2728a824-c335-4266-b722-8ab1d26f2bf3"], -Cell[43619, 1122, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"2991b7da-d379-413a-a386-27b3a0409507"], -Cell[CellGroupData[{ -Cell[46560, 1207, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c07a14d7-0822-45e7-849f-650126172b7b", +Cell[46583, 1209, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c07a14d7-0822-45e7-849f-650126172b7b", CellID->2135167160], -Cell[46701, 1210, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ecd4dfc0-11d5-4822-8a82-f4ab6e78cdd6", +Cell[46724, 1212, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ecd4dfc0-11d5-4822-8a82-f4ab6e78cdd6", CellID->1194386356], -Cell[46923, 1216, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"488a5a55-f251-4a69-856f-17d35f8fcd52", +Cell[46946, 1218, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"488a5a55-f251-4a69-856f-17d35f8fcd52", CellID->1641706272], -Cell[47138, 1221, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1aa6c4b-121c-48fd-848c-036003af61e8", +Cell[47161, 1223, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1aa6c4b-121c-48fd-848c-036003af61e8", CellID->399251956], -Cell[47367, 1227, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18335763-47d2-48a4-8bae-6eb4e059c83f", +Cell[47390, 1229, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18335763-47d2-48a4-8bae-6eb4e059c83f", CellID->821434655] }, Open ]], -Cell[47604, 1233, 78, 0, 70, "FooterCell",ExpressionUUID->"bf438424-019e-43c6-bb8b-532b470347e4"] +Cell[47627, 1235, 78, 0, 70, "FooterCell",ExpressionUUID->"bf6d7f9b-35e2-438d-8b1d-25d8dd18c35b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowKernelCatcherV6.nb b/Documentation/English/ReferencePages/Symbols/ShowKernelCatcherV6.nb index 358e03b..84e5113 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowKernelCatcherV6.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowKernelCatcherV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 138043, 3332] -NotebookOptionsPosition[ 120372, 2998] -NotebookOutlinePosition[ 122682, 3054] -CellTagsIndexPosition[ 122595, 3049] +NotebookDataLength[ 138063, 3333] +NotebookOptionsPosition[ 120409, 3001] +NotebookOutlinePosition[ 122736, 3057] +CellTagsIndexPosition[ 122649, 3052] WindowTitle->ShowKernelCatcherV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f804a569-de2d-4212-8de9-d1c647f6b060"], + "37a60f04-bec9-489d-bb1f-36623df56a03"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "40dd1c4b-1e65-433f-a009-2dd3be8ec042"], + "2ab3012a-d870-4705-a0ee-2d4d8b34150f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7cd95e58-bc1e-4c55-95be-b2e9df5317db"] - }],ExpressionUUID->"26cb798e-2af2-46c6-9b9f-459f04b0ea80"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "2857096e-c416-475a-91ab-bf4dcd165b37"] + }],ExpressionUUID->"9db9cfc9-1baf-46fd-b8c1-ef504109c2fe"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bdf3111c-0173-47c9-b2a4-cf7d56919938"], + "8f913848-a5c3-43f0-9a20-b59fec9760b1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4a9ce57e-fcf3-4376-a0e7-e05a07d89669"] - }],ExpressionUUID->"0895441d-1f6b-4325-a8a5-a5b11fab06df"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "70a33bbd-92d9-46d2-886d-b033457757a7"] + }],ExpressionUUID->"51f1190c-8d90-43b9-bbc9-000d12b5b8c0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f8985f81-4db0-4637-8dab-984e9c7f16f6"], + "847aee2b-ec6b-45a4-9d8f-86dff9d97fe7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "12f6523f-da31-4e05-b365-c51ad53f6e94"] - }],ExpressionUUID->"9fd7beac-c2a6-4fb2-8f0d-a682b67de2a4"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4127c510-09ec-47cd-ba29-f795bc361b5d"] + }],ExpressionUUID->"99a6f559-a252-40bd-87c6-c3c21497b770"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6cd216b6-9226-41c6-bc08-973bcbf4789f"], + "45b1fe2c-8a7c-4c19-b8d8-4533204aae90"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7a59a3ce-62ff-4319-9473-c4bdcdbb1e96"] - }],ExpressionUUID->"137de505-ec96-4413-a22f-131b755a5d77"], - StripOnInput->False], {"\<\"TUG/ref/ShowKernelCatcherV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowKernelCatcherV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "f211a1c6-165b-4ba2-9138-fc192898b4ce"] + }],ExpressionUUID->"05469641-b9db-42da-8d1e-33d9485f8bb0"], + StripOnInput->False],{ + "\"TUG/ref/ShowKernelCatcherV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowKernelCatcherV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ShowKernelCatcherV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$176245], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowKernelCatcherV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$190549], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowKernelCatcherV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa550384-19ac-4d10-857a-5663cae8af4d"] + "eced3f4b-73d9-4840-8ec3-19a390b4bbe6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "dec8ef52-957d-4f11-b5f8-48ed042a428b"]} + "bb18578f-bf45-44af-ba6e-15633d0a2d72"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e930bb45-6858-4466-a5a1-1b076b1b87fe"], + CellID->1,ExpressionUUID->"f8d23efb-a515-40c2-9405-bc73613621de"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6fe26eaf-cbe1-4177-8345-f6d4292ba757"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bec2c2ed-b74b-4b23-9ff8-2ebefb6b1b47"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowKernelCatcherV6", "ObjectName",ExpressionUUID-> - "2b7df054-612c-48e8-8fb6-2c09bb5c7bb6"], + "741da595-da69-402b-a617-cdff06a4e653"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"53bbc0cb-2669-4552-b240-9e61c4cfacc7"], + "Spacer1"]],ExpressionUUID->"0d3d51f3-1e91-4520-9b83-4cb52abb4f17"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bfc9106d-8a5c-40ee-b940-f2bca2e390a5"] - }],ExpressionUUID->"ab3f6301-3b14-45cf-926a-a6e65efaf15f"], Cell[BoxData[ + "e7accfea-faf6-4208-92ce-1fdbdd42de5d"] + }],ExpressionUUID->"d91c0106-f862-4084-b67e-8db42c373989"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5e5cff6d-4b6e-4e43-a389-38056d483169"]} + "2e504ccd-cbb1-459c-8a63-7b16c56ae397"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d2487d12-a5e5-48a5-a8c1-c94b6c655346"], + CacheGraphics->False,ExpressionUUID->"a118f96e-ce25-45d0-abcf-3f88b119a191"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "899103fa-cbc7-4658-974d-687a2bf5514d"], " \[LineSeparator]plots the interlocking of the imputation and lower or \ proper reasonable set as a skeleton to visualize a kernel catcher." - }],ExpressionUUID->"7005c63a-4e54-4c0d-a262-7fd53394700f"]}, + }],ExpressionUUID->"49b9a88a-8400-4ab6-a32c-2e6e760f7f52"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ShowKernelCatcherV6", "[", @@ -247,7 +253,7 @@ proper reasonable set as a skeleton to visualize a kernel catcher." "c351f372-2fe1-4255-90ca-80c9b07cdf34"], " \[LineSeparator]by option set, the view can be changed, as well as \ several solutions can be added to the graphics." - }],ExpressionUUID->"b5664b2a-05a4-4e9c-baaf-d6419b7e43f8"]} + }],ExpressionUUID->"a7e2f77f-2c5f-4805-8d30-7bfa9ffc47f5"]} }]], "Usage", CellID->1684257655,ExpressionUUID->"f1eccbae-a04f-4a0b-bc29-f8ffcc45476b"] }, Open ]], @@ -280,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2b1bdd40-a8ff-4504-ab89-d9f5443bf2f2"], + ExpressionUUID->"10fc2812-10f1-4042-8c31-d354929128c4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bd199ed4-7d09-4740-b630-b77c105a869e"], + "Spacer1"]],ExpressionUUID->"fef1e5d4-8e57-4e05-9e7e-63009c2a571f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"640815b3-01d9-4233-846d-e0738e274dd2"], + }], "NotesFrameText",ExpressionUUID->"80f414ec-6e1f-40fb-936e-54b6cd76625d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -296,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1dc146f7-3c4e-4454-bea3-c8b39e0a7713"]], \ + "Preemptive"]],ExpressionUUID->"a6b222b8-1fd5-403f-98b1-f206a05f288a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->770156471,ExpressionUUID->"84bc3b72-76ec-4aeb-92f6-0145462b9ed3"], + CellID->830741843,ExpressionUUID->"62cda45e-9ea7-461e-b72c-ecbd0e64b18d"], Cell[TextData[{ "The input expression ", @@ -387,7 +393,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1a3f617a-42a8-43dd-80c5-a4aa13c92ab0"], + "13cb7852-3afa-4fd3-a10a-f69d15c422d0"], TemplateBox[{ Cell[ TextData["CriticalValue"]], "paclet:TUG/ref/CriticalValue", @@ -400,7 +406,7 @@ nucleolus. Admissible values are 1,2,3,4,5, and 6 to calculates different \ critical values. Here, the first critical values is chosen as the default.\ \>", "TableText",ExpressionUUID->"85e9562e-5af2-4366-8782-9261b50c36bb"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "239548ad-08a9-49a2-b837-bf7b2cb953ce"], + "13502c77-0877-4689-87c4-47b927e105bd"], TemplateBox[{ Cell[ TextData["EpsStrValues"]], "paclet:TUG/ref/EpsStrValues", @@ -412,7 +418,7 @@ do not set a specific epsilon value for a strong-epsilon core. If this value \ is set, CriticalValue will not be used. \ \>", "TableText",ExpressionUUID->"bd7e2ddd-90a4-41ff-a5dc-c74b7f467623"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "04423a96-ddea-4c93-874e-a817953d292a"], + "782681da-4deb-46ae-b2f0-f9bf87a36b2b"], TemplateBox[{ Cell[ TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", @@ -433,7 +439,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "de9368d8-6c80-43d0-b24b-7ae66608b441"], + "7bae3791-5aa1-4f40-a400-b2353837f1f8"], TemplateBox[{ Cell[ TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", @@ -444,7 +450,7 @@ Cell[BoxData[GridBox[{ do not use to pass an arbitrary payoff/imputation to the function. \ \>", "TableText",ExpressionUUID->"621d91fd-3d48-4f2a-8d19-ca17f13bf6a1"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1af6c7bd-ab90-4922-87a4-5074bb538622"], + "843f47a6-1a5d-4254-ad11-3892332dd9a4"], TemplateBox[{ Cell[ TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", @@ -456,7 +462,7 @@ do not use to pass the nucleolus to the function. Selection made by internal \ calculation.\ \>", "TableText",ExpressionUUID->"73093d7c-6baa-4b60-849f-852157750ec9"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "22b1c4bd-be63-4854-95d2-201a86ac9b68"], + "2e84ba20-1d0d-49d5-8644-1dce5d710d9f"], TemplateBox[{ Cell[ TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", @@ -477,7 +483,7 @@ calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "87c97915-1177-463e-854e-33cced37116d"], + "b830eb3a-4af5-42ac-8d3f-c59ac5ecdcac"], TemplateBox[{ Cell[ TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", @@ -496,7 +502,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "44364ddf-218c-458d-a309-636292d0d9e4"], + "d5d4239f-5e9c-442d-8e59-4e368786871b"], TemplateBox[{ Cell[ TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, @@ -512,7 +518,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a3d56a9b-cd77-434c-8bb7-83a4af8dcd5a"], + "fc255508-ebce-41c2-82f9-29463f5af8a4"], TemplateBox[{ Cell[ TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", @@ -531,7 +537,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "836ae3ba-d225-409b-8caf-39a9b11c9684"], + "bda923cd-9f82-4a0b-9057-0b4e72df5e14"], TemplateBox[{ Cell[ TextData["ShowCore"]], "paclet:TUG/ref/ShowCore", "TUG Package Symbol"}, @@ -547,7 +553,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "349f18c1-9b9d-4043-ae66-25eecbea6731"], + "fcb59c0d-40a4-49d6-b841-64708541fb3c"], TemplateBox[{ Cell[ TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", @@ -564,7 +570,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "0d48d622-568b-44c5-83d6-a1aa57a93410"], + "4bf74908-8353-482a-a1ad-95a958ec116a"], TemplateBox[{ Cell[ TextData["ShowLowerSet"]], "paclet:TUG/ref/ShowLowerSet", @@ -581,7 +587,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "e854f400-41fd-46e5-b51c-bd22c85e3080"], + "0a7c6d30-de27-4989-a9f4-ba3ff7ed2fd1"], TemplateBox[{ Cell[ TextData["ShowUpperSet"]], "paclet:TUG/ref/ShowUpperSet", @@ -598,7 +604,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8512dc59-d132-4046-a3dc-14b3270ec691"], + "c9723586-5a94-4b63-ae19-25050460f896"], TemplateBox[{ Cell[ TextData["ShowStrongEpsCore"]], "paclet:TUG/ref/ShowStrongEpsCore", @@ -615,7 +621,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "12adbcd7-bc78-4f30-b41c-04e4c00de34f"], + "d091bf41-3c19-44e1-8f8c-ce4eb1752e17"], TemplateBox[{ Cell[ TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, @@ -632,7 +638,7 @@ space. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9f4fe7fd-ef86-43ef-8e39-9306fac9c602"], + "610982c4-1113-41f9-9fb1-cda8ba73bfe8"], TemplateBox[{ Cell[ TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", @@ -649,7 +655,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1e0e2966-b8ca-4147-92d5-f280545975d1"], + "4e969e7a-4711-4694-bc27-dfee1a28ff5c"], TemplateBox[{ Cell[ TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", @@ -666,7 +672,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "41b4bb3b-9103-4cba-bda7-1aaa78343053"], + "4b1cf60e-92ff-4fb4-9680-9a04527dbf33"], TemplateBox[{ Cell[ TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", @@ -683,7 +689,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "164930c3-4f61-40db-b48c-f75d7ea06479"], + "be66432e-f653-48ac-b096-05918d950f84"], TemplateBox[{ Cell[ TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", @@ -700,7 +706,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "96ec64a8-e76c-42f1-96bc-e89cefc0a2db"], + "ee13ba8d-5539-4d7e-a058-a9d0e1f000fb"], TemplateBox[{ Cell[ TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", @@ -717,7 +723,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "1cea138c-67f7-47f2-8cba-8b83d5a9f556"], + "955b30b9-da01-4896-991a-b0744974f162"], TemplateBox[{ Cell[ TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, @@ -1211,19 +1217,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5291b9ca-ed6e-42a0-aaac-3552df577bb2"], + ExpressionUUID->"90be24e1-3202-4d8c-85a7-4e4e1aef90af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"55567e0b-181e-4e8b-bc5c-758a89db7d11"], + "Spacer1"]],ExpressionUUID->"10c22037-b0cc-4c01-a0c1-4eed93b71b9f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "350d84d6-69ed-41ca-b2e8-064603b4f010"] + "03c8467b-0113-444f-8e9c-dc7c2acdca57"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2029245851,ExpressionUUID->"73b9eb43-ea17-4f59-9c71-765d91da95be"], + CellID->712829774,ExpressionUUID->"10b9f191-d68e-4ab1-b0b8-100203a9a3c2"], Cell[CellGroupData[{ @@ -1252,18 +1258,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bafa9948-a329-4d25-a865-1792802ce63d"], + ExpressionUUID->"7e96102e-3dd4-4e3f-baa8-ae9ef7196da1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"01d169e5-fa4f-4f5c-b8b9-1a9174044ec5"], + "Spacer1"]],ExpressionUUID->"1f2a7ed0-0979-4418-a0c9-efa91ffd6b8a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8cba9ea0-09cf-40fc-a95c-ae6694994805"] + "8861f0f0-144a-4170-ae1c-6138fd8a9588"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->881600612,ExpressionUUID->"4bac4234-acb7-48ac-b9cb-1b8dcb452802"], + CellID->570254801,ExpressionUUID->"1a4111ad-b351-4105-b2d1-ff739e89a432"], Cell["Loading the package:", "ExampleText", CellID->441039571,ExpressionUUID->"c0fedeae-d6ac-4cc5-a0e3-deee1dd549cc"], @@ -2699,8 +2705,6 @@ IY5dPbr5jzDMDwWDqxjmwMQhqi+gi++HicNomDiqOxHiqOa8ske199Z+NPVo EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2848,15 +2852,15 @@ Cell[BoxData[GridBox[{ "ad53fa6b-4f83-45d3-af17-2b1a188e6078"] }], "SeeAlso",ExpressionUUID->"0d033a99-d04a-48f7-a862-5a820775fda9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"02d5c922-e8b1-4449-b8a7-\ -087c7fce4f1b"], + }]], "SeeAlsoSection",ExpressionUUID->"c3728cfe-834f-412e-a943-\ +27cb18423194"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2868,9 +2872,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"36b15993-3e69-4eb4-a29e-63c8e73b743a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ceeea9ea-9634-4959-8a49-\ -e4bcb795f895"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c7ecc31d-6926-48b9-9b69-\ +229348746a8a"], Cell[BoxData[GridBox[{ { @@ -2887,7 +2890,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f0423db6-09b0-40f0-b30d-6148eb96bbcc"]}]}, + "73bb62d4-0399-4bb7-a231-1bfb76a9604a"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2895,10 +2898,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e0d193af-a701-4f5f-be41-c24dc9bbe2d4"]}]} + "074ef8e4-c32f-4f0b-9c40-f3641025f198"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"afce474b-8dcc-426e-8761-\ -9b99a08dcafb"], + }]], "MoreAboutSection",ExpressionUUID->"ad67c19a-bae8-4180-ac55-\ +8cf75cd2d23d"], Cell[BoxData[GridBox[{ { @@ -2926,7 +2929,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "99e22bfb-9a44-4c2e-8609-aa322e7137c4"]], "RelatedLinks", + "0e9b5ccc-5c4f-4169-b634-5cf1f17616c2"]], "RelatedLinks", ExpressionUUID->"bf433402-f93a-4792-a2df-93657ec00c3f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2943,7 +2946,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7f164bdd-05c4-45ec-b91f-d6a034d6d2a7"]], "RelatedLinks", + "7fa1e919-4bf5-43a5-9cd4-e3c6e4ab9b1c"]], "RelatedLinks", ExpressionUUID->"db79f1a8-53de-49f8-8ac1-a5352f9622c3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2960,11 +2963,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b3bbbfaa-b481-48b6-b9ba-f2b83357c808"]], "RelatedLinks", + "1d72687c-31cf-41dd-80bd-98a999df3db4"]], "RelatedLinks", ExpressionUUID->"68c830ac-977f-4dc3-96db-aa3b78b29301"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"3aec6b4f-e41d-4fef-a518-\ -e3bc7e64492e"], + }]], "RelatedLinksSection",ExpressionUUID->"cc152f01-0a2e-47d7-bf9c-\ +35742af13e51"], Cell[CellGroupData[{ @@ -2994,11 +2997,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a807892b-60be-462d-89e9-0c61c3fa47e6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6e9571dc-3ce2-4ce6-8b17-836ca6c5a02f"] +Cell[" ", "FooterCell",ExpressionUUID->"535ac7c2-c254-45fa-bd08-481f02dece0f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowKernelCatcherV6", TaggingRules->{ @@ -3009,7 +3012,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 33.801312}", + "built" -> "{2024, 6, 3, 16, 55, 26.935814}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -3019,10 +3022,10 @@ lower or proper reasonable set as a skeleton to visualize a kernel catcher. \ ShowKernelCatcherV6[game, options] by option set, the view can be changed, as \ well as several solutions can be added to the graphics.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShowKernelCatcherV6", "titlemodifier" -> - "", "windowtitle" -> "ShowKernelCatcherV6", "type" -> "Symbol", "uri" -> - "TUG/ref/ShowKernelCatcherV6"}}, + "", "metadescription" -> "", "windowtitle" -> "ShowKernelCatcherV6", + "type" -> "Symbol", "uri" -> "TUG/ref/ShowKernelCatcherV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -3031,9 +3034,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"70017236-91cc-41f1-b1be-ce46c1f9d731" +ExpressionUUID->"59a44967-ada0-4c38-b69a-3e2423922218" ] (* End of Notebook Content *) @@ -3041,299 +3044,297 @@ ExpressionUUID->"70017236-91cc-41f1-b1be-ce46c1f9d731" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[43286, 1188, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"73b9eb43-ea17-4f59-9c71-765d91da95be", + Cell[43358, 1194, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"10b9f191-d68e-4ab1-b0b8-100203a9a3c2", CellTags->"PrimaryExamplesSection", - CellID->2029245851]} + CellID->712829774]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 122393, 3042} + {"PrimaryExamplesSection", 122448, 3045} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7137, 168, 56, "AnchorBarGrid",ExpressionUUID->"e930bb45-6858-4466-a5a1-1b076b1b87fe", +Cell[591, 21, 7209, 174, 57, "AnchorBarGrid",ExpressionUUID->"f8d23efb-a515-40c2-9405-bc73613621de", CellID->1], -Cell[7731, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6fe26eaf-cbe1-4177-8345-f6d4292ba757"], +Cell[7803, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bec2c2ed-b74b-4b23-9ff8-2ebefb6b1b47"], Cell[CellGroupData[{ -Cell[7842, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"d2487d12-a5e5-48a5-a8c1-c94b6c655346"], -Cell[9138, 232, 985, 19, 187, "Usage",ExpressionUUID->"f1eccbae-a04f-4a0b-bc29-f8ffcc45476b", +Cell[7914, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"a118f96e-ce25-45d0-abcf-3f88b119a191"], +Cell[9210, 238, 985, 19, 186, "Usage",ExpressionUUID->"f1eccbae-a04f-4a0b-bc29-f8ffcc45476b", CellID->1684257655] }, Open ]], Cell[CellGroupData[{ -Cell[10160, 256, 1894, 47, 37, "NotesSection",ExpressionUUID->"84bc3b72-76ec-4aeb-92f6-0145462b9ed3", +Cell[10232, 262, 1894, 47, 37, "NotesSection",ExpressionUUID->"62cda45e-9ea7-461e-b72c-ecbd0e64b18d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->770156471], -Cell[12057, 305, 518, 12, 57, "]]",ExpressionUUID->"b6ea37a0-6274-4bfe-8c33-8d398d72a6d1", + CellID->830741843], +Cell[12129, 311, 518, 12, 57, "]]",ExpressionUUID->"b6ea37a0-6274-4bfe-8c33-8d398d72a6d1", CellID->313448337], -Cell[12578, 319, 489, 12, 37, "Notes",ExpressionUUID->"bbada4db-fd2e-4f12-93c8-458e68fbc030", +Cell[12650, 325, 489, 12, 38, "Notes",ExpressionUUID->"bbada4db-fd2e-4f12-93c8-458e68fbc030", CellID->660698538], -Cell[13070, 333, 167, 3, 36, "Notes",ExpressionUUID->"1dd38be4-2caa-4c06-b147-fcc651be2189", +Cell[13142, 339, 167, 3, 36, "Notes",ExpressionUUID->"1dd38be4-2caa-4c06-b147-fcc651be2189", CellID->1940615982], -Cell[13240, 338, 168, 3, 36, "Notes",ExpressionUUID->"b7d58e44-e059-44be-9d9c-1e1a67a92942", +Cell[13312, 344, 168, 3, 36, "Notes",ExpressionUUID->"b7d58e44-e059-44be-9d9c-1e1a67a92942", CellID->1184946466], -Cell[13411, 343, 311, 5, 57, "Notes",ExpressionUUID->"7b9dd6d8-139d-4ca7-bac8-88844b0dfc10", +Cell[13483, 349, 311, 5, 57, "Notes",ExpressionUUID->"7b9dd6d8-139d-4ca7-bac8-88844b0dfc10", CellID->930116382], -Cell[13725, 350, 400, 6, 78, "Notes",ExpressionUUID->"a8156443-f89e-48b2-ac79-56d0a64ec5bd", +Cell[13797, 356, 400, 6, 78, "Notes",ExpressionUUID->"a8156443-f89e-48b2-ac79-56d0a64ec5bd", CellID->886900529], -Cell[14128, 358, 607, 18, 37, "Notes",ExpressionUUID->"c29825fd-4f28-42f5-a16d-c36f52afb1ff", +Cell[14200, 364, 607, 18, 38, "Notes",ExpressionUUID->"c29825fd-4f28-42f5-a16d-c36f52afb1ff", CellID->1217924972], -Cell[14738, 378, 146, 1, 36, "Notes",ExpressionUUID->"94192908-8251-48f6-bef8-5f5f2c75324a", +Cell[14810, 384, 146, 1, 36, "Notes",ExpressionUUID->"94192908-8251-48f6-bef8-5f5f2c75324a", CellID->1067892624], -Cell[14887, 381, 267, 4, 49, "Notes",ExpressionUUID->"31dfdf07-4b3c-4951-a992-d05ce75d7830", +Cell[14959, 387, 267, 4, 48, "Notes",ExpressionUUID->"31dfdf07-4b3c-4951-a992-d05ce75d7830", CellID->13178], -Cell[15157, 387, 1948, 44, 205, "3ColumnTableMod",ExpressionUUID->"33e00067-4d47-4649-bc14-46a11055be22", +Cell[15229, 393, 1948, 44, 234, "3ColumnTableMod",ExpressionUUID->"33e00067-4d47-4649-bc14-46a11055be22", CellID->1035213662], -Cell[17108, 433, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"0cba867e-0811-43d6-9ba3-1f086fb675ff", +Cell[17180, 439, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"0cba867e-0811-43d6-9ba3-1f086fb675ff", CellID->1640619354], -Cell[18863, 477, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"b44e8676-8c4c-421f-9951-99e742faf10a", +Cell[18935, 483, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"b44e8676-8c4c-421f-9951-99e742faf10a", CellID->2628340], -Cell[19603, 496, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"3182da3b-73d6-4e81-b538-5aa676c575eb", +Cell[19675, 502, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"3182da3b-73d6-4e81-b538-5aa676c575eb", CellID->1581386759], -Cell[20267, 512, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"de156eff-4686-449e-b6a8-15744b77ac94", +Cell[20339, 518, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"de156eff-4686-449e-b6a8-15744b77ac94", CellID->11156], -Cell[20974, 531, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"5f22099f-0dda-498e-b78d-18ee3dee7d0e", +Cell[21046, 537, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"5f22099f-0dda-498e-b78d-18ee3dee7d0e", CellID->1661816152], -Cell[21615, 547, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"4f875f52-aed7-4e24-88b6-d8f0c3826221", +Cell[21687, 553, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"4f875f52-aed7-4e24-88b6-d8f0c3826221", CellID->1348502217], -Cell[22291, 564, 663, 15, 70, "3ColumnTableMod",ExpressionUUID->"88185642-70ca-40a6-bf24-8ff2ecf19b6f", +Cell[22363, 570, 663, 15, 70, "3ColumnTableMod",ExpressionUUID->"88185642-70ca-40a6-bf24-8ff2ecf19b6f", CellID->1984281416], -Cell[22957, 581, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"a51dd617-1a05-48a1-beb8-6c8b177f0bac", +Cell[23029, 587, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"a51dd617-1a05-48a1-beb8-6c8b177f0bac", CellID->533473678], -Cell[23622, 598, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"ae335c15-7eab-4737-bd32-6c87131269fb", +Cell[23694, 604, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"ae335c15-7eab-4737-bd32-6c87131269fb", CellID->854523988], -Cell[24302, 615, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"d8f7b661-73b4-4f08-b221-2e3f85f9b1cb", +Cell[24374, 621, 695, 15, 70, "3ColumnTableMod",ExpressionUUID->"d8f7b661-73b4-4f08-b221-2e3f85f9b1cb", CellID->1889737650], -Cell[25000, 632, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"b518f024-171d-4d37-873e-69e368d72d9e", +Cell[25072, 638, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"b518f024-171d-4d37-873e-69e368d72d9e", CellID->2145330687], -Cell[25665, 649, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"31a32c2a-a31c-41f2-b053-7027c9894390", +Cell[25737, 655, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"31a32c2a-a31c-41f2-b053-7027c9894390", CellID->203358790], -Cell[26335, 666, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"687bfc42-926e-4b75-adea-c3ac8d0b4336", +Cell[26407, 672, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"687bfc42-926e-4b75-adea-c3ac8d0b4336", CellID->1843978144], -Cell[27009, 683, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"d3049d2e-72ca-4a7c-81cc-097ae93f2368", +Cell[27081, 689, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"d3049d2e-72ca-4a7c-81cc-097ae93f2368", CellID->1353055139], -Cell[27702, 700, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"a973f575-b8bf-4d3e-a952-63ddac535188", +Cell[27774, 706, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"a973f575-b8bf-4d3e-a952-63ddac535188", CellID->1846391669], -Cell[28376, 717, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"d3ff00c1-21b3-47c7-8e32-c2b518c3e5e9", +Cell[28448, 723, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"d3ff00c1-21b3-47c7-8e32-c2b518c3e5e9", CellID->901767574], -Cell[29036, 733, 924, 27, 70, "Notes",ExpressionUUID->"17c9615c-cc64-4223-abd9-7fe1f4ea0210", +Cell[29108, 739, 924, 27, 70, "Notes",ExpressionUUID->"17c9615c-cc64-4223-abd9-7fe1f4ea0210", CellID->1756351346], -Cell[29963, 762, 946, 27, 70, "Notes",ExpressionUUID->"1aa5e7b1-ada1-4cbd-8d18-aef4f36a04ad", +Cell[30035, 768, 946, 27, 70, "Notes",ExpressionUUID->"1aa5e7b1-ada1-4cbd-8d18-aef4f36a04ad", CellID->212180004], -Cell[30912, 791, 1310, 39, 70, "Notes",ExpressionUUID->"4d8989bb-6b2c-422c-b56e-534c5eba959b", +Cell[30984, 797, 1310, 39, 70, "Notes",ExpressionUUID->"4d8989bb-6b2c-422c-b56e-534c5eba959b", CellID->1570062306], -Cell[32225, 832, 875, 26, 70, "Notes",ExpressionUUID->"62a6ba3f-2d16-46f5-bbd7-587bab6a2aee", +Cell[32297, 838, 875, 26, 70, "Notes",ExpressionUUID->"62a6ba3f-2d16-46f5-bbd7-587bab6a2aee", CellID->660614], -Cell[33103, 860, 880, 26, 70, "Notes",ExpressionUUID->"746521ca-6fcf-481e-8eb5-8e0682198076", +Cell[33175, 866, 880, 26, 70, "Notes",ExpressionUUID->"746521ca-6fcf-481e-8eb5-8e0682198076", CellID->2102971043], -Cell[33986, 888, 1317, 39, 70, "Notes",ExpressionUUID->"fbf79f3b-b203-4910-a5ab-e778e2200b46", +Cell[34058, 894, 1317, 39, 70, "Notes",ExpressionUUID->"fbf79f3b-b203-4910-a5ab-e778e2200b46", CellID->1108551522], -Cell[35306, 929, 877, 26, 70, "Notes",ExpressionUUID->"2867f9bf-5e27-4d3c-9a1c-e2bca649428d", +Cell[35378, 935, 877, 26, 70, "Notes",ExpressionUUID->"2867f9bf-5e27-4d3c-9a1c-e2bca649428d", CellID->1499340563], -Cell[36186, 957, 466, 14, 70, "Notes",ExpressionUUID->"3b859d9c-a3df-4333-8079-331b28df0c9e", +Cell[36258, 963, 466, 14, 70, "Notes",ExpressionUUID->"3b859d9c-a3df-4333-8079-331b28df0c9e", CellID->297939893], -Cell[36655, 973, 496, 14, 70, "Notes",ExpressionUUID->"86cae17e-cbbc-4b0b-b790-02977a66b386", +Cell[36727, 979, 496, 14, 70, "Notes",ExpressionUUID->"86cae17e-cbbc-4b0b-b790-02977a66b386", CellID->2041043955], -Cell[37154, 989, 476, 14, 70, "Notes",ExpressionUUID->"2412bc86-7930-4a93-b6bf-d5b30ae51a11", +Cell[37226, 995, 476, 14, 70, "Notes",ExpressionUUID->"2412bc86-7930-4a93-b6bf-d5b30ae51a11", CellID->1350435362], -Cell[37633, 1005, 476, 14, 70, "Notes",ExpressionUUID->"51051249-077e-40dd-af6f-240cf0f6ff50", +Cell[37705, 1011, 476, 14, 70, "Notes",ExpressionUUID->"51051249-077e-40dd-af6f-240cf0f6ff50", CellID->2063229655], -Cell[38112, 1021, 499, 14, 70, "Notes",ExpressionUUID->"ba89f6c2-2eef-4a7f-8375-651213491f01", +Cell[38184, 1027, 499, 14, 70, "Notes",ExpressionUUID->"ba89f6c2-2eef-4a7f-8375-651213491f01", CellID->72439300], -Cell[38614, 1037, 538, 16, 70, "Notes",ExpressionUUID->"9d35908a-f47b-4b59-b907-67b9f64aa2f6", +Cell[38686, 1043, 538, 16, 70, "Notes",ExpressionUUID->"9d35908a-f47b-4b59-b907-67b9f64aa2f6", CellID->282211233], -Cell[39155, 1055, 496, 14, 70, "Notes",ExpressionUUID->"30c64cc7-ab2a-4a4a-b735-a1599c2ee0b6", +Cell[39227, 1061, 496, 14, 70, "Notes",ExpressionUUID->"30c64cc7-ab2a-4a4a-b735-a1599c2ee0b6", CellID->2126189377], -Cell[39654, 1071, 589, 15, 70, "Notes",ExpressionUUID->"8f0b6c86-7e56-4f04-93fe-1deb73c7db42", +Cell[39726, 1077, 589, 15, 70, "Notes",ExpressionUUID->"8f0b6c86-7e56-4f04-93fe-1deb73c7db42", CellID->995309240], -Cell[40246, 1088, 471, 14, 70, "Notes",ExpressionUUID->"1a563a78-761f-4b63-9504-f53138219295", +Cell[40318, 1094, 471, 14, 70, "Notes",ExpressionUUID->"1a563a78-761f-4b63-9504-f53138219295", CellID->930159234], -Cell[40720, 1104, 477, 14, 70, "Notes",ExpressionUUID->"262a2e87-e535-46a8-8b35-718559716ac4", +Cell[40792, 1110, 477, 14, 70, "Notes",ExpressionUUID->"262a2e87-e535-46a8-8b35-718559716ac4", CellID->266098834], -Cell[41200, 1120, 481, 14, 70, "Notes",ExpressionUUID->"f9366214-ec66-464f-b2ff-5683d69040f4", +Cell[41272, 1126, 481, 14, 70, "Notes",ExpressionUUID->"f9366214-ec66-464f-b2ff-5683d69040f4", CellID->1374650356], -Cell[41684, 1136, 508, 14, 70, "Notes",ExpressionUUID->"f3166876-c42c-476e-8376-9b9de2ac8003", +Cell[41756, 1142, 508, 14, 70, "Notes",ExpressionUUID->"f3166876-c42c-476e-8376-9b9de2ac8003", CellID->2096118988], -Cell[42195, 1152, 480, 14, 70, "Notes",ExpressionUUID->"d2a24fde-9a40-457e-a3da-38ca6ffe22ed", +Cell[42267, 1158, 480, 14, 70, "Notes",ExpressionUUID->"d2a24fde-9a40-457e-a3da-38ca6ffe22ed", CellID->692156901], -Cell[42678, 1168, 481, 14, 70, "Notes",ExpressionUUID->"74e0ce24-0de1-4856-b56f-491b239981fe", +Cell[42750, 1174, 481, 14, 70, "Notes",ExpressionUUID->"74e0ce24-0de1-4856-b56f-491b239981fe", CellID->1735714032] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[43286, 1188, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"73b9eb43-ea17-4f59-9c71-765d91da95be", +Cell[43358, 1194, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"10b9f191-d68e-4ab1-b0b8-100203a9a3c2", CellTags->"PrimaryExamplesSection", - CellID->2029245851], + CellID->712829774], Cell[CellGroupData[{ -Cell[44732, 1229, 1398, 36, 70, "ExampleSection",ExpressionUUID->"4bac4234-acb7-48ac-b9cb-1b8dcb452802", - CellID->881600612], -Cell[46133, 1267, 118, 1, 70, "ExampleText",ExpressionUUID->"c0fedeae-d6ac-4cc5-a0e3-deee1dd549cc", +Cell[44803, 1235, 1398, 36, 70, "ExampleSection",ExpressionUUID->"1a4111ad-b351-4105-b2d1-ff739e89a432", + CellID->570254801], +Cell[46204, 1273, 118, 1, 70, "ExampleText",ExpressionUUID->"c0fedeae-d6ac-4cc5-a0e3-deee1dd549cc", CellID->441039571], Cell[CellGroupData[{ -Cell[46276, 1272, 168, 3, 70, "Input",ExpressionUUID->"3811f3cb-ca11-4adf-8894-200e8775d392", +Cell[46347, 1278, 168, 3, 70, "Input",ExpressionUUID->"3811f3cb-ca11-4adf-8894-200e8775d392", CellID->1535150773], Cell[CellGroupData[{ -Cell[46469, 1279, 235, 4, 70, "Print",ExpressionUUID->"fcb28931-e4ce-47cd-a249-8aa30d13306b", +Cell[46540, 1285, 235, 4, 70, "Print",ExpressionUUID->"fcb28931-e4ce-47cd-a249-8aa30d13306b", CellID->911473034], -Cell[46707, 1285, 365, 8, 70, "Print",ExpressionUUID->"d5b161d5-0a94-431f-8499-d0418faef19c", +Cell[46778, 1291, 365, 8, 70, "Print",ExpressionUUID->"d5b161d5-0a94-431f-8499-d0418faef19c", CellID->1431956189], -Cell[47075, 1295, 234, 4, 70, "Print",ExpressionUUID->"924da217-6cd3-4f09-90c4-8929440fc74c", +Cell[47146, 1301, 234, 4, 70, "Print",ExpressionUUID->"924da217-6cd3-4f09-90c4-8929440fc74c", CellID->19647747], -Cell[47312, 1301, 219, 3, 70, "Print",ExpressionUUID->"9977cc69-0314-4d5b-acfc-db87db220df4", +Cell[47383, 1307, 219, 3, 70, "Print",ExpressionUUID->"9977cc69-0314-4d5b-acfc-db87db220df4", CellID->770529627], -Cell[47534, 1306, 205, 3, 70, "Print",ExpressionUUID->"4f751b94-c951-4a88-90a4-0e3b3ead9c01", +Cell[47605, 1312, 205, 3, 70, "Print",ExpressionUUID->"4f751b94-c951-4a88-90a4-0e3b3ead9c01", CellID->44072800], -Cell[47742, 1311, 236, 4, 70, "Print",ExpressionUUID->"1b40455e-4d31-4284-b1c0-57a9264e3f37", +Cell[47813, 1317, 236, 4, 70, "Print",ExpressionUUID->"1b40455e-4d31-4284-b1c0-57a9264e3f37", CellID->852320960], -Cell[47981, 1317, 219, 3, 70, "Print",ExpressionUUID->"28129cab-eee8-423c-862e-865a6e6ef08e", +Cell[48052, 1323, 219, 3, 70, "Print",ExpressionUUID->"28129cab-eee8-423c-862e-865a6e6ef08e", CellID->157392598], -Cell[48203, 1322, 235, 4, 70, "Print",ExpressionUUID->"cdf893fe-d3a8-425e-9f31-509ad319d33a", +Cell[48274, 1328, 235, 4, 70, "Print",ExpressionUUID->"cdf893fe-d3a8-425e-9f31-509ad319d33a", CellID->873059166], -Cell[48441, 1328, 236, 4, 70, "Print",ExpressionUUID->"a152b1d9-f66e-4c8c-945f-dcfa850ca6a1", +Cell[48512, 1334, 236, 4, 70, "Print",ExpressionUUID->"a152b1d9-f66e-4c8c-945f-dcfa850ca6a1", CellID->1283203996], -Cell[48680, 1334, 207, 3, 70, "Print",ExpressionUUID->"15eacc25-6878-4057-aa2b-bb1a5dae47d9", +Cell[48751, 1340, 207, 3, 70, "Print",ExpressionUUID->"15eacc25-6878-4057-aa2b-bb1a5dae47d9", CellID->1957707937], -Cell[48890, 1339, 235, 4, 70, "Print",ExpressionUUID->"87a371aa-c40a-4531-be6f-ea002695a645", +Cell[48961, 1345, 235, 4, 70, "Print",ExpressionUUID->"87a371aa-c40a-4531-be6f-ea002695a645", CellID->901151862] }, Open ]] }, Open ]], -Cell[49152, 1347, 137, 1, 70, "ExampleText",ExpressionUUID->"acd2f135-c30f-4c13-a7a5-c7f30ad57335", +Cell[49223, 1353, 137, 1, 70, "ExampleText",ExpressionUUID->"acd2f135-c30f-4c13-a7a5-c7f30ad57335", CellID->218132957], -Cell[49292, 1350, 234, 6, 70, "Input",ExpressionUUID->"e07386a0-4db1-4628-b840-2bdfd363e41d", +Cell[49363, 1356, 234, 6, 70, "Input",ExpressionUUID->"e07386a0-4db1-4628-b840-2bdfd363e41d", CellID->788917414], -Cell[49529, 1358, 374, 9, 70, "Input",ExpressionUUID->"5a24d1de-ef6c-4a1e-ad66-50f46b74cfb7", +Cell[49600, 1364, 374, 9, 70, "Input",ExpressionUUID->"5a24d1de-ef6c-4a1e-ad66-50f46b74cfb7", CellID->641501394], -Cell[49906, 1369, 237, 6, 70, "Input",ExpressionUUID->"8bbca866-4436-4242-a16a-f17781aaa74d", +Cell[49977, 1375, 237, 6, 70, "Input",ExpressionUUID->"8bbca866-4436-4242-a16a-f17781aaa74d", CellID->144954125], -Cell[50146, 1377, 191, 4, 70, "ExampleText",ExpressionUUID->"cfb2e399-8151-49c1-80a0-f2726f299b1e", +Cell[50217, 1383, 191, 4, 70, "ExampleText",ExpressionUUID->"cfb2e399-8151-49c1-80a0-f2726f299b1e", CellID->1839223427], Cell[CellGroupData[{ -Cell[50362, 1385, 177, 3, 70, "Input",ExpressionUUID->"df08354d-fb4c-4ad6-984b-135f515e26c1", +Cell[50433, 1391, 177, 3, 70, "Input",ExpressionUUID->"df08354d-fb4c-4ad6-984b-135f515e26c1", CellID->1584930493], -Cell[50542, 1390, 1506, 35, 104, "Output",ExpressionUUID->"074228a4-01a0-440a-857e-d58e499bea11", +Cell[50613, 1396, 1506, 35, 102, "Output",ExpressionUUID->"074228a4-01a0-440a-857e-d58e499bea11", CellID->155329054] }, Open ]], -Cell[52063, 1428, 176, 3, 70, "ExampleText",ExpressionUUID->"f35482da-e592-4283-aac3-b0ec2cb2b64c", +Cell[52134, 1434, 176, 3, 70, "ExampleText",ExpressionUUID->"f35482da-e592-4283-aac3-b0ec2cb2b64c", CellID->351838363], Cell[CellGroupData[{ -Cell[52264, 1435, 204, 4, 70, "Input",ExpressionUUID->"2fbb8449-1936-4ac5-a2a4-5023f3cad475", +Cell[52335, 1441, 204, 4, 70, "Input",ExpressionUUID->"2fbb8449-1936-4ac5-a2a4-5023f3cad475", CellID->2040767567], -Cell[52471, 1441, 1618, 35, 485, "Output",ExpressionUUID->"433f988d-8964-4b57-8b3c-0bbef791c882", +Cell[52542, 1447, 1618, 35, 485, "Output",ExpressionUUID->"433f988d-8964-4b57-8b3c-0bbef791c882", CellID->109765159] }, Open ]], -Cell[54104, 1479, 189, 4, 70, "ExampleText",ExpressionUUID->"66243ad4-26fc-4e81-bf01-359543480a14", +Cell[54175, 1485, 189, 4, 70, "ExampleText",ExpressionUUID->"66243ad4-26fc-4e81-bf01-359543480a14", CellID->1844085410], Cell[CellGroupData[{ -Cell[54318, 1487, 273, 6, 70, "Input",ExpressionUUID->"d2234d0d-2409-42cc-bca2-093b33c92151", +Cell[54389, 1493, 273, 6, 70, "Input",ExpressionUUID->"d2234d0d-2409-42cc-bca2-093b33c92151", CellID->899102775], -Cell[54594, 1495, 327, 7, 70, "Print",ExpressionUUID->"aa3c6727-ea48-469b-967b-95ca3dc6f5af", +Cell[54665, 1501, 327, 7, 70, "Print",ExpressionUUID->"aa3c6727-ea48-469b-967b-95ca3dc6f5af", CellID->1336272764], -Cell[54924, 1504, 4557, 86, 485, "Output",ExpressionUUID->"e2ed000a-38a1-4776-9161-923151a4413e", +Cell[54995, 1510, 4557, 86, 485, "Output",ExpressionUUID->"e2ed000a-38a1-4776-9161-923151a4413e", CellID->2081602009] }, Open ]], -Cell[59496, 1593, 141, 1, 70, "ExampleText",ExpressionUUID->"6cd8b10f-febc-4f9c-802c-5730b3df0ab0", +Cell[59567, 1599, 141, 1, 70, "ExampleText",ExpressionUUID->"6cd8b10f-febc-4f9c-802c-5730b3df0ab0", CellID->246585178], Cell[CellGroupData[{ -Cell[59662, 1598, 275, 6, 70, "Input",ExpressionUUID->"fd9fbfc6-ae55-4a8a-b3a9-6138f4983e73", +Cell[59733, 1604, 275, 6, 70, "Input",ExpressionUUID->"fd9fbfc6-ae55-4a8a-b3a9-6138f4983e73", CellID->5835972], -Cell[59940, 1606, 1928, 40, 485, "Output",ExpressionUUID->"dbe58412-a060-4ec4-bd8b-cc10e17be79a", +Cell[60011, 1612, 1928, 40, 485, "Output",ExpressionUUID->"dbe58412-a060-4ec4-bd8b-cc10e17be79a", CellID->1951068907] }, Open ]], -Cell[61883, 1649, 182, 3, 70, "ExampleText",ExpressionUUID->"26b5af01-55fa-4609-b195-53211e4ad276", +Cell[61954, 1655, 182, 3, 70, "ExampleText",ExpressionUUID->"26b5af01-55fa-4609-b195-53211e4ad276", CellID->307596619], Cell[CellGroupData[{ -Cell[62090, 1656, 345, 8, 70, "Input",ExpressionUUID->"66634234-aa8d-42ae-a0a9-f989ccb940ae", +Cell[62161, 1662, 345, 8, 70, "Input",ExpressionUUID->"66634234-aa8d-42ae-a0a9-f989ccb940ae", CellID->1182660563], -Cell[62438, 1666, 5756, 107, 485, "Output",ExpressionUUID->"8fbc6857-78fa-440e-ac3a-f5a475906938", +Cell[62509, 1672, 5756, 107, 485, "Output",ExpressionUUID->"8fbc6857-78fa-440e-ac3a-f5a475906938", CellID->259705076] }, Open ]], -Cell[68209, 1776, 851, 21, 70, "ExampleText",ExpressionUUID->"c7ff1d59-bd5d-4c83-a7b9-c6195f233d81", +Cell[68280, 1782, 851, 21, 70, "ExampleText",ExpressionUUID->"c7ff1d59-bd5d-4c83-a7b9-c6195f233d81", CellID->728510606], Cell[CellGroupData[{ -Cell[69085, 1801, 195, 4, 70, "Input",ExpressionUUID->"7cbd9b53-3b63-41b3-9fe9-236c0ec35f01", +Cell[69156, 1807, 195, 4, 70, "Input",ExpressionUUID->"7cbd9b53-3b63-41b3-9fe9-236c0ec35f01", CellID->278888744], -Cell[69283, 1807, 316, 9, 51, "Output",ExpressionUUID->"c9f83281-42a4-4266-b7ae-d72c32b7f89c", +Cell[69354, 1813, 316, 9, 50, "Output",ExpressionUUID->"c9f83281-42a4-4266-b7ae-d72c32b7f89c", CellID->925118728] }, Open ]], Cell[CellGroupData[{ -Cell[69636, 1821, 200, 4, 70, "Input",ExpressionUUID->"b5d5d43a-2f55-4781-b24d-ce52910bea1d", +Cell[69707, 1827, 200, 4, 70, "Input",ExpressionUUID->"b5d5d43a-2f55-4781-b24d-ce52910bea1d", CellID->1432861776], -Cell[69839, 1827, 310, 9, 51, "Output",ExpressionUUID->"2e47bd64-97ba-4ba5-ba55-b0f269a79f24", +Cell[69910, 1833, 310, 9, 50, "Output",ExpressionUUID->"2e47bd64-97ba-4ba5-ba55-b0f269a79f24", CellID->1043761259] }, Open ]], Cell[CellGroupData[{ -Cell[70186, 1841, 192, 4, 70, "Input",ExpressionUUID->"86ba86aa-29a5-4b37-b62d-ea3451308735", +Cell[70257, 1847, 192, 4, 70, "Input",ExpressionUUID->"86ba86aa-29a5-4b37-b62d-ea3451308735", CellID->1244317573], -Cell[70381, 1847, 222, 5, 36, "Output",ExpressionUUID->"cefa8ab8-1c05-4878-9d4b-0c5ddbc7e37d", +Cell[70452, 1853, 222, 5, 36, "Output",ExpressionUUID->"cefa8ab8-1c05-4878-9d4b-0c5ddbc7e37d", CellID->1162760964] }, Open ]], Cell[CellGroupData[{ -Cell[70640, 1857, 198, 4, 70, "Input",ExpressionUUID->"ef4d402b-7308-421e-b3af-f78a46b1abd6", +Cell[70711, 1863, 198, 4, 70, "Input",ExpressionUUID->"ef4d402b-7308-421e-b3af-f78a46b1abd6", CellID->349753159], -Cell[70841, 1863, 310, 9, 51, "Output",ExpressionUUID->"a5f35e93-2122-491b-9bcd-6668d4de0168", +Cell[70912, 1869, 310, 9, 50, "Output",ExpressionUUID->"a5f35e93-2122-491b-9bcd-6668d4de0168", CellID->1915224036] }, Open ]], -Cell[71166, 1875, 172, 3, 70, "ExampleText",ExpressionUUID->"84b37ac6-cbd2-4da5-919d-1263fdf1f381", +Cell[71237, 1881, 172, 3, 70, "ExampleText",ExpressionUUID->"84b37ac6-cbd2-4da5-919d-1263fdf1f381", CellID->720525807], Cell[CellGroupData[{ -Cell[71363, 1882, 781, 15, 70, "Input",ExpressionUUID->"3637ab1e-5219-4643-9d42-7c61c0d74c11", +Cell[71434, 1888, 781, 15, 70, "Input",ExpressionUUID->"3637ab1e-5219-4643-9d42-7c61c0d74c11", CellID->1562195129], -Cell[72147, 1899, 6295, 119, 485, "Output",ExpressionUUID->"2868f339-caf7-4c63-a672-16f6c79a2cac", +Cell[72218, 1905, 6295, 119, 485, "Output",ExpressionUUID->"2868f339-caf7-4c63-a672-16f6c79a2cac", CellID->1706955574] }, Open ]], -Cell[78457, 2021, 254, 4, 70, "ExampleText",ExpressionUUID->"96ba8c86-b3c5-4b8b-a20f-1915ce136225", +Cell[78528, 2027, 254, 4, 70, "ExampleText",ExpressionUUID->"96ba8c86-b3c5-4b8b-a20f-1915ce136225", CellID->1350733955], -Cell[78714, 2027, 309, 5, 70, "ExampleText",ExpressionUUID->"b747b006-1fe5-4fd3-aa37-70e4dc999ba0", +Cell[78785, 2033, 309, 5, 70, "ExampleText",ExpressionUUID->"b747b006-1fe5-4fd3-aa37-70e4dc999ba0", CellID->68402094], Cell[CellGroupData[{ -Cell[79048, 2036, 201, 4, 70, "Input",ExpressionUUID->"be0c967f-437d-4a3a-9a36-428c3814290a", +Cell[79119, 2042, 201, 4, 70, "Input",ExpressionUUID->"be0c967f-437d-4a3a-9a36-428c3814290a", CellID->619489566], -Cell[79252, 2042, 1289, 33, 54, "Output",ExpressionUUID->"3bcd563e-5c56-4677-9d8e-d639782e680e", +Cell[79323, 2048, 1289, 33, 53, "Output",ExpressionUUID->"3bcd563e-5c56-4677-9d8e-d639782e680e", CellID->1726575906] }, Open ]], -Cell[80556, 2078, 209, 6, 70, "ExampleText",ExpressionUUID->"6d9cafd4-c896-4db4-ba28-43ad94d9955e", +Cell[80627, 2084, 209, 6, 70, "ExampleText",ExpressionUUID->"6d9cafd4-c896-4db4-ba28-43ad94d9955e", CellID->1439727811], Cell[CellGroupData[{ -Cell[80790, 2088, 1009, 18, 70, "Input",ExpressionUUID->"272085fd-74bb-49e1-bcb4-d5c8c73fd966", +Cell[80861, 2094, 1009, 18, 70, "Input",ExpressionUUID->"272085fd-74bb-49e1-bcb4-d5c8c73fd966", CellID->634203353], -Cell[81802, 2108, 328, 7, 70, "Print",ExpressionUUID->"9e4dbd81-14b5-46cb-91b4-33953938e192", +Cell[81873, 2114, 328, 7, 70, "Print",ExpressionUUID->"9e4dbd81-14b5-46cb-91b4-33953938e192", CellID->1359970913], -Cell[82133, 2117, 12402, 259, 485, "Output",ExpressionUUID->"4aa5a26f-cd62-482e-8d69-06894c7dca54", +Cell[82204, 2123, 12402, 259, 485, "Output",ExpressionUUID->"4aa5a26f-cd62-482e-8d69-06894c7dca54", CellID->471014392] }, Open ]], -Cell[94550, 2379, 160, 2, 70, "ExampleText",ExpressionUUID->"7b1e30d5-907e-415e-b036-08480ff498e4", +Cell[94621, 2385, 160, 2, 70, "ExampleText",ExpressionUUID->"7b1e30d5-907e-415e-b036-08480ff498e4", CellID->1451000341], -Cell[94713, 2383, 158, 2, 70, "ExampleText",ExpressionUUID->"f3149137-0c6d-4326-b721-7c03fc3a4721", +Cell[94784, 2389, 158, 2, 70, "ExampleText",ExpressionUUID->"f3149137-0c6d-4326-b721-7c03fc3a4721", CellID->449130643], Cell[CellGroupData[{ -Cell[94896, 2389, 1066, 19, 70, "Input",ExpressionUUID->"c6982386-4768-4551-896b-84015201b3cd", +Cell[94967, 2395, 1066, 19, 70, "Input",ExpressionUUID->"c6982386-4768-4551-896b-84015201b3cd", CellID->987348279], -Cell[95965, 2410, 328, 7, 70, "Print",ExpressionUUID->"8897d06d-4007-42c2-bb30-9a1ab41122ed", +Cell[96036, 2416, 328, 7, 70, "Print",ExpressionUUID->"8897d06d-4007-42c2-bb30-9a1ab41122ed", CellID->1372243150], -Cell[96296, 2419, 13181, 273, 485, "Output",ExpressionUUID->"f15e4ffe-1b55-4db2-95f2-c31a7b19686e", +Cell[96367, 2425, 13181, 273, 485, "Output",ExpressionUUID->"f15e4ffe-1b55-4db2-95f2-c31a7b19686e", CellID->45460556] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[109790, 2707, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"c3728cfe-834f-412e-a943-27cb18423194"], +Cell[115274, 2857, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c7ecc31d-6926-48b9-9b69-229348746a8a"], +Cell[115947, 2877, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ad67c19a-bae8-4180-ac55-8cf75cd2d23d"], +Cell[116983, 2905, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"cc152f01-0a2e-47d7-bf9c-35742af13e51"], Cell[CellGroupData[{ -Cell[109741, 2703, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"02d5c922-e8b1-4449-b8a7-087c7fce4f1b"], -Cell[115225, 2853, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ceeea9ea-9634-4959-8a49-e4bcb795f895"] -}, Open ]], -Cell[115910, 2874, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"afce474b-8dcc-426e-8761-9b99a08dcafb"], -Cell[116946, 2902, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"3aec6b4f-e41d-4fef-a518-e3bc7e64492e"], -Cell[CellGroupData[{ -Cell[119246, 2970, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c06b3b3b-2b89-4165-8ad4-23b72afa2efd", +Cell[119283, 2973, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c06b3b3b-2b89-4165-8ad4-23b72afa2efd", CellID->2135167160], -Cell[119387, 2973, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1be10d3-3680-4165-a342-8fe9892ab276", +Cell[119424, 2976, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e1be10d3-3680-4165-a342-8fe9892ab276", CellID->1194386356], -Cell[119609, 2979, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f1fcd61-5ec6-45d4-8b6e-c88d18b5dd97", +Cell[119646, 2982, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f1fcd61-5ec6-45d4-8b6e-c88d18b5dd97", CellID->1641706272], -Cell[119824, 2984, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18d2f9eb-847e-4ecd-9571-527d07d0b6df", +Cell[119861, 2987, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"18d2f9eb-847e-4ecd-9571-527d07d0b6df", CellID->399251956], -Cell[120053, 2990, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a807892b-60be-462d-89e9-0c61c3fa47e6", +Cell[120090, 2993, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a807892b-60be-462d-89e9-0c61c3fa47e6", CellID->821434655] }, Open ]], -Cell[120290, 2996, 78, 0, 70, "FooterCell",ExpressionUUID->"6e9571dc-3ce2-4ce6-8b17-836ca6c5a02f"] +Cell[120327, 2999, 78, 0, 70, "FooterCell",ExpressionUUID->"535ac7c2-c254-45fa-bd08-481f02dece0f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowLowerSet.nb b/Documentation/English/ReferencePages/Symbols/ShowLowerSet.nb index 492a2d4..728e794 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowLowerSet.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowLowerSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42692, 1086] -NotebookOptionsPosition[ 35134, 936] -NotebookOutlinePosition[ 37246, 990] -CellTagsIndexPosition[ 37161, 985] +NotebookDataLength[ 42702, 1086] +NotebookOptionsPosition[ 35158, 938] +NotebookOutlinePosition[ 37288, 992] +CellTagsIndexPosition[ 37203, 987] WindowTitle->ShowLowerSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7066460b-f114-4405-9574-38dc52d003bd"], + "bb7a5a44-8a3e-48c4-9f51-eaacb92ab308"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "40cbb66c-aca3-4cbc-920a-15335c5ed48a"], + "c8a26512-6cff-4721-9dc2-b497cfbcba49"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "26c78040-a038-4c46-a26c-7cdeb37b6b74"] - }],ExpressionUUID->"e24cca24-f1e1-4433-acfa-432e116da49e"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "cf20f54d-f1ed-4369-9ea1-06da2f6d7d9f"] + }],ExpressionUUID->"0d208427-5a52-4fe5-a562-0c0946e6f547"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4132c74b-a85a-47b7-b8bb-dd5ee4dfebad"], + "956a3b00-2cec-47d5-8fd8-1450bb59533a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9126256c-9786-4e93-bff2-a695dfb60b31"] - }],ExpressionUUID->"2d0056ff-b0af-4b27-bb80-59ad2f1ba372"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "008c2f58-1855-4968-a5f0-0b52e5cb7607"] + }],ExpressionUUID->"193dd7ea-e403-4237-82d3-ccb87bd2788e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b53cdc54-7a61-41a2-a510-4b70ae32b4b5"], + "67f8b82b-0fe0-4c66-8722-2dee0d79ac8f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "56810b63-044a-4eac-81be-4dd8f6c59e4e"] - }],ExpressionUUID->"c9dcf2d8-1dfa-4b95-b983-a2fa665557c8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4176f50a-ba78-449f-b1e7-b6ad15619cbd"] + }],ExpressionUUID->"03a50c98-04b2-47c9-9204-5f6d1cc60b9c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b26b8f48-c52a-4719-a7f0-4f741c9dedc9"], + "7525e1ae-d71c-4249-9170-49c3b81999a8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c217838e-9ff0-4732-80b8-5c89ef8166b2"] - }],ExpressionUUID->"ccaab148-5289-4a57-a314-1158990df7ef"], - StripOnInput->False], {"\<\"TUG/ref/ShowLowerSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowLowerSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShowLowerSet.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$176904], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowLowerSet" <> ".html"], None}]}]}, + "b267c304-b104-4a64-b730-4bd2f6020eae"] + }],ExpressionUUID->"ebf645ff-2a09-4b6e-904f-ef514c59d60f"], + StripOnInput->False],{ + "\"TUG/ref/ShowLowerSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowLowerSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ShowLowerSet.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$191242], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowLowerSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b3e896a4-8949-4837-80f9-7555d356a874"] + "3a6f3326-39a5-4e96-8790-25ad99987287"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "40cbc024-a5f2-4b7a-aa24-46898f9b0770"]} + "abaa6376-554e-4148-bb82-3069c5eac6a9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c382bfc4-e925-47a6-8c01-08183f56d53f"], + CellID->1,ExpressionUUID->"2b1fe6bb-6441-4c18-9da0-b10e231de158"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"8e941d9d-46bb-43e4-bc80-7662115c5354"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6ba84fd5-fefd-4638-aa95-3dca8c02f98c"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowLowerSet", "ObjectName",ExpressionUUID-> - "ef669f1c-7bad-42b2-a10e-1a6c2ad85a4f"], + "a0126ed6-37bd-4ab4-818e-631ac987200b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6f1de3e7-52ac-45e9-bab8-d3e22a0d207a"], + "Spacer1"]],ExpressionUUID->"20237cf6-71c0-42e4-a043-16b126fb2dda"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "82a2716d-1fed-4408-9a8c-93a97d3d0a0d"] - }],ExpressionUUID->"58066343-22f9-4259-8545-eb12b9b997bd"], Cell[BoxData[ + "ae886b2d-a3f8-4dd8-9257-f0b3a26f040f"] + }],ExpressionUUID->"8b56782b-24ff-4da7-9cb7-f76026954d3c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9b56471a-5983-463e-a5ed-5fa1fac67fa5"]} + "d3725987-9600-423d-83a0-53c85ca708f2"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3cadd0ff-b971-4109-a139-4b2821b8cdad"], + CacheGraphics->False,ExpressionUUID->"40c888f0-bebc-45fb-b4fd-1154f1aa581b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "12936f55-d335-4c67-9ec8-85d755bb42fa"], " \[LineSeparator]is an option for various package plotting functions to \ draw the lower set of the game within the graphic." - }],ExpressionUUID->"9574423f-e699-419c-833d-c659bb3123ae"]} + }],ExpressionUUID->"2a132f62-352c-4a22-ac3d-43ec05829033"]} }]], "Usage", CellID->572657520,ExpressionUUID->"33362c9a-752a-4a87-b4ab-7e211fabe590"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6690d5aa-1447-429b-bed2-1c4f638cc586"], + ExpressionUUID->"0643c82c-71a1-4c23-a0d8-014ccedf99a7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"97121d25-6d25-4850-a349-3f679da710e4"], + "Spacer1"]],ExpressionUUID->"b46048b7-36fe-4fb1-a2f6-0741104b8688"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0479378f-7b82-4352-9a8c-df4206fdd7ed"], + }], "NotesFrameText",ExpressionUUID->"06c12813-13e0-4f22-8fdf-7e06e7061166"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"680345c6-14e9-4e09-b875-31238ec77276"]], \ + "Preemptive"]],ExpressionUUID->"6e1fc175-a7a4-44d2-aa10-69938079e904"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->901469317,ExpressionUUID->"a633646a-b0a9-4023-bda3-67cb6b79c094"], + CellID->1030890363,ExpressionUUID->"e5b90aec-0f63-466c-af27-de91c93d89ec"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3f33b3b3-8036-45df-a6d2-2b77dce1b40d"], + ExpressionUUID->"46092af9-541a-4c39-af0a-54f7c2a9cbbd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3e39a74c-854d-409b-a8be-fe55fc179828"], + "Spacer1"]],ExpressionUUID->"49c68d19-af81-48d8-bf9a-2f364ab25826"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "93e61d36-05b2-4d2f-82ca-72c8153760b0"] + "283a0c1d-08b0-4475-bfb7-63181af506f2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->729947375,ExpressionUUID->"3164d581-0df4-41d9-b11e-df75bdeb977b"], + CellID->386893418,ExpressionUUID->"7d7510ac-e266-46c4-8e4c-7a34f232ef14"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d44cc4ec-67b6-44d7-b435-9141c5d1bc99"], + ExpressionUUID->"78b59908-4aae-4da0-928e-f003fd07fb25"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2c6f9389-e795-4820-b2a8-843f18b19682"], + "Spacer1"]],ExpressionUUID->"4c5dac0f-b831-4633-b897-b3b3b6952221"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "108f604c-70fa-486d-a325-0a64c965b29c"] + "d3d6f464-4faf-46b0-a115-37144490ae78"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1224734785,ExpressionUUID->"8d357878-e1bd-4600-bb69-efc07aa8030f"], + CellID->1033688621,ExpressionUUID->"69239973-a6ff-4e0f-8ff5-3c417fb50448"], Cell["Loading the package:", "ExampleText", CellID->441039571,ExpressionUUID->"8657fdf5-1e56-4dbd-b40f-e48f184f4b28"], @@ -620,8 +625,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -769,15 +772,15 @@ Cell[BoxData[GridBox[{ "bab2cc0d-95dc-4918-a27f-ac16323fb82c"] }], "SeeAlso",ExpressionUUID->"1df0ff58-3d40-49e5-9f50-ec3070d9d0c3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"6d08b04b-bdd7-4b0f-a961-\ -cf00c26e2f17"], + }]], "SeeAlsoSection",ExpressionUUID->"b0a87686-583f-4894-a39e-\ +feb1b6f043c8"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -789,9 +792,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"80744a52-954a-4b56-81cd-ce0785f3d082"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0a44ddf0-5b4c-4498-88e6-\ -d22f5fb4efb7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"76fb4174-b810-4c15-b131-\ +0c74e5b9cd1a"], Cell[BoxData[GridBox[{ { @@ -808,7 +810,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ec0535d4-4f44-43be-a964-db21ec4c7a92"]}]}, + "34cf9825-60a0-4626-9fe5-57ee3fbd234f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -816,10 +818,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "11ffa4d5-07d8-441c-bfa7-5144745d0bee"]}]} + "6b4f7ec2-b8c6-4aae-937a-439ffb92667f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8d64ae47-41a2-424d-a93a-\ -4e054768d4e1"], + }]], "MoreAboutSection",ExpressionUUID->"63e77d3d-6611-4c3f-96ef-\ +65500d552e04"], Cell[BoxData[GridBox[{ { @@ -846,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9e92bff6-76db-4637-8cbc-6e7d78611dac"]], "RelatedLinks", + "76f85cd8-a6b6-4440-b0e1-90d1791477a2"]], "RelatedLinks", ExpressionUUID->"1036906e-780e-499a-b448-8a7c8dd980bf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -864,7 +866,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "41930e4e-0e7d-4a87-b6ad-04f42f39bade"]], "RelatedLinks", + "3036857e-5f8d-4f6c-82cd-c70f7b6c4ea0"]], "RelatedLinks", ExpressionUUID->"ec7c6802-df4c-4433-a46c-e5ad4172e386"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -881,7 +883,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "610be691-ace3-4b3f-afcc-502ca22986b3"]], "RelatedLinks", + "4f0e858a-7e40-4f15-95c9-29f05013a83b"]], "RelatedLinks", ExpressionUUID->"5d2d68ec-fe7b-4928-a00f-bfaa0c8272e8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -898,11 +900,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "140c3d6f-54c0-469e-b505-d2cbde9264f2"]], "RelatedLinks", + "db62f3a6-3a57-4899-a7a7-98b5429c3ee3"]], "RelatedLinks", ExpressionUUID->"cf2af1d5-dac0-4b60-8147-3e6bd6ddbcdd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b73b5c4f-e92d-42f3-856d-\ -5b975aa5a29a"], + }]], "RelatedLinksSection",ExpressionUUID->"6c3f56d9-3c0a-40b8-8444-\ +9621732fcc80"], Cell[CellGroupData[{ @@ -932,11 +934,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8afae79f-a526-4023-aae9-4b6ca5711c1a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ac5716f5-f085-4ee7-aea4-5bd18dccf3a4"] +Cell[" ", "FooterCell",ExpressionUUID->"87607caa-136d-4017-8bce-d401c9504a59"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowLowerSet", TaggingRules->{ @@ -947,7 +949,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 36.427649}", + "built" -> "{2024, 6, 3, 16, 55, 28.443307}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -955,10 +957,10 @@ TaggingRules->{ "ShowLowerSet is an option for various package plotting functions to draw \ the lower set of the game within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShowLowerSet", "titlemodifier" -> "", - "windowtitle" -> "ShowLowerSet", "type" -> "Symbol", "uri" -> - "TUG/ref/ShowLowerSet"}}, + "metadescription" -> "", "windowtitle" -> "ShowLowerSet", "type" -> + "Symbol", "uri" -> "TUG/ref/ShowLowerSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -967,9 +969,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c56f3aee-0cb0-4181-8201-2eeaa0f744dd" +ExpressionUUID->"bd6689a6-f449-46b8-9b9c-afc5e1b0b0c1" ] (* End of Notebook Content *) @@ -977,117 +979,115 @@ ExpressionUUID->"c56f3aee-0cb0-4181-8201-2eeaa0f744dd" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12295, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3164d581-0df4-41d9-b11e-df75bdeb977b", + Cell[12353, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7d7510ac-e266-46c4-8e4c-7a34f232ef14", CellTags->"PrimaryExamplesSection", - CellID->729947375]} + CellID->386893418]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36961, 978} + {"PrimaryExamplesSection", 37003, 980} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"c382bfc4-e925-47a6-8c01-08183f56d53f", +Cell[584, 21, 7165, 173, 57, "AnchorBarGrid",ExpressionUUID->"2b1fe6bb-6441-4c18-9da0-b10e231de158", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"8e941d9d-46bb-43e4-bc80-7662115c5354"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6ba84fd5-fefd-4638-aa95-3dca8c02f98c"], Cell[CellGroupData[{ -Cell[7806, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"3cadd0ff-b971-4109-a139-4b2821b8cdad"], -Cell[9095, 232, 485, 9, 111, "Usage",ExpressionUUID->"33362c9a-752a-4a87-b4ab-7e211fabe590", +Cell[7863, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"40c888f0-bebc-45fb-b4fd-1154f1aa581b"], +Cell[9152, 237, 485, 9, 111, "Usage",ExpressionUUID->"33362c9a-752a-4a87-b4ab-7e211fabe590", CellID->572657520] }, Open ]], Cell[CellGroupData[{ -Cell[9617, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"a633646a-b0a9-4023-bda3-67cb6b79c094", +Cell[9674, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"e5b90aec-0f63-466c-af27-de91c93d89ec", CellGroupingRules->{"SectionGrouping", 50}, - CellID->901469317], -Cell[11514, 295, 489, 12, 37, "Notes",ExpressionUUID->"da9da7f1-0763-42bd-932f-a123c717c3a3", + CellID->1030890363], +Cell[11572, 300, 489, 12, 38, "Notes",ExpressionUUID->"da9da7f1-0763-42bd-932f-a123c717c3a3", CellID->177724765], -Cell[12006, 309, 162, 3, 36, "Notes",ExpressionUUID->"6b46f9c2-0b97-4e60-9f27-bc5953db4d19", +Cell[12064, 314, 162, 3, 36, "Notes",ExpressionUUID->"6b46f9c2-0b97-4e60-9f27-bc5953db4d19", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12295, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3164d581-0df4-41d9-b11e-df75bdeb977b", +Cell[12353, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7d7510ac-e266-46c4-8e4c-7a34f232ef14", CellTags->"PrimaryExamplesSection", - CellID->729947375], + CellID->386893418], Cell[CellGroupData[{ -Cell[13740, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8d357878-e1bd-4600-bb69-efc07aa8030f", - CellID->1224734785], -Cell[15142, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"8657fdf5-1e56-4dbd-b40f-e48f184f4b28", +Cell[13798, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"69239973-a6ff-4e0f-8ff5-3c417fb50448", + CellID->1033688621], +Cell[15200, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"8657fdf5-1e56-4dbd-b40f-e48f184f4b28", CellID->441039571], Cell[CellGroupData[{ -Cell[15285, 402, 168, 3, 27, "Input",ExpressionUUID->"1b0071bd-c8b4-47cc-872c-e2a72e3bba6f", +Cell[15343, 407, 168, 3, 27, "Input",ExpressionUUID->"1b0071bd-c8b4-47cc-872c-e2a72e3bba6f", CellID->1535150773], Cell[CellGroupData[{ -Cell[15478, 409, 235, 4, 23, "Print",ExpressionUUID->"e79b93e6-964d-49ad-b1cc-791b6daa2f9c", +Cell[15536, 414, 235, 4, 23, "Print",ExpressionUUID->"e79b93e6-964d-49ad-b1cc-791b6daa2f9c", CellID->274631718], -Cell[15716, 415, 364, 8, 23, "Print",ExpressionUUID->"c141e0b5-7ff9-468c-b686-a0f97ea781c1", +Cell[15774, 420, 364, 8, 23, "Print",ExpressionUUID->"c141e0b5-7ff9-468c-b686-a0f97ea781c1", CellID->768793510], -Cell[16083, 425, 235, 4, 23, "Print",ExpressionUUID->"630c1b69-7cd2-4933-bcdc-ea88fac669b2", +Cell[16141, 430, 235, 4, 23, "Print",ExpressionUUID->"630c1b69-7cd2-4933-bcdc-ea88fac669b2", CellID->253774515], -Cell[16321, 431, 219, 3, 23, "Print",ExpressionUUID->"7cc6dfd6-0a7e-423f-9368-03507a852a7a", +Cell[16379, 436, 219, 3, 23, "Print",ExpressionUUID->"7cc6dfd6-0a7e-423f-9368-03507a852a7a", CellID->918754611], -Cell[16543, 436, 206, 3, 23, "Print",ExpressionUUID->"1ce6ffec-a872-4d09-97a9-aad1c2d0c1ae", +Cell[16601, 441, 206, 3, 23, "Print",ExpressionUUID->"1ce6ffec-a872-4d09-97a9-aad1c2d0c1ae", CellID->332370804], -Cell[16752, 441, 237, 4, 23, "Print",ExpressionUUID->"783c1113-ad0a-4dff-a8c3-95c368930c1c", +Cell[16810, 446, 237, 4, 23, "Print",ExpressionUUID->"783c1113-ad0a-4dff-a8c3-95c368930c1c", CellID->1057605494], -Cell[16992, 447, 219, 3, 23, "Print",ExpressionUUID->"614fb003-708c-4efb-9d00-2d58d070251b", +Cell[17050, 452, 219, 3, 23, "Print",ExpressionUUID->"614fb003-708c-4efb-9d00-2d58d070251b", CellID->638905199], -Cell[17214, 452, 236, 4, 23, "Print",ExpressionUUID->"0b40cb80-8607-4d4a-8585-6e8691852625", +Cell[17272, 457, 236, 4, 23, "Print",ExpressionUUID->"0b40cb80-8607-4d4a-8585-6e8691852625", CellID->1197921913], -Cell[17453, 458, 236, 4, 23, "Print",ExpressionUUID->"9fb5b790-0681-4464-bbe4-258d0412cd97", +Cell[17511, 463, 236, 4, 23, "Print",ExpressionUUID->"9fb5b790-0681-4464-bbe4-258d0412cd97", CellID->1898140437], -Cell[17692, 464, 207, 3, 23, "Print",ExpressionUUID->"ce6dba88-595c-4051-8d59-fc54ccbc4fd7", +Cell[17750, 469, 207, 3, 23, "Print",ExpressionUUID->"ce6dba88-595c-4051-8d59-fc54ccbc4fd7", CellID->2075864563], -Cell[17902, 469, 236, 4, 23, "Print",ExpressionUUID->"0eed7023-c3f1-4701-84df-26857ca2be43", +Cell[17960, 474, 236, 4, 23, "Print",ExpressionUUID->"0eed7023-c3f1-4701-84df-26857ca2be43", CellID->2096653867] }, Open ]] }, Open ]], -Cell[18165, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"4132cc2f-419f-49ab-8776-6720bbfcceba", +Cell[18223, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"4132cc2f-419f-49ab-8776-6720bbfcceba", CellID->218132957], -Cell[18305, 480, 234, 6, 27, "Input",ExpressionUUID->"07c1ddef-b633-47f5-a701-eb9beeead3b4", +Cell[18363, 485, 234, 6, 27, "Input",ExpressionUUID->"07c1ddef-b633-47f5-a701-eb9beeead3b4", CellID->788917414], -Cell[18542, 488, 374, 9, 27, "Input",ExpressionUUID->"87409016-6235-4aa5-966a-51237138fe19", +Cell[18600, 493, 374, 9, 27, "Input",ExpressionUUID->"87409016-6235-4aa5-966a-51237138fe19", CellID->641501394], -Cell[18919, 499, 237, 6, 70, "Input",ExpressionUUID->"78d72b28-b9d6-43e4-8ef7-be86008e7bcf", +Cell[18977, 504, 237, 6, 70, "Input",ExpressionUUID->"78d72b28-b9d6-43e4-8ef7-be86008e7bcf", CellID->144954125], -Cell[19159, 507, 176, 3, 70, "ExampleText",ExpressionUUID->"a1ca3254-7d8d-492f-a4e9-dbfb229f1589", +Cell[19217, 512, 176, 3, 70, "ExampleText",ExpressionUUID->"a1ca3254-7d8d-492f-a4e9-dbfb229f1589", CellID->351838363], Cell[CellGroupData[{ -Cell[19360, 514, 204, 4, 70, "Input",ExpressionUUID->"fe317f5d-b250-406a-a456-2f7bcfd6cb9b", +Cell[19418, 519, 204, 4, 70, "Input",ExpressionUUID->"fe317f5d-b250-406a-a456-2f7bcfd6cb9b", CellID->2040767567], -Cell[19567, 520, 1619, 35, 485, "Output",ExpressionUUID->"ed39189f-20df-4b2e-9b4a-f6eaea4faefc", +Cell[19625, 525, 1619, 35, 485, "Output",ExpressionUUID->"ed39189f-20df-4b2e-9b4a-f6eaea4faefc", CellID->1846216248] }, Open ]], -Cell[21201, 558, 194, 4, 70, "ExampleText",ExpressionUUID->"fe5656e9-7c3c-4b1e-87e2-575503db06be", +Cell[21259, 563, 194, 4, 70, "ExampleText",ExpressionUUID->"fe5656e9-7c3c-4b1e-87e2-575503db06be", CellID->1844085410], Cell[CellGroupData[{ -Cell[21420, 566, 277, 6, 70, "Input",ExpressionUUID->"63e80b80-7693-4787-a7f7-fa6c27c34360", +Cell[21478, 571, 277, 6, 70, "Input",ExpressionUUID->"63e80b80-7693-4787-a7f7-fa6c27c34360", CellID->899102775], -Cell[21700, 574, 1898, 39, 485, "Output",ExpressionUUID->"0db1e137-6c8d-4ca3-992b-f2ae4ee4f560", +Cell[21758, 579, 1898, 39, 485, "Output",ExpressionUUID->"0db1e137-6c8d-4ca3-992b-f2ae4ee4f560", CellID->571124659] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23898, 627, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"b0a87686-583f-4894-a39e-feb1b6f043c8"], +Cell[29382, 777, 670, 18, 70, "TechNotesSection",ExpressionUUID->"76fb4174-b810-4c15-b131-0c74e5b9cd1a"], +Cell[30055, 797, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"63e77d3d-6611-4c3f-96ef-65500d552e04"], +Cell[31091, 825, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"6c3f56d9-3c0a-40b8-8444-9621732fcc80"], Cell[CellGroupData[{ -Cell[23862, 624, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"6d08b04b-bdd7-4b0f-a961-cf00c26e2f17"], -Cell[29346, 774, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0a44ddf0-5b4c-4498-88e6-d22f5fb4efb7"] -}, Open ]], -Cell[30031, 795, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8d64ae47-41a2-424d-a93a-4e054768d4e1"], -Cell[31067, 823, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"b73b5c4f-e92d-42f3-856d-5b975aa5a29a"], -Cell[CellGroupData[{ -Cell[34008, 908, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e827de4a-807a-4329-a173-36d2edc15bb7", +Cell[34032, 910, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e827de4a-807a-4329-a173-36d2edc15bb7", CellID->2135167160], -Cell[34149, 911, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c296d1a-bb58-4ab0-b227-e71fc99ea5fc", +Cell[34173, 913, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8c296d1a-bb58-4ab0-b227-e71fc99ea5fc", CellID->1194386356], -Cell[34371, 917, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b3ac7d8f-0c17-4f3b-9f15-05b4646152ea", +Cell[34395, 919, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b3ac7d8f-0c17-4f3b-9f15-05b4646152ea", CellID->1641706272], -Cell[34586, 922, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8fbd3ddc-4f4c-4564-ae0c-8cee196e1501", +Cell[34610, 924, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8fbd3ddc-4f4c-4564-ae0c-8cee196e1501", CellID->399251956], -Cell[34815, 928, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8afae79f-a526-4023-aae9-4b6ca5711c1a", +Cell[34839, 930, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8afae79f-a526-4023-aae9-4b6ca5711c1a", CellID->821434655] }, Open ]], -Cell[35052, 934, 78, 0, 70, "FooterCell",ExpressionUUID->"ac5716f5-f085-4ee7-aea4-5bd18dccf3a4"] +Cell[35076, 936, 78, 0, 70, "FooterCell",ExpressionUUID->"87607caa-136d-4017-8bce-d401c9504a59"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowObjectiveFunction.nb b/Documentation/English/ReferencePages/Symbols/ShowObjectiveFunction.nb index 1becc16..206cb58 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowObjectiveFunction.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowObjectiveFunction.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40033, 1032] -NotebookOptionsPosition[ 32654, 887] -NotebookOutlinePosition[ 34855, 942] -CellTagsIndexPosition[ 34770, 937] +NotebookDataLength[ 40051, 1032] +NotebookOptionsPosition[ 32684, 889] +NotebookOutlinePosition[ 34904, 944] +CellTagsIndexPosition[ 34819, 939] WindowTitle->ShowObjectiveFunction WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "12d3f2ee-9ad9-4dde-9b87-fcd2cf3500e9"], + "ca4980ef-7a32-4925-9ebc-c4a47645a046"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6c52140f-2fa5-4912-b22a-18eeca1ba798"], + "d9602699-1837-478d-b1c9-dab379d04878"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8c512d64-403b-430a-9bd4-1ceebb4bfee1"] - }],ExpressionUUID->"fc1495ba-f287-46f8-a4d0-238bdbcc8a04"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "a62ad439-3080-4195-bc57-eae46013e2b6"] + }],ExpressionUUID->"83053451-c210-4a4a-ae50-e02b3d771a37"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f9afb4cb-e4b2-4520-8709-4f1afa5d46c1"], + "c52064ee-0d16-4e90-8d86-8e2a260ae974"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45fad0e3-3a9b-47c0-8e01-379d56f62718"] - }],ExpressionUUID->"8ffeab37-4c65-4e22-802c-04efca17a40e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "dfd49273-1e32-45e6-aa88-d95043f79275"] + }],ExpressionUUID->"abf4797b-327a-4f43-9271-affd67eb2fe3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f4b1e3fe-4dfe-40ce-b0e3-c9efd3ad2e3f"], + "0463ecfa-7f0f-4287-99e9-85c92bf4524c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3766f403-ed36-4e5d-b12f-100df6ac4dcb"] - }],ExpressionUUID->"fcd225cb-a33c-45bd-a646-baa4e6ab69f9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "05979088-efff-4fee-8cb3-cd5a91ab3c23"] + }],ExpressionUUID->"ede74bd3-3718-451d-87cb-1b7c3a34567f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2bda7091-a357-4d06-b1d6-49c2f53666a9"], + "1e78c052-cb53-4a27-977f-ab5118634449"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f388f8a1-b209-4516-816e-a372db3b843b"] - }],ExpressionUUID->"cbb88df0-dbaf-485e-a5e9-17cd2381f873"], - StripOnInput->False], {"\<\"TUG/ref/ShowObjectiveFunction\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowObjectiveFunction"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "7ddff9d0-22c7-46c7-8a88-70fe63e4f82c"] + }],ExpressionUUID->"8697a685-c5bd-4581-ad23-2d77ca788b0e"], + StripOnInput->False],{ + "\"TUG/ref/ShowObjectiveFunction\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowObjectiveFunction"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ShowObjectiveFunction.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$177468], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowObjectiveFunction" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$191840], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowObjectiveFunction" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "27f7e67c-f922-43f5-ba69-5f0167aba77e"] + "eff64341-6633-4835-ab8a-9573d4299f26"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3547a133-3f95-4a1e-aec3-ee010fedef1a"]} + "fa839cb7-ecfe-4ff9-b7f2-7025861003eb"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"397ba9f1-b9fb-49bb-910f-824d99ee3aa7"], + CellID->1,ExpressionUUID->"fe2f7e31-e57d-4ca5-94a9-bf726f1583ac"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"2a04c2e1-3545-4139-b7ff-4a1640bdc15a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ba164b47-8078-4b3e-b5c3-36acb95c00d3"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowObjectiveFunction", "ObjectName",ExpressionUUID-> - "d9a8e3ef-c7ab-4d08-9451-dc5cbba268b3"], + "b4a2c8f5-ba2a-4430-9184-6a318d5b329d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"92c1ff8a-3744-4a93-b98a-44a905dc9070"], + "Spacer1"]],ExpressionUUID->"58fb20f3-25ab-4970-a872-8bc4c7869924"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fa2d7d40-f250-4588-9681-a9dfd7458204"] - }],ExpressionUUID->"f2172aa9-d6a5-4b2f-bb20-a2674a941126"], Cell[BoxData[ + "57a2c92b-2932-4b2a-ae5a-9022272f9481"] + }],ExpressionUUID->"b2c8aa01-7f29-4a3c-8992-e12cb65d43aa"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "79964011-4d81-4578-a145-f603e74a2eef"]} + "67736d12-6572-4a49-b6b0-abfd68eaef74"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"76bf5cf2-184c-4a6f-9738-deb1c84c8302"], + CacheGraphics->False,ExpressionUUID->"24bfa95d-7ab3-4624-8125-c5551313fa93"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package functions to return \ the objective function from which a pre-kernel element or related solutions \ can be determined." - }],ExpressionUUID->"44c088e0-2d75-4048-88d5-efc8fdc3e33d"]} + }],ExpressionUUID->"05d6c869-82ac-4956-9497-67e26c233149"]} }]], "Usage", CellID->1161366483,ExpressionUUID->"e71c4a87-d114-468f-a485-3ccbcf02cb46"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"131505b9-aee9-4138-9217-3dcda4df0427"], + ExpressionUUID->"91a5a661-5aee-454d-a493-eb5c085fa227"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d21bd122-49e6-4471-b6ba-ede5b748d26f"], + "Spacer1"]],ExpressionUUID->"ac836fb3-b757-49f2-911c-31fd5eaaf1d3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"be6d2573-e2a9-48ff-95ef-9cacde956cd6"], + }], "NotesFrameText",ExpressionUUID->"b3ed461a-dece-41d7-8e6e-e73c2b433828"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b3828920-6941-4ea0-b051-5059c50c7e64"]], \ + "Preemptive"]],ExpressionUUID->"029479d4-ece1-4fca-9f93-ffe07b5c99dd"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->963847474,ExpressionUUID->"bc4f6334-1bdc-481a-8819-a0726946bb54"], + CellID->1472128495,ExpressionUUID->"0d595979-7f95-42fe-9269-527fed16e1ae"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -349,19 +354,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4bc9d073-5bf0-4f9f-8ee4-b4e0a0bfc7ba"], + ExpressionUUID->"b409ced8-c92c-4da4-b9a8-03fa6b83801d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5cfbf908-c5b5-4648-96cd-dcf1981edd63"], + "Spacer1"]],ExpressionUUID->"181628ca-0b8c-4d36-b3a7-ec60e11e2d23"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7384b16e-06ae-479e-b4d7-772e7f5ac35d"] + "dfea2375-c709-414b-bc8e-5b71286a7f62"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->487221519,ExpressionUUID->"10eefea0-8fe2-4d07-ae82-5082df195a59"], + CellID->2103954750,ExpressionUUID->"cef18ca8-562a-469c-90c9-b0b7b10f563c"], Cell[CellGroupData[{ @@ -390,18 +395,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6b2f119e-5efa-40ea-aa6f-46bab1a69432"], + ExpressionUUID->"77bd3ca4-adcb-4c69-8298-3adcb4bc45f6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5bb33135-e398-4f2b-9a57-b2084389007f"], + "Spacer1"]],ExpressionUUID->"7bec54cd-a2fb-43a8-9f07-c243af7cb024"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2fb623a4-08c7-4946-869f-c3d9287063b8"] + "1dee53d1-e16f-4fc8-81db-d3cdc3fd72f5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->524388218,ExpressionUUID->"6c9c4619-1432-4d0b-bf7d-16263d4e04b0"], + CellID->141376240,ExpressionUUID->"e89d56bf-c3b2-42df-a439-c5b11e9334b3"], Cell["Loading the package:", "ExampleText", CellID->1245733983,ExpressionUUID->"a94b5ef1-1ac0-4f02-99b1-0738e95d0e2c"], @@ -588,8 +593,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -737,15 +740,15 @@ Cell[BoxData[GridBox[{ "b096be53-2f72-4bd7-9e59-ff25840900af"] }], "SeeAlso",ExpressionUUID->"7c1a31e6-a751-473a-b154-08c45495b0e6"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"ed0c12b3-3b98-42b1-942a-\ -623a29082003"], + }]], "SeeAlsoSection",ExpressionUUID->"d7cfcb49-6104-4b5a-b9eb-\ +46b1814d8b6f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -757,9 +760,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"00ce68fe-b6e9-41ca-84fe-638b986780a9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"69c1764d-d20f-4e93-a4e1-\ -5e59874d71e1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3db8e9c6-d9b8-475e-b611-\ +aa71039efbc4"], Cell[BoxData[GridBox[{ { @@ -776,7 +778,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4eebbb88-c555-4985-a032-7ab50a3e5923"]}]}, + "4977f9e3-823f-4998-957e-26b126c8fb26"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -784,10 +786,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5ec86011-2505-4f92-bfa8-bbf426e32799"]}]} + "ba827543-29c9-43e8-ae4e-fae7ed7c11ec"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3d063b88-5cfa-4939-80b4-\ -d97a6f7ce03b"], + }]], "MoreAboutSection",ExpressionUUID->"11d540b3-dc71-43a4-8776-\ +ce22d4212f5b"], Cell[BoxData[GridBox[{ { @@ -815,7 +817,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AntiPreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6cb646e6-f90e-47c0-9d8c-dcc6b92b6ec9"]], "RelatedLinks", + "4d0b7663-cda1-4988-a288-f70eeb8849e8"]], "RelatedLinks", ExpressionUUID->"bd3353a9-cbbb-4a81-b569-13dffe8199eb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,7 +834,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8a1a7a75-381e-4c3d-852d-dc0ac825d42b"]], "RelatedLinks", + "bf7b5f4f-5e35-479c-8ccc-23c34723f22d"]], "RelatedLinks", ExpressionUUID->"8a8b0bd8-fc15-473c-907f-ad3ab1912ec7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,11 +851,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bdd54d8b-8c03-435d-ba87-7d294ed20630"]], "RelatedLinks", + "b8ed7212-2db7-4b09-86e2-a60f8c02f74b"]], "RelatedLinks", ExpressionUUID->"9f575aee-d945-4add-8613-003cfd4745f7"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"07306954-ae67-46c2-b40e-\ -4e05b1c54ef8"], + }]], "RelatedLinksSection",ExpressionUUID->"84089523-e230-413b-87f8-\ +6677f8052af6"], Cell[CellGroupData[{ @@ -883,11 +885,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"abb5ba09-f6ca-43db-a17a-c3fb3de33b4e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c3abb740-3f4c-494a-8d33-e698e8f7a1d5"] +Cell[" ", "FooterCell",ExpressionUUID->"8be4a1e6-640b-4c31-9efd-ef7fd977f6f5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowObjectiveFunction", TaggingRules->{ @@ -898,7 +900,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 38.016827}", + "built" -> "{2024, 6, 3, 16, 55, 29.188041}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -906,11 +908,11 @@ TaggingRules->{ "ShowObjectiveFunction is an option for various package functions to \ return the objective function from which a pre-kernel element or related \ solutions can be determined.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "ShowObjectiveFunction", "titlemodifier" -> "", "windowtitle" -> - "ShowObjectiveFunction", "type" -> "Symbol", "uri" -> + "ShowObjectiveFunction", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "ShowObjectiveFunction", "type" -> "Symbol", "uri" -> "TUG/ref/ShowObjectiveFunction"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -919,9 +921,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b3b7012d-3091-4a6e-98cf-068080e11cc6" +ExpressionUUID->"944a04af-2aad-4231-b024-7ccec00b4915" ] (* End of Notebook Content *) @@ -929,111 +931,109 @@ ExpressionUUID->"b3b7012d-3091-4a6e-98cf-068080e11cc6" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12673, 326, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10eefea0-8fe2-4d07-ae82-5082df195a59", + Cell[12736, 331, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cef18ca8-562a-469c-90c9-b0b7b10f563c", CellTags->"PrimaryExamplesSection", - CellID->487221519]} + CellID->2103954750]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34570, 930} + {"PrimaryExamplesSection", 34618, 932} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7139, 168, 56, "AnchorBarGrid",ExpressionUUID->"397ba9f1-b9fb-49bb-910f-824d99ee3aa7", +Cell[593, 21, 7201, 173, 57, "AnchorBarGrid",ExpressionUUID->"fe2f7e31-e57d-4ca5-94a9-bf726f1583ac", CellID->1], -Cell[7735, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"2a04c2e1-3545-4139-b7ff-4a1640bdc15a"], +Cell[7797, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ba164b47-8078-4b3e-b5c3-36acb95c00d3"], Cell[CellGroupData[{ -Cell[7846, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"76bf5cf2-184c-4a6f-9738-deb1c84c8302"], -Cell[9144, 232, 538, 10, 132, "Usage",ExpressionUUID->"e71c4a87-d114-468f-a485-3ccbcf02cb46", +Cell[7908, 200, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"24bfa95d-7ab3-4624-8125-c5551313fa93"], +Cell[9206, 237, 538, 10, 131, "Usage",ExpressionUUID->"e71c4a87-d114-468f-a485-3ccbcf02cb46", CellID->1161366483] }, Open ]], Cell[CellGroupData[{ -Cell[9719, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"bc4f6334-1bdc-481a-8819-a0726946bb54", +Cell[9781, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"0d595979-7f95-42fe-9269-527fed16e1ae", CellGroupingRules->{"SectionGrouping", 50}, - CellID->963847474], -Cell[11616, 296, 489, 12, 37, "Notes",ExpressionUUID->"ed43c5cb-c62c-47f5-a55d-da9d2217d445", + CellID->1472128495], +Cell[11679, 301, 489, 12, 38, "Notes",ExpressionUUID->"ed43c5cb-c62c-47f5-a55d-da9d2217d445", CellID->177724765], -Cell[12108, 310, 170, 3, 36, "Notes",ExpressionUUID->"7f282b42-96d4-4bb9-a008-174e0c23e5bd", +Cell[12171, 315, 170, 3, 36, "Notes",ExpressionUUID->"7f282b42-96d4-4bb9-a008-174e0c23e5bd", CellID->358334548], -Cell[12281, 315, 265, 5, 57, "Notes",ExpressionUUID->"8fe30558-6b34-4945-b218-54cd33115044", +Cell[12344, 320, 265, 5, 57, "Notes",ExpressionUUID->"8fe30558-6b34-4945-b218-54cd33115044", CellID->749728748] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12673, 326, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"10eefea0-8fe2-4d07-ae82-5082df195a59", +Cell[12736, 331, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cef18ca8-562a-469c-90c9-b0b7b10f563c", CellTags->"PrimaryExamplesSection", - CellID->487221519], + CellID->2103954750], Cell[CellGroupData[{ -Cell[14118, 367, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6c9c4619-1432-4d0b-bf7d-16263d4e04b0", - CellID->524388218], -Cell[15519, 405, 119, 1, 38, "ExampleText",ExpressionUUID->"a94b5ef1-1ac0-4f02-99b1-0738e95d0e2c", +Cell[14182, 372, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e89d56bf-c3b2-42df-a439-c5b11e9334b3", + CellID->141376240], +Cell[15583, 410, 119, 1, 39, "ExampleText",ExpressionUUID->"a94b5ef1-1ac0-4f02-99b1-0738e95d0e2c", CellID->1245733983], Cell[CellGroupData[{ -Cell[15663, 410, 168, 3, 27, "Input",ExpressionUUID->"aca3264e-fb90-4b49-9e45-7ba39a9db030", +Cell[15727, 415, 168, 3, 27, "Input",ExpressionUUID->"aca3264e-fb90-4b49-9e45-7ba39a9db030", CellID->1694506160], Cell[CellGroupData[{ -Cell[15856, 417, 236, 4, 23, "Print",ExpressionUUID->"9d7e795b-d683-4723-8c7b-f23f4b4029de", +Cell[15920, 422, 236, 4, 23, "Print",ExpressionUUID->"9d7e795b-d683-4723-8c7b-f23f4b4029de", CellID->1367419847], -Cell[16095, 423, 365, 8, 23, "Print",ExpressionUUID->"a43e2756-3a35-4e50-ab46-5f7ad2573616", +Cell[16159, 428, 365, 8, 23, "Print",ExpressionUUID->"a43e2756-3a35-4e50-ab46-5f7ad2573616", CellID->1368215508], -Cell[16463, 433, 236, 4, 23, "Print",ExpressionUUID->"d4fb4cb0-a222-4f60-afe3-4a0fe2b918bd", +Cell[16527, 438, 236, 4, 23, "Print",ExpressionUUID->"d4fb4cb0-a222-4f60-afe3-4a0fe2b918bd", CellID->1477267629], -Cell[16702, 439, 219, 3, 23, "Print",ExpressionUUID->"f150cf68-1e98-4ca3-af9f-baf6c1b432ad", +Cell[16766, 444, 219, 3, 23, "Print",ExpressionUUID->"f150cf68-1e98-4ca3-af9f-baf6c1b432ad", CellID->627591560], -Cell[16924, 444, 207, 3, 23, "Print",ExpressionUUID->"074dc001-190f-4098-810d-06ea6d2936eb", +Cell[16988, 449, 207, 3, 23, "Print",ExpressionUUID->"074dc001-190f-4098-810d-06ea6d2936eb", CellID->1068167707], -Cell[17134, 449, 237, 4, 23, "Print",ExpressionUUID->"695e8efe-3cde-455d-970a-c6cd303e3888", +Cell[17198, 454, 237, 4, 23, "Print",ExpressionUUID->"695e8efe-3cde-455d-970a-c6cd303e3888", CellID->1583557863], -Cell[17374, 455, 219, 3, 23, "Print",ExpressionUUID->"86ebc583-bace-4cdc-8ee3-f9945c8354c8", +Cell[17438, 460, 219, 3, 23, "Print",ExpressionUUID->"86ebc583-bace-4cdc-8ee3-f9945c8354c8", CellID->362888520], -Cell[17596, 460, 236, 4, 23, "Print",ExpressionUUID->"47fc8921-4cb6-46fc-8231-ea40252aa4a8", +Cell[17660, 465, 236, 4, 23, "Print",ExpressionUUID->"47fc8921-4cb6-46fc-8231-ea40252aa4a8", CellID->2083603595], -Cell[17835, 466, 236, 4, 23, "Print",ExpressionUUID->"894d6a2c-abc0-41ee-b01f-c192d1a9ec45", +Cell[17899, 471, 236, 4, 23, "Print",ExpressionUUID->"894d6a2c-abc0-41ee-b01f-c192d1a9ec45", CellID->2113061262], -Cell[18074, 472, 207, 3, 23, "Print",ExpressionUUID->"8752af18-7825-43c2-9404-225c825b011f", +Cell[18138, 477, 207, 3, 23, "Print",ExpressionUUID->"8752af18-7825-43c2-9404-225c825b011f", CellID->1253093458], -Cell[18284, 477, 235, 4, 23, "Print",ExpressionUUID->"16f3d73e-736b-481b-a14c-daee9222a930", +Cell[18348, 482, 235, 4, 23, "Print",ExpressionUUID->"16f3d73e-736b-481b-a14c-daee9222a930", CellID->776692835] }, Open ]] }, Open ]], -Cell[18546, 485, 136, 1, 38, "ExampleText",ExpressionUUID->"b24cc095-65df-4b5f-9d04-aedfacac2bcb", +Cell[18610, 490, 136, 1, 39, "ExampleText",ExpressionUUID->"b24cc095-65df-4b5f-9d04-aedfacac2bcb", CellID->778941067], -Cell[18685, 488, 233, 6, 70, "Input",ExpressionUUID->"2221a088-14ed-429c-8864-6df09a017ff9", +Cell[18749, 493, 233, 6, 70, "Input",ExpressionUUID->"2221a088-14ed-429c-8864-6df09a017ff9", CellID->83977077], -Cell[18921, 496, 380, 9, 70, "Input",ExpressionUUID->"fcd4d6c8-23e8-4842-9a07-4395f4707f0b", +Cell[18985, 501, 380, 9, 70, "Input",ExpressionUUID->"fcd4d6c8-23e8-4842-9a07-4395f4707f0b", CellID->420705580], -Cell[19304, 507, 238, 6, 70, "Input",ExpressionUUID->"e1af8f5f-35c4-4eb5-bc12-92aa1accfdf0", +Cell[19368, 512, 238, 6, 70, "Input",ExpressionUUID->"e1af8f5f-35c4-4eb5-bc12-92aa1accfdf0", CellID->1755690005], -Cell[19545, 515, 202, 4, 70, "ExampleText",ExpressionUUID->"ba5af798-db24-4df9-88e2-fb0d5e0cad91", +Cell[19609, 520, 202, 4, 70, "ExampleText",ExpressionUUID->"ba5af798-db24-4df9-88e2-fb0d5e0cad91", CellID->1920441079], Cell[CellGroupData[{ -Cell[19772, 523, 259, 6, 70, "Input",ExpressionUUID->"11ad28f3-110e-44c3-9444-cbe130728563", +Cell[19836, 528, 259, 6, 70, "Input",ExpressionUUID->"11ad28f3-110e-44c3-9444-cbe130728563", CellID->1879477358], -Cell[20034, 531, 1730, 50, 73, "Output",ExpressionUUID->"e9877902-238e-452a-9754-b023ba70aa21", +Cell[20098, 536, 1730, 50, 73, "Output",ExpressionUUID->"e9877902-238e-452a-9754-b023ba70aa21", CellID->1186950626] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22070, 595, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"d7cfcb49-6104-4b5a-b9eb-46b1814d8b6f"], +Cell[27548, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3db8e9c6-d9b8-475e-b611-aa71039efbc4"], +Cell[28221, 765, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"11d540b3-dc71-43a4-8776-ce22d4212f5b"], +Cell[29257, 793, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"84089523-e230-413b-87f8-6677f8052af6"], Cell[CellGroupData[{ -Cell[22028, 592, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"ed0c12b3-3b98-42b1-942a-623a29082003"], -Cell[27506, 742, 670, 18, 70, "TechNotesSection",ExpressionUUID->"69c1764d-d20f-4e93-a4e1-5e59874d71e1"] -}, Open ]], -Cell[28191, 763, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3d063b88-5cfa-4939-80b4-d97a6f7ce03b"], -Cell[29227, 791, 2277, 64, 70, "RelatedLinksSection",ExpressionUUID->"07306954-ae67-46c2-b40e-4e05b1c54ef8"], -Cell[CellGroupData[{ -Cell[31529, 859, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f40e1fe7-1a08-40fd-ad7b-b207d69be998", +Cell[31559, 861, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"f40e1fe7-1a08-40fd-ad7b-b207d69be998", CellID->906383680], -Cell[31669, 862, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31c18950-6afe-4df2-8e91-60ef0368602a", +Cell[31699, 864, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31c18950-6afe-4df2-8e91-60ef0368602a", CellID->1194386356], -Cell[31891, 868, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d89e0004-dee0-4680-916e-4b9bc8b9b904", +Cell[31921, 870, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d89e0004-dee0-4680-916e-4b9bc8b9b904", CellID->1641706272], -Cell[32106, 873, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb36b3b5-e726-4c90-be1e-da306d07db94", +Cell[32136, 875, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb36b3b5-e726-4c90-be1e-da306d07db94", CellID->399251956], -Cell[32335, 879, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"abb5ba09-f6ca-43db-a17a-c3fb3de33b4e", +Cell[32365, 881, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"abb5ba09-f6ca-43db-a17a-c3fb3de33b4e", CellID->821434655] }, Open ]], -Cell[32572, 885, 78, 0, 70, "FooterCell",ExpressionUUID->"c3abb740-3f4c-494a-8d33-e698e8f7a1d5"] +Cell[32602, 887, 78, 0, 70, "FooterCell",ExpressionUUID->"8be4a1e6-640b-4c31-9efd-ef7fd977f6f5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowStrongEpsCore.nb b/Documentation/English/ReferencePages/Symbols/ShowStrongEpsCore.nb index 0681197..ad2e829 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowStrongEpsCore.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowStrongEpsCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46404, 1151] -NotebookOptionsPosition[ 38811, 1001] -NotebookOutlinePosition[ 40957, 1055] -CellTagsIndexPosition[ 40871, 1050] +NotebookDataLength[ 46413, 1151] +NotebookOptionsPosition[ 38833, 1003] +NotebookOutlinePosition[ 40998, 1057] +CellTagsIndexPosition[ 40912, 1052] WindowTitle->ShowStrongEpsCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "12a46781-3a4c-48c8-8e2a-60154684a7f8"], + "c0bbc72b-4023-44f9-ba21-d760451d0ef3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7a6aa564-dfd7-4c86-afef-4efb40323b96"], + "f90618eb-e451-4873-b687-673f49ac2fb0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "431dd5d6-a039-4156-b0a8-7c5b41619bb9"] - }],ExpressionUUID->"b3f714a0-3eee-4c9a-a5a0-bae1731e6441"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "3ee87860-ccb0-42d9-bee2-5ea2c2aa4d3c"] + }],ExpressionUUID->"dea6045d-63a0-449f-82dd-514f7e699b09"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "da2ba095-f1b1-4486-9d84-fd96679605c8"], + "405111f4-e0e9-48d2-a579-df2728a2405d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "41dfa374-8345-4d9a-b56c-62b04a910baf"] - }],ExpressionUUID->"ab36af4b-68bf-4f76-8f99-0cdb4dad8c88"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "02dbe10a-e568-4e11-9095-199c0795efc4"] + }],ExpressionUUID->"9e287981-1164-49cb-90f5-da667038090c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dfcf8fdb-8200-4adf-999d-7e2d846e9a03"], + "108c5e6c-8499-42f5-a387-2e483a31ac18"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "81a852d2-79ca-4be0-96aa-1df9bc70ac19"] - }],ExpressionUUID->"80f93c35-262c-485e-9f0b-020bc18dc480"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1a678f22-0bd5-44c9-b78c-fcd7645f5fdb"] + }],ExpressionUUID->"4f53fe8b-beee-4d58-876c-a8b0c7f60d56"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3a8de325-1908-4066-9196-c7f8dbcc01d1"], + "dd2a9875-57ff-437b-bf14-b7f8702ea171"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "031dd250-5fcd-436d-aa51-5f6bf068d382"] - }],ExpressionUUID->"ec1348b0-b068-4191-9efd-0a3a731f6861"], - StripOnInput->False], {"\<\"TUG/ref/ShowStrongEpsCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowStrongEpsCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "6b6e3afc-03b9-44fd-9110-824553a103ba"] + }],ExpressionUUID->"d12971f9-9f0a-42b9-ac70-354b09478bd8"], + StripOnInput->False],{ + "\"TUG/ref/ShowStrongEpsCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowStrongEpsCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ShowStrongEpsCore.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$178030], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowStrongEpsCore" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$192436], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowStrongEpsCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "00bb0c0b-e04c-42ad-954f-dc1a86f2ede3"] + "eac858bf-95c9-4a59-8bae-74a675344e47"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3e37b90e-bf41-4a42-bd22-df8b1b6882ee"]} + "4a660234-2031-4273-9c51-e3ac38456f1a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"24b56f94-8553-41ea-9c47-4d5b4694b7c7"], + CellID->1,ExpressionUUID->"099a5b40-fcbe-4633-b356-a06b54c75d5b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"268077e5-04c5-47b8-b4ed-c8cb15ae3245"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4814d13a-061c-493b-8fd8-f5a69da479c8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowStrongEpsCore", "ObjectName",ExpressionUUID-> - "b9759035-7be6-49f0-809a-1fb6771e2207"], + "036a6632-660c-4236-92ba-2d2c2475f99f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"85bab9b7-d820-42e2-8cf5-d42a26c92a8e"], + "Spacer1"]],ExpressionUUID->"2cceffeb-8187-49ef-a025-f64138c482bb"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e698d33f-0f9f-4a6c-ad79-9ac55523412e"] - }],ExpressionUUID->"d5c41165-c57a-4600-ae8a-ade50586163f"], Cell[BoxData[ + "075d7ffa-8147-49e8-80a0-35e3c20c6c08"] + }],ExpressionUUID->"db29408d-d0ff-46f0-b91b-bfa2c832582a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4de41479-c66d-43e2-ac47-e9e31e00a231"]} + "ff16a5a8-65a9-4eb5-9d10-08cbab8c27cb"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b51cab04-33ae-4622-a6f9-537f61afbe62"], + CacheGraphics->False,ExpressionUUID->"9a864eca-19f1-4599-8daa-2e4e6e87eb7b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "cae2ac60-59e1-4163-a576-bbff733d9ab1"], "\[LineSeparator]is an option for various package plotting functions to \ draw a strong epsilon-core of the game within the graphic." - }],ExpressionUUID->"9258cf2d-4ecf-4410-8080-ff8034e4382f"]} + }],ExpressionUUID->"c63e9b8f-3f9c-4a7f-9d9e-c762fe39020f"]} }]], "Usage", CellID->995486003,ExpressionUUID->"4aa594c5-ee80-4b17-8fc5-dbc2184f759b"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"96f3a122-9f9a-43d5-8202-abf6522f85e3"], + ExpressionUUID->"cf02af7e-accf-480f-8e68-c4ffeb406d7b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"425fc789-1acb-4ae3-a54d-f95b5d98874b"], + "Spacer1"]],ExpressionUUID->"885a5743-cbaa-4c34-b80c-529883584bba"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"89d78acf-70a6-43d9-ad34-b148c916871f"], + }], "NotesFrameText",ExpressionUUID->"a2709155-1d92-4ae3-aef0-ccc2e2e0d3a9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b74e42f2-9319-4b36-957d-bad4b123ffd4"]], \ + "Preemptive"]],ExpressionUUID->"c010fdc8-e594-4c1c-947c-d6fa37a77c5c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->631405683,ExpressionUUID->"0ee8a048-2648-4127-9597-f15b480a38ff"], + CellID->766350396,ExpressionUUID->"8a2e494f-0eba-464a-93b9-da373e39f329"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81861f2a-a8f0-433d-b70c-e9d977b0b86f"], + ExpressionUUID->"c34e3a0c-d69b-47df-a04f-1f368ecddc3c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"96a239ec-8e7b-488f-ab33-94c5848ad0c4"], + "Spacer1"]],ExpressionUUID->"9868dfbf-931f-4daf-8df7-aedf611b4852"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0999ec16-b785-48ca-817e-7fb724b1e000"] + "2e58660f-0926-4a7a-b226-44dbe7299d73"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->212961930,ExpressionUUID->"9f561ee7-46bd-4d07-8ea0-3aaab0bb0d8f"], + CellID->1636123591,ExpressionUUID->"dd0389c1-88a2-4886-8bc8-0f409e5c18ad"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4fa1b793-4cd0-4a69-b44e-f89d4d106ff3"], + ExpressionUUID->"f398dd81-486a-4cc3-b124-3e7e5f3cdae5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"055db7ce-f048-4212-ae6b-1eef87c08412"], + "Spacer1"]],ExpressionUUID->"5b872d7a-deda-453e-8cc7-6cb990923812"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d5617ce5-59b2-4cf6-a8da-9d8db9510016"] + "80bbc204-77c9-4e18-b5c7-f027edb13178"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1350270328,ExpressionUUID->"57a65361-2453-488f-b7bf-c80862be461d"], + CellID->379326129,ExpressionUUID->"b6f91c60-a418-427e-8d1b-5deea8964d71"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"4ab479b3-eeb5-435d-9cb0-9ba0a332e2b3"], @@ -685,8 +690,6 @@ m3/VHt189HDALs7AgMvf6O5ADW90912FmwsAll2Tlg== EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -834,15 +837,15 @@ Cell[BoxData[GridBox[{ "45d4027b-6840-47a4-881d-9be2d1309e69"] }], "SeeAlso",ExpressionUUID->"22509e56-9c29-4c24-85e3-83de631f36bb"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"13073d52-9eed-4299-9dcd-\ -f94c592292e1"], + }]], "SeeAlsoSection",ExpressionUUID->"bb8e7512-8836-46a8-82e8-\ +343a7b7dd767"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -854,9 +857,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"885fdc60-a943-47ee-9bcb-008382b038f4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e0aabc91-bfee-4d8c-ba90-\ -0f2c048e0d51"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"85ee4035-b3ef-4ae6-9b66-\ +3ec53263382a"], Cell[BoxData[GridBox[{ { @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "12afda57-114c-4bfe-a731-4988bc49be28"]}]}, + "1b6ded67-dcde-46a8-9192-9de8dbe38976"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -881,10 +883,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "581379e1-2b1b-4ab5-8668-b45249f85c2e"]}]} + "5e2e6b32-94c4-4cd0-8510-378ab92c3b43"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"16bf8707-7b01-4ab3-9e4c-\ -394b7cf02327"], + }]], "MoreAboutSection",ExpressionUUID->"71ff2480-8d64-4471-bb39-\ +ca1c2ed4eae7"], Cell[BoxData[GridBox[{ { @@ -911,7 +913,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "84901bef-bbd1-4da5-9475-70d2b5c45a8d"]], "RelatedLinks", + "0fc091f2-11f1-4f97-9f60-18f1497436e8"]], "RelatedLinks", ExpressionUUID->"b377e90b-8cf7-4f65-ba17-80f9c32e6aa4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -929,7 +931,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a03af1c7-006d-405e-bb9f-9eb19c2b235d"]], "RelatedLinks", + "57eb5e8c-87c5-4528-b570-6540ec05e186"]], "RelatedLinks", ExpressionUUID->"9897242b-a984-488f-a7b2-df2a6e077722"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -946,7 +948,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e854f363-5909-4c85-8da8-717f47daa7c1"]], "RelatedLinks", + "bee9f8ff-8ad1-4c42-b6d5-ef059e346151"]], "RelatedLinks", ExpressionUUID->"0359a585-ec7e-4e62-b0c3-42ac4f1cc9a1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -963,11 +965,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b9205b88-2974-4724-b752-0f7d26abf5de"]], "RelatedLinks", + "d80dde82-e8fc-4603-9d76-8f17a8159d65"]], "RelatedLinks", ExpressionUUID->"344cc2da-b417-4fbc-baea-f2aa670b4c68"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ff56c3ef-750b-41be-ac79-\ -72ab8d07ac15"], + }]], "RelatedLinksSection",ExpressionUUID->"d04ea080-e604-4623-aa02-\ +bce5bad4bc77"], Cell[CellGroupData[{ @@ -997,11 +999,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9027a14f-8480-49c4-91c1-bea218735e2b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"58eedc4e-fff9-4939-8b41-696d424a8f72"] +Cell[" ", "FooterCell",ExpressionUUID->"8f4d8e8a-67b2-4d04-b036-60fe2589bbbb"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowStrongEpsCore", TaggingRules->{ @@ -1012,7 +1014,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 39.465556}", + "built" -> "{2024, 6, 3, 16, 55, 29.861644}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1020,10 +1022,10 @@ TaggingRules->{ "ShowStrongEpsCore is an option for various package plotting functions to \ draw a strong epsilon-core of the game within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShowStrongEpsCore", "titlemodifier" -> "", - "windowtitle" -> "ShowStrongEpsCore", "type" -> "Symbol", "uri" -> - "TUG/ref/ShowStrongEpsCore"}}, + "metadescription" -> "", "windowtitle" -> "ShowStrongEpsCore", "type" -> + "Symbol", "uri" -> "TUG/ref/ShowStrongEpsCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1032,9 +1034,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d3900415-9c88-4f00-b8a7-8d611bb885fe" +ExpressionUUID->"47231a49-929c-426b-88c9-0b3998de42ad" ] (* End of Notebook Content *) @@ -1042,117 +1044,115 @@ ExpressionUUID->"d3900415-9c88-4f00-b8a7-8d611bb885fe" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12343, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f561ee7-46bd-4d07-8ea0-3aaab0bb0d8f", + Cell[12399, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dd0389c1-88a2-4886-8bc8-0f409e5c18ad", CellTags->"PrimaryExamplesSection", - CellID->212961930]} + CellID->1636123591]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40671, 1043} + {"PrimaryExamplesSection", 40711, 1045} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7129, 168, 56, "AnchorBarGrid",ExpressionUUID->"24b56f94-8553-41ea-9c47-4d5b4694b7c7", +Cell[589, 21, 7185, 173, 57, "AnchorBarGrid",ExpressionUUID->"099a5b40-fcbe-4633-b356-a06b54c75d5b", CellID->1], -Cell[7721, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"268077e5-04c5-47b8-b4ed-c8cb15ae3245"], +Cell[7777, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4814d13a-061c-493b-8fd8-f5a69da479c8"], Cell[CellGroupData[{ -Cell[7832, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"b51cab04-33ae-4622-a6f9-537f61afbe62"], -Cell[9126, 232, 497, 9, 111, "Usage",ExpressionUUID->"4aa594c5-ee80-4b17-8fc5-dbc2184f759b", +Cell[7888, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"9a864eca-19f1-4599-8daa-2e4e6e87eb7b"], +Cell[9182, 237, 497, 9, 109, "Usage",ExpressionUUID->"4aa594c5-ee80-4b17-8fc5-dbc2184f759b", CellID->995486003] }, Open ]], Cell[CellGroupData[{ -Cell[9660, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"0ee8a048-2648-4127-9597-f15b480a38ff", +Cell[9716, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"8a2e494f-0eba-464a-93b9-da373e39f329", CellGroupingRules->{"SectionGrouping", 50}, - CellID->631405683], -Cell[11557, 295, 489, 12, 37, "Notes",ExpressionUUID->"071f0638-ea51-4aee-a5aa-466a23468b1b", + CellID->766350396], +Cell[11613, 300, 489, 12, 38, "Notes",ExpressionUUID->"071f0638-ea51-4aee-a5aa-466a23468b1b", CellID->177724765], -Cell[12049, 309, 167, 3, 36, "Notes",ExpressionUUID->"87792296-b19a-4158-ac23-4f696c92e90f", +Cell[12105, 314, 167, 3, 36, "Notes",ExpressionUUID->"87792296-b19a-4158-ac23-4f696c92e90f", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12343, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f561ee7-46bd-4d07-8ea0-3aaab0bb0d8f", +Cell[12399, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dd0389c1-88a2-4886-8bc8-0f409e5c18ad", CellTags->"PrimaryExamplesSection", - CellID->212961930], + CellID->1636123591], Cell[CellGroupData[{ -Cell[13788, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"57a65361-2453-488f-b7bf-c80862be461d", - CellID->1350270328], -Cell[15190, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"4ab479b3-eeb5-435d-9cb0-9ba0a332e2b3", +Cell[13845, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b6f91c60-a418-427e-8d1b-5deea8964d71", + CellID->379326129], +Cell[15246, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"4ab479b3-eeb5-435d-9cb0-9ba0a332e2b3", CellID->724598077], Cell[CellGroupData[{ -Cell[15333, 402, 168, 3, 27, "Input",ExpressionUUID->"11fa5a85-3f42-4ab2-9822-662c13b884e4", +Cell[15389, 407, 168, 3, 27, "Input",ExpressionUUID->"11fa5a85-3f42-4ab2-9822-662c13b884e4", CellID->2141335847], Cell[CellGroupData[{ -Cell[15526, 409, 236, 4, 23, "Print",ExpressionUUID->"b97a1bba-b32c-4d03-8fd4-b9f58951387b", +Cell[15582, 414, 236, 4, 23, "Print",ExpressionUUID->"b97a1bba-b32c-4d03-8fd4-b9f58951387b", CellID->492959984], -Cell[15765, 415, 365, 8, 23, "Print",ExpressionUUID->"db9e1564-35e1-4872-a950-1d60155ac174", +Cell[15821, 420, 365, 8, 23, "Print",ExpressionUUID->"db9e1564-35e1-4872-a950-1d60155ac174", CellID->538153138], -Cell[16133, 425, 236, 4, 23, "Print",ExpressionUUID->"b8329763-d579-4c1f-a739-afa4da5b2cc6", +Cell[16189, 430, 236, 4, 23, "Print",ExpressionUUID->"b8329763-d579-4c1f-a739-afa4da5b2cc6", CellID->366807704], -Cell[16372, 431, 221, 3, 23, "Print",ExpressionUUID->"77122a8a-34e1-4439-9adb-09e93edad306", +Cell[16428, 436, 221, 3, 23, "Print",ExpressionUUID->"77122a8a-34e1-4439-9adb-09e93edad306", CellID->1887640663], -Cell[16596, 436, 207, 3, 23, "Print",ExpressionUUID->"2d1cd260-cd5e-41d8-a664-9e5844718001", +Cell[16652, 441, 207, 3, 23, "Print",ExpressionUUID->"2d1cd260-cd5e-41d8-a664-9e5844718001", CellID->191163157], -Cell[16806, 441, 238, 4, 23, "Print",ExpressionUUID->"580e770d-7052-41a9-939f-3383467770b3", +Cell[16862, 446, 238, 4, 23, "Print",ExpressionUUID->"580e770d-7052-41a9-939f-3383467770b3", CellID->1699377902], -Cell[17047, 447, 220, 3, 23, "Print",ExpressionUUID->"ba5e6d7b-60b2-4c00-8949-16e6f248da3c", +Cell[17103, 452, 220, 3, 23, "Print",ExpressionUUID->"ba5e6d7b-60b2-4c00-8949-16e6f248da3c", CellID->493297434], -Cell[17270, 452, 236, 4, 23, "Print",ExpressionUUID->"d6be1f89-1bc5-4db2-975d-ccde43701f1d", +Cell[17326, 457, 236, 4, 23, "Print",ExpressionUUID->"d6be1f89-1bc5-4db2-975d-ccde43701f1d", CellID->878690676], -Cell[17509, 458, 237, 4, 23, "Print",ExpressionUUID->"2f80df6b-e32e-4765-bc78-922d1b54e27f", +Cell[17565, 463, 237, 4, 23, "Print",ExpressionUUID->"2f80df6b-e32e-4765-bc78-922d1b54e27f", CellID->1218320552], -Cell[17749, 464, 208, 3, 23, "Print",ExpressionUUID->"08894422-0f6f-4f14-84fd-6a38d391a553", +Cell[17805, 469, 208, 3, 23, "Print",ExpressionUUID->"08894422-0f6f-4f14-84fd-6a38d391a553", CellID->1783942898], -Cell[17960, 469, 235, 4, 23, "Print",ExpressionUUID->"fb910a36-b5cc-4cf5-916d-e47923e312dc", +Cell[18016, 474, 235, 4, 23, "Print",ExpressionUUID->"fb910a36-b5cc-4cf5-916d-e47923e312dc", CellID->10889844] }, Open ]] }, Open ]], -Cell[18222, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"482354ae-2457-4369-a078-e36f387ab315", +Cell[18278, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"482354ae-2457-4369-a078-e36f387ab315", CellID->2083786667], -Cell[18362, 480, 234, 6, 27, "Input",ExpressionUUID->"eff9a936-0185-4225-973a-a913752437d9", +Cell[18418, 485, 234, 6, 27, "Input",ExpressionUUID->"eff9a936-0185-4225-973a-a913752437d9", CellID->585427827], -Cell[18599, 488, 375, 9, 27, "Input",ExpressionUUID->"833efe18-d07f-4ddd-bef1-810e427c752a", +Cell[18655, 493, 375, 9, 27, "Input",ExpressionUUID->"833efe18-d07f-4ddd-bef1-810e427c752a", CellID->1947756944], -Cell[18977, 499, 238, 6, 70, "Input",ExpressionUUID->"99f5e361-f297-4d3b-8846-80e1a7c5cb13", +Cell[19033, 504, 238, 6, 27, "Input",ExpressionUUID->"99f5e361-f297-4d3b-8846-80e1a7c5cb13", CellID->1946614331], -Cell[19218, 507, 213, 4, 70, "ExampleText",ExpressionUUID->"0dd9592a-51d1-46e7-91f1-54b721b1da3c", +Cell[19274, 512, 213, 4, 70, "ExampleText",ExpressionUUID->"0dd9592a-51d1-46e7-91f1-54b721b1da3c", CellID->351838363], Cell[CellGroupData[{ -Cell[19456, 515, 279, 6, 70, "Input",ExpressionUUID->"c44d44ca-51a0-4a0b-8854-6a582ee364ce", +Cell[19512, 520, 279, 6, 70, "Input",ExpressionUUID->"c44d44ca-51a0-4a0b-8854-6a582ee364ce", CellID->2040767567], -Cell[19738, 523, 1618, 35, 485, "Output",ExpressionUUID->"b011d3ae-3136-440a-9c21-3d71a1b7aebd", +Cell[19794, 528, 1618, 35, 485, "Output",ExpressionUUID->"b011d3ae-3136-440a-9c21-3d71a1b7aebd", CellID->451837774] }, Open ]], -Cell[21371, 561, 204, 4, 70, "ExampleText",ExpressionUUID->"17d83181-2f0a-4e1a-a7a4-191ed3a32ddb", +Cell[21427, 566, 204, 4, 70, "ExampleText",ExpressionUUID->"17d83181-2f0a-4e1a-a7a4-191ed3a32ddb", CellID->1844085410], Cell[CellGroupData[{ -Cell[21600, 569, 284, 7, 70, "Input",ExpressionUUID->"1c54d17b-2b4d-4386-bd6c-3f1333290d5c", +Cell[21656, 574, 284, 7, 70, "Input",ExpressionUUID->"1c54d17b-2b4d-4386-bd6c-3f1333290d5c", CellID->899102775], -Cell[21887, 578, 5388, 100, 485, "Output",ExpressionUUID->"5076dff3-38c0-421f-a4d7-bf235921e5b3", +Cell[21943, 583, 5388, 100, 485, "Output",ExpressionUUID->"5076dff3-38c0-421f-a4d7-bf235921e5b3", CellID->423696600] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27573, 692, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"bb8e7512-8836-46a8-82e8-343a7b7dd767"], +Cell[33057, 842, 670, 18, 70, "TechNotesSection",ExpressionUUID->"85ee4035-b3ef-4ae6-9b66-3ec53263382a"], +Cell[33730, 862, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"71ff2480-8d64-4471-bb39-ca1c2ed4eae7"], +Cell[34766, 890, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"d04ea080-e604-4623-aa02-bce5bad4bc77"], Cell[CellGroupData[{ -Cell[27539, 689, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"13073d52-9eed-4299-9dcd-f94c592292e1"], -Cell[33023, 839, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e0aabc91-bfee-4d8c-ba90-0f2c048e0d51"] -}, Open ]], -Cell[33708, 860, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"16bf8707-7b01-4ab3-9e4c-394b7cf02327"], -Cell[34744, 888, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"ff56c3ef-750b-41be-ac79-72ab8d07ac15"], -Cell[CellGroupData[{ -Cell[37685, 973, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1edfd40c-4e53-4994-84f2-593bfe7cb6d7", +Cell[37707, 975, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"1edfd40c-4e53-4994-84f2-593bfe7cb6d7", CellID->2135167160], -Cell[37826, 976, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33e8ca7d-ac09-419c-88b7-89cd575f4542", +Cell[37848, 978, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33e8ca7d-ac09-419c-88b7-89cd575f4542", CellID->1194386356], -Cell[38048, 982, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c0fbe55-42f8-44d4-beb3-1cdef10fd39f", +Cell[38070, 984, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3c0fbe55-42f8-44d4-beb3-1cdef10fd39f", CellID->1641706272], -Cell[38263, 987, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c5c066eb-60a3-44de-850c-a3d0ef7944e2", +Cell[38285, 989, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c5c066eb-60a3-44de-850c-a3d0ef7944e2", CellID->399251956], -Cell[38492, 993, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9027a14f-8480-49c4-91c1-bea218735e2b", +Cell[38514, 995, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9027a14f-8480-49c4-91c1-bea218735e2b", CellID->821434655] }, Open ]], -Cell[38729, 999, 78, 0, 70, "FooterCell",ExpressionUUID->"58eedc4e-fff9-4939-8b41-696d424a8f72"] +Cell[38751, 1001, 78, 0, 70, "FooterCell",ExpressionUUID->"8f4d8e8a-67b2-4d04-b036-60fe2589bbbb"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ShowUpperSet.nb b/Documentation/English/ReferencePages/Symbols/ShowUpperSet.nb index 1b02685..9501563 100644 --- a/Documentation/English/ReferencePages/Symbols/ShowUpperSet.nb +++ b/Documentation/English/ReferencePages/Symbols/ShowUpperSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41815, 1071] -NotebookOptionsPosition[ 34260, 921] -NotebookOutlinePosition[ 36372, 975] -CellTagsIndexPosition[ 36287, 970] +NotebookDataLength[ 41830, 1071] +NotebookOptionsPosition[ 34286, 923] +NotebookOutlinePosition[ 36417, 977] +CellTagsIndexPosition[ 36332, 972] WindowTitle->ShowUpperSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0b1a18a3-23fe-4e9e-80b0-b94ff9d1f2d4"], + "cc506a7f-cfbf-46a8-8c85-8d5f7ed40d58"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "dd1e848f-76cd-40eb-a595-8d44e7b9db92"], + "37e9a38c-bb09-4e90-910b-ac6de4ae483a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2f226d18-0bc0-4837-abc7-b8c6282c6fa2"] - }],ExpressionUUID->"daeb216c-5e33-4e92-b546-5bfb9ebedd22"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "5b18fe3e-7422-41f8-b8c4-d56889334326"] + }],ExpressionUUID->"3f3a0336-7fbf-46d9-8de7-ab2e06b4d3fd"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4a36c703-1793-47ca-af2e-4545340a0cb7"], + "bd86ccab-8538-4a1f-91ce-7be35a566aa9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b75c9f7f-c284-4275-9248-d77e74f6e771"] - }],ExpressionUUID->"e22a0b7d-553d-426f-b978-822fef82ae48"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "ac66893f-055d-47f2-89fa-34893afb6266"] + }],ExpressionUUID->"a7e08bf6-4a7f-4227-99ca-067004b8838d"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17ac1c1d-2827-414d-88e8-8a2babcb6673"], + "1bb03254-322d-4795-8ba2-ab5a8a6764e5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4b3637a7-0645-496f-913a-8bc572cd89e1"] - }],ExpressionUUID->"d2274f17-a9b2-480c-99c8-bec5500b80ca"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "eaf03952-24c6-4c9e-b90f-8edd6d2c58de"] + }],ExpressionUUID->"b70a8d1e-db9b-42b9-8d14-c8a7ece838e0"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a340acd0-ef99-486d-9cc9-103a35e2243d"], + "15c03cce-97fa-470f-aea5-a411e5ac5d56"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0af2910a-dee6-4f9b-a4c0-070613940db8"] - }],ExpressionUUID->"618d20b4-2102-4338-9a0b-aea871396800"], - StripOnInput->False], {"\<\"TUG/ref/ShowUpperSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ShowUpperSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ShowUpperSet.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$178595], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ShowUpperSet" <> ".html"], None}]}]}, + "e9c0db6d-fdcd-420e-8675-b728e5f47533"] + }],ExpressionUUID->"a0e52a16-0e4b-4fb6-b92a-ac29030add96"], + StripOnInput->False],{ + "\"TUG/ref/ShowUpperSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ShowUpperSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ShowUpperSet.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$193035], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ShowUpperSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8518f4de-e4a4-432f-8170-443bd36bea39"] + "3c97eeb4-49a6-47cc-acae-35bfe7f60945"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "449abd95-9fa3-474a-9ac7-ed2558d2307c"]} + "7d2dd97e-cdb5-4156-8405-d1c5c864828c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e9154254-ee37-4950-b276-9952bd978f85"], + CellID->1,ExpressionUUID->"955d5e45-9195-4e0f-9062-bacc52ce1151"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"df548a2c-d341-46b8-8eb6-c7401eddd970"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3da41263-470d-4f29-b07e-975aff914a9e"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ShowUpperSet", "ObjectName",ExpressionUUID-> - "f49658cf-b794-4e07-8b6d-d87a3f4e6953"], + "841b3132-90b4-4302-aba9-86099e171771"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"48b5a16a-0a70-4143-97d8-a2f9bf6dbcb8"], + "Spacer1"]],ExpressionUUID->"e066736a-a1f5-4eb7-8109-fc3b5e38397c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c9c705db-2cb8-41af-ab17-d73028977317"] - }],ExpressionUUID->"9eca6102-81e2-43b1-8157-ffdc7e6c589a"], Cell[BoxData[ + "2772a570-6975-47d0-b878-baf2b54da663"] + }],ExpressionUUID->"995ed9bd-3d16-4b39-b1a7-2bc36bb9480a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "239473b8-ac30-4605-add7-a4a37cdda7e7"]} + "6419d1eb-1ab8-404b-9f88-03437208492a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3d63bdf6-adc5-4eeb-b1a5-3fe68fe01ef7"], + CacheGraphics->False,ExpressionUUID->"80142259-1046-4cf6-8462-66d864ee0c87"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "c4d6f737-a3fa-4773-8e10-147293445eb7"], "\[LineSeparator]is an option for various package plotting functions to \ draw the lower set of the game within the graphic." - }],ExpressionUUID->"557ca680-825c-41f0-9c11-837b2a15fcec"]} + }],ExpressionUUID->"dc59fd30-8be5-4d56-8361-45e315eef59e"]} }]], "Usage", CellID->632214824,ExpressionUUID->"c67c5e9b-9c58-4831-bc6f-57c8dc3fe979"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f221fdb7-8a17-4fbb-a266-d342f7e4ebe9"], + ExpressionUUID->"29fcabf0-ba4e-4631-88a3-4165773c6306"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"417bca4b-fc2a-4dde-bf3b-de9b8f3783f3"], + "Spacer1"]],ExpressionUUID->"bda31eef-340d-4a28-8ec6-17e1007c919c"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0d1c6fb2-2007-479c-ac2c-be98e2344533"], + }], "NotesFrameText",ExpressionUUID->"a66d604f-c692-4975-a67d-2ec83ffd83a6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f4ca9c3d-7ba0-4317-8094-b67a01f307a8"]], \ + "Preemptive"]],ExpressionUUID->"81e686df-8fd5-4053-82e6-67bedc8f2a18"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->883930687,ExpressionUUID->"ab00e5ba-ff5f-43b6-b810-d8f685f801bb"], + CellID->1592706324,ExpressionUUID->"6f314f30-2f54-48d0-80e5-890fe3d8fe65"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c2928545-aeff-4487-8f5f-5203b6bd64d8"], + ExpressionUUID->"4e10d37c-4668-4660-b02b-6ba1ab7b8fe9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ad7a73d7-07ba-4a21-b417-b7974844e9e8"], + "Spacer1"]],ExpressionUUID->"f3053d7e-cdb2-4821-9ff2-f94b2e0ef0ba"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "af1dc3f9-82a6-4c4d-bfb0-c0c38023ee29"] + "52b2db53-c091-4e3c-850a-33e263f7a4ed"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->308426974,ExpressionUUID->"621a1450-dc48-49f7-b2e6-97281e96df4f"], + CellID->1899735247,ExpressionUUID->"6202e197-505e-4ef9-aac8-a4b178950dcd"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5dcfc5dc-d728-4161-9733-943c67f5dcc8"], + ExpressionUUID->"dbf9182d-d3d0-4ac1-928b-eaf00ce4180a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"797daa6c-0202-4d52-a054-433b16e20f80"], + "Spacer1"]],ExpressionUUID->"d784fb64-a15a-40a5-9a67-f52ba29bb49c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b82254e4-0e31-4669-928d-944b6dcadffa"] + "cb3d8fd9-3ad1-4767-95b2-c978ae1862ad"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->851517709,ExpressionUUID->"a88bef31-74b1-4257-9a5a-06d41a4e0784"], + CellID->2103799220,ExpressionUUID->"920ee158-bf42-4df1-af13-0a85d7f75575"], Cell["Loading the package:", "ExampleText", CellID->441039571,ExpressionUUID->"1771f965-e8fc-4111-b80b-f894a6365af9"], @@ -605,8 +610,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -754,15 +757,15 @@ Cell[BoxData[GridBox[{ "c9ae51df-81b7-4119-a6a0-a32e0a2bba13"] }], "SeeAlso",ExpressionUUID->"d211a5c9-bf71-453d-aef6-7c5333ea5604"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"763eae8b-74c2-4d4f-a691-\ -17d83712a0ea"], + }]], "SeeAlsoSection",ExpressionUUID->"0b68b75f-d457-493e-b143-\ +29580829ff82"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -774,9 +777,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a880739f-ef7e-48cc-be7d-ef5fb9898d96"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f03c90ef-8553-4d46-bc98-\ -8fbdd0cac4d3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"08a2160d-673e-410b-a82e-\ +d63c6a9b03df"], Cell[BoxData[GridBox[{ { @@ -793,7 +795,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "de2d1abb-d307-44df-97c2-157359128228"]}]}, + "607e83b4-6612-4684-8cd1-e4adc68651c0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -801,10 +803,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "90643c47-280e-4104-853b-ca5f101897d0"]}]} + "7e685cdb-725a-4354-8945-7355c2db34f1"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"8e7039e9-3870-4c2e-b06b-\ -cac181ffcca0"], + }]], "MoreAboutSection",ExpressionUUID->"97835ed4-42a8-4804-8d0a-\ +31b0f0be55ed"], Cell[BoxData[GridBox[{ { @@ -831,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e68c095c-5245-4c34-bec9-5fa547b2df7c"]], "RelatedLinks", + "b15a1885-9e5d-47e3-b5ea-f6980343d6ea"]], "RelatedLinks", ExpressionUUID->"1e6793c4-de47-4dac-a479-43822d7c0c7f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,7 +851,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7116cb86-081f-44a6-9edd-50d95d264b1b"]], "RelatedLinks", + "3fe6c95a-6b01-478b-a121-4c5dcd9d3bf0"]], "RelatedLinks", ExpressionUUID->"6375310c-7d21-4b1e-8c1c-09cb29bf7d2f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,7 +868,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "95987b0a-07a7-4084-bf4c-5d3d8ff5863b"]], "RelatedLinks", + "58cb8100-d80f-4070-a4e4-35ee86a15118"]], "RelatedLinks", ExpressionUUID->"791297b9-f40e-480a-a4d8-87fa45b9bbdd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -883,11 +885,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2a9c110d-36a1-463f-8672-c47c2cf2e217"]], "RelatedLinks", + "1c500cac-6242-41e0-9901-4a0adabba95b"]], "RelatedLinks", ExpressionUUID->"09b6d90d-3311-464c-bee5-4704e0252d58"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"605c394e-b382-4153-a57b-\ -390c57c7dfa5"], + }]], "RelatedLinksSection",ExpressionUUID->"b64517d6-f6f1-4cc7-983a-\ +17eece1820a8"], Cell[CellGroupData[{ @@ -917,11 +919,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"50dcfb3b-6e6a-4b4c-b19a-d5a881b77277"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0c78bc26-d73f-4ba9-b37f-5d32bd9f448d"] +Cell[" ", "FooterCell",ExpressionUUID->"ae79ad63-193a-4b17-be52-8c4906f63bb4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ShowUpperSet", TaggingRules->{ @@ -932,7 +934,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 41.141097}", + "built" -> "{2024, 6, 3, 16, 55, 30.656824}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -940,10 +942,10 @@ TaggingRules->{ "ShowUpperSet is an option for various package plotting functions to draw \ the lower set of the game within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ShowUpperSet", "titlemodifier" -> "", - "windowtitle" -> "ShowUpperSet", "type" -> "Symbol", "uri" -> - "TUG/ref/ShowUpperSet"}}, + "metadescription" -> "", "windowtitle" -> "ShowUpperSet", "type" -> + "Symbol", "uri" -> "TUG/ref/ShowUpperSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -952,9 +954,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0ebe69a6-312a-449c-8769-21b7f60adf48" +ExpressionUUID->"232d6697-d0e9-4eaa-a8f2-d7e84ee1b59a" ] (* End of Notebook Content *) @@ -962,117 +964,115 @@ ExpressionUUID->"0ebe69a6-312a-449c-8769-21b7f60adf48" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12294, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"621a1450-dc48-49f7-b2e6-97281e96df4f", + Cell[12352, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6202e197-505e-4ef9-aac8-a4b178950dcd", CellTags->"PrimaryExamplesSection", - CellID->308426974]} + CellID->1899735247]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36087, 963} + {"PrimaryExamplesSection", 36131, 965} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"e9154254-ee37-4950-b276-9952bd978f85", +Cell[584, 21, 7165, 173, 57, "AnchorBarGrid",ExpressionUUID->"955d5e45-9195-4e0f-9062-bacc52ce1151", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"df548a2c-d341-46b8-8eb6-c7401eddd970"], +Cell[7752, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3da41263-470d-4f29-b07e-975aff914a9e"], Cell[CellGroupData[{ -Cell[7806, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"3d63bdf6-adc5-4eeb-b1a5-3fe68fe01ef7"], -Cell[9095, 232, 484, 9, 111, "Usage",ExpressionUUID->"c67c5e9b-9c58-4831-bc6f-57c8dc3fe979", +Cell[7863, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"80142259-1046-4cf6-8462-66d864ee0c87"], +Cell[9152, 237, 484, 9, 109, "Usage",ExpressionUUID->"c67c5e9b-9c58-4831-bc6f-57c8dc3fe979", CellID->632214824] }, Open ]], Cell[CellGroupData[{ -Cell[9616, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"ab00e5ba-ff5f-43b6-b810-d8f685f801bb", +Cell[9673, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"6f314f30-2f54-48d0-80e5-890fe3d8fe65", CellGroupingRules->{"SectionGrouping", 50}, - CellID->883930687], -Cell[11513, 295, 489, 12, 37, "Notes",ExpressionUUID->"d8b7814a-1a2a-48f2-8ca3-f14faf85ef72", + CellID->1592706324], +Cell[11571, 300, 489, 12, 38, "Notes",ExpressionUUID->"d8b7814a-1a2a-48f2-8ca3-f14faf85ef72", CellID->177724765], -Cell[12005, 309, 162, 3, 36, "Notes",ExpressionUUID->"c181a91e-fb1d-40f4-bd9d-0932a879c2c1", +Cell[12063, 314, 162, 3, 36, "Notes",ExpressionUUID->"c181a91e-fb1d-40f4-bd9d-0932a879c2c1", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12294, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"621a1450-dc48-49f7-b2e6-97281e96df4f", +Cell[12352, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6202e197-505e-4ef9-aac8-a4b178950dcd", CellTags->"PrimaryExamplesSection", - CellID->308426974], + CellID->1899735247], Cell[CellGroupData[{ -Cell[13739, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"a88bef31-74b1-4257-9a5a-06d41a4e0784", - CellID->851517709], -Cell[15140, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"1771f965-e8fc-4111-b80b-f894a6365af9", +Cell[13798, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"920ee158-bf42-4df1-af13-0a85d7f75575", + CellID->2103799220], +Cell[15200, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"1771f965-e8fc-4111-b80b-f894a6365af9", CellID->441039571], Cell[CellGroupData[{ -Cell[15283, 402, 168, 3, 27, "Input",ExpressionUUID->"1afd593c-ff81-4ad9-a172-a4ce2175c684", +Cell[15343, 407, 168, 3, 27, "Input",ExpressionUUID->"1afd593c-ff81-4ad9-a172-a4ce2175c684", CellID->1535150773], Cell[CellGroupData[{ -Cell[15476, 409, 235, 4, 23, "Print",ExpressionUUID->"a637f734-47b6-4664-a045-d804bb7f90a3", +Cell[15536, 414, 235, 4, 23, "Print",ExpressionUUID->"a637f734-47b6-4664-a045-d804bb7f90a3", CellID->391592301], -Cell[15714, 415, 364, 8, 23, "Print",ExpressionUUID->"bb517c04-0a23-4735-88f3-ddb9a8e11164", +Cell[15774, 420, 364, 8, 23, "Print",ExpressionUUID->"bb517c04-0a23-4735-88f3-ddb9a8e11164", CellID->465483036], -Cell[16081, 425, 235, 4, 23, "Print",ExpressionUUID->"d08d6c16-abd5-4444-80af-8790d45ebb42", +Cell[16141, 430, 235, 4, 23, "Print",ExpressionUUID->"d08d6c16-abd5-4444-80af-8790d45ebb42", CellID->652626763], -Cell[16319, 431, 219, 3, 23, "Print",ExpressionUUID->"149fcb2d-93c0-417a-99d3-6e71fc9f0c03", +Cell[16379, 436, 219, 3, 23, "Print",ExpressionUUID->"149fcb2d-93c0-417a-99d3-6e71fc9f0c03", CellID->787861628], -Cell[16541, 436, 207, 3, 23, "Print",ExpressionUUID->"517ec60b-1db9-4460-84d7-4b070d9a162e", +Cell[16601, 441, 207, 3, 23, "Print",ExpressionUUID->"517ec60b-1db9-4460-84d7-4b070d9a162e", CellID->1864466538], -Cell[16751, 441, 236, 4, 23, "Print",ExpressionUUID->"ef7f435c-c33a-43dd-9fb5-a7e2c0f646d2", +Cell[16811, 446, 236, 4, 23, "Print",ExpressionUUID->"ef7f435c-c33a-43dd-9fb5-a7e2c0f646d2", CellID->316634430], -Cell[16990, 447, 220, 3, 23, "Print",ExpressionUUID->"505f4050-f68e-4b0c-b9ca-db7b5a28ed4e", +Cell[17050, 452, 220, 3, 23, "Print",ExpressionUUID->"505f4050-f68e-4b0c-b9ca-db7b5a28ed4e", CellID->1228203755], -Cell[17213, 452, 236, 4, 23, "Print",ExpressionUUID->"18421eae-0c3a-4b02-a391-635f00c85191", +Cell[17273, 457, 236, 4, 23, "Print",ExpressionUUID->"18421eae-0c3a-4b02-a391-635f00c85191", CellID->1968287352], -Cell[17452, 458, 235, 4, 23, "Print",ExpressionUUID->"7d76602d-a948-443c-aa9c-6e2c0b491114", +Cell[17512, 463, 235, 4, 23, "Print",ExpressionUUID->"7d76602d-a948-443c-aa9c-6e2c0b491114", CellID->138034695], -Cell[17690, 464, 206, 3, 23, "Print",ExpressionUUID->"83cf7781-8e8b-4408-8480-766a7c23c24e", +Cell[17750, 469, 206, 3, 23, "Print",ExpressionUUID->"83cf7781-8e8b-4408-8480-766a7c23c24e", CellID->394121400], -Cell[17899, 469, 236, 4, 23, "Print",ExpressionUUID->"67f506d8-0511-49dd-9981-b6284565fc77", +Cell[17959, 474, 236, 4, 23, "Print",ExpressionUUID->"67f506d8-0511-49dd-9981-b6284565fc77", CellID->1207828514] }, Open ]] }, Open ]], -Cell[18162, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"3b6e1c55-0c6a-4d4c-931a-39c0b9803253", +Cell[18222, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"3b6e1c55-0c6a-4d4c-931a-39c0b9803253", CellID->218132957], -Cell[18302, 480, 234, 6, 27, "Input",ExpressionUUID->"c7555ec2-be9b-4c43-b4b7-cd68d59d4aef", +Cell[18362, 485, 234, 6, 27, "Input",ExpressionUUID->"c7555ec2-be9b-4c43-b4b7-cd68d59d4aef", CellID->788917414], -Cell[18539, 488, 374, 9, 27, "Input",ExpressionUUID->"4ae7d041-92c8-402f-8001-1dc716174bee", +Cell[18599, 493, 374, 9, 27, "Input",ExpressionUUID->"4ae7d041-92c8-402f-8001-1dc716174bee", CellID->641501394], -Cell[18916, 499, 237, 6, 70, "Input",ExpressionUUID->"e010b408-81de-4200-b410-835df47e1023", +Cell[18976, 504, 237, 6, 27, "Input",ExpressionUUID->"e010b408-81de-4200-b410-835df47e1023", CellID->144954125], -Cell[19156, 507, 176, 3, 70, "ExampleText",ExpressionUUID->"fbd1b131-ccb9-49b9-8629-b42ac3af1f99", +Cell[19216, 512, 176, 3, 70, "ExampleText",ExpressionUUID->"fbd1b131-ccb9-49b9-8629-b42ac3af1f99", CellID->351838363], Cell[CellGroupData[{ -Cell[19357, 514, 273, 6, 70, "Input",ExpressionUUID->"2a18ba1e-fd83-4a60-a4d9-289237aad4fb", +Cell[19417, 519, 273, 6, 70, "Input",ExpressionUUID->"2a18ba1e-fd83-4a60-a4d9-289237aad4fb", CellID->2040767567], -Cell[19633, 522, 1619, 35, 485, "Output",ExpressionUUID->"29054742-2cdd-41a0-93f7-16c3d2770319", +Cell[19693, 527, 1619, 35, 485, "Output",ExpressionUUID->"29054742-2cdd-41a0-93f7-16c3d2770319", CellID->1917142897] }, Open ]], -Cell[21267, 560, 203, 4, 70, "ExampleText",ExpressionUUID->"29d9cebf-d519-4a2a-aa6d-742a2431e1a1", +Cell[21327, 565, 203, 4, 70, "ExampleText",ExpressionUUID->"29d9cebf-d519-4a2a-aa6d-742a2431e1a1", CellID->1844085410], Cell[CellGroupData[{ -Cell[21495, 568, 273, 6, 70, "Input",ExpressionUUID->"6588ca21-52d8-4944-bd3a-bcd38ee0c084", +Cell[21555, 573, 273, 6, 70, "Input",ExpressionUUID->"6588ca21-52d8-4944-bd3a-bcd38ee0c084", CellID->899102775], -Cell[21771, 576, 953, 22, 485, "Output",ExpressionUUID->"7bbb8cdf-ac2f-456f-a5eb-8e1b8dec01e4", +Cell[21831, 581, 953, 22, 485, "Output",ExpressionUUID->"7bbb8cdf-ac2f-456f-a5eb-8e1b8dec01e4", CellID->461190907] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23026, 612, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"0b68b75f-d457-493e-b143-29580829ff82"], +Cell[28510, 762, 670, 18, 70, "TechNotesSection",ExpressionUUID->"08a2160d-673e-410b-a82e-d63c6a9b03df"], +Cell[29183, 782, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"97835ed4-42a8-4804-8d0a-31b0f0be55ed"], +Cell[30219, 810, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"b64517d6-f6f1-4cc7-983a-17eece1820a8"], Cell[CellGroupData[{ -Cell[22988, 609, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"763eae8b-74c2-4d4f-a691-17d83712a0ea"], -Cell[28472, 759, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f03c90ef-8553-4d46-bc98-8fbdd0cac4d3"] -}, Open ]], -Cell[29157, 780, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8e7039e9-3870-4c2e-b06b-cac181ffcca0"], -Cell[30193, 808, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"605c394e-b382-4153-a57b-390c57c7dfa5"], -Cell[CellGroupData[{ -Cell[33134, 893, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4339b0bd-4680-4d52-99fb-cf18841555b5", +Cell[33160, 895, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"4339b0bd-4680-4d52-99fb-cf18841555b5", CellID->2135167160], -Cell[33275, 896, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28e4ab88-5c29-4cf3-a61e-b5c6e107a9bf", +Cell[33301, 898, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"28e4ab88-5c29-4cf3-a61e-b5c6e107a9bf", CellID->1194386356], -Cell[33497, 902, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efbcad2a-a4ca-47c3-9830-3e98d3253125", +Cell[33523, 904, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efbcad2a-a4ca-47c3-9830-3e98d3253125", CellID->1641706272], -Cell[33712, 907, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74ff9bee-8c0f-49a9-8a3a-ed2b21c5561f", +Cell[33738, 909, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"74ff9bee-8c0f-49a9-8a3a-ed2b21c5561f", CellID->399251956], -Cell[33941, 913, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"50dcfb3b-6e6a-4b4c-b19a-d5a881b77277", +Cell[33967, 915, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"50dcfb3b-6e6a-4b4c-b19a-d5a881b77277", CellID->821434655] }, Open ]], -Cell[34178, 919, 78, 0, 70, "FooterCell",ExpressionUUID->"0c78bc26-d73f-4ba9-b37f-5d32bd9f448d"] +Cell[34204, 921, 78, 0, 70, "FooterCell",ExpressionUUID->"ae79ad63-193a-4b17-be52-8c4906f63bb4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Silent.nb b/Documentation/English/ReferencePages/Symbols/Silent.nb index 742fc62..bdfbecd 100644 --- a/Documentation/English/ReferencePages/Symbols/Silent.nb +++ b/Documentation/English/ReferencePages/Symbols/Silent.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45422, 1181] -NotebookOptionsPosition[ 35789, 988] -NotebookOutlinePosition[ 37836, 1041] -CellTagsIndexPosition[ 37750, 1036] +NotebookDataLength[ 45392, 1179] +NotebookOptionsPosition[ 35772, 988] +NotebookOutlinePosition[ 37838, 1041] +CellTagsIndexPosition[ 37752, 1036] WindowTitle->Silent WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d4ff79b4-967b-46d2-9fcc-695bde3dedd5"], + "84793d9b-c84b-4fe7-8808-2b974381bd02"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "af94a8f2-5d77-4a91-b67f-62492b7ff951"], + "e28151d1-9442-4a99-9863-efc3b6a56e70"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "412025fe-760e-43af-8b04-346ba6cd058e"] - }],ExpressionUUID->"fa81caa7-c682-4780-a07c-d57932980576"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "f9850be6-c346-4704-8da7-54eb503569d7"] + }],ExpressionUUID->"38fe42be-0d57-4c86-9628-f07f42fcb7b1"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a372c167-0674-4066-8c41-030d541a248b"], + "e81c9906-30b4-4a5f-8724-6c85779df642"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d751d1bf-27b7-48bb-811e-c977d93e3d6e"] - }],ExpressionUUID->"c04c2a2f-9f33-4f5e-ae8a-f276922e109e"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8c250a2d-827c-4835-986a-92128d8c7bc7"] + }],ExpressionUUID->"b5b8b8a3-0270-4a7f-833a-f194796ddfb4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ce3ea57e-02fc-4c70-925d-c8d04f24f755"], + "9e1e29da-0c77-44d4-a965-0015a4e791b7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f75d0df1-7d9c-4747-847f-c48942e1f485"] - }],ExpressionUUID->"fffac836-3c91-4f55-99a8-c1e19632b22e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "368c1fbd-339c-4e2a-9b1e-c54a8ebdbe29"] + }],ExpressionUUID->"b8588c71-da1c-4115-9712-c6310fd4276c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "70b3839e-bbb8-455e-9c2b-a3edc47ae2dd"], + "cd75e209-327c-4c1f-9fd8-9e28b5cf46e9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6b28ecda-7c56-4441-aa48-8d0a59841e79"] - }],ExpressionUUID->"637e2784-1cb8-4e78-8d38-eb854e615d09"], - StripOnInput->False], {"\<\"TUG/ref/Silent\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Silent"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Silent.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$179159], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Silent" <> - ".html"], None}]}]}, + "240a91f4-ead5-47b2-a8fc-01d7487623e6"] + }],ExpressionUUID->"dd74786e-f89b-4272-ba86-cadedace5867"], + StripOnInput->False],{ + "\"TUG/ref/Silent\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Silent"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Silent.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$193633], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Silent" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6c521313-1363-41ed-b420-51eec6a6f4de"] + "310d4623-19ae-4a32-a98e-1573e61418e8"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "695fb557-0d3f-459b-81f5-32cf936e6c89"]} + "b3a52bb1-b0b0-4939-bc70-3da156eb0f13"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f8c9813e-f94d-4286-9374-3d3f93e4a7a2"], + CellID->1,ExpressionUUID->"a10289fb-cb38-4623-8a4e-b889c8c57b5a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c38cfc5d-1ad5-43a5-b777-4b637ff2eede"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8f00688c-4a23-439d-9161-7c8c0913b90d"], Cell[CellGroupData[{ @@ -197,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Silent", "ObjectName",ExpressionUUID-> - "a9e097c9-6e5e-4694-8cf1-a178f9428367"], + "dc517c3a-19e4-4449-b32b-47d9425001dc"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5127107d-6532-4214-b33e-1a5789e8503c"], + "Spacer1"]],ExpressionUUID->"b31e51d9-bed0-40c0-9d96-540c889c1ddf"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b6aadd33-9c4f-432c-816e-233745badb84"] - }],ExpressionUUID->"d8102e24-8831-4b4e-808f-4852653d7822"], Cell[BoxData[ + "daee1a23-dc61-46c2-9f01-1e2e6ea3db9b"] + }],ExpressionUUID->"ff000f5e-86fa-40be-b120-ddd335390cae"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "dc597baa-f792-47e8-b116-82440527d516"]} + "520027d9-ad59-4fa3-8fe3-ddd5da67aaee"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7f1e6e1a-9e6c-42ce-81f7-b8df470f17cf"], + CacheGraphics->False,ExpressionUUID->"75d0c574-1f33-490b-a8fd-7ee73569402a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +240,7 @@ Cell[BoxData[GridBox[{ "689b4fcc-f1ba-470c-a15b-d1d32c8fe796"], " \[LineSeparator]is an option for various package functions to impose a \ concise evaluation." - }],ExpressionUUID->"2b0082ff-f5cd-4352-984d-aca7e4d7a248"]} + }],ExpressionUUID->"fccc90be-dd47-44a2-bfdb-ad2af59cf86c"]} }]], "Usage", CellID->445534979,ExpressionUUID->"907d7baf-24d6-4133-ad3a-00dff44f3b77"] }, Open ]], @@ -270,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"88f5553f-16a0-4481-a67b-89d4794489b3"], + ExpressionUUID->"81c45e84-aaae-4544-bfc1-c96096b51a71"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b232cf31-a8cf-4e9a-b17f-ea7835de5fed"], + "Spacer1"]],ExpressionUUID->"e4256886-bd21-48f9-83c2-4159d1ff857b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2f177d23-21e0-4ee5-bec4-1073644e3329"], + }], "NotesFrameText",ExpressionUUID->"0ab8452f-f238-4591-aad0-e00ed10b5264"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"32b4dbbd-9962-452d-9ee0-1f4bbddcb9ee"]], \ + "Preemptive"]],ExpressionUUID->"80ad8ffa-fe71-4c55-a8d9-a15905b25732"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->899625970,ExpressionUUID->"53f9acba-6547-4c49-9d4a-518ff28f5755"], + CellID->1582086456,ExpressionUUID->"6a950e23-bad6-4121-8609-4c541019ff3b"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +342,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0fb2d6f0-889d-45f3-b896-a88821c9b310"], + ExpressionUUID->"e1c62df6-a5b5-4d3d-9fd8-3578d88a34db"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d90392ac-2922-4fba-8b1d-82a44515de1a"], + "Spacer1"]],ExpressionUUID->"442825a2-2f69-49b8-b276-431ac045a0f2"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "043e9ccf-56f4-42f6-a343-8a0f2bf41634"] + "fc69070e-aca3-4d91-a6fd-b2bba1cb5aaf"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->118125002,ExpressionUUID->"5891c3f9-b6ef-40f8-92f0-726cdf1a15ab"], + CellID->1479890873,ExpressionUUID->"9b8f650f-ac88-42d0-9021-bdc6b24b334c"], Cell[CellGroupData[{ @@ -380,18 +383,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e06d0037-a7e7-42d9-84cb-796427956f18"], + ExpressionUUID->"a3e1d5fb-d2d7-45c0-9951-e4779508821b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cfc517e0-d5f7-48b7-a220-4549ac447aa7"], + "Spacer1"]],ExpressionUUID->"ea50cc39-2712-445f-9b09-359a78e86830"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0b960e93-74a2-4e99-8f75-b0bf67844d8a"] + "4cb708b6-7fae-4ba7-b62a-2583851945ed"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1238005278,ExpressionUUID->"0a246946-974d-473f-bd8b-c07450e9bacc"], + CellID->452073639,ExpressionUUID->"1cb940a4-b792-4a56-bc02-da899d14c8d5"], Cell["Loading the package:", "ExampleText", CellID->153081226,ExpressionUUID->"4c9d1f79-c467-4579-936e-0834bf2be847"], @@ -689,8 +692,6 @@ Cell[BoxData["1.0000000000000022`"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -838,15 +839,15 @@ Cell[BoxData[GridBox[{ "b1b28766-bed0-4af1-8bea-3f245e42133a"] }], "SeeAlso",ExpressionUUID->"5bdff5f6-7728-4b1b-827d-bb76c8d206cf"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d0b135d6-494b-4ece-a795-\ -67a9b02a2b2b"], + }]], "SeeAlsoSection",ExpressionUUID->"ba59edb8-5725-4f19-b2fa-\ +858f9db6baa0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +859,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"1e7b5b38-3922-40e5-92b6-77d5d548660d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"81022fda-c381-48fe-9445-\ -fef9c5bb7117"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0ac55291-5219-4f7f-8c96-\ +366da6a78302"], Cell[BoxData[GridBox[{ { @@ -877,7 +877,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "44240e09-c8a1-4d9a-a782-cf7ce106bedd"]}]}, + "a98222ac-5e62-4e75-a235-e05af6a674f4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +885,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bbfd2efc-ed84-4abb-8b5f-ef29bfec7044"]}]} + "cc6cbe47-62a7-41cd-a107-d903d2158550"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5b1bef3f-e88c-4eb6-a354-\ -f093ea79a76e"], + }]], "MoreAboutSection",ExpressionUUID->"e2ca662d-946d-4f6f-9dc4-\ +78e5938f68c7"], Cell[BoxData[GridBox[{ { @@ -915,7 +915,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "31f1b34e-5944-4ce5-8b0e-e81d3223ff4d"]], "RelatedLinks", + "d063ef21-643e-4959-8b38-b4c1e5ffc61d"]], "RelatedLinks", ExpressionUUID->"529501cb-f54f-4ae6-8e5b-03954b3e8015"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -932,7 +932,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5e106390-a111-414b-8af5-e19f38ddaac4"]], "RelatedLinks", + "384581ba-dec4-4b74-87df-4b3bf3761ab2"]], "RelatedLinks", ExpressionUUID->"60da92fd-6e62-45a0-91ec-642670d71ff3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,11 +950,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DirectionOfImprovement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "edd0e573-fce2-4b06-8bc8-037187cfbccd"]], "RelatedLinks", + "056b9ca6-0411-4147-83cb-67491e913dcf"]], "RelatedLinks", ExpressionUUID->"4db7cd9a-2f2a-41b3-8958-f14ea42128a5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e4cf1535-ede5-4890-8e59-\ -1e660117f045"], + }]], "RelatedLinksSection",ExpressionUUID->"1f7e1ab4-3dd0-449f-aad2-\ +fefe71f2bad1"], Cell[CellGroupData[{ @@ -984,11 +984,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5004afd4-6683-4270-8b42-88c6dee50a7a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"13e145d9-65f2-4261-90c9-61576b87f630"] +Cell[" ", "FooterCell",ExpressionUUID->"9058cfaf-0423-4fad-bde1-031114be573d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Silent", TaggingRules->{ @@ -999,17 +999,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 42.762615}", + "built" -> "{2024, 6, 3, 16, 55, 31.398854}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Silent is an option for various package functions to impose a concise \ evaluation.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Silent", - "titlemodifier" -> "", "windowtitle" -> "Silent", "type" -> "Symbol", - "uri" -> "TUG/ref/Silent"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> "Silent", + "type" -> "Symbol", "uri" -> "TUG/ref/Silent"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1018,9 +1018,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"09611dd5-f494-4bce-a311-16e90a3ce068" +ExpressionUUID->"7a181743-f883-4847-9232-5e21f8bb2106" ] (* End of Notebook Content *) @@ -1028,161 +1028,159 @@ ExpressionUUID->"09611dd5-f494-4bce-a311-16e90a3ce068" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12218, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5891c3f9-b6ef-40f8-92f0-726cdf1a15ab", + Cell[12235, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b8f650f-ac88-42d0-9021-bdc6b24b334c", CellTags->"PrimaryExamplesSection", - CellID->118125002]} + CellID->1479890873]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37550, 1029} + {"PrimaryExamplesSection", 37551, 1029} } *) (*NotebookFileOutline Notebook[{ -Cell[578, 21, 7095, 168, 56, "AnchorBarGrid",ExpressionUUID->"f8c9813e-f94d-4286-9374-3d3f93e4a7a2", +Cell[578, 21, 7111, 171, 57, "AnchorBarGrid",ExpressionUUID->"a10289fb-cb38-4623-8a4e-b889c8c57b5a", CellID->1], -Cell[7676, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c38cfc5d-1ad5-43a5-b777-4b637ff2eede"], +Cell[7692, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8f00688c-4a23-439d-9161-7c8c0913b90d"], Cell[CellGroupData[{ -Cell[7787, 195, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"7f1e6e1a-9e6c-42ce-81f7-b8df470f17cf"], -Cell[9070, 232, 448, 9, 111, "Usage",ExpressionUUID->"907d7baf-24d6-4133-ad3a-00dff44f3b77", +Cell[7803, 198, 1280, 35, 59, "ObjectNameGrid",ExpressionUUID->"75d0c574-1f33-490b-a8fd-7ee73569402a"], +Cell[9086, 235, 448, 9, 111, "Usage",ExpressionUUID->"907d7baf-24d6-4133-ad3a-00dff44f3b77", CellID->445534979] }, Open ]], Cell[CellGroupData[{ -Cell[9555, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"53f9acba-6547-4c49-9d4a-518ff28f5755", +Cell[9571, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"6a950e23-bad6-4121-8609-4c541019ff3b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->899625970], -Cell[11452, 295, 489, 12, 37, "Notes",ExpressionUUID->"9d9e4f09-c4a9-44c2-8f8f-6d01bfa0efa0", + CellID->1582086456], +Cell[11469, 298, 489, 12, 38, "Notes",ExpressionUUID->"9d9e4f09-c4a9-44c2-8f8f-6d01bfa0efa0", CellID->177724765], -Cell[11944, 309, 147, 1, 36, "Notes",ExpressionUUID->"0d5c813e-b16f-4a0d-bd9e-912304dfb4af", +Cell[11961, 312, 147, 1, 36, "Notes",ExpressionUUID->"0d5c813e-b16f-4a0d-bd9e-912304dfb4af", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12218, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5891c3f9-b6ef-40f8-92f0-726cdf1a15ab", +Cell[12235, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b8f650f-ac88-42d0-9021-bdc6b24b334c", CellTags->"PrimaryExamplesSection", - CellID->118125002], + CellID->1479890873], Cell[CellGroupData[{ -Cell[13663, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0a246946-974d-473f-bd8b-c07450e9bacc", - CellID->1238005278], -Cell[15065, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"4c9d1f79-c467-4579-936e-0834bf2be847", +Cell[13681, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1cb940a4-b792-4a56-bc02-da899d14c8d5", + CellID->452073639], +Cell[15082, 398, 118, 1, 39, "ExampleText",ExpressionUUID->"4c9d1f79-c467-4579-936e-0834bf2be847", CellID->153081226], Cell[CellGroupData[{ -Cell[15208, 400, 168, 3, 27, "Input",ExpressionUUID->"709785f6-67a7-49fb-b06e-2f7af9eab0bf", +Cell[15225, 403, 168, 3, 27, "Input",ExpressionUUID->"709785f6-67a7-49fb-b06e-2f7af9eab0bf", CellID->1496130042], Cell[CellGroupData[{ -Cell[15401, 407, 207, 3, 23, "Print",ExpressionUUID->"bfc9b569-e210-40d1-8d96-9401df76ffc1", +Cell[15418, 410, 207, 3, 23, "Print",ExpressionUUID->"bfc9b569-e210-40d1-8d96-9401df76ffc1", CellID->1701792306], -Cell[15611, 412, 336, 7, 23, "Print",ExpressionUUID->"f4df72fd-92be-4b1b-91b9-f114905d98d2", +Cell[15628, 415, 336, 7, 23, "Print",ExpressionUUID->"f4df72fd-92be-4b1b-91b9-f114905d98d2", CellID->1243822343], -Cell[15950, 421, 206, 3, 23, "Print",ExpressionUUID->"6e3d8830-1375-4569-93fa-0a4a6e656862", +Cell[15967, 424, 206, 3, 23, "Print",ExpressionUUID->"6e3d8830-1375-4569-93fa-0a4a6e656862", CellID->853707996], -Cell[16159, 426, 190, 2, 23, "Print",ExpressionUUID->"d5563119-bf45-4e04-8ba1-c51d8be3c4e8", +Cell[16176, 429, 190, 2, 23, "Print",ExpressionUUID->"d5563119-bf45-4e04-8ba1-c51d8be3c4e8", CellID->934405535], -Cell[16352, 430, 178, 2, 23, "Print",ExpressionUUID->"0ace0030-8b57-4a03-af60-3da897b387ec", +Cell[16369, 433, 178, 2, 23, "Print",ExpressionUUID->"0ace0030-8b57-4a03-af60-3da897b387ec", CellID->1429616957], -Cell[16533, 434, 207, 3, 23, "Print",ExpressionUUID->"f6c1f957-6917-42c3-a60e-0ef67195436e", +Cell[16550, 437, 207, 3, 23, "Print",ExpressionUUID->"f6c1f957-6917-42c3-a60e-0ef67195436e", CellID->498468164], -Cell[16743, 439, 190, 2, 23, "Print",ExpressionUUID->"b460c82b-a970-47bc-b109-823b84f06e38", +Cell[16760, 442, 190, 2, 23, "Print",ExpressionUUID->"b460c82b-a970-47bc-b109-823b84f06e38", CellID->845343427], -Cell[16936, 443, 207, 3, 23, "Print",ExpressionUUID->"f792ebf1-5151-4ca9-9e08-cb8295092809", +Cell[16953, 446, 207, 3, 23, "Print",ExpressionUUID->"f792ebf1-5151-4ca9-9e08-cb8295092809", CellID->1637259266], -Cell[17146, 448, 206, 3, 23, "Print",ExpressionUUID->"ca1edd08-b2ab-4a51-920f-1a7addcdf275", +Cell[17163, 451, 206, 3, 23, "Print",ExpressionUUID->"ca1edd08-b2ab-4a51-920f-1a7addcdf275", CellID->291436491], -Cell[17355, 453, 178, 2, 23, "Print",ExpressionUUID->"32c75dee-fb3a-46ba-90e1-3a47414e067b", +Cell[17372, 456, 178, 2, 23, "Print",ExpressionUUID->"32c75dee-fb3a-46ba-90e1-3a47414e067b", CellID->1013698240], -Cell[17536, 457, 207, 3, 23, "Print",ExpressionUUID->"dd6cc8b1-544b-4127-995e-75426cd1494d", +Cell[17553, 460, 207, 3, 23, "Print",ExpressionUUID->"dd6cc8b1-544b-4127-995e-75426cd1494d", CellID->1079236535] }, Open ]] }, Open ]], -Cell[17770, 464, 137, 1, 38, "ExampleText",ExpressionUUID->"0b2242d7-117a-4d73-8c00-ac653ade0917", +Cell[17787, 467, 137, 1, 39, "ExampleText",ExpressionUUID->"0b2242d7-117a-4d73-8c00-ac653ade0917", CellID->1704495048], -Cell[17910, 467, 235, 6, 27, "Input",ExpressionUUID->"5696e19e-905d-4518-8588-a83b4b17e13e", +Cell[17927, 470, 235, 6, 27, "Input",ExpressionUUID->"5696e19e-905d-4518-8588-a83b4b17e13e", CellID->2084186537], -Cell[18148, 475, 381, 9, 27, "Input",ExpressionUUID->"4b6e8137-a308-4092-b1b5-ba5c5aef9702", +Cell[18165, 478, 381, 9, 27, "Input",ExpressionUUID->"4b6e8137-a308-4092-b1b5-ba5c5aef9702", CellID->1154778566], -Cell[18532, 486, 236, 6, 70, "Input",ExpressionUUID->"e9420e68-e976-4591-aa0e-f68323f14c3c", +Cell[18549, 489, 236, 6, 70, "Input",ExpressionUUID->"e9420e68-e976-4591-aa0e-f68323f14c3c", CellID->56859897], -Cell[18771, 494, 133, 1, 70, "ExampleText",ExpressionUUID->"100f5846-5a74-4794-a36e-932cd2b00875", +Cell[18788, 497, 133, 1, 70, "ExampleText",ExpressionUUID->"100f5846-5a74-4794-a36e-932cd2b00875", CellID->245874676], Cell[CellGroupData[{ -Cell[18929, 499, 195, 4, 70, "Input",ExpressionUUID->"64da3f6d-321a-448a-8377-6ae7d93cf899", +Cell[18946, 502, 195, 4, 70, "Input",ExpressionUUID->"64da3f6d-321a-448a-8377-6ae7d93cf899", CellID->1104328615], -Cell[19127, 505, 288, 8, 51, "Output",ExpressionUUID->"917132e3-ca9a-457b-b4c4-254445cb5633", +Cell[19144, 508, 288, 8, 50, "Output",ExpressionUUID->"917132e3-ca9a-457b-b4c4-254445cb5633", CellID->703627368] }, Open ]], -Cell[19430, 516, 155, 1, 70, "ExampleText",ExpressionUUID->"c2e4901c-1163-4481-832a-b39a09d01c12", +Cell[19447, 519, 155, 1, 70, "ExampleText",ExpressionUUID->"c2e4901c-1163-4481-832a-b39a09d01c12", CellID->1284206598], Cell[CellGroupData[{ -Cell[19610, 521, 223, 5, 70, "Input",ExpressionUUID->"d8195541-bf87-4a64-945d-3aef189a1fbc", +Cell[19627, 524, 223, 5, 70, "Input",ExpressionUUID->"d8195541-bf87-4a64-945d-3aef189a1fbc", CellID->483487966], -Cell[19836, 528, 144, 2, 36, "Output",ExpressionUUID->"19c39c54-443a-433d-ad41-d82804a026fb", +Cell[19853, 531, 144, 2, 36, "Output",ExpressionUUID->"19c39c54-443a-433d-ad41-d82804a026fb", CellID->664229476] }, Open ]], -Cell[19995, 533, 192, 4, 70, "ExampleText",ExpressionUUID->"11a7dcef-8c2f-4437-b3fe-581404e0b4a8", +Cell[20012, 536, 192, 4, 70, "ExampleText",ExpressionUUID->"11a7dcef-8c2f-4437-b3fe-581404e0b4a8", CellID->1415270629], Cell[CellGroupData[{ -Cell[20212, 541, 267, 6, 70, "Input",ExpressionUUID->"3cecf4c0-2a03-417d-97b4-74c1e39006d3", +Cell[20229, 544, 267, 6, 70, "Input",ExpressionUUID->"3cecf4c0-2a03-417d-97b4-74c1e39006d3", CellID->1857818622], -Cell[20482, 549, 640, 16, 70, "Print",ExpressionUUID->"ad85d99b-1d77-4055-990d-8f8a39914854", +Cell[20499, 552, 640, 16, 70, "Print",ExpressionUUID->"ad85d99b-1d77-4055-990d-8f8a39914854", CellID->1948492967], -Cell[21125, 567, 144, 2, 36, "Output",ExpressionUUID->"7cc291dc-39d9-49d2-a98b-27c6e1e4b1d6", +Cell[21142, 570, 144, 2, 36, "Output",ExpressionUUID->"7cc291dc-39d9-49d2-a98b-27c6e1e4b1d6", CellID->201965527] }, Open ]], -Cell[21284, 572, 194, 4, 70, "ExampleText",ExpressionUUID->"7b8a0a21-e3f4-4b66-93a6-1888d5329b63", +Cell[21301, 575, 194, 4, 70, "ExampleText",ExpressionUUID->"7b8a0a21-e3f4-4b66-93a6-1888d5329b63", CellID->1410016680], Cell[CellGroupData[{ -Cell[21503, 580, 279, 7, 70, "Input",ExpressionUUID->"ca408940-dd63-4fcf-94fc-e1d61d66640f", +Cell[21520, 583, 279, 7, 70, "Input",ExpressionUUID->"ca408940-dd63-4fcf-94fc-e1d61d66640f", CellID->940060405], -Cell[21785, 589, 357, 8, 36, "Output",ExpressionUUID->"2fb00b7a-a60d-4b79-8b46-acecf7f24ddd", +Cell[21802, 592, 357, 8, 36, "Output",ExpressionUUID->"2fb00b7a-a60d-4b79-8b46-acecf7f24ddd", CellID->2073909437] }, Open ]], -Cell[22157, 600, 259, 5, 70, "ExampleText",ExpressionUUID->"a4288c05-4da5-482c-97d1-b74831b5d3df", +Cell[22174, 603, 259, 5, 70, "ExampleText",ExpressionUUID->"a4288c05-4da5-482c-97d1-b74831b5d3df", CellID->758663074], Cell[CellGroupData[{ -Cell[22441, 609, 205, 5, 70, "Input",ExpressionUUID->"8dc42aff-cc55-4331-a942-14716e0c2678", +Cell[22458, 612, 205, 5, 70, "Input",ExpressionUUID->"8dc42aff-cc55-4331-a942-14716e0c2678", CellID->34129085], -Cell[22649, 616, 271, 6, 36, "Output",ExpressionUUID->"06ec2582-9d67-45d3-a5c0-0303f2decf73", +Cell[22666, 619, 271, 6, 36, "Output",ExpressionUUID->"06ec2582-9d67-45d3-a5c0-0303f2decf73", CellID->1061858053] }, Open ]], -Cell[22935, 625, 219, 4, 70, "ExampleText",ExpressionUUID->"22d630d3-6c55-47f2-987e-9a3b8893fe5b", +Cell[22952, 628, 219, 4, 70, "ExampleText",ExpressionUUID->"22d630d3-6c55-47f2-987e-9a3b8893fe5b", CellID->653081085], Cell[CellGroupData[{ -Cell[23179, 633, 222, 5, 70, "Input",ExpressionUUID->"31915d8c-9e45-4ba9-a26b-9778c4d0295d", +Cell[23196, 636, 222, 5, 70, "Input",ExpressionUUID->"31915d8c-9e45-4ba9-a26b-9778c4d0295d", CellID->1605625341], -Cell[23404, 640, 143, 2, 36, "Output",ExpressionUUID->"2b5a2ee4-df0b-4460-b5d0-9d9145de2800", +Cell[23421, 643, 143, 2, 36, "Output",ExpressionUUID->"2b5a2ee4-df0b-4460-b5d0-9d9145de2800", CellID->165786722] }, Open ]], -Cell[23562, 645, 201, 4, 70, "ExampleText",ExpressionUUID->"7ebbbd21-fcfb-4dd0-b5ee-a4808cef17bf", +Cell[23579, 648, 201, 4, 70, "ExampleText",ExpressionUUID->"7ebbbd21-fcfb-4dd0-b5ee-a4808cef17bf", CellID->1374251], Cell[CellGroupData[{ -Cell[23788, 653, 335, 7, 70, "Input",ExpressionUUID->"4f889d47-c794-4354-ab76-e03123d41c3f", +Cell[23805, 656, 335, 7, 70, "Input",ExpressionUUID->"4f889d47-c794-4354-ab76-e03123d41c3f", CellID->343778606], -Cell[24126, 662, 641, 16, 70, "Print",ExpressionUUID->"e4015cb1-25d5-4e0c-91f7-a9c8a60c6ccd", +Cell[24143, 665, 641, 16, 70, "Print",ExpressionUUID->"e4015cb1-25d5-4e0c-91f7-a9c8a60c6ccd", CellID->1988732514], -Cell[24770, 680, 145, 2, 36, "Output",ExpressionUUID->"b7b539b4-186e-4a94-b9e7-c2ccff2e0603", +Cell[24787, 683, 145, 2, 36, "Output",ExpressionUUID->"b7b539b4-186e-4a94-b9e7-c2ccff2e0603", CellID->963084767] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25174, 694, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"ba59edb8-5725-4f19-b2fa-858f9db6baa0"], +Cell[30654, 844, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0ac55291-5219-4f7f-8c96-366da6a78302"], +Cell[31327, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e2ca662d-946d-4f6f-9dc4-78e5938f68c7"], +Cell[32363, 892, 2259, 64, 70, "RelatedLinksSection",ExpressionUUID->"1f7e1ab4-3dd0-449f-aad2-fefe71f2bad1"], Cell[CellGroupData[{ -Cell[25179, 693, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"d0b135d6-494b-4ece-a795-67a9b02a2b2b"], -Cell[30659, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"81022fda-c381-48fe-9445-fef9c5bb7117"] -}, Open ]], -Cell[31344, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5b1bef3f-e88c-4eb6-a354-f093ea79a76e"], -Cell[32380, 892, 2259, 64, 70, "RelatedLinksSection",ExpressionUUID->"e4cf1535-ede5-4890-8e59-1e660117f045"], -Cell[CellGroupData[{ -Cell[34664, 960, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7b561a27-d3ad-4c9a-b422-05890eed8077", +Cell[34647, 960, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7b561a27-d3ad-4c9a-b422-05890eed8077", CellID->906383680], -Cell[34804, 963, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8da5e578-ae61-40e6-846c-192e1c69329c", +Cell[34787, 963, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8da5e578-ae61-40e6-846c-192e1c69329c", CellID->1194386356], -Cell[35026, 969, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b4a7f4e1-86cf-41b3-a1b2-4270cc78cd52", +Cell[35009, 969, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b4a7f4e1-86cf-41b3-a1b2-4270cc78cd52", CellID->1641706272], -Cell[35241, 974, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e67d4afd-d8eb-4af7-876d-727c8da2c2f7", +Cell[35224, 974, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e67d4afd-d8eb-4af7-876d-727c8da2c2f7", CellID->399251956], -Cell[35470, 980, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5004afd4-6683-4270-8b42-88c6dee50a7a", +Cell[35453, 980, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5004afd4-6683-4270-8b42-88c6dee50a7a", CellID->821434655] }, Open ]], -Cell[35707, 986, 78, 0, 70, "FooterCell",ExpressionUUID->"13e145d9-65f2-4261-90c9-61576b87f630"] +Cell[35690, 986, 78, 0, 70, "FooterCell",ExpressionUUID->"9058cfaf-0423-4fad-bde1-031114be573d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SkelCore3dV6.nb b/Documentation/English/ReferencePages/Symbols/SkelCore3dV6.nb index 24be518..4763560 100644 --- a/Documentation/English/ReferencePages/Symbols/SkelCore3dV6.nb +++ b/Documentation/English/ReferencePages/Symbols/SkelCore3dV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 60954, 1595] -NotebookOptionsPosition[ 51445, 1408] -NotebookOutlinePosition[ 53521, 1461] -CellTagsIndexPosition[ 53435, 1456] +NotebookDataLength[ 60974, 1595] +NotebookOptionsPosition[ 51482, 1410] +NotebookOutlinePosition[ 53575, 1463] +CellTagsIndexPosition[ 53489, 1458] WindowTitle->SkelCore3dV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "362c29f0-73fd-4930-b95b-043c903a4565"], + "7dc42568-2c02-4e74-b72b-37aa2031fc18"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c14deb2f-1fbb-43d7-9392-6aa4f3356820"], + "c1009895-bd40-4bfe-8fdb-ffade76f847d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "177c097b-1cde-409a-a809-68f5d61ffc9b"] - }],ExpressionUUID->"1811a8f7-e88a-43b3-b0cd-5047d6d9bf9b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "8ce2e366-8dce-4d88-a0d7-29795e38f2e6"] + }],ExpressionUUID->"4e119456-039c-46e3-a1ca-981f9c8d0b82"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f9724672-e450-4c4f-9746-90f2f0ad2b0c"], + "1bba7141-6072-4a19-8d1b-faecfc78cc80"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "62f6f52e-4dcd-4e61-9869-5a9b9ca11030"] - }],ExpressionUUID->"8d48bd91-6b33-48b7-bcc2-c5120e0c3507"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5d88878c-b521-4f78-b569-aedfff537a65"] + }],ExpressionUUID->"d8573643-7b63-4046-87e8-74d9de72ace3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f2044c5-c56f-4cbe-b46b-0febe1e77edb"], + "0e75beec-0c18-43e7-891e-1b4d12a280c3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1d2ceee9-123e-4f13-9434-e744f92e6c61"] - }],ExpressionUUID->"b76ef85c-db75-4731-ad26-7874f1c16060"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "fe8f727d-d16a-456a-9a71-26f91b98948f"] + }],ExpressionUUID->"63e90497-ea9d-4ead-ab8e-0ea87bb2262b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6c47465e-a010-45db-8ce1-243e101dfd45"], + "e8475fc8-2724-4f0e-855d-d087b9ba5a9d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "370cbece-4200-4f16-bf68-25c036a3f899"] - }],ExpressionUUID->"02608b1d-65eb-42cf-bf64-af7a3df5793c"], - StripOnInput->False], {"\<\"TUG/ref/SkelCore3dV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SkelCore3dV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SkelCore3dV6.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$179726], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SkelCore3dV6" <> ".html"], None}]}]}, + "ac28630d-e140-4738-8c5c-1d6c99554a86"] + }],ExpressionUUID->"15a633db-d4dd-4e51-a416-f1f58b771acf"], + StripOnInput->False],{ + "\"TUG/ref/SkelCore3dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SkelCore3dV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SkelCore3dV6.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$194234], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SkelCore3dV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a7d3345b-3919-4082-9543-539edaa0a4ef"] + "6b55094d-a690-40ee-bab6-bd7e848eae8c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a641b67e-d149-4256-a6fd-651c96db7c73"]} + "68bbaef0-4c42-4834-9e73-820e0bf98d60"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f7c546dd-e26e-436f-89c2-70b0a73c092f"], + CellID->1,ExpressionUUID->"3507464c-b701-4cfb-8d2f-9de722e20fcd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"d333caeb-9ee1-4771-a3eb-a49f21b975a7"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"27576728-db7a-40f7-b69d-6ac298dad1a8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SkelCore3dV6", "ObjectName",ExpressionUUID-> - "4595cbcf-d760-4870-8ec1-ee3f8f90e0e1"], + "3371faee-afda-4591-b7f0-e4962f377de2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0e28326f-e564-4797-8986-1f6c3bf37ba9"], + "Spacer1"]],ExpressionUUID->"2cfa3ba3-0315-404c-b88f-5e24d4c8567f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a43ad50c-3a7f-4e60-ab64-fbe9ae8d1361"] - }],ExpressionUUID->"e3f70e79-3391-4168-979b-5eb74f2d25e6"], Cell[BoxData[ + "842fad58-f666-4e26-9a51-ce3de66b972d"] + }],ExpressionUUID->"7e6c3dd3-1ddc-47f2-a9ab-870fe716e03c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "de19744f-e4a4-426f-b7ca-41df3302fb42"]} + "7fb6bf8e-850f-4ce6-b852-6277c3dec48e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"48b281ab-346c-4096-8270-848a3cbe02a0"], + CacheGraphics->False,ExpressionUUID->"fe002612-f8af-420d-8ea2-3bff13cb061c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +245,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "29df188e-b36f-4dd8-898c-a7145a3c75f6"], " \[LineSeparator]depicts the skeleton of the core." - }],ExpressionUUID->"c991055c-ef81-41a5-a02e-cf344fa47ede"]} + }],ExpressionUUID->"689f3526-ea4c-4d06-a54e-6cf2e7dded64"]} }]], "Usage", CellID->557370303,ExpressionUUID->"389a736b-f5c9-463d-a120-db3f06fcc69c"] }, Open ]], @@ -273,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"297038c4-8f77-40b2-9e32-3bfc6dcd88be"], + ExpressionUUID->"7d1c0f4d-5fe1-4f74-b0a2-3c80eabde4e9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d4ec5f8f-da0d-41fb-9f6f-2fe285fe78f3"], + "Spacer1"]],ExpressionUUID->"7a29f271-7f73-4855-ad26-d7cd63b35a08"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"9e6cb895-b211-4a63-8904-67623a041735"], + }], "NotesFrameText",ExpressionUUID->"a3fd6a66-ff46-476c-b971-232f4b8174cf"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"84839e30-6f14-476e-bf0d-26aafde770d8"]], \ + "Preemptive"]],ExpressionUUID->"db8b79e4-edb1-458c-baa9-4fca1ea7d2cb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->830705822,ExpressionUUID->"afe7bc8c-23fb-430f-95d4-2a9cb4f0feed"], + CellID->348664392,ExpressionUUID->"d906ffd6-a867-4488-a88b-759bb6da131a"], Cell[TextData[{ "The input expression ", @@ -397,19 +402,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90330f23-97ec-42a9-a109-25c704614dce"], + ExpressionUUID->"b7e4f2d9-71eb-4dff-af32-3167e4bbf55c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ab07cbbd-8e8f-43b3-a235-be80ced23066"], + "Spacer1"]],ExpressionUUID->"67afc5c9-f470-4f8f-8be4-46d926501e4e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1bbf6ca3-87ce-4c83-b8ad-5d7570df0430"] + "59b32beb-6936-4847-a59e-76bb914ab9e6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1735753250,ExpressionUUID->"9321d398-fa01-4214-8a17-6e32354e377c"], + CellID->879971574,ExpressionUUID->"8d6e2870-ffe8-4961-af01-175a69716a0e"], Cell[CellGroupData[{ @@ -438,18 +443,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ef9fea42-d7bb-4d92-9bc5-cf8a085a657f"], + ExpressionUUID->"822ab662-751a-4669-b67b-8f803a20fc82"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"42a2aff0-128b-4d72-9479-feb5364ceee8"], + "Spacer1"]],ExpressionUUID->"b46ae250-e04b-41c8-a266-6161b3c5e79f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "49cd5cc5-518f-4bc5-83be-a975411f8c4f"] + "3f9b97e8-3af3-496e-a719-3adacdf4c153"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1619694754,ExpressionUUID->"99b2fb0a-a8c4-4c52-9d0d-e0b3febbdb5b"], + CellID->1590825186,ExpressionUUID->"a0ae50f9-d5f1-45c1-bece-2d735e897d49"], Cell["Loading the package:", "ExampleText", CellID->733364427,ExpressionUUID->"5224352d-bb90-4598-83be-4fb2a7a6250f"], @@ -1109,8 +1114,6 @@ game. \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1258,15 +1261,15 @@ Cell[BoxData[GridBox[{ "39919a85-8ade-4f51-a19c-e73218e4f338"] }], "SeeAlso",ExpressionUUID->"e957d9fe-6c2f-45ba-85a1-8b92e90350ff"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"43b85969-a48c-430e-a488-\ -9f5c117158ae"], + }]], "SeeAlsoSection",ExpressionUUID->"8de7982b-fcd8-45a4-ba8d-\ +f45d24e5f752"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1278,9 +1281,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d8e24c76-2519-4fa2-b697-4d549e7daa48"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"291d2e82-35f1-4d83-9ca8-\ -3600ce5072bd"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"b0b95910-ba28-4371-9733-\ +bde7a9054962"], Cell[BoxData[GridBox[{ { @@ -1297,7 +1299,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "da589b32-69df-46c8-9ac6-095d50438df8"]}]}, + "5f6044e4-ea64-4605-abf9-445772f679a5"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1305,10 +1307,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "498f226a-4760-4ca4-9c48-b810116f1508"]}]} + "54150d48-c262-43fe-8688-8a8d668dc05c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"64173cb5-42d8-4cbc-99c9-\ -08e098897ed0"], + }]], "MoreAboutSection",ExpressionUUID->"5b073d62-0eda-4b86-a9b1-\ +9640ddaf4316"], Cell[BoxData[GridBox[{ { @@ -1336,7 +1338,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "541b55dd-4707-45f6-a49f-be827c95acd5"]], "RelatedLinks", + "97ba4b9d-c61d-4d29-8f33-c79ecf41b35e"]], "RelatedLinks", ExpressionUUID->"b1cb83b2-8250-4e36-b22f-6786fe3f4130"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1353,7 +1355,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b163baab-fb42-4c83-b237-7387b9e23b35"]], "RelatedLinks", + "3f65544e-d528-42e9-95cb-e7debee679c3"]], "RelatedLinks", ExpressionUUID->"85c741d8-b02c-4df8-a591-8ee5ac740eaa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1370,11 +1372,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cff196c2-3e34-4353-bec6-d1a43586adfe"]], "RelatedLinks", + "94893e02-3816-4f33-b761-9868c96ca265"]], "RelatedLinks", ExpressionUUID->"2f9d63e8-9db9-441b-8c17-b9e07a0e19f8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"366adadf-37a5-4d1d-9ac1-\ -6a1584ccf76e"], + }]], "RelatedLinksSection",ExpressionUUID->"196b8a13-e369-483a-a854-\ +3f49bb202c2c"], Cell[CellGroupData[{ @@ -1404,11 +1406,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"543b78a8-c3ca-4666-856f-09be2fb0a43f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"32d18f0d-35cd-4c67-990a-4270304341b0"] +Cell[" ", "FooterCell",ExpressionUUID->"db9ad228-6856-46bb-9a67-88f11f59b4ad"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SkelCore3dV6", TaggingRules->{ @@ -1419,17 +1421,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 44.431740}", + "built" -> "{2024, 6, 3, 16, 55, 32.280442}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SkelCore3dV6[N[vertlist], ecdlist, eadlist, extmat] depicts the skeleton \ of the core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SkelCore3dV6", - "titlemodifier" -> "", "windowtitle" -> "SkelCore3dV6", "type" -> - "Symbol", "uri" -> "TUG/ref/SkelCore3dV6"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SkelCore3dV6", "type" -> "Symbol", "uri" -> "TUG/ref/SkelCore3dV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1438,9 +1440,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"59dc1526-bf51-477d-8af3-35029330aee4" +ExpressionUUID->"0ce18d1b-df3b-44b2-8284-629e5d869a9d" ] (* End of Notebook Content *) @@ -1448,155 +1450,153 @@ ExpressionUUID->"59dc1526-bf51-477d-8af3-35029330aee4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14407, 374, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9321d398-fa01-4214-8a17-6e32354e377c", + Cell[14479, 379, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8d6e2870-ffe8-4961-af01-175a69716a0e", CellTags->"PrimaryExamplesSection", - CellID->1735753250]} + CellID->879971574]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 53234, 1449} + {"PrimaryExamplesSection", 53289, 1451} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"f7c546dd-e26e-436f-89c2-70b0a73c092f", +Cell[584, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"3507464c-b701-4cfb-8d2f-9de722e20fcd", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"d333caeb-9ee1-4771-a3eb-a49f21b975a7"], +Cell[7782, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"27576728-db7a-40f7-b69d-6ac298dad1a8"], Cell[CellGroupData[{ -Cell[7821, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"48b281ab-346c-4096-8270-848a3cbe02a0"], -Cell[9110, 232, 558, 12, 111, "Usage",ExpressionUUID->"389a736b-f5c9-463d-a120-db3f06fcc69c", +Cell[7893, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"fe002612-f8af-420d-8ea2-3bff13cb061c"], +Cell[9182, 237, 558, 12, 111, "Usage",ExpressionUUID->"389a736b-f5c9-463d-a120-db3f06fcc69c", CellID->557370303] }, Open ]], Cell[CellGroupData[{ -Cell[9705, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"afe7bc8c-23fb-430f-95d4-2a9cb4f0feed", +Cell[9777, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"d906ffd6-a867-4488-a88b-759bb6da131a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->830705822], -Cell[11602, 298, 969, 22, 78, "]]",ExpressionUUID->"7a55ab91-acf5-423f-8f44-06a7efedaa7e", + CellID->348664392], +Cell[11674, 303, 969, 22, 78, "]]",ExpressionUUID->"7a55ab91-acf5-423f-8f44-06a7efedaa7e", CellID->313448337], -Cell[12574, 322, 489, 12, 37, "Notes",ExpressionUUID->"4e9cb3ad-1766-4906-b79b-5ab854c95846", +Cell[12646, 327, 489, 12, 38, "Notes",ExpressionUUID->"4e9cb3ad-1766-4906-b79b-5ab854c95846", CellID->177724765], -Cell[13066, 336, 166, 3, 36, "Notes",ExpressionUUID->"1b4d636c-7158-472f-a405-7649ae92bb5e", +Cell[13138, 341, 166, 3, 36, "Notes",ExpressionUUID->"1b4d636c-7158-472f-a405-7649ae92bb5e", CellID->586833781], -Cell[13235, 341, 144, 1, 36, "Notes",ExpressionUUID->"58ac8f4e-4507-4c80-8ab9-c9f957af2da2", +Cell[13307, 346, 144, 1, 36, "Notes",ExpressionUUID->"58ac8f4e-4507-4c80-8ab9-c9f957af2da2", CellID->2126027136], -Cell[13382, 344, 141, 1, 36, "Notes",ExpressionUUID->"73d00857-1181-4220-817a-c92ac6c2b51a", +Cell[13454, 349, 141, 1, 36, "Notes",ExpressionUUID->"73d00857-1181-4220-817a-c92ac6c2b51a", CellID->2099565565], -Cell[13526, 347, 606, 18, 37, "Notes",ExpressionUUID->"5e534a1f-ecf1-4150-b207-d4dd2e7e70ca", +Cell[13598, 352, 606, 18, 38, "Notes",ExpressionUUID->"5e534a1f-ecf1-4150-b207-d4dd2e7e70ca", CellID->664223842], -Cell[14135, 367, 145, 1, 36, "Notes",ExpressionUUID->"aa504dbe-5b3f-4fa6-b818-c00b3c270b21", +Cell[14207, 372, 145, 1, 36, "Notes",ExpressionUUID->"aa504dbe-5b3f-4fa6-b818-c00b3c270b21", CellID->137790489] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14407, 374, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9321d398-fa01-4214-8a17-6e32354e377c", +Cell[14479, 379, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8d6e2870-ffe8-4961-af01-175a69716a0e", CellTags->"PrimaryExamplesSection", - CellID->1735753250], + CellID->879971574], Cell[CellGroupData[{ -Cell[15853, 415, 1399, 36, 30, "ExampleSection",ExpressionUUID->"99b2fb0a-a8c4-4c52-9d0d-e0b3febbdb5b", - CellID->1619694754], -Cell[17255, 453, 118, 1, 38, "ExampleText",ExpressionUUID->"5224352d-bb90-4598-83be-4fb2a7a6250f", +Cell[15924, 420, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a0ae50f9-d5f1-45c1-bece-2d735e897d49", + CellID->1590825186], +Cell[17326, 458, 118, 1, 39, "ExampleText",ExpressionUUID->"5224352d-bb90-4598-83be-4fb2a7a6250f", CellID->733364427], Cell[CellGroupData[{ -Cell[17398, 458, 167, 3, 27, "Input",ExpressionUUID->"60c26718-5681-4cec-9a56-5a8537a6374d", +Cell[17469, 463, 167, 3, 27, "Input",ExpressionUUID->"60c26718-5681-4cec-9a56-5a8537a6374d", CellID->172186505], Cell[CellGroupData[{ -Cell[17590, 465, 237, 4, 23, "Print",ExpressionUUID->"0f4cfec0-6028-4771-a22b-0e08d681854d", +Cell[17661, 470, 237, 4, 23, "Print",ExpressionUUID->"0f4cfec0-6028-4771-a22b-0e08d681854d", CellID->2088237821], -Cell[17830, 471, 366, 8, 23, "Print",ExpressionUUID->"e2d052cc-32b3-47f4-a1a4-0bfae4e062d8", +Cell[17901, 476, 366, 8, 23, "Print",ExpressionUUID->"e2d052cc-32b3-47f4-a1a4-0bfae4e062d8", CellID->2141332112], -Cell[18199, 481, 236, 4, 23, "Print",ExpressionUUID->"23742b39-fea4-4602-a2f2-1133b47c76b3", +Cell[18270, 486, 236, 4, 23, "Print",ExpressionUUID->"23742b39-fea4-4602-a2f2-1133b47c76b3", CellID->305440228], -Cell[18438, 487, 221, 3, 23, "Print",ExpressionUUID->"824a4722-9e20-46a8-aadd-db83c4bb56da", +Cell[18509, 492, 221, 3, 23, "Print",ExpressionUUID->"824a4722-9e20-46a8-aadd-db83c4bb56da", CellID->1409337631], -Cell[18662, 492, 206, 3, 23, "Print",ExpressionUUID->"79e9de19-7265-4a6f-ad38-fd0552f78964", +Cell[18733, 497, 206, 3, 23, "Print",ExpressionUUID->"79e9de19-7265-4a6f-ad38-fd0552f78964", CellID->51483364], -Cell[18871, 497, 237, 4, 23, "Print",ExpressionUUID->"2d1d4065-0f63-4330-917c-ab069194bce0", +Cell[18942, 502, 237, 4, 23, "Print",ExpressionUUID->"2d1d4065-0f63-4330-917c-ab069194bce0", CellID->886790252], -Cell[19111, 503, 220, 3, 70, "Print",ExpressionUUID->"d25c118f-acd2-4f2c-b54b-adb0f6e38b02", +Cell[19182, 508, 220, 3, 70, "Print",ExpressionUUID->"d25c118f-acd2-4f2c-b54b-adb0f6e38b02", CellID->567696568], -Cell[19334, 508, 237, 4, 70, "Print",ExpressionUUID->"9060c8a1-1676-40f8-b7af-a9e3715b3b7a", +Cell[19405, 513, 237, 4, 70, "Print",ExpressionUUID->"9060c8a1-1676-40f8-b7af-a9e3715b3b7a", CellID->1421253298], -Cell[19574, 514, 237, 4, 70, "Print",ExpressionUUID->"fbc107a9-c8ae-400a-b64f-ce8fbf120966", +Cell[19645, 519, 237, 4, 70, "Print",ExpressionUUID->"fbc107a9-c8ae-400a-b64f-ce8fbf120966", CellID->1118340690], -Cell[19814, 520, 208, 3, 70, "Print",ExpressionUUID->"155e50c6-b526-4181-9a45-8ca574ae842b", +Cell[19885, 525, 208, 3, 70, "Print",ExpressionUUID->"155e50c6-b526-4181-9a45-8ca574ae842b", CellID->1427847812], -Cell[20025, 525, 237, 4, 70, "Print",ExpressionUUID->"a534e74e-995d-4fb5-b34b-d29a5f80330f", +Cell[20096, 530, 237, 4, 70, "Print",ExpressionUUID->"a534e74e-995d-4fb5-b34b-d29a5f80330f", CellID->1887361928] }, Open ]] }, Open ]], -Cell[20289, 533, 137, 1, 70, "ExampleText",ExpressionUUID->"3a9594f5-b322-48d6-a980-df54055a94a5", +Cell[20360, 538, 137, 1, 70, "ExampleText",ExpressionUUID->"3a9594f5-b322-48d6-a980-df54055a94a5", CellID->2039157882], -Cell[20429, 536, 235, 6, 70, "Input",ExpressionUUID->"5be062e9-80e2-4b02-832a-c4942f463f02", +Cell[20500, 541, 235, 6, 70, "Input",ExpressionUUID->"5be062e9-80e2-4b02-832a-c4942f463f02", CellID->1320198208], -Cell[20667, 544, 375, 9, 70, "Input",ExpressionUUID->"d41eb97c-f3ae-48f6-9f30-ae1acbead399", +Cell[20738, 549, 375, 9, 70, "Input",ExpressionUUID->"d41eb97c-f3ae-48f6-9f30-ae1acbead399", CellID->1243725730], -Cell[21045, 555, 238, 6, 70, "Input",ExpressionUUID->"77828390-4530-47bf-9818-ae906815c608", +Cell[21116, 560, 238, 6, 70, "Input",ExpressionUUID->"77828390-4530-47bf-9818-ae906815c608", CellID->2017701370], -Cell[21286, 563, 190, 4, 70, "ExampleText",ExpressionUUID->"faf425a6-5a6e-4f95-a694-74ce85680df8", +Cell[21357, 568, 190, 4, 70, "ExampleText",ExpressionUUID->"faf425a6-5a6e-4f95-a694-74ce85680df8", CellID->316918644], Cell[CellGroupData[{ -Cell[21501, 571, 170, 3, 70, "Input",ExpressionUUID->"dc9fe102-a5f9-488b-948b-5d8acc5f040f", +Cell[21572, 576, 170, 3, 70, "Input",ExpressionUUID->"dc9fe102-a5f9-488b-948b-5d8acc5f040f", CellID->1195807647], -Cell[21674, 576, 172, 4, 36, "Output",ExpressionUUID->"a821f6ac-fb35-48be-ab62-433b6a995488", +Cell[21745, 581, 172, 4, 36, "Output",ExpressionUUID->"a821f6ac-fb35-48be-ab62-433b6a995488", CellID->56115476] }, Open ]], -Cell[21861, 583, 194, 4, 70, "ExampleText",ExpressionUUID->"afba83ea-89b5-4d82-85e1-32ea7e26bac3", +Cell[21932, 588, 194, 4, 70, "ExampleText",ExpressionUUID->"afba83ea-89b5-4d82-85e1-32ea7e26bac3", CellID->746497592], Cell[CellGroupData[{ -Cell[22080, 591, 381, 9, 70, "Input",ExpressionUUID->"bf00a6d7-90cb-44e1-b3b9-75932c2c6d2a", +Cell[22151, 596, 381, 9, 70, "Input",ExpressionUUID->"bf00a6d7-90cb-44e1-b3b9-75932c2c6d2a", CellID->981142487], -Cell[22464, 602, 9177, 245, 288, "Output",ExpressionUUID->"29d58f49-2dd4-48bb-aeac-caf9ab17c106", +Cell[22535, 607, 9177, 245, 281, "Output",ExpressionUUID->"29d58f49-2dd4-48bb-aeac-caf9ab17c106", CellID->1074920942] }, Open ]], -Cell[31656, 850, 524, 8, 70, "ExampleText",ExpressionUUID->"4032aaf5-23ae-43ec-8da5-70bdb89facf2", +Cell[31727, 855, 524, 8, 70, "ExampleText",ExpressionUUID->"4032aaf5-23ae-43ec-8da5-70bdb89facf2", CellID->1562289017], -Cell[32183, 860, 149, 1, 70, "ExampleText",ExpressionUUID->"3680ee38-0d90-44cb-92a3-75427a145d48", +Cell[32254, 865, 149, 1, 70, "ExampleText",ExpressionUUID->"3680ee38-0d90-44cb-92a3-75427a145d48", CellID->884288081], Cell[CellGroupData[{ -Cell[32357, 865, 256, 7, 70, "Input",ExpressionUUID->"506cee0e-8367-4c5d-95fd-c181192db93a", +Cell[32428, 870, 256, 7, 70, "Input",ExpressionUUID->"506cee0e-8367-4c5d-95fd-c181192db93a", CellID->725873886], -Cell[32616, 874, 2322, 87, 136, "Output",ExpressionUUID->"902156b7-9f56-4993-a5a0-ec1545668e03", +Cell[32687, 879, 2322, 87, 139, "Output",ExpressionUUID->"902156b7-9f56-4993-a5a0-ec1545668e03", CellID->1635603867] }, Open ]], -Cell[34953, 964, 197, 4, 70, "ExampleText",ExpressionUUID->"f6c32218-8148-44db-bde5-69d7b1549dd8", +Cell[35024, 969, 197, 4, 70, "ExampleText",ExpressionUUID->"f6c32218-8148-44db-bde5-69d7b1549dd8", CellID->1755959513], Cell[CellGroupData[{ -Cell[35175, 972, 236, 6, 70, "Input",ExpressionUUID->"7c5a72df-3635-4367-a97e-340d3c378d54", +Cell[35246, 977, 236, 6, 70, "Input",ExpressionUUID->"7c5a72df-3635-4367-a97e-340d3c378d54", CellID->1209895759], -Cell[35414, 980, 1598, 42, 70, "Output",ExpressionUUID->"347283a7-64c3-44fd-8bf2-02ea374b3a66", +Cell[35485, 985, 1598, 42, 69, "Output",ExpressionUUID->"347283a7-64c3-44fd-8bf2-02ea374b3a66", CellID->1639842074] }, Open ]], -Cell[37027, 1025, 192, 4, 70, "ExampleText",ExpressionUUID->"50b3cbb6-c164-4a2e-a5da-5badcec6e989", +Cell[37098, 1030, 192, 4, 70, "ExampleText",ExpressionUUID->"50b3cbb6-c164-4a2e-a5da-5badcec6e989", CellID->538131470], Cell[CellGroupData[{ -Cell[37244, 1033, 258, 6, 70, "Input",ExpressionUUID->"cd617e43-0adc-4520-afd1-51bfff5b60a9", +Cell[37315, 1038, 258, 6, 70, "Input",ExpressionUUID->"cd617e43-0adc-4520-afd1-51bfff5b60a9", CellID->542433134], -Cell[37505, 1041, 2821, 55, 485, "Output",ExpressionUUID->"6b05515b-2662-41ea-a70e-20de8d99c237", +Cell[37576, 1046, 2821, 55, 485, "Output",ExpressionUUID->"6b05515b-2662-41ea-a70e-20de8d99c237", CellID->1567337500] }, Open ]], -Cell[40341, 1099, 191, 4, 70, "ExampleText",ExpressionUUID->"73211746-b2c7-4007-a96c-89ffa3f22151", +Cell[40412, 1104, 191, 4, 70, "ExampleText",ExpressionUUID->"73211746-b2c7-4007-a96c-89ffa3f22151", CellID->849322053] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[40833, 1116, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"8de7982b-fcd8-45a4-ba8d-f45d24e5f752"], +Cell[46347, 1266, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b0b95910-ba28-4371-9733-bde7a9054962"], +Cell[47020, 1286, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5b073d62-0eda-4b86-a9b1-9640ddaf4316"], +Cell[48056, 1314, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"196b8a13-e369-483a-a854-3f49bb202c2c"], Cell[CellGroupData[{ -Cell[40784, 1113, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"43b85969-a48c-430e-a488-9f5c117158ae"], -Cell[46298, 1263, 670, 18, 70, "TechNotesSection",ExpressionUUID->"291d2e82-35f1-4d83-9ca8-3600ce5072bd"] -}, Open ]], -Cell[46983, 1284, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"64173cb5-42d8-4cbc-99c9-08e098897ed0"], -Cell[48019, 1312, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"366adadf-37a5-4d1d-9ac1-6a1584ccf76e"], -Cell[CellGroupData[{ -Cell[50319, 1380, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dc69f4e5-902c-4b78-a61d-ebea3481aef0", +Cell[50356, 1382, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dc69f4e5-902c-4b78-a61d-ebea3481aef0", CellID->2135167160], -Cell[50460, 1383, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86cdee64-bab6-43b0-bcc5-bfdfa6fc4dd3", +Cell[50497, 1385, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"86cdee64-bab6-43b0-bcc5-bfdfa6fc4dd3", CellID->1194386356], -Cell[50682, 1389, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e728af99-709b-441d-aca6-1cefb9c474bf", +Cell[50719, 1391, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e728af99-709b-441d-aca6-1cefb9c474bf", CellID->1641706272], -Cell[50897, 1394, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b177b77-34f1-4395-a862-d87ac23ec185", +Cell[50934, 1396, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b177b77-34f1-4395-a862-d87ac23ec185", CellID->399251956], -Cell[51126, 1400, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"543b78a8-c3ca-4666-856f-09be2fb0a43f", +Cell[51163, 1402, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"543b78a8-c3ca-4666-856f-09be2fb0a43f", CellID->821434655] }, Open ]], -Cell[51363, 1406, 78, 0, 70, "FooterCell",ExpressionUUID->"32d18f0d-35cd-4c67-990a-4270304341b0"] +Cell[51400, 1408, 78, 0, 70, "FooterCell",ExpressionUUID->"db9ad228-6856-46bb-9a67-88f11f59b4ad"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SkelImputationV6.nb b/Documentation/English/ReferencePages/Symbols/SkelImputationV6.nb index 8454c48..658f946 100644 --- a/Documentation/English/ReferencePages/Symbols/SkelImputationV6.nb +++ b/Documentation/English/ReferencePages/Symbols/SkelImputationV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45572, 1173] -NotebookOptionsPosition[ 36509, 996] -NotebookOutlinePosition[ 38697, 1051] -CellTagsIndexPosition[ 38611, 1046] +NotebookDataLength[ 45591, 1173] +NotebookOptionsPosition[ 36544, 998] +NotebookOutlinePosition[ 38750, 1053] +CellTagsIndexPosition[ 38664, 1048] WindowTitle->SkelImputationV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "30dd84cb-1b54-4d72-8564-2454ba590dd5"], + "e78ae921-7d6a-4124-b30f-af02103db7a3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d35a6d20-9167-483a-93f7-d80375cbbc11"], + "730c791c-6463-4ea2-849c-512c3dda041f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d3c1e466-329a-4a9a-a7fd-6048e644fe6c"] - }],ExpressionUUID->"3e0103cd-a93b-4d69-a45c-6401351e0d6d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "fe966ba7-337d-48a8-9b53-24e8b42704c1"] + }],ExpressionUUID->"3b2904df-3bec-4cec-b0a7-983204c1624e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "11eba9f3-8ae1-4175-af28-1f1c81db90db"], + "64979bd7-09be-4632-98a8-90f58315cb82"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "023e82e2-edd1-4b32-83f8-478810145dc4"] - }],ExpressionUUID->"0e24c54e-4788-40d0-9836-99b53848a342"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "571a7be1-9415-453a-8b73-6240461c47d8"] + }],ExpressionUUID->"37df47b4-ab8f-41d2-ae2f-4c9e681717dd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6647331a-9952-49a2-9987-6042b097de13"], + "9ff90a68-aff4-4a1f-8ae6-68bfb2c47747"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6705c9e5-8dbc-48ed-88f9-e9f51039e683"] - }],ExpressionUUID->"66e887fc-e479-44af-acb5-8c547d3a5e16"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f9bfa1b0-f784-4690-a176-4b425ff510c7"] + }],ExpressionUUID->"0ebcb7ee-5fbf-43a1-b5ca-906df53eb5ee"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "567b5682-84f7-4c01-9565-abd3c4389dfe"], + "a9e3ff5c-4f6e-4864-99fa-dd52e4dd78fc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e411f3c1-6d38-4c11-9d31-22f218102839"] - }],ExpressionUUID->"ab1fa223-4da6-4c96-ad66-6cc30243c04e"], - StripOnInput->False], {"\<\"TUG/ref/SkelImputationV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SkelImputationV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "21d85c18-c14d-4275-b07a-904c5ac0d643"] + }],ExpressionUUID->"f9ff756e-4b42-48a1-b584-2ecd3755dc0a"], + StripOnInput->False],{ + "\"TUG/ref/SkelImputationV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SkelImputationV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SkelImputationV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$180318], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SkelImputationV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$194860], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SkelImputationV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "10bedbc7-f9ab-4137-b8d5-3248e25fac4a"] + "5ed083a0-3fe1-4a43-8b7b-8bedb081292f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "566fc6de-e193-4695-8065-7a34c945ddb1"]} + "57c88849-d303-4e76-9372-db2c03b78203"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"fb09509e-1e3d-43cd-a2d3-6558ff2d29c3"], + CellID->1,ExpressionUUID->"a8ed21cd-d43a-4241-8103-6fb4b5c84580"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"57e044d0-25a4-4787-b213-f9f4612b8d74"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c3592bdc-8812-451d-af44-c7ba0b29c609"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SkelImputationV6", "ObjectName",ExpressionUUID-> - "8cee62d5-85c9-4d03-9eda-25db6443228a"], + "399ee940-2de7-4c30-969b-422e94e3a5ca"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"67baf116-349a-495f-992c-4a194fab0bad"], + "Spacer1"]],ExpressionUUID->"b0144ee6-b4b5-4431-ba5a-40748320266c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f759cee4-1432-480c-aa93-4630a60dd2e8"] - }],ExpressionUUID->"d7fc174a-b50c-448d-9a45-9a3d8624e4ae"], Cell[BoxData[ + "b13e74aa-8e69-4a7b-b8bb-6c8af43275e7"] + }],ExpressionUUID->"69154ce0-d3c2-4fc1-825d-7ed54d3fa904"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "826ecf90-efbf-4667-87a5-6f083be9a8b8"]} + "af9af4ce-871d-451c-a2fa-36b7590f788d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a406c3c6-ae1c-4f29-8729-da59d98dd342"], + CacheGraphics->False,ExpressionUUID->"d1228e49-b1e2-4377-9b29-29024cd46db6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "0477c8e8-e57b-489b-b998-683dceede9d2"], " \[LineSeparator]plots the imputation set as a skeleton." - }],ExpressionUUID->"a6c89d11-d853-4969-8ae6-1dcc5fd50013"]}, + }],ExpressionUUID->"08975702-bca9-491e-992c-ac7086c955ec"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"SkelImputationV6", "[", @@ -246,7 +251,7 @@ Cell[BoxData[GridBox[{ "2744bae1-2169-4b3e-973b-2c4b1add4b61"], " \[LineSeparator]by option set, the projection plane can be chosen by \ supplying a natural number." - }],ExpressionUUID->"f7e4fb24-9123-41e1-8588-bfec1ef917f3"]} + }],ExpressionUUID->"b20aa3c3-05a8-40c8-ab52-10829ba231c5"]} }]], "Usage", CellID->1907042301,ExpressionUUID->"0c0be15e-bc8b-411d-a6a9-044e28025ede"] }, Open ]], @@ -279,12 +284,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"651a7ace-c42c-42dd-ad2b-3dc40f62d9c2"], + ExpressionUUID->"62c0ceba-739a-4ef3-b114-7a6b041b9e65"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"41094614-d41f-4ca4-b1eb-7271255dfcbe"], + "Spacer1"]],ExpressionUUID->"fd2c241a-e3a1-461d-8da2-a5c42fb31ae6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"fd620e57-0790-400c-8b17-a6107d0aa97c"], + }], "NotesFrameText",ExpressionUUID->"10902377-b556-4932-a5b3-cb7eb7fc023a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +300,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1b2e4c3a-3f14-43cf-9435-a0177573f42a"]], \ + "Preemptive"]],ExpressionUUID->"0a1041cb-d525-4dfb-8453-022df2463570"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1571646330,ExpressionUUID->"a2f9812a-9124-445d-9635-93a308ccf6da"], + CellID->2087437254,ExpressionUUID->"cea7a61a-f928-4fd1-82d9-423fbf081b38"], Cell[TextData[{ "The input expression ", @@ -377,7 +382,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "c40e51c0-7747-44c4-852e-fe92955d6036"], + "03b012d5-9f28-412e-9be8-546baeaf9fcb"], TemplateBox[{ Cell[ TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, @@ -436,19 +441,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1cd50eb4-9554-439c-bc77-aa2628fda1df"], + ExpressionUUID->"7d9d9516-5294-46c2-81a0-9d53aa31c581"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"83478975-c051-417a-811e-45bf64e0b4d7"], + "Spacer1"]],ExpressionUUID->"4912ea01-79ac-4bf8-9fc5-0fcd1176bb92"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "435ef178-3fc9-4410-8d71-bd4c112463ea"] + "58603790-7007-4ce4-a9a4-d5990c62e468"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->897813785,ExpressionUUID->"6d845659-3416-4ae2-afba-1f0f6e56a2aa"], + CellID->444373169,ExpressionUUID->"977a4ca0-0834-4076-a68c-31ce6cf75518"], Cell[CellGroupData[{ @@ -477,18 +482,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"75da38d3-72e0-4013-86d2-ef235ffeb5e5"], + ExpressionUUID->"d849ce4f-4d24-4a2e-8913-6be2752dd384"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"563d6339-ff28-4eaa-8f8a-0f0499ab2bcc"], + "Spacer1"]],ExpressionUUID->"eb181b5e-9770-492d-ad0a-7dfd116d44c0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3d33f35f-ab16-44c8-af8f-c9f9a1abbd03"] + "4ebc4ee2-e69a-405c-939f-5f20a446784c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2051605229,ExpressionUUID->"4f904026-003c-4b49-9540-927a12dba034"], + CellID->597351704,ExpressionUUID->"7fbebd1b-073f-4375-859e-09dd7341e118"], Cell["Loading the package:", "ExampleText", CellID->1711518766,ExpressionUUID->"c99af9aa-df19-474c-b195-e192953ed9f9"], @@ -697,8 +702,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -846,15 +849,15 @@ Cell[BoxData[GridBox[{ "8327e958-eb4b-4057-99c4-32ba4fafe719"] }], "SeeAlso",ExpressionUUID->"f973ad03-0769-40f8-b90f-792c6361a15c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cb8d8d96-50a3-4b98-9907-\ -90c3c75319ce"], + }]], "SeeAlsoSection",ExpressionUUID->"b967fe04-658d-4a92-9b8e-\ +b1227eecfb14"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -866,9 +869,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3fdd9c23-ac64-4c8a-8a1d-8ea9d91f0999"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d9484fd5-4496-4508-b7da-\ -695cb43ca87b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0f1258cb-e055-4c55-81d4-\ +cf5356781f4d"], Cell[BoxData[GridBox[{ { @@ -885,7 +887,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7114d97d-935f-4724-9c48-387f059d309c"]}]}, + "e0bf5d1e-4d97-4fe3-9075-c80a907b38f4"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -893,10 +895,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c65b96f5-9f88-4705-968f-061ee4363086"]}]} + "0f025580-bc59-4f49-9b64-de8d747997e8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4162848b-5f63-4741-9d2f-\ -c4fdd6bdbaed"], + }]], "MoreAboutSection",ExpressionUUID->"60e1abf4-01b6-4091-9ab7-\ +f203ba4c55b3"], Cell[BoxData[GridBox[{ { @@ -924,7 +926,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c89bec43-4280-41da-b10b-0f14f3235cc0"]], "RelatedLinks", + "ad789dfc-3c5d-4f70-a57b-9379d9262131"]], "RelatedLinks", ExpressionUUID->"3dcd192c-1d3b-4574-9f45-0d928ebcaa48"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -941,7 +943,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d57d9866-a861-4fc1-8878-b27d18baa7c4"]], "RelatedLinks", + "063f21f7-6cb4-4bc8-976b-636acc629529"]], "RelatedLinks", ExpressionUUID->"acaf15fa-ee84-44fd-8f18-3a94a07945cd"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -958,11 +960,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f36fef0f-e198-4db7-aee3-8186e29b5f37"]], "RelatedLinks", + "0fa4cd43-e532-4219-9207-317791dfc766"]], "RelatedLinks", ExpressionUUID->"2ea31721-9a51-438d-a517-ff3a86deda8b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"383d1702-229b-4f04-9223-\ -31b90c5177a3"], + }]], "RelatedLinksSection",ExpressionUUID->"b06a5ae9-bde8-4a0d-9f12-\ +dc0629cb09b0"], Cell[CellGroupData[{ @@ -992,11 +994,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b248381a-2953-45dc-85d6-4d761b5ec47e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"59d4154a-0afe-4d79-b320-99e1cfbcd63c"] +Cell[" ", "FooterCell",ExpressionUUID->"a8bf8f1a-c9fc-458e-b920-9221b6213197"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SkelImputationV6", TaggingRules->{ @@ -1007,7 +1009,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 46.196917}", + "built" -> "{2024, 6, 3, 16, 55, 33.201004}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1015,11 +1017,11 @@ TaggingRules->{ "SkelImputationV6[game] plots the imputation set as a skeleton. \ SkelImputationV6[game, options] by option set, the projection plane can be \ chosen by supplying a natural number.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "SkelImputationV6", "titlemodifier" -> "", "windowtitle" -> - "SkelImputationV6", "type" -> "Symbol", "uri" -> + "title" -> "SkelImputationV6", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "SkelImputationV6", "type" -> "Symbol", "uri" -> "TUG/ref/SkelImputationV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1028,9 +1030,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"a0b0ff06-a2ae-48ba-b21e-0cd9ba6ca20a" +ExpressionUUID->"ca39efdf-ca46-4878-8f3b-19d1593420c1" ] (* End of Notebook Content *) @@ -1038,143 +1040,141 @@ ExpressionUUID->"a0b0ff06-a2ae-48ba-b21e-0cd9ba6ca20a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15821, 413, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6d845659-3416-4ae2-afba-1f0f6e56a2aa", + Cell[15891, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"977a4ca0-0834-4076-a68c-31ce6cf75518", CellTags->"PrimaryExamplesSection", - CellID->897813785]} + CellID->444373169]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38411, 1039} + {"PrimaryExamplesSection", 38464, 1041} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7141, 168, 56, "AnchorBarGrid",ExpressionUUID->"fb09509e-1e3d-43cd-a2d3-6558ff2d29c3", +Cell[588, 21, 7211, 173, 57, "AnchorBarGrid",ExpressionUUID->"a8ed21cd-d43a-4241-8103-6fb4b5c84580", CellID->1], -Cell[7732, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"57e044d0-25a4-4787-b213-f9f4612b8d74"], +Cell[7802, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c3592bdc-8812-451d-af44-c7ba0b29c609"], Cell[CellGroupData[{ -Cell[7843, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"a406c3c6-ae1c-4f29-8729-da59d98dd342"], -Cell[9136, 232, 878, 18, 187, "Usage",ExpressionUUID->"0c0be15e-bc8b-411d-a6a9-044e28025ede", +Cell[7913, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"d1228e49-b1e2-4377-9b29-29024cd46db6"], +Cell[9206, 237, 878, 18, 186, "Usage",ExpressionUUID->"0c0be15e-bc8b-411d-a6a9-044e28025ede", CellID->1907042301] }, Open ]], Cell[CellGroupData[{ -Cell[10051, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"a2f9812a-9124-445d-9635-93a308ccf6da", +Cell[10121, 260, 1895, 47, 37, "NotesSection",ExpressionUUID->"cea7a61a-f928-4fd1-82d9-423fbf081b38", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1571646330], -Cell[11949, 304, 518, 12, 57, "]]",ExpressionUUID->"3c7c78dc-f78b-4259-910f-c209b774f19b", + CellID->2087437254], +Cell[12019, 309, 518, 12, 57, "]]",ExpressionUUID->"3c7c78dc-f78b-4259-910f-c209b774f19b", CellID->313448337], -Cell[12470, 318, 489, 12, 37, "Notes",ExpressionUUID->"b9ca4045-a744-45bc-8fe9-b8cb7e0fd4bf", +Cell[12540, 323, 489, 12, 38, "Notes",ExpressionUUID->"b9ca4045-a744-45bc-8fe9-b8cb7e0fd4bf", CellID->177724765], -Cell[12962, 332, 199, 4, 36, "Notes",ExpressionUUID->"586805f6-6795-459d-8a10-6a12f8885ee6", +Cell[13032, 337, 199, 4, 36, "Notes",ExpressionUUID->"586805f6-6795-459d-8a10-6a12f8885ee6", CellID->842593381], -Cell[13164, 338, 160, 3, 36, "Notes",ExpressionUUID->"7ce35228-6a31-4885-80ce-f95c6994ca92", +Cell[13234, 343, 160, 3, 36, "Notes",ExpressionUUID->"7ce35228-6a31-4885-80ce-f95c6994ca92", CellID->83084138], -Cell[13327, 343, 162, 3, 36, "Notes",ExpressionUUID->"8377722c-b07a-4791-ba5a-f8d8ac89fb37", +Cell[13397, 348, 162, 3, 36, "Notes",ExpressionUUID->"8377722c-b07a-4791-ba5a-f8d8ac89fb37", CellID->1486285719], -Cell[13492, 348, 606, 18, 37, "Notes",ExpressionUUID->"f8104809-b956-461d-a9de-8f94ed90a3ee", +Cell[13562, 353, 606, 18, 38, "Notes",ExpressionUUID->"f8104809-b956-461d-a9de-8f94ed90a3ee", CellID->270825637], -Cell[14101, 368, 145, 1, 36, "Notes",ExpressionUUID->"44dbddfb-a95b-4e28-b4b7-1fd49e18c472", +Cell[14171, 373, 145, 1, 36, "Notes",ExpressionUUID->"44dbddfb-a95b-4e28-b4b7-1fd49e18c472", CellID->998978553], -Cell[14249, 371, 267, 4, 49, "Notes",ExpressionUUID->"962427c1-045b-4745-8fe6-f091fa7d4ff3", +Cell[14319, 376, 267, 4, 48, "Notes",ExpressionUUID->"962427c1-045b-4745-8fe6-f091fa7d4ff3", CellID->13178], -Cell[14519, 377, 709, 15, 58, "3ColumnTableMod",ExpressionUUID->"6c938619-e1ea-44a2-8cfd-b2be0f2463d0", +Cell[14589, 382, 709, 15, 60, "3ColumnTableMod",ExpressionUUID->"6c938619-e1ea-44a2-8cfd-b2be0f2463d0", CellID->1889737650], -Cell[15231, 394, 463, 13, 37, "Notes",ExpressionUUID->"2ca5b2b2-3562-433a-8ab1-70c34269cc1e", +Cell[15301, 399, 463, 13, 38, "Notes",ExpressionUUID->"2ca5b2b2-3562-433a-8ab1-70c34269cc1e", CellID->995309240] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15821, 413, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6d845659-3416-4ae2-afba-1f0f6e56a2aa", +Cell[15891, 418, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"977a4ca0-0834-4076-a68c-31ce6cf75518", CellTags->"PrimaryExamplesSection", - CellID->897813785], + CellID->444373169], Cell[CellGroupData[{ -Cell[17266, 454, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4f904026-003c-4b49-9540-927a12dba034", - CellID->2051605229], -Cell[18668, 492, 119, 1, 70, "ExampleText",ExpressionUUID->"c99af9aa-df19-474c-b195-e192953ed9f9", +Cell[17336, 459, 1398, 36, 30, "ExampleSection",ExpressionUUID->"7fbebd1b-073f-4375-859e-09dd7341e118", + CellID->597351704], +Cell[18737, 497, 119, 1, 70, "ExampleText",ExpressionUUID->"c99af9aa-df19-474c-b195-e192953ed9f9", CellID->1711518766], Cell[CellGroupData[{ -Cell[18812, 497, 167, 3, 70, "Input",ExpressionUUID->"941383fd-e265-4e85-9a77-7847ccfa2809", +Cell[18881, 502, 167, 3, 70, "Input",ExpressionUUID->"941383fd-e265-4e85-9a77-7847ccfa2809", CellID->973433486], Cell[CellGroupData[{ -Cell[19004, 504, 236, 4, 70, "Print",ExpressionUUID->"a2e04667-4c0c-4836-b5f9-cd7319f19dd8", +Cell[19073, 509, 236, 4, 70, "Print",ExpressionUUID->"a2e04667-4c0c-4836-b5f9-cd7319f19dd8", CellID->342954446], -Cell[19243, 510, 366, 8, 70, "Print",ExpressionUUID->"ea56339d-1306-4cf4-888e-806cc2b13e29", +Cell[19312, 515, 366, 8, 70, "Print",ExpressionUUID->"ea56339d-1306-4cf4-888e-806cc2b13e29", CellID->1975161626], -Cell[19612, 520, 236, 4, 70, "Print",ExpressionUUID->"696046c9-cbbf-4dfa-a0f2-66b632a1235e", +Cell[19681, 525, 236, 4, 70, "Print",ExpressionUUID->"696046c9-cbbf-4dfa-a0f2-66b632a1235e", CellID->320928647], -Cell[19851, 526, 220, 3, 70, "Print",ExpressionUUID->"2a74d1fd-30c1-4fe0-aa1c-9f3beea75bea", +Cell[19920, 531, 220, 3, 70, "Print",ExpressionUUID->"2a74d1fd-30c1-4fe0-aa1c-9f3beea75bea", CellID->130734993], -Cell[20074, 531, 207, 3, 70, "Print",ExpressionUUID->"8876e1e9-b94a-42cd-b6ac-4d1eb6f00662", +Cell[20143, 536, 207, 3, 70, "Print",ExpressionUUID->"8876e1e9-b94a-42cd-b6ac-4d1eb6f00662", CellID->939774151], -Cell[20284, 536, 238, 4, 70, "Print",ExpressionUUID->"6a989afd-598a-4eb6-839f-b7dff7906be3", +Cell[20353, 541, 238, 4, 70, "Print",ExpressionUUID->"6a989afd-598a-4eb6-839f-b7dff7906be3", CellID->1663134146], -Cell[20525, 542, 220, 3, 70, "Print",ExpressionUUID->"37c1d23f-4545-4010-b006-598acdce0316", +Cell[20594, 547, 220, 3, 70, "Print",ExpressionUUID->"37c1d23f-4545-4010-b006-598acdce0316", CellID->116579940], -Cell[20748, 547, 237, 4, 70, "Print",ExpressionUUID->"5a680c43-61d2-4e39-a829-803587866553", +Cell[20817, 552, 237, 4, 70, "Print",ExpressionUUID->"5a680c43-61d2-4e39-a829-803587866553", CellID->2019589788], -Cell[20988, 553, 237, 4, 70, "Print",ExpressionUUID->"434e8c09-ae0f-4fd3-a6ae-dc2dd74050a4", +Cell[21057, 558, 237, 4, 70, "Print",ExpressionUUID->"434e8c09-ae0f-4fd3-a6ae-dc2dd74050a4", CellID->2143149940], -Cell[21228, 559, 208, 3, 70, "Print",ExpressionUUID->"4472b230-520f-4b13-bb99-2999d8238c82", +Cell[21297, 564, 208, 3, 70, "Print",ExpressionUUID->"4472b230-520f-4b13-bb99-2999d8238c82", CellID->1991416231], -Cell[21439, 564, 236, 4, 70, "Print",ExpressionUUID->"f3746ed2-3fad-4383-92ef-c46b290ffe07", +Cell[21508, 569, 236, 4, 70, "Print",ExpressionUUID->"f3746ed2-3fad-4383-92ef-c46b290ffe07", CellID->227078817] }, Open ]] }, Open ]], -Cell[21702, 572, 136, 1, 70, "ExampleText",ExpressionUUID->"7a660b06-25e7-4c4c-a0bf-6019e7d55102", +Cell[21771, 577, 136, 1, 70, "ExampleText",ExpressionUUID->"7a660b06-25e7-4c4c-a0bf-6019e7d55102", CellID->440361974], -Cell[21841, 575, 234, 6, 70, "Input",ExpressionUUID->"45c5e886-6bd4-40f4-b4a8-e2e27075b989", +Cell[21910, 580, 234, 6, 70, "Input",ExpressionUUID->"45c5e886-6bd4-40f4-b4a8-e2e27075b989", CellID->263429089], -Cell[22078, 583, 375, 9, 70, "Input",ExpressionUUID->"62d32e5d-4731-40b9-9c14-77f3a9bc9b0b", +Cell[22147, 588, 375, 9, 70, "Input",ExpressionUUID->"62d32e5d-4731-40b9-9c14-77f3a9bc9b0b", CellID->1997207263], -Cell[22456, 594, 238, 6, 70, "Input",ExpressionUUID->"dff223fd-eb70-47b1-b8c1-850560bf867c", +Cell[22525, 599, 238, 6, 70, "Input",ExpressionUUID->"dff223fd-eb70-47b1-b8c1-850560bf867c", CellID->1827719152], -Cell[22697, 602, 190, 4, 70, "ExampleText",ExpressionUUID->"6a2871e2-388d-4390-8b15-eaadb20759fd", +Cell[22766, 607, 190, 4, 70, "ExampleText",ExpressionUUID->"6a2871e2-388d-4390-8b15-eaadb20759fd", CellID->971892989], Cell[CellGroupData[{ -Cell[22912, 610, 173, 3, 70, "Input",ExpressionUUID->"beede32e-b518-47c1-ae4e-bab8a21ab4bb", +Cell[22981, 615, 173, 3, 70, "Input",ExpressionUUID->"beede32e-b518-47c1-ae4e-bab8a21ab4bb", CellID->239217609], -Cell[23088, 615, 214, 5, 36, "Output",ExpressionUUID->"f7155f8a-ce42-49ca-ac21-9b0eb7e6a900", +Cell[23157, 620, 214, 5, 36, "Output",ExpressionUUID->"f7155f8a-ce42-49ca-ac21-9b0eb7e6a900", CellID->1105302005] }, Open ]], -Cell[23317, 623, 213, 4, 70, "ExampleText",ExpressionUUID->"38406278-8382-465c-b9e6-1691587e2904", +Cell[23386, 628, 213, 4, 70, "ExampleText",ExpressionUUID->"38406278-8382-465c-b9e6-1691587e2904", CellID->1770494864], -Cell[23533, 629, 186, 4, 70, "ExampleText",ExpressionUUID->"b26e4f03-6759-4755-a423-b0ac639a030d", +Cell[23602, 634, 186, 4, 70, "ExampleText",ExpressionUUID->"b26e4f03-6759-4755-a423-b0ac639a030d", CellID->1873524771], Cell[CellGroupData[{ -Cell[23744, 637, 201, 4, 70, "Input",ExpressionUUID->"b4ccdbcf-215c-4532-af81-088787519ea2", +Cell[23813, 642, 201, 4, 70, "Input",ExpressionUUID->"b4ccdbcf-215c-4532-af81-088787519ea2", CellID->1915391389], -Cell[23948, 643, 614, 16, 485, "Output",ExpressionUUID->"4bbba595-e4c8-4ae8-908f-a35839d8bf42", +Cell[24017, 648, 614, 16, 485, "Output",ExpressionUUID->"4bbba595-e4c8-4ae8-908f-a35839d8bf42", CellID->883370285] }, Open ]], -Cell[24577, 662, 133, 1, 70, "ExampleText",ExpressionUUID->"4395f7c8-8515-4faf-9916-25bade4edc94", +Cell[24646, 667, 133, 1, 70, "ExampleText",ExpressionUUID->"4395f7c8-8515-4faf-9916-25bade4edc94", CellID->1002053537], Cell[CellGroupData[{ -Cell[24735, 667, 261, 6, 70, "Input",ExpressionUUID->"2d6ac053-c6ba-40ff-9020-670ed0be979b", +Cell[24804, 672, 261, 6, 70, "Input",ExpressionUUID->"2d6ac053-c6ba-40ff-9020-670ed0be979b", CellID->993027292], -Cell[24999, 675, 585, 15, 485, "Output",ExpressionUUID->"3435d1c5-df0a-44da-b9ba-ec582aad5215", +Cell[25068, 680, 585, 15, 485, "Output",ExpressionUUID->"3435d1c5-df0a-44da-b9ba-ec582aad5215", CellID->1962563216] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25895, 704, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"b967fe04-658d-4a92-9b8e-b1227eecfb14"], +Cell[31409, 854, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0f1258cb-e055-4c55-81d4-cf5356781f4d"], +Cell[32082, 874, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"60e1abf4-01b6-4091-9ab7-f203ba4c55b3"], +Cell[33118, 902, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"b06a5ae9-bde8-4a0d-9f12-dc0629cb09b0"], Cell[CellGroupData[{ -Cell[25848, 701, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"cb8d8d96-50a3-4b98-9907-90c3c75319ce"], -Cell[31362, 851, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d9484fd5-4496-4508-b7da-695cb43ca87b"] -}, Open ]], -Cell[32047, 872, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4162848b-5f63-4741-9d2f-c4fdd6bdbaed"], -Cell[33083, 900, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"383d1702-229b-4f04-9223-31b90c5177a3"], -Cell[CellGroupData[{ -Cell[35383, 968, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8acbc7e4-4308-49e6-916d-c90bad46fd00", +Cell[35418, 970, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8acbc7e4-4308-49e6-916d-c90bad46fd00", CellID->2135167160], -Cell[35524, 971, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb7c98e4-1f7a-4dd8-800e-6d768feff53a", +Cell[35559, 973, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"eb7c98e4-1f7a-4dd8-800e-6d768feff53a", CellID->1194386356], -Cell[35746, 977, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5a66cd97-913f-4e95-8551-7e9a4a574fd4", +Cell[35781, 979, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5a66cd97-913f-4e95-8551-7e9a4a574fd4", CellID->1641706272], -Cell[35961, 982, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dedb7c00-c90e-49f6-a843-1f37ba664d1e", +Cell[35996, 984, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dedb7c00-c90e-49f6-a843-1f37ba664d1e", CellID->399251956], -Cell[36190, 988, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b248381a-2953-45dc-85d6-4d761b5ec47e", +Cell[36225, 990, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b248381a-2953-45dc-85d6-4d761b5ec47e", CellID->821434655] }, Open ]], -Cell[36427, 994, 78, 0, 70, "FooterCell",ExpressionUUID->"59d4154a-0afe-4d79-b320-99e1cfbcd63c"] +Cell[36462, 996, 78, 0, 70, "FooterCell",ExpressionUUID->"a8bf8f1a-c9fc-458e-b920-9221b6213197"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SkelLowerSet.nb b/Documentation/English/ReferencePages/Symbols/SkelLowerSet.nb index 2f7389e..b913160 100644 --- a/Documentation/English/ReferencePages/Symbols/SkelLowerSet.nb +++ b/Documentation/English/ReferencePages/Symbols/SkelLowerSet.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41538, 1068] -NotebookOptionsPosition[ 33474, 909] -NotebookOutlinePosition[ 35529, 962] -CellTagsIndexPosition[ 35444, 957] +NotebookDataLength[ 41566, 1068] +NotebookOptionsPosition[ 33514, 911] +NotebookOutlinePosition[ 35588, 964] +CellTagsIndexPosition[ 35503, 959] WindowTitle->SkelLowerSet WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2e086db5-a4a7-4800-9798-318d412b40aa"], + "1cbe063a-17ef-462f-a4d3-db2b80053842"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "4bad4277-d4a2-4e63-84bc-7b5409c3a62b"], + "38e691a5-9e0b-4fef-bdec-9f4158fb907d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dfc22801-a9d3-4320-b042-0589e3ffca08"] - }],ExpressionUUID->"3b93c25c-6067-493b-9c60-30715391a6f4"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "e6626a5b-245c-4373-bb18-72a327565ea9"] + }],ExpressionUUID->"424878e7-36ea-47cb-88ee-4e5b38eddfc1"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "631a92ce-519b-4276-8dff-19dd0425545f"], + "4137d84e-cf17-4295-bcd7-0539596ca435"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d2b26c0b-a643-4a5c-b888-308f3f4956ad"] - }],ExpressionUUID->"2dcb1b38-b1f9-432f-9b9b-03b844b9dec2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "32694291-b33a-4ae5-9ef3-0165ec36ffd6"] + }],ExpressionUUID->"14032c4c-839c-470c-bbd9-d8a12e1dae96"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c194adea-8c5d-4c92-b12a-30827a7916ec"], + "ef84cdf9-d827-4a8f-bc9b-6c2369e4503d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f83a3d85-38ce-4fea-8d77-7933f1e03a1b"] - }],ExpressionUUID->"83294449-c82a-4add-af7f-933d16a08bcc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "17b1d031-329e-42d2-8c20-be7c7d02cb3d"] + }],ExpressionUUID->"4a8def7d-d8e2-45de-bf5f-85c952c4ed7e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "af7adc4c-4f55-4f4f-b134-101cf7fc2403"], + "8ae821ed-ff66-4603-9533-6cadb31360be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ca556a7e-e542-40b2-871e-c843346d8657"] - }],ExpressionUUID->"2775bdc8-03d1-485e-b7cf-98b3b7b213a6"], - StripOnInput->False], {"\<\"TUG/ref/SkelLowerSet\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SkelLowerSet"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SkelLowerSet.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$180885], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SkelLowerSet" <> ".html"], None}]}]}, + "5a17d692-e7e5-4847-a06b-fcf5dc7241d4"] + }],ExpressionUUID->"66412986-889b-4cfa-8a4a-e721af7c3ca1"], + StripOnInput->False],{ + "\"TUG/ref/SkelLowerSet\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SkelLowerSet"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SkelLowerSet.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$195461], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SkelLowerSet" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "25a2004b-a0dc-433e-af15-42cfa89ecd10"] + "36f44e75-faea-4f5f-87fd-6ae6427929ef"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ed402076-c96a-4b16-a76b-aa15e4dff402"]} + "46518a6b-9877-4476-aa94-026365799234"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9af52da5-d7d1-4b26-96c8-437944c42590"], + CellID->1,ExpressionUUID->"64895a38-de0e-4cf2-bf60-413c1191334e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0e802f1f-7fa6-4d8f-8da5-58a41f2fccb2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1cb1d168-fa40-4576-b0f1-e619df95a260"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SkelLowerSet", "ObjectName",ExpressionUUID-> - "2efb72ff-6993-4040-90a1-50e1a8164bd0"], + "17d79345-d6a1-41c8-95f3-191af4d1477a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"f9c5ab3c-f81d-4bc3-a095-8157d55f3e60"], + "Spacer1"]],ExpressionUUID->"437cc0a4-7549-4988-ab6d-099cd91a7668"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f9d799ef-99c8-4dfd-9337-a714acc9f23c"] - }],ExpressionUUID->"e325a08e-fc1c-4db7-a326-e90aceb25b32"], Cell[BoxData[ + "424f7d3a-08b1-4a18-a56a-27d5b43a6778"] + }],ExpressionUUID->"10583ca4-4f38-46f1-8472-b6be071e8894"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "aab25dbf-e6da-4e2d-8c4d-12e806fc3195"]} + "4f451e57-db84-49b0-9b07-2da66b8a35cc"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1b995e97-65d4-4da4-aba3-c0225d33553b"], + CacheGraphics->False,ExpressionUUID->"604cd4e5-ca82-4033-bc8e-ba25523e8644"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "904ebc6d-7fcf-459b-a1f1-64b59d64281a"], " \[LineSeparator]plots the lower set of a game as a skeleton." - }],ExpressionUUID->"53691a61-54ce-42a8-b9fe-56e02c0411ca"]} + }],ExpressionUUID->"8ac8a0af-e358-46b1-b198-f76a3ec9ffbd"]} }]], "Usage", CellID->1625212969,ExpressionUUID->"0c1d2fcd-b540-42fa-8128-600a517415fb"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6fbe0085-eb0c-46cf-ab5d-37baa930e3f2"], + ExpressionUUID->"937bc8cf-07ff-401b-bdba-be36354b83e6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"de6572f6-a37d-405f-9a0d-dedaea1d1cb9"], + "Spacer1"]],ExpressionUUID->"d7fb500e-37a7-4c67-8d54-dbdf712cb7fe"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7c90124e-3b9e-4f63-8a59-1121d008a98f"], + }], "NotesFrameText",ExpressionUUID->"e3741e3b-d054-4258-842f-2272e50184cd"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2e406df1-329f-4c99-befb-222bcd753593"]], \ + "Preemptive"]],ExpressionUUID->"36f6863a-c506-4eae-bfad-f627bd519c7d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2092980326,ExpressionUUID->"8161378b-8abb-4e09-84ce-a75232a2299d"], + CellID->1349951369,ExpressionUUID->"18bba0da-d623-4899-aa7f-79b4efa57e01"], Cell[TextData[{ "The input expression ", @@ -385,19 +390,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b346b091-fef0-49f8-aa2a-f18947174ce1"], + ExpressionUUID->"21843752-e88e-4692-91e1-7aac446eb977"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"72178b6e-0d6e-43a9-b976-67da60816537"], + "Spacer1"]],ExpressionUUID->"f4af83af-4589-40a6-a125-8bdb653f3e2f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c33581f8-cbb0-41d8-b82f-08ac9e064e95"] + "720666c2-19b0-4ea0-94e8-ffe3556dde43"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->134031246,ExpressionUUID->"09621c84-6953-4731-8ded-1d977db1300d"], + CellID->2081087740,ExpressionUUID->"942cd314-e975-4a72-9938-c3faf79491c3"], Cell[CellGroupData[{ @@ -426,18 +431,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cb218821-900c-44a7-8b4e-709a4e1c35da"], + ExpressionUUID->"9a71cfe4-99a3-4403-9562-6e5500c23809"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"42a0dff2-3476-4455-b056-2904b062d07b"], + "Spacer1"]],ExpressionUUID->"a677a9f0-097b-4268-a61a-f159f5301c53"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "55c25dd7-19a5-497e-b770-0955089b15f3"] + "06286f16-5cfa-4366-a7f8-e2fa5b40582f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->351356804,ExpressionUUID->"33363bcc-f219-4ec4-9e49-0602c3807a96"], + CellID->1108649684,ExpressionUUID->"596a40d2-7468-4bd1-b3df-905388c09c72"], Cell["Loading the package:", "ExampleText", CellID->641499447,ExpressionUUID->"53f1a7c6-4b25-4669-839b-f4d227fa45b0"], @@ -610,8 +615,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -759,15 +762,15 @@ Cell[BoxData[GridBox[{ "43076e8e-ee36-4c98-9ed9-618ec333590b"] }], "SeeAlso",ExpressionUUID->"c1e2963c-2098-4012-b715-849486371216"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0609f79e-8693-47b1-914e-\ -3a6c6230f17f"], + }]], "SeeAlsoSection",ExpressionUUID->"24241ba8-d7b1-49a6-a8bc-\ +f9a12c9f81b1"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -779,9 +782,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cdaaeb86-f150-4ba7-89d9-cc393b75d21e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0181a8ba-ab57-46b2-87cc-\ -110867c7b38e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2abd19d7-4043-463c-bb22-\ +8d3818dfd646"], Cell[BoxData[GridBox[{ { @@ -798,7 +800,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c2532943-a525-4d65-a910-8e901b02d42b"]}]}, + "8d922a79-afc9-4849-97f8-fef0a61ac665"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -806,10 +808,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "455f90aa-11a7-4e95-9d39-d0f04b38db87"]}]} + "5946190f-f932-42c1-954d-ee1386178cf0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9fd24830-aa73-4a07-8554-\ -65d20f56fd72"], + }]], "MoreAboutSection",ExpressionUUID->"cbc4d3fc-1079-4010-811c-\ +56a908b1908a"], Cell[BoxData[GridBox[{ { @@ -837,7 +839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d0fa0f91-e99e-4ce6-9112-f95e34452b02"]], "RelatedLinks", + "447b7c8b-c900-4c0c-8889-eee94a1253e4"]], "RelatedLinks", ExpressionUUID->"ca758c3d-68e4-493f-8d06-169ebb585bb8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -854,7 +856,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "456335a2-b4a6-4183-bb91-36fd7667b86e"]], "RelatedLinks", + "4054fc0a-0a9a-4def-8859-af9be078b91c"]], "RelatedLinks", ExpressionUUID->"1854fcc2-08ff-4e4d-b27c-7da77132d319"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -871,11 +873,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "59bf4d3c-9ae4-452b-aed4-80cb2ef453d9"]], "RelatedLinks", + "1c755101-8566-4000-a827-d49517928138"]], "RelatedLinks", ExpressionUUID->"341b0a10-1158-42a9-bcbb-0dc4e90eb654"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b6bab768-56a9-4867-9f25-\ -998b702d0b28"], + }]], "RelatedLinksSection",ExpressionUUID->"56a50dbe-5c88-4277-95a0-\ +a2033951dab0"], Cell[CellGroupData[{ @@ -905,11 +907,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"10a346d3-376b-4bce-8248-c19d12f6748c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a4330564-9e0d-464e-9f55-5d32ff06cf9a"] +Cell[" ", "FooterCell",ExpressionUUID->"4ef2c653-5a5a-4cc8-bb0f-42af5f61902a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SkelLowerSet", TaggingRules->{ @@ -920,17 +922,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 47.885024}", + "built" -> "{2024, 6, 3, 16, 55, 33.993698}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SkelLowerSet[game] plots the lower set of a game as a skeleton.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SkelLowerSet", - "titlemodifier" -> "", "windowtitle" -> "SkelLowerSet", "type" -> - "Symbol", "uri" -> "TUG/ref/SkelLowerSet"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SkelLowerSet", "type" -> "Symbol", "uri" -> "TUG/ref/SkelLowerSet"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -939,9 +941,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"0e860d15-cf15-439a-8140-02076ca9219e" +ExpressionUUID->"91037fec-2d15-4b18-8984-819a8ab6e200" ] (* End of Notebook Content *) @@ -949,127 +951,125 @@ ExpressionUUID->"0e860d15-cf15-439a-8140-02076ca9219e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13921, 362, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09621c84-6953-4731-8ded-1d977db1300d", + Cell[13993, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"942cd314-e975-4a72-9938-c3faf79491c3", CellTags->"PrimaryExamplesSection", - CellID->134031246]} + CellID->2081087740]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35244, 950} + {"PrimaryExamplesSection", 35302, 952} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7123, 168, 56, "AnchorBarGrid",ExpressionUUID->"9af52da5-d7d1-4b26-96c8-437944c42590", +Cell[584, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"64895a38-de0e-4cf2-bf60-413c1191334e", CellID->1], -Cell[7710, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0e802f1f-7fa6-4d8f-8da5-58a41f2fccb2"], +Cell[7782, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1cb1d168-fa40-4576-b0f1-e619df95a260"], Cell[CellGroupData[{ -Cell[7821, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"1b995e97-65d4-4da4-aba3-c0225d33553b"], -Cell[9110, 232, 458, 9, 111, "Usage",ExpressionUUID->"0c1d2fcd-b540-42fa-8128-600a517415fb", +Cell[7893, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"604cd4e5-ca82-4033-bc8e-ba25523e8644"], +Cell[9182, 237, 458, 9, 111, "Usage",ExpressionUUID->"0c1d2fcd-b540-42fa-8128-600a517415fb", CellID->1625212969] }, Open ]], Cell[CellGroupData[{ -Cell[9605, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"8161378b-8abb-4e09-84ce-a75232a2299d", +Cell[9677, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"18bba0da-d623-4899-aa7f-79b4efa57e01", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2092980326], -Cell[11503, 295, 518, 12, 57, "]]",ExpressionUUID->"ad85627b-bd6f-4dd5-9159-560c76902dd6", + CellID->1349951369], +Cell[11575, 300, 518, 12, 57, "]]",ExpressionUUID->"ad85627b-bd6f-4dd5-9159-560c76902dd6", CellID->313448337], -Cell[12024, 309, 489, 12, 37, "Notes",ExpressionUUID->"70b663eb-8a6b-4f86-b05e-7285abd8b893", +Cell[12096, 314, 489, 12, 38, "Notes",ExpressionUUID->"70b663eb-8a6b-4f86-b05e-7285abd8b893", CellID->177724765], -Cell[12516, 323, 218, 4, 36, "Notes",ExpressionUUID->"7fb3f2d8-bfd9-425b-b532-3273eaaf4765", +Cell[12588, 328, 218, 4, 36, "Notes",ExpressionUUID->"7fb3f2d8-bfd9-425b-b532-3273eaaf4765", CellID->1555097117], -Cell[12737, 329, 149, 1, 36, "Notes",ExpressionUUID->"e0a7ca23-ecbb-4606-8f36-69092e19d2f8", +Cell[12809, 334, 149, 1, 36, "Notes",ExpressionUUID->"e0a7ca23-ecbb-4606-8f36-69092e19d2f8", CellID->1003646461], -Cell[12889, 332, 146, 1, 36, "Notes",ExpressionUUID->"7062551f-e2c3-4a3b-b55e-2409dec9328a", +Cell[12961, 337, 146, 1, 36, "Notes",ExpressionUUID->"7062551f-e2c3-4a3b-b55e-2409dec9328a", CellID->69806286], -Cell[13038, 335, 607, 18, 37, "Notes",ExpressionUUID->"264578af-6478-4f4b-8b48-335f475734cc", +Cell[13110, 340, 607, 18, 38, "Notes",ExpressionUUID->"264578af-6478-4f4b-8b48-335f475734cc", CellID->1138431469], -Cell[13648, 355, 146, 1, 36, "Notes",ExpressionUUID->"26b0be33-d1e9-4da7-b9d3-bd1acf5dce5c", +Cell[13720, 360, 146, 1, 36, "Notes",ExpressionUUID->"26b0be33-d1e9-4da7-b9d3-bd1acf5dce5c", CellID->1224028795] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13921, 362, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"09621c84-6953-4731-8ded-1d977db1300d", +Cell[13993, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"942cd314-e975-4a72-9938-c3faf79491c3", CellTags->"PrimaryExamplesSection", - CellID->134031246], + CellID->2081087740], Cell[CellGroupData[{ -Cell[15366, 403, 1398, 36, 30, "ExampleSection",ExpressionUUID->"33363bcc-f219-4ec4-9e49-0602c3807a96", - CellID->351356804], -Cell[16767, 441, 118, 1, 38, "ExampleText",ExpressionUUID->"53f1a7c6-4b25-4669-839b-f4d227fa45b0", +Cell[15439, 408, 1399, 36, 30, "ExampleSection",ExpressionUUID->"596a40d2-7468-4bd1-b3df-905388c09c72", + CellID->1108649684], +Cell[16841, 446, 118, 1, 39, "ExampleText",ExpressionUUID->"53f1a7c6-4b25-4669-839b-f4d227fa45b0", CellID->641499447], Cell[CellGroupData[{ -Cell[16910, 446, 166, 3, 27, "Input",ExpressionUUID->"4f19af1a-a362-4e70-aa56-ce5d4c462032", +Cell[16984, 451, 166, 3, 27, "Input",ExpressionUUID->"4f19af1a-a362-4e70-aa56-ce5d4c462032", CellID->23335632], Cell[CellGroupData[{ -Cell[17101, 453, 235, 4, 23, "Print",ExpressionUUID->"32a81acf-98d2-4e02-bb0c-4e210850169d", +Cell[17175, 458, 235, 4, 23, "Print",ExpressionUUID->"32a81acf-98d2-4e02-bb0c-4e210850169d", CellID->73041541], -Cell[17339, 459, 366, 8, 23, "Print",ExpressionUUID->"84884983-adc5-407f-99d4-64ab01bc0e82", +Cell[17413, 464, 366, 8, 23, "Print",ExpressionUUID->"84884983-adc5-407f-99d4-64ab01bc0e82", CellID->1264608408], -Cell[17708, 469, 237, 4, 23, "Print",ExpressionUUID->"041c19ab-abb9-4cdf-8bd5-6db1ecdc37cc", +Cell[17782, 474, 237, 4, 23, "Print",ExpressionUUID->"041c19ab-abb9-4cdf-8bd5-6db1ecdc37cc", CellID->1970769067], -Cell[17948, 475, 220, 3, 23, "Print",ExpressionUUID->"bb94dbb3-4b81-49c6-b1a6-bdff2e2eaba3", +Cell[18022, 480, 220, 3, 23, "Print",ExpressionUUID->"bb94dbb3-4b81-49c6-b1a6-bdff2e2eaba3", CellID->850721507], -Cell[18171, 480, 207, 3, 23, "Print",ExpressionUUID->"5661c1e2-158a-44a4-ab7b-6f654d8e66c7", +Cell[18245, 485, 207, 3, 23, "Print",ExpressionUUID->"5661c1e2-158a-44a4-ab7b-6f654d8e66c7", CellID->706282385], -Cell[18381, 485, 237, 4, 23, "Print",ExpressionUUID->"819bc243-4467-4f81-a900-fd5605b09632", +Cell[18455, 490, 237, 4, 23, "Print",ExpressionUUID->"819bc243-4467-4f81-a900-fd5605b09632", CellID->585768187], -Cell[18621, 491, 220, 3, 70, "Print",ExpressionUUID->"99246fae-4f50-4af6-9184-29f7b400ca6a", +Cell[18695, 496, 220, 3, 23, "Print",ExpressionUUID->"99246fae-4f50-4af6-9184-29f7b400ca6a", CellID->511556444], -Cell[18844, 496, 237, 4, 70, "Print",ExpressionUUID->"4a3d7c93-3147-499b-96c9-320b59053f8b", +Cell[18918, 501, 237, 4, 70, "Print",ExpressionUUID->"4a3d7c93-3147-499b-96c9-320b59053f8b", CellID->1275188395], -Cell[19084, 502, 235, 4, 70, "Print",ExpressionUUID->"b7c71bea-c537-4f09-9c85-667c4e71cf55", +Cell[19158, 507, 235, 4, 70, "Print",ExpressionUUID->"b7c71bea-c537-4f09-9c85-667c4e71cf55", CellID->40145168], -Cell[19322, 508, 207, 3, 70, "Print",ExpressionUUID->"2dfd12b2-1ed1-4f54-a768-7d955dd294f7", +Cell[19396, 513, 207, 3, 70, "Print",ExpressionUUID->"2dfd12b2-1ed1-4f54-a768-7d955dd294f7", CellID->965831062], -Cell[19532, 513, 237, 4, 70, "Print",ExpressionUUID->"7b7ef96f-5755-4e1d-9b8c-7ebd69f67560", +Cell[19606, 518, 237, 4, 70, "Print",ExpressionUUID->"7b7ef96f-5755-4e1d-9b8c-7ebd69f67560", CellID->1827715241] }, Open ]] }, Open ]], -Cell[19796, 521, 137, 1, 70, "ExampleText",ExpressionUUID->"0329330f-5f0d-43d5-bcbe-a86769a7112e", +Cell[19870, 526, 137, 1, 70, "ExampleText",ExpressionUUID->"0329330f-5f0d-43d5-bcbe-a86769a7112e", CellID->1334127035], -Cell[19936, 524, 234, 6, 70, "Input",ExpressionUUID->"959ad397-91d0-4021-ba4c-ae7040e6e539", +Cell[20010, 529, 234, 6, 70, "Input",ExpressionUUID->"959ad397-91d0-4021-ba4c-ae7040e6e539", CellID->437630387], -Cell[20173, 532, 374, 9, 70, "Input",ExpressionUUID->"d7feb457-9f16-4d87-8a8d-9045b8c04ceb", +Cell[20247, 537, 374, 9, 70, "Input",ExpressionUUID->"d7feb457-9f16-4d87-8a8d-9045b8c04ceb", CellID->150574467], -Cell[20550, 543, 237, 6, 70, "Input",ExpressionUUID->"fcb75bc9-5987-4164-b332-0cf083ae5d92", +Cell[20624, 548, 237, 6, 70, "Input",ExpressionUUID->"fcb75bc9-5987-4164-b332-0cf083ae5d92", CellID->502455852], -Cell[20790, 551, 190, 4, 70, "ExampleText",ExpressionUUID->"b5dd7540-078a-448a-859e-79219a061ad6", +Cell[20864, 556, 190, 4, 70, "ExampleText",ExpressionUUID->"b5dd7540-078a-448a-859e-79219a061ad6", CellID->580455675], Cell[CellGroupData[{ -Cell[21005, 559, 172, 3, 70, "Input",ExpressionUUID->"0eb88421-1f3b-419b-99ea-1720479f7ade", +Cell[21079, 564, 172, 3, 70, "Input",ExpressionUUID->"0eb88421-1f3b-419b-99ea-1720479f7ade", CellID->1318191519], -Cell[21180, 564, 173, 4, 36, "Output",ExpressionUUID->"7c8b655a-2329-4c4b-b655-cad284521046", +Cell[21254, 569, 173, 4, 36, "Output",ExpressionUUID->"7c8b655a-2329-4c4b-b655-cad284521046", CellID->944395625] }, Open ]], -Cell[21368, 571, 178, 3, 70, "ExampleText",ExpressionUUID->"0c57fe29-fd33-4bdf-8735-2eca55d988d5", +Cell[21442, 576, 178, 3, 70, "ExampleText",ExpressionUUID->"0c57fe29-fd33-4bdf-8735-2eca55d988d5", CellID->503905916], Cell[CellGroupData[{ -Cell[21571, 578, 198, 4, 70, "Input",ExpressionUUID->"8ff4e610-9816-44ac-8010-55bf2f00c98e", +Cell[21645, 583, 198, 4, 70, "Input",ExpressionUUID->"8ff4e610-9816-44ac-8010-55bf2f00c98e", CellID->166809237], -Cell[21772, 584, 777, 19, 485, "Output",ExpressionUUID->"88377d61-0685-4053-9221-7a6e28bdd4b3", +Cell[21846, 589, 777, 19, 485, "Output",ExpressionUUID->"88377d61-0685-4053-9221-7a6e28bdd4b3", CellID->393446390] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22865, 617, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"24241ba8-d7b1-49a6-a8bc-f9a12c9f81b1"], +Cell[28379, 767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2abd19d7-4043-463c-bb22-8d3818dfd646"], +Cell[29052, 787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cbc4d3fc-1079-4010-811c-56a908b1908a"], +Cell[30088, 815, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"56a50dbe-5c88-4277-95a0-a2033951dab0"], Cell[CellGroupData[{ -Cell[22813, 614, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"0609f79e-8693-47b1-914e-3a6c6230f17f"], -Cell[28327, 764, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0181a8ba-ab57-46b2-87cc-110867c7b38e"] -}, Open ]], -Cell[29012, 785, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9fd24830-aa73-4a07-8554-65d20f56fd72"], -Cell[30048, 813, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"b6bab768-56a9-4867-9f25-998b702d0b28"], -Cell[CellGroupData[{ -Cell[32348, 881, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d6707801-b1ec-4095-9693-5ab821a83e9e", +Cell[32388, 883, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d6707801-b1ec-4095-9693-5ab821a83e9e", CellID->2135167160], -Cell[32489, 884, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"98ddbfa3-9a75-43d1-8680-6dd69604f1fe", +Cell[32529, 886, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"98ddbfa3-9a75-43d1-8680-6dd69604f1fe", CellID->1194386356], -Cell[32711, 890, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a39744b3-20b0-4eef-9078-674c1eabd5e3", +Cell[32751, 892, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a39744b3-20b0-4eef-9078-674c1eabd5e3", CellID->1641706272], -Cell[32926, 895, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9020bc52-e414-4b83-abe6-078a7b11c356", +Cell[32966, 897, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9020bc52-e414-4b83-abe6-078a7b11c356", CellID->399251956], -Cell[33155, 901, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"10a346d3-376b-4bce-8248-c19d12f6748c", +Cell[33195, 903, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"10a346d3-376b-4bce-8248-c19d12f6748c", CellID->821434655] }, Open ]], -Cell[33392, 907, 78, 0, 70, "FooterCell",ExpressionUUID->"a4330564-9e0d-464e-9f55-5d32ff06cf9a"] +Cell[33432, 909, 78, 0, 70, "FooterCell",ExpressionUUID->"4ef2c653-5a5a-4cc8-bb0f-42af5f61902a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SkelReasonableSetV6.nb b/Documentation/English/ReferencePages/Symbols/SkelReasonableSetV6.nb index c079dc4..ff70206 100644 --- a/Documentation/English/ReferencePages/Symbols/SkelReasonableSetV6.nb +++ b/Documentation/English/ReferencePages/Symbols/SkelReasonableSetV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41975, 1076] -NotebookOptionsPosition[ 33860, 916] -NotebookOutlinePosition[ 35957, 970] -CellTagsIndexPosition[ 35872, 965] +NotebookDataLength[ 42012, 1077] +NotebookOptionsPosition[ 33912, 919] +NotebookOutlinePosition[ 36027, 973] +CellTagsIndexPosition[ 35942, 968] WindowTitle->SkelReasonableSetV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c56679b1-d591-4414-9fda-81a69c3a5954"], + "395ee912-32b6-4426-9f43-7e18276e27e0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "29a5556d-93fb-4a14-9ba0-e8f3ce2bf4fc"], + "6204c7ca-e5ba-4fea-834b-676313c734f4"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "65adef93-7376-4666-ba24-95485bacd49a"] - }],ExpressionUUID->"b1786b8e-6789-4cd4-8447-4c48ea07ad40"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "83520789-5ee4-4b8a-920e-c6f87719fa24"] + }],ExpressionUUID->"d7ee4917-88f0-4a49-86ea-44f2e88db794"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d0e22354-0a1f-4802-bf93-30d35943245e"], + "4694b3b7-b054-4311-92c8-6dcfde32a08c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4ef842fa-1ec5-4bb0-ab5e-b02476712597"] - }],ExpressionUUID->"c141296c-1a00-409a-87b8-13b87e2c6042"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "61bc79aa-86b4-4b10-9477-8e8c1432f281"] + }],ExpressionUUID->"accad87e-98af-462f-bbea-77c2421f2734"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "98e4ce92-0cb7-4890-acf7-33d3cf4c8009"], + "77adcc3f-2466-47df-9b52-37ce5d95a08c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ceb3e202-65b8-4c68-a56a-0d696983b99c"] - }],ExpressionUUID->"c9bbfb2f-d6ac-44c9-b102-4f9ea50f6ff6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "5bab1d30-1d50-4ae7-916a-e21844a5eaff"] + }],ExpressionUUID->"f1eddd2c-f85e-4db7-a651-ea8f83c9dcb8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2c460119-2f2e-451b-9b0d-e485a21df028"], + "dcd4c5c6-fa5a-483f-881b-36ce4bb57ed4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7444dd3d-fe5a-407d-82e4-0fa24d5071cc"] - }],ExpressionUUID->"72c5b5b4-ba17-4a08-a5e2-08a7011a93c1"], - StripOnInput->False], {"\<\"TUG/ref/SkelReasonableSetV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SkelReasonableSetV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ab2d1c82-4ffb-4f51-aa0e-068041fa7cd9"] + }],ExpressionUUID->"a0f83336-4616-4fc6-8152-6c8f86e96220"], + StripOnInput->False],{ + "\"TUG/ref/SkelReasonableSetV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SkelReasonableSetV6"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SkelReasonableSetV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$181447], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SkelReasonableSetV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$196057], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SkelReasonableSetV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "af1ab1e6-30cc-4d7d-b24c-72c71f964c59"] + "909176f8-7b6c-4d44-8306-b10a0b2ca715"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a41d1898-761c-4683-be50-a4798735092e"]} + "7636a090-6be9-4dd3-9da9-65a4b1936cb0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3a51aacd-7104-4e77-95e5-376d8e81acc2"], + CellID->1,ExpressionUUID->"b55b273a-36e2-4b9b-a581-e68a3615b6b9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ff81c7b-ebf0-4522-982b-60a26e3950fe"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9effddf1-1418-428b-a52e-b4bef4076cfc"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SkelReasonableSetV6", "ObjectName",ExpressionUUID-> - "e0774575-f81f-451c-a4bb-3189734d9b8b"], + "a9a424b3-f99b-40a0-b365-0eecdadbb6d9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0d1c680b-6ccf-436d-9ffd-4420e307681c"], + "Spacer1"]],ExpressionUUID->"c1f0f326-ba15-4cd0-aa82-ecd06cebe1b4"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "91032764-6da8-48ff-8bfe-f4aafce04353"] - }],ExpressionUUID->"56414145-29b0-4277-846a-ebc1041bfbb7"], Cell[BoxData[ + "ae754adf-7ae9-4267-9177-c1b4b11adb44"] + }],ExpressionUUID->"b11a38cd-d918-40fa-9e33-ef2a85239d63"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "b5befe59-ae34-4b9b-8a3b-7cf94060fa44"]} + "8baa84d2-10d4-4ec5-bc67-83616e2fd598"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d8532a54-7408-4185-bc87-b7cc254d812c"], + CacheGraphics->False,ExpressionUUID->"ea54aac7-29d0-4d6b-bfc0-1177e89803e3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "94a5fb31-e8db-4bad-96fd-65e70374e00b"], " \[LineSeparator]plots the reasonable set of a game as a skeleton." - }],ExpressionUUID->"e5f9da0d-1512-4e95-959a-1a271b1d43bc"]} + }],ExpressionUUID->"34fa4ea6-183e-41ff-a8d9-f392e5242d2e"]} }]], "Usage", CellID->2098251745,ExpressionUUID->"6257874e-c3e2-4d8b-a642-3c769f8395f0"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5aa7874c-5590-461c-9cc7-afab84f14acb"], + ExpressionUUID->"281bca6d-1378-4d3c-bd8a-868619cd24da"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1535c614-dc70-47bc-81bc-26d9fc309e4c"], + "Spacer1"]],ExpressionUUID->"34cb1c61-b3c8-4537-b848-afdf0314ea43"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ff911315-034f-4980-b7cd-baa547cfdec2"], + }], "NotesFrameText",ExpressionUUID->"aa3cdf5f-3b74-4f83-9ef3-a6bb079c98e8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1f930cc9-d2f5-475a-bdba-32554aee71da"]], \ + "Preemptive"]],ExpressionUUID->"85fb83dd-3c06-426a-beeb-4c027faf3aa7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1117958279,ExpressionUUID->"cc665bc4-affb-49fc-8df2-f59fb4e0d409"], + CellID->1306078307,ExpressionUUID->"e209f0d8-2b6a-4bf8-a22c-51dc6e5519f2"], Cell[TextData[{ "The input expression ", @@ -387,19 +393,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3e5a0702-4060-48b0-9d74-e1e525e5432d"], + ExpressionUUID->"12e88c38-053d-455d-819d-aea9e37a675d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d3233211-ef85-46e3-a860-11d524b509da"], + "Spacer1"]],ExpressionUUID->"4b25e054-9240-4f21-acc7-09b3d3edc0a0"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a6cf57f8-4556-4b90-8e6a-a5fd8c97c649"] + "049def5a-7c14-45be-baed-3ebba236dbfc"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->313243008,ExpressionUUID->"dc9bf93c-10c9-4c2a-b167-b77b17d06438"], + CellID->943430183,ExpressionUUID->"43a8eac1-b6af-4950-a012-e80b20a0075e"], Cell[CellGroupData[{ @@ -428,18 +434,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8bab9b59-7fb4-4c54-9a37-17f5655ac84b"], + ExpressionUUID->"cdc62715-95da-4c3b-8ddd-9c40301a4dec"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6228e7b2-35cf-4ed4-b322-b444c62e7d55"], + "Spacer1"]],ExpressionUUID->"27083952-3f5f-4a0c-a9c7-df1765d9e9fe"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "357000e0-3337-42ed-89ba-1ff184d57a5f"] + "cd27b564-e85e-42e6-a02e-f1ee0b1f5a85"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1055990670,ExpressionUUID->"2b6dd10e-1c37-40d4-b309-c7e0ae59893d"], + CellID->1335291450,ExpressionUUID->"831deb57-2048-4b5c-b5e7-0ec900f72593"], Cell["Loading the package:", "ExampleText", CellID->1560273320,ExpressionUUID->"47e61a9d-3e31-4f3f-a28c-a80577d71e6f"], @@ -617,8 +623,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -766,15 +770,15 @@ Cell[BoxData[GridBox[{ "4af5dd79-56c6-40f1-a7f0-edfc178cb498"] }], "SeeAlso",ExpressionUUID->"f7e523ad-3dee-4096-b1b5-6ec853231d74"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8ebf352a-4bdf-452b-ab71-\ -8f79d38bd30f"], + }]], "SeeAlsoSection",ExpressionUUID->"1d1714e3-08d0-4a39-a4bb-\ +cc8fcb4d5cdf"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -786,9 +790,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4537e3e3-5067-414d-b28b-ce9d1ca7a8ae"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a2f5aa2f-69d9-4556-b989-\ -494ef865d3bb"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"33018397-8232-412b-bfcf-\ +5f2d717fe142"], Cell[BoxData[GridBox[{ { @@ -805,7 +808,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "207bbc8d-61bc-4555-8e55-7b9698e72a3d"]}]}, + "50a125c6-948d-4952-834d-943aeb230e59"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -813,10 +816,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "48b78710-70ee-4deb-8edf-163fc32c98e6"]}]} + "88e7fa1d-3602-42ab-981e-33b9f2849bc9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7c69ea79-78c7-4223-b675-\ -4782598cecf3"], + }]], "MoreAboutSection",ExpressionUUID->"153912b5-8adb-4493-be45-\ +c697950ec9e3"], Cell[BoxData[GridBox[{ { @@ -844,7 +847,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ea9bea54-d96f-4447-a6b9-a35b18d50edb"]], "RelatedLinks", + "6cf5f7b3-2443-40a3-a3d1-f982fd2e8b57"]], "RelatedLinks", ExpressionUUID->"9c14769e-b85f-4ccd-b75d-f3b18c81ec63"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "84dc99b4-b727-4bf3-8bc1-cc9dfd62eec8"]], "RelatedLinks", + "876c4462-e6bb-4eaf-ab29-924679f779a7"]], "RelatedLinks", ExpressionUUID->"8fd2b014-da1a-4849-b77e-e687ec53b959"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -878,11 +881,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "599ebde6-adde-4ce5-aa74-87808717534c"]], "RelatedLinks", + "d10ae00b-33ff-4ee0-ae05-68e570cdd1f5"]], "RelatedLinks", ExpressionUUID->"90642db8-cdbd-41bd-b6d9-9653820ed364"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"323c11ec-2d68-4693-a313-\ -7ae2ccfd8b22"], + }]], "RelatedLinksSection",ExpressionUUID->"c3a301ff-2ca6-474c-b354-\ +95de84808352"], Cell[CellGroupData[{ @@ -912,11 +915,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"de758616-783f-441f-b4a6-05f3d1a6293b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"1a631475-69f5-4df5-ab3d-12fc6966a3d0"] +Cell[" ", "FooterCell",ExpressionUUID->"ff8cc8bc-6143-489d-9302-b3f3b88b30a2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SkelReasonableSetV6", TaggingRules->{ @@ -927,18 +930,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 49.436402}", + "built" -> "{2024, 6, 3, 16, 55, 34.721937}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SkelReasonableSetV6[game] plots the reasonable set of a game as a \ skeleton.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SkelReasonableSetV6", "titlemodifier" -> "", "windowtitle" -> - "SkelReasonableSetV6", "type" -> "Symbol", "uri" -> + "SkelReasonableSetV6", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SkelReasonableSetV6", "type" -> "Symbol", "uri" -> "TUG/ref/SkelReasonableSetV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -947,9 +950,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"21ad654e-6969-45c4-b7b2-f73542b912da" +ExpressionUUID->"b7308702-fab7-49cc-88ba-51641e0c8c7e" ] (* End of Notebook Content *) @@ -957,127 +960,125 @@ ExpressionUUID->"21ad654e-6969-45c4-b7b2-f73542b912da" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14026, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc9bf93c-10c9-4c2a-b167-b77b17d06438", + Cell[14112, 370, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43a8eac1-b6af-4950-a012-e80b20a0075e", CellTags->"PrimaryExamplesSection", - CellID->313243008]} + CellID->943430183]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35672, 958} + {"PrimaryExamplesSection", 35742, 961} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7153, 168, 56, "AnchorBarGrid",ExpressionUUID->"3a51aacd-7104-4e77-95e5-376d8e81acc2", +Cell[591, 21, 7239, 174, 57, "AnchorBarGrid",ExpressionUUID->"b55b273a-36e2-4b9b-a581-e68a3615b6b9", CellID->1], -Cell[7747, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1ff81c7b-ebf0-4522-982b-60a26e3950fe"], +Cell[7833, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9effddf1-1418-428b-a52e-b4bef4076cfc"], Cell[CellGroupData[{ -Cell[7858, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"d8532a54-7408-4185-bc87-b7cc254d812c"], -Cell[9154, 232, 470, 9, 111, "Usage",ExpressionUUID->"6257874e-c3e2-4d8b-a642-3c769f8395f0", +Cell[7944, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"ea54aac7-29d0-4d6b-bfc0-1177e89803e3"], +Cell[9240, 238, 470, 9, 111, "Usage",ExpressionUUID->"6257874e-c3e2-4d8b-a642-3c769f8395f0", CellID->2098251745] }, Open ]], Cell[CellGroupData[{ -Cell[9661, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"cc665bc4-affb-49fc-8df2-f59fb4e0d409", +Cell[9747, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"e209f0d8-2b6a-4bf8-a22c-51dc6e5519f2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1117958279], -Cell[11559, 295, 518, 12, 57, "]]",ExpressionUUID->"deb4940d-38e6-418f-895b-ddb28ddea4c6", + CellID->1306078307], +Cell[11645, 301, 518, 12, 57, "]]",ExpressionUUID->"deb4940d-38e6-418f-895b-ddb28ddea4c6", CellID->313448337], -Cell[12080, 309, 489, 12, 37, "Notes",ExpressionUUID->"0af4c7ab-83d8-409d-9848-71e3f7848a8a", +Cell[12166, 315, 489, 12, 38, "Notes",ExpressionUUID->"0af4c7ab-83d8-409d-9848-71e3f7848a8a", CellID->177724765], -Cell[12572, 323, 248, 4, 57, "Notes",ExpressionUUID->"3c7c767b-de84-4e59-ab75-0f0450ecea28", +Cell[12658, 329, 248, 4, 57, "Notes",ExpressionUUID->"3c7c767b-de84-4e59-ab75-0f0450ecea28", CellID->626747736], -Cell[12823, 329, 162, 3, 36, "Notes",ExpressionUUID->"e83e2644-9060-404b-833c-209c0bc6b31c", +Cell[12909, 335, 162, 3, 36, "Notes",ExpressionUUID->"e83e2644-9060-404b-833c-209c0bc6b31c", CellID->1545769299], -Cell[12988, 334, 152, 1, 36, "Notes",ExpressionUUID->"dced3741-9944-401e-875f-891e7aa6cb8b", +Cell[13074, 340, 152, 1, 36, "Notes",ExpressionUUID->"dced3741-9944-401e-875f-891e7aa6cb8b", CellID->196307581], -Cell[13143, 337, 607, 18, 37, "Notes",ExpressionUUID->"80fbcb00-3da0-4d72-ac6d-52aac0c40de9", +Cell[13229, 343, 607, 18, 38, "Notes",ExpressionUUID->"80fbcb00-3da0-4d72-ac6d-52aac0c40de9", CellID->1713133366], -Cell[13753, 357, 146, 1, 36, "Notes",ExpressionUUID->"860883a0-2ce9-42d6-8962-4ecf78a5cb46", +Cell[13839, 363, 146, 1, 36, "Notes",ExpressionUUID->"860883a0-2ce9-42d6-8962-4ecf78a5cb46", CellID->1541117586] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14026, 364, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dc9bf93c-10c9-4c2a-b167-b77b17d06438", +Cell[14112, 370, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43a8eac1-b6af-4950-a012-e80b20a0075e", CellTags->"PrimaryExamplesSection", - CellID->313243008], + CellID->943430183], Cell[CellGroupData[{ -Cell[15471, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2b6dd10e-1c37-40d4-b309-c7e0ae59893d", - CellID->1055990670], -Cell[16873, 443, 119, 1, 38, "ExampleText",ExpressionUUID->"47e61a9d-3e31-4f3f-a28c-a80577d71e6f", +Cell[15557, 411, 1399, 36, 30, "ExampleSection",ExpressionUUID->"831deb57-2048-4b5c-b5e7-0ec900f72593", + CellID->1335291450], +Cell[16959, 449, 119, 1, 39, "ExampleText",ExpressionUUID->"47e61a9d-3e31-4f3f-a28c-a80577d71e6f", CellID->1560273320], Cell[CellGroupData[{ -Cell[17017, 448, 167, 3, 27, "Input",ExpressionUUID->"20f0dbe7-8d5e-47e3-8ced-c54ad825d930", +Cell[17103, 454, 167, 3, 27, "Input",ExpressionUUID->"20f0dbe7-8d5e-47e3-8ced-c54ad825d930", CellID->926306568], Cell[CellGroupData[{ -Cell[17209, 455, 235, 4, 23, "Print",ExpressionUUID->"33b380b7-3025-4da8-87b0-64299a860c08", +Cell[17295, 461, 235, 4, 23, "Print",ExpressionUUID->"33b380b7-3025-4da8-87b0-64299a860c08", CellID->33023708], -Cell[17447, 461, 366, 8, 23, "Print",ExpressionUUID->"f67d01ce-3430-40a0-b828-6af17670fa01", +Cell[17533, 467, 366, 8, 23, "Print",ExpressionUUID->"f67d01ce-3430-40a0-b828-6af17670fa01", CellID->1538214763], -Cell[17816, 471, 236, 4, 23, "Print",ExpressionUUID->"88a4301c-1839-41ae-b3de-52753255b519", +Cell[17902, 477, 236, 4, 23, "Print",ExpressionUUID->"88a4301c-1839-41ae-b3de-52753255b519", CellID->236578358], -Cell[18055, 477, 221, 3, 23, "Print",ExpressionUUID->"c2bc6466-9d09-4851-b11e-dca12496a1e9", +Cell[18141, 483, 221, 3, 23, "Print",ExpressionUUID->"c2bc6466-9d09-4851-b11e-dca12496a1e9", CellID->2037406852], -Cell[18279, 482, 207, 3, 23, "Print",ExpressionUUID->"9bbf07c1-252d-44e7-a5f7-1d2bd1e0eaca", +Cell[18365, 488, 207, 3, 23, "Print",ExpressionUUID->"9bbf07c1-252d-44e7-a5f7-1d2bd1e0eaca", CellID->912184290], -Cell[18489, 487, 237, 4, 23, "Print",ExpressionUUID->"8f084996-7b61-4713-a018-ba26991b9508", +Cell[18575, 493, 237, 4, 23, "Print",ExpressionUUID->"8f084996-7b61-4713-a018-ba26991b9508", CellID->502185159], -Cell[18729, 493, 220, 3, 70, "Print",ExpressionUUID->"98534c5b-f09f-48b9-bae7-56f207a94e91", +Cell[18815, 499, 220, 3, 70, "Print",ExpressionUUID->"98534c5b-f09f-48b9-bae7-56f207a94e91", CellID->568274196], -Cell[18952, 498, 236, 4, 70, "Print",ExpressionUUID->"6c8ef849-4a2a-4d06-a581-cbd51ac5bf39", +Cell[19038, 504, 236, 4, 70, "Print",ExpressionUUID->"6c8ef849-4a2a-4d06-a581-cbd51ac5bf39", CellID->468761404], -Cell[19191, 504, 237, 4, 70, "Print",ExpressionUUID->"95a16887-3262-426f-a3f5-e335232a1399", +Cell[19277, 510, 237, 4, 70, "Print",ExpressionUUID->"95a16887-3262-426f-a3f5-e335232a1399", CellID->1776769646], -Cell[19431, 510, 208, 3, 70, "Print",ExpressionUUID->"d8e42379-3436-4139-9af4-c27f52f56ce8", +Cell[19517, 516, 208, 3, 70, "Print",ExpressionUUID->"d8e42379-3436-4139-9af4-c27f52f56ce8", CellID->1868847261], -Cell[19642, 515, 237, 4, 70, "Print",ExpressionUUID->"0ee66d11-54be-4704-8079-e746f15f4214", +Cell[19728, 521, 237, 4, 70, "Print",ExpressionUUID->"0ee66d11-54be-4704-8079-e746f15f4214", CellID->2090776236] }, Open ]] }, Open ]], -Cell[19906, 523, 136, 1, 70, "ExampleText",ExpressionUUID->"f1c97f3c-b992-4c43-926c-0b5ccf0108a1", +Cell[19992, 529, 136, 1, 70, "ExampleText",ExpressionUUID->"f1c97f3c-b992-4c43-926c-0b5ccf0108a1", CellID->987018628], -Cell[20045, 526, 234, 6, 70, "Input",ExpressionUUID->"4a3e8ae6-72bb-4ea8-b014-bfa83e91fa8a", +Cell[20131, 532, 234, 6, 70, "Input",ExpressionUUID->"4a3e8ae6-72bb-4ea8-b014-bfa83e91fa8a", CellID->913097648], -Cell[20282, 534, 375, 9, 70, "Input",ExpressionUUID->"118111c0-6638-4752-bb58-ec58886b75ef", +Cell[20368, 540, 375, 9, 70, "Input",ExpressionUUID->"118111c0-6638-4752-bb58-ec58886b75ef", CellID->1273485075], -Cell[20660, 545, 238, 6, 70, "Input",ExpressionUUID->"78f1ba92-3780-4945-a397-a3cf31080ced", +Cell[20746, 551, 238, 6, 70, "Input",ExpressionUUID->"78f1ba92-3780-4945-a397-a3cf31080ced", CellID->2093294247], -Cell[20901, 553, 190, 4, 70, "ExampleText",ExpressionUUID->"e32994ad-36b7-425b-887b-6983c403d0e7", +Cell[20987, 559, 190, 4, 70, "ExampleText",ExpressionUUID->"e32994ad-36b7-425b-887b-6983c403d0e7", CellID->816358540], Cell[CellGroupData[{ -Cell[21116, 561, 177, 3, 70, "Input",ExpressionUUID->"8a490d56-ab79-4401-a667-cd2a30d3a5c9", +Cell[21202, 567, 177, 3, 70, "Input",ExpressionUUID->"8a490d56-ab79-4401-a667-cd2a30d3a5c9", CellID->1639858359], -Cell[21296, 566, 174, 4, 36, "Output",ExpressionUUID->"d116de30-7d98-4c4f-899f-667ffccbd933", +Cell[21382, 572, 174, 4, 36, "Output",ExpressionUUID->"d116de30-7d98-4c4f-899f-667ffccbd933", CellID->2058350697] }, Open ]], -Cell[21485, 573, 185, 4, 70, "ExampleText",ExpressionUUID->"c91f998c-7504-4c4e-a114-abcd3887cd98", +Cell[21571, 579, 185, 4, 70, "ExampleText",ExpressionUUID->"c91f998c-7504-4c4e-a114-abcd3887cd98", CellID->256169234], Cell[CellGroupData[{ -Cell[21695, 581, 203, 4, 70, "Input",ExpressionUUID->"f402dccd-79f9-485e-bcf0-dc08c63e3d81", +Cell[21781, 587, 203, 4, 70, "Input",ExpressionUUID->"f402dccd-79f9-485e-bcf0-dc08c63e3d81", CellID->518155400], -Cell[21901, 587, 1034, 23, 485, "Output",ExpressionUUID->"fd4b0bde-ea10-487f-a05f-e53457ea40be", +Cell[21987, 593, 1034, 23, 485, "Output",ExpressionUUID->"fd4b0bde-ea10-487f-a05f-e53457ea40be", CellID->1160649249] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23263, 625, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"1d1714e3-08d0-4a39-a4bb-cc8fcb4d5cdf"], +Cell[28777, 775, 670, 18, 70, "TechNotesSection",ExpressionUUID->"33018397-8232-412b-bfcf-5f2d717fe142"], +Cell[29450, 795, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"153912b5-8adb-4493-be45-c697950ec9e3"], +Cell[30486, 823, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"c3a301ff-2ca6-474c-b354-95de84808352"], Cell[CellGroupData[{ -Cell[23199, 621, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"8ebf352a-4bdf-452b-ab71-8f79d38bd30f"], -Cell[28713, 771, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a2f5aa2f-69d9-4556-b989-494ef865d3bb"] -}, Open ]], -Cell[29398, 792, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7c69ea79-78c7-4223-b675-4782598cecf3"], -Cell[30434, 820, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"323c11ec-2d68-4693-a313-7ae2ccfd8b22"], -Cell[CellGroupData[{ -Cell[32734, 888, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3f8668e-6295-4388-8fda-4d4dfb9538b6", +Cell[32786, 891, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a3f8668e-6295-4388-8fda-4d4dfb9538b6", CellID->2135167160], -Cell[32875, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f8d38b09-caa9-4a27-aea1-bf98b11ab992", +Cell[32927, 894, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f8d38b09-caa9-4a27-aea1-bf98b11ab992", CellID->1194386356], -Cell[33097, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cafc19df-b6b6-4877-b50d-e10c06f90628", +Cell[33149, 900, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cafc19df-b6b6-4877-b50d-e10c06f90628", CellID->1641706272], -Cell[33312, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"60f83f28-3a1d-4983-afa3-7746db4e0464", +Cell[33364, 905, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"60f83f28-3a1d-4983-afa3-7746db4e0464", CellID->399251956], -Cell[33541, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"de758616-783f-441f-b4a6-05f3d1a6293b", +Cell[33593, 911, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"de758616-783f-441f-b4a6-05f3d1a6293b", CellID->821434655] }, Open ]], -Cell[33778, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"1a631475-69f5-4df5-ab3d-12fc6966a3d0"] +Cell[33830, 917, 78, 0, 70, "FooterCell",ExpressionUUID->"ff8cc8bc-6143-489d-9302-b3f3b88b30a2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SmallestCardinality.nb b/Documentation/English/ReferencePages/Symbols/SmallestCardinality.nb index 15f8e70..9536436 100644 --- a/Documentation/English/ReferencePages/Symbols/SmallestCardinality.nb +++ b/Documentation/English/ReferencePages/Symbols/SmallestCardinality.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43450, 1142] -NotebookOptionsPosition[ 35438, 983] -NotebookOutlinePosition[ 37618, 1038] -CellTagsIndexPosition[ 37532, 1033] +NotebookDataLength[ 43473, 1143] +NotebookOptionsPosition[ 35476, 986] +NotebookOutlinePosition[ 37674, 1041] +CellTagsIndexPosition[ 37588, 1036] WindowTitle->SmallestCardinality WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "42801e47-3a37-4ddd-8576-6112af76365a"], + "6b3c515f-76bc-4116-9932-081691b6ad53"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6cb300bd-ee2c-4219-9b3d-5d5f731edfb5"], + "43d34e8d-c067-4148-9bc1-9db483cbedfe"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "776e1202-2e0e-49e6-9791-fd014b3734cb"] - }],ExpressionUUID->"cbbbfb23-bdb3-457c-8c5f-51fb415f67c8"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4eaa7349-01fe-47b8-a9b2-c7316e0fcf7d"] + }],ExpressionUUID->"5ddd9ec0-ed7a-4288-8802-731d359a1b6c"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8a972a5-630d-448f-ab59-ed8be6629b76"], + "5dc08689-4973-488c-9104-8c4397faaab6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "31c95f08-0b66-4491-ba62-74999fe3d7d9"] - }],ExpressionUUID->"bb350f77-6992-4bb4-bcfa-d66c95f20f98"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e1651619-fbae-4a30-9f90-9866097299e9"] + }],ExpressionUUID->"e624ea99-b0eb-4265-bee7-f55cc7af69b9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f3963f51-a978-48db-9dff-a6ed83fa4b99"], + "64b7aa31-64d6-4f17-9a1f-a2e41cc16803"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a32843d6-5e33-46b2-b4a7-5d1aba11f8b1"] - }],ExpressionUUID->"50c3eace-8ea4-4a6b-848d-0f34c17ab53f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ddb0ca1d-e0f5-444e-9158-1c3f74900cf2"] + }],ExpressionUUID->"9d824523-12f8-4d9b-b103-34338b01491f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b1fead7-8a1c-4a4a-b209-d75fd7f5422e"], + "81c1e364-e68b-4402-a481-d90bab26f654"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0e59f302-84e9-42cb-b37a-f85dbfc5b23a"] - }],ExpressionUUID->"1260e9fe-89ff-458d-8b11-84ab66217290"], - StripOnInput->False], {"\<\"TUG/ref/SmallestCardinality\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SmallestCardinality"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "702b3639-806e-496a-9a64-f6d5c70a7fa8"] + }],ExpressionUUID->"9ae211b7-5be9-4c62-bdc9-b0d60f901ca8"], + StripOnInput->False],{ + "\"TUG/ref/SmallestCardinality\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SmallestCardinality"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SmallestCardinality.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$182011], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SmallestCardinality" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$196655], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SmallestCardinality" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26978d6a-1008-4e50-8099-904ac8107ae5"] + "564075cd-040e-43e7-833f-67d2498cc178"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "18d5dbdd-84e0-4d74-a470-f644b315035d"]} + "ae796187-204c-4da4-8381-5aaaae2e5baf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e4ff6aa4-72a2-4747-ba2d-a73bc575d055"], + CellID->1,ExpressionUUID->"1a25f274-8957-4a60-bc65-ae6d001ebf0c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"cd78b506-d1c8-4010-9cde-9b249c404b03"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bfec6648-cf76-4ff0-a38c-94f0d7e0b336"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SmallestCardinality", "ObjectName",ExpressionUUID-> - "28809e14-37bd-4188-ae2c-f9fc0a5f2004"], + "b15bf9b8-7293-42ed-9ee4-9c6968002a5b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a6023a71-a3ef-47ca-b0e3-fddd7280b522"], + "Spacer1"]],ExpressionUUID->"51175e3d-c554-4076-a6d7-a9507b58cdc3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "89b3d820-c0f8-4466-a432-86e762190b66"] - }],ExpressionUUID->"5a33cbdc-eeb7-454d-9371-e902540665da"], Cell[BoxData[ + "a211fc08-f4fe-479e-82c1-08c319de698f"] + }],ExpressionUUID->"6c29e48c-4af4-49bf-a228-34ca1d8f2544"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3dc4a0c3-c67f-4b3f-b911-b91115120b7e"]} + "55a375c9-8081-42d2-adec-3340577a582a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4516322c-08b5-400c-a330-722c23a47b0d"], + CacheGraphics->False,ExpressionUUID->"9be6ec1c-ef1c-40af-9b97-34629e2be410"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for various package functions to impose \ the evaluation of the set of most effective coalitions with smallest \ cardinality." - }],ExpressionUUID->"8dc1ad76-d277-4633-8720-2ad0e68087fb"]} + }],ExpressionUUID->"56a23b33-feeb-44e5-bbc7-71c96cabf0c8"]} }]], "Usage", CellID->783136347,ExpressionUUID->"ea7dcff6-4bdc-479f-8b06-ffa62d490f90"] }, Open ]], @@ -271,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b591d79c-73bf-46f0-ad72-a6f427acf24a"], + ExpressionUUID->"de4a7ee8-488b-454d-adc9-8306f3e7146a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e947df62-4a11-404b-b990-a3383f3489ac"], + "Spacer1"]],ExpressionUUID->"a01b4e88-c6d1-4014-91ee-ca9054cefb25"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"96bcf6c3-072a-434f-8a2c-33181467290e"], + }], "NotesFrameText",ExpressionUUID->"139b36b6-ed25-4450-bb69-4b5b527b4661"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cfba912a-1375-4191-bb45-44392c1f4384"]], \ + "Preemptive"]],ExpressionUUID->"12c6da87-a845-4315-80a7-a2cd9c8d34d8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1049839936,ExpressionUUID->"05372281-11df-4045-a8b7-ecffa59c255f"], + CellID->168607952,ExpressionUUID->"3e5f1d60-0bc3-4f5d-8b0d-58e8cff7b0d4"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +348,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7e0138a4-61db-48d3-a2fd-4b1aaf0668b1"], + ExpressionUUID->"be9d0652-913f-4314-926a-faf56988803e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9e15f27b-09b4-44a6-b8d3-ca3345937605"], + "Spacer1"]],ExpressionUUID->"e19b15ee-9b6a-4a45-b13a-9a40072f5905"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "63881ef0-8a88-4dee-ad7b-d19e6b231186"] + "e876cba6-d0a0-4fd3-83a5-441ba342cfb0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1083399479,ExpressionUUID->"fa019ec3-eede-4e7c-b7db-8f8cda8778a9"], + CellID->1774172026,ExpressionUUID->"e84757bb-e0c6-4e66-abb1-eb3dd6ddafa1"], Cell[CellGroupData[{ @@ -383,18 +389,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5432f3c9-5979-4a94-a438-0961a40b550b"], + ExpressionUUID->"9a7512e1-242c-4300-8dd3-56ad8ab65a46"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0d923056-1d02-46cf-ba22-e5c2ac5acd44"], + "Spacer1"]],ExpressionUUID->"612c10c5-4ad5-4299-a76c-2fbec6fa4f3a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "16f6d037-1fea-4067-978c-fe588f2a63a0"] + "8a934287-42b4-4336-9ecf-8db249cb3561"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->937752874,ExpressionUUID->"5f46732c-0f1b-4fd0-b1c2-ae9ace12fd5f"], + CellID->2048121224,ExpressionUUID->"a39ce113-daff-4615-92c9-1bea61bc3f8c"], Cell["Loading the package:", "ExampleText", CellID->1849160940,ExpressionUUID->"c41ba3d9-f9dc-4154-a827-0c71b49761ca"], @@ -650,8 +656,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -799,15 +803,15 @@ Cell[BoxData[GridBox[{ "a1974fbd-a5db-41a2-b74f-1c76e1de5bc4"] }], "SeeAlso",ExpressionUUID->"fbcd76e2-f800-49bd-81b6-a8af9c1d9616"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f596c958-053b-45e8-bf13-\ -d6ed244b2f14"], + }]], "SeeAlsoSection",ExpressionUUID->"7f273d6f-a78f-4cfb-a5f3-\ +b7daef7cd6f0"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -819,9 +823,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4b78df93-39de-4ab7-8f4b-9e5df3073dbe"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"21ca9fd0-5980-4c34-a4f8-\ -815874c0fabe"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"32dbdc20-35f0-44b0-9fcf-\ +aeb8346cbdd7"], Cell[BoxData[GridBox[{ { @@ -838,7 +841,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8192ef01-5628-47ae-b28f-95b51766936c"]}]}, + "9bf795d1-a9ac-4997-bd96-b95c6c458063"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -846,10 +849,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4d46c2f0-fa07-4d6b-a6a6-60a641c24e34"]}]} + "aadcf599-fcad-42bb-a4de-4f35dad7b25b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4cfad508-134a-4c25-a04b-\ -b71faa17906b"], + }]], "MoreAboutSection",ExpressionUUID->"8505ff57-9b8d-4e87-9839-\ +f0d2a3b5c1b8"], Cell[BoxData[GridBox[{ { @@ -876,7 +879,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c22d7eee-5500-40d8-9389-7c3febac9096"]], "RelatedLinks", + "da9f6a94-59e4-40d7-b2ef-4b9b8780e7bc"]], "RelatedLinks", ExpressionUUID->"753e1804-0b1c-4395-bd87-e95d2ad91ff1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -893,7 +896,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "95c34e57-368c-46c2-854f-249d56ab9d01"]], "RelatedLinks", + "ea292cc5-7dcc-45b4-9ef6-d2eb00bc2e6e"]], "RelatedLinks", ExpressionUUID->"774c2350-2e8d-4b22-81a8-fd2a9f0f30bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -910,7 +913,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModPreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "776f866e-2938-4ecb-bd61-7473eb7e14d7"]], "RelatedLinks", + "98946df6-01ea-4242-8c74-6f0a0fba4317"]], "RelatedLinks", ExpressionUUID->"78472a5a-890f-4086-873e-a74dbd1adae2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -928,7 +931,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DirectionOfImprovement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "79f733a4-47e6-4b42-8f58-8423f84a0b25"]], "RelatedLinks", + "526fe742-3464-475b-a6b9-949be1580324"]], "RelatedLinks", ExpressionUUID->"5b7252ff-a138-4bfb-a00c-1edaa2b49a00"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -945,11 +948,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BestCoalitions"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d0789d7a-d79b-426c-8cbd-1ed31624a246"]], "RelatedLinks", + "920c9208-17af-4721-8180-e7fd965fe4ad"]], "RelatedLinks", ExpressionUUID->"28e81e09-1e23-498d-9dd7-c9c7b5d0bfdd"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a26f47f0-6237-40fa-a794-\ -19b7b6c23d84"], + }]], "RelatedLinksSection",ExpressionUUID->"686d49f0-bc0e-419c-bdee-\ +582d844eae12"], Cell[CellGroupData[{ @@ -979,11 +982,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"86762976-7e4c-46a4-ae13-43f962fba3df"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4c72024b-fd59-4926-b79f-13eda1dab4a6"] +Cell[" ", "FooterCell",ExpressionUUID->"895b82c5-3896-43c8-a31c-71fc8615a459"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SmallestCardinality", TaggingRules->{ @@ -994,7 +997,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 50.973387}", + "built" -> "{2024, 6, 3, 16, 55, 35.446736}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1002,11 +1005,11 @@ TaggingRules->{ "SmallestCardinality is an option for various package functions to impose \ the evaluation of the set of most effective coalitions with smallest \ cardinality.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SmallestCardinality", "titlemodifier" -> "", "windowtitle" -> - "SmallestCardinality", "type" -> "Symbol", "uri" -> + "SmallestCardinality", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SmallestCardinality", "type" -> "Symbol", "uri" -> "TUG/ref/SmallestCardinality"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1015,9 +1018,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3fdd20e6-d1fc-4ea7-91be-bcb50bb74a50" +ExpressionUUID->"87f63587-bf17-4066-9f90-b86291454bc0" ] (* End of Notebook Content *) @@ -1025,125 +1028,123 @@ ExpressionUUID->"3fdd20e6-d1fc-4ea7-91be-bcb50bb74a50" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12399, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fa019ec3-eede-4e7c-b7db-8f8cda8778a9", + Cell[12470, 325, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e84757bb-e0c6-4e66-abb1-eb3dd6ddafa1", CellTags->"PrimaryExamplesSection", - CellID->1083399479]} + CellID->1774172026]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37331, 1026} + {"PrimaryExamplesSection", 37387, 1029} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7153, 168, 56, "AnchorBarGrid",ExpressionUUID->"e4ff6aa4-72a2-4747-ba2d-a73bc575d055", +Cell[591, 21, 7225, 174, 57, "AnchorBarGrid",ExpressionUUID->"1a25f274-8957-4a60-bc65-ae6d001ebf0c", CellID->1], -Cell[7747, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"cd78b506-d1c8-4010-9cde-9b249c404b03"], +Cell[7819, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bfec6648-cf76-4ff0-a38c-94f0d7e0b336"], Cell[CellGroupData[{ -Cell[7858, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"4516322c-08b5-400c-a330-722c23a47b0d"], -Cell[9154, 232, 523, 10, 111, "Usage",ExpressionUUID->"ea7dcff6-4bdc-479f-8b06-ffa62d490f90", +Cell[7930, 201, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"9be6ec1c-ef1c-40af-9b97-34629e2be410"], +Cell[9226, 238, 523, 10, 109, "Usage",ExpressionUUID->"ea7dcff6-4bdc-479f-8b06-ffa62d490f90", CellID->783136347] }, Open ]], Cell[CellGroupData[{ -Cell[9714, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"05372281-11df-4045-a8b7-ecffa59c255f", +Cell[9786, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"3e5f1d60-0bc3-4f5d-8b0d-58e8cff7b0d4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1049839936], -Cell[11612, 296, 489, 12, 37, "Notes",ExpressionUUID->"534b9fcf-7749-41df-aef8-53ed280d4db7", + CellID->168607952], +Cell[11683, 302, 489, 12, 38, "Notes",ExpressionUUID->"534b9fcf-7749-41df-aef8-53ed280d4db7", CellID->177724765], -Cell[12104, 310, 168, 3, 36, "Notes",ExpressionUUID->"12912a7f-2d74-4924-8486-f6d5f21369a0", +Cell[12175, 316, 168, 3, 36, "Notes",ExpressionUUID->"12912a7f-2d74-4924-8486-f6d5f21369a0", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12399, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fa019ec3-eede-4e7c-b7db-8f8cda8778a9", +Cell[12470, 325, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e84757bb-e0c6-4e66-abb1-eb3dd6ddafa1", CellTags->"PrimaryExamplesSection", - CellID->1083399479], + CellID->1774172026], Cell[CellGroupData[{ -Cell[13845, 360, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5f46732c-0f1b-4fd0-b1c2-ae9ace12fd5f", - CellID->937752874], -Cell[15246, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"c41ba3d9-f9dc-4154-a827-0c71b49761ca", +Cell[13916, 366, 1399, 36, 30, "ExampleSection",ExpressionUUID->"a39ce113-daff-4615-92c9-1bea61bc3f8c", + CellID->2048121224], +Cell[15318, 404, 119, 1, 39, "ExampleText",ExpressionUUID->"c41ba3d9-f9dc-4154-a827-0c71b49761ca", CellID->1849160940], Cell[CellGroupData[{ -Cell[15390, 403, 168, 3, 27, "Input",ExpressionUUID->"0487f266-efce-4f8c-b8ce-9148b735caaf", +Cell[15462, 409, 168, 3, 27, "Input",ExpressionUUID->"0487f266-efce-4f8c-b8ce-9148b735caaf", CellID->1331667294], Cell[CellGroupData[{ -Cell[15583, 410, 235, 4, 23, "Print",ExpressionUUID->"4d6f0d96-fa62-4d08-929a-b19fb822ff59", +Cell[15655, 416, 235, 4, 23, "Print",ExpressionUUID->"4d6f0d96-fa62-4d08-929a-b19fb822ff59", CellID->189771977], -Cell[15821, 416, 364, 8, 23, "Print",ExpressionUUID->"ca529a71-3959-4923-be99-a4a052ce35e9", +Cell[15893, 422, 364, 8, 23, "Print",ExpressionUUID->"ca529a71-3959-4923-be99-a4a052ce35e9", CellID->977275690], -Cell[16188, 426, 235, 4, 23, "Print",ExpressionUUID->"7186e4f8-4976-41f5-b914-5fa427cce1c1", +Cell[16260, 432, 235, 4, 23, "Print",ExpressionUUID->"7186e4f8-4976-41f5-b914-5fa427cce1c1", CellID->188571577], -Cell[16426, 432, 220, 3, 23, "Print",ExpressionUUID->"82bcd011-ef73-47d2-99be-e4bc2296a2f8", +Cell[16498, 438, 220, 3, 23, "Print",ExpressionUUID->"82bcd011-ef73-47d2-99be-e4bc2296a2f8", CellID->2085874964], -Cell[16649, 437, 207, 3, 23, "Print",ExpressionUUID->"4d7e5dd2-89d7-4a04-931e-1c6db50da10a", +Cell[16721, 443, 207, 3, 23, "Print",ExpressionUUID->"4d7e5dd2-89d7-4a04-931e-1c6db50da10a", CellID->1897730754], -Cell[16859, 442, 236, 4, 23, "Print",ExpressionUUID->"a7afaeb4-bae6-41f7-8c3d-1e01c0c6fa04", +Cell[16931, 448, 236, 4, 23, "Print",ExpressionUUID->"a7afaeb4-bae6-41f7-8c3d-1e01c0c6fa04", CellID->493745051], -Cell[17098, 448, 219, 3, 23, "Print",ExpressionUUID->"28074409-241f-4df7-9c5f-5e47bc9843c5", +Cell[17170, 454, 219, 3, 23, "Print",ExpressionUUID->"28074409-241f-4df7-9c5f-5e47bc9843c5", CellID->714294344], -Cell[17320, 453, 235, 4, 23, "Print",ExpressionUUID->"8aa18f51-f35b-4b52-8d27-98b5563d5381", +Cell[17392, 459, 235, 4, 23, "Print",ExpressionUUID->"8aa18f51-f35b-4b52-8d27-98b5563d5381", CellID->963659515], -Cell[17558, 459, 235, 4, 23, "Print",ExpressionUUID->"78eb0f1b-b270-4b3b-ab67-47826ffe8877", +Cell[17630, 465, 235, 4, 23, "Print",ExpressionUUID->"78eb0f1b-b270-4b3b-ab67-47826ffe8877", CellID->256993963], -Cell[17796, 465, 207, 3, 23, "Print",ExpressionUUID->"3b6a7749-c3c8-4736-8a7a-d5b36cd4bf86", +Cell[17868, 471, 207, 3, 23, "Print",ExpressionUUID->"3b6a7749-c3c8-4736-8a7a-d5b36cd4bf86", CellID->1349474428], -Cell[18006, 470, 236, 4, 23, "Print",ExpressionUUID->"476a1e05-6763-404e-a96d-dad5800b6d90", +Cell[18078, 476, 236, 4, 23, "Print",ExpressionUUID->"476a1e05-6763-404e-a96d-dad5800b6d90", CellID->1146402866] }, Open ]] }, Open ]], -Cell[18269, 478, 141, 1, 38, "ExampleText",ExpressionUUID->"becdd622-bef5-47b2-b93f-8bc138e883fd", +Cell[18341, 484, 141, 1, 39, "ExampleText",ExpressionUUID->"becdd622-bef5-47b2-b93f-8bc138e883fd", CellID->768347684], -Cell[18413, 481, 234, 6, 27, "Input",ExpressionUUID->"49637209-29ce-42e9-a6db-f6561b692d12", +Cell[18485, 487, 234, 6, 27, "Input",ExpressionUUID->"49637209-29ce-42e9-a6db-f6561b692d12", CellID->522990392], -Cell[18650, 489, 381, 9, 27, "Input",ExpressionUUID->"0aecb900-a633-4a3f-9840-c2c33bd393e7", +Cell[18722, 495, 381, 9, 27, "Input",ExpressionUUID->"0aecb900-a633-4a3f-9840-c2c33bd393e7", CellID->1156709777], -Cell[19034, 500, 238, 6, 70, "Input",ExpressionUUID->"7ae95170-1e64-4860-8315-a4a2b9d4ac14", +Cell[19106, 506, 238, 6, 27, "Input",ExpressionUUID->"7ae95170-1e64-4860-8315-a4a2b9d4ac14", CellID->1666299995], -Cell[19275, 508, 138, 1, 70, "ExampleText",ExpressionUUID->"08200cd7-bef2-4400-a9a3-639ffb8acc0b", +Cell[19347, 514, 138, 1, 70, "ExampleText",ExpressionUUID->"08200cd7-bef2-4400-a9a3-639ffb8acc0b", CellID->162005314], Cell[CellGroupData[{ -Cell[19438, 513, 190, 4, 70, "Input",ExpressionUUID->"87e3dd1e-fcbb-40a9-bb01-aac4bbc03f68", +Cell[19510, 519, 190, 4, 70, "Input",ExpressionUUID->"87e3dd1e-fcbb-40a9-bb01-aac4bbc03f68", CellID->908958174], -Cell[19631, 519, 270, 7, 51, "Output",ExpressionUUID->"af8d3952-05c5-43c2-a6c5-a7483c6dbc2f", +Cell[19703, 525, 270, 7, 50, "Output",ExpressionUUID->"af8d3952-05c5-43c2-a6c5-a7483c6dbc2f", CellID->1025670652] }, Open ]], -Cell[19916, 529, 218, 4, 70, "ExampleText",ExpressionUUID->"42169838-e3ca-43b8-98fe-4f3cf7141c07", +Cell[19988, 535, 218, 4, 70, "ExampleText",ExpressionUUID->"42169838-e3ca-43b8-98fe-4f3cf7141c07", CellID->2146770070], Cell[CellGroupData[{ -Cell[20159, 537, 257, 5, 70, "Input",ExpressionUUID->"53d07986-2f18-444c-9ca7-66a9d646b65c", +Cell[20231, 543, 257, 5, 70, "Input",ExpressionUUID->"53d07986-2f18-444c-9ca7-66a9d646b65c", CellID->1500636624], -Cell[20419, 544, 1144, 40, 36, "Output",ExpressionUUID->"1c7ff02f-dbb0-4fc0-9560-134ea068ee15", +Cell[20491, 550, 1144, 40, 36, "Output",ExpressionUUID->"1c7ff02f-dbb0-4fc0-9560-134ea068ee15", CellID->301763153] }, Open ]], -Cell[21578, 587, 230, 4, 70, "ExampleText",ExpressionUUID->"d5162a0a-9970-48d5-8c26-6565bdb9be3e", +Cell[21650, 593, 230, 4, 70, "ExampleText",ExpressionUUID->"d5162a0a-9970-48d5-8c26-6565bdb9be3e", CellID->1649334848], Cell[CellGroupData[{ -Cell[21833, 595, 258, 5, 70, "Input",ExpressionUUID->"b0ef81b2-08b4-45bf-9ee0-bac782f1ed62", +Cell[21905, 601, 258, 5, 70, "Input",ExpressionUUID->"b0ef81b2-08b4-45bf-9ee0-bac782f1ed62", CellID->1482093166], -Cell[22094, 602, 1171, 41, 36, "Output",ExpressionUUID->"a1c59723-d510-4a89-bb5c-2380e7bdcad9", +Cell[22166, 608, 1171, 41, 36, "Output",ExpressionUUID->"a1c59723-d510-4a89-bb5c-2380e7bdcad9", CellID->982909794] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23579, 658, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"7f273d6f-a78f-4cfb-a5f3-b7daef7cd6f0"], +Cell[29079, 808, 670, 18, 70, "TechNotesSection",ExpressionUUID->"32dbdc20-35f0-44b0-9fcf-aeb8346cbdd7"], +Cell[29752, 828, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8505ff57-9b8d-4e87-9839-f0d2a3b5c1b8"], +Cell[30788, 856, 3537, 98, 70, "RelatedLinksSection",ExpressionUUID->"686d49f0-bc0e-419c-bdee-582d844eae12"], Cell[CellGroupData[{ -Cell[23529, 654, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"f596c958-053b-45e8-bf13-d6ed244b2f14"], -Cell[29029, 804, 670, 18, 70, "TechNotesSection",ExpressionUUID->"21ca9fd0-5980-4c34-a4f8-815874c0fabe"] -}, Open ]], -Cell[29714, 825, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4cfad508-134a-4c25-a04b-b71faa17906b"], -Cell[30750, 853, 3537, 98, 70, "RelatedLinksSection",ExpressionUUID->"a26f47f0-6237-40fa-a794-19b7b6c23d84"], -Cell[CellGroupData[{ -Cell[34312, 955, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"297fce34-5318-4416-abdd-b44b4b0c1d15", +Cell[34350, 958, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"297fce34-5318-4416-abdd-b44b4b0c1d15", CellID->1463358955], -Cell[34453, 958, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6538be4-15e7-4454-9622-f9133b354cb5", +Cell[34491, 961, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a6538be4-15e7-4454-9622-f9133b354cb5", CellID->1194386356], -Cell[34675, 964, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3624b09a-2902-4ef7-aa40-df0e67e11183", +Cell[34713, 967, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3624b09a-2902-4ef7-aa40-df0e67e11183", CellID->1641706272], -Cell[34890, 969, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e15e3557-f64c-49b6-8c77-0b631ddade8e", +Cell[34928, 972, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e15e3557-f64c-49b6-8c77-0b631ddade8e", CellID->399251956], -Cell[35119, 975, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"86762976-7e4c-46a4-ae13-43f962fba3df", +Cell[35157, 978, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"86762976-7e4c-46a4-ae13-43f962fba3df", CellID->821434655] }, Open ]], -Cell[35356, 981, 78, 0, 70, "FooterCell",ExpressionUUID->"4c72024b-fd59-4926-b79f-13eda1dab4a6"] +Cell[35394, 984, 78, 0, 70, "FooterCell",ExpressionUUID->"895b82c5-3896-43c8-a31c-71fc8615a459"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SmallestContribution.nb b/Documentation/English/ReferencePages/Symbols/SmallestContribution.nb index 7eee0f8..a96ba7a 100644 --- a/Documentation/English/ReferencePages/Symbols/SmallestContribution.nb +++ b/Documentation/English/ReferencePages/Symbols/SmallestContribution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41722, 1075] -NotebookOptionsPosition[ 33822, 919] -NotebookOutlinePosition[ 35928, 973] -CellTagsIndexPosition[ 35843, 968] +NotebookDataLength[ 41719, 1074] +NotebookOptionsPosition[ 33838, 920] +NotebookOutlinePosition[ 35961, 974] +CellTagsIndexPosition[ 35876, 969] WindowTitle->SmallestContribution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cec6ab4c-baa2-4abb-b004-b29f80b779c3"], + "13152501-44b2-48cd-9fb0-f408bbe26851"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "18a83e5f-1d4e-4e08-b80f-0c4c84f4bae4"], + "dc56eefd-8cd4-43c4-821e-1be9f89aeaa0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d863f8c9-4f1f-483e-9a2e-482678bff969"] - }],ExpressionUUID->"7ef81d79-872a-4dcb-8ba5-b781fb8da7e2"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "14bcff01-8811-4a68-8909-c57708047886"] + }],ExpressionUUID->"6b644e83-507f-4062-a37b-d7808a30700e"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0b27bc21-6c5a-4530-9826-f4fca5bd2927"], + "14d37782-585d-48e5-9a6e-67c62c4688b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cb23a074-c500-47a7-9e2b-94cbfaadc4f9"] - }],ExpressionUUID->"3ea4d5fb-a591-4208-a8cf-9af44d5808ed"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5460a296-9388-43b4-ba5f-dd5f0df0a83a"] + }],ExpressionUUID->"bfde60b6-b462-4d09-a664-7042634587e6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "36d46ff8-951e-4182-a916-6015004c0613"], + "72827100-dd97-4a67-945b-046ce41b18b0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6b20139f-5122-496c-9ab4-b94c947d78e6"] - }],ExpressionUUID->"fd76a2cd-2cfc-483e-9a50-ada4ff6a2fcb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cf78af07-6920-4a46-b7ad-1c4cb125ccb4"] + }],ExpressionUUID->"e5a2a852-1055-4d33-9f95-0a06c9491e68"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa46572e-a93c-418b-9cf9-c5a6d4fd0941"], + "47e7f2ac-a044-400d-9800-d845bfd392e9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "65b0285d-6464-44b9-9610-7d76953fa526"] - }],ExpressionUUID->"e84f38fb-02f3-490c-999d-d8af6b95ef5d"], - StripOnInput->False], {"\<\"TUG/ref/SmallestContribution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SmallestContribution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "daeda5f4-3887-4a5a-a236-8d263aa308ea"] + }],ExpressionUUID->"6e032037-d323-46b9-a51e-73843053de92"], + StripOnInput->False],{ + "\"TUG/ref/SmallestContribution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SmallestContribution"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SmallestContribution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$182580], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SmallestContribution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$197258], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SmallestContribution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "56435691-8660-4acd-a55a-8a6ad10c1eb5"] + "a278a424-d004-41b1-84c6-80469de2d091"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bb44e68d-7325-4b8a-8410-87e1f6fa2833"]} + "2ca9fbc0-aefe-43c1-9144-31a57a4faac4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d17cefde-bebf-4d28-baa4-8222e6307eab"], + CellID->1,ExpressionUUID->"c8bd6672-dec5-4f1e-b1dc-7b3cd75e3d10"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"06f77186-cc8b-483d-a053-8620b73c6b78"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e2961ad2-a4ac-488a-b9b7-8abbc1ade533"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SmallestContribution", "ObjectName",ExpressionUUID-> - "d281eaad-8b39-4dfa-a919-97521b00a39c"], + "96520e6b-8171-42fe-b945-5e61b4269019"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9378320f-1896-44b4-af0b-3d0e213a1bbf"], + "Spacer1"]],ExpressionUUID->"7dac0ac7-1ca5-43ce-9ad4-099e54465f6a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a651c7ab-5f26-4eff-8586-836e84491628"] - }],ExpressionUUID->"f971c3b2-6400-44b1-b47f-981d4d48d7a6"], Cell[BoxData[ + "abb58430-267b-497a-b490-18f9d4a30cc9"] + }],ExpressionUUID->"8bd2e38d-0aad-499f-9609-d816c20c6f32"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d3d6ced0-bc34-4a27-8829-45111b2ce858"]} + "0f39d3e5-a3ff-42dc-b1c8-f068282766d4"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a7b384a8-d2ee-4bc9-91a0-fcc0004f6f23"], + CacheGraphics->False,ExpressionUUID->"5579a4b6-238b-4a4e-9a23-4d19cbe0a8d5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "e87aa0c4-59bd-4bca-8148-b93a6e75ba12"], " \[LineSeparator]calculates the smallest contribution of player i." - }],ExpressionUUID->"a11d1ce7-215c-4b71-9885-5d428370fd45"]} + }],ExpressionUUID->"7ab94fc7-ebec-4ff5-b6ed-f00dc8fbff1f"]} }]], "Usage", CellID->1678012307,ExpressionUUID->"ce45e209-f76d-484f-929a-e6c063e96a19"] }, Open ]], @@ -272,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e9fe4f40-a6be-40b0-b2c3-a45d2ec273dd"], + ExpressionUUID->"9a229360-5f5d-41fe-af65-7c80a10fe29d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"312bc652-0c2f-4bd4-8d04-1442d093a5c2"], + "Spacer1"]],ExpressionUUID->"4c6df0ca-0b06-4c84-a92d-46451f612006"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1f289b49-d3f6-44fc-abde-80cdfdac3455"], + }], "NotesFrameText",ExpressionUUID->"1a65a4a8-dd0d-4a27-b9e1-eb85a38855f2"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fb12cb14-9fc3-4f0a-bed7-5db97cba4615"]], \ + "Preemptive"]],ExpressionUUID->"e3a2a382-dba0-4b00-8cf6-7c7e9a793635"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1931440548,ExpressionUUID->"84d2d777-4e99-482b-aed1-4ade8f2a4f99"], + CellID->738862753,ExpressionUUID->"0bccdfb8-f3ed-4e0b-80b1-fc49edcc8cc2"], Cell[TextData[{ "The input expression ", @@ -375,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81b47e31-fd74-4d91-85b5-a07ba6009467"], + ExpressionUUID->"1da5f6f9-40e1-496a-9339-c732b444db96"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0790afd4-ac3d-48b8-ac5d-3bd4e7df7d96"], + "Spacer1"]],ExpressionUUID->"dc6f9d6d-1e2d-455d-80c3-b7336ca80b27"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6d2a3d3a-2f7e-4c54-87fb-8ec9dc7dcccb"] + "a9c8a43e-b394-4304-825a-f588a23952a2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1984868797,ExpressionUUID->"0f771a3b-8b6a-4522-8588-33b01e2d54a7"], + CellID->657578741,ExpressionUUID->"fade5ad1-c278-402e-9b32-788d86018890"], Cell[CellGroupData[{ @@ -416,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e32977bb-b4bf-4fd0-8f0a-cef13e7fb163"], + ExpressionUUID->"4034899d-d8f3-41bb-9e72-8b22415e0fc1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d8507f67-9607-4780-9f3f-b9083439dfde"], + "Spacer1"]],ExpressionUUID->"4f89d1db-37fd-4b57-8860-1e50b7efef46"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b45bfe0a-745d-4793-8ad6-c22bd847f364"] + "95c0c2fe-5f4e-4b2f-8766-94411bac5988"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1667700249,ExpressionUUID->"518713a0-b5ac-4db9-9bb4-4c18680c3b37"], + CellID->287530994,ExpressionUUID->"3ad04e71-ca4b-4527-b78b-0ef63b1ff33a"], Cell["Loading the package:", "ExampleText", CellID->1747930876,ExpressionUUID->"d9b64fe8-e33d-4e78-8d52-dc90fd312d92"], @@ -586,8 +590,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -735,15 +737,15 @@ Cell[BoxData[GridBox[{ "8d503f50-e6a6-4d23-a76f-29d5bcb7feee"] }], "SeeAlso",ExpressionUUID->"df6b46a1-b03c-4a36-a079-b0876d33e030"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fe89660f-b14d-41c5-8ccf-\ -b6f838fe18ed"], + }]], "SeeAlsoSection",ExpressionUUID->"b09980ed-9f26-40a1-914e-\ +a8deeddbe0cb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -755,9 +757,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2467aff9-8686-40d4-a62b-6bced7597ebd"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0bfec228-dfe7-42a1-b596-\ -7748400a9d81"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e9e1d702-9e93-4957-8d7b-\ +4a1b3a421e62"], Cell[BoxData[GridBox[{ { @@ -774,7 +775,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8d329303-5dce-49bc-99e4-428847d3c0de"]}]}, + "e50a57e0-d23f-4445-8904-73d5404cd43c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -782,10 +783,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4f4c9eb3-ebec-40c0-b059-9337edb24736"]}]} + "40c53797-6bbe-4d27-8460-28eb5bf76db4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d13588c6-e0e1-46ed-abb3-\ -1d7035d091be"], + }]], "MoreAboutSection",ExpressionUUID->"b0c628f5-2a9f-48e4-92fa-\ +747bd7397ed6"], Cell[BoxData[GridBox[{ { @@ -812,7 +813,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "28a1a8a0-36d5-4248-9357-d8ef142453a8"]], "RelatedLinks", + "86c14824-099a-43bd-a392-dbf5945611bd"]], "RelatedLinks", ExpressionUUID->"d17f6807-8dd1-437f-8bbf-e594a76c6c81"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -829,7 +830,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "14923e4f-362a-4473-a977-ab694cf80708"]], "RelatedLinks", + "08f0ad15-696c-4c0c-9354-cc55c27d92a6"]], "RelatedLinks", ExpressionUUID->"74703ea5-df45-449e-b3ab-8ed1c450a263"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -846,7 +847,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LargestAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7c82de3f-f355-4d1c-b82b-9ff1334f0090"]], "RelatedLinks", + "d4c1b061-6803-407c-bd5f-029c52d35172"]], "RelatedLinks", ExpressionUUID->"6466b9c5-8845-4d3e-89a6-ba8b0de1298b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -863,7 +864,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "db8903c7-4ea7-4001-9940-4c9fc658ca0f"]], "RelatedLinks", + "49548cc2-35af-4015-a6e3-8086c362b371"]], "RelatedLinks", ExpressionUUID->"5617c68a-46c2-4e41-b3be-94c0a35771a0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -881,11 +882,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SmallestContributionVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e93c38b8-27b6-4d27-9e35-ad78e633fd9e"]], "RelatedLinks", + "e3e6e670-149d-46bd-86d3-13a0bb68ce94"]], "RelatedLinks", ExpressionUUID->"a4b6654f-71da-470c-9cc9-9163171c1d2c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"25dbb6b0-a4aa-48c1-9439-\ -3778cdf09952"], + }]], "RelatedLinksSection",ExpressionUUID->"6cc42dbb-2ab5-453d-840f-\ +15a804ac5e1b"], Cell[CellGroupData[{ @@ -915,11 +916,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"18fa40f9-c705-441e-879f-81d8242a825d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"252a93e8-6a92-4309-a058-9223621c8992"] +Cell[" ", "FooterCell",ExpressionUUID->"cb9edbd0-b6dc-4dc6-af83-dc8004643d00"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SmallestContribution", TaggingRules->{ @@ -930,18 +931,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 52.409024}", + "built" -> "{2024, 6, 3, 16, 55, 36.202211}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SmallestContribution[game, i] calculates the smallest contribution of \ player i.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SmallestContribution", "titlemodifier" -> "", "windowtitle" -> - "SmallestContribution", "type" -> "Symbol", "uri" -> + "SmallestContribution", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SmallestContribution", "type" -> "Symbol", "uri" -> "TUG/ref/SmallestContribution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -950,9 +951,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"702a27f3-84a6-4002-b99c-906ed31036e4" +ExpressionUUID->"95e57482-f19f-4b68-a9d8-fe1e9fe3df65" ] (* End of Notebook Content *) @@ -960,123 +961,121 @@ ExpressionUUID->"702a27f3-84a6-4002-b99c-906ed31036e4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13639, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0f771a3b-8b6a-4522-8588-33b01e2d54a7", + Cell[13691, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fade5ad1-c278-402e-9b32-788d86018890", CellTags->"PrimaryExamplesSection", - CellID->1984868797]} + CellID->657578741]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35642, 961} + {"PrimaryExamplesSection", 35676, 962} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7148, 169, 56, "AnchorBarGrid",ExpressionUUID->"d17cefde-bebf-4d28-baa4-8222e6307eab", +Cell[592, 21, 7201, 173, 57, "AnchorBarGrid",ExpressionUUID->"c8bd6672-dec5-4f1e-b1dc-7b3cd75e3d10", CellID->1], -Cell[7743, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"06f77186-cc8b-483d-a053-8620b73c6b78"], +Cell[7796, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e2961ad2-a4ac-488a-b9b7-8abbc1ade533"], Cell[CellGroupData[{ -Cell[7854, 196, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"a7b384a8-d2ee-4bc9-91a0-fcc0004f6f23"], -Cell[9151, 233, 499, 10, 111, "Usage",ExpressionUUID->"ce45e209-f76d-484f-929a-e6c063e96a19", +Cell[7907, 200, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"5579a4b6-238b-4a4e-9a23-4d19cbe0a8d5"], +Cell[9204, 237, 499, 10, 111, "Usage",ExpressionUUID->"ce45e209-f76d-484f-929a-e6c063e96a19", CellID->1678012307] }, Open ]], Cell[CellGroupData[{ -Cell[9687, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"84d2d777-4e99-482b-aed1-4ade8f2a4f99", +Cell[9740, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"0bccdfb8-f3ed-4e0b-80b1-fc49edcc8cc2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1931440548], -Cell[11585, 297, 898, 20, 57, "Notes",ExpressionUUID->"f53312d2-6c80-4b85-90da-b5525c9c7f38", + CellID->738862753], +Cell[11637, 301, 898, 20, 57, "Notes",ExpressionUUID->"f53312d2-6c80-4b85-90da-b5525c9c7f38", CellID->1014199156], -Cell[12486, 319, 489, 12, 37, "Notes",ExpressionUUID->"8239a852-b4dd-4c7c-a42d-4a834fe6f924", +Cell[12538, 323, 489, 12, 38, "Notes",ExpressionUUID->"8239a852-b4dd-4c7c-a42d-4a834fe6f924", CellID->177724765], -Cell[12978, 333, 214, 4, 36, "Notes",ExpressionUUID->"01e9a8d3-a267-4c28-bc59-6c06d1e9492d", +Cell[13030, 337, 214, 4, 36, "Notes",ExpressionUUID->"01e9a8d3-a267-4c28-bc59-6c06d1e9492d", CellID->1705733296], -Cell[13195, 339, 184, 4, 36, "Notes",ExpressionUUID->"52686b48-9f4d-47b3-895e-97f6ee17d8a2", +Cell[13247, 343, 184, 4, 36, "Notes",ExpressionUUID->"52686b48-9f4d-47b3-895e-97f6ee17d8a2", CellID->1951965751], -Cell[13382, 345, 130, 1, 36, "Notes",ExpressionUUID->"a4172d80-47e0-4af5-bf82-a9a4e11f0684", +Cell[13434, 349, 130, 1, 36, "Notes",ExpressionUUID->"a4172d80-47e0-4af5-bf82-a9a4e11f0684", CellID->1836369350] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13639, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0f771a3b-8b6a-4522-8588-33b01e2d54a7", +Cell[13691, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fade5ad1-c278-402e-9b32-788d86018890", CellTags->"PrimaryExamplesSection", - CellID->1984868797], + CellID->657578741], Cell[CellGroupData[{ -Cell[15085, 393, 1399, 36, 30, "ExampleSection",ExpressionUUID->"518713a0-b5ac-4db9-9bb4-4c18680c3b37", - CellID->1667700249], -Cell[16487, 431, 119, 1, 38, "ExampleText",ExpressionUUID->"d9b64fe8-e33d-4e78-8d52-dc90fd312d92", +Cell[15136, 397, 1398, 36, 30, "ExampleSection",ExpressionUUID->"3ad04e71-ca4b-4527-b78b-0ef63b1ff33a", + CellID->287530994], +Cell[16537, 435, 119, 1, 39, "ExampleText",ExpressionUUID->"d9b64fe8-e33d-4e78-8d52-dc90fd312d92", CellID->1747930876], Cell[CellGroupData[{ -Cell[16631, 436, 168, 3, 27, "Input",ExpressionUUID->"f2cffdd8-f4f9-4ada-ab84-8142efe90385", +Cell[16681, 440, 168, 3, 27, "Input",ExpressionUUID->"f2cffdd8-f4f9-4ada-ab84-8142efe90385", CellID->1626033028], Cell[CellGroupData[{ -Cell[16824, 443, 237, 4, 23, "Print",ExpressionUUID->"af486c80-dfcb-413a-be69-37d9a0c5f376", +Cell[16874, 447, 237, 4, 23, "Print",ExpressionUUID->"af486c80-dfcb-413a-be69-37d9a0c5f376", CellID->1385245043], -Cell[17064, 449, 365, 8, 23, "Print",ExpressionUUID->"eb6e1895-128c-4971-ab27-8ed112bc662a", +Cell[17114, 453, 365, 8, 23, "Print",ExpressionUUID->"eb6e1895-128c-4971-ab27-8ed112bc662a", CellID->685677450], -Cell[17432, 459, 237, 4, 23, "Print",ExpressionUUID->"47eedaab-8507-41b8-af61-8d10d798c153", +Cell[17482, 463, 237, 4, 23, "Print",ExpressionUUID->"47eedaab-8507-41b8-af61-8d10d798c153", CellID->2136744046], -Cell[17672, 465, 220, 3, 23, "Print",ExpressionUUID->"8b578918-3857-4dbd-a102-71a76595e26f", +Cell[17722, 469, 220, 3, 23, "Print",ExpressionUUID->"8b578918-3857-4dbd-a102-71a76595e26f", CellID->156785290], -Cell[17895, 470, 208, 3, 23, "Print",ExpressionUUID->"534e673d-9937-4d7d-ab22-52bbbfcf6413", +Cell[17945, 474, 208, 3, 23, "Print",ExpressionUUID->"534e673d-9937-4d7d-ab22-52bbbfcf6413", CellID->1619084163], -Cell[18106, 475, 237, 4, 23, "Print",ExpressionUUID->"55630ad3-6e6a-4035-b99c-c272dc7943bf", +Cell[18156, 479, 237, 4, 23, "Print",ExpressionUUID->"55630ad3-6e6a-4035-b99c-c272dc7943bf", CellID->606363230], -Cell[18346, 481, 221, 3, 23, "Print",ExpressionUUID->"d2a7d41e-d075-4f2c-9e46-e77738db9dc7", +Cell[18396, 485, 221, 3, 23, "Print",ExpressionUUID->"d2a7d41e-d075-4f2c-9e46-e77738db9dc7", CellID->1206334541], -Cell[18570, 486, 236, 4, 23, "Print",ExpressionUUID->"6d66b866-61fb-43b2-9ab4-5d5298a1368a", +Cell[18620, 490, 236, 4, 23, "Print",ExpressionUUID->"6d66b866-61fb-43b2-9ab4-5d5298a1368a", CellID->894504489], -Cell[18809, 492, 237, 4, 23, "Print",ExpressionUUID->"5396adf8-6c6e-4498-88bf-3209a3e3153e", +Cell[18859, 496, 237, 4, 23, "Print",ExpressionUUID->"5396adf8-6c6e-4498-88bf-3209a3e3153e", CellID->1021323471], -Cell[19049, 498, 207, 3, 23, "Print",ExpressionUUID->"bfdc89ce-a8c3-4676-b804-72a4a2fe3162", +Cell[19099, 502, 207, 3, 23, "Print",ExpressionUUID->"bfdc89ce-a8c3-4676-b804-72a4a2fe3162", CellID->422009950], -Cell[19259, 503, 236, 4, 70, "Print",ExpressionUUID->"075dd6e1-5dd5-4426-916f-e2266bdf63f5", +Cell[19309, 507, 236, 4, 70, "Print",ExpressionUUID->"075dd6e1-5dd5-4426-916f-e2266bdf63f5", CellID->605961841] }, Open ]] }, Open ]], -Cell[19522, 511, 137, 1, 70, "ExampleText",ExpressionUUID->"f62c6054-71ca-4863-a7f0-67a33ba6b5ed", +Cell[19572, 515, 137, 1, 70, "ExampleText",ExpressionUUID->"f62c6054-71ca-4863-a7f0-67a33ba6b5ed", CellID->1891266532], -Cell[19662, 514, 235, 6, 70, "Input",ExpressionUUID->"05c324df-41e2-4987-afbe-3426b8b85590", +Cell[19712, 518, 235, 6, 70, "Input",ExpressionUUID->"05c324df-41e2-4987-afbe-3426b8b85590", CellID->1479640090], -Cell[19900, 522, 380, 9, 70, "Input",ExpressionUUID->"e73dc3a5-e755-4c96-8643-d06ff1c33d93", +Cell[19950, 526, 380, 9, 70, "Input",ExpressionUUID->"e73dc3a5-e755-4c96-8643-d06ff1c33d93", CellID->205853055], -Cell[20283, 533, 238, 6, 70, "Input",ExpressionUUID->"f0e50da0-b84d-4daa-b8f7-0b311c7abc25", +Cell[20333, 537, 238, 6, 70, "Input",ExpressionUUID->"f0e50da0-b84d-4daa-b8f7-0b311c7abc25", CellID->1777447986], -Cell[20524, 541, 190, 4, 70, "ExampleText",ExpressionUUID->"7749dd46-b376-486d-ac98-d93930ef86b6", +Cell[20574, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"7749dd46-b376-486d-ac98-d93930ef86b6", CellID->498967232], Cell[CellGroupData[{ -Cell[20739, 549, 178, 3, 70, "Input",ExpressionUUID->"f485f823-9c5e-40e1-9b13-54a9f1ff41b4", +Cell[20789, 553, 178, 3, 70, "Input",ExpressionUUID->"f485f823-9c5e-40e1-9b13-54a9f1ff41b4", CellID->1007089188], -Cell[20920, 554, 173, 4, 36, "Output",ExpressionUUID->"b5b6732d-de53-4323-9c3b-fbade6d065e3", +Cell[20970, 558, 173, 4, 36, "Output",ExpressionUUID->"b5b6732d-de53-4323-9c3b-fbade6d065e3", CellID->301826482] }, Open ]], -Cell[21108, 561, 185, 4, 70, "ExampleText",ExpressionUUID->"fd5f9895-2086-4fe6-af2f-bdcf0632663d", +Cell[21158, 565, 185, 4, 70, "ExampleText",ExpressionUUID->"fd5f9895-2086-4fe6-af2f-bdcf0632663d", CellID->573397294], Cell[CellGroupData[{ -Cell[21318, 569, 201, 4, 70, "Input",ExpressionUUID->"0dd225e1-a56f-44ab-a7af-39dda84b9389", +Cell[21368, 573, 201, 4, 70, "Input",ExpressionUUID->"0dd225e1-a56f-44ab-a7af-39dda84b9389", CellID->1071709692], -Cell[21522, 575, 175, 4, 36, "Output",ExpressionUUID->"c16aa068-22b0-4b85-9d4d-3b45c19cd56c", +Cell[21572, 579, 175, 4, 36, "Output",ExpressionUUID->"c16aa068-22b0-4b85-9d4d-3b45c19cd56c", CellID->1483253574] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21989, 592, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"b09980ed-9f26-40a1-914e-a8deeddbe0cb"], +Cell[27470, 742, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e9e1d702-9e93-4957-8d7b-4a1b3a421e62"], +Cell[28143, 762, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b0c628f5-2a9f-48e4-92fa-747bd7397ed6"], +Cell[29179, 790, 3509, 98, 70, "RelatedLinksSection",ExpressionUUID->"6cc42dbb-2ab5-453d-840f-15a804ac5e1b"], Cell[CellGroupData[{ -Cell[21961, 590, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"fe89660f-b14d-41c5-8ccf-b6f838fe18ed"], -Cell[27442, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0bfec228-dfe7-42a1-b596-7748400a9d81"] -}, Open ]], -Cell[28127, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d13588c6-e0e1-46ed-abb3-1d7035d091be"], -Cell[29163, 789, 3509, 98, 70, "RelatedLinksSection",ExpressionUUID->"25dbb6b0-a4aa-48c1-9439-3778cdf09952"], -Cell[CellGroupData[{ -Cell[32697, 891, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c652ba48-6b49-4bf5-b68d-0334fc5e77c9", +Cell[32713, 892, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c652ba48-6b49-4bf5-b68d-0334fc5e77c9", CellID->117551421], -Cell[32837, 894, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7f247c13-e2bf-4a0e-b73e-ccfaab5c1844", +Cell[32853, 895, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7f247c13-e2bf-4a0e-b73e-ccfaab5c1844", CellID->1194386356], -Cell[33059, 900, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"560ebf03-313b-431e-9046-78f81eb6190c", +Cell[33075, 901, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"560ebf03-313b-431e-9046-78f81eb6190c", CellID->1641706272], -Cell[33274, 905, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9762612f-cd03-4856-9ce7-ed6c09fa26cc", +Cell[33290, 906, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9762612f-cd03-4856-9ce7-ed6c09fa26cc", CellID->399251956], -Cell[33503, 911, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18fa40f9-c705-441e-879f-81d8242a825d", +Cell[33519, 912, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18fa40f9-c705-441e-879f-81d8242a825d", CellID->821434655] }, Open ]], -Cell[33740, 917, 78, 0, 70, "FooterCell",ExpressionUUID->"252a93e8-6a92-4309-a058-9223621c8992"] +Cell[33756, 918, 78, 0, 70, "FooterCell",ExpressionUUID->"cb9edbd0-b6dc-4dc6-af83-dc8004643d00"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SmallestContributionVector.nb b/Documentation/English/ReferencePages/Symbols/SmallestContributionVector.nb index 6ad726f..4517b7e 100644 --- a/Documentation/English/ReferencePages/Symbols/SmallestContributionVector.nb +++ b/Documentation/English/ReferencePages/Symbols/SmallestContributionVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41172, 1060] -NotebookOptionsPosition[ 33235, 904] -NotebookOutlinePosition[ 35391, 958] -CellTagsIndexPosition[ 35306, 953] +NotebookDataLength[ 41183, 1059] +NotebookOptionsPosition[ 33257, 905] +NotebookOutlinePosition[ 35432, 959] +CellTagsIndexPosition[ 35347, 954] WindowTitle->SmallestContributionVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d59071a1-54b5-48ff-934b-5a4943384f85"], + "a4469e3d-67b8-4469-94fd-a805858bb045"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b9028cca-b7e6-4c25-8dd0-3d44d68b8f41"], + "7fae881f-d266-4e53-aa4f-84a0b355c6b6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "58411155-d555-465e-9fcf-fef5d62eb8b8"] - }],ExpressionUUID->"e87ba5dd-a253-416a-98df-9a296feeca59"], - StripOnInput->False], {"\<\"NewShapley\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NewShapley"], "\<\"ShapleyValueML\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValueML"], "\<\"CoreQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CoreQ"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "3bc5f045-4a08-4a2d-a542-2a014806cffe"] + }],ExpressionUUID->"08368eae-d941-4b12-9c84-be423f56d061"], + StripOnInput->False],{ + "\"NewShapley\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NewShapley"], + "\"ShapleyValueML\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValueML"], + "\"CoreQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/CoreQ"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "25ccb383-1b03-4dd9-9570-1c04ea884700"], + "89ed8faf-3fa8-46dc-8255-ba892c39fe34"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e8b6cd3e-99a2-4c4d-829e-defcbd6d9ca3"] - }],ExpressionUUID->"3d6fb3fb-0390-4064-be0d-30d62939a1b9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "d6780233-f5ea-4541-9c08-00cd65b58505"] + }],ExpressionUUID->"18befd5f-7a8e-448b-81f8-79028b705284"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9f4d810e-88db-439f-8bda-aab6a57c62c0"], + "70739071-3568-4850-b1b0-e3cab509ebd4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "74638411-97b7-41d7-bba6-78bbecb91d3c"] - }],ExpressionUUID->"42d71fae-dd65-4a5c-9da7-df916f2e68fc"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "820f4b38-79ad-4423-a137-07c08533dfe8"] + }],ExpressionUUID->"47db2422-09f0-40ed-b27b-a1ac52028924"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "089ef505-941b-472c-a10d-fe9d4d4fa590"], + "4135beaf-8d6f-45d7-97a8-27ee00e82068"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "284949b7-0145-4a60-bb2a-22727ca99e9b"] - }],ExpressionUUID->"ad82bbf8-d48e-4fba-bdf0-f805539eba64"], - StripOnInput->False], {"\<\"TUG/ref/SmallestContributionVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SmallestContributionVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "29bc965f-c8e1-42c7-8198-83a27d7a3a79"] + }],ExpressionUUID->"0b3fbf39-627e-4fad-87c3-137763991784"], + StripOnInput->False],{ + "\"TUG/ref/SmallestContributionVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SmallestContributionVector"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SmallestContributionVector.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$183148], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SmallestContributionVector" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$197860], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SmallestContributionVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8bc47e21-b7fd-4c8a-8b91-84ed208a2624"] + "a2a73a12-2b93-4ee3-9c1c-dca44f7ab15e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f432e869-264d-440d-8a7a-f08b46e271d7"]} + "5f444b5a-511a-40a2-aaf4-ac09bebeb505"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9344b0d0-8dba-4d77-8112-50b186d67e8c"], + CellID->1,ExpressionUUID->"efea1dea-19f8-4d99-baf5-b6408bb77143"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0a418541-ec16-4cde-81b2-7d522bcedcf4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"237a607c-7311-4ab4-abe4-e91081e234bd"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SmallestContributionVector", "ObjectName",ExpressionUUID-> - "d32c630d-3dc1-4ae8-9a5d-1f6d5c0238ab"], + "10c72656-06e0-49b4-9af9-2065e5b7591c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"3d98633c-30eb-4c5c-9064-faf71ccb6d82"], + "Spacer1"]],ExpressionUUID->"c2963e9d-72dc-4efd-b317-269d1daa2ffe"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "19382f16-f34c-4526-ab9e-8e4a428462a3"] - }],ExpressionUUID->"1b31bf04-350e-43e3-bef9-25141620a2dc"], Cell[BoxData[ + "5f1d2f52-2667-4900-844e-7f7ff6b2f2fe"] + }],ExpressionUUID->"441e2299-de37-443b-91d7-bf22d6b353d5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "627acf81-ae2c-40be-80fe-98a75f0c0b0c"]} + "185220c3-806e-4a65-9bc1-6b886a382f95"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"908b31f4-9ac2-4b61-ba8f-fdb8ea5f0d9a"], + CacheGraphics->False,ExpressionUUID->"e9d61f57-d951-4995-a60c-18a8827b5580"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "90a76dca-9926-49d2-86f9-5fd452bf2b38"], " \[LineSeparator]calculates the vector of smallest contributions of \ players to coalitions." - }],ExpressionUUID->"c2e260f3-924a-4ec9-bda8-49d0c68be71a"]} + }],ExpressionUUID->"e6a0203c-8413-48e9-83d1-a156fc1e0216"]} }]], "Usage", CellID->45058512,ExpressionUUID->"6c3dd6a6-a7d9-483e-846e-1b45c8f1960d"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0754efdc-df8e-44a3-9192-8249ef6aee17"], + ExpressionUUID->"e9711333-cd97-40f6-8ecb-e7c110f4f9e5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2fcfd76c-97d5-46c2-8e39-a0eee4628bb5"], + "Spacer1"]],ExpressionUUID->"bf35b51f-bb53-4ced-aa69-2d93227494cb"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5ab77681-315b-4648-8785-c84b91381a32"], + }], "NotesFrameText",ExpressionUUID->"51e61a28-3efe-495a-b460-536bcd53916c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e5a62efd-6cf7-4cec-b6e7-c4c331a6ea7e"]], \ + "Preemptive"]],ExpressionUUID->"5a47431c-7d5f-482c-ab1a-939fb7222624"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1008691685,ExpressionUUID->"13b2976a-531f-4423-8e06-5e4f94317d83"], + CellID->1772551374,ExpressionUUID->"d150b043-02b4-43b0-9c5e-784a8a6650f8"], Cell[TextData[{ "The input expression ", @@ -357,19 +361,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e9501e75-d39b-4225-85d9-af292598a3be"], + ExpressionUUID->"6e74d9bc-d377-40e9-80dd-35d2718d5c1d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ed2e7f72-09f6-420e-bfd0-22ccb73debc0"], + "Spacer1"]],ExpressionUUID->"b2071674-6d29-4902-ac69-b0c1575965e1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ada36ded-1638-4fa1-8ee5-88f6659c93d8"] + "33a499e1-d958-4e5e-b0a5-6bff3011f2e7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->801232623,ExpressionUUID->"9dac2e5a-d82b-45bd-9c4c-d40fbc950d48"], + CellID->2129707236,ExpressionUUID->"a1dcea55-19c1-458c-9316-b8264186b33a"], Cell[CellGroupData[{ @@ -398,18 +402,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"47d5c61a-41ee-4c59-b41f-039fe8723a24"], + ExpressionUUID->"f173672a-1568-453f-be9e-7d7836b037e7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d2a6554e-c849-498e-80ce-d05480f8b843"], + "Spacer1"]],ExpressionUUID->"70ce1411-c869-439d-bca6-63f2c1866e5b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2f756ab0-cc7a-47d4-baca-c03e1c7bdbbb"] + "c4c80c8d-c9d0-423f-b338-681a84d9d882"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->7438120,ExpressionUUID->"1b104138-8b7a-4996-8ecb-7a0e27525280"], + CellID->244002096,ExpressionUUID->"11eae4e8-ac7f-4ca1-98d8-4221a17f4920"], Cell["Loading the package:", "ExampleText", CellID->1245857554,ExpressionUUID->"d650cd6e-3918-4bc1-bd21-031ad3fa79a7"], @@ -572,8 +576,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -721,15 +723,15 @@ Cell[BoxData[GridBox[{ "77c46962-b7e3-46c1-9b41-119e1e7e72ac"] }], "SeeAlso",ExpressionUUID->"538967db-c3d2-461e-8371-2dad52e01c71"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"de20a513-c008-4644-8866-\ -ddd4c3326ad1"], + }]], "SeeAlsoSection",ExpressionUUID->"40e050fa-e223-4071-9251-\ +8b55930a6d58"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -741,9 +743,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"a15f348a-49fc-4b3c-82f6-375a09185c0e"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c800f294-b48b-48f5-a3f1-\ -24348940826c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7951018f-3f0c-4964-a4ba-\ +c78d65d168eb"], Cell[BoxData[GridBox[{ { @@ -760,7 +761,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cc2c6986-6fcd-4b86-84b4-f01c97c94565"]}]}, + "602d300b-6af6-43bb-9007-51414b1f33bd"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -768,10 +769,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6fd359a4-b5a0-41b9-bfab-a1e8f3abd91f"]}]} + "219421a0-175d-45e6-9403-fe5f8591d888"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2f7b17bc-4577-47a5-8384-\ -c15ee74b8788"], + }]], "MoreAboutSection",ExpressionUUID->"8ae21f97-c60f-4685-99ec-\ +f7d7c11e5927"], Cell[BoxData[GridBox[{ { @@ -798,7 +799,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7b3f0ff9-e58c-4402-b2ae-a4588729d3f2"]], "RelatedLinks", + "4d535229-40dc-4950-824b-8aa58309f2d9"]], "RelatedLinks", ExpressionUUID->"a3f248dc-ccc0-4fa7-a875-324873374f22"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -815,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/TauValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2db57a04-c129-4ba4-b49a-584dc56b2996"]], "RelatedLinks", + "bdb98c04-e220-4f40-9e23-8c3532676015"]], "RelatedLinks", ExpressionUUID->"b3c30816-019c-4b6f-8b96-97541ddf7269"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -832,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LargestAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8c52c79b-cd22-4315-8bd1-48dcfb59ecc2"]], "RelatedLinks", + "1b16d924-1cd2-4730-8dd1-667789135564"]], "RelatedLinks", ExpressionUUID->"05f0a063-2666-45fa-a04d-855942ea2540"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,7 +850,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ProperAmount"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4467a3c7-6fbf-49d0-a34e-aa732dd92416"]], "RelatedLinks", + "65e47f39-3115-4361-b0c6-c30d6d72a56b"]], "RelatedLinks", ExpressionUUID->"217e90ea-8201-46e5-84ee-c4c1a6449075"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,11 +867,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SmallestContribution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "40e24e30-19ef-418a-968d-92f5e72ce7fd"]], "RelatedLinks", + "9c7657ee-e7d8-425d-be5e-37971f97270f"]], "RelatedLinks", ExpressionUUID->"38ec6411-d196-46be-9a54-12ace5232328"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ff3c67fb-bc12-4284-8df2-\ -68e3276621f9"], + }]], "RelatedLinksSection",ExpressionUUID->"2e7a3cad-2647-45a0-a417-\ +a72fdceecb18"], Cell[CellGroupData[{ @@ -900,11 +901,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"90df692b-3d02-4290-a710-ee8bc9a54d50"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9b8838a5-376e-4865-b3ea-ea4b77204c2d"] +Cell[" ", "FooterCell",ExpressionUUID->"16be7a78-b4ec-40ff-ba8b-d2ab13ad2e81"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SmallestContributionVector", TaggingRules->{ @@ -915,7 +916,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 53.849684}", + "built" -> "{2024, 6, 3, 16, 55, 36.864621}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -923,10 +924,10 @@ TaggingRules->{ "SmallestContributionVector[game] calculates the vector of smallest \ contributions of players to coalitions.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SmallestContributionVector", "titlemodifier" -> "", - "windowtitle" -> "SmallestContributionVector", "type" -> "Symbol", "uri" -> - "TUG/ref/SmallestContributionVector"}}, + "metadescription" -> "", "windowtitle" -> "SmallestContributionVector", + "type" -> "Symbol", "uri" -> "TUG/ref/SmallestContributionVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -935,9 +936,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3db43dc9-cb67-434b-8655-0891dea20cc2" +ExpressionUUID->"2bde2e5d-0e0e-4e7e-acae-77a4bd6c7e53" ] (* End of Notebook Content *) @@ -945,123 +946,121 @@ ExpressionUUID->"3db43dc9-cb67-434b-8655-0891dea20cc2" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12962, 334, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9dac2e5a-d82b-45bd-9c4c-d40fbc950d48", + Cell[13015, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a1dcea55-19c1-458c-9316-b8264186b33a", CellTags->"PrimaryExamplesSection", - CellID->801232623]} + CellID->2129707236]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35106, 946} + {"PrimaryExamplesSection", 35146, 947} } *) (*NotebookFileOutline Notebook[{ -Cell[598, 21, 7172, 169, 56, "AnchorBarGrid",ExpressionUUID->"9344b0d0-8dba-4d77-8112-50b186d67e8c", +Cell[598, 21, 7225, 173, 57, "AnchorBarGrid",ExpressionUUID->"efea1dea-19f8-4d99-baf5-b6408bb77143", CellID->1], -Cell[7773, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0a418541-ec16-4cde-81b2-7d522bcedcf4"], +Cell[7826, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"237a607c-7311-4ab4-abe4-e91081e234bd"], Cell[CellGroupData[{ -Cell[7884, 196, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"908b31f4-9ac2-4b61-ba8f-fdb8ea5f0d9a"], -Cell[9187, 233, 508, 11, 111, "Usage",ExpressionUUID->"6c3dd6a6-a7d9-483e-846e-1b45c8f1960d", +Cell[7937, 200, 1300, 35, 59, "ObjectNameGrid",ExpressionUUID->"e9d61f57-d951-4995-a60c-18a8827b5580"], +Cell[9240, 237, 508, 11, 111, "Usage",ExpressionUUID->"6c3dd6a6-a7d9-483e-846e-1b45c8f1960d", CellID->45058512] }, Open ]], Cell[CellGroupData[{ -Cell[9732, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"13b2976a-531f-4423-8e06-5e4f94317d83", +Cell[9785, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"d150b043-02b4-43b0-9c5e-784a8a6650f8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1008691685], -Cell[11630, 298, 519, 12, 57, "]]",ExpressionUUID->"f7101ac1-77d1-4068-93f0-c62aa030f213", + CellID->1772551374], +Cell[11683, 302, 519, 12, 57, "]]",ExpressionUUID->"f7101ac1-77d1-4068-93f0-c62aa030f213", CellID->209133038], -Cell[12152, 312, 149, 1, 36, "Notes",ExpressionUUID->"a62e99d3-31d1-40e6-a561-76e3b709efbe", +Cell[12205, 316, 149, 1, 36, "Notes",ExpressionUUID->"a62e99d3-31d1-40e6-a561-76e3b709efbe", CellID->554586937], -Cell[12304, 315, 214, 4, 36, "Notes",ExpressionUUID->"a6ed3146-71d8-44b2-9d75-53ad17409635", +Cell[12357, 319, 214, 4, 36, "Notes",ExpressionUUID->"a6ed3146-71d8-44b2-9d75-53ad17409635", CellID->1318307487], -Cell[12521, 321, 181, 4, 36, "Notes",ExpressionUUID->"70dae213-be67-47d6-8633-dd7943961e8f", +Cell[12574, 325, 181, 4, 36, "Notes",ExpressionUUID->"70dae213-be67-47d6-8633-dd7943961e8f", CellID->118313742], -Cell[12705, 327, 130, 1, 36, "Notes",ExpressionUUID->"09fb1d8c-1150-4641-bea4-180b52df3c79", +Cell[12758, 331, 130, 1, 36, "Notes",ExpressionUUID->"09fb1d8c-1150-4641-bea4-180b52df3c79", CellID->1125677107] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12962, 334, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9dac2e5a-d82b-45bd-9c4c-d40fbc950d48", +Cell[13015, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a1dcea55-19c1-458c-9316-b8264186b33a", CellTags->"PrimaryExamplesSection", - CellID->801232623], + CellID->2129707236], Cell[CellGroupData[{ -Cell[14407, 375, 1396, 36, 30, "ExampleSection",ExpressionUUID->"1b104138-8b7a-4996-8ecb-7a0e27525280", - CellID->7438120], -Cell[15806, 413, 119, 1, 38, "ExampleText",ExpressionUUID->"d650cd6e-3918-4bc1-bd21-031ad3fa79a7", +Cell[14461, 379, 1398, 36, 30, "ExampleSection",ExpressionUUID->"11eae4e8-ac7f-4ca1-98d8-4221a17f4920", + CellID->244002096], +Cell[15862, 417, 119, 1, 39, "ExampleText",ExpressionUUID->"d650cd6e-3918-4bc1-bd21-031ad3fa79a7", CellID->1245857554], Cell[CellGroupData[{ -Cell[15950, 418, 168, 3, 27, "Input",ExpressionUUID->"d972f336-9320-4f79-97ed-fe84732c7449", +Cell[16006, 422, 168, 3, 27, "Input",ExpressionUUID->"d972f336-9320-4f79-97ed-fe84732c7449", CellID->1701486017], Cell[CellGroupData[{ -Cell[16143, 425, 237, 4, 23, "Print",ExpressionUUID->"988adaf9-061d-4267-b14e-7ba45779e96c", +Cell[16199, 429, 237, 4, 23, "Print",ExpressionUUID->"988adaf9-061d-4267-b14e-7ba45779e96c", CellID->2045302313], -Cell[16383, 431, 365, 8, 23, "Print",ExpressionUUID->"c0c40a22-b337-4ab4-abe4-97b6090a28c9", +Cell[16439, 435, 365, 8, 23, "Print",ExpressionUUID->"c0c40a22-b337-4ab4-abe4-97b6090a28c9", CellID->372761040], -Cell[16751, 441, 237, 4, 23, "Print",ExpressionUUID->"8602c979-a3d2-4284-9009-dc0396ecba65", +Cell[16807, 445, 237, 4, 23, "Print",ExpressionUUID->"8602c979-a3d2-4284-9009-dc0396ecba65", CellID->1044219554], -Cell[16991, 447, 221, 3, 23, "Print",ExpressionUUID->"ccaacc5e-2723-4150-afca-c86e4cf05b58", +Cell[17047, 451, 221, 3, 23, "Print",ExpressionUUID->"ccaacc5e-2723-4150-afca-c86e4cf05b58", CellID->1462487774], -Cell[17215, 452, 208, 3, 23, "Print",ExpressionUUID->"c96a4f95-993c-4522-9a69-f5e12063b816", +Cell[17271, 456, 208, 3, 23, "Print",ExpressionUUID->"c96a4f95-993c-4522-9a69-f5e12063b816", CellID->1601329632], -Cell[17426, 457, 237, 4, 23, "Print",ExpressionUUID->"cbd3fed3-a00b-4fe6-9f92-1398fd5aa996", +Cell[17482, 461, 237, 4, 23, "Print",ExpressionUUID->"cbd3fed3-a00b-4fe6-9f92-1398fd5aa996", CellID->591231140], -Cell[17666, 463, 221, 3, 23, "Print",ExpressionUUID->"a60cec8a-5bc9-4b08-814d-efaa14e07b2c", +Cell[17722, 467, 221, 3, 23, "Print",ExpressionUUID->"a60cec8a-5bc9-4b08-814d-efaa14e07b2c", CellID->1060128389], -Cell[17890, 468, 236, 4, 23, "Print",ExpressionUUID->"c29a4758-3246-4fb6-882e-56b5d89ce732", +Cell[17946, 472, 236, 4, 23, "Print",ExpressionUUID->"c29a4758-3246-4fb6-882e-56b5d89ce732", CellID->250573393], -Cell[18129, 474, 236, 4, 23, "Print",ExpressionUUID->"f2f27c29-dee8-409b-8ce8-66fb4b1a5325", +Cell[18185, 478, 236, 4, 23, "Print",ExpressionUUID->"f2f27c29-dee8-409b-8ce8-66fb4b1a5325", CellID->903452255], -Cell[18368, 480, 208, 3, 23, "Print",ExpressionUUID->"03dff47d-4ca9-4f8d-901a-a3535c3359c3", +Cell[18424, 484, 208, 3, 23, "Print",ExpressionUUID->"03dff47d-4ca9-4f8d-901a-a3535c3359c3", CellID->1779242627], -Cell[18579, 485, 237, 4, 70, "Print",ExpressionUUID->"af3559f8-f9da-4519-9cb6-2791aae51b7b", +Cell[18635, 489, 237, 4, 70, "Print",ExpressionUUID->"af3559f8-f9da-4519-9cb6-2791aae51b7b", CellID->1059265713] }, Open ]] }, Open ]], -Cell[18843, 493, 136, 1, 70, "ExampleText",ExpressionUUID->"122760a3-091c-4527-85e1-964d1e1382df", +Cell[18899, 497, 136, 1, 70, "ExampleText",ExpressionUUID->"122760a3-091c-4527-85e1-964d1e1382df", CellID->852400263], -Cell[18982, 496, 234, 6, 70, "Input",ExpressionUUID->"d309eae7-894d-4436-ac23-8ee6fc8dd984", +Cell[19038, 500, 234, 6, 70, "Input",ExpressionUUID->"d309eae7-894d-4436-ac23-8ee6fc8dd984", CellID->623044883], -Cell[19219, 504, 380, 9, 70, "Input",ExpressionUUID->"88d13ba0-0fbd-4e39-bb49-f52192ea8711", +Cell[19275, 508, 380, 9, 70, "Input",ExpressionUUID->"88d13ba0-0fbd-4e39-bb49-f52192ea8711", CellID->631491303], -Cell[19602, 515, 238, 6, 70, "Input",ExpressionUUID->"f77906af-b5a8-4344-b039-b07975f7edd6", +Cell[19658, 519, 238, 6, 70, "Input",ExpressionUUID->"f77906af-b5a8-4344-b039-b07975f7edd6", CellID->1571850313], -Cell[19843, 523, 190, 4, 70, "ExampleText",ExpressionUUID->"ed3cbd48-6070-4968-9906-0f22ff3f093a", +Cell[19899, 527, 190, 4, 70, "ExampleText",ExpressionUUID->"ed3cbd48-6070-4968-9906-0f22ff3f093a", CellID->438104215], Cell[CellGroupData[{ -Cell[20058, 531, 184, 3, 70, "Input",ExpressionUUID->"0ab0c05c-0022-47f6-8781-0a5cb1c5b803", +Cell[20114, 535, 184, 3, 70, "Input",ExpressionUUID->"0ab0c05c-0022-47f6-8781-0a5cb1c5b803", CellID->1091293344], -Cell[20245, 536, 173, 4, 36, "Output",ExpressionUUID->"99f69973-ad70-4190-bf03-0290596f17c2", +Cell[20301, 540, 173, 4, 36, "Output",ExpressionUUID->"99f69973-ad70-4190-bf03-0290596f17c2", CellID->174349747] }, Open ]], -Cell[20433, 543, 194, 4, 70, "ExampleText",ExpressionUUID->"17e83bc4-cb05-4dea-ad00-f203bdfed301", +Cell[20489, 547, 194, 4, 70, "ExampleText",ExpressionUUID->"17e83bc4-cb05-4dea-ad00-f203bdfed301", CellID->103069101], Cell[CellGroupData[{ -Cell[20652, 551, 183, 3, 70, "Input",ExpressionUUID->"f022b1dd-d417-42c5-999f-b419acf9991f", +Cell[20708, 555, 183, 3, 70, "Input",ExpressionUUID->"f022b1dd-d417-42c5-999f-b419acf9991f", CellID->520774746], -Cell[20838, 556, 302, 9, 36, "Output",ExpressionUUID->"fa2e3695-349d-4fc5-ae20-732be92ee0be", +Cell[20894, 560, 302, 9, 36, "Output",ExpressionUUID->"fa2e3695-349d-4fc5-ae20-732be92ee0be", CellID->1293282391] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21438, 578, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"40e050fa-e223-4071-9251-8b55930a6d58"], +Cell[26919, 728, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7951018f-3f0c-4964-a4ba-c78d65d168eb"], +Cell[27592, 748, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8ae21f97-c60f-4685-99ec-f7d7c11e5927"], +Cell[28628, 776, 3479, 97, 70, "RelatedLinksSection",ExpressionUUID->"2e7a3cad-2647-45a0-a417-a72fdceecb18"], Cell[CellGroupData[{ -Cell[21404, 576, 5478, 148, 70, "SeeAlsoSection",ExpressionUUID->"de20a513-c008-4644-8866-ddd4c3326ad1"], -Cell[26885, 726, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c800f294-b48b-48f5-a3f1-24348940826c"] -}, Open ]], -Cell[27570, 747, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2f7b17bc-4577-47a5-8384-c15ee74b8788"], -Cell[28606, 775, 3479, 97, 70, "RelatedLinksSection",ExpressionUUID->"ff3c67fb-bc12-4284-8df2-68e3276621f9"], -Cell[CellGroupData[{ -Cell[32110, 876, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"71b4586c-ff9a-4636-9c59-f20c3b523a0c", +Cell[32132, 877, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"71b4586c-ff9a-4636-9c59-f20c3b523a0c", CellID->117551421], -Cell[32250, 879, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bde1c677-1e55-4d32-ba76-72af5938c2ca", +Cell[32272, 880, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"bde1c677-1e55-4d32-ba76-72af5938c2ca", CellID->1194386356], -Cell[32472, 885, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"36081588-b858-4350-a639-d2d60a1c0b93", +Cell[32494, 886, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"36081588-b858-4350-a639-d2d60a1c0b93", CellID->1641706272], -Cell[32687, 890, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d04c8bc5-32d5-47b6-a762-03bfb1675cdd", +Cell[32709, 891, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d04c8bc5-32d5-47b6-a762-03bfb1675cdd", CellID->399251956], -Cell[32916, 896, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"90df692b-3d02-4290-a710-ee8bc9a54d50", +Cell[32938, 897, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"90df692b-3d02-4290-a710-ee8bc9a54d50", CellID->821434655] }, Open ]], -Cell[33153, 902, 78, 0, 70, "FooterCell",ExpressionUUID->"9b8838a5-376e-4865-b3ea-ea4b77204c2d"] +Cell[33175, 903, 78, 0, 70, "FooterCell",ExpressionUUID->"16be7a78-b4ec-40ff-ba8b-d2ab13ad2e81"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SolutionExact.nb b/Documentation/English/ReferencePages/Symbols/SolutionExact.nb index d077239..3c1b71c 100644 --- a/Documentation/English/ReferencePages/Symbols/SolutionExact.nb +++ b/Documentation/English/ReferencePages/Symbols/SolutionExact.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40320, 1042] -NotebookOptionsPosition[ 32279, 883] -NotebookOutlinePosition[ 34368, 936] -CellTagsIndexPosition[ 34283, 931] +NotebookDataLength[ 40321, 1042] +NotebookOptionsPosition[ 32291, 884] +NotebookOutlinePosition[ 34403, 938] +CellTagsIndexPosition[ 34318, 933] WindowTitle->SolutionExact WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "922d3755-9d6c-448a-855c-b8200c3861c9"], + "e95298cf-2f3e-4ea6-909a-c082f3683d16"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "8cfbea47-6925-4cbd-8661-158be25f7d69"], + "fee49555-8f85-4a48-a468-81e654ca3d70"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9ec3e6a3-2d81-4790-b8e9-e874d96446ea"] - }],ExpressionUUID->"c36a4867-de94-43b1-aaa9-f68e49c7f9e4"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "66020d3f-2a2d-4c4e-be2a-c0fa165beac2"] + }],ExpressionUUID->"91cc0e91-6f54-4f35-b340-4d60788565a8"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c52806c2-1488-457a-bc68-b78a38075be7"], + "b159772b-4f5e-4064-9a13-1a5eeb9d5930"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a54b7779-0b0d-47c5-9caa-82d7a44eaa91"] - }],ExpressionUUID->"4f2da297-a7d5-4a47-aeff-f01c6ca4d5ed"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "e96a3458-2f80-4b53-a1fc-e86d6d7a6d6c"] + }],ExpressionUUID->"d68199cf-10b3-4d2b-aaa9-805c0f8f9b9f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "17ed3df3-3e62-4080-b3d2-d11477a1ed0f"], + "ee6fd7e0-16ce-4235-ae0b-0f56b72a080d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3cca1edc-d683-4e99-b3b6-1e98a4c810b6"] - }],ExpressionUUID->"b68c0754-025c-4317-af93-a235578171ca"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "85c617b2-fafc-4c92-93c2-8ea457b462a5"] + }],ExpressionUUID->"d3f3bc0e-a921-4161-aca6-33e3c4ad632a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7110b883-9521-4f6c-b32c-e6fd299f50a2"], + "d6344c64-23dc-492b-81a5-466946e8104a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0b0616e3-c612-42db-a0f3-a59dfd411a40"] - }],ExpressionUUID->"55877d2f-03b4-4bae-83df-8e439a192af6"], - StripOnInput->False], {"\<\"TUG/ref/SolutionExact\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SolutionExact"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SolutionExact.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$184857], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SolutionExact" <> ".html"], None}]}]}, + "53b178c5-c53f-4dad-827e-19c9b0d04197"] + }],ExpressionUUID->"9fc5231a-669e-47fb-adc0-6918c1221524"], + StripOnInput->False],{ + "\"TUG/ref/SolutionExact\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SolutionExact"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SolutionExact.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$199671], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SolutionExact" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db9b4ff1-0724-4e34-a85b-e291f7de94f3"] + "3590b45a-e03e-4597-be8f-e90e4b2a865b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ae046cc2-6c28-48a3-bd75-3cca4c816e10"]} + "8f712e4d-48f0-4cdb-a35d-fe0178d0071a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"19507046-a8c9-40ab-b889-5a6f8e65f9bf"], + CellID->1,ExpressionUUID->"2e9ff7fb-5f33-43fe-a41d-39aa5ef6392d"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"282b4f79-cace-4bc8-adf5-0020665a1e6a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1a9b4fe1-563a-4682-8fa3-6fe24996d498"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SolutionExact", "ObjectName",ExpressionUUID-> - "4f28d397-a8b5-4ffa-b230-d99df6ee5ffd"], + "30ea7a80-7691-4b50-a351-905996c4d985"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ba55ddcc-e4a3-4ce0-98b1-2b8c3e13ee23"], + "Spacer1"]],ExpressionUUID->"55283da1-383b-4372-927a-8d9ab1930bca"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6a0c8af5-4f28-473c-bd72-de3e1b287032"] - }],ExpressionUUID->"67cd97a8-29e1-461f-bb07-bd717edf4f11"], Cell[BoxData[ + "2f8fe358-fb5b-40cd-aa80-2cbf854c47ca"] + }],ExpressionUUID->"e1e56d9c-62ae-4678-81ba-6299334602d1"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "3fd1e605-5489-4dad-a3a5-d778dbaf582b"]} + "7602aa1d-6c4e-46c9-b621-2376c608094d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ac5726ab-72f2-4f47-ab0c-b23790f192be"], + CacheGraphics->False,ExpressionUUID->"cb2d58e5-7609-4901-b21e-79f3e5682780"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ "1065acc8-0080-4742-bdbe-4fe531603c98"], "\[LineSeparator]is an option for various package functions to solve a \ system of linear equations." - }],ExpressionUUID->"ef7c7c33-8671-43a6-a182-af1e7a444682"]} + }],ExpressionUUID->"f6a44170-45e6-470f-8e9d-f78d8746a9db"]} }]], "Usage", CellID->432438065,ExpressionUUID->"4986b1af-0b89-42df-b450-9a92b3a2c057"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d7762a59-c8a6-4343-b7d4-6d25a8915434"], + ExpressionUUID->"4b1e81c4-cd8f-4daa-a515-0d61dc011c5e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6a35a45b-12b8-46e9-9034-a14b5fb01024"], + "Spacer1"]],ExpressionUUID->"6f4aaa18-435c-4759-b088-1b6f5f144099"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d8e2bcc1-a6d7-4a11-9b17-0b55652eb9f3"], + }], "NotesFrameText",ExpressionUUID->"0d3813cd-7b33-4480-8787-906517a175e4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f10e6053-2b7e-43c1-b119-f7ff520daef6"]], \ + "Preemptive"]],ExpressionUUID->"2ff3bd12-0236-4a61-8738-db0fd4c5bf58"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1587384293,ExpressionUUID->"c87effbb-caaf-49ae-81b8-035d43e48396"], + CellID->102085668,ExpressionUUID->"0f2c886a-1906-47d3-9a7c-da58508d6c10"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6608a0e1-2e68-4e49-87df-60b4493347b8"], + ExpressionUUID->"512a86b4-e179-4adb-993c-71af1b53a8ca"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"167f52a6-0947-4975-ad73-f1ff6479cfb0"], + "Spacer1"]],ExpressionUUID->"9a36d9f0-4d7b-4d8f-8230-eeff419b4600"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "322c5bef-e1a4-4b0c-a63a-30b3ed5aa28b"] + "d480bbdc-3c06-426f-9cce-f76c0b0312bd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1068711315,ExpressionUUID->"9eb74ebf-40f2-4fdc-be48-d337f7fb7694"], + CellID->1775883116,ExpressionUUID->"34b87709-3eab-4d1c-bbe5-12df41113ed0"], Cell[CellGroupData[{ @@ -382,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cfc13e0b-1eb2-4768-bec8-23669e95b6b6"], + ExpressionUUID->"3b3f59e5-736e-48d2-a494-e3d59e23eb71"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f542a2d3-3f48-4759-b313-1522e7c16c14"], + "Spacer1"]],ExpressionUUID->"ed54826d-cd51-4264-8548-4515e482b169"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b88a0888-bbf4-4313-a221-224549a05e9a"] + "713facb3-fb83-4514-b1d7-a7a2c0020f68"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->646952027,ExpressionUUID->"23bec6e4-79d7-42b5-a3b7-dddea95bf5e9"], + CellID->964784512,ExpressionUUID->"d2b43f36-fa04-4f17-9ad5-2cefaab9cd37"], Cell["Loading the package:", "ExampleText", CellID->2055542356,ExpressionUUID->"52a00a49-685e-4478-a483-a56c3231a7b8"], @@ -585,8 +589,6 @@ Cell["the above evaluation has provided two pre-kernel elements-", \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -734,15 +736,15 @@ Cell[BoxData[GridBox[{ "17999b44-d27c-44ce-95c7-d09c336fa2da"] }], "SeeAlso",ExpressionUUID->"574799fd-8d71-4409-b3a6-cc31f4bd9cb3"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"2a6352bf-ed49-4014-9782-\ -4d8bc3accb7b"], + }]], "SeeAlsoSection",ExpressionUUID->"ec380119-d3aa-4cd4-ac64-\ +1ec538bdb59b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -754,9 +756,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"493b16ff-0a8a-493b-8046-bbb91f671f09"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"123d565e-bf64-4fe6-a2b8-\ -2c36c49aa099"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2debcc17-4d66-45e7-8f65-\ +4af1b6322c23"], Cell[BoxData[GridBox[{ { @@ -773,7 +774,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "91963757-92eb-47f3-a149-9317a5b2b0ed"]}]}, + "4e13940b-67eb-4fa2-ace2-d1cfd5d422f9"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -781,10 +782,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "036d028d-e592-4783-b29f-e9f8d45c9bee"]}]} + "a4772641-c954-4512-b610-35e9a4abb475"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"be7de294-fee0-4b0f-aa98-\ -dd039f45cad0"], + }]], "MoreAboutSection",ExpressionUUID->"57cad4dd-93d8-482e-9b68-\ +ba5b8ded2ec2"], Cell[BoxData[GridBox[{ { @@ -811,7 +812,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e64b6772-ee38-4eaa-8ee9-e7075b795d90"]], "RelatedLinks", + "4c736fbc-8a3a-42df-b249-a8ec0949df99"]], "RelatedLinks", ExpressionUUID->"e4eee0b2-8f05-4e63-805d-28a4284a9f53"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -828,7 +829,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a26ab36b-ba5d-4e8f-b6cf-420a28124b0f"]], "RelatedLinks", + "c7ecadd1-edf4-4b2f-bf58-88819ebec535"]], "RelatedLinks", ExpressionUUID->"607bf517-dac2-4a8f-92e7-fb23a24b44a4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -845,11 +846,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1a78f7f8-f870-45f2-88e6-fadc342c5144"]], "RelatedLinks", + "a896dcf5-3b8d-4fad-b943-b4564e5c753c"]], "RelatedLinks", ExpressionUUID->"ecb4b2d6-81e3-45fe-b1a6-d7cdce4c1928"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c880b89a-f3ba-4cb6-ac17-\ -7393c176f611"], + }]], "RelatedLinksSection",ExpressionUUID->"27953d18-1b63-4482-b37b-\ +23eaba72cbda"], Cell[CellGroupData[{ @@ -879,11 +880,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3b4e9694-7278-493b-a5dc-2e0beaba9d46"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"aa86d776-8851-4b3b-8ba9-8f5ac7347806"] +Cell[" ", "FooterCell",ExpressionUUID->"adf9a719-2b0f-4bcf-bd2c-d92aec77393a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SolutionExact", TaggingRules->{ @@ -894,17 +895,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 58.381407}", + "built" -> "{2024, 6, 3, 16, 55, 39.147325}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SolutionExact is an option for various package functions to solve a \ system of linear equations.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "SolutionExact", "titlemodifier" -> "", "windowtitle" -> "SolutionExact", - "type" -> "Symbol", "uri" -> "TUG/ref/SolutionExact"}}, + "SolutionExact", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SolutionExact", "type" -> "Symbol", "uri" -> + "TUG/ref/SolutionExact"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -913,9 +915,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7723b42f-9fb0-4f7b-bd60-c6b4b94b9111" +ExpressionUUID->"8a1e5c89-40b9-400c-87f5-f3ae7ec6e909" ] (* End of Notebook Content *) @@ -923,127 +925,125 @@ ExpressionUUID->"7723b42f-9fb0-4f7b-bd60-c6b4b94b9111" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12272, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9eb74ebf-40f2-4fdc-be48-d337f7fb7694", + Cell[12318, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"34b87709-3eab-4d1c-bbe5-12df41113ed0", CellTags->"PrimaryExamplesSection", - CellID->1068711315]} + CellID->1775883116]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34082, 924} + {"PrimaryExamplesSection", 34117, 926} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7106, 168, 56, "AnchorBarGrid",ExpressionUUID->"19507046-a8c9-40ab-b889-5a6f8e65f9bf", +Cell[585, 21, 7153, 172, 57, "AnchorBarGrid",ExpressionUUID->"2e9ff7fb-5f33-43fe-a41d-39aa5ef6392d", CellID->1], -Cell[7694, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"282b4f79-cace-4bc8-adf5-0020665a1e6a"], +Cell[7741, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1a9b4fe1-563a-4682-8fa3-6fe24996d498"], Cell[CellGroupData[{ -Cell[7805, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"ac5726ab-72f2-4f47-ab0c-b23790f192be"], -Cell[9095, 232, 461, 9, 111, "Usage",ExpressionUUID->"4986b1af-0b89-42df-b450-9a92b3a2c057", +Cell[7852, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"cb2d58e5-7609-4901-b21e-79f3e5682780"], +Cell[9142, 236, 461, 9, 109, "Usage",ExpressionUUID->"4986b1af-0b89-42df-b450-9a92b3a2c057", CellID->432438065] }, Open ]], Cell[CellGroupData[{ -Cell[9593, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"c87effbb-caaf-49ae-81b8-035d43e48396", +Cell[9640, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"0f2c886a-1906-47d3-9a7c-da58508d6c10", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1587384293], -Cell[11491, 295, 489, 12, 37, "Notes",ExpressionUUID->"c256718b-3e3d-4fbd-9f7a-c8f452601131", + CellID->102085668], +Cell[11537, 299, 489, 12, 38, "Notes",ExpressionUUID->"c256718b-3e3d-4fbd-9f7a-c8f452601131", CellID->177724765], -Cell[11983, 309, 162, 3, 36, "Notes",ExpressionUUID->"127c02d1-2705-46bf-b04a-1bb918efc643", +Cell[12029, 313, 162, 3, 36, "Notes",ExpressionUUID->"127c02d1-2705-46bf-b04a-1bb918efc643", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12272, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9eb74ebf-40f2-4fdc-be48-d337f7fb7694", +Cell[12318, 322, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"34b87709-3eab-4d1c-bbe5-12df41113ed0", CellTags->"PrimaryExamplesSection", - CellID->1068711315], + CellID->1775883116], Cell[CellGroupData[{ -Cell[13718, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"23bec6e4-79d7-42b5-a3b7-dddea95bf5e9", - CellID->646952027], -Cell[15119, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"52a00a49-685e-4478-a483-a56c3231a7b8", +Cell[13764, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d2b43f36-fa04-4f17-9ad5-2cefaab9cd37", + CellID->964784512], +Cell[15165, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"52a00a49-685e-4478-a483-a56c3231a7b8", CellID->2055542356], Cell[CellGroupData[{ -Cell[15263, 402, 168, 3, 27, "Input",ExpressionUUID->"0b3a2a8b-be60-4fc8-b351-18c412d45788", +Cell[15309, 406, 168, 3, 27, "Input",ExpressionUUID->"0b3a2a8b-be60-4fc8-b351-18c412d45788", CellID->1737160106], Cell[CellGroupData[{ -Cell[15456, 409, 235, 4, 23, "Print",ExpressionUUID->"4ff9e49d-efa5-4209-acfb-a4a7542cb9b2", +Cell[15502, 413, 235, 4, 23, "Print",ExpressionUUID->"4ff9e49d-efa5-4209-acfb-a4a7542cb9b2", CellID->603135995], -Cell[15694, 415, 365, 8, 23, "Print",ExpressionUUID->"c822ecb9-2731-4bd9-b252-4ab04518f85e", +Cell[15740, 419, 365, 8, 23, "Print",ExpressionUUID->"c822ecb9-2731-4bd9-b252-4ab04518f85e", CellID->1275123255], -Cell[16062, 425, 236, 4, 23, "Print",ExpressionUUID->"5895ae7a-7b9c-4224-8581-a847e2203902", +Cell[16108, 429, 236, 4, 23, "Print",ExpressionUUID->"5895ae7a-7b9c-4224-8581-a847e2203902", CellID->1874430006], -Cell[16301, 431, 219, 3, 23, "Print",ExpressionUUID->"67f09ad7-7dcc-4996-b5f8-cd931077e127", +Cell[16347, 435, 219, 3, 23, "Print",ExpressionUUID->"67f09ad7-7dcc-4996-b5f8-cd931077e127", CellID->481871123], -Cell[16523, 436, 206, 3, 23, "Print",ExpressionUUID->"6319562f-f198-4faf-ba52-624cf1a28f99", +Cell[16569, 440, 206, 3, 23, "Print",ExpressionUUID->"6319562f-f198-4faf-ba52-624cf1a28f99", CellID->350218857], -Cell[16732, 441, 237, 4, 23, "Print",ExpressionUUID->"5e6186c3-1580-4e05-a20c-a39d1a6d7e07", +Cell[16778, 445, 237, 4, 23, "Print",ExpressionUUID->"5e6186c3-1580-4e05-a20c-a39d1a6d7e07", CellID->1203846897], -Cell[16972, 447, 220, 3, 23, "Print",ExpressionUUID->"2d6f2dfa-ebfb-4e11-ac28-8ab9fe643c2a", +Cell[17018, 451, 220, 3, 23, "Print",ExpressionUUID->"2d6f2dfa-ebfb-4e11-ac28-8ab9fe643c2a", CellID->1753795779], -Cell[17195, 452, 236, 4, 23, "Print",ExpressionUUID->"c26efeff-0b76-4b1f-b3ae-bd107ef5e7f4", +Cell[17241, 456, 236, 4, 23, "Print",ExpressionUUID->"c26efeff-0b76-4b1f-b3ae-bd107ef5e7f4", CellID->1135199090], -Cell[17434, 458, 236, 4, 23, "Print",ExpressionUUID->"70385689-06f2-4008-9f3b-f4ba3f09ad81", +Cell[17480, 462, 236, 4, 23, "Print",ExpressionUUID->"70385689-06f2-4008-9f3b-f4ba3f09ad81", CellID->1470415709], -Cell[17673, 464, 207, 3, 23, "Print",ExpressionUUID->"2d370ee9-a3f4-436f-b427-6b7008ac0e7a", +Cell[17719, 468, 207, 3, 23, "Print",ExpressionUUID->"2d370ee9-a3f4-436f-b427-6b7008ac0e7a", CellID->1415367906], -Cell[17883, 469, 236, 4, 23, "Print",ExpressionUUID->"58c4e103-1ad2-4d7f-ae6c-6c7f298d76e6", +Cell[17929, 473, 236, 4, 23, "Print",ExpressionUUID->"58c4e103-1ad2-4d7f-ae6c-6c7f298d76e6", CellID->1838461572] }, Open ]] }, Open ]], -Cell[18146, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"673b6280-3ed5-4021-b20b-5b3d15b82465", +Cell[18192, 481, 137, 1, 39, "ExampleText",ExpressionUUID->"673b6280-3ed5-4021-b20b-5b3d15b82465", CellID->1423642096], -Cell[18286, 480, 234, 6, 27, "Input",ExpressionUUID->"94339747-c510-409f-9e30-0cafa0d7c776", +Cell[18332, 484, 234, 6, 27, "Input",ExpressionUUID->"94339747-c510-409f-9e30-0cafa0d7c776", CellID->729054256], -Cell[18523, 488, 380, 9, 27, "Input",ExpressionUUID->"fb5e2b32-dc03-46ca-a0d6-eeebbc910f09", +Cell[18569, 492, 380, 9, 27, "Input",ExpressionUUID->"fb5e2b32-dc03-46ca-a0d6-eeebbc910f09", CellID->905819969], -Cell[18906, 499, 238, 6, 70, "Input",ExpressionUUID->"382f5014-567b-491c-8ac8-86841d9adf04", +Cell[18952, 503, 238, 6, 27, "Input",ExpressionUUID->"382f5014-567b-491c-8ac8-86841d9adf04", CellID->1944293015], -Cell[19147, 507, 181, 3, 70, "ExampleText",ExpressionUUID->"238b2b2d-abd2-4e99-9dc6-db96ae979528", +Cell[19193, 511, 181, 3, 70, "ExampleText",ExpressionUUID->"238b2b2d-abd2-4e99-9dc6-db96ae979528", CellID->1920441079], Cell[CellGroupData[{ -Cell[19353, 514, 275, 6, 70, "Input",ExpressionUUID->"e74a107b-d954-4076-8f44-524e4d1fc6bf", +Cell[19399, 518, 275, 6, 70, "Input",ExpressionUUID->"e74a107b-d954-4076-8f44-524e4d1fc6bf", CellID->1879477358], -Cell[19631, 522, 240, 6, 51, "Output",ExpressionUUID->"0e77fc50-edaf-4b3c-b5a0-519d969065e1", +Cell[19677, 526, 240, 6, 50, "Output",ExpressionUUID->"0e77fc50-edaf-4b3c-b5a0-519d969065e1", CellID->1767060037] }, Open ]], -Cell[19886, 531, 169, 3, 70, "ExampleText",ExpressionUUID->"8730eda7-1185-429e-9833-ef2cb84662a4", +Cell[19932, 535, 169, 3, 70, "ExampleText",ExpressionUUID->"8730eda7-1185-429e-9833-ef2cb84662a4", CellID->1518210501], Cell[CellGroupData[{ -Cell[20080, 538, 275, 6, 70, "Input",ExpressionUUID->"81545f80-cb12-4cf2-b8b2-13c4e3d7d2a4", +Cell[20126, 542, 275, 6, 70, "Input",ExpressionUUID->"81545f80-cb12-4cf2-b8b2-13c4e3d7d2a4", CellID->256338245], -Cell[20358, 546, 315, 8, 51, "Output",ExpressionUUID->"53ce6302-34b3-4f34-b5bf-207e9e23003c", +Cell[20404, 550, 315, 8, 51, "Output",ExpressionUUID->"53ce6302-34b3-4f34-b5bf-207e9e23003c", CellID->600206398] }, Open ]], -Cell[20688, 557, 142, 1, 70, "ExampleText",ExpressionUUID->"2481fc31-4390-4989-9581-86ff425cb3d0", +Cell[20734, 561, 142, 1, 70, "ExampleText",ExpressionUUID->"2481fc31-4390-4989-9581-86ff425cb3d0", CellID->1170009608], Cell[CellGroupData[{ -Cell[20855, 562, 244, 6, 70, "Input",ExpressionUUID->"64bcbb19-68af-4eaf-af97-49d9a23b475c", +Cell[20901, 566, 244, 6, 70, "Input",ExpressionUUID->"64bcbb19-68af-4eaf-af97-49d9a23b475c", CellID->1978133458], -Cell[21102, 570, 178, 4, 36, "Output",ExpressionUUID->"3058b250-b492-45bd-8543-e56d79b14f46", +Cell[21148, 574, 178, 4, 36, "Output",ExpressionUUID->"3058b250-b492-45bd-8543-e56d79b14f46", CellID->1705428950] }, Open ]], -Cell[21295, 577, 158, 2, 70, "ExampleText",ExpressionUUID->"15a7a3cb-3e54-41f7-ab2f-4d0f04677d64", +Cell[21341, 581, 158, 2, 70, "ExampleText",ExpressionUUID->"15a7a3cb-3e54-41f7-ab2f-4d0f04677d64", CellID->474827661] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21729, 591, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"ec380119-d3aa-4cd4-ac64-1ec538bdb59b"], +Cell[27207, 741, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2debcc17-4d66-45e7-8f65-4af1b6322c23"], +Cell[27880, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"57cad4dd-93d8-482e-9b68-ba5b8ded2ec2"], +Cell[28916, 789, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"27953d18-1b63-4482-b37b-23eaba72cbda"], Cell[CellGroupData[{ -Cell[21705, 589, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"2a6352bf-ed49-4014-9782-4d8bc3accb7b"], -Cell[27183, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"123d565e-bf64-4fe6-a2b8-2c36c49aa099"] -}, Open ]], -Cell[27868, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"be7de294-fee0-4b0f-aa98-dd039f45cad0"], -Cell[28904, 788, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"c880b89a-f3ba-4cb6-ac17-7393c176f611"], -Cell[CellGroupData[{ -Cell[31154, 855, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8ad5973b-5086-40e2-bab0-6f73b0170093", +Cell[31166, 856, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8ad5973b-5086-40e2-bab0-6f73b0170093", CellID->906383680], -Cell[31294, 858, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e3a539ce-2bc1-4df5-a75b-058a8eae9c0f", +Cell[31306, 859, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e3a539ce-2bc1-4df5-a75b-058a8eae9c0f", CellID->1194386356], -Cell[31516, 864, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"46184e70-eebd-457a-84cb-9bca8bc0ed27", +Cell[31528, 865, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"46184e70-eebd-457a-84cb-9bca8bc0ed27", CellID->1641706272], -Cell[31731, 869, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"309ef510-dc82-442f-abbb-8000518ddc23", +Cell[31743, 870, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"309ef510-dc82-442f-abbb-8000518ddc23", CellID->399251956], -Cell[31960, 875, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b4e9694-7278-493b-a5dc-2e0beaba9d46", +Cell[31972, 876, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3b4e9694-7278-493b-a5dc-2e0beaba9d46", CellID->821434655] }, Open ]], -Cell[32197, 881, 78, 0, 70, "FooterCell",ExpressionUUID->"aa86d776-8851-4b3b-8ba9-8f5ac7347806"] +Cell[32209, 882, 78, 0, 70, "FooterCell",ExpressionUUID->"adf9a719-2b0f-4bcf-bd2c-d92aec77393a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SolveDual.nb b/Documentation/English/ReferencePages/Symbols/SolveDual.nb index bb6b7ff..990b0e2 100644 --- a/Documentation/English/ReferencePages/Symbols/SolveDual.nb +++ b/Documentation/English/ReferencePages/Symbols/SolveDual.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 67071, 1773] -NotebookOptionsPosition[ 57635, 1586] -NotebookOutlinePosition[ 59721, 1639] -CellTagsIndexPosition[ 59635, 1634] +NotebookDataLength[ 67084, 1774] +NotebookOptionsPosition[ 57657, 1588] +NotebookOutlinePosition[ 59766, 1642] +CellTagsIndexPosition[ 59680, 1637] WindowTitle->SolveDual WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c54beef0-93fa-4095-8fcc-7bf4d1cae46b"], + "0ba352ea-c444-446a-8ccf-f1b351c87518"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "705a6f41-b0e8-46d3-855a-0c9d6817109e"], + "116e0211-08ac-4d71-87c1-a44c35ee9343"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d742c8a5-cf28-4b46-a920-0e663dbb0daf"] - }],ExpressionUUID->"beb14b96-34d4-47c7-96b9-d091f41529b5"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "84bb17fc-35fd-4183-bca5-e44b0fe7d5f1"] + }],ExpressionUUID->"6a0fe724-dcb8-4e0d-8dda-82499e73930b"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "953c3bf3-1fee-4f89-a571-b92c37fcdf66"], + "1f72522e-7bf5-496e-b50e-4c42e8004ced"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7f505fa0-7c97-4a5d-8389-6a85a0f03e4a"] - }],ExpressionUUID->"1ea15dab-2bac-4579-b972-b1adf45654a5"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "9e6eb24e-6e8c-48cc-9193-8cfddcb9aa51"] + }],ExpressionUUID->"7cff1f17-5c85-4e77-9324-b45dcc28910e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4fa3cc1e-bbd8-41b1-92be-c9a16afcd1cf"], + "af616fb9-622a-4388-ab14-7bee6558b80c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e586761f-a96f-427b-a6f6-1e668b8dabdb"] - }],ExpressionUUID->"dd1bc23d-0f31-4525-aa0c-b466bbfd31de"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e1076395-0abe-4049-a65a-cef33e04802e"] + }],ExpressionUUID->"6b218c85-306d-4aff-b434-ed70c741143e"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4e225c49-fd26-4f4b-807c-836a0133c854"], + "1a99ec2a-2257-490b-9afe-5c5981cb1bdc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "492d34ee-e04b-44ff-a3b7-4372456e1756"] - }],ExpressionUUID->"e225c547-fce0-4ad6-adc8-15c27ed27ec8"], - StripOnInput->False], {"\<\"TUG/ref/SolveDual\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SolveDual"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SolveDual.\ + "ea0dadf7-4554-445f-bf3a-ee81bc229ba1"] + }],ExpressionUUID->"c7e6fa07-99f9-4bb4-89cd-ffa46d2969d8"], + StripOnInput->False],{ + "\"TUG/ref/SolveDual\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SolveDual"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SolveDual.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$185423], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SolveDual" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$200271], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SolveDual" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f63866cf-cea1-40e8-a589-27185a57ba99"] + "c594806b-a3b6-4c65-9dcb-fd25323df049"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "01ee2745-057a-46c4-adc3-e81ef026d372"]} + "008e544e-739c-4cba-be11-14d6896d8aad"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c1e8683c-bc8e-4b31-a646-c4cac674542a"], + CellID->1,ExpressionUUID->"fe05cedc-a82a-4982-b858-8d88fc423009"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"821df89f-890d-4d46-b66e-b945b0f1b4b5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"8e49861e-d652-405f-aea9-87e26342419e"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SolveDual", "ObjectName",ExpressionUUID-> - "1099cc44-38a3-4cc2-8e6f-fe8b47220a72"], + "8a2e7520-749d-4933-9956-e5e724766cfd"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"50b4e0a0-2b34-4ee8-b903-babe51b76788"], + "Spacer1"]],ExpressionUUID->"0aed63c2-3b92-4f95-bf56-171830d8d4f3"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "6ea4287e-5c35-4e6c-bc83-188dd928ddd9"] - }],ExpressionUUID->"0a843cc3-1de0-4b0d-a1f4-7bbf705220c2"], Cell[BoxData[ + "3b10dd2c-cb3b-4a21-8e67-38b594e9f60a"] + }],ExpressionUUID->"650a448c-66b1-46f3-8961-518f02613f09"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "038cdf97-7799-4c19-8c90-7e685850da22"]} + "891d1f58-ce0a-4656-9ae0-cd05240eb2ff"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"a9cd94ae-7ae7-47e8-8ec5-81d46ecc2f6b"], + CacheGraphics->False,ExpressionUUID->"9889c897-b3b8-48bb-8a54-efd82c4498dc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +244,7 @@ Cell[BoxData[GridBox[{ "8e595cf0-899a-4c0e-8625-5b3802133d89"], " \[LineSeparator]solves the corresponding dual problem to determine an \ additional kernel element." - }],ExpressionUUID->"77dfc937-deb4-48b9-a2e8-ddf490bb202a"]} + }],ExpressionUUID->"c2d0bf34-493c-4657-898a-ab7b7d1bd297"]} }]], "Usage", CellID->938258243,ExpressionUUID->"847826fc-c2ee-4b7a-be6b-35cab572067f"] }, Open ]], @@ -272,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6efc0c89-09b6-4301-a5e9-3c8b9a8914d2"], + ExpressionUUID->"f38b1093-f2e9-46a4-bda7-97dd8580dbc3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c854e4fc-0c00-4e51-b276-80e947b08506"], + "Spacer1"]],ExpressionUUID->"2c73ee2f-2fee-4979-8aee-aff6ad4d2609"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"12051643-8dfa-4dd4-9b40-590ca784a8ce"], + }], "NotesFrameText",ExpressionUUID->"8a65e82b-82b8-4028-9d10-b9951966ef98"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"134487f1-079e-400f-84c6-68dd31e71f8b"]], \ + "Preemptive"]],ExpressionUUID->"705e000a-1fe9-4957-b363-165ee78c35b0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->677905923,ExpressionUUID->"05714dc3-a824-4759-a0f9-2d8af5e7cc98"], + CellID->554159307,ExpressionUUID->"43916127-0a7c-4a28-a53c-243045b380f3"], Cell[TextData[{ "The input expression ", @@ -369,19 +374,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8cd1af6f-a0dd-4382-a630-89280bf0f3d4"], + ExpressionUUID->"fbc90f96-e243-4007-8578-d887cb30be47"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"466bd9c8-8258-4814-b13f-7abf6a368d27"], + "Spacer1"]],ExpressionUUID->"7a38bc68-b886-4c62-ae68-20054421a895"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "681a3728-f167-4d86-a473-e7d8dc3cccd5"] + "3e45c531-0dba-4b10-b2b8-f86e02c4ac70"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1899417137,ExpressionUUID->"ad9767b0-a646-4c66-b175-e93b19628b6e"], + CellID->2124547508,ExpressionUUID->"69419cd8-fce6-43f2-82c6-5501de2f2ebe"], Cell[CellGroupData[{ @@ -410,18 +415,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cedd6609-e4e1-4a2e-ad9b-b1399a746203"], + ExpressionUUID->"fcb0d16c-ca24-4a84-8855-b525162e2259"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2e1de51e-bb3c-4a82-b40c-2b8b79e49ede"], + "Spacer1"]],ExpressionUUID->"0f03d3fa-e7a8-44a6-974d-27293b4ee6d6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "798f7ee1-5aee-4c4e-b2d9-4f4165ecae09"] + "6e148c18-17e3-4b26-90ee-b2dda8e22e2f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->235221629,ExpressionUUID->"b9c25af0-0409-4263-bf46-04c16d675c67"], + CellID->1844756087,ExpressionUUID->"dc3dd402-48ec-4d23-ba25-91b3c32942f0"], Cell["Loading the package:", "ExampleText", CellID->699969400,ExpressionUUID->"0aa38b92-335d-4aa8-bdeb-ce208f1d494a"], @@ -1237,8 +1242,6 @@ vector.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1386,15 +1389,15 @@ Cell[BoxData[GridBox[{ "09f0c92f-c3ce-491d-b115-decd99f31711"] }], "SeeAlso",ExpressionUUID->"f0ff6219-8d25-49a6-be1a-9e096ede8b8d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a3c19d86-c0f8-49cf-9990-\ -a8c14c26ae53"], + }]], "SeeAlsoSection",ExpressionUUID->"fd05cc0a-f3e0-4c4e-a6ee-\ +658dc2785ec4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1406,9 +1409,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9c984097-ddee-47d7-bc74-9be8c9ec2b59"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1c140462-5a53-4eb6-a2f3-\ -3232b0d3c949"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"fdf077e5-2ce0-49db-8864-\ +ab99510b0fc8"], Cell[BoxData[GridBox[{ { @@ -1425,7 +1427,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "66c9fa4a-86b1-4d87-8f7f-d40010205add"]}]}, + "5715615a-9543-4e5f-a930-19f0f49230ec"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1433,10 +1435,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "13a26006-de2f-4594-b359-76de796da585"]}]} + "3e630be6-bd9e-4e08-85b6-8c92c3325ba4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9a9b276b-25a1-41b4-a00b-\ -cfb96aabe910"], + }]], "MoreAboutSection",ExpressionUUID->"a9991cea-51fc-4634-bea1-\ +bd95958c439f"], Cell[BoxData[GridBox[{ { @@ -1463,7 +1465,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DeltaLP"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2f934a16-7f0b-4b69-b3e1-4a88b981d5ab"]], "RelatedLinks", + "2df31f25-6704-4cd7-88aa-1ca9560892b1"]], "RelatedLinks", ExpressionUUID->"8b4cc7ec-5316-4e3a-917f-d148f038aa9a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1480,7 +1482,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LPtoMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "be341e7a-018b-41c7-a2c8-6ae3dd6d89d4"]], "RelatedLinks", + "1ea8de13-9b3e-4e9c-b206-6c14f0f7e669"]], "RelatedLinks", ExpressionUUID->"c235e74c-bbe3-4cb0-baa7-0a19a6571aaa"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1497,7 +1499,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SolvePrimal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "19938996-8a89-4ec1-810f-566c23e1e5b9"]], "RelatedLinks", + "966ebd30-6492-430e-b8c8-ba778174287c"]], "RelatedLinks", ExpressionUUID->"d73b4d9f-3dec-4217-9670-beb0ab9b2d9e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1514,7 +1516,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b17d7edf-d605-466d-b487-6ad505754b6a"]], "RelatedLinks", + "08488621-4e0c-4691-bfcf-1b0c1f73ed6a"]], "RelatedLinks", ExpressionUUID->"3c002813-ba52-41db-ac04-68d7a6ccda60"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1531,7 +1533,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Transfer"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "86169f58-c763-4776-a4cb-acb78ee78d1a"]], "RelatedLinks", + "f6b24533-9052-42da-88c1-05e3199785a0"]], "RelatedLinks", ExpressionUUID->"c4860838-d4f3-4786-8fcb-babe157581f1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1548,11 +1550,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AllConstraint"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6b4a3e46-a7ed-460b-8611-1b0fd22a6a84"]], "RelatedLinks", + "deab501a-42a8-4360-b8c2-cd3ee0b40da4"]], "RelatedLinks", ExpressionUUID->"8f999c16-61e7-4bdb-afb5-47c01eb32d9e"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0bf0f999-dba3-4c56-bdfb-\ -3004c9cda7b3"], + }]], "RelatedLinksSection",ExpressionUUID->"9cad28a5-b95f-41e7-b494-\ +975d46266e59"], Cell[CellGroupData[{ @@ -1582,11 +1584,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6ab5b08e-5fbf-4817-b8f7-9aa733c38320"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"14fe8d29-0689-4fc9-93d8-57f3fe16a549"] +Cell[" ", "FooterCell",ExpressionUUID->"d7d59779-5c9f-44e8-98c6-d4b115e57c68"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SolveDual", TaggingRules->{ @@ -1597,17 +1599,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 54, 59.951193}", + "built" -> "{2024, 6, 3, 16, 55, 39.923582}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SolveDual[zf, const, vars] solves the corresponding dual problem to \ determine an additional kernel element.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "SolveDual", "titlemodifier" -> "", "windowtitle" -> - "SolveDual", "type" -> "Symbol", "uri" -> "TUG/ref/SolveDual"}}, + "title" -> "SolveDual", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "SolveDual", "type" -> "Symbol", "uri" -> + "TUG/ref/SolveDual"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1616,9 +1619,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4d91057f-4912-43dc-b7d9-3524eb638d45" +ExpressionUUID->"8a247af2-12a8-4d5e-906c-f4efc864b09b" ] (* End of Notebook Content *) @@ -1626,155 +1629,153 @@ ExpressionUUID->"4d91057f-4912-43dc-b7d9-3524eb638d45" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13384, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ad9767b0-a646-4c66-b175-e93b19628b6e", + Cell[13439, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"69419cd8-fce6-43f2-82c6-5501de2f2ebe", CellTags->"PrimaryExamplesSection", - CellID->1899417137]} + CellID->2124547508]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 59434, 1627} + {"PrimaryExamplesSection", 59479, 1630} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7112, 168, 56, "AnchorBarGrid",ExpressionUUID->"c1e8683c-bc8e-4b31-a646-c4cac674542a", +Cell[581, 21, 7167, 173, 57, "AnchorBarGrid",ExpressionUUID->"fe05cedc-a82a-4982-b858-8d88fc423009", CellID->1], -Cell[7696, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"821df89f-890d-4d46-b66e-b945b0f1b4b5"], +Cell[7751, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"8e49861e-d652-405f-aea9-87e26342419e"], Cell[CellGroupData[{ -Cell[7807, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"a9cd94ae-7ae7-47e8-8ec5-81d46ecc2f6b"], -Cell[9093, 232, 535, 11, 111, "Usage",ExpressionUUID->"847826fc-c2ee-4b7a-be6b-35cab572067f", +Cell[7862, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"9889c897-b3b8-48bb-8a54-efd82c4498dc"], +Cell[9148, 237, 535, 11, 111, "Usage",ExpressionUUID->"847826fc-c2ee-4b7a-be6b-35cab572067f", CellID->938258243] }, Open ]], Cell[CellGroupData[{ -Cell[9665, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"05714dc3-a824-4759-a0f9-2d8af5e7cc98", +Cell[9720, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"43916127-0a7c-4a28-a53c-243045b380f3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->677905923], -Cell[11562, 297, 698, 15, 57, "Notes",ExpressionUUID->"9e2289ad-118a-4610-8a98-5a0332ad51d2", + CellID->554159307], +Cell[11617, 302, 698, 15, 57, "Notes",ExpressionUUID->"9e2289ad-118a-4610-8a98-5a0332ad51d2", CellID->1766463512], -Cell[12263, 314, 489, 12, 37, "Notes",ExpressionUUID->"55d43f50-e912-4d73-97c5-a5692c80a7cc", +Cell[12318, 319, 489, 12, 38, "Notes",ExpressionUUID->"55d43f50-e912-4d73-97c5-a5692c80a7cc", CellID->177724765], -Cell[12755, 328, 172, 3, 36, "Notes",ExpressionUUID->"0861d428-3fd7-46bd-acc6-1713856fae93", +Cell[12810, 333, 172, 3, 36, "Notes",ExpressionUUID->"0861d428-3fd7-46bd-acc6-1713856fae93", CellID->2113909686], -Cell[12930, 333, 179, 4, 36, "Notes",ExpressionUUID->"cb13bd8f-87e9-4c9e-94a3-3b17df1cbcc0", +Cell[12985, 338, 179, 4, 36, "Notes",ExpressionUUID->"cb13bd8f-87e9-4c9e-94a3-3b17df1cbcc0", CellID->159832982], -Cell[13112, 339, 145, 1, 36, "Notes",ExpressionUUID->"67f7712a-9af4-44e7-83d8-54da7290c0a1", +Cell[13167, 344, 145, 1, 36, "Notes",ExpressionUUID->"67f7712a-9af4-44e7-83d8-54da7290c0a1", CellID->916899475] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13384, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ad9767b0-a646-4c66-b175-e93b19628b6e", +Cell[13439, 351, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"69419cd8-fce6-43f2-82c6-5501de2f2ebe", CellTags->"PrimaryExamplesSection", - CellID->1899417137], + CellID->2124547508], Cell[CellGroupData[{ -Cell[14830, 387, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b9c25af0-0409-4263-bf46-04c16d675c67", - CellID->235221629], -Cell[16231, 425, 118, 1, 38, "ExampleText",ExpressionUUID->"0aa38b92-335d-4aa8-bdeb-ce208f1d494a", +Cell[14885, 392, 1399, 36, 30, "ExampleSection",ExpressionUUID->"dc3dd402-48ec-4d23-ba25-91b3c32942f0", + CellID->1844756087], +Cell[16287, 430, 118, 1, 39, "ExampleText",ExpressionUUID->"0aa38b92-335d-4aa8-bdeb-ce208f1d494a", CellID->699969400], Cell[CellGroupData[{ -Cell[16374, 430, 167, 3, 27, "Input",ExpressionUUID->"d649ec65-ebff-47ea-82a1-4f18ac3856f9", +Cell[16430, 435, 167, 3, 27, "Input",ExpressionUUID->"d649ec65-ebff-47ea-82a1-4f18ac3856f9", CellID->679002885], Cell[CellGroupData[{ -Cell[16566, 437, 236, 4, 23, "Print",ExpressionUUID->"1a3e8f12-68c1-4c64-bc27-38d5ab89b921", +Cell[16622, 442, 236, 4, 23, "Print",ExpressionUUID->"1a3e8f12-68c1-4c64-bc27-38d5ab89b921", CellID->808911664], -Cell[16805, 443, 365, 8, 23, "Print",ExpressionUUID->"3d0658bb-c992-442d-8bac-80bc83289942", +Cell[16861, 448, 365, 8, 23, "Print",ExpressionUUID->"3d0658bb-c992-442d-8bac-80bc83289942", CellID->193439214], -Cell[17173, 453, 237, 4, 23, "Print",ExpressionUUID->"3d76b842-455f-4990-adee-69bd6218b781", +Cell[17229, 458, 237, 4, 23, "Print",ExpressionUUID->"3d76b842-455f-4990-adee-69bd6218b781", CellID->1282320245], -Cell[17413, 459, 221, 3, 23, "Print",ExpressionUUID->"54fd3a4a-e887-4377-9588-61b008b755bf", +Cell[17469, 464, 221, 3, 23, "Print",ExpressionUUID->"54fd3a4a-e887-4377-9588-61b008b755bf", CellID->1757740940], -Cell[17637, 464, 208, 3, 23, "Print",ExpressionUUID->"bc016f25-8d1c-4049-9bed-cb4a94854779", +Cell[17693, 469, 208, 3, 23, "Print",ExpressionUUID->"bc016f25-8d1c-4049-9bed-cb4a94854779", CellID->1502578143], -Cell[17848, 469, 238, 4, 23, "Print",ExpressionUUID->"2e3d77e5-167a-4e53-b1b5-86b5a2954e83", +Cell[17904, 474, 238, 4, 23, "Print",ExpressionUUID->"2e3d77e5-167a-4e53-b1b5-86b5a2954e83", CellID->1566937261], -Cell[18089, 475, 220, 3, 23, "Print",ExpressionUUID->"3e818a39-d38f-4d2f-a957-11c28b37c0e1", +Cell[18145, 480, 220, 3, 23, "Print",ExpressionUUID->"3e818a39-d38f-4d2f-a957-11c28b37c0e1", CellID->508372983], -Cell[18312, 480, 237, 4, 23, "Print",ExpressionUUID->"aeee0bb1-fc0b-4548-ae30-c723dcfe77cd", +Cell[18368, 485, 237, 4, 23, "Print",ExpressionUUID->"aeee0bb1-fc0b-4548-ae30-c723dcfe77cd", CellID->1844354889], -Cell[18552, 486, 236, 4, 23, "Print",ExpressionUUID->"3abadbfb-512f-456f-a0f3-3725997f03db", +Cell[18608, 491, 236, 4, 23, "Print",ExpressionUUID->"3abadbfb-512f-456f-a0f3-3725997f03db", CellID->503129688], -Cell[18791, 492, 208, 3, 23, "Print",ExpressionUUID->"d330f6b3-7647-4671-85ec-6ced6def028c", +Cell[18847, 497, 208, 3, 23, "Print",ExpressionUUID->"d330f6b3-7647-4671-85ec-6ced6def028c", CellID->1197023955], -Cell[19002, 497, 235, 4, 70, "Print",ExpressionUUID->"f3d26836-ba7e-4c62-8db6-1996b6fd4750", +Cell[19058, 502, 235, 4, 70, "Print",ExpressionUUID->"f3d26836-ba7e-4c62-8db6-1996b6fd4750", CellID->34370573] }, Open ]] }, Open ]], -Cell[19264, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"7454ebcf-fc7b-48f7-bbe7-4072bdc3a46a", +Cell[19320, 510, 136, 1, 70, "ExampleText",ExpressionUUID->"7454ebcf-fc7b-48f7-bbe7-4072bdc3a46a", CellID->398046213], -Cell[19403, 508, 235, 6, 70, "Input",ExpressionUUID->"a06e9f0a-0aa3-4f10-8a6a-88c9752698af", +Cell[19459, 513, 235, 6, 70, "Input",ExpressionUUID->"a06e9f0a-0aa3-4f10-8a6a-88c9752698af", CellID->1863250367], -Cell[19641, 516, 380, 9, 70, "Input",ExpressionUUID->"4dbc45f9-53db-4a3e-afc8-65f152699594", +Cell[19697, 521, 380, 9, 70, "Input",ExpressionUUID->"4dbc45f9-53db-4a3e-afc8-65f152699594", CellID->249327136], -Cell[20024, 527, 237, 6, 70, "Input",ExpressionUUID->"4abab775-a725-4ebf-9f0d-41faba84d23c", +Cell[20080, 532, 237, 6, 70, "Input",ExpressionUUID->"4abab775-a725-4ebf-9f0d-41faba84d23c", CellID->306040101], -Cell[20264, 535, 190, 4, 70, "ExampleText",ExpressionUUID->"7c17e95a-9315-4a97-ae01-2928bfe07557", +Cell[20320, 540, 190, 4, 70, "ExampleText",ExpressionUUID->"7c17e95a-9315-4a97-ae01-2928bfe07557", CellID->105409922], Cell[CellGroupData[{ -Cell[20479, 543, 166, 3, 70, "Input",ExpressionUUID->"5c72d0bf-ebec-4a5a-af54-6719dc949dd5", +Cell[20535, 548, 166, 3, 70, "Input",ExpressionUUID->"5c72d0bf-ebec-4a5a-af54-6719dc949dd5", CellID->215753174], -Cell[20648, 548, 172, 4, 36, "Output",ExpressionUUID->"8a12b9f6-2f70-454c-b3ae-e4cf96936426", +Cell[20704, 553, 172, 4, 36, "Output",ExpressionUUID->"8a12b9f6-2f70-454c-b3ae-e4cf96936426", CellID->84971983] }, Open ]], -Cell[20835, 555, 194, 4, 70, "ExampleText",ExpressionUUID->"f8aa0134-35de-46db-b02c-f7287b35eee1", +Cell[20891, 560, 194, 4, 70, "ExampleText",ExpressionUUID->"f8aa0134-35de-46db-b02c-f7287b35eee1", CellID->284681332], Cell[CellGroupData[{ -Cell[21054, 563, 263, 6, 70, "Input",ExpressionUUID->"e89c80e2-9da1-4be9-b9bb-6ddc51fe3829", +Cell[21110, 568, 263, 6, 70, "Input",ExpressionUUID->"e89c80e2-9da1-4be9-b9bb-6ddc51fe3829", CellID->265242904], -Cell[21320, 571, 14738, 399, 305, "Output",ExpressionUUID->"b8eaddf2-838f-419a-bc68-038c2155116f", +Cell[21376, 576, 14738, 399, 297, "Output",ExpressionUUID->"b8eaddf2-838f-419a-bc68-038c2155116f", CellID->1748916582] }, Open ]], -Cell[36073, 973, 224, 4, 70, "ExampleText",ExpressionUUID->"b617fbe0-7e85-43a0-b924-8d56ce0f100a", +Cell[36129, 978, 224, 4, 70, "ExampleText",ExpressionUUID->"b617fbe0-7e85-43a0-b924-8d56ce0f100a", CellID->1883572924], Cell[CellGroupData[{ -Cell[36322, 981, 212, 5, 70, "Input",ExpressionUUID->"5e620a9e-79fe-4b5a-ba50-27c5fa734d78", +Cell[36378, 986, 212, 5, 70, "Input",ExpressionUUID->"5e620a9e-79fe-4b5a-ba50-27c5fa734d78", CellID->1201580807], -Cell[36537, 988, 572, 16, 36, "Output",ExpressionUUID->"5f7d0d30-8c37-4d1b-9c82-dd71719b676a", +Cell[36593, 993, 572, 16, 36, "Output",ExpressionUUID->"5f7d0d30-8c37-4d1b-9c82-dd71719b676a", CellID->312624078] }, Open ]], -Cell[37124, 1007, 141, 1, 70, "ExampleText",ExpressionUUID->"95e9fc63-4471-4945-9afd-43f9dd286167", +Cell[37180, 1012, 141, 1, 70, "ExampleText",ExpressionUUID->"95e9fc63-4471-4945-9afd-43f9dd286167", CellID->1186479405], Cell[CellGroupData[{ -Cell[37290, 1012, 234, 6, 70, "Input",ExpressionUUID->"ae0cd90c-43ef-465f-9887-46d3c08bb454", +Cell[37346, 1017, 234, 6, 70, "Input",ExpressionUUID->"ae0cd90c-43ef-465f-9887-46d3c08bb454", CellID->1107293528], -Cell[37527, 1020, 338, 9, 36, "Output",ExpressionUUID->"5ab42e16-e30b-4a00-afb7-81939d0f003f", +Cell[37583, 1025, 338, 9, 36, "Output",ExpressionUUID->"5ab42e16-e30b-4a00-afb7-81939d0f003f", CellID->1808146390] }, Open ]], Cell[CellGroupData[{ -Cell[37902, 1034, 240, 6, 70, "Input",ExpressionUUID->"df9af3f6-f086-47da-b371-007efadb4462", +Cell[37958, 1039, 240, 6, 70, "Input",ExpressionUUID->"df9af3f6-f086-47da-b371-007efadb4462", CellID->885000281], -Cell[38145, 1042, 763, 21, 36, "Output",ExpressionUUID->"f393abb0-e462-4b57-94ce-c367b85d270f", +Cell[38201, 1047, 763, 21, 36, "Output",ExpressionUUID->"f393abb0-e462-4b57-94ce-c367b85d270f", CellID->458765788] }, Open ]], -Cell[38923, 1066, 160, 2, 70, "ExampleText",ExpressionUUID->"0f4cb046-63c6-47d1-9a13-2765950dc967", +Cell[38979, 1071, 160, 2, 70, "ExampleText",ExpressionUUID->"0f4cb046-63c6-47d1-9a13-2765950dc967", CellID->1771563868], Cell[CellGroupData[{ -Cell[39108, 1072, 203, 4, 70, "Input",ExpressionUUID->"dbf19eef-3f4b-4457-a4f3-ebdd4f4555e5", +Cell[39164, 1077, 203, 4, 70, "Input",ExpressionUUID->"dbf19eef-3f4b-4457-a4f3-ebdd4f4555e5", CellID->1921414228], -Cell[39314, 1078, 5401, 146, 137, "Output",ExpressionUUID->"d83e185e-4d2c-49f3-8b01-3e7926f84465", +Cell[39370, 1083, 5401, 146, 134, "Output",ExpressionUUID->"d83e185e-4d2c-49f3-8b01-3e7926f84465", CellID->2000215214] }, Open ]], -Cell[44730, 1227, 187, 4, 70, "ExampleText",ExpressionUUID->"e32a349a-d7ec-4898-b4e2-e889d2fce022", +Cell[44786, 1232, 187, 4, 70, "ExampleText",ExpressionUUID->"e32a349a-d7ec-4898-b4e2-e889d2fce022", CellID->953779285] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[45203, 1244, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"fd05cc0a-f3e0-4c4e-a6ee-658dc2785ec4"], +Cell[50703, 1394, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fdf077e5-2ce0-49db-8864-ab99510b0fc8"], +Cell[51376, 1414, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a9991cea-51fc-4634-bea1-bd95958c439f"], +Cell[52412, 1442, 4094, 114, 70, "RelatedLinksSection",ExpressionUUID->"9cad28a5-b95f-41e7-b494-975d46266e59"], Cell[CellGroupData[{ -Cell[45169, 1241, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"a3c19d86-c0f8-49cf-9990-a8c14c26ae53"], -Cell[50669, 1391, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1c140462-5a53-4eb6-a2f3-3232b0d3c949"] -}, Open ]], -Cell[51354, 1412, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9a9b276b-25a1-41b4-a00b-cfb96aabe910"], -Cell[52390, 1440, 4094, 114, 70, "RelatedLinksSection",ExpressionUUID->"0bf0f999-dba3-4c56-bdfb-3004c9cda7b3"], -Cell[CellGroupData[{ -Cell[56509, 1558, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"842a270b-7638-4539-832e-8d5e0a3f4a73", +Cell[56531, 1560, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"842a270b-7638-4539-832e-8d5e0a3f4a73", CellID->1463358955], -Cell[56650, 1561, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"45c2423b-8fb5-4b5f-acd4-e3aaaa815b17", +Cell[56672, 1563, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"45c2423b-8fb5-4b5f-acd4-e3aaaa815b17", CellID->1194386356], -Cell[56872, 1567, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"769bb403-a35c-4f74-80e8-d979506551b5", +Cell[56894, 1569, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"769bb403-a35c-4f74-80e8-d979506551b5", CellID->1641706272], -Cell[57087, 1572, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"44dbc2a9-4dc9-4aff-b476-77a75c2efeb1", +Cell[57109, 1574, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"44dbc2a9-4dc9-4aff-b476-77a75c2efeb1", CellID->399251956], -Cell[57316, 1578, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ab5b08e-5fbf-4817-b8f7-9aa733c38320", +Cell[57338, 1580, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6ab5b08e-5fbf-4817-b8f7-9aa733c38320", CellID->821434655] }, Open ]], -Cell[57553, 1584, 78, 0, 70, "FooterCell",ExpressionUUID->"14fe8d29-0689-4fc9-93d8-57f3fe16a549"] +Cell[57575, 1586, 78, 0, 70, "FooterCell",ExpressionUUID->"d7d59779-5c9f-44e8-98c6-d4b115e57c68"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SolvePrimal.nb b/Documentation/English/ReferencePages/Symbols/SolvePrimal.nb index 859b23d..32375c7 100644 --- a/Documentation/English/ReferencePages/Symbols/SolvePrimal.nb +++ b/Documentation/English/ReferencePages/Symbols/SolvePrimal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 65394, 1733] -NotebookOptionsPosition[ 55065, 1526] -NotebookOutlinePosition[ 57124, 1579] -CellTagsIndexPosition[ 57038, 1574] +NotebookDataLength[ 65401, 1733] +NotebookOptionsPosition[ 55086, 1528] +NotebookOutlinePosition[ 57164, 1581] +CellTagsIndexPosition[ 57078, 1576] WindowTitle->SolvePrimal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "89d9a365-3992-4c64-98da-eb8d4e084535"], + "d3aaf4a4-2076-41af-9ad6-344433270430"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ab713967-db09-4264-b6ae-b70f64c5b629"], + "f5d86128-2c81-4446-875b-18cf2ec07f71"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0570dcb5-64aa-4e7d-a478-10224652efd1"] - }],ExpressionUUID->"9801edbe-9645-460c-ab37-a8835332bbfc"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "872cbb2f-dc1d-460c-a07d-4ffc01dcce24"] + }],ExpressionUUID->"a1bec5f2-9fe4-4720-8118-8aed3c8b5d9f"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "afce8d9b-c023-4ffc-9a6a-dddb1aebc283"], + "c4c08818-3c57-4b55-b22f-81da1df95794"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7c22d622-a244-4d58-9e29-4ee277f9bd84"] - }],ExpressionUUID->"a00bc655-dd94-462f-9be2-b211d976f713"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6e19f627-2b5e-4ca8-a1a4-6eb76e8fcd1c"] + }],ExpressionUUID->"955c0a4a-b778-4c41-9251-6fc85783c888"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f1465bf9-548e-410b-8526-980d7e36b38f"], + "bc268c6c-e770-427c-89b1-f18a25a5edff"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "46597235-da27-44da-a82a-915cd44d032e"] - }],ExpressionUUID->"753434e8-991b-4ba1-b42b-7c53ef5d0750"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "2431305b-5dd6-49b7-b63d-e701f71cc1dd"] + }],ExpressionUUID->"566427b2-6827-4f27-98d8-69681bb44bf4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "956dad67-3bc9-498d-8414-97ad1cf59103"], + "145a4c21-5142-48c1-be89-84b2dbea6d95"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b3625cff-0a75-446b-805f-9bb8a84a35a0"] - }],ExpressionUUID->"4d7355c0-9543-442c-aa61-8a39d10dfeaa"], - StripOnInput->False], {"\<\"TUG/ref/SolvePrimal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SolvePrimal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SolvePrimal.\ + "65b063de-9aad-46f6-83ce-9fd049f488d1"] + }],ExpressionUUID->"9d293851-cd22-403a-b2d7-ccb0d1aebcdc"], + StripOnInput->False],{ + "\"TUG/ref/SolvePrimal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SolvePrimal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SolvePrimal.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$185998], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SolvePrimal" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$200880], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SolvePrimal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d6bb26eb-d2aa-4375-8efe-9953ac956698"] + "b3754e40-508d-417f-908e-b3417cebd18c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "40916641-d277-41fb-84cc-e9422d8c73e1"]} + "eff3d979-7b7f-4767-a5fb-e235acc4c84f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7c991e99-f864-4334-8b73-0403cf829e30"], + CellID->1,ExpressionUUID->"c72fe33a-3a4c-4b4e-8d9b-6339d59f2b70"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"446d1720-e066-4865-9d8f-939eb01dd9c8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"017d381e-0f07-45ef-8eae-d0f5d8bcff16"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SolvePrimal", "ObjectName",ExpressionUUID-> - "a561ad40-52ee-4ea0-8279-61fa89f459c5"], + "8cdd5f80-9546-40b5-b837-6c0b8d2f6c96"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4aea5aaf-d48f-47b1-9be9-04845ae9a638"], + "Spacer1"]],ExpressionUUID->"34bd7d1e-e2f1-4dc0-989c-28b8f6ce260e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "07de0bb0-cf81-4c9a-a728-ad57cbe6ec27"] - }],ExpressionUUID->"74de5ee9-e01b-4177-8253-84247564230c"], Cell[BoxData[ + "7effebe0-ddc6-441a-bf96-2680a2c3f57a"] + }],ExpressionUUID->"a2814de4-398e-402a-9aeb-3976060388fd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "38ce4462-1145-441b-bd33-6419793b1321"]} + "647153b1-89c6-4b37-a0b0-72e334a00e2d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"084817e4-499c-460b-a0e2-f3ce2a152c0a"], + CacheGraphics->False,ExpressionUUID->"705c2480-9cae-4412-9a10-605de6610ede"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "269a1018-1c8d-47e4-96c4-b2b57326de21"], " \[LineSeparator]solves a primal problem to find a kernel." - }],ExpressionUUID->"4ae36a2e-940b-43fd-9128-a43b489c0fb5"]} + }],ExpressionUUID->"d42e7aea-576c-4617-8f6b-ea81eee63e47"]} }]], "Usage", CellID->153843543,ExpressionUUID->"d07ea426-3f5a-465e-b2f8-c374d4147650"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"cd888276-557e-4304-9f00-2cc175a4aced"], + ExpressionUUID->"81923762-0953-4aa0-aa38-a10161e64897"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6b3f9a1a-31c0-46b2-8e25-d4d3899b71fe"], + "Spacer1"]],ExpressionUUID->"33bb4915-3ef5-49c6-aecf-5ac97fcc3159"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e07cfbd5-e094-4f61-ad1c-3af131463b95"], + }], "NotesFrameText",ExpressionUUID->"da8fb6ec-c67b-4029-a7fa-2272d6587021"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"130c848a-9b63-43e3-9f3a-5dd6aa8571be"]], \ + "Preemptive"]],ExpressionUUID->"0ad34a24-5e5c-45ba-9bdc-a1b004d9e011"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->150117030,ExpressionUUID->"5e779a0f-23d2-4ccd-a84c-86bfc0a22375"], + CellID->2144984494,ExpressionUUID->"5ddf89cb-16a8-4337-b39b-0529fc332050"], Cell[TextData[{ "The input expression ", @@ -367,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"580c4e37-1532-492e-a68b-ba2103fc8ec6"], + ExpressionUUID->"15d37c4e-67d2-419d-abc8-35f349cdb51f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1e69b9d-10d8-4417-91d1-ea2c215199aa"], + "Spacer1"]],ExpressionUUID->"2656e3df-349d-41e2-86cf-59f78736bca3"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ce09b38b-f429-49d0-a710-708af32b83c7"] + "8af07166-f68e-478e-abe5-68b6e000975b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1323579819,ExpressionUUID->"b189434d-d0c9-40a4-adcd-feb3f919fb5c"], + CellID->2064501115,ExpressionUUID->"52abe1ff-deb3-447a-b9b6-eddb5244671a"], Cell[CellGroupData[{ @@ -408,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9ada537c-06a1-4936-a131-60488dd923bf"], + ExpressionUUID->"86d23625-aa6a-4538-ae66-cb98d2452ccf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9785069f-3278-401b-9967-dae8ef1b3ada"], + "Spacer1"]],ExpressionUUID->"8d5bbd59-9ce3-492c-b1c1-75af1d54d80f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0efdbdf4-6f64-4865-8613-ed6313edb563"] + "4aae6544-f650-4e29-a492-0f917d75d0f3"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1133035414,ExpressionUUID->"fda8d4b5-6068-4a92-b74d-f5e5470b1a3e"], + CellID->141645608,ExpressionUUID->"88582675-1a11-499b-9346-b81545c3c953"], Cell["Loading the package:", "ExampleText", CellID->1393441633,ExpressionUUID->"aefa25b3-bc2f-44ba-8111-4674872d3671"], @@ -1177,8 +1182,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1326,15 +1329,15 @@ Cell[BoxData[GridBox[{ "57ac75b6-5ce6-4700-9f25-61400fb84cb2"] }], "SeeAlso",ExpressionUUID->"72072d54-a1dd-4b12-a09c-d08cba512781"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"c68671a4-880d-4254-a01d-\ -f5b72e52590c"], + }]], "SeeAlsoSection",ExpressionUUID->"8d53b9cd-ac35-4360-aec7-\ +1a01e7a86265"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1346,9 +1349,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cf8f95ed-602f-47f3-8941-7721f2f70dda"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0784a40d-eb34-4529-998f-\ -19ba743f53e3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3aa56518-12ec-4091-94bb-\ +777dad16d5ff"], Cell[BoxData[GridBox[{ { @@ -1365,7 +1367,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4e1b500d-ad8f-4f50-a6d1-6a050b5459e3"]}]}, + "23faaa98-afae-4e44-8b91-661960037142"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1373,10 +1375,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "512d4fc3-630a-465c-a628-1fc65d3564e9"]}]} + "a4aa30b6-dd25-4525-b7c8-d5ae79159d1e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"6c7205e3-ae7e-4650-827f-\ -ffa8146991e9"], + }]], "MoreAboutSection",ExpressionUUID->"e9611db0-9774-4677-86d5-\ +cf8ee17a56ad"], Cell[BoxData[GridBox[{ { @@ -1403,7 +1405,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DeltaLP"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e948aea-d4db-4115-8d89-52287c7f0b16"]], "RelatedLinks", + "022776e6-efa2-458b-a944-e8079eb60d68"]], "RelatedLinks", ExpressionUUID->"64280b83-66ed-4f5e-a53e-6adb2332e007"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1420,7 +1422,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LPtoMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "18b71103-b8f3-43bc-ad8f-0196ca56c023"]], "RelatedLinks", + "46f80294-f450-4e97-b632-30a7fe56d0a3"]], "RelatedLinks", ExpressionUUID->"7f4b2617-c2a5-4ae5-8bd7-93e8716177c5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1437,7 +1439,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SolveDual"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8cdaecb0-aa3a-4af8-9187-3fb926f891c0"]], "RelatedLinks", + "74aef6bd-8ebc-4435-afe6-97d0fb85df5b"]], "RelatedLinks", ExpressionUUID->"17bb1e6a-3961-43e2-a5dc-19afb4218358"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1454,7 +1456,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5038374f-c53b-4a0a-a995-39f11fc3ae21"]], "RelatedLinks", + "64cbe1fe-a1a3-409a-af62-815f556a2c93"]], "RelatedLinks", ExpressionUUID->"5d5d6ebc-c5e7-4a59-b0ae-12f491975ee8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1471,7 +1473,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Transfer"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fe26b4b1-8505-4779-bd74-53d768094300"]], "RelatedLinks", + "f0a7d495-adab-4649-8665-84c26dae10b3"]], "RelatedLinks", ExpressionUUID->"4615ce70-180c-4f80-b254-9d349c298b98"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1488,11 +1490,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AllConstraint"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7675c591-eada-4cdc-a075-6f5f01a8d545"]], "RelatedLinks", + "34112ff5-8047-4990-b959-8f905f6f3cd3"]], "RelatedLinks", ExpressionUUID->"d1cb25c2-02d2-4e45-98d2-efa0b14bd27b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"908c16f2-b272-413c-a27e-\ -35f22d111be1"], + }]], "RelatedLinksSection",ExpressionUUID->"96ad921a-5317-429b-878c-\ +c49d60a83e96"], Cell[CellGroupData[{ @@ -1522,11 +1524,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"f7316848-36b6-4c34-9abc-94411b9418c6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3c9be1da-b98a-495a-8ddc-fa72c6098b30"] +Cell[" ", "FooterCell",ExpressionUUID->"b448cb39-4d52-446e-aea1-5d947778c528"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SolvePrimal", TaggingRules->{ @@ -1537,17 +1539,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 1.671282}", + "built" -> "{2024, 6, 3, 16, 55, 41.150557}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "SolvePrimal[zf, const, vars] solves a primal problem to find a kernel.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SolvePrimal", - "titlemodifier" -> "", "windowtitle" -> "SolvePrimal", "type" -> "Symbol", - "uri" -> "TUG/ref/SolvePrimal"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SolvePrimal", "type" -> "Symbol", "uri" -> "TUG/ref/SolvePrimal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1556,9 +1558,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f91dc9d2-b587-4355-b9bc-08aef2b24f1d" +ExpressionUUID->"a9486921-74a1-4ef4-a6fe-dac99846c671" ] (* End of Notebook Content *) @@ -1566,175 +1568,173 @@ ExpressionUUID->"f91dc9d2-b587-4355-b9bc-08aef2b24f1d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13340, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b189434d-d0c9-40a4-adcd-feb3f919fb5c", + Cell[13396, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"52abe1ff-deb3-447a-b9b6-eddb5244671a", CellTags->"PrimaryExamplesSection", - CellID->1323579819]} + CellID->2064501115]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 56837, 1567} + {"PrimaryExamplesSection", 56877, 1569} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7120, 168, 56, "AnchorBarGrid",ExpressionUUID->"7c991e99-f864-4334-8b73-0403cf829e30", +Cell[583, 21, 7175, 173, 57, "AnchorBarGrid",ExpressionUUID->"c72fe33a-3a4c-4b4e-8d9b-6339d59f2b70", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"446d1720-e066-4865-9d8f-939eb01dd9c8"], +Cell[7761, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"017d381e-0f07-45ef-8eae-d0f5d8bcff16"], Cell[CellGroupData[{ -Cell[7817, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"084817e4-499c-460b-a0e2-f3ce2a152c0a"], -Cell[9105, 232, 496, 10, 111, "Usage",ExpressionUUID->"d07ea426-3f5a-465e-b2f8-c374d4147650", +Cell[7872, 200, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"705c2480-9cae-4412-9a10-605de6610ede"], +Cell[9160, 237, 496, 10, 111, "Usage",ExpressionUUID->"d07ea426-3f5a-465e-b2f8-c374d4147650", CellID->153843543] }, Open ]], Cell[CellGroupData[{ -Cell[9638, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"5e779a0f-23d2-4ccd-a84c-86bfc0a22375", +Cell[9693, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"5ddf89cb-16a8-4337-b39b-0529fc332050", CellGroupingRules->{"SectionGrouping", 50}, - CellID->150117030], -Cell[11535, 296, 698, 15, 57, "Notes",ExpressionUUID->"6b9903a4-081b-4d3f-ac94-50214b7aa937", + CellID->2144984494], +Cell[11591, 301, 698, 15, 57, "Notes",ExpressionUUID->"6b9903a4-081b-4d3f-ac94-50214b7aa937", CellID->1766463512], -Cell[12236, 313, 489, 12, 37, "Notes",ExpressionUUID->"561de5b5-347a-4668-a268-cb3477b816c5", +Cell[12292, 318, 489, 12, 38, "Notes",ExpressionUUID->"561de5b5-347a-4668-a268-cb3477b816c5", CellID->177724765], -Cell[12728, 327, 172, 3, 36, "Notes",ExpressionUUID->"9b8b2a61-c73c-433f-8412-74957f4a4540", +Cell[12784, 332, 172, 3, 36, "Notes",ExpressionUUID->"9b8b2a61-c73c-433f-8412-74957f4a4540", CellID->1112608480], -Cell[12903, 332, 162, 3, 36, "Notes",ExpressionUUID->"6e466fe4-566b-413a-bee4-637d0ad5e351", +Cell[12959, 337, 162, 3, 36, "Notes",ExpressionUUID->"6e466fe4-566b-413a-bee4-637d0ad5e351", CellID->1180204301], -Cell[13068, 337, 145, 1, 36, "Notes",ExpressionUUID->"f9d78178-9f55-4a93-b3e3-6f96b357e8e4", +Cell[13124, 342, 145, 1, 36, "Notes",ExpressionUUID->"f9d78178-9f55-4a93-b3e3-6f96b357e8e4", CellID->100090739] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13340, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b189434d-d0c9-40a4-adcd-feb3f919fb5c", +Cell[13396, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"52abe1ff-deb3-447a-b9b6-eddb5244671a", CellTags->"PrimaryExamplesSection", - CellID->1323579819], + CellID->2064501115], Cell[CellGroupData[{ -Cell[14786, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fda8d4b5-6068-4a92-b74d-f5e5470b1a3e", - CellID->1133035414], -Cell[16188, 423, 119, 1, 38, "ExampleText",ExpressionUUID->"aefa25b3-bc2f-44ba-8111-4674872d3671", +Cell[14842, 390, 1398, 36, 30, "ExampleSection",ExpressionUUID->"88582675-1a11-499b-9346-b81545c3c953", + CellID->141645608], +Cell[16243, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"aefa25b3-bc2f-44ba-8111-4674872d3671", CellID->1393441633], Cell[CellGroupData[{ -Cell[16332, 428, 168, 3, 27, "Input",ExpressionUUID->"a91c6cdd-df70-4584-addb-6c63e82e69af", +Cell[16387, 433, 168, 3, 27, "Input",ExpressionUUID->"a91c6cdd-df70-4584-addb-6c63e82e69af", CellID->2040603193], Cell[CellGroupData[{ -Cell[16525, 435, 237, 4, 23, "Print",ExpressionUUID->"5d580a56-5b24-454d-8275-1751505b40fc", +Cell[16580, 440, 237, 4, 23, "Print",ExpressionUUID->"5d580a56-5b24-454d-8275-1751505b40fc", CellID->1956710044], -Cell[16765, 441, 366, 8, 23, "Print",ExpressionUUID->"029736d2-fc2e-4fb4-b4b0-f81edee3da5f", +Cell[16820, 446, 366, 8, 23, "Print",ExpressionUUID->"029736d2-fc2e-4fb4-b4b0-f81edee3da5f", CellID->1863066418], -Cell[17134, 451, 236, 4, 23, "Print",ExpressionUUID->"f249241e-353a-4b9a-ba1f-fa263f42952b", +Cell[17189, 456, 236, 4, 23, "Print",ExpressionUUID->"f249241e-353a-4b9a-ba1f-fa263f42952b", CellID->557807634], -Cell[17373, 457, 221, 3, 23, "Print",ExpressionUUID->"6b183b11-899a-4215-bb91-30d9ce2d7155", +Cell[17428, 462, 221, 3, 23, "Print",ExpressionUUID->"6b183b11-899a-4215-bb91-30d9ce2d7155", CellID->1305413887], -Cell[17597, 462, 207, 3, 23, "Print",ExpressionUUID->"d39393bb-6153-4e99-b076-0d4c07209dc5", +Cell[17652, 467, 207, 3, 23, "Print",ExpressionUUID->"d39393bb-6153-4e99-b076-0d4c07209dc5", CellID->840152758], -Cell[17807, 467, 238, 4, 23, "Print",ExpressionUUID->"febba4b1-43d3-4677-bc84-0974ecf697f0", +Cell[17862, 472, 238, 4, 23, "Print",ExpressionUUID->"febba4b1-43d3-4677-bc84-0974ecf697f0", CellID->2099288656], -Cell[18048, 473, 221, 3, 23, "Print",ExpressionUUID->"9eedafbb-fe7d-4bc2-b153-310a7655e728", +Cell[18103, 478, 221, 3, 23, "Print",ExpressionUUID->"9eedafbb-fe7d-4bc2-b153-310a7655e728", CellID->1117206893], -Cell[18272, 478, 235, 4, 23, "Print",ExpressionUUID->"f4d871b7-a4ab-4585-aeae-ad80960c3d32", +Cell[18327, 483, 235, 4, 23, "Print",ExpressionUUID->"f4d871b7-a4ab-4585-aeae-ad80960c3d32", CellID->93665019], -Cell[18510, 484, 237, 4, 23, "Print",ExpressionUUID->"e2a41edd-47ee-45c3-af91-0da7026b742a", +Cell[18565, 489, 237, 4, 23, "Print",ExpressionUUID->"e2a41edd-47ee-45c3-af91-0da7026b742a", CellID->1756740081], -Cell[18750, 490, 207, 3, 23, "Print",ExpressionUUID->"09436c91-9672-4355-ab29-a5dd421203d0", +Cell[18805, 495, 207, 3, 23, "Print",ExpressionUUID->"09436c91-9672-4355-ab29-a5dd421203d0", CellID->811942914], -Cell[18960, 495, 236, 4, 70, "Print",ExpressionUUID->"20a88496-ed49-4d5e-b976-5b824eae3a49", +Cell[19015, 500, 236, 4, 70, "Print",ExpressionUUID->"20a88496-ed49-4d5e-b976-5b824eae3a49", CellID->497224625] }, Open ]] }, Open ]], -Cell[19223, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"e1713bad-eb8a-4bd5-817c-8237455f21a2", +Cell[19278, 508, 136, 1, 70, "ExampleText",ExpressionUUID->"e1713bad-eb8a-4bd5-817c-8237455f21a2", CellID->391681909], -Cell[19362, 506, 234, 6, 70, "Input",ExpressionUUID->"305870dc-1fe0-477a-9e70-166309947fb2", +Cell[19417, 511, 234, 6, 70, "Input",ExpressionUUID->"305870dc-1fe0-477a-9e70-166309947fb2", CellID->358566465], -Cell[19599, 514, 381, 9, 70, "Input",ExpressionUUID->"4f618884-73ad-4681-b65c-f000b2a89859", +Cell[19654, 519, 381, 9, 70, "Input",ExpressionUUID->"4f618884-73ad-4681-b65c-f000b2a89859", CellID->1986850389], -Cell[19983, 525, 238, 6, 70, "Input",ExpressionUUID->"3bc24b26-4588-4eef-be05-d1b925623197", +Cell[20038, 530, 238, 6, 70, "Input",ExpressionUUID->"3bc24b26-4588-4eef-be05-d1b925623197", CellID->1571886210], -Cell[20224, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"075b9791-4df4-4b43-99b3-b35d8dc998fe", +Cell[20279, 538, 190, 4, 70, "ExampleText",ExpressionUUID->"075b9791-4df4-4b43-99b3-b35d8dc998fe", CellID->542916512], Cell[CellGroupData[{ -Cell[20439, 541, 169, 3, 70, "Input",ExpressionUUID->"e128ee3b-107e-42ad-b724-1677a1437665", +Cell[20494, 546, 169, 3, 70, "Input",ExpressionUUID->"e128ee3b-107e-42ad-b724-1677a1437665", CellID->2086941128], -Cell[20611, 546, 173, 4, 36, "Output",ExpressionUUID->"44733ea2-e5ee-486b-a1a8-52eb618b612f", +Cell[20666, 551, 173, 4, 36, "Output",ExpressionUUID->"44733ea2-e5ee-486b-a1a8-52eb618b612f", CellID->897683425] }, Open ]], -Cell[20799, 553, 195, 4, 70, "ExampleText",ExpressionUUID->"29c73777-6254-4b91-882e-c09c7376b004", +Cell[20854, 558, 195, 4, 70, "ExampleText",ExpressionUUID->"29c73777-6254-4b91-882e-c09c7376b004", CellID->1471209599], Cell[CellGroupData[{ -Cell[21019, 561, 262, 6, 70, "Input",ExpressionUUID->"8516a151-c6c7-4641-ae1a-62dd077a927c", +Cell[21074, 566, 262, 6, 70, "Input",ExpressionUUID->"8516a151-c6c7-4641-ae1a-62dd077a927c", CellID->48335262], -Cell[21284, 569, 14738, 399, 305, "Output",ExpressionUUID->"4519483e-1bef-4f1d-afe3-0afa4f8fb92d", +Cell[21339, 574, 14738, 399, 297, "Output",ExpressionUUID->"4519483e-1bef-4f1d-afe3-0afa4f8fb92d", CellID->1315590599] }, Open ]], -Cell[36037, 971, 223, 4, 70, "ExampleText",ExpressionUUID->"9b9a1e5d-7b47-455d-9ac7-2c1ef616bd18", +Cell[36092, 976, 223, 4, 70, "ExampleText",ExpressionUUID->"9b9a1e5d-7b47-455d-9ac7-2c1ef616bd18", CellID->499431864], Cell[CellGroupData[{ -Cell[36285, 979, 211, 5, 70, "Input",ExpressionUUID->"1d9c6e62-33d9-4551-b127-e17bfe8d26bc", +Cell[36340, 984, 211, 5, 70, "Input",ExpressionUUID->"1d9c6e62-33d9-4551-b127-e17bfe8d26bc", CellID->195061998], -Cell[36499, 986, 573, 16, 36, "Output",ExpressionUUID->"8e6fd729-6be8-4629-b55d-0844593f8f36", +Cell[36554, 991, 573, 16, 36, "Output",ExpressionUUID->"8e6fd729-6be8-4629-b55d-0844593f8f36", CellID->1094223445] }, Open ]], -Cell[37087, 1005, 141, 1, 70, "ExampleText",ExpressionUUID->"f6691c75-7ed0-4eb6-9180-a485f3da8a7d", +Cell[37142, 1010, 141, 1, 70, "ExampleText",ExpressionUUID->"f6691c75-7ed0-4eb6-9180-a485f3da8a7d", CellID->1238059537], Cell[CellGroupData[{ -Cell[37253, 1010, 234, 6, 70, "Input",ExpressionUUID->"49cda61e-caa7-4bb2-ac38-6bd014aa0807", +Cell[37308, 1015, 234, 6, 70, "Input",ExpressionUUID->"49cda61e-caa7-4bb2-ac38-6bd014aa0807", CellID->1803971225], -Cell[37490, 1018, 338, 9, 36, "Output",ExpressionUUID->"2dae26d7-edeb-4a8d-83ad-6722f9755c82", +Cell[37545, 1023, 338, 9, 36, "Output",ExpressionUUID->"2dae26d7-edeb-4a8d-83ad-6722f9755c82", CellID->1320947015] }, Open ]], Cell[CellGroupData[{ -Cell[37865, 1032, 240, 6, 70, "Input",ExpressionUUID->"468781cc-2deb-423a-914f-54db6325a67e", +Cell[37920, 1037, 240, 6, 70, "Input",ExpressionUUID->"468781cc-2deb-423a-914f-54db6325a67e", CellID->156169959], -Cell[38108, 1040, 764, 21, 36, "Output",ExpressionUUID->"f5a0277a-1f7f-4c78-b47c-7388b7c98f56", +Cell[38163, 1045, 764, 21, 36, "Output",ExpressionUUID->"f5a0277a-1f7f-4c78-b47c-7388b7c98f56", CellID->1429495577] }, Open ]], -Cell[38887, 1064, 158, 2, 70, "ExampleText",ExpressionUUID->"72517266-86ae-4ac9-bbfa-3fcb2c4665bd", +Cell[38942, 1069, 158, 2, 70, "ExampleText",ExpressionUUID->"72517266-86ae-4ac9-bbfa-3fcb2c4665bd", CellID->1700694966], Cell[CellGroupData[{ -Cell[39070, 1070, 230, 5, 70, "Input",ExpressionUUID->"a42ab7ba-c9fa-4d5e-a7b4-df2a29de8a61", +Cell[39125, 1075, 230, 5, 70, "Input",ExpressionUUID->"a42ab7ba-c9fa-4d5e-a7b4-df2a29de8a61", CellID->759689075], -Cell[39303, 1077, 1188, 34, 54, "Output",ExpressionUUID->"8fc37696-0721-4d95-966e-3065f8a24eb1", +Cell[39358, 1082, 1188, 34, 53, "Output",ExpressionUUID->"8fc37696-0721-4d95-966e-3065f8a24eb1", CellID->1046316760] }, Open ]], -Cell[40506, 1114, 298, 5, 70, "ExampleText",ExpressionUUID->"60d733e1-8153-4aa1-9008-03c5347d1ca8", +Cell[40561, 1119, 298, 5, 70, "ExampleText",ExpressionUUID->"60d733e1-8153-4aa1-9008-03c5347d1ca8", CellID->393529240], Cell[CellGroupData[{ -Cell[40829, 1123, 279, 7, 70, "Input",ExpressionUUID->"9ea3ad57-1cb7-4bce-8f3a-3d1d6a5639d8", +Cell[40884, 1128, 279, 7, 70, "Input",ExpressionUUID->"9ea3ad57-1cb7-4bce-8f3a-3d1d6a5639d8", CellID->396051428], -Cell[41111, 1132, 226, 5, 36, "Output",ExpressionUUID->"763a6af5-7a30-42e5-9c7c-ab6b95644667", +Cell[41166, 1137, 226, 5, 36, "Output",ExpressionUUID->"763a6af5-7a30-42e5-9c7c-ab6b95644667", CellID->1163664218] }, Open ]], Cell[CellGroupData[{ -Cell[41374, 1142, 199, 4, 70, "Input",ExpressionUUID->"f4a33ff3-e52c-494c-b692-9f68361a41af", +Cell[41429, 1147, 199, 4, 70, "Input",ExpressionUUID->"f4a33ff3-e52c-494c-b692-9f68361a41af", CellID->399069342], -Cell[41576, 1148, 162, 3, 36, "Output",ExpressionUUID->"e205b179-4852-47b5-8a27-8f254995085a", +Cell[41631, 1153, 162, 3, 36, "Output",ExpressionUUID->"e205b179-4852-47b5-8a27-8f254995085a", CellID->2051773537] }, Open ]], -Cell[41753, 1154, 225, 4, 70, "ExampleText",ExpressionUUID->"dcced34e-53d8-40e6-91b3-b9969f1b4ef5", +Cell[41808, 1159, 225, 4, 70, "ExampleText",ExpressionUUID->"dcced34e-53d8-40e6-91b3-b9969f1b4ef5", CellID->531220060], Cell[CellGroupData[{ -Cell[42003, 1162, 172, 3, 70, "Input",ExpressionUUID->"2f413e34-1497-41eb-aa69-086c06fe03d1", +Cell[42058, 1167, 172, 3, 70, "Input",ExpressionUUID->"2f413e34-1497-41eb-aa69-086c06fe03d1", CellID->1393026801], -Cell[42178, 1167, 161, 3, 36, "Output",ExpressionUUID->"96411d73-dd39-4d93-9c6f-155cfd306469", +Cell[42233, 1172, 161, 3, 36, "Output",ExpressionUUID->"96411d73-dd39-4d93-9c6f-155cfd306469", CellID->695281317] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[42636, 1184, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"8d53b9cd-ac35-4360-aec7-1a01e7a86265"], +Cell[48136, 1334, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3aa56518-12ec-4091-94bb-777dad16d5ff"], +Cell[48809, 1354, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e9611db0-9774-4677-86d5-cf8ee17a56ad"], +Cell[49845, 1382, 4090, 114, 70, "RelatedLinksSection",ExpressionUUID->"96ad921a-5317-429b-878c-c49d60a83e96"], Cell[CellGroupData[{ -Cell[42603, 1181, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"c68671a4-880d-4254-a01d-f5b72e52590c"], -Cell[48103, 1331, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0784a40d-eb34-4529-998f-19ba743f53e3"] -}, Open ]], -Cell[48788, 1352, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6c7205e3-ae7e-4650-827f-ffa8146991e9"], -Cell[49824, 1380, 4090, 114, 70, "RelatedLinksSection",ExpressionUUID->"908c16f2-b272-413c-a27e-35f22d111be1"], -Cell[CellGroupData[{ -Cell[53939, 1498, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"deff0c86-83c4-4e64-85b6-b9584f82c116", +Cell[53960, 1500, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"deff0c86-83c4-4e64-85b6-b9584f82c116", CellID->1463358955], -Cell[54080, 1501, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d997b398-ed9c-4e64-9358-192b7a19f5fc", +Cell[54101, 1503, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d997b398-ed9c-4e64-9358-192b7a19f5fc", CellID->1194386356], -Cell[54302, 1507, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"97f81ef8-1a1d-4d28-9b33-76e9544115cf", +Cell[54323, 1509, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"97f81ef8-1a1d-4d28-9b33-76e9544115cf", CellID->1641706272], -Cell[54517, 1512, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a06a3c5c-65fe-4170-8b76-453c15c79092", +Cell[54538, 1514, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"a06a3c5c-65fe-4170-8b76-453c15c79092", CellID->399251956], -Cell[54746, 1518, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f7316848-36b6-4c34-9abc-94411b9418c6", +Cell[54767, 1520, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f7316848-36b6-4c34-9abc-94411b9418c6", CellID->821434655] }, Open ]], -Cell[54983, 1524, 78, 0, 70, "FooterCell",ExpressionUUID->"3c9be1da-b98a-495a-8ddc-fa72c6098b30"] +Cell[55004, 1526, 78, 0, 70, "FooterCell",ExpressionUUID->"b448cb39-4d52-446e-aea1-5d947778c528"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StandardSolution.nb b/Documentation/English/ReferencePages/Symbols/StandardSolution.nb index 53a0218..8b24144 100644 --- a/Documentation/English/ReferencePages/Symbols/StandardSolution.nb +++ b/Documentation/English/ReferencePages/Symbols/StandardSolution.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42329, 1103] -NotebookOptionsPosition[ 33538, 928] -NotebookOutlinePosition[ 35621, 981] -CellTagsIndexPosition[ 35536, 976] +NotebookDataLength[ 42340, 1104] +NotebookOptionsPosition[ 33559, 930] +NotebookOutlinePosition[ 35666, 984] +CellTagsIndexPosition[ 35581, 979] WindowTitle->StandardSolution WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9fe79a72-7488-41e2-825c-9f0df01bc107"], + "f100a635-0606-4019-b89b-81527278a512"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7fd9cd03-f2a5-4df9-a48d-6fbffad3f4c3"], + "bda372d0-28a6-480c-af84-222b97eaa904"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "29944674-2429-44df-b243-d231e95f1ce3"] - }],ExpressionUUID->"e68a0727-e55f-457d-92f3-8a485e31735a"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"LexiCenter\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LexiCenter"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "80009ad3-e51f-458e-898a-724f475b0812"] + }],ExpressionUUID->"d64afe5e-4931-4052-a209-a792979d4027"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"LexiCenter\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LexiCenter"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6c797016-8acd-4a18-bf57-238a7ebab133"], + "7e144543-fc3e-4f92-b0b2-e445f1297e33"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e33f707c-a4c3-4a9d-9dd3-c1f12b065da8"] - }],ExpressionUUID->"28008723-dcca-427a-81b0-978495d53dec"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5e6b37fe-419b-4e3f-be28-334273275fbd"] + }],ExpressionUUID->"38a646f2-9402-449d-b060-c84c051246bb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ab289b18-0a1b-4d7d-8c7c-4d9bb51ed3ad"], + "9b836691-fda9-42e6-b513-1ee7e9165e53"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "16ecaa23-c5a1-4f6e-8284-bdff8eb05aa2"] - }],ExpressionUUID->"552cdcf4-bd16-4c10-83f5-64564a7c8cc9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "c4f2b930-84ed-47f9-816c-f449a7362a01"] + }],ExpressionUUID->"a886398d-199f-4ebc-bad5-1f3aceeeb775"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "74dd5486-8fb2-468e-85ae-e4847d197228"], + "66f6634a-38ed-4071-8867-6292e6e594c3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "05099903-0754-4d4b-974e-27cf182387d1"] - }],ExpressionUUID->"ceb2be3c-42b3-48d7-80db-2d5c43f8646e"], - StripOnInput->False], {"\<\"TUG/ref/StandardSolution\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StandardSolution"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "ae01093c-81cc-4869-a333-13830a90fe42"] + }],ExpressionUUID->"05bf9ddb-23ec-4e60-b8f0-a8225cdd161b"], + StripOnInput->False],{ + "\"TUG/ref/StandardSolution\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StandardSolution"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StandardSolution.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$186573], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StandardSolution" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$201489], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StandardSolution" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c5a5bb87-d2c3-4e4e-9617-7e01d49545ae"] + "173d6c9e-9f8b-4438-b830-9fcc1be0d295"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "07756b3b-ed0c-440d-bb41-93e2403c8197"]} + "4e9032f3-3f8b-4692-b1d5-3980d905a4f4"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ae2dd870-0c91-4621-b893-d4ee1788ce38"], + CellID->1,ExpressionUUID->"5dae910d-0885-4af6-905b-0f9728e0a830"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a453d250-50e3-4d20-b75a-8478f207fa86"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"06ba7e14-373d-475f-92c7-51460ab52dbd"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StandardSolution", "ObjectName",ExpressionUUID-> - "57032b8f-e7d8-465e-b09d-cc2700fc386b"], + "b5f9a6a4-74c8-460b-b52f-afb227d0be56"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"75177d12-cf19-408c-a4ff-a4d12449eab8"], + "Spacer1"]],ExpressionUUID->"364e6c0b-7bc0-4fb2-a170-6270d8934b2e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "fbf59a02-1fa0-4aac-a7c3-fab552a9f1ce"] - }],ExpressionUUID->"9d16c622-7013-49cb-8330-5957ea7c8009"], Cell[BoxData[ + "d9dd0926-2f96-4d41-96a5-37f5fb7bd21c"] + }],ExpressionUUID->"22ef5701-a8e9-4e79-ae8a-d4a5a291900f"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "90557ceb-4c7c-41cd-9418-bd28d8b84628"]} + "3972a66c-cab9-4a16-9509-43747d3d4f8e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8da43c64-fbe3-425f-95af-f4d3bb852cb1"], + CacheGraphics->False,ExpressionUUID->"0140f91e-a0fe-44a6-957b-1e8c34d08903"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "180075e3-ba3f-4da0-be7f-2f6bfbbee9e9"], " \[LineSeparator]computes the standard solution of a two-person TU-game." - }],ExpressionUUID->"dd556be8-cfb6-4161-a820-cbb4b6e905c5"]} + }],ExpressionUUID->"7f79306a-b608-4d81-b110-114ac360f2fa"]} }]], "Usage", CellID->812395895,ExpressionUUID->"b0c5a369-94d0-4b02-a133-a6ecef981576"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7089e092-dbe8-41c5-9725-de5aa84c7ffa"], + ExpressionUUID->"6d9262da-b003-440d-8077-1e66aa33aed6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dd14f9cf-89fb-4d02-9bc4-e32724852383"], + "Spacer1"]],ExpressionUUID->"e4cb9a89-b2ad-4b99-be48-9ec1a619ab0e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b5719989-8269-4989-9e48-7c773287c84a"], + }], "NotesFrameText",ExpressionUUID->"3d332d9e-2af9-4ff9-91cb-96db83a1f918"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a3e1facf-ada5-4f25-8af1-909190670888"]], \ + "Preemptive"]],ExpressionUUID->"102c160b-d3b3-4642-bef8-b4d354c21ac3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->54238611,ExpressionUUID->"9538527e-870e-492c-a84d-b7d9106bb1e2"], + CellID->594852550,ExpressionUUID->"b0b7215f-c300-47a7-a83f-be00c83d2691"], Cell[TextData[{ "The input expression ", @@ -361,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"35b143b5-5ada-4989-8f7f-d29d2ef1c87f"], + ExpressionUUID->"b8a6fb3f-97c8-458d-afc6-98ddc696a351"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"670c22a8-29dd-41ea-9126-f63a24c33075"], + "Spacer1"]],ExpressionUUID->"41132b77-e32c-45c5-ab74-ab1d4f6b1657"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c09ef52f-ec73-40e3-a548-b847d2de5fab"] + "ab3978c9-34ea-491a-8830-67d74f773f5a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1269076497,ExpressionUUID->"37c2a295-ab5a-4bf1-8618-14e7c6a699c9"], + CellID->1266968836,ExpressionUUID->"6709f39b-ca9b-4dd2-bedc-b2ca9145301b"], Cell[CellGroupData[{ @@ -402,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1a4e2c1b-be36-4e01-94d4-3f1ec6eeb444"], + ExpressionUUID->"1b5dd759-57db-4a14-8b2b-459b77ae0d33"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"474b27a8-14e0-474f-a34d-295676651d19"], + "Spacer1"]],ExpressionUUID->"ecfce141-b70d-4f61-9efc-baf333453970"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d9ca1f86-4f4c-4e30-a420-1de3fcaf7e32"] + "f1fd5a65-9c0a-4dc0-bcb2-e032dbdbca2a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1267066660,ExpressionUUID->"47180631-a767-42e8-8c4d-a351c9d68dc3"], + CellID->75249700,ExpressionUUID->"1d462fbe-9973-472e-bf2f-8c3999e023b7"], Cell["Loading the package:", "ExampleText", CellID->1462565335,ExpressionUUID->"117724eb-c6c1-4193-bdfb-7fd025776fce"], @@ -630,8 +635,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -779,15 +782,15 @@ Cell[BoxData[GridBox[{ "99e2173a-c2ef-46b0-ac81-4ba204b2716e"] }], "SeeAlso",ExpressionUUID->"b3c55836-6466-4929-9c9c-fe5ad832803d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3ea279dc-e37c-43b9-856e-\ -2f21dd44e7df"], + }]], "SeeAlsoSection",ExpressionUUID->"65c1d0b9-30ee-432f-8ba2-\ +ea60291ad5f9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -799,9 +802,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"58bbd374-9cb2-41a2-8508-75b9b736a9e1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"9b428f20-b764-4f99-b621-\ -1c19ba5fc83e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"370a0275-6481-4b88-8722-\ +14acc34c10a0"], Cell[BoxData[GridBox[{ { @@ -818,7 +820,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cf903b8e-80cc-450d-919f-c1237dd64c37"]}]}, + "ff0d8601-1032-4865-a669-02d5f3fd2e04"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -826,10 +828,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "75a06ca0-83f9-466f-9f35-fa623335012a"]}]} + "a1dce33b-daa3-4096-9990-b292f1b8a448"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"05d62b3c-14dd-4f78-8024-\ -6af72fbd9e64"], + }]], "MoreAboutSection",ExpressionUUID->"31499b2b-294a-4fc8-8477-\ +818791e1938e"], Cell[BoxData[GridBox[{ { @@ -856,7 +858,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f5328d8b-e4a5-4fec-9dd4-cdc5b8508345"]], "RelatedLinks", + "032a4de2-68bb-496a-b3e5-5b9b01b93863"]], "RelatedLinks", ExpressionUUID->"2671959f-4efa-4d10-92c1-a1f418fbb926"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "72f78765-ba39-4315-8e88-a8789b1c063a"]], "RelatedLinks", + "50734aec-dd64-4a80-9fb8-b38823c4ec77"]], "RelatedLinks", ExpressionUUID->"e1b2d290-2b76-498e-aa42-719f1e1adeb9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,11 +892,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "43928b79-2111-4c4f-a8da-a8e0780d4a89"]], "RelatedLinks", + "72473e6c-2fbf-442f-aabd-c0456c773592"]], "RelatedLinks", ExpressionUUID->"22b7b97b-e476-40ce-8ddc-21763fa908c5"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"db28d42d-0385-4e36-ab2a-\ -ba7eb4b4d1f8"], + }]], "RelatedLinksSection",ExpressionUUID->"e38fc369-7850-42f2-b52c-\ +a772d02760e9"], Cell[CellGroupData[{ @@ -924,11 +926,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"32411684-1ffc-47d9-ba18-107fa4372e1b"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"df4b3f34-d805-4326-899d-512e64940db5"] +Cell[" ", "FooterCell",ExpressionUUID->"daf06994-0b5f-40b9-a20e-6d9b04445bc2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StandardSolution", TaggingRules->{ @@ -939,17 +941,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 3.408133}", + "built" -> "{2024, 6, 3, 16, 55, 42.379424}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "StandardSolution[game] computes the standard solution of a two-person \ TU-game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "StandardSolution", - "titlemodifier" -> "", "windowtitle" -> "StandardSolution", "type" -> - "Symbol", "uri" -> "TUG/ref/StandardSolution"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "StandardSolution", "type" -> "Symbol", "uri" -> + "TUG/ref/StandardSolution"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -958,9 +961,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c88ec1f2-6df6-49da-a671-a01f7642f823" +ExpressionUUID->"ad8270fc-de0a-4aa2-a911-8d98f698430f" ] (* End of Notebook Content *) @@ -968,143 +971,141 @@ ExpressionUUID->"c88ec1f2-6df6-49da-a671-a01f7642f823" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13018, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37c2a295-ab5a-4bf1-8618-14e7c6a699c9", + Cell[13075, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6709f39b-ca9b-4dd2-bedc-b2ca9145301b", CellTags->"PrimaryExamplesSection", - CellID->1269076497]} + CellID->1266968836]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35335, 969} + {"PrimaryExamplesSection", 35380, 972} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"ae2dd870-0c91-4621-b893-d4ee1788ce38", +Cell[588, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"5dae910d-0885-4af6-905b-0f9728e0a830", CellID->1], -Cell[7708, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a453d250-50e3-4d20-b75a-8478f207fa86"], +Cell[7764, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"06ba7e14-373d-475f-92c7-51460ab52dbd"], Cell[CellGroupData[{ -Cell[7819, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"8da43c64-fbe3-425f-95af-f4d3bb852cb1"], -Cell[9112, 232, 472, 9, 111, "Usage",ExpressionUUID->"b0c5a369-94d0-4b02-a133-a6ecef981576", +Cell[7875, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"0140f91e-a0fe-44a6-957b-1e8c34d08903"], +Cell[9168, 237, 472, 9, 111, "Usage",ExpressionUUID->"b0c5a369-94d0-4b02-a133-a6ecef981576", CellID->812395895] }, Open ]], Cell[CellGroupData[{ -Cell[9621, 246, 1893, 47, 37, "NotesSection",ExpressionUUID->"9538527e-870e-492c-a84d-b7d9106bb1e2", +Cell[9677, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"b0b7215f-c300-47a7-a83f-be00c83d2691", CellGroupingRules->{"SectionGrouping", 50}, - CellID->54238611], -Cell[11517, 295, 663, 17, 49, "Notes",ExpressionUUID->"7dc3fe87-07a9-4425-b567-2b1b82e3940f", + CellID->594852550], +Cell[11574, 300, 663, 17, 48, "Notes",ExpressionUUID->"7dc3fe87-07a9-4425-b567-2b1b82e3940f", CellID->26053], -Cell[12183, 314, 489, 12, 37, "Notes",ExpressionUUID->"70baa790-640f-4031-83c2-299d5c81ff7f", +Cell[12240, 319, 489, 12, 38, "Notes",ExpressionUUID->"70baa790-640f-4031-83c2-299d5c81ff7f", CellID->177724765], -Cell[12675, 328, 216, 4, 36, "Notes",ExpressionUUID->"90e7d002-1941-458a-95ab-104931f26428", +Cell[12732, 333, 216, 4, 36, "Notes",ExpressionUUID->"90e7d002-1941-458a-95ab-104931f26428", CellID->1744474833] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13018, 338, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37c2a295-ab5a-4bf1-8618-14e7c6a699c9", +Cell[13075, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6709f39b-ca9b-4dd2-bedc-b2ca9145301b", CellTags->"PrimaryExamplesSection", - CellID->1269076497], + CellID->1266968836], Cell[CellGroupData[{ -Cell[14464, 379, 1399, 36, 30, "ExampleSection",ExpressionUUID->"47180631-a767-42e8-8c4d-a351c9d68dc3", - CellID->1267066660], -Cell[15866, 417, 119, 1, 38, "ExampleText",ExpressionUUID->"117724eb-c6c1-4193-bdfb-7fd025776fce", +Cell[14521, 384, 1397, 36, 30, "ExampleSection",ExpressionUUID->"1d462fbe-9973-472e-bf2f-8c3999e023b7", + CellID->75249700], +Cell[15921, 422, 119, 1, 39, "ExampleText",ExpressionUUID->"117724eb-c6c1-4193-bdfb-7fd025776fce", CellID->1462565335], Cell[CellGroupData[{ -Cell[16010, 422, 166, 3, 27, "Input",ExpressionUUID->"a1ce3fed-8ad1-4602-8ac2-307f40b64e1f", +Cell[16065, 427, 166, 3, 27, "Input",ExpressionUUID->"a1ce3fed-8ad1-4602-8ac2-307f40b64e1f", CellID->57905630], Cell[CellGroupData[{ -Cell[16201, 429, 236, 4, 23, "Print",ExpressionUUID->"5676ef29-28ad-4e7e-8567-86441a15f584", +Cell[16256, 434, 236, 4, 23, "Print",ExpressionUUID->"5676ef29-28ad-4e7e-8567-86441a15f584", CellID->1408347504], -Cell[16440, 435, 365, 8, 23, "Print",ExpressionUUID->"16b7da1c-3202-4d06-b341-49d765918806", +Cell[16495, 440, 365, 8, 23, "Print",ExpressionUUID->"16b7da1c-3202-4d06-b341-49d765918806", CellID->1535392402], -Cell[16808, 445, 234, 4, 23, "Print",ExpressionUUID->"22d88345-76f7-4af1-8caa-0741155f66d8", +Cell[16863, 450, 234, 4, 23, "Print",ExpressionUUID->"22d88345-76f7-4af1-8caa-0741155f66d8", CellID->74740741], -Cell[17045, 451, 219, 3, 23, "Print",ExpressionUUID->"713027e5-2ffc-481a-9b71-a942ac1b68dc", +Cell[17100, 456, 219, 3, 23, "Print",ExpressionUUID->"713027e5-2ffc-481a-9b71-a942ac1b68dc", CellID->281141778], -Cell[17267, 456, 207, 3, 23, "Print",ExpressionUUID->"db0a34e0-b6e7-4e6d-b296-0ea1de2cb3a1", +Cell[17322, 461, 207, 3, 23, "Print",ExpressionUUID->"db0a34e0-b6e7-4e6d-b296-0ea1de2cb3a1", CellID->1501115547], -Cell[17477, 461, 237, 4, 23, "Print",ExpressionUUID->"1fd943b1-3800-4378-a788-d8172a0a7175", +Cell[17532, 466, 237, 4, 23, "Print",ExpressionUUID->"1fd943b1-3800-4378-a788-d8172a0a7175", CellID->1211611361], -Cell[17717, 467, 219, 3, 23, "Print",ExpressionUUID->"e028fdb6-0c42-4965-9f9e-12b519c26ae3", +Cell[17772, 472, 219, 3, 23, "Print",ExpressionUUID->"e028fdb6-0c42-4965-9f9e-12b519c26ae3", CellID->237015482], -Cell[17939, 472, 235, 4, 23, "Print",ExpressionUUID->"3d1d429b-886b-429a-b1e1-a865cdbfd1d7", +Cell[17994, 477, 235, 4, 23, "Print",ExpressionUUID->"3d1d429b-886b-429a-b1e1-a865cdbfd1d7", CellID->330766779], -Cell[18177, 478, 236, 4, 23, "Print",ExpressionUUID->"e482bba6-08ba-48f4-ad8f-dec9de5c9c73", +Cell[18232, 483, 236, 4, 23, "Print",ExpressionUUID->"e482bba6-08ba-48f4-ad8f-dec9de5c9c73", CellID->1601094427], -Cell[18416, 484, 207, 3, 23, "Print",ExpressionUUID->"37a421bc-97fe-4294-a234-64b76d5867e7", +Cell[18471, 489, 207, 3, 23, "Print",ExpressionUUID->"37a421bc-97fe-4294-a234-64b76d5867e7", CellID->2028629247], -Cell[18626, 489, 236, 4, 23, "Print",ExpressionUUID->"6ad80dcc-d545-4aa1-83d5-df9e52ff092a", +Cell[18681, 494, 236, 4, 23, "Print",ExpressionUUID->"6ad80dcc-d545-4aa1-83d5-df9e52ff092a", CellID->1167200692] }, Open ]] }, Open ]], -Cell[18889, 497, 137, 1, 38, "ExampleText",ExpressionUUID->"6610e973-8cc8-4eec-a34f-6bef1eba2b90", +Cell[18944, 502, 137, 1, 39, "ExampleText",ExpressionUUID->"6610e973-8cc8-4eec-a34f-6bef1eba2b90", CellID->1449739660], -Cell[19029, 500, 215, 6, 70, "Input",ExpressionUUID->"277e4f29-706f-4db2-91cd-2229e20816ed", +Cell[19084, 505, 215, 6, 27, "Input",ExpressionUUID->"277e4f29-706f-4db2-91cd-2229e20816ed", CellID->1437417760], -Cell[19247, 508, 240, 6, 70, "Input",ExpressionUUID->"1d767104-f7a6-4a46-94b0-06507a268465", +Cell[19302, 513, 240, 6, 70, "Input",ExpressionUUID->"1d767104-f7a6-4a46-94b0-06507a268465", CellID->1093680083], -Cell[19490, 516, 238, 6, 70, "Input",ExpressionUUID->"b5fbfbed-6960-4a81-8eab-ee3805d7a833", +Cell[19545, 521, 238, 6, 70, "Input",ExpressionUUID->"b5fbfbed-6960-4a81-8eab-ee3805d7a833", CellID->1407069003], -Cell[19731, 524, 190, 4, 70, "ExampleText",ExpressionUUID->"d6ff4a63-76a3-4d45-8921-c5c455ff2b0c", +Cell[19786, 529, 190, 4, 70, "ExampleText",ExpressionUUID->"d6ff4a63-76a3-4d45-8921-c5c455ff2b0c", CellID->941978778], Cell[CellGroupData[{ -Cell[19946, 532, 173, 3, 70, "Input",ExpressionUUID->"bf909381-b085-40cb-bf51-b80ad5402149", +Cell[20001, 537, 173, 3, 70, "Input",ExpressionUUID->"bf909381-b085-40cb-bf51-b80ad5402149", CellID->376215829], -Cell[20122, 537, 173, 4, 36, "Output",ExpressionUUID->"f00358cf-033d-4928-a5f0-09fd3b603f94", +Cell[20177, 542, 173, 4, 36, "Output",ExpressionUUID->"f00358cf-033d-4928-a5f0-09fd3b603f94", CellID->2072864922] }, Open ]], -Cell[20310, 544, 174, 3, 70, "ExampleText",ExpressionUUID->"308522b4-71f9-43d6-9167-6a911f80e274", +Cell[20365, 549, 174, 3, 70, "ExampleText",ExpressionUUID->"308522b4-71f9-43d6-9167-6a911f80e274", CellID->1647034041], Cell[CellGroupData[{ -Cell[20509, 551, 201, 4, 70, "Input",ExpressionUUID->"a82c55ee-90ad-4856-a4c2-e5db595bccee", +Cell[20564, 556, 201, 4, 70, "Input",ExpressionUUID->"a82c55ee-90ad-4856-a4c2-e5db595bccee", CellID->1253468570], -Cell[20713, 557, 246, 7, 51, "Output",ExpressionUUID->"1ecd6b6a-7fca-487a-80d5-4762f5e5c7e6", +Cell[20768, 562, 246, 7, 50, "Output",ExpressionUUID->"1ecd6b6a-7fca-487a-80d5-4762f5e5c7e6", CellID->723201604] }, Open ]], -Cell[20974, 567, 176, 3, 70, "ExampleText",ExpressionUUID->"90ad441e-6963-41c4-8982-83d04e26fc3f", +Cell[21029, 572, 176, 3, 70, "ExampleText",ExpressionUUID->"90ad441e-6963-41c4-8982-83d04e26fc3f", CellID->633915652], Cell[CellGroupData[{ -Cell[21175, 574, 204, 4, 70, "Input",ExpressionUUID->"9c477a3d-09ca-4286-8895-1e587eafc2b5", +Cell[21230, 579, 204, 4, 70, "Input",ExpressionUUID->"9c477a3d-09ca-4286-8895-1e587eafc2b5", CellID->1105473747], -Cell[21382, 580, 158, 3, 36, "Output",ExpressionUUID->"ed202d09-a3c1-4487-baf7-8f1e228414f3", +Cell[21437, 585, 158, 3, 36, "Output",ExpressionUUID->"ed202d09-a3c1-4487-baf7-8f1e228414f3", CellID->234661462] }, Open ]], -Cell[21555, 586, 174, 3, 70, "ExampleText",ExpressionUUID->"2566e796-7001-4798-88e7-eaba160a3659", +Cell[21610, 591, 174, 3, 70, "ExampleText",ExpressionUUID->"2566e796-7001-4798-88e7-eaba160a3659", CellID->1858371204], Cell[CellGroupData[{ -Cell[21754, 593, 175, 3, 70, "Input",ExpressionUUID->"306e59d5-9ca1-47d8-a709-840eaf39632c", +Cell[21809, 598, 175, 3, 70, "Input",ExpressionUUID->"306e59d5-9ca1-47d8-a709-840eaf39632c", CellID->1277500560], -Cell[21932, 598, 218, 6, 51, "Output",ExpressionUUID->"e9548ca2-d2c1-4562-924a-8bba50797ecf", +Cell[21987, 603, 218, 6, 50, "Output",ExpressionUUID->"e9548ca2-d2c1-4562-924a-8bba50797ecf", CellID->1095828907] }, Open ]], -Cell[22165, 607, 123, 1, 70, "ExampleText",ExpressionUUID->"68b33fa3-6726-430e-8012-ac63b0868ec0", +Cell[22220, 612, 123, 1, 70, "ExampleText",ExpressionUUID->"68b33fa3-6726-430e-8012-ac63b0868ec0", CellID->1355219176], Cell[CellGroupData[{ -Cell[22313, 612, 170, 3, 70, "Input",ExpressionUUID->"9749c869-3c0e-4464-b11e-6496ad6ac2f3", +Cell[22368, 617, 170, 3, 70, "Input",ExpressionUUID->"9749c869-3c0e-4464-b11e-6496ad6ac2f3", CellID->1533103737], -Cell[22486, 617, 218, 6, 51, "Output",ExpressionUUID->"2525528a-061d-449e-9158-0e14f9fdd421", +Cell[22541, 622, 218, 6, 50, "Output",ExpressionUUID->"2525528a-061d-449e-9158-0e14f9fdd421", CellID->1098310745] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23001, 637, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"65c1d0b9-30ee-432f-8ba2-ea60291ad5f9"], +Cell[28477, 787, 670, 18, 70, "TechNotesSection",ExpressionUUID->"370a0275-6481-4b88-8722-14acc34c10a0"], +Cell[29150, 807, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"31499b2b-294a-4fc8-8477-818791e1938e"], +Cell[30186, 835, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"e38fc369-7850-42f2-b52c-a772d02760e9"], Cell[CellGroupData[{ -Cell[22968, 634, 5473, 148, 70, "SeeAlsoSection",ExpressionUUID->"3ea279dc-e37c-43b9-856e-2f21dd44e7df"], -Cell[28444, 784, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9b428f20-b764-4f99-b621-1c19ba5fc83e"] -}, Open ]], -Cell[29129, 805, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"05d62b3c-14dd-4f78-8024-6af72fbd9e64"], -Cell[30165, 833, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"db28d42d-0385-4e36-ab2a-ba7eb4b4d1f8"], -Cell[CellGroupData[{ -Cell[32413, 900, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c80c98ec-8b2a-4f7c-a083-181483b44263", +Cell[32434, 902, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c80c98ec-8b2a-4f7c-a083-181483b44263", CellID->174251628], -Cell[32553, 903, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2d3c52ce-b346-4534-905d-fff529de9f0e", +Cell[32574, 905, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2d3c52ce-b346-4534-905d-fff529de9f0e", CellID->1194386356], -Cell[32775, 909, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f714640-46d9-4364-aa41-bf8c87421476", +Cell[32796, 911, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f714640-46d9-4364-aa41-bf8c87421476", CellID->1641706272], -Cell[32990, 914, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d15ad0b5-d13e-4e41-8246-d0e461bf23e8", +Cell[33011, 916, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d15ad0b5-d13e-4e41-8246-d0e461bf23e8", CellID->399251956], -Cell[33219, 920, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"32411684-1ffc-47d9-ba18-107fa4372e1b", +Cell[33240, 922, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"32411684-1ffc-47d9-ba18-107fa4372e1b", CellID->821434655] }, Open ]], -Cell[33456, 926, 78, 0, 70, "FooterCell",ExpressionUUID->"df4b3f34-d805-4326-899d-512e64940db5"] +Cell[33477, 928, 78, 0, 70, "FooterCell",ExpressionUUID->"daf06994-0b5f-40b9-a20e-6d9b04445bc2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StarCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/StarCriticalVal.nb index 8fcf90a..466f4be 100644 --- a/Documentation/English/ReferencePages/Symbols/StarCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/StarCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43080, 1121] -NotebookOptionsPosition[ 34167, 945] -NotebookOutlinePosition[ 36304, 999] -CellTagsIndexPosition[ 36219, 994] +NotebookDataLength[ 43083, 1120] +NotebookOptionsPosition[ 34178, 945] +NotebookOutlinePosition[ 36339, 1000] +CellTagsIndexPosition[ 36254, 995] WindowTitle->StarCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bcadee02-4140-4429-a170-86d1b72115d2"], + "2e5254f8-28af-4b3e-8029-b79068faa3d0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d5522657-4886-4051-b9ca-6e5919934f4c"], + "83edf3a6-ebc8-40c8-8cdc-df797253dbd4"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7ce382f-1b1b-47a2-b0ac-6c5ed97eaf8e"] - }],ExpressionUUID->"ab926885-9df8-4d25-8f92-4d8bb0ce0e81"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"ThirdCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCriticalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "f0d40d4c-dabb-4ab5-a7dc-bbd0ae99369b"] + }],ExpressionUUID->"2e89f1ad-a4c5-4da8-988e-37dc53e03f08"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"ThirdCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCriticalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5d8f59c0-39b5-4f6e-ab6f-ed35a5f76973"], + "751c2bb3-3846-4e1c-ad63-23b8d7dac70a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fcfed978-9bd6-4c69-ad53-ab5e2ea5f586"] - }],ExpressionUUID->"8cd1e5a2-e8bb-4eb8-a1a1-1cbc44788c7a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "95bcb0e8-f824-44ca-af72-42ed06e24d63"] + }],ExpressionUUID->"d8b77877-bcc3-4f0c-9398-14db4439931f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6b41d219-3d61-4195-ab73-21e19d800024"], + "ad2b6fe5-6d9a-4899-af27-979432ff28b4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b186224c-066b-4d18-8a53-a85d0ed4e76d"] - }],ExpressionUUID->"91232826-ff29-4747-8bd8-51ac1689e16f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f7e4cee8-0750-401c-ad59-2bf646d45698"] + }],ExpressionUUID->"a086382e-3783-4db4-830f-f3dfaee90ca1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3ed7e5ee-3152-480d-a7f6-3511fad52cc0"], + "2e4242cc-bb63-46bb-bf30-f0ba2dfd32b3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fec09331-a44e-4ae2-88d0-067367c48688"] - }],ExpressionUUID->"ee6ef59e-3e7a-4c6b-8494-27aeee9cff34"], - StripOnInput->False], {"\<\"TUG/ref/StarCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StarCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8de55364-497c-4b41-b301-6768983e21a9"] + }],ExpressionUUID->"dfce8781-cba4-4050-9705-818dbddaa58a"], + StripOnInput->False],{ + "\"TUG/ref/StarCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StarCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StarCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$187138], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StarCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$202088], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StarCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6f652520-e185-40f2-8662-3ff7fbdbed84"] + "2a571b3a-d319-404e-ae4f-b2c1a0b45451"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3cb29a58-30b3-4030-b3f6-335a0ee44230"]} + "d03c4080-6e6a-4178-bb4f-5b8f157f8b99"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cc075fbc-ef00-4441-8cbd-62fd41f62686"], + CellID->1,ExpressionUUID->"f8ebef3a-317f-47da-a674-3d418f29a0de"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"48b804ab-cba4-4fc1-b899-b6069b0c54f1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bab1df21-5586-47c6-8440-d06ad6deef03"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StarCriticalVal", "ObjectName",ExpressionUUID-> - "84b42c84-69d0-4966-af64-7bb8aa870515"], + "e6170600-e43a-4dc5-9e8d-45cd6ca3591a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"58d82ac9-cdfd-4912-b6df-aa12b5d28fff"], + "Spacer1"]],ExpressionUUID->"ca629481-9710-4210-99f6-c1ae5ef9262c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c2952b6f-1763-44da-8b79-533f15fa60f9"] - }],ExpressionUUID->"1a9e8228-6cd8-4083-83d9-6f82e0989742"], Cell[BoxData[ + "74088272-022a-4f62-80d3-972a0b9f8377"] + }],ExpressionUUID->"d476ebd6-bfcf-4f90-b4ed-bd838aaf8789"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "45ef8b23-81d0-45b0-ac4b-5c511a016d51"]} + "71f751d2-dc02-49d2-9bde-fdf5e23814aa"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"da4fdbff-7986-4e53-9aa6-2a273aa3db69"], + CacheGraphics->False,ExpressionUUID->"dd05ecdb-b98e-418b-8b40-bda4fd49e822"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "82157b0c-20ae-44e6-af40-52393deef584"], " \[LineSeparator]determines a bound s.t. the intersection of the \ imputation and reasonable set is included in the epsilon-core." - }],ExpressionUUID->"893af86a-fcf9-4b99-bf4f-d6f1e172d1fd"]} + }],ExpressionUUID->"920f19e9-4687-4deb-8019-d1ddf3156817"]} }]], "Usage", CellID->450439136,ExpressionUUID->"2cb16047-eaf3-4e66-92da-4aa8706df412"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"999390c4-f5e5-4a0f-b2b4-ef0947914c77"], + ExpressionUUID->"071c0521-651a-4b19-930a-d9bdf3631ce8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ba1f0f33-3805-4443-82ef-c48fc2cf945d"], + "Spacer1"]],ExpressionUUID->"145566ee-d14a-40b2-bb08-bce9342e19b7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"3e9b0068-5738-4f41-aa6d-7491b39c7b0c"], + }], "NotesFrameText",ExpressionUUID->"89b5d3b8-3736-47b4-a59c-93b3855cdda9"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"dc177787-e3f1-4bff-8657-5315eaf7a2d6"]], \ + "Preemptive"]],ExpressionUUID->"db936d2d-fb24-4b33-8d50-508b532720af"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->405595416,ExpressionUUID->"40aaaaab-7aad-48a0-be14-c61fc2ad6b5e"], + CellID->1703502235,ExpressionUUID->"04856bd8-b8fd-4ece-8c21-058a96f41ee1"], Cell[TextData[{ "The input expression ", @@ -423,19 +426,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c6622c0b-cdb5-4c99-846d-4d806441705c"], + ExpressionUUID->"a104d292-5664-4b66-863c-d8a83cb572b2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2403a9a8-345a-4331-a53a-46b9b874540f"], + "Spacer1"]],ExpressionUUID->"84ebba07-ec1e-4a63-8a44-1503cdff3c27"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bf6b66d2-d5a8-4d2b-a09d-269f8c2d2747"] + "2610a59e-937e-43f8-beb7-ebd6555ddf86"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->239551128,ExpressionUUID->"b8ea3760-59d4-4dac-9a5b-01c27d591ff1"], + CellID->425563495,ExpressionUUID->"2c47cc62-131f-46ed-9e62-69f645b54207"], Cell[CellGroupData[{ @@ -464,18 +467,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c0469fdf-56e4-4718-b4bf-b37bd89e22dc"], + ExpressionUUID->"6dc5efc3-26ab-47b8-82bf-55cf4a222517"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c4b7df0f-0c8b-435f-9ce8-e7bfa63fd0da"], + "Spacer1"]],ExpressionUUID->"84ef0f69-5caf-45b0-ae2c-d4cebc27ca20"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a5261bb6-b72c-491c-925b-ad3da64b41fe"] + "a8451e96-bce3-4b05-9928-2e6c8b39dc26"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1580309668,ExpressionUUID->"f1ec675f-5d6c-4c73-baa7-e1e554bcdacd"], + CellID->1018679883,ExpressionUUID->"63905135-db1b-4b4d-905a-8b26d3dbd15c"], Cell["Loading the package:", "ExampleText", CellID->2101073154,ExpressionUUID->"a5273493-84f0-4652-8b4d-81cf200dbaba"], @@ -660,8 +663,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -795,15 +796,15 @@ Cell[BoxData[GridBox[{ "fa4ba21d-e412-46e3-ac61-2f02be0cebb1"] }], "SeeAlso",ExpressionUUID->"868e0824-5f5f-4bd2-b122-0aa7573ab009"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"1afe34cb-8089-416b-95ae-\ -dde434651ef4"], + }]], "SeeAlsoSection",ExpressionUUID->"0de9f8c3-9320-448a-b16b-\ +99e8cadc1b85"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -815,9 +816,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"85c6db9d-b7c9-471a-8380-a795adb37c66"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8c5d1625-afeb-4bd1-befe-\ -765c2e01a251"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"2f41f67b-1057-4922-8af3-\ +d176c95991c3"], Cell[BoxData[GridBox[{ { @@ -834,7 +834,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "30aa56dc-1132-43d2-a415-132587651e89"]}]}, + "c6b7541f-6c7c-4a05-a8da-81ddc610bc5f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -842,10 +842,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2703bfae-2849-4d65-89ac-25452514dcaa"]}]} + "65e157f8-bde6-4e6a-ab66-d07991d75c2c"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"82822410-3f4f-432c-85fc-\ -d2e1042e4150"], + }]], "MoreAboutSection",ExpressionUUID->"3c4acc91-760a-44b0-b2a5-\ +57708bbc05c1"], Cell[BoxData[GridBox[{ { @@ -873,7 +873,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e4457f0-ba16-4ad0-8b83-5ed3da58a2e0"]], "RelatedLinks", + "52ebd000-9791-4f57-b837-7988ecce06a7"]], "RelatedLinks", ExpressionUUID->"95e42c88-79d3-435d-930e-f0960bb61cf3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,7 +890,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a8e55bf0-851e-4ef5-a64c-90603ea7aadb"]], "RelatedLinks", + "bac3aeb2-99dd-42f6-a487-13f279c0f3f6"]], "RelatedLinks", ExpressionUUID->"f03accf9-45c7-4ed9-8e3b-5472d795be16"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -907,11 +907,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5ed18cfc-fcd5-49e7-99b6-810d3c4b2242"]], "RelatedLinks", + "e8576734-986d-40f0-aef1-31577d967341"]], "RelatedLinks", ExpressionUUID->"4a0a4694-9cf1-4203-b0df-0fb165ddff93"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ec364295-12bd-4e0c-826e-\ -f588ac0819d2"], + }]], "RelatedLinksSection",ExpressionUUID->"3f8c6a51-77ed-4c52-8fb9-\ +2ab477c1b278"], Cell[CellGroupData[{ @@ -941,11 +941,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"404cc9ca-fc92-4113-a7c0-29daed147954"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e5f54bd3-c89f-46a9-a900-ac6732c7fa26"] +Cell[" ", "FooterCell",ExpressionUUID->"3dab06e7-6b2e-4bc5-8384-5776ab6584ad"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StarCriticalVal", TaggingRules->{ @@ -956,7 +956,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 4.915634}", + "built" -> "{2024, 6, 3, 16, 55, 43.147949}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -964,10 +964,11 @@ TaggingRules->{ "StarCriticalVal[game] determines a bound s.t. the intersection of the \ imputation and reasonable set is included in the epsilon-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "StarCriticalVal", - "titlemodifier" -> "", "windowtitle" -> "StarCriticalVal", "type" -> - "Symbol", "uri" -> "TUG/ref/StarCriticalVal"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "StarCriticalVal", "type" -> "Symbol", "uri" -> + "TUG/ref/StarCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -976,9 +977,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"17255746-7f81-48a8-81f7-e497008983df" +ExpressionUUID->"0af5bcce-d1fa-41d2-ae1b-3480ec0d6173" ] (* End of Notebook Content *) @@ -986,143 +987,141 @@ ExpressionUUID->"17255746-7f81-48a8-81f7-e497008983df" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14850, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b8ea3760-59d4-4dac-9a5b-01c27d591ff1", + Cell[14895, 403, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2c47cc62-131f-46ed-9e62-69f645b54207", CellTags->"PrimaryExamplesSection", - CellID->239551128]} + CellID->425563495]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36019, 987} + {"PrimaryExamplesSection", 36054, 988} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7135, 169, 56, "AnchorBarGrid",ExpressionUUID->"cc075fbc-ef00-4441-8cbd-62fd41f62686", +Cell[587, 21, 7179, 172, 57, "AnchorBarGrid",ExpressionUUID->"f8ebef3a-317f-47da-a674-3d418f29a0de", CellID->1], -Cell[7725, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"48b804ab-cba4-4fc1-b899-b6069b0c54f1"], +Cell[7769, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bab1df21-5586-47c6-8440-d06ad6deef03"], Cell[CellGroupData[{ -Cell[7836, 196, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"da4fdbff-7986-4e53-9aa6-2a273aa3db69"], -Cell[9128, 233, 528, 10, 111, "Usage",ExpressionUUID->"2cb16047-eaf3-4e66-92da-4aa8706df412", +Cell[7880, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"dd05ecdb-b98e-418b-8b40-bda4fd49e822"], +Cell[9172, 236, 528, 10, 111, "Usage",ExpressionUUID->"2cb16047-eaf3-4e66-92da-4aa8706df412", CellID->450439136] }, Open ]], Cell[CellGroupData[{ -Cell[9693, 248, 1894, 47, 37, "NotesSection",ExpressionUUID->"40aaaaab-7aad-48a0-be14-c61fc2ad6b5e", +Cell[9737, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"04856bd8-b8fd-4ece-8c21-058a96f41ee1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->405595416], -Cell[11590, 297, 518, 12, 57, "]]",ExpressionUUID->"229d7a85-d556-4b39-9680-c40b2f7eab10", + CellID->1703502235], +Cell[11635, 300, 518, 12, 57, "]]",ExpressionUUID->"229d7a85-d556-4b39-9680-c40b2f7eab10", CellID->313448337], -Cell[12111, 311, 489, 12, 37, "Notes",ExpressionUUID->"177cbb80-9340-4460-a54c-498638b84ced", +Cell[12156, 314, 489, 12, 38, "Notes",ExpressionUUID->"177cbb80-9340-4460-a54c-498638b84ced", CellID->177724765], -Cell[12603, 325, 167, 3, 36, "Notes",ExpressionUUID->"c44419d4-47c6-4e55-9684-19c1c39e826b", +Cell[12648, 328, 167, 3, 36, "Notes",ExpressionUUID->"c44419d4-47c6-4e55-9684-19c1c39e826b", CellID->1801750560], -Cell[12773, 330, 358, 12, 36, "Notes",ExpressionUUID->"ac33a73c-192e-466e-b686-7d0f5dfd2b84", +Cell[12818, 333, 358, 12, 36, "Notes",ExpressionUUID->"ac33a73c-192e-466e-b686-7d0f5dfd2b84", CellID->797578006], -Cell[13134, 344, 171, 3, 36, "Notes",ExpressionUUID->"14a9d2bd-a08b-40c9-abbe-d670f378207c", +Cell[13179, 347, 171, 3, 36, "Notes",ExpressionUUID->"14a9d2bd-a08b-40c9-abbe-d670f378207c", CellID->137993749], -Cell[13308, 349, 345, 10, 57, "Notes",ExpressionUUID->"fc915c5b-ed6f-40ab-8f4f-3914ddc3664d", +Cell[13353, 352, 345, 10, 57, "Notes",ExpressionUUID->"fc915c5b-ed6f-40ab-8f4f-3914ddc3664d", CellID->1907520870], -Cell[13656, 361, 227, 6, 36, "Notes",ExpressionUUID->"4f43dd2c-0614-4961-9c3a-e5981b6bfdd8", +Cell[13701, 364, 227, 6, 36, "Notes",ExpressionUUID->"4f43dd2c-0614-4961-9c3a-e5981b6bfdd8", CellID->531974449], -Cell[13886, 369, 661, 20, 78, "Notes",ExpressionUUID->"0dee6c35-bd9d-4333-8163-29cc774da613", +Cell[13931, 372, 661, 20, 78, "Notes",ExpressionUUID->"0dee6c35-bd9d-4333-8163-29cc774da613", CellID->330650083], -Cell[14550, 391, 173, 3, 36, "Notes",ExpressionUUID->"fa0542ad-1869-4810-8bbd-49800ccc454b", +Cell[14595, 394, 173, 3, 36, "Notes",ExpressionUUID->"fa0542ad-1869-4810-8bbd-49800ccc454b", CellID->756661197] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14850, 400, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b8ea3760-59d4-4dac-9a5b-01c27d591ff1", +Cell[14895, 403, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2c47cc62-131f-46ed-9e62-69f645b54207", CellTags->"PrimaryExamplesSection", - CellID->239551128], + CellID->425563495], Cell[CellGroupData[{ -Cell[16295, 441, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f1ec675f-5d6c-4c73-baa7-e1e554bcdacd", - CellID->1580309668], -Cell[17697, 479, 119, 1, 38, "ExampleText",ExpressionUUID->"a5273493-84f0-4652-8b4d-81cf200dbaba", +Cell[16340, 444, 1399, 36, 30, "ExampleSection",ExpressionUUID->"63905135-db1b-4b4d-905a-8b26d3dbd15c", + CellID->1018679883], +Cell[17742, 482, 119, 1, 39, "ExampleText",ExpressionUUID->"a5273493-84f0-4652-8b4d-81cf200dbaba", CellID->2101073154], Cell[CellGroupData[{ -Cell[17841, 484, 168, 3, 27, "Input",ExpressionUUID->"a4f6316c-a467-4193-90eb-88ef3e72eb53", +Cell[17886, 487, 168, 3, 27, "Input",ExpressionUUID->"a4f6316c-a467-4193-90eb-88ef3e72eb53", CellID->1369648069], Cell[CellGroupData[{ -Cell[18034, 491, 236, 4, 23, "Print",ExpressionUUID->"47b79f2b-f520-4a97-8158-e27bb064a0e9", +Cell[18079, 494, 236, 4, 23, "Print",ExpressionUUID->"47b79f2b-f520-4a97-8158-e27bb064a0e9", CellID->380513323], -Cell[18273, 497, 366, 8, 70, "Print",ExpressionUUID->"619e1b4a-9b8b-4e96-8abf-8d4b43092643", +Cell[18318, 500, 366, 8, 70, "Print",ExpressionUUID->"619e1b4a-9b8b-4e96-8abf-8d4b43092643", CellID->1275740701], -Cell[18642, 507, 236, 4, 70, "Print",ExpressionUUID->"235e856f-8063-465f-8c2e-977cc846fcb0", +Cell[18687, 510, 236, 4, 70, "Print",ExpressionUUID->"235e856f-8063-465f-8c2e-977cc846fcb0", CellID->829201634], -Cell[18881, 513, 221, 3, 70, "Print",ExpressionUUID->"c6b1c8bf-361d-401c-8420-f49b394dbeaf", +Cell[18926, 516, 221, 3, 70, "Print",ExpressionUUID->"c6b1c8bf-361d-401c-8420-f49b394dbeaf", CellID->2106783652], -Cell[19105, 518, 207, 3, 70, "Print",ExpressionUUID->"5f80f206-0ba9-4f44-884a-35ede39c2c7f", +Cell[19150, 521, 207, 3, 70, "Print",ExpressionUUID->"5f80f206-0ba9-4f44-884a-35ede39c2c7f", CellID->960926143], -Cell[19315, 523, 238, 4, 70, "Print",ExpressionUUID->"c5a9d382-f021-4522-87a5-9685737df7ac", +Cell[19360, 526, 238, 4, 70, "Print",ExpressionUUID->"c5a9d382-f021-4522-87a5-9685737df7ac", CellID->1848028990], -Cell[19556, 529, 221, 3, 70, "Print",ExpressionUUID->"2f94a84a-acbf-4a5c-a30c-8984bdfa2c83", +Cell[19601, 532, 221, 3, 70, "Print",ExpressionUUID->"2f94a84a-acbf-4a5c-a30c-8984bdfa2c83", CellID->1567157020], -Cell[19780, 534, 237, 4, 70, "Print",ExpressionUUID->"a56ec06f-26ba-495e-9f0e-5f1c74fc9b91", +Cell[19825, 537, 237, 4, 70, "Print",ExpressionUUID->"a56ec06f-26ba-495e-9f0e-5f1c74fc9b91", CellID->1822512665], -Cell[20020, 540, 236, 4, 70, "Print",ExpressionUUID->"d3ea9984-9a63-4fbd-956d-a7bb5686331b", +Cell[20065, 543, 236, 4, 70, "Print",ExpressionUUID->"d3ea9984-9a63-4fbd-956d-a7bb5686331b", CellID->938103247], -Cell[20259, 546, 208, 3, 70, "Print",ExpressionUUID->"82e8892d-a9d7-4bba-83e4-e0c4ad4faf4d", +Cell[20304, 549, 208, 3, 70, "Print",ExpressionUUID->"82e8892d-a9d7-4bba-83e4-e0c4ad4faf4d", CellID->1249438702], -Cell[20470, 551, 236, 4, 70, "Print",ExpressionUUID->"cc71f3b7-f9a1-4790-abca-e664ce6e72d2", +Cell[20515, 554, 236, 4, 70, "Print",ExpressionUUID->"cc71f3b7-f9a1-4790-abca-e664ce6e72d2", CellID->324612768] }, Open ]] }, Open ]], -Cell[20733, 559, 137, 1, 70, "ExampleText",ExpressionUUID->"f49c64ff-ab35-4834-9ecd-e9789c337012", +Cell[20778, 562, 137, 1, 70, "ExampleText",ExpressionUUID->"f49c64ff-ab35-4834-9ecd-e9789c337012", CellID->1769888746], -Cell[20873, 562, 235, 6, 70, "Input",ExpressionUUID->"d76bf802-dfc9-47cb-a0b9-dd3480b978b9", +Cell[20918, 565, 235, 6, 70, "Input",ExpressionUUID->"d76bf802-dfc9-47cb-a0b9-dd3480b978b9", CellID->1436417830], Cell[CellGroupData[{ -Cell[21133, 572, 358, 8, 70, "Input",ExpressionUUID->"b5f223f7-1a9f-4f50-b4bd-2731dff21e4c", +Cell[21178, 575, 358, 8, 70, "Input",ExpressionUUID->"b5f223f7-1a9f-4f50-b4bd-2731dff21e4c", CellID->41477518], -Cell[21494, 582, 362, 8, 36, "Output",ExpressionUUID->"a6a96b50-8556-4f76-a747-95f59ce99e71", +Cell[21539, 585, 362, 8, 36, "Output",ExpressionUUID->"a6a96b50-8556-4f76-a747-95f59ce99e71", CellID->606844331] }, Open ]], -Cell[21871, 593, 147, 1, 70, "ExampleText",ExpressionUUID->"8b9f337e-54bd-42b2-b11c-368f4620ccf5", +Cell[21916, 596, 147, 1, 70, "ExampleText",ExpressionUUID->"8b9f337e-54bd-42b2-b11c-368f4620ccf5", CellID->311331271], -Cell[22021, 596, 237, 6, 70, "Input",ExpressionUUID->"ccfb346f-9713-4bfa-b8f2-7ae4f41b788d", +Cell[22066, 599, 237, 6, 70, "Input",ExpressionUUID->"ccfb346f-9713-4bfa-b8f2-7ae4f41b788d", CellID->119643898], Cell[CellGroupData[{ -Cell[22283, 606, 164, 3, 70, "Input",ExpressionUUID->"dfcc75d0-ffc4-4bb5-8e66-a7cd466a1d0d", +Cell[22328, 609, 164, 3, 70, "Input",ExpressionUUID->"dfcc75d0-ffc4-4bb5-8e66-a7cd466a1d0d", CellID->543213247], -Cell[22450, 611, 159, 3, 36, "Output",ExpressionUUID->"edfacb7d-b037-4908-ba08-34ed9391c0c3", +Cell[22495, 614, 159, 3, 36, "Output",ExpressionUUID->"edfacb7d-b037-4908-ba08-34ed9391c0c3", CellID->700609459] }, Open ]], -Cell[22624, 617, 189, 4, 70, "ExampleText",ExpressionUUID->"32679eea-73bd-4571-aa96-fa2fc7005bb6", +Cell[22669, 620, 189, 4, 70, "ExampleText",ExpressionUUID->"32679eea-73bd-4571-aa96-fa2fc7005bb6", CellID->1361387362], Cell[CellGroupData[{ -Cell[22838, 625, 172, 3, 70, "Input",ExpressionUUID->"eca4cf1f-53b1-4ed2-ba45-197b092002c1", +Cell[22883, 628, 172, 3, 70, "Input",ExpressionUUID->"eca4cf1f-53b1-4ed2-ba45-197b092002c1", CellID->257637647], -Cell[23013, 630, 174, 4, 36, "Output",ExpressionUUID->"1005b777-ecce-4605-9f46-2648538f9463", +Cell[23058, 633, 174, 4, 36, "Output",ExpressionUUID->"1005b777-ecce-4605-9f46-2648538f9463", CellID->2026959468] }, Open ]], -Cell[23202, 637, 132, 1, 70, "ExampleText",ExpressionUUID->"923ac0ba-c17e-40b6-9266-36d9ec32ae4f", +Cell[23247, 640, 132, 1, 70, "ExampleText",ExpressionUUID->"923ac0ba-c17e-40b6-9266-36d9ec32ae4f", CellID->396695535], Cell[CellGroupData[{ -Cell[23359, 642, 173, 3, 70, "Input",ExpressionUUID->"eb00f666-d21d-4559-b276-b8a4c0395d17", +Cell[23404, 645, 173, 3, 70, "Input",ExpressionUUID->"eb00f666-d21d-4559-b276-b8a4c0395d17", CellID->1121424584], -Cell[23535, 647, 244, 6, 51, "Output",ExpressionUUID->"256044a2-3473-4a64-acc8-54a38a27668c", +Cell[23580, 650, 244, 6, 50, "Output",ExpressionUUID->"256044a2-3473-4a64-acc8-54a38a27668c", CellID->1468873956] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24066, 665, 4974, 134, 70, "SeeAlsoSection",ExpressionUUID->"0de9f8c3-9320-448a-b16b-99e8cadc1b85"], +Cell[29043, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2f41f67b-1057-4922-8af3-d176c95991c3"], +Cell[29716, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3c4acc91-760a-44b0-b2a5-57708bbc05c1"], +Cell[30752, 849, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"3f8c6a51-77ed-4c52-8fb9-2ab477c1b278"], Cell[CellGroupData[{ -Cell[24043, 664, 4974, 134, 70, "SeeAlsoSection",ExpressionUUID->"1afe34cb-8089-416b-95ae-dde434651ef4"], -Cell[29020, 800, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8c5d1625-afeb-4bd1-befe-765c2e01a251"] -}, Open ]], -Cell[29705, 821, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"82822410-3f4f-432c-85fc-d2e1042e4150"], -Cell[30741, 849, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"ec364295-12bd-4e0c-826e-f588ac0819d2"], -Cell[CellGroupData[{ -Cell[33041, 917, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"049a695f-1fc8-46a4-9c93-ec3543a49327", +Cell[33052, 917, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"049a695f-1fc8-46a4-9c93-ec3543a49327", CellID->2135167160], -Cell[33182, 920, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"329a68a5-bea8-41da-8448-9b928e9f39da", +Cell[33193, 920, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"329a68a5-bea8-41da-8448-9b928e9f39da", CellID->1194386356], -Cell[33404, 926, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d401c4c-1e99-4cee-b596-1aacb55eb4c4", +Cell[33415, 926, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3d401c4c-1e99-4cee-b596-1aacb55eb4c4", CellID->1641706272], -Cell[33619, 931, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b1cd053-8d03-4670-a926-0b5b0bb1d70e", +Cell[33630, 931, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8b1cd053-8d03-4670-a926-0b5b0bb1d70e", CellID->399251956], -Cell[33848, 937, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"404cc9ca-fc92-4113-a7c0-29daed147954", +Cell[33859, 937, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"404cc9ca-fc92-4113-a7c0-29daed147954", CellID->821434655] }, Open ]], -Cell[34085, 943, 78, 0, 70, "FooterCell",ExpressionUUID->"e5f54bd3-c89f-46a9-a900-ac6732c7fa26"] +Cell[34096, 943, 78, 0, 70, "FooterCell",ExpressionUUID->"3dab06e7-6b2e-4bc5-8384-5776ab6584ad"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StepSize.nb b/Documentation/English/ReferencePages/Symbols/StepSize.nb index 0e5ebb0..b6cd520 100644 --- a/Documentation/English/ReferencePages/Symbols/StepSize.nb +++ b/Documentation/English/ReferencePages/Symbols/StepSize.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 6312874, 104008] -NotebookOptionsPosition[ 6305229, 103858] -NotebookOutlinePosition[ 6307375, 103912] -CellTagsIndexPosition[ 6307285, 103907] +NotebookDataLength[ 6312734, 104002] +NotebookOptionsPosition[ 6305101, 103853] +NotebookOutlinePosition[ 6307270, 103908] +CellTagsIndexPosition[ 6307180, 103903] WindowTitle->StepSize WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3d953d06-ae26-46f6-8a69-d0bd2ad9c596"], + "cdfe7157-e18c-45b9-bf22-1105411faba7"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9d31c041-bb2e-4419-a5fa-61fe7f67ef52"], + "3fd80e0f-caa5-4551-95f3-77eaf0a3696c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a3199e1-0cbd-4066-acd9-ea3a23f360ac"] - }],ExpressionUUID->"6bf75dc6-85d1-450a-a453-24e659363e9c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "f57e3284-2dac-4b75-b24d-b8b089f2c6e2"] + }],ExpressionUUID->"a3a407e2-e95d-48cb-8cb3-d2a29419e286"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0218287b-6a97-4c31-8293-86505b367ead"], + "d1c0d0cc-a15c-422c-9e78-868e334a6bd4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "098a68a2-3c5d-4181-a718-1aa3113103a8"] - }],ExpressionUUID->"1f338128-c752-48f5-8898-319a57d45c74"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b716e21c-09ef-4f94-be2f-54ed5607d6ef"] + }],ExpressionUUID->"31560b63-d88f-4dbe-a4e2-de75ecd0ac2f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8e9b0545-7c43-4444-95fa-0616ddc8cc68"], + "0f31a736-4c74-4116-9ce5-e9f697563af7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "340a657a-db53-478f-94d3-0e1ace963db6"] - }],ExpressionUUID->"f5274713-21b4-445c-af9d-f2b28db4a99e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "49594547-ef86-42ae-a8bc-28f41ca7849f"] + }],ExpressionUUID->"ff6c79a3-3c5f-4185-9224-f956f5fb0a78"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "97a31792-2022-4924-8ce6-7e15e9cbd647"], + "d25e8db0-9134-4013-b8f1-f92a33695b9e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ebddb3f2-0520-4ca2-87e8-d2da5e22e0c2"] - }],ExpressionUUID->"b02d413d-00c8-43d7-87ae-cfcd2a5243ab"], - StripOnInput->False], {"\<\"TUG/ref/StepSize\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StepSize"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/StepSize.\ + "be98ee95-32ed-48d0-a49a-17c649590277"] + }],ExpressionUUID->"1b724325-29b0-425f-b834-81457c348dda"], + StripOnInput->False],{ + "\"TUG/ref/StepSize\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StepSize"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/StepSize.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$187704], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StepSize" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$202688], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StepSize" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fd3cf3a1-923b-4256-bb4d-aa8e4db159a3"] + "032a3263-4e92-401f-8725-182af33b7b74"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a0f90c7a-4689-47b9-ae3d-779c425dd9a6"]} + "097213e7-0b4e-466c-bf0f-edfd3f305969"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"23724287-8ce3-42ba-8954-a2fe80f0ab79"], + CellID->1,ExpressionUUID->"45038a41-92cb-44aa-bbc5-889a632e9a67"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ac08b6d6-c124-425b-a975-673435a6347e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"b5375cc6-a4de-4d22-96ca-cbcadd17fd58"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StepSize", "ObjectName",ExpressionUUID-> - "c0878909-f331-4593-96e7-7d8d1d0c3da4"], + "e33dbaa3-de2a-43c6-8099-5a09b8d1a89b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b801935c-a3b8-4cdf-8d75-2e78eedc5569"], + "Spacer1"]],ExpressionUUID->"ec6f860f-8a3b-49e3-8026-332158197c09"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "98ee9190-197d-4e6b-a4b7-8904d5b9d94b"] - }],ExpressionUUID->"30e9f999-4a11-443c-9f83-b6cc27b18279"], Cell[BoxData[ + "717e890c-3977-41f1-88b5-0e50b0aba5d8"] + }],ExpressionUUID->"792143e2-4423-4cdc-898e-4ab98707bcb7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "24648df1-e175-488b-aa4f-961880cde0cf"]} + "276e54b2-935a-43ef-9ad3-10962ff35b8e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d6c3cf1f-5609-45cc-b609-53d829b1b5bb"], + CacheGraphics->False,ExpressionUUID->"6a69d78d-043b-4380-8191-e84d98559dd4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelPropertyV6 to specify the decrement of the strong-epsilon core \ w.r.t. its upper critical value. " - }],ExpressionUUID->"2f46a151-bacd-4ae6-9976-77276e27e226"]} + }],ExpressionUUID->"7fddfc01-b9f5-4213-81a5-12b7ad97e6fd"]} }]], "Usage", CellID->276903478,ExpressionUUID->"2d211a0e-49f3-4ef6-b9f3-19ab02a3fa9d"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0c69b0ff-fef1-4fd6-abde-51bd0de0759b"], + ExpressionUUID->"1208eb53-71e6-4fd2-af0f-88e67c29595e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6eaafc41-7663-44e1-9976-5959c514b97e"], + "Spacer1"]],ExpressionUUID->"35625ab1-db72-47fa-95a9-82b7635e0313"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"aaec0241-e6c5-4362-bd72-8c5b6c9c3e7e"], + }], "NotesFrameText",ExpressionUUID->"628d601c-ac11-4746-b1b5-e5d61edc79a8"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"42b5a7e4-2709-4524-92f4-d91fedaf934a"]], \ + "Preemptive"]],ExpressionUUID->"39e7a4fa-4c58-455e-bd32-71cbd03dcf64"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1461586086,ExpressionUUID->"68e71721-5c2b-4fce-80f3-18380a273dec"], + CellID->891310037,ExpressionUUID->"01832d74-d12c-4dae-8f5d-d01c335cc5a8"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -340,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7b9ac8e5-d0fb-4a18-bd8f-6f7be2eab08a"], + ExpressionUUID->"627c9cac-768f-4195-af5c-aa24eb1c93f4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"38d011e4-08e4-4e05-87b2-ac25375ebdf9"], + "Spacer1"]],ExpressionUUID->"99473555-a945-42ff-b145-99f8e78566ac"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "53dfd070-a24b-4c3e-9251-ddbdcedd9359"] + "562b707a-7abc-4c2d-abbc-3505b0f96917"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1289391064,ExpressionUUID->"e4b92a16-002b-4378-9627-bc34673d83a6"], + CellID->594171448,ExpressionUUID->"a5f86a67-50fe-465b-9ed1-68ffe7f4dfb4"], Cell[CellGroupData[{ @@ -381,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"866d82f2-a6c0-4c98-8d67-dadcae2ad2a8"], + ExpressionUUID->"fb4a94f1-1cf5-4790-9a1d-cb80b49aa31d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a8c115c1-780d-4c63-a09e-2c8d570c05d9"], + "Spacer1"]],ExpressionUUID->"426a96dd-be5c-4e32-b302-430af3583d3d"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b64ed729-2c44-4a4f-9c0a-76afc688b8e4"] + "f00fa5e4-f3e8-465f-8b6c-9ff96d6aff24"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->516225500,ExpressionUUID->"6732ab8b-6d8f-47e0-8aef-18eac3e47621"], + CellID->645368261,ExpressionUUID->"f979092f-bd77-4385-bffe-8d2b3c34cc20"], Cell["Loading the package:", "ExampleText", CellID->1091910221,ExpressionUUID->"a6b43967-8502-4feb-acf1-2ad051a61e39"], @@ -65727,7 +65732,6 @@ Wrv+f8r7/P9P/J88YfvJvwCb1R7p\ 1:eJxTTMoPSmViYGAQAmJmIE4Dg1f2gmDQaO8CBkfslcDgFlwcou6RPbp6dHl0 8VAwOIqhDl189SoQuGVfDgb34TSqvldw96GafxVKb0Uz/yrcHJh9EP52DPUw cXT1DGBwAcM9MHGYPej+hoUfTB16eKCbBzMHl3pY+AAA/TSK8Q== - "], { {Thickness[0.0085], TubeBox[{{0.825, 0.008333333333333333, @@ -67242,7 +67246,6 @@ rf9yeo+dORPpsyPp//n0/8tS9kpDncnSd+R6sApOmjJ/oFtgu66N3r9JVypd 1:eJxTTMoPSmViYGAQAmJmIFYCg1f2gmAw0d4YDA7bz5oJAjfh4hB1j+zR1aPL o4uHgsFRDHXo4qtXgcAt+/fvQOAenEbV9wruPlTzr0LprWjmX4WbA7MP4q+d GOph4ujqGcDgAoZ7YOIwe9D9DQs/mDr08EA3D2YOLvWw8AEAs4eWUQ== - "], { {Thickness[0.0085], TubeBox[{{0.8166666666666667, 0.016666666666666666`, @@ -68870,7 +68873,6 @@ YZWdfKN9Th5Iaqj8P0U/+v9f+P/CC7L/+b8A13dsVQ==\ 1:eJxTTMoPSmViYGAQAmJmIL53FwRe2s+aCQb2SmBwyF4QDG7CxSHqHtqjq0eX RxcPBYOjGOrQxVevAoFb9mlgcA9Oo+p7CXcfqvlXofRWNPOvws2B2bdnNxhg qIeJo6tnAIMLGO6BicPsQfc3LPxg6tDDA908mDm41MPCBwCSldQ3 - "], { {Thickness[0.0085], TubeBox[{{0.8083333333333333, 0.025, @@ -70517,7 +70519,6 @@ WsovAK4Wt5FR7zPVP2Uz9D/iP4kInPMnudvpnQ==\ 1:eJxTTMoPSmViYGAQAmJmIJ41EwRe2guCwUIofdC+swMEbsDFIeoe2mNXj5BH Fw8Fg6MY6tDFV68CgVv29+6CAZxG1fcS7j5U869C6a1o5l+FmwOzD8Lfi6Ee Jo6ungEMLmC4ByYOswfd37Dwg6lDDw9082Dm4FIPCx8A1XGsBQ== - "], { {Thickness[0.0085], TubeBox[{{0.8, 0.03333333333333333, @@ -73887,7 +73888,6 @@ v2J3ADvJ/xRz6f8R/5MRga/9A+4fPwU=\ 1:eJxTTMoPSmViYGAQAmJmIBYEg5f2s2aCwEr7e3dBYK99ORhch4tD1D20R1eP Lo8uHgoGRzHUoYuvXgUCt+zPngGBO3AaVd9LuPtQzb8KpbeimX8Vbg7MPoj8 QQz1MHF09QxgcAHDPTBxmD3o/oaFH0wdenigmwczB5d6WPgAAP39wtM= - "], { {Thickness[0.0085], TubeBox[{{0.7833333333333333, 0.05, @@ -75569,7 +75569,6 @@ RHPGK3OsLpAnHNBX4JwvIZRC+IF1pwp7Db5WwWE8dFXa+xeQZXPK+Z9iZv0/ 1:eJxTTMoPSmViYGAQAmJmID57BgRe2N+7CwJr7ffsBgP79+9A4BpcHKLugT26 enR5dPFQMDiKoQ5dfPUqELhl7wIGd+A0qr4XcPehmn8VSm9FM/8q3ByYfUpg cAhDPUwcXT0DGFzAcA9MHGYPur9h4QdThx4e6ObBzMGlHhY+AHpf8UM= - "], { {Thickness[0.0085], TubeBox[{{0.775, 0.058333333333333334`, @@ -77250,7 +77249,6 @@ I+KmPwCGzSAJ\ 1:eJxTTMoPSmViYGAQAmJmIO7sAIEX9oJgsNF+1kwQ2GmfBgbX4OIQdQ/s0dWj y6OLh4LBUQx16OKrV4HALfs9u0HgNpxG1fcC7j5U869C6a1o5l+FmwOzzxgM DmOoh4mjq2cAgwsY7oGJw+xB9zcs/GDq0MMD3TyYObjUw8IHAHdyob8= - "], { {Thickness[0.0085], TubeBox[{{0.7666666666666667, 0.06666666666666667, 0.1}, { @@ -103542,8 +103540,6 @@ DFFJ2i2FP3OTnwM3+BsIdAifQVfu0vL/el1wdbqcAU7awTB+TpJYtabRaKHU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -103691,15 +103687,15 @@ Cell[BoxData[GridBox[{ "9fa0c8a4-cbe0-459a-b8f3-97e71b3990ae"] }], "SeeAlso",ExpressionUUID->"1983d4a2-84fb-4f52-82a4-24a9d1c131b2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"19121d20-7009-4f59-bf80-\ -aa55c0d9d8a2"], + }]], "SeeAlsoSection",ExpressionUUID->"3a4582c7-f312-4a23-ba84-\ +b52ce19deb54"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -103711,9 +103707,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"3072f5bf-e44f-4994-a3d4-03df2475741a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1ac74ec5-4fdb-4f3b-be11-\ -3021c761ce21"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"cce85595-e2ac-4ae7-aa39-\ +9765fcc6f436"], Cell[BoxData[GridBox[{ { @@ -103730,7 +103725,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a55eebeb-1bfd-435e-9e0d-d10b04c33548"]}]}, + "f4f85919-75fc-4938-b351-1efaeaca3435"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -103738,10 +103733,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b3a27c91-9aa2-4204-aa58-2749b94bd193"]}]} + "43dbc288-9ef8-4a2d-88e9-472d0f34bebe"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5e6aa5e1-1b41-42f2-807e-\ -67cc73cf9534"], + }]], "MoreAboutSection",ExpressionUUID->"5f16480c-671f-4289-aba8-\ +f3cba959a2fe"], Cell[BoxData[GridBox[{ { @@ -103769,7 +103764,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "02c426ce-5493-4f41-a072-fde35f2146c7"]], "RelatedLinks", + "8552d2ef-e4cd-4b8a-ac91-319bf622ae67"]], "RelatedLinks", ExpressionUUID->"78f6a06e-cfcf-4a29-8ef6-7933116b7c1f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -103786,7 +103781,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0966b93a-8201-4f24-bcc6-f2c48f6f609f"]], "RelatedLinks", + "7dd68414-1588-4b97-9409-c4d6f0a6ddad"]], "RelatedLinks", ExpressionUUID->"7c71b6c4-899b-4d99-9edc-6e6f1f6afc71"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -103803,7 +103798,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9f705b9d-2c06-4c38-91ac-8608e84bc9b9"]], "RelatedLinks", + "55d1c7a3-a14f-40ea-85f5-9261ad39f885"]], "RelatedLinks", ExpressionUUID->"1ea1a620-e1ea-40d5-83f6-a40614d0a2f9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -103820,11 +103815,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9f861644-d212-4641-b04d-38f51bc7a78b"]], "RelatedLinks", + "f983a8a8-b6e2-4689-b6dc-0e7a776491c9"]], "RelatedLinks", ExpressionUUID->"e90b5ebd-6040-4f58-9696-f2a73cafdd59"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"06cc4d2a-9198-4553-8c22-\ -b9910eacef0f"], + }]], "RelatedLinksSection",ExpressionUUID->"c019eace-1ee7-4fb4-9d7a-\ +73b914936a00"], Cell[CellGroupData[{ @@ -103854,11 +103849,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"4a841773-c584-4449-9f29-a2ff745016f3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"21965f78-9eac-42e2-a517-966f51df5ccb"] +Cell[" ", "FooterCell",ExpressionUUID->"1c3dd7ab-90ed-442a-a58f-297c23db7dbc"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StepSize", TaggingRules->{ @@ -103869,7 +103864,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 7.922770}", + "built" -> "{2024, 6, 3, 16, 55, 45.247963}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -103877,10 +103872,11 @@ TaggingRules->{ "StepSize is an option of the package plotting function \ AnimationKernelPropertyV6 to specify the decrement of the strong-epsilon core \ w.r.t. its upper critical value. ", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "StepSize", "titlemodifier" -> "", "windowtitle" -> "StepSize", - "type" -> "Symbol", "uri" -> "TUG/ref/StepSize"}}, + "title" -> "StepSize", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "StepSize", "type" -> "Symbol", "uri" -> + "TUG/ref/StepSize"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -103889,9 +103885,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e7aa0947-cb9a-4476-a852-7293cd3e18d4" +ExpressionUUID->"d163a2f3-7a49-4d25-808e-5a1b646eab40" ] (* End of Notebook Content *) @@ -103899,117 +103895,115 @@ ExpressionUUID->"e7aa0947-cb9a-4476-a852-7293cd3e18d4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12321, 317, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e4b92a16-002b-4378-9627-bc34673d83a6", + Cell[12375, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a5f86a67-50fe-465b-9ed1-68ffe7f4dfb4", CellTags->"PrimaryExamplesSection", - CellID->1289391064]} + CellID->594171448]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 6307084, 103900} + {"PrimaryExamplesSection", 6306980, 103896} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7104, 168, 56, "AnchorBarGrid",ExpressionUUID->"23724287-8ce3-42ba-8954-a2fe80f0ab79", +Cell[580, 21, 7159, 173, 57, "AnchorBarGrid",ExpressionUUID->"45038a41-92cb-44aa-bbc5-889a632e9a67", CellID->1], -Cell[7687, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ac08b6d6-c124-425b-a975-673435a6347e"], +Cell[7742, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"b5375cc6-a4de-4d22-96ca-cbcadd17fd58"], Cell[CellGroupData[{ -Cell[7798, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"d6c3cf1f-5609-45cc-b609-53d829b1b5bb"], -Cell[9083, 232, 534, 10, 132, "Usage",ExpressionUUID->"2d211a0e-49f3-4ef6-b9f3-19ab02a3fa9d", +Cell[7853, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"6a69d78d-043b-4380-8191-e84d98559dd4"], +Cell[9138, 237, 534, 10, 131, "Usage",ExpressionUUID->"2d211a0e-49f3-4ef6-b9f3-19ab02a3fa9d", CellID->276903478] }, Open ]], Cell[CellGroupData[{ -Cell[9654, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"68e71721-5c2b-4fce-80f3-18380a273dec", +Cell[9709, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"01832d74-d12c-4dae-8f5d-d01c335cc5a8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1461586086], -Cell[11552, 296, 489, 12, 37, "Notes",ExpressionUUID->"90fbef6d-ed3e-48cc-a205-cbdbefd181d1", + CellID->891310037], +Cell[11606, 301, 489, 12, 38, "Notes",ExpressionUUID->"90fbef6d-ed3e-48cc-a205-cbdbefd181d1", CellID->177724765], -Cell[12044, 310, 150, 1, 36, "Notes",ExpressionUUID->"b7d4dd5e-7989-4e5c-aadd-a1c41a5b8710", +Cell[12098, 315, 150, 1, 36, "Notes",ExpressionUUID->"b7d4dd5e-7989-4e5c-aadd-a1c41a5b8710", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12321, 317, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e4b92a16-002b-4378-9627-bc34673d83a6", +Cell[12375, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a5f86a67-50fe-465b-9ed1-68ffe7f4dfb4", CellTags->"PrimaryExamplesSection", - CellID->1289391064], + CellID->594171448], Cell[CellGroupData[{ -Cell[13767, 358, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6732ab8b-6d8f-47e0-8aef-18eac3e47621", - CellID->516225500], -Cell[15168, 396, 119, 1, 38, "ExampleText",ExpressionUUID->"a6b43967-8502-4feb-acf1-2ad051a61e39", +Cell[13820, 363, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f979092f-bd77-4385-bffe-8d2b3c34cc20", + CellID->645368261], +Cell[15221, 401, 119, 1, 39, "ExampleText",ExpressionUUID->"a6b43967-8502-4feb-acf1-2ad051a61e39", CellID->1091910221], Cell[CellGroupData[{ -Cell[15312, 401, 167, 3, 27, "Input",ExpressionUUID->"14121355-17ea-4a24-b515-2759f1816b17", +Cell[15365, 406, 167, 3, 27, "Input",ExpressionUUID->"14121355-17ea-4a24-b515-2759f1816b17", CellID->407561485], Cell[CellGroupData[{ -Cell[15504, 408, 234, 4, 23, "Print",ExpressionUUID->"4cad4e5c-67e7-4914-8e2e-8f7f46a489f4", +Cell[15557, 413, 234, 4, 23, "Print",ExpressionUUID->"4cad4e5c-67e7-4914-8e2e-8f7f46a489f4", CellID->58233929], -Cell[15741, 414, 364, 8, 23, "Print",ExpressionUUID->"91d1fbac-8db4-4a8e-81cb-e3b1d0b555a2", +Cell[15794, 419, 364, 8, 23, "Print",ExpressionUUID->"91d1fbac-8db4-4a8e-81cb-e3b1d0b555a2", CellID->896322915], -Cell[16108, 424, 236, 4, 23, "Print",ExpressionUUID->"c1eac23d-af38-48f5-8439-3aae84d9fcf4", +Cell[16161, 429, 236, 4, 23, "Print",ExpressionUUID->"c1eac23d-af38-48f5-8439-3aae84d9fcf4", CellID->1233916738], -Cell[16347, 430, 220, 3, 23, "Print",ExpressionUUID->"a0b41f3d-fd40-4568-b283-08587a24876f", +Cell[16400, 435, 220, 3, 23, "Print",ExpressionUUID->"a0b41f3d-fd40-4568-b283-08587a24876f", CellID->1399737775], -Cell[16570, 435, 206, 3, 23, "Print",ExpressionUUID->"9e5be2ae-18f3-4fc6-ad8b-7fa20c78c4d9", +Cell[16623, 440, 206, 3, 23, "Print",ExpressionUUID->"9e5be2ae-18f3-4fc6-ad8b-7fa20c78c4d9", CellID->249880798], -Cell[16779, 440, 237, 4, 23, "Print",ExpressionUUID->"3f1fbfb6-5d30-4b99-a4a7-9415d0f65243", +Cell[16832, 445, 237, 4, 23, "Print",ExpressionUUID->"3f1fbfb6-5d30-4b99-a4a7-9415d0f65243", CellID->1137600573], -Cell[17019, 446, 220, 3, 23, "Print",ExpressionUUID->"590ef813-570f-4177-a213-8f8631cbadec", +Cell[17072, 451, 220, 3, 23, "Print",ExpressionUUID->"590ef813-570f-4177-a213-8f8631cbadec", CellID->1664536967], -Cell[17242, 451, 235, 4, 23, "Print",ExpressionUUID->"da8357d6-7bd0-48c6-bd5c-3510bcf828aa", +Cell[17295, 456, 235, 4, 23, "Print",ExpressionUUID->"da8357d6-7bd0-48c6-bd5c-3510bcf828aa", CellID->653480238], -Cell[17480, 457, 235, 4, 23, "Print",ExpressionUUID->"421ed6bd-0bcf-48eb-ab27-655a9fbea724", +Cell[17533, 462, 235, 4, 23, "Print",ExpressionUUID->"421ed6bd-0bcf-48eb-ab27-655a9fbea724", CellID->985846172], -Cell[17718, 463, 207, 3, 23, "Print",ExpressionUUID->"29e1f96c-ef3e-4501-accf-7f695052fe48", +Cell[17771, 468, 207, 3, 23, "Print",ExpressionUUID->"29e1f96c-ef3e-4501-accf-7f695052fe48", CellID->1811411525], -Cell[17928, 468, 236, 4, 23, "Print",ExpressionUUID->"214c64d9-d250-488d-9d58-d2d956cfb0ec", +Cell[17981, 473, 236, 4, 23, "Print",ExpressionUUID->"214c64d9-d250-488d-9d58-d2d956cfb0ec", CellID->1612476907] }, Open ]] }, Open ]], -Cell[18191, 476, 136, 1, 38, "ExampleText",ExpressionUUID->"bd43e84e-ee6b-4f17-9e30-c34cc3eb0ecd", +Cell[18244, 481, 136, 1, 39, "ExampleText",ExpressionUUID->"bd43e84e-ee6b-4f17-9e30-c34cc3eb0ecd", CellID->385178992], -Cell[18330, 479, 234, 6, 27, "Input",ExpressionUUID->"364a38c6-b564-49c4-9f0d-7dfcfe549573", +Cell[18383, 484, 234, 6, 27, "Input",ExpressionUUID->"364a38c6-b564-49c4-9f0d-7dfcfe549573", CellID->539192547], -Cell[18567, 487, 375, 9, 70, "Input",ExpressionUUID->"6636a54f-ea82-48fa-8bda-37eb5f1bbb68", +Cell[18620, 492, 375, 9, 27, "Input",ExpressionUUID->"6636a54f-ea82-48fa-8bda-37eb5f1bbb68", CellID->2039649350], -Cell[18945, 498, 237, 6, 70, "Input",ExpressionUUID->"5ba4bd8b-0530-4a69-8d1c-e4bcfc82e1e9", +Cell[18998, 503, 237, 6, 70, "Input",ExpressionUUID->"5ba4bd8b-0530-4a69-8d1c-e4bcfc82e1e9", CellID->118145893], -Cell[19185, 506, 488, 8, 70, "ExampleText",ExpressionUUID->"4b6a7408-f6a4-4c74-9cdf-4521bbab2307", +Cell[19238, 511, 488, 8, 70, "ExampleText",ExpressionUUID->"4b6a7408-f6a4-4c74-9cdf-4521bbab2307", CellID->2129268480], -Cell[19676, 516, 514, 13, 70, "Input",ExpressionUUID->"c306bbed-83fa-4771-9250-01ecc63b1389", +Cell[19729, 521, 514, 13, 70, "Input",ExpressionUUID->"c306bbed-83fa-4771-9250-01ecc63b1389", CellID->2059060734], Cell[CellGroupData[{ -Cell[20215, 533, 159, 3, 70, "Input",ExpressionUUID->"771c7674-b579-49e4-9029-77a119500564", +Cell[20268, 538, 159, 3, 70, "Input",ExpressionUUID->"771c7674-b579-49e4-9029-77a119500564", CellID->1908898738], -Cell[20377, 538, 157, 3, 36, "Output",ExpressionUUID->"74ed1651-0423-46a7-a8a7-ef6aa020abc4", +Cell[20430, 543, 157, 3, 36, "Output",ExpressionUUID->"74ed1651-0423-46a7-a8a7-ef6aa020abc4", CellID->1902463986] }, Open ]], Cell[CellGroupData[{ -Cell[20571, 546, 187, 4, 70, "Input",ExpressionUUID->"4e723be6-c172-4a23-af87-476ed2d80f16", +Cell[20624, 551, 187, 4, 70, "Input",ExpressionUUID->"4e723be6-c172-4a23-af87-476ed2d80f16", CellID->1346731403], -Cell[20761, 552, 6272932, 102983, 70, "Output",ExpressionUUID->"5a0546f2-08bd-4b2c-8fbb-a5bf3f953c6e", +Cell[20814, 557, 6272785, 102976, 70, "Output",ExpressionUUID->"5a0546f2-08bd-4b2c-8fbb-a5bf3f953c6e", CellID->842429861] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[6293841, 103542, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"3a4582c7-f312-4a23-ba84-b52ce19deb54"], +Cell[6299337, 103692, 670, 18, 70, "TechNotesSection",ExpressionUUID->"cce85595-e2ac-4ae7-aa39-9765fcc6f436"], +Cell[6300010, 103712, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5f16480c-671f-4289-aba8-f3cba959a2fe"], +Cell[6301046, 103740, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"c019eace-1ee7-4fb4-9d7a-73b914936a00"], Cell[CellGroupData[{ -Cell[6293957, 103546, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"19121d20-7009-4f59-bf80-aa55c0d9d8a2"], -Cell[6299453, 103696, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1ac74ec5-4fdb-4f3b-be11-3021c761ce21"] -}, Open ]], -Cell[6300138, 103717, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5e6aa5e1-1b41-42f2-807e-67cc73cf9534"], -Cell[6301174, 103745, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"06cc4d2a-9198-4553-8c22-b9910eacef0f"], -Cell[CellGroupData[{ -Cell[6304103, 103830, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78323d07-19c3-4137-968e-7684807ed3ec", +Cell[6303975, 103825, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"78323d07-19c3-4137-968e-7684807ed3ec", CellID->2135167160], -Cell[6304244, 103833, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"97bc77a8-89bb-4b37-b3c5-188d46148875", +Cell[6304116, 103828, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"97bc77a8-89bb-4b37-b3c5-188d46148875", CellID->1194386356], -Cell[6304466, 103839, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b84d8e49-41dd-44b4-8c75-67ee8c6d2007", +Cell[6304338, 103834, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b84d8e49-41dd-44b4-8c75-67ee8c6d2007", CellID->1641706272], -Cell[6304681, 103844, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"04ade03f-3b18-4833-babe-c24d82754f19", +Cell[6304553, 103839, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"04ade03f-3b18-4833-babe-c24d82754f19", CellID->399251956], -Cell[6304910, 103850, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a841773-c584-4449-9f29-a2ff745016f3", +Cell[6304782, 103845, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a841773-c584-4449-9f29-a2ff745016f3", CellID->821434655] }, Open ]], -Cell[6305147, 103856, 78, 0, 70, "FooterCell",ExpressionUUID->"21965f78-9eac-42e2-a517-966f51df5ccb"] +Cell[6305019, 103851, 78, 0, 70, "FooterCell",ExpressionUUID->"1c3dd7ab-90ed-442a-a58f-297c23db7dbc"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StrIncreasMargContrib.nb b/Documentation/English/ReferencePages/Symbols/StrIncreasMargContrib.nb index 487931b..50362b1 100644 --- a/Documentation/English/ReferencePages/Symbols/StrIncreasMargContrib.nb +++ b/Documentation/English/ReferencePages/Symbols/StrIncreasMargContrib.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42324, 1093] -NotebookOptionsPosition[ 34131, 931] -NotebookOutlinePosition[ 36266, 985] -CellTagsIndexPosition[ 36181, 980] +NotebookDataLength[ 42344, 1094] +NotebookOptionsPosition[ 34168, 934] +NotebookOutlinePosition[ 36320, 988] +CellTagsIndexPosition[ 36235, 983] WindowTitle->StrIncreasMargContrib WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "90931c66-e8a3-419d-b624-e07e167444a6"], + "3eca6fdb-f3ad-453b-b760-1832ae118a4d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "551c1093-cb0e-4c8d-9d18-214d2dd04135"], + "912c1ac3-6134-46f0-b567-2030fd4da5f5"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ac66b2d-82f3-4f76-a555-ce329d51700d"] - }],ExpressionUUID->"d38442b6-13d5-46b0-9e1e-b26c6102747b"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "1e4cda91-c86f-4229-b7a8-7193ff383fcb"] + }],ExpressionUUID->"4e6189c4-5e1e-4522-8e62-776d9da4a1d0"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0c11cede-3fed-4ef0-87ff-31d670fd792c"], + "7b13967e-35d4-4a24-adf4-2c3f84a169c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "cdc96755-197a-41d9-8142-1524577d12c9"] - }],ExpressionUUID->"7effa67d-363c-4ce8-a073-57152fcb7619"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "93441b5c-158e-4c4a-98a3-4deb274adc22"] + }],ExpressionUUID->"2c62bc17-773b-4829-99c3-3ff3cd0505fe"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a89af2d9-b38a-4653-8eda-f302442865de"], + "ce1093d0-0f60-45d7-b828-b0f36db00ee8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eccb3f7f-5311-4714-94da-ccc0cc339c57"] - }],ExpressionUUID->"6061036f-1b63-4b80-a907-e520b44fad42"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ad4859be-4f2a-4ce0-8bcb-fb61c980858a"] + }],ExpressionUUID->"b76df1f7-e297-4f6d-82c7-b38d30bc3175"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4aeb552a-84d4-4f0f-a2c0-ea85f81eb508"], + "595e9db7-9b4e-436f-a172-368c6de64840"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2bed5c30-d9e7-431b-a69e-821caf018c88"] - }],ExpressionUUID->"0840bd9f-e028-4dfa-b52c-8ad8222e8160"], - StripOnInput->False], {"\<\"TUG/ref/StrIncreasMargContrib\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StrIncreasMargContrib"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "cdcc3179-f817-493c-bf89-eab145445165"] + }],ExpressionUUID->"69ee31d3-4241-457c-9b93-79544a81837d"], + StripOnInput->False],{ + "\"TUG/ref/StrIncreasMargContrib\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StrIncreasMargContrib"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StrIncreasMargContrib.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$188833], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StrIncreasMargContrib" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$203885], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StrIncreasMargContrib" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4943095c-78fc-4210-9693-3c02501f6dcd"] + "c621fd1b-a6c8-442f-9f8e-b34eb7ab09c6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "d0362c89-a852-420b-93f5-9b6470d259f8"]} + "2947d716-c216-4b3f-9b6c-98bf737b3c3f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9ebde80e-d250-4d66-8332-f1caad14451c"], + CellID->1,ExpressionUUID->"62938279-c753-409e-b1d8-7d6e197f3d3f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"0f3e82fe-d4fa-46ce-988d-92d2a89f5e63"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4f5f9648-e53a-45cd-9141-de502ca82f3c"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StrIncreasMargContrib", "ObjectName",ExpressionUUID-> - "1f214fac-8721-425a-83b7-d5526526d136"], + "b0524309-b222-4ac3-b053-6e3eff6524b4"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"590a28e7-b6a2-476e-9d3d-1810bc489a5b"], + "Spacer1"]],ExpressionUUID->"78c21c7c-2e26-44c2-8eb9-c6886a163c3d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "65389cfc-a82c-48fe-a998-ae69aa2aac36"] - }],ExpressionUUID->"2e4a64d1-c7c9-4ac3-bb8e-221f6f813421"], Cell[BoxData[ + "e9655a66-6ad4-407b-be02-01ac009207bb"] + }],ExpressionUUID->"9bd2995d-645b-4df4-95ea-bf65a6569f01"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9ab8001f-0a0c-476c-adb1-d5ec40b35dd3"]} + "46b3f5bb-306c-4055-b013-9a17bef6ef6f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d0470e87-d42f-44b2-bb24-6d3f69f29c33"], + CacheGraphics->False,ExpressionUUID->"f629334a-52df-46af-a098-0baa9b279446"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +245,7 @@ Cell[BoxData[GridBox[{ "69e909df-78d7-4b21-aa47-9ec44420d1c4"], " \[LineSeparator]checks if the marginal contributions of player i are \ strictly increasing." - }],ExpressionUUID->"5737409f-85db-4b7e-95f9-469fc9869c42"]} + }],ExpressionUUID->"5ba47dfa-236c-4dcc-b398-b5d80d264101"]} }]], "Usage", CellID->1654720096,ExpressionUUID->"46c039bf-b342-4b00-93e4-3c12bb1ee5ef"] }, Open ]], @@ -272,12 +278,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"395518b6-e266-4f35-91f3-875b996ee889"], + ExpressionUUID->"b2a1041d-2b8a-422c-8721-598e53e5701e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"21cfd569-d31c-4a9e-bc9e-5ead56219c0c"], + "Spacer1"]],ExpressionUUID->"70d443dc-1cd1-46f2-8172-491ff0409eca"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e0f7b9be-bc89-42a0-82ae-9f98497f7ada"], + }], "NotesFrameText",ExpressionUUID->"d0bea6a4-5030-4d95-8107-34814a077a6d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +294,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8555ad50-7727-423e-b6cc-a9650e7cde71"]], \ + "Preemptive"]],ExpressionUUID->"6d47a98d-e97d-4cee-9680-f3e4b142bdbb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1919555561,ExpressionUUID->"0e375307-9e74-46ed-b852-3bb9cbe27d41"], + CellID->1079478608,ExpressionUUID->"255fe9a2-5868-4d45-a22e-c7e45534edc9"], Cell[TextData[{ "The input expression ", @@ -373,19 +379,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"7703ad3e-8950-47fe-a465-4617cff30fbe"], + ExpressionUUID->"d49820c3-f5ce-44b4-98e0-250965e07574"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"91aa6dc9-6dea-43b9-a6de-52c7d05fa307"], + "Spacer1"]],ExpressionUUID->"3c4b8378-5d14-4b12-a21b-b0d210273066"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3d95cd1f-3051-44ab-89b3-307365f2cc24"] + "f1d0c25a-30ee-44d3-ade3-6bea7f3d7ae1"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2082039650,ExpressionUUID->"4dd0331f-d65f-485c-b9bb-9f2c9d847bda"], + CellID->958101928,ExpressionUUID->"05dc2704-0017-47ce-8898-38360520e062"], Cell[CellGroupData[{ @@ -414,18 +420,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e23a33aa-e2fd-4b99-9204-6e5310d8a9b2"], + ExpressionUUID->"c9a522df-7f7c-48b6-b82e-9b4ff02a7530"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"96fe2d3a-ed3e-419b-acb6-63d53055df71"], + "Spacer1"]],ExpressionUUID->"39a8135e-3cca-436b-aab2-0c207837a4c1"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "13913cd8-9197-401b-95a2-dbb67197915a"] + "b26157ef-8ea3-401a-af46-c21e175ea836"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1154843272,ExpressionUUID->"93c3fad9-6c89-4996-8199-13dd5e4ca173"], + CellID->1285170591,ExpressionUUID->"940df64d-1520-4634-90ec-eba790b9c9d6"], Cell["Loading the package:", "ExampleText", CellID->1384177870,ExpressionUUID->"086571f9-cb3c-48d3-9b65-1e7cb4f770ea"], @@ -616,8 +622,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -765,15 +769,15 @@ Cell[BoxData[GridBox[{ "3e6907a2-4196-478a-a4bf-a53879e5a74e"] }], "SeeAlso",ExpressionUUID->"8fc9d62d-2ce4-4c70-ac41-d86ceb242ab0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cf2a1b24-e312-4895-9a70-\ -bb6f482b8f9c"], + }]], "SeeAlsoSection",ExpressionUUID->"5ef4c9de-f20b-4d38-be61-\ +0cb531ec35a9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -785,9 +789,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"abb6941f-0366-49c4-9db4-6355f52b701d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"50ffe51a-480c-4e5c-af3f-\ -1c9e2297bc07"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3e84c9bf-fd40-441d-a5ff-\ +40b07c109a16"], Cell[BoxData[GridBox[{ { @@ -804,7 +807,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6096fa64-7c16-4d0f-a1be-5b62fea944b8"]}]}, + "bfe8fb07-e837-4d4b-bf7c-efc9b86cd797"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -812,10 +815,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "cd418a7e-f1fe-49d5-a803-092214a3a1ce"]}]} + "8d50e7a9-71ee-455d-a0dd-3063368c159a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7c9f7981-61f4-4a0c-a57c-\ -f64a6be81d58"], + }]], "MoreAboutSection",ExpressionUUID->"3a760c60-ea6a-4834-a6be-\ +1f77f63423f6"], Cell[BoxData[GridBox[{ { @@ -842,7 +845,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "63030c02-1ba8-4c03-b32e-66b536590064"]], "RelatedLinks", + "5a412631-cd78-422b-948f-cdbf1ff3ba8b"]], "RelatedLinks", ExpressionUUID->"0fb415ce-cd93-47c8-bb99-959fb0275626"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -859,7 +862,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexStrQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "70f28602-ac6c-495f-93cb-22f94184947b"]], "RelatedLinks", + "aa93c187-cee4-45c0-b8bc-a9ceeed1146c"]], "RelatedLinks", ExpressionUUID->"33e262e9-78e6-4844-adf8-e619c3876649"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -876,7 +879,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PositiveGameQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4b031621-d254-4b00-8a9d-73aacb3dca19"]], "RelatedLinks", + "66503205-05bf-46a3-aa90-84a72b7ec512"]], "RelatedLinks", ExpressionUUID->"9ea90cfe-ced1-4f9f-ab37-b3aba953190c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -893,11 +896,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SuperAdditiveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2a934f65-a979-475e-9524-652096495d69"]], "RelatedLinks", + "a2a4e2d7-dc4a-49c6-a371-b9a1a25c53b7"]], "RelatedLinks", ExpressionUUID->"48c9ce1e-2df9-4a9d-8336-89e43da55ab2"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"82eed0e7-aa5f-4a32-abc6-\ -221ee56667b0"], + }]], "RelatedLinksSection",ExpressionUUID->"24fca27d-8dbd-4b65-b05f-\ +ef13c72ac149"], Cell[CellGroupData[{ @@ -927,11 +930,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5394fe9c-b3d3-4789-afad-1a56bf47ba32"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"27d3e9ce-2ffe-467d-b3f6-10ae5a42b495"] +Cell[" ", "FooterCell",ExpressionUUID->"6637f308-9dbc-42ff-9f89-570288b805dd"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StrIncreasMargContrib", TaggingRules->{ @@ -942,18 +945,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 14.397788}", + "built" -> "{2024, 6, 3, 16, 55, 49.190583}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "StrIncreasMargContrib[game, i] checks if the marginal contributions of \ player i are strictly increasing.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "StrIncreasMargContrib", "titlemodifier" -> "", "windowtitle" -> - "StrIncreasMargContrib", "type" -> "Symbol", "uri" -> - "TUG/ref/StrIncreasMargContrib"}}, + "title" -> "StrIncreasMargContrib", "titlemodifier" -> "", + "metadescription" -> "", "windowtitle" -> "StrIncreasMargContrib", "type" -> + "Symbol", "uri" -> "TUG/ref/StrIncreasMargContrib"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -962,9 +965,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e299dd36-3d3c-43b6-82a9-ef0f7e667b23" +ExpressionUUID->"11cd715f-64df-4622-882e-848b302c1193" ] (* End of Notebook Content *) @@ -972,129 +975,127 @@ ExpressionUUID->"e299dd36-3d3c-43b6-82a9-ef0f7e667b23" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13632, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd0331f-d65f-485c-b9bb-9f2c9d847bda", + Cell[13704, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05dc2704-0017-47ce-8898-38360520e062", CellTags->"PrimaryExamplesSection", - CellID->2082039650]} + CellID->958101928]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35980, 973} + {"PrimaryExamplesSection", 36035, 976} } *) (*NotebookFileOutline Notebook[{ -Cell[593, 21, 7113, 168, 56, "AnchorBarGrid",ExpressionUUID->"9ebde80e-d250-4d66-8332-f1caad14451c", +Cell[593, 21, 7185, 174, 57, "AnchorBarGrid",ExpressionUUID->"62938279-c753-409e-b1d8-7d6e197f3d3f", CellID->1], -Cell[7709, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"0f3e82fe-d4fa-46ce-988d-92d2a89f5e63"], +Cell[7781, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4f5f9648-e53a-45cd-9141-de502ca82f3c"], Cell[CellGroupData[{ -Cell[7820, 195, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"d0470e87-d42f-44b2-bb24-6d3f69f29c33"], -Cell[9118, 232, 526, 11, 111, "Usage",ExpressionUUID->"46c039bf-b342-4b00-93e4-3c12bb1ee5ef", +Cell[7892, 201, 1295, 35, 59, "ObjectNameGrid",ExpressionUUID->"f629334a-52df-46af-a098-0baa9b279446"], +Cell[9190, 238, 526, 11, 111, "Usage",ExpressionUUID->"46c039bf-b342-4b00-93e4-3c12bb1ee5ef", CellID->1654720096] }, Open ]], Cell[CellGroupData[{ -Cell[9681, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"0e375307-9e74-46ed-b852-3bb9cbe27d41", +Cell[9753, 254, 1895, 47, 37, "NotesSection",ExpressionUUID->"255fe9a2-5868-4d45-a22e-c7e45534edc9", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1919555561], -Cell[11579, 297, 917, 20, 78, "Notes",ExpressionUUID->"b9bb000c-5e35-4bbe-875a-d51abb758ed0", + CellID->1079478608], +Cell[11651, 303, 917, 20, 78, "Notes",ExpressionUUID->"b9bb000c-5e35-4bbe-875a-d51abb758ed0", CellID->1014199156], -Cell[12499, 319, 489, 12, 37, "Notes",ExpressionUUID->"f2dac3f2-566c-4cfa-b3d0-06142cbced88", +Cell[12571, 325, 489, 12, 38, "Notes",ExpressionUUID->"f2dac3f2-566c-4cfa-b3d0-06142cbced88", CellID->177724765], -Cell[12991, 333, 326, 5, 57, "Notes",ExpressionUUID->"ce3f6b96-7565-45f5-a4cb-1583f2c1d6fd", +Cell[13063, 339, 326, 5, 57, "Notes",ExpressionUUID->"ce3f6b96-7565-45f5-a4cb-1583f2c1d6fd", CellID->1473053282], -Cell[13320, 340, 185, 4, 36, "Notes",ExpressionUUID->"b36d62e3-1f3e-4b4a-9040-c4f622dbdde9", +Cell[13392, 346, 185, 4, 36, "Notes",ExpressionUUID->"b36d62e3-1f3e-4b4a-9040-c4f622dbdde9", CellID->771409917] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13632, 350, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4dd0331f-d65f-485c-b9bb-9f2c9d847bda", +Cell[13704, 356, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05dc2704-0017-47ce-8898-38360520e062", CellTags->"PrimaryExamplesSection", - CellID->2082039650], + CellID->958101928], Cell[CellGroupData[{ -Cell[15078, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"93c3fad9-6c89-4996-8199-13dd5e4ca173", - CellID->1154843272], -Cell[16480, 429, 119, 1, 38, "ExampleText",ExpressionUUID->"086571f9-cb3c-48d3-9b65-1e7cb4f770ea", +Cell[15149, 397, 1399, 36, 30, "ExampleSection",ExpressionUUID->"940df64d-1520-4634-90ec-eba790b9c9d6", + CellID->1285170591], +Cell[16551, 435, 119, 1, 39, "ExampleText",ExpressionUUID->"086571f9-cb3c-48d3-9b65-1e7cb4f770ea", CellID->1384177870], Cell[CellGroupData[{ -Cell[16624, 434, 166, 3, 27, "Input",ExpressionUUID->"88df9f15-73cc-4550-bd56-0dee6482849f", +Cell[16695, 440, 166, 3, 27, "Input",ExpressionUUID->"88df9f15-73cc-4550-bd56-0dee6482849f", CellID->49851247], Cell[CellGroupData[{ -Cell[16815, 441, 236, 4, 23, "Print",ExpressionUUID->"e1dca51d-cef3-4f23-b3cf-9d3662d8d8d1", +Cell[16886, 447, 236, 4, 23, "Print",ExpressionUUID->"e1dca51d-cef3-4f23-b3cf-9d3662d8d8d1", CellID->911014480], -Cell[17054, 447, 366, 8, 23, "Print",ExpressionUUID->"c72c9c16-2d8d-4c5a-9f75-a9b9a1df1737", +Cell[17125, 453, 366, 8, 23, "Print",ExpressionUUID->"c72c9c16-2d8d-4c5a-9f75-a9b9a1df1737", CellID->1534702437], -Cell[17423, 457, 236, 4, 23, "Print",ExpressionUUID->"68453a08-6544-42cb-8cea-11b72be18d40", +Cell[17494, 463, 236, 4, 23, "Print",ExpressionUUID->"68453a08-6544-42cb-8cea-11b72be18d40", CellID->938875537], -Cell[17662, 463, 221, 3, 23, "Print",ExpressionUUID->"34506b3a-935b-4a75-832e-45788201eb2d", +Cell[17733, 469, 221, 3, 23, "Print",ExpressionUUID->"34506b3a-935b-4a75-832e-45788201eb2d", CellID->1048837925], -Cell[17886, 468, 206, 3, 23, "Print",ExpressionUUID->"015e48ad-6217-4a7b-85ed-6f670fbaff5d", +Cell[17957, 474, 206, 3, 23, "Print",ExpressionUUID->"015e48ad-6217-4a7b-85ed-6f670fbaff5d", CellID->57120497], -Cell[18095, 473, 237, 4, 23, "Print",ExpressionUUID->"e68266ba-2c62-45ac-bf34-e327d3fdde30", +Cell[18166, 479, 237, 4, 23, "Print",ExpressionUUID->"e68266ba-2c62-45ac-bf34-e327d3fdde30", CellID->294820857], -Cell[18335, 479, 221, 3, 23, "Print",ExpressionUUID->"4dd0c90d-dd26-4179-be9e-6f57892a7a63", +Cell[18406, 485, 221, 3, 23, "Print",ExpressionUUID->"4dd0c90d-dd26-4179-be9e-6f57892a7a63", CellID->1802880955], -Cell[18559, 484, 236, 4, 23, "Print",ExpressionUUID->"d2ce6a2b-dc78-47f4-aec6-336d6ae8c116", +Cell[18630, 490, 236, 4, 23, "Print",ExpressionUUID->"d2ce6a2b-dc78-47f4-aec6-336d6ae8c116", CellID->418918058], -Cell[18798, 490, 237, 4, 23, "Print",ExpressionUUID->"e5616126-9a10-4afa-a17d-4f045fbc66c9", +Cell[18869, 496, 237, 4, 23, "Print",ExpressionUUID->"e5616126-9a10-4afa-a17d-4f045fbc66c9", CellID->1051116983], -Cell[19038, 496, 208, 3, 70, "Print",ExpressionUUID->"084b1582-ccd0-4c91-993c-3221972a3228", +Cell[19109, 502, 208, 3, 23, "Print",ExpressionUUID->"084b1582-ccd0-4c91-993c-3221972a3228", CellID->1369515159], -Cell[19249, 501, 236, 4, 70, "Print",ExpressionUUID->"5e261308-e1a4-4c65-98ae-00c2dadbedf7", +Cell[19320, 507, 236, 4, 70, "Print",ExpressionUUID->"5e261308-e1a4-4c65-98ae-00c2dadbedf7", CellID->392391927] }, Open ]] }, Open ]], -Cell[19512, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"ec1d59e5-ba29-4da8-8726-8f68cd5bf0d2", +Cell[19583, 515, 136, 1, 70, "ExampleText",ExpressionUUID->"ec1d59e5-ba29-4da8-8726-8f68cd5bf0d2", CellID->508965620], -Cell[19651, 512, 234, 6, 70, "Input",ExpressionUUID->"7eec0af2-e36f-4a41-a497-21cc29b82fda", +Cell[19722, 518, 234, 6, 70, "Input",ExpressionUUID->"7eec0af2-e36f-4a41-a497-21cc29b82fda", CellID->912208019], -Cell[19888, 520, 380, 9, 70, "Input",ExpressionUUID->"63370f24-02b3-4702-8345-3e0ae71c3c4a", +Cell[19959, 526, 380, 9, 70, "Input",ExpressionUUID->"63370f24-02b3-4702-8345-3e0ae71c3c4a", CellID->218479542], -Cell[20271, 531, 238, 6, 70, "Input",ExpressionUUID->"16d8ce3b-6205-4402-a2b9-ff78a6f506f1", +Cell[20342, 537, 238, 6, 70, "Input",ExpressionUUID->"16d8ce3b-6205-4402-a2b9-ff78a6f506f1", CellID->1220625562], -Cell[20512, 539, 190, 4, 70, "ExampleText",ExpressionUUID->"6f215ea2-de82-49ab-a5ea-70faa83bb10f", +Cell[20583, 545, 190, 4, 70, "ExampleText",ExpressionUUID->"6f215ea2-de82-49ab-a5ea-70faa83bb10f", CellID->877768159], Cell[CellGroupData[{ -Cell[20727, 547, 178, 3, 70, "Input",ExpressionUUID->"5c910de4-ea5d-4b9c-9b63-8d832d4445b2", +Cell[20798, 553, 178, 3, 70, "Input",ExpressionUUID->"5c910de4-ea5d-4b9c-9b63-8d832d4445b2", CellID->966198005], -Cell[20908, 552, 174, 4, 36, "Output",ExpressionUUID->"411c6a4d-0650-4ab4-b8d4-fd61dbb14507", +Cell[20979, 558, 174, 4, 36, "Output",ExpressionUUID->"411c6a4d-0650-4ab4-b8d4-fd61dbb14507", CellID->1083785035] }, Open ]], -Cell[21097, 559, 195, 4, 70, "ExampleText",ExpressionUUID->"ffb7bbbc-175a-4e46-a522-a38513062fd5", +Cell[21168, 565, 195, 4, 70, "ExampleText",ExpressionUUID->"ffb7bbbc-175a-4e46-a522-a38513062fd5", CellID->153969130], Cell[CellGroupData[{ -Cell[21317, 567, 202, 4, 70, "Input",ExpressionUUID->"36cde586-2d4a-4104-b36b-9ef79d441d6a", +Cell[21388, 573, 202, 4, 70, "Input",ExpressionUUID->"36cde586-2d4a-4104-b36b-9ef79d441d6a", CellID->1107254482], -Cell[21522, 573, 622, 17, 54, "Output",ExpressionUUID->"60970a1d-e027-4b9b-a487-ac7d40e180b2", +Cell[21593, 579, 622, 17, 53, "Output",ExpressionUUID->"60970a1d-e027-4b9b-a487-ac7d40e180b2", CellID->1342024023] }, Open ]], -Cell[22159, 593, 189, 4, 70, "ExampleText",ExpressionUUID->"27510963-065e-4d63-ac88-c68d6a5718dd", +Cell[22230, 599, 189, 4, 70, "ExampleText",ExpressionUUID->"27510963-065e-4d63-ac88-c68d6a5718dd", CellID->1631140904], Cell[CellGroupData[{ -Cell[22373, 601, 168, 3, 70, "Input",ExpressionUUID->"697dee09-f71f-4b54-b4c3-e22f99c3610b", +Cell[22444, 607, 168, 3, 70, "Input",ExpressionUUID->"697dee09-f71f-4b54-b4c3-e22f99c3610b", CellID->1294092893], -Cell[22544, 606, 160, 3, 36, "Output",ExpressionUUID->"6c812009-a0eb-4c01-9f37-0f3ee209d69f", +Cell[22615, 612, 160, 3, 36, "Output",ExpressionUUID->"6c812009-a0eb-4c01-9f37-0f3ee209d69f", CellID->757802007] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23017, 624, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"5ef4c9de-f20b-4d38-be61-0cb531ec35a9"], +Cell[28469, 774, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3e84c9bf-fd40-441d-a5ff-40b07c109a16"], +Cell[29142, 794, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3a760c60-ea6a-4834-a6be-1f77f63423f6"], +Cell[30178, 822, 2840, 80, 70, "RelatedLinksSection",ExpressionUUID->"24fca27d-8dbd-4b65-b05f-ef13c72ac149"], Cell[CellGroupData[{ -Cell[22968, 620, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"cf2a1b24-e312-4895-9a70-bb6f482b8f9c"], -Cell[28420, 770, 670, 18, 70, "TechNotesSection",ExpressionUUID->"50ffe51a-480c-4e5c-af3f-1c9e2297bc07"] -}, Open ]], -Cell[29105, 791, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7c9f7981-61f4-4a0c-a57c-f64a6be81d58"], -Cell[30141, 819, 2840, 80, 70, "RelatedLinksSection",ExpressionUUID->"82eed0e7-aa5f-4a32-abc6-221ee56667b0"], -Cell[CellGroupData[{ -Cell[33006, 903, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a49eea0a-ebbf-4002-a175-7c17932e8700", +Cell[33043, 906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a49eea0a-ebbf-4002-a175-7c17932e8700", CellID->174251628], -Cell[33146, 906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"89b92db1-5060-403a-ad96-094039d22039", +Cell[33183, 909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"89b92db1-5060-403a-ad96-094039d22039", CellID->1194386356], -Cell[33368, 912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2e57577b-7b7b-41c0-bc1a-64a6a88388e2", +Cell[33405, 915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2e57577b-7b7b-41c0-bc1a-64a6a88388e2", CellID->1641706272], -Cell[33583, 917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"70221a64-5ace-4ddc-afc4-9723c53bcf66", +Cell[33620, 920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"70221a64-5ace-4ddc-afc4-9723c53bcf66", CellID->399251956], -Cell[33812, 923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5394fe9c-b3d3-4789-afad-1a56bf47ba32", +Cell[33849, 926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5394fe9c-b3d3-4789-afad-1a56bf47ba32", CellID->821434655] }, Open ]], -Cell[34049, 929, 78, 0, 70, "FooterCell",ExpressionUUID->"27d3e9ce-2ffe-467d-b3f6-10ae5a42b495"] +Cell[34086, 932, 78, 0, 70, "FooterCell",ExpressionUUID->"6637f308-9dbc-42ff-9f89-570288b805dd"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StrictlyConvexUnanConditionQ.nb b/Documentation/English/ReferencePages/Symbols/StrictlyConvexUnanConditionQ.nb index a552ff3..689e183 100644 --- a/Documentation/English/ReferencePages/Symbols/StrictlyConvexUnanConditionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/StrictlyConvexUnanConditionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43607, 1122] -NotebookOptionsPosition[ 34675, 945] -NotebookOutlinePosition[ 36910, 1000] -CellTagsIndexPosition[ 36825, 995] +NotebookDataLength[ 43606, 1121] +NotebookOptionsPosition[ 34688, 946] +NotebookOutlinePosition[ 36941, 1001] +CellTagsIndexPosition[ 36856, 996] WindowTitle->StrictlyConvexUnanConditionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "25242b00-54ed-4570-b08d-70f96881fc5d"], + "1f98c7cc-8ecd-4daa-81b6-b4e76107ea9a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "510a1b63-580c-44cc-82e2-c2229ebc3056"], + "43c533ff-c895-4535-b50d-0a3f17dc1f75"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "83b01811-7f98-4769-b90f-73fa95eae443"] - }],ExpressionUUID->"4157b4d8-7eca-4ba2-a481-62a7da60d8d9"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "c1caf243-2a2d-4056-b42d-70226b834f94"] + }],ExpressionUUID->"401bbab8-65b7-4a71-85ac-eac84a38c714"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8bc248e0-c373-44c6-a1cc-3fa805359a69"], + "812d7d5e-77b1-4844-9c68-e36639d0f0d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4e3cda8-b271-48c2-9fa0-c59894b743d8"] - }],ExpressionUUID->"803311dd-d2aa-462f-8e0f-69684875538d"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "cd69358b-08ef-4268-8408-0ba8f3b0fe65"] + }],ExpressionUUID->"c1e1e634-8b8a-435a-8655-51c4c6a2bec5"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f13a0751-9ad8-4ac6-9592-be9cab2f31c5"], + "ea27d7a5-155a-4c90-8b90-ae55103e45f1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3261a9e1-931d-4483-a6b7-472f59aa0e9a"] - }],ExpressionUUID->"cd01d6b5-0a6d-421a-99db-6327da513ceb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "22fc827e-0c43-4c5f-9e5b-9a6de3ed0bef"] + }],ExpressionUUID->"193c9c65-55af-4bcc-8167-57d3a56b6131"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5f2e094f-ca7a-45c9-97f5-6507617810e2"], + "bb02f647-12bb-4a9e-b9b6-5f8323552310"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,53 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "af59ed6c-4f82-484c-ab1f-85a0f45bfef5"] - }],ExpressionUUID->"4689c718-1ec1-486b-a03f-d9dd9f804af7"], - StripOnInput-> - False], {"\<\"TUG/ref/StrictlyConvexUnanConditionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StrictlyConvexUnanConditionQ"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d3c2b940-3af0-44a2-9825-5e686194e89f"] + }],ExpressionUUID->"014fd65c-118e-4366-867d-a3f2a0dae8c0"], + StripOnInput->False],{ + "\"TUG/ref/StrictlyConvexUnanConditionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StrictlyConvexUnanConditionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StrictlyConvexUnanConditionQ.html"], StandardForm]], "Input", - TextClipboardType -> "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$188269], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StrictlyConvexUnanConditionQ" <> ".html"], None}]}]}, + TextClipboardType -> "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$203287], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StrictlyConvexUnanConditionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b0daa14e-22ec-4ec0-987d-00897b330e5d"] + "da0bf125-e852-4840-a68e-ca5d2503aad9"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0aded975-5cec-49d0-bf39-9229cb9cf981"]} + "3afb24fb-ef8c-4170-82ee-02cad9757561"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b512b453-8d50-4469-988e-426ac893997b"], + CellID->1,ExpressionUUID->"6ec025d6-4e58-439e-9e01-071b27c9298c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"047d8cb6-6e7f-41bc-b5c7-26dc1273d7b2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"0d40d585-533a-4498-b403-054825fb5424"], Cell[CellGroupData[{ @@ -199,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StrictlyConvexUnanConditionQ", "ObjectName",ExpressionUUID-> - "11dbd870-f385-45f3-a6ef-ad6d197ad03b"], + "82523daf-90b4-44b0-93d5-dd661ad5b1d8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8563157a-72b4-4581-9d11-8b31d0889da6"], + "Spacer1"]],ExpressionUUID->"38f1b93b-5a93-4a2e-8cf3-2bd07b37003c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3bd75b60-a0b1-4000-9d89-741259edffbd"] - }],ExpressionUUID->"800a80e1-fd13-40f9-9ee4-3d1de1ca43b8"], Cell[BoxData[ + "50fa858e-083b-4b4c-8def-7f7e8d95b4b1"] + }],ExpressionUUID->"2de3464f-84fd-4721-ad81-5b4743e5f3d3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7b8b4611-6156-469d-9b75-c8f31f3c4121"]} + "b86e61b2-ec14-4ac7-8c42-3af56c2cad8d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"845d381b-805e-46f3-91e6-c4bb367f0214"], + CacheGraphics->False,ExpressionUUID->"19abdafb-2d2f-4998-acf4-bc3cb6b9a368"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]checks at most (n-1) inequalities of the unanimity \ coordinates constraints for strict positive sums. The return value is 'True' \ or 'False'." - }],ExpressionUUID->"6f6d26d6-1288-45a4-859b-ccadc7e01a99"]} + }],ExpressionUUID->"3926dc8c-6495-4365-a181-2997aa7050a1"]} }]], "Usage", CellID->1021765595,ExpressionUUID->"2a60d7ac-ad78-4f42-9f56-40517f0c287d"] }, Open ]], @@ -275,12 +279,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"69f787f6-ad50-47f7-be2d-bfb2966f6314"], + ExpressionUUID->"2698b9d1-c1ac-4c79-a4b1-195eaccbd87d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ba5f56f7-9b0d-46dc-98aa-3909072b1534"], + "Spacer1"]],ExpressionUUID->"54540d68-e1e4-40ac-808f-3d81791bac4e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"78953539-f957-4e24-94c2-64386083890a"], + }], "NotesFrameText",ExpressionUUID->"8ee2c913-1bf4-4185-bea5-19caad77b1b6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -291,12 +295,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b885bcf0-c1e7-47f2-b261-6bc4acc56892"]], \ + "Preemptive"]],ExpressionUUID->"d2a0228f-b496-4677-8f22-3a5f2ba23c93"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->251855312,ExpressionUUID->"e50267c6-ffb9-4343-9d13-8325631ef677"], + CellID->791947614,ExpressionUUID->"426406c7-905b-42df-a6ac-6fdae9978156"], Cell[TextData[{ "The input expression ", @@ -392,19 +396,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"02b7e2c2-fed3-42ee-b53b-09e556c717b3"], + ExpressionUUID->"452eee1d-4dab-4fd5-838c-ea1099342c10"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4f3701de-53cb-4ff1-9530-d6d58341f811"], + "Spacer1"]],ExpressionUUID->"83500082-847a-4d56-bf55-e9441933591a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "053b4eb9-1b2f-4ff8-80c2-74eb889a4b17"] + "aa78722f-a807-499f-a64e-312cdff57142"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1073347964,ExpressionUUID->"e86725c6-0a89-4c3c-8e20-6180bf03541e"], + CellID->1333034201,ExpressionUUID->"119336c3-5c9b-4dc3-bd57-8f8968867079"], Cell[CellGroupData[{ @@ -433,18 +437,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a451e061-6c64-4b66-9a57-a8c84794183c"], + ExpressionUUID->"1dfbff22-c79f-44d5-ab31-37dd2784fc88"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"536b0e5d-e88e-4b8f-a972-d5d6f06eb4a1"], + "Spacer1"]],ExpressionUUID->"26ec8461-a999-46a2-9c72-b4aea62c43f7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2506c956-5627-4803-8de4-52f968cfd244"] + "73a1ff90-ad9d-4283-8f75-06ba179a3f2c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->353610649,ExpressionUUID->"d156f9d9-5b5d-4743-accc-3df7c174def7"], + CellID->1302947002,ExpressionUUID->"77d6fabe-4849-4212-b70f-7dff54d62e8d"], Cell["Loading the package:", "ExampleText", CellID->233481827,ExpressionUUID->"3e6cfb86-60d3-4dbd-a361-4c5ae84257d9"], @@ -647,8 +651,6 @@ Cell[BoxData["False"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -796,15 +798,15 @@ Cell[BoxData[GridBox[{ "c318cd0d-5e16-40de-8cd2-d56a2de2dcfd"] }], "SeeAlso",ExpressionUUID->"4f8b8f32-bcd0-48db-af15-cc06bc593250"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"782b6dbb-6f75-44c0-b6d6-\ -a8d0368e4979"], + }]], "SeeAlsoSection",ExpressionUUID->"1209cf5c-b51e-4acc-bf2d-\ +841cb41fbcdb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -816,9 +818,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ecbeb8b9-8075-4216-8061-83333ddace15"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"fcabd1fb-86e4-4769-b9f5-\ -e0c4b628edd3"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1c2c091d-cce5-44eb-9d36-\ +3dbc86d70f27"], Cell[BoxData[GridBox[{ { @@ -835,7 +836,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "80da025d-8919-4d8f-ba5b-ae65917b3647"]}]}, + "188690e3-83ad-4196-b217-ab0ada309249"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -843,10 +844,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8a0ee26e-9225-4092-b7a6-464a83be663d"]}]} + "955bd9df-25f7-472e-b86e-eeee6c98e1e7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"839af8a9-3e9d-4a57-b52b-\ -a6872a88fc2b"], + }]], "MoreAboutSection",ExpressionUUID->"46515c33-4429-4468-85a4-\ +33473f566f50"], Cell[BoxData[GridBox[{ { @@ -873,7 +874,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cc786157-5612-4540-8e31-20d5b548ba6e"]], "RelatedLinks", + "210183b1-3004-4df2-b809-33084e9da3a9"]], "RelatedLinks", ExpressionUUID->"1b80b80d-b7cf-4812-99ac-3a21824a28d5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -890,7 +891,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/EvalSumMinCoord"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ab4bb38b-69ea-4481-967b-4fbf7929dfaf"]], "RelatedLinks", + "c0eb645d-a2f9-46ce-aff8-63e0d5ee202c"]], "RelatedLinks", ExpressionUUID->"3711e26c-544f-40b7-8405-53b4a5a16ccf"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -907,11 +908,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexUnanConditionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e81682ab-fa43-47b1-ad2c-0e0bf77f6779"]], "RelatedLinks", + "8f4bc68f-339a-4900-9d16-57dec71b5620"]], "RelatedLinks", ExpressionUUID->"bd32a2e6-132e-4016-8c26-1a3fcadaceb8"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"bb085dac-b6fe-44d1-8b4f-\ -47d33b16bdd6"], + }]], "RelatedLinksSection",ExpressionUUID->"dccd9f23-f751-4e56-bfb5-\ +7700de86232a"], Cell[CellGroupData[{ @@ -941,11 +942,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a830785b-1b25-4c7a-8084-e874ab99d9be"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b94dac9a-c1f5-4a0b-ac49-3a52477a5f84"] +Cell[" ", "FooterCell",ExpressionUUID->"90909697-4945-4ab2-a430-981f0f7d902d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StrictlyConvexUnanConditionQ", TaggingRules->{ @@ -956,7 +957,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 12.908169}", + "built" -> "{2024, 6, 3, 16, 55, 48.447875}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -964,11 +965,11 @@ TaggingRules->{ "StrictlyConvexUnanConditionQ[game] checks at most (n-1) inequalities of \ the unanimity coordinates constraints for strict positive sums. The return \ value is 'True' or 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "StrictlyConvexUnanConditionQ", "titlemodifier" -> "", "windowtitle" -> - "StrictlyConvexUnanConditionQ", "type" -> "Symbol", "uri" -> - "TUG/ref/StrictlyConvexUnanConditionQ"}}, + "StrictlyConvexUnanConditionQ", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "StrictlyConvexUnanConditionQ", "type" -> "Symbol", + "uri" -> "TUG/ref/StrictlyConvexUnanConditionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -977,9 +978,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"343f0595-f5da-49f7-8be7-66c9092281f1" +ExpressionUUID->"9d3fdccc-4af1-4059-aefd-6d66bc34795e" ] (* End of Notebook Content *) @@ -987,143 +988,141 @@ ExpressionUUID->"343f0595-f5da-49f7-8be7-66c9092281f1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14187, 369, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e86725c6-0a89-4c3c-8e20-6180bf03541e", + Cell[14233, 373, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"119336c3-5c9b-4dc3-bd57-8f8968867079", CellTags->"PrimaryExamplesSection", - CellID->1073347964]} + CellID->1333034201]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36624, 988} + {"PrimaryExamplesSection", 36655, 989} } *) (*NotebookFileOutline Notebook[{ -Cell[600, 21, 7167, 170, 56, "AnchorBarGrid",ExpressionUUID->"b512b453-8d50-4469-988e-426ac893997b", +Cell[600, 21, 7213, 174, 57, "AnchorBarGrid",ExpressionUUID->"6ec025d6-4e58-439e-9e01-071b27c9298c", CellID->1], -Cell[7770, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"047d8cb6-6e7f-41bc-b5c7-26dc1273d7b2"], +Cell[7816, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"0d40d585-533a-4498-b403-054825fb5424"], Cell[CellGroupData[{ -Cell[7881, 197, 1302, 35, 59, "ObjectNameGrid",ExpressionUUID->"845d381b-805e-46f3-91e6-c4bb367f0214"], -Cell[9186, 234, 580, 12, 111, "Usage",ExpressionUUID->"2a60d7ac-ad78-4f42-9f56-40517f0c287d", +Cell[7927, 201, 1302, 35, 59, "ObjectNameGrid",ExpressionUUID->"19abdafb-2d2f-4998-acf4-bc3cb6b9a368"], +Cell[9232, 238, 580, 12, 111, "Usage",ExpressionUUID->"2a60d7ac-ad78-4f42-9f56-40517f0c287d", CellID->1021765595] }, Open ]], Cell[CellGroupData[{ -Cell[9803, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"e50267c6-ffb9-4343-9d13-8325631ef677", +Cell[9849, 255, 1894, 47, 37, "NotesSection",ExpressionUUID->"426406c7-905b-42df-a6ac-6fdae9978156", CellGroupingRules->{"SectionGrouping", 50}, - CellID->251855312], -Cell[11700, 300, 663, 17, 49, "Notes",ExpressionUUID->"85fa1f25-7e0c-4bb4-97ef-2f4f55b9dc8d", + CellID->791947614], +Cell[11746, 304, 663, 17, 48, "Notes",ExpressionUUID->"85fa1f25-7e0c-4bb4-97ef-2f4f55b9dc8d", CellID->26053], -Cell[12366, 319, 489, 12, 37, "Notes",ExpressionUUID->"13e0dfc1-4d03-4738-a490-e2ecc06a7ce1", +Cell[12412, 323, 489, 12, 38, "Notes",ExpressionUUID->"13e0dfc1-4d03-4738-a490-e2ecc06a7ce1", CellID->177724765], -Cell[12858, 333, 258, 5, 57, "Notes",ExpressionUUID->"b72f0a1d-2d78-47fb-9b41-9db04613267c", +Cell[12904, 337, 258, 5, 57, "Notes",ExpressionUUID->"b72f0a1d-2d78-47fb-9b41-9db04613267c", CellID->1716855720], -Cell[13119, 340, 428, 7, 78, "Notes",ExpressionUUID->"eb27fffe-d7a5-4043-a60b-5f4505d9dfe7", +Cell[13165, 344, 428, 7, 78, "Notes",ExpressionUUID->"eb27fffe-d7a5-4043-a60b-5f4505d9dfe7", CellID->1196760138], -Cell[13550, 349, 510, 14, 37, "Notes",ExpressionUUID->"1b9f49d2-c46c-43bb-836e-2de1ecfd5eec", +Cell[13596, 353, 510, 14, 38, "Notes",ExpressionUUID->"1b9f49d2-c46c-43bb-836e-2de1ecfd5eec", CellID->2029180251] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14187, 369, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e86725c6-0a89-4c3c-8e20-6180bf03541e", +Cell[14233, 373, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"119336c3-5c9b-4dc3-bd57-8f8968867079", CellTags->"PrimaryExamplesSection", - CellID->1073347964], + CellID->1333034201], Cell[CellGroupData[{ -Cell[15633, 410, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d156f9d9-5b5d-4743-accc-3df7c174def7", - CellID->353610649], -Cell[17034, 448, 118, 1, 38, "ExampleText",ExpressionUUID->"3e6cfb86-60d3-4dbd-a361-4c5ae84257d9", +Cell[15679, 414, 1399, 36, 30, "ExampleSection",ExpressionUUID->"77d6fabe-4849-4212-b70f-7dff54d62e8d", + CellID->1302947002], +Cell[17081, 452, 118, 1, 39, "ExampleText",ExpressionUUID->"3e6cfb86-60d3-4dbd-a361-4c5ae84257d9", CellID->233481827], Cell[CellGroupData[{ -Cell[17177, 453, 167, 3, 27, "Input",ExpressionUUID->"da878407-28a0-47cb-9c76-fa7c7cb47bc0", +Cell[17224, 457, 167, 3, 27, "Input",ExpressionUUID->"da878407-28a0-47cb-9c76-fa7c7cb47bc0", CellID->390859583], Cell[CellGroupData[{ -Cell[17369, 460, 236, 4, 23, "Print",ExpressionUUID->"4717c11d-c270-46e7-a544-5ee46a5c5e3a", +Cell[17416, 464, 236, 4, 23, "Print",ExpressionUUID->"4717c11d-c270-46e7-a544-5ee46a5c5e3a", CellID->619511807], -Cell[17608, 466, 365, 8, 23, "Print",ExpressionUUID->"10631ec1-c9af-4653-a099-710dde39e16a", +Cell[17655, 470, 365, 8, 23, "Print",ExpressionUUID->"10631ec1-c9af-4653-a099-710dde39e16a", CellID->843618074], -Cell[17976, 476, 237, 4, 23, "Print",ExpressionUUID->"06fac8bb-00a1-465d-9b05-1ddd04155964", +Cell[18023, 480, 237, 4, 23, "Print",ExpressionUUID->"06fac8bb-00a1-465d-9b05-1ddd04155964", CellID->1238642916], -Cell[18216, 482, 220, 3, 23, "Print",ExpressionUUID->"1b91e5b1-3371-40de-8682-7be28d011aab", +Cell[18263, 486, 220, 3, 23, "Print",ExpressionUUID->"1b91e5b1-3371-40de-8682-7be28d011aab", CellID->406192603], -Cell[18439, 487, 208, 3, 23, "Print",ExpressionUUID->"269a1fbd-ca18-42b7-9f7d-282bd25e3f8f", +Cell[18486, 491, 208, 3, 23, "Print",ExpressionUUID->"269a1fbd-ca18-42b7-9f7d-282bd25e3f8f", CellID->1128752607], -Cell[18650, 492, 238, 4, 23, "Print",ExpressionUUID->"fdfc7faf-e699-4211-8b9e-94e0c78f4c8a", +Cell[18697, 496, 238, 4, 23, "Print",ExpressionUUID->"fdfc7faf-e699-4211-8b9e-94e0c78f4c8a", CellID->2091015661], -Cell[18891, 498, 220, 3, 23, "Print",ExpressionUUID->"e1620986-525e-43d9-8110-948347dc5124", +Cell[18938, 502, 220, 3, 23, "Print",ExpressionUUID->"e1620986-525e-43d9-8110-948347dc5124", CellID->178217905], -Cell[19114, 503, 236, 4, 70, "Print",ExpressionUUID->"d9788ba3-cc32-4a41-bea8-86a1041a73f6", +Cell[19161, 507, 236, 4, 70, "Print",ExpressionUUID->"d9788ba3-cc32-4a41-bea8-86a1041a73f6", CellID->453194417], -Cell[19353, 509, 237, 4, 70, "Print",ExpressionUUID->"28a8292b-3cd3-4470-8a12-24c37a1ab88d", +Cell[19400, 513, 237, 4, 70, "Print",ExpressionUUID->"28a8292b-3cd3-4470-8a12-24c37a1ab88d", CellID->1714135201], -Cell[19593, 515, 208, 3, 70, "Print",ExpressionUUID->"bfa94080-47cf-430b-bcc1-51f1b2f9f8f3", +Cell[19640, 519, 208, 3, 70, "Print",ExpressionUUID->"bfa94080-47cf-430b-bcc1-51f1b2f9f8f3", CellID->1153318866], -Cell[19804, 520, 236, 4, 70, "Print",ExpressionUUID->"3f9f474a-88ef-407c-bfd3-f18202dd52b4", +Cell[19851, 524, 236, 4, 70, "Print",ExpressionUUID->"3f9f474a-88ef-407c-bfd3-f18202dd52b4", CellID->684125121] }, Open ]] }, Open ]], -Cell[20067, 528, 137, 1, 70, "ExampleText",ExpressionUUID->"4c787128-017c-4e87-9323-c33b802d52dd", +Cell[20114, 532, 137, 1, 70, "ExampleText",ExpressionUUID->"4c787128-017c-4e87-9323-c33b802d52dd", CellID->1011575104], -Cell[20207, 531, 235, 6, 70, "Input",ExpressionUUID->"8fd6b8e8-8139-4e71-9339-626c37ad1a8e", +Cell[20254, 535, 235, 6, 70, "Input",ExpressionUUID->"8fd6b8e8-8139-4e71-9339-626c37ad1a8e", CellID->1595667798], Cell[CellGroupData[{ -Cell[20467, 541, 360, 8, 70, "Input",ExpressionUUID->"d4edd600-4c24-4945-871b-a2022e81f036", +Cell[20514, 545, 360, 8, 70, "Input",ExpressionUUID->"d4edd600-4c24-4945-871b-a2022e81f036", CellID->1298453540], -Cell[20830, 551, 362, 8, 36, "Output",ExpressionUUID->"60b249d9-493e-4e3f-851a-99b71b0bd9f7", +Cell[20877, 555, 362, 8, 36, "Output",ExpressionUUID->"60b249d9-493e-4e3f-851a-99b71b0bd9f7", CellID->367667582] }, Open ]], -Cell[21207, 562, 237, 6, 70, "Input",ExpressionUUID->"6c8d0026-028b-411f-b45d-3be264450d21", +Cell[21254, 566, 237, 6, 70, "Input",ExpressionUUID->"6c8d0026-028b-411f-b45d-3be264450d21", CellID->627539132], -Cell[21447, 570, 191, 4, 70, "ExampleText",ExpressionUUID->"63acf412-e126-4484-8a8d-b3661af817f8", +Cell[21494, 574, 191, 4, 70, "ExampleText",ExpressionUUID->"63acf412-e126-4484-8a8d-b3661af817f8", CellID->1761920157], Cell[CellGroupData[{ -Cell[21663, 578, 185, 3, 70, "Input",ExpressionUUID->"a636dd97-bc8a-414b-a2af-f53e9679b85b", +Cell[21710, 582, 185, 3, 70, "Input",ExpressionUUID->"a636dd97-bc8a-414b-a2af-f53e9679b85b", CellID->537014648], -Cell[21851, 583, 174, 4, 36, "Output",ExpressionUUID->"b2aa3c30-050e-4b06-89ca-0f7d0d93f022", +Cell[21898, 587, 174, 4, 36, "Output",ExpressionUUID->"b2aa3c30-050e-4b06-89ca-0f7d0d93f022", CellID->1786536885] }, Open ]], -Cell[22040, 590, 246, 4, 70, "ExampleText",ExpressionUUID->"c1a2cc4d-6df4-4e45-a4c9-4bfef97a0265", +Cell[22087, 594, 246, 4, 70, "ExampleText",ExpressionUUID->"c1a2cc4d-6df4-4e45-a4c9-4bfef97a0265", CellID->1129205288], Cell[CellGroupData[{ -Cell[22311, 598, 185, 3, 70, "Input",ExpressionUUID->"1e00a7bf-aa9e-49c1-8ca3-b264ab26edb3", +Cell[22358, 602, 185, 3, 70, "Input",ExpressionUUID->"1e00a7bf-aa9e-49c1-8ca3-b264ab26edb3", CellID->504088921], Cell[CellGroupData[{ -Cell[22521, 605, 224, 3, 70, "Print",ExpressionUUID->"af57e4c6-6032-49c7-9ea5-a75f3459ced0", +Cell[22568, 609, 224, 3, 70, "Print",ExpressionUUID->"af57e4c6-6032-49c7-9ea5-a75f3459ced0", CellID->1797614614], -Cell[22748, 610, 199, 3, 70, "Print",ExpressionUUID->"57286d4b-c3a3-4b5f-92b8-3b7974af4d87", +Cell[22795, 614, 199, 3, 70, "Print",ExpressionUUID->"57286d4b-c3a3-4b5f-92b8-3b7974af4d87", CellID->1973289034], -Cell[22950, 615, 222, 3, 70, "Print",ExpressionUUID->"dc8b63cd-8cf7-4eb5-be91-8f46b921c08d", +Cell[22997, 619, 222, 3, 70, "Print",ExpressionUUID->"dc8b63cd-8cf7-4eb5-be91-8f46b921c08d", CellID->1782941377] }, Open ]], -Cell[23187, 621, 161, 3, 36, "Output",ExpressionUUID->"c7a748f7-1db5-43cf-a0f5-07cf6c5eafa8", +Cell[23234, 625, 161, 3, 36, "Output",ExpressionUUID->"c7a748f7-1db5-43cf-a0f5-07cf6c5eafa8", CellID->1502969868] }, Open ]], -Cell[23363, 627, 137, 1, 70, "ExampleText",ExpressionUUID->"3205824e-92c3-40bf-befe-303b72527dec", +Cell[23410, 631, 137, 1, 70, "ExampleText",ExpressionUUID->"3205824e-92c3-40bf-befe-303b72527dec", CellID->882558789], Cell[CellGroupData[{ -Cell[23525, 632, 168, 3, 70, "Input",ExpressionUUID->"c6b360d5-5e69-4bd5-af85-6c867c05075d", +Cell[23572, 636, 168, 3, 70, "Input",ExpressionUUID->"c6b360d5-5e69-4bd5-af85-6c867c05075d", CellID->1510670120], -Cell[23696, 637, 161, 3, 36, "Output",ExpressionUUID->"5672ce50-1e74-4da9-845b-0a27d12e387e", +Cell[23743, 641, 161, 3, 36, "Output",ExpressionUUID->"5672ce50-1e74-4da9-845b-0a27d12e387e", CellID->1754437754] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24146, 653, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"1209cf5c-b51e-4acc-bf2d-841cb41fbcdb"], +Cell[29598, 803, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1c2c091d-cce5-44eb-9d36-3dbc86d70f27"], +Cell[30271, 823, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"46515c33-4429-4468-85a4-33473f566f50"], +Cell[31307, 851, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"dccd9f23-f751-4e56-bfb5-7700de86232a"], Cell[CellGroupData[{ -Cell[24121, 651, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"782b6dbb-6f75-44c0-b6d6-a8d0368e4979"], -Cell[29573, 801, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fcabd1fb-86e4-4769-b9f5-e0c4b628edd3"] -}, Open ]], -Cell[30258, 822, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"839af8a9-3e9d-4a57-b52b-a6872a88fc2b"], -Cell[31294, 850, 2231, 63, 70, "RelatedLinksSection",ExpressionUUID->"bb085dac-b6fe-44d1-8b4f-47d33b16bdd6"], -Cell[CellGroupData[{ -Cell[33550, 917, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ca0cb0c4-9c2e-4e95-99a7-05b404843b1d", +Cell[33563, 918, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ca0cb0c4-9c2e-4e95-99a7-05b404843b1d", CellID->174251628], -Cell[33690, 920, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"adb6dea7-401a-4e39-8710-839c0b44aa95", +Cell[33703, 921, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"adb6dea7-401a-4e39-8710-839c0b44aa95", CellID->1194386356], -Cell[33912, 926, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"409763f8-90a5-4a35-b4cc-eacd62402119", +Cell[33925, 927, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"409763f8-90a5-4a35-b4cc-eacd62402119", CellID->1641706272], -Cell[34127, 931, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b1421cf-3f00-43fe-bef2-17b3d4b1289f", +Cell[34140, 932, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7b1421cf-3f00-43fe-bef2-17b3d4b1289f", CellID->399251956], -Cell[34356, 937, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a830785b-1b25-4c7a-8084-e874ab99d9be", +Cell[34369, 938, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a830785b-1b25-4c7a-8084-e874ab99d9be", CellID->821434655] }, Open ]], -Cell[34593, 943, 78, 0, 70, "FooterCell",ExpressionUUID->"b94dac9a-c1f5-4a0b-ac49-3a52477a5f84"] +Cell[34606, 944, 78, 0, 70, "FooterCell",ExpressionUUID->"90909697-4945-4ab2-a430-981f0f7d902d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StrongEpsCore2d.nb b/Documentation/English/ReferencePages/Symbols/StrongEpsCore2d.nb index 3b99b37..2567793 100644 --- a/Documentation/English/ReferencePages/Symbols/StrongEpsCore2d.nb +++ b/Documentation/English/ReferencePages/Symbols/StrongEpsCore2d.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 73338, 1798] -NotebookOptionsPosition[ 62738, 1591] -NotebookOutlinePosition[ 64930, 1646] -CellTagsIndexPosition[ 64844, 1641] +NotebookDataLength[ 73351, 1799] +NotebookOptionsPosition[ 62767, 1594] +NotebookOutlinePosition[ 64976, 1649] +CellTagsIndexPosition[ 64890, 1644] WindowTitle->StrongEpsCore2d WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d09218d8-4ee6-454e-93e4-055ab9753354"], + "97de6db8-1ae0-4c89-9b19-c1371ec2aea8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "01c04097-a11c-4f26-9579-633d3cd1acf6"], + "043cd083-a1d4-4251-b300-479b16234958"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5c2355e6-1498-4755-891e-a8dc1f2668cd"] - }],ExpressionUUID->"7094c3d7-090f-4a66-9e4e-0f1ed82b0fc5"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore3dV6"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "1b873906-a89e-46df-9129-e77d7592762e"] + }],ExpressionUUID->"7a9554fc-47b8-459e-b69c-5a7c51c67c15"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0a81de83-da13-47ca-8458-d32411d9b266"], + "218e2efe-f9a5-4f4d-99c1-953c70fd242b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c1458816-c41f-4e49-b88a-3c1ab3e7797f"] - }],ExpressionUUID->"95d473a6-ba1c-455e-a669-7902639f6a81"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fc813e0b-d674-44a9-88af-ce5d231722b8"] + }],ExpressionUUID->"5f4e3be1-3918-4ec0-b717-1e5e1161a991"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ff14b8b6-95d0-405f-ab6f-8576f58b175d"], + "e5d4e7d3-1018-4f15-a7d4-63f90ac8d1c5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "34d8b7f3-e856-4670-9297-09c7a9e42640"] - }],ExpressionUUID->"c6a6b871-b04d-4d41-a362-89f4c3be95ad"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bbbedc64-8d03-4d19-80bc-841ae8151e45"] + }],ExpressionUUID->"1da77086-fb38-4ab1-88aa-dedf0e4e32ac"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "36c14a9d-e66d-41f0-bb4b-82b74be1c4e6"], + "15467825-9aca-415a-b17e-e65ebf80d879"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "303abf5c-8c65-4f47-a312-51974fa393aa"] - }],ExpressionUUID->"1fa236f1-c68f-4f34-966f-9c172b408176"], - StripOnInput->False], {"\<\"TUG/ref/StrongEpsCore2d\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StrongEpsCore2d"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "412a7a74-19d7-4192-a7ef-253bf9084087"] + }],ExpressionUUID->"1c22f741-0790-4880-bf30-f35bfec96bed"], + StripOnInput->False],{ + "\"TUG/ref/StrongEpsCore2d\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StrongEpsCore2d"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StrongEpsCore2d.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$189467], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StrongEpsCore2d" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$204553], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StrongEpsCore2d" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb2995d1-c5a9-4ded-8633-ddfc81bcf94f"] + "035781bc-eef9-470b-852d-35d6d9679782"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bd84cb16-b08b-416e-9f0b-c68f6a8dc5de"]} + "5f96fafb-b527-4095-98b5-c488bd953e9e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3e31b70d-3c49-4f17-a9f2-d08986760728"], + CellID->1,ExpressionUUID->"308b7f65-65cd-4797-82f1-32c5dfae8b5b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ffdef15d-365b-4b27-b2e2-17bf61f6e226"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"636df574-d658-416f-8938-550abb74b7d2"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StrongEpsCore2d", "ObjectName",ExpressionUUID-> - "c573dbd0-c645-4afc-ac8d-9e2c58c5a237"], + "074ea4af-4fd2-4bd0-b8e4-420b0cd0c73c"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"cd1cf6e0-5ce9-40a6-af02-603f6fcd95cf"], + "Spacer1"]],ExpressionUUID->"6c75ca19-78d2-4faf-a03a-11a999feb765"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "da619481-cf08-4cd7-aa13-16c0d5e47f14"] - }],ExpressionUUID->"67de806b-bf4f-48d1-bf11-465eaac2140b"], Cell[BoxData[ + "4996eeb4-3cca-4119-847f-576d165e485d"] + }],ExpressionUUID->"51f6f3e9-2d4c-4844-8d02-b38d32da2863"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "80cd01fa-44d7-4838-86b1-02db0bf0339f"]} + "5c0cbb5d-802d-4f43-b154-af084961d468"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1d72f072-e721-4299-b178-399dff0528ac"], + CacheGraphics->False,ExpressionUUID->"2a0032d6-2773-405f-8916-b6cdfe0339f0"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "4996900e-6f8e-4791-a18e-9ce448c67893"], " \[LineSeparator]plots the strong epsilon core of a three person \ game." - }],ExpressionUUID->"d42301a2-189e-4bef-ac83-90aece9738a0"]}, + }],ExpressionUUID->"5b0eb58f-7ea3-4926-b116-19eeb59d1161"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"StrongEpsCore2d", "[", @@ -247,7 +252,7 @@ game." "eb114c9c-ebee-4536-bf37-80fc35e2d306"], " \[LineSeparator]by option set, the size as well as the plotted epsilon \ core can be changed." - }],ExpressionUUID->"abee9189-52d4-42ac-b2e5-1c93b57b8db1"]} + }],ExpressionUUID->"a02bc775-8c9d-4fa9-b441-dfc518be3c1b"]} }]], "Usage", CellID->811135533,ExpressionUUID->"58d660fa-bc86-4e57-81ca-8036506b2f15"] }, Open ]], @@ -280,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"82d8b5e1-27de-4927-aa0b-c52e47534b07"], + ExpressionUUID->"3162a022-0277-4f2d-adb8-32d50f6eb577"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f05b0d8a-46d6-4bdb-9d8b-1993c2e0c3f0"], + "Spacer1"]],ExpressionUUID->"c5c16942-4ff5-4b50-aa26-6f1db50befb6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6e69f6a5-ad61-4c06-ad72-d444f4403223"], + }], "NotesFrameText",ExpressionUUID->"8d48a197-3948-4c14-8925-b31bda0d2f95"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -296,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"d68086ae-a324-48b8-a156-c1e617374201"]], \ + "Preemptive"]],ExpressionUUID->"b6469015-96c7-46fd-a3af-79fbf08aac96"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1926993682,ExpressionUUID->"fd8a2b9b-662d-4e04-a63e-0cf07ab0a05c"], + CellID->1323480705,ExpressionUUID->"b0532146-da62-4e28-b28c-bad0dc9b5252"], Cell[TextData[{ "The input expression ", @@ -386,7 +391,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "39cb4c68-8de3-45c0-a5bf-d4d4fa3656bd"], + "58a0115a-e416-42a9-aa0c-53e999a9acd2"], TemplateBox[{ Cell[ TextData["EpsilonValue"]], "paclet:TUG/ref/EpsilonValue", @@ -403,7 +408,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9dd47acf-7250-4784-82ed-736169abe241"], + "24d68412-5aa0-4bf2-b120-abfe89879cdb"], TemplateBox[{ Cell[ TextData["FigureSize"]], "paclet:TUG/ref/FigureSize", @@ -420,7 +425,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9e821307-423c-4a21-9efe-193da2380219"], + "f407c142-fb73-4a3a-bc71-de3c58a72850"], TemplateBox[{ Cell[ TextData["Labeling"]], "paclet:TUG/ref/Labeling", "TUG Package Symbol"}, @@ -516,19 +521,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"29a191c7-1653-4144-8def-b00178776da3"], + ExpressionUUID->"64cc04ec-fc97-456f-80d5-cb7048b7109b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cdd8a4eb-cfb1-49d5-bc92-7dde7b98d894"], + "Spacer1"]],ExpressionUUID->"7c98baf8-efe9-4dfe-98f2-00e800cd2f8f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a3ac6a3c-7fe0-4a4d-b77f-94698c18ffeb"] + "f28f190d-8298-42a0-9876-08e33f39df85"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1467635905,ExpressionUUID->"dcf02ae8-fc2c-4bc4-9476-0617fc3e2d80"], + CellID->724545895,ExpressionUUID->"dfaae6ca-952e-450d-92ad-0f499c2e250d"], Cell[CellGroupData[{ @@ -557,18 +562,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"52aa3d19-9208-46e1-9983-b4d1edc5b926"], + ExpressionUUID->"aa32442a-88fb-4e95-b6b0-f35b8fa34e80"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0069b25d-562d-4067-87d4-5beee9baa2ee"], + "Spacer1"]],ExpressionUUID->"b22531a9-bb7e-4c4d-a405-dc5364a8d0ef"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "bea7e7a9-a3b3-48d6-bbbc-614ae7228d90"] + "c6590d9e-f68b-4e1b-b543-95c03fc6a6a1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->439997930,ExpressionUUID->"f560ba0a-bd99-4c14-877a-87e851303319"], + CellID->2033744575,ExpressionUUID->"4c89d9d4-c3fe-4dd6-bf04-7a633de76e63"], Cell["Loading the package:", "ExampleText", CellID->1691533792,ExpressionUUID->"34b172b0-7dac-4652-a211-bfff95f308e9"], @@ -1136,7 +1141,8 @@ Cell[BoxData[ PointBox[NCache[{ Rational[-75, 2] 3^Rational[1, 2], Rational[ 155, 2]}, {-64.9519052838329, 77.5}]], - PointBox[NCache[{Rational[35, 2] 3^Rational[1, 2], Rational[-175, 2]}, { + PointBox[ + NCache[{Rational[35, 2] 3^Rational[1, 2], Rational[-175, 2]}, { 30.31088913245535, -87.5}]]}, {InsetBox[ RowBox[{"{", RowBox[{ @@ -1292,8 +1298,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1441,15 +1445,15 @@ Cell[BoxData[GridBox[{ "841413b0-1337-4044-a243-ab1a7dd4890b"] }], "SeeAlso",ExpressionUUID->"8e6891ce-0657-4f4e-9769-1d5885f98bd8"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0cc16218-ec09-4a57-8009-\ -8b440894fa2f"], + }]], "SeeAlsoSection",ExpressionUUID->"e16f26c8-7dc1-479a-8a68-\ +be34199b449d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1461,9 +1465,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"bb7acc22-ec91-4416-8d5b-e627afb1de97"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2f1664e6-49a6-4ace-9d6e-\ -b58b2ab98334"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3706bd04-e8bd-4284-9001-\ +c47c19ad4b7b"], Cell[BoxData[GridBox[{ { @@ -1480,7 +1483,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f6a73e10-9514-4453-b00b-fde56a75be47"]}]}, + "85f9c001-a7e4-4678-b77a-57328e8643f1"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1488,10 +1491,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a50754f1-6b6a-4753-8987-67ebfae508ac"]}]} + "5c117b89-b3b0-4587-bec2-3d24a62142a9"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"277055fa-13b5-46be-ba3e-\ -12e9fa836561"], + }]], "MoreAboutSection",ExpressionUUID->"bb7fff7e-7964-4c01-bd8c-\ +1d1f69732fd8"], Cell[BoxData[GridBox[{ { @@ -1519,7 +1522,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fcce44cf-7d0b-41f9-b459-9f20644bbe3a"]], "RelatedLinks", + "0557bb78-9534-4639-a812-dc1d8b22196d"]], "RelatedLinks", ExpressionUUID->"0b715f0d-0677-4bac-8ca0-b1a1e143f95e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1536,7 +1539,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "42257909-d6d8-4b97-8141-6f380ed23697"]], "RelatedLinks", + "c17c1e65-df19-456a-9cd8-15e053513862"]], "RelatedLinks", ExpressionUUID->"96bd988c-9373-42d7-9c56-bd8aa63a8450"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1553,11 +1556,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7cb0107-793e-440c-bcdb-ea6ab1edd2ae"]], "RelatedLinks", + "3ff72887-385f-4d78-9a38-e932fe9ae091"]], "RelatedLinks", ExpressionUUID->"a939315c-9a50-4cbb-8b81-7dedcfc9878c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ffc4416b-08d8-4f5f-a1a8-\ -fdfde0858502"], + }]], "RelatedLinksSection",ExpressionUUID->"cc6472fb-13db-4bba-ae28-\ +3597155b6b8e"], Cell[CellGroupData[{ @@ -1587,11 +1590,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8f4a7f99-0486-489d-b5bc-c004deee4880"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9210edec-ba99-4183-9d03-cbb600552c39"] +Cell[" ", "FooterCell",ExpressionUUID->"b18bcf52-3a3c-4f50-a8af-2f7c98480669"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StrongEpsCore2d", TaggingRules->{ @@ -1602,7 +1605,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 16.033342}", + "built" -> "{2024, 6, 3, 16, 55, 50.012806}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1610,11 +1613,11 @@ TaggingRules->{ "StrongEpsCore2d[game] plots the strong epsilon core of a three person \ game. StrongEpsCore2d[game, options] by option set, the size as well as the \ plotted epsilon core can be changed.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "StrongEpsCore2d", "titlemodifier" -> "", "windowtitle" -> - "StrongEpsCore2d", "type" -> "Symbol", "uri" -> + "title" -> "StrongEpsCore2d", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "StrongEpsCore2d", "type" -> "Symbol", "uri" -> "TUG/ref/StrongEpsCore2d"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1623,9 +1626,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9114beeb-ccba-4d3a-99ab-97586989db34" +ExpressionUUID->"0455735f-e88d-485c-8a58-31d31108382a" ] (* End of Notebook Content *) @@ -1633,173 +1636,171 @@ ExpressionUUID->"9114beeb-ccba-4d3a-99ab-97586989db34" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18582, 493, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dcf02ae8-fc2c-4bc4-9476-0617fc3e2d80", + Cell[18638, 498, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dfaae6ca-952e-450d-92ad-0f499c2e250d", CellTags->"PrimaryExamplesSection", - CellID->1467635905]} + CellID->724545895]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 64643, 1634} + {"PrimaryExamplesSection", 64690, 1637} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7125, 168, 56, "AnchorBarGrid",ExpressionUUID->"3e31b70d-3c49-4f17-a9f2-d08986760728", +Cell[587, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"308b7f65-65cd-4797-82f1-32c5dfae8b5b", CellID->1], -Cell[7715, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ffdef15d-365b-4b27-b2e2-17bf61f6e226"], +Cell[7771, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"636df574-d658-416f-8938-550abb74b7d2"], Cell[CellGroupData[{ -Cell[7826, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"1d72f072-e721-4299-b178-399dff0528ac"], -Cell[9118, 232, 887, 19, 187, "Usage",ExpressionUUID->"58d660fa-bc86-4e57-81ca-8036506b2f15", +Cell[7882, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"2a0032d6-2773-405f-8916-b6cdfe0339f0"], +Cell[9174, 237, 887, 19, 186, "Usage",ExpressionUUID->"58d660fa-bc86-4e57-81ca-8036506b2f15", CellID->811135533] }, Open ]], Cell[CellGroupData[{ -Cell[10042, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"fd8a2b9b-662d-4e04-a63e-0cf07ab0a05c", +Cell[10098, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"b0532146-da62-4e28-b28c-bad0dc9b5252", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1926993682], -Cell[11940, 305, 518, 12, 57, "]]",ExpressionUUID->"32ccfc54-4bc6-4305-96d4-ff4043940213", + CellID->1323480705], +Cell[11996, 310, 518, 12, 57, "]]",ExpressionUUID->"32ccfc54-4bc6-4305-96d4-ff4043940213", CellID->313448337], -Cell[12461, 319, 489, 12, 37, "Notes",ExpressionUUID->"d00d49a1-9eae-4bf8-af5c-a09521ea8694", +Cell[12517, 324, 489, 12, 38, "Notes",ExpressionUUID->"d00d49a1-9eae-4bf8-af5c-a09521ea8694", CellID->177724765], -Cell[12953, 333, 229, 4, 36, "Notes",ExpressionUUID->"1f043062-ae00-46b3-8046-d2721be594a6", +Cell[13009, 338, 229, 4, 36, "Notes",ExpressionUUID->"1f043062-ae00-46b3-8046-d2721be594a6", CellID->1146547925], -Cell[13185, 339, 215, 6, 36, "Notes",ExpressionUUID->"d92673d7-7f51-4178-bb60-2d01cb33fd89", +Cell[13241, 344, 215, 6, 36, "Notes",ExpressionUUID->"d92673d7-7f51-4178-bb60-2d01cb33fd89", CellID->472271160], -Cell[13403, 347, 435, 8, 78, "Notes",ExpressionUUID->"5ea9131a-4177-4f3e-93b1-552d36da96f6", +Cell[13459, 352, 435, 8, 78, "Notes",ExpressionUUID->"5ea9131a-4177-4f3e-93b1-552d36da96f6", CellID->1861120154], -Cell[13841, 357, 606, 18, 37, "Notes",ExpressionUUID->"4793094b-f430-4497-aaeb-b74d1ad5787a", +Cell[13897, 362, 606, 18, 38, "Notes",ExpressionUUID->"4793094b-f430-4497-aaeb-b74d1ad5787a", CellID->968961496], -Cell[14450, 377, 145, 1, 36, "Notes",ExpressionUUID->"070560d0-977b-4983-95bb-fd922f03ace5", +Cell[14506, 382, 145, 1, 36, "Notes",ExpressionUUID->"070560d0-977b-4983-95bb-fd922f03ace5", CellID->780335458], -Cell[14598, 380, 267, 4, 49, "Notes",ExpressionUUID->"7c3b6f42-0cb7-4819-aa87-3f77e3273e21", +Cell[14654, 385, 267, 4, 48, "Notes",ExpressionUUID->"7c3b6f42-0cb7-4819-aa87-3f77e3273e21", CellID->13178], -Cell[14868, 386, 657, 15, 40, "3ColumnTableMod",ExpressionUUID->"518e4a8c-9f71-4923-aaf1-99df77b5a78a", +Cell[14924, 391, 657, 15, 41, "3ColumnTableMod",ExpressionUUID->"518e4a8c-9f71-4923-aaf1-99df77b5a78a", CellID->905939132], -Cell[15528, 403, 649, 15, 40, "3ColumnTableMod",ExpressionUUID->"6924bb03-0323-482d-9d76-8d6097166914", +Cell[15584, 408, 649, 15, 41, "3ColumnTableMod",ExpressionUUID->"6924bb03-0323-482d-9d76-8d6097166914", CellID->11156], -Cell[16180, 420, 792, 19, 40, "3ColumnTableMod",ExpressionUUID->"a8f523f3-d3bf-4c1b-a5df-666e5513d585", +Cell[16236, 425, 792, 19, 41, "3ColumnTableMod",ExpressionUUID->"a8f523f3-d3bf-4c1b-a5df-666e5513d585", CellID->2111208143], -Cell[16975, 441, 499, 14, 70, "Notes",ExpressionUUID->"8fe95ede-28de-4d59-9040-b1bcf33235c5", +Cell[17031, 446, 499, 14, 70, "Notes",ExpressionUUID->"8fe95ede-28de-4d59-9040-b1bcf33235c5", CellID->2041037989], -Cell[17477, 457, 485, 14, 70, "Notes",ExpressionUUID->"2179a8bc-425e-4150-93b1-0e09bc7fa4fa", +Cell[17533, 462, 485, 14, 70, "Notes",ExpressionUUID->"2179a8bc-425e-4150-93b1-0e09bc7fa4fa", CellID->282211233], -Cell[17965, 473, 490, 14, 70, "Notes",ExpressionUUID->"1a55b7b2-c7c9-4188-8613-7f3c0d37d886", +Cell[18021, 478, 490, 14, 70, "Notes",ExpressionUUID->"1a55b7b2-c7c9-4188-8613-7f3c0d37d886", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18582, 493, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dcf02ae8-fc2c-4bc4-9476-0617fc3e2d80", +Cell[18638, 498, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"dfaae6ca-952e-450d-92ad-0f499c2e250d", CellTags->"PrimaryExamplesSection", - CellID->1467635905], + CellID->724545895], Cell[CellGroupData[{ -Cell[20028, 534, 1398, 36, 70, "ExampleSection",ExpressionUUID->"f560ba0a-bd99-4c14-877a-87e851303319", - CellID->439997930], -Cell[21429, 572, 119, 1, 70, "ExampleText",ExpressionUUID->"34b172b0-7dac-4652-a211-bfff95f308e9", +Cell[20083, 539, 1399, 36, 70, "ExampleSection",ExpressionUUID->"4c89d9d4-c3fe-4dd6-bf04-7a633de76e63", + CellID->2033744575], +Cell[21485, 577, 119, 1, 70, "ExampleText",ExpressionUUID->"34b172b0-7dac-4652-a211-bfff95f308e9", CellID->1691533792], Cell[CellGroupData[{ -Cell[21573, 577, 168, 3, 70, "Input",ExpressionUUID->"18fdccdc-5e2d-4803-811a-4008614b1ea3", +Cell[21629, 582, 168, 3, 70, "Input",ExpressionUUID->"18fdccdc-5e2d-4803-811a-4008614b1ea3", CellID->1408378962], Cell[CellGroupData[{ -Cell[21766, 584, 236, 4, 70, "Print",ExpressionUUID->"3b3a8d4a-4980-45a5-aace-e3f1131c6bfb", +Cell[21822, 589, 236, 4, 70, "Print",ExpressionUUID->"3b3a8d4a-4980-45a5-aace-e3f1131c6bfb", CellID->1189641385], -Cell[22005, 590, 364, 8, 70, "Print",ExpressionUUID->"826da419-4ead-4f69-b8af-5e661a74882f", +Cell[22061, 595, 364, 8, 70, "Print",ExpressionUUID->"826da419-4ead-4f69-b8af-5e661a74882f", CellID->757307493], -Cell[22372, 600, 236, 4, 70, "Print",ExpressionUUID->"0eec5bf8-1f2b-4641-b239-61011472f802", +Cell[22428, 605, 236, 4, 70, "Print",ExpressionUUID->"0eec5bf8-1f2b-4641-b239-61011472f802", CellID->1618742144], -Cell[22611, 606, 220, 3, 70, "Print",ExpressionUUID->"1a3cfec1-e7bc-4d89-9384-3d056da0e6bf", +Cell[22667, 611, 220, 3, 70, "Print",ExpressionUUID->"1a3cfec1-e7bc-4d89-9384-3d056da0e6bf", CellID->1343330732], -Cell[22834, 611, 207, 3, 70, "Print",ExpressionUUID->"78b641ab-7919-4b38-9c15-a459bc849057", +Cell[22890, 616, 207, 3, 70, "Print",ExpressionUUID->"78b641ab-7919-4b38-9c15-a459bc849057", CellID->1535668950], -Cell[23044, 616, 236, 4, 70, "Print",ExpressionUUID->"b2c3d8ea-5d98-4726-9370-c1d3dfc19c48", +Cell[23100, 621, 236, 4, 70, "Print",ExpressionUUID->"b2c3d8ea-5d98-4726-9370-c1d3dfc19c48", CellID->577888228], -Cell[23283, 622, 219, 3, 70, "Print",ExpressionUUID->"3690fbfd-7784-44de-ba1d-03e0d193a89e", +Cell[23339, 627, 219, 3, 70, "Print",ExpressionUUID->"3690fbfd-7784-44de-ba1d-03e0d193a89e", CellID->826762364], -Cell[23505, 627, 236, 4, 70, "Print",ExpressionUUID->"4dc442b2-5237-4f6e-a041-7d80219dd824", +Cell[23561, 632, 236, 4, 70, "Print",ExpressionUUID->"4dc442b2-5237-4f6e-a041-7d80219dd824", CellID->1191382880], -Cell[23744, 633, 236, 4, 70, "Print",ExpressionUUID->"12c6c956-de9b-4d63-ac41-77e9f51c8d95", +Cell[23800, 638, 236, 4, 70, "Print",ExpressionUUID->"12c6c956-de9b-4d63-ac41-77e9f51c8d95", CellID->1731450765], -Cell[23983, 639, 205, 3, 70, "Print",ExpressionUUID->"b3d84f3a-e2a6-413e-bb59-daa5aadd86c0", +Cell[24039, 644, 205, 3, 70, "Print",ExpressionUUID->"b3d84f3a-e2a6-413e-bb59-daa5aadd86c0", CellID->14511935], -Cell[24191, 644, 236, 4, 70, "Print",ExpressionUUID->"e74aaaae-9191-403b-a541-925c93a685aa", +Cell[24247, 649, 236, 4, 70, "Print",ExpressionUUID->"e74aaaae-9191-403b-a541-925c93a685aa", CellID->1756260887] }, Open ]] }, Open ]], -Cell[24454, 652, 137, 1, 70, "ExampleText",ExpressionUUID->"e5ff92fc-e1b5-4c97-b5d6-fa9e84efe241", +Cell[24510, 657, 137, 1, 70, "ExampleText",ExpressionUUID->"e5ff92fc-e1b5-4c97-b5d6-fa9e84efe241", CellID->675933554], -Cell[24594, 655, 224, 6, 70, "Input",ExpressionUUID->"06a71e5b-bc12-4b1d-b10b-815f1f32cca6", +Cell[24650, 660, 224, 6, 70, "Input",ExpressionUUID->"06a71e5b-bc12-4b1d-b10b-815f1f32cca6", CellID->690598069], -Cell[24821, 663, 309, 8, 70, "Input",ExpressionUUID->"43528dc5-38c0-4103-b3c5-987f69f4f527", +Cell[24877, 668, 309, 8, 70, "Input",ExpressionUUID->"43528dc5-38c0-4103-b3c5-987f69f4f527", CellID->1902837319], -Cell[25133, 673, 238, 6, 70, "Input",ExpressionUUID->"85dc5235-f769-4688-b680-0a446276cc69", +Cell[25189, 678, 238, 6, 70, "Input",ExpressionUUID->"85dc5235-f769-4688-b680-0a446276cc69", CellID->1148204714], -Cell[25374, 681, 190, 4, 70, "ExampleText",ExpressionUUID->"1442a8f0-e11e-4657-8ca8-0c83d9b3b18e", +Cell[25430, 686, 190, 4, 70, "ExampleText",ExpressionUUID->"1442a8f0-e11e-4657-8ca8-0c83d9b3b18e", CellID->692748708], Cell[CellGroupData[{ -Cell[25589, 689, 173, 3, 70, "Input",ExpressionUUID->"8def9a7f-bdcf-49dc-a7c6-1f401f191943", +Cell[25645, 694, 173, 3, 70, "Input",ExpressionUUID->"8def9a7f-bdcf-49dc-a7c6-1f401f191943", CellID->1616473825], -Cell[25765, 694, 333, 8, 36, "Output",ExpressionUUID->"b0a46ee4-00b0-41ad-93d3-86e0f860d0f9", +Cell[25821, 699, 333, 8, 36, "Output",ExpressionUUID->"b0a46ee4-00b0-41ad-93d3-86e0f860d0f9", CellID->1513322457] }, Open ]], -Cell[26113, 705, 183, 3, 70, "ExampleText",ExpressionUUID->"256dae6d-2344-4241-9523-315a432875ea", +Cell[26169, 710, 183, 3, 70, "ExampleText",ExpressionUUID->"256dae6d-2344-4241-9523-315a432875ea", CellID->2023065984], Cell[CellGroupData[{ -Cell[26321, 712, 200, 4, 70, "Input",ExpressionUUID->"089194bf-a37f-469d-a79f-4f69d2c54a3c", +Cell[26377, 717, 200, 4, 70, "Input",ExpressionUUID->"089194bf-a37f-469d-a79f-4f69d2c54a3c", CellID->1661710205], -Cell[26524, 718, 4685, 100, 454, "Output",ExpressionUUID->"a2f34ab8-c9e4-4d9c-b475-335d1f9da75d", +Cell[26580, 723, 4685, 100, 455, "Output",ExpressionUUID->"a2f34ab8-c9e4-4d9c-b475-335d1f9da75d", CellID->1277329519] }, Open ]], -Cell[31224, 821, 173, 3, 70, "ExampleText",ExpressionUUID->"7d975ebf-2d60-41c7-bdc7-acf49b5b0143", +Cell[31280, 826, 173, 3, 70, "ExampleText",ExpressionUUID->"7d975ebf-2d60-41c7-bdc7-acf49b5b0143", CellID->2062330365], Cell[CellGroupData[{ -Cell[31422, 828, 270, 6, 70, "Input",ExpressionUUID->"6f7e506a-8e50-4fa2-a445-2aa26b9ee230", +Cell[31478, 833, 270, 6, 70, "Input",ExpressionUUID->"6f7e506a-8e50-4fa2-a445-2aa26b9ee230", CellID->655917794], -Cell[31695, 836, 3696, 77, 442, "Output",ExpressionUUID->"fd2cc599-aea7-4201-a2b7-56214d717849", +Cell[31751, 841, 3696, 77, 442, "Output",ExpressionUUID->"fd2cc599-aea7-4201-a2b7-56214d717849", CellID->346465760] }, Open ]], -Cell[35406, 916, 161, 2, 70, "ExampleText",ExpressionUUID->"7b4508bc-4ef2-4f90-be04-cf4adac95318", +Cell[35462, 921, 161, 2, 70, "ExampleText",ExpressionUUID->"7b4508bc-4ef2-4f90-be04-cf4adac95318", CellID->1970631938], Cell[CellGroupData[{ -Cell[35592, 922, 266, 6, 70, "Input",ExpressionUUID->"c50d7ce2-ed13-402a-b66b-ebd138de5ae2", +Cell[35648, 927, 266, 6, 70, "Input",ExpressionUUID->"c50d7ce2-ed13-402a-b66b-ebd138de5ae2", CellID->1525278242], -Cell[35861, 930, 4684, 100, 270, "Output",ExpressionUUID->"59a00aff-fb64-43d3-9b0c-145e1177e80b", +Cell[35917, 935, 4684, 100, 269, "Output",ExpressionUUID->"59a00aff-fb64-43d3-9b0c-145e1177e80b", CellID->439785539] }, Open ]], -Cell[40560, 1033, 227, 4, 70, "ExampleText",ExpressionUUID->"f3a2a7a4-cae0-4d83-9e49-83d62b829e0d", +Cell[40616, 1038, 227, 4, 70, "ExampleText",ExpressionUUID->"f3a2a7a4-cae0-4d83-9e49-83d62b829e0d", CellID->491615364], Cell[CellGroupData[{ -Cell[40812, 1041, 271, 6, 70, "Input",ExpressionUUID->"a90d5b0d-2816-4a52-99f9-bde8e6b865c1", +Cell[40868, 1046, 271, 6, 70, "Input",ExpressionUUID->"a90d5b0d-2816-4a52-99f9-bde8e6b865c1", CellID->103924862], -Cell[41086, 1049, 5569, 119, 498, "Output",ExpressionUUID->"8e429f21-a12c-405a-ab05-757f957a8e5b", +Cell[41142, 1054, 5576, 120, 498, "Output",ExpressionUUID->"8e429f21-a12c-405a-ab05-757f957a8e5b", CellID->352740645] }, Open ]], -Cell[46670, 1171, 212, 4, 70, "ExampleText",ExpressionUUID->"7f681b7e-1d1a-449d-bbd3-75654df79ae8", +Cell[46733, 1177, 212, 4, 70, "ExampleText",ExpressionUUID->"7f681b7e-1d1a-449d-bbd3-75654df79ae8", CellID->343948452], Cell[CellGroupData[{ -Cell[46907, 1179, 293, 7, 70, "Input",ExpressionUUID->"9a8f8a29-fd57-48d3-a7cd-51475e172d43", +Cell[46970, 1185, 293, 7, 70, "Input",ExpressionUUID->"9a8f8a29-fd57-48d3-a7cd-51475e172d43", CellID->1208751581], -Cell[47203, 1188, 4636, 97, 442, "Output",ExpressionUUID->"c5142fc2-303f-49bb-83f5-a5d7522ea595", +Cell[47266, 1194, 4636, 97, 442, "Output",ExpressionUUID->"c5142fc2-303f-49bb-83f5-a5d7522ea595", CellID->236194003] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[52144, 1300, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"e16f26c8-7dc1-479a-8a68-be34199b449d"], +Cell[57632, 1450, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3706bd04-e8bd-4284-9001-c47c19ad4b7b"], +Cell[58305, 1470, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bb7fff7e-7964-4c01-bd8c-1d1f69732fd8"], +Cell[59341, 1498, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"cc6472fb-13db-4bba-ae28-3597155b6b8e"], Cell[CellGroupData[{ -Cell[52103, 1296, 5485, 148, 70, "SeeAlsoSection",ExpressionUUID->"0cc16218-ec09-4a57-8009-8b440894fa2f"], -Cell[57591, 1446, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2f1664e6-49a6-4ace-9d6e-b58b2ab98334"] -}, Open ]], -Cell[58276, 1467, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"277055fa-13b5-46be-ba3e-12e9fa836561"], -Cell[59312, 1495, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"ffc4416b-08d8-4f5f-a1a8-fdfde0858502"], -Cell[CellGroupData[{ -Cell[61612, 1563, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c44c06f8-b661-4e2b-890e-a46947a934ab", +Cell[61641, 1566, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c44c06f8-b661-4e2b-890e-a46947a934ab", CellID->2135167160], -Cell[61753, 1566, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2070f162-ce00-4c26-93f7-16cfda77a6f2", +Cell[61782, 1569, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2070f162-ce00-4c26-93f7-16cfda77a6f2", CellID->1194386356], -Cell[61975, 1572, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1dd50dc6-67dc-4ea7-9f07-b8679322e450", +Cell[62004, 1575, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1dd50dc6-67dc-4ea7-9f07-b8679322e450", CellID->1641706272], -Cell[62190, 1577, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ef81405b-2dfa-446f-8e2f-c6f692676f66", +Cell[62219, 1580, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ef81405b-2dfa-446f-8e2f-c6f692676f66", CellID->399251956], -Cell[62419, 1583, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f4a7f99-0486-489d-b5bc-c004deee4880", +Cell[62448, 1586, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8f4a7f99-0486-489d-b5bc-c004deee4880", CellID->821434655] }, Open ]], -Cell[62656, 1589, 78, 0, 70, "FooterCell",ExpressionUUID->"9210edec-ba99-4183-9d03-cbb600552c39"] +Cell[62685, 1592, 78, 0, 70, "FooterCell",ExpressionUUID->"b18bcf52-3a3c-4f50-a8af-2f7c98480669"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/StrongEpsCore3dV6.nb b/Documentation/English/ReferencePages/Symbols/StrongEpsCore3dV6.nb index 327988b..6234e8d 100644 --- a/Documentation/English/ReferencePages/Symbols/StrongEpsCore3dV6.nb +++ b/Documentation/English/ReferencePages/Symbols/StrongEpsCore3dV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 137026, 3218] -NotebookOptionsPosition[ 120846, 2909] -NotebookOutlinePosition[ 123102, 2966] -CellTagsIndexPosition[ 123015, 2961] +NotebookDataLength[ 137034, 3218] +NotebookOptionsPosition[ 120868, 2911] +NotebookOutlinePosition[ 123143, 2968] +CellTagsIndexPosition[ 123056, 2963] WindowTitle->StrongEpsCore3dV6 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "245a46ab-fd00-4d2a-8ed2-77f5148b0f94"], + "43838af1-b84c-407e-8151-24533c27e7b4"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "77b36ceb-3a57-48d7-938c-014a25cba766"], + "4adeb5ee-c14d-49cf-8b8f-f45a4875f241"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c4d5fbfc-ada6-4c1e-854f-2d0ac18a0ca0"] - }],ExpressionUUID->"db3c3638-9dcd-4e9e-9398-fcbffb44d950"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "e25529b5-3d9a-4fa7-9fdc-e2832cd3e7ab"] + }],ExpressionUUID->"72f49b55-18c0-4ffd-86fa-4db0e877dac4"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "30cf2cd5-7069-4438-a827-e6089af3e75f"], + "099f6f3c-c1e2-4134-9adb-4564196ec285"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "23966f99-eeed-4d3d-84b5-122417240bd8"] - }],ExpressionUUID->"7815ec92-c05e-4801-b5f0-7491d423bb33"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "afd92d50-d8f8-4aaa-8817-86bffe263b9b"] + }],ExpressionUUID->"bf5b045a-b1db-4682-aaaa-8d4f88c104a4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "acc006db-c197-4d3a-99f3-8f38e78f123f"], + "b0f78960-bab8-44fd-a028-2d128c0cc833"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6ee464ad-7676-4ce6-8c43-39dd2c07a80a"] - }],ExpressionUUID->"bf22861b-5798-44ae-9698-239320868643"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "375a4907-3084-412f-b904-fdb983019f11"] + }],ExpressionUUID->"4e51a98e-2232-4e0e-a398-26bc0184c0bf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "85abd8f3-dbaa-4a26-9b5c-ed157df0958e"], + "27f40058-1229-4dc0-b42d-d00fdde381ae"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "448853c1-8e57-4de3-b8c6-08f3775b1ad9"] - }],ExpressionUUID->"455a229b-b7d5-4fa8-b686-6e88f376798a"], - StripOnInput->False], {"\<\"TUG/ref/StrongEpsCore3dV6\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/StrongEpsCore3dV6"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "79a2e343-88bd-48a6-a648-53c4e3ddd498"] + }],ExpressionUUID->"a848570e-daaa-44e5-bcf7-ceab0ac31393"], + StripOnInput->False],{ + "\"TUG/ref/StrongEpsCore3dV6\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/StrongEpsCore3dV6"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ StrongEpsCore3dV6.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$190408], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/StrongEpsCore3dV6" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$205528], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/StrongEpsCore3dV6" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "92236508-ac7a-4ed0-9e15-2dee25fd9726"] + "efb1f058-2547-4611-98df-55dd0e0dd2c2"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "325f0d9a-cf0b-4b6b-a584-8030473fd2a5"]} + "c922ddfa-2229-4d5f-84db-340d1470790a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"d674ed44-afcb-4d4c-bc91-61534a36f6ad"], + CellID->1,ExpressionUUID->"8b79f753-290d-4041-9d8a-ed33b6057609"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"40ac463c-b466-40be-a135-e72dddd3ee79"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"9d6184bb-e6e1-4fd0-85e6-188ab5f70aaf"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "StrongEpsCore3dV6", "ObjectName",ExpressionUUID-> - "449a0e8a-d287-4c87-b174-2f4b4794fe0d"], + "8f344c2c-2636-484d-8f91-6660ca262c39"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"39c40aa0-14fb-4a73-a7a1-29649b5c3968"], + "Spacer1"]],ExpressionUUID->"1a7b7dbe-1204-4e4b-9575-490de9cc5048"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "49fc0aa0-e3b5-4725-87c0-9f884a9977c2"] - }],ExpressionUUID->"39e81761-8a24-4f37-ab06-cb9779f68fec"], Cell[BoxData[ + "5362c708-3095-4163-9761-0b5010af4afa"] + }],ExpressionUUID->"770f26f2-7965-46b4-b996-862207dab5ab"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "357efb0f-81a6-462d-8ec6-fc66e93c23ba"]} + "94a926ba-2efb-4cf9-a014-09e7be9bd1ff"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2e41798a-750e-4a3a-b98e-9eaaeba82969"], + CacheGraphics->False,ExpressionUUID->"5bc60384-22ad-4dc5-9425-623a27ab92de"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "50d96b7c-235d-4b6b-815c-fdf227243cac"], " \[LineSeparator]depicts the skeleton of the strong epsilon core for \ four person games." - }],ExpressionUUID->"11649372-e782-4a83-9748-eec13a0b4ddb"]}, + }],ExpressionUUID->"239eb131-8894-4db8-8d39-5c6e36a15989"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"StrongEpsCore3dV6", "[", @@ -247,7 +252,7 @@ four person games." "8acf4ef7-a6d0-46f3-8c7e-599f19369aa9"], " \[LineSeparator]by option set, the view can be changed, as well as \ several solutions can be added to the graphics." - }],ExpressionUUID->"bf9977bb-d38b-4830-aefa-e44ba149a3b5"]} + }],ExpressionUUID->"9f2427d0-8603-47c8-a415-576f864d96b4"]} }]], "Usage", CellID->444568320,ExpressionUUID->"74f6bc3c-1dbc-4c92-bad3-0dd1b6c170b6"] }, Open ]], @@ -280,12 +285,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"81e76981-e2e9-4709-a187-31f0bd07a224"], + ExpressionUUID->"cb8c8d26-8b20-4e2a-8027-b5e5846ca988"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3e78b640-87ac-43ce-a3ba-13a27e8557c9"], + "Spacer1"]],ExpressionUUID->"9d750325-f776-44ef-bcbc-feb956454913"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b96ec87f-2f45-4800-b5be-bf03783433f9"], + }], "NotesFrameText",ExpressionUUID->"f9e0f76c-a555-4ff4-97ac-5ef967f0b89b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -296,12 +301,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1648665e-ba09-4822-9c6f-21ff7897066e"]], \ + "Preemptive"]],ExpressionUUID->"e9f2eb1d-6334-435c-b7fe-be91414e31e6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2147393732,ExpressionUUID->"0ff4e580-c74e-4e82-96d5-de6fc60cec05"], + CellID->1056122745,ExpressionUUID->"09581cc9-5168-42ba-96ca-ee089394d825"], Cell[TextData[{ "The input expression ", @@ -376,7 +381,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "a1df3fde-a5d8-4b13-be46-9963c626ab70"], + "dcd6ac8c-27b9-4c0d-b131-c77f26bf39d3"], TemplateBox[{ Cell[ TextData["CriticalValue"]], "paclet:TUG/ref/CriticalValue", @@ -389,7 +394,7 @@ nucleolus. Admissible values are 1,2,3,4,5, and 6 to calculates different \ critical values. Here, the first critical values is chosen as the default.\ \>", "TableText",ExpressionUUID->"af5b7432-f6bf-432d-8335-41a7073bedc6"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "3d915c12-14a7-412e-a5b6-9345291ab8a5"], + "a7f16530-fce2-4235-8f8f-4e35c5d552cb"], TemplateBox[{ Cell[ TextData["EpsStrValues"]], "paclet:TUG/ref/EpsStrValues", @@ -401,7 +406,7 @@ do not set a specific epsilon value for a strong-epsilon core. If this value \ is set, CriticalValue will not be used. \ \>", "TableText",ExpressionUUID->"2b5e3594-263c-40a3-bf32-788277d7c0a1"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "9dfdab83-e239-49e5-8b1c-3c4f9d861b4d"], + "634088fb-f20c-45cb-bdc5-fed034e57f10"], TemplateBox[{ Cell[ TextData["KernelCoord"]], "paclet:TUG/ref/KernelCoord", @@ -422,7 +427,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "be0ec0e8-e126-4062-aa29-cce52bde39e9"], + "b21e069d-508f-4461-9a70-9db2f61b06b6"], TemplateBox[{ Cell[ TextData["PayoffCoord"]], "paclet:TUG/ref/PayoffCoord", @@ -433,7 +438,7 @@ Cell[BoxData[GridBox[{ do not use to pass an arbitrary payoff/imputation to the function. \ \>", "TableText",ExpressionUUID->"b9c25d9e-7d38-4410-9c4e-5a69829adcb0"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "df3c4e7e-5761-4e53-be8e-9de0d427bd2b"], + "4fb589c2-cb38-45ad-abf0-f48454c3a12e"], TemplateBox[{ Cell[ TextData["NucleolusCoord"]], "paclet:TUG/ref/NucleolusCoord", @@ -445,7 +450,7 @@ do not use to pass the nucleolus to the function. Selection made by internal \ calculation.\ \>", "TableText",ExpressionUUID->"aec991aa-17dc-4c2a-8232-91a639518779"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "58c43a0d-8dc8-493b-ad82-82d949d47ec5"], + "18788774-aab9-4797-b03c-84adb40fa5c8"], TemplateBox[{ Cell[ TextData["ModiclusCoord"]], "paclet:TUG/ref/ModiclusCoord", @@ -466,7 +471,7 @@ calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "170001d4-c218-41b8-a311-8ec34db5951a"], + "aecbacab-d10f-41f0-bfe3-f90f7d4b9b72"], TemplateBox[{ Cell[ TextData["ShapleyCoord"]], "paclet:TUG/ref/ShapleyCoord", @@ -485,7 +490,7 @@ internal calculation.\ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "dbb993ea-7b8f-430b-a31f-c73b30d7da77"], + "83364a9a-4a95-47d0-9ea3-80c662afc021"], TemplateBox[{ Cell[ TextData["PtRadius"]], "paclet:TUG/ref/PtRadius", "TUG Package Symbol"}, @@ -501,7 +506,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "22fc43d0-81ce-4158-9dc4-972357347f14"], + "b25f286e-0add-437e-b960-ce55222ac022"], TemplateBox[{ Cell[ TextData["PictureSize"]], "paclet:TUG/ref/PictureSize", @@ -520,7 +525,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "6443161f-8033-4d50-b8d3-e3b9a99cf016"], + "221d924e-6033-4f2e-bf85-3dc06556c098"], TemplateBox[{ Cell[ TextData["ShowCore"]], "paclet:TUG/ref/ShowCore", "TUG Package Symbol"}, @@ -536,7 +541,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "582403eb-b651-4117-88da-aef4c7f4574c"], + "1adb63cf-37de-4c56-8c09-42fa63ffe7e4"], TemplateBox[{ Cell[ TextData["ShowImputationSet"]], "paclet:TUG/ref/ShowImputationSet", @@ -553,7 +558,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "300e2eae-74d5-4431-8721-a0d46f940014"], + "950e5228-740f-4830-bab8-b51f145dd4fd"], TemplateBox[{ Cell[ TextData["ShowStrongEpsCore"]], "paclet:TUG/ref/ShowStrongEpsCore", @@ -570,7 +575,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "972258ab-e3ba-4663-b9a2-8cbf678d017a"], + "a7b18e66-9494-47c1-a400-ebe34473873d"], TemplateBox[{ Cell[ TextData["SyncDim"]], "paclet:TUG/ref/SyncDim", "TUG Package Symbol"}, @@ -587,7 +592,7 @@ space. \ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "78489c89-23c2-4f55-9688-b45d4d79b800"], + "2c34150a-1df2-4633-abe5-ff1713a5376d"], TemplateBox[{ Cell[ TextData["ViewKernelSol"]], "paclet:TUG/ref/ViewKernelSol", @@ -604,7 +609,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "82f072c8-51f1-4f13-9ce4-3fb740c93ba8"], + "de38a68b-b7b1-4ab1-b59b-56acc69218ec"], TemplateBox[{ Cell[ TextData["ViewModiclusSol"]], "paclet:TUG/ref/ViewModiclusSol", @@ -621,7 +626,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "67e86292-a380-4434-a3c9-6626399c24ee"], + "bb932149-4d70-4890-9fa0-86d04d9e6314"], TemplateBox[{ Cell[ TextData["ViewNucleolusSol"]], "paclet:TUG/ref/ViewNucleolusSol", @@ -638,7 +643,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "161c9d86-80da-42fe-a6df-6a983a704802"], + "8ca8d4f0-8774-4f16-9828-dbc1d000a805"], TemplateBox[{ Cell[ TextData["ViewPayoffSol"]], "paclet:TUG/ref/ViewPayoffSol", @@ -655,7 +660,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b3653dcc-d33a-4b5b-b9ec-66e3d3e4f1f5"], + "9a8c4b9e-bdcd-41ea-aa19-fd97777795df"], TemplateBox[{ Cell[ TextData["ViewShapleySol"]], "paclet:TUG/ref/ViewShapleySol", @@ -672,7 +677,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "8b4180ba-8784-451c-a8ea-101fa7e920a9"], + "1319c6bd-d66e-4508-8d5f-b65579bdb6e5"], TemplateBox[{ Cell[ TextData["ViewSkel"]], "paclet:TUG/ref/ViewSkel", "TUG Package Symbol"}, @@ -1134,19 +1139,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e02c8753-6469-4103-b973-6f45e2e65e43"], + ExpressionUUID->"47c9a0ab-afd5-4fbd-897f-d98b3113c74b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2fc60a35-ba6f-4766-b0ca-e7a5ce22aeb1"], + "Spacer1"]],ExpressionUUID->"eaa7755b-5d9d-4ae2-b530-11c9d4e4046f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4dd98348-d9aa-49ac-a39d-03175e4f3312"] + "6867b9df-ad88-43f9-b1e9-27377e7456ed"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->56018841,ExpressionUUID->"9b21764c-3b7d-44ea-ad07-f8b53cf51f57"], + CellID->870315991,ExpressionUUID->"e84b834c-7700-4802-81a3-cf178916c413"], Cell[CellGroupData[{ @@ -1175,18 +1180,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ad9575de-abab-4839-8ffe-d56316a79533"], + ExpressionUUID->"8805cd62-6b60-4b6b-8669-4671c41a8fea"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7fba742e-3563-455d-adab-e551fd827f0d"], + "Spacer1"]],ExpressionUUID->"ae15f3ac-e4f5-4e0b-9ba1-96256089c505"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2d3df3c1-a26a-4db4-8903-67a6d6e08227"] + "e024160e-becd-4cfa-bff2-c18e08457be3"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->609083275,ExpressionUUID->"0dc23c6a-cfaa-41f6-9988-fa88a0e9ac51"], + CellID->80057588,ExpressionUUID->"b645b496-8793-4652-ab41-c52fa29dc244"], Cell["Loading the package:", "ExampleText", CellID->234041156,ExpressionUUID->"35c56586-a800-4e29-a256-4f7222049e76"], @@ -2610,8 +2615,6 @@ Cell["We observe that all vertices are included into the graphic.", \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -2759,15 +2762,15 @@ Cell[BoxData[GridBox[{ "83c05b23-aee9-4404-9902-a0317ab89a09"] }], "SeeAlso",ExpressionUUID->"3087bddb-b665-469d-b94d-83c042bd6573"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a46d1694-6d95-4e7b-953c-\ -c9e8469c1589"], + }]], "SeeAlsoSection",ExpressionUUID->"6f92301b-30e3-46ba-871a-\ +bddc65e4f07d"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -2779,9 +2782,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"fbd1a4e2-a4e2-408c-93be-af951757b129"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"84c4da84-ddd7-4105-a3da-\ -a8e1dce54f35"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"27835d5d-89db-493a-8fba-\ +3f7678cbbf13"], Cell[BoxData[GridBox[{ { @@ -2798,7 +2800,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "55e7186e-e2a9-4f80-a692-584e86e71882"]}]}, + "be7ed722-eca8-4b42-9b74-8f9796ef8122"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -2806,10 +2808,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d65514d3-ce0f-4801-8738-6cccdbcd41e7"]}]} + "c7332935-ab48-4785-a7b9-b4dafbf5a737"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7f255a40-548f-4ffd-ad10-\ -4213d6b67f19"], + }]], "MoreAboutSection",ExpressionUUID->"a2fcc18c-0627-4455-9cd6-\ +c150c7dd3c8c"], Cell[BoxData[GridBox[{ { @@ -2837,7 +2839,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1f4674c8-6dca-4471-9b58-386969fd759b"]], "RelatedLinks", + "53681527-905a-45b9-bc39-9ac947eead64"]], "RelatedLinks", ExpressionUUID->"ebc872d0-9411-44ac-b2e2-8e3e4a83d8a1"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2854,7 +2856,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "19622afa-ed7b-4ed4-ac5a-3df0f6ec530d"]], "RelatedLinks", + "8ac77851-6e58-44d2-b175-c53fa0ac601d"]], "RelatedLinks", ExpressionUUID->"d5704709-52b8-459b-8a66-fa10c8e18988"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -2871,11 +2873,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8c8f2e2c-fe1a-422f-aabe-6f62d6d0c78e"]], "RelatedLinks", + "298e1f60-1901-46d8-ad66-cbad91423433"]], "RelatedLinks", ExpressionUUID->"e04c2747-7db7-4b55-b236-f6dad1e65712"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"c5aaa4c8-1b7e-483b-b305-\ -445d8dd17d1d"], + }]], "RelatedLinksSection",ExpressionUUID->"8c23845e-ade0-4afa-b556-\ +8f254593c37e"], Cell[CellGroupData[{ @@ -2905,11 +2907,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"e9bb5dbb-8ff2-4b52-b2c4-671e47216527"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3f817034-7f54-46df-9646-d9879b2f9b14"] +Cell[" ", "FooterCell",ExpressionUUID->"8265bcff-52c8-4a0f-9846-81bb701691ee"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"StrongEpsCore3dV6", TaggingRules->{ @@ -2920,7 +2922,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 18.295836}", + "built" -> "{2024, 6, 3, 16, 55, 51.358401}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -2930,11 +2932,11 @@ TaggingRules->{ for four person games. StrongEpsCore3dV6[game, options] by option set, the \ view can be changed, as well as several solutions can be added to the \ graphics.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "StrongEpsCore3dV6", "titlemodifier" -> "", "windowtitle" -> - "StrongEpsCore3dV6", "type" -> "Symbol", "uri" -> + "StrongEpsCore3dV6", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "StrongEpsCore3dV6", "type" -> "Symbol", "uri" -> "TUG/ref/StrongEpsCore3dV6"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -2943,9 +2945,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"17352aaf-2b46-42ad-a55c-13cfe2a72b03" +ExpressionUUID->"8b9a373c-e8de-4722-9901-4638f10c2230" ] (* End of Notebook Content *) @@ -2953,273 +2955,271 @@ ExpressionUUID->"17352aaf-2b46-42ad-a55c-13cfe2a72b03" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[40514, 1111, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9b21764c-3b7d-44ea-ad07-f8b53cf51f57", + Cell[40570, 1116, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e84b834c-7700-4802-81a3-cf178916c413", CellTags->"PrimaryExamplesSection", - CellID->56018841]} + CellID->870315991]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 122815, 2954} + {"PrimaryExamplesSection", 122855, 2956} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7129, 168, 56, "AnchorBarGrid",ExpressionUUID->"d674ed44-afcb-4d4c-bc91-61534a36f6ad", +Cell[589, 21, 7185, 173, 57, "AnchorBarGrid",ExpressionUUID->"8b79f753-290d-4041-9d8a-ed33b6057609", CellID->1], -Cell[7721, 191, 91, 0, 24, "ContextNameCell",ExpressionUUID->"40ac463c-b466-40be-a135-e72dddd3ee79"], +Cell[7777, 196, 91, 0, 23, "ContextNameCell",ExpressionUUID->"9d6184bb-e6e1-4fd0-85e6-188ab5f70aaf"], Cell[CellGroupData[{ -Cell[7837, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"2e41798a-750e-4a3a-b98e-9eaaeba82969"], -Cell[9131, 232, 930, 19, 187, "Usage",ExpressionUUID->"74f6bc3c-1dbc-4c92-bad3-0dd1b6c170b6", +Cell[7893, 200, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"5bc60384-22ad-4dc5-9425-623a27ab92de"], +Cell[9187, 237, 930, 19, 186, "Usage",ExpressionUUID->"74f6bc3c-1dbc-4c92-bad3-0dd1b6c170b6", CellID->444568320] }, Open ]], Cell[CellGroupData[{ -Cell[10098, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"0ff4e580-c74e-4e82-96d5-de6fc60cec05", +Cell[10154, 261, 1895, 47, 37, "NotesSection",ExpressionUUID->"09581cc9-5168-42ba-96ca-ee089394d825", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2147393732], -Cell[11996, 305, 518, 12, 57, "]]",ExpressionUUID->"8182bd1c-68f3-4a99-919c-fd1ba27c9d97", + CellID->1056122745], +Cell[12052, 310, 518, 12, 57, "]]",ExpressionUUID->"8182bd1c-68f3-4a99-919c-fd1ba27c9d97", CellID->313448337], -Cell[12517, 319, 490, 12, 37, "Notes",ExpressionUUID->"a2c480f9-5626-40ed-a812-65dec0e19184", +Cell[12573, 324, 490, 12, 38, "Notes",ExpressionUUID->"a2c480f9-5626-40ed-a812-65dec0e19184", CellID->1207150530], -Cell[13010, 333, 229, 4, 36, "Notes",ExpressionUUID->"d6c932d6-0c45-4d02-9972-fc7aaec1e061", +Cell[13066, 338, 229, 4, 36, "Notes",ExpressionUUID->"d6c932d6-0c45-4d02-9972-fc7aaec1e061", CellID->1146547925], -Cell[13242, 339, 401, 6, 78, "Notes",ExpressionUUID->"f5250c06-0e90-4468-960b-86a00fb1a94d", +Cell[13298, 344, 401, 6, 78, "Notes",ExpressionUUID->"f5250c06-0e90-4468-960b-86a00fb1a94d", CellID->2136262395], -Cell[13646, 347, 607, 18, 37, "Notes",ExpressionUUID->"dfba1a64-bfcc-4ee6-b44d-5e8a97590fdd", +Cell[13702, 352, 607, 18, 38, "Notes",ExpressionUUID->"dfba1a64-bfcc-4ee6-b44d-5e8a97590fdd", CellID->1843420829], -Cell[14256, 367, 146, 1, 36, "Notes",ExpressionUUID->"3ee21347-4eed-4a82-8036-5b163fa64501", +Cell[14312, 372, 146, 1, 36, "Notes",ExpressionUUID->"3ee21347-4eed-4a82-8036-5b163fa64501", CellID->1758078048], -Cell[14405, 370, 267, 4, 49, "Notes",ExpressionUUID->"4e9abc22-d39c-4225-812c-7a892740e07a", +Cell[14461, 375, 267, 4, 48, "Notes",ExpressionUUID->"4e9abc22-d39c-4225-812c-7a892740e07a", CellID->13178], -Cell[14675, 376, 1948, 44, 205, "3ColumnTableMod",ExpressionUUID->"01a8a52a-3012-4c80-a67a-5197e06a8bf9", +Cell[14731, 381, 1948, 44, 234, "3ColumnTableMod",ExpressionUUID->"01a8a52a-3012-4c80-a67a-5197e06a8bf9", CellID->1035213662], -Cell[16626, 422, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"a20bf800-f121-4f44-9f4f-6d7cc9a0dccc", +Cell[16682, 427, 1752, 42, 70, "3ColumnTableMod",ExpressionUUID->"a20bf800-f121-4f44-9f4f-6d7cc9a0dccc", CellID->1640619354], -Cell[18381, 466, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"b52e0a32-38d5-40cd-98b7-9946081d921f", +Cell[18437, 471, 737, 17, 70, "3ColumnTableMod",ExpressionUUID->"b52e0a32-38d5-40cd-98b7-9946081d921f", CellID->2628340], -Cell[19121, 485, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"e558e5b2-55d6-4eb9-9919-ca80edeb3fe8", +Cell[19177, 490, 661, 14, 70, "3ColumnTableMod",ExpressionUUID->"e558e5b2-55d6-4eb9-9919-ca80edeb3fe8", CellID->1581386759], -Cell[19785, 501, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"66636863-6e00-4c39-ba97-0c7413028c76", +Cell[19841, 506, 704, 17, 70, "3ColumnTableMod",ExpressionUUID->"66636863-6e00-4c39-ba97-0c7413028c76", CellID->11156], -Cell[20492, 520, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"592ae9e2-985a-42dc-bdc0-7dfa607012b5", +Cell[20548, 525, 638, 14, 70, "3ColumnTableMod",ExpressionUUID->"592ae9e2-985a-42dc-bdc0-7dfa607012b5", CellID->1661816152], -Cell[21133, 536, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"4f5e0797-8a84-4006-8f1d-60ce475390d1", +Cell[21189, 541, 673, 15, 70, "3ColumnTableMod",ExpressionUUID->"4f5e0797-8a84-4006-8f1d-60ce475390d1", CellID->1348502217], -Cell[21809, 553, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"fbc0079b-9686-4c87-b864-8eee0ba7b038", +Cell[21865, 558, 677, 15, 70, "3ColumnTableMod",ExpressionUUID->"fbc0079b-9686-4c87-b864-8eee0ba7b038", CellID->854523988], -Cell[22489, 570, 694, 15, 70, "3ColumnTableMod",ExpressionUUID->"6a268788-ca96-485c-b683-c25f2d04313f", +Cell[22545, 575, 694, 15, 70, "3ColumnTableMod",ExpressionUUID->"6a268788-ca96-485c-b683-c25f2d04313f", CellID->1889737650], -Cell[23186, 587, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"330c937a-e631-4d2c-988c-715287b422fb", +Cell[23242, 592, 662, 15, 70, "3ColumnTableMod",ExpressionUUID->"330c937a-e631-4d2c-988c-715287b422fb", CellID->2145330687], -Cell[23851, 604, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"94bf42e5-13be-4c92-92ca-2d7ecc1d8732", +Cell[23907, 609, 667, 15, 70, "3ColumnTableMod",ExpressionUUID->"94bf42e5-13be-4c92-92ca-2d7ecc1d8732", CellID->203358790], -Cell[24521, 621, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"5e39333d-ac97-4dbd-ad64-7108979ed6db", +Cell[24577, 626, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"5e39333d-ac97-4dbd-ad64-7108979ed6db", CellID->1843978144], -Cell[25195, 638, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"026c0cbd-52ec-4d62-a5cd-ae42b19eec9a", +Cell[25251, 643, 690, 15, 70, "3ColumnTableMod",ExpressionUUID->"026c0cbd-52ec-4d62-a5cd-ae42b19eec9a", CellID->1353055139], -Cell[25888, 655, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"424f0864-e87f-4c12-9f86-c69f8f4657ca", +Cell[25944, 660, 671, 15, 70, "3ColumnTableMod",ExpressionUUID->"424f0864-e87f-4c12-9f86-c69f8f4657ca", CellID->1846391669], -Cell[26562, 672, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"c91f7e48-9aa8-42b0-aed3-83a0c4b95c6c", +Cell[26618, 677, 657, 14, 70, "3ColumnTableMod",ExpressionUUID->"c91f7e48-9aa8-42b0-aed3-83a0c4b95c6c", CellID->901767574], -Cell[27222, 688, 924, 27, 70, "Notes",ExpressionUUID->"94051fb1-439f-4bc1-b159-d8ed7170c166", +Cell[27278, 693, 924, 27, 70, "Notes",ExpressionUUID->"94051fb1-439f-4bc1-b159-d8ed7170c166", CellID->1756351346], -Cell[28149, 717, 946, 27, 70, "Notes",ExpressionUUID->"0ce1be68-7bb6-46a7-8af6-9986b311e4bb", +Cell[28205, 722, 946, 27, 70, "Notes",ExpressionUUID->"0ce1be68-7bb6-46a7-8af6-9986b311e4bb", CellID->212180004], -Cell[29098, 746, 1310, 39, 70, "Notes",ExpressionUUID->"017abee9-ac93-4b28-8d8a-30158a3106c8", +Cell[29154, 751, 1310, 39, 70, "Notes",ExpressionUUID->"017abee9-ac93-4b28-8d8a-30158a3106c8", CellID->1570062306], -Cell[30411, 787, 875, 26, 70, "Notes",ExpressionUUID->"bf9a3528-a9c3-4c85-9e22-3bbb117d9ed9", +Cell[30467, 792, 875, 26, 70, "Notes",ExpressionUUID->"bf9a3528-a9c3-4c85-9e22-3bbb117d9ed9", CellID->660614], -Cell[31289, 815, 880, 26, 70, "Notes",ExpressionUUID->"b1e8e469-40fe-44a4-91f8-59f28bc2f81e", +Cell[31345, 820, 880, 26, 70, "Notes",ExpressionUUID->"b1e8e469-40fe-44a4-91f8-59f28bc2f81e", CellID->2102971043], -Cell[32172, 843, 1317, 39, 70, "Notes",ExpressionUUID->"dc6b9f03-5a7a-4af3-9c4c-fc2de5316d52", +Cell[32228, 848, 1317, 39, 70, "Notes",ExpressionUUID->"dc6b9f03-5a7a-4af3-9c4c-fc2de5316d52", CellID->1108551522], -Cell[33492, 884, 877, 26, 70, "Notes",ExpressionUUID->"374051b9-28db-4e8f-8b79-04fa8367de05", +Cell[33548, 889, 877, 26, 70, "Notes",ExpressionUUID->"374051b9-28db-4e8f-8b79-04fa8367de05", CellID->1499340563], -Cell[34372, 912, 466, 14, 70, "Notes",ExpressionUUID->"a38d9a1b-bcbf-4fbe-9fc0-09429bb8d497", +Cell[34428, 917, 466, 14, 70, "Notes",ExpressionUUID->"a38d9a1b-bcbf-4fbe-9fc0-09429bb8d497", CellID->297939893], -Cell[34841, 928, 496, 14, 70, "Notes",ExpressionUUID->"71d8e1dd-8087-4fc3-924c-38d4a89cb513", +Cell[34897, 933, 496, 14, 70, "Notes",ExpressionUUID->"71d8e1dd-8087-4fc3-924c-38d4a89cb513", CellID->2041043955], -Cell[35340, 944, 499, 14, 70, "Notes",ExpressionUUID->"241ef1ba-7a18-4600-b9f8-7526683b6b7f", +Cell[35396, 949, 499, 14, 70, "Notes",ExpressionUUID->"241ef1ba-7a18-4600-b9f8-7526683b6b7f", CellID->72439300], -Cell[35842, 960, 538, 16, 70, "Notes",ExpressionUUID->"0cbdda30-41f7-495d-a5e1-5af79c79d27f", +Cell[35898, 965, 538, 16, 70, "Notes",ExpressionUUID->"0cbdda30-41f7-495d-a5e1-5af79c79d27f", CellID->282211233], -Cell[36383, 978, 496, 14, 70, "Notes",ExpressionUUID->"6b9fde6d-f11b-4fc8-8b04-2d34d89666d4", +Cell[36439, 983, 496, 14, 70, "Notes",ExpressionUUID->"6b9fde6d-f11b-4fc8-8b04-2d34d89666d4", CellID->2126189377], -Cell[36882, 994, 589, 15, 70, "Notes",ExpressionUUID->"d25f3774-d827-4f2d-97ee-f6bc8736d5be", +Cell[36938, 999, 589, 15, 70, "Notes",ExpressionUUID->"d25f3774-d827-4f2d-97ee-f6bc8736d5be", CellID->995309240], -Cell[37474, 1011, 471, 14, 70, "Notes",ExpressionUUID->"52b9f9ca-2571-4a54-9be5-7642ae699fcf", +Cell[37530, 1016, 471, 14, 70, "Notes",ExpressionUUID->"52b9f9ca-2571-4a54-9be5-7642ae699fcf", CellID->930159234], -Cell[37948, 1027, 477, 14, 70, "Notes",ExpressionUUID->"5e630eca-b6ca-4a51-910f-2dcc0c4c5c4a", +Cell[38004, 1032, 477, 14, 70, "Notes",ExpressionUUID->"5e630eca-b6ca-4a51-910f-2dcc0c4c5c4a", CellID->266098834], -Cell[38428, 1043, 481, 14, 70, "Notes",ExpressionUUID->"29c6f534-0c38-40d1-b9a8-fe5c3e6bf308", +Cell[38484, 1048, 481, 14, 70, "Notes",ExpressionUUID->"29c6f534-0c38-40d1-b9a8-fe5c3e6bf308", CellID->1374650356], -Cell[38912, 1059, 508, 14, 70, "Notes",ExpressionUUID->"1b8c2360-d883-49fa-a676-573b67554f38", +Cell[38968, 1064, 508, 14, 70, "Notes",ExpressionUUID->"1b8c2360-d883-49fa-a676-573b67554f38", CellID->2096118988], -Cell[39423, 1075, 480, 14, 70, "Notes",ExpressionUUID->"f727749f-2a2b-4600-8c64-4fa8989d7aa2", +Cell[39479, 1080, 480, 14, 70, "Notes",ExpressionUUID->"f727749f-2a2b-4600-8c64-4fa8989d7aa2", CellID->692156901], -Cell[39906, 1091, 481, 14, 70, "Notes",ExpressionUUID->"33520c84-45d6-4bd8-a459-73e959d5fcc8", +Cell[39962, 1096, 481, 14, 70, "Notes",ExpressionUUID->"33520c84-45d6-4bd8-a459-73e959d5fcc8", CellID->1735714032] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[40514, 1111, 1419, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"9b21764c-3b7d-44ea-ad07-f8b53cf51f57", +Cell[40570, 1116, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"e84b834c-7700-4802-81a3-cf178916c413", CellTags->"PrimaryExamplesSection", - CellID->56018841], + CellID->870315991], Cell[CellGroupData[{ -Cell[41958, 1152, 1398, 36, 70, "ExampleSection",ExpressionUUID->"0dc23c6a-cfaa-41f6-9988-fa88a0e9ac51", - CellID->609083275], -Cell[43359, 1190, 118, 1, 70, "ExampleText",ExpressionUUID->"35c56586-a800-4e29-a256-4f7222049e76", +Cell[42015, 1157, 1397, 36, 70, "ExampleSection",ExpressionUUID->"b645b496-8793-4652-ab41-c52fa29dc244", + CellID->80057588], +Cell[43415, 1195, 118, 1, 70, "ExampleText",ExpressionUUID->"35c56586-a800-4e29-a256-4f7222049e76", CellID->234041156], Cell[CellGroupData[{ -Cell[43502, 1195, 167, 3, 70, "Input",ExpressionUUID->"55a4db86-90f0-477c-95fd-756bbccd6341", +Cell[43558, 1200, 167, 3, 70, "Input",ExpressionUUID->"55a4db86-90f0-477c-95fd-756bbccd6341", CellID->632214483], Cell[CellGroupData[{ -Cell[43694, 1202, 236, 4, 70, "Print",ExpressionUUID->"a0b17936-d018-484d-8854-870f030bedbe", +Cell[43750, 1207, 236, 4, 70, "Print",ExpressionUUID->"a0b17936-d018-484d-8854-870f030bedbe", CellID->1477225932], -Cell[43933, 1208, 365, 8, 70, "Print",ExpressionUUID->"a13d6ff9-2aed-49be-a790-687d875d98ca", +Cell[43989, 1213, 365, 8, 70, "Print",ExpressionUUID->"a13d6ff9-2aed-49be-a790-687d875d98ca", CellID->1024836122], -Cell[44301, 1218, 234, 4, 70, "Print",ExpressionUUID->"f8e038a0-3323-4d6f-8a93-a05a539f0329", +Cell[44357, 1223, 234, 4, 70, "Print",ExpressionUUID->"f8e038a0-3323-4d6f-8a93-a05a539f0329", CellID->46932804], -Cell[44538, 1224, 220, 3, 70, "Print",ExpressionUUID->"484f9fb3-bf02-4628-a51b-908d831a0057", +Cell[44594, 1229, 220, 3, 70, "Print",ExpressionUUID->"484f9fb3-bf02-4628-a51b-908d831a0057", CellID->1851801586], -Cell[44761, 1229, 206, 3, 70, "Print",ExpressionUUID->"6db3bbd5-f13d-4261-ac78-624775489759", +Cell[44817, 1234, 206, 3, 70, "Print",ExpressionUUID->"6db3bbd5-f13d-4261-ac78-624775489759", CellID->909164076], -Cell[44970, 1234, 236, 4, 70, "Print",ExpressionUUID->"4d8f2d44-2a03-4c5d-b15d-a9289e183a7e", +Cell[45026, 1239, 236, 4, 70, "Print",ExpressionUUID->"4d8f2d44-2a03-4c5d-b15d-a9289e183a7e", CellID->775792802], -Cell[45209, 1240, 220, 3, 70, "Print",ExpressionUUID->"645d0866-ebff-40fc-a90e-8ebf2bf1c17e", +Cell[45265, 1245, 220, 3, 70, "Print",ExpressionUUID->"645d0866-ebff-40fc-a90e-8ebf2bf1c17e", CellID->2075068014], -Cell[45432, 1245, 235, 4, 70, "Print",ExpressionUUID->"969b625b-c1e2-4796-a67c-57dd78241033", +Cell[45488, 1250, 235, 4, 70, "Print",ExpressionUUID->"969b625b-c1e2-4796-a67c-57dd78241033", CellID->172810514], -Cell[45670, 1251, 236, 4, 70, "Print",ExpressionUUID->"1701c6bf-bf9f-4024-94c1-c1a2ab17f6e7", +Cell[45726, 1256, 236, 4, 70, "Print",ExpressionUUID->"1701c6bf-bf9f-4024-94c1-c1a2ab17f6e7", CellID->1292075038], -Cell[45909, 1257, 207, 3, 70, "Print",ExpressionUUID->"cbdbb6bf-ebc1-461e-bbb4-a6c49d716afe", +Cell[45965, 1262, 207, 3, 70, "Print",ExpressionUUID->"cbdbb6bf-ebc1-461e-bbb4-a6c49d716afe", CellID->2107560837], -Cell[46119, 1262, 236, 4, 70, "Print",ExpressionUUID->"42262b20-fa3f-46b9-ab44-5afa819c8a82", +Cell[46175, 1267, 236, 4, 70, "Print",ExpressionUUID->"42262b20-fa3f-46b9-ab44-5afa819c8a82", CellID->1299523369] }, Open ]] }, Open ]], -Cell[46382, 1270, 136, 1, 70, "ExampleText",ExpressionUUID->"cf836d25-490e-47b1-895b-a8c1fc0aedc0", +Cell[46438, 1275, 136, 1, 70, "ExampleText",ExpressionUUID->"cf836d25-490e-47b1-895b-a8c1fc0aedc0", CellID->812106132], -Cell[46521, 1273, 235, 6, 70, "Input",ExpressionUUID->"5270df44-0ff9-42cc-bbe8-1ab48a8b6c84", +Cell[46577, 1278, 235, 6, 70, "Input",ExpressionUUID->"5270df44-0ff9-42cc-bbe8-1ab48a8b6c84", CellID->1989570823], -Cell[46759, 1281, 374, 9, 70, "Input",ExpressionUUID->"82374413-38fe-4525-b33b-59f31fa0791d", +Cell[46815, 1286, 374, 9, 70, "Input",ExpressionUUID->"82374413-38fe-4525-b33b-59f31fa0791d", CellID->404225385], -Cell[47136, 1292, 238, 6, 70, "Input",ExpressionUUID->"e513c958-26c9-4776-b7f6-8d28f66538a1", +Cell[47192, 1297, 238, 6, 70, "Input",ExpressionUUID->"e513c958-26c9-4776-b7f6-8d28f66538a1", CellID->1108222486], -Cell[47377, 1300, 190, 4, 70, "ExampleText",ExpressionUUID->"85853c6c-efe8-4cb0-bffe-65be6f89fea6", +Cell[47433, 1305, 190, 4, 70, "ExampleText",ExpressionUUID->"85853c6c-efe8-4cb0-bffe-65be6f89fea6", CellID->608015798], Cell[CellGroupData[{ -Cell[47592, 1308, 175, 3, 70, "Input",ExpressionUUID->"646f5386-1c23-4d5d-895c-9a16c1801201", +Cell[47648, 1313, 175, 3, 70, "Input",ExpressionUUID->"646f5386-1c23-4d5d-895c-9a16c1801201", CellID->1577981666], -Cell[47770, 1313, 1395, 33, 104, "Output",ExpressionUUID->"79579e2c-7948-43a9-9899-406539402e3f", +Cell[47826, 1318, 1395, 33, 102, "Output",ExpressionUUID->"79579e2c-7948-43a9-9899-406539402e3f", CellID->218681261] }, Open ]], -Cell[49180, 1349, 185, 3, 70, "ExampleText",ExpressionUUID->"3f95baf3-6ab2-4256-b0c3-2c6ff33c77a2", +Cell[49236, 1354, 185, 3, 70, "ExampleText",ExpressionUUID->"3f95baf3-6ab2-4256-b0c3-2c6ff33c77a2", CellID->1776491305], Cell[CellGroupData[{ -Cell[49390, 1356, 202, 4, 70, "Input",ExpressionUUID->"590c606f-f521-4bcc-a85d-d9882c344215", +Cell[49446, 1361, 202, 4, 70, "Input",ExpressionUUID->"590c606f-f521-4bcc-a85d-d9882c344215", CellID->1033235947], -Cell[49595, 1362, 7846, 143, 485, "Output",ExpressionUUID->"9bea59b5-915a-4d18-b8ab-af0743d7be83", +Cell[49651, 1367, 7846, 143, 485, "Output",ExpressionUUID->"9bea59b5-915a-4d18-b8ab-af0743d7be83", CellID->1297983900] }, Open ]], -Cell[57456, 1508, 160, 2, 70, "ExampleText",ExpressionUUID->"94a5798e-fd56-4cf2-aa7a-02767968252b", +Cell[57512, 1513, 160, 2, 70, "ExampleText",ExpressionUUID->"94a5798e-fd56-4cf2-aa7a-02767968252b", CellID->447818339], Cell[CellGroupData[{ -Cell[57641, 1514, 324, 8, 70, "Input",ExpressionUUID->"7e406088-6f18-475d-bd75-ec651291c9ea", +Cell[57697, 1519, 324, 8, 70, "Input",ExpressionUUID->"7e406088-6f18-475d-bd75-ec651291c9ea", CellID->1163814427], -Cell[57968, 1524, 7816, 142, 585, "Output",ExpressionUUID->"fcd80822-7e0a-40d9-b6eb-f0b74b8eb757", +Cell[58024, 1529, 7816, 142, 585, "Output",ExpressionUUID->"fcd80822-7e0a-40d9-b6eb-f0b74b8eb757", CellID->1118905335] }, Open ]], -Cell[65799, 1669, 228, 4, 70, "ExampleText",ExpressionUUID->"d792417b-fc3b-4c4e-a77d-3bd1546747ff", +Cell[65855, 1674, 228, 4, 70, "ExampleText",ExpressionUUID->"d792417b-fc3b-4c4e-a77d-3bd1546747ff", CellID->2130172452], Cell[CellGroupData[{ -Cell[66052, 1677, 273, 6, 70, "Input",ExpressionUUID->"01e5b0b5-0206-48e0-9ad0-4a4fb3040055", +Cell[66108, 1682, 273, 6, 70, "Input",ExpressionUUID->"01e5b0b5-0206-48e0-9ad0-4a4fb3040055", CellID->991985291], -Cell[66328, 1685, 8389, 152, 485, "Output",ExpressionUUID->"cd6a8bf3-c0f8-4318-a2a4-8e93b0cf12ed", +Cell[66384, 1690, 8389, 152, 485, "Output",ExpressionUUID->"cd6a8bf3-c0f8-4318-a2a4-8e93b0cf12ed", CellID->1244576139] }, Open ]], -Cell[74732, 1840, 212, 4, 70, "ExampleText",ExpressionUUID->"cb18c2d5-0773-4306-8d74-f1a01ce72d22", +Cell[74788, 1845, 212, 4, 70, "ExampleText",ExpressionUUID->"cb18c2d5-0773-4306-8d74-f1a01ce72d22", CellID->629246343], Cell[CellGroupData[{ -Cell[74969, 1848, 295, 7, 70, "Input",ExpressionUUID->"be02f030-8381-4f8d-9359-807e234ca113", +Cell[75025, 1853, 295, 7, 70, "Input",ExpressionUUID->"be02f030-8381-4f8d-9359-807e234ca113", CellID->1293770086], -Cell[75267, 1857, 5781, 106, 485, "Output",ExpressionUUID->"f993450e-3350-45eb-8fef-5150ef9f9e6a", +Cell[75323, 1862, 5781, 106, 485, "Output",ExpressionUUID->"f993450e-3350-45eb-8fef-5150ef9f9e6a", CellID->1605613855] }, Open ]], -Cell[81063, 1966, 852, 21, 70, "ExampleText",ExpressionUUID->"6ac586da-45fe-464b-88dc-085f6cf98207", +Cell[81119, 1971, 852, 21, 70, "ExampleText",ExpressionUUID->"6ac586da-45fe-464b-88dc-085f6cf98207", CellID->1299412446], Cell[CellGroupData[{ -Cell[81940, 1991, 196, 4, 70, "Input",ExpressionUUID->"bfd0a150-d88f-412f-8e16-045e29f7eab0", +Cell[81996, 1996, 196, 4, 70, "Input",ExpressionUUID->"bfd0a150-d88f-412f-8e16-045e29f7eab0", CellID->1075891687], -Cell[82139, 1997, 317, 9, 51, "Output",ExpressionUUID->"0ceb1f6c-14f8-4091-983d-428aac6a28c5", +Cell[82195, 2002, 317, 9, 50, "Output",ExpressionUUID->"0ceb1f6c-14f8-4091-983d-428aac6a28c5", CellID->1031952321] }, Open ]], Cell[CellGroupData[{ -Cell[82493, 2011, 200, 4, 70, "Input",ExpressionUUID->"cd95457e-2039-428f-a08f-efaf10023bfb", +Cell[82549, 2016, 200, 4, 70, "Input",ExpressionUUID->"cd95457e-2039-428f-a08f-efaf10023bfb", CellID->1622319880], -Cell[82696, 2017, 310, 9, 51, "Output",ExpressionUUID->"0c458610-3a21-4683-939b-a1842e8f74f1", +Cell[82752, 2022, 310, 9, 50, "Output",ExpressionUUID->"0c458610-3a21-4683-939b-a1842e8f74f1", CellID->1879727451] }, Open ]], Cell[CellGroupData[{ -Cell[83043, 2031, 191, 4, 70, "Input",ExpressionUUID->"8eb3c6c3-3e29-4e24-bc66-cab8fa4b122b", +Cell[83099, 2036, 191, 4, 70, "Input",ExpressionUUID->"8eb3c6c3-3e29-4e24-bc66-cab8fa4b122b", CellID->134963278], -Cell[83237, 2037, 221, 5, 36, "Output",ExpressionUUID->"a199f75a-a5bc-4486-96b7-b9153f25fa92", +Cell[83293, 2042, 221, 5, 36, "Output",ExpressionUUID->"a199f75a-a5bc-4486-96b7-b9153f25fa92", CellID->577703077] }, Open ]], Cell[CellGroupData[{ -Cell[83495, 2047, 199, 4, 70, "Input",ExpressionUUID->"1a97a72a-e6ae-4e05-b02e-ece7719e0914", +Cell[83551, 2052, 199, 4, 70, "Input",ExpressionUUID->"1a97a72a-e6ae-4e05-b02e-ece7719e0914", CellID->1949969515], -Cell[83697, 2053, 310, 9, 51, "Output",ExpressionUUID->"3393afd9-e078-46e2-b99e-fdb217052c4f", +Cell[83753, 2058, 310, 9, 50, "Output",ExpressionUUID->"3393afd9-e078-46e2-b99e-fdb217052c4f", CellID->1442223932] }, Open ]], -Cell[84022, 2065, 173, 3, 70, "ExampleText",ExpressionUUID->"d79cc566-2fe6-4c56-9eb2-b16959e61968", +Cell[84078, 2070, 173, 3, 70, "ExampleText",ExpressionUUID->"d79cc566-2fe6-4c56-9eb2-b16959e61968", CellID->1674499240], Cell[CellGroupData[{ -Cell[84220, 2072, 710, 13, 70, "Input",ExpressionUUID->"0ba34929-643c-4a7c-96ad-cb1c06ec83c3", +Cell[84276, 2077, 710, 13, 70, "Input",ExpressionUUID->"0ba34929-643c-4a7c-96ad-cb1c06ec83c3", CellID->1706673275], -Cell[84933, 2087, 9026, 165, 485, "Output",ExpressionUUID->"31d153ab-451d-4aac-a885-6a94282ef7e0", +Cell[84989, 2092, 9026, 165, 485, "Output",ExpressionUUID->"31d153ab-451d-4aac-a885-6a94282ef7e0", CellID->1265078540] }, Open ]], -Cell[93974, 2255, 254, 4, 70, "ExampleText",ExpressionUUID->"fbe88e8a-7dec-4929-a253-d0a59f256b6b", +Cell[94030, 2260, 254, 4, 70, "ExampleText",ExpressionUUID->"fbe88e8a-7dec-4929-a253-d0a59f256b6b", CellID->1242963944], -Cell[94231, 2261, 311, 5, 70, "ExampleText",ExpressionUUID->"74c2d020-0674-4403-ae46-1ae9c8741e5e", +Cell[94287, 2266, 311, 5, 70, "ExampleText",ExpressionUUID->"74c2d020-0674-4403-ae46-1ae9c8741e5e", CellID->1625459399], Cell[CellGroupData[{ -Cell[94567, 2270, 202, 4, 70, "Input",ExpressionUUID->"1f6c996e-66aa-4cc1-98d9-a138dbe96de3", +Cell[94623, 2275, 202, 4, 70, "Input",ExpressionUUID->"1f6c996e-66aa-4cc1-98d9-a138dbe96de3", CellID->1508225667], -Cell[94772, 2276, 1288, 33, 54, "Output",ExpressionUUID->"f81ac011-1826-44da-9b6d-8d220198fe10", +Cell[94828, 2281, 1288, 33, 53, "Output",ExpressionUUID->"f81ac011-1826-44da-9b6d-8d220198fe10", CellID->865382898] }, Open ]], -Cell[96075, 2312, 208, 6, 70, "ExampleText",ExpressionUUID->"62c6bb25-9876-4c45-a559-c684ec4ac75d", +Cell[96131, 2317, 208, 6, 70, "ExampleText",ExpressionUUID->"62c6bb25-9876-4c45-a559-c684ec4ac75d", CellID->755552942], Cell[CellGroupData[{ -Cell[96308, 2322, 829, 15, 70, "Input",ExpressionUUID->"a96e4db6-bc2a-4558-ae65-a08148f11934", +Cell[96364, 2327, 829, 15, 70, "Input",ExpressionUUID->"a96e4db6-bc2a-4558-ae65-a08148f11934", CellID->1565198306], -Cell[97140, 2339, 12648, 260, 485, "Output",ExpressionUUID->"9ba4369a-8bd2-4994-80e4-d06dc5695a9d", +Cell[97196, 2344, 12648, 260, 485, "Output",ExpressionUUID->"9ba4369a-8bd2-4994-80e4-d06dc5695a9d", CellID->799235340] }, Open ]], -Cell[109803, 2602, 160, 2, 70, "ExampleText",ExpressionUUID->"37b7ce9d-caf8-45ff-86b2-412860bd6bf6", +Cell[109859, 2607, 160, 2, 70, "ExampleText",ExpressionUUID->"37b7ce9d-caf8-45ff-86b2-412860bd6bf6", CellID->2131672423] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[110249, 2617, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"6f92301b-30e3-46ba-871a-bddc65e4f07d"], +Cell[115733, 2767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"27835d5d-89db-493a-8fba-3f7678cbbf13"], +Cell[116406, 2787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a2fcc18c-0627-4455-9cd6-c150c7dd3c8c"], +Cell[117442, 2815, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"8c23845e-ade0-4afa-b556-8f254593c37e"], Cell[CellGroupData[{ -Cell[110215, 2614, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"a46d1694-6d95-4e7b-953c-c9e8469c1589"], -Cell[115699, 2764, 670, 18, 70, "TechNotesSection",ExpressionUUID->"84c4da84-ddd7-4105-a3da-a8e1dce54f35"] -}, Open ]], -Cell[116384, 2785, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7f255a40-548f-4ffd-ad10-4213d6b67f19"], -Cell[117420, 2813, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"c5aaa4c8-1b7e-483b-b305-445d8dd17d1d"], -Cell[CellGroupData[{ -Cell[119720, 2881, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c2b269c0-3b5f-4155-8aa3-a6d1fb4ba672", +Cell[119742, 2883, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c2b269c0-3b5f-4155-8aa3-a6d1fb4ba672", CellID->2135167160], -Cell[119861, 2884, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"712351c9-1ed7-49df-8baa-5a8ccbec4e77", +Cell[119883, 2886, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"712351c9-1ed7-49df-8baa-5a8ccbec4e77", CellID->1194386356], -Cell[120083, 2890, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8644d10b-abbe-4a4b-bca6-322c674fad0a", +Cell[120105, 2892, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8644d10b-abbe-4a4b-bca6-322c674fad0a", CellID->1641706272], -Cell[120298, 2895, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"68c2f2c5-53d9-4813-bd9f-7bc082056049", +Cell[120320, 2897, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"68c2f2c5-53d9-4813-bd9f-7bc082056049", CellID->399251956], -Cell[120527, 2901, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e9bb5dbb-8ff2-4b52-b2c4-671e47216527", +Cell[120549, 2903, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e9bb5dbb-8ff2-4b52-b2c4-671e47216527", CellID->821434655] }, Open ]], -Cell[120764, 2907, 78, 0, 70, "FooterCell",ExpressionUUID->"3f817034-7f54-46df-9646-d9879b2f9b14"] +Cell[120786, 2909, 78, 0, 70, "FooterCell",ExpressionUUID->"8265bcff-52c8-4a0f-9846-81bb701691ee"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SuperAdditiveQ.nb b/Documentation/English/ReferencePages/Symbols/SuperAdditiveQ.nb index b7f125b..8f86058 100644 --- a/Documentation/English/ReferencePages/Symbols/SuperAdditiveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/SuperAdditiveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44209, 1140] -NotebookOptionsPosition[ 35444, 966] -NotebookOutlinePosition[ 37560, 1020] -CellTagsIndexPosition[ 37474, 1015] +NotebookDataLength[ 44213, 1140] +NotebookOptionsPosition[ 35465, 968] +NotebookOutlinePosition[ 37598, 1022] +CellTagsIndexPosition[ 37512, 1017] WindowTitle->SuperAdditiveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "21d44b71-edaf-4089-82ea-c4de48ec05c7"], + "6cf60274-4796-401f-9198-d5a32866fe9b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "3dfd7cd6-f76a-4059-9c30-24694c97a608"], + "98604d8c-f3ed-4500-b73f-c51c5ad8610a"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c18679b-42c1-4f59-9411-2a9ed95e6b02"] - }],ExpressionUUID->"61a08cd7-c55c-49e6-8f44-6a2e01ec4138"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "7801cdaf-271c-4bc7-a5e7-70d788013044"] + }],ExpressionUUID->"434b4ab8-eaec-4c91-a07b-5979b726097b"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5c1dc6f9-cde8-490d-bf4f-2e542274d8c1"], + "65b56d13-d052-4d54-90d7-92bce2691d38"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ac052f73-4096-40bb-88f8-5ae9e88f7af6"] - }],ExpressionUUID->"0a933e5a-0e9e-4dad-b89e-51b62b4209a3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "56f5ea5f-fdd9-4304-aa8b-2704cebe3cd6"] + }],ExpressionUUID->"65b58584-909e-41a9-b2e4-bae6ca9f751b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60873fd3-236e-4a2d-a1e2-f7a78693859b"], + "445df87d-50d9-46be-8ef0-5e54d3230cca"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3d7e6cea-a14b-4aec-8680-e9687fbb8404"] - }],ExpressionUUID->"63e81135-bf7d-44b9-999b-b956aaae715e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "65bea44e-47dd-4743-ba0d-ad73909f3b5d"] + }],ExpressionUUID->"0a7e722d-5913-4f47-847b-2c764c7e3dda"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "db05e8aa-2d1d-4f71-b5c7-6678e31cce3d"], + "ad6c8904-fb56-417d-85de-6a81fb53db41"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d086f83a-5428-4269-8277-80c412b348c2"] - }],ExpressionUUID->"111d45b9-acad-4d1c-b366-f8b7ca69d952"], - StripOnInput->False], {"\<\"TUG/ref/SuperAdditiveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SuperAdditiveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "d7feda3e-bf22-4a94-9110-00bd776aedb0"] + }],ExpressionUUID->"a59b31d2-3e10-4517-b293-6480da19991e"], + StripOnInput->False],{ + "\"TUG/ref/SuperAdditiveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SuperAdditiveQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ SuperAdditiveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$191088], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SuperAdditiveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$206242], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SuperAdditiveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "031c4c80-981c-4250-9f11-059385e424e3"] + "6cc7ee58-21c5-4a69-8350-b02b34283ec3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0203e450-3ede-4999-9ec8-4879ab963043"]} + "71e5bfbb-99da-450f-bd9f-c0261c2eabd0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e4050fc0-6f11-4c42-83b8-ab29f2b56574"], + CellID->1,ExpressionUUID->"c09d5f03-8c31-4ef8-aca1-150687c340cd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4d4e2656-4b96-477d-89dc-8a0a0d764852"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"506d2c44-cc08-4b10-8344-ce7fe1902f02"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SuperAdditiveQ", "ObjectName",ExpressionUUID-> - "dcfa0c64-5e43-4e9e-a238-b1edf7e9cbb7"], + "57714a04-6eb5-405d-9169-39c2dac6fd7b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0b296b35-ca03-4db2-82ec-78254b31178f"], + "Spacer1"]],ExpressionUUID->"e44325f1-f232-43a9-b523-5c7cd83a39e7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "51cd2cbe-2148-4a48-b00c-124ed3a9a147"] - }],ExpressionUUID->"2dc48b7c-a866-4e7c-b726-648c80615bb8"], Cell[BoxData[ + "fb28bc06-1ab4-44d2-aa54-7d5367751ac6"] + }],ExpressionUUID->"1fd3bdbb-7000-4855-9f99-9bc1dd996ca9"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6e402685-6cd5-42bc-b14d-ec691cf458e2"]} + "1b5680d8-0a50-41e0-8bba-3b1ed3e93880"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"661f3a35-c9d4-4be3-8f47-a3475c6f88fd"], + CacheGraphics->False,ExpressionUUID->"d4e4a510-5a0e-440e-b239-0ce43397a059"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "936c5e58-c96c-4093-be8a-a98e7b5ab3fb"], " \[LineSeparator]checks if a game is super-additive." - }],ExpressionUUID->"5f9bbfd0-304c-4998-b839-dd02e4e10c0c"]}, + }],ExpressionUUID->"c0047f80-a132-4fb8-97d5-9da5601ce708"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", @@ -245,7 +250,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "d3a04e1d-4530-4cd6-b100-168f0da5d01c"], " \[LineSeparator]enables the verbose mode." - }],ExpressionUUID->"42bb6316-cc77-45fa-a507-c3457e686738"]} + }],ExpressionUUID->"6add1c71-2bbb-4746-b1c7-644243993875"]} }]], "Usage", CellID->479103614,ExpressionUUID->"853fb848-2d10-4c0b-90f6-cc56911f999a"] }, Open ]], @@ -278,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ba99a936-b056-4314-bbb3-ba62a7bc33eb"], + ExpressionUUID->"1b42b20c-ac7e-4f7c-b788-7260283f07cc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6ba41cff-615f-4c8a-b3ad-c3979876529b"], + "Spacer1"]],ExpressionUUID->"ff470751-836f-403b-a19a-f91810672dcb"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"07fb67c3-e122-4572-8379-f5f4b5638610"], + }], "NotesFrameText",ExpressionUUID->"0d5259a6-4185-4fa5-b06a-9e6a2ef4e385"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -294,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7b003b53-fa99-41e9-8afc-f47e475f943c"]], \ + "Preemptive"]],ExpressionUUID->"eb4e1735-4a9d-4d67-a9bb-454d5f5dbc9b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->528737109,ExpressionUUID->"d57417e0-08c2-445f-9a39-21620845b5c4"], + CellID->541016384,ExpressionUUID->"985ed953-ab0e-4934-a275-0973c8d63604"], Cell[TextData[{ "The input expression ", @@ -348,7 +353,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "da2b2408-7f79-43c1-ace2-b537d4be95df"], + "baeb6d19-58a4-40fb-b2c7-2bb46bc176ca"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -411,19 +416,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e0d27d7d-3598-4364-8c01-20bd36a436b5"], + ExpressionUUID->"eb00525d-d6a6-48a4-bc19-84817a204955"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dfe25a20-82f1-4715-b29e-b4a24105450f"], + "Spacer1"]],ExpressionUUID->"d3b95470-205b-431f-a364-b34ae2014c36"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "48ffaf04-a46c-4069-98a0-9f44a9b1b8b0"] + "8a3dfaa8-8eab-4ada-8762-552ff15ff52b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1643403135,ExpressionUUID->"5307d619-9a32-428e-b7d4-bd9292077f06"], + CellID->972401659,ExpressionUUID->"787fa2ab-9741-4ac4-a9ef-df2809a4e19e"], Cell[CellGroupData[{ @@ -452,18 +457,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9b8b8394-f53c-4b24-8710-a2fc544943dd"], + ExpressionUUID->"0aba0ee0-26c6-4efd-882e-c683004f1007"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d8544936-7d45-46fc-bfd5-aeb25d34bbc4"], + "Spacer1"]],ExpressionUUID->"fafde667-9f88-4f75-9452-f2a281e3ad3e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "96c7f8ee-5cfe-43d4-a8a6-7c5fbcbd25c9"] + "d9e7fbad-e4cb-4f6b-99fc-4cbd8a850cd0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1677794590,ExpressionUUID->"300cb4f5-933c-48e1-a089-2ef2fbc2445d"], + CellID->1855940704,ExpressionUUID->"f0df751d-1ebb-43b1-a78a-5654ec0ebf37"], Cell["Loading the package:", "ExampleText", CellID->1260379996,ExpressionUUID->"1a86ad3b-2603-4b3d-bd6e-3124cdf05a1c"], @@ -668,8 +673,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -817,15 +820,15 @@ Cell[BoxData[GridBox[{ "3b856dea-423d-469c-b267-1958655d521c"] }], "SeeAlso",ExpressionUUID->"f969ce49-6476-4844-91f9-6a6d8943aab0"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"61d24332-85fd-4297-9495-\ -2bc2c344ac0e"], + }]], "SeeAlsoSection",ExpressionUUID->"02b75be9-38ab-4186-b5c7-\ +ac876f38d7e9"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -837,9 +840,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"939f4858-929a-4619-a051-460cd35b1215"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7ec80f03-1c88-4d2b-a3b2-\ -8ad787a16038"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"640f57f2-4cc4-4fdf-b487-\ +474ad175bf40"], Cell[BoxData[GridBox[{ { @@ -856,7 +858,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5828e512-b269-4d4f-8055-533ced0e09b3"]}]}, + "2e527f74-f547-464a-b0e9-c3044d670926"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -864,10 +866,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8e238503-e94d-443b-b085-c4f51e7b0e1c"]}]} + "dadca4a5-c1dc-45e3-bc7f-832a872061d5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0d33662e-2310-4d2b-acfe-\ -569399632245"], + }]], "MoreAboutSection",ExpressionUUID->"90a8bd11-1892-488d-b628-\ +f45a4d640699"], Cell[BoxData[GridBox[{ { @@ -894,7 +896,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7480d7b4-b24e-4cbf-9ba4-33086b1d58d8"]], "RelatedLinks", + "aa6ca7cc-1a19-4c6f-b316-571151d5ebc8"]], "RelatedLinks", ExpressionUUID->"4b1a3b72-6145-4d28-9568-7df4d4d7f048"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -911,7 +913,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "71409379-9f48-437f-a55c-3a1dcd3fdf48"]], "RelatedLinks", + "1f1a2356-8520-425d-bdba-9d9c397b339e"]], "RelatedLinks", ExpressionUUID->"99838c5c-5df6-4903-b5d8-8f043aa43e49"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -928,11 +930,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklySuperAdditiveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "73415a5e-102f-431f-9c61-7b3ba59b83f2"]], "RelatedLinks", + "25dfbfac-76ec-4a70-8a58-8a21b32970d6"]], "RelatedLinks", ExpressionUUID->"383eee65-b2ab-4542-a5c1-e99f3268e37b"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"9560f108-49d2-4e4a-850a-\ -b06951ec080e"], + }]], "RelatedLinksSection",ExpressionUUID->"d52898d2-083a-4098-bcf1-\ +678e3d1ed97f"], Cell[CellGroupData[{ @@ -962,11 +964,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2029975b-81f4-485d-884a-2e2a08b77931"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ca044f6c-49e0-4476-857c-0eaef56ea8e0"] +Cell[" ", "FooterCell",ExpressionUUID->"85540d6b-0dd7-4545-81c1-0c93a88bfd7f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SuperAdditiveQ", TaggingRules->{ @@ -977,7 +979,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 20.853860}", + "built" -> "{2024, 6, 3, 16, 55, 52.853562}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -985,10 +987,10 @@ TaggingRules->{ "SuperAdditiveQ[game] checks if a game is super-additive. \ SuperAdditiveQ[game, options] enables the verbose mode.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SuperAdditiveQ", "titlemodifier" -> "", - "windowtitle" -> "SuperAdditiveQ", "type" -> "Symbol", "uri" -> - "TUG/ref/SuperAdditiveQ"}}, + "metadescription" -> "", "windowtitle" -> "SuperAdditiveQ", "type" -> + "Symbol", "uri" -> "TUG/ref/SuperAdditiveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -997,9 +999,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"3b291321-f52a-4bfa-8232-983fd7cfebed" +ExpressionUUID->"eb1e2b68-c08f-47fe-9e75-cd2cb4e57a3f" ] (* End of Notebook Content *) @@ -1007,141 +1009,139 @@ ExpressionUUID->"3b291321-f52a-4bfa-8232-983fd7cfebed" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14955, 388, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5307d619-9a32-428e-b7d4-bd9292077f06", + Cell[15011, 393, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"787fa2ab-9741-4ac4-a9ef-df2809a4e19e", CellTags->"PrimaryExamplesSection", - CellID->1643403135]} + CellID->972401659]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37273, 1008} + {"PrimaryExamplesSection", 37312, 1010} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7085, 168, 56, "AnchorBarGrid",ExpressionUUID->"e4050fc0-6f11-4c42-83b8-ab29f2b56574", +Cell[586, 21, 7141, 173, 57, "AnchorBarGrid",ExpressionUUID->"c09d5f03-8c31-4ef8-aca1-150687c340cd", CellID->1], -Cell[7674, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4d4e2656-4b96-477d-89dc-8a0a0d764852"], +Cell[7730, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"506d2c44-cc08-4b10-8344-ce7fe1902f02"], Cell[CellGroupData[{ -Cell[7785, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"661f3a35-c9d4-4be3-8f47-a3475c6f88fd"], -Cell[9076, 232, 812, 17, 187, "Usage",ExpressionUUID->"853fb848-2d10-4c0b-90f6-cc56911f999a", +Cell[7841, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"d4e4a510-5a0e-440e-b239-0ce43397a059"], +Cell[9132, 237, 812, 17, 186, "Usage",ExpressionUUID->"853fb848-2d10-4c0b-90f6-cc56911f999a", CellID->479103614] }, Open ]], Cell[CellGroupData[{ -Cell[9925, 254, 1894, 47, 37, "NotesSection",ExpressionUUID->"d57417e0-08c2-445f-9a39-21620845b5c4", +Cell[9981, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"985ed953-ab0e-4934-a275-0973c8d63604", CellGroupingRules->{"SectionGrouping", 50}, - CellID->528737109], -Cell[11822, 303, 519, 12, 57, "]]",ExpressionUUID->"869f076b-2923-48b2-bc5b-6be198b84162", + CellID->541016384], +Cell[11878, 308, 519, 12, 57, "]]",ExpressionUUID->"869f076b-2923-48b2-bc5b-6be198b84162", CellID->209133038], -Cell[12344, 317, 489, 12, 37, "Notes",ExpressionUUID->"06804a4c-ea08-4188-b77b-328305ac0f66", +Cell[12400, 322, 489, 12, 38, "Notes",ExpressionUUID->"06804a4c-ea08-4188-b77b-328305ac0f66", CellID->177724765], -Cell[12836, 331, 329, 6, 57, "Notes",ExpressionUUID->"253e49f7-9f0a-4c79-b605-99a1f552f027", +Cell[12892, 336, 329, 6, 57, "Notes",ExpressionUUID->"253e49f7-9f0a-4c79-b605-99a1f552f027", CellID->1500409350], -Cell[13168, 339, 152, 1, 36, "Notes",ExpressionUUID->"61e2b602-6690-449a-80bd-119f2c497632", +Cell[13224, 344, 152, 1, 36, "Notes",ExpressionUUID->"61e2b602-6690-449a-80bd-119f2c497632", CellID->543398840], -Cell[13323, 342, 267, 4, 49, "Notes",ExpressionUUID->"441c67ef-337c-4054-9894-ccd62d48e2be", +Cell[13379, 347, 267, 4, 48, "Notes",ExpressionUUID->"441c67ef-337c-4054-9894-ccd62d48e2be", CellID->13178], -Cell[13593, 348, 766, 19, 40, "3ColumnTableMod",ExpressionUUID->"527f34cb-20e3-4fee-b2a2-4e2f5e146618", +Cell[13649, 353, 766, 19, 41, "3ColumnTableMod",ExpressionUUID->"527f34cb-20e3-4fee-b2a2-4e2f5e146618", CellID->11156], -Cell[14362, 369, 466, 13, 37, "Notes",ExpressionUUID->"d4788160-9bbb-4946-af31-57160efb7d04", +Cell[14418, 374, 466, 13, 38, "Notes",ExpressionUUID->"d4788160-9bbb-4946-af31-57160efb7d04", CellID->731] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14955, 388, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5307d619-9a32-428e-b7d4-bd9292077f06", +Cell[15011, 393, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"787fa2ab-9741-4ac4-a9ef-df2809a4e19e", CellTags->"PrimaryExamplesSection", - CellID->1643403135], + CellID->972401659], Cell[CellGroupData[{ -Cell[16401, 429, 1399, 36, 30, "ExampleSection",ExpressionUUID->"300cb4f5-933c-48e1-a089-2ef2fbc2445d", - CellID->1677794590], -Cell[17803, 467, 119, 1, 38, "ExampleText",ExpressionUUID->"1a86ad3b-2603-4b3d-bd6e-3124cdf05a1c", +Cell[16456, 434, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f0df751d-1ebb-43b1-a78a-5654ec0ebf37", + CellID->1855940704], +Cell[17858, 472, 119, 1, 39, "ExampleText",ExpressionUUID->"1a86ad3b-2603-4b3d-bd6e-3124cdf05a1c", CellID->1260379996], Cell[CellGroupData[{ -Cell[17947, 472, 167, 3, 27, "Input",ExpressionUUID->"4fcef3ad-4854-47d3-b6bb-c5a6fd6564cc", +Cell[18002, 477, 167, 3, 27, "Input",ExpressionUUID->"4fcef3ad-4854-47d3-b6bb-c5a6fd6564cc", CellID->151432127], Cell[CellGroupData[{ -Cell[18139, 479, 237, 4, 23, "Print",ExpressionUUID->"133dcfc0-3d6c-4001-930c-1d0c5d835596", +Cell[18194, 484, 237, 4, 23, "Print",ExpressionUUID->"133dcfc0-3d6c-4001-930c-1d0c5d835596", CellID->1172766261], -Cell[18379, 485, 365, 8, 23, "Print",ExpressionUUID->"86544441-edfb-4e16-9f6d-52979d76ec3a", +Cell[18434, 490, 365, 8, 23, "Print",ExpressionUUID->"86544441-edfb-4e16-9f6d-52979d76ec3a", CellID->802021069], -Cell[18747, 495, 236, 4, 70, "Print",ExpressionUUID->"18ca1ac4-d5c6-4827-a11c-38b54bc03d73", +Cell[18802, 500, 236, 4, 70, "Print",ExpressionUUID->"18ca1ac4-d5c6-4827-a11c-38b54bc03d73", CellID->158512457], -Cell[18986, 501, 220, 3, 70, "Print",ExpressionUUID->"7971bdc9-101a-4304-939d-2bdfb1e1d2cc", +Cell[19041, 506, 220, 3, 70, "Print",ExpressionUUID->"7971bdc9-101a-4304-939d-2bdfb1e1d2cc", CellID->163212445], -Cell[19209, 506, 207, 3, 70, "Print",ExpressionUUID->"716934c0-2401-48ba-b6b2-c81e67d3538b", +Cell[19264, 511, 207, 3, 70, "Print",ExpressionUUID->"716934c0-2401-48ba-b6b2-c81e67d3538b", CellID->898635719], -Cell[19419, 511, 238, 4, 70, "Print",ExpressionUUID->"1f0aa031-dffa-4f5c-a68d-f2627830cd30", +Cell[19474, 516, 238, 4, 70, "Print",ExpressionUUID->"1f0aa031-dffa-4f5c-a68d-f2627830cd30", CellID->1125401672], -Cell[19660, 517, 220, 3, 70, "Print",ExpressionUUID->"6bc8df26-51a0-4c8d-a5a1-a37d74a6d697", +Cell[19715, 522, 220, 3, 70, "Print",ExpressionUUID->"6bc8df26-51a0-4c8d-a5a1-a37d74a6d697", CellID->488984812], -Cell[19883, 522, 236, 4, 70, "Print",ExpressionUUID->"98f64650-b5d8-4dcd-b18e-e09872f827cd", +Cell[19938, 527, 236, 4, 70, "Print",ExpressionUUID->"98f64650-b5d8-4dcd-b18e-e09872f827cd", CellID->234809546], -Cell[20122, 528, 237, 4, 70, "Print",ExpressionUUID->"eb8d4225-79da-4bd3-bb4d-9afed9c19742", +Cell[20177, 533, 237, 4, 70, "Print",ExpressionUUID->"eb8d4225-79da-4bd3-bb4d-9afed9c19742", CellID->1219418448], -Cell[20362, 534, 207, 3, 70, "Print",ExpressionUUID->"43bf49a6-a2ae-484e-93ba-95b92b70d75b", +Cell[20417, 539, 207, 3, 70, "Print",ExpressionUUID->"43bf49a6-a2ae-484e-93ba-95b92b70d75b", CellID->801835055], -Cell[20572, 539, 236, 4, 70, "Print",ExpressionUUID->"d6ca213a-22f7-4ca5-bc2e-f4c1c9759cb9", +Cell[20627, 544, 236, 4, 70, "Print",ExpressionUUID->"d6ca213a-22f7-4ca5-bc2e-f4c1c9759cb9", CellID->781919196] }, Open ]] }, Open ]], -Cell[20835, 547, 134, 1, 70, "ExampleText",ExpressionUUID->"689aff02-2e7f-4b1b-bca6-a9015cdc8894", +Cell[20890, 552, 134, 1, 70, "ExampleText",ExpressionUUID->"689aff02-2e7f-4b1b-bca6-a9015cdc8894", CellID->7974027], -Cell[20972, 550, 235, 6, 70, "Input",ExpressionUUID->"a0367283-164b-400e-86e3-daa88cd68779", +Cell[21027, 555, 235, 6, 70, "Input",ExpressionUUID->"a0367283-164b-400e-86e3-daa88cd68779", CellID->1623501269], Cell[CellGroupData[{ -Cell[21232, 560, 359, 8, 70, "Input",ExpressionUUID->"299e8441-0b9d-414a-a154-b8f7e06bd932", +Cell[21287, 565, 359, 8, 70, "Input",ExpressionUUID->"299e8441-0b9d-414a-a154-b8f7e06bd932", CellID->766279747], -Cell[21594, 570, 362, 8, 36, "Output",ExpressionUUID->"70418ed5-41f6-4c4f-90b9-273ba0fd302a", +Cell[21649, 575, 362, 8, 36, "Output",ExpressionUUID->"70418ed5-41f6-4c4f-90b9-273ba0fd302a", CellID->875637433] }, Open ]], -Cell[21971, 581, 238, 6, 70, "Input",ExpressionUUID->"23a2fe65-aa2a-404b-874c-9064dbf49cac", +Cell[22026, 586, 238, 6, 70, "Input",ExpressionUUID->"23a2fe65-aa2a-404b-874c-9064dbf49cac", CellID->1314682947], -Cell[22212, 589, 191, 4, 70, "ExampleText",ExpressionUUID->"59883c2f-1b7d-4be9-a1c0-56fa4ebb0538", +Cell[22267, 594, 191, 4, 70, "ExampleText",ExpressionUUID->"59883c2f-1b7d-4be9-a1c0-56fa4ebb0538", CellID->1359873504], Cell[CellGroupData[{ -Cell[22428, 597, 172, 3, 70, "Input",ExpressionUUID->"10556646-ef30-4b6d-8b09-5ce19567b0cc", +Cell[22483, 602, 172, 3, 70, "Input",ExpressionUUID->"10556646-ef30-4b6d-8b09-5ce19567b0cc", CellID->1243824366], -Cell[22603, 602, 215, 5, 36, "Output",ExpressionUUID->"a2b94f3d-9902-4a87-96ae-da7999b0868a", +Cell[22658, 607, 215, 5, 36, "Output",ExpressionUUID->"a2b94f3d-9902-4a87-96ae-da7999b0868a", CellID->156843034] }, Open ]], -Cell[22833, 610, 136, 1, 70, "ExampleText",ExpressionUUID->"83b8f2d8-365d-4a62-9b62-b1cd30f733a3", +Cell[22888, 615, 136, 1, 70, "ExampleText",ExpressionUUID->"83b8f2d8-365d-4a62-9b62-b1cd30f733a3", CellID->356689710], Cell[CellGroupData[{ -Cell[22994, 615, 171, 3, 70, "Input",ExpressionUUID->"9fdfedee-4eb2-4965-b9a8-ad890382aeb4", +Cell[23049, 620, 171, 3, 70, "Input",ExpressionUUID->"9fdfedee-4eb2-4965-b9a8-ad890382aeb4", CellID->729500690], -Cell[23168, 620, 160, 3, 36, "Output",ExpressionUUID->"0b010ef3-5351-4352-9f69-643e8067334c", +Cell[23223, 625, 160, 3, 36, "Output",ExpressionUUID->"0b010ef3-5351-4352-9f69-643e8067334c", CellID->2086336339] }, Open ]], -Cell[23343, 626, 185, 4, 70, "ExampleText",ExpressionUUID->"94f20786-5346-43ec-857c-dff003cf1fef", +Cell[23398, 631, 185, 4, 70, "ExampleText",ExpressionUUID->"94f20786-5346-43ec-857c-dff003cf1fef", CellID->717021018], Cell[CellGroupData[{ -Cell[23553, 634, 238, 5, 70, "Input",ExpressionUUID->"d6c65e70-94c0-4a40-944b-f5f795d4ae1f", +Cell[23608, 639, 238, 5, 70, "Input",ExpressionUUID->"d6c65e70-94c0-4a40-944b-f5f795d4ae1f", CellID->794023981], -Cell[23794, 641, 680, 15, 70, "Print",ExpressionUUID->"31ea51d3-353a-4f18-9700-367c1a900134", +Cell[23849, 646, 680, 15, 70, "Print",ExpressionUUID->"31ea51d3-353a-4f18-9700-367c1a900134", CellID->3114913], -Cell[24477, 658, 159, 3, 36, "Output",ExpressionUUID->"49a2cd20-4a51-49e6-9aac-3507d52b039a", +Cell[24532, 663, 159, 3, 36, "Output",ExpressionUUID->"49a2cd20-4a51-49e6-9aac-3507d52b039a", CellID->855181746] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24933, 675, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"02b75be9-38ab-4186-b5c7-ac876f38d7e9"], +Cell[30385, 825, 670, 18, 70, "TechNotesSection",ExpressionUUID->"640f57f2-4cc4-4fdf-b487-474ad175bf40"], +Cell[31058, 845, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"90a8bd11-1892-488d-b628-f45a4d640699"], +Cell[32094, 873, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"d52898d2-083a-4098-bcf1-678e3d1ed97f"], Cell[CellGroupData[{ -Cell[24900, 672, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"61d24332-85fd-4297-9495-2bc2c344ac0e"], -Cell[30352, 822, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7ec80f03-1c88-4d2b-a3b2-8ad787a16038"] -}, Open ]], -Cell[31037, 843, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0d33662e-2310-4d2b-acfe-569399632245"], -Cell[32073, 871, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"9560f108-49d2-4e4a-850a-b06951ec080e"], -Cell[CellGroupData[{ -Cell[34319, 938, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ebd11197-0045-4294-b754-bcfb3e0d4c8e", +Cell[34340, 940, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ebd11197-0045-4294-b754-bcfb3e0d4c8e", CellID->174251628], -Cell[34459, 941, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33035db5-3427-45c4-bfe9-834a59929fb4", +Cell[34480, 943, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"33035db5-3427-45c4-bfe9-834a59929fb4", CellID->1194386356], -Cell[34681, 947, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f2c4d975-ecbf-48d2-b962-6a26a85bd0a5", +Cell[34702, 949, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f2c4d975-ecbf-48d2-b962-6a26a85bd0a5", CellID->1641706272], -Cell[34896, 952, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"be788060-1c31-4bd5-9f41-df0c94a0c147", +Cell[34917, 954, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"be788060-1c31-4bd5-9f41-df0c94a0c147", CellID->399251956], -Cell[35125, 958, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2029975b-81f4-485d-884a-2e2a08b77931", +Cell[35146, 960, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2029975b-81f4-485d-884a-2e2a08b77931", CellID->821434655] }, Open ]], -Cell[35362, 964, 78, 0, 70, "FooterCell",ExpressionUUID->"ca044f6c-49e0-4476-857c-0eaef56ea8e0"] +Cell[35383, 966, 78, 0, 70, "FooterCell",ExpressionUUID->"85540d6b-0dd7-4545-81c1-0c93a88bfd7f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SymGameSizeK.nb b/Documentation/English/ReferencePages/Symbols/SymGameSizeK.nb index 0dd9140..ea43a3d 100644 --- a/Documentation/English/ReferencePages/Symbols/SymGameSizeK.nb +++ b/Documentation/English/ReferencePages/Symbols/SymGameSizeK.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40383, 1040] -NotebookOptionsPosition[ 32298, 880] -NotebookOutlinePosition[ 34443, 934] -CellTagsIndexPosition[ 34358, 929] +NotebookDataLength[ 40385, 1039] +NotebookOptionsPosition[ 32313, 881] +NotebookOutlinePosition[ 34477, 935] +CellTagsIndexPosition[ 34392, 930] WindowTitle->SymGameSizeK WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "881394fd-3e83-4ceb-8e15-0efa4a158ad2"], + "a4a4a62c-f872-4837-b0c9-539ac80d4f27"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "25917372-fcae-48c2-ad3c-6059fe55e4c9"], + "7b98ee84-ede5-45b5-9710-7b2dd7c396a2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7c7a454e-2074-4a63-b288-36b3224b629b"] - }],ExpressionUUID->"ea0b5f1c-6c15-4d46-bc2a-deb5c7ec525f"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "25a6df42-9441-4499-822e-92d6d7dbcca9"] + }],ExpressionUUID->"c832ccfd-207d-4cd8-beaf-486110ae2e07"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6ac271fb-8416-408c-80d8-c5bd9d5f7e62"], + "c0819ce9-d2cd-49d8-bd38-4196d2af664f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3a531b7f-0dda-41fe-9e90-f2ec0788224e"] - }],ExpressionUUID->"71fe4bd4-73c8-45fe-95c4-44e20e7731b3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "63ffed20-2f80-4c3d-81e4-fb4e991b13f4"] + }],ExpressionUUID->"70e77e07-3e53-48b9-a18a-3165e7dea87b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "28633193-c06b-48e5-bdef-26b3a293442b"], + "b02f26d5-e0aa-4b32-bd0e-0408cf451d50"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d8e697f6-10ec-4dc3-9991-58ee4bc41799"] - }],ExpressionUUID->"acd332f0-0e7f-4dad-895a-5e16044dc9c8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3c404de7-afa8-4966-a735-990a629f3fc9"] + }],ExpressionUUID->"61e36068-8bfb-4b8f-ba94-67347f9a2ccc"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "26c417a7-2c81-4354-8709-415ad1250c2b"], + "fd1105b7-f0a4-4555-a9ab-01d67d0b0de3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "deeb0f08-8f24-4c5e-a7ed-36e025141740"] - }],ExpressionUUID->"29a24c9e-9572-46fc-b5b7-ae12c04ed720"], - StripOnInput->False], {"\<\"TUG/ref/SymGameSizeK\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SymGameSizeK"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SymGameSizeK.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$191654], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SymGameSizeK" <> ".html"], None}]}]}, + "b06c68a1-4774-4b64-a670-358fe750db43"] + }],ExpressionUUID->"8d574996-5e76-4b83-b222-cc3133cb4ab2"], + StripOnInput->False],{ + "\"TUG/ref/SymGameSizeK\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SymGameSizeK"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SymGameSizeK.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$206842], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SymGameSizeK" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a16f6d7c-abe9-40de-9504-9e19b1377d42"] + "e4f2e4a8-c9c0-4ec9-9410-3365c5d82bc3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a1c23f57-936c-4145-8477-4450cee6738e"]} + "8b600218-805d-475f-b99a-779e74f1d4d0"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"15363d0f-7e92-4bbf-8769-677437685bb9"], + CellID->1,ExpressionUUID->"b4f5e554-8b7a-4207-94dc-beb700e617dd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"6e8d4e7b-202b-40ff-83ef-8973443e07cf"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ed5a516b-5110-45ab-a77c-21b7de6c0428"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SymGameSizeK", "ObjectName",ExpressionUUID-> - "9e5828fb-8c08-4122-be79-b5c180b6a6ed"], + "d8580aa2-331c-44eb-973f-d7c011f1fec2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b490344e-7ea8-439a-8511-9733c389eb25"], + "Spacer1"]],ExpressionUUID->"1060caea-5e1e-47b3-81cb-0708936caa4b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2b8f702e-470e-40b2-bbdd-d1169b630192"] - }],ExpressionUUID->"497d80b8-17cd-44a9-893e-622d751fb76c"], Cell[BoxData[ + "738e98a4-bf85-4fee-a07a-8fee8c6e32af"] + }],ExpressionUUID->"10b6a91a-7140-4d8b-99fa-9c460c37b6ec"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "899f5c31-f802-4b46-a453-db3bfe795481"]} + "36edc846-c750-4d6d-87d5-c69d7d642a63"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"08904eb2-51f9-4a5d-9820-126caa3f2b31"], + CacheGraphics->False,ExpressionUUID->"539e34a7-501d-4ebd-9bc9-1d8040bc730d"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -246,7 +250,7 @@ coalitions of size ", StyleBox["val", FontSlant->"Italic"], " and the grand coalition gets twice of it." - }],ExpressionUUID->"efe2062a-eb6f-47e2-829a-39de2ce7c0db"]} + }],ExpressionUUID->"515771ad-ccc8-42a8-ae03-b6abe3639985"]} }]], "Usage", CellID->1790068917,ExpressionUUID->"11a3fba0-e86f-4525-b944-e331dd2417ac"] }, Open ]], @@ -279,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"47cdbed4-93b9-4aba-bbeb-099fbf614a08"], + ExpressionUUID->"2cdda8d5-ebbe-423c-b1f6-1087967cbb3c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"70d356a5-5461-4ead-889d-11f4347e6b1b"], + "Spacer1"]],ExpressionUUID->"69cb7c4c-8fb5-4325-a6ab-878c48653a27"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"59cdf4be-723c-4285-a84f-77992f5b3d4a"], + }], "NotesFrameText",ExpressionUUID->"9ae2e22d-0754-44d6-823c-8d8fbe415024"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e9956169-38b8-4524-bd14-ad715312016b"]], \ + "Preemptive"]],ExpressionUUID->"ecc7649e-9d69-495b-ba6f-96802a766b31"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1175689136,ExpressionUUID->"a95ac75f-43be-468f-bc92-514a1ab32dd1"], + CellID->1505800897,ExpressionUUID->"262e9803-445f-4a41-ab02-6896f02d18dc"], Cell[TextData[{ "The expression ", @@ -386,19 +390,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a5d5896c-2838-444e-91f3-5a9339235de8"], + ExpressionUUID->"9a8f141b-5c52-4d1f-95f4-49cfcaea97f1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a196c9f2-7cf1-4bab-801d-f54ea7efd639"], + "Spacer1"]],ExpressionUUID->"768246f1-acae-44da-9d9e-2b24df390c4a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a330009c-361d-416a-9cb9-1b43f76f062a"] + "58e1d18c-0987-4522-94ea-4bd88e428d65"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->173825410,ExpressionUUID->"f60df36d-6c4d-4913-9728-053f8611394b"], + CellID->1526560966,ExpressionUUID->"c8590ad5-a0e5-456b-b7ca-62eb6d7375ec"], Cell[CellGroupData[{ @@ -427,18 +431,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"015d00d9-c1f2-41f7-90d4-ef032aaea863"], + ExpressionUUID->"9c19b856-4cbd-48de-bce3-9a7317e5544a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f73a3608-faf0-4822-93e8-b062a3994729"], + "Spacer1"]],ExpressionUUID->"a0a23bda-d05b-4fac-aec3-781e93657aef"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d5741e23-add5-4c5d-b39a-57b7725e1626"] + "9ab686c8-523f-40d1-961a-2ef3691cbc8d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1429728079,ExpressionUUID->"64afd8d5-b13d-48fc-b1d9-0b5a414b796e"], + CellID->1833004565,ExpressionUUID->"bc7728ad-3dd1-4a64-840b-a1e4cce133bb"], Cell["Loading the package:", "ExampleText", CellID->1704958260,ExpressionUUID->"da28c78d-cfa8-4298-a926-f544d87879af"], @@ -616,8 +620,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -765,15 +767,15 @@ Cell[BoxData[GridBox[{ "da5f254e-5963-40c7-ab29-5d93f4dc69b8"] }], "SeeAlso",ExpressionUUID->"3b487fcb-9f36-4b3c-8273-b1cca5c0a974"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"35b4fb00-6c0d-4510-8c3b-\ -65d455fa9202"], + }]], "SeeAlsoSection",ExpressionUUID->"50684dcb-9a18-4928-99fb-\ +157fda2b9cf4"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -785,9 +787,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ca0b3ba4-3fba-4b8d-a54b-99c2eba40ba4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b0dbd684-9edf-422d-835b-\ -fe0a7b2f794e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e8548b4c-b3fd-4d31-838e-\ +67a704e486e3"], Cell[BoxData[GridBox[{ { @@ -804,7 +805,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f173820b-1c4e-4814-a023-5473ef1803f4"]}]}, + "3e163206-a268-485e-929a-6c1b37c0cf2b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -812,10 +813,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3a3005b7-2c8d-4afa-bb25-34b57410740d"]}]} + "33a440e1-1dcd-4956-ab21-d9dc8359941b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"69744bd9-63e3-483f-b293-\ -c412016ddfde"], + }]], "MoreAboutSection",ExpressionUUID->"437e26a0-9f1a-479f-ac5c-\ +ac8d9ecb2b42"], Cell[BoxData[GridBox[{ { @@ -842,11 +843,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "359f9f4b-934d-48c8-b352-31544ac03962"]], "RelatedLinks", + "648b21ef-8921-4854-90d8-7234a797856a"]], "RelatedLinks", ExpressionUUID->"40122065-5cf0-4c10-89a3-bc81a8466aad"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2df8fde7-b50f-469c-b034-\ -a01da6fb828f"], + }]], "RelatedLinksSection",ExpressionUUID->"51dbcbd8-5f8b-4044-b302-\ +0f30b19682b7"], Cell[CellGroupData[{ @@ -876,11 +877,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"24047039-f658-4a7d-9c60-88497d92a6de"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9a8bf269-206b-490e-a368-331e3ded112d"] +Cell[" ", "FooterCell",ExpressionUUID->"16776699-fb50-4155-81f7-e924fa64710b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SymGameSizeK", TaggingRules->{ @@ -891,7 +892,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 22.315271}", + "built" -> "{2024, 6, 3, 16, 55, 53.609326}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -899,10 +900,10 @@ TaggingRules->{ "SymGameSizeK[T, k, val] constructs a symmetric game where a cycle of \ coalitions of size k getting a worth of val and the grand coalition gets \ twice of it.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SymGameSizeK", - "titlemodifier" -> "", "windowtitle" -> "SymGameSizeK", "type" -> - "Symbol", "uri" -> "TUG/ref/SymGameSizeK"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SymGameSizeK", "type" -> "Symbol", "uri" -> "TUG/ref/SymGameSizeK"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -911,9 +912,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"927969d9-f44f-4c7f-972d-b9621255d2b3" +ExpressionUUID->"55c288ef-2ffc-4226-9689-2a58274c4377" ] (* End of Notebook Content *) @@ -921,127 +922,125 @@ ExpressionUUID->"927969d9-f44f-4c7f-972d-b9621255d2b3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13778, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f60df36d-6c4d-4913-9728-053f8611394b", + Cell[13826, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c8590ad5-a0e5-456b-b7ca-62eb6d7375ec", CellTags->"PrimaryExamplesSection", - CellID->173825410]} + CellID->1526560966]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34158, 922} + {"PrimaryExamplesSection", 34191, 923} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7113, 169, 56, "AnchorBarGrid",ExpressionUUID->"15363d0f-7e92-4bbf-8769-677437685bb9", +Cell[584, 21, 7161, 173, 57, "AnchorBarGrid",ExpressionUUID->"b4f5e554-8b7a-4207-94dc-beb700e617dd", CellID->1], -Cell[7700, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"6e8d4e7b-202b-40ff-83ef-8973443e07cf"], +Cell[7748, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ed5a516b-5110-45ab-a77c-21b7de6c0428"], Cell[CellGroupData[{ -Cell[7811, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"08904eb2-51f9-4a5d-9820-126caa3f2b31"], -Cell[9100, 233, 693, 17, 111, "Usage",ExpressionUUID->"11a3fba0-e86f-4525-b944-e331dd2417ac", +Cell[7859, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"539e34a7-501d-4ebd-9bc9-1d8040bc730d"], +Cell[9148, 237, 693, 17, 111, "Usage",ExpressionUUID->"11a3fba0-e86f-4525-b944-e331dd2417ac", CellID->1790068917] }, Open ]], Cell[CellGroupData[{ -Cell[9830, 255, 1895, 47, 37, "NotesSection",ExpressionUUID->"a95ac75f-43be-468f-bc92-514a1ab32dd1", +Cell[9878, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"262e9803-445f-4a41-ab02-6896f02d18dc", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1175689136], -Cell[11728, 304, 834, 21, 57, "]]",ExpressionUUID->"08e67336-638f-49dc-8c33-8e90053dcb37", + CellID->1505800897], +Cell[11776, 308, 834, 21, 57, "]]",ExpressionUUID->"08e67336-638f-49dc-8c33-8e90053dcb37", CellID->313448337], -Cell[12565, 327, 489, 12, 37, "Notes",ExpressionUUID->"eb1c8db9-e16c-4931-a56e-3bee59fb797a", +Cell[12613, 331, 489, 12, 38, "Notes",ExpressionUUID->"eb1c8db9-e16c-4931-a56e-3bee59fb797a", CellID->177724765], -Cell[13057, 341, 214, 4, 36, "Notes",ExpressionUUID->"b0d28c17-f367-4273-ba22-6eb687d4ea61", +Cell[13105, 345, 214, 4, 36, "Notes",ExpressionUUID->"b0d28c17-f367-4273-ba22-6eb687d4ea61", CellID->1227408345], -Cell[13274, 347, 190, 4, 36, "Notes",ExpressionUUID->"764ed92f-632f-4c36-8dac-8a854080b8f4", +Cell[13322, 351, 190, 4, 36, "Notes",ExpressionUUID->"764ed92f-632f-4c36-8dac-8a854080b8f4", CellID->434316266], -Cell[13467, 353, 184, 4, 36, "Notes",ExpressionUUID->"f3bd8a09-cbfd-435b-b29f-564362bcb324", +Cell[13515, 357, 184, 4, 36, "Notes",ExpressionUUID->"f3bd8a09-cbfd-435b-b29f-564362bcb324", CellID->1614534728] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13778, 363, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f60df36d-6c4d-4913-9728-053f8611394b", +Cell[13826, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c8590ad5-a0e5-456b-b7ca-62eb6d7375ec", CellTags->"PrimaryExamplesSection", - CellID->173825410], + CellID->1526560966], Cell[CellGroupData[{ -Cell[15223, 404, 1399, 36, 30, "ExampleSection",ExpressionUUID->"64afd8d5-b13d-48fc-b1d9-0b5a414b796e", - CellID->1429728079], -Cell[16625, 442, 119, 1, 38, "ExampleText",ExpressionUUID->"da28c78d-cfa8-4298-a926-f544d87879af", +Cell[15272, 408, 1399, 36, 30, "ExampleSection",ExpressionUUID->"bc7728ad-3dd1-4a64-840b-a1e4cce133bb", + CellID->1833004565], +Cell[16674, 446, 119, 1, 39, "ExampleText",ExpressionUUID->"da28c78d-cfa8-4298-a926-f544d87879af", CellID->1704958260], Cell[CellGroupData[{ -Cell[16769, 447, 167, 3, 27, "Input",ExpressionUUID->"e1a6897d-70b9-493e-b616-3b2c95b20ccd", +Cell[16818, 451, 167, 3, 27, "Input",ExpressionUUID->"e1a6897d-70b9-493e-b616-3b2c95b20ccd", CellID->847532985], Cell[CellGroupData[{ -Cell[16961, 454, 237, 4, 23, "Print",ExpressionUUID->"acfc8b70-eb37-4c70-8c4e-b24909d4a1aa", +Cell[17010, 458, 237, 4, 23, "Print",ExpressionUUID->"acfc8b70-eb37-4c70-8c4e-b24909d4a1aa", CellID->1129787763], -Cell[17201, 460, 366, 8, 23, "Print",ExpressionUUID->"4e8e4ebc-ebab-4d4a-8321-7389aebd14c8", +Cell[17250, 464, 366, 8, 23, "Print",ExpressionUUID->"4e8e4ebc-ebab-4d4a-8321-7389aebd14c8", CellID->1425457697], -Cell[17570, 470, 236, 4, 23, "Print",ExpressionUUID->"c068f5ee-dc19-4591-bcb9-ad81606ecf4f", +Cell[17619, 474, 236, 4, 23, "Print",ExpressionUUID->"c068f5ee-dc19-4591-bcb9-ad81606ecf4f", CellID->645264677], -Cell[17809, 476, 221, 3, 23, "Print",ExpressionUUID->"21551fee-f7b9-439b-9484-98d7eea98c1d", +Cell[17858, 480, 221, 3, 23, "Print",ExpressionUUID->"21551fee-f7b9-439b-9484-98d7eea98c1d", CellID->1328451052], -Cell[18033, 481, 208, 3, 23, "Print",ExpressionUUID->"3d928097-9ef4-4389-bdd5-52c5d43d3acd", +Cell[18082, 485, 208, 3, 23, "Print",ExpressionUUID->"3d928097-9ef4-4389-bdd5-52c5d43d3acd", CellID->1109265098], -Cell[18244, 486, 237, 4, 23, "Print",ExpressionUUID->"3dab3b66-062c-483b-a69b-45ca43ef8ce2", +Cell[18293, 490, 237, 4, 23, "Print",ExpressionUUID->"3dab3b66-062c-483b-a69b-45ca43ef8ce2", CellID->248455285], -Cell[18484, 492, 220, 3, 23, "Print",ExpressionUUID->"70211e4a-9787-4567-812c-ddde9b7429b9", +Cell[18533, 496, 220, 3, 23, "Print",ExpressionUUID->"70211e4a-9787-4567-812c-ddde9b7429b9", CellID->468803941], -Cell[18707, 497, 237, 4, 23, "Print",ExpressionUUID->"bc50dfca-6c20-4b34-950d-959ab8109d71", +Cell[18756, 501, 237, 4, 23, "Print",ExpressionUUID->"bc50dfca-6c20-4b34-950d-959ab8109d71", CellID->2046214780], -Cell[18947, 503, 237, 4, 23, "Print",ExpressionUUID->"9b6b0d78-6164-4cea-9a5f-978498a6d94e", +Cell[18996, 507, 237, 4, 23, "Print",ExpressionUUID->"9b6b0d78-6164-4cea-9a5f-978498a6d94e", CellID->1740055877], -Cell[19187, 509, 208, 3, 23, "Print",ExpressionUUID->"88b9c902-acd5-4571-900a-a8d48d80749a", +Cell[19236, 513, 208, 3, 23, "Print",ExpressionUUID->"88b9c902-acd5-4571-900a-a8d48d80749a", CellID->1698799579], -Cell[19398, 514, 237, 4, 70, "Print",ExpressionUUID->"e37fc27e-23ae-43ce-814a-ea3e9fc7aa29", +Cell[19447, 518, 237, 4, 70, "Print",ExpressionUUID->"e37fc27e-23ae-43ce-814a-ea3e9fc7aa29", CellID->1553235907] }, Open ]] }, Open ]], -Cell[19662, 522, 134, 1, 70, "ExampleText",ExpressionUUID->"f826f858-db67-4b95-ac60-1334fac0ea78", +Cell[19711, 526, 134, 1, 70, "ExampleText",ExpressionUUID->"f826f858-db67-4b95-ac60-1334fac0ea78", CellID->1080679602], -Cell[19799, 525, 258, 7, 70, "Input",ExpressionUUID->"3b683e10-410d-4065-ba57-0a82a25ad445", +Cell[19848, 529, 258, 7, 70, "Input",ExpressionUUID->"3b683e10-410d-4065-ba57-0a82a25ad445", CellID->2036291657], Cell[CellGroupData[{ -Cell[20082, 536, 224, 5, 70, "Input",ExpressionUUID->"0de30fe3-b34d-45e2-8b1d-0494adf08325", +Cell[20131, 540, 224, 5, 70, "Input",ExpressionUUID->"0de30fe3-b34d-45e2-8b1d-0494adf08325", CellID->1567426471], -Cell[20309, 543, 858, 14, 54, "Output",ExpressionUUID->"b087b0f9-a057-49d7-8eed-8b3046d036df", +Cell[20358, 547, 858, 14, 53, "Output",ExpressionUUID->"b087b0f9-a057-49d7-8eed-8b3046d036df", CellID->1081145465] }, Open ]], -Cell[21182, 560, 239, 6, 70, "Input",ExpressionUUID->"200ce33d-2096-473b-a0ed-381c3d0fc7fb", +Cell[21231, 564, 239, 6, 70, "Input",ExpressionUUID->"200ce33d-2096-473b-a0ed-381c3d0fc7fb", CellID->1549998243], -Cell[21424, 568, 190, 4, 70, "ExampleText",ExpressionUUID->"2a5c77bd-3f54-4c2d-b50d-1fe16ebe5248", +Cell[21473, 572, 190, 4, 70, "ExampleText",ExpressionUUID->"2a5c77bd-3f54-4c2d-b50d-1fe16ebe5248", CellID->195524229], Cell[CellGroupData[{ -Cell[21639, 576, 170, 3, 70, "Input",ExpressionUUID->"3b24645d-fd5e-4eb9-93b5-f7c0decbfb93", +Cell[21688, 580, 170, 3, 70, "Input",ExpressionUUID->"3b24645d-fd5e-4eb9-93b5-f7c0decbfb93", CellID->1804117511], -Cell[21812, 581, 173, 4, 36, "Output",ExpressionUUID->"61c206b9-e71d-4998-bb27-4699ddb6a8e4", +Cell[21861, 585, 173, 4, 36, "Output",ExpressionUUID->"61c206b9-e71d-4998-bb27-4699ddb6a8e4", CellID->201050764] }, Open ]], -Cell[22000, 588, 151, 1, 70, "ExampleText",ExpressionUUID->"07dbf435-67a0-4625-b7a4-e0417759eb3c", +Cell[22049, 592, 151, 1, 70, "ExampleText",ExpressionUUID->"07dbf435-67a0-4625-b7a4-e0417759eb3c", CellID->616187693], Cell[CellGroupData[{ -Cell[22176, 593, 169, 3, 70, "Input",ExpressionUUID->"50bf7adf-3e0f-42c8-ad1c-5054953aca04", +Cell[22225, 597, 169, 3, 70, "Input",ExpressionUUID->"50bf7adf-3e0f-42c8-ad1c-5054953aca04", CellID->718525132], -Cell[22348, 598, 374, 11, 51, "Output",ExpressionUUID->"ca022741-b652-4694-a346-6d175da356b9", +Cell[22397, 602, 374, 11, 50, "Output",ExpressionUUID->"ca022741-b652-4694-a346-6d175da356b9", CellID->2109089202] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23013, 622, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"50684dcb-9a18-4928-99fb-157fda2b9cf4"], +Cell[28493, 772, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e8548b4c-b3fd-4d31-838e-67a704e486e3"], +Cell[29166, 792, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"437e26a0-9f1a-479f-ac5c-ac8d9ecb2b42"], +Cell[30202, 820, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"51dbcbd8-5f8b-4044-b302-0f30b19682b7"], Cell[CellGroupData[{ -Cell[22986, 620, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"35b4fb00-6c0d-4510-8c3b-65d455fa9202"], -Cell[28466, 770, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b0dbd684-9edf-422d-835b-fe0a7b2f794e"] -}, Open ]], -Cell[29151, 791, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"69744bd9-63e3-483f-b293-c412016ddfde"], -Cell[30187, 819, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"2df8fde7-b50f-469c-b034-a01da6fb828f"], -Cell[CellGroupData[{ -Cell[31173, 852, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b18c9c46-6212-4130-8f2e-35a7b3b23cd4", +Cell[31188, 853, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b18c9c46-6212-4130-8f2e-35a7b3b23cd4", CellID->906383680], -Cell[31313, 855, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0fe1463b-9542-4eea-8674-d0f12fb0bbdb", +Cell[31328, 856, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0fe1463b-9542-4eea-8674-d0f12fb0bbdb", CellID->1194386356], -Cell[31535, 861, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a17f232f-c1b0-4705-9fd1-ffb8219ecca0", +Cell[31550, 862, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a17f232f-c1b0-4705-9fd1-ffb8219ecca0", CellID->1641706272], -Cell[31750, 866, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0bf5660-2953-49ae-9dc7-2ed23861ee8e", +Cell[31765, 867, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0bf5660-2953-49ae-9dc7-2ed23861ee8e", CellID->399251956], -Cell[31979, 872, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"24047039-f658-4a7d-9c60-88497d92a6de", +Cell[31994, 873, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"24047039-f658-4a7d-9c60-88497d92a6de", CellID->821434655] }, Open ]], -Cell[32216, 878, 78, 0, 70, "FooterCell",ExpressionUUID->"9a8bf269-206b-490e-a368-331e3ded112d"] +Cell[32231, 879, 78, 0, 70, "FooterCell",ExpressionUUID->"16776699-fb50-4155-81f7-e924fa64710b"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SymGameType2.nb b/Documentation/English/ReferencePages/Symbols/SymGameType2.nb index 899077d..73fdce3 100644 --- a/Documentation/English/ReferencePages/Symbols/SymGameType2.nb +++ b/Documentation/English/ReferencePages/Symbols/SymGameType2.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39781, 1026] -NotebookOptionsPosition[ 31817, 868] -NotebookOutlinePosition[ 33960, 922] -CellTagsIndexPosition[ 33875, 917] +NotebookDataLength[ 39785, 1025] +NotebookOptionsPosition[ 31833, 869] +NotebookOutlinePosition[ 33995, 923] +CellTagsIndexPosition[ 33910, 918] WindowTitle->SymGameType2 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c9cfe405-f788-4991-b827-ec5484e66de4"], + "bc710ba9-33ec-48b1-a351-e3e76fdef24a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "af8e784a-78d6-4877-ac08-12684012b799"], + "2e2c1ab7-a714-44a3-987c-e7eb6558dd5c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0805ef77-b71d-449c-8007-5cefc9ef0869"] - }],ExpressionUUID->"c9e7c2e8-6bab-4935-aa85-683aae996b36"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "15274383-9039-4ca1-9f50-2b2e959838dd"] + }],ExpressionUUID->"d7df6ad8-8b56-4e63-8ccc-69360be728d3"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8d802a3b-1556-4ed8-8daa-00d1252555b4"], + "5f325c5d-a8dc-4792-9834-1d4dfee1ee54"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "878fb1dc-2c69-4e3c-af3c-e715934e9d0a"] - }],ExpressionUUID->"499c8d45-f6ac-48a3-992f-5d5ad94a8b9c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "001916db-61c2-431b-9428-7f172c1a789f"] + }],ExpressionUUID->"b82eb84c-d766-4fd5-aa00-cfcb3937ed80"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6274ba3f-e365-4125-9f96-99a74da454c2"], + "ba125d27-f544-4118-b550-0690fe6bdc18"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6dfc2d59-7f75-488d-b71c-431011b2b5c2"] - }],ExpressionUUID->"66e1a188-cfa9-45b0-b52b-29dbbfa8c1ce"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a99bc2ad-165c-4665-be78-f1101c58daad"] + }],ExpressionUUID->"46c72ff4-4260-4ada-9c1d-bea3a1173a02"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "55644fd6-2a2b-4cfb-9038-dd4a1534784f"], + "65153436-ee5a-4e76-b3e3-256d289f5025"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "012cc373-3627-4bce-93c2-0bf55f9d404d"] - }],ExpressionUUID->"c7edf8ad-e77b-40f6-b286-c62a8caa5c24"], - StripOnInput->False], {"\<\"TUG/ref/SymGameType2\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SymGameType2"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SymGameType2.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$192210], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SymGameType2" <> ".html"], None}]}]}, + "fbe8841c-110c-41ce-97a3-0f3869498eea"] + }],ExpressionUUID->"023409f1-1b12-4849-8227-3012a986bb7e"], + StripOnInput->False],{ + "\"TUG/ref/SymGameType2\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SymGameType2"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SymGameType2.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$207432], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SymGameType2" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "de8fc29b-5750-4b86-86c2-e1e9a53e0f26"] + "67a0f8a5-7cf7-47df-9a2f-d958b75bad83"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "5be4d6d9-f065-4d7a-8148-f733b7f1d038"]} + "e06d56f8-7790-4b19-90ef-7e74357060ac"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e0f32247-8124-4620-8b90-001fcadf09e6"], + CellID->1,ExpressionUUID->"df01fdb7-16b9-4843-806a-d274a1e747aa"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e36d058b-e309-468f-80f0-a4f15d7519c8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"f89113e0-702a-45bc-9d7b-7de021f48aaf"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SymGameType2", "ObjectName",ExpressionUUID-> - "c81ce9a5-c7b0-4ff3-a8b7-c0f301c1fa7a"], + "d048728f-5727-4f0e-a09d-7d881becd9c5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"4b5c44f4-f61e-4d6c-b2f2-9f6131154a5b"], + "Spacer1"]],ExpressionUUID->"d9f6320c-d0c2-4e83-b63f-9a43d83c688f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "18f48b35-5059-4577-bcda-32ff8e7d35b6"] - }],ExpressionUUID->"d9d02707-f7c1-4ae6-9284-de42a08aca7d"], Cell[BoxData[ + "a31ce082-411e-44d9-8c71-a385a8cf80a6"] + }],ExpressionUUID->"e22d8f10-8bbe-4d25-a3d1-4890440ec305"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2daa6519-2c4a-4c6d-9b86-86d539ab302d"]} + "9d262caa-8629-4094-b31b-cdc0543cb620"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"5e8f8112-7417-4281-a219-6597905ac6e2"], + CacheGraphics->False,ExpressionUUID->"bb241b6c-c3d1-4036-b50c-f52e50f78767"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +247,7 @@ intersects with the coalition S is getting a worth of ", StyleBox["val", FontSlant->"Italic"], ", otherwise zero." - }],ExpressionUUID->"128e63e5-f080-4635-a9bc-a977f4fa1543"]} + }],ExpressionUUID->"d1a02614-e231-4dce-af05-35648c65668b"]} }]], "Usage", CellID->162651612,ExpressionUUID->"47278893-457a-4f5d-983f-cd2b55acc568"] }, Open ]], @@ -276,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"46c959c0-ada3-4af2-88c0-a0ab2f9f38a8"], + ExpressionUUID->"6197cb18-b98e-4412-9067-1c095e9f77fa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c7056143-7c88-45b4-9271-b80df2d99ba8"], + "Spacer1"]],ExpressionUUID->"7bd973a9-b6c1-40d6-9187-1595c40c758d"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"afd6ef82-2696-4e39-add6-19fb8845078d"], + }], "NotesFrameText",ExpressionUUID->"7e82d485-047b-41b6-b8c6-8397b06e87ce"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"fd0bafec-84b0-443e-8d25-540515868949"]], \ + "Preemptive"]],ExpressionUUID->"bbc9142e-3be4-4524-a24d-84fabf3577d7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1410910766,ExpressionUUID->"4c9acb5b-e3d1-4788-9b76-eb16b0fbc9f2"], + CellID->1203073336,ExpressionUUID->"7fb1d800-e949-4fdd-9ce9-660ca78f09a2"], Cell[TextData[{ "The expression ", @@ -377,19 +381,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b3064ccc-6ea4-471a-9ef1-941d567d46cd"], + ExpressionUUID->"d1f02047-1670-4516-90fd-38ee48ff6b07"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c0fceee4-1487-4e9c-89d0-67cbabe2dded"], + "Spacer1"]],ExpressionUUID->"7e590c62-e8f6-4f62-9bd4-472cf5e8a112"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "be2bb400-3502-4d15-bed0-8508921e14e7"] + "530dfd0c-ec04-47a0-af34-5146f649e69b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->323942440,ExpressionUUID->"19f9e2d7-1c6b-4768-8583-7ed75943e818"], + CellID->1524061812,ExpressionUUID->"556248da-3bfe-4220-891f-f8b2cf30149a"], Cell[CellGroupData[{ @@ -418,18 +422,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5e02d2f8-fb51-4514-ab5f-5efd8571349f"], + ExpressionUUID->"a3db4b3c-acfb-4829-bfc1-88321b65d4b6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4c3ac45c-3aee-43d9-a834-2c8050c060cd"], + "Spacer1"]],ExpressionUUID->"e94e6f02-9c77-4b13-a048-da94bf793470"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "0dbef45a-50ec-4c2c-9eb6-2cff7bff97f0"] + "40bc832f-bf94-4645-b483-15ca0680ef77"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->605824250,ExpressionUUID->"a6b1a539-0bd7-4ca2-8589-2e428d5bcb07"], + CellID->1750022032,ExpressionUUID->"56b53fdc-f192-4b19-b716-3b01e11e0ea5"], Cell["Loading the package:", "ExampleText", CellID->2104902254,ExpressionUUID->"acf75368-5411-42bd-9e62-591f3cf81ba5"], @@ -604,8 +608,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -753,15 +755,15 @@ Cell[BoxData[GridBox[{ "efe595f4-6571-4a72-b581-5b5a701546b8"] }], "SeeAlso",ExpressionUUID->"fbe3f03b-d152-4ee6-897d-75a3b6ed1bb4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3ff41ae8-eb73-4b1e-9d95-\ -c610df278f33"], + }]], "SeeAlsoSection",ExpressionUUID->"29e9ae96-e87c-4e9a-9121-\ +48b6e05e973e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -773,9 +775,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7aeea672-a433-4946-8e0f-de01bddbfa1a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"b921c651-cdb8-41ed-ae1b-\ -7c43e319495c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"e1cc5a38-ed0e-4e36-9fe3-\ +cade4f112aa8"], Cell[BoxData[GridBox[{ { @@ -792,7 +793,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "59434ca9-bb6a-4caa-a187-6c29124625c5"]}]}, + "e093285e-9422-4322-92a0-9f1b8a82bd59"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -800,10 +801,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a5570d8c-f818-44f8-8aeb-681079bbba2f"]}]} + "993ff2db-92f7-4a37-a0ed-82115b77316a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"3d4a3b6f-65b0-4d7d-bf92-\ -5ce292e71d95"], + }]], "MoreAboutSection",ExpressionUUID->"019c06f9-adc6-4c5a-8e97-\ +4539013b44ae"], Cell[BoxData[GridBox[{ { @@ -830,11 +831,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "aa658a19-6a1f-42c3-8342-a79d49887077"]], "RelatedLinks", + "fed0ed73-23e3-4d43-afba-ebfa1778eb2c"]], "RelatedLinks", ExpressionUUID->"29ee5480-4610-473c-ae4e-49f4601b0234"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f1eb0ea1-f4e0-40dc-844a-\ -75f55c4a4050"], + }]], "RelatedLinksSection",ExpressionUUID->"ca1f4489-33dc-48ea-9ba5-\ +dc0d1f05e3e9"], Cell[CellGroupData[{ @@ -864,11 +865,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"3158d224-ff74-442a-a4bd-dfe6e9944134"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c9cae52a-328d-4d40-9134-2792f8fc689a"] +Cell[" ", "FooterCell",ExpressionUUID->"104499b8-5a4a-4790-89fa-a4532c4455e4"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SymGameType2", TaggingRules->{ @@ -879,7 +880,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 23.803557}", + "built" -> "{2024, 6, 3, 16, 55, 54.324986}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -887,10 +888,10 @@ TaggingRules->{ "SymGameType2[T, S, val] constructs a game where all coalitions of size 2 \ that intersects with the coalition S is getting a worth of val, otherwise \ zero.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SymGameType2", - "titlemodifier" -> "", "windowtitle" -> "SymGameType2", "type" -> - "Symbol", "uri" -> "TUG/ref/SymGameType2"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SymGameType2", "type" -> "Symbol", "uri" -> "TUG/ref/SymGameType2"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -899,9 +900,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"74dfc524-53ca-4e87-bcfc-719ab9516190" +ExpressionUUID->"796db9b2-32c3-4b48-a1d4-088204cfc428" ] (* End of Notebook Content *) @@ -909,125 +910,123 @@ ExpressionUUID->"74dfc524-53ca-4e87-bcfc-719ab9516190" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13604, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19f9e2d7-1c6b-4768-8583-7ed75943e818", + Cell[13652, 358, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"556248da-3bfe-4220-891f-f8b2cf30149a", CellTags->"PrimaryExamplesSection", - CellID->323942440]} + CellID->1524061812]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33675, 910} + {"PrimaryExamplesSection", 33709, 911} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7113, 169, 56, "AnchorBarGrid",ExpressionUUID->"e0f32247-8124-4620-8b90-001fcadf09e6", +Cell[584, 21, 7161, 173, 57, "AnchorBarGrid",ExpressionUUID->"df01fdb7-16b9-4843-806a-d274a1e747aa", CellID->1], -Cell[7700, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e36d058b-e309-468f-80f0-a4f15d7519c8"], +Cell[7748, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"f89113e0-702a-45bc-9d7b-7de021f48aaf"], Cell[CellGroupData[{ -Cell[7811, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"5e8f8112-7417-4281-a219-6597905ac6e2"], -Cell[9100, 233, 635, 14, 111, "Usage",ExpressionUUID->"47278893-457a-4f5d-983f-cd2b55acc568", +Cell[7859, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"bb241b6c-c3d1-4036-b50c-f52e50f78767"], +Cell[9148, 237, 635, 14, 111, "Usage",ExpressionUUID->"47278893-457a-4f5d-983f-cd2b55acc568", CellID->162651612] }, Open ]], Cell[CellGroupData[{ -Cell[9772, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"4c9acb5b-e3d1-4788-9b76-eb16b0fbc9f2", +Cell[9820, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"7fb1d800-e949-4fdd-9ce9-660ca78f09a2", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1410910766], -Cell[11670, 301, 806, 20, 57, "]]",ExpressionUUID->"6b5bd795-36dd-419b-9f56-e51866ed72ca", + CellID->1203073336], +Cell[11718, 305, 806, 20, 57, "]]",ExpressionUUID->"6b5bd795-36dd-419b-9f56-e51866ed72ca", CellID->522530617], -Cell[12479, 323, 489, 12, 37, "Notes",ExpressionUUID->"78d436cd-b9ec-4a47-b6a8-89f2713aa4a5", +Cell[12527, 327, 489, 12, 38, "Notes",ExpressionUUID->"78d436cd-b9ec-4a47-b6a8-89f2713aa4a5", CellID->177724765], -Cell[12971, 337, 319, 5, 57, "Notes",ExpressionUUID->"6847aeb7-2efd-480b-b699-7f4be2dcebdc", +Cell[13019, 341, 319, 5, 57, "Notes",ExpressionUUID->"6847aeb7-2efd-480b-b699-7f4be2dcebdc", CellID->596437593], -Cell[13293, 344, 184, 4, 36, "Notes",ExpressionUUID->"029d8703-9c14-4b9a-bc04-a81a2f3534c3", +Cell[13341, 348, 184, 4, 36, "Notes",ExpressionUUID->"029d8703-9c14-4b9a-bc04-a81a2f3534c3", CellID->2013990322] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13604, 354, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19f9e2d7-1c6b-4768-8583-7ed75943e818", +Cell[13652, 358, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"556248da-3bfe-4220-891f-f8b2cf30149a", CellTags->"PrimaryExamplesSection", - CellID->323942440], + CellID->1524061812], Cell[CellGroupData[{ -Cell[15049, 395, 1398, 36, 30, "ExampleSection",ExpressionUUID->"a6b1a539-0bd7-4ca2-8589-2e428d5bcb07", - CellID->605824250], -Cell[16450, 433, 119, 1, 38, "ExampleText",ExpressionUUID->"acf75368-5411-42bd-9e62-591f3cf81ba5", +Cell[15098, 399, 1399, 36, 30, "ExampleSection",ExpressionUUID->"56b53fdc-f192-4b19-b716-3b01e11e0ea5", + CellID->1750022032], +Cell[16500, 437, 119, 1, 39, "ExampleText",ExpressionUUID->"acf75368-5411-42bd-9e62-591f3cf81ba5", CellID->2104902254], Cell[CellGroupData[{ -Cell[16594, 438, 167, 3, 27, "Input",ExpressionUUID->"e662a545-db63-4d73-b733-28ca0c1f3e84", +Cell[16644, 442, 167, 3, 27, "Input",ExpressionUUID->"e662a545-db63-4d73-b733-28ca0c1f3e84", CellID->585699225], Cell[CellGroupData[{ -Cell[16786, 445, 237, 4, 23, "Print",ExpressionUUID->"20876cfb-9c6e-409d-a2d8-9b2625d9dc97", +Cell[16836, 449, 237, 4, 23, "Print",ExpressionUUID->"20876cfb-9c6e-409d-a2d8-9b2625d9dc97", CellID->1149698040], -Cell[17026, 451, 365, 8, 23, "Print",ExpressionUUID->"bc831dea-e5d0-415c-a539-e4abbf57d255", +Cell[17076, 455, 365, 8, 23, "Print",ExpressionUUID->"bc831dea-e5d0-415c-a539-e4abbf57d255", CellID->466655372], -Cell[17394, 461, 235, 4, 23, "Print",ExpressionUUID->"bf70a48f-556d-43c4-8df3-a8cb71a234e2", +Cell[17444, 465, 235, 4, 23, "Print",ExpressionUUID->"bf70a48f-556d-43c4-8df3-a8cb71a234e2", CellID->31774745], -Cell[17632, 467, 221, 3, 23, "Print",ExpressionUUID->"16192737-7d5b-45a3-ba65-dc121d62ccb2", +Cell[17682, 471, 221, 3, 23, "Print",ExpressionUUID->"16192737-7d5b-45a3-ba65-dc121d62ccb2", CellID->1611455165], -Cell[17856, 472, 207, 3, 23, "Print",ExpressionUUID->"5718bb8e-81b3-46ae-920e-c4552ce82ff0", +Cell[17906, 476, 207, 3, 23, "Print",ExpressionUUID->"5718bb8e-81b3-46ae-920e-c4552ce82ff0", CellID->383669966], -Cell[18066, 477, 237, 4, 23, "Print",ExpressionUUID->"c8ab40e8-acf9-4900-85e4-1ac9f2c663b7", +Cell[18116, 481, 237, 4, 23, "Print",ExpressionUUID->"c8ab40e8-acf9-4900-85e4-1ac9f2c663b7", CellID->630640636], -Cell[18306, 483, 221, 3, 23, "Print",ExpressionUUID->"7bdb336d-178c-49de-b31a-e4fba5877489", +Cell[18356, 487, 221, 3, 23, "Print",ExpressionUUID->"7bdb336d-178c-49de-b31a-e4fba5877489", CellID->1350463762], -Cell[18530, 488, 237, 4, 23, "Print",ExpressionUUID->"207f18d7-2fda-428a-8ab6-d6c670a830e4", +Cell[18580, 492, 237, 4, 23, "Print",ExpressionUUID->"207f18d7-2fda-428a-8ab6-d6c670a830e4", CellID->1152044745], -Cell[18770, 494, 237, 4, 23, "Print",ExpressionUUID->"d0e4b113-42ed-45b1-9a03-25b8dfe05111", +Cell[18820, 498, 237, 4, 23, "Print",ExpressionUUID->"d0e4b113-42ed-45b1-9a03-25b8dfe05111", CellID->1484284442], -Cell[19010, 500, 208, 3, 23, "Print",ExpressionUUID->"d5945faa-eff9-4a11-bd00-8d85c6f65359", +Cell[19060, 504, 208, 3, 23, "Print",ExpressionUUID->"d5945faa-eff9-4a11-bd00-8d85c6f65359", CellID->2017519117], -Cell[19221, 505, 237, 4, 70, "Print",ExpressionUUID->"bae797af-26a3-46cf-83f9-4509eb79db3f", +Cell[19271, 509, 237, 4, 23, "Print",ExpressionUUID->"bae797af-26a3-46cf-83f9-4509eb79db3f", CellID->1226697033] }, Open ]] }, Open ]], -Cell[19485, 513, 137, 1, 70, "ExampleText",ExpressionUUID->"b41f297e-95e7-4e22-b17a-0390dbcab0f7", +Cell[19535, 517, 137, 1, 70, "ExampleText",ExpressionUUID->"b41f297e-95e7-4e22-b17a-0390dbcab0f7", CellID->1052183855], -Cell[19625, 516, 248, 7, 70, "Input",ExpressionUUID->"e8f34265-7060-4ce4-9d13-5fddf97e62dd", +Cell[19675, 520, 248, 7, 70, "Input",ExpressionUUID->"e8f34265-7060-4ce4-9d13-5fddf97e62dd", CellID->1126280212], Cell[CellGroupData[{ -Cell[19898, 527, 284, 7, 70, "Input",ExpressionUUID->"5192162b-97a2-4e66-bf32-99bb6f81b335", +Cell[19948, 531, 284, 7, 70, "Input",ExpressionUUID->"5192162b-97a2-4e66-bf32-99bb6f81b335", CellID->950307541], -Cell[20185, 536, 521, 10, 36, "Output",ExpressionUUID->"f08293e8-91d2-4309-8ff6-f820f2311a2e", +Cell[20235, 540, 521, 10, 36, "Output",ExpressionUUID->"f08293e8-91d2-4309-8ff6-f820f2311a2e", CellID->818306008] }, Open ]], -Cell[20721, 549, 239, 6, 70, "Input",ExpressionUUID->"33ff62e4-cc7f-4d67-92ed-5179c67c4d18", +Cell[20771, 553, 239, 6, 70, "Input",ExpressionUUID->"33ff62e4-cc7f-4d67-92ed-5179c67c4d18", CellID->1810195292], -Cell[20963, 557, 191, 4, 70, "ExampleText",ExpressionUUID->"c7975f92-f1df-42f6-ad58-8852916a5070", +Cell[21013, 561, 191, 4, 70, "ExampleText",ExpressionUUID->"c7975f92-f1df-42f6-ad58-8852916a5070", CellID->1613010597], Cell[CellGroupData[{ -Cell[21179, 565, 169, 3, 70, "Input",ExpressionUUID->"fe78495f-45c7-4dab-af7c-47b1a5831537", +Cell[21229, 569, 169, 3, 70, "Input",ExpressionUUID->"fe78495f-45c7-4dab-af7c-47b1a5831537", CellID->805748391], -Cell[21351, 570, 174, 4, 36, "Output",ExpressionUUID->"e8d60522-616c-42ca-80c8-b789c48ed3ca", +Cell[21401, 574, 174, 4, 36, "Output",ExpressionUUID->"e8d60522-616c-42ca-80c8-b789c48ed3ca", CellID->1722909277] }, Open ]], -Cell[21540, 577, 151, 1, 70, "ExampleText",ExpressionUUID->"2a0ea058-bd2b-43b6-b754-61b59c84d8c1", +Cell[21590, 581, 151, 1, 70, "ExampleText",ExpressionUUID->"2a0ea058-bd2b-43b6-b754-61b59c84d8c1", CellID->245860267], Cell[CellGroupData[{ -Cell[21716, 582, 170, 3, 70, "Input",ExpressionUUID->"4fcaa27d-6d2a-43a6-b656-61cea757e0ef", +Cell[21766, 586, 170, 3, 70, "Input",ExpressionUUID->"4fcaa27d-6d2a-43a6-b656-61cea757e0ef", CellID->1859816871], -Cell[21889, 587, 352, 10, 51, "Output",ExpressionUUID->"68ba55fc-e0b2-4cb5-813c-4e32b63b0db0", +Cell[21939, 591, 352, 10, 51, "Output",ExpressionUUID->"68ba55fc-e0b2-4cb5-813c-4e32b63b0db0", CellID->1422197699] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22533, 610, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"29e9ae96-e87c-4e9a-9121-48b6e05e973e"], +Cell[28013, 760, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e1cc5a38-ed0e-4e36-9fe3-cade4f112aa8"], +Cell[28686, 780, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"019c06f9-adc6-4c5a-8e97-4539013b44ae"], +Cell[29722, 808, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"ca1f4489-33dc-48ea-9ba5-dc0d1f05e3e9"], Cell[CellGroupData[{ -Cell[22505, 608, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"3ff41ae8-eb73-4b1e-9d95-c610df278f33"], -Cell[27985, 758, 670, 18, 70, "TechNotesSection",ExpressionUUID->"b921c651-cdb8-41ed-ae1b-7c43e319495c"] -}, Open ]], -Cell[28670, 779, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3d4a3b6f-65b0-4d7d-bf92-5ce292e71d95"], -Cell[29706, 807, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"f1eb0ea1-f4e0-40dc-844a-75f55c4a4050"], -Cell[CellGroupData[{ -Cell[30692, 840, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"00bf20f6-9198-4dba-8b52-3af86fe00cea", +Cell[30708, 841, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"00bf20f6-9198-4dba-8b52-3af86fe00cea", CellID->906383680], -Cell[30832, 843, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"03a8993a-4516-4cb2-b3bb-ea3d514ae74b", +Cell[30848, 844, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"03a8993a-4516-4cb2-b3bb-ea3d514ae74b", CellID->1194386356], -Cell[31054, 849, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"45809c8b-f14b-4e2c-8308-4b7b28311ec7", +Cell[31070, 850, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"45809c8b-f14b-4e2c-8308-4b7b28311ec7", CellID->1641706272], -Cell[31269, 854, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b72f0d2a-bc1e-4503-9b1c-495e4a3c63ed", +Cell[31285, 855, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b72f0d2a-bc1e-4503-9b1c-495e4a3c63ed", CellID->399251956], -Cell[31498, 860, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3158d224-ff74-442a-a4bd-dfe6e9944134", +Cell[31514, 861, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"3158d224-ff74-442a-a4bd-dfe6e9944134", CellID->821434655] }, Open ]], -Cell[31735, 866, 78, 0, 70, "FooterCell",ExpressionUUID->"c9cae52a-328d-4d40-9134-2792f8fc689a"] +Cell[31751, 867, 78, 0, 70, "FooterCell",ExpressionUUID->"104499b8-5a4a-4790-89fa-a4532c4455e4"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SymGameType3.nb b/Documentation/English/ReferencePages/Symbols/SymGameType3.nb index dac5c5c..bfa63cf 100644 --- a/Documentation/English/ReferencePages/Symbols/SymGameType3.nb +++ b/Documentation/English/ReferencePages/Symbols/SymGameType3.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39798, 1027] -NotebookOptionsPosition[ 31836, 869] -NotebookOutlinePosition[ 33979, 923] -CellTagsIndexPosition[ 33894, 918] +NotebookDataLength[ 39800, 1026] +NotebookOptionsPosition[ 31851, 870] +NotebookOutlinePosition[ 34013, 924] +CellTagsIndexPosition[ 33928, 919] WindowTitle->SymGameType3 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f3fe0d71-04fc-438e-97d3-e42d0b45f93a"], + "e5a3b1ab-a9c1-4c50-adfa-5b28f40c7ab8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "83897e72-c0b5-40cc-bd67-2fe8f518b632"], + "4a01bbb5-2169-4e1e-9f05-e968de761eac"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a2559efe-1cb7-4f0a-85c8-ea079d1e280c"] - }],ExpressionUUID->"8cd94cb8-eb28-4bcc-9d7c-b5a99365cfbc"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "f4a26dd2-9754-4be8-afff-57b1ce383015"] + }],ExpressionUUID->"3bc568bc-527e-42b7-9d77-7cfd83fe01c6"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d4f345b3-f735-435e-a052-8b15bfb4986a"], + "88a98252-c6c0-4ab5-9b4c-b2b6e5611ce3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7e4ab1ca-80ee-4b6e-ab5a-9ef6dc6c1eca"] - }],ExpressionUUID->"81a88f15-d391-4803-b535-6aecc6fc9970"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1ae1bcfe-bca4-4f8a-8806-76eeb1b82769"] + }],ExpressionUUID->"42e832fa-fc81-40fa-9a75-65789905da7b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5bfbf168-a0b0-4f57-a8bb-19c9cabffd29"], + "7c0dd59b-68e4-460c-b6f9-900cd93a044c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "792bc757-5423-4ca9-9167-5210d341ee9e"] - }],ExpressionUUID->"bc0c9164-7a63-4df5-8f88-043d1ab69886"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "248b7146-ad07-49bb-8d7f-02fe37a08b49"] + }],ExpressionUUID->"61376367-ab16-4ba9-99ba-c0e032a4c24c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "993709b9-6510-470e-83c9-45482fa466b9"], + "d89ac1e4-fb46-4d05-8a14-2190909f428b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0c7556ec-250c-40f8-9bcd-505e5651d121"] - }],ExpressionUUID->"37c52c78-f22f-4742-8b47-6f65d5e3f2a2"], - StripOnInput->False], {"\<\"TUG/ref/SymGameType3\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SymGameType3"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SymGameType3.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$192766], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SymGameType3" <> ".html"], None}]}]}, + "ff7d6f40-79d4-43b7-8ba4-f6f161ff95c9"] + }],ExpressionUUID->"6585e733-fe82-4967-a654-f2535dbb2379"], + StripOnInput->False],{ + "\"TUG/ref/SymGameType3\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SymGameType3"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SymGameType3.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$208022], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SymGameType3" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5a7307f1-d323-47c1-98c4-e3f68e250f30"] + "ee381d95-d5da-4bee-baf3-877ed84a2e9b"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "be8e43b0-9dcc-4152-be0e-1023b9345fe1"]} + "f556e3d1-59c0-4d54-836c-e4cecd205029"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"6ae0422a-4250-46bc-a820-2190137e6420"], + CellID->1,ExpressionUUID->"a2defa2f-ed67-4dd9-a8c5-4469bc9916c9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"67d2ddc1-c0f4-4d5d-a799-74bc456ca732"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5f4cc3f8-ebb1-4c97-b391-5a6996c8f20d"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SymGameType3", "ObjectName",ExpressionUUID-> - "5707fe22-54b1-4cbc-b55e-c1906c9daed6"], + "d7a0adee-3398-40ee-a76a-9c44d2e38734"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"fb8ea8bd-d3e6-40bf-b73a-982f76631071"], + "Spacer1"]],ExpressionUUID->"10b81658-2be6-4ab1-bf30-677146e47eff"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8ceb12b2-a9ba-4cde-929e-e96b851fdbd1"] - }],ExpressionUUID->"dfebed30-0671-4e1f-86ad-2e7aa593c1ee"], Cell[BoxData[ + "a8a93529-1b4d-486e-9d37-a40765d5598e"] + }],ExpressionUUID->"84f6d30f-7913-4b5b-8c8a-f0f2ad428596"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e68d32b8-5865-45ea-8c8e-96aff156f94e"]} + "e6a2808e-633f-4968-8246-c095de63109f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"232ba2a5-a290-403d-b11a-901888d47ab1"], + CacheGraphics->False,ExpressionUUID->"26bac117-7f70-41ac-bfd2-40bcd0a0d70a"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +247,7 @@ intersects with S and its complement is getting a worth of ", StyleBox["val", FontSlant->"Italic"], ", otherwise zero." - }],ExpressionUUID->"1b42e9c7-8097-4657-9775-3d3431695734"]} + }],ExpressionUUID->"369e2699-aa96-4650-92b5-b5c81feee8f8"]} }]], "Usage", CellID->1170073890,ExpressionUUID->"b23f8b75-65dc-4c4b-b1db-c34d26562666"] }, Open ]], @@ -276,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e951ed7f-b7ac-469b-90f0-d013b50c98f7"], + ExpressionUUID->"0a3d98ff-2496-4508-8232-b20e835f58df"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f4c51103-810e-4be6-8dfa-2dd80fcb30af"], + "Spacer1"]],ExpressionUUID->"0ee202fe-5327-4eb3-a777-6006b72ba851"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"756b7b93-404d-4578-8c3d-02a0d5e39249"], + }], "NotesFrameText",ExpressionUUID->"d1c1fc7c-8e67-4c9e-b26e-f3c5cad95d1e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"44c6d5c3-1dcc-41ab-82bf-a61373a28be4"]], \ + "Preemptive"]],ExpressionUUID->"573bb4b1-1cd2-45c8-bdf8-eb1e581da6f0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->396462532,ExpressionUUID->"a0904a25-068c-4715-aaae-439eb079d8d4"], + CellID->1344718944,ExpressionUUID->"b0164f6d-3ff5-4a77-8175-beea25fef711"], Cell[TextData[{ "The expression ", @@ -378,19 +382,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"19f295f2-3a7c-436d-b911-4c9f9a710fa3"], + ExpressionUUID->"d7b8da82-6c2f-482f-bf3f-b9c1b41d3d3b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ebdad333-befb-42da-a04f-6a2f44546a94"], + "Spacer1"]],ExpressionUUID->"44922c59-c517-443c-bc75-d7b7f7543cd8"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7543348b-b354-4717-8f9f-b600ee9e05ff"] + "53afb654-4ea2-4e82-89c6-84710ccd34a7"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->378181052,ExpressionUUID->"2136975a-3ede-463f-b624-801a19bf1e0c"], + CellID->2118914363,ExpressionUUID->"406ef201-839f-4de8-88c2-4eaf4c3748f4"], Cell[CellGroupData[{ @@ -419,18 +423,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2aa1e121-060c-44a7-aab3-f9ff5c698d36"], + ExpressionUUID->"32e9105e-8fb3-4ac3-b469-bfeed5f9b1f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e8e33619-8354-4f32-8c94-9bc33d49cbf2"], + "Spacer1"]],ExpressionUUID->"c65bfa7a-c426-4a76-8323-2ff19828dec3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "709f64c3-1e28-4952-8553-a18db6495d89"] + "331c4f76-d1c3-4b81-abbb-08268d68ebba"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1874900747,ExpressionUUID->"00edc076-55e1-49ea-8f8a-c20dde759d95"], + CellID->869507220,ExpressionUUID->"24410dc4-e261-45c1-b880-e4c3e26068ea"], Cell["Loading the package:", "ExampleText", CellID->1831353529,ExpressionUUID->"181e60fb-fb68-492d-9650-93070be3962c"], @@ -605,8 +609,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -754,15 +756,15 @@ Cell[BoxData[GridBox[{ "d959a8f9-65c7-4c29-afb1-f548140aac95"] }], "SeeAlso",ExpressionUUID->"b0836ef8-6e51-449b-ab68-a377bd2898bd"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"39b33474-c3d3-4991-aaaf-\ -d1c41798bc02"], + }]], "SeeAlsoSection",ExpressionUUID->"294356ab-0e21-4c71-8f5d-\ +79b4053388bf"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -774,9 +776,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c040c81a-9fb9-43c1-af6b-8df0d3369c71"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6f6e3f13-e4ea-40f1-bb46-\ -51135d614a9f"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7bf4b173-c781-459f-9312-\ +82d43a23b2bd"], Cell[BoxData[GridBox[{ { @@ -793,7 +794,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f5c443ca-4f2f-4321-b1da-77ee52bdbcaf"]}]}, + "59356746-001b-43f5-9ba4-76a22fa9a2c6"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -801,10 +802,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1e900f90-301e-46be-9d68-4005f729e41d"]}]} + "44e44382-bfcf-4fbe-aff4-881d12a435f4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5a086e17-c8b6-4c66-a527-\ -ee9ffdbf0747"], + }]], "MoreAboutSection",ExpressionUUID->"baa52fb9-9240-4a07-a197-\ +91b3ba5dbe35"], Cell[BoxData[GridBox[{ { @@ -831,11 +832,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "44e293a5-0b0d-4839-8d5b-75df8ed7bd35"]], "RelatedLinks", + "3059997e-ea81-4dab-b7fa-1d6e3a3658e2"]], "RelatedLinks", ExpressionUUID->"7b4a1d27-806d-4fa1-a9bf-a0a33af30326"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b1e574c9-4a0e-43e4-8238-\ -77af973d0b67"], + }]], "RelatedLinksSection",ExpressionUUID->"055c715a-3ecd-490e-a548-\ +9fc719f52a28"], Cell[CellGroupData[{ @@ -865,11 +866,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"53ebe145-c982-4867-a871-5854650379b1"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ed908f87-9faf-4cfc-a521-2be1ab46c0f0"] +Cell[" ", "FooterCell",ExpressionUUID->"0e48305c-f14a-457d-ad14-f6ef7500435f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SymGameType3", TaggingRules->{ @@ -880,7 +881,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 25.335976}", + "built" -> "{2024, 6, 3, 16, 55, 55.027812}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -888,10 +889,10 @@ TaggingRules->{ "SymGameType3[T, S, val] constructs a game where all coalitions of size 3 \ intersects with S and its complement is getting a worth of val, otherwise \ zero.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SymGameType3", - "titlemodifier" -> "", "windowtitle" -> "SymGameType3", "type" -> - "Symbol", "uri" -> "TUG/ref/SymGameType3"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SymGameType3", "type" -> "Symbol", "uri" -> "TUG/ref/SymGameType3"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -900,9 +901,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"57d982ad-dd25-4c11-9d0e-13a368231b55" +ExpressionUUID->"ff63a858-9e2f-4775-a698-5c0d5047da72" ] (* End of Notebook Content *) @@ -910,125 +911,123 @@ ExpressionUUID->"57d982ad-dd25-4c11-9d0e-13a368231b55" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13626, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2136975a-3ede-463f-b624-801a19bf1e0c", + Cell[13675, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"406ef201-839f-4de8-88c2-4eaf4c3748f4", CellTags->"PrimaryExamplesSection", - CellID->378181052]} + CellID->2118914363]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33694, 911} + {"PrimaryExamplesSection", 33727, 912} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7113, 169, 56, "AnchorBarGrid",ExpressionUUID->"6ae0422a-4250-46bc-a820-2190137e6420", +Cell[584, 21, 7161, 173, 57, "AnchorBarGrid",ExpressionUUID->"a2defa2f-ed67-4dd9-a8c5-4469bc9916c9", CellID->1], -Cell[7700, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"67d2ddc1-c0f4-4d5d-a799-74bc456ca732"], +Cell[7748, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5f4cc3f8-ebb1-4c97-b391-5a6996c8f20d"], Cell[CellGroupData[{ -Cell[7811, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"232ba2a5-a290-403d-b11a-901888d47ab1"], -Cell[9100, 233, 636, 14, 111, "Usage",ExpressionUUID->"b23f8b75-65dc-4c4b-b1db-c34d26562666", +Cell[7859, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"26bac117-7f70-41ac-bfd2-40bcd0a0d70a"], +Cell[9148, 237, 636, 14, 111, "Usage",ExpressionUUID->"b23f8b75-65dc-4c4b-b1db-c34d26562666", CellID->1170073890] }, Open ]], Cell[CellGroupData[{ -Cell[9773, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"a0904a25-068c-4715-aaae-439eb079d8d4", +Cell[9821, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"b0164f6d-3ff5-4a77-8175-beea25fef711", CellGroupingRules->{"SectionGrouping", 50}, - CellID->396462532], -Cell[11670, 301, 806, 20, 57, "]]",ExpressionUUID->"570af511-1fa9-4883-ad0a-d83fd5b6f05a", + CellID->1344718944], +Cell[11719, 305, 806, 20, 57, "]]",ExpressionUUID->"570af511-1fa9-4883-ad0a-d83fd5b6f05a", CellID->522530617], -Cell[12479, 323, 489, 12, 37, "Notes",ExpressionUUID->"4df45248-012f-4293-8344-7c1432990661", +Cell[12528, 327, 489, 12, 38, "Notes",ExpressionUUID->"4df45248-012f-4293-8344-7c1432990661", CellID->177724765], -Cell[12971, 337, 341, 6, 57, "Notes",ExpressionUUID->"903947a4-274f-41c8-ad99-fc83c0c0af30", +Cell[13020, 341, 341, 6, 57, "Notes",ExpressionUUID->"903947a4-274f-41c8-ad99-fc83c0c0af30", CellID->2125012577], -Cell[13315, 345, 184, 4, 36, "Notes",ExpressionUUID->"51cd8391-e546-48ff-b7f4-32dd73a6df9a", +Cell[13364, 349, 184, 4, 36, "Notes",ExpressionUUID->"51cd8391-e546-48ff-b7f4-32dd73a6df9a", CellID->2013990322] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13626, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2136975a-3ede-463f-b624-801a19bf1e0c", +Cell[13675, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"406ef201-839f-4de8-88c2-4eaf4c3748f4", CellTags->"PrimaryExamplesSection", - CellID->378181052], + CellID->2118914363], Cell[CellGroupData[{ -Cell[15071, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"00edc076-55e1-49ea-8f8a-c20dde759d95", - CellID->1874900747], -Cell[16473, 434, 119, 1, 38, "ExampleText",ExpressionUUID->"181e60fb-fb68-492d-9650-93070be3962c", +Cell[15121, 400, 1398, 36, 30, "ExampleSection",ExpressionUUID->"24410dc4-e261-45c1-b880-e4c3e26068ea", + CellID->869507220], +Cell[16522, 438, 119, 1, 39, "ExampleText",ExpressionUUID->"181e60fb-fb68-492d-9650-93070be3962c", CellID->1831353529], Cell[CellGroupData[{ -Cell[16617, 439, 167, 3, 27, "Input",ExpressionUUID->"d8b8765e-3a32-41ff-b8a2-0f81722b281e", +Cell[16666, 443, 167, 3, 27, "Input",ExpressionUUID->"d8b8765e-3a32-41ff-b8a2-0f81722b281e", CellID->932330592], Cell[CellGroupData[{ -Cell[16809, 446, 236, 4, 23, "Print",ExpressionUUID->"14d485ab-b819-4df0-b0e1-c24bea5da522", +Cell[16858, 450, 236, 4, 23, "Print",ExpressionUUID->"14d485ab-b819-4df0-b0e1-c24bea5da522", CellID->235300296], -Cell[17048, 452, 365, 8, 23, "Print",ExpressionUUID->"f674728a-88f9-4e4e-b55c-96705b25a332", +Cell[17097, 456, 365, 8, 23, "Print",ExpressionUUID->"f674728a-88f9-4e4e-b55c-96705b25a332", CellID->433489228], -Cell[17416, 462, 236, 4, 23, "Print",ExpressionUUID->"48e2482a-232e-455d-bbd7-cf92c6066352", +Cell[17465, 466, 236, 4, 23, "Print",ExpressionUUID->"48e2482a-232e-455d-bbd7-cf92c6066352", CellID->329161783], -Cell[17655, 468, 220, 3, 23, "Print",ExpressionUUID->"dabc7cd4-ae3b-4986-a865-96c9072790c9", +Cell[17704, 472, 220, 3, 23, "Print",ExpressionUUID->"dabc7cd4-ae3b-4986-a865-96c9072790c9", CellID->538426588], -Cell[17878, 473, 207, 3, 23, "Print",ExpressionUUID->"80512580-aebc-47de-8a02-5732ec10c245", +Cell[17927, 477, 207, 3, 23, "Print",ExpressionUUID->"80512580-aebc-47de-8a02-5732ec10c245", CellID->923147355], -Cell[18088, 478, 238, 4, 23, "Print",ExpressionUUID->"74d626bf-88c5-4de8-aa5a-9ce284bdb3f5", +Cell[18137, 482, 238, 4, 23, "Print",ExpressionUUID->"74d626bf-88c5-4de8-aa5a-9ce284bdb3f5", CellID->1391859869], -Cell[18329, 484, 221, 3, 23, "Print",ExpressionUUID->"aa764854-56f3-4f28-963e-12263a772e0a", +Cell[18378, 488, 221, 3, 23, "Print",ExpressionUUID->"aa764854-56f3-4f28-963e-12263a772e0a", CellID->1257143609], -Cell[18553, 489, 237, 4, 23, "Print",ExpressionUUID->"1775a50d-0ba0-4e2f-9542-b3d9575248a5", +Cell[18602, 493, 237, 4, 23, "Print",ExpressionUUID->"1775a50d-0ba0-4e2f-9542-b3d9575248a5", CellID->1599663523], -Cell[18793, 495, 237, 4, 23, "Print",ExpressionUUID->"f2fa5f70-f0ee-4435-a583-1cf2f9d849b0", +Cell[18842, 499, 237, 4, 23, "Print",ExpressionUUID->"f2fa5f70-f0ee-4435-a583-1cf2f9d849b0", CellID->1702300154], -Cell[19033, 501, 207, 3, 23, "Print",ExpressionUUID->"045bd598-9f8e-4660-a9fd-f6c39a280ad4", +Cell[19082, 505, 207, 3, 23, "Print",ExpressionUUID->"045bd598-9f8e-4660-a9fd-f6c39a280ad4", CellID->828001426], -Cell[19243, 506, 236, 4, 70, "Print",ExpressionUUID->"c8b6bfec-c81e-41e7-917e-852600291702", +Cell[19292, 510, 236, 4, 23, "Print",ExpressionUUID->"c8b6bfec-c81e-41e7-917e-852600291702", CellID->660839717] }, Open ]] }, Open ]], -Cell[19506, 514, 136, 1, 70, "ExampleText",ExpressionUUID->"a2f39142-3f8a-42ac-b303-27406b116b65", +Cell[19555, 518, 136, 1, 70, "ExampleText",ExpressionUUID->"a2f39142-3f8a-42ac-b303-27406b116b65", CellID->954004512], -Cell[19645, 517, 248, 7, 70, "Input",ExpressionUUID->"770ab7dc-967a-4a97-b6f2-7dc2c4669ef9", +Cell[19694, 521, 248, 7, 70, "Input",ExpressionUUID->"770ab7dc-967a-4a97-b6f2-7dc2c4669ef9", CellID->1855771977], Cell[CellGroupData[{ -Cell[19918, 528, 285, 7, 70, "Input",ExpressionUUID->"37c242e1-5951-425d-8631-5fcda029cb43", +Cell[19967, 532, 285, 7, 70, "Input",ExpressionUUID->"37c242e1-5951-425d-8631-5fcda029cb43", CellID->1215642443], -Cell[20206, 537, 522, 10, 36, "Output",ExpressionUUID->"711efd75-f7e4-472e-826b-446a163ec13b", +Cell[20255, 541, 522, 10, 36, "Output",ExpressionUUID->"711efd75-f7e4-472e-826b-446a163ec13b", CellID->1614648199] }, Open ]], -Cell[20743, 550, 238, 6, 70, "Input",ExpressionUUID->"d235e088-465e-4094-953c-571a9f6fed96", +Cell[20792, 554, 238, 6, 70, "Input",ExpressionUUID->"d235e088-465e-4094-953c-571a9f6fed96", CellID->931533442], -Cell[20984, 558, 190, 4, 70, "ExampleText",ExpressionUUID->"b483f445-9361-4e61-9caa-f35db7822ec9", +Cell[21033, 562, 190, 4, 70, "ExampleText",ExpressionUUID->"b483f445-9361-4e61-9caa-f35db7822ec9", CellID->159659045], Cell[CellGroupData[{ -Cell[21199, 566, 169, 3, 70, "Input",ExpressionUUID->"ea979e13-39b5-4581-b7a3-7a5ebef702b3", +Cell[21248, 570, 169, 3, 70, "Input",ExpressionUUID->"ea979e13-39b5-4581-b7a3-7a5ebef702b3", CellID->817486035], -Cell[21371, 571, 174, 4, 36, "Output",ExpressionUUID->"396d9a5f-5982-4025-a1dc-c76f34871911", +Cell[21420, 575, 174, 4, 36, "Output",ExpressionUUID->"396d9a5f-5982-4025-a1dc-c76f34871911", CellID->1674129730] }, Open ]], -Cell[21560, 578, 152, 1, 70, "ExampleText",ExpressionUUID->"eee59e5d-defd-4971-861b-f6dfb1a808cf", +Cell[21609, 582, 152, 1, 70, "ExampleText",ExpressionUUID->"eee59e5d-defd-4971-861b-f6dfb1a808cf", CellID->2079136261], Cell[CellGroupData[{ -Cell[21737, 583, 169, 3, 70, "Input",ExpressionUUID->"78c167d0-2ef1-4d8a-9238-53d06e8f933d", +Cell[21786, 587, 169, 3, 70, "Input",ExpressionUUID->"78c167d0-2ef1-4d8a-9238-53d06e8f933d", CellID->694704834], -Cell[21909, 588, 351, 10, 51, "Output",ExpressionUUID->"2f6645a1-7181-486a-8456-04908dfa939d", +Cell[21958, 592, 351, 10, 51, "Output",ExpressionUUID->"2f6645a1-7181-486a-8456-04908dfa939d", CellID->520083494] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22551, 611, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"294356ab-0e21-4c71-8f5d-79b4053388bf"], +Cell[28031, 761, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7bf4b173-c781-459f-9312-82d43a23b2bd"], +Cell[28704, 781, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"baa52fb9-9240-4a07-a197-91b3ba5dbe35"], +Cell[29740, 809, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"055c715a-3ecd-490e-a548-9fc719f52a28"], Cell[CellGroupData[{ -Cell[22524, 609, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"39b33474-c3d3-4991-aaaf-d1c41798bc02"], -Cell[28004, 759, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6f6e3f13-e4ea-40f1-bb46-51135d614a9f"] -}, Open ]], -Cell[28689, 780, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5a086e17-c8b6-4c66-a527-ee9ffdbf0747"], -Cell[29725, 808, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"b1e574c9-4a0e-43e4-8238-77af973d0b67"], -Cell[CellGroupData[{ -Cell[30711, 841, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"38047242-d3b7-42b4-8858-366e47285abc", +Cell[30726, 842, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"38047242-d3b7-42b4-8858-366e47285abc", CellID->906383680], -Cell[30851, 844, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c65ce134-9c4b-4f79-901b-126e6b846c96", +Cell[30866, 845, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c65ce134-9c4b-4f79-901b-126e6b846c96", CellID->1194386356], -Cell[31073, 850, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"df3298b4-68dd-43ac-9739-832b8d9dea78", +Cell[31088, 851, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"df3298b4-68dd-43ac-9739-832b8d9dea78", CellID->1641706272], -Cell[31288, 855, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa11b5ae-12c8-4e05-aa2c-ff2ccd3c6679", +Cell[31303, 856, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa11b5ae-12c8-4e05-aa2c-ff2ccd3c6679", CellID->399251956], -Cell[31517, 861, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53ebe145-c982-4867-a871-5854650379b1", +Cell[31532, 862, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"53ebe145-c982-4867-a871-5854650379b1", CellID->821434655] }, Open ]], -Cell[31754, 867, 78, 0, 70, "FooterCell",ExpressionUUID->"ed908f87-9faf-4cfc-a521-2be1ab46c0f0"] +Cell[31769, 868, 78, 0, 70, "FooterCell",ExpressionUUID->"0e48305c-f14a-457d-ad14-f6ef7500435f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SymGameType4.nb b/Documentation/English/ReferencePages/Symbols/SymGameType4.nb index 9f8ebc4..ee0e19c 100644 --- a/Documentation/English/ReferencePages/Symbols/SymGameType4.nb +++ b/Documentation/English/ReferencePages/Symbols/SymGameType4.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40186, 1033] -NotebookOptionsPosition[ 32224, 875] -NotebookOutlinePosition[ 34367, 929] -CellTagsIndexPosition[ 34282, 924] +NotebookDataLength[ 40188, 1032] +NotebookOptionsPosition[ 32239, 876] +NotebookOutlinePosition[ 34401, 930] +CellTagsIndexPosition[ 34316, 925] WindowTitle->SymGameType4 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6d76062a-74cf-4dd9-b952-2ea6f6aee37e"], + "e0887f21-282d-4fbc-b0fb-7afe1cbbdc76"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b3434bce-f249-48cd-a8d5-ce671c503393"], + "62542b22-cb12-4662-b560-f365d3c1d383"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9abcee87-f7ed-4a35-bdd8-b7def38db172"] - }],ExpressionUUID->"443e5146-f51a-490c-bcea-ff5fda71b713"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "c6354334-5cb5-4aeb-ac78-296d9664307a"] + }],ExpressionUUID->"d643993e-9e20-4f11-8871-8da7e4b4b0d5"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "961c0c22-a355-4a9a-8f8c-8a71423cb2e9"], + "2eb6a2be-60c8-4422-b2c6-7c74467e56ce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b590d4b6-65d6-48d3-bc21-fd2ff1e7af0a"] - }],ExpressionUUID->"fcbd7ade-807b-4ed3-9aae-dbcb5fcdbe6c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "588dc1f9-dc31-46b5-aec2-98b9a826df26"] + }],ExpressionUUID->"4f548e7d-b3e5-45c7-a1b3-dfcdca4d311a"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "009b4b24-cf5e-4d38-b00a-c246b024f51a"], + "ae58af77-5a93-47be-8ad0-e7031fdd0b12"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "21e50a34-3e0f-4041-93c2-6a0ffd57d8f6"] - }],ExpressionUUID->"84935f4d-19c4-4ede-bda3-9e898c468774"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "63f51ded-c87b-4677-a74a-288f48de493b"] + }],ExpressionUUID->"c2c08767-663c-40e0-bd3f-f9c96ba76d5c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9e9d3ea1-643a-4025-85c5-78dd50d52e37"], + "d4444e60-4533-48d0-8ca4-34686f3198aa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d8659beb-b528-4388-a0a0-77d167fdfee2"] - }],ExpressionUUID->"5bf6da14-86c8-4aa9-89a2-710220a834dc"], - StripOnInput->False], {"\<\"TUG/ref/SymGameType4\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SymGameType4"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SymGameType4.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$193322], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/SymGameType4" <> ".html"], None}]}]}, + "16e89594-f3cd-4dd3-9e86-0610ed498a38"] + }],ExpressionUUID->"bc06981b-4dac-4c52-98b6-293c1f5fe13b"], + StripOnInput->False],{ + "\"TUG/ref/SymGameType4\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SymGameType4"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +SymGameType4.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$208612], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SymGameType4" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "52324594-46bb-4610-b965-ddf098af401a"] + "86bc5903-3370-445e-84b2-aac23393414e"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "efd720df-78ca-40e2-8713-ddc2b75ae354"]} + "9a183f0b-41d5-45d9-afce-a2ca74d3e527"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"be04ba56-9929-4aaa-a07b-bcf687ed7353"], + CellID->1,ExpressionUUID->"90bc0654-2b38-4cc1-8af9-6f61f596ff97"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"3f766f53-e934-402a-9094-c5f77a9509c4"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"56ff143c-9125-4aa6-b91d-b2b95ae52cfe"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SymGameType4", "ObjectName",ExpressionUUID-> - "c37d9efc-0f81-41f9-880c-c7a678f509e9"], + "46a5939f-71e4-4a9b-8588-b35c85c23162"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b9fb1661-6276-43a2-84d6-6cce5824ca02"], + "Spacer1"]],ExpressionUUID->"eacb0792-287f-4f09-aca4-968399cde589"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f0b9dc7d-45e1-4b48-ab31-25afe4aaf5fb"] - }],ExpressionUUID->"762a2ebe-3c62-4d3e-8ae8-57364ebe951f"], Cell[BoxData[ + "2e50df93-6a9d-4203-b5f0-b8dd9ffa6f62"] + }],ExpressionUUID->"6a91f0a8-7dce-4235-a70f-bc9340ba6d58"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2a26809c-de8e-450c-ad67-4909ce58b8a3"]} + "59eb0f8e-c83c-4051-acf7-2dc2646f9984"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"54263d99-78a6-4234-99d3-28c6b2f2e3fd"], + CacheGraphics->False,ExpressionUUID->"763a87eb-73d0-4c49-b6b1-3590b2b7e7f2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -243,7 +247,7 @@ intersects with S and its complement getting a worth of ", StyleBox["val", FontSlant->"Italic"], ", otherwise zero." - }],ExpressionUUID->"32f2e1dd-d58f-452b-baf7-0d56899957b2"]} + }],ExpressionUUID->"8145f10e-e3c5-4ee9-b302-48340baa852e"]} }]], "Usage", CellID->937836710,ExpressionUUID->"df09defc-f414-4408-8268-800ee61f791f"] }, Open ]], @@ -276,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"63fcadc7-4b79-4ab1-9794-64ecc759d076"], + ExpressionUUID->"a71a40f5-6854-4fae-bf9e-393edd21408f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5d22ee36-5392-44d0-8913-1938fb430972"], + "Spacer1"]],ExpressionUUID->"ddbfbe07-a5ae-4007-9eba-c1a7fb6e9cec"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e1dc73f4-dc1b-47e7-b787-c09c168c05fd"], + }], "NotesFrameText",ExpressionUUID->"3271a35a-d844-43d2-9319-eb0a4964acfa"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -292,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"70588075-88d6-4755-bcbd-b9ed75bca58b"]], \ + "Preemptive"]],ExpressionUUID->"89015640-5d56-46a2-91b3-0681c9e813bb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1663529193,ExpressionUUID->"ae5aa2bb-0b20-4d74-a5dd-05c8ca864315"], + CellID->1419968644,ExpressionUUID->"f453999b-59b8-4820-ba99-46640d3f936a"], Cell[TextData[{ "The expression ", @@ -378,19 +382,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3a109be5-dd04-4229-a2b3-9d1e5ef5984a"], + ExpressionUUID->"8a24319e-5442-46ed-803a-a6002512cd5b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b995718b-3cf0-4290-b81f-30d3c69472c3"], + "Spacer1"]],ExpressionUUID->"78d12ab7-8490-4beb-b747-9e4c56a54fbc"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a01a7e82-1918-4f66-8e71-d59e2b9dc7ec"] + "650890c9-0c26-4a4a-8deb-ed796dd4c8d0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->783776468,ExpressionUUID->"5feca1bf-c138-432b-ac54-c9fbb70bfa0f"], + CellID->1674932950,ExpressionUUID->"9f9e0230-ee93-482a-8c2d-f94038dbf42c"], Cell[CellGroupData[{ @@ -419,18 +423,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"34498979-83b4-470b-8f9c-71bd06d81e2e"], + ExpressionUUID->"c2d8680b-2cf4-4646-8964-f99e8f643e04"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5bea1d1b-f408-4c0b-9c08-85198beba302"], + "Spacer1"]],ExpressionUUID->"fa1ab16c-d0d9-41a3-ab6f-4e3f13b440fb"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8be403cc-d934-47ef-b8f1-bafa6c083790"] + "9eaffd06-a707-4c2e-be69-7df09b18c54c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2114451875,ExpressionUUID->"7cd7ac80-d1f3-4048-8667-d497a72a5570"], + CellID->1295070716,ExpressionUUID->"b4aa149b-85ac-44e9-b792-f84f51b9b27a"], Cell["Loading the package:", "ExampleText", CellID->2144586476,ExpressionUUID->"fa548193-143e-4d44-82ef-d562d544cd94"], @@ -611,8 +615,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -760,15 +762,15 @@ Cell[BoxData[GridBox[{ "58296853-c145-4c92-a0ab-7c9ce9f80abc"] }], "SeeAlso",ExpressionUUID->"aeac1ff6-144f-4c7b-94e4-f0c57cc9f2f4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b7b0738d-29d8-461f-a091-\ -b7d20d44bf78"], + }]], "SeeAlsoSection",ExpressionUUID->"cd0511bd-0f90-40c6-b279-\ +bb8098c5117a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -780,9 +782,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"c43859a1-430c-4ff5-9f4f-fede3e03c595"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"61d54ca3-ad50-4ddc-b7ad-\ -b0436389ffe7"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a885239d-cac8-4043-84b8-\ +0e513a76c832"], Cell[BoxData[GridBox[{ { @@ -799,7 +800,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "16bd5596-682e-49e8-99a3-a6841b96fa96"]}]}, + "d0b3a72d-d525-4241-9368-feced6d26fbe"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -807,10 +808,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "20c7d5d6-d410-40b3-a578-f05e2fa52fd5"]}]} + "015b991a-d927-4777-961e-5741ad73d710"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"9b3bd09a-85d4-4b5f-95a9-\ -822b5a8df25b"], + }]], "MoreAboutSection",ExpressionUUID->"021efaa3-de8f-4cc0-b386-\ +c93635b6c9ef"], Cell[BoxData[GridBox[{ { @@ -837,11 +838,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ae59e1d0-6b97-4a0d-a8bc-28b54ac1ce9e"]], "RelatedLinks", + "7ff8c88a-a6d6-4578-9fef-4d5c4b2d9117"]], "RelatedLinks", ExpressionUUID->"a4484de1-fb1c-4d02-ba95-0e50899eaf9f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4ba21d16-38e0-4887-a450-\ -90e48d771730"], + }]], "RelatedLinksSection",ExpressionUUID->"dc195255-d485-4e48-9a79-\ +0c9bc8e56f13"], Cell[CellGroupData[{ @@ -871,11 +872,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ef40c67d-b29d-4982-b66d-ab00d283fdf3"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"282e6e3e-96d2-4ba0-b4c8-2973da50196a"] +Cell[" ", "FooterCell",ExpressionUUID->"29b80274-e4c7-42e4-bb09-623cb6d01950"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SymGameType4", TaggingRules->{ @@ -886,7 +887,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 26.799586}", + "built" -> "{2024, 6, 3, 16, 55, 55.736798}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -894,10 +895,10 @@ TaggingRules->{ "SymGameType4[T, S, val] constructs a game where all coalitions of size 4 \ intersects with S and its complement getting a worth of val, otherwise zero.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SymGameType4", - "titlemodifier" -> "", "windowtitle" -> "SymGameType4", "type" -> - "Symbol", "uri" -> "TUG/ref/SymGameType4"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SymGameType4", "type" -> "Symbol", "uri" -> "TUG/ref/SymGameType4"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -906,9 +907,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f6315d58-7386-46dc-80d2-bd75978346cd" +ExpressionUUID->"9543f747-b3e5-4d4d-ab1a-0ad3fe167364" ] (* End of Notebook Content *) @@ -916,125 +917,123 @@ ExpressionUUID->"f6315d58-7386-46dc-80d2-bd75978346cd" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13622, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5feca1bf-c138-432b-ac54-c9fbb70bfa0f", + Cell[13670, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f9e0230-ee93-482a-8c2d-f94038dbf42c", CellTags->"PrimaryExamplesSection", - CellID->783776468]} + CellID->1674932950]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34082, 917} + {"PrimaryExamplesSection", 34115, 918} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7113, 169, 56, "AnchorBarGrid",ExpressionUUID->"be04ba56-9929-4aaa-a07b-bcf687ed7353", +Cell[584, 21, 7161, 173, 57, "AnchorBarGrid",ExpressionUUID->"90bc0654-2b38-4cc1-8af9-6f61f596ff97", CellID->1], -Cell[7700, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"3f766f53-e934-402a-9094-c5f77a9509c4"], +Cell[7748, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"56ff143c-9125-4aa6-b91d-b2b95ae52cfe"], Cell[CellGroupData[{ -Cell[7811, 196, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"54263d99-78a6-4234-99d3-28c6b2f2e3fd"], -Cell[9100, 233, 632, 14, 111, "Usage",ExpressionUUID->"df09defc-f414-4408-8268-800ee61f791f", +Cell[7859, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"763a87eb-73d0-4c49-b6b1-3590b2b7e7f2"], +Cell[9148, 237, 632, 14, 111, "Usage",ExpressionUUID->"df09defc-f414-4408-8268-800ee61f791f", CellID->937836710] }, Open ]], Cell[CellGroupData[{ -Cell[9769, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"ae5aa2bb-0b20-4d74-a5dd-05c8ca864315", +Cell[9817, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"f453999b-59b8-4820-ba99-46640d3f936a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1663529193], -Cell[11667, 301, 806, 20, 57, "]]",ExpressionUUID->"bb2de543-22cc-4853-865d-1e8845b421d9", + CellID->1419968644], +Cell[11715, 305, 806, 20, 57, "]]",ExpressionUUID->"bb2de543-22cc-4853-865d-1e8845b421d9", CellID->313448337], -Cell[12476, 323, 489, 12, 37, "Notes",ExpressionUUID->"76be5571-fc55-4c13-b31d-02697d3b7171", +Cell[12524, 327, 489, 12, 38, "Notes",ExpressionUUID->"76be5571-fc55-4c13-b31d-02697d3b7171", CellID->177724765], -Cell[12968, 337, 340, 6, 57, "Notes",ExpressionUUID->"4f35ad63-0fa0-4e93-8ce4-67f33c9bd8e4", +Cell[13016, 341, 340, 6, 57, "Notes",ExpressionUUID->"4f35ad63-0fa0-4e93-8ce4-67f33c9bd8e4", CellID->594674056], -Cell[13311, 345, 184, 4, 36, "Notes",ExpressionUUID->"f79aff13-ad75-4651-8d1f-82257834d346", +Cell[13359, 349, 184, 4, 36, "Notes",ExpressionUUID->"f79aff13-ad75-4651-8d1f-82257834d346", CellID->2013990322] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13622, 355, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5feca1bf-c138-432b-ac54-c9fbb70bfa0f", +Cell[13670, 359, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f9e0230-ee93-482a-8c2d-f94038dbf42c", CellTags->"PrimaryExamplesSection", - CellID->783776468], + CellID->1674932950], Cell[CellGroupData[{ -Cell[15067, 396, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7cd7ac80-d1f3-4048-8667-d497a72a5570", - CellID->2114451875], -Cell[16469, 434, 119, 1, 38, "ExampleText",ExpressionUUID->"fa548193-143e-4d44-82ef-d562d544cd94", +Cell[15116, 400, 1399, 36, 30, "ExampleSection",ExpressionUUID->"b4aa149b-85ac-44e9-b792-f84f51b9b27a", + CellID->1295070716], +Cell[16518, 438, 119, 1, 39, "ExampleText",ExpressionUUID->"fa548193-143e-4d44-82ef-d562d544cd94", CellID->2144586476], Cell[CellGroupData[{ -Cell[16613, 439, 168, 3, 27, "Input",ExpressionUUID->"9ae47036-3569-4c2a-993a-3c04e42375e2", +Cell[16662, 443, 168, 3, 27, "Input",ExpressionUUID->"9ae47036-3569-4c2a-993a-3c04e42375e2", CellID->2055893527], Cell[CellGroupData[{ -Cell[16806, 446, 237, 4, 23, "Print",ExpressionUUID->"48508de6-c1d1-470e-911c-145956d10fc2", +Cell[16855, 450, 237, 4, 23, "Print",ExpressionUUID->"48508de6-c1d1-470e-911c-145956d10fc2", CellID->2055128358], -Cell[17046, 452, 365, 8, 23, "Print",ExpressionUUID->"dbe1439d-b430-4eec-a7a6-5c1f07b08940", +Cell[17095, 456, 365, 8, 23, "Print",ExpressionUUID->"dbe1439d-b430-4eec-a7a6-5c1f07b08940", CellID->749736606], -Cell[17414, 462, 236, 4, 23, "Print",ExpressionUUID->"2c0ca3ef-8ae9-4594-9081-dddaae219ebf", +Cell[17463, 466, 236, 4, 23, "Print",ExpressionUUID->"2c0ca3ef-8ae9-4594-9081-dddaae219ebf", CellID->621363020], -Cell[17653, 468, 219, 3, 23, "Print",ExpressionUUID->"02163936-1b24-4e0c-bd6d-6a0b62144de0", +Cell[17702, 472, 219, 3, 23, "Print",ExpressionUUID->"02163936-1b24-4e0c-bd6d-6a0b62144de0", CellID->72138144], -Cell[17875, 473, 208, 3, 23, "Print",ExpressionUUID->"542b8b30-cd28-4795-9464-4409579585c8", +Cell[17924, 477, 208, 3, 23, "Print",ExpressionUUID->"542b8b30-cd28-4795-9464-4409579585c8", CellID->1734251028], -Cell[18086, 478, 237, 4, 23, "Print",ExpressionUUID->"4b05283b-4a7b-4cb4-9a5a-2b585d138f5b", +Cell[18135, 482, 237, 4, 23, "Print",ExpressionUUID->"4b05283b-4a7b-4cb4-9a5a-2b585d138f5b", CellID->544643688], -Cell[18326, 484, 221, 3, 23, "Print",ExpressionUUID->"b3ca9c19-303a-4cd9-8fc4-9204e4364256", +Cell[18375, 488, 221, 3, 23, "Print",ExpressionUUID->"b3ca9c19-303a-4cd9-8fc4-9204e4364256", CellID->1151904541], -Cell[18550, 489, 237, 4, 23, "Print",ExpressionUUID->"6b178b28-ee2b-41c3-993d-738344b102aa", +Cell[18599, 493, 237, 4, 23, "Print",ExpressionUUID->"6b178b28-ee2b-41c3-993d-738344b102aa", CellID->1128746188], -Cell[18790, 495, 237, 4, 23, "Print",ExpressionUUID->"a85b69fb-3e52-462b-a993-2a91b607b7d2", +Cell[18839, 499, 237, 4, 23, "Print",ExpressionUUID->"a85b69fb-3e52-462b-a993-2a91b607b7d2", CellID->1969807251], -Cell[19030, 501, 208, 3, 23, "Print",ExpressionUUID->"6d60379c-a6e4-4e11-83c4-7640e9dccb3a", +Cell[19079, 505, 208, 3, 23, "Print",ExpressionUUID->"6d60379c-a6e4-4e11-83c4-7640e9dccb3a", CellID->1341478495], -Cell[19241, 506, 236, 4, 70, "Print",ExpressionUUID->"588d5733-e86f-4d9a-95c1-425724352deb", +Cell[19290, 510, 236, 4, 23, "Print",ExpressionUUID->"588d5733-e86f-4d9a-95c1-425724352deb", CellID->635833299] }, Open ]] }, Open ]], -Cell[19504, 514, 133, 1, 70, "ExampleText",ExpressionUUID->"7bb5e58b-fd1c-4017-b99e-93651e3ece52", +Cell[19553, 518, 133, 1, 70, "ExampleText",ExpressionUUID->"7bb5e58b-fd1c-4017-b99e-93651e3ece52", CellID->429185796], -Cell[19640, 517, 257, 7, 70, "Input",ExpressionUUID->"e5e70006-7f5f-4c29-84e2-e71959a332be", +Cell[19689, 521, 257, 7, 70, "Input",ExpressionUUID->"e5e70006-7f5f-4c29-84e2-e71959a332be", CellID->421948997], Cell[CellGroupData[{ -Cell[19922, 528, 299, 8, 70, "Input",ExpressionUUID->"61825b00-d065-4a60-9aa9-9c1eedb88f3f", +Cell[19971, 532, 299, 8, 70, "Input",ExpressionUUID->"61825b00-d065-4a60-9aa9-9c1eedb88f3f", CellID->1434297686], -Cell[20224, 538, 857, 14, 54, "Output",ExpressionUUID->"628fa5f2-5bac-43af-972e-7c6051e1abc5", +Cell[20273, 542, 857, 14, 53, "Output",ExpressionUUID->"628fa5f2-5bac-43af-972e-7c6051e1abc5", CellID->658369930] }, Open ]], -Cell[21096, 555, 239, 6, 70, "Input",ExpressionUUID->"24032dd9-a63e-4c3c-a82f-ffe74e4833f6", +Cell[21145, 559, 239, 6, 70, "Input",ExpressionUUID->"24032dd9-a63e-4c3c-a82f-ffe74e4833f6", CellID->2122866470], -Cell[21338, 563, 191, 4, 70, "ExampleText",ExpressionUUID->"1fbadb05-d6c9-45f4-8148-c7e6c30c9f78", +Cell[21387, 567, 191, 4, 70, "ExampleText",ExpressionUUID->"1fbadb05-d6c9-45f4-8148-c7e6c30c9f78", CellID->1664281201], Cell[CellGroupData[{ -Cell[21554, 571, 169, 3, 70, "Input",ExpressionUUID->"06b2712a-5152-41a8-a0c5-e6c48ff79d46", +Cell[21603, 575, 169, 3, 70, "Input",ExpressionUUID->"06b2712a-5152-41a8-a0c5-e6c48ff79d46", CellID->744354458], -Cell[21726, 576, 174, 4, 36, "Output",ExpressionUUID->"fb38d7f6-4160-498a-8a27-d34fdcb3d854", +Cell[21775, 580, 174, 4, 36, "Output",ExpressionUUID->"fb38d7f6-4160-498a-8a27-d34fdcb3d854", CellID->1396362392] }, Open ]], -Cell[21915, 583, 151, 1, 70, "ExampleText",ExpressionUUID->"bcd8a67b-60f8-4701-9770-9ccc1ede706a", +Cell[21964, 587, 151, 1, 70, "ExampleText",ExpressionUUID->"bcd8a67b-60f8-4701-9770-9ccc1ede706a", CellID->216284683], Cell[CellGroupData[{ -Cell[22091, 588, 169, 3, 70, "Input",ExpressionUUID->"f713cec6-1a8d-422a-a334-44f7a039ab6e", +Cell[22140, 592, 169, 3, 70, "Input",ExpressionUUID->"f713cec6-1a8d-422a-a334-44f7a039ab6e", CellID->975502621], -Cell[22263, 593, 385, 11, 51, "Output",ExpressionUUID->"fade535f-51ac-436f-bde0-17ee813a06d0", +Cell[22312, 597, 385, 11, 51, "Output",ExpressionUUID->"fade535f-51ac-436f-bde0-17ee813a06d0", CellID->221143878] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22939, 617, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"cd0511bd-0f90-40c6-b279-bb8098c5117a"], +Cell[28419, 767, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a885239d-cac8-4043-84b8-0e513a76c832"], +Cell[29092, 787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"021efaa3-de8f-4cc0-b386-c93635b6c9ef"], +Cell[30128, 815, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"dc195255-d485-4e48-9a79-0c9bc8e56f13"], Cell[CellGroupData[{ -Cell[22912, 615, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"b7b0738d-29d8-461f-a091-b7d20d44bf78"], -Cell[28392, 765, 670, 18, 70, "TechNotesSection",ExpressionUUID->"61d54ca3-ad50-4ddc-b7ad-b0436389ffe7"] -}, Open ]], -Cell[29077, 786, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9b3bd09a-85d4-4b5f-95a9-822b5a8df25b"], -Cell[30113, 814, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"4ba21d16-38e0-4887-a450-90e48d771730"], -Cell[CellGroupData[{ -Cell[31099, 847, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"99041ce8-ad21-4dbc-bf3c-c2f041d6f900", +Cell[31114, 848, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"99041ce8-ad21-4dbc-bf3c-c2f041d6f900", CellID->906383680], -Cell[31239, 850, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f0da86dc-bcd8-4fb0-9e2d-135c6497c3ba", +Cell[31254, 851, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f0da86dc-bcd8-4fb0-9e2d-135c6497c3ba", CellID->1194386356], -Cell[31461, 856, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a74cad7f-a9d5-41ac-ab66-e659ec023a53", +Cell[31476, 857, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a74cad7f-a9d5-41ac-ab66-e659ec023a53", CellID->1641706272], -Cell[31676, 861, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b456c6b1-ebcc-4029-87aa-0db588dc8a2b", +Cell[31691, 862, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b456c6b1-ebcc-4029-87aa-0db588dc8a2b", CellID->399251956], -Cell[31905, 867, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ef40c67d-b29d-4982-b66d-ab00d283fdf3", +Cell[31920, 868, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ef40c67d-b29d-4982-b66d-ab00d283fdf3", CellID->821434655] }, Open ]], -Cell[32142, 873, 78, 0, 70, "FooterCell",ExpressionUUID->"282e6e3e-96d2-4ba0-b4c8-2973da50196a"] +Cell[32157, 874, 78, 0, 70, "FooterCell",ExpressionUUID->"29b80274-e4c7-42e4-bb09-623cb6d01950"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/SyncDim.nb b/Documentation/English/ReferencePages/Symbols/SyncDim.nb index c19588d..05704fb 100644 --- a/Documentation/English/ReferencePages/Symbols/SyncDim.nb +++ b/Documentation/English/ReferencePages/Symbols/SyncDim.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 48533, 1186] -NotebookOptionsPosition[ 40952, 1036] -NotebookOutlinePosition[ 43076, 1090] -CellTagsIndexPosition[ 42990, 1085] +NotebookDataLength[ 48540, 1186] +NotebookOptionsPosition[ 40973, 1038] +NotebookOutlinePosition[ 43116, 1092] +CellTagsIndexPosition[ 43030, 1087] WindowTitle->SyncDim WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "8548b14a-d088-415d-bfdd-5501c27c7e6c"], + "269c3faa-29a1-42d8-9d35-496caf3a7f3e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "74ec61fd-55e3-49a4-b35b-aa370361bf10"], + "ea772526-9e09-4bfb-b6bc-c8424e699c9e"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "613d8264-d55c-4714-a730-3a1be662c778"] - }],ExpressionUUID->"5eec852a-f5d2-4e1f-bf54-2a56550a7a3e"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "ec5ce6c1-3950-4f47-bdba-f7c6fdf6cde5"] + }],ExpressionUUID->"a5fd5ef8-00f8-4e30-a1d5-5e79156e4326"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fd63f250-6227-4641-ad60-db190eaae69b"], + "5f35bff5-11b2-4f50-bbda-c229977c7e9f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8c0e7821-760e-4a6d-b6de-4768e8cd837c"] - }],ExpressionUUID->"14b22708-00e1-4f0b-8f44-4e98148f55f1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4e72cb23-cc48-444d-b1d1-4fa6929d3190"] + }],ExpressionUUID->"0f196b27-1b46-46fd-9a44-2084673309e4"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b66fe664-2aee-49c5-9450-80e4189db520"], + "f5a5160f-42fa-4810-a3c0-c6092b377a4a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "becff3d8-34e1-4125-a039-ff36b5001fc5"] - }],ExpressionUUID->"bae12eda-2b05-4f3c-bcf6-70a9b52d716d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ff571c46-ecd2-42cc-bafa-54c6d99f8b39"] + }],ExpressionUUID->"1f4674de-dd44-448a-8669-ad9bcb4731ea"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fb9dd174-49f9-4810-ac63-5834cf61221f"], + "1b557d8f-654b-42c8-a2c8-e65489a8f6b6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c9494ea-11be-43e3-97b1-2fd3ba89bc5e"] - }],ExpressionUUID->"483079f6-8073-4243-8c93-cfadc39248a2"], - StripOnInput->False], {"\<\"TUG/ref/SyncDim\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/SyncDim"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/SyncDim.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$193881], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/SyncDim" <> - ".html"], None}]}]}, + "ff93f55a-7309-4c8d-bde0-8a3ed7ea853a"] + }],ExpressionUUID->"712775bf-940b-497b-b68f-b7c4c68ebbad"], + StripOnInput->False],{ + "\"TUG/ref/SyncDim\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/SyncDim"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/SyncDim.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$209205], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/SyncDim" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f0e654bd-b7eb-4750-aa9b-4419a973aa08"] + "6f9c6663-fb08-419b-b674-24dc97b52a64"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e18e37eb-65ec-4dc1-94e9-da997ac40019"]} + "bebceca0-0031-4bd8-a764-76d59221c768"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"f8112045-ed92-4817-ac4c-d0ff6b2fa34c"], + CellID->1,ExpressionUUID->"ffcfe026-c4b6-44e5-b4cf-d07795ea6fdf"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f0b2aafe-d0e0-472e-a535-eddcec31a631"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d0f1d8d5-ee8b-4f7e-9f51-cdb97d7cd0ac"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "SyncDim", "ObjectName",ExpressionUUID-> - "f3f700c1-1c95-4013-a776-4a3732358a39"], + "efa23dfa-966f-4941-a7a0-c9ff856c79c3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"01456f23-7823-468c-a69e-914f0525b512"], + "Spacer1"]],ExpressionUUID->"45ac5a40-9362-465f-b57c-d620cc76c4fb"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e3a8249e-ceb1-4c6c-9107-56b7fff71142"] - }],ExpressionUUID->"2e92dcfb-1224-4840-a7e8-5c79b1bbc777"], Cell[BoxData[ + "0ce502d1-b6c3-4394-96c4-7c4b56368181"] + }],ExpressionUUID->"290bec7f-d1c9-485a-8552-baf65336d380"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c40c6e33-58d2-4693-bf63-fa2a3b14319b"]} + "a7bc175a-d317-44e6-b134-ebacae044493"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c35f09d9-76fd-480c-accd-4ba8ecb64d43"], + CacheGraphics->False,ExpressionUUID->"9433e29b-b09a-4859-a75e-b5179fbf9d28"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for some package plotting functions to \ synchronize the projection plane into the three-dimensional vector space on \ each sub-graphic." - }],ExpressionUUID->"c1aad249-8f50-487c-8888-30f0ee2cf75c"]} + }],ExpressionUUID->"c8b4d423-945a-40ea-9211-931c69438b84"]} }]], "Usage", CellID->1245006375,ExpressionUUID->"f71a55cc-9fb6-4c79-80d6-15df71d0bf5c"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"804adc33-f621-4dc6-9583-107325642e02"], + ExpressionUUID->"ae527a26-deea-48e9-bd2f-69f4db62642b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f5e77a1d-ac33-418e-b3e3-8d3e633e3527"], + "Spacer1"]],ExpressionUUID->"a0f2b597-db29-4b82-8475-a1103bab1370"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c574c21c-29aa-4d06-bc37-05f356c54d34"], + }], "NotesFrameText",ExpressionUUID->"c814d987-44db-427d-ae02-25be5c9a0ac6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"df24a97a-5feb-4f51-a34a-ac513a886c48"]], \ + "Preemptive"]],ExpressionUUID->"126093a7-521d-4959-918e-730c75aabc60"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1096355213,ExpressionUUID->"7913f961-db43-43c5-9bc6-62db224b9651"], + CellID->291164880,ExpressionUUID->"3d2f7358-773f-4873-853d-2750d0019b7f"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -340,19 +345,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e09f734a-e90f-437c-9d55-15bbae10d601"], + ExpressionUUID->"ef4ece3d-e674-48f5-a113-f2472cb6845f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2f4bb68b-f130-4e60-922c-4d324e5e664b"], + "Spacer1"]],ExpressionUUID->"b6f8d18a-f36a-425c-a776-9590fa423e20"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b75be23b-acf7-40d5-9e04-1d29867c954c"] + "ba0398df-2f76-4954-a7de-803b1512b2d6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->97878906,ExpressionUUID->"1c144d83-d2f6-4420-b078-136823e9cb24"], + CellID->418759339,ExpressionUUID->"e35ffdcd-2bb2-4f4f-9489-310016cf3fe3"], Cell[CellGroupData[{ @@ -381,18 +386,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1bb055a7-0ab1-4e34-9bb4-14087f0ce282"], + ExpressionUUID->"1082c263-cc93-4d16-abf1-8ccec23d6820"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"31dc53b5-f4a4-4df1-9321-5b0c13f737d7"], + "Spacer1"]],ExpressionUUID->"5ee80bbc-c88a-4f99-80fd-7d8b9084d591"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a14953b3-0686-432d-9cbb-4ae1d63423f2"] + "4dbf7da0-2160-400c-8d54-698ce30813fd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1256359291,ExpressionUUID->"62759a27-11fb-4e39-86ae-40c85e2b8ca2"], + CellID->1889242164,ExpressionUUID->"f65e0c37-ba59-44e3-9f04-e04cb6b65139"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"96b34755-a8f1-4079-a442-e9b78137b2f8"], @@ -720,8 +725,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -869,15 +872,15 @@ Cell[BoxData[GridBox[{ "4a68591f-92bd-4fe7-90b3-36de300c2f61"] }], "SeeAlso",ExpressionUUID->"409e5b17-aa57-48de-8935-5b57c2ec3d85"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fc00b998-6966-42b3-b0c3-\ -4c598145b0db"], + }]], "SeeAlsoSection",ExpressionUUID->"e2db5ee5-f4d6-4551-be4f-\ +3c6361e735c3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -889,9 +892,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"932fd6fc-8891-4a67-a20a-0d8044f0bb2b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"0a8b3f91-2f76-436c-a221-\ -60d349455c4c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"334a57aa-0610-4541-ae66-\ +5d7d7dd471a7"], Cell[BoxData[GridBox[{ { @@ -908,7 +910,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fd0f53fb-0a5b-49c6-a640-fc7398de6bed"]}]}, + "e21531c9-38eb-4ea7-880b-106a3cce25b0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -916,10 +918,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4647b4c-8007-4785-a985-7b9a5735027f"]}]} + "c1721f80-d2c5-41b3-8d4e-ae76dabda3ca"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"4e9fe615-bdc3-413a-8c9c-\ -9f9097b6dadd"], + }]], "MoreAboutSection",ExpressionUUID->"03005758-fcde-4fa8-9cce-\ +f8ba9e5dbe73"], Cell[BoxData[GridBox[{ { @@ -947,7 +949,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8aca75c3-ffde-4512-a235-6a7cfed69abd"]], "RelatedLinks", + "70a175b8-3b67-40e5-97b4-1c89e95ec12e"]], "RelatedLinks", ExpressionUUID->"86b4aa21-9a09-444a-a0db-a3be846c0564"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -964,7 +966,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1aed0c18-c265-4bb6-84aa-1d314d377334"]], "RelatedLinks", + "2ea4e37f-4a45-483b-a2f4-5f6dd4d64811"]], "RelatedLinks", ExpressionUUID->"4c19520b-ab71-43d4-8fb4-f6a4beb1437b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -981,7 +983,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a5fe45d0-a022-46f2-a1aa-f35125f3818e"]], "RelatedLinks", + "19ac6a9d-6e19-4ec7-b9ee-49774f385501"]], "RelatedLinks", ExpressionUUID->"d18000e9-9ecf-458f-87ab-4c651c21c399"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -998,11 +1000,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "391c8c28-5bcd-4871-87ed-76846c863666"]], "RelatedLinks", + "10fdb741-1af7-4345-bed6-bdca4e000d90"]], "RelatedLinks", ExpressionUUID->"a05552d7-af5f-4cce-8b53-f15a5d1aac12"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5b726833-6ce8-4258-9fbb-\ -507160329277"], + }]], "RelatedLinksSection",ExpressionUUID->"d28a08fd-3f51-43e1-b308-\ +3dafad984783"], Cell[CellGroupData[{ @@ -1032,11 +1034,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d2892479-a928-4bc7-b8da-433b03b8fe82"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"546f305f-dc87-4d01-8aac-bf8eec2c1617"] +Cell[" ", "FooterCell",ExpressionUUID->"7c18f00c-4555-4120-9266-043b4e4b8186"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"SyncDim", TaggingRules->{ @@ -1047,7 +1049,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 28.315937}", + "built" -> "{2024, 6, 3, 16, 55, 56.471824}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1055,10 +1057,10 @@ TaggingRules->{ "SyncDim is an option for some package plotting functions to synchronize \ the projection plane into the three-dimensional vector space on each \ sub-graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "SyncDim", - "titlemodifier" -> "", "windowtitle" -> "SyncDim", "type" -> "Symbol", - "uri" -> "TUG/ref/SyncDim"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "SyncDim", "type" -> "Symbol", "uri" -> "TUG/ref/SyncDim"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1067,9 +1069,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ee353707-fa3a-4388-9e30-533deb6c8c86" +ExpressionUUID->"f95d2d3b-c15d-4f2e-88c8-f1361f36a83e" ] (* End of Notebook Content *) @@ -1077,117 +1079,115 @@ ExpressionUUID->"ee353707-fa3a-4388-9e30-533deb6c8c86" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12289, 317, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1c144d83-d2f6-4420-b078-136823e9cb24", + Cell[12343, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e35ffdcd-2bb2-4f4f-9489-310016cf3fe3", CellTags->"PrimaryExamplesSection", - CellID->97878906]} + CellID->418759339]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42791, 1078} + {"PrimaryExamplesSection", 42830, 1080} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7088, 168, 56, "AnchorBarGrid",ExpressionUUID->"f8112045-ed92-4817-ac4c-d0ff6b2fa34c", +Cell[579, 21, 7143, 173, 57, "AnchorBarGrid",ExpressionUUID->"ffcfe026-c4b6-44e5-b4cf-d07795ea6fdf", CellID->1], -Cell[7670, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f0b2aafe-d0e0-472e-a535-eddcec31a631"], +Cell[7725, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d0f1d8d5-ee8b-4f7e-9f51-cdb97d7cd0ac"], Cell[CellGroupData[{ -Cell[7781, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"c35f09d9-76fd-480c-accd-4ba8ecb64d43"], -Cell[9065, 232, 522, 10, 132, "Usage",ExpressionUUID->"f71a55cc-9fb6-4c79-80d6-15df71d0bf5c", +Cell[7836, 200, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"9433e29b-b09a-4859-a75e-b5179fbf9d28"], +Cell[9120, 237, 522, 10, 131, "Usage",ExpressionUUID->"f71a55cc-9fb6-4c79-80d6-15df71d0bf5c", CellID->1245006375] }, Open ]], Cell[CellGroupData[{ -Cell[9624, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"7913f961-db43-43c5-9bc6-62db224b9651", +Cell[9679, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"3d2f7358-773f-4873-853d-2750d0019b7f", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1096355213], -Cell[11522, 296, 489, 12, 37, "Notes",ExpressionUUID->"75e3a4df-10e1-48bc-a2a9-63774fd9c1f4", + CellID->291164880], +Cell[11576, 301, 489, 12, 38, "Notes",ExpressionUUID->"75e3a4df-10e1-48bc-a2a9-63774fd9c1f4", CellID->177724765], -Cell[12014, 310, 148, 1, 36, "Notes",ExpressionUUID->"ac64f36b-2bcf-4001-991d-74ec6b2132c4", +Cell[12068, 315, 148, 1, 36, "Notes",ExpressionUUID->"ac64f36b-2bcf-4001-991d-74ec6b2132c4", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12289, 317, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1c144d83-d2f6-4420-b078-136823e9cb24", +Cell[12343, 322, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e35ffdcd-2bb2-4f4f-9489-310016cf3fe3", CellTags->"PrimaryExamplesSection", - CellID->97878906], + CellID->418759339], Cell[CellGroupData[{ -Cell[13733, 358, 1399, 36, 30, "ExampleSection",ExpressionUUID->"62759a27-11fb-4e39-86ae-40c85e2b8ca2", - CellID->1256359291], -Cell[15135, 396, 118, 1, 38, "ExampleText",ExpressionUUID->"96b34755-a8f1-4079-a442-e9b78137b2f8", +Cell[13788, 363, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f65e0c37-ba59-44e3-9f04-e04cb6b65139", + CellID->1889242164], +Cell[15190, 401, 118, 1, 39, "ExampleText",ExpressionUUID->"96b34755-a8f1-4079-a442-e9b78137b2f8", CellID->724598077], Cell[CellGroupData[{ -Cell[15278, 401, 168, 3, 27, "Input",ExpressionUUID->"a430aa55-f045-4694-9493-6403ebfad373", +Cell[15333, 406, 168, 3, 27, "Input",ExpressionUUID->"a430aa55-f045-4694-9493-6403ebfad373", CellID->2141335847], Cell[CellGroupData[{ -Cell[15471, 408, 236, 4, 23, "Print",ExpressionUUID->"09d94979-1c86-4140-9c64-00e4b9761b95", +Cell[15526, 413, 236, 4, 23, "Print",ExpressionUUID->"09d94979-1c86-4140-9c64-00e4b9761b95", CellID->244239658], -Cell[15710, 414, 366, 8, 23, "Print",ExpressionUUID->"d1cb7e63-86f3-4bae-a91f-5e46206ad456", +Cell[15765, 419, 366, 8, 23, "Print",ExpressionUUID->"d1cb7e63-86f3-4bae-a91f-5e46206ad456", CellID->1488724995], -Cell[16079, 424, 236, 4, 23, "Print",ExpressionUUID->"eefe8085-07f1-429b-b773-3a14b1229cab", +Cell[16134, 429, 236, 4, 23, "Print",ExpressionUUID->"eefe8085-07f1-429b-b773-3a14b1229cab", CellID->382167725], -Cell[16318, 430, 220, 3, 23, "Print",ExpressionUUID->"7a416499-d92f-4df3-ab48-e4bb5e0398b6", +Cell[16373, 435, 220, 3, 23, "Print",ExpressionUUID->"7a416499-d92f-4df3-ab48-e4bb5e0398b6", CellID->496039023], -Cell[16541, 435, 208, 3, 23, "Print",ExpressionUUID->"4e5e66e2-af61-4a49-9551-9f6c6dcf24b7", +Cell[16596, 440, 208, 3, 23, "Print",ExpressionUUID->"4e5e66e2-af61-4a49-9551-9f6c6dcf24b7", CellID->1525327489], -Cell[16752, 440, 238, 4, 23, "Print",ExpressionUUID->"2cb2074b-b56b-40fd-8da5-92a62688e8ff", +Cell[16807, 445, 238, 4, 23, "Print",ExpressionUUID->"2cb2074b-b56b-40fd-8da5-92a62688e8ff", CellID->1406435416], -Cell[16993, 446, 220, 3, 23, "Print",ExpressionUUID->"1684510a-d4dc-4f15-99be-3e4f53ce0fc7", +Cell[17048, 451, 220, 3, 23, "Print",ExpressionUUID->"1684510a-d4dc-4f15-99be-3e4f53ce0fc7", CellID->355356051], -Cell[17216, 451, 236, 4, 23, "Print",ExpressionUUID->"bd5b35ad-b481-45ae-9751-ffcefea637c0", +Cell[17271, 456, 236, 4, 23, "Print",ExpressionUUID->"bd5b35ad-b481-45ae-9751-ffcefea637c0", CellID->613614419], -Cell[17455, 457, 236, 4, 23, "Print",ExpressionUUID->"4697fa18-9e82-4e57-86a7-8a6b43d14da3", +Cell[17510, 462, 236, 4, 23, "Print",ExpressionUUID->"4697fa18-9e82-4e57-86a7-8a6b43d14da3", CellID->898981516], -Cell[17694, 463, 207, 3, 23, "Print",ExpressionUUID->"74bd8404-a366-492d-aa3e-21b8fd8b90e5", +Cell[17749, 468, 207, 3, 23, "Print",ExpressionUUID->"74bd8404-a366-492d-aa3e-21b8fd8b90e5", CellID->158152465], -Cell[17904, 468, 237, 4, 23, "Print",ExpressionUUID->"02429843-4afd-4450-a905-e870334bccf2", +Cell[17959, 473, 237, 4, 23, "Print",ExpressionUUID->"02429843-4afd-4450-a905-e870334bccf2", CellID->1771031524] }, Open ]] }, Open ]], -Cell[18168, 476, 137, 1, 38, "ExampleText",ExpressionUUID->"34f3cd6b-5396-4f3f-8885-470ee6235c0b", +Cell[18223, 481, 137, 1, 39, "ExampleText",ExpressionUUID->"34f3cd6b-5396-4f3f-8885-470ee6235c0b", CellID->2083786667], -Cell[18308, 479, 234, 6, 27, "Input",ExpressionUUID->"7bbd0468-043c-4ecf-b0c5-aaf57a7672ac", +Cell[18363, 484, 234, 6, 27, "Input",ExpressionUUID->"7bbd0468-043c-4ecf-b0c5-aaf57a7672ac", CellID->585427827], -Cell[18545, 487, 375, 9, 70, "Input",ExpressionUUID->"51672c6d-977d-4aa6-9bf9-57ca65aa3481", +Cell[18600, 492, 375, 9, 27, "Input",ExpressionUUID->"51672c6d-977d-4aa6-9bf9-57ca65aa3481", CellID->1947756944], -Cell[18923, 498, 238, 6, 70, "Input",ExpressionUUID->"e1db5e3d-9a4b-4136-8089-303b47b1ece4", +Cell[18978, 503, 238, 6, 70, "Input",ExpressionUUID->"e1db5e3d-9a4b-4136-8089-303b47b1ece4", CellID->1946614331], -Cell[19164, 506, 177, 3, 70, "ExampleText",ExpressionUUID->"8ee2ba7b-674d-4652-a2d0-85de2b7945a2", +Cell[19219, 511, 177, 3, 70, "ExampleText",ExpressionUUID->"8ee2ba7b-674d-4652-a2d0-85de2b7945a2", CellID->470193088], Cell[CellGroupData[{ -Cell[19366, 513, 517, 10, 70, "Input",ExpressionUUID->"2d7f8fde-a027-4534-8657-dead63ba2c76", +Cell[19421, 518, 517, 10, 70, "Input",ExpressionUUID->"2d7f8fde-a027-4534-8657-dead63ba2c76", CellID->1375615690], -Cell[19886, 525, 4174, 80, 485, "Output",ExpressionUUID->"8ef14db2-cf1c-4ff7-98e1-8653a7cf3fed", +Cell[19941, 530, 4174, 80, 485, "Output",ExpressionUUID->"8ef14db2-cf1c-4ff7-98e1-8653a7cf3fed", CellID->975650329] }, Open ]], -Cell[24075, 608, 622, 9, 70, "ExampleText",ExpressionUUID->"81abe857-31e5-4023-ac73-8b51fce46ef9", +Cell[24130, 613, 622, 9, 70, "ExampleText",ExpressionUUID->"81abe857-31e5-4023-ac73-8b51fce46ef9", CellID->1915801346], Cell[CellGroupData[{ -Cell[24722, 621, 517, 10, 70, "Input",ExpressionUUID->"7dd87837-8776-4556-84bf-f22d153087e3", +Cell[24777, 626, 517, 10, 70, "Input",ExpressionUUID->"7dd87837-8776-4556-84bf-f22d153087e3", CellID->987055208], -Cell[25242, 633, 4174, 80, 485, "Output",ExpressionUUID->"2ee7da63-6019-4b49-b599-73f73bfdd395", +Cell[25297, 638, 4174, 80, 485, "Output",ExpressionUUID->"2ee7da63-6019-4b49-b599-73f73bfdd395", CellID->753603363] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[29713, 727, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"e2db5ee5-f4d6-4551-be4f-3c6361e735c3"], +Cell[35197, 877, 670, 18, 70, "TechNotesSection",ExpressionUUID->"334a57aa-0610-4541-ae66-5d7d7dd471a7"], +Cell[35870, 897, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"03005758-fcde-4fa8-9cce-f8ba9e5dbe73"], +Cell[36906, 925, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"d28a08fd-3f51-43e1-b308-3dafad984783"], Cell[CellGroupData[{ -Cell[29680, 724, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"fc00b998-6966-42b3-b0c3-4c598145b0db"], -Cell[35164, 874, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0a8b3f91-2f76-436c-a221-60d349455c4c"] -}, Open ]], -Cell[35849, 895, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4e9fe615-bdc3-413a-8c9c-9f9097b6dadd"], -Cell[36885, 923, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"5b726833-6ce8-4258-9fbb-507160329277"], -Cell[CellGroupData[{ -Cell[39826, 1008, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b30e426-e5e0-4e3c-93d3-c9134c7b145b", +Cell[39847, 1010, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9b30e426-e5e0-4e3c-93d3-c9134c7b145b", CellID->2135167160], -Cell[39967, 1011, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fcc507cf-0cb4-4f97-81ad-2f7edaa3883f", +Cell[39988, 1013, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fcc507cf-0cb4-4f97-81ad-2f7edaa3883f", CellID->1194386356], -Cell[40189, 1017, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e573164a-c743-40f8-bfe8-f083ad37aa14", +Cell[40210, 1019, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e573164a-c743-40f8-bfe8-f083ad37aa14", CellID->1641706272], -Cell[40404, 1022, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a9adbed-fad3-427c-911b-091a901774e9", +Cell[40425, 1024, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a9adbed-fad3-427c-911b-091a901774e9", CellID->399251956], -Cell[40633, 1028, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d2892479-a928-4bc7-b8da-433b03b8fe82", +Cell[40654, 1030, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d2892479-a928-4bc7-b8da-433b03b8fe82", CellID->821434655] }, Open ]], -Cell[40870, 1034, 78, 0, 70, "FooterCell",ExpressionUUID->"546f305f-dc87-4d01-8aac-bf8eec2c1617"] +Cell[40891, 1036, 78, 0, 70, "FooterCell",ExpressionUUID->"7c18f00c-4555-4120-9266-043b4e4b8186"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/TIJsets.nb b/Documentation/English/ReferencePages/Symbols/TIJsets.nb index 19be22a..2572c17 100644 --- a/Documentation/English/ReferencePages/Symbols/TIJsets.nb +++ b/Documentation/English/ReferencePages/Symbols/TIJsets.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41307, 1071] -NotebookOptionsPosition[ 33925, 924] -NotebookOutlinePosition[ 35973, 977] -CellTagsIndexPosition[ 35888, 972] +NotebookDataLength[ 41305, 1070] +NotebookOptionsPosition[ 33937, 925] +NotebookOutlinePosition[ 36003, 978] +CellTagsIndexPosition[ 35918, 973] WindowTitle->TIJsets WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "d471cea1-9dbc-4369-8285-b7c9a4e621a4"], + "2c0e01bc-aa9e-4c62-8729-7b889ad5d449"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "a9498506-e768-4097-a8f6-b1ecd3480dd8"], + "1ab7e280-0222-4295-9d71-9375036a4b97"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7fb284da-ab52-4738-82f2-cfe6f8ec72b0"] - }],ExpressionUUID->"5b845b76-e415-4ce0-9fa0-865db4b900d6"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4faea01a-70f6-48cc-9a6f-3276a2a6983a"] + }],ExpressionUUID->"4d765ede-e5cf-4268-a34d-ffce8a6ab419"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "14b0a3c8-bdb7-4473-919d-4d66d138efc3"], + "e2d5fdc8-c580-4d7f-ab59-7a290e8f96a5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d81361ec-d01c-4934-bf90-82c60526c016"] - }],ExpressionUUID->"2450b046-3520-4fda-bd05-40a83f960588"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "073070f6-d040-4c6a-8835-0c7362cd8748"] + }],ExpressionUUID->"73bb3956-570d-411d-b762-c66e60ec1268"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8f1b2b38-bb5b-4aa7-8edc-be7cb1114671"], + "3e6a5ede-7af8-4953-9b63-619e36f2ee5d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f59198ed-dd57-4ad4-b910-6df3e30407a3"] - }],ExpressionUUID->"e87363cd-9be8-4adf-bd48-1e9e95fc3d51"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "072cc9fb-8d81-4b22-a24a-f0627b637d4e"] + }],ExpressionUUID->"ca952085-4efa-4702-8942-abdb955c2981"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6b7ae3a9-ec7c-49d0-83df-76cce7296a45"], + "9870eba6-330d-40f7-8c12-349630b3bb0a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f64c3f0f-7504-4c7b-b5a7-c5533741384b"] - }],ExpressionUUID->"038e3b61-f408-4dde-bffe-7ad7cf38cbc8"], - StripOnInput->False], {"\<\"TUG/ref/TIJsets\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/TIJsets"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/TIJsets.html"]\ -, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$197868], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/TIJsets" <> - ".html"], None}]}]}, + "4d11c3c7-67be-4a77-b57b-7e121942f232"] + }],ExpressionUUID->"76c347b4-da91-4fec-b33c-fd4cbfcefc7b"], + StripOnInput->False],{ + "\"TUG/ref/TIJsets\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/TIJsets"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/TIJsets.\ +html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$213430], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/TIJsets" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "49ac0315-dde3-423c-a27f-3239ff48ef53"] + "2f88550c-b069-4ab8-803c-cf2f1220fdc7"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6235bf2b-3a82-4508-9b7f-8d299bcb4821"]} + "d23bdc18-fd30-4cc5-ac6a-ce9b84252c9f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4a9e5a6b-3d42-4962-a81a-e0675e345576"], + CellID->1,ExpressionUUID->"53a57d4e-150d-45d6-a8c8-139b83b0d90c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"38af45b7-bf87-4eaf-a42d-5eb70fed465a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"4c50c517-8c05-4140-889c-0c0060021cda"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "TIJsets", "ObjectName",ExpressionUUID-> - "23087ab3-118b-4a46-8dc1-767144aa826d"], + "8df9baef-22da-400b-9659-e45cc8e05299"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"33ddb610-ccd6-4e07-9b6a-03846e03c983"], + "Spacer1"]],ExpressionUUID->"b27ede28-2b29-4a22-b544-06218fca33ba"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5c57f699-8253-47d7-8f0c-69532d37cdb7"] - }],ExpressionUUID->"29ebefc6-b7b4-4881-addd-5b66fd9b36f1"], Cell[BoxData[ + "e89afeef-cf12-43b6-9130-cc2212919219"] + }],ExpressionUUID->"078a8bbe-1990-4717-964d-bdf8de8eb057"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "71929b2a-7b61-4c1a-8a57-f248a2414d14"]} + "d62fd76e-8d61-4681-b403-0534904d7c09"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"14e082da-fe61-4b30-bc59-5d6f57f8b676"], + CacheGraphics->False,ExpressionUUID->"6c55a0a2-5080-4bb0-8748-3be5d826fe95"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -246,7 +250,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "52a29a69-c56a-4284-992b-8767bd6d9d63"], "." - }],ExpressionUUID->"5eecf0f5-f153-4c50-bb55-76d5a76f9a9c"]} + }],ExpressionUUID->"c4b27689-0e0f-46b8-bda5-7c4a834cf55e"]} }]], "Usage", CellID->1906109986,ExpressionUUID->"845e4f20-b15a-484a-8bba-b26992879f4d"] }, Open ]], @@ -279,12 +283,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bb5e3a29-4947-4ede-a23d-ffa5278537cb"], + ExpressionUUID->"ada981f7-625c-44a1-9b15-53cfdf4f1041"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5ef4aecf-abf4-491b-87cc-22d132054fa6"], + "Spacer1"]],ExpressionUUID->"753434e2-7d4d-45c7-b241-d3219bc3d276"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"554f8f2a-3e24-44e4-bd2c-2f1b8a984c03"], + }], "NotesFrameText",ExpressionUUID->"c8479bcc-16e2-4670-a065-21710a986e5f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -295,12 +299,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f6adc91b-a3ea-4aae-987d-4d02d11404c6"]], \ + "Preemptive"]],ExpressionUUID->"7db5e178-1e30-426e-b9aa-d4500554b48c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->835187564,ExpressionUUID->"64e8f68d-14af-4e3d-8425-546321026863"], + CellID->737463576,ExpressionUUID->"8e30eebb-9f1f-4ff7-a8f1-eb34cd0bc130"], Cell[TextData[{ "The expressions ", @@ -371,19 +375,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c8a5d32a-2458-4953-a382-802616983b88"], + ExpressionUUID->"28c2b769-784b-4b81-9f5b-0e95ed2a2eda"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"da1baaee-7280-4f5b-be53-82828acf6f53"], + "Spacer1"]],ExpressionUUID->"0e13b802-f7f8-42ba-8251-5f817ddd860b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8def12cf-b9cc-49e0-8611-9cb40d22e7d1"] + "7a7c5355-9b7a-408b-b78c-79e740ed1303"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->869079615,ExpressionUUID->"be215bee-8f17-45e4-aa14-19d41feb1eab"], + CellID->1477228685,ExpressionUUID->"9fc11893-db20-4aa3-8dba-8b3ae4d515d6"], Cell[CellGroupData[{ @@ -412,18 +416,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a145301b-87b0-4bf3-a489-699acd22b8bb"], + ExpressionUUID->"3b89b9ed-7edc-4f12-ba53-8176f805418c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"20d43065-57bd-4916-961f-0fb8ad3884fa"], + "Spacer1"]],ExpressionUUID->"3c57f735-49b4-4527-a242-a52dda81d3df"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4ef4e66f-1c94-48c7-9b9a-72802a87d590"] + "e1608e08-b68f-455d-b776-34283226074d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1634121694,ExpressionUUID->"74137506-373c-423d-8f33-4f56c947560f"], + CellID->1208330025,ExpressionUUID->"87fca6fb-5582-4fdc-81b5-8720cf3025e7"], Cell["Loading the package:", "ExampleText", CellID->1520760844,ExpressionUUID->"173e745d-82f2-4238-b50e-bdb9af885e47"], @@ -626,8 +630,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -775,15 +777,15 @@ Cell[BoxData[GridBox[{ "6063f6f6-750a-442d-9e09-b13ddeda0052"] }], "SeeAlso",ExpressionUUID->"dbdceffa-99d4-4795-960b-0e6a244a938f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"56a65aa9-54c0-47dd-92ed-\ -5508624c4baf"], + }]], "SeeAlsoSection",ExpressionUUID->"08b00954-1d6c-4194-8a2e-\ +74439a95900e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -795,9 +797,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4542ceb1-cf1f-4660-b3cd-60e262036b86"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"825e35db-95aa-46c2-bca3-\ -32336b5f46db"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"18c6a9d4-035b-4341-a86f-\ +e9a4beb0db7f"], Cell[BoxData[GridBox[{ { @@ -814,7 +815,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "aaa7499c-e9f9-4625-98ad-c27e784360a0"]}]}, + "08888d41-87df-4195-a09b-a0ec67fe3e43"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -822,10 +823,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "2b4ede31-96c6-4192-8851-c607a9af2311"]}]} + "5dfd9a33-bd81-43fb-b797-6b21fef5acc7"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"44988447-6573-4787-9cc9-\ -d4056e352cf1"], + }]], "MoreAboutSection",ExpressionUUID->"b8f3f7f6-5794-4bf5-b668-\ +e03debe366b2"], Cell[BoxData[GridBox[{ { @@ -852,7 +853,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f43aac1a-f856-4021-ab0d-cf69813d337c"]], "RelatedLinks", + "fedc9441-3501-43d6-88b7-5dbb1b26cc4e"]], "RelatedLinks", ExpressionUUID->"ba7f6126-8a2c-48bf-8c9d-e82bb0e1d490"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -869,7 +870,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9d6bccea-eb35-46a6-9589-4e659fa71371"]], "RelatedLinks", + "81908434-9def-4e88-859c-d5db5d568dff"]], "RelatedLinks", ExpressionUUID->"87a4efed-4ae8-48c9-b358-1d502da21257"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -886,11 +887,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ee458ebf-f418-4d4c-9d88-804014c4aa34"]], "RelatedLinks", + "0ab26dee-0356-4054-b13e-e826256ba7a4"]], "RelatedLinks", ExpressionUUID->"d6178997-f94d-4f82-a15f-21ca511bdeb7"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"095b1c7e-b8fa-48eb-84dd-\ -4085e6c6e0fc"], + }]], "RelatedLinksSection",ExpressionUUID->"4cdbc1d2-d82f-463e-93a8-\ +d81753ee7248"], Cell[CellGroupData[{ @@ -920,11 +921,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"cfcb59e8-8f57-4856-ae57-68481887d28f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"adc14136-6b25-4914-a824-c3bd5aee7c1d"] +Cell[" ", "FooterCell",ExpressionUUID->"6fae7b7a-9066-41a7-9d4c-9a7639c25cf9"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TIJsets", TaggingRules->{ @@ -935,17 +936,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 38.860113}", + "built" -> "{2024, 6, 3, 16, 56, 1.539567}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "TIJsets[i, j] computes all coalitions which contains player i but not \ player j.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "TIJsets", - "titlemodifier" -> "", "windowtitle" -> "TIJsets", "type" -> "Symbol", - "uri" -> "TUG/ref/TIJsets"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "TIJsets", "type" -> "Symbol", "uri" -> "TUG/ref/TIJsets"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -954,9 +955,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5fc2c842-1195-4dba-a3b0-fb8dff7e53a8" +ExpressionUUID->"bdfe72b5-52f8-41bd-8a4c-77cd97bab8c8" ] (* End of Notebook Content *) @@ -964,115 +965,113 @@ ExpressionUUID->"5fc2c842-1195-4dba-a3b0-fb8dff7e53a8" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13364, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be215bee-8f17-45e4-aa14-19d41feb1eab", + Cell[13409, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9fc11893-db20-4aa3-8dba-8b3ae4d515d6", CellTags->"PrimaryExamplesSection", - CellID->869079615]} + CellID->1477228685]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35688, 965} + {"PrimaryExamplesSection", 35717, 966} } *) (*NotebookFileOutline Notebook[{ -Cell[579, 21, 7084, 168, 56, "AnchorBarGrid",ExpressionUUID->"4a9e5a6b-3d42-4962-a81a-e0675e345576", +Cell[579, 21, 7129, 172, 57, "AnchorBarGrid",ExpressionUUID->"53a57d4e-150d-45d6-a8c8-139b83b0d90c", CellID->1], -Cell[7666, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"38af45b7-bf87-4eaf-a42d-5eb70fed465a"], +Cell[7711, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"4c50c517-8c05-4140-889c-0c0060021cda"], Cell[CellGroupData[{ -Cell[7777, 195, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"14e082da-fe61-4b30-bc59-5d6f57f8b676"], -Cell[9061, 232, 797, 18, 111, "Usage",ExpressionUUID->"845e4f20-b15a-484a-8bba-b26992879f4d", +Cell[7822, 199, 1281, 35, 59, "ObjectNameGrid",ExpressionUUID->"6c55a0a2-5080-4bb0-8748-3be5d826fe95"], +Cell[9106, 236, 797, 18, 111, "Usage",ExpressionUUID->"845e4f20-b15a-484a-8bba-b26992879f4d", CellID->1906109986] }, Open ]], Cell[CellGroupData[{ -Cell[9895, 255, 1894, 47, 37, "NotesSection",ExpressionUUID->"64e8f68d-14af-4e3d-8425-546321026863", +Cell[9940, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"8e30eebb-9f1f-4ff7-a8f1-eb34cd0bc130", CellGroupingRules->{"SectionGrouping", 50}, - CellID->835187564], -Cell[11792, 304, 783, 19, 57, "Notes",ExpressionUUID->"5aa7122d-b854-4c94-ac26-a5d66cee1f95", + CellID->737463576], +Cell[11837, 308, 783, 19, 57, "Notes",ExpressionUUID->"5aa7122d-b854-4c94-ac26-a5d66cee1f95", CellID->1595939293], -Cell[12578, 325, 489, 12, 37, "Notes",ExpressionUUID->"d279f19e-259e-4f1c-ba12-18066fd4ce6e", +Cell[12623, 329, 489, 12, 38, "Notes",ExpressionUUID->"d279f19e-259e-4f1c-ba12-18066fd4ce6e", CellID->177724765], -Cell[13070, 339, 167, 3, 36, "Notes",ExpressionUUID->"766590bb-9e8b-46f5-8402-fbfe31742651", +Cell[13115, 343, 167, 3, 36, "Notes",ExpressionUUID->"766590bb-9e8b-46f5-8402-fbfe31742651", CellID->2138019007] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13364, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be215bee-8f17-45e4-aa14-19d41feb1eab", +Cell[13409, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9fc11893-db20-4aa3-8dba-8b3ae4d515d6", CellTags->"PrimaryExamplesSection", - CellID->869079615], + CellID->1477228685], Cell[CellGroupData[{ -Cell[14809, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"74137506-373c-423d-8f33-4f56c947560f", - CellID->1634121694], -Cell[16211, 427, 119, 1, 38, "ExampleText",ExpressionUUID->"173e745d-82f2-4238-b50e-bdb9af885e47", +Cell[14855, 393, 1399, 36, 30, "ExampleSection",ExpressionUUID->"87fca6fb-5582-4fdc-81b5-8720cf3025e7", + CellID->1208330025], +Cell[16257, 431, 119, 1, 39, "ExampleText",ExpressionUUID->"173e745d-82f2-4238-b50e-bdb9af885e47", CellID->1520760844], Cell[CellGroupData[{ -Cell[16355, 432, 168, 3, 27, "Input",ExpressionUUID->"abe7f5eb-0ae5-4343-ab16-340b1ce3b2a8", +Cell[16401, 436, 168, 3, 27, "Input",ExpressionUUID->"abe7f5eb-0ae5-4343-ab16-340b1ce3b2a8", CellID->2033568249], Cell[CellGroupData[{ -Cell[16548, 439, 237, 4, 23, "Print",ExpressionUUID->"f29e2cc9-0254-40f3-a86a-cf4d4a487f78", +Cell[16594, 443, 237, 4, 23, "Print",ExpressionUUID->"f29e2cc9-0254-40f3-a86a-cf4d4a487f78", CellID->1521119217], -Cell[16788, 445, 366, 8, 23, "Print",ExpressionUUID->"1f3c5c87-368f-4a2b-ac73-0adc6d825860", +Cell[16834, 449, 366, 8, 23, "Print",ExpressionUUID->"1f3c5c87-368f-4a2b-ac73-0adc6d825860", CellID->2096227676], -Cell[17157, 455, 236, 4, 23, "Print",ExpressionUUID->"f887c0e9-da71-4815-9c50-932d7897ceb8", +Cell[17203, 459, 236, 4, 23, "Print",ExpressionUUID->"f887c0e9-da71-4815-9c50-932d7897ceb8", CellID->543091119], -Cell[17396, 461, 220, 3, 23, "Print",ExpressionUUID->"dc159602-e866-40d3-8b02-33506576893c", +Cell[17442, 465, 220, 3, 23, "Print",ExpressionUUID->"dc159602-e866-40d3-8b02-33506576893c", CellID->378408036], -Cell[17619, 466, 208, 3, 23, "Print",ExpressionUUID->"5605368b-dcc2-4f1f-9b44-f6d9ba0cba4d", +Cell[17665, 470, 208, 3, 23, "Print",ExpressionUUID->"5605368b-dcc2-4f1f-9b44-f6d9ba0cba4d", CellID->1291180188], -Cell[17830, 471, 238, 4, 23, "Print",ExpressionUUID->"39196e12-0419-49ab-ba89-63b451845d14", +Cell[17876, 475, 238, 4, 23, "Print",ExpressionUUID->"39196e12-0419-49ab-ba89-63b451845d14", CellID->1599886812], -Cell[18071, 477, 220, 3, 23, "Print",ExpressionUUID->"28bf6ee4-d4ae-4d82-82e4-4bfe97ab4bd9", +Cell[18117, 481, 220, 3, 23, "Print",ExpressionUUID->"28bf6ee4-d4ae-4d82-82e4-4bfe97ab4bd9", CellID->780956164], -Cell[18294, 482, 237, 4, 23, "Print",ExpressionUUID->"0f7bf756-2236-478b-8c45-b540c27fc12b", +Cell[18340, 486, 237, 4, 23, "Print",ExpressionUUID->"0f7bf756-2236-478b-8c45-b540c27fc12b", CellID->1708943282], -Cell[18534, 488, 237, 4, 23, "Print",ExpressionUUID->"3312bc92-50b6-4cde-b4e1-56b9926cca52", +Cell[18580, 492, 237, 4, 23, "Print",ExpressionUUID->"3312bc92-50b6-4cde-b4e1-56b9926cca52", CellID->1945270512], -Cell[18774, 494, 207, 3, 23, "Print",ExpressionUUID->"ac814063-e910-426b-a812-32aa189b9d63", +Cell[18820, 498, 207, 3, 23, "Print",ExpressionUUID->"ac814063-e910-426b-a812-32aa189b9d63", CellID->181468445], -Cell[18984, 499, 236, 4, 23, "Print",ExpressionUUID->"0f02dc4b-38e4-4baa-870d-f3d0ee7bcf75", +Cell[19030, 503, 236, 4, 23, "Print",ExpressionUUID->"0f02dc4b-38e4-4baa-870d-f3d0ee7bcf75", CellID->535846628] }, Open ]] }, Open ]], -Cell[19247, 507, 128, 1, 38, "ExampleText",ExpressionUUID->"3382677b-9b03-43d6-a85e-c923b8a1e2ee", +Cell[19293, 511, 128, 1, 39, "ExampleText",ExpressionUUID->"3382677b-9b03-43d6-a85e-c923b8a1e2ee", CellID->24998187], -Cell[19378, 510, 198, 5, 70, "Input",ExpressionUUID->"b2169d90-22db-4d5d-87cc-3fdb278cb27f", +Cell[19424, 514, 198, 5, 70, "Input",ExpressionUUID->"b2169d90-22db-4d5d-87cc-3fdb278cb27f", CellID->162073091], -Cell[19579, 517, 190, 4, 70, "ExampleText",ExpressionUUID->"c495830d-217d-48da-8ce8-87231d8fbd4a", +Cell[19625, 521, 190, 4, 70, "ExampleText",ExpressionUUID->"c495830d-217d-48da-8ce8-87231d8fbd4a", CellID->322077206], Cell[CellGroupData[{ -Cell[19794, 525, 165, 3, 70, "Input",ExpressionUUID->"641b6d52-a6f0-4dd6-a0f9-92bb3e2cac09", +Cell[19840, 529, 165, 3, 70, "Input",ExpressionUUID->"641b6d52-a6f0-4dd6-a0f9-92bb3e2cac09", CellID->1137705242], -Cell[19962, 530, 174, 4, 36, "Output",ExpressionUUID->"f05154d7-cc9d-4c26-bad8-20f86e45574f", +Cell[20008, 534, 174, 4, 36, "Output",ExpressionUUID->"f05154d7-cc9d-4c26-bad8-20f86e45574f", CellID->1958263930] }, Open ]], -Cell[20151, 537, 185, 3, 70, "ExampleText",ExpressionUUID->"24ef4467-73ae-4c7a-afb0-43be7aca644b", +Cell[20197, 541, 185, 3, 70, "ExampleText",ExpressionUUID->"24ef4467-73ae-4c7a-afb0-43be7aca644b", CellID->1361651701], Cell[CellGroupData[{ -Cell[20361, 544, 181, 4, 70, "Input",ExpressionUUID->"daa8f14b-7bf3-4b47-af86-8540d78beb17", +Cell[20407, 548, 181, 4, 70, "Input",ExpressionUUID->"daa8f14b-7bf3-4b47-af86-8540d78beb17", CellID->353129728], -Cell[20545, 550, 2538, 69, 87, "Output",ExpressionUUID->"94f88025-22af-4734-9aa4-5afcbdc0fb63", +Cell[20591, 554, 2538, 69, 85, "Output",ExpressionUUID->"94f88025-22af-4734-9aa4-5afcbdc0fb63", CellID->1877060579] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23371, 632, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"08b00954-1d6c-4194-8a2e-74439a95900e"], +Cell[28851, 782, 670, 18, 70, "TechNotesSection",ExpressionUUID->"18c6a9d4-035b-4341-a86f-e9a4beb0db7f"], +Cell[29524, 802, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b8f3f7f6-5794-4bf5-b668-e03debe366b2"], +Cell[30560, 830, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"4cdbc1d2-d82f-463e-93a8-d81753ee7248"], Cell[CellGroupData[{ -Cell[23347, 630, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"56a65aa9-54c0-47dd-92ed-5508624c4baf"], -Cell[28827, 780, 670, 18, 70, "TechNotesSection",ExpressionUUID->"825e35db-95aa-46c2-bca3-32336b5f46db"] -}, Open ]], -Cell[29512, 801, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"44988447-6573-4787-9cc9-d4056e352cf1"], -Cell[30548, 829, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"095b1c7e-b8fa-48eb-84dd-4085e6c6e0fc"], -Cell[CellGroupData[{ -Cell[32800, 896, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ce1763f7-0cd3-4ba5-810f-19900157a3ef", +Cell[32812, 897, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ce1763f7-0cd3-4ba5-810f-19900157a3ef", CellID->906383680], -Cell[32940, 899, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"85a71924-1045-49ae-ab23-274b31054efc", +Cell[32952, 900, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"85a71924-1045-49ae-ab23-274b31054efc", CellID->1194386356], -Cell[33162, 905, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a038123-a214-472a-a147-636e6eaa59ea", +Cell[33174, 906, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a038123-a214-472a-a147-636e6eaa59ea", CellID->1641706272], -Cell[33377, 910, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b4d5d4ea-0e12-4c00-8b76-45dffdba064a", +Cell[33389, 911, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b4d5d4ea-0e12-4c00-8b76-45dffdba064a", CellID->399251956], -Cell[33606, 916, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cfcb59e8-8f57-4856-ae57-68481887d28f", +Cell[33618, 917, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"cfcb59e8-8f57-4856-ae57-68481887d28f", CellID->821434655] }, Open ]], -Cell[33843, 922, 78, 0, 70, "FooterCell",ExpressionUUID->"adc14136-6b25-4914-a824-c3bd5aee7c1d"] +Cell[33855, 923, 78, 0, 70, "FooterCell",ExpressionUUID->"6fae7b7a-9066-41a7-9d4c-9a7639c25cf9"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/TalmudicRule.nb b/Documentation/English/ReferencePages/Symbols/TalmudicRule.nb index 397e9b0..dcfd5bf 100644 --- a/Documentation/English/ReferencePages/Symbols/TalmudicRule.nb +++ b/Documentation/English/ReferencePages/Symbols/TalmudicRule.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41520, 1067] -NotebookOptionsPosition[ 33389, 907] -NotebookOutlinePosition[ 35498, 961] -CellTagsIndexPosition[ 35413, 956] +NotebookDataLength[ 41521, 1066] +NotebookOptionsPosition[ 33403, 908] +NotebookOutlinePosition[ 35531, 962] +CellTagsIndexPosition[ 35446, 957] WindowTitle->TalmudicRule WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2fd97369-a3d1-4bcb-b184-dfd75375bcae"], + "ed7b701d-7eff-47c8-9a64-ce383bbd4638"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2ffc95db-4c73-489c-9bfc-850e4566dd68"], + "6d8fa3b0-a473-44f5-8879-a9dc1ad17c32"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e5ae3f7f-59ad-46cf-85a7-8e3ef60923b8"] - }],ExpressionUUID->"4efd7278-134c-4355-8e8f-9adb961199fa"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "2fc2872a-80c5-4a4a-9787-253e496a7431"] + }],ExpressionUUID->"5bb7c6e9-3844-45fa-9a7f-ff63976838bd"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9d9ba729-568a-4a99-a8a6-019b9ef62973"], + "44fc6f20-7ebc-4eb2-8a23-c094a59a06d6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9e2ec898-7b66-4f20-82dd-c3d05662d225"] - }],ExpressionUUID->"ae48ba81-046f-4af5-8af2-4030a7ae05e3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7d8dc562-e4af-4942-a232-3b585bfa98ef"] + }],ExpressionUUID->"e788f1f6-81f3-433c-81ad-49d36c4d7d08"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e69bf035-8956-43e4-b858-01aec5f97972"], + "7bdfc0ad-fa40-4939-8346-95220e382c08"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c8567705-c0b5-49c9-bd06-d4001c4f9f83"] - }],ExpressionUUID->"2e353971-cd4c-4002-be12-f1c47d13398c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e161103e-8c77-4806-bb9a-3053b1716727"] + }],ExpressionUUID->"362a83ee-abad-46a6-ae8b-80027946e675"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8cf7ae8-45a9-442d-a91c-af77b7f93b12"], + "6fd79d41-8ddd-4d80-91bb-a28fbb5df5b9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "962cdafe-024e-48ea-8bc8-2d92da9dbcaa"] - }],ExpressionUUID->"390ce09f-b38f-422e-ba9a-2ac4a5f45f51"], - StripOnInput->False], {"\<\"TUG/ref/TalmudicRule\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/TalmudicRule"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/TalmudicRule.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$194446], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/TalmudicRule" <> ".html"], None}]}]}, + "c9824485-302e-4a63-8785-c1632678a6ca"] + }],ExpressionUUID->"468a6b65-2327-43e6-b2de-9966c5fdc230"], + StripOnInput->False],{ + "\"TUG/ref/TalmudicRule\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/TalmudicRule"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +TalmudicRule.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$209804], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/TalmudicRule" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0e959fa5-2268-42d3-88bd-086f65ddf9f4"] + "85c17979-acbd-4068-8753-11da280d9b7a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "f31e3407-6ba5-43f2-9105-2107854d7914"]} + "629687ee-b9b6-4e38-be1a-6f35cf330a6c"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e2f0d459-6330-4e7b-9876-d1bc1193e2b1"], + CellID->1,ExpressionUUID->"11b566bf-2cfd-4d46-8d77-aa76e638fbb1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"1ebe096f-184f-41ba-bce1-a320426977c5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c4596964-4dec-4aaf-8168-d6ae255ecfd6"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "TalmudicRule", "ObjectName",ExpressionUUID-> - "cbadd2a7-dc37-4a0f-b85d-66413378c8f5"], + "d0c7ea8a-58ff-4fb6-a517-18030bc53bf9"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"22a71f6f-5b57-4728-a8fb-1c0dd78906c0"], + "Spacer1"]],ExpressionUUID->"f067a165-f8ca-4099-9147-612fdebf91f7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "003adde8-38c5-437e-93c6-5766c0158557"] - }],ExpressionUUID->"0eed48cf-9d9a-4566-b6b0-6a69c430da64"], Cell[BoxData[ + "ee2758d1-384f-47db-9c63-26c5a0e68bde"] + }],ExpressionUUID->"d4537dab-895c-4922-b2bd-f2ab8343e9bf"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "973c8230-da4b-4a71-bd6f-27c8944faa41"]} + "3d1259a9-0360-4ea0-b4f4-a9667c6eb870"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"8fbfc8c5-780c-4574-8ba0-cd6ee0375144"], + CacheGraphics->False,ExpressionUUID->"7a9846b1-b240-4034-b87f-edafaf25f675"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "0d0bef44-b4b6-4801-8dfa-6fb8edb1aaf6"], " \[LineSeparator]computes a solution for a contested garment or \ n-creditor modest bankruptcy problem." - }],ExpressionUUID->"38a05d7a-ab6a-4f77-855b-9339b8436f4f"]} + }],ExpressionUUID->"95aa8960-b8cb-4997-9f7d-b182bd50570e"]} }]], "Usage", CellID->1934690059,ExpressionUUID->"1dca42ef-976c-4c2f-a6a9-f420e64aec14"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d08b598b-6345-4e90-b2ba-6f870a48da4d"], + ExpressionUUID->"8a510592-5620-4785-b57c-f3ed2ca67256"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a41a1d6e-845d-43a2-81eb-e5ab9961f8da"], + "Spacer1"]],ExpressionUUID->"453dc0fe-6511-4b1f-9e16-1ace76bee617"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1e9da2f9-7c98-4402-9aa3-f62ac5063a18"], + }], "NotesFrameText",ExpressionUUID->"fe4573ed-9d23-4453-a9e7-37a45217f84d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"7288e188-0efd-4897-b747-70e9afaf330f"]], \ + "Preemptive"]],ExpressionUUID->"00c79ad3-7cd7-4f98-a6bf-2617da17f799"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1612580713,ExpressionUUID->"3ebbce7b-3244-4319-b297-ad9427faf282"], + CellID->936533141,ExpressionUUID->"47ee008b-8d37-41d5-91eb-33149313a3ff"], Cell[TextData[{ "The expression ", @@ -382,19 +386,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"27e68539-9c53-4f33-b458-5807a08ca08d"], + ExpressionUUID->"6f36a0f0-8931-4842-a174-7bb81e693f86"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dc989a30-2bb9-458c-abc4-99108d8918bd"], + "Spacer1"]],ExpressionUUID->"3f0b4234-063a-4605-a7ca-86219647233c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5aa3699d-a183-4303-a698-417252f34db0"] + "af753067-e569-43c8-b9c0-53eac57650e6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->349734219,ExpressionUUID->"8eaeeb66-f027-485a-abda-9a8aea600d67"], + CellID->1210706953,ExpressionUUID->"2386daef-d24d-411b-aa81-1c45bd9b60c0"], Cell[CellGroupData[{ @@ -423,18 +427,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1456d2e1-401f-4593-98a8-b1f2b8f57972"], + ExpressionUUID->"a6808e9c-3bd5-4cfd-8997-a810a1dba318"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6642a8ac-379f-4714-b2bb-3391d8d12495"], + "Spacer1"]],ExpressionUUID->"652a869f-2e91-4fd4-b2f3-2d47886f6e79"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "16a39fdd-f159-4c79-8105-ce5922be7163"] + "da698c94-0d66-4ccb-ae9b-af66b3106807"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->182223607,ExpressionUUID->"eac5f9ce-82db-4fb7-b568-a8be5021c9b4"], + CellID->1074792717,ExpressionUUID->"f103282c-4c8a-4b80-a13f-5a21a3da37c9"], Cell["Loading the package:", "ExampleText", CellID->952295264,ExpressionUUID->"7a91e98b-9d0c-4d24-8a72-cdfe2ec7a4d4"], @@ -592,8 +596,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -741,15 +743,15 @@ Cell[BoxData[GridBox[{ "31b12eb6-efc8-4d5d-bbf9-eddc99dd648e"] }], "SeeAlso",ExpressionUUID->"8fc14341-cea6-4d1c-a579-96b4b9d2416f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bacbcbe6-6416-4145-b800-\ -36fd8a239065"], + }]], "SeeAlsoSection",ExpressionUUID->"1a28427b-5ce5-4741-8460-\ +50798ac6c586"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -761,9 +763,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"74f93a07-128c-4804-8d0f-f13dc35031fa"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ea3bc4e6-bcb2-4e4c-a171-\ -55b425cb455d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"84f54c75-58c8-4479-bc2b-\ +3ef53e7414c1"], Cell[BoxData[GridBox[{ { @@ -780,7 +781,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d9447437-6baf-44a3-88e4-343665070e94"]}]}, + "25677d50-e7e5-4c6d-a5d2-a1c5e784dc17"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -788,10 +789,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "eecafb54-8277-4169-947b-d8b49740133f"]}]} + "1da7445e-8b47-4791-a70c-41aaa013231b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"b47fdf66-e605-4a4b-aebf-\ -ca0ba7b6341d"], + }]], "MoreAboutSection",ExpressionUUID->"8f263e72-9067-4ceb-8e4e-\ +49e75f4dce0c"], Cell[BoxData[GridBox[{ { @@ -818,7 +819,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "069e3053-905e-41ba-b83c-9554bab1a31e"]], "RelatedLinks", + "a5809f67-ccb0-42e9-8e51-84df53a07b26"]], "RelatedLinks", ExpressionUUID->"97dbc9e6-665f-4877-85e9-d35d1ff2e82b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -835,7 +836,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ContestedGarment"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "661222d0-ee7f-48d9-a12a-b6a65b6c8874"]], "RelatedLinks", + "79e98d36-6cc2-4f8b-bf67-faf823cdf4d2"]], "RelatedLinks", ExpressionUUID->"28b11811-dd68-4a12-88d0-587da9b03bd7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -852,7 +853,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fab11fea-807c-41c3-bc57-15bcf981fda5"]], "RelatedLinks", + "2d0f9675-e921-4b3c-bf44-f4b9e6a3b108"]], "RelatedLinks", ExpressionUUID->"9371c994-4393-4bb8-9321-013f2efaaf8b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -869,11 +870,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModestBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1d3cce96-466d-4f59-b93d-226df5bdcf51"]], "RelatedLinks", + "2ac2063a-5651-4c22-9eec-33f481a291a4"]], "RelatedLinks", ExpressionUUID->"fbe27f54-5809-4da1-91f9-e82765f52695"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"409c9b1c-1a43-4dbf-b0a9-\ -b98a973564de"], + }]], "RelatedLinksSection",ExpressionUUID->"be91c24a-f0ca-4a1d-83ea-\ +dbe8f6c7401a"], Cell[CellGroupData[{ @@ -903,11 +904,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"0fb61b8e-332d-4e72-9dc4-4b517c074427"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c29bca2b-99fd-47dc-b393-48a49d2e95e1"] +Cell[" ", "FooterCell",ExpressionUUID->"c0573b3b-a7d7-499e-8147-c49dc76b75ef"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TalmudicRule", TaggingRules->{ @@ -918,7 +919,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 29.962070}", + "built" -> "{2024, 6, 3, 16, 55, 57.223773}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -926,10 +927,10 @@ TaggingRules->{ "TalmudicRule[Est, claims_List] computes a solution for a contested \ garment or n-creditor modest bankruptcy problem.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "TalmudicRule", "titlemodifier" -> "", - "windowtitle" -> "TalmudicRule", "type" -> "Symbol", "uri" -> - "TUG/ref/TalmudicRule"}}, + "metadescription" -> "", "windowtitle" -> "TalmudicRule", "type" -> + "Symbol", "uri" -> "TUG/ref/TalmudicRule"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -938,9 +939,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fc9d18bd-8f65-429c-a1d1-b5112f540c31" +ExpressionUUID->"032c8efa-4ea6-427a-a1db-21befae5421f" ] (* End of Notebook Content *) @@ -948,127 +949,125 @@ ExpressionUUID->"fc9d18bd-8f65-429c-a1d1-b5112f540c31" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13926, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8eaeeb66-f027-485a-abda-9a8aea600d67", + Cell[13972, 363, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2386daef-d24d-411b-aa81-1c45bd9b60c0", CellTags->"PrimaryExamplesSection", - CellID->349734219]} + CellID->1210706953]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35213, 949} + {"PrimaryExamplesSection", 35245, 950} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7104, 168, 56, "AnchorBarGrid",ExpressionUUID->"e2f0d459-6330-4e7b-9876-d1bc1193e2b1", +Cell[584, 21, 7151, 172, 57, "AnchorBarGrid",ExpressionUUID->"11b566bf-2cfd-4d46-8d77-aa76e638fbb1", CellID->1], -Cell[7691, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"1ebe096f-184f-41ba-bce1-a320426977c5"], +Cell[7738, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c4596964-4dec-4aaf-8168-d6ae255ecfd6"], Cell[CellGroupData[{ -Cell[7802, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"8fbfc8c5-780c-4574-8ba0-cd6ee0375144"], -Cell[9091, 232, 562, 12, 111, "Usage",ExpressionUUID->"1dca42ef-976c-4c2f-a6a9-f420e64aec14", +Cell[7849, 199, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"7a9846b1-b240-4034-b87f-edafaf25f675"], +Cell[9138, 236, 562, 12, 111, "Usage",ExpressionUUID->"1dca42ef-976c-4c2f-a6a9-f420e64aec14", CellID->1934690059] }, Open ]], Cell[CellGroupData[{ -Cell[9690, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"3ebbce7b-3244-4319-b297-ad9427faf282", +Cell[9737, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"47ee008b-8d37-41d5-91eb-33149313a3ff", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1612580713], -Cell[11588, 298, 560, 12, 57, "]]",ExpressionUUID->"ddc6c5f1-5479-4259-a862-ec1de9165a66", + CellID->936533141], +Cell[11634, 302, 560, 12, 57, "]]",ExpressionUUID->"ddc6c5f1-5479-4259-a862-ec1de9165a66", CellID->313448337], -Cell[12151, 312, 489, 12, 37, "Notes",ExpressionUUID->"77e6e6a8-4581-4d75-9279-81fb862fd00d", +Cell[12197, 316, 489, 12, 38, "Notes",ExpressionUUID->"77e6e6a8-4581-4d75-9279-81fb862fd00d", CellID->177724765], -Cell[12643, 326, 381, 6, 78, "Notes",ExpressionUUID->"4c1714ad-ece4-4f7b-9d3b-2eaf5c509180", +Cell[12689, 330, 381, 6, 78, "Notes",ExpressionUUID->"4c1714ad-ece4-4f7b-9d3b-2eaf5c509180", CellID->1976154455], -Cell[13027, 334, 218, 4, 36, "Notes",ExpressionUUID->"86ebd5e1-354c-433d-b348-89a07e84cb7b", +Cell[13073, 338, 218, 4, 36, "Notes",ExpressionUUID->"86ebd5e1-354c-433d-b348-89a07e84cb7b", CellID->1586169297], -Cell[13248, 340, 189, 4, 36, "Notes",ExpressionUUID->"4fa88dd8-0b54-41a4-b680-568664a381f6", +Cell[13294, 344, 189, 4, 36, "Notes",ExpressionUUID->"4fa88dd8-0b54-41a4-b680-568664a381f6", CellID->1018993331], -Cell[13440, 346, 229, 4, 36, "Notes",ExpressionUUID->"4a77835f-7499-47d0-8540-3f0e8a7bcb1f", +Cell[13486, 350, 229, 4, 36, "Notes",ExpressionUUID->"4a77835f-7499-47d0-8540-3f0e8a7bcb1f", CellID->788537518], -Cell[13672, 352, 127, 1, 36, "Notes",ExpressionUUID->"e3d0dffb-f818-4b2a-bdf6-d40790d00b78", +Cell[13718, 356, 127, 1, 36, "Notes",ExpressionUUID->"e3d0dffb-f818-4b2a-bdf6-d40790d00b78", CellID->320828207] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13926, 359, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8eaeeb66-f027-485a-abda-9a8aea600d67", +Cell[13972, 363, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2386daef-d24d-411b-aa81-1c45bd9b60c0", CellTags->"PrimaryExamplesSection", - CellID->349734219], + CellID->1210706953], Cell[CellGroupData[{ -Cell[15371, 400, 1398, 36, 30, "ExampleSection",ExpressionUUID->"eac5f9ce-82db-4fb7-b568-a8be5021c9b4", - CellID->182223607], -Cell[16772, 438, 118, 1, 38, "ExampleText",ExpressionUUID->"7a91e98b-9d0c-4d24-8a72-cdfe2ec7a4d4", +Cell[15418, 404, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f103282c-4c8a-4b80-a13f-5a21a3da37c9", + CellID->1074792717], +Cell[16820, 442, 118, 1, 39, "ExampleText",ExpressionUUID->"7a91e98b-9d0c-4d24-8a72-cdfe2ec7a4d4", CellID->952295264], Cell[CellGroupData[{ -Cell[16915, 443, 168, 3, 27, "Input",ExpressionUUID->"def57643-cd40-4d8a-92e2-067fe1dc2da1", +Cell[16963, 447, 168, 3, 27, "Input",ExpressionUUID->"def57643-cd40-4d8a-92e2-067fe1dc2da1", CellID->1652573105], Cell[CellGroupData[{ -Cell[17108, 450, 235, 4, 23, "Print",ExpressionUUID->"7d6ae0c7-7b79-4b6b-af84-69808e1219a2", +Cell[17156, 454, 235, 4, 23, "Print",ExpressionUUID->"7d6ae0c7-7b79-4b6b-af84-69808e1219a2", CellID->793030781], -Cell[17346, 456, 365, 8, 23, "Print",ExpressionUUID->"aeac50b7-d2f2-4fec-89fb-1a1d30b2f493", +Cell[17394, 460, 365, 8, 23, "Print",ExpressionUUID->"aeac50b7-d2f2-4fec-89fb-1a1d30b2f493", CellID->1970359626], -Cell[17714, 466, 235, 4, 23, "Print",ExpressionUUID->"ad52925e-d1a9-47df-9193-16c2365011c1", +Cell[17762, 470, 235, 4, 23, "Print",ExpressionUUID->"ad52925e-d1a9-47df-9193-16c2365011c1", CellID->761642426], -Cell[17952, 472, 219, 3, 23, "Print",ExpressionUUID->"b2c46748-26dc-4daf-926e-ba5a584cbef3", +Cell[18000, 476, 219, 3, 23, "Print",ExpressionUUID->"b2c46748-26dc-4daf-926e-ba5a584cbef3", CellID->782512392], -Cell[18174, 477, 207, 3, 23, "Print",ExpressionUUID->"10aaab86-8704-4ca1-be9e-d56426d5100b", +Cell[18222, 481, 207, 3, 23, "Print",ExpressionUUID->"10aaab86-8704-4ca1-be9e-d56426d5100b", CellID->1987752074], -Cell[18384, 482, 236, 4, 70, "Print",ExpressionUUID->"f234f5a4-6abe-408d-a54e-ee1e40ab1afe", +Cell[18432, 486, 236, 4, 70, "Print",ExpressionUUID->"f234f5a4-6abe-408d-a54e-ee1e40ab1afe", CellID->586387670], -Cell[18623, 488, 219, 3, 70, "Print",ExpressionUUID->"5dcc7d2f-c0d8-43d3-a86d-dcd2656d2486", +Cell[18671, 492, 219, 3, 70, "Print",ExpressionUUID->"5dcc7d2f-c0d8-43d3-a86d-dcd2656d2486", CellID->281466795], -Cell[18845, 493, 235, 4, 70, "Print",ExpressionUUID->"f5c0da92-13ed-4a57-b5b2-561cc392d0c1", +Cell[18893, 497, 235, 4, 70, "Print",ExpressionUUID->"f5c0da92-13ed-4a57-b5b2-561cc392d0c1", CellID->708303637], -Cell[19083, 499, 236, 4, 70, "Print",ExpressionUUID->"33ab4aec-0ed4-4df7-95b5-66efaefa4fc1", +Cell[19131, 503, 236, 4, 70, "Print",ExpressionUUID->"33ab4aec-0ed4-4df7-95b5-66efaefa4fc1", CellID->1148962297], -Cell[19322, 505, 207, 3, 70, "Print",ExpressionUUID->"53d0a022-f1db-4028-a1bc-82c8ceaaff97", +Cell[19370, 509, 207, 3, 70, "Print",ExpressionUUID->"53d0a022-f1db-4028-a1bc-82c8ceaaff97", CellID->2110538525], -Cell[19532, 510, 235, 4, 70, "Print",ExpressionUUID->"d06493dd-9c53-499f-a42d-0a8e7b909c95", +Cell[19580, 514, 235, 4, 70, "Print",ExpressionUUID->"d06493dd-9c53-499f-a42d-0a8e7b909c95", CellID->436363495] }, Open ]] }, Open ]], -Cell[19794, 518, 189, 4, 70, "ExampleText",ExpressionUUID->"a4c88fd8-25c2-4949-a7de-c7b3f6e41616", +Cell[19842, 522, 189, 4, 70, "ExampleText",ExpressionUUID->"a4c88fd8-25c2-4949-a7de-c7b3f6e41616", CellID->777128607], -Cell[19986, 524, 170, 4, 70, "Input",ExpressionUUID->"09c85f7c-5be3-45af-aa9b-794f7837b8e6", +Cell[20034, 528, 170, 4, 70, "Input",ExpressionUUID->"09c85f7c-5be3-45af-aa9b-794f7837b8e6", CellID->1138052048], -Cell[20159, 530, 185, 3, 70, "ExampleText",ExpressionUUID->"2b8a8069-89a8-42bf-9538-72f2c34a8368", +Cell[20207, 534, 185, 3, 70, "ExampleText",ExpressionUUID->"2b8a8069-89a8-42bf-9538-72f2c34a8368", CellID->2064809688], -Cell[20347, 535, 257, 7, 70, "Input",ExpressionUUID->"8bc4030d-0b18-479f-9692-503c000e0d95", +Cell[20395, 539, 257, 7, 70, "Input",ExpressionUUID->"8bc4030d-0b18-479f-9692-503c000e0d95", CellID->1771008290], -Cell[20607, 544, 151, 1, 70, "ExampleText",ExpressionUUID->"9d800185-576a-49e9-9ed2-498bd9e97ea8", +Cell[20655, 548, 151, 1, 70, "ExampleText",ExpressionUUID->"9d800185-576a-49e9-9ed2-498bd9e97ea8", CellID->2027043865], Cell[CellGroupData[{ -Cell[20783, 549, 169, 3, 70, "Input",ExpressionUUID->"fe950344-1ceb-438a-a60c-5d7a1ae899e3", +Cell[20831, 553, 169, 3, 70, "Input",ExpressionUUID->"fe950344-1ceb-438a-a60c-5d7a1ae899e3", CellID->692875597], -Cell[20955, 554, 172, 4, 36, "Output",ExpressionUUID->"c400e3b3-6658-4df8-9bda-cab8eaad1f61", +Cell[21003, 558, 172, 4, 36, "Output",ExpressionUUID->"c400e3b3-6658-4df8-9bda-cab8eaad1f61", CellID->118236728] }, Open ]], -Cell[21142, 561, 198, 4, 70, "ExampleText",ExpressionUUID->"54096436-6d9d-4a16-acab-52f2e76b60cd", +Cell[21190, 565, 198, 4, 70, "ExampleText",ExpressionUUID->"54096436-6d9d-4a16-acab-52f2e76b60cd", CellID->1063390095], Cell[CellGroupData[{ -Cell[21365, 569, 192, 4, 70, "Input",ExpressionUUID->"28d6b932-dbda-47b1-9641-e4044a99b5ec", +Cell[21413, 573, 192, 4, 70, "Input",ExpressionUUID->"28d6b932-dbda-47b1-9641-e4044a99b5ec", CellID->1031071482], -Cell[21560, 575, 348, 10, 51, "Output",ExpressionUUID->"74b4cfa9-5e37-4799-a1cd-f31cd90f7375", +Cell[21608, 579, 348, 10, 50, "Output",ExpressionUUID->"74b4cfa9-5e37-4799-a1cd-f31cd90f7375", CellID->2011842073] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22198, 598, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"1a28427b-5ce5-4741-8460-50798ac6c586"], +Cell[27678, 748, 670, 18, 70, "TechNotesSection",ExpressionUUID->"84f54c75-58c8-4479-bc2b-3ef53e7414c1"], +Cell[28351, 768, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8f263e72-9067-4ceb-8e4e-49e75f4dce0c"], +Cell[29387, 796, 2866, 80, 70, "RelatedLinksSection",ExpressionUUID->"be91c24a-f0ca-4a1d-83ea-dbe8f6c7401a"], Cell[CellGroupData[{ -Cell[22172, 596, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"bacbcbe6-6416-4145-b800-36fd8a239065"], -Cell[27652, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ea3bc4e6-bcb2-4e4c-a171-55b425cb455d"] -}, Open ]], -Cell[28337, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b47fdf66-e605-4a4b-aebf-ca0ba7b6341d"], -Cell[29373, 795, 2866, 80, 70, "RelatedLinksSection",ExpressionUUID->"409c9b1c-1a43-4dbf-b0a9-b98a973564de"], -Cell[CellGroupData[{ -Cell[32264, 879, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0cbcbbda-af15-4377-8008-f914513b285e", +Cell[32278, 880, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"0cbcbbda-af15-4377-8008-f914513b285e", CellID->906383680], -Cell[32404, 882, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7d797b1-d66d-4ce0-9002-21a24452582e", +Cell[32418, 883, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c7d797b1-d66d-4ce0-9002-21a24452582e", CellID->1194386356], -Cell[32626, 888, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"82916592-74e2-4302-a4a1-c6619320bd22", +Cell[32640, 889, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"82916592-74e2-4302-a4a1-c6619320bd22", CellID->1641706272], -Cell[32841, 893, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2f5893a2-ac45-41dc-b15f-e40cf96513e7", +Cell[32855, 894, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2f5893a2-ac45-41dc-b15f-e40cf96513e7", CellID->399251956], -Cell[33070, 899, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0fb61b8e-332d-4e72-9dc4-4b517c074427", +Cell[33084, 900, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0fb61b8e-332d-4e72-9dc4-4b517c074427", CellID->821434655] }, Open ]], -Cell[33307, 905, 78, 0, 70, "FooterCell",ExpressionUUID->"c29bca2b-99fd-47dc-b393-48a49d2e95e1"] +Cell[33321, 906, 78, 0, 70, "FooterCell",ExpressionUUID->"c0573b3b-a7d7-499e-8147-c49dc76b75ef"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/TauValAirProb.nb b/Documentation/English/ReferencePages/Symbols/TauValAirProb.nb index f6f2e4f..4505225 100644 --- a/Documentation/English/ReferencePages/Symbols/TauValAirProb.nb +++ b/Documentation/English/ReferencePages/Symbols/TauValAirProb.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41606, 1063] -NotebookOptionsPosition[ 33587, 906] -NotebookOutlinePosition[ 35719, 960] -CellTagsIndexPosition[ 35634, 955] +NotebookDataLength[ 41669, 1067] +NotebookOptionsPosition[ 33633, 910] +NotebookOutlinePosition[ 35783, 964] +CellTagsIndexPosition[ 35698, 959] WindowTitle->TauValAirProb WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "fdb67010-4b1d-44c6-bd3f-48bc47f8feda"], + "591fa75e-b44a-4124-b0a1-337f8dd93938"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "78593384-d163-4a79-8a7e-b14a44c26364"], + "efaa1995-d752-479e-84c4-894faa1d6cd9"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,39 +51,40 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9213284b-7706-4202-b4d7-dad07432cd1e"] - }],ExpressionUUID->"39f183af-623f-44b4-b0fd-a12c98c2556f"], - StripOnInput->False], {"\<\"DualGame\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AirportProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AirportProblem"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"NucAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/NucAirProb"], "\<\"ShapAirProb\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapAirProb"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "61df596d-9495-4e77-9b04-4c8fd5affcd0"] + }],ExpressionUUID->"e58564eb-72e2-44d0-98af-72ed284cd3c4"], + StripOnInput->False],{ + "\"DualGame\"" :> Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AirportProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AirportProblem"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"NucAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/NucAirProb"], + "\"ShapAirProb\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapAirProb"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "35bfa608-3f74-4b2d-b91b-a86c7b8eceac"], + "95fb5778-d51f-4382-b639-36a93ed62fed"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -99,18 +100,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d87d4206-ffd1-40f7-a923-c6b593be001f"] - }],ExpressionUUID->"29d1c12b-613c-4a39-9e48-31f52a12bb17"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0468e7ed-45c0-4213-a595-cdce9c7b1866"] + }],ExpressionUUID->"de660e29-5236-4a00-8c59-c6b1f804ad5e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed8ed2fa-f3d4-4cbf-9a88-41112cf6ceb4"], + "42954512-be62-4424-a560-1925cc43821f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -126,16 +128,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ba9e2fce-c426-4085-8597-a057bffe3462"] - }],ExpressionUUID->"bcca1dfb-667b-4eaf-a0e0-cba168fae2c8"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f92ad596-7c60-494f-b2eb-7dea37f9c50c"] + }],ExpressionUUID->"6d1ff512-40e8-43a6-ad7b-52123b45bab1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cdbef38d-8acd-44a2-a538-6cc57f1314c3"], + "a10bc71e-c497-46f8-bbc8-39e3ba15897b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -151,51 +154,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4fd613fe-3a53-4f5a-b2a6-8eb1a1527fea"] - }],ExpressionUUID->"aaf34404-98da-4b66-abd9-0a51b0644e67"], - StripOnInput->False], {"\<\"TUG/ref/TauValAirProb\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/TauValAirProb"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/TauValAirProb.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$195012], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/TauValAirProb" <> ".html"], None}]}]}, + "ef982cef-87dd-4b39-b642-870a96f84d98"] + }],ExpressionUUID->"095f908e-0749-479c-a501-e227500521be"], + StripOnInput->False],{ + "\"TUG/ref/TauValAirProb\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/TauValAirProb"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +TauValAirProb.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$210404], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/TauValAirProb" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6b933057-d16f-4013-be2d-df8b902b74bc"] + "f9536d26-78fd-43f5-93de-5242ff20d579"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b33ecd5b-a6e7-4b8f-a65b-9c7fcefb635a"]} + "4dc6aec1-52eb-4dd7-a174-922b03f2b36f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"07d1be30-474b-42b4-aac7-e112b690cb36"], + CellID->1,ExpressionUUID->"f2fa0e97-7b23-42aa-a1f6-99b71a42ee1e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b09c55b0-3f38-49c6-8347-a5e8f7b47625"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"03fe8cec-b7d5-4ce6-a005-ae7d1aa77d40"], Cell[CellGroupData[{ @@ -203,17 +207,17 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "TauValAirProb", "ObjectName",ExpressionUUID-> - "d798c800-458c-4071-aff4-4769433d6200"], + "6ab3a5f4-fe8e-475e-bbd0-bd1b01552425"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b3f4a436-8e51-4357-8613-e34dc14a4585"], + "Spacer1"]],ExpressionUUID->"430e73a6-0b31-4dd3-b05c-68ce630c95f5"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "33e88686-ff3c-430a-84e9-3378fd0c3c27"] - }],ExpressionUUID->"716c6f53-0e03-4359-b1e0-d79c815cf3a8"], + "b20115e0-807f-4db0-a878-3a3cd987ab7b"] + }],ExpressionUUID->"aa4b4a3f-f382-4e50-b414-3280665741c9"], "\[SpanFromLeft]"} - }]], "ObjectNameGrid",ExpressionUUID->"400de305-c97f-4de5-a2d9-\ -c6af2f42ccc0"], + }]], "ObjectNameGrid",ExpressionUUID->"f9d7fe1e-d86c-4cfb-932e-\ +7fdb3f999671"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -225,7 +229,7 @@ Cell[BoxData[GridBox[{ "638b0585-3f8f-495e-83fb-f1d7b821ba98"], " \[LineSeparator]computes from an airport cost allocation problem the \ associated Tau value of the airport cost game." - }],ExpressionUUID->"9a050c66-29e0-49e7-b09b-fb71014152fb"]} + }],ExpressionUUID->"d27b4c17-e166-43bd-ae0c-87ba79890b05"]} }]], "Usage", CellID->1257049017,ExpressionUUID->"4003bd9c-3ff3-475c-b4b8-4c330e70c9bc"] }, Open ]], @@ -258,12 +262,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c18c9807-bae5-489a-8a8e-22c531207063"], + ExpressionUUID->"ddd461dd-bca4-4660-ad84-366c37acf188"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d0fb87c4-4cad-44a2-b498-498751e3c7dd"], + "Spacer1"]],ExpressionUUID->"0d837b1e-4c0b-4fc2-8fea-d98e0da667c1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ea386108-78c8-4a1b-a4a9-f4e0c53fda7b"], + }], "NotesFrameText",ExpressionUUID->"b2fb0ff3-0a5b-49af-a3cc-815f593c5ea4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -274,12 +278,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"56ee2362-32de-4dd1-ada0-5fe5d126f765"]], \ + "Preemptive"]],ExpressionUUID->"d3d6dc5a-9b74-4478-857e-6a9fa126fc7d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1966191362,ExpressionUUID->"426e83df-d172-42bc-a75f-1ee0bc6320d3"], + CellID->91996496,ExpressionUUID->"427c6f8b-9b59-4b4c-b424-171fbb09e795"], Cell[TextData[{ "The expression ", @@ -368,19 +372,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3d0317a9-af11-419d-9aa2-aa0ac2eadd7d"], + ExpressionUUID->"042e3de0-4efc-4daf-9f8f-612fe83f2893"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"53e1d7cf-6b2f-49fc-b9a9-db601a9236a5"], + "Spacer1"]],ExpressionUUID->"69745dc1-07b9-49b7-a713-d8d4625d00db"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6c21b3ad-37bf-4841-9151-49116da6b688"] + "41fe4f06-93a7-40f5-9e62-3ceb98602c09"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->121806132,ExpressionUUID->"a1c40a10-bcbb-46b0-a6d7-b5dd161a0583"], + CellID->142701914,ExpressionUUID->"8fa2a7b0-5c22-4fa0-b0aa-347092e0932e"], Cell[CellGroupData[{ @@ -409,18 +413,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5ce286d7-e9c5-4d5f-8d18-6959998e5600"], + ExpressionUUID->"ded4b8da-c3f5-474d-a0d4-96c67353e19a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f42fc4af-9f84-4acd-8d58-7249363dd11e"], + "Spacer1"]],ExpressionUUID->"861afd6d-468a-48a3-8d78-b3f27e31430e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "78c75b01-2d99-4f50-872c-0f2868c343f0"] + "fb95700d-95ce-4095-9f12-ddaa8764a310"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->116779609,ExpressionUUID->"ba8f66a5-2d12-4321-a927-da162836079a"], + CellID->2032894645,ExpressionUUID->"bdedd022-d321-454a-ace1-82d2fac273d4"], Cell["Loading the package:", "ExampleText", CellID->1430927406,ExpressionUUID->"6edf676c-ff16-46ec-a111-78028d5d53d9"], @@ -778,8 +782,8 @@ Cell[BoxData[GridBox[{ "bd8cc7d2-c276-46da-8e36-67d6aafbe50c"] }], "SeeAlso",ExpressionUUID->"cc7fa865-6a3e-4ee4-9707-49971c992d85"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d2d04835-3df8-4d95-a182-\ -ffd0625e80e4"], + }]], "SeeAlsoSection",ExpressionUUID->"0fbf4237-5826-4b09-aa98-\ +2257e272aae4"], Cell[BoxData[GridBox[{ { @@ -796,7 +800,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bea76400-5fda-44dd-8f7d-381845af81ce"]}]}, + "3d6b8d64-78b4-44ae-bba2-f9741f93db68"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -804,10 +808,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "88a0c031-b882-405e-841f-8f276ad91521"]}]} + "0db604c3-5507-4f1e-8080-0ac2c035c511"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"bf850f89-7a89-4913-94ad-\ -5c03cb2cf1b7"], + }]], "MoreAboutSection",ExpressionUUID->"26ed7877-67fd-4bfa-8518-\ +09b00027fe59"], Cell[BoxData[GridBox[{ { @@ -834,7 +838,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GreedyBankruptcy"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "80aebf0c-1fad-4ba1-b51e-f35144256045"]], "RelatedLinks", + "45c8cc89-3d78-4478-b187-55d254f0f0e7"]], "RelatedLinks", ExpressionUUID->"dd49c8bd-2960-4d07-9d04-991122923182"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -851,7 +855,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dbaa4b63-69d1-4f0a-b746-1b10e061dbc3"]], "RelatedLinks", + "f628d495-4d59-40bd-bbcd-dbb43c75bbe4"]], "RelatedLinks", ExpressionUUID->"df50ec75-7d2a-4dfb-88b4-5421674327e3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -868,11 +872,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8db1a370-5401-46d6-8152-c5c8b27bc837"]], "RelatedLinks", + "ad88a699-db3b-481b-ac16-2e1bb5081c2e"]], "RelatedLinks", ExpressionUUID->"e7a08390-3dc1-4304-befa-a944181459e3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a233e59b-47c9-4183-be20-\ -a4ca000e05c0"], + }]], "RelatedLinksSection",ExpressionUUID->"a65dba88-4d80-4910-83b0-\ +2c8a8e43aa81"], Cell[CellGroupData[{ @@ -902,11 +906,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"408343f2-820d-4719-ba51-6bbdfb41aa6f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"456bfb26-3db8-4e55-8626-f40e803debda"] +Cell[" ", "FooterCell",ExpressionUUID->"4e69f18c-2c0f-44ea-80d3-e629cd3c8e24"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TauValAirProb", TaggingRules->{ @@ -917,7 +921,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 31.454155}", + "built" -> "{2024, 6, 3, 16, 55, 57.891779}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -925,10 +929,10 @@ TaggingRules->{ "TauValAirProb[cost_List, nj_List] computes from an airport cost \ allocation problem the associated Tau value of the airport cost game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "TauValAirProb", - "titlemodifier" -> "", "windowtitle" -> "TauValAirProb", "type" -> - "Symbol", "uri" -> "TUG/ref/TauValAirProb"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "TauValAirProb", "type" -> "Symbol", "uri" -> "TUG/ref/TauValAirProb"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -937,9 +941,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e0d77b55-ca8d-45ec-9b02-21f7bcaac90f" +ExpressionUUID->"05df25fd-5565-40e8-b092-0fe6d1386bb9" ] (* End of Notebook Content *) @@ -947,124 +951,124 @@ ExpressionUUID->"e0d77b55-ca8d-45ec-9b02-21f7bcaac90f" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13547, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a1c40a10-bcbb-46b0-a6d7-b5dd161a0583", + Cell[13592, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8fa2a7b0-5c22-4fa0-b0aa-347092e0932e", CellTags->"PrimaryExamplesSection", - CellID->121806132]} + CellID->142701914]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35434, 948} + {"PrimaryExamplesSection", 35498, 952} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7393, 174, 56, "AnchorBarGrid",ExpressionUUID->"07d1be30-474b-42b4-aac7-e112b690cb36", +Cell[585, 21, 7440, 178, 57, "AnchorBarGrid",ExpressionUUID->"f2fa0e97-7b23-42aa-a1f6-99b71a42ee1e", CellID->1], -Cell[7981, 197, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b09c55b0-3f38-49c6-8347-a5e8f7b47625"], +Cell[8028, 201, 86, 0, 23, "ContextNameCell",ExpressionUUID->"03fe8cec-b7d5-4ce6-a005-ae7d1aa77d40"], Cell[CellGroupData[{ -Cell[8092, 201, 556, 14, 59, "ObjectNameGrid",ExpressionUUID->"400de305-c97f-4de5-a2d9-c6af2f42ccc0"], -Cell[8651, 217, 560, 12, 111, "Usage",ExpressionUUID->"4003bd9c-3ff3-475c-b4b8-4c330e70c9bc", +Cell[8139, 205, 556, 14, 59, "ObjectNameGrid",ExpressionUUID->"f9d7fe1e-d86c-4cfb-932e-7fdb3f999671"], +Cell[8698, 221, 560, 12, 111, "Usage",ExpressionUUID->"4003bd9c-3ff3-475c-b4b8-4c330e70c9bc", CellID->1257049017] }, Open ]], Cell[CellGroupData[{ -Cell[9248, 234, 1895, 47, 37, "NotesSection",ExpressionUUID->"426e83df-d172-42bc-a75f-1ee0bc6320d3", +Cell[9295, 238, 1893, 47, 37, "NotesSection",ExpressionUUID->"427c6f8b-9b59-4b4c-b424-171fbb09e795", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1966191362], -Cell[11146, 283, 721, 16, 57, "]]",ExpressionUUID->"01170cb3-8db1-4f84-a7e9-6d74057550e8", + CellID->91996496], +Cell[11191, 287, 721, 16, 57, "]]",ExpressionUUID->"01170cb3-8db1-4f84-a7e9-6d74057550e8", CellID->313448337], -Cell[11870, 301, 489, 12, 37, "Notes",ExpressionUUID->"12e56b51-8cf3-4965-94ac-4f8d09ae83ea", +Cell[11915, 305, 489, 12, 38, "Notes",ExpressionUUID->"12e56b51-8cf3-4965-94ac-4f8d09ae83ea", CellID->177724765], -Cell[12362, 315, 305, 5, 57, "Notes",ExpressionUUID->"30f3fb9b-2938-4dbb-a2f3-7752972e4aba", +Cell[12407, 319, 305, 5, 57, "Notes",ExpressionUUID->"30f3fb9b-2938-4dbb-a2f3-7752972e4aba", CellID->2085588552], -Cell[12670, 322, 345, 6, 57, "Notes",ExpressionUUID->"eaf74375-78ec-4b2e-a3b3-debbf7988ed8", +Cell[12715, 326, 345, 6, 57, "Notes",ExpressionUUID->"eaf74375-78ec-4b2e-a3b3-debbf7988ed8", CellID->306311476], -Cell[13018, 330, 194, 4, 36, "Notes",ExpressionUUID->"f4d27d61-f928-4e80-bfc0-3f52ec44dbfb", +Cell[13063, 334, 194, 4, 36, "Notes",ExpressionUUID->"f4d27d61-f928-4e80-bfc0-3f52ec44dbfb", CellID->2108874141], -Cell[13215, 336, 205, 3, 23, "TechNotes",ExpressionUUID->"0b55cb93-4d7c-401f-93e8-536ba2c64132", +Cell[13260, 340, 205, 3, 23, "TechNotes",ExpressionUUID->"0b55cb93-4d7c-401f-93e8-536ba2c64132", CellID->117336961] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13547, 345, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a1c40a10-bcbb-46b0-a6d7-b5dd161a0583", +Cell[13592, 349, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8fa2a7b0-5c22-4fa0-b0aa-347092e0932e", CellTags->"PrimaryExamplesSection", - CellID->121806132], + CellID->142701914], Cell[CellGroupData[{ -Cell[14992, 386, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ba8f66a5-2d12-4321-a927-da162836079a", - CellID->116779609], -Cell[16393, 424, 119, 1, 38, "ExampleText",ExpressionUUID->"6edf676c-ff16-46ec-a111-78028d5d53d9", +Cell[15037, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"bdedd022-d321-454a-ace1-82d2fac273d4", + CellID->2032894645], +Cell[16439, 428, 119, 1, 39, "ExampleText",ExpressionUUID->"6edf676c-ff16-46ec-a111-78028d5d53d9", CellID->1430927406], Cell[CellGroupData[{ -Cell[16537, 429, 168, 3, 27, "Input",ExpressionUUID->"b5189355-8f40-4bc2-aaf3-f2a23c754e34", +Cell[16583, 433, 168, 3, 27, "Input",ExpressionUUID->"b5189355-8f40-4bc2-aaf3-f2a23c754e34", CellID->1259233753], Cell[CellGroupData[{ -Cell[16730, 436, 235, 4, 23, "Print",ExpressionUUID->"9d96de4d-f875-4f99-aa54-eb77bf882af8", +Cell[16776, 440, 235, 4, 23, "Print",ExpressionUUID->"9d96de4d-f875-4f99-aa54-eb77bf882af8", CellID->347770676], -Cell[16968, 442, 364, 8, 23, "Print",ExpressionUUID->"d5d8dea1-44b5-42aa-a3a0-0f1769afcc00", +Cell[17014, 446, 364, 8, 23, "Print",ExpressionUUID->"d5d8dea1-44b5-42aa-a3a0-0f1769afcc00", CellID->587452679], -Cell[17335, 452, 235, 4, 23, "Print",ExpressionUUID->"0fd40ee6-df5b-4a29-af1c-7e1084c296d8", +Cell[17381, 456, 235, 4, 23, "Print",ExpressionUUID->"0fd40ee6-df5b-4a29-af1c-7e1084c296d8", CellID->513395620], -Cell[17573, 458, 219, 3, 23, "Print",ExpressionUUID->"a3509cde-2a70-4f68-96a0-875d98c62f10", +Cell[17619, 462, 219, 3, 23, "Print",ExpressionUUID->"a3509cde-2a70-4f68-96a0-875d98c62f10", CellID->533056601], -Cell[17795, 463, 206, 3, 23, "Print",ExpressionUUID->"016ab8c0-97f0-4d8c-8be1-c9b09d4380ff", +Cell[17841, 467, 206, 3, 23, "Print",ExpressionUUID->"016ab8c0-97f0-4d8c-8be1-c9b09d4380ff", CellID->995208682], -Cell[18004, 468, 237, 4, 23, "Print",ExpressionUUID->"cbfa2643-e99c-4ad2-8034-88b779213223", +Cell[18050, 472, 237, 4, 23, "Print",ExpressionUUID->"cbfa2643-e99c-4ad2-8034-88b779213223", CellID->1406181700], -Cell[18244, 474, 219, 3, 23, "Print",ExpressionUUID->"7f3ed6fa-ab16-473e-9e04-1381e2b0e4c7", +Cell[18290, 478, 219, 3, 23, "Print",ExpressionUUID->"7f3ed6fa-ab16-473e-9e04-1381e2b0e4c7", CellID->247312489], -Cell[18466, 479, 236, 4, 70, "Print",ExpressionUUID->"61a43cba-c6d9-4dc0-999a-6643853e3e26", +Cell[18512, 483, 236, 4, 70, "Print",ExpressionUUID->"61a43cba-c6d9-4dc0-999a-6643853e3e26", CellID->1119954671], -Cell[18705, 485, 235, 4, 70, "Print",ExpressionUUID->"8589c78d-aeb1-463c-82ce-a8c9cc4d757b", +Cell[18751, 489, 235, 4, 70, "Print",ExpressionUUID->"8589c78d-aeb1-463c-82ce-a8c9cc4d757b", CellID->641729709], -Cell[18943, 491, 207, 3, 70, "Print",ExpressionUUID->"291b6b2b-329f-4820-89ff-1fce30276838", +Cell[18989, 495, 207, 3, 70, "Print",ExpressionUUID->"291b6b2b-329f-4820-89ff-1fce30276838", CellID->1992357697], -Cell[19153, 496, 236, 4, 70, "Print",ExpressionUUID->"8c2a7c6d-cfa6-45ef-9ac9-a43aecf83b99", +Cell[19199, 500, 236, 4, 70, "Print",ExpressionUUID->"8c2a7c6d-cfa6-45ef-9ac9-a43aecf83b99", CellID->1719201309] }, Open ]] }, Open ]], -Cell[19416, 504, 211, 4, 70, "ExampleText",ExpressionUUID->"44062977-21c1-4a73-8761-baef446b3726", +Cell[19462, 508, 211, 4, 70, "ExampleText",ExpressionUUID->"44062977-21c1-4a73-8761-baef446b3726", CellID->1060603206], -Cell[19630, 510, 257, 7, 70, "Input",ExpressionUUID->"444d58c7-c69d-43c6-ad04-a650db4f8b66", +Cell[19676, 514, 257, 7, 70, "Input",ExpressionUUID->"444d58c7-c69d-43c6-ad04-a650db4f8b66", CellID->364669908], -Cell[19890, 519, 145, 1, 70, "ExampleText",ExpressionUUID->"b027e5d7-887f-40d8-9164-670389989473", +Cell[19936, 523, 145, 1, 70, "ExampleText",ExpressionUUID->"b027e5d7-887f-40d8-9164-670389989473", CellID->2058204622], -Cell[20038, 522, 250, 7, 70, "Input",ExpressionUUID->"c813738e-e952-4e49-891c-f288aacbadc3", +Cell[20084, 526, 250, 7, 70, "Input",ExpressionUUID->"c813738e-e952-4e49-891c-f288aacbadc3", CellID->1727175520], -Cell[20291, 531, 186, 4, 70, "ExampleText",ExpressionUUID->"aef00acf-ba74-4556-a629-f0fa6bbce880", +Cell[20337, 535, 186, 4, 70, "ExampleText",ExpressionUUID->"aef00acf-ba74-4556-a629-f0fa6bbce880", CellID->58844815], Cell[CellGroupData[{ -Cell[20502, 539, 311, 9, 70, "Input",ExpressionUUID->"8edec842-c847-42cb-9708-cf1dbcbb339f", +Cell[20548, 543, 311, 9, 70, "Input",ExpressionUUID->"8edec842-c847-42cb-9708-cf1dbcbb339f", CellID->807331718], -Cell[20816, 550, 392, 11, 51, "Output",ExpressionUUID->"409429d6-e457-4e0b-9f6e-0d3c8cb59720", +Cell[20862, 554, 392, 11, 51, "Output",ExpressionUUID->"409429d6-e457-4e0b-9f6e-0d3c8cb59720", CellID->553997202] }, Open ]], -Cell[21223, 564, 147, 1, 70, "ExampleText",ExpressionUUID->"869f551f-1568-4b87-af8b-87169eeaa403", +Cell[21269, 568, 147, 1, 70, "ExampleText",ExpressionUUID->"869f551f-1568-4b87-af8b-87169eeaa403", CellID->1850510576], -Cell[21373, 567, 257, 4, 70, "ExampleText",ExpressionUUID->"c8688d24-2419-4556-bd28-35aed1116910", +Cell[21419, 571, 257, 4, 70, "ExampleText",ExpressionUUID->"c8688d24-2419-4556-bd28-35aed1116910", CellID->79072685], Cell[CellGroupData[{ -Cell[21655, 575, 151, 3, 70, "Input",ExpressionUUID->"faa9d59b-d524-4d55-b13f-e5a8ef94148b", +Cell[21701, 579, 151, 3, 70, "Input",ExpressionUUID->"faa9d59b-d524-4d55-b13f-e5a8ef94148b", CellID->891783887], -Cell[21809, 580, 128, 2, 36, "Output",ExpressionUUID->"319f94af-ea0c-4dfb-925b-36073aea165e", +Cell[21855, 584, 128, 2, 36, "Output",ExpressionUUID->"319f94af-ea0c-4dfb-925b-36073aea165e", CellID->571860877] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[22179, 591, 6998, 190, 70, "SeeAlsoSection",ExpressionUUID->"d2d04835-3df8-4d95-a182-ffd0625e80e4"], -Cell[29180, 783, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"bf850f89-7a89-4913-94ad-5c03cb2cf1b7"], -Cell[30216, 811, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"a233e59b-47c9-4183-be20-a4ca000e05c0"], +Cell[22225, 595, 6998, 190, 70, "SeeAlsoSection",ExpressionUUID->"0fbf4237-5826-4b09-aa98-2257e272aae4"], +Cell[29226, 787, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"26ed7877-67fd-4bfa-8518-09b00027fe59"], +Cell[30262, 815, 2221, 63, 70, "RelatedLinksSection",ExpressionUUID->"a65dba88-4d80-4910-83b0-2c8a8e43aa81"], Cell[CellGroupData[{ -Cell[32462, 878, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"462eb273-4015-4978-a02c-6a5895378f19", +Cell[32508, 882, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"462eb273-4015-4978-a02c-6a5895378f19", CellID->906383680], -Cell[32602, 881, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5749faea-6b7b-4bbe-aed3-46a0eb7695c3", +Cell[32648, 885, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5749faea-6b7b-4bbe-aed3-46a0eb7695c3", CellID->1194386356], -Cell[32824, 887, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"271971d5-57bf-40f1-b8a8-f6c397592872", +Cell[32870, 891, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"271971d5-57bf-40f1-b8a8-f6c397592872", CellID->1641706272], -Cell[33039, 892, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a36e309-1a02-458b-90bb-6e8657c4c393", +Cell[33085, 896, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1a36e309-1a02-458b-90bb-6e8657c4c393", CellID->399251956], -Cell[33268, 898, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"408343f2-820d-4719-ba51-6bbdfb41aa6f", +Cell[33314, 902, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"408343f2-820d-4719-ba51-6bbdfb41aa6f", CellID->821434655] }, Open ]], -Cell[33505, 904, 78, 0, 70, "FooterCell",ExpressionUUID->"456bfb26-3db8-4e55-8626-f40e803debda"] +Cell[33551, 908, 78, 0, 70, "FooterCell",ExpressionUUID->"4e69f18c-2c0f-44ea-80d3-e629cd3c8e24"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/TauValue.nb b/Documentation/English/ReferencePages/Symbols/TauValue.nb index b8907be..70a1f0a 100644 --- a/Documentation/English/ReferencePages/Symbols/TauValue.nb +++ b/Documentation/English/ReferencePages/Symbols/TauValue.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41175, 1067] -NotebookOptionsPosition[ 32998, 905] -NotebookOutlinePosition[ 35117, 959] -CellTagsIndexPosition[ 35032, 954] +NotebookDataLength[ 41141, 1063] +NotebookOptionsPosition[ 32979, 903] +NotebookOutlinePosition[ 35116, 957] +CellTagsIndexPosition[ 35031, 952] WindowTitle->TauValue WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "30bcdda9-5172-4440-9de9-53abe03c97d9"], + "e504fca5-4a06-468b-a43d-56ae001631fe"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ab5a680f-fb75-465b-96b9-9aee4402986d"], + "a82271d0-fe5c-4c42-a360-b1d76820bb31"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8ed5af5b-bfe1-4952-b18d-258beaf459f3"] - }],ExpressionUUID->"4e12cf3e-c23c-4f30-b51a-78d51497d166"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"ChiValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ChiValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "c75a0e03-9c4b-4b18-b08e-87d5719b30ce"] + }],ExpressionUUID->"b8bec412-e168-4e47-80ce-7c9fcae5c529"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"ChiValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ChiValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5c12a11e-7e81-4a97-bf97-6a6e60c01a14"], + "60189b2f-0e44-4c75-b2af-86982c20a7c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "451e4f93-6ec1-4d56-978a-640d7a04de46"] - }],ExpressionUUID->"583449c2-fc06-4d9b-9d19-da9fddcc60e1"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "2c0f3003-cb49-451e-8daa-e4920dc0b313"] + }],ExpressionUUID->"1cd8ca0e-c8e9-4d63-8845-88e272a91012"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe0340d0-6903-4a78-9d1a-18aad2d5c5e2"], + "cbc87fed-5795-44dd-957d-dede8b832c46"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "09b37dbf-8b9d-4d24-986b-7331c8e41ee1"] - }],ExpressionUUID->"7be80c37-4ff3-4da2-8e6b-1059826503e9"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "7dbb8f59-8c37-4373-88dc-a1c8b082f1ff"] + }],ExpressionUUID->"0e1e17a2-1b4a-47bf-ae93-e105029fa8c5"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "216db40f-0da5-4e4f-b1a5-c3fa1c7bbb60"], + "b19fd484-daca-477d-8d6b-614c99c24d67"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "34014c80-d2ff-40b2-bf67-6913a8e2ed9b"] - }],ExpressionUUID->"5f9a8aa8-b7a0-4590-88b4-033f134a78bf"], - StripOnInput->False], {"\<\"TUG/ref/TauValue\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/TauValue"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/TauValue.\ + "cc6423af-79a1-41af-856a-b3cda2db8781"] + }],ExpressionUUID->"c1f05341-3b1c-4e7b-9eee-05214b0f6928"], + StripOnInput->False],{ + "\"TUG/ref/TauValue\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/TauValue"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/TauValue.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$195597], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/TauValue" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$211023], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/TauValue" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5d747c06-6a72-489d-bcf7-6a4f12ef3645"] + "3baa121f-c13f-4415-93fb-84bbea4ea8cb"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "dfa46d93-f680-48d9-bb7f-b08a73f931b7"]} + "287e5bc3-e894-4994-89ea-86d40ccb86f6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"406a8253-dc6a-4ed9-9b70-0b5a3085f2b8"], + CellID->1,ExpressionUUID->"c53a7419-7cf9-46d7-967d-9c29e1a9d6f2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c0092a2b-f11d-4500-836a-75e1553e572f"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"ad6bfd17-d505-48ec-95ac-b880f444030f"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "TauValue", "ObjectName",ExpressionUUID-> - "03366e3f-7063-472a-986e-72ebf7f871d3"], + "f56d073f-9ab2-4810-925e-041c86a8cf16"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"037baf38-ab1a-408b-ac51-d90018c75250"], + "Spacer1"]],ExpressionUUID->"811da4a1-3e5c-4eaf-94c6-16024fe0ff37"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "814ddc6a-e2b7-4020-a948-e740b6b15807"] - }],ExpressionUUID->"b16cc4ff-d1e9-46ad-930b-4b8b7374bcf9"], Cell[BoxData[ + "185d1ca1-d518-455e-af43-f10b2b72bdc9"] + }],ExpressionUUID->"ea6bba33-63e5-4003-9730-76afdfbb1a61"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "5bf00d02-3107-489e-a0e7-5bae542054cb"]} + "4959a89a-f41f-4f4f-b426-b5b641ad489a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d032f6eb-c992-4331-baa6-93601fa2ebbf"], + CacheGraphics->False,ExpressionUUID->"eeb3e39c-ddde-433e-b695-058d6c6cc904"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ "ac19717e-b107-439e-89b4-06e3b53f24a3"], " \[LineSeparator]represents some efficient compromise between the upper \ bound 'Utopia-Payoff' and some lower bound 'Disagreement' of the core." - }],ExpressionUUID->"64d43474-a766-44e6-899b-80ce9f7cf9ad"]} + }],ExpressionUUID->"2184eb24-846e-4f27-86f6-63da59e2609c"]} }]], "Usage", CellID->1864707926,ExpressionUUID->"4501fd7c-26fc-4c39-90cd-8d46fcab37a3"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e1902525-30ff-4753-b288-abf91e868a1e"], + ExpressionUUID->"7d769d86-ef32-48ff-956e-3023cc5b2de3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5dbd3d76-6f20-48a3-90db-bdaff0e6c22b"], + "Spacer1"]],ExpressionUUID->"e8dcd141-e7e4-40e1-b99c-5120c457157a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"db66e1a7-b8c6-448f-836f-867f816ee02e"], + }], "NotesFrameText",ExpressionUUID->"5829823d-66d3-4f5c-a217-ada92c61a0f0"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"203f8cec-0b44-4b59-8cac-d4f085380241"]], \ + "Preemptive"]],ExpressionUUID->"e4db4c41-bf0c-4dcc-8a90-921a87b67559"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->973550986,ExpressionUUID->"0fcf1f5c-c0c1-40d0-b4e9-2c73d1410612"], + CellID->1377167087,ExpressionUUID->"a1c74f23-56cd-4231-86c1-0863adeae44a"], Cell[TextData[{ "The input expression ", @@ -362,19 +363,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"55676ca9-b56b-4269-87ae-1bb35abbb8c4"], + ExpressionUUID->"e4ecb5b5-d4f4-4d54-98c4-905f672693d5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"882cda19-16a8-42a2-8a10-29ee42e50e1f"], + "Spacer1"]],ExpressionUUID->"a9c02a51-b4c2-48cb-b3d3-2eed6524f443"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "21e78d46-cead-4a16-80c2-7cf54df6f6a4"] + "e2152296-0f10-44e8-9a10-6f765f44e118"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2048799814,ExpressionUUID->"a7962e26-d1d3-4000-a2e3-c4845aff03ab"], + CellID->1466182619,ExpressionUUID->"25374330-cf23-4170-9f7a-bf0cfa1c15a2"], Cell[CellGroupData[{ @@ -403,18 +404,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1e0da034-9f03-4148-b660-1648e9dfaff8"], + ExpressionUUID->"b9d05467-c334-450e-bef8-490d8971518e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f2faff8f-20e8-4ca3-9d68-03f6c03df936"], + "Spacer1"]],ExpressionUUID->"362706d6-9862-472f-b0e7-56dffaa77404"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8f28b3c5-7581-4d70-aabf-4f4c2ec7b090"] + "871f8395-75f0-42d0-808d-b95c3a43a65f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1584415515,ExpressionUUID->"1aa35885-67d9-47c1-afc7-c6e4987c44f7"], + CellID->609956892,ExpressionUUID->"9f7ea7c9-7d3e-4e57-9bab-fb0f779e2175"], Cell["Loading the package:", "ExampleText", CellID->1882661314,ExpressionUUID->"e787f91f-eaaf-446d-b4bc-abac180e8b14"], @@ -593,8 +594,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -756,15 +755,15 @@ Cell[BoxData[GridBox[{ "1d372770-a49b-4b6a-aaef-13d78f969a31"] }], "SeeAlso",ExpressionUUID->"caf719d7-f59b-4637-9e66-c249cb8bbdb9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bbcb5b58-8d56-4920-b119-\ -9a06e2b7d2f0"], + }]], "SeeAlsoSection",ExpressionUUID->"81d1492d-aad2-4114-8ac6-\ +d1d36e0b5112"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -776,9 +775,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8902d4d9-9dd7-4f03-92d7-7079e2ffc81c"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5be003c0-d339-44a8-b586-\ -29c4ac101bc4"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a7a399e7-650a-4cbe-a8b5-\ +d9edf539a50a"], Cell[BoxData[GridBox[{ { @@ -795,7 +793,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "74792e7b-bbf3-4b4d-b457-153ac8ca2adf"]}]}, + "d1c0c6ae-b795-47eb-b62f-0fd17656b1ad"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -803,10 +801,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "bb054922-8166-40f8-8348-f28cda0fc90e"]}]} + "20a24105-a5c3-4693-a9b8-c62e3a9b0616"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ddcc29d3-29a5-47c7-9c5c-\ -fe9d7c863a1b"], + }]], "MoreAboutSection",ExpressionUUID->"241eb368-d5bc-49e3-8b00-\ +224129e4e72c"], Cell[BoxData[GridBox[{ { @@ -833,7 +831,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValueML"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2029918d-8b22-4672-9ce4-7bbedf95eb15"]], "RelatedLinks", + "f9ea1c1b-fa5c-49b4-9150-c1e65c35c75b"]], "RelatedLinks", ExpressionUUID->"f4f99caf-c691-42a2-8e79-e707588bafb8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -850,7 +848,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/NewShapley"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f68bd57c-544b-4fa0-a666-8be13aeff89c"]], "RelatedLinks", + "2af6bb0b-56e8-4680-90f2-41d3c1791787"]], "RelatedLinks", ExpressionUUID->"473d2553-b81a-4e85-8017-71ca21e086a5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -867,11 +865,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ChiValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b4569b4c-7b3e-464e-815c-f8d6f1f993e2"]], "RelatedLinks", + "f555e975-4be1-445f-8e67-809303c92970"]], "RelatedLinks", ExpressionUUID->"fd8a21e8-770a-475f-9fe1-28dc7d36f6a0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d7d9ff24-a096-4e7d-8804-\ -c199e269c10f"], + }]], "RelatedLinksSection",ExpressionUUID->"66515c96-a5e5-481c-bb99-\ +a8fca0808085"], Cell[CellGroupData[{ @@ -901,11 +899,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"4fe75791-2475-473e-a6c2-63c25fad19a7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0e8db442-0b14-4ecc-9a69-5f44a9e54bcd"] +Cell[" ", "FooterCell",ExpressionUUID->"b2c26da6-b20e-4eb5-8823-5e2bf572349d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TauValue", TaggingRules->{ @@ -916,7 +914,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 32.884459}", + "built" -> "{2024, 6, 3, 16, 55, 58.558755}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -924,10 +922,10 @@ TaggingRules->{ "TauValue[game] represents some efficient compromise between the upper \ bound 'Utopia-Payoff' and some lower bound 'Disagreement' of the core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "TauValue", - "titlemodifier" -> "", "windowtitle" -> "TauValue", "type" -> "Symbol", - "uri" -> "TUG/ref/TauValue"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "TauValue", "type" -> "Symbol", "uri" -> "TUG/ref/TauValue"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -936,9 +934,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c67f6c28-4c99-4af6-b16a-5c2ef8e96f66" +ExpressionUUID->"27a322c5-cc08-4946-a9c2-e629967a9451" ] (* End of Notebook Content *) @@ -946,129 +944,127 @@ ExpressionUUID->"c67f6c28-4c99-4af6-b16a-5c2ef8e96f66" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13062, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a7962e26-d1d3-4000-a2e3-c4845aff03ab", + Cell[13078, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"25374330-cf23-4170-9f7a-bf0cfa1c15a2", CellTags->"PrimaryExamplesSection", - CellID->2048799814]} + CellID->1466182619]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34831, 947} + {"PrimaryExamplesSection", 34830, 945} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7093, 170, 56, "AnchorBarGrid",ExpressionUUID->"406a8253-dc6a-4ed9-9b70-0b5a3085f2b8", +Cell[580, 21, 7108, 171, 57, "AnchorBarGrid",ExpressionUUID->"c53a7419-7cf9-46d7-967d-9c29e1a9d6f2", CellID->1], -Cell[7676, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c0092a2b-f11d-4500-836a-75e1553e572f"], +Cell[7691, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"ad6bfd17-d505-48ec-95ac-b880f444030f"], Cell[CellGroupData[{ -Cell[7787, 197, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"d032f6eb-c992-4331-baa6-93601fa2ebbf"], -Cell[9072, 234, 537, 10, 111, "Usage",ExpressionUUID->"4501fd7c-26fc-4c39-90cd-8d46fcab37a3", +Cell[7802, 198, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"eeb3e39c-ddde-433e-b695-058d6c6cc904"], +Cell[9087, 235, 537, 10, 111, "Usage",ExpressionUUID->"4501fd7c-26fc-4c39-90cd-8d46fcab37a3", CellID->1864707926] }, Open ]], Cell[CellGroupData[{ -Cell[9646, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"0fcf1f5c-c0c1-40d0-b4e9-2c73d1410612", +Cell[9661, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"a1c74f23-56cd-4231-86c1-0863adeae44a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->973550986], -Cell[11543, 298, 515, 12, 57, "Notes",ExpressionUUID->"2aff8605-4621-487c-ac6e-4e809df439d2", + CellID->1377167087], +Cell[11559, 299, 515, 12, 57, "Notes",ExpressionUUID->"2aff8605-4621-487c-ac6e-4e809df439d2", CellID->1014199156], -Cell[12061, 312, 489, 12, 37, "Notes",ExpressionUUID->"0e742ff8-6c93-4c27-8f70-2c440bed834b", +Cell[12077, 313, 489, 12, 38, "Notes",ExpressionUUID->"0e742ff8-6c93-4c27-8f70-2c440bed834b", CellID->177724765], -Cell[12553, 326, 235, 4, 57, "Notes",ExpressionUUID->"b169099f-05c6-45f1-85b3-43b4a9dfe709", +Cell[12569, 327, 235, 4, 57, "Notes",ExpressionUUID->"b169099f-05c6-45f1-85b3-43b4a9dfe709", CellID->922324384], -Cell[12791, 332, 144, 1, 36, "Notes",ExpressionUUID->"59a31a59-0737-43f4-b819-16902855b279", +Cell[12807, 333, 144, 1, 36, "Notes",ExpressionUUID->"59a31a59-0737-43f4-b819-16902855b279", CellID->1550227515] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13062, 339, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a7962e26-d1d3-4000-a2e3-c4845aff03ab", +Cell[13078, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"25374330-cf23-4170-9f7a-bf0cfa1c15a2", CellTags->"PrimaryExamplesSection", - CellID->2048799814], + CellID->1466182619], Cell[CellGroupData[{ -Cell[14508, 380, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1aa35885-67d9-47c1-afc7-c6e4987c44f7", - CellID->1584415515], -Cell[15910, 418, 119, 1, 38, "ExampleText",ExpressionUUID->"e787f91f-eaaf-446d-b4bc-abac180e8b14", +Cell[14524, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"9f7ea7c9-7d3e-4e57-9bab-fb0f779e2175", + CellID->609956892], +Cell[15925, 419, 119, 1, 39, "ExampleText",ExpressionUUID->"e787f91f-eaaf-446d-b4bc-abac180e8b14", CellID->1882661314], Cell[CellGroupData[{ -Cell[16054, 423, 166, 3, 27, "Input",ExpressionUUID->"e261c8a0-3ea0-4ce0-a196-0e8c686c48ef", +Cell[16069, 424, 166, 3, 27, "Input",ExpressionUUID->"e261c8a0-3ea0-4ce0-a196-0e8c686c48ef", CellID->58286757], Cell[CellGroupData[{ -Cell[16245, 430, 236, 4, 23, "Print",ExpressionUUID->"4b4b4d45-2f67-4ddc-be87-7b30fd0e0de8", +Cell[16260, 431, 236, 4, 23, "Print",ExpressionUUID->"4b4b4d45-2f67-4ddc-be87-7b30fd0e0de8", CellID->1057057971], -Cell[16484, 436, 365, 8, 23, "Print",ExpressionUUID->"d61692b4-7492-4224-b689-01818692185c", +Cell[16499, 437, 365, 8, 23, "Print",ExpressionUUID->"d61692b4-7492-4224-b689-01818692185c", CellID->1230963134], -Cell[16852, 446, 235, 4, 23, "Print",ExpressionUUID->"fc97c06e-81fe-44ae-90da-893a304061e6", +Cell[16867, 447, 235, 4, 23, "Print",ExpressionUUID->"fc97c06e-81fe-44ae-90da-893a304061e6", CellID->858333850], -Cell[17090, 452, 219, 3, 23, "Print",ExpressionUUID->"e5efc89c-3fc5-4030-97dd-227192f57318", +Cell[17105, 453, 219, 3, 23, "Print",ExpressionUUID->"e5efc89c-3fc5-4030-97dd-227192f57318", CellID->681986509], -Cell[17312, 457, 206, 3, 23, "Print",ExpressionUUID->"9f1dd983-bf6e-4e6a-af5f-9e60a7dc28ff", +Cell[17327, 458, 206, 3, 23, "Print",ExpressionUUID->"9f1dd983-bf6e-4e6a-af5f-9e60a7dc28ff", CellID->944198865], -Cell[17521, 462, 236, 4, 23, "Print",ExpressionUUID->"1445eddd-0d0e-451d-be69-75c6391461bb", +Cell[17536, 463, 236, 4, 23, "Print",ExpressionUUID->"1445eddd-0d0e-451d-be69-75c6391461bb", CellID->658802582], -Cell[17760, 468, 219, 3, 23, "Print",ExpressionUUID->"c02b343e-5044-487b-bd72-b6a15c868c58", +Cell[17775, 469, 219, 3, 23, "Print",ExpressionUUID->"c02b343e-5044-487b-bd72-b6a15c868c58", CellID->976373931], -Cell[17982, 473, 235, 4, 23, "Print",ExpressionUUID->"d78aa6bf-07bc-4900-9c03-b4f835277202", +Cell[17997, 474, 235, 4, 23, "Print",ExpressionUUID->"d78aa6bf-07bc-4900-9c03-b4f835277202", CellID->349179273], -Cell[18220, 479, 236, 4, 23, "Print",ExpressionUUID->"94f1cf05-9b2e-4e68-8b5e-f69a8018bde8", +Cell[18235, 480, 236, 4, 23, "Print",ExpressionUUID->"94f1cf05-9b2e-4e68-8b5e-f69a8018bde8", CellID->1701712137], -Cell[18459, 485, 206, 3, 23, "Print",ExpressionUUID->"2857c1db-a9dd-41be-add1-6102bad480ae", +Cell[18474, 486, 206, 3, 23, "Print",ExpressionUUID->"2857c1db-a9dd-41be-add1-6102bad480ae", CellID->145477233], -Cell[18668, 490, 236, 4, 70, "Print",ExpressionUUID->"dd588c82-2da7-45d9-a113-c9a1c27e5308", +Cell[18683, 491, 236, 4, 23, "Print",ExpressionUUID->"dd588c82-2da7-45d9-a113-c9a1c27e5308", CellID->1829582009] }, Open ]] }, Open ]], -Cell[18931, 498, 136, 1, 70, "ExampleText",ExpressionUUID->"64ab14e4-dfe6-4c82-8581-263872340da8", +Cell[18946, 499, 136, 1, 70, "ExampleText",ExpressionUUID->"64ab14e4-dfe6-4c82-8581-263872340da8", CellID->823442052], -Cell[19070, 501, 234, 6, 70, "Input",ExpressionUUID->"bbe348f1-5d38-4f16-b102-1a1911e613d9", +Cell[19085, 502, 234, 6, 70, "Input",ExpressionUUID->"bbe348f1-5d38-4f16-b102-1a1911e613d9", CellID->636662893], -Cell[19307, 509, 381, 9, 70, "Input",ExpressionUUID->"5e044dbb-6e38-4f9c-bc5a-bf30984b3082", +Cell[19322, 510, 381, 9, 70, "Input",ExpressionUUID->"5e044dbb-6e38-4f9c-bc5a-bf30984b3082", CellID->1998201583], -Cell[19691, 520, 238, 6, 70, "Input",ExpressionUUID->"4e056796-311d-4435-92c1-0791191f414e", +Cell[19706, 521, 238, 6, 70, "Input",ExpressionUUID->"4e056796-311d-4435-92c1-0791191f414e", CellID->1221373273], -Cell[19932, 528, 191, 4, 70, "ExampleText",ExpressionUUID->"1130df21-97f7-489c-9c85-a066d6f17597", +Cell[19947, 529, 191, 4, 70, "ExampleText",ExpressionUUID->"1130df21-97f7-489c-9c85-a066d6f17597", CellID->1027154039], Cell[CellGroupData[{ -Cell[20148, 536, 166, 3, 70, "Input",ExpressionUUID->"a173af54-5007-4e1e-b8ad-ef0e0bd7c503", +Cell[20163, 537, 166, 3, 70, "Input",ExpressionUUID->"a173af54-5007-4e1e-b8ad-ef0e0bd7c503", CellID->1762843841], -Cell[20317, 541, 173, 4, 36, "Output",ExpressionUUID->"990725d3-62e5-4d26-af82-40c6885b0ce8", +Cell[20332, 542, 173, 4, 36, "Output",ExpressionUUID->"990725d3-62e5-4d26-af82-40c6885b0ce8", CellID->1424508749] }, Open ]], -Cell[20505, 548, 135, 1, 70, "ExampleText",ExpressionUUID->"197aa63f-3a04-4d8a-844f-acdfc825f0cd", +Cell[20520, 549, 135, 1, 70, "ExampleText",ExpressionUUID->"197aa63f-3a04-4d8a-844f-acdfc825f0cd", CellID->628765542], Cell[CellGroupData[{ -Cell[20665, 553, 190, 4, 70, "Input",ExpressionUUID->"eb7863dd-82c9-46b8-aef1-f053aa0d07ef", +Cell[20680, 554, 190, 4, 70, "Input",ExpressionUUID->"eb7863dd-82c9-46b8-aef1-f053aa0d07ef", CellID->1713006002], -Cell[20858, 559, 225, 5, 36, "Output",ExpressionUUID->"230c7f56-7cc5-4404-a7a0-1bc9fda55ae2", +Cell[20873, 560, 225, 5, 36, "Output",ExpressionUUID->"230c7f56-7cc5-4404-a7a0-1bc9fda55ae2", CellID->1062915735] }, Open ]], -Cell[21098, 567, 143, 1, 70, "ExampleText",ExpressionUUID->"8f225e3d-adea-4a3a-9932-b759ab98e2ec", +Cell[21113, 568, 143, 1, 70, "ExampleText",ExpressionUUID->"8f225e3d-adea-4a3a-9932-b759ab98e2ec", CellID->1955342211], Cell[CellGroupData[{ -Cell[21266, 572, 169, 3, 70, "Input",ExpressionUUID->"f515210e-3b6a-49b8-b6d7-eefe63d3c83a", +Cell[21281, 573, 169, 3, 70, "Input",ExpressionUUID->"f515210e-3b6a-49b8-b6d7-eefe63d3c83a", CellID->162257990], -Cell[21438, 577, 317, 9, 51, "Output",ExpressionUUID->"fbe744e1-6321-4765-a10b-b39c6e583508", +Cell[21453, 578, 317, 9, 50, "Output",ExpressionUUID->"fbe744e1-6321-4765-a10b-b39c6e583508", CellID->187783711] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22012, 596, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"81d1492d-aad2-4114-8ac6-d1d36e0b5112"], +Cell[27909, 760, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a7a399e7-650a-4cbe-a8b5-d9edf539a50a"], +Cell[28582, 780, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"241eb368-d5bc-49e3-8b00-224129e4e72c"], +Cell[29618, 808, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"66515c96-a5e5-481c-bb99-a8fca0808085"], Cell[CellGroupData[{ -Cell[22019, 597, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"bbcb5b58-8d56-4920-b119-9a06e2b7d2f0"], -Cell[27916, 761, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5be003c0-d339-44a8-b586-29c4ac101bc4"] -}, Open ]], -Cell[28601, 782, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ddcc29d3-29a5-47c7-9c5c-fe9d7c863a1b"], -Cell[29637, 810, 2211, 63, 70, "RelatedLinksSection",ExpressionUUID->"d7d9ff24-a096-4e7d-8804-c199e269c10f"], -Cell[CellGroupData[{ -Cell[31873, 877, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dadbbabe-2a32-4467-8bc9-23d355412f1c", +Cell[31854, 875, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"dadbbabe-2a32-4467-8bc9-23d355412f1c", CellID->778415021], -Cell[32013, 880, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa046a04-4fa5-4708-a032-410d9fdbda8c", +Cell[31994, 878, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fa046a04-4fa5-4708-a032-410d9fdbda8c", CellID->1194386356], -Cell[32235, 886, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7ef9668-eafc-4b49-97a5-9bd3ceb3cc86", +Cell[32216, 884, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7ef9668-eafc-4b49-97a5-9bd3ceb3cc86", CellID->1641706272], -Cell[32450, 891, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfc844f9-4efb-4317-8b82-9481dd8d0211", +Cell[32431, 889, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dfc844f9-4efb-4317-8b82-9481dd8d0211", CellID->399251956], -Cell[32679, 897, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4fe75791-2475-473e-a6c2-63c25fad19a7", +Cell[32660, 895, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4fe75791-2475-473e-a6c2-63c25fad19a7", CellID->821434655] }, Open ]], -Cell[32916, 903, 78, 0, 70, "FooterCell",ExpressionUUID->"0e8db442-0b14-4ecc-9a69-5f44a9e54bcd"] +Cell[32897, 901, 78, 0, 70, "FooterCell",ExpressionUUID->"b2c26da6-b20e-4eb5-8823-5e2bf572349d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ThirdCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/ThirdCriticalVal.nb index 45d513f..1def1cd 100644 --- a/Documentation/English/ReferencePages/Symbols/ThirdCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/ThirdCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42501, 1098] -NotebookOptionsPosition[ 33683, 924] -NotebookOutlinePosition[ 35831, 978] -CellTagsIndexPosition[ 35746, 973] +NotebookDataLength[ 42498, 1097] +NotebookOptionsPosition[ 33692, 924] +NotebookOutlinePosition[ 35862, 979] +CellTagsIndexPosition[ 35777, 974] WindowTitle->ThirdCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e34720ab-4edc-49c7-9184-d0ea77a7fdae"], + "d480d2b7-0578-46d5-ab38-671007c87796"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "c7d4651a-cff9-48e2-863e-3058287f3332"], + "9b094a3e-20c6-47a6-96d1-88eb318bd5ec"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fecb9cf8-9c7b-4322-a267-8aa7c6a0d5bc"] - }],ExpressionUUID->"30a147ec-6bad-4135-998e-32002ca5bed0"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], \ -"\<\"ThirdStarCriticalVal\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "978d0452-ad5e-43e7-ae35-290d2028c395"] + }],ExpressionUUID->"4b3b01be-5c46-49a7-bdf1-8e468bb09205"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"ThirdStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "34698f1c-9df0-4a3d-970a-018aedce91ee"], + "d64bda4a-836b-4aba-a4ee-634e690c3d7b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c7b2a838-cf11-4603-a929-b34b6dafc1ad"] - }],ExpressionUUID->"b09cd3ff-31e0-40d7-8e65-6e16d7ff516b"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b457a190-e9b2-433e-9272-e25e78f3aaab"] + }],ExpressionUUID->"cdacd23e-9a51-4fed-a19e-c7434f2008b3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dc7c7ff5-3100-44f4-8d95-66851a55b673"], + "6a314003-2857-4d60-824c-5e429b331e48"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9a77fe1f-1297-4a5a-a97a-74d6db614cf9"] - }],ExpressionUUID->"63a3e57e-4462-46b9-bb95-478f81829ab5"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "98855d8f-2e2e-47b0-be7d-d76820aab704"] + }],ExpressionUUID->"0c27fe87-f6c4-40c2-898e-017ccb01486b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "203200b8-ebac-424d-a4f0-7de44e55329d"], + "dba0fd9e-3f41-42de-93ed-b54b4834d2e2"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f6307b5d-34e4-41e7-ad59-6e2d85b2faa3"] - }],ExpressionUUID->"31e4df46-e37f-4abf-8400-405593e753dc"], - StripOnInput->False], {"\<\"TUG/ref/ThirdCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ThirdCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2e4596c5-2431-4156-884f-589fdba98baf"] + }],ExpressionUUID->"aafeec22-65d4-4cf5-80d5-6ab9995986a4"], + StripOnInput->False],{ + "\"TUG/ref/ThirdCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ThirdCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ThirdCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$196169], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ThirdCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$211629], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ThirdCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "86b57b17-6cb4-4fed-ac4b-a110da42000b"] + "1f64b352-69d7-4fa9-86e6-94c936c3cfd1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "94802edd-fe58-4682-999a-6947b1155168"]} + "447b3f42-811a-4523-88af-58dbb7fd3712"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"32dac2fa-750d-4037-9a02-56aa48b661c1"], + CellID->1,ExpressionUUID->"e0a67d61-4b34-4e37-b8fd-1feb037d994c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"e2fd57ed-5081-4ce3-8d68-4389ef6a42ee"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6b9cf46c-4756-409c-b3e4-738aa06cf858"], Cell[CellGroupData[{ @@ -198,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ThirdCriticalVal", "ObjectName",ExpressionUUID-> - "d86433cd-8552-4d3c-adfc-da14ca345826"], + "28e9c99a-65cb-4926-85ee-7a0314355481"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"23316d76-2160-4e65-9f62-fbb1d37e64e5"], + "Spacer1"]],ExpressionUUID->"2595487c-5a2a-4b3e-8e09-0fbdc45eea35"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e7423933-a791-4613-8d31-5a24dcb1dad7"] - }],ExpressionUUID->"190830cb-e9e9-435b-87ee-ab455e11256a"], Cell[BoxData[ + "de30bb4f-1b17-4e50-9904-572d6971ab89"] + }],ExpressionUUID->"15f93175-2c6c-4eed-95ff-419278891833"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9cb0c7c0-f34e-40bb-a958-e9bf026d5804"]} + "652db858-ff96-46b1-841e-148b859bf81a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"01ae3e65-46a1-4465-9801-219c288a5410"], + CacheGraphics->False,ExpressionUUID->"69f47378-6712-4379-9002-fa0962f3d349"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +242,7 @@ Cell[BoxData[GridBox[{ "a0b33708-72be-4a7b-bccb-4a1700ded902"], " \[LineSeparator]calculates another critical value for epsilon to \ generalize the bisection property w.r.t. the strong epsilon-core." - }],ExpressionUUID->"b389b682-c5ae-41f9-86b2-fbfb3c563a60"]} + }],ExpressionUUID->"be179333-8342-458b-93a9-fd8f1def8d99"]} }]], "Usage", CellID->1204264287,ExpressionUUID->"204b14bd-1938-4021-90e5-ecd15cabc595"] }, Open ]], @@ -272,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1756ac9d-b1bb-4b8d-83a8-b303add1295c"], + ExpressionUUID->"f2b59bf5-cc91-4260-b101-ca5d77723c29"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"79a11089-045c-40a5-a54e-12eaad6ddb2b"], + "Spacer1"]],ExpressionUUID->"6dc7c720-cf3a-4d7b-90c3-79d2402d7506"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c1571b28-ffc8-416d-a563-f420226c4a95"], + }], "NotesFrameText",ExpressionUUID->"021394eb-36ef-467d-aefa-67ef75cca7f6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f116cf3f-b699-4710-b777-d60f0e8f0b2d"]], \ + "Preemptive"]],ExpressionUUID->"52810109-0023-4093-90bb-e5121c23d3d8"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1413548916,ExpressionUUID->"d0839570-3d7c-4352-b389-fdcbb9db1ca9"], + CellID->1263428014,ExpressionUUID->"0a938da4-0104-4901-b799-447005db06aa"], Cell[TextData[{ "The input expression ", @@ -403,19 +406,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"06eca4a9-43a7-441f-9184-b19d6dc787cb"], + ExpressionUUID->"1b8b9329-b893-4313-afb8-408b1997ae96"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1a2f74dc-1a80-4dc1-8910-0f799fb3dc66"], + "Spacer1"]],ExpressionUUID->"d5ec4cdc-007d-4056-b195-e8d47eec7350"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e518567f-adb2-4442-b736-a296496c7562"] + "4b922623-a948-4b3c-b2b4-2ffb886faf9f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2048709899,ExpressionUUID->"9e5abfa1-845e-4272-96f4-73dbad0d102c"], + CellID->374821716,ExpressionUUID->"f704193a-f465-4116-9999-c76354279245"], Cell[CellGroupData[{ @@ -444,18 +447,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5faea59a-a021-4af3-8c50-6b4c4a3a710a"], + ExpressionUUID->"bca90fdd-0e8e-4c63-98ec-80e84a74cfe2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a026a9e5-a737-449d-845c-584e72282601"], + "Spacer1"]],ExpressionUUID->"da1cfac4-b17a-4da7-84fe-36d626fcc346"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7e4a50d7-2d6e-49c0-ad31-fc2c3574e461"] + "03a29eae-c1bc-4d32-a65c-83bf08835f9a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1640434356,ExpressionUUID->"5daaa408-e957-438a-bd84-bf56ed1f91f9"], + CellID->1480272883,ExpressionUUID->"32df43e8-6f15-4538-b04c-3bb1393063ac"], Cell["Loading the package:", "ExampleText", CellID->1563860461,ExpressionUUID->"bd251365-7062-4bf7-a866-82493dc232ad"], @@ -639,8 +642,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -774,15 +775,15 @@ Cell[BoxData[GridBox[{ "0b723efb-8011-443c-bc35-719ab29b356e"] }], "SeeAlso",ExpressionUUID->"bcea455d-4de8-412b-88e4-e3f9b3c42bff"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d2fbd454-4a96-4ef2-8516-\ -f8dc8b00436c"], + }]], "SeeAlsoSection",ExpressionUUID->"217228a5-1aeb-47f7-8167-\ +cae8e8d2c435"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -794,9 +795,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7b63ac0b-2bbc-43b7-ac77-a7a5f4fbb5d4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"02c7e503-a783-43db-9bc8-\ -d3a110bb4f17"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0a03e73d-a551-4047-a4d1-\ +01fada528b91"], Cell[BoxData[GridBox[{ { @@ -813,7 +813,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1b3fb452-9673-4cf5-b939-ac061ee5eaae"]}]}, + "a8364040-5410-4fbb-9cd0-c6a3968184b2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -821,10 +821,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7ee1702f-cf4a-44ec-8c35-4df15a132b00"]}]} + "0a936df0-62ee-42a2-b821-27b5b9facc0e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"661a055a-d8f3-42f0-b519-\ -af4eb6fb55a7"], + }]], "MoreAboutSection",ExpressionUUID->"35879544-8b80-4d82-91ed-\ +b8d8c820539d"], Cell[BoxData[GridBox[{ { @@ -852,7 +852,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1283fa12-488d-42bd-9cd4-49de7a44ab07"]], "RelatedLinks", + "5316702f-5f17-4bc8-b1a2-8a13b8a9d668"]], "RelatedLinks", ExpressionUUID->"c30948d9-93c2-4b48-9125-19e7e57b0cba"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -869,7 +869,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "876b51ed-aa83-4925-a2a9-463ab11de4e9"]], "RelatedLinks", + "f0b6fce2-3ddc-445f-995e-1518f6fed2a7"]], "RelatedLinks", ExpressionUUID->"2de84ad6-cab4-45bf-b928-d0c75d8d80d8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -886,11 +886,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0f0f83b5-169d-43a3-9cb8-84f7124d66d6"]], "RelatedLinks", + "0651119e-3351-4395-8ebb-4d3899b40004"]], "RelatedLinks", ExpressionUUID->"7691bb75-7b69-4c58-bd07-e7f67d78e640"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2d956cbe-7c69-4548-ab52-\ -c42e4a80b904"], + }]], "RelatedLinksSection",ExpressionUUID->"0f55370b-7571-4584-8417-\ +d45c6d5153d2"], Cell[CellGroupData[{ @@ -920,11 +920,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"1f351c46-a501-46d3-bb5d-11ded229aa7e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d12dd00c-40f2-4f52-8900-8e71f3ad2033"] +Cell[" ", "FooterCell",ExpressionUUID->"26d397f2-62ef-4522-a2b1-8b1c7b71896f"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ThirdCriticalVal", TaggingRules->{ @@ -935,7 +935,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 34.366116}", + "built" -> "{2024, 6, 3, 16, 55, 59.287941}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -943,10 +943,11 @@ TaggingRules->{ "ThirdCriticalVal[game] calculates another critical value for epsilon to \ generalize the bisection property w.r.t. the strong epsilon-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ThirdCriticalVal", - "titlemodifier" -> "", "windowtitle" -> "ThirdCriticalVal", "type" -> - "Symbol", "uri" -> "TUG/ref/ThirdCriticalVal"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ThirdCriticalVal", "type" -> "Symbol", "uri" -> + "TUG/ref/ThirdCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -955,9 +956,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"1609f734-fa0d-4acb-affb-7cc6e0f026e8" +ExpressionUUID->"35ab4bf7-4000-495d-9155-58afddbf95af" ] (* End of Notebook Content *) @@ -965,141 +966,139 @@ ExpressionUUID->"1609f734-fa0d-4acb-affb-7cc6e0f026e8" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14386, 380, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e5abfa1-845e-4272-96f4-73dbad0d102c", + Cell[14430, 383, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f704193a-f465-4116-9999-c76354279245", CellTags->"PrimaryExamplesSection", - CellID->2048709899]} + CellID->374821716]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35545, 966} + {"PrimaryExamplesSection", 35577, 967} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7137, 169, 56, "AnchorBarGrid",ExpressionUUID->"32dac2fa-750d-4037-9a02-56aa48b661c1", +Cell[588, 21, 7181, 172, 57, "AnchorBarGrid",ExpressionUUID->"e0a67d61-4b34-4e37-b8fd-1feb037d994c", CellID->1], -Cell[7728, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"e2fd57ed-5081-4ce3-8d68-4389ef6a42ee"], +Cell[7772, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6b9cf46c-4756-409c-b3e4-738aa06cf858"], Cell[CellGroupData[{ -Cell[7839, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"01ae3e65-46a1-4465-9801-219c288a5410"], -Cell[9132, 233, 534, 10, 111, "Usage",ExpressionUUID->"204b14bd-1938-4021-90e5-ecd15cabc595", +Cell[7883, 199, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"69f47378-6712-4379-9002-fa0962f3d349"], +Cell[9176, 236, 534, 10, 111, "Usage",ExpressionUUID->"204b14bd-1938-4021-90e5-ecd15cabc595", CellID->1204264287] }, Open ]], Cell[CellGroupData[{ -Cell[9703, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"d0839570-3d7c-4352-b389-fdcbb9db1ca9", +Cell[9747, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"0a938da4-0104-4901-b799-447005db06aa", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1413548916], -Cell[11601, 297, 518, 12, 57, "]]",ExpressionUUID->"3892ebe9-8403-4e94-8479-7865a61fd36f", + CellID->1263428014], +Cell[11645, 300, 518, 12, 57, "]]",ExpressionUUID->"3892ebe9-8403-4e94-8479-7865a61fd36f", CellID->313448337], -Cell[12122, 311, 489, 12, 37, "Notes",ExpressionUUID->"7830e41f-aff6-4b51-846e-665fcc3bb6ed", +Cell[12166, 314, 489, 12, 38, "Notes",ExpressionUUID->"7830e41f-aff6-4b51-846e-665fcc3bb6ed", CellID->177724765], -Cell[12614, 325, 167, 3, 36, "Notes",ExpressionUUID->"c5429deb-4ef1-4d8e-b494-d3fa3e611d9b", +Cell[12658, 328, 167, 3, 36, "Notes",ExpressionUUID->"c5429deb-4ef1-4d8e-b494-d3fa3e611d9b", CellID->1801750560], -Cell[12784, 330, 358, 12, 36, "Notes",ExpressionUUID->"f10d6328-0bd8-40de-96bc-bfaaf450eb28", +Cell[12828, 333, 358, 12, 36, "Notes",ExpressionUUID->"f10d6328-0bd8-40de-96bc-bfaaf450eb28", CellID->797578006], -Cell[13145, 344, 172, 3, 36, "Notes",ExpressionUUID->"07bf5a09-f466-41ab-8b14-6e0b13928b1b", +Cell[13189, 347, 172, 3, 36, "Notes",ExpressionUUID->"07bf5a09-f466-41ab-8b14-6e0b13928b1b", CellID->1460260529], -Cell[13320, 349, 214, 4, 36, "Notes",ExpressionUUID->"d9037332-c7ca-48ae-a2c7-a7e1453186b0", +Cell[13364, 352, 214, 4, 36, "Notes",ExpressionUUID->"d9037332-c7ca-48ae-a2c7-a7e1453186b0", CellID->1465276879], -Cell[13537, 355, 545, 14, 78, "Notes",ExpressionUUID->"8fdcdf1d-129e-4627-83f1-ff09e32be110", +Cell[13581, 358, 545, 14, 78, "Notes",ExpressionUUID->"8fdcdf1d-129e-4627-83f1-ff09e32be110", CellID->1697731679], -Cell[14085, 371, 174, 3, 36, "Notes",ExpressionUUID->"1005fc2c-5754-4c44-9aa7-f88489eacb10", +Cell[14129, 374, 174, 3, 36, "Notes",ExpressionUUID->"1005fc2c-5754-4c44-9aa7-f88489eacb10", CellID->1562271526] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14386, 380, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9e5abfa1-845e-4272-96f4-73dbad0d102c", +Cell[14430, 383, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f704193a-f465-4116-9999-c76354279245", CellTags->"PrimaryExamplesSection", - CellID->2048709899], + CellID->374821716], Cell[CellGroupData[{ -Cell[15832, 421, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5daaa408-e957-438a-bd84-bf56ed1f91f9", - CellID->1640434356], -Cell[17234, 459, 119, 1, 38, "ExampleText",ExpressionUUID->"bd251365-7062-4bf7-a866-82493dc232ad", +Cell[15875, 424, 1399, 36, 30, "ExampleSection",ExpressionUUID->"32df43e8-6f15-4538-b04c-3bb1393063ac", + CellID->1480272883], +Cell[17277, 462, 119, 1, 39, "ExampleText",ExpressionUUID->"bd251365-7062-4bf7-a866-82493dc232ad", CellID->1563860461], Cell[CellGroupData[{ -Cell[17378, 464, 168, 3, 27, "Input",ExpressionUUID->"2c7ef236-fc0b-4d67-ad87-af5ca922362d", +Cell[17421, 467, 168, 3, 27, "Input",ExpressionUUID->"2c7ef236-fc0b-4d67-ad87-af5ca922362d", CellID->1773824522], Cell[CellGroupData[{ -Cell[17571, 471, 237, 4, 23, "Print",ExpressionUUID->"5c5cd271-28f7-4d72-a680-ea8db6c0fbee", +Cell[17614, 474, 237, 4, 23, "Print",ExpressionUUID->"5c5cd271-28f7-4d72-a680-ea8db6c0fbee", CellID->1488233851], -Cell[17811, 477, 366, 8, 23, "Print",ExpressionUUID->"11953d5d-999d-4908-b0cc-05c5077e21d8", +Cell[17854, 480, 366, 8, 23, "Print",ExpressionUUID->"11953d5d-999d-4908-b0cc-05c5077e21d8", CellID->1557079894], -Cell[18180, 487, 236, 4, 23, "Print",ExpressionUUID->"af6d3852-1c3f-4574-b745-9cb9ef469172", +Cell[18223, 490, 236, 4, 23, "Print",ExpressionUUID->"af6d3852-1c3f-4574-b745-9cb9ef469172", CellID->422909683], -Cell[18419, 493, 221, 3, 70, "Print",ExpressionUUID->"e1c44337-5543-4f4b-8660-4e5657d42392", +Cell[18462, 496, 221, 3, 70, "Print",ExpressionUUID->"e1c44337-5543-4f4b-8660-4e5657d42392", CellID->1391596257], -Cell[18643, 498, 207, 3, 70, "Print",ExpressionUUID->"31a78010-3564-4314-9be2-cd6e3df28724", +Cell[18686, 501, 207, 3, 70, "Print",ExpressionUUID->"31a78010-3564-4314-9be2-cd6e3df28724", CellID->963871244], -Cell[18853, 503, 238, 4, 70, "Print",ExpressionUUID->"f2ab344a-cc4e-47fb-b923-28ac0cfab93d", +Cell[18896, 506, 238, 4, 70, "Print",ExpressionUUID->"f2ab344a-cc4e-47fb-b923-28ac0cfab93d", CellID->1966880536], -Cell[19094, 509, 220, 3, 70, "Print",ExpressionUUID->"72ce3510-b703-4017-a9b7-bea9a18bb9a4", +Cell[19137, 512, 220, 3, 70, "Print",ExpressionUUID->"72ce3510-b703-4017-a9b7-bea9a18bb9a4", CellID->662591577], -Cell[19317, 514, 236, 4, 70, "Print",ExpressionUUID->"e52cdfef-2652-4338-a9e9-ef9610987907", +Cell[19360, 517, 236, 4, 70, "Print",ExpressionUUID->"e52cdfef-2652-4338-a9e9-ef9610987907", CellID->125358951], -Cell[19556, 520, 235, 4, 70, "Print",ExpressionUUID->"dffa0e15-2000-457c-bf5d-3f0beaff1ef2", +Cell[19599, 523, 235, 4, 70, "Print",ExpressionUUID->"dffa0e15-2000-457c-bf5d-3f0beaff1ef2", CellID->67143024], -Cell[19794, 526, 208, 3, 70, "Print",ExpressionUUID->"d65e7f5e-7d9c-4a50-9c9c-8b93eb7a2b16", +Cell[19837, 529, 208, 3, 70, "Print",ExpressionUUID->"d65e7f5e-7d9c-4a50-9c9c-8b93eb7a2b16", CellID->1916866577], -Cell[20005, 531, 237, 4, 70, "Print",ExpressionUUID->"ebc8a26b-387d-46fd-86d9-dc2c9fcfd8e9", +Cell[20048, 534, 237, 4, 70, "Print",ExpressionUUID->"ebc8a26b-387d-46fd-86d9-dc2c9fcfd8e9", CellID->1900907279] }, Open ]] }, Open ]], -Cell[20269, 539, 137, 1, 70, "ExampleText",ExpressionUUID->"110e963b-5781-483e-8631-005963d39e5f", +Cell[20312, 542, 137, 1, 70, "ExampleText",ExpressionUUID->"110e963b-5781-483e-8631-005963d39e5f", CellID->1430452501], -Cell[20409, 542, 234, 6, 70, "Input",ExpressionUUID->"8219ebf2-8f6f-4d17-ba36-e3f87fd89b80", +Cell[20452, 545, 234, 6, 70, "Input",ExpressionUUID->"8219ebf2-8f6f-4d17-ba36-e3f87fd89b80", CellID->525207896], Cell[CellGroupData[{ -Cell[20668, 552, 359, 8, 70, "Input",ExpressionUUID->"682528cc-43c4-4008-9fc5-18c8d84d5b73", +Cell[20711, 555, 359, 8, 70, "Input",ExpressionUUID->"682528cc-43c4-4008-9fc5-18c8d84d5b73", CellID->513515998], -Cell[21030, 562, 363, 8, 36, "Output",ExpressionUUID->"fa050f28-b139-4fef-87a2-d9e11d6c5f1c", +Cell[21073, 565, 363, 8, 36, "Output",ExpressionUUID->"fa050f28-b139-4fef-87a2-d9e11d6c5f1c", CellID->1498608233] }, Open ]], -Cell[21408, 573, 148, 1, 70, "ExampleText",ExpressionUUID->"06df819f-cad6-4d90-b619-3c65db77d839", +Cell[21451, 576, 148, 1, 70, "ExampleText",ExpressionUUID->"06df819f-cad6-4d90-b619-3c65db77d839", CellID->1773020472], -Cell[21559, 576, 238, 6, 70, "Input",ExpressionUUID->"d1029584-2db4-4033-b025-27c4176588c0", +Cell[21602, 579, 238, 6, 70, "Input",ExpressionUUID->"d1029584-2db4-4033-b025-27c4176588c0", CellID->1146692380], Cell[CellGroupData[{ -Cell[21822, 586, 164, 3, 70, "Input",ExpressionUUID->"0220ae5c-e127-499d-9ad0-f3c49992b447", +Cell[21865, 589, 164, 3, 70, "Input",ExpressionUUID->"0220ae5c-e127-499d-9ad0-f3c49992b447", CellID->167782910], -Cell[21989, 591, 160, 3, 36, "Output",ExpressionUUID->"ab57bc30-641b-46a3-92fe-be5eceb30bcd", +Cell[22032, 594, 160, 3, 36, "Output",ExpressionUUID->"ab57bc30-641b-46a3-92fe-be5eceb30bcd", CellID->2074431687] }, Open ]], -Cell[22164, 597, 189, 4, 70, "ExampleText",ExpressionUUID->"f2f2c36d-8a66-47cb-b7c6-4802a0c4b901", +Cell[22207, 600, 189, 4, 70, "ExampleText",ExpressionUUID->"f2f2c36d-8a66-47cb-b7c6-4802a0c4b901", CellID->2029016715], Cell[CellGroupData[{ -Cell[22378, 605, 174, 3, 70, "Input",ExpressionUUID->"bf8adb9e-a446-4cf5-b34b-10bb8663d2a1", +Cell[22421, 608, 174, 3, 70, "Input",ExpressionUUID->"bf8adb9e-a446-4cf5-b34b-10bb8663d2a1", CellID->1944270386], -Cell[22555, 610, 173, 4, 36, "Output",ExpressionUUID->"43c159f8-9235-4e57-9767-a03826cd1ef9", +Cell[22598, 613, 173, 4, 36, "Output",ExpressionUUID->"43c159f8-9235-4e57-9767-a03826cd1ef9", CellID->187549380] }, Open ]], -Cell[22743, 617, 133, 1, 70, "ExampleText",ExpressionUUID->"6c2640a7-53b2-4efa-a7fd-8002345311ed", +Cell[22786, 620, 133, 1, 70, "ExampleText",ExpressionUUID->"6c2640a7-53b2-4efa-a7fd-8002345311ed", CellID->2051526801], Cell[CellGroupData[{ -Cell[22901, 622, 174, 3, 70, "Input",ExpressionUUID->"ef08d67c-3dec-4301-a7e1-0d50b3c5cc39", +Cell[22944, 625, 174, 3, 70, "Input",ExpressionUUID->"ef08d67c-3dec-4301-a7e1-0d50b3c5cc39", CellID->1341793596], -Cell[23078, 627, 219, 5, 36, "Output",ExpressionUUID->"5e5f40e0-f0cd-44ee-8716-cb30882b3566", +Cell[23121, 630, 219, 5, 36, "Output",ExpressionUUID->"5e5f40e0-f0cd-44ee-8716-cb30882b3566", CellID->513026626] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23582, 644, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"217228a5-1aeb-47f7-8167-cae8e8d2c435"], +Cell[28557, 780, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0a03e73d-a551-4047-a4d1-01fada528b91"], +Cell[29230, 800, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"35879544-8b80-4d82-91ed-b8d8c820539d"], +Cell[30266, 828, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"0f55370b-7571-4584-8417-d45c6d5153d2"], Cell[CellGroupData[{ -Cell[23561, 643, 4972, 134, 70, "SeeAlsoSection",ExpressionUUID->"d2fbd454-4a96-4ef2-8516-f8dc8b00436c"], -Cell[28536, 779, 670, 18, 70, "TechNotesSection",ExpressionUUID->"02c7e503-a783-43db-9bc8-d3a110bb4f17"] -}, Open ]], -Cell[29221, 800, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"661a055a-d8f3-42f0-b519-af4eb6fb55a7"], -Cell[30257, 828, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"2d956cbe-7c69-4548-ab52-c42e4a80b904"], -Cell[CellGroupData[{ -Cell[32557, 896, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"37e830f8-c664-4eaa-a44d-3497a53a7e79", +Cell[32566, 896, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"37e830f8-c664-4eaa-a44d-3497a53a7e79", CellID->2135167160], -Cell[32698, 899, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"40c76940-d5cc-4acb-b2b8-14e263a8e568", +Cell[32707, 899, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"40c76940-d5cc-4acb-b2b8-14e263a8e568", CellID->1194386356], -Cell[32920, 905, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f91e27a1-74df-4300-963a-004fc1a6b067", +Cell[32929, 905, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f91e27a1-74df-4300-963a-004fc1a6b067", CellID->1641706272], -Cell[33135, 910, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31527e2f-0c73-4153-bfbc-5a14851acaa7", +Cell[33144, 910, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"31527e2f-0c73-4153-bfbc-5a14851acaa7", CellID->399251956], -Cell[33364, 916, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f351c46-a501-46d3-bb5d-11ded229aa7e", +Cell[33373, 916, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1f351c46-a501-46d3-bb5d-11ded229aa7e", CellID->821434655] }, Open ]], -Cell[33601, 922, 78, 0, 70, "FooterCell",ExpressionUUID->"d12dd00c-40f2-4f52-8900-8e71f3ad2033"] +Cell[33610, 922, 78, 0, 70, "FooterCell",ExpressionUUID->"26d397f2-62ef-4522-a2b1-8b1c7b71896f"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ThirdStarCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/ThirdStarCriticalVal.nb index 1b84240..7337767 100644 --- a/Documentation/English/ReferencePages/Symbols/ThirdStarCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/ThirdStarCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44457, 1156] -NotebookOptionsPosition[ 35349, 977] -NotebookOutlinePosition[ 37565, 1032] -CellTagsIndexPosition[ 37479, 1027] +NotebookDataLength[ 44458, 1155] +NotebookOptionsPosition[ 35367, 978] +NotebookOutlinePosition[ 37600, 1033] +CellTagsIndexPosition[ 37514, 1028] WindowTitle->ThirdStarCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "beed8990-fd0c-4a57-98b0-c5b2cb3e3b0a"], + "36df4dc0-dff8-4d4e-b59a-e01819da290b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1fca145d-295f-4beb-b6a9-7fae86c10c27"], + "0e82f4ec-a7ca-40b3-8c2f-b26638d69351"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "07e0ff9d-956d-4207-b627-125921aede90"] - }],ExpressionUUID->"6ddfa626-0e4a-459e-808e-feb6bb0798c7"], - StripOnInput->False], {"\<\"FirstCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FirstCriticalVal"], "\<\"SecondCritcalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondCritcalVal"], "\<\"ThirdCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ThirdCriticalVal"], "\<\"FourthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FourthCriticalVal"], "\<\"FifthCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FifthCriticalVal"], "\<\"StarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StarCriticalVal"], "\<\"SecondStarCriticalVal\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SecondStarCriticalVal"], "\<\"LeastCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/LeastCore"], "\<\"Kernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d1d5d48e-7d54-4ad7-8580-064f60e4d94e"] + }],ExpressionUUID->"e0713b8a-d04f-40c1-87d4-b1383628365e"], + StripOnInput->False],{ + "\"FirstCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FirstCriticalVal"], + "\"SecondCritcalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondCritcalVal"], + "\"ThirdCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ThirdCriticalVal"], + "\"FourthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FourthCriticalVal"], + "\"FifthCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FifthCriticalVal"], + "\"StarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StarCriticalVal"], + "\"SecondStarCriticalVal\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SecondStarCriticalVal"], + "\"LeastCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LeastCore"], "\"Kernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8848f91d-424b-462c-9eae-b13a8e70b4dc"], + "00372b0c-768b-4166-a28c-3aacff0a0511"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bf4b923f-2cc7-45bf-9232-e4e298d202c9"] - }],ExpressionUUID->"39d505d4-c2e7-44a9-9867-75903dec5641"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5859efb2-89b4-4102-ae2c-0718611b8864"] + }],ExpressionUUID->"7025a969-3323-4cbb-9f83-6334fdfcbbdd"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6c74f30a-f66b-42eb-90c2-4325553906a5"], + "85da5a8e-5a08-478a-a9f6-9269eaf15e55"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "298ca8c6-fdf3-40f0-9b55-a7ff62301aae"] - }],ExpressionUUID->"407d44f2-cd1a-41d0-ab1c-5938557d1766"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "39673434-651e-4250-8d12-caae55b7ab07"] + }],ExpressionUUID->"ba040a27-e5c9-4f46-bf39-037ab11e311d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6ecffe3c-1d2b-4cdd-abd3-4c6995f1d81c"], + "f63d4031-7deb-4743-b757-9367f3242704"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a8987e42-7522-41b9-a474-96eccbb90778"] - }],ExpressionUUID->"5eca370b-020f-4bf7-a295-1c3c6c50f4d8"], - StripOnInput->False], {"\<\"TUG/ref/ThirdStarCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ThirdStarCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "a21a5023-60e3-48e3-957f-bf4376d8edb8"] + }],ExpressionUUID->"74976094-5315-458b-aebb-cb2d0801154f"], + StripOnInput->False],{ + "\"TUG/ref/ThirdStarCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ThirdStarCriticalVal"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ThirdStarCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$196732], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ThirdStarCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$212226], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ThirdStarCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ca2511fc-2918-4604-85fd-07fba4ca0959"] + "e0c39606-b3a8-4a45-a3fe-e019a3a164aa"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ac6bb9cc-880c-424b-853b-0e0862f53ce7"]} + "b8095593-02c7-4997-a39d-1e42b3535936"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c67f6ee1-0e87-463d-b3ea-ed7859b29b4f"], + CellID->1,ExpressionUUID->"6547291c-e541-4d43-b2e8-241a5d8099e8"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"38a10c93-7fc1-4e52-bd1d-454e6df98aca"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"dfe11ba7-636e-4171-9d0e-ec7f8dfe9b7d"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ThirdStarCriticalVal", "ObjectName",ExpressionUUID-> - "7ff18697-6177-4539-9428-cdfe627db932"], + "1620c90e-9ad6-4e4f-871b-801bb3d4342e"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"b0b0eb90-f622-42fe-9d99-8c24dace5a22"], + "Spacer1"]],ExpressionUUID->"9f20ee08-f7a9-4c33-be60-8b867d9fa443"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "799e51d2-6f42-4711-8b27-fbed9112b563"] - }],ExpressionUUID->"038f7d14-3ce7-4e1c-b514-8e408d1e647f"], Cell[BoxData[ + "800b4faf-b10a-4d85-b9bf-c4daa263bb16"] + }],ExpressionUUID->"dfa27479-3d44-4e9e-a8c3-5aec8d4b96cd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e87cbdad-7109-4ff5-9e3f-f5f6485d25e4"]} + "7b98aae7-d084-4c55-89e8-1f818feadc9d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"27a0d662-539b-4997-882d-baf36f6c6402"], + CacheGraphics->False,ExpressionUUID->"c569c4f2-46a3-4c50-beb3-3d3d5e1320bb"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]determines a bound for epsilon s.t. the intersection \ of the union of the lower set and core with that of the proper reasonable are \ included in the epsilon-core." - }],ExpressionUUID->"e8495444-2c26-4dad-a7d0-8793f939919e"]} + }],ExpressionUUID->"c38f8b95-a000-4940-8735-60b9dc225bb4"]} }]], "Usage", CellID->1985135876,ExpressionUUID->"2c89ea42-f90e-4146-a858-384d834a9a7b"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ab0a4f1f-ce8f-4dec-a32a-76870ac03abb"], + ExpressionUUID->"ab5acff4-e3bb-4f9b-8c2c-d964989a77eb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"55c53fdd-c5a5-4c3c-a331-5b01069a87a6"], + "Spacer1"]],ExpressionUUID->"17e7a4c5-f2d9-4c45-a43b-953e227ead2b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1358f4f9-eddd-44b9-8b04-172502e113d3"], + }], "NotesFrameText",ExpressionUUID->"650327fd-5a52-421a-b2cf-8a96cff06a7d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ea45d784-b545-4d1c-93d2-4521e15dffbf"]], \ + "Preemptive"]],ExpressionUUID->"bed5cd50-66e0-4099-95b2-483dff9608db"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2022632191,ExpressionUUID->"08ca738a-6df9-455c-966f-3264d702943e"], + CellID->1343485602,ExpressionUUID->"22c14495-6724-4ff3-ba03-b15448448186"], Cell[TextData[{ "The input expression ", @@ -456,19 +460,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c400d246-4f6a-4fdf-b14a-3738d4f44665"], + ExpressionUUID->"21a48d5e-0d54-47c1-b6ed-54534e5583bf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"47c9b558-5154-4d20-a860-129edd2fffca"], + "Spacer1"]],ExpressionUUID->"4d2f8f8a-b679-4a78-b3ea-8c8f9ef74206"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3aa38088-5724-4d72-9d03-d106ac5977c5"] + "ce539570-1a6f-4b4d-b048-f0caa2a3c973"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->429963360,ExpressionUUID->"517a8a2f-ff91-4777-983c-3da1c42547e9"], + CellID->915838100,ExpressionUUID->"87a9432b-a20a-4bae-85b5-a2b2ab467909"], Cell[CellGroupData[{ @@ -497,18 +501,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f1fcfc2-4323-4ae1-a3e3-51defd1c521c"], + ExpressionUUID->"b459bae4-bc81-4a67-a949-e717740efb36"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"92c40143-f189-4a5f-9f07-0df58b30a354"], + "Spacer1"]],ExpressionUUID->"908a6912-f767-4cf6-9b99-4973f4237812"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8f8c4072-1271-470b-8b1f-572e0b473ac3"] + "7b478919-87a2-497f-85c7-e26ba8457ad4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1136353843,ExpressionUUID->"044b8966-d60d-4c21-917f-af57148b515e"], + CellID->305190894,ExpressionUUID->"08945ea4-dbee-4620-b908-b738d12cb780"], Cell["Loading the package:", "ExampleText", CellID->1324902857,ExpressionUUID->"c6b9d70c-3986-4460-9264-15f7acbe9dfb"], @@ -692,8 +696,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -827,15 +829,15 @@ Cell[BoxData[GridBox[{ "e3ade13c-2c5d-43a8-8509-880003b4e9e5"] }], "SeeAlso",ExpressionUUID->"97346bd4-b5db-439e-ab94-10a4035d3889"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"af5814f8-4ca3-4c9b-ba3b-\ -e01faea33ffd"], + }]], "SeeAlsoSection",ExpressionUUID->"a83ddcb1-cda3-4d73-9e04-\ +263faa4c2bed"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -847,9 +849,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"405f2923-3066-4355-8c07-403bdd2b7b1d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"2ebab5bf-210e-4ef1-a3ed-\ -60a0243f8c93"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6d0e7ad1-ffa8-4743-a240-\ +db21cca5e185"], Cell[BoxData[GridBox[{ { @@ -866,7 +867,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f067e13a-a0b7-4e91-b35c-43670ac3e793"]}]}, + "33ddd1ac-dd13-42ce-a9da-c0c6c3e392a2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -874,10 +875,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1cff4ac6-9d72-46ff-9d83-936675d2d372"]}]} + "de80cb77-8685-43ad-bb9f-e44706ddd10a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ecb5b8d0-c9e3-47cd-87bc-\ -55485c29158c"], + }]], "MoreAboutSection",ExpressionUUID->"cc121c08-ee92-4441-abf5-\ +5760658dbe97"], Cell[BoxData[GridBox[{ { @@ -905,7 +906,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cfd6f4e5-9d94-4374-8b9a-ed0459d54267"]], "RelatedLinks", + "fdc79915-9bc7-4d40-8d29-58eab2a5179d"]], "RelatedLinks", ExpressionUUID->"5f835bd3-c7c3-4e42-896d-b43f14f9c4bc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -922,7 +923,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "876b0e22-7afc-4725-aba9-441b560d1b90"]], "RelatedLinks", + "3abc96ad-3c90-44f0-9334-00829fa50bfb"]], "RelatedLinks", ExpressionUUID->"335c4ea3-a71e-4176-a715-2792253ad5f2"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -939,11 +940,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ad39dfd3-dbcc-4f51-8efa-f8738cfec3ab"]], "RelatedLinks", + "8b2d0411-83f7-4f3f-ad81-47f006edca7c"]], "RelatedLinks", ExpressionUUID->"f2121d0b-ce04-4284-8549-ac409f2c03e4"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"1658a377-826a-484d-972f-\ -fddc4b058255"], + }]], "RelatedLinksSection",ExpressionUUID->"aa39c0dd-d7a5-4426-bf83-\ +ddbf0a6d993d"], Cell[CellGroupData[{ @@ -973,11 +974,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"59f79876-184e-4bd9-8649-6e174bdd0242"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e314ec19-ecb6-4244-8232-ba610f3a4cb0"] +Cell[" ", "FooterCell",ExpressionUUID->"08110acb-dda6-4629-94b4-0ebc7f5ae9a6"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ThirdStarCriticalVal", TaggingRules->{ @@ -988,7 +989,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 35.901576}", + "built" -> "{2024, 6, 3, 16, 56, 0.060988}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -997,10 +998,10 @@ TaggingRules->{ intersection of the union of the lower set and core with that of the proper \ reasonable are included in the epsilon-core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ThirdStarCriticalVal", "titlemodifier" -> - "", "windowtitle" -> "ThirdStarCriticalVal", "type" -> "Symbol", "uri" -> - "TUG/ref/ThirdStarCriticalVal"}}, + "", "metadescription" -> "", "windowtitle" -> "ThirdStarCriticalVal", + "type" -> "Symbol", "uri" -> "TUG/ref/ThirdStarCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1009,9 +1010,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"d023be08-81f4-4f67-b446-b77748660a62" +ExpressionUUID->"33d6f0fb-c44c-4c08-8969-8b700e3350cf" ] (* End of Notebook Content *) @@ -1019,145 +1020,143 @@ ExpressionUUID->"d023be08-81f4-4f67-b446-b77748660a62" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16055, 433, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"517a8a2f-ff91-4777-983c-3da1c42547e9", + Cell[16108, 437, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"87a9432b-a20a-4bae-85b5-a2b2ab467909", CellTags->"PrimaryExamplesSection", - CellID->429963360]} + CellID->915838100]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 37279, 1020} + {"PrimaryExamplesSection", 37314, 1021} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7152, 169, 56, "AnchorBarGrid",ExpressionUUID->"c67f6ee1-0e87-463d-b3ea-ed7859b29b4f", +Cell[592, 21, 7205, 173, 57, "AnchorBarGrid",ExpressionUUID->"6547291c-e541-4d43-b2e8-241a5d8099e8", CellID->1], -Cell[7747, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"38a10c93-7fc1-4e52-bd1d-454e6df98aca"], +Cell[7800, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"dfe11ba7-636e-4171-9d0e-ec7f8dfe9b7d"], Cell[CellGroupData[{ -Cell[7858, 196, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"27a0d662-539b-4997-882d-baf36f6c6402"], -Cell[9155, 233, 586, 11, 133, "Usage",ExpressionUUID->"2c89ea42-f90e-4146-a858-384d834a9a7b", +Cell[7911, 200, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"c569c4f2-46a3-4c50-beb3-3d3d5e1320bb"], +Cell[9208, 237, 586, 11, 132, "Usage",ExpressionUUID->"2c89ea42-f90e-4146-a858-384d834a9a7b", CellID->1985135876] }, Open ]], Cell[CellGroupData[{ -Cell[9778, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"08ca738a-6df9-455c-966f-3264d702943e", +Cell[9831, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"22c14495-6724-4ff3-ba03-b15448448186", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2022632191], -Cell[11676, 298, 518, 12, 57, "]]",ExpressionUUID->"66eb7173-8ad7-444d-b0b9-04f515d5bf26", + CellID->1343485602], +Cell[11729, 302, 518, 12, 57, "]]",ExpressionUUID->"66eb7173-8ad7-444d-b0b9-04f515d5bf26", CellID->313448337], -Cell[12197, 312, 489, 12, 37, "Notes",ExpressionUUID->"d0e1239f-e102-4e07-b7f5-caaa271aa871", +Cell[12250, 316, 489, 12, 38, "Notes",ExpressionUUID->"d0e1239f-e102-4e07-b7f5-caaa271aa871", CellID->177724765], -Cell[12689, 326, 167, 3, 36, "Notes",ExpressionUUID->"0b8fd626-1a2d-4c3e-b2ea-9db569a0a475", +Cell[12742, 330, 167, 3, 36, "Notes",ExpressionUUID->"0b8fd626-1a2d-4c3e-b2ea-9db569a0a475", CellID->1801750560], -Cell[12859, 331, 358, 12, 36, "Notes",ExpressionUUID->"d3b4c837-7f83-4f72-8a43-cbfa49564266", +Cell[12912, 335, 358, 12, 36, "Notes",ExpressionUUID->"d3b4c837-7f83-4f72-8a43-cbfa49564266", CellID->797578006], -Cell[13220, 345, 217, 4, 36, "Notes",ExpressionUUID->"64fceece-3e32-464c-8579-0eb0e9fc4c55", +Cell[13273, 349, 217, 4, 36, "Notes",ExpressionUUID->"64fceece-3e32-464c-8579-0eb0e9fc4c55", CellID->505109155], -Cell[13440, 351, 171, 3, 36, "Notes",ExpressionUUID->"f3383f25-b592-452f-b2cf-0f21a4a10dce", +Cell[13493, 355, 171, 3, 36, "Notes",ExpressionUUID->"f3383f25-b592-452f-b2cf-0f21a4a10dce", CellID->537074722], -Cell[13614, 356, 1228, 37, 79, "Notes",ExpressionUUID->"55fb9afd-5183-46a6-8d8a-82f296d6b45e", +Cell[13667, 360, 1228, 37, 80, "Notes",ExpressionUUID->"55fb9afd-5183-46a6-8d8a-82f296d6b45e", CellID->1352159269], -Cell[14845, 395, 227, 6, 36, "Notes",ExpressionUUID->"9c899aa3-e312-4a97-bf81-4849d70a1d93", +Cell[14898, 399, 227, 6, 36, "Notes",ExpressionUUID->"9c899aa3-e312-4a97-bf81-4849d70a1d93", CellID->837456769], -Cell[15075, 403, 711, 21, 78, "Notes",ExpressionUUID->"d95b078a-3647-4493-bb22-bada8ff12cfa", +Cell[15128, 407, 711, 21, 78, "Notes",ExpressionUUID->"d95b078a-3647-4493-bb22-bada8ff12cfa", CellID->1474760551], -Cell[15789, 426, 139, 1, 36, "Notes",ExpressionUUID->"bc316f43-9969-411d-956a-5ad03ceb4dc9", +Cell[15842, 430, 139, 1, 36, "Notes",ExpressionUUID->"bc316f43-9969-411d-956a-5ad03ceb4dc9", CellID->120614076] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16055, 433, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"517a8a2f-ff91-4777-983c-3da1c42547e9", +Cell[16108, 437, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"87a9432b-a20a-4bae-85b5-a2b2ab467909", CellTags->"PrimaryExamplesSection", - CellID->429963360], + CellID->915838100], Cell[CellGroupData[{ -Cell[17500, 474, 1399, 36, 30, "ExampleSection",ExpressionUUID->"044b8966-d60d-4c21-917f-af57148b515e", - CellID->1136353843], -Cell[18902, 512, 119, 1, 70, "ExampleText",ExpressionUUID->"c6b9d70c-3986-4460-9264-15f7acbe9dfb", +Cell[17553, 478, 1398, 36, 30, "ExampleSection",ExpressionUUID->"08945ea4-dbee-4620-b908-b738d12cb780", + CellID->305190894], +Cell[18954, 516, 119, 1, 70, "ExampleText",ExpressionUUID->"c6b9d70c-3986-4460-9264-15f7acbe9dfb", CellID->1324902857], Cell[CellGroupData[{ -Cell[19046, 517, 167, 3, 70, "Input",ExpressionUUID->"75c0a142-a674-4a7d-bf20-c94207841d51", +Cell[19098, 521, 167, 3, 70, "Input",ExpressionUUID->"75c0a142-a674-4a7d-bf20-c94207841d51", CellID->948762057], Cell[CellGroupData[{ -Cell[19238, 524, 237, 4, 70, "Print",ExpressionUUID->"a05ce4a3-0dfd-464b-b69e-d8cf20893631", +Cell[19290, 528, 237, 4, 70, "Print",ExpressionUUID->"a05ce4a3-0dfd-464b-b69e-d8cf20893631", CellID->1092616773], -Cell[19478, 530, 365, 8, 70, "Print",ExpressionUUID->"a27017e3-a098-47ac-962e-3ad067c0b286", +Cell[19530, 534, 365, 8, 70, "Print",ExpressionUUID->"a27017e3-a098-47ac-962e-3ad067c0b286", CellID->610518596], -Cell[19846, 540, 236, 4, 70, "Print",ExpressionUUID->"1947feab-fcc5-44c3-9c09-8ff65ceed7e6", +Cell[19898, 544, 236, 4, 70, "Print",ExpressionUUID->"1947feab-fcc5-44c3-9c09-8ff65ceed7e6", CellID->679813136], -Cell[20085, 546, 220, 3, 70, "Print",ExpressionUUID->"cb4e924e-84de-4ba4-a1d0-c71a5982dacd", +Cell[20137, 550, 220, 3, 70, "Print",ExpressionUUID->"cb4e924e-84de-4ba4-a1d0-c71a5982dacd", CellID->390241563], -Cell[20308, 551, 208, 3, 70, "Print",ExpressionUUID->"49f33d32-3e35-43e5-9d4f-61622f1cac91", +Cell[20360, 555, 208, 3, 70, "Print",ExpressionUUID->"49f33d32-3e35-43e5-9d4f-61622f1cac91", CellID->1871555399], -Cell[20519, 556, 237, 4, 70, "Print",ExpressionUUID->"c6219b34-0389-4823-92e4-3226fb4ff196", +Cell[20571, 560, 237, 4, 70, "Print",ExpressionUUID->"c6219b34-0389-4823-92e4-3226fb4ff196", CellID->569605274], -Cell[20759, 562, 220, 3, 70, "Print",ExpressionUUID->"36202f77-dd46-4439-a850-cc7bde97f5ff", +Cell[20811, 566, 220, 3, 70, "Print",ExpressionUUID->"36202f77-dd46-4439-a850-cc7bde97f5ff", CellID->389393526], -Cell[20982, 567, 237, 4, 70, "Print",ExpressionUUID->"7a9b01e8-31cc-4407-a869-e82aa2179566", +Cell[21034, 571, 237, 4, 70, "Print",ExpressionUUID->"7a9b01e8-31cc-4407-a869-e82aa2179566", CellID->1995072260], -Cell[21222, 573, 237, 4, 70, "Print",ExpressionUUID->"74474a17-bb3a-43ba-a355-5ae7aba345b7", +Cell[21274, 577, 237, 4, 70, "Print",ExpressionUUID->"74474a17-bb3a-43ba-a355-5ae7aba345b7", CellID->1059861758], -Cell[21462, 579, 207, 3, 70, "Print",ExpressionUUID->"d8668484-9a85-4a86-b8bb-a0002b7172e6", +Cell[21514, 583, 207, 3, 70, "Print",ExpressionUUID->"d8668484-9a85-4a86-b8bb-a0002b7172e6", CellID->730039613], -Cell[21672, 584, 237, 4, 70, "Print",ExpressionUUID->"c209bf6c-a526-4dc3-8c7e-274ec63cf04d", +Cell[21724, 588, 237, 4, 70, "Print",ExpressionUUID->"c209bf6c-a526-4dc3-8c7e-274ec63cf04d", CellID->1018549133] }, Open ]] }, Open ]], -Cell[21936, 592, 136, 1, 70, "ExampleText",ExpressionUUID->"f685d8e5-fe53-4f25-a530-c2e37c4ba965", +Cell[21988, 596, 136, 1, 70, "ExampleText",ExpressionUUID->"f685d8e5-fe53-4f25-a530-c2e37c4ba965", CellID->395378123], -Cell[22075, 595, 233, 6, 70, "Input",ExpressionUUID->"c8caafb5-3dc0-4b33-997c-25e41990c895", +Cell[22127, 599, 233, 6, 70, "Input",ExpressionUUID->"c8caafb5-3dc0-4b33-997c-25e41990c895", CellID->75881324], Cell[CellGroupData[{ -Cell[22333, 605, 359, 8, 70, "Input",ExpressionUUID->"3a8c5091-9308-4988-afed-bd54b3c3ceb7", +Cell[22385, 609, 359, 8, 70, "Input",ExpressionUUID->"3a8c5091-9308-4988-afed-bd54b3c3ceb7", CellID->263387069], -Cell[22695, 615, 363, 8, 36, "Output",ExpressionUUID->"347290a0-086c-403a-84f4-1e6828cc4c88", +Cell[22747, 619, 363, 8, 36, "Output",ExpressionUUID->"347290a0-086c-403a-84f4-1e6828cc4c88", CellID->1881801069] }, Open ]], -Cell[23073, 626, 148, 1, 70, "ExampleText",ExpressionUUID->"6e32617d-a3f1-41d5-be8c-cd0056419c63", +Cell[23125, 630, 148, 1, 70, "ExampleText",ExpressionUUID->"6e32617d-a3f1-41d5-be8c-cd0056419c63", CellID->1134116525], -Cell[23224, 629, 237, 6, 70, "Input",ExpressionUUID->"77ad9ae7-1401-4848-ab0e-57749c03df53", +Cell[23276, 633, 237, 6, 70, "Input",ExpressionUUID->"77ad9ae7-1401-4848-ab0e-57749c03df53", CellID->983819642], Cell[CellGroupData[{ -Cell[23486, 639, 163, 3, 70, "Input",ExpressionUUID->"5e3a2dc0-396f-49d9-bfca-c61a1e7e7eb1", +Cell[23538, 643, 163, 3, 70, "Input",ExpressionUUID->"5e3a2dc0-396f-49d9-bfca-c61a1e7e7eb1", CellID->64550556], -Cell[23652, 644, 160, 3, 36, "Output",ExpressionUUID->"7c0cce3e-acdc-40c8-a487-b380f34a8bf8", +Cell[23704, 648, 160, 3, 36, "Output",ExpressionUUID->"7c0cce3e-acdc-40c8-a487-b380f34a8bf8", CellID->1702586747] }, Open ]], -Cell[23827, 650, 188, 4, 70, "ExampleText",ExpressionUUID->"ec6f2c38-0867-454b-a692-bd8a6864d350", +Cell[23879, 654, 188, 4, 70, "ExampleText",ExpressionUUID->"ec6f2c38-0867-454b-a692-bd8a6864d350", CellID->647250760], Cell[CellGroupData[{ -Cell[24040, 658, 178, 3, 70, "Input",ExpressionUUID->"cbafa2b7-c9da-4cc2-9bfa-f932c169cc59", +Cell[24092, 662, 178, 3, 70, "Input",ExpressionUUID->"cbafa2b7-c9da-4cc2-9bfa-f932c169cc59", CellID->1048519826], -Cell[24221, 663, 174, 4, 36, "Output",ExpressionUUID->"3d5b0f79-04f0-4f05-bc53-f8f39c9844ef", +Cell[24273, 667, 174, 4, 36, "Output",ExpressionUUID->"3d5b0f79-04f0-4f05-bc53-f8f39c9844ef", CellID->1240750643] }, Open ]], -Cell[24410, 670, 133, 1, 70, "ExampleText",ExpressionUUID->"f75172ee-4ff8-4814-90c3-8fb5b6b59baf", +Cell[24462, 674, 133, 1, 70, "ExampleText",ExpressionUUID->"f75172ee-4ff8-4814-90c3-8fb5b6b59baf", CellID->1717989786], Cell[CellGroupData[{ -Cell[24568, 675, 177, 3, 70, "Input",ExpressionUUID->"b979c7cb-6835-40cc-b40c-88578f533890", +Cell[24620, 679, 177, 3, 70, "Input",ExpressionUUID->"b979c7cb-6835-40cc-b40c-88578f533890", CellID->212261870], -Cell[24748, 680, 223, 5, 36, "Output",ExpressionUUID->"71a4bdca-dc0f-4223-8395-e5a4a8a57842", +Cell[24800, 684, 223, 5, 36, "Output",ExpressionUUID->"71a4bdca-dc0f-4223-8395-e5a4a8a57842", CellID->1378301996] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25265, 698, 4964, 134, 70, "SeeAlsoSection",ExpressionUUID->"a83ddcb1-cda3-4d73-9e04-263faa4c2bed"], +Cell[30232, 834, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6d0e7ad1-ffa8-4743-a240-db21cca5e185"], +Cell[30905, 854, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cc121c08-ee92-4441-abf5-5760658dbe97"], +Cell[31941, 882, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"aa39c0dd-d7a5-4426-bf83-ddbf0a6d993d"], Cell[CellGroupData[{ -Cell[25235, 696, 4964, 134, 70, "SeeAlsoSection",ExpressionUUID->"af5814f8-4ca3-4c9b-ba3b-e01faea33ffd"], -Cell[30202, 832, 670, 18, 70, "TechNotesSection",ExpressionUUID->"2ebab5bf-210e-4ef1-a3ed-60a0243f8c93"] -}, Open ]], -Cell[30887, 853, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ecb5b8d0-c9e3-47cd-87bc-55485c29158c"], -Cell[31923, 881, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"1658a377-826a-484d-972f-fddc4b058255"], -Cell[CellGroupData[{ -Cell[34223, 949, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e966c31e-0add-4880-9d08-eeab15bc3ff1", +Cell[34241, 950, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"e966c31e-0add-4880-9d08-eeab15bc3ff1", CellID->2135167160], -Cell[34364, 952, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"05c98d40-5bb6-4968-aa3e-cdebdfcc2fd6", +Cell[34382, 953, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"05c98d40-5bb6-4968-aa3e-cdebdfcc2fd6", CellID->1194386356], -Cell[34586, 958, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0b107d1-e020-493b-a04a-62f9c34329a8", +Cell[34604, 959, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a0b107d1-e020-493b-a04a-62f9c34329a8", CellID->1641706272], -Cell[34801, 963, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"db9556bc-c08c-4cc9-b8b7-eb0a39d72d62", +Cell[34819, 964, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"db9556bc-c08c-4cc9-b8b7-eb0a39d72d62", CellID->399251956], -Cell[35030, 969, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"59f79876-184e-4bd9-8649-6e174bdd0242", +Cell[35048, 970, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"59f79876-184e-4bd9-8649-6e174bdd0242", CellID->821434655] }, Open ]], -Cell[35267, 975, 78, 0, 70, "FooterCell",ExpressionUUID->"e314ec19-ecb6-4244-8232-ba610f3a4cb0"] +Cell[35285, 976, 78, 0, 70, "FooterCell",ExpressionUUID->"08110acb-dda6-4629-94b4-0ebc7f5ae9a6"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Tight.nb b/Documentation/English/ReferencePages/Symbols/Tight.nb index 491b30d..2cf781c 100644 --- a/Documentation/English/ReferencePages/Symbols/Tight.nb +++ b/Documentation/English/ReferencePages/Symbols/Tight.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 43635, 1126] -NotebookOptionsPosition[ 35059, 956] -NotebookOutlinePosition[ 37188, 1010] -CellTagsIndexPosition[ 37103, 1005] +NotebookDataLength[ 43620, 1124] +NotebookOptionsPosition[ 35062, 956] +NotebookOutlinePosition[ 37207, 1010] +CellTagsIndexPosition[ 37122, 1005] WindowTitle->Tight WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "97a8ebc7-9c9f-448b-b72c-02770fd12267"], + "18854cf9-7d31-41a4-99ea-52c1f86d4ae8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "ec18d404-e563-41ef-bbfd-d433748d735f"], + "9d062440-06b8-425f-ad23-04a27b5cffe8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "82b4dcfd-452a-4e53-a430-be7fe8491c7b"] - }],ExpressionUUID->"7667f576-86a2-4ae3-82fc-29450da25573"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "672b4786-0371-46f9-bd63-0ec7b8200193"] + }],ExpressionUUID->"37753d8d-9121-4141-99a4-f63dda1362d3"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8c452367-1ab8-454d-9a43-feda3a9776d7"], + "11dd26f0-1cbc-41e0-a2c8-5f4651e8d01f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "adbe9387-df62-4895-b631-1dd2ec7bb9bc"] - }],ExpressionUUID->"289f507b-82ee-4e3e-ae5c-b7f39480a8c9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a0e07b82-5495-48d2-bf71-d7488090f6a2"] + }],ExpressionUUID->"8a990e5c-7ca2-402f-9f41-0aa2e866c9de"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8c3462a5-216d-499a-adf6-9f076aa9c11b"], + "ed87f1d6-f64d-4a2b-b984-1d3c81da1200"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b64feaab-6c16-4a23-a214-5c6de938905c"] - }],ExpressionUUID->"5f236dd2-a943-46bd-93cf-8db26d94b468"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "72084148-3451-4d9d-9dfa-8b796e145585"] + }],ExpressionUUID->"358fd11b-cb37-4854-8130-4e42999a6e99"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4ab5ab27-aba1-4348-b287-e73bc4c08554"], + "c5c0a776-2c2d-409a-ab72-a22a0541b8e9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5101934d-1839-4c85-97d8-b87e5207b890"] - }],ExpressionUUID->"5ff8b294-e3ea-4a55-8988-a37a553eb607"], - StripOnInput->False], {"\<\"TUG/ref/Tight\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Tight"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Tight.html"], - StandardForm]], "Input", TextClipboardType -> "PlainText"]}, - Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$197298], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> "TUG/ref/Tight" <> - ".html"], None}]}]}, + "cb0dfa91-3b32-4c71-89cc-e4558ce65f8f"] + }],ExpressionUUID->"ace161a6-7d63-4c70-83b9-c1efd698853c"], + StripOnInput->False],{ + "\"TUG/ref/Tight\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[Notebook[{Cell["TUG/ref/Tight"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Tight.html"]\ +, StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$212826], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> "TUG/ref/Tight" <> + ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "24551985-c44a-487f-9d1e-ed205181e1b5"] + "d4754765-19f1-4796-bf0c-0cf23d48ecfe"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0d42d2f1-caf7-4844-9237-ea5ca872aaa1"]} + "b33cb9df-e5eb-43e9-8a64-5be3c508c2d8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"277308b3-e65c-4f0f-9cfd-415f98606b1c"], + CellID->1,ExpressionUUID->"7e345cdb-1e7c-4532-832b-221a3e5df720"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"167ea82b-1b99-46d5-91fb-b214e237ac77"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c3c5aa63-2d7a-4e82-9861-8eb533e1901f"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Tight", "ObjectName",ExpressionUUID-> - "be268127-eceb-4c74-a9b8-d714498fdfa0"], + "92c594c8-bc85-4d70-9d63-a2934723993d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"7558e7dd-f901-4df0-be97-26ed7a62898d"], + "Spacer1"]],ExpressionUUID->"92fd5e12-bd5c-4716-bfd0-c266c7a18326"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d2d716aa-9ab2-49b2-92e2-a17827193a4b"] - }],ExpressionUUID->"ba05a28a-8c40-4914-9e25-d239b4bba232"], Cell[BoxData[ + "9ca3663d-5f3c-4ed3-b44e-93851789e36d"] + }],ExpressionUUID->"ea75234f-8b79-4a7d-a31a-18e5b76a9402"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2d1b5d50-1647-4d70-a6a3-1dd1a15d581d"]} + "4ac796cc-77f5-44e5-9b9c-a5fcc8c86a44"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"f1d5fbd0-5802-426c-a7ed-96b196d0809b"], + CacheGraphics->False,ExpressionUUID->"d8395068-b647-4daf-a8cb-3d19144528b4"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option for some package functions to implement \ full rank condition to overcome numerical round-off issues of checking \ balancedness of an pre-imputation. " - }],ExpressionUUID->"71a8b228-533a-4b32-841f-5fe98fcc0852"]} + }],ExpressionUUID->"deb59bd5-9bc7-44f9-9b5b-18cd6e8802bf"]} }]], "Usage", CellID->1745382832,ExpressionUUID->"be4e8c5a-cac2-46c2-b506-161aff8b57c1"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ee36ac47-1341-413c-b131-4c8a808e92fd"], + ExpressionUUID->"7f476923-f55e-4bbe-b243-8b0825e299ac"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e4e5081b-d190-41de-beb8-5dddcc2b0362"], + "Spacer1"]],ExpressionUUID->"79763075-8f6e-4ae5-aa99-8f2b6b41a0e3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d475de02-7f8e-47f3-80a6-6eb5309c4620"], + }], "NotesFrameText",ExpressionUUID->"62c7977b-39b3-4978-ac1a-e29d252075c5"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2dc7ae39-2a53-41e5-b96d-676a41ab5c49"]], \ + "Preemptive"]],ExpressionUUID->"4faa4115-3615-4888-a1d9-b0039a99b4e1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1552943133,ExpressionUUID->"02c563da-5ab5-4764-aa7f-ae7d7d2e90cb"], + CellID->1051942659,ExpressionUUID->"8fe21004-1b4b-4b3c-8bbe-a09816ddb015"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -347,19 +351,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f37015c6-22b0-4eb3-ac4b-a7940fa06a01"], + ExpressionUUID->"82add4e1-1afd-4474-bab5-9cf12ce690ee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e02d8175-af67-48c5-a711-d282ef5b1258"], + "Spacer1"]],ExpressionUUID->"bb2eb236-138d-42de-9ef9-e62e1c27e97c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6dc0246d-34a9-4a11-a649-590fadd0e1b9"] + "d66e3f56-d4c1-40d8-8217-79fa47012272"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1605652497,ExpressionUUID->"2d2f2c16-d3b5-4890-b56d-f155d2a715fc"], + CellID->274155349,ExpressionUUID->"41270d9f-5f2e-40d8-8c64-63149991d6cd"], Cell[CellGroupData[{ @@ -388,18 +392,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5edc8682-974b-45c7-a8bd-f2d4cad9d828"], + ExpressionUUID->"3db438f2-60df-481e-a050-3e99217828ec"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2fc3b389-148a-4913-91a5-c3ba93d9e479"], + "Spacer1"]],ExpressionUUID->"35082a0a-762f-419d-bd3d-7a3ff365fdb6"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "44d4e83c-cb8b-4d7b-b91e-c1503420869e"] + "284c7421-8289-4347-939d-c1e7f0d95c15"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1310179254,ExpressionUUID->"f8dbd518-8b0e-4fb6-b556-831bbbb3fd4b"], + CellID->1831751861,ExpressionUUID->"7155d811-993c-40c3-b685-ebc136a25125"], Cell["Loading the package:", "ExampleText", CellID->1058881652,ExpressionUUID->"5f513e0e-7dbd-4396-958c-7265bf1041e0"], @@ -606,8 +610,6 @@ higher numerical reliability.\ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -755,15 +757,15 @@ Cell[BoxData[GridBox[{ "1cd8b3e6-cfc3-449d-bb29-a9520f743145"] }], "SeeAlso",ExpressionUUID->"68ac9130-54ae-4608-ad56-77700ab42079"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"dca0691b-229f-4537-a921-\ -93f31f236640"], + }]], "SeeAlsoSection",ExpressionUUID->"5acbb62c-51ef-47b4-9712-\ +87796ef340a2"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -775,9 +777,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7dfd155a-582c-4c48-8be2-4de2852db691"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"adb90c97-ea3a-4edb-b8eb-\ -f349a3034932"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"97491fd6-cf2a-4bb2-964e-\ +bb970967f7f7"], Cell[BoxData[GridBox[{ { @@ -794,7 +795,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1d4b2f7d-863a-43bf-a1a7-c27a31e4d868"]}]}, + "bba78394-765b-4198-a97b-2011b6998e7d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -802,10 +803,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "3346962c-57c7-4856-80f8-452cfa809e97"]}]} + "2a1d9be1-ca77-4cef-9352-4898d9f91f40"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"cb9b35c7-b4c5-42c3-8bd1-\ -304422e70c13"], + }]], "MoreAboutSection",ExpressionUUID->"3c5ec626-d62f-4264-9e46-\ +c302ea28b513"], Cell[BoxData[GridBox[{ { @@ -832,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6aecebfd-2dda-42a6-aac8-70c76daef0e3"]], "RelatedLinks", + "cae06f92-a21d-4a9f-8f89-eb4aeb7c1bb5"]], "RelatedLinks", ExpressionUUID->"d3f7a901-1302-495b-984f-e80a41e20a86"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -849,7 +850,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "83a900fa-0ff5-47d4-aa5d-bb844e4653c5"]], "RelatedLinks", + "12aac765-23d4-41db-bf11-90979f9fff92"]], "RelatedLinks", ExpressionUUID->"98c04ba8-ea5d-42b4-9788-117b43ff951b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -866,7 +867,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedSelectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cb45f52b-3c83-495b-b532-5b6946eaab24"]], "RelatedLinks", + "50a8ff2b-ac6f-4176-a404-009f2e976290"]], "RelatedLinks", ExpressionUUID->"d01d02e0-70ea-4d0d-97c2-6cec6266f791"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -883,7 +884,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5f0bf475-4291-48ce-a1e8-6b346c0ae337"]], "RelatedLinks", + "f15d12cd-3f1c-4112-92c6-2432a380402d"]], "RelatedLinks", ExpressionUUID->"1e9733ab-776d-4e38-b461-a50ee1d53981"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -901,7 +902,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9a531c41-fe50-4506-b99b-becc4153a389"]], "RelatedLinks", + "ca06c7ad-9523-4e22-bc45-d32a3a1d5074"]], "RelatedLinks", ExpressionUUID->"08a37407-d1e8-4d83-89f2-27614f2d995a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -918,11 +919,10 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "82f43d61-9779-40bb-b41f-5669439b065d"]], "RelatedLinks", + "7965f63d-5b97-4415-8263-9fc6cba9a2eb"]], "RelatedLinks", ExpressionUUID->"d83d781e-ffeb-46ab-9c99-e2b6da5de3a9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ab04987c-201d-4aaa-9e70-\ -78527901318e"], + }]], "RelatedLinksSection",ExpressionUUID->"0c432b48-eb2d-42cc-9927-da81db1a7e21"], Cell[CellGroupData[{ @@ -952,11 +952,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"18f37ab1-3276-43bc-a3bb-2aaec4f52194"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"dcf8c36e-9ec1-41c7-92fb-1330ff7c2b42"] +Cell[" ", "FooterCell",ExpressionUUID->"f6b7e624-95cf-4c3e-ba82-74c2fe4eea2a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Tight", TaggingRules->{ @@ -967,7 +967,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 37.357892}", + "built" -> "{2024, 6, 3, 16, 56, 0.811776}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -975,10 +975,10 @@ TaggingRules->{ "Tight is an option for some package functions to implement full rank \ condition to overcome numerical round-off issues of checking balancedness of \ an pre-imputation. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Tight", - "titlemodifier" -> "", "windowtitle" -> "Tight", "type" -> "Symbol", - "uri" -> "TUG/ref/Tight"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> "Tight", + "type" -> "Symbol", "uri" -> "TUG/ref/Tight"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -987,9 +987,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"553a5ad2-bc5c-49c7-b014-e8e598574b7d" +ExpressionUUID->"db89276b-33bc-4295-b5c8-f5ea1db926c6" ] (* End of Notebook Content *) @@ -997,137 +997,135 @@ ExpressionUUID->"553a5ad2-bc5c-49c7-b014-e8e598574b7d" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12587, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d2f2c16-d3b5-4890-b56d-f155d2a715fc", + Cell[12627, 328, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"41270d9f-5f2e-40d8-8c64-63149991d6cd", CellTags->"PrimaryExamplesSection", - CellID->1605652497]} + CellID->274155349]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36902, 998} + {"PrimaryExamplesSection", 36922, 998} } *) (*NotebookFileOutline Notebook[{ -Cell[577, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"277308b3-e65c-4f0f-9cfd-415f98606b1c", +Cell[577, 21, 7155, 172, 57, "AnchorBarGrid",ExpressionUUID->"7e345cdb-1e7c-4532-832b-221a3e5df720", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"167ea82b-1b99-46d5-91fb-b214e237ac77"], +Cell[7735, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c3c5aa63-2d7a-4e82-9861-8eb533e1901f"], Cell[CellGroupData[{ -Cell[7806, 195, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"f1d5fbd0-5802-426c-a7ed-96b196d0809b"], -Cell[9088, 232, 536, 10, 132, "Usage",ExpressionUUID->"be4e8c5a-cac2-46c2-b506-161aff8b57c1", +Cell[7846, 199, 1279, 35, 59, "ObjectNameGrid",ExpressionUUID->"d8395068-b647-4daf-a8cb-3d19144528b4"], +Cell[9128, 236, 536, 10, 131, "Usage",ExpressionUUID->"be4e8c5a-cac2-46c2-b506-161aff8b57c1", CellID->1745382832] }, Open ]], Cell[CellGroupData[{ -Cell[9661, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"02c563da-5ab5-4764-aa7f-ae7d7d2e90cb", +Cell[9701, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"8fe21004-1b4b-4b3c-8bbe-a09816ddb015", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1552943133], -Cell[11559, 296, 489, 12, 37, "Notes",ExpressionUUID->"bec0cc94-7f76-4128-ba96-b58e895e2e5a", + CellID->1051942659], +Cell[11599, 300, 489, 12, 38, "Notes",ExpressionUUID->"bec0cc94-7f76-4128-ba96-b58e895e2e5a", CellID->177724765], -Cell[12051, 310, 145, 1, 36, "Notes",ExpressionUUID->"5cda04ed-a3a8-4dee-859f-48488cbc50be", +Cell[12091, 314, 145, 1, 36, "Notes",ExpressionUUID->"5cda04ed-a3a8-4dee-859f-48488cbc50be", CellID->358334548], -Cell[12199, 313, 261, 5, 57, "Notes",ExpressionUUID->"06e59a16-c2ea-458d-ae64-6aa9e29bf438", +Cell[12239, 317, 261, 5, 57, "Notes",ExpressionUUID->"06e59a16-c2ea-458d-ae64-6aa9e29bf438", CellID->312897903] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12587, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2d2f2c16-d3b5-4890-b56d-f155d2a715fc", +Cell[12627, 328, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"41270d9f-5f2e-40d8-8c64-63149991d6cd", CellTags->"PrimaryExamplesSection", - CellID->1605652497], + CellID->274155349], Cell[CellGroupData[{ -Cell[14033, 365, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f8dbd518-8b0e-4fb6-b556-831bbbb3fd4b", - CellID->1310179254], -Cell[15435, 403, 119, 1, 38, "ExampleText",ExpressionUUID->"5f513e0e-7dbd-4396-958c-7265bf1041e0", +Cell[14072, 369, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7155d811-993c-40c3-b685-ebc136a25125", + CellID->1831751861], +Cell[15474, 407, 119, 1, 39, "ExampleText",ExpressionUUID->"5f513e0e-7dbd-4396-958c-7265bf1041e0", CellID->1058881652], Cell[CellGroupData[{ -Cell[15579, 408, 168, 3, 27, "Input",ExpressionUUID->"665782fa-4b07-44cf-9500-4f2745bd99c2", +Cell[15618, 412, 168, 3, 27, "Input",ExpressionUUID->"665782fa-4b07-44cf-9500-4f2745bd99c2", CellID->2011320696], Cell[CellGroupData[{ -Cell[15772, 415, 236, 4, 23, "Print",ExpressionUUID->"0c34d7a4-a697-4b1f-bec6-c638e85c7f59", +Cell[15811, 419, 236, 4, 23, "Print",ExpressionUUID->"0c34d7a4-a697-4b1f-bec6-c638e85c7f59", CellID->1184951890], -Cell[16011, 421, 365, 8, 23, "Print",ExpressionUUID->"7e901b8a-bb02-45ec-9770-f1d6257af0a7", +Cell[16050, 425, 365, 8, 23, "Print",ExpressionUUID->"7e901b8a-bb02-45ec-9770-f1d6257af0a7", CellID->1059304468], -Cell[16379, 431, 235, 4, 23, "Print",ExpressionUUID->"d8b2f2e2-e17b-40cd-a51f-147c8e78a55b", +Cell[16418, 435, 235, 4, 23, "Print",ExpressionUUID->"d8b2f2e2-e17b-40cd-a51f-147c8e78a55b", CellID->850342213], -Cell[16617, 437, 219, 3, 23, "Print",ExpressionUUID->"b1acba4e-7818-48d4-9b65-48b217af72a7", +Cell[16656, 441, 219, 3, 23, "Print",ExpressionUUID->"b1acba4e-7818-48d4-9b65-48b217af72a7", CellID->588845062], -Cell[16839, 442, 207, 3, 23, "Print",ExpressionUUID->"52eab69f-7abf-4576-aa2b-b58932f66278", +Cell[16878, 446, 207, 3, 23, "Print",ExpressionUUID->"52eab69f-7abf-4576-aa2b-b58932f66278", CellID->1938616163], -Cell[17049, 447, 236, 4, 23, "Print",ExpressionUUID->"757204d8-2908-4115-aa7b-e5fc46ccc093", +Cell[17088, 451, 236, 4, 23, "Print",ExpressionUUID->"757204d8-2908-4115-aa7b-e5fc46ccc093", CellID->275654632], -Cell[17288, 453, 219, 3, 23, "Print",ExpressionUUID->"695dac50-33b7-4635-ab0b-4dfc1b372f12", +Cell[17327, 457, 219, 3, 23, "Print",ExpressionUUID->"695dac50-33b7-4635-ab0b-4dfc1b372f12", CellID->904972384], -Cell[17510, 458, 235, 4, 23, "Print",ExpressionUUID->"be9e2320-b4ed-4d37-ae79-bb0bd8012c4b", +Cell[17549, 462, 235, 4, 23, "Print",ExpressionUUID->"be9e2320-b4ed-4d37-ae79-bb0bd8012c4b", CellID->117742977], -Cell[17748, 464, 236, 4, 23, "Print",ExpressionUUID->"112536e1-f954-4162-9352-d683d1f0a1d1", +Cell[17787, 468, 236, 4, 23, "Print",ExpressionUUID->"112536e1-f954-4162-9352-d683d1f0a1d1", CellID->1984801917], -Cell[17987, 470, 207, 3, 23, "Print",ExpressionUUID->"4024e216-1a91-4c51-b0ae-d1db8270f3dc", +Cell[18026, 474, 207, 3, 23, "Print",ExpressionUUID->"4024e216-1a91-4c51-b0ae-d1db8270f3dc", CellID->1983377394], -Cell[18197, 475, 235, 4, 23, "Print",ExpressionUUID->"c3cbd761-d312-484e-a2e0-917c0053ec9d", +Cell[18236, 479, 235, 4, 23, "Print",ExpressionUUID->"c3cbd761-d312-484e-a2e0-917c0053ec9d", CellID->550059369] }, Open ]] }, Open ]], -Cell[18459, 483, 136, 1, 38, "ExampleText",ExpressionUUID->"e2e156b9-598b-49fa-a9ab-96bd7a6b7682", +Cell[18498, 487, 136, 1, 39, "ExampleText",ExpressionUUID->"e2e156b9-598b-49fa-a9ab-96bd7a6b7682", CellID->144208042], -Cell[18598, 486, 234, 6, 70, "Input",ExpressionUUID->"abe20c02-7aca-4906-82d6-50b62aede561", +Cell[18637, 490, 234, 6, 70, "Input",ExpressionUUID->"abe20c02-7aca-4906-82d6-50b62aede561", CellID->652481478], -Cell[18835, 494, 381, 9, 70, "Input",ExpressionUUID->"464522c5-b9b4-44b9-bb22-25f9c468d920", +Cell[18874, 498, 381, 9, 70, "Input",ExpressionUUID->"464522c5-b9b4-44b9-bb22-25f9c468d920", CellID->2063981743], -Cell[19219, 505, 238, 6, 70, "Input",ExpressionUUID->"fd8cd196-454e-4299-b582-51cb57d384db", +Cell[19258, 509, 238, 6, 70, "Input",ExpressionUUID->"fd8cd196-454e-4299-b582-51cb57d384db", CellID->1923245923], -Cell[19460, 513, 227, 4, 70, "ExampleText",ExpressionUUID->"1cf9b900-2e45-4ad8-a2f5-f9b9b21dd896", +Cell[19499, 517, 227, 4, 70, "ExampleText",ExpressionUUID->"1cf9b900-2e45-4ad8-a2f5-f9b9b21dd896", CellID->1465434828], Cell[CellGroupData[{ -Cell[19712, 521, 193, 4, 70, "Input",ExpressionUUID->"3b6ea929-356b-4231-96f2-55d0ac172615", +Cell[19751, 525, 193, 4, 70, "Input",ExpressionUUID->"3b6ea929-356b-4231-96f2-55d0ac172615", CellID->511310094], -Cell[19908, 527, 313, 9, 51, "Output",ExpressionUUID->"0801d76f-cce4-47da-b79d-22cf5758afb3", +Cell[19947, 531, 313, 9, 50, "Output",ExpressionUUID->"0801d76f-cce4-47da-b79d-22cf5758afb3", CellID->335961721] }, Open ]], -Cell[20236, 539, 169, 3, 70, "ExampleText",ExpressionUUID->"026513eb-eb6d-4cd7-81ac-5d408afddc51", +Cell[20275, 543, 169, 3, 70, "ExampleText",ExpressionUUID->"026513eb-eb6d-4cd7-81ac-5d408afddc51", CellID->2131701349], Cell[CellGroupData[{ -Cell[20430, 546, 251, 5, 70, "Input",ExpressionUUID->"b2aab267-3646-4ec2-a6e9-b7224f4d26e0", +Cell[20469, 550, 251, 5, 70, "Input",ExpressionUUID->"b2aab267-3646-4ec2-a6e9-b7224f4d26e0", CellID->170096077], -Cell[20684, 553, 158, 3, 36, "Output",ExpressionUUID->"125b8b4f-7e05-4bbc-b008-717f39832644", +Cell[20723, 557, 158, 3, 36, "Output",ExpressionUUID->"125b8b4f-7e05-4bbc-b008-717f39832644", CellID->869962091] }, Open ]], -Cell[20857, 559, 273, 5, 70, "ExampleText",ExpressionUUID->"98d13e1d-a33a-4ede-8b5a-d8bd35bbc23b", +Cell[20896, 563, 273, 5, 70, "ExampleText",ExpressionUUID->"98d13e1d-a33a-4ede-8b5a-d8bd35bbc23b", CellID->1720486938], Cell[CellGroupData[{ -Cell[21155, 568, 199, 4, 70, "Input",ExpressionUUID->"2ede914d-7828-451e-bd74-dcb049e3c39f", +Cell[21194, 572, 199, 4, 70, "Input",ExpressionUUID->"2ede914d-7828-451e-bd74-dcb049e3c39f", CellID->342295405], -Cell[21357, 574, 168, 3, 36, "Output",ExpressionUUID->"baefbc54-a1bd-487e-b918-c943f45e500b", +Cell[21396, 578, 168, 3, 36, "Output",ExpressionUUID->"baefbc54-a1bd-487e-b918-c943f45e500b", CellID->2115844302] }, Open ]], -Cell[21540, 580, 112, 1, 70, "ExampleText",ExpressionUUID->"aae4c84b-53ac-4678-970c-21001efd4a9e", +Cell[21579, 584, 112, 1, 70, "ExampleText",ExpressionUUID->"aae4c84b-53ac-4678-970c-21001efd4a9e", CellID->483532688], Cell[CellGroupData[{ -Cell[21677, 585, 200, 4, 70, "Input",ExpressionUUID->"a830bc29-5f95-413e-918e-1ba250c139c8", +Cell[21716, 589, 200, 4, 70, "Input",ExpressionUUID->"a830bc29-5f95-413e-918e-1ba250c139c8", CellID->536885027], -Cell[21880, 591, 129, 2, 36, "Output",ExpressionUUID->"7708145d-c330-4ae3-83e3-e9f625cf4ec3", +Cell[21919, 595, 129, 2, 36, "Output",ExpressionUUID->"7708145d-c330-4ae3-83e3-e9f625cf4ec3", CellID->849175100] }, Open ]], -Cell[22024, 596, 212, 4, 70, "ExampleText",ExpressionUUID->"09a390b6-c3f0-47d7-ace8-b8e671ff9e01", +Cell[22063, 600, 212, 4, 70, "ExampleText",ExpressionUUID->"09a390b6-c3f0-47d7-ace8-b8e671ff9e01", CellID->1125583889] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22505, 612, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"5acbb62c-51ef-47b4-9712-87796ef340a2"], +Cell[28023, 762, 670, 18, 70, "TechNotesSection",ExpressionUUID->"97491fd6-cf2a-4bb2-964e-bb970967f7f7"], +Cell[28696, 782, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3c5ec626-d62f-4264-9e46-c302ea28b513"], +Cell[29732, 810, 4180, 114, 70, "RelatedLinksSection",ExpressionUUID->"0c432b48-eb2d-42cc-9927-da81db1a7e21"], Cell[CellGroupData[{ -Cell[22488, 610, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"dca0691b-229f-4537-a921-93f31f236640"], -Cell[28006, 760, 670, 18, 70, "TechNotesSection",ExpressionUUID->"adb90c97-ea3a-4edb-b8eb-f349a3034932"] -}, Open ]], -Cell[28691, 781, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"cb9b35c7-b4c5-42c3-8bd1-304422e70c13"], -Cell[29727, 809, 4182, 115, 70, "RelatedLinksSection",ExpressionUUID->"ab04987c-201d-4aaa-9e70-78527901318e"], -Cell[CellGroupData[{ -Cell[33934, 928, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd8fbefe-21bc-4f11-9039-4e6ebcf07cff", +Cell[33937, 928, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fd8fbefe-21bc-4f11-9039-4e6ebcf07cff", CellID->778415021], -Cell[34074, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5d21cbbf-1275-4ce1-b5cc-44d1f4b43204", +Cell[34077, 931, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5d21cbbf-1275-4ce1-b5cc-44d1f4b43204", CellID->1194386356], -Cell[34296, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efc7ed36-18ad-4a51-b545-93959a868215", +Cell[34299, 937, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"efc7ed36-18ad-4a51-b545-93959a868215", CellID->1641706272], -Cell[34511, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d4bf982-d152-4ae0-b26f-dc6fc60b956b", +Cell[34514, 942, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"9d4bf982-d152-4ae0-b26f-dc6fc60b956b", CellID->399251956], -Cell[34740, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18f37ab1-3276-43bc-a3bb-2aaec4f52194", +Cell[34743, 948, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"18f37ab1-3276-43bc-a3bb-2aaec4f52194", CellID->821434655] }, Open ]], -Cell[34977, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"dcf8c36e-9ec1-41c7-92fb-1330ff7c2b42"] +Cell[34980, 954, 78, 0, 70, "FooterCell",ExpressionUUID->"f6b7e624-95cf-4c3e-ba82-74c2fe4eea2a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Transfer.nb b/Documentation/English/ReferencePages/Symbols/Transfer.nb index a92a794..911a643 100644 --- a/Documentation/English/ReferencePages/Symbols/Transfer.nb +++ b/Documentation/English/ReferencePages/Symbols/Transfer.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44514, 1148] -NotebookOptionsPosition[ 36134, 983] -NotebookOutlinePosition[ 38335, 1038] -CellTagsIndexPosition[ 38249, 1033] +NotebookDataLength[ 44522, 1148] +NotebookOptionsPosition[ 36156, 985] +NotebookOutlinePosition[ 38375, 1040] +CellTagsIndexPosition[ 38289, 1035] WindowTitle->Transfer WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "7f667beb-0395-4688-9f83-5d6a50c5a6a2"], + "204a7b98-d6ed-42f4-bac5-5f0aae059c35"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "daa98794-1f1a-4701-94b9-4f1528b041d8"], + "b0756438-8489-439a-80e5-fa61f3a21903"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "06e2b5e6-d132-48a8-997d-1834c2fe50c5"] - }],ExpressionUUID->"13198d4b-11b4-47e3-aa8a-6ef392f097f5"], - StripOnInput->False], {"\<\"PreKernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "9c7d6706-5227-4b5e-bc22-3cbd8537329b"] + }],ExpressionUUID->"fff9f2a0-0f68-48fa-98a6-85da25f1831b"], + StripOnInput->False],{ + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60f3cc31-2f35-449e-a14f-ad547a355f25"], + "df58c343-5414-4def-8b93-a84b684939b3"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b1011c8d-c5ad-47a5-b34e-4e05654e9400"] - }],ExpressionUUID->"f0cccb9a-2141-4ddb-980b-cda36bf1d38c"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5cd27ab1-6373-4a5d-9e5f-ad564c017a18"] + }],ExpressionUUID->"cc0ed161-3879-4d03-b96f-2bd4dac9ce23"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d6e6aa4a-5502-44c2-9b7c-fa57c78c4924"], + "2f296e2a-ee01-4646-8e5f-4eb238053856"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d724f4b4-35c2-4a82-9817-1cab79786bb7"] - }],ExpressionUUID->"ad59eb30-9c53-46d0-ac90-f371d690403c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e80b303d-f45f-4782-a697-ba911b0ac918"] + }],ExpressionUUID->"eaaeeb19-e642-4d15-b256-2ef144ce20ef"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f0983cef-935b-4ead-b8ac-3925fea42452"], + "1856cf6f-ff03-4763-8abb-6be975b4d30c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1b00c1a3-0dc7-4330-a24b-c506e26006d2"] - }],ExpressionUUID->"47c65c69-35f2-4178-9393-b52a27e11165"], - StripOnInput->False], {"\<\"TUG/ref/Transfer\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Transfer"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Transfer.\ + "0eef6896-60af-4cd1-99b4-472cbc16f9c3"] + }],ExpressionUUID->"6d48c5c3-41a7-4c44-95f2-832cef99b8ed"], + StripOnInput->False],{ + "\"TUG/ref/Transfer\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Transfer"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Transfer.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$198998], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Transfer" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$214628], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Transfer" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1d8a3715-6bd2-467b-b0b2-30543ea91b9c"] + "09fc6c1d-ce65-445a-a4a8-77e7ca4fae0c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "fc9980df-67e8-49bb-b107-4a3cf3c42b80"]} + "d3bd4447-d583-49f5-8f5e-e3a4fa2531a6"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a2c5a58c-85d9-4903-90df-4094dd415890"], + CellID->1,ExpressionUUID->"ac164569-05b6-4e11-824e-6ae461f5d918"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"13bb12ba-73ea-421d-97ef-efb8d74d6916"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"82aa2c55-1775-4db1-a694-be19cdb7a657"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Transfer", "ObjectName",ExpressionUUID-> - "f78780e6-5106-4c2d-832f-5fbd3e901425"], + "f522f586-d45e-45bc-b3ae-aaf79364abdf"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1d8411e7-763a-487f-a8fa-204da9eed2aa"], + "Spacer1"]],ExpressionUUID->"3f1bf368-73b0-4c1d-9b8e-d7d918ff36ec"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "8611032e-f0cd-4816-bda3-347f8e7d6b70"] - }],ExpressionUUID->"fd3114c4-06d2-402d-b65a-987aa2356cc4"], Cell[BoxData[ + "e42f80f1-7c36-4d60-9d1c-fe6927ff0622"] + }],ExpressionUUID->"3c17f612-67e1-49e4-909c-fb1756597111"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "80bb5a8d-9000-4a52-b6b2-7748a155f4a9"]} + "e07b8208-d5a3-4000-a587-ac9dada84809"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d9a71489-ac51-4a40-9f29-935e2bb0c82e"], + CacheGraphics->False,ExpressionUUID->"c180ce6d-5e74-4555-a75d-6bfa4eab5da7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -256,7 +261,7 @@ payoff. This function computes the endpoint of the imputation in the ", FontFamily->"Source Sans Pro",ExpressionUUID-> "28fe02d2-2b36-4f25-8157-3a21538c7737"], "." - }],ExpressionUUID->"fae66370-21ab-47f2-abc9-d2db221cda62"]} + }],ExpressionUUID->"5feab44a-0a7f-45af-8713-26206036a6ba"]} }]], "Usage", CellID->951587984,ExpressionUUID->"a36ed477-d571-41ac-bc4c-3b43574bb5e7"] }, Open ]], @@ -289,12 +294,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fbcb261d-b434-4b04-a081-74104131120a"], + ExpressionUUID->"17d6703c-89b4-4934-be8a-cd0e6c726f32"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"306d78ea-cd9f-4d72-bf49-f36a1a72f390"], + "Spacer1"]],ExpressionUUID->"110620d7-e3bc-4ccd-a29f-8c034fbe8129"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"50366905-57d7-451a-8357-6f962ce326c2"], + }], "NotesFrameText",ExpressionUUID->"de1b3b48-1eb5-479a-9b90-22557961c9bb"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -305,12 +310,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b2a463b9-28a4-41e3-8ceb-d811aab22d4a"]], \ + "Preemptive"]],ExpressionUUID->"5cbda794-2f7e-4cdf-91b7-bef34f9a069b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1168428913,ExpressionUUID->"4253db53-7cd9-4696-a334-7335add22326"], + CellID->1209509180,ExpressionUUID->"5881055a-c73e-4ca5-aefc-4734804ba5ce"], Cell[TextData[{ "The input expression ", @@ -445,19 +450,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dc4f4bad-7b1d-4f09-9c61-59dfad45f9ec"], + ExpressionUUID->"8a3373c1-c78a-4d1f-92b9-4b7bb9e361f8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a3215b9f-3ace-4f0b-9487-118e830dd293"], + "Spacer1"]],ExpressionUUID->"ffe30742-89a8-48ae-9511-8f8cc3b32d58"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "11745983-2544-4af0-a071-89011480b702"] + "441be8b4-e5d0-40aa-ab8a-91b5af897af6"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->781587692,ExpressionUUID->"2525dac5-9a13-4e57-a259-67e5a0cd1c18"], + CellID->2094432626,ExpressionUUID->"e6d852fd-f69d-4b7e-9de4-1966f5c96064"], Cell[CellGroupData[{ @@ -486,18 +491,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"17cc34e7-e10f-44ad-877f-45685d3bb56b"], + ExpressionUUID->"16f65dc4-d960-48e8-a971-7d7755e2b9ad"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"82abdfbf-ac74-4506-a8e6-272a3ae62556"], + "Spacer1"]],ExpressionUUID->"0b3cab78-f954-4348-8766-201bd428d107"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4d7c1a4e-239e-424c-80ce-bc42f59c3d77"] + "3aa62161-9d9a-4bb5-a14b-ee0cde4f9b32"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->648595566,ExpressionUUID->"e943e2db-171f-428c-a4ba-ef9abd8f0d44"], + CellID->707210042,ExpressionUUID->"8c0eb7d2-31c8-4c07-9f89-49a0355f7c42"], Cell["Loading the package:", "ExampleText", CellID->1766545817,ExpressionUUID->"444bc1c5-84af-49a8-99e4-2f702a817865"], @@ -685,8 +690,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -834,15 +837,15 @@ Cell[BoxData[GridBox[{ "9e025948-f23f-4ed6-a302-3999a7415881"] }], "SeeAlso",ExpressionUUID->"cc150811-92bd-41e9-b5be-ff1fc8101223"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b015bb4a-ff31-4319-a8ac-\ -23ffac6e6bb8"], + }]], "SeeAlsoSection",ExpressionUUID->"6c9b6ec0-94c5-43df-bf99-\ +aeff867d74ef"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -854,9 +857,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"dbbf2b4a-3f7c-49cc-b47c-049a00271f5b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"8ae5f8a4-2ee7-439a-850c-\ -9e98b53f06df"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"61d40e9c-3734-4fa8-ab2e-\ +d6fefca1c186"], Cell[BoxData[GridBox[{ { @@ -873,7 +875,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "008aa569-9e81-4c61-9e0e-50ff2d7cf13e"]}]}, + "21183a5d-6a0a-44d5-86fb-a92b7244e99d"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -881,10 +883,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "95ac3d5d-3fda-4e76-9285-c6159c768fb0"]}]} + "f4daef6f-115a-4926-a1e6-ebd152924ce8"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"1fbf06ef-2e84-4ccc-9da5-\ -d1fe89362c51"], + }]], "MoreAboutSection",ExpressionUUID->"eac5afaf-b89e-4262-9a9e-\ +b4714aaf5a0f"], Cell[BoxData[GridBox[{ { @@ -911,7 +913,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/DeltaLP"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c918b041-6f44-425e-b5d7-ee092087371b"]], "RelatedLinks", + "30578b94-4c2a-4fe2-9fda-6fb46d23b092"]], "RelatedLinks", ExpressionUUID->"7b5df8d7-0dca-4fae-a79f-20d68db74ca0"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -928,7 +930,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/KernelCalculation"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e49ab256-c72f-4950-a4ef-e86e5da03fca"]], "RelatedLinks", + "1ad3a833-8f10-4ed6-adfc-f65b97b212de"]], "RelatedLinks", ExpressionUUID->"453bedae-9f54-4482-a763-0d1089b07638"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -945,11 +947,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/LPtoMatrix"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c3948cac-9e6e-4b85-bb99-8235ac06de4b"]], "RelatedLinks", + "00743d07-2dfe-4f4a-b57b-5a49fb1d0179"]], "RelatedLinks", ExpressionUUID->"887d4920-f565-4903-b5c8-f5a5597e4bed"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"dede02c1-14f3-403c-b1f8-\ -4c3bd04aaf5b"], + }]], "RelatedLinksSection",ExpressionUUID->"8258a564-02a6-474e-8257-\ +ecc61b6afa0f"], Cell[CellGroupData[{ @@ -979,11 +981,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"951205e8-cab1-4e04-b5b8-402525069eb6"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b78d67b3-959e-4580-a79e-bacbe3be3eaa"] +Cell[" ", "FooterCell",ExpressionUUID->"e360c432-66b8-42fb-8782-6d633ad2ab17"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Transfer", TaggingRules->{ @@ -994,7 +996,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 41.869660}", + "built" -> "{2024, 6, 3, 16, 56, 2.965136}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1003,10 +1005,10 @@ TaggingRules->{ w.r.t. the payoff. This function computes the endpoint of the imputation in \ the ij-direction by transferring the amount trij from player i to player j.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Transfer", - "titlemodifier" -> "", "windowtitle" -> "Transfer", "type" -> "Symbol", - "uri" -> "TUG/ref/Transfer"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "Transfer", "type" -> "Symbol", "uri" -> "TUG/ref/Transfer"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1015,9 +1017,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"b9c16c34-0f69-453f-9c9a-88405d05c4c5" +ExpressionUUID->"704ca17e-c1b8-481c-b193-9cd320754e2c" ] (* End of Notebook Content *) @@ -1025,131 +1027,129 @@ ExpressionUUID->"b9c16c34-0f69-453f-9c9a-88405d05c4c5" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[16327, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2525dac5-9a13-4e57-a259-67e5a0cd1c18", + Cell[16382, 427, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6d852fd-f69d-4b7e-9de4-1966f5c96064", CellTags->"PrimaryExamplesSection", - CellID->781587692]} + CellID->2094432626]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38049, 1026} + {"PrimaryExamplesSection", 38088, 1028} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7108, 168, 56, "AnchorBarGrid",ExpressionUUID->"a2c5a58c-85d9-4903-90df-4094dd415890", +Cell[580, 21, 7163, 173, 57, "AnchorBarGrid",ExpressionUUID->"ac164569-05b6-4e11-824e-6ae461f5d918", CellID->1], -Cell[7691, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"13bb12ba-73ea-421d-97ef-efb8d74d6916"], +Cell[7746, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"82aa2c55-1775-4db1-a694-be19cdb7a657"], Cell[CellGroupData[{ -Cell[7802, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"d9a71489-ac51-4a40-9f29-935e2bb0c82e"], -Cell[9087, 232, 1265, 28, 133, "Usage",ExpressionUUID->"a36ed477-d571-41ac-bc4c-3b43574bb5e7", +Cell[7857, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"c180ce6d-5e74-4555-a75d-6bfa4eab5da7"], +Cell[9142, 237, 1265, 28, 132, "Usage",ExpressionUUID->"a36ed477-d571-41ac-bc4c-3b43574bb5e7", CellID->951587984] }, Open ]], Cell[CellGroupData[{ -Cell[10389, 265, 1895, 47, 37, "NotesSection",ExpressionUUID->"4253db53-7cd9-4696-a334-7335add22326", +Cell[10444, 270, 1895, 47, 37, "NotesSection",ExpressionUUID->"5881055a-c73e-4ca5-aefc-4734804ba5ce", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1168428913], -Cell[12287, 314, 1945, 47, 99, "Notes",ExpressionUUID->"7be74aed-87f2-4cc5-ac4d-3711ca4196ff", + CellID->1209509180], +Cell[12342, 319, 1945, 47, 99, "Notes",ExpressionUUID->"7be74aed-87f2-4cc5-ac4d-3711ca4196ff", CellID->416693602], -Cell[14235, 363, 489, 12, 37, "Notes",ExpressionUUID->"82050f66-0655-4421-a225-51f8395a0195", +Cell[14290, 368, 489, 12, 38, "Notes",ExpressionUUID->"82050f66-0655-4421-a225-51f8395a0195", CellID->177724765], -Cell[14727, 377, 506, 12, 57, "Notes",ExpressionUUID->"325697de-cd02-44ef-a523-477ad5a470f3", +Cell[14782, 382, 506, 12, 57, "Notes",ExpressionUUID->"325697de-cd02-44ef-a523-477ad5a470f3", CellID->1671394704], -Cell[15236, 391, 816, 22, 36, "Notes",ExpressionUUID->"a7a10af4-7b87-4d19-9cf3-14d09b80313a", +Cell[15291, 396, 816, 22, 36, "Notes",ExpressionUUID->"a7a10af4-7b87-4d19-9cf3-14d09b80313a", CellID->1451730625], -Cell[16055, 415, 145, 1, 36, "Notes",ExpressionUUID->"49cb1e69-e0c5-406e-825b-d8b26641a658", +Cell[16110, 420, 145, 1, 36, "Notes",ExpressionUUID->"49cb1e69-e0c5-406e-825b-d8b26641a658", CellID->358344179] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[16327, 422, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2525dac5-9a13-4e57-a259-67e5a0cd1c18", +Cell[16382, 427, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e6d852fd-f69d-4b7e-9de4-1966f5c96064", CellTags->"PrimaryExamplesSection", - CellID->781587692], + CellID->2094432626], Cell[CellGroupData[{ -Cell[17772, 463, 1398, 36, 30, "ExampleSection",ExpressionUUID->"e943e2db-171f-428c-a4ba-ef9abd8f0d44", - CellID->648595566], -Cell[19173, 501, 119, 1, 38, "ExampleText",ExpressionUUID->"444bc1c5-84af-49a8-99e4-2f702a817865", +Cell[17828, 468, 1398, 36, 30, "ExampleSection",ExpressionUUID->"8c0eb7d2-31c8-4c07-9f89-49a0355f7c42", + CellID->707210042], +Cell[19229, 506, 119, 1, 39, "ExampleText",ExpressionUUID->"444bc1c5-84af-49a8-99e4-2f702a817865", CellID->1766545817], Cell[CellGroupData[{ -Cell[19317, 506, 168, 3, 27, "Input",ExpressionUUID->"856d6a2c-48c2-4ce1-a7ce-7579723e9fa9", +Cell[19373, 511, 168, 3, 27, "Input",ExpressionUUID->"856d6a2c-48c2-4ce1-a7ce-7579723e9fa9", CellID->1870873639], Cell[CellGroupData[{ -Cell[19510, 513, 236, 4, 23, "Print",ExpressionUUID->"5e470a98-bb6b-4d0c-9aa5-72b618c26f37", +Cell[19566, 518, 236, 4, 23, "Print",ExpressionUUID->"5e470a98-bb6b-4d0c-9aa5-72b618c26f37", CellID->620587711], -Cell[19749, 519, 365, 8, 23, "Print",ExpressionUUID->"2a38a9af-20f5-4901-ada4-472b5e4e2b52", +Cell[19805, 524, 365, 8, 23, "Print",ExpressionUUID->"2a38a9af-20f5-4901-ada4-472b5e4e2b52", CellID->464369832], -Cell[20117, 529, 236, 4, 23, "Print",ExpressionUUID->"2f8ab29b-f11a-4401-aa4b-8424c559b8ee", +Cell[20173, 534, 236, 4, 23, "Print",ExpressionUUID->"2f8ab29b-f11a-4401-aa4b-8424c559b8ee", CellID->931571411], -Cell[20356, 535, 221, 3, 23, "Print",ExpressionUUID->"01a43b06-d4af-46cc-a655-4af4598ee267", +Cell[20412, 540, 221, 3, 23, "Print",ExpressionUUID->"01a43b06-d4af-46cc-a655-4af4598ee267", CellID->1551895860], -Cell[20580, 540, 208, 3, 23, "Print",ExpressionUUID->"2dd5da91-ca59-40ca-8cc6-83f31716684c", +Cell[20636, 545, 208, 3, 23, "Print",ExpressionUUID->"2dd5da91-ca59-40ca-8cc6-83f31716684c", CellID->1730684389], -Cell[20791, 545, 238, 4, 23, "Print",ExpressionUUID->"f7b0792b-fb5a-4b81-8360-b9686b748d16", +Cell[20847, 550, 238, 4, 23, "Print",ExpressionUUID->"f7b0792b-fb5a-4b81-8360-b9686b748d16", CellID->1022501935], -Cell[21032, 551, 221, 3, 70, "Print",ExpressionUUID->"64fd2bc7-e292-44b7-a887-de3ff9b97792", +Cell[21088, 556, 221, 3, 70, "Print",ExpressionUUID->"64fd2bc7-e292-44b7-a887-de3ff9b97792", CellID->2135736423], -Cell[21256, 556, 236, 4, 70, "Print",ExpressionUUID->"1a3f1457-1a12-474f-b08d-3eb55b3884cd", +Cell[21312, 561, 236, 4, 70, "Print",ExpressionUUID->"1a3f1457-1a12-474f-b08d-3eb55b3884cd", CellID->968380513], -Cell[21495, 562, 237, 4, 70, "Print",ExpressionUUID->"83b34a00-e73b-4c27-9799-4aa4d30cf18f", +Cell[21551, 567, 237, 4, 70, "Print",ExpressionUUID->"83b34a00-e73b-4c27-9799-4aa4d30cf18f", CellID->1844645519], -Cell[21735, 568, 208, 3, 70, "Print",ExpressionUUID->"09697de6-65ac-4ed6-9491-4d9cbfb8a828", +Cell[21791, 573, 208, 3, 70, "Print",ExpressionUUID->"09697de6-65ac-4ed6-9491-4d9cbfb8a828", CellID->1165688898], -Cell[21946, 573, 236, 4, 70, "Print",ExpressionUUID->"33b5f92c-00f6-4b97-9c82-315a967d5e1d", +Cell[22002, 578, 236, 4, 70, "Print",ExpressionUUID->"33b5f92c-00f6-4b97-9c82-315a967d5e1d", CellID->215159582] }, Open ]] }, Open ]], -Cell[22209, 581, 136, 1, 70, "ExampleText",ExpressionUUID->"25fc159c-31ef-4c91-b00b-7f7dcb202ba0", +Cell[22265, 586, 136, 1, 70, "ExampleText",ExpressionUUID->"25fc159c-31ef-4c91-b00b-7f7dcb202ba0", CellID->996483774], -Cell[22348, 584, 235, 6, 70, "Input",ExpressionUUID->"479beae2-18ce-4af3-b032-0cf117a02c5b", +Cell[22404, 589, 235, 6, 70, "Input",ExpressionUUID->"479beae2-18ce-4af3-b032-0cf117a02c5b", CellID->1579337848], -Cell[22586, 592, 380, 9, 70, "Input",ExpressionUUID->"c309cdf8-2b1c-49c5-8033-e57a0f3502b7", +Cell[22642, 597, 380, 9, 70, "Input",ExpressionUUID->"c309cdf8-2b1c-49c5-8033-e57a0f3502b7", CellID->699789772], -Cell[22969, 603, 238, 6, 70, "Input",ExpressionUUID->"0ac05091-2f53-409e-a8d5-a7ff89ded3f2", +Cell[23025, 608, 238, 6, 70, "Input",ExpressionUUID->"0ac05091-2f53-409e-a8d5-a7ff89ded3f2", CellID->1848622063], -Cell[23210, 611, 191, 4, 70, "ExampleText",ExpressionUUID->"cdf270db-712b-4481-8a01-3913c1b5bc47", +Cell[23266, 616, 191, 4, 70, "ExampleText",ExpressionUUID->"cdf270db-712b-4481-8a01-3913c1b5bc47", CellID->1912314286], Cell[CellGroupData[{ -Cell[23426, 619, 166, 3, 70, "Input",ExpressionUUID->"9f67ac34-8cc0-44d1-8299-3a99585d788c", +Cell[23482, 624, 166, 3, 70, "Input",ExpressionUUID->"9f67ac34-8cc0-44d1-8299-3a99585d788c", CellID->1386687033], -Cell[23595, 624, 173, 4, 36, "Output",ExpressionUUID->"b63d78dd-9471-46f4-9ce8-ab89afafffb2", +Cell[23651, 629, 173, 4, 36, "Output",ExpressionUUID->"b63d78dd-9471-46f4-9ce8-ab89afafffb2", CellID->942716273] }, Open ]], -Cell[23783, 631, 158, 2, 70, "ExampleText",ExpressionUUID->"5733bfc7-81e3-4968-a778-805ff3f46b4d", +Cell[23839, 636, 158, 2, 70, "ExampleText",ExpressionUUID->"5733bfc7-81e3-4968-a778-805ff3f46b4d", CellID->810875602], Cell[CellGroupData[{ -Cell[23966, 637, 195, 4, 70, "Input",ExpressionUUID->"a471e3ab-c6bf-42ce-8c8c-7cf14fa833f8", +Cell[24022, 642, 195, 4, 70, "Input",ExpressionUUID->"a471e3ab-c6bf-42ce-8c8c-7cf14fa833f8", CellID->1194119420], -Cell[24164, 643, 318, 9, 51, "Output",ExpressionUUID->"fac891ce-2b42-47ef-83f6-d2d58fc75e7d", +Cell[24220, 648, 318, 9, 50, "Output",ExpressionUUID->"fac891ce-2b42-47ef-83f6-d2d58fc75e7d", CellID->620123056] }, Open ]], -Cell[24497, 655, 226, 4, 70, "ExampleText",ExpressionUUID->"0b245afd-9677-43ef-9b2c-ef34fd0b74a1", +Cell[24553, 660, 226, 4, 70, "ExampleText",ExpressionUUID->"0b245afd-9677-43ef-9b2c-ef34fd0b74a1", CellID->1162635218], Cell[CellGroupData[{ -Cell[24748, 663, 215, 4, 70, "Input",ExpressionUUID->"dfa5278e-294f-4c65-a118-25684273df93", +Cell[24804, 668, 215, 4, 70, "Input",ExpressionUUID->"dfa5278e-294f-4c65-a118-25684273df93", CellID->1311018244], -Cell[24966, 669, 317, 9, 51, "Output",ExpressionUUID->"92f61f7c-a8be-435d-a48f-35e5af700642", +Cell[25022, 674, 317, 9, 50, "Output",ExpressionUUID->"92f61f7c-a8be-435d-a48f-35e5af700642", CellID->181682947] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25581, 692, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"6c9b6ec0-94c5-43df-bf99-aeff867d74ef"], +Cell[31081, 842, 670, 18, 70, "TechNotesSection",ExpressionUUID->"61d40e9c-3734-4fa8-ab2e-d6fefca1c186"], +Cell[31754, 862, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"eac5afaf-b89e-4262-9a9e-b4714aaf5a0f"], +Cell[32790, 890, 2215, 63, 70, "RelatedLinksSection",ExpressionUUID->"8258a564-02a6-474e-8257-ecc61b6afa0f"], Cell[CellGroupData[{ -Cell[25547, 689, 5497, 148, 70, "SeeAlsoSection",ExpressionUUID->"b015bb4a-ff31-4319-a8ac-23ffac6e6bb8"], -Cell[31047, 839, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8ae5f8a4-2ee7-439a-850c-9e98b53f06df"] -}, Open ]], -Cell[31732, 860, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1fbf06ef-2e84-4ccc-9da5-d1fe89362c51"], -Cell[32768, 888, 2215, 63, 70, "RelatedLinksSection",ExpressionUUID->"dede02c1-14f3-403c-b1f8-4c3bd04aaf5b"], -Cell[CellGroupData[{ -Cell[35008, 955, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2de100a1-11ed-464b-9e81-9495e29decdb", +Cell[35030, 957, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2de100a1-11ed-464b-9e81-9495e29decdb", CellID->1463358955], -Cell[35149, 958, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1d6d07df-37df-401e-9896-5fae2ad164b6", +Cell[35171, 960, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1d6d07df-37df-401e-9896-5fae2ad164b6", CellID->1194386356], -Cell[35371, 964, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"016932ce-2a75-4fcb-88ed-c7b7a1e840ba", +Cell[35393, 966, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"016932ce-2a75-4fcb-88ed-c7b7a1e840ba", CellID->1641706272], -Cell[35586, 969, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"da1f57df-1dae-4cad-8837-063fd0f0fddd", +Cell[35608, 971, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"da1f57df-1dae-4cad-8837-063fd0f0fddd", CellID->399251956], -Cell[35815, 975, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"951205e8-cab1-4e04-b5b8-402525069eb6", +Cell[35837, 977, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"951205e8-cab1-4e04-b5b8-402525069eb6", CellID->821434655] }, Open ]], -Cell[36052, 981, 78, 0, 70, "FooterCell",ExpressionUUID->"b78d67b3-959e-4580-a79e-bacbe3be3eaa"] +Cell[36074, 983, 78, 0, 70, "FooterCell",ExpressionUUID->"e360c432-66b8-42fb-8782-6d633ad2ab17"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/TransferConstraints.nb b/Documentation/English/ReferencePages/Symbols/TransferConstraints.nb index 7241b67..1985577 100644 --- a/Documentation/English/ReferencePages/Symbols/TransferConstraints.nb +++ b/Documentation/English/ReferencePages/Symbols/TransferConstraints.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46655, 1195] -NotebookOptionsPosition[ 38459, 1036] -NotebookOutlinePosition[ 40850, 1093] -CellTagsIndexPosition[ 40764, 1088] +NotebookDataLength[ 46667, 1196] +NotebookOptionsPosition[ 38485, 1038] +NotebookOutlinePosition[ 40897, 1096] +CellTagsIndexPosition[ 40811, 1091] WindowTitle->TransferConstraints WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3ef5da1c-29a9-4485-ad11-cc94c0c82e3a"], + "e3c9cbc7-09e3-4503-820b-07c8706d4a7b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "edb61ae3-154e-4dc3-b6f9-d765a8ca448b"], + "976ac5fc-11e1-4736-8a81-f153a2e75597"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4477fd7d-170d-4848-85fb-00e53d0a19dc"] - }],ExpressionUUID->"7ccddd53-71d4-4946-8a45-381e01d5bb9d"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "856a0551-35d2-404f-be9d-7afbf43a8e14"] + }],ExpressionUUID->"d41d0311-9f49-45e6-882b-3d0dcaf1514b"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "82d28248-2bbe-4029-a961-8871f3d1dc5c"], + "970b3363-8356-4a55-a8ef-7156fcc55d9c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "61a91740-8130-444c-ac87-2f767ffe3107"] - }],ExpressionUUID->"6b00162a-9047-4ac8-ab8c-8d54000257ec"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "694d44c9-829a-4af6-8045-0f20dcd44064"] + }],ExpressionUUID->"7b49c3d9-15e7-4003-b21b-ab2b7701ebf3"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "975bfeb5-6cd6-4219-8cd6-c490de193f30"], + "d99b1b65-0cbd-45a8-98b9-1d450d09f935"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5a7c5b36-e9a7-4138-9db7-b054e7d964a0"] - }],ExpressionUUID->"aba52b32-5bec-4643-8591-2b9111ba3e2d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "26b91b0e-d1c6-4a8d-93a8-69ed82afe3b0"] + }],ExpressionUUID->"e58fb227-56e4-4b52-97d7-f352820da1c3"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c8842af8-55c5-4c41-ab8f-b22c71398529"], + "2ffddd80-85a8-4a80-b3ab-f2eef05ac7fa"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "12532974-bed8-4882-a15f-75a69d511062"] - }],ExpressionUUID->"0a3b9ce5-76cc-4c52-8ee2-a15d97bb06e9"], - StripOnInput->False], {"\<\"TUG/ref/TransferConstraints\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/TransferConstraints"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "cd327919-61c4-480d-828c-53aaecb6fee1"] + }],ExpressionUUID->"a82ba079-1580-4592-af4c-dbb930ddbe55"], + StripOnInput->False],{ + "\"TUG/ref/TransferConstraints\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/TransferConstraints"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ TransferConstraints.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$198436], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/TransferConstraints" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$214032], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/TransferConstraints" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "71ff3fe5-47da-4aff-9bcd-fd1f100b6bc0"] + "fe785109-9f70-4119-bb41-c48265e4a2ed"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "280b2e7a-b484-4ee9-9bd1-0766ef168c7a"]} + "e9448636-5303-495e-8f20-7d9362bacb45"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"7b26818f-b699-451d-9fd1-a04c368d7cf0"], + CellID->1,ExpressionUUID->"42624f52-cdb1-427d-ac77-b9f311045b77"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9890b780-977f-448b-a870-51c58ff78390"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e7772ee0-55b1-484a-adc4-76451946a2d4"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "TransferConstraints", "ObjectName",ExpressionUUID-> - "81faad02-206f-4b44-8a79-a9a4d5e86be5"], + "9b44ff26-7010-4b87-9801-16bba6a5d98a"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e12a7e0e-70f6-45d7-8c1d-c229bd32695d"], + "Spacer1"]],ExpressionUUID->"bbed7d78-bbe1-4b1d-903d-e1f065e7d24f"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "d55cd0fb-9d0d-4b80-b8b8-a5cd3ca7abc9"] - }],ExpressionUUID->"5b20bbcc-52b8-460c-b9ab-d04155b3e433"], Cell[BoxData[ + "eb8e8685-9f58-49fb-83a7-310180e1a480"] + }],ExpressionUUID->"13e4ef3f-a3d3-4f10-9536-1e3ebff94d9b"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "9992d6fd-735d-4dc6-9698-70878639f259"]} + "db9b4bd5-0a6b-44c3-879b-0e34f7694e98"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"7274c17e-0256-42d6-9be8-8efa12d217a4"], + CacheGraphics->False,ExpressionUUID->"1d371fc5-924c-40ae-8b71-5362109c8358"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -247,7 +252,7 @@ largest amount that can be transferred from player ", FontFamily->"Source Sans Pro",ExpressionUUID-> "c0d65a88-c6b1-4722-9d2b-672a2fe33fb1"], " while remaining in the core." - }],ExpressionUUID->"e9070e51-d736-44c0-971c-11dd33003394"]}, + }],ExpressionUUID->"3c9d4f10-4eee-4278-82c3-b09662ed0af5"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"TransferConstraints", "[", @@ -265,7 +270,7 @@ largest amount that can be transferred from player ", FontFamily->"Source Sans Pro",ExpressionUUID-> "19d57a3e-8074-41a6-8c3e-87779dda2705"], " while remaining in the strong epsilon core." - }],ExpressionUUID->"632e12a0-0b01-4fef-adbe-54ac65f7c5bc"]} + }],ExpressionUUID->"071aef9a-2c10-4f6f-9061-91bcd3b2a045"]} }]], "Usage", CellID->1119478966,ExpressionUUID->"c2c72344-b981-4401-bcac-a652b8a4ec34"] }, Open ]], @@ -298,12 +303,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9404f74a-241b-4ac7-95b5-84006ea75885"], + ExpressionUUID->"921bbb09-3471-4ebc-912f-7475f4869004"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"84bd7b18-c862-4aee-a0f1-d90eac190ea8"], + "Spacer1"]],ExpressionUUID->"9a2c3fa9-b820-4717-bbd7-20a633d76512"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c705a2d3-c91b-4065-9924-43555e6586aa"], + }], "NotesFrameText",ExpressionUUID->"3decb52b-b99d-4f76-83b0-14314fe8f8a4"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -314,12 +319,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4554c6b8-d97a-4acc-b37f-1433f0f73898"]], \ + "Preemptive"]],ExpressionUUID->"34018c50-dfaf-4a9f-8c06-eab362274c2d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1441011814,ExpressionUUID->"c7ce9e7e-6c7f-43b4-ad4a-6a0d20298206"], + CellID->340001960,ExpressionUUID->"fa1cc243-123b-4fee-a3c2-60a2cf45aa44"], Cell[TextData[{ "The input expression ", @@ -427,19 +432,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a98b9c70-4845-44d7-bf9b-6aa6f6f52bc9"], + ExpressionUUID->"041ad9fb-b5e2-4342-bbdc-4ce293156cc0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6677dada-633f-4c84-8b6c-25ed28b25df8"], + "Spacer1"]],ExpressionUUID->"919c7e8e-b0be-4033-82ad-0fe4f5c58674"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5de482e9-97e8-4f8e-a054-687ba5eff46c"] + "deb0466e-6ba9-4a7a-8c64-48f46d15d25f"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1265542147,ExpressionUUID->"05fdd5e7-377b-4e27-9d44-1e3bbf8a8b0d"], + CellID->674463981,ExpressionUUID->"3124a370-7c76-47fc-9d19-b351599ee567"], Cell[CellGroupData[{ @@ -468,18 +473,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aad3e1f5-a00b-4cda-b5ae-8b92766e3658"], + ExpressionUUID->"6ecd0747-884c-4787-a628-dc0ca6aaa195"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0beb4e28-9ca9-44dd-9743-d0bac4050370"], + "Spacer1"]],ExpressionUUID->"35920d38-4e21-4fa9-a4ed-83dff74c2363"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "94f621e1-ac02-4dec-b0e2-509032a8ad2f"] + "acc7c413-d626-46fe-b6b3-a340f6755425"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2012302746,ExpressionUUID->"1a460cf9-55a5-4709-81ba-d16af6668ca0"], + CellID->1179760740,ExpressionUUID->"f81fe6ba-594f-4a08-adcc-e1cd80600358"], Cell["Loading the package:", "ExampleText", CellID->1283639667,ExpressionUUID->"3f33eb86-1aaf-4022-915b-5515d6a2266a"], @@ -738,8 +743,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -887,15 +890,15 @@ Cell[BoxData[GridBox[{ "0991e33d-c0e5-4aef-8596-2d9cfd63aab0"] }], "SeeAlso",ExpressionUUID->"d95b65a9-6acf-47bb-b149-41c83e1b63fe"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d75895eb-62c9-409a-ba81-\ -bde8dc9cd1cd"], + }]], "SeeAlsoSection",ExpressionUUID->"1a91f04b-238a-472f-9eeb-\ +9352cbcb0455"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -907,9 +910,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8b43dd07-c612-4218-a0ab-e0f5e0345a45"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d711c690-6a59-4582-b5fa-\ -bfc56beddfc5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"12227d25-e76e-40a5-8dad-\ +52ba2941f206"], Cell[BoxData[GridBox[{ { @@ -926,7 +928,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c95f1107-d996-4d41-9681-8bb0ae8d48e6"]}]}, + "2253887d-af9d-41f6-ab0f-9eba9981c674"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -934,10 +936,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9a36d19e-00ab-4de7-9069-b3abc1bedef3"]}]} + "56654f3e-bc52-43c2-8511-921d2a697df2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d0447a38-d97a-451d-b633-\ -f94b9cb7f793"], + }]], "MoreAboutSection",ExpressionUUID->"3bee5805-e6e2-4a16-9e7b-\ +80ab7158649c"], Cell[BoxData[GridBox[{ { @@ -964,7 +966,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9b6a68e9-6aed-4a6f-b021-7e08036ee9a6"]], "RelatedLinks", + "ee7cb250-4654-4fcb-9fc6-eaed00f73e88"]], "RelatedLinks", ExpressionUUID->"fdd78c28-cde5-443c-b819-03ea3e847ab5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -981,7 +983,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a0d0fe14-e5f7-4f7c-8c13-6a877e5af33c"]], "RelatedLinks", + "11d405d1-e537-482a-b7a3-a34724743d24"]], "RelatedLinks", ExpressionUUID->"d64b51bb-573b-4eef-99c8-02a164e7088e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -998,11 +1000,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "51facdae-7bb6-4dd4-8c01-fab431c185b0"]], "RelatedLinks", + "d552d7e5-b75a-4c5f-9a40-3574d02a3ea2"]], "RelatedLinks", ExpressionUUID->"2845920e-2a58-4d97-897c-19a6e8c70ebc"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b4dc58ef-b4a3-4d6e-98e8-\ -a6da8ec529d1"], + }]], "RelatedLinksSection",ExpressionUUID->"a1b09563-f8a8-4300-b84e-\ +44feef7fd419"], Cell[CellGroupData[{ @@ -1032,11 +1034,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"ca95f90d-46f0-4c64-8655-dcec70e63541"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"875b6e6c-0dcb-4eec-86da-d2266e09ecdf"] +Cell[" ", "FooterCell",ExpressionUUID->"0ba986b9-77ea-4532-b150-fc11fdbf6176"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"TransferConstraints", TaggingRules->{ @@ -1047,7 +1049,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 40.364819}", + "built" -> "{2024, 6, 3, 16, 56, 2.233725}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1058,10 +1060,11 @@ while remaining in the core. TransferConstraints[game, i, j, eps] computes \ the set of constraints for determining the largest amount that can be \ transferred from player i to j while remaining in the strong epsilon core.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "TransferConstraints", - "titlemodifier" -> "", "windowtitle" -> "TransferConstraints", "type" -> - "Symbol", "uri" -> "TUG/ref/TransferConstraints"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "TransferConstraints", "type" -> "Symbol", "uri" -> + "TUG/ref/TransferConstraints"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1070,9 +1073,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"516d654e-8736-458d-983f-5540928de0f7" +ExpressionUUID->"c78441bb-2b17-4054-ad00-87f2140552b7" ] (* End of Notebook Content *) @@ -1080,123 +1083,121 @@ ExpressionUUID->"516d654e-8736-458d-983f-5540928de0f7" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[15990, 404, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05fdd5e7-377b-4e27-9d44-1e3bbf8a8b0d", + Cell[16051, 409, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3124a370-7c76-47fc-9d19-b351599ee567", CellTags->"PrimaryExamplesSection", - CellID->1265542147]} + CellID->674463981]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 40563, 1081} + {"PrimaryExamplesSection", 40611, 1084} } *) (*NotebookFileOutline Notebook[{ -Cell[591, 21, 7133, 168, 56, "AnchorBarGrid",ExpressionUUID->"7b26818f-b699-451d-9fd1-a04c368d7cf0", +Cell[591, 21, 7195, 173, 57, "AnchorBarGrid",ExpressionUUID->"42624f52-cdb1-427d-ac77-b9f311045b77", CellID->1], -Cell[7727, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9890b780-977f-448b-a870-51c58ff78390"], +Cell[7789, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e7772ee0-55b1-484a-adc4-76451946a2d4"], Cell[CellGroupData[{ -Cell[7838, 195, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"7274c17e-0256-42d6-9be8-8efa12d217a4"], -Cell[9134, 232, 1715, 37, 231, "Usage",ExpressionUUID->"c2c72344-b981-4401-bcac-a652b8a4ec34", +Cell[7900, 200, 1293, 35, 59, "ObjectNameGrid",ExpressionUUID->"1d371fc5-924c-40ae-8b71-5362109c8358"], +Cell[9196, 237, 1715, 37, 229, "Usage",ExpressionUUID->"c2c72344-b981-4401-bcac-a652b8a4ec34", CellID->1119478966] }, Open ]], Cell[CellGroupData[{ -Cell[10886, 274, 1895, 47, 37, "NotesSection",ExpressionUUID->"c7ce9e7e-6c7f-43b4-ad4a-6a0d20298206", +Cell[10948, 279, 1894, 47, 37, "NotesSection",ExpressionUUID->"fa1cc243-123b-4fee-a3c2-60a2cf45aa44", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1441011814], -Cell[12784, 323, 1596, 37, 99, "Notes",ExpressionUUID->"1d796275-b734-468f-a87d-0946ae240941", + CellID->340001960], +Cell[12845, 328, 1596, 37, 99, "Notes",ExpressionUUID->"1d796275-b734-468f-a87d-0946ae240941", CellID->1595939293], -Cell[14383, 362, 489, 12, 37, "Notes",ExpressionUUID->"e62784ed-fb47-4f7f-9836-c14c871c18a4", +Cell[14444, 367, 489, 12, 38, "Notes",ExpressionUUID->"e62784ed-fb47-4f7f-9836-c14c871c18a4", CellID->177724765], -Cell[14875, 376, 353, 6, 57, "Notes",ExpressionUUID->"0a5ed9d0-488d-44e3-9546-37b85cc1113a", +Cell[14936, 381, 353, 6, 57, "Notes",ExpressionUUID->"0a5ed9d0-488d-44e3-9546-37b85cc1113a", CellID->1214912897], -Cell[15231, 384, 483, 11, 36, "Notes",ExpressionUUID->"6291624d-05f6-4374-8eaa-35b13be9f0ae", +Cell[15292, 389, 483, 11, 36, "Notes",ExpressionUUID->"6291624d-05f6-4374-8eaa-35b13be9f0ae", CellID->413093259], -Cell[15717, 397, 146, 1, 36, "Notes",ExpressionUUID->"79773e16-ccf4-4f97-863a-ca81a0c6762c", +Cell[15778, 402, 146, 1, 36, "Notes",ExpressionUUID->"79773e16-ccf4-4f97-863a-ca81a0c6762c", CellID->1790333100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[15990, 404, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"05fdd5e7-377b-4e27-9d44-1e3bbf8a8b0d", +Cell[16051, 409, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"3124a370-7c76-47fc-9d19-b351599ee567", CellTags->"PrimaryExamplesSection", - CellID->1265542147], + CellID->674463981], Cell[CellGroupData[{ -Cell[17436, 445, 1399, 36, 30, "ExampleSection",ExpressionUUID->"1a460cf9-55a5-4709-81ba-d16af6668ca0", - CellID->2012302746], -Cell[18838, 483, 119, 1, 38, "ExampleText",ExpressionUUID->"3f33eb86-1aaf-4022-915b-5515d6a2266a", +Cell[17496, 450, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f81fe6ba-594f-4a08-adcc-e1cd80600358", + CellID->1179760740], +Cell[18898, 488, 119, 1, 39, "ExampleText",ExpressionUUID->"3f33eb86-1aaf-4022-915b-5515d6a2266a", CellID->1283639667], Cell[CellGroupData[{ -Cell[18982, 488, 167, 3, 27, "Input",ExpressionUUID->"265be409-ab12-4ba7-8ecb-5425593a314f", +Cell[19042, 493, 167, 3, 27, "Input",ExpressionUUID->"265be409-ab12-4ba7-8ecb-5425593a314f", CellID->950834656], Cell[CellGroupData[{ -Cell[19174, 495, 237, 4, 23, "Print",ExpressionUUID->"b7e48042-2f90-4cfd-bba6-0d33a2be4a3b", +Cell[19234, 500, 237, 4, 23, "Print",ExpressionUUID->"b7e48042-2f90-4cfd-bba6-0d33a2be4a3b", CellID->1079269035], -Cell[19414, 501, 365, 8, 23, "Print",ExpressionUUID->"5e9a9db5-3379-4bb8-a977-649c86c6e95e", +Cell[19474, 506, 365, 8, 23, "Print",ExpressionUUID->"5e9a9db5-3379-4bb8-a977-649c86c6e95e", CellID->265618899], -Cell[19782, 511, 236, 4, 70, "Print",ExpressionUUID->"c87b40bf-c2bb-4541-b16d-00fa4a14dbea", +Cell[19842, 516, 236, 4, 70, "Print",ExpressionUUID->"c87b40bf-c2bb-4541-b16d-00fa4a14dbea", CellID->138129486], -Cell[20021, 517, 220, 3, 70, "Print",ExpressionUUID->"3cc4cf4e-0af6-438d-84d0-c217a7a989f0", +Cell[20081, 522, 220, 3, 70, "Print",ExpressionUUID->"3cc4cf4e-0af6-438d-84d0-c217a7a989f0", CellID->946349502], -Cell[20244, 522, 208, 3, 70, "Print",ExpressionUUID->"ed9185b2-9cef-43c0-a8b2-3e83f56de4c0", +Cell[20304, 527, 208, 3, 70, "Print",ExpressionUUID->"ed9185b2-9cef-43c0-a8b2-3e83f56de4c0", CellID->1001694378], -Cell[20455, 527, 238, 4, 70, "Print",ExpressionUUID->"6af87cff-30a3-46f1-856b-ba9a835fa136", +Cell[20515, 532, 238, 4, 70, "Print",ExpressionUUID->"6af87cff-30a3-46f1-856b-ba9a835fa136", CellID->1456668948], -Cell[20696, 533, 220, 3, 70, "Print",ExpressionUUID->"a23f3475-8f89-4bad-894c-cd0748999dd2", +Cell[20756, 538, 220, 3, 70, "Print",ExpressionUUID->"a23f3475-8f89-4bad-894c-cd0748999dd2", CellID->625663984], -Cell[20919, 538, 237, 4, 70, "Print",ExpressionUUID->"5dfd13bc-745e-4755-80b6-8b989f74dde8", +Cell[20979, 543, 237, 4, 70, "Print",ExpressionUUID->"5dfd13bc-745e-4755-80b6-8b989f74dde8", CellID->2030468351], -Cell[21159, 544, 236, 4, 70, "Print",ExpressionUUID->"23e8edb2-562d-4e2e-b95d-f67db5d870d8", +Cell[21219, 549, 236, 4, 70, "Print",ExpressionUUID->"23e8edb2-562d-4e2e-b95d-f67db5d870d8", CellID->629165978], -Cell[21398, 550, 207, 3, 70, "Print",ExpressionUUID->"4e24c392-748c-4db1-bfc4-c543da50ecd2", +Cell[21458, 555, 207, 3, 70, "Print",ExpressionUUID->"4e24c392-748c-4db1-bfc4-c543da50ecd2", CellID->274055516], -Cell[21608, 555, 237, 4, 70, "Print",ExpressionUUID->"daeab2d8-8856-455d-98aa-78bf5bc759bf", +Cell[21668, 560, 237, 4, 70, "Print",ExpressionUUID->"daeab2d8-8856-455d-98aa-78bf5bc759bf", CellID->1143309861] }, Open ]] }, Open ]], -Cell[21872, 563, 137, 1, 70, "ExampleText",ExpressionUUID->"6ae02b83-f716-4705-993b-fc05257145c2", +Cell[21932, 568, 137, 1, 70, "ExampleText",ExpressionUUID->"6ae02b83-f716-4705-993b-fc05257145c2", CellID->1156761308], -Cell[22012, 566, 234, 6, 70, "Input",ExpressionUUID->"b05b903f-4f6d-44d5-a62f-4f38bdbcaf93", +Cell[22072, 571, 234, 6, 70, "Input",ExpressionUUID->"b05b903f-4f6d-44d5-a62f-4f38bdbcaf93", CellID->874832179], -Cell[22249, 574, 381, 9, 70, "Input",ExpressionUUID->"238d1d23-3a81-4379-8bd2-bfba96a44b15", +Cell[22309, 579, 381, 9, 70, "Input",ExpressionUUID->"238d1d23-3a81-4379-8bd2-bfba96a44b15", CellID->1742077177], -Cell[22633, 585, 237, 6, 70, "Input",ExpressionUUID->"aef616d0-6cbe-43fc-a09f-9c85913c1572", +Cell[22693, 590, 237, 6, 70, "Input",ExpressionUUID->"aef616d0-6cbe-43fc-a09f-9c85913c1572", CellID->161133863], -Cell[22873, 593, 191, 4, 70, "ExampleText",ExpressionUUID->"e2d99522-5999-405e-bff7-0e31439b5b22", +Cell[22933, 598, 191, 4, 70, "ExampleText",ExpressionUUID->"e2d99522-5999-405e-bff7-0e31439b5b22", CellID->1973976405], Cell[CellGroupData[{ -Cell[23089, 601, 176, 3, 70, "Input",ExpressionUUID->"6f810a6f-416a-4593-a8a0-66be09948ac2", +Cell[23149, 606, 176, 3, 70, "Input",ExpressionUUID->"6f810a6f-416a-4593-a8a0-66be09948ac2", CellID->675970114], -Cell[23268, 606, 174, 4, 36, "Output",ExpressionUUID->"bbd0ac62-cbf6-40ab-8a0c-5960666374e7", +Cell[23328, 611, 174, 4, 36, "Output",ExpressionUUID->"bbd0ac62-cbf6-40ab-8a0c-5960666374e7", CellID->1953702787] }, Open ]], -Cell[23457, 613, 257, 4, 70, "ExampleText",ExpressionUUID->"6a5827e3-9b6b-4c61-85dc-40589c2c7685", +Cell[23517, 618, 257, 4, 70, "ExampleText",ExpressionUUID->"6a5827e3-9b6b-4c61-85dc-40589c2c7685", CellID->2016054517], Cell[CellGroupData[{ -Cell[23739, 621, 209, 4, 70, "Input",ExpressionUUID->"0d91bf89-12f0-4f6f-82c8-e78e422cb2c2", +Cell[23799, 626, 209, 4, 70, "Input",ExpressionUUID->"0d91bf89-12f0-4f6f-82c8-e78e422cb2c2", CellID->617476157], -Cell[23951, 627, 3666, 104, 104, "Output",ExpressionUUID->"40a9ce67-5a03-438f-92f7-bc9c12a7505a", +Cell[24011, 632, 3666, 104, 102, "Output",ExpressionUUID->"40a9ce67-5a03-438f-92f7-bc9c12a7505a", CellID->746705843] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27919, 745, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"1a91f04b-238a-472f-9eeb-9352cbcb0455"], +Cell[33399, 895, 670, 18, 70, "TechNotesSection",ExpressionUUID->"12227d25-e76e-40a5-8dad-52ba2941f206"], +Cell[34072, 915, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"3bee5805-e6e2-4a16-9e7b-80ab7158649c"], +Cell[35108, 943, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"a1b09563-f8a8-4300-b84e-44feef7fd419"], Cell[CellGroupData[{ -Cell[27881, 742, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"d75895eb-62c9-409a-ba81-bde8dc9cd1cd"], -Cell[33361, 892, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d711c690-6a59-4582-b5fa-bfc56beddfc5"] -}, Open ]], -Cell[34046, 913, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d0447a38-d97a-451d-b633-f94b9cb7f793"], -Cell[35082, 941, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"b4dc58ef-b4a3-4d6e-98e8-a6da8ec529d1"], -Cell[CellGroupData[{ -Cell[37334, 1008, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"075d435a-8874-426f-b859-7ab9aa7fce29", +Cell[37360, 1010, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"075d435a-8874-426f-b859-7ab9aa7fce29", CellID->906383680], -Cell[37474, 1011, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"241e74f9-931e-4df8-976d-378b8f2a32d8", +Cell[37500, 1013, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"241e74f9-931e-4df8-976d-378b8f2a32d8", CellID->1194386356], -Cell[37696, 1017, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4bde9ad0-d4ff-4570-8c89-aba8b17cc9fa", +Cell[37722, 1019, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4bde9ad0-d4ff-4570-8c89-aba8b17cc9fa", CellID->1641706272], -Cell[37911, 1022, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8db58376-fdca-4e78-b62c-0e3b081161c1", +Cell[37937, 1024, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8db58376-fdca-4e78-b62c-0e3b081161c1", CellID->399251956], -Cell[38140, 1028, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ca95f90d-46f0-4c64-8655-dcec70e63541", +Cell[38166, 1030, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ca95f90d-46f0-4c64-8655-dcec70e63541", CellID->821434655] }, Open ]], -Cell[38377, 1034, 78, 0, 70, "FooterCell",ExpressionUUID->"875b6e6c-0dcb-4eec-86da-d2266e09ecdf"] +Cell[38403, 1036, 78, 0, 70, "FooterCell",ExpressionUUID->"0ba986b9-77ea-4532-b150-fc11fdbf6176"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UnanAvConvexQ.nb b/Documentation/English/ReferencePages/Symbols/UnanAvConvexQ.nb index 5c5f6aa..f56c484 100644 --- a/Documentation/English/ReferencePages/Symbols/UnanAvConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/UnanAvConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 57065, 1460] -NotebookOptionsPosition[ 46118, 1245] -NotebookOutlinePosition[ 48482, 1302] -CellTagsIndexPosition[ 48396, 1297] +NotebookDataLength[ 57059, 1459] +NotebookOptionsPosition[ 46130, 1246] +NotebookOutlinePosition[ 48510, 1303] +CellTagsIndexPosition[ 48424, 1298] WindowTitle->UnanAvConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0fad8cab-03af-4294-b2d2-ef4423e01d83"], + "c5675c6b-8ddf-49f5-bc43-c44419b3477a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f0bc09e7-afa6-4060-a6ac-6e3b8f14d757"], + "657c37a1-b007-4f89-a151-d6efcdb0d773"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be4dec29-f829-4ccd-b4db-a5f8e2ea556e"] - }],ExpressionUUID->"12ee8ddd-2d76-435c-9a49-b00b30ffaabe"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "7cef003d-6b06-4ed5-a632-51ca62ee91c5"] + }],ExpressionUUID->"7cdc2a3d-a511-4bf2-a031-d4870d01db00"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0f1a5dc7-0973-42a4-ac90-a4ff11fc6998"], + "00dabda8-c641-4e46-b440-3269301fa943"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c164bc10-1de4-410d-80de-947b5de2f411"] - }],ExpressionUUID->"74a4cba9-b3bb-4f0d-a5b9-f4ad3ea12e2a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a0d781d6-cfa5-4ea3-a540-b05df32ca71d"] + }],ExpressionUUID->"f5a89a58-29c1-4eaa-a7a6-51aa7b24feb6"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6db2c7da-cfb7-48de-b2ea-92b830021a28"], + "de984ad1-9255-424e-b254-bdace905b0c1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "36b00d01-5c2d-46ad-be14-87844f984957"] - }],ExpressionUUID->"de89c927-039f-4fe9-9ad8-2d5c3b571f05"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f4699fe1-735a-482a-bf60-7a15d35f2819"] + }],ExpressionUUID->"eea1abe8-d4c3-4bc9-82c9-097c61bd0faf"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7d2e7725-530f-47a5-b51e-3d994a12aecc"], + "6007d5c7-d671-47b3-855e-1ce42cda316a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f1f42e26-2de2-4430-a32f-59b6e69d7239"] - }],ExpressionUUID->"7085edfd-703b-40b7-89e4-46148e18159b"], - StripOnInput->False], {"\<\"TUG/ref/UnanAvConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UnanAvConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UnanAvConvexQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$199633], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UnanAvConvexQ" <> ".html"], None}]}]}, + "4e625c81-7d86-413f-90b3-56d9ebb2a74f"] + }],ExpressionUUID->"d524f90f-6162-4272-8be9-0565c8f04ad8"], + StripOnInput->False],{ + "\"TUG/ref/UnanAvConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UnanAvConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +UnanAvConvexQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$215297], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UnanAvConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1a7d8455-d42e-4633-82c2-be7b32a5631d"] + "9635b837-8d6c-4272-85d6-d915fcf78387"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "728b0d8a-73b3-44cf-9071-339b81eb96ac"]} + "348725b5-f766-4069-a5d7-f671dac011b8"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e772cdf1-964b-4d0f-b2c3-8b02ec86f80f"], + CellID->1,ExpressionUUID->"00de2542-dee4-4174-a9a4-2e77884b3064"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9f072a5e-e26a-4d79-94b3-66ef142418a1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"9e24d4a4-258d-4794-9292-b71456da288e"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UnanAvConvexQ", "ObjectName",ExpressionUUID-> - "84e453c9-736c-4653-8c44-7b07f44244ff"], + "fe2befba-7c31-4a9b-b14b-656ee13449e6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"5af52c86-d943-4b25-8aac-c56ab90afc6d"], + "Spacer1"]],ExpressionUUID->"0aa97dd7-801a-423c-888c-097438e34218"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "bdc7c052-5017-44a1-b229-1f1b1c627ee5"] - }],ExpressionUUID->"ae7c3d4b-214f-4368-9453-d47c8ff6259c"], Cell[BoxData[ + "bdd65035-1d99-42b4-a6b8-702e292cf8b8"] + }],ExpressionUUID->"b1b483f5-46d6-4e29-a399-fb42fd3f94f1"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e8db27e3-468a-4794-a65f-2e98a032e279"]} + "250676af-07d1-491d-940a-8fd567d3166a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e47fcc88-71ea-4c03-b37d-bb07c77e6ff4"], + CacheGraphics->False,ExpressionUUID->"3a8c87d6-aa2c-4fba-b98e-71ac43249c48"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]checks if the coordinates satisfy the sufficient and \ necessary condition of average-convexity of the game in terms of the sum of \ marginal variations of the unanimity coordinates." - }],ExpressionUUID->"de698ec1-83c9-4d9e-a172-1adb4b9f6ffa"]}, + }],ExpressionUUID->"19e61d7d-4e63-49fb-b74d-317a7aced127"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"UnanAvConvexQ", "[", @@ -250,7 +254,7 @@ marginal variations of the unanimity coordinates." " \[LineSeparator]calling the function with its option returns \ intermediate results, all terms must be non-negative. See Solano and Rafels \ (1996)." - }],ExpressionUUID->"38e3c11a-3849-43fc-8c61-af5a45ab4961"]} + }],ExpressionUUID->"7c2b9389-fdb6-41f2-9e2c-968cc556a2d4"]} }]], "Usage", CellID->343309951,ExpressionUUID->"ed3d3a0c-a6fb-4bc8-86bc-467c7f830f99"] }, Open ]], @@ -283,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6bd8a052-20e1-49dc-b1f1-66b156b3d9f1"], + ExpressionUUID->"c10f1b0f-0ceb-420c-be7e-79994047ef7e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3bbf3e36-7703-4cf2-af80-e9b70b865c7d"], + "Spacer1"]],ExpressionUUID->"5655c576-514d-4d54-8f87-a6eb2aaa8a7b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1bbc7e46-5bb3-4356-84e7-6445a476a789"], + }], "NotesFrameText",ExpressionUUID->"24042b7d-cd87-4cf1-83b6-6a2d5649400b"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e74d3860-bcfc-4755-bc85-8f0cd3f3557f"]], \ + "Preemptive"]],ExpressionUUID->"6bef7592-d4e4-446a-8208-550a7ef72174"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1135397140,ExpressionUUID->"97d0c77a-2fb5-40d9-8334-52c21113540a"], + CellID->357096248,ExpressionUUID->"e8c1d631-1fe9-42bf-b7c4-4d1b9eecb295"], Cell[TextData[{ "The expression ", @@ -365,7 +369,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "5314b662-f923-4419-a67a-5121e1da392d"], + "20b17452-565d-4fff-af77-eb0a63a5586d"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -387,7 +391,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "f3dc6d8c-3da6-4a24-9f44-11efb80ea26c"], + "ca36d320-816b-4bf4-bb81-9334a8af398f"], TemplateBox[{ Cell[ TextData["DisplayCoord"]], "paclet:TUG/ref/DisplayCoord", @@ -409,7 +413,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "aab69dbf-a274-47af-8c07-083c5d8bfb06"], + "52cd6aee-4394-4e4d-b9a8-0b041dea200a"], TemplateBox[{ Cell[ TextData["NumericalPrec"]], "paclet:TUG/ref/NumericalPrec", @@ -505,19 +509,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"bbc06358-a83d-4f44-87e4-893e84168256"], + ExpressionUUID->"7c4d2801-b28d-46b9-97e6-9b98af9da2bf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3674ca61-51e1-48a4-beb7-e06074f07fda"], + "Spacer1"]],ExpressionUUID->"09718d87-f9ac-4fb7-b0b4-411455da2cfe"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2de63bdc-df47-4b33-b43a-00643d02dec8"] + "adf08014-2498-482d-9685-660202aa7b4c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1877942906,ExpressionUUID->"21d6f0f4-6f3b-4c77-96ee-613b5b63fca5"], + CellID->238113858,ExpressionUUID->"3e400fc6-bf89-45b9-adf3-87d2a1872de9"], Cell[CellGroupData[{ @@ -546,18 +550,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e1bfadb3-5bb1-4240-abc2-6c73eeb635a9"], + ExpressionUUID->"743a44d4-ecee-4a87-b8e3-ca655adc8d32"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4a43e6d5-2603-4652-b36c-a5c6410b450b"], + "Spacer1"]],ExpressionUUID->"c418762b-3e28-482e-b33a-bab07cac0230"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b6495baf-4c0a-4c99-80d9-946479a14467"] + "93bf74d9-ddfb-479d-9dad-18d3dd9413d9"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->746474473,ExpressionUUID->"b70779b3-eb71-41b5-b7ef-0c4ce9b6175e"], + CellID->1125969382,ExpressionUUID->"726de822-9015-4c2b-988d-80d637fd973c"], Cell["Loading the package:", "ExampleText", CellID->550205680,ExpressionUUID->"779a4f5c-2971-4aaa-b6e1-d3befce451b3"], @@ -964,8 +968,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1113,15 +1115,15 @@ Cell[BoxData[GridBox[{ "f2b3cb49-0643-4fb3-94d7-a93c95fa14b2"] }], "SeeAlso",ExpressionUUID->"16f7dc37-e659-4223-8374-763793a04a1e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"fc7498b2-f8ae-48e2-923d-\ -e41b03352241"], + }]], "SeeAlsoSection",ExpressionUUID->"65177260-11f1-4ffa-95d0-\ +df79b67b2c45"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1133,9 +1135,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5798b543-d20f-4748-bfda-f1e2f918abca"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"56d6ccae-55a0-4d6e-a36b-\ -cc1b73f30080"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f50b6190-a517-44c7-a8db-\ +f5ea349d2508"], Cell[BoxData[GridBox[{ { @@ -1152,7 +1153,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "64cc52c2-e929-4201-b4ae-d98de741fead"]}]}, + "d13bc3ed-75a3-4063-b63f-8ea4ed830663"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1160,10 +1161,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1a00c429-1c3d-41b9-98c7-5851f44b6306"]}]} + "b99f1547-4adb-47de-979d-eac482942631"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"5f416912-233b-4632-be25-\ -6b4d5df42205"], + }]], "MoreAboutSection",ExpressionUUID->"47218b53-c18d-4a04-ab52-\ +f9c3a0642289"], Cell[BoxData[GridBox[{ { @@ -1190,7 +1191,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f0fbf9dd-ef6c-473a-924d-c4ac220f4bbd"]], "RelatedLinks", + "5f97bea8-3463-4e92-a888-3f088c83d5da"]], "RelatedLinks", ExpressionUUID->"e427eb3a-3bdb-4920-9711-448370faf2ac"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1207,11 +1208,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9ac80e34-30ae-4201-9480-34267c803643"]], "RelatedLinks", + "3c3bcbaf-717a-4df4-8a35-1a2716cc756f"]], "RelatedLinks", ExpressionUUID->"27bf8e41-5b66-48b7-9eb3-f80289a22029"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"074f7659-daf0-44af-adc6-\ -5708e0e23485"], + }]], "RelatedLinksSection",ExpressionUUID->"dff5a396-c3ee-4e84-b433-\ +f89decdffb4d"], Cell[CellGroupData[{ @@ -1241,11 +1242,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a18a4308-d4d3-415e-a111-8f74bf5985c8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"366251e2-3ae0-48b5-bda7-edefccdb8943"] +Cell[" ", "FooterCell",ExpressionUUID->"0f00f4df-8dcc-4001-877a-2dcc41a41003"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UnanAvConvexQ", TaggingRules->{ @@ -1256,7 +1257,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 43.394303}", + "built" -> "{2024, 6, 3, 16, 56, 3.701803}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1267,10 +1268,10 @@ of marginal variations of the unanimity coordinates. UnanAvConvexQ[uc, T, \ options] calling the function with its option returns intermediate results, \ all terms must be non-negative. See Solano and Rafels (1996).", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UnanAvConvexQ", - "titlemodifier" -> "", "windowtitle" -> "UnanAvConvexQ", "type" -> - "Symbol", "uri" -> "TUG/ref/UnanAvConvexQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UnanAvConvexQ", "type" -> "Symbol", "uri" -> "TUG/ref/UnanAvConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1279,9 +1280,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"5902f8a4-5dbd-42ad-a32c-fb10b63ebe70" +ExpressionUUID->"f1382469-b3e0-4359-8af9-96546449eaea" ] (* End of Notebook Content *) @@ -1289,179 +1290,177 @@ ExpressionUUID->"5902f8a4-5dbd-42ad-a32c-fb10b63ebe70" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18305, 482, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"21d6f0f4-6f3b-4c77-96ee-613b5b63fca5", + Cell[18351, 486, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3e400fc6-bf89-45b9-adf3-87d2a1872de9", CellTags->"PrimaryExamplesSection", - CellID->1877942906]} + CellID->238113858]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 48195, 1290} + {"PrimaryExamplesSection", 48224, 1291} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7066, 168, 56, "AnchorBarGrid",ExpressionUUID->"e772cdf1-964b-4d0f-b2c3-8b02ec86f80f", +Cell[585, 21, 7113, 172, 57, "AnchorBarGrid",ExpressionUUID->"00de2542-dee4-4174-a9a4-2e77884b3064", CellID->1], -Cell[7654, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9f072a5e-e26a-4d79-94b3-66ef142418a1"], +Cell[7701, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"9e24d4a4-258d-4794-9292-b71456da288e"], Cell[CellGroupData[{ -Cell[7765, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"e47fcc88-71ea-4c03-b37d-bb07c77e6ff4"], -Cell[9055, 232, 1098, 22, 209, "Usage",ExpressionUUID->"ed3d3a0c-a6fb-4bc8-86bc-467c7f830f99", +Cell[7812, 199, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"3a8c87d6-aa2c-4fba-b98e-71ac43249c48"], +Cell[9102, 236, 1098, 22, 208, "Usage",ExpressionUUID->"ed3d3a0c-a6fb-4bc8-86bc-467c7f830f99", CellID->343309951] }, Open ]], Cell[CellGroupData[{ -Cell[10190, 259, 1895, 47, 37, "NotesSection",ExpressionUUID->"97d0c77a-2fb5-40d9-8334-52c21113540a", +Cell[10237, 263, 1894, 47, 37, "NotesSection",ExpressionUUID->"e8c1d631-1fe9-42bf-b7c4-4d1b9eecb295", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1135397140], -Cell[12088, 308, 858, 21, 57, "Notes",ExpressionUUID->"14b51a12-1003-4f96-b42c-6c010550d404", + CellID->357096248], +Cell[12134, 312, 858, 21, 57, "Notes",ExpressionUUID->"14b51a12-1003-4f96-b42c-6c010550d404", CellID->824055453], -Cell[12949, 331, 489, 12, 37, "Notes",ExpressionUUID->"7e7fc557-9c24-47ee-b7e6-c5add5426bcd", +Cell[12995, 335, 489, 12, 38, "Notes",ExpressionUUID->"7e7fc557-9c24-47ee-b7e6-c5add5426bcd", CellID->177724765], -Cell[13441, 345, 314, 5, 57, "Notes",ExpressionUUID->"23eb7fdd-1d70-430a-8d7c-6f1709b9523a", +Cell[13487, 349, 314, 5, 57, "Notes",ExpressionUUID->"23eb7fdd-1d70-430a-8d7c-6f1709b9523a", CellID->557388112], -Cell[13758, 352, 271, 5, 57, "Notes",ExpressionUUID->"a114d1da-d251-4284-ba2b-7b7c2bfd4d22", +Cell[13804, 356, 271, 5, 57, "Notes",ExpressionUUID->"a114d1da-d251-4284-ba2b-7b7c2bfd4d22", CellID->1765704302], -Cell[14032, 359, 267, 4, 49, "Notes",ExpressionUUID->"8d6a810a-cc52-43ea-bda8-09614a89d801", +Cell[14078, 363, 267, 4, 48, "Notes",ExpressionUUID->"8d6a810a-cc52-43ea-bda8-09614a89d801", CellID->13178], -Cell[14302, 365, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"8b70d08b-f61b-45a4-bb78-3ad4d469fecd", +Cell[14348, 369, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"8b70d08b-f61b-45a4-bb78-3ad4d469fecd", CellID->1782664966], -Cell[15114, 387, 795, 20, 40, "3ColumnTableMod",ExpressionUUID->"fc58982a-5d1d-440b-959c-e8f916be3c4a", +Cell[15160, 391, 795, 20, 41, "3ColumnTableMod",ExpressionUUID->"fc58982a-5d1d-440b-959c-e8f916be3c4a", CellID->210181412], -Cell[15912, 409, 746, 18, 42, "3ColumnTableMod",ExpressionUUID->"a7e7edc1-decb-4788-878a-39feea9428dc", +Cell[15958, 413, 746, 18, 43, "3ColumnTableMod",ExpressionUUID->"a7e7edc1-decb-4788-878a-39feea9428dc", CellID->342708527], -Cell[16661, 429, 498, 14, 37, "Notes",ExpressionUUID->"a346fb0f-bb73-44a8-afd9-58c48c40c0b1", +Cell[16707, 433, 498, 14, 38, "Notes",ExpressionUUID->"a346fb0f-bb73-44a8-afd9-58c48c40c0b1", CellID->731], -Cell[17162, 445, 494, 14, 37, "Notes",ExpressionUUID->"59fd4309-249a-4fc9-8d62-740418642cc2", +Cell[17208, 449, 494, 14, 38, "Notes",ExpressionUUID->"59fd4309-249a-4fc9-8d62-740418642cc2", CellID->1456141380], -Cell[17659, 461, 519, 15, 70, "Notes",ExpressionUUID->"2391973c-3380-4dab-a99c-70d8486aee38", +Cell[17705, 465, 519, 15, 70, "Notes",ExpressionUUID->"2391973c-3380-4dab-a99c-70d8486aee38", CellID->930587250] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18305, 482, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"21d6f0f4-6f3b-4c77-96ee-613b5b63fca5", +Cell[18351, 486, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3e400fc6-bf89-45b9-adf3-87d2a1872de9", CellTags->"PrimaryExamplesSection", - CellID->1877942906], + CellID->238113858], Cell[CellGroupData[{ -Cell[19751, 523, 1398, 36, 70, "ExampleSection",ExpressionUUID->"b70779b3-eb71-41b5-b7ef-0c4ce9b6175e", - CellID->746474473], -Cell[21152, 561, 118, 1, 70, "ExampleText",ExpressionUUID->"779a4f5c-2971-4aaa-b6e1-d3befce451b3", +Cell[19796, 527, 1399, 36, 70, "ExampleSection",ExpressionUUID->"726de822-9015-4c2b-988d-80d637fd973c", + CellID->1125969382], +Cell[21198, 565, 118, 1, 70, "ExampleText",ExpressionUUID->"779a4f5c-2971-4aaa-b6e1-d3befce451b3", CellID->550205680], Cell[CellGroupData[{ -Cell[21295, 566, 167, 3, 70, "Input",ExpressionUUID->"c72898c4-bfce-4e6f-9d63-b73676755457", +Cell[21341, 570, 167, 3, 70, "Input",ExpressionUUID->"c72898c4-bfce-4e6f-9d63-b73676755457", CellID->463810467], Cell[CellGroupData[{ -Cell[21487, 573, 237, 4, 70, "Print",ExpressionUUID->"77cab936-ab06-4a71-9033-392721a18dd3", +Cell[21533, 577, 237, 4, 70, "Print",ExpressionUUID->"77cab936-ab06-4a71-9033-392721a18dd3", CellID->1235573353], -Cell[21727, 579, 365, 8, 70, "Print",ExpressionUUID->"87a9d229-87ae-44ae-8f6b-9534c9770a3c", +Cell[21773, 583, 365, 8, 70, "Print",ExpressionUUID->"87a9d229-87ae-44ae-8f6b-9534c9770a3c", CellID->703243834], -Cell[22095, 589, 237, 4, 70, "Print",ExpressionUUID->"142b78f0-c059-4171-8495-a04a717557f3", +Cell[22141, 593, 237, 4, 70, "Print",ExpressionUUID->"142b78f0-c059-4171-8495-a04a717557f3", CellID->1078125172], -Cell[22335, 595, 220, 3, 70, "Print",ExpressionUUID->"9528c994-22f3-489e-bdf3-b8397bb7402e", +Cell[22381, 599, 220, 3, 70, "Print",ExpressionUUID->"9528c994-22f3-489e-bdf3-b8397bb7402e", CellID->775020702], -Cell[22558, 600, 208, 3, 70, "Print",ExpressionUUID->"3cb771e1-1a14-4d12-a520-a2128520dc9d", +Cell[22604, 604, 208, 3, 70, "Print",ExpressionUUID->"3cb771e1-1a14-4d12-a520-a2128520dc9d", CellID->1808319279], -Cell[22769, 605, 238, 4, 70, "Print",ExpressionUUID->"7f24dc1a-59a2-4990-9869-063a73dab4b8", +Cell[22815, 609, 238, 4, 70, "Print",ExpressionUUID->"7f24dc1a-59a2-4990-9869-063a73dab4b8", CellID->1538076272], -Cell[23010, 611, 221, 3, 70, "Print",ExpressionUUID->"a4de0844-7044-4b4b-81bd-0df17646d0b4", +Cell[23056, 615, 221, 3, 70, "Print",ExpressionUUID->"a4de0844-7044-4b4b-81bd-0df17646d0b4", CellID->1149460481], -Cell[23234, 616, 237, 4, 70, "Print",ExpressionUUID->"80ea7551-4ae2-44f4-8af6-f841dc1213ae", +Cell[23280, 620, 237, 4, 70, "Print",ExpressionUUID->"80ea7551-4ae2-44f4-8af6-f841dc1213ae", CellID->1648553569], -Cell[23474, 622, 237, 4, 70, "Print",ExpressionUUID->"26b95aaa-7db2-48d8-9519-623f30e97fcc", +Cell[23520, 626, 237, 4, 70, "Print",ExpressionUUID->"26b95aaa-7db2-48d8-9519-623f30e97fcc", CellID->2001705042], -Cell[23714, 628, 207, 3, 70, "Print",ExpressionUUID->"24c32da0-bda2-4040-8c5a-3e9d91057c37", +Cell[23760, 632, 207, 3, 70, "Print",ExpressionUUID->"24c32da0-bda2-4040-8c5a-3e9d91057c37", CellID->924534518], -Cell[23924, 633, 236, 4, 70, "Print",ExpressionUUID->"7c8473f3-d160-41b7-af4f-fdf04b3e1c18", +Cell[23970, 637, 236, 4, 70, "Print",ExpressionUUID->"7c8473f3-d160-41b7-af4f-fdf04b3e1c18", CellID->565914357] }, Open ]] }, Open ]], -Cell[24187, 641, 136, 1, 70, "ExampleText",ExpressionUUID->"22bc9ba0-2700-46f2-a3ce-0b833f7edc8c", +Cell[24233, 645, 136, 1, 70, "ExampleText",ExpressionUUID->"22bc9ba0-2700-46f2-a3ce-0b833f7edc8c", CellID->436815397], -Cell[24326, 644, 235, 6, 70, "Input",ExpressionUUID->"608c72ee-785a-426f-80f7-0da451640178", +Cell[24372, 648, 235, 6, 70, "Input",ExpressionUUID->"608c72ee-785a-426f-80f7-0da451640178", CellID->1070997148], Cell[CellGroupData[{ -Cell[24586, 654, 410, 9, 70, "Input",ExpressionUUID->"19567bc4-65e7-4a27-832c-714ad1f86374", +Cell[24632, 658, 410, 9, 70, "Input",ExpressionUUID->"19567bc4-65e7-4a27-832c-714ad1f86374", CellID->1584603174], -Cell[24999, 665, 419, 9, 36, "Output",ExpressionUUID->"3d0eea0e-48f9-4d74-99c0-62084e21e936", +Cell[25045, 669, 419, 9, 36, "Output",ExpressionUUID->"3d0eea0e-48f9-4d74-99c0-62084e21e936", CellID->1432123558] }, Open ]], -Cell[25433, 677, 238, 6, 70, "Input",ExpressionUUID->"7dd0b31d-d408-4018-8121-1ffb240df07c", +Cell[25479, 681, 238, 6, 70, "Input",ExpressionUUID->"7dd0b31d-d408-4018-8121-1ffb240df07c", CellID->1045830840], -Cell[25674, 685, 190, 4, 70, "ExampleText",ExpressionUUID->"00e83658-16fc-4822-a8ba-f770c70600f3", +Cell[25720, 689, 190, 4, 70, "ExampleText",ExpressionUUID->"00e83658-16fc-4822-a8ba-f770c70600f3", CellID->442973735], Cell[CellGroupData[{ -Cell[25889, 693, 171, 3, 70, "Input",ExpressionUUID->"49d50934-83e1-475a-9521-61893679b482", +Cell[25935, 697, 171, 3, 70, "Input",ExpressionUUID->"49d50934-83e1-475a-9521-61893679b482", CellID->1484396942], -Cell[26063, 698, 383, 9, 51, "Output",ExpressionUUID->"33116750-7eda-4042-9754-f4c0d8629aa1", +Cell[26109, 702, 383, 9, 50, "Output",ExpressionUUID->"33116750-7eda-4042-9754-f4c0d8629aa1", CellID->718891114] }, Open ]], -Cell[26461, 710, 160, 2, 70, "ExampleText",ExpressionUUID->"1a099de8-3c0f-424b-9e17-91edf1851399", +Cell[26507, 714, 160, 2, 70, "ExampleText",ExpressionUUID->"1a099de8-3c0f-424b-9e17-91edf1851399", CellID->1060596273], Cell[CellGroupData[{ -Cell[26646, 716, 164, 3, 70, "Input",ExpressionUUID->"9ddd7d97-74d5-4a49-9a41-b461a12cd432", +Cell[26692, 720, 164, 3, 70, "Input",ExpressionUUID->"9ddd7d97-74d5-4a49-9a41-b461a12cd432", CellID->834992429], -Cell[26813, 721, 161, 3, 36, "Output",ExpressionUUID->"1408d97a-b505-4d28-986b-3b9c3148ac0e", +Cell[26859, 725, 161, 3, 36, "Output",ExpressionUUID->"1408d97a-b505-4d28-986b-3b9c3148ac0e", CellID->1579399984] }, Open ]], -Cell[26989, 727, 131, 1, 70, "ExampleText",ExpressionUUID->"4ab416ef-9b75-4fe0-a63a-2dbbac51c471", +Cell[27035, 731, 131, 1, 70, "ExampleText",ExpressionUUID->"4ab416ef-9b75-4fe0-a63a-2dbbac51c471", CellID->3677670], Cell[CellGroupData[{ -Cell[27145, 732, 167, 3, 70, "Input",ExpressionUUID->"3883d2e9-0f32-42cd-a06d-6072298b396a", +Cell[27191, 736, 167, 3, 70, "Input",ExpressionUUID->"3883d2e9-0f32-42cd-a06d-6072298b396a", CellID->1548117906], -Cell[27315, 737, 160, 3, 36, "Output",ExpressionUUID->"66820386-1923-41e1-a324-885ac5eb474c", +Cell[27361, 741, 160, 3, 36, "Output",ExpressionUUID->"66820386-1923-41e1-a324-885ac5eb474c", CellID->2012170373] }, Open ]], -Cell[27490, 743, 182, 3, 70, "ExampleText",ExpressionUUID->"ddcdb1b0-b831-4526-a285-e81bc38e9744", +Cell[27536, 747, 182, 3, 70, "ExampleText",ExpressionUUID->"ddcdb1b0-b831-4526-a285-e81bc38e9744", CellID->442864375], Cell[CellGroupData[{ -Cell[27697, 750, 203, 4, 70, "Input",ExpressionUUID->"b6e23a71-f248-4246-a4c5-b2ca660a1768", +Cell[27743, 754, 203, 4, 70, "Input",ExpressionUUID->"b6e23a71-f248-4246-a4c5-b2ca660a1768", CellID->158260273], -Cell[27903, 756, 714, 15, 81, "Output",ExpressionUUID->"a6c0fd48-e76c-4446-838f-2c0b203a78b4", +Cell[27949, 760, 714, 15, 81, "Output",ExpressionUUID->"a6c0fd48-e76c-4446-838f-2c0b203a78b4", CellID->1611588168] }, Open ]], -Cell[28632, 774, 141, 1, 70, "ExampleText",ExpressionUUID->"f1c48aea-c5ce-4543-bb6c-f011b30697eb", +Cell[28678, 778, 141, 1, 70, "ExampleText",ExpressionUUID->"f1c48aea-c5ce-4543-bb6c-f011b30697eb", CellID->869761161], Cell[CellGroupData[{ -Cell[28798, 779, 191, 4, 70, "Input",ExpressionUUID->"b3e1804e-b12c-4bce-b8ea-03f7558236d2", +Cell[28844, 783, 191, 4, 70, "Input",ExpressionUUID->"b3e1804e-b12c-4bce-b8ea-03f7558236d2", CellID->1000252488], -Cell[28992, 785, 159, 3, 36, "Output",ExpressionUUID->"df5ff605-d8a4-4894-bd77-4e85f781ca10", +Cell[29038, 789, 159, 3, 36, "Output",ExpressionUUID->"df5ff605-d8a4-4894-bd77-4e85f781ca10", CellID->762596621] }, Open ]], -Cell[29166, 791, 140, 1, 70, "ExampleText",ExpressionUUID->"d180ff6e-c039-41ad-8883-43932d722870", +Cell[29212, 795, 140, 1, 70, "ExampleText",ExpressionUUID->"d180ff6e-c039-41ad-8883-43932d722870", CellID->1351374631], Cell[CellGroupData[{ -Cell[29331, 796, 255, 5, 70, "Input",ExpressionUUID->"7000f73e-420a-43fc-8b55-ed4001b38102", +Cell[29377, 800, 255, 5, 70, "Input",ExpressionUUID->"7000f73e-420a-43fc-8b55-ed4001b38102", CellID->487981816], -Cell[29589, 803, 3056, 71, 294, "Output",ExpressionUUID->"a8a24735-8663-48d7-beb8-51ae6342dabd", +Cell[29635, 807, 3056, 71, 293, "Output",ExpressionUUID->"a8a24735-8663-48d7-beb8-51ae6342dabd", CellID->845224810] }, Open ]], -Cell[32660, 877, 154, 1, 70, "ExampleText",ExpressionUUID->"7b289587-e706-4bc8-aa2b-02e2644589bc", +Cell[32706, 881, 154, 1, 70, "ExampleText",ExpressionUUID->"7b289587-e706-4bc8-aa2b-02e2644589bc", CellID->1420360997], Cell[CellGroupData[{ -Cell[32839, 882, 251, 5, 70, "Input",ExpressionUUID->"9470084c-d68a-4725-9e1b-18c571f7f1b2", +Cell[32885, 886, 251, 5, 70, "Input",ExpressionUUID->"9470084c-d68a-4725-9e1b-18c571f7f1b2", CellID->1414907990], -Cell[33093, 889, 2872, 68, 294, "Output",ExpressionUUID->"fe82f82c-a2f7-4212-ae40-b1750c698e01", +Cell[33139, 893, 2872, 68, 293, "Output",ExpressionUUID->"fe82f82c-a2f7-4212-ae40-b1750c698e01", CellID->269263867] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[36253, 970, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"65177260-11f1-4ffa-95d0-df79b67b2c45"], +Cell[41691, 1120, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f50b6190-a517-44c7-a8db-f5ea349d2508"], +Cell[42364, 1140, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"47218b53-c18d-4a04-ab52-f9c3a0642289"], +Cell[43400, 1168, 1580, 46, 70, "RelatedLinksSection",ExpressionUUID->"dff5a396-c3ee-4e84-b433-f89decdffb4d"], Cell[CellGroupData[{ -Cell[36229, 968, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"fc7498b2-f8ae-48e2-923d-e41b03352241"], -Cell[41667, 1118, 670, 18, 70, "TechNotesSection",ExpressionUUID->"56d6ccae-55a0-4d6e-a36b-cc1b73f30080"] -}, Open ]], -Cell[42352, 1139, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5f416912-233b-4632-be25-6b4d5df42205"], -Cell[43388, 1167, 1580, 46, 70, "RelatedLinksSection",ExpressionUUID->"074f7659-daf0-44af-adc6-5708e0e23485"], -Cell[CellGroupData[{ -Cell[44993, 1217, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b5b96a8e-56c0-42dd-84c1-ff9f409e5353", +Cell[45005, 1218, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"b5b96a8e-56c0-42dd-84c1-ff9f409e5353", CellID->174251628], -Cell[45133, 1220, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"29cf4ff6-9c14-4b64-bf62-34531c4a77da", +Cell[45145, 1221, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"29cf4ff6-9c14-4b64-bf62-34531c4a77da", CellID->1194386356], -Cell[45355, 1226, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"206b6480-53fc-4557-805c-ca16ef0488fd", +Cell[45367, 1227, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"206b6480-53fc-4557-805c-ca16ef0488fd", CellID->1641706272], -Cell[45570, 1231, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8e560677-d863-4f29-9441-061cd9ccc2b4", +Cell[45582, 1232, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8e560677-d863-4f29-9441-061cd9ccc2b4", CellID->399251956], -Cell[45799, 1237, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a18a4308-d4d3-415e-a111-8f74bf5985c8", +Cell[45811, 1238, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a18a4308-d4d3-415e-a111-8f74bf5985c8", CellID->821434655] }, Open ]], -Cell[46036, 1243, 78, 0, 70, "FooterCell",ExpressionUUID->"366251e2-3ae0-48b5-bda7-edefccdb8943"] +Cell[46048, 1244, 78, 0, 70, "FooterCell",ExpressionUUID->"0f00f4df-8dcc-4001-877a-2dcc41a41003"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UnanConvexQ.nb b/Documentation/English/ReferencePages/Symbols/UnanConvexQ.nb index db0230d..12d74fe 100644 --- a/Documentation/English/ReferencePages/Symbols/UnanConvexQ.nb +++ b/Documentation/English/ReferencePages/Symbols/UnanConvexQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52123, 1357] -NotebookOptionsPosition[ 41775, 1155] -NotebookOutlinePosition[ 44078, 1211] -CellTagsIndexPosition[ 43992, 1206] +NotebookDataLength[ 52119, 1357] +NotebookOptionsPosition[ 41784, 1156] +NotebookOutlinePosition[ 44109, 1213] +CellTagsIndexPosition[ 44023, 1208] WindowTitle->UnanConvexQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f9cb74a5-8d91-41bc-af24-9c650d6c8689"], + "c7ad751a-73aa-4755-8851-bbe69872530e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "13039e40-e345-46b0-a764-85d192662601"], + "b485867b-11f3-4d1a-98e8-7a2c48edee07"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a3f95d9f-06ab-424a-94b9-72cbaee40bf0"] - }],ExpressionUUID->"158ec70a-7843-4d49-9deb-a6e68e292e42"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "1367d489-ff49-449b-afed-46f76ca8509a"] + }],ExpressionUUID->"8878333a-5f11-450b-816f-78cdf1f26264"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "78cacd4f-4100-4144-8ad2-68a96df9ac43"], + "1981821d-776b-4344-83a0-27077044110b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0ab34fa4-5029-46e5-bbcd-de4f3e714095"] - }],ExpressionUUID->"f90c1e9e-65fd-4fc3-9588-58012a8b7f53"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0e6e07b1-6541-4308-aead-1956f8eda0a6"] + }],ExpressionUUID->"7e59374e-f080-4fc8-a55b-83a2d9415da0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6958e12c-b880-48b5-9cb8-34606b8b57ce"], + "69c9e707-4aed-41b4-871e-d177b84c8411"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "771a768e-664c-4809-8278-7645f63adbe8"] - }],ExpressionUUID->"e00f459d-6161-414a-82ae-44156622f024"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bff1ddab-0924-476f-8297-4101e65d4d2a"] + }],ExpressionUUID->"b6bde67c-3734-49e2-a291-426685db1ed8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eec895c3-b6f8-478e-b375-ac837cd6832f"], + "efac354b-1df7-4bf1-9491-90217e15be49"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a916ce3e-bef3-462e-ba35-4306c39abf53"] - }],ExpressionUUID->"ecebc773-6856-4629-9ad9-19040b1acf2b"], - StripOnInput->False], {"\<\"TUG/ref/UnanConvexQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UnanConvexQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UnanConvexQ.\ + "bb88b7bc-f312-4f9b-bfd6-fa9830672735"] + }],ExpressionUUID->"2434bef0-c860-4d35-8b0f-7dc0cc2f16e2"], + StripOnInput->False],{ + "\"TUG/ref/UnanConvexQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UnanConvexQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/UnanConvexQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$200285], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UnanConvexQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$215983], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UnanConvexQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "82edc069-5ac9-42ce-9863-6ae78f49511e"] + "ff50427f-8421-46ce-9a99-0012858b68b3"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "9a391759-cfb5-4169-ab60-18c7d186471c"]} + "ab5564bd-25eb-481d-8bbf-d2d26ec01b1d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b0289a2e-4500-4ac6-8f06-eaf3f8949a25"], + CellID->1,ExpressionUUID->"64c99a2d-253c-4a07-b2b7-74bfd3bd01dd"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"ebc267a5-68f9-4697-a4e1-60c7470fa74e"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6725ad48-2f73-4ee5-8a22-c339a67a68fd"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UnanConvexQ", "ObjectName",ExpressionUUID-> - "798d7d4b-996b-4b2a-954f-1d8f7e11328e"], + "94d853b9-bf35-4b7c-b12b-4f5b864c9e23"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ab8eef20-a651-492d-9f05-c1126cd605a9"], + "Spacer1"]],ExpressionUUID->"466f5929-8dbf-4d48-b8a1-ab84e5d37621"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e3526d98-1e00-4daa-b7d2-e11bb7c0b521"] - }],ExpressionUUID->"4a2d2445-ffb5-4f4a-b873-d9e1b749c2a5"], Cell[BoxData[ + "4a3f6d64-083f-4e81-bd50-f286fb2b059b"] + }],ExpressionUUID->"e1f5e9ef-5f03-49d0-bee3-f023694ace01"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "912ba760-23ae-49f7-8fe2-688cf106b2cc"]} + "3070e583-92df-4130-9860-0c633b6de491"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"fb433593-df93-43c3-ae7d-8a8f88c660c0"], + CacheGraphics->False,ExpressionUUID->"a9bdf692-18eb-4fb0-9ef3-ff19bfa37cc8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ " \[LineSeparator]checks if the coordinates satisfy the sufficient and \ necessary condition of convexity of the game in terms of the marginal \ variations of the unanimity coordinates." - }],ExpressionUUID->"f44e7e47-a699-46b9-a89f-efe71300bc2b"]}, + }],ExpressionUUID->"4312f405-a20f-4d16-994e-eddf9fcf3307"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"UnanConvexQ", "[", @@ -249,7 +253,7 @@ variations of the unanimity coordinates." "0e126ea4-9778-4f73-b29e-1f9796dfef99"], " \[LineSeparator]calling the function with its option returns \ intermediate results, all terms must be non-negative. " - }],ExpressionUUID->"66babbf6-798a-4038-a686-f561d7e112c3"]} + }],ExpressionUUID->"cafadce9-aabc-454c-949a-b58136f96048"]} }]], "Usage", CellID->1092607563,ExpressionUUID->"fd33859b-3205-4f86-a623-ebcfe51125fa"] }, Open ]], @@ -282,12 +286,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"42db04a1-4096-4ddf-b6c6-05a11fadc3f6"], + ExpressionUUID->"148b4d2c-7668-4a4f-9406-918844bfcf9f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"66d3bba7-a7ba-435c-ae0d-a015a272d7ff"], + "Spacer1"]],ExpressionUUID->"331f1c7b-3ef2-4ec0-b063-cbf1bfcf2d4e"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"15ef678d-e9b9-42d8-a914-0361696b0a3a"], + }], "NotesFrameText",ExpressionUUID->"10cba0a6-403b-4485-8f82-7559a46dcc2d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -298,12 +302,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b45284d1-27c5-47f6-84fb-6ffe99f14e27"]], \ + "Preemptive"]],ExpressionUUID->"e9218cbc-7ab8-4f9f-a07c-1c44aba617d4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->244272783,ExpressionUUID->"57942619-9253-40ed-abf2-2f31a05b6510"], + CellID->98854764,ExpressionUUID->"853e904e-5cf5-4fc0-8263-88d6c648ffaf"], Cell[TextData[{ "The expression ", @@ -369,7 +373,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "04531e29-39cc-48a6-97ed-2e57bbe3c62c"], + "1b436cfb-4df6-413f-83d3-fd2ce8ec87ae"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -391,7 +395,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "efce5265-e446-4dfc-ad8f-08e5b1087333"], + "7da981b5-4583-4fcc-9d73-bc53b3b4fe51"], TemplateBox[{ Cell[ TextData["DisplayCoord"]], "paclet:TUG/ref/DisplayCoord", @@ -413,7 +417,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "27b229ae-bc82-4ef1-bcfd-a942d2f4fdd6"], + "0d747a57-7e87-4f8b-9f0f-27372c5ab1ca"], TemplateBox[{ Cell[ TextData["NumericalPrec"]], "paclet:TUG/ref/NumericalPrec", @@ -509,19 +513,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e24c0c22-fa6b-4875-86d0-28448bddab96"], + ExpressionUUID->"2784e2de-aa5a-4808-896b-e5978304267d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"56f737c3-5c27-477a-8448-3cb04b94213d"], + "Spacer1"]],ExpressionUUID->"2d1478e0-76fa-4d5b-82ae-f96f810195da"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "1ef3718c-afc4-425c-84cc-e4ed4d9c9182"] + "768748db-2d85-48c4-8726-73b04501f4e0"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1343039971,ExpressionUUID->"01d7a0ad-2bff-49ff-b383-5f4e2338d116"], + CellID->1174646999,ExpressionUUID->"6287683c-52f9-4305-9224-20bca816c175"], Cell[CellGroupData[{ @@ -550,18 +554,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0d18ba3e-844e-45ab-805e-761463f8da9a"], + ExpressionUUID->"442418a0-d46e-41b1-ac0d-760b7470883e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"91bddd9b-614c-4087-b8f3-be56279714d9"], + "Spacer1"]],ExpressionUUID->"235dab5b-2de8-4842-a237-c2ce0c3115e3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c7784092-41ab-4eef-af51-401501a9b5f3"] + "135e7337-5e92-4aa1-af9b-122be1b7f7e7"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1096208692,ExpressionUUID->"cb125e4c-c5ec-4f55-bdd9-3f10c7cd2ca6"], + CellID->189192687,ExpressionUUID->"ee061e6a-434c-469d-b0e7-c1ee0612c27a"], Cell["Loading the package:", "ExampleText", CellID->731972147,ExpressionUUID->"a3e5fdf0-b233-4081-a939-01fabb659c1b"], @@ -857,8 +861,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1006,15 +1008,15 @@ Cell[BoxData[GridBox[{ "8526a551-62c0-4501-9d58-d89a2d182d3d"] }], "SeeAlso",ExpressionUUID->"0eeeb45d-9afd-483d-ab55-6e30874d798e"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e0f504b7-7b65-4a46-87b6-\ -9146dfeb93e8"], + }]], "SeeAlsoSection",ExpressionUUID->"bd17db71-e5f1-4e2a-8ba9-\ +a8fef2b55faa"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1026,9 +1028,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"84136e22-9c72-462e-bde2-ee80ac494f57"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"bfd24d4e-a440-47bf-9166-\ -e9365876babe"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"556d7ca3-052d-4b78-a2b4-\ +5cc601621479"], Cell[BoxData[GridBox[{ { @@ -1045,7 +1046,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "8b3e5cb3-7ab8-4026-943c-f5413ad95623"]}]}, + "599dd6f4-0032-4cf0-927e-95feeb597206"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1053,10 +1054,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9235e05b-f336-4e4d-8657-cf0f517a7942"]}]} + "7afb8237-972d-4008-acd0-eb0251e66365"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2b2f6239-7ba7-4886-9963-\ -826494f7b53d"], + }]], "MoreAboutSection",ExpressionUUID->"92a38b75-9487-4d9a-a382-\ +79e954ca1cd5"], Cell[BoxData[GridBox[{ { @@ -1083,7 +1084,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8c213c69-f850-43ca-b88a-5b2e93285441"]], "RelatedLinks", + "6c1bd77b-e04c-4e31-93ea-33113e9f4774"]], "RelatedLinks", ExpressionUUID->"bb754c6d-7546-43fd-b88f-58b1e906dabc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1100,7 +1101,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanAvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "953a8726-139f-4447-aa9a-9108ae769b49"]], "RelatedLinks", + "73eced62-281d-4ff2-ada3-9c4506ee92ed"]], "RelatedLinks", ExpressionUUID->"f6224bd3-4100-4f6b-88ec-d42640e3104e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1117,11 +1118,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UnanimityCoordinates"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e0d9a4f4-b474-437d-8a67-8feaaae7ce84"]], "RelatedLinks", + "1fcfa94d-d194-4a92-9b44-161dd5214031"]], "RelatedLinks", ExpressionUUID->"57aaa796-3127-4106-af09-4c8dd23e8713"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"f5d57d05-d01d-4d84-bbe4-\ -8ccdf8a8023d"], + }]], "RelatedLinksSection",ExpressionUUID->"b6c940b8-0c13-4783-aa6f-\ +30ea4d8f4dd0"], Cell[CellGroupData[{ @@ -1151,11 +1152,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"d101ece9-d93b-4e78-af09-e5e62d079c12"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7ed2da60-8d87-49bd-a0a8-088abc4bc0db"] +Cell[" ", "FooterCell",ExpressionUUID->"ce961d41-30d6-4839-bca0-e657ca39b536"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UnanConvexQ", TaggingRules->{ @@ -1166,7 +1167,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 45.238627}", + "built" -> "{2024, 6, 3, 16, 56, 4.720114}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1176,10 +1177,11 @@ necessary condition of convexity of the game in terms of the marginal \ variations of the unanimity coordinates. UnanConvexQ[uc, T, options] calling \ the function with its option returns intermediate results, all terms must be \ non-negative. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "UnanConvexQ", "titlemodifier" -> "", "windowtitle" -> "UnanConvexQ", - "type" -> "Symbol", "uri" -> "TUG/ref/UnanConvexQ"}}, + "UnanConvexQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "UnanConvexQ", "type" -> "Symbol", "uri" -> + "TUG/ref/UnanConvexQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1188,9 +1190,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"22807838-7d46-41a1-9f90-62922a6f005c" +ExpressionUUID->"4e6ec852-bdc4-4afd-96cf-9b1a64791e69" ] (* End of Notebook Content *) @@ -1198,167 +1200,165 @@ ExpressionUUID->"22807838-7d46-41a1-9f90-62922a6f005c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[18367, 486, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"01d7a0ad-2bff-49ff-b383-5f4e2338d116", + Cell[18411, 490, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6287683c-52f9-4305-9224-20bca816c175", CellTags->"PrimaryExamplesSection", - CellID->1343039971]} + CellID->1174646999]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 43791, 1199} + {"PrimaryExamplesSection", 43822, 1201} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7058, 168, 56, "AnchorBarGrid",ExpressionUUID->"b0289a2e-4500-4ac6-8f06-eaf3f8949a25", +Cell[583, 21, 7103, 172, 57, "AnchorBarGrid",ExpressionUUID->"64c99a2d-253c-4a07-b2b7-74bfd3bd01dd", CellID->1], -Cell[7644, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"ebc267a5-68f9-4697-a4e1-60c7470fa74e"], +Cell[7689, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6725ad48-2f73-4ee5-8a22-c339a67a68fd"], Cell[CellGroupData[{ -Cell[7755, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"fb433593-df93-43c3-ae7d-8a8f88c660c0"], -Cell[9043, 232, 1049, 21, 209, "Usage",ExpressionUUID->"fd33859b-3205-4f86-a623-ebcfe51125fa", +Cell[7800, 199, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"a9bdf692-18eb-4fb0-9ef3-ff19bfa37cc8"], +Cell[9088, 236, 1049, 21, 208, "Usage",ExpressionUUID->"fd33859b-3205-4f86-a623-ebcfe51125fa", CellID->1092607563] }, Open ]], Cell[CellGroupData[{ -Cell[10129, 258, 1894, 47, 37, "NotesSection",ExpressionUUID->"57942619-9253-40ed-abf2-2f31a05b6510", +Cell[10174, 262, 1893, 47, 37, "NotesSection",ExpressionUUID->"853e904e-5cf5-4fc0-8263-88d6c648ffaf", CellGroupingRules->{"SectionGrouping", 50}, - CellID->244272783], -Cell[12026, 307, 858, 21, 57, "Notes",ExpressionUUID->"1d2b8dc9-1c62-47c9-9b7b-476c4c7ae190", + CellID->98854764], +Cell[12070, 311, 858, 21, 57, "Notes",ExpressionUUID->"1d2b8dc9-1c62-47c9-9b7b-476c4c7ae190", CellID->824055453], -Cell[12887, 330, 489, 12, 37, "Notes",ExpressionUUID->"aa9599f6-8ad6-4517-8d3a-1acb6ba6f39f", +Cell[12931, 334, 489, 12, 38, "Notes",ExpressionUUID->"aa9599f6-8ad6-4517-8d3a-1acb6ba6f39f", CellID->177724765], -Cell[13379, 344, 227, 4, 36, "Notes",ExpressionUUID->"cc0ed311-20fe-4de7-bbdd-2db4004ea97f", +Cell[13423, 348, 227, 4, 36, "Notes",ExpressionUUID->"cc0ed311-20fe-4de7-bbdd-2db4004ea97f", CellID->1176236859], -Cell[13609, 350, 208, 4, 36, "Notes",ExpressionUUID->"fc493524-0139-4f38-9f56-e6fc637979cf", +Cell[13653, 354, 208, 4, 36, "Notes",ExpressionUUID->"fc493524-0139-4f38-9f56-e6fc637979cf", CellID->1275038213], -Cell[13820, 356, 271, 5, 57, "Notes",ExpressionUUID->"82b91c07-6915-47a8-b5c0-c204b507aac5", +Cell[13864, 360, 271, 5, 57, "Notes",ExpressionUUID->"82b91c07-6915-47a8-b5c0-c204b507aac5", CellID->1765704302], -Cell[14094, 363, 267, 4, 49, "Notes",ExpressionUUID->"2fe30f97-636e-49a0-b420-a0f574178808", +Cell[14138, 367, 267, 4, 48, "Notes",ExpressionUUID->"2fe30f97-636e-49a0-b420-a0f574178808", CellID->13178], -Cell[14364, 369, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"66037e5c-4e15-4e42-a125-26af16b5ba4f", +Cell[14408, 373, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"66037e5c-4e15-4e42-a125-26af16b5ba4f", CellID->1782664966], -Cell[15176, 391, 795, 20, 40, "3ColumnTableMod",ExpressionUUID->"131c5fe5-cfc5-4582-b7ae-6cf03b3426ac", +Cell[15220, 395, 795, 20, 41, "3ColumnTableMod",ExpressionUUID->"131c5fe5-cfc5-4582-b7ae-6cf03b3426ac", CellID->210181412], -Cell[15974, 413, 746, 18, 42, "3ColumnTableMod",ExpressionUUID->"560a8119-3233-4c0e-a3fd-dd3e58af008b", +Cell[16018, 417, 746, 18, 43, "3ColumnTableMod",ExpressionUUID->"560a8119-3233-4c0e-a3fd-dd3e58af008b", CellID->342708527], -Cell[16723, 433, 498, 14, 37, "Notes",ExpressionUUID->"e8e57dc7-4a38-4ff4-acc5-5886782a8ec8", +Cell[16767, 437, 498, 14, 38, "Notes",ExpressionUUID->"e8e57dc7-4a38-4ff4-acc5-5886782a8ec8", CellID->731], -Cell[17224, 449, 494, 14, 37, "Notes",ExpressionUUID->"9e953809-20e2-408d-bfff-7a2e615215a6", +Cell[17268, 453, 494, 14, 38, "Notes",ExpressionUUID->"9e953809-20e2-408d-bfff-7a2e615215a6", CellID->1456141380], -Cell[17721, 465, 519, 15, 70, "Notes",ExpressionUUID->"6133a560-92f3-447d-b7fc-ba71dfd3c967", +Cell[17765, 469, 519, 15, 70, "Notes",ExpressionUUID->"6133a560-92f3-447d-b7fc-ba71dfd3c967", CellID->930587250] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[18367, 486, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"01d7a0ad-2bff-49ff-b383-5f4e2338d116", +Cell[18411, 490, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"6287683c-52f9-4305-9224-20bca816c175", CellTags->"PrimaryExamplesSection", - CellID->1343039971], + CellID->1174646999], Cell[CellGroupData[{ -Cell[19813, 527, 1399, 36, 70, "ExampleSection",ExpressionUUID->"cb125e4c-c5ec-4f55-bdd9-3f10c7cd2ca6", - CellID->1096208692], -Cell[21215, 565, 118, 1, 70, "ExampleText",ExpressionUUID->"a3e5fdf0-b233-4081-a939-01fabb659c1b", +Cell[19857, 531, 1398, 36, 70, "ExampleSection",ExpressionUUID->"ee061e6a-434c-469d-b0e7-c1ee0612c27a", + CellID->189192687], +Cell[21258, 569, 118, 1, 70, "ExampleText",ExpressionUUID->"a3e5fdf0-b233-4081-a939-01fabb659c1b", CellID->731972147], Cell[CellGroupData[{ -Cell[21358, 570, 167, 3, 70, "Input",ExpressionUUID->"17343fd4-a6e4-4560-ac4e-4636b34c8cdd", +Cell[21401, 574, 167, 3, 70, "Input",ExpressionUUID->"17343fd4-a6e4-4560-ac4e-4636b34c8cdd", CellID->685176875], Cell[CellGroupData[{ -Cell[21550, 577, 236, 4, 70, "Print",ExpressionUUID->"035e6aea-5a36-4353-9490-b00bce4dc915", +Cell[21593, 581, 236, 4, 70, "Print",ExpressionUUID->"035e6aea-5a36-4353-9490-b00bce4dc915", CellID->364391516], -Cell[21789, 583, 364, 8, 70, "Print",ExpressionUUID->"308fee72-1854-42c5-a56d-6502cf38ebd4", +Cell[21832, 587, 364, 8, 70, "Print",ExpressionUUID->"308fee72-1854-42c5-a56d-6502cf38ebd4", CellID->73498022], -Cell[22156, 593, 236, 4, 70, "Print",ExpressionUUID->"cc0f307a-6bf4-4b1e-915e-da2c3b58e6e6", +Cell[22199, 597, 236, 4, 70, "Print",ExpressionUUID->"cc0f307a-6bf4-4b1e-915e-da2c3b58e6e6", CellID->142714665], -Cell[22395, 599, 221, 3, 70, "Print",ExpressionUUID->"89a637d6-bf7f-49cb-abb3-bef9fa9a3279", +Cell[22438, 603, 221, 3, 70, "Print",ExpressionUUID->"89a637d6-bf7f-49cb-abb3-bef9fa9a3279", CellID->1718787478], -Cell[22619, 604, 207, 3, 70, "Print",ExpressionUUID->"75dda261-908f-4dec-8c36-9ca87b23500b", +Cell[22662, 608, 207, 3, 70, "Print",ExpressionUUID->"75dda261-908f-4dec-8c36-9ca87b23500b", CellID->708696620], -Cell[22829, 609, 237, 4, 70, "Print",ExpressionUUID->"2feb0575-9d54-4f53-9e89-8d00b28b1144", +Cell[22872, 613, 237, 4, 70, "Print",ExpressionUUID->"2feb0575-9d54-4f53-9e89-8d00b28b1144", CellID->969427361], -Cell[23069, 615, 221, 3, 70, "Print",ExpressionUUID->"91c9be09-7a21-47a8-be45-520aaab78723", +Cell[23112, 619, 221, 3, 70, "Print",ExpressionUUID->"91c9be09-7a21-47a8-be45-520aaab78723", CellID->1511691686], -Cell[23293, 620, 237, 4, 70, "Print",ExpressionUUID->"e5e637cb-f6f0-41c0-9807-688ff4a9eebf", +Cell[23336, 624, 237, 4, 70, "Print",ExpressionUUID->"e5e637cb-f6f0-41c0-9807-688ff4a9eebf", CellID->1114538406], -Cell[23533, 626, 237, 4, 70, "Print",ExpressionUUID->"718ee3bf-cf8c-4e09-85d2-9738d1aa1104", +Cell[23576, 630, 237, 4, 70, "Print",ExpressionUUID->"718ee3bf-cf8c-4e09-85d2-9738d1aa1104", CellID->1105349769], -Cell[23773, 632, 208, 3, 70, "Print",ExpressionUUID->"1070d233-07d4-4c46-83a4-0a3366d53535", +Cell[23816, 636, 208, 3, 70, "Print",ExpressionUUID->"1070d233-07d4-4c46-83a4-0a3366d53535", CellID->1001039026], -Cell[23984, 637, 237, 4, 70, "Print",ExpressionUUID->"7f3818f1-e867-46f2-8a99-a6247bd6b406", +Cell[24027, 641, 237, 4, 70, "Print",ExpressionUUID->"7f3818f1-e867-46f2-8a99-a6247bd6b406", CellID->1014734860] }, Open ]] }, Open ]], -Cell[24248, 645, 136, 1, 70, "ExampleText",ExpressionUUID->"613ca360-f747-4171-86e7-f96c0f67d588", +Cell[24291, 649, 136, 1, 70, "ExampleText",ExpressionUUID->"613ca360-f747-4171-86e7-f96c0f67d588", CellID->622761448], -Cell[24387, 648, 235, 6, 70, "Input",ExpressionUUID->"26dfe27e-7dfa-47b7-9dd6-5f0accfbe7c6", +Cell[24430, 652, 235, 6, 70, "Input",ExpressionUUID->"26dfe27e-7dfa-47b7-9dd6-5f0accfbe7c6", CellID->1623982850], Cell[CellGroupData[{ -Cell[24647, 658, 359, 8, 70, "Input",ExpressionUUID->"5d043fbc-5a50-4fe2-9d05-77874cc2d30d", +Cell[24690, 662, 359, 8, 70, "Input",ExpressionUUID->"5d043fbc-5a50-4fe2-9d05-77874cc2d30d", CellID->246521572], -Cell[25009, 668, 362, 8, 36, "Output",ExpressionUUID->"81c9c3c1-4b02-4e0c-b8de-392937a83d29", +Cell[25052, 672, 362, 8, 36, "Output",ExpressionUUID->"81c9c3c1-4b02-4e0c-b8de-392937a83d29", CellID->804925414] }, Open ]], -Cell[25386, 679, 238, 6, 70, "Input",ExpressionUUID->"ee469e88-2e6d-455b-9dad-8112fccd27d9", +Cell[25429, 683, 238, 6, 70, "Input",ExpressionUUID->"ee469e88-2e6d-455b-9dad-8112fccd27d9", CellID->1229589113], -Cell[25627, 687, 189, 4, 70, "ExampleText",ExpressionUUID->"042c1222-577c-4ecc-aaf7-f288f1ce83a1", +Cell[25670, 691, 189, 4, 70, "ExampleText",ExpressionUUID->"042c1222-577c-4ecc-aaf7-f288f1ce83a1", CellID->75742402], Cell[CellGroupData[{ -Cell[25841, 695, 168, 3, 70, "Input",ExpressionUUID->"744baba5-d40b-4a7f-a1b2-bf74fe773de9", +Cell[25884, 699, 168, 3, 70, "Input",ExpressionUUID->"744baba5-d40b-4a7f-a1b2-bf74fe773de9", CellID->900473832], -Cell[26012, 700, 384, 9, 51, "Output",ExpressionUUID->"3b832645-c994-4811-86e6-4fe71a61af3a", +Cell[26055, 704, 384, 9, 50, "Output",ExpressionUUID->"3b832645-c994-4811-86e6-4fe71a61af3a", CellID->1797696598] }, Open ]], -Cell[26411, 712, 175, 3, 70, "ExampleText",ExpressionUUID->"cd2eb3e0-e811-4e5d-be6d-674a8d273544", +Cell[26454, 716, 175, 3, 70, "ExampleText",ExpressionUUID->"cd2eb3e0-e811-4e5d-be6d-674a8d273544", CellID->1494834736], Cell[CellGroupData[{ -Cell[26611, 719, 204, 4, 70, "Input",ExpressionUUID->"39244979-d6d6-4251-bcb7-3cd6df23b9b4", +Cell[26654, 723, 204, 4, 70, "Input",ExpressionUUID->"39244979-d6d6-4251-bcb7-3cd6df23b9b4", CellID->1251979261], -Cell[26818, 725, 525, 13, 51, "Output",ExpressionUUID->"52252dd5-886e-4ff0-a550-3bff91773b91", +Cell[26861, 729, 525, 13, 50, "Output",ExpressionUUID->"52252dd5-886e-4ff0-a550-3bff91773b91", CellID->1317378564] }, Open ]], -Cell[27358, 741, 142, 1, 70, "ExampleText",ExpressionUUID->"d68c9fd1-2567-44b2-9353-aebacc601d41", +Cell[27401, 745, 142, 1, 70, "ExampleText",ExpressionUUID->"d68c9fd1-2567-44b2-9353-aebacc601d41", CellID->1499802495], Cell[CellGroupData[{ -Cell[27525, 746, 188, 4, 70, "Input",ExpressionUUID->"fa6d631c-bbbb-48d2-9d8b-d5ff947567a0", +Cell[27568, 750, 188, 4, 70, "Input",ExpressionUUID->"fa6d631c-bbbb-48d2-9d8b-d5ff947567a0", CellID->622389301], -Cell[27716, 752, 159, 3, 36, "Output",ExpressionUUID->"7baaf86a-de85-4850-a4c6-c79f11d943aa", +Cell[27759, 756, 159, 3, 36, "Output",ExpressionUUID->"7baaf86a-de85-4850-a4c6-c79f11d943aa", CellID->203779182] }, Open ]], -Cell[27890, 758, 256, 4, 70, "ExampleText",ExpressionUUID->"919aa50b-4d08-4f89-b418-047ef3559e00", +Cell[27933, 762, 256, 4, 70, "ExampleText",ExpressionUUID->"919aa50b-4d08-4f89-b418-047ef3559e00", CellID->1345707947], -Cell[28149, 764, 362, 8, 70, "ExampleText",ExpressionUUID->"914bafce-da11-423b-bb73-3a077f6d1d7f", +Cell[28192, 768, 362, 8, 70, "ExampleText",ExpressionUUID->"914bafce-da11-423b-bb73-3a077f6d1d7f", CellID->1317384910], Cell[CellGroupData[{ -Cell[28536, 776, 251, 5, 70, "Input",ExpressionUUID->"77956033-dad7-4a10-a0ab-70b9633d06a5", +Cell[28579, 780, 251, 5, 70, "Input",ExpressionUUID->"77956033-dad7-4a10-a0ab-70b9633d06a5", CellID->27160798], -Cell[28790, 783, 923, 28, 51, "Output",ExpressionUUID->"c1b75f01-30e6-420c-aedb-6046b49ddc86", +Cell[28833, 787, 923, 28, 50, "Output",ExpressionUUID->"c1b75f01-30e6-420c-aedb-6046b49ddc86", CellID->1831206106] }, Open ]], -Cell[29728, 814, 153, 1, 70, "ExampleText",ExpressionUUID->"3c16b6b6-7111-4329-9985-4d7c98bc0634", +Cell[29771, 818, 153, 1, 70, "ExampleText",ExpressionUUID->"3c16b6b6-7111-4329-9985-4d7c98bc0634", CellID->850328915], Cell[CellGroupData[{ -Cell[29906, 819, 247, 5, 70, "Input",ExpressionUUID->"fc8c2247-265c-428d-ac37-5674beb8dcb3", +Cell[29949, 823, 247, 5, 70, "Input",ExpressionUUID->"fc8c2247-265c-428d-ac37-5674beb8dcb3", CellID->563402489], -Cell[30156, 826, 819, 24, 51, "Output",ExpressionUUID->"edc204f0-a7a8-496b-a4bb-0bb7a8a24733", +Cell[30199, 830, 819, 24, 50, "Output",ExpressionUUID->"edc204f0-a7a8-496b-a4bb-0bb7a8a24733", CellID->38060084] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[31260, 863, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"bd17db71-e5f1-4e2a-8ba9-a8fef2b55faa"], +Cell[36698, 1013, 670, 18, 70, "TechNotesSection",ExpressionUUID->"556d7ca3-052d-4b78-a2b4-5cc601621479"], +Cell[37371, 1033, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"92a38b75-9487-4d9a-a382-79e954ca1cd5"], +Cell[38407, 1061, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"b6c940b8-0c13-4783-aa6f-30ea4d8f4dd0"], Cell[CellGroupData[{ -Cell[31239, 861, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"e0f504b7-7b65-4a46-87b6-9146dfeb93e8"], -Cell[36677, 1011, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bfd24d4e-a440-47bf-9166-e9365876babe"] -}, Open ]], -Cell[37362, 1032, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2b2f6239-7ba7-4886-9963-826494f7b53d"], -Cell[38398, 1060, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"f5d57d05-d01d-4d84-bbe4-8ccdf8a8023d"], -Cell[CellGroupData[{ -Cell[40650, 1127, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3e7d2d48-73c5-47b5-be5a-f04a7779ed15", +Cell[40659, 1128, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3e7d2d48-73c5-47b5-be5a-f04a7779ed15", CellID->174251628], -Cell[40790, 1130, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7d8b0faa-26e0-4303-a4d0-4fc479bdc1d0", +Cell[40799, 1131, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7d8b0faa-26e0-4303-a4d0-4fc479bdc1d0", CellID->1194386356], -Cell[41012, 1136, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"beb170f7-f7e4-4b49-81cd-eb98cdbeca8d", +Cell[41021, 1137, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"beb170f7-f7e4-4b49-81cd-eb98cdbeca8d", CellID->1641706272], -Cell[41227, 1141, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"041f59ba-2ec7-4933-8099-85194e440f44", +Cell[41236, 1142, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"041f59ba-2ec7-4933-8099-85194e440f44", CellID->399251956], -Cell[41456, 1147, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d101ece9-d93b-4e78-af09-e5e62d079c12", +Cell[41465, 1148, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"d101ece9-d93b-4e78-af09-e5e62d079c12", CellID->821434655] }, Open ]], -Cell[41693, 1153, 78, 0, 70, "FooterCell",ExpressionUUID->"7ed2da60-8d87-49bd-a0a8-088abc4bc0db"] +Cell[41702, 1154, 78, 0, 70, "FooterCell",ExpressionUUID->"ce961d41-30d6-4839-bca0-e657ca39b536"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UnanimityCoordinates.nb b/Documentation/English/ReferencePages/Symbols/UnanimityCoordinates.nb index efacf89..2747cf7 100644 --- a/Documentation/English/ReferencePages/Symbols/UnanimityCoordinates.nb +++ b/Documentation/English/ReferencePages/Symbols/UnanimityCoordinates.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 50551, 1315] -NotebookOptionsPosition[ 39237, 1089] -NotebookOutlinePosition[ 41341, 1143] -CellTagsIndexPosition[ 41255, 1138] +NotebookDataLength[ 50564, 1315] +NotebookOptionsPosition[ 39266, 1091] +NotebookOutlinePosition[ 41387, 1145] +CellTagsIndexPosition[ 41301, 1140] WindowTitle->UnanimityCoordinates WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "6fdbf4d9-7809-45b5-8b6f-5877a8144183"], + "1284a60a-f50d-42df-b0ff-58e44224d75e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "e7025e70-b7c4-44fc-aa6d-54d2e8b5a4a8"], + "f22fb276-b99a-4420-b315-11186abdcbe7"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f17e15e0-d724-4499-8fd0-74ab1b211fa1"] - }],ExpressionUUID->"a63ca82f-270f-4568-a093-50994801fc0b"], - StripOnInput->False], {"\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"HarsanyiDividends\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/HarsanyiDividends"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CostSaving"], "\<\"GetCardinalityGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GetCardinalityGame"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"WeightedMajority\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/WeightedMajority"], "\<\"GameBasis\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, + "7e388bec-3001-4c56-a3a2-c2fd1b802225"] + }],ExpressionUUID->"9bfdfb1b-1cce-4412-b208-a5b85a0ab3be"], + StripOnInput->False],{ + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"HarsanyiDividends\"" :> + Documentation`HelpLookup["paclet:TUG/ref/HarsanyiDividends"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"], + "\"GetCardinalityGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GetCardinalityGame"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"WeightedMajority\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeightedMajority"], + "\"GameBasis\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GameBasis"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "76879526-3df7-49f6-a411-51a15a1f29b0"], + "1466549e-7f41-4430-9fb3-719c22a297c6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0fc33e56-a8e0-43c0-9dd5-3f801c8c94b2"] - }],ExpressionUUID->"7df1230b-f0a0-4744-84f5-d1898f72d092"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "5163b0fe-fe89-48ef-bc88-a44026cfab74"] + }],ExpressionUUID->"9cb4c9c5-2db7-4dd7-9d76-9b41baf7e7e1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0f7bf95f-e067-496b-9ec4-55b76f33908e"], + "c5056264-38ba-4a52-8223-0e9cb9027ced"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c2e06145-c91b-429c-86cd-d2c9ff231f14"] - }],ExpressionUUID->"f1927b7c-2d47-48ca-a01c-17f00c336444"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "df507683-d406-48e1-b982-c2fc142cf637"] + }],ExpressionUUID->"5faead28-8382-4bf2-a466-c28868253173"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "46a3420d-eaaf-4b44-8baf-65a9d83660a6"], + "0bd60964-94d5-4d99-bf30-6ed1ff287c67"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5be7e37d-2351-4f7b-9eea-87485b87a868"] - }],ExpressionUUID->"ae790139-9142-472d-8b41-bd18d4b653b5"], - StripOnInput->False], {"\<\"TUG/ref/UnanimityCoordinates\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UnanimityCoordinates"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "b491c72c-80c6-4433-bb9b-f6d8008b551c"] + }],ExpressionUUID->"b8edafb4-0586-4889-88c5-50218cf5a6a1"], + StripOnInput->False],{ + "\"TUG/ref/UnanimityCoordinates\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UnanimityCoordinates"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ UnanimityCoordinates.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$200864], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UnanimityCoordinates" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$216596], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UnanimityCoordinates" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e4f256fe-dad3-4221-8b0f-7051f4ce82c8"] + "c77792ec-3a13-47d0-8737-cdc2d2857e73"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "dc0e3ed5-9bf4-480a-b76f-50b431e9eadb"]} + "2eb3162f-5208-4240-acdd-541180a4c641"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9932c59d-5617-4cda-a38c-77a9511b93c2"], + CellID->1,ExpressionUUID->"66312a63-254f-45b8-84e3-50611715f531"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"87660eec-dbf0-4433-943b-c084472463a2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"52a663c4-61c2-414b-ac20-e74140ebd2a5"], Cell[CellGroupData[{ @@ -198,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UnanimityCoordinates", "ObjectName",ExpressionUUID-> - "aa4a0f86-41c3-40ee-872a-c15f4f0b959d"], + "34a8ec67-5a1b-45fa-bc75-2f6c83854804"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"6b8e9f90-a18e-4bba-a170-2818dc167b3d"], + "Spacer1"]],ExpressionUUID->"54c0cc95-9cf9-4dd6-b0c4-dded6ced45ac"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e259673b-7e2d-4cb9-82b1-44bc98fef85c"] - }],ExpressionUUID->"f2dd6725-7da5-4ed3-8989-7e36d7135af6"], Cell[BoxData[ + "ac0016ed-2647-4ad4-b92b-380e2fb29c11"] + }],ExpressionUUID->"93a3b254-943a-46b0-8071-c2ff31dc98bf"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "2c2edc9a-5bfb-401a-8437-be0a3770c80a"]} + "970509bb-4794-43c8-b185-451220f4f0b8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c3d296dd-7bfd-4693-b903-31f75dc1dd62"], + CacheGraphics->False,ExpressionUUID->"7fb68344-fbc6-4ecf-b8ed-95a08bdafe1f"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2c50b26e-8aca-4daf-86a8-19355926a050"], " \[LineSeparator]determines all unanimity coordinates of the game." - }],ExpressionUUID->"4ed66e39-e15e-470b-95ac-2740c3839e67"]} + }],ExpressionUUID->"80e9e2b9-5b93-46ff-a3fb-b608c32f527d"]} }]], "Usage", CellID->1694617876,ExpressionUUID->"30e2437a-cf68-4f03-b27b-17437d670285"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"226d8bb9-1171-48b9-98d9-c993eddc37ff"], + ExpressionUUID->"7b84e9b9-dc37-4949-83b2-50fff6e9b725"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"577d0239-6e10-412d-9df9-54eb8285a20f"], + "Spacer1"]],ExpressionUUID->"09159e64-06f1-482b-a968-ad77895972c0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c51326d4-ffc8-4018-9af8-5c74602a9345"], + }], "NotesFrameText",ExpressionUUID->"e087c571-cadb-44c3-a1fa-418891311abf"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"682ae336-2429-4e91-963c-eec6b7bf65a1"]], \ + "Preemptive"]],ExpressionUUID->"7c5e544f-709d-4cb8-9b26-f9167af50d9b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->426496391,ExpressionUUID->"6f7823dc-ad9b-409f-967e-9aaa83ff92cc"], + CellID->1173647482,ExpressionUUID->"c5f79765-55f0-4f63-aee5-a58d83a975dd"], Cell[TextData[{ "The input expression ", @@ -371,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"aed68ea5-3172-410a-a4ea-ecdd623b69c2"], + ExpressionUUID->"9993c8bc-0f60-4081-b1b7-d53403c2748a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d0558180-5017-4e55-8772-e16a5dbc1e0d"], + "Spacer1"]],ExpressionUUID->"41739dce-5450-4fba-9f1d-f6d0925fe20b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "899b223d-2667-40f0-aa4f-29c965903d92"] + "8865f9bd-c601-4aee-8474-3968eafdec0c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1161747686,ExpressionUUID->"5b99be47-274c-48f0-a39b-6d4400025b9f"], + CellID->1266643495,ExpressionUUID->"254f307c-a988-4fe8-ae95-6334736c9e0e"], Cell[CellGroupData[{ @@ -412,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6d0d589c-6651-4f11-9f2c-07591aab649f"], + ExpressionUUID->"a89a5d73-a432-45ce-a1a7-61083a419831"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"16d37eba-9967-44c9-86ac-a3e4597bd02b"], + "Spacer1"]],ExpressionUUID->"6c66c98a-9801-4dc4-9bc8-d63737e4b157"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9e318943-6de1-471b-bb63-949886ed8aaf"] + "9b2c2449-158e-4159-806b-b607d0f739d1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1218014824,ExpressionUUID->"4c176aba-8208-406f-84fe-45bcf3947e7d"], + CellID->331894601,ExpressionUUID->"d2479dfd-cdff-43b8-ad1f-b51984780329"], Cell["Loading the package:", "ExampleText", CellID->1573024719,ExpressionUUID->"fb0b27f3-f02e-484f-ad07-e1bcb92f47c0"], @@ -791,8 +796,6 @@ Cell[BoxData["215"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -940,15 +943,15 @@ Cell[BoxData[GridBox[{ "9bca6672-a39d-45bf-96d2-adfd775b46d2"] }], "SeeAlso",ExpressionUUID->"a454d4b7-043d-4259-af31-c31b09c1c2a7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"8024c85a-bf1f-43c2-9688-\ -365c4262f9eb"], + }]], "SeeAlsoSection",ExpressionUUID->"e8383520-e001-4892-bc21-\ +76f10666af63"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -960,9 +963,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5e1e0711-8da4-4e3b-bc2f-5988e03f7283"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ee632661-d36f-4409-a66b-\ -d36af5232b2e"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"4a8c6c79-3eea-4c85-9f1a-\ +3739546e4ae7"], Cell[BoxData[GridBox[{ { @@ -979,7 +981,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a04e2f9c-8ca5-41dd-92c8-24cf940dc2fb"]}]}, + "35c63695-b10c-4130-9913-661739eb192b"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -987,10 +989,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "dd7e15d7-fb5c-4f89-b908-321c125fd221"]}]} + "3e64c692-300b-4c60-9480-f829a14da38e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a1299288-3c53-48e2-983b-\ -f58b29891b87"], + }]], "MoreAboutSection",ExpressionUUID->"a1122035-33c0-4f99-bf76-\ +c2e8ab025ab4"], Cell[BoxData[GridBox[{ { @@ -1017,7 +1019,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GameBasis"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f313dbda-1f5e-456c-8f88-2d284e693d7c"]], "RelatedLinks", + "f185895c-56dd-4403-9da5-9b32ebd7cfa2"]], "RelatedLinks", ExpressionUUID->"d706f7b3-c04c-4603-a972-a674f3cb834c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1034,7 +1036,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/HarsanyiDividends"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "247afed4-b148-4b55-8782-5b9d2f8a873d"]], "RelatedLinks", + "86aa6c59-cb60-471a-8eb1-32b5a8c28a83"]], "RelatedLinks", ExpressionUUID->"1d986b91-aba1-4867-bc3e-301ef9f6e32d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1051,11 +1053,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7751810d-9be9-4268-bf0d-fdf930f9e7f0"]], "RelatedLinks", + "06606d7a-76ab-47ac-9978-38c3896e75c0"]], "RelatedLinks", ExpressionUUID->"e34c0041-a215-4a03-a749-3539782a6b52"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7e5b9f4f-2bef-411e-ae83-\ -79b52cdbff5d"], + }]], "RelatedLinksSection",ExpressionUUID->"61897d65-1d27-4e48-ba39-\ +0c07c0ffae38"], Cell[CellGroupData[{ @@ -1085,11 +1087,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8d246303-d5d6-4435-ae70-5bc6942b9842"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"91005eae-265f-420b-b249-440e456b7ca2"] +Cell[" ", "FooterCell",ExpressionUUID->"4e3f2f1f-b71d-4315-8b59-d7f348a09037"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UnanimityCoordinates", TaggingRules->{ @@ -1100,18 +1102,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 46.828918}", + "built" -> "{2024, 6, 3, 16, 56, 5.603464}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "UnanimityCoordinates[game] determines all unanimity coordinates of the \ game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "UnanimityCoordinates", "titlemodifier" -> "", "windowtitle" -> - "UnanimityCoordinates", "type" -> "Symbol", "uri" -> + "UnanimityCoordinates", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "UnanimityCoordinates", "type" -> "Symbol", "uri" -> "TUG/ref/UnanimityCoordinates"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1120,9 +1122,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c1cb7047-d253-44f8-b3c4-8b5c80c3bc73" +ExpressionUUID->"40296f81-3d55-41de-9588-044789fe8829" ] (* End of Notebook Content *) @@ -1130,193 +1132,191 @@ ExpressionUUID->"c1cb7047-d253-44f8-b3c4-8b5c80c3bc73" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13498, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5b99be47-274c-48f0-a39b-6d4400025b9f", + Cell[13562, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"254f307c-a988-4fe8-ae95-6334736c9e0e", CellTags->"PrimaryExamplesSection", - CellID->1161747686]} + CellID->1266643495]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41054, 1131} + {"PrimaryExamplesSection", 41100, 1133} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7146, 169, 56, "AnchorBarGrid",ExpressionUUID->"9932c59d-5617-4cda-a38c-77a9511b93c2", +Cell[592, 21, 7209, 174, 57, "AnchorBarGrid",ExpressionUUID->"66312a63-254f-45b8-84e3-50611715f531", CellID->1], -Cell[7741, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"87660eec-dbf0-4433-943b-c084472463a2"], +Cell[7804, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"52a663c4-61c2-414b-ac20-e74140ebd2a5"], Cell[CellGroupData[{ -Cell[7852, 196, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"c3d296dd-7bfd-4693-b903-31f75dc1dd62"], -Cell[9149, 233, 471, 9, 111, "Usage",ExpressionUUID->"30e2437a-cf68-4f03-b27b-17437d670285", +Cell[7915, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"7fb68344-fbc6-4ecf-b8ed-95a08bdafe1f"], +Cell[9212, 238, 471, 9, 111, "Usage",ExpressionUUID->"30e2437a-cf68-4f03-b27b-17437d670285", CellID->1694617876] }, Open ]], Cell[CellGroupData[{ -Cell[9657, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"6f7823dc-ad9b-409f-967e-9aaa83ff92cc", +Cell[9720, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"c5f79765-55f0-4f63-aee5-a58d83a975dd", CellGroupingRules->{"SectionGrouping", 50}, - CellID->426496391], -Cell[11554, 296, 515, 12, 57, "Notes",ExpressionUUID->"846e7099-a1af-4f3b-bf75-6e40fecf35c4", + CellID->1173647482], +Cell[11618, 301, 515, 12, 57, "Notes",ExpressionUUID->"846e7099-a1af-4f3b-bf75-6e40fecf35c4", CellID->1014199156], -Cell[12072, 310, 489, 12, 37, "Notes",ExpressionUUID->"428fe035-4ecd-42e8-bb79-cc5e5c1ed59e", +Cell[12136, 315, 489, 12, 38, "Notes",ExpressionUUID->"428fe035-4ecd-42e8-bb79-cc5e5c1ed59e", CellID->177724765], -Cell[12564, 324, 350, 6, 57, "Notes",ExpressionUUID->"45c35105-31d2-42c6-8057-619d5ed40ef1", +Cell[12628, 329, 350, 6, 57, "Notes",ExpressionUUID->"45c35105-31d2-42c6-8057-619d5ed40ef1", CellID->1655810851], -Cell[12917, 332, 274, 5, 57, "Notes",ExpressionUUID->"6a144c34-f4c1-4c41-b291-954a49591409", +Cell[12981, 337, 274, 5, 57, "Notes",ExpressionUUID->"6a144c34-f4c1-4c41-b291-954a49591409", CellID->2064247571], -Cell[13194, 339, 177, 3, 36, "Notes",ExpressionUUID->"48fe1eaf-d86f-4349-86e7-2d82ed811cf0", +Cell[13258, 344, 177, 3, 36, "Notes",ExpressionUUID->"48fe1eaf-d86f-4349-86e7-2d82ed811cf0", CellID->1228114576] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13498, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5b99be47-274c-48f0-a39b-6d4400025b9f", +Cell[13562, 353, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"254f307c-a988-4fe8-ae95-6334736c9e0e", CellTags->"PrimaryExamplesSection", - CellID->1161747686], + CellID->1266643495], Cell[CellGroupData[{ -Cell[14944, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4c176aba-8208-406f-84fe-45bcf3947e7d", - CellID->1218014824], -Cell[16346, 427, 119, 1, 38, "ExampleText",ExpressionUUID->"fb0b27f3-f02e-484f-ad07-e1bcb92f47c0", +Cell[15008, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"d2479dfd-cdff-43b8-ad1f-b51984780329", + CellID->331894601], +Cell[16409, 432, 119, 1, 39, "ExampleText",ExpressionUUID->"fb0b27f3-f02e-484f-ad07-e1bcb92f47c0", CellID->1573024719], Cell[CellGroupData[{ -Cell[16490, 432, 167, 3, 27, "Input",ExpressionUUID->"bae65528-f0ba-4792-bcb5-8c738015bd50", +Cell[16553, 437, 167, 3, 27, "Input",ExpressionUUID->"bae65528-f0ba-4792-bcb5-8c738015bd50", CellID->603446917], Cell[CellGroupData[{ -Cell[16682, 439, 237, 4, 23, "Print",ExpressionUUID->"cf382c0f-c57b-4d7c-97d1-86ea40e947fd", +Cell[16745, 444, 237, 4, 23, "Print",ExpressionUUID->"cf382c0f-c57b-4d7c-97d1-86ea40e947fd", CellID->1147766981], -Cell[16922, 445, 366, 8, 23, "Print",ExpressionUUID->"55a516f1-4807-4bb4-be78-1526405182c9", +Cell[16985, 450, 366, 8, 23, "Print",ExpressionUUID->"55a516f1-4807-4bb4-be78-1526405182c9", CellID->1908176188], -Cell[17291, 455, 237, 4, 23, "Print",ExpressionUUID->"4dd85bb0-fa79-4ea1-9b04-515cc0e7eb66", +Cell[17354, 460, 237, 4, 23, "Print",ExpressionUUID->"4dd85bb0-fa79-4ea1-9b04-515cc0e7eb66", CellID->1883642881], -Cell[17531, 461, 221, 3, 23, "Print",ExpressionUUID->"a38e81e7-aaa9-4437-b8bc-42a5bfe40607", +Cell[17594, 466, 221, 3, 23, "Print",ExpressionUUID->"a38e81e7-aaa9-4437-b8bc-42a5bfe40607", CellID->1113939421], -Cell[17755, 466, 207, 3, 23, "Print",ExpressionUUID->"b9a5d546-17a5-413a-8761-4b9b3650e091", +Cell[17818, 471, 207, 3, 23, "Print",ExpressionUUID->"b9a5d546-17a5-413a-8761-4b9b3650e091", CellID->989842640], -Cell[17965, 471, 238, 4, 23, "Print",ExpressionUUID->"689856cb-b181-426d-9a65-718ed65ba888", +Cell[18028, 476, 238, 4, 23, "Print",ExpressionUUID->"689856cb-b181-426d-9a65-718ed65ba888", CellID->1019402175], -Cell[18206, 477, 219, 3, 23, "Print",ExpressionUUID->"c402a95e-a264-4ed2-b799-4ffbef3accfa", +Cell[18269, 482, 219, 3, 23, "Print",ExpressionUUID->"c402a95e-a264-4ed2-b799-4ffbef3accfa", CellID->70347652], -Cell[18428, 482, 236, 4, 23, "Print",ExpressionUUID->"9e09b04d-f0df-4465-b336-0efc2f27ac39", +Cell[18491, 487, 236, 4, 23, "Print",ExpressionUUID->"9e09b04d-f0df-4465-b336-0efc2f27ac39", CellID->905813044], -Cell[18667, 488, 237, 4, 70, "Print",ExpressionUUID->"6e0fc2d1-68e0-4bb3-bfd9-6df65fe49af2", +Cell[18730, 493, 237, 4, 70, "Print",ExpressionUUID->"6e0fc2d1-68e0-4bb3-bfd9-6df65fe49af2", CellID->2040473205], -Cell[18907, 494, 208, 3, 70, "Print",ExpressionUUID->"27fb7414-af63-4480-937e-bce8126375ac", +Cell[18970, 499, 208, 3, 70, "Print",ExpressionUUID->"27fb7414-af63-4480-937e-bce8126375ac", CellID->2047543646], -Cell[19118, 499, 236, 4, 70, "Print",ExpressionUUID->"ed05ff7e-51ad-4a5e-9091-3f8c902b7021", +Cell[19181, 504, 236, 4, 70, "Print",ExpressionUUID->"ed05ff7e-51ad-4a5e-9091-3f8c902b7021", CellID->655110978] }, Open ]] }, Open ]], -Cell[19381, 507, 137, 1, 70, "ExampleText",ExpressionUUID->"aeb47e11-2b67-4616-a912-621254dd950f", +Cell[19444, 512, 137, 1, 70, "ExampleText",ExpressionUUID->"aeb47e11-2b67-4616-a912-621254dd950f", CellID->1171436596], -Cell[19521, 510, 235, 6, 70, "Input",ExpressionUUID->"e40be32d-bfa0-4a2e-b2ad-505a28565148", +Cell[19584, 515, 235, 6, 70, "Input",ExpressionUUID->"e40be32d-bfa0-4a2e-b2ad-505a28565148", CellID->2008357001], -Cell[19759, 518, 380, 9, 70, "Input",ExpressionUUID->"0e64f566-4e98-4ff7-b523-03badf290341", +Cell[19822, 523, 380, 9, 70, "Input",ExpressionUUID->"0e64f566-4e98-4ff7-b523-03badf290341", CellID->620454518], -Cell[20142, 529, 238, 6, 70, "Input",ExpressionUUID->"2977c43f-2d5a-4805-a1a0-82856cc54de9", +Cell[20205, 534, 238, 6, 70, "Input",ExpressionUUID->"2977c43f-2d5a-4805-a1a0-82856cc54de9", CellID->1009265556], -Cell[20383, 537, 191, 4, 70, "ExampleText",ExpressionUUID->"d0559ef8-77c6-4493-8247-3081e84d4a13", +Cell[20446, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"d0559ef8-77c6-4493-8247-3081e84d4a13", CellID->1465960743], Cell[CellGroupData[{ -Cell[20599, 545, 177, 3, 70, "Input",ExpressionUUID->"02f05bf4-843b-49eb-9991-f95969936752", +Cell[20662, 550, 177, 3, 70, "Input",ExpressionUUID->"02f05bf4-843b-49eb-9991-f95969936752", CellID->312827910], -Cell[20779, 550, 173, 4, 36, "Output",ExpressionUUID->"12050b79-cc5b-4cb7-bc58-bce521d69e2a", +Cell[20842, 555, 173, 4, 36, "Output",ExpressionUUID->"12050b79-cc5b-4cb7-bc58-bce521d69e2a", CellID->774310084] }, Open ]], -Cell[20967, 557, 153, 1, 70, "ExampleText",ExpressionUUID->"250cbf02-99f4-40d3-88a5-14cdd9bffefb", +Cell[21030, 562, 153, 1, 70, "ExampleText",ExpressionUUID->"250cbf02-99f4-40d3-88a5-14cdd9bffefb", CellID->94932739], Cell[CellGroupData[{ -Cell[21145, 562, 203, 4, 70, "Input",ExpressionUUID->"6ea58030-4966-40e7-a3d6-37ce03111f57", +Cell[21208, 567, 203, 4, 70, "Input",ExpressionUUID->"6ea58030-4966-40e7-a3d6-37ce03111f57", CellID->661524129], -Cell[21351, 568, 435, 11, 36, "Output",ExpressionUUID->"850ce45b-468e-4f1a-94d6-f90a6514e9af", +Cell[21414, 573, 435, 11, 36, "Output",ExpressionUUID->"850ce45b-468e-4f1a-94d6-f90a6514e9af", CellID->2022276347] }, Open ]], -Cell[21801, 582, 212, 4, 70, "ExampleText",ExpressionUUID->"d29ead05-f9d8-43a3-808e-c834eea42277", +Cell[21864, 587, 212, 4, 70, "ExampleText",ExpressionUUID->"d29ead05-f9d8-43a3-808e-c834eea42277", CellID->999941882], Cell[CellGroupData[{ -Cell[22038, 590, 224, 5, 70, "Input",ExpressionUUID->"0cac726b-6268-446d-b872-7eacc0c93bc8", +Cell[22101, 595, 224, 5, 70, "Input",ExpressionUUID->"0cac726b-6268-446d-b872-7eacc0c93bc8", CellID->635296745], -Cell[22265, 597, 390, 8, 36, "Output",ExpressionUUID->"15ac9ddd-23b7-46f5-900f-61d6022d6a83", +Cell[22328, 602, 390, 8, 36, "Output",ExpressionUUID->"15ac9ddd-23b7-46f5-900f-61d6022d6a83", CellID->2057858654] }, Open ]], -Cell[22670, 608, 291, 5, 70, "ExampleText",ExpressionUUID->"5ceb70a6-2fad-494f-b647-b219213864ee", +Cell[22733, 613, 291, 5, 70, "ExampleText",ExpressionUUID->"5ceb70a6-2fad-494f-b647-b219213864ee", CellID->660164634], Cell[CellGroupData[{ -Cell[22986, 617, 184, 4, 70, "Input",ExpressionUUID->"c09bde9e-e585-4240-a895-143990d38991", +Cell[23049, 622, 184, 4, 70, "Input",ExpressionUUID->"c09bde9e-e585-4240-a895-143990d38991", CellID->666793959], -Cell[23173, 623, 159, 3, 36, "Output",ExpressionUUID->"2c02c982-5238-4d35-8149-db26112b88d9", +Cell[23236, 628, 159, 3, 36, "Output",ExpressionUUID->"2c02c982-5238-4d35-8149-db26112b88d9", CellID->986443282] }, Open ]], -Cell[23347, 629, 286, 5, 70, "ExampleText",ExpressionUUID->"aa913e3f-ad56-45d1-83cd-f8a67c480df5", +Cell[23410, 634, 286, 5, 70, "ExampleText",ExpressionUUID->"aa913e3f-ad56-45d1-83cd-f8a67c480df5", CellID->521650184], -Cell[23636, 636, 183, 4, 70, "Input",ExpressionUUID->"d639ab57-0414-4f16-be4c-4155de65764c", +Cell[23699, 641, 183, 4, 70, "Input",ExpressionUUID->"d639ab57-0414-4f16-be4c-4155de65764c", CellID->1524427040], -Cell[23822, 642, 144, 1, 70, "ExampleText",ExpressionUUID->"ebd12793-21d2-46a6-a0e0-4296e293bb85", +Cell[23885, 647, 144, 1, 70, "ExampleText",ExpressionUUID->"ebd12793-21d2-46a6-a0e0-4296e293bb85", CellID->278905929], Cell[CellGroupData[{ -Cell[23991, 647, 233, 6, 70, "Input",ExpressionUUID->"f9b8f929-1ec0-4c12-b56f-695167294f25", +Cell[24054, 652, 233, 6, 70, "Input",ExpressionUUID->"f9b8f929-1ec0-4c12-b56f-695167294f25", CellID->1719712976], -Cell[24227, 655, 158, 3, 36, "Output",ExpressionUUID->"919ebdd3-34eb-4a98-a549-8694829167e6", +Cell[24290, 660, 158, 3, 36, "Output",ExpressionUUID->"919ebdd3-34eb-4a98-a549-8694829167e6", CellID->335830980] }, Open ]], -Cell[24400, 661, 223, 4, 70, "ExampleText",ExpressionUUID->"05833277-3372-446b-9ca3-8ea035edb89e", +Cell[24463, 666, 223, 4, 70, "ExampleText",ExpressionUUID->"05833277-3372-446b-9ca3-8ea035edb89e", CellID->266627653], Cell[CellGroupData[{ -Cell[24648, 669, 215, 5, 70, "Input",ExpressionUUID->"819e8147-4f6c-4968-a527-d426c5eed61d", +Cell[24711, 674, 215, 5, 70, "Input",ExpressionUUID->"819e8147-4f6c-4968-a527-d426c5eed61d", CellID->992004787], -Cell[24866, 676, 355, 8, 36, "Output",ExpressionUUID->"aaf7e4e5-7094-45b4-8b65-f82357880beb", +Cell[24929, 681, 355, 8, 36, "Output",ExpressionUUID->"aaf7e4e5-7094-45b4-8b65-f82357880beb", CellID->1492719624] }, Open ]], -Cell[25236, 687, 172, 3, 70, "ExampleText",ExpressionUUID->"355e3e65-1035-4f93-a9c1-518f49c8e44a", +Cell[25299, 692, 172, 3, 70, "ExampleText",ExpressionUUID->"355e3e65-1035-4f93-a9c1-518f49c8e44a", CellID->261130143], Cell[CellGroupData[{ -Cell[25433, 694, 185, 4, 70, "Input",ExpressionUUID->"1fbab82b-609d-4528-8126-adf78870bae7", +Cell[25496, 699, 185, 4, 70, "Input",ExpressionUUID->"1fbab82b-609d-4528-8126-adf78870bae7", CellID->699747930], -Cell[25621, 700, 365, 8, 36, "Output",ExpressionUUID->"ca4e9df6-f363-435f-aa18-dc64262f041f", +Cell[25684, 705, 365, 8, 36, "Output",ExpressionUUID->"ca4e9df6-f363-435f-aa18-dc64262f041f", CellID->2110299198] }, Open ]], -Cell[26001, 711, 230, 4, 70, "ExampleText",ExpressionUUID->"620c0336-f650-4b7e-9a04-558cc56ddd91", +Cell[26064, 716, 230, 4, 70, "ExampleText",ExpressionUUID->"620c0336-f650-4b7e-9a04-558cc56ddd91", CellID->1400215171], Cell[CellGroupData[{ -Cell[26256, 719, 224, 5, 70, "Input",ExpressionUUID->"c39847d9-23ac-441b-acef-eb04a3dd95ca", +Cell[26319, 724, 224, 5, 70, "Input",ExpressionUUID->"c39847d9-23ac-441b-acef-eb04a3dd95ca", CellID->1456931180], -Cell[26483, 726, 402, 8, 36, "Output",ExpressionUUID->"d7f11cce-8f99-42ca-a7af-e282eead74d1", +Cell[26546, 731, 402, 8, 36, "Output",ExpressionUUID->"d7f11cce-8f99-42ca-a7af-e282eead74d1", CellID->1657291564] }, Open ]], -Cell[26900, 737, 123, 1, 70, "ExampleText",ExpressionUUID->"fb6ece38-dd74-40ae-96d3-f8570f0e10fb", +Cell[26963, 742, 123, 1, 70, "ExampleText",ExpressionUUID->"fb6ece38-dd74-40ae-96d3-f8570f0e10fb", CellID->178525293], -Cell[27026, 740, 290, 8, 70, "Input",ExpressionUUID->"f6f141bb-453f-469b-9026-59752084682e", +Cell[27089, 745, 290, 8, 70, "Input",ExpressionUUID->"f6f141bb-453f-469b-9026-59752084682e", CellID->1316752759], -Cell[27319, 750, 150, 1, 70, "ExampleText",ExpressionUUID->"dad5f241-9bbf-44f7-82a2-a1d373377542", +Cell[27382, 755, 150, 1, 70, "ExampleText",ExpressionUUID->"dad5f241-9bbf-44f7-82a2-a1d373377542", CellID->38745268], Cell[CellGroupData[{ -Cell[27494, 755, 199, 4, 70, "Input",ExpressionUUID->"b493c095-e2f4-43f1-a06e-7cf7f240a857", +Cell[27557, 760, 199, 4, 70, "Input",ExpressionUUID->"b493c095-e2f4-43f1-a06e-7cf7f240a857", CellID->1721550227], -Cell[27696, 761, 319, 9, 51, "Output",ExpressionUUID->"2a5f13a6-a87f-4bf5-bc90-3e74a7980799", +Cell[27759, 766, 319, 9, 51, "Output",ExpressionUUID->"2a5f13a6-a87f-4bf5-bc90-3e74a7980799", CellID->1938394074] }, Open ]], Cell[CellGroupData[{ -Cell[28052, 775, 186, 4, 70, "Input",ExpressionUUID->"8334a7e0-8a84-4dde-9f79-3ac8890ca29a", +Cell[28115, 780, 186, 4, 70, "Input",ExpressionUUID->"8334a7e0-8a84-4dde-9f79-3ac8890ca29a", CellID->550874273], -Cell[28241, 781, 159, 3, 36, "Output",ExpressionUUID->"e95f7f56-54f9-4598-b877-ed48b5454c36", +Cell[28304, 786, 159, 3, 36, "Output",ExpressionUUID->"e95f7f56-54f9-4598-b877-ed48b5454c36", CellID->824939249] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[28705, 798, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"e8383520-e001-4892-bc21-76f10666af63"], +Cell[34185, 948, 670, 18, 70, "TechNotesSection",ExpressionUUID->"4a8c6c79-3eea-4c85-9f1a-3739546e4ae7"], +Cell[34858, 968, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a1122035-33c0-4f99-bf76-c2e8ab025ab4"], +Cell[35894, 996, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"61897d65-1d27-4e48-ba39-0c07c0ffae38"], Cell[CellGroupData[{ -Cell[28664, 795, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"8024c85a-bf1f-43c2-9688-365c4262f9eb"], -Cell[34144, 945, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ee632661-d36f-4409-a66b-d36af5232b2e"] -}, Open ]], -Cell[34829, 966, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a1299288-3c53-48e2-983b-f58b29891b87"], -Cell[35865, 994, 2223, 63, 70, "RelatedLinksSection",ExpressionUUID->"7e5b9f4f-2bef-411e-ae83-79b52cdbff5d"], -Cell[CellGroupData[{ -Cell[38113, 1061, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ef43b8b9-da6c-4b25-80be-da1af0030aae", +Cell[38142, 1063, 136, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"ef43b8b9-da6c-4b25-80be-da1af0030aae", CellID->50309288], -Cell[38252, 1064, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0cf7125d-8db5-4790-8ae6-b2c37572182d", +Cell[38281, 1066, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0cf7125d-8db5-4790-8ae6-b2c37572182d", CellID->1194386356], -Cell[38474, 1070, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91af4ffe-e16f-4bd2-a9e3-ab2d5be03e27", +Cell[38503, 1072, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"91af4ffe-e16f-4bd2-a9e3-ab2d5be03e27", CellID->1641706272], -Cell[38689, 1075, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0458755-3af4-49ea-afcc-478173129af0", +Cell[38718, 1077, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d0458755-3af4-49ea-afcc-478173129af0", CellID->399251956], -Cell[38918, 1081, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8d246303-d5d6-4435-ae70-5bc6942b9842", +Cell[38947, 1083, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8d246303-d5d6-4435-ae70-5bc6942b9842", CellID->821434655] }, Open ]], -Cell[39155, 1087, 78, 0, 70, "FooterCell",ExpressionUUID->"91005eae-265f-420b-b249-440e456b7ca2"] +Cell[39184, 1089, 78, 0, 70, "FooterCell",ExpressionUUID->"4e3f2f1f-b71d-4315-8b59-d7f348a09037"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperCritVal.nb b/Documentation/English/ReferencePages/Symbols/UpperCritVal.nb index fe58008..4f0ce47 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperCritVal.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperCritVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 816356, 15716] -NotebookOptionsPosition[ 808695, 15565] -NotebookOutlinePosition[ 810878, 15620] -CellTagsIndexPosition[ 810790, 15615] +NotebookDataLength[ 816443, 15720] +NotebookOptionsPosition[ 808800, 15571] +NotebookOutlinePosition[ 811000, 15626] +CellTagsIndexPosition[ 810912, 15621] WindowTitle->UpperCritVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "68773a1d-b980-4f90-ac58-ca0e120bdc74"], + "133ad69e-f5ff-488a-9e3f-cb21060336a5"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f5205089-5bf4-4279-9b35-fa17a7f83e83"], + "25b1813f-7926-48ff-acca-4d8873374b0c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "21270c7c-94ca-48f0-8239-3292db95e629"] - }],ExpressionUUID->"1dca9caa-9d66-4cab-8db8-7747be1337ca"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "93713e18-1022-4d1f-bd05-88e283a775f8"] + }],ExpressionUUID->"4028fc2d-0dfb-41b3-9f44-29e930d056a9"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "59e084da-62ef-4947-a504-7e6f5935fc5d"], + "4512f375-9f70-436a-89fd-32989119f9c9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "19f544c1-db17-4218-80bb-7d6c8fdc4027"] - }],ExpressionUUID->"086980b6-0958-4ad7-9313-a2c20b4ff9ec"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0c78648a-8419-42bc-9e33-bd57631fcad4"] + }],ExpressionUUID->"c315dd72-aa45-4f59-88a5-8dcef5cbbd3e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f9342e7-1eb5-47e9-83f7-a004181d72f7"], + "646b84e2-c1be-420f-94d4-d443eaae3f8e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "bbed5755-830f-4fe8-9d19-3c369e0a8d21"] - }],ExpressionUUID->"640c8eaa-7edf-4cf6-aac1-f2c7436d823e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ebe64a86-beee-4253-9952-f12251bceeb4"] + }],ExpressionUUID->"ca7f53a4-d0a7-407e-9205-2e79602e06ec"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "2a6d6ad2-3db4-48a7-af62-20b113fc2e50"], + "44610246-0d72-41a0-a638-babe86f8d501"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "7a6a0266-a134-48b5-8781-b1bfb665a904"] - }],ExpressionUUID->"d89ed0c5-916b-4133-b5b2-a43e2056fc33"], - StripOnInput->False], {"\<\"TUG/ref/UpperCritVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperCritVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UpperCritVal.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$202007], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperCritVal" <> ".html"], None}]}]}, + "55248d20-d727-4446-8832-b4350e700c86"] + }],ExpressionUUID->"795575de-3ddd-45f9-b027-60690ff86258"], + StripOnInput->False],{ + "\"TUG/ref/UpperCritVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperCritVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +UpperCritVal.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$217807], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperCritVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a9375fbd-db8a-4cdf-822d-6f3761a90988"] + "367b8cf9-582c-4f0d-922f-af0e9d472b84"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b46fd503-499c-4ad0-88cd-c37482440507"]} + "3279ace6-be25-4e15-8695-eb4bb92c31f9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1683c629-20f6-432b-bbd7-165d8f253a36"], + CellID->1,ExpressionUUID->"99dc0e7f-81da-4485-a16a-dbd8dd9aca3c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"71c112a0-fce3-4280-99c6-0977a8b96b6c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"e0a8a88f-3090-4d15-aad0-0a0f1c808c08"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperCritVal", "ObjectName",ExpressionUUID-> - "280499d7-6f04-43b1-8836-bf7b9327b1a3"], + "72867d90-f078-4bd1-bb51-b1bf52182717"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2e0bf506-3a2e-4a92-a6ab-2109da2e45b8"], + "Spacer1"]],ExpressionUUID->"6d635085-5307-42c4-8ea6-add686a6cd1d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f4b66347-2cd3-408b-8fd6-87c30c07e13a"] - }],ExpressionUUID->"cf40a491-bd6f-4e62-ae3e-77c76273edc6"], Cell[BoxData[ + "cb5fc07b-a71e-4577-854a-d8a063f68701"] + }],ExpressionUUID->"0c059baf-0352-44cb-bd6c-bfea2603b1d6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6ca37a32-38a1-4b4b-b899-f531c6d55b0c"]} + "70799c71-779c-4255-b21b-e0c2a32d426b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"4c1e99b4-5159-4f99-8602-cd4fc6b4147c"], + CacheGraphics->False,ExpressionUUID->"84c568a9-d118-4a52-8706-1859307fc726"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelProperty2d to impose an upper critical value to specify the \ largest strong epsilon-core that should be drawn." - }],ExpressionUUID->"fce18007-f8cf-48cc-80e7-f75da47c21ea"]} + }],ExpressionUUID->"12f0caf4-48de-4288-877b-d252f6b823a1"]} }]], "Usage", CellID->987657005,ExpressionUUID->"812cdf15-642a-466a-8676-74bbab7c298d"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5c082bff-7365-400d-b106-626cb755f48a"], + ExpressionUUID->"b5110287-ded4-43e8-8da9-abba2e3f36a3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b15eb3c1-8142-4c6c-904d-7447315aa92a"], + "Spacer1"]],ExpressionUUID->"289d83fb-d557-49e3-9bc0-23c2522fd943"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"0faeda01-4139-4577-a49c-eb2f303a6cfa"], + }], "NotesFrameText",ExpressionUUID->"8e3ba0e3-0088-43d4-82f0-541e7c92725d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"616fe33a-e071-40b5-8050-1d98b5381c57"]], \ + "Preemptive"]],ExpressionUUID->"a2831bfe-2027-4b1d-a356-621a034c7dc7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2127691515,ExpressionUUID->"7a041922-66de-4e31-afeb-d45942f80756"], + CellID->1669015372,ExpressionUUID->"6590b929-553f-4a44-82d5-aa077e19a952"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8e41e0b0-310b-49f7-8708-6533388adee6"], + ExpressionUUID->"5e1ce353-bf33-4cde-9bd3-268a6708ecc9"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ee8d9b94-e4f6-4e45-a41d-af2a4252fd0c"], + "Spacer1"]],ExpressionUUID->"b3a8e4c6-0b19-4be5-a34d-a223263933b9"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3f625f91-469b-4069-9771-89499f21b067"] + "0bf398a0-b426-495a-9ebc-ea8b4b96557c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1401363941,ExpressionUUID->"d26fa828-cc9b-40a4-b023-56ebe6af2c49"], + CellID->1759754949,ExpressionUUID->"b728c316-4c44-4b8e-94b8-25752ffea11a"], Cell[CellGroupData[{ @@ -383,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"34e0370b-866d-47e3-a4fb-1a56d444853d"], + ExpressionUUID->"553595c4-5508-411b-9b94-e7db3567c974"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"adb89e07-f8b0-49d7-b824-052147a9c717"], + "Spacer1"]],ExpressionUUID->"6da629b9-e673-41e8-a639-d311f8aa6aae"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d2a27c3e-9681-4e01-971c-ddee352c59a3"] + "3b9cb525-4c10-44ef-bdbe-b561b252519c"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1020557242,ExpressionUUID->"2b4a996a-690c-421e-a489-d8c7f5543ccf"], + CellID->25415288,ExpressionUUID->"8696a935-389c-4c04-b89a-3c9f39cc85c7"], Cell["Loading the package:", "ExampleText", CellID->1597738800,ExpressionUUID->"2cc5e640-5e2f-438c-9c99-51878a1bbf0c"], @@ -1152,8 +1157,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -1168,8 +1172,8 @@ Cell[BoxData[ RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", - RowBox[{"25", ",", "96", ",", "0"}], - "}"}], {66.61900418611793, -71.0375}], InsetBox[ + RowBox[{"25", ",", "96", ",", "0"}], "}"}], + {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", RowBox[{"27", ",", "5", ",", "89"}], "}"}], {-26.00241274862777, 82.48749999999998}], @@ -1299,8 +1303,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -1499,8 +1503,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -2296,8 +2300,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -2796,8 +2800,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -3008,8 +3012,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -3387,8 +3391,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -3539,8 +3544,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -3935,8 +3939,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -4545,7 +4550,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -5177,8 +5183,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -5325,8 +5330,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -5525,8 +5530,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -6079,8 +6084,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], - "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], "}"}], + {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -6184,7 +6189,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -6321,8 +6327,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -6697,8 +6703,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], - "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], "}"}], + {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -6822,8 +6828,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -7413,11 +7419,12 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -7568,8 +7575,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -7963,8 +7969,9 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], "}"}], - {-26.00241274862777, 82.48749999999998}], InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], + "}"}], {-26.00241274862777, 82.48749999999998}], + InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -8333,8 +8340,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], - "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], "}"}], + {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -9201,8 +9208,7 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], - PointBox[ + 73}]], PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -9349,8 +9355,8 @@ Cell[BoxData[ "}"}], {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "5", ",", "78"}], "}"}], - {-36.95763410650091, 63.512499999999996}], InsetBox[ + RowBox[{"38", ",", "5", ",", "78"}], + "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "83", ",", "0"}], "}"}], {40.724844612963224, -71.0375}]}}, @@ -9549,8 +9555,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], "}"}], - {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], + "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -10347,8 +10353,8 @@ Cell[BoxData[ RowBox[{"0", ",", "32", ",", "89"}], "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "96", ",", "25"}], "}"}], - {91.51723454492054, -27.912499999999998}], InsetBox[ + RowBox[{"0", ",", "96", ",", "25"}], + "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ RowBox[{"{", RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ @@ -10587,7 +10593,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -10848,8 +10855,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -11491,8 +11498,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], "}"}], - {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], + "}"}], {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -11714,7 +11721,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -11739,8 +11747,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], "}"}], - {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], + "}"}], {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -12333,7 +12341,8 @@ Cell[BoxData[ 61.48780366869514, -60.5}]], PointBox[ NCache[{(-11) 3^Rational[1, 2], 73}, {-19.05255888325765, - 73}]], PointBox[ + 73}]], + PointBox[ NCache[{ Rational[-33, 2] 3^Rational[1, 2], Rational[ 113, 2]}, {-28.578838324886473`, 56.5}]], @@ -12792,8 +12801,9 @@ Cell[BoxData[ RowBox[{"121", ",", "0", ",", "0"}], "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "121", ",", "0"}], "}"}], - {115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"0", ",", "121", ",", "0"}], + "}"}], {115.2679812437088, -66.55000000000001}], + InsetBox[ RowBox[{"{", RowBox[{"0", ",", "0", ",", "121"}], "}"}], {0., 133.10000000000002}]}}, @@ -12843,8 +12853,8 @@ Cell[BoxData[ RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ RowBox[{"{", - RowBox[{"38", ",", "83", ",", "0"}], - "}"}], {40.724844612963224, -71.0375}]}}, + RowBox[{"38", ",", "83", ",", "0"}], "}"}], + {40.724844612963224, -71.0375}]}}, {Thickness[Large], GraphicsComplexBox[ NCache[{{16 3^Rational[1, 2], 73}, { @@ -13153,8 +13163,8 @@ Cell[BoxData[ 104.78907385791707`, -60.5}]], PointBox[{0, 121}]}, { InsetBox[ RowBox[{"{", - RowBox[{"121", ",", "0", ",", "0"}], - "}"}], {-115.2679812437088, -66.55000000000001}], InsetBox[ + RowBox[{"121", ",", "0", ",", "0"}], "}"}], + {-115.2679812437088, -66.55000000000001}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "121", ",", "0"}], "}"}], {115.2679812437088, -66.55000000000001}], @@ -13192,8 +13202,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -14040,8 +14050,8 @@ Cell[BoxData[ Rational[45, 2] 3^Rational[1, 2], Rational[-121, 2]}, { 38.97114317029974, -60.5}]]}, {InsetBox[ RowBox[{"{", - RowBox[{"0", ",", "32", ",", "89"}], "}"}], - {27.77776482638587, 82.48749999999998}], InsetBox[ + RowBox[{"0", ",", "32", ",", "89"}], + "}"}], {27.77776482638587, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"0", ",", "96", ",", "25"}], "}"}], {91.51723454492054, -27.912499999999998}], InsetBox[ @@ -14895,9 +14905,8 @@ Cell[BoxData[ RowBox[{"25", ",", "96", ",", "0"}], "}"}], {66.61900418611793, -71.0375}], InsetBox[ RowBox[{"{", - RowBox[{"27", ",", "5", ",", "89"}], - "}"}], {-26.00241274862777, 82.48749999999998}], - InsetBox[ + RowBox[{"27", ",", "5", ",", "89"}], "}"}], + {-26.00241274862777, 82.48749999999998}], InsetBox[ RowBox[{"{", RowBox[{"38", ",", "5", ",", "78"}], "}"}], {-36.95763410650091, 63.512499999999996}], InsetBox[ @@ -15249,8 +15258,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -15398,15 +15405,15 @@ Cell[BoxData[GridBox[{ "c53c6328-9f79-4492-b82a-349dcdf564a9"] }], "SeeAlso",ExpressionUUID->"75515e15-c41a-4890-9f31-520d4089e121"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"a3c3a3e5-026f-441f-a304-\ -18cfde30853f"], + }]], "SeeAlsoSection",ExpressionUUID->"7a45326d-bdc7-434a-9530-\ +7eeabdeeb6d3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -15418,9 +15425,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2301f33d-dc9a-479d-9b29-c2b91170d28c"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a8fe0e43-e171-4248-8310-\ -ecb3365ec2ff"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"5cd94918-8686-40f7-a283-\ +e7cbda4120f5"], Cell[BoxData[GridBox[{ { @@ -15437,7 +15443,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f4395cb3-c648-4b0d-b881-ef20b589e1a2"]}]}, + "fa41f89f-0b94-40c5-93b5-3aeccc0a00e3"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -15445,10 +15451,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "41e9e867-cac7-479e-8f90-c634892709b7"]}]} + "d27eb32c-9f01-4b12-9c63-3be269bf3e97"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"39e69d69-860d-4f05-9d85-\ -eef2f9b3d1ed"], + }]], "MoreAboutSection",ExpressionUUID->"5805a51d-c11c-4c57-8651-\ +3b2a6facbbcb"], Cell[BoxData[GridBox[{ { @@ -15476,7 +15482,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d57c8ec7-9efd-4622-8148-46bb6cb0729d"]], "RelatedLinks", + "93555501-2dae-4379-9fa7-356f2ea6a8c9"]], "RelatedLinks", ExpressionUUID->"901dee3b-54e5-4134-90fe-1b4bac5a8872"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -15493,7 +15499,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a2b8fe21-fbc8-4dd8-823f-b6b122656238"]], "RelatedLinks", + "71863a72-1428-4981-a462-669f50d4446a"]], "RelatedLinks", ExpressionUUID->"7dee491b-08e2-45fb-9b2d-5467f2d31a5e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -15510,7 +15516,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3b25896f-ada8-4eb6-90a1-50df763f2ca5"]], "RelatedLinks", + "850c0ee0-00a4-439f-a676-cb80e898689d"]], "RelatedLinks", ExpressionUUID->"4e73c42c-c107-4699-9ba3-2478131cad7f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -15527,11 +15533,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "e85a7b6b-9aad-4551-a443-61b390020cf0"]], "RelatedLinks", + "5c0aec9c-369f-4573-85cc-9380259e709a"]], "RelatedLinks", ExpressionUUID->"dbce1145-020f-4742-9c3e-eeb8d92c9894"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"eaf0fe4a-3bca-4adf-9f4d-\ -e381f3c3cea8"], + }]], "RelatedLinksSection",ExpressionUUID->"8b10263f-bb28-4365-a4e8-\ +96c45910cb46"], Cell[CellGroupData[{ @@ -15561,11 +15567,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"664f27fe-4c65-4160-984d-e8e3aa18c78d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"16180440-970f-44bd-9158-3b0712d6856d"] +Cell[" ", "FooterCell",ExpressionUUID->"4d4b4d8d-b6c1-441f-9d6e-fb393d6fde9e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperCritVal", TaggingRules->{ @@ -15576,7 +15582,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 53.171916}", + "built" -> "{2024, 6, 3, 16, 56, 9.960006}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -15585,10 +15591,10 @@ TaggingRules->{ AnimationKernelProperty2d to impose an upper critical value to specify the \ largest strong epsilon-core that should be drawn.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UpperCritVal", "titlemodifier" -> "", - "windowtitle" -> "UpperCritVal", "type" -> "Symbol", "uri" -> - "TUG/ref/UpperCritVal"}}, + "metadescription" -> "", "windowtitle" -> "UpperCritVal", "type" -> + "Symbol", "uri" -> "TUG/ref/UpperCritVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -15597,9 +15603,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"64025cb2-bb2f-4254-be8d-fa94436e04c1" +ExpressionUUID->"30d527e2-833e-43c3-93c9-bbdee769f263" ] (* End of Notebook Content *) @@ -15607,117 +15613,115 @@ ExpressionUUID->"64025cb2-bb2f-4254-be8d-fa94436e04c1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12374, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d26fa828-cc9b-40a4-b023-56ebe6af2c49", + Cell[12431, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b728c316-4c44-4b8e-94b8-25752ffea11a", CellTags->"PrimaryExamplesSection", - CellID->1401363941]} + CellID->1759754949]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 810589, 15608} + {"PrimaryExamplesSection", 810711, 15614} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7120, 168, 56, "AnchorBarGrid",ExpressionUUID->"1683c629-20f6-432b-bbd7-165d8f253a36", +Cell[584, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"99dc0e7f-81da-4485-a16a-dbd8dd9aca3c", CellID->1], -Cell[7707, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"71c112a0-fce3-4280-99c6-0977a8b96b6c"], +Cell[7764, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"e0a8a88f-3090-4d15-aad0-0a0f1c808c08"], Cell[CellGroupData[{ -Cell[7818, 195, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"4c1e99b4-5159-4f99-8602-cd4fc6b4147c"], -Cell[9107, 232, 551, 10, 132, "Usage",ExpressionUUID->"812cdf15-642a-466a-8676-74bbab7c298d", +Cell[7875, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"84c568a9-d118-4a52-8706-1859307fc726"], +Cell[9164, 237, 551, 10, 131, "Usage",ExpressionUUID->"812cdf15-642a-466a-8676-74bbab7c298d", CellID->987657005] }, Open ]], Cell[CellGroupData[{ -Cell[9695, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"7a041922-66de-4e31-afeb-d45942f80756", +Cell[9752, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"6590b929-553f-4a44-82d5-aa077e19a952", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2127691515], -Cell[11593, 296, 489, 12, 37, "Notes",ExpressionUUID->"c487f6e5-7812-4998-b6d8-0bcd9d8ee6cd", + CellID->1669015372], +Cell[11650, 301, 489, 12, 38, "Notes",ExpressionUUID->"c487f6e5-7812-4998-b6d8-0bcd9d8ee6cd", CellID->177724765], -Cell[12085, 310, 162, 3, 36, "Notes",ExpressionUUID->"a22b8bc9-2a91-4638-910d-98d00da78ab0", +Cell[12142, 315, 162, 3, 36, "Notes",ExpressionUUID->"a22b8bc9-2a91-4638-910d-98d00da78ab0", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12374, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d26fa828-cc9b-40a4-b023-56ebe6af2c49", +Cell[12431, 324, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b728c316-4c44-4b8e-94b8-25752ffea11a", CellTags->"PrimaryExamplesSection", - CellID->1401363941], + CellID->1759754949], Cell[CellGroupData[{ -Cell[13820, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2b4a996a-690c-421e-a489-d8c7f5543ccf", - CellID->1020557242], -Cell[15222, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"2cc5e640-5e2f-438c-9c99-51878a1bbf0c", +Cell[13877, 365, 1397, 36, 30, "ExampleSection",ExpressionUUID->"8696a935-389c-4c04-b89a-3c9f39cc85c7", + CellID->25415288], +Cell[15277, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"2cc5e640-5e2f-438c-9c99-51878a1bbf0c", CellID->1597738800], Cell[CellGroupData[{ -Cell[15366, 403, 168, 3, 27, "Input",ExpressionUUID->"7acec033-06a9-40a6-b250-c4187423f5d6", +Cell[15421, 408, 168, 3, 27, "Input",ExpressionUUID->"7acec033-06a9-40a6-b250-c4187423f5d6", CellID->1776794800], Cell[CellGroupData[{ -Cell[15559, 410, 235, 4, 23, "Print",ExpressionUUID->"53e725ad-4b59-4698-9309-b35b70f86043", +Cell[15614, 415, 235, 4, 23, "Print",ExpressionUUID->"53e725ad-4b59-4698-9309-b35b70f86043", CellID->298115073], -Cell[15797, 416, 364, 8, 23, "Print",ExpressionUUID->"31306d7e-9b4c-4a69-a50b-4d4890a7ae21", +Cell[15852, 421, 364, 8, 23, "Print",ExpressionUUID->"31306d7e-9b4c-4a69-a50b-4d4890a7ae21", CellID->683467201], -Cell[16164, 426, 236, 4, 23, "Print",ExpressionUUID->"27e920e7-e90d-4e39-b312-a1adbbfdebd2", +Cell[16219, 431, 236, 4, 23, "Print",ExpressionUUID->"27e920e7-e90d-4e39-b312-a1adbbfdebd2", CellID->1785386360], -Cell[16403, 432, 219, 3, 23, "Print",ExpressionUUID->"e7f40bea-214f-47ba-a725-a9ec808dcaf2", +Cell[16458, 437, 219, 3, 23, "Print",ExpressionUUID->"e7f40bea-214f-47ba-a725-a9ec808dcaf2", CellID->491256727], -Cell[16625, 437, 206, 3, 23, "Print",ExpressionUUID->"41303d4d-e0c7-447b-abd5-c1e479ea7f24", +Cell[16680, 442, 206, 3, 23, "Print",ExpressionUUID->"41303d4d-e0c7-447b-abd5-c1e479ea7f24", CellID->865478393], -Cell[16834, 442, 236, 4, 23, "Print",ExpressionUUID->"4b8d9647-2531-42ae-85c3-a722fa9b2821", +Cell[16889, 447, 236, 4, 23, "Print",ExpressionUUID->"4b8d9647-2531-42ae-85c3-a722fa9b2821", CellID->637345524], -Cell[17073, 448, 220, 3, 23, "Print",ExpressionUUID->"3b081fef-aaac-401d-aab1-2b8ba371eda1", +Cell[17128, 453, 220, 3, 23, "Print",ExpressionUUID->"3b081fef-aaac-401d-aab1-2b8ba371eda1", CellID->1724983472], -Cell[17296, 453, 236, 4, 23, "Print",ExpressionUUID->"d1b18c8d-5478-4c1d-9d14-34bde19be730", +Cell[17351, 458, 236, 4, 23, "Print",ExpressionUUID->"d1b18c8d-5478-4c1d-9d14-34bde19be730", CellID->1400195041], -Cell[17535, 459, 236, 4, 23, "Print",ExpressionUUID->"0fd7e374-b362-49f0-98d6-06393bc0a452", +Cell[17590, 464, 236, 4, 23, "Print",ExpressionUUID->"0fd7e374-b362-49f0-98d6-06393bc0a452", CellID->1598243172], -Cell[17774, 465, 207, 3, 23, "Print",ExpressionUUID->"18c40bd2-66bf-44fe-ba1c-fd0e8086ca69", +Cell[17829, 470, 207, 3, 23, "Print",ExpressionUUID->"18c40bd2-66bf-44fe-ba1c-fd0e8086ca69", CellID->1997288893], -Cell[17984, 470, 236, 4, 23, "Print",ExpressionUUID->"3e309d48-7abf-4d05-94da-2b5e78ce9366", +Cell[18039, 475, 236, 4, 23, "Print",ExpressionUUID->"3e309d48-7abf-4d05-94da-2b5e78ce9366", CellID->1969715506] }, Open ]] }, Open ]], -Cell[18247, 478, 138, 1, 38, "ExampleText",ExpressionUUID->"5c044769-ea3d-4d9d-962a-21a88fe4ee01", +Cell[18302, 483, 138, 1, 39, "ExampleText",ExpressionUUID->"5c044769-ea3d-4d9d-962a-21a88fe4ee01", CellID->1512293528], -Cell[18388, 481, 224, 6, 27, "Input",ExpressionUUID->"719ae17a-355c-41e6-9fc4-96d2b9f7d7a2", +Cell[18443, 486, 224, 6, 27, "Input",ExpressionUUID->"719ae17a-355c-41e6-9fc4-96d2b9f7d7a2", CellID->533778697], -Cell[18615, 489, 293, 8, 70, "Input",ExpressionUUID->"32d2e1f8-9635-47d7-8fb9-5c321ffb2874", +Cell[18670, 494, 293, 8, 27, "Input",ExpressionUUID->"32d2e1f8-9635-47d7-8fb9-5c321ffb2874", CellID->1492757341], -Cell[18911, 499, 237, 6, 70, "Input",ExpressionUUID->"119b2b2b-d895-438b-bb6f-7765a78ecac7", +Cell[18966, 504, 237, 6, 70, "Input",ExpressionUUID->"119b2b2b-d895-438b-bb6f-7765a78ecac7", CellID->459876703], -Cell[19151, 507, 268, 5, 70, "ExampleText",ExpressionUUID->"20b1dbef-3db0-46f8-802f-06720c5953de", +Cell[19206, 512, 268, 5, 70, "ExampleText",ExpressionUUID->"20b1dbef-3db0-46f8-802f-06720c5953de", CellID->515616576], -Cell[19422, 514, 321, 8, 70, "Input",ExpressionUUID->"59237285-cbe9-415b-b222-121db23c7ed7", +Cell[19477, 519, 321, 8, 70, "Input",ExpressionUUID->"59237285-cbe9-415b-b222-121db23c7ed7", CellID->203251815], Cell[CellGroupData[{ -Cell[19768, 526, 159, 3, 70, "Input",ExpressionUUID->"3e1b114c-cb19-444f-abf7-df7da992df87", +Cell[19823, 531, 159, 3, 70, "Input",ExpressionUUID->"3e1b114c-cb19-444f-abf7-df7da992df87", CellID->1260139056], -Cell[19930, 531, 158, 3, 36, "Output",ExpressionUUID->"25015e12-a6ff-4a12-b368-a0737c933515", +Cell[19985, 536, 158, 3, 36, "Output",ExpressionUUID->"25015e12-a6ff-4a12-b368-a0737c933515", CellID->1797620757] }, Open ]], Cell[CellGroupData[{ -Cell[20125, 539, 187, 4, 70, "Input",ExpressionUUID->"b4172b2f-4d76-4481-a22a-9113d9026fd2", +Cell[20180, 544, 187, 4, 70, "Input",ExpressionUUID->"b4172b2f-4d76-4481-a22a-9113d9026fd2", CellID->1416705581], -Cell[20315, 545, 776844, 14697, 70, "Output",ExpressionUUID->"9a2687a1-9f81-4a7c-a085-803fe8c7ab3d", +Cell[20370, 550, 776928, 14701, 70, "Output",ExpressionUUID->"9a2687a1-9f81-4a7c-a085-803fe8c7ab3d", CellID->223605077] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[797540, 15260, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"7a45326d-bdc7-434a-9530-7eeabdeeb6d3"], +Cell[803036, 15410, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5cd94918-8686-40f7-a283-e7cbda4120f5"], +Cell[803709, 15430, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"5805a51d-c11c-4c57-8651-3b2a6facbbcb"], +Cell[804745, 15458, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"8b10263f-bb28-4365-a4e8-96c45910cb46"], Cell[CellGroupData[{ -Cell[797423, 15253, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"a3c3a3e5-026f-441f-a304-18cfde30853f"], -Cell[802919, 15403, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a8fe0e43-e171-4248-8310-ecb3365ec2ff"] -}, Open ]], -Cell[803604, 15424, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"39e69d69-860d-4f05-9d85-eef2f9b3d1ed"], -Cell[804640, 15452, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"eaf0fe4a-3bca-4adf-9f4d-e381f3c3cea8"], -Cell[CellGroupData[{ -Cell[807569, 15537, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fa9eac89-d7f5-478e-92fe-8f9cef0137cd", +Cell[807674, 15543, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fa9eac89-d7f5-478e-92fe-8f9cef0137cd", CellID->2135167160], -Cell[807710, 15540, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c81bde72-ad3c-4f69-a791-edfac56021bd", +Cell[807815, 15546, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"c81bde72-ad3c-4f69-a791-edfac56021bd", CellID->1194386356], -Cell[807932, 15546, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e37c75e7-9826-45d5-b032-11709e9c8129", +Cell[808037, 15552, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"e37c75e7-9826-45d5-b032-11709e9c8129", CellID->1641706272], -Cell[808147, 15551, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"581c3fa6-97f7-4110-ae90-878485552c5a", +Cell[808252, 15557, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"581c3fa6-97f7-4110-ae90-878485552c5a", CellID->399251956], -Cell[808376, 15557, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"664f27fe-4c65-4160-984d-e8e3aa18c78d", +Cell[808481, 15563, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"664f27fe-4c65-4160-984d-e8e3aa18c78d", CellID->821434655] }, Open ]], -Cell[808613, 15563, 78, 0, 70, "FooterCell",ExpressionUUID->"16180440-970f-44bd-9158-3b0712d6856d"] +Cell[808718, 15569, 78, 0, 70, "FooterCell",ExpressionUUID->"4d4b4d8d-b6c1-441f-9d6e-fb393d6fde9e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperCriticalVal.nb b/Documentation/English/ReferencePages/Symbols/UpperCriticalVal.nb index 02b58bf..517b410 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperCriticalVal.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperCriticalVal.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 450502, 7814] -NotebookOptionsPosition[ 442835, 7663] -NotebookOutlinePosition[ 445037, 7718] -CellTagsIndexPosition[ 444950, 7713] +NotebookDataLength[ 450507, 7814] +NotebookOptionsPosition[ 442857, 7665] +NotebookOutlinePosition[ 445075, 7720] +CellTagsIndexPosition[ 444988, 7715] WindowTitle->UpperCriticalVal WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "f2f969b1-7f77-48f9-a8b4-84f2ad964984"], + "88f07f19-f51b-4da1-8039-b482734f5122"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "6d15f9ea-4045-42ef-8771-93775470a97d"], + "4b47a74b-f805-4cc3-86ce-714c2fc31c99"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "459ff3c8-d1e2-4613-8d53-3becf4fdba4f"] - }],ExpressionUUID->"9615c5d2-a475-4075-a317-1f45a78c0b36"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "7ae5463a-d738-4ad7-b587-04a697309b83"] + }],ExpressionUUID->"cc56aecd-5df7-423e-9dc6-7eb0e7fb8a29"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f598202-22dc-4c62-8d00-3b81323afa32"], + "2a6cea51-1ec9-41a5-aadf-1fd64584417f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b116e844-d555-450c-8391-642ab8401eb4"] - }],ExpressionUUID->"8275d9f2-7747-4f48-aa4e-d7b23487cb94"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "193ab8fe-3333-4dc0-a473-19198a96bdc9"] + }],ExpressionUUID->"818bf8fc-10dd-4ba9-896f-1eedcdb3800b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b2f2c69b-8fad-433b-9e2f-6e0fef315fb7"], + "1fb3ae8b-e633-4052-873e-2cef6e379087"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a1b174bf-95b6-4922-8df8-697aa58e4bd8"] - }],ExpressionUUID->"ba736f0a-e1a1-406b-9af5-3645b0c47528"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "5f8e2b27-442d-4226-8b6d-ef5eb72714c2"] + }],ExpressionUUID->"a1f7939d-6851-46c7-a1b4-e55d79b052a4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "53d79d4a-93fb-4710-9f78-1e6d9a3e4041"], + "c0d0a76c-eedf-4145-b5db-d60099cfb05e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3f115307-72c2-40fd-be6d-b56d473733be"] - }],ExpressionUUID->"67353a60-716b-43e0-b2f3-1cf566cc8a76"], - StripOnInput->False], {"\<\"TUG/ref/UpperCriticalVal\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperCriticalVal"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "11bd4b9c-0513-41f5-b948-a48feb513e98"] + }],ExpressionUUID->"80e6b914-854e-4996-9741-e956c5583ba6"], + StripOnInput->False],{ + "\"TUG/ref/UpperCriticalVal\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperCriticalVal"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ UpperCriticalVal.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$201439], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperCriticalVal" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$217205], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperCriticalVal" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "18fadbdb-5655-49ed-90d5-8b4f938818eb"] + "bff01f44-0836-487f-8624-f2bfd05d0f11"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6342ffa6-344d-42fc-adcb-b50bc7588568"]} + "86a615a2-14ea-43f8-8d4b-916dc6c3ccd3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cd18a55e-8f5a-4723-974e-c3ffa2bc9a56"], + CellID->1,ExpressionUUID->"edc074f5-424b-4288-91d4-436c83a9fbf9"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"2d700588-8960-4e92-be8e-89c38cc1d350"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"153e862d-616e-4677-8319-98c6d2f25c17"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperCriticalVal", "ObjectName",ExpressionUUID-> - "01cdb7f4-a6e9-4acb-8eb5-25cc7b895fd1"], + "74357e7e-e8c2-4b31-956b-fb7419ffd9c5"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0063c0b2-2dc9-4a14-86be-42e927cdccab"], + "Spacer1"]],ExpressionUUID->"1c3fa873-69cf-4daf-8b47-25586a4483a7"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "35f51370-ff68-44e2-945a-7f305efdd37a"] - }],ExpressionUUID->"8ba0db75-0e10-42ad-9ff2-4842a0bb4ed2"], Cell[BoxData[ + "b468945e-9d46-47db-9fce-9caceb196551"] + }],ExpressionUUID->"25dd2b87-da03-4715-9740-021ee7dfadb3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "c147ad13-4ed1-4569-8a5f-fb08f12547f8"]} + "cb1f64e7-b938-47d6-9994-4b9d4e5c49e8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e1acc0bb-1a6d-4b23-a291-953eae5682bd"], + CacheGraphics->False,ExpressionUUID->"39a3ea39-28ad-4258-bca4-91e2fa6a855c"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "\[LineSeparator]is an option of the package plotting function \ AnimationKernelPropertyV6 to impose an upper critical value to specify the \ largest strong epsilon-core that should be drawn." - }],ExpressionUUID->"27f011b0-cfaa-4239-a4b5-7b86bd13e7fd"]} + }],ExpressionUUID->"217800ea-2dd4-4013-9ecc-a9c5b61cf83a"]} }]], "Usage", CellID->947862538,ExpressionUUID->"6ce7f318-4cc6-434f-9f61-0e72bb0760a1"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"f7a38383-cfed-40a1-a363-d0aa6c911857"], + ExpressionUUID->"0e5f7573-32c5-4f89-b594-7e218cf880e0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f80fcc10-654c-434a-a29e-3e561eb62c42"], + "Spacer1"]],ExpressionUUID->"e005e517-df7e-45c8-8052-5795d039435a"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"991f31eb-82d8-4ba2-80c6-e1645613fc11"], + }], "NotesFrameText",ExpressionUUID->"22246330-b166-41d5-a6c6-b35e94ac2740"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8a9c336c-e0b9-4247-8c1b-d002cf95109e"]], \ + "Preemptive"]],ExpressionUUID->"1e57ec9c-37d6-4c6e-9be2-e8fc65a49b1a"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->543276000,ExpressionUUID->"aa0eb1c0-25d2-4250-bcd7-debfd355f01a"], + CellID->1059058479,ExpressionUUID->"5fd0a7d3-385b-45ca-b802-7e73d5a8f3cf"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +347,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"27910631-e631-443f-948f-6848fbf685f8"], + ExpressionUUID->"b7c49375-6bc5-4538-a4cf-12999709f9a6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0da7b166-cc3b-4388-a5b8-ca73f855112a"], + "Spacer1"]],ExpressionUUID->"d9275441-1e43-45c0-9175-59019c8d24d1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "47e8d52d-3546-449a-9e14-743e0d127df9"] + "d47986bf-3da4-4b22-af91-2ba34d3fdb8e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2135298672,ExpressionUUID->"24173860-b176-4ab3-a091-7fa168ec5828"], + CellID->496326934,ExpressionUUID->"53164a00-400d-4dbc-8842-884d7a7d98e9"], Cell[CellGroupData[{ @@ -383,18 +388,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"22700e25-3935-4a3c-969e-a2af4958b24f"], + ExpressionUUID->"12ffc3f0-5794-47b4-973c-03352ce96895"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4d5fd794-4865-40d5-803c-ea7223ca499d"], + "Spacer1"]],ExpressionUUID->"8bf42413-d863-49b8-ba0d-20b6be634494"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4dea26d6-0b75-4e27-9f99-82a13901a47f"] + "aa56d062-11bf-4238-a642-276248c4e105"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1119330991,ExpressionUUID->"0311763e-6c8a-48e2-9fff-026b5adeeaca"], + CellID->1798077220,ExpressionUUID->"c9533bc9-1b9b-4ff8-a75e-adfd9f594755"], Cell["Loading the package:", "ExampleText", CellID->1091910221,ExpressionUUID->"937232fc-1fd2-4fab-9baa-fd39b5f54888"], @@ -5765,8 +5770,8 @@ zwU0+9H9fRNN3VQ0d9zD8Ad+9bfsAdeBo1E= TubeBox[{{0.4791666666666667, 0.4791666666666667, 0.020833333333333332`}, {0.25, 0.4791666666666667, 0.020833333333333332`}}], - TubeBox[{{0.3333333333333333, 0.08333333333333333, 0.5625} - , {0.3333333333333333, 0.4791666666666667, + TubeBox[{{0.3333333333333333, 0.08333333333333333, + 0.5625}, {0.3333333333333333, 0.4791666666666667, 0.16666666666666666`}}], TubeBox[{{0.3333333333333333, 0.08333333333333333, 0.5625}, {0.10416666666666667`, 0.08333333333333333, @@ -7347,8 +7352,6 @@ DGgAPXywy99Ccx8iHNHtQXUnpnqYeQDvMXo3 EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -7496,15 +7499,15 @@ Cell[BoxData[GridBox[{ "6042aab0-da63-4173-a0e8-0390fff05918"] }], "SeeAlso",ExpressionUUID->"e5d29a76-11cf-4af3-890e-838a4ad3647f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cce56e77-fdc8-4523-9cd9-\ -494b27636522"], + }]], "SeeAlsoSection",ExpressionUUID->"1621682d-7f15-49b7-8e2d-\ +db1445fcbd83"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -7516,9 +7519,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"13438d24-0118-45c6-8cd2-2095479bf8e5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"603b0f1d-5542-4df9-82fb-\ -cc8212c7c370"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7294bb06-3b59-4382-8e22-\ +b4b6620dee52"], Cell[BoxData[GridBox[{ { @@ -7535,7 +7537,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b73801b9-f946-407a-b34d-f8d1acdfef77"]}]}, + "bf109a9a-9177-4fef-a57c-8d9926caadc0"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -7543,10 +7545,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b74d5a03-a438-4afe-8031-1273d79339a5"]}]} + "6fdfa74c-27f6-4977-8c70-80494e3c3a7b"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0f2b6eee-f56c-43b7-be54-\ -ba68f832770b"], + }]], "MoreAboutSection",ExpressionUUID->"4a7fab91-e86c-4347-8628-\ +75f4fa0771ce"], Cell[BoxData[GridBox[{ { @@ -7574,7 +7576,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "220f5b32-3379-4cae-8fed-792f26bb0129"]], "RelatedLinks", + "439f52c4-c00c-49bb-a6b4-31f79c3204cb"]], "RelatedLinks", ExpressionUUID->"d4708e3f-1cf1-4e1d-957f-3bc6b40bb2eb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -7591,7 +7593,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2fb1d091-59a7-4eff-99fa-8cb929c484d6"]], "RelatedLinks", + "68631f8f-dc68-4b27-b1a0-b6940db9216a"]], "RelatedLinks", ExpressionUUID->"e2dbe693-b43e-48f8-ba5b-a37250a1eaf4"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -7608,7 +7610,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0919844c-6b67-4c60-aa20-72be62c0fec9"]], "RelatedLinks", + "a46865b2-d1f0-4e81-bee2-506bc9cd2ecb"]], "RelatedLinks", ExpressionUUID->"c91b49d0-3e45-4934-a2e4-82ccdc10a165"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -7625,11 +7627,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5c344a86-296b-40cf-9425-36fe422bb103"]], "RelatedLinks", + "e9a08e04-9eae-4f48-b5f8-05ab86ed2b29"]], "RelatedLinks", ExpressionUUID->"73b23862-238f-4a13-8e5d-d4d5c9bdf368"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"312727f5-d027-45a2-a8de-\ -39241832de67"], + }]], "RelatedLinksSection",ExpressionUUID->"1f04c2a2-3562-467d-b0a5-\ +19792abd5f23"], Cell[CellGroupData[{ @@ -7659,11 +7661,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"4a1071ed-8a53-4185-a670-949be563edfb"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a5215cbe-ea78-4a35-b85b-6125fe151bf5"] +Cell[" ", "FooterCell",ExpressionUUID->"9c5f62ff-cfff-4b4b-b319-33a2041d01ce"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperCriticalVal", TaggingRules->{ @@ -7674,7 +7676,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 49.084022}", + "built" -> "{2024, 6, 3, 16, 56, 7.036706}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -7683,10 +7685,10 @@ TaggingRules->{ AnimationKernelPropertyV6 to impose an upper critical value to specify the \ largest strong epsilon-core that should be drawn.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UpperCriticalVal", "titlemodifier" -> "", - "windowtitle" -> "UpperCriticalVal", "type" -> "Symbol", "uri" -> - "TUG/ref/UpperCriticalVal"}}, + "metadescription" -> "", "windowtitle" -> "UpperCriticalVal", "type" -> + "Symbol", "uri" -> "TUG/ref/UpperCriticalVal"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -7695,9 +7697,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"be450778-5917-41d5-bbd5-092aa4b348f9" +ExpressionUUID->"7e816630-a93f-45c4-be62-06b209296825" ] (* End of Notebook Content *) @@ -7705,117 +7707,115 @@ ExpressionUUID->"be450778-5917-41d5-bbd5-092aa4b348f9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12406, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"24173860-b176-4ab3-a091-7fa168ec5828", + Cell[12463, 324, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"53164a00-400d-4dbc-8842-884d7a7d98e9", CellTags->"PrimaryExamplesSection", - CellID->2135298672]} + CellID->496326934]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 444749, 7706} + {"PrimaryExamplesSection", 444788, 7708} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7137, 168, 56, "AnchorBarGrid",ExpressionUUID->"cd18a55e-8f5a-4723-974e-c3ffa2bc9a56", +Cell[588, 21, 7193, 173, 57, "AnchorBarGrid",ExpressionUUID->"edc074f5-424b-4288-91d4-436c83a9fbf9", CellID->1], -Cell[7728, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"2d700588-8960-4e92-be8e-89c38cc1d350"], +Cell[7784, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"153e862d-616e-4677-8319-98c6d2f25c17"], Cell[CellGroupData[{ -Cell[7839, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"e1acc0bb-1a6d-4b23-a291-953eae5682bd"], -Cell[9132, 232, 555, 10, 132, "Usage",ExpressionUUID->"6ce7f318-4cc6-434f-9f61-0e72bb0760a1", +Cell[7895, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"39a3ea39-28ad-4258-bca4-91e2fa6a855c"], +Cell[9188, 237, 555, 10, 131, "Usage",ExpressionUUID->"6ce7f318-4cc6-434f-9f61-0e72bb0760a1", CellID->947862538] }, Open ]], Cell[CellGroupData[{ -Cell[9724, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"aa0eb1c0-25d2-4250-bcd7-debfd355f01a", +Cell[9780, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"5fd0a7d3-385b-45ca-b802-7e73d5a8f3cf", CellGroupingRules->{"SectionGrouping", 50}, - CellID->543276000], -Cell[11621, 296, 489, 12, 37, "Notes",ExpressionUUID->"8ddf696a-a144-4f80-96a2-f2ed240a9bd4", + CellID->1059058479], +Cell[11678, 301, 489, 12, 38, "Notes",ExpressionUUID->"8ddf696a-a144-4f80-96a2-f2ed240a9bd4", CellID->177724765], -Cell[12113, 310, 166, 3, 36, "Notes",ExpressionUUID->"6783ba64-d047-48b7-a0b5-0d85310419b2", +Cell[12170, 315, 166, 3, 36, "Notes",ExpressionUUID->"6783ba64-d047-48b7-a0b5-0d85310419b2", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12406, 319, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"24173860-b176-4ab3-a091-7fa168ec5828", +Cell[12463, 324, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"53164a00-400d-4dbc-8842-884d7a7d98e9", CellTags->"PrimaryExamplesSection", - CellID->2135298672], + CellID->496326934], Cell[CellGroupData[{ -Cell[13852, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0311763e-6c8a-48e2-9fff-026b5adeeaca", - CellID->1119330991], -Cell[15254, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"937232fc-1fd2-4fab-9baa-fd39b5f54888", +Cell[13908, 365, 1399, 36, 30, "ExampleSection",ExpressionUUID->"c9533bc9-1b9b-4ff8-a75e-adfd9f594755", + CellID->1798077220], +Cell[15310, 403, 119, 1, 39, "ExampleText",ExpressionUUID->"937232fc-1fd2-4fab-9baa-fd39b5f54888", CellID->1091910221], Cell[CellGroupData[{ -Cell[15398, 403, 167, 3, 27, "Input",ExpressionUUID->"bcdb7d33-753e-4072-b86d-07efdd168afd", +Cell[15454, 408, 167, 3, 27, "Input",ExpressionUUID->"bcdb7d33-753e-4072-b86d-07efdd168afd", CellID->407561485], Cell[CellGroupData[{ -Cell[15590, 410, 235, 4, 23, "Print",ExpressionUUID->"389cb781-2c7f-400c-b569-b37fa5af9121", +Cell[15646, 415, 235, 4, 23, "Print",ExpressionUUID->"389cb781-2c7f-400c-b569-b37fa5af9121", CellID->879126967], -Cell[15828, 416, 364, 8, 23, "Print",ExpressionUUID->"a3a0738d-c817-43fc-9326-d91a20eb501b", +Cell[15884, 421, 364, 8, 23, "Print",ExpressionUUID->"a3a0738d-c817-43fc-9326-d91a20eb501b", CellID->759437103], -Cell[16195, 426, 236, 4, 23, "Print",ExpressionUUID->"7000ec45-4297-4904-afad-54cf7c148294", +Cell[16251, 431, 236, 4, 23, "Print",ExpressionUUID->"7000ec45-4297-4904-afad-54cf7c148294", CellID->2103408908], -Cell[16434, 432, 218, 3, 23, "Print",ExpressionUUID->"bafa1773-7a4a-4435-af2a-9a7962799efa", +Cell[16490, 437, 218, 3, 23, "Print",ExpressionUUID->"bafa1773-7a4a-4435-af2a-9a7962799efa", CellID->26732461], -Cell[16655, 437, 207, 3, 23, "Print",ExpressionUUID->"1ef93138-6ecb-43ea-a576-d7dc1417c415", +Cell[16711, 442, 207, 3, 23, "Print",ExpressionUUID->"1ef93138-6ecb-43ea-a576-d7dc1417c415", CellID->1767913220], -Cell[16865, 442, 237, 4, 23, "Print",ExpressionUUID->"9f463b6f-a408-4f47-9e4d-f2e5e3f15012", +Cell[16921, 447, 237, 4, 23, "Print",ExpressionUUID->"9f463b6f-a408-4f47-9e4d-f2e5e3f15012", CellID->1005579105], -Cell[17105, 448, 220, 3, 23, "Print",ExpressionUUID->"d37f8e86-b285-470e-9bc4-6b1802a72474", +Cell[17161, 453, 220, 3, 23, "Print",ExpressionUUID->"d37f8e86-b285-470e-9bc4-6b1802a72474", CellID->1235813678], -Cell[17328, 453, 236, 4, 23, "Print",ExpressionUUID->"4d14dd5d-a6f4-48f6-9fee-c0c95b02725f", +Cell[17384, 458, 236, 4, 23, "Print",ExpressionUUID->"4d14dd5d-a6f4-48f6-9fee-c0c95b02725f", CellID->1924812556], -Cell[17567, 459, 235, 4, 23, "Print",ExpressionUUID->"f502a85e-2774-48d7-8b00-695f25151bbd", +Cell[17623, 464, 235, 4, 23, "Print",ExpressionUUID->"f502a85e-2774-48d7-8b00-695f25151bbd", CellID->297747588], -Cell[17805, 465, 206, 3, 23, "Print",ExpressionUUID->"451095d0-dd66-4def-9c07-da8e55990517", +Cell[17861, 470, 206, 3, 23, "Print",ExpressionUUID->"451095d0-dd66-4def-9c07-da8e55990517", CellID->840569302], -Cell[18014, 470, 236, 4, 23, "Print",ExpressionUUID->"6949a0d8-03af-4301-a54c-9ac37ace6231", +Cell[18070, 475, 236, 4, 23, "Print",ExpressionUUID->"6949a0d8-03af-4301-a54c-9ac37ace6231", CellID->1504190629] }, Open ]] }, Open ]], -Cell[18277, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"361f053f-d7db-46ff-be7b-8436ebd6a97a", +Cell[18333, 483, 136, 1, 39, "ExampleText",ExpressionUUID->"361f053f-d7db-46ff-be7b-8436ebd6a97a", CellID->385178992], -Cell[18416, 481, 234, 6, 27, "Input",ExpressionUUID->"1f0e8133-98d6-4087-933b-7b6be821ad99", +Cell[18472, 486, 234, 6, 27, "Input",ExpressionUUID->"1f0e8133-98d6-4087-933b-7b6be821ad99", CellID->539192547], -Cell[18653, 489, 375, 9, 70, "Input",ExpressionUUID->"3bc3190c-9d92-4794-a55a-275a2f11ac6d", +Cell[18709, 494, 375, 9, 27, "Input",ExpressionUUID->"3bc3190c-9d92-4794-a55a-275a2f11ac6d", CellID->2039649350], -Cell[19031, 500, 237, 6, 70, "Input",ExpressionUUID->"daa44d0e-48c9-4912-9651-c88840970870", +Cell[19087, 505, 237, 6, 70, "Input",ExpressionUUID->"daa44d0e-48c9-4912-9651-c88840970870", CellID->118145893], -Cell[19271, 508, 399, 7, 70, "ExampleText",ExpressionUUID->"aa80994f-2bbb-4360-bbd5-49da7d937b24", +Cell[19327, 513, 399, 7, 70, "ExampleText",ExpressionUUID->"aa80994f-2bbb-4360-bbd5-49da7d937b24", CellID->2129268480], -Cell[19673, 517, 387, 9, 70, "Input",ExpressionUUID->"39c11c56-de99-4562-ae38-23a030d122c2", +Cell[19729, 522, 387, 9, 70, "Input",ExpressionUUID->"39c11c56-de99-4562-ae38-23a030d122c2", CellID->2059060734], Cell[CellGroupData[{ -Cell[20085, 530, 159, 3, 70, "Input",ExpressionUUID->"b648c942-95ab-49c6-a4bd-ae9696931f1a", +Cell[20141, 535, 159, 3, 70, "Input",ExpressionUUID->"b648c942-95ab-49c6-a4bd-ae9696931f1a", CellID->1908898738], -Cell[20247, 535, 157, 3, 36, "Output",ExpressionUUID->"5e24fb61-2149-435c-a4e7-ee914a1cb1a9", +Cell[20303, 540, 157, 3, 36, "Output",ExpressionUUID->"5e24fb61-2149-435c-a4e7-ee914a1cb1a9", CellID->1123224217] }, Open ]], Cell[CellGroupData[{ -Cell[20441, 543, 187, 4, 70, "Input",ExpressionUUID->"802b7147-68fd-4378-995c-67203dbaae03", +Cell[20497, 548, 187, 4, 70, "Input",ExpressionUUID->"802b7147-68fd-4378-995c-67203dbaae03", CellID->1346731403], -Cell[20631, 549, 410668, 6791, 70, "Output",ExpressionUUID->"dc84e8a2-c4fd-4a32-88cc-d0d23ba09272", +Cell[20687, 554, 410668, 6791, 70, "Output",ExpressionUUID->"dc84e8a2-c4fd-4a32-88cc-d0d23ba09272", CellID->794702119] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[431597, 7354, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"1621682d-7f15-49b7-8e2d-db1445fcbd83"], +Cell[437093, 7504, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7294bb06-3b59-4382-8e22-b4b6620dee52"], +Cell[437766, 7524, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4a7fab91-e86c-4347-8628-75f4fa0771ce"], +Cell[438802, 7552, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"1f04c2a2-3562-467d-b0a5-19792abd5f23"], Cell[CellGroupData[{ -Cell[431563, 7351, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"cce56e77-fdc8-4523-9cd9-494b27636522"], -Cell[437059, 7501, 670, 18, 70, "TechNotesSection",ExpressionUUID->"603b0f1d-5542-4df9-82fb-cc8212c7c370"] -}, Open ]], -Cell[437744, 7522, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0f2b6eee-f56c-43b7-be54-ba68f832770b"], -Cell[438780, 7550, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"312727f5-d027-45a2-a8de-39241832de67"], -Cell[CellGroupData[{ -Cell[441709, 7635, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8169a4a1-3d9e-4f8a-a342-ce68629d8008", +Cell[441731, 7637, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8169a4a1-3d9e-4f8a-a342-ce68629d8008", CellID->2135167160], -Cell[441850, 7638, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3a79444d-e962-49da-80c8-eced404e0291", +Cell[441872, 7640, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3a79444d-e962-49da-80c8-eced404e0291", CellID->1194386356], -Cell[442072, 7644, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6fa0ec2d-6c16-443b-b27d-5ebd59f16646", +Cell[442094, 7646, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6fa0ec2d-6c16-443b-b27d-5ebd59f16646", CellID->1641706272], -Cell[442287, 7649, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5cbff9c-94a6-4c54-9cce-fa9f28ba8222", +Cell[442309, 7651, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b5cbff9c-94a6-4c54-9cce-fa9f28ba8222", CellID->399251956], -Cell[442516, 7655, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a1071ed-8a53-4185-a670-949be563edfb", +Cell[442538, 7657, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4a1071ed-8a53-4185-a670-949be563edfb", CellID->821434655] }, Open ]], -Cell[442753, 7661, 78, 0, 70, "FooterCell",ExpressionUUID->"a5215cbe-ea78-4a35-b85b-6125fe151bf5"] +Cell[442775, 7663, 78, 0, 70, "FooterCell",ExpressionUUID->"9c5f62ff-cfff-4b4b-b319-33a2041d01ce"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperSetIncImputationQ.nb b/Documentation/English/ReferencePages/Symbols/UpperSetIncImputationQ.nb index 1bf9763..4633870 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperSetIncImputationQ.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperSetIncImputationQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40558, 1043] -NotebookOptionsPosition[ 32608, 885] -NotebookOutlinePosition[ 34730, 939] -CellTagsIndexPosition[ 34645, 934] +NotebookDataLength[ 40590, 1044] +NotebookOptionsPosition[ 32658, 888] +NotebookOutlinePosition[ 34797, 942] +CellTagsIndexPosition[ 34712, 937] WindowTitle->UpperSetIncImputationQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "12fd9b6d-0ada-4f8f-8a3b-37e2b8b1d188"], + "1dc610ee-02a1-4489-9c69-2cff0e4b27ba"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f644095c-7017-460d-9ea3-feb6d3170d27"], + "0530e500-8836-4e43-90f7-32793ca69423"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "90cdd6ad-e251-43c1-9915-a60da977ed36"] - }],ExpressionUUID->"02f33cd6-212f-4251-9245-17768f3b6c07"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "83f2b529-de83-44ee-b306-d2b0df558663"] + }],ExpressionUUID->"b6e56f01-2345-411d-8b88-a2384d01eec7"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5ec3f295-2486-43ab-8d9d-7f41ac145d63"], + "1735cf4e-fed0-4172-8571-0669ac41185d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3bbf0499-9a7d-4288-9a22-693df9388d8e"] - }],ExpressionUUID->"1e786686-f096-4b25-aa59-fe15e9b63062"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a2ccda4f-30f0-4fd4-87db-62478d797d35"] + }],ExpressionUUID->"e8ede35f-8f50-4bdf-9f46-1da4e12c3ef1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0686bb65-d61f-4b96-800e-2cceef7f2fcb"], + "71d96af6-9e0b-45c2-95fe-e0497ab5d16f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "08251a96-a652-41e3-baf1-d9acd752a785"] - }],ExpressionUUID->"fe0c9f35-d72c-4fb5-b5a0-b3dbfb1cc66b"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "3b6f2924-23b1-45bb-a468-ab1d66b10ff8"] + }],ExpressionUUID->"4f4a0851-1984-4548-a287-d6fcb6623e1f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bc8c985f-4ee0-4aa5-ab7e-bcef86b417d3"], + "18d955ff-9ff6-43a1-8441-d1c2afff7abb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "68321190-76cb-4792-89f9-537d31690975"] - }],ExpressionUUID->"eccefdd7-bf4b-47f6-a720-82973293fd20"], - StripOnInput->False], {"\<\"TUG/ref/UpperSetIncImputationQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperSetIncImputationQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "791bbdbb-0d3c-4f38-8a91-d8e8515b64dc"] + }],ExpressionUUID->"7eeef518-044f-4686-8170-ee711cb194a3"], + StripOnInput->False],{ + "\"TUG/ref/UpperSetIncImputationQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperSetIncImputationQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ UpperSetIncImputationQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$202572], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperSetIncImputationQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$218406], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperSetIncImputationQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b92671d2-bf8f-437e-afb9-a7f5dfc31a33"] + "49dba24a-0ebe-494b-a33c-80d346c00983"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a8c04fd6-03b9-4057-aa98-b7e1ce32ce46"]} + "be593bd7-80c9-424d-a24d-8e327d0894ba"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8b04b7cf-e28d-4463-8b5d-9ee5b9589fbb"], + CellID->1,ExpressionUUID->"419817a4-b87d-4f53-9a9c-d27a6e6bce39"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a0be5d91-8a9f-4fdd-be87-a0c1fbe781e5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"78baf2d0-a2e8-4514-8b68-acb87c5d3e81"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperSetIncImputationQ", "ObjectName",ExpressionUUID-> - "1b90851e-ce96-4247-a632-48495b2c290c"], + "4ce9e8e2-9370-460f-8bec-bb83e69585ac"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"9764703c-ff41-43d5-bae4-9c1c7a5be16f"], + "Spacer1"]],ExpressionUUID->"ae2953a8-257c-4e89-b5cd-7fa5921b4c9e"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "b4ec9d9d-2619-46cf-a3ff-952a57903451"] - }],ExpressionUUID->"d526ce47-aaf4-40fd-8735-3a73b29a40ee"], Cell[BoxData[ + "ea60dad6-4cc3-48c6-8050-2ae93217d8e9"] + }],ExpressionUUID->"1611f3a9-1897-40c9-b5ec-3dd666fa0796"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "239096bf-c2e5-41e1-99d4-827baa728e09"]} + "c8a6a7ad-ebd4-40f7-bc0c-ea80274c5bc8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"54c128ba-959c-4eb4-8c3e-d3596a87e6a6"], + CacheGraphics->False,ExpressionUUID->"3160d3bf-6d47-4cb8-99e3-8ed9b0b2dcf3"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +244,7 @@ Cell[BoxData[GridBox[{ "bf25af96-641c-41f9-9227-b82bb101a75e"], " \[LineSeparator]checks if the upper set is included in the imputation \ set." - }],ExpressionUUID->"0304cc9a-4662-4a72-a33e-d8dafcee8fd4"]} + }],ExpressionUUID->"4e8dfad5-b89e-4f4b-90e7-5fd5b148cca0"]} }]], "Usage", CellID->1522030893,ExpressionUUID->"17f0ca5a-3eed-49cb-879c-ceaf1e1682e2"] }, Open ]], @@ -271,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"68e76e78-f5a6-4c70-8eed-6a54118495c0"], + ExpressionUUID->"855446be-13cb-41cc-9c04-dd0654d9540e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"6717ef47-5dfb-48c7-8d97-20a74c07f784"], + "Spacer1"]],ExpressionUUID->"561d18bc-7b11-4126-980d-d706ab4150f5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d4d6944f-beae-4acd-8654-463e9f862a00"], + }], "NotesFrameText",ExpressionUUID->"8f2d8bd2-6908-4883-af7f-a139e497160e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"1a980ce6-8c6e-4f6f-be61-080c1997ae11"]], \ + "Preemptive"]],ExpressionUUID->"9f8d0143-18b2-44ab-b39f-76aa0d7b1fe1"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1620642224,ExpressionUUID->"491f6699-39b3-4b0a-b6c0-63e7f3c1daa6"], + CellID->1001804607,ExpressionUUID->"ff466695-4105-45b5-84d1-cc5f640af6fe"], Cell[TextData[{ "The input expression ", @@ -364,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3ee3de2f-df26-4f69-b164-6a95b1b9ead3"], + ExpressionUUID->"0b3d76d1-c9fa-4b4a-84f1-20f26c77e109"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"13866c34-4f16-4cc1-ae1f-1c5eefe775f1"], + "Spacer1"]],ExpressionUUID->"7fa6a8bb-6f1b-4aca-b7d9-55b689bd5f1a"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "94f2ef42-50f9-4622-970e-68c29d468464"] + "bc8ff75c-75f6-4b2f-ad5e-3bece4c5bb60"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1276512484,ExpressionUUID->"952b9931-f9bb-4e6a-a333-7b1dd2ece58a"], + CellID->955756903,ExpressionUUID->"b2241c8e-9291-4c90-aa60-4ddd0ad015a7"], Cell[CellGroupData[{ @@ -405,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0cb5680b-fcb1-46af-a6bf-de4db7065c41"], + ExpressionUUID->"a75a0d41-5b67-45ce-8145-aefdd674ab38"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ebbd4e3a-804e-4dcb-8a2f-7e3583a7eca4"], + "Spacer1"]],ExpressionUUID->"994bd8bd-3fd0-4f6a-a480-2d7372170452"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cf3149d6-57eb-4a0f-affb-04abddc878f3"] + "ab3ab885-f26c-405c-b2c9-c1c59c1a15cd"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1450520602,ExpressionUUID->"0ce8d116-0c40-4d33-802f-edde6f435455"], + CellID->941253389,ExpressionUUID->"fca33878-ee01-4be7-aa71-e7982a481c34"], Cell["Loading the package:", "ExampleText", CellID->955892917,ExpressionUUID->"6c64cf6d-bf3b-4da9-b26c-db7ca70cc8fa"], @@ -586,8 +592,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -735,15 +739,15 @@ Cell[BoxData[GridBox[{ "1e1e9ac0-067f-4e1e-b4b8-4cdf53aa0104"] }], "SeeAlso",ExpressionUUID->"0ac122e5-4682-478b-81ce-72b1398a8ac1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"bbcde8ac-07a4-4092-a222-\ -1e3e43602f2f"], + }]], "SeeAlsoSection",ExpressionUUID->"16898de3-b7b6-4e53-901e-\ +ddf270f57d9a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -755,9 +759,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"e4fcc07f-f5b9-47ec-9d20-08b8aadff7aa"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"78c3153f-7be8-417c-a759-\ -504fa1b6a719"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0a8dc08e-3b1f-446a-9c2d-\ +20eb00dbda7e"], Cell[BoxData[GridBox[{ { @@ -774,7 +777,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "9e2c4126-5057-4e6d-9430-10b396cb46be"]}]}, + "1efb7ec1-d5be-431f-9322-a6e845f78ef8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -782,10 +785,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "14ba86c3-ab8d-4b5b-8a28-acf730cee41a"]}]} + "05f64516-fcd7-480c-a654-4bd82383a45a"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"02debdc8-81d7-4f88-beb5-\ -11604863d5d0"], + }]], "MoreAboutSection",ExpressionUUID->"717ccb2a-7ab6-4363-aeae-\ +5c48e059e646"], Cell[BoxData[GridBox[{ { @@ -813,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "45dd4494-6dda-4205-8f85-73eb84b923a4"]], "RelatedLinks", + "1ca78345-ee90-45d9-bc16-3122d28ff7d9"]], "RelatedLinks", ExpressionUUID->"9bc1719e-84dd-40da-a924-3b3e1b550bac"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -830,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3d136784-a70e-4b73-8aae-5237c9fa5712"]], "RelatedLinks", + "e9f1b92b-b103-4f38-9de8-7a3ebc5166db"]], "RelatedLinks", ExpressionUUID->"0119059f-8e15-4653-aaf5-1e59f24b9eb6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -847,11 +850,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3841164d-7cb6-411e-9029-5be2eba74d4f"]], "RelatedLinks", + "36dba722-25cb-4635-b50b-899f289d570d"]], "RelatedLinks", ExpressionUUID->"08ad978f-16da-4983-b885-f46251e09fd0"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7c4b877d-e82c-4c77-adc4-\ -5f3592294dfb"], + }]], "RelatedLinksSection",ExpressionUUID->"346feb12-5072-4763-a94f-\ +5ab5d0616ed0"], Cell[CellGroupData[{ @@ -881,11 +884,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2fa0182d-1e77-4d6a-839a-10c90fabeb44"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4042face-f4bd-49d1-b8c2-d565ae03bc0e"] +Cell[" ", "FooterCell",ExpressionUUID->"d3c714a7-77fb-4e48-b399-e68aa16cdf8c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperSetIncImputationQ", TaggingRules->{ @@ -896,18 +899,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 54.980095}", + "built" -> "{2024, 6, 3, 16, 56, 10.927707}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "UpperSetIncImputationQ[game] checks if the upper set is included in the \ imputation set.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "UpperSetIncImputationQ", "titlemodifier" -> "", "windowtitle" -> - "UpperSetIncImputationQ", "type" -> "Symbol", "uri" -> + "UpperSetIncImputationQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "UpperSetIncImputationQ", "type" -> "Symbol", "uri" -> "TUG/ref/UpperSetIncImputationQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -916,9 +919,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"21e54e1f-0f20-419b-861b-97b321c8c560" +ExpressionUUID->"87b6c991-f54a-4e03-8a7c-f0e62a2e0bf2" ] (* End of Notebook Content *) @@ -926,125 +929,123 @@ ExpressionUUID->"21e54e1f-0f20-419b-861b-97b321c8c560" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13236, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"952b9931-f9bb-4e6a-a333-7b1dd2ece58a", + Cell[13322, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b2241c8e-9291-4c90-aa60-4ddd0ad015a7", CellTags->"PrimaryExamplesSection", - CellID->1276512484]} + CellID->955756903]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34444, 927} + {"PrimaryExamplesSection", 34512, 930} } *) (*NotebookFileOutline Notebook[{ -Cell[594, 21, 7165, 168, 56, "AnchorBarGrid",ExpressionUUID->"8b04b7cf-e28d-4463-8b5d-9ee5b9589fbb", +Cell[594, 21, 7251, 174, 57, "AnchorBarGrid",ExpressionUUID->"419817a4-b87d-4f53-9a9c-d27a6e6bce39", CellID->1], -Cell[7762, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a0be5d91-8a9f-4fdd-be87-a0c1fbe781e5"], +Cell[7848, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"78baf2d0-a2e8-4514-8b68-acb87c5d3e81"], Cell[CellGroupData[{ -Cell[7873, 195, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"54c128ba-959c-4eb4-8c3e-d3596a87e6a6"], -Cell[9172, 232, 484, 10, 111, "Usage",ExpressionUUID->"17f0ca5a-3eed-49cb-879c-ceaf1e1682e2", +Cell[7959, 201, 1296, 35, 59, "ObjectNameGrid",ExpressionUUID->"3160d3bf-6d47-4cb8-99e3-8ed9b0b2dcf3"], +Cell[9258, 238, 484, 10, 111, "Usage",ExpressionUUID->"17f0ca5a-3eed-49cb-879c-ceaf1e1682e2", CellID->1522030893] }, Open ]], Cell[CellGroupData[{ -Cell[9693, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"491f6699-39b3-4b0a-b6c0-63e7f3c1daa6", +Cell[9779, 253, 1895, 47, 37, "NotesSection",ExpressionUUID->"ff466695-4105-45b5-84d1-cc5f640af6fe", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1620642224], -Cell[11591, 296, 515, 12, 57, "Notes",ExpressionUUID->"18f23ba3-d16f-4515-9da9-5f350d3decff", + CellID->1001804607], +Cell[11677, 302, 515, 12, 57, "Notes",ExpressionUUID->"18f23ba3-d16f-4515-9da9-5f350d3decff", CellID->1014199156], -Cell[12109, 310, 489, 12, 37, "Notes",ExpressionUUID->"d875f594-cb17-4842-8f57-1fbfaaa2e300", +Cell[12195, 316, 489, 12, 38, "Notes",ExpressionUUID->"d875f594-cb17-4842-8f57-1fbfaaa2e300", CellID->177724765], -Cell[12601, 324, 204, 4, 36, "Notes",ExpressionUUID->"0aad4a32-a5a6-4d51-812b-79e81a34a5e0", +Cell[12687, 330, 204, 4, 36, "Notes",ExpressionUUID->"0aad4a32-a5a6-4d51-812b-79e81a34a5e0", CellID->1187669267], -Cell[12808, 330, 301, 5, 57, "Notes",ExpressionUUID->"c8c6fa83-25ab-453d-96cf-2f032cc09576", +Cell[12894, 336, 301, 5, 57, "Notes",ExpressionUUID->"c8c6fa83-25ab-453d-96cf-2f032cc09576", CellID->848784394] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13236, 341, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"952b9931-f9bb-4e6a-a333-7b1dd2ece58a", +Cell[13322, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b2241c8e-9291-4c90-aa60-4ddd0ad015a7", CellTags->"PrimaryExamplesSection", - CellID->1276512484], + CellID->955756903], Cell[CellGroupData[{ -Cell[14682, 382, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0ce8d116-0c40-4d33-802f-edde6f435455", - CellID->1450520602], -Cell[16084, 420, 118, 1, 38, "ExampleText",ExpressionUUID->"6c64cf6d-bf3b-4da9-b26c-db7ca70cc8fa", +Cell[14767, 388, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fca33878-ee01-4be7-aa71-e7982a481c34", + CellID->941253389], +Cell[16168, 426, 118, 1, 39, "ExampleText",ExpressionUUID->"6c64cf6d-bf3b-4da9-b26c-db7ca70cc8fa", CellID->955892917], Cell[CellGroupData[{ -Cell[16227, 425, 168, 3, 27, "Input",ExpressionUUID->"709a1c6f-9505-40a4-8766-2f6188466886", +Cell[16311, 431, 168, 3, 27, "Input",ExpressionUUID->"709a1c6f-9505-40a4-8766-2f6188466886", CellID->1330003720], Cell[CellGroupData[{ -Cell[16420, 432, 236, 4, 23, "Print",ExpressionUUID->"f50e63d2-588d-4d37-8e04-61132d18defa", +Cell[16504, 438, 236, 4, 23, "Print",ExpressionUUID->"f50e63d2-588d-4d37-8e04-61132d18defa", CellID->540499020], -Cell[16659, 438, 366, 8, 23, "Print",ExpressionUUID->"2600b6fb-bce9-4328-afff-6469e755be7b", +Cell[16743, 444, 366, 8, 23, "Print",ExpressionUUID->"2600b6fb-bce9-4328-afff-6469e755be7b", CellID->2042910129], -Cell[17028, 448, 237, 4, 23, "Print",ExpressionUUID->"33fdeaa4-4b87-40de-9a0b-82aa6ed14f13", +Cell[17112, 454, 237, 4, 23, "Print",ExpressionUUID->"33fdeaa4-4b87-40de-9a0b-82aa6ed14f13", CellID->1095684874], -Cell[17268, 454, 221, 3, 23, "Print",ExpressionUUID->"530baff0-9e20-40be-874e-5a648efd4a14", +Cell[17352, 460, 221, 3, 23, "Print",ExpressionUUID->"530baff0-9e20-40be-874e-5a648efd4a14", CellID->1828615141], -Cell[17492, 459, 208, 3, 23, "Print",ExpressionUUID->"64c2e7ee-8396-4bcb-b2b6-2a667bcb4972", +Cell[17576, 465, 208, 3, 23, "Print",ExpressionUUID->"64c2e7ee-8396-4bcb-b2b6-2a667bcb4972", CellID->1659027750], -Cell[17703, 464, 238, 4, 23, "Print",ExpressionUUID->"47c0c1ee-b6be-4582-8952-17245400bc97", +Cell[17787, 470, 238, 4, 23, "Print",ExpressionUUID->"47c0c1ee-b6be-4582-8952-17245400bc97", CellID->1623421741], -Cell[17944, 470, 221, 3, 23, "Print",ExpressionUUID->"823c7c5d-eebd-4413-8d49-65aeee63aed6", +Cell[18028, 476, 221, 3, 23, "Print",ExpressionUUID->"823c7c5d-eebd-4413-8d49-65aeee63aed6", CellID->1261602913], -Cell[18168, 475, 235, 4, 23, "Print",ExpressionUUID->"c861a6b8-a4c3-42c3-a776-522273a46a2a", +Cell[18252, 481, 235, 4, 23, "Print",ExpressionUUID->"c861a6b8-a4c3-42c3-a776-522273a46a2a", CellID->92486414], -Cell[18406, 481, 237, 4, 23, "Print",ExpressionUUID->"9c05628e-21ab-4d48-a30b-840790e0ed92", +Cell[18490, 487, 237, 4, 23, "Print",ExpressionUUID->"9c05628e-21ab-4d48-a30b-840790e0ed92", CellID->1660128361], -Cell[18646, 487, 207, 3, 23, "Print",ExpressionUUID->"840519f3-6c14-43e7-8ec0-c6e068c9480d", +Cell[18730, 493, 207, 3, 23, "Print",ExpressionUUID->"840519f3-6c14-43e7-8ec0-c6e068c9480d", CellID->681472184], -Cell[18856, 492, 237, 4, 70, "Print",ExpressionUUID->"76c06244-4db9-41a9-9841-acdc6b09db9e", +Cell[18940, 498, 237, 4, 23, "Print",ExpressionUUID->"76c06244-4db9-41a9-9841-acdc6b09db9e", CellID->2077462970] }, Open ]] }, Open ]], -Cell[19120, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"25482921-65ab-4927-805a-d255b1879c19", +Cell[19204, 506, 136, 1, 70, "ExampleText",ExpressionUUID->"25482921-65ab-4927-805a-d255b1879c19", CellID->515821356], -Cell[19259, 503, 235, 6, 70, "Input",ExpressionUUID->"776860bb-220a-4ad8-ace7-0e22c8fdf2d5", +Cell[19343, 509, 235, 6, 70, "Input",ExpressionUUID->"776860bb-220a-4ad8-ace7-0e22c8fdf2d5", CellID->1025754652], Cell[CellGroupData[{ -Cell[19519, 513, 360, 8, 70, "Input",ExpressionUUID->"099b66c1-0066-45a0-a39b-6124734a3e63", +Cell[19603, 519, 360, 8, 70, "Input",ExpressionUUID->"099b66c1-0066-45a0-a39b-6124734a3e63", CellID->1500815479], -Cell[19882, 523, 363, 8, 36, "Output",ExpressionUUID->"34545944-edad-43af-9ce2-36ec41f804e2", +Cell[19966, 529, 363, 8, 36, "Output",ExpressionUUID->"34545944-edad-43af-9ce2-36ec41f804e2", CellID->1972750285] }, Open ]], -Cell[20260, 534, 237, 6, 70, "Input",ExpressionUUID->"0ce702b8-1b4b-4b3e-b237-c891264a63ba", +Cell[20344, 540, 237, 6, 70, "Input",ExpressionUUID->"0ce702b8-1b4b-4b3e-b237-c891264a63ba", CellID->439829176], -Cell[20500, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"a1ae6696-5155-4991-8d31-45bf11767445", +Cell[20584, 548, 191, 4, 70, "ExampleText",ExpressionUUID->"a1ae6696-5155-4991-8d31-45bf11767445", CellID->2005855633], Cell[CellGroupData[{ -Cell[20716, 550, 179, 3, 70, "Input",ExpressionUUID->"e609b135-223e-44ac-b69e-a11e621a65a3", +Cell[20800, 556, 179, 3, 70, "Input",ExpressionUUID->"e609b135-223e-44ac-b69e-a11e621a65a3", CellID->320817478], -Cell[20898, 555, 215, 5, 36, "Output",ExpressionUUID->"73e455e0-c0bf-49ad-b956-340f209fd47b", +Cell[20982, 561, 215, 5, 36, "Output",ExpressionUUID->"73e455e0-c0bf-49ad-b956-340f209fd47b", CellID->386695228] }, Open ]], -Cell[21128, 563, 187, 4, 70, "ExampleText",ExpressionUUID->"63825652-e95f-40f7-91d7-6083f852316b", +Cell[21212, 569, 187, 4, 70, "ExampleText",ExpressionUUID->"63825652-e95f-40f7-91d7-6083f852316b", CellID->865332497], Cell[CellGroupData[{ -Cell[21340, 571, 180, 3, 70, "Input",ExpressionUUID->"d67233e0-0e67-47f9-9ce8-8f01ddc5a1d9", +Cell[21424, 577, 180, 3, 70, "Input",ExpressionUUID->"d67233e0-0e67-47f9-9ce8-8f01ddc5a1d9", CellID->1170380379], -Cell[21523, 576, 160, 3, 36, "Output",ExpressionUUID->"b18768f6-9994-4fe8-80b1-10a33b7722cb", +Cell[21607, 582, 160, 3, 36, "Output",ExpressionUUID->"b18768f6-9994-4fe8-80b1-10a33b7722cb", CellID->2142144024] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22009, 594, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"16898de3-b7b6-4e53-901e-ddf270f57d9a"], +Cell[27523, 744, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0a8dc08e-3b1f-446a-9c2d-20eb00dbda7e"], +Cell[28196, 764, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"717ccb2a-7ab6-4363-aeae-5c48e059e646"], +Cell[29232, 792, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"346feb12-5072-4763-a94f-5ab5d0616ed0"], Cell[CellGroupData[{ -Cell[21947, 590, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"bbcde8ac-07a4-4092-a222-1e3e43602f2f"], -Cell[27461, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"78c3153f-7be8-417c-a759-504fa1b6a719"] -}, Open ]], -Cell[28146, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"02debdc8-81d7-4f88-beb5-11604863d5d0"], -Cell[29182, 789, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"7c4b877d-e82c-4c77-adc4-5f3592294dfb"], -Cell[CellGroupData[{ -Cell[31482, 857, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"03954b02-a836-430d-84ec-d140e26eb88b", +Cell[31532, 860, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"03954b02-a836-430d-84ec-d140e26eb88b", CellID->2135167160], -Cell[31623, 860, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b91c98a0-a27b-42d0-8a2c-576d5b8f688e", +Cell[31673, 863, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b91c98a0-a27b-42d0-8a2c-576d5b8f688e", CellID->1194386356], -Cell[31845, 866, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5dc8411b-98d7-4504-b4ee-7e6bb80e9cce", +Cell[31895, 869, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5dc8411b-98d7-4504-b4ee-7e6bb80e9cce", CellID->1641706272], -Cell[32060, 871, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f8410c46-1379-47c0-bea0-2b77e52e0a9f", +Cell[32110, 874, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f8410c46-1379-47c0-bea0-2b77e52e0a9f", CellID->399251956], -Cell[32289, 877, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2fa0182d-1e77-4d6a-839a-10c90fabeb44", +Cell[32339, 880, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2fa0182d-1e77-4d6a-839a-10c90fabeb44", CellID->821434655] }, Open ]], -Cell[32526, 883, 78, 0, 70, "FooterCell",ExpressionUUID->"4042face-f4bd-49d1-b8c2-d565ae03bc0e"] +Cell[32576, 886, 78, 0, 70, "FooterCell",ExpressionUUID->"d3c714a7-77fb-4e48-b399-e68aa16cdf8c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperSetQ.nb b/Documentation/English/ReferencePages/Symbols/UpperSetQ.nb index d16607b..1111f3f 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperSetQ.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperSetQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40265, 1037] -NotebookOptionsPosition[ 32367, 880] -NotebookOutlinePosition[ 34445, 933] -CellTagsIndexPosition[ 34360, 928] +NotebookDataLength[ 40298, 1038] +NotebookOptionsPosition[ 32406, 882] +NotebookOutlinePosition[ 34508, 936] +CellTagsIndexPosition[ 34423, 931] WindowTitle->UpperSetQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "49c5eb76-4e4f-4e5f-9847-62d5dcd85142"], + "02935d9a-269e-4c28-b60b-da16dc25a160"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "59e36bdb-a82b-4f84-a2b0-c9555382a5ec"], + "8124fc92-0648-488c-bba3-f282120561a6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "97fb7302-9dc6-4cff-bf01-bac6152d9f90"] - }],ExpressionUUID->"901441a6-e959-4cc0-97a4-3096f1a99d5b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"ShowKernelCatcherV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShowKernelCatcherV6"], "\<\"AnimationKernelPropertyV6\ -\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelPropertyV6"], \ -"\<\"AnimationKernelProperty2d\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AnimationKernelProperty2d"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "ce2f5e3f-4883-483d-acaa-ad867061175d"] + }],ExpressionUUID->"f05976f9-6e01-4558-b5be-0e7dc89dec29"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"ShowKernelCatcherV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShowKernelCatcherV6"], + "\"AnimationKernelPropertyV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelPropertyV6"], + "\"AnimationKernelProperty2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AnimationKernelProperty2d"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d67a7bb5-0bfb-4f37-9f5a-c8bdeed254af"], + "9093e6a4-0aa2-4f91-9dc9-4edef7865b3b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "61d6d1b4-51dc-4951-b548-0a62814dc5ac"] - }],ExpressionUUID->"7702f7dc-72c3-4eb3-b928-4a51644e83ad"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "c71d22a4-1fe3-4496-a45a-ca3c0570fc05"] + }],ExpressionUUID->"d3dbd2fa-3ad9-465f-a7c7-d097a093b2ca"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eacde903-1e67-4da8-be73-a65e01b2d711"], + "49d52965-2514-49b5-a91c-7197efbdb2f0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f9eb3497-b80a-4ac7-8833-98fca5b7927a"] - }],ExpressionUUID->"d5d7c3a6-73ab-4385-b750-ef9ca97da6b2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "01463f50-0625-491f-8ab2-7b4bd4855e38"] + }],ExpressionUUID->"fb60af9f-3700-4c1a-9a14-633427e31d71"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8e1362e7-5f15-4098-9806-e5ee0ac78983"], + "4038c8f1-050a-4460-8141-30df7e136e17"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "58d3a089-04ee-4162-9052-22fb4f9b144e"] - }],ExpressionUUID->"9dd7e4a0-0bfd-4c30-8377-d57d7d3ae3cb"], - StripOnInput->False], {"\<\"TUG/ref/UpperSetQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperSetQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UpperSetQ.\ + "29eb25fc-abef-48f9-af76-44eecb231d29"] + }],ExpressionUUID->"ea1545e9-cac1-4284-a2bb-17f1b503b7be"], + StripOnInput->False],{ + "\"TUG/ref/UpperSetQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperSetQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/UpperSetQ.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$203134], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperSetQ" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$219002], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperSetQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b7bf0242-49d0-447b-b804-a65a2d4a04fa"] + "8059fa86-86b2-48a5-9faf-c551a23a4d79"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c409fb62-3350-4fee-b89d-3259902b931e"]} + "12ebeca0-909c-4c2d-ae90-d350d17e06c3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8c84c4f7-f192-4370-a2c0-b8f21c5750ae"], + CellID->1,ExpressionUUID->"860e5c2e-ea40-4b6a-ba21-c4aa83067bda"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9676609e-753f-4c1a-bfb9-59bdeab2ede6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bf58603f-f06d-4c06-8b0c-5d76df756684"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperSetQ", "ObjectName",ExpressionUUID-> - "85733aed-afe8-439e-87d4-e0c45c787897"], + "95665726-1b2a-4b00-bcb7-f323c42af606"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"83ef8413-f29c-412c-b72b-d5c2481f73f0"], + "Spacer1"]],ExpressionUUID->"5e3aa05c-12a7-4b6e-8a7f-682c24aea4c8"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "f1f6e8c8-4d26-451e-a27e-6907b3a0c0ff"] - }],ExpressionUUID->"38f213fb-6c56-4b3c-9bce-5708eb96b0e5"], Cell[BoxData[ + "68f3eaa7-9325-4a26-85f4-b684312158b0"] + }],ExpressionUUID->"1c603f50-9bcb-42b7-b32d-d9491684571c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "704c3f1a-45c9-4799-a1ad-a407d1ef1525"]} + "d3a89911-784e-45b3-8040-7a12301a57f2"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"2f1a9d74-caf2-4528-8a08-6f6a7abe1638"], + CacheGraphics->False,ExpressionUUID->"2af6d5d8-279f-493f-8078-81c7fcc2af15"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "965993f5-8cc6-4886-9b2b-8acbfd620b2d"], " \[LineSeparator]checks if the upper set is non empty. An important set \ to determine a kernel catcher." - }],ExpressionUUID->"74c9bdec-3b0e-4037-8c3a-181645b1c780"]} + }],ExpressionUUID->"8e3eae37-d2d0-4d60-b73e-a24c4cd7cb6c"]} }]], "Usage", CellID->2008274149,ExpressionUUID->"1c23ae80-d6a1-4eb7-98c9-6d787c73fa13"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e44e8c3f-535e-45be-b269-05175fac8a4e"], + ExpressionUUID->"d7571fac-8964-4db0-b809-6057d7b48e8c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b8038493-4f54-4cf6-987a-91cf8434ee12"], + "Spacer1"]],ExpressionUUID->"a37be120-468e-49fe-a4c1-58b67e6d7b34"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1ac92d01-1691-4189-9d93-ebde4a53908a"], + }], "NotesFrameText",ExpressionUUID->"f2c001dd-4e13-4303-a939-ab67dc55119d"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"6bbc126d-538a-4764-88a1-3490fe9f7d30"]], \ + "Preemptive"]],ExpressionUUID->"11404219-f817-4176-9e14-6595fded7d4b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->609512419,ExpressionUUID->"d1fa0b65-8cad-4dce-a8da-79b59a8d83ae"], + CellID->1306995502,ExpressionUUID->"27d1e827-965a-44b7-ab9e-9d85432cc94b"], Cell[TextData[{ "The input expression ", @@ -363,19 +368,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"be415de6-01bd-4ae1-b8b7-7c4ae93a3a1b"], + ExpressionUUID->"52315a6d-223d-44ad-9034-a571aa94a8c5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"554c9bff-ab64-4d33-95ad-ff6613a62e61"], + "Spacer1"]],ExpressionUUID->"f9565969-a088-4f63-86d4-d6e6621f58a4"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ee3d8d9b-1731-40cf-910d-4c2ab0e131a9"] + "32b96af4-8774-42df-b95e-764e305fba4b"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->681971970,ExpressionUUID->"a447bee1-4a94-420f-8c97-c7533a6b0777"], + CellID->2007699562,ExpressionUUID->"ed81f9f4-2553-4c5b-8e53-88dfd1b7cee5"], Cell[CellGroupData[{ @@ -404,18 +409,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5d6ab248-2e48-478d-be29-a449103087ea"], + ExpressionUUID->"d99b8ca1-bd8a-45a2-aae0-0ccc16590622"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7e2798e7-cc32-4e17-969d-09fcf09ad6dd"], + "Spacer1"]],ExpressionUUID->"cfc44a47-4bc3-420e-8668-b27662d3f3c0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b2539b78-de3e-4ccd-819b-6f9fb0641a17"] + "65f92e39-4c34-43e2-b87b-29fb435e6ce1"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->908689451,ExpressionUUID->"ae4d9ccd-b7da-4c60-ab89-e8fc1da660f4"], + CellID->1215408738,ExpressionUUID->"25e3c0b3-44a7-4f9a-899f-4191af31bf84"], Cell["Loading the package:", "ExampleText", CellID->396106540,ExpressionUUID->"8dd0f9e3-8ea1-494e-b352-99ac28d678c1"], @@ -581,8 +586,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -730,15 +733,15 @@ Cell[BoxData[GridBox[{ "bf173103-0324-4cf3-87ae-38f0bac88058"] }], "SeeAlso",ExpressionUUID->"61d0eac0-0575-441c-9a2d-f38c9cc09071"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"49bd7afc-ba5d-4013-81e9-\ -974a5490f7c0"], + }]], "SeeAlsoSection",ExpressionUUID->"ca2029bd-e277-4f5a-af78-\ +ffd24df91cae"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -750,9 +753,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"cb76fd4a-c867-4958-8621-673c4042703d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"097776a6-b3c0-4982-a27d-\ -7ec31fbacf7b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"9ee3b2a5-669d-4d40-95a4-\ +6ae3e3a4c2c0"], Cell[BoxData[GridBox[{ { @@ -769,7 +771,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "10a21a5a-866a-4255-98d9-7bcb42566c43"]}]}, + "9ed96f5d-b8f3-4f8f-9396-a55ac0035334"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -777,10 +779,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c8d7990f-5163-457f-ad50-b6b335127bc9"]}]} + "039e7bdc-c695-4c51-a4ff-b89a8564eb1e"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a550648b-3b25-4197-9696-\ -a56f45e4336b"], + }]], "MoreAboutSection",ExpressionUUID->"04a35f6c-4990-4a1a-bc54-\ +5cd341cdda87"], Cell[BoxData[GridBox[{ { @@ -808,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3961b14a-ad3f-4ad6-8ad3-2d2e2418738e"]], "RelatedLinks", + "8dd14413-2fa7-43a3-afe0-5711365c12a3"]], "RelatedLinks", ExpressionUUID->"96e54f1d-6300-4a73-988a-12abb233e32f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -825,7 +827,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "cda2a4d5-8e33-419a-9cca-6e9faeb59069"]], "RelatedLinks", + "1885cc6c-d260-46bd-be9d-cfe09f7f249f"]], "RelatedLinks", ExpressionUUID->"0455b977-5648-459a-9b46-c3e0c9d23e46"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -842,11 +844,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "097163b7-4ca6-49ca-be14-73d12afdd8ad"]], "RelatedLinks", + "3adad84b-58a6-4974-a24a-ccbf56a6713e"]], "RelatedLinks", ExpressionUUID->"03bf0c62-6b60-4c47-88e2-10339e050e03"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d86b34be-6445-4fe2-8f6f-\ -ac32b4ba00a9"], + }]], "RelatedLinksSection",ExpressionUUID->"9df61bb5-3b04-443b-9467-\ +43427e185e0d"], Cell[CellGroupData[{ @@ -876,11 +878,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b7c4911c-05b5-40a1-a8ab-a8d6080825c4"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"8ad5277e-76d5-4929-a050-ce57487579fc"] +Cell[" ", "FooterCell",ExpressionUUID->"55e194f0-dc1a-45ee-986a-8250b96ebe03"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperSetQ", TaggingRules->{ @@ -891,17 +893,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 56.495004}", + "built" -> "{2024, 6, 3, 16, 56, 11.631492}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "UpperSetQ[game] checks if the upper set is non empty. An important set \ to determine a kernel catcher.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "UpperSetQ", "titlemodifier" -> "", "windowtitle" -> "UpperSetQ", "type" -> - "Symbol", "uri" -> "TUG/ref/UpperSetQ"}}, + "UpperSetQ", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "UpperSetQ", "type" -> "Symbol", "uri" -> + "TUG/ref/UpperSetQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -910,9 +913,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f647f482-a87e-42aa-9722-47526ad15878" +ExpressionUUID->"2463f92e-d9a6-4b81-92b0-a0fa34b9065d" ] (* End of Notebook Content *) @@ -920,125 +923,123 @@ ExpressionUUID->"f647f482-a87e-42aa-9722-47526ad15878" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13124, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a447bee1-4a94-420f-8c97-c7533a6b0777", + Cell[13195, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed81f9f4-2553-4c5b-8e53-88dfd1b7cee5", CellTags->"PrimaryExamplesSection", - CellID->681971970]} + CellID->2007699562]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34160, 921} + {"PrimaryExamplesSection", 34222, 924} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7111, 168, 56, "AnchorBarGrid",ExpressionUUID->"8c84c4f7-f192-4370-a2c0-b8f21c5750ae", +Cell[581, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"860e5c2e-ea40-4b6a-ba21-c4aa83067bda", CellID->1], -Cell[7695, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9676609e-753f-4c1a-bfb9-59bdeab2ede6"], +Cell[7765, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bf58603f-f06d-4c06-8b0c-5d76df756684"], Cell[CellGroupData[{ -Cell[7806, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"2f1a9d74-caf2-4528-8a08-6f6a7abe1638"], -Cell[9092, 232, 498, 10, 111, "Usage",ExpressionUUID->"1c23ae80-d6a1-4eb7-98c9-6d787c73fa13", +Cell[7876, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"2af6d5d8-279f-493f-8078-81c7fcc2af15"], +Cell[9162, 237, 498, 10, 111, "Usage",ExpressionUUID->"1c23ae80-d6a1-4eb7-98c9-6d787c73fa13", CellID->2008274149] }, Open ]], Cell[CellGroupData[{ -Cell[9627, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"d1fa0b65-8cad-4dce-a8da-79b59a8d83ae", +Cell[9697, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"27d1e827-965a-44b7-ab9e-9d85432cc94b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->609512419], -Cell[11524, 296, 518, 12, 57, "]]",ExpressionUUID->"167f4ca6-f704-421e-8c14-f727ac5f1540", + CellID->1306995502], +Cell[11595, 301, 518, 12, 57, "]]",ExpressionUUID->"167f4ca6-f704-421e-8c14-f727ac5f1540", CellID->313448337], -Cell[12045, 310, 489, 12, 37, "Notes",ExpressionUUID->"10953f1b-2b41-447d-bcda-8ea5169f4f5c", +Cell[12116, 315, 489, 12, 38, "Notes",ExpressionUUID->"10953f1b-2b41-447d-bcda-8ea5169f4f5c", CellID->177724765], -Cell[12537, 324, 203, 4, 36, "Notes",ExpressionUUID->"9e946eb4-bf38-4dce-a422-f049ff00a1f1", +Cell[12608, 329, 203, 4, 36, "Notes",ExpressionUUID->"9e946eb4-bf38-4dce-a422-f049ff00a1f1", CellID->132086894], -Cell[12743, 330, 254, 4, 57, "Notes",ExpressionUUID->"0e1d4a54-d131-4976-8ed8-cdfababa912f", +Cell[12814, 335, 254, 4, 57, "Notes",ExpressionUUID->"0e1d4a54-d131-4976-8ed8-cdfababa912f", CellID->1457994109] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13124, 340, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a447bee1-4a94-420f-8c97-c7533a6b0777", +Cell[13195, 345, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ed81f9f4-2553-4c5b-8e53-88dfd1b7cee5", CellTags->"PrimaryExamplesSection", - CellID->681971970], + CellID->2007699562], Cell[CellGroupData[{ -Cell[14569, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ae4d9ccd-b7da-4c60-ab89-e8fc1da660f4", - CellID->908689451], -Cell[15970, 419, 118, 1, 38, "ExampleText",ExpressionUUID->"8dd0f9e3-8ea1-494e-b352-99ac28d678c1", +Cell[14641, 386, 1399, 36, 30, "ExampleSection",ExpressionUUID->"25e3c0b3-44a7-4f9a-899f-4191af31bf84", + CellID->1215408738], +Cell[16043, 424, 118, 1, 39, "ExampleText",ExpressionUUID->"8dd0f9e3-8ea1-494e-b352-99ac28d678c1", CellID->396106540], Cell[CellGroupData[{ -Cell[16113, 424, 167, 3, 27, "Input",ExpressionUUID->"b8332c89-2877-488c-97c6-a5e8ffa3bf65", +Cell[16186, 429, 167, 3, 27, "Input",ExpressionUUID->"b8332c89-2877-488c-97c6-a5e8ffa3bf65", CellID->443448166], Cell[CellGroupData[{ -Cell[16305, 431, 236, 4, 23, "Print",ExpressionUUID->"e98b1dda-dcb6-4cbb-8a1d-751a3d3a9668", +Cell[16378, 436, 236, 4, 23, "Print",ExpressionUUID->"e98b1dda-dcb6-4cbb-8a1d-751a3d3a9668", CellID->1334188482], -Cell[16544, 437, 364, 8, 23, "Print",ExpressionUUID->"855591a9-ab2b-4caf-9c80-c9ea1f208193", +Cell[16617, 442, 364, 8, 23, "Print",ExpressionUUID->"855591a9-ab2b-4caf-9c80-c9ea1f208193", CellID->349865339], -Cell[16911, 447, 236, 4, 23, "Print",ExpressionUUID->"7db8d5e2-eccd-4f50-b3aa-792ab8d2513b", +Cell[16984, 452, 236, 4, 23, "Print",ExpressionUUID->"7db8d5e2-eccd-4f50-b3aa-792ab8d2513b", CellID->1704002767], -Cell[17150, 453, 220, 3, 23, "Print",ExpressionUUID->"bcb82c5e-3860-48d7-92d5-6c4c8a165bf2", +Cell[17223, 458, 220, 3, 23, "Print",ExpressionUUID->"bcb82c5e-3860-48d7-92d5-6c4c8a165bf2", CellID->1743569915], -Cell[17373, 458, 207, 3, 23, "Print",ExpressionUUID->"f8e91839-4644-42dc-92a4-4b3c004e941c", +Cell[17446, 463, 207, 3, 23, "Print",ExpressionUUID->"f8e91839-4644-42dc-92a4-4b3c004e941c", CellID->1348667972], -Cell[17583, 463, 237, 4, 23, "Print",ExpressionUUID->"7a65b23e-c82e-4832-bbf3-24a29651cf51", +Cell[17656, 468, 237, 4, 23, "Print",ExpressionUUID->"7a65b23e-c82e-4832-bbf3-24a29651cf51", CellID->1332948249], -Cell[17823, 469, 220, 3, 23, "Print",ExpressionUUID->"af4d6bb9-cbc8-4eab-93b1-1b0a367472d9", +Cell[17896, 474, 220, 3, 23, "Print",ExpressionUUID->"af4d6bb9-cbc8-4eab-93b1-1b0a367472d9", CellID->1162217740], -Cell[18046, 474, 235, 4, 23, "Print",ExpressionUUID->"4b46fffd-9519-4309-9ec1-3203e6b149c2", +Cell[18119, 479, 235, 4, 23, "Print",ExpressionUUID->"4b46fffd-9519-4309-9ec1-3203e6b149c2", CellID->506145885], -Cell[18284, 480, 235, 4, 23, "Print",ExpressionUUID->"f6ad7d8e-5ee0-423a-93a9-ecce115450d1", +Cell[18357, 485, 235, 4, 23, "Print",ExpressionUUID->"f6ad7d8e-5ee0-423a-93a9-ecce115450d1", CellID->705272045], -Cell[18522, 486, 207, 3, 23, "Print",ExpressionUUID->"5c0b2246-2f75-4f1f-9eb0-4aa7ba51c651", +Cell[18595, 491, 207, 3, 23, "Print",ExpressionUUID->"5c0b2246-2f75-4f1f-9eb0-4aa7ba51c651", CellID->1514310845], -Cell[18732, 491, 235, 4, 70, "Print",ExpressionUUID->"9c31d69b-281f-47ea-b607-0845de0cab6b", +Cell[18805, 496, 235, 4, 23, "Print",ExpressionUUID->"9c31d69b-281f-47ea-b607-0845de0cab6b", CellID->188601456] }, Open ]] }, Open ]], -Cell[18994, 499, 136, 1, 70, "ExampleText",ExpressionUUID->"46cb3915-62d4-43a9-8be9-fe5859235da4", +Cell[19067, 504, 136, 1, 70, "ExampleText",ExpressionUUID->"46cb3915-62d4-43a9-8be9-fe5859235da4", CellID->961631593], -Cell[19133, 502, 234, 6, 70, "Input",ExpressionUUID->"1e7f529d-7317-4808-957c-b8c9d1157741", +Cell[19206, 507, 234, 6, 70, "Input",ExpressionUUID->"1e7f529d-7317-4808-957c-b8c9d1157741", CellID->532260286], Cell[CellGroupData[{ -Cell[19392, 512, 360, 8, 70, "Input",ExpressionUUID->"1762590b-39b1-4948-983a-d579661bbbd3", +Cell[19465, 517, 360, 8, 70, "Input",ExpressionUUID->"1762590b-39b1-4948-983a-d579661bbbd3", CellID->1734686265], -Cell[19755, 522, 361, 8, 36, "Output",ExpressionUUID->"a18014bb-481b-4591-b299-e4745dee8b3d", +Cell[19828, 527, 361, 8, 36, "Output",ExpressionUUID->"a18014bb-481b-4591-b299-e4745dee8b3d", CellID->281345981] }, Open ]], -Cell[20131, 533, 238, 6, 70, "Input",ExpressionUUID->"7dff3e46-9c72-4e94-86e2-43bed1a016a5", +Cell[20204, 538, 238, 6, 70, "Input",ExpressionUUID->"7dff3e46-9c72-4e94-86e2-43bed1a016a5", CellID->1167276459], -Cell[20372, 541, 191, 4, 70, "ExampleText",ExpressionUUID->"131feff6-19a3-44e0-8c7f-d58a98a0c029", +Cell[20445, 546, 191, 4, 70, "ExampleText",ExpressionUUID->"131feff6-19a3-44e0-8c7f-d58a98a0c029", CellID->1838794411], Cell[CellGroupData[{ -Cell[20588, 549, 166, 3, 70, "Input",ExpressionUUID->"42f9cffd-491e-4ca1-8b41-f39ca17e84a0", +Cell[20661, 554, 166, 3, 70, "Input",ExpressionUUID->"42f9cffd-491e-4ca1-8b41-f39ca17e84a0", CellID->780978144], -Cell[20757, 554, 173, 4, 36, "Output",ExpressionUUID->"774f7b05-92c3-4236-8b73-11db25060b14", +Cell[20830, 559, 173, 4, 36, "Output",ExpressionUUID->"774f7b05-92c3-4236-8b73-11db25060b14", CellID->1239241862] }, Open ]], -Cell[20945, 561, 143, 1, 70, "ExampleText",ExpressionUUID->"9d9c71ae-2cf1-4943-a09c-985ae50f2be8", +Cell[21018, 566, 143, 1, 70, "ExampleText",ExpressionUUID->"9d9c71ae-2cf1-4943-a09c-985ae50f2be8", CellID->658178098], Cell[CellGroupData[{ -Cell[21113, 566, 167, 3, 70, "Input",ExpressionUUID->"64d02327-c438-4b3c-8344-87f9e5c1dc10", +Cell[21186, 571, 167, 3, 70, "Input",ExpressionUUID->"64d02327-c438-4b3c-8344-87f9e5c1dc10", CellID->1205477514], -Cell[21283, 571, 159, 3, 36, "Output",ExpressionUUID->"3c915ef9-c995-4b96-b006-36d124f34a2b", +Cell[21356, 576, 159, 3, 36, "Output",ExpressionUUID->"3c915ef9-c995-4b96-b006-36d124f34a2b", CellID->1696548020] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21757, 588, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"ca2029bd-e277-4f5a-af78-ffd24df91cae"], +Cell[27271, 738, 670, 18, 70, "TechNotesSection",ExpressionUUID->"9ee3b2a5-669d-4d40-95a4-6ae3e3a4c2c0"], +Cell[27944, 758, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"04a35f6c-4990-4a1a-bc54-5cd341cdda87"], +Cell[28980, 786, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"9df61bb5-3b04-443b-9467-43427e185e0d"], Cell[CellGroupData[{ -Cell[21706, 585, 5511, 148, 70, "SeeAlsoSection",ExpressionUUID->"49bd7afc-ba5d-4013-81e9-974a5490f7c0"], -Cell[27220, 735, 670, 18, 70, "TechNotesSection",ExpressionUUID->"097776a6-b3c0-4982-a27d-7ec31fbacf7b"] -}, Open ]], -Cell[27905, 756, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a550648b-3b25-4197-9696-a56f45e4336b"], -Cell[28941, 784, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"d86b34be-6445-4fe2-8f6f-ac32b4ba00a9"], -Cell[CellGroupData[{ -Cell[31241, 852, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1f3ac70-9b2a-40d4-813b-34a17cfac4a2", +Cell[31280, 854, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a1f3ac70-9b2a-40d4-813b-34a17cfac4a2", CellID->2135167160], -Cell[31382, 855, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"92f16e75-dee3-4506-a187-6ad2adcde33e", +Cell[31421, 857, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"92f16e75-dee3-4506-a187-6ad2adcde33e", CellID->1194386356], -Cell[31604, 861, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a2e9b65-a981-4a14-84bc-2094a3c000c3", +Cell[31643, 863, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9a2e9b65-a981-4a14-84bc-2094a3c000c3", CellID->1641706272], -Cell[31819, 866, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cbb32407-4756-4da7-871c-447851eff808", +Cell[31858, 868, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"cbb32407-4756-4da7-871c-447851eff808", CellID->399251956], -Cell[32048, 872, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7c4911c-05b5-40a1-a8ab-a8d6080825c4", +Cell[32087, 874, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b7c4911c-05b5-40a1-a8ab-a8d6080825c4", CellID->821434655] }, Open ]], -Cell[32285, 878, 78, 0, 70, "FooterCell",ExpressionUUID->"8ad5277e-76d5-4929-a050-ce57487579fc"] +Cell[32324, 880, 78, 0, 70, "FooterCell",ExpressionUUID->"55e194f0-dc1a-45ee-986a-8250b96ebe03"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperSum.nb b/Documentation/English/ReferencePages/Symbols/UpperSum.nb index 3b522a1..e7d78c1 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperSum.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperSum.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41825, 1087] -NotebookOptionsPosition[ 34094, 933] -NotebookOutlinePosition[ 36151, 987] -CellTagsIndexPosition[ 36066, 982] +NotebookDataLength[ 41784, 1083] +NotebookOptionsPosition[ 34072, 931] +NotebookOutlinePosition[ 36146, 985] +CellTagsIndexPosition[ 36061, 980] WindowTitle->UpperSum WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "09cb0d59-6574-4d25-9929-e630d42bc6b9"], + "28721faf-a2d9-42b7-910c-21380151490b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "8c9ab4d3-eabe-462f-ad73-bc2664c884e0"], + "b5ddf6bf-e82c-4052-9964-cc4ccf599f33"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "44b75513-97cc-4100-9ef5-8257e17c481a"] - }],ExpressionUUID->"d11f2c41-8d42-4593-9756-449091f12850"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "5f763c4d-79b4-4b50-afc9-6bf387cca358"] + }],ExpressionUUID->"bb6c08ab-b709-4a4f-91bf-6584dcd1d143"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "73002c81-4d79-408c-94e2-301004a44c4e"], + "85429fe4-a0d6-4020-be9d-b68716c6db4f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a5ba63ac-0ddb-4b7f-9309-e4bf49a7e1f6"] - }],ExpressionUUID->"b71bc559-1c69-41cd-aab9-9c01273138e3"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8d254125-b9bd-4548-a805-890a6f9e6746"] + }],ExpressionUUID->"60ced5eb-25ca-45ec-b9fd-83090acacc32"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "06664128-487f-4547-b5fa-091896947aea"], + "85b07dad-51b3-4533-8cc4-f861b61a1b2e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "403edc11-5f68-430b-86e0-45326b8e2e99"] - }],ExpressionUUID->"f0ef7a04-60d6-4744-a8b3-e49fec747abb"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9255a4cc-2958-4282-9920-b9a82dc34fdd"] + }],ExpressionUUID->"e6da802c-8c4d-47a4-ba63-c989563142d2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "60c17f8e-d4e1-4301-a604-3301ba9c9199"], + "4b953f12-6178-4c62-86eb-0ecf7b191b40"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b076b921-0e10-4d32-b178-0c78ecde3773"] - }],ExpressionUUID->"060178f5-789a-4f92-82d8-2261b6bed4e3"], - StripOnInput->False], {"\<\"TUG/ref/UpperSum\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperSum"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UpperSum.\ + "08a1b4da-1e4a-4fa8-a5d7-09aefbd1106f"] + }],ExpressionUUID->"56792654-0812-4d29-8913-975f42ad88ca"], + StripOnInput->False],{ + "\"TUG/ref/UpperSum\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperSum"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/UpperSum.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$203699], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperSum" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$219601], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperSum" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "349a593e-dcff-4ed2-9030-ecb56936b2a6"] + "8de92655-830c-4afa-bf51-960d8b9b0fac"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "cdfc09c5-fd04-4570-92d6-85a2febba246"]} + "c8421663-e722-48b1-8e73-c8075e4c30b1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cadf35fc-1468-4829-9964-d0963820beed"], + CellID->1,ExpressionUUID->"8147a6fd-6bd8-4190-99fb-a9a997c21609"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"6e859a48-628c-4240-8427-a75bf8672515"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"29176cd3-bb3b-4d4a-beec-2ddbbad1aa37"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperSum", "ObjectName",ExpressionUUID-> - "3cca3879-8af3-46ba-a465-a51efde62f20"], + "3346341e-a1fe-4b32-ad8e-be690e4c103b"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8be7e905-5b0a-4b24-bbe8-3473ca5367c3"], + "Spacer1"]],ExpressionUUID->"e1b89146-c80b-46ba-9830-0d55556486c2"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "0c52b287-e6b0-45ad-8193-a1b9559ffcb6"] - }],ExpressionUUID->"f028f9df-3308-4a54-ab7b-de8cc8b7b719"], Cell[BoxData[ + "71c711ef-da96-4752-84a7-fd6278b0eaeb"] + }],ExpressionUUID->"5e15f202-ecc7-4c10-940c-3732a7a855a3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "14baf633-bee5-4e3e-90e6-70121296063d"]} + "0103ddb2-60a6-4e03-803e-5340f925d6f6"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"23512e63-433e-4fff-86d8-55e315d84bdc"], + CacheGraphics->False,ExpressionUUID->"981c01c6-2559-40fc-8115-6f3b71a39277"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "9badee07-c69e-4d89-a9fe-279838dcc64e"], " \[LineSeparator]calculates the sum of upper payoffs for coalition S." - }],ExpressionUUID->"b95a5d91-7652-4b8e-b1aa-20f10c7f5c06"]} + }],ExpressionUUID->"3bc317d8-7cc3-4326-90a8-52454c323962"]} }]], "Usage", CellID->1520078718,ExpressionUUID->"26e7e554-2bf6-4148-bbe1-8a83c222a622"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"341917a0-89f8-482e-89d2-f986f31cd358"], + ExpressionUUID->"fbe73b1a-4a58-455c-9f2a-cbe9991ee923"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7391cd68-e36d-4227-93de-6bfecc81682c"], + "Spacer1"]],ExpressionUUID->"0664ebf9-d956-4f15-9d21-9092a999f990"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"cdbdbe28-bbcd-475e-aee6-754b30ff29d5"], + }], "NotesFrameText",ExpressionUUID->"66eb0590-c2a4-4aae-960a-39f3c4a5c10e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4254bafb-812a-42fe-9e3c-3ddb68500538"]], \ + "Preemptive"]],ExpressionUUID->"ae888daf-9e56-437a-a696-299cff9df8d6"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1919691673,ExpressionUUID->"65414b33-28ec-4f46-adfd-297770df5bc0"], + CellID->991263715,ExpressionUUID->"82695a13-a900-4207-93c6-4edbaff280a4"], Cell[TextData[{ "The input expression ", @@ -369,19 +370,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"dcd49f9d-4bf6-4f3e-aa76-6eeaa12f14cc"], + ExpressionUUID->"fb371e5d-181e-4ee2-a456-c68e4c12b76d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e89b642b-f5bb-4242-bb1c-74eb4e7fcd04"], + "Spacer1"]],ExpressionUUID->"b88668d3-1754-4629-9d24-62735ed6a364"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d04a5884-672a-4833-a73d-732e7a33004c"] + "d4127a05-0439-4bf7-b15f-636b31f32aad"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1517159534,ExpressionUUID->"eb915c43-4df4-4410-8931-02cec58b5abd"], + CellID->597679490,ExpressionUUID->"dbd77433-98fe-4dc0-b1da-709d880caa83"], Cell[CellGroupData[{ @@ -410,18 +411,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b166da73-c3ea-4751-a4cf-040672ab219f"], + ExpressionUUID->"020f74d3-e949-45b3-ac0c-db7d2143e8d0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"01594055-83cb-4fce-8b98-9dcd66b41e56"], + "Spacer1"]],ExpressionUUID->"83ea2626-f6ce-4e43-9756-f119ac9bdc90"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "f03d83c6-188c-413d-b28a-de119f14962b"] + "4c49cddf-0a52-45de-8e6c-17b073df8ba0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1777769066,ExpressionUUID->"7ae60a7c-a217-4b96-a962-fc260bc1baff"], + CellID->545153776,ExpressionUUID->"0d894795-d143-4a96-88d3-74ae47882ef2"], Cell["Loading the package:", "ExampleText", CellID->873004007,ExpressionUUID->"1f0f330c-e683-415f-9555-e9092a15144a"], @@ -586,8 +587,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -749,15 +748,15 @@ Cell[BoxData[GridBox[{ "b1fb0ade-b844-4db7-99b1-0fb746aa5ca3"] }], "SeeAlso",ExpressionUUID->"0202f7d1-214a-4afc-ac55-b4265c5bf3fe"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"414f9bf5-5daf-4ec6-99cf-\ -67b13c32c562"], + }]], "SeeAlsoSection",ExpressionUUID->"56de84ea-6e99-46a2-ac47-\ +d0cabd71a23b"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -769,9 +768,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"853f7759-264c-4d8a-ac8e-ef8f5f146a4a"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"23f44e1e-c8f3-4040-b953-\ -c30ef69d68b1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6a78d283-006b-4353-a2e7-\ +999cf30d7ffa"], Cell[BoxData[GridBox[{ { @@ -788,7 +786,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "38850737-9170-4c3b-8058-6a1064de9528"]}]}, + "50aac7e6-eb81-43af-8116-5c5e7ae5fe0f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -796,10 +794,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ae256d9f-c3e5-4198-8d0d-09025a3015fa"]}]} + "90e21cb7-c743-4109-af98-035ad29ee18d"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f4bfc38b-fbe2-4d7d-a2e4-\ -4cfd25c1e75e"], + }]], "MoreAboutSection",ExpressionUUID->"6ec86b35-11b7-431c-a44c-\ +c9ae26f7af00"], Cell[BoxData[GridBox[{ { @@ -826,7 +824,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "69b5f047-8524-4076-828f-44597be71d88"]], "RelatedLinks", + "d88dbf14-4728-449e-b064-2448f6af8178"]], "RelatedLinks", ExpressionUUID->"c9e9fceb-43d7-4878-be93-8e1b1a090cef"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -844,7 +842,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f545774b-529c-4c79-848c-400ad039292c"]], "RelatedLinks", + "b82c2453-b71d-43dd-95d2-d7a3eda570d0"]], "RelatedLinks", ExpressionUUID->"51c5d0f0-2c33-42c2-a9c3-92e14291599d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -861,7 +859,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "52a3ecc9-26ea-44f6-879d-cb0fab007ff0"]], "RelatedLinks", + "798b083d-c32a-4291-ab2c-9683067245f7"]], "RelatedLinks", ExpressionUUID->"4fdbc88e-10b0-4c9f-a102-2327aa816a26"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -878,7 +876,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5ec29179-0e0a-43fc-9fe4-032fbc8028ba"]], "RelatedLinks", + "3f4467e7-44f0-4370-ab4e-261b1d6a235a"]], "RelatedLinks", ExpressionUUID->"8952ebb7-37fb-4bf4-84ae-16992593ab18"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -895,11 +893,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "854fdbb5-ce32-4bf9-b78b-01f956389ac4"]], "RelatedLinks", + "f60854e5-a325-46c1-9980-baa01d392131"]], "RelatedLinks", ExpressionUUID->"239c9c2a-0341-404c-99d7-932440e42e66"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"59dd8d9d-f35b-4f59-9a2c-\ -9994b0b63b9d"], + }]], "RelatedLinksSection",ExpressionUUID->"6ae9658b-ace2-492c-bceb-\ +1facb909de0e"], Cell[CellGroupData[{ @@ -929,11 +927,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a87e8280-3430-46e0-9cee-fc2b982db3c7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e935df71-008f-4352-a1f0-f2a55faabdf9"] +Cell[" ", "FooterCell",ExpressionUUID->"ff0274d7-3345-4906-a7b4-1532d5a64e24"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperSum", TaggingRules->{ @@ -944,7 +942,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 57.949205}", + "built" -> "{2024, 6, 3, 16, 56, 12.312370}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -952,10 +950,10 @@ TaggingRules->{ "summary" -> "UpperSum[game, S] calculates the sum of upper payoffs for coalition S.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UpperSum", - "titlemodifier" -> "", "windowtitle" -> "UpperSum", "type" -> "Symbol", - "uri" -> "TUG/ref/UpperSum"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UpperSum", "type" -> "Symbol", "uri" -> "TUG/ref/UpperSum"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -964,9 +962,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"78b1363c-1821-4e07-b0a1-5cd4763f7ea4" +ExpressionUUID->"d12f2b44-77b2-4838-922d-bfb8b007e2ce" ] (* End of Notebook Content *) @@ -974,121 +972,119 @@ ExpressionUUID->"78b1363c-1821-4e07-b0a1-5cd4763f7ea4" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13292, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"eb915c43-4df4-4410-8931-02cec58b5abd", + Cell[13306, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dbd77433-98fe-4dc0-b1da-709d880caa83", CellTags->"PrimaryExamplesSection", - CellID->1517159534]} + CellID->597679490]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35865, 975} + {"PrimaryExamplesSection", 35861, 973} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7093, 170, 56, "AnchorBarGrid",ExpressionUUID->"cadf35fc-1468-4829-9964-d0963820beed", +Cell[580, 21, 7108, 171, 57, "AnchorBarGrid",ExpressionUUID->"8147a6fd-6bd8-4190-99fb-a9a997c21609", CellID->1], -Cell[7676, 193, 91, 0, 24, "ContextNameCell",ExpressionUUID->"6e859a48-628c-4240-8427-a75bf8672515"], +Cell[7691, 194, 91, 0, 23, "ContextNameCell",ExpressionUUID->"29176cd3-bb3b-4d4a-beec-2ddbbad1aa37"], Cell[CellGroupData[{ -Cell[7792, 197, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"23512e63-433e-4fff-86d8-55e315d84bdc"], -Cell[9077, 234, 490, 10, 111, "Usage",ExpressionUUID->"26e7e554-2bf6-4148-bbe1-8a83c222a622", +Cell[7807, 198, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"981c01c6-2559-40fc-8115-6f3b71a39277"], +Cell[9092, 235, 490, 10, 111, "Usage",ExpressionUUID->"26e7e554-2bf6-4148-bbe1-8a83c222a622", CellID->1520078718] }, Open ]], Cell[CellGroupData[{ -Cell[9604, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"65414b33-28ec-4f46-adfd-297770df5bc0", +Cell[9619, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"82695a13-a900-4207-93c6-4edbaff280a4", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1919691673], -Cell[11502, 298, 730, 16, 57, "Notes",ExpressionUUID->"7caf349d-c2c9-4a37-8509-e4d3d6dc481c", + CellID->991263715], +Cell[11516, 299, 730, 16, 57, "Notes",ExpressionUUID->"7caf349d-c2c9-4a37-8509-e4d3d6dc481c", CellID->1014199156], -Cell[12235, 316, 489, 12, 37, "Notes",ExpressionUUID->"0d4d0230-bdde-4cb2-8227-f7a6260edc28", +Cell[12249, 317, 489, 12, 38, "Notes",ExpressionUUID->"0d4d0230-bdde-4cb2-8227-f7a6260edc28", CellID->177724765], -Cell[12727, 330, 206, 4, 36, "Notes",ExpressionUUID->"98c2ddc7-c534-410c-886d-448e9cd922d7", +Cell[12741, 331, 206, 4, 36, "Notes",ExpressionUUID->"98c2ddc7-c534-410c-886d-448e9cd922d7", CellID->1362739494], -Cell[12936, 336, 229, 4, 36, "Notes",ExpressionUUID->"9ee6f90e-096d-47de-94f5-faec8eb0f1f3", +Cell[12950, 337, 229, 4, 36, "Notes",ExpressionUUID->"9ee6f90e-096d-47de-94f5-faec8eb0f1f3", CellID->1653952551] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13292, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"eb915c43-4df4-4410-8931-02cec58b5abd", +Cell[13306, 347, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"dbd77433-98fe-4dc0-b1da-709d880caa83", CellTags->"PrimaryExamplesSection", - CellID->1517159534], + CellID->597679490], Cell[CellGroupData[{ -Cell[14738, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7ae60a7c-a217-4b96-a962-fc260bc1baff", - CellID->1777769066], -Cell[16140, 425, 118, 1, 38, "ExampleText",ExpressionUUID->"1f0f330c-e683-415f-9555-e9092a15144a", +Cell[14751, 388, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0d894795-d143-4a96-88d3-74ae47882ef2", + CellID->545153776], +Cell[16152, 426, 118, 1, 39, "ExampleText",ExpressionUUID->"1f0f330c-e683-415f-9555-e9092a15144a", CellID->873004007], Cell[CellGroupData[{ -Cell[16283, 430, 168, 3, 27, "Input",ExpressionUUID->"507a1933-d0b7-40a2-98e0-14dcc0c59a18", +Cell[16295, 431, 168, 3, 27, "Input",ExpressionUUID->"507a1933-d0b7-40a2-98e0-14dcc0c59a18", CellID->1763249364], Cell[CellGroupData[{ -Cell[16476, 437, 235, 4, 23, "Print",ExpressionUUID->"d9c60ce9-81d8-4da6-a023-01e7c6344bca", +Cell[16488, 438, 235, 4, 23, "Print",ExpressionUUID->"d9c60ce9-81d8-4da6-a023-01e7c6344bca", CellID->990112217], -Cell[16714, 443, 365, 8, 23, "Print",ExpressionUUID->"46e908c7-8486-4f60-ba84-9a9761bb5fcc", +Cell[16726, 444, 365, 8, 23, "Print",ExpressionUUID->"46e908c7-8486-4f60-ba84-9a9761bb5fcc", CellID->1443908646], -Cell[17082, 453, 235, 4, 23, "Print",ExpressionUUID->"525b9114-caa4-45a6-8f29-150e11cfcd37", +Cell[17094, 454, 235, 4, 23, "Print",ExpressionUUID->"525b9114-caa4-45a6-8f29-150e11cfcd37", CellID->784370829], -Cell[17320, 459, 219, 3, 23, "Print",ExpressionUUID->"bb534784-c220-463a-a566-cdcd79381e3c", +Cell[17332, 460, 219, 3, 23, "Print",ExpressionUUID->"bb534784-c220-463a-a566-cdcd79381e3c", CellID->277873240], -Cell[17542, 464, 206, 3, 23, "Print",ExpressionUUID->"fdc94c4f-2b54-4467-9700-62f171deb5e0", +Cell[17554, 465, 206, 3, 23, "Print",ExpressionUUID->"fdc94c4f-2b54-4467-9700-62f171deb5e0", CellID->161886860], -Cell[17751, 469, 237, 4, 23, "Print",ExpressionUUID->"3bdfe7fc-ea51-4ebc-88a6-a275b7a2be4d", +Cell[17763, 470, 237, 4, 23, "Print",ExpressionUUID->"3bdfe7fc-ea51-4ebc-88a6-a275b7a2be4d", CellID->1292234618], -Cell[17991, 475, 219, 3, 23, "Print",ExpressionUUID->"17ad8def-feef-4bb6-8627-bdcf8e2c720d", +Cell[18003, 476, 219, 3, 23, "Print",ExpressionUUID->"17ad8def-feef-4bb6-8627-bdcf8e2c720d", CellID->609032759], -Cell[18213, 480, 236, 4, 23, "Print",ExpressionUUID->"aad359fa-e2fa-4fe9-aa97-726bf07ce055", +Cell[18225, 481, 236, 4, 23, "Print",ExpressionUUID->"aad359fa-e2fa-4fe9-aa97-726bf07ce055", CellID->1597307942], -Cell[18452, 486, 235, 4, 23, "Print",ExpressionUUID->"635a1ec7-f563-4b2f-bdc4-25a044519519", +Cell[18464, 487, 235, 4, 23, "Print",ExpressionUUID->"635a1ec7-f563-4b2f-bdc4-25a044519519", CellID->568916254], -Cell[18690, 492, 206, 3, 23, "Print",ExpressionUUID->"f77d14df-884b-40f8-8c9f-7835ad84831b", +Cell[18702, 493, 206, 3, 23, "Print",ExpressionUUID->"f77d14df-884b-40f8-8c9f-7835ad84831b", CellID->362097699], -Cell[18899, 497, 236, 4, 23, "Print",ExpressionUUID->"96a0cd70-8e16-4f39-8ac3-5693315da6bc", +Cell[18911, 498, 236, 4, 23, "Print",ExpressionUUID->"96a0cd70-8e16-4f39-8ac3-5693315da6bc", CellID->1262729396] }, Open ]] }, Open ]], -Cell[19162, 505, 137, 1, 70, "ExampleText",ExpressionUUID->"914ee60c-bf7f-40db-847a-31a83c9044a7", +Cell[19174, 506, 137, 1, 70, "ExampleText",ExpressionUUID->"914ee60c-bf7f-40db-847a-31a83c9044a7", CellID->2074417913], -Cell[19302, 508, 234, 6, 70, "Input",ExpressionUUID->"24c91a73-55ad-457c-92c8-8c0cece0e6a8", +Cell[19314, 509, 234, 6, 70, "Input",ExpressionUUID->"24c91a73-55ad-457c-92c8-8c0cece0e6a8", CellID->699907213], -Cell[19539, 516, 380, 9, 70, "Input",ExpressionUUID->"71ac447b-0ef6-4361-9902-51ed87304182", +Cell[19551, 517, 380, 9, 70, "Input",ExpressionUUID->"71ac447b-0ef6-4361-9902-51ed87304182", CellID->299330163], -Cell[19922, 527, 238, 6, 70, "Input",ExpressionUUID->"6fe620b2-f126-417d-9495-61a220cce9fd", +Cell[19934, 528, 238, 6, 70, "Input",ExpressionUUID->"6fe620b2-f126-417d-9495-61a220cce9fd", CellID->1991653526], -Cell[20163, 535, 191, 4, 70, "ExampleText",ExpressionUUID->"e97ae056-e6a0-4b5e-83ee-b7cfe20705b0", +Cell[20175, 536, 191, 4, 70, "ExampleText",ExpressionUUID->"e97ae056-e6a0-4b5e-83ee-b7cfe20705b0", CellID->1548018518], Cell[CellGroupData[{ -Cell[20379, 543, 165, 3, 70, "Input",ExpressionUUID->"a2bc64ed-e8f3-4175-980e-bb1458e3572b", +Cell[20391, 544, 165, 3, 70, "Input",ExpressionUUID->"a2bc64ed-e8f3-4175-980e-bb1458e3572b", CellID->225010713], -Cell[20547, 548, 171, 4, 36, "Output",ExpressionUUID->"7b23d5d8-194b-463a-b6d2-46193d758bfa", +Cell[20559, 549, 171, 4, 36, "Output",ExpressionUUID->"7b23d5d8-194b-463a-b6d2-46193d758bfa", CellID->41735817] }, Open ]], -Cell[20733, 555, 167, 3, 70, "ExampleText",ExpressionUUID->"74c5f722-f1ab-4f11-8a5d-838c1657ce3d", +Cell[20745, 556, 167, 3, 70, "ExampleText",ExpressionUUID->"74c5f722-f1ab-4f11-8a5d-838c1657ce3d", CellID->92563841], Cell[CellGroupData[{ -Cell[20925, 562, 256, 7, 70, "Input",ExpressionUUID->"f8933353-d0e7-474e-94dd-d35032a22979", +Cell[20937, 563, 256, 7, 70, "Input",ExpressionUUID->"f8933353-d0e7-474e-94dd-d35032a22979", CellID->1035759981], -Cell[21184, 571, 377, 8, 36, "Output",ExpressionUUID->"ddc9ba93-8530-41c2-97be-6f816c966bde", +Cell[21196, 572, 377, 8, 36, "Output",ExpressionUUID->"ddc9ba93-8530-41c2-97be-6f816c966bde", CellID->1672193327] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21815, 589, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"56de84ea-6e99-46a2-ac47-d0cabd71a23b"], +Cell[27712, 753, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6a78d283-006b-4353-a2e7-999cf30d7ffa"], +Cell[28385, 773, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6ec86b35-11b7-431c-a44c-c9ae26f7af00"], +Cell[29421, 801, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"6ae9658b-ace2-492c-bceb-1facb909de0e"], Cell[CellGroupData[{ -Cell[21825, 590, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"414f9bf5-5daf-4ec6-99cf-67b13c32c562"], -Cell[27722, 754, 670, 18, 70, "TechNotesSection",ExpressionUUID->"23f44e1e-c8f3-4040-b953-c30ef69d68b1"] -}, Open ]], -Cell[28407, 775, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4bfc38b-fbe2-4d7d-a2e4-4cfd25c1e75e"], -Cell[29443, 803, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"59dd8d9d-f35b-4f59-9a2c-9994b0b63b9d"], -Cell[CellGroupData[{ -Cell[32969, 905, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a8ca8622-876a-4d57-b61d-26ecb1100fdb", +Cell[32947, 903, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a8ca8622-876a-4d57-b61d-26ecb1100fdb", CellID->778415021], -Cell[33109, 908, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1ab2b8e8-b761-4eb5-8cc7-da3cc322cafe", +Cell[33087, 906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1ab2b8e8-b761-4eb5-8cc7-da3cc322cafe", CellID->1194386356], -Cell[33331, 914, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"37782caf-63b3-4d75-b275-f7123620b51d", +Cell[33309, 912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"37782caf-63b3-4d75-b275-f7123620b51d", CellID->1641706272], -Cell[33546, 919, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02971c8d-e527-4603-9530-ba5cbef07fda", +Cell[33524, 917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"02971c8d-e527-4603-9530-ba5cbef07fda", CellID->399251956], -Cell[33775, 925, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a87e8280-3430-46e0-9cee-fc2b982db3c7", +Cell[33753, 923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a87e8280-3430-46e0-9cee-fc2b982db3c7", CellID->821434655] }, Open ]], -Cell[34012, 931, 78, 0, 70, "FooterCell",ExpressionUUID->"e935df71-008f-4352-a1f0-f2a55faabdf9"] +Cell[33990, 929, 78, 0, 70, "FooterCell",ExpressionUUID->"ff0274d7-3345-4906-a7b4-1532d5a64e24"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UpperVector.nb b/Documentation/English/ReferencePages/Symbols/UpperVector.nb index 7ff2671..f77956f 100644 --- a/Documentation/English/ReferencePages/Symbols/UpperVector.nb +++ b/Documentation/English/ReferencePages/Symbols/UpperVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41313, 1073] -NotebookOptionsPosition[ 33580, 919] -NotebookOutlinePosition[ 35640, 973] -CellTagsIndexPosition[ 35555, 968] +NotebookDataLength[ 41277, 1069] +NotebookOptionsPosition[ 33560, 917] +NotebookOutlinePosition[ 35638, 971] +CellTagsIndexPosition[ 35553, 966] WindowTitle->UpperVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2cbb085e-4f42-4263-b92f-fb257b177d56"], + "8f0d1f61-1c8b-48ee-a283-5689efad5b9e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5e1751e3-9405-4e9c-8b63-e94611cb95c5"], + "7329f3b1-f333-4611-b495-bb29617e154f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0e0d56dc-6c95-43ea-8973-260caef4f5f2"] - }],ExpressionUUID->"b3b354c3-e74d-4bf9-8d0f-9502c31cae6c"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "6ffd37d0-b19e-4bd0-ac2c-1a5039c197bd"] + }],ExpressionUUID->"ca55ba43-414d-4de1-b27d-10c9a8f9df59"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7b6f7117-e165-4fee-bca6-9d370aa80a15"], + "3dba872b-a8f7-4c10-9d59-beed1934da4f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "841395e2-8c0c-4dbb-976f-3629f26c843d"] - }],ExpressionUUID->"2d32869e-34e3-453d-a216-2253479e075f"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6a24cf7e-e4f0-49ad-8144-10151e1e9f46"] + }],ExpressionUUID->"39ef3324-ae25-4284-9034-86ebcc90150e"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "644c5c8b-efc4-4ada-a949-f70086dcf23a"], + "3710371d-cad7-48d8-9c85-a697ed1d2e27"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2941ff9b-e572-47ef-92ab-404a9c3e4774"] - }],ExpressionUUID->"83aa3f1d-42dc-4571-aa0e-873b2ab602ee"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e2aa0d2e-65a9-45df-93bb-241fec0d4d9a"] + }],ExpressionUUID->"6f9505d4-4425-4b07-862c-2db25d53702d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "121ea43d-946b-4105-895f-4b923bd6c485"], + "b0252187-f200-4c3f-8a26-6b920d1171cc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "45d85836-ef93-422c-aaa6-c024eab9639e"] - }],ExpressionUUID->"eb398389-1fa6-418f-b2b2-abeccc171d74"], - StripOnInput->False], {"\<\"TUG/ref/UpperVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UpperVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UpperVector.\ + "b449d844-341e-4411-9935-4facd8e6d7a5"] + }],ExpressionUUID->"89519409-149e-48be-a997-7504e540a6d7"], + StripOnInput->False],{ + "\"TUG/ref/UpperVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UpperVector"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/UpperVector.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$204277], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UpperVector" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$220213], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UpperVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "084c4260-c87c-48c3-9497-73d7981e311f"] + "4101181a-c693-42eb-849d-30b1447f767f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "043152ea-9a56-41fb-a193-0f97a69863d9"]} + "ab3ca914-2a35-4efb-a0a9-07fc0533be9f"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"867d50a9-5532-4aec-9c65-3c10eb4d08ca"], + CellID->1,ExpressionUUID->"9a7db8d7-d963-4af1-bb5e-01da03772b11"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"bd372f44-667a-4187-b2fb-1de978bfbcda"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"74f2991b-7c30-4e6d-98c8-c656081ee5e0"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UpperVector", "ObjectName",ExpressionUUID-> - "7cf3ffdd-795e-4b00-b4ea-617e2ad359fd"], + "49a6a6ca-8f11-4ee1-b500-a806ea907c00"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1edc5b00-46ae-44db-b09e-11eab38884a0"], + "Spacer1"]],ExpressionUUID->"3d4c56b0-9cbe-4486-b035-81ffe1a47338"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "19082bd8-5e0f-41c7-b069-c44d011dc722"] - }],ExpressionUUID->"15925a91-a31c-40a8-a338-c5a6d2208efa"], Cell[BoxData[ + "ed3f2299-e75c-4078-bdc4-e4a0ba4d9210"] + }],ExpressionUUID->"c202a249-d317-4405-b8ea-3e3df26a601a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "6e1772f0-79ba-4bd6-8ff4-b091b13d883a"]} + "9dd0084b-31e3-4773-bead-15325deff22a"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"87821d72-ddf8-401b-b8ea-47a5869d2b27"], + CacheGraphics->False,ExpressionUUID->"22dc75c6-8fe9-4a5b-baae-03ef3c925b0b"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "77264834-697e-4e19-954e-44c1581c32c8"], " \[LineSeparator]calculates the upper payoff for all players." - }],ExpressionUUID->"77131159-2a72-488e-8651-94d5be1f7208"]} + }],ExpressionUUID->"a520a803-42a6-4c6c-93e1-cbd68b52a6f9"]} }]], "Usage", CellID->1340754848,ExpressionUUID->"942d09e7-7850-48ee-b77e-b7baeaf6ae8f"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"430adae1-d05d-42f2-bc07-16615663d77d"], + ExpressionUUID->"c10381d5-b2d2-481a-a0bc-ebac89264c11"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3cbddf39-139a-4b03-8810-6b734b451348"], + "Spacer1"]],ExpressionUUID->"6f32851b-976c-4e2e-b24d-eee7667a750f"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4c3583f4-1ddd-4bf1-bece-d8ef75d96a39"], + }], "NotesFrameText",ExpressionUUID->"40c1c979-a485-4f61-bcd5-6ebc162b46b3"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"c7b39f09-84b1-4b7e-86fb-50ef25d82474"]], \ + "Preemptive"]],ExpressionUUID->"657392a2-6cd9-4e7e-91f1-3d556e0c1af4"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1406329720,ExpressionUUID->"e9caa588-b4fd-4c86-aa19-cda465127c61"], + CellID->52110092,ExpressionUUID->"6751a473-a953-40db-a28a-71b367faa9ab"], Cell[TextData[{ "The input expression ", @@ -364,19 +365,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9cc1740f-43f7-41fd-bc23-f3bbddc8ce4b"], + ExpressionUUID->"597911a8-e78e-4abe-9311-f6979ff884e3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ac600cf0-e841-4402-a1a7-fe14c0194fe0"], + "Spacer1"]],ExpressionUUID->"2061b5b7-917e-4bac-aff6-5b3b5eac5f6d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7d1df507-10b0-4d3e-9218-4a946711d4d9"] + "51fc19f2-a7a9-46f1-b4de-7a3f1ec8cd4c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->810687701,ExpressionUUID->"f6e83b8d-d6cf-4f97-95c1-a384c7634006"], + CellID->937681450,ExpressionUUID->"37a2c246-29c5-434b-8722-7c25de9bf4d1"], Cell[CellGroupData[{ @@ -405,18 +406,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"46f907f7-fd15-400f-aaf5-4ece70bbe62a"], + ExpressionUUID->"28bf1052-c723-417e-b7ad-0ee019629a02"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"61330895-1db0-4c84-b71e-691a7c5a4880"], + "Spacer1"]],ExpressionUUID->"38eb8867-4eb5-4bb2-9580-23f93c0f6b2b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8f377276-385d-45f3-9623-8eed104b54a2"] + "cfd98565-76a7-4c6e-9473-736e1b8619c5"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->895827566,ExpressionUUID->"b6d8b910-a104-49a9-8eea-b40abd738ca4"], + CellID->1219617757,ExpressionUUID->"7059ed99-abcf-4b2c-9f1b-a16ce907662e"], Cell["Loading the package:", "ExampleText", CellID->135544233,ExpressionUUID->"c1a18d01-08cf-49d0-8888-d435b7f2af69"], @@ -572,8 +573,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -735,15 +734,15 @@ Cell[BoxData[GridBox[{ "aaa2bf1f-fd6c-4aa8-866e-55311ab4ce25"] }], "SeeAlso",ExpressionUUID->"0611c6f9-7631-44d7-a635-9fa054989e02"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"960c91ef-ec01-4904-bd6f-\ -0c804babba2f"], + }]], "SeeAlsoSection",ExpressionUUID->"1b51e239-3068-4dd9-bb69-\ +0ba55ed829bb"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -755,9 +754,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d7f5a496-733d-49c7-8eb4-b61dc6c3de88"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e49e0001-d057-488b-93da-\ -0e36f5e290db"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"cfcf3419-013a-4358-9a8c-\ +6707ab61c8bb"], Cell[BoxData[GridBox[{ { @@ -774,7 +772,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0999b844-7e56-4174-8a29-63632eced0c8"]}]}, + "46f04ac9-5adf-4d2f-a886-1291785d3c32"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -782,10 +780,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e9ba8c12-a28c-42c4-bf0d-c4eec6e590a9"]}]} + "362db6ea-1102-4974-b622-b30dd3bcc110"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"61ad23c8-e463-4171-be77-\ -879836501c25"], + }]], "MoreAboutSection",ExpressionUUID->"f3b5049c-081c-4bed-9f13-\ +b08fad148da6"], Cell[BoxData[GridBox[{ { @@ -812,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "2530a0ab-a298-4a48-9178-0b81581ebb68"]], "RelatedLinks", + "1d62b131-3ff2-4608-814f-dadad21e4e2a"]], "RelatedLinks", ExpressionUUID->"5983d961-af22-40f6-9c36-40d10f0d1d25"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -830,7 +828,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "796377f2-cd73-49e2-9eb2-f9ea5bfc96ae"]], "RelatedLinks", + "29b177b7-baca-409c-8678-2c0d79bcd090"]], "RelatedLinks", ExpressionUUID->"3b3dbf80-019d-46e2-855d-b42a487c1d33"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -847,7 +845,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "79e32ef9-37ee-41f9-b3ed-e5d250a9b38d"]], "RelatedLinks", + "a26a1ebe-5585-4e1f-8780-211e51b2bde6"]], "RelatedLinks", ExpressionUUID->"2e8bc768-9825-4f2e-9464-a3f4d9c9e357"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -864,7 +862,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a5367f34-2820-478e-942b-120be5f94e22"]], "RelatedLinks", + "6705f9b8-3b36-46ce-98c0-fd4dc4f9d1df"]], "RelatedLinks", ExpressionUUID->"fd43f0f2-3474-4ee2-84db-ea3d7ded3052"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -881,11 +879,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "00fd5c02-6688-4249-9fc9-1e65c87e3427"]], "RelatedLinks", + "d55f76fb-503c-4dc3-ab40-5694a0d9a261"]], "RelatedLinks", ExpressionUUID->"283bf0b1-1d81-4bfa-8bde-6c57d2365c44"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7f3b3f5d-090f-4ee4-b33a-\ -9988baadeb73"], + }]], "RelatedLinksSection",ExpressionUUID->"e5cda801-e77c-4448-9b59-\ +65ed36176ea3"], Cell[CellGroupData[{ @@ -915,11 +913,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"40fe0d66-1809-4ba2-a176-ff28b2a675bc"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"89520eb1-9adb-4a38-aa60-ac9ef2bb6b34"] +Cell[" ", "FooterCell",ExpressionUUID->"c2d3c11f-9a3f-45b9-b775-af3e5bc86fc5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UpperVector", TaggingRules->{ @@ -930,7 +928,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 55, 59.409796}", + "built" -> "{2024, 6, 3, 16, 56, 12.989751}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -938,10 +936,10 @@ TaggingRules->{ "summary" -> "UpperVector[game] calculates the upper payoff for all players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UpperVector", - "titlemodifier" -> "", "windowtitle" -> "UpperVector", "type" -> "Symbol", - "uri" -> "TUG/ref/UpperVector"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UpperVector", "type" -> "Symbol", "uri" -> "TUG/ref/UpperVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -950,9 +948,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"7c510955-7a4a-4c96-9ddf-1b72905e9e63" +ExpressionUUID->"0d7c2675-ec03-420a-a1e4-502c00ff748d" ] (* End of Notebook Content *) @@ -960,121 +958,119 @@ ExpressionUUID->"7c510955-7a4a-4c96-9ddf-1b72905e9e63" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13030, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f6e83b8d-d6cf-4f97-95c1-a384c7634006", + Cell[13043, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37a2c246-29c5-434b-8722-7c25de9bf4d1", CellTags->"PrimaryExamplesSection", - CellID->810687701]} + CellID->937681450]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35355, 961} + {"PrimaryExamplesSection", 35353, 959} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7105, 170, 56, "AnchorBarGrid",ExpressionUUID->"867d50a9-5532-4aec-9c65-3c10eb4d08ca", +Cell[583, 21, 7120, 171, 57, "AnchorBarGrid",ExpressionUUID->"9a7db8d7-d963-4af1-bb5e-01da03772b11", CellID->1], -Cell[7691, 193, 91, 0, 24, "ContextNameCell",ExpressionUUID->"bd372f44-667a-4187-b2fb-1de978bfbcda"], +Cell[7706, 194, 91, 0, 23, "ContextNameCell",ExpressionUUID->"74f2991b-7c30-4e6d-98c8-c656081ee5e0"], Cell[CellGroupData[{ -Cell[7807, 197, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"87821d72-ddf8-401b-b8ea-47a5869d2b27"], -Cell[9095, 234, 457, 9, 111, "Usage",ExpressionUUID->"942d09e7-7850-48ee-b77e-b7baeaf6ae8f", +Cell[7822, 198, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"22dc75c6-8fe9-4a5b-baae-03ef3c925b0b"], +Cell[9110, 235, 457, 9, 111, "Usage",ExpressionUUID->"942d09e7-7850-48ee-b77e-b7baeaf6ae8f", CellID->1340754848] }, Open ]], Cell[CellGroupData[{ -Cell[9589, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"e9caa588-b4fd-4c86-aa19-cda465127c61", +Cell[9604, 249, 1893, 47, 37, "NotesSection",ExpressionUUID->"6751a473-a953-40db-a28a-71b367faa9ab", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1406329720], -Cell[11487, 297, 515, 12, 57, "Notes",ExpressionUUID->"4715d868-ac21-4c73-a010-92935996691f", + CellID->52110092], +Cell[11500, 298, 515, 12, 57, "Notes",ExpressionUUID->"4715d868-ac21-4c73-a010-92935996691f", CellID->1014199156], -Cell[12005, 311, 489, 12, 37, "Notes",ExpressionUUID->"53e6d762-002e-42ac-902b-cbe5c642a3b2", +Cell[12018, 312, 489, 12, 38, "Notes",ExpressionUUID->"53e6d762-002e-42ac-902b-cbe5c642a3b2", CellID->177724765], -Cell[12497, 325, 206, 4, 36, "Notes",ExpressionUUID->"25177baf-4706-4aa8-af4b-9ccfcf15d0b7", +Cell[12510, 326, 206, 4, 36, "Notes",ExpressionUUID->"25177baf-4706-4aa8-af4b-9ccfcf15d0b7", CellID->1858132835], -Cell[12706, 331, 197, 4, 36, "Notes",ExpressionUUID->"cd16bde1-299f-400c-b0e2-895c0578c7a6", +Cell[12719, 332, 197, 4, 36, "Notes",ExpressionUUID->"cd16bde1-299f-400c-b0e2-895c0578c7a6", CellID->1989092331] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13030, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"f6e83b8d-d6cf-4f97-95c1-a384c7634006", +Cell[13043, 342, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"37a2c246-29c5-434b-8722-7c25de9bf4d1", CellTags->"PrimaryExamplesSection", - CellID->810687701], + CellID->937681450], Cell[CellGroupData[{ -Cell[14475, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b6d8b910-a104-49a9-8eea-b40abd738ca4", - CellID->895827566], -Cell[15876, 420, 118, 1, 38, "ExampleText",ExpressionUUID->"c1a18d01-08cf-49d0-8888-d435b7f2af69", +Cell[14488, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"7059ed99-abcf-4b2c-9f1b-a16ce907662e", + CellID->1219617757], +Cell[15890, 421, 118, 1, 39, "ExampleText",ExpressionUUID->"c1a18d01-08cf-49d0-8888-d435b7f2af69", CellID->135544233], Cell[CellGroupData[{ -Cell[16019, 425, 167, 3, 27, "Input",ExpressionUUID->"6075c8fc-6121-4fdd-83fc-c84547f30da3", +Cell[16033, 426, 167, 3, 27, "Input",ExpressionUUID->"6075c8fc-6121-4fdd-83fc-c84547f30da3", CellID->744353560], Cell[CellGroupData[{ -Cell[16211, 432, 235, 4, 23, "Print",ExpressionUUID->"1690a108-e9fa-44be-a365-f68d7c0a5b70", +Cell[16225, 433, 235, 4, 23, "Print",ExpressionUUID->"1690a108-e9fa-44be-a365-f68d7c0a5b70", CellID->677379287], -Cell[16449, 438, 365, 8, 23, "Print",ExpressionUUID->"362f7877-c485-47de-b5ac-8687bd150432", +Cell[16463, 439, 365, 8, 23, "Print",ExpressionUUID->"362f7877-c485-47de-b5ac-8687bd150432", CellID->1290504125], -Cell[16817, 448, 235, 4, 23, "Print",ExpressionUUID->"fd2df192-44ad-4c53-a087-b12727e7227c", +Cell[16831, 449, 235, 4, 23, "Print",ExpressionUUID->"fd2df192-44ad-4c53-a087-b12727e7227c", CellID->760698442], -Cell[17055, 454, 220, 3, 23, "Print",ExpressionUUID->"46df3772-96e5-4a13-ad38-a09122359753", +Cell[17069, 455, 220, 3, 23, "Print",ExpressionUUID->"46df3772-96e5-4a13-ad38-a09122359753", CellID->1129809496], -Cell[17278, 459, 207, 3, 23, "Print",ExpressionUUID->"193b9a63-5a83-4da2-a036-fe34d6004ebc", +Cell[17292, 460, 207, 3, 23, "Print",ExpressionUUID->"193b9a63-5a83-4da2-a036-fe34d6004ebc", CellID->1170351883], -Cell[17488, 464, 237, 4, 23, "Print",ExpressionUUID->"3a809df5-0ab1-478a-97eb-fd8d6144f7b3", +Cell[17502, 465, 237, 4, 23, "Print",ExpressionUUID->"3a809df5-0ab1-478a-97eb-fd8d6144f7b3", CellID->1240735418], -Cell[17728, 470, 220, 3, 23, "Print",ExpressionUUID->"824a8275-fd3b-4af1-96b1-9f4a5f899949", +Cell[17742, 471, 220, 3, 23, "Print",ExpressionUUID->"824a8275-fd3b-4af1-96b1-9f4a5f899949", CellID->2074179648], -Cell[17951, 475, 235, 4, 23, "Print",ExpressionUUID->"8dd378fe-ff36-4d64-bdbd-58e0c649fe79", +Cell[17965, 476, 235, 4, 23, "Print",ExpressionUUID->"8dd378fe-ff36-4d64-bdbd-58e0c649fe79", CellID->183957850], -Cell[18189, 481, 236, 4, 23, "Print",ExpressionUUID->"576b07a5-67ab-4b89-9c0c-fba8cf722b50", +Cell[18203, 482, 236, 4, 23, "Print",ExpressionUUID->"576b07a5-67ab-4b89-9c0c-fba8cf722b50", CellID->1282968079], -Cell[18428, 487, 206, 3, 23, "Print",ExpressionUUID->"d7ea2795-e5ed-464b-a536-66595b8f4343", +Cell[18442, 488, 206, 3, 23, "Print",ExpressionUUID->"d7ea2795-e5ed-464b-a536-66595b8f4343", CellID->328678875], -Cell[18637, 492, 235, 4, 23, "Print",ExpressionUUID->"5d2dc22c-8b20-48e0-bd8e-123de5377fdd", +Cell[18651, 493, 235, 4, 23, "Print",ExpressionUUID->"5d2dc22c-8b20-48e0-bd8e-123de5377fdd", CellID->856538996] }, Open ]] }, Open ]], -Cell[18899, 500, 137, 1, 70, "ExampleText",ExpressionUUID->"f7e4a3ee-83b2-4fc6-90d6-abb47abaf6ce", +Cell[18913, 501, 137, 1, 70, "ExampleText",ExpressionUUID->"f7e4a3ee-83b2-4fc6-90d6-abb47abaf6ce", CellID->1168273645], -Cell[19039, 503, 234, 6, 70, "Input",ExpressionUUID->"09c33da1-ebe5-4418-a2ed-20a73bc703f6", +Cell[19053, 504, 234, 6, 70, "Input",ExpressionUUID->"09c33da1-ebe5-4418-a2ed-20a73bc703f6", CellID->890476248], -Cell[19276, 511, 380, 9, 70, "Input",ExpressionUUID->"14c87df0-f18c-4ee4-891d-945e02bca980", +Cell[19290, 512, 380, 9, 70, "Input",ExpressionUUID->"14c87df0-f18c-4ee4-891d-945e02bca980", CellID->505741912], -Cell[19659, 522, 238, 6, 70, "Input",ExpressionUUID->"cd20e252-5381-44c3-901d-c196ac742066", +Cell[19673, 523, 238, 6, 70, "Input",ExpressionUUID->"cd20e252-5381-44c3-901d-c196ac742066", CellID->1050717691], -Cell[19900, 530, 190, 4, 70, "ExampleText",ExpressionUUID->"10f6e2a7-e3ad-4a8c-9634-fc4a8caefbbe", +Cell[19914, 531, 190, 4, 70, "ExampleText",ExpressionUUID->"10f6e2a7-e3ad-4a8c-9634-fc4a8caefbbe", CellID->893066767], Cell[CellGroupData[{ -Cell[20115, 538, 169, 3, 70, "Input",ExpressionUUID->"43c3990f-2af0-47a9-8b4e-2253da066eb2", +Cell[20129, 539, 169, 3, 70, "Input",ExpressionUUID->"43c3990f-2af0-47a9-8b4e-2253da066eb2", CellID->1148857625], -Cell[20287, 543, 172, 4, 36, "Output",ExpressionUUID->"e994ca7c-a24a-401a-808e-bddfe958d3fa", +Cell[20301, 544, 172, 4, 36, "Output",ExpressionUUID->"e994ca7c-a24a-401a-808e-bddfe958d3fa", CellID->871725960] }, Open ]], -Cell[20474, 550, 152, 1, 70, "ExampleText",ExpressionUUID->"3d948213-e867-4b04-ab7c-eebc67c1cf1a", +Cell[20488, 551, 152, 1, 70, "ExampleText",ExpressionUUID->"3d948213-e867-4b04-ab7c-eebc67c1cf1a", CellID->459016409], Cell[CellGroupData[{ -Cell[20651, 555, 169, 3, 70, "Input",ExpressionUUID->"be085213-ed5a-42b3-8f0f-0ecf2b121c35", +Cell[20665, 556, 169, 3, 70, "Input",ExpressionUUID->"be085213-ed5a-42b3-8f0f-0ecf2b121c35", CellID->1260226787], -Cell[20823, 560, 224, 5, 36, "Output",ExpressionUUID->"f7dfa52a-5db5-4e10-94e6-d9abc9137fdf", +Cell[20837, 561, 224, 5, 36, "Output",ExpressionUUID->"f7dfa52a-5db5-4e10-94e6-d9abc9137fdf", CellID->210345801] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21303, 575, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"1b51e239-3068-4dd9-bb69-0ba55ed829bb"], +Cell[27200, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"cfcf3419-013a-4358-9a8c-6707ab61c8bb"], +Cell[27873, 759, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f3b5049c-081c-4bed-9f13-b08fad148da6"], +Cell[28909, 787, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"e5cda801-e77c-4448-9b59-65ed36176ea3"], Cell[CellGroupData[{ -Cell[21311, 576, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"960c91ef-ec01-4904-bd6f-0c804babba2f"], -Cell[27208, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e49e0001-d057-488b-93da-0e36f5e290db"] -}, Open ]], -Cell[27893, 761, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"61ad23c8-e463-4171-be77-879836501c25"], -Cell[28929, 789, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"7f3b3f5d-090f-4ee4-b33a-9988baadeb73"], -Cell[CellGroupData[{ -Cell[32455, 891, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"52feec2b-ef6c-43af-b41f-eb6a0b9cf4e5", +Cell[32435, 889, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"52feec2b-ef6c-43af-b41f-eb6a0b9cf4e5", CellID->778415021], -Cell[32595, 894, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"995cfaf2-7937-4408-b101-1eb8baed46e7", +Cell[32575, 892, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"995cfaf2-7937-4408-b101-1eb8baed46e7", CellID->1194386356], -Cell[32817, 900, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8af2fd2b-028e-434d-a237-f446f190e87d", +Cell[32797, 898, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8af2fd2b-028e-434d-a237-f446f190e87d", CellID->1641706272], -Cell[33032, 905, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6a1d3ef5-7a37-4b8b-973c-e7bc8098f2af", +Cell[33012, 903, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6a1d3ef5-7a37-4b8b-973c-e7bc8098f2af", CellID->399251956], -Cell[33261, 911, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"40fe0d66-1809-4ba2-a176-ff28b2a675bc", +Cell[33241, 909, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"40fe0d66-1809-4ba2-a176-ff28b2a675bc", CellID->821434655] }, Open ]], -Cell[33498, 917, 78, 0, 70, "FooterCell",ExpressionUUID->"89520eb1-9adb-4a38-aa60-ac9ef2bb6b34"] +Cell[33478, 915, 78, 0, 70, "FooterCell",ExpressionUUID->"c2d3c11f-9a3f-45b9-b775-af3e5bc86fc5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UseManipulate.nb b/Documentation/English/ReferencePages/Symbols/UseManipulate.nb index 88d68bc..6ff3708 100644 --- a/Documentation/English/ReferencePages/Symbols/UseManipulate.nb +++ b/Documentation/English/ReferencePages/Symbols/UseManipulate.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41295, 1058] -NotebookOptionsPosition[ 33742, 908] -NotebookOutlinePosition[ 35850, 962] -CellTagsIndexPosition[ 35765, 957] +NotebookDataLength[ 41304, 1058] +NotebookOptionsPosition[ 33765, 910] +NotebookOutlinePosition[ 35892, 964] +CellTagsIndexPosition[ 35807, 959] WindowTitle->UseManipulate WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "9dd02b1f-c14d-4a32-a2ed-8098a0b9e718"], + "01c14f56-5040-47a0-8d41-d517720e560f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f3607e0a-680d-4445-a049-c6ec0384e105"], + "93510e91-8d11-4184-8370-53a7c8ade737"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "df58c0a0-bac9-4999-a82f-7c0b88ada7e3"] - }],ExpressionUUID->"5604818f-2fa7-4b4e-933e-1a47259e634b"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "7cbf09bf-f7d8-4195-8345-03d663f512b9"] + }],ExpressionUUID->"34560f0c-fd07-4f0e-bdd1-73734a06f1f5"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "358736ee-dede-4368-b6c1-2a59756cc8ff"], + "4981338a-cf1a-461f-b6fe-6352503f279a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "43a07e34-061c-4fd3-ac66-eca8bb5a424e"] - }],ExpressionUUID->"28760e77-4059-4e15-9edc-ff3e37c26ee8"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "0c9fab57-c29c-4b8a-8edb-2ed2f037aebd"] + }],ExpressionUUID->"8b416242-2406-48a1-8aa6-cfef5a42f045"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9cb19367-7a5a-4231-83fd-2e5ca1aa4291"], + "639faa9b-7034-4951-84c3-a80c635aeb41"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9824d4a0-8ab4-40d6-b2f5-d257333e4761"] - }],ExpressionUUID->"befb6125-b96f-4a4a-8f3f-0ecf861c2b1f"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "03f4bccf-14e0-42e2-96a0-30c0358d293b"] + }],ExpressionUUID->"f17d2cc6-cbd0-4750-af0b-336cfbf3c0e6"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "46e45d26-7a83-4159-bf24-e39e3bfafe99"], + "3348b180-7eff-4832-b571-4fe70818a40c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ca34011e-b0f0-455c-a251-7c05bbd9daa1"] - }],ExpressionUUID->"ba2aa547-9cf7-405d-8445-96f73eb91b28"], - StripOnInput->False], {"\<\"TUG/ref/UseManipulate\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UseManipulate"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UseManipulate.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$204853], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UseManipulate" <> ".html"], None}]}]}, + "19b1315b-ec9d-4add-baa0-102c9eaa4014"] + }],ExpressionUUID->"d5a10e61-0bf4-4a3a-9dee-06686e758309"], + StripOnInput->False],{ + "\"TUG/ref/UseManipulate\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UseManipulate"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +UseManipulate.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$220823], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UseManipulate" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "590ab1b2-4352-4cfe-b177-f1655dbd790f"] + "183224b4-4bd2-4c77-9ce8-c9097b0d2f35"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b3b8ea7c-ed07-4fc2-bfdc-2070726b4a0b"]} + "f6de906c-3419-493c-a6e5-050b1b015b09"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"1ea59f78-ec4b-4764-ab22-d73b5afece18"], + CellID->1,ExpressionUUID->"a2acc005-e24d-4ccb-a94f-2d604475510f"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"de151430-e675-4c33-9aaf-e94221e58473"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"37aedfa5-74d4-47f5-8bb6-bc39ca4bbf29"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UseManipulate", "ObjectName",ExpressionUUID-> - "5f3d6bc9-ab55-4ef8-a38b-92f2f70abdf0"], + "11bb2ec8-3a05-47f2-8c3a-0986abc454e7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"f723574d-5466-48ad-afe8-59291269b4c9"], + "Spacer1"]],ExpressionUUID->"0451655d-f286-4138-8b0f-09d81b4794ec"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ecc75ccf-52a7-4929-b868-7af18dc0f059"] - }],ExpressionUUID->"0d8bbf58-ea46-4a06-81c7-0e429a351ae9"], Cell[BoxData[ + "f9363372-d8a9-43f1-9926-4237f0f9cf59"] + }],ExpressionUUID->"cd16d7fe-957b-40bb-8c3c-46ae9aca7699"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "67010232-ae68-4578-b691-504228f85782"]} + "c9281ee9-b98f-4538-9cc5-592ed32626d5"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"442b34e5-4076-455d-8f45-4c5dfa58c66f"], + CacheGraphics->False,ExpressionUUID->"a7bb2fa3-a05d-4c32-af5a-17f8e80f9db8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "c249973e-a76e-4ab1-8342-0d8e3e20c10d"], "\[LineSeparator]is an option of the package plotting function \ AnimationKernelProperty2d to impose an animation. " - }],ExpressionUUID->"f0cc011b-761f-41ab-a62f-a1aca9921a63"]} + }],ExpressionUUID->"07244f6a-852f-4a79-b21b-b0a6ea51aa68"]} }]], "Usage", CellID->2122835953,ExpressionUUID->"b4662e46-af73-43b2-8303-e31d8bfc0d1e"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90b42cb5-01c4-4f68-9662-aeee89a08807"], + ExpressionUUID->"952d89c9-eccf-48ac-8955-666c9cca76cb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c566ecd6-9979-461e-9667-8a8dfaea55d6"], + "Spacer1"]],ExpressionUUID->"df7e3848-2700-442b-970e-7bb2e7a33dd4"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"1c0d05ac-e812-4a5c-ac5c-33d1d6cbf2bf"], + }], "NotesFrameText",ExpressionUUID->"8b769cb5-d351-47c4-a643-1dc2c423c780"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"eef79b52-8cb4-434b-b081-b07428c713bc"]], \ + "Preemptive"]],ExpressionUUID->"6edc6fad-0c70-4008-8188-8a0f3c711ef0"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1271148818,ExpressionUUID->"5c2536e7-5695-467a-8f6f-e6c8f3e6bf11"], + CellID->1231870833,ExpressionUUID->"9c6c2ee3-a55f-470b-82b8-b5b827caacd0"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f035a74-db05-4429-b590-d60a0413044c"], + ExpressionUUID->"bffefc2c-a3ec-4a7e-881c-b6d6e7368d2d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d21baff4-2ee7-417a-b245-477b803ca171"], + "Spacer1"]],ExpressionUUID->"22f12b44-7d24-444e-94fe-4653a9c69ec5"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a96c4bd7-1bf1-4c84-a045-f25cd582827b"] + "606026f2-b2f7-4149-8d23-ca1e4044497e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1979116614,ExpressionUUID->"9f680ffa-3db6-4670-bed8-9fa980651070"], + CellID->2147190631,ExpressionUUID->"6f34a596-184b-4e53-ab67-c1418cb26197"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e50272d-89a5-455a-a582-e6372aaa624b"], + ExpressionUUID->"fef2c778-cf0e-4f98-a08a-57cff8df031d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"633fe408-3ed1-412c-9f76-1d9e7935385f"], + "Spacer1"]],ExpressionUUID->"8a43db83-5058-4575-89ac-6b92270a247c"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3ffe0b86-9b84-45fb-b663-5c186c3b1b6b"] + "eb1fbb7e-54e2-4105-b742-d09b1df9d77d"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1677415258,ExpressionUUID->"139cf4fb-58f1-4cc0-bf94-bfb2c548f117"], + CellID->1166566735,ExpressionUUID->"06819c9b-6f2a-4e92-9d77-14c47d2bf0ec"], Cell["Loading the package:", "ExampleText", CellID->1597738800,ExpressionUUID->"76f6cf7c-b1e3-4bb5-bd92-ae79b2b04470"], @@ -592,8 +597,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -741,15 +744,15 @@ Cell[BoxData[GridBox[{ "6791010e-9f9a-4cf0-838d-6c7f39e7ef98"] }], "SeeAlso",ExpressionUUID->"67dac37e-71bc-42fa-bd24-13da8e7828f1"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"9cbcdffa-f645-4fb8-8a85-\ -5acd99d5adb5"], + }]], "SeeAlsoSection",ExpressionUUID->"f59db894-0bcb-4066-85dc-\ +24ed94451a2e"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -761,9 +764,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2396b310-5fbc-4dd2-8462-7eb2c3ccfd00"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"c24823ab-7ddb-4e8f-bb5b-\ -7c8258cae4ef"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"461e41a6-ad64-468e-b253-\ +96a2025013ad"], Cell[BoxData[GridBox[{ { @@ -780,7 +782,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f510c82b-dc5a-4335-bbd7-c323b9ffcb54"]}]}, + "7d26753b-8d56-488d-a094-a20d0f5e5889"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -788,10 +790,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a5d5cd70-df9f-4cbc-ad77-fa19cb726067"]}]} + "0d7b4e1d-590b-495d-abc8-b69f73ae92ad"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d37bd0ab-6696-4911-af39-\ -660f525dc1ca"], + }]], "MoreAboutSection",ExpressionUUID->"7d446a8d-db6a-4c94-be82-\ +61f86118d5dc"], Cell[BoxData[GridBox[{ { @@ -819,7 +821,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelProperty2d"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bd06b461-ec9a-4f6e-bb17-340c87d71265"]], "RelatedLinks", + "51339221-2718-474e-b521-a4187c289c19"]], "RelatedLinks", ExpressionUUID->"c046b64f-67e6-4696-b22a-2af4affd0a78"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -836,7 +838,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6a1d06d3-f9fa-4045-94e5-c83638c66530"]], "RelatedLinks", + "ae2d3871-7e17-47c7-b57b-83ffade518b9"]], "RelatedLinks", ExpressionUUID->"76512517-3008-418d-9a9e-fbf12cd3320e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -853,7 +855,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5db5e5cc-85ad-41fc-a679-e35c3995a64a"]], "RelatedLinks", + "ec294dbf-2f36-4ccf-b8f0-0cdfd3df9866"]], "RelatedLinks", ExpressionUUID->"0d791517-7f9d-48ad-9bda-edb24bf2b050"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -870,11 +872,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "870341eb-56b3-416c-a8ae-c9185ba93deb"]], "RelatedLinks", + "c7b494fd-30ec-4890-8818-b6b12db94d4f"]], "RelatedLinks", ExpressionUUID->"85ad5f9a-a48d-4abc-8e9d-8961c37b6574"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"655cc25d-7ad0-46e8-9742-\ -463fc0fb18e4"], + }]], "RelatedLinksSection",ExpressionUUID->"872629dd-9144-4532-b39b-\ +3679757827cd"], Cell[CellGroupData[{ @@ -904,11 +906,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9d2dfb7e-f58a-478f-a995-a7040eafd98f"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"4a5034b9-775a-4dfe-8520-63fa0492e6b7"] +Cell[" ", "FooterCell",ExpressionUUID->"078894d1-b4cc-4a9a-9b7c-1b6217a2d99a"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UseManipulate", TaggingRules->{ @@ -919,7 +921,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 0.859062}", + "built" -> "{2024, 6, 3, 16, 56, 13.691490}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -927,10 +929,10 @@ TaggingRules->{ "UseManipulate is an option of the package plotting function \ AnimationKernelProperty2d to impose an animation. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UseManipulate", "titlemodifier" -> "", - "windowtitle" -> "UseManipulate", "type" -> "Symbol", "uri" -> - "TUG/ref/UseManipulate"}}, + "metadescription" -> "", "windowtitle" -> "UseManipulate", "type" -> + "Symbol", "uri" -> "TUG/ref/UseManipulate"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -939,9 +941,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cec4bc95-a04d-48c5-b61a-00f9c0929e44" +ExpressionUUID->"f452b921-0156-474c-9a6c-a676e7d6dc8e" ] (* End of Notebook Content *) @@ -949,117 +951,115 @@ ExpressionUUID->"cec4bc95-a04d-48c5-b61a-00f9c0929e44" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12307, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f680ffa-3db6-4670-bed8-9fa980651070", + Cell[12364, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6f34a596-184b-4e53-ab67-c1418cb26197", CellTags->"PrimaryExamplesSection", - CellID->1979116614]} + CellID->2147190631]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35564, 950} + {"PrimaryExamplesSection", 35606, 952} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7124, 168, 56, "AnchorBarGrid",ExpressionUUID->"1ea59f78-ec4b-4764-ab22-d73b5afece18", +Cell[585, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"a2acc005-e24d-4ccb-a94f-2d604475510f", CellID->1], -Cell[7712, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"de151430-e675-4c33-9aaf-e94221e58473"], +Cell[7769, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"37aedfa5-74d4-47f5-8bb6-bc39ca4bbf29"], Cell[CellGroupData[{ -Cell[7823, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"442b34e5-4076-455d-8f45-4c5dfa58c66f"], -Cell[9113, 232, 477, 9, 111, "Usage",ExpressionUUID->"b4662e46-af73-43b2-8303-e31d8bfc0d1e", +Cell[7880, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"a7bb2fa3-a05d-4c32-af5a-17f8e80f9db8"], +Cell[9170, 237, 477, 9, 109, "Usage",ExpressionUUID->"b4662e46-af73-43b2-8303-e31d8bfc0d1e", CellID->2122835953] }, Open ]], Cell[CellGroupData[{ -Cell[9627, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"5c2536e7-5695-467a-8f6f-e6c8f3e6bf11", +Cell[9684, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"9c6c2ee3-a55f-470b-82b8-b5b827caacd0", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1271148818], -Cell[11525, 295, 489, 12, 37, "Notes",ExpressionUUID->"6d7c70f0-ea92-409f-b6c0-f0c65bea6a1a", + CellID->1231870833], +Cell[11582, 300, 489, 12, 38, "Notes",ExpressionUUID->"6d7c70f0-ea92-409f-b6c0-f0c65bea6a1a", CellID->177724765], -Cell[12017, 309, 163, 3, 36, "Notes",ExpressionUUID->"40c135e9-e349-41b5-843c-71acd09edbf0", +Cell[12074, 314, 163, 3, 36, "Notes",ExpressionUUID->"40c135e9-e349-41b5-843c-71acd09edbf0", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12307, 318, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9f680ffa-3db6-4670-bed8-9fa980651070", +Cell[12364, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"6f34a596-184b-4e53-ab67-c1418cb26197", CellTags->"PrimaryExamplesSection", - CellID->1979116614], + CellID->2147190631], Cell[CellGroupData[{ -Cell[13753, 359, 1399, 36, 30, "ExampleSection",ExpressionUUID->"139cf4fb-58f1-4cc0-bf94-bfb2c548f117", - CellID->1677415258], -Cell[15155, 397, 119, 1, 38, "ExampleText",ExpressionUUID->"76f6cf7c-b1e3-4bb5-bd92-ae79b2b04470", +Cell[13810, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"06819c9b-6f2a-4e92-9d77-14c47d2bf0ec", + CellID->1166566735], +Cell[15212, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"76f6cf7c-b1e3-4bb5-bd92-ae79b2b04470", CellID->1597738800], Cell[CellGroupData[{ -Cell[15299, 402, 168, 3, 27, "Input",ExpressionUUID->"7e6741d5-08ea-42dc-9baa-76ff865e28be", +Cell[15356, 407, 168, 3, 27, "Input",ExpressionUUID->"7e6741d5-08ea-42dc-9baa-76ff865e28be", CellID->1776794800], Cell[CellGroupData[{ -Cell[15492, 409, 236, 4, 23, "Print",ExpressionUUID->"0a947a5e-6bc2-4fcf-97b0-eddd0d41e699", +Cell[15549, 414, 236, 4, 23, "Print",ExpressionUUID->"0a947a5e-6bc2-4fcf-97b0-eddd0d41e699", CellID->1252753281], -Cell[15731, 415, 364, 8, 23, "Print",ExpressionUUID->"90ed67e1-a2da-4e0b-b87a-f7fb61c8404e", +Cell[15788, 420, 364, 8, 23, "Print",ExpressionUUID->"90ed67e1-a2da-4e0b-b87a-f7fb61c8404e", CellID->306199389], -Cell[16098, 425, 236, 4, 23, "Print",ExpressionUUID->"4c3fbfbd-2d9b-4fdb-8a8c-ac8e05b09835", +Cell[16155, 430, 236, 4, 23, "Print",ExpressionUUID->"4c3fbfbd-2d9b-4fdb-8a8c-ac8e05b09835", CellID->1942004831], -Cell[16337, 431, 220, 3, 23, "Print",ExpressionUUID->"f7cfe68b-588b-4502-921d-2cfd6609c304", +Cell[16394, 436, 220, 3, 23, "Print",ExpressionUUID->"f7cfe68b-588b-4502-921d-2cfd6609c304", CellID->1299431006], -Cell[16560, 436, 206, 3, 23, "Print",ExpressionUUID->"86088f34-bf4e-435f-af1e-6563c224c1b8", +Cell[16617, 441, 206, 3, 23, "Print",ExpressionUUID->"86088f34-bf4e-435f-af1e-6563c224c1b8", CellID->172641762], -Cell[16769, 441, 236, 4, 23, "Print",ExpressionUUID->"1ae6ba95-f857-4fc8-befb-6d26675cf181", +Cell[16826, 446, 236, 4, 23, "Print",ExpressionUUID->"1ae6ba95-f857-4fc8-befb-6d26675cf181", CellID->579726607], -Cell[17008, 447, 220, 3, 23, "Print",ExpressionUUID->"23bb20c8-f7d7-4776-90ed-682abc818211", +Cell[17065, 452, 220, 3, 23, "Print",ExpressionUUID->"23bb20c8-f7d7-4776-90ed-682abc818211", CellID->1837365459], -Cell[17231, 452, 235, 4, 23, "Print",ExpressionUUID->"c025657e-5c10-412b-877f-0813c7bb3e21", +Cell[17288, 457, 235, 4, 23, "Print",ExpressionUUID->"c025657e-5c10-412b-877f-0813c7bb3e21", CellID->904562528], -Cell[17469, 458, 236, 4, 23, "Print",ExpressionUUID->"0e82cb65-24f8-4a41-8bcb-533bcaaf5705", +Cell[17526, 463, 236, 4, 23, "Print",ExpressionUUID->"0e82cb65-24f8-4a41-8bcb-533bcaaf5705", CellID->2002277556], -Cell[17708, 464, 207, 3, 23, "Print",ExpressionUUID->"3d69be43-fb26-419a-b97e-a176ebcc286e", +Cell[17765, 469, 207, 3, 23, "Print",ExpressionUUID->"3d69be43-fb26-419a-b97e-a176ebcc286e", CellID->1952799737], -Cell[17918, 469, 235, 4, 23, "Print",ExpressionUUID->"68f76fb8-78d9-4233-9591-7c3a28a163dc", +Cell[17975, 474, 235, 4, 23, "Print",ExpressionUUID->"68f76fb8-78d9-4233-9591-7c3a28a163dc", CellID->889194688] }, Open ]] }, Open ]], -Cell[18180, 477, 138, 1, 38, "ExampleText",ExpressionUUID->"113ebbda-ef6e-438b-b6e2-8b145e6c2da9", +Cell[18237, 482, 138, 1, 39, "ExampleText",ExpressionUUID->"113ebbda-ef6e-438b-b6e2-8b145e6c2da9", CellID->1512293528], -Cell[18321, 480, 224, 6, 27, "Input",ExpressionUUID->"ea7b3076-179f-4076-9001-86573ebd2e32", +Cell[18378, 485, 224, 6, 27, "Input",ExpressionUUID->"ea7b3076-179f-4076-9001-86573ebd2e32", CellID->533778697], -Cell[18548, 488, 292, 8, 27, "Input",ExpressionUUID->"f1be6ff2-4888-4bbd-a90d-4f2c9f3de24a", +Cell[18605, 493, 292, 8, 27, "Input",ExpressionUUID->"f1be6ff2-4888-4bbd-a90d-4f2c9f3de24a", CellID->940881265], -Cell[18843, 498, 237, 6, 70, "Input",ExpressionUUID->"34fc5373-ffa1-40d4-a9a3-259f442e070b", +Cell[18900, 503, 237, 6, 27, "Input",ExpressionUUID->"34fc5373-ffa1-40d4-a9a3-259f442e070b", CellID->459876703], -Cell[19083, 506, 206, 4, 70, "ExampleText",ExpressionUUID->"bf117bde-3613-46f1-a774-bc1041fdf116", +Cell[19140, 511, 206, 4, 70, "ExampleText",ExpressionUUID->"bf117bde-3613-46f1-a774-bc1041fdf116", CellID->2108722949], -Cell[19292, 512, 613, 17, 70, "Input",ExpressionUUID->"79b57425-1cb7-4330-b642-9a2dfb408c95", +Cell[19349, 517, 613, 17, 70, "Input",ExpressionUUID->"79b57425-1cb7-4330-b642-9a2dfb408c95", CellID->1972281319], Cell[CellGroupData[{ -Cell[19930, 533, 159, 3, 70, "Input",ExpressionUUID->"f09d11d8-7aa2-43a8-966b-36558b1cff7e", +Cell[19987, 538, 159, 3, 70, "Input",ExpressionUUID->"f09d11d8-7aa2-43a8-966b-36558b1cff7e", CellID->1972820193], -Cell[20092, 538, 155, 3, 36, "Output",ExpressionUUID->"10ec25d2-c5f0-40b2-92fc-e17ccd4128f5", +Cell[20149, 543, 155, 3, 36, "Output",ExpressionUUID->"10ec25d2-c5f0-40b2-92fc-e17ccd4128f5", CellID->728104382] }, Open ]], Cell[CellGroupData[{ -Cell[20284, 546, 127, 2, 70, "Input",ExpressionUUID->"cc65eb06-45f5-4681-83ec-f1ec2541578a", +Cell[20341, 551, 127, 2, 70, "Input",ExpressionUUID->"cc65eb06-45f5-4681-83ec-f1ec2541578a", CellID->1731562219], -Cell[20414, 550, 1792, 35, 70, "Output",ExpressionUUID->"b9e5c2ad-d51f-4b7a-aeb5-1308c3bb9a7d", +Cell[20471, 555, 1792, 35, 70, "Output",ExpressionUUID->"b9e5c2ad-d51f-4b7a-aeb5-1308c3bb9a7d", CellID->1918039260] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22505, 599, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"f59db894-0bcb-4066-85dc-24ed94451a2e"], +Cell[28001, 749, 670, 18, 70, "TechNotesSection",ExpressionUUID->"461e41a6-ad64-468e-b253-96a2025013ad"], +Cell[28674, 769, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7d446a8d-db6a-4c94-be82-61f86118d5dc"], +Cell[29710, 797, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"872629dd-9144-4532-b39b-3679757827cd"], Cell[CellGroupData[{ -Cell[22470, 596, 5493, 148, 70, "SeeAlsoSection",ExpressionUUID->"9cbcdffa-f645-4fb8-8a85-5acd99d5adb5"], -Cell[27966, 746, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c24823ab-7ddb-4e8f-bb5b-7c8258cae4ef"] -}, Open ]], -Cell[28651, 767, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d37bd0ab-6696-4911-af39-660f525dc1ca"], -Cell[29687, 795, 2904, 81, 70, "RelatedLinksSection",ExpressionUUID->"655cc25d-7ad0-46e8-9742-463fc0fb18e4"], -Cell[CellGroupData[{ -Cell[32616, 880, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7c99b2f4-4dcd-48d0-96f1-538b28500e09", +Cell[32639, 882, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7c99b2f4-4dcd-48d0-96f1-538b28500e09", CellID->2135167160], -Cell[32757, 883, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df931a4d-f717-4028-b1d9-ea60d79bf234", +Cell[32780, 885, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"df931a4d-f717-4028-b1d9-ea60d79bf234", CellID->1194386356], -Cell[32979, 889, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7e38ea37-d0b0-4169-9dbe-eb64e62a0c5f", +Cell[33002, 891, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7e38ea37-d0b0-4169-9dbe-eb64e62a0c5f", CellID->1641706272], -Cell[33194, 894, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"439229cb-ede9-4936-bbf4-d10f13e582e1", +Cell[33217, 896, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"439229cb-ede9-4936-bbf4-d10f13e582e1", CellID->399251956], -Cell[33423, 900, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d2dfb7e-f58a-478f-a995-a7040eafd98f", +Cell[33446, 902, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9d2dfb7e-f58a-478f-a995-a7040eafd98f", CellID->821434655] }, Open ]], -Cell[33660, 906, 78, 0, 70, "FooterCell",ExpressionUUID->"4a5034b9-775a-4dfe-8520-63fa0492e6b7"] +Cell[33683, 908, 78, 0, 70, "FooterCell",ExpressionUUID->"078894d1-b4cc-4a9a-9b7c-1b6217a2d99a"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UtopiaPayoff.nb b/Documentation/English/ReferencePages/Symbols/UtopiaPayoff.nb index 7bde363..de44592 100644 --- a/Documentation/English/ReferencePages/Symbols/UtopiaPayoff.nb +++ b/Documentation/English/ReferencePages/Symbols/UtopiaPayoff.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42847, 1114] -NotebookOptionsPosition[ 34737, 953] -NotebookOutlinePosition[ 36791, 1006] -CellTagsIndexPosition[ 36706, 1001] +NotebookDataLength[ 42816, 1110] +NotebookOptionsPosition[ 34720, 951] +NotebookOutlinePosition[ 36793, 1004] +CellTagsIndexPosition[ 36708, 999] WindowTitle->UtopiaPayoff WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "45878778-913f-4282-85dd-f7526ece8eca"], + "2c2d98ce-f6ea-4f9e-9bfc-c3bd7a648a04"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "f46a195e-6ebc-410e-b777-f3a84981b6f6"], + "a8714eef-72c1-4526-91a7-dc905220a4ef"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e9526ab8-d009-4714-82d3-1a9e52c6c14a"] - }],ExpressionUUID->"79b68282-80f6-4437-afc5-059c8162cd99"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "fe83a7e4-ccbc-4889-9bc1-24ad462a7739"] + }],ExpressionUUID->"2693dd16-1667-40f3-8232-efb7f64aaf12"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "541bf635-00df-4a56-b17d-317c67f0b623"], + "520bc08f-5128-42a2-8b69-e79e4468f599"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e2ef33d9-5bcd-4079-a398-74d48e849c44"] - }],ExpressionUUID->"be2929f6-1978-456d-8834-85b569155bbe"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "54107091-e752-4d53-9d3a-ae7db5790b99"] + }],ExpressionUUID->"cf2e1b9f-f8d4-4d13-bdb7-99163f6de53b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a58c05da-dba7-4620-b19d-cd9ff33bf117"], + "8734f0a2-4cba-4b52-8368-ec117683931a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "500c9aa6-1e97-4f5c-bb87-0dcecb5ac70e"] - }],ExpressionUUID->"2880f827-e577-4c8c-9212-ad61a47e808e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "a7811380-c6fd-4b29-8433-01ddbe9bd2b3"] + }],ExpressionUUID->"814432b0-68e9-4302-afcb-180f981a5c80"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "31624462-49b9-468c-b57a-e3266128183b"], + "8c8c4ec1-21d9-4eee-8d05-31ef9db1846a"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "94e8c344-169f-4c76-9f4d-996fbface2dd"] - }],ExpressionUUID->"7cde7469-1bed-4f96-8f7d-c420ea9497d7"], - StripOnInput->False], {"\<\"TUG/ref/UtopiaPayoff\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UtopiaPayoff"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UtopiaPayoff.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$205421], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UtopiaPayoff" <> ".html"], None}]}]}, + "78abfa51-9c4c-4dc9-9467-7b0ff1b212ac"] + }],ExpressionUUID->"24b92fd9-3e62-40eb-b934-ba8084543b2d"], + StripOnInput->False],{ + "\"TUG/ref/UtopiaPayoff\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UtopiaPayoff"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +UtopiaPayoff.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$221425], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UtopiaPayoff" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e7b7cde1-2805-4b9f-b292-ec433b8fa7f4"] + "22e7f37d-1b63-4a6c-badc-b89a1f5f414d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4b877b75-d3b6-4e7d-9203-f26145643ea7"]} + "b2fee627-3848-45f3-b3fe-55f98f32ac85"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"4f54e5fe-7a15-4b6c-8f7f-400f4d381c49"], + CellID->1,ExpressionUUID->"db4a1b29-cdee-4af8-b181-694f71654661"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"a18fa9e8-3c6e-4e4c-8192-08309632ce62"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"7c922ebc-d214-4ce3-87cf-31e66f8981ee"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UtopiaPayoff", "ObjectName",ExpressionUUID-> - "2e30bc5c-f76f-4609-8604-24a32a0d58e7"], + "221745b7-46fd-4b85-9dc4-30dd760967d7"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"81d3177a-f344-4676-abda-5f2268e20586"], + "Spacer1"]],ExpressionUUID->"504c4548-0457-4e66-853e-631ca6beb839"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "7ee2adda-7849-4c50-b9c6-9e68357cec89"] - }],ExpressionUUID->"4afc2c20-b79e-41e7-8722-36ed6a899591"], Cell[BoxData[ + "2b1c1c66-4990-4374-af53-6ae4eae39a42"] + }],ExpressionUUID->"57d4be13-03af-4d6a-b2dc-1e05cd6e9eb2"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "f3d6477e-e169-453c-9fef-db672d8d8562"]} + "a1c30f52-3e05-4e3a-a934-a29d6e1ade49"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"54fb609a-48b9-43bd-9280-8aa351dd9f41"], + CacheGraphics->False,ExpressionUUID->"16701728-eeb9-40b9-a565-492a926992b1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "0156da0e-b4cd-46da-9936-288e93491559"], " \[LineSeparator]represents the utopia payoff of player i." - }],ExpressionUUID->"03170cad-aacf-4296-9c11-6f3e07a80b18"]} + }],ExpressionUUID->"06029221-a1f3-4646-8ab2-a94260a7bbff"]} }]], "Usage", CellID->1609356264,ExpressionUUID->"37d8c461-3b8c-447c-bfda-da7aaf4d655d"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3642fb13-e66b-4b95-b79c-9270e164984b"], + ExpressionUUID->"c3ae8290-2de0-4596-ae7d-10b968e0ca24"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f3bc7729-6d52-4cb0-b5d7-a9945d015398"], + "Spacer1"]],ExpressionUUID->"4942f8af-5aec-4f49-8d3a-98807ae32668"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"87feffcb-81d3-4576-8532-de2dc8dfdbea"], + }], "NotesFrameText",ExpressionUUID->"015bf380-a482-476b-ba4c-3bdd08dc3161"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"f465d2ff-991f-45ae-bcff-241cfeb1165d"]], \ + "Preemptive"]],ExpressionUUID->"73bf28b1-2f2e-44d8-b442-77d1025dfc76"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1919744385,ExpressionUUID->"d1e38eea-0b31-4744-b8eb-5c5220b0db70"], + CellID->1939080875,ExpressionUUID->"000cd79a-ef3e-4952-a7ce-e090de1e7502"], Cell[TextData[{ "The input expression ", @@ -375,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"5f22f708-1ad7-453f-bbe6-3bdaa8381579"], + ExpressionUUID->"80f17b7b-074e-4c11-8982-4dd457553857"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"20923dc5-b65a-4c01-bf0c-f9a2630e385b"], + "Spacer1"]],ExpressionUUID->"9f5b7b1e-14aa-4e9b-bb11-902a52a85e98"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "03b7aac6-83fd-4867-abb2-e3c562a89c46"] + "b11ae42e-a423-4308-b679-685098c7ed39"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->967030107,ExpressionUUID->"d96843e8-e10e-4903-a377-34d4ce1d31f0"], + CellID->356803231,ExpressionUUID->"9b20d8dc-46ee-456a-9cd7-d6f3ce19d11d"], Cell[CellGroupData[{ @@ -416,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0da86f19-75f9-42dd-bfb3-acb8e58276a9"], + ExpressionUUID->"ae2c4f9a-52e2-4902-b19d-74e59d08525f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"307cd01e-3dfe-49fe-9d91-2be657128829"], + "Spacer1"]],ExpressionUUID->"9ca97a46-5604-4062-89b0-852e61741282"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "7c0b3b84-ea19-414c-878c-c11a39c47e46"] + "968e8981-a32d-4982-9f71-f4d3235e20e8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1407874516,ExpressionUUID->"e1e79fb6-f4f6-4410-b95e-bbdfab0a59f6"], + CellID->1404680593,ExpressionUUID->"aecc2e0c-8dd5-4275-a6c4-ff0c919efdc3"], Cell["Loading the package:", "ExampleText", CellID->140963971,ExpressionUUID->"6173f2e3-b26e-4a3c-9c45-1f7ca137fa5b"], @@ -606,8 +607,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -769,15 +768,15 @@ Cell[BoxData[GridBox[{ "9cceaf95-a14e-431a-9034-b0c79a918c5a"] }], "SeeAlso",ExpressionUUID->"ff658f18-107a-496c-8ab4-11bd9c477b19"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f74d0a7f-d69b-4046-b2d7-\ -3812ecf5a65b"], + }]], "SeeAlsoSection",ExpressionUUID->"3bb1e7c9-5924-4064-bd0e-\ +5f33cd71a53a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -789,9 +788,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"925b8c92-a41d-41cd-8e77-bdff521039be"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e083d32e-61ae-4646-b18d-\ -bf32119c8f34"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"55ad4bb5-7bb4-4883-8340-\ +d72eb30b5138"], Cell[BoxData[GridBox[{ { @@ -808,7 +806,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e431f38-e774-4c51-8a80-c3269e4d31f2"]}]}, + "486a7eef-4a9e-496d-8ce2-bb4de7742fbe"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -816,10 +814,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f2e25092-65b3-4ed9-b6cb-5cc1bd54ee98"]}]} + "977f008a-8132-4264-81de-473534657727"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"94e5e520-82ea-43a9-bea4-\ -7f5999010703"], + }]], "MoreAboutSection",ExpressionUUID->"ef84db7a-a63e-4737-b74a-\ +f55047f5a27a"], Cell[BoxData[GridBox[{ { @@ -846,7 +844,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3809270b-302f-4c64-9c9f-166e824afd38"]], "RelatedLinks", + "32269cc1-4d25-4c42-8020-33df09a5cfb6"]], "RelatedLinks", ExpressionUUID->"0a96588d-4ca2-40f9-83b9-5b5a50f49530"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -864,7 +862,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "24d9c8dd-284f-4fa3-bb0c-8a971a69f536"]], "RelatedLinks", + "9b7f6cd6-3e92-4f4a-b853-f621ec273dd4"]], "RelatedLinks", ExpressionUUID->"d405fbd2-462a-485b-b977-c8fb88c5fa28"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -881,7 +879,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f4700b06-806d-4722-8926-b97bb6cb6ac0"]], "RelatedLinks", + "e078255b-e398-451e-9310-4b1fd60da11c"]], "RelatedLinks", ExpressionUUID->"a0422d91-d161-4fcb-97a1-35a919462a96"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -898,7 +896,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c54436d4-576d-40f4-bef9-030169874a46"]], "RelatedLinks", + "77849eed-e7eb-4f61-aeb1-1e4c7a22731e"]], "RelatedLinks", ExpressionUUID->"a8210eb0-9d78-4380-b361-f20900b46fc9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -915,11 +913,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a0073472-39d4-42f9-8d07-261b536cc379"]], "RelatedLinks", + "abf000a9-daee-432a-9efd-de803be5d379"]], "RelatedLinks", ExpressionUUID->"7d4e238a-6342-4c18-8026-9a3df67efab9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"8b053768-9574-467b-a21e-\ -6bea43f5d17f"], + }]], "RelatedLinksSection",ExpressionUUID->"057bed23-22af-41b2-bde3-\ +e89c3b45e1c8"], Cell[CellGroupData[{ @@ -949,11 +947,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"126e3c9d-ae46-431c-83ed-2d12d6fa1ce7"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6d4a99ac-e956-4e1b-b68c-58efa498f49c"] +Cell[" ", "FooterCell",ExpressionUUID->"42bb52bc-d598-44fc-99f9-7f3dd17dc0ae"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UtopiaPayoff", TaggingRules->{ @@ -964,17 +962,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 2.304224}", + "built" -> "{2024, 6, 3, 16, 56, 14.397944}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "UtopiaPayoff[game, i] represents the utopia payoff of player i.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UtopiaPayoff", - "titlemodifier" -> "", "windowtitle" -> "UtopiaPayoff", "type" -> - "Symbol", "uri" -> "TUG/ref/UtopiaPayoff"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UtopiaPayoff", "type" -> "Symbol", "uri" -> "TUG/ref/UtopiaPayoff"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -983,9 +981,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"fa7cef5e-7651-4711-8df9-4b69f271340a" +ExpressionUUID->"5c12c874-a53a-433c-894d-cdf5003b7b52" ] (* End of Notebook Content *) @@ -993,129 +991,127 @@ ExpressionUUID->"fa7cef5e-7651-4711-8df9-4b69f271340a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13538, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d96843e8-e10e-4903-a377-34d4ce1d31f0", + Cell[13555, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b20d8dc-46ee-456a-9cd7-d6f3ce19d11d", CellTags->"PrimaryExamplesSection", - CellID->967030107]} + CellID->356803231]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 36506, 994} + {"PrimaryExamplesSection", 36508, 992} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7109, 170, 56, "AnchorBarGrid",ExpressionUUID->"4f54e5fe-7a15-4b6c-8f7f-400f4d381c49", +Cell[584, 21, 7126, 171, 57, "AnchorBarGrid",ExpressionUUID->"db4a1b29-cdee-4af8-b181-694f71654661", CellID->1], -Cell[7696, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"a18fa9e8-3c6e-4e4c-8192-08309632ce62"], +Cell[7713, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"7c922ebc-d214-4ce3-87cf-31e66f8981ee"], Cell[CellGroupData[{ -Cell[7807, 197, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"54fb609a-48b9-43bd-9280-8aa351dd9f41"], -Cell[9096, 234, 483, 10, 111, "Usage",ExpressionUUID->"37d8c461-3b8c-447c-bfda-da7aaf4d655d", +Cell[7824, 198, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"16701728-eeb9-40b9-a565-492a926992b1"], +Cell[9113, 235, 483, 10, 111, "Usage",ExpressionUUID->"37d8c461-3b8c-447c-bfda-da7aaf4d655d", CellID->1609356264] }, Open ]], Cell[CellGroupData[{ -Cell[9616, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"d1e38eea-0b31-4744-b8eb-5c5220b0db70", +Cell[9633, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"000cd79a-ef3e-4952-a7ce-e090de1e7502", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1919744385], -Cell[11514, 298, 911, 21, 78, "Notes",ExpressionUUID->"9e4f90aa-33ec-415c-a8f6-fc6e0204fa5b", + CellID->1939080875], +Cell[11531, 299, 911, 21, 78, "Notes",ExpressionUUID->"9e4f90aa-33ec-415c-a8f6-fc6e0204fa5b", CellID->1014199156], -Cell[12428, 321, 489, 12, 37, "Notes",ExpressionUUID->"b8a1801d-09c0-4dcb-b33b-f22daf62c028", +Cell[12445, 322, 489, 12, 38, "Notes",ExpressionUUID->"b8a1801d-09c0-4dcb-b33b-f22daf62c028", CellID->177724765], -Cell[12920, 335, 282, 5, 57, "Notes",ExpressionUUID->"8ff07970-ce79-43ac-b18f-cdb5e05fc124", +Cell[12937, 336, 282, 5, 57, "Notes",ExpressionUUID->"8ff07970-ce79-43ac-b18f-cdb5e05fc124", CellID->770791091], -Cell[13205, 342, 206, 4, 36, "Notes",ExpressionUUID->"629cc837-11d1-438b-b6f5-07ab9a034c24", +Cell[13222, 343, 206, 4, 36, "Notes",ExpressionUUID->"629cc837-11d1-438b-b6f5-07ab9a034c24", CellID->348957942] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13538, 352, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"d96843e8-e10e-4903-a377-34d4ce1d31f0", +Cell[13555, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9b20d8dc-46ee-456a-9cd7-d6f3ce19d11d", CellTags->"PrimaryExamplesSection", - CellID->967030107], + CellID->356803231], Cell[CellGroupData[{ -Cell[14983, 393, 1399, 36, 30, "ExampleSection",ExpressionUUID->"e1e79fb6-f4f6-4410-b95e-bbdfab0a59f6", - CellID->1407874516], -Cell[16385, 431, 118, 1, 38, "ExampleText",ExpressionUUID->"6173f2e3-b26e-4a3c-9c45-1f7ca137fa5b", +Cell[15000, 394, 1399, 36, 30, "ExampleSection",ExpressionUUID->"aecc2e0c-8dd5-4275-a6c4-ff0c919efdc3", + CellID->1404680593], +Cell[16402, 432, 118, 1, 39, "ExampleText",ExpressionUUID->"6173f2e3-b26e-4a3c-9c45-1f7ca137fa5b", CellID->140963971], Cell[CellGroupData[{ -Cell[16528, 436, 168, 3, 27, "Input",ExpressionUUID->"ede7bb89-a0ec-447f-a9e4-af70f3e00dea", +Cell[16545, 437, 168, 3, 27, "Input",ExpressionUUID->"ede7bb89-a0ec-447f-a9e4-af70f3e00dea", CellID->2104636214], Cell[CellGroupData[{ -Cell[16721, 443, 237, 4, 23, "Print",ExpressionUUID->"421db85f-48ac-4fde-9b83-efcf1ce57d40", +Cell[16738, 444, 237, 4, 23, "Print",ExpressionUUID->"421db85f-48ac-4fde-9b83-efcf1ce57d40", CellID->1910322610], -Cell[16961, 449, 365, 8, 23, "Print",ExpressionUUID->"7b556221-d671-4be0-baff-09093ce0a84a", +Cell[16978, 450, 365, 8, 23, "Print",ExpressionUUID->"7b556221-d671-4be0-baff-09093ce0a84a", CellID->949936487], -Cell[17329, 459, 237, 4, 23, "Print",ExpressionUUID->"0cf8833e-0c32-44b1-9998-f78c539c92f5", +Cell[17346, 460, 237, 4, 23, "Print",ExpressionUUID->"0cf8833e-0c32-44b1-9998-f78c539c92f5", CellID->1595140010], -Cell[17569, 465, 220, 3, 23, "Print",ExpressionUUID->"d0ead6e0-4dfc-445d-8a3a-91982e0a3572", +Cell[17586, 466, 220, 3, 23, "Print",ExpressionUUID->"d0ead6e0-4dfc-445d-8a3a-91982e0a3572", CellID->758188874], -Cell[17792, 470, 208, 3, 23, "Print",ExpressionUUID->"737e9584-f2f5-47e3-97ec-7ae89dad096d", +Cell[17809, 471, 208, 3, 23, "Print",ExpressionUUID->"737e9584-f2f5-47e3-97ec-7ae89dad096d", CellID->2013666237], -Cell[18003, 475, 237, 4, 23, "Print",ExpressionUUID->"80ffeb80-031e-40c4-8d5f-cfc3de011995", +Cell[18020, 476, 237, 4, 23, "Print",ExpressionUUID->"80ffeb80-031e-40c4-8d5f-cfc3de011995", CellID->753835326], -Cell[18243, 481, 220, 3, 23, "Print",ExpressionUUID->"be9ddfaa-7ee0-47b6-bdce-de5a2d31f5c7", +Cell[18260, 482, 220, 3, 23, "Print",ExpressionUUID->"be9ddfaa-7ee0-47b6-bdce-de5a2d31f5c7", CellID->708122288], -Cell[18466, 486, 236, 4, 23, "Print",ExpressionUUID->"3c640b77-24b0-444e-85e7-7365d4e88ac4", +Cell[18483, 487, 236, 4, 23, "Print",ExpressionUUID->"3c640b77-24b0-444e-85e7-7365d4e88ac4", CellID->545150253], -Cell[18705, 492, 236, 4, 23, "Print",ExpressionUUID->"1d3ae063-4aa8-4372-8a3a-fdf393d4e2fa", +Cell[18722, 493, 236, 4, 23, "Print",ExpressionUUID->"1d3ae063-4aa8-4372-8a3a-fdf393d4e2fa", CellID->558016651], -Cell[18944, 498, 208, 3, 70, "Print",ExpressionUUID->"4b684d42-e873-490b-a3c1-d0120c9112ab", +Cell[18961, 499, 208, 3, 23, "Print",ExpressionUUID->"4b684d42-e873-490b-a3c1-d0120c9112ab", CellID->1619058780], -Cell[19155, 503, 236, 4, 70, "Print",ExpressionUUID->"d765d8ae-3038-4388-a736-0fc99c7fd321", +Cell[19172, 504, 236, 4, 70, "Print",ExpressionUUID->"d765d8ae-3038-4388-a736-0fc99c7fd321", CellID->246508518] }, Open ]] }, Open ]], -Cell[19418, 511, 136, 1, 70, "ExampleText",ExpressionUUID->"1239a2c0-9a6c-4511-aab9-d994a2d8474b", +Cell[19435, 512, 136, 1, 70, "ExampleText",ExpressionUUID->"1239a2c0-9a6c-4511-aab9-d994a2d8474b", CellID->560570488], -Cell[19557, 514, 234, 6, 70, "Input",ExpressionUUID->"73cb5d45-615f-47e2-93b7-0520c6ba696f", +Cell[19574, 515, 234, 6, 70, "Input",ExpressionUUID->"73cb5d45-615f-47e2-93b7-0520c6ba696f", CellID->450561227], -Cell[19794, 522, 381, 9, 70, "Input",ExpressionUUID->"4bf64c8d-7862-4fc6-a7b1-aef95336f474", +Cell[19811, 523, 381, 9, 70, "Input",ExpressionUUID->"4bf64c8d-7862-4fc6-a7b1-aef95336f474", CellID->1361327089], -Cell[20178, 533, 238, 6, 70, "Input",ExpressionUUID->"052d32dd-4ae9-42a9-82fa-f79fa94947c9", +Cell[20195, 534, 238, 6, 70, "Input",ExpressionUUID->"052d32dd-4ae9-42a9-82fa-f79fa94947c9", CellID->1625349481], -Cell[20419, 541, 190, 4, 70, "ExampleText",ExpressionUUID->"ee3cddc7-270e-4121-9667-b2ae5eed7dbe", +Cell[20436, 542, 190, 4, 70, "ExampleText",ExpressionUUID->"ee3cddc7-270e-4121-9667-b2ae5eed7dbe", CellID->715126707], Cell[CellGroupData[{ -Cell[20634, 549, 169, 3, 70, "Input",ExpressionUUID->"9e896666-be61-4bc8-be5b-931e852aec66", +Cell[20651, 550, 169, 3, 70, "Input",ExpressionUUID->"9e896666-be61-4bc8-be5b-931e852aec66", CellID->607439321], -Cell[20806, 554, 173, 4, 36, "Output",ExpressionUUID->"e0dafb0c-d111-4694-8802-93eccb4d3e2f", +Cell[20823, 555, 173, 4, 36, "Output",ExpressionUUID->"e0dafb0c-d111-4694-8802-93eccb4d3e2f", CellID->282924134] }, Open ]], -Cell[20994, 561, 144, 1, 70, "ExampleText",ExpressionUUID->"5f44cb48-95ff-4d65-a419-9abd57ec7471", +Cell[21011, 562, 144, 1, 70, "ExampleText",ExpressionUUID->"5f44cb48-95ff-4d65-a419-9abd57ec7471", CellID->187958329], Cell[CellGroupData[{ -Cell[21163, 566, 193, 4, 70, "Input",ExpressionUUID->"970d8f88-0d21-4dc2-8da9-899f329bf744", +Cell[21180, 567, 193, 4, 70, "Input",ExpressionUUID->"970d8f88-0d21-4dc2-8da9-899f329bf744", CellID->1605457595], -Cell[21359, 572, 158, 3, 36, "Output",ExpressionUUID->"7beb8452-8357-4b04-8e7d-c78f2290e78d", +Cell[21376, 573, 158, 3, 36, "Output",ExpressionUUID->"7beb8452-8357-4b04-8e7d-c78f2290e78d", CellID->1381760378] }, Open ]], -Cell[21532, 578, 170, 3, 70, "ExampleText",ExpressionUUID->"6aadb232-3207-46bc-aed6-5679fa5725b3", +Cell[21549, 579, 170, 3, 70, "ExampleText",ExpressionUUID->"6aadb232-3207-46bc-aed6-5679fa5725b3", CellID->1666586643], Cell[CellGroupData[{ -Cell[21727, 585, 250, 7, 70, "Input",ExpressionUUID->"18a689d6-e6f9-4b9e-86d9-6284b76d2758", +Cell[21744, 586, 250, 7, 70, "Input",ExpressionUUID->"18a689d6-e6f9-4b9e-86d9-6284b76d2758", CellID->884141358], -Cell[21980, 594, 226, 5, 36, "Output",ExpressionUUID->"83eb1003-dd01-4916-beea-24fd867d697c", +Cell[21997, 595, 226, 5, 36, "Output",ExpressionUUID->"83eb1003-dd01-4916-beea-24fd867d697c", CellID->1291879148] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22465, 609, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"3bb1e7c9-5924-4064-bd0e-5f33cd71a53a"], +Cell[28362, 773, 670, 18, 70, "TechNotesSection",ExpressionUUID->"55ad4bb5-7bb4-4883-8340-d72eb30b5138"], +Cell[29035, 793, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ef84db7a-a63e-4737-b74a-f55047f5a27a"], +Cell[30071, 821, 3499, 98, 70, "RelatedLinksSection",ExpressionUUID->"057bed23-22af-41b2-bde3-e89c3b45e1c8"], Cell[CellGroupData[{ -Cell[22470, 610, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"f74d0a7f-d69b-4046-b2d7-3812ecf5a65b"], -Cell[28367, 774, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e083d32e-61ae-4646-b18d-bf32119c8f34"] -}, Open ]], -Cell[29052, 795, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"94e5e520-82ea-43a9-bea4-7f5999010703"], -Cell[30088, 823, 3499, 98, 70, "RelatedLinksSection",ExpressionUUID->"8b053768-9574-467b-a21e-6bea43f5d17f"], -Cell[CellGroupData[{ -Cell[33612, 925, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72914cfe-45ab-47e3-b026-fc723424d79f", +Cell[33595, 923, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"72914cfe-45ab-47e3-b026-fc723424d79f", CellID->778415021], -Cell[33752, 928, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d9668268-46fb-4a15-b281-684fd4932b9a", +Cell[33735, 926, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d9668268-46fb-4a15-b281-684fd4932b9a", CellID->1194386356], -Cell[33974, 934, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"291babad-9903-471a-9840-17a07183de01", +Cell[33957, 932, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"291babad-9903-471a-9840-17a07183de01", CellID->1641706272], -Cell[34189, 939, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00f9ae2e-038a-4870-8cb5-7a73e16e1e19", +Cell[34172, 937, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"00f9ae2e-038a-4870-8cb5-7a73e16e1e19", CellID->399251956], -Cell[34418, 945, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"126e3c9d-ae46-431c-83ed-2d12d6fa1ce7", +Cell[34401, 943, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"126e3c9d-ae46-431c-83ed-2d12d6fa1ce7", CellID->821434655] }, Open ]], -Cell[34655, 951, 78, 0, 70, "FooterCell",ExpressionUUID->"6d4a99ac-e956-4e1b-b68c-58efa498f49c"] +Cell[34638, 949, 78, 0, 70, "FooterCell",ExpressionUUID->"42bb52bc-d598-44fc-99f9-7f3dd17dc0ae"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UtopiaSum.nb b/Documentation/English/ReferencePages/Symbols/UtopiaSum.nb index 2c0a8d1..d794145 100644 --- a/Documentation/English/ReferencePages/Symbols/UtopiaSum.nb +++ b/Documentation/English/ReferencePages/Symbols/UtopiaSum.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41924, 1088] -NotebookOptionsPosition[ 34196, 934] -NotebookOutlinePosition[ 36255, 988] -CellTagsIndexPosition[ 36170, 983] +NotebookDataLength[ 41888, 1084] +NotebookOptionsPosition[ 34176, 932] +NotebookOutlinePosition[ 36253, 986] +CellTagsIndexPosition[ 36168, 981] WindowTitle->UtopiaSum WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b1ae0057-b795-4a98-9668-c77e5010ffcf"], + "2f5ea9be-4f68-4fbd-8822-1e4f85b8df6a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2ce5a271-6197-4fd0-862e-96b394ec0598"], + "4e6634f0-45d5-47ef-bc78-4951bdd287d3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "52e20551-3eaf-4c68-94e5-5982fc49831c"] - }],ExpressionUUID->"8744e005-1a5d-4059-b711-bee082a727d9"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "eda8fa3d-f91c-4905-83b1-685b60c027f7"] + }],ExpressionUUID->"7923944f-f96c-4d53-80ab-b9e07f9c8ad3"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "9b9bbe6e-2f2a-432d-ad89-8438b8772252"], + "55d1f7b0-1879-4a88-9304-8081c75f2b99"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "df740372-f880-4008-88b2-4b430ebe7f1e"] - }],ExpressionUUID->"a7f34891-8014-4da9-b5be-7416d744f614"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "74636832-72ef-4a49-ab55-2330c4836df0"] + }],ExpressionUUID->"95ef8b5f-73d0-4490-9cea-9357cb64903b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b05367ec-e68a-4fe0-a88d-72e3d0741339"], + "fd37c73c-bde7-4b31-8993-9d5cce958557"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "93c094bd-8df1-41ae-afd7-8ad0be4daafe"] - }],ExpressionUUID->"2ad92767-e096-4d86-98ff-4cba4ca89c78"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "f4e6ea45-7dac-4644-b755-1df9d162f603"] + }],ExpressionUUID->"bec076c1-0bd8-4cec-99da-eb6f1a66807d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "31be03f3-a13d-4254-8178-0319d43a9997"], + "48dafdbd-7d09-478e-ae7e-dd998dee976b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "61108417-71ee-43db-af23-243fc1568aec"] - }],ExpressionUUID->"90399987-078c-42bf-bb2b-9864946fa277"], - StripOnInput->False], {"\<\"TUG/ref/UtopiaSum\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UtopiaSum"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UtopiaSum.\ + "9041487a-366d-45c0-bcb9-25b6811f7235"] + }],ExpressionUUID->"79dc3763-a9e4-4fce-bb76-e3665850a070"], + StripOnInput->False],{ + "\"TUG/ref/UtopiaSum\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UtopiaSum"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/UtopiaSum.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$206000], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UtopiaSum" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$222038], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UtopiaSum" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "136a79d5-5f31-4363-bb94-e12834481024"] + "fdb847af-e741-4221-a857-f4e63ff7b6a1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "6f0090b6-9f05-4f9c-870d-02cec638c1ef"]} + "3872a475-1f66-4578-93b5-4c57a98ffe5e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"c6d06df4-de40-4f7e-99f4-4e7c547784e0"], + CellID->1,ExpressionUUID->"a80ff38c-d6ce-469a-a5be-17e12eccd05d"], -Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"c2c18895-5a74-4526-8af6-9d091bf6312f"], +Cell["TUG`coop`", "ContextNameCell",ExpressionUUID->"854d056d-a0c7-4bf7-829a-6367d919b589"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UtopiaSum", "ObjectName",ExpressionUUID-> - "5caf996b-229e-4696-84b1-44e027cea37e"], + "5d2b022d-dbfb-4b76-8059-5c7e87aa0393"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"36369d95-c27b-4d33-bd09-7c56e8ea0261"], + "Spacer1"]],ExpressionUUID->"15ddc0e5-47d2-466c-b038-528cb2301b6b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c8801222-2211-40f9-97b6-487f54ed10b8"] - }],ExpressionUUID->"73a28cef-de14-4456-912f-9e50aefbb355"], Cell[BoxData[ + "4bd32641-3606-4132-9a31-bf0a186fea13"] + }],ExpressionUUID->"bf8b3660-b8fb-4fa6-b93c-b7ff249f45db"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "98ddff5c-8b37-4ffd-bc50-fb5d2e187624"]} + "8874a34e-8338-4a12-b500-2c10431fab38"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"02308928-690f-46f7-8b15-731deae88a79"], + CacheGraphics->False,ExpressionUUID->"d5360809-5a2b-495a-b7fa-08739af625bb"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8c5e0534-fdf0-4d91-b9ae-3b9f899ebfd4"], " \[LineSeparator]calculates the sum of utopia payoffs for coalition S." - }],ExpressionUUID->"99d22a13-d9b2-48f4-933d-d211554b3d8e"]} + }],ExpressionUUID->"020abda9-9b63-4c03-a73a-40a094dbce2b"]} }]], "Usage", CellID->294100992,ExpressionUUID->"994bebc2-d605-4527-87d9-8c32ee595eed"] }, Open ]], @@ -273,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"26a65b5d-7d99-4a03-9640-f30844e57b69"], + ExpressionUUID->"a536546c-9ee9-4467-b602-46beede64238"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4fba4fa8-396a-4150-aa52-8c0b7d107872"], + "Spacer1"]],ExpressionUUID->"58176428-5381-438d-b2d3-7bdfe1a7cbab"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"66c23d18-3ab4-4dae-b4f8-5fbe471b2d8c"], + }], "NotesFrameText",ExpressionUUID->"c63f0eb7-6c47-4586-bb5a-9197f7f6a921"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2d33856d-7a29-45fc-aa7a-26b3e806253e"]], \ + "Preemptive"]],ExpressionUUID->"814d2362-afcc-42b9-b20b-aca199305a0f"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->518735210,ExpressionUUID->"71b49505-f391-4ff0-82c2-a52bd8b189ec"], + CellID->917566609,ExpressionUUID->"0352b706-4402-43a4-b593-7fcca0478b60"], Cell[TextData[{ "The input expression ", @@ -370,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d27a485c-1e65-4f06-a98f-fc7324c35123"], + ExpressionUUID->"2caafb94-d547-4afd-94da-ca5c9a0997f7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1fe1e9f8-0599-42a4-8770-4f19d7a46f34"], + "Spacer1"]],ExpressionUUID->"09845f38-2a07-4f3b-8187-586573939c59"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "679dab28-34d2-4d8c-b02f-945a6dff51c0"] + "c86bd4a8-892e-4927-8285-242cc35679a3"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1211302890,ExpressionUUID->"c6a8e6d1-43e2-4901-9710-3565aa650e6f"], + CellID->455657996,ExpressionUUID->"be4a129d-8423-4546-b33c-86939bb13a27"], Cell[CellGroupData[{ @@ -411,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b233d24e-f337-4158-bb48-c0896d6a40a7"], + ExpressionUUID->"91ba2d2f-c7eb-4c1d-8a10-ff6c22a1b005"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"8e013afe-7d23-47c7-a7c8-f761aeacfd1f"], + "Spacer1"]],ExpressionUUID->"0986042a-75ce-4689-9108-9cde29028b30"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b591565d-d0f8-4890-b43f-74f62fa75b19"] + "1305da5b-2033-4931-973d-07c6f31fb657"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->603430840,ExpressionUUID->"81c03b08-788b-4e56-8ace-33d7c8d66aab"], + CellID->431843945,ExpressionUUID->"b5346ffe-d667-452d-a403-7be77751ba0b"], Cell["Loading the package:", "ExampleText", CellID->417220346,ExpressionUUID->"4241f2cd-68ae-4669-af02-533c1b1f6a8e"], @@ -587,8 +588,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -750,15 +749,15 @@ Cell[BoxData[GridBox[{ "9ad71984-520c-4843-8b35-a5032970024c"] }], "SeeAlso",ExpressionUUID->"627c4947-e8d1-4d42-93f2-8a8f919345c4"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"db3b2709-cb52-4893-a81b-\ -1ad45de570de"], + }]], "SeeAlsoSection",ExpressionUUID->"72229491-4ce2-4e08-936c-\ +a2ae1c2773ff"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -770,9 +769,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"baa4fbfd-32fe-455b-8b3a-539d8552e9a2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"a445d056-9405-4208-bb8d-\ -b55b4c876a7b"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c1099659-88c2-4496-9725-\ +0a49ac943954"], Cell[BoxData[GridBox[{ { @@ -789,7 +787,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "f7c02b3a-55a9-4f4b-952a-07b4827991a2"]}]}, + "ea711a71-4a8e-47c4-b852-f73221e8c54c"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -797,10 +795,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "60304499-bdd6-4cc3-890c-662ab63eb086"]}]} + "1ee6b7b0-e04e-4eee-b4c7-84892c1609b2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"2e95640d-15fd-4658-a758-\ -a00d06bc2d66"], + }]], "MoreAboutSection",ExpressionUUID->"78cf863f-dbef-4bdb-a6a8-\ +2f8e1d196b71"], Cell[BoxData[GridBox[{ { @@ -827,7 +825,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4a2d53ea-d8ef-4964-bb00-843f811b2e7c"]], "RelatedLinks", + "fd7d65a2-ff0f-410c-8610-4e719cff3361"]], "RelatedLinks", ExpressionUUID->"125a806e-42a9-403f-a0e9-d63cd77f55bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -845,7 +843,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9b813800-f0e4-47b4-87d9-ae5e4396b4b5"]], "RelatedLinks", + "4faf569b-07d3-41fa-a704-61a56f600b7f"]], "RelatedLinks", ExpressionUUID->"bc9163a7-3e35-4a21-bf4b-949213f52123"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -862,7 +860,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UtopiaVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f0f9c91a-11af-4aea-a8e6-a9c94a692bf7"]], "RelatedLinks", + "68ddbeef-5928-49b7-a596-e071f990f5f1"]], "RelatedLinks", ExpressionUUID->"7fc830f3-6b14-4f8b-9ad4-fd3e7cf6ce7e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -879,7 +877,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6a3586f8-7720-45fe-a03d-69630af96434"]], "RelatedLinks", + "537f4810-7860-4b5c-9d8c-4275515a1f8e"]], "RelatedLinks", ExpressionUUID->"ad6d81a9-8ae8-4b0b-92d8-302df58ebfe5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -896,11 +894,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0633bbaa-aa70-4d2f-9813-82d857722204"]], "RelatedLinks", + "e3440ccd-65bb-4aa6-a447-ab1cf7c5add7"]], "RelatedLinks", ExpressionUUID->"96665d8b-a26d-4a37-926e-6178bb500dc6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"df050a19-cf00-410d-a81c-\ -9a9124d21674"], + }]], "RelatedLinksSection",ExpressionUUID->"ff2038e4-6572-4ab8-b127-\ +6894a6df5324"], Cell[CellGroupData[{ @@ -930,11 +928,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"2bfba26d-6934-46f5-b378-0e1c3e1be979"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"11c17b2b-fe2f-43ad-a255-bcea9dfde989"] +Cell[" ", "FooterCell",ExpressionUUID->"cb70e7f7-4c89-4e07-9130-b3bf395c102e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UtopiaSum", TaggingRules->{ @@ -945,7 +943,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 3.783706}", + "built" -> "{2024, 6, 3, 16, 56, 15.089128}", "history" -> {"??", "", "", ""}, "context" -> "TUG`coop`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> @@ -953,10 +951,10 @@ TaggingRules->{ "summary" -> "UtopiaSum[game, S] calculates the sum of utopia payoffs for coalition \ S.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UtopiaSum", - "titlemodifier" -> "", "windowtitle" -> "UtopiaSum", "type" -> "Symbol", - "uri" -> "TUG/ref/UtopiaSum"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UtopiaSum", "type" -> "Symbol", "uri" -> "TUG/ref/UtopiaSum"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -965,9 +963,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"964f92c1-06ad-4a71-b831-04e55d482a62" +ExpressionUUID->"d750a145-021b-4cc6-b6fd-f806851b52e3" ] (* End of Notebook Content *) @@ -975,121 +973,119 @@ ExpressionUUID->"964f92c1-06ad-4a71-b831-04e55d482a62" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13373, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c6a8e6d1-43e2-4901-9710-3565aa650e6f", + Cell[13388, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be4a129d-8423-4546-b33c-86939bb13a27", CellTags->"PrimaryExamplesSection", - CellID->1211302890]} + CellID->455657996]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35969, 976} + {"PrimaryExamplesSection", 35968, 974} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7097, 170, 56, "AnchorBarGrid",ExpressionUUID->"c6d06df4-de40-4f7e-99f4-4e7c547784e0", +Cell[581, 21, 7112, 171, 57, "AnchorBarGrid",ExpressionUUID->"a80ff38c-d6ce-469a-a5be-17e12eccd05d", CellID->1], -Cell[7681, 193, 91, 0, 24, "ContextNameCell",ExpressionUUID->"c2c18895-5a74-4526-8af6-9d091bf6312f"], +Cell[7696, 194, 91, 0, 23, "ContextNameCell",ExpressionUUID->"854d056d-a0c7-4bf7-829a-6367d919b589"], Cell[CellGroupData[{ -Cell[7797, 197, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"02308928-690f-46f7-8b15-731deae88a79"], -Cell[9083, 234, 491, 10, 111, "Usage",ExpressionUUID->"994bebc2-d605-4527-87d9-8c32ee595eed", +Cell[7812, 198, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"d5360809-5a2b-495a-b7fa-08739af625bb"], +Cell[9098, 235, 491, 10, 111, "Usage",ExpressionUUID->"994bebc2-d605-4527-87d9-8c32ee595eed", CellID->294100992] }, Open ]], Cell[CellGroupData[{ -Cell[9611, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"71b49505-f391-4ff0-82c2-a52bd8b189ec", +Cell[9626, 250, 1894, 47, 37, "NotesSection",ExpressionUUID->"0352b706-4402-43a4-b593-7fcca0478b60", CellGroupingRules->{"SectionGrouping", 50}, - CellID->518735210], -Cell[11508, 298, 730, 16, 57, "Notes",ExpressionUUID->"de40a2f3-b289-46e5-b80b-27109dc17fdb", + CellID->917566609], +Cell[11523, 299, 730, 16, 57, "Notes",ExpressionUUID->"de40a2f3-b289-46e5-b80b-27109dc17fdb", CellID->1014199156], -Cell[12241, 316, 489, 12, 37, "Notes",ExpressionUUID->"0b89e60b-d1cd-46f8-b111-cff474d178a5", +Cell[12256, 317, 489, 12, 38, "Notes",ExpressionUUID->"0b89e60b-d1cd-46f8-b111-cff474d178a5", CellID->177724765], -Cell[12733, 330, 282, 5, 57, "Notes",ExpressionUUID->"05ba9186-9b86-4d7a-a2fc-5e6a6946abe0", +Cell[12748, 331, 282, 5, 57, "Notes",ExpressionUUID->"05ba9186-9b86-4d7a-a2fc-5e6a6946abe0", CellID->310947663], -Cell[13018, 337, 228, 4, 36, "Notes",ExpressionUUID->"8c9ea603-da69-4cad-ab1c-93b0ebce2133", +Cell[13033, 338, 228, 4, 36, "Notes",ExpressionUUID->"8c9ea603-da69-4cad-ab1c-93b0ebce2133", CellID->10409464] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13373, 347, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c6a8e6d1-43e2-4901-9710-3565aa650e6f", +Cell[13388, 348, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"be4a129d-8423-4546-b33c-86939bb13a27", CellTags->"PrimaryExamplesSection", - CellID->1211302890], + CellID->455657996], Cell[CellGroupData[{ -Cell[14819, 388, 1398, 36, 30, "ExampleSection",ExpressionUUID->"81c03b08-788b-4e56-8ace-33d7c8d66aab", - CellID->603430840], -Cell[16220, 426, 118, 1, 38, "ExampleText",ExpressionUUID->"4241f2cd-68ae-4669-af02-533c1b1f6a8e", +Cell[14833, 389, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b5346ffe-d667-452d-a403-7be77751ba0b", + CellID->431843945], +Cell[16234, 427, 118, 1, 39, "ExampleText",ExpressionUUID->"4241f2cd-68ae-4669-af02-533c1b1f6a8e", CellID->417220346], Cell[CellGroupData[{ -Cell[16363, 431, 167, 3, 27, "Input",ExpressionUUID->"eb91da91-1847-471a-8fa4-e99372a60de6", +Cell[16377, 432, 167, 3, 27, "Input",ExpressionUUID->"eb91da91-1847-471a-8fa4-e99372a60de6", CellID->594054369], Cell[CellGroupData[{ -Cell[16555, 438, 236, 4, 23, "Print",ExpressionUUID->"0b10803c-3dfe-4bba-8e1c-be1f244ab863", +Cell[16569, 439, 236, 4, 23, "Print",ExpressionUUID->"0b10803c-3dfe-4bba-8e1c-be1f244ab863", CellID->653790473], -Cell[16794, 444, 365, 8, 23, "Print",ExpressionUUID->"ca896929-37a6-4ee4-9787-05848fa17455", +Cell[16808, 445, 365, 8, 23, "Print",ExpressionUUID->"ca896929-37a6-4ee4-9787-05848fa17455", CellID->332522755], -Cell[17162, 454, 237, 4, 23, "Print",ExpressionUUID->"8a99cbca-638e-40c1-b18e-328854bb9fb7", +Cell[17176, 455, 237, 4, 23, "Print",ExpressionUUID->"8a99cbca-638e-40c1-b18e-328854bb9fb7", CellID->1952580338], -Cell[17402, 460, 220, 3, 23, "Print",ExpressionUUID->"6bf65b74-7779-4945-8a8f-4fb0f25ee1e7", +Cell[17416, 461, 220, 3, 23, "Print",ExpressionUUID->"6bf65b74-7779-4945-8a8f-4fb0f25ee1e7", CellID->712407756], -Cell[17625, 465, 208, 3, 23, "Print",ExpressionUUID->"3fac6da0-ba1f-4cb8-bc10-87219c9924c0", +Cell[17639, 466, 208, 3, 23, "Print",ExpressionUUID->"3fac6da0-ba1f-4cb8-bc10-87219c9924c0", CellID->1761554288], -Cell[17836, 470, 237, 4, 23, "Print",ExpressionUUID->"e6c2d0e5-def4-462c-b84c-a86b9e0ad1e5", +Cell[17850, 471, 237, 4, 23, "Print",ExpressionUUID->"e6c2d0e5-def4-462c-b84c-a86b9e0ad1e5", CellID->255827658], -Cell[18076, 476, 220, 3, 23, "Print",ExpressionUUID->"47c00ec0-0424-4286-8d3f-ab709f9636c9", +Cell[18090, 477, 220, 3, 23, "Print",ExpressionUUID->"47c00ec0-0424-4286-8d3f-ab709f9636c9", CellID->404149435], -Cell[18299, 481, 237, 4, 23, "Print",ExpressionUUID->"66b9308d-6c75-4de4-bb84-917e3596f9d4", +Cell[18313, 482, 237, 4, 23, "Print",ExpressionUUID->"66b9308d-6c75-4de4-bb84-917e3596f9d4", CellID->1928621143], -Cell[18539, 487, 237, 4, 23, "Print",ExpressionUUID->"c12c9d40-03dd-4136-9cb7-240502982441", +Cell[18553, 488, 237, 4, 23, "Print",ExpressionUUID->"c12c9d40-03dd-4136-9cb7-240502982441", CellID->1227669621], -Cell[18779, 493, 207, 3, 23, "Print",ExpressionUUID->"0b74389a-a961-403d-8013-087b6c3c69f5", +Cell[18793, 494, 207, 3, 23, "Print",ExpressionUUID->"0b74389a-a961-403d-8013-087b6c3c69f5", CellID->118057597], -Cell[18989, 498, 237, 4, 70, "Print",ExpressionUUID->"f8523591-d6b4-4d22-9026-0cc7f294f37d", +Cell[19003, 499, 237, 4, 23, "Print",ExpressionUUID->"f8523591-d6b4-4d22-9026-0cc7f294f37d", CellID->1107712273] }, Open ]] }, Open ]], -Cell[19253, 506, 136, 1, 70, "ExampleText",ExpressionUUID->"ef10393c-0e6d-46d5-a9e2-f672a0a3f82b", +Cell[19267, 507, 136, 1, 70, "ExampleText",ExpressionUUID->"ef10393c-0e6d-46d5-a9e2-f672a0a3f82b", CellID->490493840], -Cell[19392, 509, 235, 6, 70, "Input",ExpressionUUID->"33b28486-ffd9-4c7d-8d2f-7de302cf22cf", +Cell[19406, 510, 235, 6, 70, "Input",ExpressionUUID->"33b28486-ffd9-4c7d-8d2f-7de302cf22cf", CellID->1611508336], -Cell[19630, 517, 381, 9, 70, "Input",ExpressionUUID->"56656e96-c504-49c3-8874-b0a7666cb6e8", +Cell[19644, 518, 381, 9, 70, "Input",ExpressionUUID->"56656e96-c504-49c3-8874-b0a7666cb6e8", CellID->1784657581], -Cell[20014, 528, 236, 6, 70, "Input",ExpressionUUID->"2684ab95-5083-4845-854a-e354b436241d", +Cell[20028, 529, 236, 6, 70, "Input",ExpressionUUID->"2684ab95-5083-4845-854a-e354b436241d", CellID->68094562], -Cell[20253, 536, 190, 4, 70, "ExampleText",ExpressionUUID->"bff78d11-e500-4146-8889-1778bcf6eaea", +Cell[20267, 537, 190, 4, 70, "ExampleText",ExpressionUUID->"bff78d11-e500-4146-8889-1778bcf6eaea", CellID->610398022], Cell[CellGroupData[{ -Cell[20468, 544, 166, 3, 70, "Input",ExpressionUUID->"95c66eb9-a1c3-4e02-97ee-223d52199d62", +Cell[20482, 545, 166, 3, 70, "Input",ExpressionUUID->"95c66eb9-a1c3-4e02-97ee-223d52199d62", CellID->371623411], -Cell[20637, 549, 174, 4, 36, "Output",ExpressionUUID->"e209caaf-cdd9-43db-b419-9236b7c8016e", +Cell[20651, 550, 174, 4, 36, "Output",ExpressionUUID->"e209caaf-cdd9-43db-b419-9236b7c8016e", CellID->1195657703] }, Open ]], -Cell[20826, 556, 174, 3, 70, "ExampleText",ExpressionUUID->"9a660318-e78b-4b0f-8ed5-48a25c5279b5", +Cell[20840, 557, 174, 3, 70, "ExampleText",ExpressionUUID->"9a660318-e78b-4b0f-8ed5-48a25c5279b5", CellID->408948607], Cell[CellGroupData[{ -Cell[21025, 563, 257, 7, 70, "Input",ExpressionUUID->"477320b3-e2ee-40e1-a3c6-14e3634180b1", +Cell[21039, 564, 257, 7, 70, "Input",ExpressionUUID->"477320b3-e2ee-40e1-a3c6-14e3634180b1", CellID->1186722535], -Cell[21285, 572, 378, 8, 36, "Output",ExpressionUUID->"64f1b4b4-bc4d-42c1-8f4e-39707b189d15", +Cell[21299, 573, 378, 8, 36, "Output",ExpressionUUID->"64f1b4b4-bc4d-42c1-8f4e-39707b189d15", CellID->1702425894] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21919, 590, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"72229491-4ce2-4e08-936c-a2ae1c2773ff"], +Cell[27816, 754, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c1099659-88c2-4496-9725-0a49ac943954"], +Cell[28489, 774, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"78cf863f-dbef-4bdb-a6a8-2f8e1d196b71"], +Cell[29525, 802, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"ff2038e4-6572-4ab8-b127-6894a6df5324"], Cell[CellGroupData[{ -Cell[21927, 591, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"db3b2709-cb52-4893-a81b-1ad45de570de"], -Cell[27824, 755, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a445d056-9405-4208-bb8d-b55b4c876a7b"] -}, Open ]], -Cell[28509, 776, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"2e95640d-15fd-4658-a758-a00d06bc2d66"], -Cell[29545, 804, 3501, 98, 70, "RelatedLinksSection",ExpressionUUID->"df050a19-cf00-410d-a81c-9a9124d21674"], -Cell[CellGroupData[{ -Cell[33071, 906, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"354a7dd4-10ac-4da9-be03-9b2514dc0433", +Cell[33051, 904, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"354a7dd4-10ac-4da9-be03-9b2514dc0433", CellID->778415021], -Cell[33211, 909, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"852d063f-af71-4752-adb3-91a0151f6507", +Cell[33191, 907, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"852d063f-af71-4752-adb3-91a0151f6507", CellID->1194386356], -Cell[33433, 915, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f6294151-26d5-4aa9-87d9-cb231f5a0648", +Cell[33413, 913, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"f6294151-26d5-4aa9-87d9-cb231f5a0648", CellID->1641706272], -Cell[33648, 920, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ff83ac81-e38d-4321-90ac-fdb0774e8531", +Cell[33628, 918, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ff83ac81-e38d-4321-90ac-fdb0774e8531", CellID->399251956], -Cell[33877, 926, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2bfba26d-6934-46f5-b378-0e1c3e1be979", +Cell[33857, 924, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2bfba26d-6934-46f5-b378-0e1c3e1be979", CellID->821434655] }, Open ]], -Cell[34114, 932, 78, 0, 70, "FooterCell",ExpressionUUID->"11c17b2b-fe2f-43ad-a255-bcea9dfde989"] +Cell[34094, 930, 78, 0, 70, "FooterCell",ExpressionUUID->"cb70e7f7-4c89-4e07-9130-b3bf395c102e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/UtopiaVector.nb b/Documentation/English/ReferencePages/Symbols/UtopiaVector.nb index e596097..eaaeeb9 100644 --- a/Documentation/English/ReferencePages/Symbols/UtopiaVector.nb +++ b/Documentation/English/ReferencePages/Symbols/UtopiaVector.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41410, 1073] -NotebookOptionsPosition[ 33678, 920] -NotebookOutlinePosition[ 35734, 973] -CellTagsIndexPosition[ 35649, 968] +NotebookDataLength[ 41379, 1069] +NotebookOptionsPosition[ 33661, 918] +NotebookOutlinePosition[ 35736, 971] +CellTagsIndexPosition[ 35651, 966] WindowTitle->UtopiaVector WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e8590622-dbf2-40eb-9eed-9224ece78f7a"], + "6c9bddf2-6469-40aa-a8b8-4c682c3afcde"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "5d30b03b-2d92-4377-bf7d-7750a092449c"], + "bb6f02da-aaa5-4adb-9ee2-95578a9271c3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,35 +51,33 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5d2f472a-ad82-4455-a38d-0e8474077fcd"] - }],ExpressionUUID->"6a3aa456-22cf-4f32-be8a-d42e23558679"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ShapleyValue"], "\<\"DuttaRay\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DuttaRay"], "\<\"TauValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/TauValue"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"EANSCValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EANSCValue"], "\<\"PDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PDValue"], "\<\"EPSDValue\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/EPSDValue"], "\<\"LorenzSolution\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, + "f50eb34f-2cd0-47ec-a5a8-49758bf437bd"] + }],ExpressionUUID->"81ec9830-8323-4889-8f7b-0bc766cb018d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"], + "\"DuttaRay\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DuttaRay"], "\"TauValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/TauValue"], "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"EANSCValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EANSCValue"], "\"PDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PDValue"], "\"EPSDValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/EPSDValue"], + "\"LorenzSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/LorenzSolution"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a1a89b87-3742-4ab6-97bf-e609730ed352"], + "65938455-cbf2-426f-aee0-fa9d4af8c85b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -95,18 +93,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c511b0af-f22a-4412-935a-cae2f4effe8a"] - }],ExpressionUUID->"5fe6bc4c-86dd-471e-937f-af49b6497caa"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4f268239-1835-46f0-b839-2826e99dc3c4"] + }],ExpressionUUID->"ca300414-6926-4554-92c8-e02edebf915f"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5224a07d-83da-4ce3-929b-9ffd297cec3a"], + "3cef7a0e-4449-4686-aeb2-05f7192aab1f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -122,16 +121,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d002a86e-2287-4f6b-9327-ae6af6993d95"] - }],ExpressionUUID->"c7c73c68-9afa-4a5c-a06f-30fe8e89d7c3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "4b27ca8c-07f7-47c0-8c6c-7c44d8861465"] + }],ExpressionUUID->"05692696-b9af-4c54-ba8a-5b90420e0e18"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0603dfbb-7bea-4991-9b8d-d7fbbbd0297b"], + "a0c8fdea-be2a-4379-b58e-c462e72dd171"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -147,51 +147,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "14245f1e-8bb0-44e6-9da2-843f156ef8be"] - }],ExpressionUUID->"f5231fb6-6d70-4522-8272-463adafb50d9"], - StripOnInput->False], {"\<\"TUG/ref/UtopiaVector\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/UtopiaVector"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/UtopiaVector.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$206578], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/UtopiaVector" <> ".html"], None}]}]}, + "5b570912-3ca4-474b-8890-991fb2a693ee"] + }],ExpressionUUID->"a165e717-f1c1-4202-a899-d3c5a789407a"], + StripOnInput->False],{ + "\"TUG/ref/UtopiaVector\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/UtopiaVector"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +UtopiaVector.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$222650], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/UtopiaVector" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "55c52e67-0753-4631-8da9-818ba4379577"] + "05f4d255-d2b0-4726-8173-95b6daf66eec"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "2464ee0e-d695-47e7-b4a3-3681dea9fd55"]} + "d655aeed-a85b-4ab8-9a4e-160cb5c0cc8d"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"02f2e2fe-a826-4e4c-9390-443379235a9c"], + CellID->1,ExpressionUUID->"deb0e72b-b51b-43a1-9a9d-df0c8f22b9af"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"01fa39b8-e825-4be8-982f-b9ab31690a50"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c1705560-939c-49a4-8745-7cad88ddda07"], Cell[CellGroupData[{ @@ -199,14 +200,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "UtopiaVector", "ObjectName",ExpressionUUID-> - "95a117ec-19f7-4114-a42f-e8e591395ba0"], + "110b4da4-b93e-4c54-b99c-a904dabc9411"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"606c99c0-090b-43a5-81b1-a4754d28b599"], + "Spacer1"]],ExpressionUUID->"ca1e491a-9477-4683-aa85-f85c66c60b86"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c618adff-db0b-4008-b1c9-827481b87d24"] - }],ExpressionUUID->"f7552ad2-376b-4187-a2e6-0b94ad7fd54d"], Cell[BoxData[ + "2dfdb6a6-c289-442a-aa2d-b9a3e9a1592d"] + }],ExpressionUUID->"9ad17b88-650d-496e-a3b1-4f5ff91c4502"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +229,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e4d1bab1-9aa6-4eb9-924f-1252bcb1d70d"]} + "e6f9bbf5-1d31-4aee-96d8-a8393936efd1"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"cd566267-49a2-41b0-bff4-15a26d6f524f"], + CacheGraphics->False,ExpressionUUID->"0025ea65-6437-4235-bd50-e2bbfcd58e18"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -239,7 +240,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "2cfb6238-3af3-4e11-9be9-beb68bf6dfa7"], " \[LineSeparator]calculates the utopia payoff for all players." - }],ExpressionUUID->"1d190411-fd8f-4f54-ac74-971eccbb68a9"]} + }],ExpressionUUID->"780d394d-80b6-454d-8fc9-750b78f1150f"]} }]], "Usage", CellID->69655472,ExpressionUUID->"d06f6260-b719-453b-937d-9015c2a45408"] }, Open ]], @@ -272,12 +273,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2ba89c0a-aea4-431c-a4db-eb329a949190"], + ExpressionUUID->"be57aed8-9e99-46c3-8600-286b3bf07561"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"dcfcba70-1ea7-49e0-a075-207bc951c424"], + "Spacer1"]],ExpressionUUID->"617938e5-82ae-4791-8189-d20605733843"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"ab701e3a-185c-4865-bfed-684bf23b04f9"], + }], "NotesFrameText",ExpressionUUID->"98e399cb-ae10-44de-8a51-c17935d3679f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -288,12 +289,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"de3a205f-7483-46bf-9be6-c1a0f60d7482"]], \ + "Preemptive"]],ExpressionUUID->"f4d1228b-9b01-4e4f-89fe-d67908972622"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1614943902,ExpressionUUID->"23e49536-3034-4d4e-8010-847c77cc5093"], + CellID->1106759297,ExpressionUUID->"9595c6e4-424f-41ba-95ec-306dbffeff9a"], Cell[TextData[{ "The input expression ", @@ -365,19 +366,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d698cf1d-a467-4cc3-abd0-26bd002d9917"], + ExpressionUUID->"6136295b-06b9-45a8-bc6b-d96ce95e8eaa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f6c35a2e-89ac-481b-b977-c5c5546495a5"], + "Spacer1"]],ExpressionUUID->"0d17ebc2-89b1-42f7-aba1-fa510dc6b338"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "4d090ef1-f8ef-44eb-a7df-6049d7cb0223"] + "d5414d73-f496-4abd-b710-e23f7063784a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1637799281,ExpressionUUID->"12293cff-c9c7-4a8a-a775-2035f3a254c9"], + CellID->1629305478,ExpressionUUID->"b0b0c96f-c3df-42ba-811f-f9da87d28d55"], Cell[CellGroupData[{ @@ -406,18 +407,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d60a803b-5dee-49e5-a32c-cdf669f3e8f1"], + ExpressionUUID->"1d486863-81a5-4adc-a74f-de879b02c4f3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c27cdf97-b468-4252-b476-5d4b71ea0c7a"], + "Spacer1"]],ExpressionUUID->"6c0ab561-9cef-4bd2-9aea-20944a80b17e"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e775f5e6-f5f2-4c39-8a01-2f18a721d21c"] + "e0b83ee1-cc34-4a46-b60c-86f96dbb1c82"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1765178526,ExpressionUUID->"fe9c84c4-963d-4635-84e6-688795619b7f"], + CellID->1698487440,ExpressionUUID->"8cd61f96-cedb-4dc1-8e7c-e18e84d96bfb"], Cell["Loading the package:", "ExampleText", CellID->1190876886,ExpressionUUID->"9ac116b4-cb0c-4bd9-9ee2-1010c8d93ef2"], @@ -573,8 +574,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -736,15 +735,15 @@ Cell[BoxData[GridBox[{ "e2b63245-b151-4d5e-a699-47a2f51a6bf2"] }], "SeeAlso",ExpressionUUID->"19f54ffa-7781-4179-980e-6551ecd4ed9d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cadb038a-334b-433b-b178-\ -b40937c45816"], + }]], "SeeAlsoSection",ExpressionUUID->"e112017e-7f4b-4c5c-9d07-\ +54d5f7b02038"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -756,9 +755,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"b0c9858d-7034-4887-b919-36301025f2bb"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"1044a975-7202-4b3a-9e41-\ -4b512d85b696"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"36233c05-27e6-4224-9bef-\ +6ef075edf847"], Cell[BoxData[GridBox[{ { @@ -775,7 +773,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5433443c-97b9-4512-849f-5b1fc85fb76d"]}]}, + "fd952b8b-cf85-4a00-b186-69c010d28b40"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -783,10 +781,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0e3d6dda-93f6-4606-85eb-bfcc829e2d3d"]}]} + "73a99ef3-7257-4e0d-9ba7-841c52d7ed53"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e80e92e3-17aa-4a50-80fa-\ -5e10e6d2faf7"], + }]], "MoreAboutSection",ExpressionUUID->"04991ff2-23c3-45b6-a7f4-\ +8033791786b1"], Cell[BoxData[GridBox[{ { @@ -813,7 +811,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/kCover"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bd95cbd1-9f93-4670-b9cd-10b8e08b88a3"]], "RelatedLinks", + "78cf9ba3-7171-4822-bd7e-0e3f4b8bb804"]], "RelatedLinks", ExpressionUUID->"36f9209e-e062-4ce3-9dd6-d515c3d6b96a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -831,7 +829,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AdjustedEffUpperVectors"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "03d0b799-432c-46ca-ab68-2c690dcdedf0"]], "RelatedLinks", + "a816b7a9-d6d1-436a-b766-948a9cd5cbf2"]], "RelatedLinks", ExpressionUUID->"ba9a7bbc-5163-4b56-89fa-a5f874029bc9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -848,7 +846,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/UpperVector"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d3e55e4a-99ed-40df-8237-7cc9c458ff7b"]], "RelatedLinks", + "e8bba3bf-ff2e-412f-9de0-92a91ea4e4bd"]], "RelatedLinks", ExpressionUUID->"f3357460-a24f-40a7-bc09-5489a583b9ca"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -865,7 +863,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Concession"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7d35200d-54bf-46a9-9dc9-ecbae1112fba"]], "RelatedLinks", + "b60630d7-eb23-4244-9f79-ec756dda0eda"]], "RelatedLinks", ExpressionUUID->"8435eee7-4470-47cb-ae64-f786586b8ced"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -882,11 +880,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Disagreement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b0d01ddc-eaf5-47e1-94a7-a7295255c107"]], "RelatedLinks", + "a6e64f72-8d43-47b9-8942-1a642e4e8620"]], "RelatedLinks", ExpressionUUID->"268cc59a-ee3c-4862-a65c-3893da97c9ec"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d9a4e03b-01a5-4e3d-a51d-\ -b1a4d0659fd3"], + }]], "RelatedLinksSection",ExpressionUUID->"6f78314b-e7c0-4ce8-a768-\ +f4b518293887"], Cell[CellGroupData[{ @@ -916,11 +914,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"41030cfc-33b1-44ee-a67d-85aa5d2436b0"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a2296a5c-7eb7-42a4-b1a0-10c209b004d1"] +Cell[" ", "FooterCell",ExpressionUUID->"b7449b35-f303-4213-8c4c-9cf58aef56df"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"UtopiaVector", TaggingRules->{ @@ -931,17 +929,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 5.230874}", + "built" -> "{2024, 6, 3, 16, 56, 15.772160}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "UtopiaVector[game] calculates the utopia payoff for all players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "UtopiaVector", - "titlemodifier" -> "", "windowtitle" -> "UtopiaVector", "type" -> - "Symbol", "uri" -> "TUG/ref/UtopiaVector"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "UtopiaVector", "type" -> "Symbol", "uri" -> "TUG/ref/UtopiaVector"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -950,9 +948,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e2877e47-8e29-4edd-8f23-ef5325449ef9" +ExpressionUUID->"120db1aa-5d56-4aac-8c22-98df97c469a0" ] (* End of Notebook Content *) @@ -960,121 +958,119 @@ ExpressionUUID->"e2877e47-8e29-4edd-8f23-ef5325449ef9" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13108, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12293cff-c9c7-4a8a-a775-2035f3a254c9", + Cell[13125, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b0b0c96f-c3df-42ba-811f-f9da87d28d55", CellTags->"PrimaryExamplesSection", - CellID->1637799281]} + CellID->1629305478]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35448, 961} + {"PrimaryExamplesSection", 35450, 959} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7109, 170, 56, "AnchorBarGrid",ExpressionUUID->"02f2e2fe-a826-4e4c-9390-443379235a9c", +Cell[584, 21, 7126, 171, 57, "AnchorBarGrid",ExpressionUUID->"deb0e72b-b51b-43a1-9a9d-df0c8f22b9af", CellID->1], -Cell[7696, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"01fa39b8-e825-4be8-982f-b9ab31690a50"], +Cell[7713, 194, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c1705560-939c-49a4-8745-7cad88ddda07"], Cell[CellGroupData[{ -Cell[7807, 197, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"cd566267-49a2-41b0-bff4-15a26d6f524f"], -Cell[9096, 234, 457, 9, 111, "Usage",ExpressionUUID->"d06f6260-b719-453b-937d-9015c2a45408", +Cell[7824, 198, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"0025ea65-6437-4235-bd50-e2bbfcd58e18"], +Cell[9113, 235, 457, 9, 111, "Usage",ExpressionUUID->"d06f6260-b719-453b-937d-9015c2a45408", CellID->69655472] }, Open ]], Cell[CellGroupData[{ -Cell[9590, 248, 1895, 47, 37, "NotesSection",ExpressionUUID->"23e49536-3034-4d4e-8010-847c77cc5093", +Cell[9607, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"9595c6e4-424f-41ba-95ec-306dbffeff9a", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1614943902], -Cell[11488, 297, 515, 12, 57, "Notes",ExpressionUUID->"8ac1b4ba-2b3e-49fb-be90-b4cb0f981d54", + CellID->1106759297], +Cell[11505, 298, 515, 12, 57, "Notes",ExpressionUUID->"8ac1b4ba-2b3e-49fb-be90-b4cb0f981d54", CellID->1014199156], -Cell[12006, 311, 489, 12, 37, "Notes",ExpressionUUID->"2ebefa62-2053-4466-ab5e-4978774c16fe", +Cell[12023, 312, 489, 12, 38, "Notes",ExpressionUUID->"2ebefa62-2053-4466-ab5e-4978774c16fe", CellID->177724765], -Cell[12498, 325, 282, 5, 57, "Notes",ExpressionUUID->"2f18eb04-8895-4f9a-8580-a6129adb2c67", +Cell[12515, 326, 282, 5, 57, "Notes",ExpressionUUID->"2f18eb04-8895-4f9a-8580-a6129adb2c67", CellID->774521705], -Cell[12783, 332, 198, 4, 36, "Notes",ExpressionUUID->"de890218-a536-419a-b17b-070cd367cca9", +Cell[12800, 333, 198, 4, 36, "Notes",ExpressionUUID->"de890218-a536-419a-b17b-070cd367cca9", CellID->1054557667] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13108, 342, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"12293cff-c9c7-4a8a-a775-2035f3a254c9", +Cell[13125, 343, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b0b0c96f-c3df-42ba-811f-f9da87d28d55", CellTags->"PrimaryExamplesSection", - CellID->1637799281], + CellID->1629305478], Cell[CellGroupData[{ -Cell[14554, 383, 1399, 36, 30, "ExampleSection",ExpressionUUID->"fe9c84c4-963d-4635-84e6-688795619b7f", - CellID->1765178526], -Cell[15956, 421, 119, 1, 38, "ExampleText",ExpressionUUID->"9ac116b4-cb0c-4bd9-9ee2-1010c8d93ef2", +Cell[14571, 384, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8cd61f96-cedb-4dc1-8e7c-e18e84d96bfb", + CellID->1698487440], +Cell[15973, 422, 119, 1, 39, "ExampleText",ExpressionUUID->"9ac116b4-cb0c-4bd9-9ee2-1010c8d93ef2", CellID->1190876886], Cell[CellGroupData[{ -Cell[16100, 426, 168, 3, 27, "Input",ExpressionUUID->"595537cc-d40a-42f9-829d-76e01074c2b9", +Cell[16117, 427, 168, 3, 27, "Input",ExpressionUUID->"595537cc-d40a-42f9-829d-76e01074c2b9", CellID->1504329274], Cell[CellGroupData[{ -Cell[16293, 433, 237, 4, 23, "Print",ExpressionUUID->"8ca91fcb-ac69-4ef2-b8db-591fac2bd841", +Cell[16310, 434, 237, 4, 23, "Print",ExpressionUUID->"8ca91fcb-ac69-4ef2-b8db-591fac2bd841", CellID->1793103961], -Cell[16533, 439, 366, 8, 23, "Print",ExpressionUUID->"470c2158-5a4a-4ff7-bf97-e7462f50cae0", +Cell[16550, 440, 366, 8, 23, "Print",ExpressionUUID->"470c2158-5a4a-4ff7-bf97-e7462f50cae0", CellID->1469057144], -Cell[16902, 449, 237, 4, 23, "Print",ExpressionUUID->"23bca75c-9206-4134-8721-f51d0f5dcfb7", +Cell[16919, 450, 237, 4, 23, "Print",ExpressionUUID->"23bca75c-9206-4134-8721-f51d0f5dcfb7", CellID->1739135525], -Cell[17142, 455, 221, 3, 23, "Print",ExpressionUUID->"37d588c0-8ca1-4fad-8748-e1b5903aa5a4", +Cell[17159, 456, 221, 3, 23, "Print",ExpressionUUID->"37d588c0-8ca1-4fad-8748-e1b5903aa5a4", CellID->1761059289], -Cell[17366, 460, 208, 3, 23, "Print",ExpressionUUID->"74baa874-a267-4059-9f29-4b2b219d5752", +Cell[17383, 461, 208, 3, 23, "Print",ExpressionUUID->"74baa874-a267-4059-9f29-4b2b219d5752", CellID->1188650765], -Cell[17577, 465, 237, 4, 23, "Print",ExpressionUUID->"6759a4f8-62cc-4b9b-9168-5bf310c637c8", +Cell[17594, 466, 237, 4, 23, "Print",ExpressionUUID->"6759a4f8-62cc-4b9b-9168-5bf310c637c8", CellID->856344888], -Cell[17817, 471, 220, 3, 23, "Print",ExpressionUUID->"ce1a8b20-994e-41b4-803c-9fbb2ae50f64", +Cell[17834, 472, 220, 3, 23, "Print",ExpressionUUID->"ce1a8b20-994e-41b4-803c-9fbb2ae50f64", CellID->935135278], -Cell[18040, 476, 237, 4, 23, "Print",ExpressionUUID->"d570d608-bc96-48ce-b557-a695ea15af49", +Cell[18057, 477, 237, 4, 23, "Print",ExpressionUUID->"d570d608-bc96-48ce-b557-a695ea15af49", CellID->1190157884], -Cell[18280, 482, 236, 4, 23, "Print",ExpressionUUID->"32cfea2a-3386-41cd-94c2-ffa5216de540", +Cell[18297, 483, 236, 4, 23, "Print",ExpressionUUID->"32cfea2a-3386-41cd-94c2-ffa5216de540", CellID->383550738], -Cell[18519, 488, 207, 3, 23, "Print",ExpressionUUID->"8844684b-5ff7-4e92-80c0-3bdf4554e556", +Cell[18536, 489, 207, 3, 23, "Print",ExpressionUUID->"8844684b-5ff7-4e92-80c0-3bdf4554e556", CellID->168837736], -Cell[18729, 493, 237, 4, 70, "Print",ExpressionUUID->"74f75730-f413-491f-87ed-bec9613e8fd6", +Cell[18746, 494, 237, 4, 23, "Print",ExpressionUUID->"74f75730-f413-491f-87ed-bec9613e8fd6", CellID->1767930399] }, Open ]] }, Open ]], -Cell[18993, 501, 136, 1, 70, "ExampleText",ExpressionUUID->"79b1e1bf-611d-408d-a00a-4e7e108bfe64", +Cell[19010, 502, 136, 1, 70, "ExampleText",ExpressionUUID->"79b1e1bf-611d-408d-a00a-4e7e108bfe64", CellID->213709699], -Cell[19132, 504, 235, 6, 70, "Input",ExpressionUUID->"759b6ac4-058c-4618-b82d-92fad55e4c62", +Cell[19149, 505, 235, 6, 70, "Input",ExpressionUUID->"759b6ac4-058c-4618-b82d-92fad55e4c62", CellID->1781758374], -Cell[19370, 512, 381, 9, 70, "Input",ExpressionUUID->"f90f6a09-fc5f-4a65-a999-f2628455d9d6", +Cell[19387, 513, 381, 9, 70, "Input",ExpressionUUID->"f90f6a09-fc5f-4a65-a999-f2628455d9d6", CellID->1895661388], -Cell[19754, 523, 237, 6, 70, "Input",ExpressionUUID->"74d667ab-3caa-4c94-80a3-7c668a47eff7", +Cell[19771, 524, 237, 6, 70, "Input",ExpressionUUID->"74d667ab-3caa-4c94-80a3-7c668a47eff7", CellID->648344517], -Cell[19994, 531, 191, 4, 70, "ExampleText",ExpressionUUID->"2f107c6e-d61a-4f3d-bcbf-19aa77c58e05", +Cell[20011, 532, 191, 4, 70, "ExampleText",ExpressionUUID->"2f107c6e-d61a-4f3d-bcbf-19aa77c58e05", CellID->1485383001], Cell[CellGroupData[{ -Cell[20210, 539, 169, 3, 70, "Input",ExpressionUUID->"e960f52f-16dc-4cd0-9b5f-8247e169feff", +Cell[20227, 540, 169, 3, 70, "Input",ExpressionUUID->"e960f52f-16dc-4cd0-9b5f-8247e169feff", CellID->864483040], -Cell[20382, 544, 174, 4, 36, "Output",ExpressionUUID->"8a371be5-04b8-4650-a4bd-60d5791a984f", +Cell[20399, 545, 174, 4, 36, "Output",ExpressionUUID->"8a371be5-04b8-4650-a4bd-60d5791a984f", CellID->1507160775] }, Open ]], -Cell[20571, 551, 153, 1, 70, "ExampleText",ExpressionUUID->"41ca04ac-7c8b-4963-9654-10f26353c5ab", +Cell[20588, 552, 153, 1, 70, "ExampleText",ExpressionUUID->"41ca04ac-7c8b-4963-9654-10f26353c5ab", CellID->581872205], Cell[CellGroupData[{ -Cell[20749, 556, 169, 3, 70, "Input",ExpressionUUID->"62d417cb-5591-4bb3-a1f0-8a125b585d51", +Cell[20766, 557, 169, 3, 70, "Input",ExpressionUUID->"62d417cb-5591-4bb3-a1f0-8a125b585d51", CellID->597694633], -Cell[20921, 561, 226, 5, 36, "Output",ExpressionUUID->"808368d1-b790-47fb-a99d-97d1bf4d00b4", +Cell[20938, 562, 226, 5, 36, "Output",ExpressionUUID->"808368d1-b790-47fb-a99d-97d1bf4d00b4", CellID->1439211934] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21406, 576, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"e112017e-7f4b-4c5c-9d07-54d5f7b02038"], +Cell[27303, 740, 670, 18, 70, "TechNotesSection",ExpressionUUID->"36233c05-27e6-4224-9bef-6ef075edf847"], +Cell[27976, 760, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"04991ff2-23c3-45b6-a7f4-8033791786b1"], +Cell[29012, 788, 3499, 98, 70, "RelatedLinksSection",ExpressionUUID->"6f78314b-e7c0-4ce8-a768-f4b518293887"], Cell[CellGroupData[{ -Cell[21411, 577, 5894, 162, 70, "SeeAlsoSection",ExpressionUUID->"cadb038a-334b-433b-b178-b40937c45816"], -Cell[27308, 741, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1044a975-7202-4b3a-9e41-4b512d85b696"] -}, Open ]], -Cell[27993, 762, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e80e92e3-17aa-4a50-80fa-5e10e6d2faf7"], -Cell[29029, 790, 3499, 98, 70, "RelatedLinksSection",ExpressionUUID->"d9a4e03b-01a5-4e3d-a51d-b1a4d0659fd3"], -Cell[CellGroupData[{ -Cell[32553, 892, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7244bbb4-2198-4006-8777-f398ddf5152e", +Cell[32536, 890, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7244bbb4-2198-4006-8777-f398ddf5152e", CellID->778415021], -Cell[32693, 895, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8db02d80-bcda-48fb-93b8-0309d3dd3e05", +Cell[32676, 893, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8db02d80-bcda-48fb-93b8-0309d3dd3e05", CellID->1194386356], -Cell[32915, 901, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"66ffa130-d4ee-42e1-931c-3b87f1919952", +Cell[32898, 899, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"66ffa130-d4ee-42e1-931c-3b87f1919952", CellID->1641706272], -Cell[33130, 906, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fcb90943-9ef9-49a9-9e3e-af32066e2911", +Cell[33113, 904, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"fcb90943-9ef9-49a9-9e3e-af32066e2911", CellID->399251956], -Cell[33359, 912, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"41030cfc-33b1-44ee-a67d-85aa5d2436b0", +Cell[33342, 910, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"41030cfc-33b1-44ee-a67d-85aa5d2436b0", CellID->821434655] }, Open ]], -Cell[33596, 918, 78, 0, 70, "FooterCell",ExpressionUUID->"a2296a5c-7eb7-42a4-b1a0-10c209b004d1"] +Cell[33579, 916, 78, 0, 70, "FooterCell",ExpressionUUID->"b7449b35-f303-4213-8c4c-9cf58aef56df"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ValueExcess.nb b/Documentation/English/ReferencePages/Symbols/ValueExcess.nb index 760108f..686e982 100644 --- a/Documentation/English/ReferencePages/Symbols/ValueExcess.nb +++ b/Documentation/English/ReferencePages/Symbols/ValueExcess.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45359, 1182] -NotebookOptionsPosition[ 36097, 999] -NotebookOutlinePosition[ 38297, 1054] -CellTagsIndexPosition[ 38211, 1049] +NotebookDataLength[ 45357, 1181] +NotebookOptionsPosition[ 36108, 1000] +NotebookOutlinePosition[ 38328, 1055] +CellTagsIndexPosition[ 38242, 1050] WindowTitle->ValueExcess WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "dfaff766-0e2b-4d1c-b325-53cc165a3a32"], + "12ccadea-3a9e-4668-b7aa-54e4f90b25ed"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "91fa953d-0d1d-4558-a2d6-542e3907d5bd"], + "fa24b458-07e2-4ab9-be38-a84561065a1f"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2294a726-c308-47a9-8169-2c04fc08a58f"] - }],ExpressionUUID->"9d52d989-6577-438e-8c64-3d4be837d303"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "4cd410cc-e149-46ef-9420-4b1750fbfc60"] + }],ExpressionUUID->"91c82393-63da-49c9-a0cb-ba49e5b2efcb"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3e0c5ce8-5555-4133-b133-7ca4c30e92e5"], + "e3b8dee1-5808-49ad-93c6-75018bc6fc6b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f8632ad5-2180-42d8-a015-784db0c23e0c"] - }],ExpressionUUID->"74b63068-fd2e-486f-940e-01a88c956cd9"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b8e48921-861f-46ce-a260-36199dddbeec"] + }],ExpressionUUID->"c5c2855e-c02f-45cd-9a93-f92f07aa3772"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "814f59f5-bda4-4513-8a5a-2ebc12f475d6"], + "3ee0f281-f2d6-4e8f-a2bd-7d4ca41f3e43"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ce48f12b-21a8-47c9-a190-3dc5684e730b"] - }],ExpressionUUID->"9f31e116-97cb-4b67-ba25-8ad6e79bef29"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "de4cef94-edc5-4479-aec9-0adb5f7961ac"] + }],ExpressionUUID->"962a4029-038a-478a-832e-b9811d64836b"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bda8f3e3-8d27-48da-8753-55ce6fae9c6a"], + "f8aa2d63-c3b6-46e5-9af5-b244a06813b0"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9571d9e4-6e2f-4007-83e4-3c2636201328"] - }],ExpressionUUID->"a9f46c42-b142-40e7-b5c9-0665ee42db99"], - StripOnInput->False], {"\<\"TUG/ref/ValueExcess\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ValueExcess"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ValueExcess.\ + "e2990026-18b7-4a28-a267-b5d401835814"] + }],ExpressionUUID->"1402c7f0-4b1d-4d36-96eb-71ddc6417df0"], + StripOnInput->False],{ + "\"TUG/ref/ValueExcess\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ValueExcess"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ValueExcess.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$207161], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ValueExcess" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$223267], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ValueExcess" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "76b08462-771c-41ea-8601-3dfaa08c0a52"] + "1cd112e6-f77c-48b8-82aa-b6b942d7c8b6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "714c1ec8-534e-44c2-a138-b7631ba396e3"]} + "1d1c7d7d-2320-46f9-a6d0-b068ab47f274"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"73559176-7f46-4974-8578-e3a276ef8cec"], + CellID->1,ExpressionUUID->"d8e360d8-ccd6-4682-bf42-aca1e0d91a57"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"4a7e291d-e151-4276-a2f5-f1d55ddc0ba0"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5f486817-df73-4db6-91f5-d439d2a879cc"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ValueExcess", "ObjectName",ExpressionUUID-> - "7ccc9711-e789-4d57-8d3d-8af34761fe05"], + "060e8b02-8a93-42bd-96df-715f9e7981c8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"fdbe5dae-cd64-4e61-823c-389465a93950"], + "Spacer1"]],ExpressionUUID->"0aed91f2-5e35-4d16-bacb-9d5fc7687845"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "3685ffef-e3ee-4f06-9f05-1cea0a51430c"] - }],ExpressionUUID->"36e48961-39f9-423a-aec0-1ba7cadc3461"], Cell[BoxData[ + "f80c2748-63ee-4638-829f-3320462e604b"] + }],ExpressionUUID->"00f74caf-0fc4-4dec-b70e-5135aea951bd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "0038ac17-ab80-4900-88b0-37a02365345e"]} + "8a354543-ec39-475f-815b-8743abf9daf3"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6ba26b72-17b0-42af-a07f-feb8b76c1a42"], + CacheGraphics->False,ExpressionUUID->"ad4339b6-3011-43c6-a4db-2ad7233ac020"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -242,7 +246,7 @@ surpluses induced by a (pre-)imputation ", StyleBox["payoff", FontSlant->"Italic"], "." - }],ExpressionUUID->"adbbe342-278f-4e0e-b1a7-55d687bd0f89"]}, + }],ExpressionUUID->"731c07fe-e3e0-46c4-85e1-e5d3575aae08"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"ValueExcess", "[", "maxsurp", "]"}]], "InlineFormula", @@ -250,7 +254,7 @@ surpluses induced by a (pre-)imputation ", "84ec0b62-39f2-4055-a2ee-bcf1ba4a6419"], " \[LineSeparator]assigns a function value to the list of all maximum \ surpluses." - }],ExpressionUUID->"fc53fb56-64db-4365-9454-e866484c6fa5"]} + }],ExpressionUUID->"8ba54109-0758-4270-a94f-440c67963903"]} }]], "Usage", CellID->524616309,ExpressionUUID->"0b975f21-515b-40cc-93de-6ad1c6aabace"] }, Open ]], @@ -283,12 +287,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ca98944d-71cf-4443-b981-d13036ef6a4e"], + ExpressionUUID->"b9207de0-31b6-42e0-b4b1-d4d303f8a2fd"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"f9ab4e47-18ed-4e09-b8b0-98b62b785797"], + "Spacer1"]],ExpressionUUID->"3d67de7d-11f4-45f3-ac28-0ec41d57af10"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"c477ea94-8b3a-4195-89d9-418de02417d9"], + }], "NotesFrameText",ExpressionUUID->"38e4821b-4de2-4a3e-99dd-ad349a3af23e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -299,12 +303,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4d4ae1d3-c5bc-4f48-b22e-04cf80721caf"]], \ + "Preemptive"]],ExpressionUUID->"88b7fe5a-6062-4392-8014-ce23f6d30572"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->685475078,ExpressionUUID->"d619dab5-e951-4ae0-9fed-626eb35689fc"], + CellID->1438653898,ExpressionUUID->"118960a4-2e35-4000-8c89-b1e374120e5b"], Cell[TextData[{ "The input expression ", @@ -387,19 +391,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8b22dbd4-cd12-4e7a-ac6d-9272a86f8d38"], + ExpressionUUID->"9ee820f7-c70d-473c-bffa-f1ad9877fb43"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e93c26b2-57f3-4f87-a674-7e53a39542da"], + "Spacer1"]],ExpressionUUID->"732b7b51-ef06-47ad-80e1-f088c6229e85"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "845a4514-9d97-45be-94d0-8b773459a7d8"] + "9201a20f-6334-471e-99da-ee598a2da31e"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->33591634,ExpressionUUID->"aaf58427-2df8-488d-b5f3-ccade624c6df"], + CellID->540880309,ExpressionUUID->"b9f8f626-ac7e-45df-a23d-f154a59cd809"], Cell[CellGroupData[{ @@ -428,18 +432,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"91686294-e2fb-4219-8309-e3493b01b535"], + ExpressionUUID->"fc32c327-6ddc-4750-b877-660e684c3c66"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"089f202a-4b48-4386-a291-647d06d2ed5e"], + "Spacer1"]],ExpressionUUID->"9b00ce8a-cc79-47e7-8c3a-cce21f615eba"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "050e4284-b6c0-4a2e-aae0-da187c658bf4"] + "d8358ef2-29f4-45fa-949c-fa53ef2e233a"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1752993550,ExpressionUUID->"0897773d-b11e-4a48-bee8-00a8381a1617"], + CellID->47330727,ExpressionUUID->"71702db9-0f9f-48fc-b5ca-42a6dc2552bb"], Cell["Loading the package:", "ExampleText", CellID->536835001,ExpressionUUID->"2f2caf22-fc7f-4111-bfe3-ab01aab03f0b"], @@ -701,8 +705,6 @@ Cell["In both case, we get the same result.", "ExampleText", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -850,15 +852,15 @@ Cell[BoxData[GridBox[{ "04de0ac2-d906-4d21-a1f5-45661a24c2b4"] }], "SeeAlso",ExpressionUUID->"85606c57-8d0b-437b-a449-c561be051963"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"f293867a-53fd-43d8-92ae-\ -96511ce7dffb"], + }]], "SeeAlsoSection",ExpressionUUID->"0fea9767-05c0-4b5a-88d1-\ +3f8a8516b370"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -870,9 +872,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"0dfcdcfd-d2a8-4f87-ae1a-027401e533e5"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ed53980f-ee6c-48ae-90fc-\ -4baaa4215b80"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"452ab5ba-3695-4872-90c3-\ +b3d102c039b7"], Cell[BoxData[GridBox[{ { @@ -889,7 +890,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "25db5c4b-6f59-4467-a059-3470c2d1f46d"]}]}, + "cdc285e1-2f4a-4b4f-94df-17800661cdbe"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -897,10 +898,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "91d52269-0a65-4abf-a92b-36e0ac09d8f2"]}]} + "55c7d9e3-4f41-46f0-a853-2a824518ae30"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"580cf11f-42fe-4a63-8052-\ -a651218ab917"], + }]], "MoreAboutSection",ExpressionUUID->"accbd24f-c7dd-4a9e-89c2-\ +8b9b7553c0fe"], Cell[BoxData[GridBox[{ { @@ -927,7 +928,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelSolution"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "934ed453-c55a-4676-bb9d-505628d689bc"]], "RelatedLinks", + "769eabdc-2283-4668-9693-7a944cf321c8"]], "RelatedLinks", ExpressionUUID->"8077c105-a7ed-465f-9a37-1b7d8368c3ff"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -944,7 +945,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6fb861c3-99ce-440e-8740-eb1d66ccd451"]], "RelatedLinks", + "42d95263-594e-411f-8bd0-c71ba317b939"]], "RelatedLinks", ExpressionUUID->"6ad5ec27-76da-4536-8825-1d4bf1bf0959"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -961,11 +962,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c3db7b88-71a6-45ec-8f05-2b464de673b4"]], "RelatedLinks", + "347b75ae-86b7-4340-b781-aa06834bbb0a"]], "RelatedLinks", ExpressionUUID->"92759991-522e-4ea3-8ed6-df88b69f64eb"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"18c9de0f-fe5c-4eed-8296-\ -1eb69971885b"], + }]], "RelatedLinksSection",ExpressionUUID->"4b99d1f1-6aa2-413b-8266-\ +9ac85742ebfa"], Cell[CellGroupData[{ @@ -995,11 +996,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"20a5dce3-602d-4239-832f-751ff9ea8959"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b296b8ab-eaa9-424a-b831-41169cca129a"] +Cell[" ", "FooterCell",ExpressionUUID->"e03030aa-7250-4a2e-ad4a-c781afa0e77c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ValueExcess", TaggingRules->{ @@ -1010,7 +1011,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 6.729243}", + "built" -> "{2024, 6, 3, 16, 56, 16.447770}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1019,10 +1020,10 @@ TaggingRules->{ maximum surpluses induced by a (pre-)imputation payoff. ValueExcess[maxsurp] \ assigns a function value to the list of all maximum surpluses.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ValueExcess", - "titlemodifier" -> "", "windowtitle" -> "ValueExcess", "type" -> "Symbol", - "uri" -> "TUG/ref/ValueExcess"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ValueExcess", "type" -> "Symbol", "uri" -> "TUG/ref/ValueExcess"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1031,9 +1032,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ed529cc8-aed0-41ad-b57e-b9ff4abd9e71" +ExpressionUUID->"4b336bbd-8556-47e6-8bc5-aa4bda43fb8b" ] (* End of Notebook Content *) @@ -1041,149 +1042,147 @@ ExpressionUUID->"ed529cc8-aed0-41ad-b57e-b9ff4abd9e71" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14136, 364, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aaf58427-2df8-488d-b5f3-ccade624c6df", + Cell[14182, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b9f8f626-ac7e-45df-a23d-f154a59cd809", CellTags->"PrimaryExamplesSection", - CellID->33591634]} + CellID->540880309]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38012, 1042} + {"PrimaryExamplesSection", 38042, 1043} } *) (*NotebookFileOutline Notebook[{ -Cell[583, 21, 7100, 168, 56, "AnchorBarGrid",ExpressionUUID->"73559176-7f46-4974-8578-e3a276ef8cec", +Cell[583, 21, 7145, 172, 57, "AnchorBarGrid",ExpressionUUID->"d8e360d8-ccd6-4682-bf42-aca1e0d91a57", CellID->1], -Cell[7686, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"4a7e291d-e151-4276-a2f5-f1d55ddc0ba0"], +Cell[7731, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5f486817-df73-4db6-91f5-d439d2a879cc"], Cell[CellGroupData[{ -Cell[7797, 195, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"6ba26b72-17b0-42af-a07f-feb8b76c1a42"], -Cell[9085, 232, 968, 22, 187, "Usage",ExpressionUUID->"0b975f21-515b-40cc-93de-6ad1c6aabace", +Cell[7842, 199, 1285, 35, 59, "ObjectNameGrid",ExpressionUUID->"ad4339b6-3011-43c6-a4db-2ad7233ac020"], +Cell[9130, 236, 968, 22, 186, "Usage",ExpressionUUID->"0b975f21-515b-40cc-93de-6ad1c6aabace", CellID->524616309] }, Open ]], Cell[CellGroupData[{ -Cell[10090, 259, 1894, 47, 37, "NotesSection",ExpressionUUID->"d619dab5-e951-4ae0-9fed-626eb35689fc", +Cell[10135, 263, 1895, 47, 37, "NotesSection",ExpressionUUID->"118960a4-2e35-4000-8c89-b1e374120e5b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->685475078], -Cell[11987, 308, 1017, 24, 78, "]]",ExpressionUUID->"0d580da0-c03a-490f-89fc-ad6085096d6f", + CellID->1438653898], +Cell[12033, 312, 1017, 24, 78, "]]",ExpressionUUID->"0d580da0-c03a-490f-89fc-ad6085096d6f", CellID->209133038], -Cell[13007, 334, 489, 12, 37, "Notes",ExpressionUUID->"c3d094f9-ab67-40e8-8f85-9f99376c6da0", +Cell[13053, 338, 489, 12, 38, "Notes",ExpressionUUID->"c3d094f9-ab67-40e8-8f85-9f99376c6da0", CellID->177724765], -Cell[13499, 348, 147, 1, 36, "Notes",ExpressionUUID->"70d0138b-08e0-4f55-a652-7cba341944c7", +Cell[13545, 352, 147, 1, 36, "Notes",ExpressionUUID->"70d0138b-08e0-4f55-a652-7cba341944c7", CellID->1209310903], -Cell[13649, 351, 228, 4, 36, "Notes",ExpressionUUID->"f0553113-4247-41c0-9cee-4d46b083635b", +Cell[13695, 355, 228, 4, 36, "Notes",ExpressionUUID->"f0553113-4247-41c0-9cee-4d46b083635b", CellID->1328520741], -Cell[13880, 357, 129, 1, 36, "Notes",ExpressionUUID->"052f5a11-1500-4505-9105-e9687c352497", +Cell[13926, 361, 129, 1, 36, "Notes",ExpressionUUID->"052f5a11-1500-4505-9105-e9687c352497", CellID->168335572] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14136, 364, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aaf58427-2df8-488d-b5f3-ccade624c6df", +Cell[14182, 368, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b9f8f626-ac7e-45df-a23d-f154a59cd809", CellTags->"PrimaryExamplesSection", - CellID->33591634], + CellID->540880309], Cell[CellGroupData[{ -Cell[15580, 405, 1399, 36, 30, "ExampleSection",ExpressionUUID->"0897773d-b11e-4a48-bee8-00a8381a1617", - CellID->1752993550], -Cell[16982, 443, 118, 1, 38, "ExampleText",ExpressionUUID->"2f2caf22-fc7f-4111-bfe3-ab01aab03f0b", +Cell[15627, 409, 1397, 36, 30, "ExampleSection",ExpressionUUID->"71702db9-0f9f-48fc-b5ca-42a6dc2552bb", + CellID->47330727], +Cell[17027, 447, 118, 1, 39, "ExampleText",ExpressionUUID->"2f2caf22-fc7f-4111-bfe3-ab01aab03f0b", CellID->536835001], Cell[CellGroupData[{ -Cell[17125, 448, 167, 3, 27, "Input",ExpressionUUID->"7ffb3610-c11d-41a7-a065-bb5522b66f51", +Cell[17170, 452, 167, 3, 27, "Input",ExpressionUUID->"7ffb3610-c11d-41a7-a065-bb5522b66f51", CellID->700506766], Cell[CellGroupData[{ -Cell[17317, 455, 236, 4, 23, "Print",ExpressionUUID->"eb334be0-973b-4609-a43b-589e77a8b8dd", +Cell[17362, 459, 236, 4, 23, "Print",ExpressionUUID->"eb334be0-973b-4609-a43b-589e77a8b8dd", CellID->239690250], -Cell[17556, 461, 366, 8, 23, "Print",ExpressionUUID->"af0d30a4-57b4-4d33-9547-365104c9af17", +Cell[17601, 465, 366, 8, 23, "Print",ExpressionUUID->"af0d30a4-57b4-4d33-9547-365104c9af17", CellID->1215911722], -Cell[17925, 471, 237, 4, 23, "Print",ExpressionUUID->"1dfab862-a837-422a-a216-45b100f0a9e4", +Cell[17970, 475, 237, 4, 23, "Print",ExpressionUUID->"1dfab862-a837-422a-a216-45b100f0a9e4", CellID->1153721389], -Cell[18165, 477, 221, 3, 23, "Print",ExpressionUUID->"ab49b75e-1fbc-46f3-97d0-a4b964319165", +Cell[18210, 481, 221, 3, 23, "Print",ExpressionUUID->"ab49b75e-1fbc-46f3-97d0-a4b964319165", CellID->1200492563], -Cell[18389, 482, 208, 3, 23, "Print",ExpressionUUID->"58583f74-017b-4146-ab82-bca2443705f2", +Cell[18434, 486, 208, 3, 23, "Print",ExpressionUUID->"58583f74-017b-4146-ab82-bca2443705f2", CellID->1834845957], -Cell[18600, 487, 237, 4, 70, "Print",ExpressionUUID->"ebde8392-110c-48fa-b9da-eb027cf5358a", +Cell[18645, 491, 237, 4, 23, "Print",ExpressionUUID->"ebde8392-110c-48fa-b9da-eb027cf5358a", CellID->647767238], -Cell[18840, 493, 220, 3, 70, "Print",ExpressionUUID->"1a31149f-7b7c-4fec-a4eb-99383a2c7710", +Cell[18885, 497, 220, 3, 70, "Print",ExpressionUUID->"1a31149f-7b7c-4fec-a4eb-99383a2c7710", CellID->457064204], -Cell[19063, 498, 237, 4, 70, "Print",ExpressionUUID->"10638b9d-fb35-4c39-a5df-fda9f867c0fc", +Cell[19108, 502, 237, 4, 70, "Print",ExpressionUUID->"10638b9d-fb35-4c39-a5df-fda9f867c0fc", CellID->1253230836], -Cell[19303, 504, 237, 4, 70, "Print",ExpressionUUID->"736ae1d6-1aa3-4c8d-9f4b-9ffc79f2d620", +Cell[19348, 508, 237, 4, 70, "Print",ExpressionUUID->"736ae1d6-1aa3-4c8d-9f4b-9ffc79f2d620", CellID->1764628517], -Cell[19543, 510, 208, 3, 70, "Print",ExpressionUUID->"7f1c6ea8-2112-4000-8887-20939e671f24", +Cell[19588, 514, 208, 3, 70, "Print",ExpressionUUID->"7f1c6ea8-2112-4000-8887-20939e671f24", CellID->1769553478], -Cell[19754, 515, 236, 4, 70, "Print",ExpressionUUID->"d10b993c-4b96-47e1-961a-a9ebef8b469e", +Cell[19799, 519, 236, 4, 70, "Print",ExpressionUUID->"d10b993c-4b96-47e1-961a-a9ebef8b469e", CellID->300487061] }, Open ]] }, Open ]], -Cell[20017, 523, 137, 1, 70, "ExampleText",ExpressionUUID->"8ddef1df-1ac3-4103-86dd-730308e02237", +Cell[20062, 527, 137, 1, 70, "ExampleText",ExpressionUUID->"8ddef1df-1ac3-4103-86dd-730308e02237", CellID->1252674302], -Cell[20157, 526, 235, 6, 70, "Input",ExpressionUUID->"d8132b83-a524-4793-9d75-78b84a2b30e4", +Cell[20202, 530, 235, 6, 70, "Input",ExpressionUUID->"d8132b83-a524-4793-9d75-78b84a2b30e4", CellID->1058155690], -Cell[20395, 534, 381, 9, 70, "Input",ExpressionUUID->"a7c49521-0827-43e2-806b-a8c162d6fd8f", +Cell[20440, 538, 381, 9, 70, "Input",ExpressionUUID->"a7c49521-0827-43e2-806b-a8c162d6fd8f", CellID->1385201360], -Cell[20779, 545, 238, 6, 70, "Input",ExpressionUUID->"ec4d02b7-f549-4658-bcf1-62dcea022b50", +Cell[20824, 549, 238, 6, 70, "Input",ExpressionUUID->"ec4d02b7-f549-4658-bcf1-62dcea022b50", CellID->1252538012], -Cell[21020, 553, 191, 4, 70, "ExampleText",ExpressionUUID->"4cf28525-e897-4666-80a9-2cfaf060140e", +Cell[21065, 557, 191, 4, 70, "ExampleText",ExpressionUUID->"4cf28525-e897-4666-80a9-2cfaf060140e", CellID->1652256850], Cell[CellGroupData[{ -Cell[21236, 561, 168, 3, 70, "Input",ExpressionUUID->"e6947c76-d939-442e-9008-26ff08766765", +Cell[21281, 565, 168, 3, 70, "Input",ExpressionUUID->"e6947c76-d939-442e-9008-26ff08766765", CellID->447028616], -Cell[21407, 566, 174, 4, 36, "Output",ExpressionUUID->"546659c6-797f-4d98-8f5e-75e7092c263e", +Cell[21452, 570, 174, 4, 36, "Output",ExpressionUUID->"546659c6-797f-4d98-8f5e-75e7092c263e", CellID->1807765884] }, Open ]], -Cell[21596, 573, 159, 2, 70, "ExampleText",ExpressionUUID->"de43b641-eb03-40a2-8484-0baa3cc105c9", +Cell[21641, 577, 159, 2, 70, "ExampleText",ExpressionUUID->"de43b641-eb03-40a2-8484-0baa3cc105c9", CellID->1583513813], Cell[CellGroupData[{ -Cell[21780, 579, 195, 4, 70, "Input",ExpressionUUID->"04fda9d1-fe7a-4d62-afd1-94599dcbbf1f", +Cell[21825, 583, 195, 4, 70, "Input",ExpressionUUID->"04fda9d1-fe7a-4d62-afd1-94599dcbbf1f", CellID->1046487014], -Cell[21978, 585, 318, 9, 51, "Output",ExpressionUUID->"d982a31f-edb0-4534-b34a-f5c06b5d19b1", +Cell[22023, 589, 318, 9, 50, "Output",ExpressionUUID->"d982a31f-edb0-4534-b34a-f5c06b5d19b1", CellID->375109628] }, Open ]], -Cell[22311, 597, 171, 3, 70, "ExampleText",ExpressionUUID->"d8e78e4d-f216-4b38-9aa2-61f69ce8c2c3", +Cell[22356, 601, 171, 3, 70, "ExampleText",ExpressionUUID->"d8e78e4d-f216-4b38-9aa2-61f69ce8c2c3", CellID->1775549357], Cell[CellGroupData[{ -Cell[22507, 604, 193, 4, 70, "Input",ExpressionUUID->"a76cab46-a94b-4ab2-a7e2-cb02b069a9ff", +Cell[22552, 608, 193, 4, 70, "Input",ExpressionUUID->"a76cab46-a94b-4ab2-a7e2-cb02b069a9ff", CellID->259251920], -Cell[22703, 610, 183, 4, 51, "Output",ExpressionUUID->"01808071-5616-42df-a906-0f5c5cef130a", +Cell[22748, 614, 183, 4, 50, "Output",ExpressionUUID->"01808071-5616-42df-a906-0f5c5cef130a", CellID->1207157569] }, Open ]], -Cell[22901, 617, 257, 4, 70, "ExampleText",ExpressionUUID->"ff22a3b8-8372-46eb-b465-6b67d71a2449", +Cell[22946, 621, 257, 4, 70, "ExampleText",ExpressionUUID->"ff22a3b8-8372-46eb-b465-6b67d71a2449", CellID->1214822586], Cell[CellGroupData[{ -Cell[23183, 625, 230, 5, 70, "Input",ExpressionUUID->"3bf10126-61a9-4cba-a8b3-5eeb0a6ea6de", +Cell[23228, 629, 230, 5, 70, "Input",ExpressionUUID->"3bf10126-61a9-4cba-a8b3-5eeb0a6ea6de", CellID->1751766403], -Cell[23416, 632, 1157, 42, 51, "Output",ExpressionUUID->"09e91c79-e6cc-4465-a7f7-de82704ad23d", +Cell[23461, 636, 1157, 42, 51, "Output",ExpressionUUID->"09e91c79-e6cc-4465-a7f7-de82704ad23d", CellID->521508360] }, Open ]], -Cell[24588, 677, 154, 1, 70, "ExampleText",ExpressionUUID->"7037affc-f4ff-4f8e-8057-3fe33e597478", +Cell[24633, 681, 154, 1, 70, "ExampleText",ExpressionUUID->"7037affc-f4ff-4f8e-8057-3fe33e597478", CellID->1443290498], Cell[CellGroupData[{ -Cell[24767, 682, 165, 3, 70, "Input",ExpressionUUID->"81fd5c55-14e6-4113-b103-9cf6948af9ec", +Cell[24812, 686, 165, 3, 70, "Input",ExpressionUUID->"81fd5c55-14e6-4113-b103-9cf6948af9ec", CellID->627256076], -Cell[24935, 687, 182, 4, 51, "Output",ExpressionUUID->"cecac935-f2de-4dec-9a45-5596da3ae994", +Cell[24980, 691, 182, 4, 50, "Output",ExpressionUUID->"cecac935-f2de-4dec-9a45-5596da3ae994", CellID->443769822] }, Open ]], -Cell[25132, 694, 135, 1, 70, "ExampleText",ExpressionUUID->"254287fb-a91a-4c17-817d-a10017ac886b", +Cell[25177, 698, 135, 1, 70, "ExampleText",ExpressionUUID->"254287fb-a91a-4c17-817d-a10017ac886b", CellID->293825872] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25542, 707, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"0fea9767-05c0-4b5a-88d1-3f8a8516b370"], +Cell[31022, 857, 670, 18, 70, "TechNotesSection",ExpressionUUID->"452ab5ba-3695-4872-90c3-b3d102c039b7"], +Cell[31695, 877, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"accbd24f-c7dd-4a9e-89c2-8b9b7553c0fe"], +Cell[32731, 905, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"4b99d1f1-6aa2-413b-8266-9ac85742ebfa"], Cell[CellGroupData[{ -Cell[25519, 705, 5477, 148, 70, "SeeAlsoSection",ExpressionUUID->"f293867a-53fd-43d8-92ae-96511ce7dffb"], -Cell[30999, 855, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ed53980f-ee6c-48ae-90fc-4baaa4215b80"] -}, Open ]], -Cell[31684, 876, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"580cf11f-42fe-4a63-8052-a651218ab917"], -Cell[32720, 904, 2227, 63, 70, "RelatedLinksSection",ExpressionUUID->"18c9de0f-fe5c-4eed-8296-1eb69971885b"], -Cell[CellGroupData[{ -Cell[34972, 971, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3ec91fcb-106c-49ce-8c85-16624e0f6a1a", +Cell[34983, 972, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3ec91fcb-106c-49ce-8c85-16624e0f6a1a", CellID->906383680], -Cell[35112, 974, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea611ef3-2f13-4e52-af9a-53ceed54e667", +Cell[35123, 975, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ea611ef3-2f13-4e52-af9a-53ceed54e667", CellID->1194386356], -Cell[35334, 980, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"406612b2-6c1e-4408-97a3-2d87bd0fddc3", +Cell[35345, 981, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"406612b2-6c1e-4408-97a3-2d87bd0fddc3", CellID->1641706272], -Cell[35549, 985, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7e9e8b57-f2af-4532-bd22-becfa6993ebb", +Cell[35560, 986, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7e9e8b57-f2af-4532-bd22-becfa6993ebb", CellID->399251956], -Cell[35778, 991, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"20a5dce3-602d-4239-832f-751ff9ea8959", +Cell[35789, 992, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"20a5dce3-602d-4239-832f-751ff9ea8959", CellID->821434655] }, Open ]], -Cell[36015, 997, 78, 0, 70, "FooterCell",ExpressionUUID->"b296b8ab-eaa9-424a-b831-41169cca129a"] +Cell[36026, 998, 78, 0, 70, "FooterCell",ExpressionUUID->"e03030aa-7250-4a2e-ad4a-c781afa0e77c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Vec3DToSimplex.nb b/Documentation/English/ReferencePages/Symbols/Vec3DToSimplex.nb index 708f37b..ee2fae3 100644 --- a/Documentation/English/ReferencePages/Symbols/Vec3DToSimplex.nb +++ b/Documentation/English/ReferencePages/Symbols/Vec3DToSimplex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41509, 1086] -NotebookOptionsPosition[ 33367, 924] -NotebookOutlinePosition[ 35451, 978] -CellTagsIndexPosition[ 35366, 973] +NotebookDataLength[ 41517, 1086] +NotebookOptionsPosition[ 33389, 926] +NotebookOutlinePosition[ 35492, 980] +CellTagsIndexPosition[ 35407, 975] WindowTitle->Vec3DToSimplex WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "db342210-2e2f-49cd-a863-40083d66bc1a"], + "4a836398-38d7-43e0-b1f4-89be0e78ce60"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fffe9d69-be2f-4268-a467-a350d48cae91"], + "c1e8e18a-2ce7-4f3e-ac06-b781b4212ce8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "dfaf1b5f-c28c-44ab-a9be-27dc8c6042b0"] - }],ExpressionUUID->"c1806c69-c575-444e-ad03-cebd8db7b5b8"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "49b08e22-b97b-4bff-bdc1-40631a91a39b"] + }],ExpressionUUID->"a0f0b762-c3cb-4ba0-a234-da77bab6fe2e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c22166af-5676-4db0-ab86-3bcf7080b5a1"], + "f02c04fb-7b5a-47d1-9a26-a33bd9ae2970"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d2ce6796-435e-46fb-b8cf-bef4f05225cb"] - }],ExpressionUUID->"036bea10-c9ef-45a8-8786-511e414f2e94"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "074c3a7a-532a-42bc-96a6-09adc009e9f4"] + }],ExpressionUUID->"b499ecd8-3f35-4192-ae67-1b966035fbb0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5e5bd76b-97e9-430a-b60a-212a8bb35976"], + "575d74a7-4f6c-45e2-8aa6-7260f4d07dce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4cc68ab-d608-4ae9-a62b-7b9cde3dc9ec"] - }],ExpressionUUID->"793159dd-7c8a-44c3-931e-e1f4a16f6557"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "00137827-1d32-44f2-89ee-576aae465df7"] + }],ExpressionUUID->"95219dc1-0d68-4b96-881a-baa3a510e301"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "03b8f296-fa15-45d9-bb4a-fa36803c0ba7"], + "2ab9ebfb-eeab-4913-9ab2-ec11e9f5ebe6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "be86e065-be64-40b4-8cd1-e8da8a2a64c3"] - }],ExpressionUUID->"c3ce0908-b0da-4ffd-9578-c5b76a01f4f6"], - StripOnInput->False], {"\<\"TUG/ref/Vec3DToSimplex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Vec3DToSimplex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "562e0088-93e9-4dcb-8ddb-2ec1aa5f1c03"] + }],ExpressionUUID->"88c80dcb-e834-4864-acb2-62cebbf126cd"], + StripOnInput->False],{ + "\"TUG/ref/Vec3DToSimplex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Vec3DToSimplex"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ Vec3DToSimplex.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$207726], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Vec3DToSimplex" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$223866], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Vec3DToSimplex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ed9dc1aa-d876-4252-9964-92b157efe195"] + "c9ab3a84-d6be-49d7-ac51-3807b808119f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b3cfabe6-37d7-4ddb-b069-3c169f862e52"]} + "656759d8-99b3-47a2-9983-cfc1b3237ae1"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e97caf6b-b748-4700-8d5d-eb8d6ca07b6a"], + CellID->1,ExpressionUUID->"b0de6a3b-17d6-481e-bbb8-046e95ffc4c7"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"19f498b0-6d6f-41c1-9a1e-3d59ee64f445"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"41cf5760-976e-468d-b910-01176a37f933"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Vec3DToSimplex", "ObjectName",ExpressionUUID-> - "257779df-e3fb-42cc-9563-3bbaca23af00"], + "223402d4-8d68-4346-a6ec-1298e2cabf9f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"afef2b0c-b335-44f5-a894-8d5e04798456"], + "Spacer1"]],ExpressionUUID->"68322dd8-5597-4c90-8a13-a16be90476e4"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5128b94d-ce85-4825-9bca-8e4db086f2b4"] - }],ExpressionUUID->"3632deea-45d6-4733-8575-66b12ccf2d7e"], Cell[BoxData[ + "3b303da8-a152-4402-bcc1-fa2467a5622f"] + }],ExpressionUUID->"379fe160-7dd3-4557-b001-a84febd2a6b5"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "55e7f0e5-7ce9-4f1d-a457-a9e5baad9c91"]} + "3899ded9-a901-47f7-b654-7c422a752a92"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"0c6dbb67-51b5-47a5-a97b-4dc68673d1bf"], + CacheGraphics->False,ExpressionUUID->"56e4149e-7840-4186-85c5-2a735cc938fe"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "585d97cf-aebd-461c-b538-c3bd293dc3df"], " \[LineSeparator]projects a vector of dimension 3 onto the \ 2-dimensional simplex." - }],ExpressionUUID->"cb29a9e4-7593-4f2f-af81-501d75f537a5"]} + }],ExpressionUUID->"0f921d79-0696-4614-8ea9-eeb4955d8a57"]} }]], "Usage", CellID->1292679856,ExpressionUUID->"1821f5bd-0d96-44e3-9614-2d0c3907d6ef"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"877f99c2-7d98-41e7-b955-4c2bf11c4a8f"], + ExpressionUUID->"b3a94784-eb75-42cd-9e43-b956a099043a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"42e1c41e-0e43-4974-9b47-372e01e2b29e"], + "Spacer1"]],ExpressionUUID->"75397e9f-c44f-492b-8932-a829e1ec94d9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f7813661-d506-403b-ac23-0ad49f087d89"], + }], "NotesFrameText",ExpressionUUID->"73eeb671-40dd-4b4e-8827-84de9df3c91c"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"4eaaf13c-f268-4de8-be82-15c2b40af602"]], \ + "Preemptive"]],ExpressionUUID->"272fd0cb-0667-40eb-b724-f8a687fae97d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1804806069,ExpressionUUID->"9ef37a61-bb5b-44ae-a991-8508813ba404"], + CellID->1089247471,ExpressionUUID->"68c8aeb5-2a27-4065-9f05-fee37bd742bb"], Cell[TextData[{ "The input expression ", @@ -358,19 +363,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a13f7d6c-98a1-48ff-8586-a7d58c0aa1a0"], + ExpressionUUID->"c58edb92-9197-4c84-9de9-264c3ea35715"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1613cd39-74f2-4540-9557-515d05bcd81f"], + "Spacer1"]],ExpressionUUID->"73981bd7-5c8f-4f4b-b764-06ce35d5938c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5ec53c68-f6f0-405a-bcef-eb5f83f157c9"] + "1974faba-b357-4047-b3d2-180fed440418"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->13799501,ExpressionUUID->"5aa8b1e4-4270-40f5-bb5e-cc800ea0d706"], + CellID->62412033,ExpressionUUID->"a890f749-47a7-4260-aa18-1ae78bdf200b"], Cell[CellGroupData[{ @@ -399,18 +404,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"49ba961c-82c4-437a-bed9-d8175ee155ae"], + ExpressionUUID->"d8a11bc4-a570-403d-a06c-5c9a7f552bf8"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"48de07b7-6ab4-4f82-a903-50a499ca8ab1"], + "Spacer1"]],ExpressionUUID->"879399bd-df04-4b7f-b7d3-5777ebd9b3df"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "9cee6513-e326-438c-983f-4727786319fc"] + "79b3782e-ab32-4b82-9a3d-4c417032df67"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1006873843,ExpressionUUID->"62980438-4506-49da-a7f1-c69a0979e4e5"], + CellID->1807085676,ExpressionUUID->"4900501e-4129-43f0-930b-b86cd6cd8e5a"], Cell["Loading the package:", "ExampleText", CellID->1816544245,ExpressionUUID->"e930524d-7b75-4a64-88a0-27ba1d975c31"], @@ -625,8 +630,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -774,15 +777,15 @@ Cell[BoxData[GridBox[{ "9494fbfc-fee8-4249-a717-25636ab0836e"] }], "SeeAlso",ExpressionUUID->"ac5dc9b0-efa1-4649-b286-5113683fb9d9"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"85cd7979-fe8f-4fab-bec0-\ -188d521b5e55"], + }]], "SeeAlsoSection",ExpressionUUID->"c463bb62-cb19-4694-ac1c-\ +126fae18327a"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -794,9 +797,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"ea7e0e67-592c-425e-be81-5fd64f851ef0"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"23a24a07-be7d-4fbe-86d8-\ -dc98cfc0d5bc"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"309fd271-4f79-4d52-9dbe-\ +533a47929099"], Cell[BoxData[GridBox[{ { @@ -813,7 +815,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b4c44399-867b-46e6-9101-a985f6b0a520"]}]}, + "2285c03c-9494-487c-ab4d-72f5dfe474f2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -821,10 +823,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "6b5ef5dd-8cef-4eed-9723-b7cd10d07350"]}]} + "98cc2254-dde5-4212-b9f4-b9fac7d59502"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c4cfd4b2-927f-4706-ba60-\ -eb130754960c"], + }]], "MoreAboutSection",ExpressionUUID->"b960e17f-e532-4285-8b4b-\ +7bd9f893d662"], Cell[BoxData[GridBox[{ { @@ -852,7 +854,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "fd6689f9-f454-4815-8962-9dfa47160b92"]], "RelatedLinks", + "269530e9-514e-4896-8ad0-3fe5a644d178"]], "RelatedLinks", ExpressionUUID->"4a75a205-77ca-4530-8442-e7c6f4b3bb7e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -869,7 +871,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "dba48cc6-779d-4352-b846-b310c3bafa1d"]], "RelatedLinks", + "d863aa3c-8bd7-4d33-858b-65a35eda59ce"]], "RelatedLinks", ExpressionUUID->"e3128596-6a8a-40e4-9240-1fdd743aa378"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -886,11 +888,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9184bbee-95fc-4a4f-ae77-d1fd67c1e1ff"]], "RelatedLinks", + "b1f7ba6b-377c-4cd3-b584-3c0e0ad228e4"]], "RelatedLinks", ExpressionUUID->"57989d49-252b-4d57-b636-b57def6805f6"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"5b420b77-e535-4901-a6e9-\ -022e14ea2519"], + }]], "RelatedLinksSection",ExpressionUUID->"68867251-fd50-45ca-9b96-\ +4b46b1d991e0"], Cell[CellGroupData[{ @@ -920,11 +922,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"45e7bec0-5d35-4c36-8d1e-e64f11ff785c"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"94392f70-aaa1-421c-911f-107ea0d30a24"] +Cell[" ", "FooterCell",ExpressionUUID->"814b5c7f-7da2-4b66-a7e1-45b841dac43e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Vec3DToSimplex", TaggingRules->{ @@ -935,18 +937,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 8.245045}", + "built" -> "{2024, 6, 3, 16, 56, 17.251695}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Vec3DToSimplex[vec] projects a vector of dimension 3 onto the \ 2-dimensional simplex.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "Vec3DToSimplex", "titlemodifier" -> "", "windowtitle" -> - "Vec3DToSimplex", "type" -> "Symbol", "uri" -> + "Vec3DToSimplex", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "Vec3DToSimplex", "type" -> "Symbol", "uri" -> "TUG/ref/Vec3DToSimplex"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -955,9 +957,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c3e7230a-d47b-4a2d-b67e-a939416d4249" +ExpressionUUID->"c3fe1a7a-6aa7-40c8-817d-73139b766f9e" ] (* End of Notebook Content *) @@ -965,129 +967,127 @@ ExpressionUUID->"c3e7230a-d47b-4a2d-b67e-a939416d4249" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12919, 335, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5aa8b1e4-4270-40f5-bb5e-cc800ea0d706", + Cell[12975, 340, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a890f749-47a7-4260-aa18-1ae78bdf200b", CellTags->"PrimaryExamplesSection", - CellID->13799501]} + CellID->62412033]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35167, 966} + {"PrimaryExamplesSection", 35208, 968} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"e97caf6b-b748-4700-8d5d-eb8d6ca07b6a", +Cell[586, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"b0de6a3b-17d6-481e-bbb8-046e95ffc4c7", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"19f498b0-6d6f-41c1-9a1e-3d59ee64f445"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"41cf5760-976e-468d-b910-01176a37f933"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"0c6dbb67-51b5-47a5-a97b-4dc68673d1bf"], -Cell[9108, 232, 481, 10, 111, "Usage",ExpressionUUID->"1821f5bd-0d96-44e3-9614-2d0c3907d6ef", +Cell[7873, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"56e4149e-7840-4186-85c5-2a735cc938fe"], +Cell[9164, 237, 481, 10, 111, "Usage",ExpressionUUID->"1821f5bd-0d96-44e3-9614-2d0c3907d6ef", CellID->1292679856] }, Open ]], Cell[CellGroupData[{ -Cell[9626, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"9ef37a61-bb5b-44ae-a991-8508813ba404", +Cell[9682, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"68c8aeb5-2a27-4065-9f05-fee37bd742bb", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1804806069], -Cell[11524, 296, 364, 8, 36, "Notes",ExpressionUUID->"3568fd10-b047-4d3b-9133-1ed8bec2413f", + CellID->1089247471], +Cell[11580, 301, 364, 8, 36, "Notes",ExpressionUUID->"3568fd10-b047-4d3b-9133-1ed8bec2413f", CellID->217410899], -Cell[11891, 306, 489, 12, 37, "Notes",ExpressionUUID->"ad5efc97-acc5-467b-9f40-8023f38bd23e", +Cell[11947, 311, 489, 12, 38, "Notes",ExpressionUUID->"ad5efc97-acc5-467b-9f40-8023f38bd23e", CellID->177724765], -Cell[12383, 320, 242, 4, 57, "Notes",ExpressionUUID->"eaec6a63-e357-4faa-84d9-68681619b7f6", +Cell[12439, 325, 242, 4, 57, "Notes",ExpressionUUID->"eaec6a63-e357-4faa-84d9-68681619b7f6", CellID->1685791108], -Cell[12628, 326, 164, 3, 36, "Notes",ExpressionUUID->"903d16dd-8c71-4124-b8bb-2aca716198cd", +Cell[12684, 331, 164, 3, 36, "Notes",ExpressionUUID->"903d16dd-8c71-4124-b8bb-2aca716198cd", CellID->131051343] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12919, 335, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5aa8b1e4-4270-40f5-bb5e-cc800ea0d706", +Cell[12975, 340, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"a890f749-47a7-4260-aa18-1ae78bdf200b", CellTags->"PrimaryExamplesSection", - CellID->13799501], + CellID->62412033], Cell[CellGroupData[{ -Cell[14363, 376, 1399, 36, 30, "ExampleSection",ExpressionUUID->"62980438-4506-49da-a7f1-c69a0979e4e5", - CellID->1006873843], -Cell[15765, 414, 119, 1, 38, "ExampleText",ExpressionUUID->"e930524d-7b75-4a64-88a0-27ba1d975c31", +Cell[14419, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"4900501e-4129-43f0-930b-b86cd6cd8e5a", + CellID->1807085676], +Cell[15821, 419, 119, 1, 39, "ExampleText",ExpressionUUID->"e930524d-7b75-4a64-88a0-27ba1d975c31", CellID->1816544245], Cell[CellGroupData[{ -Cell[15909, 419, 167, 3, 27, "Input",ExpressionUUID->"1b74c6e2-7cbc-48dc-bb26-f01b218f854f", +Cell[15965, 424, 167, 3, 27, "Input",ExpressionUUID->"1b74c6e2-7cbc-48dc-bb26-f01b218f854f", CellID->834339011], Cell[CellGroupData[{ -Cell[16101, 426, 236, 4, 23, "Print",ExpressionUUID->"e321c6b3-4f60-443c-b255-65f189805d78", +Cell[16157, 431, 236, 4, 23, "Print",ExpressionUUID->"e321c6b3-4f60-443c-b255-65f189805d78", CellID->261019507], -Cell[16340, 432, 365, 8, 23, "Print",ExpressionUUID->"07e0aa5a-29c5-4011-897e-2e2c13fe87ec", +Cell[16396, 437, 365, 8, 23, "Print",ExpressionUUID->"07e0aa5a-29c5-4011-897e-2e2c13fe87ec", CellID->690781840], -Cell[16708, 442, 236, 4, 23, "Print",ExpressionUUID->"bddb5541-69a8-4844-9d32-c3dcccb4fa98", +Cell[16764, 447, 236, 4, 23, "Print",ExpressionUUID->"bddb5541-69a8-4844-9d32-c3dcccb4fa98", CellID->167428803], -Cell[16947, 448, 221, 3, 23, "Print",ExpressionUUID->"d89beb82-b1f6-4bcc-bcf1-d8dc2c32aefd", +Cell[17003, 453, 221, 3, 23, "Print",ExpressionUUID->"d89beb82-b1f6-4bcc-bcf1-d8dc2c32aefd", CellID->1099546686], -Cell[17171, 453, 207, 3, 23, "Print",ExpressionUUID->"ce463a94-e628-4d50-a17f-74d7d9ebb0a0", +Cell[17227, 458, 207, 3, 23, "Print",ExpressionUUID->"ce463a94-e628-4d50-a17f-74d7d9ebb0a0", CellID->419997873], -Cell[17381, 458, 237, 4, 23, "Print",ExpressionUUID->"ed0fd1c4-558d-4f0c-aa6a-304f73b3a036", +Cell[17437, 463, 237, 4, 23, "Print",ExpressionUUID->"ed0fd1c4-558d-4f0c-aa6a-304f73b3a036", CellID->788191024], -Cell[17621, 464, 221, 3, 23, "Print",ExpressionUUID->"3fae4840-2fb8-446b-9833-779f3f16ff5e", +Cell[17677, 469, 221, 3, 23, "Print",ExpressionUUID->"3fae4840-2fb8-446b-9833-779f3f16ff5e", CellID->1964806327], -Cell[17845, 469, 237, 4, 23, "Print",ExpressionUUID->"2315ff7d-539d-4da6-898e-cc37f27b4aa3", +Cell[17901, 474, 237, 4, 23, "Print",ExpressionUUID->"2315ff7d-539d-4da6-898e-cc37f27b4aa3", CellID->1917127126], -Cell[18085, 475, 236, 4, 23, "Print",ExpressionUUID->"77855914-b89b-4158-8896-e40b0ebde97a", +Cell[18141, 480, 236, 4, 23, "Print",ExpressionUUID->"77855914-b89b-4158-8896-e40b0ebde97a", CellID->267048702], -Cell[18324, 481, 208, 3, 23, "Print",ExpressionUUID->"d0059dd4-dd03-43c4-ad28-0a2667a9d398", +Cell[18380, 486, 208, 3, 23, "Print",ExpressionUUID->"d0059dd4-dd03-43c4-ad28-0a2667a9d398", CellID->1918395998], -Cell[18535, 486, 237, 4, 23, "Print",ExpressionUUID->"ebe0bcb7-3901-4d36-90c2-89ce2bff4d93", +Cell[18591, 491, 237, 4, 23, "Print",ExpressionUUID->"ebe0bcb7-3901-4d36-90c2-89ce2bff4d93", CellID->1044101639] }, Open ]] }, Open ]], -Cell[18799, 494, 137, 1, 70, "ExampleText",ExpressionUUID->"9786e2e1-6073-4b4f-8324-c14bd53fdb0d", +Cell[18855, 499, 137, 1, 70, "ExampleText",ExpressionUUID->"9786e2e1-6073-4b4f-8324-c14bd53fdb0d", CellID->1833435053], -Cell[18939, 497, 224, 6, 70, "Input",ExpressionUUID->"a1346f99-cfe3-43aa-a28f-887a9c3c897d", +Cell[18995, 502, 224, 6, 70, "Input",ExpressionUUID->"a1346f99-cfe3-43aa-a28f-887a9c3c897d", CellID->972059712], -Cell[19166, 505, 295, 8, 70, "Input",ExpressionUUID->"01df780a-750a-423c-a23e-1c1affff13fe", +Cell[19222, 510, 295, 8, 70, "Input",ExpressionUUID->"01df780a-750a-423c-a23e-1c1affff13fe", CellID->1455951409], -Cell[19464, 515, 238, 6, 70, "Input",ExpressionUUID->"654c1a9b-a06f-43d2-b835-8ccaa91e4002", +Cell[19520, 520, 238, 6, 70, "Input",ExpressionUUID->"654c1a9b-a06f-43d2-b835-8ccaa91e4002", CellID->2036359091], -Cell[19705, 523, 190, 4, 70, "ExampleText",ExpressionUUID->"955503c0-9e9c-4ca2-bf29-ce0e29a1f3cc", +Cell[19761, 528, 190, 4, 70, "ExampleText",ExpressionUUID->"955503c0-9e9c-4ca2-bf29-ce0e29a1f3cc", CellID->906609848], Cell[CellGroupData[{ -Cell[19920, 531, 171, 3, 70, "Input",ExpressionUUID->"d3562af2-9723-44f4-8735-0b090ad81763", +Cell[19976, 536, 171, 3, 70, "Input",ExpressionUUID->"d3562af2-9723-44f4-8735-0b090ad81763", CellID->485223224], -Cell[20094, 536, 172, 4, 36, "Output",ExpressionUUID->"d00ea9d3-6fca-48cc-8686-3747994be89e", +Cell[20150, 541, 172, 4, 36, "Output",ExpressionUUID->"d00ea9d3-6fca-48cc-8686-3747994be89e", CellID->43653969] }, Open ]], -Cell[20281, 543, 185, 3, 70, "ExampleText",ExpressionUUID->"d7b9d2bc-a987-44e8-8709-21db3177778c", +Cell[20337, 548, 185, 3, 70, "ExampleText",ExpressionUUID->"d7b9d2bc-a987-44e8-8709-21db3177778c", CellID->1732265619], Cell[CellGroupData[{ -Cell[20491, 550, 198, 4, 70, "Input",ExpressionUUID->"afb9ab97-0741-47a6-bfa6-0f43d61aa127", +Cell[20547, 555, 198, 4, 70, "Input",ExpressionUUID->"afb9ab97-0741-47a6-bfa6-0f43d61aa127", CellID->1572554831], -Cell[20692, 556, 544, 15, 36, "Output",ExpressionUUID->"83e50138-a4e9-471e-b1a2-d5afb61dacb2", +Cell[20748, 561, 544, 15, 36, "Output",ExpressionUUID->"83e50138-a4e9-471e-b1a2-d5afb61dacb2", CellID->565071323] }, Open ]], -Cell[21251, 574, 178, 3, 70, "ExampleText",ExpressionUUID->"7f0017fd-d10d-420d-a812-0c2c8c9a4683", +Cell[21307, 579, 178, 3, 70, "ExampleText",ExpressionUUID->"7f0017fd-d10d-420d-a812-0c2c8c9a4683", CellID->909524024], Cell[CellGroupData[{ -Cell[21454, 581, 252, 7, 70, "Input",ExpressionUUID->"3e2239d0-c489-4a69-a787-92583cab6abe", +Cell[21510, 586, 252, 7, 70, "Input",ExpressionUUID->"3e2239d0-c489-4a69-a787-92583cab6abe", CellID->1417155065], -Cell[21709, 590, 763, 28, 38, "Output",ExpressionUUID->"dbea9230-daec-4edf-b402-354bff66877a", +Cell[21765, 595, 763, 28, 39, "Output",ExpressionUUID->"dbea9230-daec-4edf-b402-354bff66877a", CellID->1675266782] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22770, 632, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"c463bb62-cb19-4694-ac1c-126fae18327a"], +Cell[28254, 782, 670, 18, 70, "TechNotesSection",ExpressionUUID->"309fd271-4f79-4d52-9dbe-533a47929099"], +Cell[28927, 802, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b960e17f-e532-4285-8b4b-7bd9f893d662"], +Cell[29963, 830, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"68867251-fd50-45ca-9b96-4b46b1d991e0"], Cell[CellGroupData[{ -Cell[22736, 629, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"85cd7979-fe8f-4fab-bec0-188d521b5e55"], -Cell[28220, 779, 670, 18, 70, "TechNotesSection",ExpressionUUID->"23a24a07-be7d-4fbe-86d8-dc98cfc0d5bc"] -}, Open ]], -Cell[28905, 800, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c4cfd4b2-927f-4706-ba60-eb130754960c"], -Cell[29941, 828, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"5b420b77-e535-4901-a6e9-022e14ea2519"], -Cell[CellGroupData[{ -Cell[32241, 896, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d9f452f7-f49e-4567-ae8c-2ab244b5b491", +Cell[32263, 898, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"d9f452f7-f49e-4567-ae8c-2ab244b5b491", CellID->2135167160], -Cell[32382, 899, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ab09a331-691b-4d3b-a3e7-7c993ac1faee", +Cell[32404, 901, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ab09a331-691b-4d3b-a3e7-7c993ac1faee", CellID->1194386356], -Cell[32604, 905, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dab570c0-072b-475a-ab13-3508096b20fc", +Cell[32626, 907, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"dab570c0-072b-475a-ab13-3508096b20fc", CellID->1641706272], -Cell[32819, 910, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"913031a2-92c4-4b9f-a5ca-77b8b64b527c", +Cell[32841, 912, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"913031a2-92c4-4b9f-a5ca-77b8b64b527c", CellID->399251956], -Cell[33048, 916, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"45e7bec0-5d35-4c36-8d1e-e64f11ff785c", +Cell[33070, 918, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"45e7bec0-5d35-4c36-8d1e-e64f11ff785c", CellID->821434655] }, Open ]], -Cell[33285, 922, 78, 0, 70, "FooterCell",ExpressionUUID->"94392f70-aaa1-421c-911f-107ea0d30a24"] +Cell[33307, 924, 78, 0, 70, "FooterCell",ExpressionUUID->"814b5c7f-7da2-4b66-a7e1-45b841dac43e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Vec4DToSimplex.nb b/Documentation/English/ReferencePages/Symbols/Vec4DToSimplex.nb index 115d72f..6138fe0 100644 --- a/Documentation/English/ReferencePages/Symbols/Vec4DToSimplex.nb +++ b/Documentation/English/ReferencePages/Symbols/Vec4DToSimplex.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 44385, 1181] -NotebookOptionsPosition[ 36229, 1019] -NotebookOutlinePosition[ 38316, 1073] -CellTagsIndexPosition[ 38230, 1068] +NotebookDataLength[ 44395, 1181] +NotebookOptionsPosition[ 36252, 1021] +NotebookOutlinePosition[ 38358, 1075] +CellTagsIndexPosition[ 38272, 1070] WindowTitle->Vec4DToSimplex WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "97acdf31-f747-425e-bb92-b923f116fd20"], + "869d4dae-c682-460f-8305-846f0ab1be0e"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d17df2e6-2a6c-4210-8f9e-4fb460a453ec"], + "84748085-c6df-47bf-afa1-fe60a0df4ae0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "84f30afd-9a6b-4e13-906f-81d89b7d60e0"] - }],ExpressionUUID->"1d7bfb91-f380-45fa-a5fa-2044314c88f8"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "cd85f85b-9349-45c8-b88b-f0e600e12013"] + }],ExpressionUUID->"d9fcf34c-977f-4a52-8ab5-4f49163dfd4d"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6335d2e9-29d8-4bb0-91e2-567c8330a3db"], + "00148b82-20ea-4cca-8f4f-c777c0f4c5d4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "85e2ee7e-5891-44e8-b172-774353a19eb5"] - }],ExpressionUUID->"15703f94-cde1-48e6-bda4-2ba7404c9f1a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "edc9f00e-fa8b-40f9-b02d-b7265e910e8c"] + }],ExpressionUUID->"c31b21c1-6d1c-4bad-951f-0e3e010aaa53"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d50371a1-de34-4777-9c52-9c68a5376c91"], + "98dffe22-fa0b-415a-8925-8f06cd91ed27"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fcca60a2-8d58-4c39-bc96-6af17c6855ab"] - }],ExpressionUUID->"9f250266-856a-4b21-b9f8-3e099a35397c"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9262c481-2add-4394-9f21-4f5a2d4c7733"] + }],ExpressionUUID->"a56c5119-0713-4b60-a3a5-e6d8eb07523f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8d898e13-ac42-40e6-9d2f-67ae7421a455"], + "56e89913-4cc4-4d4e-b50c-01f7ed9f58de"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "39c2f5b4-5925-43b8-b4e6-ad8f12275f79"] - }],ExpressionUUID->"9e4f962e-c0cb-40a9-b412-d30d40f7da6d"], - StripOnInput->False], {"\<\"TUG/ref/Vec4DToSimplex\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Vec4DToSimplex"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "020f4f2e-8edd-414c-852d-51c589670061"] + }],ExpressionUUID->"5f08ae3c-e78f-4cda-8c96-e808a2c432f0"], + StripOnInput->False],{ + "\"TUG/ref/Vec4DToSimplex\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Vec4DToSimplex"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ Vec4DToSimplex.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$208289], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Vec4DToSimplex" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$224463], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Vec4DToSimplex" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "849f5c0e-9c1e-4450-86b4-a4241714a5e7"] + "4fc8c92f-5554-4d68-a166-6f15440abcba"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "7939372d-4460-4408-bcfa-c60972ac33ae"]} + "f60fcb00-73bf-4ff5-abab-8489a054f3bd"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"bb19ec98-3b92-4680-86e9-6413b237e526"], + CellID->1,ExpressionUUID->"bf08c7cd-2aa6-495f-a7c5-86b8b7af926a"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"229733df-bf94-4718-9b29-4424321ca7b5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1a42b487-56c4-423b-a59d-8cd2d7b92241"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Vec4DToSimplex", "ObjectName",ExpressionUUID-> - "8483a95d-c023-422f-8ac5-fbfb7026946b"], + "d178666a-5bdb-48c2-a20e-013477408029"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"70435367-f335-4008-ac89-fcd89f727167"], + "Spacer1"]],ExpressionUUID->"98aa2bf0-4987-475f-a766-a1711fe44387"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "31344c92-4c1f-4bc7-8928-e2fbe1058f99"] - }],ExpressionUUID->"4ca8ed73-18c2-4a40-b2a4-39b6501f060d"], Cell[BoxData[ + "c599768b-4597-4d5d-9773-0466bfd9dcad"] + }],ExpressionUUID->"4b1d12d1-e222-444c-b5e2-8fff703e09bb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d6eb9170-01ee-4c10-8f05-c418dacd5bf9"]} + "4ce6d0a4-1622-404d-9feb-4b3ffd2456d0"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ac1b8a19-f359-4d7f-9ee2-4e1a92e19841"], + CacheGraphics->False,ExpressionUUID->"5db86f10-c1fc-47fd-a805-66937c43daf2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +243,7 @@ Cell[BoxData[GridBox[{ "505ac9d3-3552-46ae-b2ed-47145895ccc7"], " \[LineSeparator]projects a vector of dimension 4 onto the \ 3-dimensional simplex." - }],ExpressionUUID->"df3315d1-4d03-4608-b2ee-3ad3b682e266"]} + }],ExpressionUUID->"32268324-07c1-4b86-a0e3-40070e3601a8"]} }]], "Usage", CellID->1292679856,ExpressionUUID->"f6f2e677-91c3-476b-b2de-ccd1a3691dc7"] }, Open ]], @@ -271,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d3f8c3ba-1a5f-46a5-9f26-c7a571b05cb5"], + ExpressionUUID->"daf3f00e-45ab-4277-b2bd-6cedc4c6182e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"4cac9ef5-745e-4f21-9a9d-26699f9f7e40"], + "Spacer1"]],ExpressionUUID->"aa787e1a-5c06-4efd-b3f2-46077ec1bb20"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"4c0eb3fc-5892-40a1-913a-7ecc7553a0d9"], + }], "NotesFrameText",ExpressionUUID->"0f696412-fbcd-446e-a08c-ef6ec495e494"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8a81a2ae-b37c-49d3-85b6-49f2901fa417"]], \ + "Preemptive"]],ExpressionUUID->"f8b8be53-03cb-45c7-8778-d3968465c1be"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->677879663,ExpressionUUID->"f7be6a81-cc5e-45d2-9906-6f6ecba6e9ad"], + CellID->1114662759,ExpressionUUID->"a8d26396-dd05-4738-b564-bd9884db84df"], Cell[TextData[{ "The input expression ", @@ -358,19 +363,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1e37ba1f-4032-4a49-920d-31249b7c40a7"], + ExpressionUUID->"5ba0fe87-177e-4569-b09f-1b9361b6c1cf"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c92f0f2d-b413-410c-8093-57c53ed26074"], + "Spacer1"]],ExpressionUUID->"a5a1b85f-689f-491c-9449-85f16755ec57"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "af80f56d-330e-469c-8c20-b3653ba3ded6"] + "8a450338-91eb-490c-8049-91cedf331234"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1634441725,ExpressionUUID->"029f1cbd-d56e-4225-a36d-314074a8cd51"], + CellID->1064216641,ExpressionUUID->"517be5c0-4427-4112-b0c5-804d450f61b9"], Cell[CellGroupData[{ @@ -399,18 +404,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c8e43bfd-e2e1-4902-aac0-ec2dedcd8c5f"], + ExpressionUUID->"95876d83-d435-4f6e-a5ae-1ab8ea19fa3b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bec2695d-eec6-4d36-92f5-fff8b29acc09"], + "Spacer1"]],ExpressionUUID->"ca2b33f6-6e48-447f-b25d-11df141fe524"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c970cb53-8f4a-4dfc-8c69-541bdc870e76"] + "38219e2b-4d25-4754-aeb9-463f24814d6f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->135902680,ExpressionUUID->"309510b6-7f7b-4e2f-ad9b-583c6cc05f95"], + CellID->615358931,ExpressionUUID->"de0f88d0-e042-47f6-90f6-7927cfbca588"], Cell["Loading the package:", "ExampleText", CellID->78268055,ExpressionUUID->"aec5518e-e447-4c54-b470-dda3f200b9e7"], @@ -720,8 +725,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -869,15 +872,15 @@ Cell[BoxData[GridBox[{ "bb60a4e0-90a3-44d2-91b7-b0d68850c849"] }], "SeeAlso",ExpressionUUID->"02267eff-2069-48e4-9186-7cc6bd136e58"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"30481bfa-e8a9-44a8-ac71-\ -c577512a41a2"], + }]], "SeeAlsoSection",ExpressionUUID->"1c9dd5a2-097d-449f-b85f-\ +dcd6cdb121bd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -889,9 +892,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"dd81dc0c-1774-4745-b310-970a034aa773"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"872c6faf-0c00-4234-8ae5-\ -deb4c135bcd1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"3b4ccbc0-ab9a-43a9-80ef-\ +27c6a151a400"], Cell[BoxData[GridBox[{ { @@ -908,7 +910,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "987c4d81-c0ee-421d-bc7b-0d86e9cde2e6"]}]}, + "4ca204df-9a0f-4452-b180-753232a67c12"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -916,10 +918,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0b14ad53-4f5b-4850-a623-dd4ae6a3dfef"]}]} + "a3931924-68c2-4abc-9d6c-74546dd3b4db"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e9e90eeb-471e-4ce2-9fc3-\ -50faf2784e77"], + }]], "MoreAboutSection",ExpressionUUID->"9f36103b-b78b-4d3f-864b-\ +75c2c837d84c"], Cell[BoxData[GridBox[{ { @@ -947,7 +949,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "eefd4ea8-712a-412f-b512-e366dd3504a4"]], "RelatedLinks", + "04e71656-35fa-4e3a-acde-c139a94cacdc"]], "RelatedLinks", ExpressionUUID->"d150aefe-94fc-49d3-bb93-00d748297268"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -964,7 +966,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "29886658-8746-4a46-8620-a67e8b5c80fa"]], "RelatedLinks", + "d36e5410-abe2-46a6-b158-4a581747f24b"]], "RelatedLinks", ExpressionUUID->"ce89f822-aa75-4d95-8b58-f1c3367769f6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -981,11 +983,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StarCriticalVal"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f3383295-3864-42a5-9d1f-5eb590ba8746"]], "RelatedLinks", + "8ac3f341-4155-4133-9af2-9dde93cf936d"]], "RelatedLinks", ExpressionUUID->"9aa288d5-b4ee-48d8-a1f6-0b6ac0c7eea3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"de91c053-704b-463c-b2e3-\ -94033024c9c8"], + }]], "RelatedLinksSection",ExpressionUUID->"01bbf60a-a21d-4b7d-94d2-\ +00e60704ee01"], Cell[CellGroupData[{ @@ -1015,11 +1017,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"17dcece1-ff05-4350-b0c3-54b1d9736d81"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3a94459a-e6be-4023-86bf-679c72901113"] +Cell[" ", "FooterCell",ExpressionUUID->"78359ef2-2ad4-417f-bfcb-1bdb00d70d05"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Vec4DToSimplex", TaggingRules->{ @@ -1030,18 +1032,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 9.745811}", + "built" -> "{2024, 6, 3, 16, 56, 17.961907}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Vec4DToSimplex[vec] projects a vector of dimension 4 onto the \ 3-dimensional simplex.", "synonyms" -> {}, "tabletags" -> {}, "title" -> - "Vec4DToSimplex", "titlemodifier" -> "", "windowtitle" -> - "Vec4DToSimplex", "type" -> "Symbol", "uri" -> + "Vec4DToSimplex", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "Vec4DToSimplex", "type" -> "Symbol", "uri" -> "TUG/ref/Vec4DToSimplex"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1050,9 +1052,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"9e09b08f-0580-4b4a-af5b-ceae419c23d1" +ExpressionUUID->"3775b4c0-32ad-4841-b86c-0b1a1939b666" ] (* End of Notebook Content *) @@ -1060,129 +1062,127 @@ ExpressionUUID->"9e09b08f-0580-4b4a-af5b-ceae419c23d1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12919, 335, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"029f1cbd-d56e-4225-a36d-314074a8cd51", + Cell[12976, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"517be5c0-4427-4112-b0c5-804d450f61b9", CellTags->"PrimaryExamplesSection", - CellID->1634441725]} + CellID->1064216641]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38029, 1061} + {"PrimaryExamplesSection", 38071, 1063} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"bb19ec98-3b92-4680-86e9-6413b237e526", +Cell[586, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"bf08c7cd-2aa6-495f-a7c5-86b8b7af926a", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"229733df-bf94-4718-9b29-4424321ca7b5"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1a42b487-56c4-423b-a59d-8cd2d7b92241"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"ac1b8a19-f359-4d7f-9ee2-4e1a92e19841"], -Cell[9108, 232, 481, 10, 111, "Usage",ExpressionUUID->"f6f2e677-91c3-476b-b2de-ccd1a3691dc7", +Cell[7873, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"5db86f10-c1fc-47fd-a805-66937c43daf2"], +Cell[9164, 237, 481, 10, 111, "Usage",ExpressionUUID->"f6f2e677-91c3-476b-b2de-ccd1a3691dc7", CellID->1292679856] }, Open ]], Cell[CellGroupData[{ -Cell[9626, 247, 1894, 47, 37, "NotesSection",ExpressionUUID->"f7be6a81-cc5e-45d2-9906-6f6ecba6e9ad", +Cell[9682, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"a8d26396-dd05-4738-b564-bd9884db84df", CellGroupingRules->{"SectionGrouping", 50}, - CellID->677879663], -Cell[11523, 296, 365, 8, 36, "Notes",ExpressionUUID->"70ed2c6b-4625-49f7-863e-f35de403cc9e", + CellID->1114662759], +Cell[11580, 301, 365, 8, 36, "Notes",ExpressionUUID->"70ed2c6b-4625-49f7-863e-f35de403cc9e", CellID->217410899], -Cell[11891, 306, 489, 12, 37, "Notes",ExpressionUUID->"572d8025-4c81-48e3-b62a-4fb7f37673c3", +Cell[11948, 311, 489, 12, 38, "Notes",ExpressionUUID->"572d8025-4c81-48e3-b62a-4fb7f37673c3", CellID->177724765], -Cell[12383, 320, 242, 4, 57, "Notes",ExpressionUUID->"5e07c451-bf15-45a2-81eb-2b530fe7d72f", +Cell[12440, 325, 242, 4, 57, "Notes",ExpressionUUID->"5e07c451-bf15-45a2-81eb-2b530fe7d72f", CellID->1685791108], -Cell[12628, 326, 164, 3, 36, "Notes",ExpressionUUID->"ab9eed3c-a600-4de9-9b66-e6f838bfe251", +Cell[12685, 331, 164, 3, 36, "Notes",ExpressionUUID->"ab9eed3c-a600-4de9-9b66-e6f838bfe251", CellID->131051343] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12919, 335, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"029f1cbd-d56e-4225-a36d-314074a8cd51", +Cell[12976, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"517be5c0-4427-4112-b0c5-804d450f61b9", CellTags->"PrimaryExamplesSection", - CellID->1634441725], + CellID->1064216641], Cell[CellGroupData[{ -Cell[14365, 376, 1398, 36, 30, "ExampleSection",ExpressionUUID->"309510b6-7f7b-4e2f-ad9b-583c6cc05f95", - CellID->135902680], -Cell[15766, 414, 117, 1, 38, "ExampleText",ExpressionUUID->"aec5518e-e447-4c54-b470-dda3f200b9e7", +Cell[14422, 381, 1398, 36, 30, "ExampleSection",ExpressionUUID->"de0f88d0-e042-47f6-90f6-7927cfbca588", + CellID->615358931], +Cell[15823, 419, 117, 1, 39, "ExampleText",ExpressionUUID->"aec5518e-e447-4c54-b470-dda3f200b9e7", CellID->78268055], Cell[CellGroupData[{ -Cell[15908, 419, 168, 3, 27, "Input",ExpressionUUID->"c6d51ac9-d8ca-4f55-be4f-ff14c61b9c88", +Cell[15965, 424, 168, 3, 27, "Input",ExpressionUUID->"c6d51ac9-d8ca-4f55-be4f-ff14c61b9c88", CellID->2108560220], Cell[CellGroupData[{ -Cell[16101, 426, 236, 4, 23, "Print",ExpressionUUID->"e8eca9d1-894d-4b14-876a-0a088e8546fd", +Cell[16158, 431, 236, 4, 23, "Print",ExpressionUUID->"e8eca9d1-894d-4b14-876a-0a088e8546fd", CellID->683954518], -Cell[16340, 432, 365, 8, 23, "Print",ExpressionUUID->"80f06be3-9fe9-4e79-9181-c1ad7ea9a00c", +Cell[16397, 437, 365, 8, 23, "Print",ExpressionUUID->"80f06be3-9fe9-4e79-9181-c1ad7ea9a00c", CellID->841341766], -Cell[16708, 442, 236, 4, 23, "Print",ExpressionUUID->"0c49b366-6f4f-403c-910b-d07525be265b", +Cell[16765, 447, 236, 4, 23, "Print",ExpressionUUID->"0c49b366-6f4f-403c-910b-d07525be265b", CellID->473699320], -Cell[16947, 448, 220, 3, 23, "Print",ExpressionUUID->"e15f8ddb-d43b-4290-a54d-19550721300a", +Cell[17004, 453, 220, 3, 23, "Print",ExpressionUUID->"e15f8ddb-d43b-4290-a54d-19550721300a", CellID->984038210], -Cell[17170, 453, 206, 3, 23, "Print",ExpressionUUID->"8f8ed29c-05d6-4b88-8865-9d67ac6d6345", +Cell[17227, 458, 206, 3, 23, "Print",ExpressionUUID->"8f8ed29c-05d6-4b88-8865-9d67ac6d6345", CellID->74557430], -Cell[17379, 458, 238, 4, 23, "Print",ExpressionUUID->"e774a1fb-38b7-4c20-bab1-349ca675e1fb", +Cell[17436, 463, 238, 4, 23, "Print",ExpressionUUID->"e774a1fb-38b7-4c20-bab1-349ca675e1fb", CellID->1679155597], -Cell[17620, 464, 221, 3, 23, "Print",ExpressionUUID->"6bcffdd4-8990-4a4e-84d2-69f0cc57192f", +Cell[17677, 469, 221, 3, 23, "Print",ExpressionUUID->"6bcffdd4-8990-4a4e-84d2-69f0cc57192f", CellID->2009869495], -Cell[17844, 469, 237, 4, 23, "Print",ExpressionUUID->"d2d456e1-8b1c-4a62-b71e-88a91d2d339b", +Cell[17901, 474, 237, 4, 23, "Print",ExpressionUUID->"d2d456e1-8b1c-4a62-b71e-88a91d2d339b", CellID->1591006256], -Cell[18084, 475, 236, 4, 23, "Print",ExpressionUUID->"def9a274-8214-48a3-b5c4-c93a35bc1f0e", +Cell[18141, 480, 236, 4, 23, "Print",ExpressionUUID->"def9a274-8214-48a3-b5c4-c93a35bc1f0e", CellID->407547368], -Cell[18323, 481, 208, 3, 23, "Print",ExpressionUUID->"da36eae9-f8f7-4763-93ed-dd8231fd7082", +Cell[18380, 486, 208, 3, 23, "Print",ExpressionUUID->"da36eae9-f8f7-4763-93ed-dd8231fd7082", CellID->1419280814], -Cell[18534, 486, 237, 4, 23, "Print",ExpressionUUID->"467da45a-0c1d-4f73-aa28-00ea1ccba631", +Cell[18591, 491, 237, 4, 23, "Print",ExpressionUUID->"467da45a-0c1d-4f73-aa28-00ea1ccba631", CellID->1984915638] }, Open ]] }, Open ]], -Cell[18798, 494, 137, 1, 70, "ExampleText",ExpressionUUID->"a4fd8ac9-bc8f-401d-8834-7b42c58838f4", +Cell[18855, 499, 137, 1, 70, "ExampleText",ExpressionUUID->"a4fd8ac9-bc8f-401d-8834-7b42c58838f4", CellID->1155678398], -Cell[18938, 497, 234, 6, 70, "Input",ExpressionUUID->"61d4d193-79e9-438b-80b1-7b2cc0f187ad", +Cell[18995, 502, 234, 6, 70, "Input",ExpressionUUID->"61d4d193-79e9-438b-80b1-7b2cc0f187ad", CellID->317144552], -Cell[19175, 505, 381, 9, 70, "Input",ExpressionUUID->"d6b7e3a6-e3ac-4750-bc95-f9da4bbc26bb", +Cell[19232, 510, 381, 9, 70, "Input",ExpressionUUID->"d6b7e3a6-e3ac-4750-bc95-f9da4bbc26bb", CellID->1583293106], -Cell[19559, 516, 238, 6, 70, "Input",ExpressionUUID->"5dad52e7-b485-4648-a888-18a780a10a18", +Cell[19616, 521, 238, 6, 70, "Input",ExpressionUUID->"5dad52e7-b485-4648-a888-18a780a10a18", CellID->1736382680], -Cell[19800, 524, 190, 4, 70, "ExampleText",ExpressionUUID->"ddc0388e-c826-4a4f-a548-406329a84c17", +Cell[19857, 529, 190, 4, 70, "ExampleText",ExpressionUUID->"ddc0388e-c826-4a4f-a548-406329a84c17", CellID->773431948], Cell[CellGroupData[{ -Cell[20015, 532, 172, 3, 70, "Input",ExpressionUUID->"045b13ac-cbf3-4c22-a872-8f1644cec993", +Cell[20072, 537, 172, 3, 70, "Input",ExpressionUUID->"045b13ac-cbf3-4c22-a872-8f1644cec993", CellID->1291504524], -Cell[20190, 537, 174, 4, 36, "Output",ExpressionUUID->"34e37672-1208-40a4-b614-b168c1b02750", +Cell[20247, 542, 174, 4, 36, "Output",ExpressionUUID->"34e37672-1208-40a4-b614-b168c1b02750", CellID->1681946313] }, Open ]], -Cell[20379, 544, 185, 3, 70, "ExampleText",ExpressionUUID->"7f933f5c-5b81-4ed5-9ca1-d9d6866a5f61", +Cell[20436, 549, 185, 3, 70, "ExampleText",ExpressionUUID->"7f933f5c-5b81-4ed5-9ca1-d9d6866a5f61", CellID->1673576857], Cell[CellGroupData[{ -Cell[20589, 551, 198, 4, 70, "Input",ExpressionUUID->"43af7524-2f46-4c79-8f78-90a8c9f0fac6", +Cell[20646, 556, 198, 4, 70, "Input",ExpressionUUID->"43af7524-2f46-4c79-8f78-90a8c9f0fac6", CellID->1115733797], -Cell[20790, 557, 1329, 34, 70, "Output",ExpressionUUID->"bac93dd2-31de-45af-b994-1ca454f74460", +Cell[20847, 562, 1329, 34, 69, "Output",ExpressionUUID->"bac93dd2-31de-45af-b994-1ca454f74460", CellID->1130311428] }, Open ]], -Cell[22134, 594, 179, 3, 70, "ExampleText",ExpressionUUID->"6a9f7390-ae41-4500-aacb-77bc9e3d6183", +Cell[22191, 599, 179, 3, 70, "ExampleText",ExpressionUUID->"6a9f7390-ae41-4500-aacb-77bc9e3d6183", CellID->1364245818], Cell[CellGroupData[{ -Cell[22338, 601, 252, 7, 70, "Input",ExpressionUUID->"31e03679-2efc-4ed3-bc10-172adf90c4b7", +Cell[22395, 606, 252, 7, 70, "Input",ExpressionUUID->"31e03679-2efc-4ed3-bc10-172adf90c4b7", CellID->1580894695], -Cell[22593, 610, 2741, 103, 142, "Output",ExpressionUUID->"e4d2a17b-941d-45f5-8235-2c7061fed1da", +Cell[22650, 615, 2741, 103, 146, "Output",ExpressionUUID->"e4d2a17b-941d-45f5-8235-2c7061fed1da", CellID->1952344283] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[25633, 727, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"1c9dd5a2-097d-449f-b85f-dcd6cdb121bd"], +Cell[31117, 877, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3b4ccbc0-ab9a-43a9-80ef-27c6a151a400"], +Cell[31790, 897, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9f36103b-b78b-4d3f-864b-75c2c837d84c"], +Cell[32826, 925, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"01bbf60a-a21d-4b7d-94d2-00e60704ee01"], Cell[CellGroupData[{ -Cell[25598, 724, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"30481bfa-e8a9-44a8-ac71-c577512a41a2"], -Cell[31082, 874, 670, 18, 70, "TechNotesSection",ExpressionUUID->"872c6faf-0c00-4234-8ae5-deb4c135bcd1"] -}, Open ]], -Cell[31767, 895, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e9e90eeb-471e-4ce2-9fc3-50faf2784e77"], -Cell[32803, 923, 2275, 64, 70, "RelatedLinksSection",ExpressionUUID->"de91c053-704b-463c-b2e3-94033024c9c8"], -Cell[CellGroupData[{ -Cell[35103, 991, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c342a5f8-b341-4c2c-8f66-3e5b2fc4256e", +Cell[35126, 993, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"c342a5f8-b341-4c2c-8f66-3e5b2fc4256e", CellID->2135167160], -Cell[35244, 994, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"05a8dc90-526a-4f04-92ca-ea8fbce446b8", +Cell[35267, 996, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"05a8dc90-526a-4f04-92ca-ea8fbce446b8", CellID->1194386356], -Cell[35466, 1000, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"46cc5d99-a017-4f7f-b64b-52b1fe723b4b", +Cell[35489, 1002, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"46cc5d99-a017-4f7f-b64b-52b1fe723b4b", CellID->1641706272], -Cell[35681, 1005, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83ecb7c5-bb8f-4e7a-9b7a-98e5ac727d69", +Cell[35704, 1007, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"83ecb7c5-bb8f-4e7a-9b7a-98e5ac727d69", CellID->399251956], -Cell[35910, 1011, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17dcece1-ff05-4350-b0c3-54b1d9736d81", +Cell[35933, 1013, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"17dcece1-ff05-4350-b0c3-54b1d9736d81", CellID->821434655] }, Open ]], -Cell[36147, 1017, 78, 0, 70, "FooterCell",ExpressionUUID->"3a94459a-e6be-4023-86bf-679c72901113"] +Cell[36170, 1019, 78, 0, 70, "FooterCell",ExpressionUUID->"78359ef2-2ad4-417f-bfcb-1bdb00d70d05"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/Verbosely.nb b/Documentation/English/ReferencePages/Symbols/Verbosely.nb index 28b5fd1..d54af38 100644 --- a/Documentation/English/ReferencePages/Symbols/Verbosely.nb +++ b/Documentation/English/ReferencePages/Symbols/Verbosely.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 39302, 1012] -NotebookOptionsPosition[ 31679, 861] -NotebookOutlinePosition[ 33741, 914] -CellTagsIndexPosition[ 33656, 909] +NotebookDataLength[ 39311, 1012] +NotebookOptionsPosition[ 31701, 863] +NotebookOutlinePosition[ 33782, 916] +CellTagsIndexPosition[ 33697, 911] WindowTitle->Verbosely WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "284e4db4-b0a7-4b82-90fb-7b697597a98f"], + "d31dbff9-bf27-4768-884c-656a11dfaa8d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fd4462d7-72f2-4e03-b5fa-e8620447f157"], + "95b4b2fc-a356-49c2-b831-f84349854dcb"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "136adc6f-b7c7-4c3c-9c68-175cce38ccbc"] - }],ExpressionUUID->"93cc1772-0767-45c2-90bd-23ca84bb6fa6"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "254cd1d7-d35d-42ab-a1ec-6b22f9464bce"] + }],ExpressionUUID->"f8614d95-a40f-4b8f-899f-5d7d327f097e"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4dc466be-82fd-4700-982b-6bba25c1fcc0"], + "522d3918-9cd3-4409-a980-ad40e287dea6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3d25f016-19fa-4925-ab46-9b17cbd56dd0"] - }],ExpressionUUID->"d9cb95f5-54ac-4aa7-a2ca-36bc904274cc"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "a8ea2c42-d0ec-4da5-ad2c-c62d76e5045e"] + }],ExpressionUUID->"beb711ae-dd5e-419f-bef5-6304ccec2951"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "06ee6d6a-0470-4446-b5ae-7bd85c42f18a"], + "66f03c10-70bc-4b4e-8ddd-52bd975defbe"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a47ac84a-bca4-4ece-aeda-75b359ed8324"] - }],ExpressionUUID->"443a07cd-07bc-4be1-9cbd-e8c5879191a7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6e6118cf-d40f-4aa0-94c0-ef3607e67f95"] + }],ExpressionUUID->"ae2c896d-7a4d-49d4-991b-7a052a949f9c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ab324d47-dc54-4423-b4b4-af5a7940e942"], + "5469e8f2-807b-4bff-b759-5a4b46dd7d4d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1ed18303-ab6f-492b-9d72-7eecad91fcfd"] - }],ExpressionUUID->"e37d0ccd-b34f-4ff1-a26f-e066610f05d6"], - StripOnInput->False], {"\<\"TUG/ref/Verbosely\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/Verbosely"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/Verbosely.\ + "7a87e45e-f3b8-403b-b86f-acd57e5ae8b6"] + }],ExpressionUUID->"2b97bb1b-f157-4084-bff1-467501c0ea1e"], + StripOnInput->False],{ + "\"TUG/ref/Verbosely\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/Verbosely"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/Verbosely.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$208851], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/Verbosely" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$225059], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/Verbosely" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "46c99525-e7e4-406c-b912-52743d52210d"] + "a2894661-517c-4a78-963b-c4ede13a3fbc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "44543e5a-269a-4e21-8644-c8452a359614"]} + "865ea459-59bf-40a1-8a45-12b987312d83"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"24616b72-bbab-428e-b036-4979b8051bc7"], + CellID->1,ExpressionUUID->"e773b8e5-0589-47b8-86a3-a3562704ee0b"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"40ef02fa-d454-4dce-a093-60736ca95838"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3f7815c7-76b8-45e6-99bb-833aac4b08c8"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "Verbosely", "ObjectName",ExpressionUUID-> - "622325f7-ba01-445d-818d-3327623477ee"], + "acd62120-e6a8-45bd-8721-ab92c2c1c843"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"98faa41e-70d8-4842-bdf0-0c3a55f9a83a"], + "Spacer1"]],ExpressionUUID->"96738899-000a-4d34-8d0c-edcdaf838e0c"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "a0230964-7f6d-40a8-8ecf-2fbe73a37488"] - }],ExpressionUUID->"4e3b5656-dc8d-4acb-a749-382fe10f9258"], Cell[BoxData[ + "9d497920-ea12-4fa1-b85f-d5857b314619"] + }],ExpressionUUID->"6a443e8b-b715-4ece-a9f0-d7e088318b39"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "298e8322-8ba3-404b-9ff6-72d74324670c"]} + "adee9189-bc3a-440d-9407-577df63386d2"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"3e028bb5-c2c0-444a-85c8-23fb9072e905"], + CacheGraphics->False,ExpressionUUID->"965010d3-c413-4033-a1e8-76d0e1159581"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "7e0966b8-8b50-48ea-b4bf-1b81cd02166a"], "\[LineSeparator]is an option for various package plotting functions to \ apply a verbose mode." - }],ExpressionUUID->"d471dc00-8907-4925-b958-df257f497c6d"]} + }],ExpressionUUID->"57a26694-976b-4e82-a842-4198b3de9098"]} }]], "Usage", CellID->2052780350,ExpressionUUID->"7171d604-9424-4aaf-9e6a-d8368803815e"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9e198d8b-b3c4-42d4-b920-ddaef60a9356"], + ExpressionUUID->"0eb20272-f162-4db4-9211-a5e5f2ec5ba5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bb3601dd-3ff8-47e3-9931-4c685e9503b6"], + "Spacer1"]],ExpressionUUID->"7d2a561d-2dba-4440-b8cf-b107dbe261a1"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"f506dd03-da90-473a-9957-3b2540d36405"], + }], "NotesFrameText",ExpressionUUID->"1f0206c3-3e63-4e46-9a42-2c0e0a4cb95f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bc452b56-203e-4a13-84f5-ad03ff2054e2"]], \ + "Preemptive"]],ExpressionUUID->"a98d6862-1a3d-4b42-82bc-ded0bfbbe1a3"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->2128400266,ExpressionUUID->"e8fb9510-5299-442a-92e9-1791dc58448a"], + CellID->2055916148,ExpressionUUID->"b9d3495a-12a2-4ef8-8ef4-86eb238c42e8"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"ac9df8f6-1961-47be-abb7-45d7692edee7"], + ExpressionUUID->"0431b77f-a7c8-4c7f-b3fc-8ccc8589d971"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"9c18bf19-7a59-46f7-91d2-c024281d867d"], + "Spacer1"]],ExpressionUUID->"58a206dc-291c-4276-bd89-fd4f7f1c2feb"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5fb441ca-6b8a-4d84-aa57-02dbaaa68f64"] + "867477d8-4723-4f7a-8681-7d09608e6a81"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->96470497,ExpressionUUID->"fc77c9e8-707f-4004-b60b-b7e55ebb7cc1"], + CellID->223728495,ExpressionUUID->"50e57947-659a-4cc6-9ebd-9d3bb7adeed0"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"9b6eb42f-aa59-458a-879b-8d1444d54938"], + ExpressionUUID->"eb14fd09-abd6-4b95-bbe5-a357d1fdad9f"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0db04d4a-da83-47fd-88bc-c2c98431af1a"], + "Spacer1"]],ExpressionUUID->"70009261-740b-4119-9c3d-8b08f522a90f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "e47901b0-3905-4694-b394-c1b7a4e8abcc"] + "13d65d66-2b61-48b3-ab48-837f8ca119ba"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->817874650,ExpressionUUID->"0ebfede2-90a2-4378-8831-b662100dc14a"], + CellID->475574846,ExpressionUUID->"f11f4601-af9b-452c-b18a-7b450153d09a"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"299460bb-065f-46df-8209-9ce0cfe49b89"], @@ -580,8 +585,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -729,15 +732,15 @@ Cell[BoxData[GridBox[{ "8d119438-6b14-443b-9cf8-b86452c315b1"] }], "SeeAlso",ExpressionUUID->"fe8f50c1-a75b-426f-94fe-4fcc7668ee06"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"aac43b42-c74e-47fc-83ea-\ -0ac2d2db0b97"], + }]], "SeeAlsoSection",ExpressionUUID->"acb04073-ac85-42dd-b5b7-\ +2b9ceff1a876"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -749,9 +752,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d45cb192-4319-4d69-b24d-37a21576ed5b"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e99f9131-9670-4da9-9af6-\ -e72ff8c57a24"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"f94eec1f-ec86-4ae0-9058-\ +4d2c555cdbf0"], Cell[BoxData[GridBox[{ { @@ -768,7 +770,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "7b0a01e6-8133-46bd-81db-678dd8da3087"]}]}, + "5407e7f1-abcc-41ff-9144-a169b33ff2ec"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -776,10 +778,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "33ca4c71-3622-45b0-b413-f319318eb053"]}]} + "96f61a55-a000-457d-809e-f378ff4a63c5"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"c35a2806-9dd2-433a-a8fc-\ -f103778ff6a6"], + }]], "MoreAboutSection",ExpressionUUID->"0fed7f5b-d2e2-4431-9079-\ +34a32421f3df"], Cell[BoxData[GridBox[{ { @@ -806,7 +808,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3a06f9ab-23a8-4cde-b0d0-9a78aeab1845"]], "RelatedLinks", + "14579940-e810-4cd1-a295-f5cb69746d9b"]], "RelatedLinks", ExpressionUUID->"922d2f96-93c4-462e-ae1c-193c5133aa73"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -823,11 +825,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "24d10c9e-0efe-40ab-9565-821f94f8a836"]], "RelatedLinks", + "0e5baf3a-df04-4431-b221-40e62a016647"]], "RelatedLinks", ExpressionUUID->"0139483c-aec2-4921-b790-ac01eb0c9452"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"fb6ca575-a5d3-4aed-8646-\ -8e9e0189d331"], + }]], "RelatedLinksSection",ExpressionUUID->"5448e9b2-51a0-4d20-8b09-\ +8d80a5f0e993"], Cell[CellGroupData[{ @@ -857,11 +859,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"706902ad-9ea2-4e36-bf27-c9191b462e91"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"10143788-5585-4979-a8b5-2af7a7b566eb"] +Cell[" ", "FooterCell",ExpressionUUID->"e95ba0a9-34c0-49ce-8041-bbd6bd8ed9c2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"Verbosely", TaggingRules->{ @@ -872,17 +874,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 11.340136}", + "built" -> "{2024, 6, 3, 16, 56, 18.665211}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "Verbosely is an option for various package plotting functions to apply a \ verbose mode.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "Verbosely", - "titlemodifier" -> "", "windowtitle" -> "Verbosely", "type" -> "Symbol", - "uri" -> "TUG/ref/Verbosely"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "Verbosely", "type" -> "Symbol", "uri" -> "TUG/ref/Verbosely"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -891,9 +893,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cbd26c62-13bb-4701-ac3b-e34ed212dc92" +ExpressionUUID->"fed37d9a-6652-4f57-bbc7-29aad6661637" ] (* End of Notebook Content *) @@ -901,119 +903,117 @@ ExpressionUUID->"cbd26c62-13bb-4701-ac3b-e34ed212dc92" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12235, 316, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc77c9e8-707f-4004-b60b-b7e55ebb7cc1", + Cell[12290, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"50e57947-659a-4cc6-9ebd-9d3bb7adeed0", CellTags->"PrimaryExamplesSection", - CellID->96470497]} + CellID->223728495]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 33457, 902} + {"PrimaryExamplesSection", 33497, 904} } *) (*NotebookFileOutline Notebook[{ -Cell[581, 21, 7096, 168, 56, "AnchorBarGrid",ExpressionUUID->"24616b72-bbab-428e-b036-4979b8051bc7", +Cell[581, 21, 7151, 173, 57, "AnchorBarGrid",ExpressionUUID->"e773b8e5-0589-47b8-86a3-a3562704ee0b", CellID->1], -Cell[7680, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"40ef02fa-d454-4dce-a093-60736ca95838"], +Cell[7735, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3f7815c7-76b8-45e6-99bb-833aac4b08c8"], Cell[CellGroupData[{ -Cell[7791, 195, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"3e028bb5-c2c0-444a-85c8-23fb9072e905"], -Cell[9077, 232, 453, 9, 111, "Usage",ExpressionUUID->"7171d604-9424-4aaf-9e6a-d8368803815e", +Cell[7846, 200, 1283, 35, 59, "ObjectNameGrid",ExpressionUUID->"965010d3-c413-4033-a1e8-76d0e1159581"], +Cell[9132, 237, 453, 9, 109, "Usage",ExpressionUUID->"7171d604-9424-4aaf-9e6a-d8368803815e", CellID->2052780350] }, Open ]], Cell[CellGroupData[{ -Cell[9567, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"e8fb9510-5299-442a-92e9-1791dc58448a", +Cell[9622, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"b9d3495a-12a2-4ef8-8ef4-86eb238c42e8", CellGroupingRules->{"SectionGrouping", 50}, - CellID->2128400266], -Cell[11465, 295, 489, 12, 37, "Notes",ExpressionUUID->"87ff5f55-1410-40b5-bf9e-23157cd61fe7", + CellID->2055916148], +Cell[11520, 300, 489, 12, 38, "Notes",ExpressionUUID->"87ff5f55-1410-40b5-bf9e-23157cd61fe7", CellID->177724765], -Cell[11957, 309, 151, 1, 36, "Notes",ExpressionUUID->"40916ede-9e14-4d0a-9f9e-8cd768d817f2", +Cell[12012, 314, 151, 1, 36, "Notes",ExpressionUUID->"40916ede-9e14-4d0a-9f9e-8cd768d817f2", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12235, 316, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"fc77c9e8-707f-4004-b60b-b7e55ebb7cc1", +Cell[12290, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"50e57947-659a-4cc6-9ebd-9d3bb7adeed0", CellTags->"PrimaryExamplesSection", - CellID->96470497], + CellID->223728495], Cell[CellGroupData[{ -Cell[13679, 357, 1398, 36, 30, "ExampleSection",ExpressionUUID->"0ebfede2-90a2-4378-8831-b662100dc14a", - CellID->817874650], -Cell[15080, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"299460bb-065f-46df-8209-9ce0cfe49b89", +Cell[13735, 362, 1398, 36, 30, "ExampleSection",ExpressionUUID->"f11f4601-af9b-452c-b18a-7b450153d09a", + CellID->475574846], +Cell[15136, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"299460bb-065f-46df-8209-9ce0cfe49b89", CellID->724598077], Cell[CellGroupData[{ -Cell[15223, 400, 168, 3, 27, "Input",ExpressionUUID->"eeb84797-25d0-4b14-b872-64c9fdbb947b", +Cell[15279, 405, 168, 3, 27, "Input",ExpressionUUID->"eeb84797-25d0-4b14-b872-64c9fdbb947b", CellID->2141335847], Cell[CellGroupData[{ -Cell[15416, 407, 237, 4, 23, "Print",ExpressionUUID->"48d76dd0-dcdb-4bc2-aa50-370a9ba2b147", +Cell[15472, 412, 237, 4, 23, "Print",ExpressionUUID->"48d76dd0-dcdb-4bc2-aa50-370a9ba2b147", CellID->1893103951], -Cell[15656, 413, 366, 8, 23, "Print",ExpressionUUID->"ec2f5d86-e50a-4907-8937-bebc5744e2e7", +Cell[15712, 418, 366, 8, 23, "Print",ExpressionUUID->"ec2f5d86-e50a-4907-8937-bebc5744e2e7", CellID->1251221617], -Cell[16025, 423, 236, 4, 23, "Print",ExpressionUUID->"93d19619-d99c-4147-8217-f3a35ac5538d", +Cell[16081, 428, 236, 4, 23, "Print",ExpressionUUID->"93d19619-d99c-4147-8217-f3a35ac5538d", CellID->172210233], -Cell[16264, 429, 221, 3, 23, "Print",ExpressionUUID->"1e5b474e-f06d-41f4-8cc8-6ce6bd60d922", +Cell[16320, 434, 221, 3, 23, "Print",ExpressionUUID->"1e5b474e-f06d-41f4-8cc8-6ce6bd60d922", CellID->1286899780], -Cell[16488, 434, 208, 3, 23, "Print",ExpressionUUID->"34dafbb9-db7d-4ff4-b872-2d8377ad5965", +Cell[16544, 439, 208, 3, 23, "Print",ExpressionUUID->"34dafbb9-db7d-4ff4-b872-2d8377ad5965", CellID->2092221624], -Cell[16699, 439, 238, 4, 23, "Print",ExpressionUUID->"89988309-6288-4d3c-a581-aea725b9713d", +Cell[16755, 444, 238, 4, 23, "Print",ExpressionUUID->"89988309-6288-4d3c-a581-aea725b9713d", CellID->1087604429], -Cell[16940, 445, 221, 3, 23, "Print",ExpressionUUID->"885b5648-3a24-4894-a54c-13742f5fdd1a", +Cell[16996, 450, 221, 3, 23, "Print",ExpressionUUID->"885b5648-3a24-4894-a54c-13742f5fdd1a", CellID->1528547444], -Cell[17164, 450, 236, 4, 23, "Print",ExpressionUUID->"bde69939-04fd-4e9a-a423-c80f4c7a0db7", +Cell[17220, 455, 236, 4, 23, "Print",ExpressionUUID->"bde69939-04fd-4e9a-a423-c80f4c7a0db7", CellID->637913650], -Cell[17403, 456, 236, 4, 23, "Print",ExpressionUUID->"e940b2dd-4c9b-4a86-8d32-e756d53dd7e4", +Cell[17459, 461, 236, 4, 23, "Print",ExpressionUUID->"e940b2dd-4c9b-4a86-8d32-e756d53dd7e4", CellID->515346813], -Cell[17642, 462, 208, 3, 23, "Print",ExpressionUUID->"daa89f18-606d-44dd-91ac-2ed1c9f8752c", +Cell[17698, 467, 208, 3, 23, "Print",ExpressionUUID->"daa89f18-606d-44dd-91ac-2ed1c9f8752c", CellID->1514664936], -Cell[17853, 467, 237, 4, 23, "Print",ExpressionUUID->"c8095428-f130-4d50-921e-f6a567a469fc", +Cell[17909, 472, 237, 4, 23, "Print",ExpressionUUID->"c8095428-f130-4d50-921e-f6a567a469fc", CellID->1226918962] }, Open ]] }, Open ]], -Cell[18117, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"5aca263b-4230-4dee-a482-d285b3d77a82", +Cell[18173, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"5aca263b-4230-4dee-a482-d285b3d77a82", CellID->2083786667], -Cell[18257, 478, 234, 6, 27, "Input",ExpressionUUID->"d8f75019-e27e-4743-b712-852520f295cc", +Cell[18313, 483, 234, 6, 27, "Input",ExpressionUUID->"d8f75019-e27e-4743-b712-852520f295cc", CellID->585427827], -Cell[18494, 486, 375, 9, 27, "Input",ExpressionUUID->"a27e2498-3a58-4443-b72d-ae5ae387dc4e", +Cell[18550, 491, 375, 9, 27, "Input",ExpressionUUID->"a27e2498-3a58-4443-b72d-ae5ae387dc4e", CellID->1947756944], -Cell[18872, 497, 238, 6, 70, "Input",ExpressionUUID->"bd8f1f40-703b-4e7e-b32a-cc6d02a9b19d", +Cell[18928, 502, 238, 6, 27, "Input",ExpressionUUID->"bd8f1f40-703b-4e7e-b32a-cc6d02a9b19d", CellID->1946614331], -Cell[19113, 505, 236, 4, 70, "ExampleText",ExpressionUUID->"98c9fc2d-9f55-4ae2-8676-164908f110df", +Cell[19169, 510, 236, 4, 70, "ExampleText",ExpressionUUID->"98c9fc2d-9f55-4ae2-8676-164908f110df", CellID->4896524], Cell[CellGroupData[{ -Cell[19374, 513, 264, 6, 70, "Input",ExpressionUUID->"81c1396c-5319-4f2e-b546-07c2b77cd811", +Cell[19430, 518, 264, 6, 70, "Input",ExpressionUUID->"81c1396c-5319-4f2e-b546-07c2b77cd811", CellID->1736366841], -Cell[19641, 521, 584, 15, 485, "Output",ExpressionUUID->"874965ef-5907-40f3-8fa2-47b4e3dc617e", +Cell[19697, 526, 584, 15, 485, "Output",ExpressionUUID->"874965ef-5907-40f3-8fa2-47b4e3dc617e", CellID->1167992356] }, Open ]], -Cell[20240, 539, 169, 3, 70, "ExampleText",ExpressionUUID->"43c12a57-89b3-4481-98da-4eeaa0d8437c", +Cell[20296, 544, 169, 3, 70, "ExampleText",ExpressionUUID->"43c12a57-89b3-4481-98da-4eeaa0d8437c", CellID->164396647], Cell[CellGroupData[{ -Cell[20434, 546, 262, 6, 70, "Input",ExpressionUUID->"a4fa982f-fcb8-4e8f-93c1-a34d7baf39e8", +Cell[20490, 551, 262, 6, 70, "Input",ExpressionUUID->"a4fa982f-fcb8-4e8f-93c1-a34d7baf39e8", CellID->640476792], -Cell[20699, 554, 184, 2, 70, "Print",ExpressionUUID->"01ff235f-1e44-4baa-bb2b-d554b19f3fb6", +Cell[20755, 559, 184, 2, 70, "Print",ExpressionUUID->"01ff235f-1e44-4baa-bb2b-d554b19f3fb6", CellID->773035388], -Cell[20886, 558, 583, 15, 485, "Output",ExpressionUUID->"91a14c2a-0763-4896-991b-883b783fa372", +Cell[20942, 563, 583, 15, 485, "Output",ExpressionUUID->"91a14c2a-0763-4896-991b-883b783fa372", CellID->507753715] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21767, 587, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"acb04073-ac85-42dd-b5b7-2b9ceff1a876"], +Cell[27251, 737, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f94eec1f-ec86-4ae0-9058-4d2c555cdbf0"], +Cell[27924, 757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0fed7f5b-d2e2-4431-9079-34a32421f3df"], +Cell[28960, 785, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"5448e9b2-51a0-4d20-8b09-8d80a5f0e993"], Cell[CellGroupData[{ -Cell[21733, 584, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"aac43b42-c74e-47fc-83ea-0ac2d2db0b97"], -Cell[27217, 734, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e99f9131-9670-4da9-9af6-e72ff8c57a24"] -}, Open ]], -Cell[27902, 755, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"c35a2806-9dd2-433a-a8fc-f103778ff6a6"], -Cell[28938, 783, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"fb6ca575-a5d3-4aed-8646-8e9e0189d331"], -Cell[CellGroupData[{ -Cell[30553, 833, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"48763a36-5f48-4514-bd9c-d993f3c28f8e", +Cell[30575, 835, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"48763a36-5f48-4514-bd9c-d993f3c28f8e", CellID->2135167160], -Cell[30694, 836, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b703f6d-b994-411b-b29b-a7088232d5e6", +Cell[30716, 838, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5b703f6d-b994-411b-b29b-a7088232d5e6", CellID->1194386356], -Cell[30916, 842, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4c71e5d6-87b8-43a9-be16-4187fe175632", +Cell[30938, 844, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"4c71e5d6-87b8-43a9-be16-4187fe175632", CellID->1641706272], -Cell[31131, 847, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f679c46b-ea8a-4c24-a003-28dcdd59e625", +Cell[31153, 849, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"f679c46b-ea8a-4c24-a003-28dcdd59e625", CellID->399251956], -Cell[31360, 853, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"706902ad-9ea2-4e36-bf27-c9191b462e91", +Cell[31382, 855, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"706902ad-9ea2-4e36-bf27-c9191b462e91", CellID->821434655] }, Open ]], -Cell[31597, 859, 78, 0, 70, "FooterCell",ExpressionUUID->"10143788-5585-4979-a8b5-2af7a7b566eb"] +Cell[31619, 861, 78, 0, 70, "FooterCell",ExpressionUUID->"e95ba0a9-34c0-49ce-8041-bbd6bd8ed9c2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/VerticesCore.nb b/Documentation/English/ReferencePages/Symbols/VerticesCore.nb index 7e5716a..58bd054 100644 --- a/Documentation/English/ReferencePages/Symbols/VerticesCore.nb +++ b/Documentation/English/ReferencePages/Symbols/VerticesCore.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 45727, 1174] -NotebookOptionsPosition[ 37346, 1009] -NotebookOutlinePosition[ 39434, 1062] -CellTagsIndexPosition[ 39348, 1057] +NotebookDataLength[ 45745, 1173] +NotebookOptionsPosition[ 37372, 1009] +NotebookOutlinePosition[ 39483, 1063] +CellTagsIndexPosition[ 39397, 1058] WindowTitle->VerticesCore WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "c665a61c-5b9f-4ca8-8344-a3fec8a596da"], + "286084c3-0168-4387-b9de-a7672c039d0d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "18783909-53ec-408a-9978-1d7045fcd0e9"], + "47ec3713-e7fc-41e7-b99c-67879cdf1f19"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "27c846f0-e5f2-42ae-ae22-a1794ae95e2e"] - }],ExpressionUUID->"d5bb5919-02ee-4175-9c1d-afaa55e1c364"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], "\<\"CddVerticesLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesImputationSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesImputationSet"], \ -"\<\"CddGmpPlotReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], \ -"\<\"CddGmpVerticesCore\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpVerticesCore"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "a31ccd72-f062-4656-ac2a-2374123528f9"] + }],ExpressionUUID->"6fea981f-c804-423d-9c8d-509a9cddf3ff"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesImputationSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddGmpVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpVerticesCore"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "563ed48a-0f42-4176-b7db-8359a250ce2c"], + "e2ede0b7-0c5d-4690-9c2c-313bf0e2749e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fd0c6206-c64e-4cd1-98c6-dc2bd20e1a74"] - }],ExpressionUUID->"4d59cebe-a5d6-4009-b64e-878b6fa05f97"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "fd9c1f2f-31e3-4820-92af-5105cb7e7782"] + }],ExpressionUUID->"b4a0a543-48f1-4e25-8624-101f575b9933"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2bb0c3c-6d80-4128-a460-af19001458d9"], + "e27c16f9-f294-4e27-acd5-636358afd6be"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "926289ce-8958-46b7-892e-e70dc53c4e37"] - }],ExpressionUUID->"d308a325-3969-49f8-a444-e5f68b043365"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e6bd9256-198e-409c-aeab-cfe7fcdc422d"] + }],ExpressionUUID->"5c233b52-fad4-4184-b2ab-1954ece8998a"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d4a6510c-1795-4d9a-aeb6-9eabef10b811"], + "289590fc-314c-4016-b83c-0f89c697a7d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,52 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1117e798-f8e2-4fde-9724-119354cfa825"] - }],ExpressionUUID->"b63c76cc-c1b2-4049-b147-bf6326eddf76"], - StripOnInput->False], {"\<\"TUG/ref/VerticesCore\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/VerticesCore"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - - "http://reference.wolfram.com/language/TUG/ref/VerticesCore.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$209410], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/VerticesCore" <> ".html"], None}]}]}, + "750e41e1-cd1d-4248-9c22-224d9c072a93"] + }],ExpressionUUID->"c640a0fe-11a8-43ac-ac24-56944fdec93b"], + StripOnInput->False],{ + "\"TUG/ref/VerticesCore\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/VerticesCore"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +VerticesCore.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$225652], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/VerticesCore" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ba9fb2ba-2919-4ad6-8ec6-451634e21e72"] + "b36197b6-24ff-4f02-9f19-564bf93928bd"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e91a3591-aa10-478b-8dfb-31a233218edc"]} + "1e635872-16f6-483f-8f54-c35aceadcb54"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"302c55d8-135a-4f9d-9dbd-0932f4a60b87"], + CellID->1,ExpressionUUID->"865a77e3-3be3-46f3-9aeb-e770b41f3915"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"afa7d9c0-3c18-4647-be82-8d1b8600d8cf"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2c9aacdc-bbf3-4ebf-8062-e2b172da57bb"], Cell[CellGroupData[{ @@ -199,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "VerticesCore", "ObjectName",ExpressionUUID-> - "dfe6036b-2257-48e4-8a63-57d5380f6a92"], + "0f0f17f6-68a3-4084-9e73-5786395eb4e3"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2df09c7a-3536-4c2a-bc6f-23d2c3555bac"], + "Spacer1"]],ExpressionUUID->"34003626-f6ee-4e95-a7fc-d683c000fd00"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e4529cfb-1c57-414f-9941-6c3864a7c667"] - }],ExpressionUUID->"e044c410-4491-41be-85ee-210939cdbf08"], Cell[BoxData[ + "5427b9b0-0842-4b83-ba68-b99a87ac7980"] + }],ExpressionUUID->"08e54907-0b82-472b-9d1d-d6873477f775"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -228,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "4ca1db0c-8aa5-4cd0-acec-3cd347724695"]} + "f7bbbe75-4023-4528-9853-a5af8b445728"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9fc0ba35-0768-4cec-908d-d7ed19236f8f"], + CacheGraphics->False,ExpressionUUID->"8e571155-a3bf-429d-b19c-608845669bf6"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +243,7 @@ Cell[BoxData[GridBox[{ "9197e133-bf8d-4e4c-89c6-5aad85d218d5"], " \[LineSeparator]calculates all vertices of the core with the \ Mathematica package of K. Fukuda." - }],ExpressionUUID->"a480f38a-e1ca-4e7d-b65e-ef1460c44950"]} + }],ExpressionUUID->"2a9a02dc-1829-47e6-850b-52743e4a1674"]} }]], "Usage", CellID->952324948,ExpressionUUID->"d04bd640-c0c4-47c4-84d4-efb9dce7f075"] }, Open ]], @@ -273,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1ceae326-edc2-47ea-ab3e-dd8fc3bd28ad"], + ExpressionUUID->"eb9c4eb7-4c78-45d4-b731-bbd2601624c2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"59691951-69de-41dc-bd70-026101efa9f0"], + "Spacer1"]],ExpressionUUID->"dc2d545f-9c92-47cf-8d12-7db5b0ddbcc6"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"025b03a1-76a3-4f65-811e-94425b369c9e"], + }], "NotesFrameText",ExpressionUUID->"56781fe1-726d-4b1b-b4e0-653cd715bbdc"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"dbb9b7de-6b76-4edc-9438-906c61a9617f"]], \ + "Preemptive"]],ExpressionUUID->"48a8466c-016c-4ff4-8a31-babe68e67a1b"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->889606069,ExpressionUUID->"4e6cf82c-3c94-48f0-8fd6-a98182916b43"], + CellID->1123841239,ExpressionUUID->"a47cfd4d-8828-4e3a-89bc-59efd89860ad"], Cell[TextData[{ "The input expression ", @@ -387,19 +390,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"37c0544e-3e1d-4f35-bbae-c72102e70b13"], + ExpressionUUID->"9ebe520e-e1ab-4666-babe-ba612284f092"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"91a2071d-82fe-4b82-a246-d7d1e7e41335"], + "Spacer1"]],ExpressionUUID->"25f33ee6-2acb-4558-a45f-4dac4a59d935"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a65f0c4f-9632-492e-be03-7a5acfd3da88"] + "54aee99c-8790-495a-95d7-6db85666c81c"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2016162170,ExpressionUUID->"e8e8828d-6b10-4072-ada0-e3c299741997"], + CellID->1214992210,ExpressionUUID->"032c02b2-1f2b-4077-979a-b9dc64ba972b"], Cell[CellGroupData[{ @@ -428,18 +431,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3bd48b60-79f8-40fc-8436-5c0e720991ad"], + ExpressionUUID->"7d65bc4b-9253-4880-a44a-40aa50ab1c53"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"86156f73-efae-4947-af52-823a0f3b2d84"], + "Spacer1"]],ExpressionUUID->"167b87b9-b024-44b2-988e-b9e52a6a3b59"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2be8edee-24f1-47af-9296-11337a82f372"] + "9fd2c654-e3f3-4d68-b47f-48be313dcedb"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->187550536,ExpressionUUID->"8776868c-9fd2-4e0a-88e8-c020b9371696"], + CellID->1073254336,ExpressionUUID->"96499391-2920-4e56-824e-74030a70c048"], Cell["Loading the package:", "ExampleText", CellID->1534881626,ExpressionUUID->"65be1924-693a-47bc-bcd1-7dfe8695f519"], @@ -728,8 +731,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -877,15 +878,15 @@ Cell[BoxData[GridBox[{ "322f5ee5-afdb-4122-bb0c-8108d6d225c2"] }], "SeeAlso",ExpressionUUID->"35e01470-bf3e-4505-8cd9-cf6fe0180659"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"0dcd1024-9c37-436e-a745-\ -a217615cb88b"], + }]], "SeeAlsoSection",ExpressionUUID->"18e42719-49cc-45ed-bb2c-\ +e6bdc21e05c3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -897,9 +898,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5ecf20d4-acc7-4aae-98fc-3c552b27d8c1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"fef640e4-966e-4632-81d9-\ -e2876b592006"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7678023e-1d91-43e9-a198-\ +4a1931cd77c1"], Cell[BoxData[GridBox[{ { @@ -916,7 +916,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "a472aa85-46ef-4d48-81e5-a33612803a01"]}]}, + "f2404593-e7b6-42fc-b980-78b903795757"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -924,10 +924,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "00db7bb1-d063-4176-8d26-559772bcd565"]}]} + "49215055-9945-4be2-a505-ceb0bc8bb4ee"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0565617a-5838-422f-a73e-\ -64831f5f9081"], + }]], "MoreAboutSection",ExpressionUUID->"16c2c955-df2e-40db-8246-\ +58e18d8fb9b6"], Cell[BoxData[GridBox[{ { @@ -954,7 +954,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "df9d432a-3b04-43f8-919f-3ee9288055da"]], "RelatedLinks", + "be3e596e-9eda-4e4f-a3cd-76faac060486"]], "RelatedLinks", ExpressionUUID->"41420653-2cd1-4acb-84e0-5877ba856551"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -971,11 +971,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "55be4b20-2bb1-4fc9-bd4a-31347020fadb"]], "RelatedLinks", + "e51f952b-7271-4ba6-81e3-cb03c5eba7a2"]], "RelatedLinks", ExpressionUUID->"8180bc3a-b8c0-47ef-8195-306cd4acc03d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d9c03fa7-0a30-4154-ac4f-\ -bc566983b119"], + }]], "RelatedLinksSection",ExpressionUUID->"c7076ada-2774-4f36-9434-\ +8d555f0dbcad"], Cell[CellGroupData[{ @@ -1005,11 +1005,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"aec3bd78-95bf-47ce-8299-e21bdff3f86a"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d0643dbf-11dc-4b76-820f-97f83cf6b10f"] +Cell[" ", "FooterCell",ExpressionUUID->"a7760c5c-cde0-4687-a5ac-eabbc09c2fd5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"VerticesCore", TaggingRules->{ @@ -1020,17 +1020,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 12.939152}", + "built" -> "{2024, 6, 3, 16, 56, 19.391353}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "VerticesCore[game] calculates all vertices of the core with the \ Mathematica package of K. Fukuda.", "synonyms" -> {}, "tabletags" -> {}, - "title" -> "VerticesCore", "titlemodifier" -> "", "windowtitle" -> - "VerticesCore", "type" -> "Symbol", "uri" -> "TUG/ref/VerticesCore"}}, + "title" -> "VerticesCore", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "VerticesCore", "type" -> "Symbol", "uri" -> + "TUG/ref/VerticesCore"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1039,9 +1040,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"dee25c8d-33fd-4634-abda-540c41b5816c" +ExpressionUUID->"1c36046a-b2fc-4c2b-8627-2afa5780ffb3" ] (* End of Notebook Content *) @@ -1049,133 +1050,131 @@ ExpressionUUID->"dee25c8d-33fd-4634-abda-540c41b5816c" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[14170, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e8e8828d-6b10-4072-ada0-e3c299741997", + Cell[14229, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"032c02b2-1f2b-4077-979a-b9dc64ba972b", CellTags->"PrimaryExamplesSection", - CellID->2016162170]} + CellID->1214992210]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 39147, 1050} + {"PrimaryExamplesSection", 39196, 1051} } *) (*NotebookFileOutline Notebook[{ -Cell[584, 21, 7211, 170, 56, "AnchorBarGrid",ExpressionUUID->"302c55d8-135a-4f9d-9dbd-0932f4a60b87", +Cell[584, 21, 7269, 173, 57, "AnchorBarGrid",ExpressionUUID->"865a77e3-3be3-46f3-9aeb-e770b41f3915", CellID->1], -Cell[7798, 193, 86, 0, 24, "ContextNameCell",ExpressionUUID->"afa7d9c0-3c18-4647-be82-8d1b8600d8cf"], +Cell[7856, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2c9aacdc-bbf3-4ebf-8062-e2b172da57bb"], Cell[CellGroupData[{ -Cell[7909, 197, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"9fc0ba35-0768-4cec-908d-d7ed19236f8f"], -Cell[9198, 234, 493, 10, 111, "Usage",ExpressionUUID->"d04bd640-c0c4-47c4-84d4-efb9dce7f075", +Cell[7967, 200, 1286, 35, 59, "ObjectNameGrid",ExpressionUUID->"8e571155-a3bf-429d-b19c-608845669bf6"], +Cell[9256, 237, 493, 10, 111, "Usage",ExpressionUUID->"d04bd640-c0c4-47c4-84d4-efb9dce7f075", CellID->952324948] }, Open ]], Cell[CellGroupData[{ -Cell[9728, 249, 1894, 47, 37, "NotesSection",ExpressionUUID->"4e6cf82c-3c94-48f0-8fd6-a98182916b43", +Cell[9786, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"a47cfd4d-8828-4e3a-89bc-59efd89860ad", CellGroupingRules->{"SectionGrouping", 50}, - CellID->889606069], -Cell[11625, 298, 515, 12, 57, "Notes",ExpressionUUID->"8ec1dbbc-ad70-466a-a1e9-f2deee584653", + CellID->1123841239], +Cell[11684, 301, 515, 12, 57, "Notes",ExpressionUUID->"8ec1dbbc-ad70-466a-a1e9-f2deee584653", CellID->1014199156], -Cell[12143, 312, 489, 12, 37, "Notes",ExpressionUUID->"a45f69b8-147f-4c20-bd64-730ebcf2a1ea", +Cell[12202, 315, 489, 12, 38, "Notes",ExpressionUUID->"a45f69b8-147f-4c20-bd64-730ebcf2a1ea", CellID->177724765], -Cell[12635, 326, 166, 3, 36, "Notes",ExpressionUUID->"8cf18394-47b9-4009-be07-2cf16fdfe069", +Cell[12694, 329, 166, 3, 36, "Notes",ExpressionUUID->"8cf18394-47b9-4009-be07-2cf16fdfe069", CellID->384998798], -Cell[12804, 331, 261, 5, 57, "Notes",ExpressionUUID->"05f1aac9-4cc7-4b9c-a13b-11a331f1d5b5", +Cell[12863, 334, 261, 5, 57, "Notes",ExpressionUUID->"05f1aac9-4cc7-4b9c-a13b-11a331f1d5b5", CellID->2024014957], -Cell[13068, 338, 425, 7, 57, "Notes",ExpressionUUID->"2211a232-a63d-45e3-9677-1de1ac365dd9", +Cell[13127, 341, 425, 7, 57, "Notes",ExpressionUUID->"2211a232-a63d-45e3-9677-1de1ac365dd9", CellID->420542401], -Cell[13496, 347, 547, 11, 58, "Notes",ExpressionUUID->"016f0bd1-b92f-4099-a2c3-3eaeef82b457", +Cell[13555, 350, 547, 11, 59, "Notes",ExpressionUUID->"016f0bd1-b92f-4099-a2c3-3eaeef82b457", CellID->2001246088] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[14170, 364, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"e8e8828d-6b10-4072-ada0-e3c299741997", +Cell[14229, 367, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"032c02b2-1f2b-4077-979a-b9dc64ba972b", CellTags->"PrimaryExamplesSection", - CellID->2016162170], + CellID->1214992210], Cell[CellGroupData[{ -Cell[15616, 405, 1398, 36, 30, "ExampleSection",ExpressionUUID->"8776868c-9fd2-4e0a-88e8-c020b9371696", - CellID->187550536], -Cell[17017, 443, 119, 1, 38, "ExampleText",ExpressionUUID->"65be1924-693a-47bc-bcd1-7dfe8695f519", +Cell[15675, 408, 1399, 36, 30, "ExampleSection",ExpressionUUID->"96499391-2920-4e56-824e-74030a70c048", + CellID->1073254336], +Cell[17077, 446, 119, 1, 39, "ExampleText",ExpressionUUID->"65be1924-693a-47bc-bcd1-7dfe8695f519", CellID->1534881626], Cell[CellGroupData[{ -Cell[17161, 448, 168, 3, 27, "Input",ExpressionUUID->"530bbdca-15e0-4890-b805-701ec3accb31", +Cell[17221, 451, 168, 3, 27, "Input",ExpressionUUID->"530bbdca-15e0-4890-b805-701ec3accb31", CellID->1351045652], Cell[CellGroupData[{ -Cell[17354, 455, 235, 4, 23, "Print",ExpressionUUID->"7d35f0df-7822-47da-9914-91ac7564a27a", +Cell[17414, 458, 235, 4, 23, "Print",ExpressionUUID->"7d35f0df-7822-47da-9914-91ac7564a27a", CellID->588789433], -Cell[17592, 461, 364, 8, 23, "Print",ExpressionUUID->"8709e16a-d826-4ef6-9aef-feb23dd4f4a2", +Cell[17652, 464, 364, 8, 23, "Print",ExpressionUUID->"8709e16a-d826-4ef6-9aef-feb23dd4f4a2", CellID->200056650], -Cell[17959, 471, 236, 4, 23, "Print",ExpressionUUID->"2b475799-d78a-477b-ba78-1a5b287924f7", +Cell[18019, 474, 236, 4, 23, "Print",ExpressionUUID->"2b475799-d78a-477b-ba78-1a5b287924f7", CellID->2138042930], -Cell[18198, 477, 220, 3, 23, "Print",ExpressionUUID->"b8d55cf0-efe6-4fba-80fb-bf04ba7930f6", +Cell[18258, 480, 220, 3, 23, "Print",ExpressionUUID->"b8d55cf0-efe6-4fba-80fb-bf04ba7930f6", CellID->1415453617], -Cell[18421, 482, 207, 3, 23, "Print",ExpressionUUID->"1b0c4ca0-4be4-4d58-94ae-c3d4954c13df", +Cell[18481, 485, 207, 3, 23, "Print",ExpressionUUID->"1b0c4ca0-4be4-4d58-94ae-c3d4954c13df", CellID->1056661062], -Cell[18631, 487, 236, 4, 70, "Print",ExpressionUUID->"dcfe9c5d-7b2e-40a1-b85e-d3c4062120d7", +Cell[18691, 490, 236, 4, 23, "Print",ExpressionUUID->"dcfe9c5d-7b2e-40a1-b85e-d3c4062120d7", CellID->273548202], -Cell[18870, 493, 220, 3, 70, "Print",ExpressionUUID->"6c3338a1-f2f5-43c9-9f2e-3a0950c95128", +Cell[18930, 496, 220, 3, 70, "Print",ExpressionUUID->"6c3338a1-f2f5-43c9-9f2e-3a0950c95128", CellID->1882374359], -Cell[19093, 498, 236, 4, 70, "Print",ExpressionUUID->"fc921b12-6d7c-4479-8aff-6776604303e3", +Cell[19153, 501, 236, 4, 70, "Print",ExpressionUUID->"fc921b12-6d7c-4479-8aff-6776604303e3", CellID->2062697935], -Cell[19332, 504, 235, 4, 70, "Print",ExpressionUUID->"6afe3986-0172-4f42-85cc-b03eee8c2dd0", +Cell[19392, 507, 235, 4, 70, "Print",ExpressionUUID->"6afe3986-0172-4f42-85cc-b03eee8c2dd0", CellID->617083317], -Cell[19570, 510, 207, 3, 70, "Print",ExpressionUUID->"8934abd2-570e-4808-8207-34b1bd524fb4", +Cell[19630, 513, 207, 3, 70, "Print",ExpressionUUID->"8934abd2-570e-4808-8207-34b1bd524fb4", CellID->1826983650], -Cell[19780, 515, 235, 4, 70, "Print",ExpressionUUID->"ec6c1552-374d-4582-a73e-71d7859ac212", +Cell[19840, 518, 235, 4, 70, "Print",ExpressionUUID->"ec6c1552-374d-4582-a73e-71d7859ac212", CellID->605146284] }, Open ]] }, Open ]], -Cell[20042, 523, 137, 1, 70, "ExampleText",ExpressionUUID->"cf483d9b-ce47-44c9-95a7-aadffbb4c555", +Cell[20102, 526, 137, 1, 70, "ExampleText",ExpressionUUID->"cf483d9b-ce47-44c9-95a7-aadffbb4c555", CellID->1507473899], -Cell[20182, 526, 235, 6, 70, "Input",ExpressionUUID->"17f5b7f9-1110-4e8a-9a47-f6777816be2b", +Cell[20242, 529, 235, 6, 70, "Input",ExpressionUUID->"17f5b7f9-1110-4e8a-9a47-f6777816be2b", CellID->1613440328], -Cell[20420, 534, 381, 9, 70, "Input",ExpressionUUID->"bbef694c-ee6f-47cb-9b31-bffe45d91e2f", +Cell[20480, 537, 381, 9, 70, "Input",ExpressionUUID->"bbef694c-ee6f-47cb-9b31-bffe45d91e2f", CellID->1778164805], -Cell[20804, 545, 238, 6, 70, "Input",ExpressionUUID->"6b5ea4b5-c278-4152-88d6-e7931cd69279", +Cell[20864, 548, 238, 6, 70, "Input",ExpressionUUID->"6b5ea4b5-c278-4152-88d6-e7931cd69279", CellID->1693613701], -Cell[21045, 553, 190, 4, 70, "ExampleText",ExpressionUUID->"0909fc93-0f41-469e-ac22-24363ade263e", +Cell[21105, 556, 190, 4, 70, "ExampleText",ExpressionUUID->"0909fc93-0f41-469e-ac22-24363ade263e", CellID->636013987], Cell[CellGroupData[{ -Cell[21260, 561, 169, 3, 70, "Input",ExpressionUUID->"6b32ec16-dbd0-4b05-8442-13251bcf893a", +Cell[21320, 564, 169, 3, 70, "Input",ExpressionUUID->"6b32ec16-dbd0-4b05-8442-13251bcf893a", CellID->100880423], -Cell[21432, 566, 170, 4, 36, "Output",ExpressionUUID->"5f270197-9c09-4425-8d83-7e7afe9cab12", +Cell[21492, 569, 170, 4, 36, "Output",ExpressionUUID->"5f270197-9c09-4425-8d83-7e7afe9cab12", CellID->3992407] }, Open ]], -Cell[21617, 573, 252, 4, 70, "ExampleText",ExpressionUUID->"29d0f8fc-f3f7-48ee-b4f0-8e7aec290c68", +Cell[21677, 576, 252, 4, 70, "ExampleText",ExpressionUUID->"29d0f8fc-f3f7-48ee-b4f0-8e7aec290c68", CellID->940689492], Cell[CellGroupData[{ -Cell[21894, 581, 245, 6, 70, "Input",ExpressionUUID->"195bb169-b378-45b4-8f15-143e8d3d3c52", +Cell[21954, 584, 245, 6, 70, "Input",ExpressionUUID->"195bb169-b378-45b4-8f15-143e8d3d3c52", CellID->906481825], -Cell[22142, 589, 3154, 83, 137, "Output",ExpressionUUID->"3eeeac6d-87b1-414c-b0b0-d33cea2e5520", +Cell[22202, 592, 3154, 83, 134, "Output",ExpressionUUID->"3eeeac6d-87b1-414c-b0b0-d33cea2e5520", CellID->1054142124] }, Open ]], -Cell[25311, 675, 225, 4, 70, "ExampleText",ExpressionUUID->"c14b25b3-38b3-4246-8eb3-c9626b94d9d9", +Cell[25371, 678, 225, 4, 70, "ExampleText",ExpressionUUID->"c14b25b3-38b3-4246-8eb3-c9626b94d9d9", CellID->485879221], Cell[CellGroupData[{ -Cell[25561, 683, 127, 2, 70, "Input",ExpressionUUID->"55d83cda-1885-4c7f-b130-990299ffc454", +Cell[25621, 686, 127, 2, 70, "Input",ExpressionUUID->"55d83cda-1885-4c7f-b130-990299ffc454", CellID->408906945], -Cell[25691, 687, 1328, 34, 70, "Output",ExpressionUUID->"37eed0d4-3538-4435-a505-e90ba5901bbd", +Cell[25751, 690, 1328, 34, 69, "Output",ExpressionUUID->"37eed0d4-3538-4435-a505-e90ba5901bbd", CellID->1290426858] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27321, 733, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"18e42719-49cc-45ed-bb2c-e6bdc21e05c3"], +Cell[32909, 883, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7678023e-1d91-43e9-a198-4a1931cd77c1"], +Cell[33582, 903, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"16c2c955-df2e-40db-8246-58e18d8fb9b6"], +Cell[34618, 931, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"c7076ada-2774-4f36-9434-8d555f0dbcad"], Cell[CellGroupData[{ -Cell[27283, 732, 5585, 148, 70, "SeeAlsoSection",ExpressionUUID->"0dcd1024-9c37-436e-a745-a217615cb88b"], -Cell[32871, 882, 670, 18, 70, "TechNotesSection",ExpressionUUID->"fef640e4-966e-4632-81d9-e2876b592006"] -}, Open ]], -Cell[33556, 903, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0565617a-5838-422f-a73e-64831f5f9081"], -Cell[34592, 931, 1604, 46, 70, "RelatedLinksSection",ExpressionUUID->"d9c03fa7-0a30-4154-ac4f-bc566983b119"], -Cell[CellGroupData[{ -Cell[36221, 981, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"71d398af-2f28-4f93-a948-8ff16ddd3a1c", +Cell[36247, 981, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"71d398af-2f28-4f93-a948-8ff16ddd3a1c", CellID->117551421], -Cell[36361, 984, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"34d6d0df-6eb8-48da-a5ef-5947932191ed", +Cell[36387, 984, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"34d6d0df-6eb8-48da-a5ef-5947932191ed", CellID->1194386356], -Cell[36583, 990, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da965686-a612-497c-9232-ac89d4cfb2cf", +Cell[36609, 990, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"da965686-a612-497c-9232-ac89d4cfb2cf", CellID->1641706272], -Cell[36798, 995, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2befaa1c-bdd7-46d6-bd67-e146cc174d89", +Cell[36824, 995, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2befaa1c-bdd7-46d6-bd67-e146cc174d89", CellID->399251956], -Cell[37027, 1001, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aec3bd78-95bf-47ce-8299-e21bdff3f86a", +Cell[37053, 1001, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"aec3bd78-95bf-47ce-8299-e21bdff3f86a", CellID->821434655] }, Open ]], -Cell[37264, 1007, 78, 0, 70, "FooterCell",ExpressionUUID->"d0643dbf-11dc-4b76-820f-97f83cf6b10f"] +Cell[37290, 1007, 78, 0, 70, "FooterCell",ExpressionUUID->"a7760c5c-cde0-4687-a5ac-eabbc09c2fd5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/VetoRichPlayers.nb b/Documentation/English/ReferencePages/Symbols/VetoRichPlayers.nb index ad4005c..fc89c71 100644 --- a/Documentation/English/ReferencePages/Symbols/VetoRichPlayers.nb +++ b/Documentation/English/ReferencePages/Symbols/VetoRichPlayers.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40123, 1035] -NotebookOptionsPosition[ 32241, 878] -NotebookOutlinePosition[ 34304, 931] -CellTagsIndexPosition[ 34219, 926] +NotebookDataLength[ 40132, 1035] +NotebookOptionsPosition[ 32257, 879] +NotebookOutlinePosition[ 34343, 933] +CellTagsIndexPosition[ 34258, 928] WindowTitle->VetoRichPlayers WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "5269e0b4-ba0b-4669-9ea1-74cc4bd149ff"], + "122eb977-7da5-4a56-8391-a171529fce7d"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "504737b4-414a-4d8c-9177-3a94b90c76e9"], + "fc64fb39-4d57-4b82-9d66-f8285e29ebd6"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ad8f0881-b02b-4ca7-97bd-7c6cbb94ca9a"] - }],ExpressionUUID->"418bb4cc-debd-41da-bd8a-503422e165f6"], - StripOnInput->False], {"\<\"Kernel\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Kernel"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernel\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernel"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"PreKernelQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelQ"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"KernelImputationQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelImputationQ"], "\<\"ModifiedKernel\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, + "92aaf8b3-fdbd-4c5f-8cf5-f034fb9bb8d4"] + }],ExpressionUUID->"b2b1e709-8c31-4a9c-a0e6-31aa3e75f5f6"], + StripOnInput->False],{ + "\"Kernel\"" :> Documentation`HelpLookup["paclet:TUG/ref/Kernel"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernel"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"PreKernelQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelQ"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"KernelImputationQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelImputationQ"], + "\"ModifiedKernel\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedKernel"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8654f929-12c4-4b90-b40e-a21630ad1cd3"], + "61fffbdd-1dd1-4966-8061-b89fa1b328f9"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "92961725-df5c-4ba6-a1a6-ce917c04e908"] - }],ExpressionUUID->"057e345f-ff53-4bd0-bf28-9df9745391e6"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1ba5b759-34f1-42f8-a950-b12104eb608f"] + }],ExpressionUUID->"1119ecaf-86bc-4e39-aa8e-a55ee71a1990"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f62fb48a-2cf3-4ca8-9f89-fc487ee749b7"], + "8f0fbe23-7099-4ef2-b884-f66c23564162"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fc63655a-b70c-43d8-8dca-f988abc64a9f"] - }],ExpressionUUID->"6a0c4d7a-0088-49d0-829d-c8a6876f647d"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "d4ae8f25-4a88-4d82-a916-01e7a4468c65"] + }],ExpressionUUID->"60a95903-1ac3-411d-8ade-12a9ccc45592"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8497d928-5ad5-4a28-a506-c09f407bed91"], + "7e867dbd-d326-47fd-997c-a7fa6867501e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "0bb26ee6-520e-40ca-b679-d4efcd7710d2"] - }],ExpressionUUID->"56d0ce78-1501-4114-9ffa-71e21d2fe7fd"], - StripOnInput->False], {"\<\"TUG/ref/VetoRichPlayers\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/VetoRichPlayers"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "67057ed9-27ed-4845-8b0f-daa9a6bb00a2"] + }],ExpressionUUID->"43989032-3041-4b21-b7d4-4d296877a21f"], + StripOnInput->False],{ + "\"TUG/ref/VetoRichPlayers\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/VetoRichPlayers"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ VetoRichPlayers.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$209971], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/VetoRichPlayers" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$226247], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/VetoRichPlayers" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6b538509-dd10-43b4-9988-13992b746916"] + "4e8a1740-0ccd-49d9-8e4c-a9bbc5cb2626"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "11c8a0d9-0b8a-418a-9b77-56987ed8a829"]} + "210959db-85c1-4a4b-9c72-578501179623"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"9ff2b009-3cca-4bf6-9b96-cea9c36327ed"], + CellID->1,ExpressionUUID->"60d23f96-4280-4e34-9bea-0771744b677c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"92fd182c-31d0-442d-9da6-2d16495edd7d"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"a28ada50-a2fe-4b07-b726-4c8d87487ce9"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "VetoRichPlayers", "ObjectName",ExpressionUUID-> - "31e36785-e3bf-4131-b808-e982d63840e5"], + "851f1efb-7688-4d41-9ef5-ba023ddac7f8"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"8ca6cbd2-1bc8-4865-a284-e85ffca73af3"], + "Spacer1"]],ExpressionUUID->"8d7c69d9-5988-4e6d-946f-d1ece01b9704"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4d96bed3-bc4e-4369-82bc-97842f23fbd9"] - }],ExpressionUUID->"a1de0254-3947-464a-b5cc-654489980ba9"], Cell[BoxData[ + "6db34591-08ba-44cd-9475-cf5d909e317f"] + }],ExpressionUUID->"bd470865-a088-492c-a065-eb5653eafcdd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "afdc126f-f44c-4d1e-9d43-326c9f49cdee"]} + "52b05145-9791-4618-bc4b-2178899e3d20"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"1fabe6d3-dc59-4dd1-b565-099640781365"], + CacheGraphics->False,ExpressionUUID->"84c5b2b3-c3ca-4a7d-aa81-807b27dbc135"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "e967bb87-d6b1-4d9d-83ec-92da07b22a7d"], " \[LineSeparator]checks if the game has veto players." - }],ExpressionUUID->"cecd708c-0e1b-4931-9c72-662e8c52b229"]} + }],ExpressionUUID->"c3b2a538-4604-46af-878f-c709272faabe"]} }]], "Usage", CellID->336657476,ExpressionUUID->"775daab3-71ff-4a6b-8a2c-65a7ae0eb431"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b61709d8-ead7-483e-a931-73b1d2e969b8"], + ExpressionUUID->"f91e79cf-e62e-45e6-ab89-4f3d1341b9a7"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ad00b8af-5d79-4a1f-ab65-d9d647ffa318"], + "Spacer1"]],ExpressionUUID->"422dfe79-16c4-464b-aa19-2cfb75078377"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"5b3e3c2a-13dc-4e88-8a79-592c74cf5cb6"], + }], "NotesFrameText",ExpressionUUID->"80a2f7d6-809a-44e5-a1af-4cd4e7355f48"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2c59d681-60c7-4d35-af9a-5727a542a784"]], \ + "Preemptive"]],ExpressionUUID->"4a36a9b5-f091-4f38-ab10-44dbb6d41b6d"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->519891488,ExpressionUUID->"e301c865-b370-4314-aca5-1a74f97cec99"], + CellID->1668995015,ExpressionUUID->"1933e9f2-7860-4bb0-ae1e-5265c2d336c7"], Cell[TextData[{ "The input expression ", @@ -359,19 +363,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b9786ec2-817a-4580-924d-e0647e245ff9"], + ExpressionUUID->"4693d306-9331-4881-9220-ad9cebf3514b"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"5c946083-2039-48b0-93fb-5eb73034e9a4"], + "Spacer1"]],ExpressionUUID->"e2591dda-12ad-4cf8-aeae-1ae8badbe08d"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "252f3db2-aafa-4166-8ce6-74861f6a7559"] + "60b90203-ebbd-44ec-9435-8f7ea4e50505"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1275008242,ExpressionUUID->"29931800-348f-4d16-992b-c9f01981fbf7"], + CellID->1267102302,ExpressionUUID->"9c917b96-1c60-424b-b0e5-578f538bc2d6"], Cell[CellGroupData[{ @@ -400,18 +404,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b5b00e13-d02f-42b0-aa12-0fa503283005"], + ExpressionUUID->"0ca1d23f-69b1-4234-8a7c-90e6cad0f715"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"28d5a95c-9b45-4a07-9567-662ece7828ed"], + "Spacer1"]],ExpressionUUID->"8a1366f0-b2aa-4741-a439-3a249b4bf6e4"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "b05f8c21-6fea-4986-b2e6-7d47ac73e2fa"] + "8661570d-dbd8-44c8-a582-c8c74bd2bfda"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->998238237,ExpressionUUID->"594a4788-b4a8-496f-9f4c-df5326ded81a"], + CellID->2010935787,ExpressionUUID->"8d230f9e-0dd8-4b0e-8850-8df56ed7a93a"], Cell["Loading the package:", "ExampleText", CellID->1740229328,ExpressionUUID->"92224f1b-c4c5-49d1-8388-ae8826834d01"], @@ -429,7 +433,7 @@ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->607392613,ExpressionUUID->"33a084e4-3352-477a-a977-cef62fe9f9a4"], + CellID->493572392,ExpressionUUID->"b23ed9c7-44eb-41ff-b411-875d64f0df90"], Cell[BoxData[ InterpretationBox[ @@ -439,57 +443,57 @@ Cell[BoxData[ Editable->False]], "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1023339622,ExpressionUUID->"b4974ce3-3f5c-49e6-8a49-35310d08927b"], + CellID->969771169,ExpressionUUID->"e5f55dd7-b32a-4c47-b088-a8a1e56ac631"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1233649374,ExpressionUUID->"635e224a-523f-4017-8ea2-5cba45655f8b"], + CellID->1617156897,ExpressionUUID->"80dd0210-b3f0-409a-9e78-4f8cf9de3586"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1420594534,ExpressionUUID->"79fcf2e8-978e-49c4-8fbc-6b140adaeb9e"], + CellID->1336093196,ExpressionUUID->"023eb53e-c5a3-4961-b76f-3e6008edcf52"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1057290769,ExpressionUUID->"f85d8929-5415-4ab9-a226-175bbf647287"], + CellID->1584669321,ExpressionUUID->"b92c86e3-1e35-45e6-a252-e0f115be427f"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1160991185,ExpressionUUID->"554ca1ff-e467-42ae-8600-fe18c0543090"], + CellID->624919017,ExpressionUUID->"8be76d2f-1035-4b1c-8949-dcd3832978d5"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->457982978,ExpressionUUID->"b53461b5-a225-415c-a33d-3918ed92e2a0"], + CellID->901545156,ExpressionUUID->"abde2342-910c-40d4-8beb-f1d1e0bddcfe"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->251564358,ExpressionUUID->"21da6b35-ac95-40e4-b564-b376f939704e"], + CellID->1319044809,ExpressionUUID->"d0593e83-de03-465a-88f3-0aae5a8d4183"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->96256638,ExpressionUUID->"3a3bb932-a1e4-4f8f-b949-53e1eca157bf"], + CellID->763430312,ExpressionUUID->"4b8a4392-fd98-466f-9e49-05ac3371ee60"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1093960553,ExpressionUUID->"def929b1-ff3c-4a59-9fd9-618242ab7875"], + CellID->1243440359,ExpressionUUID->"804d464b-dd64-44ec-97ba-8738f73ca928"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellContext->"Cell$$5011`", CellLabel->"During evaluation of In[1]:=", - CellID->1921636393,ExpressionUUID->"54cf017e-2251-420d-93fc-676fe0c46b78"] + CellID->1956052747,ExpressionUUID->"edbbeee8-525a-46ab-b3c0-1bd57d547993"] }, Open ]] }, Open ]], @@ -526,7 +530,7 @@ Cell[BoxData[ ",", "18"}], "}"}]], "Output", CellContext->"Cell$$5011`", CellLabel->"Out[3]=", - CellID->959964769,ExpressionUUID->"09af5266-9719-4765-b38a-f3a78af37a76"] + CellID->185371162,ExpressionUUID->"ee24f73b-b61e-40aa-a74f-7402a495f8db"] }, Open ]], Cell[BoxData[ @@ -554,10 +558,10 @@ Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellContext->"Cell$$5011`", CellLabel->"Out[5]=", - CellID->1688797328,ExpressionUUID->"92974ecb-3540-4da1-aaf8-6900c4922ccf"] + CellID->1319397194,ExpressionUUID->"cd52a7d4-6eab-4dcd-a545-59a50d1a7325"] }, Open ]], -Cell["Then we list the veto-rich players through", "ExampleText", +Cell["Then, we list the veto-rich players through", "ExampleText", CellID->1230167242,ExpressionUUID->"25dac46c-62f7-4548-a646-c33237cedce5"], Cell[CellGroupData[{ @@ -571,7 +575,7 @@ Cell[BoxData[ RowBox[{"{", "4", "}"}]], "Output", CellContext->"Cell$$5011`", CellLabel->"Out[6]=", - CellID->529562110,ExpressionUUID->"94ac8d28-751a-4c4c-a24e-6bf981fc7ec4"] + CellID->1856163456,ExpressionUUID->"c760a57f-57e2-45ab-b55a-b67be2645e02"] }, Open ]] }, Dynamic[CurrentValue[ EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, @@ -580,8 +584,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -729,15 +731,15 @@ Cell[BoxData[GridBox[{ "d06da1e2-776b-4b6f-a577-02c65c5fc8d6"] }], "SeeAlso",ExpressionUUID->"8e62dcf5-c607-41aa-b98b-5e5bebdaf5a7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"83db2e13-ee18-42c2-bae4-\ -e9eb37ae911f"], + }]], "SeeAlsoSection",ExpressionUUID->"60fdee3d-d3d2-444b-bd91-\ +e50e5aeda6e2"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -749,9 +751,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"4d5708fb-ff71-4f09-b400-69541da7e3b3"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3f7e50ba-f4ce-43d8-ad99-\ -54e3f708cfda"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"c16c62a9-b84b-4215-b682-\ +0e0609b6b3df"], Cell[BoxData[GridBox[{ { @@ -768,7 +769,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "12b559e6-35b5-497a-b4d3-b7a7e9e9bb30"]}]}, + "e18b430b-e547-47ca-86de-7e73bf44807e"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -776,10 +777,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "02caa256-420f-4f34-a5b1-c635f9c1bd84"]}]} + "b3753267-0961-4a2e-87c4-5c9ac8bb0da2"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a4db02f9-c586-434d-80bb-\ -8e5943fb5383"], + }]], "MoreAboutSection",ExpressionUUID->"9819068b-4c58-4020-a37c-\ +94020c176c28"], Cell[BoxData[GridBox[{ { @@ -806,7 +807,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernelElement"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "92fd123e-34fe-4262-a62d-a7ab64ea795f"]], "RelatedLinks", + "4879e48b-579d-432f-b972-f7d5afa22220"]], "RelatedLinks", ExpressionUUID->"07be20e9-cbc7-4451-af10-cb996fcee0a5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -823,7 +824,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9586ce76-ab94-4d57-acde-36bdd4219352"]], "RelatedLinks", + "3e585f7f-7a1b-40f3-bb84-27c91310dc9c"]], "RelatedLinks", ExpressionUUID->"b1a0a316-7839-4196-b1db-778d516a2fe7"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -840,11 +841,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ModifiedKernel"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5de19f1d-0b93-4ce3-bfc4-d9d8d03a0157"]], "RelatedLinks", + "9c10bc0e-3b40-403d-9c9a-5b2f4491cf31"]], "RelatedLinks", ExpressionUUID->"d5752945-7c09-4298-92e4-e7a2b7b5586c"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"0129b819-c055-4945-a1a8-\ -a5032809138f"], + }]], "RelatedLinksSection",ExpressionUUID->"0347062c-9984-4273-8091-\ +9b63bcb22a7e"], Cell[CellGroupData[{ @@ -874,11 +875,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"7a60ccb0-40c3-4fd8-a668-3e0c2a537a00"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3ab834b7-212d-4b20-9316-291d06ce0621"] +Cell[" ", "FooterCell",ExpressionUUID->"896867bf-ec78-407b-b39d-abc7f0361f28"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"VetoRichPlayers", TaggingRules->{ @@ -889,17 +890,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 14.434168}", + "built" -> "{2024, 6, 3, 16, 56, 20.115383}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "VetoRichPlayers[game] checks if the game has veto players.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "VetoRichPlayers", - "titlemodifier" -> "", "windowtitle" -> "VetoRichPlayers", "type" -> - "Symbol", "uri" -> "TUG/ref/VetoRichPlayers"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "VetoRichPlayers", "type" -> "Symbol", "uri" -> + "TUG/ref/VetoRichPlayers"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -908,9 +910,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"925aefd2-e20a-4106-a4c6-4c13875d0679" +ExpressionUUID->"9e777ab8-2a90-4339-8d25-85953a98c11c" ] (* End of Notebook Content *) @@ -918,125 +920,123 @@ ExpressionUUID->"925aefd2-e20a-4106-a4c6-4c13875d0679" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13023, 336, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"29931800-348f-4d16-992b-c9f01981fbf7", + Cell[13070, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9c917b96-1c60-424b-b0e5-578f538bc2d6", CellTags->"PrimaryExamplesSection", - CellID->1275008242]} + CellID->1267102302]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34018, 919} + {"PrimaryExamplesSection", 34057, 921} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7115, 168, 56, "AnchorBarGrid",ExpressionUUID->"9ff2b009-3cca-4bf6-9b96-cea9c36327ed", +Cell[587, 21, 7161, 172, 57, "AnchorBarGrid",ExpressionUUID->"60d23f96-4280-4e34-9bea-0771744b677c", CellID->1], -Cell[7705, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"92fd182c-31d0-442d-9da6-2d16495edd7d"], +Cell[7751, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"a28ada50-a2fe-4b07-b726-4c8d87487ce9"], Cell[CellGroupData[{ -Cell[7816, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"1fabe6d3-dc59-4dd1-b565-099640781365"], -Cell[9108, 232, 452, 9, 111, "Usage",ExpressionUUID->"775daab3-71ff-4a6b-8a2c-65a7ae0eb431", +Cell[7862, 199, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"84c5b2b3-c3ca-4a7d-aa81-807b27dbc135"], +Cell[9154, 236, 452, 9, 111, "Usage",ExpressionUUID->"775daab3-71ff-4a6b-8a2c-65a7ae0eb431", CellID->336657476] }, Open ]], Cell[CellGroupData[{ -Cell[9597, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"e301c865-b370-4314-aca5-1a74f97cec99", +Cell[9643, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"1933e9f2-7860-4bb0-ae1e-5265c2d336c7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->519891488], -Cell[11494, 295, 519, 12, 57, "]]",ExpressionUUID->"06bade7e-3e6d-4ef8-bf18-90b19bc96872", + CellID->1668995015], +Cell[11541, 299, 519, 12, 57, "]]",ExpressionUUID->"06bade7e-3e6d-4ef8-bf18-90b19bc96872", CellID->209133038], -Cell[12016, 309, 489, 12, 37, "Notes",ExpressionUUID->"aa05902e-dcf8-4635-b8f1-719a8afca39a", +Cell[12063, 313, 489, 12, 38, "Notes",ExpressionUUID->"aa05902e-dcf8-4635-b8f1-719a8afca39a", CellID->177724765], -Cell[12508, 323, 251, 4, 57, "Notes",ExpressionUUID->"6e7d800e-90c5-45e8-89ea-7ffca137b2fb", +Cell[12555, 327, 251, 4, 57, "Notes",ExpressionUUID->"6e7d800e-90c5-45e8-89ea-7ffca137b2fb", CellID->1382280348], -Cell[12762, 329, 134, 1, 36, "Notes",ExpressionUUID->"836f3bf7-f048-4557-9ddc-9158fe099f42", +Cell[12809, 333, 134, 1, 36, "Notes",ExpressionUUID->"836f3bf7-f048-4557-9ddc-9158fe099f42", CellID->941945102] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13023, 336, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"29931800-348f-4d16-992b-c9f01981fbf7", +Cell[13070, 340, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9c917b96-1c60-424b-b0e5-578f538bc2d6", CellTags->"PrimaryExamplesSection", - CellID->1275008242], + CellID->1267102302], Cell[CellGroupData[{ -Cell[14469, 377, 1398, 36, 30, "ExampleSection",ExpressionUUID->"594a4788-b4a8-496f-9f4c-df5326ded81a", - CellID->998238237], -Cell[15870, 415, 119, 1, 38, "ExampleText",ExpressionUUID->"92224f1b-c4c5-49d1-8388-ae8826834d01", +Cell[14516, 381, 1399, 36, 30, "ExampleSection",ExpressionUUID->"8d230f9e-0dd8-4b0e-8850-8df56ed7a93a", + CellID->2010935787], +Cell[15918, 419, 119, 1, 39, "ExampleText",ExpressionUUID->"92224f1b-c4c5-49d1-8388-ae8826834d01", CellID->1740229328], Cell[CellGroupData[{ -Cell[16014, 420, 168, 3, 27, "Input",ExpressionUUID->"d0fbd22b-a79b-4b4b-a463-7a7ec2a80287", +Cell[16062, 424, 168, 3, 27, "Input",ExpressionUUID->"d0fbd22b-a79b-4b4b-a463-7a7ec2a80287", CellID->1593623969], Cell[CellGroupData[{ -Cell[16207, 427, 235, 4, 23, "Print",ExpressionUUID->"33a084e4-3352-477a-a977-cef62fe9f9a4", - CellID->607392613], -Cell[16445, 433, 365, 8, 23, "Print",ExpressionUUID->"b4974ce3-3f5c-49e6-8a49-35310d08927b", - CellID->1023339622], -Cell[16813, 443, 236, 4, 23, "Print",ExpressionUUID->"635e224a-523f-4017-8ea2-5cba45655f8b", - CellID->1233649374], -Cell[17052, 449, 220, 3, 23, "Print",ExpressionUUID->"79fcf2e8-978e-49c4-8fbc-6b140adaeb9e", - CellID->1420594534], -Cell[17275, 454, 207, 3, 23, "Print",ExpressionUUID->"f85d8929-5415-4ab9-a226-175bbf647287", - CellID->1057290769], -Cell[17485, 459, 237, 4, 23, "Print",ExpressionUUID->"554ca1ff-e467-42ae-8600-fe18c0543090", - CellID->1160991185], -Cell[17725, 465, 219, 3, 23, "Print",ExpressionUUID->"b53461b5-a225-415c-a33d-3918ed92e2a0", - CellID->457982978], -Cell[17947, 470, 235, 4, 23, "Print",ExpressionUUID->"21da6b35-ac95-40e4-b564-b376f939704e", - CellID->251564358], -Cell[18185, 476, 234, 4, 23, "Print",ExpressionUUID->"3a3bb932-a1e4-4f8f-b949-53e1eca157bf", - CellID->96256638], -Cell[18422, 482, 207, 3, 23, "Print",ExpressionUUID->"def929b1-ff3c-4a59-9fd9-618242ab7875", - CellID->1093960553], -Cell[18632, 487, 236, 4, 70, "Print",ExpressionUUID->"54cf017e-2251-420d-93fc-676fe0c46b78", - CellID->1921636393] +Cell[16255, 431, 235, 4, 23, "Print",ExpressionUUID->"b23ed9c7-44eb-41ff-b411-875d64f0df90", + CellID->493572392], +Cell[16493, 437, 364, 8, 23, "Print",ExpressionUUID->"e5f55dd7-b32a-4c47-b088-a8a1e56ac631", + CellID->969771169], +Cell[16860, 447, 236, 4, 23, "Print",ExpressionUUID->"80dd0210-b3f0-409a-9e78-4f8cf9de3586", + CellID->1617156897], +Cell[17099, 453, 220, 3, 23, "Print",ExpressionUUID->"023eb53e-c5a3-4961-b76f-3e6008edcf52", + CellID->1336093196], +Cell[17322, 458, 207, 3, 23, "Print",ExpressionUUID->"b92c86e3-1e35-45e6-a252-e0f115be427f", + CellID->1584669321], +Cell[17532, 463, 236, 4, 23, "Print",ExpressionUUID->"8be76d2f-1035-4b1c-8949-dcd3832978d5", + CellID->624919017], +Cell[17771, 469, 219, 3, 23, "Print",ExpressionUUID->"abde2342-910c-40d4-8beb-f1d1e0bddcfe", + CellID->901545156], +Cell[17993, 474, 236, 4, 23, "Print",ExpressionUUID->"d0593e83-de03-465a-88f3-0aae5a8d4183", + CellID->1319044809], +Cell[18232, 480, 235, 4, 23, "Print",ExpressionUUID->"4b8a4392-fd98-466f-9e49-05ac3371ee60", + CellID->763430312], +Cell[18470, 486, 207, 3, 23, "Print",ExpressionUUID->"804d464b-dd64-44ec-97ba-8738f73ca928", + CellID->1243440359], +Cell[18680, 491, 236, 4, 23, "Print",ExpressionUUID->"edbbeee8-525a-46ab-b3c0-1bd57d547993", + CellID->1956052747] }, Open ]] }, Open ]], -Cell[18895, 495, 137, 1, 70, "ExampleText",ExpressionUUID->"bce8e39a-008f-4b85-9ea0-026a01ce949d", +Cell[18943, 499, 137, 1, 70, "ExampleText",ExpressionUUID->"bce8e39a-008f-4b85-9ea0-026a01ce949d", CellID->1293754765], -Cell[19035, 498, 235, 6, 70, "Input",ExpressionUUID->"d994083c-84e1-46fd-8616-71e1ffc50678", +Cell[19083, 502, 235, 6, 70, "Input",ExpressionUUID->"d994083c-84e1-46fd-8616-71e1ffc50678", CellID->2142052614], Cell[CellGroupData[{ -Cell[19295, 508, 376, 9, 70, "Input",ExpressionUUID->"9bbd5908-8594-497e-95cb-88af0ffd56b5", +Cell[19343, 512, 376, 9, 70, "Input",ExpressionUUID->"9bbd5908-8594-497e-95cb-88af0ffd56b5", CellID->678739040], -Cell[19674, 519, 376, 9, 51, "Output",ExpressionUUID->"09af5266-9719-4765-b38a-f3a78af37a76", - CellID->959964769] +Cell[19722, 523, 376, 9, 50, "Output",ExpressionUUID->"ee24f73b-b61e-40aa-a74f-7402a495f8db", + CellID->185371162] }, Open ]], -Cell[20065, 531, 238, 6, 70, "Input",ExpressionUUID->"fc47a284-8f22-43cc-b984-f24ce2b25bab", +Cell[20113, 535, 238, 6, 70, "Input",ExpressionUUID->"fc47a284-8f22-43cc-b984-f24ce2b25bab", CellID->1012605593], -Cell[20306, 539, 190, 4, 70, "ExampleText",ExpressionUUID->"7cced366-e0f0-40fe-a453-9ee44ee45773", +Cell[20354, 543, 190, 4, 70, "ExampleText",ExpressionUUID->"7cced366-e0f0-40fe-a453-9ee44ee45773", CellID->405211177], Cell[CellGroupData[{ -Cell[20521, 547, 173, 3, 70, "Input",ExpressionUUID->"75b71bac-3919-410e-b966-902c15488827", +Cell[20569, 551, 173, 3, 70, "Input",ExpressionUUID->"75b71bac-3919-410e-b966-902c15488827", CellID->2002049515], -Cell[20697, 552, 173, 4, 36, "Output",ExpressionUUID->"92974ecb-3540-4da1-aaf8-6900c4922ccf", - CellID->1688797328] +Cell[20745, 556, 173, 4, 36, "Output",ExpressionUUID->"cd52a7d4-6eab-4dcd-a545-59a50d1a7325", + CellID->1319397194] }, Open ]], -Cell[20885, 559, 141, 1, 70, "ExampleText",ExpressionUUID->"25dac46c-62f7-4548-a646-c33237cedce5", +Cell[20933, 563, 142, 1, 70, "ExampleText",ExpressionUUID->"25dac46c-62f7-4548-a646-c33237cedce5", CellID->1230167242], Cell[CellGroupData[{ -Cell[21051, 564, 172, 3, 70, "Input",ExpressionUUID->"9d45032c-d2bb-4ab0-b082-130924312e93", +Cell[21100, 568, 172, 3, 70, "Input",ExpressionUUID->"9d45032c-d2bb-4ab0-b082-130924312e93", CellID->805606356], -Cell[21226, 569, 177, 4, 36, "Output",ExpressionUUID->"94ac8d28-751a-4c4c-a24e-6bf981fc7ec4", - CellID->529562110] +Cell[21275, 573, 178, 4, 36, "Output",ExpressionUUID->"c760a57f-57e2-45ab-b55a-b67be2645e02", + CellID->1856163456] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21695, 586, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"60fdee3d-d3d2-444b-bd91-e50e5aeda6e2"], +Cell[27173, 736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"c16c62a9-b84b-4215-b682-0e0609b6b3df"], +Cell[27846, 756, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"9819068b-4c58-4020-a37c-94020c176c28"], +Cell[28882, 784, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"0347062c-9984-4273-8091-9b63bcb22a7e"], Cell[CellGroupData[{ -Cell[21667, 584, 5475, 148, 70, "SeeAlsoSection",ExpressionUUID->"83db2e13-ee18-42c2-bae4-e9eb37ae911f"], -Cell[27145, 734, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3f7e50ba-f4ce-43d8-ad99-54e3f708cfda"] -}, Open ]], -Cell[27830, 755, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a4db02f9-c586-434d-80bb-8e5943fb5383"], -Cell[28866, 783, 2225, 63, 70, "RelatedLinksSection",ExpressionUUID->"0129b819-c055-4945-a1a8-a5032809138f"], -Cell[CellGroupData[{ -Cell[31116, 850, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2284aed6-d96f-4585-813b-c6337bc4be81", +Cell[31132, 851, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2284aed6-d96f-4585-813b-c6337bc4be81", CellID->906383680], -Cell[31256, 853, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"711689c3-47a3-4655-bc5f-21a19e0cb2b5", +Cell[31272, 854, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"711689c3-47a3-4655-bc5f-21a19e0cb2b5", CellID->1194386356], -Cell[31478, 859, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b334e64b-d98a-425d-b0bd-5f1e9b3fd701", +Cell[31494, 860, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b334e64b-d98a-425d-b0bd-5f1e9b3fd701", CellID->1641706272], -Cell[31693, 864, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dae688ed-afaa-42aa-bf28-64fa02df8b3c", +Cell[31709, 865, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"dae688ed-afaa-42aa-bf28-64fa02df8b3c", CellID->399251956], -Cell[31922, 870, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a60ccb0-40c3-4fd8-a668-3e0c2a537a00", +Cell[31938, 871, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"7a60ccb0-40c3-4fd8-a668-3e0c2a537a00", CellID->821434655] }, Open ]], -Cell[32159, 876, 78, 0, 70, "FooterCell",ExpressionUUID->"3ab834b7-212d-4b20-9316-291d06ce0621"] +Cell[32175, 877, 78, 0, 70, "FooterCell",ExpressionUUID->"896867bf-ec78-407b-b39d-abc7f0361f28"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewKernelSol.nb b/Documentation/English/ReferencePages/Symbols/ViewKernelSol.nb index f026d68..f113240 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewKernelSol.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewKernelSol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46774, 1155] -NotebookOptionsPosition[ 39204, 1005] -NotebookOutlinePosition[ 41330, 1059] -CellTagsIndexPosition[ 41244, 1054] +NotebookDataLength[ 46782, 1155] +NotebookOptionsPosition[ 39227, 1007] +NotebookOutlinePosition[ 41371, 1061] +CellTagsIndexPosition[ 41285, 1056] WindowTitle->ViewKernelSol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bc6692ca-ec6e-48dc-96ed-c50b0de65c86"], + "c3976868-aecc-477f-b7b5-917b36b6ae5a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "7cff89d8-1127-4f09-bfcc-a56137f67de9"], + "188c7fc0-cf10-40dd-8047-699fcd567189"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "eb6ac057-bbdd-41fc-acae-cf3e61044765"] - }],ExpressionUUID->"af3dd9ed-de6b-4e67-9d0d-cf63e3db9193"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "b4585ceb-862e-48ae-a788-470fbede35b2"] + }],ExpressionUUID->"d2fa2d00-e44f-44a5-9c6f-20a6f4257f5c"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "469e0e4a-df6e-45bf-8c79-bfa4c4a0fe13"], + "e3eaa8f7-3bab-4c58-b9cc-1d8b659cebd6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51f7ac5a-a2bc-4855-84fc-08b9c92c2e98"] - }],ExpressionUUID->"357aa910-3fe1-402e-8731-d1c0f3da0e49"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "f5847167-4ad6-4dab-8ad9-628bf1d6ed54"] + }],ExpressionUUID->"f4ebdcf2-b7cf-49a3-9b89-0e66d02e7992"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ce9d0a3f-deb8-4b99-bb67-c128a07b6274"], + "4470bb7f-1300-4dfd-ac25-4c3a59b92210"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "fdd99bd3-b4db-46b5-a69f-139434f8d653"] - }],ExpressionUUID->"650271f2-451d-4b04-8a71-f407738056b3"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "ebb0a2e6-e806-412b-9e75-25227d3b2e0f"] + }],ExpressionUUID->"21690200-bb57-4413-9535-10306f398438"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a7eba562-fc8a-4f4c-acaf-3cb2829829fc"], + "0fa3db88-d5b9-411d-ae83-66eb8d3139b5"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6aa0e497-ed36-41dd-b884-75efc2436b4f"] - }],ExpressionUUID->"aae9a120-c214-41fd-8f59-91d5ec44b70d"], - StripOnInput->False], {"\<\"TUG/ref/ViewKernelSol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewKernelSol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ViewKernelSol.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$210534], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewKernelSol" <> ".html"], None}]}]}, + "48462099-8de6-40b9-aef6-31a0a070895e"] + }],ExpressionUUID->"4ef38875-dd47-497c-b407-b971a35c1d9f"], + StripOnInput->False],{ + "\"TUG/ref/ViewKernelSol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewKernelSol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ViewKernelSol.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$226844], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewKernelSol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "40505a1a-c3fd-4d7d-8237-135b3a429c96"] + "71871436-99c4-4871-abb0-95dd44a1bacc"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bf883cb2-6fdd-401b-9273-70d3698cbe4a"]} + "638551c5-eb2a-431e-89a0-8988fd491522"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5e52eed8-2163-44b2-96d3-d43f56051d13"], + CellID->1,ExpressionUUID->"2503429b-37d2-4f0b-b2e9-56d48ac466b2"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"50f57357-3ece-4039-a5dc-ebff14954b60"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2d55e67a-a9c4-4ba4-842a-768c9be73a0c"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewKernelSol", "ObjectName",ExpressionUUID-> - "14ce8bf1-dd34-4863-9319-f95d430fca62"], + "399b9123-eeff-4d49-b15b-4ea30bb0aa3f"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"257f3d97-29e1-4ae2-86fc-70272616244e"], + "Spacer1"]],ExpressionUUID->"21eeebcd-e336-4ff8-82e9-052a13d41c9b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "5c24a9be-74bc-4e2a-9fae-1400403fa84d"] - }],ExpressionUUID->"e273d6e1-56d8-4e03-b695-f3a940c43519"], Cell[BoxData[ + "c867d05b-30f7-403c-b3dc-141cff706291"] + }],ExpressionUUID->"ff65e5a9-5904-4332-afdf-6cae742e6afe"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "fe2af9c7-3c1a-485e-a265-5279584c7024"]} + "4eb25290-5d8d-414e-8a99-7c6430abe9cd"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"6dca1d27-444b-423f-b382-2d3f18268270"], + CacheGraphics->False,ExpressionUUID->"7096643b-c939-445c-a5fa-4ddd20b65e20"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "d3f56a9a-98d8-4523-a802-b989a36db7c4"], "\[LineSeparator]is an option for various package plotting functions to \ draw the kernel as a point or set-solution in the graphic." - }],ExpressionUUID->"cc3f8d5e-43cb-4ac9-9608-d292901764eb"]} + }],ExpressionUUID->"91b03c02-4f38-4112-a7b0-9251deedfcd2"]} }]], "Usage", CellID->1368892417,ExpressionUUID->"5b5377eb-8f0a-44a5-b5df-8b6504416113"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"357ab080-e56d-4953-b6d3-be4126783de7"], + ExpressionUUID->"a0a16cfb-cff1-416b-a22e-fe80dff2a928"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"122b4343-08b6-485d-8dca-e91c0a0720cb"], + "Spacer1"]],ExpressionUUID->"56c91a1d-1a14-484a-a336-84bfae4ed9e9"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"341736b2-d44b-4f8b-9983-ef8f6bd88184"], + }], "NotesFrameText",ExpressionUUID->"59e8d92d-308b-44ec-95aa-22ee9b0ffad6"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e2f3f5d7-531a-4974-9dca-68197612f4ea"]], \ + "Preemptive"]],ExpressionUUID->"845c5228-b11c-485e-b424-82b9a286df15"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1415719054,ExpressionUUID->"2b35ae45-d442-4a4c-b61e-11e00973b9cc"], + CellID->741129124,ExpressionUUID->"901c797f-8df6-4545-be3a-a8b81116438b"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c3875852-c388-4779-8afe-9c17337252b2"], + ExpressionUUID->"48669fef-c50d-4525-a073-0da4c6390314"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"ec66ca05-192c-4c93-b0b1-c5e7664419d0"], + "Spacer1"]],ExpressionUUID->"b0c9eb9b-7555-4d76-b0f6-1cc7f423d982"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "89c1c3f4-bfb3-43f5-b500-fa3c2779cf5b"] + "2f32fb00-f541-41b9-bbf1-10902605f5df"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->398673413,ExpressionUUID->"0c248e9c-d26f-4b67-b647-54a791c15518"], + CellID->351489487,ExpressionUUID->"225df33f-42a1-4209-ad35-846e1d9d0f37"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6435b563-bfc1-45f6-b995-7ffb5a95bffc"], + ExpressionUUID->"aa549628-6556-46ec-960d-457adf9dcdfa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a761924e-3af8-483f-b556-63faefb28561"], + "Spacer1"]],ExpressionUUID->"498d84b9-9fd9-4f89-b5a0-a92f2a7ed20f"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "54032f24-93ac-49f6-b709-1b268a22098f"] + "1a953b05-adfb-4df6-ae48-d4cd3dbce182"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->829871204,ExpressionUUID->"136477be-1290-49fc-95cf-2cd04b3e6d0c"], + CellID->2010642770,ExpressionUUID->"3b5d2faa-a8d5-46fc-8f95-e40a29222ede"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"05d163d8-720c-42ef-b0e8-bbfaf178d8bf"], @@ -689,8 +694,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -838,15 +841,15 @@ Cell[BoxData[GridBox[{ "fbf49987-dff3-4670-9d05-4e7f343cf5f5"] }], "SeeAlso",ExpressionUUID->"87f287b2-0424-486e-89ea-2c141caf5a3d"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"2c6133d6-a604-4b36-8b90-\ -e82fae9d8097"], + }]], "SeeAlsoSection",ExpressionUUID->"6abefb3b-9512-497b-b5b9-\ +d4b8a3f4e551"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +861,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"7bd48867-1424-4e5c-bc3e-3ba1b54d3ac8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"3660aaa0-d384-4e46-a912-\ -eb40332bcfed"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8c37236c-0344-4555-8f16-\ +0a1b19256728"], Cell[BoxData[GridBox[{ { @@ -877,7 +879,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "594f5aad-8a20-4b8b-a3cb-286ccd4daf9f"]}]}, + "eac36654-007a-4583-8bec-e267669819ec"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +887,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1e18c50f-e640-45a3-9e83-bd9967071122"]}]} + "5a957b10-648d-466f-9505-8a2fad9ba117"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"7004a9ea-82e6-4ada-a61f-\ -cef509772587"], + }]], "MoreAboutSection",ExpressionUUID->"8d0b2500-f9f8-4de9-bdef-\ +93a083b71a73"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a7ac8360-588b-42d2-941f-4c0534de428a"]], "RelatedLinks", + "507372da-f292-4080-b747-68e98b2cfb63"]], "RelatedLinks", ExpressionUUID->"0013eeea-2531-4979-a7c4-ea04b1f0ed70"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f4e1945a-52ce-4817-babe-442dd512eab7"]], "RelatedLinks", + "3e4412ad-9c26-41da-89d5-85f97481c8cc"]], "RelatedLinks", ExpressionUUID->"697ee72e-9643-47af-a4e0-59e3f8aa2aab"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "273166aa-15a2-4e3d-9548-9d1830a96e41"]], "RelatedLinks", + "da57c224-24df-46cd-8a62-11a678956856"]], "RelatedLinks", ExpressionUUID->"8e7348fe-d5f3-4287-8897-c2aa9a55250a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -967,11 +969,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "d904da2f-a496-4cd8-93e0-ea9ad47b957d"]], "RelatedLinks", + "f387c0e2-57db-4655-a051-5f48a876e189"]], "RelatedLinks", ExpressionUUID->"de9b19a7-55e1-4184-ab2f-b987aaf7b5ff"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"7fb73695-2590-4f28-b373-\ -f2bb65dd0e1b"], + }]], "RelatedLinksSection",ExpressionUUID->"ef896829-bfd6-404a-a088-\ +9b6f89128e53"], Cell[CellGroupData[{ @@ -1001,11 +1003,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9505e4f9-a7fb-4538-90d2-1e178d31f107"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"b35efc44-2438-468a-8ca1-9c6b90153693"] +Cell[" ", "FooterCell",ExpressionUUID->"6f02ce3d-4107-49df-b4a3-bad13fac152d"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewKernelSol", TaggingRules->{ @@ -1016,7 +1018,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 15.917717}", + "built" -> "{2024, 6, 3, 16, 56, 20.831553}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1024,10 +1026,10 @@ TaggingRules->{ "ViewKernelSol is an option for various package plotting functions to \ draw the kernel as a point or set-solution in the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewKernelSol", "titlemodifier" -> "", - "windowtitle" -> "ViewKernelSol", "type" -> "Symbol", "uri" -> - "TUG/ref/ViewKernelSol"}}, + "metadescription" -> "", "windowtitle" -> "ViewKernelSol", "type" -> + "Symbol", "uri" -> "TUG/ref/ViewKernelSol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1036,9 +1038,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"446db5e3-1bc0-425b-9d97-b0ee7aa32135" +ExpressionUUID->"0ce59147-2253-49fb-a499-dfeff2c89483" ] (* End of Notebook Content *) @@ -1046,117 +1048,115 @@ ExpressionUUID->"446db5e3-1bc0-425b-9d97-b0ee7aa32135" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12312, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c248e9c-d26f-4b67-b647-54a791c15518", + Cell[12368, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"225df33f-42a1-4209-ad35-846e1d9d0f37", CellTags->"PrimaryExamplesSection", - CellID->398673413]} + CellID->351489487]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41044, 1047} + {"PrimaryExamplesSection", 41085, 1049} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7112, 168, 56, "AnchorBarGrid",ExpressionUUID->"5e52eed8-2163-44b2-96d3-d43f56051d13", +Cell[585, 21, 7169, 173, 57, "AnchorBarGrid",ExpressionUUID->"2503429b-37d2-4f0b-b2e9-56d48ac466b2", CellID->1], -Cell[7700, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"50f57357-3ece-4039-a5dc-ebff14954b60"], +Cell[7757, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2d55e67a-a9c4-4ba4-842a-768c9be73a0c"], Cell[CellGroupData[{ -Cell[7811, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"6dca1d27-444b-423f-b382-2d3f18268270"], -Cell[9101, 232, 494, 9, 111, "Usage",ExpressionUUID->"5b5377eb-8f0a-44a5-b5df-8b6504416113", +Cell[7868, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"7096643b-c939-445c-a5fa-4ddd20b65e20"], +Cell[9158, 237, 494, 9, 109, "Usage",ExpressionUUID->"5b5377eb-8f0a-44a5-b5df-8b6504416113", CellID->1368892417] }, Open ]], Cell[CellGroupData[{ -Cell[9632, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"2b35ae45-d442-4a4c-b61e-11e00973b9cc", +Cell[9689, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"901c797f-8df6-4545-be3a-a8b81116438b", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1415719054], -Cell[11530, 295, 489, 12, 37, "Notes",ExpressionUUID->"917881c5-b7cd-44ec-b967-f7e75398c32d", + CellID->741129124], +Cell[11586, 300, 489, 12, 38, "Notes",ExpressionUUID->"917881c5-b7cd-44ec-b967-f7e75398c32d", CellID->177724765], -Cell[12022, 309, 163, 3, 36, "Notes",ExpressionUUID->"860f4834-ad94-4fdc-aaac-8615395817ca", +Cell[12078, 314, 163, 3, 36, "Notes",ExpressionUUID->"860f4834-ad94-4fdc-aaac-8615395817ca", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12312, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0c248e9c-d26f-4b67-b647-54a791c15518", +Cell[12368, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"225df33f-42a1-4209-ad35-846e1d9d0f37", CellTags->"PrimaryExamplesSection", - CellID->398673413], + CellID->351489487], Cell[CellGroupData[{ -Cell[13757, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"136477be-1290-49fc-95cf-2cd04b3e6d0c", - CellID->829871204], -Cell[15158, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"05d163d8-720c-42ef-b0e8-bbfaf178d8bf", +Cell[13813, 364, 1399, 36, 30, "ExampleSection",ExpressionUUID->"3b5d2faa-a8d5-46fc-8f95-e40a29222ede", + CellID->2010642770], +Cell[15215, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"05d163d8-720c-42ef-b0e8-bbfaf178d8bf", CellID->724598077], Cell[CellGroupData[{ -Cell[15301, 402, 168, 3, 27, "Input",ExpressionUUID->"1c1a101d-a038-4343-8376-22b082a8b11d", +Cell[15358, 407, 168, 3, 27, "Input",ExpressionUUID->"1c1a101d-a038-4343-8376-22b082a8b11d", CellID->2141335847], Cell[CellGroupData[{ -Cell[15494, 409, 236, 4, 23, "Print",ExpressionUUID->"40005c4a-c124-4459-8614-0f942f4c2518", +Cell[15551, 414, 236, 4, 23, "Print",ExpressionUUID->"40005c4a-c124-4459-8614-0f942f4c2518", CellID->601466704], -Cell[15733, 415, 365, 8, 23, "Print",ExpressionUUID->"615c3817-5190-4f7e-8c58-0c0c636b05f5", +Cell[15790, 420, 365, 8, 23, "Print",ExpressionUUID->"615c3817-5190-4f7e-8c58-0c0c636b05f5", CellID->855908902], -Cell[16101, 425, 236, 4, 23, "Print",ExpressionUUID->"1898c331-23d7-49c8-976a-3877754c3d5c", +Cell[16158, 430, 236, 4, 23, "Print",ExpressionUUID->"1898c331-23d7-49c8-976a-3877754c3d5c", CellID->926219072], -Cell[16340, 431, 220, 3, 23, "Print",ExpressionUUID->"c76bea21-36b3-4c80-aee6-fed068ad956c", +Cell[16397, 436, 220, 3, 23, "Print",ExpressionUUID->"c76bea21-36b3-4c80-aee6-fed068ad956c", CellID->704563419], -Cell[16563, 436, 207, 3, 23, "Print",ExpressionUUID->"85a2e017-3c3d-4f02-a781-4df1b899a414", +Cell[16620, 441, 207, 3, 23, "Print",ExpressionUUID->"85a2e017-3c3d-4f02-a781-4df1b899a414", CellID->684702506], -Cell[16773, 441, 238, 4, 23, "Print",ExpressionUUID->"337c145e-f11f-4ce5-86d6-761108cb0f52", +Cell[16830, 446, 238, 4, 23, "Print",ExpressionUUID->"337c145e-f11f-4ce5-86d6-761108cb0f52", CellID->1369991949], -Cell[17014, 447, 220, 3, 23, "Print",ExpressionUUID->"de2ec0b0-dd3c-4d30-8067-359ebd93f995", +Cell[17071, 452, 220, 3, 23, "Print",ExpressionUUID->"de2ec0b0-dd3c-4d30-8067-359ebd93f995", CellID->836310056], -Cell[17237, 452, 237, 4, 23, "Print",ExpressionUUID->"d0d10ce0-59a4-4bea-bf07-d46e619f5e35", +Cell[17294, 457, 237, 4, 23, "Print",ExpressionUUID->"d0d10ce0-59a4-4bea-bf07-d46e619f5e35", CellID->1821432378], -Cell[17477, 458, 236, 4, 23, "Print",ExpressionUUID->"7eba4e86-e309-49b3-801d-a9e6ca06cae6", +Cell[17534, 463, 236, 4, 23, "Print",ExpressionUUID->"7eba4e86-e309-49b3-801d-a9e6ca06cae6", CellID->781355456], -Cell[17716, 464, 207, 3, 23, "Print",ExpressionUUID->"b9d0c276-a4e7-4ac5-8f99-4e92b18a1f02", +Cell[17773, 469, 207, 3, 23, "Print",ExpressionUUID->"b9d0c276-a4e7-4ac5-8f99-4e92b18a1f02", CellID->433443495], -Cell[17926, 469, 236, 4, 23, "Print",ExpressionUUID->"d76ddf3a-7cef-4527-bb2c-5a4ea0a7b55c", +Cell[17983, 474, 236, 4, 23, "Print",ExpressionUUID->"d76ddf3a-7cef-4527-bb2c-5a4ea0a7b55c", CellID->928110755] }, Open ]] }, Open ]], -Cell[18189, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"38cc1567-f21f-4fab-a620-9d459d874383", +Cell[18246, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"38cc1567-f21f-4fab-a620-9d459d874383", CellID->2083786667], -Cell[18329, 480, 234, 6, 27, "Input",ExpressionUUID->"7102ccee-47cd-49ad-8bb6-8757b83fb19a", +Cell[18386, 485, 234, 6, 27, "Input",ExpressionUUID->"7102ccee-47cd-49ad-8bb6-8757b83fb19a", CellID->585427827], -Cell[18566, 488, 375, 9, 27, "Input",ExpressionUUID->"e1eea17f-6ba4-42d7-918d-cf1024a6ba70", +Cell[18623, 493, 375, 9, 27, "Input",ExpressionUUID->"e1eea17f-6ba4-42d7-918d-cf1024a6ba70", CellID->1947756944], -Cell[18944, 499, 238, 6, 70, "Input",ExpressionUUID->"495454b7-1cca-4ec1-bc29-69bb968c665b", +Cell[19001, 504, 238, 6, 27, "Input",ExpressionUUID->"495454b7-1cca-4ec1-bc29-69bb968c665b", CellID->1946614331], -Cell[19185, 507, 201, 4, 70, "ExampleText",ExpressionUUID->"cefe2efc-1058-4e85-b2cc-d842f6939869", +Cell[19242, 512, 201, 4, 70, "ExampleText",ExpressionUUID->"cefe2efc-1058-4e85-b2cc-d842f6939869", CellID->4896524], Cell[CellGroupData[{ -Cell[19411, 515, 267, 6, 70, "Input",ExpressionUUID->"e3fee0aa-72b3-451f-8a40-1d98ba0a4aab", +Cell[19468, 520, 267, 6, 70, "Input",ExpressionUUID->"e3fee0aa-72b3-451f-8a40-1d98ba0a4aab", CellID->640476792], -Cell[19681, 523, 3637, 68, 485, "Output",ExpressionUUID->"77dbdc04-7bb4-4808-89a2-eaf63ca88e3c", +Cell[19738, 528, 3637, 68, 485, "Output",ExpressionUUID->"77dbdc04-7bb4-4808-89a2-eaf63ca88e3c", CellID->631435145] }, Open ]], -Cell[23333, 594, 230, 4, 70, "ExampleText",ExpressionUUID->"61f2236d-65bb-4bc4-84fe-4cf092af75ce", +Cell[23390, 599, 230, 4, 70, "ExampleText",ExpressionUUID->"61f2236d-65bb-4bc4-84fe-4cf092af75ce", CellID->1919643346], Cell[CellGroupData[{ -Cell[23588, 602, 267, 6, 70, "Input",ExpressionUUID->"7f6799b5-26a8-47df-8c94-d5895cb14c75", +Cell[23645, 607, 267, 6, 70, "Input",ExpressionUUID->"7f6799b5-26a8-47df-8c94-d5895cb14c75", CellID->1790394400], -Cell[23858, 610, 3810, 72, 485, "Output",ExpressionUUID->"1775607c-fc28-4930-903f-9604c8676bd2", +Cell[23915, 615, 3810, 72, 485, "Output",ExpressionUUID->"1775607c-fc28-4930-903f-9604c8676bd2", CellID->24377917] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27967, 696, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"6abefb3b-9512-497b-b5b9-d4b8a3f4e551"], +Cell[33451, 846, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8c37236c-0344-4555-8f16-0a1b19256728"], +Cell[34124, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"8d0b2500-f9f8-4de9-bdef-93a083b71a73"], +Cell[35160, 894, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"ef896829-bfd6-404a-a088-9b6f89128e53"], Cell[CellGroupData[{ -Cell[27932, 693, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"2c6133d6-a604-4b36-8b90-e82fae9d8097"], -Cell[33416, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"3660aaa0-d384-4e46-a912-eb40332bcfed"] -}, Open ]], -Cell[34101, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7004a9ea-82e6-4ada-a61f-cef509772587"], -Cell[35137, 892, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"7fb73695-2590-4f28-b373-f2bb65dd0e1b"], -Cell[CellGroupData[{ -Cell[38078, 977, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"91ad6350-1e31-41c0-b4e1-ac883689739a", +Cell[38101, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"91ad6350-1e31-41c0-b4e1-ac883689739a", CellID->2135167160], -Cell[38219, 980, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"40dcc31f-4006-48a5-8222-7ae0b1d19462", +Cell[38242, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"40dcc31f-4006-48a5-8222-7ae0b1d19462", CellID->1194386356], -Cell[38441, 986, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0ebf2d8f-a1cb-4e18-8c7f-56b58c20ffb3", +Cell[38464, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"0ebf2d8f-a1cb-4e18-8c7f-56b58c20ffb3", CellID->1641706272], -Cell[38656, 991, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a5e3c53-dc8a-4692-aa26-7a6e5bf221d7", +Cell[38679, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"8a5e3c53-dc8a-4692-aa26-7a6e5bf221d7", CellID->399251956], -Cell[38885, 997, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9505e4f9-a7fb-4538-90d2-1e178d31f107", +Cell[38908, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9505e4f9-a7fb-4538-90d2-1e178d31f107", CellID->821434655] }, Open ]], -Cell[39122, 1003, 78, 0, 70, "FooterCell",ExpressionUUID->"b35efc44-2438-468a-8ca1-9c6b90153693"] +Cell[39145, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"6f02ce3d-4107-49df-b4a3-bad13fac152d"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewLegend.nb b/Documentation/English/ReferencePages/Symbols/ViewLegend.nb index db1d51f..187a0d8 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewLegend.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewLegend.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47926, 1167] -NotebookOptionsPosition[ 40414, 1018] -NotebookOutlinePosition[ 42476, 1071] -CellTagsIndexPosition[ 42390, 1066] +NotebookDataLength[ 47933, 1167] +NotebookOptionsPosition[ 40435, 1020] +NotebookOutlinePosition[ 42515, 1073] +CellTagsIndexPosition[ 42429, 1068] WindowTitle->ViewLegend WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "e11c9094-75b1-4e87-a2c2-370e02757126"], + "673a5675-58f4-47a0-89bb-f198fe492ddd"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "09ac63ac-c2f2-4ac5-90ad-f1a29444935b"], + "7a2148a4-3ef0-40be-85a7-b8830372326d"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3ced3055-78ec-4977-b8ee-ec96132ac8ca"] - }],ExpressionUUID->"5ddc24ae-30c2-4e99-b716-bfae291657e0"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "02232fc4-1c88-49e2-bfb6-2b4c1c634f8a"] + }],ExpressionUUID->"5e3cd3dc-3d2d-439a-ab76-7451d0dfee55"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5afd10b4-d2cd-4467-93d6-b547fe862333"], + "82003515-1872-49ed-8f78-caa5985c60de"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5a79fcdb-d44e-4b52-928e-7037339423d7"] - }],ExpressionUUID->"e126e45b-611a-449d-9dc2-567023d85d9a"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "51a05f1d-29cc-4c84-9084-24ccdaba1a5e"] + }],ExpressionUUID->"2818d96c-0113-437b-8a2d-9343c08c76ed"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "692d14b9-6e79-4a92-af80-157c41b56499"], + "54e1a164-ad2b-45f1-ade8-d72c91b5faf1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6a55975d-095e-40fd-8d56-fbc1618231f8"] - }],ExpressionUUID->"8e16cfad-ff40-482d-ad06-131423b7f168"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "1cb555f2-d130-4d22-b357-50fef23ab649"] + }],ExpressionUUID->"0e26b1ab-2ec7-4cda-8d26-a974bf2b57a4"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e7f1e38a-2eb3-4828-8064-71abe92fcdf6"], + "af5a63f5-4264-40c1-96dd-8b7b3e35fb49"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b431abe9-2143-4ec9-a2dd-5e69a9cea589"] - }],ExpressionUUID->"f415c603-e348-4f44-8c4d-3e01b8eb3b7d"], - StripOnInput->False], {"\<\"TUG/ref/ViewLegend\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewLegend"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ViewLegend.\ + "076aec41-a043-440e-833a-f1b8b918a0f1"] + }],ExpressionUUID->"0da80146-16cd-4378-9ebf-4f95e23740e9"], + StripOnInput->False],{ + "\"TUG/ref/ViewLegend\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewLegend"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ViewLegend.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$211097], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewLegend" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$227441], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewLegend" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6ccb85b3-adea-4b1e-b8e2-c8bd73e808ce"] + "90bd5dee-a20f-4e2a-8ad3-95b77774299d"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "02aeba45-8f0d-4b6a-8288-21f4c324c7e8"]} + "ee5bac1e-7e35-4a9c-9cca-3d84bc5dc48a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5404f990-18b1-40c7-a4b8-8028d559e728"], + CellID->1,ExpressionUUID->"0a431a48-e1fd-4270-a96b-1c556565102c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"56a6396d-4b76-4d2d-94a1-c1d995eeeec6"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d790740b-955a-480c-80c5-75da7cb2eda4"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewLegend", "ObjectName",ExpressionUUID-> - "b1c268d7-183e-4a3a-9b46-f7b9dd4df59b"], + "1d23cb85-1845-4136-a47d-21287a82f504"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"920d5007-49d0-4b6f-a518-1782e6adbb9d"], + "Spacer1"]],ExpressionUUID->"dcaeb5c8-6ab5-4672-8afb-e35c3747b01b"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9bbe57d1-edfe-4cfb-ac54-160b1d18d8dc"] - }],ExpressionUUID->"724fa195-246d-4002-a55e-66384582588b"], Cell[BoxData[ + "9e445936-635c-419a-a62a-8faf268df04f"] + }],ExpressionUUID->"2f3eec8b-338c-4b38-83ce-b494a6782b73"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "a0c0b1d8-1a99-45f4-87d6-ea158d758fa9"]} + "03699178-d16b-4429-8988-9186025916d8"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d9b5e292-e1eb-4912-a775-e7298c4ae766"], + CacheGraphics->False,ExpressionUUID->"143b2725-c943-44f1-a98c-51288c044600"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "0f9ac97e-c8f2-43fc-a0d5-7ff7ed6a87a5"], "\[LineSeparator]is an option for various package plotting functions to \ show a legend." - }],ExpressionUUID->"05e2746d-3621-4eda-8deb-c1cac5da61c0"]} + }],ExpressionUUID->"f659a611-0d71-4741-9737-23225f45b554"]} }]], "Usage", CellID->793010632,ExpressionUUID->"b33aa3f1-2414-40b8-8f98-beb201b6c93b"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2aae5f45-7631-414e-b284-f7554f636edd"], + ExpressionUUID->"b7f61561-5a58-41b4-877e-23553e5915d1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cb14bdc2-e349-47cf-a73a-415996ef891e"], + "Spacer1"]],ExpressionUUID->"9d2f70e7-51b5-4550-9378-b70cf96c6297"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"7964ed66-f007-437c-bc12-65d2b6b9f48d"], + }], "NotesFrameText",ExpressionUUID->"21ad5c11-8cc6-4bc6-80bf-5bf004cef0c7"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"3fd327e1-118c-433c-96d1-965723a71a06"]], \ + "Preemptive"]],ExpressionUUID->"51ac5936-8525-4c1f-b461-a288662250c2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->945650664,ExpressionUUID->"55e71b50-700a-4edc-bd55-280d3895f881"], + CellID->1907695860,ExpressionUUID->"b59f98a1-b848-4fa9-abbf-a597d2b8eff3"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1edeaff2-da7c-4e79-9480-d17e81c64485"], + ExpressionUUID->"6237044b-6c7b-42bc-b740-8fe5f432b9fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2134bcc4-2e8a-4676-a535-f9db59b39900"], + "Spacer1"]],ExpressionUUID->"e3ac2d91-0348-4a77-bc53-3da4cd2bc316"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "2a606baf-d2f0-4fe9-ae01-2342a34e9e8e"] + "ef202c60-4bab-407d-ac0d-879d6905855a"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->170934150,ExpressionUUID->"0d600484-26a2-474b-9842-04bff3450dc6"], + CellID->143086715,ExpressionUUID->"db18c327-e4a8-46c0-bd90-1d4dd5c8bb47"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"eb65e7be-e0d7-4dcc-92d3-cdbdda22e26a"], + ExpressionUUID->"ad069407-7083-41f2-bb3f-55ada74f5220"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1e2bd9e6-dcfc-4f81-992b-ba3970e5e2c8"], + "Spacer1"]],ExpressionUUID->"dec9a48f-792f-4945-9c80-f3fb249069a7"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "08dba95f-5483-433c-8778-485db34ab04c"] + "c940f532-8a35-40fb-baab-c208951142a8"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1796901311,ExpressionUUID->"72fa1e21-cb5b-4ac3-8cf2-24e2e85be40a"], + CellID->219962353,ExpressionUUID->"6c6d6c4f-d842-4fdb-aa14-3a9b2dfea048"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"29fc787a-a6d3-4d44-8386-8d763b56e59b"], @@ -737,8 +742,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -886,15 +889,15 @@ Cell[BoxData[GridBox[{ "fcbdd09f-ec1d-4529-bd82-5479b6c37fc4"] }], "SeeAlso",ExpressionUUID->"d68a6525-918b-4228-8e19-cd021d1f0237"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e0e96ab7-72f0-4c5b-9ab7-\ -b71e63c47f95"], + }]], "SeeAlsoSection",ExpressionUUID->"5695f3a7-438b-4034-a14f-\ +d16ef03371c3"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -906,9 +909,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"2382a0bd-8d40-43da-bdc3-40023b6e6c77"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"f7b9bd01-d9a8-43f1-9ca9-\ -e17dd40a4a3d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"8910c88a-bf2d-48b1-b9c3-\ +bb7c0ba7e4a8"], Cell[BoxData[GridBox[{ { @@ -925,7 +927,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "b9e279ab-7aad-4aa0-9dcb-b10eb6979b6d"]}]}, + "eb8b67a9-6bd7-4e6c-8472-9dbfceb5ad09"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -933,10 +935,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "71fa3ea0-9936-4675-b87a-4c077e228722"]}]} + "8b21edce-6a5c-499d-b501-d4a9767c0920"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"291c9bbe-c98d-4cfa-b3eb-\ -3cef506a8819"], + }]], "MoreAboutSection",ExpressionUUID->"a8368252-aa57-42aa-9240-\ +5905fa03ed01"], Cell[BoxData[GridBox[{ { @@ -963,7 +965,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/FilledCoreV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "932e4aea-7b76-4269-be93-2e11781e5094"]], "RelatedLinks", + "b4a8e163-2596-46fc-8f36-e21ef42d6445"]], "RelatedLinks", ExpressionUUID->"144cd7e2-4fe2-4dc1-a8ba-742f22a31774"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -980,11 +982,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "61d93903-4642-4cb6-bcfa-9dc4171b6a71"]], "RelatedLinks", + "2f0dcde8-bede-46de-bbd0-0311ded3335f"]], "RelatedLinks", ExpressionUUID->"b1bc385d-bc6f-427a-8f6b-7feb6877f2e9"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"ade1e4ca-4826-4d11-b0d3-\ -c39b69ec4793"], + }]], "RelatedLinksSection",ExpressionUUID->"3ae06ec3-1110-4824-9286-\ +a845e90d21d4"], Cell[CellGroupData[{ @@ -1014,11 +1016,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"bf270713-4211-41bd-851d-8b9a1fc0cf99"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"f8efdad9-efb7-420d-91db-6193a399449d"] +Cell[" ", "FooterCell",ExpressionUUID->"2ab11f50-e5c6-48af-aaa3-fe0c2d8ca4ca"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewLegend", TaggingRules->{ @@ -1029,17 +1031,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 17.657273}", + "built" -> "{2024, 6, 3, 16, 56, 21.621045}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ViewLegend is an option for various package plotting functions to show a \ legend.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewLegend", - "titlemodifier" -> "", "windowtitle" -> "ViewLegend", "type" -> "Symbol", - "uri" -> "TUG/ref/ViewLegend"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ViewLegend", "type" -> "Symbol", "uri" -> "TUG/ref/ViewLegend"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1048,9 +1050,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"18bae5c2-1679-4a75-9447-aeddd39401f1" +ExpressionUUID->"4197674a-9e47-4cc9-a1d9-466ef77a3343" ] (* End of Notebook Content *) @@ -1058,117 +1060,115 @@ ExpressionUUID->"18bae5c2-1679-4a75-9447-aeddd39401f1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12234, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0d600484-26a2-474b-9842-04bff3450dc6", + Cell[12290, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"db18c327-e4a8-46c0-bd90-1d4dd5c8bb47", CellTags->"PrimaryExamplesSection", - CellID->170934150]} + CellID->143086715]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 42190, 1059} + {"PrimaryExamplesSection", 42229, 1061} } *) (*NotebookFileOutline Notebook[{ -Cell[582, 21, 7100, 168, 56, "AnchorBarGrid",ExpressionUUID->"5404f990-18b1-40c7-a4b8-8028d559e728", +Cell[582, 21, 7155, 173, 57, "AnchorBarGrid",ExpressionUUID->"0a431a48-e1fd-4270-a96b-1c556565102c", CellID->1], -Cell[7685, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"56a6396d-4b76-4d2d-94a1-c1d995eeeec6"], +Cell[7740, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d790740b-955a-480c-80c5-75da7cb2eda4"], Cell[CellGroupData[{ -Cell[7796, 195, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"d9b5e292-e1eb-4912-a775-e7298c4ae766"], -Cell[9083, 232, 446, 9, 111, "Usage",ExpressionUUID->"b33aa3f1-2414-40b8-8f98-beb201b6c93b", +Cell[7851, 200, 1284, 35, 59, "ObjectNameGrid",ExpressionUUID->"143b2725-c943-44f1-a98c-51288c044600"], +Cell[9138, 237, 446, 9, 109, "Usage",ExpressionUUID->"b33aa3f1-2414-40b8-8f98-beb201b6c93b", CellID->793010632] }, Open ]], Cell[CellGroupData[{ -Cell[9566, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"55e71b50-700a-4edc-bd55-280d3895f881", +Cell[9621, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"b59f98a1-b848-4fa9-abbf-a597d2b8eff3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->945650664], -Cell[11463, 295, 489, 12, 37, "Notes",ExpressionUUID->"1bdab990-5e69-400a-a0b5-980c887758a6", + CellID->1907695860], +Cell[11519, 300, 489, 12, 38, "Notes",ExpressionUUID->"1bdab990-5e69-400a-a0b5-980c887758a6", CellID->177724765], -Cell[11955, 309, 152, 1, 36, "Notes",ExpressionUUID->"242b1fa7-4327-4e68-a40a-46624f6aad99", +Cell[12011, 314, 152, 1, 36, "Notes",ExpressionUUID->"242b1fa7-4327-4e68-a40a-46624f6aad99", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12234, 316, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"0d600484-26a2-474b-9842-04bff3450dc6", +Cell[12290, 321, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"db18c327-e4a8-46c0-bd90-1d4dd5c8bb47", CellTags->"PrimaryExamplesSection", - CellID->170934150], + CellID->143086715], Cell[CellGroupData[{ -Cell[13679, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"72fa1e21-cb5b-4ac3-8cf2-24e2e85be40a", - CellID->1796901311], -Cell[15081, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"29fc787a-a6d3-4d44-8386-8d763b56e59b", +Cell[13735, 362, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6c6d6c4f-d842-4fdb-aa14-3a9b2dfea048", + CellID->219962353], +Cell[15136, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"29fc787a-a6d3-4d44-8386-8d763b56e59b", CellID->724598077], Cell[CellGroupData[{ -Cell[15224, 400, 168, 3, 27, "Input",ExpressionUUID->"d62ebeca-2f36-42e0-9c92-21c7fc35bdfb", +Cell[15279, 405, 168, 3, 27, "Input",ExpressionUUID->"d62ebeca-2f36-42e0-9c92-21c7fc35bdfb", CellID->2141335847], Cell[CellGroupData[{ -Cell[15417, 407, 236, 4, 23, "Print",ExpressionUUID->"3af92b2f-7624-49c9-9fd7-fea433737d6d", +Cell[15472, 412, 236, 4, 23, "Print",ExpressionUUID->"3af92b2f-7624-49c9-9fd7-fea433737d6d", CellID->951346851], -Cell[15656, 413, 365, 8, 23, "Print",ExpressionUUID->"22800b65-77ab-4ab7-87da-2aaf169eac95", +Cell[15711, 418, 365, 8, 23, "Print",ExpressionUUID->"22800b65-77ab-4ab7-87da-2aaf169eac95", CellID->571262807], -Cell[16024, 423, 237, 4, 23, "Print",ExpressionUUID->"beda4709-848a-430a-b70f-6bec2b27ad62", +Cell[16079, 428, 237, 4, 23, "Print",ExpressionUUID->"beda4709-848a-430a-b70f-6bec2b27ad62", CellID->1120998003], -Cell[16264, 429, 220, 3, 23, "Print",ExpressionUUID->"8e28886d-c22d-420f-9c30-6a7bbc98f915", +Cell[16319, 434, 220, 3, 23, "Print",ExpressionUUID->"8e28886d-c22d-420f-9c30-6a7bbc98f915", CellID->489398289], -Cell[16487, 434, 206, 3, 23, "Print",ExpressionUUID->"150f7a84-96cb-4768-8476-8ceecea9c1e7", +Cell[16542, 439, 206, 3, 23, "Print",ExpressionUUID->"150f7a84-96cb-4768-8476-8ceecea9c1e7", CellID->18562765], -Cell[16696, 439, 238, 4, 23, "Print",ExpressionUUID->"b72f86ed-bd7a-464c-a505-c6153ae7e792", +Cell[16751, 444, 238, 4, 23, "Print",ExpressionUUID->"b72f86ed-bd7a-464c-a505-c6153ae7e792", CellID->1884309226], -Cell[16937, 445, 221, 3, 23, "Print",ExpressionUUID->"29272f52-487f-4ed0-966f-146a02a81825", +Cell[16992, 450, 221, 3, 23, "Print",ExpressionUUID->"29272f52-487f-4ed0-966f-146a02a81825", CellID->2101013869], -Cell[17161, 450, 237, 4, 23, "Print",ExpressionUUID->"2783fd2b-edc0-4f23-8acf-bc40f1e8f50c", +Cell[17216, 455, 237, 4, 23, "Print",ExpressionUUID->"2783fd2b-edc0-4f23-8acf-bc40f1e8f50c", CellID->1893497570], -Cell[17401, 456, 236, 4, 23, "Print",ExpressionUUID->"a35004f4-853b-4bea-9346-0a23e3f05730", +Cell[17456, 461, 236, 4, 23, "Print",ExpressionUUID->"a35004f4-853b-4bea-9346-0a23e3f05730", CellID->957553953], -Cell[17640, 462, 208, 3, 23, "Print",ExpressionUUID->"9acb9f51-8b5a-4a9c-9105-8737b2a1ae2f", +Cell[17695, 467, 208, 3, 23, "Print",ExpressionUUID->"9acb9f51-8b5a-4a9c-9105-8737b2a1ae2f", CellID->1335997397], -Cell[17851, 467, 237, 4, 23, "Print",ExpressionUUID->"68d5555f-37d9-4726-b097-167153687947", +Cell[17906, 472, 237, 4, 23, "Print",ExpressionUUID->"68d5555f-37d9-4726-b097-167153687947", CellID->2023702417] }, Open ]] }, Open ]], -Cell[18115, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"f78d646b-e432-4b3b-bc8e-f38dfc349c53", +Cell[18170, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"f78d646b-e432-4b3b-bc8e-f38dfc349c53", CellID->2083786667], -Cell[18255, 478, 234, 6, 27, "Input",ExpressionUUID->"267fbb82-c528-44d2-ac68-d2a681d23c84", +Cell[18310, 483, 234, 6, 27, "Input",ExpressionUUID->"267fbb82-c528-44d2-ac68-d2a681d23c84", CellID->585427827], -Cell[18492, 486, 375, 9, 27, "Input",ExpressionUUID->"4184f8e8-61af-4f42-b704-3be1c43c942e", +Cell[18547, 491, 375, 9, 27, "Input",ExpressionUUID->"4184f8e8-61af-4f42-b704-3be1c43c942e", CellID->1947756944], -Cell[18870, 497, 238, 6, 70, "Input",ExpressionUUID->"ba0593f5-77bf-46d0-9be2-78fa927cd0be", +Cell[18925, 502, 238, 6, 27, "Input",ExpressionUUID->"ba0593f5-77bf-46d0-9be2-78fa927cd0be", CellID->1946614331], -Cell[19111, 505, 171, 3, 70, "ExampleText",ExpressionUUID->"9fad9701-9f96-4c22-b52f-06ff24bc01bf", +Cell[19166, 510, 171, 3, 70, "ExampleText",ExpressionUUID->"9fad9701-9f96-4c22-b52f-06ff24bc01bf", CellID->4896524], Cell[CellGroupData[{ -Cell[19307, 512, 196, 4, 70, "Input",ExpressionUUID->"e4124ec8-30cf-4900-9fdb-e5b4ad5b4913", +Cell[19362, 517, 196, 4, 70, "Input",ExpressionUUID->"e4124ec8-30cf-4900-9fdb-e5b4ad5b4913", CellID->640476792], -Cell[19506, 518, 3638, 68, 485, "Output",ExpressionUUID->"377aad0d-4830-471a-b711-858263b28083", +Cell[19561, 523, 3638, 68, 485, "Output",ExpressionUUID->"377aad0d-4830-471a-b711-858263b28083", CellID->1063633172] }, Open ]], -Cell[23159, 589, 184, 3, 70, "ExampleText",ExpressionUUID->"5a19468e-4dfe-427e-9a7a-73be35cd9df2", +Cell[23214, 594, 184, 3, 70, "ExampleText",ExpressionUUID->"5a19468e-4dfe-427e-9a7a-73be35cd9df2", CellID->212867264], Cell[CellGroupData[{ -Cell[23368, 596, 551, 11, 70, "Input",ExpressionUUID->"ca33e4be-1e3f-4db9-b83f-087302d6f1b7", +Cell[23423, 601, 551, 11, 70, "Input",ExpressionUUID->"ca33e4be-1e3f-4db9-b83f-087302d6f1b7", CellID->659924784], -Cell[23922, 609, 6282, 121, 455, "Output",ExpressionUUID->"6a55a729-6ea3-4978-8a41-f8274e46deb9", +Cell[23977, 614, 6282, 121, 455, "Output",ExpressionUUID->"6a55a729-6ea3-4978-8a41-f8274e46deb9", CellID->381367895] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[30501, 744, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"5695f3a7-438b-4034-a14f-d16ef03371c3"], +Cell[35985, 894, 670, 18, 70, "TechNotesSection",ExpressionUUID->"8910c88a-bf2d-48b1-b9c3-bb7c0ba7e4a8"], +Cell[36658, 914, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a8368252-aa57-42aa-9240-5905fa03ed01"], +Cell[37694, 942, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"3ae06ec3-1110-4824-9286-a845e90d21d4"], Cell[CellGroupData[{ -Cell[30468, 741, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"e0e96ab7-72f0-4c5b-9ab7-b71e63c47f95"], -Cell[35952, 891, 670, 18, 70, "TechNotesSection",ExpressionUUID->"f7b9bd01-d9a8-43f1-9ca9-e17dd40a4a3d"] -}, Open ]], -Cell[36637, 912, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"291c9bbe-c98d-4cfa-b3eb-3cef506a8819"], -Cell[37673, 940, 1590, 46, 70, "RelatedLinksSection",ExpressionUUID->"ade1e4ca-4826-4d11-b0d3-c39b69ec4793"], -Cell[CellGroupData[{ -Cell[39288, 990, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9fb24c5b-ba64-4eb2-9312-4f75ee8fe7da", +Cell[39309, 992, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9fb24c5b-ba64-4eb2-9312-4f75ee8fe7da", CellID->2135167160], -Cell[39429, 993, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d6b35ea-9198-47a3-a501-d7fcbf408615", +Cell[39450, 995, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3d6b35ea-9198-47a3-a501-d7fcbf408615", CellID->1194386356], -Cell[39651, 999, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"df0e1b5b-dd82-49c8-b4fe-d62d0f1a2066", +Cell[39672, 1001, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"df0e1b5b-dd82-49c8-b4fe-d62d0f1a2066", CellID->1641706272], -Cell[39866, 1004, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0522d5fe-755f-42f1-acc0-f42a04691cd3", +Cell[39887, 1006, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0522d5fe-755f-42f1-acc0-f42a04691cd3", CellID->399251956], -Cell[40095, 1010, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf270713-4211-41bd-851d-8b9a1fc0cf99", +Cell[40116, 1012, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"bf270713-4211-41bd-851d-8b9a1fc0cf99", CellID->821434655] }, Open ]], -Cell[40332, 1016, 78, 0, 70, "FooterCell",ExpressionUUID->"f8efdad9-efb7-420d-91db-6193a399449d"] +Cell[40353, 1018, 78, 0, 70, "FooterCell",ExpressionUUID->"2ab11f50-e5c6-48af-aaa3-fe0c2d8ca4ca"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewModiclusSol.nb b/Documentation/English/ReferencePages/Symbols/ViewModiclusSol.nb index d611857..c8c61ca 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewModiclusSol.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewModiclusSol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46781, 1155] -NotebookOptionsPosition[ 39206, 1005] -NotebookOutlinePosition[ 41332, 1059] -CellTagsIndexPosition[ 41246, 1054] +NotebookDataLength[ 46793, 1155] +NotebookOptionsPosition[ 39230, 1007] +NotebookOutlinePosition[ 41375, 1061] +CellTagsIndexPosition[ 41289, 1056] WindowTitle->ViewModiclusSol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0f5c2b13-0f9f-4518-94f6-412eaa81dd76"], + "630277dd-d11c-4cd8-9251-d1251d7e432f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "d22f6878-cfe9-43d5-aa2a-31a2ce7d5734"], + "b3866833-44cd-4549-bf37-57e8bba9be8c"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "303406a8-6635-4ab7-8b90-f3555b10ebcf"] - }],ExpressionUUID->"838ccfae-3c2c-434d-9ac5-368d26f24b48"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d867dd9d-034b-4770-9e91-c5d933801ec2"] + }],ExpressionUUID->"ca1f73e5-4f6b-403f-8411-ae524d808e67"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7f3b0b21-94d4-430e-9897-78f7fecc5ba2"], + "16631bda-5564-475e-b6d3-b4103c8427c4"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f13e9e85-b319-4f0e-8c03-950ba9338c56"] - }],ExpressionUUID->"fe2292a6-3bf6-4b38-8509-5365565f7e51"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "4c82b6dd-df58-4d66-acdf-5a4beb09f87e"] + }],ExpressionUUID->"d3802859-966c-4f59-8cfb-9f8387f94ea8"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5372e7b9-886e-4df7-a500-23c09f5910de"], + "609bf407-4311-4d85-9acb-239e5b223c08"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9c0a8a65-077d-49ac-876f-06166e12df09"] - }],ExpressionUUID->"85fc789a-740c-462f-9846-c8e537bdea81"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "34608355-081f-4870-8084-0dd6fe425c48"] + }],ExpressionUUID->"81e91725-5424-4f4e-8816-8ae2b59f7f1f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "34d9ae70-de5e-4b84-90bb-7d04b7db33a4"], + "6ff84ce2-9e65-4287-b909-b9e3ee2a990e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8ae63e07-ad01-401e-b12a-60efb47af426"] - }],ExpressionUUID->"5383c9d9-a593-48d3-9df9-886d1cd35bed"], - StripOnInput->False], {"\<\"TUG/ref/ViewModiclusSol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewModiclusSol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "68ce978b-0830-46c0-a347-6144dcef0fd5"] + }],ExpressionUUID->"7fc1f0d4-153e-4da6-8615-420da05a8da6"], + StripOnInput->False],{ + "\"TUG/ref/ViewModiclusSol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewModiclusSol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ViewModiclusSol.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$211658], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewModiclusSol" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$228036], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewModiclusSol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fe3edb89-9f63-4a0b-beb0-6060ef13397f"] + "99046558-4d6b-402f-b53b-f19903d67e7c"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a1af83f8-ff3a-49d4-8f8f-6f24301b9541"]} + "72e30393-efd2-4a2c-8e44-3d39fe190613"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"29701612-7353-4ddc-93e9-97d3dbc531ed"], + CellID->1,ExpressionUUID->"b0c20017-92a4-48c2-894c-b842abc22ee1"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"53d26047-dfe3-4ac6-b647-c93e80c39899"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"401fb566-089c-4a5f-8dcf-d42a7cb3b99e"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewModiclusSol", "ObjectName",ExpressionUUID-> - "09a4cc22-8098-4b71-bc0c-ae0c86b7780a"], + "3bf5aa5b-9283-430c-bdbd-faabe6ae7a76"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bdedf97e-63b2-474b-9df5-765790e314f8"], + "Spacer1"]],ExpressionUUID->"3345ff05-d6a0-43bf-a159-41cc2420aeaa"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "4dc346d3-c456-4bf0-94d5-4e3c3d46aa36"] - }],ExpressionUUID->"239efcd4-1fcd-4f3e-8d9b-185865255b37"], Cell[BoxData[ + "38319d40-2ee6-4221-bc84-c9ebe0450d68"] + }],ExpressionUUID->"e53e2561-c1b2-4c29-9461-5a8efbd1eb8c"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "04bbc929-caec-4579-b3cf-57cdeaeea27c"]} + "4abadbcd-2ac3-4159-95af-89352790a74f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"9c9ff6b0-3076-41d6-b289-2a9796023c46"], + CacheGraphics->False,ExpressionUUID->"e84f7c6c-0016-463c-b56b-e654cb1471ef"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "2d84ac4a-eb04-4bdb-b073-dd6ec3782064"], "\[LineSeparator]is an option for various package plotting functions to \ draw the modiclus as a point within the graphic." - }],ExpressionUUID->"a7a140a1-9a8b-4572-ad10-7310f8b21f3c"]} + }],ExpressionUUID->"8b0ab7f6-68ed-44c2-a391-bd62dff04897"]} }]], "Usage", CellID->1177190494,ExpressionUUID->"113aa916-377a-44d5-a99f-2ff73debe398"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"a6036e7a-5596-4f67-9855-0378ca78c0f5"], + ExpressionUUID->"9997faea-71e8-4dc6-bd4d-bf6ea35e81b3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1c3efe58-bb7d-4e16-8f31-cc632e4bac19"], + "Spacer1"]],ExpressionUUID->"58b6f756-450f-4f9c-be5e-c75e6d7f8400"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"10d5e5cf-907d-4824-9e7c-29c8322afa9d"], + }], "NotesFrameText",ExpressionUUID->"cf9c8498-aa73-429e-afb8-e2998fa7a62a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"b13411f5-d30a-4f5d-8e63-b0c617dd9b69"]], \ + "Preemptive"]],ExpressionUUID->"8244852c-5311-41f8-9832-5d3d799c3fea"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->206041533,ExpressionUUID->"0c10b4a9-5e5c-417d-bbf6-3cf69ff6d5d4"], + CellID->1164892805,ExpressionUUID->"645099bb-4747-4074-b5fc-7681050b7306"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d64a9b30-9fde-408b-8662-41789c30105b"], + ExpressionUUID->"f34ea111-63a6-4127-860b-7fbd3dda29a2"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"454ae7a9-baa5-4ee4-b298-4f35aeb93d50"], + "Spacer1"]],ExpressionUUID->"739c923f-2469-4b33-8d88-d700704c638c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "019bf572-6e97-4667-938a-61f5475ff589"] + "39b278fa-aa23-4b06-bdb4-7c0a588d9391"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->689669360,ExpressionUUID->"61dc35f3-c898-45d4-b0ed-0f4afa356beb"], + CellID->1060653324,ExpressionUUID->"cb9e0fdb-23fe-4d25-a5b2-afcc995a9813"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"0188a52d-567f-4f80-8ea4-28dc02fe892e"], + ExpressionUUID->"6f9074b3-c712-49be-881f-6ea6a76c712d"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"45d66dae-05f6-41f9-aea9-07d5aad44c66"], + "Spacer1"]],ExpressionUUID->"0fe62710-cc1a-4f81-803c-49c2dca53a26"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c3d7ae84-04f0-42af-ae65-09ae570ebdb7"] + "d7d34cb3-c381-40fe-a4c0-409c9de55972"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->860720553,ExpressionUUID->"764515cf-7520-4b92-9e9f-61fc747eb2a4"], + CellID->675620349,ExpressionUUID->"56e7af97-39e2-4426-8f6a-50ce381032a0"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"a773c380-4aa1-471f-80e8-2412db278fdf"], @@ -689,8 +694,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -838,15 +841,15 @@ Cell[BoxData[GridBox[{ "8ce3dc09-0c55-4baa-8b33-68c536afdceb"] }], "SeeAlso",ExpressionUUID->"a1bcb9df-b9a7-41bd-8a50-bb7fc463cde7"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4f3d72f0-f328-46e2-8f6f-\ -be2a30cd1a88"], + }]], "SeeAlsoSection",ExpressionUUID->"881c9fb4-3929-43f5-8f00-\ +57c390f92126"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +861,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"01d7877e-1641-4f2c-808d-db37574315d2"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"ea251c04-b940-4ed2-aa41-\ -84452983f03d"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"bb7831d6-413d-45a6-bd78-\ +014f42152842"], Cell[BoxData[GridBox[{ { @@ -877,7 +879,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c71b7747-1e35-40ff-a41f-0712479e3dd1"]}]}, + "923d2c58-bd39-425d-a9b0-0b80203af9d2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +887,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4c28bea6-846b-407e-8348-efc79af7aa7d"]}]} + "f5c33ace-d284-4dca-8ed5-6d7f7a0dc958"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e8fa818f-472e-4683-9af4-\ -4abf7199977b"], + }]], "MoreAboutSection",ExpressionUUID->"ee8bac4b-62eb-49f6-939b-\ +15df5a747416"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "edf26d37-a6eb-4d33-ab7c-086e6720f3dd"]], "RelatedLinks", + "616f9be6-337c-4fbd-b52f-c28d1c270095"]], "RelatedLinks", ExpressionUUID->"18020fde-fa0b-4ab5-88cf-e8e9f7141061"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4ce7754c-391c-4be8-bb88-1046dfd2fb9e"]], "RelatedLinks", + "c1fa802e-ce29-4b08-89bf-a360e4329342"]], "RelatedLinks", ExpressionUUID->"180be16b-4dd7-42c6-8bdb-fa6a149fab78"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "586aeef1-8b57-4830-9dcf-eef0c9a76bba"]], "RelatedLinks", + "8cd77838-65e8-4f3a-b107-8871326dfe42"]], "RelatedLinks", ExpressionUUID->"b73d360c-ec4f-46b0-9aaa-b4c751d4c19b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -967,11 +969,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "27ae224d-6247-444f-a2c8-fea2584928f7"]], "RelatedLinks", + "f9471042-5864-4da5-9492-17164ba716bc"]], "RelatedLinks", ExpressionUUID->"29db89c8-6dbb-4a6c-bdcb-5ad2a2a56100"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"2dd852b7-a671-4e0c-95e4-\ -056e37f5a0e2"], + }]], "RelatedLinksSection",ExpressionUUID->"ca43d4fd-8d93-4300-b610-\ +22475f4ccd54"], Cell[CellGroupData[{ @@ -1001,11 +1003,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"8c9268d5-67d5-4f2d-a5b0-225095f65b76"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"082e55a0-7d24-44f6-969e-3e7e70c058ef"] +Cell[" ", "FooterCell",ExpressionUUID->"3751f6e7-3c1b-45bf-8fe1-e3c9bb63153c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewModiclusSol", TaggingRules->{ @@ -1016,7 +1018,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 19.298338}", + "built" -> "{2024, 6, 3, 16, 56, 22.398899}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1024,10 +1026,10 @@ TaggingRules->{ "ViewModiclusSol is an option for various package plotting functions to \ draw the modiclus as a point within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewModiclusSol", "titlemodifier" -> "", - "windowtitle" -> "ViewModiclusSol", "type" -> "Symbol", "uri" -> - "TUG/ref/ViewModiclusSol"}}, + "metadescription" -> "", "windowtitle" -> "ViewModiclusSol", "type" -> + "Symbol", "uri" -> "TUG/ref/ViewModiclusSol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1036,9 +1038,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"460f1d1c-fec3-4ffd-a473-9a7f5259d797" +ExpressionUUID->"b894294c-00e6-40f5-a5ea-93e9390c7edd" ] (* End of Notebook Content *) @@ -1046,117 +1048,115 @@ ExpressionUUID->"460f1d1c-fec3-4ffd-a473-9a7f5259d797" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12318, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61dc35f3-c898-45d4-b0ed-0f4afa356beb", + Cell[12375, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cb9e0fdb-23fe-4d25-a5b2-afcc995a9813", CellTags->"PrimaryExamplesSection", - CellID->689669360]} + CellID->1060653324]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41046, 1047} + {"PrimaryExamplesSection", 41088, 1049} } *) (*NotebookFileOutline Notebook[{ -Cell[587, 21, 7121, 168, 56, "AnchorBarGrid",ExpressionUUID->"29701612-7353-4ddc-93e9-97d3dbc531ed", +Cell[587, 21, 7177, 173, 57, "AnchorBarGrid",ExpressionUUID->"b0c20017-92a4-48c2-894c-b842abc22ee1", CellID->1], -Cell[7711, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"53d26047-dfe3-4ac6-b647-c93e80c39899"], +Cell[7767, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"401fb566-089c-4a5f-8dcf-d42a7cb3b99e"], Cell[CellGroupData[{ -Cell[7822, 195, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"9c9ff6b0-3076-41d6-b289-2a9796023c46"], -Cell[9114, 232, 486, 9, 111, "Usage",ExpressionUUID->"113aa916-377a-44d5-a99f-2ff73debe398", +Cell[7878, 200, 1289, 35, 59, "ObjectNameGrid",ExpressionUUID->"e84f7c6c-0016-463c-b56b-e654cb1471ef"], +Cell[9170, 237, 486, 9, 109, "Usage",ExpressionUUID->"113aa916-377a-44d5-a99f-2ff73debe398", CellID->1177190494] }, Open ]], Cell[CellGroupData[{ -Cell[9637, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"0c10b4a9-5e5c-417d-bbf6-3cf69ff6d5d4", +Cell[9693, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"645099bb-4747-4074-b5fc-7681050b7306", CellGroupingRules->{"SectionGrouping", 50}, - CellID->206041533], -Cell[11534, 295, 489, 12, 37, "Notes",ExpressionUUID->"caef056b-877d-4a02-acea-c633fe9af859", + CellID->1164892805], +Cell[11591, 300, 489, 12, 38, "Notes",ExpressionUUID->"caef056b-877d-4a02-acea-c633fe9af859", CellID->177724765], -Cell[12026, 309, 165, 3, 36, "Notes",ExpressionUUID->"58b33aa2-6766-4792-b444-556b5de1879d", +Cell[12083, 314, 165, 3, 36, "Notes",ExpressionUUID->"58b33aa2-6766-4792-b444-556b5de1879d", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12318, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"61dc35f3-c898-45d4-b0ed-0f4afa356beb", +Cell[12375, 323, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"cb9e0fdb-23fe-4d25-a5b2-afcc995a9813", CellTags->"PrimaryExamplesSection", - CellID->689669360], + CellID->1060653324], Cell[CellGroupData[{ -Cell[13763, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"764515cf-7520-4b92-9e9f-61fc747eb2a4", - CellID->860720553], -Cell[15164, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"a773c380-4aa1-471f-80e8-2412db278fdf", +Cell[13821, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"56e7af97-39e2-4426-8f6a-50ce381032a0", + CellID->675620349], +Cell[15222, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"a773c380-4aa1-471f-80e8-2412db278fdf", CellID->724598077], Cell[CellGroupData[{ -Cell[15307, 402, 168, 3, 27, "Input",ExpressionUUID->"e172002f-d47d-4d04-b2b0-202d68172147", +Cell[15365, 407, 168, 3, 27, "Input",ExpressionUUID->"e172002f-d47d-4d04-b2b0-202d68172147", CellID->2141335847], Cell[CellGroupData[{ -Cell[15500, 409, 237, 4, 23, "Print",ExpressionUUID->"f81e533e-f201-4c7b-bcfe-c40dc7dc053a", +Cell[15558, 414, 237, 4, 23, "Print",ExpressionUUID->"f81e533e-f201-4c7b-bcfe-c40dc7dc053a", CellID->1351112704], -Cell[15740, 415, 366, 8, 23, "Print",ExpressionUUID->"f2671001-180a-4b29-b80c-5d0ed1bec537", +Cell[15798, 420, 366, 8, 23, "Print",ExpressionUUID->"f2671001-180a-4b29-b80c-5d0ed1bec537", CellID->1352566145], -Cell[16109, 425, 237, 4, 23, "Print",ExpressionUUID->"8f794f8a-efbd-4aa5-ae10-9ad69a6c3d92", +Cell[16167, 430, 237, 4, 23, "Print",ExpressionUUID->"8f794f8a-efbd-4aa5-ae10-9ad69a6c3d92", CellID->1771921566], -Cell[16349, 431, 220, 3, 23, "Print",ExpressionUUID->"02720a2b-09d0-4b6c-a089-fbde36a34ee6", +Cell[16407, 436, 220, 3, 23, "Print",ExpressionUUID->"02720a2b-09d0-4b6c-a089-fbde36a34ee6", CellID->476906751], -Cell[16572, 436, 207, 3, 23, "Print",ExpressionUUID->"8bbecbde-a3ba-412d-9e10-7255bee0226d", +Cell[16630, 441, 207, 3, 23, "Print",ExpressionUUID->"8bbecbde-a3ba-412d-9e10-7255bee0226d", CellID->514054224], -Cell[16782, 441, 238, 4, 23, "Print",ExpressionUUID->"791222e4-2d2d-453d-b325-e9e7ea93c382", +Cell[16840, 446, 238, 4, 23, "Print",ExpressionUUID->"791222e4-2d2d-453d-b325-e9e7ea93c382", CellID->1430579984], -Cell[17023, 447, 221, 3, 23, "Print",ExpressionUUID->"61592547-6a9d-424a-b7bc-c91d6c600533", +Cell[17081, 452, 221, 3, 23, "Print",ExpressionUUID->"61592547-6a9d-424a-b7bc-c91d6c600533", CellID->2082166720], -Cell[17247, 452, 237, 4, 23, "Print",ExpressionUUID->"03604efa-a983-4d37-8901-7d64a25553b4", +Cell[17305, 457, 237, 4, 23, "Print",ExpressionUUID->"03604efa-a983-4d37-8901-7d64a25553b4", CellID->1774284252], -Cell[17487, 458, 237, 4, 23, "Print",ExpressionUUID->"185c329c-b6a3-416c-96be-3227c4760323", +Cell[17545, 463, 237, 4, 23, "Print",ExpressionUUID->"185c329c-b6a3-416c-96be-3227c4760323", CellID->1158731649], -Cell[17727, 464, 206, 3, 23, "Print",ExpressionUUID->"a272cb05-32ba-412d-8e6e-bcebd9e3651e", +Cell[17785, 469, 206, 3, 23, "Print",ExpressionUUID->"a272cb05-32ba-412d-8e6e-bcebd9e3651e", CellID->40949043], -Cell[17936, 469, 237, 4, 23, "Print",ExpressionUUID->"ff33a73e-46fe-4d77-93d8-7f9e9068a9e7", +Cell[17994, 474, 237, 4, 23, "Print",ExpressionUUID->"ff33a73e-46fe-4d77-93d8-7f9e9068a9e7", CellID->1822882846] }, Open ]] }, Open ]], -Cell[18200, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"ea638d78-7afa-4b3c-8bd3-b20905175f36", +Cell[18258, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"ea638d78-7afa-4b3c-8bd3-b20905175f36", CellID->2083786667], -Cell[18340, 480, 234, 6, 27, "Input",ExpressionUUID->"b1cf6aeb-7108-4e77-a8c3-1359b9028340", +Cell[18398, 485, 234, 6, 27, "Input",ExpressionUUID->"b1cf6aeb-7108-4e77-a8c3-1359b9028340", CellID->585427827], -Cell[18577, 488, 375, 9, 27, "Input",ExpressionUUID->"facdad9f-5de5-4c75-857d-edb9ed88b8f2", +Cell[18635, 493, 375, 9, 27, "Input",ExpressionUUID->"facdad9f-5de5-4c75-857d-edb9ed88b8f2", CellID->1947756944], -Cell[18955, 499, 238, 6, 70, "Input",ExpressionUUID->"f3dc9ad3-2c9d-4712-b5f9-ef050c024f9b", +Cell[19013, 504, 238, 6, 27, "Input",ExpressionUUID->"f3dc9ad3-2c9d-4712-b5f9-ef050c024f9b", CellID->1946614331], -Cell[19196, 507, 194, 4, 70, "ExampleText",ExpressionUUID->"590a2283-0e21-4122-be16-cfeed7b9b849", +Cell[19254, 512, 194, 4, 70, "ExampleText",ExpressionUUID->"590a2283-0e21-4122-be16-cfeed7b9b849", CellID->4896524], Cell[CellGroupData[{ -Cell[19415, 515, 269, 6, 70, "Input",ExpressionUUID->"fc332953-b85d-46c0-ae1f-59f9e0a59c39", +Cell[19473, 520, 269, 6, 70, "Input",ExpressionUUID->"fc332953-b85d-46c0-ae1f-59f9e0a59c39", CellID->640476792], -Cell[19687, 523, 3637, 68, 485, "Output",ExpressionUUID->"cff64eb1-b871-452f-b70f-d462bb3fb1cd", +Cell[19745, 528, 3637, 68, 485, "Output",ExpressionUUID->"cff64eb1-b871-452f-b70f-d462bb3fb1cd", CellID->837975163] }, Open ]], -Cell[23339, 594, 222, 4, 70, "ExampleText",ExpressionUUID->"c6248861-2085-4674-a4c2-97178508e0c0", +Cell[23397, 599, 222, 4, 70, "ExampleText",ExpressionUUID->"c6248861-2085-4674-a4c2-97178508e0c0", CellID->216128084], Cell[CellGroupData[{ -Cell[23586, 602, 269, 6, 70, "Input",ExpressionUUID->"126be67f-7a49-4c00-bfe5-2f0769bdc196", +Cell[23644, 607, 269, 6, 70, "Input",ExpressionUUID->"126be67f-7a49-4c00-bfe5-2f0769bdc196", CellID->1790394400], -Cell[23858, 610, 3812, 72, 485, "Output",ExpressionUUID->"e48f7ec8-aedf-43d6-b16d-bf730e25236e", +Cell[23916, 615, 3812, 72, 485, "Output",ExpressionUUID->"e48f7ec8-aedf-43d6-b16d-bf730e25236e", CellID->1318466920] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27970, 696, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"881c9fb4-3929-43f5-8f00-57c390f92126"], +Cell[33454, 846, 670, 18, 70, "TechNotesSection",ExpressionUUID->"bb7831d6-413d-45a6-bd78-014f42152842"], +Cell[34127, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ee8bac4b-62eb-49f6-939b-15df5a747416"], +Cell[35163, 894, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"ca43d4fd-8d93-4300-b610-22475f4ccd54"], Cell[CellGroupData[{ -Cell[27934, 693, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"4f3d72f0-f328-46e2-8f6f-be2a30cd1a88"], -Cell[33418, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"ea251c04-b940-4ed2-aa41-84452983f03d"] -}, Open ]], -Cell[34103, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e8fa818f-472e-4683-9af4-4abf7199977b"], -Cell[35139, 892, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"2dd852b7-a671-4e0c-95e4-056e37f5a0e2"], -Cell[CellGroupData[{ -Cell[38080, 977, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a81da665-731f-4142-bb97-bb4b08778a04", +Cell[38104, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a81da665-731f-4142-bb97-bb4b08778a04", CellID->2135167160], -Cell[38221, 980, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"736c7924-0132-4fd3-ade2-6672af8cee88", +Cell[38245, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"736c7924-0132-4fd3-ade2-6672af8cee88", CellID->1194386356], -Cell[38443, 986, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"10b6f76a-7bdc-4c25-b385-808f54e9d480", +Cell[38467, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"10b6f76a-7bdc-4c25-b385-808f54e9d480", CellID->1641706272], -Cell[38658, 991, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6cc9b4f4-4032-4d6b-9499-a0f54e202f97", +Cell[38682, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6cc9b4f4-4032-4d6b-9499-a0f54e202f97", CellID->399251956], -Cell[38887, 997, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c9268d5-67d5-4f2d-a5b0-225095f65b76", +Cell[38911, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8c9268d5-67d5-4f2d-a5b0-225095f65b76", CellID->821434655] }, Open ]], -Cell[39124, 1003, 78, 0, 70, "FooterCell",ExpressionUUID->"082e55a0-7d24-44f6-969e-3e7e70c058ef"] +Cell[39148, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"3751f6e7-3c1b-45bf-8fe1-e3c9bb63153c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewNucleolusSol.nb b/Documentation/English/ReferencePages/Symbols/ViewNucleolusSol.nb index 5df98dc..fa39a25 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewNucleolusSol.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewNucleolusSol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46790, 1155] -NotebookOptionsPosition[ 39214, 1005] -NotebookOutlinePosition[ 41346, 1059] -CellTagsIndexPosition[ 41260, 1054] +NotebookDataLength[ 46796, 1155] +NotebookOptionsPosition[ 39236, 1007] +NotebookOutlinePosition[ 41385, 1061] +CellTagsIndexPosition[ 41299, 1056] WindowTitle->ViewNucleolusSol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "74842345-6642-4f0b-85ae-aada1b584470"], + "a45c0559-552b-437c-a979-407bc20bdfb8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "db12a7b0-4f5e-482d-a79a-94e254ed52ec"], + "ae2b571a-1199-45ac-ae58-e4907962b7e0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c33111e7-588c-4c1e-a29e-d8e61062be89"] - }],ExpressionUUID->"8ceb9b01-2b57-41b8-9c00-c4d70504b2ff"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "100232dc-ab83-4fcd-9971-f87eee719b92"] + }],ExpressionUUID->"8592c7b7-f07b-4e87-bc27-a60cfe765fd7"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b9dbe040-0ad4-4744-a703-a2540089fa35"], + "bb32475b-5d2a-46ea-bf69-3c3b470b7a72"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5c9a797b-6cc1-4ce5-a999-62ab271d6b77"] - }],ExpressionUUID->"7801a54b-2343-4dd9-aa2b-b766a56ed216"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "339b66b4-2969-49ef-8ddb-ed58457ced01"] + }],ExpressionUUID->"1002a2f8-1bec-42e3-a36b-6bfca73ee459"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b8f1c336-e3fc-4d9b-bd70-e57197096331"], + "c938c853-80ea-4c61-ab64-4c4cec583474"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "984f4203-0052-4fd5-bf01-5ed85c2db93a"] - }],ExpressionUUID->"d0e99b3e-b999-4dc1-b363-98c59458d5fe"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b0e71d5a-3cf5-489e-b00e-7ecf21c5d3e3"] + }],ExpressionUUID->"468dff78-af85-4a16-a93b-dc058918dd66"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c1d0077b-562e-4818-bf16-9a08f856daae"], + "2e627f69-8dc6-41a5-b784-c1ca7d78ef2e"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "559c97cc-206a-4f2b-a346-55e355b1d906"] - }],ExpressionUUID->"8f26ab31-61d3-4aab-aced-dd18efece8ff"], - StripOnInput->False], {"\<\"TUG/ref/ViewNucleolusSol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewNucleolusSol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "7fef855e-0f6f-4e15-b2ba-2bfa9b651392"] + }],ExpressionUUID->"df950487-8fa3-4652-91ac-55919a2d4490"], + StripOnInput->False],{ + "\"TUG/ref/ViewNucleolusSol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewNucleolusSol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ViewNucleolusSol.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$212223], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewNucleolusSol" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$228635], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewNucleolusSol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d88a7301-6ec7-4ec7-b70e-beab96820b38"] + "7caa47b3-b4f2-4d67-ae6e-b16f4180b673"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "653033b5-9ef5-44e1-8b8f-26a0c67910cd"]} + "9e47f7ee-6f74-41c7-84f9-766e2156e339"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"3f84df27-3079-419c-993d-17dc784be1e3"], + CellID->1,ExpressionUUID->"a1dd7117-25bf-4c45-93ab-4da91d840dfe"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f3ab2198-2896-4794-bf7b-df0ec0472ec5"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"cc4dc19b-21ac-4f8c-b542-ecc7c1e296cf"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewNucleolusSol", "ObjectName",ExpressionUUID-> - "dc055769-1214-4d62-aa40-ebb1e269de98"], + "6bd6a978-9d5c-4f5b-8252-29909393a8c6"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"2150688b-ef6d-4948-a457-f23f9cf56156"], + "Spacer1"]],ExpressionUUID->"b719e3c7-624d-47a8-aa84-34b0af894509"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e7ca2a4f-98eb-4f91-bceb-c535601ce459"] - }],ExpressionUUID->"7b4b7868-f9a0-4d45-b1b2-99ad1ea0976d"], Cell[BoxData[ + "60330363-4dfd-4ad2-93a8-36168c69ad45"] + }],ExpressionUUID->"2ea525f8-4a84-4989-9e38-c3cdaa826cd6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ba096d70-334a-41cb-a0f4-7c7da4f7b157"]} + "1f503803-2098-4d60-85fa-82f3e0871b68"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"089697ce-a33f-4b8a-aeca-feb97d522aad"], + CacheGraphics->False,ExpressionUUID->"f2b62601-d39e-4e1e-aa94-d3ebc9d4ee80"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "4eac7b30-8044-4acc-a292-3eb96b832ce1"], "\[LineSeparator]is an option for various package plotting functions to \ draw the nucleolus as a point within the graphic." - }],ExpressionUUID->"45648b0f-744d-45e0-b0cd-0da65fa745cc"]} + }],ExpressionUUID->"d529b065-2980-46ac-9c16-e2196e44cd4c"]} }]], "Usage", CellID->1328217541,ExpressionUUID->"637f90b0-baee-4871-a903-65943870a504"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2a4fbe24-f50d-477d-b96a-1a4da4313222"], + ExpressionUUID->"adfc60b6-4a54-446f-bfdf-ff1e29220042"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bd448945-8688-45b5-a762-33049eea6e13"], + "Spacer1"]],ExpressionUUID->"c5798a74-9ef7-4d74-9dac-68c48bead6e3"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6a51f678-2575-4520-ac6e-fe34d5a60079"], + }], "NotesFrameText",ExpressionUUID->"bb9376a1-afab-410c-8848-8bef020cee42"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"a97a7f74-b65a-4aee-93cd-432d19893982"]], \ + "Preemptive"]],ExpressionUUID->"c461dbc6-ef03-4d03-8ef8-93ceef273306"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->809472373,ExpressionUUID->"8e2b8d25-099f-4424-a108-239be06951c4"], + CellID->1596736750,ExpressionUUID->"f673fe6d-68f6-4440-86f5-9db2c6085d71"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"e6893968-d04c-4c97-b5c8-3af2a36459c4"], + ExpressionUUID->"ac436d62-9a2b-4602-b9f7-e5249a5ec45a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3f2fa528-97a6-4f13-99c9-9d87d43eedf1"], + "Spacer1"]],ExpressionUUID->"65939ae2-f0ba-4ee6-bfb3-cddd807f06b1"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "45ec3842-9970-48da-bd52-4f708ac78254"] + "0d0a0545-8aa8-4d97-b7a8-6965e140e2f2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->157129614,ExpressionUUID->"aa948e19-0f44-4ccd-a52a-d86d7f5cbce8"], + CellID->19928973,ExpressionUUID->"1b90d0bb-99e9-440d-acf7-a1cc17a9b40c"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d1f8649d-aa52-4f11-a1e4-0f0f91b038f7"], + ExpressionUUID->"6a11e826-3eb2-4e43-81d5-7da1d486f278"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"329c229d-0dc5-4ce7-8dd8-8057aa62c901"], + "Spacer1"]],ExpressionUUID->"79fff859-181e-4d88-95d9-4c8c181ab7fe"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6173a2dc-b3e3-4933-a777-381a5bb3c7d7"] + "e7132220-2831-4e3b-bd78-cabfcdab6409"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->351036187,ExpressionUUID->"6a33d0c9-163e-4bde-b32c-a1f231eb4cfe"], + CellID->157442179,ExpressionUUID->"6ef21ed5-ac78-4c84-a813-d8290cfe36cf"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"7bb6a8cd-544d-41cb-81ff-04ffccf8310a"], @@ -689,8 +694,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -838,15 +841,15 @@ Cell[BoxData[GridBox[{ "a21eee75-42e9-470b-85ca-a3d842ccf0e2"] }], "SeeAlso",ExpressionUUID->"6188e8b7-2ed0-4c42-8d8f-4ccb87f02123"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"5d960f56-1db9-4075-9386-\ -beec0d43e03b"], + }]], "SeeAlsoSection",ExpressionUUID->"7bed13fb-b0d3-43e9-8d8d-\ +205fae16c6a7"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +861,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8260bce6-6b3c-4c51-9c40-7de9d22d4175"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"7ad847fc-4521-43c0-94e5-\ -c67c0fc4f994"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"42bacc5e-669f-4143-9405-\ +917deea56b48"], Cell[BoxData[GridBox[{ { @@ -877,7 +879,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4b0cbbf6-0a49-448e-be07-df130adc6cbf"]}]}, + "2ca4a25d-6a42-421f-bfd4-01039eb7d5ad"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +887,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "d76f0358-85b5-4683-af70-9e9d53880063"]}]} + "a5bef2d6-0bf6-445e-ace1-e4bbdb75d270"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"0c865bb3-b913-462c-a5a3-\ -1c8172668336"], + }]], "MoreAboutSection",ExpressionUUID->"25d7957f-c764-4269-b196-\ +96d46c2c2b31"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "86482b6c-d36d-45bc-8e9b-7190ac0949c3"]], "RelatedLinks", + "e791a4ea-72d2-482c-90a0-1e300255a202"]], "RelatedLinks", ExpressionUUID->"a31944e8-7ca2-4d0f-b1fe-a8d7d8c4d826"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9d6aa35f-a444-4651-9f72-72fa73757a38"]], "RelatedLinks", + "9996b5db-653d-4003-a415-21666449cc06"]], "RelatedLinks", ExpressionUUID->"b1ad2316-b898-468c-8545-f79dad21dbff"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "35e4faec-40b8-467e-a542-d526b24157f1"]], "RelatedLinks", + "bb2820d9-426a-4d8b-b9f1-c894ba0920cd"]], "RelatedLinks", ExpressionUUID->"2df48c2c-4b3b-467c-a477-90c46a16d939"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -967,11 +969,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "610f8479-c1ca-49b7-b4bb-b7a01ba3efa8"]], "RelatedLinks", + "c5b37c35-ea6e-492b-b0f4-c0c507b73d36"]], "RelatedLinks", ExpressionUUID->"c678d337-be32-4a2c-b31f-a87a1aff6a9f"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"d9d0c389-e2d1-4062-837c-\ -4eca23730573"], + }]], "RelatedLinksSection",ExpressionUUID->"2f9a637b-4d96-4712-9dc3-\ +b1eb4d5e1943"], Cell[CellGroupData[{ @@ -1001,11 +1003,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a7f7c2d6-b8c4-4943-8057-c4834dfbc994"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"7300eca3-5efa-4302-972a-afc9b99d4874"] +Cell[" ", "FooterCell",ExpressionUUID->"682da63a-1a99-4e39-9806-982b79b5ad70"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewNucleolusSol", TaggingRules->{ @@ -1016,7 +1018,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 20.923477}", + "built" -> "{2024, 6, 3, 16, 56, 23.212770}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1024,10 +1026,10 @@ TaggingRules->{ "ViewNucleolusSol is an option for various package plotting functions to \ draw the nucleolus as a point within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewNucleolusSol", "titlemodifier" -> "", - "windowtitle" -> "ViewNucleolusSol", "type" -> "Symbol", "uri" -> - "TUG/ref/ViewNucleolusSol"}}, + "metadescription" -> "", "windowtitle" -> "ViewNucleolusSol", "type" -> + "Symbol", "uri" -> "TUG/ref/ViewNucleolusSol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1036,9 +1038,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ee0f9981-39bb-45ea-bfd2-c26ec9452863" +ExpressionUUID->"7304b4e4-7b41-46bc-9f1f-197d86b96419" ] (* End of Notebook Content *) @@ -1046,117 +1048,115 @@ ExpressionUUID->"ee0f9981-39bb-45ea-bfd2-c26ec9452863" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12327, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aa948e19-0f44-4ccd-a52a-d86d7f5cbce8", + Cell[12384, 323, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1b90d0bb-99e9-440d-acf7-a1cc17a9b40c", CellTags->"PrimaryExamplesSection", - CellID->157129614]} + CellID->19928973]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41060, 1047} + {"PrimaryExamplesSection", 41100, 1049} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7125, 168, 56, "AnchorBarGrid",ExpressionUUID->"3f84df27-3079-419c-993d-17dc784be1e3", +Cell[588, 21, 7181, 173, 57, "AnchorBarGrid",ExpressionUUID->"a1dd7117-25bf-4c45-93ab-4da91d840dfe", CellID->1], -Cell[7716, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f3ab2198-2896-4794-bf7b-df0ec0472ec5"], +Cell[7772, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"cc4dc19b-21ac-4f8c-b542-ecc7c1e296cf"], Cell[CellGroupData[{ -Cell[7827, 195, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"089697ce-a33f-4b8a-aeca-feb97d522aad"], -Cell[9120, 232, 488, 9, 111, "Usage",ExpressionUUID->"637f90b0-baee-4871-a903-65943870a504", +Cell[7883, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"f2b62601-d39e-4e1e-aa94-d3ebc9d4ee80"], +Cell[9176, 237, 488, 9, 109, "Usage",ExpressionUUID->"637f90b0-baee-4871-a903-65943870a504", CellID->1328217541] }, Open ]], Cell[CellGroupData[{ -Cell[9645, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"8e2b8d25-099f-4424-a108-239be06951c4", +Cell[9701, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"f673fe6d-68f6-4440-86f5-9db2c6085d71", CellGroupingRules->{"SectionGrouping", 50}, - CellID->809472373], -Cell[11542, 295, 489, 12, 37, "Notes",ExpressionUUID->"8ee87a65-285d-402d-bd28-ab7e85b4a994", + CellID->1596736750], +Cell[11599, 300, 489, 12, 38, "Notes",ExpressionUUID->"8ee87a65-285d-402d-bd28-ab7e85b4a994", CellID->177724765], -Cell[12034, 309, 166, 3, 36, "Notes",ExpressionUUID->"d128e985-49ac-448b-afa8-2e83ad0db27d", +Cell[12091, 314, 166, 3, 36, "Notes",ExpressionUUID->"d128e985-49ac-448b-afa8-2e83ad0db27d", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12327, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"aa948e19-0f44-4ccd-a52a-d86d7f5cbce8", +Cell[12384, 323, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"1b90d0bb-99e9-440d-acf7-a1cc17a9b40c", CellTags->"PrimaryExamplesSection", - CellID->157129614], + CellID->19928973], Cell[CellGroupData[{ -Cell[13772, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6a33d0c9-163e-4bde-b32c-a1f231eb4cfe", - CellID->351036187], -Cell[15173, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"7bb6a8cd-544d-41cb-81ff-04ffccf8310a", +Cell[13828, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"6ef21ed5-ac78-4c84-a813-d8290cfe36cf", + CellID->157442179], +Cell[15229, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"7bb6a8cd-544d-41cb-81ff-04ffccf8310a", CellID->724598077], Cell[CellGroupData[{ -Cell[15316, 402, 168, 3, 27, "Input",ExpressionUUID->"05c9ca49-9a81-4301-9507-390eb36a9e8f", +Cell[15372, 407, 168, 3, 27, "Input",ExpressionUUID->"05c9ca49-9a81-4301-9507-390eb36a9e8f", CellID->2141335847], Cell[CellGroupData[{ -Cell[15509, 409, 237, 4, 23, "Print",ExpressionUUID->"7d23aa2a-818a-46f1-a7af-4b32eb34241a", +Cell[15565, 414, 237, 4, 23, "Print",ExpressionUUID->"7d23aa2a-818a-46f1-a7af-4b32eb34241a", CellID->1840486549], -Cell[15749, 415, 365, 8, 23, "Print",ExpressionUUID->"cce3a4c0-a2f4-4f91-9a37-e3824da0acc6", +Cell[15805, 420, 365, 8, 23, "Print",ExpressionUUID->"cce3a4c0-a2f4-4f91-9a37-e3824da0acc6", CellID->410046167], -Cell[16117, 425, 236, 4, 23, "Print",ExpressionUUID->"b7fbb92d-c5f2-46e4-80a5-7adb9aec863a", +Cell[16173, 430, 236, 4, 23, "Print",ExpressionUUID->"b7fbb92d-c5f2-46e4-80a5-7adb9aec863a", CellID->960521472], -Cell[16356, 431, 220, 3, 23, "Print",ExpressionUUID->"04a61668-d04e-49d2-a599-850670f15365", +Cell[16412, 436, 220, 3, 23, "Print",ExpressionUUID->"04a61668-d04e-49d2-a599-850670f15365", CellID->758704258], -Cell[16579, 436, 207, 3, 23, "Print",ExpressionUUID->"a8a757ca-8058-45bf-a0cf-b3df80f5f58e", +Cell[16635, 441, 207, 3, 23, "Print",ExpressionUUID->"a8a757ca-8058-45bf-a0cf-b3df80f5f58e", CellID->896818527], -Cell[16789, 441, 237, 4, 23, "Print",ExpressionUUID->"e6ecda5c-4eaf-48e8-adc7-013fe5a557e1", +Cell[16845, 446, 237, 4, 23, "Print",ExpressionUUID->"e6ecda5c-4eaf-48e8-adc7-013fe5a557e1", CellID->316507374], -Cell[17029, 447, 220, 3, 23, "Print",ExpressionUUID->"54284c5d-b50f-42be-912d-f3509f47c81d", +Cell[17085, 452, 220, 3, 23, "Print",ExpressionUUID->"54284c5d-b50f-42be-912d-f3509f47c81d", CellID->984593911], -Cell[17252, 452, 237, 4, 23, "Print",ExpressionUUID->"1dfbbc3f-9f2c-4dc7-aff1-2c689f2d3632", +Cell[17308, 457, 237, 4, 23, "Print",ExpressionUUID->"1dfbbc3f-9f2c-4dc7-aff1-2c689f2d3632", CellID->2029082252], -Cell[17492, 458, 236, 4, 23, "Print",ExpressionUUID->"4e40e323-5f52-4928-bce6-ab031998e01e", +Cell[17548, 463, 236, 4, 23, "Print",ExpressionUUID->"4e40e323-5f52-4928-bce6-ab031998e01e", CellID->522762256], -Cell[17731, 464, 207, 3, 23, "Print",ExpressionUUID->"b6f6ca3c-5ad7-4b88-809c-63211df56a43", +Cell[17787, 469, 207, 3, 23, "Print",ExpressionUUID->"b6f6ca3c-5ad7-4b88-809c-63211df56a43", CellID->445776421], -Cell[17941, 469, 236, 4, 23, "Print",ExpressionUUID->"2db0100b-8512-40b5-90c8-a82258c48134", +Cell[17997, 474, 236, 4, 23, "Print",ExpressionUUID->"2db0100b-8512-40b5-90c8-a82258c48134", CellID->462414092] }, Open ]] }, Open ]], -Cell[18204, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"e1616785-3f3e-4bb9-9bc3-c51008c1c981", +Cell[18260, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"e1616785-3f3e-4bb9-9bc3-c51008c1c981", CellID->2083786667], -Cell[18344, 480, 234, 6, 27, "Input",ExpressionUUID->"00320481-dc3d-4ca0-bf43-37337cd8fd47", +Cell[18400, 485, 234, 6, 27, "Input",ExpressionUUID->"00320481-dc3d-4ca0-bf43-37337cd8fd47", CellID->585427827], -Cell[18581, 488, 375, 9, 27, "Input",ExpressionUUID->"c0a88f75-c69e-4fc7-abdb-7c65f6f07ee0", +Cell[18637, 493, 375, 9, 27, "Input",ExpressionUUID->"c0a88f75-c69e-4fc7-abdb-7c65f6f07ee0", CellID->1947756944], -Cell[18959, 499, 238, 6, 70, "Input",ExpressionUUID->"6dfb1dba-53a0-45fc-b159-40c5fac7361c", +Cell[19015, 504, 238, 6, 27, "Input",ExpressionUUID->"6dfb1dba-53a0-45fc-b159-40c5fac7361c", CellID->1946614331], -Cell[19200, 507, 195, 4, 70, "ExampleText",ExpressionUUID->"07863b2c-184c-4dae-9f51-9381f57b83d0", +Cell[19256, 512, 195, 4, 70, "ExampleText",ExpressionUUID->"07863b2c-184c-4dae-9f51-9381f57b83d0", CellID->4896524], Cell[CellGroupData[{ -Cell[19420, 515, 270, 6, 70, "Input",ExpressionUUID->"a2b17f9e-4c3d-44ee-a90c-97132fd8b334", +Cell[19476, 520, 270, 6, 70, "Input",ExpressionUUID->"a2b17f9e-4c3d-44ee-a90c-97132fd8b334", CellID->640476792], -Cell[19693, 523, 3637, 68, 485, "Output",ExpressionUUID->"df8a3a39-a669-464e-984c-922f724cf8a0", +Cell[19749, 528, 3637, 68, 485, "Output",ExpressionUUID->"df8a3a39-a669-464e-984c-922f724cf8a0", CellID->997978547] }, Open ]], -Cell[23345, 594, 223, 4, 70, "ExampleText",ExpressionUUID->"10c2dff4-96a6-43d3-b16e-68834f07f1f8", +Cell[23401, 599, 223, 4, 70, "ExampleText",ExpressionUUID->"10c2dff4-96a6-43d3-b16e-68834f07f1f8", CellID->216128084], Cell[CellGroupData[{ -Cell[23593, 602, 270, 6, 70, "Input",ExpressionUUID->"2013c767-c243-472c-9e88-48492e340746", +Cell[23649, 607, 270, 6, 70, "Input",ExpressionUUID->"2013c767-c243-472c-9e88-48492e340746", CellID->1790394400], -Cell[23866, 610, 3812, 72, 485, "Output",ExpressionUUID->"b502a2f1-f42c-4d89-ba39-2c3eb01188a7", +Cell[23922, 615, 3812, 72, 485, "Output",ExpressionUUID->"b502a2f1-f42c-4d89-ba39-2c3eb01188a7", CellID->1002579781] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27976, 696, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"7bed13fb-b0d3-43e9-8d8d-205fae16c6a7"], +Cell[33460, 846, 670, 18, 70, "TechNotesSection",ExpressionUUID->"42bacc5e-669f-4143-9405-917deea56b48"], +Cell[34133, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"25d7957f-c764-4269-b196-96d46c2c2b31"], +Cell[35169, 894, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"2f9a637b-4d96-4712-9dc3-b1eb4d5e1943"], Cell[CellGroupData[{ -Cell[27942, 693, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"5d960f56-1db9-4075-9386-beec0d43e03b"], -Cell[33426, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7ad847fc-4521-43c0-94e5-c67c0fc4f994"] -}, Open ]], -Cell[34111, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"0c865bb3-b913-462c-a5a3-1c8172668336"], -Cell[35147, 892, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"d9d0c389-e2d1-4062-837c-4eca23730573"], -Cell[CellGroupData[{ -Cell[38088, 977, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7a63fc9c-688e-47e8-a352-0b2c7486381d", +Cell[38110, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"7a63fc9c-688e-47e8-a352-0b2c7486381d", CellID->2135167160], -Cell[38229, 980, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2330ff40-42cf-417c-b2d9-b3f5fbfa7837", +Cell[38251, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2330ff40-42cf-417c-b2d9-b3f5fbfa7837", CellID->1194386356], -Cell[38451, 986, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ceaa7fc4-7c52-46b5-b5ec-7931be4dcdf2", +Cell[38473, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"ceaa7fc4-7c52-46b5-b5ec-7931be4dcdf2", CellID->1641706272], -Cell[38666, 991, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6ba42c25-779e-4de8-a8f2-146c91d8db59", +Cell[38688, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"6ba42c25-779e-4de8-a8f2-146c91d8db59", CellID->399251956], -Cell[38895, 997, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7f7c2d6-b8c4-4943-8057-c4834dfbc994", +Cell[38917, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7f7c2d6-b8c4-4943-8057-c4834dfbc994", CellID->821434655] }, Open ]], -Cell[39132, 1003, 78, 0, 70, "FooterCell",ExpressionUUID->"7300eca3-5efa-4302-972a-afc9b99d4874"] +Cell[39154, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"682da63a-1a99-4e39-9806-982b79b5ad70"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewPayoffSol.nb b/Documentation/English/ReferencePages/Symbols/ViewPayoffSol.nb index 24ac4ce..65aedbf 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewPayoffSol.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewPayoffSol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 52470, 1309] -NotebookOptionsPosition[ 44618, 1153] -NotebookOutlinePosition[ 46751, 1207] -CellTagsIndexPosition[ 46665, 1202] +NotebookDataLength[ 52483, 1309] +NotebookOptionsPosition[ 44643, 1155] +NotebookOutlinePosition[ 46795, 1209] +CellTagsIndexPosition[ 46709, 1204] WindowTitle->ViewPayoffSol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2163d5ed-a979-4f82-a2ed-f78fc4f072df"], + "6c078e6e-c693-4f5f-b1ea-ff85664268db"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "832d0375-ef88-41db-856b-8f6565ce9a69"], + "5da4f633-737f-4a2c-b7ca-77b19b344fc0"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "2cf55897-014f-47d0-8f4e-aa66dd6515ca"] - }],ExpressionUUID->"bef8671a-604a-4145-8424-46af1c9a54d2"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "acab2802-9098-480f-b0d8-96103dac5a2e"] + }],ExpressionUUID->"52bb5084-2497-40c2-9e03-ddadf7126592"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "71ddb139-28a2-4e53-aba5-6a4dd8a4f99a"], + "f7a51c79-21c7-4d45-b84e-35b45c7bf800"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1368e2bc-e669-48ae-80b7-9c14caa1a094"] - }],ExpressionUUID->"eceff243-ea2e-40b3-ad54-5c5a142bae48"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "65a0f1a8-0216-424d-a07c-138d1ff27231"] + }],ExpressionUUID->"2876eb09-bf25-46a2-bac9-9ae7e8070e2b"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "ef33efe7-5bb0-4b7b-964c-7de569c07299"], + "a81e0982-93e2-46a0-853d-e2b46c8678dd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b0d31ccd-e124-4e13-acad-c0e9adffe9c9"] - }],ExpressionUUID->"1f2b87b7-0dc9-4cf7-bf10-65096ddea7b2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "9263047b-98a3-4766-9595-e0c0ffc25f5c"] + }],ExpressionUUID->"d58eaf7b-0637-4e35-9231-c971e0b480d8"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8b9d1dd0-ea51-4890-94ca-6255de23caef"], + "ba16c776-04be-4c6e-8b76-b06c0c040cfc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "238dda08-32d6-4e5b-af3f-eb36717c8b47"] - }],ExpressionUUID->"c590fee5-cfda-4c3d-a9dc-3c5481771280"], - StripOnInput->False], {"\<\"TUG/ref/ViewPayoffSol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewPayoffSol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ViewPayoffSol.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$212789], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewPayoffSol" <> ".html"], None}]}]}, + "b1dc3433-e285-4eda-a782-92f63c275748"] + }],ExpressionUUID->"b873d97b-3ecf-4f36-a2f9-fbf597c4a73f"], + StripOnInput->False],{ + "\"TUG/ref/ViewPayoffSol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewPayoffSol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ViewPayoffSol.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$229235], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewPayoffSol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "79393eeb-73df-447c-a14d-ca2b78501301"] + "96cb7f48-3e86-4765-b9d3-8ca9218cad7f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "e9b3c6a9-7c16-4499-bd91-451d9753b1c3"]} + "3efc2d79-f4ef-464f-b06d-7b12473de8f9"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"cbb216e7-1d98-41d5-9538-b13c2f095fee"], + CellID->1,ExpressionUUID->"3d6dc913-198d-4ff7-8e7b-83095f767658"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"532a65b8-74f7-48d3-9cf2-015d608df19c"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"5279d2e0-4fbc-4121-9bc7-7bcfec6850e4"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewPayoffSol", "ObjectName",ExpressionUUID-> - "842dcf7c-e039-4062-88bb-9364f43e5a8a"], + "5d353afd-789c-49d4-a2b0-344e7a4baf58"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"31ddd0a9-1dca-4b6d-85a4-b978608dc57d"], + "Spacer1"]],ExpressionUUID->"b14cbdd8-36b4-473c-900e-278fd7bf0459"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "31e9e7b2-aa07-4cd0-9d2f-9821b629fe5b"] - }],ExpressionUUID->"a7281740-c571-43fa-ab2e-f13e4b3ee957"], Cell[BoxData[ + "f1d6abb1-62c4-4ce0-9981-9bd53e67d5c5"] + }],ExpressionUUID->"ee8ad7f9-846c-4db5-a108-85c67284b844"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "ac8669cb-65b2-45be-bda5-d7582fc60ca7"]} + "09cbbe02-688f-4918-a694-0ab7e16dbd0c"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"b56890d6-3226-4e65-9577-072c8e9b2614"], + CacheGraphics->False,ExpressionUUID->"1c334283-e981-41cb-9943-4e1cc45ac5bc"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "0197e4c1-7be5-4fdf-b5e2-f908489631e6"], "\[LineSeparator]is an option for various package plotting functions to \ draw a supplied list of imputations as points within the graphic." - }],ExpressionUUID->"6b012d4a-1fa0-4232-b938-8b5a02446285"]} + }],ExpressionUUID->"12bc196d-969f-46b0-aef8-66ec2e3b27e1"]} }]], "Usage", CellID->275632283,ExpressionUUID->"c8507e19-93a1-4b28-adab-0a1b9047b5b5"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"d3cff8b0-71b1-4e79-bb10-31d9e7a841f6"], + ExpressionUUID->"5c052171-a40b-4b36-ac39-413a9a24e72e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"eb1b3b02-4c36-4b23-9633-2b8bef338397"], + "Spacer1"]],ExpressionUUID->"0fe5b4df-f8ef-4eb2-afdf-a4b1ae305c93"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"83390c17-e6e8-4145-bf83-d63c37fb2db2"], + }], "NotesFrameText",ExpressionUUID->"7dfef99a-af57-43ca-9a2e-563f5da8e6fd"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"bc5962f9-283a-4d97-b209-622727497196"]], \ + "Preemptive"]],ExpressionUUID->"b45fac07-c3d3-4d2c-852e-558e22d51eda"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->427167251,ExpressionUUID->"7f51441a-ff52-4a25-a096-7066c4bcd446"], + CellID->1147740543,ExpressionUUID->"121d3747-561b-4d13-a91e-7ff510d66f97"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -353,19 +358,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"233ffe4b-6c87-4b46-a742-22de90dd6d49"], + ExpressionUUID->"35a72a31-20f5-4606-9c70-a3812f91666a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93e33ec5-e116-417e-9708-cd7d9870f540"], + "Spacer1"]],ExpressionUUID->"4f04dc9b-ba36-4c17-b332-5214d9fe4d48"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "a0425c13-cc18-4b18-b699-f729ed53358a"] + "89c47a14-10bd-4276-bbe8-5a7353e99bae"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->842604692,ExpressionUUID->"43e49fef-e6e5-48df-b08c-2f5a47e1b842"], + CellID->1458582872,ExpressionUUID->"7ccb3444-04bd-40a4-937f-12c3c3765e9b"], Cell[CellGroupData[{ @@ -394,18 +399,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2fff7c40-184d-47ed-ba07-315025d5cd78"], + ExpressionUUID->"4fc27dd6-19c5-4400-9ce2-a489b20c9047"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"239eea28-55cc-46f0-9855-5e558e3bddf1"], + "Spacer1"]],ExpressionUUID->"4714b3c8-5aa9-479d-876b-8a74fdd90f47"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "efc31ef1-0c9e-4e34-8654-c0408205320e"] + "6846f935-1ad3-4b00-9f1d-51ed2c59fb78"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->384627821,ExpressionUUID->"61a1c22d-894d-495b-8c09-089e2f1aea98"], + CellID->698322489,ExpressionUUID->"c4887276-623e-49d8-835f-1a407eaf8b86"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"cd3c9788-cebb-488f-8608-edb31d6602d8"], @@ -837,8 +842,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -986,15 +989,15 @@ Cell[BoxData[GridBox[{ "afc3cb27-da7c-4cc1-b557-b4caeec54d7b"] }], "SeeAlso",ExpressionUUID->"df9c87c8-8621-4ef8-bc0b-bb998d61e68f"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"e3c78d2c-c9d9-44c2-b368-\ -14aa1863262b"], + }]], "SeeAlsoSection",ExpressionUUID->"5f1734c9-e272-4de3-9dff-\ +2c8c9c4863dd"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1006,9 +1009,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"eb70829c-244b-41f9-b481-6bfcc21c6885"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"96b9c0f0-b99d-442f-8883-\ -ee1c75b55358"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"24ee0280-ecc2-428c-911f-\ +03dd7dfe776c"], Cell[BoxData[GridBox[{ { @@ -1025,7 +1027,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fc8ee1ee-d1c8-45b2-8629-36c464610de7"]}]}, + "eea5fe9e-330e-4291-86c3-61fd246947a7"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1033,10 +1035,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "374b4fc5-1c83-4395-81c5-0c59d5558c81"]}]} + "bf31b98b-bdce-4381-a53b-674c7b7701c4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"96cff194-4eee-461c-9eda-\ -2b1ab8eaef83"], + }]], "MoreAboutSection",ExpressionUUID->"7c60c85c-791f-405d-9842-\ +69ef3a5a65b5"], Cell[BoxData[GridBox[{ { @@ -1063,7 +1065,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9032c2a9-2fcd-4552-b48a-4e90b7e3911f"]], "RelatedLinks", + "d3fbc033-a465-4ec0-99a4-3e1a7a8a819c"]], "RelatedLinks", ExpressionUUID->"fad2d798-c6f1-4cce-b3d3-69b3e4692e0f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1081,7 +1083,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5945e8a8-1f73-4391-ab50-13265d34cc3c"]], "RelatedLinks", + "e8677b6f-2cb8-4f48-8931-2e22eaad994b"]], "RelatedLinks", ExpressionUUID->"83f0eb69-f7d7-4f30-8df6-c852daccc212"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1098,7 +1100,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ffeeab83-5bfc-409c-9507-5e3fc1ad8766"]], "RelatedLinks", + "1120a39d-6e96-4790-a7f8-0ed4f6ad5e68"]], "RelatedLinks", ExpressionUUID->"8d815881-3a11-4df3-85d6-12c6b31fa5f6"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1115,11 +1117,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "24c7e2cb-1ac3-4510-a7d3-d9865ec487d6"]], "RelatedLinks", + "ba50be8f-6f6a-4531-ae5b-2609357062ec"]], "RelatedLinks", ExpressionUUID->"4e849cc9-b4c4-4ac7-ac72-552e707a030d"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"a0db0294-19e9-4817-9ff3-\ -dfcb7ace4283"], + }]], "RelatedLinksSection",ExpressionUUID->"ab3acfee-adb2-491e-a63b-\ +583c775eae9a"], Cell[CellGroupData[{ @@ -1149,11 +1151,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b90b96b7-aeae-4b41-89f7-8f25f7edaa3e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"ea566593-f0f4-439a-9fa6-96876d87af2d"] +Cell[" ", "FooterCell",ExpressionUUID->"58584cb0-0d14-44f8-aeb6-5f27079214c5"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewPayoffSol", TaggingRules->{ @@ -1164,7 +1166,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 22.617204}", + "built" -> "{2024, 6, 3, 16, 56, 24.041910}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1172,10 +1174,10 @@ TaggingRules->{ "ViewPayoffSol is an option for various package plotting functions to \ draw a supplied list of imputations as points within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewPayoffSol", - "titlemodifier" -> "", "windowtitle" -> "ViewPayoffSol", "type" -> - "Symbol", "uri" -> "TUG/ref/ViewPayoffSol"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ViewPayoffSol", "type" -> "Symbol", "uri" -> "TUG/ref/ViewPayoffSol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1184,9 +1186,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"715c36b0-c15b-4884-aebc-f957f7f14cc0" +ExpressionUUID->"d22041cf-2d27-4bf7-bff1-6b4f33d5a610" ] (* End of Notebook Content *) @@ -1194,123 +1196,121 @@ ExpressionUUID->"715c36b0-c15b-4884-aebc-f957f7f14cc0" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12771, 330, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43e49fef-e6e5-48df-b08c-2f5a47e1b842", + Cell[12829, 335, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7ccb3444-04bd-40a4-937f-12c3c3765e9b", CellTags->"PrimaryExamplesSection", - CellID->842604692]} + CellID->1458582872]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 46465, 1195} + {"PrimaryExamplesSection", 46508, 1197} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7112, 168, 56, "AnchorBarGrid",ExpressionUUID->"cbb216e7-1d98-41d5-9538-b13c2f095fee", +Cell[585, 21, 7169, 173, 57, "AnchorBarGrid",ExpressionUUID->"3d6dc913-198d-4ff7-8e7b-83095f767658", CellID->1], -Cell[7700, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"532a65b8-74f7-48d3-9cf2-015d608df19c"], +Cell[7757, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"5279d2e0-4fbc-4121-9bc7-7bcfec6850e4"], Cell[CellGroupData[{ -Cell[7811, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"b56890d6-3226-4e65-9577-072c8e9b2614"], -Cell[9101, 232, 500, 9, 111, "Usage",ExpressionUUID->"c8507e19-93a1-4b28-adab-0a1b9047b5b5", +Cell[7868, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"1c334283-e981-41cb-9943-4e1cc45ac5bc"], +Cell[9158, 237, 500, 9, 109, "Usage",ExpressionUUID->"c8507e19-93a1-4b28-adab-0a1b9047b5b5", CellID->275632283] }, Open ]], Cell[CellGroupData[{ -Cell[9638, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"7f51441a-ff52-4a25-a096-7066c4bcd446", +Cell[9695, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"121d3747-561b-4d13-a91e-7ff510d66f97", CellGroupingRules->{"SectionGrouping", 50}, - CellID->427167251], -Cell[11535, 295, 489, 12, 37, "Notes",ExpressionUUID->"d7b3bbd6-06bc-424c-9d09-002a8772165c", + CellID->1147740543], +Cell[11593, 300, 489, 12, 38, "Notes",ExpressionUUID->"d7b3bbd6-06bc-424c-9d09-002a8772165c", CellID->177724765], -Cell[12027, 309, 617, 15, 58, "Notes",ExpressionUUID->"b7361007-44b5-46c8-891b-dac913200be0", +Cell[12085, 314, 617, 15, 59, "Notes",ExpressionUUID->"b7361007-44b5-46c8-891b-dac913200be0", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12771, 330, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"43e49fef-e6e5-48df-b08c-2f5a47e1b842", +Cell[12829, 335, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7ccb3444-04bd-40a4-937f-12c3c3765e9b", CellTags->"PrimaryExamplesSection", - CellID->842604692], + CellID->1458582872], Cell[CellGroupData[{ -Cell[14216, 371, 1398, 36, 30, "ExampleSection",ExpressionUUID->"61a1c22d-894d-495b-8c09-089e2f1aea98", - CellID->384627821], -Cell[15617, 409, 118, 1, 38, "ExampleText",ExpressionUUID->"cd3c9788-cebb-488f-8608-edb31d6602d8", +Cell[14275, 376, 1398, 36, 30, "ExampleSection",ExpressionUUID->"c4887276-623e-49d8-835f-1a407eaf8b86", + CellID->698322489], +Cell[15676, 414, 118, 1, 39, "ExampleText",ExpressionUUID->"cd3c9788-cebb-488f-8608-edb31d6602d8", CellID->724598077], Cell[CellGroupData[{ -Cell[15760, 414, 168, 3, 27, "Input",ExpressionUUID->"f9d02373-704c-4b08-91e1-c5487dcd4aec", +Cell[15819, 419, 168, 3, 27, "Input",ExpressionUUID->"f9d02373-704c-4b08-91e1-c5487dcd4aec", CellID->2141335847], Cell[CellGroupData[{ -Cell[15953, 421, 236, 4, 23, "Print",ExpressionUUID->"57dc1bd1-ce90-480e-b198-1b13bfdebd27", +Cell[16012, 426, 236, 4, 23, "Print",ExpressionUUID->"57dc1bd1-ce90-480e-b198-1b13bfdebd27", CellID->651543095], -Cell[16192, 427, 366, 8, 23, "Print",ExpressionUUID->"985a1183-07e5-481e-b56d-94322b5a5e05", +Cell[16251, 432, 366, 8, 23, "Print",ExpressionUUID->"985a1183-07e5-481e-b56d-94322b5a5e05", CellID->1800203886], -Cell[16561, 437, 237, 4, 23, "Print",ExpressionUUID->"e10ddbab-b9c4-4293-9208-160ced0653da", +Cell[16620, 442, 237, 4, 23, "Print",ExpressionUUID->"e10ddbab-b9c4-4293-9208-160ced0653da", CellID->1770233497], -Cell[16801, 443, 221, 3, 23, "Print",ExpressionUUID->"fa3799db-26ad-4220-8831-08748aedcec8", +Cell[16860, 448, 221, 3, 23, "Print",ExpressionUUID->"fa3799db-26ad-4220-8831-08748aedcec8", CellID->2001214648], -Cell[17025, 448, 207, 3, 23, "Print",ExpressionUUID->"3f0a3eb9-939d-433e-bba6-93f4b369409a", +Cell[17084, 453, 207, 3, 23, "Print",ExpressionUUID->"3f0a3eb9-939d-433e-bba6-93f4b369409a", CellID->652467040], -Cell[17235, 453, 237, 4, 23, "Print",ExpressionUUID->"07151c79-c886-4d51-a3cb-00e41ebec03c", +Cell[17294, 458, 237, 4, 23, "Print",ExpressionUUID->"07151c79-c886-4d51-a3cb-00e41ebec03c", CellID->985772804], -Cell[17475, 459, 220, 3, 23, "Print",ExpressionUUID->"6829512e-3750-4827-b6f5-37be4f1ad61b", +Cell[17534, 464, 220, 3, 23, "Print",ExpressionUUID->"6829512e-3750-4827-b6f5-37be4f1ad61b", CellID->983260270], -Cell[17698, 464, 237, 4, 23, "Print",ExpressionUUID->"7525367a-b9fa-4ade-9390-fb933f05ed01", +Cell[17757, 469, 237, 4, 23, "Print",ExpressionUUID->"7525367a-b9fa-4ade-9390-fb933f05ed01", CellID->1745948516], -Cell[17938, 470, 235, 4, 23, "Print",ExpressionUUID->"0c9dcb46-daf3-42c6-94f8-c8fa932d029f", +Cell[17997, 475, 235, 4, 23, "Print",ExpressionUUID->"0c9dcb46-daf3-42c6-94f8-c8fa932d029f", CellID->67299001], -Cell[18176, 476, 207, 3, 23, "Print",ExpressionUUID->"e9ee9718-f909-4ae9-b3d7-a9551418cf1a", +Cell[18235, 481, 207, 3, 23, "Print",ExpressionUUID->"e9ee9718-f909-4ae9-b3d7-a9551418cf1a", CellID->350309892], -Cell[18386, 481, 236, 4, 23, "Print",ExpressionUUID->"46d0f45e-e25e-4587-bc23-fc9f1de641a0", +Cell[18445, 486, 236, 4, 23, "Print",ExpressionUUID->"46d0f45e-e25e-4587-bc23-fc9f1de641a0", CellID->789673426] }, Open ]] }, Open ]], -Cell[18649, 489, 137, 1, 38, "ExampleText",ExpressionUUID->"a62ddcc6-30dc-4507-90f0-62c9f7ad13f0", +Cell[18708, 494, 137, 1, 39, "ExampleText",ExpressionUUID->"a62ddcc6-30dc-4507-90f0-62c9f7ad13f0", CellID->2083786667], -Cell[18789, 492, 234, 6, 27, "Input",ExpressionUUID->"2438049c-ec20-4b8c-8cdd-91b3cdd08337", +Cell[18848, 497, 234, 6, 27, "Input",ExpressionUUID->"2438049c-ec20-4b8c-8cdd-91b3cdd08337", CellID->585427827], -Cell[19026, 500, 375, 9, 70, "Input",ExpressionUUID->"e184561c-40be-4f0b-a7d9-24a2c60129a2", +Cell[19085, 505, 375, 9, 27, "Input",ExpressionUUID->"e184561c-40be-4f0b-a7d9-24a2c60129a2", CellID->1947756944], -Cell[19404, 511, 238, 6, 70, "Input",ExpressionUUID->"9c25432f-5b0b-4ee7-8f82-2a1e2590ec01", +Cell[19463, 516, 238, 6, 70, "Input",ExpressionUUID->"9c25432f-5b0b-4ee7-8f82-2a1e2590ec01", CellID->1946614331], Cell[CellGroupData[{ -Cell[19667, 521, 198, 4, 70, "Input",ExpressionUUID->"c301b971-74a2-424f-a3d0-047c97f44bb5", +Cell[19726, 526, 198, 4, 70, "Input",ExpressionUUID->"c301b971-74a2-424f-a3d0-047c97f44bb5", CellID->2047720606], -Cell[19868, 527, 1257, 32, 54, "Output",ExpressionUUID->"305febca-bbc7-4491-b04c-bb27f7b8ca1d", +Cell[19927, 532, 1257, 32, 53, "Output",ExpressionUUID->"305febca-bbc7-4491-b04c-bb27f7b8ca1d", CellID->68954214] }, Open ]], -Cell[21140, 562, 196, 4, 70, "ExampleText",ExpressionUUID->"9087b308-f91b-4de4-94a6-be47d6316c0f", +Cell[21199, 567, 196, 4, 70, "ExampleText",ExpressionUUID->"9087b308-f91b-4de4-94a6-be47d6316c0f", CellID->4896524], Cell[CellGroupData[{ -Cell[21361, 570, 319, 7, 70, "Input",ExpressionUUID->"30594b98-c486-4876-ba96-984c4a7b4d04", +Cell[21420, 575, 319, 7, 70, "Input",ExpressionUUID->"30594b98-c486-4876-ba96-984c4a7b4d04", CellID->640476792], -Cell[21683, 579, 7166, 163, 485, "Output",ExpressionUUID->"083c9d27-82b9-40c8-8b1a-20bfb242e50c", +Cell[21742, 584, 7166, 163, 485, "Output",ExpressionUUID->"083c9d27-82b9-40c8-8b1a-20bfb242e50c", CellID->1392790373] }, Open ]], -Cell[28864, 745, 238, 4, 70, "ExampleText",ExpressionUUID->"81e2abd3-c61b-4942-ac26-8444955159a7", +Cell[28923, 750, 238, 4, 70, "ExampleText",ExpressionUUID->"81e2abd3-c61b-4942-ac26-8444955159a7", CellID->1919643346], Cell[CellGroupData[{ -Cell[29127, 753, 267, 6, 70, "Input",ExpressionUUID->"de7aeeec-2d3e-4d92-8936-e228e515b41a", +Cell[29186, 758, 267, 6, 70, "Input",ExpressionUUID->"de7aeeec-2d3e-4d92-8936-e228e515b41a", CellID->1790394400], -Cell[29397, 761, 3685, 69, 485, "Output",ExpressionUUID->"fb353f98-b9ed-4345-9ba6-0757b42d821d", +Cell[29456, 766, 3685, 69, 485, "Output",ExpressionUUID->"fb353f98-b9ed-4345-9ba6-0757b42d821d", CellID->1615246088] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[33383, 844, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"5f1734c9-e272-4de3-9dff-2c8c9c4863dd"], +Cell[38867, 994, 670, 18, 70, "TechNotesSection",ExpressionUUID->"24ee0280-ecc2-428c-911f-03dd7dfe776c"], +Cell[39540, 1014, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"7c60c85c-791f-405d-9842-69ef3a5a65b5"], +Cell[40576, 1042, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"ab3acfee-adb2-491e-a63b-583c775eae9a"], Cell[CellGroupData[{ -Cell[33346, 841, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"e3c78d2c-c9d9-44c2-b368-14aa1863262b"], -Cell[38830, 991, 670, 18, 70, "TechNotesSection",ExpressionUUID->"96b9c0f0-b99d-442f-8883-ee1c75b55358"] -}, Open ]], -Cell[39515, 1012, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"96cff194-4eee-461c-9eda-2b1ab8eaef83"], -Cell[40551, 1040, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"a0db0294-19e9-4817-9ff3-dfcb7ace4283"], -Cell[CellGroupData[{ -Cell[43492, 1125, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"596fe99f-53be-4506-ba12-8c2708ae8575", +Cell[43517, 1127, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"596fe99f-53be-4506-ba12-8c2708ae8575", CellID->2135167160], -Cell[43633, 1128, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ffa02006-da74-47c2-93f9-f897ca8c8c92", +Cell[43658, 1130, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ffa02006-da74-47c2-93f9-f897ca8c8c92", CellID->1194386356], -Cell[43855, 1134, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7034a4b-bb33-4cee-84dd-1f6dc6a569f0", +Cell[43880, 1136, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7034a4b-bb33-4cee-84dd-1f6dc6a569f0", CellID->1641706272], -Cell[44070, 1139, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0582ece2-b1af-4112-b675-f51ed01cec9b", +Cell[44095, 1141, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"0582ece2-b1af-4112-b675-f51ed01cec9b", CellID->399251956], -Cell[44299, 1145, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b90b96b7-aeae-4b41-89f7-8f25f7edaa3e", +Cell[44324, 1147, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b90b96b7-aeae-4b41-89f7-8f25f7edaa3e", CellID->821434655] }, Open ]], -Cell[44536, 1151, 78, 0, 70, "FooterCell",ExpressionUUID->"ea566593-f0f4-439a-9fa6-96876d87af2d"] +Cell[44561, 1153, 78, 0, 70, "FooterCell",ExpressionUUID->"58584cb0-0d14-44f8-aeb6-5f27079214c5"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewShapleySol.nb b/Documentation/English/ReferencePages/Symbols/ViewShapleySol.nb index f63756a..b01e490 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewShapleySol.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewShapleySol.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 46795, 1155] -NotebookOptionsPosition[ 39223, 1005] -NotebookOutlinePosition[ 41349, 1059] -CellTagsIndexPosition[ 41263, 1054] +NotebookDataLength[ 46806, 1155] +NotebookOptionsPosition[ 39247, 1007] +NotebookOutlinePosition[ 41391, 1061] +CellTagsIndexPosition[ 41305, 1056] WindowTitle->ViewShapleySol WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cc09d7a9-5a63-45d3-8a2f-e9a1a7b33d21"], + "fa562d7e-5522-490a-a1e2-f4ae85b24b37"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "2688caf3-ea0c-4d9f-97b7-4199f71f25ff"], + "fa0f93eb-d0a3-4e59-a3d3-e3f223b00310"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e87f41d7-dd88-4cb9-9bf5-c5483a478f9c"] - }],ExpressionUUID->"057cbec7-427e-4b2b-b026-1cf17dd1e695"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "224035b2-d5ee-4276-9a4a-bd9f8a3e5c00"] + }],ExpressionUUID->"c488a1d8-7d93-4fb4-b470-6ef48df3b999"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "cbef14fc-a99b-41f1-af50-fdaf3b1a23bb"], + "be7ca87b-91dc-4b67-b2c5-beeeaa9097dd"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "646b96a4-5741-4e2e-b7b9-b8d2cb23da10"] - }],ExpressionUUID->"f4dccf53-675a-4b75-a69b-fa563813e2c2"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "59e1f10d-59d1-4844-9c16-5851ee9d0eb9"] + }],ExpressionUUID->"cdf45546-71d9-4efb-b9ee-be7be6938dd0"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "df300f37-f8a0-4916-b0ee-351f3e597eee"], + "a75619dc-e1c3-4010-9557-45a745486ee8"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6b204bcf-f933-48e2-afc8-2421e189d208"] - }],ExpressionUUID->"95895355-3ad2-470a-982e-7787d56307e2"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "08ff2860-7250-4a4f-828c-673a3f449532"] + }],ExpressionUUID->"87d30d76-bbb3-46be-861f-5bfcfe01fdfa"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5bffb113-76f7-4d19-9609-35c1d1add503"], + "d751e644-1989-426a-93cf-b41f27e68523"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "46e4d58d-50d5-47bd-a803-5b8cf2ad35ef"] - }],ExpressionUUID->"92396364-871c-4dd0-aa2c-1b78f88334d9"], - StripOnInput->False], {"\<\"TUG/ref/ViewShapleySol\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewShapleySol"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "8b2c86ce-7955-4ad9-85c5-4131575dd3c1"] + }],ExpressionUUID->"5fd6fbaf-d7d4-4c97-af73-343225c2cd69"], + StripOnInput->False],{ + "\"TUG/ref/ViewShapleySol\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewShapleySol"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ViewShapleySol.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$213356], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewShapleySol" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$229836], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewShapleySol" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a2a99b60-f950-4800-b05f-c6c96a7a87b4"] + "0e2e1afb-5197-4f64-a0c6-8493bf79d17f"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0faff56e-9bf5-4726-b2f7-69bc95042e39"]} + "89a07ffa-d02f-4304-8ab3-817bdfdf79bf"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"8958e45c-0072-4a98-818b-d61765f8d30e"], + CellID->1,ExpressionUUID->"4669df80-d076-4bf1-bb86-1b7d07d0d72c"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"569ab01c-e1af-4a44-999e-8fab3292e3a8"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"201cb1d0-d16c-440c-9e08-138654244191"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewShapleySol", "ObjectName",ExpressionUUID-> - "a80850c8-5836-489d-9905-c70917c5b73a"], + "229a5b41-ecde-41a4-8175-722e9a16817d"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"ff165bb6-e191-438c-8ef2-56a6fcef3d4e"], + "Spacer1"]],ExpressionUUID->"3f2aeaa3-2a88-4668-9a0d-9dc5f722e325"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e38f7776-3b5a-453c-8c9e-39ec43a8dab6"] - }],ExpressionUUID->"991a8a20-a518-4329-bb9c-a3b003dc93ff"], Cell[BoxData[ + "05341e0c-137b-4b7d-a8f2-7feee1a1d666"] + }],ExpressionUUID->"47b4eb5f-2f26-4b7d-be7e-c3c4a228684e"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "fdf76276-b45c-40a9-a9bc-461b25911ac6"]} + "7fa77c1f-8419-400d-8cb1-8afc63cd1d98"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"41e37753-1258-45b9-8bc2-37df1dfc5269"], + CacheGraphics->False,ExpressionUUID->"588e56ee-f8b3-4291-881e-6815a0e70449"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "45a2ce80-1ac5-42b4-b729-ffea561ecd14"], "\[LineSeparator]is an option for various package plotting functions to \ draw the Shapley value as a point within the graphic." - }],ExpressionUUID->"5e81c813-2ba6-4fd7-aac4-7e555fe7d3ea"]} + }],ExpressionUUID->"cd0396cd-91f1-4541-addc-2d6161998188"]} }]], "Usage", CellID->978101574,ExpressionUUID->"eec4f081-0c88-4bdf-9ef4-09a6fb8b4e65"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3bb6e21f-3ea1-46d9-82af-0842f849c6c9"], + ExpressionUUID->"41b01e39-2580-4280-b6eb-50e8bf6748aa"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"78b7ccf0-6ad3-48c2-af22-3d6012c9dfe7"], + "Spacer1"]],ExpressionUUID->"42d12184-bf9a-48f4-9c8a-a796021b961b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"2cd97b65-ad17-48c9-9882-37f65e9343a0"], + }], "NotesFrameText",ExpressionUUID->"a9c295d1-bdac-4cff-b6de-aac0b2043656"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2701f186-3cd9-4fb3-badb-238df0d427c8"]], \ + "Preemptive"]],ExpressionUUID->"766e4913-bba1-4ec8-a7d3-b075f5582bb2"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->32677153,ExpressionUUID->"3a7d965f-13e0-44a2-982c-4b0e57278106"], + CellID->1195071270,ExpressionUUID->"cf4092bc-ff6f-4385-9c12-0cc725e21d85"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -341,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b73f4aba-6ab4-43dd-9e7d-6051e20e25d3"], + ExpressionUUID->"c563a483-1347-4838-836a-92437fefbf86"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a13f5db6-6799-4a29-85fa-6b975a6b5d4f"], + "Spacer1"]],ExpressionUUID->"df74a850-ca7f-44a4-8f60-0ed6cc40259b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8b9f5050-39c9-41cd-ab09-da7e7cf10191"] + "f36a4c41-8a4d-4e86-b271-5f5268185c25"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->499927114,ExpressionUUID->"19938ca2-5f73-4e2c-9d29-30cd4f7c0dce"], + CellID->400346695,ExpressionUUID->"9fc4fb75-2245-4c6b-9ec7-4f80b897fdca"], Cell[CellGroupData[{ @@ -382,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2a17bac9-ec6c-434a-9e1e-ef3bb278c9b7"], + ExpressionUUID->"f74e9d12-9f9a-4abb-9cf9-c9441ba60e72"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"cbb112cb-bba9-483f-9835-f398e6d0ce90"], + "Spacer1"]],ExpressionUUID->"54d91bc3-9a0d-4c08-914d-79f1ce9c659b"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "18257620-f86a-4a7e-a7f3-f5aa95e210b5"] + "14542e81-a478-4992-b2ab-30a51fe3d910"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->398427322,ExpressionUUID->"abb2bcf5-87bc-4b84-a613-02e8e499f236"], + CellID->760734522,ExpressionUUID->"fc78b992-a42d-4c7e-9b8d-08c19e2d973c"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"f20cdd5a-4b99-4f03-9d84-745bc4921f6c"], @@ -689,8 +694,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -838,15 +841,15 @@ Cell[BoxData[GridBox[{ "90bda7b5-b89d-4914-a288-f5da63140782"] }], "SeeAlso",ExpressionUUID->"151ed6c2-121c-4501-b760-c420ef828684"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"4b62c90b-c711-4e3b-8543-\ -2e399a907b7b"], + }]], "SeeAlsoSection",ExpressionUUID->"1821cbef-bc72-4330-9c14-\ +7b1d771156c2"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -858,9 +861,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"8db3dba6-3c36-4543-9500-d8443d04145d"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"d52d5ee6-41ab-4bf7-a8a0-\ -daf9e4e02b47"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"90c82972-0783-4680-9e88-\ +776e869d042f"], Cell[BoxData[GridBox[{ { @@ -877,7 +879,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "52e19166-66c2-46da-9f65-8df7fdd9edcd"]}]}, + "531fd2c3-240d-48c3-8041-84080d4f1274"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -885,10 +887,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "349db164-c7d2-4bc1-9c5e-180c8c689c5d"]}]} + "ff224d1d-76c5-41da-8fa9-9c8ea20d459f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"60756620-2841-456b-8908-\ -ce5c7e329e85"], + }]], "MoreAboutSection",ExpressionUUID->"4e61d878-77d4-43ba-9f64-\ +7d22c4af3a35"], Cell[BoxData[GridBox[{ { @@ -915,7 +917,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0bf59dd9-3638-44a4-8ee0-936469a20fd9"]], "RelatedLinks", + "b0a22193-eb95-4201-a3e4-259d93a47e8b"]], "RelatedLinks", ExpressionUUID->"9370a1b2-0f44-4d8f-9ec6-7a84ef382685"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -933,7 +935,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1c8de3ce-61cb-428f-b6a3-3937b422210d"]], "RelatedLinks", + "0ef378db-3683-4d02-a3c2-fe6eccf76d3c"]], "RelatedLinks", ExpressionUUID->"d1f61fed-fda8-4cd6-ad3a-b56508fc8a30"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -950,7 +952,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0ac00413-b4cc-4090-a8dd-c86e1a968c0e"]], "RelatedLinks", + "f247c4b5-817e-4f19-bae3-6370627449c8"]], "RelatedLinks", ExpressionUUID->"e5966ba7-dbd5-4f4d-8801-fdc1a8b2e00e"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -967,11 +969,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "f58668a9-64d6-41ce-a753-3c7365dca0d4"]], "RelatedLinks", + "8ab66c06-f520-48af-9730-f18216fbdb58"]], "RelatedLinks", ExpressionUUID->"bd00737b-e866-4808-b1df-1b332f506198"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b8e3afc2-6b77-40ec-a2c8-\ -fd08ca284d51"], + }]], "RelatedLinksSection",ExpressionUUID->"cc4e3933-08a7-4bbf-90c9-\ +5749604a0b33"], Cell[CellGroupData[{ @@ -1001,11 +1003,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"9b8ad42b-adb6-4e95-a135-a76214ddac27"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"9ddb7591-16d9-45a8-acb4-de228a6d7cc0"] +Cell[" ", "FooterCell",ExpressionUUID->"668909b9-a6dd-48d3-8b96-700474bd300c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewShapleySol", TaggingRules->{ @@ -1016,7 +1018,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 24.362967}", + "built" -> "{2024, 6, 3, 16, 56, 24.865240}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1024,10 +1026,10 @@ TaggingRules->{ "ViewShapleySol is an option for various package plotting functions to \ draw the Shapley value as a point within the graphic.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewShapleySol", "titlemodifier" -> "", - "windowtitle" -> "ViewShapleySol", "type" -> "Symbol", "uri" -> - "TUG/ref/ViewShapleySol"}}, + "metadescription" -> "", "windowtitle" -> "ViewShapleySol", "type" -> + "Symbol", "uri" -> "TUG/ref/ViewShapleySol"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1036,9 +1038,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"09f693b6-f709-44a9-a11e-8e61a437aa48" +ExpressionUUID->"1967c1b2-851c-4c02-9df2-6387f5882704" ] (* End of Notebook Content *) @@ -1046,117 +1048,115 @@ ExpressionUUID->"09f693b6-f709-44a9-a11e-8e61a437aa48" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12313, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19938ca2-5f73-4e2c-9d29-30cd4f7c0dce", + Cell[12371, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9fc4fb75-2245-4c6b-9ec7-4f80b897fdca", CellTags->"PrimaryExamplesSection", - CellID->499927114]} + CellID->400346695]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 41063, 1047} + {"PrimaryExamplesSection", 41105, 1049} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7117, 168, 56, "AnchorBarGrid",ExpressionUUID->"8958e45c-0072-4a98-818b-d61765f8d30e", +Cell[586, 21, 7173, 173, 57, "AnchorBarGrid",ExpressionUUID->"4669df80-d076-4bf1-bb86-1b7d07d0d72c", CellID->1], -Cell[7706, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"569ab01c-e1af-4a44-999e-8fab3292e3a8"], +Cell[7762, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"201cb1d0-d16c-440c-9e08-138654244191"], Cell[CellGroupData[{ -Cell[7817, 195, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"41e37753-1258-45b9-8bc2-37df1dfc5269"], -Cell[9108, 232, 489, 9, 111, "Usage",ExpressionUUID->"eec4f081-0c88-4bdf-9ef4-09a6fb8b4e65", +Cell[7873, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"588e56ee-f8b3-4291-881e-6815a0e70449"], +Cell[9164, 237, 489, 9, 109, "Usage",ExpressionUUID->"eec4f081-0c88-4bdf-9ef4-09a6fb8b4e65", CellID->978101574] }, Open ]], Cell[CellGroupData[{ -Cell[9634, 246, 1893, 47, 37, "NotesSection",ExpressionUUID->"3a7d965f-13e0-44a2-982c-4b0e57278106", +Cell[9690, 251, 1895, 47, 37, "NotesSection",ExpressionUUID->"cf4092bc-ff6f-4385-9c12-0cc725e21d85", CellGroupingRules->{"SectionGrouping", 50}, - CellID->32677153], -Cell[11530, 295, 489, 12, 37, "Notes",ExpressionUUID->"59ef9493-9874-465e-8d46-ef2c3e2a38ff", + CellID->1195071270], +Cell[11588, 300, 489, 12, 38, "Notes",ExpressionUUID->"59ef9493-9874-465e-8d46-ef2c3e2a38ff", CellID->177724765], -Cell[12022, 309, 164, 3, 36, "Notes",ExpressionUUID->"07f4fab5-1a35-484d-8a6a-89512f1db4b9", +Cell[12080, 314, 164, 3, 36, "Notes",ExpressionUUID->"07f4fab5-1a35-484d-8a6a-89512f1db4b9", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12313, 318, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"19938ca2-5f73-4e2c-9d29-30cd4f7c0dce", +Cell[12371, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"9fc4fb75-2245-4c6b-9ec7-4f80b897fdca", CellTags->"PrimaryExamplesSection", - CellID->499927114], + CellID->400346695], Cell[CellGroupData[{ -Cell[13758, 359, 1398, 36, 30, "ExampleSection",ExpressionUUID->"abb2bcf5-87bc-4b84-a613-02e8e499f236", - CellID->398427322], -Cell[15159, 397, 118, 1, 38, "ExampleText",ExpressionUUID->"f20cdd5a-4b99-4f03-9d84-745bc4921f6c", +Cell[13816, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"fc78b992-a42d-4c7e-9b8d-08c19e2d973c", + CellID->760734522], +Cell[15217, 402, 118, 1, 39, "ExampleText",ExpressionUUID->"f20cdd5a-4b99-4f03-9d84-745bc4921f6c", CellID->724598077], Cell[CellGroupData[{ -Cell[15302, 402, 168, 3, 27, "Input",ExpressionUUID->"5eee3a9b-7e05-4f27-9f09-2a5d8dfa3bf7", +Cell[15360, 407, 168, 3, 27, "Input",ExpressionUUID->"5eee3a9b-7e05-4f27-9f09-2a5d8dfa3bf7", CellID->2141335847], Cell[CellGroupData[{ -Cell[15495, 409, 236, 4, 23, "Print",ExpressionUUID->"120c19e7-5d65-4613-b9e0-a97f0da64742", +Cell[15553, 414, 236, 4, 23, "Print",ExpressionUUID->"120c19e7-5d65-4613-b9e0-a97f0da64742", CellID->768101929], -Cell[15734, 415, 366, 8, 23, "Print",ExpressionUUID->"a1006549-5d8b-4336-8230-a1b85dde32b3", +Cell[15792, 420, 366, 8, 23, "Print",ExpressionUUID->"a1006549-5d8b-4336-8230-a1b85dde32b3", CellID->1198326430], -Cell[16103, 425, 237, 4, 23, "Print",ExpressionUUID->"56c3e4d3-ac21-4077-8590-4155d6d30bad", +Cell[16161, 430, 237, 4, 23, "Print",ExpressionUUID->"56c3e4d3-ac21-4077-8590-4155d6d30bad", CellID->1174639675], -Cell[16343, 431, 221, 3, 23, "Print",ExpressionUUID->"cea2d109-fbdb-4d0b-bbe2-03841e23c63d", +Cell[16401, 436, 221, 3, 23, "Print",ExpressionUUID->"cea2d109-fbdb-4d0b-bbe2-03841e23c63d", CellID->1927759504], -Cell[16567, 436, 208, 3, 23, "Print",ExpressionUUID->"bfa88867-675d-439b-bbe6-92f04cfdf13e", +Cell[16625, 441, 208, 3, 23, "Print",ExpressionUUID->"bfa88867-675d-439b-bbe6-92f04cfdf13e", CellID->2113050594], -Cell[16778, 441, 236, 4, 23, "Print",ExpressionUUID->"342b9309-584f-4fc5-ab2e-f46de9d075ae", +Cell[16836, 446, 236, 4, 23, "Print",ExpressionUUID->"342b9309-584f-4fc5-ab2e-f46de9d075ae", CellID->75104562], -Cell[17017, 447, 220, 3, 23, "Print",ExpressionUUID->"27137261-3b5c-47e5-a19f-84563409fe44", +Cell[17075, 452, 220, 3, 23, "Print",ExpressionUUID->"27137261-3b5c-47e5-a19f-84563409fe44", CellID->950544048], -Cell[17240, 452, 237, 4, 23, "Print",ExpressionUUID->"7ea5ce65-aa7e-4488-8271-9cc61d333f91", +Cell[17298, 457, 237, 4, 23, "Print",ExpressionUUID->"7ea5ce65-aa7e-4488-8271-9cc61d333f91", CellID->1566176076], -Cell[17480, 458, 237, 4, 23, "Print",ExpressionUUID->"0dcbd4a8-17b7-4253-b7ed-9f9381f15b4b", +Cell[17538, 463, 237, 4, 23, "Print",ExpressionUUID->"0dcbd4a8-17b7-4253-b7ed-9f9381f15b4b", CellID->1860327992], -Cell[17720, 464, 207, 3, 23, "Print",ExpressionUUID->"c7a5bfd8-ee86-4da0-a63d-c3b217385e8b", +Cell[17778, 469, 207, 3, 23, "Print",ExpressionUUID->"c7a5bfd8-ee86-4da0-a63d-c3b217385e8b", CellID->869075611], -Cell[17930, 469, 236, 4, 23, "Print",ExpressionUUID->"791b0d9d-0ed1-46fb-b2e1-9d17076db609", +Cell[17988, 474, 236, 4, 23, "Print",ExpressionUUID->"791b0d9d-0ed1-46fb-b2e1-9d17076db609", CellID->153307573] }, Open ]] }, Open ]], -Cell[18193, 477, 137, 1, 38, "ExampleText",ExpressionUUID->"66f8de73-dacf-4609-8eef-ecf2b74b32b7", +Cell[18251, 482, 137, 1, 39, "ExampleText",ExpressionUUID->"66f8de73-dacf-4609-8eef-ecf2b74b32b7", CellID->2083786667], -Cell[18333, 480, 234, 6, 27, "Input",ExpressionUUID->"7a2cf841-c1a1-4327-97b0-f4330db47b21", +Cell[18391, 485, 234, 6, 27, "Input",ExpressionUUID->"7a2cf841-c1a1-4327-97b0-f4330db47b21", CellID->585427827], -Cell[18570, 488, 375, 9, 27, "Input",ExpressionUUID->"688090bf-5cf6-4ac6-8ade-815b3806e14a", +Cell[18628, 493, 375, 9, 27, "Input",ExpressionUUID->"688090bf-5cf6-4ac6-8ade-815b3806e14a", CellID->1947756944], -Cell[18948, 499, 238, 6, 70, "Input",ExpressionUUID->"1f13670d-9927-4c6d-9a83-98686d281b54", +Cell[19006, 504, 238, 6, 27, "Input",ExpressionUUID->"1f13670d-9927-4c6d-9a83-98686d281b54", CellID->1946614331], -Cell[19189, 507, 199, 4, 70, "ExampleText",ExpressionUUID->"d0f54f0e-7bfd-48d9-99d2-747578a14701", +Cell[19247, 512, 199, 4, 70, "ExampleText",ExpressionUUID->"d0f54f0e-7bfd-48d9-99d2-747578a14701", CellID->4896524], Cell[CellGroupData[{ -Cell[19413, 515, 268, 6, 70, "Input",ExpressionUUID->"4d0bb6da-7aaa-4ca6-8d41-b52cfdad1665", +Cell[19471, 520, 268, 6, 70, "Input",ExpressionUUID->"4d0bb6da-7aaa-4ca6-8d41-b52cfdad1665", CellID->640476792], -Cell[19684, 523, 3638, 68, 485, "Output",ExpressionUUID->"6866a8af-7dab-4fa3-a7bf-cf0bc4a2167f", +Cell[19742, 528, 3638, 68, 485, "Output",ExpressionUUID->"6866a8af-7dab-4fa3-a7bf-cf0bc4a2167f", CellID->1444987361] }, Open ]], -Cell[23337, 594, 227, 4, 70, "ExampleText",ExpressionUUID->"5a61f72b-2432-4139-ba47-be4b0aa1c40d", +Cell[23395, 599, 227, 4, 70, "ExampleText",ExpressionUUID->"5a61f72b-2432-4139-ba47-be4b0aa1c40d", CellID->216128084], Cell[CellGroupData[{ -Cell[23589, 602, 268, 6, 70, "Input",ExpressionUUID->"b500213b-6b30-4ab1-822c-2a78ef4ba498", +Cell[23647, 607, 268, 6, 70, "Input",ExpressionUUID->"b500213b-6b30-4ab1-822c-2a78ef4ba498", CellID->1790394400], -Cell[23860, 610, 3827, 72, 485, "Output",ExpressionUUID->"77f86571-5d72-4d6d-b56f-ca68110a5db6", +Cell[23918, 615, 3827, 72, 485, "Output",ExpressionUUID->"77f86571-5d72-4d6d-b56f-ca68110a5db6", CellID->1113818000] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27987, 696, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"1821cbef-bc72-4330-9c14-7b1d771156c2"], +Cell[33471, 846, 670, 18, 70, "TechNotesSection",ExpressionUUID->"90c82972-0783-4680-9e88-776e869d042f"], +Cell[34144, 866, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"4e61d878-77d4-43ba-9f64-7d22c4af3a35"], +Cell[35180, 894, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"cc4e3933-08a7-4bbf-90c9-5749604a0b33"], Cell[CellGroupData[{ -Cell[27951, 693, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"4b62c90b-c711-4e3b-8543-2e399a907b7b"], -Cell[33435, 843, 670, 18, 70, "TechNotesSection",ExpressionUUID->"d52d5ee6-41ab-4bf7-a8a0-daf9e4e02b47"] -}, Open ]], -Cell[34120, 864, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"60756620-2841-456b-8908-ce5c7e329e85"], -Cell[35156, 892, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"b8e3afc2-6b77-40ec-a2c8-fd08ca284d51"], -Cell[CellGroupData[{ -Cell[38097, 977, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3512b138-383b-407e-9389-301d14fb2fc3", +Cell[38121, 979, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"3512b138-383b-407e-9389-301d14fb2fc3", CellID->2135167160], -Cell[38238, 980, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae600f1d-8134-4197-80a4-2720449c95e5", +Cell[38262, 982, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"ae600f1d-8134-4197-80a4-2720449c95e5", CellID->1194386356], -Cell[38460, 986, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8fe96227-c130-42d9-8b33-3803fb186a1d", +Cell[38484, 988, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"8fe96227-c130-42d9-8b33-3803fb186a1d", CellID->1641706272], -Cell[38675, 991, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3da7772f-d0f9-4a09-8701-9aff1a0d91d6", +Cell[38699, 993, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"3da7772f-d0f9-4a09-8701-9aff1a0d91d6", CellID->399251956], -Cell[38904, 997, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9b8ad42b-adb6-4e95-a135-a76214ddac27", +Cell[38928, 999, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"9b8ad42b-adb6-4e95-a135-a76214ddac27", CellID->821434655] }, Open ]], -Cell[39141, 1003, 78, 0, 70, "FooterCell",ExpressionUUID->"9ddb7591-16d9-45a8-acb4-de228a6d7cc0"] +Cell[39165, 1005, 78, 0, 70, "FooterCell",ExpressionUUID->"668909b9-a6dd-48d3-8b96-700474bd300c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ViewSkel.nb b/Documentation/English/ReferencePages/Symbols/ViewSkel.nb index ba7ddec..162cbe4 100644 --- a/Documentation/English/ReferencePages/Symbols/ViewSkel.nb +++ b/Documentation/English/ReferencePages/Symbols/ViewSkel.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 63874, 1532] -NotebookOptionsPosition[ 56042, 1376] -NotebookOutlinePosition[ 58145, 1430] -CellTagsIndexPosition[ 58059, 1425] +NotebookDataLength[ 63887, 1533] +NotebookOptionsPosition[ 56071, 1379] +NotebookOutlinePosition[ 58192, 1433] +CellTagsIndexPosition[ 58106, 1428] WindowTitle->ViewSkel WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "cf8ac491-69bc-4064-b59c-812ab2e9faab"], + "b8319201-ecda-4965-a60a-f7ccc8e59c86"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1107cba9-c98b-4f1f-87cb-f56d586af60b"], + "f50f37d2-5135-4139-9916-07f05f33d085"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d0baa98e-6b00-4ca3-b62d-72a058e3f44a"] - }],ExpressionUUID->"d8cf83da-952f-4fef-a209-7b0068b2ec3d"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"FilledCoreV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FilledCoreV6"], "\<\"PlotCore3dV6\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PlotCore3dV6"], "\<\"StrongEpsCore2d\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/StrongEpsCore2d"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ShapleyValue\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, + "d8c25eb9-fc91-4fb7-a659-d2472263f622"] + }],ExpressionUUID->"f56c7d6b-b37a-42d3-9319-85af4eda0d21"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"FilledCoreV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FilledCoreV6"], + "\"PlotCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PlotCore3dV6"], + "\"StrongEpsCore2d\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore2d"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ShapleyValue\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ShapleyValue"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d20bfcd6-48e0-4531-8cd8-c2c4111bd968"], + "5a6050cc-7518-479e-b5ff-b13dc778ccf1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f6803f07-1b7f-45b3-b652-a7bf02bdfb3b"] - }],ExpressionUUID->"c52c3ee2-f80b-4b91-b7de-e80741e99f20"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "51a191e1-5649-4947-bc5b-12f83fe55722"] + }],ExpressionUUID->"7862c582-a79f-4ec6-88a8-885491e6dcc9"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "7244d5a9-1f87-45ea-93fe-365af5e75f58"], + "c3f0f754-3a8e-44b0-bfdf-e9e7c1526f26"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3fc45a50-57bc-4ca3-9783-9f182e3bcbca"] - }],ExpressionUUID->"84f6e403-7713-4a75-a82f-e28e8996c4a0"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "bac02da5-a6fe-49a7-a455-c2bfa64221d4"] + }],ExpressionUUID->"71252c93-057c-4025-92e1-647bc3fdc91c"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "776137bb-fa3e-456a-a2ab-572e4b2cb41f"], + "373ddb55-6de8-412b-81c6-83fa4c58e61f"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e60b93ec-4fa4-474e-aa4f-23310587a4a6"] - }],ExpressionUUID->"4f692a4e-ae49-4719-988b-6b1013dfc6b8"], - StripOnInput->False], {"\<\"TUG/ref/ViewSkel\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ViewSkel"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ViewSkel.\ + "a0300a2d-1874-4fa5-8f07-be538e0e4424"] + }],ExpressionUUID->"2942216a-a274-4c2d-88ef-b0ee310e4d01"], + StripOnInput->False],{ + "\"TUG/ref/ViewSkel\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ViewSkel"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/ViewSkel.\ html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$213921], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ViewSkel" <> ".html"], None}]}]}, + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$230435], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ViewSkel" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3f7f7294-e8ed-4387-95b1-9cfcc0af9af3"] + "7e948c50-31dd-4f40-8a6c-b8a10a80e900"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "4ce1d3a3-1477-4daa-8068-368e2c144aa7"]} + "174646e8-b696-4455-a1e1-226daaed3123"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b6512a22-92bd-494c-872e-da2e9fc21703"], + CellID->1,ExpressionUUID->"3e17cf55-7f77-4eb4-96c0-319e5973bd6e"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"59c021a7-110c-4984-8345-0d4ffe729150"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3f991100-d1da-473b-a639-7adc046ae229"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ViewSkel", "ObjectName",ExpressionUUID-> - "ddd33dee-6492-4c85-b811-5dd01d1e00b3"], + "9d3e75cb-5caa-474f-9b96-8649783d9461"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"1b21b5cd-c190-4df6-a997-c5722e0982ce"], + "Spacer1"]],ExpressionUUID->"eb003b17-074e-47e3-bd75-50b4443919be"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "c4951728-3045-44df-a2d7-ab55b0cbdf2b"] - }],ExpressionUUID->"791e8e32-e822-4f44-934b-8c7e0681742e"], Cell[BoxData[ + "296a4a91-5ac3-4178-8a0b-9b0fc138ab01"] + }],ExpressionUUID->"b0bdb03d-f996-4994-a79a-28bb8d44c4d6"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "1cc893fa-213b-4b37-8176-a5d74649c3fd"]} + "7acef5da-6f46-4f4d-9d5e-e9655b9c927f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"57c8c317-91d5-4fca-9834-fbb1241ba4d0"], + CacheGraphics->False,ExpressionUUID->"6943ec1c-1ef6-4c19-a084-e86855e53df7"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ "805f2e61-8803-45dd-875b-a32a6c681179"], "\[LineSeparator]is an option for various package plotting functions to \ draw the core of the game within the graphic as a skeleton." - }],ExpressionUUID->"2c93bfeb-cea1-4759-893e-1e2aab67c03d"]} + }],ExpressionUUID->"35351623-c074-4e51-8d56-26205c41e928"]} }]], "Usage", CellID->184455977,ExpressionUUID->"072bdc54-8d35-48e4-a12b-388dc0cbf07f"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4c42aec8-ed4d-4065-8674-48f5f549bbc8"], + ExpressionUUID->"7c62476c-ae1d-4b53-9889-6d70d8e21dc6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d9894d5f-6eb7-4461-b8a2-280cff32bbaa"], + "Spacer1"]],ExpressionUUID->"0b97ee57-1ef3-48a3-b8fc-c73c38f6d57b"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"b0cc64fb-efac-4b8b-8f7f-1603813617e3"], + }], "NotesFrameText",ExpressionUUID->"0d58b275-195a-434a-8599-ab53153a0100"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"cb4373b5-78fb-4bc1-9840-a60b8b223b64"]], \ + "Preemptive"]],ExpressionUUID->"9a2e6947-122a-4146-a7df-c15e2fd1711c"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1039550997,ExpressionUUID->"b0247eaa-7a65-4c5c-b323-00e28e431373"], + CellID->854673298,ExpressionUUID->"b20e4d0d-db2a-4362-a631-ef61690dfd3e"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -339,19 +344,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"3b38c9e4-f701-40b5-bfca-268ebbb428bf"], + ExpressionUUID->"6b216625-73af-4241-8a54-eeaac90e33ee"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"fa5701c2-9e58-4977-a5c8-eeb6841b9e69"], + "Spacer1"]],ExpressionUUID->"fd428f1a-2ec4-4647-bc2a-68bbe58c0982"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "ad3c7eb8-76c0-437c-a793-68539383fc83"] + "25b8b51f-94af-4e40-9613-f7cf230741eb"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1177806777,ExpressionUUID->"76300f36-5f55-4b3c-9c6a-5eb3c458c42a"], + CellID->1515009454,ExpressionUUID->"40b0e305-288f-4756-90cf-37e686f12926"], Cell[CellGroupData[{ @@ -380,18 +385,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"95f8874e-9cf4-49d6-b2e1-fafaf3d092eb"], + ExpressionUUID->"e31d195f-4327-450d-ae24-d56dbf8ed5ca"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"e1ef926a-24e4-47be-b77c-1f17871df4ca"], + "Spacer1"]],ExpressionUUID->"40104217-723d-471d-9e28-07ee0f784fd0"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "8967b9cf-0ba6-4a1f-a6b8-3085eb900aa2"] + "db7e2237-e590-4d62-84b1-401db442cde0"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2032869048,ExpressionUUID->"f537c702-6598-4c8f-b85c-e2aefaa7930d"], + CellID->1824951163,ExpressionUUID->"5d567af1-5b5f-4eb1-a8f0-cb3faf51be9e"], Cell["Loading the package:", "ExampleText", CellID->724598077,ExpressionUUID->"2fe7d0c6-1511-4927-937c-09bf566394ad"], @@ -1007,8 +1012,9 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU TubeBox[{{0.5833333333333334, 0.4166666666666667, 0.}, { 0.3333333333333333, 0.4166666666666667, 0.25}}], TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0.25, - 0.}}], TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, - 0., 0.25}}], + 0.}}], + TubeBox[{{0.5833333333333334, 0., 0.}, {0.3333333333333333, 0., + 0.25}}], TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { 0.3333333333333333, 0.25, 0.}}], TubeBox[{{0.3333333333333333, 0.4166666666666667, 0.}, { @@ -1060,8 +1066,6 @@ XUAT34omfsEeJo5qDkIcxofJo5oPAxcwxNHVYzf/Kob56P7F5T8YDQAcxmTU EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1209,15 +1213,15 @@ Cell[BoxData[GridBox[{ "58ed9320-bd92-4588-baaf-55260f071f03"] }], "SeeAlso",ExpressionUUID->"8fb52937-149b-4e19-ba4d-4cb0000bcf99"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"cd068271-3376-4e79-a2d6-\ -0c21a943f8e2"], + }]], "SeeAlsoSection",ExpressionUUID->"d437a3a0-78ee-472e-bd68-\ +f87862927607"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1229,9 +1233,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"5e3a9e4c-af1a-49af-81fd-ab6d5527bcda"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6a4c678b-77a1-44bf-94dd-\ -e7724ddc4077"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"86726dff-63e2-4ee0-b4e2-\ +a2646bd81ae4"], Cell[BoxData[GridBox[{ { @@ -1248,7 +1251,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "5e5921c4-0257-4f91-a72a-26ab87d7c3a9"]}]}, + "f99e01ea-cb5b-4093-a5e6-013189f6adf2"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1256,10 +1259,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0f7dd61a-74d6-4984-aa97-edb014895f88"]}]} + "816158f7-4d1c-49ec-a5e8-ddc6d3360f1f"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"06249467-4a1d-4bb1-87c3-\ -0a43258daa3c"], + }]], "MoreAboutSection",ExpressionUUID->"83dded29-fe05-4542-a538-\ +2b5e5c64a1cc"], Cell[BoxData[GridBox[{ { @@ -1286,7 +1289,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShowKernelCatcherV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "897473ee-e99d-457b-87c7-f9c66ac10a41"]], "RelatedLinks", + "0501dad5-0e7b-450b-bb21-ac1882018535"]], "RelatedLinks", ExpressionUUID->"a088c74f-8d4e-45ad-a787-349f68a55a1f"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1304,7 +1307,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AnimationKernelPropertyV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "bd886ef5-86a9-4fa5-98c5-cfecad6d85ae"]], "RelatedLinks", + "05d3562e-c463-4e08-84ce-4b568340c2e0"]], "RelatedLinks", ExpressionUUID->"5d12aab8-a6e7-44ca-9db5-775e5e453ea5"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1321,7 +1324,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/StrongEpsCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "a65ab53d-6e60-43bc-b1ea-8e4d3071107d"]], "RelatedLinks", + "50c33d28-7018-403b-a307-76df1e18a5cb"]], "RelatedLinks", ExpressionUUID->"c04e71e0-5065-4a86-9a11-6c1c9ffdb4d9"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1338,11 +1341,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PlotCore3dV6"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "19828cbb-c35c-46d3-baee-93b9bea6061f"]], "RelatedLinks", + "66c07c87-990e-49eb-9a47-325b8c950081"]], "RelatedLinks", ExpressionUUID->"87e9a827-64e5-4879-bc48-4d42f3d10812"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"6885dc83-92f9-4f8a-9aa7-\ -f2558ba481ad"], + }]], "RelatedLinksSection",ExpressionUUID->"42188961-520a-43e7-a38e-\ +4ffbd33084a8"], Cell[CellGroupData[{ @@ -1372,11 +1375,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c61f1611-acd3-4026-9e57-1472d3da957d"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"c79bfd38-4e74-4620-9c80-382186132eec"] +Cell[" ", "FooterCell",ExpressionUUID->"8fd05be4-3aff-4551-8d8c-df3dad8dac88"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ViewSkel", TaggingRules->{ @@ -1387,7 +1390,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 26.046853}", + "built" -> "{2024, 6, 3, 16, 56, 25.684653}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1395,10 +1398,10 @@ TaggingRules->{ "ViewSkel is an option for various package plotting functions to draw the \ core of the game within the graphic as a skeleton.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ViewSkel", "titlemodifier" -> "", - "windowtitle" -> "ViewSkel", "type" -> "Symbol", "uri" -> - "TUG/ref/ViewSkel"}}, + "metadescription" -> "", "windowtitle" -> "ViewSkel", "type" -> "Symbol", + "uri" -> "TUG/ref/ViewSkel"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1407,9 +1410,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"ab49d6ef-cc8d-4a5c-929e-0f8db620ef69" +ExpressionUUID->"66fc2e47-7939-4f82-a29e-4cc0209af13b" ] (* End of Notebook Content *) @@ -1417,123 +1420,121 @@ ExpressionUUID->"ab49d6ef-cc8d-4a5c-929e-0f8db620ef69" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12264, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"76300f36-5f55-4b3c-9c6a-5eb3c458c42a", + Cell[12318, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"40b0e305-288f-4756-90cf-37e686f12926", CellTags->"PrimaryExamplesSection", - CellID->1177806777]} + CellID->1515009454]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 57858, 1418} + {"PrimaryExamplesSection", 57905, 1421} } *) (*NotebookFileOutline Notebook[{ -Cell[580, 21, 7092, 168, 56, "AnchorBarGrid",ExpressionUUID->"b6512a22-92bd-494c-872e-da2e9fc21703", +Cell[580, 21, 7147, 173, 57, "AnchorBarGrid",ExpressionUUID->"3e17cf55-7f77-4eb4-96c0-319e5973bd6e", CellID->1], -Cell[7675, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"59c021a7-110c-4984-8345-0d4ffe729150"], +Cell[7730, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3f991100-d1da-473b-a639-7adc046ae229"], Cell[CellGroupData[{ -Cell[7786, 195, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"57c8c317-91d5-4fca-9834-fbb1241ba4d0"], -Cell[9071, 232, 489, 9, 111, "Usage",ExpressionUUID->"072bdc54-8d35-48e4-a12b-388dc0cbf07f", +Cell[7841, 200, 1282, 35, 59, "ObjectNameGrid",ExpressionUUID->"6943ec1c-1ef6-4c19-a084-e86855e53df7"], +Cell[9126, 237, 489, 9, 109, "Usage",ExpressionUUID->"072bdc54-8d35-48e4-a12b-388dc0cbf07f", CellID->184455977] }, Open ]], Cell[CellGroupData[{ -Cell[9597, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"b0247eaa-7a65-4c5c-b323-00e28e431373", +Cell[9652, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"b20e4d0d-db2a-4362-a631-ef61690dfd3e", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1039550997], -Cell[11495, 295, 489, 12, 37, "Notes",ExpressionUUID->"a30bc2ea-2c41-4134-a25d-d021a00a2c4b", + CellID->854673298], +Cell[11549, 300, 489, 12, 38, "Notes",ExpressionUUID->"a30bc2ea-2c41-4134-a25d-d021a00a2c4b", CellID->177724765], -Cell[11987, 309, 150, 1, 36, "Notes",ExpressionUUID->"e50ca540-2de4-4ddf-93e2-707037d399b8", +Cell[12041, 314, 150, 1, 36, "Notes",ExpressionUUID->"e50ca540-2de4-4ddf-93e2-707037d399b8", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12264, 316, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"76300f36-5f55-4b3c-9c6a-5eb3c458c42a", +Cell[12318, 321, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"40b0e305-288f-4756-90cf-37e686f12926", CellTags->"PrimaryExamplesSection", - CellID->1177806777], + CellID->1515009454], Cell[CellGroupData[{ -Cell[13710, 357, 1399, 36, 30, "ExampleSection",ExpressionUUID->"f537c702-6598-4c8f-b85c-e2aefaa7930d", - CellID->2032869048], -Cell[15112, 395, 118, 1, 38, "ExampleText",ExpressionUUID->"2fe7d0c6-1511-4927-937c-09bf566394ad", +Cell[13764, 362, 1399, 36, 30, "ExampleSection",ExpressionUUID->"5d567af1-5b5f-4eb1-a8f0-cb3faf51be9e", + CellID->1824951163], +Cell[15166, 400, 118, 1, 39, "ExampleText",ExpressionUUID->"2fe7d0c6-1511-4927-937c-09bf566394ad", CellID->724598077], Cell[CellGroupData[{ -Cell[15255, 400, 168, 3, 27, "Input",ExpressionUUID->"1c048e34-da32-447a-a227-b3fa09c48f09", +Cell[15309, 405, 168, 3, 27, "Input",ExpressionUUID->"1c048e34-da32-447a-a227-b3fa09c48f09", CellID->2141335847], Cell[CellGroupData[{ -Cell[15448, 407, 237, 4, 23, "Print",ExpressionUUID->"7cddf147-b949-4807-b9ef-c6b49e86c62d", +Cell[15502, 412, 237, 4, 23, "Print",ExpressionUUID->"7cddf147-b949-4807-b9ef-c6b49e86c62d", CellID->1105014598], -Cell[15688, 413, 365, 8, 23, "Print",ExpressionUUID->"d9337d0e-a3b4-4ec3-b8e1-8db6c7c73e55", +Cell[15742, 418, 365, 8, 23, "Print",ExpressionUUID->"d9337d0e-a3b4-4ec3-b8e1-8db6c7c73e55", CellID->361544062], -Cell[16056, 423, 236, 4, 23, "Print",ExpressionUUID->"03bbbb1d-a29f-4ab8-b802-f4cc795afc68", +Cell[16110, 428, 236, 4, 23, "Print",ExpressionUUID->"03bbbb1d-a29f-4ab8-b802-f4cc795afc68", CellID->391673028], -Cell[16295, 429, 221, 3, 23, "Print",ExpressionUUID->"fac0f232-3eed-415c-ac2b-0e9375336699", +Cell[16349, 434, 221, 3, 23, "Print",ExpressionUUID->"fac0f232-3eed-415c-ac2b-0e9375336699", CellID->1032925079], -Cell[16519, 434, 207, 3, 23, "Print",ExpressionUUID->"1308b443-355c-4fad-8b65-4fc09c1bfaf8", +Cell[16573, 439, 207, 3, 23, "Print",ExpressionUUID->"1308b443-355c-4fad-8b65-4fc09c1bfaf8", CellID->462452651], -Cell[16729, 439, 238, 4, 23, "Print",ExpressionUUID->"f16167ab-f785-47ca-aac0-f29c78a7a7fa", +Cell[16783, 444, 238, 4, 23, "Print",ExpressionUUID->"f16167ab-f785-47ca-aac0-f29c78a7a7fa", CellID->1443320138], -Cell[16970, 445, 221, 3, 23, "Print",ExpressionUUID->"19644dc1-f846-42b8-80c5-abb7db40d3da", +Cell[17024, 450, 221, 3, 23, "Print",ExpressionUUID->"19644dc1-f846-42b8-80c5-abb7db40d3da", CellID->1971119323], -Cell[17194, 450, 237, 4, 23, "Print",ExpressionUUID->"c3458ffa-5118-46ff-bc17-5aa0b2b1cb92", +Cell[17248, 455, 237, 4, 23, "Print",ExpressionUUID->"c3458ffa-5118-46ff-bc17-5aa0b2b1cb92", CellID->1855479919], -Cell[17434, 456, 236, 4, 23, "Print",ExpressionUUID->"4056743e-fd33-498a-9a05-7b44a38ea46b", +Cell[17488, 461, 236, 4, 23, "Print",ExpressionUUID->"4056743e-fd33-498a-9a05-7b44a38ea46b", CellID->674927464], -Cell[17673, 462, 208, 3, 23, "Print",ExpressionUUID->"876c795b-475d-4864-a607-67f5392ae82a", +Cell[17727, 467, 208, 3, 23, "Print",ExpressionUUID->"876c795b-475d-4864-a607-67f5392ae82a", CellID->1546266427], -Cell[17884, 467, 237, 4, 23, "Print",ExpressionUUID->"6ea4f25b-9b5a-417a-ae74-1ff1b46d2a90", +Cell[17938, 472, 237, 4, 23, "Print",ExpressionUUID->"6ea4f25b-9b5a-417a-ae74-1ff1b46d2a90", CellID->1205623338] }, Open ]] }, Open ]], -Cell[18148, 475, 137, 1, 38, "ExampleText",ExpressionUUID->"926ba9e0-5ca1-4111-a0b7-08983d771782", +Cell[18202, 480, 137, 1, 39, "ExampleText",ExpressionUUID->"926ba9e0-5ca1-4111-a0b7-08983d771782", CellID->2083786667], -Cell[18288, 478, 234, 6, 27, "Input",ExpressionUUID->"25e5b3ef-aef5-4ff3-99fa-23058a651043", +Cell[18342, 483, 234, 6, 27, "Input",ExpressionUUID->"25e5b3ef-aef5-4ff3-99fa-23058a651043", CellID->585427827], -Cell[18525, 486, 375, 9, 27, "Input",ExpressionUUID->"cef32a31-5aca-41be-a0b5-2aa55c9040f4", +Cell[18579, 491, 375, 9, 27, "Input",ExpressionUUID->"cef32a31-5aca-41be-a0b5-2aa55c9040f4", CellID->1947756944], -Cell[18903, 497, 238, 6, 70, "Input",ExpressionUUID->"691d3022-c598-4372-a149-897a5e7b39f4", +Cell[18957, 502, 238, 6, 27, "Input",ExpressionUUID->"691d3022-c598-4372-a149-897a5e7b39f4", CellID->1946614331], Cell[CellGroupData[{ -Cell[19166, 507, 198, 4, 70, "Input",ExpressionUUID->"5e8a80f2-5d1c-4841-829a-848461acbd98", +Cell[19220, 512, 198, 4, 70, "Input",ExpressionUUID->"5e8a80f2-5d1c-4841-829a-848461acbd98", CellID->2047720606], -Cell[19367, 513, 1259, 32, 54, "Output",ExpressionUUID->"40297be6-e6fe-4021-945c-fe270c390718", +Cell[19421, 518, 1259, 32, 53, "Output",ExpressionUUID->"40297be6-e6fe-4021-945c-fe270c390718", CellID->1922775982] }, Open ]], -Cell[20641, 548, 196, 4, 70, "ExampleText",ExpressionUUID->"05ca8f62-964c-47d0-b255-ccd8b176db75", +Cell[20695, 553, 196, 4, 70, "ExampleText",ExpressionUUID->"05ca8f62-964c-47d0-b255-ccd8b176db75", CellID->4896524], Cell[CellGroupData[{ -Cell[20862, 556, 427, 9, 70, "Input",ExpressionUUID->"9a076dc2-b21a-41f9-9317-9269c69af269", +Cell[20916, 561, 427, 9, 70, "Input",ExpressionUUID->"9a076dc2-b21a-41f9-9317-9269c69af269", CellID->640476792], -Cell[21292, 567, 11479, 236, 485, "Output",ExpressionUUID->"df318bf8-621d-4ee2-a7ea-e815bbdc2972", +Cell[21346, 572, 11479, 236, 485, "Output",ExpressionUUID->"df318bf8-621d-4ee2-a7ea-e815bbdc2972", CellID->287928502] }, Open ]], -Cell[32786, 806, 175, 3, 70, "ExampleText",ExpressionUUID->"9262fb72-758f-482e-897c-d19fb119c62e", +Cell[32840, 811, 175, 3, 70, "ExampleText",ExpressionUUID->"9262fb72-758f-482e-897c-d19fb119c62e", CellID->1579232153], Cell[CellGroupData[{ -Cell[32986, 813, 426, 9, 70, "Input",ExpressionUUID->"a0d046cd-95ac-4fb9-a230-7e8f04148c7b", +Cell[33040, 818, 426, 9, 70, "Input",ExpressionUUID->"a0d046cd-95ac-4fb9-a230-7e8f04148c7b", CellID->786127884], -Cell[33415, 824, 11091, 229, 485, "Output",ExpressionUUID->"17bc87d5-1633-4b53-a367-37a7dc65c7c2", +Cell[33469, 829, 11100, 230, 485, "Output",ExpressionUUID->"17bc87d5-1633-4b53-a367-37a7dc65c7c2", CellID->832875200] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[44811, 1068, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"d437a3a0-78ee-472e-bd68-f87862927607"], +Cell[50295, 1218, 670, 18, 70, "TechNotesSection",ExpressionUUID->"86726dff-63e2-4ee0-b4e2-a2646bd81ae4"], +Cell[50968, 1238, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"83dded29-fe05-4542-a538-2b5e5c64a1cc"], +Cell[52004, 1266, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"42188961-520a-43e7-a38e-4ffbd33084a8"], Cell[CellGroupData[{ -Cell[44770, 1064, 5481, 148, 70, "SeeAlsoSection",ExpressionUUID->"cd068271-3376-4e79-a2d6-0c21a943f8e2"], -Cell[50254, 1214, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6a4c678b-77a1-44bf-94dd-e7724ddc4077"] -}, Open ]], -Cell[50939, 1235, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"06249467-4a1d-4bb1-87c3-0a43258daa3c"], -Cell[51975, 1263, 2916, 81, 70, "RelatedLinksSection",ExpressionUUID->"6885dc83-92f9-4f8a-9aa7-f2558ba481ad"], -Cell[CellGroupData[{ -Cell[54916, 1348, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"32aeffa8-f75e-48d7-9fe0-9431ff6018d9", +Cell[54945, 1351, 138, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"32aeffa8-f75e-48d7-9fe0-9431ff6018d9", CellID->2135167160], -Cell[55057, 1351, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"70a50691-7415-4920-8a5c-7efe254085d2", +Cell[55086, 1354, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"70a50691-7415-4920-8a5c-7efe254085d2", CellID->1194386356], -Cell[55279, 1357, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"958d5095-fba7-45d3-bd91-29213b7e8a86", +Cell[55308, 1360, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"958d5095-fba7-45d3-bd91-29213b7e8a86", CellID->1641706272], -Cell[55494, 1362, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"639ca2cc-41eb-4030-8c91-b4b7946926ea", +Cell[55523, 1365, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"639ca2cc-41eb-4030-8c91-b4b7946926ea", CellID->399251956], -Cell[55723, 1368, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c61f1611-acd3-4026-9e57-1472d3da957d", +Cell[55752, 1371, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c61f1611-acd3-4026-9e57-1472d3da957d", CellID->821434655] }, Open ]], -Cell[55960, 1374, 78, 0, 70, "FooterCell",ExpressionUUID->"c79bfd38-4e74-4620-9c80-382186132eec"] +Cell[55989, 1377, 78, 0, 70, "FooterCell",ExpressionUUID->"8fd05be4-3aff-4551-8d8c-df3dad8dac88"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/WeaklyBalancedCollectionQ.nb b/Documentation/English/ReferencePages/Symbols/WeaklyBalancedCollectionQ.nb index fedd8fe..8e796a2 100644 --- a/Documentation/English/ReferencePages/Symbols/WeaklyBalancedCollectionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/WeaklyBalancedCollectionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 60095, 1561] -NotebookOptionsPosition[ 47678, 1315] -NotebookOutlinePosition[ 49995, 1371] -CellTagsIndexPosition[ 49909, 1366] +NotebookDataLength[ 60124, 1563] +NotebookOptionsPosition[ 47716, 1318] +NotebookOutlinePosition[ 50056, 1375] +CellTagsIndexPosition[ 49970, 1370] WindowTitle->WeaklyBalancedCollectionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b8fb79da-371c-45f7-858e-b1599127cc69"], + "18212667-8a74-42c8-a531-fc37da103578"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "934beb6f-b09b-43a7-b69d-2e57a501941a"], + "e436e3ae-4cc6-490c-bd4d-a815e6868eab"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4881b3b0-ecae-44d6-baa5-a751b52a90e5"] - }],ExpressionUUID->"12e1414e-1583-4406-8835-85bfa145d7fa"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"BalancedCollectionQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/BalancedCollectionQ"], "\<\"ModifiedNucleolus\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "af3e59e8-a744-478b-8cc3-a30f1c96aaee"] + }],ExpressionUUID->"8f7e01dc-498e-4b50-955f-53fb97bf8dfe"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"BalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/BalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f2a1b235-ff6f-4e7a-8f61-f1ce6a2b7dfd"], + "31be4349-e8f2-4077-bba5-a1915a7f69d7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8481a1d2-b927-472f-8f84-8c7254347007"] - }],ExpressionUUID->"109f3d93-a437-40f2-bf6c-0bb4e385b6ef"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "22fbc9bd-f8c0-4747-880c-0e30ad46d15b"] + }],ExpressionUUID->"d35c37ca-7d37-4d9a-b748-8635acd8aa53"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b6dbed19-0d2e-4b88-b817-a2a63c40e203"], + "3b51b768-6d75-48c7-925a-02c176a93dee"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b98135c5-4e78-4cea-a4c8-15858e0a5273"] - }],ExpressionUUID->"ba8843d4-fd06-4ece-9437-46c05199377e"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cdc6db71-e102-498e-8000-5621b96b7d85"] + }],ExpressionUUID->"07379652-a4dd-462c-b993-8b53b394aa85"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "4a5f893f-08d6-413e-9427-513e5af0ff4b"], + "ae5cc436-cc6c-4944-8f90-01b2fb2a2c51"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "71dac998-ec12-4521-aac1-fb7326e24c7b"] - }],ExpressionUUID->"8f0fba4d-8fa5-4b97-b172-42ce2c0ea940"], - StripOnInput->False], {"\<\"TUG/ref/WeaklyBalancedCollectionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/WeaklyBalancedCollectionQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "77832072-c37f-414a-9c00-1aa98b56fd92"] + }],ExpressionUUID->"1ae44b2d-8a4c-4c12-ba5c-6cd415a93321"], + StripOnInput->False],{ + "\"TUG/ref/WeaklyBalancedCollectionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/WeaklyBalancedCollectionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ WeaklyBalancedCollectionQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$214615], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/WeaklyBalancedCollectionQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$231163], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/WeaklyBalancedCollectionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "876df08e-74ec-4ecb-9efa-5254d4467abe"] + "dc198262-4c44-47a9-8a7c-4e3555b33e11"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "3feb90fc-a97a-4b5c-bbc7-a00377e9e332"]} + "beef6eb4-2f52-486e-871d-b437eedb41b7"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"5bf1a4d3-578c-42d8-9bc8-ced01b38d2ed"], + CellID->1,ExpressionUUID->"4bd46ec7-e786-4dfc-b6c0-12141f034546"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"f68bb091-27dd-4ca2-a0fc-7a7103020976"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"c829f686-a17c-4e5a-a2d2-22abb4efc1e6"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "WeaklyBalancedCollectionQ", "ObjectName",ExpressionUUID-> - "37c1febb-2bd7-48ba-bbc0-218dfead6e39"], + "1a00ef59-2916-43f1-b47b-b39e5526dc64"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"60253993-42d2-43d6-9e9d-e849cd4dee8c"], + "Spacer1"]],ExpressionUUID->"2b79f9dc-d1b2-4f6c-9c01-37db3bca51fe"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "ae5582fd-523e-42cb-94b7-f6e43e22355d"] - }],ExpressionUUID->"a256a83f-bd3b-406d-a2a6-eebcd682e46b"], Cell[BoxData[ + "25572d0c-3f11-4627-a7a9-63027e0d5360"] + }],ExpressionUUID->"ac28a989-05d8-481b-a64e-fcaaebe09fd3"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "cc09e988-5cad-4229-92eb-689823df2a91"]} + "c997a39b-84e8-4ecc-968b-552609d014fe"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"c8cd87dc-9975-49d4-915a-b04f4d9e0090"], + CacheGraphics->False,ExpressionUUID->"e04fec1e-62ed-41cb-a8e0-0c345e85c0b2"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ coalitions obtained from the excess levels are weakly balanced. Implements a \ criterion of Kohlberg's Theorem. The return value must be 'True' for the \ nucleolus, otherwise 'False'." - }],ExpressionUUID->"9f1fd4b7-33a0-48a4-8f98-cf6f2965c94e"]} + }],ExpressionUUID->"93b2504b-f86e-4cf4-9a78-e20b51abce18"]} }]], "Usage", CellID->1615282206,ExpressionUUID->"547e6bc5-85c9-478a-b860-cd34b38037a8"] }, Open ]], @@ -274,12 +280,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"964ab1ba-76c6-40f4-bcf2-4356dcdafc57"], + ExpressionUUID->"b6d0f63d-dc1e-4f8c-a9dd-ceeb891a2420"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0c17d17b-a271-4eda-ab50-b1e69bf46a5d"], + "Spacer1"]],ExpressionUUID->"67b6d205-b6d1-4b8c-ae6a-4f8e7361cdb4"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"46c3754d-20c6-4b9e-bf1f-3c3ac4e5d1a7"], + }], "NotesFrameText",ExpressionUUID->"480c333f-7af9-4cce-be2b-208d04783890"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -290,12 +296,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"04f81c31-f480-4f24-b920-43710e0b80a5"]], \ + "Preemptive"]],ExpressionUUID->"c7fd1c12-1928-471f-b4ad-9ad8e8e0ffc9"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1175453677,ExpressionUUID->"e25b45ad-00ef-4bf7-ac46-51a37176552f"], + CellID->1470032229,ExpressionUUID->"b374f12d-9ead-4c95-9aaf-8af565b948b7"], Cell[TextData[{ "The input expression ", @@ -377,11 +383,11 @@ Cell[TextData[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ec1163f5-d2cb-47fc-8d5f-6131ce27d5b6"], "RevisedSimplex", Cell[ + "ca89c04f-65e7-47ca-a5c8-bc5c8acea03b"], "RevisedSimplex", Cell[ "use a revised simplex; are good for small dense problems", "TableText", ExpressionUUID->"dcd41901-68ff-490f-8b39-d3258cf8d027"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b7920374-b701-4357-85a4-896eeb076cba"], + "66f82d3f-cbde-4f5e-8bb4-b31ade51776d"], TemplateBox[{ Cell[ TextData["Simplex"]], "paclet:ref/Simplex"}, @@ -397,11 +403,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "d56e1ffa-faa1-4a51-8691-650dce14530d"], "CLP", Cell[ + "f39842cf-92d2-4636-a548-1f13359906c0"], "CLP", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"559417dc-7db5-43c2-82d8-bd87ee3a184f"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "b620e86b-a258-492b-b441-c26ae0c0f771"], + "07848c6c-4460-491d-a23a-079991a7d755"], TemplateBox[{ Cell[ TextData["MOSEK"]], "paclet:ref/MOSEK"}, @@ -417,11 +423,11 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "805c1cff-e327-4260-a9c0-38988ef1a279"], "InteriorPoint", Cell[ + "3296ba7b-c4d2-4411-9524-995d58e7565d"], "InteriorPoint", Cell[ "use for MachinePrecision; are good for large sparse problems", "TableText",ExpressionUUID->"e6442fad-bfb4-4a93-952f-c988ace173ed"]}, {Cell[" ", "TableRowIcon",ExpressionUUID-> - "33a77946-29d2-4a59-9160-1c66c8a543a6"], + "81a74394-e989-4bad-8e37-50d2e53a30ec"], TemplateBox[{ Cell[ TextData["GUROBI"]], "paclet:ref/GUROBI"}, @@ -443,7 +449,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "53fdd30d-1cfe-481b-a3e9-75c02018b717"], + "5627584f-593a-4917-b384-97377fc76303"], TemplateBox[{ Cell[ TextData["Method"]], "paclet:TUG/ref/CallMaximize", @@ -519,19 +525,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8cd30cef-1e76-4829-ae93-a88f70f99792"], + ExpressionUUID->"a6e76073-e763-4852-8351-4cbeadfcdfcb"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"c5dd3e24-12a3-470c-9589-bed320da6ea1"], + "Spacer1"]],ExpressionUUID->"95aaca3e-9a16-4b85-9c9c-08eea8ad693e"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d74233ae-231b-45f6-b64a-a4eda1937921"] + "6826824c-9bd4-4d5d-984e-2107fa1955e2"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1158723395,ExpressionUUID->"3ff07d6b-cca0-455e-9e1e-d0695138184c"], + CellID->1423441955,ExpressionUUID->"40ebc561-f93e-4945-a560-e7cfecda1393"], Cell[CellGroupData[{ @@ -560,18 +566,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"634d3874-295c-4e58-ba35-688744cdd101"], + ExpressionUUID->"9ce5fb11-ea3f-46f5-8bb7-23e8dab973fc"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"0e7236ff-d0f9-4b83-967b-4216bc9e6cd2"], + "Spacer1"]],ExpressionUUID->"c7a5d2b7-44e2-4c49-8a39-695bb8d87768"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "6682eaf6-4b2d-4d2a-8735-6fa1fec28fdf"] + "385a3d79-e049-4164-8282-0e82cdf21110"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->2129339545,ExpressionUUID->"91c3984f-8c60-4173-b466-a77e09405de7"], + CellID->2048679658,ExpressionUUID->"d034de52-6999-4c40-9a6b-65d404863223"], Cell[CellGroupData[{ @@ -1016,8 +1022,6 @@ evaluation. \ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1165,15 +1169,15 @@ Cell[BoxData[GridBox[{ "431d7ff9-9a5c-4587-a654-d32a2c633f54"] }], "SeeAlso",ExpressionUUID->"2d6e86f6-6519-4031-832b-8e10644d8247"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"161f19f3-41b2-4ced-bf66-\ -f32fdd9e95f6"], + }]], "SeeAlsoSection",ExpressionUUID->"34e4336e-d8d3-4b91-ac54-\ +eb88a90dee8f"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1185,9 +1189,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"24da7f18-de17-4278-a0be-8c56b65998c4"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"e3716235-686f-4445-97a2-\ -0ab5a57ce2fd"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"1024cebd-ca7d-4467-a315-\ +f44f17529d69"], Cell[BoxData[GridBox[{ { @@ -1204,7 +1207,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "406fc766-1eef-49c0-8294-5ea05fb8f47a"]}]}, + "6965b352-c409-402a-aa8a-85f36389a000"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1212,10 +1215,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "4dd0bb0a-3a35-49d3-8b1a-8f80a95d17c2"]}]} + "d3aa2cf2-14ad-4932-a9c3-e5d122bb9354"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"6f1e4b8a-af83-4342-8001-\ -0809adfd8f08"], + }]], "MoreAboutSection",ExpressionUUID->"70cafd75-339d-4e94-8f70-\ +d3d6ea5033f7"], Cell[BoxData[GridBox[{ { @@ -1242,7 +1245,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "c9085d6b-52aa-46d3-8f76-9b61d5ec1165"]], "RelatedLinks", + "16c09e99-eec8-4625-bb7e-69c5a311c375"]], "RelatedLinks", ExpressionUUID->"87409d8e-036b-4d11-b846-c03ec895720a"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1259,7 +1262,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "b6e645cf-1efc-4208-948d-5c4ad2a8dc90"]], "RelatedLinks", + "d2cdab47-21a2-4252-94ef-5a959bbd6b74"]], "RelatedLinks", ExpressionUUID->"6a38b75b-1528-4333-99d9-bd327d067376"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1277,11 +1280,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "8cd713bd-5903-424a-ac11-804e3cfe516b"]], "RelatedLinks", + "456199d3-8865-476e-a34b-02ef7200e5b3"]], "RelatedLinks", ExpressionUUID->"833f9930-5f76-400f-8871-4ffda0c91507"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"e4fc697a-9636-45d5-9f53-\ -6bb0c4a8da00"], + }]], "RelatedLinksSection",ExpressionUUID->"8b752a95-b477-49a2-b177-\ +9f58041d4815"], Cell[CellGroupData[{ @@ -1311,11 +1314,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5ae546a4-b573-4737-bf92-c5ca3cc73691"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"027dfa5b-ad73-46df-82c9-f13b4f18d6c9"] +Cell[" ", "FooterCell",ExpressionUUID->"de6ba7d8-e303-4132-83df-c80cf63e5c6c"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"WeaklyBalancedCollectionQ", TaggingRules->{ @@ -1326,7 +1329,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 27.814151}", + "built" -> "{2024, 6, 3, 16, 56, 26.545062}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1336,10 +1339,11 @@ collections of coalitions obtained from the excess levels are weakly \ balanced. Implements a criterion of Kohlberg's Theorem. The return value must \ be 'True' for the nucleolus, otherwise 'False'.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "WeaklyBalancedCollectionQ", - "titlemodifier" -> "", "windowtitle" -> "WeaklyBalancedCollectionQ", - "type" -> "Symbol", "uri" -> "TUG/ref/WeaklyBalancedCollectionQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "WeaklyBalancedCollectionQ", "type" -> "Symbol", "uri" -> + "TUG/ref/WeaklyBalancedCollectionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1348,9 +1352,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"17fd6faf-4cbb-4239-ae01-8a108b400fe3" +ExpressionUUID->"1505450e-5f61-4262-9eb4-58f87acc7065" ] (* End of Notebook Content *) @@ -1358,211 +1362,209 @@ ExpressionUUID->"17fd6faf-4cbb-4239-ae01-8a108b400fe3" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19300, 496, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3ff07d6b-cca0-455e-9e1e-d0695138184c", + Cell[19372, 502, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"40ebc561-f93e-4945-a560-e7cfecda1393", CellTags->"PrimaryExamplesSection", - CellID->1158723395]} + CellID->1423441955]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 49708, 1359} + {"PrimaryExamplesSection", 49769, 1363} } *) (*NotebookFileOutline Notebook[{ -Cell[597, 21, 7183, 168, 56, "AnchorBarGrid",ExpressionUUID->"5bf1a4d3-578c-42d8-9bc8-ced01b38d2ed", +Cell[597, 21, 7255, 174, 57, "AnchorBarGrid",ExpressionUUID->"4bd46ec7-e786-4dfc-b6c0-12141f034546", CellID->1], -Cell[7783, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"f68bb091-27dd-4ca2-a0fc-7a7103020976"], +Cell[7855, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"c829f686-a17c-4e5a-a2d2-22abb4efc1e6"], Cell[CellGroupData[{ -Cell[7894, 195, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"c8cd87dc-9975-49d4-915a-b04f4d9e0090"], -Cell[9196, 232, 691, 13, 133, "Usage",ExpressionUUID->"547e6bc5-85c9-478a-b860-cd34b38037a8", +Cell[7966, 201, 1299, 35, 59, "ObjectNameGrid",ExpressionUUID->"e04fec1e-62ed-41cb-a8e0-0c345e85c0b2"], +Cell[9268, 238, 691, 13, 132, "Usage",ExpressionUUID->"547e6bc5-85c9-478a-b860-cd34b38037a8", CellID->1615282206] }, Open ]], Cell[CellGroupData[{ -Cell[9924, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"e25b45ad-00ef-4bf7-ac46-51a37176552f", +Cell[9996, 256, 1895, 47, 37, "NotesSection",ExpressionUUID->"b374f12d-9ead-4c95-9aaf-8af565b948b7", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1175453677], -Cell[11822, 299, 782, 20, 57, "]]",ExpressionUUID->"8e8e4475-dd48-4b9e-85f2-6dc73219e01e", + CellID->1470032229], +Cell[11894, 305, 782, 20, 57, "]]",ExpressionUUID->"8e8e4475-dd48-4b9e-85f2-6dc73219e01e", CellID->209133038], -Cell[12607, 321, 489, 12, 37, "Notes",ExpressionUUID->"583f3182-64b6-4456-be8e-3ca37e8b5789", +Cell[12679, 327, 489, 12, 38, "Notes",ExpressionUUID->"583f3182-64b6-4456-be8e-3ca37e8b5789", CellID->177724765], -Cell[13099, 335, 206, 4, 36, "Notes",ExpressionUUID->"2cfd57fc-14cc-4617-87f3-e6664239a828", +Cell[13171, 341, 206, 4, 36, "Notes",ExpressionUUID->"2cfd57fc-14cc-4617-87f3-e6664239a828", CellID->83299458], -Cell[13308, 341, 321, 5, 57, "Notes",ExpressionUUID->"9e151902-a793-44fc-815d-25dadfb00117", +Cell[13380, 347, 321, 5, 57, "Notes",ExpressionUUID->"9e151902-a793-44fc-815d-25dadfb00117", CellID->2044291235], -Cell[13632, 348, 338, 6, 57, "Notes",ExpressionUUID->"74b34860-42b0-4fe4-bbbc-9e940a65ba23", +Cell[13704, 354, 338, 6, 57, "Notes",ExpressionUUID->"74b34860-42b0-4fe4-bbbc-9e940a65ba23", CellID->460465961], -Cell[13973, 356, 282, 5, 57, "Notes",ExpressionUUID->"c08482f1-20fd-46f1-b8b6-a8324426461c", +Cell[14045, 362, 282, 5, 57, "Notes",ExpressionUUID->"c08482f1-20fd-46f1-b8b6-a8324426461c", CellID->1210693388], -Cell[14258, 363, 386, 12, 37, "Notes",ExpressionUUID->"9eec2b73-07af-46d3-b0a5-42681deb17e8", +Cell[14330, 369, 386, 12, 38, "Notes",ExpressionUUID->"9eec2b73-07af-46d3-b0a5-42681deb17e8", CellID->24981], -Cell[14647, 377, 892, 18, 65, "2ColumnTableMod",ExpressionUUID->"5c155f38-2dba-4f44-ac35-10bb91292dbb", +Cell[14719, 383, 892, 18, 67, "2ColumnTableMod",ExpressionUUID->"5c155f38-2dba-4f44-ac35-10bb91292dbb", CellID->12695], -Cell[15542, 397, 855, 18, 65, "2ColumnTableMod",ExpressionUUID->"75cfdca9-6159-45d5-ba5b-88aa3598b9cc", +Cell[15614, 403, 855, 18, 67, "2ColumnTableMod",ExpressionUUID->"75cfdca9-6159-45d5-ba5b-88aa3598b9cc", CellID->1546107665], -Cell[16400, 417, 867, 18, 65, "2ColumnTableMod",ExpressionUUID->"7a5eb8e5-1e14-4d45-9faf-e7b5784bba2a", +Cell[16472, 423, 867, 18, 67, "2ColumnTableMod",ExpressionUUID->"7a5eb8e5-1e14-4d45-9faf-e7b5784bba2a", CellID->512784626], -Cell[17270, 437, 272, 4, 70, "Notes",ExpressionUUID->"57e9e840-4cae-4938-af36-c95f35cc6f66", +Cell[17342, 443, 272, 4, 70, "Notes",ExpressionUUID->"57e9e840-4cae-4938-af36-c95f35cc6f66", CellID->1086410865], -Cell[17545, 443, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"c73ed21e-b7cd-4ada-bcf3-e7576f7862d8", +Cell[17617, 449, 679, 15, 70, "3ColumnTableMod",ExpressionUUID->"c73ed21e-b7cd-4ada-bcf3-e7576f7862d8", CellID->1565514921], -Cell[18227, 460, 438, 14, 70, "Notes",ExpressionUUID->"e866183f-ddc8-45bb-9ee6-7932dac0e198", +Cell[18299, 466, 438, 14, 70, "Notes",ExpressionUUID->"e866183f-ddc8-45bb-9ee6-7932dac0e198", CellID->17586], -Cell[18668, 476, 505, 14, 70, "Notes",ExpressionUUID->"adbee1bd-a07c-4c63-91ca-2913f9cb3c22", +Cell[18740, 482, 505, 14, 70, "Notes",ExpressionUUID->"adbee1bd-a07c-4c63-91ca-2913f9cb3c22", CellID->821313100] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19300, 496, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"3ff07d6b-cca0-455e-9e1e-d0695138184c", +Cell[19372, 502, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"40ebc561-f93e-4945-a560-e7cfecda1393", CellTags->"PrimaryExamplesSection", - CellID->1158723395], + CellID->1423441955], Cell[CellGroupData[{ -Cell[20746, 537, 1399, 36, 70, "ExampleSection",ExpressionUUID->"91c3984f-8c60-4173-b466-a77e09405de7", - CellID->2129339545], +Cell[20818, 543, 1399, 36, 70, "ExampleSection",ExpressionUUID->"d034de52-6999-4c40-9a6b-65d404863223", + CellID->2048679658], Cell[CellGroupData[{ -Cell[22170, 577, 168, 3, 70, "Input",ExpressionUUID->"cfa3abf3-8dc1-49e3-b7e8-7cd1c2cc946e", +Cell[22242, 583, 168, 3, 70, "Input",ExpressionUUID->"cfa3abf3-8dc1-49e3-b7e8-7cd1c2cc946e", CellID->1464738996], Cell[CellGroupData[{ -Cell[22363, 584, 236, 4, 70, "Print",ExpressionUUID->"a200a476-e3c5-4199-9eea-13866000a186", +Cell[22435, 590, 236, 4, 70, "Print",ExpressionUUID->"a200a476-e3c5-4199-9eea-13866000a186", CellID->1889826560], -Cell[22602, 590, 364, 8, 70, "Print",ExpressionUUID->"730df44b-9175-4da6-b4da-defffc28ff8b", +Cell[22674, 596, 364, 8, 70, "Print",ExpressionUUID->"730df44b-9175-4da6-b4da-defffc28ff8b", CellID->826312937], -Cell[22969, 600, 236, 4, 70, "Print",ExpressionUUID->"a34f7406-370e-4ab4-b979-281310f0b88e", +Cell[23041, 606, 236, 4, 70, "Print",ExpressionUUID->"a34f7406-370e-4ab4-b979-281310f0b88e", CellID->2090081553], -Cell[23208, 606, 220, 3, 70, "Print",ExpressionUUID->"2067e629-4a8f-4fee-8911-05699c2fa02c", +Cell[23280, 612, 220, 3, 70, "Print",ExpressionUUID->"2067e629-4a8f-4fee-8911-05699c2fa02c", CellID->1935113000], -Cell[23431, 611, 207, 3, 70, "Print",ExpressionUUID->"08fb857a-ace9-43ca-8a2d-c3554d02d4a4", +Cell[23503, 617, 207, 3, 70, "Print",ExpressionUUID->"08fb857a-ace9-43ca-8a2d-c3554d02d4a4", CellID->2062548328], -Cell[23641, 616, 237, 4, 70, "Print",ExpressionUUID->"061f76ba-7d8d-4980-9911-8fdddd42b3b6", +Cell[23713, 622, 237, 4, 70, "Print",ExpressionUUID->"061f76ba-7d8d-4980-9911-8fdddd42b3b6", CellID->1248347837], -Cell[23881, 622, 220, 3, 70, "Print",ExpressionUUID->"cf362ad0-823b-4b8d-91be-d390aa66577d", +Cell[23953, 628, 220, 3, 70, "Print",ExpressionUUID->"cf362ad0-823b-4b8d-91be-d390aa66577d", CellID->1511303448], -Cell[24104, 627, 236, 4, 70, "Print",ExpressionUUID->"58f28c54-912b-4d20-881b-ad1bf4b1e165", +Cell[24176, 633, 236, 4, 70, "Print",ExpressionUUID->"58f28c54-912b-4d20-881b-ad1bf4b1e165", CellID->1521184028], -Cell[24343, 633, 235, 4, 70, "Print",ExpressionUUID->"31a8c214-b6be-49ec-90d6-44120c997bc2", +Cell[24415, 639, 235, 4, 70, "Print",ExpressionUUID->"31a8c214-b6be-49ec-90d6-44120c997bc2", CellID->987120453], -Cell[24581, 639, 207, 3, 70, "Print",ExpressionUUID->"4b445fba-5d5e-4d67-b44a-064da804e6c0", +Cell[24653, 645, 207, 3, 70, "Print",ExpressionUUID->"4b445fba-5d5e-4d67-b44a-064da804e6c0", CellID->1408071330], -Cell[24791, 644, 236, 4, 70, "Print",ExpressionUUID->"21a42fc3-0ddc-4e14-be38-fe79af813bb8", +Cell[24863, 650, 236, 4, 70, "Print",ExpressionUUID->"21a42fc3-0ddc-4e14-be38-fe79af813bb8", CellID->1418657899] }, Open ]] }, Open ]], -Cell[25054, 652, 137, 1, 70, "ExampleText",ExpressionUUID->"8071f941-8dde-46ac-9efb-9deef1ef8c07", +Cell[25126, 658, 137, 1, 70, "ExampleText",ExpressionUUID->"8071f941-8dde-46ac-9efb-9deef1ef8c07", CellID->2039458980], -Cell[25194, 655, 234, 6, 70, "Input",ExpressionUUID->"e53d8304-c833-4a80-a9b2-226627a4023e", +Cell[25266, 661, 234, 6, 70, "Input",ExpressionUUID->"e53d8304-c833-4a80-a9b2-226627a4023e", CellID->583588130], -Cell[25431, 663, 437, 10, 70, "Input",ExpressionUUID->"31022dd5-d7ec-4029-a83d-a49c6f6bc74c", +Cell[25503, 669, 437, 10, 70, "Input",ExpressionUUID->"31022dd5-d7ec-4029-a83d-a49c6f6bc74c", CellID->907652951], -Cell[25871, 675, 237, 6, 70, "Input",ExpressionUUID->"4102a8fd-d0ec-461f-9f56-ec02e8dd227b", +Cell[25943, 681, 237, 6, 70, "Input",ExpressionUUID->"4102a8fd-d0ec-461f-9f56-ec02e8dd227b", CellID->389738500], -Cell[26111, 683, 190, 4, 70, "ExampleText",ExpressionUUID->"294f88cf-f1a9-49c9-8441-e4c85866b2cc", +Cell[26183, 689, 190, 4, 70, "ExampleText",ExpressionUUID->"294f88cf-f1a9-49c9-8441-e4c85866b2cc", CellID->173759302], Cell[CellGroupData[{ -Cell[26326, 691, 182, 3, 70, "Input",ExpressionUUID->"b21677b1-4985-4e68-8e39-e176fc07c9cf", +Cell[26398, 697, 182, 3, 70, "Input",ExpressionUUID->"b21677b1-4985-4e68-8e39-e176fc07c9cf", CellID->385354027], -Cell[26511, 696, 224, 5, 36, "Output",ExpressionUUID->"7fa9ae6e-184e-459b-861e-eee38405e69b", +Cell[26583, 702, 224, 5, 36, "Output",ExpressionUUID->"7fa9ae6e-184e-459b-861e-eee38405e69b", CellID->551706126] }, Open ]], -Cell[26750, 704, 291, 5, 70, "ExampleText",ExpressionUUID->"cd9bd7bb-1bd1-4be3-a595-cefd522ed634", +Cell[26822, 710, 291, 5, 70, "ExampleText",ExpressionUUID->"cd9bd7bb-1bd1-4be3-a595-cefd522ed634", CellID->473037958], Cell[CellGroupData[{ -Cell[27066, 713, 201, 4, 70, "Input",ExpressionUUID->"723b7726-8f54-424e-8faa-d347206330f0", +Cell[27138, 719, 201, 4, 70, "Input",ExpressionUUID->"723b7726-8f54-424e-8faa-d347206330f0", CellID->2062321006], Cell[CellGroupData[{ -Cell[27292, 721, 341, 7, 70, "Print",ExpressionUUID->"578ea7c0-bf70-4137-aaa8-30363a3e3ce6", +Cell[27364, 727, 341, 7, 70, "Print",ExpressionUUID->"578ea7c0-bf70-4137-aaa8-30363a3e3ce6", CellID->1093179086], -Cell[27636, 730, 1020, 26, 70, "Print",ExpressionUUID->"5267f802-f74b-4714-ad15-30296ca2adae", +Cell[27708, 736, 1020, 26, 70, "Print",ExpressionUUID->"5267f802-f74b-4714-ad15-30296ca2adae", CellID->625145636] }, Open ]], -Cell[28671, 759, 1849, 55, 81, "Output",ExpressionUUID->"ddc3379e-c6cc-4366-aa6c-333fab565030", +Cell[28743, 765, 1849, 55, 81, "Output",ExpressionUUID->"ddc3379e-c6cc-4366-aa6c-333fab565030", CellID->837284676] }, Open ]], -Cell[30535, 817, 365, 6, 70, "ExampleText",ExpressionUUID->"4d4a3e1a-6332-4958-8e75-7bb6a045101c", +Cell[30607, 823, 365, 6, 70, "ExampleText",ExpressionUUID->"4d4a3e1a-6332-4958-8e75-7bb6a045101c", CellID->282161614], Cell[CellGroupData[{ -Cell[30925, 827, 261, 6, 70, "Input",ExpressionUUID->"b2cb0dd7-6591-42e9-a28a-45c54d6ce0f6", +Cell[30997, 833, 261, 6, 70, "Input",ExpressionUUID->"b2cb0dd7-6591-42e9-a28a-45c54d6ce0f6", CellID->24135975], -Cell[31189, 835, 285, 7, 36, "Output",ExpressionUUID->"6c453f15-b538-4801-a79f-0bdc7463d675", +Cell[31261, 841, 285, 7, 36, "Output",ExpressionUUID->"6c453f15-b538-4801-a79f-0bdc7463d675", CellID->1883301440] }, Open ]], -Cell[31489, 845, 272, 5, 70, "ExampleText",ExpressionUUID->"9c757212-ecd8-4517-a37d-ef638f72e9e8", +Cell[31561, 851, 272, 5, 70, "ExampleText",ExpressionUUID->"9c757212-ecd8-4517-a37d-ef638f72e9e8", CellID->1866884786], Cell[CellGroupData[{ -Cell[31786, 854, 262, 6, 70, "Input",ExpressionUUID->"881905b2-e19d-4b09-8730-56c1a299f246", +Cell[31858, 860, 262, 6, 70, "Input",ExpressionUUID->"881905b2-e19d-4b09-8730-56c1a299f246", CellID->400426374], -Cell[32051, 862, 158, 3, 36, "Output",ExpressionUUID->"58cc0304-fcd7-4da7-b2bb-c15b11df8243", +Cell[32123, 868, 158, 3, 36, "Output",ExpressionUUID->"58cc0304-fcd7-4da7-b2bb-c15b11df8243", CellID->193177435] }, Open ]], -Cell[32224, 868, 207, 4, 70, "ExampleText",ExpressionUUID->"2e34dc77-1890-4eba-8cdd-e050f0be36ab", +Cell[32296, 874, 207, 4, 70, "ExampleText",ExpressionUUID->"2e34dc77-1890-4eba-8cdd-e050f0be36ab", CellID->1542436778], Cell[CellGroupData[{ -Cell[32456, 876, 199, 4, 70, "Input",ExpressionUUID->"2734b161-7538-408c-b021-d30be0984ba1", +Cell[32528, 882, 199, 4, 70, "Input",ExpressionUUID->"2734b161-7538-408c-b021-d30be0984ba1", CellID->1861919123], -Cell[32658, 882, 332, 9, 51, "Output",ExpressionUUID->"ce539200-6db2-4c60-abf9-0f4598d657c3", +Cell[32730, 888, 332, 9, 51, "Output",ExpressionUUID->"ce539200-6db2-4c60-abf9-0f4598d657c3", CellID->1514536254] }, Open ]], -Cell[33005, 894, 159, 2, 70, "ExampleText",ExpressionUUID->"f7fbada5-25e3-46be-9d11-07d328dffae5", +Cell[33077, 900, 159, 2, 70, "ExampleText",ExpressionUUID->"f7fbada5-25e3-46be-9d11-07d328dffae5", CellID->1275577780], Cell[CellGroupData[{ -Cell[33189, 900, 202, 4, 70, "Input",ExpressionUUID->"88245a7a-d76a-482c-895e-12eead2add97", +Cell[33261, 906, 202, 4, 70, "Input",ExpressionUUID->"88245a7a-d76a-482c-895e-12eead2add97", CellID->1960791061], -Cell[33394, 906, 160, 3, 36, "Output",ExpressionUUID->"c605965e-64ef-44a5-9c1a-ab5455cb2a32", +Cell[33466, 912, 160, 3, 36, "Output",ExpressionUUID->"c605965e-64ef-44a5-9c1a-ab5455cb2a32", CellID->1558865225] }, Open ]], -Cell[33569, 912, 254, 4, 70, "ExampleText",ExpressionUUID->"f961fbfc-7ca6-406d-b338-c2b57c708cd0", +Cell[33641, 918, 254, 4, 70, "ExampleText",ExpressionUUID->"f961fbfc-7ca6-406d-b338-c2b57c708cd0", CellID->274571782], Cell[CellGroupData[{ -Cell[33848, 920, 277, 6, 70, "Input",ExpressionUUID->"5ca5c646-f81d-4ac9-a3c9-740f0017622b", +Cell[33920, 926, 277, 6, 70, "Input",ExpressionUUID->"5ca5c646-f81d-4ac9-a3c9-740f0017622b", CellID->823051042], -Cell[34128, 928, 160, 3, 36, "Output",ExpressionUUID->"4f6794ed-c7b9-4f0f-b574-8e6dcbd3657c", +Cell[34200, 934, 160, 3, 36, "Output",ExpressionUUID->"4f6794ed-c7b9-4f0f-b574-8e6dcbd3657c", CellID->223661885] }, Open ]], Cell[CellGroupData[{ -Cell[34325, 936, 280, 6, 70, "Input",ExpressionUUID->"821e1b0e-8f66-4de7-be1c-0a52c646f8b7", +Cell[34397, 942, 280, 6, 70, "Input",ExpressionUUID->"821e1b0e-8f66-4de7-be1c-0a52c646f8b7", CellID->270490541], -Cell[34608, 944, 160, 3, 36, "Output",ExpressionUUID->"b97c4c3d-38d8-4b5d-b636-e166410c12ce", +Cell[34680, 950, 160, 3, 36, "Output",ExpressionUUID->"b97c4c3d-38d8-4b5d-b636-e166410c12ce", CellID->1487624322] }, Open ]], Cell[CellGroupData[{ -Cell[34805, 952, 279, 6, 70, "Input",ExpressionUUID->"a056a17a-1310-4734-87b5-ae4c25ec14d5", +Cell[34877, 958, 279, 6, 70, "Input",ExpressionUUID->"a056a17a-1310-4734-87b5-ae4c25ec14d5", CellID->953993706], -Cell[35087, 960, 160, 3, 36, "Output",ExpressionUUID->"fcb8df34-cba9-428c-bcd7-d857ee403025", +Cell[35159, 966, 160, 3, 36, "Output",ExpressionUUID->"fcb8df34-cba9-428c-bcd7-d857ee403025", CellID->1058064685] }, Open ]], Cell[CellGroupData[{ -Cell[35284, 968, 433, 11, 70, "Input",ExpressionUUID->"a5aaf677-7024-4a47-bb82-e0b151fef933", +Cell[35356, 974, 433, 11, 70, "Input",ExpressionUUID->"a5aaf677-7024-4a47-bb82-e0b151fef933", CellID->538235684], -Cell[35720, 981, 160, 3, 36, "Output",ExpressionUUID->"0d12be02-0fa4-49f3-abad-0c825c4fba04", +Cell[35792, 987, 160, 3, 36, "Output",ExpressionUUID->"0d12be02-0fa4-49f3-abad-0c825c4fba04", CellID->2109626255] }, Open ]], Cell[CellGroupData[{ -Cell[35917, 989, 283, 6, 70, "Input",ExpressionUUID->"63d267fb-4bd8-42e7-ab57-5ff4589c7c40", +Cell[35989, 995, 283, 6, 70, "Input",ExpressionUUID->"63d267fb-4bd8-42e7-ab57-5ff4589c7c40", CellID->582481842], -Cell[36203, 997, 160, 3, 36, "Output",ExpressionUUID->"ede41fbf-00d2-461f-bffc-fd47543bc97e", +Cell[36275, 1003, 160, 3, 36, "Output",ExpressionUUID->"ede41fbf-00d2-461f-bffc-fd47543bc97e", CellID->2135639854] }, Open ]], -Cell[36378, 1003, 414, 7, 70, "ExampleText",ExpressionUUID->"82a8b772-f5e0-4509-a4df-0f5939fb1fea", +Cell[36450, 1009, 414, 7, 70, "ExampleText",ExpressionUUID->"82a8b772-f5e0-4509-a4df-0f5939fb1fea", CellID->2035536685] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[37094, 1024, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"34e4336e-d8d3-4b91-ac54-eb88a90dee8f"], +Cell[42600, 1174, 670, 18, 70, "TechNotesSection",ExpressionUUID->"1024cebd-ca7d-4467-a315-f44f17529d69"], +Cell[43273, 1194, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"70cafd75-339d-4e94-8f70-d3d6ea5033f7"], +Cell[44309, 1222, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"8b752a95-b477-49a2-b177-9f58041d4815"], Cell[CellGroupData[{ -Cell[37044, 1020, 5503, 148, 70, "SeeAlsoSection",ExpressionUUID->"161f19f3-41b2-4ced-bf66-f32fdd9e95f6"], -Cell[42550, 1170, 670, 18, 70, "TechNotesSection",ExpressionUUID->"e3716235-686f-4445-97a2-0ab5a57ce2fd"] -}, Open ]], -Cell[43235, 1191, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6f1e4b8a-af83-4342-8001-0809adfd8f08"], -Cell[44271, 1219, 2257, 64, 70, "RelatedLinksSection",ExpressionUUID->"e4fc697a-9636-45d5-9f53-6bb0c4a8da00"], -Cell[CellGroupData[{ -Cell[46553, 1287, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"744d2ccb-a3d0-408b-b70f-231b77b68b18", +Cell[46591, 1290, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"744d2ccb-a3d0-408b-b70f-231b77b68b18", CellID->190470557], -Cell[46693, 1290, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"298b78c4-4a64-4f46-8ee1-469d05f01b16", +Cell[46731, 1293, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"298b78c4-4a64-4f46-8ee1-469d05f01b16", CellID->1194386356], -Cell[46915, 1296, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"749db972-5169-4cb0-ace5-6bcd76ec2b67", +Cell[46953, 1299, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"749db972-5169-4cb0-ace5-6bcd76ec2b67", CellID->1641706272], -Cell[47130, 1301, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1f6e6428-2251-41e8-bad7-ac298c418c01", +Cell[47168, 1304, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1f6e6428-2251-41e8-bad7-ac298c418c01", CellID->399251956], -Cell[47359, 1307, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5ae546a4-b573-4737-bf92-c5ca3cc73691", +Cell[47397, 1310, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5ae546a4-b573-4737-bf92-c5ca3cc73691", CellID->821434655] }, Open ]], -Cell[47596, 1313, 78, 0, 70, "FooterCell",ExpressionUUID->"027dfa5b-ad73-46df-82c9-f13b4f18d6c9"] +Cell[47634, 1316, 78, 0, 70, "FooterCell",ExpressionUUID->"de6ba7d8-e303-4132-83df-c80cf63e5c6c"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/WeaklyBalancedSelectionQ.nb b/Documentation/English/ReferencePages/Symbols/WeaklyBalancedSelectionQ.nb index 9655088..18ea4b9 100644 --- a/Documentation/English/ReferencePages/Symbols/WeaklyBalancedSelectionQ.nb +++ b/Documentation/English/ReferencePages/Symbols/WeaklyBalancedSelectionQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 58910, 1519] -NotebookOptionsPosition[ 46807, 1282] -NotebookOutlinePosition[ 49469, 1343] -CellTagsIndexPosition[ 49383, 1338] +NotebookDataLength[ 58944, 1520] +NotebookOptionsPosition[ 46858, 1285] +NotebookOutlinePosition[ 49537, 1346] +CellTagsIndexPosition[ 49451, 1341] WindowTitle->WeaklyBalancedSelectionQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "0327e939-774a-4226-a018-ab22bd731375"], + "6c352fe5-66bf-46d5-9634-b48e95439e39"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "fc37d355-b438-42b6-b996-b445268bcf20"], + "d611fe22-ec91-438a-a19f-29ca9da45316"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "67aa92f2-71d1-48b1-ba94-536979aa4153"] - }],ExpressionUUID->"528d3872-efeb-4195-a72f-589b2082dcd5"], - StripOnInput->False], {"\<\"Nucleolus\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/Nucleolus"], "\<\"PreNucleolus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreNucleolus"], "\<\"PreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelSolution"], "\<\"PreKernelElement\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/PreKernelElement"], "\<\"FindPreKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindPreKernelSolution"], "\<\"Modiclus\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/Modiclus"], "\<\"FindKernelSolution\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/FindKernelSolution"], "\<\"KernelCalculation\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/KernelCalculation"], "\<\"WeaklyBalancedCollectionQ\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/WeaklyBalancedCollectionQ"], "\<\"ModifiedNucleolus\"\ -\>":>Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, + "4aef559b-35ef-4688-9b56-b5a576d0b485"] + }],ExpressionUUID->"b514107d-eb19-40e9-bff7-26e91096fb61"], + StripOnInput->False],{ + "\"Nucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Nucleolus"], + "\"PreNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreNucleolus"], + "\"PreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelSolution"], + "\"PreKernelElement\"" :> + Documentation`HelpLookup["paclet:TUG/ref/PreKernelElement"], + "\"FindPreKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindPreKernelSolution"], + "\"Modiclus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/Modiclus"], + "\"FindKernelSolution\"" :> + Documentation`HelpLookup["paclet:TUG/ref/FindKernelSolution"], + "\"KernelCalculation\"" :> + Documentation`HelpLookup["paclet:TUG/ref/KernelCalculation"], + "\"WeaklyBalancedCollectionQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/WeaklyBalancedCollectionQ"], + "\"ModifiedNucleolus\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModifiedNucleolus"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "94eaee02-e643-43ee-93e8-56e4fa457e9f"], + "7f68b016-c60f-488a-8552-6a34e8b91cce"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "28efba87-a3ed-4b36-9526-0780862d9fd9"] - }],ExpressionUUID->"42acd5ad-dfb9-4183-aece-98fad7e2a1e4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "981fd673-a4f7-4570-9004-569953194a66"] + }],ExpressionUUID->"537cb4f9-d695-467f-811b-b4cf9de7b340"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0efc5c54-f2a9-4a94-b7ae-2aa861564fe9"], + "5be32d93-b771-477b-b88f-e13e8d482efe"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "33d6e035-8ad6-4255-8777-666f36d2baa2"] - }],ExpressionUUID->"a6daa46d-52e9-4245-894d-a9e2e267e281"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "b0984956-6360-4776-b718-70bcf9554ca0"] + }],ExpressionUUID->"25dbf99b-d393-4ff7-a40a-d5bf7adcad37"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "271f2ce7-aa03-493d-adac-1cb253fe7636"], + "62b87096-1ae0-4f7c-9e26-eac1a254c7d7"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "86c69301-6510-4722-a3d0-91b09b8bc12c"] - }],ExpressionUUID->"02e79437-8381-44a4-9580-b570d862335d"], - StripOnInput->False], {"\<\"TUG/ref/WeaklyBalancedSelectionQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/WeaklyBalancedSelectionQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "4d97abc2-4873-42f4-b5a6-c43bbf91a6bd"] + }],ExpressionUUID->"1c2d48ee-7949-4059-b358-bcf17da2140e"], + StripOnInput->False],{ + "\"TUG/ref/WeaklyBalancedSelectionQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/WeaklyBalancedSelectionQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ WeaklyBalancedSelectionQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$215288], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/WeaklyBalancedSelectionQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$231870], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/WeaklyBalancedSelectionQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e5f588c7-190d-4742-918d-825b965bcc06"] + "a07e7c6d-1166-4972-8767-7679b2a20cd5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "bda2a1b0-312d-4df6-b77f-35b297174259"]} + "c8eb1e5e-4fbc-4f1d-a78e-d188457b2011"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"59e9911c-96d2-4fec-8d79-2be2c71d3276"], + CellID->1,ExpressionUUID->"8d397b42-8df6-4e44-ba23-1cfcb4aa9060"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"9522ee6a-4e04-4f2e-b1ae-5d80022fbe0a"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"bca64ef6-5d09-43b0-9c07-12fbeb9d01d3"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "WeaklyBalancedSelectionQ", "ObjectName",ExpressionUUID-> - "416a7346-3f27-4acf-964a-17bd6724b646"], + "e17f4048-2e49-4667-a439-9c9249fb9d82"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"04ac5682-9ead-44e5-87b1-b8bc6cc6ee91"], + "Spacer1"]],ExpressionUUID->"ea63e517-6967-4fda-a92c-ee6df6878838"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "45003e1f-b334-42b6-8cc7-8122d9682573"] - }],ExpressionUUID->"5fe0d0d9-c86f-4453-a343-1e807c9520c2"], Cell[BoxData[ + "5de38ee7-ba21-4b08-8b70-6e2306b0f61b"] + }],ExpressionUUID->"9243f9db-7fae-43ed-9751-5f5dac881fdb"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "e8e3a668-e726-471b-81d2-160015288208"]} + "3dd41267-b3be-4b3d-8088-8e4f2bd92e5f"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ba2fa089-f0a6-40ed-894e-eab0b5448f30"], + CacheGraphics->False,ExpressionUUID->"61a2704b-c689-4202-8fa4-9f55cdac0467"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -241,7 +247,7 @@ Cell[BoxData[GridBox[{ coalitions obtained from the excess levels are weakly balanced.Implements a \ criterion of Kohlberg's Theorem. The return value must be 'True' for the \ pre-nucleolus, otherwise 'False'." - }],ExpressionUUID->"93888c95-209d-4bfa-9829-04980ec5a961"]}, + }],ExpressionUUID->"84b50937-5f19-4942-87d2-be02fe7db16e"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"WeaklyBalancedSelectionQ", "[", @@ -257,7 +263,7 @@ to turn the option ", StyleBox["Tight -> True", FontSlant->"Italic"], "." - }],ExpressionUUID->"ce533606-00dd-4338-bcfd-8e8dddc7f3e2"]}, + }],ExpressionUUID->"43f82992-46ae-47ea-9ba7-b9299fff8bdb"]}, {"", Cell[TextData[{ Cell[BoxData[ RowBox[{"WeaklyBalancedSelectionQ", "[", @@ -266,7 +272,7 @@ to turn the option ", "8ec8de62-4aaf-4d6d-b78d-ac6be9ddb11d"], " \[LineSeparator]alternatively, a list of collections of coalitions can \ be investigated whether it satisfies the implemented Kohlberg criterion." - }],ExpressionUUID->"7bb3af3c-51d0-4c1f-96e1-2f4d08f91845"]} + }],ExpressionUUID->"c6741d11-982d-469a-aa72-aa17712b877e"]} }]], "Usage", CellID->221961330,ExpressionUUID->"d54b1d1f-fecf-41f1-8835-59a974987bf5"] }, Open ]], @@ -299,12 +305,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"34bb1d66-4b22-4e08-a219-b332d2a2802f"], + ExpressionUUID->"41290119-340b-444a-8ff7-09ced69a0377"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"bce3253e-1412-41df-94db-7169ce4b80da"], + "Spacer1"]],ExpressionUUID->"53ede223-1616-48e0-9554-ed08c8222eff"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e14795d5-1491-44c6-8036-164c4716f257"], + }], "NotesFrameText",ExpressionUUID->"64a27d65-0822-4f3a-9141-95b8ee44107a"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -315,12 +321,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8042c230-7615-4223-9e53-2bb58b887f58"]], \ + "Preemptive"]],ExpressionUUID->"de04f77c-54de-40c1-b7fb-5aa68d29fa18"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1993328327,ExpressionUUID->"06711499-1151-406e-8568-cb7b1c71c9c1"], + CellID->1945607075,ExpressionUUID->"2819b6b4-f9e4-4924-a577-9fd1886b12c1"], Cell[TextData[{ "The input expression ", @@ -393,7 +399,7 @@ what they control, are often given in this section", Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "21265a56-6909-4ccd-b7ab-2e9e1aa3b27c"], + "681fabd7-2cfa-4f7a-9c7b-2abc36b37b33"], TemplateBox[{ Cell[ TextData["DisplayAllResults"]], "paclet:TUG/ref/DisplayAllResults", @@ -415,7 +421,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "775ff0ad-a47a-4e0b-bd6b-88b5d6f54378"], + "7dd95905-21b8-4d0e-aedc-0491ce6b89a0"], TemplateBox[{ Cell[ TextData["Silent"]], "paclet:TUG/ref/Silent", "TUG Package Symbol"}, @@ -436,7 +442,7 @@ Cell[BoxData[GridBox[{ Cell[BoxData[GridBox[{ {Cell[" ", "TableRowIcon",ExpressionUUID-> - "ce317757-b585-4bda-bb7c-9b729d361342"], + "51a0cc1b-986b-4971-98c8-cfd2d15e0ef8"], TemplateBox[{ Cell[ TextData["Tight"]], "paclet:TUG/ref/Tight", "TUG Package Symbol"}, @@ -530,19 +536,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6548058d-0980-4d0b-a997-c422b99aebcb"], + ExpressionUUID->"55d4c5ce-910c-4492-97a4-79d8b24083b6"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3adeb83e-e219-44c3-be9a-9014c73e50e8"], + "Spacer1"]],ExpressionUUID->"acef5bdb-ca48-4049-8a76-c0dd6de5c4ad"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "abd86fc9-116f-4566-a9f1-3e1b6c0946d4"] + "c2060ca9-3b4e-4df8-9d7e-0ca30ba029ea"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2048329465,ExpressionUUID->"0dca865a-56f7-491c-a4a9-55a3676e2c8a"], + CellID->399799546,ExpressionUUID->"1c6301ff-ca52-426b-827c-a908375de609"], Cell[CellGroupData[{ @@ -571,18 +577,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"525b702c-4451-49ba-9ef6-d696bf5c10ef"], + ExpressionUUID->"82430be3-389b-411c-9f8d-c8b454374a5a"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a7ff6e8b-42b4-4a0a-8d98-ccf6b21ffcae"], + "Spacer1"]],ExpressionUUID->"b19a9abf-e086-41b6-9129-6a2fa8ca5437"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "dbd2ddac-2026-4c02-84a0-d47f0658cfc5"] + "8ed9f4f9-f82b-4545-91a5-0a53c769ab90"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1998018067,ExpressionUUID->"e291aebb-b8fc-4b2c-83a7-7e1511fe1e0a"], + CellID->1116188220,ExpressionUUID->"a9706b94-1dd4-4e4a-a97f-94df33c8fe73"], Cell["Loading the package:", "ExampleText", CellID->299264929,ExpressionUUID->"a12a6195-19e6-4eda-9d15-4117dcd63489"], @@ -949,8 +955,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -1098,15 +1102,15 @@ Cell[BoxData[GridBox[{ "c3ad43cd-19b9-4ae7-9df3-c06a52c68d68"] }], "SeeAlso",ExpressionUUID->"4e492a34-9c7c-47d5-8d6f-068ebecf0f9c"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"167e9aad-294d-44b0-a36c-\ -f35c8f23b974"], + }]], "SeeAlsoSection",ExpressionUUID->"329ef8e0-4ecf-464a-a41b-\ +eefa35e7cdca"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -1118,9 +1122,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"39a9540d-f759-4cf2-9d0c-747bfbc5e961"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"65a548a9-a513-4a0d-b34b-\ -2f5599c4bac1"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"0c22447a-679b-42f3-a1b2-\ +c9b41f7d13b2"], Cell[BoxData[GridBox[{ { @@ -1137,7 +1140,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c83dd58c-f66d-4c9c-baad-09bf9c3f7ecf"]}]}, + "c100c740-e1c6-4b5c-8bf4-8ffb292f34bd"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -1145,10 +1148,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "176c5e97-8be5-4389-ab31-486c48ddbee3"]}]} + "5c6169c4-1f78-485d-8e34-9d21a44dfb34"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"6281d645-b7ab-4760-8959-\ -a118602a4431"], + }]], "MoreAboutSection",ExpressionUUID->"b0a8c590-3628-4d51-81bd-\ +4ddf47394233"], Cell[BoxData[GridBox[{ { @@ -1175,7 +1178,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/PreNucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "1aa6a185-5308-46b3-9185-bd5a109eba56"]], "RelatedLinks", + "009bfeac-dd09-4598-9360-4fa56b6181e9"]], "RelatedLinks", ExpressionUUID->"b1ce8df4-fba7-4711-971c-95c989eaf003"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1192,7 +1195,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/Nucleolus"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "611a615f-039d-4668-8887-8f7a80f87a8c"]], "RelatedLinks", + "c57d9af5-887f-4dcd-81aa-d5dd7ea4a2a2"]], "RelatedLinks", ExpressionUUID->"6d9fac81-ff64-498c-a79f-b2d531875f0c"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1209,7 +1212,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/BalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "545cbe90-3ff2-4bef-b085-1d60a8214f68"]], "RelatedLinks", + "32725b26-095e-4a39-bc22-91992c0c9122"]], "RelatedLinks", ExpressionUUID->"add04c5b-654e-4e0d-bac6-c4bd29088d0d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1227,7 +1230,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedCollectionQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "6785ccef-1eb0-4cde-88ba-c6951c60a0f9"]], "RelatedLinks", + "789cdcb4-09b0-4b8b-8a05-e7101b42778a"]], "RelatedLinks", ExpressionUUID->"4645b1fa-ddcc-456c-938a-d07c5e0678dc"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -1244,11 +1247,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/WeaklyBalancedSystemQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "4e3d9820-7999-4102-95a1-25cc2b982a8f"]], "RelatedLinks", + "103e89da-8c59-4365-b5be-8229f9b38319"]], "RelatedLinks", ExpressionUUID->"35ffab69-8980-4083-82e6-a7605fc2902a"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"46dd54a5-374a-4258-8237-\ -242d107d83d3"], + }]], "RelatedLinksSection",ExpressionUUID->"2b765ca8-7a57-4df3-bfd0-\ +489ea5652a53"], Cell[CellGroupData[{ @@ -1278,11 +1281,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"682955ff-d0cf-461f-9b56-173546977d87"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"0ec9a8ad-7251-4724-843e-8724e0c6de05"] +Cell[" ", "FooterCell",ExpressionUUID->"a30c4076-ac08-4775-9523-b7bb4ed19908"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"WeaklyBalancedSelectionQ", TaggingRules->{ @@ -1293,7 +1296,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 29.623836}", + "built" -> "{2024, 6, 3, 16, 56, 27.588203}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1308,10 +1311,10 @@ through Tight -> True. WeaklyBalancedSelectionQ[collc, options] \ alternatively, a list of collections of coalitions can be investigated \ whether it satisfies the implemented Kohlberg criterion.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "WeaklyBalancedSelectionQ", "titlemodifier" -> - "", "windowtitle" -> "WeaklyBalancedSelectionQ", "type" -> "Symbol", - "uri" -> "TUG/ref/WeaklyBalancedSelectionQ"}}, + "", "metadescription" -> "", "windowtitle" -> "WeaklyBalancedSelectionQ", + "type" -> "Symbol", "uri" -> "TUG/ref/WeaklyBalancedSelectionQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1320,9 +1323,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"f57f0f72-8176-4fd1-8620-9ae1d417bed1" +ExpressionUUID->"57624da4-d3d5-4e4f-838d-14f5d90c3202" ] (* End of Notebook Content *) @@ -1330,197 +1333,195 @@ ExpressionUUID->"f57f0f72-8176-4fd1-8620-9ae1d417bed1" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[19476, 507, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"0dca865a-56f7-491c-a4a9-55a3676e2c8a", + Cell[19562, 513, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1c6301ff-ca52-426b-827c-a908375de609", CellTags->"PrimaryExamplesSection", - CellID->2048329465]} + CellID->399799546]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 49182, 1331} + {"PrimaryExamplesSection", 49251, 1334} } *) (*NotebookFileOutline Notebook[{ -Cell[596, 21, 7177, 168, 56, "AnchorBarGrid",ExpressionUUID->"59e9911c-96d2-4fec-8d79-2be2c71d3276", +Cell[596, 21, 7263, 174, 57, "AnchorBarGrid",ExpressionUUID->"8d397b42-8df6-4e44-ba23-1cfcb4aa9060", CellID->1], -Cell[7776, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"9522ee6a-4e04-4f2e-b1ae-5d80022fbe0a"], +Cell[7862, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"bca64ef6-5d09-43b0-9c07-12fbeb9d01d3"], Cell[CellGroupData[{ -Cell[7887, 195, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"ba2fa089-f0a6-40ed-894e-eab0b5448f30"], -Cell[9188, 232, 1770, 38, 285, "Usage",ExpressionUUID->"d54b1d1f-fecf-41f1-8835-59a974987bf5", +Cell[7973, 201, 1298, 35, 59, "ObjectNameGrid",ExpressionUUID->"61a2704b-c689-4202-8fa4-9f55cdac0467"], +Cell[9274, 238, 1770, 38, 283, "Usage",ExpressionUUID->"d54b1d1f-fecf-41f1-8835-59a974987bf5", CellID->221961330] }, Open ]], Cell[CellGroupData[{ -Cell[10995, 275, 1895, 47, 37, "NotesSection",ExpressionUUID->"06711499-1151-406e-8568-cb7b1c71c9c1", +Cell[11081, 281, 1895, 47, 37, "NotesSection",ExpressionUUID->"2819b6b4-f9e4-4924-a577-9fd1886b12c1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1993328327], -Cell[12893, 324, 980, 24, 78, "]]",ExpressionUUID->"496bce22-4283-4eca-b8ef-4a422503685d", + CellID->1945607075], +Cell[12979, 330, 980, 24, 78, "]]",ExpressionUUID->"496bce22-4283-4eca-b8ef-4a422503685d", CellID->209133038], -Cell[13876, 350, 489, 12, 37, "Notes",ExpressionUUID->"6443333a-d706-481e-afc8-19e0a26106bd", +Cell[13962, 356, 489, 12, 38, "Notes",ExpressionUUID->"6443333a-d706-481e-afc8-19e0a26106bd", CellID->177724765], -Cell[14368, 364, 216, 4, 36, "Notes",ExpressionUUID->"ed7812ed-281a-4762-89c5-134de9be43fc", +Cell[14454, 370, 216, 4, 36, "Notes",ExpressionUUID->"ed7812ed-281a-4762-89c5-134de9be43fc", CellID->1129021867], -Cell[14587, 370, 195, 4, 36, "Notes",ExpressionUUID->"688d459f-f0bf-4887-ac52-040c233e647a", +Cell[14673, 376, 195, 4, 36, "Notes",ExpressionUUID->"688d459f-f0bf-4887-ac52-040c233e647a", CellID->1756710554], -Cell[14785, 376, 363, 6, 57, "Notes",ExpressionUUID->"71269077-1b6a-4879-800c-7c6121e8bf33", +Cell[14871, 382, 363, 6, 57, "Notes",ExpressionUUID->"71269077-1b6a-4879-800c-7c6121e8bf33", CellID->835470309], -Cell[15151, 384, 112, 1, 36, "Notes",ExpressionUUID->"7a750bce-307a-4b61-8947-f4776ba7575b", +Cell[15237, 390, 112, 1, 36, "Notes",ExpressionUUID->"7a750bce-307a-4b61-8947-f4776ba7575b", CellID->312897903], -Cell[15266, 387, 267, 4, 49, "Notes",ExpressionUUID->"922b96c8-3c99-4c48-8a41-72b54fe9b0dc", +Cell[15352, 393, 267, 4, 48, "Notes",ExpressionUUID->"922b96c8-3c99-4c48-8a41-72b54fe9b0dc", CellID->13178], -Cell[15536, 393, 809, 20, 40, "3ColumnTableMod",ExpressionUUID->"6cde80ef-7c16-4a4e-81e4-6e7a411b2c75", +Cell[15622, 399, 809, 20, 41, "3ColumnTableMod",ExpressionUUID->"6cde80ef-7c16-4a4e-81e4-6e7a411b2c75", CellID->1782664966], -Cell[16348, 415, 766, 19, 40, "3ColumnTableMod",ExpressionUUID->"c108000c-a9d1-44b5-900b-1a62f8c1cea3", +Cell[16434, 421, 766, 19, 41, "3ColumnTableMod",ExpressionUUID->"c108000c-a9d1-44b5-900b-1a62f8c1cea3", CellID->11156], -Cell[17117, 436, 775, 19, 70, "3ColumnTableMod",ExpressionUUID->"e0f7e628-f8ff-48fb-9c3f-6914afe023d7", +Cell[17203, 442, 775, 19, 70, "3ColumnTableMod",ExpressionUUID->"e0f7e628-f8ff-48fb-9c3f-6914afe023d7", CellID->972876442], -Cell[17895, 457, 504, 14, 70, "Notes",ExpressionUUID->"cd700c9b-e21d-442f-9630-ecdb5f6b6c4e", +Cell[17981, 463, 504, 14, 70, "Notes",ExpressionUUID->"cd700c9b-e21d-442f-9630-ecdb5f6b6c4e", CellID->228296993], -Cell[18402, 473, 469, 13, 70, "Notes",ExpressionUUID->"0ceaf7e6-a7ed-4ec7-9d21-bb9fea7f7f14", +Cell[18488, 479, 469, 13, 70, "Notes",ExpressionUUID->"0ceaf7e6-a7ed-4ec7-9d21-bb9fea7f7f14", CellID->731], -Cell[18874, 488, 475, 13, 70, "Notes",ExpressionUUID->"fd2930e6-9194-4ddf-8605-69541ada8b7d", +Cell[18960, 494, 475, 13, 70, "Notes",ExpressionUUID->"fd2930e6-9194-4ddf-8605-69541ada8b7d", CellID->92134041] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[19476, 507, 1421, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"0dca865a-56f7-491c-a4a9-55a3676e2c8a", +Cell[19562, 513, 1420, 37, 70, "PrimaryExamplesSection",ExpressionUUID->"1c6301ff-ca52-426b-827c-a908375de609", CellTags->"PrimaryExamplesSection", - CellID->2048329465], + CellID->399799546], Cell[CellGroupData[{ -Cell[20922, 548, 1399, 36, 70, "ExampleSection",ExpressionUUID->"e291aebb-b8fc-4b2c-83a7-7e1511fe1e0a", - CellID->1998018067], -Cell[22324, 586, 118, 1, 70, "ExampleText",ExpressionUUID->"a12a6195-19e6-4eda-9d15-4117dcd63489", +Cell[21007, 554, 1399, 36, 70, "ExampleSection",ExpressionUUID->"a9706b94-1dd4-4e4a-a97f-94df33c8fe73", + CellID->1116188220], +Cell[22409, 592, 118, 1, 70, "ExampleText",ExpressionUUID->"a12a6195-19e6-4eda-9d15-4117dcd63489", CellID->299264929], Cell[CellGroupData[{ -Cell[22467, 591, 167, 3, 70, "Input",ExpressionUUID->"cb729ab9-b16e-44cf-afd1-f0d1234575e9", +Cell[22552, 597, 167, 3, 70, "Input",ExpressionUUID->"cb729ab9-b16e-44cf-afd1-f0d1234575e9", CellID->330273587], Cell[CellGroupData[{ -Cell[22659, 598, 235, 4, 70, "Print",ExpressionUUID->"d8a27203-b37b-45ca-90c3-6c7c070d8850", +Cell[22744, 604, 235, 4, 70, "Print",ExpressionUUID->"d8a27203-b37b-45ca-90c3-6c7c070d8850", CellID->682872639], -Cell[22897, 604, 365, 8, 70, "Print",ExpressionUUID->"afd7ef8d-dfaf-4bb7-822f-f9f952833303", +Cell[22982, 610, 365, 8, 70, "Print",ExpressionUUID->"afd7ef8d-dfaf-4bb7-822f-f9f952833303", CellID->1234053404], -Cell[23265, 614, 236, 4, 70, "Print",ExpressionUUID->"a35b0f50-d08f-43c9-9ae5-bfa1b021668f", +Cell[23350, 620, 236, 4, 70, "Print",ExpressionUUID->"a35b0f50-d08f-43c9-9ae5-bfa1b021668f", CellID->2136495334], -Cell[23504, 620, 219, 3, 70, "Print",ExpressionUUID->"f4f2a133-8194-48ee-8ad1-55f30599c24f", +Cell[23589, 626, 219, 3, 70, "Print",ExpressionUUID->"f4f2a133-8194-48ee-8ad1-55f30599c24f", CellID->986999214], -Cell[23726, 625, 207, 3, 70, "Print",ExpressionUUID->"b39406d8-80a6-4f84-ad13-8e04763f9892", +Cell[23811, 631, 207, 3, 70, "Print",ExpressionUUID->"b39406d8-80a6-4f84-ad13-8e04763f9892", CellID->1390539133], -Cell[23936, 630, 236, 4, 70, "Print",ExpressionUUID->"f49fa33d-37fb-4dc3-9f0f-256670d84c81", +Cell[24021, 636, 236, 4, 70, "Print",ExpressionUUID->"f49fa33d-37fb-4dc3-9f0f-256670d84c81", CellID->267096877], -Cell[24175, 636, 220, 3, 70, "Print",ExpressionUUID->"36f7448c-430a-44ac-aee4-b27199cb4347", +Cell[24260, 642, 220, 3, 70, "Print",ExpressionUUID->"36f7448c-430a-44ac-aee4-b27199cb4347", CellID->2117438726], -Cell[24398, 641, 236, 4, 70, "Print",ExpressionUUID->"26820df2-7e6c-4365-bfd7-3ff27864b7f2", +Cell[24483, 647, 236, 4, 70, "Print",ExpressionUUID->"26820df2-7e6c-4365-bfd7-3ff27864b7f2", CellID->1489622767], -Cell[24637, 647, 235, 4, 70, "Print",ExpressionUUID->"d2866825-ae0d-48ec-8408-5e036833898d", +Cell[24722, 653, 235, 4, 70, "Print",ExpressionUUID->"d2866825-ae0d-48ec-8408-5e036833898d", CellID->332811420], -Cell[24875, 653, 207, 3, 70, "Print",ExpressionUUID->"20a878f4-ea31-4144-b43b-75d8b6407c5b", +Cell[24960, 659, 207, 3, 70, "Print",ExpressionUUID->"20a878f4-ea31-4144-b43b-75d8b6407c5b", CellID->1015459270], -Cell[25085, 658, 235, 4, 70, "Print",ExpressionUUID->"cc48f4c6-83d9-4a17-8b5a-625e66770dc5", +Cell[25170, 664, 235, 4, 70, "Print",ExpressionUUID->"cc48f4c6-83d9-4a17-8b5a-625e66770dc5", CellID->689570591] }, Open ]] }, Open ]], -Cell[25347, 666, 137, 1, 70, "ExampleText",ExpressionUUID->"7f187658-650d-43fb-8484-d92b4041cf3d", +Cell[25432, 672, 137, 1, 70, "ExampleText",ExpressionUUID->"7f187658-650d-43fb-8484-d92b4041cf3d", CellID->2122268016], -Cell[25487, 669, 235, 6, 70, "Input",ExpressionUUID->"809a09bd-c729-440f-a093-cfb13b91c077", +Cell[25572, 675, 235, 6, 70, "Input",ExpressionUUID->"809a09bd-c729-440f-a093-cfb13b91c077", CellID->2134257653], -Cell[25725, 677, 373, 9, 70, "Input",ExpressionUUID->"3928b271-3fe7-401c-bb13-e61d0c417108", +Cell[25810, 683, 373, 9, 70, "Input",ExpressionUUID->"3928b271-3fe7-401c-bb13-e61d0c417108", CellID->84989723], -Cell[26101, 688, 237, 6, 70, "Input",ExpressionUUID->"148e6230-5d03-43c6-bb41-35e5f3aa4ebf", +Cell[26186, 694, 237, 6, 70, "Input",ExpressionUUID->"148e6230-5d03-43c6-bb41-35e5f3aa4ebf", CellID->168951659], -Cell[26341, 696, 191, 4, 70, "ExampleText",ExpressionUUID->"a03c5027-71bb-4fc8-83bb-d96a0fa54966", +Cell[26426, 702, 191, 4, 70, "ExampleText",ExpressionUUID->"a03c5027-71bb-4fc8-83bb-d96a0fa54966", CellID->1414532797], Cell[CellGroupData[{ -Cell[26557, 704, 182, 3, 70, "Input",ExpressionUUID->"a32b8227-2af3-4210-b210-920c3c0a8f70", +Cell[26642, 710, 182, 3, 70, "Input",ExpressionUUID->"a32b8227-2af3-4210-b210-920c3c0a8f70", CellID->1880296416], -Cell[26742, 709, 337, 8, 36, "Output",ExpressionUUID->"4276f486-363e-4e13-ae43-20e9e6de6a6a", +Cell[26827, 715, 337, 8, 36, "Output",ExpressionUUID->"4276f486-363e-4e13-ae43-20e9e6de6a6a", CellID->1909829411] }, Open ]], -Cell[27094, 720, 292, 5, 70, "ExampleText",ExpressionUUID->"3781bf0f-6eb6-4457-ab49-53345e3309a9", +Cell[27179, 726, 292, 5, 70, "ExampleText",ExpressionUUID->"3781bf0f-6eb6-4457-ab49-53345e3309a9", CellID->1768683209], Cell[CellGroupData[{ -Cell[27411, 729, 200, 4, 70, "Input",ExpressionUUID->"ac4e7372-5eb7-4bfe-85ae-66e18152b671", +Cell[27496, 735, 200, 4, 70, "Input",ExpressionUUID->"ac4e7372-5eb7-4bfe-85ae-66e18152b671", CellID->487820841], Cell[CellGroupData[{ -Cell[27636, 737, 341, 7, 70, "Print",ExpressionUUID->"ec33f3bd-ebc6-4b97-87ab-0985fe8bf3b9", +Cell[27721, 743, 341, 7, 70, "Print",ExpressionUUID->"ec33f3bd-ebc6-4b97-87ab-0985fe8bf3b9", CellID->1434663843], -Cell[27980, 746, 812, 20, 70, "Print",ExpressionUUID->"92841d64-7aab-47ed-a635-ffb7c0dd343f", +Cell[28065, 752, 812, 20, 70, "Print",ExpressionUUID->"92841d64-7aab-47ed-a635-ffb7c0dd343f", CellID->876638867] }, Open ]], -Cell[28807, 769, 886, 24, 36, "Output",ExpressionUUID->"402222e1-bebf-4bc9-bd70-8f14355c19c0", +Cell[28892, 775, 886, 24, 36, "Output",ExpressionUUID->"402222e1-bebf-4bc9-bd70-8f14355c19c0", CellID->599951436] }, Open ]], -Cell[29708, 796, 365, 6, 70, "ExampleText",ExpressionUUID->"3d84c211-7d1e-41af-ba2a-01bf20609775", +Cell[29793, 802, 365, 6, 70, "ExampleText",ExpressionUUID->"3d84c211-7d1e-41af-ba2a-01bf20609775", CellID->819799284], Cell[CellGroupData[{ -Cell[30098, 806, 314, 7, 70, "Input",ExpressionUUID->"c523f635-570f-4caf-b43a-5e48c57cfffe", +Cell[30183, 812, 314, 7, 70, "Input",ExpressionUUID->"c523f635-570f-4caf-b43a-5e48c57cfffe", CellID->1944446549], -Cell[30415, 815, 325, 7, 36, "Output",ExpressionUUID->"3d1014da-c74a-4f0d-a417-e48ef551977d", +Cell[30500, 821, 325, 7, 36, "Output",ExpressionUUID->"3d1014da-c74a-4f0d-a417-e48ef551977d", CellID->1125042668] }, Open ]], -Cell[30755, 825, 326, 5, 70, "ExampleText",ExpressionUUID->"830764b2-553f-4281-95a1-50b43c5f86a0", +Cell[30840, 831, 326, 5, 70, "ExampleText",ExpressionUUID->"830764b2-553f-4281-95a1-50b43c5f86a0", CellID->2012915527], Cell[CellGroupData[{ -Cell[31106, 834, 314, 7, 70, "Input",ExpressionUUID->"3a60c7cf-be94-440b-b73f-b175a20be400", +Cell[31191, 840, 314, 7, 70, "Input",ExpressionUUID->"3a60c7cf-be94-440b-b73f-b175a20be400", CellID->1182683323], -Cell[31423, 843, 160, 3, 36, "Output",ExpressionUUID->"d5b9ca02-5499-49af-bf81-456079abbb6d", +Cell[31508, 849, 160, 3, 36, "Output",ExpressionUUID->"d5b9ca02-5499-49af-bf81-456079abbb6d", CellID->1615413270] }, Open ]], Cell[CellGroupData[{ -Cell[31620, 851, 367, 8, 70, "Input",ExpressionUUID->"5e6154d1-7ffc-47ea-a045-ab81d8ce0f1b", +Cell[31705, 857, 367, 8, 70, "Input",ExpressionUUID->"5e6154d1-7ffc-47ea-a045-ab81d8ce0f1b", CellID->866337756], -Cell[31990, 861, 159, 3, 36, "Output",ExpressionUUID->"cbcd2ef3-b5e2-4b3c-af5c-4a21ee93b30b", +Cell[32075, 867, 159, 3, 36, "Output",ExpressionUUID->"cbcd2ef3-b5e2-4b3c-af5c-4a21ee93b30b", CellID->383252547] }, Open ]], -Cell[32164, 867, 297, 5, 70, "ExampleText",ExpressionUUID->"e6d32277-ab35-4d69-a26f-0f49ea705842", +Cell[32249, 873, 297, 5, 70, "ExampleText",ExpressionUUID->"e6d32277-ab35-4d69-a26f-0f49ea705842", CellID->341118053], Cell[CellGroupData[{ -Cell[32486, 876, 191, 4, 70, "Input",ExpressionUUID->"83a495fa-232b-4dff-bfd3-340983bb1d44", +Cell[32571, 882, 191, 4, 70, "Input",ExpressionUUID->"83a495fa-232b-4dff-bfd3-340983bb1d44", CellID->874483175], -Cell[32680, 882, 222, 5, 36, "Output",ExpressionUUID->"c8261b58-9b16-4152-8c58-05aad1ab36aa", +Cell[32765, 888, 222, 5, 36, "Output",ExpressionUUID->"c8261b58-9b16-4152-8c58-05aad1ab36aa", CellID->1440567128] }, Open ]], Cell[CellGroupData[{ -Cell[32939, 892, 199, 4, 70, "Input",ExpressionUUID->"dd627db8-26c7-4740-bd31-1bb1144487b0", +Cell[33024, 898, 199, 4, 70, "Input",ExpressionUUID->"dd627db8-26c7-4740-bd31-1bb1144487b0", CellID->522633464], -Cell[33141, 898, 222, 5, 36, "Output",ExpressionUUID->"84ae9be2-5bd7-4344-9a39-89fb58519289", +Cell[33226, 904, 222, 5, 36, "Output",ExpressionUUID->"84ae9be2-5bd7-4344-9a39-89fb58519289", CellID->1043988702] }, Open ]], -Cell[33378, 906, 159, 2, 70, "ExampleText",ExpressionUUID->"a13b8698-1668-4391-9cc6-dd289a804482", +Cell[33463, 912, 159, 2, 70, "ExampleText",ExpressionUUID->"a13b8698-1668-4391-9cc6-dd289a804482", CellID->2037866876], Cell[CellGroupData[{ -Cell[33562, 912, 259, 5, 70, "Input",ExpressionUUID->"06b79dd2-4eec-407e-90b3-1a6288b4dc45", +Cell[33647, 918, 259, 5, 70, "Input",ExpressionUUID->"06b79dd2-4eec-407e-90b3-1a6288b4dc45", CellID->1469648325], -Cell[33824, 919, 161, 3, 36, "Output",ExpressionUUID->"8a30aa56-e8f3-4f3c-9e8a-cb6535911772", +Cell[33909, 925, 161, 3, 36, "Output",ExpressionUUID->"8a30aa56-e8f3-4f3c-9e8a-cb6535911772", CellID->2049855098] }, Open ]], -Cell[34000, 925, 218, 4, 70, "ExampleText",ExpressionUUID->"fc7c4eed-c884-4e34-96e0-d7fed0d57d79", +Cell[34085, 931, 218, 4, 70, "ExampleText",ExpressionUUID->"fc7c4eed-c884-4e34-96e0-d7fed0d57d79", CellID->1612820552], Cell[CellGroupData[{ -Cell[34243, 933, 207, 4, 70, "Input",ExpressionUUID->"43793f17-6af8-4042-af25-543fd777820c", +Cell[34328, 939, 207, 4, 70, "Input",ExpressionUUID->"43793f17-6af8-4042-af25-543fd777820c", CellID->187374841], -Cell[34453, 939, 160, 3, 36, "Output",ExpressionUUID->"d813f48e-60d4-4498-92f8-ef8601f52c9e", +Cell[34538, 945, 160, 3, 36, "Output",ExpressionUUID->"d813f48e-60d4-4498-92f8-ef8601f52c9e", CellID->1949269024] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[34940, 957, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"329ef8e0-4ecf-464a-a41b-eefa35e7cdca"], +Cell[40458, 1107, 670, 18, 70, "TechNotesSection",ExpressionUUID->"0c22447a-679b-42f3-a1b2-c9b41f7d13b2"], +Cell[41131, 1127, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"b0a8c590-3628-4d51-81bd-4ddf47394233"], +Cell[42167, 1155, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"2b765ca8-7a57-4df3-bfd0-489ea5652a53"], Cell[CellGroupData[{ -Cell[34877, 953, 5515, 148, 70, "SeeAlsoSection",ExpressionUUID->"167e9aad-294d-44b0-a36c-f35c8f23b974"], -Cell[40395, 1103, 670, 18, 70, "TechNotesSection",ExpressionUUID->"65a548a9-a513-4a0d-b34b-2f5599c4bac1"] -}, Open ]], -Cell[41080, 1124, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"6281d645-b7ab-4760-8959-a118602a4431"], -Cell[42116, 1152, 3541, 98, 70, "RelatedLinksSection",ExpressionUUID->"46dd54a5-374a-4258-8237-242d107d83d3"], -Cell[CellGroupData[{ -Cell[45682, 1254, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fe9576b6-546b-4914-9bc9-a470199f5eb7", +Cell[45733, 1257, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"fe9576b6-546b-4914-9bc9-a470199f5eb7", CellID->778415021], -Cell[45822, 1257, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e8ca252-da7d-467e-b33c-6de59dc7ca3d", +Cell[45873, 1260, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"2e8ca252-da7d-467e-b33c-6de59dc7ca3d", CellID->1194386356], -Cell[46044, 1263, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1e026eec-1b50-4d62-b80d-2fbac902f88b", +Cell[46095, 1266, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"1e026eec-1b50-4d62-b80d-2fbac902f88b", CellID->1641706272], -Cell[46259, 1268, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"715d9692-59aa-4e30-a843-94471b97d16c", +Cell[46310, 1271, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"715d9692-59aa-4e30-a843-94471b97d16c", CellID->399251956], -Cell[46488, 1274, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"682955ff-d0cf-461f-9b56-173546977d87", +Cell[46539, 1277, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"682955ff-d0cf-461f-9b56-173546977d87", CellID->821434655] }, Open ]], -Cell[46725, 1280, 78, 0, 70, "FooterCell",ExpressionUUID->"0ec9a8ad-7251-4724-843e-8724e0c6de05"] +Cell[46776, 1283, 78, 0, 70, "FooterCell",ExpressionUUID->"a30c4076-ac08-4775-9523-b7bb4ed19908"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/WeaklySuperAdditiveQ.nb b/Documentation/English/ReferencePages/Symbols/WeaklySuperAdditiveQ.nb index ab2414c..2392b6e 100644 --- a/Documentation/English/ReferencePages/Symbols/WeaklySuperAdditiveQ.nb +++ b/Documentation/English/ReferencePages/Symbols/WeaklySuperAdditiveQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40468, 1042] -NotebookOptionsPosition[ 32561, 885] -NotebookOutlinePosition[ 34654, 938] -CellTagsIndexPosition[ 34569, 933] +NotebookDataLength[ 40499, 1044] +NotebookOptionsPosition[ 32600, 888] +NotebookOutlinePosition[ 34717, 942] +CellTagsIndexPosition[ 34632, 937] WindowTitle->WeaklySuperAdditiveQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "2b83e4e9-3c68-477e-97fc-0f997121ebb0"], + "89465731-2b83-4ffc-8b0b-87a187de59f0"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "9db4ad2d-bcde-41a6-b139-c254ea950525"], + "ecdaa416-1c61-4a18-8d26-6184a6754387"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef823fe7-e270-43fe-ab45-04f95d02c7a7"] - }],ExpressionUUID->"9e8d1322-9ba2-416c-ba10-4db95114f862"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "52cead47-8b4a-431a-85f8-10860e685fc8"] + }],ExpressionUUID->"1c6d5c33-8b76-432b-b95b-f1f962f2a2b4"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "15ec71dd-0e64-4f53-a8ff-60e9c3994398"], + "dce28e22-feef-4afc-82e0-8fb21c19c0c6"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "42b5dfe4-9805-4ce3-b2bd-81969b6143d1"] - }],ExpressionUUID->"2fcc154d-dabe-4c0f-a14a-e7a4e637c781"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "7915bbc3-b364-4f91-879b-a7b36cce20a6"] + }],ExpressionUUID->"12506062-9c66-4b99-ace0-d6896b7c9af1"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0d976241-b5b9-42ab-bd71-49791fcb81c0"], + "43baaaa2-4856-46ac-a2c8-ac6951fa3475"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1316b492-b0a6-4a81-b3dc-759f7a3f35ad"] - }],ExpressionUUID->"abaaea67-26bb-4bb2-8470-68aa414c8948"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "44d4cd4d-4258-458e-8fb4-098f700f41d3"] + }],ExpressionUUID->"186e0836-3cf6-477d-97fe-32b7d138ac59"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "8a52eeba-ce80-4e52-bfd3-75257aafc35d"], + "8878fe23-3bf1-453c-b069-35569e94c28b"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "3c9ef827-ec51-4980-b5a8-f2a2dda59a92"] - }],ExpressionUUID->"ac24f7ef-58ec-4dd5-bbe0-4a18656e891a"], - StripOnInput->False], {"\<\"TUG/ref/WeaklySuperAdditiveQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/WeaklySuperAdditiveQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "947e7982-ce94-49c9-8b74-d5901fec0335"] + }],ExpressionUUID->"29852432-296f-4c75-ab5a-624124925b49"], + StripOnInput->False],{ + "\"TUG/ref/WeaklySuperAdditiveQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/WeaklySuperAdditiveQ"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ WeaklySuperAdditiveQ.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$215876], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/WeaklySuperAdditiveQ" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$232492], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/WeaklySuperAdditiveQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "b985a724-5de0-41cd-9ccf-b05b5548b474"] + "ba5f36e3-7911-4ba4-b0a0-04b18ab461c5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "678722e3-0fb1-4316-85ed-395a3b863830"]} + "9b95795d-a183-46ac-af1f-a81561954b49"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"2068c2b4-3ba3-4f6d-9469-b5204f920093"], + CellID->1,ExpressionUUID->"a8b31e51-3b6c-4c08-9931-a68f6485e945"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"12c01e75-7f6d-493b-84e1-bc6c63057825"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"1f5d62fa-815e-4d30-b80a-a3ec58f78ab1"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "WeaklySuperAdditiveQ", "ObjectName",ExpressionUUID-> - "1ba726af-d5d8-4592-a0a3-a6b37c94aecc"], + "d7879de4-4e17-4c07-85a5-4ebed7c56005"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"a9dffc37-5a87-4379-86c2-25b0630aa727"], + "Spacer1"]],ExpressionUUID->"5de8e28c-663b-4b89-8779-d853a0b8b5aa"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "29b6a070-e3a7-422b-9b67-1de5477b8049"] - }],ExpressionUUID->"f5697fa0-29b5-4f92-90d9-45de09ec3c1e"], Cell[BoxData[ + "d0f025ff-afda-4bcf-8164-20a09c99d1e4"] + }],ExpressionUUID->"5217df55-fb7b-467e-9b7b-feb81ef51ca7"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "44a1b5df-19d4-4851-b117-1aa86a7b777b"]} + "e7b6dd10-44c5-464c-ac00-0023875c183d"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"ac842297-381a-4f7f-8a97-6c3033ea61c9"], + CacheGraphics->False,ExpressionUUID->"0bb0aed3-02a3-42b8-a447-206d762070b1"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "320f8558-914f-4eac-b8b8-a082b671009e"], " \[LineSeparator]checks if a game is weakly super-additive." - }],ExpressionUUID->"ae9670fb-bbba-47ae-aad2-343e1998faac"]} + }],ExpressionUUID->"609ba706-e711-495b-a4a0-23e333166dba"]} }]], "Usage", CellID->1560899923,ExpressionUUID->"e12c6c81-a6dc-4e6b-91b6-34aff6b0e805"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"4ad00a90-200c-45fd-8459-6c1db7d3a55a"], + ExpressionUUID->"2cf422e6-b6f6-4488-ae6e-ba3cf0ba51e3"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"2b3212dd-9572-4d10-8694-c83f946eb065"], + "Spacer1"]],ExpressionUUID->"5503aebb-246a-47eb-a564-4e10504c9aea"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"e129833a-2891-476c-9658-e8397f3196b5"], + }], "NotesFrameText",ExpressionUUID->"92009898-eb31-4783-99b8-2095479ead00"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"ec24f9d6-bdf5-459e-889a-661d5bb095cd"]], \ + "Preemptive"]],ExpressionUUID->"ecb4cbe6-adfe-49e2-90a7-05e9c879b6cb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->33395215,ExpressionUUID->"33a37d75-e548-46b8-bb8a-1e6f7655cc5a"], + CellID->871377764,ExpressionUUID->"f32298b0-a3aa-4e72-9df9-4ae6aefa8fe3"], Cell[TextData[{ "The input expression ", @@ -369,19 +375,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2c8a0ef8-cc3b-4c45-aea1-8b7db42dc547"], + ExpressionUUID->"52baf986-0da5-4c5b-915b-8f1f6e5148ea"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"98fffc23-9a63-4172-b15b-a1a25726dc9b"], + "Spacer1"]],ExpressionUUID->"e6f42187-d5cc-4f26-84bb-1796b238bb0f"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "49b4dd7e-b6a4-4efb-953c-85a160260885"] + "d8a0fac8-f756-4af3-8d72-800e27f85c67"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->420737305,ExpressionUUID->"c9dcec52-d37c-4850-8224-a10c89af3fa0"], + CellID->2068794561,ExpressionUUID->"2acbbc5e-9d9f-4291-b549-ccdf152ab358"], Cell[CellGroupData[{ @@ -410,18 +416,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2e8f3a71-c712-4534-bdd6-b5c28e798638"], + ExpressionUUID->"ec09d320-c3d1-44a2-9342-7f9195ab08b0"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"921be2ea-07a9-4f87-b896-ac14507b543e"], + "Spacer1"]],ExpressionUUID->"ab581ad0-95b9-46c1-b411-eac35abfb1b3"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "eb4f32f8-2dfd-48b9-9e93-02f9aa367cd1"] + "bc86c2af-0fe4-496f-bdc0-e7d321b0d140"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1125542662,ExpressionUUID->"2b6be292-3a4a-4b55-b709-8c417447303f"], + CellID->235806875,ExpressionUUID->"5945b3b9-3155-4ad8-950f-7350232b7468"], Cell["Loading the package:", "ExampleText", CellID->1986244296,ExpressionUUID->"cb7eaa39-92fd-4ee3-ba12-f2d8267634a1"], @@ -587,8 +593,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -736,15 +740,15 @@ Cell[BoxData[GridBox[{ "89e88140-a431-4097-9174-eab06de87f8f"] }], "SeeAlso",ExpressionUUID->"d43f501f-5719-46fa-afa5-79fb57662ba5"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"3b927564-111f-4706-9cc3-\ -e6927b44bb43"], + }]], "SeeAlsoSection",ExpressionUUID->"abd340c3-aa61-4db4-a2bc-\ +764d4d9aa458"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -756,9 +760,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"269b8c4d-edbe-45b1-a7a0-13b666f1aed1"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"eed0390c-fca0-42ff-a17b-\ -40366e74d237"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"a2106186-0a03-4034-80d5-\ +1eed5cef9057"], Cell[BoxData[GridBox[{ { @@ -775,7 +778,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "1c7f698d-f188-4984-9483-c387faf48b30"]}]}, + "c4e83295-92c4-4123-8282-2c838151e655"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -783,10 +786,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "12f12640-65af-4dda-b14d-ff2a5846320e"]}]} + "7b5f6bdf-d81a-488b-a433-df5f19c8b171"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"02f33a2e-39d2-415b-87a4-\ -0c0f85c54f4b"], + }]], "MoreAboutSection",ExpressionUUID->"114bcd95-2d99-4ea5-a7ac-\ +43b747fff935"], Cell[BoxData[GridBox[{ { @@ -813,7 +816,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ca08e4a1-9c83-40ee-b65a-713e1b13cd7c"]], "RelatedLinks", + "5f7ebc1d-e569-4c39-b32e-2e3141ce6277"]], "RelatedLinks", ExpressionUUID->"66d5963f-5844-479b-ae1a-2b2ffaab8519"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -830,7 +833,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "453e81cb-b7e2-4240-a6c0-00a28d4bde2f"]], "RelatedLinks", + "16a6e071-db8e-4d52-887d-fcec10beb602"]], "RelatedLinks", ExpressionUUID->"a9b8bf99-a6af-441d-8584-1d7fb7fa659b"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -847,11 +850,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/SuperAdditiveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7f3b3f0c-e679-4f2d-8a94-4393ecdec79e"]], "RelatedLinks", + "c8ed2f43-5263-454b-8a1c-bdbbb1cdf398"]], "RelatedLinks", ExpressionUUID->"8c4ffb24-f1b9-4fc5-af17-f26b3d12f147"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4f0a197e-2f6d-48e3-8844-\ -7f69ff78675c"], + }]], "RelatedLinksSection",ExpressionUUID->"23974b58-43c5-4a4b-a7d6-\ +39e0766aafda"], Cell[CellGroupData[{ @@ -881,11 +884,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"6d0904fd-703b-47e0-b9f9-1b79ed03ccbe"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"57cc2f77-4e6c-4fe8-9db1-949c8d039664"] +Cell[" ", "FooterCell",ExpressionUUID->"b2759b96-beeb-466d-8c69-c834d3548d00"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"WeaklySuperAdditiveQ", TaggingRules->{ @@ -896,17 +899,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 31.276164}", + "built" -> "{2024, 6, 3, 16, 56, 28.527309}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "WeaklySuperAdditiveQ[game] checks if a game is weakly super-additive.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "WeaklySuperAdditiveQ", - "titlemodifier" -> "", "windowtitle" -> "WeaklySuperAdditiveQ", "type" -> - "Symbol", "uri" -> "TUG/ref/WeaklySuperAdditiveQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "WeaklySuperAdditiveQ", "type" -> "Symbol", "uri" -> + "TUG/ref/WeaklySuperAdditiveQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -915,9 +919,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c6d0ce50-f134-4789-86b8-752ada47cd49" +ExpressionUUID->"9e93235f-e238-4beb-b16b-b01aafe06d09" ] (* End of Notebook Content *) @@ -925,125 +929,123 @@ ExpressionUUID->"c6d0ce50-f134-4789-86b8-752ada47cd49" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13429, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9dcec52-d37c-4850-8224-a10c89af3fa0", + Cell[13502, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2acbbc5e-9d9f-4291-b549-ccdf152ab358", CellTags->"PrimaryExamplesSection", - CellID->420737305]} + CellID->2068794561]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34369, 926} + {"PrimaryExamplesSection", 34431, 930} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7109, 168, 56, "AnchorBarGrid",ExpressionUUID->"2068c2b4-3ba3-4f6d-9469-b5204f920093", +Cell[592, 21, 7181, 174, 57, "AnchorBarGrid",ExpressionUUID->"a8b31e51-3b6c-4c08-9931-a68f6485e945", CellID->1], -Cell[7704, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"12c01e75-7f6d-493b-84e1-bc6c63057825"], +Cell[7776, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"1f5d62fa-815e-4d30-b80a-a3ec58f78ab1"], Cell[CellGroupData[{ -Cell[7815, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"ac842297-381a-4f7f-8a97-6c3033ea61c9"], -Cell[9112, 232, 464, 9, 111, "Usage",ExpressionUUID->"e12c6c81-a6dc-4e6b-91b6-34aff6b0e805", +Cell[7887, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"0bb0aed3-02a3-42b8-a447-206d762070b1"], +Cell[9184, 238, 464, 9, 111, "Usage",ExpressionUUID->"e12c6c81-a6dc-4e6b-91b6-34aff6b0e805", CellID->1560899923] }, Open ]], Cell[CellGroupData[{ -Cell[9613, 246, 1893, 47, 37, "NotesSection",ExpressionUUID->"33a37d75-e548-46b8-bb8a-1e6f7655cc5a", +Cell[9685, 252, 1894, 47, 37, "NotesSection",ExpressionUUID->"f32298b0-a3aa-4e72-9df9-4ae6aefa8fe3", CellGroupingRules->{"SectionGrouping", 50}, - CellID->33395215], -Cell[11509, 295, 782, 20, 57, "]]",ExpressionUUID->"df9cf7e9-29e5-427c-a96b-bca4df05ee95", + CellID->871377764], +Cell[11582, 301, 782, 20, 57, "]]",ExpressionUUID->"df9cf7e9-29e5-427c-a96b-bca4df05ee95", CellID->209133038], -Cell[12294, 317, 489, 12, 37, "Notes",ExpressionUUID->"41cb9ba5-0100-4195-b8dd-4402f6665b5c", +Cell[12367, 323, 489, 12, 38, "Notes",ExpressionUUID->"41cb9ba5-0100-4195-b8dd-4402f6665b5c", CellID->177724765], -Cell[12786, 331, 360, 6, 57, "Notes",ExpressionUUID->"86cc2e3a-78d6-4659-9277-aa4f8dc7a7b6", +Cell[12859, 337, 360, 6, 57, "Notes",ExpressionUUID->"86cc2e3a-78d6-4659-9277-aa4f8dc7a7b6", CellID->1338974212], -Cell[13149, 339, 153, 1, 36, "Notes",ExpressionUUID->"ba196abb-60d9-46bf-8337-be3824aa23f2", +Cell[13222, 345, 153, 1, 36, "Notes",ExpressionUUID->"ba196abb-60d9-46bf-8337-be3824aa23f2", CellID->1114468319] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13429, 346, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c9dcec52-d37c-4850-8224-a10c89af3fa0", +Cell[13502, 352, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"2acbbc5e-9d9f-4291-b549-ccdf152ab358", CellTags->"PrimaryExamplesSection", - CellID->420737305], + CellID->2068794561], Cell[CellGroupData[{ -Cell[14874, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"2b6be292-3a4a-4b55-b709-8c417447303f", - CellID->1125542662], -Cell[16276, 425, 119, 1, 38, "ExampleText",ExpressionUUID->"cb7eaa39-92fd-4ee3-ba12-f2d8267634a1", +Cell[14948, 393, 1398, 36, 30, "ExampleSection",ExpressionUUID->"5945b3b9-3155-4ad8-950f-7350232b7468", + CellID->235806875], +Cell[16349, 431, 119, 1, 39, "ExampleText",ExpressionUUID->"cb7eaa39-92fd-4ee3-ba12-f2d8267634a1", CellID->1986244296], Cell[CellGroupData[{ -Cell[16420, 430, 168, 3, 27, "Input",ExpressionUUID->"7fd8de4d-e0de-41dc-8814-1ba91efd7522", +Cell[16493, 436, 168, 3, 27, "Input",ExpressionUUID->"7fd8de4d-e0de-41dc-8814-1ba91efd7522", CellID->1753070764], Cell[CellGroupData[{ -Cell[16613, 437, 235, 4, 23, "Print",ExpressionUUID->"62cc8c18-4e8b-457b-b98a-34b7542fc6a6", +Cell[16686, 443, 235, 4, 23, "Print",ExpressionUUID->"62cc8c18-4e8b-457b-b98a-34b7542fc6a6", CellID->573454455], -Cell[16851, 443, 364, 8, 23, "Print",ExpressionUUID->"59d5089d-781a-4a89-bed8-25627bc7aac9", +Cell[16924, 449, 364, 8, 23, "Print",ExpressionUUID->"59d5089d-781a-4a89-bed8-25627bc7aac9", CellID->930247736], -Cell[17218, 453, 236, 4, 23, "Print",ExpressionUUID->"45ea6c06-837f-4387-9660-22a97ba325f5", +Cell[17291, 459, 236, 4, 23, "Print",ExpressionUUID->"45ea6c06-837f-4387-9660-22a97ba325f5", CellID->1948351729], -Cell[17457, 459, 219, 3, 23, "Print",ExpressionUUID->"582234cf-2aef-4d7f-97e3-7539158518c4", +Cell[17530, 465, 219, 3, 23, "Print",ExpressionUUID->"582234cf-2aef-4d7f-97e3-7539158518c4", CellID->241303783], -Cell[17679, 464, 206, 3, 23, "Print",ExpressionUUID->"08233302-df7c-4f75-9904-6636bf936bc0", +Cell[17752, 470, 206, 3, 23, "Print",ExpressionUUID->"08233302-df7c-4f75-9904-6636bf936bc0", CellID->512380992], -Cell[17888, 469, 237, 4, 23, "Print",ExpressionUUID->"9c06436b-46d0-47b2-9977-05af854beca2", +Cell[17961, 475, 237, 4, 23, "Print",ExpressionUUID->"9c06436b-46d0-47b2-9977-05af854beca2", CellID->1542627378], -Cell[18128, 475, 219, 3, 23, "Print",ExpressionUUID->"d51ada8b-a4b4-4e9c-a77a-33b91a77c455", +Cell[18201, 481, 219, 3, 23, "Print",ExpressionUUID->"d51ada8b-a4b4-4e9c-a77a-33b91a77c455", CellID->425423625], -Cell[18350, 480, 235, 4, 23, "Print",ExpressionUUID->"943a0ab3-58b4-4cca-9d4e-561263493963", +Cell[18423, 486, 235, 4, 23, "Print",ExpressionUUID->"943a0ab3-58b4-4cca-9d4e-561263493963", CellID->568588959], -Cell[18588, 486, 235, 4, 23, "Print",ExpressionUUID->"e76d3abc-a3ae-4224-8021-8585e4967c76", +Cell[18661, 492, 235, 4, 23, "Print",ExpressionUUID->"e76d3abc-a3ae-4224-8021-8585e4967c76", CellID->868425387], -Cell[18826, 492, 206, 3, 23, "Print",ExpressionUUID->"c0b7a393-39c3-4984-ba77-e0df1bae796f", +Cell[18899, 498, 206, 3, 23, "Print",ExpressionUUID->"c0b7a393-39c3-4984-ba77-e0df1bae796f", CellID->943982928], -Cell[19035, 497, 235, 4, 70, "Print",ExpressionUUID->"283783d4-fcfd-4f5d-a091-1cd0f55316a2", +Cell[19108, 503, 235, 4, 23, "Print",ExpressionUUID->"283783d4-fcfd-4f5d-a091-1cd0f55316a2", CellID->312246120] }, Open ]] }, Open ]], -Cell[19297, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"6dea4d33-88b7-4e2e-89ea-933150116848", +Cell[19370, 511, 136, 1, 70, "ExampleText",ExpressionUUID->"6dea4d33-88b7-4e2e-89ea-933150116848", CellID->878717517], -Cell[19436, 508, 234, 6, 70, "Input",ExpressionUUID->"da83d89c-363c-4ccd-9ba8-97e220b0548c", +Cell[19509, 514, 234, 6, 70, "Input",ExpressionUUID->"da83d89c-363c-4ccd-9ba8-97e220b0548c", CellID->183261064], Cell[CellGroupData[{ -Cell[19695, 518, 359, 8, 70, "Input",ExpressionUUID->"f633859f-a385-4084-beb2-703f62d672d2", +Cell[19768, 524, 359, 8, 70, "Input",ExpressionUUID->"f633859f-a385-4084-beb2-703f62d672d2", CellID->719963359], -Cell[20057, 528, 361, 8, 36, "Output",ExpressionUUID->"d5d9167f-e18a-46fa-bfcd-290b61c65445", +Cell[20130, 534, 361, 8, 36, "Output",ExpressionUUID->"d5d9167f-e18a-46fa-bfcd-290b61c65445", CellID->525435630] }, Open ]], -Cell[20433, 539, 237, 6, 70, "Input",ExpressionUUID->"c99f33c7-1b51-4728-b893-abee4709635c", +Cell[20506, 545, 237, 6, 70, "Input",ExpressionUUID->"c99f33c7-1b51-4728-b893-abee4709635c", CellID->163242924], -Cell[20673, 547, 190, 4, 70, "ExampleText",ExpressionUUID->"68b47b64-7b1e-4469-9297-3d894393b54f", +Cell[20746, 553, 190, 4, 70, "ExampleText",ExpressionUUID->"68b47b64-7b1e-4469-9297-3d894393b54f", CellID->407918011], Cell[CellGroupData[{ -Cell[20888, 555, 178, 3, 70, "Input",ExpressionUUID->"243b1433-35c4-4346-9df3-04cce9fd4799", +Cell[20961, 561, 178, 3, 70, "Input",ExpressionUUID->"243b1433-35c4-4346-9df3-04cce9fd4799", CellID->1804804459], -Cell[21069, 560, 172, 4, 36, "Output",ExpressionUUID->"c15832d1-4197-405a-b9ef-1a5ba92efae3", +Cell[21142, 566, 172, 4, 36, "Output",ExpressionUUID->"c15832d1-4197-405a-b9ef-1a5ba92efae3", CellID->410259671] }, Open ]], -Cell[21256, 567, 144, 1, 70, "ExampleText",ExpressionUUID->"f98f2647-7d4d-4842-9cd0-2eafd1efa431", +Cell[21329, 573, 144, 1, 70, "ExampleText",ExpressionUUID->"f98f2647-7d4d-4842-9cd0-2eafd1efa431", CellID->1059553431], Cell[CellGroupData[{ -Cell[21425, 572, 178, 3, 70, "Input",ExpressionUUID->"e89a463e-4278-4cb8-a3a7-068c2a562bfa", +Cell[21498, 578, 178, 3, 70, "Input",ExpressionUUID->"e89a463e-4278-4cb8-a3a7-068c2a562bfa", CellID->1420293291], -Cell[21606, 577, 159, 3, 36, "Output",ExpressionUUID->"0a78eabd-3773-469e-965a-c88d0d0d463a", +Cell[21679, 583, 159, 3, 36, "Output",ExpressionUUID->"0a78eabd-3773-469e-965a-c88d0d0d463a", CellID->1293540974] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22080, 595, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"abd340c3-aa61-4db4-a2bc-764d4d9aa458"], +Cell[27532, 745, 670, 18, 70, "TechNotesSection",ExpressionUUID->"a2106186-0a03-4034-80d5-1eed5cef9057"], +Cell[28205, 765, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"114bcd95-2d99-4ea5-a7ac-43b747fff935"], +Cell[29241, 793, 2209, 63, 70, "RelatedLinksSection",ExpressionUUID->"23974b58-43c5-4a4b-a7d6-39e0766aafda"], Cell[CellGroupData[{ -Cell[22029, 591, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"3b927564-111f-4706-9cc3-e6927b44bb43"], -Cell[27481, 741, 670, 18, 70, "TechNotesSection",ExpressionUUID->"eed0390c-fca0-42ff-a17b-40366e74d237"] -}, Open ]], -Cell[28166, 762, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"02f33a2e-39d2-415b-87a4-0c0f85c54f4b"], -Cell[29202, 790, 2209, 63, 70, "RelatedLinksSection",ExpressionUUID->"4f0a197e-2f6d-48e3-8844-7f69ff78675c"], -Cell[CellGroupData[{ -Cell[31436, 857, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"16ee4e12-0e93-49f6-b733-7f78271117f1", +Cell[31475, 860, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"16ee4e12-0e93-49f6-b733-7f78271117f1", CellID->174251628], -Cell[31576, 860, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5a740201-712f-4356-b486-c0750de7d8e5", +Cell[31615, 863, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"5a740201-712f-4356-b486-c0750de7d8e5", CellID->1194386356], -Cell[31798, 866, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ab26208-f058-441e-b51f-d9583b18181f", +Cell[31837, 869, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"2ab26208-f058-441e-b51f-d9583b18181f", CellID->1641706272], -Cell[32013, 871, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7cba6952-b5e3-4fe8-82c9-4468df55cf4d", +Cell[32052, 874, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7cba6952-b5e3-4fe8-82c9-4468df55cf4d", CellID->399251956], -Cell[32242, 877, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6d0904fd-703b-47e0-b9f9-1b79ed03ccbe", +Cell[32281, 880, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"6d0904fd-703b-47e0-b9f9-1b79ed03ccbe", CellID->821434655] }, Open ]], -Cell[32479, 883, 78, 0, 70, "FooterCell",ExpressionUUID->"57cc2f77-4e6c-4fe8-9db1-949c8d039664"] +Cell[32518, 886, 78, 0, 70, "FooterCell",ExpressionUUID->"b2759b96-beeb-466d-8c69-c834d3548d00"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/WeightedMajority.nb b/Documentation/English/ReferencePages/Symbols/WeightedMajority.nb index 38555e8..35db136 100644 --- a/Documentation/English/ReferencePages/Symbols/WeightedMajority.nb +++ b/Documentation/English/ReferencePages/Symbols/WeightedMajority.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 47984, 1249] -NotebookOptionsPosition[ 37116, 1031] -NotebookOutlinePosition[ 39243, 1085] -CellTagsIndexPosition[ 39157, 1080] +NotebookDataLength[ 47975, 1248] +NotebookOptionsPosition[ 37126, 1032] +NotebookOutlinePosition[ 39270, 1086] +CellTagsIndexPosition[ 39184, 1081] WindowTitle->WeightedMajority WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "14930621-4c57-4e64-8d9b-24d3894b5e5d"], + "ed9e50f9-1670-4d6a-8088-806aea73202a"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "173398f5-2c92-4b69-b26e-444719e02598"], + "14ea2d88-1840-42de-838e-97ea716693d3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "5f703dbc-2799-4b17-b1bc-a1abe9b4fe2c"] - }],ExpressionUUID->"ede71784-2b77-4bdf-894a-c2cff8bbef83"], - StripOnInput->False], {"\<\"ComplementaryMarket\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ComplementaryMarket"], "\<\"DualGame\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/DualGame"], "\<\"AssignmentProblem\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AssignmentProblem"], "\<\"ModestBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ModestBankruptcy"], "\<\"GreedyBankruptcy\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GreedyBankruptcy"], "\<\"GenProfitMatrix\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/GenProfitMatrix"], "\<\"SymGameType2\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType2"], "\<\"SymGameType3\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType3"], "\<\"SymGameType4\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/SymGameType4"], "\<\"CostSaving\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, + "a33fd779-ee33-489f-b2ba-96253a6adff8"] + }],ExpressionUUID->"fa7a8116-127b-4787-bcba-2f0051588545"], + StripOnInput->False],{ + "\"ComplementaryMarket\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ComplementaryMarket"], + "\"DualGame\"" :> + Documentation`HelpLookup["paclet:TUG/ref/DualGame"], + "\"AssignmentProblem\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AssignmentProblem"], + "\"ModestBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ModestBankruptcy"], + "\"GreedyBankruptcy\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GreedyBankruptcy"], + "\"GenProfitMatrix\"" :> + Documentation`HelpLookup["paclet:TUG/ref/GenProfitMatrix"], + "\"SymGameType2\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType2"], + "\"SymGameType3\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType3"], + "\"SymGameType4\"" :> + Documentation`HelpLookup["paclet:TUG/ref/SymGameType4"], + "\"CostSaving\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CostSaving"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "d3e03f21-8492-4259-a436-42d609698634"], + "11a4248a-f3cc-4b3b-87de-8f4c778cd8fb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "869e2c37-ad88-40b9-92a2-ad20f19ca881"] - }],ExpressionUUID->"1bb1a02f-cc0d-45fd-9e7b-a04504c229df"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "b2cc68bf-61e9-4c12-93b7-fe486bdf04cd"] + }],ExpressionUUID->"ac302e8f-62c7-4208-9ad6-6f98d7ce9ade"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3d0b645c-e5d9-46f9-8063-dae62ba61756"], + "e4fe82e9-6991-4131-bbae-7da653a75c40"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "4d30cace-11d5-4bc9-a647-04aff554ef7d"] - }],ExpressionUUID->"35b74e82-94f6-4a02-93c9-00e4dc1049e6"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "cafed9d7-2280-463b-9e33-f43ea8d8efd9"] + }],ExpressionUUID->"b743568d-5419-44d1-9b6e-ab06bd3320f1"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "fa53a03e-632b-4dd4-b75f-ddf5b552bc0d"], + "09825185-80b1-4d42-b452-8dcb10cfeaae"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "ef004898-c9c3-43ea-bd29-f5719fe0e9b5"] - }],ExpressionUUID->"d40bf980-c338-4722-bb1b-0463f934bd45"], - StripOnInput->False], {"\<\"TUG/ref/WeightedMajority\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/WeightedMajority"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2a0a0bae-71f9-4f9a-b6c5-44746ab6c4df"] + }],ExpressionUUID->"22d6018a-851d-4bcd-adca-5ee5be175311"], + StripOnInput->False],{ + "\"TUG/ref/WeightedMajority\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/WeightedMajority"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ WeightedMajority.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$216436], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/WeightedMajority" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$233086], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/WeightedMajority" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e0ad598c-ebf6-4fa3-9c2a-51e9f74d8f9b"] + "3a35bd14-0217-4cb3-ac97-cbc83ecde0fa"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "69051af4-7493-44a1-b086-b439e98ca5e6"]} + "79ad0ced-c1d5-413b-b0cc-63e281dd6f67"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ec3cd95f-4ac4-4217-ac43-e8b44e29e697"], + CellID->1,ExpressionUUID->"de27c9be-1949-4c6e-970d-913815e6d1a5"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"87ae7f60-4608-4d23-b93d-5f66baa0d2d2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"d6e1bdf0-c151-4e0a-9ecb-d89a62fe08fb"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "WeightedMajority", "ObjectName",ExpressionUUID-> - "60d7fd98-9b84-4ce2-b982-95851f855063"], + "e0c20d9c-4455-4fb4-b8c5-00680a99e9ea"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"aedcc5c4-08ad-462b-acb7-dd1a36ad805a"], + "Spacer1"]],ExpressionUUID->"71355996-7d2b-4b6b-90e5-b7e47490d8ac"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "1fe5a722-0bfd-443c-8f3c-7f59a4f65e37"] - }],ExpressionUUID->"2973731a-47c0-44eb-b33f-06e0eddd48d3"], Cell[BoxData[ + "a2b509be-3db2-45c0-b1b1-5fac17f60f81"] + }],ExpressionUUID->"ed1b3867-0fd5-4ad5-9f15-98a3b1de985a"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "bcde16c7-4f1d-4c3f-af3b-71c7b3b2ffab"]} + "9cf32346-232f-41a2-accc-b45119fab55b"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"e13b5cdf-946c-43da-b777-78c7e3a797c4"], + CacheGraphics->False,ExpressionUUID->"1f7af5b5-7425-4796-b848-3790a9935bc8"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -240,7 +244,7 @@ Cell[BoxData[GridBox[{ "d7a78990-0d6e-4504-a5b3-287887b9004c"], " \[LineSeparator]determines a simple game from the non-negative weights \ vector and a quota/threshold." - }],ExpressionUUID->"5af852b0-fbba-4570-ac0c-670ea0661af6"]} + }],ExpressionUUID->"0f1040f5-62c2-4c96-a202-0d558bddbfa1"]} }]], "Usage", CellID->1849738186,ExpressionUUID->"1e7ba6bf-7354-4471-82e9-cc23d0ab9cab"] }, Open ]], @@ -273,12 +277,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"c2edb717-c8b5-4c3e-b477-bd26cf6e8a9f"], + ExpressionUUID->"b29eccbd-3c0c-4cca-b51e-336733375765"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"28bdbfd5-b3d5-4305-85ec-03a0bc72d611"], + "Spacer1"]],ExpressionUUID->"825f042d-ebb4-42b8-8088-2e6ab2b3a4b5"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"939975e0-7077-4d50-a54a-c811a0f5f5e4"], + }], "NotesFrameText",ExpressionUUID->"d53284c9-13e7-4e98-a73a-754252c71a3e"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -289,12 +293,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"8a7c040a-6cae-4991-8221-a7c6ab067fae"]], \ + "Preemptive"]],ExpressionUUID->"d0e4f835-10b1-48bf-855f-2c2167266d51"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1031633453,ExpressionUUID->"cf4f5910-c28c-4ac6-bbbf-9d6dc9477750"], + CellID->734829903,ExpressionUUID->"b8c1fa2f-c2b8-4a64-8035-5ea032614fe1"], Cell[TextData[{ "The expression ", @@ -372,19 +376,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"8263ffcc-85b2-4662-a2d2-cdf4e13b14e8"], + ExpressionUUID->"348619ab-2f73-4f81-a4b5-26fb5504d12e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1645b95f-5a02-4ccf-b636-a29c268a5d48"], + "Spacer1"]],ExpressionUUID->"5e2a1b37-7708-4908-ae55-d0265f0367dd"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "5dc552a8-fb64-4182-ba17-c8a299d1d6c5"] + "35bb7ac9-cb5c-4e86-9b7c-26bd6a332ebd"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1836456359,ExpressionUUID->"105bd8b8-fa90-408f-b4d4-a17eb75b95af"], + CellID->662440037,ExpressionUUID->"ef7c8213-9035-4711-811f-9b52dfa0cc38"], Cell[CellGroupData[{ @@ -413,18 +417,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"1e5c4c93-e448-456e-aef4-7e00d7757971"], + ExpressionUUID->"f1ad79e7-44c5-44bb-bff2-f0c078c209af"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7a46c80c-1aa2-40f8-981b-abc5eb834d1e"], + "Spacer1"]],ExpressionUUID->"c6840854-3df9-4b8a-b68e-16d6acda8cce"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "28cdbc54-a81e-4067-8d28-a861644be4c8"] + "16302bc7-4fab-4ea7-97f6-36d11985781e"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1524216075,ExpressionUUID->"51ce5f9a-60e8-42d4-a8ed-7d1aaf14476a"], + CellID->587296362,ExpressionUUID->"b44473e0-6de2-4c91-b016-0ece9f185e8e"], Cell["Loading the package:", "ExampleText", CellID->961869651,ExpressionUUID->"9349758d-4df9-497c-b4d9-6ef6e4666143"], @@ -767,8 +771,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -916,15 +918,15 @@ Cell[BoxData[GridBox[{ "41f2b929-c77e-4f21-8ab4-017ab4d27a11"] }], "SeeAlso",ExpressionUUID->"78017c81-136e-4dfb-814c-dcc2504f8944"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"b5762db0-1c15-496c-9fd4-\ -0a27a45e6470"], + }]], "SeeAlsoSection",ExpressionUUID->"99a209c1-e6ef-4e7c-9cab-\ +a5bd8210b214"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -936,9 +938,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"df280b4a-6821-439a-b902-3bd5075a9546"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"5a2abb88-16e8-4510-bb71-\ -34b10e0d6c43"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"af744e4a-1581-42cc-8d0b-\ +443c3c5919a5"], Cell[BoxData[GridBox[{ { @@ -955,7 +956,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "ab2def25-b3ca-4416-a23b-6b9abbd21fed"]}]}, + "bbf20956-6399-4134-8498-969645d91780"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -963,10 +964,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "fb1961b8-dde7-4b33-84fc-db94be0c8550"]}]} + "cd4d8b98-02e9-4623-879c-62ce8c8b48f0"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"ef7bf410-abf3-44a0-a683-\ -0351575e157d"], + }]], "MoreAboutSection",ExpressionUUID->"f4ddb2c7-f353-4f91-9a3d-\ +dd84f0c22a34"], Cell[BoxData[GridBox[{ { @@ -993,11 +994,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ShapleyValue"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "605003f3-d5ab-445d-9d7d-ea98e59051fa"]], "RelatedLinks", + "6e848796-908b-48c7-9454-875d6a5d56b0"]], "RelatedLinks", ExpressionUUID->"95edc599-366e-4c78-b878-bd4a4a6470ca"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"cf3cecad-fee1-4ad7-91d2-\ -255174fd4db9"], + }]], "RelatedLinksSection",ExpressionUUID->"50851fbe-a6fa-4b6f-b2ca-\ +91130487df9a"], Cell[CellGroupData[{ @@ -1027,11 +1028,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"b80c9e77-a11a-46be-857f-6a97089ed9fd"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"80538f48-e3ba-4068-b7ba-90104958db77"] +Cell[" ", "FooterCell",ExpressionUUID->"3c4b47f1-ed95-4d23-9071-d3b601e31106"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"WeightedMajority", TaggingRules->{ @@ -1042,7 +1043,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 32.767039}", + "built" -> "{2024, 6, 3, 16, 56, 29.271606}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -1050,10 +1051,10 @@ TaggingRules->{ "WeightedMajority[T, wghs_List] determines a simple game from the \ non-negative weights vector and a quota/threshold.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "WeightedMajority", "titlemodifier" -> "", - "windowtitle" -> "WeightedMajority", "type" -> "Symbol", "uri" -> - "TUG/ref/WeightedMajority"}}, + "metadescription" -> "", "windowtitle" -> "WeightedMajority", "type" -> + "Symbol", "uri" -> "TUG/ref/WeightedMajority"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -1062,9 +1063,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"c4cb3259-f329-458b-b952-9e310c5de341" +ExpressionUUID->"30e42555-66bf-4f77-9a45-00027cba8a55" ] (* End of Notebook Content *) @@ -1072,185 +1073,183 @@ ExpressionUUID->"c4cb3259-f329-458b-b952-9e310c5de341" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13653, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"105bd8b8-fa90-408f-b4d4-a17eb75b95af", + Cell[13699, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef7c8213-9035-4711-811f-9b52dfa0cc38", CellTags->"PrimaryExamplesSection", - CellID->1836456359]} + CellID->662440037]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 38956, 1073} + {"PrimaryExamplesSection", 38984, 1074} } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 7122, 169, 56, "AnchorBarGrid",ExpressionUUID->"ec3cd95f-4ac4-4217-ac43-e8b44e29e697", +Cell[588, 21, 7169, 173, 57, "AnchorBarGrid",ExpressionUUID->"de27c9be-1949-4c6e-970d-913815e6d1a5", CellID->1], -Cell[7713, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"87ae7f60-4608-4d23-b93d-5f66baa0d2d2"], +Cell[7760, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"d6e1bdf0-c151-4e0a-9ecb-d89a62fe08fb"], Cell[CellGroupData[{ -Cell[7824, 196, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"e13b5cdf-946c-43da-b777-78c7e3a797c4"], -Cell[9117, 233, 537, 11, 111, "Usage",ExpressionUUID->"1e7ba6bf-7354-4471-82e9-cc23d0ab9cab", +Cell[7871, 200, 1290, 35, 59, "ObjectNameGrid",ExpressionUUID->"1f7af5b5-7425-4796-b848-3790a9935bc8"], +Cell[9164, 237, 537, 11, 111, "Usage",ExpressionUUID->"1e7ba6bf-7354-4471-82e9-cc23d0ab9cab", CellID->1849738186] }, Open ]], Cell[CellGroupData[{ -Cell[9691, 249, 1895, 47, 37, "NotesSection",ExpressionUUID->"cf4f5910-c28c-4ac6-bbbf-9d6dc9477750", +Cell[9738, 253, 1894, 47, 37, "NotesSection",ExpressionUUID->"b8c1fa2f-c2b8-4a64-8035-5ea032614fe1", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1031633453], -Cell[11589, 298, 717, 14, 78, "]]",ExpressionUUID->"594c0784-109f-4140-996a-6755ae51ddcf", + CellID->734829903], +Cell[11635, 302, 717, 14, 78, "]]",ExpressionUUID->"594c0784-109f-4140-996a-6755ae51ddcf", CellID->313448337], -Cell[12309, 314, 489, 12, 37, "Notes",ExpressionUUID->"0e1a80a6-8f7a-4b2f-b9da-642e107f1bfb", +Cell[12355, 318, 489, 12, 38, "Notes",ExpressionUUID->"0e1a80a6-8f7a-4b2f-b9da-642e107f1bfb", CellID->177724765], -Cell[12801, 328, 372, 6, 78, "Notes",ExpressionUUID->"a80553b1-4cbe-405c-8aaa-def33ea8b6ff", +Cell[12847, 332, 372, 6, 78, "Notes",ExpressionUUID->"a80553b1-4cbe-405c-8aaa-def33ea8b6ff", CellID->1541488902], -Cell[13176, 336, 219, 4, 36, "Notes",ExpressionUUID->"8f78f1b3-ff3e-4295-bb1d-9ea607365277", +Cell[13222, 340, 219, 4, 36, "Notes",ExpressionUUID->"8f78f1b3-ff3e-4295-bb1d-9ea607365277", CellID->702871331], -Cell[13398, 342, 128, 1, 36, "Notes",ExpressionUUID->"1ed3d1a5-3932-470b-be6a-8b46bd5f2412", +Cell[13444, 346, 128, 1, 36, "Notes",ExpressionUUID->"1ed3d1a5-3932-470b-be6a-8b46bd5f2412", CellID->32400478] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13653, 349, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"105bd8b8-fa90-408f-b4d4-a17eb75b95af", +Cell[13699, 353, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"ef7c8213-9035-4711-811f-9b52dfa0cc38", CellTags->"PrimaryExamplesSection", - CellID->1836456359], + CellID->662440037], Cell[CellGroupData[{ -Cell[15099, 390, 1399, 36, 30, "ExampleSection",ExpressionUUID->"51ce5f9a-60e8-42d4-a8ed-7d1aaf14476a", - CellID->1524216075], -Cell[16501, 428, 118, 1, 38, "ExampleText",ExpressionUUID->"9349758d-4df9-497c-b4d9-6ef6e4666143", +Cell[15144, 394, 1398, 36, 30, "ExampleSection",ExpressionUUID->"b44473e0-6de2-4c91-b016-0ece9f185e8e", + CellID->587296362], +Cell[16545, 432, 118, 1, 39, "ExampleText",ExpressionUUID->"9349758d-4df9-497c-b4d9-6ef6e4666143", CellID->961869651], Cell[CellGroupData[{ -Cell[16644, 433, 167, 3, 27, "Input",ExpressionUUID->"df788c55-7281-4f66-8ed8-6f298101d66b", +Cell[16688, 437, 167, 3, 27, "Input",ExpressionUUID->"df788c55-7281-4f66-8ed8-6f298101d66b", CellID->442207111], Cell[CellGroupData[{ -Cell[16836, 440, 235, 4, 23, "Print",ExpressionUUID->"ff4e87d8-17ba-4307-a3d1-f6888f347e05", +Cell[16880, 444, 235, 4, 23, "Print",ExpressionUUID->"ff4e87d8-17ba-4307-a3d1-f6888f347e05", CellID->943321098], -Cell[17074, 446, 364, 8, 23, "Print",ExpressionUUID->"c1de007b-289d-4ade-a47d-f49e95c56203", +Cell[17118, 450, 364, 8, 23, "Print",ExpressionUUID->"c1de007b-289d-4ade-a47d-f49e95c56203", CellID->625910816], -Cell[17441, 456, 236, 4, 23, "Print",ExpressionUUID->"5e17dfc1-07e6-40ee-ab00-153a17b4bd61", +Cell[17485, 460, 236, 4, 23, "Print",ExpressionUUID->"5e17dfc1-07e6-40ee-ab00-153a17b4bd61", CellID->1720558804], -Cell[17680, 462, 218, 3, 23, "Print",ExpressionUUID->"8a510851-7ae7-4b11-b17a-e720e9751d3e", +Cell[17724, 466, 218, 3, 23, "Print",ExpressionUUID->"8a510851-7ae7-4b11-b17a-e720e9751d3e", CellID->24492995], -Cell[17901, 467, 207, 3, 23, "Print",ExpressionUUID->"174713b3-a7d1-466e-a851-216d5ad2ded6", +Cell[17945, 471, 207, 3, 23, "Print",ExpressionUUID->"174713b3-a7d1-466e-a851-216d5ad2ded6", CellID->1020188484], -Cell[18111, 472, 236, 4, 23, "Print",ExpressionUUID->"ad2020c1-7de9-4579-b2a5-130a097a27b7", +Cell[18155, 476, 236, 4, 23, "Print",ExpressionUUID->"ad2020c1-7de9-4579-b2a5-130a097a27b7", CellID->486607988], -Cell[18350, 478, 219, 3, 23, "Print",ExpressionUUID->"75f539d1-0a7e-48f6-a8cc-ceb3d16b8dc4", +Cell[18394, 482, 219, 3, 23, "Print",ExpressionUUID->"75f539d1-0a7e-48f6-a8cc-ceb3d16b8dc4", CellID->706417947], -Cell[18572, 483, 236, 4, 70, "Print",ExpressionUUID->"72170b47-4f5d-47bd-ac4e-5126d7062822", +Cell[18616, 487, 236, 4, 70, "Print",ExpressionUUID->"72170b47-4f5d-47bd-ac4e-5126d7062822", CellID->2097338791], -Cell[18811, 489, 235, 4, 70, "Print",ExpressionUUID->"dfcb8a92-62ac-4431-be94-064483d50792", +Cell[18855, 493, 235, 4, 70, "Print",ExpressionUUID->"dfcb8a92-62ac-4431-be94-064483d50792", CellID->486710577], -Cell[19049, 495, 207, 3, 70, "Print",ExpressionUUID->"1daf1a0a-5609-4ce8-9a91-8cc80ce09019", +Cell[19093, 499, 207, 3, 70, "Print",ExpressionUUID->"1daf1a0a-5609-4ce8-9a91-8cc80ce09019", CellID->1377354585], -Cell[19259, 500, 236, 4, 70, "Print",ExpressionUUID->"1dded35d-1f54-4b6f-a446-ba9883d8057a", +Cell[19303, 504, 236, 4, 70, "Print",ExpressionUUID->"1dded35d-1f54-4b6f-a446-ba9883d8057a", CellID->2014004664] }, Open ]] }, Open ]], -Cell[19522, 508, 211, 4, 70, "ExampleText",ExpressionUUID->"31034421-5836-40c7-99df-074d1dfff730", +Cell[19566, 512, 211, 4, 70, "ExampleText",ExpressionUUID->"31034421-5836-40c7-99df-074d1dfff730", CellID->440781820], -Cell[19736, 514, 168, 4, 70, "Input",ExpressionUUID->"6ddbe694-ae2a-4e6d-876c-742867799535", +Cell[19780, 518, 168, 4, 70, "Input",ExpressionUUID->"6ddbe694-ae2a-4e6d-876c-742867799535", CellID->738822146], -Cell[19907, 520, 132, 1, 70, "ExampleText",ExpressionUUID->"f47c5ebd-f120-405e-999d-84947cb46cd8", +Cell[19951, 524, 132, 1, 70, "ExampleText",ExpressionUUID->"f47c5ebd-f120-405e-999d-84947cb46cd8", CellID->474607589], -Cell[20042, 523, 257, 7, 70, "Input",ExpressionUUID->"612e6be5-b9f5-402d-b26d-59a018339d67", +Cell[20086, 527, 257, 7, 70, "Input",ExpressionUUID->"612e6be5-b9f5-402d-b26d-59a018339d67", CellID->1220990026], -Cell[20302, 532, 129, 1, 70, "ExampleText",ExpressionUUID->"f0a57e88-ca0f-4c3c-89ca-f829969c15d8", +Cell[20346, 536, 129, 1, 70, "ExampleText",ExpressionUUID->"f0a57e88-ca0f-4c3c-89ca-f829969c15d8", CellID->713640049], Cell[CellGroupData[{ -Cell[20456, 537, 201, 5, 70, "Input",ExpressionUUID->"b88aa852-dcd9-4001-a0fb-aee8ad5163c8", +Cell[20500, 541, 201, 5, 70, "Input",ExpressionUUID->"b88aa852-dcd9-4001-a0fb-aee8ad5163c8", CellID->2008640150], -Cell[20660, 544, 291, 8, 36, "Output",ExpressionUUID->"0c8bcc6f-f175-4740-8b90-ea470e8925da", +Cell[20704, 548, 291, 8, 36, "Output",ExpressionUUID->"0c8bcc6f-f175-4740-8b90-ea470e8925da", CellID->1877352298] }, Open ]], -Cell[20966, 555, 137, 1, 70, "ExampleText",ExpressionUUID->"02e42c1f-0a4b-4e9c-bc47-6b7656ab80ea", +Cell[21010, 559, 137, 1, 70, "ExampleText",ExpressionUUID->"02e42c1f-0a4b-4e9c-bc47-6b7656ab80ea", CellID->1076118321], Cell[CellGroupData[{ -Cell[21128, 560, 180, 4, 70, "Input",ExpressionUUID->"e7181236-b9a4-446c-8b37-50ab0284bd6e", +Cell[21172, 564, 180, 4, 70, "Input",ExpressionUUID->"e7181236-b9a4-446c-8b37-50ab0284bd6e", CellID->1189098173], -Cell[21311, 566, 230, 5, 36, "Output",ExpressionUUID->"56260d0c-ed92-44a5-80cb-1fe993e0f75e", +Cell[21355, 570, 230, 5, 36, "Output",ExpressionUUID->"56260d0c-ed92-44a5-80cb-1fe993e0f75e", CellID->167904452] }, Open ]], -Cell[21556, 574, 191, 4, 70, "ExampleText",ExpressionUUID->"184df5d2-2a9a-431b-bb99-f8a24d534935", +Cell[21600, 578, 191, 4, 70, "ExampleText",ExpressionUUID->"184df5d2-2a9a-431b-bb99-f8a24d534935", CellID->1882836145], Cell[CellGroupData[{ -Cell[21772, 582, 173, 3, 70, "Input",ExpressionUUID->"a9ea0cc0-603b-411b-a048-93dcbd2918da", +Cell[21816, 586, 173, 3, 70, "Input",ExpressionUUID->"a9ea0cc0-603b-411b-a048-93dcbd2918da", CellID->911852623], -Cell[21948, 587, 173, 4, 36, "Output",ExpressionUUID->"4f0f25b9-d70a-4efc-a96f-bece86e69249", +Cell[21992, 591, 173, 4, 36, "Output",ExpressionUUID->"4f0f25b9-d70a-4efc-a96f-bece86e69249", CellID->1900625615] }, Open ]], -Cell[22136, 594, 188, 4, 70, "ExampleText",ExpressionUUID->"8d3ab461-6598-4b80-a6b2-98a86de2f39f", +Cell[22180, 598, 188, 4, 70, "ExampleText",ExpressionUUID->"8d3ab461-6598-4b80-a6b2-98a86de2f39f", CellID->2028104567], Cell[CellGroupData[{ -Cell[22349, 602, 218, 5, 70, "Input",ExpressionUUID->"d5176a70-084e-4976-9bf5-a02d2b7c5c6d", +Cell[22393, 606, 218, 5, 70, "Input",ExpressionUUID->"d5176a70-084e-4976-9bf5-a02d2b7c5c6d", CellID->331459134], -Cell[22570, 609, 519, 10, 36, "Output",ExpressionUUID->"b7a31cc2-c9f0-437f-bb02-f168d36b3e5d", +Cell[22614, 613, 519, 10, 36, "Output",ExpressionUUID->"b7a31cc2-c9f0-437f-bb02-f168d36b3e5d", CellID->462649491] }, Open ]], -Cell[23104, 622, 238, 6, 70, "Input",ExpressionUUID->"d1c9115d-00fd-4700-8409-14688b42b7cf", +Cell[23148, 626, 238, 6, 70, "Input",ExpressionUUID->"d1c9115d-00fd-4700-8409-14688b42b7cf", CellID->1288105201], -Cell[23345, 630, 147, 1, 70, "ExampleText",ExpressionUUID->"4d6faf6a-d7fc-4dfd-ba77-17c3be1a5e17", +Cell[23389, 634, 147, 1, 70, "ExampleText",ExpressionUUID->"4d6faf6a-d7fc-4dfd-ba77-17c3be1a5e17", CellID->1252395107], Cell[CellGroupData[{ -Cell[23517, 635, 175, 3, 70, "Input",ExpressionUUID->"ecb08d99-ccb7-449f-a899-1b013edf2c59", +Cell[23561, 639, 175, 3, 70, "Input",ExpressionUUID->"ecb08d99-ccb7-449f-a899-1b013edf2c59", CellID->1577869473], -Cell[23695, 640, 231, 5, 36, "Output",ExpressionUUID->"ea4e983e-28dd-49fd-9424-0cb99ba494cb", +Cell[23739, 644, 231, 5, 36, "Output",ExpressionUUID->"ea4e983e-28dd-49fd-9424-0cb99ba494cb", CellID->1438749387] }, Open ]], -Cell[23941, 648, 121, 1, 70, "ExampleText",ExpressionUUID->"30a63ccf-1158-4447-a696-58bbcc759a8a", +Cell[23985, 652, 121, 1, 70, "ExampleText",ExpressionUUID->"30a63ccf-1158-4447-a696-58bbcc759a8a", CellID->578695173], Cell[CellGroupData[{ -Cell[24087, 653, 170, 3, 70, "Input",ExpressionUUID->"e9ba52fb-d991-404d-8767-aaecfd75e505", +Cell[24131, 657, 170, 3, 70, "Input",ExpressionUUID->"e9ba52fb-d991-404d-8767-aaecfd75e505", CellID->855395570], -Cell[24260, 658, 347, 10, 51, "Output",ExpressionUUID->"cdff31c4-8b18-449a-a465-40975d739501", +Cell[24304, 662, 347, 10, 51, "Output",ExpressionUUID->"cdff31c4-8b18-449a-a465-40975d739501", CellID->655222188] }, Open ]], -Cell[24622, 671, 161, 2, 70, "ExampleText",ExpressionUUID->"cbc3b20d-c17e-49e9-99a5-564884590c17", +Cell[24666, 675, 161, 2, 70, "ExampleText",ExpressionUUID->"cbc3b20d-c17e-49e9-99a5-564884590c17", CellID->1793053169], Cell[CellGroupData[{ -Cell[24808, 677, 238, 6, 70, "Input",ExpressionUUID->"b92d1239-db2a-4188-9af3-095d1304a0fb", +Cell[24852, 681, 238, 6, 70, "Input",ExpressionUUID->"b92d1239-db2a-4188-9af3-095d1304a0fb", CellID->1123122265], -Cell[25049, 685, 253, 6, 36, "Output",ExpressionUUID->"8418fb31-5e66-4af5-a71e-c9d959eada1e", +Cell[25093, 689, 253, 6, 36, "Output",ExpressionUUID->"8418fb31-5e66-4af5-a71e-c9d959eada1e", CellID->1885000923] }, Open ]], Cell[CellGroupData[{ -Cell[25339, 696, 219, 5, 70, "Input",ExpressionUUID->"a2bee501-9947-4d39-9d5f-afb275f1ca72", +Cell[25383, 700, 219, 5, 70, "Input",ExpressionUUID->"a2bee501-9947-4d39-9d5f-afb275f1ca72", CellID->134819200], -Cell[25561, 703, 520, 10, 36, "Output",ExpressionUUID->"9cae010b-0b91-492d-b368-9c195a5bf34e", +Cell[25605, 707, 520, 10, 36, "Output",ExpressionUUID->"9cae010b-0b91-492d-b368-9c195a5bf34e", CellID->324456437] }, Open ]], -Cell[26096, 716, 101, 1, 70, "ExampleText",ExpressionUUID->"bcd8f33c-b048-43cf-90c0-fad0a965eb23", +Cell[26140, 720, 101, 1, 70, "ExampleText",ExpressionUUID->"bcd8f33c-b048-43cf-90c0-fad0a965eb23", CellID->516014772], Cell[CellGroupData[{ -Cell[26222, 721, 227, 6, 70, "Input",ExpressionUUID->"17e69339-fc1f-492e-80bd-26f86b525bb4", +Cell[26266, 725, 227, 6, 70, "Input",ExpressionUUID->"17e69339-fc1f-492e-80bd-26f86b525bb4", CellID->2016179899], -Cell[26452, 729, 315, 9, 36, "Output",ExpressionUUID->"6df212be-3648-4415-bbfb-3aac97f9ff36", +Cell[26496, 733, 315, 9, 36, "Output",ExpressionUUID->"6df212be-3648-4415-bbfb-3aac97f9ff36", CellID->844482605] }, Open ]], Cell[CellGroupData[{ -Cell[26804, 743, 220, 5, 70, "Input",ExpressionUUID->"26259dc3-9536-488f-b9fc-e7730c4ea028", +Cell[26848, 747, 220, 5, 70, "Input",ExpressionUUID->"26259dc3-9536-488f-b9fc-e7730c4ea028", CellID->1882100204], -Cell[27027, 750, 521, 10, 36, "Output",ExpressionUUID->"2a1e2dfe-447c-4f0a-9dae-012c38334a2d", +Cell[27071, 754, 521, 10, 36, "Output",ExpressionUUID->"2a1e2dfe-447c-4f0a-9dae-012c38334a2d", CellID->2036507575] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[27834, 773, 5469, 148, 70, "SeeAlsoSection",ExpressionUUID->"99a209c1-e6ef-4e7c-9cab-a5bd8210b214"], +Cell[33306, 923, 670, 18, 70, "TechNotesSection",ExpressionUUID->"af744e4a-1581-42cc-8d0b-443c3c5919a5"], +Cell[33979, 943, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4ddb2c7-f353-4f91-9a3d-dd84f0c22a34"], +Cell[35015, 971, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"50851fbe-a6fa-4b6f-b2ca-91130487df9a"], Cell[CellGroupData[{ -Cell[27812, 771, 5469, 148, 70, "SeeAlsoSection",ExpressionUUID->"b5762db0-1c15-496c-9fd4-0a27a45e6470"], -Cell[33284, 921, 670, 18, 70, "TechNotesSection",ExpressionUUID->"5a2abb88-16e8-4510-bb71-34b10e0d6c43"] -}, Open ]], -Cell[33969, 942, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"ef7bf410-abf3-44a0-a683-0351575e157d"], -Cell[35005, 970, 961, 29, 70, "RelatedLinksSection",ExpressionUUID->"cf3cecad-fee1-4ad7-91d2-255174fd4db9"], -Cell[CellGroupData[{ -Cell[35991, 1003, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"356253f9-ab7a-4129-b48f-f06ff8ceaf69", +Cell[36001, 1004, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"356253f9-ab7a-4129-b48f-f06ff8ceaf69", CellID->906383680], -Cell[36131, 1006, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7954e833-f3da-4363-815c-9ec73c2ca164", +Cell[36141, 1007, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"7954e833-f3da-4363-815c-9ec73c2ca164", CellID->1194386356], -Cell[36353, 1012, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b386d8b9-214c-46c9-b7d2-a9d0dd27cfea", +Cell[36363, 1013, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b386d8b9-214c-46c9-b7d2-a9d0dd27cfea", CellID->1641706272], -Cell[36568, 1017, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d3c17e6a-237f-468e-8b69-6a4e30fc5da1", +Cell[36578, 1018, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d3c17e6a-237f-468e-8b69-6a4e30fc5da1", CellID->399251956], -Cell[36797, 1023, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b80c9e77-a11a-46be-857f-6a97089ed9fd", +Cell[36807, 1024, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"b80c9e77-a11a-46be-857f-6a97089ed9fd", CellID->821434655] }, Open ]], -Cell[37034, 1029, 78, 0, 70, "FooterCell",ExpressionUUID->"80538f48-e3ba-4068-b7ba-90104958db77"] +Cell[37044, 1030, 78, 0, 70, "FooterCell",ExpressionUUID->"3c4b47f1-ed95-4d23-9071-d3b601e31106"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/WithIncidences.nb b/Documentation/English/ReferencePages/Symbols/WithIncidences.nb index 49b0ef9..337a7c7 100644 --- a/Documentation/English/ReferencePages/Symbols/WithIncidences.nb +++ b/Documentation/English/ReferencePages/Symbols/WithIncidences.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 41631, 1065] -NotebookOptionsPosition[ 34068, 915] -NotebookOutlinePosition[ 36188, 969] -CellTagsIndexPosition[ 36103, 964] +NotebookDataLength[ 41646, 1064] +NotebookOptionsPosition[ 34100, 916] +NotebookOutlinePosition[ 36238, 970] +CellTagsIndexPosition[ 36153, 965] WindowTitle->WithIncidences WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bd1cf377-b73e-45a5-ac1d-b08d18342a57"], + "f695002b-d7e3-4c68-ab14-ad25899b861b"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "412b3f71-de51-469a-9723-7906061d5693"], + "352059d1-b0e5-4391-8d4c-51fbb40a4eb8"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,34 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "6556424b-46df-4db0-8ff5-60880bcbd0cf"] - }],ExpressionUUID->"234fda05-005b-4857-853b-95c6c672b46a"], - StripOnInput->False], {"\<\"CddGmpImputationVertices\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpImputationVertices"], "\<\"CddGmpPlotCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotCore"], "\<\"CddGmpPlotImputationSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotImputationSet"], \ -"\<\"CddVerticesReasonableSet\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesReasonableSet"], "\<\"CddGmpPlotLowerSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotLowerSet"], "\<\"CddVerticesLowerSet\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesLowerSet"], "\<\"CddGmpPlotReasonableSet\"\ -\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/CddGmpPlotReasonableSet"], "\<\"CddVerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/CddVerticesCore"], "\<\"VerticesCore\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/VerticesCore"], "\<\"StrongEpsCore3dV6\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, + "9e052714-db1e-4097-b3a7-096944132014"] + }],ExpressionUUID->"26c18e9e-a98b-48d2-b60b-89c893bce77a"], + StripOnInput->False],{ + "\"CddGmpImputationVertices\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpImputationVertices"], + "\"CddGmpPlotCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotCore"], + "\"CddGmpPlotImputationSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotImputationSet"], + "\"CddVerticesReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesReasonableSet"], + "\"CddGmpPlotLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotLowerSet"], + "\"CddVerticesLowerSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesLowerSet"], + "\"CddGmpPlotReasonableSet\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddGmpPlotReasonableSet"], + "\"CddVerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/CddVerticesCore"], + "\"VerticesCore\"" :> + Documentation`HelpLookup["paclet:TUG/ref/VerticesCore"], + "\"StrongEpsCore3dV6\"" :> + Documentation`HelpLookup["paclet:TUG/ref/StrongEpsCore3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "3251d975-e8ff-43f2-87a1-ed2523387811"], + "63b4027d-11df-4f60-9ac7-829b4c006e59"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -94,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a4b61bd2-d577-49c1-9891-237d8fc3c50e"] - }],ExpressionUUID->"69877d1a-62bd-46d9-96db-0efaf2375c95"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "98fac3eb-ce18-43e0-85b3-a6bf2de1d9ee"] + }],ExpressionUUID->"f914b0fe-faf3-43f7-adb7-70ff7f92726c"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e2cc3ffa-d3c7-4901-8eb2-8694e4e18eae"], + "a60ad259-3623-48e9-9561-fcc7a4742d0c"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -121,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "29d7ea49-65db-4ac2-938f-d61342b59d12"] - }],ExpressionUUID->"b38d2664-4b7d-4ad9-b3b0-7c30c9d98d83"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "6fa88679-ec70-4b55-9dcb-f2b0f1f46fa6"] + }],ExpressionUUID->"194cc786-4fb4-4223-9519-f4ac632e019d"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "07713fa5-8847-4688-9046-03f70ca20883"], + "f1baf6bc-4f77-4688-a349-cc387401e972"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -146,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f7921abf-784d-4f1a-87e9-a09884a42bfd"] - }],ExpressionUUID->"9ffa2883-b27a-44f8-8188-c8a3284d1b08"], - StripOnInput->False], {"\<\"TUG/ref/WithIncidences\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/WithIncidences"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "b5ffd4e2-52c9-48af-b4b3-ca584ee56d85"] + }],ExpressionUUID->"cd33848d-913d-4c3d-b180-247b096641c3"], + StripOnInput->False],{ + "\"TUG/ref/WithIncidences\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/WithIncidences"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ WithIncidences.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$217000], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/WithIncidences" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$233684], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/WithIncidences" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "a3c78196-2201-49b8-843c-95f9e3a60f78"] + "dde88d7d-b65f-4ec6-9295-7cf68e186bb0"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "c6125e54-d19d-4776-9808-7c26099a4699"]} + "0940067c-1494-4145-899c-823aa988ca83"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"ca588da0-518a-4d8f-ad40-f526de4a6c01"], + CellID->1,ExpressionUUID->"4dfae570-c61e-4a3c-9043-274496c9b5ab"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"b05444d3-b7e1-4f93-91d0-b6bf4b1b70f2"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"2d01337e-5687-4d53-a46a-7cfd6d75b748"], Cell[CellGroupData[{ @@ -198,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "WithIncidences", "ObjectName",ExpressionUUID-> - "d6234f26-4c7f-45cb-b6bf-743ec3f430b2"], + "5f679d28-9846-48d5-bf5c-423cdf6f0058"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"0ec4d9b9-4202-457b-a7bd-25d1f1d09201"], + "Spacer1"]],ExpressionUUID->"009cfc1a-68b9-492f-afb2-aaa84e7f459d"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "2916b0ae-6df3-4139-a913-5093c0fd8af7"] - }],ExpressionUUID->"a161b2ee-6b0f-4a47-aad8-92a25599cc7e"], Cell[BoxData[ + "01851160-cd76-4ad5-a784-61764e507536"] + }],ExpressionUUID->"8256c9df-8a17-400c-b32a-79e507594a50"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -227,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "d6b6b70a-ee0a-40c1-828a-1b6cebe440f4"]} + "72411239-08bb-4cb5-a1b2-169c03a49422"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"301c6899-ff30-4f08-92b0-7e8b317b49fc"], + CacheGraphics->False,ExpressionUUID->"34da7703-f038-4ab4-850c-c8496cb47041"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -238,7 +242,7 @@ Cell[BoxData[GridBox[{ "374a4494-5b15-4b63-84a8-2c780de98749"], "\[LineSeparator]is an option for the package function \ CddGmpVerticesCore to return a facets-vertices incidence matrix. " - }],ExpressionUUID->"54ca1914-d223-43a4-964a-2efd850d0cbe"]} + }],ExpressionUUID->"ef2b95c1-dfb3-4df8-85c3-8f8a544ac043"]} }]], "Usage", CellID->1447713124,ExpressionUUID->"35391ec2-f44c-42f8-a9ad-85ed8311ce81"] }, Open ]], @@ -271,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"901046e0-e100-4240-a8a3-59fedc10e4c3"], + ExpressionUUID->"adda3632-fb95-4e52-ac24-be4a7f72d1a5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93d60012-2675-422a-b85c-7833d7d055b0"], + "Spacer1"]],ExpressionUUID->"33f9a762-7467-4623-96ef-0a2f8ec4dfe0"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"6a519d16-645a-43e8-bdd7-0aa5a1b37ffb"], + }], "NotesFrameText",ExpressionUUID->"9ec36240-a29d-4e55-86cc-914c393f490f"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -287,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2ad4c1b5-75bb-4ed6-a93b-444538a1cb8c"]], \ + "Preemptive"]],ExpressionUUID->"a8529894-6b19-46d4-9000-b9193c382cf7"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1861504657,ExpressionUUID->"7c884ce4-bf57-4b2a-9456-1e50442464e2"], + CellID->597989025,ExpressionUUID->"cfcd2524-acec-4c1f-800c-d98b4065efde"], Cell[TextData[{ "To use this function, you need first to load the ", @@ -342,19 +346,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"238c3b89-2326-4200-a3a1-a413413edd22"], + ExpressionUUID->"c5721041-f298-4e54-99ed-cc74378f9ac4"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"de8668e5-bb7e-4c4e-957b-bc8723cc51b7"], + "Spacer1"]],ExpressionUUID->"cf171c29-fa25-46ee-b102-d6bc6b35e30c"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "99c813d7-7938-4ec5-90a8-31347dcc59f6"] + "43ec6bf6-e2d5-4cbc-ba0e-54f30e30f6c9"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->634623375,ExpressionUUID->"4b8585e9-a337-49cc-8727-f311c54d12e7"], + CellID->422652249,ExpressionUUID->"5e9bdfda-ad1e-4122-a64f-4b337b95b340"], Cell[CellGroupData[{ @@ -383,18 +387,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"59079019-a4e4-4e6e-bfb3-fe3351f935b0"], + ExpressionUUID->"ff40ea9a-524f-4b0d-8e28-63cbbf8fc93c"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"afe79538-aeac-4058-91f8-da5c6d9a8769"], + "Spacer1"]],ExpressionUUID->"435e6829-253e-457a-a3df-00c2def71354"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "3da633fe-6008-413a-ba9d-dd17cf6ff8e4"] + "f0059ae4-18a6-4834-8bd0-66aea7539755"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1695150225,ExpressionUUID->"39b35dd8-1ec6-4f12-a925-dd89a4c16be2"], + CellID->730383077,ExpressionUUID->"620219b8-c6f9-4be0-96cb-f8332dfd16e9"], Cell["Loading the package:", "ExampleText", CellID->1788475457,ExpressionUUID->"beb44c76-46b7-49b7-83bc-296ae7298781"], @@ -651,8 +655,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -800,15 +802,15 @@ Cell[BoxData[GridBox[{ "74353e6e-3493-4ad0-b393-321cef56a51f"] }], "SeeAlso",ExpressionUUID->"c19354c8-a606-4da3-8832-189f8a0e7443"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"63bba1b0-aeb8-4331-95ce-\ -8990c30e27cf"], + }]], "SeeAlsoSection",ExpressionUUID->"9d9f318a-2835-4561-bc3a-\ +89a7305f4c05"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -820,9 +822,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"9cdc4a34-d528-4037-850b-5d19ffccb917"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6674ed0c-4853-4fda-8882-\ -c75f3ce5a2a5"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"6c2f8fbd-f3a7-4b3a-b56e-\ +190bd1b0bdcc"], Cell[BoxData[GridBox[{ { @@ -839,7 +840,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "10306045-e149-4f3a-9fdd-5afa76e79198"]}]}, + "4123c7c9-f825-4ee1-91ac-1a0e89af60d8"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -847,10 +848,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "674ae7b6-1dc1-4de5-8981-e44d38466328"]}]} + "67a2088d-9a22-4526-b78f-b48c8dd2dadd"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"a66fc94f-d0de-46e6-9e34-\ -0b7be1b79247"], + }]], "MoreAboutSection",ExpressionUUID->"155ce46a-1fe3-4a1e-b655-\ +aa1fd57ddeb9"], Cell[BoxData[GridBox[{ { @@ -877,11 +878,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/CddGmpVerticesCore"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "61dd11c2-19a2-4e6d-9142-ff11db0a5120"]], "RelatedLinks", + "c3268562-45dc-4f4b-af51-257e80447c83"]], "RelatedLinks", ExpressionUUID->"d0c19699-343e-4f13-92de-207273833972"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"b987a2c5-1548-4c6b-be50-\ -1937fe8e87bf"], + }]], "RelatedLinksSection",ExpressionUUID->"dae45de6-b3f4-4741-8e9d-\ +f4e92be28fd2"], Cell[CellGroupData[{ @@ -911,11 +912,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"5230ffdb-09b1-48c1-bca0-4bd26c0610d8"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"d399e1c6-b697-41d5-aac8-04bde01237c8"] +Cell[" ", "FooterCell",ExpressionUUID->"9575e629-b5cd-4456-8427-4aab20074494"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"WithIncidences", TaggingRules->{ @@ -926,7 +927,7 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 34.395189}", + "built" -> "{2024, 6, 3, 16, 56, 30.221046}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", @@ -934,10 +935,10 @@ TaggingRules->{ "WithIncidences is an option for the package function CddGmpVerticesCore \ to return a facets-vertices incidence matrix. ", "synonyms" -> {}, "tabletags" -> {}, "title" -> "WithIncidences", "titlemodifier" -> "", - "windowtitle" -> "WithIncidences", "type" -> "Symbol", "uri" -> - "TUG/ref/WithIncidences"}}, + "metadescription" -> "", "windowtitle" -> "WithIncidences", "type" -> + "Symbol", "uri" -> "TUG/ref/WithIncidences"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -946,9 +947,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"426f9632-9e8a-4d6b-a3f1-1205566a253a" +ExpressionUUID->"220620d1-d5a0-4b60-9a33-05c9c7019f37" ] (* End of Notebook Content *) @@ -956,117 +957,115 @@ ExpressionUUID->"426f9632-9e8a-4d6b-a3f1-1205566a253a" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[12390, 319, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4b8585e9-a337-49cc-8727-f311c54d12e7", + Cell[12457, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5e9bdfda-ad1e-4122-a64f-4b337b95b340", CellTags->"PrimaryExamplesSection", - CellID->634623375]} + CellID->422652249]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35903, 957} + {"PrimaryExamplesSection", 35953, 958} } *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 7197, 169, 56, "AnchorBarGrid",ExpressionUUID->"ca588da0-518a-4d8f-ad40-f526de4a6c01", +Cell[586, 21, 7265, 173, 57, "AnchorBarGrid",ExpressionUUID->"4dfae570-c61e-4a3c-9043-274496c9b5ab", CellID->1], -Cell[7786, 192, 86, 0, 24, "ContextNameCell",ExpressionUUID->"b05444d3-b7e1-4f93-91d0-b6bf4b1b70f2"], +Cell[7854, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"2d01337e-5687-4d53-a46a-7cfd6d75b748"], Cell[CellGroupData[{ -Cell[7897, 196, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"301c6899-ff30-4f08-92b0-7e8b317b49fc"], -Cell[9188, 233, 485, 9, 111, "Usage",ExpressionUUID->"35391ec2-f44c-42f8-a9ad-85ed8311ce81", +Cell[7965, 200, 1288, 35, 59, "ObjectNameGrid",ExpressionUUID->"34da7703-f038-4ab4-850c-c8496cb47041"], +Cell[9256, 237, 485, 9, 109, "Usage",ExpressionUUID->"35391ec2-f44c-42f8-a9ad-85ed8311ce81", CellID->1447713124] }, Open ]], Cell[CellGroupData[{ -Cell[9710, 247, 1895, 47, 37, "NotesSection",ExpressionUUID->"7c884ce4-bf57-4b2a-9456-1e50442464e2", +Cell[9778, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"cfcd2524-acec-4c1f-800c-d98b4065efde", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1861504657], -Cell[11608, 296, 489, 12, 37, "Notes",ExpressionUUID->"db6f7a39-a07d-4af2-9169-c04b715156a6", + CellID->597989025], +Cell[11675, 300, 489, 12, 38, "Notes",ExpressionUUID->"db6f7a39-a07d-4af2-9169-c04b715156a6", CellID->177724765], -Cell[12100, 310, 163, 3, 36, "Notes",ExpressionUUID->"7a17b616-5d43-494c-984e-fc14e0c37947", +Cell[12167, 314, 163, 3, 36, "Notes",ExpressionUUID->"7a17b616-5d43-494c-984e-fc14e0c37947", CellID->358334548] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[12390, 319, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"4b8585e9-a337-49cc-8727-f311c54d12e7", +Cell[12457, 323, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"5e9bdfda-ad1e-4122-a64f-4b337b95b340", CellTags->"PrimaryExamplesSection", - CellID->634623375], + CellID->422652249], Cell[CellGroupData[{ -Cell[13835, 360, 1399, 36, 30, "ExampleSection",ExpressionUUID->"39b35dd8-1ec6-4f12-a925-dd89a4c16be2", - CellID->1695150225], -Cell[15237, 398, 119, 1, 38, "ExampleText",ExpressionUUID->"beb44c76-46b7-49b7-83bc-296ae7298781", +Cell[13902, 364, 1398, 36, 30, "ExampleSection",ExpressionUUID->"620219b8-c6f9-4be0-96cb-f8332dfd16e9", + CellID->730383077], +Cell[15303, 402, 119, 1, 39, "ExampleText",ExpressionUUID->"beb44c76-46b7-49b7-83bc-296ae7298781", CellID->1788475457], Cell[CellGroupData[{ -Cell[15381, 403, 168, 3, 27, "Input",ExpressionUUID->"bbf48db5-111f-47d5-b695-9ea4877bd167", +Cell[15447, 407, 168, 3, 27, "Input",ExpressionUUID->"bbf48db5-111f-47d5-b695-9ea4877bd167", CellID->1492939133], Cell[CellGroupData[{ -Cell[15574, 410, 235, 4, 23, "Print",ExpressionUUID->"1d3312fd-bba0-4595-9b92-9e11065c3d22", +Cell[15640, 414, 235, 4, 23, "Print",ExpressionUUID->"1d3312fd-bba0-4595-9b92-9e11065c3d22", CellID->75859767], -Cell[15812, 416, 366, 8, 23, "Print",ExpressionUUID->"e3b05817-64f1-4686-ad89-b11ebcc92b6e", +Cell[15878, 420, 366, 8, 23, "Print",ExpressionUUID->"e3b05817-64f1-4686-ad89-b11ebcc92b6e", CellID->1204731038], -Cell[16181, 426, 237, 4, 23, "Print",ExpressionUUID->"f3775392-2384-4ae9-aa53-989ccc86e31b", +Cell[16247, 430, 237, 4, 23, "Print",ExpressionUUID->"f3775392-2384-4ae9-aa53-989ccc86e31b", CellID->1872756116], -Cell[16421, 432, 220, 3, 23, "Print",ExpressionUUID->"d38386d1-36dc-40f3-ac5b-e80cc9b1d5cc", +Cell[16487, 436, 220, 3, 23, "Print",ExpressionUUID->"d38386d1-36dc-40f3-ac5b-e80cc9b1d5cc", CellID->247744944], -Cell[16644, 437, 207, 3, 23, "Print",ExpressionUUID->"4197877f-ee7d-41ac-b3bf-4f7025e86376", +Cell[16710, 441, 207, 3, 23, "Print",ExpressionUUID->"4197877f-ee7d-41ac-b3bf-4f7025e86376", CellID->655039477], -Cell[16854, 442, 237, 4, 23, "Print",ExpressionUUID->"5f22ae56-2778-4631-b6ad-ae7921643992", +Cell[16920, 446, 237, 4, 23, "Print",ExpressionUUID->"5f22ae56-2778-4631-b6ad-ae7921643992", CellID->753133017], -Cell[17094, 448, 220, 3, 23, "Print",ExpressionUUID->"fb9f649e-4211-4173-94dc-5f750321a8ef", +Cell[17160, 452, 220, 3, 23, "Print",ExpressionUUID->"fb9f649e-4211-4173-94dc-5f750321a8ef", CellID->922671837], -Cell[17317, 453, 236, 4, 23, "Print",ExpressionUUID->"c78f3a68-d769-4c49-a3b6-47b8b91607e2", +Cell[17383, 457, 236, 4, 23, "Print",ExpressionUUID->"c78f3a68-d769-4c49-a3b6-47b8b91607e2", CellID->856985978], -Cell[17556, 459, 236, 4, 23, "Print",ExpressionUUID->"9dc61c3f-e23b-4f92-bc4e-4361312d1ec9", +Cell[17622, 463, 236, 4, 23, "Print",ExpressionUUID->"9dc61c3f-e23b-4f92-bc4e-4361312d1ec9", CellID->576831017], -Cell[17795, 465, 206, 3, 23, "Print",ExpressionUUID->"a35da67d-abac-40ca-9cb7-b8d859635f4e", +Cell[17861, 469, 206, 3, 23, "Print",ExpressionUUID->"a35da67d-abac-40ca-9cb7-b8d859635f4e", CellID->76025899], -Cell[18004, 470, 236, 4, 23, "Print",ExpressionUUID->"25804a27-b2d9-45b5-93bd-110fe91bd483", +Cell[18070, 474, 236, 4, 23, "Print",ExpressionUUID->"25804a27-b2d9-45b5-93bd-110fe91bd483", CellID->632007634] }, Open ]] }, Open ]], -Cell[18267, 478, 136, 1, 38, "ExampleText",ExpressionUUID->"61e036f0-828c-4504-ab90-ddfccd6d0c94", +Cell[18333, 482, 136, 1, 39, "ExampleText",ExpressionUUID->"61e036f0-828c-4504-ab90-ddfccd6d0c94", CellID->556070571], -Cell[18406, 481, 235, 6, 27, "Input",ExpressionUUID->"21ea20b1-db20-44a8-94b9-de5b81ed60bd", +Cell[18472, 485, 235, 6, 27, "Input",ExpressionUUID->"21ea20b1-db20-44a8-94b9-de5b81ed60bd", CellID->1698374147], -Cell[18644, 489, 381, 9, 27, "Input",ExpressionUUID->"ecdc2b24-f202-4055-9626-1d8dc206ea77", +Cell[18710, 493, 381, 9, 27, "Input",ExpressionUUID->"ecdc2b24-f202-4055-9626-1d8dc206ea77", CellID->2025484882], -Cell[19028, 500, 238, 6, 70, "Input",ExpressionUUID->"113fde56-d277-4507-bc7d-f219296a9ae5", +Cell[19094, 504, 238, 6, 27, "Input",ExpressionUUID->"113fde56-d277-4507-bc7d-f219296a9ae5", CellID->1453521712], -Cell[19269, 508, 205, 4, 70, "ExampleText",ExpressionUUID->"e644d7ad-6321-4663-a5b8-7da22aa7f248", +Cell[19335, 512, 205, 4, 70, "ExampleText",ExpressionUUID->"e644d7ad-6321-4663-a5b8-7da22aa7f248", CellID->2040471313], Cell[CellGroupData[{ -Cell[19499, 516, 199, 4, 70, "Input",ExpressionUUID->"e2878bb1-8377-47ad-909e-e57eb9260781", +Cell[19565, 520, 199, 4, 70, "Input",ExpressionUUID->"e2878bb1-8377-47ad-909e-e57eb9260781", CellID->51440248], -Cell[19701, 522, 1328, 34, 70, "Output",ExpressionUUID->"72d528a4-5600-403d-8b91-1695b1ba113d", +Cell[19767, 526, 1328, 34, 69, "Output",ExpressionUUID->"72d528a4-5600-403d-8b91-1695b1ba113d", CellID->425022013] }, Open ]], -Cell[21044, 559, 197, 4, 70, "ExampleText",ExpressionUUID->"eed90452-3d9d-470b-884f-8b46f6d15962", +Cell[21110, 563, 197, 4, 70, "ExampleText",ExpressionUUID->"eed90452-3d9d-470b-884f-8b46f6d15962", CellID->1367527799], Cell[CellGroupData[{ -Cell[21266, 567, 272, 6, 70, "Input",ExpressionUUID->"961cd828-ef0c-4b1b-86fe-ce6fbad53c4f", +Cell[21332, 571, 272, 6, 70, "Input",ExpressionUUID->"961cd828-ef0c-4b1b-86fe-ce6fbad53c4f", CellID->1475229580], -Cell[21541, 575, 2843, 69, 121, "Output",ExpressionUUID->"4c55415e-cf78-4ba7-b3ae-e16cd14be393", +Cell[21607, 579, 2843, 69, 118, "Output",ExpressionUUID->"4c55415e-cf78-4ba7-b3ae-e16cd14be393", CellID->249568444] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[24692, 657, 5573, 148, 70, "SeeAlsoSection",ExpressionUUID->"9d9f318a-2835-4561-bc3a-89a7305f4c05"], +Cell[30268, 807, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6c2f8fbd-f3a7-4b3a-b56e-190bd1b0bdcc"], +Cell[30941, 827, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"155ce46a-1fe3-4a1e-b655-aa1fd57ddeb9"], +Cell[31977, 855, 973, 29, 70, "RelatedLinksSection",ExpressionUUID->"dae45de6-b3f4-4741-8e9d-f4e92be28fd2"], Cell[CellGroupData[{ -Cell[24648, 655, 5573, 148, 70, "SeeAlsoSection",ExpressionUUID->"63bba1b0-aeb8-4331-95ce-8990c30e27cf"], -Cell[30224, 805, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6674ed0c-4853-4fda-8882-c75f3ce5a2a5"] -}, Open ]], -Cell[30909, 826, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"a66fc94f-d0de-46e6-9e34-0b7be1b79247"], -Cell[31945, 854, 973, 29, 70, "RelatedLinksSection",ExpressionUUID->"b987a2c5-1548-4c6b-be50-1937fe8e87bf"], -Cell[CellGroupData[{ -Cell[32943, 887, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9c95b3a6-18e6-4014-b2c8-66252bd583f4", +Cell[32975, 888, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"9c95b3a6-18e6-4014-b2c8-66252bd583f4", CellID->117551421], -Cell[33083, 890, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b0a69bd1-7703-4e62-b781-5e83c8c4a3c9", +Cell[33115, 891, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"b0a69bd1-7703-4e62-b781-5e83c8c4a3c9", CellID->1194386356], -Cell[33305, 896, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84094d86-2c84-476f-8f67-0e01e48af4d7", +Cell[33337, 897, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"84094d86-2c84-476f-8f67-0e01e48af4d7", CellID->1641706272], -Cell[33520, 901, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1969943b-f14c-4885-a7e7-6a8b416a8ee5", +Cell[33552, 902, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"1969943b-f14c-4885-a7e7-6a8b416a8ee5", CellID->399251956], -Cell[33749, 907, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5230ffdb-09b1-48c1-bca0-4bd26c0610d8", +Cell[33781, 908, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"5230ffdb-09b1-48c1-bca0-4bd26c0610d8", CellID->821434655] }, Open ]], -Cell[33986, 913, 78, 0, 70, "FooterCell",ExpressionUUID->"d399e1c6-b697-41d5-aac8-04bde01237c8"] +Cell[34018, 914, 78, 0, 70, "FooterCell",ExpressionUUID->"9575e629-b5cd-4456-8427-4aab20074494"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ZeroMonotoneQ.nb b/Documentation/English/ReferencePages/Symbols/ZeroMonotoneQ.nb index 731ffa2..cb5ff72 100644 --- a/Documentation/English/ReferencePages/Symbols/ZeroMonotoneQ.nb +++ b/Documentation/English/ReferencePages/Symbols/ZeroMonotoneQ.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 40147, 1037] -NotebookOptionsPosition[ 32273, 880] -NotebookOutlinePosition[ 34327, 933] -CellTagsIndexPosition[ 34242, 928] +NotebookDataLength[ 40158, 1037] +NotebookOptionsPosition[ 32297, 882] +NotebookOutlinePosition[ 34370, 935] +CellTagsIndexPosition[ 34285, 930] WindowTitle->ZeroMonotoneQ WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "388860ec-ea44-4c46-b980-c20838ad8ba9"], + "b87930b2-c5b0-4eac-804f-5f6a3d70d3b3"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "b79b62f3-71ea-4ae2-b3c0-0392b1199f03"], + "3a5c8761-a09e-4c15-a46d-f33c436d60c3"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "f4c06d87-7c1b-4c98-9e84-b9c26e8c460a"] - }],ExpressionUUID->"43312f5a-944f-4b57-92a2-06dd4c09291a"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "2cd66400-0034-44f0-8762-f9b737a979a8"] + }],ExpressionUUID->"d064f865-b3bb-430c-b3d7-ea2a7b10a76c"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "05d4311c-88d5-4458-8191-88bf2e0c38eb"], + "546600bf-5bc3-4b52-a1a0-8b27305886df"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c4bbeb6b-3024-4176-943a-4d2d435d645c"] - }],ExpressionUUID->"ca71be4d-9840-4afd-b67a-06c3ee695ef0"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "18d2e7c3-7552-4ce7-8a2b-7eba58600901"] + }],ExpressionUUID->"1b6cba5e-e4e8-403c-8062-ec3945201ddb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "c7d770b7-e856-4dbf-b743-f14644514a9b"], + "a0dea1df-a096-45c2-8a7f-ec200cd79913"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "9f415bb4-2ac8-4d86-bb99-0746c8774f78"] - }],ExpressionUUID->"0aab2b1c-fe63-4801-bc97-029566a6a402"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "8bf5c136-370f-40ac-918c-319ca0bb4f63"] + }],ExpressionUUID->"03d14966-7592-4fbb-bef1-e7ded7f7fa33"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "eeaf9d94-4dbf-45b2-abe0-e535ffed2f55"], + "5aeb30f4-ac19-4ae9-8ba7-1dc266541272"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "72708761-c685-40b5-a50b-45a03b6253f0"] - }],ExpressionUUID->"8d9b5be9-4793-4912-928c-b7977a1a76f9"], - StripOnInput->False], {"\<\"TUG/ref/ZeroMonotoneQ\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ZeroMonotoneQ"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/ZeroMonotoneQ.\ -html"], StandardForm]], "Input", TextClipboardType -> "PlainText"]}, Visible -> - False]]; SelectionMove[ - DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$217558], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ZeroMonotoneQ" <> ".html"], None}]}]}, + "97af2c33-eb8d-4bba-a9d1-61b6b8c25ffe"] + }],ExpressionUUID->"dfb503e3-9f49-409d-a0ee-995db38d9ec8"], + StripOnInput->False],{ + "\"TUG/ref/ZeroMonotoneQ\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ZeroMonotoneQ"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ +ZeroMonotoneQ.html"], StandardForm]], "Input", TextClipboardType -> + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$234276], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ZeroMonotoneQ" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1df2e1c3-8838-40d6-b526-590628bfb274"] + "92df4b42-2579-45ee-a95d-81b367e33a9a"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "0508c0c6-3ab7-4074-b099-7ef16ac0e4a4"]} + "54bea157-051e-4540-ab12-3fb79dc66d4e"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e66218d4-1185-4d8e-83ea-192a5956855d"], + CellID->1,ExpressionUUID->"623c9b2b-fe58-4824-b064-8d0b54bb3176"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"56d56a0f-5e10-437b-8574-5c45e5b74a89"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"6f8c8e9f-d3e0-4d28-91eb-f1a464aa70a4"], Cell[CellGroupData[{ @@ -197,14 +202,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ZeroMonotoneQ", "ObjectName",ExpressionUUID-> - "cb627f88-1a6c-4c74-8816-c971c2d805e7"], + "9bfce644-2228-4a97-9b73-1c688f83a8e2"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bee8b30b-41fd-4cf9-9226-0a8f8c0ca38e"], + "Spacer1"]],ExpressionUUID->"20607b0c-2a1f-4027-aebd-d1a40f930d5a"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e9be69d5-4dac-4a10-995a-084d844452e3"] - }],ExpressionUUID->"60b2928a-ae4d-4571-adef-e9acc20ee1f2"], Cell[BoxData[ + "f5ca7a05-e9ee-4313-a972-234b1530ad42"] + }],ExpressionUUID->"9b4f5329-39df-4b3f-aa29-0260a255a0cd"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +231,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "8138b193-4851-4e32-8a63-f2c178202f43"]} + "faa4c1ff-d365-4c38-ad93-78c0229f4af9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"effa6e5e-1ff5-4ed4-8c81-eb462e39fa0c"], + CacheGraphics->False,ExpressionUUID->"cb2f8bfe-5ead-4ed4-aee1-2b999d0ae0e5"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +242,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "79656804-8a3c-4bcb-9517-557c56844dd5"], " \[LineSeparator]verifies if the game is zero-monotone." - }],ExpressionUUID->"dcc0fba6-992a-4456-8d02-adcbbf94a5b8"]} + }],ExpressionUUID->"f06fe7e1-9c1b-446b-8967-ac91b1f6380c"]} }]], "Usage", CellID->441542444,ExpressionUUID->"3ffac919-0984-49ad-a7bf-7e1dde2cad65"] }, Open ]], @@ -270,12 +275,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"553ff78f-f53c-481a-b9c0-399a773a0ae4"], + ExpressionUUID->"0f46a6c4-0169-44e3-9d84-e221116b39c1"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"d5cdf6ce-454f-456a-bb08-f1d0c97677af"], + "Spacer1"]],ExpressionUUID->"3cddc47e-214f-4638-a50d-f54e90bc46b7"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"de494d65-1ece-497e-9c53-6b061125705c"], + }], "NotesFrameText",ExpressionUUID->"38efb984-c804-4215-b31f-761dffe14f62"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +291,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"deefafa3-4f9b-4f16-bcf4-b27868ab84ca"]], \ + "Preemptive"]],ExpressionUUID->"92989698-a578-4cc7-8495-36df4a5a42fb"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->1510922320,ExpressionUUID->"df5f002e-b8d2-409f-b82b-1a30a645a15d"], + CellID->817951378,ExpressionUUID->"e59dc55b-f621-48ac-8dfd-9c64630aad38"], Cell[TextData[{ "The input expression ", @@ -364,19 +369,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"b7614bce-b16e-4630-8c3a-74e2f29cd9fb"], + ExpressionUUID->"b5f45380-cea0-44fe-b184-561c5c754c12"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"3ef022ce-bcac-4c6b-a505-fcd8041f7007"], + "Spacer1"]],ExpressionUUID->"ff7a587f-140b-41e6-a22a-1cbe2448b6de"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "c963f316-08c9-4bc3-924f-0283921edb08"] + "ee2f5ba2-3aa1-431d-9ea9-9578db2d4c9d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->840664908,ExpressionUUID->"28a5d592-8bcb-4e88-aee2-2fde9adec42c"], + CellID->1587545055,ExpressionUUID->"b42de7d7-9cbb-4c19-b6f5-61da78890709"], Cell[CellGroupData[{ @@ -405,18 +410,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"2b398b7d-a4a7-4bad-9f6b-cffca936ec2b"], + ExpressionUUID->"73475ec2-31c0-4045-b6f3-c8cabdbf7e38"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"65bc914f-c0dc-4e27-9959-10427d3614d1"], + "Spacer1"]],ExpressionUUID->"7489368e-97c7-488b-8f95-c4125d4eea74"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "d51c6057-3880-48f1-85eb-6a819db94ff5"] + "d13395f3-88bb-44bf-a97b-4099e34b4d9f"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->237335937,ExpressionUUID->"ba4a08e5-41de-429a-8125-268a24e96f92"], + CellID->1791036402,ExpressionUUID->"664cab56-0a48-4109-9e82-91711387d29d"], Cell["Loading the package:", "ExampleText", CellID->1118174738,ExpressionUUID->"74c5e5d7-2dc2-4ec4-a66a-487dd39aa2ee"], @@ -582,8 +587,6 @@ Cell[BoxData["True"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -731,15 +734,15 @@ Cell[BoxData[GridBox[{ "62055c80-7c1a-4dfe-806c-a1787ba7d62f"] }], "SeeAlso",ExpressionUUID->"91f64b06-5035-48dd-9bdd-cb9e99594d80"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"d44e46c4-5f38-42e8-87cd-\ -d86f41ffadef"], + }]], "SeeAlsoSection",ExpressionUUID->"874072da-5b61-420a-9f86-\ +d98547e5cd92"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -751,9 +754,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"243e85bd-6603-4513-80a9-759ac3966bf8"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"572955d3-124b-4d22-bdeb-\ -7dd1405d773c"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"55f54ed8-b3f8-4afb-bf42-\ +5bb37eece6c5"], Cell[BoxData[GridBox[{ { @@ -770,7 +772,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "372438a7-df07-47e6-8c3e-924eb76f8029"]}]}, + "9725bc86-390f-44dd-9847-4c7fc8ec4c24"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -778,10 +780,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "67ed1ef2-e195-49d9-839e-524ab5e34431"]}]} + "c07c1e30-6d16-45ac-a7e8-808e186858f3"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"f4cac292-4b0e-4b20-bd19-\ -7a77b7583e2a"], + }]], "MoreAboutSection",ExpressionUUID->"1b47dc85-9074-47f6-90c8-\ +157b38fa8066"], Cell[BoxData[GridBox[{ { @@ -808,7 +810,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3ee951eb-7367-412e-ae47-770bd58fa2d6"]], "RelatedLinks", + "12a10fb3-6fa9-43b4-a6a8-fa7a4155edfc"]], "RelatedLinks", ExpressionUUID->"454bf405-1104-45a2-ae97-90bc30bf37e3"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -825,7 +827,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/GameMonotoneQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "39854048-5c87-4202-8b6c-757efc7384a7"]], "RelatedLinks", + "1178c38d-3f7f-4a3c-b726-7828ab765172"]], "RelatedLinks", ExpressionUUID->"5994ab7e-7cbc-4d70-80a4-0e0d7c6009ad"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -842,11 +844,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/MonotoneQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "70e63e13-6428-4d3f-af84-b53da5cf5815"]], "RelatedLinks", + "14c5f4e7-ee14-47d9-b32e-ed26f1e58b43"]], "RelatedLinks", ExpressionUUID->"dbe54f7d-6452-42c8-ba75-adfde4ad71f3"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"527f424f-4cba-4180-b65f-\ -3aab0419b5b6"], + }]], "RelatedLinksSection",ExpressionUUID->"cfa8557c-2157-49b1-a077-\ +209b6f5a7fd0"], Cell[CellGroupData[{ @@ -876,11 +878,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"c5a9b0c0-b401-443a-b02b-bbbc66f7c0db"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"03d39974-4d6a-44cd-8db9-94d5a964d3a9"] +Cell[" ", "FooterCell",ExpressionUUID->"71cb3995-11cd-4679-89fb-e9eac7967e5e"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ZeroMonotoneQ", TaggingRules->{ @@ -891,17 +893,17 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 35.868099}", + "built" -> "{2024, 6, 3, 16, 56, 30.898627}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ZeroMonotoneQ[game] verifies if the game is zero-monotone.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ZeroMonotoneQ", - "titlemodifier" -> "", "windowtitle" -> "ZeroMonotoneQ", "type" -> - "Symbol", "uri" -> "TUG/ref/ZeroMonotoneQ"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ZeroMonotoneQ", "type" -> "Symbol", "uri" -> "TUG/ref/ZeroMonotoneQ"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -910,9 +912,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"e02d1e89-6cd0-493a-9be5-cedece5d3f02" +ExpressionUUID->"93f1c397-877e-4d79-99aa-4c5ee0b6ad77" ] (* End of Notebook Content *) @@ -920,125 +922,123 @@ ExpressionUUID->"e02d1e89-6cd0-493a-9be5-cedece5d3f02" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13145, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"28a5d592-8bcb-4e88-aee2-2fde9adec42c", + Cell[13201, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b42de7d7-9cbb-4c19-b6f5-61da78890709", CellTags->"PrimaryExamplesSection", - CellID->840664908]} + CellID->1587545055]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 34042, 921} + {"PrimaryExamplesSection", 34084, 923} } *) (*NotebookFileOutline Notebook[{ -Cell[585, 21, 7080, 168, 56, "AnchorBarGrid",ExpressionUUID->"e66218d4-1185-4d8e-83ea-192a5956855d", +Cell[585, 21, 7137, 173, 57, "AnchorBarGrid",ExpressionUUID->"623c9b2b-fe58-4824-b064-8d0b54bb3176", CellID->1], -Cell[7668, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"56d56a0f-5e10-437b-8574-5c45e5b74a89"], +Cell[7725, 196, 86, 0, 23, "ContextNameCell",ExpressionUUID->"6f8c8e9f-d3e0-4d28-91eb-f1a464aa70a4"], Cell[CellGroupData[{ -Cell[7779, 195, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"effa6e5e-1ff5-4ed4-8c81-eb462e39fa0c"], -Cell[9069, 232, 452, 9, 111, "Usage",ExpressionUUID->"3ffac919-0984-49ad-a7bf-7e1dde2cad65", +Cell[7836, 200, 1287, 35, 59, "ObjectNameGrid",ExpressionUUID->"cb2f8bfe-5ead-4ed4-aee1-2b999d0ae0e5"], +Cell[9126, 237, 452, 9, 111, "Usage",ExpressionUUID->"3ffac919-0984-49ad-a7bf-7e1dde2cad65", CellID->441542444] }, Open ]], Cell[CellGroupData[{ -Cell[9558, 246, 1895, 47, 37, "NotesSection",ExpressionUUID->"df5f002e-b8d2-409f-b82b-1a30a645a15d", +Cell[9615, 251, 1894, 47, 37, "NotesSection",ExpressionUUID->"e59dc55b-f621-48ac-8dfd-9c64630aad38", CellGroupingRules->{"SectionGrouping", 50}, - CellID->1510922320], -Cell[11456, 295, 663, 17, 49, "Notes",ExpressionUUID->"04d1f275-312b-436b-b9e8-2112f1cd4e34", + CellID->817951378], +Cell[11512, 300, 663, 17, 48, "Notes",ExpressionUUID->"04d1f275-312b-436b-b9e8-2112f1cd4e34", CellID->26053], -Cell[12122, 314, 489, 12, 37, "Notes",ExpressionUUID->"27e41709-07c5-43b4-9b06-70ebb46b1312", +Cell[12178, 319, 489, 12, 38, "Notes",ExpressionUUID->"27e41709-07c5-43b4-9b06-70ebb46b1312", CellID->177724765], -Cell[12614, 328, 249, 4, 57, "Notes",ExpressionUUID->"e0c9613e-cb56-4927-8d5f-875cd904186a", +Cell[12670, 333, 249, 4, 57, "Notes",ExpressionUUID->"e0c9613e-cb56-4927-8d5f-875cd904186a", CellID->1026689974], -Cell[12866, 334, 152, 1, 36, "Notes",ExpressionUUID->"9a97e729-6d1f-4443-a17e-8a45a93a3555", +Cell[12922, 339, 152, 1, 36, "Notes",ExpressionUUID->"9a97e729-6d1f-4443-a17e-8a45a93a3555", CellID->2044409059] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13145, 341, 1420, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"28a5d592-8bcb-4e88-aee2-2fde9adec42c", +Cell[13201, 346, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"b42de7d7-9cbb-4c19-b6f5-61da78890709", CellTags->"PrimaryExamplesSection", - CellID->840664908], + CellID->1587545055], Cell[CellGroupData[{ -Cell[14590, 382, 1398, 36, 30, "ExampleSection",ExpressionUUID->"ba4a08e5-41de-429a-8125-268a24e96f92", - CellID->237335937], -Cell[15991, 420, 119, 1, 38, "ExampleText",ExpressionUUID->"74c5e5d7-2dc2-4ec4-a66a-487dd39aa2ee", +Cell[14647, 387, 1399, 36, 30, "ExampleSection",ExpressionUUID->"664cab56-0a48-4109-9e82-91711387d29d", + CellID->1791036402], +Cell[16049, 425, 119, 1, 39, "ExampleText",ExpressionUUID->"74c5e5d7-2dc2-4ec4-a66a-487dd39aa2ee", CellID->1118174738], Cell[CellGroupData[{ -Cell[16135, 425, 168, 3, 27, "Input",ExpressionUUID->"ecab9d99-047e-4d86-9e55-8bdaf6cabe08", +Cell[16193, 430, 168, 3, 27, "Input",ExpressionUUID->"ecab9d99-047e-4d86-9e55-8bdaf6cabe08", CellID->1760268098], Cell[CellGroupData[{ -Cell[16328, 432, 237, 4, 23, "Print",ExpressionUUID->"faed4354-99f6-459b-bbe3-f20bb1b7d490", +Cell[16386, 437, 237, 4, 23, "Print",ExpressionUUID->"faed4354-99f6-459b-bbe3-f20bb1b7d490", CellID->2120274038], -Cell[16568, 438, 366, 8, 23, "Print",ExpressionUUID->"c2f96a6c-5923-43dc-9c59-e1b57e565b9f", +Cell[16626, 443, 366, 8, 23, "Print",ExpressionUUID->"c2f96a6c-5923-43dc-9c59-e1b57e565b9f", CellID->1957493394], -Cell[16937, 448, 236, 4, 23, "Print",ExpressionUUID->"a10772de-7ee5-48a1-8acf-617882c51cb0", +Cell[16995, 453, 236, 4, 23, "Print",ExpressionUUID->"a10772de-7ee5-48a1-8acf-617882c51cb0", CellID->831302139], -Cell[17176, 454, 221, 3, 23, "Print",ExpressionUUID->"b42cb078-6d06-45a2-8e70-30b900a57adf", +Cell[17234, 459, 221, 3, 23, "Print",ExpressionUUID->"b42cb078-6d06-45a2-8e70-30b900a57adf", CellID->2038774988], -Cell[17400, 459, 208, 3, 23, "Print",ExpressionUUID->"81e22adb-ec88-4922-b202-5cb2240165c7", +Cell[17458, 464, 208, 3, 23, "Print",ExpressionUUID->"81e22adb-ec88-4922-b202-5cb2240165c7", CellID->1262316409], -Cell[17611, 464, 237, 4, 23, "Print",ExpressionUUID->"ee61b83b-c6b1-4c0e-b70e-6bedfa9a2db9", +Cell[17669, 469, 237, 4, 23, "Print",ExpressionUUID->"ee61b83b-c6b1-4c0e-b70e-6bedfa9a2db9", CellID->815808302], -Cell[17851, 470, 220, 3, 23, "Print",ExpressionUUID->"f2dd7e64-0c78-4bad-8c17-471d886992ec", +Cell[17909, 475, 220, 3, 23, "Print",ExpressionUUID->"f2dd7e64-0c78-4bad-8c17-471d886992ec", CellID->783692982], -Cell[18074, 475, 237, 4, 23, "Print",ExpressionUUID->"f12e00f2-fce4-455f-9697-767e814f6475", +Cell[18132, 480, 237, 4, 23, "Print",ExpressionUUID->"f12e00f2-fce4-455f-9697-767e814f6475", CellID->1311181102], -Cell[18314, 481, 237, 4, 23, "Print",ExpressionUUID->"17969f6b-6cb7-4c17-b917-0a67065feb93", +Cell[18372, 486, 237, 4, 23, "Print",ExpressionUUID->"17969f6b-6cb7-4c17-b917-0a67065feb93", CellID->1391763718], -Cell[18554, 487, 207, 3, 23, "Print",ExpressionUUID->"874367f2-7dd2-43ae-81ff-783e97a15c47", +Cell[18612, 492, 207, 3, 23, "Print",ExpressionUUID->"874367f2-7dd2-43ae-81ff-783e97a15c47", CellID->323979694], -Cell[18764, 492, 236, 4, 23, "Print",ExpressionUUID->"10b46c3c-3fa5-4010-b16f-b39cbc4a253f", +Cell[18822, 497, 236, 4, 23, "Print",ExpressionUUID->"10b46c3c-3fa5-4010-b16f-b39cbc4a253f", CellID->520702550] }, Open ]] }, Open ]], -Cell[19027, 500, 136, 1, 70, "ExampleText",ExpressionUUID->"61fd7575-813c-4251-b376-1b14e1e69b72", +Cell[19085, 505, 136, 1, 70, "ExampleText",ExpressionUUID->"61fd7575-813c-4251-b376-1b14e1e69b72", CellID->140530274], -Cell[19166, 503, 234, 6, 70, "Input",ExpressionUUID->"92c1a24d-f087-420e-8c64-b7e6d0f6e8e0", +Cell[19224, 508, 234, 6, 70, "Input",ExpressionUUID->"92c1a24d-f087-420e-8c64-b7e6d0f6e8e0", CellID->921680121], Cell[CellGroupData[{ -Cell[19425, 513, 360, 8, 70, "Input",ExpressionUUID->"11b60d35-2be4-45ba-86d5-60c5f17affb0", +Cell[19483, 518, 360, 8, 70, "Input",ExpressionUUID->"11b60d35-2be4-45ba-86d5-60c5f17affb0", CellID->1484149942], -Cell[19788, 523, 363, 8, 36, "Output",ExpressionUUID->"d7ee18f2-bb01-4d85-a7ef-d0c82026fe8d", +Cell[19846, 528, 363, 8, 36, "Output",ExpressionUUID->"d7ee18f2-bb01-4d85-a7ef-d0c82026fe8d", CellID->1033376650] }, Open ]], -Cell[20166, 534, 238, 6, 70, "Input",ExpressionUUID->"65cd5a88-f780-4e9b-b8fa-9ac654010e01", +Cell[20224, 539, 238, 6, 70, "Input",ExpressionUUID->"65cd5a88-f780-4e9b-b8fa-9ac654010e01", CellID->1716312196], -Cell[20407, 542, 191, 4, 70, "ExampleText",ExpressionUUID->"c1bccfb9-c53e-4e5e-9796-9d29fd6ae249", +Cell[20465, 547, 191, 4, 70, "ExampleText",ExpressionUUID->"c1bccfb9-c53e-4e5e-9796-9d29fd6ae249", CellID->1383091386], Cell[CellGroupData[{ -Cell[20623, 550, 170, 3, 70, "Input",ExpressionUUID->"29a0d2de-691e-4565-aa58-64d9f9e03baf", +Cell[20681, 555, 170, 3, 70, "Input",ExpressionUUID->"29a0d2de-691e-4565-aa58-64d9f9e03baf", CellID->381899435], -Cell[20796, 555, 174, 4, 36, "Output",ExpressionUUID->"7b58a17c-59bd-4b20-90e4-84b0309fea78", +Cell[20854, 560, 174, 4, 36, "Output",ExpressionUUID->"7b58a17c-59bd-4b20-90e4-84b0309fea78", CellID->1236157433] }, Open ]], -Cell[20985, 562, 138, 1, 70, "ExampleText",ExpressionUUID->"2544c9ef-6716-4854-9de4-4b89ae43c914", +Cell[21043, 567, 138, 1, 70, "ExampleText",ExpressionUUID->"2544c9ef-6716-4854-9de4-4b89ae43c914", CellID->1485875111], Cell[CellGroupData[{ -Cell[21148, 567, 170, 3, 70, "Input",ExpressionUUID->"e98c1d33-3357-492a-aff8-600a673c95e9", +Cell[21206, 572, 170, 3, 70, "Input",ExpressionUUID->"e98c1d33-3357-492a-aff8-600a673c95e9", CellID->813813448], -Cell[21321, 572, 160, 3, 36, "Output",ExpressionUUID->"282024d4-693d-4fa0-95fd-857b496eb697", +Cell[21379, 577, 160, 3, 36, "Output",ExpressionUUID->"282024d4-693d-4fa0-95fd-857b496eb697", CellID->1646304249] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[21781, 589, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"874072da-5b61-420a-9f86-d98547e5cd92"], +Cell[27233, 739, 670, 18, 70, "TechNotesSection",ExpressionUUID->"55f54ed8-b3f8-4afb-bf42-5bb37eece6c5"], +Cell[27906, 759, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"1b47dc85-9074-47f6-90c8-157b38fa8066"], +Cell[28942, 787, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"cfa8557c-2157-49b1-a077-209b6f5a7fd0"], Cell[CellGroupData[{ -Cell[21745, 586, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"d44e46c4-5f38-42e8-87cd-d86f41ffadef"], -Cell[27197, 736, 670, 18, 70, "TechNotesSection",ExpressionUUID->"572955d3-124b-4d22-bdeb-7dd1405d773c"] -}, Open ]], -Cell[27882, 757, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"f4cac292-4b0e-4b20-bd19-7a77b7583e2a"], -Cell[28918, 785, 2205, 63, 70, "RelatedLinksSection",ExpressionUUID->"527f424f-4cba-4180-b65f-3aab0419b5b6"], -Cell[CellGroupData[{ -Cell[31148, 852, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8bd99abd-86fb-4977-865f-fdcd7a362ae3", +Cell[31172, 854, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"8bd99abd-86fb-4977-865f-fdcd7a362ae3", CellID->174251628], -Cell[31288, 855, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d41236a5-99ad-4625-8974-2a6402be3e9c", +Cell[31312, 857, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"d41236a5-99ad-4625-8974-2a6402be3e9c", CellID->1194386356], -Cell[31510, 861, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fd64123f-dadb-4ddc-93ed-f283ddd59f3c", +Cell[31534, 863, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"fd64123f-dadb-4ddc-93ed-f283ddd59f3c", CellID->1641706272], -Cell[31725, 866, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"42ebd681-2dec-413a-86a8-7eedd1a628b2", +Cell[31749, 868, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"42ebd681-2dec-413a-86a8-7eedd1a628b2", CellID->399251956], -Cell[31954, 872, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5a9b0c0-b401-443a-b02b-bbbc66f7c0db", +Cell[31978, 874, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"c5a9b0c0-b401-443a-b02b-bbbc66f7c0db", CellID->821434655] }, Open ]], -Cell[32191, 878, 78, 0, 70, "FooterCell",ExpressionUUID->"03d39974-4d6a-44cd-8db9-94d5a964d3a9"] +Cell[32215, 880, 78, 0, 70, "FooterCell",ExpressionUUID->"71cb3995-11cd-4679-89fb-e9eac7967e5e"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ZeroNormalization.nb b/Documentation/English/ReferencePages/Symbols/ZeroNormalization.nb index 93ef845..7877a46 100644 --- a/Documentation/English/ReferencePages/Symbols/ZeroNormalization.nb +++ b/Documentation/English/ReferencePages/Symbols/ZeroNormalization.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42256, 1096] -NotebookOptionsPosition[ 33900, 931] -NotebookOutlinePosition[ 35973, 984] -CellTagsIndexPosition[ 35888, 979] +NotebookDataLength[ 42262, 1096] +NotebookOptionsPosition[ 33914, 932] +NotebookOutlinePosition[ 36010, 986] +CellTagsIndexPosition[ 35925, 981] WindowTitle->ZeroNormalization WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "64a87117-e809-42d0-be7e-c8b68a497213"], + "8b5b1c5c-926c-4aa0-bc2a-150e33c97aa9"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1fb4aa8f-0cf6-48c8-a982-a246cdf39b9c"], + "a195de6e-3689-410c-9d6d-5f2d64d5a5c2"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,34 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "739aad96-5706-4946-a4ef-46c4d2ea222b"] - }],ExpressionUUID->"02445de9-db94-4529-80b4-f9011df44872"], - StripOnInput->False], {"\<\"ConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/ConvexQ"], "\<\"AvConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "b5657132-0cac-4c2f-8709-203857a3d11e"] + }],ExpressionUUID->"9fde57b1-1ebe-413c-afbb-81e1bf7e9ce3"], + StripOnInput->False],{ + "\"ConvexQ\"" :> Documentation`HelpLookup["paclet:TUG/ref/ConvexQ"], + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "dde1776f-e340-4a7b-9acc-7a9989a0f9d4"], + "3a6a1afd-620b-4675-a4f5-3d2088e105f1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +94,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "617eaa6e-3ff4-4eaa-9d93-10acb911e61a"] - }],ExpressionUUID->"134a1345-c243-426a-9418-536f502ce8b4"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "1576f531-f293-40df-bb13-18fca7b63192"] + }],ExpressionUUID->"1ca80ed5-c315-42a2-ac36-d466b497ccbb"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "f4cca572-5635-4d41-98e8-eb23ca3055a1"], + "adb8b185-5a35-4e9a-8e36-ac9f08e1d6cb"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +122,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "49280adc-ad6d-40a8-8f29-b0ba0eaa08f5"] - }],ExpressionUUID->"a830bdf4-f9b2-42cc-964c-8ad439fc8bf7"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "e2fa4762-3995-4fbc-a768-31c3cb6a64ac"] + }],ExpressionUUID->"62140419-c60d-4060-b35a-735025eea93f"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "1a9c5e76-3af7-41c4-a3c6-bdeffa9a3ac4"], + "5ff27144-217f-4d41-b6df-69d15c92fd84"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +148,52 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d63133af-3594-4a99-b9c5-1fcee64d56fe"] - }],ExpressionUUID->"0637f8b9-e768-43d2-a639-add8b4bc9a05"], - StripOnInput->False], {"\<\"TUG/ref/ZeroNormalization\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ZeroNormalization"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "2a376e84-c0b0-4510-ab62-7c520f1e34bd"] + }],ExpressionUUID->"a47570d4-54ce-4660-92af-5fa0d3a7f9e3"], + StripOnInput->False],{ + "\"TUG/ref/ZeroNormalization\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ZeroNormalization"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ZeroNormalization.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$218121], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ZeroNormalization" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$234873], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ZeroNormalization" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6cf42e13-a6ef-42b0-8654-f5cd56b14f0e"] + "476157f2-320a-42aa-b3dd-bc1e8e2998c5"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "ccd65e30-8b5d-4374-964e-589bb4357989"]} + "1d95decc-030b-4573-865f-309cedfe8c9a"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"e350e55f-6cbd-4231-baf5-62c5d5a72288"], + CellID->1,ExpressionUUID->"4902e5e2-7650-4bd0-9031-4d56e644f811"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"7f52a995-617b-47cf-8078-971d073eb370"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"893509d2-3246-4fa4-9642-cab5d8bc93ff"], Cell[CellGroupData[{ @@ -197,14 +201,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ZeroNormalization", "ObjectName",ExpressionUUID-> - "913264b7-6078-4720-ba75-9a826066fe46"], + "0c54d607-3263-42a0-a542-87eb601e7e79"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"bd00d5c6-2a2e-4763-bad1-574c9320b30c"], + "Spacer1"]],ExpressionUUID->"97bd6983-f109-4670-a11c-cff4d586a324"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "e91211c8-c947-4da4-827a-35dc6879055f"] - }],ExpressionUUID->"270448d4-33cb-4209-85a8-22cbce7c94e0"], Cell[BoxData[ + "aefb3f4e-6e39-4c90-9f8e-eb27b9e3a862"] + }],ExpressionUUID->"41b971cf-d0dc-45b4-864a-0cf3c39ea134"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +230,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "7afa42a5-9645-4a90-841a-894c49608c11"]} + "474415ce-87d5-44e8-a7c7-23cbad63700e"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"125d926c-7e99-4090-a600-38141da8fc7d"], + CacheGraphics->False,ExpressionUUID->"d0572a0f-2fa6-49b3-b2da-acac6ced37ae"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +241,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "8b29d4b1-33de-4fc5-b52a-67af100faf42"], " \[LineSeparator]determines the zero-normalized game." - }],ExpressionUUID->"2b8978d2-0228-4484-9b81-2a1150a1a625"]} + }],ExpressionUUID->"31162e4d-6fc9-49e8-975a-5ce94ec15375"]} }]], "Usage", CellID->1027352,ExpressionUUID->"1a03f6e6-db27-498e-9338-6af33453e89c"] }, Open ]], @@ -270,12 +274,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"28599e57-4451-4ecd-8cad-f7f4091608a9"], + ExpressionUUID->"cb6e0a02-141a-4687-be39-24d9d4bf5458"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"7ffc9a3a-923e-46c1-a07e-e9d1d2a5333c"], + "Spacer1"]],ExpressionUUID->"b104b3ce-8bf0-4d47-ba00-73e59554d3f8"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"dc445ab8-fee3-4ea1-82c4-7fb7c506b40a"], + }], "NotesFrameText",ExpressionUUID->"cf08d295-449b-4123-bb6b-0781e2c4c757"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +290,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"2a081cb3-1ac1-426a-96e5-f8401d98dd72"]], \ + "Preemptive"]],ExpressionUUID->"8f49c4dc-dfe3-4e37-8362-9b05d1590a80"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->224159225,ExpressionUUID->"422901b6-df14-4e55-954f-e777a57943ef"], + CellID->1493571728,ExpressionUUID->"42912859-e779-4681-8015-f7e11e9c43cc"], Cell[TextData[{ "The input expression ", @@ -367,19 +371,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"6fcfe4cf-ffec-4a77-b96e-2dc1d175429f"], + ExpressionUUID->"1d4b9069-7019-4ec2-a1a1-c4a814579d51"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"1ddce2f8-a141-4ea6-9700-f1b71075b4ce"], + "Spacer1"]],ExpressionUUID->"cd1f4b1c-371a-48ba-b7fa-c2d720a874ad"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "01fb3fa6-7c95-42d8-9122-b622264cb962"] + "db14f927-3b57-4ca1-af6b-f8588068c211"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->1650137281,ExpressionUUID->"c2ae2530-91f2-441d-afc1-90917f3bfe0c"], + CellID->1036798157,ExpressionUUID->"8dfcfe8c-4cac-4836-9372-70c4271d3ee5"], Cell[CellGroupData[{ @@ -408,18 +412,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"90dae3cf-8991-4264-8157-12f43eec1452"], + ExpressionUUID->"537ee052-cd40-4661-a76a-93fde14553c5"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a7ac0bca-6269-4ab2-a6c9-f6e58ee25974"], + "Spacer1"]],ExpressionUUID->"5b720811-2fdf-4611-9823-4b22750b385a"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "45285e6e-b852-47a1-8c7e-186281deda52"] + "9101ef32-be3d-4e9d-b6f4-c1e97ca58d42"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->394465551,ExpressionUUID->"1a34bfac-d8fe-4e70-b445-d9e842c970cf"], + CellID->1810965375,ExpressionUUID->"bd3a2d36-1f0a-455d-a884-870060ee00fe"], Cell["Loading the package:", "ExampleText", CellID->1076047136,ExpressionUUID->"5b1146a6-efb0-4812-8786-f72d11574d6b"], @@ -616,8 +620,6 @@ Cell[BoxData[ EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -765,15 +767,15 @@ Cell[BoxData[GridBox[{ "7ffde379-08cf-4fc8-a82c-8b128c92b381"] }], "SeeAlso",ExpressionUUID->"42261a72-fac4-47a9-8570-154a260932b2"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"94cd3e01-fa3c-4521-bb2e-\ -92a5d8f3d87f"], + }]], "SeeAlsoSection",ExpressionUUID->"9cab3397-7c44-4406-adaf-\ +2191fe0efe20"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -785,9 +787,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"d59b0fb3-e56f-4ea2-ac61-72a12e9a0fc9"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"6836962d-e15c-4949-ab14-\ -a61b36c680c9"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"373c9472-d7c6-4ae1-a24f-\ +543c685cf8db"], Cell[BoxData[GridBox[{ { @@ -804,7 +805,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "e391f951-110c-4c55-9cd4-18135dd2d3ea"]}]}, + "8339c385-5851-4d97-ae3e-8c6b8b9fff1f"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -812,10 +813,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "c4b174f4-cd97-4040-abc9-3172c7b0206b"]}]} + "ece7a635-f469-47f0-88e2-a2229eccebc4"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"e581d27d-979a-4eef-a079-\ -46583c5a2bcb"], + }]], "MoreAboutSection",ExpressionUUID->"87bb1d97-699a-4370-89a5-\ +7f69608e9dfc"], Cell[BoxData[GridBox[{ { @@ -842,7 +843,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "9eb4075e-a135-4b70-b8fa-3ef5272006ed"]], "RelatedLinks", + "2df9d9c2-60af-4536-97c6-fec00f096d6e"]], "RelatedLinks", ExpressionUUID->"01e3f739-1b9b-46cd-ae3a-16fd287a22f8"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -859,7 +860,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "7fe15634-412c-42ac-b5db-edad3065cccc"]], "RelatedLinks", + "f1298e7e-4ce1-45d0-ae19-5fd21695d3b8"]], "RelatedLinks", ExpressionUUID->"1809a70a-7b87-4061-b377-668a7111c532"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -876,7 +877,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "0f066f67-0e59-46a3-9a21-95edaa7420bc"]], "RelatedLinks", + "44ced518-d670-42d5-b2aa-d8daab970170"]], "RelatedLinks", ExpressionUUID->"8493ccf3-545b-41d0-b10a-15290e4303bb"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -893,11 +894,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/AvConcaveQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "ffd0d8c2-14d2-438f-8481-fc0a58535d19"]], "RelatedLinks", + "683703f9-b2a0-4e19-9eed-91aa56575b0c"]], "RelatedLinks", ExpressionUUID->"b0c229e0-751f-4293-9099-6bf4bc299286"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"4d44b265-afed-4ecb-8a4c-\ -0b89b3bed524"], + }]], "RelatedLinksSection",ExpressionUUID->"e757dfe4-5808-40f7-b54d-\ +f351c7a7c0a4"], Cell[CellGroupData[{ @@ -927,11 +928,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"a7ab9c71-e00b-4049-94ab-8e10cc390b13"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"2746f549-f247-424a-b7db-2a620c8189ea"] +Cell[" ", "FooterCell",ExpressionUUID->"12d486f7-c542-4d42-8e17-cdd5f5fb7cb2"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ZeroNormalization", TaggingRules->{ @@ -942,17 +943,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 37.368117}", + "built" -> "{2024, 6, 3, 16, 56, 31.601368}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ZeroNormalization[game] determines the zero-normalized game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ZeroNormalization", - "titlemodifier" -> "", "windowtitle" -> "ZeroNormalization", "type" -> - "Symbol", "uri" -> "TUG/ref/ZeroNormalization"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ZeroNormalization", "type" -> "Symbol", "uri" -> + "TUG/ref/ZeroNormalization"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -961,9 +963,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"4d51042d-5c40-4440-89e4-be24324f1165" +ExpressionUUID->"4147e0e2-8df9-4f6d-8572-ee778faeb894" ] (* End of Notebook Content *) @@ -971,133 +973,131 @@ ExpressionUUID->"4d51042d-5c40-4440-89e4-be24324f1165" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13132, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c2ae2530-91f2-441d-afc1-90917f3bfe0c", + Cell[13179, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8dfcfe8c-4cac-4836-9372-70c4271d3ee5", CellTags->"PrimaryExamplesSection", - CellID->1650137281]} + CellID->1036798157]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35687, 972} + {"PrimaryExamplesSection", 35724, 974} } *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 7083, 168, 56, "AnchorBarGrid",ExpressionUUID->"e350e55f-6cbd-4231-baf5-62c5d5a72288", +Cell[589, 21, 7129, 172, 57, "AnchorBarGrid",ExpressionUUID->"4902e5e2-7650-4bd0-9031-4d56e644f811", CellID->1], -Cell[7675, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"7f52a995-617b-47cf-8078-971d073eb370"], +Cell[7721, 195, 86, 0, 23, "ContextNameCell",ExpressionUUID->"893509d2-3246-4fa4-9642-cab5d8bc93ff"], Cell[CellGroupData[{ -Cell[7786, 195, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"125d926c-7e99-4090-a600-38141da8fc7d"], -Cell[9080, 232, 452, 9, 111, "Usage",ExpressionUUID->"1a03f6e6-db27-498e-9338-6af33453e89c", +Cell[7832, 199, 1291, 35, 59, "ObjectNameGrid",ExpressionUUID->"d0572a0f-2fa6-49b3-b2da-acac6ced37ae"], +Cell[9126, 236, 452, 9, 111, "Usage",ExpressionUUID->"1a03f6e6-db27-498e-9338-6af33453e89c", CellID->1027352] }, Open ]], Cell[CellGroupData[{ -Cell[9569, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"422901b6-df14-4e55-954f-e777a57943ef", +Cell[9615, 250, 1895, 47, 37, "NotesSection",ExpressionUUID->"42912859-e779-4681-8015-f7e11e9c43cc", CellGroupingRules->{"SectionGrouping", 50}, - CellID->224159225], -Cell[11466, 295, 663, 17, 49, "Notes",ExpressionUUID->"083306d0-0536-42cc-a874-db47e4e70a31", + CellID->1493571728], +Cell[11513, 299, 663, 17, 48, "Notes",ExpressionUUID->"083306d0-0536-42cc-a874-db47e4e70a31", CellID->26053], -Cell[12132, 314, 489, 12, 37, "Notes",ExpressionUUID->"eb687748-8122-45c6-ab86-84b8f864014a", +Cell[12179, 318, 489, 12, 38, "Notes",ExpressionUUID->"eb687748-8122-45c6-ab86-84b8f864014a", CellID->177724765], -Cell[12624, 328, 198, 4, 36, "Notes",ExpressionUUID->"b7e7f0db-9ff2-429a-b114-f2fafc554e73", +Cell[12671, 332, 198, 4, 36, "Notes",ExpressionUUID->"b7e7f0db-9ff2-429a-b114-f2fafc554e73", CellID->423681804], -Cell[12825, 334, 180, 4, 36, "Notes",ExpressionUUID->"40441438-e675-4c20-9e79-bcd8b697da34", +Cell[12872, 338, 180, 4, 36, "Notes",ExpressionUUID->"40441438-e675-4c20-9e79-bcd8b697da34", CellID->1969991421] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13132, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"c2ae2530-91f2-441d-afc1-90917f3bfe0c", +Cell[13179, 348, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"8dfcfe8c-4cac-4836-9372-70c4271d3ee5", CellTags->"PrimaryExamplesSection", - CellID->1650137281], + CellID->1036798157], Cell[CellGroupData[{ -Cell[14578, 385, 1398, 36, 30, "ExampleSection",ExpressionUUID->"1a34bfac-d8fe-4e70-b445-d9e842c970cf", - CellID->394465551], -Cell[15979, 423, 119, 1, 38, "ExampleText",ExpressionUUID->"5b1146a6-efb0-4812-8786-f72d11574d6b", +Cell[14625, 389, 1399, 36, 30, "ExampleSection",ExpressionUUID->"bd3a2d36-1f0a-455d-a884-870060ee00fe", + CellID->1810965375], +Cell[16027, 427, 119, 1, 39, "ExampleText",ExpressionUUID->"5b1146a6-efb0-4812-8786-f72d11574d6b", CellID->1076047136], Cell[CellGroupData[{ -Cell[16123, 428, 167, 3, 27, "Input",ExpressionUUID->"412165b6-c1e7-42a2-8aea-60aad58ee00b", +Cell[16171, 432, 167, 3, 27, "Input",ExpressionUUID->"412165b6-c1e7-42a2-8aea-60aad58ee00b", CellID->686817664], Cell[CellGroupData[{ -Cell[16315, 435, 237, 4, 23, "Print",ExpressionUUID->"8032643f-5aac-4018-94cb-9b25a56a28c2", +Cell[16363, 439, 237, 4, 23, "Print",ExpressionUUID->"8032643f-5aac-4018-94cb-9b25a56a28c2", CellID->1956689674], -Cell[16555, 441, 365, 8, 23, "Print",ExpressionUUID->"a28c71f6-57a7-4fc4-8894-c34bde08107b", +Cell[16603, 445, 365, 8, 23, "Print",ExpressionUUID->"a28c71f6-57a7-4fc4-8894-c34bde08107b", CellID->495884798], -Cell[16923, 451, 237, 4, 23, "Print",ExpressionUUID->"d493c015-7210-4c82-9124-cc00bb79a562", +Cell[16971, 455, 237, 4, 23, "Print",ExpressionUUID->"d493c015-7210-4c82-9124-cc00bb79a562", CellID->1930094355], -Cell[17163, 457, 220, 3, 23, "Print",ExpressionUUID->"dc7a662d-705b-471d-8986-eb8a3047d163", +Cell[17211, 461, 220, 3, 23, "Print",ExpressionUUID->"dc7a662d-705b-471d-8986-eb8a3047d163", CellID->172090863], -Cell[17386, 462, 207, 3, 23, "Print",ExpressionUUID->"fc48bf3a-fdb8-403c-94a3-60108ea92034", +Cell[17434, 466, 207, 3, 23, "Print",ExpressionUUID->"fc48bf3a-fdb8-403c-94a3-60108ea92034", CellID->468587524], -Cell[17596, 467, 237, 4, 23, "Print",ExpressionUUID->"139c2cfb-30d5-4218-8435-25146d081a41", +Cell[17644, 471, 237, 4, 23, "Print",ExpressionUUID->"139c2cfb-30d5-4218-8435-25146d081a41", CellID->499105876], -Cell[17836, 473, 220, 3, 23, "Print",ExpressionUUID->"4133a0be-ba4d-41d1-aea7-5af36c1e1c34", +Cell[17884, 477, 220, 3, 23, "Print",ExpressionUUID->"4133a0be-ba4d-41d1-aea7-5af36c1e1c34", CellID->278036372], -Cell[18059, 478, 237, 4, 23, "Print",ExpressionUUID->"4e77f4b9-2add-4eb2-b0c0-97ef1b0ab059", +Cell[18107, 482, 237, 4, 23, "Print",ExpressionUUID->"4e77f4b9-2add-4eb2-b0c0-97ef1b0ab059", CellID->1382148614], -Cell[18299, 484, 236, 4, 23, "Print",ExpressionUUID->"4e345f59-f2d8-4829-ab53-ee1db03963ca", +Cell[18347, 488, 236, 4, 23, "Print",ExpressionUUID->"4e345f59-f2d8-4829-ab53-ee1db03963ca", CellID->459251118], -Cell[18538, 490, 207, 3, 23, "Print",ExpressionUUID->"0d8e1eea-783a-4c3f-b239-90d9b9beb0a1", +Cell[18586, 494, 207, 3, 23, "Print",ExpressionUUID->"0d8e1eea-783a-4c3f-b239-90d9b9beb0a1", CellID->782264741], -Cell[18748, 495, 236, 4, 23, "Print",ExpressionUUID->"8fa47d95-5938-489a-ad4b-035045eaae02", +Cell[18796, 499, 236, 4, 23, "Print",ExpressionUUID->"8fa47d95-5938-489a-ad4b-035045eaae02", CellID->826601696] }, Open ]] }, Open ]], -Cell[19011, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"0343219a-09a8-430d-bb4b-38759ec110f0", +Cell[19059, 507, 136, 1, 39, "ExampleText",ExpressionUUID->"0343219a-09a8-430d-bb4b-38759ec110f0", CellID->992259508], -Cell[19150, 506, 235, 6, 70, "Input",ExpressionUUID->"72477697-f4c3-4193-beb1-d70669e1aef6", +Cell[19198, 510, 235, 6, 70, "Input",ExpressionUUID->"72477697-f4c3-4193-beb1-d70669e1aef6", CellID->1997010507], -Cell[19388, 514, 381, 9, 70, "Input",ExpressionUUID->"98cc0490-c0ae-4b32-80ad-ee9afefb735f", +Cell[19436, 518, 381, 9, 70, "Input",ExpressionUUID->"98cc0490-c0ae-4b32-80ad-ee9afefb735f", CellID->1051616495], -Cell[19772, 525, 238, 6, 70, "Input",ExpressionUUID->"3cd31782-549a-4c20-8598-b625d8b11849", +Cell[19820, 529, 238, 6, 70, "Input",ExpressionUUID->"3cd31782-549a-4c20-8598-b625d8b11849", CellID->1072136788], -Cell[20013, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"c4258670-dd76-4e62-bfb2-7d111fb78d53", +Cell[20061, 537, 190, 4, 70, "ExampleText",ExpressionUUID->"c4258670-dd76-4e62-bfb2-7d111fb78d53", CellID->211608104], Cell[CellGroupData[{ -Cell[20228, 541, 175, 3, 70, "Input",ExpressionUUID->"85ef32a8-c68d-4cd8-a24e-310e323bb9af", +Cell[20276, 545, 175, 3, 70, "Input",ExpressionUUID->"85ef32a8-c68d-4cd8-a24e-310e323bb9af", CellID->1295361505], -Cell[20406, 546, 174, 4, 36, "Output",ExpressionUUID->"54d46350-ad89-49b6-90b4-62eed554cc50", +Cell[20454, 550, 174, 4, 36, "Output",ExpressionUUID->"54d46350-ad89-49b6-90b4-62eed554cc50", CellID->2134986518] }, Open ]], -Cell[20595, 553, 179, 3, 70, "ExampleText",ExpressionUUID->"58aca5c8-aad0-4f65-b267-651555226efb", +Cell[20643, 557, 179, 3, 70, "ExampleText",ExpressionUUID->"58aca5c8-aad0-4f65-b267-651555226efb", CellID->1993718257], Cell[CellGroupData[{ -Cell[20799, 560, 200, 4, 70, "Input",ExpressionUUID->"6e3efa2d-78bd-4ed2-9560-a3257a0322e7", +Cell[20847, 564, 200, 4, 70, "Input",ExpressionUUID->"6e3efa2d-78bd-4ed2-9560-a3257a0322e7", CellID->904010989], -Cell[21002, 566, 429, 10, 36, "Output",ExpressionUUID->"e13e46d0-3d04-44db-95a6-b13a566eb4ce", +Cell[21050, 570, 429, 10, 36, "Output",ExpressionUUID->"e13e46d0-3d04-44db-95a6-b13a566eb4ce", CellID->381774928] }, Open ]], -Cell[21446, 579, 153, 1, 70, "ExampleText",ExpressionUUID->"304f1286-9652-4c8d-9e15-0415ff0c26e8", +Cell[21494, 583, 153, 1, 70, "ExampleText",ExpressionUUID->"304f1286-9652-4c8d-9e15-0415ff0c26e8", CellID->1718015957], -Cell[21602, 582, 239, 6, 70, "Input",ExpressionUUID->"8cebe3e3-dc4e-4cd2-af97-265b94b07420", +Cell[21650, 586, 239, 6, 70, "Input",ExpressionUUID->"8cebe3e3-dc4e-4cd2-af97-265b94b07420", CellID->555107574], -Cell[21844, 590, 150, 1, 70, "ExampleText",ExpressionUUID->"3e6ab081-6a74-433f-aa35-7229f5569a80", +Cell[21892, 594, 150, 1, 70, "ExampleText",ExpressionUUID->"3e6ab081-6a74-433f-aa35-7229f5569a80", CellID->335211898], Cell[CellGroupData[{ -Cell[22019, 595, 171, 3, 70, "Input",ExpressionUUID->"b25b621f-8911-41d1-95bf-96e74b86ea85", +Cell[22067, 599, 171, 3, 70, "Input",ExpressionUUID->"b25b621f-8911-41d1-95bf-96e74b86ea85", CellID->2141697761], -Cell[22193, 600, 314, 9, 51, "Output",ExpressionUUID->"de7f27a2-ccb1-4983-b738-f6248f8b3e64", +Cell[22241, 604, 314, 9, 51, "Output",ExpressionUUID->"de7f27a2-ccb1-4983-b738-f6248f8b3e64", CellID->838454344] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[22797, 622, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"9cab3397-7c44-4406-adaf-2191fe0efe20"], +Cell[28235, 772, 670, 18, 70, "TechNotesSection",ExpressionUUID->"373c9472-d7c6-4ae1-a24f-543c685cf8db"], +Cell[28908, 792, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"87bb1d97-699a-4370-89a5-7f69608e9dfc"], +Cell[29944, 820, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"e757dfe4-5808-40f7-b54d-f351c7a7c0a4"], Cell[CellGroupData[{ -Cell[22771, 620, 5435, 148, 70, "SeeAlsoSection",ExpressionUUID->"94cd3e01-fa3c-4521-bb2e-92a5d8f3d87f"], -Cell[28209, 770, 670, 18, 70, "TechNotesSection",ExpressionUUID->"6836962d-e15c-4949-ab14-a61b36c680c9"] -}, Open ]], -Cell[28894, 791, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"e581d27d-979a-4eef-a079-46583c5a2bcb"], -Cell[29930, 819, 2820, 80, 70, "RelatedLinksSection",ExpressionUUID->"4d44b265-afed-4ecb-8a4c-0b89b3bed524"], -Cell[CellGroupData[{ -Cell[32775, 903, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a94515da-c061-483e-bf7d-cb516642a75a", +Cell[32789, 904, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"a94515da-c061-483e-bf7d-cb516642a75a", CellID->174251628], -Cell[32915, 906, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e6a7479d-d965-4777-b088-84c2f96cbfc8", +Cell[32929, 907, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e6a7479d-d965-4777-b088-84c2f96cbfc8", CellID->1194386356], -Cell[33137, 912, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89785170-db54-4063-9452-7ddefa94c751", +Cell[33151, 913, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89785170-db54-4063-9452-7ddefa94c751", CellID->1641706272], -Cell[33352, 917, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37fbe1c2-63dd-48b3-ab7d-97266d6f4f5f", +Cell[33366, 918, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"37fbe1c2-63dd-48b3-ab7d-97266d6f4f5f", CellID->399251956], -Cell[33581, 923, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7ab9c71-e00b-4049-94ab-8e10cc390b13", +Cell[33595, 924, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"a7ab9c71-e00b-4049-94ab-8e10cc390b13", CellID->821434655] }, Open ]], -Cell[33818, 929, 78, 0, 70, "FooterCell",ExpressionUUID->"2746f549-f247-424a-b7db-2a620c8189ea"] +Cell[33832, 930, 78, 0, 70, "FooterCell",ExpressionUUID->"12d486f7-c542-4d42-8e17-cdd5f5fb7cb2"] } ] *) diff --git a/Documentation/English/ReferencePages/Symbols/ZeroOneNormalization.nb b/Documentation/English/ReferencePages/Symbols/ZeroOneNormalization.nb index 9de612a..4267974 100644 --- a/Documentation/English/ReferencePages/Symbols/ZeroOneNormalization.nb +++ b/Documentation/English/ReferencePages/Symbols/ZeroOneNormalization.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 42098, 1094] -NotebookOptionsPosition[ 33457, 923] -NotebookOutlinePosition[ 35546, 976] -CellTagsIndexPosition[ 35461, 971] +NotebookDataLength[ 42122, 1096] +NotebookOptionsPosition[ 33494, 926] +NotebookOutlinePosition[ 35604, 980] +CellTagsIndexPosition[ 35519, 975] WindowTitle->ZeroOneNormalization WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G SYMBOL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "3664213a-bef8-4093-adec-c4cd19c4d574"], + "29a62314-251b-4b0c-aa87-9e2b1f3a8d4f"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "1872fa62-151f-49b2-90bc-10b3e707a188"], + "2ee6f974-db73-4b42-9db9-be17c4d78e29"], Background->RGBColor[0.490196, 0.576471, 0.690196], ItemSize->Full], ""} }, @@ -51,33 +51,35 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "51ea6c84-8ad3-4ac6-b734-97efe1646977"] - }],ExpressionUUID->"6296ddd2-cce7-40e8-9d34-00a30bcdb72e"], - StripOnInput->False], {"\<\"AvConvexQ\"\>":>Documentation`HelpLookup[ - "paclet:TUG/ref/AvConvexQ"], "\<\"AverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AverageConvexQ"], "\<\"AlmostConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConvexQ"], "\<\"AlmostAverageConvexQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostAverageConvexQ"], "\<\"AIMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AIMCGameQ"], "\<\"ADMCGameQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ADMCGameQ"], "\<\"AvConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AvConcaveQ"], "\<\"ConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/ConcaveQ"], "\<\"AlmostConcaveQ\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/ref/AlmostConcaveQ"], "\<\"AlmostAverageConcaveQ\"\>":> - Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, + "cef3b87d-21a5-40f6-8fb2-dd7a7b863145"] + }],ExpressionUUID->"8d752fad-5312-4e03-a673-af945c0cb117"], + StripOnInput->False],{ + "\"AvConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConvexQ"], + "\"AverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AverageConvexQ"], + "\"AlmostConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConvexQ"], + "\"AlmostAverageConvexQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConvexQ"], + "\"AIMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AIMCGameQ"], + "\"ADMCGameQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ADMCGameQ"], + "\"AvConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AvConcaveQ"], + "\"ConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/ConcaveQ"], + "\"AlmostConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostConcaveQ"], + "\"AlmostAverageConcaveQ\"" :> + Documentation`HelpLookup["paclet:TUG/ref/AlmostAverageConcaveQ"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"SeeAlso"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "781134b9-b560-4d67-8954-800b24161145"], + "d0fe3580-ba83-4e1e-8553-e7b79de0ee3d"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -93,18 +95,19 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b5bb84e9-09cb-4e71-8bd5-d0c69b13acbe"] - }],ExpressionUUID->"4bbb651f-f3df-4634-9d32-299661ed6dcd"], - StripOnInput->False], {"\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "8683b9b7-5437-4631-8ba7-f642b9ac8008"] + }],ExpressionUUID->"3c236826-ddfe-475f-b594-bf6c46e95101"], + StripOnInput->False],{ + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"MoreAbout"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5ad5c14f-db3e-4fcb-9ee2-b204834da772"], + "50cea812-a902-434e-a436-be9a3857bfcc"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -120,16 +123,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "d6b911d3-17f3-4564-8ed3-78228ceb55f1"] - }],ExpressionUUID->"c46b2d75-ab1f-4b01-9297-69409f343855"], - StripOnInput->False], {"\<\"Game Theory Package\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, + "02e5a4d7-a49a-4c89-b76f-2b2b97ab0823"] + }],ExpressionUUID->"f2c6a6dd-5631-4790-89b0-b3909d9384c2"], + StripOnInput->False],{ + "\"Game Theory Package\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/RefPageTuGames"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"Tutorials"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "0458325f-8897-4aa4-a82e-8c3ed6a8a02d"], + "8c1c1e4d-1849-4922-9829-5456a7ae97cf"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -145,51 +149,53 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "8ebdf057-5db6-48aa-94f3-92d874c3ef0e"] - }],ExpressionUUID->"561e77dd-4ed0-41ee-a610-58c54646946f"], - StripOnInput->False], {"\<\"TUG/ref/ZeroOneNormalization\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/ref/ZeroOneNormalization"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/ref/\ + "9618ee57-e3df-4277-bbcf-6c1a3f234cf1"] + }],ExpressionUUID->"e1c7fbfb-2349-4710-9c50-cdf0b51f9336"], + StripOnInput->False],{ + "\"TUG/ref/ZeroOneNormalization\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/ref/ZeroOneNormalization"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/ref/\ ZeroOneNormalization.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$218686], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/ref/ZeroOneNormalization" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$235472], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/ref/ZeroOneNormalization" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "945b4462-a6d2-4c37-835d-194323e2aaea"] + "1001f3d9-65ec-4fe0-ba8f-74c0cbb7a784"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "b45d0087-3999-44bd-8da2-2025a0177dbb"]} + "728aa3e9-0b4e-4217-a9d5-7bb32bbe6988"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"02adc34b-73b3-441e-b02a-667e3853cbe0"], + CellID->1,ExpressionUUID->"ba066833-7822-42e2-bf94-52fa00ce2663"], -Cell["TUG`", "ContextNameCell",ExpressionUUID->"c3d0d4fd-b265-4e1d-bf73-b64e7f3ba0d1"], +Cell["TUG`", "ContextNameCell",ExpressionUUID->"3ea2ec40-d42b-46e5-b704-aa77f0736e5d"], Cell[CellGroupData[{ @@ -197,14 +203,14 @@ Cell[BoxData[GridBox[{ {Cell[TextData[{ Cell[ "ZeroOneNormalization", "ObjectName",ExpressionUUID-> - "c1380031-8f98-4196-9cec-41e4489d7a80"], + "cad91b42-b114-4b45-9134-2640da3a5f62"], Cell[BoxData[ TemplateBox[{8}, - "Spacer1"]],ExpressionUUID->"e3117d9b-a942-4048-9f39-1639338d4682"], + "Spacer1"]],ExpressionUUID->"40808fee-ec29-452a-8c7c-d08a0489f051"], Cell[BoxData[ ""], "ObjectNameTranslation",ExpressionUUID-> - "9c878dee-d16c-4289-8457-4c5d7fa08284"] - }],ExpressionUUID->"a54869d2-f4a1-44a7-adc8-6c0eece7cfb4"], Cell[BoxData[ + "89f4f0e6-f1d7-4f89-ab4c-91319526affb"] + }],ExpressionUUID->"5aa23734-8bb0-45e3-acf6-3d34da644026"], Cell[BoxData[ TooltipBox[ StyleBox[ TagBox[ @@ -226,9 +232,9 @@ Cell[BoxData[GridBox[{ "New in 13.2", TooltipDelay->0.3]], Magnification->1,ExpressionUUID-> - "14394c28-0d76-47f9-a33f-6fc045ee7498"]} + "dfab6f53-74fe-4db5-9643-de160fc0aba9"]} }]], "ObjectNameGrid", - CacheGraphics->False,ExpressionUUID->"d9d47fd2-2f46-4f20-bdf1-4e4553655643"], + CacheGraphics->False,ExpressionUUID->"5902b5f2-1611-4ce5-a6d0-c8e6a364302e"], Cell[BoxData[GridBox[{ {"", Cell[TextData[{ @@ -237,7 +243,7 @@ Cell[BoxData[GridBox[{ FontFamily->"Source Sans Pro",ExpressionUUID-> "4d9cc569-21e5-4204-887d-ed2da33499e9"], " \[LineSeparator]determines the (0,1)-normalized game." - }],ExpressionUUID->"089b73ad-6a18-42a8-b2b1-dca04b696c0d"]} + }],ExpressionUUID->"d6022052-38de-46eb-862a-e8120a157c04"]} }]], "Usage", CellID->1304392702,ExpressionUUID->"afc33866-53a0-42b9-8016-b151bcec7bc3"] }, Open ]], @@ -270,12 +276,12 @@ Cell[TextData[Cell[BoxData[ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"fa59814c-5454-42db-8cdb-b4df9fd1c8e3"], + ExpressionUUID->"88c695d2-4bcf-409f-a19c-43f08e711b8e"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"93ed4b41-6596-4b02-b948-d92ea2885fb1"], + "Spacer1"]],ExpressionUUID->"87d6938a-e14c-4684-96fe-b83229d94a30"], "Details and Options" - }], "NotesFrameText",ExpressionUUID->"d69b2d2a-0898-47f3-96b3-853d63127838"], + }], "NotesFrameText",ExpressionUUID->"9d1d06b9-18e3-4897-a8f4-aa24b0d9cadf"], Appearance->{Automatic, None, "Normal", Automatic}, BaseStyle->None, ButtonFunction:>(FrontEndExecute[{ @@ -286,12 +292,12 @@ Cell[TextData[Cell[BoxData[ FrontEnd`SelectedNotebook[], After, CellContents]}]& ), Evaluator->None, Method-> - "Preemptive"]],ExpressionUUID->"e0892e9f-7a13-4037-b165-4aa42b62b646"]], \ + "Preemptive"]],ExpressionUUID->"64c904dd-0ab6-4247-aac5-a26eec38512e"]], \ "NotesSection", WholeCellGroupOpener->True, CellGroupingRules->{"SectionGrouping", 50}, CacheGraphics->False, - CellID->575195412,ExpressionUUID->"42ac0d80-65b0-41ce-bc07-772f4858e56e"], + CellID->1651013907,ExpressionUUID->"ac476865-4f77-4ebe-927c-12802e6a129d"], Cell[TextData[{ "The input expression ", @@ -367,19 +373,19 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"59059832-58f0-40e9-8588-e1ca27524dfb"], + ExpressionUUID->"e6fb19f8-8b11-4019-88b0-5d6f1acd3a14"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"b8ddd657-bf1f-4234-a502-2c596cda09c8"], + "Spacer1"]],ExpressionUUID->"c1753460-5918-484b-af6e-e211d10bc49b"], "Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "cef76e93-93a7-4e29-acee-be553baba10b"] + "dc3add08-3797-491f-a31b-60cb241eb72d"] }], "PrimaryExamplesSection", WholeCellGroupOpener->True, CacheGraphics->False, CellTags->"PrimaryExamplesSection", - CellID->2077304532,ExpressionUUID->"7fcaff8b-da4e-41e6-9d1b-dd8cd8111c3a"], + CellID->37055052,ExpressionUUID->"21726258-a472-49e4-9fdf-1698a6850609"], Cell[CellGroupData[{ @@ -408,18 +414,18 @@ Cell[TextData[{ PlotRange -> {{-3, 4}, {-1, 1}}, ImageSize -> 20], Magnification -> 0.68 Inherited], Rational[1, 2] Pi, {-1.65, -1}]]], ImageSizeCache->{13.600000000000001`, {5., 8.600000000000001}}]], - ExpressionUUID->"068d0bee-8d79-4655-8d08-3c8733f15696"], + ExpressionUUID->"526f3916-0ca0-4b44-ab79-65bcc94d3293"], Cell[BoxData[ TemplateBox[{1}, - "Spacer1"]],ExpressionUUID->"a2b4cfa8-452e-4505-ae2c-f7a874a52a24"], + "Spacer1"]],ExpressionUUID->"737e34b4-ac0b-4e09-9f96-e87dbda9bc85"], "Basic Examples", "\[NonBreakingSpace]\[NonBreakingSpace]", Cell["(1)", "ExampleCount",ExpressionUUID-> - "15b74dd4-1c35-4318-975c-343f9d5a248a"] + "a8e80077-1df5-42fa-a78c-c401ca8adbb4"] }], "ExampleSection", "ExampleSection", WholeCellGroupOpener->True, CacheGraphics->False, - CellID->1237070243,ExpressionUUID->"ba74e242-1a5e-489b-8ba2-0d08aa25ecd5"], + CellID->1122064599,ExpressionUUID->"6d684cd6-d045-4cbc-82ef-8d51d0f72e0d"], Cell["Loading the package:", "ExampleText", CellID->1324168171,ExpressionUUID->"aa418a21-8e8f-466d-a9fb-0ce2d325ea34"], @@ -642,8 +648,6 @@ Cell[BoxData["1"], "Output", EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], -Cell[CellGroupData[{ - Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ @@ -791,15 +795,15 @@ Cell[BoxData[GridBox[{ "4fa9a85b-1272-4246-a71b-a21dd441cdfa"] }], "SeeAlso",ExpressionUUID->"e145cfa7-22b1-4ac7-8ddf-c9dd3fc91d46"]} }]} - }]], "SeeAlsoSection",ExpressionUUID->"70a77fd2-9daa-4862-bd35-\ -586d0b148f43"], + }]], "SeeAlsoSection",ExpressionUUID->"b7fabafe-6853-4ea1-9e10-\ +227dfc343104"], Cell[BoxData[GridBox[{ { DynamicBox[FEPrivate`ImportImage[ FrontEnd`FileName[{"Documentation", "FooterIcons"}, "RelatedTechNote.png"]], - ImageSizeCache->{50., {28., 32.}}], GridBox[{ + ImageSizeCache->{50., {27., 33.}}], GridBox[{ { StyleBox[ RowBox[{"Tech", " ", "Notes"}], "TechNotesSection"]}, @@ -811,9 +815,8 @@ Cell[BoxData[GridBox[{ ButtonData->"paclet:TUG/Guides/RefPageTuGames"]], "TechNotes", ExpressionUUID->"968d990f-c0c1-42cd-b5c7-806194a74725"]}]} }]} - }]], "TechNotesSection",ExpressionUUID->"edaf5ce8-757a-439b-a382-\ -c92a17c98b98"] -}, Open ]], + }]], "TechNotesSection",ExpressionUUID->"7f087ded-337a-4797-a56a-\ +cd5581d52f32"], Cell[BoxData[GridBox[{ { @@ -830,7 +833,7 @@ Cell[BoxData[GridBox[{ TextData["Graphics 2D"]], "paclet:TUG/Guides/TuGamesView2dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "975fe445-3b5a-407e-8302-24cd8a430505"]}]}, + "4f23d3b5-9ed7-4049-942e-c1a3fb06c466"]}]}, { RowBox[{"\[FilledVerySmallSquare]", Cell[BoxData[ TemplateBox[{ @@ -838,10 +841,10 @@ Cell[BoxData[GridBox[{ TextData["Graphics 3D"]], "paclet:TUG/Guides/TuGamesView3dV6"}, "RefLinkPlain", BaseStyle->{"MoreAbout"}]], "MoreAbout",ExpressionUUID-> - "0cb8fa03-b469-4168-8898-eba00f19fee6"]}]} + "4feb773e-3998-4836-817f-9e960cc5b5ae"]}]} }]} - }]], "MoreAboutSection",ExpressionUUID->"d33fd199-c19e-4514-bec3-\ -53c6a146b5b6"], + }]], "MoreAboutSection",ExpressionUUID->"d51824d7-2dc0-454c-82e2-\ +abbe21211d17"], Cell[BoxData[GridBox[{ { @@ -868,7 +871,7 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/ConvexQ"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "3823d9d6-7cfd-4da7-8968-de01004d0c93"]], "RelatedLinks", + "829a306f-122e-4adb-bf05-b8809cdcc6a8"]], "RelatedLinks", ExpressionUUID->"4331be47-0409-4982-8817-ff9241c1420d"]}, {Cell[BoxData[Cell[BoxData[ RowBox[{ @@ -885,11 +888,11 @@ Cell[BoxData[GridBox[{ "paclet:TUG/Ref/OneNormalization"}, "RefLinkPlain", BaseStyle->{"RelatedLinks"}]}]],ExpressionUUID-> - "5bbbc921-67f6-4505-8228-98bf83b17483"]], "RelatedLinks", + "cc2cc3c8-52d1-4fdf-9cc0-c84fd463258d"]], "RelatedLinks", ExpressionUUID->"329326a9-ab51-4448-a0f8-8bfa84b4a404"]} }]} - }]], "RelatedLinksSection",ExpressionUUID->"80254d70-e176-467f-b8b7-\ -771bdb53a55a"], + }]], "RelatedLinksSection",ExpressionUUID->"f62bc403-d88f-4f9b-9496-\ +ec129c90384b"], Cell[CellGroupData[{ @@ -919,11 +922,11 @@ Cell[TextData[ButtonBox["MATLink Connection to MatTuGames", CellID->821434655,ExpressionUUID->"448aabae-6403-4fcc-a39b-202943c4052e"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"e713ad74-d847-4171-92c9-e044c073f085"] +Cell[" ", "FooterCell",ExpressionUUID->"3b1cec2d-dfd5-44fe-b5f0-be0a7672a416"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ZeroOneNormalization", TaggingRules->{ @@ -934,17 +937,18 @@ TaggingRules->{ "NotesSection" -> Closed}, "NewStyles" -> True, "CitationPopupData" -> $Failed, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 38.857587}", + "built" -> "{2024, 6, 3, 16, 56, 32.299492}", "history" -> {"??", "", "", ""}, "context" -> "TUG`", "keywords" -> {}, "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Symbol", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> "ZeroOneNormalization[game] determines the (0,1)-normalized game.", "synonyms" -> {}, "tabletags" -> {}, "title" -> "ZeroOneNormalization", - "titlemodifier" -> "", "windowtitle" -> "ZeroOneNormalization", "type" -> - "Symbol", "uri" -> "TUG/ref/ZeroOneNormalization"}}, + "titlemodifier" -> "", "metadescription" -> "", "windowtitle" -> + "ZeroOneNormalization", "type" -> "Symbol", "uri" -> + "TUG/ref/ZeroOneNormalization"}}, CellContext->"Global`", -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -953,9 +957,9 @@ StyleDefinitions->Notebook[{ StyleData["Input"], CellContext -> "Global`"], Cell[ StyleData["Output"], CellContext -> "Global`"]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"30141ffb-c025-4da8-ac42-996e91499f1e" +ExpressionUUID->"06c4b425-b535-4c49-9c2c-3f4a9d8d37b6" ] (* End of Notebook Content *) @@ -963,139 +967,137 @@ ExpressionUUID->"30141ffb-c025-4da8-ac42-996e91499f1e" (*CellTagsOutline CellTagsIndex->{ "PrimaryExamplesSection"->{ - Cell[13226, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fcaff8b-da4e-41e6-9d1b-dd8cd8111c3a", + Cell[13299, 350, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21726258-a472-49e4-9fdf-1698a6850609", CellTags->"PrimaryExamplesSection", - CellID->2077304532]} + CellID->37055052]} } *) (*CellTagsIndex CellTagsIndex->{ - {"PrimaryExamplesSection", 35260, 964} + {"PrimaryExamplesSection", 35320, 968} } *) (*NotebookFileOutline Notebook[{ -Cell[592, 21, 7109, 168, 56, "AnchorBarGrid",ExpressionUUID->"02adc34b-73b3-441e-b02a-667e3853cbe0", +Cell[592, 21, 7181, 174, 57, "AnchorBarGrid",ExpressionUUID->"ba066833-7822-42e2-bf94-52fa00ce2663", CellID->1], -Cell[7704, 191, 86, 0, 24, "ContextNameCell",ExpressionUUID->"c3d0d4fd-b265-4e1d-bf73-b64e7f3ba0d1"], +Cell[7776, 197, 86, 0, 23, "ContextNameCell",ExpressionUUID->"3ea2ec40-d42b-46e5-b704-aa77f0736e5d"], Cell[CellGroupData[{ -Cell[7815, 195, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"d9d47fd2-2f46-4f20-bdf1-4e4553655643"], -Cell[9112, 232, 459, 9, 111, "Usage",ExpressionUUID->"afc33866-53a0-42b9-8016-b151bcec7bc3", +Cell[7887, 201, 1294, 35, 59, "ObjectNameGrid",ExpressionUUID->"5902b5f2-1611-4ce5-a6d0-c8e6a364302e"], +Cell[9184, 238, 459, 9, 111, "Usage",ExpressionUUID->"afc33866-53a0-42b9-8016-b151bcec7bc3", CellID->1304392702] }, Open ]], Cell[CellGroupData[{ -Cell[9608, 246, 1894, 47, 37, "NotesSection",ExpressionUUID->"42ac0d80-65b0-41ce-bc07-772f4858e56e", +Cell[9680, 252, 1895, 47, 37, "NotesSection",ExpressionUUID->"ac476865-4f77-4ebe-927c-12802e6a129d", CellGroupingRules->{"SectionGrouping", 50}, - CellID->575195412], -Cell[11505, 295, 663, 17, 49, "Notes",ExpressionUUID->"57f7f559-1dec-4014-8ae5-38b6174af6a9", + CellID->1651013907], +Cell[11578, 301, 663, 17, 48, "Notes",ExpressionUUID->"57f7f559-1dec-4014-8ae5-38b6174af6a9", CellID->26053], -Cell[12171, 314, 489, 12, 37, "Notes",ExpressionUUID->"975d3f2c-6bf5-40ea-94a1-209cc6321e63", +Cell[12244, 320, 489, 12, 38, "Notes",ExpressionUUID->"975d3f2c-6bf5-40ea-94a1-209cc6321e63", CellID->177724765], -Cell[12663, 328, 249, 4, 57, "Notes",ExpressionUUID->"1a5e9cd1-c8be-418a-8628-39d7120a5663", +Cell[12736, 334, 249, 4, 57, "Notes",ExpressionUUID->"1a5e9cd1-c8be-418a-8628-39d7120a5663", CellID->1986777367], -Cell[12915, 334, 184, 4, 36, "Notes",ExpressionUUID->"4407c19c-3617-401e-a452-a3801620bcf1", +Cell[12988, 340, 184, 4, 36, "Notes",ExpressionUUID->"4407c19c-3617-401e-a452-a3801620bcf1", CellID->1641343598] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "NotesSection"}, Closed]]]], Cell[CellGroupData[{ -Cell[13226, 344, 1421, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"7fcaff8b-da4e-41e6-9d1b-dd8cd8111c3a", +Cell[13299, 350, 1419, 37, 35, "PrimaryExamplesSection",ExpressionUUID->"21726258-a472-49e4-9fdf-1698a6850609", CellTags->"PrimaryExamplesSection", - CellID->2077304532], + CellID->37055052], Cell[CellGroupData[{ -Cell[14672, 385, 1399, 36, 30, "ExampleSection",ExpressionUUID->"ba74e242-1a5e-489b-8ba2-0d08aa25ecd5", - CellID->1237070243], -Cell[16074, 423, 119, 1, 38, "ExampleText",ExpressionUUID->"aa418a21-8e8f-466d-a9fb-0ce2d325ea34", +Cell[14743, 391, 1399, 36, 30, "ExampleSection",ExpressionUUID->"6d684cd6-d045-4cbc-82ef-8d51d0f72e0d", + CellID->1122064599], +Cell[16145, 429, 119, 1, 39, "ExampleText",ExpressionUUID->"aa418a21-8e8f-466d-a9fb-0ce2d325ea34", CellID->1324168171], Cell[CellGroupData[{ -Cell[16218, 428, 167, 3, 27, "Input",ExpressionUUID->"6b1e392e-1d4e-4555-9f84-fa5be1837867", +Cell[16289, 434, 167, 3, 27, "Input",ExpressionUUID->"6b1e392e-1d4e-4555-9f84-fa5be1837867", CellID->740734919], Cell[CellGroupData[{ -Cell[16410, 435, 236, 4, 23, "Print",ExpressionUUID->"c0741afe-fca5-409c-96bf-c6660d818891", +Cell[16481, 441, 236, 4, 23, "Print",ExpressionUUID->"c0741afe-fca5-409c-96bf-c6660d818891", CellID->999191063], -Cell[16649, 441, 365, 8, 23, "Print",ExpressionUUID->"b035664b-32b9-4df0-93f2-4d82ac6f1898", +Cell[16720, 447, 365, 8, 23, "Print",ExpressionUUID->"b035664b-32b9-4df0-93f2-4d82ac6f1898", CellID->739995855], -Cell[17017, 451, 237, 4, 23, "Print",ExpressionUUID->"8d16aa51-fb8b-46da-89e7-28fd799d5d44", +Cell[17088, 457, 237, 4, 23, "Print",ExpressionUUID->"8d16aa51-fb8b-46da-89e7-28fd799d5d44", CellID->1320625701], -Cell[17257, 457, 220, 3, 23, "Print",ExpressionUUID->"625fb7c1-aa60-42ef-88d5-d4e4186f68cd", +Cell[17328, 463, 220, 3, 23, "Print",ExpressionUUID->"625fb7c1-aa60-42ef-88d5-d4e4186f68cd", CellID->113331534], -Cell[17480, 462, 207, 3, 23, "Print",ExpressionUUID->"f3581ce9-2ea9-48e6-97d7-b100a2195c9f", +Cell[17551, 468, 207, 3, 23, "Print",ExpressionUUID->"f3581ce9-2ea9-48e6-97d7-b100a2195c9f", CellID->511419836], -Cell[17690, 467, 237, 4, 23, "Print",ExpressionUUID->"ab6a956c-cf52-48c0-b21a-d701a42fb37a", +Cell[17761, 473, 237, 4, 23, "Print",ExpressionUUID->"ab6a956c-cf52-48c0-b21a-d701a42fb37a", CellID->171844370], -Cell[17930, 473, 220, 3, 23, "Print",ExpressionUUID->"fc594997-be14-4aee-93c5-80eb3a2b4b9b", +Cell[18001, 479, 220, 3, 23, "Print",ExpressionUUID->"fc594997-be14-4aee-93c5-80eb3a2b4b9b", CellID->485601203], -Cell[18153, 478, 237, 4, 23, "Print",ExpressionUUID->"e9d8af4b-9c0c-4dbc-a441-507938a218ae", +Cell[18224, 484, 237, 4, 23, "Print",ExpressionUUID->"e9d8af4b-9c0c-4dbc-a441-507938a218ae", CellID->1906073495], -Cell[18393, 484, 236, 4, 23, "Print",ExpressionUUID->"37977566-26c3-47ee-ba4e-8d13052a85c9", +Cell[18464, 490, 236, 4, 23, "Print",ExpressionUUID->"37977566-26c3-47ee-ba4e-8d13052a85c9", CellID->931877237], -Cell[18632, 490, 206, 3, 23, "Print",ExpressionUUID->"c6d4e001-17a4-481a-b908-ca9b287c4840", +Cell[18703, 496, 206, 3, 23, "Print",ExpressionUUID->"c6d4e001-17a4-481a-b908-ca9b287c4840", CellID->44542321], -Cell[18841, 495, 237, 4, 23, "Print",ExpressionUUID->"5757c0c5-2698-41ff-b3a7-9c407f2fecb5", +Cell[18912, 501, 237, 4, 23, "Print",ExpressionUUID->"5757c0c5-2698-41ff-b3a7-9c407f2fecb5", CellID->1260997172] }, Open ]] }, Open ]], -Cell[19105, 503, 136, 1, 70, "ExampleText",ExpressionUUID->"d645a595-3468-45df-ba81-c0a1b56aecd1", +Cell[19176, 509, 136, 1, 70, "ExampleText",ExpressionUUID->"d645a595-3468-45df-ba81-c0a1b56aecd1", CellID->637943511], -Cell[19244, 506, 235, 6, 70, "Input",ExpressionUUID->"935c9970-7f69-4b25-8716-1f376d4b03d6", +Cell[19315, 512, 235, 6, 70, "Input",ExpressionUUID->"935c9970-7f69-4b25-8716-1f376d4b03d6", CellID->1659944342], -Cell[19482, 514, 382, 9, 70, "Input",ExpressionUUID->"9fe1c9b1-0dde-460f-9dd9-bffe1cfd907b", +Cell[19553, 520, 382, 9, 70, "Input",ExpressionUUID->"9fe1c9b1-0dde-460f-9dd9-bffe1cfd907b", CellID->1021226624], -Cell[19867, 525, 238, 6, 70, "Input",ExpressionUUID->"249013f8-884c-4b75-b831-a90a40adbf90", +Cell[19938, 531, 238, 6, 70, "Input",ExpressionUUID->"249013f8-884c-4b75-b831-a90a40adbf90", CellID->2134320407], -Cell[20108, 533, 190, 4, 70, "ExampleText",ExpressionUUID->"0084fbb6-70c4-445b-bc3e-cc7d0401f96d", +Cell[20179, 539, 190, 4, 70, "ExampleText",ExpressionUUID->"0084fbb6-70c4-445b-bc3e-cc7d0401f96d", CellID->745053408], Cell[CellGroupData[{ -Cell[20323, 541, 178, 3, 70, "Input",ExpressionUUID->"c49bfce5-9ac2-470a-9fd9-bdf453040d81", +Cell[20394, 547, 178, 3, 70, "Input",ExpressionUUID->"c49bfce5-9ac2-470a-9fd9-bdf453040d81", CellID->1743366731], -Cell[20504, 546, 174, 4, 36, "Output",ExpressionUUID->"cdcd03a2-8275-4c96-bc3e-289d86579983", +Cell[20575, 552, 174, 4, 36, "Output",ExpressionUUID->"cdcd03a2-8275-4c96-bc3e-289d86579983", CellID->1878262666] }, Open ]], -Cell[20693, 553, 183, 3, 70, "ExampleText",ExpressionUUID->"51caaafb-575c-40b5-82df-2b614f1cb6a1", +Cell[20764, 559, 183, 3, 70, "ExampleText",ExpressionUUID->"51caaafb-575c-40b5-82df-2b614f1cb6a1", CellID->1860457968], Cell[CellGroupData[{ -Cell[20901, 560, 203, 4, 70, "Input",ExpressionUUID->"407e5c7a-4ba3-4760-a203-534e8edd3ee0", +Cell[20972, 566, 203, 4, 70, "Input",ExpressionUUID->"407e5c7a-4ba3-4760-a203-534e8edd3ee0", CellID->818757903], -Cell[21107, 566, 661, 19, 51, "Output",ExpressionUUID->"714aacba-6fa8-4cd2-ad99-cdc6c1b64a36", +Cell[21178, 572, 661, 19, 51, "Output",ExpressionUUID->"714aacba-6fa8-4cd2-ad99-cdc6c1b64a36", CellID->1187206979] }, Open ]], -Cell[21783, 588, 158, 2, 70, "ExampleText",ExpressionUUID->"0201f102-5903-40d0-ab10-dcf28ddd1bea", +Cell[21854, 594, 158, 2, 70, "ExampleText",ExpressionUUID->"0201f102-5903-40d0-ab10-dcf28ddd1bea", CellID->494490409], -Cell[21944, 592, 239, 6, 70, "Input",ExpressionUUID->"41702b43-55da-41b8-9a29-12436a39d7ef", +Cell[22015, 598, 239, 6, 70, "Input",ExpressionUUID->"41702b43-55da-41b8-9a29-12436a39d7ef", CellID->126719929], -Cell[22186, 600, 150, 1, 70, "ExampleText",ExpressionUUID->"8e404261-79de-4ba8-9db6-5bb0080aacfd", +Cell[22257, 606, 150, 1, 70, "ExampleText",ExpressionUUID->"8e404261-79de-4ba8-9db6-5bb0080aacfd", CellID->658051623], Cell[CellGroupData[{ -Cell[22361, 605, 194, 4, 70, "Input",ExpressionUUID->"9231093a-9d41-4aa3-9ee3-4def00d7792c", +Cell[22432, 611, 194, 4, 70, "Input",ExpressionUUID->"9231093a-9d41-4aa3-9ee3-4def00d7792c", CellID->550006789], -Cell[22558, 611, 343, 10, 51, "Output",ExpressionUUID->"def3e5cf-c877-4f0c-b12c-32d946ad632e", +Cell[22629, 617, 343, 10, 51, "Output",ExpressionUUID->"def3e5cf-c877-4f0c-b12c-32d946ad632e", CellID->1617311794] }, Open ]], Cell[CellGroupData[{ -Cell[22938, 626, 184, 4, 70, "Input",ExpressionUUID->"c7598892-80b4-4f8c-9a3c-d00cb8331e21", +Cell[23009, 632, 184, 4, 70, "Input",ExpressionUUID->"c7598892-80b4-4f8c-9a3c-d00cb8331e21", CellID->1768063527], -Cell[23125, 632, 157, 3, 36, "Output",ExpressionUUID->"e6018571-94a8-4338-a33c-49bacfec0bd7", +Cell[23196, 638, 157, 3, 36, "Output",ExpressionUUID->"e6018571-94a8-4338-a33c-49bacfec0bd7", CellID->1843147965] }, Open ]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "ExampleSection", "0"}, Closed]]]] }, Dynamic[CurrentValue[EvaluationNotebook[], {TaggingRules, "Openers", "PrimaryExamplesSection"}, Closed]]]], +Cell[23595, 650, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"b7fabafe-6853-4ea1-9e10-227dfc343104"], +Cell[29047, 800, 670, 18, 70, "TechNotesSection",ExpressionUUID->"7f087ded-337a-4797-a56a-cd5581d52f32"], +Cell[29720, 820, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d51824d7-2dc0-454c-82e2-abbe21211d17"], +Cell[30756, 848, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"f62bc403-d88f-4f9b-9496-ec129c90384b"], Cell[CellGroupData[{ -Cell[23546, 646, 5449, 148, 70, "SeeAlsoSection",ExpressionUUID->"70a77fd2-9daa-4862-bd35-586d0b148f43"], -Cell[28998, 796, 670, 18, 70, "TechNotesSection",ExpressionUUID->"edaf5ce8-757a-439b-a382-c92a17c98b98"] -}, Open ]], -Cell[29683, 817, 1033, 26, 70, "MoreAboutSection",ExpressionUUID->"d33fd199-c19e-4514-bec3-53c6a146b5b6"], -Cell[30719, 845, 1588, 46, 70, "RelatedLinksSection",ExpressionUUID->"80254d70-e176-467f-b8b7-771bdb53a55a"], -Cell[CellGroupData[{ -Cell[32332, 895, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a4c7008-5abc-4382-a776-c3be4c9ac3ba", +Cell[32369, 898, 137, 1, 70, "RelatedDemonstrationsSection",ExpressionUUID->"2a4c7008-5abc-4382-a776-c3be4c9ac3ba", CellID->174251628], -Cell[32472, 898, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e8c69293-73f0-4b74-8932-6434b0538a15", +Cell[32509, 901, 219, 4, 70, "RelatedDemonstrations",ExpressionUUID->"e8c69293-73f0-4b74-8932-6434b0538a15", CellID->1194386356], -Cell[32694, 904, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89a5d304-3270-4ca2-b411-6bc4e5e4ea23", +Cell[32731, 907, 212, 3, 70, "RelatedDemonstrations",ExpressionUUID->"89a5d304-3270-4ca2-b411-6bc4e5e4ea23", CellID->1641706272], -Cell[32909, 909, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"46e2a3c0-a0fa-4696-879c-cf2e95258c99", +Cell[32946, 912, 226, 4, 70, "RelatedDemonstrations",ExpressionUUID->"46e2a3c0-a0fa-4696-879c-cf2e95258c99", CellID->399251956], -Cell[33138, 915, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"448aabae-6403-4fcc-a39b-202943c4052e", +Cell[33175, 918, 222, 3, 70, "RelatedDemonstrations",ExpressionUUID->"448aabae-6403-4fcc-a39b-202943c4052e", CellID->821434655] }, Open ]], -Cell[33375, 921, 78, 0, 70, "FooterCell",ExpressionUUID->"e713ad74-d847-4171-92c9-e044c073f085"] +Cell[33412, 924, 78, 0, 70, "FooterCell",ExpressionUUID->"3b1cec2d-dfd5-44fe-b5f0-be0a7672a416"] } ] *) diff --git a/Documentation/English/SearchIndex/5/_0.cfe b/Documentation/English/SearchIndex/5/_0.cfe index 88d4b16..2a5df68 100644 Binary files a/Documentation/English/SearchIndex/5/_0.cfe and b/Documentation/English/SearchIndex/5/_0.cfe differ diff --git a/Documentation/English/SearchIndex/5/_0.cfs b/Documentation/English/SearchIndex/5/_0.cfs index c6b0efd..2d00344 100644 Binary files a/Documentation/English/SearchIndex/5/_0.cfs and b/Documentation/English/SearchIndex/5/_0.cfs differ diff --git a/Documentation/English/SearchIndex/5/_0.si b/Documentation/English/SearchIndex/5/_0.si index b27a685..0ba7129 100644 Binary files a/Documentation/English/SearchIndex/5/_0.si and b/Documentation/English/SearchIndex/5/_0.si differ diff --git a/Documentation/English/SearchIndex/5/indexMetadata.wl b/Documentation/English/SearchIndex/5/indexMetadata.wl index 6135a10..98f4234 100644 --- a/Documentation/English/SearchIndex/5/indexMetadata.wl +++ b/Documentation/English/SearchIndex/5/indexMetadata.wl @@ -1,6 +1,6 @@ <|"IndexedPaths" -> None, "Driver" -> "Lucene", - "CreationDate" -> DateObject[{2023, 5, 9, 20, 0, - 2.214754`7.097900483338021}, "Instant", "Gregorian", 2.], "Version" -> 5, + "CreationDate" -> DateObject[{2024, 6, 3, 16, 58, + 40.29002`8.357772461222416}, "Instant", "Gregorian", 2.], "Version" -> 5, "Synonyms" -> None, "Method" -> "BM25", "Language" -> "English", "ContentFieldOptions" -> <|"Title" -> <|"Stored" -> True, "Weight" -> 2|>, "ExactTitle" -> <|"Stored" -> True, "Tokenized" -> False, @@ -59,16 +59,16 @@ "Overview" -> 0.8333333333333334, "Database Connection" -> 0.8333333333333334, "Device Connection" -> 0.8333333333333334, "Service Connection" -> 0.8333333333333334, "Text Content" -> - 0.8333333333333334, "Character Name" -> 0.75, - "MathLink C Function" -> 0.75, "UnityLink C# Function" -> 0.75, - "System Program" -> 0.6666666666666666, "Program" -> 0.6666666666666666, - "File" -> 0.6666666666666666, "Embedding Format" -> 0.6666666666666666, - "Indicator" -> 0.6666666666666666, "Front End Object" -> - 0.5833333333333334, "Example" -> 0.5, "Menu Item" -> 0.5, - "Message" -> 0.5, "Widget" -> 0.5}, "NotebookStatus" -> - {"ObsoleteFlag" -> 1.*^-6, "AwaitingFutureDesignReviewFlag" -> 0.25, - "NewInOldVersion" -> 0.00001, "None" -> 1.}, - "NotebookPackage" -> {"Compatibility" -> 1., "Package" -> 0.6, - "Mathematica" -> 1.}|>, "DocumentWeightingFunction" -> - {"min(max(1+(log10(Frequency)),0.1),1.5)"}, "IdField" -> None, - "AutoApplySuggestionsField" -> None|> + 0.8333333333333334, "Question Interface" -> 0.8333333333333334, + "Character Name" -> 0.75, "MathLink C Function" -> 0.75, + "UnityLink C# Function" -> 0.75, "System Program" -> 0.6666666666666666, + "Program" -> 0.6666666666666666, "File" -> 0.6666666666666666, + "Embedding Format" -> 0.6666666666666666, "Indicator" -> + 0.6666666666666666, "Front End Object" -> 0.5833333333333334, + "Example" -> 0.5, "Menu Item" -> 0.5, "Message" -> 0.5, + "Widget" -> 0.5}, "NotebookStatus" -> {"ObsoleteFlag" -> 1.*^-6, + "AwaitingFutureDesignReviewFlag" -> 0.25, "NewInOldVersion" -> 0.00001, + "None" -> 1.}, "NotebookPackage" -> {"Compatibility" -> 1., + "Package" -> 0.6, "Mathematica" -> 1.}|>, + "DocumentWeightingFunction" -> {"min(max(1+(log10(Frequency)),0.1),1.5)"}, + "IdField" -> None, "AutoApplySuggestionsField" -> None|> diff --git a/Documentation/English/SearchIndex/5/segments_2 b/Documentation/English/SearchIndex/5/segments_2 index 299c4eb..3d16aa1 100644 Binary files a/Documentation/English/SearchIndex/5/segments_2 and b/Documentation/English/SearchIndex/5/segments_2 differ diff --git a/Documentation/English/SpellIndex/_1i.cfs b/Documentation/English/SpellIndex/_1i.cfs new file mode 100644 index 0000000..a18d01a Binary files /dev/null and b/Documentation/English/SpellIndex/_1i.cfs differ diff --git a/Documentation/English/SpellIndex/segments.gen b/Documentation/English/SpellIndex/segments.gen index ac85619..90e226a 100644 Binary files a/Documentation/English/SpellIndex/segments.gen and b/Documentation/English/SpellIndex/segments.gen differ diff --git a/Documentation/English/SpellIndex/segments_33 b/Documentation/English/SpellIndex/segments_33 new file mode 100644 index 0000000..5263095 Binary files /dev/null and b/Documentation/English/SpellIndex/segments_33 differ diff --git a/Documentation/English/Tutorials/GameConstructors.nb b/Documentation/English/Tutorials/GameConstructors.nb index 9abbe01..08b9fa4 100644 --- a/Documentation/English/Tutorials/GameConstructors.nb +++ b/Documentation/English/Tutorials/GameConstructors.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 230691, 6490] -NotebookOptionsPosition[ 166897, 5081] -NotebookOutlinePosition[ 170508, 5157] -CellTagsIndexPosition[ 170465, 5154] +NotebookDataLength[ 249025, 6925] +NotebookOptionsPosition[ 184785, 5509] +NotebookOutlinePosition[ 188721, 5592] +CellTagsIndexPosition[ 188615, 5587] WindowTitle->GameConstructors WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G TUTORIAL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "bd1093a6-301f-40b0-a479-78b7e5c48d2e"], + "538a316b-460e-432e-be3c-be7b6d3aaeb8"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "47f35316-037b-4fa7-8934-ea3174c902db"], + "5d2d0dba-3a09-45a6-80c2-0baeb0ed0f91"], Background->RGBColor[ 0.7450980392156863, 0.3254901960784314, 0.1411764705882353], ItemSize->Full], ""} @@ -52,22 +52,23 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "c94cfc83-9e50-4f31-a1bc-69ea0c811b12"] - }],ExpressionUUID->"a569ba93-050f-4520-b605-4880a3f1171d"], - StripOnInput->False], {"\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "6669b6af-7b87-447d-b773-1972aa3f51da"] + }],ExpressionUUID->"2c71f796-8430-4b65-97ef-77cc4a307be8"], + StripOnInput->False],{ + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"RelatedTutorialsSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "bc6d9a05-93f1-4ab7-8814-fe27c2d227c0"], + "a4e4eb10-0b9b-4a60-b0ce-d02a30385e77"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -83,16 +84,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "1d6b3456-8818-40ce-9c4a-2b8227bfddc7"] - }],ExpressionUUID->"52e2164f-91a0-47dc-9fc9-12b1ea3b3883"], - StripOnInput->False], {"\<\"TUGFunctionsIndex\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, + "6a64d1f1-0b4b-4be5-a4c3-7ed948c61999"] + }],ExpressionUUID->"03e8bb3b-cdf2-4e6e-961c-6cf3392af54a"], + StripOnInput->False],{ + "\"TUGFunctionsIndex\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"TutorialMoreAboutSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6bd2c066-cac9-4d0a-ae1e-e533bc87f2a8"], + "c3144878-dc62-4422-b264-a10da51f6426"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -108,54 +110,56 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "099f4102-5168-4881-ba6e-d7a37ae062e2"] - }],ExpressionUUID->"358d9d14-c1b2-4720-bf75-113ed8220fae"], - StripOnInput->False], {"\<\"TUG/tutorial/GameConstructors\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/tutorial/GameConstructors"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/tutorial/\ + "2373b1b1-1bc3-4972-ab84-496e504cb2c9"] + }],ExpressionUUID->"cb2e37d7-a433-4864-af42-0e99aef2e5b7"], + StripOnInput->False],{ + "\"TUG/tutorial/GameConstructors\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/tutorial/GameConstructors"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/tutorial/\ GameConstructors.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$219217], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/tutorial/GameConstructors" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$236042], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/tutorial/GameConstructors" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5942978f-c203-4025-aea9-e31ddeb6c160"] + "117278e8-92e3-4e9b-9fea-0e2c24d3e6f1"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "408843ee-0d48-4f6d-b1c3-6740da39cc51"]} + "773f49d9-3551-4f40-8cd5-f4bbf5196058"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"b1780887-2481-42a1-a07b-aa356ed2967a"], + CellID->1,ExpressionUUID->"4fcd5457-4d78-4d0b-a490-f9f2e6f33e3e"], Cell[CellGroupData[{ Cell["GameConstructors", "Title", - CellID->509267359,ExpressionUUID->"7ea79a5a-f8e6-41e1-a985-0e3a0e98fa97"], + CellID->1146537488,ExpressionUUID->"519f089f-533b-4b8e-8887-ec3738b3b520"], Cell[BoxData[GridBox[{ { @@ -470,38 +474,38 @@ Cell[BoxData[GridBox[{ 0.68 Inherited, StripOnInput -> False]}, "GrayLinkWithIcon", BaseStyle->{"TutorialJumpBoxLink"}]} - }]], "TutorialJumpBox",ExpressionUUID->"051356ce-472b-464b-924c-\ -c273e735e254"], + }]], "TutorialJumpBox",ExpressionUUID->"b88771b7-e964-47d9-a32a-\ +49c230583252"], Cell["\<\ -This tutorial provides some information how to define some game types with \ -the Mathematica package TuGames.\ +This tutorial provides some pieces of information on how to define some game \ +types with the Mathematica package TuGames.\ \>", "Text", - CellID->1534169418,ExpressionUUID->"ce44bc7c-7a8c-4c52-926f-f7d54fc7f746"], + CellID->1534169418,ExpressionUUID->"6d22f7c5-ca83-4768-826c-09e58cea248b"], Cell[BoxData[GridBox[{ { RowBox[{"How", " ", "to", " ", "load", " ", "the", " ", "package"}], Cell[ "Basic Steps", "TableText",ExpressionUUID-> - "66fbb356-f1c5-433a-bebc-7d7b6fd8735e"]}, + "3406db96-88a2-48c5-bab8-772b96011b32"]}, { RowBox[{"Defining", " ", "a", " ", "Game", " ", "Setting"}], Cell[ "Of any type and size", "TableText",ExpressionUUID-> - "8e44daa0-93a2-4a31-ae23-506212117706"]}, + "a31bfd26-1486-449f-8e8b-43e3c3f74fff"]}, { RowBox[{ "Some", " ", "Solution", " ", "Concepts", " ", "and", " ", "Game", " ", "Properties"}], Cell[ "Investigation", "TableText",ExpressionUUID-> - "e6b44c3b-f400-4a8f-92ac-a52b0f7e3244"]} + "4e9d2f1d-2977-439d-82e0-a7cd3e980a46"]} }]], "DefinitionBox", - CellID->2096742444,ExpressionUUID->"8a98f875-d679-4d87-9604-dc64582cb4bb"], + CellID->2096742444,ExpressionUUID->"97279130-e611-464e-b2b1-783429d32133"], Cell["\<\ The forthcoming section illustrates the usage of some useful commands to \ construct types of Tu-Games. \ \>", "Caption", - CellID->1891092685,ExpressionUUID->"0ca04360-b93b-4b14-a978-74f5005759bd"], + CellID->1891092685,ExpressionUUID->"4dc97ac3-63a7-4707-8bc6-0fe3e9dbe560"], Cell[BoxData[GridBox[{ { @@ -816,22 +820,22 @@ Cell[BoxData[GridBox[{ 0.68 Inherited, StripOnInput -> False]}, "GrayLinkWithIcon", BaseStyle->{"TutorialJumpBoxLink"}]} - }]], "TutorialJumpBox",ExpressionUUID->"ac5ad5e8-7e38-4ed2-a140-\ -0af39ca5a974"] + }]], "TutorialJumpBox",ExpressionUUID->"d6c132d6-7212-4eb1-969d-\ +b092b9f9dd40"] }, Open ]], Cell[CellGroupData[{ -Cell["Game Constructors : A basic Introduction", "Title", - CellID->1100742497,ExpressionUUID->"2d2a23b4-1cbb-4496-b0f2-37d2cc3e6542"], +Cell["Game Constructors: A basic Introduction", "Title", + CellID->1100742497,ExpressionUUID->"e6e3a429-ff21-466d-8fda-d54736bda048"], Cell[CellGroupData[{ Cell["General Remarks", "Section", - CellID->1576240968,ExpressionUUID->"91ffca65-999f-43b6-a244-9ca46af57bf3"], + CellID->1576240968,ExpressionUUID->"a1cc0f60-f28b-41c1-a841-57591439baf5"], Cell["\<\ -In this Notebook we want discuss several game constructors, that is, some \ +In this Notebook, we want discuss several game constructors, that is, some \ functions that helps the user to construct games for certain game classes. It \ will be demonstrated how one can derive from a vector of claims, weights, \ profit matrix, etc. the corresponding transferable utility game. In general, \ @@ -845,13 +849,13 @@ numerical data sets is not the real strength of Mathematica. In this respect, \ we observed even on HPCs that the elapsed computation time for games having \ 14 persons or more can lasts hours/days rather than seconds/minutes.\ \>", "Text", - CellID->1132673388,ExpressionUUID->"c0502fa8-ec03-4aad-88bb-16479447b280"] + CellID->1132673388,ExpressionUUID->"59ac9268-3f81-4180-a61d-009b8a6f200d"] }, Open ]], Cell[CellGroupData[{ Cell["Getting Started", "Section", - CellID->959129905,ExpressionUUID->"2bd57e03-434b-4da8-a250-4bba5f729474"], + CellID->959129905,ExpressionUUID->"cb8ad121-4ed3-4dbc-a38e-bbaf2acbfe16"], Cell[CellGroupData[{ @@ -859,14 +863,14 @@ Cell[BoxData[ RowBox[{ RowBox[{"Needs", "[", "\"\\"", "]"}], ";"}]], "Input", CellLabel->"In[1]:=", - CellID->67977989,ExpressionUUID->"1e2f6a13-5ee4-4c41-8d60-e7dba9b121ab"], + CellID->67977989,ExpressionUUID->"e9523170-d1c5-49fc-a413-4b7e1a789b59"], Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->898255205,ExpressionUUID->"35fad32c-c4cc-4d8d-af65-43a0fb2b5446"], + CellID->1571353638,ExpressionUUID->"9cd4d380-ea87-4c9f-bb94-5704b5b94bb6"], Cell[BoxData[ InterpretationBox[ @@ -875,48 +879,48 @@ Cell[BoxData[ SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->2067863327,ExpressionUUID->"4224f1b6-337f-4c65-80bc-66f1b83f461e"], + CellID->887400615,ExpressionUUID->"d772dd8f-3a61-4296-846b-2ae76a9508a1"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1795547704,ExpressionUUID->"3f0019f7-ab0a-4196-9ab1-66755703dd37"], + CellID->424310728,ExpressionUUID->"74806395-e201-41b0-a9a6-ffdf375f9b13"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1605710402,ExpressionUUID->"7b909e16-d21a-494e-bffb-d2ca44d7850b"], + CellID->844798558,ExpressionUUID->"d8c6afbc-38b7-4a5d-ae33-255de46adbe0"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->58811915,ExpressionUUID->"09c00ea3-148b-4f3b-997b-db6d5fafafef"], + CellID->1568208626,ExpressionUUID->"46115e0a-cbdf-402e-8923-dd60e121e1c0"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->723325741,ExpressionUUID->"a9ff2044-8b4d-4e93-a4b9-21365feedd78"], + CellID->374738560,ExpressionUUID->"37ada4ed-4676-4dbf-bca4-41fdcc545103"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->899421835,ExpressionUUID->"624c1947-ba17-43f4-9126-391521188f9c"], + CellID->874238471,ExpressionUUID->"1c860c85-1683-49bd-ae78-53deb9dc9f79"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->976970424,ExpressionUUID->"841a150b-a51f-44bc-8ca4-6fda1a1f9aaf"], + CellID->1909585916,ExpressionUUID->"2f7548e6-57fc-4883-afbc-0a9cf4f2f1ea"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1420214400,ExpressionUUID->"18e8052e-8ffe-4aaf-8f2d-fac411f99237"], + CellID->1103371758,ExpressionUUID->"0f6719a4-b4b5-4842-96a6-1ba3a878ea3f"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->2081450285,ExpressionUUID->"6dc4125a-e436-4d6c-8960-c5efe960d03d"], + CellID->1726209084,ExpressionUUID->"60e1b150-049c-4b3a-b398-89df90cdb99a"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->945717553,ExpressionUUID->"10c8271d-0adf-462a-ae0b-e9b990812f31"] + CellID->272027549,ExpressionUUID->"ef571b65-d01d-4e53-91f4-0d6dbb0d943b"] }, Open ]] }, Open ]], @@ -926,34 +930,34 @@ game. There are two exceptions with 8 players. In this respect, it is \ important to note that whenever the number of players has changed, the player \ set T must be updated.\ \>", "Text", - CellID->591249633,ExpressionUUID->"943d7205-4551-479c-befb-abe48277cd24"], + CellID->591249633,ExpressionUUID->"f495fed6-c443-4357-a029-7d7962fdd6bc"], Cell[BoxData[ RowBox[{ RowBox[{"T", "=", RowBox[{"Range", "[", "6", "]"}]}], ";"}]], "Input", CellLabel->"In[1]:=", - CellID->1624586846,ExpressionUUID->"585de7b4-ec85-4196-b293-62ecdd81ae83"], + CellID->1624586846,ExpressionUUID->"87b3dd68-a4bb-4cab-9cc2-036c2d275bf1"], Cell[BoxData[ RowBox[{ RowBox[{"SeedRandom", "[", "1236", "]"}], ";"}]], "Input", CellLabel->"In[2]:=", - CellID->87799527,ExpressionUUID->"ede3a001-28b6-4bb0-8ba3-63769253de08"], + CellID->87799527,ExpressionUUID->"27cd50bf-176a-44da-85ab-1a21e4ed0ad1"], Cell["\<\ Now, we provide a short overview of the commands available under TuGamesAux. \ Click on the function name to learn more about the usage of the function you \ are interested in.\ \>", "Text", - CellID->1995098158,ExpressionUUID->"881bf241-1131-441b-9057-6bb80e32b0c3"], + CellID->1995098158,ExpressionUUID->"89090db8-a5b2-42e7-bca5-aaed5b53c80d"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"?", "TUG`TuGamesAux`*"}]], "Input", CellLabel->"In[3]:=", - CellID->2083434414,ExpressionUUID->"530e01b9-f52d-4d4f-b411-683c5a14e920"], + CellID->2083434414,ExpressionUUID->"d8bd3c0d-ef4c-4f3b-9e80-cfac38e00809"], Cell[BoxData[ StyleBox[ @@ -995,17 +999,48 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "AdjointMatrix", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], + ButtonBox[ + StyleBox["GetCardinalityGame", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "GetCardinalityGame", "TUG`TuGamesAux`"}, False}, + ButtonNote->"TUG`TuGamesAux`", + Evaluator->Automatic], + ButtonBox[ + StyleBox["RStirlingNumber", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "RStirlingNumber", "TUG`TuGamesAux`"}, False}, + ButtonNote->"TUG`TuGamesAux`", + Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["AirportProblem", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "AirportProblem", "TUG`TuGamesAux`"}, False}, + ButtonNote->"TUG`TuGamesAux`", + Evaluator->Automatic], ButtonBox[ StyleBox["GreedyBankruptcy", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "GreedyBankruptcy", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1015,19 +1050,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "Sets2Dec", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["AirportProblem", "InformationGridButton"], + StyleBox["Angle", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "AirportProblem", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "Angle", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1036,7 +1071,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "IsHermitianMatrixQ", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1046,19 +1081,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SolveDual", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["Angle", "InformationGridButton"], + StyleBox["AssignmentProblem", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "Angle", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "AssignmentProblem", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1067,7 +1102,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "LieBracket", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1077,19 +1112,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SolvePrimal", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["AssignmentProblem", "InformationGridButton"], + StyleBox["BalancedSystemQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "AssignmentProblem", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "BalancedSystemQ", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1098,7 +1133,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "LPtoMatrix", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1108,19 +1143,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SortVecDecOrder", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["BalancedSystemQ", "InformationGridButton"], + StyleBox["Coal2Dec", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "BalancedSystemQ", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "Coal2Dec", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1129,7 +1164,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "MarketParameter", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1139,19 +1174,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SymGameSizeK", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["Coal2Dec", "InformationGridButton"], + StyleBox["ComplementaryMarket", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "Coal2Dec", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "ComplementaryMarket", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1160,7 +1195,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "ModestBankruptcy", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1170,19 +1205,19 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SymGameType2", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ComplementaryMarket", "InformationGridButton"], + StyleBox["ContestedGarment", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "ComplementaryMarket", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "ContestedGarment", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1191,7 +1226,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "NearRingQ", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], @@ -1201,29 +1236,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SymGameType3", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["ContestedGarment", "InformationGridButton"], + StyleBox["CostLocationGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "ContestedGarment", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "CostLocationGame", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ - StyleBox["ProbabilityGame", "InformationGridButton"], + StyleBox["PQNorm", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "ProbabilityGame", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "PQNorm", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1232,28 +1267,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "SymGameType4", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["EuclidianDistance", "InformationGridButton"], + StyleBox["DualProbabilityGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "EuclidianDistance", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "DualProbabilityGame", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ - StyleBox["ProductGame", "InformationGridButton"], + StyleBox["ProbabilityGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "ProductGame", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "ProbabilityGame", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1262,29 +1298,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "TalmudicRule", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GenProfitMatrix", "InformationGridButton"], + StyleBox["EuclidianDistance", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "GenProfitMatrix", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "EuclidianDistance", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ - StyleBox["RevisedSimplex", "InformationGridButton"], + StyleBox["ProductGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "RevisedSimplex", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "ProductGame", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ @@ -1293,29 +1329,29 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { "WeaklyBalancedSystemQ", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic]}, { ButtonBox[ - StyleBox["GetCardinalityGame", "InformationGridButton"], + StyleBox["GenProfitMatrix", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "GetCardinalityGame", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "GenProfitMatrix", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ButtonBox[ - StyleBox["RStirlingNumber", "InformationGridButton"], + StyleBox["RevisedSimplex", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-1eee36a7-bbe1-4730-acdb-419df4a6a6e1", { - "RStirlingNumber", "TUG`TuGamesAux`"}, False}, + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd", { + "RevisedSimplex", "TUG`TuGamesAux`"}, False}, ButtonNote->"TUG`TuGamesAux`", Evaluator->Automatic], ""} }, @@ -1342,7 +1378,404 @@ Cell[BoxData[ Offset[0.2]}}], BaseStyle->"InformationTitleFrame"], "InformationGridPlain"]], "Output", CellLabel->"Out[3]=", - CellID->260766581,ExpressionUUID->"88e7afca-e0b1-45d4-b1df-4618d1fdeecd"] + CellID->58320284,ExpressionUUID->"6584c1d0-b291-4abc-adfa-1807a7a4e9a5"], + +Cell[BoxData[ + InterpretationBox[ + StyleBox[ + FrameBox[ + DynamicModuleBox[{System`InformationDump`open$$ = False, + System`InformationDump`mouseOver$$ = False}, + PaneSelectorBox[{True-> + TagBox[GridBox[{ + { + ItemBox[ + PaneBox[ + StyleBox["\<\" Symbol\"\>", "InformationTitleText", + StripOnInput->False, + BaseStyle -> None], + FrameMargins->{{4, 0}, {-1, 1}}], + BaseStyle->"InformationTitleBackground", + StripOnInput->False], + ItemBox[ + PaneBox[ + TooltipBox[ + ButtonBox[ + PaneSelectorBox[{False-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "InformationHelpIcon"]], True-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "InformationHelpIconHot"]]}, Dynamic[ + CurrentValue["MouseOver"]]], + Appearance->None, + BaseStyle->"Link", + ButtonData->"paclet:TUG/ref/DualProbabilityGame", + ButtonNote->"paclet:TUG/ref/DualProbabilityGame"], + "\"paclet:TUG/ref/DualProbabilityGame\""], + FrameMargins->{{0, 4}, {0, 2}}], + BaseStyle->"InformationTitleBackground", + StripOnInput->False]}, + { + ItemBox[ + PaneBox[ + + StyleBox["\<\"DualProbabilityGame[wghs] computes from weights \ +vector the characteristic values of a dual probability game.\"\>", + "InformationUsageText", + StripOnInput->False, + LineSpacing->{1.5, 1.5, 3.}], + FrameMargins->{{10, 10}, {8, 10}}], + BaseStyle->"InformationUsageSubtitleBackground", + StripOnInput->False], + ItemBox["\<\"\"\>", + BaseStyle->"InformationUsageSubtitleBackground", + StripOnInput->False]}, + { + PaneBox[ + TagBox[GridBox[{ + { + StyleBox[ + TagBox[ + TooltipBox[ + StyleBox["\<\" Definitions\"\>", "InformationRowLabel", + StripOnInput->False], + "\"Definitions\"", + TooltipStyle->"TextStyling"], + Annotation[#, "Definitions", "Tooltip"]& ], "DialogStyle", + StripOnInput->False]}, + { + TemplateBox[{"\"\[ThinSpace]\"", + GridBox[{{ + RowBox[{ + + RowBox[{ + "DualProbabilityGame", "[", + "TUG`TuGamesAux`Private`wghs_List", "]"}], ":=", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + + RowBox[{"TUG`TuGamesAux`Private`xlis", ",", + "TUG`TuGamesAux`Private`pval", ",", + "TUG`TuGamesAux`Private`dpval", ",", + "TUG`TuGamesAux`Private`chval"}], "}"}], ",", + RowBox[{"If", "[", + RowBox[{ + RowBox[{ + RowBox[{"And", "@@", + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{"#1", "\[GreaterEqual]", "0"}], "&"}], ")"}], + "/@", "TUG`TuGamesAux`Private`wghs"}]}], "&&", + RowBox[{"And", "@@", + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{"#1", "\[LessEqual]", "1"}], "&"}], ")"}], "/@", + "TUG`TuGamesAux`Private`wghs"}]}]}], ",", + RowBox[{ + RowBox[{"TUG`TuGamesAux`Private`xlis", "=", + + RowBox[{"Subsets", "[", "TUG`TuGamesAux`Private`wghs", + "]"}]}], ";", + RowBox[{"TUG`TuGamesAux`Private`pval", "=", + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{"Times", "@@", + RowBox[{"(", + RowBox[{"1", "-", "#1"}], ")"}]}], "&"}], ")"}], "/@", + "TUG`TuGamesAux`Private`xlis"}]}], ";", + RowBox[{"TUG`TuGamesAux`Private`dpval", "=", + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{"Times", "@@", + RowBox[{"(", + RowBox[{"1", "-", "#1"}], ")"}]}], "&"}], ")"}], "/@", + + RowBox[{"Reverse", "[", "TUG`TuGamesAux`Private`xlis", + "]"}]}]}], ";", + RowBox[{"TUG`TuGamesAux`Private`chval", "=", + RowBox[{ + RowBox[{"(", + RowBox[{"1", "-", "TUG`TuGamesAux`Private`pval"}], ")"}], + " ", "TUG`TuGamesAux`Private`dpval"}]}]}], ",", + + RowBox[{"Print", "[", + "\"The weights must lie between zero and one.\"", "]"}]}], + "]"}]}], "]"}]}]}, {" "}, { + RowBox[{ + + RowBox[{ + "DualProbabilityGame", "[", + "TUG`TuGamesAux`Private`args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + StyleBox[ + RowBox[{"DualProbabilityGame", "::", "argerr"}], + "MessageName"], "]"}], ";", "$Failed"}], ")"}]}]}, {" "}}, + GridBoxAlignment -> {"Columns" -> {{Left}}}, + DefaultBaseStyle -> "Column", + GridBoxItemSize -> { + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}]}, + "RowDefault"]} + }, + DefaultBaseStyle->"Column", + GridBoxAlignment->{"Columns" -> {{Left}}}, + + GridBoxItemSize->{ + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], + "Column"], + FrameMargins->{{6, 0}, {3, 6}}], "\<\"\"\>"}, + { + PaneBox[GridBox[{ + { + + DynamicModuleBox[{System`InformationDump`open$$ = { + False, False, False, False, False, False}}, + StyleBox[GridBox[{ + { + TagBox[ + TooltipBox[ + StyleBox["\<\" Documentation\"\>", "InformationRowLabel", + StripOnInput->False], + "\"Documentation\"", + TooltipStyle->"TextStyling"], + Annotation[#, "Documentation", "Tooltip"]& ], + TemplateBox[{ + + TemplateBox[{ + "\"Local \[RightGuillemet]\"", + "paclet:TUG/ref/DualProbabilityGame", + "paclet:TUG/ref/DualProbabilityGame", "Link", { + RGBColor[0.9686274509803922, 0.4666666666666667, 0.]}, + BaseStyle -> { + RGBColor[0.0784313725490196, 0.1568627450980392, 0.6]}}, + "HyperlinkTemplate"]}, + "RowDefault"]}, + { + TagBox[ + TooltipBox[ + StyleBox["\<\" Full Name\"\>", "InformationRowLabel", + StripOnInput->False], + "\"FullName\"", + TooltipStyle->"TextStyling"], + + Annotation[#, "FullName", + "Tooltip"]& ], \ +"\<\"TUG`TuGamesAux`DualProbabilityGame\"\>"} + }, + AutoDelete->False, + GridBoxAlignment->{"Columns" -> {Right, Left}}, + GridBoxDividers->None, + GridBoxItemSize->{"Columns" -> {Automatic, Automatic}}, + GridBoxSpacings->{"Columns" -> { + Offset[0.27999999999999997`], { + Offset[0.5599999999999999]}, + Offset[0.27999999999999997`]}, "Rows" -> { + Offset[0.2], { + Offset[0.8]}, + Offset[0.2]}}], "DialogStyle", + StripOnInput->False], + DynamicModuleValues:>{}]} + }, + DefaultBaseStyle->"Column", + GridBoxAlignment->{"Columns" -> {{Left}}}, + GridBoxDividers->{"Columns" -> {{False}}, "Rows" -> {{False}}}, + + GridBoxItemSize->{ + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, + GridBoxSpacings->{"Columns" -> { + Offset[0.27999999999999997`], { + Offset[0.5599999999999999]}, + Offset[0.27999999999999997`]}, "Rows" -> { + Offset[0.2], { + Offset[3.6]}, + Offset[0.2]}}], + FrameMargins->{{6, 6}, {6, 3}}], ""}, + { + ItemBox[ + TagBox[ + ButtonBox[ + PaneSelectorBox[{False-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "UpPointerOpener"]], True-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "UpPointerOpenerHot"]]}, Dynamic[ + System`InformationDump`mouseOver$$]], + Alignment->Left, + Appearance->{"Default" -> None}, + + ButtonFunction:>FEPrivate`Set[ + System`InformationDump`open$$, False], + Evaluator->Automatic, + FrameMargins->{{9, 0}, {0, 0}}, + ImageMargins->0, + ImageSize->Full, + Method->"Preemptive"], + + EventHandlerTag[{ + "MouseEntered" :> + FEPrivate`Set[System`InformationDump`mouseOver$$, True], + "MouseExited" :> + FEPrivate`Set[System`InformationDump`mouseOver$$, False], + Method -> "Preemptive", PassEventsDown -> Automatic, + PassEventsUp -> True}]], + BaseStyle->"InformationTitleBackground", + StripOnInput->False], "\[SpanFromLeft]"} + }, + AutoDelete->False, + FrameStyle->Directive[ + GrayLevel[0.8], + Thickness[Tiny]], + GridBoxAlignment->{"Columns" -> {Left, Right}, "Rows" -> {{Center}}}, + GridBoxDividers->{ + "Columns" -> {{None}}, "Rows" -> {False, {True}, False}}, + GridBoxItemSize->{ + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], + "Grid"], False-> + TagBox[GridBox[{ + { + ItemBox[ + PaneBox[ + StyleBox["\<\" Symbol\"\>", "InformationTitleText", + StripOnInput->False], + FrameMargins->{{4, 0}, {-1, 1}}], + BaseStyle->"InformationTitleBackground", + StripOnInput->False], + ItemBox[ + PaneBox[ + TooltipBox[ + ButtonBox[ + PaneSelectorBox[{False-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "InformationHelpIcon"], + ImageSizeCache->{13., {4., 9.}}], True-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "InformationHelpIconHot"], + ImageSizeCache->{13., {4., 9.}}]}, Dynamic[ + CurrentValue["MouseOver"]]], + Appearance->None, + BaseStyle->"Link", + ButtonData->"paclet:TUG/ref/DualProbabilityGame", + ButtonNote->"paclet:TUG/ref/DualProbabilityGame"], + "\"paclet:TUG/ref/DualProbabilityGame\""], + FrameMargins->{{0, 4}, {0, 2}}], + BaseStyle->"InformationTitleBackground", + StripOnInput->False]}, + { + ItemBox[ + PaneBox[ + + StyleBox["\<\"DualProbabilityGame[wghs] computes from weights \ +vector the characteristic values of a dual probability game.\"\>", + "InformationUsageText", + StripOnInput->False, + LineSpacing->{1.5, 1.5, 3.}], + FrameMargins->{{10, 10}, {8, 10}}], + BaseStyle->"InformationUsageSubtitleBackground", + StripOnInput->False], + ItemBox["\<\"\"\>", + BaseStyle->"InformationUsageSubtitleBackground", + StripOnInput->False]}, + { + ItemBox[ + TagBox[ + ButtonBox[ + PaneSelectorBox[{False-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "DownPointerOpener"], + ImageSizeCache->{10., {3., 7.}}], True-> + + DynamicBox[FEPrivate`FrontEndResource[ + "FEBitmaps", "DownPointerOpenerHot"], + ImageSizeCache->{10., {3., 7.}}]}, Dynamic[ + System`InformationDump`mouseOver$$]], + Alignment->Left, + Appearance->{"Default" -> None}, + + ButtonFunction:>FEPrivate`Set[ + System`InformationDump`open$$, True], + Evaluator->Automatic, + FrameMargins->{{9, 0}, {0, 0}}, + ImageMargins->0, + ImageSize->Full, + Method->"Preemptive"], + + EventHandlerTag[{ + "MouseEntered" :> + FEPrivate`Set[System`InformationDump`mouseOver$$, True], + "MouseExited" :> + FEPrivate`Set[System`InformationDump`mouseOver$$, False], + Method -> "Preemptive", PassEventsDown -> Automatic, + PassEventsUp -> True}]], + BaseStyle->"InformationTitleBackground", + StripOnInput->False], "\[SpanFromLeft]"} + }, + AutoDelete->False, + FrameStyle->Directive[ + GrayLevel[0.8], + Thickness[Tiny]], + GridBoxAlignment->{"Columns" -> {Left, Right}, "Rows" -> {{Center}}}, + GridBoxDividers->{ + "Columns" -> {{None}}, "Rows" -> {False, {True}, False}}, + GridBoxItemSize->{ + "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], + "Grid"]}, Dynamic[System`InformationDump`open$$], + BaselinePosition->Baseline, + FrameMargins->0, + ImageSize->Automatic], + DynamicModuleValues:>{}], + BaseStyle->"InformationGridFrame", + StripOnInput->False], "InformationGridPlain", + StripOnInput->False], + InformationData[<| + "ObjectType" -> "Symbol", "Usage" -> + "DualProbabilityGame[wghs] computes from weights vector the \ +characteristic values of a dual probability game.", + "Documentation" -> <|"Local" -> "paclet:TUG/ref/DualProbabilityGame"|>, + "OwnValues" -> None, "UpValues" -> None, "DownValues" -> + Information`InformationValueForm[ + DownValues, TUG`TuGamesAux`DualProbabilityGame, { + TUG`TuGamesAux`DualProbabilityGame[ + Pattern[TUG`TuGamesAux`Private`wghs, + Blank[List]]] :> + Module[{TUG`TuGamesAux`Private`xlis, TUG`TuGamesAux`Private`pval, + TUG`TuGamesAux`Private`dpval, TUG`TuGamesAux`Private`chval}, + If[ + And[ + Apply[And, + Map[# >= 0& , TUG`TuGamesAux`Private`wghs]], + Apply[And, + Map[# <= 1& , TUG`TuGamesAux`Private`wghs]]], + TUG`TuGamesAux`Private`xlis = Subsets[TUG`TuGamesAux`Private`wghs]; + TUG`TuGamesAux`Private`pval = + Map[Apply[Times, 1 - #]& , TUG`TuGamesAux`Private`xlis]; + TUG`TuGamesAux`Private`dpval = Map[Apply[Times, 1 - #]& , + Reverse[TUG`TuGamesAux`Private`xlis]]; + TUG`TuGamesAux`Private`chval = (1 - TUG`TuGamesAux`Private`pval) + TUG`TuGamesAux`Private`dpval, + Print["The weights must lie between zero and one."]]], + TUG`TuGamesAux`DualProbabilityGame[ + Pattern[TUG`TuGamesAux`Private`args, + BlankNullSequence[]]] :> (Message[ + MessageName[ + TUG`TuGamesAux`DualProbabilityGame, "argerr"]]; $Failed)}], + "SubValues" -> None, "DefaultValues" -> None, "NValues" -> None, + "FormatValues" -> None, "Options" -> None, "Attributes" -> {}, "FullName" -> + "TUG`TuGamesAux`DualProbabilityGame"|>, False]]], "Print", + CellTags->"Info-0c23e6f1-48c7-4611-b893-cc74785099fd", + CellID->174069280,ExpressionUUID->"a5d35336-4926-4229-9b35-9838adae1bb2"] }, Open ]], Cell["\<\ @@ -1352,13 +1785,13 @@ games from a default game or from a certain subset of unanimity coordinates. \ Open one of the corresponding cell to learn more about the construction of a \ game of the specified game class.\ \>", "Text", - CellID->949019817,ExpressionUUID->"ca148866-fdf0-4f49-9356-7787a33c82b3"] -}, Open ]], + CellID->949019817,ExpressionUUID->"c3ebc41a-b453-41fd-a167-292fceec04e8"] +}, Closed]], Cell[CellGroupData[{ Cell["Weighted Majority", "Section", - CellID->1582192616,ExpressionUUID->"051dfc86-b8b3-4071-9626-78924a263c02"], + CellID->1582192616,ExpressionUUID->"71eab58b-96f7-4d3c-86ba-bc284886743d"], Cell[BoxData[ RowBox[{ @@ -1367,7 +1800,7 @@ Cell[BoxData[ RowBox[{"50", ",", RowBox[{"Length", "[", "T", "]"}]}], "]"}]}], ";"}]], "Input", CellLabel->"In[4]:=", - CellID->2092357628,ExpressionUUID->"cd92cd45-b5e5-49c3-9712-80617b03c050"], + CellID->2092357628,ExpressionUUID->"c63c054f-5ec7-488a-8433-a53b541de3e1"], Cell[BoxData[ RowBox[{ @@ -1379,7 +1812,7 @@ Cell[BoxData[ RowBox[{"Apply", "[", RowBox[{"Plus", ",", "wghs"}], "]"}]}], "]"}]}], ";"}]], "Input", CellLabel->"In[5]:=", - CellID->29596215,ExpressionUUID->"dbd52bc1-db1a-470a-9976-869c2a5315b5"], + CellID->29596215,ExpressionUUID->"722bffb6-00e9-4719-bbc4-1803c2afb7a6"], Cell[CellGroupData[{ @@ -1387,7 +1820,7 @@ Cell[BoxData[ RowBox[{"PrependTo", "[", RowBox[{"wghs", ",", "th"}], "]"}]], "Input", CellLabel->"In[6]:=", - CellID->1398231520,ExpressionUUID->"ffe7dfc7-18e1-4254-bb25-ca87b47fb9ec"], + CellID->1398231520,ExpressionUUID->"735d1b03-ef7f-46a6-8a2c-dcada7ed87a5"], Cell[BoxData[ RowBox[{"{", @@ -1395,7 +1828,7 @@ Cell[BoxData[ "137", ",", "30", ",", "44", ",", "24", ",", "47", ",", "48", ",", "12"}], "}"}]], "Output", CellLabel->"Out[6]=", - CellID->1102647332,ExpressionUUID->"39cfd5fc-5201-4a5f-8c80-299b4f4581c6"] + CellID->1102647332,ExpressionUUID->"c98104b7-422d-4b3e-a387-8962591b2a13"] }, Open ]], Cell[CellGroupData[{ @@ -1405,7 +1838,7 @@ Cell[BoxData[ RowBox[{"WeightedMajority", "[", RowBox[{"T", ",", "wghs"}], "]"}]}]], "Input", CellLabel->"In[7]:=", - CellID->1970432286,ExpressionUUID->"fe656acc-84da-4686-ae33-8f4c5cc30ce9"], + CellID->1970432286,ExpressionUUID->"9d74c836-b661-4058-9138-3f957eefca2e"], Cell[BoxData[ RowBox[{"{", @@ -1420,7 +1853,7 @@ Cell[BoxData[ ",", "0", ",", "0", ",", "1", ",", "0", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]], "Output", CellLabel->"Out[7]=", - CellID->1382904855,ExpressionUUID->"13add38e-ce8a-4561-9b8e-a9e16ba7eb4e"] + CellID->1382904855,ExpressionUUID->"c61f64b7-f4bb-4811-9daf-7a6463032304"] }, Open ]], Cell[BoxData[ @@ -1431,18 +1864,18 @@ Cell[BoxData[ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "wm"}], "]"}], ";"}], ")"}]}], ";"}]], "Input", CellLabel->"In[8]:=", - CellID->975382955,ExpressionUUID->"6e34d6a6-7daf-4df2-b284-31bf82507e86"], + CellID->975382955,ExpressionUUID->"cc564356-5b8b-4c5f-9292-656bfc1f5e0c"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[9]:=", - CellID->923691135,ExpressionUUID->"dbafcb98-867d-4770-b9a2-edd8a259e9d5"], + CellID->923691135,ExpressionUUID->"443657dc-25bd-4486-bbb1-aaa3c4f0a339"], Cell[BoxData["False"], "Output", CellLabel->"Out[9]=", - CellID->344603178,ExpressionUUID->"ae4aaeae-8159-496a-89a6-af71cf6cabf7"] + CellID->344603178,ExpressionUUID->"d319d9f1-c443-4b65-9e80-31fb4f0b1cbc"] }, Open ]], Cell[CellGroupData[{ @@ -1450,11 +1883,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[10]:=", - CellID->2108056343,ExpressionUUID->"08825799-27ce-4d78-bdfe-2ac68c574a1e"], + CellID->2108056343,ExpressionUUID->"52c525b9-95cf-4294-8b01-6aab2663396f"], Cell[BoxData["False"], "Output", CellLabel->"Out[10]=", - CellID->375246208,ExpressionUUID->"e2bad735-1463-4e0e-8a85-dcd12672c8a6"] + CellID->375246208,ExpressionUUID->"76226a48-1606-4508-af26-2abeaf478704"] }, Open ]], Cell[CellGroupData[{ @@ -1462,11 +1895,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[11]:=", - CellID->1611772853,ExpressionUUID->"b32b7956-4f29-431e-bb3d-9e7ec99c6681"], + CellID->1611772853,ExpressionUUID->"5e0dff13-27ab-4f2e-8aa4-3144d32e85e0"], Cell[BoxData["True"], "Output", CellLabel->"Out[11]=", - CellID->134192742,ExpressionUUID->"b7a05cc6-d6b4-4fbe-a369-49a710802920"] + CellID->134192742,ExpressionUUID->"05d80490-1ea4-49e9-915d-667582ef208b"] }, Open ]], Cell[CellGroupData[{ @@ -1474,11 +1907,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[12]:=", - CellID->2094409022,ExpressionUUID->"4a5ca14c-9755-420f-900f-cd84506cfa62"], + CellID->2094409022,ExpressionUUID->"9b4cc9a2-363e-4550-9ac7-fe8225808863"], Cell[BoxData["True"], "Output", CellLabel->"Out[12]=", - CellID->1075557835,ExpressionUUID->"19151205-ebfe-4cb5-b3c2-e3fcbc2fb679"] + CellID->1075557835,ExpressionUUID->"474a3e91-0b5f-45bb-9f7b-6b556b51d52f"] }, Open ]], Cell[CellGroupData[{ @@ -1486,11 +1919,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[13]:=", - CellID->2050537943,ExpressionUUID->"f2bc89cc-93f3-44fa-b800-6edff4689820"], + CellID->2050537943,ExpressionUUID->"230b4bbc-e918-4946-8c73-08ecebf7e75e"], Cell[BoxData["True"], "Output", CellLabel->"Out[13]=", - CellID->1126178224,ExpressionUUID->"dff72eca-57d9-4895-aadb-634f852ac93e"] + CellID->1126178224,ExpressionUUID->"5c0820b6-3a46-477c-9505-772d29231526"] }, Open ]], Cell[CellGroupData[{ @@ -1498,11 +1931,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[14]:=", - CellID->1497544128,ExpressionUUID->"fe434454-d886-4a8b-97e1-6e78596df9f8"], + CellID->1497544128,ExpressionUUID->"dff77034-9b39-4390-865e-8bea99235289"], Cell[BoxData["True"], "Output", CellLabel->"Out[14]=", - CellID->68917358,ExpressionUUID->"4a973604-0b65-4095-a783-2c22902bf384"] + CellID->68917358,ExpressionUUID->"e0e7b7ec-74dd-44e4-9d5f-664f78d48735"] }, Open ]], Cell[CellGroupData[{ @@ -1510,11 +1943,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[15]:=", - CellID->1335029035,ExpressionUUID->"16adcac1-4aa2-423d-ac2c-5c2574e5d287"], + CellID->1335029035,ExpressionUUID->"0a388644-84a7-4776-8694-ee70fd309802"], Cell[BoxData["True"], "Output", CellLabel->"Out[15]=", - CellID->598937747,ExpressionUUID->"7900acfc-7324-447d-b24b-9972d0d958c3"] + CellID->598937747,ExpressionUUID->"12c8b605-4c11-4d85-84ce-d086a0da9f82"] }, Open ]], Cell[CellGroupData[{ @@ -1522,11 +1955,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame01", "]"}]], "Input", CellLabel->"In[16]:=", - CellID->505424499,ExpressionUUID->"725400d6-f42e-46d7-97ce-5fbe2b3b3642"], + CellID->505424499,ExpressionUUID->"db76490b-4f24-4701-be22-20de2746a268"], Cell[BoxData["False"], "Output", CellLabel->"Out[16]=", - CellID->704733800,ExpressionUUID->"caa0e462-68d1-427b-b228-30ffc5706a32"] + CellID->704733800,ExpressionUUID->"ce085dd6-c422-4ccf-8b79-65cc43791b2b"] }, Open ]], Cell[CellGroupData[{ @@ -1535,7 +1968,7 @@ Cell[BoxData[ RowBox[{"shv01", "=", RowBox[{"ShapleyValue", "[", "ExpGame01", "]"}]}]], "Input", CellLabel->"In[17]:=", - CellID->1590070091,ExpressionUUID->"21ea1e70-ca4a-4dc6-973d-825bb8e0feea"], + CellID->1590070091,ExpressionUUID->"6455b311-4775-46af-8126-f605543a30e6"], Cell[BoxData[ RowBox[{"{", @@ -1547,7 +1980,7 @@ Cell[BoxData[ FractionBox["1", "4"], ",", FractionBox["1", "60"]}], "}"}]], "Output", CellLabel->"Out[17]=", - CellID->1148791732,ExpressionUUID->"56728cad-0471-44ca-8e7f-3d2c49343ef0"] + CellID->1148791732,ExpressionUUID->"0dffaf62-6d2a-4c14-bae7-b6c83cd92e03"] }, Open ]], Cell[CellGroupData[{ @@ -1559,7 +1992,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame01", "]"}], "]"}]}]], "Input", CellLabel->"In[18]:=", - CellID->720141015,ExpressionUUID->"17a50cdb-5a26-4679-97e1-6e81147049da"], + CellID->720141015,ExpressionUUID->"762d10e7-9b8e-4c49-8c91-9f303bef9482"], Cell[BoxData[ RowBox[{"{", @@ -1578,7 +2011,7 @@ Cell[BoxData[ RowBox[{"x", "[", "4", "]"}], "-", RowBox[{"x", "[", "5", "]"}]}]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[18]=", - CellID->1357380851,ExpressionUUID->"c45d63eb-0b12-497b-b034-0c2a71a3c4bb"] + CellID->1357380851,ExpressionUUID->"0c7b3cf9-8c72-4299-a7f0-77eebf879cb8"] }, Open ]], Cell[CellGroupData[{ @@ -1590,7 +2023,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame01", "]"}], "]"}]}]], "Input", CellLabel->"In[19]:=", - CellID->2065962111,ExpressionUUID->"a479989f-23ee-4e3c-96dd-b39f653b2d53"], + CellID->2065962111,ExpressionUUID->"9257ad36-cdda-4846-a272-63cbe23d3c83"], Cell[BoxData[ RowBox[{"{", @@ -1602,7 +2035,7 @@ Cell[BoxData[ FractionBox["1", "4"], ",", FractionBox["1", "4"], ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[19]=", - CellID->385739788,ExpressionUUID->"1cd8297f-7aa7-4bab-bbbd-a412e6faeb18"] + CellID->385739788,ExpressionUUID->"208f1ba4-47c9-403b-8526-ae72f35974b1"] }, Open ]], Cell[CellGroupData[{ @@ -1614,7 +2047,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame01", "]"}], "]"}]}]], "Input", CellLabel->"In[20]:=", - CellID->239220770,ExpressionUUID->"e4f1429f-02cb-4df4-a3a8-4f58727adc22"], + CellID->239220770,ExpressionUUID->"9e55d2f5-d985-4c0a-8150-105ea171c75f"], Cell[BoxData[ RowBox[{"{", @@ -1626,7 +2059,7 @@ Cell[BoxData[ FractionBox["1", "4"], ",", FractionBox["1", "4"], ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[20]=", - CellID->796402403,ExpressionUUID->"4b3b6c1d-7744-447f-b9e2-b2e311a631e8"] + CellID->796402403,ExpressionUUID->"07ac11d1-f070-42ca-8806-6f35c0ce3c45"] }, Open ]], Cell[CellGroupData[{ @@ -1638,7 +2071,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame01", "]"}], "]"}]}]], "Input", CellLabel->"In[21]:=", - CellID->2105817969,ExpressionUUID->"4b406e1e-8a6b-4a09-b14c-05ff042b270c"], + CellID->2105817969,ExpressionUUID->"15c85861-4bad-4665-b9ed-5f144dd33cf0"], Cell[BoxData[ RowBox[{"{", @@ -1650,14 +2083,14 @@ Cell[BoxData[ FractionBox["1", "4"], ",", FractionBox["1", "4"], ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[21]=", - CellID->1703057940,ExpressionUUID->"1deba666-a872-4350-bd7b-e3811a43aeba"] + CellID->1703057940,ExpressionUUID->"3ab8ff2b-73f4-4ac4-88dd-09ad29547b49"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Unanimity Coordinates", "Section", - CellID->751418952,ExpressionUUID->"23154ff0-5ae7-4e77-a9ee-775df6564993"], + CellID->751418952,ExpressionUUID->"b290792c-342b-4a80-909b-68d38ae7df67"], Cell[BoxData[{ RowBox[{ @@ -1673,7 +2106,7 @@ Cell[BoxData[{ RowBox[{"RandomInteger", "[", RowBox[{"20", ",", "bn2"}], "]"}]}], ";"}]}], "Input", CellLabel->"In[22]:=", - CellID->1994689488,ExpressionUUID->"f6342311-03b5-4608-8c11-550e0752d222"], + CellID->1994689488,ExpressionUUID->"ff21824c-051f-49f7-ac72-f98e9babd267"], Cell[BoxData[{ RowBox[{ @@ -1691,18 +2124,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "gvec"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[25]:=", - CellID->91765623,ExpressionUUID->"926043ca-fd2b-421c-80ad-3f96f5a81ddc"], + CellID->91765623,ExpressionUUID->"19d679c2-9541-4a05-a966-2a087a96e66b"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[28]:=", - CellID->718972848,ExpressionUUID->"8a48cb91-9729-44be-9e18-333fd88d308c"], + CellID->718972848,ExpressionUUID->"e5641a4d-3f76-4024-912b-ded174196d81"], Cell[BoxData["False"], "Output", CellLabel->"Out[28]=", - CellID->675946834,ExpressionUUID->"01824606-ddfc-4cf2-94cb-53b801eee44c"] + CellID->675946834,ExpressionUUID->"69616118-01cf-445f-9db3-a44b8acd62b4"] }, Open ]], Cell[CellGroupData[{ @@ -1710,11 +2143,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[29]:=", - CellID->1015456759,ExpressionUUID->"268b4781-2b4f-4149-b809-f66490c91cb6"], + CellID->1015456759,ExpressionUUID->"36d067d6-c9b8-42ba-b187-bcb7a96b2bbf"], Cell[BoxData["False"], "Output", CellLabel->"Out[29]=", - CellID->96841058,ExpressionUUID->"dc4d8e8a-09e5-4300-8bc5-749eb6fe370b"] + CellID->96841058,ExpressionUUID->"ef6c87b6-7c09-4fd8-823d-0943323c8af7"] }, Open ]], Cell[CellGroupData[{ @@ -1722,11 +2155,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[30]:=", - CellID->783161490,ExpressionUUID->"353e2d20-d124-463f-a4b0-e7d52bd64026"], + CellID->783161490,ExpressionUUID->"09c70a4a-df59-442b-b520-dcb7c15003f3"], Cell[BoxData["True"], "Output", CellLabel->"Out[30]=", - CellID->1932016747,ExpressionUUID->"2595a8f3-53f0-49c7-9683-bbb56270faa8"] + CellID->1932016747,ExpressionUUID->"9fca0a08-ca62-48c7-9800-b77b8520d3f2"] }, Open ]], Cell[CellGroupData[{ @@ -1734,11 +2167,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[31]:=", - CellID->1727056918,ExpressionUUID->"0636eb51-42a4-4d3e-92a9-ad59d3633843"], + CellID->1727056918,ExpressionUUID->"183271f2-be93-4152-a14f-b496ce0a1db7"], Cell[BoxData["True"], "Output", CellLabel->"Out[31]=", - CellID->253826379,ExpressionUUID->"85bcfc4c-51cb-4b9b-8b86-054232372d3d"] + CellID->253826379,ExpressionUUID->"a95628aa-26ae-4303-bca3-5e351b15c264"] }, Open ]], Cell[CellGroupData[{ @@ -1746,11 +2179,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[32]:=", - CellID->697719526,ExpressionUUID->"6132f46f-35e7-4094-9315-9d3352de4b78"], + CellID->697719526,ExpressionUUID->"0e004dbc-574c-48fd-b6c0-b31361fba61a"], Cell[BoxData["True"], "Output", CellLabel->"Out[32]=", - CellID->995096264,ExpressionUUID->"e60ef860-6f35-47c5-b665-68c3a1fbe3d7"] + CellID->995096264,ExpressionUUID->"b51e51c1-ae6c-4bec-8d35-95b5aaddc32c"] }, Open ]], Cell[CellGroupData[{ @@ -1758,11 +2191,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[33]:=", - CellID->202224902,ExpressionUUID->"9f35ec99-e5e6-4e79-8550-ce1a70b468c9"], + CellID->202224902,ExpressionUUID->"f8120fe7-259d-41e4-8f52-bdea5a340d7a"], Cell[BoxData["True"], "Output", CellLabel->"Out[33]=", - CellID->1852396426,ExpressionUUID->"f0d39fb0-f8c0-48a7-836e-ba61501aaeb3"] + CellID->1852396426,ExpressionUUID->"837613fb-452d-4762-a6b2-1435b9306862"] }, Open ]], Cell[CellGroupData[{ @@ -1770,11 +2203,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[34]:=", - CellID->1936276116,ExpressionUUID->"ecf108aa-1e73-4cea-8f0c-68ef310973f7"], + CellID->1936276116,ExpressionUUID->"82cc5ad6-9a84-469e-b111-2a008c266e21"], Cell[BoxData["True"], "Output", CellLabel->"Out[34]=", - CellID->2049374083,ExpressionUUID->"e285bcaa-910d-4c02-8fc7-13d466e4b528"] + CellID->2049374083,ExpressionUUID->"447612cf-2be1-4282-8345-477b2623913c"] }, Open ]], Cell[CellGroupData[{ @@ -1782,11 +2215,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame02", "]"}]], "Input", CellLabel->"In[35]:=", - CellID->1422453439,ExpressionUUID->"0677ce8c-a949-404b-b02a-fc982a944159"], + CellID->1422453439,ExpressionUUID->"6756fa64-c361-41da-8c27-b3ee62a1edc0"], Cell[BoxData["True"], "Output", CellLabel->"Out[35]=", - CellID->453323018,ExpressionUUID->"ac36ab23-fb98-4a57-907a-5e6b3c52c170"] + CellID->453323018,ExpressionUUID->"6966e382-3b9a-44ab-a2dc-25eacc2525fc"] }, Open ]], Cell[CellGroupData[{ @@ -1795,7 +2228,7 @@ Cell[BoxData[ RowBox[{"shv02", "=", RowBox[{"ShapleyValue", "[", "ExpGame02", "]"}]}]], "Input", CellLabel->"In[36]:=", - CellID->577909306,ExpressionUUID->"30cad902-3ec2-4a7f-ac4c-c80ab174702d"], + CellID->577909306,ExpressionUUID->"300bf1c6-921c-4d4e-9e79-d92df9c5c337"], Cell[BoxData[ RowBox[{"{", @@ -1807,7 +2240,7 @@ Cell[BoxData[ FractionBox["268", "15"], ",", FractionBox["273", "20"]}], "}"}]], "Output", CellLabel->"Out[36]=", - CellID->1911208342,ExpressionUUID->"579c090c-af2c-4f72-bfd0-d04e990fb64a"] + CellID->1911208342,ExpressionUUID->"4fb82ccc-6b11-4260-9639-82f7874a776f"] }, Open ]], Cell[CellGroupData[{ @@ -1819,7 +2252,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame02", "]"}], "]"}]}]], "Input", CellLabel->"In[37]:=", - CellID->230199369,ExpressionUUID->"587efc49-fcc7-4379-b0a6-97de85c3b51e"], + CellID->230199369,ExpressionUUID->"33b48a77-5b92-4eff-baaf-da32eccab999"], Cell[BoxData[ RowBox[{"{", @@ -1833,7 +2266,7 @@ Cell[BoxData[ FractionBox["1147", "60"], ",", FractionBox["737", "60"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[37]=", - CellID->625216177,ExpressionUUID->"cfd598b5-466e-4a61-a8b9-6eda905b2b2f"] + CellID->625216177,ExpressionUUID->"59366992-ca13-4e9e-82ea-45eec139ecde"] }, Open ]], Cell[CellGroupData[{ @@ -1845,7 +2278,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame02", "]"}], "]"}]}]], "Input", CellLabel->"In[38]:=", - CellID->627452294,ExpressionUUID->"9edf8a0b-faf9-4149-b89b-24db9051014f"], + CellID->627452294,ExpressionUUID->"1c1942c9-3bf0-4eed-9999-02437c859c9f"], Cell[BoxData[ RowBox[{"{", @@ -1859,7 +2292,7 @@ Cell[BoxData[ FractionBox["1147", "60"], ",", FractionBox["737", "60"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[38]=", - CellID->1352744853,ExpressionUUID->"97956a26-85aa-4224-90cf-5e28af04d57d"] + CellID->1352744853,ExpressionUUID->"d5dafa4c-acd8-4092-bdc7-3758a8257791"] }, Open ]], Cell[CellGroupData[{ @@ -1871,7 +2304,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame02", "]"}], "]"}]}]], "Input", CellLabel->"In[39]:=", - CellID->478915467,ExpressionUUID->"ef923bdf-80da-4819-ae88-7175aaf1aa26"], + CellID->478915467,ExpressionUUID->"00562ac3-26e5-401c-a9bb-6d57e4ff17b2"], Cell[BoxData[ RowBox[{"{", @@ -1885,7 +2318,7 @@ Cell[BoxData[ FractionBox["1147", "60"], ",", FractionBox["737", "60"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[39]=", - CellID->740695118,ExpressionUUID->"00231ab3-1fdc-4152-a07e-1b0067652bb3"] + CellID->740695118,ExpressionUUID->"72180065-46db-4198-87e3-3d023328e17d"] }, Open ]], Cell[CellGroupData[{ @@ -1897,7 +2330,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame02", "]"}], "]"}]}]], "Input", CellLabel->"In[40]:=", - CellID->1907104741,ExpressionUUID->"c08f7644-8527-4fa9-940d-b8d74f1fa08d"], + CellID->1907104741,ExpressionUUID->"ce806131-420c-4775-8878-8997a0b5215b"], Cell[BoxData[ RowBox[{"{", @@ -1911,14 +2344,14 @@ Cell[BoxData[ FractionBox["1147", "60"], ",", FractionBox["737", "60"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[40]=", - CellID->2045430577,ExpressionUUID->"891c4014-496d-413a-81f2-68f04c8b41e6"] + CellID->2045430577,ExpressionUUID->"52f859b8-c07f-471e-bf96-f44acaa5b888"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Modest Bankruptcy", "Section", - CellID->599246957,ExpressionUUID->"50691c43-5e95-48ad-b10a-9067624c0e0f"], + CellID->599246957,ExpressionUUID->"dba641bb-a322-4f2e-b4f0-396359ce2c6d"], Cell[BoxData[{ RowBox[{ @@ -1933,7 +2366,7 @@ Cell[BoxData[{ RowBox[{"Apply", "[", RowBox[{"Plus", ",", "clms"}], "]"}]}]}], ";"}]}], "Input", CellLabel->"In[41]:=", - CellID->28438079,ExpressionUUID->"e4c41f96-5f96-4c48-bfa1-4c9e3df1ac49"], + CellID->28438079,ExpressionUUID->"d82a12b9-355f-48a6-9bf2-f772a10a56ed"], Cell[BoxData[{ RowBox[{ @@ -1947,18 +2380,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "bv"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[43]:=", - CellID->583521851,ExpressionUUID->"0c02a5b1-3ce7-4a60-8a50-cc95aaf6eb98"], + CellID->583521851,ExpressionUUID->"d5f9c4e8-af7e-46ff-abf5-166b2a31e18b"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[45]:=", - CellID->446452797,ExpressionUUID->"d68a9cba-e1d4-4e4e-983e-03e409f63e87"], + CellID->446452797,ExpressionUUID->"29b3de57-2bb2-4ae9-ac0e-7d92b92c3902"], Cell[BoxData["True"], "Output", CellLabel->"Out[45]=", - CellID->1286711490,ExpressionUUID->"8d1ebd63-74b2-4166-8031-6db0670b7209"] + CellID->1286711490,ExpressionUUID->"935a3a97-9665-4120-98b4-43ca7f0f597d"] }, Open ]], Cell[CellGroupData[{ @@ -1966,11 +2399,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[46]:=", - CellID->1302494699,ExpressionUUID->"39a02520-37f1-46e4-8b09-329b32f94608"], + CellID->1302494699,ExpressionUUID->"d20e7cfe-325f-4e8a-bf73-0f430d09b225"], Cell[BoxData["True"], "Output", CellLabel->"Out[46]=", - CellID->1686412671,ExpressionUUID->"32d01cd1-6871-4476-8481-04f091e26ae8"] + CellID->1686412671,ExpressionUUID->"a18facbc-011c-4fec-8e93-8f9eed37508a"] }, Open ]], Cell[CellGroupData[{ @@ -1978,11 +2411,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[47]:=", - CellID->1135660461,ExpressionUUID->"3f1acaf0-30e6-4509-9c82-b5197fcbb5e5"], + CellID->1135660461,ExpressionUUID->"c55f54c2-8463-4060-830c-0c557f8afce5"], Cell[BoxData["True"], "Output", CellLabel->"Out[47]=", - CellID->158713510,ExpressionUUID->"57b9754a-9b27-4c14-8f96-8985d3344616"] + CellID->158713510,ExpressionUUID->"01f54887-28f7-4399-8b94-fc30d2ecf63e"] }, Open ]], Cell[CellGroupData[{ @@ -1990,11 +2423,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[48]:=", - CellID->2052203082,ExpressionUUID->"c63f94a1-ad7b-4127-a57d-b8f3cfe60f8a"], + CellID->2052203082,ExpressionUUID->"23257232-21df-43da-8716-391045d34c42"], Cell[BoxData["True"], "Output", CellLabel->"Out[48]=", - CellID->241875174,ExpressionUUID->"fa08d6a5-674a-4d53-a236-87fd2962e237"] + CellID->241875174,ExpressionUUID->"4baf47f4-7a02-4399-9ece-0dbdec1a45a4"] }, Open ]], Cell[CellGroupData[{ @@ -2002,11 +2435,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[49]:=", - CellID->997352034,ExpressionUUID->"27abde68-acb4-4bbd-899a-8fa6716d9fdc"], + CellID->997352034,ExpressionUUID->"584c3966-ea8f-41e2-8f61-6bb6d2bc68a9"], Cell[BoxData["True"], "Output", CellLabel->"Out[49]=", - CellID->921833879,ExpressionUUID->"79fd33c8-e374-457e-aa2e-89b7a16929f5"] + CellID->921833879,ExpressionUUID->"1662a5f0-a7a9-4941-81e6-d815f46d7818"] }, Open ]], Cell[CellGroupData[{ @@ -2014,11 +2447,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[50]:=", - CellID->436690491,ExpressionUUID->"b4455674-7a90-460f-80f2-7273621be63d"], + CellID->436690491,ExpressionUUID->"39eeb9d5-4786-4f02-a4a6-b416e527901e"], Cell[BoxData["True"], "Output", CellLabel->"Out[50]=", - CellID->503316689,ExpressionUUID->"31b5d5fb-95dd-45d8-84e5-08797e1a4203"] + CellID->503316689,ExpressionUUID->"c52c83f0-deb9-4e49-af82-2f05601051b2"] }, Open ]], Cell[CellGroupData[{ @@ -2026,11 +2459,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[51]:=", - CellID->406114944,ExpressionUUID->"b731c348-ca0a-4ad2-aca1-df52ae39f15a"], + CellID->406114944,ExpressionUUID->"bbabc487-dd3b-4fce-81b1-d743b1850136"], Cell[BoxData["True"], "Output", CellLabel->"Out[51]=", - CellID->617121383,ExpressionUUID->"c91f4b91-4bf8-41f7-a806-1b0e9c978850"] + CellID->617121383,ExpressionUUID->"3f2ebfb1-3dbf-4d7b-90fc-3935da66be63"] }, Open ]], Cell[CellGroupData[{ @@ -2038,11 +2471,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame03", "]"}]], "Input", CellLabel->"In[52]:=", - CellID->1224876491,ExpressionUUID->"1f6031c1-81a9-4ea2-b38c-2bf434c43b78"], + CellID->1224876491,ExpressionUUID->"750f0526-02cc-4a9c-af9f-ec12ff37d9ab"], Cell[BoxData["True"], "Output", CellLabel->"Out[52]=", - CellID->1056026621,ExpressionUUID->"b50b3e38-6352-4a04-a2bc-4c44a7e219ed"] + CellID->1056026621,ExpressionUUID->"0b519751-aed3-4c7d-9bbd-1ef19c400d68"] }, Open ]], Cell[CellGroupData[{ @@ -2051,7 +2484,7 @@ Cell[BoxData[ RowBox[{"shv03", "=", RowBox[{"ShapleyValue", "[", "ExpGame03", "]"}]}]], "Input", CellLabel->"In[53]:=", - CellID->1946568334,ExpressionUUID->"340095e7-4c62-4c41-b3d3-e1f7f0dfc8db"], + CellID->1946568334,ExpressionUUID->"84d071de-b58a-43e6-9166-38e9c996ba16"], Cell[BoxData[ RowBox[{"{", @@ -2063,7 +2496,7 @@ Cell[BoxData[ FractionBox["3869", "120"], ",", FractionBox["721", "15"]}], "}"}]], "Output", CellLabel->"Out[53]=", - CellID->1578874524,ExpressionUUID->"472f6ffd-eaca-41d2-90c0-9e968f8449f3"] + CellID->1578874524,ExpressionUUID->"89d46885-126a-4d1b-b825-e7bf779dda21"] }, Open ]], Cell[CellGroupData[{ @@ -2075,7 +2508,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame03", "]"}], "]"}]}]], "Input", CellLabel->"In[54]:=", - CellID->1056509057,ExpressionUUID->"2f9f0126-04c6-44fe-af6f-3d0823febb57"], + CellID->1056509057,ExpressionUUID->"8495cdd9-5619-46ac-85ba-e4948b5137d7"], Cell[BoxData[ RowBox[{"{", @@ -2088,7 +2521,7 @@ Cell[BoxData[ FractionBox["329", "10"], ",", FractionBox["499", "10"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[54]=", - CellID->1743299607,ExpressionUUID->"6ca8eafa-197f-4517-969d-b9ee3feb7d40"] + CellID->1743299607,ExpressionUUID->"6f98fb7e-72a8-4c0f-8c07-f1017ce0ffec"] }, Open ]], Cell[CellGroupData[{ @@ -2100,7 +2533,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame03", "]"}], "]"}]}]], "Input", CellLabel->"In[55]:=", - CellID->95205139,ExpressionUUID->"d0af6f07-9bc3-4b1f-8036-f23bea697c31"], + CellID->95205139,ExpressionUUID->"d21777b5-0d02-4f72-8094-56ac6fbdb478"], Cell[BoxData[ RowBox[{"{", @@ -2113,7 +2546,7 @@ Cell[BoxData[ FractionBox["329", "10"], ",", FractionBox["499", "10"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[55]=", - CellID->1124943979,ExpressionUUID->"4baed2cd-9a5d-4fca-ba16-e8f9244f0af0"] + CellID->1124943979,ExpressionUUID->"044f3f8a-6637-40db-878a-b4d366f4c523"] }, Open ]], Cell[CellGroupData[{ @@ -2125,7 +2558,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame03", "]"}], "]"}]}]], "Input", CellLabel->"In[56]:=", - CellID->333848259,ExpressionUUID->"d05f8ccc-dca7-4cd9-a436-9903aad7bc1a"], + CellID->333848259,ExpressionUUID->"cb236cdb-ec54-4cf7-952f-9bed2abcaf61"], Cell[BoxData[ RowBox[{"{", @@ -2138,7 +2571,7 @@ Cell[BoxData[ FractionBox["329", "10"], ",", FractionBox["499", "10"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[56]=", - CellID->30328623,ExpressionUUID->"8de59d2f-0746-43d9-aa04-7184b69abdfd"] + CellID->30328623,ExpressionUUID->"08df134c-5d59-4342-9d6e-ffe879eb8a01"] }, Open ]], Cell[CellGroupData[{ @@ -2150,7 +2583,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame03", "]"}], "]"}]}]], "Input", CellLabel->"In[57]:=", - CellID->2095861529,ExpressionUUID->"4bc2a248-fd60-44e1-a16d-ae8f2490c22a"], + CellID->2095861529,ExpressionUUID->"f4eeba53-5c73-45e3-9bac-e1d5d06d790d"], Cell[BoxData[ RowBox[{"{", @@ -2163,14 +2596,14 @@ Cell[BoxData[ FractionBox["329", "10"], ",", FractionBox["499", "10"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[57]=", - CellID->300549759,ExpressionUUID->"08470915-4baa-4092-b941-567c498fb214"] + CellID->300549759,ExpressionUUID->"4efbc8af-3587-449a-8e5a-455f6508db8d"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Greedy Bankruptcy", "Section", - CellID->1522710203,ExpressionUUID->"0807180f-9ab6-4c72-9aca-53e751bda309"], + CellID->1522710203,ExpressionUUID->"0fad5e56-c3f1-485a-ad3c-46dcc1e8a104"], Cell[BoxData[{ RowBox[{ @@ -2184,18 +2617,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "dv"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[58]:=", - CellID->1927964428,ExpressionUUID->"7749fa0c-3a4a-4b42-8b91-b5ea7abbf214"], + CellID->1927964428,ExpressionUUID->"920ced93-a80e-4739-aaa1-26f922e5cc8e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[60]:=", - CellID->1574007852,ExpressionUUID->"98f061e7-bc08-4dc1-bbbc-e4059f99525d"], + CellID->1574007852,ExpressionUUID->"d7c850ca-ae5a-44a9-b4a8-cc017fa938c2"], Cell[BoxData["False"], "Output", CellLabel->"Out[60]=", - CellID->126252063,ExpressionUUID->"64820c94-0687-4a40-b98d-09fcc1dd19d3"] + CellID->126252063,ExpressionUUID->"01999ea1-8610-4ef1-84db-0e0684712da7"] }, Open ]], Cell[CellGroupData[{ @@ -2203,11 +2636,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[61]:=", - CellID->364002632,ExpressionUUID->"4c99d648-2290-40ef-8204-57fb09ac46e7"], + CellID->364002632,ExpressionUUID->"f8c0dc2a-e3a6-460c-b5d8-bce256f2bf87"], Cell[BoxData["False"], "Output", CellLabel->"Out[61]=", - CellID->1387709475,ExpressionUUID->"7830e3c8-fc3e-49e8-a2c8-39bf481960b3"] + CellID->1387709475,ExpressionUUID->"12134ed3-0fee-4748-9091-e3843a5f8f37"] }, Open ]], Cell[CellGroupData[{ @@ -2215,11 +2648,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[62]:=", - CellID->1671351985,ExpressionUUID->"0d07ad45-aaca-4c22-acdb-eb1d92b4d648"], + CellID->1671351985,ExpressionUUID->"c25603d4-9577-4ded-9f83-17c1a11fa411"], Cell[BoxData["True"], "Output", CellLabel->"Out[62]=", - CellID->686289547,ExpressionUUID->"bce93e75-d794-458f-bc94-fab0ead75192"] + CellID->686289547,ExpressionUUID->"2d29e1c7-b56a-4235-9547-d036a70530cd"] }, Open ]], Cell[CellGroupData[{ @@ -2227,11 +2660,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[63]:=", - CellID->1142018593,ExpressionUUID->"b64351bd-1a54-4646-8ca8-361d271f4bc1"], + CellID->1142018593,ExpressionUUID->"f68103ea-9d6b-4d56-a575-80f0d45c4ff3"], Cell[BoxData["False"], "Output", CellLabel->"Out[63]=", - CellID->922654467,ExpressionUUID->"af5c247e-19d0-42df-bfbc-c4830f38ab06"] + CellID->922654467,ExpressionUUID->"269a2544-507b-4bfd-9ec6-975a8659511d"] }, Open ]], Cell[CellGroupData[{ @@ -2239,11 +2672,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[64]:=", - CellID->936792447,ExpressionUUID->"2f726846-a7f5-4da6-b026-9c4b10488dec"], + CellID->936792447,ExpressionUUID->"38cfa8e0-3047-4220-8df3-30d0fe67bb0a"], Cell[BoxData["False"], "Output", CellLabel->"Out[64]=", - CellID->943283767,ExpressionUUID->"49292f1f-2231-48bd-9b32-b526dfdb621b"] + CellID->943283767,ExpressionUUID->"61485c82-0a39-4db9-8a5e-40503789e2e9"] }, Open ]], Cell[CellGroupData[{ @@ -2251,11 +2684,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[65]:=", - CellID->398499764,ExpressionUUID->"956d13ba-4866-4ccd-9148-ce1be405b9e5"], + CellID->398499764,ExpressionUUID->"597bc18c-9578-4796-9666-ee9a0b16ef48"], Cell[BoxData["False"], "Output", CellLabel->"Out[65]=", - CellID->1362236381,ExpressionUUID->"418f6dfb-ff1d-41c0-a506-f05cdc308785"] + CellID->1362236381,ExpressionUUID->"79f9165b-efd4-4687-9aeb-f6106a2c1b50"] }, Open ]], Cell[CellGroupData[{ @@ -2263,11 +2696,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[66]:=", - CellID->1250628068,ExpressionUUID->"b9d95258-b1fd-41d1-9a22-996fddf2687d"], + CellID->1250628068,ExpressionUUID->"6d527bdc-b484-4a1a-9a34-fcbfcb4cc807"], Cell[BoxData["False"], "Output", CellLabel->"Out[66]=", - CellID->1019495525,ExpressionUUID->"6c14b209-5dee-4bb0-a37a-3cc192395f89"] + CellID->1019495525,ExpressionUUID->"51be140a-5224-4c2c-8861-1d2d7032e577"] }, Open ]], Cell[CellGroupData[{ @@ -2275,11 +2708,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame04", "]"}]], "Input", CellLabel->"In[67]:=", - CellID->1222744856,ExpressionUUID->"52e0940d-3f53-4a4b-8a92-b4c1d2041505"], + CellID->1222744856,ExpressionUUID->"84a3edf2-dca5-4043-9a3b-923ef92961d0"], Cell[BoxData["False"], "Output", CellLabel->"Out[67]=", - CellID->727816866,ExpressionUUID->"9a78e5f4-e3d3-4be4-9665-b22aba44e2a8"] + CellID->727816866,ExpressionUUID->"73c18067-463b-4a05-9e49-6200c4ec735f"] }, Open ]], Cell[CellGroupData[{ @@ -2288,7 +2721,7 @@ Cell[BoxData[ RowBox[{"shv04", "=", RowBox[{"ShapleyValue", "[", "ExpGame04", "]"}]}]], "Input", CellLabel->"In[68]:=", - CellID->1359305150,ExpressionUUID->"8c8cef08-ae68-4374-b36a-60aae6e8829a"], + CellID->1359305150,ExpressionUUID->"c78f6eac-0136-4d9a-96dc-312a8f1673bc"], Cell[BoxData[ RowBox[{"{", @@ -2300,7 +2733,7 @@ Cell[BoxData[ FractionBox["3869", "120"], ",", FractionBox["721", "15"]}], "}"}]], "Output", CellLabel->"Out[68]=", - CellID->1616062760,ExpressionUUID->"d5257075-dc96-4fd4-805b-839cd53e540a"] + CellID->1616062760,ExpressionUUID->"8e673aad-739b-4071-b84b-5db359467397"] }, Open ]], Cell[CellGroupData[{ @@ -2312,7 +2745,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame04", "]"}], "]"}]}]], "Input", CellLabel->"In[69]:=", - CellID->2135342763,ExpressionUUID->"792ad47e-495e-4479-ad07-c66fcd30a0a4"], + CellID->2135342763,ExpressionUUID->"3925fc4c-6cc6-4750-841d-3f49668b96b5"], Cell[BoxData[ RowBox[{"{", @@ -2332,7 +2765,7 @@ Cell[BoxData[ RowBox[{"x", "[", "4", "]"}], "-", RowBox[{"x", "[", "5", "]"}]}]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[69]=", - CellID->2014591789,ExpressionUUID->"39a7e50f-cfba-40e5-ac52-72467c178ab7"] + CellID->2014591789,ExpressionUUID->"bac19aff-77a1-4a1f-9e99-f9e7ad6a5bda"] }, Open ]], Cell[CellGroupData[{ @@ -2344,18 +2777,18 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame04", "]"}], "]"}]}]], "Input", CellLabel->"In[70]:=", - CellID->165143468,ExpressionUUID->"1a64681d-ae92-490a-bb24-9ce89035de8b"], + CellID->165143468,ExpressionUUID->"25dc2ef0-4d46-471e-83b5-bbd9e572863b"], Cell[BoxData["\<\"No solution can be found. Game not essential\"\>"], "Print", CellLabel->"During evaluation of In[70]:=", - CellID->432729645,ExpressionUUID->"2482b42d-1186-4db5-9572-f39aaa71bff6"], + CellID->432729645,ExpressionUUID->"665d7373-a254-436c-9edd-cdcc815c6e75"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.000296`", ",", RowBox[{"{", "}"}]}], "}"}]], "Output", CellLabel->"Out[70]=", - CellID->1517953196,ExpressionUUID->"5ac7f188-e2bf-472c-9b3d-b59cba7ec280"] + CellID->1517953196,ExpressionUUID->"caf243af-ca1c-4076-b84a-95f8bcae06bb"] }, Open ]], Cell[CellGroupData[{ @@ -2367,7 +2800,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame04", "]"}], "]"}]}]], "Input", CellLabel->"In[71]:=", - CellID->260348607,ExpressionUUID->"f9f697db-dcf0-4ca9-b20f-98efe38f8b55"], + CellID->260348607,ExpressionUUID->"e62bc5d7-9a57-42fe-b16e-d887780cdd9c"], Cell[BoxData[ RowBox[{"{", @@ -2380,7 +2813,7 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[71]=", - CellID->320431159,ExpressionUUID->"2477a870-477d-4ccc-a939-2ea94e699bb4"] + CellID->320431159,ExpressionUUID->"6759a04b-baf4-4e95-9bd6-5f8556e31f7f"] }, Open ]], Cell[CellGroupData[{ @@ -2392,7 +2825,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame04", "]"}], "]"}]}]], "Input", CellLabel->"In[72]:=", - CellID->1198634061,ExpressionUUID->"d40454c4-cf27-47c9-996c-0d9f18143cf8"], + CellID->1198634061,ExpressionUUID->"49c433a9-6731-4ab6-85e0-d462ba95993b"], Cell[BoxData[ RowBox[{"{", @@ -2405,7 +2838,7 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[72]=", - CellID->196454339,ExpressionUUID->"b92274bc-b352-402b-a711-ef0944d9fd50"] + CellID->196454339,ExpressionUUID->"13422fba-53e9-4211-ac3e-82230ce34f08"] }, Open ]], Cell[CellGroupData[{ @@ -2417,7 +2850,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreNucleolus", "[", "ExpGame04", "]"}], "]"}]}]], "Input", CellLabel->"In[73]:=", - CellID->462208467,ExpressionUUID->"feaf0fe2-8454-4dbd-a192-7c9a22d55efe"], + CellID->462208467,ExpressionUUID->"3aaf23c6-fa6c-4919-a0a9-5d9a4c6f5489"], Cell[BoxData[ RowBox[{"{", @@ -2430,14 +2863,14 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[73]=", - CellID->2143169373,ExpressionUUID->"df3ed701-0149-4ab6-bb42-8bd3dd34d232"] + CellID->2143169373,ExpressionUUID->"c8f4c934-f346-4e7e-ae49-4514a50fcf52"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Dual Modest Bankruptcy/Greedy Bankruptcy", "Section", - CellID->1398664273,ExpressionUUID->"73f1b05b-5a4f-4844-b412-f0dc701a6a0e"], + CellID->1398664273,ExpressionUUID->"9bdc00eb-c296-4153-bee4-c066de0d3d06"], Cell[BoxData[{ RowBox[{ @@ -2450,18 +2883,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "dv02"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[74]:=", - CellID->242689248,ExpressionUUID->"5def1fa5-b2e8-4501-9bb6-bd49ceaa5a5b"], + CellID->242689248,ExpressionUUID->"2435ceb5-92e6-4527-9140-bd81eef2a380"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[76]:=", - CellID->1599919160,ExpressionUUID->"78465fc5-f477-4c31-8240-e2c174bae2eb"], + CellID->1599919160,ExpressionUUID->"0ceccec8-14ed-4350-ae5a-94ea91cf64e1"], Cell[BoxData["False"], "Output", CellLabel->"Out[76]=", - CellID->1673176013,ExpressionUUID->"b34281e4-de76-4be4-8c74-315d54a053d2"] + CellID->1673176013,ExpressionUUID->"b272fb93-983a-4699-bbd6-76cfd33b4a6b"] }, Open ]], Cell[CellGroupData[{ @@ -2469,11 +2902,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[77]:=", - CellID->606691880,ExpressionUUID->"341a1a1b-9457-4f64-ade1-bc92d5cbb7e7"], + CellID->606691880,ExpressionUUID->"7ce9f3e4-f008-4ac9-9c9b-7efbbb94a48f"], Cell[BoxData["False"], "Output", CellLabel->"Out[77]=", - CellID->937149457,ExpressionUUID->"fc6e781f-a06c-4491-a216-bcd18cc51b80"] + CellID->937149457,ExpressionUUID->"d0efed66-11c7-49c6-b170-49bcb08bbe66"] }, Open ]], Cell[CellGroupData[{ @@ -2481,11 +2914,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[78]:=", - CellID->326197244,ExpressionUUID->"baf35ece-8235-46e4-81cb-6755534c7998"], + CellID->326197244,ExpressionUUID->"566a84a3-5de8-4248-8ab7-0a3327ddfb92"], Cell[BoxData["True"], "Output", CellLabel->"Out[78]=", - CellID->2041116302,ExpressionUUID->"82fe861d-140b-43f2-ab42-14ca5cf1f3d6"] + CellID->2041116302,ExpressionUUID->"7d4fb9c3-0eaa-4c7f-8bfd-02b437271cb2"] }, Open ]], Cell[CellGroupData[{ @@ -2493,11 +2926,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[79]:=", - CellID->467431106,ExpressionUUID->"59eff126-4d2e-4f26-b1f0-eae884a1b755"], + CellID->467431106,ExpressionUUID->"85a7d021-7458-4574-b79e-5fd06ed7e391"], Cell[BoxData["False"], "Output", CellLabel->"Out[79]=", - CellID->812403855,ExpressionUUID->"32da6caa-df46-4fc2-a80f-c4751cda7977"] + CellID->812403855,ExpressionUUID->"bbc291d6-c070-4f31-9998-a6f5b998494f"] }, Open ]], Cell[CellGroupData[{ @@ -2505,11 +2938,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[80]:=", - CellID->1062498011,ExpressionUUID->"25c48146-b99b-4c18-bda5-092ac8070bf3"], + CellID->1062498011,ExpressionUUID->"e68b734d-3091-40e7-9718-d87527dd45b8"], Cell[BoxData["False"], "Output", CellLabel->"Out[80]=", - CellID->476078481,ExpressionUUID->"5399327b-aafe-40e3-b074-97c3760df6af"] + CellID->476078481,ExpressionUUID->"6a906d09-66f3-480a-ac0a-5b86b6de0560"] }, Open ]], Cell[CellGroupData[{ @@ -2517,11 +2950,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[81]:=", - CellID->1384225807,ExpressionUUID->"7880c986-a4b8-4ed5-8b3a-f30d0b8c3b00"], + CellID->1384225807,ExpressionUUID->"3c157e72-7e71-438e-a462-8e18ded375e1"], Cell[BoxData["False"], "Output", CellLabel->"Out[81]=", - CellID->52346164,ExpressionUUID->"322d0586-d836-4740-9fbf-279b50f82ba6"] + CellID->52346164,ExpressionUUID->"c9e2f87f-3951-4793-9563-071d10210268"] }, Open ]], Cell[CellGroupData[{ @@ -2529,11 +2962,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[82]:=", - CellID->617313553,ExpressionUUID->"a2499734-822c-4ed8-8ea2-67624b330623"], + CellID->617313553,ExpressionUUID->"a0f8d1c5-3966-46b6-8177-41d6928f55d0"], Cell[BoxData["False"], "Output", CellLabel->"Out[82]=", - CellID->1054279030,ExpressionUUID->"b924baca-8191-4736-94ed-6445769fe2d1"] + CellID->1054279030,ExpressionUUID->"b58e3628-8a25-4748-baa8-8aa97a50fd66"] }, Open ]], Cell[CellGroupData[{ @@ -2541,11 +2974,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame05", "]"}]], "Input", CellLabel->"In[83]:=", - CellID->2071903700,ExpressionUUID->"6b16ac18-f22c-40d7-9f12-bc3269721c52"], + CellID->2071903700,ExpressionUUID->"77ee2a20-369a-469a-aca4-46c48d7d7a24"], Cell[BoxData["False"], "Output", CellLabel->"Out[83]=", - CellID->1397912360,ExpressionUUID->"e8ae6755-5b64-4348-a360-dde821b3ef9a"] + CellID->1397912360,ExpressionUUID->"3224fa85-5a85-4b14-bf39-39e79a0bc29c"] }, Open ]], Cell[CellGroupData[{ @@ -2554,7 +2987,7 @@ Cell[BoxData[ RowBox[{"shv05", "=", RowBox[{"ShapleyValue", "[", "ExpGame05", "]"}]}]], "Input", CellLabel->"In[84]:=", - CellID->1431237565,ExpressionUUID->"d2dd1e3d-d4fd-4512-bedc-ecccf6b7daf5"], + CellID->1431237565,ExpressionUUID->"5d926d04-a7f7-48b9-b983-3a20b721fdee"], Cell[BoxData[ RowBox[{"{", @@ -2566,7 +2999,7 @@ Cell[BoxData[ FractionBox["3869", "120"], ",", FractionBox["721", "15"]}], "}"}]], "Output", CellLabel->"Out[84]=", - CellID->555662853,ExpressionUUID->"1ba1f8a3-54e4-4b41-a133-26afec90e371"] + CellID->555662853,ExpressionUUID->"5e8ab392-3cc6-4b92-9ad0-7a3ec882f849"] }, Open ]], Cell[CellGroupData[{ @@ -2578,7 +3011,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame05", "]"}], "]"}]}]], "Input", CellLabel->"In[85]:=", - CellID->114432033,ExpressionUUID->"8d9b8f8e-b7dc-4f13-b362-48564e2d0111"], + CellID->114432033,ExpressionUUID->"46931dad-9a41-42a6-a712-dec2a527a376"], Cell[BoxData[ RowBox[{"{", @@ -2598,7 +3031,7 @@ Cell[BoxData[ RowBox[{"x", "[", "4", "]"}], "-", RowBox[{"x", "[", "5", "]"}]}]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[85]=", - CellID->1671400413,ExpressionUUID->"b67f53f8-0fc7-4ee1-a2dc-730042eb7ddd"] + CellID->1671400413,ExpressionUUID->"cdae4c3f-1297-43ca-8db7-6a859c8072be"] }, Open ]], Cell[CellGroupData[{ @@ -2610,18 +3043,18 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame05", "]"}], "]"}]}]], "Input", CellLabel->"In[86]:=", - CellID->389701220,ExpressionUUID->"a132a18b-4bc3-463e-beae-5989b31115aa"], + CellID->389701220,ExpressionUUID->"54d7bdc8-74b5-45c1-befa-73f8d41bbc9f"], Cell[BoxData["\<\"No solution can be found. Game not essential\"\>"], "Print", CellLabel->"During evaluation of In[86]:=", - CellID->306455333,ExpressionUUID->"1020eb2f-21ea-4796-bc7c-e5ba7653e6bb"], + CellID->306455333,ExpressionUUID->"535583cd-2b37-4afb-ae41-727d8175bbed"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.000283`", ",", RowBox[{"{", "}"}]}], "}"}]], "Output", CellLabel->"Out[86]=", - CellID->2134537377,ExpressionUUID->"7c43c3d5-4c59-4f47-b7f0-9ecb15e7e15d"] + CellID->2134537377,ExpressionUUID->"744c3a43-dbcb-448d-a46b-52b9bb5fd1e4"] }, Open ]], Cell[CellGroupData[{ @@ -2633,7 +3066,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame05", "]"}], "]"}]}]], "Input", CellLabel->"In[87]:=", - CellID->650049827,ExpressionUUID->"cf31a53c-b545-4c96-9f8a-c96e78b64b31"], + CellID->650049827,ExpressionUUID->"2b44faff-2084-4206-913d-c538961a2ccf"], Cell[BoxData[ RowBox[{"{", @@ -2646,7 +3079,7 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[87]=", - CellID->1267216372,ExpressionUUID->"e4d60ddb-4a67-4298-bd41-934064fe4e44"] + CellID->1267216372,ExpressionUUID->"5edd068f-579a-400e-aa6e-7361399d1471"] }, Open ]], Cell[CellGroupData[{ @@ -2658,7 +3091,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame05", "]"}], "]"}]}]], "Input", CellLabel->"In[88]:=", - CellID->358079968,ExpressionUUID->"89f8b48e-4b15-486e-aeff-d92169067b2a"], + CellID->358079968,ExpressionUUID->"98f99f71-8656-4542-83a4-92a4b0e07aed"], Cell[BoxData[ RowBox[{"{", @@ -2671,7 +3104,7 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[88]=", - CellID->1431399312,ExpressionUUID->"7581e4f7-0891-4723-9d6a-e21f0d1f433c"] + CellID->1431399312,ExpressionUUID->"284b7784-18e1-481c-a11e-38e8e6f34477"] }, Open ]], Cell[CellGroupData[{ @@ -2683,7 +3116,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreNucleolus", "[", "ExpGame05", "]"}], "]"}]}]], "Input", CellLabel->"In[89]:=", - CellID->2134839260,ExpressionUUID->"8fe21437-af3d-4e42-99df-70ce79f9a736"], + CellID->2134839260,ExpressionUUID->"3cbf6fb5-5317-40f6-ac58-0e5d853ed010"], Cell[BoxData[ RowBox[{"{", @@ -2696,7 +3129,7 @@ Cell[BoxData[ FractionBox["247", "8"], ",", FractionBox["377", "8"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[89]=", - CellID->17382353,ExpressionUUID->"ed9e1bbf-9312-41c7-8083-91f0cc7cfba8"] + CellID->17382353,ExpressionUUID->"2c84fc6b-3074-4e99-bb23-136e88b0fa56"] }, Open ]], Cell[CellGroupData[{ @@ -2704,7 +3137,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"N", "[", "shv04", "]"}]], "Input", CellLabel->"In[90]:=", - CellID->1924668170,ExpressionUUID->"bb02989a-23e2-4f82-b9aa-4f4c45307143"], + CellID->1924668170,ExpressionUUID->"3310763d-1f76-4579-80e3-6135334a4e1a"], Cell[BoxData[ RowBox[{"{", @@ -2713,7 +3146,7 @@ Cell[BoxData[ "3.066666666666667`", ",", "38.06666666666667`", ",", "32.24166666666667`", ",", "48.06666666666667`"}], "}"}]], "Output", CellLabel->"Out[90]=", - CellID->1567766131,ExpressionUUID->"2490da1f-b286-4bfc-b1d6-3e0bd7e99a5d"] + CellID->1567766131,ExpressionUUID->"2d2d6041-6354-4e0a-a417-a5ab2d322ae5"] }, Open ]], Cell[CellGroupData[{ @@ -2721,7 +3154,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"N", "[", "shv05", "]"}]], "Input", CellLabel->"In[91]:=", - CellID->1983910436,ExpressionUUID->"fb91a7ec-42f6-4750-a630-b08e429ab3a7"], + CellID->1983910436,ExpressionUUID->"fb4818dd-3644-4452-afb4-0ef7750a58fa"], Cell[BoxData[ RowBox[{"{", @@ -2730,7 +3163,7 @@ Cell[BoxData[ "3.066666666666667`", ",", "38.06666666666667`", ",", "32.24166666666667`", ",", "48.06666666666667`"}], "}"}]], "Output", CellLabel->"Out[91]=", - CellID->1557651376,ExpressionUUID->"507eef1d-f8dd-4f20-ab0d-4353a80321a4"] + CellID->1557651376,ExpressionUUID->"e65c92b7-9ecc-42ec-8fa5-119bbd01156a"] }, Open ]], Cell[CellGroupData[{ @@ -2738,12 +3171,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"N", "[", "mnuc04", "]"}]], "Input", CellLabel->"In[92]:=", - CellID->836736740,ExpressionUUID->"90659961-2940-4c4e-81f8-ad8050bc1915"], + CellID->836736740,ExpressionUUID->"c5407349-9a2b-4152-8974-d09d696d17b1"], Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellLabel->"Out[92]=", - CellID->1405091828,ExpressionUUID->"c560137c-4152-4fd0-bd1c-3292a730560b"] + CellID->1405091828,ExpressionUUID->"1a0b933a-8abf-4058-8249-7cc7c6c835f2"] }, Open ]], Cell[CellGroupData[{ @@ -2751,19 +3184,19 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"N", "[", "mnuc05", "]"}]], "Input", CellLabel->"In[93]:=", - CellID->905710674,ExpressionUUID->"ecc97a9d-a963-45af-9227-60b6bca001b0"], + CellID->905710674,ExpressionUUID->"34805cc6-cde5-4352-9497-186ae65b38fc"], Cell[BoxData[ RowBox[{"{", "}"}]], "Output", CellLabel->"Out[93]=", - CellID->106572030,ExpressionUUID->"2a2d79a0-180f-438a-9ff0-e9b3415158b4"] + CellID->106572030,ExpressionUUID->"0322981e-8f47-463c-a8d7-9bb582011b06"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Cardinality Game", "Section", - CellID->1776754055,ExpressionUUID->"4d8189bd-7324-48a7-8267-db9cf84a370d"], + CellID->1776754055,ExpressionUUID->"5cc49c73-15a2-4537-af72-48ef265ae06c"], Cell[BoxData[{ RowBox[{ @@ -2777,18 +3210,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "gc"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[94]:=", - CellID->1891436717,ExpressionUUID->"5ed4089f-e2fd-4363-bf2c-ea63b80cfb31"], + CellID->1891436717,ExpressionUUID->"e9babd7b-b307-4110-b073-da669a332fbb"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[96]:=", - CellID->2024940315,ExpressionUUID->"58f438be-bd0c-45b4-91b5-56d10613f9d1"], + CellID->2024940315,ExpressionUUID->"dab85654-c59d-4d81-a22b-3adf20bdeeae"], Cell[BoxData["False"], "Output", CellLabel->"Out[96]=", - CellID->332822195,ExpressionUUID->"ff14185a-cc89-4ad1-90a2-f50cb8625c70"] + CellID->332822195,ExpressionUUID->"81dac7c8-1640-4f59-a48b-52ce9d00283e"] }, Open ]], Cell[CellGroupData[{ @@ -2796,11 +3229,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[97]:=", - CellID->1128178876,ExpressionUUID->"c34435f4-2528-4ab4-a1e9-9c9d77237328"], + CellID->1128178876,ExpressionUUID->"628fa1be-52a4-4030-a8ce-6e64c58db9b2"], Cell[BoxData["False"], "Output", CellLabel->"Out[97]=", - CellID->200891947,ExpressionUUID->"7be53f87-a091-40f8-b9da-dcb39aaf4772"] + CellID->200891947,ExpressionUUID->"07ca1fb3-6199-4dce-9d85-fa4077f00aea"] }, Open ]], Cell[CellGroupData[{ @@ -2808,11 +3241,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[98]:=", - CellID->1760753093,ExpressionUUID->"088e580a-50f0-42ae-9435-211b4623175f"], + CellID->1760753093,ExpressionUUID->"6d368a17-7458-4f5b-ba6f-4d2ccced02c9"], Cell[BoxData["True"], "Output", CellLabel->"Out[98]=", - CellID->1468808411,ExpressionUUID->"04b23ce6-60b1-47bf-8033-66d22b252c43"] + CellID->1468808411,ExpressionUUID->"9d4f49e3-fc86-41fc-8d91-9bf6af6f277a"] }, Open ]], Cell[CellGroupData[{ @@ -2820,11 +3253,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[99]:=", - CellID->651035564,ExpressionUUID->"1c89c585-8f18-4734-b798-1dbec8e05a98"], + CellID->651035564,ExpressionUUID->"53628ae8-e633-41ca-90f8-0b0adfc78c1f"], Cell[BoxData["True"], "Output", CellLabel->"Out[99]=", - CellID->1352317720,ExpressionUUID->"84ec27e9-bd76-4d69-8f9d-0c2309d830f3"] + CellID->1352317720,ExpressionUUID->"3aff78fe-5d10-459a-b66a-494cff08275c"] }, Open ]], Cell[CellGroupData[{ @@ -2832,11 +3265,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[100]:=", - CellID->483865207,ExpressionUUID->"db160a5f-74ab-49da-a9ab-f266715124ed"], + CellID->483865207,ExpressionUUID->"bf90433f-a0e5-4cdc-81ae-0aae37f8bfda"], Cell[BoxData["True"], "Output", CellLabel->"Out[100]=", - CellID->928708813,ExpressionUUID->"0857be6d-a5dd-465b-9cb4-30210a2a974a"] + CellID->928708813,ExpressionUUID->"7eec7105-ad0b-4c31-9d41-06023cf3a6d0"] }, Open ]], Cell[CellGroupData[{ @@ -2844,11 +3277,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[101]:=", - CellID->2001758045,ExpressionUUID->"eab59ff3-8b0d-4323-8d4a-a752b8231bed"], + CellID->2001758045,ExpressionUUID->"cfe89210-dfa8-43d6-a682-fa5e69345ea3"], Cell[BoxData["True"], "Output", CellLabel->"Out[101]=", - CellID->937387524,ExpressionUUID->"a38f5aeb-fa74-4f30-8b58-98e6c9180483"] + CellID->937387524,ExpressionUUID->"687ff250-99ab-4553-a502-d0ca2a45b460"] }, Open ]], Cell[CellGroupData[{ @@ -2856,11 +3289,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[102]:=", - CellID->1265294535,ExpressionUUID->"e024141b-d71f-4cf2-94ba-555bbcd3eb62"], + CellID->1265294535,ExpressionUUID->"ec851a3f-97f1-42d8-a695-368bfaede905"], Cell[BoxData["True"], "Output", CellLabel->"Out[102]=", - CellID->1219425862,ExpressionUUID->"069686cf-c3c0-46fa-a20b-56d6957e50a5"] + CellID->1219425862,ExpressionUUID->"3811b449-318f-4c16-8d7a-153f21e4a58c"] }, Open ]], Cell[CellGroupData[{ @@ -2868,11 +3301,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame06", "]"}]], "Input", CellLabel->"In[103]:=", - CellID->85454868,ExpressionUUID->"77f3b1ac-ab85-49c1-b6ad-43475151cea4"], + CellID->85454868,ExpressionUUID->"53ad5ed3-4207-43f0-871d-4da468c7e9e8"], Cell[BoxData["True"], "Output", CellLabel->"Out[103]=", - CellID->1361438458,ExpressionUUID->"695a4d0a-8ddc-4a0e-9065-70ed87c701b9"] + CellID->1361438458,ExpressionUUID->"52d52880-1618-4428-a88f-b5c654dc8bed"] }, Open ]], Cell[CellGroupData[{ @@ -2881,14 +3314,14 @@ Cell[BoxData[ RowBox[{"shv06", "=", RowBox[{"ShapleyValue", "[", "ExpGame06", "]"}]}]], "Input", CellLabel->"In[104]:=", - CellID->538221748,ExpressionUUID->"148a5669-9d5b-484c-bad7-634e5619148b"], + CellID->538221748,ExpressionUUID->"70adc7c1-3a12-4e92-b510-288a13fe65aa"], Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]], "Output", CellLabel->"Out[104]=", - CellID->307857072,ExpressionUUID->"bfd45d20-666f-4f7c-b2c3-8b3ffa16c84c"] + CellID->307857072,ExpressionUUID->"c6264285-945d-4f6a-bc46-23b99ebf69d1"] }, Open ]], Cell[CellGroupData[{ @@ -2900,7 +3333,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame06", "]"}], "]"}]}]], "Input", CellLabel->"In[105]:=", - CellID->293864612,ExpressionUUID->"ccde8493-0570-4a76-a44c-4f6f31debf5e"], + CellID->293864612,ExpressionUUID->"f6f5e1d7-b117-4f60-b1d6-4fe9af9476e7"], Cell[BoxData[ RowBox[{"{", @@ -2912,7 +3345,7 @@ Cell[BoxData[ RowBox[{"x", "[", "1", "]"}]}], ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[105]=", - CellID->1539857021,ExpressionUUID->"f2b99186-738a-48d1-93d2-080c5730b7c7"] + CellID->1539857021,ExpressionUUID->"2112a560-8465-46c3-9fd0-828b32ac4dcd"] }, Open ]], Cell[CellGroupData[{ @@ -2924,7 +3357,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame06", "]"}], "]"}]}]], "Input", CellLabel->"In[106]:=", - CellID->827526112,ExpressionUUID->"7d1248a4-3302-44d6-89c2-72cd346b05e7"], + CellID->827526112,ExpressionUUID->"f0843090-7e80-472c-9846-1edab962ae40"], Cell[BoxData[ RowBox[{"{", @@ -2933,7 +3366,7 @@ Cell[BoxData[ RowBox[{"1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[106]=", - CellID->1557892797,ExpressionUUID->"247b3dcf-deb9-4644-a686-f93a42636da8"] + CellID->1557892797,ExpressionUUID->"ddcd4b3f-ed5e-4c66-93e6-74916f3e5c66"] }, Open ]], Cell[CellGroupData[{ @@ -2945,7 +3378,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame06", "]"}], "]"}]}]], "Input", CellLabel->"In[107]:=", - CellID->755622221,ExpressionUUID->"354167cc-63c2-46e1-9585-94a0275f6ee8"], + CellID->755622221,ExpressionUUID->"d98037a0-13e0-48e5-9183-04d2390714b5"], Cell[BoxData[ RowBox[{"{", @@ -2954,7 +3387,7 @@ Cell[BoxData[ RowBox[{"1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[107]=", - CellID->303542797,ExpressionUUID->"003d4235-961a-4407-91f9-4dd7cd4956f6"] + CellID->303542797,ExpressionUUID->"ba4be500-c595-43f1-906c-5cb7313605e2"] }, Open ]], Cell[CellGroupData[{ @@ -2966,7 +3399,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame06", "]"}], "]"}]}]], "Input", CellLabel->"In[108]:=", - CellID->650562563,ExpressionUUID->"d8cd6ea3-0f73-4bf9-91e1-0633491305b9"], + CellID->650562563,ExpressionUUID->"67b85186-aa98-412d-bd12-c2582dc65dfc"], Cell[BoxData[ RowBox[{"{", @@ -2975,14 +3408,14 @@ Cell[BoxData[ RowBox[{"1", ",", "1", ",", "1", ",", "1", ",", "1", ",", "1"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[108]=", - CellID->1065549386,ExpressionUUID->"fced905d-e026-44ce-b021-49d8d48c955f"] + CellID->1065549386,ExpressionUUID->"d8bb9cc0-3658-4e7b-8c81-498db4ff06ea"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Symmetric Game Type 2", "Section", - CellID->1973275849,ExpressionUUID->"6e29d228-7866-4ad9-9a98-e4ccd77ab746"], + CellID->1973275849,ExpressionUUID->"9f5568f4-f9c6-404b-a2b1-9c9578b48ff7"], Cell[BoxData[{ RowBox[{ @@ -2999,18 +3432,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "sym2"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[109]:=", - CellID->1556273237,ExpressionUUID->"92188a6b-b495-4ebe-b25b-b9e84832dc08"], + CellID->1556273237,ExpressionUUID->"c6ff3c75-17ba-4591-b9f5-f31d250afac2"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[111]:=", - CellID->407317618,ExpressionUUID->"9f644fed-5737-4802-b19c-babe014a8759"], + CellID->407317618,ExpressionUUID->"41ade3b5-838c-4086-927a-9432f06c9518"], Cell[BoxData["False"], "Output", CellLabel->"Out[111]=", - CellID->347558607,ExpressionUUID->"a5f01080-e097-46ac-aba0-84bc5a9d13ac"] + CellID->347558607,ExpressionUUID->"9d760491-547e-438b-9098-1782b19c27f3"] }, Open ]], Cell[CellGroupData[{ @@ -3018,11 +3451,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[112]:=", - CellID->1300226306,ExpressionUUID->"843c124a-4f9d-438a-a3b5-d973d12a1e3e"], + CellID->1300226306,ExpressionUUID->"b314c5eb-3b42-4eba-a7e4-7a4478a02c06"], Cell[BoxData["False"], "Output", CellLabel->"Out[112]=", - CellID->197175451,ExpressionUUID->"ec32111e-be5d-4161-9b0f-9b80ed968c4a"] + CellID->197175451,ExpressionUUID->"a03d8499-871d-414d-9860-57762da85d81"] }, Open ]], Cell[CellGroupData[{ @@ -3030,11 +3463,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[113]:=", - CellID->598502148,ExpressionUUID->"68757621-c526-44ee-9492-9e78aa3134aa"], + CellID->598502148,ExpressionUUID->"5d6f8ff0-c925-4560-b26e-e1f8aed38290"], Cell[BoxData["False"], "Output", CellLabel->"Out[113]=", - CellID->1877953242,ExpressionUUID->"972d527f-2c1d-4c22-a578-53cc4cb27234"] + CellID->1877953242,ExpressionUUID->"d050887d-0488-4884-81f0-b6372f960d8d"] }, Open ]], Cell[CellGroupData[{ @@ -3042,11 +3475,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[114]:=", - CellID->1011389796,ExpressionUUID->"3ec53b82-a5b0-4be3-8302-e072f44b9094"], + CellID->1011389796,ExpressionUUID->"d82809bb-fecf-442f-97fc-cd73bf4e6a0b"], Cell[BoxData["True"], "Output", CellLabel->"Out[114]=", - CellID->823637088,ExpressionUUID->"24ba8ec9-9c37-4a6e-9185-f7d8720b9f7e"] + CellID->823637088,ExpressionUUID->"c0efbb4e-0b00-4541-9ba5-2c4856c4126e"] }, Open ]], Cell[CellGroupData[{ @@ -3054,11 +3487,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[115]:=", - CellID->1481032825,ExpressionUUID->"971b7ba3-47ea-47e2-b542-a8d3dfdb2dee"], + CellID->1481032825,ExpressionUUID->"e97e7b65-ea3a-460a-88ff-5af11c34a9c7"], Cell[BoxData["True"], "Output", CellLabel->"Out[115]=", - CellID->249521615,ExpressionUUID->"255884b3-b577-420e-8189-9cd85fde5fb7"] + CellID->249521615,ExpressionUUID->"f4ec0161-d8c3-4e98-8a0d-44cee1ff5a21"] }, Open ]], Cell[CellGroupData[{ @@ -3066,11 +3499,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[116]:=", - CellID->2099097605,ExpressionUUID->"ac29fccc-b677-41a0-ab88-258c49992164"], + CellID->2099097605,ExpressionUUID->"8050f13b-ef1d-46bf-aa4b-1e276e997b66"], Cell[BoxData["False"], "Output", CellLabel->"Out[116]=", - CellID->784748624,ExpressionUUID->"9d43d64b-62e3-460e-9132-8df35ec9d1cf"] + CellID->784748624,ExpressionUUID->"cf52805b-9d67-4d9c-ab9d-040d5e0e92a3"] }, Open ]], Cell[CellGroupData[{ @@ -3078,11 +3511,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[117]:=", - CellID->390535028,ExpressionUUID->"0a1dae21-4556-4a70-bf19-4c92e87f7391"], + CellID->390535028,ExpressionUUID->"ab102456-34aa-424a-93f7-ab62ba6fd1e1"], Cell[BoxData["False"], "Output", CellLabel->"Out[117]=", - CellID->74065800,ExpressionUUID->"aae41203-2ecf-41dd-9a56-8d5dfe0a2271"] + CellID->74065800,ExpressionUUID->"f7953345-7510-4c11-afb5-e634dffeacc6"] }, Open ]], Cell[CellGroupData[{ @@ -3090,11 +3523,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame07", "]"}]], "Input", CellLabel->"In[118]:=", - CellID->743423345,ExpressionUUID->"12d471a4-7250-4d74-ae15-3c999ed467bc"], + CellID->743423345,ExpressionUUID->"98160441-d3ce-42ad-acfe-22c1db114b1c"], Cell[BoxData["True"], "Output", CellLabel->"Out[118]=", - CellID->805184469,ExpressionUUID->"3035585c-9c0c-483e-840c-4d2cf3f85619"] + CellID->805184469,ExpressionUUID->"50b78938-3d4b-4134-ae14-acde68e04b9c"] }, Open ]], Cell[CellGroupData[{ @@ -3103,7 +3536,7 @@ Cell[BoxData[ RowBox[{"shv07", "=", RowBox[{"ShapleyValue", "[", "ExpGame07", "]"}]}]], "Input", CellLabel->"In[119]:=", - CellID->818962957,ExpressionUUID->"f9528ed7-1ca1-4d28-8582-ead61cbdcacf"], + CellID->818962957,ExpressionUUID->"3c4a511d-5bdb-4980-9566-ebffe203db2e"], Cell[BoxData[ RowBox[{"{", @@ -3115,7 +3548,7 @@ Cell[BoxData[ FractionBox["161", "60"], ",", FractionBox["161", "60"]}], "}"}]], "Output", CellLabel->"Out[119]=", - CellID->308665389,ExpressionUUID->"f13c2963-6008-4fd0-bdd4-435f3daf9336"] + CellID->308665389,ExpressionUUID->"eca01b80-f529-4e2e-8394-7f54fae98092"] }, Open ]], Cell[CellGroupData[{ @@ -3127,7 +3560,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame07", "]"}], "]"}]}]], "Input", CellLabel->"In[120]:=", - CellID->1423690278,ExpressionUUID->"1b10d6bc-4d16-441b-87d1-2578fa912593"], + CellID->1423690278,ExpressionUUID->"db8e1c0a-35f5-44ff-ab2f-c98a4ced8d55"], Cell[BoxData[ RowBox[{"{", @@ -3141,7 +3574,7 @@ Cell[BoxData[ FractionBox["35", "9"], ",", FractionBox["35", "9"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[120]=", - CellID->380521133,ExpressionUUID->"c6b3d08e-48a1-4917-bf89-5d8e4a23b45c"] + CellID->380521133,ExpressionUUID->"a7e20101-237a-4752-a188-f88d7452d059"] }, Open ]], Cell[CellGroupData[{ @@ -3153,7 +3586,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame07", "]"}], "]"}]}]], "Input", CellLabel->"In[121]:=", - CellID->1272413049,ExpressionUUID->"7db5c76f-9050-4489-94c9-7256a1b39e5b"], + CellID->1272413049,ExpressionUUID->"c4b0bdf1-ff82-4d70-8905-a832f0d7294f"], Cell[BoxData[ RowBox[{"{", @@ -3167,7 +3600,7 @@ Cell[BoxData[ FractionBox["35", "9"], ",", FractionBox["35", "9"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[121]=", - CellID->792238198,ExpressionUUID->"b080e767-edb8-4456-8399-f5a8fafb1987"] + CellID->792238198,ExpressionUUID->"93976cd3-fbb9-4d16-a28a-31ade3913175"] }, Open ]], Cell[CellGroupData[{ @@ -3179,7 +3612,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame07", "]"}], "]"}]}]], "Input", CellLabel->"In[122]:=", - CellID->1882762067,ExpressionUUID->"2e4cdf30-e992-4dca-8401-0d116a9baae4"], + CellID->1882762067,ExpressionUUID->"d682ad55-b93c-4cb5-af4a-e7d7f38efd9f"], Cell[BoxData[ RowBox[{"{", @@ -3193,7 +3626,7 @@ Cell[BoxData[ FractionBox["35", "9"], ",", FractionBox["35", "9"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[122]=", - CellID->1575881761,ExpressionUUID->"a1997451-3233-4d0d-8bb0-f1ac4a0ae98a"] + CellID->1575881761,ExpressionUUID->"01ad554b-322f-47fc-92e3-3414fe439f17"] }, Open ]], Cell[CellGroupData[{ @@ -3205,7 +3638,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame07", "]"}], "]"}]}]], "Input", CellLabel->"In[123]:=", - CellID->1788604024,ExpressionUUID->"6f5e7838-0215-4c53-aef4-de5f8cba7c6f"], + CellID->1788604024,ExpressionUUID->"61cd9998-af51-4226-a9aa-734fed0757b9"], Cell[BoxData[ RowBox[{"{", @@ -3219,14 +3652,14 @@ Cell[BoxData[ FractionBox["35", "9"], ",", FractionBox["35", "9"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[123]=", - CellID->1811920445,ExpressionUUID->"eb67dc04-dc29-4eed-962a-2f7e49ea495c"] + CellID->1811920445,ExpressionUUID->"96728f0c-0ba9-4026-8f80-ff96263d9248"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Symmetric Game Type 3", "Section", - CellID->616408413,ExpressionUUID->"af5f5442-aa57-4026-9f1d-6ce3984d8ea2"], + CellID->616408413,ExpressionUUID->"271dc5cf-4879-4d0c-9a9c-982ad02a4b8f"], Cell[BoxData[{ RowBox[{ @@ -3243,18 +3676,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "sym3"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[124]:=", - CellID->291682940,ExpressionUUID->"c93a3048-e123-488f-8fd4-e5419d6927ad"], + CellID->291682940,ExpressionUUID->"8dec97ca-c8a9-4f32-ad77-bd6be83ad00e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[126]:=", - CellID->2083259602,ExpressionUUID->"84d1103b-fec4-49bf-93ec-210017f94bac"], + CellID->2083259602,ExpressionUUID->"a6352ef6-2d20-4b43-8c61-b83d02cf2e72"], Cell[BoxData["True"], "Output", CellLabel->"Out[126]=", - CellID->809620551,ExpressionUUID->"7297a402-6025-44ed-90ea-3a228650ec43"] + CellID->809620551,ExpressionUUID->"9c06b771-9b1e-4c93-97cd-112ac0e51ce6"] }, Open ]], Cell[CellGroupData[{ @@ -3262,11 +3695,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[127]:=", - CellID->1847956177,ExpressionUUID->"eb9be39f-b23e-40ba-938c-0f4eab3a9822"], + CellID->1847956177,ExpressionUUID->"2765944b-23d6-4417-a5ee-a80c1b66f821"], Cell[BoxData["True"], "Output", CellLabel->"Out[127]=", - CellID->996164244,ExpressionUUID->"0796636a-7962-4aa4-87bc-6d9915c13d35"] + CellID->996164244,ExpressionUUID->"2447b333-27b7-4f0d-9213-0afa22f6c99f"] }, Open ]], Cell[CellGroupData[{ @@ -3274,11 +3707,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[128]:=", - CellID->2044746870,ExpressionUUID->"fdb36905-d45b-4d4e-b3f5-3e33b7505779"], + CellID->2044746870,ExpressionUUID->"20665c59-e1e0-4210-a060-33497a46547d"], Cell[BoxData["True"], "Output", CellLabel->"Out[128]=", - CellID->1222088173,ExpressionUUID->"f1f96ae5-bebc-41f0-830d-e7096ee5bf14"] + CellID->1222088173,ExpressionUUID->"da95ece5-062c-433f-b406-aad1ac7d0696"] }, Open ]], Cell[CellGroupData[{ @@ -3286,11 +3719,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[129]:=", - CellID->627867857,ExpressionUUID->"e7bc54b5-ffea-48f8-b7cb-7eedf4144a20"], + CellID->627867857,ExpressionUUID->"b40432ec-62c1-43c4-aff2-a2faadc2eda6"], Cell[BoxData["True"], "Output", CellLabel->"Out[129]=", - CellID->67228731,ExpressionUUID->"a063ef32-af2a-4879-baa1-b23a1c41d0db"] + CellID->67228731,ExpressionUUID->"b8933e89-5952-4b6a-8c3b-d05ff9cc2832"] }, Open ]], Cell[CellGroupData[{ @@ -3298,11 +3731,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[130]:=", - CellID->1281620370,ExpressionUUID->"711fa706-6673-42be-88c0-b163e862c7ff"], + CellID->1281620370,ExpressionUUID->"8d0ff2ac-7c7b-470d-87e8-d4f6fc750580"], Cell[BoxData["True"], "Output", CellLabel->"Out[130]=", - CellID->1102736274,ExpressionUUID->"6f7c0340-4225-4b21-8581-0293f4aee543"] + CellID->1102736274,ExpressionUUID->"fc273c73-45f3-4303-915d-1ab2ee88d7a6"] }, Open ]], Cell[CellGroupData[{ @@ -3310,11 +3743,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[131]:=", - CellID->707536964,ExpressionUUID->"67802c51-a7c8-4819-9ca3-ca04797acce7"], + CellID->707536964,ExpressionUUID->"55ddea46-1ec4-430c-be38-0296152ec64d"], Cell[BoxData["True"], "Output", CellLabel->"Out[131]=", - CellID->1554910368,ExpressionUUID->"0126b568-12f0-40bc-89fc-b7b498ffa57f"] + CellID->1554910368,ExpressionUUID->"7f14cbd0-0ca7-402b-b1f0-3b464de788ce"] }, Open ]], Cell[CellGroupData[{ @@ -3322,11 +3755,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[132]:=", - CellID->1154199366,ExpressionUUID->"03ba3aea-f14d-466e-bea3-91c3b93498f9"], + CellID->1154199366,ExpressionUUID->"673dfd21-8f50-47b2-bcc5-728b9ba85d12"], Cell[BoxData["True"], "Output", CellLabel->"Out[132]=", - CellID->268120678,ExpressionUUID->"79368b0b-f34c-4e8a-989c-68a6a3cef918"] + CellID->268120678,ExpressionUUID->"4f94beaf-816c-4e91-9ea0-d008b99c739b"] }, Open ]], Cell[CellGroupData[{ @@ -3334,11 +3767,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame08", "]"}]], "Input", CellLabel->"In[133]:=", - CellID->432583932,ExpressionUUID->"76809078-c0d2-45d9-83d1-8b7ebb7d5eef"], + CellID->432583932,ExpressionUUID->"d99c74ab-14fd-427a-8039-b8c6c2d45bb6"], Cell[BoxData["True"], "Output", CellLabel->"Out[133]=", - CellID->424061037,ExpressionUUID->"07da801a-08bd-45c6-a554-61b49f7ea761"] + CellID->424061037,ExpressionUUID->"16a40d96-4ab8-43e2-b739-9602c0c5634e"] }, Open ]], Cell[CellGroupData[{ @@ -3347,7 +3780,7 @@ Cell[BoxData[ RowBox[{"shv08", "=", RowBox[{"ShapleyValue", "[", "ExpGame08", "]"}]}]], "Input", CellLabel->"In[134]:=", - CellID->465039275,ExpressionUUID->"1884c315-5786-48b3-a7ef-9c2230ec8346"], + CellID->465039275,ExpressionUUID->"ec393759-198f-48b9-a1e3-bfcc6fd70ff9"], Cell[BoxData[ RowBox[{"{", @@ -3359,7 +3792,7 @@ Cell[BoxData[ FractionBox["7", "3"], ",", FractionBox["7", "3"]}], "}"}]], "Output", CellLabel->"Out[134]=", - CellID->759744441,ExpressionUUID->"f5c21988-d220-49e5-8597-a75fa44c7dfb"] + CellID->759744441,ExpressionUUID->"6750a5ee-f1b3-4d9e-af72-1215c2c3eb8d"] }, Open ]], Cell[CellGroupData[{ @@ -3371,7 +3804,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame08", "]"}], "]"}]}]], "Input", CellLabel->"In[135]:=", - CellID->1053080310,ExpressionUUID->"1eb719fb-20c0-4bcf-bf3b-85fd9a698680"], + CellID->1053080310,ExpressionUUID->"b585ccf9-b2b7-4915-adcc-e282e8ae3632"], Cell[BoxData[ RowBox[{"{", @@ -3385,7 +3818,7 @@ Cell[BoxData[ FractionBox["7", "3"], ",", FractionBox["7", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[135]=", - CellID->1196829492,ExpressionUUID->"fe4a8cb8-a72b-4bbe-8a64-b852a9cf809c"] + CellID->1196829492,ExpressionUUID->"a573b698-d9d6-4c53-9115-28d626b096fb"] }, Open ]], Cell[CellGroupData[{ @@ -3397,7 +3830,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame08", "]"}], "]"}]}]], "Input", CellLabel->"In[136]:=", - CellID->2004885491,ExpressionUUID->"c5e2eb0d-8d8e-4787-820d-9230135a116e"], + CellID->2004885491,ExpressionUUID->"d4e78460-1eda-44c7-bd02-ee4734e84063"], Cell[BoxData[ RowBox[{"{", @@ -3411,7 +3844,7 @@ Cell[BoxData[ FractionBox["7", "3"], ",", FractionBox["7", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[136]=", - CellID->1361448561,ExpressionUUID->"2b9caec2-1543-41de-8544-780a8ccb3215"] + CellID->1361448561,ExpressionUUID->"66a8fef5-44f0-4c2a-901d-6f628506ebdf"] }, Open ]], Cell[CellGroupData[{ @@ -3423,7 +3856,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame08", "]"}], "]"}]}]], "Input", CellLabel->"In[137]:=", - CellID->493703290,ExpressionUUID->"a60362df-c54d-4f07-9de9-666464321c5f"], + CellID->493703290,ExpressionUUID->"cb6884e5-b079-46cf-9add-9a91ac04229f"], Cell[BoxData[ RowBox[{"{", @@ -3437,7 +3870,7 @@ Cell[BoxData[ FractionBox["7", "3"], ",", FractionBox["7", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[137]=", - CellID->1979170303,ExpressionUUID->"ced53e05-571b-4be3-9fa7-8fa4032dbb13"] + CellID->1979170303,ExpressionUUID->"4d2d54bf-6a73-4b5d-b40d-42c2436a391c"] }, Open ]], Cell[CellGroupData[{ @@ -3449,7 +3882,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame08", "]"}], "]"}]}]], "Input", CellLabel->"In[138]:=", - CellID->2046841831,ExpressionUUID->"fe8a9696-1f44-4a63-add6-80563add26f9"], + CellID->2046841831,ExpressionUUID->"0c1589de-fb89-447e-9028-d3358a834047"], Cell[BoxData[ RowBox[{"{", @@ -3463,14 +3896,14 @@ Cell[BoxData[ FractionBox["7", "3"], ",", FractionBox["7", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[138]=", - CellID->410784302,ExpressionUUID->"b5a1d5c7-88c1-4f08-8de4-9441fc9da18b"] + CellID->410784302,ExpressionUUID->"297c75ad-fe6b-4980-9362-109464db7ca4"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Symmetric Game Type 4", "Section", - CellID->1082270406,ExpressionUUID->"0f39a825-9dec-406f-9f1e-a191dedd264a"], + CellID->1082270406,ExpressionUUID->"4ad9aee4-4546-45c9-b43c-562c9a1e6766"], Cell[BoxData[{ RowBox[{ @@ -3487,18 +3920,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "sym4"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[139]:=", - CellID->1687962207,ExpressionUUID->"965e43ea-94ef-4807-b05f-2f30ff189c51"], + CellID->1687962207,ExpressionUUID->"d474a4fa-e536-4f59-844a-1d89b10b6e73"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[141]:=", - CellID->719882350,ExpressionUUID->"c6e69b99-92ff-41ee-a5d0-693a8b3199c1"], + CellID->719882350,ExpressionUUID->"ee5fac53-0502-4966-aa05-d0c49e2cfcb1"], Cell[BoxData["True"], "Output", CellLabel->"Out[141]=", - CellID->1669305633,ExpressionUUID->"4b82024b-09b1-4d9f-8fe2-0c155708e40c"] + CellID->1669305633,ExpressionUUID->"e7aebbc4-5704-4bb8-b097-ffa9010a8975"] }, Open ]], Cell[CellGroupData[{ @@ -3506,11 +3939,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[142]:=", - CellID->1979645147,ExpressionUUID->"03f72256-6da3-4387-b077-73e7ffe8683a"], + CellID->1979645147,ExpressionUUID->"c4108703-f6f1-49b0-9d77-c97a60c5e7fe"], Cell[BoxData["True"], "Output", CellLabel->"Out[142]=", - CellID->1371543676,ExpressionUUID->"a288de99-3851-449a-bfac-96902eb619d5"] + CellID->1371543676,ExpressionUUID->"6f1edc8e-a249-4d10-80d6-7e767621cdd6"] }, Open ]], Cell[CellGroupData[{ @@ -3518,11 +3951,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[143]:=", - CellID->2140879434,ExpressionUUID->"d7094c7a-effb-4624-a9b3-7c72144eedfc"], + CellID->2140879434,ExpressionUUID->"b0527ab7-1a70-45a0-b352-9ca399613952"], Cell[BoxData["True"], "Output", CellLabel->"Out[143]=", - CellID->1968677100,ExpressionUUID->"267fa808-68fc-4c1d-893c-05785470850d"] + CellID->1968677100,ExpressionUUID->"36a7f164-9e76-4e06-af8f-f487335a11be"] }, Open ]], Cell[CellGroupData[{ @@ -3530,11 +3963,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[144]:=", - CellID->998751877,ExpressionUUID->"dede3b82-2f06-46c5-88fd-3828724291d8"], + CellID->998751877,ExpressionUUID->"b8bfeb28-e582-4e91-848f-1c390f2ae905"], Cell[BoxData["True"], "Output", CellLabel->"Out[144]=", - CellID->1972848430,ExpressionUUID->"1f36e5ba-63e9-4cb7-91eb-29a3bf37989b"] + CellID->1972848430,ExpressionUUID->"506e41bf-2620-4529-8aa0-2433021b5873"] }, Open ]], Cell[CellGroupData[{ @@ -3542,11 +3975,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[145]:=", - CellID->533332865,ExpressionUUID->"b129b09d-46db-4f71-b47d-8c86b4d48b23"], + CellID->533332865,ExpressionUUID->"7cc69080-9962-44b1-91b7-90b4b7f45a6c"], Cell[BoxData["True"], "Output", CellLabel->"Out[145]=", - CellID->289609415,ExpressionUUID->"f3c1fca3-6bc7-4069-b81e-ac4ea4be24e2"] + CellID->289609415,ExpressionUUID->"83219349-c677-4ff2-9b38-185a66cc033f"] }, Open ]], Cell[CellGroupData[{ @@ -3554,11 +3987,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[146]:=", - CellID->386424379,ExpressionUUID->"46a92e4b-db35-4724-9bc4-4b5ee1e8cc5f"], + CellID->386424379,ExpressionUUID->"89b66a7c-3638-4a07-b7f0-14d89d67658a"], Cell[BoxData["True"], "Output", CellLabel->"Out[146]=", - CellID->168752059,ExpressionUUID->"2694d8bc-6f6a-4ac4-9a52-3a179d7bae4f"] + CellID->168752059,ExpressionUUID->"77c0e7d1-eaf2-4c62-a1a7-6c7981252d96"] }, Open ]], Cell[CellGroupData[{ @@ -3566,11 +3999,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[147]:=", - CellID->1118393740,ExpressionUUID->"f6bb1605-aed5-4168-8af2-6ec8cd62f09a"], + CellID->1118393740,ExpressionUUID->"56374065-7c7a-4e21-9739-2c2063230125"], Cell[BoxData["True"], "Output", CellLabel->"Out[147]=", - CellID->22540233,ExpressionUUID->"0d030d5a-ff19-42c6-a068-a1e253414700"] + CellID->22540233,ExpressionUUID->"e621c33c-8713-4563-9e41-8aaf52f432c7"] }, Open ]], Cell[CellGroupData[{ @@ -3578,11 +4011,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame09", "]"}]], "Input", CellLabel->"In[148]:=", - CellID->282639135,ExpressionUUID->"cb8dfae7-f254-4459-8d6a-9a70c80aeae5"], + CellID->282639135,ExpressionUUID->"cd4419dc-12fb-40ce-add6-a1873bfd70e3"], Cell[BoxData["True"], "Output", CellLabel->"Out[148]=", - CellID->20079009,ExpressionUUID->"b4ec7f71-925c-4623-b0d3-e773657c49d3"] + CellID->20079009,ExpressionUUID->"4c76d2dd-a81a-402e-8f81-fcbf78ee4505"] }, Open ]], Cell[CellGroupData[{ @@ -3591,7 +4024,7 @@ Cell[BoxData[ RowBox[{"shv09", "=", RowBox[{"ShapleyValue", "[", "ExpGame09", "]"}]}]], "Input", CellLabel->"In[149]:=", - CellID->1753112264,ExpressionUUID->"3d23c555-71c3-41ab-9359-5b530ab71d0c"], + CellID->1753112264,ExpressionUUID->"3a6b24a3-b60a-44f7-9a51-8be0a94c4f1c"], Cell[BoxData[ RowBox[{"{", @@ -3603,7 +4036,7 @@ Cell[BoxData[ FractionBox["5", "3"], ",", FractionBox["5", "3"]}], "}"}]], "Output", CellLabel->"Out[149]=", - CellID->992389147,ExpressionUUID->"62bd93f9-9b41-4e6e-a553-bcb31dd38ec7"] + CellID->992389147,ExpressionUUID->"7de122fa-1dad-48bb-96be-acdfab76dd99"] }, Open ]], Cell[CellGroupData[{ @@ -3615,7 +4048,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame09", "]"}], "]"}]}]], "Input", CellLabel->"In[150]:=", - CellID->1669843853,ExpressionUUID->"ec493134-fb0e-4d17-b4f8-90930754ad3c"], + CellID->1669843853,ExpressionUUID->"f0a6d90d-3011-4f39-9d98-89ade8600192"], Cell[BoxData[ RowBox[{"{", @@ -3629,7 +4062,7 @@ Cell[BoxData[ FractionBox["5", "3"], ",", FractionBox["5", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[150]=", - CellID->272061849,ExpressionUUID->"be446649-bd48-4296-88a1-d4293b28afde"] + CellID->272061849,ExpressionUUID->"f551c4dc-9e72-4da6-ae7e-5eab1eda26f1"] }, Open ]], Cell[CellGroupData[{ @@ -3641,7 +4074,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame09", "]"}], "]"}]}]], "Input", CellLabel->"In[151]:=", - CellID->1891230344,ExpressionUUID->"6282a506-de08-441f-9341-6f0de8a2e6b4"], + CellID->1891230344,ExpressionUUID->"53d6eb42-b991-4160-9c7e-7081a2280463"], Cell[BoxData[ RowBox[{"{", @@ -3655,7 +4088,7 @@ Cell[BoxData[ FractionBox["5", "3"], ",", FractionBox["5", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[151]=", - CellID->804827633,ExpressionUUID->"03db2eca-d3e9-405b-9c40-6ff6bfadd31e"] + CellID->804827633,ExpressionUUID->"ce0c3c31-4a79-4b99-a382-32b9eb91defc"] }, Open ]], Cell[CellGroupData[{ @@ -3667,7 +4100,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame09", "]"}], "]"}]}]], "Input", CellLabel->"In[152]:=", - CellID->1354670123,ExpressionUUID->"7311df08-870f-450d-8a84-9892b179014d"], + CellID->1354670123,ExpressionUUID->"89b8f5c6-6a0b-4b7d-9259-65d3cb7f341f"], Cell[BoxData[ RowBox[{"{", @@ -3681,7 +4114,7 @@ Cell[BoxData[ FractionBox["5", "3"], ",", FractionBox["5", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[152]=", - CellID->1066454947,ExpressionUUID->"af03066c-93d5-43c7-8cf2-22db4099851c"] + CellID->1066454947,ExpressionUUID->"3ee02e02-eec8-4c71-a70a-4f89c3023156"] }, Open ]], Cell[CellGroupData[{ @@ -3693,7 +4126,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame09", "]"}], "]"}]}]], "Input", CellLabel->"In[153]:=", - CellID->904727456,ExpressionUUID->"1d871279-8c02-4ced-941b-9c11153440f5"], + CellID->904727456,ExpressionUUID->"73c13064-7e6e-428f-a6c8-7c52b9d8b4f8"], Cell[BoxData[ RowBox[{"{", @@ -3707,14 +4140,14 @@ Cell[BoxData[ FractionBox["5", "3"], ",", FractionBox["5", "3"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[153]=", - CellID->1077246318,ExpressionUUID->"e7791789-d546-4ba8-9428-c0e4f20c2c05"] + CellID->1077246318,ExpressionUUID->"b1df8312-16cf-4d34-b22c-03ee90326887"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Symmetric Game Type K", "Section", - CellID->730963432,ExpressionUUID->"b37f9091-dad8-4735-9a35-26f64edf659e"], + CellID->730963432,ExpressionUUID->"acf6fb21-7b29-4101-9c03-e10682ff1b96"], Cell[BoxData[{ RowBox[{ @@ -3728,18 +4161,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "symK"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[154]:=", - CellID->804085639,ExpressionUUID->"070a025a-08c1-404c-9023-a1cd300f5ade"], + CellID->804085639,ExpressionUUID->"5eab9f5a-4369-499c-8fe0-e29789f50ffc"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[156]:=", - CellID->2077355123,ExpressionUUID->"5d4b7891-9c6f-42b0-9070-7fa01ec086d3"], + CellID->2077355123,ExpressionUUID->"0c085dc7-6680-4d82-9b10-ca1b209fcb80"], Cell[BoxData["False"], "Output", CellLabel->"Out[156]=", - CellID->1113493022,ExpressionUUID->"8d815b6c-996d-40e0-9dc8-84b8ce3016c5"] + CellID->1113493022,ExpressionUUID->"0e1fb858-805c-4e8d-a4c9-339f25ebae03"] }, Open ]], Cell[CellGroupData[{ @@ -3747,11 +4180,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[157]:=", - CellID->344564198,ExpressionUUID->"db262a53-53c1-47b7-86df-94621a7dea24"], + CellID->344564198,ExpressionUUID->"fe78fc4d-fed0-448f-af04-a21d7a7826a4"], Cell[BoxData["False"], "Output", CellLabel->"Out[157]=", - CellID->1446976080,ExpressionUUID->"7474fb2a-4a2c-4370-9517-831061366c12"] + CellID->1446976080,ExpressionUUID->"7f38c708-4c05-4e87-9536-e71733f80846"] }, Open ]], Cell[CellGroupData[{ @@ -3759,11 +4192,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[158]:=", - CellID->1364429009,ExpressionUUID->"f9e1a1ec-8e75-435a-9b4e-1b192a2efead"], + CellID->1364429009,ExpressionUUID->"2f681029-b765-4b5c-8341-763d9cc0a16a"], Cell[BoxData["False"], "Output", CellLabel->"Out[158]=", - CellID->1869484516,ExpressionUUID->"11d9ece7-990e-4376-9e98-7a0107e53932"] + CellID->1869484516,ExpressionUUID->"12fe2fc5-c464-47c8-9bbf-0e617e781ef1"] }, Open ]], Cell[CellGroupData[{ @@ -3771,11 +4204,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[159]:=", - CellID->1305412130,ExpressionUUID->"273d727d-c325-40e3-88e6-487becbe215d"], + CellID->1305412130,ExpressionUUID->"4a48d164-3cb9-4144-b1a5-5d37edf3c19f"], Cell[BoxData["True"], "Output", CellLabel->"Out[159]=", - CellID->541891135,ExpressionUUID->"f8e32212-3d21-4128-93f6-6618eed70aae"] + CellID->541891135,ExpressionUUID->"5511f4bd-0092-4da3-910e-df31cc1e20d2"] }, Open ]], Cell[CellGroupData[{ @@ -3783,11 +4216,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[160]:=", - CellID->1856843375,ExpressionUUID->"0bdfe5fe-e77f-401f-af08-31e63c5eb3f5"], + CellID->1856843375,ExpressionUUID->"8e847090-c798-4bc1-86ce-8778aeda3a4f"], Cell[BoxData["True"], "Output", CellLabel->"Out[160]=", - CellID->1111412877,ExpressionUUID->"693b5b7c-ca51-46d9-a3ff-3e43ad7b7b44"] + CellID->1111412877,ExpressionUUID->"1c27d24e-cb02-4a17-b2a6-91ec8f707caa"] }, Open ]], Cell[CellGroupData[{ @@ -3795,11 +4228,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[161]:=", - CellID->1248483804,ExpressionUUID->"f0420db2-12d4-455b-9b9e-c49a84157018"], + CellID->1248483804,ExpressionUUID->"f26f8df4-db00-42aa-8da9-cc7ae8f4a30f"], Cell[BoxData["False"], "Output", CellLabel->"Out[161]=", - CellID->531621420,ExpressionUUID->"fe5ea730-6087-4a54-b648-70fff0856a31"] + CellID->531621420,ExpressionUUID->"abd465de-aac8-44ad-b2c6-b2ded91cf567"] }, Open ]], Cell[CellGroupData[{ @@ -3807,11 +4240,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[162]:=", - CellID->1783300093,ExpressionUUID->"186a17df-44b9-45db-94fa-bcbde38ec159"], + CellID->1783300093,ExpressionUUID->"5e11a918-1f3c-4b03-82cd-dc5853d8c25c"], Cell[BoxData["False"], "Output", CellLabel->"Out[162]=", - CellID->1538055379,ExpressionUUID->"5d9d52a8-d140-4337-a3dd-807f51f6d699"] + CellID->1538055379,ExpressionUUID->"38c019ec-83db-4a73-9d95-aea9a1948dec"] }, Open ]], Cell[CellGroupData[{ @@ -3819,11 +4252,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame10", "]"}]], "Input", CellLabel->"In[163]:=", - CellID->2057645827,ExpressionUUID->"6bcaa6af-0a49-4941-a411-f0d601e437bf"], + CellID->2057645827,ExpressionUUID->"1b22a181-5381-4449-b210-9f4c952a60d9"], Cell[BoxData["True"], "Output", CellLabel->"Out[163]=", - CellID->186017403,ExpressionUUID->"c595cfcd-2bbb-4dcf-a47b-5402b9f44ff0"] + CellID->186017403,ExpressionUUID->"e3cd911e-c475-4952-950a-530f9e40ec8e"] }, Open ]], Cell[CellGroupData[{ @@ -3832,7 +4265,7 @@ Cell[BoxData[ RowBox[{"shv10", "=", RowBox[{"ShapleyValue", "[", "ExpGame10", "]"}]}]], "Input", CellLabel->"In[164]:=", - CellID->581385878,ExpressionUUID->"54b85952-0d8e-4a65-bccc-06922b0ffeb7"], + CellID->581385878,ExpressionUUID->"f8d648e4-a10a-42cd-968b-f489623ab6f5"], Cell[BoxData[ RowBox[{"{", @@ -3844,7 +4277,7 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]], "Output", CellLabel->"Out[164]=", - CellID->598850151,ExpressionUUID->"3756ef4a-a0c0-40e9-9a67-347c6e37c54c"] + CellID->598850151,ExpressionUUID->"4e39a7d4-f539-4aeb-bfb7-21918400759b"] }, Open ]], Cell[CellGroupData[{ @@ -3856,7 +4289,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame10", "]"}], "]"}]}]], "Input", CellLabel->"In[165]:=", - CellID->879319645,ExpressionUUID->"48570128-ab12-4c04-a8fc-2e675dd35598"], + CellID->879319645,ExpressionUUID->"a73a35e6-c47a-4670-aaae-e79087eb16f0"], Cell[BoxData[ RowBox[{"{", @@ -3870,7 +4303,7 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[165]=", - CellID->493308005,ExpressionUUID->"d1f05759-679c-4d89-bd84-dad6354d4ee0"] + CellID->493308005,ExpressionUUID->"03f1656f-c1c5-4e62-b20f-bf9d06495903"] }, Open ]], Cell[CellGroupData[{ @@ -3882,7 +4315,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame10", "]"}], "]"}]}]], "Input", CellLabel->"In[166]:=", - CellID->908024381,ExpressionUUID->"de616f5e-54ed-4df2-8481-01b6b714b85c"], + CellID->908024381,ExpressionUUID->"ba163b0b-de51-404b-ae34-e85d0304a766"], Cell[BoxData[ RowBox[{"{", @@ -3896,7 +4329,7 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[166]=", - CellID->1740927771,ExpressionUUID->"67c37042-b76a-4903-a78d-d4000389a8c2"] + CellID->1740927771,ExpressionUUID->"43f48956-08e2-4c7d-ad13-3b0676620bc2"] }, Open ]], Cell[CellGroupData[{ @@ -3908,7 +4341,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame10", "]"}], "]"}]}]], "Input", CellLabel->"In[167]:=", - CellID->257682385,ExpressionUUID->"9e8d031b-bff4-4d80-9377-94c09d37cbb0"], + CellID->257682385,ExpressionUUID->"d8ed39a9-645e-45bd-96fd-ea0885c79ffd"], Cell[BoxData[ RowBox[{"{", @@ -3922,7 +4355,7 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[167]=", - CellID->866970830,ExpressionUUID->"e589deca-566b-46be-898b-6f174b2bf858"] + CellID->866970830,ExpressionUUID->"5f9ffda8-c563-4131-b211-bc20d7ca9494"] }, Open ]], Cell[CellGroupData[{ @@ -3934,7 +4367,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame10", "]"}], "]"}]}]], "Input", CellLabel->"In[168]:=", - CellID->977120366,ExpressionUUID->"53b4589b-c622-48b3-901b-a407b38669ab"], + CellID->977120366,ExpressionUUID->"87cd328c-0b7e-4907-8e28-4c4d3282a86d"], Cell[BoxData[ RowBox[{"{", @@ -3948,14 +4381,14 @@ Cell[BoxData[ FractionBox["5", "2"], ",", FractionBox["5", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[168]=", - CellID->917369042,ExpressionUUID->"8fcbe27f-3a11-449b-a752-f27af1e5d108"] + CellID->917369042,ExpressionUUID->"6b01ff80-3f50-4955-9294-f61f4d1c5e52"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Assignment Game", "Section", - CellID->252919617,ExpressionUUID->"d7bbf134-b45f-47b7-a871-efb9fbdff0a8"], + CellID->252919617,ExpressionUUID->"d42d9fa5-c4b0-4fb1-bf72-ba32d952f85d"], Cell[BoxData[{ RowBox[{ @@ -3974,7 +4407,7 @@ Cell[BoxData[{ RowBox[{"RandomInteger", "[", RowBox[{"18", ",", "3"}], "]"}]}], ";"}]}], "Input", CellLabel->"In[169]:=", - CellID->1881847822,ExpressionUUID->"7825dac1-d0c1-442a-b9e6-f19d1926609d"], + CellID->1881847822,ExpressionUUID->"61bafc78-1e82-49ab-8c58-290a4caf2bd4"], Cell[BoxData[{ RowBox[{ @@ -3992,18 +4425,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "asp"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[173]:=", - CellID->1313242274,ExpressionUUID->"20228f7c-1100-4be5-a938-f0c8287ffade"], + CellID->1313242274,ExpressionUUID->"48e42cd8-17e0-4645-aa62-265e45ca66b1"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[176]:=", - CellID->983883049,ExpressionUUID->"4a6e11e1-3a7f-48a1-a426-a6dad706754b"], + CellID->983883049,ExpressionUUID->"6d4f9349-c66c-4882-88c1-abd0387e28fd"], Cell[BoxData["False"], "Output", CellLabel->"Out[176]=", - CellID->353188564,ExpressionUUID->"605eb8ac-3aeb-4cd1-bb25-b028dc4719db"] + CellID->353188564,ExpressionUUID->"67782128-7747-43ee-a71f-57f16bd9bcaf"] }, Open ]], Cell[CellGroupData[{ @@ -4011,11 +4444,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[177]:=", - CellID->1243113750,ExpressionUUID->"07e636e8-af81-4079-8842-75974f283a51"], + CellID->1243113750,ExpressionUUID->"fcb24ea8-4f85-4cf9-9597-b2561ecf4d0b"], Cell[BoxData["False"], "Output", CellLabel->"Out[177]=", - CellID->2063800322,ExpressionUUID->"6a2abcdb-239d-43e9-8da5-4d70b4d9eea6"] + CellID->2063800322,ExpressionUUID->"c432d4b7-0223-4cd2-b217-28977093fcf9"] }, Open ]], Cell[CellGroupData[{ @@ -4023,11 +4456,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[178]:=", - CellID->883014011,ExpressionUUID->"b06f0387-4f23-4cbc-99fa-19ad003af5a6"], + CellID->883014011,ExpressionUUID->"9c54fab3-0fca-42da-94f0-5d61906c8d3d"], Cell[BoxData["True"], "Output", CellLabel->"Out[178]=", - CellID->131333956,ExpressionUUID->"ebcb6b48-97b8-4cfa-8ef9-ac2e71c95739"] + CellID->131333956,ExpressionUUID->"f47ef8b2-5e07-4a4f-baec-0126914e9484"] }, Open ]], Cell[CellGroupData[{ @@ -4035,11 +4468,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[179]:=", - CellID->2014062249,ExpressionUUID->"abe6376a-2eee-4375-996e-173719ff04b2"], + CellID->2014062249,ExpressionUUID->"d3702433-c4eb-418a-8525-f286d76d03ec"], Cell[BoxData["True"], "Output", CellLabel->"Out[179]=", - CellID->184875219,ExpressionUUID->"18aec329-fb2e-459d-b06b-82df6255d486"] + CellID->184875219,ExpressionUUID->"8a56d0a7-e017-4bfd-afdb-71475f727e2a"] }, Open ]], Cell[CellGroupData[{ @@ -4047,11 +4480,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[180]:=", - CellID->1050796057,ExpressionUUID->"05aca443-ffe2-49b6-b71d-ef2092823d2a"], + CellID->1050796057,ExpressionUUID->"ba1dae32-f15e-432c-86a1-a287d870283b"], Cell[BoxData["True"], "Output", CellLabel->"Out[180]=", - CellID->327100976,ExpressionUUID->"0ea19fc9-30cf-4558-babc-7433b402d31d"] + CellID->327100976,ExpressionUUID->"6d945bce-9b75-43b2-8e82-ce11e52da4fd"] }, Open ]], Cell[CellGroupData[{ @@ -4059,11 +4492,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[181]:=", - CellID->769099436,ExpressionUUID->"1dfdcdce-8351-4c7a-923c-388c0bfded1c"], + CellID->769099436,ExpressionUUID->"65597dfc-65e8-49ef-8a6c-b9f9b765eb1c"], Cell[BoxData["True"], "Output", CellLabel->"Out[181]=", - CellID->1800639589,ExpressionUUID->"e802b651-7f46-4b99-981a-6bf7959203b1"] + CellID->1800639589,ExpressionUUID->"6c93edd7-530c-42af-b92c-3bbf5ceafc67"] }, Open ]], Cell[CellGroupData[{ @@ -4071,11 +4504,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[182]:=", - CellID->325403552,ExpressionUUID->"610db5bd-b315-4383-8141-350d5ecf1d6e"], + CellID->325403552,ExpressionUUID->"3bcaff63-7c8c-42b9-be4e-69e831b473bc"], Cell[BoxData["True"], "Output", CellLabel->"Out[182]=", - CellID->1556418896,ExpressionUUID->"22e7fbf6-8409-4f43-a484-20ea33ffcbd9"] + CellID->1556418896,ExpressionUUID->"b8d7105a-b465-42b3-8d55-414e8e3bc033"] }, Open ]], Cell[CellGroupData[{ @@ -4083,11 +4516,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame11", "]"}]], "Input", CellLabel->"In[183]:=", - CellID->843292862,ExpressionUUID->"ccd4eea0-4e7c-4573-af0e-d94c2872374f"], + CellID->843292862,ExpressionUUID->"aa2f3be1-1936-4a8f-a22e-919cca6adaf9"], Cell[BoxData["True"], "Output", CellLabel->"Out[183]=", - CellID->148294428,ExpressionUUID->"e2f8bd11-79fd-4a63-bea4-62a55fc2177b"] + CellID->148294428,ExpressionUUID->"f7bb4e0d-887b-466f-83c1-7ae806a57675"] }, Open ]], Cell[CellGroupData[{ @@ -4096,7 +4529,7 @@ Cell[BoxData[ RowBox[{"shv11", "=", RowBox[{"ShapleyValue", "[", "ExpGame11", "]"}]}]], "Input", CellLabel->"In[184]:=", - CellID->921954208,ExpressionUUID->"2a8e53ce-05cc-4a8a-98f7-9e0c411f877e"], + CellID->921954208,ExpressionUUID->"0ce572e9-2596-42e8-ac01-7d60fe8e83e6"], Cell[BoxData[ RowBox[{"{", @@ -4108,7 +4541,7 @@ Cell[BoxData[ FractionBox["53", "10"], ",", FractionBox["6", "5"]}], "}"}]], "Output", CellLabel->"Out[184]=", - CellID->1626004372,ExpressionUUID->"38a69372-fbb7-4d17-8365-102ea7d0b3c5"] + CellID->1626004372,ExpressionUUID->"59175c68-fd16-4324-882c-8df4d5a880ed"] }, Open ]], Cell[CellGroupData[{ @@ -4120,7 +4553,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame11", "]"}], "]"}]}]], "Input", CellLabel->"In[185]:=", - CellID->394213965,ExpressionUUID->"0fad9f6a-3e0a-4b30-86c1-b3318c1d1bde"], + CellID->394213965,ExpressionUUID->"f3ce2fd5-c998-46df-ae5e-22fc1ff31211"], Cell[BoxData[ RowBox[{"{", @@ -4136,7 +4569,7 @@ Cell[BoxData[ RowBox[{"16", "-", RowBox[{"x", "[", "1", "]"}]}], ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[185]=", - CellID->1846028311,ExpressionUUID->"1c2c5eb6-b282-4e2e-a05e-1c8a09872d16"] + CellID->1846028311,ExpressionUUID->"e3813f70-f9c9-44b8-b21c-2f304713e9b4"] }, Open ]], Cell[CellGroupData[{ @@ -4148,7 +4581,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame11", "]"}], "]"}]}]], "Input", CellLabel->"In[186]:=", - CellID->329339045,ExpressionUUID->"476ca211-28a5-431a-893b-fd3575f9b6ca"], + CellID->329339045,ExpressionUUID->"c7d21837-cf6c-4783-b05f-a330f691df5b"], Cell[BoxData[ RowBox[{"{", @@ -4160,7 +4593,7 @@ Cell[BoxData[ FractionBox["15", "2"], ",", FractionBox["11", "2"], ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[186]=", - CellID->317046487,ExpressionUUID->"7f0b4c1a-103b-4c05-800b-02b1faa8bb7b"] + CellID->317046487,ExpressionUUID->"a0303522-4f98-4ef5-8aea-9472fbb0fb0f"] }, Open ]], Cell[CellGroupData[{ @@ -4172,7 +4605,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame11", "]"}], "]"}]}]], "Input", CellLabel->"In[187]:=", - CellID->2022779904,ExpressionUUID->"59b6ecd1-c065-4a11-a31f-29f02185ddff"], + CellID->2022779904,ExpressionUUID->"91c4b3a6-5b10-4a6f-9180-2e193735d8a2"], Cell[BoxData[ RowBox[{"{", @@ -4181,7 +4614,7 @@ Cell[BoxData[ RowBox[{"9", ",", "3", ",", "0", ",", "9", ",", "7", ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[187]=", - CellID->1648544605,ExpressionUUID->"ebbc22d7-945f-423c-b8bf-a33778f2c8a1"] + CellID->1648544605,ExpressionUUID->"e0fec362-8aa7-4da8-a6e4-77149a908b6a"] }, Open ]], Cell[CellGroupData[{ @@ -4193,7 +4626,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame11", "]"}], "]"}]}]], "Input", CellLabel->"In[188]:=", - CellID->838910844,ExpressionUUID->"531b66c1-7834-4688-bfa2-8b15babc2afd"], + CellID->838910844,ExpressionUUID->"0d52ec01-10d3-44f3-b0b3-27a7d4769b84"], Cell[BoxData[ RowBox[{"{", @@ -4202,21 +4635,21 @@ Cell[BoxData[ RowBox[{"9", ",", "3", ",", "0", ",", "9", ",", "7", ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[188]=", - CellID->1866107320,ExpressionUUID->"27b58609-e440-42b7-b071-7f667d0d99aa"] + CellID->1866107320,ExpressionUUID->"34ea5836-b229-4736-994c-232d86680d14"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Complementary Market", "Section", - CellID->1708139261,ExpressionUUID->"abac4356-e905-4e48-b8e6-81e4239cfe9c"], + CellID->1708139261,ExpressionUUID->"8067b216-4df5-49b7-a3f4-16816719fa31"], Cell[BoxData[ RowBox[{ RowBox[{"Pl", "=", RowBox[{"Range", "[", "3", "]"}]}], ";"}]], "Input", CellLabel->"In[189]:=", - CellID->303779705,ExpressionUUID->"149f4d08-a588-4be7-98b5-9905598b3cf8"], + CellID->303779705,ExpressionUUID->"e6b60210-ab81-4d45-8c2f-88e6fef54c7c"], Cell[BoxData[ RowBox[{ @@ -4224,14 +4657,14 @@ Cell[BoxData[ RowBox[{"Range", "[", RowBox[{"4", ",", "8"}], "]"}]}], ";"}]], "Input", CellLabel->"In[190]:=", - CellID->779986951,ExpressionUUID->"e4f6efa0-17b5-4f33-aa99-cc8e57985faa"], + CellID->779986951,ExpressionUUID->"a4242d51-d69b-46d0-adad-3549535d749d"], Cell[BoxData[ RowBox[{ RowBox[{"T", "=", RowBox[{"Range", "[", "8", "]"}]}], ";"}]], "Input", CellLabel->"In[191]:=", - CellID->1442503435,ExpressionUUID->"a2767191-c85b-4226-bc81-923f0be51921"], + CellID->1442503435,ExpressionUUID->"f9fb8937-2966-445e-98ad-570c81477134"], Cell[BoxData[ RowBox[{ @@ -4239,7 +4672,7 @@ Cell[BoxData[ RowBox[{"ComplementaryMarket", "[", RowBox[{"T", ",", "Pl", ",", "Ql"}], "]"}]}], ";"}]], "Input", CellLabel->"In[192]:=", - CellID->1617021979,ExpressionUUID->"f56dbe47-67c5-4903-bd50-8be3240bac88"], + CellID->1617021979,ExpressionUUID->"01288556-e481-45eb-ae73-fb7d8d7c9cce"], Cell[BoxData[ RowBox[{ @@ -4249,18 +4682,18 @@ Cell[BoxData[ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "cpm"}], "]"}], ";"}], ")"}]}], ";"}]], "Input", CellLabel->"In[193]:=", - CellID->1763870001,ExpressionUUID->"197f0b1a-042d-40c4-ac47-82b139f4c8a6"], + CellID->1763870001,ExpressionUUID->"68d61913-8800-451b-bd64-3621c50ccf05"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[194]:=", - CellID->1980953248,ExpressionUUID->"f6474a67-e853-4c71-8aff-1bc55ddca9e5"], + CellID->1980953248,ExpressionUUID->"e86a6222-3be2-4528-87a2-719319a310c5"], Cell[BoxData["False"], "Output", CellLabel->"Out[194]=", - CellID->1309435634,ExpressionUUID->"2e541a53-7c51-44e9-8b23-5b3b8e6608a4"] + CellID->1309435634,ExpressionUUID->"718d76d9-16ea-49b4-8364-251047b38bf5"] }, Open ]], Cell[CellGroupData[{ @@ -4268,11 +4701,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[195]:=", - CellID->266019592,ExpressionUUID->"a623175f-6781-4ed9-84b1-7ed5f0b3c9aa"], + CellID->266019592,ExpressionUUID->"7522d846-06e0-4dd0-8a9b-99107d0c226b"], Cell[BoxData["False"], "Output", CellLabel->"Out[195]=", - CellID->1920606454,ExpressionUUID->"ffaf6005-ec9b-4793-8bb5-e23fe3c92aa3"] + CellID->1920606454,ExpressionUUID->"c4d1c10a-d852-49ab-bf75-3a24a52f9f62"] }, Open ]], Cell[CellGroupData[{ @@ -4280,11 +4713,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[196]:=", - CellID->458036009,ExpressionUUID->"01b80b10-cdbc-40a3-847f-d51c70f6b8cf"], + CellID->458036009,ExpressionUUID->"e96e4325-2877-4a19-978c-e612be2dbc53"], Cell[BoxData["True"], "Output", CellLabel->"Out[196]=", - CellID->523451305,ExpressionUUID->"8c7024a5-2200-41fa-a7a8-b317c37f3b58"] + CellID->523451305,ExpressionUUID->"efba25f4-f139-4a82-9902-745210fab7fa"] }, Open ]], Cell[CellGroupData[{ @@ -4292,11 +4725,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[197]:=", - CellID->1776223321,ExpressionUUID->"ccfd0754-a3be-4c3a-9037-a320a1554926"], + CellID->1776223321,ExpressionUUID->"27b54385-ec96-4dd0-b11e-bea96727ecd6"], Cell[BoxData["True"], "Output", CellLabel->"Out[197]=", - CellID->228406933,ExpressionUUID->"15133be5-fc22-4cee-8cfd-9ec07526a0a3"] + CellID->228406933,ExpressionUUID->"6e851987-9501-4c1f-a9fb-8f1735f6bcf2"] }, Open ]], Cell[CellGroupData[{ @@ -4304,11 +4737,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[198]:=", - CellID->1357001590,ExpressionUUID->"4ef5497e-1c45-4a55-baa4-bdbd2ccb896a"], + CellID->1357001590,ExpressionUUID->"538c0880-4596-4f4e-bad7-16e0bf1ad4dc"], Cell[BoxData["True"], "Output", CellLabel->"Out[198]=", - CellID->850369124,ExpressionUUID->"d9d23a9d-20d2-4489-9abd-228382346a10"] + CellID->850369124,ExpressionUUID->"62ced2ae-ad83-4f53-82c1-038a29648cf9"] }, Open ]], Cell[CellGroupData[{ @@ -4316,11 +4749,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[199]:=", - CellID->568824835,ExpressionUUID->"bb81290a-cd39-416d-9541-c871514c49df"], + CellID->568824835,ExpressionUUID->"0f9c425a-e838-437c-9e83-841a15b57f05"], Cell[BoxData["True"], "Output", CellLabel->"Out[199]=", - CellID->1636944327,ExpressionUUID->"36fe07df-9441-40ab-85b5-606011265d52"] + CellID->1636944327,ExpressionUUID->"033f9f76-872e-4b36-afc6-84157d53cd6b"] }, Open ]], Cell[CellGroupData[{ @@ -4328,11 +4761,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[200]:=", - CellID->1409631138,ExpressionUUID->"eb004ceb-1fda-4087-98b5-361b73a5540f"], + CellID->1409631138,ExpressionUUID->"2e3b0213-c82d-4cfe-a225-8437ed01b5bc"], Cell[BoxData["True"], "Output", CellLabel->"Out[200]=", - CellID->1675383013,ExpressionUUID->"e11398e1-3ea6-4c06-97a3-d0aca77260a6"] + CellID->1675383013,ExpressionUUID->"35e52c58-ac51-4a80-877e-44b6d5721964"] }, Open ]], Cell[CellGroupData[{ @@ -4340,11 +4773,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[201]:=", - CellID->1495233230,ExpressionUUID->"19b3754b-971b-435f-a810-523865207605"], + CellID->1495233230,ExpressionUUID->"e5adc412-c3d8-41cc-b880-89a4cb11f903"], Cell[BoxData["True"], "Output", CellLabel->"Out[201]=", - CellID->572369993,ExpressionUUID->"e30d3f32-92a5-4dfa-91fc-a312ea470e3e"] + CellID->572369993,ExpressionUUID->"a7d96d85-cdc8-4ce2-8708-9222689efe8e"] }, Open ]], Cell[CellGroupData[{ @@ -4353,7 +4786,7 @@ Cell[BoxData[ RowBox[{"shv12", "=", RowBox[{"ShapleyValue", "[", "ExpGame12", "]"}]}]], "Input", CellLabel->"In[202]:=", - CellID->862137097,ExpressionUUID->"4a9001c4-79d6-4d2c-9a0a-5077ac0186f9"], + CellID->862137097,ExpressionUUID->"3d89281c-19c4-45fe-9a1f-f69ac2711d60"], Cell[BoxData[ RowBox[{"{", @@ -4367,7 +4800,7 @@ Cell[BoxData[ FractionBox["2", "7"], ",", FractionBox["2", "7"]}], "}"}]], "Output", CellLabel->"Out[202]=", - CellID->31351814,ExpressionUUID->"28a685e1-cac4-49e3-a92d-3a0602c0bac6"] + CellID->31351814,ExpressionUUID->"3c31f146-aed1-4d27-ae15-3f6fdb201eae"] }, Open ]], Cell[CellGroupData[{ @@ -4379,7 +4812,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame12", "]"}], "]"}]}]], "Input", CellLabel->"In[203]:=", - CellID->1298857221,ExpressionUUID->"dfd10d67-a272-4f60-94ce-62ffb5eb2e3b"], + CellID->1298857221,ExpressionUUID->"ae868e1a-9acd-4b96-b514-55de427ee462"], Cell[BoxData[ RowBox[{"{", @@ -4392,7 +4825,7 @@ Cell[BoxData[ FractionBox["1", "2"], ",", FractionBox["1", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[203]=", - CellID->639312243,ExpressionUUID->"066bed16-dcac-4f56-a894-f7581c176d34"] + CellID->639312243,ExpressionUUID->"8682e520-3305-4fcf-aeba-e622cd52bd60"] }, Open ]], Cell[CellGroupData[{ @@ -4404,7 +4837,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame12", "]"}], "]"}]}]], "Input", CellLabel->"In[204]:=", - CellID->323192007,ExpressionUUID->"fbf2d4bf-dd02-43b4-a7c3-957fe9063fbd"], + CellID->323192007,ExpressionUUID->"12c593c7-a763-47db-a740-22e16cdc86b4"], Cell[BoxData[ RowBox[{"{", @@ -4417,7 +4850,7 @@ Cell[BoxData[ FractionBox["1", "2"], ",", FractionBox["1", "2"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[204]=", - CellID->1103991413,ExpressionUUID->"174e2f8b-13aa-4f18-b27f-ad8d9ca3b83e"] + CellID->1103991413,ExpressionUUID->"39daff29-51ae-4fda-b998-242aceff448f"] }, Open ]], Cell[CellGroupData[{ @@ -4429,7 +4862,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame12", "]"}], "]"}]}]], "Input", CellLabel->"In[205]:=", - CellID->1922495037,ExpressionUUID->"a29fa50d-9646-49de-8f87-3f240c3f6cf6"], + CellID->1922495037,ExpressionUUID->"17644566-3d27-4fab-a80c-d9905d54f123"], Cell[BoxData[ RowBox[{"{", @@ -4445,7 +4878,7 @@ Cell[BoxData[ FractionBox["5", "16"], ",", FractionBox["5", "16"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[205]=", - CellID->1569407193,ExpressionUUID->"c4171a4f-90d5-4223-8bba-9b897e096336"] + CellID->1569407193,ExpressionUUID->"414bbce5-f92b-4711-b4d1-a880776fd234"] }, Open ]], Cell[CellGroupData[{ @@ -4457,7 +4890,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame12", "]"}], "]"}]}]], "Input", CellLabel->"In[206]:=", - CellID->1701220811,ExpressionUUID->"7f027814-04d3-4e9a-87a4-1b25d6360aa0"], + CellID->1701220811,ExpressionUUID->"aa4d0239-614f-4415-9910-017fd5934cb6"], Cell[BoxData[ RowBox[{"{", @@ -4473,14 +4906,14 @@ Cell[BoxData[ FractionBox["5", "16"], ",", FractionBox["5", "16"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[206]=", - CellID->825329646,ExpressionUUID->"02221c73-881b-4a19-b8c3-3e52aacf0eb5"] + CellID->825329646,ExpressionUUID->"f5d7c557-0aba-4f34-8437-bf700696b89e"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Cost Saving Game", "Section", - CellID->1465882556,ExpressionUUID->"b0b7a6d8-a44b-454a-90c2-38e7efc6e448"], + CellID->1465882556,ExpressionUUID->"22af6fdc-179c-443c-ac8a-86281ad2fcca"], Cell[BoxData[{ RowBox[{ @@ -4502,18 +4935,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "csv"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[207]:=", - CellID->333724114,ExpressionUUID->"c36ca8b8-50db-41dc-af4f-9f67ff5e28a0"], + CellID->333724114,ExpressionUUID->"724fdbf7-b91e-437e-8c81-c4e3efd248ea"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[211]:=", - CellID->778170438,ExpressionUUID->"d41e23b8-6861-4873-8312-09eba51d63ff"], + CellID->778170438,ExpressionUUID->"80ecfda3-f51d-40c6-9f60-4a5c0bef5fe9"], Cell[BoxData["False"], "Output", CellLabel->"Out[211]=", - CellID->1702841564,ExpressionUUID->"f6531058-a432-48e2-b8d4-cc29baf1e82d"] + CellID->1702841564,ExpressionUUID->"b0d2723d-941d-43bd-8996-0c4b71820424"] }, Open ]], Cell[CellGroupData[{ @@ -4521,11 +4954,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[212]:=", - CellID->2097594115,ExpressionUUID->"eaa7a272-f072-4c08-9d5d-7c4b7c5df8eb"], + CellID->2097594115,ExpressionUUID->"bf2772b7-9fc3-4865-b951-c336196fc97b"], Cell[BoxData["False"], "Output", CellLabel->"Out[212]=", - CellID->2062715198,ExpressionUUID->"f62bbd06-1f59-4673-9013-3bfad559faf2"] + CellID->2062715198,ExpressionUUID->"d6836270-823e-42cd-8099-44f80499fd5d"] }, Open ]], Cell[CellGroupData[{ @@ -4533,11 +4966,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[213]:=", - CellID->1648072969,ExpressionUUID->"98f7dbba-d1c5-4fa7-9c11-9f576be5fc44"], + CellID->1648072969,ExpressionUUID->"0bd393ff-2920-456d-b265-0cc490036263"], Cell[BoxData["False"], "Output", CellLabel->"Out[213]=", - CellID->418773769,ExpressionUUID->"b7c55881-e624-418e-947d-a3fdf6ef86a1"] + CellID->418773769,ExpressionUUID->"f7847990-7bfc-40f7-bb00-1616c4f3940f"] }, Open ]], Cell[CellGroupData[{ @@ -4545,11 +4978,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[214]:=", - CellID->1328123651,ExpressionUUID->"26a3bfe0-e5ba-4a2b-a90c-4efbc43aaf5f"], + CellID->1328123651,ExpressionUUID->"52d443eb-504f-48ce-bf7d-59d4da0b2abe"], Cell[BoxData["False"], "Output", CellLabel->"Out[214]=", - CellID->422328746,ExpressionUUID->"5876c059-e520-42d4-8063-300ea3bd4cbb"] + CellID->422328746,ExpressionUUID->"bcf8d7bf-8149-4443-8260-fee62619815d"] }, Open ]], Cell[CellGroupData[{ @@ -4557,11 +4990,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[215]:=", - CellID->348728253,ExpressionUUID->"5dc607f6-09a2-4b1f-958f-6bb547696bbd"], + CellID->348728253,ExpressionUUID->"a3f45920-0d90-4216-b149-a377010cfbd8"], Cell[BoxData["False"], "Output", CellLabel->"Out[215]=", - CellID->832600592,ExpressionUUID->"b6109617-3ef4-4e90-b11f-032c28632edc"] + CellID->832600592,ExpressionUUID->"b00fdebc-0962-40dd-b13f-fd486507b4c1"] }, Open ]], Cell[CellGroupData[{ @@ -4569,11 +5002,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[216]:=", - CellID->1467457397,ExpressionUUID->"90e3ffab-82ee-4210-91b2-3027e25f1be3"], + CellID->1467457397,ExpressionUUID->"aa26dfd5-ad3a-429d-9cdb-56e3d3d7ac76"], Cell[BoxData["False"], "Output", CellLabel->"Out[216]=", - CellID->771962334,ExpressionUUID->"f34e6f94-afd6-4bc9-b1b9-166b28829cca"] + CellID->771962334,ExpressionUUID->"1fbcf076-e160-4773-bc45-5b66db439147"] }, Open ]], Cell[CellGroupData[{ @@ -4581,11 +5014,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[217]:=", - CellID->1354702434,ExpressionUUID->"ebc79bd6-6318-44c4-8620-5c74ed19dbe5"], + CellID->1354702434,ExpressionUUID->"b16be6a9-4b83-42eb-bc3a-ec66b0db45a1"], Cell[BoxData["False"], "Output", CellLabel->"Out[217]=", - CellID->338645420,ExpressionUUID->"89e0e263-1080-444b-a44a-ef550b8c9cf8"] + CellID->338645420,ExpressionUUID->"4f1c8e64-480b-4da7-84df-9b548e993c7a"] }, Open ]], Cell[CellGroupData[{ @@ -4593,11 +5026,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame13", "]"}]], "Input", CellLabel->"In[218]:=", - CellID->1240651338,ExpressionUUID->"3fcdea0d-84cb-4543-87e7-13e579ac11e9"], + CellID->1240651338,ExpressionUUID->"f64a212a-d247-40e9-96f5-669604be1c0b"], Cell[BoxData["False"], "Output", CellLabel->"Out[218]=", - CellID->963934548,ExpressionUUID->"663cf465-d273-4aeb-a8ca-0d30e587a56b"] + CellID->963934548,ExpressionUUID->"7cec6f6e-5e84-4f6e-8994-9a16b82a4a7a"] }, Open ]], Cell[CellGroupData[{ @@ -4606,7 +5039,7 @@ Cell[BoxData[ RowBox[{"shv13", "=", RowBox[{"ShapleyValue", "[", "ExpGame13", "]"}]}]], "Input", CellLabel->"In[219]:=", - CellID->1300916281,ExpressionUUID->"b241ca31-8077-4942-9535-95560ef19a72"], + CellID->1300916281,ExpressionUUID->"436206b7-24f6-4d5c-b030-489c1d143d66"], Cell[BoxData[ RowBox[{"{", @@ -4620,7 +5053,7 @@ Cell[BoxData[ FractionBox["25787", "280"], ",", FractionBox["33823", "840"]}], "}"}]], "Output", CellLabel->"Out[219]=", - CellID->956837553,ExpressionUUID->"73ec7430-0613-4eec-90ea-ac4a11120013"] + CellID->956837553,ExpressionUUID->"bc1ef2ea-6e06-47e5-9244-d7a41fa7b2db"] }, Open ]], Cell[CellGroupData[{ @@ -4632,7 +5065,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame13", "]"}], "]"}]}]], "Input", CellLabel->"In[220]:=", - CellID->800951623,ExpressionUUID->"848beb81-ee32-4212-837c-d174e403d308"], + CellID->800951623,ExpressionUUID->"e2cf0b2f-1ba5-42dd-8920-4d02870e1985"], Cell[BoxData[ RowBox[{"{", @@ -4648,7 +5081,7 @@ Cell[BoxData[ FractionBox["1979", "22"], ",", FractionBox["1003", "22"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[220]=", - CellID->665746397,ExpressionUUID->"85cabe80-19f0-4550-9b1c-dd7048a5467d"] + CellID->665746397,ExpressionUUID->"8fc49e06-6df3-4773-a403-8f208f27bb56"] }, Open ]], Cell[CellGroupData[{ @@ -4660,7 +5093,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame13", "]"}], "]"}]}]], "Input", CellLabel->"In[221]:=", - CellID->330364467,ExpressionUUID->"54d52333-7a92-4e2f-9615-08657318420b"], + CellID->330364467,ExpressionUUID->"c75de27e-d9f6-4858-ac79-6e374af42ac9"], Cell[BoxData[ RowBox[{"{", @@ -4676,7 +5109,7 @@ Cell[BoxData[ FractionBox["1979", "22"], ",", FractionBox["1003", "22"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[221]=", - CellID->617090490,ExpressionUUID->"d9a51b7c-f2c0-46d5-b8dc-a4ddfde29d6f"] + CellID->617090490,ExpressionUUID->"24316141-fc19-4529-9564-04953684b792"] }, Open ]], Cell[CellGroupData[{ @@ -4688,7 +5121,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame13", "]"}], "]"}]}]], "Input", CellLabel->"In[222]:=", - CellID->1207045872,ExpressionUUID->"46fd7c10-d1b1-484a-b4c0-aab4805d9f0b"], + CellID->1207045872,ExpressionUUID->"3645e9e1-bb8e-4cb0-8b74-572a7b9d3af9"], Cell[BoxData[ RowBox[{"{", @@ -4704,7 +5137,7 @@ Cell[BoxData[ FractionBox["1447", "16"], ",", FractionBox["731", "16"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[222]=", - CellID->365772801,ExpressionUUID->"068c4b99-2b43-473f-bce2-888fe6d1a217"] + CellID->365772801,ExpressionUUID->"e1e03700-a943-40ed-a70f-7ad1e580439a"] }, Open ]], Cell[CellGroupData[{ @@ -4716,7 +5149,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame13", "]"}], "]"}]}]], "Input", CellLabel->"In[223]:=", - CellID->1126478673,ExpressionUUID->"40aa8474-0aa6-4c19-b5fe-b161748989a3"], + CellID->1126478673,ExpressionUUID->"c07d5e7c-3d04-4bd7-acc1-44056b0b77b8"], Cell[BoxData[ RowBox[{"{", @@ -4732,25 +5165,25 @@ Cell[BoxData[ FractionBox["1447", "16"], ",", FractionBox["731", "16"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[223]=", - CellID->814040825,ExpressionUUID->"cfd0569b-fcbc-4f95-b729-f7612a92e9b4"] + CellID->814040825,ExpressionUUID->"c06124ae-a494-48dd-bf58-5c1fb1406c04"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Determine (Average) - Convex Game", "Section", - CellID->1815659326,ExpressionUUID->"aa025106-444f-4aaa-b86d-f0e648db1454"], + CellID->1815659326,ExpressionUUID->"c72b5f0f-be02-41e4-a879-08b3844ca43b"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[224]:=", - CellID->680215836,ExpressionUUID->"670c9269-11c6-4e50-a2e3-181b72fff502"], + CellID->680215836,ExpressionUUID->"b9726651-5201-4c84-810b-f5b12602ba1d"], Cell[BoxData["False"], "Output", CellLabel->"Out[224]=", - CellID->95611214,ExpressionUUID->"8892eaea-1204-4ab6-a28d-afe817f9b761"] + CellID->95611214,ExpressionUUID->"618180de-452b-4c62-aa25-efcaab6aaecf"] }, Open ]], Cell[CellGroupData[{ @@ -4758,11 +5191,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame12", "]"}]], "Input", CellLabel->"In[225]:=", - CellID->1134058234,ExpressionUUID->"74db3a81-4388-4b69-a3be-19ccf562d440"], + CellID->1134058234,ExpressionUUID->"2ffdd550-f0f3-44be-b719-5a829643a7ac"], Cell[BoxData["False"], "Output", CellLabel->"Out[225]=", - CellID->64317464,ExpressionUUID->"c5fe953d-8719-497d-abb2-67e35e1ff20f"] + CellID->64317464,ExpressionUUID->"28086f07-4b51-47bc-8f90-f241142442da"] }, Open ]], Cell[BoxData[{ @@ -4776,18 +5209,18 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "davc"}], "]"}], ";"}], ")"}]}], ";"}]}], "Input", CellLabel->"In[226]:=", - CellID->1095894703,ExpressionUUID->"8ec8d024-92e0-4b6f-9316-c5ed359a523b"], + CellID->1095894703,ExpressionUUID->"f5d6dce8-d571-43f3-aee6-1ef826d3dd6e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[228]:=", - CellID->2069479122,ExpressionUUID->"15c4269e-1979-497f-8ab3-6d7a7edde65c"], + CellID->2069479122,ExpressionUUID->"b7667073-2ee2-4499-b20b-011687592b7a"], Cell[BoxData["True"], "Output", CellLabel->"Out[228]=", - CellID->1131087313,ExpressionUUID->"51a8a9e8-b704-4b45-be76-eb5acd3bd695"] + CellID->1131087313,ExpressionUUID->"6df1a1ca-ab19-4d72-932c-87f57089bead"] }, Open ]], Cell[CellGroupData[{ @@ -4795,11 +5228,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AvConvexQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[229]:=", - CellID->1707534742,ExpressionUUID->"a35033b2-12f5-4df6-9b88-2c38bfa7b427"], + CellID->1707534742,ExpressionUUID->"2c9192ee-37cb-450f-8263-5ca03395196b"], Cell[BoxData["True"], "Output", CellLabel->"Out[229]=", - CellID->1744155819,ExpressionUUID->"a0ecbcaf-d142-4468-bf63-73bfd52e4d91"] + CellID->1744155819,ExpressionUUID->"d9f3a9ca-0560-43e2-83bb-9d96b9b3eff4"] }, Open ]], Cell[CellGroupData[{ @@ -4807,11 +5240,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"GameMonotoneQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[230]:=", - CellID->1180180478,ExpressionUUID->"7ff4f8a2-9eab-42b6-88ad-e5ea78c9153a"], + CellID->1180180478,ExpressionUUID->"da4b4a64-6468-42a2-8817-2a8363e893d8"], Cell[BoxData["True"], "Output", CellLabel->"Out[230]=", - CellID->1930424784,ExpressionUUID->"6658cb5e-3ee4-4727-ba24-efb69446a9bc"] + CellID->1930424784,ExpressionUUID->"3e9c3289-d1d9-447f-99a2-fcd55869c4ea"] }, Open ]], Cell[CellGroupData[{ @@ -4819,11 +5252,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"SuperAdditiveQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[231]:=", - CellID->1528693774,ExpressionUUID->"4a05b404-9ddd-4f21-aa70-f1ca9e87e658"], + CellID->1528693774,ExpressionUUID->"2498a23b-8fe3-46d0-aecd-1a7a17f0ef1a"], Cell[BoxData["True"], "Output", CellLabel->"Out[231]=", - CellID->293039299,ExpressionUUID->"3750da1a-73cf-451d-b240-7408ac83c546"] + CellID->293039299,ExpressionUUID->"7b3594d4-c948-40ac-b9a6-ee081e2c50c1"] }, Open ]], Cell[CellGroupData[{ @@ -4831,11 +5264,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"WeaklySuperAdditiveQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[232]:=", - CellID->1845038069,ExpressionUUID->"aa57e0a3-86c3-4cbe-b107-fbc24f8f8bf9"], + CellID->1845038069,ExpressionUUID->"b58b8acd-2fbb-45e6-b8f7-91d72162536c"], Cell[BoxData["True"], "Output", CellLabel->"Out[232]=", - CellID->1517278626,ExpressionUUID->"28e74e72-9d80-4721-9355-9bf949805026"] + CellID->1517278626,ExpressionUUID->"8fd83927-12ef-46f2-9b25-fed6ce2a5b08"] }, Open ]], Cell[CellGroupData[{ @@ -4843,11 +5276,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ZeroMonotoneQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[233]:=", - CellID->1087154927,ExpressionUUID->"18dbe5ad-c564-46d3-8697-940c34d95582"], + CellID->1087154927,ExpressionUUID->"20761d74-f05d-4985-8498-7986bcce5df2"], Cell[BoxData["True"], "Output", CellLabel->"Out[233]=", - CellID->306392441,ExpressionUUID->"750a3254-864f-4ef0-aeb8-de70f0e1bd51"] + CellID->306392441,ExpressionUUID->"2081d13d-7252-4710-9efa-618c3bb1c928"] }, Open ]], Cell[CellGroupData[{ @@ -4855,11 +5288,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PreKernelEqualsKernelQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[234]:=", - CellID->737466107,ExpressionUUID->"2484e962-22f4-4f8c-977a-519e3712cec3"], + CellID->737466107,ExpressionUUID->"7ac8cbcd-1e18-4424-8f5f-df89b4cc502f"], Cell[BoxData["True"], "Output", CellLabel->"Out[234]=", - CellID->521446233,ExpressionUUID->"bb6c24e7-0bdb-41cf-9992-7700ab05e51c"] + CellID->521446233,ExpressionUUID->"5322d748-4978-41a5-8a9c-88dc5eded889"] }, Open ]], Cell[CellGroupData[{ @@ -4867,11 +5300,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame14", "]"}]], "Input", CellLabel->"In[235]:=", - CellID->1669106781,ExpressionUUID->"2df09b6a-b51f-4472-8ebb-3c7c598cb46c"], + CellID->1669106781,ExpressionUUID->"6598aeb2-bd27-407b-828a-48353e7a29df"], Cell[BoxData["True"], "Output", CellLabel->"Out[235]=", - CellID->220164102,ExpressionUUID->"358c6097-cad0-4c9d-b466-488c6ca917fc"] + CellID->220164102,ExpressionUUID->"aecd4dfd-19be-4006-8f49-a9613819ad91"] }, Open ]], Cell[CellGroupData[{ @@ -4880,7 +5313,7 @@ Cell[BoxData[ RowBox[{"shv14", "=", RowBox[{"ShapleyValue", "[", "ExpGame14", "]"}]}]], "Input", CellLabel->"In[236]:=", - CellID->768723537,ExpressionUUID->"3c43b726-19a7-4ce7-ae33-de9591a8bf23"], + CellID->768723537,ExpressionUUID->"d91bfaa0-8398-4b48-8cde-2a3f742f2a4c"], Cell[BoxData[ RowBox[{"{", @@ -4894,7 +5327,7 @@ Cell[BoxData[ FractionBox["739", "240"], ",", FractionBox["739", "240"]}], "}"}]], "Output", CellLabel->"Out[236]=", - CellID->1943336768,ExpressionUUID->"75fbb50c-6382-4a05-8ebf-70fe16d3c1da"] + CellID->1943336768,ExpressionUUID->"bd4e70f8-8a57-41d0-8d05-88be27d99388"] }, Open ]], Cell[CellGroupData[{ @@ -4906,7 +5339,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"Nucleolus", "[", "ExpGame14", "]"}], "]"}]}]], "Input", CellLabel->"In[237]:=", - CellID->2053952118,ExpressionUUID->"26533f20-7354-4d20-b7f2-82bfd938c6d3"], + CellID->2053952118,ExpressionUUID->"acaba310-86ec-457b-91ff-ed1b81ada263"], Cell[BoxData[ RowBox[{"{", @@ -4922,7 +5355,7 @@ Cell[BoxData[ FractionBox["21817", "6720"], ",", FractionBox["21817", "6720"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[237]=", - CellID->49345598,ExpressionUUID->"be543bb2-2e25-4855-9d2a-f94b94059ef7"] + CellID->49345598,ExpressionUUID->"deb9453e-8585-40b8-9d91-1837c71d87b1"] }, Open ]], Cell[CellGroupData[{ @@ -4934,7 +5367,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"ModifiedNucleolus", "[", "ExpGame14", "]"}], "]"}]}]], "Input", CellLabel->"In[238]:=", - CellID->274899953,ExpressionUUID->"dcfd5cd4-acf1-4a4e-8e63-06d512ffd0d1"], + CellID->274899953,ExpressionUUID->"b9898f22-3833-4634-bc1e-9a1dd9c51de8"], Cell[BoxData[ RowBox[{"{", @@ -4950,7 +5383,7 @@ Cell[BoxData[ FractionBox["21817", "6720"], ",", FractionBox["21817", "6720"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[238]=", - CellID->792534095,ExpressionUUID->"87babccd-025d-4fc9-9152-cae9c13ee4ea"] + CellID->792534095,ExpressionUUID->"a218c344-2806-4dda-90e8-ec1effe8b413"] }, Open ]], Cell[CellGroupData[{ @@ -4962,7 +5395,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelSolution", "[", "ExpGame14", "]"}], "]"}]}]], "Input", CellLabel->"In[239]:=", - CellID->1752644479,ExpressionUUID->"3b2d2d77-25e0-46c5-901a-6148d126364f"], + CellID->1752644479,ExpressionUUID->"95ab8af8-f072-493b-ab5a-ca710fd04391"], Cell[BoxData[ RowBox[{"{", @@ -4978,7 +5411,7 @@ Cell[BoxData[ FractionBox["21817", "6720"], ",", FractionBox["21817", "6720"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[239]=", - CellID->1974688582,ExpressionUUID->"fe4359b7-2558-4618-a40b-b52ad80e9a1d"] + CellID->1974688582,ExpressionUUID->"0f172f28-59b2-4c36-af44-e3be99aa4a54"] }, Open ]], Cell[CellGroupData[{ @@ -4990,7 +5423,7 @@ Cell[BoxData[ RowBox[{"AbsoluteTiming", "[", RowBox[{"PreKernelElement", "[", "ExpGame14", "]"}], "]"}]}]], "Input", CellLabel->"In[240]:=", - CellID->2095571604,ExpressionUUID->"05a60813-5513-4cc9-a011-2fc533ca22d9"], + CellID->2095571604,ExpressionUUID->"a8784db4-bdbb-438b-8804-035e2e882c16"], Cell[BoxData[ RowBox[{"{", @@ -5006,7 +5439,7 @@ Cell[BoxData[ FractionBox["20869", "6428"], ",", FractionBox["20869", "6428"]}], "}"}]}], "}"}]], "Output", CellLabel->"Out[240]=", - CellID->688657841,ExpressionUUID->"87baece3-862f-4bd5-a0b7-c28e03311d63"] + CellID->688657841,ExpressionUUID->"1671fe97-b5ec-4bc2-a296-ea82a15c73bb"] }, Open ]] }, Closed]], @@ -5024,12 +5457,10 @@ Cell[BoxData[GridBox[{ BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TUGFunctionsIndex"]], "TutorialMoreAbout",ExpressionUUID-> - "83e37e38-0249-4dca-aa13-9ec0a63aacc7"]}]} + "cd23407e-33ff-4258-bdd2-f0f68f2d09c3"]}]} }]} - }]], "TutorialMoreAboutSection",ExpressionUUID->"4e0c1d98-7b39-4f45-911d-\ -b04a1a2d0cc3"], - -Cell[CellGroupData[{ + }]], "TutorialMoreAboutSection",ExpressionUUID->"33b8a7fc-4244-4762-983a-\ +bd0e2e114740"], Cell[BoxData[GridBox[{ { @@ -5046,7 +5477,7 @@ Cell[BoxData[GridBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Manual TuGames", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedTutorials", - ExpressionUUID->"1e9733af-9861-4406-be78-2fca3cd1993e"]}]}, + ExpressionUUID->"2f854895-f8ce-4112-93e4-f5b8cfc01458"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ @@ -5054,34 +5485,31 @@ Cell[BoxData[GridBox[{ BaseStyle->"Link", ButtonData->"paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedTutorials",ExpressionUUID-> - "c805174a-13e9-4783-8511-70592902f5ee"]}]}, + "db09ca0d-c74d-49ce-9e57-4c6a7fe47adf"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Graphics 2D", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TuGamesView2dV6"]], "RelatedTutorials",ExpressionUUID-> - "c1ca93f0-70ce-4d25-98ac-5ebe22d05aa2"]}]}, + "c2e85a81-d136-4843-9450-ffcd11475415"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Graphics 3D", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TuGamesView3dV6"]], "RelatedTutorials",ExpressionUUID-> - "925e0e42-8e03-4d87-84b1-8b2e6d709ccd"]}]} + "eabc4e7c-cf87-4895-938d-6dbcd8e9e454"]}]} }]} - }]], "RelatedTutorialsSection",ExpressionUUID->"2a6accfa-bb74-4837-8bc0-\ -d2e6f32b54c8"], - -Cell[BoxData[""], "Input",ExpressionUUID->"21da3c52-fc54-47f0-a9b9-83aaa06bea7c"] -}, Open ]] + }]], "RelatedTutorialsSection",ExpressionUUID->"523b2fbe-9828-45f4-ac6e-\ +3749785be148"] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"a5f119c1-fc0a-44eb-8a17-de9e6511cfb8"] +Cell[" ", "FooterCell",ExpressionUUID->"baeea235-fe6b-484e-b12f-4ea0490ce7a0"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GameConstructors", TaggingRules->{ @@ -5092,8 +5520,8 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 40.610706}", - "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", + "built" -> "{2024, 6, 3, 16, 56, 33.237112}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`", "keywords" -> { "Weighted Majority Game", "Unanimity Coordinates", "Modest Bankruptcy", "Greedy Bankruptcy", "Dual Modest Bankruptcy", "Dual Greedy Bankruptcy", @@ -5102,28 +5530,28 @@ TaggingRules->{ "specialkeywords" -> {}, "tutorialcollectionlinks" -> {}, "index" -> True, "label" -> "T U G Tutorial", "language" -> "en", "paclet" -> "TUG", "status" -> "None", "summary" -> - "This tutorial provides some information how to define some game types \ -with the Mathematica package TuGames. The forthcoming section illustrates the \ -usage of some useful commands to construct types of Tu-Games. In this \ -Notebook we want discuss several game constructors, that is, some functions \ -that helps the user to construct games for certain game classes. It will be \ -demonstrated how one can derive from a vector of claims, weights, profit \ -matrix, etc. the corresponding transferable utility game. In general, these \ -functions should construct games of any size, or to be more precise, what is \ -possible by Mathematica or your computer hardware. For instance, due to the \ -enormous demands for physical memory by Mathematica, we were not able to \ -derive from the Boehm - Bawerk horse market problem the corresponding \ + "This tutorial provides some pieces of information on how to define some \ +game types with the Mathematica package TuGames. The forthcoming section \ +illustrates the usage of some useful commands to construct types of Tu-Games. \ +In this Notebook, we want discuss several game constructors, that is, some \ +functions that helps the user to construct games for certain game classes. It \ +will be demonstrated how one can derive from a vector of claims, weights, \ +profit matrix, etc. the corresponding transferable utility game. In general, \ +these functions should construct games of any size, or to be more precise, \ +what is possible by Mathematica or your computer hardware. For instance, due \ +to the enormous demands for physical memory by Mathematica, we were not able \ +to derive from the Boehm - Bawerk horse market problem the corresponding \ assignment game, even though this can be done quite easily by hand. Moreover, \ you should keep in mind that the efficient and quick treatment of large/huge \ numerical data sets is not the real strength of Mathematica. In this respect, \ we observed even on HPCs that the elapsed computation time for games having \ 14 persons or more can lasts hours/days rather than seconds/minutes.", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$219179, "title" -> - "GameConstructors", "titlemodifier" -> "", "windowtitle" -> - "GameConstructors", "type" -> "Tutorial", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$235998, "title" -> + "GameConstructors", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "GameConstructors", "type" -> "Tutorial", "uri" -> "TUG/tutorial/GameConstructors"}}, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -5141,1357 +5569,1364 @@ StyleDefinitions->Notebook[{ Cell[ StyleData["TutorialRelatedLinksSection"], CellGroupingRules -> {"SectionGrouping", 30}]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"2eb42615-98d7-4c56-8a55-b57a34fa33e7" +ExpressionUUID->"6eb8f6b7-9535-42bf-806e-fadc33626230" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline -CellTagsIndex->{} +CellTagsIndex->{ + "Info-0c23e6f1-48c7-4611-b893-cc74785099fd"->{ + Cell[58480, 1382, 16547, 395, 70, "Print",ExpressionUUID->"a5d35336-4926-4229-9b35-9838adae1bb2", + CellTags->"Info-0c23e6f1-48c7-4611-b893-cc74785099fd", + CellID->174069280]} + } *) (*CellTagsIndex -CellTagsIndex->{} +CellTagsIndex->{ + {"Info-0c23e6f1-48c7-4611-b893-cc74785099fd", 188410, 5580} + } *) (*NotebookFileOutline Notebook[{ -Cell[588, 21, 5564, 131, 56, "AnchorBarGrid",ExpressionUUID->"b1780887-2481-42a1-a07b-aa356ed2967a", +Cell[588, 21, 5620, 135, 57, "AnchorBarGrid",ExpressionUUID->"4fcd5457-4d78-4d0b-a490-f9f2e6f33e3e", CellID->1], Cell[CellGroupData[{ -Cell[6177, 156, 108, 1, 64, "Title",ExpressionUUID->"7ea79a5a-f8e6-41e1-a985-0e3a0e98fa97", - CellID->509267359], -Cell[6288, 159, 13728, 314, 218, "TutorialJumpBox",ExpressionUUID->"051356ce-472b-464b-924c-c273e735e254"], -Cell[20019, 475, 209, 4, 36, "Text",ExpressionUUID->"ce44bc7c-7a8c-4c52-926f-f7d54fc7f746", +Cell[6233, 160, 109, 1, 64, "Title",ExpressionUUID->"519f089f-533b-4b8e-8887-ec3738b3b520", + CellID->1146537488], +Cell[6345, 163, 13728, 314, 226, "TutorialJumpBox",ExpressionUUID->"b88771b7-e964-47d9-a32a-49c230583252"], +Cell[20076, 479, 222, 4, 36, "Text",ExpressionUUID->"6d22f7c5-ca83-4768-826c-09e58cea248b", CellID->1534169418], -Cell[20231, 481, 699, 16, 139, "DefinitionBox",ExpressionUUID->"8a98f875-d679-4d87-9604-dc64582cb4bb", +Cell[20301, 485, 699, 16, 139, "DefinitionBox",ExpressionUUID->"97279130-e611-464e-b2b1-783429d32133", CellID->2096742444], -Cell[20933, 499, 207, 4, 36, "Caption",ExpressionUUID->"0ca04360-b93b-4b14-a978-74f5005759bd", +Cell[21003, 503, 207, 4, 37, "Caption",ExpressionUUID->"4dc97ac3-63a7-4707-8bc6-0fe3e9dbe560", CellID->1891092685], -Cell[21143, 505, 13728, 314, 218, "TutorialJumpBox",ExpressionUUID->"ac5ad5e8-7e38-4ed2-a140-0af39ca5a974"] +Cell[21213, 509, 13728, 314, 226, "TutorialJumpBox",ExpressionUUID->"d6c132d6-7212-4eb1-969d-b092b9f9dd40"] }, Open ]], Cell[CellGroupData[{ -Cell[34908, 824, 133, 1, 64, "Title",ExpressionUUID->"2d2a23b4-1cbb-4496-b0f2-37d2cc3e6542", +Cell[34978, 828, 132, 1, 64, "Title",ExpressionUUID->"e6e3a429-ff21-466d-8fda-d54736bda048", CellID->1100742497], Cell[CellGroupData[{ -Cell[35066, 829, 110, 1, 69, "Section",ExpressionUUID->"91ffca65-999f-43b6-a244-9ca46af57bf3", +Cell[35135, 833, 110, 1, 70, "Section",ExpressionUUID->"a1cc0f60-f28b-41c1-a841-57591439baf5", CellID->1576240968], -Cell[35179, 832, 1106, 15, 70, "Text",ExpressionUUID->"c0502fa8-ec03-4aad-88bb-16479447b280", +Cell[35248, 836, 1107, 15, 70, "Text",ExpressionUUID->"59ac9268-3f81-4180-a61d-009b8a6f200d", CellID->1132673388] }, Open ]], Cell[CellGroupData[{ -Cell[36322, 852, 109, 1, 70, "Section",ExpressionUUID->"2bd57e03-434b-4da8-a250-4bba5f729474", +Cell[36392, 856, 109, 1, 70, "Section",ExpressionUUID->"cb8ad121-4ed3-4dbc-a38e-bbaf2acbfe16", CellID->959129905], Cell[CellGroupData[{ -Cell[36456, 857, 184, 4, 70, "Input",ExpressionUUID->"1e2f6a13-5ee4-4c41-8d60-e7dba9b121ab", +Cell[36526, 861, 184, 4, 70, "Input",ExpressionUUID->"e9523170-d1c5-49fc-a413-4b7e1a789b59", CellID->67977989], Cell[CellGroupData[{ -Cell[36665, 865, 206, 3, 70, "Print",ExpressionUUID->"35fad32c-c4cc-4d8d-af65-43a0fb2b5446", - CellID->898255205], -Cell[36874, 870, 336, 7, 70, "Print",ExpressionUUID->"4224f1b6-337f-4c65-80bc-66f1b83f461e", - CellID->2067863327], -Cell[37213, 879, 207, 3, 70, "Print",ExpressionUUID->"3f0019f7-ab0a-4196-9ab1-66755703dd37", - CellID->1795547704], -Cell[37423, 884, 191, 2, 70, "Print",ExpressionUUID->"7b909e16-d21a-494e-bffb-d2ca44d7850b", - CellID->1605710402], -Cell[37617, 888, 176, 2, 70, "Print",ExpressionUUID->"09c00ea3-148b-4f3b-997b-db6d5fafafef", - CellID->58811915], -Cell[37796, 892, 207, 3, 70, "Print",ExpressionUUID->"a9ff2044-8b4d-4e93-a4b9-21365feedd78", - CellID->723325741], -Cell[38006, 897, 190, 2, 70, "Print",ExpressionUUID->"624c1947-ba17-43f4-9126-391521188f9c", - CellID->899421835], -Cell[38199, 901, 206, 3, 70, "Print",ExpressionUUID->"841a150b-a51f-44bc-8ca4-6fda1a1f9aaf", - CellID->976970424], -Cell[38408, 906, 207, 3, 70, "Print",ExpressionUUID->"18e8052e-8ffe-4aaf-8f2d-fac411f99237", - CellID->1420214400], -Cell[38618, 911, 178, 2, 70, "Print",ExpressionUUID->"6dc4125a-e436-4d6c-8960-c5efe960d03d", - CellID->2081450285], -Cell[38799, 915, 206, 3, 70, "Print",ExpressionUUID->"10c8271d-0adf-462a-ae0b-e9b990812f31", - CellID->945717553] +Cell[36735, 869, 207, 3, 70, "Print",ExpressionUUID->"9cd4d380-ea87-4c9f-bb94-5704b5b94bb6", + CellID->1571353638], +Cell[36945, 874, 335, 7, 70, "Print",ExpressionUUID->"d772dd8f-3a61-4296-846b-2ae76a9508a1", + CellID->887400615], +Cell[37283, 883, 206, 3, 70, "Print",ExpressionUUID->"74806395-e201-41b0-a9a6-ffdf375f9b13", + CellID->424310728], +Cell[37492, 888, 190, 2, 70, "Print",ExpressionUUID->"d8c6afbc-38b7-4a5d-ae33-255de46adbe0", + CellID->844798558], +Cell[37685, 892, 178, 2, 70, "Print",ExpressionUUID->"46115e0a-cbdf-402e-8923-dd60e121e1c0", + CellID->1568208626], +Cell[37866, 896, 207, 3, 70, "Print",ExpressionUUID->"37ada4ed-4676-4dbf-bca4-41fdcc545103", + CellID->374738560], +Cell[38076, 901, 190, 2, 70, "Print",ExpressionUUID->"1c860c85-1683-49bd-ae78-53deb9dc9f79", + CellID->874238471], +Cell[38269, 905, 207, 3, 70, "Print",ExpressionUUID->"2f7548e6-57fc-4883-afbc-0a9cf4f2f1ea", + CellID->1909585916], +Cell[38479, 910, 207, 3, 70, "Print",ExpressionUUID->"0f6719a4-b4b5-4842-96a6-1ba3a878ea3f", + CellID->1103371758], +Cell[38689, 915, 178, 2, 70, "Print",ExpressionUUID->"60e1b150-049c-4b3a-b398-89df90cdb99a", + CellID->1726209084], +Cell[38870, 919, 206, 3, 70, "Print",ExpressionUUID->"ef571b65-d01d-4e53-91f4-0d6dbb0d943b", + CellID->272027549] }, Open ]] }, Open ]], -Cell[39032, 922, 348, 6, 70, "Text",ExpressionUUID->"943d7205-4551-479c-befb-abe48277cd24", +Cell[39103, 926, 348, 6, 70, "Text",ExpressionUUID->"f495fed6-c443-4357-a029-7d7962fdd6bc", CellID->591249633], -Cell[39383, 930, 199, 5, 70, "Input",ExpressionUUID->"585de7b4-ec85-4196-b293-62ecdd81ae83", +Cell[39454, 934, 199, 5, 70, "Input",ExpressionUUID->"87b3dd68-a4bb-4cab-9cc2-036c2d275bf1", CellID->1624586846], -Cell[39585, 937, 181, 4, 70, "Input",ExpressionUUID->"ede3a001-28b6-4bb0-8ba3-63769253de08", +Cell[39656, 941, 181, 4, 70, "Input",ExpressionUUID->"27cd50bf-176a-44da-85ab-1a21e4ed0ad1", CellID->87799527], -Cell[39769, 943, 276, 5, 70, "Text",ExpressionUUID->"881bf241-1131-441b-9057-6bb80e32b0c3", +Cell[39840, 947, 276, 5, 70, "Text",ExpressionUUID->"89090db8-a5b2-42e7-bca5-aaed5b53c80d", CellID->1995098158], Cell[CellGroupData[{ -Cell[40070, 952, 158, 3, 70, "Input",ExpressionUUID->"530e01b9-f52d-4d4f-b411-683c5a14e920", +Cell[40141, 956, 158, 3, 70, "Input",ExpressionUUID->"d8bd3c0d-ef4c-4f3b-9e80-cfac38e00809", CellID->2083434414], -Cell[40231, 957, 16790, 387, 70, "Output",ExpressionUUID->"88e7afca-e0b1-45d4-b1df-4618d1fdeecd", - CellID->260766581] +Cell[40302, 961, 18175, 419, 70, "Output",ExpressionUUID->"6584c1d0-b291-4abc-adfa-1807a7a4e9a5", + CellID->58320284], +Cell[58480, 1382, 16547, 395, 70, "Print",ExpressionUUID->"a5d35336-4926-4229-9b35-9838adae1bb2", + CellTags->"Info-0c23e6f1-48c7-4611-b893-cc74785099fd", + CellID->174069280] }, Open ]], -Cell[57036, 1347, 446, 7, 70, "Text",ExpressionUUID->"ca148866-fdf0-4f49-9356-7787a33c82b3", +Cell[75042, 1780, 446, 7, 70, "Text",ExpressionUUID->"c3ebc41a-b453-41fd-a167-292fceec04e8", CellID->949019817] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ -Cell[57519, 1359, 112, 1, 70, "Section",ExpressionUUID->"051dfc86-b8b3-4071-9626-78924a263c02", +Cell[75525, 1792, 112, 1, 70, "Section",ExpressionUUID->"71eab58b-96f7-4d3c-86ba-bc284886743d", CellID->1582192616], -Cell[57634, 1362, 272, 7, 70, "Input",ExpressionUUID->"cd92cd45-b5e5-49c3-9712-80617b03c050", +Cell[75640, 1795, 272, 7, 70, "Input",ExpressionUUID->"c63c054f-5ec7-488a-8433-a53b541de3e1", CellID->2092357628], -Cell[57909, 1371, 346, 10, 70, "Input",ExpressionUUID->"dbd52bc1-db1a-470a-9976-869c2a5315b5", +Cell[75915, 1804, 346, 10, 70, "Input",ExpressionUUID->"722bffb6-00e9-4719-bbc4-1803c2afb7a6", CellID->29596215], Cell[CellGroupData[{ -Cell[58280, 1385, 188, 4, 70, "Input",ExpressionUUID->"ffe7dfc7-18e1-4254-bb25-ca87b47fb9ec", +Cell[76286, 1818, 188, 4, 70, "Input",ExpressionUUID->"735d1b03-ef7f-46a6-8a2c-dcada7ed87a5", CellID->1398231520], -Cell[58471, 1391, 236, 6, 36, "Output",ExpressionUUID->"39cfd5fc-5201-4a5f-8c80-299b4f4581c6", +Cell[76477, 1824, 236, 6, 36, "Output",ExpressionUUID->"c98104b7-422d-4b3e-a387-8962591b2a13", CellID->1102647332] }, Open ]], Cell[CellGroupData[{ -Cell[58744, 1402, 219, 5, 70, "Input",ExpressionUUID->"fe656acc-84da-4686-ae33-8f4c5cc30ce9", +Cell[76750, 1835, 219, 5, 70, "Input",ExpressionUUID->"9d74c836-b661-4058-9138-3f957eefca2e", CellID->1970432286], -Cell[58966, 1409, 827, 13, 54, "Output",ExpressionUUID->"13add38e-ce8a-4561-9b8e-a9e16ba7eb4e", +Cell[76972, 1842, 827, 13, 53, "Output",ExpressionUUID->"c61f64b7-f4bb-4811-9daf-7a6463032304", CellID->1382904855] }, Open ]], -Cell[59808, 1425, 286, 8, 70, "Input",ExpressionUUID->"6e34d6a6-7daf-4df2-b284-31bf82507e86", +Cell[77814, 1858, 286, 8, 70, "Input",ExpressionUUID->"cc564356-5b8b-4c5f-9292-656bfc1f5e0c", CellID->975382955], Cell[CellGroupData[{ -Cell[60119, 1437, 166, 3, 70, "Input",ExpressionUUID->"dbafcb98-867d-4770-b9a2-edd8a259e9d5", +Cell[78125, 1870, 166, 3, 70, "Input",ExpressionUUID->"443657dc-25bd-4486-bbb1-aaa3c4f0a339", CellID->923691135], -Cell[60288, 1442, 130, 2, 36, "Output",ExpressionUUID->"ae4aaeae-8159-496a-89a6-af71cf6cabf7", +Cell[78294, 1875, 130, 2, 36, "Output",ExpressionUUID->"d319d9f1-c443-4b65-9e80-31fb4f0b1cbc", CellID->344603178] }, Open ]], Cell[CellGroupData[{ -Cell[60455, 1449, 170, 3, 70, "Input",ExpressionUUID->"08825799-27ce-4d78-bdfe-2ac68c574a1e", +Cell[78461, 1882, 170, 3, 70, "Input",ExpressionUUID->"52c525b9-95cf-4294-8b01-6aab2663396f", CellID->2108056343], -Cell[60628, 1454, 131, 2, 36, "Output",ExpressionUUID->"e2bad735-1463-4e0e-8a85-dcd12672c8a6", +Cell[78634, 1887, 131, 2, 36, "Output",ExpressionUUID->"76226a48-1606-4508-af26-2abeaf478704", CellID->375246208] }, Open ]], Cell[CellGroupData[{ -Cell[60796, 1461, 174, 3, 70, "Input",ExpressionUUID->"b32b7956-4f29-431e-bb3d-9e7ec99c6681", +Cell[78802, 1894, 174, 3, 70, "Input",ExpressionUUID->"5e0dff13-27ab-4f2e-8aa4-3144d32e85e0", CellID->1611772853], -Cell[60973, 1466, 130, 2, 36, "Output",ExpressionUUID->"b7a05cc6-d6b4-4fbe-a369-49a710802920", +Cell[78979, 1899, 130, 2, 36, "Output",ExpressionUUID->"05d80490-1ea4-49e9-915d-667582ef208b", CellID->134192742] }, Open ]], Cell[CellGroupData[{ -Cell[61140, 1473, 175, 3, 70, "Input",ExpressionUUID->"4a5ca14c-9755-420f-900f-cd84506cfa62", +Cell[79146, 1906, 175, 3, 70, "Input",ExpressionUUID->"9b4cc9a2-363e-4550-9ac7-fe8225808863", CellID->2094409022], -Cell[61318, 1478, 131, 2, 36, "Output",ExpressionUUID->"19151205-ebfe-4cb5-b3c2-e3fcbc2fb679", +Cell[79324, 1911, 131, 2, 36, "Output",ExpressionUUID->"474a3e91-0b5f-45bb-9f7b-6b556b51d52f", CellID->1075557835] }, Open ]], Cell[CellGroupData[{ -Cell[61486, 1485, 181, 3, 70, "Input",ExpressionUUID->"f2bc89cc-93f3-44fa-b800-6edff4689820", +Cell[79492, 1918, 181, 3, 70, "Input",ExpressionUUID->"230b4bbc-e918-4946-8c73-08ecebf7e75e", CellID->2050537943], -Cell[61670, 1490, 131, 2, 36, "Output",ExpressionUUID->"dff72eca-57d9-4895-aadb-634f852ac93e", +Cell[79676, 1923, 131, 2, 36, "Output",ExpressionUUID->"5c0820b6-3a46-477c-9505-772d29231526", CellID->1126178224] }, Open ]], Cell[CellGroupData[{ -Cell[61838, 1497, 174, 3, 70, "Input",ExpressionUUID->"fe434454-d886-4a8b-97e1-6e78596df9f8", +Cell[79844, 1930, 174, 3, 70, "Input",ExpressionUUID->"dff77034-9b39-4390-865e-8bea99235289", CellID->1497544128], -Cell[62015, 1502, 129, 2, 36, "Output",ExpressionUUID->"4a973604-0b65-4095-a783-2c22902bf384", +Cell[80021, 1935, 129, 2, 36, "Output",ExpressionUUID->"e0e7b7ec-74dd-44e4-9d5f-664f78d48735", CellID->68917358] }, Open ]], Cell[CellGroupData[{ -Cell[62181, 1509, 183, 3, 70, "Input",ExpressionUUID->"16adcac1-4aa2-423d-ac2c-5c2574e5d287", +Cell[80187, 1942, 183, 3, 70, "Input",ExpressionUUID->"0a388644-84a7-4776-8694-ee70fd309802", CellID->1335029035], -Cell[62367, 1514, 130, 2, 36, "Output",ExpressionUUID->"7900acfc-7324-447d-b24b-9972d0d958c3", +Cell[80373, 1947, 130, 2, 36, "Output",ExpressionUUID->"12c8b605-4c11-4d85-84ce-d086a0da9f82", CellID->598937747] }, Open ]], Cell[CellGroupData[{ -Cell[62534, 1521, 165, 3, 70, "Input",ExpressionUUID->"725400d6-f42e-46d7-97ce-5fbe2b3b3642", +Cell[80540, 1954, 165, 3, 70, "Input",ExpressionUUID->"db76490b-4f24-4701-be22-20de2746a268", CellID->505424499], -Cell[62702, 1526, 131, 2, 36, "Output",ExpressionUUID->"caa0e462-68d1-427b-b228-30ffc5706a32", +Cell[80708, 1959, 131, 2, 36, "Output",ExpressionUUID->"ce085dd6-c422-4ccf-8b79-65cc43791b2b", CellID->704733800] }, Open ]], Cell[CellGroupData[{ -Cell[62870, 1533, 200, 4, 70, "Input",ExpressionUUID->"21ea1e70-ca4a-4dc6-973d-825bb8e0feea", +Cell[80876, 1966, 200, 4, 70, "Input",ExpressionUUID->"6455b311-4775-46af-8126-f605543a30e6", CellID->1590070091], -Cell[63073, 1539, 347, 10, 51, "Output",ExpressionUUID->"56728cad-0471-44ca-8e7f-3d2c49343ef0", +Cell[81079, 1972, 347, 10, 50, "Output",ExpressionUUID->"0dffaf62-6d2a-4c14-bae7-b6c83cd92e03", CellID->1148791732] }, Open ]], Cell[CellGroupData[{ -Cell[63457, 1554, 289, 7, 70, "Input",ExpressionUUID->"17a50cdb-5a26-4679-97e1-6e81147049da", +Cell[81463, 1987, 289, 7, 70, "Input",ExpressionUUID->"762d10e7-9b8e-4c49-8c91-9f303bef9482", CellID->720141015], -Cell[63749, 1563, 651, 17, 36, "Output",ExpressionUUID->"c45d63eb-0b12-497b-b034-0c2a71a3c4bb", +Cell[81755, 1996, 651, 17, 36, "Output",ExpressionUUID->"0c7b3cf9-8c72-4299-a7f0-77eebf879cb8", CellID->1357380851] }, Open ]], Cell[CellGroupData[{ -Cell[64437, 1585, 299, 7, 70, "Input",ExpressionUUID->"a479989f-23ee-4e3c-96dd-b39f653b2d53", +Cell[82443, 2018, 299, 7, 70, "Input",ExpressionUUID->"9257ad36-cdda-4846-a272-63cbe23d3c83", CellID->2065962111], -Cell[64739, 1594, 365, 10, 51, "Output",ExpressionUUID->"1cd8297f-7aa7-4bab-bbbd-a412e6faeb18", +Cell[82745, 2027, 365, 10, 50, "Output",ExpressionUUID->"208f1ba4-47c9-403b-8526-ae72f35974b1", CellID->385739788] }, Open ]], Cell[CellGroupData[{ -Cell[65141, 1609, 298, 7, 70, "Input",ExpressionUUID->"e4f1429f-02cb-4df4-a3a8-4f58727adc22", +Cell[83147, 2042, 298, 7, 70, "Input",ExpressionUUID->"9e55d2f5-d985-4c0a-8150-105ea171c75f", CellID->239220770], -Cell[65442, 1618, 365, 10, 51, "Output",ExpressionUUID->"4b3b6c1d-7744-447f-b9e2-b2e311a631e8", +Cell[83448, 2051, 365, 10, 50, "Output",ExpressionUUID->"07ac11d1-f070-42ca-8806-6f35c0ce3c45", CellID->796402403] }, Open ]], Cell[CellGroupData[{ -Cell[65844, 1633, 298, 7, 70, "Input",ExpressionUUID->"4b406e1e-8a6b-4a09-b14c-05ff042b270c", +Cell[83850, 2066, 298, 7, 70, "Input",ExpressionUUID->"15c85861-4bad-4665-b9ed-5f144dd33cf0", CellID->2105817969], -Cell[66145, 1642, 365, 10, 51, "Output",ExpressionUUID->"1deba666-a872-4350-bd7b-e3811a43aeba", +Cell[84151, 2075, 365, 10, 50, "Output",ExpressionUUID->"3ab8ff2b-73f4-4ac4-88dd-09ad29547b49", CellID->1703057940] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[66559, 1658, 115, 1, 70, "Section",ExpressionUUID->"23154ff0-5ae7-4e77-a9ee-775df6564993", +Cell[84565, 2091, 115, 1, 70, "Section",ExpressionUUID->"b290792c-342b-4a80-909b-68d38ae7df67", CellID->751418952], -Cell[66677, 1661, 474, 14, 70, "Input",ExpressionUUID->"f6342311-03b5-4608-8c11-550e0752d222", +Cell[84683, 2094, 474, 14, 70, "Input",ExpressionUUID->"ff21824c-051f-49f7-ac72-f98e9babd267", CellID->1994689488], -Cell[67154, 1677, 534, 16, 70, "Input",ExpressionUUID->"926043ca-fd2b-421c-80ad-3f96f5a81ddc", +Cell[85160, 2110, 534, 16, 70, "Input",ExpressionUUID->"19d679c2-9541-4a05-a966-2a087a96e66b", CellID->91765623], Cell[CellGroupData[{ -Cell[67713, 1697, 167, 3, 70, "Input",ExpressionUUID->"8a48cb91-9729-44be-9e18-333fd88d308c", +Cell[85719, 2130, 167, 3, 70, "Input",ExpressionUUID->"e5641a4d-3f76-4024-912b-ded174196d81", CellID->718972848], -Cell[67883, 1702, 131, 2, 36, "Output",ExpressionUUID->"01824606-ddfc-4cf2-94cb-53b801eee44c", +Cell[85889, 2135, 131, 2, 36, "Output",ExpressionUUID->"69616118-01cf-445f-9db3-a44b8acd62b4", CellID->675946834] }, Open ]], Cell[CellGroupData[{ -Cell[68051, 1709, 170, 3, 70, "Input",ExpressionUUID->"268b4781-2b4f-4149-b809-f66490c91cb6", +Cell[86057, 2142, 170, 3, 70, "Input",ExpressionUUID->"36d067d6-c9b8-42ba-b187-bcb7a96b2bbf", CellID->1015456759], -Cell[68224, 1714, 130, 2, 36, "Output",ExpressionUUID->"dc4d8e8a-09e5-4300-8bc5-749eb6fe370b", +Cell[86230, 2147, 130, 2, 36, "Output",ExpressionUUID->"ef6c87b6-7c09-4fd8-823d-0943323c8af7", CellID->96841058] }, Open ]], Cell[CellGroupData[{ -Cell[68391, 1721, 173, 3, 70, "Input",ExpressionUUID->"353e2d20-d124-463f-a4b0-e7d52bd64026", +Cell[86397, 2154, 173, 3, 70, "Input",ExpressionUUID->"09c70a4a-df59-442b-b520-dcb7c15003f3", CellID->783161490], -Cell[68567, 1726, 131, 2, 36, "Output",ExpressionUUID->"2595a8f3-53f0-49c7-9683-bbb56270faa8", +Cell[86573, 2159, 131, 2, 36, "Output",ExpressionUUID->"9fca0a08-ca62-48c7-9800-b77b8520d3f2", CellID->1932016747] }, Open ]], Cell[CellGroupData[{ -Cell[68735, 1733, 175, 3, 70, "Input",ExpressionUUID->"0636eb51-42a4-4d3e-92a9-ad59d3633843", +Cell[86741, 2166, 175, 3, 70, "Input",ExpressionUUID->"183271f2-be93-4152-a14f-b496ce0a1db7", CellID->1727056918], -Cell[68913, 1738, 130, 2, 36, "Output",ExpressionUUID->"85bcfc4c-51cb-4b9b-8b86-054232372d3d", +Cell[86919, 2171, 130, 2, 36, "Output",ExpressionUUID->"a95628aa-26ae-4303-bca3-5e351b15c264", CellID->253826379] }, Open ]], Cell[CellGroupData[{ -Cell[69080, 1745, 180, 3, 70, "Input",ExpressionUUID->"6132f46f-35e7-4094-9315-9d3352de4b78", +Cell[87086, 2178, 180, 3, 70, "Input",ExpressionUUID->"0e004dbc-574c-48fd-b6c0-b31361fba61a", CellID->697719526], -Cell[69263, 1750, 130, 2, 36, "Output",ExpressionUUID->"e60ef860-6f35-47c5-b665-68c3a1fbe3d7", +Cell[87269, 2183, 130, 2, 36, "Output",ExpressionUUID->"b51e51c1-ae6c-4bec-8d35-95b5aaddc32c", CellID->995096264] }, Open ]], Cell[CellGroupData[{ -Cell[69430, 1757, 173, 3, 70, "Input",ExpressionUUID->"9f35ec99-e5e6-4e79-8550-ce1a70b468c9", +Cell[87436, 2190, 173, 3, 70, "Input",ExpressionUUID->"f8120fe7-259d-41e4-8f52-bdea5a340d7a", CellID->202224902], -Cell[69606, 1762, 131, 2, 36, "Output",ExpressionUUID->"f0d39fb0-f8c0-48a7-836e-ba61501aaeb3", +Cell[87612, 2195, 131, 2, 36, "Output",ExpressionUUID->"837613fb-452d-4762-a6b2-1435b9306862", CellID->1852396426] }, Open ]], Cell[CellGroupData[{ -Cell[69774, 1769, 183, 3, 70, "Input",ExpressionUUID->"ecf108aa-1e73-4cea-8f0c-68ef310973f7", +Cell[87780, 2202, 183, 3, 70, "Input",ExpressionUUID->"82cc5ad6-9a84-469e-b111-2a008c266e21", CellID->1936276116], -Cell[69960, 1774, 131, 2, 36, "Output",ExpressionUUID->"e285bcaa-910d-4c02-8fc7-13d466e4b528", +Cell[87966, 2207, 131, 2, 36, "Output",ExpressionUUID->"447612cf-2be1-4282-8345-477b2623913c", CellID->2049374083] }, Open ]], Cell[CellGroupData[{ -Cell[70128, 1781, 166, 3, 70, "Input",ExpressionUUID->"0677ce8c-a949-404b-b02a-fc982a944159", +Cell[88134, 2214, 166, 3, 70, "Input",ExpressionUUID->"6756fa64-c361-41da-8c27-b3ee62a1edc0", CellID->1422453439], -Cell[70297, 1786, 130, 2, 36, "Output",ExpressionUUID->"ac36ab23-fb98-4a57-907a-5e6b3c52c170", +Cell[88303, 2219, 130, 2, 36, "Output",ExpressionUUID->"6966e382-3b9a-44ab-a2dc-25eacc2525fc", CellID->453323018] }, Open ]], Cell[CellGroupData[{ -Cell[70464, 1793, 199, 4, 70, "Input",ExpressionUUID->"30cad902-3ec2-4a7f-ac4c-c80ab174702d", +Cell[88470, 2226, 199, 4, 70, "Input",ExpressionUUID->"300bf1c6-921c-4d4e-9e79-d92df9c5c337", CellID->577909306], -Cell[70666, 1799, 363, 10, 51, "Output",ExpressionUUID->"579c090c-af2c-4f72-bfd0-d04e990fb64a", +Cell[88672, 2232, 363, 10, 51, "Output",ExpressionUUID->"4fb82ccc-6b11-4260-9639-82f7874a776f", CellID->1911208342] }, Open ]], Cell[CellGroupData[{ -Cell[71066, 1814, 289, 7, 70, "Input",ExpressionUUID->"587efc49-fcc7-4379-b0a6-97de85c3b51e", +Cell[89072, 2247, 289, 7, 70, "Input",ExpressionUUID->"33b48a77-5b92-4eff-baaf-da32eccab999", CellID->230199369], -Cell[71358, 1823, 432, 12, 51, "Output",ExpressionUUID->"cfd598b5-466e-4a61-a8b9-6eda905b2b2f", +Cell[89364, 2256, 432, 12, 51, "Output",ExpressionUUID->"59366992-ca13-4e9e-82ea-45eec139ecde", CellID->625216177] }, Open ]], Cell[CellGroupData[{ -Cell[71827, 1840, 298, 7, 70, "Input",ExpressionUUID->"9edf8a0b-faf9-4149-b89b-24db9051014f", +Cell[89833, 2273, 298, 7, 70, "Input",ExpressionUUID->"1c1942c9-3bf0-4eed-9999-02437c859c9f", CellID->627452294], -Cell[72128, 1849, 433, 12, 51, "Output",ExpressionUUID->"97956a26-85aa-4224-90cf-5e28af04d57d", +Cell[90134, 2282, 433, 12, 51, "Output",ExpressionUUID->"d5dafa4c-acd8-4092-bdc7-3758a8257791", CellID->1352744853] }, Open ]], Cell[CellGroupData[{ -Cell[72598, 1866, 298, 7, 70, "Input",ExpressionUUID->"ef923bdf-80da-4819-ae88-7175aaf1aa26", +Cell[90604, 2299, 298, 7, 70, "Input",ExpressionUUID->"00562ac3-26e5-401c-a9bb-6d57e4ff17b2", CellID->478915467], -Cell[72899, 1875, 432, 12, 51, "Output",ExpressionUUID->"00231ab3-1fdc-4152-a07e-1b0067652bb3", +Cell[90905, 2308, 432, 12, 51, "Output",ExpressionUUID->"72180065-46db-4198-87e3-3d023328e17d", CellID->740695118] }, Open ]], Cell[CellGroupData[{ -Cell[73368, 1892, 298, 7, 70, "Input",ExpressionUUID->"c08f7644-8527-4fa9-940d-b8d74f1fa08d", +Cell[91374, 2325, 298, 7, 70, "Input",ExpressionUUID->"ce806131-420c-4775-8878-8997a0b5215b", CellID->1907104741], -Cell[73669, 1901, 433, 12, 51, "Output",ExpressionUUID->"891c4014-496d-413a-81f2-68f04c8b41e6", +Cell[91675, 2334, 433, 12, 51, "Output",ExpressionUUID->"52f859b8-c07f-471e-bf96-f44acaa5b888", CellID->2045430577] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[74151, 1919, 111, 1, 70, "Section",ExpressionUUID->"50691c43-5e95-48ad-b10a-9067624c0e0f", +Cell[92157, 2352, 111, 1, 70, "Section",ExpressionUUID->"dba641bb-a322-4f2e-b4f0-396359ce2c6d", CellID->599246957], -Cell[74265, 1922, 432, 13, 70, "Input",ExpressionUUID->"e4c41f96-5f96-4c48-bfa1-4c9e3df1ac49", +Cell[92271, 2355, 432, 13, 70, "Input",ExpressionUUID->"d82a12b9-355f-48a6-9bf2-f772a10a56ed", CellID->28438079], -Cell[74700, 1937, 415, 12, 70, "Input",ExpressionUUID->"0c02a5b1-3ce7-4a60-8a50-cc95aaf6eb98", +Cell[92706, 2370, 415, 12, 70, "Input",ExpressionUUID->"d5f9c4e8-af7e-46ff-abf5-166b2a31e18b", CellID->583521851], Cell[CellGroupData[{ -Cell[75140, 1953, 167, 3, 70, "Input",ExpressionUUID->"d68a9cba-e1d4-4e4e-983e-03e409f63e87", +Cell[93146, 2386, 167, 3, 70, "Input",ExpressionUUID->"29b3de57-2bb2-4ae9-ac0e-7d92b92c3902", CellID->446452797], -Cell[75310, 1958, 131, 2, 36, "Output",ExpressionUUID->"8d1ebd63-74b2-4166-8031-6db0670b7209", +Cell[93316, 2391, 131, 2, 36, "Output",ExpressionUUID->"935a3a97-9665-4120-98b4-43ca7f0f597d", CellID->1286711490] }, Open ]], Cell[CellGroupData[{ -Cell[75478, 1965, 170, 3, 70, "Input",ExpressionUUID->"39a02520-37f1-46e4-8b09-329b32f94608", +Cell[93484, 2398, 170, 3, 70, "Input",ExpressionUUID->"d20e7cfe-325f-4e8a-bf73-0f430d09b225", CellID->1302494699], -Cell[75651, 1970, 131, 2, 36, "Output",ExpressionUUID->"32d01cd1-6871-4476-8481-04f091e26ae8", +Cell[93657, 2403, 131, 2, 36, "Output",ExpressionUUID->"a18facbc-011c-4fec-8e93-8f9eed37508a", CellID->1686412671] }, Open ]], Cell[CellGroupData[{ -Cell[75819, 1977, 174, 3, 70, "Input",ExpressionUUID->"3f1acaf0-30e6-4509-9c82-b5197fcbb5e5", +Cell[93825, 2410, 174, 3, 70, "Input",ExpressionUUID->"c55f54c2-8463-4060-830c-0c557f8afce5", CellID->1135660461], -Cell[75996, 1982, 130, 2, 36, "Output",ExpressionUUID->"57b9754a-9b27-4c14-8f96-8985d3344616", +Cell[94002, 2415, 130, 2, 36, "Output",ExpressionUUID->"01f54887-28f7-4399-8b94-fc30d2ecf63e", CellID->158713510] }, Open ]], Cell[CellGroupData[{ -Cell[76163, 1989, 175, 3, 70, "Input",ExpressionUUID->"c63f94a1-ad7b-4127-a57d-b8f3cfe60f8a", +Cell[94169, 2422, 175, 3, 70, "Input",ExpressionUUID->"23257232-21df-43da-8716-391045d34c42", CellID->2052203082], -Cell[76341, 1994, 130, 2, 36, "Output",ExpressionUUID->"fa08d6a5-674a-4d53-a236-87fd2962e237", +Cell[94347, 2427, 130, 2, 36, "Output",ExpressionUUID->"4baf47f4-7a02-4399-9ece-0dbdec1a45a4", CellID->241875174] }, Open ]], Cell[CellGroupData[{ -Cell[76508, 2001, 180, 3, 70, "Input",ExpressionUUID->"27abde68-acb4-4bbd-899a-8fa6716d9fdc", +Cell[94514, 2434, 180, 3, 70, "Input",ExpressionUUID->"584c3966-ea8f-41e2-8f61-6bb6d2bc68a9", CellID->997352034], -Cell[76691, 2006, 130, 2, 36, "Output",ExpressionUUID->"79fd33c8-e374-457e-aa2e-89b7a16929f5", +Cell[94697, 2439, 130, 2, 36, "Output",ExpressionUUID->"1662a5f0-a7a9-4941-81e6-d815f46d7818", CellID->921833879] }, Open ]], Cell[CellGroupData[{ -Cell[76858, 2013, 173, 3, 70, "Input",ExpressionUUID->"b4455674-7a90-460f-80f2-7273621be63d", +Cell[94864, 2446, 173, 3, 70, "Input",ExpressionUUID->"39eeb9d5-4786-4f02-a4a6-b416e527901e", CellID->436690491], -Cell[77034, 2018, 130, 2, 36, "Output",ExpressionUUID->"31b5d5fb-95dd-45d8-84e5-08797e1a4203", +Cell[95040, 2451, 130, 2, 36, "Output",ExpressionUUID->"c52c83f0-deb9-4e49-af82-2f05601051b2", CellID->503316689] }, Open ]], Cell[CellGroupData[{ -Cell[77201, 2025, 182, 3, 70, "Input",ExpressionUUID->"b731c348-ca0a-4ad2-aca1-df52ae39f15a", +Cell[95207, 2458, 182, 3, 70, "Input",ExpressionUUID->"bbabc487-dd3b-4fce-81b1-d743b1850136", CellID->406114944], -Cell[77386, 2030, 130, 2, 36, "Output",ExpressionUUID->"c91f4b91-4bf8-41f7-a806-1b0e9c978850", +Cell[95392, 2463, 130, 2, 36, "Output",ExpressionUUID->"3f2ebfb1-3dbf-4d7b-90fc-3935da66be63", CellID->617121383] }, Open ]], Cell[CellGroupData[{ -Cell[77553, 2037, 166, 3, 70, "Input",ExpressionUUID->"1f6031c1-81a9-4ea2-b38c-2bf434c43b78", +Cell[95559, 2470, 166, 3, 70, "Input",ExpressionUUID->"750f0526-02cc-4a9c-af9f-ec12ff37d9ab", CellID->1224876491], -Cell[77722, 2042, 131, 2, 36, "Output",ExpressionUUID->"b50b3e38-6352-4a04-a2bc-4c44a7e219ed", +Cell[95728, 2475, 131, 2, 36, "Output",ExpressionUUID->"0b519751-aed3-4c7d-9bbd-1ef19c400d68", CellID->1056026621] }, Open ]], Cell[CellGroupData[{ -Cell[77890, 2049, 200, 4, 70, "Input",ExpressionUUID->"340095e7-4c62-4c41-b3d3-e1f7f0dfc8db", +Cell[95896, 2482, 200, 4, 70, "Input",ExpressionUUID->"84d071de-b58a-43e6-9166-38e9c996ba16", CellID->1946568334], -Cell[78093, 2055, 367, 10, 51, "Output",ExpressionUUID->"472f6ffd-eaca-41d2-90c0-9e968f8449f3", +Cell[96099, 2488, 367, 10, 51, "Output",ExpressionUUID->"89d46885-126a-4d1b-b825-e7bf779dda21", CellID->1578874524] }, Open ]], Cell[CellGroupData[{ -Cell[78497, 2070, 290, 7, 70, "Input",ExpressionUUID->"2f9f0126-04c6-44fe-af6f-3d0823febb57", +Cell[96503, 2503, 290, 7, 70, "Input",ExpressionUUID->"8495cdd9-5619-46ac-85ba-e4948b5137d7", CellID->1056509057], -Cell[78790, 2079, 405, 11, 51, "Output",ExpressionUUID->"6ca8eafa-197f-4517-969d-b9ee3feb7d40", +Cell[96796, 2512, 405, 11, 51, "Output",ExpressionUUID->"6f98fb7e-72a8-4c0f-8c07-f1017ce0ffec", CellID->1743299607] }, Open ]], Cell[CellGroupData[{ -Cell[79232, 2095, 297, 7, 70, "Input",ExpressionUUID->"d0af6f07-9bc3-4b1f-8036-f23bea697c31", +Cell[97238, 2528, 297, 7, 70, "Input",ExpressionUUID->"d21777b5-0d02-4f72-8094-56ac6fbdb478", CellID->95205139], -Cell[79532, 2104, 405, 11, 51, "Output",ExpressionUUID->"4baed2cd-9a5d-4fca-ba16-e8f9244f0af0", +Cell[97538, 2537, 405, 11, 51, "Output",ExpressionUUID->"044f3f8a-6637-40db-878a-b4d366f4c523", CellID->1124943979] }, Open ]], Cell[CellGroupData[{ -Cell[79974, 2120, 298, 7, 70, "Input",ExpressionUUID->"d05f8ccc-dca7-4cd9-a436-9903aad7bc1a", +Cell[97980, 2553, 298, 7, 70, "Input",ExpressionUUID->"cb236cdb-ec54-4cf7-952f-9bed2abcaf61", CellID->333848259], -Cell[80275, 2129, 403, 11, 51, "Output",ExpressionUUID->"8de59d2f-0746-43d9-aa04-7184b69abdfd", +Cell[98281, 2562, 403, 11, 51, "Output",ExpressionUUID->"08df134c-5d59-4342-9d6e-ffe879eb8a01", CellID->30328623] }, Open ]], Cell[CellGroupData[{ -Cell[80715, 2145, 298, 7, 70, "Input",ExpressionUUID->"4bc2a248-fd60-44e1-a16d-ae8f2490c22a", +Cell[98721, 2578, 298, 7, 70, "Input",ExpressionUUID->"f4eeba53-5c73-45e3-9bac-e1d5d06d790d", CellID->2095861529], -Cell[81016, 2154, 404, 11, 51, "Output",ExpressionUUID->"08470915-4baa-4092-b941-567c498fb214", +Cell[99022, 2587, 404, 11, 51, "Output",ExpressionUUID->"4efbc8af-3587-449a-8e5a-455f6508db8d", CellID->300549759] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[81469, 2171, 112, 1, 70, "Section",ExpressionUUID->"0807180f-9ab6-4c72-9aca-53e751bda309", +Cell[99475, 2604, 112, 1, 70, "Section",ExpressionUUID->"0fad5e56-c3f1-485a-ad3c-46dcc1e8a104", CellID->1522710203], -Cell[81584, 2174, 416, 12, 70, "Input",ExpressionUUID->"7749fa0c-3a4a-4b42-8b91-b5ea7abbf214", +Cell[99590, 2607, 416, 12, 70, "Input",ExpressionUUID->"920ced93-a80e-4739-aaa1-26f922e5cc8e", CellID->1927964428], Cell[CellGroupData[{ -Cell[82025, 2190, 168, 3, 70, "Input",ExpressionUUID->"98f061e7-bc08-4dc1-bbbc-e4059f99525d", +Cell[100031, 2623, 168, 3, 70, "Input",ExpressionUUID->"d7c850ca-ae5a-44a9-b4a8-cc017fa938c2", CellID->1574007852], -Cell[82196, 2195, 131, 2, 36, "Output",ExpressionUUID->"64820c94-0687-4a40-b98d-09fcc1dd19d3", +Cell[100202, 2628, 131, 2, 36, "Output",ExpressionUUID->"01999ea1-8610-4ef1-84db-0e0684712da7", CellID->126252063] }, Open ]], Cell[CellGroupData[{ -Cell[82364, 2202, 169, 3, 70, "Input",ExpressionUUID->"4c99d648-2290-40ef-8204-57fb09ac46e7", +Cell[100370, 2635, 169, 3, 70, "Input",ExpressionUUID->"f8c0dc2a-e3a6-460c-b5d8-bce256f2bf87", CellID->364002632], -Cell[82536, 2207, 132, 2, 36, "Output",ExpressionUUID->"7830e3c8-fc3e-49e8-a2c8-39bf481960b3", +Cell[100542, 2640, 132, 2, 36, "Output",ExpressionUUID->"12134ed3-0fee-4748-9091-e3843a5f8f37", CellID->1387709475] }, Open ]], Cell[CellGroupData[{ -Cell[82705, 2214, 174, 3, 70, "Input",ExpressionUUID->"0d07ad45-aaca-4c22-acdb-eb1d92b4d648", +Cell[100711, 2647, 174, 3, 70, "Input",ExpressionUUID->"c25603d4-9577-4ded-9f83-17c1a11fa411", CellID->1671351985], -Cell[82882, 2219, 130, 2, 36, "Output",ExpressionUUID->"bce93e75-d794-458f-bc94-fab0ead75192", +Cell[100888, 2652, 130, 2, 36, "Output",ExpressionUUID->"2d29e1c7-b56a-4235-9547-d036a70530cd", CellID->686289547] }, Open ]], Cell[CellGroupData[{ -Cell[83049, 2226, 175, 3, 70, "Input",ExpressionUUID->"b64351bd-1a54-4646-8ca8-361d271f4bc1", +Cell[101055, 2659, 175, 3, 70, "Input",ExpressionUUID->"f68103ea-9d6b-4d56-a575-80f0d45c4ff3", CellID->1142018593], -Cell[83227, 2231, 131, 2, 36, "Output",ExpressionUUID->"af5c247e-19d0-42df-bfbc-c4830f38ab06", +Cell[101233, 2664, 131, 2, 36, "Output",ExpressionUUID->"269a2544-507b-4bfd-9ec6-975a8659511d", CellID->922654467] }, Open ]], Cell[CellGroupData[{ -Cell[83395, 2238, 180, 3, 70, "Input",ExpressionUUID->"2f726846-a7f5-4da6-b026-9c4b10488dec", +Cell[101401, 2671, 180, 3, 70, "Input",ExpressionUUID->"38cfa8e0-3047-4220-8df3-30d0fe67bb0a", CellID->936792447], -Cell[83578, 2243, 131, 2, 36, "Output",ExpressionUUID->"49292f1f-2231-48bd-9b32-b526dfdb621b", +Cell[101584, 2676, 131, 2, 36, "Output",ExpressionUUID->"61485c82-0a39-4db9-8a5e-40503789e2e9", CellID->943283767] }, Open ]], Cell[CellGroupData[{ -Cell[83746, 2250, 173, 3, 70, "Input",ExpressionUUID->"956d13ba-4866-4ccd-9148-ce1be405b9e5", +Cell[101752, 2683, 173, 3, 70, "Input",ExpressionUUID->"597bc18c-9578-4796-9666-ee9a0b16ef48", CellID->398499764], -Cell[83922, 2255, 132, 2, 36, "Output",ExpressionUUID->"418f6dfb-ff1d-41c0-a506-f05cdc308785", +Cell[101928, 2688, 132, 2, 36, "Output",ExpressionUUID->"79f9165b-efd4-4687-9aeb-f6106a2c1b50", CellID->1362236381] }, Open ]], Cell[CellGroupData[{ -Cell[84091, 2262, 183, 3, 70, "Input",ExpressionUUID->"b9d95258-b1fd-41d1-9a22-996fddf2687d", +Cell[102097, 2695, 183, 3, 70, "Input",ExpressionUUID->"6d527bdc-b484-4a1a-9a34-fcbfcb4cc807", CellID->1250628068], -Cell[84277, 2267, 132, 2, 36, "Output",ExpressionUUID->"6c14b209-5dee-4bb0-a37a-3cc192395f89", +Cell[102283, 2700, 132, 2, 36, "Output",ExpressionUUID->"51be140a-5224-4c2c-8861-1d2d7032e577", CellID->1019495525] }, Open ]], Cell[CellGroupData[{ -Cell[84446, 2274, 166, 3, 70, "Input",ExpressionUUID->"52e0940d-3f53-4a4b-8a92-b4c1d2041505", +Cell[102452, 2707, 166, 3, 70, "Input",ExpressionUUID->"84a3edf2-dca5-4043-9a3b-923ef92961d0", CellID->1222744856], -Cell[84615, 2279, 131, 2, 36, "Output",ExpressionUUID->"9a78e5f4-e3d3-4be4-9665-b22aba44e2a8", +Cell[102621, 2712, 131, 2, 36, "Output",ExpressionUUID->"73c18067-463b-4a05-9e49-6200c4ec735f", CellID->727816866] }, Open ]], Cell[CellGroupData[{ -Cell[84783, 2286, 200, 4, 70, "Input",ExpressionUUID->"8c8cef08-ae68-4374-b36a-60aae6e8829a", +Cell[102789, 2719, 200, 4, 70, "Input",ExpressionUUID->"c78f6eac-0136-4d9a-96dc-312a8f1673bc", CellID->1359305150], -Cell[84986, 2292, 367, 10, 51, "Output",ExpressionUUID->"d5257075-dc96-4fd4-805b-839cd53e540a", +Cell[102992, 2725, 367, 10, 51, "Output",ExpressionUUID->"8e673aad-739b-4071-b84b-5db359467397", CellID->1616062760] }, Open ]], Cell[CellGroupData[{ -Cell[85390, 2307, 290, 7, 70, "Input",ExpressionUUID->"792ad47e-495e-4479-ad07-c66fcd30a0a4", +Cell[103396, 2740, 290, 7, 70, "Input",ExpressionUUID->"3925fc4c-6cc6-4750-841d-3f49668b96b5", CellID->2135342763], -Cell[85683, 2316, 678, 18, 51, "Output",ExpressionUUID->"39a7e50f-cfba-40e5-ac52-72467c178ab7", +Cell[103689, 2749, 678, 18, 50, "Output",ExpressionUUID->"bac19aff-77a1-4a1f-9e99-f9e7ad6a5bda", CellID->2014591789] }, Open ]], Cell[CellGroupData[{ -Cell[86398, 2339, 298, 7, 70, "Input",ExpressionUUID->"1a64681d-ae92-490a-bb24-9ce89035de8b", +Cell[104404, 2772, 298, 7, 70, "Input",ExpressionUUID->"25dc2ef0-4d46-471e-83b5-bbd9e572863b", CellID->165143468], -Cell[86699, 2348, 198, 2, 70, "Print",ExpressionUUID->"2482b42d-1186-4db5-9572-f39aaa71bff6", +Cell[104705, 2781, 198, 2, 70, "Print",ExpressionUUID->"665d7373-a254-436c-9edd-cdcc815c6e75", CellID->432729645], -Cell[86900, 2352, 200, 5, 36, "Output",ExpressionUUID->"5ac7f188-e2bf-472c-9b3d-b59cba7ec280", +Cell[104906, 2785, 200, 5, 36, "Output",ExpressionUUID->"caf243af-ca1c-4076-b84a-95f8bcae06bb", CellID->1517953196] }, Open ]], Cell[CellGroupData[{ -Cell[87137, 2362, 298, 7, 70, "Input",ExpressionUUID->"f9f697db-dcf0-4ca9-b20f-98efe38f8b55", +Cell[105143, 2795, 298, 7, 70, "Input",ExpressionUUID->"e62bc5d7-9a57-42fe-b16e-d887780cdd9c", CellID->260348607], -Cell[87438, 2371, 398, 11, 51, "Output",ExpressionUUID->"2477a870-477d-4ccc-a939-2ea94e699bb4", +Cell[105444, 2804, 398, 11, 51, "Output",ExpressionUUID->"6759a04b-baf4-4e95-9bd6-5f8556e31f7f", CellID->320431159] }, Open ]], Cell[CellGroupData[{ -Cell[87873, 2387, 298, 7, 70, "Input",ExpressionUUID->"d40454c4-cf27-47c9-996c-0d9f18143cf8", +Cell[105879, 2820, 298, 7, 70, "Input",ExpressionUUID->"49c433a9-6731-4ab6-85e0-d462ba95993b", CellID->1198634061], -Cell[88174, 2396, 398, 11, 51, "Output",ExpressionUUID->"b92274bc-b352-402b-a711-ef0944d9fd50", +Cell[106180, 2829, 398, 11, 51, "Output",ExpressionUUID->"13422fba-53e9-4211-ac3e-82230ce34f08", CellID->196454339] }, Open ]], Cell[CellGroupData[{ -Cell[88609, 2412, 294, 7, 70, "Input",ExpressionUUID->"feaf0fe2-8454-4dbd-a192-7c9a22d55efe", +Cell[106615, 2845, 294, 7, 70, "Input",ExpressionUUID->"3aaf23c6-fa6c-4919-a0a9-5d9a4c6f5489", CellID->462208467], -Cell[88906, 2421, 399, 11, 51, "Output",ExpressionUUID->"df3ed701-0149-4ab6-bb42-8bd3dd34d232", +Cell[106912, 2854, 399, 11, 51, "Output",ExpressionUUID->"c8f4c934-f346-4e7e-ae49-4514a50fcf52", CellID->2143169373] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[89354, 2438, 135, 1, 70, "Section",ExpressionUUID->"73f1b05b-5a4f-4844-b412-f0dc701a6a0e", +Cell[107360, 2871, 135, 1, 70, "Section",ExpressionUUID->"9bdc00eb-c296-4153-bee4-c066de0d3d06", CellID->1398664273], -Cell[89492, 2441, 389, 11, 70, "Input",ExpressionUUID->"5def1fa5-b2e8-4501-9bb6-bd49ceaa5a5b", +Cell[107498, 2874, 389, 11, 70, "Input",ExpressionUUID->"2435ceb5-92e6-4527-9140-bd81eef2a380", CellID->242689248], Cell[CellGroupData[{ -Cell[89906, 2456, 168, 3, 70, "Input",ExpressionUUID->"78465fc5-f477-4c31-8240-e2c174bae2eb", +Cell[107912, 2889, 168, 3, 70, "Input",ExpressionUUID->"0ceccec8-14ed-4350-ae5a-94ea91cf64e1", CellID->1599919160], -Cell[90077, 2461, 132, 2, 36, "Output",ExpressionUUID->"b34281e4-de76-4be4-8c74-315d54a053d2", +Cell[108083, 2894, 132, 2, 36, "Output",ExpressionUUID->"b272fb93-983a-4699-bbd6-76cfd33b4a6b", CellID->1673176013] }, Open ]], Cell[CellGroupData[{ -Cell[90246, 2468, 169, 3, 70, "Input",ExpressionUUID->"341a1a1b-9457-4f64-ade1-bc92d5cbb7e7", +Cell[108252, 2901, 169, 3, 70, "Input",ExpressionUUID->"7ce9f3e4-f008-4ac9-9c9b-7efbbb94a48f", CellID->606691880], -Cell[90418, 2473, 131, 2, 36, "Output",ExpressionUUID->"fc6e781f-a06c-4491-a216-bcd18cc51b80", +Cell[108424, 2906, 131, 2, 36, "Output",ExpressionUUID->"d0efed66-11c7-49c6-b170-49bcb08bbe66", CellID->937149457] }, Open ]], Cell[CellGroupData[{ -Cell[90586, 2480, 173, 3, 70, "Input",ExpressionUUID->"baf35ece-8235-46e4-81cb-6755534c7998", +Cell[108592, 2913, 173, 3, 70, "Input",ExpressionUUID->"566a84a3-5de8-4248-8ab7-0a3327ddfb92", CellID->326197244], -Cell[90762, 2485, 131, 2, 36, "Output",ExpressionUUID->"82fe861d-140b-43f2-ab42-14ca5cf1f3d6", +Cell[108768, 2918, 131, 2, 36, "Output",ExpressionUUID->"7d4fb9c3-0eaa-4c7f-8bfd-02b437271cb2", CellID->2041116302] }, Open ]], Cell[CellGroupData[{ -Cell[90930, 2492, 174, 3, 70, "Input",ExpressionUUID->"59eff126-4d2e-4f26-b1f0-eae884a1b755", +Cell[108936, 2925, 174, 3, 70, "Input",ExpressionUUID->"85a7d021-7458-4574-b79e-5fd06ed7e391", CellID->467431106], -Cell[91107, 2497, 131, 2, 36, "Output",ExpressionUUID->"32da6caa-df46-4fc2-a80f-c4751cda7977", +Cell[109113, 2930, 131, 2, 36, "Output",ExpressionUUID->"bbc291d6-c070-4f31-9998-a6f5b998494f", CellID->812403855] }, Open ]], Cell[CellGroupData[{ -Cell[91275, 2504, 181, 3, 70, "Input",ExpressionUUID->"25c48146-b99b-4c18-bda5-092ac8070bf3", +Cell[109281, 2937, 181, 3, 70, "Input",ExpressionUUID->"e68b734d-3091-40e7-9718-d87527dd45b8", CellID->1062498011], -Cell[91459, 2509, 131, 2, 36, "Output",ExpressionUUID->"5399327b-aafe-40e3-b074-97c3760df6af", +Cell[109465, 2942, 131, 2, 36, "Output",ExpressionUUID->"6a906d09-66f3-480a-ac0a-5b86b6de0560", CellID->476078481] }, Open ]], Cell[CellGroupData[{ -Cell[91627, 2516, 174, 3, 70, "Input",ExpressionUUID->"7880c986-a4b8-4ed5-8b3a-f30d0b8c3b00", +Cell[109633, 2949, 174, 3, 70, "Input",ExpressionUUID->"3c157e72-7e71-438e-a462-8e18ded375e1", CellID->1384225807], -Cell[91804, 2521, 130, 2, 36, "Output",ExpressionUUID->"322d0586-d836-4740-9fbf-279b50f82ba6", +Cell[109810, 2954, 130, 2, 36, "Output",ExpressionUUID->"c9e2f87f-3951-4793-9563-071d10210268", CellID->52346164] }, Open ]], Cell[CellGroupData[{ -Cell[91971, 2528, 182, 3, 70, "Input",ExpressionUUID->"a2499734-822c-4ed8-8ea2-67624b330623", +Cell[109977, 2961, 182, 3, 70, "Input",ExpressionUUID->"a0f8d1c5-3966-46b6-8177-41d6928f55d0", CellID->617313553], -Cell[92156, 2533, 132, 2, 36, "Output",ExpressionUUID->"b924baca-8191-4736-94ed-6445769fe2d1", +Cell[110162, 2966, 132, 2, 36, "Output",ExpressionUUID->"b58e3628-8a25-4748-baa8-8aa97a50fd66", CellID->1054279030] }, Open ]], Cell[CellGroupData[{ -Cell[92325, 2540, 166, 3, 70, "Input",ExpressionUUID->"6b16ac18-f22c-40d7-9f12-bc3269721c52", +Cell[110331, 2973, 166, 3, 70, "Input",ExpressionUUID->"77ee2a20-369a-469a-aca4-46c48d7d7a24", CellID->2071903700], -Cell[92494, 2545, 132, 2, 36, "Output",ExpressionUUID->"e8ae6755-5b64-4348-a360-dde821b3ef9a", +Cell[110500, 2978, 132, 2, 36, "Output",ExpressionUUID->"3224fa85-5a85-4b14-bf39-39e79a0bc29c", CellID->1397912360] }, Open ]], Cell[CellGroupData[{ -Cell[92663, 2552, 200, 4, 70, "Input",ExpressionUUID->"d2dd1e3d-d4fd-4512-bedc-ecccf6b7daf5", +Cell[110669, 2985, 200, 4, 70, "Input",ExpressionUUID->"5d926d04-a7f7-48b9-b983-3a20b721fdee", CellID->1431237565], -Cell[92866, 2558, 366, 10, 51, "Output",ExpressionUUID->"1ba1f8a3-54e4-4b41-a133-26afec90e371", +Cell[110872, 2991, 366, 10, 51, "Output",ExpressionUUID->"5e8ab392-3cc6-4b92-9ad0-7a3ec882f849", CellID->555662853] }, Open ]], Cell[CellGroupData[{ -Cell[93269, 2573, 289, 7, 70, "Input",ExpressionUUID->"8d9b8f8e-b7dc-4f13-b362-48564e2d0111", +Cell[111275, 3006, 289, 7, 70, "Input",ExpressionUUID->"46931dad-9a41-42a6-a712-dec2a527a376", CellID->114432033], -Cell[93561, 2582, 678, 18, 51, "Output",ExpressionUUID->"b67f53f8-0fc7-4ee1-a2dc-730042eb7ddd", +Cell[111567, 3015, 678, 18, 50, "Output",ExpressionUUID->"cdae4c3f-1297-43ca-8db7-6a859c8072be", CellID->1671400413] }, Open ]], Cell[CellGroupData[{ -Cell[94276, 2605, 298, 7, 70, "Input",ExpressionUUID->"a132a18b-4bc3-463e-beae-5989b31115aa", +Cell[112282, 3038, 298, 7, 70, "Input",ExpressionUUID->"54d7bdc8-74b5-45c1-befa-73f8d41bbc9f", CellID->389701220], -Cell[94577, 2614, 198, 2, 70, "Print",ExpressionUUID->"1020eb2f-21ea-4796-bc7c-e5ba7653e6bb", +Cell[112583, 3047, 198, 2, 70, "Print",ExpressionUUID->"535583cd-2b37-4afb-ae41-727d8175bbed", CellID->306455333], -Cell[94778, 2618, 200, 5, 36, "Output",ExpressionUUID->"7c43c3d5-4c59-4f47-b7f0-9ecb15e7e15d", +Cell[112784, 3051, 200, 5, 36, "Output",ExpressionUUID->"744c3a43-dbcb-448d-a46b-52b9bb5fd1e4", CellID->2134537377] }, Open ]], Cell[CellGroupData[{ -Cell[95015, 2628, 298, 7, 70, "Input",ExpressionUUID->"cf31a53c-b545-4c96-9f8a-c96e78b64b31", +Cell[113021, 3061, 298, 7, 70, "Input",ExpressionUUID->"2b44faff-2084-4206-913d-c538961a2ccf", CellID->650049827], -Cell[95316, 2637, 399, 11, 51, "Output",ExpressionUUID->"e4d60ddb-4a67-4298-bd41-934064fe4e44", +Cell[113322, 3070, 399, 11, 51, "Output",ExpressionUUID->"5edd068f-579a-400e-aa6e-7361399d1471", CellID->1267216372] }, Open ]], Cell[CellGroupData[{ -Cell[95752, 2653, 297, 7, 70, "Input",ExpressionUUID->"89f8b48e-4b15-486e-aeff-d92169067b2a", +Cell[113758, 3086, 297, 7, 70, "Input",ExpressionUUID->"98f99f71-8656-4542-83a4-92a4b0e07aed", CellID->358079968], -Cell[96052, 2662, 399, 11, 51, "Output",ExpressionUUID->"7581e4f7-0891-4723-9d6a-e21f0d1f433c", +Cell[114058, 3095, 399, 11, 51, "Output",ExpressionUUID->"284b7784-18e1-481c-a11e-38e8e6f34477", CellID->1431399312] }, Open ]], Cell[CellGroupData[{ -Cell[96488, 2678, 294, 7, 70, "Input",ExpressionUUID->"8fe21437-af3d-4e42-99df-70ce79f9a736", +Cell[114494, 3111, 294, 7, 70, "Input",ExpressionUUID->"3cbf6fb5-5317-40f6-ac58-0e5d853ed010", CellID->2134839260], -Cell[96785, 2687, 397, 11, 51, "Output",ExpressionUUID->"ed9e1bbf-9312-41c7-8083-91f0cc7cfba8", +Cell[114791, 3120, 397, 11, 51, "Output",ExpressionUUID->"2c84fc6b-3074-4e99-bb23-136e88b0fa56", CellID->17382353] }, Open ]], Cell[CellGroupData[{ -Cell[97219, 2703, 158, 3, 70, "Input",ExpressionUUID->"bb02989a-23e2-4f82-b9aa-4f4c45307143", +Cell[115225, 3136, 158, 3, 70, "Input",ExpressionUUID->"3310763d-1f76-4579-80e3-6135334a4e1a", CellID->1924668170], -Cell[97380, 2708, 328, 7, 36, "Output",ExpressionUUID->"2490da1f-b286-4bfc-b1d6-3e0bd7e99a5d", +Cell[115386, 3141, 328, 7, 36, "Output",ExpressionUUID->"2d2d6041-6354-4e0a-a417-a5ab2d322ae5", CellID->1567766131] }, Open ]], Cell[CellGroupData[{ -Cell[97745, 2720, 158, 3, 70, "Input",ExpressionUUID->"fb91a7ec-42f6-4750-a630-b08e429ab3a7", +Cell[115751, 3153, 158, 3, 70, "Input",ExpressionUUID->"fb4818dd-3644-4452-afb4-0ef7750a58fa", CellID->1983910436], -Cell[97906, 2725, 328, 7, 36, "Output",ExpressionUUID->"507eef1d-f8dd-4f20-ab0d-4353a80321a4", +Cell[115912, 3158, 328, 7, 36, "Output",ExpressionUUID->"e65c92b7-9ecc-42ec-8fa5-119bbd01156a", CellID->1557651376] }, Open ]], Cell[CellGroupData[{ -Cell[98271, 2737, 158, 3, 70, "Input",ExpressionUUID->"90659961-2940-4c4e-81f8-ad8050bc1915", +Cell[116277, 3170, 158, 3, 70, "Input",ExpressionUUID->"c5407349-9a2b-4152-8974-d09d696d17b1", CellID->836736740], -Cell[98432, 2742, 145, 3, 36, "Output",ExpressionUUID->"c560137c-4152-4fd0-bd1c-3292a730560b", +Cell[116438, 3175, 145, 3, 36, "Output",ExpressionUUID->"1a0b933a-8abf-4058-8249-7cc7c6c835f2", CellID->1405091828] }, Open ]], Cell[CellGroupData[{ -Cell[98614, 2750, 158, 3, 70, "Input",ExpressionUUID->"ecc97a9d-a963-45af-9227-60b6bca001b0", +Cell[116620, 3183, 158, 3, 70, "Input",ExpressionUUID->"34805cc6-cde5-4352-9497-186ae65b38fc", CellID->905710674], -Cell[98775, 2755, 144, 3, 36, "Output",ExpressionUUID->"2a2d79a0-180f-438a-9ff0-e9b3415158b4", +Cell[116781, 3188, 144, 3, 36, "Output",ExpressionUUID->"0322981e-8f47-463c-a8d7-9bb582011b06", CellID->106572030] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[98968, 2764, 111, 1, 70, "Section",ExpressionUUID->"4d8189bd-7324-48a7-8267-db9cf84a370d", +Cell[116974, 3197, 111, 1, 70, "Section",ExpressionUUID->"5cc49c73-15a2-4537-af72-48ef265ae06c", CellID->1776754055], -Cell[99082, 2767, 413, 12, 70, "Input",ExpressionUUID->"5ed4089f-e2fd-4363-bf2c-ea63b80cfb31", +Cell[117088, 3200, 413, 12, 70, "Input",ExpressionUUID->"e9babd7b-b307-4110-b073-da669a332fbb", CellID->1891436717], Cell[CellGroupData[{ -Cell[99520, 2783, 168, 3, 70, "Input",ExpressionUUID->"58f438be-bd0c-45b4-91b5-56d10613f9d1", +Cell[117526, 3216, 168, 3, 70, "Input",ExpressionUUID->"dab85654-c59d-4d81-a22b-3adf20bdeeae", CellID->2024940315], -Cell[99691, 2788, 131, 2, 36, "Output",ExpressionUUID->"ff14185a-cc89-4ad1-90a2-f50cb8625c70", +Cell[117697, 3221, 131, 2, 36, "Output",ExpressionUUID->"81dac7c8-1640-4f59-a48b-52ce9d00283e", CellID->332822195] }, Open ]], Cell[CellGroupData[{ -Cell[99859, 2795, 170, 3, 70, "Input",ExpressionUUID->"c34435f4-2528-4ab4-a1e9-9c9d77237328", +Cell[117865, 3228, 170, 3, 70, "Input",ExpressionUUID->"628fa1be-52a4-4030-a8ce-6e64c58db9b2", CellID->1128178876], -Cell[100032, 2800, 131, 2, 36, "Output",ExpressionUUID->"7be53f87-a091-40f8-b9da-dcb39aaf4772", +Cell[118038, 3233, 131, 2, 36, "Output",ExpressionUUID->"07ca1fb3-6199-4dce-9d85-fa4077f00aea", CellID->200891947] }, Open ]], Cell[CellGroupData[{ -Cell[100200, 2807, 174, 3, 70, "Input",ExpressionUUID->"088e580a-50f0-42ae-9435-211b4623175f", +Cell[118206, 3240, 174, 3, 70, "Input",ExpressionUUID->"6d368a17-7458-4f5b-ba6f-4d2ccced02c9", CellID->1760753093], -Cell[100377, 2812, 131, 2, 36, "Output",ExpressionUUID->"04b23ce6-60b1-47bf-8033-66d22b252c43", +Cell[118383, 3245, 131, 2, 36, "Output",ExpressionUUID->"9d4f49e3-fc86-41fc-8d91-9bf6af6f277a", CellID->1468808411] }, Open ]], Cell[CellGroupData[{ -Cell[100545, 2819, 174, 3, 70, "Input",ExpressionUUID->"1c89c585-8f18-4734-b798-1dbec8e05a98", +Cell[118551, 3252, 174, 3, 70, "Input",ExpressionUUID->"53628ae8-e633-41ca-90f8-0b0adfc78c1f", CellID->651035564], -Cell[100722, 2824, 131, 2, 36, "Output",ExpressionUUID->"84ec27e9-bd76-4d69-8f9d-0c2309d830f3", +Cell[118728, 3257, 131, 2, 36, "Output",ExpressionUUID->"3aff78fe-5d10-459a-b66a-494cff08275c", CellID->1352317720] }, Open ]], Cell[CellGroupData[{ -Cell[100890, 2831, 181, 3, 70, "Input",ExpressionUUID->"db160a5f-74ab-49da-a9ab-f266715124ed", +Cell[118896, 3264, 181, 3, 70, "Input",ExpressionUUID->"bf90433f-a0e5-4cdc-81ae-0aae37f8bfda", CellID->483865207], -Cell[101074, 2836, 131, 2, 36, "Output",ExpressionUUID->"0857be6d-a5dd-465b-9cb4-30210a2a974a", +Cell[119080, 3269, 131, 2, 36, "Output",ExpressionUUID->"7eec7105-ad0b-4c31-9d41-06023cf3a6d0", CellID->928708813] }, Open ]], Cell[CellGroupData[{ -Cell[101242, 2843, 175, 3, 70, "Input",ExpressionUUID->"eab59ff3-8b0d-4323-8d4a-a752b8231bed", +Cell[119248, 3276, 175, 3, 70, "Input",ExpressionUUID->"cfe89210-dfa8-43d6-a682-fa5e69345ea3", CellID->2001758045], -Cell[101420, 2848, 131, 2, 36, "Output",ExpressionUUID->"a38f5aeb-fa74-4f30-8b58-98e6c9180483", +Cell[119426, 3281, 131, 2, 36, "Output",ExpressionUUID->"687ff250-99ab-4553-a502-d0ca2a45b460", CellID->937387524] }, Open ]], Cell[CellGroupData[{ -Cell[101588, 2855, 184, 3, 70, "Input",ExpressionUUID->"e024141b-d71f-4cf2-94ba-555bbcd3eb62", +Cell[119594, 3288, 184, 3, 70, "Input",ExpressionUUID->"ec851a3f-97f1-42d8-a695-368bfaede905", CellID->1265294535], -Cell[101775, 2860, 132, 2, 36, "Output",ExpressionUUID->"069686cf-c3c0-46fa-a20b-56d6957e50a5", +Cell[119781, 3293, 132, 2, 36, "Output",ExpressionUUID->"3811b449-318f-4c16-8d7a-153f21e4a58c", CellID->1219425862] }, Open ]], Cell[CellGroupData[{ -Cell[101944, 2867, 165, 3, 70, "Input",ExpressionUUID->"77f3b1ac-ab85-49c1-b6ad-43475151cea4", +Cell[119950, 3300, 165, 3, 70, "Input",ExpressionUUID->"53ad5ed3-4207-43f0-871d-4da468c7e9e8", CellID->85454868], -Cell[102112, 2872, 132, 2, 36, "Output",ExpressionUUID->"695a4d0a-8ddc-4a0e-9065-70ed87c701b9", +Cell[120118, 3305, 132, 2, 36, "Output",ExpressionUUID->"52d52880-1618-4428-a88f-b5c654dc8bed", CellID->1361438458] }, Open ]], Cell[CellGroupData[{ -Cell[102281, 2879, 200, 4, 70, "Input",ExpressionUUID->"148a5669-9d5b-484c-bad7-634e5619148b", +Cell[120287, 3312, 200, 4, 70, "Input",ExpressionUUID->"70adc7c1-3a12-4e92-b510-288a13fe65aa", CellID->538221748], -Cell[102484, 2885, 216, 5, 36, "Output",ExpressionUUID->"bfd45d20-666f-4f7c-b2c3-8b3ffa16c84c", +Cell[120490, 3318, 216, 5, 36, "Output",ExpressionUUID->"c6264285-945d-4f6a-bc46-23b99ebf69d1", CellID->307857072] }, Open ]], Cell[CellGroupData[{ -Cell[102737, 2895, 290, 7, 70, "Input",ExpressionUUID->"ccde8493-0570-4a76-a44c-4f6f31debf5e", +Cell[120743, 3328, 290, 7, 70, "Input",ExpressionUUID->"f6f5e1d7-b117-4f60-b1d6-4fe9af9476e7", CellID->293864612], -Cell[103030, 2904, 366, 10, 36, "Output",ExpressionUUID->"f2b99186-738a-48d1-93d2-080c5730b7c7", +Cell[121036, 3337, 366, 10, 36, "Output",ExpressionUUID->"2112a560-8465-46c3-9fd0-828b32ac4dcd", CellID->1539857021] }, Open ]], Cell[CellGroupData[{ -Cell[103433, 2919, 299, 7, 70, "Input",ExpressionUUID->"7d1248a4-3302-44d6-89c2-72cd346b05e7", +Cell[121439, 3352, 299, 7, 70, "Input",ExpressionUUID->"f0843090-7e80-472c-9846-1edab962ae40", CellID->827526112], -Cell[103735, 2928, 274, 7, 36, "Output",ExpressionUUID->"247b3dcf-deb9-4644-a686-f93a42636da8", +Cell[121741, 3361, 274, 7, 36, "Output",ExpressionUUID->"ddcd4b3f-ed5e-4c66-93e6-74916f3e5c66", CellID->1557892797] }, Open ]], Cell[CellGroupData[{ -Cell[104046, 2940, 299, 7, 70, "Input",ExpressionUUID->"354167cc-63c2-46e1-9585-94a0275f6ee8", +Cell[122052, 3373, 299, 7, 70, "Input",ExpressionUUID->"d98037a0-13e0-48e5-9183-04d2390714b5", CellID->755622221], -Cell[104348, 2949, 273, 7, 36, "Output",ExpressionUUID->"003d4235-961a-4407-91f9-4dd7cd4956f6", +Cell[122354, 3382, 273, 7, 36, "Output",ExpressionUUID->"ba4be500-c595-43f1-906c-5cb7313605e2", CellID->303542797] }, Open ]], Cell[CellGroupData[{ -Cell[104658, 2961, 298, 7, 70, "Input",ExpressionUUID->"d8cd6ea3-0f73-4bf9-91e1-0633491305b9", +Cell[122664, 3394, 298, 7, 70, "Input",ExpressionUUID->"67b85186-aa98-412d-bd12-c2582dc65dfc", CellID->650562563], -Cell[104959, 2970, 274, 7, 36, "Output",ExpressionUUID->"fced905d-e026-44ce-b021-49d8d48c955f", +Cell[122965, 3403, 274, 7, 36, "Output",ExpressionUUID->"d8bb9cc0-3658-4e7b-8c81-498db4ff06ea", CellID->1065549386] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[105282, 2983, 116, 1, 70, "Section",ExpressionUUID->"6e29d228-7866-4ad9-9a98-e4ccd77ab746", +Cell[123288, 3416, 116, 1, 70, "Section",ExpressionUUID->"9f5568f4-f9c6-404b-a2b1-9c9578b48ff7", CellID->1973275849], -Cell[105401, 2986, 488, 15, 70, "Input",ExpressionUUID->"92188a6b-b495-4ebe-b25b-b9e84832dc08", +Cell[123407, 3419, 488, 15, 70, "Input",ExpressionUUID->"c6ff3c75-17ba-4591-b9f5-f31d250afac2", CellID->1556273237], Cell[CellGroupData[{ -Cell[105914, 3005, 168, 3, 70, "Input",ExpressionUUID->"9f644fed-5737-4802-b19c-babe014a8759", +Cell[123920, 3438, 168, 3, 70, "Input",ExpressionUUID->"41ade3b5-838c-4086-927a-9432f06c9518", CellID->407317618], -Cell[106085, 3010, 132, 2, 36, "Output",ExpressionUUID->"a5f01080-e097-46ac-aba0-84bc5a9d13ac", +Cell[124091, 3443, 132, 2, 36, "Output",ExpressionUUID->"9d760491-547e-438b-9098-1782b19c27f3", CellID->347558607] }, Open ]], Cell[CellGroupData[{ -Cell[106254, 3017, 171, 3, 70, "Input",ExpressionUUID->"843c124a-4f9d-438a-a3b5-d973d12a1e3e", +Cell[124260, 3450, 171, 3, 70, "Input",ExpressionUUID->"b314c5eb-3b42-4eba-a7e4-7a4478a02c06", CellID->1300226306], -Cell[106428, 3022, 132, 2, 36, "Output",ExpressionUUID->"ec32111e-be5d-4161-9b0f-9b80ed968c4a", +Cell[124434, 3455, 132, 2, 36, "Output",ExpressionUUID->"a03d8499-871d-414d-9860-57762da85d81", CellID->197175451] }, Open ]], Cell[CellGroupData[{ -Cell[106597, 3029, 174, 3, 70, "Input",ExpressionUUID->"68757621-c526-44ee-9492-9e78aa3134aa", +Cell[124603, 3462, 174, 3, 70, "Input",ExpressionUUID->"5d6f8ff0-c925-4560-b26e-e1f8aed38290", CellID->598502148], -Cell[106774, 3034, 133, 2, 36, "Output",ExpressionUUID->"972d527f-2c1d-4c22-a578-53cc4cb27234", +Cell[124780, 3467, 133, 2, 36, "Output",ExpressionUUID->"d050887d-0488-4884-81f0-b6372f960d8d", CellID->1877953242] }, Open ]], Cell[CellGroupData[{ -Cell[106944, 3041, 176, 3, 70, "Input",ExpressionUUID->"3ec53b82-a5b0-4be3-8302-e072f44b9094", +Cell[124950, 3474, 176, 3, 70, "Input",ExpressionUUID->"d82809bb-fecf-442f-97fc-cd73bf4e6a0b", CellID->1011389796], -Cell[107123, 3046, 131, 2, 36, "Output",ExpressionUUID->"24ba8ec9-9c37-4a6e-9185-f7d8720b9f7e", +Cell[125129, 3479, 131, 2, 36, "Output",ExpressionUUID->"c0efbb4e-0b00-4541-9ba5-2c4856c4126e", CellID->823637088] }, Open ]], Cell[CellGroupData[{ -Cell[107291, 3053, 182, 3, 70, "Input",ExpressionUUID->"971b7ba3-47ea-47e2-b542-a8d3dfdb2dee", +Cell[125297, 3486, 182, 3, 70, "Input",ExpressionUUID->"e97e7b65-ea3a-460a-88ff-5af11c34a9c7", CellID->1481032825], -Cell[107476, 3058, 131, 2, 36, "Output",ExpressionUUID->"255884b3-b577-420e-8189-9cd85fde5fb7", +Cell[125482, 3491, 131, 2, 36, "Output",ExpressionUUID->"f4ec0161-d8c3-4e98-8a0d-44cee1ff5a21", CellID->249521615] }, Open ]], Cell[CellGroupData[{ -Cell[107644, 3065, 175, 3, 70, "Input",ExpressionUUID->"ac29fccc-b677-41a0-ab88-258c49992164", +Cell[125650, 3498, 175, 3, 70, "Input",ExpressionUUID->"8050f13b-ef1d-46bf-aa4b-1e276e997b66", CellID->2099097605], -Cell[107822, 3070, 132, 2, 36, "Output",ExpressionUUID->"9d43d64b-62e3-460e-9132-8df35ec9d1cf", +Cell[125828, 3503, 132, 2, 36, "Output",ExpressionUUID->"cf52805b-9d67-4d9c-ab9d-040d5e0e92a3", CellID->784748624] }, Open ]], Cell[CellGroupData[{ -Cell[107991, 3077, 183, 3, 70, "Input",ExpressionUUID->"0a1dae21-4556-4a70-bf19-4c92e87f7391", +Cell[125997, 3510, 183, 3, 70, "Input",ExpressionUUID->"ab102456-34aa-424a-93f7-ab62ba6fd1e1", CellID->390535028], -Cell[108177, 3082, 131, 2, 36, "Output",ExpressionUUID->"aae41203-2ecf-41dd-9a56-8d5dfe0a2271", +Cell[126183, 3515, 131, 2, 36, "Output",ExpressionUUID->"f7953345-7510-4c11-afb5-e634dffeacc6", CellID->74065800] }, Open ]], Cell[CellGroupData[{ -Cell[108345, 3089, 166, 3, 70, "Input",ExpressionUUID->"12d471a4-7250-4d74-ae15-3c999ed467bc", +Cell[126351, 3522, 166, 3, 70, "Input",ExpressionUUID->"98160441-d3ce-42ad-acfe-22c1db114b1c", CellID->743423345], -Cell[108514, 3094, 131, 2, 36, "Output",ExpressionUUID->"3035585c-9c0c-483e-840c-4d2cf3f85619", +Cell[126520, 3527, 131, 2, 36, "Output",ExpressionUUID->"50b78938-3d4b-4134-ae14-acde68e04b9c", CellID->805184469] }, Open ]], Cell[CellGroupData[{ -Cell[108682, 3101, 200, 4, 70, "Input",ExpressionUUID->"f9528ed7-1ca1-4d28-8582-ead61cbdcacf", +Cell[126688, 3534, 200, 4, 70, "Input",ExpressionUUID->"3c4a511d-5bdb-4980-9566-ebffe203db2e", CellID->818962957], -Cell[108885, 3107, 363, 10, 51, "Output",ExpressionUUID->"f13c2963-6008-4fd0-bdd4-435f3daf9336", +Cell[126891, 3540, 363, 10, 51, "Output",ExpressionUUID->"eca01b80-f529-4e2e-8394-7f54fae98092", CellID->308665389] }, Open ]], Cell[CellGroupData[{ -Cell[109285, 3122, 291, 7, 70, "Input",ExpressionUUID->"1b10d6bc-4d16-441b-87d1-2578fa912593", +Cell[127291, 3555, 291, 7, 70, "Input",ExpressionUUID->"db8e1c0a-35f5-44ff-ab2f-c98a4ced8d55", CellID->1423690278], -Cell[109579, 3131, 417, 12, 51, "Output",ExpressionUUID->"c6b3d08e-48a1-4917-bf89-5d8e4a23b45c", +Cell[127585, 3564, 417, 12, 51, "Output",ExpressionUUID->"a7e20101-237a-4752-a188-f88d7452d059", CellID->380521133] }, Open ]], Cell[CellGroupData[{ -Cell[110033, 3148, 300, 7, 70, "Input",ExpressionUUID->"7db5c76f-9050-4489-94c9-7256a1b39e5b", +Cell[128039, 3581, 300, 7, 70, "Input",ExpressionUUID->"c4b0bdf1-ff82-4d70-8905-a832f0d7294f", CellID->1272413049], -Cell[110336, 3157, 416, 12, 51, "Output",ExpressionUUID->"b080e767-edb8-4456-8399-f5a8fafb1987", +Cell[128342, 3590, 416, 12, 51, "Output",ExpressionUUID->"93976cd3-fbb9-4d16-a28a-31ade3913175", CellID->792238198] }, Open ]], Cell[CellGroupData[{ -Cell[110789, 3174, 300, 7, 70, "Input",ExpressionUUID->"2e4cdf30-e992-4dca-8401-0d116a9baae4", +Cell[128795, 3607, 300, 7, 70, "Input",ExpressionUUID->"d682ad55-b93c-4cb5-af4a-e7d7f38efd9f", CellID->1882762067], -Cell[111092, 3183, 418, 12, 51, "Output",ExpressionUUID->"a1997451-3233-4d0d-8bb0-f1ac4a0ae98a", +Cell[129098, 3616, 418, 12, 51, "Output",ExpressionUUID->"01ad554b-322f-47fc-92e3-3414fe439f17", CellID->1575881761] }, Open ]], Cell[CellGroupData[{ -Cell[111547, 3200, 299, 7, 70, "Input",ExpressionUUID->"6f5e7838-0215-4c53-aef4-de5f8cba7c6f", +Cell[129553, 3633, 299, 7, 70, "Input",ExpressionUUID->"61cd9998-af51-4226-a9aa-734fed0757b9", CellID->1788604024], -Cell[111849, 3209, 418, 12, 51, "Output",ExpressionUUID->"eb67dc04-dc29-4eed-962a-2f7e49ea495c", +Cell[129855, 3642, 418, 12, 51, "Output",ExpressionUUID->"96728f0c-0ba9-4026-8f80-ff96263d9248", CellID->1811920445] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[112316, 3227, 115, 1, 70, "Section",ExpressionUUID->"af5f5442-aa57-4026-9f1d-6ce3984d8ea2", +Cell[130322, 3660, 115, 1, 70, "Section",ExpressionUUID->"271dc5cf-4879-4d0c-9a9c-982ad02a4b8f", CellID->616408413], -Cell[112434, 3230, 487, 15, 70, "Input",ExpressionUUID->"c93a3048-e123-488f-8fd4-e5419d6927ad", +Cell[130440, 3663, 487, 15, 70, "Input",ExpressionUUID->"8dec97ca-c8a9-4f32-ad77-bd6be83ad00e", CellID->291682940], Cell[CellGroupData[{ -Cell[112946, 3249, 169, 3, 70, "Input",ExpressionUUID->"84d1103b-fec4-49bf-93ec-210017f94bac", +Cell[130952, 3682, 169, 3, 70, "Input",ExpressionUUID->"a6352ef6-2d20-4b43-8c61-b83d02cf2e72", CellID->2083259602], -Cell[113118, 3254, 131, 2, 36, "Output",ExpressionUUID->"7297a402-6025-44ed-90ea-3a228650ec43", +Cell[131124, 3687, 131, 2, 36, "Output",ExpressionUUID->"9c06b771-9b1e-4c93-97cd-112ac0e51ce6", CellID->809620551] }, Open ]], Cell[CellGroupData[{ -Cell[113286, 3261, 171, 3, 70, "Input",ExpressionUUID->"eb9be39f-b23e-40ba-938c-0f4eab3a9822", +Cell[131292, 3694, 171, 3, 70, "Input",ExpressionUUID->"2765944b-23d6-4417-a5ee-a80c1b66f821", CellID->1847956177], -Cell[113460, 3266, 131, 2, 36, "Output",ExpressionUUID->"0796636a-7962-4aa4-87bc-6d9915c13d35", +Cell[131466, 3699, 131, 2, 36, "Output",ExpressionUUID->"2447b333-27b7-4f0d-9213-0afa22f6c99f", CellID->996164244] }, Open ]], Cell[CellGroupData[{ -Cell[113628, 3273, 175, 3, 70, "Input",ExpressionUUID->"fdb36905-d45b-4d4e-b3f5-3e33b7505779", +Cell[131634, 3706, 175, 3, 70, "Input",ExpressionUUID->"20665c59-e1e0-4210-a060-33497a46547d", CellID->2044746870], -Cell[113806, 3278, 132, 2, 36, "Output",ExpressionUUID->"f1f96ae5-bebc-41f0-830d-e7096ee5bf14", +Cell[131812, 3711, 132, 2, 36, "Output",ExpressionUUID->"da95ece5-062c-433f-b406-aad1ac7d0696", CellID->1222088173] }, Open ]], Cell[CellGroupData[{ -Cell[113975, 3285, 175, 3, 70, "Input",ExpressionUUID->"e7bc54b5-ffea-48f8-b7cb-7eedf4144a20", +Cell[131981, 3718, 175, 3, 70, "Input",ExpressionUUID->"b40432ec-62c1-43c4-aff2-a2faadc2eda6", CellID->627867857], -Cell[114153, 3290, 130, 2, 36, "Output",ExpressionUUID->"a063ef32-af2a-4879-baa1-b23a1c41d0db", +Cell[132159, 3723, 130, 2, 36, "Output",ExpressionUUID->"b8933e89-5952-4b6a-8c3b-d05ff9cc2832", CellID->67228731] }, Open ]], Cell[CellGroupData[{ -Cell[114320, 3297, 182, 3, 70, "Input",ExpressionUUID->"711fa706-6673-42be-88c0-b163e862c7ff", +Cell[132326, 3730, 182, 3, 70, "Input",ExpressionUUID->"8d0ff2ac-7c7b-470d-87e8-d4f6fc750580", CellID->1281620370], -Cell[114505, 3302, 132, 2, 36, "Output",ExpressionUUID->"6f7c0340-4225-4b21-8581-0293f4aee543", +Cell[132511, 3735, 132, 2, 36, "Output",ExpressionUUID->"fc273c73-45f3-4303-915d-1ab2ee88d7a6", CellID->1102736274] }, Open ]], Cell[CellGroupData[{ -Cell[114674, 3309, 174, 3, 70, "Input",ExpressionUUID->"67802c51-a7c8-4819-9ca3-ca04797acce7", +Cell[132680, 3742, 174, 3, 70, "Input",ExpressionUUID->"55ddea46-1ec4-430c-be38-0296152ec64d", CellID->707536964], -Cell[114851, 3314, 132, 2, 36, "Output",ExpressionUUID->"0126b568-12f0-40bc-89fc-b7b498ffa57f", +Cell[132857, 3747, 132, 2, 36, "Output",ExpressionUUID->"7f14cbd0-0ca7-402b-b1f0-3b464de788ce", CellID->1554910368] }, Open ]], Cell[CellGroupData[{ -Cell[115020, 3321, 184, 3, 70, "Input",ExpressionUUID->"03ba3aea-f14d-466e-bea3-91c3b93498f9", +Cell[133026, 3754, 184, 3, 70, "Input",ExpressionUUID->"673dfd21-8f50-47b2-bcc5-728b9ba85d12", CellID->1154199366], -Cell[115207, 3326, 131, 2, 36, "Output",ExpressionUUID->"79368b0b-f34c-4e8a-989c-68a6a3cef918", +Cell[133213, 3759, 131, 2, 36, "Output",ExpressionUUID->"4f94beaf-816c-4e91-9ea0-d008b99c739b", CellID->268120678] }, Open ]], Cell[CellGroupData[{ -Cell[115375, 3333, 166, 3, 70, "Input",ExpressionUUID->"76809078-c0d2-45d9-83d1-8b7ebb7d5eef", +Cell[133381, 3766, 166, 3, 70, "Input",ExpressionUUID->"d99c74ab-14fd-427a-8039-b8c6c2d45bb6", CellID->432583932], -Cell[115544, 3338, 131, 2, 36, "Output",ExpressionUUID->"07da801a-08bd-45c6-a554-61b49f7ea761", +Cell[133550, 3771, 131, 2, 36, "Output",ExpressionUUID->"16a40d96-4ab8-43e2-b739-9602c0c5634e", CellID->424061037] }, Open ]], Cell[CellGroupData[{ -Cell[115712, 3345, 200, 4, 70, "Input",ExpressionUUID->"1884c315-5786-48b3-a7ef-9c2230ec8346", +Cell[133718, 3778, 200, 4, 70, "Input",ExpressionUUID->"ec393759-198f-48b9-a1e3-bfcc6fd70ff9", CellID->465039275], -Cell[115915, 3351, 345, 10, 51, "Output",ExpressionUUID->"f5c21988-d220-49e5-8597-a75fa44c7dfb", +Cell[133921, 3784, 345, 10, 50, "Output",ExpressionUUID->"6750a5ee-f1b3-4d9e-af72-1215c2c3eb8d", CellID->759744441] }, Open ]], Cell[CellGroupData[{ -Cell[116297, 3366, 291, 7, 70, "Input",ExpressionUUID->"1eb719fb-20c0-4bcf-bf3b-85fd9a698680", +Cell[134303, 3799, 291, 7, 70, "Input",ExpressionUUID->"b585ccf9-b2b7-4915-adcc-e282e8ae3632", CellID->1053080310], -Cell[116591, 3375, 415, 12, 51, "Output",ExpressionUUID->"fe4a8cb8-a72b-4bbe-8a64-b852a9cf809c", +Cell[134597, 3808, 415, 12, 50, "Output",ExpressionUUID->"a573b698-d9d6-4c53-9115-28d626b096fb", CellID->1196829492] }, Open ]], Cell[CellGroupData[{ -Cell[117043, 3392, 300, 7, 70, "Input",ExpressionUUID->"c5e2eb0d-8d8e-4787-820d-9230135a116e", +Cell[135049, 3825, 300, 7, 70, "Input",ExpressionUUID->"d4e78460-1eda-44c7-bd02-ee4734e84063", CellID->2004885491], -Cell[117346, 3401, 415, 12, 51, "Output",ExpressionUUID->"2b9caec2-1543-41de-8544-780a8ccb3215", +Cell[135352, 3834, 415, 12, 50, "Output",ExpressionUUID->"66a8fef5-44f0-4c2a-901d-6f628506ebdf", CellID->1361448561] }, Open ]], Cell[CellGroupData[{ -Cell[117798, 3418, 299, 7, 70, "Input",ExpressionUUID->"a60362df-c54d-4f07-9de9-666464321c5f", +Cell[135804, 3851, 299, 7, 70, "Input",ExpressionUUID->"cb6884e5-b079-46cf-9add-9a91ac04229f", CellID->493703290], -Cell[118100, 3427, 415, 12, 51, "Output",ExpressionUUID->"ced53e05-571b-4be3-9fa7-8fa4032dbb13", +Cell[136106, 3860, 415, 12, 50, "Output",ExpressionUUID->"4d2d54bf-6a73-4b5d-b40d-42c2436a391c", CellID->1979170303] }, Open ]], Cell[CellGroupData[{ -Cell[118552, 3444, 299, 7, 70, "Input",ExpressionUUID->"fe8a9696-1f44-4a63-add6-80563add26f9", +Cell[136558, 3877, 299, 7, 70, "Input",ExpressionUUID->"0c1589de-fb89-447e-9028-d3358a834047", CellID->2046841831], -Cell[118854, 3453, 414, 12, 51, "Output",ExpressionUUID->"b5a1d5c7-88c1-4f08-8de4-9441fc9da18b", +Cell[136860, 3886, 414, 12, 50, "Output",ExpressionUUID->"297c75ad-fe6b-4980-9362-109464db7ca4", CellID->410784302] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[119317, 3471, 116, 1, 70, "Section",ExpressionUUID->"0f39a825-9dec-406f-9f1e-a191dedd264a", +Cell[137323, 3904, 116, 1, 70, "Section",ExpressionUUID->"4ad9aee4-4546-45c9-b43c-562c9a1e6766", CellID->1082270406], -Cell[119436, 3474, 498, 15, 70, "Input",ExpressionUUID->"965e43ea-94ef-4807-b05f-2f30ff189c51", +Cell[137442, 3907, 498, 15, 70, "Input",ExpressionUUID->"d474a4fa-e536-4f59-844a-1d89b10b6e73", CellID->1687962207], Cell[CellGroupData[{ -Cell[119959, 3493, 168, 3, 70, "Input",ExpressionUUID->"c6e69b99-92ff-41ee-a5d0-693a8b3199c1", +Cell[137965, 3926, 168, 3, 70, "Input",ExpressionUUID->"ee5fac53-0502-4966-aa05-d0c49e2cfcb1", CellID->719882350], -Cell[120130, 3498, 132, 2, 36, "Output",ExpressionUUID->"4b82024b-09b1-4d9f-8fe2-0c155708e40c", +Cell[138136, 3931, 132, 2, 36, "Output",ExpressionUUID->"e7aebbc4-5704-4bb8-b097-ffa9010a8975", CellID->1669305633] }, Open ]], Cell[CellGroupData[{ -Cell[120299, 3505, 171, 3, 70, "Input",ExpressionUUID->"03f72256-6da3-4387-b077-73e7ffe8683a", +Cell[138305, 3938, 171, 3, 70, "Input",ExpressionUUID->"c4108703-f6f1-49b0-9d77-c97a60c5e7fe", CellID->1979645147], -Cell[120473, 3510, 132, 2, 36, "Output",ExpressionUUID->"a288de99-3851-449a-bfac-96902eb619d5", +Cell[138479, 3943, 132, 2, 36, "Output",ExpressionUUID->"6f1edc8e-a249-4d10-80d6-7e767621cdd6", CellID->1371543676] }, Open ]], Cell[CellGroupData[{ -Cell[120642, 3517, 175, 3, 70, "Input",ExpressionUUID->"d7094c7a-effb-4624-a9b3-7c72144eedfc", +Cell[138648, 3950, 175, 3, 70, "Input",ExpressionUUID->"b0527ab7-1a70-45a0-b352-9ca399613952", CellID->2140879434], -Cell[120820, 3522, 132, 2, 36, "Output",ExpressionUUID->"267fa808-68fc-4c1d-893c-05785470850d", +Cell[138826, 3955, 132, 2, 36, "Output",ExpressionUUID->"36a7f164-9e76-4e06-af8f-f487335a11be", CellID->1968677100] }, Open ]], Cell[CellGroupData[{ -Cell[120989, 3529, 175, 3, 70, "Input",ExpressionUUID->"dede3b82-2f06-46c5-88fd-3828724291d8", +Cell[138995, 3962, 175, 3, 70, "Input",ExpressionUUID->"b8bfeb28-e582-4e91-848f-1c390f2ae905", CellID->998751877], -Cell[121167, 3534, 132, 2, 36, "Output",ExpressionUUID->"1f36e5ba-63e9-4cb7-91eb-29a3bf37989b", +Cell[139173, 3967, 132, 2, 36, "Output",ExpressionUUID->"506e41bf-2620-4529-8aa0-2433021b5873", CellID->1972848430] }, Open ]], Cell[CellGroupData[{ -Cell[121336, 3541, 181, 3, 70, "Input",ExpressionUUID->"b129b09d-46db-4f71-b47d-8c86b4d48b23", +Cell[139342, 3974, 181, 3, 70, "Input",ExpressionUUID->"7cc69080-9962-44b1-91b7-90b4b7f45a6c", CellID->533332865], -Cell[121520, 3546, 131, 2, 36, "Output",ExpressionUUID->"f3c1fca3-6bc7-4069-b81e-ac4ea4be24e2", +Cell[139526, 3979, 131, 2, 36, "Output",ExpressionUUID->"83219349-c677-4ff2-9b38-185a66cc033f", CellID->289609415] }, Open ]], Cell[CellGroupData[{ -Cell[121688, 3553, 174, 3, 70, "Input",ExpressionUUID->"46a92e4b-db35-4724-9bc4-4b5ee1e8cc5f", +Cell[139694, 3986, 174, 3, 70, "Input",ExpressionUUID->"89b66a7c-3638-4a07-b7f0-14d89d67658a", CellID->386424379], -Cell[121865, 3558, 131, 2, 36, "Output",ExpressionUUID->"2694d8bc-6f6a-4ac4-9a52-3a179d7bae4f", +Cell[139871, 3991, 131, 2, 36, "Output",ExpressionUUID->"77c0e7d1-eaf2-4c62-a1a7-6c7981252d96", CellID->168752059] }, Open ]], Cell[CellGroupData[{ -Cell[122033, 3565, 184, 3, 70, "Input",ExpressionUUID->"f6bb1605-aed5-4168-8af2-6ec8cd62f09a", +Cell[140039, 3998, 184, 3, 70, "Input",ExpressionUUID->"56374065-7c7a-4e21-9739-2c2063230125", CellID->1118393740], -Cell[122220, 3570, 130, 2, 36, "Output",ExpressionUUID->"0d030d5a-ff19-42c6-a068-a1e253414700", +Cell[140226, 4003, 130, 2, 36, "Output",ExpressionUUID->"e621c33c-8713-4563-9e41-8aaf52f432c7", CellID->22540233] }, Open ]], Cell[CellGroupData[{ -Cell[122387, 3577, 166, 3, 70, "Input",ExpressionUUID->"cb8dfae7-f254-4459-8d6a-9a70c80aeae5", +Cell[140393, 4010, 166, 3, 70, "Input",ExpressionUUID->"cd4419dc-12fb-40ce-add6-a1873bfd70e3", CellID->282639135], -Cell[122556, 3582, 130, 2, 36, "Output",ExpressionUUID->"b4ec7f71-925c-4623-b0d3-e773657c49d3", +Cell[140562, 4015, 130, 2, 36, "Output",ExpressionUUID->"4c76d2dd-a81a-402e-8f81-fcbf78ee4505", CellID->20079009] }, Open ]], Cell[CellGroupData[{ -Cell[122723, 3589, 201, 4, 70, "Input",ExpressionUUID->"3d23c555-71c3-41ab-9359-5b530ab71d0c", +Cell[140729, 4022, 201, 4, 70, "Input",ExpressionUUID->"3a6b24a3-b60a-44f7-9a51-8be0a94c4f1c", CellID->1753112264], -Cell[122927, 3595, 345, 10, 51, "Output",ExpressionUUID->"62bd93f9-9b41-4e6e-a553-bcb31dd38ec7", +Cell[140933, 4028, 345, 10, 50, "Output",ExpressionUUID->"7de122fa-1dad-48bb-96be-acdfab76dd99", CellID->992389147] }, Open ]], Cell[CellGroupData[{ -Cell[123309, 3610, 291, 7, 70, "Input",ExpressionUUID->"ec493134-fb0e-4d17-b4f8-90930754ad3c", +Cell[141315, 4043, 291, 7, 70, "Input",ExpressionUUID->"f0a6d90d-3011-4f39-9d98-89ade8600192", CellID->1669843853], -Cell[123603, 3619, 414, 12, 51, "Output",ExpressionUUID->"be446649-bd48-4296-88a1-d4293b28afde", +Cell[141609, 4052, 414, 12, 50, "Output",ExpressionUUID->"f551c4dc-9e72-4da6-ae7e-5eab1eda26f1", CellID->272061849] }, Open ]], Cell[CellGroupData[{ -Cell[124054, 3636, 300, 7, 70, "Input",ExpressionUUID->"6282a506-de08-441f-9341-6f0de8a2e6b4", +Cell[142060, 4069, 300, 7, 70, "Input",ExpressionUUID->"53d6eb42-b991-4160-9c7e-7081a2280463", CellID->1891230344], -Cell[124357, 3645, 414, 12, 51, "Output",ExpressionUUID->"03db2eca-d3e9-405b-9c40-6ff6bfadd31e", +Cell[142363, 4078, 414, 12, 50, "Output",ExpressionUUID->"ce0c3c31-4a79-4b99-a382-32b9eb91defc", CellID->804827633] }, Open ]], Cell[CellGroupData[{ -Cell[124808, 3662, 300, 7, 70, "Input",ExpressionUUID->"7311df08-870f-450d-8a84-9892b179014d", +Cell[142814, 4095, 300, 7, 70, "Input",ExpressionUUID->"89b8f5c6-6a0b-4b7d-9259-65d3cb7f341f", CellID->1354670123], -Cell[125111, 3671, 415, 12, 51, "Output",ExpressionUUID->"af03066c-93d5-43c7-8cf2-22db4099851c", +Cell[143117, 4104, 415, 12, 50, "Output",ExpressionUUID->"3ee02e02-eec8-4c71-a70a-4f89c3023156", CellID->1066454947] }, Open ]], Cell[CellGroupData[{ -Cell[125563, 3688, 298, 7, 70, "Input",ExpressionUUID->"1d871279-8c02-4ced-941b-9c11153440f5", +Cell[143569, 4121, 298, 7, 70, "Input",ExpressionUUID->"73c13064-7e6e-428f-a6c8-7c52b9d8b4f8", CellID->904727456], -Cell[125864, 3697, 415, 12, 51, "Output",ExpressionUUID->"e7791789-d546-4ba8-9428-c0e4f20c2c05", +Cell[143870, 4130, 415, 12, 50, "Output",ExpressionUUID->"b1df8312-16cf-4d34-b22c-03ee90326887", CellID->1077246318] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[126328, 3715, 115, 1, 70, "Section",ExpressionUUID->"b37f9091-dad8-4735-9a35-26f64edf659e", +Cell[144334, 4148, 115, 1, 70, "Section",ExpressionUUID->"acf6fb21-7b29-4101-9c03-e10682ff1b96", CellID->730963432], -Cell[126446, 3718, 421, 12, 70, "Input",ExpressionUUID->"070a025a-08c1-404c-9023-a1cd300f5ade", +Cell[144452, 4151, 421, 12, 70, "Input",ExpressionUUID->"5eab9f5a-4369-499c-8fe0-e29789f50ffc", CellID->804085639], Cell[CellGroupData[{ -Cell[126892, 3734, 169, 3, 70, "Input",ExpressionUUID->"5d4b7891-9c6f-42b0-9070-7fa01ec086d3", +Cell[144898, 4167, 169, 3, 70, "Input",ExpressionUUID->"0c085dc7-6680-4d82-9b10-ca1b209fcb80", CellID->2077355123], -Cell[127064, 3739, 133, 2, 36, "Output",ExpressionUUID->"8d815b6c-996d-40e0-9dc8-84b8ce3016c5", +Cell[145070, 4172, 133, 2, 36, "Output",ExpressionUUID->"0e1fb858-805c-4e8d-a4c9-339f25ebae03", CellID->1113493022] }, Open ]], Cell[CellGroupData[{ -Cell[127234, 3746, 170, 3, 70, "Input",ExpressionUUID->"db262a53-53c1-47b7-86df-94621a7dea24", +Cell[145240, 4179, 170, 3, 70, "Input",ExpressionUUID->"fe78fc4d-fed0-448f-af04-a21d7a7826a4", CellID->344564198], -Cell[127407, 3751, 133, 2, 36, "Output",ExpressionUUID->"7474fb2a-4a2c-4370-9517-831061366c12", +Cell[145413, 4184, 133, 2, 36, "Output",ExpressionUUID->"7f38c708-4c05-4e87-9536-e71733f80846", CellID->1446976080] }, Open ]], Cell[CellGroupData[{ -Cell[127577, 3758, 175, 3, 70, "Input",ExpressionUUID->"f9e1a1ec-8e75-435a-9b4e-1b192a2efead", +Cell[145583, 4191, 175, 3, 70, "Input",ExpressionUUID->"2f681029-b765-4b5c-8341-763d9cc0a16a", CellID->1364429009], -Cell[127755, 3763, 133, 2, 36, "Output",ExpressionUUID->"11d9ece7-990e-4376-9e98-7a0107e53932", +Cell[145761, 4196, 133, 2, 36, "Output",ExpressionUUID->"12fe2fc5-c464-47c8-9bbf-0e617e781ef1", CellID->1869484516] }, Open ]], Cell[CellGroupData[{ -Cell[127925, 3770, 176, 3, 70, "Input",ExpressionUUID->"273d727d-c325-40e3-88e6-487becbe215d", +Cell[145931, 4203, 176, 3, 70, "Input",ExpressionUUID->"4a48d164-3cb9-4144-b1a5-5d37edf3c19f", CellID->1305412130], -Cell[128104, 3775, 131, 2, 36, "Output",ExpressionUUID->"f8e32212-3d21-4128-93f6-6618eed70aae", +Cell[146110, 4208, 131, 2, 36, "Output",ExpressionUUID->"5511f4bd-0092-4da3-910e-df31cc1e20d2", CellID->541891135] }, Open ]], Cell[CellGroupData[{ -Cell[128272, 3782, 182, 3, 70, "Input",ExpressionUUID->"0bdfe5fe-e77f-401f-af08-31e63c5eb3f5", +Cell[146278, 4215, 182, 3, 70, "Input",ExpressionUUID->"8e847090-c798-4bc1-86ce-8778aeda3a4f", CellID->1856843375], -Cell[128457, 3787, 132, 2, 36, "Output",ExpressionUUID->"693b5b7c-ca51-46d9-a3ff-3e43ad7b7b44", +Cell[146463, 4220, 132, 2, 36, "Output",ExpressionUUID->"1c27d24e-cb02-4a17-b2a6-91ec8f707caa", CellID->1111412877] }, Open ]], Cell[CellGroupData[{ -Cell[128626, 3794, 175, 3, 70, "Input",ExpressionUUID->"f0420db2-12d4-455b-9b9e-c49a84157018", +Cell[146632, 4227, 175, 3, 70, "Input",ExpressionUUID->"f26f8df4-db00-42aa-8da9-cc7ae8f4a30f", CellID->1248483804], -Cell[128804, 3799, 132, 2, 36, "Output",ExpressionUUID->"fe5ea730-6087-4a54-b648-70fff0856a31", +Cell[146810, 4232, 132, 2, 36, "Output",ExpressionUUID->"abd465de-aac8-44ad-b2c6-b2ded91cf567", CellID->531621420] }, Open ]], Cell[CellGroupData[{ -Cell[128973, 3806, 184, 3, 70, "Input",ExpressionUUID->"186a17df-44b9-45db-94fa-bcbde38ec159", +Cell[146979, 4239, 184, 3, 70, "Input",ExpressionUUID->"5e11a918-1f3c-4b03-82cd-dc5853d8c25c", CellID->1783300093], -Cell[129160, 3811, 133, 2, 36, "Output",ExpressionUUID->"5d9d52a8-d140-4337-a3dd-807f51f6d699", +Cell[147166, 4244, 133, 2, 36, "Output",ExpressionUUID->"38c019ec-83db-4a73-9d95-aea9a1948dec", CellID->1538055379] }, Open ]], Cell[CellGroupData[{ -Cell[129330, 3818, 167, 3, 70, "Input",ExpressionUUID->"6bcaa6af-0a49-4941-a411-f0d601e437bf", +Cell[147336, 4251, 167, 3, 70, "Input",ExpressionUUID->"1b22a181-5381-4449-b210-9f4c952a60d9", CellID->2057645827], -Cell[129500, 3823, 131, 2, 36, "Output",ExpressionUUID->"c595cfcd-2bbb-4dcf-a47b-5402b9f44ff0", +Cell[147506, 4256, 131, 2, 36, "Output",ExpressionUUID->"e3cd911e-c475-4952-950a-530f9e40ec8e", CellID->186017403] }, Open ]], Cell[CellGroupData[{ -Cell[129668, 3830, 200, 4, 70, "Input",ExpressionUUID->"54b85952-0d8e-4a65-bccc-06922b0ffeb7", +Cell[147674, 4263, 200, 4, 70, "Input",ExpressionUUID->"f8d648e4-a10a-42cd-968b-f489623ab6f5", CellID->581385878], -Cell[129871, 3836, 345, 10, 51, "Output",ExpressionUUID->"3756ef4a-a0c0-40e9-9a67-347c6e37c54c", +Cell[147877, 4269, 345, 10, 50, "Output",ExpressionUUID->"4e39a7d4-f539-4aeb-bfb7-21918400759b", CellID->598850151] }, Open ]], Cell[CellGroupData[{ -Cell[130253, 3851, 290, 7, 70, "Input",ExpressionUUID->"48570128-ab12-4c04-a8fc-2e675dd35598", +Cell[148259, 4284, 290, 7, 70, "Input",ExpressionUUID->"a73a35e6-c47a-4670-aaae-e79087eb16f0", CellID->879319645], -Cell[130546, 3860, 414, 12, 51, "Output",ExpressionUUID->"d1f05759-679c-4d89-bd84-dad6354d4ee0", +Cell[148552, 4293, 414, 12, 50, "Output",ExpressionUUID->"03f1656f-c1c5-4e62-b20f-bf9d06495903", CellID->493308005] }, Open ]], Cell[CellGroupData[{ -Cell[130997, 3877, 299, 7, 70, "Input",ExpressionUUID->"de616f5e-54ed-4df2-8481-01b6b714b85c", +Cell[149003, 4310, 299, 7, 70, "Input",ExpressionUUID->"ba163b0b-de51-404b-ae34-e85d0304a766", CellID->908024381], -Cell[131299, 3886, 415, 12, 51, "Output",ExpressionUUID->"67c37042-b76a-4903-a78d-d4000389a8c2", +Cell[149305, 4319, 415, 12, 50, "Output",ExpressionUUID->"43f48956-08e2-4c7d-ad13-3b0676620bc2", CellID->1740927771] }, Open ]], Cell[CellGroupData[{ -Cell[131751, 3903, 299, 7, 70, "Input",ExpressionUUID->"9e8d031b-bff4-4d80-9377-94c09d37cbb0", +Cell[149757, 4336, 299, 7, 70, "Input",ExpressionUUID->"d8ed39a9-645e-45bd-96fd-ea0885c79ffd", CellID->257682385], -Cell[132053, 3912, 414, 12, 51, "Output",ExpressionUUID->"e589deca-566b-46be-898b-6f174b2bf858", +Cell[150059, 4345, 414, 12, 50, "Output",ExpressionUUID->"5f9ffda8-c563-4131-b211-bc20d7ca9494", CellID->866970830] }, Open ]], Cell[CellGroupData[{ -Cell[132504, 3929, 298, 7, 70, "Input",ExpressionUUID->"53b4589b-c622-48b3-901b-a407b38669ab", +Cell[150510, 4362, 298, 7, 70, "Input",ExpressionUUID->"87cd328c-0b7e-4907-8e28-4c4d3282a86d", CellID->977120366], -Cell[132805, 3938, 414, 12, 51, "Output",ExpressionUUID->"8fcbe27f-3a11-449b-a752-f27af1e5d108", +Cell[150811, 4371, 414, 12, 50, "Output",ExpressionUUID->"6b01ff80-3f50-4955-9294-f61f4d1c5e52", CellID->917369042] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[133268, 3956, 109, 1, 70, "Section",ExpressionUUID->"d7bbf134-b45f-47b7-a871-efb9fbdff0a8", +Cell[151274, 4389, 109, 1, 70, "Section",ExpressionUUID->"d42d9fa5-c4b0-4fb1-bf72-ba32d952f85d", CellID->252919617], -Cell[133380, 3959, 556, 17, 70, "Input",ExpressionUUID->"7825dac1-d0c1-442a-b9e6-f19d1926609d", +Cell[151386, 4392, 556, 17, 70, "Input",ExpressionUUID->"61bafc78-1e82-49ab-8c58-290a4caf2bd4", CellID->1881847822], -Cell[133939, 3978, 556, 16, 70, "Input",ExpressionUUID->"20228f7c-1100-4be5-a938-f0c8287ffade", +Cell[151945, 4411, 556, 16, 70, "Input",ExpressionUUID->"48e42cd8-17e0-4645-aa62-265e45ca66b1", CellID->1313242274], Cell[CellGroupData[{ -Cell[134520, 3998, 168, 3, 70, "Input",ExpressionUUID->"4a6e11e1-3a7f-48a1-a426-a6dad706754b", +Cell[152526, 4431, 168, 3, 70, "Input",ExpressionUUID->"6d4f9349-c66c-4882-88c1-abd0387e28fd", CellID->983883049], -Cell[134691, 4003, 132, 2, 36, "Output",ExpressionUUID->"605eb8ac-3aeb-4cd1-bb25-b028dc4719db", +Cell[152697, 4436, 132, 2, 36, "Output",ExpressionUUID->"67782128-7747-43ee-a71f-57f16bd9bcaf", CellID->353188564] }, Open ]], Cell[CellGroupData[{ -Cell[134860, 4010, 171, 3, 70, "Input",ExpressionUUID->"07e636e8-af81-4079-8842-75974f283a51", +Cell[152866, 4443, 171, 3, 70, "Input",ExpressionUUID->"fcb24ea8-4f85-4cf9-9597-b2561ecf4d0b", CellID->1243113750], -Cell[135034, 4015, 133, 2, 36, "Output",ExpressionUUID->"6a2abcdb-239d-43e9-8da5-4d70b4d9eea6", +Cell[153040, 4448, 133, 2, 36, "Output",ExpressionUUID->"c432d4b7-0223-4cd2-b217-28977093fcf9", CellID->2063800322] }, Open ]], Cell[CellGroupData[{ -Cell[135204, 4022, 174, 3, 70, "Input",ExpressionUUID->"b06f0387-4f23-4cbc-99fa-19ad003af5a6", +Cell[153210, 4455, 174, 3, 70, "Input",ExpressionUUID->"9c54fab3-0fca-42da-94f0-5d61906c8d3d", CellID->883014011], -Cell[135381, 4027, 131, 2, 36, "Output",ExpressionUUID->"ebcb6b48-97b8-4cfa-8ef9-ac2e71c95739", +Cell[153387, 4460, 131, 2, 36, "Output",ExpressionUUID->"f47ef8b2-5e07-4a4f-baec-0126914e9484", CellID->131333956] }, Open ]], Cell[CellGroupData[{ -Cell[135549, 4034, 176, 3, 70, "Input",ExpressionUUID->"abe6376a-2eee-4375-996e-173719ff04b2", +Cell[153555, 4467, 176, 3, 70, "Input",ExpressionUUID->"d3702433-c4eb-418a-8525-f286d76d03ec", CellID->2014062249], -Cell[135728, 4039, 131, 2, 36, "Output",ExpressionUUID->"18aec329-fb2e-459d-b06b-82df6255d486", +Cell[153734, 4472, 131, 2, 36, "Output",ExpressionUUID->"8a56d0a7-e017-4bfd-afdb-71475f727e2a", CellID->184875219] }, Open ]], Cell[CellGroupData[{ -Cell[135896, 4046, 182, 3, 70, "Input",ExpressionUUID->"05aca443-ffe2-49b6-b71d-ef2092823d2a", +Cell[153902, 4479, 182, 3, 70, "Input",ExpressionUUID->"ba1dae32-f15e-432c-86a1-a287d870283b", CellID->1050796057], -Cell[136081, 4051, 131, 2, 36, "Output",ExpressionUUID->"0ea19fc9-30cf-4558-babc-7433b402d31d", +Cell[154087, 4484, 131, 2, 36, "Output",ExpressionUUID->"6d945bce-9b75-43b2-8e82-ce11e52da4fd", CellID->327100976] }, Open ]], Cell[CellGroupData[{ -Cell[136249, 4058, 174, 3, 70, "Input",ExpressionUUID->"1dfdcdce-8351-4c7a-923c-388c0bfded1c", +Cell[154255, 4491, 174, 3, 70, "Input",ExpressionUUID->"65597dfc-65e8-49ef-8a6c-b9f9b765eb1c", CellID->769099436], -Cell[136426, 4063, 132, 2, 36, "Output",ExpressionUUID->"e802b651-7f46-4b99-981a-6bf7959203b1", +Cell[154432, 4496, 132, 2, 36, "Output",ExpressionUUID->"6c93edd7-530c-42af-b92c-3bbf5ceafc67", CellID->1800639589] }, Open ]], Cell[CellGroupData[{ -Cell[136595, 4070, 183, 3, 70, "Input",ExpressionUUID->"610db5bd-b315-4383-8141-350d5ecf1d6e", +Cell[154601, 4503, 183, 3, 70, "Input",ExpressionUUID->"3bcaff63-7c8c-42b9-be4e-69e831b473bc", CellID->325403552], -Cell[136781, 4075, 132, 2, 36, "Output",ExpressionUUID->"22e7fbf6-8409-4f43-a484-20ea33ffcbd9", +Cell[154787, 4508, 132, 2, 36, "Output",ExpressionUUID->"b8d7105a-b465-42b3-8d55-414e8e3bc033", CellID->1556418896] }, Open ]], Cell[CellGroupData[{ -Cell[136950, 4082, 166, 3, 70, "Input",ExpressionUUID->"ccd4eea0-4e7c-4573-af0e-d94c2872374f", +Cell[154956, 4515, 166, 3, 70, "Input",ExpressionUUID->"aa2f3be1-1936-4a8f-a22e-919cca6adaf9", CellID->843292862], -Cell[137119, 4087, 131, 2, 36, "Output",ExpressionUUID->"e2f8bd11-79fd-4a63-bea4-62a55fc2177b", +Cell[155125, 4520, 131, 2, 36, "Output",ExpressionUUID->"f7bb4e0d-887b-466f-83c1-7ae806a57675", CellID->148294428] }, Open ]], Cell[CellGroupData[{ -Cell[137287, 4094, 200, 4, 70, "Input",ExpressionUUID->"2a8e53ce-05cc-4a8a-98f7-9e0c411f877e", +Cell[155293, 4527, 200, 4, 70, "Input",ExpressionUUID->"0ce572e9-2596-42e8-ac01-7d60fe8e83e6", CellID->921954208], -Cell[137490, 4100, 356, 10, 51, "Output",ExpressionUUID->"38a69372-fbb7-4d17-8365-102ea7d0b3c5", +Cell[155496, 4533, 356, 10, 51, "Output",ExpressionUUID->"59175c68-fd16-4324-882c-8df4d5a880ed", CellID->1626004372] }, Open ]], Cell[CellGroupData[{ -Cell[137883, 4115, 290, 7, 70, "Input",ExpressionUUID->"0fad9f6a-3e0a-4b30-86c1-b3318c1d1bde", +Cell[155889, 4548, 290, 7, 70, "Input",ExpressionUUID->"f3ce2fd5-c998-46df-ae5e-22fc1ff31211", CellID->394213965], -Cell[138176, 4124, 500, 14, 36, "Output",ExpressionUUID->"1c2c5eb6-b282-4e2e-a05e-1c8a09872d16", +Cell[156182, 4557, 500, 14, 36, "Output",ExpressionUUID->"e3813f70-f9c9-44b8-b21c-2f304713e9b4", CellID->1846028311] }, Open ]], Cell[CellGroupData[{ -Cell[138713, 4143, 299, 7, 70, "Input",ExpressionUUID->"476ca211-28a5-431a-893b-fd3575f9b6ca", +Cell[156719, 4576, 299, 7, 70, "Input",ExpressionUUID->"c7d21837-cf6c-4783-b05f-a330f691df5b", CellID->329339045], -Cell[139015, 4152, 369, 10, 51, "Output",ExpressionUUID->"7f0b4c1a-103b-4c05-800b-02b1faa8bb7b", +Cell[157021, 4585, 369, 10, 50, "Output",ExpressionUUID->"a0303522-4f98-4ef5-8aea-9472fbb0fb0f", CellID->317046487] }, Open ]], Cell[CellGroupData[{ -Cell[139421, 4167, 300, 7, 70, "Input",ExpressionUUID->"59b6ecd1-c065-4a11-a31f-29f02185ddff", +Cell[157427, 4600, 300, 7, 70, "Input",ExpressionUUID->"91c4b3a6-5b10-4a6f-9180-2e193735d8a2", CellID->2022779904], -Cell[139724, 4176, 274, 7, 36, "Output",ExpressionUUID->"ebbc22d7-945f-423c-b8bf-a33778f2c8a1", +Cell[157730, 4609, 274, 7, 36, "Output",ExpressionUUID->"e0fec362-8aa7-4da8-a6e4-77149a908b6a", CellID->1648544605] }, Open ]], Cell[CellGroupData[{ -Cell[140035, 4188, 298, 7, 70, "Input",ExpressionUUID->"531b66c1-7834-4688-bfa2-8b15babc2afd", +Cell[158041, 4621, 298, 7, 70, "Input",ExpressionUUID->"0d52ec01-10d3-44f3-b0b3-27a7d4769b84", CellID->838910844], -Cell[140336, 4197, 274, 7, 36, "Output",ExpressionUUID->"27b58609-e440-42b7-b071-7f667d0d99aa", +Cell[158342, 4630, 274, 7, 36, "Output",ExpressionUUID->"34ea5836-b229-4736-994c-232d86680d14", CellID->1866107320] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[140659, 4210, 115, 1, 70, "Section",ExpressionUUID->"abac4356-e905-4e48-b8e6-81e4239cfe9c", +Cell[158665, 4643, 115, 1, 70, "Section",ExpressionUUID->"8067b216-4df5-49b7-a3f4-16816719fa31", CellID->1708139261], -Cell[140777, 4213, 201, 5, 70, "Input",ExpressionUUID->"149f4d08-a588-4be7-98b5-9905598b3cf8", +Cell[158783, 4646, 201, 5, 70, "Input",ExpressionUUID->"e6b60210-ab81-4d45-8c2f-88e6fef54c7c", CellID->303779705], -Cell[140981, 4220, 226, 6, 70, "Input",ExpressionUUID->"e4f6efa0-17b5-4f33-aa99-cc8e57985faa", +Cell[158987, 4653, 226, 6, 70, "Input",ExpressionUUID->"a4242d51-d69b-46d0-adad-3549535d749d", CellID->779986951], -Cell[141210, 4228, 201, 5, 70, "Input",ExpressionUUID->"a2767191-c85b-4226-bc81-923f0be51921", +Cell[159216, 4661, 201, 5, 70, "Input",ExpressionUUID->"f9fb8937-2966-445e-98ad-570c81477134", CellID->1442503435], -Cell[141414, 4235, 254, 6, 70, "Input",ExpressionUUID->"f56dbe47-67c5-4903-bd50-8be3240bac88", +Cell[159420, 4668, 254, 6, 70, "Input",ExpressionUUID->"01288556-e481-45eb-ae73-fb7d8d7c9cce", CellID->1617021979], -Cell[141671, 4243, 290, 8, 70, "Input",ExpressionUUID->"197f0b1a-042d-40c4-ac47-82b139f4c8a6", +Cell[159677, 4676, 290, 8, 70, "Input",ExpressionUUID->"68d61913-8800-451b-bd64-3621c50ccf05", CellID->1763870001], Cell[CellGroupData[{ -Cell[141986, 4255, 169, 3, 70, "Input",ExpressionUUID->"f6474a67-e853-4c71-8aff-1bc55ddca9e5", +Cell[159992, 4688, 169, 3, 70, "Input",ExpressionUUID->"e86a6222-3be2-4528-87a2-719319a310c5", CellID->1980953248], -Cell[142158, 4260, 133, 2, 36, "Output",ExpressionUUID->"2e541a53-7c51-44e9-8b23-5b3b8e6608a4", +Cell[160164, 4693, 133, 2, 36, "Output",ExpressionUUID->"718d76d9-16ea-49b4-8364-251047b38bf5", CellID->1309435634] }, Open ]], Cell[CellGroupData[{ -Cell[142328, 4267, 170, 3, 70, "Input",ExpressionUUID->"a623175f-6781-4ed9-84b1-7ed5f0b3c9aa", +Cell[160334, 4700, 170, 3, 70, "Input",ExpressionUUID->"7522d846-06e0-4dd0-8a9b-99107d0c226b", CellID->266019592], -Cell[142501, 4272, 133, 2, 36, "Output",ExpressionUUID->"ffaf6005-ec9b-4793-8bb5-e23fe3c92aa3", +Cell[160507, 4705, 133, 2, 36, "Output",ExpressionUUID->"c4d1c10a-d852-49ab-bf75-3a24a52f9f62", CellID->1920606454] }, Open ]], Cell[CellGroupData[{ -Cell[142671, 4279, 174, 3, 70, "Input",ExpressionUUID->"01b80b10-cdbc-40a3-847f-d51c70f6b8cf", +Cell[160677, 4712, 174, 3, 70, "Input",ExpressionUUID->"e96e4325-2877-4a19-978c-e612be2dbc53", CellID->458036009], -Cell[142848, 4284, 131, 2, 36, "Output",ExpressionUUID->"8c7024a5-2200-41fa-a7a8-b317c37f3b58", +Cell[160854, 4717, 131, 2, 36, "Output",ExpressionUUID->"efba25f4-f139-4a82-9902-745210fab7fa", CellID->523451305] }, Open ]], Cell[CellGroupData[{ -Cell[143016, 4291, 176, 3, 70, "Input",ExpressionUUID->"ccfd0754-a3be-4c3a-9037-a320a1554926", +Cell[161022, 4724, 176, 3, 70, "Input",ExpressionUUID->"27b54385-ec96-4dd0-b11e-bea96727ecd6", CellID->1776223321], -Cell[143195, 4296, 131, 2, 36, "Output",ExpressionUUID->"15133be5-fc22-4cee-8cfd-9ec07526a0a3", +Cell[161201, 4729, 131, 2, 36, "Output",ExpressionUUID->"6e851987-9501-4c1f-a9fb-8f1735f6bcf2", CellID->228406933] }, Open ]], Cell[CellGroupData[{ -Cell[143363, 4303, 182, 3, 70, "Input",ExpressionUUID->"4ef5497e-1c45-4a55-baa4-bdbd2ccb896a", +Cell[161369, 4736, 182, 3, 70, "Input",ExpressionUUID->"538c0880-4596-4f4e-bad7-16e0bf1ad4dc", CellID->1357001590], -Cell[143548, 4308, 131, 2, 36, "Output",ExpressionUUID->"d9d23a9d-20d2-4489-9abd-228382346a10", +Cell[161554, 4741, 131, 2, 36, "Output",ExpressionUUID->"62ced2ae-ad83-4f53-82c1-038a29648cf9", CellID->850369124] }, Open ]], Cell[CellGroupData[{ -Cell[143716, 4315, 174, 3, 70, "Input",ExpressionUUID->"bb81290a-cd39-416d-9541-c871514c49df", +Cell[161722, 4748, 174, 3, 70, "Input",ExpressionUUID->"0f9c425a-e838-437c-9e83-841a15b57f05", CellID->568824835], -Cell[143893, 4320, 132, 2, 36, "Output",ExpressionUUID->"36fe07df-9441-40ab-85b5-606011265d52", +Cell[161899, 4753, 132, 2, 36, "Output",ExpressionUUID->"033f9f76-872e-4b36-afc6-84157d53cd6b", CellID->1636944327] }, Open ]], Cell[CellGroupData[{ -Cell[144062, 4327, 184, 3, 70, "Input",ExpressionUUID->"eb004ceb-1fda-4087-98b5-361b73a5540f", +Cell[162068, 4760, 184, 3, 70, "Input",ExpressionUUID->"2e3b0213-c82d-4cfe-a225-8437ed01b5bc", CellID->1409631138], -Cell[144249, 4332, 132, 2, 36, "Output",ExpressionUUID->"e11398e1-3ea6-4c06-97a3-d0aca77260a6", +Cell[162255, 4765, 132, 2, 36, "Output",ExpressionUUID->"35e52c58-ac51-4a80-877e-44b6d5721964", CellID->1675383013] }, Open ]], Cell[CellGroupData[{ -Cell[144418, 4339, 167, 3, 70, "Input",ExpressionUUID->"19b3754b-971b-435f-a810-523865207605", +Cell[162424, 4772, 167, 3, 70, "Input",ExpressionUUID->"e5adc412-c3d8-41cc-b880-89a4cb11f903", CellID->1495233230], -Cell[144588, 4344, 131, 2, 36, "Output",ExpressionUUID->"e30d3f32-92a5-4dfa-91fc-a312ea470e3e", +Cell[162594, 4777, 131, 2, 36, "Output",ExpressionUUID->"a7d96d85-cdc8-4ce2-8708-9222689efe8e", CellID->572369993] }, Open ]], Cell[CellGroupData[{ -Cell[144756, 4351, 200, 4, 70, "Input",ExpressionUUID->"4a9001c4-79d6-4d2c-9a0a-5077ac0186f9", +Cell[162762, 4784, 200, 4, 70, "Input",ExpressionUUID->"3d89281c-19c4-45fe-9a1f-f69ac2711d60", CellID->862137097], -Cell[144959, 4357, 411, 12, 51, "Output",ExpressionUUID->"28a685e1-cac4-49e3-a92d-3a0602c0bac6", +Cell[162965, 4790, 411, 12, 50, "Output",ExpressionUUID->"3c31f146-aed1-4d27-ae15-3f6fdb201eae", CellID->31351814] }, Open ]], Cell[CellGroupData[{ -Cell[145407, 4374, 291, 7, 70, "Input",ExpressionUUID->"dfd10d67-a272-4f60-94ce-62ffb5eb2e3b", +Cell[163413, 4807, 291, 7, 70, "Input",ExpressionUUID->"ae868e1a-9acd-4b96-b514-55de427ee462", CellID->1298857221], -Cell[145701, 4383, 411, 11, 51, "Output",ExpressionUUID->"066bed16-dcac-4f56-a894-f7581c176d34", +Cell[163707, 4816, 411, 11, 50, "Output",ExpressionUUID->"8682e520-3305-4fcf-aeba-e622cd52bd60", CellID->639312243] }, Open ]], Cell[CellGroupData[{ -Cell[146149, 4399, 299, 7, 70, "Input",ExpressionUUID->"fbf2d4bf-dd02-43b4-a7c3-957fe9063fbd", +Cell[164155, 4832, 299, 7, 70, "Input",ExpressionUUID->"12c593c7-a763-47db-a740-22e16cdc86b4", CellID->323192007], -Cell[146451, 4408, 411, 11, 51, "Output",ExpressionUUID->"174e2f8b-13aa-4f18-b27f-ad8d9ca3b83e", +Cell[164457, 4841, 411, 11, 50, "Output",ExpressionUUID->"39daff29-51ae-4fda-b998-242aceff448f", CellID->1103991413] }, Open ]], Cell[CellGroupData[{ -Cell[146899, 4424, 300, 7, 70, "Input",ExpressionUUID->"a29fa50d-9646-49de-8f87-3f240c3f6cf6", +Cell[164905, 4857, 300, 7, 70, "Input",ExpressionUUID->"17644566-3d27-4fab-a80c-d9905d54f123", CellID->1922495037], -Cell[147202, 4433, 491, 14, 51, "Output",ExpressionUUID->"c4171a4f-90d5-4223-8bba-9b897e096336", +Cell[165208, 4866, 491, 14, 50, "Output",ExpressionUUID->"414bbce5-f92b-4711-b4d1-a880776fd234", CellID->1569407193] }, Open ]], Cell[CellGroupData[{ -Cell[147730, 4452, 299, 7, 70, "Input",ExpressionUUID->"7f027814-04d3-4e9a-87a4-1b25d6360aa0", +Cell[165736, 4885, 299, 7, 70, "Input",ExpressionUUID->"aa4d0239-614f-4415-9910-017fd5934cb6", CellID->1701220811], -Cell[148032, 4461, 490, 14, 51, "Output",ExpressionUUID->"02221c73-881b-4a19-b8c3-3e52aacf0eb5", +Cell[166038, 4894, 490, 14, 50, "Output",ExpressionUUID->"f5d7c557-0aba-4f34-8437-bf700696b89e", CellID->825329646] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[148571, 4481, 111, 1, 70, "Section",ExpressionUUID->"b0b7a6d8-a44b-454a-90c2-38e7efc6e448", +Cell[166577, 4914, 111, 1, 70, "Section",ExpressionUUID->"22af6fdc-179c-443c-ac8a-86281ad2fcca", CellID->1465882556], -Cell[148685, 4484, 640, 20, 70, "Input",ExpressionUUID->"c36ca8b8-50db-41dc-af4f-9f67ff5e28a0", +Cell[166691, 4917, 640, 20, 70, "Input",ExpressionUUID->"724fdbf7-b91e-437e-8c81-c4e3efd248ea", CellID->333724114], Cell[CellGroupData[{ -Cell[149350, 4508, 168, 3, 70, "Input",ExpressionUUID->"d41e23b8-6861-4873-8312-09eba51d63ff", +Cell[167356, 4941, 168, 3, 70, "Input",ExpressionUUID->"80ecfda3-f51d-40c6-9f60-4a5c0bef5fe9", CellID->778170438], -Cell[149521, 4513, 133, 2, 36, "Output",ExpressionUUID->"f6531058-a432-48e2-b8d4-cc29baf1e82d", +Cell[167527, 4946, 133, 2, 36, "Output",ExpressionUUID->"b0d2723d-941d-43bd-8996-0c4b71820424", CellID->1702841564] }, Open ]], Cell[CellGroupData[{ -Cell[149691, 4520, 171, 3, 70, "Input",ExpressionUUID->"eaa7a272-f072-4c08-9d5d-7c4b7c5df8eb", +Cell[167697, 4953, 171, 3, 70, "Input",ExpressionUUID->"bf2772b7-9fc3-4865-b951-c336196fc97b", CellID->2097594115], -Cell[149865, 4525, 133, 2, 36, "Output",ExpressionUUID->"f62bbd06-1f59-4673-9013-3bfad559faf2", +Cell[167871, 4958, 133, 2, 36, "Output",ExpressionUUID->"d6836270-823e-42cd-8099-44f80499fd5d", CellID->2062715198] }, Open ]], Cell[CellGroupData[{ -Cell[150035, 4532, 175, 3, 70, "Input",ExpressionUUID->"98f7dbba-d1c5-4fa7-9c11-9f576be5fc44", +Cell[168041, 4965, 175, 3, 70, "Input",ExpressionUUID->"0bd393ff-2920-456d-b265-0cc490036263", CellID->1648072969], -Cell[150213, 4537, 132, 2, 36, "Output",ExpressionUUID->"b7c55881-e624-418e-947d-a3fdf6ef86a1", +Cell[168219, 4970, 132, 2, 36, "Output",ExpressionUUID->"f7847990-7bfc-40f7-bb00-1616c4f3940f", CellID->418773769] }, Open ]], Cell[CellGroupData[{ -Cell[150382, 4544, 176, 3, 70, "Input",ExpressionUUID->"26a3bfe0-e5ba-4a2b-a90c-4efbc43aaf5f", +Cell[168388, 4977, 176, 3, 70, "Input",ExpressionUUID->"52d443eb-504f-48ce-bf7d-59d4da0b2abe", CellID->1328123651], -Cell[150561, 4549, 132, 2, 36, "Output",ExpressionUUID->"5876c059-e520-42d4-8063-300ea3bd4cbb", +Cell[168567, 4982, 132, 2, 36, "Output",ExpressionUUID->"bcf8d7bf-8149-4443-8260-fee62619815d", CellID->422328746] }, Open ]], Cell[CellGroupData[{ -Cell[150730, 4556, 181, 3, 70, "Input",ExpressionUUID->"5dc607f6-09a2-4b1f-958f-6bb547696bbd", +Cell[168736, 4989, 181, 3, 70, "Input",ExpressionUUID->"a3f45920-0d90-4216-b149-a377010cfbd8", CellID->348728253], -Cell[150914, 4561, 132, 2, 36, "Output",ExpressionUUID->"b6109617-3ef4-4e90-b11f-032c28632edc", +Cell[168920, 4994, 132, 2, 36, "Output",ExpressionUUID->"b00fdebc-0962-40dd-b13f-fd486507b4c1", CellID->832600592] }, Open ]], Cell[CellGroupData[{ -Cell[151083, 4568, 175, 3, 70, "Input",ExpressionUUID->"90e3ffab-82ee-4210-91b2-3027e25f1be3", +Cell[169089, 5001, 175, 3, 70, "Input",ExpressionUUID->"aa26dfd5-ad3a-429d-9cdb-56e3d3d7ac76", CellID->1467457397], -Cell[151261, 4573, 132, 2, 36, "Output",ExpressionUUID->"f34e6f94-afd6-4bc9-b1b9-166b28829cca", +Cell[169267, 5006, 132, 2, 36, "Output",ExpressionUUID->"1fbcf076-e160-4773-bc45-5b66db439147", CellID->771962334] }, Open ]], Cell[CellGroupData[{ -Cell[151430, 4580, 184, 3, 70, "Input",ExpressionUUID->"ebc79bd6-6318-44c4-8620-5c74ed19dbe5", +Cell[169436, 5013, 184, 3, 70, "Input",ExpressionUUID->"b16be6a9-4b83-42eb-bc3a-ec66b0db45a1", CellID->1354702434], -Cell[151617, 4585, 132, 2, 36, "Output",ExpressionUUID->"89e0e263-1080-444b-a44a-ef550b8c9cf8", +Cell[169623, 5018, 132, 2, 36, "Output",ExpressionUUID->"4f1c8e64-480b-4da7-84df-9b548e993c7a", CellID->338645420] }, Open ]], Cell[CellGroupData[{ -Cell[151786, 4592, 167, 3, 70, "Input",ExpressionUUID->"3fcdea0d-84cb-4543-87e7-13e579ac11e9", +Cell[169792, 5025, 167, 3, 70, "Input",ExpressionUUID->"f64a212a-d247-40e9-96f5-669604be1c0b", CellID->1240651338], -Cell[151956, 4597, 132, 2, 36, "Output",ExpressionUUID->"663cf465-d273-4aeb-a8ca-0d30e587a56b", +Cell[169962, 5030, 132, 2, 36, "Output",ExpressionUUID->"7cec6f6e-5e84-4f6e-8994-9a16b82a4a7a", CellID->963934548] }, Open ]], Cell[CellGroupData[{ -Cell[152125, 4604, 201, 4, 70, "Input",ExpressionUUID->"b241ca31-8077-4942-9535-95560ef19a72", +Cell[170131, 5037, 201, 4, 70, "Input",ExpressionUUID->"436206b7-24f6-4d5c-b030-489c1d143d66", CellID->1300916281], -Cell[152329, 4610, 457, 12, 51, "Output",ExpressionUUID->"73ec7430-0613-4eec-90ea-ac4a11120013", +Cell[170335, 5043, 457, 12, 51, "Output",ExpressionUUID->"bc1ef2ea-6e06-47e5-9244-d7a41fa7b2db", CellID->956837553] }, Open ]], Cell[CellGroupData[{ -Cell[152823, 4627, 290, 7, 70, "Input",ExpressionUUID->"848beb81-ee32-4212-837c-d174e403d308", +Cell[170829, 5060, 290, 7, 70, "Input",ExpressionUUID->"e2cf0b2f-1ba5-42dd-8920-4d02870e1985", CellID->800951623], -Cell[153116, 4636, 513, 14, 51, "Output",ExpressionUUID->"85cabe80-19f0-4550-9b1c-dd7048a5467d", +Cell[171122, 5069, 513, 14, 50, "Output",ExpressionUUID->"8fc49e06-6df3-4773-a403-8f208f27bb56", CellID->665746397] }, Open ]], Cell[CellGroupData[{ -Cell[153666, 4655, 299, 7, 70, "Input",ExpressionUUID->"54d52333-7a92-4e2f-9615-08657318420b", +Cell[171672, 5088, 299, 7, 70, "Input",ExpressionUUID->"c75de27e-d9f6-4858-ac79-6e374af42ac9", CellID->330364467], -Cell[153968, 4664, 513, 14, 51, "Output",ExpressionUUID->"d9a51b7c-f2c0-46d5-b8dc-a4ddfde29d6f", +Cell[171974, 5097, 513, 14, 50, "Output",ExpressionUUID->"24316141-fc19-4529-9564-04953684b792", CellID->617090490] }, Open ]], Cell[CellGroupData[{ -Cell[154518, 4683, 300, 7, 70, "Input",ExpressionUUID->"46fd7c10-d1b1-484a-b4c0-aab4805d9f0b", +Cell[172524, 5116, 300, 7, 70, "Input",ExpressionUUID->"3645e9e1-bb8e-4cb0-8b74-572a7b9d3af9", CellID->1207045872], -Cell[154821, 4692, 508, 14, 51, "Output",ExpressionUUID->"068c4b99-2b43-473f-bce2-888fe6d1a217", +Cell[172827, 5125, 508, 14, 51, "Output",ExpressionUUID->"e1e03700-a943-40ed-a70f-7ad1e580439a", CellID->365772801] }, Open ]], Cell[CellGroupData[{ -Cell[155366, 4711, 299, 7, 70, "Input",ExpressionUUID->"40aa8474-0aa6-4c19-b5fe-b161748989a3", +Cell[173372, 5144, 299, 7, 70, "Input",ExpressionUUID->"c07d5e7c-3d04-4bd7-acc1-44056b0b77b8", CellID->1126478673], -Cell[155668, 4720, 508, 14, 51, "Output",ExpressionUUID->"cfd0569b-fcbc-4f95-b729-f7612a92e9b4", +Cell[173674, 5153, 508, 14, 51, "Output",ExpressionUUID->"c06124ae-a494-48dd-bf58-5c1fb1406c04", CellID->814040825] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[156225, 4740, 128, 1, 70, "Section",ExpressionUUID->"aa025106-444f-4aaa-b86d-f0e648db1454", +Cell[174231, 5173, 128, 1, 70, "Section",ExpressionUUID->"c72b5f0f-be02-41e4-a879-08b3844ca43b", CellID->1815659326], Cell[CellGroupData[{ -Cell[156378, 4745, 168, 3, 70, "Input",ExpressionUUID->"670c9269-11c6-4e50-a2e3-181b72fff502", +Cell[174384, 5178, 168, 3, 70, "Input",ExpressionUUID->"b9726651-5201-4c84-810b-f5b12602ba1d", CellID->680215836], -Cell[156549, 4750, 131, 2, 36, "Output",ExpressionUUID->"8892eaea-1204-4ab6-a28d-afe817f9b761", +Cell[174555, 5183, 131, 2, 36, "Output",ExpressionUUID->"618180de-452b-4c62-aa25-efcaab6aaecf", CellID->95611214] }, Open ]], Cell[CellGroupData[{ -Cell[156717, 4757, 171, 3, 70, "Input",ExpressionUUID->"74db3a81-4388-4b69-a3be-19ccf562d440", +Cell[174723, 5190, 171, 3, 70, "Input",ExpressionUUID->"2ffdd550-f0f3-44be-b719-5a829643a7ac", CellID->1134058234], -Cell[156891, 4762, 131, 2, 36, "Output",ExpressionUUID->"c5fe953d-8719-497d-abb2-67e35e1ff20f", +Cell[174897, 5195, 131, 2, 36, "Output",ExpressionUUID->"28086f07-4b51-47bc-8f90-f241142442da", CellID->64317464] }, Open ]], -Cell[157037, 4767, 399, 11, 70, "Input",ExpressionUUID->"8ec8d024-92e0-4b6f-9316-c5ed359a523b", +Cell[175043, 5200, 399, 11, 70, "Input",ExpressionUUID->"f5d6dce8-d571-43f3-aee6-1ef826d3dd6e", CellID->1095894703], Cell[CellGroupData[{ -Cell[157461, 4782, 169, 3, 70, "Input",ExpressionUUID->"15c4269e-1979-497f-8ab3-6d7a7edde65c", +Cell[175467, 5215, 169, 3, 70, "Input",ExpressionUUID->"b7667073-2ee2-4499-b20b-011687592b7a", CellID->2069479122], -Cell[157633, 4787, 132, 2, 36, "Output",ExpressionUUID->"51a8a9e8-b704-4b45-be76-eb5acd3bd695", +Cell[175639, 5220, 132, 2, 36, "Output",ExpressionUUID->"6df1a1ca-ab19-4d72-932c-87f57089bead", CellID->1131087313] }, Open ]], Cell[CellGroupData[{ -Cell[157802, 4794, 171, 3, 70, "Input",ExpressionUUID->"a35033b2-12f5-4df6-9b88-2c38bfa7b427", +Cell[175808, 5227, 171, 3, 70, "Input",ExpressionUUID->"2c9192ee-37cb-450f-8263-5ca03395196b", CellID->1707534742], -Cell[157976, 4799, 132, 2, 36, "Output",ExpressionUUID->"a0ecbcaf-d142-4468-bf63-73bfd52e4d91", +Cell[175982, 5232, 132, 2, 36, "Output",ExpressionUUID->"d9f3a9ca-0560-43e2-83bb-9d96b9b3eff4", CellID->1744155819] }, Open ]], Cell[CellGroupData[{ -Cell[158145, 4806, 175, 3, 70, "Input",ExpressionUUID->"7ff4f8a2-9eab-42b6-88ad-e5ea78c9153a", +Cell[176151, 5239, 175, 3, 70, "Input",ExpressionUUID->"da4b4a64-6468-42a2-8817-2a8363e893d8", CellID->1180180478], -Cell[158323, 4811, 132, 2, 36, "Output",ExpressionUUID->"6658cb5e-3ee4-4727-ba24-efb69446a9bc", +Cell[176329, 5244, 132, 2, 36, "Output",ExpressionUUID->"3e9c3289-d1d9-447f-99a2-fcd55869c4ea", CellID->1930424784] }, Open ]], Cell[CellGroupData[{ -Cell[158492, 4818, 176, 3, 70, "Input",ExpressionUUID->"4a05b404-9ddd-4f21-aa70-f1ca9e87e658", +Cell[176498, 5251, 176, 3, 70, "Input",ExpressionUUID->"2498a23b-8fe3-46d0-aecd-1a7a17f0ef1a", CellID->1528693774], -Cell[158671, 4823, 131, 2, 36, "Output",ExpressionUUID->"3750da1a-73cf-451d-b240-7408ac83c546", +Cell[176677, 5256, 131, 2, 36, "Output",ExpressionUUID->"7b3594d4-c948-40ac-b9a6-ee081e2c50c1", CellID->293039299] }, Open ]], Cell[CellGroupData[{ -Cell[158839, 4830, 182, 3, 70, "Input",ExpressionUUID->"aa57e0a3-86c3-4cbe-b107-fbc24f8f8bf9", +Cell[176845, 5263, 182, 3, 70, "Input",ExpressionUUID->"b58b8acd-2fbb-45e6-b8f7-91d72162536c", CellID->1845038069], -Cell[159024, 4835, 132, 2, 36, "Output",ExpressionUUID->"28e74e72-9d80-4721-9355-9bf949805026", +Cell[177030, 5268, 132, 2, 36, "Output",ExpressionUUID->"8fd83927-12ef-46f2-9b25-fed6ce2a5b08", CellID->1517278626] }, Open ]], Cell[CellGroupData[{ -Cell[159193, 4842, 175, 3, 70, "Input",ExpressionUUID->"18dbe5ad-c564-46d3-8697-940c34d95582", +Cell[177199, 5275, 175, 3, 70, "Input",ExpressionUUID->"20761d74-f05d-4985-8498-7986bcce5df2", CellID->1087154927], -Cell[159371, 4847, 131, 2, 36, "Output",ExpressionUUID->"750a3254-864f-4ef0-aeb8-de70f0e1bd51", +Cell[177377, 5280, 131, 2, 36, "Output",ExpressionUUID->"2081d13d-7252-4710-9efa-618c3bb1c928", CellID->306392441] }, Open ]], Cell[CellGroupData[{ -Cell[159539, 4854, 183, 3, 70, "Input",ExpressionUUID->"2484e962-22f4-4f8c-977a-519e3712cec3", +Cell[177545, 5287, 183, 3, 70, "Input",ExpressionUUID->"7ac8cbcd-1e18-4424-8f5f-df89b4cc502f", CellID->737466107], -Cell[159725, 4859, 131, 2, 36, "Output",ExpressionUUID->"bb6c24e7-0bdb-41cf-9992-7700ab05e51c", +Cell[177731, 5292, 131, 2, 36, "Output",ExpressionUUID->"5322d748-4978-41a5-8a9c-88dc5eded889", CellID->521446233] }, Open ]], Cell[CellGroupData[{ -Cell[159893, 4866, 167, 3, 70, "Input",ExpressionUUID->"2df09b6a-b51f-4472-8ebb-3c7c598cb46c", +Cell[177899, 5299, 167, 3, 70, "Input",ExpressionUUID->"6598aeb2-bd27-407b-828a-48353e7a29df", CellID->1669106781], -Cell[160063, 4871, 131, 2, 36, "Output",ExpressionUUID->"358c6097-cad0-4c9d-b466-488c6ca917fc", +Cell[178069, 5304, 131, 2, 36, "Output",ExpressionUUID->"aecd4dfd-19be-4006-8f49-a9613819ad91", CellID->220164102] }, Open ]], Cell[CellGroupData[{ -Cell[160231, 4878, 200, 4, 70, "Input",ExpressionUUID->"3c43b726-19a7-4ce7-ae33-de9591a8bf23", +Cell[178237, 5311, 200, 4, 70, "Input",ExpressionUUID->"d91bfaa0-8398-4b48-8cde-2a3f742f2a4c", CellID->768723537], -Cell[160434, 4884, 448, 12, 51, "Output",ExpressionUUID->"75fbb50c-6382-4a05-8ebf-70fe16d3c1da", +Cell[178440, 5317, 448, 12, 51, "Output",ExpressionUUID->"bd4e70f8-8a57-41d0-8d05-88be27d99388", CellID->1943336768] }, Open ]], Cell[CellGroupData[{ -Cell[160919, 4901, 291, 7, 70, "Input",ExpressionUUID->"26533f20-7354-4d20-b7f2-82bfd938c6d3", +Cell[178925, 5334, 291, 7, 70, "Input",ExpressionUUID->"acaba310-86ec-457b-91ff-ed1b81ada263", CellID->2053952118], -Cell[161213, 4910, 539, 14, 51, "Output",ExpressionUUID->"be543bb2-2e25-4855-9d2a-f94b94059ef7", +Cell[179219, 5343, 539, 14, 51, "Output",ExpressionUUID->"deb9453e-8585-40b8-9d91-1837c71d87b1", CellID->49345598] }, Open ]], Cell[CellGroupData[{ -Cell[161789, 4929, 299, 7, 70, "Input",ExpressionUUID->"dcfd5cd4-acf1-4a4e-8e63-06d512ffd0d1", +Cell[179795, 5362, 299, 7, 70, "Input",ExpressionUUID->"b9898f22-3833-4634-bc1e-9a1dd9c51de8", CellID->274899953], -Cell[162091, 4938, 538, 14, 51, "Output",ExpressionUUID->"87babccd-025d-4fc9-9152-cae9c13ee4ea", +Cell[180097, 5371, 538, 14, 51, "Output",ExpressionUUID->"a218c344-2806-4dda-90e8-ec1effe8b413", CellID->792534095] }, Open ]], Cell[CellGroupData[{ -Cell[162666, 4957, 300, 7, 70, "Input",ExpressionUUID->"3b2d2d77-25e0-46c5-901a-6148d126364f", +Cell[180672, 5390, 300, 7, 70, "Input",ExpressionUUID->"95ab8af8-f072-493b-ab5a-ca710fd04391", CellID->1752644479], -Cell[162969, 4966, 539, 14, 51, "Output",ExpressionUUID->"fe4359b7-2558-4618-a40b-b52ad80e9a1d", +Cell[180975, 5399, 539, 14, 51, "Output",ExpressionUUID->"0f172f28-59b2-4c36-af44-e3be99aa4a54", CellID->1974688582] }, Open ]], Cell[CellGroupData[{ -Cell[163545, 4985, 299, 7, 70, "Input",ExpressionUUID->"05a60813-5513-4cc9-a011-2fc533ca22d9", +Cell[181551, 5418, 299, 7, 70, "Input",ExpressionUUID->"a8784db4-bdbb-438b-8804-035e2e882c16", CellID->2095571604], -Cell[163847, 4994, 538, 14, 51, "Output",ExpressionUUID->"87baece3-862f-4bd5-a0b7-c28e03311d63", +Cell[181853, 5427, 538, 14, 51, "Output",ExpressionUUID->"1671fe97-b5ec-4bc2-a296-ea82a15c73bb", CellID->688657841] }, Open ]] }, Closed]], -Cell[164412, 5012, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"4e0c1d98-7b39-4f45-911d-b04a1a2d0cc3"], -Cell[CellGroupData[{ -Cell[165126, 5033, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"2a6accfa-bb74-4837-8bc0-d2e6f32b54c8"], -Cell[166707, 5075, 81, 0, 70, "Input",ExpressionUUID->"21da3c52-fc54-47f0-a9b9-83aaa06bea7c"] -}, Open ]] +Cell[182418, 5445, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"33b8a7fc-4244-4762-983a-bd0e2e114740"], +Cell[183110, 5464, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"523b2fbe-9828-45f4-ac6e-3749785be148"] }, Open ]], -Cell[166815, 5079, 78, 0, 70, "FooterCell",ExpressionUUID->"a5f119c1-fc0a-44eb-8a17-de9e6511cfb8"] +Cell[184703, 5507, 78, 0, 70, "FooterCell",ExpressionUUID->"baeea235-fe6b-484e-b12f-4ea0490ce7a0"] } ] *) diff --git a/Documentation/English/Tutorials/GettingStarted.nb b/Documentation/English/Tutorials/GettingStarted.nb index bf29442..63cbb47 100644 --- a/Documentation/English/Tutorials/GettingStarted.nb +++ b/Documentation/English/Tutorials/GettingStarted.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 1752448, 32972] -NotebookOptionsPosition[ 1713784, 32142] -NotebookOutlinePosition[ 1716402, 32205] -CellTagsIndexPosition[ 1716359, 32202] +NotebookDataLength[ 1830613, 34644] +NotebookOptionsPosition[ 1786134, 33694] +NotebookOutlinePosition[ 1788769, 33757] +CellTagsIndexPosition[ 1788726, 33754] WindowTitle->GettingStarted WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G TUTORIAL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "32149d05-ee61-40e0-963f-13cf317ecf71"], + "9cb4a4a5-ba6d-4dce-9e56-76966c495af6"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "89454e95-926b-4d2d-857c-8c69a90f0b9b"], + "5c1a8061-1434-4e5c-8919-ed2353c3a424"], Background->RGBColor[ 0.7450980392156863, 0.3254901960784314, 0.1411764705882353], ItemSize->Full], ""} @@ -52,22 +52,23 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "b0cd6bb5-4829-4165-a842-5c532320a837"] - }],ExpressionUUID->"c905023e-b4ae-4e9e-a402-9deb981cb9b9"], - StripOnInput->False], {"\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "31b73a01-c8b8-4502-8dba-dfd5ef5c4029"] + }],ExpressionUUID->"6ea9759a-716e-4faa-83ae-44aa11022600"], + StripOnInput->False],{ + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"RelatedTutorialsSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "e432a27b-8e63-497e-a3ce-05779b2529d0"], + "a0acf346-00b1-4c85-a916-132b43c6c289"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -83,16 +84,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "e05a0fac-35a6-433f-bb70-1b00ca29d362"] - }],ExpressionUUID->"d65b2f41-35ec-4fe4-97c3-4c12ea6fd5a4"], - StripOnInput->False], {"\<\"TUGFunctionsIndex\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, + "d5bf523d-acd2-490e-b928-79621de69780"] + }],ExpressionUUID->"4fd44a0a-1ce2-4152-aad6-1d3e6bf67e95"], + StripOnInput->False],{ + "\"TUGFunctionsIndex\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"TutorialMoreAboutSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "6747ec91-a7a5-4978-8edd-6b9238cb8b0a"], + "7061ff74-ee77-4ac0-ac33-f8a22c53e5d1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -108,108 +110,111 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "23cc2da8-b4bf-4ab8-be03-31ebc4888b70"] - }],ExpressionUUID->"f997853c-d829-4a42-b35b-8a1f93b8a0d5"], - StripOnInput->False], {"\<\"TUG/tutorial/GettingStarted\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/tutorial/GettingStarted"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/tutorial/\ + "fafc01b5-b21d-4bcd-8a7b-3ab4d0dda379"] + }],ExpressionUUID->"d7bd3999-d953-448c-a63e-82db91e2515c"], + StripOnInput->False],{ + "\"TUG/tutorial/GettingStarted\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/tutorial/GettingStarted"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/tutorial/\ GettingStarted.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$219556], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/tutorial/GettingStarted" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$236382], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/tutorial/GettingStarted" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "5f010aff-d466-4266-baa7-aea335a5d743"] + "ad350739-a5c5-4734-828c-e97a5735c8d6"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "a15a337a-4bb8-441b-85b7-c5c1e482c63e"]} + "dd09b561-c7f9-4e50-afed-2d417b497526"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"a600f151-2562-4c6a-bac4-19ca65318fd2"], + CellID->1,ExpressionUUID->"fc9d56ec-9878-42c0-82b1-f23e6511b312"], Cell[CellGroupData[{ Cell["GettingStarted", "Title", - CellID->509267359,ExpressionUUID->"c9254fc1-8c11-4cf3-9270-d0d2331ea9b2"], + CellID->692386252,ExpressionUUID->"195314d2-b039-46a1-bc6b-9d04d7cfe24a"], Cell["\<\ This notebook provides a quick introduction to the Mathematica package \ TuGames. \ \>", "Text", - CellID->1534169418,ExpressionUUID->"f542eaa7-db34-45c9-9a91-1a1624b5517c"], + CellID->1534169418,ExpressionUUID->"84d92396-a081-4cb5-9576-6e7c5efd0ed3"], Cell[BoxData[GridBox[{ { - RowBox[{"How", " ", "to", " ", "load", " ", "the", " ", "package"}], Cell[ - "Plotting the Core and Strong Epsilon Core in 3D", "TableText", - ExpressionUUID->"6fada4a7-b143-4457-b7db-a989af48870c"]}, + RowBox[{"How", " ", "to", " ", "load", " ", "the", " ", "package"}], + Cell["\<\ +Plotting the Core, Strong Epsilon Core, and the Weber Set in 3D\ +\>", "TableText",ExpressionUUID->"b7ccb981-77c4-4f71-8fcf-f44010a2fef7"]}, { RowBox[{"Defining", " ", "a", " ", "Game"}], Cell[ - "Plotting Kernel Catchers", "TableText",ExpressionUUID-> - "2e9ca414-ebf7-4e1c-b11d-e51dfadaddc9"]}, + "Plotting Kernel Catchers in 3D", "TableText",ExpressionUUID-> + "defda436-285d-4a88-ab8a-b0cc60cc2178"]}, { RowBox[{ "Some", " ", "Solution", " ", "Concepts", " ", "and", " ", "Game", " ", "Properties"}], Cell[ "Animation of Geometric Properties of the Kernel/Nucleous", "TableText", - ExpressionUUID->"9467029c-c3c6-49cc-94ce-aaffc6f9e5ca"]} + ExpressionUUID->"0bb4062b-79f4-41ab-b335-8870032cb135"]} }]], "DefinitionBox", - CellID->2096742444,ExpressionUUID->"f2da0c80-cd49-4a19-b897-6edacffebbab"], + CellID->2096742444,ExpressionUUID->"96fad2da-1389-41f5-b121-2f0fafd1cf5b"], Cell["\<\ The forthcoming section illustrates the usage of some useful commands of \ TuGames. \ \>", "Caption", - CellID->1891092685,ExpressionUUID->"a490fe19-5331-4092-9747-1ad37b70e74a"], + CellID->1891092685,ExpressionUUID->"5adbc61c-45b7-4d82-9657-1444efc88ee0"], Cell[CellGroupData[{ Cell["TuGames Getting Started ", "Section", - CellID->1416830329,ExpressionUUID->"0489b9ef-fc4d-4aec-b7e2-ffd9015cacdc"], + CellID->1416830329,ExpressionUUID->"d470ee22-ef79-4d77-ba69-904555fbc06b"], Cell[CellGroupData[{ Cell["Loading the Package ", "Subsubsection", - CellID->1780436198,ExpressionUUID->"020896d9-affc-4339-9f65-f1297c4ecb2f"], + CellID->1780436198,ExpressionUUID->"327b9b55-33ac-4783-b1c5-5db1f8137337"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", CellLabel->"In[1]:=", - CellID->1697342268,ExpressionUUID->"d4cf2b1c-7536-4c84-b286-c28baa13f748"], + CellID->1697342268,ExpressionUUID->"926b19f5-3154-44b3-941e-08165ff8d7c1"], Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->779527352,ExpressionUUID->"81dd09cb-6b6a-4448-90ef-4cc374d68484"], + CellID->862431999,ExpressionUUID->"43b1dba3-778f-4333-8517-ab2bb2a3d83b"], Cell[BoxData[ InterpretationBox[ @@ -218,48 +223,48 @@ Cell[BoxData[ SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->643832234,ExpressionUUID->"1fa1ca0a-3d00-4db5-986f-e4a364527535"], + CellID->2059610496,ExpressionUUID->"bc729acc-74cb-4cde-ba75-34d60f586657"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->640830736,ExpressionUUID->"ac75e844-e3b0-47e9-88a7-3cc45d0f01fe"], + CellID->844877368,ExpressionUUID->"0f87b233-bc69-4e3c-9162-189c656243d7"], -Cell[BoxData["\<\"TuGames V3.1.2 by Holger I. Meinhardt\"\>"], "Print", +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->2139915615,ExpressionUUID->"6cf5598f-0bb8-4094-87b6-fcb32bffcb64"], + CellID->1174578098,ExpressionUUID->"aa22c4a1-ea63-44fb-baac-62067b6b6038"], -Cell[BoxData["\<\"Release Date: 08.05.2023\"\>"], "Print", +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1149866691,ExpressionUUID->"e165df40-ecb9-4a82-be05-825467d96352"], + CellID->799608165,ExpressionUUID->"b6d6c239-5eb9-4a16-a700-d6f822ca1c7c"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1676752098,ExpressionUUID->"ef439ad0-880d-4aa2-a90d-0eeaefb29492"], + CellID->872417719,ExpressionUUID->"a3ca1060-aa1d-40fd-b393-8a63fd79e512"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->633071599,ExpressionUUID->"100a22a1-e81e-4399-afc9-be8770201ce1"], + CellID->469247600,ExpressionUUID->"0efc0e0f-3eab-4072-9b4b-b9769f315fdc"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->818883812,ExpressionUUID->"e74a4cdf-79e2-4ed6-96f0-c838c6d2a79e"], + CellID->184117404,ExpressionUUID->"55259cf1-cec5-43c4-a5ca-dbcf7df3cdcd"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->1710277805,ExpressionUUID->"3ed24489-c1ec-4732-b1c7-220290a0c8bd"], + CellID->698513525,ExpressionUUID->"e118440a-9adb-416b-91dd-fd53b6c660e9"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", CellLabel->"During evaluation of In[1]:=", - CellID->807177713,ExpressionUUID->"b1b52a87-1a0a-4319-93d4-ef40042f78e5"], + CellID->416170912,ExpressionUUID->"aa63a6a4-c9e5-4fe4-a0f8-b7d129ae4f06"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", CellLabel->"During evaluation of In[1]:=", - CellID->609899453,ExpressionUUID->"1f09c782-ce04-4bad-89c5-737de36c5589"] + CellID->450114932,ExpressionUUID->"47262731-28ec-419d-b0bb-7f33f1ac3b06"] }, Open ]] }, Open ]] }, Open ]], @@ -267,13 +272,13 @@ Cell[BoxData["\<\"===================================================\"\>"], \ Cell[CellGroupData[{ Cell["Defining a Game", "Subsubsection", - CellID->169431700,ExpressionUUID->"b2d56a53-04ec-4e30-b198-8dbda62a206a"], + CellID->169431700,ExpressionUUID->"f0c9b4ee-6863-4d49-aa1e-6418d3d6fcbe"], Cell["\<\ We define a four-person TU-game that we have borrowed from D. Mueller (2019; \ Exp.6.6, p. 510).\ \>", "Text", - CellID->451378110,ExpressionUUID->"4604d63e-2a3d-4753-9cea-3e3c54a94db9"], + CellID->451378110,ExpressionUUID->"5c514975-0b15-433b-bcd3-fca51d4b31e2"], Cell[CellGroupData[{ @@ -285,7 +290,7 @@ Cell[BoxData[ ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "8"}], "}"}]}]], "Input", CellLabel->"In[1]:=", - CellID->1864631873,ExpressionUUID->"da90723b-c554-462c-bde4-a32da21e5517"], + CellID->1864631873,ExpressionUUID->"6a687b26-deef-4e40-ae75-b7f707b88819"], Cell[BoxData[ RowBox[{"{", @@ -294,7 +299,7 @@ Cell[BoxData[ ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "8"}], "}"}]], "Output", CellLabel->"Out[1]=", - CellID->726126868,ExpressionUUID->"5d57b097-bbe7-441c-a85a-1f0ffa478405"] + CellID->1872025751,ExpressionUUID->"0370f1ef-5578-46a9-9db3-9e55b6d8b011"] }, Open ]], Cell[CellGroupData[{ @@ -302,11 +307,11 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "vec", "]"}]], "Input", CellLabel->"In[2]:=", - CellID->1863371468,ExpressionUUID->"d7c70262-8ed0-4c13-9261-5acb232014da"], + CellID->1863371468,ExpressionUUID->"4ac4da46-9c32-4124-a14d-0d22df759e5a"], Cell[BoxData["16"], "Output", CellLabel->"Out[2]=", - CellID->1632295155,ExpressionUUID->"3e46364e-5888-4021-822f-b8e4af84d385"] + CellID->1233893563,ExpressionUUID->"05995ac6-11fc-402c-8e4a-ce5072e72812"] }, Open ]], Cell[CellGroupData[{ @@ -316,13 +321,13 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]}]], "Input", CellLabel->"In[3]:=", - CellID->1596012301,ExpressionUUID->"9e56ae09-0c82-4456-bb8c-99d43c6bfa0b"], + CellID->1596012301,ExpressionUUID->"6268f651-6fd8-44ed-bfb2-fe2142da2ea1"], Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2", ",", "3", ",", "4"}], "}"}]], "Output", CellLabel->"Out[3]=", - CellID->808206385,ExpressionUUID->"c76e3b2e-2c20-480c-9741-b319d1fb1a44"] + CellID->1126088889,ExpressionUUID->"1c4d7967-dad6-4b19-b531-fa04c060efbc"] }, Open ]], Cell[BoxData[ @@ -331,16 +336,16 @@ Cell[BoxData[ RowBox[{"DefineGame", "[", RowBox[{"T", ",", "vec"}], "]"}]}], ";"}]], "Input", CellLabel->"In[4]:=", - CellID->611962130,ExpressionUUID->"6a9eb713-fb0c-4745-beda-3f4b1ca87033"] + CellID->611962130,ExpressionUUID->"ff77b59a-3838-4aa5-829a-b10597b2e64c"] }, Closed]], Cell[CellGroupData[{ Cell["Some Solutions Concepts and Game Properties", "Subsubsection", - CellID->1205435336,ExpressionUUID->"804cc1eb-cf80-4722-98d5-b57d0a4e9a8e"], + CellID->1205435336,ExpressionUUID->"4d468efd-db86-408d-98ab-8ca68e0f1331"], Cell["First, we compute the vertices of the core.", "Text", - CellID->684760582,ExpressionUUID->"280ed4a1-c2de-40f3-946e-139f491b6e69"], + CellID->684760582,ExpressionUUID->"70262da3-0cb9-465c-8239-8cc6dfdce540"], Cell[CellGroupData[{ @@ -348,7 +353,7 @@ Cell[BoxData[ RowBox[{"crv", "=", RowBox[{"CddGmpVerticesCore", "[", "ExpGame12", "]"}]}]], "Input", CellLabel->"In[5]:=", - CellID->1560821207,ExpressionUUID->"28c2fb4a-aef0-4609-9a4b-c57ace390aad"], + CellID->1560821207,ExpressionUUID->"f457bacc-5f4a-447c-aef5-4a6a61952271"], Cell[BoxData[ RowBox[{"{", @@ -364,11 +369,11 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}]}], "}"}]], "Output", CellLabel->"Out[5]=", - CellID->1016579718,ExpressionUUID->"cb4399cc-d82f-41a7-b208-fd58731986f7"] + CellID->1766522201,ExpressionUUID->"1eb0d935-5581-41fc-bae9-3ea1ffcf1604"] }, Open ]], Cell["An element of the kernel can be found by", "Text", - CellID->1181442680,ExpressionUUID->"ad997e7c-4076-443e-921d-76ec6a17eea8"], + CellID->1181442680,ExpressionUUID->"4f601f92-a491-43f1-8328-16a083bf4bca"], Cell[CellGroupData[{ @@ -376,7 +381,7 @@ Cell[BoxData[ RowBox[{"ker", "=", RowBox[{"Kernel", "[", "ExpGame12", "]"}]}]], "Input", CellLabel->"In[6]:=", - CellID->486715181,ExpressionUUID->"f40b1c6c-974c-4919-be4b-ed71200e0529"], + CellID->486715181,ExpressionUUID->"7f28c1c6-4400-438f-9c84-dbae76a91bef"], Cell[BoxData[ RowBox[{"{", @@ -385,14 +390,14 @@ Cell[BoxData[ FractionBox["1", "3"], ",", FractionBox["1", "3"]}], "}"}]], "Output", CellLabel->"Out[6]=", - CellID->872395856,ExpressionUUID->"6a561cef-11f4-4bc9-a8cf-9b23e33773d1"] + CellID->783298139,ExpressionUUID->"46afe728-49c2-4d3d-8ee6-0b686fe8a621"] }, Open ]], Cell["\<\ In the next step, we try to find out whether there exists a line segment \ within the kernel solution. \ \>", "Text", - CellID->1427212283,ExpressionUUID->"4f3ae0f0-fef2-404f-b433-0f544376bd7e"], + CellID->1427212283,ExpressionUUID->"59fa5174-5d60-422c-99c8-4480f50f19cd"], Cell[CellGroupData[{ @@ -400,7 +405,7 @@ Cell[BoxData[ RowBox[{"kerv", "=", RowBox[{"KernelVertices", "[", "ExpGame12", "]"}]}]], "Input", CellLabel->"In[7]:=", - CellID->1903545510,ExpressionUUID->"14cf3fe6-1d59-4956-81ab-44689a0e94f2"], + CellID->1903545510,ExpressionUUID->"3c236422-bb82-40c6-8a69-6077b917441e"], Cell[BoxData[ RowBox[{"{", @@ -410,11 +415,11 @@ Cell[BoxData[ FractionBox["1", "3"], ",", FractionBox["1", "3"]}], "}"}], "}"}]], "Output", CellLabel->"Out[7]=", - CellID->1588768889,ExpressionUUID->"ada4d20a-2ff9-4a0d-86e1-92e0c23e9dd0"] + CellID->347251,ExpressionUUID->"12368c3a-4ceb-4283-b2ee-7d47a734687e"] }, Open ]], Cell["The Shapley value is computed by", "Text", - CellID->977070903,ExpressionUUID->"e5d7f883-27b7-4918-9749-28e577625c56"], + CellID->977070903,ExpressionUUID->"5673abf3-4994-4ab8-9662-da3332ee6200"], Cell[CellGroupData[{ @@ -422,7 +427,7 @@ Cell[BoxData[ RowBox[{"shv", "=", RowBox[{"ShapleyValue", "[", "ExpGame12", "]"}]}]], "Input", CellLabel->"In[8]:=", - CellID->27012736,ExpressionUUID->"c19d504f-53cd-443c-baca-d0e4af5118d7"], + CellID->27012736,ExpressionUUID->"651eb4fb-6a5d-4b54-a343-f9c5d11543f9"], Cell[BoxData[ RowBox[{"{", @@ -430,19 +435,42 @@ Cell[BoxData[ FractionBox["19", "6"], ",", "2", ",", "2", ",", FractionBox["5", "6"]}], "}"}]], "Output", CellLabel->"Out[8]=", - CellID->1522835941,ExpressionUUID->"9708b6ea-f135-4b63-86bb-940d938509fe"] + CellID->821153089,ExpressionUUID->"beeaf58b-db6c-4206-99a6-4f0e444e1c6e"] +}, Open ]], + +Cell["\<\ +In contrast, the Harsanyi value as an exposed solution of the Harsanyi set \ +can be computed by\ +\>", "Text", + CellID->786537743,ExpressionUUID->"cf1a0f02-e76e-41e5-ac21-09b5e0d9ef62"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"harv", "=", + RowBox[{"HarsanyiValue", "[", "ExpGame12", "]"}]}]], "Input", + CellLabel->"In[9]:=", + CellID->1308194605,ExpressionUUID->"5fd34cf2-741d-40f6-ae56-74dc522c9ac6"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + FractionBox["19", "6"], ",", "2", ",", "2", ",", + FractionBox["5", "6"]}], "}"}]], "Output", + CellLabel->"Out[9]=", + CellID->783573919,ExpressionUUID->"69698d69-7f54-416f-bfa9-53408dc1ad34"] }, Open ]], Cell["The nucleolus by", "Text", - CellID->349814207,ExpressionUUID->"23cee7a4-0f1c-46ae-b08d-1f9dcc4c6a15"], + CellID->349814207,ExpressionUUID->"1b819517-853f-417b-a5e3-d02ffac12ecf"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mnuc", "=", RowBox[{"ModifiedNucleolus", "[", "ExpGame12", "]"}]}]], "Input", - CellLabel->"In[9]:=", - CellID->598421283,ExpressionUUID->"9dcc3403-2475-485e-ad98-7a03abf5044f"], + CellLabel->"In[10]:=", + CellID->598421283,ExpressionUUID->"c7882adb-1a88-4447-8127-7ceb6854868f"], Cell[BoxData[ RowBox[{"{", @@ -450,26 +478,26 @@ Cell[BoxData[ FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"]}], "}"}]], "Output", - CellLabel->"Out[9]=", - CellID->508225926,ExpressionUUID->"e868a8b6-7b8a-4532-91ba-bb96ad6e8efa"] + CellLabel->"Out[10]=", + CellID->220559317,ExpressionUUID->"054f3ab1-75c1-49c7-97b6-ec753d585dc5"] }, Open ]], Cell["\<\ This function should not be confused with the modiclus. It only indicates \ that a different algorithm has been implemented to compute the nucleolus. \ \>", "Text", - CellID->935651280,ExpressionUUID->"849ea7d0-f52e-4068-be94-aeaeefb89263"], + CellID->935651280,ExpressionUUID->"43260093-0d5c-4773-9eac-9d91a8a88e76"], Cell["And the pre-nucleolus via ", "Text", - CellID->1205882176,ExpressionUUID->"e9095185-1239-4beb-9b5b-c28243b75a56"], + CellID->1205882176,ExpressionUUID->"9ffc3ef1-75f6-4731-ac2d-84047d9911c2"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"pn", "=", RowBox[{"PreNucleolus", "[", "ExpGame12", "]"}]}]], "Input", - CellLabel->"In[10]:=", - CellID->676837264,ExpressionUUID->"9a6401bb-1d26-443d-9085-a8d4ad32073d"], + CellLabel->"In[11]:=", + CellID->676837264,ExpressionUUID->"a02caaec-f661-4955-8d4c-951a77b20046"], Cell[BoxData[ RowBox[{"{", @@ -477,28 +505,28 @@ Cell[BoxData[ FractionBox["1", "3"], ",", FractionBox["1", "3"], ",", FractionBox["1", "3"]}], "}"}]], "Output", - CellLabel->"Out[10]=", - CellID->192152909,ExpressionUUID->"c55f581b-b80f-4ebd-91e5-a4692491cd95"] + CellLabel->"Out[11]=", + CellID->223901779,ExpressionUUID->"661b52cb-10a4-47c7-b8b0-0814784e953b"] }, Open ]], Cell["\<\ Notice that the game is zero-monotonic, hence, the nucleolus and the \ pre-nucleolus coincide.\ \>", "Text", - CellID->651097136,ExpressionUUID->"93a08919-7a80-40b4-ab78-be0ae4ba0f8e"], + CellID->651097136,ExpressionUUID->"6a5f8f75-1fef-4136-bde7-786c7b778767"], Cell["\<\ In addition, we are able to compute the modiclus of the game by\ \>", "Text", - CellID->106340439,ExpressionUUID->"e4e339bf-afcb-43df-8037-a4562c01de0d"], + CellID->106340439,ExpressionUUID->"c5f5d38f-50cc-4c37-be03-2009889cb556"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mnc", "=", RowBox[{"Modiclus", "[", "ExpGame12", "]"}]}]], "Input", - CellLabel->"In[11]:=", - CellID->662887735,ExpressionUUID->"c07a95da-0380-48c3-a7a2-dc914eeaea58"], + CellLabel->"In[12]:=", + CellID->662887735,ExpressionUUID->"ed027f31-efa6-4b0f-88d5-091bbe9a9a1c"], Cell[BoxData[ RowBox[{"{", @@ -507,63 +535,63 @@ Cell[BoxData[ FractionBox["1", "2"], ",", FractionBox["1", "2"], ",", FractionBox["1", "2"]}], "}"}]], "Output", - CellLabel->"Out[11]=", - CellID->1896011329,ExpressionUUID->"82f8cb94-44aa-4538-89eb-95d1ea1c000d"] + CellLabel->"Out[12]=", + CellID->405226241,ExpressionUUID->"afb2c183-5fe2-401c-b91c-91ec7594bbb9"] }, Open ]], Cell["\<\ If the retrieved solution is indeed the modiclus can be checked out with\ \>", "Text", - CellID->1970972312,ExpressionUUID->"2fad91bf-200c-4e25-92f1-aca5505638ae"], + CellID->1970972312,ExpressionUUID->"73b4f89f-1d01-4efa-b17f-b59f65268a80"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"IsModiclusQ", "[", RowBox[{"ExpGame12", ",", "mnc"}], "]"}]], "Input", - CellLabel->"In[12]:=", - CellID->1734439095,ExpressionUUID->"b7a08012-97d2-4b89-9f69-cfe3c9b81da9"], + CellLabel->"In[13]:=", + CellID->1734439095,ExpressionUUID->"5518f8ef-e241-49ab-9cd5-1da9463198b5"], Cell[BoxData["True"], "Output", - CellLabel->"Out[12]=", - CellID->1284361483,ExpressionUUID->"49ea7fb3-0a0f-4963-935c-ea84ed85a377"] + CellLabel->"Out[13]=", + CellID->1475252562,ExpressionUUID->"7833613c-7de1-47a2-97a5-8d0c729e0886"] }, Open ]], Cell["\<\ Furthermore, an element of the modified pre-kernel can be computed through\ \>", "Text", - CellID->1712649148,ExpressionUUID->"95a313e8-77de-4058-94d5-fdd41dcd155a"], + CellID->1712649148,ExpressionUUID->"7b583482-46dc-409d-a8f2-8487e8ccc67e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"mpk", "=", RowBox[{"ModPreKernel", "[", "ExpGame12", "]"}]}]], "Input", - CellLabel->"In[13]:=", - CellID->1182967748,ExpressionUUID->"0ece9874-3cf9-4c0e-80d6-39ea6c641dad"], + CellLabel->"In[14]:=", + CellID->1182967748,ExpressionUUID->"9329aeab-93f2-4ee9-99d3-c463cb45380d"], Cell[BoxData[ RowBox[{"{", RowBox[{"2", ",", "2", ",", "2", ",", "2"}], "}"}]], "Output", - CellLabel->"Out[13]=", - CellID->1793323236,ExpressionUUID->"ff10adb7-c422-4ada-9f61-b138bb866186"] + CellLabel->"Out[14]=", + CellID->1493652156,ExpressionUUID->"f5d5fbe0-94d3-40c7-bc1a-9ceeddd458f3"] }, Open ]], Cell["and that is checked out by ", "Text", - CellID->177127630,ExpressionUUID->"8f3356a6-a9be-4ce1-b0b5-14ac20e9fdd6"], + CellID->177127630,ExpressionUUID->"eea8943c-bc7b-4bc7-9351-e69b6544b3f2"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"IsModPreKernelQ", "[", RowBox[{"ExpGame12", ",", "mpk"}], "]"}]], "Input", - CellLabel->"In[14]:=", - CellID->240919436,ExpressionUUID->"e8c4c066-1669-4b80-b57f-5db31ceb31d0"], + CellLabel->"In[15]:=", + CellID->240919436,ExpressionUUID->"f39740b0-a007-401e-a950-5675555e1e63"], Cell[BoxData[ RowBox[{"{", "True", "}"}]], "Output", - CellLabel->"Out[14]=", - CellID->1259090575,ExpressionUUID->"e62b1bec-4da9-4657-868d-e3abc5895182"] + CellLabel->"Out[15]=", + CellID->2143224083,ExpressionUUID->"a4a1801c-b986-4b6a-b186-ae7508e2cb0d"] }, Open ]], Cell[CellGroupData[{ @@ -571,28 +599,28 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"IsModPreKernelQ", "[", RowBox[{"ExpGame12", ",", "mnc"}], "]"}]], "Input", - CellLabel->"In[15]:=", - CellID->1737948838,ExpressionUUID->"fa6ef459-711d-46f6-b3fe-1f4aeb01714f"], + CellLabel->"In[16]:=", + CellID->1737948838,ExpressionUUID->"0cbb8dc8-3f1b-4915-9367-97149b155b0a"], Cell[BoxData[ RowBox[{"{", "True", "}"}]], "Output", - CellLabel->"Out[15]=", - CellID->1894198900,ExpressionUUID->"07b08f9a-f6c2-4eac-8d08-c9006d5d3ed0"] + CellLabel->"Out[16]=", + CellID->1381369238,ExpressionUUID->"f67074c2-2e65-4d36-8c2e-f5e42645ca1d"] }, Open ]], Cell["\<\ Similar, an element of the proper modified pre-kernel can be computed through\ \ \>", "Text", - CellID->1140361696,ExpressionUUID->"20cf39ab-4e50-47ae-8461-d23a40ceaaba"], + CellID->1140361696,ExpressionUUID->"04fc789a-6cdb-49a5-823d-e12e1a5004e4"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"pmpk", "=", RowBox[{"ProperModPreKernel", "[", "ExpGame12", "]"}]}]], "Input", - CellLabel->"In[16]:=", - CellID->77180371,ExpressionUUID->"49ae2678-073f-45bd-9234-9dfbe3db3ce5"], + CellLabel->"In[17]:=", + CellID->77180371,ExpressionUUID->"09230e71-30e1-4726-899b-1b13dcee236f"], Cell[BoxData[ RowBox[{"{", @@ -601,25 +629,25 @@ Cell[BoxData[ FractionBox["1", "2"], ",", FractionBox["1", "2"], ",", FractionBox["1", "2"]}], "}"}]], "Output", - CellLabel->"Out[16]=", - CellID->598322505,ExpressionUUID->"919b5d72-a95b-46ae-8c41-df693dd3053a"] + CellLabel->"Out[17]=", + CellID->835704617,ExpressionUUID->"2bc4d7bb-c920-4fa9-aa08-02c3c0560325"] }, Open ]], Cell["This solution is verified with the help of ", "Text", - CellID->420090331,ExpressionUUID->"7d5a7a60-564e-47a3-a57e-000ae8264f50"], + CellID->420090331,ExpressionUUID->"c5f6a60f-0dc7-4248-89f0-4464c5dd3ebc"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"IsProperModPreKernelQ", "[", RowBox[{"ExpGame12", ",", "pmpk"}], "]"}]], "Input", - CellLabel->"In[17]:=", - CellID->1980725881,ExpressionUUID->"ed4c5d96-d13a-4f15-94ae-220e56d3268c"], + CellLabel->"In[18]:=", + CellID->1980725881,ExpressionUUID->"1aab264c-2d18-4e58-a702-904e8e32fc3a"], Cell[BoxData[ RowBox[{"{", "True", "}"}]], "Output", - CellLabel->"Out[17]=", - CellID->1998953085,ExpressionUUID->"61dc9685-8269-417f-8d43-ff464203300c"] + CellLabel->"Out[18]=", + CellID->1462808254,ExpressionUUID->"6f43d100-626d-4af0-9fe8-937091b69e4d"] }, Open ]], Cell[CellGroupData[{ @@ -627,65 +655,65 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"IsProperModPreKernelQ", "[", RowBox[{"ExpGame12", ",", "mpk"}], "]"}]], "Input", - CellLabel->"In[18]:=", - CellID->1397161235,ExpressionUUID->"73e3a3d0-5fb9-4055-abf8-436f4a506e6a"], + CellLabel->"In[19]:=", + CellID->1397161235,ExpressionUUID->"d5782b09-9cb1-41ff-9311-a21e1bcd8b7a"], Cell[BoxData[ RowBox[{"{", "False", "}"}]], "Output", - CellLabel->"Out[18]=", - CellID->69065051,ExpressionUUID->"af5a95eb-46e8-4d82-a9a5-eede42d58f47"] + CellLabel->"Out[19]=", + CellID->1668063924,ExpressionUUID->"14d91d6c-ec1f-4461-a9f2-98eb8b07b387"] }, Open ]], Cell["Convexity we verify by", "Text", - CellID->2102544182,ExpressionUUID->"cc94a5f9-ef35-4eb0-97e8-b5a283008783"], + CellID->2102544182,ExpressionUUID->"6f260f1b-5186-4854-a309-92d87e31de52"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ConvexQ", "[", "ExpGame12", "]"}]], "Input", - CellLabel->"In[19]:=", - CellID->1746975442,ExpressionUUID->"976d7817-d399-4a54-a3ae-04b4b438eb5e"], + CellLabel->"In[20]:=", + CellID->1746975442,ExpressionUUID->"df946af5-19ea-415c-b26e-18a64e4ddcfe"], Cell[BoxData["False"], "Output", - CellLabel->"Out[19]=", - CellID->1639848640,ExpressionUUID->"4ffb36c6-b174-4bdb-9217-d746378cc325"] + CellLabel->"Out[20]=", + CellID->1403170929,ExpressionUUID->"36b1a135-7863-4134-a8b6-587e4b55eb38"] }, Open ]], Cell["and average-convexity through ", "Text", - CellID->1556702525,ExpressionUUID->"c1c0a105-a3cd-4cab-9206-97cd67b44206"], + CellID->1556702525,ExpressionUUID->"b320976c-b4f8-41b3-87a3-f77f3950e0b3"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"AverageConvexQ", "[", "ExpGame12", "]"}]], "Input", - CellLabel->"In[20]:=", - CellID->535143074,ExpressionUUID->"24230c51-342b-49fa-b27a-1dc47fb26930"], + CellLabel->"In[21]:=", + CellID->535143074,ExpressionUUID->"62be6d48-7edf-41a4-83c3-90bc4f72f861"], Cell[BoxData["False"], "Output", - CellLabel->"Out[20]=", - CellID->95374168,ExpressionUUID->"e489b0f7-02f5-414a-9c10-9b9783e1d170"] + CellLabel->"Out[21]=", + CellID->1846683089,ExpressionUUID->"03124b19-ef86-44e0-97b7-9265d08c3e1e"] }, Open ]], Cell["Core existence can be retrieved by ", "Text", - CellID->86056141,ExpressionUUID->"950dc8be-3c74-42c8-8a60-671de47a210e"], + CellID->86056141,ExpressionUUID->"dd0dfbdc-44f0-4885-95e6-33e62c72903e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreQ", "[", "ExpGame12", "]"}]], "Input", - CellLabel->"In[21]:=", - CellID->1028599109,ExpressionUUID->"403d9f59-a0b3-46b2-8884-764e49c7ded3"], + CellLabel->"In[22]:=", + CellID->1028599109,ExpressionUUID->"01f339e5-cc2a-438c-baea-74a80175f0bd"], Cell[BoxData["True"], "Output", - CellLabel->"Out[21]=", - CellID->445936495,ExpressionUUID->"81118ccb-6d7e-48aa-b0d1-ff8c99c14f21"] + CellLabel->"Out[22]=", + CellID->383012275,ExpressionUUID->"f29af04b-a5d9-408e-9188-6df3f1c8e3d0"] }, Open ]], Cell["\<\ In the next step, we consider the Lorenz solution. For that reason we \ introduce the equalitarian allocation by \ \>", "Text", - CellID->192396580,ExpressionUUID->"f5e9cd2f-32e1-42eb-b1cf-1cbaca7771ef"], + CellID->192396580,ExpressionUUID->"0bee9444-a771-49d8-8739-da424b55da56"], Cell[CellGroupData[{ @@ -699,28 +727,28 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"i", ",", "1", ",", RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}]}]], "Input", - CellLabel->"In[22]:=", - CellID->1691486844,ExpressionUUID->"e88cf746-08d1-474b-8375-5db1cb46069f"], + CellLabel->"In[23]:=", + CellID->1691486844,ExpressionUUID->"f00e2c89-69d7-413a-bce4-d1bf5a55c2fa"], Cell[BoxData[ RowBox[{"{", RowBox[{"2", ",", "2", ",", "2", ",", "2"}], "}"}]], "Output", - CellLabel->"Out[22]=", - CellID->271892344,ExpressionUUID->"7b45b588-04b5-44cc-8334-9dfb1f2105c9"] + CellLabel->"Out[23]=", + CellID->1315297777,ExpressionUUID->"d97cdb74-edfa-4573-a620-c94fa5b91d33"] }, Open ]], Cell["\<\ First, we find out which options are supported by the function that computes \ the Lorenz solution for us. This is accomplished by\ \>", "Text", - CellID->15885244,ExpressionUUID->"78feb5a2-7d65-41b1-bfd4-e42da64c2270"], + CellID->15885244,ExpressionUUID->"2ad9632d-3ee8-473f-a57f-6fcd82375a11"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "LorenzSolution", "]"}]], "Input", - CellLabel->"In[23]:=", - CellID->1278442291,ExpressionUUID->"77c89d34-9f00-4a27-a759-cb6304c04985"], + CellLabel->"In[24]:=", + CellID->1278442291,ExpressionUUID->"2d6483d7-3a69-4550-8056-ae4555ea42c1"], Cell[BoxData[ RowBox[{"{", @@ -728,12 +756,12 @@ Cell[BoxData[ RowBox[{"DigitPrecision", "\[Rule]", "20"}], ",", RowBox[{"RationalApproximate", "\[Rule]", "True"}], ",", RowBox[{"Method", "\[Rule]", "Automatic"}]}], "}"}]], "Output", - CellLabel->"Out[23]=", - CellID->739206402,ExpressionUUID->"cdde8833-94bb-4659-85d7-04b2d97f2b2d"] + CellLabel->"Out[24]=", + CellID->544076809,ExpressionUUID->"243ac68d-58ff-4d10-9ee9-6d7f4a3d301a"] }, Open ]], Cell["Now, we retrieve the Lorenz solution via", "Text", - CellID->1728534392,ExpressionUUID->"9073d776-8637-4f51-8eca-6b1aa8059718"], + CellID->1728534392,ExpressionUUID->"774faaec-7ecb-462d-b8f6-2a530708ac8d"], Cell[CellGroupData[{ @@ -743,37 +771,37 @@ Cell[BoxData[ RowBox[{"ExpGame12", ",", RowBox[{"DigitPrecision", "\[Rule]", "20"}], ",", RowBox[{"RationalApproximate", "\[Rule]", "False"}]}], "]"}]}]], "Input", - CellLabel->"In[24]:=", - CellID->313926392,ExpressionUUID->"ab611643-7649-44b7-84f3-29de7cd440ab"], + CellLabel->"In[25]:=", + CellID->313926392,ExpressionUUID->"510fbbae-0595-4534-95e5-2ef6cd0f6910"], Cell[BoxData[ RowBox[{"{", RowBox[{ - "6.00000000003842469924227756852958539003`19.435728569566496", ",", - "0.99999999998078765037886324595180432482`20.", ",", - "0.99999999998078765037885918551861028515`20.", ",", "0"}], + "6.00000000003842469924227756852958385057`19.435728569566496", ",", + "0.99999999998078765037886324595180509938`20.", ",", + "0.99999999998078765037885918551861105004`20.", ",", "0"}], "}"}]], "Output", - CellLabel->"Out[24]=", - CellID->1086767231,ExpressionUUID->"73b33d1e-4ea9-4249-9eed-4726c532ef03"] + CellLabel->"Out[25]=", + CellID->1557590374,ExpressionUUID->"2d584672-30c1-4d6e-a9eb-149a2cec9c0b"] }, Open ]], Cell["\<\ and computing then the Euclidean distance to the equalitarian allocation \ through \ \>", "Text", - CellID->1905662023,ExpressionUUID->"4c8649e4-6ccb-4088-a197-2b355899383e"], + CellID->1905662023,ExpressionUUID->"cb98b152-4287-4c5a-b064-240fe884436c"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"EuclidianDistance", "[", RowBox[{"lr", ",", "fc"}], "]"}]], "Input", - CellLabel->"In[25]:=", - CellID->554845828,ExpressionUUID->"c4db1078-78f8-43e6-9308-a12632a99f28"], + CellLabel->"In[26]:=", + CellID->554845828,ExpressionUUID->"d60fa218-bb6a-4d7e-832f-8cbf5a26c905"], Cell[BoxData["4.690415759864391`"], "Output", - CellLabel->"Out[25]=", - CellID->264324311,ExpressionUUID->"a294b01c-d5fe-471f-9805-a2dbab29bf25"] + CellLabel->"Out[26]=", + CellID->2114905942,ExpressionUUID->"658f4b7a-2571-41e8-bd55-35253b13d409"] }, Open ]], Cell["\<\ @@ -781,27 +809,27 @@ which is a function provided by the package \[OpenCurlyDoubleQuote]TuGamesAux\ \[CloseCurlyDoubleQuote]. However, if more precision is required one should \ use the Mathematica built-in function \ \>", "Text", - CellID->1496127213,ExpressionUUID->"d5841dff-d67c-4447-b5d2-3eb5832ff1e4"], + CellID->1496127213,ExpressionUUID->"2c3825ab-9d2f-4ccc-ba2b-372ac619a69e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"EuclideanDistance", "[", RowBox[{"lr", ",", "fc"}], "]"}]], "Input", - CellLabel->"In[26]:=", - CellID->1168385967,ExpressionUUID->"935741d9-db53-48c2-a915-0dd727a1469a"], + CellLabel->"In[27]:=", + CellID->1168385967,ExpressionUUID->"40f68a39-3309-4fa1-a704-414062851945"], -Cell[BoxData["4.69041575986439042158669964193176449579`19.259637310512204"], \ +Cell[BoxData["4.69041575986439042158669964193176285473`19.259637310512204"], \ "Output", - CellLabel->"Out[26]=", - CellID->1889073093,ExpressionUUID->"7b98de57-81a7-44fe-90b2-e6408200de7f"] + CellLabel->"Out[27]=", + CellID->1416494528,ExpressionUUID->"73b83247-304f-4cfa-a737-e82fe997b5b8"] }, Open ]], Cell["\<\ In the next step, we vary the working precision to compute the Lorenz \ solution from 20 digits to 10. \ \>", "Text", - CellID->1573307584,ExpressionUUID->"4b640a3b-1e88-493f-b60e-42f400842b37"], + CellID->1573307584,ExpressionUUID->"2b538577-8f2f-4e02-a577-6a2762fc4217"], Cell[CellGroupData[{ @@ -811,25 +839,25 @@ Cell[BoxData[ RowBox[{"ExpGame12", ",", RowBox[{"DigitPrecision", "\[Rule]", "10"}], ",", RowBox[{"RationalApproximate", "\[Rule]", "False"}]}], "]"}]}]], "Input", - CellLabel->"In[27]:=", - CellID->1677625476,ExpressionUUID->"b33d8d04-8f33-4db0-9532-aca4e459fb80"], + CellLabel->"In[28]:=", + CellID->1677625476,ExpressionUUID->"eb104f6c-6227-474e-8f0b-6b9432352d34"], Cell[BoxData[ RowBox[{"{", RowBox[{ - "5.9999999919479500029`9.435728568501753", ",", - "1.00000000402523733270694419023822067409`10.", ",", - "1.00000000402681266442463222279400791157`10.", ",", "0"}], + "5.9999999919479500028`9.435728568501753", ",", + "1.00000000402523733271490905840854490688`10.", ",", + "1.00000000402681266446420607552789418764`10.", ",", "0"}], "}"}]], "Output", - CellLabel->"Out[27]=", - CellID->616035681,ExpressionUUID->"8571f4a0-3504-4211-9965-e40d6c91a641"] + CellLabel->"Out[28]=", + CellID->2026837974,ExpressionUUID->"dd2c83d0-7ba4-4e79-aece-9f6aee0648f0"] }, Open ]], Cell["\<\ Rather than returning a floating point number, the function can also retrieve \ a rational approximation as a solution. \ \>", "Text", - CellID->1406549817,ExpressionUUID->"c9ac0f27-e87d-437d-b2ad-8d7163f8129f"], + CellID->1406549817,ExpressionUUID->"dccd854b-b563-4c3d-8a66-6e0c0512f1a1"], Cell[CellGroupData[{ @@ -838,30 +866,30 @@ Cell[BoxData[ RowBox[{"LorenzSolution", "[", RowBox[{"ExpGame12", ",", RowBox[{"RationalApproximate", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[28]:=", - CellID->1715516907,ExpressionUUID->"84caf0ca-6e9d-44a1-a025-5b225ee49fff"], + CellLabel->"In[29]:=", + CellID->1715516907,ExpressionUUID->"baa9545b-fe30-469f-b573-44e9f1725624"], Cell[BoxData[ RowBox[{"{", RowBox[{"6", ",", "1", ",", "1", ",", "0"}], "}"}]], "Output", - CellLabel->"Out[28]=", - CellID->897395911,ExpressionUUID->"9f3c57da-dc38-4508-bfc8-c18260efa2c3"] + CellLabel->"Out[29]=", + CellID->151539698,ExpressionUUID->"ab618f87-0d4a-4842-aba3-604303b3e306"] }, Open ]], Cell["Again, we compute the Euclidean distance with", "Text", - CellID->1266804786,ExpressionUUID->"b008f3aa-eb9b-43ab-8e5b-6c52959d0826"], + CellID->1266804786,ExpressionUUID->"078d9635-349e-4e15-bb45-c51087bf719f"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"EuclidianDistance", "[", RowBox[{"lr", ",", "fc"}], "]"}]], "Input", - CellLabel->"In[29]:=", - CellID->1670577441,ExpressionUUID->"676a385b-e2b9-4f87-b769-56c342af27f1"], + CellLabel->"In[30]:=", + CellID->1670577441,ExpressionUUID->"92b83c12-fb89-4802-94c1-d1c8bfa3e716"], Cell[BoxData["4.69041575982343`"], "Output", - CellLabel->"Out[29]=", - CellID->560473257,ExpressionUUID->"ce231638-c341-4d21-a20d-948598d9ab81"] + CellLabel->"Out[30]=", + CellID->2115008054,ExpressionUUID->"fbe56c5e-a6c8-469e-9632-c2a3d4fdbea3"] }, Open ]], Cell[CellGroupData[{ @@ -869,20 +897,20 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"EuclideanDistance", "[", RowBox[{"lr", ",", "fc"}], "]"}]], "Input", - CellLabel->"In[30]:=", - CellID->1725481038,ExpressionUUID->"3e111775-c0a0-41e9-b89b-894c1304914f"], + CellLabel->"In[31]:=", + CellID->1725481038,ExpressionUUID->"5093df97-9da6-4983-ac2a-5eee59d892dd"], Cell[BoxData[ SqrtBox["22"]], "Output", - CellLabel->"Out[30]=", - CellID->178829838,ExpressionUUID->"66385017-6a3c-48e5-82f6-35e24424effa"] + CellLabel->"Out[31]=", + CellID->295525239,ExpressionUUID->"a61f9e5a-6ad5-4000-950b-ef414e5e8bc9"] }, Open ]], Cell["\<\ Now, we introduce a second allocation that was introduced in the above \ example by Table 6.13 within the book of Mueller (2019).\ \>", "Text", - CellID->119368512,ExpressionUUID->"f3d7d94e-822f-4d4f-af49-ff22a8f1c62c"], + CellID->119368512,ExpressionUUID->"0c4790fe-cfaf-4767-9850-562b9e500cf1"], Cell[CellGroupData[{ @@ -892,20 +920,20 @@ Cell[BoxData[ RowBox[{ FractionBox["13", "2"], ",", FractionBox["1", "2"], ",", "1", ",", "0"}], "}"}]}]], "Input", - CellLabel->"In[31]:=", - CellID->1242555818,ExpressionUUID->"6dd59189-b18e-46b8-b250-d757c02d057e"], + CellLabel->"In[32]:=", + CellID->1242555818,ExpressionUUID->"83a00f56-fca4-47f6-8b59-78cfddf84f1d"], Cell[BoxData[ RowBox[{"{", RowBox[{ FractionBox["13", "2"], ",", FractionBox["1", "2"], ",", "1", ",", "0"}], "}"}]], "Output", - CellLabel->"Out[31]=", - CellID->1704573624,ExpressionUUID->"a4f1305b-43b5-472d-8b03-f4da89a0ec4a"] + CellLabel->"Out[32]=", + CellID->601654631,ExpressionUUID->"17dae2d5-4054-4a04-b663-fcb3c3aa4560"] }, Open ]], Cell["and an additional core allocation that is given by", "Text", - CellID->1147967621,ExpressionUUID->"b7abc238-933e-4c39-bce0-94e4d73206ae"], + CellID->1147967621,ExpressionUUID->"77058dd7-0e3d-4682-b1b1-686287c2c8d9"], Cell[CellGroupData[{ @@ -917,8 +945,8 @@ Cell[BoxData[ FractionBox["1", "150"], ",", FractionBox["1", "150"], ",", FractionBox["149", "300"]}], "}"}]}]], "Input", - CellLabel->"In[32]:=", - CellID->1410727734,ExpressionUUID->"2d1e3b81-9764-408e-b9bf-987eda086b9d"], + CellLabel->"In[33]:=", + CellID->1410727734,ExpressionUUID->"0a01f43f-01b5-4402-b896-921d72830d89"], Cell[BoxData[ RowBox[{"{", @@ -927,24 +955,153 @@ Cell[BoxData[ FractionBox["1", "150"], ",", FractionBox["1", "150"], ",", FractionBox["149", "300"]}], "}"}]], "Output", - CellLabel->"Out[32]=", - CellID->1170372711,ExpressionUUID->"bae0745b-3779-4633-8318-c6401d783ee6"] + CellLabel->"Out[33]=", + CellID->1839550157,ExpressionUUID->"6fe8c18d-3497-472c-a4f5-cc13507c662e"] +}, Open ]], + +Cell["\<\ +Finally, we show how all marginal contributions can be computed.\ +\>", "Text", + CellID->491064720,ExpressionUUID->"d6d8526e-9d37-4d54-ba40-51faf67bae03"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"mrgv", "=", + RowBox[{"MargValue", "[", "ExpGame12", "]"}]}]], "Input", + CellLabel->"In[34]:=", + CellID->155501057,ExpressionUUID->"3943f4f1-c2a0-4bdc-8224-1137aac160d9"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", "7", ",", + RowBox[{"-", "7"}], ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "7", ",", "8", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", + RowBox[{"-", "7"}], ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "7", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "0", ",", + RowBox[{"-", "7"}], ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "0", ",", "8", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", + RowBox[{"-", "7"}], ",", "0", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "8", ",", "0", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}]}], "}"}]], "Output", + CellLabel->"Out[34]=", + CellID->1529418802,ExpressionUUID->"c7487c6b-cfca-4172-b8fe-edc2c53031e2"] +}, Open ]], + +Cell["\<\ +It returns all 24 marginal contributions, even the duplicates. To remove \ +them, one has to invoke\ +\>", "Text", + CellID->852612536,ExpressionUUID->"d1ad72c3-25e4-4a09-8321-3ee53303478a"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"mrgv2", "=", + RowBox[{"DeleteDuplicates", "[", "mrgv", "]"}]}]], "Input", + CellLabel->"In[35]:=", + CellID->1948573967,ExpressionUUID->"6d0d8314-6743-4d73-90ba-5ef48269417d"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", "7", ",", + RowBox[{"-", "7"}], ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "7", ",", "8", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", + RowBox[{"-", "7"}], ",", "7", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "7", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "8", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "8", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "0", ",", + RowBox[{"-", "7"}], ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "0", ",", "8", ",", + RowBox[{"-", "7"}]}], "}"}], ",", + RowBox[{"{", + RowBox[{"0", ",", "0", ",", "0", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"8", ",", "0", ",", "0", ",", "0"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", + RowBox[{"-", "7"}], ",", "0", ",", "8"}], "}"}], ",", + RowBox[{"{", + RowBox[{"7", ",", "8", ",", "0", ",", + RowBox[{"-", "7"}]}], "}"}]}], "}"}]], "Output", + CellLabel->"Out[35]=", + CellID->1727743520,ExpressionUUID->"fdb2f85c-799e-44c5-890e-f0013ca2ea60"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Core ", "Subsubsection", - CellID->691970818,ExpressionUUID->"b8902187-87e0-47cb-b26c-e670632ee48d"], + CellID->691970818,ExpressionUUID->"51bf17a0-824f-42a1-bbea-7a1e93ccb5aa"], Cell[TextData[{ "In this section, we demonstrate of how we can plot the core of the game in \ -relation to the above introduced game solutions or allocations. Four \ -solutions, namely the Shapley value, the nucleolus, a kernel element or a \ -line segment of it, and the modiclus can be plotted while imposing an \ -internal computation and drawing of graphics elements. If one wants to plot, \ -for instance, the Lorenz solution or any other allocation or a set of \ -allocations, then one should use the options \ +relation to the above introduced game solutions or allocations. Five \ +solutions, namely the Shapley value, the Harsanyi value, the nucleolus, a \ +kernel element or a line segment of it, and the modiclus can be plotted while \ +imposing an internal computation and drawing of graphics elements. If one \ +wants to plot, for instance, the Lorenz solution or any other allocation or \ +a set of allocations, then one should use the options \ \[OpenCurlyDoubleQuote]ViewPayoffSol\[Rule]True\[CloseCurlyDoubleQuote] and \ \[OpenCurlyDoubleQuote]PayoffCoord-> ", StyleBox["payoffs", @@ -963,25 +1120,29 @@ then these solutions will be computed internally. However, for an animation \ this is not the recommended procedure as we shall see in the final section. \ There, it is useful to provide the coordinates of the solution as an \ additional argument to the graphic command to avoid for each new generated \ -graphic a re-evaluation. " +graphic a re-evaluation. Finally, the Weber set can be plotted in connection \ +with the core of the game. How this can be done, is demonstrated in the \ +Section dedicated to the Weber set. " }], "Text", - CellID->533891248,ExpressionUUID->"7fb767f7-547a-42c7-878a-65248870e8f2"], + CellID->533891248,ExpressionUUID->"59b40975-d2b5-449e-93e2-75c19d867316"], Cell["\<\ The option set with its default values can be retrieved through\ \>", "Text", - CellID->1374134285,ExpressionUUID->"19181d86-5a8d-41e5-8678-73dd1e6ab155"], + CellID->1374134285,ExpressionUUID->"f27bad3e-9a09-4465-b7e7-650aecd710af"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "PlotCore3dV6", "]"}]], "Input", - CellLabel->"In[33]:=", - CellID->1970413109,ExpressionUUID->"536d91e5-7513-491f-a5a7-6cdf46bfd7bb"], + CellLabel->"In[36]:=", + CellID->1970413109,ExpressionUUID->"843114fb-df50-4eb3-9826-2081686f6135"], Cell[BoxData[ RowBox[{"{", RowBox[{ + RowBox[{"HarsanyiValCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", RowBox[{"KernelCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ModiclusCoord", "\[Rule]", @@ -997,24 +1158,27 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"ShowWeberSet", "\[Rule]", "False"}], ",", RowBox[{"SyncDim", "\[Rule]", "True"}], ",", RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", - RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[33]=", - CellID->904956707,ExpressionUUID->"449bd507-9f8a-452b-a07d-1e2d0105ec74"] + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[36]=", + CellID->1458588711,ExpressionUUID->"f29e9e46-4373-42db-8210-5813a045800d"] }, Open ]], Cell["\<\ A simple graphic of the imputation set with the core and some selected \ solutions can be drawn as follows: \ \>", "Text", - CellID->955185029,ExpressionUUID->"d499a6a3-be28-457a-b778-539de32e5f4d"], + CellID->955185029,ExpressionUUID->"9714bc55-1bbb-414d-9d6c-4d99e36d22c6"], Cell[CellGroupData[{ @@ -1029,8 +1193,8 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[34]:=", - CellID->136855853,ExpressionUUID->"2c5eb32b-da8f-4c3b-99c0-0fe9d4c87632"], + CellLabel->"In[37]:=", + CellID->136855853,ExpressionUUID->"7154e56a-3967-4178-8ca1-60b1dc0667a5"], Cell[BoxData[ Graphics3DBox[{ @@ -1071,8 +1235,8 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[34]=", - CellID->1189385131,ExpressionUUID->"0e306b46-4c04-4c72-9e53-3a90b3ac1dde"] + CellLabel->"Out[37]=", + CellID->165233293,ExpressionUUID->"e7ec60a0-ccb5-436b-8110-ea7447db4c73"] }, Open ]], Cell["\<\ @@ -1081,7 +1245,7 @@ nucleolus is equal to the provided pre-kernel element, and it is drawn after \ the pre-kernel solution, so it depicts the pre-kernel graphic and the above \ solution is now drawn in green rather than in red. \ \>", "Text", - CellID->713363404,ExpressionUUID->"e7c51db7-e9b3-4ed9-bc77-52539954c5dc"], + CellID->713363404,ExpressionUUID->"3826dbdf-2b0a-4951-8af7-702f719da75e"], Cell[CellGroupData[{ @@ -1095,8 +1259,8 @@ Cell[BoxData[ RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", "pn"}]}], "]"}]}]], "Input", - CellLabel->"In[35]:=", - CellID->691701682,ExpressionUUID->"545d52f7-8c86-44bb-aee3-2894c7556977"], + CellLabel->"In[38]:=", + CellID->691701682,ExpressionUUID->"cda24ee1-5a6e-4314-b746-cdd89f8969d1"], Cell[BoxData[ Graphics3DBox[{ @@ -1141,8 +1305,8 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[35]=", - CellID->1978579096,ExpressionUUID->"10aa2055-95f3-4fe1-b1bb-8789e8c34518"] + CellLabel->"Out[38]=", + CellID->1728090771,ExpressionUUID->"7748af82-0dc2-4d79-a182-dfd7f7a724e7"] }, Open ]], Cell["\<\ @@ -1150,7 +1314,7 @@ A Legend listing that mention some point solutions can be incorporated into \ the graphic while turning on the option \[OpenCurlyDoubleQuote]ViewLegend -> \ True\[CloseCurlyDoubleQuote]. \ \>", "Text", - CellID->62006969,ExpressionUUID->"3035047a-a334-4ac3-8b09-cb9bedbdfece"], + CellID->62006969,ExpressionUUID->"643863dd-9955-4b37-8156-65c7f00826d1"], Cell[CellGroupData[{ @@ -1166,8 +1330,8 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"ViewLegend", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[36]:=", - CellID->1860087649,ExpressionUUID->"c89d2b0d-39b4-4dfc-ba56-fb3000f7e556"], + CellLabel->"In[39]:=", + CellID->1860087649,ExpressionUUID->"11440fcb-48d1-41ba-93b1-8d631fdcef33"], Cell[BoxData[ GraphicsBox[{InsetBox[ @@ -1215,38 +1379,49 @@ Cell[BoxData[ RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ GraphicsBox[{{{InsetBox[ GraphicsBox[ - {RGBColor[0.5, 0, 0.5], + {RGBColor[0.6, 0.4, 0.2], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 0.58}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}}, {}}, + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, AspectRatio->0.5, PlotRange->{{-0.1, 6.26}, {-0.1, - 4.739999999999999}}], {1.1, -0.4}, { + 5.8999999999999995`}}], {1.1, -0.4}, { Left, Bottom}, {0.5, 0.25}]}]}}]}, AspectRatio->Automatic, Background->None, ColorOutput->Automatic, ImageSize->{400., 434.}, PlotRange->All]], "Output", - CellLabel->"Out[36]=", - CellID->1921536425,ExpressionUUID->"d5fb9457-05d7-4c00-aa4e-d1127d827743"] + CellLabel->"Out[39]=", + CellID->132258152,ExpressionUUID->"c3cb3801-c132-4a41-b38c-98a257ff0d61"] }, Open ]], Cell["\<\ @@ -1255,7 +1430,7 @@ A plot of the Lorenz solution can be drawn while setting the option \ \[OpenCurlyDoubleQuote]PayoffCoord\[Rule] lr\[CloseCurlyDoubleQuote] as it is \ shown by the next example.\ \>", "Text", - CellID->1635314553,ExpressionUUID->"2ec8ed38-428a-4ddf-aa5e-9d7b6f7f01a7"], + CellID->1635314553,ExpressionUUID->"a74a3938-281a-4fc9-8f41-7262065a262a"], Cell[CellGroupData[{ @@ -1272,8 +1447,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lr"}]}], "]"}]}]], "Input", - CellLabel->"In[37]:=", - CellID->1390229477,ExpressionUUID->"7b1bf2c4-568a-4f39-a1a0-fc3d8f076cf1"], + CellLabel->"In[40]:=", + CellID->1390229477,ExpressionUUID->"aa69fefe-d5f0-4ebf-acaf-ba3dd5f6aa49"], Cell[BoxData[ Graphics3DBox[{ @@ -1323,8 +1498,8 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.1211903911864574, -0.1015891683904896, 0.9874171002923751}]], "Output", - CellLabel->"Out[37]=", - CellID->2061780987,ExpressionUUID->"b37820af-48e9-49b2-8236-dfd041a34ee3"] + CellLabel->"Out[40]=", + CellID->948807213,ExpressionUUID->"bcff3a4b-8600-47b7-bfab-db648f01b256"] }, Open ]], Cell["\<\ @@ -1332,7 +1507,7 @@ If we want to plot the equalitarian solution instead, we use the same options \ as above. However, we supply the latter option with the symbol that stores \ the equalitarian distribution.\ \>", "Text", - CellID->894380722,ExpressionUUID->"6adb4ce5-2ca2-4d83-8e7c-3025d8e4f4e8"], + CellID->894380722,ExpressionUUID->"96712279-bbf4-4d71-b3cf-ba60cdd25dd0"], Cell[CellGroupData[{ @@ -1349,8 +1524,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "fc"}]}], "]"}]}]], "Input", - CellLabel->"In[38]:=", - CellID->958262737,ExpressionUUID->"0971707d-7cab-4f75-a4b0-ec312a359972"], + CellLabel->"In[41]:=", + CellID->958262737,ExpressionUUID->"3d68a574-029f-4841-8de2-ef5742ed6177"], Cell[BoxData[ Graphics3DBox[{ @@ -1400,8 +1575,8 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.10432721316835726`, -0.15008724599211462`, 0.9831529134285402}]], "Output", - CellLabel->"Out[38]=", - CellID->1419864338,ExpressionUUID->"13c9e525-bd93-405a-86e8-3530d6c78ee3"] + CellLabel->"Out[41]=", + CellID->1948650088,ExpressionUUID->"788e8204-4aea-4838-8b2f-3e25238f06e1"] }, Open ]], Cell["\<\ @@ -1410,7 +1585,7 @@ achieved while using the same options as in the previous example with the \ difference that we now supply a list of solution vectors. This is shown next.\ \ \>", "Text", - CellID->13701860,ExpressionUUID->"63941a37-cb39-4ffa-aef0-8f7b9ffe73ca"], + CellID->13701860,ExpressionUUID->"5feb00aa-3f8a-47d1-a6ca-efbe2b13cf30"], Cell[CellGroupData[{ @@ -1429,8 +1604,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"fc", ",", "lr"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[39]:=", - CellID->481356530,ExpressionUUID->"c72f72cf-843f-450f-9d60-a31bb4e9168c"], + CellLabel->"In[42]:=", + CellID->481356530,ExpressionUUID->"5a747e62-d25d-46f6-a88e-71be3bd210c5"], Cell[BoxData[ Graphics3DBox[{ @@ -1487,12 +1662,12 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[39]=", - CellID->1296888718,ExpressionUUID->"17978778-f5d5-4eab-8787-d7d9c331a10d"] + CellLabel->"Out[42]=", + CellID->356159932,ExpressionUUID->"a66ff8c2-22fd-4f53-96cb-5cf065751605"] }, Open ]], Cell["Modiclus Plot", "Text", - CellID->1739182898,ExpressionUUID->"f0a0b04b-a36d-4b30-9c82-20c9bc474a94"], + CellID->1739182898,ExpressionUUID->"36cdd431-a2c9-4fe8-a29e-6c1a64f08c11"], Cell[CellGroupData[{ @@ -1509,8 +1684,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}]}], "]"}]}]], "Input", - CellLabel->"In[40]:=", - CellID->1561152849,ExpressionUUID->"79709553-c083-4ed0-870d-234c43e5a0c0"], + CellLabel->"In[43]:=", + CellID->1561152849,ExpressionUUID->"2dbf5f09-7641-48cb-850d-f90d5d55b903"], Cell[BoxData[ Graphics3DBox[{ @@ -1555,8 +1730,8 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[40]=", - CellID->422523266,ExpressionUUID->"fbb2ff00-7e42-48c1-a542-17e5176959b9"] + CellLabel->"Out[43]=", + CellID->1354033454,ExpressionUUID->"72024c1e-f9f4-49ee-bba8-af4636b80df7"] }, Open ]], Cell[CellGroupData[{ @@ -1575,8 +1750,8 @@ Cell[BoxData[ RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", RowBox[{"ViewLegend", "\[Rule]", "True"}]}], "]"}]}]], "Input", - CellLabel->"In[41]:=", - CellID->834255068,ExpressionUUID->"aea75690-8c75-4a66-891e-bb0401cc1cef"], + CellLabel->"In[44]:=", + CellID->834255068,ExpressionUUID->"9f919361-8148-4211-959c-56ab45d1e96a"], Cell[BoxData[ GraphicsBox[{InsetBox[ @@ -1628,42 +1803,53 @@ Cell[BoxData[ RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ GraphicsBox[{{{InsetBox[ GraphicsBox[ - {RGBColor[0.5, 0, 0.5], + {RGBColor[0.6, 0.4, 0.2], DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 0.58}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 1.74}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 2.9}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}, {InsetBox[ + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ GraphicsBox[ - {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { Left, Bottom}, {1, 1}], - InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 4.0600000000000005}, - ImageScaled[{0, Rational[1, 2]}], Automatic, {1, 0}]}}, {}}, + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, AspectRatio->0.5, PlotRange->{{-0.1, 6.26}, {-0.1, - 4.739999999999999}}], {1.1, -0.4}, { + 5.8999999999999995`}}], {1.1, -0.4}, { Left, Bottom}, {0.5, 0.25}]}]}}]}, AspectRatio->Automatic, Background->None, ColorOutput->Automatic, ImageSize->{400., 434.}, PlotRange->All]], "Output", - CellLabel->"Out[41]=", - CellID->1612017247,ExpressionUUID->"8197c401-1422-4414-864e-c4afe1c23ac5"] + CellLabel->"Out[44]=", + CellID->1276419002,ExpressionUUID->"ea357f75-0592-4033-a8d5-87ac5d7af370"] }, Open ]], Cell["Plotting Modiclus, Equalitarian, and Lorenz Solution", "Text", - CellID->752023872,ExpressionUUID->"65a319c2-c4a8-45d7-b435-9486bd46d063"], + CellID->752023872,ExpressionUUID->"f9edde07-bf07-41c8-b6f8-ac3e160beb55"], Cell[CellGroupData[{ @@ -1684,8 +1870,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"fc", ",", "lr"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[42]:=", - CellID->97499154,ExpressionUUID->"f3bd45ab-b174-42dd-ad8a-0f41e20cb2a1"], + CellLabel->"In[45]:=", + CellID->97499154,ExpressionUUID->"c1e5104a-fd7c-439e-bf46-ed9d9f6cd490"], Cell[BoxData[ Graphics3DBox[{ @@ -1747,12 +1933,12 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0.007323755960865048, -0.00023075658906676356`, 0.9999731543146657}]], "Output", - CellLabel->"Out[42]=", - CellID->1045416400,ExpressionUUID->"d2817b86-bcfe-49aa-aafc-c1045bacc902"] + CellLabel->"Out[45]=", + CellID->1849812088,ExpressionUUID->"e5e8ad70-c596-4c92-9119-10bb8e5ba3fd"] }, Open ]], Cell["Plot Vector x2", "Text", - CellID->1443994690,ExpressionUUID->"ec272fa0-13ed-40aa-8361-abdc84930249"], + CellID->1443994690,ExpressionUUID->"2f462968-9fec-4d72-99ab-260d1050b4e8"], Cell[CellGroupData[{ @@ -1769,8 +1955,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "x2"}]}], "]"}]}]], "Input", - CellLabel->"In[43]:=", - CellID->631390402,ExpressionUUID->"cea71c44-5cb2-4552-bb56-77390e50366a"], + CellLabel->"In[46]:=", + CellID->631390402,ExpressionUUID->"50bf4e58-cdef-41ad-bd04-bea39a518ac9"], Cell[BoxData[ Graphics3DBox[{ @@ -1819,14 +2005,14 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[43]=", - CellID->1706884749,ExpressionUUID->"4da7204a-f9fc-4e97-aa19-33e08bdadf61"] + CellLabel->"Out[46]=", + CellID->1349773889,ExpressionUUID->"18f5128a-1b3b-46bb-a87d-95994bc51892"] }, Open ]], Cell["\<\ Plotting Modiclus, Equalitarian, Lorenz Solution, and Vector x2\ \>", "Text", - CellID->1266924152,ExpressionUUID->"6d60dd14-75f9-4bbd-98ee-43c8360f3301"], + CellID->1266924152,ExpressionUUID->"ba05b95d-d12e-4b05-98d4-47c34379eb4a"], Cell[CellGroupData[{ @@ -1847,8 +2033,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"fc", ",", "lr", ",", "x2"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[44]:=", - CellID->1106808230,ExpressionUUID->"f34cb523-f8fd-4dba-bf09-a6f466dd177d"], + CellLabel->"In[47]:=", + CellID->1106808230,ExpressionUUID->"2889a8a7-dd94-4f0d-b72a-7f51b4994b95"], Cell[BoxData[ Graphics3DBox[{ @@ -1918,14 +2104,14 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.00680963010710353, -0.008045989494261472, 0.9999444439521942}]], "Output", - CellLabel->"Out[44]=", - CellID->1257856836,ExpressionUUID->"b4810f99-5b35-4041-a64f-c147d1bf5205"] + CellLabel->"Out[47]=", + CellID->510304592,ExpressionUUID->"f9b7af8d-2c49-4f1c-b190-7910fcfaf894"] }, Open ]], Cell["\<\ Plot Linear Combination of the Pre-Nucleolus and Lorenz Solution\ \>", "Text", - CellID->1403780005,ExpressionUUID->"fbee2083-752b-4a97-972e-4b1102e27f52"], + CellID->1403780005,ExpressionUUID->"5c246df0-b400-446b-a618-7f3da10e101f"], Cell[CellGroupData[{ @@ -1942,8 +2128,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lcb"}]}], "]"}]}]], "Input", - CellLabel->"In[45]:=", - CellID->797911072,ExpressionUUID->"7a654caf-1c31-4aba-b9e6-0a76d482c832"], + CellLabel->"In[48]:=", + CellID->797911072,ExpressionUUID->"e3f0d0da-586c-4a1e-8d26-5641ff88adcd"], Cell[BoxData[ Graphics3DBox[{ @@ -1994,14 +2180,14 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.06298093380882458, -0.05084868552141653, 0.9967185225314681}]], "Output", - CellLabel->"Out[45]=", - CellID->157023327,ExpressionUUID->"946ffddb-6132-4742-9ff8-0e413b1de57f"] + CellLabel->"Out[48]=", + CellID->538033057,ExpressionUUID->"485df23c-c5b1-4bbb-bc87-659c2fa04fec"] }, Open ]], Cell["\<\ Plotting Modiclus, Equalitarian, Lorenz Solution, Vector x2 and Vector lcb\ \>", "Text", - CellID->2095481687,ExpressionUUID->"c23e0bc0-cdfc-410c-a1e4-d39b10d04041"], + CellID->2095481687,ExpressionUUID->"71617c37-e3a4-4745-ba74-b39944e4d40d"], Cell[CellGroupData[{ @@ -2023,8 +2209,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"fc", ",", "lr", ",", "x2", ",", "lcb"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[46]:=", - CellID->1811101592,ExpressionUUID->"866577bb-9b40-4534-a82f-a16a4c6315fb"], + CellLabel->"In[49]:=", + CellID->1811101592,ExpressionUUID->"f0e4c756-885b-4ed2-9f1f-5165aa43fc40"], Cell[BoxData[ Graphics3DBox[{ @@ -2103,19 +2289,19 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0040852399039656906`, -0.01412034389512338, 0.999891957515016}]], "Output", - CellLabel->"Out[46]=", - CellID->1453600001,ExpressionUUID->"ff3ac789-0f2a-4538-9e74-01700b2db134"] + CellLabel->"Out[49]=", + CellID->665098495,ExpressionUUID->"96a4f8ae-d6f6-489c-9a9f-47c7f5bd290d"] }, Open ]], Cell["Plot Lorenz Set", "Text", - CellID->1808085688,ExpressionUUID->"fda3295d-d90d-4728-bb66-59594d659dfd"], + CellID->1808085688,ExpressionUUID->"cf2f76f5-d6b7-4cd0-8163-7718e2769284"], Cell["\<\ In this example, we abuse the option that was designed for drawing a line \ segment of kernel in order to plot the Lorenz set while setting \ \[OpenCurlyDoubleQuote]KernelCoord\[Rule]{lr,lcb}\[CloseCurlyDoubleQuote]. \ \>", "Text", - CellID->991774190,ExpressionUUID->"196e2e1e-186d-49d8-8b61-069a4ad6a8fb"], + CellID->991774190,ExpressionUUID->"7f52f7e1-0599-4ae5-882f-44e22414aca5"], Cell[CellGroupData[{ @@ -2133,8 +2319,8 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lcb"}]}], "]"}]}]], "Input", - CellLabel->"In[47]:=", - CellID->235323999,ExpressionUUID->"91458592-618d-4073-8ae9-4537e70b4985"], + CellLabel->"In[50]:=", + CellID->235323999,ExpressionUUID->"c3255eeb-6437-466c-a890-f9784875cb4d"], Cell[BoxData[ Graphics3DBox[{ @@ -2190,12 +2376,12 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0.1427469431223143, 0.26130890743066304`, 0.9546417993816466}]], "Output", - CellLabel->"Out[47]=", - CellID->1856179341,ExpressionUUID->"59f9ef56-ba76-4041-8b7e-f44c78267e11"] + CellLabel->"Out[50]=", + CellID->30884869,ExpressionUUID->"13909743-2191-4dac-970c-beb5a034b61e"] }, Open ]], Cell["Plotting all Vectors and Solutions", "Text", - CellID->907502846,ExpressionUUID->"5923cd87-ff0c-4975-8707-7ebbb4d22ccb"], + CellID->907502846,ExpressionUUID->"5c553369-b366-43d2-8968-7266c1ecff96"], Cell[CellGroupData[{ @@ -2218,8 +2404,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"fc", ",", "lr", ",", "x2", ",", "lcb"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[48]:=", - CellID->1129704722,ExpressionUUID->"7c288d55-9542-4f02-bda2-1c00e813255e"], + CellLabel->"In[51]:=", + CellID->1129704722,ExpressionUUID->"b52a6cd0-a2db-4109-978b-ed7136e37e23"], Cell[BoxData[ Graphics3DBox[{ @@ -2302,12 +2488,12 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[48]=", - CellID->8492764,ExpressionUUID->"c81751bf-d895-4a56-b5f9-7142eb0a0d5c"] + CellLabel->"Out[51]=", + CellID->1941203986,ExpressionUUID->"c08f7874-a673-431e-b45a-c273a17b653e"] }, Open ]], Cell["Plotting Core Vertices and Lorenz Set", "Text", - CellID->807965146,ExpressionUUID->"6c140278-daa6-4f37-8214-315565e8ea1e"], + CellID->807965146,ExpressionUUID->"c3482216-ba14-4a7e-8736-cd91e52aaa92"], Cell[CellGroupData[{ @@ -2325,8 +2511,8 @@ Cell[BoxData[ RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "crv"}]}], "]"}]}]], "Input", - CellLabel->"In[49]:=", - CellID->1143406582,ExpressionUUID->"54880da9-484a-41a3-9920-78fa76651a26"], + CellLabel->"In[52]:=", + CellID->1143406582,ExpressionUUID->"497ed9f0-b731-4137-bd2b-0692fd95b6b4"], Cell[BoxData[ Graphics3DBox[{ @@ -2398,12 +2584,12 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0040178814261307245`, -0.005761561250182152, 0.9999753302161039}]], "Output", - CellLabel->"Out[49]=", - CellID->1522665052,ExpressionUUID->"5f708fa3-882f-42d4-a95c-48ac389aa67b"] + CellLabel->"Out[52]=", + CellID->364297937,ExpressionUUID->"55bcc1f2-d2e0-42f9-aa00-a2cf80987da9"] }, Open ]], Cell["Plotting Core Vertices, Lorenz Set and all Vectors", "Text", - CellID->292652884,ExpressionUUID->"c4e8f9a7-857b-4841-8b10-20ed9f3b5d06"], + CellID->292652884,ExpressionUUID->"6e0853f4-badb-4967-9b07-130545c67f43"], Cell[CellGroupData[{ @@ -2416,8 +2602,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"fc", ",", "lr", ",", "x2", ",", "lcb"}], "}"}]}], "]"}], ",", "6"}], "]"}]}]], "Input", - CellLabel->"In[50]:=", - CellID->735105833,ExpressionUUID->"7f3efbeb-74e0-45d8-be85-471d73919e1b"], + CellLabel->"In[53]:=", + CellID->735105833,ExpressionUUID->"f3726729-66ab-4896-b0f9-9f9a5a7bd847"], Cell[BoxData[ RowBox[{"{", @@ -2446,8 +2632,8 @@ Cell[BoxData[ FractionBox["1", "150"], ",", FractionBox["1", "150"], ",", FractionBox["149", "300"]}], "}"}]}], "}"}]], "Output", - CellLabel->"Out[50]=", - CellID->1348544333,ExpressionUUID->"ecc744e3-f245-4877-b7fe-9f89a25d57ec"] + CellLabel->"Out[53]=", + CellID->413897144,ExpressionUUID->"e0b5964e-f07c-4b1f-8ae2-21743e6b3729"] }, Open ]], Cell[CellGroupData[{ @@ -2468,8 +2654,8 @@ Cell[BoxData[ RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "pts"}]}], "]"}]}]], "Input", - CellLabel->"In[51]:=", - CellID->2044192783,ExpressionUUID->"e7d5164d-a872-4ac2-842a-62f39a78c29c"], + CellLabel->"In[54]:=", + CellID->2044192783,ExpressionUUID->"613df55a-981c-4d91-ba4e-064be3f64ec4"], Cell[BoxData[ Graphics3DBox[{ @@ -2577,26 +2763,26 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[51]=", - CellID->103866932,ExpressionUUID->"b922b79c-ae18-48f1-9140-0b2822d034fe"] + CellLabel->"Out[54]=", + CellID->1109018115,ExpressionUUID->"71d74693-964f-4b30-ae83-153e3e99d56f"] }, Open ]], Cell["\<\ Checking core membership of some selected solutions can be accomplished with\ \>", "Text", - CellID->336157999,ExpressionUUID->"19cb3640-67af-43f3-9a0a-ca03472e456c"], + CellID->336157999,ExpressionUUID->"107ba076-7fa1-4afd-9d5a-2ee5049ca23b"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BelongToCoreQ", "[", RowBox[{"ExpGame12", ",", "lr"}], "]"}]], "Input", - CellLabel->"In[52]:=", - CellID->648733008,ExpressionUUID->"831565ef-0302-4761-9991-464bd05c35a9"], + CellLabel->"In[55]:=", + CellID->648733008,ExpressionUUID->"d51de208-24ca-428e-98ec-438b780fba74"], Cell[BoxData["True"], "Output", - CellLabel->"Out[52]=", - CellID->1968601548,ExpressionUUID->"1f4b2f57-ee36-4fc1-9baf-a3ca5ba85097"] + CellLabel->"Out[55]=", + CellID->908374746,ExpressionUUID->"a9ab6012-dcbd-4f63-b656-9c471b363961"] }, Open ]], Cell[CellGroupData[{ @@ -2604,12 +2790,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreElementsQ", "[", RowBox[{"ExpGame12", ",", "lr"}], "]"}]], "Input", - CellLabel->"In[53]:=", - CellID->126445053,ExpressionUUID->"fa50c2da-d93a-4ba8-9fdb-dd54e93a2ca6"], + CellLabel->"In[56]:=", + CellID->126445053,ExpressionUUID->"9505bd13-f05f-4f3d-b064-780fd4eb6d7c"], Cell[BoxData["True"], "Output", - CellLabel->"Out[53]=", - CellID->1620436678,ExpressionUUID->"9ac685da-09d5-4161-80fb-abe6c388b1c1"] + CellLabel->"Out[56]=", + CellID->1971487518,ExpressionUUID->"4bb1aede-acc6-4295-9d41-ee3f9fd1256a"] }, Open ]], Cell[CellGroupData[{ @@ -2617,12 +2803,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BelongToCoreQ", "[", RowBox[{"ExpGame12", ",", "mnc"}], "]"}]], "Input", - CellLabel->"In[54]:=", - CellID->150766810,ExpressionUUID->"f77efdbf-a69f-4dd6-9993-868faca3e42a"], + CellLabel->"In[57]:=", + CellID->150766810,ExpressionUUID->"70c7ac7c-bebd-4ff6-b24e-646d924d9126"], Cell[BoxData["True"], "Output", - CellLabel->"Out[54]=", - CellID->843073334,ExpressionUUID->"94837ae2-12e1-4ef7-b54c-fc8995bf3f49"] + CellLabel->"Out[57]=", + CellID->1076440410,ExpressionUUID->"e3cf4e61-7bba-42b5-9dbe-48d4de6a5f80"] }, Open ]], Cell[CellGroupData[{ @@ -2630,12 +2816,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreElementsQ", "[", RowBox[{"ExpGame12", ",", "mnc"}], "]"}]], "Input", - CellLabel->"In[55]:=", - CellID->1212168202,ExpressionUUID->"56bc319e-2bf2-4b56-89ad-da30941bf470"], + CellLabel->"In[58]:=", + CellID->1212168202,ExpressionUUID->"643a6dd5-f2d7-427b-9424-1807ab51a0e0"], Cell[BoxData["True"], "Output", - CellLabel->"Out[55]=", - CellID->907885131,ExpressionUUID->"335b643b-1d8d-4218-af9e-1e2de542a765"] + CellLabel->"Out[58]=", + CellID->177385627,ExpressionUUID->"c86e8e12-7f0c-46bd-a6ad-94d5d67268df"] }, Open ]], Cell[CellGroupData[{ @@ -2643,12 +2829,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BelongToCoreQ", "[", RowBox[{"ExpGame12", ",", "x2"}], "]"}]], "Input", - CellLabel->"In[56]:=", - CellID->1262989111,ExpressionUUID->"625c5a48-f1d3-443c-86cd-710cf74050eb"], + CellLabel->"In[59]:=", + CellID->1262989111,ExpressionUUID->"8dbeb11c-c450-4c30-803e-a9ca0b6e1674"], Cell[BoxData["True"], "Output", - CellLabel->"Out[56]=", - CellID->1884760989,ExpressionUUID->"3a2c76d9-4c8c-4cf2-8828-c49b6c94ec92"] + CellLabel->"Out[59]=", + CellID->1850841845,ExpressionUUID->"e7c9f837-a849-461c-94e3-2299db15792a"] }, Open ]], Cell[CellGroupData[{ @@ -2656,12 +2842,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreElementsQ", "[", RowBox[{"ExpGame12", ",", "x2"}], "]"}]], "Input", - CellLabel->"In[57]:=", - CellID->2055486113,ExpressionUUID->"2abb4ca4-afe7-4e68-a971-261baa11a22e"], + CellLabel->"In[60]:=", + CellID->2055486113,ExpressionUUID->"d4483907-fce7-4eff-a163-1990c0688841"], Cell[BoxData["True"], "Output", - CellLabel->"Out[57]=", - CellID->584662779,ExpressionUUID->"8b77d29f-ba99-4a86-9f72-25167726f332"] + CellLabel->"Out[60]=", + CellID->1227980108,ExpressionUUID->"74b0a807-4f67-47c6-9a04-3c00a968747f"] }, Open ]], Cell[CellGroupData[{ @@ -2669,12 +2855,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BelongToCoreQ", "[", RowBox[{"ExpGame12", ",", "lcb"}], "]"}]], "Input", - CellLabel->"In[58]:=", - CellID->416462599,ExpressionUUID->"43adbda2-2fa7-49ba-a748-f89cbc0c227c"], + CellLabel->"In[61]:=", + CellID->416462599,ExpressionUUID->"f97c1699-c663-4ee3-b9d4-f2df4b36b409"], Cell[BoxData["True"], "Output", - CellLabel->"Out[58]=", - CellID->1523920813,ExpressionUUID->"bab6fe00-1792-4968-a26b-c919da9155ff"] + CellLabel->"Out[61]=", + CellID->144910033,ExpressionUUID->"29eeef04-ad86-4bd9-b1ce-7adef2825eba"] }, Open ]], Cell[CellGroupData[{ @@ -2682,32 +2868,32 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CoreElementsQ", "[", RowBox[{"ExpGame12", ",", "lcb"}], "]"}]], "Input", - CellLabel->"In[59]:=", - CellID->548484682,ExpressionUUID->"51e9c89e-3ec4-4084-a92c-7e9bbbbcb41e"], + CellLabel->"In[62]:=", + CellID->548484682,ExpressionUUID->"8da23961-dc4d-46cf-ae21-71049d5e45cd"], Cell[BoxData["True"], "Output", - CellLabel->"Out[59]=", - CellID->634673252,ExpressionUUID->"9141d391-5a8a-41e7-9b84-954a549591ec"] + CellLabel->"Out[62]=", + CellID->2146367084,ExpressionUUID->"63e5497d-741c-4ff2-92e0-5b2cba7b512f"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Strong Epsilon Core", "Subsubsection", - CellID->563394600,ExpressionUUID->"5ea24b26-1c04-474f-b70c-3668f0272e50"], + CellID->563394600,ExpressionUUID->"02c265dc-2bd7-4a2f-b22a-cd56c211f0f3"], Cell["\<\ Here we provide some examples to draw the strong epsilon core in relation to \ some game solutions.\ \>", "Text", - CellID->783808681,ExpressionUUID->"d6be2b4c-bad1-4c91-a3a9-46e731ce7aac"], + CellID->783808681,ExpressionUUID->"de7a45e6-5e54-48a3-968a-6af2221e4e45"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "StrongEpsCore3dV6", "]"}]], "Input", - CellLabel->"In[60]:=", - CellID->1127896158,ExpressionUUID->"e6be4ca3-83d6-4a82-9404-2bf4b824c90d"], + CellLabel->"In[63]:=", + CellID->1127896158,ExpressionUUID->"d5d2fabb-68a5-4281-9760-79d5238bc379"], Cell[BoxData[ RowBox[{"{", @@ -2740,8 +2926,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[60]=", - CellID->1145136037,ExpressionUUID->"27f1dd78-904b-4230-90c3-6122bfdc9afc"] + CellLabel->"Out[63]=", + CellID->1829634739,ExpressionUUID->"58686349-7158-45f2-8d06-dd049de5e589"] }, Open ]], Cell[CellGroupData[{ @@ -2755,8 +2941,8 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "25"}]}], "]"}]}]], "Input", - CellLabel->"In[61]:=", - CellID->1913513403,ExpressionUUID->"86a887a5-cf9f-4aba-941a-c567cb2846b6"], + CellLabel->"In[64]:=", + CellID->1913513403,ExpressionUUID->"9e4327a6-848a-4ec3-b899-dd19ff5b7b85"], Cell[BoxData[ Graphics3DBox[{{ @@ -2834,8 +3020,8 @@ Y+jDZQ/nAeziMACzD4c9GO6AiaOZj2EOLnk0/RjhhR4uaAC3P/ajmgMDMD5M PlotLabel->FormBox["\"eps=25.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[61]=", - CellID->1702750651,ExpressionUUID->"bede4ac1-76e4-40ef-8cb4-c25b5e0de819"] + CellLabel->"Out[64]=", + CellID->1984460190,ExpressionUUID->"e36b702d-954b-45ed-acd5-4be3a78cf24b"] }, Open ]], Cell[CellGroupData[{ @@ -2849,8 +3035,8 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "15"}]}], "]"}]}]], "Input", - CellLabel->"In[62]:=", - CellID->131378944,ExpressionUUID->"51686302-81ba-428f-9165-ed68bc9a0a99"], + CellLabel->"In[65]:=", + CellID->131378944,ExpressionUUID->"75197fdd-5c5a-4ae9-b891-35331cf97dfe"], Cell[BoxData[ Graphics3DBox[{{ @@ -2928,8 +3114,8 @@ Gv/NfgDJszCD PlotLabel->FormBox["\"eps=15.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[62]=", - CellID->191763228,ExpressionUUID->"9932272a-6283-43c7-aa7f-b124e28d8b39"] + CellLabel->"Out[65]=", + CellID->1528302238,ExpressionUUID->"5d0eeb21-ffa2-46cd-b7f8-410dcecf1ff9"] }, Open ]], Cell[CellGroupData[{ @@ -2943,8 +3129,8 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "5"}]}], "]"}]}]], "Input", - CellLabel->"In[63]:=", - CellID->1332473902,ExpressionUUID->"67a7d0d0-1823-46b6-8d40-44f1a76ef971"], + CellLabel->"In[66]:=", + CellID->1332473902,ExpressionUUID->"86002917-c48c-43e9-a78b-6a3e1f62fde4"], Cell[BoxData[ Graphics3DBox[{{ @@ -3012,8 +3198,8 @@ fQ== PlotLabel->FormBox["\"eps=5.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[63]=", - CellID->168025100,ExpressionUUID->"ccf45fa5-4085-427c-a48f-3420b95fe60e"] + CellLabel->"Out[66]=", + CellID->1409894611,ExpressionUUID->"536ad8f7-d62f-427b-8bd4-6913ec487401"] }, Open ]], Cell[CellGroupData[{ @@ -3029,8 +3215,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lr"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "1"}]}], "]"}]}]], "Input", - CellLabel->"In[64]:=", - CellID->1644542171,ExpressionUUID->"baeca04d-af1b-4ddf-aefa-2e616fd5ffa9"], + CellLabel->"In[67]:=", + CellID->1644542171,ExpressionUUID->"7291923c-b085-41b1-a3be-dff3f185cbb2"], Cell[BoxData[ Graphics3DBox[{{ @@ -3104,8 +3290,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[64]=", - CellID->460223710,ExpressionUUID->"0b903abf-ac59-400a-ae90-cb76b8062117"] + CellLabel->"Out[67]=", + CellID->1295565253,ExpressionUUID->"346e455f-0fc3-43f0-b410-24a27500a9ab"] }, Open ]], Cell[CellGroupData[{ @@ -3123,8 +3309,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lr"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "1"}]}], "]"}]}]], "Input", - CellLabel->"In[65]:=", - CellID->320740964,ExpressionUUID->"81daa97c-dae3-4d4c-9c6b-06b7626b9bd5"], + CellLabel->"In[68]:=", + CellID->320740964,ExpressionUUID->"1b8784c8-440f-4c50-ae1e-793fced47b71"], Cell[BoxData[ Graphics3DBox[{{ @@ -3202,8 +3388,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[65]=", - CellID->1381148360,ExpressionUUID->"b6d5ade2-a787-49fa-83c2-4c6d91cd3546"] + CellLabel->"Out[68]=", + CellID->1693535532,ExpressionUUID->"901988a7-2874-47a7-8e5a-1d182fafbda5"] }, Open ]], Cell[CellGroupData[{ @@ -3221,8 +3407,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", RowBox[{"PayoffCoord", "\[Rule]", " ", "lr"}], ",", RowBox[{"EpsStrValues", "\[Rule]", "1"}]}], "]"}]}]], "Input", - CellLabel->"In[66]:=", - CellID->1425268240,ExpressionUUID->"2618b6dd-395d-4a69-a9a0-8ed7742bc8b1"], + CellLabel->"In[69]:=", + CellID->1425268240,ExpressionUUID->"c7e594a7-5452-401e-9388-6e474347a2f1"], Cell[BoxData[ Graphics3DBox[{{ @@ -3300,8 +3486,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[66]=", - CellID->2146604196,ExpressionUUID->"4761a253-3759-437d-82fe-9b83c49d58f5"] + CellLabel->"Out[69]=", + CellID->990501734,ExpressionUUID->"fe1bbabb-eb49-43ec-90d3-d8cdc7a9757d"] }, Open ]], Cell[CellGroupData[{ @@ -3319,8 +3505,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"lr", ",", "fc"}], "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", "1"}]}], "]"}]}]], "Input", - CellLabel->"In[67]:=", - CellID->585795832,ExpressionUUID->"f6a5b792-741e-43d3-b150-999528f93488"], + CellLabel->"In[70]:=", + CellID->585795832,ExpressionUUID->"6885759e-4d00-4673-96cc-e87bb15c82d3"], Cell[BoxData[ Graphics3DBox[{{ @@ -3402,8 +3588,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=1.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[67]=", - CellID->234276488,ExpressionUUID->"e9db6b78-1918-4de8-acbc-21d77bab5e7b"] + CellLabel->"Out[70]=", + CellID->1427823406,ExpressionUUID->"3546fa9e-e24f-4e5f-9714-0f9bc0dc1f3b"] }, Open ]], Cell[CellGroupData[{ @@ -3422,8 +3608,8 @@ Cell[BoxData[ RowBox[{"lr", ",", "fc"}], "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", FractionBox["1", "2"]}]}], "]"}]}]], "Input", - CellLabel->"In[68]:=", - CellID->914718023,ExpressionUUID->"3fc1ad15-4b69-4bd3-bc55-3a8c34f886d8"], + CellLabel->"In[71]:=", + CellID->914718023,ExpressionUUID->"153d2195-b0f9-4b36-8c3c-0d3d17db6c86"], Cell[BoxData[ Graphics3DBox[{{ @@ -3507,8 +3693,8 @@ Cell[BoxData[ ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[68]=", - CellID->1295445699,ExpressionUUID->"fc7ca00c-cdd9-4fe2-8e3c-30e7d9ec34f7"] + CellLabel->"Out[71]=", + CellID->494859097,ExpressionUUID->"db305907-5516-4000-bed1-f754ae0c4077"] }, Open ]], Cell[CellGroupData[{ @@ -3527,8 +3713,8 @@ Cell[BoxData[ RowBox[{"lr", ",", "fc"}], "}"}]}], ",", RowBox[{"EpsStrValues", "\[Rule]", FractionBox["1", "8"]}]}], "]"}]}]], "Input", - CellLabel->"In[69]:=", - CellID->695096037,ExpressionUUID->"aeda6008-2e20-4a39-8a13-8b2535ebc25f"], + CellLabel->"In[72]:=", + CellID->695096037,ExpressionUUID->"41a6dbd7-2f39-4cf5-8446-2c79130bac87"], Cell[BoxData[ Graphics3DBox[{{ @@ -3615,8 +3801,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=0.125\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[69]=", - CellID->1418984886,ExpressionUUID->"70808150-63d0-44a8-8bba-4bbac77cb331"] + CellLabel->"Out[72]=", + CellID->791668174,ExpressionUUID->"fa066828-6c7b-4aa0-86d3-6c790a51aacc"] }, Open ]], Cell[CellGroupData[{ @@ -3630,108 +3816,1476 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", - RowBox[{"PayoffCoord", "\[Rule]", " ", - RowBox[{"{", - RowBox[{"lr", ",", "fc"}], "}"}]}], ",", - RowBox[{"EpsStrValues", "\[Rule]", - RowBox[{"-", - FractionBox["1", "8"]}]}]}], "]"}]}]], "Input", - CellLabel->"In[70]:=", - CellID->1994137684,ExpressionUUID->"e519b319-30dc-45d2-9ed6-b5fdda184b6f"], + RowBox[{"PayoffCoord", "\[Rule]", " ", + RowBox[{"{", + RowBox[{"lr", ",", "fc"}], "}"}]}], ",", + RowBox[{"EpsStrValues", "\[Rule]", + RowBox[{"-", + FractionBox["1", "8"]}]}]}], "]"}]}]], "Input", + CellLabel->"In[73]:=", + CellID->1994137684,ExpressionUUID->"60272046-d89c-4902-985c-e6f4562d0da7"], + +Cell[BoxData[ + Graphics3DBox[{{ + {Thickness[Large], + GraphicsComplex3DBox[{{0.875, 0.09375, 0.015625}, {0.796875, 0.09375, + 0.09375}, {0.953125, 0.015625, 0.015625}, {0.875, 0.015625, 0.09375}, { + 0.875, 0.015625, 0.015625}}, { + {Thickness[0.0085], + TubeBox[{{0.875, 0.09375, 0.015625}, {0.796875, 0.09375, 0.09375}}], + TubeBox[{{0.875, 0.09375, 0.015625}, {0.953125, 0.015625, 0.015625}}], + TubeBox[{{0.875, 0.09375, 0.015625}, {0.875, 0.015625, 0.015625}}], + TubeBox[{{0.796875, 0.09375, 0.09375}, {0.875, 0.015625, 0.09375}}], + TubeBox[{{0.796875, 0.09375, 0.09375}, {0.875, 0.015625, 0.015625}}], + TubeBox[{{0.953125, 0.015625, 0.015625}, {0.875, 0.015625, 0.09375}}], + TubeBox[{{0.953125, 0.015625, 0.015625}, {0.875, 0.015625, + 0.015625}}], + TubeBox[{{0.875, 0.015625, 0.09375}, {0.875, 0.015625, 0.015625}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, + 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, { + {RGBColor[ + NCache[{ + Rational[3, 4], + Rational[1, 8], + Rational[1, 8]}, {0.75, 0.125, 0.125}]], + SphereBox[ + NCache[{Rational[3, 4], Rational[1, 8], Rational[1, 8]}, {0.75, 0.125, + 0.125}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 4], + Rational[1, 4], + Rational[1, 4]}, {0.25, 0.25, 0.25}]], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}}}, { + {RGBColor[1, 1, 0], Opacity[0.4], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, + Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, 5}, {5, 1, 3}, {3, + 1, 2}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, { + {Thickness[0.0085], TubeBox[{{1., 0., 0.}, {0.875, 0., 0.125}}], + TubeBox[{{1., 0., 0.}, {0.875, 0.125, 0.}}], + TubeBox[{{1., 0., 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0., 0.125}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0., 0.125}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0.125, 0.}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0.125, 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.75, 0.125, 0.125}, {0.875, 0., 0.}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 0}, {0, 0, 1}, {0, 1, 0}, {1, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + PlotLabel->FormBox["\"eps=-0.125\"", TraditionalForm], + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellLabel->"Out[73]=", + CellID->1783983338,ExpressionUUID->"3c66d7f6-e72e-497d-b4a8-bc18bc683307"] +}, Open ]] +}, Closed]], + +Cell[CellGroupData[{ + +Cell["Weber Set ", "Subsubsection", + CellID->1645180112,ExpressionUUID->"65dbd9d9-31ba-4b3c-850c-4253cabd379e"], + +Cell[TextData[{ + "In this section, we demonstrate of how we can plot the Weber set of the \ +game in relation to the above introduced game solutions or allocations. Five \ +solutions, namely the Shapley value, the Harsanyi value, the nucleolus, a \ +kernel element or a line segment of it, and the modiclus can be plotted while \ +imposing an internal computation and drawing of graphics elements. If one \ +wants to plot, for instance, the Lorenz solution or any other allocation or \ +a set of allocations, then one should use the options \ +\[OpenCurlyDoubleQuote]ViewPayoffSol\[Rule]True\[CloseCurlyDoubleQuote] and \ +\[OpenCurlyDoubleQuote]PayoffCoord-> ", + StyleBox["payoffs", + FontSlant->"Italic"], + "\[CloseCurlyDoubleQuote]. Here the argument ", + StyleBox["payoff", + FontSlant->"Italic"], + " indicates a sole imputation or a list of imputations. Notice that one \ +needs to set the option \[OpenCurlyDoubleQuote]ViewPayoffSol\ +\[CloseCurlyDoubleQuote] to true to visualize the supplied allocation, \ +otherwise it will not be drawn. Similar for the four above mentioned \ +solutions with the difference that one can supply an empty set to the \ +\[OpenCurlyDoubleQuote]XXXCoord\[CloseCurlyDoubleQuote] option whenever \ +\[OpenCurlyDoubleQuote]ViewXXXSol\[CloseCurlyDoubleQuote] is set to true, \ +then these solutions will be computed internally. Note that it is not \ +possible to draw the core directly with the function devoted to the Weber \ +set, instead one has to use the function \"PlotCore3dV6\". " +}], "Text", + CellID->836959222,ExpressionUUID->"6dcec3a2-c449-4f92-b86d-7b0a18a5e016"], + +Cell["\<\ +The option set with its default values can be retrieved through\ +\>", "Text", + CellID->925574261,ExpressionUUID->"b194bcd1-8726-4ee9-a9e9-42e22700058f"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"Options", "[", "PlotWeberSet3dV6", "]"}]], "Input", + CellLabel->"In[74]:=", + CellID->44808273,ExpressionUUID->"88c238ea-4ee4-46c5-8273-01618acc3782"], + +Cell[BoxData[ + RowBox[{"{", + RowBox[{ + RowBox[{"HarsanyiValCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PayoffCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"PictureSize", "\[Rule]", + RowBox[{"{", + RowBox[{"400", ",", "434"}], "}"}]}], ",", + RowBox[{"PtRadius", "\[Rule]", "0.021`"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", + RowBox[{"SyncDim", "\[Rule]", "True"}], ",", + RowBox[{"Verbosely", "\[Rule]", "True"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewLegend", "\[Rule]", "False"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", + RowBox[{"ViewSkel", "\[Rule]", "False"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}]}], "}"}]], "Output", + CellLabel->"Out[74]=", + CellID->1848892551,ExpressionUUID->"2b081cee-e0cc-49c1-af6b-a291ebb784b9"] +}, Open ]], + +Cell["\<\ +A simple graphic of the imputation set with the Weber set and some selected \ +solutions can be drawn as follows: \ +\>", "Text", + CellID->1876167031,ExpressionUUID->"12a1ad23-298f-4674-8e7f-64527625a866"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb1", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[75]:=", + CellID->1493465239,ExpressionUUID->"8e876a3f-7fa6-4376-bc83-4084431b78a3"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellLabel->"Out[75]=", + CellID->2068087176,ExpressionUUID->"bf186653-ac36-448c-b3d8-f589c2bb7481"] +}, Open ]], + +Cell["\<\ +In the next step, we want to draw ceteris paribus the Harsanyi value. \ +However, the Harsanyi value is equal to the provided Shapley value, and it is \ +drawn after the Shapley value, so it depicts the Harsanyi value graphic and \ +the above solution is now drawn in blue rather than in brown. \ +\>", "Text", + CellID->1442706465,ExpressionUUID->"8d2e277f-1a72-43fc-a21c-4ca39e8d73d9"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb2", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewHarsanyiSol", "\[Rule]", "True"}], ",", + RowBox[{"HarsanyiValCoord", "\[Rule]", "harv"}]}], "]"}]}]], "Input", + CellLabel->"In[76]:=", + CellID->2038078915,ExpressionUUID->"53bee5b3-a32c-4bf7-b504-120a83fe77f7"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, + {RGBColor[0.6, 0.4, 0.2], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellLabel->"Out[76]=", + CellID->1486311778,ExpressionUUID->"42bee5e7-0517-4444-a030-12163866ea97"] +}, Open ]], + +Cell["\<\ +A Legend listing that mention some point solutions can be incorporated into \ +the graphic while turning on the option \[OpenCurlyDoubleQuote]ViewLegend -> \ +True\[CloseCurlyDoubleQuote]. \ +\>", "Text", + CellID->1194617062,ExpressionUUID->"4be6fac2-d50b-4a3b-a1e6-72dca0ca5b17"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb3", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewLegend", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[77]:=", + CellID->1754606138,ExpressionUUID->"f2b16ab7-7e99-4f66-8fde-a422b2850a78"], + +Cell[BoxData[ + GraphicsBox[{InsetBox[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, + 1., -0.875}, {-0.875, 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, + 1.}, {0., 1., -0.875}, {0., 0., 1.}, {-0.875, 0., 1.}, {1., + 0., -0.875}, {1., 0., 0.}, {0., 1., 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, + 7, 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{ + 0, -0.875, 1}, {0, 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{ + 0, 1, -0.875}, {0, 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, + 0.041666666666666664`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}], {-1, -1.}, {Left, Bottom}, {2, 2.}], + GraphicsGroupBox[{ + {GrayLevel[0], RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}]}, + {GrayLevel[1], EdgeForm[{GrayLevel[0], Thickness[0.001]}], + GraphicsGroupBox[{ + RectangleBox[{1.1, -0.4}, {1.6, -0.15000000000000002}], InsetBox[ + GraphicsBox[{{{InsetBox[ + GraphicsBox[ + {RGBColor[0.6, 0.4, 0.2], + DiskBox[{0, 0}, 0.005]}], {0.08, 0.08}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Harsanyi Value\"\>", {1.2100000000000002, 0.58}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0.5, 0, 0.5], + DiskBox[{0, 0}, 0.005]}], {0.08, 1.24}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Modiclus\"\>", {1.2100000000000002, 1.74}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[1, 0, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 2.4}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Kernel\"\>", {1.2100000000000002, 2.9}, NCache[ + ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 1, 0], DiskBox[{0, 0}, 0.005]}], {0.08, 3.56}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Nucleolus\"\>", {1.2100000000000002, 4.0600000000000005}, + NCache[ImageScaled[{0, Rational[1, 2]}], + ImageScaled[{0, 0.5}]], Automatic, {1, 0}]}, {InsetBox[ + GraphicsBox[ + {RGBColor[0, 0, 1], DiskBox[{0, 0}, 0.005]}], {0.08, 4.72}, { + Left, Bottom}, {1, 1}], + InsetBox["\<\"Shapley Value\"\>", {1.2100000000000002, 5.22}, + NCache[ImageScaled[{0, Rational[1, 2]}], ImageScaled[{0, 0.5}]], + Automatic, {1, 0}]}}, {}}, + AspectRatio->0.5, + + PlotRange->{{-0.1, 6.26}, {-0.1, + 5.8999999999999995`}}], {1.1, -0.4}, { + Left, Bottom}, {0.5, 0.25}]}]}}]}, + AspectRatio->Automatic, + Background->None, + ColorOutput->Automatic, + ImageSize->{400., 434.}, + PlotRange->All]], "Output", + CellLabel->"Out[77]=", + CellID->1051182792,ExpressionUUID->"65ae8047-b733-402f-a919-d866fc353f15"] +}, Open ]], + +Cell["\<\ +A plot of the marginal contribution vectors can be drawn while setting the \ +option \[OpenCurlyDoubleQuote]ViewPayoffSol\[Rule]True\[CloseCurlyDoubleQuote]\ + and \[OpenCurlyDoubleQuote]PayoffCoord\[Rule] mrgv2\[CloseCurlyDoubleQuote] \ +as it is shown by the next example.\ +\>", "Text", + CellID->609093798,ExpressionUUID->"df846773-2311-491e-80ea-4a06e14645eb"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb4", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "mrgv2"}]}], "]"}]}]], "Input", + CellLabel->"In[78]:=", + CellID->702226324,ExpressionUUID->"7e1b7ee9-63c7-4de3-b9f9-a57d38a4a15a"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, { + {RGBColor[ + NCache[{ + Rational[7, 8], + Rational[-7, 8], 1}, {0.875, -0.875, 1}]], + SphereBox[ + NCache[{Rational[7, 8], Rational[-7, 8], 1}, {0.875, -0.875, 1}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 8], 1, + Rational[-7, 8]}, {0.875, 1, -0.875}]], + SphereBox[ + NCache[{Rational[7, 8], 1, Rational[-7, 8]}, {0.875, 1, -0.875}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[-7, 8], + Rational[7, 8], 1}, {-0.875, 0.875, 1}]], + SphereBox[ + NCache[{Rational[-7, 8], Rational[7, 8], 1}, {-0.875, 0.875, 1}], + 0.021]}, + {RGBColor[ + NCache[{1, + Rational[7, 8], + Rational[-7, 8]}, {1, 0.875, -0.875}]], + SphereBox[ + NCache[{1, Rational[7, 8], Rational[-7, 8]}, {1, 0.875, -0.875}], + 0.021]}, + {RGBColor[0, 1, 0], SphereBox[{0, 1, 0}, 0.021]}, + {RGBColor[1, 0, 0], SphereBox[{1, 0, 0}, 0.021]}, + {RGBColor[ + NCache[{0, + Rational[-7, 8], 1}, {0, -0.875, 1}]], + SphereBox[NCache[{0, Rational[-7, 8], 1}, {0, -0.875, 1}], 0.021]}, + {RGBColor[ + NCache[{0, 1, + Rational[-7, 8]}, {0, 1, -0.875}]], + SphereBox[NCache[{0, 1, Rational[-7, 8]}, {0, 1, -0.875}], 0.021]}, + {RGBColor[0, 0, 1], SphereBox[{0, 0, 1}, 0.021]}, + {RGBColor[0, 0, 0], SphereBox[{0, 0, 0}, 0.021]}, + {RGBColor[ + NCache[{ + Rational[-7, 8], 0, 1}, {-0.875, 0, 1}]], + SphereBox[NCache[{Rational[-7, 8], 0, 1}, {-0.875, 0, 1}], 0.021]}, + {RGBColor[ + NCache[{1, 0, + Rational[-7, 8]}, {1, 0, -0.875}]], + SphereBox[NCache[{1, 0, Rational[-7, 8]}, {1, 0, -0.875}], 0.021]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{-0.1211903911864574, -0.1015891683904896, + 0.9874171002923751}]], "Output", + CellLabel->"Out[78]=", + CellID->430908121,ExpressionUUID->"e7c14613-cde7-4cbb-9dab-ecc47eb26cd3"] +}, Open ]], + +Cell["\<\ +If we want to plot the equalitarian instead, we use the same options as \ +above. However, we supply the latter option with the symbol that stores the \ +equalitarian distribution.\ +\>", "Text", + CellID->1005274896,ExpressionUUID->"9624465e-9728-4be0-97b7-91befcb7a4ba"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb5", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", + RowBox[{"{", "}"}]}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "fc"}]}], "]"}]}]], "Input", + CellLabel->"In[79]:=", + CellID->1987906867,ExpressionUUID->"8f79d1b3-2808-4e9d-8a29-2071224fe12c"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[1, 4], + Rational[1, 4], + Rational[1, 4]}, {0.25, 0.25, 0.25}]], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, + 0.25}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{-0.10432721316835726`, -0.15008724599211462`, + 0.9831529134285402}]], "Output", + CellLabel->"Out[79]=", + CellID->2024344836,ExpressionUUID->"92f15013-2d6b-4289-910c-6506f6431042"] +}, Open ]], + +Cell["Even with the Weber set, the modiclus can be depicted. ", "Text", + CellID->1159004644,ExpressionUUID->"858eb452-7657-4f65-985b-15644e580c4e"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb6", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}]}], "]"}]}]], "Input", + CellLabel->"In[80]:=", + CellID->288392949,ExpressionUUID->"1594c386-fc83-472c-a4c4-5e60c6e8e9fd"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 16], Rational[1, 16], Rational[1, 16]}, {0.0625, + 0.0625, 0.0625}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellLabel->"Out[80]=", + CellID->1716281287,ExpressionUUID->"af7f8a6d-45ee-47e7-b3a1-69c624e59c06"] +}, Open ]], + +Cell["\<\ +Note that the Modiclus is close to the nucleolus, and the computed pre-kernel \ +element, we turn them off. But enlarge now the figure size. \ +\>", "Text", + CellID->2145660838,ExpressionUUID->"d32cd424-10e5-48eb-a9f8-4aaf8cdfb93c"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb7", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "False"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"PictureSize", "\[Rule]", + RowBox[{"{", + RowBox[{"800", ",", "868"}], "}"}]}]}], "]"}]}]], "Input", + CellLabel->"In[81]:=", + CellID->1516481197,ExpressionUUID->"cf57398f-7b72-4094-87eb-bf148c63f1ba"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, + {Thickness[Large], + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, {0, + 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 16], Rational[1, 16], Rational[1, 16]}, {0.0625, + 0.0625, 0.0625}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{800, 868}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[81]=", + CellID->461792990,ExpressionUUID->"aeec296e-a1f5-46c4-b257-6bab5b22d8ab"] +}, Open ]], + +Cell["\<\ +The drawing of Weber set presented so-far depends on the HRepresentation \ +(hyperplane representation). It is also possible to switch to a \ +VRepresentation (vertex representation).\ +\>", "Text", + CellID->1258963440,ExpressionUUID->"4d875d24-a94e-4f64-b421-996d6bc125b4"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb8", "=", + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[82]:=", + CellID->555071676,ExpressionUUID->"a26cfcc4-389b-47ea-b324-9b7ef5cf109b"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, {0., + 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {1., 0.875, -0.875}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0., 1., 0.}, {0.875, 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., 0.}, {0., 0., 1.}, {-0.875, 0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0.875, 1., -0.875}, {1., 0.875, -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0.875, -0.875}, {0.875, 1., -0.875}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{-0.875, 0.875, 1.}, {-0.875, 0., 1.}, {0., 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., -0.875}, {-0.875, 0., 1.}, {0., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0.875, -0.875, 1.}, {1., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., -0.875, 1.}, {0., 0., 1.}, {0.875, -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 0.}, {0., -0.875, 1.}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0., -0.875, 1.}, {0.875, -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{-0.875, 0.875, 1.}, {0., 1., -0.875}, {0., 1., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., 0.}, {0., 1., -0.875}, {0.875, 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0.875, 1., -0.875}, {0., 1., -0.875}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0., 1., -0.875}, {0., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0.875, -0.875, 1.}, {0., 0., 1.}, {1., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0., 0., 1.}, {0., 1., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., -0.875, 1.}, {-0.875, 0., 1.}, {0., 0., 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 0.}, {-0.875, 0., 1.}, {0., -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 1.}, {-0.875, 0., 1.}, {-0.875, 0.875, 1.}}]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 1}, {0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[1, 4], Rational[1, 4], Rational[5, 48]}, {0.25, 0.25, + 0.10416666666666667`}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[1, 24], Rational[1, 24], Rational[1, 24]}, { + 0.041666666666666664`, 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[1, 16], Rational[1, 16], Rational[1, 16]}, {0.0625, + 0.0625, 0.0625}], 0.021]}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0.007323755960865048, -0.00023075658906676356`, + 0.9999731543146657}]], "Output", + CellLabel->"Out[82]=", + CellID->1818065174,ExpressionUUID->"e9bd7a71-d55c-414e-b23f-34c6baa312b8"] +}, Open ]], + +Cell["\<\ +This produces a different skeleton of the Weber set. However, under some \ +circumstances it may be defective. Thus, we recommend to use the \ +HRepresentation instead since it is more reliable unless one has good reason \ +for switching the representation, for instance, for verifying the plot.\ +\>", "Text", + CellID->128913306,ExpressionUUID->"43c07f60-ec35-4628-b51c-7249d89aa837"], + +Cell["\<\ +Finally, we want to demonstrate of how one can depict the Weber set in \ +connection with the core. For doing so, we have to refer again to the \ +function \"PlotCore3V6\" while invoking the option \"ShowWeberSet -> True\".\ +\>", "Text", + CellID->756659904,ExpressionUUID->"4cc68237-c2df-48fb-8f2e-9c519caa01ca"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb9", "=", + RowBox[{"PlotCore3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", "ker"}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "True"}], ",", + RowBox[{"ShowWeberSet", "->", "True"}]}], "]"}]}]], "Input", + CellLabel->"In[83]:=", + CellID->1392030898,ExpressionUUID->"75a99aa2-c530-4b59-8141-60cebca474b0"], + +Cell[BoxData[ + Graphics3DBox[{ + {RGBColor[1, 1, 0], Opacity[0.4], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, + Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, 5}, {5, 1, 3}, {3, + 1, 2}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, { + {Thickness[0.0085], TubeBox[{{1., 0., 0.}, {0.875, 0., 0.125}}], + TubeBox[{{1., 0., 0.}, {0.875, 0.125, 0.}}], + TubeBox[{{1., 0., 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0., 0.125}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0., 0.125}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0.125, 0.}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0.125, 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.75, 0.125, 0.125}, {0.875, 0., 0.}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 0}, {0, 0, 1}, {0, 1, 0}, {1, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + SphereBox[ + NCache[{Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, + 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, + 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[13, 16], Rational[1, 16], Rational[1, 16]}, {0.8125, + 0.0625, 0.0625}], 0.021]}, { + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, { + 0., 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {1., 0.875, -0.875}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0., 1., 0.}, {0.875, 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., 0.}, {0., 0., 1.}, {-0.875, 0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0.875, 1., -0.875}, {1., 0.875, -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0.875, -0.875}, {0.875, 1., -0.875}, {1., + 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{-0.875, 0.875, 1.}, {-0.875, 0., 1.}, {0., 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., -0.875}, {-0.875, 0., 1.}, {0., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0.875, -0.875, 1.}, {1., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., -0.875, 1.}, {0., 0., 1.}, {0.875, -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 0.}, {0., -0.875, 1.}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0., -0.875, 1.}, {0.875, -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{-0.875, 0.875, 1.}, {0., 1., -0.875}, {0., 1., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 1., 0.}, {0., 1., -0.875}, {0.875, 1., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0.875, 1., -0.875}, {0., 1., -0.875}, {1., 0., -0.875}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., -0.875}, {0., 1., -0.875}, {0., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0.875, -0.875, 1.}, {0., 0., 1.}, {1., 0., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{1., 0., 0.}, {0., 0., 1.}, {0., 1., 0.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., -0.875, 1.}, {-0.875, 0., 1.}, {0., 0., 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 0.}, {-0.875, 0., 1.}, {0., -0.875, 1.}}]}, { + {Opacity[0], EdgeForm[{GrayLevel[0], Thickness[Large]}]}, + TubeBox[{{0., 0., 1.}, {-0.875, 0., 1.}, {-0.875, 0.875, 1.}}]}}}, + AspectRatio->1, + Boxed->False, + ImageMargins->15, + ImageSize->{400, 434}, + Lighting->(Lighting -> {{"Directional", + RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), + ViewCenter->{0.35, 0.35, 0.3}, + ViewPoint->{1.714, 2.478, 1.54}, + ViewVertical->{0., 0., 1.}]], "Output", + CellLabel->"Out[83]=", + CellID->2080579224,ExpressionUUID->"687f9197-6ff1-477e-827b-80f4c692a227"] +}, Open ]], + +Cell["\<\ +Thus, to plot the core vertices and the Lorenz set in connection with the \ +Weber set one has to execute\ +\>", "Text", + CellID->704934262,ExpressionUUID->"a7798411-4ddf-4db0-8b11-3defd286b9a8"], + +Cell[CellGroupData[{ + +Cell[BoxData[ + RowBox[{"wb10", "=", + RowBox[{"PlotCore3dV6", "[", + RowBox[{"ExpGame12", ",", + RowBox[{"ViewKernelSol", "\[Rule]", "True"}], ",", + RowBox[{"KernelCoord", "\[Rule]", + RowBox[{"{", + RowBox[{"lr", ",", "lcb"}], "}"}]}], ",", + RowBox[{"ViewShapleySol", "\[Rule]", "True"}], ",", + RowBox[{"ShapleyCoord", "\[Rule]", "shv"}], ",", + RowBox[{"ViewNucleolusSol", "\[Rule]", "True"}], ",", + RowBox[{"NucleolusCoord", "\[Rule]", "pn"}], ",", + RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", + RowBox[{"ModiclusCoord", "\[Rule]", " ", "mnc"}], ",", + RowBox[{"VRepresentation", "\[Rule]", "False"}], ",", + RowBox[{"ShowWeberSet", "->", "True"}], ",", + RowBox[{"ViewPayoffSol", "\[Rule]", "True"}], ",", + RowBox[{"PayoffCoord", "\[Rule]", " ", "crv"}]}], "]"}]}]], "Input", + CellLabel->"In[84]:=", + CellID->498678232,ExpressionUUID->"89b8f4f2-4386-4313-aec9-fca4128ae8b9"], Cell[BoxData[ - Graphics3DBox[{{ - {Thickness[Large], - GraphicsComplex3DBox[{{0.875, 0.09375, 0.015625}, {0.796875, 0.09375, - 0.09375}, {0.953125, 0.015625, 0.015625}, {0.875, 0.015625, 0.09375}, { - 0.875, 0.015625, 0.015625}}, { - {Thickness[0.0085], - TubeBox[{{0.875, 0.09375, 0.015625}, {0.796875, 0.09375, 0.09375}}], - TubeBox[{{0.875, 0.09375, 0.015625}, {0.953125, 0.015625, 0.015625}}], - TubeBox[{{0.875, 0.09375, 0.015625}, {0.875, 0.015625, 0.015625}}], - TubeBox[{{0.796875, 0.09375, 0.09375}, {0.875, 0.015625, 0.09375}}], - TubeBox[{{0.796875, 0.09375, 0.09375}, {0.875, 0.015625, 0.015625}}], - TubeBox[{{0.953125, 0.015625, 0.015625}, {0.875, 0.015625, 0.09375}}], - TubeBox[{{0.953125, 0.015625, 0.015625}, {0.875, 0.015625, - 0.015625}}], - TubeBox[{{0.875, 0.015625, 0.09375}, {0.875, 0.015625, 0.015625}}]}, - {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, - {RGBColor[1, 0, 0], - SphereBox[ - NCache[{Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - {RGBColor[0, 0, 1], + Graphics3DBox[{ + {RGBColor[1, 1, 0], Opacity[0.4], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, + Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, 5}, {5, 1, 3}, {3, + 1, 2}}]]}, + {Thickness[Large], + GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, + 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, { + {Thickness[0.0085], TubeBox[{{1., 0., 0.}, {0.875, 0., 0.125}}], + TubeBox[{{1., 0., 0.}, {0.875, 0.125, 0.}}], + TubeBox[{{1., 0., 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0., 0.125}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0., 0.125}, {0.875, 0., 0.}}], + TubeBox[{{0.875, 0.125, 0.}, {0.75, 0.125, 0.125}}], + TubeBox[{{0.875, 0.125, 0.}, {0.875, 0., 0.}}], + TubeBox[{{0.75, 0.125, 0.125}, {0.875, 0., 0.}}]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + {Thickness[Large], + GraphicsComplex3DBox[{{0, 0, 0}, {0, 0, 1}, {0, 1, 0}, {1, 0, 0}}, + TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}, + {RGBColor[1, 0, 0], + TubeBox[NCache[{{Rational[3, 4], Rational[1, 8], Rational[1, 8]}, { + Rational[749, 800], Rational[1, 1200], Rational[1, 1200]}}, {{0.75, + 0.125, 0.125}, {0.93625, 0.0008333333333333334, + 0.0008333333333333334}}], 0.01575]}, + {RGBColor[0, 0, 1], + SphereBox[ + NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, + {RGBColor[0, 1, 0], + SphereBox[ + NCache[{Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, + 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, + {RGBColor[0.5, 0, 0.5], + SphereBox[ + NCache[{Rational[13, 16], Rational[1, 16], Rational[1, 16]}, {0.8125, + 0.0625, 0.0625}], 0.021]}, { + {RGBColor[ + NCache[{ + Rational[3, 4], + Rational[1, 8], + Rational[1, 8]}, {0.75, 0.125, 0.125}]], SphereBox[ - NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { - 0.3958333333333333, 0.25, 0.25}], 0.021]}, { - {RGBColor[ - NCache[{ - Rational[3, 4], - Rational[1, 8], - Rational[1, 8]}, {0.75, 0.125, 0.125}]], - SphereBox[ - NCache[{Rational[3, 4], Rational[1, 8], Rational[1, 8]}, {0.75, 0.125, - 0.125}], 0.021]}, - {RGBColor[ - NCache[{ - Rational[1, 4], - Rational[1, 4], - Rational[1, 4]}, {0.25, 0.25, 0.25}]], - SphereBox[ - NCache[{Rational[1, 4], Rational[1, 4], Rational[1, 4]}, {0.25, 0.25, - 0.25}], 0.021]}}}, { - {RGBColor[1, 1, 0], Opacity[0.4], - GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, - 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, - Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, 5}, {5, 1, 3}, {3, - 1, 2}}]]}, - {Thickness[Large], - GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, {0.875, 0.125, - 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, { - {Thickness[0.0085], TubeBox[{{1., 0., 0.}, {0.875, 0., 0.125}}], - TubeBox[{{1., 0., 0.}, {0.875, 0.125, 0.}}], - TubeBox[{{1., 0., 0.}, {0.875, 0., 0.}}], - TubeBox[{{0.875, 0., 0.125}, {0.75, 0.125, 0.125}}], - TubeBox[{{0.875, 0., 0.125}, {0.875, 0., 0.}}], - TubeBox[{{0.875, 0.125, 0.}, {0.75, 0.125, 0.125}}], - TubeBox[{{0.875, 0.125, 0.}, {0.875, 0., 0.}}], - TubeBox[{{0.75, 0.125, 0.125}, {0.875, 0., 0.}}]}, - {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, + NCache[{Rational[3, 4], Rational[1, 8], Rational[1, 8]}, {0.75, 0.125, + 0.125}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 8], 0, 0}, {0.875, 0, 0}]], + SphereBox[NCache[{Rational[7, 8], 0, 0}, {0.875, 0, 0}], 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 8], 0, + Rational[1, 8]}, {0.875, 0, 0.125}]], + SphereBox[NCache[{Rational[7, 8], 0, Rational[1, 8]}, {0.875, 0, 0.125}], + 0.021]}, + {RGBColor[ + NCache[{ + Rational[7, 8], + Rational[1, 8], 0}, {0.875, 0.125, 0}]], + SphereBox[NCache[{Rational[7, 8], Rational[1, 8], 0}, {0.875, 0.125, 0}], + 0.021]}, + {RGBColor[1, 0, 0], SphereBox[{1, 0, 0}, 0.021]}}, { + {RGBColor[1, 0.5, 0], Opacity[0.4], + GraphicsComplex3DBox[{{0.875, -0.875, 1.}, {0.875, 1., -0.875}, {-0.875, + 0.875, 1.}, {1., 0.875, -0.875}, {0., -0.875, 1.}, {0., 1., -0.875}, { + 0., 0., 1.}, {-0.875, 0., 1.}, {1., 0., -0.875}, {1., 0., 0.}, {0., 1., + 0.}, {0., 0., 0.}}, + Polygon3DBox[{{10, 4, 9}, {10, 11, 2}, {11, 7, 3}, {10, 2, 4}, {4, 2, + 9}, {3, 8, 6}, {6, 8, 12}, {9, 1, 10}, {5, 7, 1}, {12, 5, 9}, {9, 5, + 1}, {3, 6, 11}, {11, 6, 2}, {2, 6, 9}, {9, 6, 12}, {1, 7, 10}, {10, 7, + 11}, {5, 8, 7}, {12, 8, 5}, {7, 8, 3}}]]}, {Thickness[Large], - GraphicsComplex3DBox[{{0, 0, 0}, {0, 0, 1}, {0, 1, 0}, {1, 0, 0}}, - TubeBox[{{2, 3, 4, 1}, {1, 3, 4, 2}, {1, 2, 4, 3}, {1, 2, 3, 4}}]]}}}, + {Thickness[0.0085], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + Rational[-7, 8], Rational[7, 8], 1}}, {{ + 0.875, -0.875, 1}, {-0.875, 0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, {1, 0, 0}}, {{ + 0.875, -0.875, 1}, {1, 0, 0}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 0, Rational[-7, 8], 1}}, {{0.875, -0.875, 1}, {0, -0.875, 1}}]], + TubeBox[NCache[{{Rational[7, 8], Rational[-7, 8], 1}, { + 1, 0, Rational[-7, 8]}}, {{0.875, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 1, Rational[7, 8], Rational[-7, 8]}}, {{0.875, 1, -0.875}, { + 1, 0.875, -0.875}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, {0, 1, 0}}, {{ + 0.875, 1, -0.875}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[7, 8], 1, Rational[-7, 8]}, { + 0, 1, Rational[-7, 8]}}, {{0.875, 1, -0.875}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, {0, 1, + 0}}, {{-0.875, 0.875, 1}, {0, 1, 0}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + 0, 1, Rational[-7, 8]}}, {{-0.875, 0.875, 1}, {0, 1, -0.875}}]], + TubeBox[NCache[{{Rational[-7, 8], Rational[7, 8], 1}, { + Rational[-7, 8], 0, 1}}, {{-0.875, 0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, {1, 0, 0}}, {{ + 1, 0.875, -0.875}, {1, 0, 0}}]], + TubeBox[NCache[{{1, Rational[7, 8], Rational[-7, 8]}, { + 1, 0, Rational[-7, 8]}}, {{1, 0.875, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, 0}, {0, 1, Rational[-7, 8]}}, {{0, 1, 0}, { + 0, 1, -0.875}}]], + TubeBox[NCache[{{1, 0, 0}, {1, 0, Rational[-7, 8]}}, {{1, 0, 0}, { + 1, 0, -0.875}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {0, 0, 0}}, {{0, -0.875, 1}, { + 0, 0, 0}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {Rational[-7, 8], 0, 1}}, {{ + 0, -0.875, 1}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, Rational[-7, 8], 1}, {1, 0, Rational[-7, 8]}}, {{ + 0, -0.875, 1}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {0, 0, 0}}, {{0, 1, -0.875}, { + 0, 0, 0}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {Rational[-7, 8], 0, 1}}, {{ + 0, 1, -0.875}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 1, Rational[-7, 8]}, {1, 0, Rational[-7, 8]}}, {{ + 0, 1, -0.875}, {1, 0, -0.875}}]], + TubeBox[NCache[{{0, 0, 0}, {Rational[-7, 8], 0, 1}}, {{0, 0, + 0}, {-0.875, 0, 1}}]], + TubeBox[NCache[{{0, 0, 0}, {1, 0, Rational[-7, 8]}}, {{0, 0, 0}, { + 1, 0, -0.875}}]]}, + {Thickness[0.0035], Dashing[{0.01, 0.012}]}}}}, AspectRatio->1, Boxed->False, ImageMargins->15, ImageSize->{400, 434}, Lighting->(Lighting -> {{"Directional", RGBColor[0.3, 1, 0.1], {{5, 5, 4}, {5, 5, 0}}}}), - PlotLabel->FormBox["\"eps=-0.125\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, - ViewPoint->{1.714, 2.478, 1.54}, - ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[70]=", - CellID->1531165206,ExpressionUUID->"adb5b266-5721-4ef2-8c33-399f8bb1fe43"] + ViewPoint->{1.714, 2.478, 1.54}]], "Output", + CellLabel->"Out[84]=", + CellID->875690134,ExpressionUUID->"8f2f9dc3-2d32-4d88-8b99-923d2a28707f"] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ Cell["Kernel Catchers", "Subsubsection", - CellID->447867137,ExpressionUUID->"dc2633c2-144a-409f-8b9b-3e22b45ce2c5"], + CellID->447867137,ExpressionUUID->"b9a9c6c6-5fe1-45c8-90ad-6ffe3b592806"], Cell["\<\ In this section, we shall see how to plot several kernel catchers in relation \ to the core and the above introduced game solutions. \ \>", "Text", - CellID->1902140149,ExpressionUUID->"2a701014-fb4d-4554-8034-e20f92b98b94"], + CellID->1902140149,ExpressionUUID->"d5eec5ee-eabb-4794-8f60-b644e3c3bf94"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "ShowKernelCatcherV6", "]"}]], "Input", - CellLabel->"In[71]:=", - CellID->1759076736,ExpressionUUID->"a712d0a9-e8f3-4b0f-8a82-29a7e4228fa8"], + CellLabel->"In[85]:=", + CellID->1759076736,ExpressionUUID->"e01a368f-f301-4d0e-bdc1-8452ba25db36"], Cell[BoxData[ RowBox[{"{", @@ -3766,8 +5320,8 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[71]=", - CellID->1717968965,ExpressionUUID->"031c5915-7317-4369-9810-385d6c72847f"] + CellLabel->"Out[85]=", + CellID->779599642,ExpressionUUID->"741859d3-8547-4fac-bd05-57c50e0b7a1c"] }, Open ]], Cell[CellGroupData[{ @@ -3790,16 +5344,16 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[72]:=", - CellID->1473760559,ExpressionUUID->"57a0bc8a-db06-44f8-a948-dd14de066586"], + CellLabel->"In[86]:=", + CellID->1473760559,ExpressionUUID->"7453c06b-8540-45d9-a8c5-2ca8a55256cd"], Cell[BoxData[ InterpretationBox[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[72]:=", - CellID->883518486,ExpressionUUID->"40dbbe10-a78d-4039-86f7-78a631b988e7"], + CellLabel->"During evaluation of In[86]:=", + CellID->841470323,ExpressionUUID->"a7941374-8359-437c-a780-bd1d660515d7"], Cell[BoxData[ Graphics3DBox[{ @@ -3847,8 +5401,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=21.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[72]=", - CellID->429097958,ExpressionUUID->"956d9718-5a40-449e-a22f-e5dfbe741882"] + CellLabel->"Out[86]=", + CellID->699694005,ExpressionUUID->"d2faeb34-e771-4f3f-9c01-658df0507f5a"] }, Open ]], Cell[CellGroupData[{ @@ -3871,8 +5425,8 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[73]:=", - CellID->2037155160,ExpressionUUID->"f8b58989-b286-4ce8-ba86-2c9c57768bbc"], + CellLabel->"In[87]:=", + CellID->2037155160,ExpressionUUID->"44b53043-b902-4885-84de-cbad8bcfecab"], Cell[CellGroupData[{ @@ -3881,16 +5435,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[73]:=", - CellID->1277370066,ExpressionUUID->"90f4a6dd-1e62-4dc4-b5ea-1bbbe55b2088"], + CellLabel->"During evaluation of In[87]:=", + CellID->1856040052,ExpressionUUID->"29a55ef1-558b-4a41-89bd-32d1f11cddf4"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[73]:=", - CellID->2141375322,ExpressionUUID->"31551556-fcf8-4171-9d57-18d4f38bbafa"], + CellLabel->"During evaluation of In[87]:=", + CellID->1018855950,ExpressionUUID->"1ad84648-b466-43f5-aae0-84f2d27d5bce"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[73]:=", - CellID->586121285,ExpressionUUID->"15e78673-eb83-43cf-a7bc-b27ef4b5263a"] + CellLabel->"During evaluation of In[87]:=", + CellID->403052202,ExpressionUUID->"0d3969e2-835a-42a7-bb41-1251bb920245"] }, Open ]], Cell[BoxData[ @@ -3936,8 +5490,8 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0.036330415215504945`, 0.010459321104245231`, 0.999285096222448}]], "Output", - CellLabel->"Out[73]=", - CellID->583486419,ExpressionUUID->"e26b980d-6cfd-4599-a893-e287ce3fea4e"] + CellLabel->"Out[87]=", + CellID->936536512,ExpressionUUID->"9f11dbfa-5a61-4dcb-b38b-9c45f7476b20"] }, Open ]], Cell[CellGroupData[{ @@ -3962,8 +5516,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}]}], "]"}]}]], "Input", - CellLabel->"In[74]:=", - CellID->911313652,ExpressionUUID->"f2cb3db4-efe6-4e8e-9002-13646680cb59"], + CellLabel->"In[88]:=", + CellID->911313652,ExpressionUUID->"f0a093d0-c676-4512-a474-ce07822c6cea"], Cell[CellGroupData[{ @@ -3972,16 +5526,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[74]:=", - CellID->1850071015,ExpressionUUID->"906fcc09-7053-4138-aeae-473a202a4aa3"], + CellLabel->"During evaluation of In[88]:=", + CellID->1163765983,ExpressionUUID->"98fcea8f-9a3e-4afd-a6b1-72b61bc4c01a"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[74]:=", - CellID->594614049,ExpressionUUID->"4a787ad2-b587-4b44-999c-cc88bd44d18b"], + CellLabel->"During evaluation of In[88]:=", + CellID->401935638,ExpressionUUID->"ccd26cfa-3535-4e28-9618-d2e18575ab13"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[74]:=", - CellID->2106151472,ExpressionUUID->"34023435-cbbc-47c5-b074-331ed5a7aded"] + CellLabel->"During evaluation of In[88]:=", + CellID->618687604,ExpressionUUID->"3b112a77-00bd-41cd-bff6-a102e0748218"] }, Open ]], Cell[BoxData[ @@ -4029,8 +5583,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=21.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[74]=", - CellID->1051131701,ExpressionUUID->"1ea222c7-dbdf-4cb4-9537-9b0780cea1ef"] + CellLabel->"Out[88]=", + CellID->1000742525,ExpressionUUID->"b3081e26-1ac5-4fbc-b1c6-544199e58b18"] }, Open ]], Cell[CellGroupData[{ @@ -4053,8 +5607,8 @@ Cell[BoxData[ RowBox[{"ViewNucleolusSol", "\[Rule]", "False"}], ",", RowBox[{"NucleolusCoord", "\[Rule]", RowBox[{"{", "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[75]:=", - CellID->1116411068,ExpressionUUID->"b6f502e7-b290-493f-9ee3-b5894f4300cc"], + CellLabel->"In[89]:=", + CellID->1116411068,ExpressionUUID->"19b4724e-e189-4f49-a39d-b5c9bf84490d"], Cell[CellGroupData[{ @@ -4063,16 +5617,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[75]:=", - CellID->698480981,ExpressionUUID->"330435d5-b09e-45ce-ad58-d9a61e83e877"], + CellLabel->"During evaluation of In[89]:=", + CellID->1930237876,ExpressionUUID->"919d580f-2bc7-471b-99ec-62bf9f87fda3"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[75]:=", - CellID->1927269372,ExpressionUUID->"d7060b63-8eb7-4dfd-9a56-c122f6982808"], + CellLabel->"During evaluation of In[89]:=", + CellID->2028582215,ExpressionUUID->"059b024a-7e6c-468e-8553-13fe737c1883"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[75]:=", - CellID->524084731,ExpressionUUID->"a466f96e-72c8-49c9-946e-d84cd899785d"] + CellLabel->"During evaluation of In[89]:=", + CellID->148824131,ExpressionUUID->"2466e4b0-526d-4372-98e4-2b1801ce78fb"] }, Open ]], Cell[BoxData[ @@ -4127,8 +5681,8 @@ Cell[BoxData[ ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{-0.0778299697275599, -0.06744186202188335, 0.9976403473662191}]], "Output", - CellLabel->"Out[75]=", - CellID->1541554315,ExpressionUUID->"671b1474-5b6b-4b00-885f-5f6683ef2dc0"] + CellLabel->"Out[89]=", + CellID->1476289760,ExpressionUUID->"7a525e29-0dfe-4678-a8bc-9dbb7f9cb223"] }, Open ]], Cell[CellGroupData[{ @@ -4153,8 +5707,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}]}], "]"}]}]], "Input", - CellLabel->"In[76]:=", - CellID->1058711021,ExpressionUUID->"210c56f0-eaef-49ec-abcd-0f4161324184"], + CellLabel->"In[90]:=", + CellID->1058711021,ExpressionUUID->"1bc8225f-b811-4cbe-8457-ec24d3fbd606"], Cell[CellGroupData[{ @@ -4163,16 +5717,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[76]:=", - CellID->687670855,ExpressionUUID->"ae492dac-1316-4e77-b1f4-f946742f8edc"], + CellLabel->"During evaluation of In[90]:=", + CellID->871600302,ExpressionUUID->"aca6df20-bdf1-44c1-a322-c82a0b406ee8"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[76]:=", - CellID->261362072,ExpressionUUID->"37e388e7-47ac-4914-b6f8-e53080526f09"], + CellLabel->"During evaluation of In[90]:=", + CellID->1576647537,ExpressionUUID->"01b8743b-222e-48e0-8c2f-2d525c8e19ab"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[76]:=", - CellID->2126217095,ExpressionUUID->"e136a2cb-8a15-4334-8404-49f8c8e89eae"] + CellLabel->"During evaluation of In[90]:=", + CellID->1971148857,ExpressionUUID->"dda6cf0d-b001-4d8e-b1e9-d6b5c0eda3e9"] }, Open ]], Cell[BoxData[ @@ -4229,8 +5783,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=21.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[76]=", - CellID->64108020,ExpressionUUID->"59da7e93-de32-413a-bdfc-c8300a37628f"] + CellLabel->"Out[90]=", + CellID->1663268476,ExpressionUUID->"1d5a47e4-e1da-44d8-b47b-7ff54e7e50a7"] }, Open ]], Cell[CellGroupData[{ @@ -4255,8 +5809,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", RowBox[{"ViewModiclusSol", "\[Rule]", "True"}], ",", RowBox[{"ModiclusCoord", "\[Rule]", "mnc"}]}], "]"}]}]], "Input", - CellLabel->"In[77]:=", - CellID->562524422,ExpressionUUID->"5f990d11-9cee-4c9b-bb82-1ba2221e04d4"], + CellLabel->"In[91]:=", + CellID->562524422,ExpressionUUID->"d6847632-2a39-4cd5-8693-4aa14279c185"], Cell[CellGroupData[{ @@ -4265,16 +5819,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[77]:=", - CellID->896035325,ExpressionUUID->"e28e6765-599a-432e-be12-bd3ec3336912"], + CellLabel->"During evaluation of In[91]:=", + CellID->1213147227,ExpressionUUID->"6e25df77-7026-462b-b39b-d611d0f41ca7"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[77]:=", - CellID->1123869484,ExpressionUUID->"e399d16a-9280-40ed-888c-7d0c5433ce5d"], + CellLabel->"During evaluation of In[91]:=", + CellID->1672557760,ExpressionUUID->"2e4d7c33-0cc7-4951-b875-c7a0a8385ebd"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[77]:=", - CellID->1766858672,ExpressionUUID->"44d5c51f-a3b4-4a00-bd20-0d662fac35d5"] + CellLabel->"During evaluation of In[91]:=", + CellID->1583872005,ExpressionUUID->"117eb9da-f2a0-4ac9-a4ef-dd768ffb81ce"] }, Open ]], Cell[BoxData[ @@ -4369,8 +5923,8 @@ AHZmKI0= ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[77]=", - CellID->1087798553,ExpressionUUID->"50c27bdd-7b78-4f2a-af54-94eea42b1501"] + CellLabel->"Out[91]=", + CellID->551975357,ExpressionUUID->"c377bf76-5b90-4943-b69a-eaaa88951ec6"] }, Open ]], Cell[CellGroupData[{ @@ -4397,8 +5951,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"lr", ",", "fc"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[78]:=", - CellID->959015858,ExpressionUUID->"4ceff6b1-fed0-4a8b-a6e3-6ec5b027003f"], + CellLabel->"In[92]:=", + CellID->959015858,ExpressionUUID->"c0689283-d04c-4dad-b739-8ae9b291161a"], Cell[CellGroupData[{ @@ -4407,16 +5961,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[78]:=", - CellID->1291894584,ExpressionUUID->"281d5aad-d9f3-44f0-bc09-b5dda15e7d5e"], + CellLabel->"During evaluation of In[92]:=", + CellID->576256904,ExpressionUUID->"aee5e297-292c-4cb5-9850-d1eeaeac8e3b"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[78]:=", - CellID->79598734,ExpressionUUID->"da5fd899-8ea1-44ac-9c2f-1bef719095b7"], + CellLabel->"During evaluation of In[92]:=", + CellID->2014780126,ExpressionUUID->"bee1788f-17c7-4be3-8307-d18616caf660"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[78]:=", - CellID->321463265,ExpressionUUID->"843dd012-7f9e-40d2-9a26-796beef4f08f"] + CellLabel->"During evaluation of In[92]:=", + CellID->428836545,ExpressionUUID->"03814527-02bd-42e9-bcf0-900d2b64dc83"] }, Open ]], Cell[BoxData[ @@ -4485,8 +6039,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=21.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[78]=", - CellID->1291015132,ExpressionUUID->"abdfaaa8-d6c1-4c72-8d94-80197405498f"] + CellLabel->"Out[92]=", + CellID->145054544,ExpressionUUID->"e0b8ef50-fe5b-47f6-b86e-4327f43891c6"] }, Open ]], Cell[CellGroupData[{ @@ -4515,8 +6069,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"lr", ",", "fc"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[79]:=", - CellID->2058939225,ExpressionUUID->"8d5069d2-485e-4374-a115-edc611a9ebd9"], + CellLabel->"In[93]:=", + CellID->2058939225,ExpressionUUID->"e07cc689-d7c4-41a6-a68c-4a92fc499710"], Cell[CellGroupData[{ @@ -4525,16 +6079,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[79]:=", - CellID->313875222,ExpressionUUID->"43e4bf2c-30c4-4fb3-8395-f7d51f7f4b91"], + CellLabel->"During evaluation of In[93]:=", + CellID->329089468,ExpressionUUID->"cd0fb55a-7fe2-49e6-921d-c95b46839d08"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[79]:=", - CellID->1616908965,ExpressionUUID->"c151a92c-3650-4d1d-b959-e99403ea3962"], + CellLabel->"During evaluation of In[93]:=", + CellID->99418072,ExpressionUUID->"3538bcf8-25ad-4379-ab7f-b53defd98ac0"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[79]:=", - CellID->562516371,ExpressionUUID->"d3f74c17-7e69-4201-a3f4-49a14c1c03c3"] + CellLabel->"During evaluation of In[93]:=", + CellID->78150120,ExpressionUUID->"e07cccf7-18e3-4742-ab2f-71523017bceb"] }, Open ]], Cell[BoxData[ @@ -4607,8 +6161,8 @@ Cell[BoxData[ PlotLabel->FormBox["\"eps=21.\"", TraditionalForm], ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}]], "Output", - CellLabel->"Out[79]=", - CellID->1845040429,ExpressionUUID->"a48435d0-e97b-476b-9759-26d33198529c"] + CellLabel->"Out[93]=", + CellID->1204779602,ExpressionUUID->"2e63e9d6-2417-444d-a0f0-a4941f4c8512"] }, Open ]], Cell[CellGroupData[{ @@ -4637,8 +6191,8 @@ Cell[BoxData[ RowBox[{"PayoffCoord", "\[Rule]", " ", RowBox[{"{", RowBox[{"lr", ",", "fc"}], "}"}]}]}], "]"}]}]], "Input", - CellLabel->"In[80]:=", - CellID->1798599441,ExpressionUUID->"2d04f6bd-96c4-4d73-a33c-9c6d75dca0f9"], + CellLabel->"In[94]:=", + CellID->1798599441,ExpressionUUID->"67f4600e-26ff-4b57-9635-830ae1f2d511"], Cell[CellGroupData[{ @@ -4647,16 +6201,16 @@ Cell[BoxData[ RowBox[{"\<\"Is core nonempty? \"\>", "\[InvisibleSpace]", "True"}], SequenceForm["Is core nonempty? ", True], Editable->False]], "Print", - CellLabel->"During evaluation of In[80]:=", - CellID->1187394282,ExpressionUUID->"08c7dcb5-14d1-47a1-805c-57cb923bfafd"], + CellLabel->"During evaluation of In[94]:=", + CellID->879017714,ExpressionUUID->"f2f55b56-93ea-4fd9-b6bd-d398fa91045b"], Cell[BoxData["\<\"Lower Set is a unique point.\"\>"], "Print", - CellLabel->"During evaluation of In[80]:=", - CellID->1446034857,ExpressionUUID->"8f4ff48c-020c-4ab4-a4b2-c44fb8e7f41b"], + CellLabel->"During evaluation of In[94]:=", + CellID->919620443,ExpressionUUID->"e222cd22-cd92-49d3-b8cc-11996cbbd3a6"], Cell[BoxData["\<\"Lower Point is plotted as a orange point!\"\>"], "Print", - CellLabel->"During evaluation of In[80]:=", - CellID->126654739,ExpressionUUID->"f9d7201f-8bc2-4d38-89b3-5217f223c708"] + CellLabel->"During evaluation of In[94]:=", + CellID->1904473607,ExpressionUUID->"7c3071ae-33b5-4416-9d29-fdb92d33df99"] }, Open ]], Cell[BoxData[ @@ -4767,25 +6321,25 @@ AHZmKI0= ViewCenter->{0.35, 0.35, 0.3}, ViewPoint->{1.714, 2.478, 1.54}, ViewVertical->{0., 0., 1.}]], "Output", - CellLabel->"Out[80]=", - CellID->317280701,ExpressionUUID->"800111c6-8b35-4d3e-867c-1a5c015a6e91"] + CellLabel->"Out[94]=", + CellID->587574118,ExpressionUUID->"6f8ea858-5e47-444c-b070-f25cb153231e"] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ Cell["Animate Geometric Property of the Kernel/Nucleolus", "Subsubsection", - CellID->648493579,ExpressionUUID->"3389cec1-ee99-4897-8629-ed097a026ad6"], + CellID->648493579,ExpressionUUID->"b748bfb1-4558-4878-9278-83ce8f14467d"], Cell["Finally, we provide an example to run an animation. ", "Text", - CellID->239395759,ExpressionUUID->"1ad157ad-d96b-4f17-b539-bfbf8266a244"], + CellID->239395759,ExpressionUUID->"1ca7dccf-d779-4b51-987c-0027802067ac"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Options", "[", "AnimationKernelPropertyV6", "]"}]], "Input", - CellLabel->"In[81]:=", - CellID->2026294170,ExpressionUUID->"efa8e95b-d369-46c3-a8e8-c2838675bb6b"], + CellLabel->"In[95]:=", + CellID->2026294170,ExpressionUUID->"913fb322-43cb-484d-8711-851f4676c4f5"], Cell[BoxData[ RowBox[{"{", @@ -4828,16 +6382,16 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", "\[Rule]", "False"}], ",", RowBox[{"ViewShapleySol", "\[Rule]", "False"}], ",", RowBox[{"ViewSkel", "\[Rule]", "False"}]}], "}"}]], "Output", - CellLabel->"Out[81]=", - CellID->1439926531,ExpressionUUID->"46dc6371-7489-45de-b118-1855eebcecd1"] + CellLabel->"Out[95]=", + CellID->1938476393,ExpressionUUID->"50562d61-4d18-4b84-80e4-84332afb08a4"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"EpsCore", "[", "ExpGame12", "]"}]], "Input", - CellLabel->"In[82]:=", - CellID->274742604,ExpressionUUID->"337ca02a-76f8-43b9-8568-f04831b08645"], + CellLabel->"In[96]:=", + CellID->274742604,ExpressionUUID->"e2f90a02-17cb-47c7-95b7-d2cd813949f1"], Cell[BoxData[ RowBox[{"{", @@ -4860,8 +6414,8 @@ Cell[BoxData[ RowBox[{"e", "\[Rule]", "0"}], ",", RowBox[{"TUG`TuGames`Private`f", "\[Rule]", FractionBox["1", "3"]}]}], "}"}]}], "}"}]], "Output", - CellLabel->"Out[82]=", - CellID->712776025,ExpressionUUID->"dc9265f4-6311-4e95-9a4c-9172038ee755"] + CellLabel->"Out[96]=", + CellID->160042161,ExpressionUUID->"bd36cd66-620b-4af3-9406-e5c1e98c5099"] }, Open ]], Cell[BoxData[ @@ -4899,30 +6453,30 @@ Cell[BoxData[ RowBox[{"ShowImputationSet", "\[Rule]", "True"}], ",", RowBox[{"ShowCore", "\[Rule]", "True"}]}], "]"}], "]"}]}], ";"}]], "Input", - CellLabel->"In[83]:=", - CellID->1796441648,ExpressionUUID->"5a845c5c-8b03-432b-a21b-45be28101ad1"], + CellLabel->"In[97]:=", + CellID->1796441648,ExpressionUUID->"a86b8c12-729b-4492-bcdf-5501ce4fb6f8"], Cell[CellGroupData[{ Cell[BoxData["time1"], "Input", - CellLabel->"In[84]:=", - CellID->895885282,ExpressionUUID->"df2ae8e4-4611-44a5-972e-3e08d4fb961a"], + CellLabel->"In[98]:=", + CellID->895885282,ExpressionUUID->"2011b401-81fa-4d82-a989-5737d86dabc8"], -Cell[BoxData["3.028353`"], "Output", - CellLabel->"Out[84]=", - CellID->900767120,ExpressionUUID->"c38de013-a155-4847-a580-a1eccf005d28"] +Cell[BoxData["2.956955`"], "Output", + CellLabel->"Out[98]=", + CellID->1524110630,ExpressionUUID->"79f61fd3-b913-464f-9c7b-a7b06c0a4eb3"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "a1", "]"}]], "Input", - CellLabel->"In[85]:=", - CellID->1622387044,ExpressionUUID->"371fbfe8-0a02-43cd-9268-e114bd4b8b61"], + CellLabel->"In[99]:=", + CellID->1622387044,ExpressionUUID->"4742682e-7b15-42cb-935e-3558260cfc15"], Cell[BoxData["254"], "Output", - CellLabel->"Out[85]=", - CellID->1142513898,ExpressionUUID->"33524de7-aeca-4140-b880-418d93a8aa89"] + CellLabel->"Out[99]=", + CellID->954758728,ExpressionUUID->"b3804422-90bd-4451-b3bb-01b8ed056c66"] }, Open ]], Cell[CellGroupData[{ @@ -4930,13 +6484,13 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ListAnimate", "[", RowBox[{"a1", ",", "1"}], "]"}]], "Input", - CellLabel->"In[86]:=", - CellID->771962070,ExpressionUUID->"d8711143-b881-49c6-9950-21172491396c"], + CellLabel->"In[100]:=", + CellID->771962070,ExpressionUUID->"2612cd4c-7a97-4e71-bd15-d670399968cc"], Cell[BoxData[ TagBox[ StyleBox[ - DynamicModuleBox[{$CellContext`i11$$ = 133, Typeset`show$$ = True, + DynamicModuleBox[{$CellContext`i11$$ = 174, Typeset`show$$ = True, Typeset`bookmarkList$$ = { "\"min\"" :> {$CellContext`i11$$ = 1}, "\"max\"" :> {$CellContext`i11$$ = 254}}, Typeset`bookmarkMode$$ = @@ -4955,10 +6509,10 @@ Cell[BoxData[ {"\<\"\"\>", AnimatorBox[Dynamic[$CellContext`i11$$], {1, 254, 1}, AnimationDirection->ForwardBackward, - AnimationRate->69.38893903907228, + AnimationRate->35.52713678800501, AnimationRunTime->0., AnimationRunning->False, - AnimationTimeIndex->1.9046580818188001`, + AnimationTimeIndex->4.897158472358191, AppearanceElements->{ "ProgressSlider", "PlayPauseButton", "FasterSlowerButtons", @@ -5479,8 +7033,9 @@ o4c7Kv/NfmMw+LofxofRAKv4jvQ= 0.021]}, {RGBColor[0, 0, 1], SphereBox[ - NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, - {0.3958333333333333, 0.25, 0.25}], 0.021]}, + NCache[{ + Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, {RGBColor[0.5, 0, 0.5], SphereBox[ NCache[{ @@ -7588,8 +9143,8 @@ D3dUPkz+I5wPowG3+V7C SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - + 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -9916,8 +11471,9 @@ Hu6o/Df708DgFZwPowELhYD5 0.021]}, {RGBColor[0, 0, 1], SphereBox[ - NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, - {0.3958333333333333, 0.25, 0.25}], 0.021]}, + NCache[{ + Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, {RGBColor[0.5, 0, 0.5], SphereBox[ NCache[{ @@ -10007,8 +11563,9 @@ TP4VGv/NfgAYHjNv TubeBox[{{3.5625, 0., -2.5625}, {0.875, 0., -2.5625}}], TubeBox[{{3.5625, 0., 0.}, {0., 3.5625, 0.}}], TubeBox[{{0.875, -2.5625, 2.6875}, {0.875, -2.5625, 0.}}], - TubeBox[{{0.875, 2.6875, -2.5625}, {0.875, 0., -2.5625}}] - , TubeBox[{{0.875, 2.6875, -2.5625}, {0., + TubeBox[{{0.875, 2.6875, -2.5625}, {0.875, + 0., -2.5625}}], + TubeBox[{{0.875, 2.6875, -2.5625}, {0., 3.5625, -1.6875}}], TubeBox[{{0.875, 0., -2.5625}, {0., -0.875, -1.6875}}], TubeBox[{{0.875, -2.5625, 0.}, {0., -1.6875, -0.875}}], @@ -12025,8 +13582,8 @@ D3dU/pv9Z8+AwCM4H0YDAGk5YJA= SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - + 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -13677,8 +15234,8 @@ Oyr/zf5ZM0HgJpwPowFscFQt TubeBox[{{-1.275, 3.15, 0.}, {0., 3.15, 0.}}], TubeBox[{{0., -0.875, -1.275}, {0., -1.275, -0.875}}], TubeBox[{{0., -0.875, -1.275}, {-0.4, -0.875, -0.875}}], - TubeBox[{{0., -1.275, -0.875}, {-0.4, -0.875, -0.875}}]}, - + TubeBox[{{ + 0., -1.275, -0.875}, {-0.4, -0.875, -0.875}}]}, {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ @@ -14354,8 +15911,9 @@ Hu6o/Df7z54BgStwPowGALw4gsA= 0.021]}, {RGBColor[0, 0, 1], SphereBox[ - NCache[{Rational[19, 48], Rational[1, 4], Rational[1, 4]}, - {0.3958333333333333, 0.25, 0.25}], 0.021]}, + NCache[{ + Rational[19, 48], Rational[1, 4], Rational[1, 4]}, { + 0.3958333333333333, 0.25, 0.25}], 0.021]}, {RGBColor[0.5, 0, 0.5], SphereBox[ NCache[{ @@ -14445,8 +16003,9 @@ TP4KGv/NfgCVUzLR TubeBox[{{3.0625, 0., -2.0625}, {0.875, 0., -2.0625}}], TubeBox[{{3.0625, 0., 0.}, {0., 3.0625, 0.}}], TubeBox[{{0.875, -2.0625, 2.1875}, {0.875, -2.0625, 0.}}], - TubeBox[{{0.875, 2.1875, -2.0625}, {0.875, 0., -2.0625}}] - , TubeBox[{{0.875, 2.1875, -2.0625}, {0., + TubeBox[{{0.875, 2.1875, -2.0625}, {0.875, + 0., -2.0625}}], + TubeBox[{{0.875, 2.1875, -2.0625}, {0., 3.0625, -1.1875}}], TubeBox[{{0.875, 0., -2.0625}, {0., -0.875, -1.1875}}], TubeBox[{{0.875, -2.0625, 0.}, {0., -1.1875, -0.875}}], @@ -18303,8 +19862,8 @@ ASzP SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - + 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -18397,8 +19956,7 @@ Pwh34Qo/GB+XO9DFAcShoHI= TubeBox[{{0.875, 1.7375, -1.6125}, {2.6125, 0., -1.6125}}], TubeBox[{{0.875, -1.6125, 1.7375}, {2.6125, -1.6125, - 0.}}], - TubeBox[{{0.875, -1.6125, 1.7375}, {0., -0.7375, + 0.}}], TubeBox[{{0.875, -1.6125, 1.7375}, {0., -0.7375, 2.6125}}], TubeBox[{{2.6125, 0., 0.}, {2.6125, 0., -1.6125}}], TubeBox[{{2.6125, 0., 0.}, {2.6125, -1.6125, 0.}}], @@ -20233,8 +21791,8 @@ XbjCD8bH5Q50cQCC73Cd SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - + 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -20327,8 +21885,7 @@ wl24wg/Gx+UOdHEAeVFk9w== TubeBox[{{0.875, 1.5125, -1.3875}, {2.3875, 0., -1.3875}}], TubeBox[{{0.875, -1.3875, 1.5125}, {2.3875, -1.3875, - 0.}}], - TubeBox[{{0.875, -1.3875, 1.5125}, {0., -0.5125, + 0.}}], TubeBox[{{0.875, -1.3875, 1.5125}, {0., -0.5125, 2.3875}}], TubeBox[{{2.3875, 0., 0.}, {2.3875, 0., -1.3875}}], TubeBox[{{2.3875, 0., 0.}, {2.3875, -1.3875, 0.}}], @@ -22166,8 +23723,8 @@ u3CFH4yPyx3o4gD8PZB4 SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, - + 0.041666666666666664`, 0.041666666666666664`}], + 0.021]}, {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -22260,8 +23817,7 @@ u38Q7sIVfjA+LnegiwMAPbqWwA== TubeBox[{{0.875, 1.2875, -1.1625}, {2.1625, 0., -1.1625}}], TubeBox[{{0.875, -1.1625, 1.2875}, {2.1625, -1.1625, - 0.}}], - TubeBox[{{0.875, -1.1625, 1.2875}, {0., -0.2875, + 0.}}], TubeBox[{{0.875, -1.1625, 1.2875}, {0., -0.2875, 2.1625}}], TubeBox[{{2.1625, 0., 0.}, {2.1625, 0., -1.1625}}], TubeBox[{{2.1625, 0., 0.}, {2.1625, -1.1625, 0.}}], @@ -24558,8 +26114,8 @@ RA8vXOEO4wMAUeeW8Q== {RGBColor[1, 1, 0], Opacity[0.4], GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, { 0.875, 0.125, 0.}, {0.75, 0.125, 0.125}, {0.875, 0., 0.}}, - Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, 5}, - {5, 1, 3}, {3, 1, 2}}]]}, + Polygon3DBox[{{2, 4, 3}, {2, 5, 4}, {4, 5, 3}, {2, 1, + 5}, {5, 1, 3}, {3, 1, 2}}]]}, {Thickness[Large], GraphicsComplex3DBox[{{1., 0., 0.}, {0.875, 0., 0.125}, { 0.875, 0.125, 0.}, {0.75, 0.125, 0.125}, {0.875, 0., @@ -25132,9 +26688,8 @@ WAkXh/Fh8sZg8Nce1R4GBpg4qnmv9qOLo4I3GO5Ctx/dXTA+dnMQ/oSovwvl TubeBox[{{0.4625, -0.4125, -0.4125}, {0.875, 0., -0.825}}], TubeBox[{{0.4625, -0.4125, -0.4125}, {0.875, -0.825, - 0.}}], - TubeBox[{{0.4625, -0.4125, -0.4125}, {-0.825, 0.875, - 0.875}}]}, + 0.}}], TubeBox[{{0.4625, -0.4125, -0.4125}, {-0.825, + 0.875, 0.875}}]}, {Thickness[0.0035], Dashing[{0.01, 0.012}]}}]}, {RGBColor[1, 0, 0], SphereBox[ @@ -25712,7 +27267,6 @@ ILATLg7jw+TTwOCPPao9DAwwcVTzXuxHF0cFmO5Ctx/dXTA+dnMQ5hmDwX0o {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGDgBWJmBhh4sR9Cv7FHpWHgF5R/AE0cxofJ/7FHNQ8G/qDp g8mji8PAGzRz3uCwH91dv9Dk0f0DM+8BlH9jPyqN7m90+xH+AgA8xyeD - "], { {Thickness[0.0085], TubeBox[{{-0.75, 0.875, 0.875}, {0., 1.625, 0.125}}], @@ -27677,7 +29231,6 @@ J7p7YPIA8pFZhA== {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGDgBWJmBnTwyR5C37BHFYfx4fL7IfQLe1T6B5R+sB9V/w80 82Dy6OIw8AbNnCc43IXu3k9o8jBznuAw78J+VPoNDneiu4eBAQDbCCdT - "], { {Thickness[0.0085], TubeBox[{{0., 1.125, 0.375}, {0., 0.375, 1.125}}], @@ -28656,7 +30209,6 @@ qUd3J7p7YPIANQV3Gw== {Thickness[Large], GraphicsComplex3DBox[CompressedData[" 1:eJxTTMoPSmViYGDgBWJmBhg4sR9CP7NHpWHgAZT/Bk0cxofJf4PSN/ajqvuG pg8mjy6Obi5M3QM0e3DZT8h9N9D8CfM3jEbXfwNNHOEvAPaYJvs= - "], { {Thickness[0.0085], TubeBox[{{-0.1875, 0.6875, 0.6875}, {0., 0.5, 0.875}}], @@ -31654,8 +33206,8 @@ Ht2d6O6ByQMA4TmDqA== SphereBox[ NCache[{ Rational[7, 8], Rational[1, 24], Rational[1, 24]}, {0.875, - 0.041666666666666664`, 0.041666666666666664`}], - 0.021]}, + 0.041666666666666664`, 0.041666666666666664`}], 0.021]}, + {RGBColor[0, 0, 1], SphereBox[ NCache[{ @@ -31930,8 +33482,8 @@ Ht2d6O6ByQMA4TmDqA== Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[86]=", - CellID->1307390074,ExpressionUUID->"835e6486-296e-4020-aeb7-ae5904306136"] + CellLabel->"Out[100]=", + CellID->561977799,ExpressionUUID->"e41e7366-662b-4415-867c-d59b5633040c"] }, Open ]], Cell[BoxData[ @@ -31972,35 +33524,35 @@ Cell[BoxData[ RowBox[{"ShowCore", "\[Rule]", "True"}], ",", RowBox[{"ManipulateMode", "\[Rule]", "True"}]}], "]"}], "]"}]}], ";"}]], "Input", - CellLabel->"In[87]:=", - CellID->1310466311,ExpressionUUID->"e3453a3f-9399-4f97-a6d4-890362f7d8ed"], + CellLabel->"In[101]:=", + CellID->1310466311,ExpressionUUID->"84d8acd8-b991-45c7-8e67-5e8d330baf9c"], Cell[CellGroupData[{ Cell[BoxData["time2"], "Input", - CellLabel->"In[88]:=", - CellID->1145087993,ExpressionUUID->"3165830f-937f-45f2-a3e0-251b1a60120e"], + CellLabel->"In[102]:=", + CellID->1145087993,ExpressionUUID->"6045068c-1b04-4bb6-a411-f6eb3fbe667c"], -Cell[BoxData["0.000775`"], "Output", - CellLabel->"Out[88]=", - CellID->859434944,ExpressionUUID->"617fe7bd-9c68-472c-af58-6a9c27c169d3"] +Cell[BoxData["0.000791`"], "Output", + CellLabel->"Out[102]=", + CellID->2142798234,ExpressionUUID->"379981f0-d28a-46c8-9a85-8d1200f09b59"] }, Open ]], Cell["\<\ -The next symbol we have to reevaluate to impose an animation. \ +The next symbol, we have to reevaluate to impose an animation. \ \>", "Text", - CellID->121998521,ExpressionUUID->"3ddc0d7d-27b1-4898-a9a2-4829e6e02a0f"], + CellID->121998521,ExpressionUUID->"32b6af8f-b31e-43c1-9ea9-f1a100d28ff2"], Cell[CellGroupData[{ Cell[BoxData["a2"], "Input", - CellLabel->"In[89]:=", - CellID->1129807004,ExpressionUUID->"eb9e0e9b-2922-4ff6-90c8-c2cadc2c6c0a"], + CellLabel->"In[103]:=", + CellID->1129807004,ExpressionUUID->"02a41bf9-1c20-45f0-b0de-91e4d1881681"], Cell[BoxData[ TagBox[ StyleBox[ - DynamicModuleBox[{TUG`IOTuGamesV6`Private`t$$ = Rational[293, 30], + DynamicModuleBox[{TUG`IOTuGamesV6`Private`t$$ = Rational[73, 15], TUG`IOTuGamesV6`Private`v1$$ = 1.714, TUG`IOTuGamesV6`Private`v2$$ = 2, TUG`IOTuGamesV6`Private`v3$$ = 1.54, Typeset`show$$ = True, Typeset`bookmarkList$$ = {}, Typeset`bookmarkMode$$ = "Menu", @@ -32027,22 +33579,22 @@ Cell[BoxData[ Typeset`skipInitDone$$}, "Body" :> TUG`IOTuGamesV6`StrongEpsCore3dV6[ Null, TUG`IOTuGamesV6`EpsStrValues -> TUG`IOTuGamesV6`Private`t$$, - TUG`IOTuGamesV6`ViewKernelSol -> TUG`IOTuGamesV6`Private`vwker$26600, - TUG`IOTuGamesV6`KernelCoord -> TUG`IOTuGamesV6`Private`kcoord$26600, + TUG`IOTuGamesV6`ViewKernelSol -> TUG`IOTuGamesV6`Private`vwker$28617, + TUG`IOTuGamesV6`KernelCoord -> TUG`IOTuGamesV6`Private`kcoord$28617, TUG`IOTuGamesV6`ViewNucleolusSol -> - TUG`IOTuGamesV6`Private`vwnuc$26600, TUG`IOTuGamesV6`NucleolusCoord -> - TUG`IOTuGamesV6`Private`nuc$26600, TUG`IOTuGamesV6`ViewShapleySol -> - TUG`IOTuGamesV6`Private`vwsh$26600, TUG`IOTuGamesV6`ShapleyCoord -> - TUG`IOTuGamesV6`Private`shc$26600, TUG`IOTuGamesV6`ShowCore -> - TUG`IOTuGamesV6`Private`shcr$26600, TUG`IOTuGamesV6`ViewPayoffSol -> - TUG`IOTuGamesV6`Private`vwpay$26600, TUG`IOTuGamesV6`ViewModiclusSol -> - TUG`IOTuGamesV6`Private`vwmnc$26600, TUG`IOTuGamesV6`ModiclusCoord -> - TUG`IOTuGamesV6`Private`mnc$26600, TUG`IOTuGamesV6`PayoffCoord -> - TUG`IOTuGamesV6`Private`paycoord$26600, + TUG`IOTuGamesV6`Private`vwnuc$28617, TUG`IOTuGamesV6`NucleolusCoord -> + TUG`IOTuGamesV6`Private`nuc$28617, TUG`IOTuGamesV6`ViewShapleySol -> + TUG`IOTuGamesV6`Private`vwsh$28617, TUG`IOTuGamesV6`ShapleyCoord -> + TUG`IOTuGamesV6`Private`shc$28617, TUG`IOTuGamesV6`ShowCore -> + TUG`IOTuGamesV6`Private`shcr$28617, TUG`IOTuGamesV6`ViewPayoffSol -> + TUG`IOTuGamesV6`Private`vwpay$28617, TUG`IOTuGamesV6`ViewModiclusSol -> + TUG`IOTuGamesV6`Private`vwmnc$28617, TUG`IOTuGamesV6`ModiclusCoord -> + TUG`IOTuGamesV6`Private`mnc$28617, TUG`IOTuGamesV6`PayoffCoord -> + TUG`IOTuGamesV6`Private`paycoord$28617, TUG`IOTuGamesV6`ShowImputationSet -> - TUG`IOTuGamesV6`Private`imps$26600, TUG`IOTuGamesV6`SyncDim -> True, - TUG`IOTuGamesV6`PtRadius -> TUG`IOTuGamesV6`Private`rd$26600, - TUG`IOTuGamesV6`PictureSize -> TUG`IOTuGamesV6`Private`fs$26600, + TUG`IOTuGamesV6`Private`imps$28617, TUG`IOTuGamesV6`SyncDim -> True, + TUG`IOTuGamesV6`PtRadius -> TUG`IOTuGamesV6`Private`rd$28617, + TUG`IOTuGamesV6`PictureSize -> TUG`IOTuGamesV6`Private`fs$28617, ViewPoint -> Dynamic[{ TUG`IOTuGamesV6`Private`v1$$, TUG`IOTuGamesV6`Private`v2$$, @@ -32054,7 +33606,7 @@ Cell[BoxData[ TUG`IOTuGamesV6`Private`v2$$, 2, "y-coordinate"}, 4}, {{ TUG`IOTuGamesV6`Private`v3$$, 1.54, "z-coordinate"}, 4}}, "Options" :> {}, "DefaultOptions" :> {}], - ImageSizeCache->{475., {303.3515625, 308.6484375}}, + ImageSizeCache->{475., {301.3515625, 306.6484375}}, SingleEvaluation->True], Deinitialization:>None, DynamicModuleValues:>{}, @@ -32065,10 +33617,10 @@ Cell[BoxData[ Deployed->True, StripOnInput->False], Manipulate`InterpretManipulate[1]]], "Output", - CellLabel->"Out[89]=", - CellID->46161951,ExpressionUUID->"6b9cb68f-ba0f-481c-a226-9fe054986d3b"] + CellLabel->"Out[103]=", + CellID->1955501254,ExpressionUUID->"6d827a52-f8b9-4dd8-a979-87724c406aa0"] +}, Open ]] }, Open ]] -}, Closed]] }, Open ]], Cell[BoxData[GridBox[{ @@ -32085,10 +33637,10 @@ Cell[BoxData[GridBox[{ BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TUGFunctionsIndex"]], "TutorialMoreAbout",ExpressionUUID-> - "31ef5c3f-efc5-47f5-83cd-31ad1ce0fc6f"]}]} + "8b5a4128-f721-4a26-831c-3e5c4bb06d1a"]}]} }]} - }]], "TutorialMoreAboutSection",ExpressionUUID->"fc7bfb3d-2b2a-49d0-932a-\ -997d2b66b1f0"], + }]], "TutorialMoreAboutSection",ExpressionUUID->"002b3304-fbd5-4c5a-b3ae-\ +e3a8607e989e"], Cell[CellGroupData[{ @@ -32107,7 +33659,7 @@ Cell[BoxData[GridBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Manual TuGames", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/ManualTuGames"]], "RelatedTutorials", - ExpressionUUID->"826848d4-cc56-4b32-bfd5-9bdb3924ed79"]}]}, + ExpressionUUID->"b9dec889-da47-4268-8e16-7487d1402f1d"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox[ @@ -32115,34 +33667,34 @@ Cell[BoxData[GridBox[{ BaseStyle->"Link", ButtonData->"paclet:TUG/Tutorials/ParaExpGamePers12"]], "RelatedTutorials",ExpressionUUID-> - "a8617ad2-9042-45a0-8cae-dc3583a7f402"]}]}, + "522750dc-f303-4693-ad53-eaaea38357aa"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Graphics 2D", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TuGamesView2dV6"]], "RelatedTutorials",ExpressionUUID-> - "ef67fcff-f8e7-442f-8b0c-8094719a9d28"]}]}, + "170986a2-709b-4b27-9e60-0b1d2a14b3f3"]}]}, { RowBox[{ "\[FilledVerySmallSquare]", Cell[TextData[ButtonBox["Graphics 3D", BaseStyle->"Link", ButtonData->"paclet:TUG/Guides/TuGamesView3dV6"]], "RelatedTutorials",ExpressionUUID-> - "2e91b300-203a-4df6-973e-1b55eaf2936f"]}]} + "82df99f7-9e75-4cd7-9527-80f81262920a"]}]} }]} - }]], "RelatedTutorialsSection",ExpressionUUID->"3ad71652-9be7-4168-8c5f-\ -8c061777ed59"], + }]], "RelatedTutorialsSection",ExpressionUUID->"4ea20228-cbea-46e8-9a6d-\ +c519a076db1e"], -Cell[BoxData[""], "Input",ExpressionUUID->"1e1854df-d3dc-4ffa-9ad0-5d266679f524"] +Cell[BoxData[""], "Input",ExpressionUUID->"35e952ce-dba8-4f45-ae40-83493bb4c532"] }, Open ]] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"6f16f0e5-5e56-4839-9369-10eab8ac4cd5"] +Cell[" ", "FooterCell",ExpressionUUID->"8cffa676-fbbf-4048-88a5-f151fb9c3154"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"GettingStarted", TaggingRules->{ @@ -32153,8 +33705,8 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 51.700292}", - "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", + "built" -> "{2024, 6, 3, 16, 56, 44.192213}", + "history" -> {"XX", "", "", ""}, "context" -> "TUG`", "keywords" -> { "Nucleolus", "Shapely value", "Kernel", "Lorenz Solution", "Modiclus", "Pre-Nucleolus", "Pre-Kernel", "Modified Pre-Kernel", @@ -32167,11 +33719,11 @@ TaggingRules->{ TuGames. The forthcoming section illustrates the usage of some useful \ commands of TuGames. We define a four-person TU-game that we have borrowed \ from D. Mueller (2019; Exp .6.6, p. 510).", "synonyms" -> {}, "tabletags" -> - DocumentationBuild`Make`Private`tabletaggingrules$219519, "title" -> - "GettingStarted", "titlemodifier" -> "", "windowtitle" -> - "GettingStarted", "type" -> "Tutorial", "uri" -> + DocumentationBuild`Make`Private`tabletaggingrules$236345, "title" -> + "GettingStarted", "titlemodifier" -> "", "metadescription" -> "", + "windowtitle" -> "GettingStarted", "type" -> "Tutorial", "uri" -> "TUG/tutorial/GettingStarted"}}, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -32189,9 +33741,9 @@ StyleDefinitions->Notebook[{ Cell[ StyleData["TutorialRelatedLinksSection"], CellGroupingRules -> {"SectionGrouping", 30}]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"8b15c9a5-8602-4e16-96f7-ddde2523dac0" +ExpressionUUID->"9bd16571-6833-407b-9f18-95943b84d346" ] (* End of Notebook Content *) @@ -32204,776 +33756,896 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[586, 21, 5556, 131, 56, "AnchorBarGrid",ExpressionUUID->"a600f151-2562-4c6a-bac4-19ca65318fd2", +Cell[586, 21, 5612, 135, 57, "AnchorBarGrid",ExpressionUUID->"fc9d56ec-9878-42c0-82b1-f23e6511b312", CellID->1], Cell[CellGroupData[{ -Cell[6167, 156, 106, 1, 64, "Title",ExpressionUUID->"c9254fc1-8c11-4cf3-9270-d0d2331ea9b2", - CellID->509267359], -Cell[6276, 159, 182, 4, 36, "Text",ExpressionUUID->"f542eaa7-db34-45c9-9a91-1a1624b5517c", +Cell[6223, 160, 106, 1, 64, "Title",ExpressionUUID->"195314d2-b039-46a1-bc6b-9d04d7cfe24a", + CellID->692386252], +Cell[6332, 163, 182, 4, 36, "Text",ExpressionUUID->"84d92396-a081-4cb5-9576-6e7c5efd0ed3", CellID->1534169418], -Cell[6461, 165, 766, 16, 139, "DefinitionBox",ExpressionUUID->"f2da0c80-cd49-4a19-b897-6edacffebbab", +Cell[6517, 169, 790, 17, 139, "DefinitionBox",ExpressionUUID->"96fad2da-1389-41f5-b121-2f0fafd1cf5b", CellID->2096742444], -Cell[7230, 183, 187, 4, 36, "Caption",ExpressionUUID->"a490fe19-5331-4092-9747-1ad37b70e74a", +Cell[7310, 188, 187, 4, 37, "Caption",ExpressionUUID->"5adbc61c-45b7-4d82-9657-1444efc88ee0", CellID->1891092685], Cell[CellGroupData[{ -Cell[7442, 191, 119, 1, 69, "Section",ExpressionUUID->"0489b9ef-fc4d-4aec-b7e2-ffd9015cacdc", +Cell[7522, 196, 119, 1, 69, "Section",ExpressionUUID->"d470ee22-ef79-4d77-ba69-904555fbc06b", CellID->1416830329], Cell[CellGroupData[{ -Cell[7586, 196, 121, 1, 36, "Subsubsection",ExpressionUUID->"020896d9-affc-4339-9f65-f1297c4ecb2f", +Cell[7666, 201, 121, 1, 36, "Subsubsection",ExpressionUUID->"327b9b55-33ac-4783-b1c5-5db1f8137337", CellID->1780436198], Cell[CellGroupData[{ -Cell[7732, 201, 168, 3, 27, "Input",ExpressionUUID->"d4cf2b1c-7536-4c84-b286-c28baa13f748", +Cell[7812, 206, 168, 3, 27, "Input",ExpressionUUID->"926b19f5-3154-44b3-941e-08165ff8d7c1", CellID->1697342268], Cell[CellGroupData[{ -Cell[7925, 208, 206, 3, 23, "Print",ExpressionUUID->"81dd09cb-6b6a-4448-90ef-4cc374d68484", - CellID->779527352], -Cell[8134, 213, 335, 7, 23, "Print",ExpressionUUID->"1fa1ca0a-3d00-4db5-986f-e4a364527535", - CellID->643832234], -Cell[8472, 222, 206, 3, 23, "Print",ExpressionUUID->"ac75e844-e3b0-47e9-88a7-3cc45d0f01fe", - CellID->640830736], -Cell[8681, 227, 191, 2, 23, "Print",ExpressionUUID->"6cf5598f-0bb8-4094-87b6-fcb32bffcb64", - CellID->2139915615], -Cell[8875, 231, 178, 2, 23, "Print",ExpressionUUID->"e165df40-ecb9-4a82-be05-825467d96352", - CellID->1149866691], -Cell[9056, 235, 208, 3, 23, "Print",ExpressionUUID->"ef439ad0-880d-4aa2-a90d-0eeaefb29492", - CellID->1676752098], -Cell[9267, 240, 190, 2, 23, "Print",ExpressionUUID->"100a22a1-e81e-4399-afc9-be8770201ce1", - CellID->633071599], -Cell[9460, 244, 206, 3, 23, "Print",ExpressionUUID->"e74a4cdf-79e2-4ed6-96f0-c838c6d2a79e", - CellID->818883812], -Cell[9669, 249, 207, 3, 23, "Print",ExpressionUUID->"3ed24489-c1ec-4732-b1c7-220290a0c8bd", - CellID->1710277805], -Cell[9879, 254, 177, 2, 23, "Print",ExpressionUUID->"b1b52a87-1a0a-4319-93d4-ef40042f78e5", - CellID->807177713], -Cell[10059, 258, 206, 3, 23, "Print",ExpressionUUID->"1f09c782-ce04-4bad-89c5-737de36c5589", - CellID->609899453] +Cell[8005, 213, 206, 3, 23, "Print",ExpressionUUID->"43b1dba3-778f-4333-8517-ab2bb2a3d83b", + CellID->862431999], +Cell[8214, 218, 336, 7, 23, "Print",ExpressionUUID->"bc729acc-74cb-4cde-ba75-34d60f586657", + CellID->2059610496], +Cell[8553, 227, 206, 3, 23, "Print",ExpressionUUID->"0f87b233-bc69-4e3c-9162-189c656243d7", + CellID->844877368], +Cell[8762, 232, 191, 2, 23, "Print",ExpressionUUID->"aa22c4a1-ea63-44fb-baac-62067b6b6038", + CellID->1174578098], +Cell[8956, 236, 177, 2, 23, "Print",ExpressionUUID->"b6d6c239-5eb9-4a16-a700-d6f822ca1c7c", + CellID->799608165], +Cell[9136, 240, 207, 3, 23, "Print",ExpressionUUID->"a3ca1060-aa1d-40fd-b393-8a63fd79e512", + CellID->872417719], +Cell[9346, 245, 190, 2, 23, "Print",ExpressionUUID->"0efc0e0f-3eab-4072-9b4b-b9769f315fdc", + CellID->469247600], +Cell[9539, 249, 206, 3, 23, "Print",ExpressionUUID->"55259cf1-cec5-43c4-a5ca-dbcf7df3cdcd", + CellID->184117404], +Cell[9748, 254, 206, 3, 23, "Print",ExpressionUUID->"e118440a-9adb-416b-91dd-fd53b6c660e9", + CellID->698513525], +Cell[9957, 259, 177, 2, 23, "Print",ExpressionUUID->"aa63a6a4-c9e5-4fe4-a0f8-b7d129ae4f06", + CellID->416170912], +Cell[10137, 263, 206, 3, 23, "Print",ExpressionUUID->"47262731-28ec-419d-b0bb-7f33f1ac3b06", + CellID->450114932] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ -Cell[10326, 268, 115, 1, 36, "Subsubsection",ExpressionUUID->"b2d56a53-04ec-4e30-b198-8dbda62a206a", +Cell[10404, 273, 115, 1, 36, "Subsubsection",ExpressionUUID->"f0c9b4ee-6863-4d49-aa1e-6418d3d6fcbe", CellID->169431700], -Cell[10444, 271, 196, 4, 70, "Text",ExpressionUUID->"4604d63e-2a3d-4753-9cea-3e3c54a94db9", +Cell[10522, 276, 196, 4, 70, "Text",ExpressionUUID->"5c514975-0b15-433b-bcd3-fca51d4b31e2", CellID->451378110], Cell[CellGroupData[{ -Cell[10665, 279, 351, 8, 70, "Input",ExpressionUUID->"da90723b-c554-462c-bde4-a32da21e5517", +Cell[10743, 284, 351, 8, 70, "Input",ExpressionUUID->"6a687b26-deef-4e40-ae75-b7f707b88819", CellID->1864631873], -Cell[11019, 289, 322, 7, 36, "Output",ExpressionUUID->"5d57b097-bbe7-441c-a85a-1f0ffa478405", - CellID->726126868] +Cell[11097, 294, 323, 7, 36, "Output",ExpressionUUID->"0370f1ef-5578-46a9-9db3-9e55b6d8b011", + CellID->1872025751] }, Open ]], Cell[CellGroupData[{ -Cell[11378, 301, 160, 3, 70, "Input",ExpressionUUID->"d7c70262-8ed0-4c13-9261-5acb232014da", +Cell[11457, 306, 160, 3, 70, "Input",ExpressionUUID->"4ac4da46-9c32-4124-a14d-0d22df759e5a", CellID->1863371468], -Cell[11541, 306, 128, 2, 36, "Output",ExpressionUUID->"3e46364e-5888-4021-822f-b8e4af84d385", - CellID->1632295155] +Cell[11620, 311, 128, 2, 36, "Output",ExpressionUUID->"05995ac6-11fc-402c-8e4a-ce5072e72812", + CellID->1233893563] }, Open ]], Cell[CellGroupData[{ -Cell[11706, 313, 215, 5, 70, "Input",ExpressionUUID->"9e56ae09-0c82-4456-bb8c-99d43c6bfa0b", +Cell[11785, 318, 215, 5, 70, "Input",ExpressionUUID->"6268f651-6fd8-44ed-bfb2-fe2142da2ea1", CellID->1596012301], -Cell[11924, 320, 191, 4, 36, "Output",ExpressionUUID->"c76e3b2e-2c20-480c-9741-b319d1fb1a44", - CellID->808206385] +Cell[12003, 325, 192, 4, 36, "Output",ExpressionUUID->"1c4d7967-dad6-4b19-b531-fa04c060efbc", + CellID->1126088889] }, Open ]], -Cell[12130, 327, 238, 6, 70, "Input",ExpressionUUID->"6a9eb713-fb0c-4745-beda-3f4b1ca87033", +Cell[12210, 332, 238, 6, 70, "Input",ExpressionUUID->"ff77b59a-3838-4aa5-829a-b10597b2e64c", CellID->611962130] }, Closed]], Cell[CellGroupData[{ -Cell[12405, 338, 144, 1, 36, "Subsubsection",ExpressionUUID->"804cc1eb-cf80-4722-98d5-b57d0a4e9a8e", +Cell[12485, 343, 144, 1, 36, "Subsubsection",ExpressionUUID->"4d468efd-db86-408d-98ab-8ca68e0f1331", CellID->1205435336], -Cell[12552, 341, 134, 1, 70, "Text",ExpressionUUID->"280ed4a1-c2de-40f3-946e-139f491b6e69", +Cell[12632, 346, 134, 1, 70, "Text",ExpressionUUID->"70262da3-0cb9-465c-8239-8cc6dfdce540", CellID->684760582], Cell[CellGroupData[{ -Cell[12711, 346, 203, 4, 70, "Input",ExpressionUUID->"28c2fb4a-aef0-4609-9a4b-c57ace390aad", +Cell[12791, 351, 203, 4, 70, "Input",ExpressionUUID->"f457bacc-5f4a-447c-aef5-4a6a61952271", CellID->1560821207], -Cell[12917, 352, 547, 14, 36, "Output",ExpressionUUID->"cb4399cc-d82f-41a7-b208-fd58731986f7", - CellID->1016579718] +Cell[12997, 357, 547, 14, 36, "Output",ExpressionUUID->"1eb0d935-5581-41fc-bae9-3ea1ffcf1604", + CellID->1766522201] }, Open ]], -Cell[13479, 369, 132, 1, 70, "Text",ExpressionUUID->"ad997e7c-4076-443e-921d-76ec6a17eea8", +Cell[13559, 374, 132, 1, 70, "Text",ExpressionUUID->"4f601f92-a491-43f1-8328-16a083bf4bca", CellID->1181442680], Cell[CellGroupData[{ -Cell[13636, 374, 190, 4, 70, "Input",ExpressionUUID->"f40b1c6c-974c-4919-be4b-ed71200e0529", +Cell[13716, 379, 190, 4, 70, "Input",ExpressionUUID->"7f28c1c6-4400-438f-9c84-dbae76a91bef", CellID->486715181], -Cell[13829, 380, 257, 7, 51, "Output",ExpressionUUID->"6a561cef-11f4-4bc9-a8cf-9b23e33773d1", - CellID->872395856] +Cell[13909, 385, 257, 7, 50, "Output",ExpressionUUID->"46afe728-49c2-4d3d-8ee6-0b686fe8a621", + CellID->783298139] }, Open ]], -Cell[14101, 390, 203, 4, 70, "Text",ExpressionUUID->"4f3ae0f0-fef2-404f-b433-0f544376bd7e", +Cell[14181, 395, 203, 4, 70, "Text",ExpressionUUID->"59fa5174-5d60-422c-99c8-4480f50f19cd", CellID->1427212283], Cell[CellGroupData[{ -Cell[14329, 398, 200, 4, 70, "Input",ExpressionUUID->"14cf3fe6-1d59-4956-81ab-44689a0e94f2", +Cell[14409, 403, 200, 4, 70, "Input",ExpressionUUID->"3c236422-bb82-40c6-8a69-6077b917441e", CellID->1903545510], -Cell[14532, 404, 285, 8, 51, "Output",ExpressionUUID->"ada4d20a-2ff9-4a0d-86e1-92e0c23e9dd0", - CellID->1588768889] +Cell[14612, 409, 281, 8, 50, "Output",ExpressionUUID->"12368c3a-4ceb-4283-b2ee-7d47a734687e", + CellID->347251] }, Open ]], -Cell[14832, 415, 123, 1, 70, "Text",ExpressionUUID->"e5d7f883-27b7-4918-9749-28e577625c56", +Cell[14908, 420, 123, 1, 70, "Text",ExpressionUUID->"5673abf3-4994-4ab8-9662-da3332ee6200", CellID->977070903], Cell[CellGroupData[{ -Cell[14980, 420, 195, 4, 70, "Input",ExpressionUUID->"c19d504f-53cd-443c-baca-d0e4af5118d7", +Cell[15056, 425, 195, 4, 70, "Input",ExpressionUUID->"651eb4fb-6a5d-4b54-a343-f9c5d11543f9", CellID->27012736], -Cell[15178, 426, 237, 6, 51, "Output",ExpressionUUID->"9708b6ea-f135-4b63-86bb-940d938509fe", - CellID->1522835941] +Cell[15254, 431, 236, 6, 51, "Output",ExpressionUUID->"beeaf58b-db6c-4206-99a6-4f0e444e1c6e", + CellID->821153089] +}, Open ]], +Cell[15505, 440, 194, 4, 70, "Text",ExpressionUUID->"cf1a0f02-e76e-41e5-ac21-09b5e0d9ef62", + CellID->786537743], +Cell[CellGroupData[{ +Cell[15724, 448, 199, 4, 70, "Input",ExpressionUUID->"5fd34cf2-741d-40f6-ae56-74dc522c9ac6", + CellID->1308194605], +Cell[15926, 454, 236, 6, 51, "Output",ExpressionUUID->"69698d69-7f54-416f-bfa9-53408dc1ad34", + CellID->783573919] }, Open ]], -Cell[15430, 435, 107, 1, 70, "Text",ExpressionUUID->"23cee7a4-0f1c-46ae-b08d-1f9dcc4c6a15", +Cell[16177, 463, 107, 1, 70, "Text",ExpressionUUID->"1b819517-853f-417b-a5e3-d02ffac12ecf", CellID->349814207], Cell[CellGroupData[{ -Cell[15562, 440, 202, 4, 70, "Input",ExpressionUUID->"9dcc3403-2475-485e-ad98-7a03abf5044f", +Cell[16309, 468, 203, 4, 70, "Input",ExpressionUUID->"c7882adb-1a88-4447-8127-7ceb6854868f", CellID->598421283], -Cell[15767, 446, 257, 7, 51, "Output",ExpressionUUID->"e868a8b6-7b8a-4532-91ba-bb96ad6e8efa", - CellID->508225926] +Cell[16515, 474, 258, 7, 50, "Output",ExpressionUUID->"054f3ab1-75c1-49c7-97b6-ec753d585dc5", + CellID->220559317] }, Open ]], -Cell[16039, 456, 250, 4, 70, "Text",ExpressionUUID->"849ea7d0-f52e-4068-be94-aeaeefb89263", +Cell[16788, 484, 250, 4, 70, "Text",ExpressionUUID->"43260093-0d5c-4773-9eac-9d91a8a88e76", CellID->935651280], -Cell[16292, 462, 118, 1, 70, "Text",ExpressionUUID->"e9095185-1239-4beb-9b5b-c28243b75a56", +Cell[17041, 490, 118, 1, 70, "Text",ExpressionUUID->"9ffc3ef1-75f6-4731-ac2d-84047d9911c2", CellID->1205882176], Cell[CellGroupData[{ -Cell[16435, 467, 196, 4, 70, "Input",ExpressionUUID->"9a6401bb-1d26-443d-9085-a8d4ad32073d", +Cell[17184, 495, 196, 4, 70, "Input",ExpressionUUID->"a02caaec-f661-4955-8d4c-951a77b20046", CellID->676837264], -Cell[16634, 473, 258, 7, 51, "Output",ExpressionUUID->"c55f581b-b80f-4ebd-91e5-a4692491cd95", - CellID->192152909] +Cell[17383, 501, 258, 7, 50, "Output",ExpressionUUID->"661b52cb-10a4-47c7-b8b0-0814784e953b", + CellID->223901779] }, Open ]], -Cell[16907, 483, 193, 4, 70, "Text",ExpressionUUID->"93a08919-7a80-40b4-ab78-be0ae4ba0f8e", +Cell[17656, 511, 193, 4, 70, "Text",ExpressionUUID->"6a5f8f75-1fef-4136-bde7-786c7b778767", CellID->651097136], -Cell[17103, 489, 162, 3, 70, "Text",ExpressionUUID->"e4e339bf-afcb-43df-8037-a4562c01de0d", +Cell[17852, 517, 162, 3, 70, "Text",ExpressionUUID->"c5f5d38f-50cc-4c37-be03-2009889cb556", CellID->106340439], Cell[CellGroupData[{ -Cell[17290, 496, 193, 4, 70, "Input",ExpressionUUID->"c07a95da-0380-48c3-a7a2-dc914eeaea58", +Cell[18039, 524, 193, 4, 70, "Input",ExpressionUUID->"ed027f31-efa6-4b0f-88d5-091bbe9a9a1c", CellID->662887735], -Cell[17486, 502, 282, 8, 51, "Output",ExpressionUUID->"82f8cb94-44aa-4538-89eb-95d1ea1c000d", - CellID->1896011329] +Cell[18235, 530, 281, 8, 50, "Output",ExpressionUUID->"afb2c183-5fe2-401c-b91c-91ec7594bbb9", + CellID->405226241] }, Open ]], -Cell[17783, 513, 172, 3, 70, "Text",ExpressionUUID->"2fad91bf-200c-4e25-92f1-aca5505638ae", +Cell[18531, 541, 172, 3, 70, "Text",ExpressionUUID->"73b4f89f-1d01-4efa-b17f-b59f65268a80", CellID->1970972312], Cell[CellGroupData[{ -Cell[17980, 520, 197, 4, 70, "Input",ExpressionUUID->"b7a08012-97d2-4b89-9f69-cfe3c9b81da9", +Cell[18728, 548, 197, 4, 70, "Input",ExpressionUUID->"5518f8ef-e241-49ab-9cd5-1da9463198b5", CellID->1734439095], -Cell[18180, 526, 131, 2, 36, "Output",ExpressionUUID->"49ea7fb3-0a0f-4963-935c-ea84ed85a377", - CellID->1284361483] +Cell[18928, 554, 131, 2, 36, "Output",ExpressionUUID->"7833613c-7de1-47a2-97a5-8d0c729e0886", + CellID->1475252562] }, Open ]], -Cell[18326, 531, 174, 3, 70, "Text",ExpressionUUID->"95a313e8-77de-4058-94d5-fdd41dcd155a", +Cell[19074, 559, 174, 3, 70, "Text",ExpressionUUID->"7b583482-46dc-409d-a8f2-8487e8ccc67e", CellID->1712649148], Cell[CellGroupData[{ -Cell[18525, 538, 198, 4, 70, "Input",ExpressionUUID->"0ece9874-3cf9-4c0e-80d6-39ea6c641dad", +Cell[19273, 566, 198, 4, 70, "Input",ExpressionUUID->"9329aeab-93f2-4ee9-99d3-c463cb45380d", CellID->1182967748], -Cell[18726, 544, 193, 4, 36, "Output",ExpressionUUID->"ff10adb7-c422-4ada-9f61-b138bb866186", - CellID->1793323236] +Cell[19474, 572, 193, 4, 36, "Output",ExpressionUUID->"f5d5fbe0-94d3-40c7-bc1a-9ceeddd458f3", + CellID->1493652156] }, Open ]], -Cell[18934, 551, 118, 1, 70, "Text",ExpressionUUID->"8f3356a6-a9be-4ce1-b0b5-14ac20e9fdd6", +Cell[19682, 579, 118, 1, 70, "Text",ExpressionUUID->"eea8943c-bc7b-4bc7-9351-e69b6544b3f2", CellID->177127630], Cell[CellGroupData[{ -Cell[19077, 556, 200, 4, 70, "Input",ExpressionUUID->"e8c4c066-1669-4b80-b57f-5db31ceb31d0", +Cell[19825, 584, 200, 4, 70, "Input",ExpressionUUID->"f39740b0-a007-401e-a950-5675555e1e63", CellID->240919436], -Cell[19280, 562, 153, 3, 36, "Output",ExpressionUUID->"e62b1bec-4da9-4657-868d-e3abc5895182", - CellID->1259090575] +Cell[20028, 590, 153, 3, 36, "Output",ExpressionUUID->"a4a1801c-b986-4b6a-b186-ae7508e2cb0d", + CellID->2143224083] }, Open ]], Cell[CellGroupData[{ -Cell[19470, 570, 201, 4, 70, "Input",ExpressionUUID->"fa6ef459-711d-46f6-b3fe-1f4aeb01714f", +Cell[20218, 598, 201, 4, 70, "Input",ExpressionUUID->"0cbb8dc8-3f1b-4915-9367-97149b155b0a", CellID->1737948838], -Cell[19674, 576, 153, 3, 36, "Output",ExpressionUUID->"07b08f9a-f6c2-4eac-8d08-c9006d5d3ed0", - CellID->1894198900] +Cell[20422, 604, 153, 3, 36, "Output",ExpressionUUID->"f67074c2-2e65-4d36-8c2e-f5e42645ca1d", + CellID->1381369238] }, Open ]], -Cell[19842, 582, 179, 4, 70, "Text",ExpressionUUID->"20cf39ab-4e50-47ae-8461-d23a40ceaaba", +Cell[20590, 610, 179, 4, 70, "Text",ExpressionUUID->"04fc789a-6cdb-49a5-823d-e12e1a5004e4", CellID->1140361696], Cell[CellGroupData[{ -Cell[20046, 590, 203, 4, 70, "Input",ExpressionUUID->"49ae2678-073f-45bd-9234-9dfbe3db3ce5", +Cell[20794, 618, 203, 4, 70, "Input",ExpressionUUID->"09230e71-30e1-4726-899b-1b13dcee236f", CellID->77180371], -Cell[20252, 596, 281, 8, 51, "Output",ExpressionUUID->"919b5d72-a95b-46ae-8c41-df693dd3053a", - CellID->598322505] +Cell[21000, 624, 281, 8, 50, "Output",ExpressionUUID->"2bc4d7bb-c920-4fa9-aa08-02c3c0560325", + CellID->835704617] }, Open ]], -Cell[20548, 607, 134, 1, 70, "Text",ExpressionUUID->"7d5a7a60-564e-47a3-a57e-000ae8264f50", +Cell[21296, 635, 134, 1, 70, "Text",ExpressionUUID->"c5f6a60f-0dc7-4248-89f0-4464c5dd3ebc", CellID->420090331], Cell[CellGroupData[{ -Cell[20707, 612, 208, 4, 70, "Input",ExpressionUUID->"ed4c5d96-d13a-4f15-94ae-220e56d3268c", +Cell[21455, 640, 208, 4, 70, "Input",ExpressionUUID->"1aab264c-2d18-4e58-a702-904e8e32fc3a", CellID->1980725881], -Cell[20918, 618, 153, 3, 36, "Output",ExpressionUUID->"61dc9685-8269-417f-8d43-ff464203300c", - CellID->1998953085] +Cell[21666, 646, 153, 3, 36, "Output",ExpressionUUID->"6f43d100-626d-4af0-9fe8-937091b69e4d", + CellID->1462808254] }, Open ]], Cell[CellGroupData[{ -Cell[21108, 626, 207, 4, 70, "Input",ExpressionUUID->"73e3a3d0-5fb9-4055-abf8-436f4a506e6a", +Cell[21856, 654, 207, 4, 70, "Input",ExpressionUUID->"d5782b09-9cb1-41ff-9311-a21e1bcd8b7a", CellID->1397161235], -Cell[21318, 632, 152, 3, 36, "Output",ExpressionUUID->"af5a95eb-46e8-4d82-a9a5-eede42d58f47", - CellID->69065051] +Cell[22066, 660, 154, 3, 36, "Output",ExpressionUUID->"14d91d6c-ec1f-4461-a9f2-98eb8b07b387", + CellID->1668063924] }, Open ]], -Cell[21485, 638, 114, 1, 70, "Text",ExpressionUUID->"cc94a5f9-ef35-4eb0-97e8-b5a283008783", +Cell[22235, 666, 114, 1, 70, "Text",ExpressionUUID->"6f260f1b-5186-4854-a309-92d87e31de52", CellID->2102544182], Cell[CellGroupData[{ -Cell[21624, 643, 168, 3, 70, "Input",ExpressionUUID->"976d7817-d399-4a54-a3ae-04b4b438eb5e", +Cell[22374, 671, 168, 3, 70, "Input",ExpressionUUID->"df946af5-19ea-415c-b26e-18a64e4ddcfe", CellID->1746975442], -Cell[21795, 648, 132, 2, 36, "Output",ExpressionUUID->"4ffb36c6-b174-4bdb-9217-d746378cc325", - CellID->1639848640] +Cell[22545, 676, 132, 2, 36, "Output",ExpressionUUID->"36b1a135-7863-4134-a8b6-587e4b55eb38", + CellID->1403170929] }, Open ]], -Cell[21942, 653, 122, 1, 70, "Text",ExpressionUUID->"c1c0a105-a3cd-4cab-9206-97cd67b44206", +Cell[22692, 681, 122, 1, 70, "Text",ExpressionUUID->"b320976c-b4f8-41b3-87a3-f77f3950e0b3", CellID->1556702525], Cell[CellGroupData[{ -Cell[22089, 658, 174, 3, 70, "Input",ExpressionUUID->"24230c51-342b-49fa-b27a-1dc47fb26930", +Cell[22839, 686, 174, 3, 70, "Input",ExpressionUUID->"62be6d48-7edf-41a4-83c3-90bc4f72f861", CellID->535143074], -Cell[22266, 663, 130, 2, 36, "Output",ExpressionUUID->"e489b0f7-02f5-414a-9c10-9b9783e1d170", - CellID->95374168] +Cell[23016, 691, 132, 2, 36, "Output",ExpressionUUID->"03124b19-ef86-44e0-97b7-9265d08c3e1e", + CellID->1846683089] }, Open ]], -Cell[22411, 668, 125, 1, 70, "Text",ExpressionUUID->"950dc8be-3c74-42c8-8a60-671de47a210e", +Cell[23163, 696, 125, 1, 70, "Text",ExpressionUUID->"dd0dfbdc-44f0-4885-95e6-33e62c72903e", CellID->86056141], Cell[CellGroupData[{ -Cell[22561, 673, 166, 3, 70, "Input",ExpressionUUID->"403d9f59-a0b3-46b2-8884-764e49c7ded3", +Cell[23313, 701, 166, 3, 70, "Input",ExpressionUUID->"01f339e5-cc2a-438c-baea-74a80175f0bd", CellID->1028599109], -Cell[22730, 678, 130, 2, 36, "Output",ExpressionUUID->"81118ccb-6d7e-48aa-b0d1-ff8c99c14f21", - CellID->445936495] +Cell[23482, 706, 130, 2, 36, "Output",ExpressionUUID->"f29af04b-a5d9-408e-9188-6df3f1c8e3d0", + CellID->383012275] }, Open ]], -Cell[22875, 683, 212, 4, 70, "Text",ExpressionUUID->"f5e9cd2f-32e1-42eb-b1cf-1cbaca7771ef", +Cell[23627, 711, 212, 4, 70, "Text",ExpressionUUID->"0bee9444-a771-49d8-8739-da424b55da56", CellID->192396580], Cell[CellGroupData[{ -Cell[23112, 691, 396, 11, 70, "Input",ExpressionUUID->"e88cf746-08d1-474b-8375-5db1cb46069f", +Cell[23864, 719, 396, 11, 70, "Input",ExpressionUUID->"f00e2c89-69d7-413a-bce4-d1bf5a55c2fa", CellID->1691486844], -Cell[23511, 704, 192, 4, 36, "Output",ExpressionUUID->"7b45b588-04b5-44cc-8334-9dfb1f2105c9", - CellID->271892344] +Cell[24263, 732, 193, 4, 36, "Output",ExpressionUUID->"d97cdb74-edfa-4573-a620-c94fa5b91d33", + CellID->1315297777] }, Open ]], -Cell[23718, 711, 228, 4, 70, "Text",ExpressionUUID->"78feb5a2-7d65-41b1-bfd4-e42da64c2270", +Cell[24471, 739, 228, 4, 70, "Text",ExpressionUUID->"2ad9632d-3ee8-473f-a57f-6fcd82375a11", CellID->15885244], Cell[CellGroupData[{ -Cell[23971, 719, 173, 3, 70, "Input",ExpressionUUID->"77c89d34-9f00-4a27-a759-cb6304c04985", +Cell[24724, 747, 173, 3, 70, "Input",ExpressionUUID->"2d6483d7-3a69-4550-8056-ae4555ea42c1", CellID->1278442291], -Cell[24147, 724, 320, 7, 36, "Output",ExpressionUUID->"cdde8833-94bb-4659-85d7-04b2d97f2b2d", - CellID->739206402] +Cell[24900, 752, 320, 7, 36, "Output",ExpressionUUID->"243ac68d-58ff-4d10-9ee9-6d7f4a3d301a", + CellID->544076809] }, Open ]], -Cell[24482, 734, 132, 1, 70, "Text",ExpressionUUID->"9073d776-8637-4f51-8eca-6b1aa8059718", +Cell[25235, 762, 132, 1, 70, "Text",ExpressionUUID->"774faaec-7ecb-462d-b8f6-2a530708ac8d", CellID->1728534392], Cell[CellGroupData[{ -Cell[24639, 739, 330, 7, 70, "Input",ExpressionUUID->"ab611643-7649-44b7-84f3-29de7cd440ab", +Cell[25392, 767, 330, 7, 70, "Input",ExpressionUUID->"510fbbae-0595-4534-95e5-2ef6cd0f6910", CellID->313926392], -Cell[24972, 748, 351, 8, 36, "Output",ExpressionUUID->"73b33d1e-4ea9-4249-9eed-4726c532ef03", - CellID->1086767231] +Cell[25725, 776, 351, 8, 36, "Output",ExpressionUUID->"2d584672-30c1-4d6e-a9eb-149a2cec9c0b", + CellID->1557590374] }, Open ]], -Cell[25338, 759, 183, 4, 70, "Text",ExpressionUUID->"4c8649e4-6ccb-4088-a197-2b355899383e", +Cell[26091, 787, 183, 4, 70, "Text",ExpressionUUID->"cb98b152-4287-4c5a-b064-240fe884436c", CellID->1905662023], Cell[CellGroupData[{ -Cell[25546, 767, 194, 4, 70, "Input",ExpressionUUID->"c4db1078-78f8-43e6-9308-a12632a99f28", +Cell[26299, 795, 194, 4, 70, "Input",ExpressionUUID->"d60fa218-bb6a-4d7e-832f-8cbf5a26c905", CellID->554845828], -Cell[25743, 773, 144, 2, 36, "Output",ExpressionUUID->"a294b01c-d5fe-471f-9805-a2dbab29bf25", - CellID->264324311] +Cell[26496, 801, 145, 2, 36, "Output",ExpressionUUID->"658f4b7a-2571-41e8-bd55-35253b13d409", + CellID->2114905942] }, Open ]], -Cell[25902, 778, 295, 5, 70, "Text",ExpressionUUID->"d5841dff-d67c-4447-b5d2-3eb5832ff1e4", +Cell[26656, 806, 295, 5, 70, "Text",ExpressionUUID->"2c3825ab-9d2f-4ccc-ba2b-372ac619a69e", CellID->1496127213], Cell[CellGroupData[{ -Cell[26222, 787, 195, 4, 70, "Input",ExpressionUUID->"935741d9-db53-48c2-a915-0dd727a1469a", +Cell[26976, 815, 195, 4, 70, "Input",ExpressionUUID->"40f68a39-3309-4fa1-a704-414062851945", CellID->1168385967], -Cell[26420, 793, 188, 3, 36, "Output",ExpressionUUID->"7b98de57-81a7-44fe-90b2-e6408200de7f", - CellID->1889073093] +Cell[27174, 821, 188, 3, 36, "Output",ExpressionUUID->"73b83247-304f-4cfa-a737-e82fe997b5b8", + CellID->1416494528] }, Open ]], -Cell[26623, 799, 205, 4, 70, "Text",ExpressionUUID->"4b640a3b-1e88-493f-b60e-42f400842b37", +Cell[27377, 827, 205, 4, 70, "Text",ExpressionUUID->"2b538577-8f2f-4e02-a577-6a2762fc4217", CellID->1573307584], Cell[CellGroupData[{ -Cell[26853, 807, 331, 7, 70, "Input",ExpressionUUID->"b33d8d04-8f33-4db0-9532-aca4e459fb80", +Cell[27607, 835, 331, 7, 70, "Input",ExpressionUUID->"eb104f6c-6227-474e-8f0b-6b9432352d34", CellID->1677625476], -Cell[27187, 816, 330, 8, 36, "Output",ExpressionUUID->"8571f4a0-3504-4211-9965-e40d6c91a641", - CellID->616035681] +Cell[27941, 844, 331, 8, 36, "Output",ExpressionUUID->"dd2c83d0-7ba4-4e79-aece-9f6aee0648f0", + CellID->2026837974] }, Open ]], -Cell[27532, 827, 222, 4, 70, "Text",ExpressionUUID->"c9ac0f27-e87d-437d-b2ad-8d7163f8129f", +Cell[28287, 855, 222, 4, 70, "Text",ExpressionUUID->"dccd854b-b563-4c3d-8a66-6e0c0512f1a1", CellID->1406549817], Cell[CellGroupData[{ -Cell[27779, 835, 275, 6, 70, "Input",ExpressionUUID->"84caf0ca-6e9d-44a1-a025-5b225ee49fff", +Cell[28534, 863, 275, 6, 70, "Input",ExpressionUUID->"baa9545b-fe30-469f-b573-44e9f1725624", CellID->1715516907], -Cell[28057, 843, 192, 4, 36, "Output",ExpressionUUID->"9f3c57da-dc38-4508-bfc8-c18260efa2c3", - CellID->897395911] +Cell[28812, 871, 192, 4, 36, "Output",ExpressionUUID->"ab618f87-0d4a-4842-aba3-604303b3e306", + CellID->151539698] }, Open ]], -Cell[28264, 850, 137, 1, 70, "Text",ExpressionUUID->"b008f3aa-eb9b-43ab-8e5b-6c52959d0826", +Cell[29019, 878, 137, 1, 70, "Text",ExpressionUUID->"078d9635-349e-4e15-bb45-c51087bf719f", CellID->1266804786], Cell[CellGroupData[{ -Cell[28426, 855, 195, 4, 70, "Input",ExpressionUUID->"676a385b-e2b9-4f87-b769-56c342af27f1", +Cell[29181, 883, 195, 4, 70, "Input",ExpressionUUID->"92b83c12-fb89-4802-94c1-d1c8bfa3e716", CellID->1670577441], -Cell[28624, 861, 143, 2, 36, "Output",ExpressionUUID->"ce231638-c341-4d21-a20d-948598d9ab81", - CellID->560473257] +Cell[29379, 889, 144, 2, 36, "Output",ExpressionUUID->"fbe56c5e-a6c8-469e-9632-c2a3d4fdbea3", + CellID->2115008054] }, Open ]], Cell[CellGroupData[{ -Cell[28804, 868, 195, 4, 70, "Input",ExpressionUUID->"3e111775-c0a0-41e9-b89b-894c1304914f", +Cell[29560, 896, 195, 4, 70, "Input",ExpressionUUID->"5093df97-9da6-4983-ac2a-5eee59d892dd", CellID->1725481038], -Cell[29002, 874, 139, 3, 36, "Output",ExpressionUUID->"66385017-6a3c-48e5-82f6-35e24424effa", - CellID->178829838] +Cell[29758, 902, 139, 3, 37, "Output",ExpressionUUID->"a61f9e5a-6ad5-4000-950b-ef414e5e8bc9", + CellID->295525239] }, Open ]], -Cell[29156, 880, 229, 4, 70, "Text",ExpressionUUID->"f3d7d94e-822f-4d4f-af49-ff22a8f1c62c", +Cell[29912, 908, 229, 4, 70, "Text",ExpressionUUID->"0c4790fe-cfaf-4767-9850-562b9e500cf1", CellID->119368512], Cell[CellGroupData[{ -Cell[29410, 888, 264, 7, 70, "Input",ExpressionUUID->"6dd59189-b18e-46b8-b250-d757c02d057e", +Cell[30166, 916, 264, 7, 70, "Input",ExpressionUUID->"83a00f56-fca4-47f6-8b59-78cfddf84f1d", CellID->1242555818], -Cell[29677, 897, 238, 6, 51, "Output",ExpressionUUID->"a4f1305b-43b5-472d-8b03-f4da89a0ec4a", - CellID->1704573624] +Cell[30433, 925, 237, 6, 50, "Output",ExpressionUUID->"17dae2d5-4054-4a04-b663-fcb3c3aa4560", + CellID->601654631] }, Open ]], -Cell[29930, 906, 142, 1, 70, "Text",ExpressionUUID->"b7abc238-933e-4c39-bce0-94e4d73206ae", +Cell[30685, 934, 142, 1, 70, "Text",ExpressionUUID->"77058dd7-0e3d-4682-b1b1-686287c2c8d9", CellID->1147967621], Cell[CellGroupData[{ -Cell[30097, 911, 322, 9, 70, "Input",ExpressionUUID->"2d1e3b81-9764-408e-b9bf-987eda086b9d", +Cell[30852, 939, 322, 9, 70, "Input",ExpressionUUID->"0a01f43f-01b5-4402-b896-921d72830d89", CellID->1410727734], -Cell[30422, 922, 293, 8, 51, "Output",ExpressionUUID->"bae0745b-3779-4633-8318-c6401d783ee6", - CellID->1170372711] +Cell[31177, 950, 293, 8, 51, "Output",ExpressionUUID->"6fe8c18d-3497-472c-a4f5-cc13507c662e", + CellID->1839550157] +}, Open ]], +Cell[31485, 961, 163, 3, 70, "Text",ExpressionUUID->"d6d8526e-9d37-4d54-ba40-51faf67bae03", + CellID->491064720], +Cell[CellGroupData[{ +Cell[31673, 968, 195, 4, 70, "Input",ExpressionUUID->"3943f4f1-c2a0-4bdc-8224-1137aac160d9", + CellID->155501057], +Cell[31871, 974, 2217, 60, 85, "Output",ExpressionUUID->"c7487c6b-cfca-4172-b8fe-edc2c53031e2", + CellID->1529418802] +}, Open ]], +Cell[34103, 1037, 197, 4, 70, "Text",ExpressionUUID->"d1ad72c3-25e4-4a09-8321-3ee53303478a", + CellID->852612536], +Cell[CellGroupData[{ +Cell[34325, 1045, 199, 4, 70, "Input",ExpressionUUID->"6d0d8314-6743-4d73-90ba-5ef48269417d", + CellID->1948573967], +Cell[34527, 1051, 1269, 36, 53, "Output",ExpressionUUID->"fdb2f85c-799e-44c5-890e-f0013ca2ea60", + CellID->1727743520] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[30764, 936, 105, 1, 36, "Subsubsection",ExpressionUUID->"b8902187-87e0-47cb-b26c-e670632ee48d", +Cell[35845, 1093, 105, 1, 36, "Subsubsection",ExpressionUUID->"51bf17a0-824f-42a1-bbea-7a1e93ccb5aa", CellID->691970818], -Cell[30872, 939, 1693, 28, 70, "Text",ExpressionUUID->"7fb767f7-547a-42c7-878a-65248870e8f2", +Cell[35953, 1096, 1876, 30, 70, "Text",ExpressionUUID->"59b40975-d2b5-449e-93e2-75c19d867316", CellID->533891248], -Cell[32568, 969, 163, 3, 70, "Text",ExpressionUUID->"19181d86-5a8d-41e5-8678-73dd1e6ab155", +Cell[37832, 1128, 163, 3, 70, "Text",ExpressionUUID->"f27bad3e-9a09-4465-b7e7-650aecd710af", CellID->1374134285], Cell[CellGroupData[{ -Cell[32756, 976, 171, 3, 70, "Input",ExpressionUUID->"536d91e5-7513-491f-a5a7-6cdf46bfd7bb", +Cell[38020, 1135, 171, 3, 70, "Input",ExpressionUUID->"843114fb-df50-4eb3-9826-2081686f6135", CellID->1970413109], -Cell[32930, 981, 1214, 28, 87, "Output",ExpressionUUID->"449bd507-9f8a-452b-a07d-1e2d0105ec74", - CellID->904956707] +Cell[38194, 1140, 1461, 33, 102, "Output",ExpressionUUID->"f29e9e46-4373-42db-8210-5813a045800d", + CellID->1458588711] }, Open ]], -Cell[34159, 1012, 207, 4, 70, "Text",ExpressionUUID->"d499a6a3-be28-457a-b778-539de32e5f4d", +Cell[39670, 1176, 207, 4, 70, "Text",ExpressionUUID->"9714bc55-1bbb-414d-9d6c-4d99e36d22c6", CellID->955185029], Cell[CellGroupData[{ -Cell[34391, 1020, 565, 12, 70, "Input",ExpressionUUID->"2c5eb32b-da8f-4c3b-99c0-0fe9d4c87632", +Cell[39902, 1184, 565, 12, 70, "Input",ExpressionUUID->"7154e56a-3967-4178-8ca1-60b1dc0667a5", CellID->136855853], -Cell[34959, 1034, 1855, 40, 485, "Output",ExpressionUUID->"0e306b46-4c04-4c72-9e53-3a90b3ac1dde", - CellID->1189385131] +Cell[40470, 1198, 1854, 40, 485, "Output",ExpressionUUID->"e7ec60a0-ccb5-436b-8110-ea7447db4c73", + CellID->165233293] }, Open ]], -Cell[36829, 1077, 390, 6, 70, "Text",ExpressionUUID->"e7c51db7-e9b3-4ed9-bc77-52539954c5dc", +Cell[42339, 1241, 390, 6, 70, "Text",ExpressionUUID->"3826dbdf-2b0a-4951-8af7-702f719da75e", CellID->713363404], Cell[CellGroupData[{ -Cell[37244, 1087, 545, 11, 70, "Input",ExpressionUUID->"545d52f7-8c86-44bb-aee3-2894c7556977", +Cell[42754, 1251, 545, 11, 70, "Input",ExpressionUUID->"cda24ee1-5a6e-4314-b746-cdd89f8969d1", CellID->691701682], -Cell[37792, 1100, 2031, 44, 485, "Output",ExpressionUUID->"10aa2055-95f3-4fe1-b1bb-8789e8c34518", - CellID->1978579096] +Cell[43302, 1264, 2031, 44, 485, "Output",ExpressionUUID->"7748af82-0dc2-4d79-a182-dfd7f7a724e7", + CellID->1728090771] }, Open ]], -Cell[39838, 1147, 287, 5, 70, "Text",ExpressionUUID->"3035047a-a334-4ac3-8b09-cb9bedbdfece", +Cell[45348, 1311, 287, 5, 70, "Text",ExpressionUUID->"643863dd-9955-4b37-8156-65c7f00826d1", CellID->62006969], Cell[CellGroupData[{ -Cell[40150, 1156, 620, 13, 70, "Input",ExpressionUUID->"c89d2b0d-39b4-4dfc-ba56-fb3000f7e556", +Cell[45660, 1320, 620, 13, 70, "Input",ExpressionUUID->"11440fcb-48d1-41ba-93b1-8d631fdcef33", CellID->1860087649], -Cell[40773, 1171, 3797, 77, 455, "Output",ExpressionUUID->"d5fb9457-05d7-4c00-aa4e-d1127d827743", - CellID->1921536425] +Cell[46283, 1335, 4352, 88, 455, "Output",ExpressionUUID->"c3cb3801-c132-4a41-b38c-98a257ff0d61", + CellID->132258152] }, Open ]], -Cell[44585, 1251, 354, 6, 70, "Text",ExpressionUUID->"2ec8ed38-428a-4ddf-aa5e-9d7b6f7f01a7", +Cell[50650, 1426, 354, 6, 70, "Text",ExpressionUUID->"a74a3938-281a-4fc9-8f41-7262065a262a", CellID->1635314553], Cell[CellGroupData[{ -Cell[44964, 1261, 680, 14, 70, "Input",ExpressionUUID->"7b1bf2c4-568a-4f39-a1a0-fc3d8f076cf1", +Cell[51029, 1436, 680, 14, 70, "Input",ExpressionUUID->"aa69fefe-d5f0-4ebf-acaf-ba3dd5f6aa49", CellID->1390229477], -Cell[45647, 1277, 2151, 49, 485, "Output",ExpressionUUID->"b37820af-48e9-49b2-8236-dfd041a34ee3", - CellID->2061780987] +Cell[51712, 1452, 2150, 49, 485, "Output",ExpressionUUID->"bcff3a4b-8600-47b7-bfab-db648f01b256", + CellID->948807213] }, Open ]], -Cell[47813, 1329, 286, 5, 70, "Text",ExpressionUUID->"6adb4ce5-2ca2-4d83-8e7c-3025d8e4f4e8", +Cell[53877, 1504, 286, 5, 70, "Text",ExpressionUUID->"96712279-bbf4-4d71-b3cf-ba60cdd25dd0", CellID->894380722], Cell[CellGroupData[{ -Cell[48124, 1338, 679, 14, 70, "Input",ExpressionUUID->"0971707d-7cab-4f75-a4b0-ec312a359972", +Cell[54188, 1513, 679, 14, 70, "Input",ExpressionUUID->"3d68a574-029f-4841-8de2-ef5742ed6177", CellID->958262737], -Cell[48806, 1354, 2151, 49, 485, "Output",ExpressionUUID->"13c9e525-bd93-405a-86e8-3530d6c78ee3", - CellID->1419864338] +Cell[54870, 1529, 2151, 49, 485, "Output",ExpressionUUID->"788e8204-4aea-4838-8b2f-3e25238f06e1", + CellID->1948650088] }, Open ]], -Cell[50972, 1406, 328, 6, 70, "Text",ExpressionUUID->"63941a37-cb39-4ffa-aef0-8f7b9ffe73ca", +Cell[57036, 1581, 328, 6, 70, "Text",ExpressionUUID->"5feb00aa-3f8a-47d1-a6ca-efbe2b13cf30", CellID->13701860], Cell[CellGroupData[{ -Cell[51325, 1416, 734, 16, 70, "Input",ExpressionUUID->"c72f72cf-843f-450f-9d60-a31bb4e9168c", +Cell[57389, 1591, 734, 16, 70, "Input",ExpressionUUID->"5a747e62-d25d-46f6-a88e-71be3bd210c5", CellID->481356530], -Cell[52062, 1434, 2353, 56, 485, "Output",ExpressionUUID->"17978778-f5d5-4eab-8787-d7d9c331a10d", - CellID->1296888718] +Cell[58126, 1609, 2352, 56, 485, "Output",ExpressionUUID->"a66ff8c2-22fd-4f53-96cb-5cf065751605", + CellID->356159932] }, Open ]], -Cell[54430, 1493, 105, 1, 70, "Text",ExpressionUUID->"f0a0b04b-a36d-4b30-9c82-20c9bc474a94", +Cell[60493, 1668, 105, 1, 70, "Text",ExpressionUUID->"36cdd431-a2c9-4fe8-a29e-6c1a64f08c11", CellID->1739182898], Cell[CellGroupData[{ -Cell[54560, 1498, 685, 14, 70, "Input",ExpressionUUID->"79709553-c083-4ed0-870d-234c43e5a0c0", +Cell[60623, 1673, 685, 14, 70, "Input",ExpressionUUID->"2dbf5f09-7641-48cb-850d-f90d5d55b903", CellID->1561152849], -Cell[55248, 1514, 2007, 44, 485, "Output",ExpressionUUID->"fbb2ff00-7e42-48c1-a542-17e5176959b9", - CellID->422523266] +Cell[61311, 1689, 2008, 44, 485, "Output",ExpressionUUID->"72024c1e-f9f4-49ee-bba8-af4636b80df7", + CellID->1354033454] }, Open ]], Cell[CellGroupData[{ -Cell[57292, 1563, 733, 15, 70, "Input",ExpressionUUID->"aea75690-8c75-4a66-891e-bb0401cc1cef", +Cell[63356, 1738, 733, 15, 70, "Input",ExpressionUUID->"9f919361-8148-4211-959c-56ab45d1e96a", CellID->834255068], -Cell[58028, 1580, 3962, 81, 455, "Output",ExpressionUUID->"8197c401-1422-4414-864e-c4afe1c23ac5", - CellID->1612017247] +Cell[64092, 1755, 4518, 92, 455, "Output",ExpressionUUID->"ea357f75-0592-4033-a8d5-87ac5d7af370", + CellID->1276419002] }, Open ]], -Cell[62005, 1664, 143, 1, 70, "Text",ExpressionUUID->"65a319c2-c4a8-45d7-b435-9486bd46d063", +Cell[68625, 1850, 143, 1, 70, "Text",ExpressionUUID->"f9edde07-bf07-41c8-b6f8-ac3e160beb55", CellID->752023872], Cell[CellGroupData[{ -Cell[62173, 1669, 846, 18, 70, "Input",ExpressionUUID->"f3bd45ab-b174-42dd-ad8a-0f41e20cb2a1", +Cell[68793, 1855, 846, 18, 70, "Input",ExpressionUUID->"c1e5104a-fd7c-439e-bf46-ed9d9f6cd490", CellID->97499154], -Cell[63022, 1689, 2566, 61, 485, "Output",ExpressionUUID->"d2817b86-bcfe-49aa-aafc-c1045bacc902", - CellID->1045416400] +Cell[69642, 1875, 2566, 61, 485, "Output",ExpressionUUID->"e5e8ad70-c596-4c92-9119-10bb8e5ba3fd", + CellID->1849812088] }, Open ]], -Cell[65603, 1753, 106, 1, 70, "Text",ExpressionUUID->"ec272fa0-13ed-40aa-8361-abdc84930249", +Cell[72223, 1939, 106, 1, 70, "Text",ExpressionUUID->"2f462968-9fec-4d72-99ab-260d1050b4e8", CellID->1443994690], Cell[CellGroupData[{ -Cell[65734, 1758, 679, 14, 70, "Input",ExpressionUUID->"cea71c44-5cb2-4552-bb56-77390e50366a", +Cell[72354, 1944, 679, 14, 70, "Input",ExpressionUUID->"50bf4e58-cdef-41ad-bd04-bea39a518ac9", CellID->631390402], -Cell[66416, 1774, 2109, 48, 485, "Output",ExpressionUUID->"4da7204a-f9fc-4e97-aa19-33e08bdadf61", - CellID->1706884749] +Cell[73036, 1960, 2109, 48, 485, "Output",ExpressionUUID->"18f5128a-1b3b-46bb-a87d-95994bc51892", + CellID->1349773889] }, Open ]], -Cell[68540, 1825, 163, 3, 70, "Text",ExpressionUUID->"6d60dd14-75f9-4bbd-98ee-43c8360f3301", +Cell[75160, 2011, 163, 3, 70, "Text",ExpressionUUID->"ba05b95d-d12e-4b05-98d4-47c34379eb4a", CellID->1266924152], Cell[CellGroupData[{ -Cell[68728, 1832, 859, 18, 70, "Input",ExpressionUUID->"f34cb523-f8fd-4dba-bf09-a6f466dd177d", +Cell[75348, 2018, 859, 18, 70, "Input",ExpressionUUID->"2889a8a7-dd94-4f0d-b72a-7f51b4994b95", CellID->1106808230], -Cell[69590, 1852, 2825, 69, 485, "Output",ExpressionUUID->"b4810f99-5b35-4041-a64f-c147d1bf5205", - CellID->1257856836] +Cell[76210, 2038, 2824, 69, 485, "Output",ExpressionUUID->"f9b7af8d-2c49-4f1c-b190-7910fcfaf894", + CellID->510304592] }, Open ]], -Cell[72430, 1924, 164, 3, 70, "Text",ExpressionUUID->"fbee2083-752b-4a97-972e-4b1102e27f52", +Cell[79049, 2110, 164, 3, 70, "Text",ExpressionUUID->"5c246df0-b400-446b-a618-7f3da10e101f", CellID->1403780005], Cell[CellGroupData[{ -Cell[72619, 1931, 680, 14, 70, "Input",ExpressionUUID->"7a654caf-1c31-4aba-b9e6-0a76d482c832", +Cell[79238, 2117, 680, 14, 70, "Input",ExpressionUUID->"e3f0d0da-586c-4a1e-8d26-5641ff88adcd", CellID->797911072], -Cell[73302, 1947, 2249, 50, 485, "Output",ExpressionUUID->"946ffddb-6132-4742-9ff8-0e413b1de57f", - CellID->157023327] +Cell[79921, 2133, 2249, 50, 485, "Output",ExpressionUUID->"485df23c-c5b1-4bbb-bc87-659c2fa04fec", + CellID->538033057] }, Open ]], -Cell[75566, 2000, 174, 3, 70, "Text",ExpressionUUID->"c23e0bc0-cdfc-410c-a1e4-d39b10d04041", +Cell[82185, 2186, 174, 3, 70, "Text",ExpressionUUID->"71617c37-e3a4-4745-ba74-b39944e4d40d", CellID->2095481687], Cell[CellGroupData[{ -Cell[75765, 2007, 875, 19, 70, "Input",ExpressionUUID->"866577bb-9b40-4534-a82f-a16a4c6315fb", +Cell[82384, 2193, 875, 19, 70, "Input",ExpressionUUID->"f0e4c756-885b-4ed2-9f1f-5165aa43fc40", CellID->1811101592], -Cell[76643, 2028, 3174, 78, 485, "Output",ExpressionUUID->"ff3ac789-0f2a-4538-9e74-01700b2db134", - CellID->1453600001] +Cell[83262, 2214, 3173, 78, 485, "Output",ExpressionUUID->"96a4f8ae-d6f6-489c-9a9f-47c7f5bd290d", + CellID->665098495] }, Open ]], -Cell[79832, 2109, 107, 1, 70, "Text",ExpressionUUID->"fda3295d-d90d-4728-bb66-59594d659dfd", +Cell[86450, 2295, 107, 1, 70, "Text",ExpressionUUID->"cf2f76f5-d6b7-4cd0-8163-7718e2769284", CellID->1808085688], -Cell[79942, 2112, 316, 5, 70, "Text",ExpressionUUID->"196e2e1e-186d-49d8-8b61-069a4ad6a8fb", +Cell[86560, 2298, 316, 5, 70, "Text",ExpressionUUID->"7f52f7e1-0599-4ae5-882f-44e22414aca5", CellID->991774190], Cell[CellGroupData[{ -Cell[80283, 2121, 713, 15, 70, "Input",ExpressionUUID->"91458592-618d-4073-8ae9-4537e70b4985", +Cell[86901, 2307, 713, 15, 70, "Input",ExpressionUUID->"c3255eeb-6437-466c-a890-f9784875cb4d", CellID->235323999], -Cell[80999, 2138, 2519, 55, 485, "Output",ExpressionUUID->"59f9ef56-ba76-4041-8b7e-f44c78267e11", - CellID->1856179341] +Cell[87617, 2324, 2517, 55, 485, "Output",ExpressionUUID->"13909743-2191-4dac-970c-beb5a034b61e", + CellID->30884869] }, Open ]], -Cell[83533, 2196, 125, 1, 70, "Text",ExpressionUUID->"5923cd87-ff0c-4975-8707-7ebbb4d22ccb", +Cell[90149, 2382, 125, 1, 70, "Text",ExpressionUUID->"5c553369-b366-43d2-8968-7266c1ecff96", CellID->907502846], Cell[CellGroupData[{ -Cell[83683, 2201, 908, 20, 70, "Input",ExpressionUUID->"7c288d55-9542-4f02-bda2-1c00e813255e", +Cell[90299, 2387, 908, 20, 70, "Input",ExpressionUUID->"b52a6cd0-a2db-4109-978b-ed7136e37e23", CellID->1129704722], -Cell[84594, 2223, 3384, 82, 485, "Output",ExpressionUUID->"c81751bf-d895-4a56-b5f9-7142eb0a0d5c", - CellID->8492764] +Cell[91210, 2409, 3387, 82, 485, "Output",ExpressionUUID->"c08f7874-a673-431e-b45a-c273a17b653e", + CellID->1941203986] }, Open ]], -Cell[87993, 2308, 128, 1, 70, "Text",ExpressionUUID->"6c140278-daa6-4f37-8214-315565e8ea1e", +Cell[94612, 2494, 128, 1, 70, "Text",ExpressionUUID->"c3482216-ba14-4a7e-8736-cd91e52aaa92", CellID->807965146], Cell[CellGroupData[{ -Cell[88146, 2313, 715, 15, 70, "Input",ExpressionUUID->"54880da9-484a-41a3-9920-78fa76651a26", +Cell[94765, 2499, 715, 15, 70, "Input",ExpressionUUID->"497ed9f0-b731-4137-bd2b-0692fd95b6b4", CellID->1143406582], -Cell[88864, 2330, 3046, 71, 485, "Output",ExpressionUUID->"5f708fa3-882f-42d4-a95c-48ac389aa67b", - CellID->1522665052] +Cell[95483, 2516, 3045, 71, 485, "Output",ExpressionUUID->"55bcc1f2-d2e0-42f9-aa00-a2cf80987da9", + CellID->364297937] }, Open ]], -Cell[91925, 2404, 141, 1, 70, "Text",ExpressionUUID->"c4e8f9a7-857b-4841-8b10-20ed9f3b5d06", +Cell[98543, 2590, 141, 1, 70, "Text",ExpressionUUID->"6e0853f4-badb-4967-9b07-130545c67f43", CellID->292652884], Cell[CellGroupData[{ -Cell[92091, 2409, 358, 10, 70, "Input",ExpressionUUID->"7f3efbeb-74e0-45d8-be85-471d73919e1b", +Cell[98709, 2595, 358, 10, 70, "Input",ExpressionUUID->"f3726729-66ab-4896-b0f9-9f9a5a7bd847", CellID->735105833], -Cell[92452, 2421, 1021, 28, 73, "Output",ExpressionUUID->"ecc744e3-f245-4877-b7fe-9f89a25d57ec", - CellID->1348544333] +Cell[99070, 2607, 1020, 28, 73, "Output",ExpressionUUID->"e0b5964e-f07c-4b1f-8ae2-21743e6b3729", + CellID->413897144] }, Open ]], Cell[CellGroupData[{ -Cell[93510, 2454, 829, 17, 70, "Input",ExpressionUUID->"e7d5164d-a872-4ac2-842a-62f39a78c29c", +Cell[100127, 2640, 829, 17, 70, "Input",ExpressionUUID->"613df55a-981c-4d91-ba4e-064be3f64ec4", CellID->2044192783], -Cell[94342, 2473, 4244, 107, 485, "Output",ExpressionUUID->"b922b79c-ae18-48f1-9140-0b2822d034fe", - CellID->103866932] +Cell[100959, 2659, 4245, 107, 485, "Output",ExpressionUUID->"71d74693-964f-4b30-ae83-153e3e99d56f", + CellID->1109018115] }, Open ]], -Cell[98601, 2583, 175, 3, 70, "Text",ExpressionUUID->"19cb3640-67af-43f3-9a0a-ca03472e456c", +Cell[105219, 2769, 175, 3, 70, "Text",ExpressionUUID->"107ba076-7fa1-4afd-9d5a-2ee5049ca23b", CellID->336157999], Cell[CellGroupData[{ -Cell[98801, 2590, 197, 4, 70, "Input",ExpressionUUID->"831565ef-0302-4761-9991-464bd05c35a9", +Cell[105419, 2776, 197, 4, 70, "Input",ExpressionUUID->"d51de208-24ca-428e-98ec-438b780fba74", CellID->648733008], -Cell[99001, 2596, 131, 2, 36, "Output",ExpressionUUID->"1f4b2f57-ee36-4fc1-9baf-a3ca5ba85097", - CellID->1968601548] +Cell[105619, 2782, 130, 2, 36, "Output",ExpressionUUID->"a9ab6012-dcbd-4f63-b656-9c471b363961", + CellID->908374746] }, Open ]], Cell[CellGroupData[{ -Cell[99169, 2603, 197, 4, 70, "Input",ExpressionUUID->"fa50c2da-d93a-4ba8-9fdb-dd54e93a2ca6", +Cell[105786, 2789, 197, 4, 70, "Input",ExpressionUUID->"9505bd13-f05f-4f3d-b064-780fd4eb6d7c", CellID->126445053], -Cell[99369, 2609, 131, 2, 36, "Output",ExpressionUUID->"9ac685da-09d5-4161-80fb-abe6c388b1c1", - CellID->1620436678] +Cell[105986, 2795, 131, 2, 36, "Output",ExpressionUUID->"4bb1aede-acc6-4295-9d41-ee3f9fd1256a", + CellID->1971487518] }, Open ]], Cell[CellGroupData[{ -Cell[99537, 2616, 198, 4, 70, "Input",ExpressionUUID->"f77efdbf-a69f-4dd6-9993-868faca3e42a", +Cell[106154, 2802, 198, 4, 70, "Input",ExpressionUUID->"70c7ac7c-bebd-4ff6-b24e-646d924d9126", CellID->150766810], -Cell[99738, 2622, 130, 2, 36, "Output",ExpressionUUID->"94837ae2-12e1-4ef7-b54c-fc8995bf3f49", - CellID->843073334] +Cell[106355, 2808, 131, 2, 36, "Output",ExpressionUUID->"e3cf4e61-7bba-42b5-9dbe-48d4de6a5f80", + CellID->1076440410] }, Open ]], Cell[CellGroupData[{ -Cell[99905, 2629, 199, 4, 70, "Input",ExpressionUUID->"56bc319e-2bf2-4b56-89ad-da30941bf470", +Cell[106523, 2815, 199, 4, 70, "Input",ExpressionUUID->"643a6dd5-f2d7-427b-9424-1807ab51a0e0", CellID->1212168202], -Cell[100107, 2635, 130, 2, 36, "Output",ExpressionUUID->"335b643b-1d8d-4218-af9e-1e2de542a765", - CellID->907885131] +Cell[106725, 2821, 130, 2, 36, "Output",ExpressionUUID->"c86e8e12-7f0c-46bd-a6ad-94d5d67268df", + CellID->177385627] }, Open ]], Cell[CellGroupData[{ -Cell[100274, 2642, 198, 4, 70, "Input",ExpressionUUID->"625c5a48-f1d3-443c-86cd-710cf74050eb", +Cell[106892, 2828, 198, 4, 70, "Input",ExpressionUUID->"8dbeb11c-c450-4c30-803e-a9ca0b6e1674", CellID->1262989111], -Cell[100475, 2648, 131, 2, 36, "Output",ExpressionUUID->"3a2c76d9-4c8c-4cf2-8828-c49b6c94ec92", - CellID->1884760989] +Cell[107093, 2834, 131, 2, 36, "Output",ExpressionUUID->"e7c9f837-a849-461c-94e3-2299db15792a", + CellID->1850841845] }, Open ]], Cell[CellGroupData[{ -Cell[100643, 2655, 198, 4, 70, "Input",ExpressionUUID->"2abb4ca4-afe7-4e68-a971-261baa11a22e", +Cell[107261, 2841, 198, 4, 70, "Input",ExpressionUUID->"d4483907-fce7-4eff-a163-1990c0688841", CellID->2055486113], -Cell[100844, 2661, 130, 2, 36, "Output",ExpressionUUID->"8b77d29f-ba99-4a86-9f72-25167726f332", - CellID->584662779] +Cell[107462, 2847, 131, 2, 36, "Output",ExpressionUUID->"74b0a807-4f67-47c6-9a04-3c00a968747f", + CellID->1227980108] }, Open ]], Cell[CellGroupData[{ -Cell[101011, 2668, 198, 4, 70, "Input",ExpressionUUID->"43adbda2-2fa7-49ba-a748-f89cbc0c227c", +Cell[107630, 2854, 198, 4, 70, "Input",ExpressionUUID->"f97c1699-c663-4ee3-b9d4-f2df4b36b409", CellID->416462599], -Cell[101212, 2674, 131, 2, 36, "Output",ExpressionUUID->"bab6fe00-1792-4968-a26b-c919da9155ff", - CellID->1523920813] +Cell[107831, 2860, 130, 2, 36, "Output",ExpressionUUID->"29eeef04-ad86-4bd9-b1ce-7adef2825eba", + CellID->144910033] }, Open ]], Cell[CellGroupData[{ -Cell[101380, 2681, 198, 4, 70, "Input",ExpressionUUID->"51e9c89e-3ec4-4084-a92c-7e9bbbbcb41e", +Cell[107998, 2867, 198, 4, 70, "Input",ExpressionUUID->"8da23961-dc4d-46cf-ae21-71049d5e45cd", CellID->548484682], -Cell[101581, 2687, 130, 2, 36, "Output",ExpressionUUID->"9141d391-5a8a-41e7-9b84-954a549591ec", - CellID->634673252] +Cell[108199, 2873, 131, 2, 36, "Output",ExpressionUUID->"63e5497d-741c-4ff2-92e0-5b2cba7b512f", + CellID->2146367084] }, Open ]] }, Closed]], Cell[CellGroupData[{ -Cell[101760, 2695, 119, 1, 36, "Subsubsection",ExpressionUUID->"5ea24b26-1c04-474f-b70c-3668f0272e50", +Cell[108379, 2881, 119, 1, 36, "Subsubsection",ExpressionUUID->"02c265dc-2bd7-4a2f-b22a-cd56c211f0f3", CellID->563394600], -Cell[101882, 2698, 198, 4, 70, "Text",ExpressionUUID->"d6be2b4c-bad1-4c91-a3a9-46e731ce7aac", +Cell[108501, 2884, 198, 4, 70, "Text",ExpressionUUID->"de7a45e6-5e54-48a3-968a-6af2221e4e45", CellID->783808681], Cell[CellGroupData[{ -Cell[102105, 2706, 176, 3, 70, "Input",ExpressionUUID->"e6be4ca3-83d6-4a82-9404-2bf4b824c90d", +Cell[108724, 2892, 176, 3, 70, "Input",ExpressionUUID->"d5d2fabb-68a5-4281-9760-79d5238bc379", CellID->1127896158], -Cell[102284, 2711, 1368, 32, 104, "Output",ExpressionUUID->"27f1dd78-904b-4230-90c3-6122bfdc9afc", - CellID->1145136037] +Cell[108903, 2897, 1368, 32, 102, "Output",ExpressionUUID->"58686349-7158-45f2-8d06-dd049de5e589", + CellID->1829634739] }, Open ]], Cell[CellGroupData[{ -Cell[103689, 2748, 489, 10, 70, "Input",ExpressionUUID->"86a887a5-cf9f-4aba-941a-c567cb2846b6", +Cell[110308, 2934, 489, 10, 70, "Input",ExpressionUUID->"9e4327a6-848a-4ec3-b899-dd19ff5b7b85", CellID->1913513403], -Cell[104181, 2760, 4111, 77, 485, "Output",ExpressionUUID->"bede4ac1-76e4-40ef-8cb4-c25b5e0de819", - CellID->1702750651] +Cell[110800, 2946, 4111, 77, 485, "Output",ExpressionUUID->"e36b702d-954b-45ed-acd5-4be3a78cf24b", + CellID->1984460190] }, Open ]], Cell[CellGroupData[{ -Cell[108329, 2842, 488, 10, 70, "Input",ExpressionUUID->"51686302-81ba-428f-9165-ed68bc9a0a99", +Cell[114948, 3028, 488, 10, 70, "Input",ExpressionUUID->"75197fdd-5c5a-4ae9-b891-35331cf97dfe", CellID->131378944], -Cell[108820, 2854, 4046, 77, 485, "Output",ExpressionUUID->"9932272a-6283-43c7-aa7f-b124e28d8b39", - CellID->191763228] +Cell[115439, 3040, 4047, 77, 485, "Output",ExpressionUUID->"5d0eeb21-ffa2-46cd-b7f8-410dcecf1ff9", + CellID->1528302238] }, Open ]], Cell[CellGroupData[{ -Cell[112903, 2936, 488, 10, 70, "Input",ExpressionUUID->"67a7d0d0-1823-46b6-8d40-44f1a76ef971", +Cell[119523, 3122, 488, 10, 70, "Input",ExpressionUUID->"86002917-c48c-43e9-a78b-6a3e1f62fde4", CellID->1332473902], -Cell[113394, 2948, 3500, 67, 485, "Output",ExpressionUUID->"ccf45fa5-4085-427c-a48f-3420b95fe60e", - CellID->168025100] +Cell[120014, 3134, 3501, 67, 485, "Output",ExpressionUUID->"536ad8f7-d62f-427b-8bd4-6913ec487401", + CellID->1409894611] }, Open ]], Cell[CellGroupData[{ -Cell[116931, 3020, 601, 12, 70, "Input",ExpressionUUID->"baeca04d-af1b-4ddf-aefa-2e616fd5ffa9", +Cell[123552, 3206, 601, 12, 70, "Input",ExpressionUUID->"7291923c-b085-41b1-a3be-dff3f185cbb2", CellID->1644542171], -Cell[117535, 3034, 3682, 73, 485, "Output",ExpressionUUID->"0b903abf-ac59-400a-ae90-cb76b8062117", - CellID->460223710] +Cell[124156, 3220, 3683, 73, 485, "Output",ExpressionUUID->"346e455f-0fc3-43f0-b410-24a27500a9ab", + CellID->1295565253] }, Open ]], Cell[CellGroupData[{ -Cell[121254, 3112, 714, 14, 70, "Input",ExpressionUUID->"81daa97c-dae3-4d4c-9c6b-06b7626b9bd5", +Cell[127876, 3298, 714, 14, 70, "Input",ExpressionUUID->"1b8784c8-440f-4c50-ae1e-793fced47b71", CellID->320740964], -Cell[121971, 3128, 3840, 77, 485, "Output",ExpressionUUID->"b6d5ade2-a787-49fa-83c2-4c6d91cd3546", - CellID->1381148360] +Cell[128593, 3314, 3840, 77, 485, "Output",ExpressionUUID->"901988a7-2874-47a7-8e5a-1d182fafbda5", + CellID->1693535532] }, Open ]], Cell[CellGroupData[{ -Cell[125848, 3210, 715, 14, 70, "Input",ExpressionUUID->"2618b6dd-395d-4a69-a9a0-8ed7742bc8b1", +Cell[132470, 3396, 715, 14, 70, "Input",ExpressionUUID->"c7e594a7-5452-401e-9388-6e474347a2f1", CellID->1425268240], -Cell[126566, 3226, 3840, 77, 485, "Output",ExpressionUUID->"4761a253-3759-437d-82fe-9b83c49d58f5", - CellID->2146604196] +Cell[133188, 3412, 3839, 77, 485, "Output",ExpressionUUID->"fe1bbabb-eb49-43ec-90d3-d8cdc7a9757d", + CellID->990501734] }, Open ]], Cell[CellGroupData[{ -Cell[130443, 3308, 654, 14, 70, "Input",ExpressionUUID->"f6a5b792-741e-43d3-b150-999528f93488", +Cell[137064, 3494, 654, 14, 70, "Input",ExpressionUUID->"6885759e-4d00-4673-96cc-e87bb15c82d3", CellID->585795832], -Cell[131100, 3324, 3946, 81, 485, "Output",ExpressionUUID->"e9db6b78-1918-4de8-acbc-21d77bab5e7b", - CellID->234276488] +Cell[137721, 3510, 3947, 81, 485, "Output",ExpressionUUID->"3546fa9e-e24f-4e5f-9714-0f9bc0dc1f3b", + CellID->1427823406] }, Open ]], Cell[CellGroupData[{ -Cell[135083, 3410, 678, 15, 70, "Input",ExpressionUUID->"3fc1ad15-4b69-4bd3-bc55-3a8c34f886d8", +Cell[141705, 3596, 678, 15, 70, "Input",ExpressionUUID->"153d2195-b0f9-4b36-8c3c-0d3d17db6c86", CellID->914718023], -Cell[135764, 3427, 4058, 83, 485, "Output",ExpressionUUID->"fc7ca00c-cdd9-4fe2-8e3c-30e7d9ec34f7", - CellID->1295445699] +Cell[142386, 3613, 4057, 83, 485, "Output",ExpressionUUID->"db305907-5516-4000-bed1-f754ae0c4077", + CellID->494859097] }, Open ]], Cell[CellGroupData[{ -Cell[139859, 3515, 678, 15, 70, "Input",ExpressionUUID->"aeda6008-2e20-4a39-8a13-8b2535ebc25f", +Cell[146480, 3701, 678, 15, 70, "Input",ExpressionUUID->"41a6dbd7-2f39-4cf5-8446-2c79130bac87", CellID->695096037], -Cell[140540, 3532, 4261, 86, 485, "Output",ExpressionUUID->"70808150-63d0-44a8-8bba-4bbac77cb331", - CellID->1418984886] +Cell[147161, 3718, 4260, 86, 485, "Output",ExpressionUUID->"fa066828-6c7b-4aa0-86d3-6c790a51aacc", + CellID->791668174] }, Open ]], Cell[CellGroupData[{ -Cell[144838, 3623, 701, 16, 70, "Input",ExpressionUUID->"e519b319-30dc-45d2-9ed6-b5fdda184b6f", +Cell[151458, 3809, 701, 16, 70, "Input",ExpressionUUID->"60272046-d89c-4902-985c-e6f4562d0da7", CellID->1994137684], -Cell[145542, 3641, 3398, 72, 485, "Output",ExpressionUUID->"adb5b266-5721-4ef2-8c33-399f8bb1fe43", - CellID->1531165206] +Cell[152162, 3827, 3398, 72, 485, "Output",ExpressionUUID->"3c66d7f6-e72e-497d-b4a8-bc18bc683307", + CellID->1783983338] }, Open ]] +}, Closed]], +Cell[CellGroupData[{ +Cell[155609, 3905, 111, 1, 70, "Subsubsection",ExpressionUUID->"65dbd9d9-31ba-4b3c-850c-4253cabd379e", + CellID->1645180112], +Cell[155723, 3908, 1595, 26, 70, "Text",ExpressionUUID->"6dcec3a2-c449-4f92-b86d-7b0a18a5e016", + CellID->836959222], +Cell[157321, 3936, 162, 3, 70, "Text",ExpressionUUID->"b194bcd1-8726-4ee9-a9e9-42e22700058f", + CellID->925574261], +Cell[CellGroupData[{ +Cell[157508, 3943, 173, 3, 70, "Input",ExpressionUUID->"88c238ea-4ee4-46c5-8273-01618acc3782", + CellID->44808273], +Cell[157684, 3948, 1406, 32, 102, "Output",ExpressionUUID->"2b081cee-e0cc-49c1-af6b-a291ebb784b9", + CellID->1848892551] +}, Open ]], +Cell[159105, 3983, 213, 4, 70, "Text",ExpressionUUID->"12a1ad23-298f-4674-8e7f-64527625a866", + CellID->1876167031], +Cell[CellGroupData[{ +Cell[159343, 3991, 571, 12, 70, "Input",ExpressionUUID->"8e876a3f-7fa6-4376-bc83-4084431b78a3", + CellID->1493465239], +Cell[159917, 4005, 4283, 82, 485, "Output",ExpressionUUID->"bf186653-ac36-448c-b3d8-f589c2bb7481", + CellID->2068087176] +}, Open ]], +Cell[164215, 4090, 395, 6, 70, "Text",ExpressionUUID->"8d2e277f-1a72-43fc-a21c-4ca39e8d73d9", + CellID->1442706465], +Cell[CellGroupData[{ +Cell[164635, 4100, 553, 11, 70, "Input",ExpressionUUID->"53bee5b3-a32c-4bf7-b504-120a83fe77f7", + CellID->2038078915], +Cell[165191, 4113, 4445, 86, 485, "Output",ExpressionUUID->"42bee5e7-0517-4444-a030-12163866ea97", + CellID->1486311778] +}, Open ]], +Cell[169651, 4202, 289, 5, 70, "Text",ExpressionUUID->"4be6fac2-d50b-4a3b-a1e6-72dca0ca5b17", + CellID->1194617062], +Cell[CellGroupData[{ +Cell[169965, 4211, 624, 13, 70, "Input",ExpressionUUID->"f2b16ab7-7e99-4f66-8fde-a422b2850a78", + CellID->1754606138], +Cell[170592, 4226, 6908, 130, 455, "Output",ExpressionUUID->"65ae8047-b733-402f-a919-d866fc353f15", + CellID->1051182792] +}, Open ]], +Cell[177515, 4359, 370, 6, 70, "Text",ExpressionUUID->"df846773-2311-491e-80ea-4a06e14645eb", + CellID->609093798], +Cell[CellGroupData[{ +Cell[177910, 4369, 686, 14, 70, "Input",ExpressionUUID->"7e1b7ee9-63c7-4de3-b9f9-a57d38a4a15a", + CellID->702226324], +Cell[178599, 4385, 6026, 131, 485, "Output",ExpressionUUID->"e7c14613-cde7-4cbb-9dab-ecc47eb26cd3", + CellID->430908121] }, Open ]], +Cell[184640, 4519, 278, 5, 70, "Text",ExpressionUUID->"9624465e-9728-4be0-97b7-91befcb7a4ba", + CellID->1005274896], Cell[CellGroupData[{ -Cell[148989, 3719, 115, 1, 70, "Subsubsection",ExpressionUUID->"dc2633c2-144a-409f-8b9b-3e22b45ce2c5", +Cell[184943, 4528, 684, 14, 70, "Input",ExpressionUUID->"8f79d1b3-2808-4e9d-8a29-2071224fe12c", + CellID->1987906867], +Cell[185630, 4544, 4579, 91, 485, "Output",ExpressionUUID->"92f15013-2d6b-4289-910c-6506f6431042", + CellID->2024344836] +}, Open ]], +Cell[190224, 4638, 147, 1, 70, "Text",ExpressionUUID->"858eb452-7657-4f65-985b-15644e580c4e", + CellID->1159004644], +Cell[CellGroupData[{ +Cell[190396, 4643, 667, 13, 70, "Input",ExpressionUUID->"1594c386-fc83-472c-a4c4-5e60c6e8e9fd", + CellID->288392949], +Cell[191066, 4658, 4634, 91, 485, "Output",ExpressionUUID->"af7f8a6d-45ee-47e7-b3a1-69c624e59c06", + CellID->1716281287] +}, Open ]], +Cell[195715, 4752, 240, 4, 70, "Text",ExpressionUUID->"d32cd424-10e5-48eb-a9f8-4aaf8cdfb93c", + CellID->2145660838], +Cell[CellGroupData[{ +Cell[195980, 4760, 778, 16, 70, "Input",ExpressionUUID->"cf57398f-7b72-4094-87eb-bf148c63f1ba", + CellID->1516481197], +Cell[196761, 4778, 4205, 80, 919, "Output",ExpressionUUID->"aeec296e-a1f5-46c4-b257-6bab5b22d8ab", + CellID->461792990] +}, Open ]], +Cell[200981, 4861, 281, 5, 70, "Text",ExpressionUUID->"4d875d24-a94e-4f64-b421-996d6bc125b4", + CellID->1258963440], +Cell[CellGroupData[{ +Cell[201287, 4870, 725, 14, 70, "Input",ExpressionUUID->"a26cfcc4-389b-47ea-b324-9b7ef5cf109b", + CellID->555071676], +Cell[202015, 4886, 4596, 83, 485, "Output",ExpressionUUID->"e9bd7a71-d55c-414e-b23f-34c6baa312b8", + CellID->1818065174] +}, Open ]], +Cell[206626, 4972, 391, 6, 70, "Text",ExpressionUUID->"43c07f60-ec35-4628-b51c-7249d89aa837", + CellID->128913306], +Cell[207020, 4980, 320, 5, 70, "Text",ExpressionUUID->"4cc68237-c2df-48fb-8f2e-9c519caa01ca", + CellID->756659904], +Cell[CellGroupData[{ +Cell[207365, 4989, 772, 15, 70, "Input",ExpressionUUID->"75a99aa2-c530-4b59-8141-60cebca474b0", + CellID->1392030898], +Cell[208140, 5006, 5484, 98, 485, "Output",ExpressionUUID->"687f9197-6ff1-477e-827b-80f4c692a227", + CellID->2080579224] +}, Open ]], +Cell[213639, 5107, 203, 4, 70, "Text",ExpressionUUID->"a7798411-4ddf-4db0-8b11-3defd286b9a8", + CellID->704934262], +Cell[CellGroupData[{ +Cell[213867, 5115, 941, 19, 70, "Input",ExpressionUUID->"89b8f4f2-4386-4313-aec9-fca4128ae8b9", + CellID->498678232], +Cell[214811, 5136, 6508, 131, 485, "Output",ExpressionUUID->"8f2f9dc3-2d32-4d88-8b99-923d2a28707f", + CellID->875690134] +}, Open ]] +}, Closed]], +Cell[CellGroupData[{ +Cell[221368, 5273, 115, 1, 70, "Subsubsection",ExpressionUUID->"b9a9c6c6-5fe1-45c8-90ad-6ffe3b592806", CellID->447867137], -Cell[149107, 3722, 233, 4, 70, "Text",ExpressionUUID->"2a701014-fb4d-4554-8034-e20f92b98b94", +Cell[221486, 5276, 233, 4, 70, "Text",ExpressionUUID->"d5eec5ee-eabb-4794-8f60-b644e3c3bf94", CellID->1902140149], Cell[CellGroupData[{ -Cell[149365, 3730, 178, 3, 70, "Input",ExpressionUUID->"a712d0a9-e8f3-4b0f-8a82-29a7e4228fa8", +Cell[221744, 5284, 178, 3, 70, "Input",ExpressionUUID->"e01a368f-f301-4d0e-bdc1-8452ba25db36", CellID->1759076736], -Cell[149546, 3735, 1479, 34, 104, "Output",ExpressionUUID->"031c5915-7317-4369-9810-385d6c72847f", - CellID->1717968965] +Cell[221925, 5289, 1478, 34, 102, "Output",ExpressionUUID->"741859d3-8547-4fac-bd05-57c50e0b7a1c", + CellID->779599642] }, Open ]], Cell[CellGroupData[{ -Cell[151062, 3774, 920, 19, 70, "Input",ExpressionUUID->"57a0bc8a-db06-44f8-a948-dd14de066586", +Cell[223440, 5328, 920, 19, 70, "Input",ExpressionUUID->"7453c06b-8540-45d9-a8c5-2ca8a55256cd", CellID->1473760559], -Cell[151985, 3795, 298, 6, 70, "Print",ExpressionUUID->"40dbbe10-a78d-4039-86f7-78a631b988e7", - CellID->883518486], -Cell[152286, 3803, 2231, 47, 485, "Output",ExpressionUUID->"956d9718-5a40-449e-a22f-e5dfbe741882", - CellID->429097958] +Cell[224363, 5349, 298, 6, 70, "Print",ExpressionUUID->"a7941374-8359-437c-a780-bd1d660515d7", + CellID->841470323], +Cell[224664, 5357, 2231, 47, 485, "Output",ExpressionUUID->"d2faeb34-e771-4f3f-9c01-658df0507f5a", + CellID->699694005] }, Open ]], Cell[CellGroupData[{ -Cell[154554, 3855, 921, 19, 70, "Input",ExpressionUUID->"f8b58989-b286-4ce8-ba86-2c9c57768bbc", +Cell[226932, 5409, 921, 19, 70, "Input",ExpressionUUID->"44b53043-b902-4885-84de-cbad8bcfecab", CellID->2037155160], Cell[CellGroupData[{ -Cell[155500, 3878, 299, 6, 70, "Print",ExpressionUUID->"90f4a6dd-1e62-4dc4-b5ea-1bbbe55b2088", - CellID->1277370066], -Cell[155802, 3886, 183, 2, 70, "Print",ExpressionUUID->"31551556-fcf8-4171-9d57-18d4f38bbafa", - CellID->2141375322], -Cell[155988, 3890, 195, 2, 70, "Print",ExpressionUUID->"15e78673-eb83-43cf-a7bc-b27ef4b5263a", - CellID->586121285] +Cell[227878, 5432, 299, 6, 70, "Print",ExpressionUUID->"29a55ef1-558b-4a41-89bd-32d1f11cddf4", + CellID->1856040052], +Cell[228180, 5440, 183, 2, 70, "Print",ExpressionUUID->"1ad84648-b466-43f5-aae0-84f2d27d5bce", + CellID->1018855950], +Cell[228366, 5444, 195, 2, 70, "Print",ExpressionUUID->"0d3969e2-835a-42a7-bb41-1251bb920245", + CellID->403052202] }, Open ]], -Cell[156198, 3895, 2033, 44, 485, "Output",ExpressionUUID->"e26b980d-6cfd-4599-a893-e287ce3fea4e", - CellID->583486419] +Cell[228576, 5449, 2033, 44, 485, "Output",ExpressionUUID->"9f11dbfa-5a61-4dcb-b38b-9c45f7476b20", + CellID->936536512] }, Open ]], Cell[CellGroupData[{ -Cell[158268, 3944, 1033, 21, 70, "Input",ExpressionUUID->"f2cb3db4-efe6-4e8e-9002-13646680cb59", +Cell[230646, 5498, 1033, 21, 70, "Input",ExpressionUUID->"f0a093d0-c676-4512-a474-ce07822c6cea", CellID->911313652], Cell[CellGroupData[{ -Cell[159326, 3969, 299, 6, 70, "Print",ExpressionUUID->"906fcc09-7053-4138-aeae-473a202a4aa3", - CellID->1850071015], -Cell[159628, 3977, 182, 2, 70, "Print",ExpressionUUID->"4a787ad2-b587-4b44-999c-cc88bd44d18b", - CellID->594614049], -Cell[159813, 3981, 196, 2, 70, "Print",ExpressionUUID->"34023435-cbbc-47c5-b074-331ed5a7aded", - CellID->2106151472] +Cell[231704, 5523, 299, 6, 70, "Print",ExpressionUUID->"98fcea8f-9a3e-4afd-a6b1-72b61bc4c01a", + CellID->1163765983], +Cell[232006, 5531, 182, 2, 70, "Print",ExpressionUUID->"ccd26cfa-3535-4e28-9618-d2e18575ab13", + CellID->401935638], +Cell[232191, 5535, 195, 2, 70, "Print",ExpressionUUID->"3b112a77-00bd-41cd-bff6-a102e0748218", + CellID->618687604] }, Open ]], -Cell[160024, 3986, 2100, 46, 485, "Output",ExpressionUUID->"1ea222c7-dbdf-4cb4-9537-9b0780cea1ef", - CellID->1051131701] +Cell[232401, 5540, 2100, 46, 485, "Output",ExpressionUUID->"b3081e26-1ac5-4fbc-b1c6-544199e58b18", + CellID->1000742525] }, Open ]], Cell[CellGroupData[{ -Cell[162161, 4037, 920, 19, 70, "Input",ExpressionUUID->"b6f502e7-b290-493f-9ee3-b5894f4300cc", +Cell[234538, 5591, 920, 19, 70, "Input",ExpressionUUID->"19b4724e-e189-4f49-a39d-b5c9bf84490d", CellID->1116411068], Cell[CellGroupData[{ -Cell[163106, 4060, 298, 6, 70, "Print",ExpressionUUID->"330435d5-b09e-45ce-ad58-d9a61e83e877", - CellID->698480981], -Cell[163407, 4068, 183, 2, 70, "Print",ExpressionUUID->"d7060b63-8eb7-4dfd-9a56-c122f6982808", - CellID->1927269372], -Cell[163593, 4072, 195, 2, 70, "Print",ExpressionUUID->"a466f96e-72c8-49c9-946e-d84cd899785d", - CellID->524084731] +Cell[235483, 5614, 299, 6, 70, "Print",ExpressionUUID->"919d580f-2bc7-471b-99ec-62bf9f87fda3", + CellID->1930237876], +Cell[235785, 5622, 183, 2, 70, "Print",ExpressionUUID->"059b024a-7e6c-468e-8553-13fe737c1883", + CellID->2028582215], +Cell[235971, 5626, 195, 2, 70, "Print",ExpressionUUID->"2466e4b0-526d-4372-98e4-2b1801ce78fb", + CellID->148824131] }, Open ]], -Cell[163803, 4077, 2460, 53, 485, "Output",ExpressionUUID->"671b1474-5b6b-4b00-885f-5f6683ef2dc0", - CellID->1541554315] +Cell[236181, 5631, 2460, 53, 485, "Output",ExpressionUUID->"7a525e29-0dfe-4678-a8bc-9dbb7f9cb223", + CellID->1476289760] }, Open ]], Cell[CellGroupData[{ -Cell[166300, 4135, 1033, 21, 70, "Input",ExpressionUUID->"210c56f0-eaef-49ec-abcd-0f4161324184", +Cell[238678, 5689, 1033, 21, 70, "Input",ExpressionUUID->"1bc8225f-b811-4cbe-8457-ec24d3fbd606", CellID->1058711021], Cell[CellGroupData[{ -Cell[167358, 4160, 298, 6, 70, "Print",ExpressionUUID->"ae492dac-1316-4e77-b1f4-f946742f8edc", - CellID->687670855], -Cell[167659, 4168, 182, 2, 70, "Print",ExpressionUUID->"37e388e7-47ac-4914-b6f8-e53080526f09", - CellID->261362072], -Cell[167844, 4172, 196, 2, 70, "Print",ExpressionUUID->"e136a2cb-8a15-4334-8404-49f8c8e89eae", - CellID->2126217095] +Cell[239736, 5714, 298, 6, 70, "Print",ExpressionUUID->"aca6df20-bdf1-44c1-a322-c82a0b406ee8", + CellID->871600302], +Cell[240037, 5722, 183, 2, 70, "Print",ExpressionUUID->"01b8743b-222e-48e0-8c2f-2d525c8e19ab", + CellID->1576647537], +Cell[240223, 5726, 196, 2, 70, "Print",ExpressionUUID->"dda6cf0d-b001-4d8e-b1e9-d6b5c0eda3e9", + CellID->1971148857] }, Open ]], -Cell[168055, 4177, 2526, 55, 485, "Output",ExpressionUUID->"59da7e93-de32-413a-bdfc-c8300a37628f", - CellID->64108020] +Cell[240434, 5731, 2528, 55, 485, "Output",ExpressionUUID->"1d5a47e4-e1da-44d8-b47b-7ff54e7e50a7", + CellID->1663268476] }, Open ]], Cell[CellGroupData[{ -Cell[170618, 4237, 1031, 21, 70, "Input",ExpressionUUID->"5f990d11-9cee-4c9b-bb82-1ba2221e04d4", +Cell[242999, 5791, 1031, 21, 70, "Input",ExpressionUUID->"d6847632-2a39-4cd5-8693-4aa14279c185", CellID->562524422], Cell[CellGroupData[{ -Cell[171674, 4262, 298, 6, 70, "Print",ExpressionUUID->"e28e6765-599a-432e-be12-bd3ec3336912", - CellID->896035325], -Cell[171975, 4270, 183, 2, 70, "Print",ExpressionUUID->"e399d16a-9280-40ed-888c-7d0c5433ce5d", - CellID->1123869484], -Cell[172161, 4274, 196, 2, 70, "Print",ExpressionUUID->"44d5c51f-a3b4-4a00-bd20-0d662fac35d5", - CellID->1766858672] +Cell[244055, 5816, 299, 6, 70, "Print",ExpressionUUID->"6e25df77-7026-462b-b39b-d611d0f41ca7", + CellID->1213147227], +Cell[244357, 5824, 183, 2, 70, "Print",ExpressionUUID->"2e4d7c33-0cc7-4951-b875-c7a0a8385ebd", + CellID->1672557760], +Cell[244543, 5828, 196, 2, 70, "Print",ExpressionUUID->"117eb9da-f2a0-4ac9-a4ef-dd768ffb81ce", + CellID->1583872005] }, Open ]], -Cell[172372, 4279, 4716, 93, 485, "Output",ExpressionUUID->"50c27bdd-7b78-4f2a-af54-94eea42b1501", - CellID->1087798553] +Cell[244754, 5833, 4715, 93, 485, "Output",ExpressionUUID->"c377bf76-5b90-4943-b69a-eaaa88951ec6", + CellID->551975357] }, Open ]], Cell[CellGroupData[{ -Cell[177125, 4377, 1085, 23, 70, "Input",ExpressionUUID->"4ceff6b1-fed0-4a8b-a6e3-6ec5b027003f", +Cell[249506, 5931, 1085, 23, 70, "Input",ExpressionUUID->"c0689283-d04c-4dad-b739-8ae9b291161a", CellID->959015858], Cell[CellGroupData[{ -Cell[178235, 4404, 299, 6, 70, "Print",ExpressionUUID->"281d5aad-d9f3-44f0-bc09-b5dda15e7d5e", - CellID->1291894584], -Cell[178537, 4412, 181, 2, 70, "Print",ExpressionUUID->"da5fd899-8ea1-44ac-9c2f-1bef719095b7", - CellID->79598734], -Cell[178721, 4416, 195, 2, 70, "Print",ExpressionUUID->"843dd012-7f9e-40d2-9a26-796beef4f08f", - CellID->321463265] +Cell[250616, 5958, 298, 6, 70, "Print",ExpressionUUID->"aee5e297-292c-4cb5-9850-d1eeaeac8e3b", + CellID->576256904], +Cell[250917, 5966, 183, 2, 70, "Print",ExpressionUUID->"bee1788f-17c7-4be3-8307-d18616caf660", + CellID->2014780126], +Cell[251103, 5970, 195, 2, 70, "Print",ExpressionUUID->"03814527-02bd-42e9-bcf0-900d2b64dc83", + CellID->428836545] }, Open ]], -Cell[178931, 4421, 2873, 67, 485, "Output",ExpressionUUID->"abdfaaa8-d6c1-4c72-8d94-80197405498f", - CellID->1291015132] +Cell[251313, 5975, 2872, 67, 485, "Output",ExpressionUUID->"e0b8ef50-fe5b-47f6-b86e-4327f43891c6", + CellID->145054544] }, Open ]], Cell[CellGroupData[{ -Cell[181841, 4493, 1200, 25, 70, "Input",ExpressionUUID->"8d5069d2-485e-4374-a115-edc611a9ebd9", +Cell[254222, 6047, 1200, 25, 70, "Input",ExpressionUUID->"e07cc689-d7c4-41a6-a68c-4a92fc499710", CellID->2058939225], Cell[CellGroupData[{ -Cell[183066, 4522, 298, 6, 70, "Print",ExpressionUUID->"43e4bf2c-30c4-4fb3-8395-f7d51f7f4b91", - CellID->313875222], -Cell[183367, 4530, 183, 2, 70, "Print",ExpressionUUID->"c151a92c-3650-4d1d-b959-e99403ea3962", - CellID->1616908965], -Cell[183553, 4534, 195, 2, 70, "Print",ExpressionUUID->"d3f74c17-7e69-4201-a3f4-49a14c1c03c3", - CellID->562516371] +Cell[255447, 6076, 298, 6, 70, "Print",ExpressionUUID->"cd0fb55a-7fe2-49e6-921d-c95b46839d08", + CellID->329089468], +Cell[255748, 6084, 181, 2, 70, "Print",ExpressionUUID->"3538bcf8-25ad-4379-ab7f-b53defd98ac0", + CellID->99418072], +Cell[255932, 6088, 194, 2, 70, "Print",ExpressionUUID->"e07cccf7-18e3-4742-ab2f-71523017bceb", + CellID->78150120] }, Open ]], -Cell[183763, 4539, 3026, 71, 485, "Output",ExpressionUUID->"a48435d0-e97b-476b-9759-26d33198529c", - CellID->1845040429] +Cell[256141, 6093, 3026, 71, 485, "Output",ExpressionUUID->"2e63e9d6-2417-444d-a0f0-a4941f4c8512", + CellID->1204779602] }, Open ]], Cell[CellGroupData[{ -Cell[186826, 4615, 1199, 25, 70, "Input",ExpressionUUID->"2d04f6bd-96c4-4d73-a33c-9c6d75dca0f9", +Cell[259204, 6169, 1199, 25, 70, "Input",ExpressionUUID->"67f4600e-26ff-4b57-9635-830ae1f2d511", CellID->1798599441], Cell[CellGroupData[{ -Cell[188050, 4644, 299, 6, 70, "Print",ExpressionUUID->"08c7dcb5-14d1-47a1-805c-57cb923bfafd", - CellID->1187394282], -Cell[188352, 4652, 183, 2, 70, "Print",ExpressionUUID->"8f4ff48c-020c-4ab4-a4b2-c44fb8e7f41b", - CellID->1446034857], -Cell[188538, 4656, 195, 2, 70, "Print",ExpressionUUID->"f9d7201f-8bc2-4d38-89b3-5217f223c708", - CellID->126654739] +Cell[260428, 6198, 298, 6, 70, "Print",ExpressionUUID->"f2f55b56-93ea-4fd9-b6bd-d398fa91045b", + CellID->879017714], +Cell[260729, 6206, 182, 2, 70, "Print",ExpressionUUID->"e222cd22-cd92-49d3-b8cc-11996cbbd3a6", + CellID->919620443], +Cell[260914, 6210, 196, 2, 70, "Print",ExpressionUUID->"7c3071ae-33b5-4416-9d29-fdb92d33df99", + CellID->1904473607] }, Open ]], -Cell[188748, 4661, 5213, 109, 485, "Output",ExpressionUUID->"800111c6-8b35-4d3e-867c-1a5c015a6e91", - CellID->317280701] +Cell[261125, 6215, 5213, 109, 485, "Output",ExpressionUUID->"6f8ea858-5e47-444c-b070-f25cb153231e", + CellID->587574118] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ -Cell[194010, 4776, 150, 1, 70, "Subsubsection",ExpressionUUID->"3389cec1-ee99-4897-8629-ed097a026ad6", +Cell[266387, 6330, 150, 1, 70, "Subsubsection",ExpressionUUID->"b748bfb1-4558-4878-9278-83ce8f14467d", CellID->648493579], -Cell[194163, 4779, 143, 1, 70, "Text",ExpressionUUID->"1ad157ad-d96b-4f17-b539-bfbf8266a244", +Cell[266540, 6333, 143, 1, 70, "Text",ExpressionUUID->"1ca7dccf-d779-4b51-987c-0027802067ac", CellID->239395759], Cell[CellGroupData[{ -Cell[194331, 4784, 184, 3, 70, "Input",ExpressionUUID->"efa8e95b-d369-46c3-a8e8-c2838675bb6b", +Cell[266708, 6338, 184, 3, 70, "Input",ExpressionUUID->"913fb322-43cb-484d-8711-851f4676c4f5", CellID->2026294170], -Cell[194518, 4789, 1722, 42, 142, "Output",ExpressionUUID->"46dc6371-7489-45de-b118-1855eebcecd1", - CellID->1439926531] +Cell[266895, 6343, 1722, 42, 141, "Output",ExpressionUUID->"50562d61-4d18-4b84-80e4-84332afb08a4", + CellID->1938476393] }, Open ]], Cell[CellGroupData[{ -Cell[196277, 4836, 167, 3, 70, "Input",ExpressionUUID->"337ca02a-76f8-43b9-8568-f04831b08645", +Cell[268654, 6390, 167, 3, 70, "Input",ExpressionUUID->"e2f90a02-17cb-47c7-95b7-d2cd813949f1", CellID->274742604], -Cell[196447, 4841, 743, 22, 51, "Output",ExpressionUUID->"dc9265f4-6311-4e95-9a4c-9172038ee755", - CellID->712776025] +Cell[268824, 6395, 743, 22, 50, "Output",ExpressionUUID->"bd36cd66-620b-4af3-9406-e5c1e98c5099", + CellID->160042161] }, Open ]], -Cell[197205, 4866, 1535, 36, 70, "Input",ExpressionUUID->"5a845c5c-8b03-432b-a21b-45be28101ad1", +Cell[269582, 6420, 1535, 36, 70, "Input",ExpressionUUID->"a86b8c12-729b-4492-bcdf-5501ce4fb6f8", CellID->1796441648], Cell[CellGroupData[{ -Cell[198765, 4906, 130, 2, 70, "Input",ExpressionUUID->"df2ae8e4-4611-44a5-972e-3e08d4fb961a", +Cell[271142, 6460, 130, 2, 70, "Input",ExpressionUUID->"2011b401-81fa-4d82-a989-5737d86dabc8", CellID->895885282], -Cell[198898, 4910, 135, 2, 36, "Output",ExpressionUUID->"c38de013-a155-4847-a580-a1eccf005d28", - CellID->900767120] +Cell[271275, 6464, 136, 2, 36, "Output",ExpressionUUID->"79f61fd3-b913-464f-9c7b-a7b06c0a4eb3", + CellID->1524110630] }, Open ]], Cell[CellGroupData[{ -Cell[199070, 4917, 160, 3, 70, "Input",ExpressionUUID->"371fbfe8-0a02-43cd-9268-e114bd4b8b61", +Cell[271448, 6471, 160, 3, 70, "Input",ExpressionUUID->"4742682e-7b15-42cb-935e-3558260cfc15", CellID->1622387044], -Cell[199233, 4922, 130, 2, 36, "Output",ExpressionUUID->"33524de7-aeca-4140-b880-418d93a8aa89", - CellID->1142513898] +Cell[271611, 6476, 129, 2, 36, "Output",ExpressionUUID->"b3804422-90bd-4451-b3bb-01b8ed056c66", + CellID->954758728] }, Open ]], Cell[CellGroupData[{ -Cell[199400, 4929, 187, 4, 70, "Input",ExpressionUUID->"d8711143-b881-49c6-9950-21172491396c", +Cell[271777, 6483, 188, 4, 70, "Input",ExpressionUUID->"2612cd4c-7a97-4e71-bd15-d670399968cc", CellID->771962070], -Cell[199590, 4935, 1505585, 26998, 70, "Output",ExpressionUUID->"835e6486-296e-4020-aeb7-ae5904306136", - CellID->1307390074] +Cell[271968, 6489, 1505549, 26996, 70, "Output",ExpressionUUID->"e41e7366-662b-4415-867c-d59b5633040c", + CellID->561977799] }, Open ]], -Cell[1705190, 31936, 1651, 39, 70, "Input",ExpressionUUID->"e3453a3f-9399-4f97-a6d4-890362f7d8ed", +Cell[1777532, 33488, 1652, 39, 70, "Input",ExpressionUUID->"84d8acd8-b991-45c7-8e67-5e8d330baf9c", CellID->1310466311], Cell[CellGroupData[{ -Cell[1706866, 31979, 131, 2, 70, "Input",ExpressionUUID->"3165830f-937f-45f2-a3e0-251b1a60120e", +Cell[1779209, 33531, 132, 2, 70, "Input",ExpressionUUID->"6045068c-1b04-4bb6-a411-f6eb3fbe667c", CellID->1145087993], -Cell[1707000, 31983, 135, 2, 36, "Output",ExpressionUUID->"617fe7bd-9c68-472c-af58-6a9c27c169d3", - CellID->859434944] +Cell[1779344, 33535, 137, 2, 36, "Output",ExpressionUUID->"379981f0-d28a-46c8-9a85-8d1200f09b59", + CellID->2142798234] }, Open ]], -Cell[1707150, 31988, 161, 3, 70, "Text",ExpressionUUID->"3ddc0d7d-27b1-4898-a9a2-4829e6e02a0f", +Cell[1779496, 33540, 162, 3, 70, "Text",ExpressionUUID->"32b6af8f-b31e-43c1-9ea9-f1a100d28ff2", CellID->121998521], Cell[CellGroupData[{ -Cell[1707336, 31995, 128, 2, 70, "Input",ExpressionUUID->"eb9e0e9b-2922-4ff6-90c8-c2cadc2c6c0a", +Cell[1779683, 33547, 129, 2, 70, "Input",ExpressionUUID->"02a41bf9-1c20-45f0-b0de-91e4d1881681", CellID->1129807004], -Cell[1707467, 31999, 3793, 69, 70, "Output",ExpressionUUID->"6b9cb68f-ba0f-481c-a226-9fe054986d3b", - CellID->46161951] +Cell[1779815, 33551, 3795, 69, 70, "Output",ExpressionUUID->"6d827a52-f8b9-4dd8-a979-87724c406aa0", + CellID->1955501254] +}, Open ]] }, Open ]] -}, Closed]] }, Open ]], -Cell[1711299, 32073, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"fc7bfb3d-2b2a-49d0-932a-997d2b66b1f0"], +Cell[1783649, 33625, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"002b3304-fbd5-4c5a-b3ae-e3a8607e989e"], Cell[CellGroupData[{ -Cell[1712013, 32094, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"3ad71652-9be7-4168-8c5f-8c061777ed59"], -Cell[1713594, 32136, 81, 0, 70, "Input",ExpressionUUID->"1e1854df-d3dc-4ffa-9ad0-5d266679f524"] +Cell[1784363, 33646, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"4ea20228-cbea-46e8-9a6d-c519a076db1e"], +Cell[1785944, 33688, 81, 0, 70, "Input",ExpressionUUID->"35e952ce-dba8-4f45-ae40-83493bb4c532"] }, Open ]] }, Open ]], -Cell[1713702, 32140, 78, 0, 70, "FooterCell",ExpressionUUID->"6f16f0e5-5e56-4839-9369-10eab8ac4cd5"] +Cell[1786052, 33692, 78, 0, 70, "FooterCell",ExpressionUUID->"8cffa676-fbbf-4048-88a5-f151fb9c3154"] } ] *) diff --git a/Documentation/English/Tutorials/ParaExpGamePers12.nb b/Documentation/English/Tutorials/ParaExpGamePers12.nb index e6090f9..7fd2716 100644 --- a/Documentation/English/Tutorials/ParaExpGamePers12.nb +++ b/Documentation/English/Tutorials/ParaExpGamePers12.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 373129, 6986] -NotebookOptionsPosition[ 359509, 6693] -NotebookOutlinePosition[ 362215, 6757] -CellTagsIndexPosition[ 362172, 6754] +NotebookDataLength[ 373638, 7000] +NotebookOptionsPosition[ 360004, 6707] +NotebookOutlinePosition[ 362728, 6771] +CellTagsIndexPosition[ 362685, 6768] WindowTitle->ParaExpGamePers12 WindowFrame->Normal*) @@ -27,11 +27,11 @@ Cell[BoxData[GridBox[{ TemplateBox[{12}, "Spacer1"], Cell["T U G TUTORIAL", "PacletNameCell", TextAlignment->Center,ExpressionUUID-> - "b92d4a3c-97aa-4a41-9c5c-720d29a34c3a"], + "7f94cef6-6c55-4140-8fac-7aec87b97261"], TemplateBox[{8}, "Spacer1"]}]], TextAlignment->Center,ExpressionUUID-> - "39f8b7cc-ae72-4600-a768-4333b773c876"], + "356a095d-dd84-4a26-8f03-b6f0ae97d673"], Background->RGBColor[ 0.7450980392156863, 0.3254901960784314, 0.1411764705882353], ItemSize->Full], ""} @@ -52,22 +52,23 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "a862e8b2-75d2-4b43-9cec-d76bdcfaa8a2"] - }],ExpressionUUID->"8a97ac13-11fd-4391-af19-a5c9e77c32a6"], - StripOnInput->False], {"\<\"Manual TuGames\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/ManualTuGames"], "\<\"ParaTuGames Package\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Tutorials/ParaExpGamePers12"], "\<\"Graphics 2D\"\>":> - Documentation`HelpLookup[ - "paclet:TUG/Guides/TuGamesView2dV6"], "\<\"Graphics 3D\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, + "95d4f841-9401-4779-a25a-3f4080a28d83"] + }],ExpressionUUID->"5750d657-2252-4125-aed2-ab76570c66dd"], + StripOnInput->False],{ + "\"Manual TuGames\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/ManualTuGames"], + "\"ParaTuGames Package\"" :> + Documentation`HelpLookup["paclet:TUG/Tutorials/ParaExpGamePers12"], + "\"Graphics 2D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView2dV6"], + "\"Graphics 3D\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TuGamesView3dV6"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"RelatedTutorialsSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "51b3fd0e-011b-40fe-a54e-1ae4ef47090b"], + "eca9f576-ecab-434c-bda0-9eae4919f7b1"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -83,16 +84,17 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "46378e7c-9867-4edb-a7b3-52c13ceed7ea"] - }],ExpressionUUID->"8d038419-10dc-4302-9d4f-e88207940697"], - StripOnInput->False], {"\<\"TUGFunctionsIndex\"\>":> - Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, + "215a62d3-85cb-4430-baca-0456ca977ee5"] + }],ExpressionUUID->"45c02ed0-5b90-433b-b376-3990eb24ef39"], + StripOnInput->False],{ + "\"TUGFunctionsIndex\"" :> + Documentation`HelpLookup["paclet:TUG/Guides/TUGFunctionsIndex"]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"TutorialMoreAboutSection"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "952aeced-d34d-4b13-b9d2-b66b239b5fb8"], + "76f52a04-3374-49b7-9ac3-d2ae009c6829"], "\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\[ThickSpace]\ \[ThickSpace]", Cell[BoxData[ @@ -108,49 +110,51 @@ Cell[BoxData[GridBox[{ AspectRatio->1, ImageSize->20, PlotRange->{{-3, 4}, {-1, 1}}]],ExpressionUUID-> - "64aa01d0-4fc6-45c2-b396-fcdac1f3cda2"] - }],ExpressionUUID->"c765b534-7aee-4eb4-bcb7-5fbc523c443c"], - StripOnInput->False], {"\<\"TUG/tutorial/ParaExpGamePers12\"\>":> - None, "\<\"Copy Wolfram Documentation Center URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell["TUG/tutorial/ParaExpGamePers12"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; Null], - Delimiter, "\<\"Copy web URL\"\>":> - Module[{DocumentationSearch`Private`nb$}, - DocumentationSearch`Private`nb$ = NotebookPut[ - Notebook[{ - Cell[ - BoxData[ - MakeBoxes[ - Hyperlink[ - "http://reference.wolfram.com/language/TUG/tutorial/\ + "a1a77d9f-10ce-40cd-a696-b1a5136afd8c"] + }],ExpressionUUID->"c79d57bd-eebf-49e2-b2e6-d56f5f8ae91a"], + StripOnInput->False],{ + "\"TUG/tutorial/ParaExpGamePers12\"" :> None, + "\"Copy Wolfram Documentation Center URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{Cell["TUG/tutorial/ParaExpGamePers12"]}, Visible -> + False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], Delimiter, + "\"Copy web URL\"" :> + Module[{DocumentationSearch`Private`nb$}, + DocumentationSearch`Private`nb$ = + NotebookPut[ + Notebook[{ + Cell[BoxData[ + MakeBoxes[ + Hyperlink[ + "http://reference.wolfram.com/language/TUG/tutorial/\ ParaExpGamePers12.html"], StandardForm]], "Input", TextClipboardType -> - "PlainText"]}, Visible -> False]]; - SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; - FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; - NotebookClose[DocumentationSearch`Private`nb$]; - Null], "\<\"Go to web URL\"\>":>FrontEndExecute[{ - NotebookLocate[{ - URL[If[ - TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$219869], - "http://reference.wolfram.com/system-modeler/", - "http://reference.wolfram.com/language/"] <> - "TUG/tutorial/ParaExpGamePers12" <> ".html"], None}]}]}, + "PlainText"]}, Visible -> False]]; + SelectionMove[DocumentationSearch`Private`nb$, All, Notebook]; + FrontEndTokenExecute[DocumentationSearch`Private`nb$, "Copy"]; + NotebookClose[DocumentationSearch`Private`nb$]; Null], + "\"Go to web URL\"" :> + FrontEndExecute[{ + NotebookLocate[{ + URL[If[TrueQ[DocumentationBuild`Make`Private`wsmlinkQ$236697], + "http://reference.wolfram.com/system-modeler/", + "http://reference.wolfram.com/language/"] <> + "TUG/tutorial/ParaExpGamePers12" <> ".html"], None}]}]}, Appearance->None, MenuAppearance->Automatic, MenuStyle->"URLMenu"], MouseAppearanceTag["LinkHand"]]], LineSpacing->{1.4, 0},ExpressionUUID-> - "837f55d4-5e70-4118-898e-b108b607b23a"] + "f829fd1e-b752-4e9e-9e88-80a6f14f3103"] }], "AnchorBar", CacheGraphics->False,ExpressionUUID-> - "95e4e096-5984-46e1-b0c9-b6fdde6826ef"]} + "26e2633e-5d69-48ad-a515-f4fccaa775c3"]} }]], "AnchorBarGrid", - CellID->1,ExpressionUUID->"58f5d3de-bc2e-4b04-90fd-8132c02bc593"], + CellID->1,ExpressionUUID->"ae801f5a-331d-40e4-b21a-19fbfbf5c393"], Cell[CellGroupData[{ @@ -217,12 +221,12 @@ Cell[BoxData[ Cell[CellGroupData[{ Cell[BoxData["$KernelCount"], "Input", - CellLabel->"In[2]:=", + CellLabel->"In[1]:=", CellID->1318351137,ExpressionUUID->"ec5c6fb3-7219-44ff-9b7a-489cbc6a43e5"], Cell[BoxData["10"], "Output", - CellLabel->"Out[2]=", - CellID->1363505406,ExpressionUUID->"71394562-6aab-48b7-9e40-ce915fa494e5"] + CellLabel->"Out[1]=", + CellID->1535719865,ExpressionUUID->"4a4699e4-879e-474d-965c-0487ff0772d2"] }, Open ]], Cell["\<\ @@ -237,15 +241,15 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"Needs", "[", "\"\\"", "]"}], ";"}]], "Input", - CellLabel->"In[3]:=", + CellLabel->"In[2]:=", CellID->1431226196,ExpressionUUID->"1055c71d-5b9b-4848-8220-1313d95290d6"], Cell[CellGroupData[{ Cell[BoxData["\<\"===================================================\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->706014718,ExpressionUUID->"6496271e-5564-40c5-a3b6-d55bea49f3ec"], + CellLabel->"During evaluation of In[2]:=", + CellID->1249678972,ExpressionUUID->"d48ae926-bc0d-4ad4-9b51-248137c6a908"], Cell[BoxData[ InterpretationBox[ @@ -253,49 +257,49 @@ Cell[BoxData[ "\[InvisibleSpace]", "\<\"Unix\"\>"}], SequenceForm["Loading Package 'TuGames' for ", "Unix"], Editable->False]], "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->1496574520,ExpressionUUID->"a7f305a3-eebd-4a08-a62b-fdf6276ecdfa"], + CellLabel->"During evaluation of In[2]:=", + CellID->40046147,ExpressionUUID->"0c66e9ef-fbcf-4ce3-9f6b-ed79b3a71229"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->798421689,ExpressionUUID->"d39c04fa-80ed-4af6-8144-f7c6f9fdb5ff"], + CellLabel->"During evaluation of In[2]:=", + CellID->19262792,ExpressionUUID->"4e38a862-1c47-423e-a2af-41ad9adc2b55"], -Cell[BoxData["\<\"TuGames V3.0.3 by Holger I. Meinhardt\"\>"], "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->954211906,ExpressionUUID->"7eb8c845-d07c-46bd-a1ec-ab3762336e66"], +Cell[BoxData["\<\"TuGames V3.1.4 by Holger I. Meinhardt\"\>"], "Print", + CellLabel->"During evaluation of In[2]:=", + CellID->1698393311,ExpressionUUID->"fcb8b455-6e22-452b-9eaf-9c1dc58224c6"], -Cell[BoxData["\<\"Release Date: 17.02.2022\"\>"], "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->1149170851,ExpressionUUID->"87e9332d-5219-48ba-a9e1-434bc6e5c9a6"], +Cell[BoxData["\<\"Release Date: 31.05.2024\"\>"], "Print", + CellLabel->"During evaluation of In[2]:=", + CellID->463942412,ExpressionUUID->"0461a23d-da01-42ee-85ef-ea14c90f1c78"], Cell[BoxData["\<\"Program runs under Mathematica Version 12.0 or later\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->871821041,ExpressionUUID->"e65273a8-19ce-4c6b-a0a9-071662573069"], + CellLabel->"During evaluation of In[2]:=", + CellID->1519742891,ExpressionUUID->"5a442880-42c3-4a3f-afc6-7b224e830958"], Cell[BoxData["\<\"Version 12.x or higher is recommended\"\>"], "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->1272456998,ExpressionUUID->"a98b4c96-2ae6-4d20-95a2-ad2362247e24"], + CellLabel->"During evaluation of In[2]:=", + CellID->1192154561,ExpressionUUID->"74c5ff6e-6bed-40e0-9527-fb07c764a27c"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->2034802434,ExpressionUUID->"60ba7e4c-8eb7-429a-9a59-4f4722430e65"], + CellLabel->"During evaluation of In[2]:=", + CellID->245951938,ExpressionUUID->"c0f03424-8f10-43bc-a622-2e0d1aa53928"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->1378152777,ExpressionUUID->"0e15f477-e5bc-4450-98f5-f4039eaef834"], + CellLabel->"During evaluation of In[2]:=", + CellID->481089257,ExpressionUUID->"8fbefa6e-dc83-41eb-a761-be6f8c98ae16"], Cell[BoxData["\<\"Package 'TuGames' loaded\"\>"], "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->1657710616,ExpressionUUID->"ba9be47c-1246-43fb-afb5-37f6a43d188d"], + CellLabel->"During evaluation of In[2]:=", + CellID->932492838,ExpressionUUID->"1aed1c20-7764-424b-8bfb-b2707430f6a2"], Cell[BoxData["\<\"===================================================\"\>"], \ "Print", - CellLabel->"During evaluation of In[3]:=", - CellID->415741917,ExpressionUUID->"833c7762-50b1-48b9-a603-bde7843cb904"] + CellLabel->"During evaluation of In[2]:=", + CellID->367043905,ExpressionUUID->"669812e2-da46-4be5-ac0d-8318a65b8964"] }, Open ]] }, Open ]], @@ -304,7 +308,7 @@ By the preceding message, we realize that beside a set of parallel functions \ also the standard \[OpenCurlyDoubleQuote]TuGames`\[CloseCurlyDoubleQuote] \ packages is loaded. Hence, there is no need to reload the serial packages, \ they were already be loaded. To observe, which functions offer a \ -parallelization we invoke\ +parallelization, we invoke\ \>", "Text", CellID->235307191,ExpressionUUID->"877b532e-2f82-47dd-8eb1-bc882d01aaa5"], @@ -312,7 +316,7 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"?", "`Para*"}]], "Input", - CellLabel->"In[4]:=", + CellLabel->"In[3]:=", CellID->923384284,ExpressionUUID->"7c89be3b-c6ac-44e6-98cc-61107b1d25ee"], Cell[BoxData[ @@ -355,18 +359,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxExcessBalanced", "InformationGridButton"], + StyleBox["ParaMaxExcessBalCheck", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxExcessBalanced", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxExcessBalCheck", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -376,18 +380,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiPreKernelAlg2", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxExcessBalCheck", "InformationGridButton"], + StyleBox["ParaMaxSijSurplus", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxExcessBalCheck", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxSijSurplus", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -397,18 +401,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiPreKernelQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxSijSurplus", "InformationGridButton"], + StyleBox["ParaMaxSijSurpluses", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxSijSurplus", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxSijSurpluses", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -418,18 +422,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiSijSurplus", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxSijSurpluses", "InformationGridButton"], + StyleBox["ParaMaxSurplus", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxSijSurpluses", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxSurplus", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -439,18 +443,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiSijSurpluses", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxSurplus", "InformationGridButton"], + StyleBox["ParaMaxSurpluses", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxSurplus", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxSurpluses", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -460,17 +464,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiSurplus", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMaxSurpluses", "InformationGridButton"], + StyleBox["ParaMinExc", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", + ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMaxSurpluses", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMinExc", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -480,18 +485,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAntiSurpluses", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMinExc", "InformationGridButton"], + StyleBox["ParaMinExcess", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMinExc", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMinExcess", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -501,18 +506,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAssgPay", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMinExcess", "InformationGridButton"], + StyleBox["ParaMinExcessBalanced", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMinExcess", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMinExcessBalanced", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -522,18 +527,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaAvConvexQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMinExcessBalanced", "InformationGridButton"], + StyleBox["ParaMinExcessBalCheck", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMinExcessBalanced", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMinExcessBalCheck", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -543,18 +548,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaBestcoalij01", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaMinExcessBalCheck", "InformationGridButton"], + StyleBox["ParaModiclus", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaMinExcessBalCheck", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaModiclus", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -564,18 +569,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaBestCoalitions", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaModiclus", "InformationGridButton"], + StyleBox["ParaModPreKernel", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaModiclus", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaModPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -586,18 +591,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaCharacteristicValues", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaModPreKernel", "InformationGridButton"], + StyleBox["ParaOberMenge", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaModPreKernel", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaOberMenge", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -607,18 +612,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaCheckSumQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaOberMenge", "InformationGridButton"], + StyleBox["ParaPreKernel", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaOberMenge", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -628,18 +633,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaConvexQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPreKernel", "InformationGridButton"], + StyleBox["ParaPreKernelAlg2", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPreKernel", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPreKernelAlg2", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -649,18 +654,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDelStar", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPreKernelAlg2", "InformationGridButton"], + StyleBox["ParaPreKernelAlg3", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPreKernelAlg2", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPreKernelAlg3", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -670,18 +675,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDetWorth", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPreKernelAlg3", "InformationGridButton"], + StyleBox["ParaPreKernelElement", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPreKernelAlg3", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPreKernelElement", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -693,18 +698,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDirectionOfImprovement", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPreKernelElement", "InformationGridButton"], + StyleBox["ParaPreKernelQ", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPreKernelElement", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPreKernelQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -714,18 +719,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDisplayErgb", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPreKernelQ", "InformationGridButton"], + StyleBox["ParaPrimalExtension", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPreKernelQ", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPrimalExtension", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -735,18 +740,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDualCover", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPrimalExtension", "InformationGridButton"], + StyleBox["ParaPrintRemark", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPrimalExtension", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaPrintRemark", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -756,18 +761,18 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaDualExtension", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], ButtonBox[ - StyleBox["ParaPrintRemark", "InformationGridButton"], + StyleBox["ParaProductGame", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { - "ParaPrintRemark", "Global`"}, False}, + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaProductGame", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, { @@ -777,7 +782,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaECCoverGame", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -787,7 +792,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaProperModPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -798,7 +803,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaExcessPayoff", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -808,7 +813,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSelCoal", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -819,7 +824,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaFuncModPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -829,7 +834,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSetsToVec", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -838,9 +843,8 @@ Cell[BoxData[ StyleBox["ParaGameBasis", "InformationGridButton"], Appearance->None, BaseStyle->"InformationGridLink", - ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaGameBasis", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -850,7 +854,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSMPreKernel", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -863,7 +867,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaIncreasingMargContributions", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -874,7 +878,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSumMargContribution", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -885,7 +889,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaIsModiclusQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -895,7 +899,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSupAddQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -906,7 +910,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaIsModPreKernelQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -916,7 +920,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaSuperAdditiveQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -929,7 +933,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaIsProperModPreKernelQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -939,7 +943,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaTIJsets", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -950,7 +954,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaIsSMPreKernelQ", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -960,7 +964,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaW", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -971,7 +975,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaMaxExc", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -982,7 +986,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaWrongCoordDimension", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic]}, @@ -993,7 +997,7 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaMaxExcess", "Global`"}, False}, ButtonNote->"Global`", Evaluator->Automatic], @@ -1003,10 +1007,21 @@ Cell[BoxData[ BaseStyle->"InformationGridLink", ButtonData:>{ - "Info-05e87660-d972-4c86-88fb-845c0488c4e3", { + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { "ParaWrongDimension", "Global`"}, False}, ButtonNote->"Global`", - Evaluator->Automatic]} + Evaluator->Automatic]}, + { + ButtonBox[ + StyleBox["ParaMaxExcessBalanced", "InformationGridButton"], + Appearance->None, + BaseStyle->"InformationGridLink", + + ButtonData:>{ + "Info-9035583a-ddc5-4ae1-9f42-82d5a242c313", { + "ParaMaxExcessBalanced", "Global`"}, False}, + ButtonNote->"Global`", + Evaluator->Automatic], ""} }, DefaultBaseStyle->"Text", @@ -1030,8 +1045,8 @@ Cell[BoxData[ Offset[0.8]}, Offset[0.2]}}], BaseStyle->"InformationTitleFrame"], "InformationGridPlain"]], "Output", - CellLabel->"Out[4]=", - CellID->2101034092,ExpressionUUID->"b95739e0-fcee-42cb-bb18-9023668082a0"] + CellLabel->"Out[3]=", + CellID->1290865403,ExpressionUUID->"f24a5e43-8437-4547-be01-b3718519d946"] }, Open ]], Cell[CellGroupData[{ @@ -1039,12 +1054,12 @@ Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", RowBox[{"Names", "[", "\"\<`Para*\>\"", "]"}], "]"}]], "Input", - CellLabel->"In[5]:=", + CellLabel->"In[4]:=", CellID->321888274,ExpressionUUID->"856b52d3-d3a5-49ad-8e3f-eb95b03eaba6"], -Cell[BoxData["62"], "Output", - CellLabel->"Out[5]=", - CellID->647463661,ExpressionUUID->"0b494d78-4549-4425-b5e4-5b9658c62119"] +Cell[BoxData["63"], "Output", + CellLabel->"Out[4]=", + CellID->783367278,ExpressionUUID->"158d5559-d96a-490e-8d71-ad4e03c3b56f"] }, Open ]], Cell["\<\ @@ -1127,7 +1142,7 @@ Cell[BoxData[ CellID->356061974,ExpressionUUID->"889c9f8f-206e-4685-970f-bac6dc28e9d8"], Cell["\<\ -Thus, the set of functions that can be properly used is reduced from 54 to \ +Thus, the set of functions that can be properly used is reduced from 63 to \ 21. That is to say that the rest are auxiliary functions that should not be \ used by the user.\ \>", "Text", @@ -1223,7 +1238,7 @@ Cell[BoxData[ RowBox[{"T", ",", "gvec2"}], "]"}], ";"}], ")"}]}], ";"}]], "Input", CellLabel->"In[12]:=", CellID->484812959,ExpressionUUID->"8818c994-c372-44c0-9f3e-473446292fb1"] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ @@ -1539,7 +1554,7 @@ Cell[BoxData[ CellLabel->"Out[27]=", CellID->200515961,ExpressionUUID->"cadc44f2-0226-43e6-8585-3d45ecadb0a5"] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ @@ -3979,8 +3994,8 @@ hcSCl+XjVtwX2pMltjg1PxHrx6n5SkISa5S88Wr+Iv1JzJsKlL8F3t/+Fywh 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, - 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0} - }, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, + 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, + 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, @@ -6339,8 +6354,7 @@ kw== TagBox["\"State: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"defunct\"", "SummaryItem"]}]}}, AutoDelete -> - False, - BaseStyle -> { + False, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}, GridBoxAlignment -> { @@ -6638,8 +6652,8 @@ Cell[BoxData[GridBox[{ "TutorialMoreAbout",ExpressionUUID-> "51f2ee4f-570d-45cb-8ec8-422b256422d8"]}]} }]} - }]], "TutorialMoreAboutSection",ExpressionUUID->"d66f98e2-b2f9-4781-b8ee-\ -ec7707da4ec2"], + }]], "TutorialMoreAboutSection",ExpressionUUID->"1bf3fa4b-5153-4a49-9578-\ +97268a9a2b6b"], Cell[CellGroupData[{ @@ -6682,18 +6696,18 @@ Cell[BoxData[GridBox[{ "RelatedTutorials",ExpressionUUID-> "0703b747-c0db-4ec8-8f49-f770124a5924"]}]} }]} - }]], "RelatedTutorialsSection",ExpressionUUID->"93d193d0-cb56-453f-9c81-\ -74e77edd414d"], + }]], "RelatedTutorialsSection",ExpressionUUID->"190191cc-c195-49c6-9bcd-\ +67f4e1300bf5"], -Cell[BoxData[""], "Input",ExpressionUUID->"85c010d1-ada4-4b51-8c2d-8c5e9b331d2b"] +Cell[BoxData[""], "Input",ExpressionUUID->"9c9c7ae1-be11-4064-b472-192bd4df729d"] }, Open ]] }, Open ]], -Cell[" ", "FooterCell",ExpressionUUID->"3e4635ab-8645-46d8-898a-5d2779c071c4"] +Cell[" ", "FooterCell",ExpressionUUID->"1b18b7d5-c327-4977-b686-1e4e8bdad14b"] }, Saveable->False, ScreenStyleEnvironment->"Working", -WindowSize->{900., 830.25}, +WindowSize->{900, 830.25}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, WindowTitle->"ParaExpGamePers12", TaggingRules->{ @@ -6704,7 +6718,7 @@ TaggingRules->{ "NewStyles" -> True, "CitationPopupData" -> {$Failed, ""}, "ShowCitation" -> False, "RootCaptions" -> "", "Metadata" -> { - "built" -> "{2023, 5, 9, 19, 56, 59.966303}", + "built" -> "{2024, 6, 3, 16, 56, 52.016108}", "history" -> {"3.1", "", "", ""}, "context" -> "TUG`", "keywords" -> { "Parallel TuGames", "Nucleolus", "Shapely value", "Kernel", @@ -6719,11 +6733,11 @@ commands of ParaTuGames in order to use even the package in parallel mode. \ The package 'TUG`ParaTuGames`' provides a set of functions that can be \ properly parallelized. In order to observe the performance increase w.r.t. \ the serial computation, we consider a 12-person game.", "synonyms" -> {}, - "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$219790, - "title" -> "ParaExpGamePers12", "titlemodifier" -> "", "windowtitle" -> - "ParaExpGamePers12", "type" -> "Tutorial", "uri" -> + "tabletags" -> DocumentationBuild`Make`Private`tabletaggingrules$236618, + "title" -> "ParaExpGamePers12", "titlemodifier" -> "", "metadescription" -> + "", "windowtitle" -> "ParaExpGamePers12", "type" -> "Tutorial", "uri" -> "TUG/tutorial/ParaExpGamePers12"}}, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->Notebook[{ Cell[ StyleData[ @@ -6741,9 +6755,9 @@ StyleDefinitions->Notebook[{ Cell[ StyleData["TutorialRelatedLinksSection"], CellGroupingRules -> {"SectionGrouping", 30}]}, Visible -> False, - FrontEndVersion -> "13.0 for Linux x86 (64-bit) (December 2, 2021)", + FrontEndVersion -> "13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions -> "Default.nb"], -ExpressionUUID->"cbefc9fb-fad1-4524-9517-d1f9b1cb5e72" +ExpressionUUID->"be4900a7-ad85-45e0-a657-39ecbb8afd10" ] (* End of Notebook Content *) @@ -6756,238 +6770,238 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[589, 21, 5568, 131, 56, "AnchorBarGrid",ExpressionUUID->"58f5d3de-bc2e-4b04-90fd-8132c02bc593", +Cell[589, 21, 5624, 135, 57, "AnchorBarGrid",ExpressionUUID->"ae801f5a-331d-40e4-b21a-19fbfbf5c393", CellID->1], Cell[CellGroupData[{ -Cell[6182, 156, 109, 1, 64, "Title",ExpressionUUID->"67e7fee2-28ff-4a68-b797-d1f48a9a45a5", +Cell[6238, 160, 109, 1, 64, "Title",ExpressionUUID->"67e7fee2-28ff-4a68-b797-d1f48a9a45a5", CellID->509267359], -Cell[6294, 159, 186, 4, 36, "Text",ExpressionUUID->"37651b56-2202-449d-a471-64348c6bf8fc", +Cell[6350, 163, 186, 4, 36, "Text",ExpressionUUID->"37651b56-2202-449d-a471-64348c6bf8fc", CellID->1149103921], -Cell[6483, 165, 762, 15, 116, "DefinitionBox",ExpressionUUID->"89f4574a-a6ae-456a-ad02-2a9b44b9b49c", +Cell[6539, 169, 762, 15, 119, "DefinitionBox",ExpressionUUID->"89f4574a-a6ae-456a-ad02-2a9b44b9b49c", CellID->667662428], -Cell[7248, 182, 240, 4, 36, "Caption",ExpressionUUID->"785e8cf9-7e71-490e-a19a-73b507eddab4", +Cell[7304, 186, 240, 4, 37, "Caption",ExpressionUUID->"785e8cf9-7e71-490e-a19a-73b507eddab4", CellID->1408510608] }, Open ]], Cell[CellGroupData[{ -Cell[7525, 191, 104, 1, 64, "Title",ExpressionUUID->"c0728ad3-4641-4d96-b296-9df9026401fc", +Cell[7581, 195, 104, 1, 64, "Title",ExpressionUUID->"c0728ad3-4641-4d96-b296-9df9026401fc", CellID->1378509089], Cell[CellGroupData[{ -Cell[7654, 196, 132, 1, 59, "Subsection",ExpressionUUID->"17a7efcb-91d7-4530-a9c8-42260e60f7ca", +Cell[7710, 200, 132, 1, 59, "Subsection",ExpressionUUID->"17a7efcb-91d7-4530-a9c8-42260e60f7ca", CellID->1699743788], -Cell[7789, 199, 349, 6, 60, "Text",ExpressionUUID->"e4398f02-7916-4ee1-aedc-abf5d3d76c1e", +Cell[7845, 203, 349, 6, 60, "Text",ExpressionUUID->"e4398f02-7916-4ee1-aedc-abf5d3d76c1e", CellID->710754653], -Cell[8141, 207, 143, 1, 36, "Text",ExpressionUUID->"177b9d04-3e54-4e3b-a3d2-1c9f2f0e84d6", +Cell[8197, 211, 143, 1, 36, "Text",ExpressionUUID->"177b9d04-3e54-4e3b-a3d2-1c9f2f0e84d6", CellID->1530071841], -Cell[8287, 210, 183, 4, 27, "Input",ExpressionUUID->"f62e23da-bf44-4bf2-a202-cf4fef60e5bb", +Cell[8343, 214, 183, 4, 27, "Input",ExpressionUUID->"f62e23da-bf44-4bf2-a202-cf4fef60e5bb", CellID->725700005], Cell[CellGroupData[{ -Cell[8495, 218, 137, 2, 27, "Input",ExpressionUUID->"ec5c6fb3-7219-44ff-9b7a-489cbc6a43e5", +Cell[8551, 222, 137, 2, 27, "Input",ExpressionUUID->"ec5c6fb3-7219-44ff-9b7a-489cbc6a43e5", CellID->1318351137], -Cell[8635, 222, 128, 2, 36, "Output",ExpressionUUID->"71394562-6aab-48b7-9e40-ce915fa494e5", - CellID->1363505406] +Cell[8691, 226, 128, 2, 36, "Output",ExpressionUUID->"4a4699e4-879e-474d-965c-0487ff0772d2", + CellID->1535719865] }, Open ]], -Cell[8778, 227, 276, 5, 60, "Text",ExpressionUUID->"b826cb17-a100-4ec8-840b-9107ed413c6c", +Cell[8834, 231, 276, 5, 60, "Text",ExpressionUUID->"b826cb17-a100-4ec8-840b-9107ed413c6c", CellID->1144252184], Cell[CellGroupData[{ -Cell[9079, 236, 198, 4, 27, "Input",ExpressionUUID->"1055c71d-5b9b-4848-8220-1313d95290d6", +Cell[9135, 240, 198, 4, 27, "Input",ExpressionUUID->"1055c71d-5b9b-4848-8220-1313d95290d6", CellID->1431226196], Cell[CellGroupData[{ -Cell[9302, 244, 206, 3, 23, "Print",ExpressionUUID->"6496271e-5564-40c5-a3b6-d55bea49f3ec", - CellID->706014718], -Cell[9511, 249, 336, 7, 23, "Print",ExpressionUUID->"a7f305a3-eebd-4a08-a62b-fdf6276ecdfa", - CellID->1496574520], -Cell[9850, 258, 206, 3, 23, "Print",ExpressionUUID->"d39c04fa-80ed-4af6-8144-f7c6f9fdb5ff", - CellID->798421689], -Cell[10059, 263, 190, 2, 23, "Print",ExpressionUUID->"7eb8c845-d07c-46bd-a1ec-ab3762336e66", - CellID->954211906], -Cell[10252, 267, 178, 2, 23, "Print",ExpressionUUID->"87e9332d-5219-48ba-a9e1-434bc6e5c9a6", - CellID->1149170851], -Cell[10433, 271, 207, 3, 23, "Print",ExpressionUUID->"e65273a8-19ce-4c6b-a0a9-071662573069", - CellID->871821041], -Cell[10643, 276, 191, 2, 70, "Print",ExpressionUUID->"a98b4c96-2ae6-4d20-95a2-ad2362247e24", - CellID->1272456998], -Cell[10837, 280, 207, 3, 70, "Print",ExpressionUUID->"60ba7e4c-8eb7-429a-9a59-4f4722430e65", - CellID->2034802434], -Cell[11047, 285, 207, 3, 70, "Print",ExpressionUUID->"0e15f477-e5bc-4450-98f5-f4039eaef834", - CellID->1378152777], -Cell[11257, 290, 178, 2, 70, "Print",ExpressionUUID->"ba9be47c-1246-43fb-afb5-37f6a43d188d", - CellID->1657710616], -Cell[11438, 294, 206, 3, 70, "Print",ExpressionUUID->"833c7762-50b1-48b9-a603-bde7843cb904", - CellID->415741917] +Cell[9358, 248, 207, 3, 23, "Print",ExpressionUUID->"d48ae926-bc0d-4ad4-9b51-248137c6a908", + CellID->1249678972], +Cell[9568, 253, 334, 7, 23, "Print",ExpressionUUID->"0c66e9ef-fbcf-4ce3-9f6b-ed79b3a71229", + CellID->40046147], +Cell[9905, 262, 205, 3, 23, "Print",ExpressionUUID->"4e38a862-1c47-423e-a2af-41ad9adc2b55", + CellID->19262792], +Cell[10113, 267, 191, 2, 23, "Print",ExpressionUUID->"fcb8b455-6e22-452b-9eaf-9c1dc58224c6", + CellID->1698393311], +Cell[10307, 271, 177, 2, 23, "Print",ExpressionUUID->"0461a23d-da01-42ee-85ef-ea14c90f1c78", + CellID->463942412], +Cell[10487, 275, 208, 3, 23, "Print",ExpressionUUID->"5a442880-42c3-4a3f-afc6-7b224e830958", + CellID->1519742891], +Cell[10698, 280, 191, 2, 70, "Print",ExpressionUUID->"74c5ff6e-6bed-40e0-9527-fb07c764a27c", + CellID->1192154561], +Cell[10892, 284, 206, 3, 70, "Print",ExpressionUUID->"c0f03424-8f10-43bc-a622-2e0d1aa53928", + CellID->245951938], +Cell[11101, 289, 206, 3, 70, "Print",ExpressionUUID->"8fbefa6e-dc83-41eb-a761-be6f8c98ae16", + CellID->481089257], +Cell[11310, 294, 177, 2, 70, "Print",ExpressionUUID->"1aed1c20-7764-424b-8bfb-b2707430f6a2", + CellID->932492838], +Cell[11490, 298, 206, 3, 70, "Print",ExpressionUUID->"669812e2-da46-4be5-ac0d-8318a65b8964", + CellID->367043905] }, Open ]] }, Open ]], -Cell[11671, 301, 423, 7, 70, "Text",ExpressionUUID->"877b532e-2f82-47dd-8eb1-bc882d01aaa5", +Cell[11723, 305, 424, 7, 70, "Text",ExpressionUUID->"877b532e-2f82-47dd-8eb1-bc882d01aaa5", CellID->235307191], Cell[CellGroupData[{ -Cell[12119, 312, 147, 3, 70, "Input",ExpressionUUID->"7c89be3b-c6ac-44e6-98cc-61107b1d25ee", +Cell[12172, 316, 147, 3, 70, "Input",ExpressionUUID->"7c89be3b-c6ac-44e6-98cc-61107b1d25ee", CellID->923384284], -Cell[12269, 317, 30139, 716, 70, "Output",ExpressionUUID->"b95739e0-fcee-42cb-bb18-9023668082a0", - CellID->2101034092] +Cell[12322, 321, 30597, 727, 70, "Output",ExpressionUUID->"f24a5e43-8437-4547-be01-b3718519d946", + CellID->1290865403] }, Open ]], Cell[CellGroupData[{ -Cell[42445, 1038, 202, 4, 70, "Input",ExpressionUUID->"856b52d3-d3a5-49ad-8e3f-eb95b03eaba6", +Cell[42956, 1053, 202, 4, 70, "Input",ExpressionUUID->"856b52d3-d3a5-49ad-8e3f-eb95b03eaba6", CellID->321888274], -Cell[42650, 1044, 127, 2, 36, "Output",ExpressionUUID->"0b494d78-4549-4425-b5e4-5b9658c62119", - CellID->647463661] +Cell[43161, 1059, 127, 2, 36, "Output",ExpressionUUID->"158d5559-d96a-490e-8d71-ad4e03c3b56f", + CellID->783367278] }, Open ]], -Cell[42792, 1049, 737, 11, 70, "Text",ExpressionUUID->"084df93d-3bd0-4c2e-a7b0-1081bd368030", +Cell[43303, 1064, 737, 11, 70, "Text",ExpressionUUID->"084df93d-3bd0-4c2e-a7b0-1081bd368030", CellID->380594665], -Cell[43532, 1062, 203, 4, 70, "Text",ExpressionUUID->"6c7210e0-fa0a-47f4-9673-56abdce8d449", +Cell[44043, 1077, 203, 4, 70, "Text",ExpressionUUID->"6c7210e0-fa0a-47f4-9673-56abdce8d449", CellID->1035573543], -Cell[43738, 1068, 2433, 58, 70, "Text",ExpressionUUID->"889c9f8f-206e-4685-970f-bac6dc28e9d8", +Cell[44249, 1083, 2433, 58, 70, "Text",ExpressionUUID->"889c9f8f-206e-4685-970f-bac6dc28e9d8", CellID->356061974], -Cell[46174, 1128, 272, 5, 70, "Text",ExpressionUUID->"1101eb6f-5829-4368-907c-db4cc6cbd52f", +Cell[46685, 1143, 272, 5, 70, "Text",ExpressionUUID->"1101eb6f-5829-4368-907c-db4cc6cbd52f", CellID->1493558695] }, Open ]], Cell[CellGroupData[{ -Cell[46483, 1138, 122, 1, 70, "Subsection",ExpressionUUID->"c0332ded-e32f-4959-af07-50839c15171c", +Cell[46994, 1153, 122, 1, 70, "Subsection",ExpressionUUID->"c0332ded-e32f-4959-af07-50839c15171c", CellID->757644182], -Cell[46608, 1141, 213, 4, 70, "Text",ExpressionUUID->"178ce2a3-4154-4b59-82fa-c5672e1b60dd", +Cell[47119, 1156, 213, 4, 70, "Text",ExpressionUUID->"178ce2a3-4154-4b59-82fa-c5672e1b60dd", CellID->1319448269], -Cell[46824, 1147, 182, 4, 70, "Input",ExpressionUUID->"6f7421e1-7b89-45bd-ba20-973105735592", +Cell[47335, 1162, 182, 4, 70, "Input",ExpressionUUID->"6f7421e1-7b89-45bd-ba20-973105735592", CellID->724584136], Cell[CellGroupData[{ -Cell[47031, 1155, 215, 5, 70, "Input",ExpressionUUID->"4845be71-ec6a-4a24-a979-aa1c6733639f", +Cell[47542, 1170, 215, 5, 70, "Input",ExpressionUUID->"4845be71-ec6a-4a24-a979-aa1c6733639f", CellID->309904322], -Cell[47249, 1162, 893, 14, 70, "Output",ExpressionUUID->"4d73c9cd-919a-4618-8e58-2c5a07fec67b", +Cell[47760, 1177, 893, 14, 69, "Output",ExpressionUUID->"4d73c9cd-919a-4618-8e58-2c5a07fec67b", CellID->2030202922] }, Open ]], -Cell[48157, 1179, 199, 5, 70, "Input",ExpressionUUID->"280e62b8-7714-467a-9ffc-0c650ed45dcd", +Cell[48668, 1194, 199, 5, 70, "Input",ExpressionUUID->"280e62b8-7714-467a-9ffc-0c650ed45dcd", CellID->107172329], -Cell[48359, 1186, 231, 6, 70, "Input",ExpressionUUID->"6c48ea73-5dba-47cc-996f-fdc938ae7342", +Cell[48870, 1201, 231, 6, 70, "Input",ExpressionUUID->"6c48ea73-5dba-47cc-996f-fdc938ae7342", CellID->1035604327], -Cell[48593, 1194, 347, 9, 70, "Input",ExpressionUUID->"ce41617b-cbcf-478a-8a46-81cd6c35ffb0", +Cell[49104, 1209, 347, 9, 70, "Input",ExpressionUUID->"ce41617b-cbcf-478a-8a46-81cd6c35ffb0", CellID->1201070411], Cell[CellGroupData[{ -Cell[48965, 1207, 132, 2, 70, "Input",ExpressionUUID->"94d43ebe-ed24-45bd-9a8f-8be759bdd1f8", +Cell[49476, 1222, 132, 2, 70, "Input",ExpressionUUID->"94d43ebe-ed24-45bd-9a8f-8be759bdd1f8", CellID->1470677735], -Cell[49100, 1211, 134, 2, 36, "Output",ExpressionUUID->"692488cf-541c-4f9d-a385-f16186c22bd4", +Cell[49611, 1226, 134, 2, 36, "Output",ExpressionUUID->"692488cf-541c-4f9d-a385-f16186c22bd4", CellID->32372863] }, Open ]], -Cell[49249, 1216, 288, 8, 70, "Input",ExpressionUUID->"8818c994-c372-44c0-9f3e-473446292fb1", +Cell[49760, 1231, 288, 8, 70, "Input",ExpressionUUID->"8818c994-c372-44c0-9f3e-473446292fb1", CellID->484812959] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ -Cell[49574, 1229, 142, 1, 70, "Subsection",ExpressionUUID->"3a1adba6-fb6c-4f44-be02-41e5e316f7d5", +Cell[50085, 1244, 142, 1, 70, "Subsection",ExpressionUUID->"3a1adba6-fb6c-4f44-be02-41e5e316f7d5", CellID->29208805], -Cell[49719, 1232, 203, 4, 70, "Text",ExpressionUUID->"e7ad82fa-e4f9-464f-a8d3-d9b232657ae0", +Cell[50230, 1247, 203, 4, 70, "Text",ExpressionUUID->"e7ad82fa-e4f9-464f-a8d3-d9b232657ae0", CellID->1528947383], Cell[CellGroupData[{ -Cell[49947, 1240, 207, 4, 70, "Input",ExpressionUUID->"a97bdf9e-3639-45fc-bfb9-08a9fdad6c85", +Cell[50458, 1255, 207, 4, 70, "Input",ExpressionUUID->"a97bdf9e-3639-45fc-bfb9-08a9fdad6c85", CellID->1283234648], -Cell[50157, 1246, 184, 4, 36, "Output",ExpressionUUID->"dcf82bee-f972-49e6-8422-a0c47a4d04ab", +Cell[50668, 1261, 184, 4, 36, "Output",ExpressionUUID->"dcf82bee-f972-49e6-8422-a0c47a4d04ab", CellID->983420711] }, Open ]], Cell[CellGroupData[{ -Cell[50378, 1255, 210, 4, 70, "Input",ExpressionUUID->"21348e15-297c-4dfb-9feb-7ad1bf315f8e", +Cell[50889, 1270, 210, 4, 70, "Input",ExpressionUUID->"21348e15-297c-4dfb-9feb-7ad1bf315f8e", CellID->530634586], -Cell[50591, 1261, 182, 4, 36, "Output",ExpressionUUID->"2f5021ae-b7a3-4eb4-ac48-733c474b4b26", +Cell[51102, 1276, 182, 4, 36, "Output",ExpressionUUID->"2f5021ae-b7a3-4eb4-ac48-733c474b4b26", CellID->7572042] }, Open ]], Cell[CellGroupData[{ -Cell[50810, 1270, 208, 4, 70, "Input",ExpressionUUID->"b86f3b5b-8a00-4dd4-8c32-dd976cb52087", +Cell[51321, 1285, 208, 4, 70, "Input",ExpressionUUID->"b86f3b5b-8a00-4dd4-8c32-dd976cb52087", CellID->108394061], -Cell[51021, 1276, 185, 4, 36, "Output",ExpressionUUID->"e358ba10-678b-4ea9-8726-a2ef02a146b4", +Cell[51532, 1291, 185, 4, 36, "Output",ExpressionUUID->"e358ba10-678b-4ea9-8726-a2ef02a146b4", CellID->417953373] }, Open ]], Cell[CellGroupData[{ -Cell[51243, 1285, 213, 4, 70, "Input",ExpressionUUID->"b8299af5-c7e5-4371-9821-d8cc8a3033fe", +Cell[51754, 1300, 213, 4, 70, "Input",ExpressionUUID->"b8299af5-c7e5-4371-9821-d8cc8a3033fe", CellID->1385724819], -Cell[51459, 1291, 185, 4, 36, "Output",ExpressionUUID->"f242d7cc-101a-444e-96c3-dd9e1e1c917a", +Cell[51970, 1306, 185, 4, 36, "Output",ExpressionUUID->"f242d7cc-101a-444e-96c3-dd9e1e1c917a", CellID->1766104678] }, Open ]], Cell[CellGroupData[{ -Cell[51681, 1300, 213, 4, 70, "Input",ExpressionUUID->"821a2e66-e88a-4b99-b0a4-e0697cdbaf3e", +Cell[52192, 1315, 213, 4, 70, "Input",ExpressionUUID->"821a2e66-e88a-4b99-b0a4-e0697cdbaf3e", CellID->833695290], -Cell[51897, 1306, 184, 4, 36, "Output",ExpressionUUID->"97456f00-0ab1-49a4-8be2-d195a33eff77", +Cell[52408, 1321, 184, 4, 36, "Output",ExpressionUUID->"97456f00-0ab1-49a4-8be2-d195a33eff77", CellID->1621032010] }, Open ]], Cell[CellGroupData[{ -Cell[52118, 1315, 171, 3, 70, "Input",ExpressionUUID->"670a499f-bb46-4494-9d1e-0bb15cfdc5f6", +Cell[52629, 1330, 171, 3, 70, "Input",ExpressionUUID->"670a499f-bb46-4494-9d1e-0bb15cfdc5f6", CellID->542005314], -Cell[52292, 1320, 130, 2, 36, "Output",ExpressionUUID->"1b31b733-9061-4e27-bd47-b95e914747d7", +Cell[52803, 1335, 130, 2, 36, "Output",ExpressionUUID->"1b31b733-9061-4e27-bd47-b95e914747d7", CellID->787245735] }, Open ]], Cell[CellGroupData[{ -Cell[52459, 1327, 181, 3, 70, "Input",ExpressionUUID->"e97464b6-9bda-4131-a470-30cffe03be50", +Cell[52970, 1342, 181, 3, 70, "Input",ExpressionUUID->"e97464b6-9bda-4131-a470-30cffe03be50", CellID->1942920284], -Cell[52643, 1332, 131, 2, 36, "Output",ExpressionUUID->"d0371d68-b958-4729-bf97-4fa7ee81a065", +Cell[53154, 1347, 131, 2, 36, "Output",ExpressionUUID->"d0371d68-b958-4729-bf97-4fa7ee81a065", CellID->1189468975] }, Open ]], Cell[CellGroupData[{ -Cell[52811, 1339, 288, 7, 70, "Input",ExpressionUUID->"9b82d2bb-bebe-401e-9d09-e7e5a373b370", +Cell[53322, 1354, 288, 7, 70, "Input",ExpressionUUID->"9b82d2bb-bebe-401e-9d09-e7e5a373b370", CellID->1167840400], -Cell[53102, 1348, 717, 18, 73, "Output",ExpressionUUID->"063be7fd-3cac-41b7-a3b3-07e5646dd309", +Cell[53613, 1363, 717, 18, 73, "Output",ExpressionUUID->"063be7fd-3cac-41b7-a3b3-07e5646dd309", CellID->831010179] }, Open ]], Cell[CellGroupData[{ -Cell[53856, 1371, 291, 7, 70, "Input",ExpressionUUID->"93886002-cd8f-4b98-a9eb-45eaa37738d3", +Cell[54367, 1386, 291, 7, 70, "Input",ExpressionUUID->"93886002-cd8f-4b98-a9eb-45eaa37738d3", CellID->1545530949], -Cell[54150, 1380, 743, 18, 81, "Output",ExpressionUUID->"107e3cba-ef62-4b67-b740-ece38eb77e2a", +Cell[54661, 1395, 743, 18, 81, "Output",ExpressionUUID->"107e3cba-ef62-4b67-b740-ece38eb77e2a", CellID->513915447] }, Open ]], Cell[CellGroupData[{ -Cell[54930, 1403, 297, 7, 70, "Input",ExpressionUUID->"044c1097-e725-4777-a09f-428be0a927c7", +Cell[55441, 1418, 297, 7, 70, "Input",ExpressionUUID->"044c1097-e725-4777-a09f-428be0a927c7", CellID->1588654361], -Cell[55230, 1412, 743, 18, 81, "Output",ExpressionUUID->"a874d0d6-b082-4c37-9fd6-ccda436bfa20", +Cell[55741, 1427, 743, 18, 81, "Output",ExpressionUUID->"a874d0d6-b082-4c37-9fd6-ccda436bfa20", CellID->717495570] }, Open ]], Cell[CellGroupData[{ -Cell[56010, 1435, 157, 3, 70, "Input",ExpressionUUID->"9e059b2a-e916-49ad-b1f9-2c0d7da078d0", +Cell[56521, 1450, 157, 3, 70, "Input",ExpressionUUID->"9e059b2a-e916-49ad-b1f9-2c0d7da078d0", CellID->1238499583], -Cell[56170, 1440, 506, 10, 36, "Output",ExpressionUUID->"96fcef8d-4a1f-4451-bc89-2b71a5b4c793", +Cell[56681, 1455, 506, 10, 36, "Output",ExpressionUUID->"96fcef8d-4a1f-4451-bc89-2b71a5b4c793", CellID->1898558683] }, Open ]], Cell[CellGroupData[{ -Cell[56713, 1455, 156, 3, 70, "Input",ExpressionUUID->"2003fd33-f838-4562-be73-fdcb20f89cc8", +Cell[57224, 1470, 156, 3, 70, "Input",ExpressionUUID->"2003fd33-f838-4562-be73-fdcb20f89cc8", CellID->600214844], -Cell[56872, 1460, 506, 10, 36, "Output",ExpressionUUID->"6df93cd8-beea-4cfd-9c69-6e4d0760ecea", +Cell[57383, 1475, 506, 10, 36, "Output",ExpressionUUID->"6df93cd8-beea-4cfd-9c69-6e4d0760ecea", CellID->1345671912] }, Open ]], Cell[CellGroupData[{ -Cell[57415, 1475, 290, 7, 70, "Input",ExpressionUUID->"2f5b8a2f-402f-434a-81c4-0b8a5f68721d", +Cell[57926, 1490, 290, 7, 70, "Input",ExpressionUUID->"2f5b8a2f-402f-434a-81c4-0b8a5f68721d", CellID->786679362], -Cell[57708, 1484, 236, 6, 36, "Output",ExpressionUUID->"47ce35f0-9895-4da7-8dbb-99e38f3fc294", +Cell[58219, 1499, 236, 6, 36, "Output",ExpressionUUID->"47ce35f0-9895-4da7-8dbb-99e38f3fc294", CellID->1801285255] }, Open ]], Cell[CellGroupData[{ -Cell[57981, 1495, 294, 7, 70, "Input",ExpressionUUID->"81664f9d-7faf-492c-a8f5-bdf36800fd02", +Cell[58492, 1510, 294, 7, 70, "Input",ExpressionUUID->"81664f9d-7faf-492c-a8f5-bdf36800fd02", CellID->668865999], -Cell[58278, 1504, 235, 6, 36, "Output",ExpressionUUID->"a3e5a393-f67c-4bad-b4c7-de2aa27f0b44", +Cell[58789, 1519, 235, 6, 36, "Output",ExpressionUUID->"a3e5a393-f67c-4bad-b4c7-de2aa27f0b44", CellID->819052226] }, Open ]], Cell[CellGroupData[{ -Cell[58550, 1515, 307, 8, 70, "Input",ExpressionUUID->"3500c620-5ef2-4cf4-b91e-9c8fe572eef9", +Cell[59061, 1530, 307, 8, 70, "Input",ExpressionUUID->"3500c620-5ef2-4cf4-b91e-9c8fe572eef9", CellID->138614567], -Cell[58860, 1525, 235, 6, 36, "Output",ExpressionUUID->"82e0de31-41e3-4aab-ba8c-e420a5ddf9d2", +Cell[59371, 1540, 235, 6, 36, "Output",ExpressionUUID->"82e0de31-41e3-4aab-ba8c-e420a5ddf9d2", CellID->698074805], -Cell[59098, 1533, 235, 6, 36, "Output",ExpressionUUID->"cadc44f2-0226-43e6-8585-3d45ecadb0a5", +Cell[59609, 1548, 235, 6, 36, "Output",ExpressionUUID->"cadc44f2-0226-43e6-8585-3d45ecadb0a5", CellID->200515961] }, Open ]] -}, Open ]], +}, Closed]], Cell[CellGroupData[{ -Cell[59382, 1545, 120, 1, 70, "Subsection",ExpressionUUID->"04623e8c-52c7-47ad-bf79-ab6a7ba3f497", +Cell[59893, 1560, 120, 1, 70, "Subsection",ExpressionUUID->"04623e8c-52c7-47ad-bf79-ab6a7ba3f497", CellID->1421849215], Cell[CellGroupData[{ -Cell[59527, 1550, 733, 18, 70, "Input",ExpressionUUID->"604adcb7-fb47-46f0-a659-dfb70608a411", +Cell[60038, 1565, 733, 18, 70, "Input",ExpressionUUID->"604adcb7-fb47-46f0-a659-dfb70608a411", CellID->1681495516], -Cell[60263, 1570, 2534, 55, 217, "Output",ExpressionUUID->"f639eec5-bb98-4ba0-a27b-6e5e4738565f", +Cell[60774, 1585, 2534, 55, 250, "Output",ExpressionUUID->"f639eec5-bb98-4ba0-a27b-6e5e4738565f", CellID->731150548] }, Open ]], Cell[CellGroupData[{ -Cell[62834, 1630, 160, 3, 70, "Input",ExpressionUUID->"2860aa80-cf3f-4107-836b-4b647cef75d5", +Cell[63345, 1645, 160, 3, 70, "Input",ExpressionUUID->"2860aa80-cf3f-4107-836b-4b647cef75d5", CellID->1429421257], -Cell[62997, 1635, 294000, 4985, 70, "Output",ExpressionUUID->"e257c40c-4432-469d-9d47-ec38ab8373a3", +Cell[63508, 1650, 293984, 4984, 70, "Output",ExpressionUUID->"e257c40c-4432-469d-9d47-ec38ab8373a3", CellID->1789889578] }, Open ]] }, Open ]], -Cell[357024, 6624, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"d66f98e2-b2f9-4781-b8ee-ec7707da4ec2"], +Cell[357519, 6638, 689, 17, 70, "TutorialMoreAboutSection",ExpressionUUID->"1bf3fa4b-5153-4a49-9578-97268a9a2b6b"], Cell[CellGroupData[{ -Cell[357738, 6645, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"93d193d0-cb56-453f-9c81-74e77edd414d"], -Cell[359319, 6687, 81, 0, 70, "Input",ExpressionUUID->"85c010d1-ada4-4b51-8c2d-8c5e9b331d2b"] +Cell[358233, 6659, 1578, 40, 70, "RelatedTutorialsSection",ExpressionUUID->"190191cc-c195-49c6-9bcd-67f4e1300bf5"], +Cell[359814, 6701, 81, 0, 70, "Input",ExpressionUUID->"9c9c7ae1-be11-4064-b472-192bd4df729d"] }, Open ]] }, Open ]], -Cell[359427, 6691, 78, 0, 70, "FooterCell",ExpressionUUID->"3e4635ab-8645-46d8-898a-5d2779c071c4"] +Cell[359922, 6705, 78, 0, 70, "FooterCell",ExpressionUUID->"1b18b7d5-c327-4977-b686-1e4e8bdad14b"] } ] *) diff --git a/IOTuGamesV6.nb b/IOTuGamesV6.nb index 4d9a30d..25d452a 100644 --- a/IOTuGamesV6.nb +++ b/IOTuGamesV6.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 162568, 3847] -NotebookOptionsPosition[ 160113, 3811] -NotebookOutlinePosition[ 160579, 3828] -CellTagsIndexPosition[ 160536, 3825] +NotebookDataLength[ 215143, 5052] +NotebookOptionsPosition[ 212272, 5012] +NotebookOutlinePosition[ 212665, 5028] +CellTagsIndexPosition[ 212622, 5025] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -25,8 +25,8 @@ Cell[BoxData[ RowBox[{"IOTuGamesV6", ".", RowBox[{"m", "\n", " ", ":", " ", RowBox[{"Release", " ", "Date"}], " ", ":", " ", - RowBox[{"02.05", ".2023"}], "\n", " ", ":", " ", - RowBox[{"Version", " ", "3.1", ".2"}]}]}]}], " ", "\n", "\n", "*)"}], + RowBox[{"31.05", ".2024"}], "\n", " ", ":", " ", + RowBox[{"Version", " ", "3.1", ".4"}]}]}]}], " ", "\n", "\n", "*)"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{":", "Context", ":", " ", "IOTuGamesV6`"}], " ", "*)"}], "\n", @@ -36,7 +36,7 @@ Cell[BoxData[ RowBox[{ "This", " ", "package", " ", "provides", " ", "some", " ", "graphical", " ", "extensions", " ", "to", " ", "the", " ", "package", " ", "TuGames", - " ", "for", " ", "Mathematica", " ", "8.", "x", " ", "and", " ", + " ", "for", " ", "Mathematica", " ", "12.", "x", " ", "and", " ", RowBox[{"higher", "."}]}]}], "\n", "*)"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{ @@ -55,7 +55,8 @@ Cell[BoxData[ RowBox[{":", " ", RowBox[{"Mathematica", " ", "Version"}], " ", ":", " ", RowBox[{"12.", "x"}]}], ",", " ", - RowBox[{"13.", "x"}]}], "\n", "*)"}], "\n", + RowBox[{"13.", "x"}], ",", " ", + RowBox[{"14.", "x"}]}], "\n", "*)"}], "\n", RowBox[{"(*", " ", "\n", " ", RowBox[{ RowBox[{":", "History", ":", "\n", " ", ":", @@ -72,7 +73,7 @@ Cell[BoxData[ RowBox[{"Some", " ", "minor", " ", "code", " ", RowBox[{"revision", ".", "\n", " ", "Mathematica"}], " ", "version", " ", "5.", "x", " ", "and", " ", - RowBox[{"lower", "\n", "."}]}], "\n", " ", ":", + RowBox[{"lower", "."}]}], "\n", " ", ":", RowBox[{"IOTuGamesV6", ".", RowBox[{"m", ":", "\n", " ", RowBox[{"Version", " ", "2.0"}], ":", " ", @@ -115,14 +116,14 @@ Pre-Nucleolus, and Shapley value\n can now be adjusted, for \ instance, through PtRadius -> 0.0061, the default is\n \ PtRadius -> 0.021.\n Version 2.5: The Thickness of the line segment of a \ two-dimensional core is set to 0.7*PtRadius,\n and can \ -therefore adjusted by setting PtRadius. Similar for the line segment of a\n \ - two-dimensional Kernel, this is set to 0.75*PtRadius. In \ +therefore adjust by setting PtRadius. Similar for the line segment of a\n \ + two-dimensional Kernel, this is set to 0.75*PtRadius. In \ addition, the modiclus\n can be drawn by invoking the \ options ViewModiclusSol -> True. Finally, a bug\n w.r.t. \ the option UseManipulate -> True has been fixed.\n Version 2.6.0:\n \ - Performing some code maintenance. \n \n Version 3.0.2 and \ + Performing some code maintenance. \n \n Version 3.0.2 and \ later: See ChangeLog\n \n \>"}]}]}]}]}], "*)"}]}]], "Code",E\ -xpressionUUID->"47fd8675-41f7-4138-a6e0-6cea7ffa91d3"], +xpressionUUID->"3c330709-aee6-4f5c-ac6e-b6ce69ac02fe"], Cell[BoxData[ RowBox[{ @@ -149,7 +150,7 @@ Cell[BoxData[ RowBox[{ "8.", " ", "\n", " ", "Four", " ", "Person", " ", "Games", " ", RowBox[{"only", "!"}]}]}]}], "\n", "*)"}], "\n", "\n"}]], "Code",Express\ -ionUUID->"1bfe1171-fc01-4081-9ec6-293c0731ea13"], +ionUUID->"89645753-e51f-45e4-9150-17e522c47dd2"], Cell[BoxData[{ RowBox[{ @@ -162,6 +163,12 @@ Cell[BoxData[{ RowBox[{"PlotCore3dV6", "::", "usage"}], " ", "=", "\n", "\"\\""}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"PlotWeberSet3dV6", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ RowBox[{ @@ -237,7 +244,7 @@ NucleolusCoord.\>\""}], ";"}], "\n"}], "\n", RowBox[{"PictureSize", "::", "usage"}], " ", "=", "\n", "\"\\""}], ";"}]}], "Code",Expre\ -ssionUUID->"aff29479-2b12-43f7-ad8c-ecd778c68ce6"], +ssionUUID->"0c9962ea-fc37-42bf-b1a2-632c6c5e748b"], Cell[BoxData[ RowBox[{ @@ -249,6 +256,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"PlotCore3dV6", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"PlotWeberSet3dV6", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"SkelCore3dV6", "::", "argerr"}], "=", @@ -436,6 +447,9 @@ Cell[BoxData[ RowBox[{"ViewShapleySol", " ", "->", " ", "False"}], ",", " ", RowBox[{"ShapleyCoord", " ", "->", " ", RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "False"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", + RowBox[{"{", "}"}]}], ",", " ", RowBox[{"ViewNucleolusSol", "->", " ", "False"}], ",", " ", RowBox[{"NucleolusCoord", "->", RowBox[{"{", "}"}]}], ",", " ", @@ -447,7 +461,9 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], ",", " ", RowBox[{"ViewLegend", " ", "->", " ", "False"}], ",", " ", RowBox[{"ShowImputationSet", " ", "->", " ", "True"}], ",", " ", + RowBox[{"ShowWeberSet", " ", "->", " ", "False"}], ",", " ", RowBox[{"SyncDim", " ", "->", " ", "True"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "False"}], ",", " ", RowBox[{"Verbosely", " ", "->", " ", "True"}], ",", " ", RowBox[{"PtRadius", " ", "->", " ", "0.021"}], ",", " ", RowBox[{"PictureSize", " ", "->", " ", @@ -488,6 +504,40 @@ Cell[BoxData[ RowBox[{"SyncDim", " ", "->", " ", "True"}], ",", RowBox[{"PtRadius", " ", "->", " ", "0.021"}]}], "}"}], "]"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"Options", "[", "PlotWeberSet3dV6", "]"}], " ", "=", " ", + RowBox[{"Sort", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"ViewSkel", " ", "->", " ", "False"}], ",", " ", + RowBox[{"ViewKernelSol", " ", "->", " ", "False"}], ",", " ", + RowBox[{"KernelCoord", " ", "->", " ", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewShapleySol", " ", "->", " ", "False"}], ",", " ", + RowBox[{"ShapleyCoord", " ", "->", " ", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "False"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewNucleolusSol", "->", " ", "False"}], ",", " ", + RowBox[{"NucleolusCoord", "->", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewModiclusSol", "->", " ", "False"}], ",", " ", + RowBox[{"ModiclusCoord", "->", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewPayoffSol", " ", "->", " ", "False"}], ",", " ", + RowBox[{"PayoffCoord", " ", "->", " ", + RowBox[{"{", "}"}]}], ",", " ", + RowBox[{"ViewLegend", " ", "->", " ", "False"}], ",", " ", + RowBox[{"ShowImputationSet", " ", "->", " ", "True"}], ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "True"}], ",", " ", + RowBox[{"Verbosely", " ", "->", " ", "True"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "False"}], ",", " ", + RowBox[{"PtRadius", " ", "->", " ", "0.021"}], ",", " ", + RowBox[{"PictureSize", " ", "->", " ", + RowBox[{"{", + RowBox[{"400", ",", "434"}], "}"}]}]}], "}"}], "]"}]}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"Options", "[", "AnimationKernelPropertyV6", "]"}], " ", "=", @@ -592,7 +642,10 @@ Cell[BoxData[ RowBox[{"Needs", "[", "\"\\"", "]"}], ";"}], "\n", RowBox[{ RowBox[{"Get", "[", "\"\\"", "]"}], ";"}], - "\n", "\n", + "\n", + RowBox[{ + RowBox[{"Get", "[", "\"\\"", "]"}], ";"}], "\n", + "\n", RowBox[{ RowBox[{ RowBox[{"PlotCore3dV6", "[", "args___", "]"}], ":=", @@ -614,10 +667,11 @@ Cell[BoxData[ RowBox[{ RowBox[{"{", RowBox[{ - "vwskl", ",", "vwker", ",", "vwshv", ",", "vwnuc", ",", "vwpay", ",", - "vwmnc", ",", "vwleg", ",", "mnc", ",", "rd", ",", "kerc", ",", "fs", - ",", "shc", ",", "nuc", ",", "paycoord", ",", "shimp", ",", "vrb", - ",", "bx", ",", "dld4", ",", "filopts", ",", "gr", ",", "psm", ",", + "vwskl", ",", "vwker", ",", "vwshv", ",", "vwhyv", ",", "vwnuc", ",", + "vwpay", ",", "vwmnc", ",", "vwleg", ",", "hyc", ",", "mnc", ",", + "rd", ",", "kerc", ",", "fs", ",", "shc", ",", "nuc", ",", + "paycoord", ",", "shimp", ",", "shwbs", ",", "vrb", ",", "vrep", ",", + "bx", ",", "dld4", ",", "filopts", ",", "gr", ",", "psm", ",", "crQ"}], "}"}], ",", "\n", " ", RowBox[{ RowBox[{"filopts", " ", "=", " ", @@ -632,7 +686,10 @@ Cell[BoxData[ RowBox[{"OptionValue", "[", "ViewKernelSol", "]"}]}], ";", "\n", " ", RowBox[{"vwshv", " ", "=", " ", - RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", " ", + RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwhyv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewHarsanyiSol", "]"}]}], ";", " ", "\n", " ", RowBox[{"vwnuc", " ", "=", " ", RowBox[{"OptionValue", "[", "ViewNucleolusSol", "]"}]}], ";", "\n", @@ -652,6 +709,9 @@ Cell[BoxData[ RowBox[{"shc", " ", "=", " ", RowBox[{"OptionValue", "[", "ShapleyCoord", "]"}]}], ";", "\n", " ", + RowBox[{"hyc", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", " ", + "\n", " ", RowBox[{"nuc", " ", "=", " ", RowBox[{"OptionValue", "[", "NucleolusCoord", "]"}]}], ";", "\n", " ", @@ -667,11 +727,17 @@ Cell[BoxData[ RowBox[{"shimp", " ", "=", " ", RowBox[{"OptionValue", "[", "ShowImputationSet", "]"}]}], ";", "\n", " ", + RowBox[{"shwbs", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShowWeberSet", "]"}]}], ";", "\n", + " ", RowBox[{"dld4", "=", " ", RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", RowBox[{"vrb", "=", " ", RowBox[{"OptionValue", "[", "Verbosely", "]"}]}], ";", "\n", " ", + RowBox[{"vrep", " ", "=", " ", + RowBox[{"OptionValue", "[", "VRepresentation", "]"}]}], ";", " ", + "\n", " ", RowBox[{"bx", "=", " ", RowBox[{"OptionValue", "[", "Boxed", "]"}]}], ";", "\n", " ", RowBox[{"rd", " ", "=", " ", @@ -692,6 +758,8 @@ Cell[BoxData[ RowBox[{"KernelCoord", " ", "->", " ", "kerc"}], ",", " ", RowBox[{"ViewShapleySol", " ", "->", " ", "vwshv"}], ",", " ", RowBox[{"ShapleyCoord", " ", "->", " ", "shc"}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "vwhyv"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", RowBox[{"ViewNucleolusSol", " ", "->", " ", "vwnuc"}], ",", " ", RowBox[{"NucleolusCoord", " ", "->", " ", "nuc"}], ",", " ", @@ -700,8 +768,10 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", " ", "->", " ", "vwpay"}], ",", " ", RowBox[{"PayoffCoord", " ", "->", " ", "paycoord"}], ",", " ", RowBox[{"PictureSize", "->", " ", "fs"}], ",", " ", + RowBox[{"VRepresentation", "->", " ", "vrep"}], ",", " ", RowBox[{"ViewLegend", " ", "->", " ", "vwleg"}], ",", " ", - RowBox[{"ShowImputationSet", " ", "->", " ", "shimp"}], ",", + RowBox[{"ShowImputationSet", " ", "->", " ", "shimp"}], ",", " ", + RowBox[{"ShowWeberSet", " ", "->", " ", "shwbs"}], ",", " ", RowBox[{"SyncDim", " ", "->", " ", "dld4"}], ",", " ", RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", " ", RowBox[{"Boxed", "->", " ", "bx"}], ",", "filopts"}], "]"}], ",", @@ -720,6 +790,8 @@ Cell[BoxData[ RowBox[{"KernelCoord", " ", "->", " ", "kerc"}], ",", " ", RowBox[{"ViewShapleySol", " ", "->", " ", "vwshv"}], ",", " ", RowBox[{"ShapleyCoord", " ", "->", " ", "shc"}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "vwhyv"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", RowBox[{"ViewNucleolusSol", " ", "->", " ", "vwnuc"}], ",", " ", RowBox[{"NucleolusCoord", " ", "->", " ", "nuc"}], ",", " ", RowBox[{"ViewModiclusSol", " ", "->", " ", "vwmnc"}], ",", " ", @@ -728,14 +800,16 @@ Cell[BoxData[ RowBox[{"ViewPayoffSol", " ", "->", " ", "vwpay"}], ",", " ", RowBox[{"PayoffCoord", " ", "->", " ", "paycoord"}], ",", " ", RowBox[{"PictureSize", "->", " ", "fs"}], ",", " ", + RowBox[{"ShowWeberSet", " ", "->", " ", "shwbs"}], ",", " ", + RowBox[{"VRepresentation", "->", " ", "vrep"}], ",", " ", RowBox[{"ViewLegend", " ", "->", " ", "vwleg"}], ",", " ", RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", RowBox[{"Boxed", "->", " ", "False"}], ",", " ", "filopts"}], "]"}]}]}], "\n", " ", "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "\n", "]"}]}], - ";"}], "\n"}]}]], "Code",ExpressionUUID->"ffe6bb37-bc71-4f9f-bdc0-\ -410ef7b628be"], + ";"}], "\n"}]}]], "Code",ExpressionUUID->"0db7dcde-1d05-48a2-839c-\ +911469fc3f98"], Cell[BoxData[{ RowBox[{ @@ -752,16 +826,17 @@ Cell[BoxData[{ RowBox[{ RowBox[{"{", RowBox[{ - "vwskl", ",", "vwker", ",", "vwshv", ",", "vwnuc", ",", "vwmnc", ",", - "vwpay", ",", "vwleg", ",", "kerc", ",", "rd", ",", "shc", ",", "nuc", - ",", "mnc", ",", "paycoord", ",", "shimp", ",", "origgame", ",", - "trext", ",", "fs", ",", "varl", ",", "minv", ",", "dld4", ",", - "filopts", ",", "norm", ",", "normgame", ",", "vertlist", ",", - "linearity", ",", "ecdlist", ",", " ", "eadlist", ",", " ", "icdlist", - ",", " ", "iadlist", ",", "extmat", ",", "d1", ",", "d2", ",", - "oldvls", ",", "dpt", ",", "dlvert", ",", "gr1", ",", "gr2", ",", - "gr3", ",", "gr4", ",", "gr5", ",", "gr6", ",", "gr7", ",", "gr8", - ",", "grli", ",", "gr", ",", + "vwskl", ",", "vwker", ",", "vwshv", ",", "vwhyv", ",", "vwnuc", ",", + "vwmnc", ",", "vwpay", ",", "vwleg", ",", "kerc", ",", "rd", ",", + "shwbs", ",", "vrep", ",", "shc", ",", "hyc", ",", "nuc", ",", "mnc", + ",", "paycoord", ",", "shimp", ",", "origgame", ",", "trext", ",", + "fs", ",", "varl", ",", "minv", ",", "dld4", ",", "filopts", ",", + "norm", ",", "normgame", ",", "vertlist", ",", "linearity", ",", + "ecdlist", ",", " ", "eadlist", ",", " ", "icdlist", ",", " ", + "iadlist", ",", "extmat", ",", "d1", ",", "d2", ",", "oldvls", ",", + "dpt", ",", "dlvert", ",", "gr1", ",", "gr2", ",", "gr3", ",", "gr4", + ",", "gr5", ",", "gr6", ",", "gr7", ",", "gr8", ",", "gr9", ",", + "gr10", ",", "grli", ",", "gr", ",", RowBox[{"psm", "=", RowBox[{"{", "}"}]}]}], "}"}], ",", "\n", " ", RowBox[{ @@ -779,6 +854,9 @@ Cell[BoxData[{ RowBox[{"vwshv", " ", "=", " ", RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", "\n", " ", + RowBox[{"vwhyv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewHarsanyiSol", "]"}]}], ";", " ", + "\n", " ", RowBox[{"vwnuc", " ", "=", " ", RowBox[{"OptionValue", "[", "ViewNucleolusSol", "]"}]}], ";", "\n", " ", @@ -796,6 +874,9 @@ Cell[BoxData[{ RowBox[{"shc", " ", "=", " ", RowBox[{"OptionValue", "[", "ShapleyCoord", "]"}]}], ";", "\n", " ", + RowBox[{"hyc", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", " ", + "\n", " ", RowBox[{"nuc", " ", "=", " ", RowBox[{"OptionValue", "[", "NucleolusCoord", "]"}]}], ";", "\n", " ", @@ -811,10 +892,16 @@ Cell[BoxData[{ RowBox[{"shimp", " ", "=", " ", RowBox[{"OptionValue", "[", "ShowImputationSet", "]"}]}], ";", "\n", " ", + RowBox[{"shwbs", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShowWeberSet", "]"}]}], ";", "\n", + " ", RowBox[{"dld4", "=", " ", RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", RowBox[{"rd", " ", "=", " ", RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", + RowBox[{"vrep", " ", "=", " ", + RowBox[{"OptionValue", "[", "VRepresentation", "]"}]}], ";", "\n", + " ", RowBox[{"oldvls", "=", " ", RowBox[{ RowBox[{ @@ -997,13 +1084,49 @@ Cell[BoxData[{ RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], "]"}], ",", - RowBox[{"{", "}"}]}], "]"}]}], ";", "\t ", "\n", " ", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr9", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwhyv", ",", "True"}], "]"}], ",", + RowBox[{ + RowBox[{"origgame", "=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "oldvls"}], "]"}]}], ";", + RowBox[{"ShowHarsanyiValV6", "[", + RowBox[{"origgame", ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}]}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr10", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"shwbs", ",", "True"}], "]"}], ",", + RowBox[{ + RowBox[{"origgame", "=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "oldvls"}], "]"}]}], ";", + RowBox[{"PlotWeberSet3D", "[", + RowBox[{"origgame", ",", " ", + RowBox[{"ViewHarsanyiSol", " ", "->", " ", "False"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "vrep"}], ",", " ", + RowBox[{"ShowImputationSet", " ", "->", " ", "False"}], ",", " ", + "filopts"}], "]"}]}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", " ", "\n", " ", RowBox[{"grli", "=", RowBox[{"Flatten", "[", RowBox[{"{", RowBox[{ "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", "gr5", ",", "gr6", - ",", "gr7", ",", "gr8"}], "}"}], "]"}]}], ";", "\n", " ", + ",", "gr7", ",", "gr8", ",", "gr9", ",", "gr10"}], "}"}], "]"}]}], + ";", "\n", " ", RowBox[{"gr", "=", RowBox[{"If", "[", RowBox[{ @@ -1067,7 +1190,18 @@ Cell[BoxData[{ RowBox[{"{", RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], - "}"}]}], "}"}], ",", " ", "\n", + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Brown", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}]}], "}"}], ",", " ", "\n", " ", RowBox[{"LegendShadow", " ", "->", " ", "None"}], ",", " ", RowBox[{"LegendTextSpace", " ", "->", " ", "5"}], ",", " ", @@ -1154,8 +1288,8 @@ Cell[BoxData[{ RowBox[{"FilterRules", "[", RowBox[{ RowBox[{"{", "opts", "}"}], ",", - RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", - "\n", " ", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", "\n", + " ", RowBox[{"amat", "=", RowBox[{"Transpose", "[", RowBox[{"Drop", "[", @@ -1193,7 +1327,7 @@ Cell[BoxData[{ RowBox[{"vert", ",", " ", "vskl"}], "]"}]}], "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"3ccf0508-055c-44c8-9f75-68e56e1c9ee4"], + ";"}]}], "Code",ExpressionUUID->"073469dd-3528-4d76-8712-ec678546c131"], Cell[BoxData[{ RowBox[{ @@ -1210,11 +1344,12 @@ Cell[BoxData[{ RowBox[{ RowBox[{"{", RowBox[{ - "vwker", ",", "vwshv", ",", "vwnuc", ",", "vwmnc", ",", "vwpay", ",", - "kerc", ",", "shc", ",", "nuc", ",", "mnc", ",", "rd", ",", "psm", - ",", "origgame", ",", "paycoord", ",", "filopts", ",", "fs", ",", - "oldvls", ",", "norm", ",", "normgame", ",", "gr1", ",", "gr2", ",", - "gr3", ",", "gr4", ",", "gr5", ",", "gr6", ",", "grli", ",", "gr"}], + "vwker", ",", "vwshv", ",", "vwnuc", ",", "vwmnc", ",", "vwhyv", ",", + "vwpay", ",", "vwleg", ",", "kerc", ",", "shc", ",", "hyc", ",", + "nuc", ",", "mnc", ",", "rd", ",", "psm", ",", "origgame", ",", + "paycoord", ",", "filopts", ",", "fs", ",", "oldvls", ",", "norm", + ",", "normgame", ",", "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", + "gr5", ",", "gr6", ",", "gr7", ",", "gr0", ",", "grli", ",", "gr"}], "}"}], ",", "\n", " ", RowBox[{ RowBox[{"filopts", " ", "=", " ", @@ -1229,6 +1364,9 @@ Cell[BoxData[{ RowBox[{"vwshv", " ", "=", " ", RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", "\n", " ", + RowBox[{"vwhyv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewHarsanyiSol", "]"}]}], ";", " ", + "\n", " ", RowBox[{"vwnuc", " ", "=", " ", RowBox[{"OptionValue", "[", "ViewNucleolusSol", "]"}]}], ";", "\n", " ", @@ -1236,13 +1374,16 @@ Cell[BoxData[{ RowBox[{"OptionValue", "[", "ViewModiclusSol", "]"}]}], ";", "\t ", "\n", " ", RowBox[{"vwpay", " ", "=", " ", - RowBox[{"OptionValue", "[", "ViewPayoffSol", "]"}]}], ";", "\t \t ", + RowBox[{"OptionValue", "[", "ViewPayoffSol", "]"}]}], ";", "\t ", "\n", " ", RowBox[{"kerc", " ", "=", " ", RowBox[{"OptionValue", "[", "KernelCoord", "]"}]}], ";", "\n", " ", RowBox[{"shc", " ", "=", " ", RowBox[{"OptionValue", "[", "ShapleyCoord", "]"}]}], ";", "\n", " ", + RowBox[{"hyc", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", " ", + "\n", " ", RowBox[{"nuc", " ", "=", " ", RowBox[{"OptionValue", "[", "NucleolusCoord", "]"}]}], ";", "\n", " ", @@ -1250,15 +1391,25 @@ Cell[BoxData[{ RowBox[{"OptionValue", "[", "ModiclusCoord", "]"}]}], ";", "\n", " ", RowBox[{"fs", " ", "=", " ", - RowBox[{"OptionValue", "[", "PictureSize", "]"}]}], ";", "\t \t ", - "\n", " ", + RowBox[{"OptionValue", "[", "PictureSize", "]"}]}], ";", "\n", " ", + RowBox[{"vwleg", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewLegend", "]"}]}], ";", "\n", " ", + RowBox[{"paycoord", " ", "=", " ", - RowBox[{"OptionValue", "[", "PayoffCoord", "]"}]}], ";", "\t ", "\n", + RowBox[{"OptionValue", "[", "PayoffCoord", "]"}]}], ";", "\n", " ", + RowBox[{"shwbs", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShowWeberSet", "]"}]}], ";", "\n", " ", RowBox[{"rd", " ", "=", " ", RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", RowBox[{"psm", " ", "=", " ", - RowBox[{"ImpRedDimV6", "[", "game", "]"}]}], ";", "\n", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"shwbs", ",", "False"}], "]"}], ",", + RowBox[{"ImpRedDimV6", "[", "game", "]"}], ",", + RowBox[{"WebRedDimV6", "[", "game", "]"}]}], "]"}]}], ";", "\n", + " ", RowBox[{"oldvls", "=", " ", RowBox[{ RowBox[{ @@ -1269,6 +1420,21 @@ Cell[BoxData[{ RowBox[{"normgame", " ", "=", " ", RowBox[{"DefineGame", "[", RowBox[{"T", ",", "norm"}], "]"}]}], ";", "\n", " ", + RowBox[{"gr0", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"shwbs", ",", "True"}], "]"}], ",", " ", + RowBox[{"PlotWeberSet3D", "[", + RowBox[{"normgame", ",", " ", + RowBox[{"ViewHarsanyiSol", " ", "->", " ", "False"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "vrep"}], ",", " ", + RowBox[{"ShowImputationSet", " ", "->", " ", "False"}], ",", " ", + "filopts"}], "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", " ", "\n", " ", RowBox[{"gr1", " ", "=", " ", RowBox[{"SkelImputationV6", "[", RowBox[{"normgame", ",", @@ -1329,18 +1495,111 @@ Cell[BoxData[{ RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], "]"}], ",", - RowBox[{"{", "}"}]}], "]"}]}], ";", "\t ", "\n", " ", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr7", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwhyv", ",", "True"}], "]"}], ",", " ", + RowBox[{"ShowHarsanyiValV6", "[", + RowBox[{"normgame", ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", RowBox[{"grli", "=", RowBox[{"Flatten", "[", RowBox[{"{", RowBox[{ - "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", "gr5", ",", "gr6"}], - "}"}], "]"}]}], ";", "\n", " ", + "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", "gr5", ",", "gr6", + ",", "gr7", ",", "gr0"}], "}"}], "]"}]}], ";", "\n", " ", RowBox[{"gr", "=", - RowBox[{"Show", "[", - RowBox[{"grli", ",", - RowBox[{"ImageSize", "->", " ", "fs"}]}], "]"}]}], ";", "\n", - " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwleg", ",", "False"}], "]"}], ",", + RowBox[{"Show", "[", + RowBox[{"grli", ",", " ", + RowBox[{"ImageSize", " ", "->", " ", "fs"}]}], "]"}], ",", "\n", + "\t ", + RowBox[{"ShowLegend", "[", + RowBox[{ + RowBox[{"Show", "[", + RowBox[{"grli", ",", " ", + RowBox[{"ImageSize", " ", "->", " ", "fs"}]}], "]"}], ",", " ", + + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Blue", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}], ",", "\n", + "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Green", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Red", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Purple", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Brown", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}]}], "}"}], ",", " ", "\n", + " ", + RowBox[{"LegendShadow", " ", "->", " ", "None"}], ",", " ", + RowBox[{"LegendTextSpace", " ", "->", " ", "5"}], ",", " ", + RowBox[{"LegendPosition", " ", "->", " ", + RowBox[{"{", + RowBox[{"1.1", ",", " ", + RowBox[{"-", ".4"}]}], "}"}]}], ",", " ", + RowBox[{"LegendSize", " ", "->", " ", + RowBox[{"{", + RowBox[{"0.5", ",", " ", "0.25"}], "}"}]}]}], "}"}]}], + "]"}]}], "]"}]}], ";", " ", "\n", " ", RowBox[{"origgame", "=", RowBox[{"DefineGame", "[", RowBox[{"T", ",", "oldvls"}], "]"}]}], ";", "\n", " ", @@ -1697,8 +1956,8 @@ Cell[BoxData[{ RowBox[{"N", "[", "epsval", "]"}], "]"}]}], "]"}]}]}], "]"}]}], ";", " ", "\n", " ", RowBox[{"Return", "[", "gr3", "]"}], ";"}]}], "\n", " ", "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"b33306b1-5d30-46cc-acb2-\ -b299c7c05f20"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"ec5247ec-c704-4db8-8cd8-\ +02ac901b21b6"], Cell[BoxData[ RowBox[{ @@ -1754,7 +2013,7 @@ Cell[BoxData[ RowBox[{"Max", "[", RowBox[{"epsval", ",", "1"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "epsval", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"013df06c-f34b-46d1-8c7a-f05739a7ef74"], + ";"}]], "Code",ExpressionUUID->"655ef676-0bb2-4778-a765-11bfad096912"], Cell[BoxData[{ RowBox[{ @@ -2129,8 +2388,8 @@ Cell[BoxData[{ RowBox[{"{", RowBox[{"v3", ",", " ", "1.54", ",", "\"\\""}], "}"}], ",", " ", "4"}], "}"}]}], "]"}]}], "]"}]}]}], " ", "\n", - " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"fa6fac57-8e83-4036-88fd-\ -d28a6134a4f4"], + " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"e2608178-2641-466d-8841-\ +46663d8acd46"], Cell[BoxData[ RowBox[{ @@ -2258,7 +2517,7 @@ Cell[BoxData[ RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], "]"}]}]}], "\n", " ", "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"6c4fd46d-fa03-4130-88f8-6ced85279934"], + ";"}]], "Code",ExpressionUUID->"58b07fd3-5dfe-452b-8639-0fd2f83590b7"], Cell[BoxData[ RowBox[{ @@ -2334,7 +2593,7 @@ Cell[BoxData[ RowBox[{"SyncDim", " ", "->", "dld4"}], ",", RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], "]"}]}]}], "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->\ -"e582dc32-25c1-4106-98bc-69c2eaf8d949"], +"8f62218e-62af-4aec-b5c0-08258220e92f"], Cell[BoxData[{ RowBox[{ @@ -2485,8 +2744,85 @@ Cell[BoxData[{ RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], "]"}]}]}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "retval", "]"}]}]}], "\n", "]"}]}], - ";"}], "\n"}], "Code",ExpressionUUID->"87cd0f83-e47b-457b-9d1d-\ -e1f84b1855f5"], + ";"}]}], "Code",ExpressionUUID->"63699952-35f6-4b03-8a81-44f6d566021f"], + +Cell[BoxData[ + RowBox[{ + RowBox[{ + RowBox[{"ShowHarsanyiValV6", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotCore3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], "]"}], + " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "hycoord", ",", "dld4", ",", "rd", ",", "filopts", ",", "normQ", ",", + "hysol", ",", "l1", ",", "retval"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"hycoord", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"dld4", "=", " ", + RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", + RowBox[{"rd", " ", "=", " ", + RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", + RowBox[{"filopts", " ", "=", " ", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", + "\n", " ", + RowBox[{"normQ", " ", "=", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "hycoord", "]"}], " ", "!=", " ", "0"}], ",", + " ", + RowBox[{"Total", "[", "hycoord", "]"}], ",", "True", ",", "1"}], + "]"}]}], ";", "\n", " ", + RowBox[{"hycoord", " ", "=", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "hycoord", "]"}], " ", "!=", " ", "0"}], ",", + " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"normQ", " ", "==", " ", "1"}], ",", " ", "hycoord", ",", + " ", "True", ",", " ", + RowBox[{"hycoord", "/", "normQ"}]}], "]"}], ",", " ", "True", ",", + " ", "hycoord"}], "]"}]}], ";", "\n", " ", + RowBox[{"l1", " ", "=", " ", + RowBox[{"Depth", "[", "hycoord", "]"}]}], ";", "\n", " ", + RowBox[{"retval", "=", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "hycoord", "]"}], "!=", "0"}], " ", "&&", + " ", + RowBox[{"l1", "==", "2"}]}], ")"}], "==", "True"}], ",", + RowBox[{"GenHarsanyiValGraphPointV6", "[", + RowBox[{"hycoord", ",", + RowBox[{"SyncDim", " ", "->", "dld4"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", "\n", " ", "True", ",", + RowBox[{ + RowBox[{"hysol", " ", "=", " ", + RowBox[{"HarsanyiValue", "[", "game", "]"}]}], ";", + RowBox[{"GenHarsanyiValGraphPointV6", "[", + RowBox[{"hysol", ",", + RowBox[{"SyncDim", " ", "->", "dld4"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}]}]}], "]"}]}], ";", "\n", " ", + RowBox[{"Return", "[", "retval", "]"}]}]}], "\n", "]"}]}], + ";"}]], "Code",ExpressionUUID->"bd01ddc2-1abd-41a6-9bde-b3fa725e36ee"], Cell[BoxData[ RowBox[{ @@ -2543,7 +2879,7 @@ Cell[BoxData[ RowBox[{"1", ",", "0", ",", "0"}], "]"}], ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"94c776c3-df85-489c-a313-8b7e22e79723"], + ";"}]], "Code",ExpressionUUID->"e4f45518-0b0c-4648-a00e-f9a9c5e080df"], Cell[BoxData[{ RowBox[{ @@ -2743,17 +3079,45 @@ Cell[BoxData[{ "vertlist"}]}]}], "\n", "]"}]}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ - RowBox[{"ImpRedDimV6", "[", "game_", "]"}], " ", ":=", " ", "\n", " ", - RowBox[{"Module", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "vertlist", ",", "trext", ",", "varl", ",", "minv", ",", "psm"}], "}"}], - ",", "\n", " ", + RowBox[{ + RowBox[{"ImpRedDimV6", "[", "game_", "]"}], " ", ":=", " ", "\n", " ", + RowBox[{"Module", "[", RowBox[{ - RowBox[{"vertlist", " ", "=", " ", - RowBox[{"CddVerticesImputationSet", "[", "game", "]"}]}], ";", "\n", - " ", + RowBox[{"{", + RowBox[{ + "vertlist", ",", "trext", ",", "varl", ",", "minv", ",", "psm"}], + "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"vertlist", " ", "=", " ", + RowBox[{"CddVerticesImputationSet", "[", "game", "]"}]}], ";", "\n", + " ", + RowBox[{"trext", " ", "=", " ", + RowBox[{"Transpose", "[", "vertlist", "]"}]}], ";", "\n", " ", + RowBox[{"varl", "=", + RowBox[{"N", "[", + RowBox[{ + RowBox[{ + RowBox[{"Variance", "[", "#", "]"}], " ", "&"}], "/@", " ", + "trext"}], "]"}]}], ";", "\n", " ", + RowBox[{"minv", "=", + RowBox[{"Min", "[", "varl", "]"}]}], ";", "\n", " ", + RowBox[{"psm", "=", + RowBox[{"Position", "[", + RowBox[{"varl", ",", "minv"}], "]"}]}], ";", "\n", " ", + RowBox[{"First", "[", "psm", "]"}]}]}], "\n", "]"}]}], ";"}], + "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"WebRedDimV6", "[", "game_", "]"}], " ", ":=", " ", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "vertlist", ",", "trext", ",", "varl", ",", "minv", ",", "psm"}], "}"}], + ",", "\n", " ", + RowBox[{ + RowBox[{"vertlist", " ", "=", " ", + RowBox[{"MargValue", "[", "game", "]"}]}], ";", "\n", " ", RowBox[{"trext", " ", "=", " ", RowBox[{"Transpose", "[", "vertlist", "]"}]}], ";", "\n", " ", RowBox[{"varl", "=", @@ -2768,7 +3132,7 @@ Cell[BoxData[{ RowBox[{"Position", "[", RowBox[{"varl", ",", "minv"}], "]"}]}], ";", "\n", " ", RowBox[{"First", "[", "psm", "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",E\ -xpressionUUID->"788053e1-fe93-42ac-ad0b-4ac831f08a24"], +xpressionUUID->"bf8ad88c-2e7e-4c5f-8413-fca4f989b5fe"], Cell[BoxData[ RowBox[{ @@ -2823,7 +3187,7 @@ Cell[BoxData[ RowBox[{"Green", ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"c6b736ad-3172-4bc1-90fd-84d115e5fc64"], + ";"}]], "Code",ExpressionUUID->"2f27c984-c681-4a0b-b75f-4ee1a82dfe0b"], Cell[BoxData[ RowBox[{ @@ -2878,7 +3242,7 @@ Cell[BoxData[ RowBox[{"Purple", ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"7754d970-85c6-4e81-839e-937054af8b61"], + ";"}]], "Code",ExpressionUUID->"8a62588a-53b4-490a-afc4-699d15f0686d"], Cell[BoxData[ RowBox[{ @@ -2935,7 +3299,62 @@ Cell[BoxData[ RowBox[{"0", ",", "0", ",", "1"}], "]"}], ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"644cd3c7-7ece-49f9-a08b-3ad0ef603433"], + ";"}]], "Code",ExpressionUUID->"df7d8e0f-087c-47c0-9acb-b609bbafd39f"], + +Cell[BoxData[ + RowBox[{ + RowBox[{ + RowBox[{"GenHarsanyiValGraphPointV6", "[", + RowBox[{"payoff_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotCore3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], "]"}], + ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "dld4", ",", "rd", ",", "filopts", ",", "reddim", ",", "sph", ",", + "gr"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"dld4", "=", " ", + RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", + RowBox[{"rd", " ", "=", " ", + RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", + RowBox[{"filopts", " ", "=", " ", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", + "\n", " ", + RowBox[{"reddim", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "payoff", "]"}], "==", "4"}], ",", "\n", + " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"dld4", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"RedDimV6", "[", "payoff", "]"}], ",", "\n", + " ", "True", ",", + RowBox[{"Delete", "[", + RowBox[{"payoff", ",", "dld4"}], "]"}]}], "]"}], ",", "payoff"}], + "]"}]}], ";", "\n", " ", + RowBox[{"sph", " ", "=", " ", + RowBox[{"Sphere", "[", + RowBox[{"reddim", ",", "rd"}], "]"}]}], ";", "\n", " ", + RowBox[{"gr", "=", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", " ", + RowBox[{"Brown", ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], + "]"}]}], ";", "\n", " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], + ";"}]], "Code",ExpressionUUID->"8b38a0f0-a2b1-4bff-82e4-662a9b6e8cf9"], Cell[BoxData[ RowBox[{ @@ -3015,8 +3434,8 @@ Cell[BoxData[ RowBox[{"Graphics3D", "[", RowBox[{"sph", " ", ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}], "\n"}]], "Code",ExpressionUUID->"097df840-e8a0-4e8f-b45a-\ -f1494a42d5df"], + ";"}], "\n"}]], "Code",ExpressionUUID->"960cb345-5574-490b-adfc-\ +58239414ec25"], Cell[BoxData[ RowBox[{ @@ -3079,7 +3498,7 @@ Cell[BoxData[ RowBox[{"0", ",", "1", ",", "0"}], "]"}], ",", " ", "sph"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"21c91ded-99c2-42d7-b788-8d933d0c21dc"], + ";"}]], "Code",ExpressionUUID->"8acd4ae6-0634-4ac9-880b-b6aa01587c11"], Cell[BoxData[ RowBox[{ @@ -3133,7 +3552,7 @@ Cell[BoxData[ RowBox[{"Yellow", ",", " ", "crseg"}], " ", "}"}], ",", "filopts"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"74dc5eba-536b-437c-8d73-4733ad860dd6"], + ";"}]], "Code",ExpressionUUID->"36d4e895-a6c0-4174-a3bd-5613e71b84d7"], Cell[BoxData[{ RowBox[{ @@ -3668,8 +4087,8 @@ Cell[BoxData[{ RowBox[{"Tube", "[", "redead", "]"}]}], "]"}]}], "}"}], ",", "filopts"}], "]"}]}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], - ";"}], "\n"}], "Code",ExpressionUUID->"d9c819ba-40c4-49c6-b025-\ -38d9e25c2a61"], + ";"}], "\n"}], "Code",ExpressionUUID->"af31528d-eca9-40d1-9bfc-\ +f7423b16ac3d"], Cell[BoxData[{ RowBox[{ @@ -3682,139 +4101,920 @@ Cell[BoxData[{ ")"}]}], ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{ - RowBox[{"SkelLowerSetV6", "[", - RowBox[{"game_", ",", " ", - RowBox[{"opts", ":", - RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], " ", ":=", "\n", - " ", - RowBox[{"Module", "[", + RowBox[{"SkelLowerSetV6", "[", + RowBox[{"game_", ",", " ", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "]"}]}]}], "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "filopts", ",", "norm", ",", "normgame", ",", "extlist", ",", + "linearity", ",", "ecdlist", ",", "eadlist", ",", "icdlist", ",", + "iadlist", ",", "inedata", ",", "dlvert", ",", "amat", ",", "bvec", + ",", "uvp1", ",", "m0", ",", "d0", ",", "sph", ",", "redead", ",", + "rg", ",", "gr"}], "}"}], ",", "\n", " ", RowBox[{ - RowBox[{"{", - RowBox[{ - "filopts", ",", "norm", ",", "normgame", ",", "extlist", ",", - "linearity", ",", "ecdlist", ",", "eadlist", ",", "icdlist", ",", - "iadlist", ",", "inedata", ",", "dlvert", ",", "amat", ",", "bvec", - ",", "uvp1", ",", "m0", ",", "d0", ",", "sph", ",", "redead", ",", - "rg", ",", "gr"}], "}"}], ",", "\n", " ", + RowBox[{"filopts", " ", "=", " ", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", + "\n", " ", + RowBox[{"norm", " ", "=", " ", + RowBox[{"OneNormalization", "[", "game", "]"}]}], ";", "\n", " ", + + RowBox[{"normgame", " ", "=", " ", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "norm"}], "]"}]}], ";", "\n", " ", RowBox[{ - RowBox[{"filopts", " ", "=", " ", - RowBox[{"FilterRules", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"extlist", ",", " ", "linearity"}], "}"}], ",", " ", + "ecdlist", ",", " ", "eadlist", ",", " ", "icdlist", ",", " ", + "iadlist", ",", " ", "inedata"}], "}"}], " ", "=", " ", + RowBox[{"CddGmpPlotLowerSet", "[", "normgame", "]"}]}], ";", "\n", + " ", + RowBox[{ + RowBox[{"{", + RowBox[{"m0", ",", "d0"}], "}"}], "=", + RowBox[{"Dimensions", "[", "extlist", "]"}]}], ";", "\n", " ", + RowBox[{"dlvert", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"m0", ",", "1"}], "]"}], ",", + RowBox[{"RedDimV6", "[", "extlist", "]"}], ",", + RowBox[{"ListRedDimV6", "[", + RowBox[{"extlist", ",", " ", + RowBox[{"SyncDim", "->", + RowBox[{"{", "}"}]}]}], "]"}]}], "]"}]}], ";", " ", "\n", + " ", + RowBox[{"amat", "=", " ", + RowBox[{"Transpose", "[", + RowBox[{"Drop", "[", RowBox[{ - RowBox[{"{", "opts", "}"}], ",", - RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", - "\n", " ", - RowBox[{"norm", " ", "=", " ", - RowBox[{"OneNormalization", "[", "game", "]"}]}], ";", "\n", " ", - RowBox[{"normgame", " ", "=", " ", - RowBox[{"DefineGame", "[", - RowBox[{"T", ",", "norm"}], "]"}]}], ";", "\n", " ", + RowBox[{"Transpose", "[", "inedata", "]"}], ",", "1"}], "]"}], + "]"}]}], ";", "\n", " ", + RowBox[{"amat", " ", "=", " ", RowBox[{ - RowBox[{"{", - RowBox[{ - RowBox[{"{", - RowBox[{"extlist", ",", " ", "linearity"}], "}"}], ",", " ", - "ecdlist", ",", " ", "eadlist", ",", " ", "icdlist", ",", " ", - "iadlist", ",", " ", "inedata"}], "}"}], " ", "=", " ", - RowBox[{"CddGmpPlotLowerSet", "[", "normgame", "]"}]}], ";", "\n", - " ", + RowBox[{ + RowBox[{"Take", "[", + RowBox[{"#", ",", + RowBox[{"-", "3"}]}], "]"}], " ", "&"}], "/@", " ", "amat"}]}], + ";", "\n", " ", + RowBox[{"bvec", "=", RowBox[{ - RowBox[{"{", - RowBox[{"m0", ",", "d0"}], "}"}], "=", - RowBox[{"Dimensions", "[", "extlist", "]"}]}], ";", "\n", " ", - RowBox[{"dlvert", " ", "=", " ", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"SameQ", "[", - RowBox[{"m0", ",", "1"}], "]"}], ",", - RowBox[{"RedDimV6", "[", "extlist", "]"}], ",", - RowBox[{"ListRedDimV6", "[", - RowBox[{"extlist", ",", " ", - RowBox[{"SyncDim", "->", - RowBox[{"{", "}"}]}]}], "]"}]}], "]"}]}], ";", " ", "\n", - " ", - RowBox[{"amat", "=", " ", - RowBox[{"Transpose", "[", - RowBox[{"Drop", "[", - RowBox[{ - RowBox[{"Transpose", "[", "inedata", "]"}], ",", "1"}], "]"}], - "]"}]}], ";", "\n", " ", - RowBox[{"amat", " ", "=", " ", + RowBox[{"Transpose", "[", "inedata", "]"}], "[", + RowBox[{"[", "1", "]"}], "]"}]}], ";", "\n", " ", + RowBox[{"uvp1", " ", "=", " ", + RowBox[{"circle", "[", RowBox[{ - RowBox[{ - RowBox[{"Take", "[", - RowBox[{"#", ",", - RowBox[{"-", "3"}]}], "]"}], " ", "&"}], "/@", " ", "amat"}]}], + RowBox[{"Pi", "/", "11"}], ",", " ", "50", ",", " ", "20"}], "]"}]}], ";", "\n", " ", - RowBox[{"bvec", "=", + RowBox[{"redead", "=", + RowBox[{ RowBox[{ - RowBox[{"Transpose", "[", "inedata", "]"}], "[", - RowBox[{"[", "1", "]"}], "]"}]}], ";", "\n", " ", - RowBox[{"uvp1", " ", "=", " ", - RowBox[{"circle", "[", - RowBox[{ - RowBox[{"Pi", "/", "11"}], ",", " ", "50", ",", " ", "20"}], - "]"}]}], ";", "\n", " ", - RowBox[{"redead", "=", + RowBox[{"Delete", "[", + RowBox[{"T", ",", "#"}], "]"}], " ", "&"}], "/@", " ", "T"}]}], ";", + "\n", " ", + RowBox[{"rg", "=", + RowBox[{"Range", "[", "4", "]"}]}], ";", "\n", " ", + RowBox[{"redead", "=", + RowBox[{"MapThread", "[", + RowBox[{"Append", ",", + RowBox[{"{", + RowBox[{"redead", ",", "rg"}], "}"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"gr", "=", + RowBox[{"If", "[", RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"m0", ",", "1"}], "]"}], ",", " ", "\n", + " ", RowBox[{ - RowBox[{"Delete", "[", - RowBox[{"T", ",", "#"}], "]"}], " ", "&"}], "/@", " ", "T"}]}], - ";", "\n", " ", - RowBox[{"rg", "=", - RowBox[{"Range", "[", "4", "]"}]}], ";", "\n", " ", - RowBox[{"redead", "=", - RowBox[{"MapThread", "[", - RowBox[{"Append", ",", - RowBox[{"{", - RowBox[{"redead", ",", "rg"}], "}"}]}], "]"}]}], ";", "\n", - " ", - RowBox[{"gr", "=", - RowBox[{"If", "[", - RowBox[{ - RowBox[{"SameQ", "[", - RowBox[{"m0", ",", "1"}], "]"}], ",", " ", "\n", - " ", - RowBox[{ - RowBox[{"sph", " ", "=", " ", - RowBox[{"Sphere", "[", - RowBox[{ - RowBox[{"dlvert", "[", - RowBox[{"[", "1", "]"}], "]"}], ",", "0.02"}], "]"}]}], ";", - "\n", " ", - RowBox[{ - "Print", "[", "\"\\"", - "]"}], ";", "\n", " ", - RowBox[{"Graphics3D", "[", + RowBox[{"sph", " ", "=", " ", + RowBox[{"Sphere", "[", RowBox[{ - RowBox[{"{", " ", - RowBox[{"Orange", ",", " ", "sph"}], " ", "}"}], ",", - "filopts"}], "]"}]}], ",", "\n", " ", + RowBox[{"dlvert", "[", + RowBox[{"[", "1", "]"}], "]"}], ",", "0.02"}], "]"}]}], ";", + "\n", " ", + RowBox[{ + "Print", "[", "\"\\"", + "]"}], ";", "\n", " ", RowBox[{"Graphics3D", "[", RowBox[{ - RowBox[{"{", - RowBox[{"Thick", ",", " ", - RowBox[{"GraphicsComplex", "[", - RowBox[{"dlvert", ",", " ", - RowBox[{"Tube", "[", "redead", "]"}]}], "]"}]}], "}"}], ",", - "filopts"}], "]"}]}], "\n", " ", "]"}]}], ";", "\n", - " ", - RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], ";"}], - "\n"}], "\n", - RowBox[{ - RowBox[{"End", "[", "]"}], ";"}]}], "Code",ExpressionUUID->"eba8c2fc-d011-\ -42b3-85ef-e72a815c07fe"], + RowBox[{"{", " ", + RowBox[{"Orange", ",", " ", "sph"}], " ", "}"}], ",", + "filopts"}], "]"}]}], ",", "\n", " ", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"Thick", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"dlvert", ",", " ", + RowBox[{"Tube", "[", "redead", "]"}]}], "]"}]}], "}"}], ",", + "filopts"}], "]"}]}], "\n", " ", "]"}]}], ";", "\n", + " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "]"}]}], + ";"}]}], "Code",ExpressionUUID->"a7d241a2-3776-4d68-96bc-3320dc00326b"], -Cell[BoxData[ +Cell[BoxData[{ + RowBox[{ + RowBox[{ + RowBox[{"PlotWeberSet3dV6", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"PlotWeberSet3dV6", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", RowBox[{ - RowBox[{"EndPackage", "[", "]"}], "\n"}]], "Code",ExpressionUUID->"96590b13-45eb-4465-aba2-84016e0f6cdc"] + RowBox[{ + RowBox[{ + RowBox[{"PlotWeberSet3dV6", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotWeberSet3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "vwskl", ",", "vwker", ",", "vwshv", ",", "vwhyv", ",", "vwnuc", ",", + "vwpay", ",", "vwmnc", ",", "vwleg", ",", "mnc", ",", "vrep", ",", + "rd", ",", "kerc", ",", "fs", ",", "shc", ",", "nuc", ",", "paycoord", + ",", "shimp", ",", "vrb", ",", "bx", ",", "dld4", ",", "filopts", + ",", "gr", ",", "psm", ",", "crQ"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"filopts", " ", "=", " ", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"vwskl", "=", + RowBox[{"OptionValue", "[", "ViewSkel", "]"}]}], ";", "\n", " ", + RowBox[{"vwker", "=", + RowBox[{"OptionValue", "[", "ViewKernelSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwshv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwhyv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewHarsanyiSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwnuc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewNucleolusSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwmnc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewModiclusSol", "]"}]}], ";", "\t ", + "\n", " ", + RowBox[{"vwpay", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewPayoffSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwleg", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewLegend", "]"}]}], ";", "\t \t ", + "\n", " ", + RowBox[{"kerc", " ", "=", " ", + RowBox[{"OptionValue", "[", "KernelCoord", "]"}]}], ";", "\n", " ", + RowBox[{"shc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShapleyCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"hyc", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"nuc", " ", "=", " ", + RowBox[{"OptionValue", "[", "NucleolusCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"mnc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ModiclusCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"fs", " ", "=", " ", + RowBox[{"OptionValue", "[", "PictureSize", "]"}]}], ";", "\t ", "\n", + " ", + RowBox[{"paycoord", " ", "=", " ", + RowBox[{"OptionValue", "[", "PayoffCoord", "]"}]}], ";", "\t ", "\n", + " ", + RowBox[{"shimp", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShowImputationSet", "]"}]}], ";", "\n", + " ", + RowBox[{"dld4", "=", " ", + RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", + RowBox[{"vrb", "=", " ", + RowBox[{"OptionValue", "[", "Verbosely", "]"}]}], ";", "\n", " ", + RowBox[{"bx", "=", " ", + RowBox[{"OptionValue", "[", "Boxed", "]"}]}], ";", "\n", " ", + RowBox[{"rd", " ", "=", " ", + RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", + RowBox[{"vrep", " ", "=", " ", + RowBox[{"OptionValue", "[", "VRepresentation", "]"}]}], ";", "\n", + " ", + RowBox[{"wsQ", " ", "=", " ", "True"}], ";", " ", + RowBox[{"(*", " ", + RowBox[{"Weber", " ", "set", " ", "always", " ", "exists"}], " ", + "*)"}], "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"gr", ",", "psm"}], "}"}], " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"wsQ", ",", "True"}], "]"}], ",", " ", + RowBox[{"PlotWeberSet3D", "[", + RowBox[{"game", ",", + RowBox[{"ViewSkel", " ", "->", " ", "vwskl"}], ",", " ", + RowBox[{"ViewKernelSol", " ", "->", " ", "vwker"}], ",", " ", + RowBox[{"KernelCoord", " ", "->", " ", "kerc"}], ",", " ", + RowBox[{"ViewShapleySol", " ", "->", " ", "vwshv"}], ",", " ", + RowBox[{"ShapleyCoord", " ", "->", " ", "shc"}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "vwhyv"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"ViewNucleolusSol", " ", "->", " ", "vwnuc"}], ",", " ", + RowBox[{"NucleolusCoord", " ", "->", " ", "nuc"}], ",", " ", + RowBox[{"ViewModiclusSol", " ", "->", " ", "vwmnc"}], ",", " ", + RowBox[{"ModiclusCoord", " ", "->", " ", "mnc"}], ",", " ", + RowBox[{"ViewPayoffSol", " ", "->", " ", "vwpay"}], ",", " ", + RowBox[{"PayoffCoord", " ", "->", " ", "paycoord"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "vrep"}], ",", " ", + RowBox[{"PictureSize", "->", " ", "fs"}], ",", " ", + RowBox[{"ViewLegend", " ", "->", " ", "vwleg"}], ",", " ", + RowBox[{"ShowImputationSet", " ", "->", " ", "shimp"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "dld4"}], ",", " ", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", " ", + RowBox[{"Boxed", "->", " ", "bx"}], ",", "filopts"}], "]"}], ",", + "\n", " ", + RowBox[{ + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vrb", ",", "True"}], "]"}], ",", + RowBox[{ + "Print", "[", "\"\\"", "]"}], + ",", "True"}], "]"}], ";", "\n", " ", + RowBox[{"PlotWeberSet3D", "[", + RowBox[{"game", ",", " ", + RowBox[{"ViewKernelSol", " ", "->", " ", "vwker"}], ",", " ", + RowBox[{"KernelCoord", " ", "->", " ", "kerc"}], ",", " ", + RowBox[{"ViewShapleySol", " ", "->", " ", "vwshv"}], ",", " ", + RowBox[{"ShapleyCoord", " ", "->", " ", "shc"}], ",", " ", + RowBox[{"ViewHarsanyiSol", "->", " ", "vwhyv"}], ",", " ", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", " ", + RowBox[{"ViewNucleolusSol", " ", "->", " ", "vwnuc"}], ",", " ", + + RowBox[{"NucleolusCoord", " ", "->", " ", "nuc"}], ",", " ", + RowBox[{"ViewModiclusSol", " ", "->", " ", "vwmnc"}], ",", " ", + RowBox[{"ModiclusCoord", " ", "->", " ", "mnc"}], ",", " ", + RowBox[{"ViewPayoffSol", " ", "->", " ", "vwpay"}], ",", " ", + RowBox[{"PayoffCoord", " ", "->", " ", "paycoord"}], ",", " ", + RowBox[{"PictureSize", "->", " ", "fs"}], ",", " ", + RowBox[{"VRepresentation", " ", "->", " ", "vrep"}], ",", " ", + RowBox[{"ViewLegend", " ", "->", " ", "vwleg"}], ",", " ", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", + RowBox[{"Boxed", "->", " ", "False"}], ",", " ", "filopts"}], + "]"}]}]}], "\n", " ", "]"}]}], ";", "\n", " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "\n", "]"}]}], + ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"PlotWeberSet3D", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotWeberSet3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "vwskl", ",", "vwker", ",", "vwshv", ",", "vwhyv", ",", "vwnuc", ",", + "vwmnc", ",", "vwpay", ",", "vwleg", ",", "kerc", ",", "rd", ",", + "shc", ",", "hyc", ",", "nuc", ",", "mnc", ",", "vrep", ",", + "paycoord", ",", "shimp", ",", "origgame", ",", "trext", ",", "fs", + ",", "varl", ",", "minv", ",", "dld4", ",", "filopts", ",", "norm", + ",", "normgame", ",", "vertlist", ",", "linearity", ",", "ecdlist", + ",", " ", "eadlist", ",", " ", "icdlist", ",", " ", "iadlist", ",", + "extmat", ",", "d1", ",", "d2", ",", "oldvls", ",", "dpt", ",", + "dlvert", ",", "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", "gr5", + ",", "gr6", ",", "gr7", ",", "gr8", ",", "gr9", ",", "gr10", ",", + "grli", ",", "gr", ",", + RowBox[{"psm", "=", + RowBox[{"{", "}"}]}]}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"filopts", " ", "=", " ", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"vwskl", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewSkel", "]"}]}], ";", "\n", " ", + RowBox[{"vwker", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewKernelSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwshv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewShapleySol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwhyv", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewHarsanyiSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwnuc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewNucleolusSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwmnc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewModiclusSol", "]"}]}], ";", "\t ", + "\n", " ", + RowBox[{"vwpay", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewPayoffSol", "]"}]}], ";", "\n", + " ", + RowBox[{"vwleg", " ", "=", " ", + RowBox[{"OptionValue", "[", "ViewLegend", "]"}]}], ";", "\t ", "\n", + " ", + RowBox[{"kerc", " ", "=", " ", + RowBox[{"OptionValue", "[", "KernelCoord", "]"}]}], ";", "\n", " ", + + RowBox[{"shc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShapleyCoord", "]"}]}], ";", "\n", " ", + RowBox[{"hyc", " ", "=", " ", + RowBox[{"OptionValue", "[", "HarsanyiValCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"nuc", " ", "=", " ", + RowBox[{"OptionValue", "[", "NucleolusCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"mnc", " ", "=", " ", + RowBox[{"OptionValue", "[", "ModiclusCoord", "]"}]}], ";", "\n", + " ", + RowBox[{"fs", " ", "=", " ", + RowBox[{"OptionValue", "[", "PictureSize", "]"}]}], ";", "\t ", "\n", + " ", + RowBox[{"paycoord", " ", "=", " ", + RowBox[{"OptionValue", "[", "PayoffCoord", "]"}]}], ";", "\t ", "\n", + " ", + RowBox[{"shimp", " ", "=", " ", + RowBox[{"OptionValue", "[", "ShowImputationSet", "]"}]}], ";", "\n", + " ", + RowBox[{"dld4", "=", " ", + RowBox[{"OptionValue", "[", "SyncDim", "]"}]}], ";", "\n", " ", + RowBox[{"rd", " ", "=", " ", + RowBox[{"OptionValue", "[", "PtRadius", "]"}]}], ";", "\n", " ", + RowBox[{"vrep", " ", "=", " ", + RowBox[{"OptionValue", "[", "VRepresentation", "]"}]}], ";", "\n", + " ", + RowBox[{"oldvls", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"v", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", + RowBox[{"Subsets", "[", "T", "]"}]}]}], ";", "\n", " ", + RowBox[{"norm", " ", "=", " ", + RowBox[{"OneNormalization", "[", "game", "]"}]}], ";", "\n", " ", + RowBox[{"normgame", " ", "=", " ", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "norm"}], "]"}]}], ";", "\n", " ", + RowBox[{"vertlist", "=", + RowBox[{"MargValue", "[", "normgame", "]"}]}], ";", "\n", " ", + RowBox[{"dpt", "=", + RowBox[{"Depth", "[", "vertlist", "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"d1", ",", "d2"}], "}"}], "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"dpt", "===", "2"}], ",", + RowBox[{"Flatten", "[", + RowBox[{"{", + RowBox[{"1", ",", + RowBox[{"Dimensions", "[", "vertlist", "]"}]}], "}"}], "]"}], ",", + RowBox[{"Dimensions", "[", "vertlist", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"dlvert", "=", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"d2", "===", "4"}], ",", "\n", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"d1", "===", "1"}], ",", " ", + RowBox[{"RedDimV6", "[", + RowBox[{"First", "[", "vertlist", "]"}], "]"}], ",", "\n", + " ", + RowBox[{ + RowBox[{"trext", "=", " ", + RowBox[{"Transpose", "[", "vertlist", "]"}]}], ";", "\n", + " ", + RowBox[{"varl", "=", + RowBox[{"N", "[", + RowBox[{ + RowBox[{ + RowBox[{"Variance", "[", "#", "]"}], " ", "&"}], "/@", " ", + "trext"}], "]"}]}], ";", "\n", " ", + RowBox[{"minv", "=", + RowBox[{"Min", "[", "varl", "]"}]}], ";", "\n", + " ", + RowBox[{"psm", "=", + RowBox[{"Position", "[", + RowBox[{"varl", ",", "minv"}], "]"}]}], ";", "\n", + " ", + RowBox[{"psm", "=", + RowBox[{"First", "[", "psm", "]"}]}], ";", "\n", + " ", + RowBox[{ + RowBox[{ + RowBox[{"Delete", "[", + RowBox[{"#", ",", "psm"}], "]"}], " ", "&"}], "/@", " ", + "vertlist"}]}]}], "\n", " ", "]"}], ",", "\n", + " ", + RowBox[{"d2", "===", "3"}], ",", " ", "vertlist", ",", "\n", + " ", "True", ",", " ", "vertlist"}], "]"}]}], ";", "\n", + " ", + RowBox[{"psm", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"dld4", ",", "True"}], "]"}], ",", "psm", ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"faclist", ",", "linearity"}], "}"}], ",", "ecdlist", ",", + "eadlist", ",", "icdlist", ",", "iadlist", ",", "extmat"}], "}"}], + " ", "=", " ", + RowBox[{"CddGmpPlotWeberSet", "[", + RowBox[{"game", ",", " ", + RowBox[{"RedDim", " ", "->", " ", "psm"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"gr1", "=", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"d1", "===", "1"}], ",", " ", + RowBox[{"GenCoreGraphPointV6", "[", + RowBox[{"dlvert", ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", "\n", " ", + RowBox[{"d1", "===", "2"}], ",", " ", + RowBox[{"GenCoreGraphLineV6", "[", + RowBox[{"dlvert", ",", " ", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", "\n", " ", "True", ",", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"vwskl", "===", "False"}], ",", + RowBox[{"DrawWeberSet3dV6", "[", + RowBox[{"dlvert", ",", "filopts"}], "]"}], ",", + RowBox[{"SkelImputationV6", "[", + RowBox[{"normgame", ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", "opts"}], + "]"}]}], "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr2", "=", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"d1", "===", "1"}], ",", + RowBox[{"{", "}"}], ",", " ", "\n", " ", + RowBox[{"d1", "===", "2"}], ",", + RowBox[{"{", "}"}], ",", "\n", "\t ", "True", ",", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vrep", ",", "True"}], "]"}], ",", " ", + RowBox[{"SkelWeberSet3dV6", "[", + RowBox[{"dlvert", ",", "filopts"}], "]"}], ",", " ", "\n", + " ", + RowBox[{"SkelWeberSet3dV6", "[", + RowBox[{ + "dlvert", ",", "ecdlist", ",", "eadlist", ",", "extmat", ",", + "filopts"}], "]"}]}], "]"}]}], "]"}]}], ";", " ", "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Note", " ", "that", " ", "the", " ", "H"}], "-", + RowBox[{ + "Representation", " ", "does", " ", "not", " ", "produce", " ", "a", + " ", "correct", " ", + RowBox[{"skelton", "."}]}]}], " ", "*)"}], "\n", " ", + RowBox[{"gr3", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"shimp", ",", "True"}], "]"}], ",", + RowBox[{"SkelImputationV6", "[", + RowBox[{"normgame", ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", "opts"}], "]"}], + ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr4", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwker", ",", "True"}], "]"}], ",", + RowBox[{"ShowKernelV6", "[", + RowBox[{"normgame", ",", " ", + RowBox[{"KernelCoord", " ", "->", " ", "kerc"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr5", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwshv", ",", "True"}], "]"}], ",", + RowBox[{"ShowShapleyV6", "[", + RowBox[{"normgame", ",", + RowBox[{"ShapleyCoord", " ", "->", " ", "shc"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr6", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwnuc", ",", "True"}], "]"}], ",", + RowBox[{"ShowNucleolusV6", "[", + RowBox[{"normgame", ",", + RowBox[{"NucleolusCoord", " ", "->", " ", "nuc"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr7", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwmnc", ",", "True"}], "]"}], ",", + RowBox[{"ShowModiclusV6", "[", + RowBox[{"normgame", ",", + RowBox[{"ModiclusCoord", " ", "->", " ", "mnc"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\t ", "\n", " ", + RowBox[{"gr8", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwpay", ",", "True"}], "]"}], ",", + RowBox[{"ShowPayoffV6", "[", + RowBox[{"normgame", ",", + RowBox[{"PayoffCoord", " ", "->", " ", "paycoord"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr9", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwhyv", ",", "True"}], "]"}], ",", + RowBox[{"ShowHarsanyiValV6", "[", + RowBox[{"normgame", ",", + RowBox[{"HarsanyiValCoord", " ", "->", " ", "hyc"}], ",", + RowBox[{"SyncDim", " ", "->", " ", "psm"}], ",", + RowBox[{"PtRadius", " ", "->", " ", "rd"}], ",", "filopts"}], + "]"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", " ", "\n", " ", + RowBox[{"grli", "=", + RowBox[{"Flatten", "[", + RowBox[{"{", + RowBox[{ + "gr1", ",", "gr2", ",", "gr3", ",", "gr4", ",", "gr5", ",", "gr6", + ",", "gr7", ",", "gr8", ",", "gr9"}], "}"}], "]"}]}], ";", "\n", + " ", + RowBox[{"gr", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vwleg", ",", "False"}], "]"}], ",", + RowBox[{"Show", "[", + RowBox[{"grli", ",", " ", + RowBox[{"ImageSize", " ", "->", " ", "fs"}]}], "]"}], ",", "\n", + "\t ", + RowBox[{"ShowLegend", "[", + RowBox[{ + RowBox[{"Show", "[", + RowBox[{"grli", ",", " ", + RowBox[{"ImageSize", " ", "->", " ", "fs"}]}], "]"}], ",", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Blue", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}], ",", "\n", + "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Green", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Red", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Purple", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", "\n", "\t\t\t\t\t ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Brown", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}]}], "}"}], ",", " ", "\n", + " ", + RowBox[{"LegendShadow", " ", "->", " ", "None"}], ",", " ", + RowBox[{"LegendTextSpace", " ", "->", " ", "5"}], ",", " ", + RowBox[{"LegendPosition", " ", "->", " ", + RowBox[{"{", + RowBox[{"1.1", ",", " ", + RowBox[{"-", ".4"}]}], "}"}]}], ",", " ", + RowBox[{"LegendSize", " ", "->", " ", + RowBox[{"{", + RowBox[{"0.5", ",", " ", "0.25"}], "}"}]}]}], "}"}]}], "]"}]}], + "]"}]}], ";", "\n", " ", + RowBox[{"origgame", "=", + RowBox[{"DefineGame", "[", + RowBox[{"T", ",", "oldvls"}], "]"}]}], ";", "\n", " ", + RowBox[{"Return", "[", + RowBox[{"{", + RowBox[{"gr", ",", "psm"}], "}"}], "]"}], ";"}]}], "\n", "]"}]}], + ";"}]}], "Code",ExpressionUUID->"80cd0f4b-b70a-43df-b993-2a28935aa0bc"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"DrawWeberSet3dV6", "[", + RowBox[{"vert_List", ",", " ", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotWeberSet3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"pts", ",", "surface", ",", "gr", ",", "filopts"}], "}"}], ",", + "\n", " ", + RowBox[{ + RowBox[{"filopts", "=", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"cvhm", "=", + RowBox[{"ConvexHullMesh", "[", "vert", "]"}]}], ";"}], " ", "*)"}], + "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"pts", ",", " ", "surface"}], "}"}], " ", "=", " ", + RowBox[{"TetGenConvexHull", "[", "vert", "]"}]}], ";", "\n", " ", + RowBox[{"gr", "=", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"Opacity", "[", ".4", "]"}], ",", " ", "Orange", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"pts", ",", + RowBox[{"Polygon", "[", "surface", "]"}]}], "]"}]}], "}"}], ",", + "filopts"}], "]"}]}], ";", " ", "\n", " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", "\n", " ", "]"}]}], + ";"}], "\n", "\n", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{ + RowBox[{"Input", " ", "uses", " ", "V"}], "-", "Representation"}], ",", + " ", + RowBox[{ + "Graphic", " ", "output", " ", "is", " ", "not", " ", "correctly", " ", + RowBox[{"specified", "."}]}]}], " ", "*)"}]}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"SkelWeberSet3dV6", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"PlotWeberSet3dV6", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"SkelWeberSet3dV6", "[", + RowBox[{"vert_List", ",", " ", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotWeberSet3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "pts", ",", "surface", ",", "uvp1", ",", "gr", ",", "gr2", ",", "grli", + ",", "filopts"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"filopts", "=", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", " ", + "\n", " ", + RowBox[{"uvp1", " ", "=", " ", + RowBox[{"circle", "[", + RowBox[{ + RowBox[{"Pi", "/", "11"}], ",", " ", "50", ",", " ", "20"}], + "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"pts", ",", " ", "surface"}], "}"}], " ", "=", " ", + RowBox[{"TetGenConvexHull", "[", "vert", "]"}]}], ";", "\n", " ", + RowBox[{"gr", "=", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"Opacity", "[", "0", "]"}], ",", " ", + RowBox[{"EdgeForm", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"Thickness", "[", "Large", "]"}], ",", " ", "Black"}], + "}"}], "]"}], ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"pts", ",", + RowBox[{"Polygon", "[", "surface", "]"}]}], "]"}]}], "}"}], ",", + "filopts"}], "]"}]}], ";", "\n", " ", + RowBox[{"gr2", "=", + RowBox[{"ReplaceAll", "[", + RowBox[{"gr", ",", " ", + RowBox[{"Polygon", " ", "->", " ", "Tube"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"grli", "=", + RowBox[{ + RowBox[{ + RowBox[{"Graphics3D", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", + RowBox[{"parser", "@", "gr2"}]}]}], ";", "\n", " ", + RowBox[{"Return", "[", "grli", "]"}], ";"}]}], "\n", " ", "]"}]}], + ";"}], "\n", "\n", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Input", " ", "uses", " ", "H"}], "-", + RowBox[{"Representation", "."}]}], " ", "*)"}]}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"SkelWeberSet3dV6", "[", + RowBox[{ + "vert_List", ",", " ", "ecd_List", ",", " ", "ead_List", ",", " ", + "extmat_List", ",", " ", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"PlotWeberSet3dV6", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "d1", ",", "d2", ",", "ecdlist", ",", "eadlist", ",", "amat", ",", + "bvec", ",", "uvp1", ",", "vskl", ",", "gr", ",", "filopts"}], "}"}], + ",", "\n", " ", + RowBox[{ + RowBox[{"filopts", "=", + RowBox[{"FilterRules", "[", + RowBox[{ + RowBox[{"{", "opts", "}"}], ",", + RowBox[{"Options", "[", "Graphics3D", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{ + RowBox[{"{", + RowBox[{"d1", ",", "d2"}], "}"}], "=", + RowBox[{"Dimensions", "[", "extmat", "]"}]}], ";", "\n", " ", + RowBox[{"(*", "\n", " ", + RowBox[{ + "A", " ", "number", " ", "of", " ", "25", " ", "ought", " ", "to", " ", + "be", " ", "the", " ", "highest", " ", "value", " ", "that", " ", + "can", " ", "appear", " ", "in", " ", "the", " ", "incidence", " ", + "list", " ", + RowBox[{"\"\\"", ".", "\n", " ", "Each"}], " ", "number", + " ", "greater", " ", "than", " ", "24", " ", "must", " ", "be", " ", + RowBox[{"deleted", "."}]}], "\n", " ", "*)"}], "\n", " ", + RowBox[{"eadlist", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"DeleteCases", "[", + RowBox[{"#", ",", "25"}], "]"}], " ", "&"}], "/@", " ", "ead"}]}], + ";", "\n", " ", + RowBox[{"ecdlist", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"DeleteCases", "[", + RowBox[{"#", ",", + RowBox[{"d1", "+", "1"}]}], "]"}], " ", "&"}], "/@", " ", + "ecd"}]}], ";", "\n", " ", + RowBox[{"amat", "=", + RowBox[{"Transpose", "[", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"Transpose", "[", "extmat", "]"}], ",", "1"}], "]"}], + "]"}]}], ";", "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"amat", "=", + RowBox[{"Drop", "[", + RowBox[{"extmat", ",", "1"}], "]"}]}], ";"}], "*)"}], "\n", " ", + + RowBox[{"amat", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"Take", "[", + RowBox[{"#", ",", + RowBox[{"-", "3"}]}], "]"}], " ", "&"}], "/@", " ", "amat"}]}], + ";", "\n", " ", + RowBox[{"bvec", "=", + RowBox[{ + RowBox[{"Transpose", "[", "extmat", "]"}], "[", + RowBox[{"[", "1", "]"}], "]"}]}], ";", "\n", " ", + RowBox[{"uvp1", " ", "=", " ", + RowBox[{"circle", "[", + RowBox[{ + RowBox[{"Pi", "/", "11"}], ",", " ", "50", ",", " ", "20"}], "]"}]}], + ";", "\n", " ", + RowBox[{"vskl", "=", + RowBox[{"VisibleSkeleton", "[", + RowBox[{"vert", ",", "ecdlist", ",", "eadlist", ",", + RowBox[{"{", + RowBox[{"amat", ",", " ", "bvec"}], "}"}], ",", " ", "uvp1"}], + "]"}]}], ";", "\n", " ", + RowBox[{"gr", "=", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"Thick", ",", " ", "vskl"}], "}"}], ",", "filopts"}], + "]"}]}], ";", "\n", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"gr", "=", + RowBox[{"Graphics3D", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"Thick", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"vert", ",", " ", "vskl"}], "]"}]}], "}"}], ",", + "filopts"}], "]"}]}], ";"}], " ", "*)"}], "\n", " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", " ", "]"}]}], + ";"}], "\n"}], "Code",ExpressionUUID->"59006e2d-0494-4c87-bfd7-\ +23f396132e2e"], + +Cell[BoxData[ + RowBox[{ + RowBox[{"End", "[", "]"}], ";"}]], "Code",ExpressionUUID->"6ecaecea-bce7-4478-aa99-292b024257c3"], + +Cell[BoxData[ + RowBox[{"EndPackage", "[", "]"}]], "Code",ExpressionUUID->"8fe6a7bc-85a7-4135-85cd-9f756015183f"] }, -WindowSize->{606., 583.5}, -WindowMargins->{{144, Automatic}, {Automatic, 90.75}}, -TaggingRules-><|"CodeFormatter" -> <|"ToolbarState" -> False|>|>, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +WindowSize->{606, 552}, +WindowMargins->{{Automatic, 78}, {29.25, Automatic}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->"Default.nb", -ExpressionUUID->"506ee3e4-5e87-4e48-90ff-aa635e80a756" +ExpressionUUID->"e08558cf-e79a-4c9a-8349-950e872d86cf" ] (* End of Notebook Content *) @@ -3827,28 +5027,33 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[558, 20, 5401, 104, 1171, "Code",ExpressionUUID->"47fd8675-41f7-4138-a6e0-6cea7ffa91d3"], -Cell[5962, 126, 982, 25, 286, "Code",ExpressionUUID->"1bfe1171-fc01-4081-9ec6-293c0731ea13"], -Cell[6947, 153, 3458, 86, 986, "Code",ExpressionUUID->"aff29479-2b12-43f7-ad8c-ecd778c68ce6"], -Cell[10408, 241, 22145, 496, 70, "Code",ExpressionUUID->"ffe6bb37-bc71-4f9f-bdc0-410ef7b628be"], -Cell[32556, 739, 19276, 456, 70, "Code",ExpressionUUID->"3ccf0508-055c-44c8-9f75-68e56e1c9ee4"], -Cell[51835, 1197, 21760, 503, 70, "Code",ExpressionUUID->"b33306b1-5d30-46cc-acb2-b299c7c05f20"], -Cell[73598, 1702, 2200, 54, 70, "Code",ExpressionUUID->"013df06c-f34b-46d1-8c7a-f05739a7ef74"], -Cell[75801, 1758, 17119, 374, 70, "Code",ExpressionUUID->"fa6fac57-8e83-4036-88fd-d28a6134a4f4"], -Cell[92923, 2134, 5267, 126, 70, "Code",ExpressionUUID->"6c4fd46d-fa03-4130-88f8-6ced85279934"], -Cell[98193, 2262, 3053, 74, 70, "Code",ExpressionUUID->"e582dc32-25c1-4106-98bc-69c2eaf8d949"], -Cell[101249, 2338, 6237, 150, 70, "Code",ExpressionUUID->"87cd0f83-e47b-457b-9d1d-e1f84b1855f5"], -Cell[107489, 2490, 2157, 55, 70, "Code",ExpressionUUID->"94c776c3-df85-489c-a313-8b7e22e79723"], -Cell[109649, 2547, 8812, 223, 70, "Code",ExpressionUUID->"788053e1-fe93-42ac-ad0b-4ac831f08a24"], -Cell[118464, 2772, 2080, 53, 70, "Code",ExpressionUUID->"c6b736ad-3172-4bc1-90fd-84d115e5fc64"], -Cell[120547, 2827, 2080, 53, 70, "Code",ExpressionUUID->"7754d970-85c6-4e81-839e-937054af8b61"], -Cell[122630, 2882, 2158, 55, 70, "Code",ExpressionUUID->"644cd3c7-7ece-49f9-a08b-3ad0ef603433"], -Cell[124791, 2939, 3155, 79, 70, "Code",ExpressionUUID->"097df840-e8a0-4e8f-b45a-f1494a42d5df"], -Cell[127949, 3020, 2400, 61, 70, "Code",ExpressionUUID->"21c91ded-99c2-42d7-b788-8d933d0c21dc"], -Cell[130352, 3083, 2140, 52, 70, "Code",ExpressionUUID->"74dc5eba-536b-437c-8d73-4733ad860dd6"], -Cell[132495, 3137, 22260, 534, 70, "Code",ExpressionUUID->"d9c819ba-40c4-49c6-b025-38d9e25c2a61"], -Cell[154758, 3673, 5217, 132, 70, "Code",ExpressionUUID->"eba8c2fc-d011-42b3-85ef-e72a815c07fe"], -Cell[159978, 3807, 131, 2, 70, "Code",ExpressionUUID->"96590b13-45eb-4465-aba2-84016e0f6cdc"] +Cell[558, 20, 5430, 105, 1119, "Code",ExpressionUUID->"3c330709-aee6-4f5c-ac6e-b6ce69ac02fe"], +Cell[5991, 127, 982, 25, 279, "Code",ExpressionUUID->"89645753-e51f-45e4-9150-17e522c47dd2"], +Cell[6976, 154, 3663, 92, 1018, "Code",ExpressionUUID->"0c9962ea-fc37-42bf-b1a2-632c6c5e748b"], +Cell[10642, 248, 25641, 563, 70, "Code",ExpressionUUID->"0db7dcde-1d05-48a2-839c-911469fc3f98"], +Cell[36286, 813, 22092, 516, 70, "Code",ExpressionUUID->"073469dd-3528-4d76-8712-ec678546c131"], +Cell[58381, 1331, 27524, 628, 70, "Code",ExpressionUUID->"ec5247ec-c704-4db8-8cd8-02ac901b21b6"], +Cell[85908, 1961, 2200, 54, 70, "Code",ExpressionUUID->"655ef676-0bb2-4778-a765-11bfad096912"], +Cell[88111, 2017, 17119, 374, 70, "Code",ExpressionUUID->"e2608178-2641-466d-8841-46663d8acd46"], +Cell[105233, 2393, 5267, 126, 70, "Code",ExpressionUUID->"58b07fd3-5dfe-452b-8639-0fd2f83590b7"], +Cell[110503, 2521, 3053, 74, 70, "Code",ExpressionUUID->"8f62218e-62af-4aec-b5c0-08258220e92f"], +Cell[113559, 2597, 6229, 149, 70, "Code",ExpressionUUID->"63699952-35f6-4b03-8a81-44f6d566021f"], +Cell[119791, 2748, 3163, 76, 70, "Code",ExpressionUUID->"bd01ddc2-1abd-41a6-9bde-b3fa725e36ee"], +Cell[122957, 2826, 2157, 55, 70, "Code",ExpressionUUID->"e4f45518-0b0c-4648-a00e-f9a9c5e080df"], +Cell[125117, 2883, 9880, 251, 70, "Code",ExpressionUUID->"bf8ad88c-2e7e-4c5f-8413-fca4f989b5fe"], +Cell[135000, 3136, 2080, 53, 70, "Code",ExpressionUUID->"2f27c984-c681-4a0b-b75f-4ee1a82dfe0b"], +Cell[137083, 3191, 2080, 53, 70, "Code",ExpressionUUID->"8a62588a-53b4-490a-afc4-699d15f0686d"], +Cell[139166, 3246, 2158, 55, 70, "Code",ExpressionUUID->"df7d8e0f-087c-47c0-9acb-b609bbafd39f"], +Cell[141327, 3303, 2077, 53, 70, "Code",ExpressionUUID->"8b38a0f0-a2b1-4bff-82e4-662a9b6e8cf9"], +Cell[143407, 3358, 3155, 79, 70, "Code",ExpressionUUID->"960cb345-5574-490b-adfc-58239414ec25"], +Cell[146565, 3439, 2400, 61, 70, "Code",ExpressionUUID->"8acd4ae6-0634-4ac9-880b-b6aa01587c11"], +Cell[148968, 3502, 2140, 52, 70, "Code",ExpressionUUID->"36d4e895-a6c0-4174-a3bd-5613e71b84d7"], +Cell[151111, 3556, 22260, 534, 70, "Code",ExpressionUUID->"af31528d-eca9-40d1-9bfc-f7423b16ac3d"], +Cell[173374, 4092, 5026, 128, 70, "Code",ExpressionUUID->"a7d241a2-3776-4d68-96bc-3320dc00326b"], +Cell[178403, 4222, 25063, 553, 70, "Code",ExpressionUUID->"80cd0f4b-b70a-43df-b993-2a28935aa0bc"], +Cell[203469, 4777, 8558, 226, 70, "Code",ExpressionUUID->"59006e2d-0494-4c87-bfd7-23f396132e2e"], +Cell[212030, 5005, 123, 2, 70, "Code",ExpressionUUID->"6ecaecea-bce7-4478-aa99-292b024257c3"], +Cell[212156, 5009, 112, 1, 70, "Code",ExpressionUUID->"8fe6a7bc-85a7-4135-85cd-9f756015183f"] } ] *) diff --git a/IOTuGamesV6.wl b/IOTuGamesV6.wl index 6766239..8b5295a 100644 --- a/IOTuGamesV6.wl +++ b/IOTuGamesV6.wl @@ -2,15 +2,15 @@ (* : Title : IOTuGamesV6.m - : Release Date : 02.05.2023 - : Version 3.1.2 + : Release Date : 31.05.2024 + : Version 3.1.4 *) (* :Context: IOTuGamesV6` *) (* :Summary: - This package provides some graphical extensions to the package TuGames for Mathematica 8.x and higher. + This package provides some graphical extensions to the package TuGames for Mathematica 12.x and higher. *) (* : Author : @@ -20,7 +20,7 @@ *) (* - : Mathematica Version : 12.x, 13.x + : Mathematica Version : 12.x, 13.x, 14.x *) (* :History: @@ -28,8 +28,7 @@ Version 1.1: Output of the graphics functions are not compatible with JavaView Version 1.3: Output of the graphics functions are compatible with JavaView Version 1.5: Some minor code revision. - Mathematica version 5.x and lower -. + Mathematica version 5.x and lower. :IOTuGamesV6.m: Version 2.0: Complete code revision to make it compatible with the new graphic concept of Mathematica since version 6.x. Thus, this package is exclusively dedicated to @@ -46,12 +45,12 @@ can now be adjusted, for instance, through PtRadius -> 0.0061, the default is PtRadius -> 0.021. Version 2.5: The Thickness of the line segment of a two-dimensional core is set to 0.7*PtRadius, - and can therefore adjusted by setting PtRadius. Similar for the line segment of a + and can therefore adjust by setting PtRadius. Similar for the line segment of a two-dimensional Kernel, this is set to 0.75*PtRadius. In addition, the modiclus can be drawn by invoking the options ViewModiclusSol -> True. Finally, a bug w.r.t. the option UseManipulate -> True has been fixed. Version 2.6.0: - Performing some code maintenance. + Performing some code maintenance. Version 3.0.2 and later: See ChangeLog @@ -78,6 +77,9 @@ BeginPackage["TUG`IOTuGamesV6`"]; PlotCore3dV6::usage = "PlotCore3dV6[game, options] plots the core of the game."; +PlotWeberSet3dV6::usage = +"PlotWeberSet3dV6[game, options] plots the Weber set of the game."; + SkelCore3dV6::usage = "SkelCore3dV6[game, options] depicts the skeleton of the core."; @@ -125,6 +127,7 @@ PictureSize::usage = (* :Error Messages: *) PlotCore3dV6::argerr="One argument was expected."; +PlotWeberSet3dV6::argerr="One argument was expected."; SkelCore3dV6::argerr="Four arguments were expected."; SkelImputationV6::argerr="One argument was expected."; StrongEpsCore3dV6::argerr="One argument was expected."; @@ -159,8 +162,9 @@ SetOptions[Graphics3D, ViewCenter -> {.35, .25, 1}, ImageMargins -> 15] *) -Options[PlotCore3dV6] = Sort[{ViewSkel -> False, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, ViewLegend -> False, ShowImputationSet -> True, SyncDim -> True, Verbosely -> True, PtRadius -> 0.021, PictureSize -> {400,434}}]; +Options[PlotCore3dV6] = Sort[{ViewSkel -> False, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewHarsanyiSol-> False, HarsanyiValCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, ViewLegend -> False, ShowImputationSet -> True, ShowWeberSet -> False, SyncDim -> True, VRepresentation -> False, Verbosely -> True, PtRadius -> 0.021, PictureSize -> {400,434}}]; Options[StrongEpsCore3dV6] = Sort[{ShowStrongEpsCore -> True, ShowCore -> True, EpsStrValues -> {}, PictureSize -> {400,434},ViewSkel -> False, ShowImputationSet -> True, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, CriticalValue -> {1}, SyncDim -> True,PtRadius -> 0.021}]; +Options[PlotWeberSet3dV6] = Sort[{ViewSkel -> False, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewHarsanyiSol-> False, HarsanyiValCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, ViewLegend -> False, ShowImputationSet -> True, SyncDim -> True, Verbosely -> True, VRepresentation -> False, PtRadius -> 0.021, PictureSize -> {400,434}}]; Options[AnimationKernelPropertyV6] = Sort[{UpperCriticalVal ->{1/2}, LowerCriticalVal -> {},ManipulateMode->False,StepSize -> {-(1/4)},ShowStrongEpsCore -> True, ShowCore -> True, EpsStrValues -> {}, PictureSize -> {400,434},ViewSkel -> False, ShowImputationSet -> True, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, CriticalValue -> {1}, SyncDim -> True,PtRadius -> 0.021}]; Options[ShowKernelCatcherV6] = Sort[{ShowCore->False, ShowLowerSet->False, ShowUpperSet-> True, ShowStrongEpsCore -> False, EpsStrValues -> {}, ViewSkel -> False, ShowImputationSet -> True, ViewKernelSol -> False, KernelCoord -> {}, ViewShapleySol -> False, ShapleyCoord -> {}, ViewNucleolusSol-> False, NucleolusCoord->{}, ViewModiclusSol-> False, ModiclusCoord->{}, ViewPayoffSol -> False, PayoffCoord -> {}, CriticalValue -> {1}, SyncDim -> True,PtRadius -> 0.021,PictureSize -> {400,434}}]; Options[SkelImputationV6] = Sort[{SyncDim -> 1}]; @@ -172,33 +176,38 @@ Needs["TUG`TuGames`"]; Needs["TetGenLink`"]; Needs["PlotLegends`"]; Get["TUG`vertex`PolytopeSkeleton`"]; +Get["TUG`vertex`Parser`"]; PlotCore3dV6[args___]:=(Message[PlotCore3dV6::argerr];$Failed); PlotCore3dV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := - Module[{vwskl,vwker,vwshv,vwnuc,vwpay,vwmnc,vwleg,mnc,rd,kerc,fs,shc,nuc,paycoord,shimp,vrb,bx,dld4,filopts,gr,psm,crQ}, + Module[{vwskl,vwker,vwshv,vwhyv,vwnuc,vwpay,vwmnc,vwleg,hyc,mnc,rd,kerc,fs,shc,nuc,paycoord,shimp,shwbs,vrb,vrep,bx,dld4,filopts,gr,psm,crQ}, filopts = FilterRules[{opts},Options[Graphics3D]]; vwskl=OptionValue[ViewSkel]; vwker=OptionValue[ViewKernelSol]; - vwshv = OptionValue[ViewShapleySol]; + vwshv = OptionValue[ViewShapleySol]; + vwhyv = OptionValue[ViewHarsanyiSol]; vwnuc = OptionValue[ViewNucleolusSol]; vwmnc = OptionValue[ViewModiclusSol]; vwpay = OptionValue[ViewPayoffSol]; vwleg = OptionValue[ViewLegend]; kerc = OptionValue[KernelCoord]; shc = OptionValue[ShapleyCoord]; + hyc = OptionValue[HarsanyiValCoord]; nuc = OptionValue[NucleolusCoord]; mnc = OptionValue[ModiclusCoord]; fs = OptionValue[PictureSize]; paycoord = OptionValue[PayoffCoord]; shimp = OptionValue[ShowImputationSet]; + shwbs = OptionValue[ShowWeberSet]; dld4= OptionValue[SyncDim]; vrb= OptionValue[Verbosely]; + vrep = OptionValue[VRepresentation]; bx= OptionValue[Boxed]; rd = OptionValue[PtRadius]; crQ = CoreQ[game]; - {gr,psm} = If[SameQ[crQ,True], PlotCore3DV6[game,ViewSkel -> vwskl, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, PictureSize-> fs, ViewLegend -> vwleg, ShowImputationSet -> shimp,SyncDim -> dld4, PtRadius -> rd, Boxed-> bx,filopts], + {gr,psm} = If[SameQ[crQ,True], PlotCore3DV6[game,ViewSkel -> vwskl, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewHarsanyiSol-> vwhyv, HarsanyiValCoord -> hyc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, PictureSize-> fs, VRepresentation-> vrep, ViewLegend -> vwleg, ShowImputationSet -> shimp, ShowWeberSet -> shwbs, SyncDim -> dld4, PtRadius -> rd, Boxed-> bx,filopts], If[SameQ[vrb,True],Print["Core is empty! No Core plotted."],True]; - PlotNonCoreSol3d[game, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, PictureSize-> fs, ViewLegend -> vwleg, PtRadius -> rd,Boxed-> False, filopts] + PlotNonCoreSol3d[game, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewHarsanyiSol-> vwhyv, HarsanyiValCoord -> hyc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, PictureSize-> fs, ShowWeberSet -> shwbs, VRepresentation-> vrep, ViewLegend -> vwleg, PtRadius -> rd,Boxed-> False, filopts] ]; Return[gr]; @@ -207,24 +216,28 @@ PlotCore3dV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := PlotCore3DV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := - Module[{vwskl,vwker,vwshv,vwnuc,vwmnc,vwpay,vwleg,kerc,rd,shc,nuc,mnc,paycoord,shimp,origgame,trext,fs,varl,minv,dld4,filopts,norm,normgame,vertlist,linearity,ecdlist, eadlist, icdlist, iadlist,extmat,d1,d2,oldvls,dpt,dlvert,gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8,grli,gr,psm={}}, + Module[{vwskl,vwker,vwshv,vwhyv,vwnuc,vwmnc,vwpay,vwleg,kerc,rd,shwbs,vrep,shc,hyc,nuc,mnc,paycoord,shimp,origgame,trext,fs,varl,minv,dld4,filopts,norm,normgame,vertlist,linearity,ecdlist, eadlist, icdlist, iadlist,extmat,d1,d2,oldvls,dpt,dlvert,gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8,gr9,gr10,grli,gr,psm={}}, filopts = FilterRules[{opts},Options[Graphics3D]]; vwskl = OptionValue[ViewSkel]; vwker = OptionValue[ViewKernelSol]; vwshv = OptionValue[ViewShapleySol]; + vwhyv = OptionValue[ViewHarsanyiSol]; vwnuc = OptionValue[ViewNucleolusSol]; vwmnc = OptionValue[ViewModiclusSol]; vwpay = OptionValue[ViewPayoffSol]; vwleg = OptionValue[ViewLegend]; kerc = OptionValue[KernelCoord]; shc = OptionValue[ShapleyCoord]; + hyc = OptionValue[HarsanyiValCoord]; nuc = OptionValue[NucleolusCoord]; mnc = OptionValue[ModiclusCoord]; fs = OptionValue[PictureSize]; paycoord = OptionValue[PayoffCoord]; shimp = OptionValue[ShowImputationSet]; + shwbs = OptionValue[ShowWeberSet]; dld4= OptionValue[SyncDim]; rd = OptionValue[PtRadius]; + vrep = OptionValue[VRepresentation]; oldvls= v[#] & /@ Subsets[T]; norm = OneNormalization[game]; normgame = DefineGame[T,norm]; @@ -254,13 +267,16 @@ PlotCore3DV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := gr5=If[SameQ[vwshv,True],ShowShapleyV6[normgame,ShapleyCoord -> shc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; gr6=If[SameQ[vwnuc,True],ShowNucleolusV6[normgame,NucleolusCoord -> nuc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; gr7=If[SameQ[vwmnc,True],ShowModiclusV6[normgame,ModiclusCoord -> mnc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; - gr8=If[SameQ[vwpay,True],ShowPayoffV6[normgame,PayoffCoord -> paycoord,SyncDim -> psm,PtRadius -> rd,filopts],{}]; - grli=Flatten[{gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8}]; + gr8=If[SameQ[vwpay,True],ShowPayoffV6[normgame,PayoffCoord -> paycoord,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr9=If[SameQ[vwhyv,True],origgame=DefineGame[T,oldvls];ShowHarsanyiValV6[origgame, HarsanyiValCoord -> hyc, SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr10=If[SameQ[shwbs,True],origgame=DefineGame[T,oldvls];PlotWeberSet3D[origgame, ViewHarsanyiSol -> False, HarsanyiValCoord -> hyc, SyncDim -> psm,PtRadius -> rd, VRepresentation -> vrep, ShowImputationSet -> False, filopts],{}]; + grli=Flatten[{gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8,gr9,gr10}]; gr=If[SameQ[vwleg,False],Show[grli, ImageSize -> fs], ShowLegend[Show[grli, ImageSize -> fs], {{{Graphics[{Blue, Disk[{0, 0}, 0.005]}], "Shapley Value"}, {Graphics[{Green, Disk[{0, 0}, 0.005]}], "Nucleolus"}, {Graphics[{Red, Disk[{0, 0}, 0.005]}], "Kernel"}, - {Graphics[{Purple, Disk[{0, 0}, 0.005]}], "Modiclus"}}, + {Graphics[{Purple, Disk[{0, 0}, 0.005]}], "Modiclus"}, + {Graphics[{Brown, Disk[{0, 0}, 0.005]}], "Harsanyi Value"}}, LegendShadow -> None, LegendTextSpace -> 5, LegendPosition -> {1.1, -.4}, LegendSize -> {0.5, 0.25}}]]; origgame=DefineGame[T,oldvls]; Return[{gr,psm}]; @@ -278,7 +294,7 @@ DrawCore3dV6[vert_List, opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := SkelCore3dV6[args___]:=(Message[SkelCore3dV6::argerr];$Failed); SkelCore3dV6[vert_List, ecd_List, ead_List, extmat_List, opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := Module[{amat,bvec,uvp1,vskl,gr,filopts}, - filopts=FilterRules[{opts},Options[Graphics3D]]; + filopts=FilterRules[{opts},Options[Graphics3D]]; amat=Transpose[Drop[Transpose[extmat],1]]; amat = Take[#,-3] &/@ amat; bvec=Transpose[extmat][[1]]; @@ -290,32 +306,44 @@ SkelCore3dV6[vert_List, ecd_List, ead_List, extmat_List, opts:OptionsPattern[{Pl PlotNonCoreSol3d[game_, opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := - Module[{vwker,vwshv,vwnuc,vwmnc,vwpay,kerc,shc,nuc,mnc,rd,psm,origgame,paycoord,filopts,fs,oldvls,norm,normgame,gr1,gr2,gr3,gr4,gr5,gr6,grli,gr}, + Module[{vwker,vwshv,vwnuc,vwmnc,vwhyv,vwpay,vwleg,kerc,shc,hyc,nuc,mnc,rd,psm,origgame,paycoord,filopts,fs,oldvls,norm,normgame,gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr0,grli,gr}, filopts = FilterRules[{opts},Options[Graphics3D]]; vwker = OptionValue[ViewKernelSol]; vwshv = OptionValue[ViewShapleySol]; + vwhyv = OptionValue[ViewHarsanyiSol]; vwnuc = OptionValue[ViewNucleolusSol]; vwmnc = OptionValue[ViewModiclusSol]; - vwpay = OptionValue[ViewPayoffSol]; + vwpay = OptionValue[ViewPayoffSol]; kerc = OptionValue[KernelCoord]; shc = OptionValue[ShapleyCoord]; + hyc = OptionValue[HarsanyiValCoord]; nuc = OptionValue[NucleolusCoord]; mnc = OptionValue[ModiclusCoord]; - fs = OptionValue[PictureSize]; - paycoord = OptionValue[PayoffCoord]; + fs = OptionValue[PictureSize]; + vwleg = OptionValue[ViewLegend]; + paycoord = OptionValue[PayoffCoord]; + shwbs = OptionValue[ShowWeberSet]; rd = OptionValue[PtRadius]; - psm = ImpRedDimV6[game]; + psm = If[SameQ[shwbs,False],ImpRedDimV6[game],WebRedDimV6[game]]; oldvls= v[#] & /@ Subsets[T]; norm = OneNormalization[game]; normgame = DefineGame[T,norm]; + gr0=If[SameQ[shwbs,True], PlotWeberSet3D[normgame, ViewHarsanyiSol -> False, HarsanyiValCoord -> hyc, SyncDim -> psm,PtRadius -> rd, VRepresentation -> vrep, ShowImputationSet -> False, filopts],{}]; gr1 = SkelImputationV6[normgame,SyncDim -> psm,opts]; gr2=If[vwker===True,ShowKernelV6[normgame, KernelCoord -> kerc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; gr3=If[vwshv===True,ShowShapleyV6[normgame,ShapleyCoord -> shc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; gr4=If[vwnuc===True,ShowNucleolusV6[normgame,NucleolusCoord -> nuc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; gr5=If[SameQ[vwmnc,True],ShowModiclusV6[normgame,ModiclusCoord -> mnc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; - gr6=If[vwpay===True,ShowPayoffV6[normgame,PayoffCoord -> paycoord,SyncDim -> psm,PtRadius -> rd,filopts],{}]; - grli=Flatten[{gr1,gr2,gr3,gr4,gr5,gr6}]; - gr=Show[grli,ImageSize-> fs]; + gr6=If[vwpay===True,ShowPayoffV6[normgame,PayoffCoord -> paycoord,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr7=If[SameQ[vwhyv,True], ShowHarsanyiValV6[normgame, HarsanyiValCoord -> hyc, SyncDim -> psm,PtRadius -> rd,filopts],{}]; + grli=Flatten[{gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr0}]; + gr=If[SameQ[vwleg,False],Show[grli, ImageSize -> fs], + ShowLegend[Show[grli, ImageSize -> fs], {{{Graphics[{Blue, Disk[{0, 0}, 0.005]}], "Shapley Value"}, + {Graphics[{Green, Disk[{0, 0}, 0.005]}], "Nucleolus"}, + {Graphics[{Red, Disk[{0, 0}, 0.005]}], "Kernel"}, + {Graphics[{Purple, Disk[{0, 0}, 0.005]}], "Modiclus"}, + {Graphics[{Brown, Disk[{0, 0}, 0.005]}], "Harsanyi Value"}}, + LegendShadow -> None, LegendTextSpace -> 5, LegendPosition -> {1.1, -.4}, LegendSize -> {0.5, 0.25}}]]; origgame=DefineGame[T,oldvls]; Return[{gr,psm}]; ]; @@ -546,6 +574,20 @@ ShowShapleyV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := ]; +ShowHarsanyiValV6[game_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]] := + Module[{hycoord,dld4,rd,filopts,normQ,hysol,l1,retval}, + hycoord = OptionValue[HarsanyiValCoord]; + dld4= OptionValue[SyncDim]; + rd = OptionValue[PtRadius]; + filopts = FilterRules[{opts},Options[Graphics3D]]; + normQ = Which[Length[hycoord] != 0, Total[hycoord],True,1]; + hycoord = Which[Length[hycoord] != 0, Which[normQ == 1, hycoord, True, hycoord/normQ], True, hycoord]; + l1 = Depth[hycoord]; + retval=Which[(Length[hycoord]!=0 && l1==2)==True,GenHarsanyiValGraphPointV6[hycoord,SyncDim ->dld4,PtRadius -> rd,filopts], + True,hysol = HarsanyiValue[game];GenHarsanyiValGraphPointV6[hysol,SyncDim ->dld4,PtRadius -> rd,filopts]]; + Return[retval] +]; + GenKernelGraphPointV6[payoff_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]]:= Module[{dld4,rd,filopts,reddim,sph,gr}, @@ -618,6 +660,16 @@ ImpRedDimV6[game_] := First[psm] ]; +WebRedDimV6[game_] := + Module[{vertlist,trext,varl,minv,psm}, + vertlist = MargValue[game]; + trext = Transpose[vertlist]; + varl=N[Variance[#] &/@ trext]; + minv=Min[varl]; + psm=Position[varl,minv]; + First[psm] +]; + GenNucleolusGraphPointV6[payoff_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]]:= Module[{dld4,rd,filopts,reddim,sph,gr}, @@ -661,6 +713,20 @@ GenShapleyGraphPointV6[payoff_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]]:= ]; +GenHarsanyiValGraphPointV6[payoff_,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]]:= + Module[{dld4,rd,filopts,reddim,sph,gr}, + dld4= OptionValue[SyncDim]; + rd = OptionValue[PtRadius]; + filopts = FilterRules[{opts},Options[Graphics3D]]; + reddim=If[Length[payoff]==4, + Which[SameQ[dld4,{}],RedDimV6[payoff], + True,Delete[payoff,dld4]],payoff]; + sph = Sphere[reddim,rd]; + gr=Graphics3D[{ Brown, sph },filopts]; + Return[gr]; +]; + + GenGraphPointV6[payoff_List,opts:OptionsPattern[{PlotCore3dV6,Graphics3D}]]:= Module[{dld4,rd,filopts,py,reddim,l1,sph,gr}, dld4= OptionValue[SyncDim]; @@ -845,8 +911,160 @@ SkelLowerSetV6[game_, opts:OptionsPattern[]] := Return[gr]; ]; + +PlotWeberSet3dV6[args___]:=(Message[PlotWeberSet3dV6::argerr];$Failed); +PlotWeberSet3dV6[game_,opts:OptionsPattern[{PlotWeberSet3dV6,Graphics3D}]] := + Module[{vwskl,vwker,vwshv,vwhyv,vwnuc,vwpay,vwmnc,vwleg,mnc,vrep,rd,kerc,fs,shc,nuc,paycoord,shimp,vrb,bx,dld4,filopts,gr,psm,crQ}, + filopts = FilterRules[{opts},Options[Graphics3D]]; + vwskl=OptionValue[ViewSkel]; + vwker=OptionValue[ViewKernelSol]; + vwshv = OptionValue[ViewShapleySol]; + vwhyv = OptionValue[ViewHarsanyiSol]; + vwnuc = OptionValue[ViewNucleolusSol]; + vwmnc = OptionValue[ViewModiclusSol]; + vwpay = OptionValue[ViewPayoffSol]; + vwleg = OptionValue[ViewLegend]; + kerc = OptionValue[KernelCoord]; + shc = OptionValue[ShapleyCoord]; + hyc = OptionValue[HarsanyiValCoord]; + nuc = OptionValue[NucleolusCoord]; + mnc = OptionValue[ModiclusCoord]; + fs = OptionValue[PictureSize]; + paycoord = OptionValue[PayoffCoord]; + shimp = OptionValue[ShowImputationSet]; + dld4= OptionValue[SyncDim]; + vrb= OptionValue[Verbosely]; + bx= OptionValue[Boxed]; + rd = OptionValue[PtRadius]; + vrep = OptionValue[VRepresentation]; + wsQ = True; (* Weber set always exists *) + {gr,psm} = If[SameQ[wsQ,True], PlotWeberSet3D[game,ViewSkel -> vwskl, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewHarsanyiSol-> vwhyv, HarsanyiValCoord -> hyc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, VRepresentation -> vrep, PictureSize-> fs, ViewLegend -> vwleg, ShowImputationSet -> shimp,SyncDim -> dld4, PtRadius -> rd, Boxed-> bx,filopts], + If[SameQ[vrb,True],Print["Core is empty! No Core plotted."],True]; + PlotWeberSet3D[game, ViewKernelSol -> vwker, KernelCoord -> kerc, ViewShapleySol -> vwshv, ShapleyCoord -> shc, ViewHarsanyiSol-> vwhyv, HarsanyiValCoord -> hyc, ViewNucleolusSol -> vwnuc, NucleolusCoord -> nuc, ViewModiclusSol -> vwmnc, ModiclusCoord -> mnc, ViewPayoffSol -> vwpay, PayoffCoord -> paycoord, PictureSize-> fs, VRepresentation -> vrep, ViewLegend -> vwleg, PtRadius -> rd,Boxed-> False, filopts] + ]; + Return[gr]; + +]; + +PlotWeberSet3D[game_,opts:OptionsPattern[{PlotWeberSet3dV6,Graphics3D}]] := + Module[{vwskl,vwker,vwshv,vwhyv,vwnuc,vwmnc,vwpay,vwleg,kerc,rd,shc,hyc,nuc,mnc,vrep,paycoord,shimp,origgame,trext,fs,varl,minv,dld4,filopts,norm,normgame,vertlist,linearity,ecdlist, eadlist, icdlist, iadlist,extmat,d1,d2,oldvls,dpt,dlvert,gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8,gr9,gr10,grli,gr,psm={}}, + filopts = FilterRules[{opts},Options[Graphics3D]]; + vwskl = OptionValue[ViewSkel]; + vwker = OptionValue[ViewKernelSol]; + vwshv = OptionValue[ViewShapleySol]; + vwhyv = OptionValue[ViewHarsanyiSol]; + vwnuc = OptionValue[ViewNucleolusSol]; + vwmnc = OptionValue[ViewModiclusSol]; + vwpay = OptionValue[ViewPayoffSol]; + vwleg = OptionValue[ViewLegend]; + kerc = OptionValue[KernelCoord]; + shc = OptionValue[ShapleyCoord]; + hyc = OptionValue[HarsanyiValCoord]; + nuc = OptionValue[NucleolusCoord]; + mnc = OptionValue[ModiclusCoord]; + fs = OptionValue[PictureSize]; + paycoord = OptionValue[PayoffCoord]; + shimp = OptionValue[ShowImputationSet]; + dld4= OptionValue[SyncDim]; + rd = OptionValue[PtRadius]; + vrep = OptionValue[VRepresentation]; + oldvls= v[#] & /@ Subsets[T]; + norm = OneNormalization[game]; + normgame = DefineGame[T,norm]; + vertlist=MargValue[normgame]; + dpt=Depth[vertlist]; + {d1,d2}=If[dpt===2,Flatten[{1,Dimensions[vertlist]}],Dimensions[vertlist]]; + dlvert=Which[d2===4, + If[d1===1, RedDimV6[First[vertlist]], + trext= Transpose[vertlist]; + varl=N[Variance[#] &/@ trext]; + minv=Min[varl]; + psm=Position[varl,minv]; + psm=First[psm]; + Delete[#,psm] &/@ vertlist + ], + d2===3, vertlist, + True, vertlist]; + psm=If[SameQ[dld4,True],psm,{}]; + {{faclist,linearity},ecdlist,eadlist,icdlist,iadlist,extmat} = CddGmpPlotWeberSet[game, RedDim -> psm]; + gr1=Which[d1===1, GenCoreGraphPointV6[dlvert,PtRadius -> rd,filopts], + d1===2, GenCoreGraphLineV6[dlvert, SyncDim -> psm,PtRadius -> rd,filopts], + True, If[vwskl===False,DrawWeberSet3dV6[dlvert,filopts],SkelImputationV6[normgame,SyncDim -> psm,opts]]]; + gr2=Which[d1===1,{}, + d1===2,{}, + True,If[SameQ[vrep,True], SkelWeberSet3dV6[dlvert,filopts], + SkelWeberSet3dV6[dlvert,ecdlist,eadlist,extmat,filopts]]]; + (* Note that the H-Representation does not produce a correct skelton. *) + gr3=If[SameQ[shimp,True],SkelImputationV6[normgame,SyncDim -> psm,opts],{}]; + gr4=If[SameQ[vwker,True],ShowKernelV6[normgame, KernelCoord -> kerc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr5=If[SameQ[vwshv,True],ShowShapleyV6[normgame,ShapleyCoord -> shc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr6=If[SameQ[vwnuc,True],ShowNucleolusV6[normgame,NucleolusCoord -> nuc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr7=If[SameQ[vwmnc,True],ShowModiclusV6[normgame,ModiclusCoord -> mnc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr8=If[SameQ[vwpay,True],ShowPayoffV6[normgame,PayoffCoord -> paycoord,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + gr9=If[SameQ[vwhyv,True],ShowHarsanyiValV6[normgame,HarsanyiValCoord -> hyc,SyncDim -> psm,PtRadius -> rd,filopts],{}]; + grli=Flatten[{gr1,gr2,gr3,gr4,gr5,gr6,gr7,gr8,gr9}]; + gr=If[SameQ[vwleg,False],Show[grli, ImageSize -> fs], + ShowLegend[Show[grli, ImageSize -> fs], {{{Graphics[{Blue, Disk[{0, 0}, 0.005]}], "Shapley Value"}, + {Graphics[{Green, Disk[{0, 0}, 0.005]}], "Nucleolus"}, + {Graphics[{Red, Disk[{0, 0}, 0.005]}], "Kernel"}, + {Graphics[{Purple, Disk[{0, 0}, 0.005]}], "Modiclus"}, + {Graphics[{Brown, Disk[{0, 0}, 0.005]}], "Harsanyi Value"}}, + LegendShadow -> None, LegendTextSpace -> 5, LegendPosition -> {1.1, -.4}, LegendSize -> {0.5, 0.25}}]]; + origgame=DefineGame[T,oldvls]; + Return[{gr,psm}]; +]; + + +DrawWeberSet3dV6[vert_List, opts:OptionsPattern[{PlotWeberSet3dV6,Graphics3D}]] := + Module[{pts,surface,gr,filopts}, + filopts=FilterRules[{opts},Options[Graphics3D]]; + (* cvhm=ConvexHullMesh[vert]; *) + {pts, surface} = TetGenConvexHull[vert]; + gr=Graphics3D[{Opacity[.4], Orange, GraphicsComplex[pts,Polygon[surface]]},filopts]; + Return[gr]; + + ]; + +(* Input uses V-Representation, Graphic output is not correctly specified. *) +SkelWeberSet3dV6[args___]:=(Message[PlotWeberSet3dV6::argerr];$Failed); +SkelWeberSet3dV6[vert_List, opts:OptionsPattern[{PlotWeberSet3dV6,Graphics3D}]] := + Module[{pts,surface,uvp1,gr,gr2,grli,filopts}, + filopts=FilterRules[{opts},Options[Graphics3D]]; + uvp1 = circle[Pi/11, 50, 20]; + {pts, surface} = TetGenConvexHull[vert]; + gr=Graphics3D[{Opacity[0], EdgeForm[{Thickness[Large], Black}], GraphicsComplex[pts,Polygon[surface]]},filopts]; + gr2=ReplaceAll[gr, Polygon -> Tube]; + grli=Graphics3D[#] & /@ parser@gr2; + Return[grli]; + ]; + +(* Input uses H-Representation. *) +SkelWeberSet3dV6[vert_List, ecd_List, ead_List, extmat_List, opts:OptionsPattern[{PlotWeberSet3dV6,Graphics3D}]] := + Module[{d1,d2,ecdlist,eadlist,amat,bvec,uvp1,vskl,gr,filopts}, + filopts=FilterRules[{opts},Options[Graphics3D]]; + {d1,d2}=Dimensions[extmat]; + (* + A number of 25 ought to be the highest value that can appear in the incidence list "ead". + Each number greater than 24 must be deleted. + *) + eadlist = DeleteCases[#,25] &/@ ead; + ecdlist = DeleteCases[#,d1+1] &/@ ecd; + amat=Transpose[Drop[Transpose[extmat],1]]; + (* amat=Drop[extmat,1];*) + amat = Take[#,-3] &/@ amat; + bvec=Transpose[extmat][[1]]; + uvp1 = circle[Pi/11, 50, 20]; + vskl=VisibleSkeleton[vert,ecdlist,eadlist,{amat, bvec}, uvp1]; + gr=Graphics3D[{Thick, vskl},filopts]; +(* gr=Graphics3D[{Thick, GraphicsComplex[vert, vskl]},filopts]; *) + Return[gr]; + ]; + + + End[]; EndPackage[] + diff --git a/LICENSE.md b/LICENSE.md index 6f9c6cb..63258c0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -## Copyright (c) 2019-23, Holger I. Meinhardt +## Copyright (c) 2019-24, Holger I. Meinhardt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/LICENSE.txt b/LICENSE.txt index 5c3ebdb..4447154 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-23, Holger I. Meinhardt +Copyright (c) 2019-24, Holger I. Meinhardt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MATtug.nb b/MATtug.nb index 448515b..560a1e7 100644 --- a/MATtug.nb +++ b/MATtug.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 11.3' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 72290, 1853] -NotebookOptionsPosition[ 71334, 1833] -NotebookOutlinePosition[ 71669, 1848] -CellTagsIndexPosition[ 71626, 1845] +NotebookDataLength[ 72365, 1853] +NotebookOptionsPosition[ 71445, 1833] +NotebookOutlinePosition[ 71838, 1849] +CellTagsIndexPosition[ 71795, 1846] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -91,7 +91,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"www", ".", "mathworks", ".", "de"}], "/", "matlabcentral"}], "/", "fileexchange"}], "/", "35933"}], "-", "mattugames"}]}], "\n", - "*)"}]}]], "Code",ExpressionUUID->"3f930259-609c-4559-87c6-a5ae77d90233"], + "*)"}]}]], "Code",ExpressionUUID->"af3ee280-a59f-48c1-a3b5-4adcf79c061b"], Cell[BoxData[ RowBox[{ @@ -134,7 +134,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"Mathematica", " ", "list"}], ",", " ", "required"}], ")"}], "."}]}]}]}], " ", "\n", "\n", "*)"}], " "}]], "Code",ExpressionUUID->\ -"7a615f09-4b45-4dc1-aac0-46bbc58ce2c6"], +"19b254a3-998c-4f15-8109-734f7721fcda"], Cell[BoxData[ RowBox[{ @@ -627,7 +627,7 @@ must be an integer s.t. 1<=k<=n. Admissible values for str are \ "\"\\""}], ";"}]}]}]], "Code",ExpressionUUID->\ -"7835c580-1fb8-43b0-b7d5-ede603fd277e"], +"523cd703-a4fc-4eba-848d-d10c53f23fd3"], Cell[BoxData[{ RowBox[{ @@ -647,7 +647,7 @@ toolbox.\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{"Mlb", "::", "usage"}], " ", "=", " ", "\n", " ", "\"\\""}], - ";"}]}], "Code",ExpressionUUID->"2ffc7b37-947d-4c32-a09f-38516a72c106"], + ";"}]}], "Code",ExpressionUUID->"ddf86b08-00a9-4385-b7a0-298b4ea11281"], Cell[BoxData[{ RowBox[{ @@ -1167,21 +1167,18 @@ the cardinality of the player set N.\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{"Mzon", "::", "usage"}], " ", "=", "\n", " ", "\"\\""}], - ";"}], "\n"}], "Code",ExpressionUUID->"3074911e-0b8e-4f72-a084-\ -dee0eb096a2c"], + ";"}], "\n"}], "Code",ExpressionUUID->"c436dcb4-a50c-447a-a50d-\ +bd75dfc76a28"], Cell[BoxData[{ RowBox[{ RowBox[{"Needs", "[", "\"\\"", "]"}], ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{"OpenMATLAB", "[", "]"}], ";"}], "\n"}], "\n", - RowBox[{ + RowBox[{"OpenMATLAB", "[", "]"}], ";"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{"Defining", " ", "the", " ", "interfaces", " ", "starts"}], " ", - "*)"}]}]}], "Code",ExpressionUUID->"e55b09a8-8820-4f8d-9a74-af4902bfdf26"], - -Cell[BoxData[{ + "*)"}], "\n"}], "\n", RowBox[{ RowBox[{"Madv", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", @@ -1220,7 +1217,7 @@ Cell[BoxData[{ RowBox[{"Maddg", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", RowBox[{ - RowBox[{"Mapex", " ", "=", " ", + RowBox[{"Mkapex", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", RowBox[{ RowBox[{"Maslv", " ", "=", " ", @@ -1331,24 +1328,26 @@ Cell[BoxData[{ RowBox[{"McrQ", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", RowBox[{ - RowBox[{"Mcrv", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{ - RowBox[{"Mcplexkr", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{ - RowBox[{"Mcplexnc", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{ - RowBox[{"Mcplexprk", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], - ";"}], "\n", - RowBox[{ - RowBox[{"Mcplexprn", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{ - RowBox[{"Mcplexmnc", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", + RowBox[{ + RowBox[{"Mcrv", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{ + RowBox[{ + "CPLEX", " ", "is", " ", "depreciated", " ", "and", " ", "may", " ", + "let", " ", "Matlab", " ", "crash", "\n", "Mcplexkr"}], " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";", "\n", + RowBox[{"Mcplexnc", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";", "\n", + RowBox[{"Mcplexprk", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";", "\n", + + RowBox[{"Mcplexprn", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";", "\n", + RowBox[{"Mcplexmnc", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", + "*)"}]}], "\n", RowBox[{ RowBox[{"Mcritval1", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], @@ -1546,15 +1545,14 @@ Cell[BoxData[{ RowBox[{"Mmskmnc", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], " "}], "\n", + RowBox[{ + RowBox[{"Mnc", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{"Mnc", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{"(*", " ", - RowBox[{ - RowBox[{"MncQ", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], - ";"}], " ", "*)"}]}], "\n", + RowBox[{"MncQ", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], + ";"}], " "}], "\n", RowBox[{ RowBox[{"Mowv", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", @@ -1592,12 +1590,14 @@ Cell[BoxData[{ RowBox[{"Mprn", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", RowBox[{ - RowBox[{"Mprn2", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", - RowBox[{ - RowBox[{"MprnQ", " ", "=", " ", - RowBox[{"MFunction", "[", "\"\\"", "]"}]}], - ";"}], "\n", + RowBox[{ + RowBox[{"Mprn2", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"MprnQ", " ", "=", " ", + RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], + " ", "*)"}]}], "\n", RowBox[{ RowBox[{"Mmnc", " ", "=", " ", RowBox[{"MFunction", "[", "\"\\"", "]"}]}], ";"}], "\n", @@ -1824,17 +1824,18 @@ Cell[BoxData[{ RowBox[{"Delete", "[", RowBox[{"vcl", ",", "1"}], "]"}]}], ";", "\n", " ", RowBox[{"MgToMatlab", "[", "vcl", "]"}]}]}], "\n", "\t\t ", - "]"}]}]}], "Code",ExpressionUUID->"b8ef52bd-14f6-4e58-8b34-b36ad941ba4f"], + "]"}]}]}], "Code",ExpressionUUID->"f64c3717-09aa-40b6-85fd-c1878a13c4c4"], Cell[BoxData[ RowBox[{"(*", "\n", RowBox[{"EndPackage", "[", "]"}], "\n", "*)"}]], "Code",ExpressionUUID->\ -"a795053c-dfc9-4b51-9d56-0dcf07fee0e9"] +"a069c136-8600-41cb-bf5b-3f79a93f077a"] }, -WindowSize->{630, 827}, -WindowMargins->{{278, Automatic}, {Automatic, 82}}, -FrontEndVersion->"11.3 for Linux x86 (64-bit) (March 6, 2018)", -StyleDefinitions->"Default.nb" +WindowSize->{606, 552}, +WindowMargins->{{Automatic, 78}, {29.25, Automatic}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", +StyleDefinitions->"Default.nb", +ExpressionUUID->"58f35eef-664f-44fc-897a-9fa5bace38aa" ] (* End of Notebook Content *) @@ -1847,14 +1848,13 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[558, 20, 3223, 73, 844, "Code",ExpressionUUID->"3f930259-609c-4559-87c6-a5ae77d90233"], -Cell[3784, 95, 1665, 41, 223, "Code",ExpressionUUID->"7a615f09-4b45-4dc1-aac0-46bbc58ce2c6"], -Cell[5452, 138, 21099, 491, 6548, "Code",ExpressionUUID->"7835c580-1fb8-43b0-b7d5-ede603fd277e"], -Cell[26554, 631, 747, 18, 70, "Code",ExpressionUUID->"2ffc7b37-947d-4c32-a09f-38516a72c106"], -Cell[27304, 651, 19689, 519, 70, "Code",ExpressionUUID->"3074911e-0b8e-4f72-a084-dee0eb096a2c"], -Cell[46996, 1172, 356, 9, 70, "Code",ExpressionUUID->"e55b09a8-8820-4f8d-9a74-af4902bfdf26"], -Cell[47355, 1183, 23821, 643, 70, "Code",ExpressionUUID->"b8ef52bd-14f6-4e58-8b34-b36ad941ba4f"], -Cell[71179, 1828, 151, 3, 70, "Code",ExpressionUUID->"a795053c-dfc9-4b51-9d56-0dcf07fee0e9"] +Cell[558, 20, 3223, 73, 738, "Code",ExpressionUUID->"af3ee280-a59f-48c1-a3b5-4adcf79c061b"], +Cell[3784, 95, 1665, 41, 206, "Code",ExpressionUUID->"19b254a3-998c-4f15-8109-734f7721fcda"], +Cell[5452, 138, 21099, 491, 5708, "Code",ExpressionUUID->"523cd703-a4fc-4eba-848d-d10c53f23fd3"], +Cell[26554, 631, 747, 18, 70, "Code",ExpressionUUID->"ddf86b08-00a9-4385-b7a0-298b4ea11281"], +Cell[27304, 651, 19689, 519, 70, "Code",ExpressionUUID->"c436dcb4-a50c-447a-a50d-bd75dfc76a28"], +Cell[46996, 1172, 24291, 654, 70, "Code",ExpressionUUID->"f64c3717-09aa-40b6-85fd-c1878a13c4c4"], +Cell[71290, 1828, 151, 3, 70, "Code",ExpressionUUID->"a069c136-8600-41cb-bf5b-3f79a93f077a"] } ] *) diff --git a/MATtug.wl b/MATtug.wl index 1cd193c..214af41 100644 --- a/MATtug.wl +++ b/MATtug.wl @@ -601,7 +601,6 @@ OpenMATLAB[]; (* Defining the interfaces starts *) - Madv = MFunction["ADvalue"]; Mamc = MFunction["AllMarginalContributions"]; Masg = MFunction["AllSubGames"]; @@ -613,7 +612,7 @@ MakrQ = MFunction["Anti_kernelQ"]; Maprk = MFunction["Anti_PreKernel"]; MaprkQ = MFunction["Anti_PrekernelQ"]; Maddg = MFunction["additive_game"]; -Mapex = MFunction["m_apex_game"]; +Mkapex = MFunction["m_apex_game"]; Maslv = MFunction["apu_SolidarityValue"]; Massignmentg = MFunction["assignment_game"]; MacvQ = MFunction["average_convexQ"]; @@ -647,11 +646,13 @@ McvQ = MFunction["convex_gameQ"]; Mcrp = MFunction["m_CorePlot"]; McrQ = MFunction["coreQ"]; Mcrv = MFunction["CoreVertices"]; +(* CPLEX is depreciated and may let Matlab crash Mcplexkr = MFunction["cplex_kernel"]; Mcplexnc = MFunction["cplex_nucl"]; Mcplexprk = MFunction["cplex_prekernel"]; Mcplexprn = MFunction["cplex_prenucl"]; Mcplexmnc = MFunction["cplex_modiclus"]; +*) Mcritval1 = MFunction["critical_value1"]; Mcritval2 = MFunction["critical_value2"]; Mcritvals = MFunction["critical_value_star"]; @@ -712,7 +713,7 @@ Mmskprk = MFunction["msk_prekernel"]; Mmskprn = MFunction["msk_prenucl"]; Mmskmnc = MFunction["msk_modiclus"]; Mnc = MFunction["nucl"]; -(* MncQ = MFunction["B0_balancedCollectionQ"]; *) +MncQ = MFunction["B0_balancedCollectionQ"]; Mowv = MFunction["OwenValue"]; Moaseskr = MFunction["oases_kernel"]; Moasesprk = MFunction["oases_prekernel"]; @@ -725,7 +726,7 @@ Mprk = MFunction["PreKernel"]; MprkQ = MFunction["PrekernelQ"]; Mprn = MFunction["PreNucl"]; Mprn2 = MFunction["PreNucl2"]; -MprnQ = MFunction["balancedCollectionQ"]; +(* MprnQ = MFunction["balancedCollectionQ"]; *) Mmnc = MFunction["Modiclus"]; MmncQ = MFunction["modiclusQ"]; Mmodprk = MFunction["ModPreKernel"]; diff --git a/PacletInfo.m b/PacletInfo.m index 58bbc0b..abd5349 100644 --- a/PacletInfo.m +++ b/PacletInfo.m @@ -1,6 +1,6 @@ Paclet[ Name -> "TUG", - Version -> "3.1.2", + Version -> "3.1.4", MathematicaVersion -> "12+", Description -> "A Mathematica Package for Cooperative Game Theory", Creator -> "Holger Ingmar Meinhardt ", @@ -76,7 +76,8 @@ "ReferencePages/Symbols/CddGmpPlotCore", "ReferencePages/Symbols/CddGmpPlotImputationSet", "ReferencePages/Symbols/CddGmpPlotLowerSet", - "ReferencePages/Symbols/CddGmpPlotReasonableSet", + "ReferencePages/Symbols/CddGmpPlotReasonableSet", + "ReferencePages/Symbols/CddGmpPlotWeberSet", "ReferencePages/Symbols/CddGmpVerticesCore", "ReferencePages/Symbols/CddVerticesCore", "ReferencePages/Symbols/CddVerticesImputationSet", @@ -100,7 +101,8 @@ "ReferencePages/Symbols/ConvStrQ", "ReferencePages/Symbols/CoordS", "ReferencePages/Symbols/CoreElementsQ", - "ReferencePages/Symbols/CoreQ", + "ReferencePages/Symbols/CoreQ", + "ReferencePages/Symbols/CostLocationGame", "ReferencePages/Symbols/CostSaving", "ReferencePages/Symbols/CriticalValue", "ReferencePages/Symbols/DecomposeInPositiveGames", @@ -119,7 +121,8 @@ "ReferencePages/Symbols/DisplayMatrixForm", "ReferencePages/Symbols/DualCover", "ReferencePages/Symbols/DualExtension", - "ReferencePages/Symbols/DualGame", + "ReferencePages/Symbols/DualGame", + "ReferencePages/Symbols/DualProbabilityGame", "ReferencePages/Symbols/DuttaRay", "ReferencePages/Symbols/EANSCValue", "ReferencePages/Symbols/ECCoverGame", @@ -129,13 +132,15 @@ "ReferencePages/Symbols/EPSDValue", "ReferencePages/Symbols/EpsilonValue", "ReferencePages/Symbols/EpsStrValues", - "ReferencePages/Symbols/EpsValue", + "ReferencePages/Symbols/EpsValue", + "ReferencePages/Symbols/EqDistDividends", "ReferencePages/Symbols/EuclidianDistance", "ReferencePages/Symbols/EvalSumMinCoord", "ReferencePages/Symbols/ExcessPayoff", "ReferencePages/Symbols/FifthCriticalVal", "ReferencePages/Symbols/FigureSize", - "ReferencePages/Symbols/FilledCoreV6", + "ReferencePages/Symbols/FilledCoreV6", + "ReferencePages/Symbols/FilledWeberSetV6", "ReferencePages/Symbols/FindKernelSolution", "ReferencePages/Symbols/FindPreKernelSolution", "ReferencePages/Symbols/FirstCriticalVal", @@ -247,9 +252,11 @@ "ReferencePages/Symbols/PDValue", "ReferencePages/Symbols/PictureSize", "ReferencePages/Symbols/PlayerPairs", - "ReferencePages/Symbols/PlotCore3dV6", + "ReferencePages/Symbols/PlotCore3dV6", + "ReferencePages/Symbols/PlotWeberSet3dV6", "ReferencePages/Symbols/PositiveGameQ", - "ReferencePages/Symbols/Potential", + "ReferencePages/Symbols/Potential", + "ReferencePages/Symbols/PQNorm", "ReferencePages/Symbols/PreImpSet", "ReferencePages/Symbols/PreKernelElement", "ReferencePages/Symbols/PreKernelEqualsKernelQ", diff --git a/PacletInfo.wl b/PacletInfo.wl new file mode 100644 index 0000000..abd5349 --- /dev/null +++ b/PacletInfo.wl @@ -0,0 +1,378 @@ +Paclet[ + Name -> "TUG", + Version -> "3.1.4", + MathematicaVersion -> "12+", + Description -> "A Mathematica Package for Cooperative Game Theory", + Creator -> "Holger Ingmar Meinhardt ", + URL -> "https://github.com/himeinhardt/TuGames", + Thumbnail -> "TUGLogo.png","Icon" -> "TUGLogo.png", + Extensions -> { + { + "Kernel", Root -> ".", + "Context" -> { + "TUG`", + "TUG`coop`", + "TUG`vertex`" + } + }, + { + "Documentation", + Language -> "English", + MainPage -> "Guides/RefPageTuGames", + LinkBase -> "TUG", + Resources -> { + "Guides/RefPageTuGames", + "Guides/ManualTuGames", + "Guides/MATtug", + "Guides/TuGamesMovieParaModeV6", + "Guides/TuGamesMovieV6", + "Guides/TuGamesParallelMamaV11d2", + "Guides/TuGamesParallelMamaV11d3", + "Guides/TuGamesView2dV6", + "Guides/TuGamesView3dV6", + "Guides/TUGFunctionsIndex", + "ReferencePages/Symbols/AdjointMatrix", + "ReferencePages/Symbols/AdjustedEffUpperVectors", + "ReferencePages/Symbols/AdjustedEffVector", + "ReferencePages/Symbols/AdjustedWorthVectors", + "ReferencePages/Symbols/ADMCGameQ", + "ReferencePages/Symbols/AIMCGameQ", + "ReferencePages/Symbols/AirportProblem", + "ReferencePages/Symbols/AllAntiSurpluses", + "ReferencePages/Symbols/AllCoalitions", + "ReferencePages/Symbols/AllConstraints", + "ReferencePages/Symbols/AllMaxSurpluses", + "ReferencePages/Symbols/AlmostAverageConcaveQ", + "ReferencePages/Symbols/AlmostAverageConvexQ", + "ReferencePages/Symbols/AlmostConcaveQ", + "ReferencePages/Symbols/AlmostConvexQ", + "ReferencePages/Symbols/Angle", + "ReferencePages/Symbols/AnimationKernelProperty2d", + "ReferencePages/Symbols/AnimationKernelPropertyV6", + "ReferencePages/Symbols/AntiPreKernel", + "ReferencePages/Symbols/AntiPreKernelQ", + "ReferencePages/Symbols/AntiPreKernelSolution", + "ReferencePages/Symbols/ApproxNuc", + "ReferencePages/Symbols/ApproxPreNuc", + "ReferencePages/Symbols/AssignmentProblem", + "ReferencePages/Symbols/AvConcaveQ", + "ReferencePages/Symbols/AvConvexQ", + "ReferencePages/Symbols/AverageConcaveQ", + "ReferencePages/Symbols/AverageConvexQ", + "ReferencePages/Symbols/BalancedCollectionQ", + "ReferencePages/Symbols/BalancedInequalityQ", + "ReferencePages/Symbols/BalancedSelectionQ", + "ReferencePages/Symbols/BalancedSystemQ", + "ReferencePages/Symbols/BargainUnanMatrix", + "ReferencePages/Symbols/BargUnanMat", + "ReferencePages/Symbols/BaryCenter", + "ReferencePages/Symbols/BelongToCoreQ", + "ReferencePages/Symbols/BestCoalitions", + "ReferencePages/Symbols/BestCoalToMatrix", + "ReferencePages/Symbols/ConcaveQ", + "ReferencePages/Symbols/CalcStepSize", + "ReferencePages/Symbols/CallMaximize", + "ReferencePages/Symbols/CddGmpImputationVertices", + "ReferencePages/Symbols/CddGmpPlotCore", + "ReferencePages/Symbols/CddGmpPlotImputationSet", + "ReferencePages/Symbols/CddGmpPlotLowerSet", + "ReferencePages/Symbols/CddGmpPlotReasonableSet", + "ReferencePages/Symbols/CddGmpPlotWeberSet", + "ReferencePages/Symbols/CddGmpVerticesCore", + "ReferencePages/Symbols/CddVerticesCore", + "ReferencePages/Symbols/CddVerticesImputationSet", + "ReferencePages/Symbols/CddVerticesLowerSet", + "ReferencePages/Symbols/CddVerticesReasonableSet", + "ReferencePages/Symbols/ChangeInternalEps", + "ReferencePages/Symbols/CharacteristicValues", + "ReferencePages/Symbols/ChiValue", + "ReferencePages/Symbols/Coal2Dec", + "ReferencePages/Symbols/coal", + "ReferencePages/Symbols/CollectionOfDecreasingExcess", + "ReferencePages/Symbols/ComplementaryMarket", + "ReferencePages/Symbols/Concession", + "ReferencePages/Symbols/ConjugateFunction", + "ReferencePages/Symbols/ContestedGarment", + "ReferencePages/Symbols/ConvCheck", + "ReferencePages/Symbols/ConvexConjugate", + "ReferencePages/Symbols/ConvexQ", + "ReferencePages/Symbols/ConvexStrQ", + "ReferencePages/Symbols/ConvexUnanConditionQ", + "ReferencePages/Symbols/ConvStrQ", + "ReferencePages/Symbols/CoordS", + "ReferencePages/Symbols/CoreElementsQ", + "ReferencePages/Symbols/CoreQ", + "ReferencePages/Symbols/CostLocationGame", + "ReferencePages/Symbols/CostSaving", + "ReferencePages/Symbols/CriticalValue", + "ReferencePages/Symbols/DecomposeInPositiveGames", + "ReferencePages/Symbols/DefineGame", + "ReferencePages/Symbols/DeltaLP", + "ReferencePages/Symbols/DetEqClass", + "ReferencePages/Symbols/DetQuasiAvConvex", + "ReferencePages/Symbols/DetUCoord", + "ReferencePages/Symbols/DigitPrecision", + "ReferencePages/Symbols/DirectionOfImprovement", + "ReferencePages/Symbols/DisagreeConvex", + "ReferencePages/Symbols/Disagreement", + "ReferencePages/Symbols/DisplayAllResults", + "ReferencePages/Symbols/DisplayCoord", + "ReferencePages/Symbols/DisplayLegend", + "ReferencePages/Symbols/DisplayMatrixForm", + "ReferencePages/Symbols/DualCover", + "ReferencePages/Symbols/DualExtension", + "ReferencePages/Symbols/DualGame", + "ReferencePages/Symbols/DualProbabilityGame", + "ReferencePages/Symbols/DuttaRay", + "ReferencePages/Symbols/EANSCValue", + "ReferencePages/Symbols/ECCoverGame", + "ReferencePages/Symbols/EffVector", + "ReferencePages/Symbols/EPDSValue", + "ReferencePages/Symbols/EpsCore", + "ReferencePages/Symbols/EPSDValue", + "ReferencePages/Symbols/EpsilonValue", + "ReferencePages/Symbols/EpsStrValues", + "ReferencePages/Symbols/EpsValue", + "ReferencePages/Symbols/EqDistDividends", + "ReferencePages/Symbols/EuclidianDistance", + "ReferencePages/Symbols/EvalSumMinCoord", + "ReferencePages/Symbols/ExcessPayoff", + "ReferencePages/Symbols/FifthCriticalVal", + "ReferencePages/Symbols/FigureSize", + "ReferencePages/Symbols/FilledCoreV6", + "ReferencePages/Symbols/FilledWeberSetV6", + "ReferencePages/Symbols/FindKernelSolution", + "ReferencePages/Symbols/FindPreKernelSolution", + "ReferencePages/Symbols/FirstCriticalVal", + "ReferencePages/Symbols/FourthCriticalVal", + "ReferencePages/Symbols/FTPreNuc", + "ReferencePages/Symbols/GameBasis", + "ReferencePages/Symbols/GameMonotoneQ", + "ReferencePages/Symbols/Gap", + "ReferencePages/Symbols/GatelyValue", + "ReferencePages/Symbols/GenProfitMatrix", + "ReferencePages/Symbols/GetCardinalityGame", + "ReferencePages/Symbols/GrandCoalitionLargestValueQ", + "ReferencePages/Symbols/GreedyBankruptcy", + "ReferencePages/Symbols/HarsanyiDividends", + "ReferencePages/Symbols/HarsanyiValue", + "ReferencePages/Symbols/ImputationQ", + "ReferencePages/Symbols/ImputationToEqClass", + "ReferencePages/Symbols/ImputationToMatrix", + "ReferencePages/Symbols/ImputationToVec", + "ReferencePages/Symbols/IncreasingMargContributions", + "ReferencePages/Symbols/IncSize", + "ReferencePages/Symbols/InFavor", + "ReferencePages/Symbols/IntersectionOfMaxExcessSets", + "ReferencePages/Symbols/IntersectionUpperLowerSetQ", + "ReferencePages/Symbols/IsHermitianMatrixQ", + "ReferencePages/Symbols/IsModiclusQ", + "ReferencePages/Symbols/IsModPreKernelQ", + "ReferencePages/Symbols/IsProperModPreKernelQ", + "ReferencePages/Symbols/IsSMPreKernelQ", + "ReferencePages/Symbols/IsSMPrenucleolusQ", + "ReferencePages/Symbols/kBalancednessQ", + "ReferencePages/Symbols/kCover", + "ReferencePages/Symbols/KernelCalculation", + "ReferencePages/Symbols/KernelCoord", + "ReferencePages/Symbols/KernelImputationListQ", + "ReferencePages/Symbols/KernelImputationQ", + "ReferencePages/Symbols/Kernel", + "ReferencePages/Symbols/KernelRange", + "ReferencePages/Symbols/KernelVertices", + "ReferencePages/Symbols/Labeling", + "ReferencePages/Symbols/LargestAmount", + "ReferencePages/Symbols/LeastCore", + "ReferencePages/Symbols/LexiCenter", + "ReferencePages/Symbols/LieBracket", + "ReferencePages/Symbols/LorenzSolution", + "ReferencePages/Symbols/LowerCriticalVal", + "ReferencePages/Symbols/LowerCritVal", + "ReferencePages/Symbols/LowerSetIncImputationQ", + "ReferencePages/Symbols/LowerSetQ", + "ReferencePages/Symbols/LPtoMatrix", + "ReferencePages/Symbols/LSNuc", + "ReferencePages/Symbols/LSPreNuc", + "ReferencePages/Symbols/lt", + "ReferencePages/Symbols/ManipulateMode", + "ReferencePages/Symbols/MargValue", + "ReferencePages/Symbols/MarketParameter", + "ReferencePages/Symbols/MaxExcessBalanced", + "ReferencePages/Symbols/MaxExcessSets", + "ReferencePages/Symbols/MaximumSurpluses", + "ReferencePages/Symbols/MaxSurplus", + "ReferencePages/Symbols/MinExcessBalanced", + "ReferencePages/Symbols/MinUnanimityCoordinates", + "ReferencePages/Symbols/MLExtension", + "ReferencePages/Symbols/ModCoalArray", + "ReferencePages/Symbols/ModestBankruptcy", + "ReferencePages/Symbols/ModiclusCoord", + "ReferencePages/Symbols/Modiclus", + "ReferencePages/Symbols/ModifiedKernel", + "ReferencePages/Symbols/ModifiedNucleolus", + "ReferencePages/Symbols/ModPreKernel", + "ReferencePages/Symbols/MonotoneQ", + "ReferencePages/Symbols/NearRingQ", + "ReferencePages/Symbols/NewShapley", + "ReferencePages/Symbols/NonLinNuc", + "ReferencePages/Symbols/NonLinPreNuc", + "ReferencePages/Symbols/Nuc1convex", + "ReferencePages/Symbols/NucAirProb", + "ReferencePages/Symbols/NucleolusCoord", + "ReferencePages/Symbols/Nucleolus", + "ReferencePages/Symbols/NumericalPrec", + "ReferencePages/Symbols/OneNormalization", + "ReferencePages/Symbols/OptStepSize", + "ReferencePages/Symbols/ParaAntiPreKernel", + "ReferencePages/Symbols/ParaAntiPreKernelQ", + "ReferencePages/Symbols/ParaAvConvexQ", + "ReferencePages/Symbols/ParaBestCoalitions", + "ReferencePages/Symbols/ParaCharacteristicValues", + "ReferencePages/Symbols/ParaConvexQ", + "ReferencePages/Symbols/ParaDirectionOfImprovement", + "ReferencePages/Symbols/ParaExcessPayoff", + "ReferencePages/Symbols/ParaGameBasis", + "ReferencePages/Symbols/ParaIsModiclusQ", + "ReferencePages/Symbols/ParaIsModPreKernelQ", + "ReferencePages/Symbols/ParaIsProperModPreKernelQ", + "ReferencePages/Symbols/ParaIsSMPreKernelQ", + "ReferencePages/Symbols/ParaMaxExcessBalanced", + "ReferencePages/Symbols/ParaMaxSurplus", + "ReferencePages/Symbols/ParaMinExcessBalanced", + "ReferencePages/Symbols/ParaModiclus", + "ReferencePages/Symbols/ParaModPreKernel", + "ReferencePages/Symbols/ParaPreKernelElement", + "ReferencePages/Symbols/ParaPreKernel", + "ReferencePages/Symbols/ParaPreKernelQ", + "ReferencePages/Symbols/ParaProperModPreKernel", + "ReferencePages/Symbols/ParaSetsToVec", + "ReferencePages/Symbols/ParaSMPreKernel", + "ReferencePages/Symbols/ParaSuperAdditiveQ", + "ReferencePages/Symbols/PayoffCoord", + "ReferencePages/Symbols/PDValue", + "ReferencePages/Symbols/PictureSize", + "ReferencePages/Symbols/PlayerPairs", + "ReferencePages/Symbols/PlotCore3dV6", + "ReferencePages/Symbols/PlotWeberSet3dV6", + "ReferencePages/Symbols/PositiveGameQ", + "ReferencePages/Symbols/Potential", + "ReferencePages/Symbols/PQNorm", + "ReferencePages/Symbols/PreImpSet", + "ReferencePages/Symbols/PreKernelElement", + "ReferencePages/Symbols/PreKernelEqualsKernelQ", + "ReferencePages/Symbols/PreKernel", + "ReferencePages/Symbols/PreKernelQ", + "ReferencePages/Symbols/PreKernelSolution", + "ReferencePages/Symbols/PreNucleolus", + "ReferencePages/Symbols/PrimalExtension", + "ReferencePages/Symbols/ProbabilityGame", + "ReferencePages/Symbols/ProductGame", + "ReferencePages/Symbols/ProperAmount", + "ReferencePages/Symbols/ProperContribution", + "ReferencePages/Symbols/ProperModPreKernel", + "ReferencePages/Symbols/PseudoInv", + "ReferencePages/Symbols/PtRadius", + "ReferencePages/Symbols/Quota", + "ReferencePages/Symbols/RationalApproximate", + "ReferencePages/Symbols/RationalExact", + "ReferencePages/Symbols/RationalTol", + "ReferencePages/Symbols/ReasonableOutcome", + "ReferencePages/Symbols/ReasonableSet", + "ReferencePages/Symbols/RStirlingNumber", + "ReferencePages/Symbols/Scrb", + "ReferencePages/Symbols/ScrbSolution", + "ReferencePages/Symbols/SecondCriticalVal", + "ReferencePages/Symbols/SecondStarCriticalVal", + "ReferencePages/Symbols/SelectionKBalancedQ", + "ReferencePages/Symbols/SelectSuperSets", + "ReferencePages/Symbols/SemiConvexQ", + "ReferencePages/Symbols/SetGameToNonZeroMonotonic", + "ReferencePages/Symbols/SetRecursionLimit", + "ReferencePages/Symbols/SetsToVec", + "ReferencePages/Symbols/ShapAirProb", + "ReferencePages/Symbols/ShapleyCoord", + "ReferencePages/Symbols/ShapleyValueML", + "ReferencePages/Symbols/ShapleyValue", + "ReferencePages/Symbols/ShowCore", + "ReferencePages/Symbols/ShowImputationSet", + "ReferencePages/Symbols/ShowKernelCatcherV6", + "ReferencePages/Symbols/ShowLowerSet", + "ReferencePages/Symbols/ShowObjectiveFunction", + "ReferencePages/Symbols/ShowStrongEpsCore", + "ReferencePages/Symbols/ShowUpperSet", + "ReferencePages/Symbols/Silent", + "ReferencePages/Symbols/SkelCore3dV6", + "ReferencePages/Symbols/SkelImputationV6", + "ReferencePages/Symbols/SkelLowerSetV6", + "ReferencePages/Symbols/SkelReasonableSetV6", + "ReferencePages/Symbols/SmallestCardinality", + "ReferencePages/Symbols/SmallestContribution", + "ReferencePages/Symbols/SmallestContributionVector", + "ReferencePages/Symbols/SMPreKernel", + "ReferencePages/Symbols/SMPrenucleolus", + "ReferencePages/Symbols/SolutionExact", + "ReferencePages/Symbols/SolveDual", + "ReferencePages/Symbols/SolvePrimal", + "ReferencePages/Symbols/StarCriticalVal", + "ReferencePages/Symbols/StepSize", + "ReferencePages/Symbols/StrictlyConvexUnanConditionQ", + "ReferencePages/Symbols/StrIncreasMargContrib", + "ReferencePages/Symbols/StrongEpsCore2d", + "ReferencePages/Symbols/StrongEpsCore3dV6", + "ReferencePages/Symbols/SuperAdditiveQ", + "ReferencePages/Symbols/SymGameSizeK", + "ReferencePages/Symbols/SymGameType2", + "ReferencePages/Symbols/SymGameType3", + "ReferencePages/Symbols/SymGameType4", + "ReferencePages/Symbols/SyncDim", + "ReferencePages/Symbols/TalmudicRule", + "ReferencePages/Symbols/TauValAirProb", + "ReferencePages/Symbols/TauValue", + "ReferencePages/Symbols/ThirdCriticalVal", + "ReferencePages/Symbols/ThirdStarCriticalVal", + "ReferencePages/Symbols/Tight", + "ReferencePages/Symbols/TIJsets", + "ReferencePages/Symbols/TransferConstraints", + "ReferencePages/Symbols/Transfer", + "ReferencePages/Symbols/UnanAvConvexQ", + "ReferencePages/Symbols/UnanConvexQ", + "ReferencePages/Symbols/UnanimityCoordinates", + "ReferencePages/Symbols/UpperCriticalVal", + "ReferencePages/Symbols/UpperCritVal", + "ReferencePages/Symbols/UpperSetIncImputationQ", + "ReferencePages/Symbols/UpperSetQ", + "ReferencePages/Symbols/UpperSum", + "ReferencePages/Symbols/UpperVector", + "ReferencePages/Symbols/UseManipulate", + "ReferencePages/Symbols/UtopiaPayoff", + "ReferencePages/Symbols/UtopiaSum", + "ReferencePages/Symbols/UtopiaVector", + "ReferencePages/Symbols/ValueExcess", + "ReferencePages/Symbols/Vec3DToSimplex", + "ReferencePages/Symbols/Vec4DToSimplex", + "ReferencePages/Symbols/Verbosely", + "ReferencePages/Symbols/VerticesCore", + "ReferencePages/Symbols/VetoRichPlayers", + "ReferencePages/Symbols/ViewKernelSol", + "ReferencePages/Symbols/ViewLegend", + "ReferencePages/Symbols/ViewModiclusSol", + "ReferencePages/Symbols/ViewNucleolusSol", + "ReferencePages/Symbols/ViewPayoffSol", + "ReferencePages/Symbols/ViewShapleySol", + "ReferencePages/Symbols/ViewSkel", + "ReferencePages/Symbols/WeaklyBalancedCollectionQ", + "ReferencePages/Symbols/WeaklyBalancedSelectionQ", + "ReferencePages/Symbols/WeaklySuperAdditiveQ", + "ReferencePages/Symbols/WeightedMajority", + "ReferencePages/Symbols/WithIncidences", + "ReferencePages/Symbols/ZeroMonotoneQ", + "ReferencePages/Symbols/ZeroNormalization", + "ReferencePages/Symbols/ZeroOneNormalization", + "Tutorials/GameConstructors", + "Tutorials/GettingStarted", + "Tutorials/ManipulateExpample", + "Tutorials/ParaExpGamePers12" + } + } + } +] diff --git a/ParaTuGames.nb b/ParaTuGames.nb index 46a4ce2..40d21f6 100644 --- a/ParaTuGames.nb +++ b/ParaTuGames.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 186357, 4693] -NotebookOptionsPosition[ 181221, 4629] -NotebookOutlinePosition[ 181687, 4646] -CellTagsIndexPosition[ 181644, 4643] +NotebookDataLength[ 188483, 4750] +NotebookOptionsPosition[ 183419, 4687] +NotebookOutlinePosition[ 183812, 4703] +CellTagsIndexPosition[ 183769, 4700] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -192,8 +192,8 @@ Cell[BoxData[ RowBox[{"Ed", "."}], ")"}], ".", " ", "Economics"}], " ", "and", " ", "Financial", " ", "Modeling", " ", "with", " ", "Mathematica"}], ",", " ", "\n", " ", "Springer", ",", " ", "1992."}], " ", "\n", - "*)"}]}]}]], "Code",ExpressionUUID->"ac30050d-5718-47f9-bdb9-\ -3bd87e31af01"], + "*)"}]}]}]], "Code",ExpressionUUID->"cebce496-bf8d-4e14-a29c-\ +847f3bb5902b"], Cell[BoxData[ RowBox[{ @@ -264,8 +264,8 @@ Algorithm 8.2.1 of Meinhardt (2013))\>\""}], ";"}], "\n", "\n", "\"\\""}], ";"}]}]}]], "Code",ExpressionUUID->"6c025228-2e7c-\ -4849-b592-bd28db41d459"], +MaxExcessBalanced.\>\""}], ";"}]}]}]], "Code",ExpressionUUID->"b7b38da1-3796-\ +44d5-9850-ab21dd854248"], Cell[BoxData[{ RowBox[{ @@ -293,7 +293,7 @@ can be used:\n RevisedSimplex, CLP, GUROBI, MOSEK, or Automatic. Default \ setting is Automatic. This option\n must be used in connection with \ CallMaximize->False. For getting more precise results one\n can even set \ Method->{InteriorPoint, Tolerance->10^-10}.\>\""}], ";"}]}], "Code",Expression\ -UUID->"17610f12-796b-4c6f-b0c3-9210010ebf40"], +UUID->"cac4ddfd-8284-4343-94b0-d63bcf50b9d2"], Cell[BoxData[ RowBox[{ @@ -307,7 +307,7 @@ following methods can be used:\n RevisedSimplex, CLP, GUROBI, MOSEK, or \ Automatic. Default setting is Automatic. This option\n must be used in \ connection with CallMaximize->False. For getting more precise results one\n \ can even set Method->{InteriorPoint, Tolerance->10^-10}.\>\""}], - ";"}]], "Code",ExpressionUUID->"ebe5a6fb-8c13-4434-86fb-0acdf05bb7f7"], + ";"}]], "Code",ExpressionUUID->"7129eb97-db0a-4a62-9fc2-5421dd200735"], Cell[BoxData[{ RowBox[{ @@ -351,7 +351,7 @@ the game.\>\""}], ";"}], "\n"}], "\n", RowBox[{"ParaIsSMPreKernelQ", "::", "usage"}], " ", "=", " ", "\n", "\"\\""}], ";"}], "\n"}], "Code",ExpressionUUID->\ -"f6d5bc36-45c4-4eec-8750-95cb5967bc86"], +"75b66927-5d95-4404-ba50-153a5b8e2264"], Cell[BoxData[ RowBox[{ @@ -360,7 +360,7 @@ Cell[BoxData[ "\"\\""}], ";"}]], "Code",ExpressionUUID->\ -"b31cac49-3fc0-4776-987f-7102faf57656"], +"3a723c43-9a78-4149-aebc-4b99545b3637"], Cell[BoxData[ RowBox[{ @@ -373,7 +373,7 @@ reflects how the best arguments are distributed between a\n bargaining pair \ favor\n of the player i, zero means that the arguments are balanced, and a \ minus sign indicates that the\n arguments are skewed in favor of the player \ j. See also Meinhardt (2013).\>\""}], ";"}]], "Code",ExpressionUUID->\ -"5365c316-4843-4aa9-8df5-11cc137ce786"], +"1f66ad5c-ac25-4616-a2ec-cc01eb5cb02d"], Cell[BoxData[{ RowBox[{ @@ -399,10 +399,17 @@ Note that the efficiency condition will not be checked.\>\""}], ";"}], parallel.\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ - RowBox[{"ParaCharacteristicValues", "::", "usage"}], " ", "=", "\n", - "\"\\ -\""}], ";"}]}], "Code",ExpressionUUID->"ff9d98ca-f682-4c20-805e-33d865775b6a"], +\""}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ParaProductGame", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}]}], "Code",ExpressionUUID->"8987d1d0-\ +21a7-4794-b80e-122d62d6dd31"], Cell[BoxData[{ RowBox[{ @@ -567,7 +574,7 @@ Cell[BoxData[{ RowBox[{"SetSharedFunction", "[", "ParaTIJsets", "]"}], ";"}], "\n", RowBox[{ RowBox[{"SetSharedFunction", "[", "ParaW", "]"}], ";"}]}], "Code",Expression\ -UUID->"90c65355-bc8b-4eaf-b3f2-8584a4f6d794"], +UUID->"55e2cf4f-3b14-454f-b9f2-b346d63c6255"], Cell[BoxData[ RowBox[{ @@ -622,7 +629,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"ParaSuperAdditiveQ", "::", "argerr"}], "=", "\"\\""}], ";"}]}]}]], "Code",ExpressionUUID\ -->"9ce1933c-7ac6-45d7-9308-e2044146910a"], +->"a830986d-76e0-437c-ad2b-b47e83226cdd"], Cell[BoxData[ RowBox[{ @@ -682,7 +689,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"ParaSetsToVec", "::", "argerr"}], "=", "\"\\""}], ";"}]}]}]], "Code",ExpressionUU\ -ID->"3cdb102b-a78d-4483-8437-00d3f33c2868"], +ID->"cb1d60c5-c28c-4105-ac8d-cbbc0e9c9050"], Cell[BoxData[ RowBox[{ @@ -698,7 +705,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"ParaAntiSurplus", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n"}]}]], "Code",Expre\ -ssionUUID->"aa8b9210-b4ed-44fd-8bda-05524d121714"], +ssionUUID->"0afa7c59-5cf8-42f5-9ded-ac006c31601f"], Cell[BoxData[ RowBox[{ @@ -744,8 +751,8 @@ Cell[BoxData[ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"ParaPreKernel", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"5cf31644-fbe8-4c09-8633-\ -4ec7d0a089f3"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"17403dec-a90a-494a-91d5-\ +b5433fcef430"], Cell[BoxData[{ RowBox[{ @@ -908,8 +915,8 @@ Cell[BoxData[{ ";", "\n", " ", RowBox[{"ParaPreKernelAlg2", "[", RowBox[{"game", ",", "xvec", ",", "opts"}], "]"}]}]}], "]"}]}]}], - " ", "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"6fd5201c-\ -561b-41cb-b418-27c1e54dd6b4"], + " ", "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"2f68d4e6-\ +5f8f-43d4-9254-f6dcca5bb85d"], Cell[BoxData[ RowBox[{ @@ -1017,8 +1024,8 @@ Cell[BoxData[ RowBox[{"First", "[", "dimpay", "]"}], "===", RowBox[{"Length", "[", "T", "]"}]}], " ", "&&", " ", RowBox[{ - RowBox[{"Depth", "[", "payoff", "]"}], " ", "===", " ", - "2"}]}], " ", ")"}], ",", " ", + RowBox[{"Depth", "[", "payoff", "]"}], " ", "===", " ", "2"}]}] + , " ", ")"}], ",", " ", RowBox[{"Block", "[", RowBox[{ RowBox[{"{", @@ -1131,7 +1138,7 @@ Cell[BoxData[ RowBox[{"Silent", " ", "->", " ", "sil"}], ",", " ", RowBox[{"SmallestCardinality", " ", "->", " ", "smc"}]}], "]"}]}], "]"}]}]}], " ", "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->\ -"9ef97143-55a3-41b6-a199-09a1c549462a"], +"9952123f-2fe6-45dd-a8ac-ea278bfdd036"], Cell[BoxData[{ RowBox[{ @@ -1258,8 +1265,8 @@ Cell[BoxData[{ RowBox[{"optstep", ",", "doi"}], "}"}], ",", RowBox[{"{", RowBox[{"optstep", ",", "doi", ",", "mex"}], "}"}]}], "]"}]}]}], - "\n", " ", "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"63c607f7-be53-\ -4309-a5cf-5d724ad4cf7c"], + "\n", " ", "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"104e3049-fad5-\ +41fc-b003-f14b3eb96f3c"], Cell[BoxData[{ RowBox[{ @@ -1326,8 +1333,8 @@ Cell[BoxData[{ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"ParaAntiPreKernel", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"b5110ca4-9e23-4bf9-b631-\ -339d41398997"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"8d051e09-5293-4d81-b540-\ +dd60fb4adcf5"], Cell[BoxData[ RowBox[{ @@ -1405,8 +1412,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"ParaPrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]], "Code",ExpressionUUID->"6f81cbef-d754-4c2d-aae0-\ -b61383cfdd56"], + "]"}]}], ";"}]], "Code",ExpressionUUID->"2d12f94c-456f-4f8f-9233-\ +0aef37968ade"], Cell[BoxData[ RowBox[{ @@ -1490,8 +1497,8 @@ Cell[BoxData[ ";", "\n", " ", RowBox[{"ParaAntiPreKernelAlg2", "[", RowBox[{"game", ",", "xvec", ",", "opts"}], "]"}]}]}], "]"}]}]}], - " ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"b9971af6-102b-\ -43e8-ac90-81b1e0544539"], + " ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"3050a920-2e67-\ +43fb-bbb4-907041277589"], Cell[BoxData[ RowBox[{ @@ -1639,8 +1646,8 @@ Cell[BoxData[ RowBox[{"Redefine", " ", "the", " ", "original", " ", RowBox[{"game", "."}]}], " ", "*)"}], "\n", " ", RowBox[{"Return", "[", "bcQ", "]"}]}]}], "\n", " ", - "]"}]}]}]}]], "Code",ExpressionUUID->"af90b59b-6e63-463c-afa0-\ -786537203f9e"], + "]"}]}]}]}]], "Code",ExpressionUUID->"f36665f1-c51b-40a1-88b8-\ +c4a128ff54cc"], Cell[BoxData[{ RowBox[{ @@ -1876,7 +1883,7 @@ Cell[BoxData[{ RowBox[{"Silent", " ", "->", " ", "sil"}], ",", " ", RowBox[{"SmallestCardinality", " ", "->", " ", "smc"}]}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"5decd8df-6398-4339-9014-201bf521f765"], +"aed53a74-973c-4ff0-9dff-a75923e08bd0"], Cell[BoxData[ RowBox[{ @@ -1959,8 +1966,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"vals", ",", " ", RowBox[{"v", "[", "T", "]"}]}], "}"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]], "Code",ExpressionUUID->"f800530e-e08f-47d3-bb7b-\ -ba86ad2ddbf5"], + "]"}]}], ";"}]], "Code",ExpressionUUID->"695927b3-2ce8-4538-a8a1-\ +46ddb355e0f2"], Cell[BoxData[{ RowBox[{ @@ -2022,7 +2029,7 @@ Cell[BoxData[{ RowBox[{"game", "."}]}], " ", "*)"}], "\n", " ", RowBox[{"Take", "[", RowBox[{"mdnc", ",", " ", "lt"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"da0b6262-e6b7-457e-b566-dea442e6bee0"], + ";"}]}], "Code",ExpressionUUID->"7959336d-2b91-4e25-98ba-9efa783eb4fa"], Cell[BoxData[ RowBox[{ @@ -2082,7 +2089,7 @@ Cell[BoxData[ RowBox[{"game", "."}]}], " ", "*)"}], "\n", " ", RowBox[{"Take", "[", RowBox[{"mdnc", ",", " ", "lt"}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"dfd1c6f2-561c-4ffd-8177-9c6291e1a188"], + ";"}]], "Code",ExpressionUUID->"bfebf17b-8ebf-4536-8348-094dc24320b4"], Cell[BoxData[{ RowBox[{ @@ -2284,7 +2291,7 @@ Cell[BoxData[{ "dlext"}]}], ";", "\n", " ", RowBox[{"{", RowBox[{"vals", ",", " ", "dlext"}], "}"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"17b0ab0c-da8d-4deb-b4a7-8cf9fe283de8"], + ";"}]}], "Code",ExpressionUUID->"8e726878-aa72-4c53-87b1-a6434c63cbf4"], Cell[BoxData[ RowBox[{ @@ -2380,7 +2387,7 @@ Cell[BoxData[ "plext"}]}], ";", "\n", " ", RowBox[{"{", RowBox[{"vals", ",", " ", "plext"}], "}"}]}]}], "\n", " ", "]"}]}], - ";"}]}]], "Code",ExpressionUUID->"554bbb9e-e69b-4c8c-bfad-e9f0e5e0a096"], + ";"}]}]], "Code",ExpressionUUID->"850c533a-d54d-43f0-8540-6911f4a6626b"], Cell[BoxData[ RowBox[{ @@ -2408,8 +2415,8 @@ Cell[BoxData[ RowBox[{"#1", ",", " ", "#2"}], "]"}], " ", "&"}], ",", " ", RowBox[{"{", RowBox[{"dvals", ",", " ", "pvals"}], "}"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]], "Code",ExpressionUUID->"7406f61d-0736-4197-ace4-\ -0ef34048385e"], + "]"}]}], ";"}]], "Code",ExpressionUUID->"3aa04e9e-d4d7-494e-98b3-\ +98316ff9327f"], Cell[BoxData[ RowBox[{"(*", " ", @@ -2419,8 +2426,8 @@ Cell[BoxData[ " ", "the", " ", "simplified", " ", "modified", " ", "pre"}], "-", RowBox[{ RowBox[{"kernel", "/", "nucleolus"}], " ", "of", " ", "a", " ", - RowBox[{"game", "."}]}]}], " ", "*)"}]], "Code",ExpressionUUID->"a932921a-\ -fb47-46c1-9e14-fa2880e081d6"], + RowBox[{"game", "."}]}]}], " ", "*)"}]], "Code",ExpressionUUID->"5f0acd71-\ +172f-4d65-bd79-96fde8abe1d3"], Cell[BoxData[{ RowBox[{ @@ -2516,8 +2523,8 @@ Cell[BoxData[{ RowBox[{"Redefine", " ", "the", " ", "original", " ", RowBox[{"game", "."}]}], "*)"}], "\n", " ", RowBox[{"Return", "[", "smpkQ", "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}], "\n"}], "Code",ExpressionUUID->"df31dadc-a6a7-4bbc-9def-\ -80da1f26c41d"], + ";"}], "\n"}], "Code",ExpressionUUID->"032ccdb1-4819-44cf-b35d-\ +cc9d1191621a"], Cell[BoxData[ RowBox[{ @@ -2617,7 +2624,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"i", ",", " ", "1", ",", " ", RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}], "]"}]}], ";"}], - "\n"}]}]], "Code",ExpressionUUID->"919ea7f9-3325-40a7-864d-d2bee4f52005"], + "\n"}]}]], "Code",ExpressionUUID->"9d6720bc-4230-4029-bc5f-7b7a76fb7da2"], Cell[BoxData[ RowBox[{ @@ -2804,8 +2811,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"sigcoal", ",", "amax"}], "}"}]}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n", " ", "\n"}]], "Code",ExpressionUUID->"e921cd0b-\ -85bf-4e98-a0a1-b6b63908a492"], + "]"}]}], ";"}], "\n", " ", "\n"}]], "Code",ExpressionUUID->"e6e65451-\ +0505-499d-a7f8-fbc5a0d46e9f"], Cell[BoxData[ RowBox[{ @@ -2883,7 +2890,7 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"First", "[", "extcoal", "]"}]}], "]"}]}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->\ -"b890d23e-1ee6-491f-9c58-41ad1a6ef1e8"], +"9e19951b-4464-4043-b3f7-ac1b1a7016fb"], Cell[BoxData[{ RowBox[{ @@ -2958,8 +2965,8 @@ Cell[BoxData[{ RowBox[{"effvec", "==", "True"}], ",", " ", RowBox[{"Prepend", "[", RowBox[{"coasts", ",", "onesoft"}], "]"}], ",", " ", "coasts"}], - "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"3f9ff675-\ -b678-4759-8c33-f7ae8c4081e2"], + "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"7ca2d951-\ +6f3f-47e3-ade9-bd320e0e8aec"], Cell[BoxData[{ RowBox[{ @@ -3099,8 +3106,8 @@ Cell[BoxData[{ RowBox[{"minpi", ",", "minpj"}], "}"}]}], "]"}]}], ",", RowBox[{"Method", " ", "->", " ", "\"\\""}], ",", RowBox[{"DistributedContexts", " ", "->", " ", "None"}]}], "]"}]}], - "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"e82c52ec-f309-\ -4fe1-9e71-7cde8745c6cc"], + "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"a21b4160-c244-\ +48d7-8453-e7cd0f8dd1e6"], Cell[BoxData[ RowBox[{ @@ -3126,8 +3133,8 @@ Cell[BoxData[ RowBox[{"Return", "[", RowBox[{"{", RowBox[{"minpi", ",", "minpj"}], "}"}], "]"}]}]}], "\n", "\t", - "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->"9ca90dd6-afde-416f-b1d7-\ -4b3a09a852e6"], + "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->"b20a8444-e59a-4aa6-be8d-\ +0d29bc9337e9"], Cell[BoxData[{ RowBox[{ @@ -3213,8 +3220,8 @@ Cell[BoxData[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";", RowBox[{"Return", "[", "]"}]}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}], "\n", - RowBox[{" "}]}], "Code",ExpressionUUID->"ce61ee7d-b52d-4ba7-a87b-\ -a6a3b9c55e62"], + RowBox[{" "}]}], "Code",ExpressionUUID->"a1f16a99-cdc7-4c39-8024-\ +077c943e11a0"], Cell[BoxData[{ RowBox[{ @@ -3353,7 +3360,7 @@ Cell[BoxData[{ RowBox[{"___", ",", "i", ",", "___"}], "}"}]}], "]"}], ",", RowBox[{"{", RowBox[{"___", ",", "j", ",", "___"}], "}"}]}], "]"}]}], ";"}]}], "Code",\ -ExpressionUUID->"1e807a10-e208-4a40-b2d0-1142dfeec0f7"], +ExpressionUUID->"f031d5ae-fb91-4335-bc08-35a9f7f61e91"], Cell[BoxData[{ RowBox[{ @@ -3457,7 +3464,7 @@ Cell[BoxData[{ RowBox[{"MatrixForm", "[", RowBox[{"PrependTo", "[", RowBox[{"exc", ",", "mpc"}], "]"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"9c8eb20c-e976-4555-9cc1-29b5da0958ef"], + ";"}]}], "Code",ExpressionUUID->"bfd4e096-3a89-4c73-8d66-1575724280fa"], Cell[BoxData[ RowBox[{ @@ -3569,7 +3576,7 @@ Cell[BoxData[ "\n", " ", "True", ",", " ", RowBox[{"ParaPrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}]}]], "Code",Exp\ -ressionUUID->"448db2a6-eca1-436d-8494-ea8279568b08"], +ressionUUID->"a8375d1d-6bd3-42bc-afb7-cdee3f973816"], Cell[BoxData[{ RowBox[{ @@ -3669,7 +3676,8 @@ Cell[BoxData[{ RowBox[{"ParaPrintRemark", "[", "payoff", "]"}]}], "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{"ParaPrintRemark", "[", "payoff", "]"}]}], "\n", - " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"6a46f9fb-e625-46e4-981f-2ed87bb66d33"], + " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",Expressi\ +onUUID->"b40aa7c6-27fa-4f27-85f8-7d18bc58d03c"], Cell[BoxData[{ RowBox[{ @@ -3854,7 +3862,7 @@ Cell[BoxData[{ " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "eqQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"24472712-31e5-4398-afa2-321580c807b8"], + ";"}]}], "Code",ExpressionUUID->"8d956dff-8d45-4953-81aa-0af8d7b00083"], Cell[BoxData[{ RowBox[{ @@ -4039,7 +4047,7 @@ Cell[BoxData[{ " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "eqQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"d9cef159-2421-437e-8c45-bf16c05499e6"], + ";"}]}], "Code",ExpressionUUID->"6f1fb9c2-4918-45d3-afcd-ac8a20c1bef2"], Cell[BoxData[{ RowBox[{ @@ -4115,7 +4123,7 @@ Cell[BoxData[{ RowBox[{"v", "[", "#", "]"}], " ", "-", " ", RowBox[{"x", "[", "#", "]"}]}], ")"}], " ", "&"}], " ", "/@", " ", "mg"}], ",", " ", "asspay"}], "]"}], "]"}]}], ";"}]}], "Code",Expressio\ -nUUID->"e4c3e3be-6e52-4bcd-8a1d-d5da8c473d48"], +nUUID->"dc2a22a3-960f-4493-8e53-d751ff24c184"], Cell[BoxData[ RowBox[{ @@ -4152,8 +4160,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"ParaWrongCoordDimension", "[", RowBox[{"coord", ",", " ", "T"}], "]"}]}], "]"}]}], "\n", "]"}]}], - ";"}], "\n"}]}]], "Code",ExpressionUUID->"b602e1d6-bee8-4dbb-b3ec-\ -989a6788d0ba"], + ";"}], "\n"}]}]], "Code",ExpressionUUID->"7d04e142-519a-408b-bbc6-\ +23266062c32f"], Cell[BoxData[{ RowBox[{ @@ -4376,7 +4384,7 @@ Cell[BoxData[{ RowBox[{"Apply", "[", RowBox[{"And", ",", " ", RowBox[{"Union", "[", "smarg", "]"}]}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"c4b6367e-630e-4f01-b273-670d2c777aed"], + ";"}]}], "Code",ExpressionUUID->"e1c89128-7f7b-48b4-9be8-c73ff23ba44e"], Cell[BoxData[{ RowBox[{ @@ -4447,7 +4455,7 @@ Cell[BoxData[{ RowBox[{"Total", "[", "sumtmg", "]"}], " ", "//", " ", "Simplify"}]}], ";", "\n", " ", RowBox[{"NonNegative", "[", "add", "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"32da4f82-f17a-4fa6-9e91-fec11217710e"], + ";"}]}], "Code",ExpressionUUID->"f22cf77a-3d12-4e64-adf2-deb2ef940b02"], Cell[BoxData[ RowBox[{ @@ -4500,7 +4508,7 @@ Cell[BoxData[ "coal"}], "]"}]}], ";", "\n", " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "clsup"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"db248cdc-3627-4021-ae4b-0caab9ca7cf2"], + ";"}]}]}]], "Code",ExpressionUUID->"b81e8400-2ea5-4952-85d8-15f30202a157"], Cell[BoxData[ RowBox[{ @@ -4548,7 +4556,7 @@ Cell[BoxData[ "\n", " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "leq"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}]], "Code",ExpressionUUID->"e576481a-cd31-4ef2-9d23-1b1f8649eeed"], + ";"}]}]], "Code",ExpressionUUID->"0ea1cb63-6d5f-4f9a-a71d-d379c5986a30"], Cell[BoxData[{ RowBox[{ @@ -4598,41 +4606,90 @@ length!\>\"", "]"}], ";", "\n", " ", "]"}]}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ - RowBox[{"ParaPrintRemark", "[", "payoff_List", "]"}], ":=", " ", - RowBox[{"(", "\n", " ", - RowBox[{ - RowBox[{"Print", "[", - RowBox[{"\"\\"", ",", - RowBox[{"Dimensions", "[", "payoff", "]"}]}], "]"}], ";", "\n", - " ", - RowBox[{"Print", "[", - RowBox[{"\"\\"", ",", - RowBox[{"Depth", "[", "payoff", "]"}]}], "]"}], ";", "\n", " ", + RowBox[{ + RowBox[{"ParaPrintRemark", "[", "payoff_List", "]"}], ":=", " ", + RowBox[{"(", "\n", " ", RowBox[{ - "Print", "[", - "\"\\"", ",", + RowBox[{"Dimensions", "[", "payoff", "]"}]}], "]"}], ";", "\n", + " ", + RowBox[{"Print", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Depth", "[", "payoff", "]"}]}], "]"}], ";", "\n", " ", + RowBox[{ + "Print", "[", + "\"\\"", "]"}], ";", "\n", " ", + RowBox[{ + "Print", "[", + "\"\\"", + "]"}], ";", "\n", " ", + RowBox[{ + "Print", "[", + "\"\\"", "]"}]}], "\n", ")"}]}], ";"}], "\n", "\n", + RowBox[{"(*", " ", + RowBox[{"Defining", " ", "Product", " ", "Game"}], " ", "*)"}], + "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ParaProductGame", "[", "wghs_List", "]"}], " ", ":=", " ", "\n", + " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "xlis", ",", " ", "pval", ",", " ", "chval", ",", " ", "ylis", ",", " ", + "hdval"}], "}"}], ",", "\n", " ", RowBox[{ - "Print", "[", - "\"\\"", - "]"}], ";", "\n", " ", + RowBox[{"xlis", " ", "=", " ", + RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\n", " ", + RowBox[{"pval", " ", "=", " ", + RowBox[{"ParallelMap", "[", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"Times", ",", " ", "#"}], "]"}], " ", "&"}], ",", " ", + "xlis", ",", " ", + RowBox[{"Method", " ", "->", " ", "\"\\""}], ",", + " ", + RowBox[{"DistributedContexts", " ", "->", " ", "None"}]}], "]"}]}], + ";", "\n", " ", + RowBox[{"chval", " ", "=", " ", + RowBox[{"pval", " ", "-", " ", "1"}]}], ";", "\n", " ", + RowBox[{"ylis", " ", "=", " ", + RowBox[{"Subsets", "[", + RowBox[{"wghs", " ", "-", " ", "1"}], "]"}]}], ";", "\n", " ", + RowBox[{"hdval", " ", "=", " ", + RowBox[{"ParallelMap", "[", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"Times", ",", " ", "#"}], "]"}], " ", "&"}], ",", " ", + "ylis", ",", " ", + RowBox[{"Method", " ", "->", " ", "\"\\""}], ",", + " ", + RowBox[{"DistributedContexts", " ", "->", " ", "None"}]}], "]"}]}], + ";", "\n", " ", + RowBox[{"{", + RowBox[{"chval", ",", " ", "hdval"}], "}"}]}]}], " ", + RowBox[{"(*", RowBox[{ - "Print", "[", - "\"\\"", "]"}]}], "\n", ")"}]}], ";"}]}], "Code",ExpressionUUID->\ -"cefc2423-34f3-42b8-bf40-646887d40170"], + "characteristic", " ", "values", " ", "and", " ", "Harsanyi", " ", + RowBox[{"dividends", "."}]}], "*)"}], "\n", " ", "]"}]}], + ";"}]}], "Code",ExpressionUUID->"b76764e6-4ecc-4772-aa23-741c04ae144c"], Cell[BoxData[ RowBox[{ RowBox[{"SetSharedVariable", "[", "T", "]"}], ";"}]], "Code",ExpressionUUID->\ -"a65b87a8-fc4a-493c-ac15-db84c46f3579"] +"1b53ada0-7112-4cd7-82e0-27080a35e282"] }, -WindowSize->{606., 583.5}, -WindowMargins->{{144, Automatic}, {Automatic, 90.75}}, -TaggingRules-><|"CodeFormatter" -> <|"ToolbarState" -> False|>|>, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +WindowSize->{606, 552}, +WindowMargins->{{Automatic, 78}, {29.25, Automatic}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->"Default.nb", -ExpressionUUID->"49059385-6fa7-4279-bd99-c29f09bcc720" +ExpressionUUID->"62c8d887-621a-44ad-9208-847606c20afd" ] (* End of Notebook Content *) @@ -4645,56 +4702,56 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[558, 20, 7930, 175, 1419, "Code",ExpressionUUID->"ac30050d-5718-47f9-bdb9-3bd87e31af01"], -Cell[8491, 197, 3229, 70, 862, "Code",ExpressionUUID->"6c025228-2e7c-4849-b592-bd28db41d459"], -Cell[11723, 269, 1557, 26, 70, "Code",ExpressionUUID->"17610f12-796b-4c6f-b0c3-9210010ebf40"], -Cell[13283, 297, 762, 12, 70, "Code",ExpressionUUID->"ebe5a6fb-8c13-4434-86fb-0acdf05bb7f7"], -Cell[14048, 311, 1837, 42, 70, "Code",ExpressionUUID->"f6d5bc36-45c4-4eec-8750-95cb5967bc86"], -Cell[15888, 355, 378, 7, 70, "Code",ExpressionUUID->"b31cac49-3fc0-4776-987f-7102faf57656"], -Cell[16269, 364, 672, 11, 70, "Code",ExpressionUUID->"5365c316-4843-4aa9-8df5-11cc137ce786"], -Cell[16944, 377, 1192, 27, 70, "Code",ExpressionUUID->"ff9d98ca-f682-4c20-805e-33d865775b6a"], -Cell[18139, 406, 5862, 163, 70, "Code",ExpressionUUID->"90c65355-bc8b-4eaf-b3f2-8584a4f6d794"], -Cell[24004, 571, 1854, 53, 70, "Code",ExpressionUUID->"9ce1933c-7ac6-45d7-9308-e2044146910a"], -Cell[25861, 626, 2101, 58, 70, "Code",ExpressionUUID->"3cdb102b-a78d-4483-8437-00d3f33c2868"], -Cell[27965, 686, 494, 14, 70, "Code",ExpressionUUID->"aa8b9210-b4ed-44fd-8bda-05524d121714"], -Cell[28462, 702, 1573, 45, 70, "Code",ExpressionUUID->"5cf31644-fbe8-4c09-8633-4ec7d0a089f3"], -Cell[30038, 749, 6697, 162, 70, "Code",ExpressionUUID->"6fd5201c-561b-41cb-b418-27c1e54dd6b4"], -Cell[36738, 913, 9268, 220, 70, "Code",ExpressionUUID->"9ef97143-55a3-41b6-a199-09a1c549462a"], -Cell[46009, 1135, 5121, 126, 70, "Code",ExpressionUUID->"63c607f7-be53-4309-a5cf-5d724ad4cf7c"], -Cell[51133, 1263, 2342, 66, 70, "Code",ExpressionUUID->"b5110ca4-9e23-4bf9-b631-339d41398997"], -Cell[53478, 1331, 3193, 77, 70, "Code",ExpressionUUID->"6f81cbef-d754-4c2d-aae0-b61383cfdd56"], -Cell[56674, 1410, 3358, 83, 70, "Code",ExpressionUUID->"b9971af6-102b-43e8-ac90-81b1e0544539"], -Cell[60035, 1495, 6056, 147, 70, "Code",ExpressionUUID->"af90b59b-6e63-463c-afa0-786537203f9e"], -Cell[66094, 1644, 9511, 234, 70, "Code",ExpressionUUID->"5decd8df-6398-4339-9014-201bf521f765"], -Cell[75608, 1880, 3240, 82, 70, "Code",ExpressionUUID->"f800530e-e08f-47d3-bb7b-ba86ad2ddbf5"], -Cell[78851, 1964, 2457, 60, 70, "Code",ExpressionUUID->"da0b6262-e6b7-457e-b566-dea442e6bee0"], -Cell[81311, 2026, 2426, 58, 70, "Code",ExpressionUUID->"dfd1c6f2-561c-4ffd-8177-9c6291e1a188"], -Cell[83740, 2086, 8052, 200, 70, "Code",ExpressionUUID->"17b0ab0c-da8d-4deb-b4a7-8cf9fe283de8"], -Cell[91795, 2288, 3849, 94, 70, "Code",ExpressionUUID->"554bbb9e-e69b-4c8c-bfad-e9f0e5e0a096"], -Cell[95647, 2384, 1007, 27, 70, "Code",ExpressionUUID->"7406f61d-0736-4197-ace4-0ef34048385e"], -Cell[96657, 2413, 399, 9, 70, "Code",ExpressionUUID->"a932921a-fb47-46c1-9e14-fa2880e081d6"], -Cell[97059, 2424, 3626, 95, 70, "Code",ExpressionUUID->"df31dadc-a6a7-4bbc-9def-80da1f26c41d"], -Cell[100688, 2521, 3997, 98, 70, "Code",ExpressionUUID->"919ea7f9-3325-40a7-864d-d2bee4f52005"], -Cell[104688, 2621, 7637, 186, 70, "Code",ExpressionUUID->"e921cd0b-85bf-4e98-a0a1-b6b63908a492"], -Cell[112328, 2809, 3125, 76, 70, "Code",ExpressionUUID->"b890d23e-1ee6-491f-9c58-41ad1a6ef1e8"], -Cell[115456, 2887, 2723, 74, 70, "Code",ExpressionUUID->"3f9ff675-b678-4759-8c33-f7ae8c4081e2"], -Cell[118182, 2963, 5390, 139, 70, "Code",ExpressionUUID->"e82c52ec-f309-4fe1-9e71-7cde8745c6cc"], -Cell[123575, 3104, 959, 25, 70, "Code",ExpressionUUID->"9ca90dd6-afde-416f-b1d7-4b3a09a852e6"], -Cell[124537, 3131, 3226, 85, 70, "Code",ExpressionUUID->"ce61ee7d-b52d-4ba7-a87b-a6a3b9c55e62"], -Cell[127766, 3218, 5086, 137, 70, "Code",ExpressionUUID->"1e807a10-e208-4a40-b2d0-1142dfeec0f7"], -Cell[132855, 3357, 4009, 102, 70, "Code",ExpressionUUID->"9c8eb20c-e976-4555-9cc1-29b5da0958ef"], -Cell[136867, 3461, 4593, 110, 70, "Code",ExpressionUUID->"448db2a6-eca1-436d-8494-ea8279568b08"], -Cell[141463, 3573, 4111, 98, 70, "Code",ExpressionUUID->"6a46f9fb-e625-46e4-981f-2ed87bb66d33"], -Cell[145577, 3673, 7296, 183, 70, "Code",ExpressionUUID->"24472712-31e5-4398-afa2-321580c807b8"], -Cell[152876, 3858, 7326, 183, 70, "Code",ExpressionUUID->"d9cef159-2421-437e-8c45-bf16c05499e6"], -Cell[160205, 4043, 2613, 74, 70, "Code",ExpressionUUID->"e4c3e3be-6e52-4bcd-8a1d-d5da8c473d48"], -Cell[162821, 4119, 1399, 36, 70, "Code",ExpressionUUID->"b602e1d6-bee8-4dbb-b3ec-989a6788d0ba"], -Cell[164223, 4157, 7857, 221, 70, "Code",ExpressionUUID->"c4b6367e-630e-4f01-b273-670d2c777aed"], -Cell[172083, 4380, 2639, 69, 70, "Code",ExpressionUUID->"32da4f82-f17a-4fa6-9e91-fec11217710e"], -Cell[174725, 4451, 2001, 51, 70, "Code",ExpressionUUID->"db248cdc-3627-4021-ae4b-0caab9ca7cf2"], -Cell[176729, 4504, 1731, 46, 70, "Code",ExpressionUUID->"e576481a-cd31-4ef2-9d23-1b1f8649eeed"], -Cell[178463, 4552, 2607, 70, 70, "Code",ExpressionUUID->"cefc2423-34f3-42b8-bf40-646887d40170"], -Cell[181073, 4624, 144, 3, 70, "Code",ExpressionUUID->"a65b87a8-fc4a-493c-ac15-db84c46f3579"] +Cell[558, 20, 7930, 175, 1379, "Code",ExpressionUUID->"cebce496-bf8d-4e14-a29c-847f3bb5902b"], +Cell[8491, 197, 3229, 70, 841, "Code",ExpressionUUID->"b7b38da1-3796-44d5-9850-ab21dd854248"], +Cell[11723, 269, 1557, 26, 70, "Code",ExpressionUUID->"cac4ddfd-8284-4343-94b0-d63bcf50b9d2"], +Cell[13283, 297, 762, 12, 70, "Code",ExpressionUUID->"7129eb97-db0a-4a62-9fc2-5421dd200735"], +Cell[14048, 311, 1837, 42, 70, "Code",ExpressionUUID->"75b66927-5d95-4404-ba50-153a5b8e2264"], +Cell[15888, 355, 378, 7, 70, "Code",ExpressionUUID->"3a723c43-9a78-4149-aebc-4b99545b3637"], +Cell[16269, 364, 672, 11, 70, "Code",ExpressionUUID->"1f66ad5c-ac25-4616-a2ec-cc01eb5cb02d"], +Cell[16944, 377, 1417, 34, 70, "Code",ExpressionUUID->"8987d1d0-21a7-4794-b80e-122d62d6dd31"], +Cell[18364, 413, 5862, 163, 70, "Code",ExpressionUUID->"55e2cf4f-3b14-454f-b9f2-b346d63c6255"], +Cell[24229, 578, 1854, 53, 70, "Code",ExpressionUUID->"a830986d-76e0-437c-ad2b-b47e83226cdd"], +Cell[26086, 633, 2101, 58, 70, "Code",ExpressionUUID->"cb1d60c5-c28c-4105-ac8d-cbbc0e9c9050"], +Cell[28190, 693, 494, 14, 70, "Code",ExpressionUUID->"0afa7c59-5cf8-42f5-9ded-ac006c31601f"], +Cell[28687, 709, 1573, 45, 70, "Code",ExpressionUUID->"17403dec-a90a-494a-91d5-b5433fcef430"], +Cell[30263, 756, 6697, 162, 70, "Code",ExpressionUUID->"2f68d4e6-5f8f-43d4-9254-f6dcca5bb85d"], +Cell[36963, 920, 9267, 220, 70, "Code",ExpressionUUID->"9952123f-2fe6-45dd-a8ac-ea278bfdd036"], +Cell[46233, 1142, 5121, 126, 70, "Code",ExpressionUUID->"104e3049-fad5-41fc-b003-f14b3eb96f3c"], +Cell[51357, 1270, 2342, 66, 70, "Code",ExpressionUUID->"8d051e09-5293-4d81-b540-dd60fb4adcf5"], +Cell[53702, 1338, 3193, 77, 70, "Code",ExpressionUUID->"2d12f94c-456f-4f8f-9233-0aef37968ade"], +Cell[56898, 1417, 3358, 83, 70, "Code",ExpressionUUID->"3050a920-2e67-43fb-bbb4-907041277589"], +Cell[60259, 1502, 6056, 147, 70, "Code",ExpressionUUID->"f36665f1-c51b-40a1-88b8-c4a128ff54cc"], +Cell[66318, 1651, 9511, 234, 70, "Code",ExpressionUUID->"aed53a74-973c-4ff0-9dff-a75923e08bd0"], +Cell[75832, 1887, 3240, 82, 70, "Code",ExpressionUUID->"695927b3-2ce8-4538-a8a1-46ddb355e0f2"], +Cell[79075, 1971, 2457, 60, 70, "Code",ExpressionUUID->"7959336d-2b91-4e25-98ba-9efa783eb4fa"], +Cell[81535, 2033, 2426, 58, 70, "Code",ExpressionUUID->"bfebf17b-8ebf-4536-8348-094dc24320b4"], +Cell[83964, 2093, 8052, 200, 70, "Code",ExpressionUUID->"8e726878-aa72-4c53-87b1-a6434c63cbf4"], +Cell[92019, 2295, 3849, 94, 70, "Code",ExpressionUUID->"850c533a-d54d-43f0-8540-6911f4a6626b"], +Cell[95871, 2391, 1007, 27, 70, "Code",ExpressionUUID->"3aa04e9e-d4d7-494e-98b3-98316ff9327f"], +Cell[96881, 2420, 399, 9, 70, "Code",ExpressionUUID->"5f0acd71-172f-4d65-bd79-96fde8abe1d3"], +Cell[97283, 2431, 3626, 95, 70, "Code",ExpressionUUID->"032ccdb1-4819-44cf-b35d-cc9d1191621a"], +Cell[100912, 2528, 3997, 98, 70, "Code",ExpressionUUID->"9d6720bc-4230-4029-bc5f-7b7a76fb7da2"], +Cell[104912, 2628, 7637, 186, 70, "Code",ExpressionUUID->"e6e65451-0505-499d-a7f8-fbc5a0d46e9f"], +Cell[112552, 2816, 3125, 76, 70, "Code",ExpressionUUID->"9e19951b-4464-4043-b3f7-ac1b1a7016fb"], +Cell[115680, 2894, 2723, 74, 70, "Code",ExpressionUUID->"7ca2d951-6f3f-47e3-ade9-bd320e0e8aec"], +Cell[118406, 2970, 5390, 139, 70, "Code",ExpressionUUID->"a21b4160-c244-48d7-8453-e7cd0f8dd1e6"], +Cell[123799, 3111, 959, 25, 70, "Code",ExpressionUUID->"b20a8444-e59a-4aa6-be8d-0d29bc9337e9"], +Cell[124761, 3138, 3226, 85, 70, "Code",ExpressionUUID->"a1f16a99-cdc7-4c39-8024-077c943e11a0"], +Cell[127990, 3225, 5086, 137, 70, "Code",ExpressionUUID->"f031d5ae-fb91-4335-bc08-35a9f7f61e91"], +Cell[133079, 3364, 4009, 102, 70, "Code",ExpressionUUID->"bfd4e096-3a89-4c73-8d66-1575724280fa"], +Cell[137091, 3468, 4593, 110, 70, "Code",ExpressionUUID->"a8375d1d-6bd3-42bc-afb7-cdee3f973816"], +Cell[141687, 3580, 4113, 99, 70, "Code",ExpressionUUID->"b40aa7c6-27fa-4f27-85f8-7d18bc58d03c"], +Cell[145803, 3681, 7296, 183, 70, "Code",ExpressionUUID->"8d956dff-8d45-4953-81aa-0af8d7b00083"], +Cell[153102, 3866, 7326, 183, 70, "Code",ExpressionUUID->"6f1fb9c2-4918-45d3-afcd-ac8a20c1bef2"], +Cell[160431, 4051, 2613, 74, 70, "Code",ExpressionUUID->"dc2a22a3-960f-4493-8e53-d751ff24c184"], +Cell[163047, 4127, 1399, 36, 70, "Code",ExpressionUUID->"7d04e142-519a-408b-bbc6-23266062c32f"], +Cell[164449, 4165, 7857, 221, 70, "Code",ExpressionUUID->"e1c89128-7f7b-48b4-9be8-c73ff23ba44e"], +Cell[172309, 4388, 2639, 69, 70, "Code",ExpressionUUID->"f22cf77a-3d12-4e64-adf2-deb2ef940b02"], +Cell[174951, 4459, 2001, 51, 70, "Code",ExpressionUUID->"b81e8400-2ea5-4952-85d8-15f30202a157"], +Cell[176955, 4512, 1731, 46, 70, "Code",ExpressionUUID->"0ea1cb63-6d5f-4f9a-a71d-d379c5986a30"], +Cell[178689, 4560, 4579, 120, 70, "Code",ExpressionUUID->"b76764e6-4ecc-4772-aa23-741c04ae144c"], +Cell[183271, 4682, 144, 3, 70, "Code",ExpressionUUID->"1b53ada0-7112-4cd7-82e0-27080a35e282"] } ] *) diff --git a/ParaTuGames.wl b/ParaTuGames.wl index fa55901..4dae153 100644 --- a/ParaTuGames.wl +++ b/ParaTuGames.wl @@ -194,6 +194,9 @@ ParaCharacteristicValues::usage = "ParaCharacteristicValues[unancrd_List,T,opts] computes the coalitional values from the vector of unanimity coordinates in parallel."; +ParaProductGame::usage = +"ParaProductGame[wghs] computes from a weights vector the corresponding product game"; + Options[ParaAntiPreKernel] = Sort[Options[PreKernel]]; Options[ParaAntiPreKernelQ] = Sort[Options[PreKernelQ]]; @@ -1061,5 +1064,17 @@ ParaPrintRemark[payoff_List]:= ( Print["The variable 'payoff' must be a list of payoff vectors or a single payoff vector."] ); +(* Defining Product Game *) + +ParaProductGame[wghs_List] := + Module[{xlis, pval, chval, ylis, hdval}, + xlis = Subsets[wghs]; + pval = ParallelMap[Apply[Times, #] &, xlis, Method -> "CoarsestGrained", DistributedContexts -> None]; + chval = pval - 1; + ylis = Subsets[wghs - 1]; + hdval = ParallelMap[Apply[Times, #] &, ylis, Method -> "CoarsestGrained", DistributedContexts -> None]; + {chval, hdval} (*characteristic values and Harsanyi dividends.*) + ]; + SetSharedVariable[T]; diff --git a/README b/README index 0d24346..8a8ca67 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Mathematica Package: TuGames Version 3.1.2 +Mathematica Package: TuGames Version 3.1.4 ============================== Contents: 1. Introduction 2. Custom Installation 3. Getting Started 3.1 Basic Example - 3.2 Using a different Solver + 3.2 Using a different Solver 4. Running the Package in Parallel 4.1 General Procedure 4.2 Running the Cddmathlink libraries in Parallel @@ -32,8 +32,8 @@ version that is transcribed to the new collection of algorithms for solving conv introduced in version 12. For Mathematica versions smaller than 12.0 one should use `TUG-2.6.2`. This version remains compatible with the most recent Mathematica version as long as ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are supported by Wolfram Research, -otherwise one has to to switch to `TUG-3.0.0` or later. In this respect, the graphical -features should run on all platforms. As a highlight, a fast algorithm to seek for a +otherwise one has to switch to `TUG-3.0.0` or later. In this respect, the graphical +features should run on all platforms. As a highlight, a fast algorithm to seek for a pre-kernel element is implemented in the updated package. This algorithm is described in the book @@ -42,7 +42,7 @@ An Exercise in Algorithmic Game Theory Series: Theory and Decision Library C, Vol. 45 Meinhardt, Holger Ingmar 2014, XXXIII, 242 p. 8 illus., 4 illus. in color -http://www.springer.com/economics/game+theory/book/978-3-642-39548-2 +http://www.springer.com/economics/game+theory/book/978-3-642-39548-2 Moreover, we have included a new package called ParaTuGames to literally run the major commands of TuGames in parallel. Notice that this package has not passed @@ -60,13 +60,13 @@ TUG/Tutorials/ParaExpGamePers12 from the Documentation Center (cf. Section 6). Finally, this package does not require the configuration procedure as under Section 4. A modified version of the package CooperativeGames that has been developed -by M.Carter to run properly with Mathematica 12.x and higher is enclosed. +by M. Carter to run properly with Mathematica 12.x and higher is enclosed. It must be mentioned in this place that some commands of TuGames require routines that have been provided by the package CooperativeGames. A description of the package CooperativeGames can be found in Hal R. Varian, Economic and Financial Modeling with Mathematica, -Telos Springer Publisher,1993, Chapter 8. +Telos Springer Publisher,1993, Chapter 8. Furthermore, if one is interested in computing the vertices of a core the Mathematica package VertexEnum written by K. Fukuda and I. Mizukoshi @@ -82,7 +82,7 @@ for various UNIX, MacOSX and for Window systems. The library is linked via MathL with the Mathematica Kernel. Under Linux and Mathematica 11.3 we complied successfully the binaries using the following compiler flags -MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl +MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl See also our post at @@ -91,7 +91,7 @@ http://mathematica.stackexchange.com/questions/59660/any-packages-for-vertex-enu to overcome possible pitfalls, which might occur during a compilation of the Cddmathlink binaries. -For Windows and MacOSX Operating Systems pre-build binaries are +For Windows and MacOSX Operating Systems pre-build binaries are available under ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlibml_binary/ @@ -117,10 +117,10 @@ the command In[1]:= PacletInformation["TUG"] -Out[1]= {Name -> TUG, Version -> 3.1.2, BuildNumber -> , Qualifier -> , WolframVersion -> 12+, +Out[1]= {Name -> TUG, Version -> 3.1.4, BuildNumber -> , Qualifier -> , WolframVersion -> 12+, SystemID -> All, Description -> A Mathematica Package for Cooperative Game Theory, Category -> , Creator -> Holger Ingmar Meinhardt , - Publisher -> , Support -> , Internal -> False, Location -> /home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.2 + Publisher -> , Support -> , Internal -> False, Location -> /home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.4 Context -> {TUG`coop`, TUG`vertex`, TUG`}, Enabled -> True, Loading -> Manual} @@ -130,7 +130,7 @@ To get the same information and beyond that under Mathematica version 12.1, it i In[1]:= PacletObject["TUG"][All] -Out[1]= {"Name" -> "TUG", "Version" -> "3.1.2", "WolframVersion" -> "12+", +Out[1]= {"Name" -> "TUG", "Version" -> "3.1.4", "WolframVersion" -> "12+", "Qualifier" -> "", "SystemID" -> All, "Description" -> "A Mathematica Package for Cooperative Game Theory", "Category" -> Missing["NotAvailable"], "Keywords" -> Missing["NotAvailable"], "UUID" -> Missing["NotAvailable"], @@ -140,7 +140,7 @@ Out[1]= {"Name" -> "TUG", "Version" -> "3.1.2", "WolframVersion" -> "12+", "Internal" -> False, "Context" -> {"TUG`coop`", "TUG`vertex`", "TUG`"}, "Loading" -> Manual, "AutoUpdating" -> False, "Enabled" -> True, - "Location" -> "/home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.2"} + "Location" -> "/home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.4"} or alternatively/ @@ -150,7 +150,7 @@ Then open the directory for Mathematica versions smaller than 12.1 by SystemOpen@Lookup[PacletInformation["TUG"], "Location"] -or for Mathematica version 12.1 one opens the directory via +or for Mathematica version 12.1 one opens the directory via SystemOpen@Lookup[PacletObject["TUG"][All], "Location"] @@ -180,7 +180,7 @@ and will remain compatible with the most recent Mathematica version as long as C LinearProgramming/DualLinearProgramming are supported by Wolfram Research, otherwise one has to update to `TUG-3.0.0` or later. -The most simplest method is to install the `Paclet` directly from GitHub under Mathematica V12.0 or later +The simplest method is to install the `Paclet` directly from GitHub under Mathematica V12.0 or later while executing @@ -254,7 +254,7 @@ Finally, in order to see how to open the documentation and to run some example w 3. Getting Started ================== -The forthcoming discussion assume that you have properly installed the files mentioned above on your computer. +The forthcoming discussion assumes that you have properly installed the files mentioned above on your computer. 3.1 Basic Example ================= @@ -265,8 +265,8 @@ In[1]:= Needs["TUG`"] =================================================== Loading Package 'TuGames' for Unix =================================================== -TuGames V3.1.2 by Holger I. Meinhardt -Release Date: 02.05.2023 +TuGames V3.1.4 by Holger I. Meinhardt +Release Date: 03.06.2024 Program runs under Mathematica Version 12.0 or later Version 12.x or higher is recommended =================================================== @@ -351,7 +351,7 @@ Out[17]= True ============================ -Alternatively, one can also supply a different method to check the existence of the core or to find a (pre-)kernel element or the (pre-)nucleolus. This may be useful when one encounters numerical issues, the evaluation lasts too long or with the need to determine an additional (pre-)kernel element. Although, the latter case is not relevant for a three person game, we nevertheless demonstrate its usage for the above example. +Alternatively, one can also supply a different method to check the existence of the core or to find a (pre-)kernel element or the (pre-)nucleolus. This may be useful when one encounters numerical issues, the evaluation lasts too long or with the need to determine an additional (pre-)kernel element. Although, the latter case is not relevant for a three-person game, we nevertheless demonstrate its usage for the above example. In[18]:= CoreQ[ExpGame,Method->RevisedSimplex] @@ -431,7 +431,7 @@ For more information see TUG/Tutorials/GettingStarted from the Documentation Cen 4.1 General Procedure ===================== -In order to run the TuGames package in parallel, we recommend to put at least in the Kernel +In order to run the TuGames package in parallel, we recommend putting at least in the Kernel init.m file a new variable called $ParaMode while setting its value to "False". For doing so, open the init.m file under "~/.Mathematica/Kernel" by your favorite editor. Windows and MacOSX users should consult $UserBaseDirectory to find their personal init.m. Then copy the variable @@ -552,7 +552,7 @@ For more information consult TUG/Guides/MATtug from the Documentation Center (cf Open the Mathematica Documentation Center, and enter into the panel just TUG or guide/InstalledAddOns, or scroll down, and click at the end of the page at the right corner on the field "Add-ons and Packages". This directs -you to the Documentation of the package from which several examples can be called up or more detailed information +you to the Documentation of the package from which several examples can be called up, or more detailed information can be retrieved. From there, one has access to about 230 pages of documentation. @@ -589,3 +589,5 @@ Institute of Operations Research University of Karlsruhe (KIT) E-mail: Holger.Meinhardt ät wiwi.uni-karlsruhe.de holger.meinhardt ät partner.kit.edu + + diff --git a/README.md b/README.md index af03158..657b628 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ [![GitHub (pre-)release](https://img.shields.io/github/release/himeinhardt/TuGames/all.svg)](https://github.com/himeinhardt/TuGames/releases) -[![Mathematica 12.0 - 13.2.1](https://img.shields.io/badge/Mathematica-12.0_--_13.2.1-brightgreen.svg)](#compatibility) +[![Mathematica 12.0 - 14.0.0](https://img.shields.io/badge/Mathematica-12.0_--_14.0.0-brightgreen.svg)](#compatibility) [![license MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/himeinhardt/TuGames/blob/master/LICENSE.md) -# *Mathematica* Package: *TuGames* Version 3.1.2 +# *Mathematica* Package: *TuGames* Version 3.1.4 ``` Contents: 1. Introduction 2. Custom Installation 3. Getting Started - 3.1 Basic Example - 3.2 Using a different Solver + 3.1 Basic Example + 3.2 Using a different Solver 4. Running the Package in Parallel - 4.1 General Procedure - 4.2 Running the Cddmathlink libraries in Parallel + 4.1 General Procedure + 4.2 Running the Cddmathlink libraries in Parallel 5. MATLink and MATtug (Matlab toolbox MatTuGames) 6. Documentation 7. Graphics @@ -39,10 +39,10 @@ version that is transcribed to the new collection of algorithms for solving conv introduced in version 12. For Mathematica versions smaller than 12.0 one should use `TUG-2.6.2`. This version remains compatible with the most recent Mathematica version as long as ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are supported by Wolfram Research, -otherwise one has to to switch to `TUG-3.0.0` or later. In this respect, the graphical -features should run on all platforms. As a highlight, a fast algorithm to seek for a +otherwise one has to switch to `TUG-3.0.0` or later. In this respect, the graphical +features should run on all platforms. As a highlight, a fast algorithm to seek for a pre-kernel element is implemented in the updated package. This algorithm is described -in the book +in the book ``` The Pre-Kernel as a Tractable Solution for Cooperative Games @@ -53,7 +53,7 @@ Meinhardt, Holger Ingmar ``` More information can be found here: -* [Book](http://www.springer.com/economics/game+theory/book/978-3-642-39548-2) +* [Book](http://www.springer.com/economics/game+theory/book/978-3-642-39548-2) * [DOI](https://link.springer.com/book/10.1007%2F978-3-642-39549-9) Moreover, we have included a new package called ParaTuGames to literally run the @@ -72,14 +72,14 @@ and click then on hyperlink ` "ParaTuGames Package" ` to open the file Finally, this package does not require the configuration procedure as under `Section 4`. A modified version of the package *CooperativeGames* that has been developed -by *M.Carter* to run properly with Mathematica 12.x and higher is enclosed. +by *M. Carter* to run properly with Mathematica 12.x and higher is enclosed. It must be mentioned in this place that some commands of TuGames require routines that have been provided by the package CooperativeGames. A description of the package CooperativeGames can be found in ``` Hal R. Varian, Economic and Financial Modeling with Mathematica, -Telos Springer Publisher,1993, Chapter 8. +Telos Springer Publisher,1993, Chapter 8. ``` Furthermore, if one is interested in computing the vertices of a core @@ -97,7 +97,7 @@ with the Mathematica Kernel. Under Linux and Mathematica 11.3 we complied succes the binaries using the following compiler flags ``` -MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl +MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl ``` See also our post at @@ -130,10 +130,10 @@ In order check for *Mathematica* versions smaller than 12.1 the paths where you ``` In[1]:= PacletInformation["TUG"] -Out[1]= {Name -> TUG, Version -> 3.1.2 BuildNumber -> , Qualifier -> , WolframVersion -> 12+, +Out[1]= {Name -> TUG, Version -> 3.1.4 BuildNumber -> , Qualifier -> , WolframVersion -> 12+, SystemID -> All, Description -> A Mathematica Package for Cooperative Game Theory, Category -> , Creator -> Holger Ingmar Meinhardt , - Publisher -> , Support -> , Internal -> False, Location -> /home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.2 + Publisher -> , Support -> , Internal -> False, Location -> /home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.4 Context -> {TUG`coop`, TUG`vertex`, TUG`}, Enabled -> True, Loading -> Manual} ``` @@ -143,7 +143,7 @@ To get the same information and beyond that under *Mathematica* version 12.1, it In[1]:= PacletObject["TUG"][All] ``` ``` -Out[1]= {"Name" -> "TUG", "Version" -> "3.1.2", "WolframVersion" -> "12+", +Out[1]= {"Name" -> "TUG", "Version" -> "3.1.4", "WolframVersion" -> "12+", "Qualifier" -> "", "SystemID" -> All, "Description" -> "A Mathematica Package for Cooperative Game Theory", "Category" -> Missing["NotAvailable"], "Keywords" -> Missing["NotAvailable"], "UUID" -> Missing["NotAvailable"], @@ -153,7 +153,7 @@ Out[1]= {"Name" -> "TUG", "Version" -> "3.1.2", "WolframVersion" -> "12+", "Internal" -> False, "Context" -> {"TUG`coop`", "TUG`vertex`", "TUG`"}, "Loading" -> Manual, "AutoUpdating" -> False, "Enabled" -> True, - "Location" -> "/home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.2"} + "Location" -> "/home/kit/xxx/xxxx/.Mathematica/Paclets/Repository/TUG-3.1.4"} ``` or alternatively @@ -168,7 +168,7 @@ Then open the directory for *Mathematica* versions smaller than 12.1 by SystemOpen@Lookup[PacletInformation["TUG"], "Location"] ``` -or for *Mathematica* version 12.1 one opens the directory via +or for *Mathematica* version 12.1 one opens the directory via ``` SystemOpen@Lookup[PacletObject["TUG"][All], "Location"] @@ -186,9 +186,9 @@ occur on these operating systems to run the basic functions of the package. ## 2. Custom Installation -Since `Version 2.5.1` the package is distributed as a `Paclet`, which allows a custom installation. The latest version is `TUG-3.1.2`, which is only compatible for Mathematica version 12.0 or higher. This version is not anymore usable for versions that are smaller than 12.0. Notice that `TUG-2.6.2` is the latest version that is compatible with Mathematica versions smaller than 12.0, and will remain compatible with the most recent Mathematica version as long as `ConstrainedMax/ConstrainedMin` and `LinearProgramming/DualLinearProgramming` are supported by Wolfram Research, otherwise one has to update to `TUG-3.0.0` or later. The installation of the package requires about 90 MB free hard-disk space, and the Mathematica version should not be smaller than 10 while installing Version `TUG-2.6.2`. For Mathematica versions smaller than Version 10, a manual installation is requested. In that case one has to follow the guidelines related to the associated operating system that can be found from the Mathematica documentation. +Since `Version 2.5.1` the package is distributed as a `Paclet`, which allows a custom installation. The latest version is `TUG-3.1.4`, which is only compatible for Mathematica version 12.0 or higher. This version is not any more usable for versions that are smaller than 12.0. Notice that `TUG-2.6.2` is the latest version that is compatible with Mathematica versions smaller than 12.0, and will remain compatible with the most recent Mathematica version as long as `ConstrainedMax/ConstrainedMin` and `LinearProgramming/DualLinearProgramming` are supported by Wolfram Research, otherwise one has to update to `TUG-3.0.0` or later. The installation of the package requires about 90 MB free hard-disk space, and the Mathematica version should not be smaller than 10 while installing Version `TUG-2.6.2`. For Mathematica versions smaller than Version 10, a manual installation is requested. In that case one has to follow the guidelines related to the associated operating system that can be found from the Mathematica documentation. -The most simplest method is to install the `Paclet` directly from GitHub under Mathematica V12.0 or later while executing +The simplest method is to install the `Paclet` directly from GitHub under Mathematica V12.0 or later while executing ``` ResourceFunction["GitHubInstall"]["himeinhardt", "TuGames"] @@ -263,7 +263,7 @@ Finally, in order to see how to open the documentation and to run some example w ## 3. Getting Started -The forthcoming discussion assume that you have properly installed the +The forthcoming discussion assumes that you have properly installed the files mentioned above on your computer. ### 3.1 Basic Example @@ -275,8 +275,8 @@ In[1]:= Needs["TUG`"] =================================================== Loading Package 'TuGames' for Unix =================================================== -TuGames V3.1.2 by Holger I. Meinhardt -Release Date: 02.05.2023 +TuGames V3.1.4 by Holger I. Meinhardt +Release Date: 03.06.2024 Program runs under Mathematica Version 12.0 or later Version 12.x or higher is recommended =================================================== @@ -364,7 +364,7 @@ Out[17]= True ``` ### 3.2 Using a different Solver -Alternatively, one can also supply a different method to check the existence of the core or to find a (pre-)kernel element or the (pre-)nucleolus. This may be useful when one encounters numerical issues, the evaluation lasts too long or with the need to determine an additional (pre-)kernel element. Although, the latter case is not relevant for a three person game, we nevertheless demonstrate its usage for the above example. +Alternatively, one can also supply a different method to check the existence of the core or to find a (pre-)kernel element or the (pre-)nucleolus. This may be useful when one encounters numerical issues, the evaluation lasts too long or with the need to determine an additional (pre-)kernel element. Although, the latter case is not relevant for a three-person game, we nevertheless demonstrate its usage for the above example. ``` @@ -448,7 +448,7 @@ For more information see `TUG/Tutorials/GettingStarted` from the Documentation C ### 4.1 General Procedure -In order to run the TuGames package in parallel, we recommend to put at least in the Kernel +In order to run the TuGames package in parallel, we recommend putting at least in the Kernel init.m file a new variable called `$ParaMode` while setting its value to "False". For doing so, open the init.m file under `~/.Mathematica/Kernel` by your favorite editor. Windows and MacOSX users should consult `$UserBaseDirectory` to find their personal init.m. Then copy the variable @@ -584,7 +584,7 @@ For more information consult `TUG/Guides/MATtug` from the Documentation Center ` Open the `Mathematica Documentation Center`, and enter into the panel just `TUG` or `guide/InstalledAddOns`, or scroll down, and click at the end of the page at the right corner on the field `Add-ons and Packages`. This directs -you to the Documentation of the package from which several examples can be called up or more detailed information +you to the Documentation of the package from which several examples can be called up, or more detailed information can be retrieved. From there, one has access to about 230 pages of documentation. @@ -626,3 +626,5 @@ Institute of Operations Research University of Karlsruhe (KIT) E-mail: Holger.Meinhardt ät wiwi.uni-karlsruhe.de holger.meinhardt ät partner.kit.edu + + diff --git a/TuGames.nb b/TuGames.nb index d395c95..f340ba4 100644 --- a/TuGames.nb +++ b/TuGames.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 1250314, 31359] -NotebookOptionsPosition[ 1228950, 31131] -NotebookOutlinePosition[ 1229416, 31148] -CellTagsIndexPosition[ 1229373, 31145] +NotebookDataLength[ 1291783, 32374] +NotebookOptionsPosition[ 1269890, 32141] +NotebookOutlinePosition[ 1270286, 32157] +CellTagsIndexPosition[ 1270243, 32154] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -56,34 +56,35 @@ Cell[BoxData[ RowBox[{"(*", " ", RowBox[{":", RowBox[{"Package", " ", "Version"}], ":", " ", - RowBox[{"3.1", ".2"}]}], " ", "*)"}], "\n", "\n", + RowBox[{"3.1", ".4"}]}], " ", "*)"}], "\n", "\n", RowBox[{"(*", " ", "\n", " ", RowBox[{ RowBox[{":", RowBox[{"Mathematica", " ", "Version"}], ":", " ", - RowBox[{"12.", "x", "\n", "\n", " ", "The", " ", "function", " ", - RowBox[{"ConstrainedMax", "/", "ConstrainedMin"}], " ", "or", " ", - RowBox[{"Linear", "/", "DualLinearProgramming"}], " ", "have", " ", - "been", " ", "deprecated", "\n", " ", "in", " ", "Version", " ", "3", - " ", "and", " ", "are", " ", "replaced", " ", "by", " ", - RowBox[{"LinearOptimization", ".", " ", "Thus"}]}]}], ",", " ", - RowBox[{ - "this", " ", "version", " ", "is", " ", "not", " ", "anymore", " ", - "compatible", "\n", " ", "with", " ", "Mathematica", " ", "versions", - " ", "smaller", " ", "than", " ", "12.", " ", "This", " ", - "replacement", " ", "allows", " ", "to", " ", "supply", " ", "the", " ", - "Method", " ", "options", "\n", " ", "of", " ", + RowBox[{"12.", "x"}]}], ",", " ", + RowBox[{"13.", "x"}], ",", " ", + RowBox[{"14.", "x", "\n", "\n", " ", "The", " ", "function", " ", + RowBox[{"ConstrainedMax", "/", "ConstrainedMin"}], " ", "or", " ", + RowBox[{"Linear", "/", "DualLinearProgramming"}], " ", "have", " ", + "been", " ", "deprecated", "\n", " ", "in", " ", "Version", " ", "3", + " ", "and", " ", "are", " ", "replaced", " ", "by", " ", + RowBox[{"LinearOptimization", ".", " ", "Thus"}]}], ",", " ", + RowBox[{ + "this", " ", "version", " ", "is", " ", "not", " ", "any", " ", "more", + " ", "compatible", "\n", " ", "with", " ", "Mathematica", " ", + "versions", " ", "prior", " ", "to", " ", "12.", " ", "This", " ", + "replacement", " ", "allows", " ", "supplying", " ", "the", " ", + "Method", " ", "options", "\n", " ", "of", " ", RowBox[{"LinearOptimization", ".", " ", "In"}], " ", "this", " ", "context"}], ",", " ", RowBox[{ - "we", " ", "strongly", " ", "recommend", " ", "to", " ", "apply", " ", - "for", " ", "a", " ", "MOSEK", " ", "license"}], ",", " ", + "we", " ", "strongly", " ", "recommend", " ", "applying", " ", "for", + " ", "a", " ", "MOSEK", " ", "license"}], ",", " ", RowBox[{ RowBox[{ - "which", " ", "\n", " ", "is", " ", "in", " ", "according", " ", - "to", " ", "our", " ", "experience", " ", "up", " ", "to", " ", "50", - " ", "times", " ", "faster", " ", "than", " ", "the", " ", "other", - " ", + "which", " ", "\n", " ", "is", " ", "in", " ", "according", " ", "to", + " ", "our", " ", "experience", " ", "up", " ", "to", " ", "50", " ", + "times", " ", "faster", " ", "than", " ", "the", " ", "other", " ", RowBox[{"methods", ".", " ", "To"}], " ", "change", " ", "the", " ", "method", " ", "\n", " ", "one", " ", "needs", " ", "just", " ", "to", " ", "set", " ", "Method"}], " ", "->", " ", @@ -101,13 +102,20 @@ Cell[BoxData[ "first", " ", "with", " ", RowBox[{"Options", "[", "command", "]"}], " ", "if", " ", "the", " ", "solver", "\n", " ", "is", " ", - RowBox[{"available", "."}]}]}], " ", "\n", "\n", "*)"}], "\n", "\n", + RowBox[{"available", "."}]}]}], " ", "\n", "\n", "*)"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{ RowBox[{":", "Package", ":", " ", RowBox[{"Tested", " ", "under", " ", "RHEL", " ", "8.2"}]}], ",", " ", - RowBox[{"Lustre", " ", "2.12", ".6", "_ddn40"}]}], " ", "*)"}], "\n", - "\n", + RowBox[{"Lustre", " ", "2.12", ".6", "_ddn40"}], ",", "\n", + " ", + RowBox[{"RHEL", " ", "8.6"}], ",", " ", + RowBox[{"Lustre", " ", "2.12", ".6", "_ddn40"}], ",", "\n", + " ", + RowBox[{"RHEL", " ", "8.8"}], ",", " ", + RowBox[{"Lustre", " ", "2.12", ".9", "_ddn41"}], ",", "\n", "\t\t\t ", + RowBox[{"Ubunutu", ":", " ", "18.04"}], ",", " ", + RowBox[{"20.04", "."}]}], "\n", "\n", "*)"}], "\n", "\n", RowBox[{"(*", RowBox[{ RowBox[{":", "Keywords", ":", "\n", " ", @@ -665,8 +673,8 @@ Cell[BoxData[ RowBox[{"Ed", "."}], ")"}], ".", " ", "Economics"}], " ", "and", " ", "Financial", " ", "Modeling", " ", "with", " ", "Mathematica"}]}], ",", " ", "\n", " ", "Springer", ",", " ", "1992."}], " ", "\n", - "*)"}]}]}]], "Code",ExpressionUUID->"e2e3f6e7-c21a-429e-8df6-\ -96e60704b36d"], + "*)"}]}]}]], "Code",ExpressionUUID->"08696b90-9f79-4ae6-9aef-\ +a841fdd798f1"], Cell[BoxData[ RowBox[{ @@ -707,14 +715,15 @@ Cell[BoxData[ " ", "Functions"}], ":", "\n", " ", RowBox[{ RowBox[{"MLExtension", "[", "]"}], " ", "-", " ", - RowBox[{"Computes", " ", "the", " ", "multi"}], "-", - RowBox[{"linear", " ", "extension", " ", "of", " ", "the", " ", + RowBox[{ + "Computes", " ", "the", " ", "multilinear", " ", "extension", " ", "of", + " ", "the", " ", RowBox[{"game", ".", "\n", " ", RowBox[{"ShapleyValueML", "[", "]"}]}]}], " ", "-", " ", RowBox[{ "Computes", " ", "the", " ", "Shapley", " ", "value", " ", "from", " ", - "the", " ", "multi"}], "-", - RowBox[{"linear", " ", "extension", " ", "of", " ", "the", " ", + "the", " ", "multilinear", " ", "extension", " ", "of", " ", "the", + " ", RowBox[{"game", ".", "\n", " ", RowBox[{"PreKernel", "[", "]"}]}]}], " ", "-", " ", RowBox[{"Computes", " ", "a", " ", "pre"}], "-", @@ -739,7 +748,7 @@ Cell[BoxData[ RowBox[{"ApproxNuc", "[", "]"}], " ", "to", " ", "compute", " ", "the", " ", RowBox[{"(", - RowBox[{"p", ",", "k"}], ")"}]}], "-", + RowBox[{"p", ",", " ", "k"}], ")"}]}], "-", RowBox[{ "nucleolus", " ", "which", " ", "is", " ", "an", " ", "approximation", " ", "of", "\n", " ", "the", " ", @@ -815,13 +824,13 @@ Cell[BoxData[ "minor", " ", "code", " ", "revision", " ", "and", " ", "bug", " ", RowBox[{"fixes", ".", "\n", "\n", " ", "Version"}], " ", "2.5", ".2", "\n", "\n", " ", "We", " ", "have", " ", "revised", " ", - "the", " ", "Install", " ", "procedure", " ", "of", " ", "the", " ", - "Cddmathlink", " ", "library"}]}]}]}]}], ",", " ", + "the", " ", "Installation", " ", "procedure", " ", "of", " ", "the", + " ", "Cddmathlink", " ", "library"}]}]}]}]}], ",", " ", RowBox[{ - "which", " ", "makes", " ", "it", " ", "not", " ", "anymore", " ", - "necessary", "\n", " ", "to", " ", "explicitly", " ", "formulate", - " ", "some", " ", "conditions", " ", "for", " ", "all", " ", - "operating", " ", + "which", " ", "makes", " ", "it", " ", "not", " ", "any", " ", "more", + " ", "necessary", "\n", " ", "to", " ", "explicitly", " ", + "formulate", " ", "some", " ", "conditions", " ", "for", " ", "all", " ", + "operating", " ", RowBox[{"systems", ".", " ", "Moreover"}]}], ",", " ", RowBox[{ RowBox[{ @@ -848,15 +857,15 @@ Cell[BoxData[ RowBox[{"kernel", "/", "nucleolus"}], " ", "are", " ", RowBox[{"added", ".", " ", "They"}], " ", "are", " ", "called", "\n", " ", - RowBox[{"SMPrenucleolus", "[", "]"}]}]}], ",", - RowBox[{"IsSMPrenucleolusQ", "[", "]"}], ",", - RowBox[{"SMPreKernel", "[", "]"}], ",", + RowBox[{"SMPrenucleolus", "[", "]"}]}]}], ",", " ", + RowBox[{"IsSMPrenucleolusQ", "[", "]"}], ",", " ", + RowBox[{"SMPreKernel", "[", "]"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"IsSMPreKernelQ", "[", "]"}], ".", " ", "For"}], " ", "the", " ", "last", " ", "two", " ", "commands", " ", "we", " ", "implemented", "\n", " ", "parallel", " ", "counterparts", " ", "called", " ", - RowBox[{"ParaSMPreKernel", "[", "]"}]}], ",", + RowBox[{"ParaSMPreKernel", "[", "]"}]}], ",", " ", RowBox[{ RowBox[{"and", " ", RowBox[{"ParaIsSMPreKernelQ", "[", "]"}], " ", @@ -1025,13 +1034,13 @@ Cell[BoxData[ RowBox[{"Nuc1convex", "[", "]"}], ".", "\n", "\n", " ", "Minor"}], " ", "Bug", " ", "fixes", " ", "and", " ", "code", " ", RowBox[{"revision", ".", "\n", "\n", " ", "Version"}], " ", "3.0", - ".0", "\n", "\n", " ", "Not", " ", "anymore", " ", "backward", " ", - "compatible", " ", "to", " ", "Mathematica", " ", "versions", " ", - "smaller", " ", "than", " ", "12", " ", "due", " ", "to", " ", "the", - " ", "port", "\n", " ", "to", " ", "the", " ", "new", " ", - "collection", " ", "of", " ", "algorithms", " ", "for", " ", "solving", - " ", "convex", " ", "problems", " ", "introduced", " ", "in", " ", - "version", " ", "12.", "\n", "\n", " ", + ".0", "\n", "\n", " ", "Not", " ", "any", " ", "more", " ", + "backward", " ", "compatible", " ", "to", " ", "Mathematica", " ", + "versions", " ", "smaller", " ", "than", " ", "12", " ", "due", " ", + "to", " ", "the", " ", "port", "\n", " ", "to", " ", "the", " ", + "new", " ", "collection", " ", "of", " ", "algorithms", " ", "for", " ", + "solving", " ", "convex", " ", "problems", " ", "introduced", " ", "in", + " ", "version", " ", "12.", "\n", "\n", " ", RowBox[{"ConstrainedMax", "/", "ConstrainedMin"}], " ", "and", " ", RowBox[{"LinearProgramming", "/", "DualLinearProgramming"}], " ", "are", " ", "replaced", " ", "by", " ", @@ -1195,8 +1204,40 @@ Cell[BoxData[ RowBox[{"functions", ":", "\n", "\n", " ", "ProductGame"}]}], ",", " ", "ProbabilityGame", ",", " ", "HarsanyiValue", ",", " ", "ShapAirProb", ",", " ", "TauValAirProb", ",", " ", - RowBox[{"NucAirProb", "."}]}], "\n", "\n", "\n", "*)"}], "\n", " ", "\n", - "\n", + RowBox[{ + RowBox[{"NucAirProb", ".", "\n", "\n", " ", "Version"}], " ", "3.1", + ".2", "\n", "\n", " ", "1.", " ", "Revision", "\n", "\n", " ", + "Update", " ", "of", " ", "the", " ", "Documentation", " ", "references", + " ", + RowBox[{"pages", ".", "\n", "\n", " ", "2."}], " ", "Modification", + "\n", "\n", " ", "Adding", " ", "the", " ", "new", " ", + RowBox[{"functions", ":", "\n", "\n", " ", + RowBox[{ + RowBox[{"AirportProblem", ".", "\n", "\n", " ", "3."}], " ", "Bug", + " ", "Fixes", "\n", "\n", " ", "Fixing", " ", "Bug", " ", "related", + " ", "to", " ", "the", " ", "Harsanyi", " ", "dividends", " ", "in", + " ", "ProductGame", " ", "and", " ", "KernelCalculation", " ", + "related", " ", "to", " ", "missing", " ", + RowBox[{"output", ".", "\n", "\n", " ", "Some"}], " ", "minor", " ", + "bug", " ", "fixes", " ", "and", " ", "code", " ", + RowBox[{"revision", ".", "\n", "\n", " ", "Version"}], " ", "3.1", + ".4", "\n", "\n", " ", "1.", " ", "Revision", "\n", "\n", " ", + "Update", " ", "of", " ", "the", " ", "Documentation", " ", + "references", " ", + RowBox[{"pages", ".", "\n", " ", "Code"}], " ", "Revision", " ", + "for", " ", "FilledCoreV6", " ", "to", " ", "avoid", " ", + "overlapping", " ", + RowBox[{"labeling", ".", "\n", "\n", " ", "2."}], " ", + "Modification", "\n", "\n", " ", "Adding", " ", "the", " ", "new", + " ", "functions"}], ":", "\n", "\n", " ", "FilledWeberSetV6"}]}], + ",", " ", "PlotWeberSet3dV6", ",", " ", "CddGmpPlotWeberSet", ",", " ", + "EqDistDividends", ",", " ", "CostLocationGame", ",", " ", + "DualProbabilityGame", ",", " ", + RowBox[{ + RowBox[{"PQNorm", ".", "\n", "\n", " ", "3."}], " ", "Bug", " ", + "Fixes", "\n", "\n", " ", "Some", " ", "minor", " ", "bug", " ", + "fixes", " ", "and", " ", "code", " ", + RowBox[{"revision", "."}]}]}], "\n", "\n", "*)"}], "\n", " ", "\n", "\n", RowBox[{"(*", " ", "\n", " ", RowBox[{":", "Limitations", ":", " ", "\n", " ", RowBox[{"see", " ", @@ -1204,7 +1245,7 @@ Cell[BoxData[ RowBox[{"TUG", "/", "Guides"}], "/", "ManualTuGames"}], " ", "from", " ", "the", " ", "Documentation", " ", RowBox[{"Center", "."}]}]}], " ", "\n", "*)"}]}]], "Code",ExpressionUUID->\ -"75831a7b-c20e-4707-97e5-4c0fe20aa269"], +"c7ebf020-2117-4440-a3f1-b74e2d7c23a7"], Cell[BoxData[ RowBox[{ @@ -1217,7 +1258,7 @@ Cell[BoxData[ "this", " ", "project", " ", "is", " ", "licensed", " ", "under", " ", "the", " ", "MIT", " ", "License", " ", RowBox[{"terms", "."}]}]}], "\n", " ", "\n", "*)"}], "\n"}]], "Code",E\ -xpressionUUID->"3c085f4e-36ef-4b6d-9ce6-27d846de35c4"], +xpressionUUID->"a05208f4-3005-43be-a9c8-7401d2d3b76f"], Cell[BoxData[ RowBox[{ @@ -1292,7 +1333,7 @@ Cell[BoxData[ "state", " ", "of", " ", "Baden"}], "-", RowBox[{"W\[UDoubleDot]rttemberg", " ", "through", " ", RowBox[{"bwHPC", "."}]}]}]}], "\n", "*)"}], " "}]], "Code",ExpressionU\ -UID->"d6d4a740-1a52-4a1a-bb97-1c6898484fc8"], +UID->"a49581a2-867e-4e0a-b08f-61de5dabce85"], Cell[BoxData[{ RowBox[{ @@ -1323,9 +1364,9 @@ Cell[BoxData[{ "\"\<===================================================\>\"", "]"}], ";", "\n", RowBox[{ - "Print", "[", "\"\\"", "]"}], + "Print", "[", "\"\\"", "]"}], ";", "\n", - RowBox[{"Print", "[", "\"\\"", "]"}], ";", + RowBox[{"Print", "[", "\"\\"", "]"}], ";", "\n", RowBox[{ "Print", "[", @@ -1351,7 +1392,7 @@ Cell[BoxData[{ analyzed. T is the player set and values are the worth for the coalitions.\n \ Do not forget the semicolons, otherwise some compatibly problems with\n M. \ Carter's ShapleyValue[] occurs\>\""}], ";"}]}], "Code",ExpressionUUID->\ -"0bdec12d-1e77-4060-8d94-9046322980fc"], +"fd7e0e79-b2cb-46d4-a00a-689149a6d513"], Cell[BoxData[{ RowBox[{ @@ -1407,7 +1448,7 @@ contributions of player i is increasing.\>\""}], ";"}], "\n"}], "\n", "\"\<{True/False,{pg1,pg2,cg}}=DecomposeInPositiveGames[game] decomposes a \ TU game into a difference of two positive (i.e., convex) games, denoted by \ pg1 and pg2. The symbol cg is the recomposed game.\>\""}], ";"}]}], "Code",Exp\ -ressionUUID->"73f67a6c-e9ee-4279-8d67-29f79289bbdf"], +ressionUUID->"513f9731-d953-4aab-96d8-19b1773df6b1"], Cell[BoxData[{ RowBox[{ @@ -1483,7 +1524,7 @@ returns only 'True' or 'False'.\>\""}], ";"}], "\n"}], "\n", It returns 'True' or 'False'. Calling the function with the option will \ return\n the sum of the marginal contributions for each coalition S w.r.t. to \ each \n superset S union {j}. These values must be non-negative.\>\""}], - ";"}]}], "Code",ExpressionUUID->"fa555de0-d1e2-4117-b41e-edf182b17225"], + ";"}]}], "Code",ExpressionUUID->"a742b9d5-de9c-4d0e-b0bd-405c33501bae"], Cell[BoxData[{ RowBox[{ @@ -1589,8 +1630,7 @@ See Funaki (1986).\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{"TIJsets", "::", "usage"}], " ", "=", " ", "\n", "\"\\""}], ";"}]}], "Code",ExpressionUUID->"108c5838-a73b-4104-b02b-\ -010b7a43d0c2"], +j.\>\""}], ";"}]}], "Code",ExpressionUUID->"ecef684a-4bf3-4911-b0df-c58aad8502fc"], Cell[BoxData[{ RowBox[{ @@ -1699,7 +1739,7 @@ computational reliability in \n cases of numerical issues the following \ methods can be used: RevisedSimplex, CLP, \n MOSEK, or Automatic. Default \ setting is Automatic. For getting more precise results \n one can even set \ Method->{InteriorPoint, Tolerance->10^-10}.\>\""}], ";"}]}], "Code",Expression\ -UUID->"3d35268e-e77c-442f-9cb4-ef00cf997681"], +UUID->"6e750025-58b3-4b9c-a189-58fb2d9cbfa2"], Cell[BoxData[ RowBox[{ @@ -1713,7 +1753,7 @@ the computational reliability in \n cases of numerical issues the following \ methods can be used: RevisedSimplex, CLP, \n MOSEK, or Automatic. Default \ setting is Automatic. For getting more precise results \n one can even set \ Method->{InteriorPoint, Tolerance->10^-10}.\>\""}], ";"}]], "Code",ExpressionU\ -UID->"53a2684a-139e-4be4-9a6c-506832165df3"], +UID->"ac2050d4-56fa-494e-a6f0-9fde9db9d334"], Cell[BoxData[{ RowBox[{ @@ -1827,8 +1867,8 @@ pre-imputation set.\n To increases the computational reliability in cases of \ numerical issues the following methods\n can be used: RevisedSimplex, CLP, \ MOSEK, or Automatic. Default setting is Automatic. For getting more precise \ results one can even set \n Method->{InteriorPoint, \ -Tolerance->10^-10}.\>\""}], ";"}]}], "Code",ExpressionUUID->"bdbe042a-8b5c-\ -4473-9053-7f125a0ff9d1"], +Tolerance->10^-10}.\>\""}], ";"}]}], "Code",ExpressionUUID->"915f89ff-1c3f-\ +44d1-938e-538a94cc2399"], Cell[BoxData[ RowBox[{ @@ -1839,8 +1879,8 @@ vector is the modiclus of the game.\n To increases the computational \ reliability in cases of numerical issues the following methods\n can be used: \ RevisedSimplex, CLP, MOSEK, or Automatic. Default setting is Automatic. For \ getting more precise results one can even set \n Method->{InteriorPoint, \ -Tolerance->10^-10}\>\""}], ";"}]], "Code",ExpressionUUID->"9a7082b4-118f-45e9-\ -af27-9dedf070ef36"], +Tolerance->10^-10}\>\""}], ";"}]], "Code",ExpressionUUID->"b46b0470-2ed2-48ba-\ +bfc0-c10947cd6ccc"], Cell[BoxData[{ RowBox[{ @@ -1956,8 +1996,8 @@ otherwise 'False'. To increases the computational reliability \n in cases of \ numerical issues the following methods can be used: RevisedSimplex, CLP, \ GUROBI, MOSEK, \n or Automatic. Default setting is RevisedSimplex. For \ getting more precise results one can even set \n Method->{InteriorPoint, \ -Tolerance->10^-10}.\>\""}], ";"}]}], "Code",ExpressionUUID->"81038ea6-02d8-\ -41f9-946e-606538aa2b15"], +Tolerance->10^-10}.\>\""}], ";"}]}], "Code",ExpressionUUID->"84542066-efd3-\ +4f92-81c8-f4ce7181066f"], Cell[BoxData[{ RowBox[{ @@ -1978,7 +2018,7 @@ Method->{InteriorPoint, Tolerance->10^-10}.\>\""}], ";"}], "\n"}], "\n", "\"\\""}], ";"}]}], "Code",ExpressionUUID->\ -"cc9b798e-635a-4bcd-adfd-1e1f573bbdc5"], +"78a335c0-5ddc-4e0d-88b6-31aee51501d6"], Cell[BoxData[{ RowBox[{ @@ -2101,7 +2141,7 @@ This information can be obtained by invoking the option InFavor. Notice that \ \n whenever the option EffVector is set to 'True', then the first vector must \ be positive, since it is \n related to the grand coalition. Similar to \ SetsToVec[]. See also SetsToVec[].\>\""}], ";"}]}], "Code",ExpressionUUID->\ -"23b6f545-d1aa-4d8f-b511-ce76f94ab0d9"], +"90a7fcbb-5614-4673-b6ec-e0c9e7a71844"], Cell[BoxData[{ RowBox[{ @@ -2126,8 +2166,8 @@ the function BargainUnanMatrix[game,payoff,EffVector -> False].\>\""}], ";"}], "\"\\""}], ";"}]}], "Code",ExpressionUUID->"2df5efc6-d4ae-4fc4-a69f-\ -3c233a775a96"], +(2013).\>\""}], ";"}]}], "Code",ExpressionUUID->"78c9be23-63d5-491f-a448-\ +a8b63f23c788"], Cell[BoxData[ RowBox[{ @@ -2136,7 +2176,7 @@ Cell[BoxData[ "\"\\""}], ";"}]], "Code",Expressio\ -nUUID->"e8d77a57-2d3e-4062-9544-6f4c44847ce2"], +nUUID->"d6a1b04e-a992-41d6-a795-112e0915b683"], Cell[BoxData[{ RowBox[{ @@ -2173,7 +2213,7 @@ improvement in order reduce \n the maximum surpluses.\>\""}], ";"}], solution by iteratively carrying \n out transfers between pairs of players. \ The suggested algorithm is due to M. Maschler. For details \n see U. Faigle, \ W. Kern and J. Kuipers (1998).\>\""}], ";"}]}], "Code",ExpressionUUID->\ -"1676886d-5bf2-473d-bce1-11f19cf7458b"], +"55ec2eee-f683-4462-bf81-0e019cc046e9"], Cell[BoxData[ RowBox[{ @@ -2183,7 +2223,7 @@ Cell[BoxData[ solution by iteratively carrying \n out transfers between pairs of players. \ The suggested algorithm is due to M. Maschler. For details \n see U. Faigle, \ W. Kern and J. Kuipers (1998).\>\""}], ";"}]], "Code",ExpressionUUID->\ -"ebcdd842-e889-48c8-b5ec-7f9e80397be2"], +"33e57729-66e4-48e3-b6b8-58cab4e72801"], Cell[BoxData[{ RowBox[{ @@ -2276,7 +2316,7 @@ checked.\>\""}], ";"}], "\n"}], "\n", "\"\\""}], ";"}]}], "Code",ExpressionUU\ -ID->"cf28abac-de0f-466c-bfa6-f55a0134a14a"], +ID->"e235258a-bf23-4134-9cb9-c0c91e167818"], Cell[BoxData[{ RowBox[{ @@ -2508,6 +2548,15 @@ with Cddmathlink via Mathlink.\>\""}], ";"}], "\n"}], "\n", "\"\\""}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"CddGmpPlotWeberSet", "::", "usage"}], " ", "=", " ", "\n", + "\"\\""}], ";"}]}], "Code",ExpressionUUID->"0937ecd9-8838-4bd1-a427-\ +275bd06206d2"], + +Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{ @@ -2536,6 +2585,15 @@ Filled the core area with light blue color. \n Furthermore, the Shapley value \ will be depicted as a blue point, the kernel as a light red, the pre-kernel \n\ as a red, and the nucleolus as a green point. Dedicated for Mathematica \ Version 6.x or higher only.\>\""}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"FilledWeberSetV6", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ RowBox[{ @@ -2609,6 +2667,14 @@ the multi-linear extension.\>\""}], ";"}], "\n"}], "\n", RowBox[{"HarsanyiValue", "::", "usage"}], " ", "=", "\n", "\"\\""}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"EqDistDividends", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}]}], "Code",ExpressionUUID->\ +"71751094-90a1-4ea3-900e-e06681e4063f"], + +Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{ @@ -2667,7 +2733,7 @@ payoffs for coalition S.\>\""}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{"SemiConvexQ", "::", "usagge"}], " ", "=", " ", "\n", " ", "\"\\""}], - ";"}]}], "Code",ExpressionUUID->"9fe8a44b-b931-43ce-be87-5d7e463b1bce"], + ";"}]}], "Code",ExpressionUUID->"41908c61-c950-4d8e-b391-2f933a98da06"], Cell[BoxData[{ RowBox[{ @@ -2787,7 +2853,7 @@ allocations. An imputation x \n is in the core iff x =< dual v.\>\""}], ";"}], "\"\\""}], - ";"}]}], "Code",ExpressionUUID->"c0f8162a-b1fb-4815-b4ab-556f2e2abf27"], + ";"}]}], "Code",ExpressionUUID->"44ce7927-c61f-470c-85e2-cd6f51d67197"], Cell[BoxData[{ RowBox[{ @@ -2841,8 +2907,8 @@ coordinate for each coalition size.\>\""}], ";"}], "\n"}], "\n", inequalities of the unanimity coordinates \n constraints for strict positive \ sums. It examines if the sufficient condition of convexity in terms \n of \ unanimity coordinates is satisfied. The return value is 'True' or 'False'. \ -See also EvalSumMinCoord[].\>\""}], ";"}]}], "Code",ExpressionUUID->"0b1f0f67-\ -5e5b-48dd-aae5-a8b1fe8cb060"], +See also EvalSumMinCoord[].\>\""}], ";"}]}], "Code",ExpressionUUID->"a47fcd97-\ +02e5-4b7b-88a8-c4d356fa02b6"], Cell[BoxData[ RowBox[{ @@ -2853,8 +2919,8 @@ Cell[BoxData[ unanimity coordinates constraints \n for positive sums. It examines if the \ sufficient condition of convexity in terms of unanimity \n coordinates is \ satisfied. The return value is 'True' or 'False'. See also EvalSumMinCoord[].\ -\>\""}], ";"}], " "}]], "Code",ExpressionUUID->"6569f484-d3a5-4398-aaa3-\ -d640c44a3f4a"], +\>\""}], ";"}], " "}]], "Code",ExpressionUUID->"30a1e280-32a1-471d-b0ff-\ +b7b4772867ab"], Cell[BoxData[{ RowBox[{ @@ -2872,8 +2938,8 @@ on the results, all terms must be non-negative.\>\""}], ";"}], "\n"}], "\n", sufficient and necessary condition \n of average convexity of the game in \ terms of unanimity coordinates. Calling the function with its options\n open \ a glance on the results, all terms must be non-negative. See Solano and \ -Rafels (1996).\>\""}], ";"}]}], "Code",ExpressionUUID->"5a0b555f-317d-40aa-\ -851b-34b8ba4aac58"], +Rafels (1996).\>\""}], ";"}]}], "Code",ExpressionUUID->"d6d1b342-55c1-4e39-\ +b25e-fae2522a00f0"], Cell[BoxData[{ RowBox[{ @@ -2918,8 +2984,8 @@ non-negative vector [q; p1, ..., pt], \n where T={1,...t}=Range[t]. It is \ admissible to specify the vector of weights by the following \n format of \ lists {q, p1, ...,pt} or {q, {p1, ..., pt}} or {{q}, {p1, ...,pt}}. The \ resultant list can \n then be used to define a game by using the function \ -DefineGame[].\>\""}], ";"}]}], "Code",ExpressionUUID->"c34d6dbf-2f00-4a56-\ -8ddb-78c660b4bc50"], +DefineGame[].\>\""}], ";"}]}], "Code",ExpressionUUID->"c5ff30de-1cc7-4686-\ +8766-2a4021a7d0b5"], Cell[BoxData[ RowBox[{ @@ -3036,7 +3102,7 @@ line segment of the (pre)-kernel.\>\""}], ";"}], "\n", " ", "*)"}], "\n", is a kernel catcher.\n This function may useful in connection with the \ package 'TuGamesView3D' to visualize for \n four person games the upper set. \ This set can coincide with the reasonable set.\>\""}], ";"}]}]}]], "Code",Expr\ -essionUUID->"16cc5d20-7219-4957-b3dc-e54941c9e0e9"], +essionUUID->"070543a0-1f73-4411-98ff-050200083949"], Cell[BoxData[ RowBox[{ @@ -3086,6 +3152,11 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"Options", "[", "CddGmpPlotImputationSet", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", "\n", + " ", RowBox[{ RowBox[{"Options", "[", "CddVerticesImputationSet", "]"}], " ", "=", " ", @@ -3103,8 +3174,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"Options", "[", "CddGmpPlotReasonableSet", "]"}], " ", "=", " ", RowBox[{"{", - RowBox[{"ProperContribution", " ", "->", " ", "False"}], "}"}]}], ";", - "\n", " ", + RowBox[{ + RowBox[{"RationalExact", " ", "->", " ", "True"}], ",", " ", + RowBox[{"ProperContribution", " ", "->", " ", "False"}]}], "}"}]}], + ";", "\n", " ", RowBox[{ RowBox[{"Options", "[", "CddVerticesLowerSet", "]"}], " ", "=", " ", RowBox[{"{", @@ -3112,7 +3185,16 @@ Cell[BoxData[ " ", RowBox[{ RowBox[{"Options", "[", "CddGmpPlotLowerSet", "]"}], " ", "=", " ", - RowBox[{"{", "}"}]}], ";", " ", "\n", " ", + RowBox[{"{", + RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", "\n", + " ", + RowBox[{ + RowBox[{"Options", "[", "CddGmpPlotWeberSet", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"RationalExact", " ", "->", " ", "True"}], ",", " ", + RowBox[{"RedDim", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", + " ", RowBox[{ RowBox[{"Options", "[", "BestCoalitions", "]"}], " ", "=", " ", RowBox[{"{", @@ -3482,7 +3564,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"EpsilonValue", " ", "->", " ", "5"}], ",", RowBox[{"FigureSize", " ", "->", " ", "500"}], ",", - RowBox[{"Labeling", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", + RowBox[{"Labeling", " ", "->", " ", "True"}], ",", + RowBox[{"PreImpSet", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", " ", RowBox[{ RowBox[{"Options", "[", "FilledCoreV6", "]"}], " ", "=", " ", @@ -3493,6 +3576,16 @@ Cell[BoxData[ RowBox[{"PreImpSet", " ", "->", " ", "True"}], ",", RowBox[{"Silent", " ", "->", " ", "False"}]}], "}"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"Options", "[", "FilledWeberSetV6", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"DisplayLegend", " ", "->", " ", "True"}], ",", + RowBox[{"FigureSize", " ", "->", " ", "500"}], ",", + RowBox[{"PlotCore", " ", "->", " ", "False"}], ",", + RowBox[{"PreImpSet", " ", "->", " ", "False"}], ",", + RowBox[{"Silent", " ", "->", " ", "False"}]}], "}"}]}], ";", " ", + "\n", " ", RowBox[{ RowBox[{"Options", "[", "SetsToVec", "]"}], " ", "=", RowBox[{"{", @@ -3582,6 +3675,11 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"Options", "[", "CddGmpPlotImputationSet", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", " ", + "\n", " ", RowBox[{ RowBox[{"Options", "[", "CddVerticesImputationSet", "]"}], " ", "=", " ", @@ -3599,11 +3697,22 @@ Cell[BoxData[ RowBox[{ RowBox[{"Options", "[", "CddGmpPlotReasonableSet", "]"}], " ", "=", " ", RowBox[{"{", - RowBox[{"ProperContribution", " ", "->", " ", "False"}], "}"}]}], ";", - "\n", " ", + RowBox[{ + RowBox[{"RationalExact", " ", "->", " ", "True"}], ",", " ", + RowBox[{"ProperContribution", " ", "->", " ", "False"}]}], "}"}]}], + ";", "\n", " ", RowBox[{ RowBox[{"Options", "[", "CddGmpPlotLowerSet", "]"}], " ", "=", " ", - RowBox[{"{", "}"}]}], ";", " ", "\n", " ", + RowBox[{"{", + RowBox[{"RationalExact", " ", "->", " ", "True"}], "}"}]}], ";", "\n", + " ", + RowBox[{ + RowBox[{"Options", "[", "CddGmpPlotWeberSet", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"RationalExact", " ", "->", " ", "True"}], ",", " ", + RowBox[{"RedDim", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", + " ", RowBox[{ RowBox[{"Options", "[", "BestCoalitions", "]"}], " ", ":=", " ", RowBox[{"{", @@ -3964,7 +4073,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"EpsilonValue", " ", "->", " ", "5"}], ",", RowBox[{"FigureSize", " ", "->", " ", "500"}], ",", - RowBox[{"Labeling", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", + RowBox[{"Labeling", " ", "->", " ", "True"}], ",", + RowBox[{"PreImpSet", " ", "->", " ", "True"}]}], "}"}]}], ";", "\n", " ", RowBox[{ RowBox[{"Options", "[", "FilledCoreV6", "]"}], " ", "=", " ", @@ -3975,6 +4085,16 @@ Cell[BoxData[ RowBox[{"PreImpSet", " ", "->", " ", "True"}], ",", RowBox[{"Silent", " ", "->", " ", "False"}]}], "}"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"Options", "[", "FilledWeberSetV6", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"DisplayLegend", " ", "->", " ", "True"}], ",", + RowBox[{"FigureSize", " ", "->", " ", "500"}], ",", + RowBox[{"PlotCore", " ", "->", " ", "False"}], ",", + RowBox[{"PreImpSet", " ", "->", " ", "False"}], ",", + RowBox[{"Silent", " ", "->", " ", "False"}]}], "}"}]}], ";", " ", + "\n", " ", RowBox[{ RowBox[{"Options", "[", "SetsToVec", "]"}], " ", "=", RowBox[{"{", @@ -4025,7 +4145,7 @@ Cell[BoxData[ RowBox[{"10", "^", RowBox[{"(", RowBox[{"-", "12"}], ")"}]}]}]}], "}"}]}], ";"}]}], "\n", "]"}], - ";"}]], "Code",ExpressionUUID->"7b56b875-2f26-47cf-9df6-0e6aa51bfff5"], + ";"}]], "Code",ExpressionUUID->"daf14528-d830-437e-8dc7-74703ee3d931"], Cell[BoxData[ RowBox[{ @@ -4132,6 +4252,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"CddVerticesReasonableSet", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"CddGmpPlotWeberSet", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"ChiValue", "::", "argerr"}], "=", @@ -4204,6 +4328,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"EpsCore", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"EqDistDividends", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"EPSDValue", "::", "argerr"}], "=", @@ -4220,6 +4348,10 @@ Cell[BoxData[ RowBox[{ RowBox[{"FilledCoreV6", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"FilledWeberSetV6", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"FindKernelSolution", "::", "argerr"}], "=", @@ -4579,7 +4711,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"ZeroOneNormalization", "::", "argerr"}], "=", "\"\\""}], ";"}]}]}]], "Code",ExpressionUUID\ -->"0b50b529-3377-4c30-8320-1bc582f13667"], +->"0c11c5af-d9d0-4f88-a678-2cb2995882ab"], Cell[BoxData[ RowBox[{ @@ -4839,7 +4971,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"WekalyBalancedCollectionQ", "::", "argerr"}], "=", "\"\\""}], ";"}]}]}]], "Code",ExpressionUU\ -ID->"70712ff2-aafc-441a-b863-af3c9721e658"], +ID->"ff47722b-b959-4ff7-a4bc-5bd82272a6c4"], Cell[BoxData[ RowBox[{ @@ -4962,8 +5094,8 @@ Cell[BoxData[ RowBox[{"LinkCreate", "[", "]"}], ",", RowBox[{"{", RowBox[{"kc", "+", "6"}], "}"}]}], "]"}]}]}], "\n", " ", "]"}], - ";"}]}]}]], "Code",ExpressionUUID->"339c68f7-943c-4df5-85f5-\ -76664362d941"], + ";"}]}]}]], "Code",ExpressionUUID->"02fd0061-64a5-46ad-b1bd-\ +041717df02b3"], Cell[BoxData[ RowBox[{ @@ -5027,7 +5159,8 @@ Cell[BoxData[ RowBox[{"libraries", "."}]}], " ", "*)"}], "\n", " ", RowBox[{ RowBox[{"Uninstall", "[", "cddml", "]"}], ";", "\n", " ", - RowBox[{"Uninstall", "[", "cddmlgmp", "]"}], ";", "\n", " ", + RowBox[{"Uninstall", "[", "cddmlgmp", "]"}], ";", "\n", "\t ", + RowBox[{"Uninstall", "[", "cddmlgmp2", "]"}], ";", "\n", " ", RowBox[{"Uninstall", "[", "cddml2", "]"}], ";", "\n", RowBox[{"(*", " ", RowBox[{ @@ -5091,7 +5224,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"DirectoryName", "[", "$InputFileName", "]"}], ",", " ", "\"\\""}], "}"}], "]"}]}]}]}]}], "\n", "]"}], - ";"}]}]}]], "Code",ExpressionUUID->"6b51f19e-8c87-4b7c-bbcf-10b8b2aa6ac3"], + ";"}]}]}]], "Code",ExpressionUUID->"5d572eea-54c7-4243-9d91-3ed509b8daad"], Cell[BoxData[{ RowBox[{ @@ -5168,8 +5301,8 @@ Cell[BoxData[{ "&"}], ",", " ", RowBox[{"{", RowBox[{"Coalitions", ",", " ", "values"}], "}"}]}], "]"}], - ";"}]}], "]"}]}], ")"}]}], ";"}]}], "Code",ExpressionUUID->"cdd03c25-\ -891f-473d-8ebd-6ed2d8734cca"], + ";"}]}], "]"}]}], ")"}]}], ";"}]}], "Code",ExpressionUUID->"c81721ba-\ +75b0-4194-b453-28a5df3cd458"], Cell[BoxData[{ RowBox[{ @@ -5218,8 +5351,8 @@ Cell[BoxData[{ RowBox[{"0", ",", RowBox[{"Drop", "[", RowBox[{"cs", ",", "1"}], "]"}]}], "}"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"cda092e4-de03-4224-a941-\ -b911e47c1903"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"4171bcac-9f2c-4792-aa3f-\ +372ac39bbd6b"], Cell[BoxData[{ RowBox[{ @@ -5357,7 +5490,7 @@ Cell[BoxData[{ " ", ",", " ", "True"}], "]"}], ";", "\n", " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "clsup"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"44133fd2-d80a-4b55-9d35-e7630b65bd5c"], + ";"}]}], "Code",ExpressionUUID->"ce614f41-5bb2-47e9-b66d-6a7095008903"], Cell[BoxData[ RowBox[{ @@ -5492,8 +5625,8 @@ Cell[BoxData[ RowBox[{"Print", "[", "\"\\"", "]"}]}], "]"}], ",", "\n", " ", "True", ",", RowBox[{"Print", "[", "\"\\"", "]"}]}], "]"}]}], " ", - "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"f7dd71a9-63d2-446f-\ -b662-77b35ec5c2d8"], + "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"4ef15c60-3836-4f28-\ +9945-48ee012e3409"], Cell[BoxData[ RowBox[{ @@ -5536,8 +5669,8 @@ Cell[BoxData[ " ", "sumweights"}], " ", "/.", " ", RowBox[{"True", " ", "->", " ", "1"}]}], " ", "/.", " ", RowBox[{"False", " ", "->", " ", "0"}]}]}]}], " ", "\n", "]"}]}], - ";"}], "\n", "\n"}]], "Code",ExpressionUUID->"ab499cd4-4ba9-420a-a7da-\ -8c161d875b1e"], + ";"}], "\n", "\n"}]], "Code",ExpressionUUID->"360cacb3-adfe-4c0b-8dad-\ +d03c35cb607b"], Cell[BoxData[{ RowBox[{ @@ -5586,7 +5719,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"(*", " ", RowBox[{"Section", " ", "general", " ", "functions", " ", "ends"}], " ", - "*)"}]}]}], "Code",ExpressionUUID->"5cb69abe-8dc4-415f-8f46-a59310f98b46"], + "*)"}]}]}], "Code",ExpressionUUID->"887658e4-e30f-486f-a4b1-d8fef3bd63f4"], Cell[BoxData[ RowBox[{ @@ -5859,7 +5992,7 @@ Cell[BoxData[ RowBox[{"W", "[", "i", "]"}], "]"}], "-", "1"}]}], "]"}], ",", RowBox[{"DeleteCases", "[", RowBox[{"T", ",", "j"}], "]"}]}], "]"}]}], ";"}]}]}]], "Code",Expressi\ -onUUID->"e4004a02-4193-4c26-85fe-5b4a732d2714"], +onUUID->"966f7ce4-157c-4eb5-b9d8-f08a678e2e61"], Cell[BoxData[{ RowBox[{ @@ -6299,7 +6432,7 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"T0", ",", " ", "ovls"}], "]"}], ";", "\n", " ", RowBox[{"Return", "[", "acvQ", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"8adb159a-622b-4470-a09c-48984e2ae637"], + ";"}]}], "Code",ExpressionUUID->"269d1e39-46b4-4f35-a4a6-85586fc57222"], Cell[BoxData[{ RowBox[{ @@ -6339,8 +6472,8 @@ Cell[BoxData[{ RowBox[{"DefineGame", "[", RowBox[{"t0", ",", " ", "ovls"}], "]"}], ";", "\n", " ", RowBox[{"Return", "[", "sbgame", "]"}], ";"}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"b905172d-ae4d-42fb-b080-\ -650c42319116"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"b6d674a9-5768-473f-99a0-\ +e79a6010c733"], Cell[BoxData[{ RowBox[{ @@ -6414,7 +6547,7 @@ Cell[BoxData[{ RowBox[{"j", ",", RowBox[{"DeleteCases", "[", RowBox[{"T", ",", "1"}], "]"}]}], "}"}]}], "]"}]}], ";"}]}], "Code",Ex\ -pressionUUID->"1292c54b-68c9-4814-9517-317f4de76b9c"], +pressionUUID->"a9fda214-190f-49a2-b5f6-0bb55130659f"], Cell[BoxData[{ RowBox[{ @@ -6627,8 +6760,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{"Last", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "smarg"}]}], "}"}]}], "\n", " ", "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"63d33d44-2c7f-45cb-8b80-\ -d04349601a63"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"577b2792-3651-4f90-b79c-\ +88faffb8330b"], Cell[BoxData[ RowBox[{ @@ -6655,7 +6788,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"Sort", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "prop"}]}]}], "\n", "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->\ -"48924db7-1547-4b7b-9325-6b3ba8fc4dcb"], +"87e92f87-3552-480b-9d1b-fd7733a2c8f5"], Cell[BoxData[{ RowBox[{ @@ -6881,8 +7014,8 @@ Cell[BoxData[{ "\n", " ", "True", ",", " ", RowBox[{"{", RowBox[{"nnegQ", ",", " ", "add"}], "}"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"92f7bf40-e90f-448b-b6b4-\ -888135286328"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"d317f471-852a-42a1-a812-\ +0bdd43c27cf4"], Cell[BoxData[ RowBox[{ @@ -6928,8 +7061,8 @@ Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ "Old", " ", "Average", " ", "Convex", " ", "Function", " ", "is", " ", - "deprecated"}], " ", "*)"}]}]}]], "Code",ExpressionUUID->"2f6fedbd-7168-\ -4a33-94e3-590c13afa2af"], + "deprecated"}], " ", "*)"}]}]}]], "Code",ExpressionUUID->"61cb35b0-f13e-\ +4a0b-be05-ddb67790a5e5"], Cell[BoxData[ RowBox[{ @@ -7116,8 +7249,8 @@ Cell[BoxData[ RowBox[{"And", ",", RowBox[{"Apply", "[", RowBox[{"And", ",", "liste", ",", "1"}], "]"}]}], "]"}]}]}], "\n", - "\t", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"9272cc3e-8bf5-\ -4e9c-a68e-edce6ce98c08"], + "\t", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"31ba246e-68be-\ +4410-814a-103de1d523f7"], Cell[BoxData[ RowBox[{ @@ -7150,7 +7283,7 @@ Cell[BoxData[ RowBox[{"j", ",", RowBox[{"Length", "[", "margli", "]"}]}], "}"}]}], "]"}]}], "}"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}]], "Code",Expre\ -ssionUUID->"0de00bac-a053-427f-aba8-38c92cb6633c"], +ssionUUID->"8fda521c-a64b-44ae-b819-298149618c97"], Cell[BoxData[{ RowBox[{ @@ -7171,7 +7304,7 @@ Cell[BoxData[{ RowBox[{"coal", " ", "=", " ", "Coalitions"}], ";", "\n", " ", RowBox[{"MonoCheck", "[", RowBox[{"game", ",", " ", "coal"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"2b35da1e-c2b5-4010-a04d-83573dcced5f"], + ";"}]}], "Code",ExpressionUUID->"cef285e6-fec4-4d9c-b833-b48d9f2a3dbe"], Cell[BoxData[ RowBox[{ @@ -7244,8 +7377,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"(", "zero", ")"}], "-", RowBox[{"monotonicity", " ", "section", " ", "ends"}]}], " ", "*)"}], - "\n", "\n"}]}]], "Code",ExpressionUUID->"dec06a10-edb9-410a-b173-\ -84b234b854ad"], + "\n", "\n"}]}]], "Code",ExpressionUUID->"269591da-5849-4d93-8576-\ +5053a04d3075"], Cell[BoxData[ RowBox[{ @@ -7335,7 +7468,7 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"Global`e", ",", " ", "f"}], "}"}]}], "]"}], ",", "res"}], "}"}]}], "]"}]}], "}"}]}]}], "\n", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"628fe5bf-9baf-4a78-9830-a19c19a20bac"], + ";"}]}]}]], "Code",ExpressionUUID->"6c9c8982-36ae-4611-870e-bd74685a14c0"], Cell[BoxData[ RowBox[{ @@ -7926,7 +8059,7 @@ Cell[BoxData[ "]"}]}], "}"}], "]"}], " ", "&"}], " ", "/@", " ", "ProperCoalitions"}], " ", "/.", " ", "lwpara"}], " ", "/.", " ", "uppara"}], "]"}]}], "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->\ -"a1872e6d-1e4d-4e70-98bb-2068ba0b37e3"], +"af787a27-fb33-45f4-8b7c-c5474d4901aa"], Cell[BoxData[{ RowBox[{ @@ -8040,7 +8173,7 @@ Cell[BoxData[{ RowBox[{"up", "[", "T", "]"}], " ", "/.", " ", "uppara"}], ")"}], " ", ">=", " ", RowBox[{"v", "[", "T", "]"}]}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"41379b9f-2c63-4c41-89a8-2225085fa645"], + ";"}]}], "Code",ExpressionUUID->"ac31dcd3-aa37-4a74-bb68-227e707ebdf9"], Cell[BoxData[{ RowBox[{ @@ -8188,7 +8321,7 @@ Cell[BoxData[{ RowBox[{ "Print", "[", "\"\\"", "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUI\ -D->"864b7245-441b-468e-b28b-9087f68f7caa"], +D->"2f560a4e-ca1f-43db-80e7-e8d8315bc440"], Cell[BoxData[{ RowBox[{ @@ -8515,7 +8648,78 @@ empty\>\"", "]"}], ";", "\n", " ", RowBox[{"(*", " ", RowBox[{ "strong", " ", "epsilon", " ", "core", " ", "section", " ", "ends"}], " ", - "*)"}], " ", "\n"}], "\n", + "*)"}], " ", "\n", + RowBox[{"(*", " ", + RowBox[{"Section", " ", "Shapley", " ", "value", " ", "starts"}], " ", + "*)"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"EqDistDividends", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"EqDistDividends", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"EqDistDividends", "[", "game_", "]"}], ":=", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "hd", ",", "sS", ",", "card", ",", "cphd", ",", "plmbcoa", ",", + "pos"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"hd", "=", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"HarsanyiDividends", "[", "game", "]"}], ",", "1"}], + "]"}]}], ";", "\n", "\t\t ", + RowBox[{"sS", "=", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"Subsets", "[", "T", "]"}], ",", "1"}], "]"}]}], ";", "\n", + "\t\t ", + RowBox[{"card", "=", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "#", "]"}], " ", "&"}], "/@", " ", "sS"}]}], + ";", "\n", "\t\t ", + RowBox[{"cphd", "=", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Divide", "[", + RowBox[{"#1", ",", "#2"}], "]"}], "&"}], ",", + RowBox[{"{", + RowBox[{"hd", ",", "card"}], "}"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"plmbcoa", "=", + RowBox[{ + RowBox[{ + RowBox[{"Cases", "[", + RowBox[{"sS", ",", + RowBox[{"{", + RowBox[{"___", ",", "#", ",", "___"}], "}"}]}], "]"}], " ", + "&"}], "/@", " ", "T"}]}], ";", "\n", "\t\t ", + RowBox[{"pos", "=", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"First", "[", + RowBox[{"Position", "[", + RowBox[{"sS", ",", "#"}], "]"}], "]"}], " ", "&"}], "/@", " ", + "#"}], " ", "&"}], "/@", " ", "plmbcoa"}]}], ";", "\n", + "\t\t ", + RowBox[{ + RowBox[{ + RowBox[{"Total", "[", + RowBox[{"Flatten", "[", + RowBox[{"Extract", "[", + RowBox[{"cphd", ",", "#"}], "]"}], "]"}], "]"}], " ", "&"}], "/@", + " ", "pos"}]}]}], "\n", "]"}]}], ";"}], "\n"}], "\n", RowBox[{ RowBox[{ RowBox[{"HarsanyiValue", "[", "args___", "]"}], ":=", @@ -8578,7 +8782,7 @@ empty\>\"", "]"}], ";", "\n", " ", RowBox[{"HarsanyiDividends", "[", "game", "]"}], ",", "1"}], "]"}]}], ";", "\n", "\t\t ", RowBox[{"hd", ".", "mat"}]}]}], "\n", "\t\t ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"2317ca69-9d38-4767-b98e-19b9b274c5ba"], + ";"}]}], "Code",ExpressionUUID->"6d421bb9-d6e8-4078-89c6-2efd5015e549"], Cell[BoxData[{ RowBox[{ @@ -8659,7 +8863,7 @@ Cell[BoxData[{ RowBox[{"S", ",", "#"}], "]"}], "]"}], " ", "&"}], "/@", " ", "S"}], "]"}]}], ")"}], "/", RowBox[{"Length", "[", "S", "]"}]}]}]}], ";"}]}], "Code",ExpressionUUID->\ -"50d6f918-bee8-4d69-84b7-ed879715ac45"], +"1e86d5c2-2718-4f30-a5eb-b470633b1c79"], Cell[BoxData[{ RowBox[{ @@ -8776,35 +8980,40 @@ Cell[BoxData[{ RowBox[{"Length", "[", "ms", "]"}]}], "}"}]}], "]"}]}], ";", "\n", " ", RowBox[{"Total", "[", "smd", "]"}]}]}], "\t\t\t ", "\n", "\t\t ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"f72b00d6-7e7a-469d-9f55-\ -4289cccb92cc"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"03db7224-bde9-4c29-b4e1-\ +d304577a4c44"], Cell[BoxData[{ RowBox[{ RowBox[{ - RowBox[{ - RowBox[{"PrintRemark", "[", "payoff_List", "]"}], ":=", " ", - RowBox[{"(", "\n", " ", + RowBox[{"PrintRemark", "[", "payoff_List", "]"}], ":=", " ", + RowBox[{"(", "\n", " ", + RowBox[{ + RowBox[{"Print", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Dimensions", "[", "payoff", "]"}]}], "]"}], ";", "\n", + " ", + RowBox[{"Print", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Depth", "[", "payoff", "]"}]}], "]"}], ";", "\n", " ", RowBox[{ - RowBox[{"Print", "[", - RowBox[{"\"\\"", ",", - RowBox[{"Dimensions", "[", "payoff", "]"}]}], "]"}], ";", "\n", - " ", - RowBox[{"Print", "[", - RowBox[{"\"\\"", ",", - RowBox[{"Depth", "[", "payoff", "]"}]}], "]"}], ";", "\n", " ", - RowBox[{ - "Print", "[", - "\"\\"", "]"}], ";", "\n", " ", - RowBox[{ - "Print", "[", - "\"\\"", - "]"}], ";", "\n", " ", - RowBox[{ - "Print", "[", - "\"\\"", "]"}]}], "\n", ")"}]}], ";"}], "\n"}], "\n", + RowBox[{ + "Print", "[", + "\"\\"", + "]"}], ";", "\n", " ", + RowBox[{ + "Print", "[", + "\"\\"", "]"}]}], "\n", ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{"(*", " ", + RowBox[{"Section", " ", "Shapley", " ", "value", " ", "ends"}], " ", + "*)"}]}]}], "Code",ExpressionUUID->"65e8df19-1855-41ec-b051-3dea2f3ac5a2"], + +Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"ExcessPayoff", "[", "args___", "]"}], ":=", @@ -8898,7 +9107,7 @@ single payoff vector.\>\"", "]"}]}], "\n", ")"}]}], ";"}], "\n"}], "\n", RowBox[{"MatrixForm", "[", RowBox[{"PrependTo", "[", RowBox[{"exc", ",", "mpc"}], "]"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"761ed972-28b7-456e-897d-6d5ecb1bbf32"], + ";"}]}], "Code",ExpressionUUID->"69850c94-4aa4-4ab4-9d35-db6bed67bc47"], Cell[BoxData[ RowBox[{ @@ -8959,7 +9168,7 @@ Cell[BoxData[ RowBox[{"shv", "=", RowBox[{"Accumulate", "[", RowBox[{"dc", "/", "cumMv"}], "]"}]}]}]}], "\n", "\t", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"487236b8-96d6-466a-9093-d2ddec7a1ddf"], + ";"}]}]}]], "Code",ExpressionUUID->"c3d1d411-285f-46be-bb58-24d38cf906ab"], Cell[BoxData[{ RowBox[{ @@ -9142,7 +9351,7 @@ Cell[BoxData[{ RowBox[{"Flatten", "[", "nc", "]"}]}], ";", "\n", "\t", RowBox[{"{", RowBox[{"nc", ",", "alp", ",", "tk"}], "}"}]}]}], "\n", "\t", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"10a94b82-42fe-45ff-b7c1-34abbc1a527e"], + ";"}]}], "Code",ExpressionUUID->"37c2a441-0ecb-4c3d-8577-1ee4fc8811f8"], Cell[BoxData[{ RowBox[{ @@ -9213,8 +9422,8 @@ Cell[BoxData[{ RowBox[{"Last", "[", "c1", "]"}]}], ")"}]}]}], ";", "\n", "\t", RowBox[{"Append", "[", RowBox[{"tv", ",", "tvm"}], "]"}]}]}], "]"}]}]}], "\n", "\t", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"19a00cbc-f8ea-413e-8664-\ -ee8c9d6cf3a4"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"0b77502d-6047-494a-a2a3-\ +b9672e5df65f"], Cell[BoxData[{ RowBox[{ @@ -9335,7 +9544,7 @@ Cell[BoxData[{ "\"\\"", ",", " ", RowBox[{"KernelImputationListQ", "[", RowBox[{"game", ",", "payoff"}], "]"}]}], "]"}], ";"}], ")"}]}], - ";"}]}], "Code",ExpressionUUID->"2b49989c-5229-41a9-9be2-d60c66471437"], + ";"}]}], "Code",ExpressionUUID->"8c9efe4e-2ca1-40f1-9d00-08d620548613"], Cell[BoxData[{ RowBox[{ @@ -9358,7 +9567,7 @@ Cell[BoxData[{ RowBox[{"___", ",", "i", ",", "___"}], "}"}]}], "]"}], ",", RowBox[{"{", RowBox[{"___", ",", "j", ",", "___"}], "}"}]}], "]"}]}], ";"}]}], "Code",\ -ExpressionUUID->"99e0f071-14f8-492a-8954-bb1b612ae199"], +ExpressionUUID->"4c9d2322-5632-4bfa-917e-bfa793bdf618"], Cell[BoxData[{ RowBox[{ @@ -9804,7 +10013,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"-", "mat"}], ",", RowBox[{"-", "values"}]}], "]"}]}]}], "\n", "\t ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"19be2abb-36cb-4c57-801e-6633958414c3"], + ";"}]}], "Code",ExpressionUUID->"253703b6-ad53-4e54-902a-79a7738c5865"], Cell[BoxData[ RowBox[{ @@ -10167,8 +10376,8 @@ Cell[BoxData[ "game", ",", "obf", ",", " ", "cmat", ",", " ", "bvect", ",", "bds", ",", RowBox[{"{", "}"}], ",", "opts"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"647abac8-3a42-4e19-87b3-\ -5478797b953c"], + ";"}]}]}]], "Code",ExpressionUUID->"5ec15e9b-a0de-4b34-beed-\ +93f225e0a807"], Cell[BoxData[{ RowBox[{ @@ -10306,7 +10515,7 @@ Cell[BoxData[{ " ", RowBox[{"ModifiedNucleolus", "[", RowBox[{"game", ",", "opts"}], "]"}]}], ";"}], "\n"}], "Code",ExpressionUU\ -ID->"f3a950cd-49b7-4c76-8cc3-8c9ed4dc602d"], +ID->"02dcc76a-f8cb-4af5-a912-db691a50cf9c"], Cell[BoxData[{ RowBox[{ @@ -11241,8 +11450,8 @@ Cell[BoxData[{ RowBox[{ "obf", ",", "cmat1", ",", "bvect1", ",", "bds", ",", "bA1", ",", RowBox[{"Method", "->", "mthd"}]}], "]"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"9e095473-09c4-4295-8a55-\ -a1f9b7e2755f"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"296041dc-3d81-4d15-bb0d-\ +2c300f46dfbb"], Cell[BoxData[ RowBox[{ @@ -11577,8 +11786,8 @@ Cell[BoxData[ "game", ",", "obf", ",", "cmat1", ",", "bvect1", ",", "bds", ",", "bA1", ",", RowBox[{"Method", "->", "mthd"}]}], "]"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]], "Code",ExpressionUUID->"8562ef98-5ebf-44c0-b11d-\ -a5c954988de3"], + "]"}]}], ";"}]], "Code",ExpressionUUID->"10927935-ef23-4ee3-9fc1-\ +2d1ccb4b4644"], Cell[BoxData[ RowBox[{ @@ -11837,8 +12046,8 @@ Cell[BoxData[ RowBox[{"fLSnc", "[", RowBox[{"py", ",", "cM", ",", "mM", ",", "lt"}], "]"}]}]}], "\n", "\t\t ", "]"}]}]}], " ", "\n", "\t\t ", "\n", "\n", "\t ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"d26ab3d9-c547-40f2-aff8-\ -51410fb218f9"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"dce07e3a-1029-4180-a25a-\ +89e22b5f834e"], Cell[BoxData[ RowBox[{ @@ -11935,7 +12144,7 @@ Cell[BoxData[ RowBox[{"fLSnc", "[", RowBox[{"py", ",", "cM", ",", "nM", ",", "n"}], "]"}]}], "]"}]}]}], "\t\t\t\t ", "\n", "\n", "\t ", "]"}]}], ";"}]], "Code",ExpressionUUI\ -D->"f808b022-13f3-4eda-991d-3c5aa0c3c972"], +D->"1787d0f0-446c-451d-8154-48c1fa668d73"], Cell[BoxData[ RowBox[{ @@ -12113,7 +12322,7 @@ Cell[BoxData[ RowBox[{"game", ",", "tol1", ",", "jj", ",", "mcl", ",", "vars"}], "]"}]}], "\n", "\t\t\t ", "]"}]}], "\n", "\t\t ", "]"}]}]}], "\n", "\t\t\t\t\t ", "]"}]}], ";"}]}]], "Code",ExpressionUUID->\ -"e0f0f23b-3764-4660-aa62-fd0e931e35d8"], +"2727e4ff-67be-444f-ace2-75f80fd2c7f0"], Cell[BoxData[ RowBox[{ @@ -12150,7 +12359,7 @@ Cell[BoxData[ RowBox[{"Return", "[", "$Failed", "]"}], ",", RowBox[{"xvars", " ", "/.", " ", "lsg"}]}], "]"}]}], "]"}]}]}], "\n", "\t\t\t\t\t ", "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->\ -"0222d264-cdba-4334-b624-d476c583f690"], +"0ef6adaa-a9da-4c9e-9846-701de0a053bb"], Cell[BoxData[ RowBox[{ @@ -12189,7 +12398,7 @@ Cell[BoxData[ RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}]}], "]"}]}]}], "\n", "\t\t\t\t ", "]"}]}], - ";"}]], "Code",ExpressionUUID->"ef1dc5e6-6989-4241-b674-a184b6d2d1e3"], + ";"}]], "Code",ExpressionUUID->"99f7722f-2e1e-44ce-95d7-57fcc3146224"], Cell[BoxData[ RowBox[{ @@ -12336,8 +12545,8 @@ Cell[BoxData[ RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}]}], "}"}]}], "\n", "\t\t ", "]"}]}], "\n", "\t\t", "]"}]}]}], "\n", "\t\t\t\t\t\t\t ", "]"}]}], ";"}], "\n", - "\n", "\n", "\n"}]}]], "Code",ExpressionUUID->"543200a7-c39e-4363-95f6-\ -48dbebffd990"], + "\n", "\n", "\n"}]}]], "Code",ExpressionUUID->"3fbbe31c-00b3-4de6-9adc-\ +51cc12900571"], Cell[BoxData[ RowBox[{ @@ -12382,7 +12591,7 @@ Cell[BoxData[ RowBox[{"(", RowBox[{"-", "2"}], ")"}]}], ",", "2", ",", RowBox[{"Method", "->", "mthd"}]}], "]"}]}]}], "\n", "]"}]}], ";"}], - "\n"}]}]], "Code",ExpressionUUID->"8b6603cb-b921-40d6-a69a-0fec1731d217"], + "\n"}]}]], "Code",ExpressionUUID->"a6f20895-0df2-4c46-bc9c-44edacbe1479"], Cell[BoxData[ RowBox[{ @@ -12493,8 +12702,8 @@ Cell[BoxData[ ",", "vars"}], "]"}]}], "\n", " ", "]"}]}], "\n", " ", "]"}]}]}], "\n", " \ - ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"1b3595c1-\ -3023-4269-b2ab-e0db6e7cb3a1"], + ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"bcda9d14-\ +32ee-45ea-8f8f-fad528c77c73"], Cell[BoxData[{ RowBox[{ @@ -12611,7 +12820,7 @@ Cell[BoxData[{ RowBox[{ "game", ",", "p", ",", "k", ",", "tol1", ",", "jj", ",", "mcl", ",", "vars"}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"b55cc732-2e2f-4df5-b5a4-3fb479a5a8eb"], + ";"}]}], "Code",ExpressionUUID->"5ba34a53-01b9-4207-a08b-44a5caab9777"], Cell[BoxData[ RowBox[{ @@ -12647,8 +12856,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], "]"}], ",", RowBox[{"Return", "[", "$Failed", "]"}], ",", RowBox[{"xvars", " ", "/.", " ", "lsg"}]}], "]"}]}], "]"}]}]}], - "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"d599c46a-8ec2-\ -4b5a-a16c-89519a83ead0"], + "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"7be9c564-81cd-\ +49ab-b109-eea6cc6e33ca"], Cell[BoxData[ RowBox[{ @@ -12684,8 +12893,8 @@ Cell[BoxData[ RowBox[{"{", "}"}]}], "]"}], ",", RowBox[{"Return", "[", "$Failed", "]"}], ",", RowBox[{"xvars", " ", "/.", " ", "lsg"}]}], "]"}]}], "]"}]}]}], - "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"5b9c9e19-\ -b64f-4795-87fa-7ac7576861f5"], + "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"8aaeb44c-\ +b4ab-44ca-badb-2ff41c6d81e4"], Cell[BoxData[{ RowBox[{ @@ -12820,8 +13029,8 @@ Cell[BoxData[{ RowBox[{"rsys", ",", "riim", ",", "rexc", ",", "nwgl", ",", RowBox[{"idx", "+", "1"}]}], "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"baa19dd6-0867-4096-aa85-\ -1ecd87a44ddc"], + "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"4cb61b90-1474-461e-b6f3-\ +91beeeefd569"], Cell[BoxData[{ RowBox[{ @@ -13026,7 +13235,7 @@ Cell[BoxData[{ RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",\ -ExpressionUUID->"c583ab63-2ebc-4b31-b559-7551adde5acd"], +ExpressionUUID->"0318751a-25a1-4f9b-80ac-46d83cdb5f76"], Cell[BoxData[{ RowBox[{ @@ -13283,7 +13492,7 @@ Cell[BoxData[{ RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}]}], "}"}]}], "\n", " ", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}], "Code",Express\ -ionUUID->"429ef056-4c90-4118-b0c0-8d5b60d7c01a"], +ionUUID->"06478e8b-7515-4d57-8e29-558853014ac1"], Cell[BoxData[ RowBox[{ @@ -13440,7 +13649,7 @@ Cell[BoxData[ RowBox[{"\"\\"", ",", "balcQ"}], "]"}], ";"}], "*)"}], "\n", " ", RowBox[{"Return", "[", "balcQ", "]"}], ";"}]}], "\n", "]"}]}], ";"}], - "\n"}]], "Code",ExpressionUUID->"1505b78e-263f-4a9c-ab26-229f91476c1b"], + "\n"}]], "Code",ExpressionUUID->"00994407-5e76-4065-83bc-047cb10ea62f"], Cell[BoxData[ RowBox[{ @@ -13524,8 +13733,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"{", "const", "}"}], ",", "obj"}], "]"}], ",", "vars", ",", RowBox[{"Method", "->", "mthd"}]}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}], "\n"}]], "Code",ExpressionUUID->"0cf3a3b7-3552-423b-9db9-\ -e36138a619c1"], + ";"}], "\n"}]], "Code",ExpressionUUID->"0d91b4a4-0a63-4f31-9b9b-\ +b065560c567a"], Cell[BoxData[ RowBox[{ @@ -13535,7 +13744,7 @@ Cell[BoxData[ "This", " ", "section", " ", "is", " ", "designated", " ", "to", " ", "the", " ", "Modiclus", " ", "Modified", " ", "and", " ", "Proper", " ", "Modified", " ", "Pre"}], "-", "Kernel"}], " ", "*)"}], " "}]], "Code",Ex\ -pressionUUID->"a90bd914-54cd-4f18-bf86-e44089bc501f"], +pressionUUID->"11cfbaf1-b0c4-4cde-83ca-74c4e12da127"], Cell[BoxData[ RowBox[{ @@ -13692,7 +13901,7 @@ Cell[BoxData[ RowBox[{"Redefine", " ", "the", " ", "original", " ", RowBox[{"game", "."}]}], " ", "*)"}], "\n", " ", RowBox[{"Return", "[", "bcQ", "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"6e4c64ec-c9b8-4895-ba6c-2aaa93529a08"], + ";"}]}]}]], "Code",ExpressionUUID->"8d0c8210-851c-48c8-b440-c600fca863e0"], Cell[BoxData[{ RowBox[{ @@ -14007,7 +14216,7 @@ Cell[BoxData[{ RowBox[{"game", "."}]}], " ", "*)"}], "\n", " ", RowBox[{"Take", "[", RowBox[{"mdnc", ",", " ", "lt"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"132f7b2d-347e-4037-b5c7-dfb1b0da72dd"], + ";"}]}], "Code",ExpressionUUID->"b248f5b8-7e3d-4ddf-9138-513b1365b4a1"], Cell[BoxData[{ RowBox[{ @@ -14295,7 +14504,7 @@ Cell[BoxData[{ "dlext"}]}], ";", "\n", " ", RowBox[{"{", RowBox[{"vals", ",", " ", "dlext"}], "}"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"49a85250-9160-46c5-959a-f3c38e4a33a2"], + ";"}]}], "Code",ExpressionUUID->"eff53bf5-7e30-4cc3-b1e7-624c73a8bbef"], Cell[BoxData[ RowBox[{ @@ -14424,8 +14633,8 @@ Cell[BoxData[ RowBox[{"#1", ",", " ", "#2"}], "]"}], " ", "&"}], ",", " ", RowBox[{"{", RowBox[{"dvals", ",", " ", "pvals"}], "}"}]}], "]"}]}]}], "\n", - " ", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"9abb74e5-587a-\ -4811-829a-c9782e3e6121"], + " ", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"2174b92f-2b5c-\ +4cc5-b4a0-23cc02579f3b"], Cell[BoxData[{ RowBox[{ @@ -14787,7 +14996,7 @@ Cell[BoxData[{ RowBox[{"Redefine", " ", "the", " ", "original", " ", RowBox[{"game", "."}]}], "*)"}], "\n", " ", RowBox[{"Return", "[", "smpnQ", "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"04223c01-d782-4be5-a94f-d70305a282c3"], + ";"}]}], "Code",ExpressionUUID->"5e6b010e-14d6-4ed6-9c9f-0a43e46c2e4b"], Cell[BoxData[ RowBox[{"(*", " ", @@ -14796,8 +15005,8 @@ Cell[BoxData[ "End", " ", "of", " ", "the", " ", "section", " ", "related", " ", "to", " ", "the", " ", "simplified", " ", "modified", " ", "pre"}], "-", RowBox[{"kernel", " ", "of", " ", "a", " ", - RowBox[{"game", "."}]}]}], " ", "*)"}]], "Code",ExpressionUUID->"ef4b079a-\ -935d-40d9-b541-9332594d1309"], + RowBox[{"game", "."}]}]}], " ", "*)"}]], "Code",ExpressionUUID->"0230adaf-\ +348c-4de7-8406-839d171d18ab"], Cell[BoxData[ RowBox[{ @@ -14904,8 +15113,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"ce29e377-8036-4f3b-a758-\ -1bf51f864706"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"d264d707-9816-472e-b774-\ +391f378db6b1"], Cell[BoxData[ RowBox[{ @@ -15022,7 +15231,7 @@ Cell[BoxData[ RowBox[{ "balcQ", ",", " ", "wghvec", ",", " ", "sysvec", ",", " ", "selcoal"}], "}"}], ",", " ", "balcQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"008986f3-ef26-4771-a649-77c5fd8a06b1"], + ";"}]], "Code",ExpressionUUID->"0d5f8b07-3147-4066-a59e-068956869a5e"], Cell[BoxData[ RowBox[{ @@ -15165,13 +15374,13 @@ Cell[BoxData[ RowBox[{"And", "[", RowBox[{"posQ", ",", " ", "oneQ"}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "balcQ", "]"}], ";"}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"e3424da4-7040-4aa4-b0e9-f07d50e60344"], + ";"}]], "Code",ExpressionUUID->"20730f80-02cf-4778-b6bd-d84e1be7c06b"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{"Main", " ", "Function", " ", "related", " ", "to", " ", RowBox[{"BalancedSelctionQ", "[", "]"}]}], " ", "*)"}]], "Code",ExpressionU\ -UID->"741ad6b3-05a0-4bf6-ad81-9e24cc29cfa4"], +UID->"2698a174-fbe0-4086-a689-9f817b982ba1"], Cell[BoxData[ RowBox[{ @@ -15531,7 +15740,7 @@ Cell[BoxData[ RowBox[{ "balcQ", ",", " ", "newwghs", ",", " ", "balcmat", ",", " ", "selc"}], "}"}], ",", " ", "balcQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"04239c8a-3389-4727-8e01-0ebff7eafda0"], + ";"}]], "Code",ExpressionUUID->"c59d25ba-3c37-4cf3-9f83-50d38c04e21c"], Cell[BoxData[{ RowBox[{ @@ -15658,7 +15867,7 @@ Cell[BoxData[{ RowBox[{"(", RowBox[{"-", "9"}], ")"}]}]}], "]"}], " ", "&"}], " ", "/@", " ", "gw"}]}]}], "\n", "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->\ -"91307f89-4c84-4b28-bd3f-d6f877cf0225"], +"2038bb13-f58b-411a-ac5a-6e19e1a7adb6"], Cell[BoxData[{ RowBox[{ @@ -15775,8 +15984,8 @@ Cell[BoxData[{ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"4a3bb002-a9a1-427f-89e2-\ -68e03ada13a7"], + "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"2b7f6f0b-ecc6-4d94-9916-\ +55b00e4d2292"], Cell[BoxData[ RowBox[{ @@ -15980,7 +16189,7 @@ Cell[BoxData[ RowBox[{ "balcQ", ",", " ", "newwghs", ",", " ", "balcmat", ",", " ", "selc"}], "}"}], ",", " ", "balcQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"6dbd7a7b-4128-4004-b687-36d5a740f698"], + ";"}]], "Code",ExpressionUUID->"1e7d5a50-caf0-48d8-bde4-1ec56474eaa3"], Cell[BoxData[{ RowBox[{ @@ -16216,7 +16425,7 @@ Cell[BoxData[{ RowBox[{"ReplacePart", "[", RowBox[{"zrv", ",", " ", "1", ",", " ", "#"}], "]"}], " ", "&"}], " ", "/@", " ", "pscoal"}]}]}], "\n", "]"}]}], ";"}], "\n"}], "Code",Ex\ -pressionUUID->"944d406e-5c64-48eb-a55b-0a5d736a0b29"], +pressionUUID->"3b76be0d-2402-4508-9c0a-c9d3e164b5ca"], Cell[BoxData[ RowBox[{ @@ -16343,8 +16552,8 @@ Cell[BoxData[ RowBox[{ "balcQ", ",", " ", "wghvec", ",", " ", "sysvec", ",", " ", "selcoal"}], "}"}], ",", " ", "balcQ"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"df85226a-1a85-4e56-9040-\ -660dc45fb297"], + ";"}]}]}]], "Code",ExpressionUUID->"fb831f14-c760-4115-8176-\ +8cd4f0760be9"], Cell[BoxData[ RowBox[{ @@ -16391,7 +16600,7 @@ Cell[BoxData[ ",", "nwm"}], "}"}], ",", RowBox[{"{", RowBox[{"wghs", ",", "mat"}], "}"}]}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"3e293388-6ce7-4c45-9889-350c47db7813"], + ";"}]], "Code",ExpressionUUID->"f3bc66b8-a9bb-411b-8dcf-7bace71d9e33"], Cell[BoxData[ RowBox[{ @@ -16527,7 +16736,7 @@ Cell[BoxData[ RowBox[{"Return", "[", RowBox[{"{", RowBox[{"swgh", ",", "nwm"}], "}"}], "]"}]}]}], "\n", "]"}]}], ";"}], - "\n"}]], "Code",ExpressionUUID->"8c49a355-d7fe-4df7-a562-4fe442c2a64f"], + "\n"}]], "Code",ExpressionUUID->"473f8580-0396-4ec3-b611-315b32bd19c3"], Cell[BoxData[ RowBox[{ @@ -16654,8 +16863,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n", "\n", "\n"}]}]], "Code",ExpressionUUID->"54c0cea2-\ -b5c2-4c78-b761-305e285e6a5f"], + "]"}]}], ";"}], "\n", "\n", "\n"}]}]], "Code",ExpressionUUID->"30fc7327-\ +06bc-4528-ab20-7036521d16b1"], Cell[BoxData[{ RowBox[{ @@ -16771,7 +16980,7 @@ Cell[BoxData[{ RowBox[{"(*", " ", RowBox[{"User", " ", "interface", " ", "for", " ", "coalition", " ", RowBox[{"structures", "."}]}], " ", "*)"}]}]}], "Code",ExpressionUUID->\ -"d785282d-62df-4f5b-84ac-7ea35456bf18"], +"db3414e1-ddfc-4bab-aeb5-9ede98126fcd"], Cell[BoxData[ RowBox[{ @@ -16849,7 +17058,7 @@ Cell[BoxData[ RowBox[{ "Print", "[", "\"\\"", "]"}]}], "\n", " ", "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->\ -"75c4dddc-0a18-4f50-bde0-4ecf9c0dded8"], +"f3bc89eb-34f4-4350-bcf2-441dbe5eb8c2"], Cell[BoxData[{ RowBox[{ @@ -17219,14 +17428,14 @@ Cell[BoxData[{ RowBox[{"[", "2", "]"}], "]"}], ",", "True"}], "]"}], ",", " ", "nwghs02", ",", "\n", " ", "True", ",", " ", "wghs"}], "\n", " ", "]"}]}]}], "\n", "]"}]}], ";"}], "\n"}], "Code",Expressio\ -nUUID->"f5d3071b-c77d-40fd-a777-548585c16783"], +nUUID->"56981574-cae6-4d85-a745-b535b5d55206"], Cell[BoxData[ RowBox[{"(*", RowBox[{ "Alternative", " ", "Function", " ", "to", " ", "check", " ", "a", " ", - "Kohlberg", " ", "criterion"}], "*)"}]], "Code",ExpressionUUID->"deefb92b-\ -f8f7-4259-b4c1-94d303cb6d39"], + "Kohlberg", " ", "criterion"}], "*)"}]], "Code",ExpressionUUID->"737d60a9-\ +5bee-415c-9a38-fc512ecdc3e5"], Cell[BoxData[{ RowBox[{ @@ -17300,7 +17509,7 @@ Cell[BoxData[{ RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "]"}], ",", " ", "\n", " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "]"}]}]}], "]"}]}], - ";"}]}], "Code",ExpressionUUID->"f80b0591-a3ca-4dfd-8820-5950fd3fdd18"], + ";"}]}], "Code",ExpressionUUID->"c032f103-8171-4aca-881c-5fa1d43a9dc6"], Cell[BoxData[ RowBox[{ @@ -17371,7 +17580,7 @@ Cell[BoxData[ RowBox[{"acde", ",", " ", "tk"}], "]"}]}]}], ";", "\n", " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "lprs"}], "]"}]}]}], "]"}]}], ";"}]], "Code",E\ -xpressionUUID->"6cb0ceef-ffab-47aa-8639-158f253eeb6b"], +xpressionUUID->"641d95e5-d85a-469f-89ef-83bd5c590814"], Cell[BoxData[{ RowBox[{ @@ -17487,7 +17696,7 @@ Cell[BoxData[{ RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "]"}]}]}], "]"}]}], - ";"}]}], "Code",ExpressionUUID->"97783a9c-cee4-4a6c-b2fc-c1415e815e82"], + ";"}]}], "Code",ExpressionUUID->"51dcd152-72a4-4362-9c22-1d04763e43e3"], Cell[BoxData[ RowBox[{ @@ -17604,13 +17813,13 @@ Cell[BoxData[ RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "lprs"}], "]"}]}]}], "]"}]}], ";"}], - "\n"}]], "Code",ExpressionUUID->"26dec2af-7dfd-45d3-8bf3-14fd86bd12ce"], + "\n"}]], "Code",ExpressionUUID->"736d2864-73c5-4d46-afb0-62c2cd9b8f8b"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ RowBox[{"Nucleolus", "/", "Kernel"}], " ", "section", " ", "ends"}], " ", - "*)"}]], "Code",ExpressionUUID->"f18f3d42-e143-407b-88a9-277e68ddd631"], + "*)"}]], "Code",ExpressionUUID->"f96a2d51-e729-4a56-9906-010f1657b3cc"], Cell[BoxData[ RowBox[{ @@ -17662,8 +17871,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"Length", "[", RowBox[{"W", "[", "i", "]"}], "]"}], "-", "1"}], ")"}]}]}], - "]"}]}], "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"b4379036-7914-\ -4d4e-9006-2e64b3fd3608"], + "]"}]}], "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"fa36667d-f2f4-\ +4ec7-be3b-dee7d3a6ddd1"], Cell[BoxData[{ RowBox[{ @@ -17751,8 +17960,8 @@ Cell[BoxData[{ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"FindPreKernelSolution", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"27f51043-fa61-4b80-bde2-\ -b3ef0fc5c65e"], + "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"f51b72ab-29a3-400c-9a53-\ +b382634219c5"], Cell[BoxData[{ RowBox[{ @@ -17934,8 +18143,8 @@ Cell[BoxData[{ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"FindKernelSolution", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"6131d3be-ce73-4f5f-b0b8-\ -0f3f07000a27"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"23b16ae2-49ba-4476-ae19-\ +ee15f4e33759"], Cell[BoxData[{ RowBox[{ @@ -18516,7 +18725,7 @@ Cell[BoxData[{ " ", RowBox[{"ReplacePart", "[", RowBox[{"vec", ",", " ", "nwcom", ",", " ", "posi"}], "]"}]}], - ";"}]}], "Code",ExpressionUUID->"238105e3-28ed-4208-af31-d4e02049890d"], + ";"}]}], "Code",ExpressionUUID->"c15021be-e54d-4441-a6ba-2b690707f952"], Cell[BoxData[ RowBox[{"(*", " ", @@ -18529,7 +18738,7 @@ Cell[BoxData[ RowBox[{"n", "-", "1"}], ")"}], "/", "2"}]}], ")"}], " ", "initial", " ", "LPs", " ", "for", " ", RowBox[{"KernelCalculation", "[", "]"}]}], " ", "*)"}]], "Code",ExpressionU\ -UID->"838d1712-005e-4237-9e80-7c35d49604e8"], +UID->"624d35c9-ac22-4e42-802a-b7883806e870"], Cell[BoxData[{ RowBox[{ @@ -18576,8 +18785,8 @@ Cell[BoxData[{ RowBox[{"j", ",", " ", "i", ",", " ", RowBox[{"-", "Global`\[Delta]"}], ",", " ", "eps"}], "]"}], ",", " ", "\n", " ", "delconst"}], "}"}]}], "]"}], " ", "//", - " ", "Flatten"}]}], ";"}]}], "Code",ExpressionUUID->"c32766c1-00a9-498e-\ -b9aa-1c36640c5cbc"], + " ", "Flatten"}]}], ";"}]}], "Code",ExpressionUUID->"87234978-c9b1-4a2e-\ +8684-1759b3921d1c"], Cell[BoxData[{ RowBox[{ @@ -18696,7 +18905,7 @@ Cell[BoxData[{ RowBox[{"delconst", " ", "=", " ", RowBox[{"{", RowBox[{"Global`\[Delta]", " ", ">=", " ", "0"}], "}"}]}], - ";"}]}], "Code",ExpressionUUID->"87a21ec0-2fb5-440e-998a-3dd90dcef7f0"], + ";"}]}], "Code",ExpressionUUID->"cc0a9227-2e0b-4c11-b487-d4010fec02d1"], Cell[BoxData[{ RowBox[{ @@ -18842,7 +19051,7 @@ Cell[BoxData[{ RowBox[{"anf", ",", " ", "1"}], "]"}]}], ";"}]}], "]"}], ";", "\n", " ", RowBox[{"Return", "[", "menge", "]"}]}]}], "]"}]}], ";"}]}], "Code",Expr\ -essionUUID->"9001e4ee-ea2c-4bb0-8e2e-008b28781d15"], +essionUUID->"b7c7f2dc-56c5-4ba6-b99d-73ae6c17fff1"], Cell[BoxData[{ RowBox[{ @@ -18906,7 +19115,7 @@ Cell[BoxData[{ " ", "rg"}]}], "]"}]}], ";", "\n", " ", RowBox[{"Extract", "[", RowBox[{"ineq", ",", " ", "extpos"}], "]"}]}]}], "]"}]}], - ";"}]}], "Code",ExpressionUUID->"d504dc15-3d88-4c19-89dc-e6e4635d7ade"], + ";"}]}], "Code",ExpressionUUID->"74a1010d-37c8-41a4-9aad-08755b641536"], Cell[BoxData[ RowBox[{ @@ -19051,8 +19260,8 @@ Cell[BoxData[ " ", RowBox[{"{", RowBox[{"resl", ",", " ", "setofineq"}], "}"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n", "\n"}]], "Code",ExpressionUUID->"4568a1b2-3671-\ -4146-9be7-175dbdfc2f73"], + "]"}]}], ";"}], "\n", "\n"}]], "Code",ExpressionUUID->"3ee0fea5-4c21-\ +45df-8fda-a0d9a14122c7"], Cell[BoxData[ RowBox[{ @@ -19106,14 +19315,14 @@ Cell[BoxData[ RowBox[{"mengsys", ",", " ", "1"}], "]"}]}]}]}], "]"}], ";", " ", "\n", " ", RowBox[{"Return", "[", "const", "]"}]}]}], "]"}]}], ";"}]], "Code",Expre\ -ssionUUID->"4ccdc512-6219-4cdc-80c0-da186116ff4e"], +ssionUUID->"d70c9ddc-fc37-4ade-b59f-cfe533a27292"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ "Auxiliary", " ", "functions", " ", "to", " ", "verify", " ", "balancedness", " ", "of", " ", "the", " ", "excess", " ", "vector"}], " ", - "*)"}]], "Code",ExpressionUUID->"0fb30886-19b4-4a6b-a378-e0dc6d09cb42"], + "*)"}]], "Code",ExpressionUUID->"69903602-c0fd-4d26-b6d7-651bae89d68a"], Cell[BoxData[ RowBox[{ @@ -19128,7 +19337,7 @@ Cell[BoxData[ RowBox[{"MaxExcessBalanced", "[", RowBox[{"newgame", ",", " ", "pay"}], "]"}], "[", RowBox[{"[", "1", "]"}], "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",Expre\ -ssionUUID->"9fff01f8-cc2e-41d1-99fa-2650554a889c"], +ssionUUID->"4eb514d3-ab90-4827-8c92-6f7fd5141159"], Cell[BoxData[{ RowBox[{ @@ -19223,8 +19432,8 @@ Cell[BoxData[{ RowBox[{"{", "#", "}"}], "]"}]}], ")"}], " ", "&"}], " ", "/@", " ", RowBox[{"{", RowBox[{"Last", "[", "plj", "]"}], "}"}]}], " ", "/.", " ", - "asspay"}]}], ";"}], " "}]}], "Code",ExpressionUUID->"e56482fe-c1ce-\ -4729-833c-27935d507e74"], + "asspay"}]}], ";"}], " "}]}], "Code",ExpressionUUID->"ee1d20ad-c24f-\ +4454-a133-8bd597da2ebb"], Cell[BoxData[{ RowBox[{ @@ -19309,7 +19518,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";", RowBox[{"Return", "[", "]"}]}]}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"ee356409-9f71-456f-9519-02a5553cc275"], + ";"}]}], "Code",ExpressionUUID->"7abc1ece-8826-4897-8f41-54acb2ce327a"], Cell[BoxData[ RowBox[{ @@ -19331,8 +19540,8 @@ Cell[BoxData[ RowBox[{"v", "[", "#", "]"}], " ", "-", " ", RowBox[{"x", "[", "#", "]"}]}], " ", "&"}], ",", " ", "sij"}], "]"}], ",", "payass"}], "]"}], "]"}]}], "\n", " ", "]"}]}], - ";"}], "\n"}]], "Code",ExpressionUUID->"19d2ad31-7a5c-42bd-a458-\ -a2cfea42cc71"], + ";"}], "\n"}]], "Code",ExpressionUUID->"6140e0bb-f6a8-4347-a920-\ +27339c604ec9"], Cell[BoxData[ RowBox[{ @@ -19409,7 +19618,7 @@ Cell[BoxData[ RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";", RowBox[{"Return", "[", "]"}]}]}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]], "Code",ExpressionUUID->"33ea1c53-228a-4a5e-830a-6fec8af88490"], + ";"}]], "Code",ExpressionUUID->"b345f760-b322-42da-9534-53175dcffbfe"], Cell[BoxData[ RowBox[{ @@ -19430,7 +19639,7 @@ Cell[BoxData[ RowBox[{"v", "[", "#", "]"}], " ", "-", " ", RowBox[{"x", "[", "#", "]"}]}], " ", "&"}], ",", " ", "sij"}], "]"}], ",", "payass"}], "]"}], "]"}]}], "\n", " ", "]"}]}], - ";"}]], "Code",ExpressionUUID->"737a6664-f634-4938-807b-dbd8247f6db5"], + ";"}]], "Code",ExpressionUUID->"f6fcebf6-29c8-4628-86b0-db36bccb5855"], Cell[BoxData[{ RowBox[{ @@ -19569,8 +19778,8 @@ Cell[BoxData[{ RowBox[{"List", ",", RowBox[{"{", RowBox[{"minpi", ",", "minpj"}], "}"}]}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"68d7fedd-71c1-41b9-a3e1-\ -1834dbb52e94"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"a117ede0-3dbf-45c7-82cd-\ +fb2460c38a25"], Cell[BoxData[{ RowBox[{ @@ -19655,8 +19864,8 @@ Cell[BoxData[{ RowBox[{"dispmat", " ", "==", " ", "False"}], ",", " ", "ergb", ",", " ", "True", ",", " ", RowBox[{"DisplayResult", "[", "ergb", "]"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"0c2dac2d-7fe7-47af-8f67-\ -014d76f1a0b3"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"5dd04056-680d-4c7a-ae4b-\ +33c308872d26"], Cell[BoxData[{ RowBox[{ @@ -19747,7 +19956,7 @@ Cell[BoxData[{ RowBox[{"MatrixForm", "[", RowBox[{"PrependTo", "[", RowBox[{"surpl", ",", "mgij"}], "]"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"511a0cbd-82b4-4ddf-ada1-5fbaab002a79"], + ";"}]}], "Code",ExpressionUUID->"1ccff4d4-b476-49f7-8f2a-78cc9c032ce3"], Cell[BoxData[ RowBox[{ @@ -19960,7 +20169,7 @@ Cell[BoxData[ " ", RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "neq"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"34ca6dd6-a1da-49c4-98a3-d29129f3daa3"], + ";"}]}]}]], "Code",ExpressionUUID->"3e9d7cb5-1a1f-4c61-85bd-4b55e01328e7"], Cell[BoxData[{ RowBox[{ @@ -20086,7 +20295,7 @@ payoffs.\>\"", "]"}]}], "\n", ")"}]}], ";"}], "\n"}], "\n", " ", "True", ",", " ", RowBox[{"DisplayMessage", "[", "payoff", "]"}]}], "\n", " ", "\n", " ", "]"}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"d96dbaa9-4e00-461a-9d0c-a8ab7f6d5c67"], +"a963aaed-f78d-431b-a2ad-cc85b6d1a8c3"], Cell[BoxData[{ RowBox[{ @@ -20121,8 +20330,8 @@ Cell[BoxData[{ RowBox[{"game", ",", "payoff"}], "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{"DisplayMessage", "[", "payoff", "]"}]}], "\n", " ", "]"}]}], - "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"d70d077d-6b15-44b9-8c16-\ -3f54bf02a006"], + "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"f1b40381-fd4a-4065-b3ae-\ +f2522698bbc1"], Cell[BoxData[{ RowBox[{ @@ -20183,7 +20392,7 @@ Cell[BoxData[{ "\n", " ", RowBox[{"Append", "[", RowBox[{"indrat", ",", "eff"}], "]"}]}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"b5b87aee-d8c7-492d-a21c-4ffdcd626008"], + ";"}]}], "Code",ExpressionUUID->"483795df-a8e0-4c8c-a5d1-bc4e0504085c"], Cell[BoxData[{ RowBox[{ @@ -20413,7 +20622,7 @@ single payoff vector.\>\"", "]"}]}], "\n", "\n", ")"}]}], ";"}], "\n", "\n", " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"1b6f24b8-4fa4-4316-8e04-f8ac85ad9a4f"], +"f8c6cc6b-0bff-436e-b3cf-0204b13c3802"], Cell[BoxData[ RowBox[{ @@ -20777,7 +20986,7 @@ list.\>\"", "]"}], ";", "\n", " ", "Print", "[", "\"\\"", "]"}]}]}], "\n", " ", "]"}]}], ";"}], - "\n"}]}]], "Code",ExpressionUUID->"37c7e1eb-0a99-4c94-95c6-d3247a8544e6"], + "\n"}]}]], "Code",ExpressionUUID->"96f41782-94f7-4c13-bafe-e7b08070ff0c"], Cell[BoxData[{ RowBox[{ @@ -20866,8 +21075,8 @@ Cell[BoxData[{ RowBox[{"SetGameToNonZeroMonotonic", " ", "->", " ", "notzeromono"}], ",", RowBox[{"Method", "->", "mth"}]}], "]"}]}]}]}], "\n", "\n", "\n", - " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"d015ed19-4a6a-4222-b86e-\ -5b9ff601817a"], + " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"df42ea3a-8a0a-485f-8bdf-\ +57154f6e9e14"], Cell[BoxData[ RowBox[{ @@ -20955,7 +21164,7 @@ Cell[BoxData[ RowBox[{"Method", "->", "mth"}]}], "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->\ -"9c434bf2-6b79-447e-872e-e2f4b4e5e1f8"], +"b02d8f76-ee61-41f0-a2ba-576e7fb1d6d1"], Cell[BoxData[ RowBox[{ @@ -21345,7 +21554,7 @@ Calculation!\>\"", "]"}], ";", "\n", RowBox[{"Method", "->", "mth"}]}], "]"}]}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}]], "Code",Express\ -ionUUID->"c795b4a8-3ba5-43f1-9ddf-adb3b6216d76"], +ionUUID->"e6b54d64-2a19-4129-a697-721db8edfe35"], Cell[BoxData[{ RowBox[{ @@ -21583,7 +21792,7 @@ MaxExcessBalanced.\>\"", "]"}], ";"}]}], "\n", " ", "]"}]}], ";"}], "\n", RowBox[{ "kersol", ",", "objfunc", ",", "nb", ",", "var", ",", "tra"}], "}"}]}], "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"6e3c5d2b-c3f1-4d54-959d-a11d375f6d8a"], +"4823c69f-a079-4bfc-b167-cf01ba80b842"], Cell[BoxData[{ RowBox[{ @@ -21782,7 +21991,7 @@ Cell[BoxData[{ RowBox[{ "kersol", ",", "objfunc", ",", "nb", ",", "var", ",", "tra"}], "}"}]}], "]"}]}]}], "\n", "\n", "]"}]}], ";"}]}], "Code",ExpressionUU\ -ID->"96c7639c-5dc8-48d6-9452-311ea690c06a"], +ID->"8a627e09-7b4e-4892-a6d2-3720963e1a32"], Cell[BoxData[ RowBox[{ @@ -22021,8 +22230,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";", "pkl"}]}], "]"}], ",", "kl"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"4d96c250-a6bb-4b1d-91a9-\ -5d958fb682e0"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"d3307d5e-be1a-4fe2-8eb0-\ +8f1d90914555"], Cell[BoxData[ RowBox[{ @@ -22173,15 +22382,15 @@ Cell[BoxData[ "oldres", ",", " ", "obj", ",", " ", "newineq", ",", " ", "var", ",", " ", "T", ",", " ", "callm", ",", " ", "sil", ",", " ", "mth", " ", ",", " ", "valzf"}], "]"}]}], "]"}]}]}], "\n", "]"}]}], - ";"}]], "Code",ExpressionUUID->"4fdae2dd-787e-48eb-9903-f8bd520559a2"], + ";"}]], "Code",ExpressionUUID->"0877bd48-ef2c-4f8c-8f9d-001f0848d09f"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ "Section", " ", "ends", " ", "to", " ", "determine", " ", "a", " ", "Kernel", " ", "Range", " ", "from", " ", "an", " ", - RowBox[{"LP", "."}]}], " ", "*)"}]], "Code",ExpressionUUID->"a604dc40-82c8-\ -47a2-a92f-639b1119006b"], + RowBox[{"LP", "."}]}], " ", "*)"}]], "Code",ExpressionUUID->"ac6dd06e-7600-\ +4d42-80d9-f7653293c949"], Cell[BoxData[ RowBox[{ @@ -22246,8 +22455,8 @@ Cell[BoxData[ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"AntiPreKernelSolution", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"9f7ce2c5-d924-4c14-8e6e-\ -5cd4c7759ed4"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"00522248-9f02-4a8b-89a1-\ +cd56613c0ccb"], Cell[BoxData[{ RowBox[{ @@ -22352,8 +22561,8 @@ Cell[BoxData[{ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"PreKernelSolution", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"08a5ec72-265b-4679-a055-\ -e3ee414abad3"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"c95e98fc-ba77-4949-8fda-\ +60ada7df327e"], Cell[BoxData[{ RowBox[{ @@ -22748,8 +22957,8 @@ length!\>\"", "]"}], ";", "\n", " ", RowBox[{"\"\\"", ",", " ", RowBox[{"2", "^", RowBox[{"Length", "[", "T", "]"}]}]}], "]"}], ";"}]}], "\n", "]"}]}], - ";"}], "\n"}], "Code",ExpressionUUID->"8866b8af-0933-4d4f-ab6f-\ -c459146e26a8"], + ";"}], "\n"}], "Code",ExpressionUUID->"9cc108dd-d2ef-4903-a7b9-\ +1e233ed59438"], Cell[BoxData[{ RowBox[{ @@ -23113,8 +23322,8 @@ Cell[BoxData[{ ",", RowBox[{"N", "[", RowBox[{"addexc", " ", "-", " ", "fucval"}], "]"}]}], "]"}], ";"}]}], - "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"992db07c-728d-46c8-\ -b6b5-23a9a54e9f2a"], + "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"2c47f864-b756-4d8c-\ +821a-7c898aa7fc0f"], Cell[BoxData[ RowBox[{ @@ -23233,7 +23442,7 @@ Cell[BoxData[ RowBox[{ "\"\\"", ",", " ", "alpscal"}], "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"72cdfa6a-9e06-47be-9560-80fe4b56c15a"], + ";"}]}]}]], "Code",ExpressionUUID->"af73d870-787a-4881-a704-4704e9e6218a"], Cell[BoxData[ RowBox[{ @@ -23380,8 +23589,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"Length", "[", "extps", "]"}], "===", "0"}], ",", "pvec", ",", "extps"}], "]"}]}], ";", "\n", " ", "res"}]}], "\n", - "]"}]}], ";"}], "\n", "\n"}]}]], "Code",ExpressionUUID->"eb9c1dd8-a0f8-\ -4024-8876-45a6b88ca9ab"], + "]"}]}], ";"}], "\n", "\n"}]}]], "Code",ExpressionUUID->"78e1cfbf-7397-\ +4be9-8e04-44d43e835a31"], Cell[BoxData[ RowBox[{ @@ -23498,7 +23707,7 @@ Cell[BoxData[ " ", "effective", " ", "coalitions", " ", "to", " ", "balance", " ", "the", " ", "maximum", " ", RowBox[{"surpluses", "."}]}], "\n", "*)"}]}]}]], "Code",ExpressionUUID->\ -"4dda1500-0f13-42e9-a8f0-d4718bfefe07"], +"b4c6ca3a-58f2-4bf7-bf34-4aa9ca637eb1"], Cell[BoxData[{ RowBox[{ @@ -23791,8 +24000,8 @@ Cell[BoxData[{ RowBox[{"maxsurp", ",", "False"}], "]"}], ",", " ", "sigcoal", ",", RowBox[{"{", RowBox[{"sigcoal", ",", "amax"}], "}"}]}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"ab96982d-af5b-4cbf-a471-\ -b2115d440d78"], + "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"05334d5b-09b3-4c09-8cec-\ +380136e214b8"], Cell[BoxData[ RowBox[{ @@ -23879,7 +24088,7 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"First", "[", "extcoal", "]"}]}], "]"}]}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}], "\n", "\n"}]], "Code",Express\ -ionUUID->"7b9bf2ed-57d4-4f17-9fdf-4f83da43f096"], +ionUUID->"44f2e605-3574-4cf7-9ca8-a519d30cb3f1"], Cell[BoxData[ RowBox[{ @@ -23966,8 +24175,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"7227dd09-27f4-42fe-8944-\ -dd6b142c31aa"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"8fa83ad6-189c-41f3-a9f8-\ +7f2ebabdad0f"], Cell[BoxData[{ RowBox[{ @@ -24183,8 +24392,8 @@ Cell[BoxData[{ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"fb9219c4-b127-4392-bcd1-\ -f438de0452bc"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"1d4868a9-2bf2-4ee8-ba65-\ +ed38be29f447"], Cell[BoxData[{ RowBox[{ @@ -24400,8 +24609,8 @@ Cell[BoxData[{ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"3737f0bb-abb7-49de-bfaa-\ -225b8f727ed0"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"0fa85ab5-36ff-4f73-bc12-\ +c4a96ae5e2f1"], Cell[BoxData[{ RowBox[{ @@ -24589,8 +24798,8 @@ Cell[BoxData[{ RowBox[{"effvec", "==", "True"}], ",", " ", RowBox[{"Prepend", "[", RowBox[{"detunan", ",", "onesv"}], "]"}], ",", " ", "detunan"}], - "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"b1e30025-\ -93a9-4cf6-8d6b-f336644d46f7"], + "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"7aa97a43-\ +f588-43f1-ba17-dec9ea0f7b9a"], Cell[BoxData[ RowBox[{ @@ -24611,7 +24820,7 @@ Cell[BoxData[ RowBox[{"DetDircSetIJ", "[", RowBox[{"#", ",", " ", "powers"}], "]"}], " ", "&"}], " ", "/@", " ", "bsccoal"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->\ -"f9587ace-5f15-4f85-81f0-129604e05cc2"], +"aee1762f-d2bc-4768-b159-f372b49aa8f4"], Cell[BoxData[{ RowBox[{ @@ -24745,8 +24954,8 @@ Cell[BoxData[{ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"c3e16a17-7fe6-4d63-8d0c-\ -a629c9c3f773"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"1f56e23a-db59-4233-929a-\ +3e2ef3acc391"], Cell[BoxData[{ RowBox[{ @@ -24911,8 +25120,8 @@ Cell[BoxData[{ RowBox[{"Length", "[", "T", "]"}]}]}], ";", "\n", " ", RowBox[{"PreKernel", "[", RowBox[{"game", ",", "pay", ",", "opts"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"79487d0a-f0ff-445a-b9f6-\ -c3b8570ed4dd"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"a08c49e2-5ec7-42df-8760-\ +3700f3ca1876"], Cell[BoxData[ RowBox[{ @@ -24990,8 +25199,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"PrintRemark", "[", "payoff", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", - "]"}]}], ";"}]], "Code",ExpressionUUID->"0a4ebb26-bd8f-4758-b499-\ -b47e981c7af2"], + "]"}]}], ";"}]], "Code",ExpressionUUID->"85e68b6e-69fd-4800-a4ce-\ +4d0500309d1d"], Cell[BoxData[ RowBox[{ @@ -25068,8 +25277,8 @@ Cell[BoxData[ ";", "\n", " ", RowBox[{"PreKernelAlg2", "[", RowBox[{"game", ",", "xvec", ",", "opts"}], "]"}]}]}], "]"}]}]}], - " ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"0dcde3f5-a61a-\ -4c58-b142-bcb0f4a7f9dc"], + " ", "\n", " ", "]"}]}], ";"}]], "Code",ExpressionUUID->"9564e144-1230-\ +4d85-b86a-0e83ca4c65ea"], Cell[BoxData[ RowBox[{ @@ -25293,7 +25502,7 @@ Cell[BoxData[ RowBox[{"Silent", " ", "->", " ", "sil"}], ",", " ", RowBox[{"SmallestCardinality", " ", "->", " ", "smc"}]}], "]"}]}], "]"}]}]}], " ", "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->\ -"7e262891-30c6-451f-b459-bf408f0985c7"], +"df4c406a-75ba-422c-ab67-4105d4d2be9f"], Cell[BoxData[{ RowBox[{ @@ -25453,8 +25662,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{"-", " ", RowBox[{"smex", ".", "edvec"}]}], "/", "nrsq"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"0afea1c1-8933-4c78-9d64-\ -cca76aa2a775"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"2f913124-25cc-474d-b922-\ +15612a4d7816"], Cell[BoxData[ RowBox[{ @@ -25667,8 +25876,8 @@ Cell[BoxData[ RowBox[{"{", RowBox[{"gradpv", ",", " ", RowBox[{"Flatten", "[", "cgate", "]"}]}], "}"}]}]}], "\n", " ", - "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"54663961-27c7-4e28-8f3d-\ -07c46982f4e2"], + "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"ba422a49-af1a-4fc7-81eb-\ +c2ff76e5c2c7"], Cell[BoxData[{ RowBox[{ @@ -25763,7 +25972,7 @@ of h has no solution.\>\"", "]"}]}], ";"}], "\n"}], "\n", RowBox[{ "\"\\"", ",", " ", RowBox[{"Length", "[", "hstfunc", "]"}]}], "]"}]}], ")"}]}], - ";"}]}], "Code",ExpressionUUID->"fb68304b-7ff7-443a-a333-61caf0034891"], + ";"}]}], "Code",ExpressionUUID->"4142e98c-ddaf-4cb9-b62d-f057d4b72aa3"], Cell[BoxData[ RowBox[{ @@ -25791,8 +26000,8 @@ objective function h,\>\"", "]"}], ";", "\n", " ", solution is not a unique vector!\>\"", "]"}], ";", "\n", " ", RowBox[{ "Print", "[", "\"\\"", - "]"}]}], "\n", ")"}]}], ";"}]], "Code",ExpressionUUID->"efbe7288-f3a5-\ -42a6-9056-6e2821e19538"], + "]"}]}], "\n", ")"}]}], ";"}]], "Code",ExpressionUUID->"9d6f3324-9c14-\ +482a-ae11-cf334289ed93"], Cell[BoxData[{ RowBox[{ @@ -25885,7 +26094,7 @@ vector.\>\"", "]"}], ";", "\n", " ", RowBox[{ RowBox[{"(*", " ", RowBox[{"Kernel", " ", "section", " ", "ends"}], " ", "*)"}]}]}], "Code",Ex\ -pressionUUID->"a1263af0-0d00-44c1-a64b-0d53aced4ec1"], +pressionUUID->"9159bc2e-9e29-4f29-a7fc-acb9091e9d8f"], Cell[BoxData[ RowBox[{ @@ -25939,7 +26148,19 @@ Cell[BoxData[ RowBox[{"0", ",", RowBox[{"{", RowBox[{"m", ",", "d", ",", "a"}], "}"}]}], "]"}]}], "]"}]}], ";"}], - "\n", "\n", + "\n", + RowBox[{ + RowBox[{ + RowBox[{"AllVerticesWithAdjacency", "[", + RowBox[{"m_Integer", ",", " ", "d_Integer", ",", " ", "a_String"}], + "]"}], " ", ":=", " ", + RowBox[{"ExternalCall", "[", + RowBox[{"cddml2", ",", + RowBox[{"CallPacket", "[", + RowBox[{"1", ",", + RowBox[{"{", + RowBox[{"m", ",", "d", ",", "a"}], "}"}]}], "]"}]}], "]"}]}], ";"}], + "\n", RowBox[{ RowBox[{ RowBox[{"AllVerticesWithAdjacency2", "[", @@ -25951,6 +26172,30 @@ Cell[BoxData[ RowBox[{"1", ",", RowBox[{"{", RowBox[{"m", ",", "d", ",", "a"}], "}"}]}], "]"}]}], "]"}]}], ";"}], + "\n", + RowBox[{ + RowBox[{ + RowBox[{"AllFacetsWithAdjacency", "[", + RowBox[{"n_Integer", ",", " ", "d_Integer", ",", " ", "g_String"}], + "]"}], " ", ":=", " ", + RowBox[{"ExternalCall", "[", + RowBox[{"cddmlgmp", ",", + RowBox[{"CallPacket", "[", + RowBox[{"1", ",", + RowBox[{"{", + RowBox[{"n", ",", "d", ",", "g"}], "}"}]}], "]"}]}], "]"}]}], ";"}], + "\n", + RowBox[{ + RowBox[{ + RowBox[{"AllFacetsWithAdjacency2", "[", + RowBox[{"n_Integer", ",", " ", "d_Integer", ",", " ", "g_String"}], + "]"}], " ", ":=", " ", + RowBox[{"ExternalCall", "[", + RowBox[{"cddml2", ",", + RowBox[{"CallPacket", "[", + RowBox[{"1", ",", + RowBox[{"{", + RowBox[{"n", ",", "d", ",", "g"}], "}"}]}], "]"}]}], "]"}]}], ";"}], "\n", "\n", RowBox[{ RowBox[{ @@ -26318,7 +26563,7 @@ Cell[BoxData[ RowBox[{"Drop", "[", RowBox[{"#", ",", " ", "1"}], "]"}], " ", "&"}], " ", "/@", " ", "sortlist"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}]}]], "Code",Expr\ -essionUUID->"ed2fd808-ae77-43fb-bbf4-14fa6536544c"], +essionUUID->"876edbbe-c01a-4f94-9bb9-35faa0adae80"], Cell[BoxData[{ RowBox[{ @@ -26449,7 +26694,7 @@ Cell[BoxData[{ RowBox[{"Drop", "[", RowBox[{"#", ",", " ", "1"}], "]"}], " ", "&"}], " ", "/@", " ", "sortlist"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}], "Code",Expressio\ -nUUID->"f89257d8-b8dc-4641-870d-999823904dcc"], +nUUID->"1777e569-1ed6-487e-ba3a-4ac95501812a"], Cell[BoxData[{ RowBox[{ @@ -26614,7 +26859,7 @@ Cell[BoxData[{ RowBox[{"vertlist1", ",", "incidences1"}], "}"}], ",", "\n", " ", "True", ",", " ", "vertlist1"}], "\n", " ", "]"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionU\ -UID->"f8282c3e-bee0-4f6a-8c5c-a9c827ae8d50"], +UID->"11284304-5f03-46fc-9563-6668337fe913"], Cell[BoxData[{ RowBox[{ @@ -26689,10 +26934,15 @@ Cell[BoxData[{ RowBox[{"string1", "=", RowBox[{"ToString", "[", RowBox[{"extmat", ",", "InputForm"}], "]"}]}], ";", "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Print", "[", + RowBox[{"\"\\"", ",", "string1"}], "]"}], ";"}], " ", + "*)"}], "\n", " ", RowBox[{ RowBox[{"{", RowBox[{"m1", ",", "d1"}], "}"}], "=", - RowBox[{"Dimensions", "[", "extmat", "]"}]}], ";", "\n", "\t ", + RowBox[{"Dimensions", "[", "extmat", "]"}]}], ";", "\n", " ", RowBox[{ RowBox[{"{", RowBox[{ @@ -26700,9 +26950,17 @@ Cell[BoxData[{ RowBox[{"vert1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], " ", "=", " ", - RowBox[{"AllVerticesWithAdjacency2", "[", - RowBox[{"m1", ",", "d1", ",", "string1"}], "]"}]}], ";", "\n", - " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllVerticesWithAdjacency2", "[", + RowBox[{"m1", ",", "d1", ",", "string1"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllVerticesWithAdjacency", "[", + RowBox[{"m1", ",", "d1", ",", "string1"}], "]"}]}], "]"}]}], ";", + "\n", " ", RowBox[{"vertlist1", " ", "=", " ", RowBox[{"Map", "[", RowBox[{ @@ -26728,18 +26986,25 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{ - RowBox[{"CddGmpPlotImputationSet", "[", "game_", "]"}], " ", ":=", " ", - "\n", " ", + RowBox[{"CddGmpPlotImputationSet", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "CddGmpPlotCore", "]"}]}]}], "]"}], " ", + ":=", " ", "\n", " ", RowBox[{"Block", "[", RowBox[{ RowBox[{"{", RowBox[{ - "liste", ",", " ", "zwmat", ",", " ", "finmat", ",", " ", "bvec", ",", - " ", "extmat", ",", " ", "m", ",", " ", "d1", ",", " ", "vert1", ",", - " ", "string1", ",", " ", "vertlist1", ",", " ", "linearity1", ",", - " ", "sortlist", ",", " ", "ecdlist1", ",", "eadlist1", ",", - "icdlist1", ",", "iadlist1"}], "}"}], ",", "\n", " ", + "ratexact", ",", "liste", ",", " ", "zwmat", ",", " ", "finmat", ",", + " ", "bvec", ",", " ", "extmat", ",", " ", "m", ",", " ", "d1", ",", + " ", "vert1", ",", " ", "string1", ",", " ", "vertlist1", ",", " ", + "linearity1", ",", " ", "sortlist", ",", " ", "ecdlist1", ",", + "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], ",", "\n", + " ", RowBox[{ + RowBox[{"ratexact", " ", "=", " ", + RowBox[{"OptionValue", "[", "RationalExact", "]"}]}], ";", " ", + "\n", " ", RowBox[{"liste", " ", "=", " ", RowBox[{"Table", "[", RowBox[{ @@ -26798,8 +27063,17 @@ Cell[BoxData[{ RowBox[{"vert1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], " ", "=", " ", - RowBox[{"AllVerticesWithAdjacency2", "[", - RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], ";", "\n", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllVerticesWithAdjacency2", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllVerticesWithAdjacency", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], "]"}]}], ";", + "\n", " ", RowBox[{"vert1", " ", "=", " ", RowBox[{"Drop", "[", RowBox[{ @@ -26932,16 +27206,19 @@ Cell[BoxData[{ RowBox[{ RowBox[{"{", RowBox[{ - "propcont", ",", "liste", ",", " ", "zwmat", ",", " ", "finmat", ",", - " ", "reasout", ",", "propout", ",", "bvec", ",", " ", "extmat", ",", - " ", "m", ",", " ", "d1", ",", " ", "vert1", ",", " ", "vertlist1", - ",", " ", "string1", ",", " ", "linearity1", ",", " ", "incidences1", - ",", " ", "sortlist", ",", "ecdlist1", ",", "eadlist1", ",", - "icdlist1", ",", "iadlist1"}], "}"}], ",", "\n", " ", + "ratexact", ",", "propcont", ",", "liste", ",", " ", "zwmat", ",", " ", + "finmat", ",", " ", "reasout", ",", "propout", ",", "bvec", ",", " ", + "extmat", ",", " ", "m", ",", " ", "d1", ",", " ", "vert1", ",", " ", + "vertlist1", ",", " ", "string1", ",", " ", "linearity1", ",", " ", + "incidences1", ",", " ", "sortlist", ",", "ecdlist1", ",", "eadlist1", + ",", "icdlist1", ",", "iadlist1"}], "}"}], ",", "\n", " ", RowBox[{ RowBox[{"propcont", " ", "=", " ", RowBox[{"OptionValue", "[", "ProperContribution", "]"}]}], ";", "\n", " ", + RowBox[{"ratexact", " ", "=", " ", + RowBox[{"OptionValue", "[", "RationalExact", "]"}]}], ";", " ", "\n", + " ", RowBox[{"liste", " ", "=", " ", RowBox[{"Table", "[", RowBox[{ @@ -27016,9 +27293,17 @@ Cell[BoxData[{ RowBox[{"{", RowBox[{"vert1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], " ", "=", " ", - RowBox[{"AllVerticesWithAdjacency2", "[", - RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], ";", "\n", " ", - + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllVerticesWithAdjacency2", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllVerticesWithAdjacency", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], "]"}]}], ";", + "\n", " ", RowBox[{"vert1", " ", "=", " ", RowBox[{"Drop", "[", RowBox[{ @@ -27046,7 +27331,7 @@ Cell[BoxData[{ RowBox[{"vertlist1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", "iadlist1", ",", "extmat"}], "}"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"812c1ab0-7e87-421a-ba37-d896fa0be9fb"], +"859492e9-487a-46bb-adcc-aaa70e53b0af"], Cell[BoxData[{ RowBox[{ @@ -27059,129 +27344,333 @@ Cell[BoxData[{ ")"}]}], ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{ - RowBox[{"CddGmpPlotLowerSet", "[", - RowBox[{"game_", ",", - RowBox[{"opts", ":", - RowBox[{"OptionsPattern", "[", "CddGmpPlotLowerSet", "]"}]}]}], "]"}], - " ", ":=", " ", "\n", " ", - RowBox[{"Block", "[", - RowBox[{ - RowBox[{"{", - RowBox[{ - "liste", ",", " ", "zwmat", ",", " ", "finmat", ",", " ", "bvec", ",", - " ", "smc", ",", " ", "extmat", ",", " ", "m", ",", " ", "d1", ",", - " ", "vert1", ",", " ", "vertlist1", ",", " ", "string1", ",", " ", - "linearity1", ",", " ", "incidences1", ",", " ", "sortlist", ",", - "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", "iadlist1"}], - "}"}], ",", "\n", " ", + RowBox[{"CddGmpPlotLowerSet", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "CddGmpPlotLowerSet", "]"}]}]}], "]"}], + " ", ":=", " ", "\n", " ", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", RowBox[{ - RowBox[{"liste", " ", "=", " ", - RowBox[{"Table", "[", - RowBox[{ - RowBox[{"If", "[", - RowBox[{ - RowBox[{"i", " ", ">=", " ", "j"}], ",", " ", "1", ",", " ", - "0"}], "]"}], ",", " ", - RowBox[{"{", - RowBox[{"i", ",", " ", - RowBox[{"Length", "[", "T", "]"}]}], "}"}], ",", " ", - RowBox[{"{", - RowBox[{"j", ",", " ", - RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}]}], ";", "\n", - " ", - RowBox[{"zwmat", " ", "=", " ", - RowBox[{"Flatten", "[", - RowBox[{ - RowBox[{ - RowBox[{ - RowBox[{"Permutations", "[", "#", "]"}], " ", "&"}], " ", "/@", - " ", "liste"}], ",", " ", "1"}], "]"}]}], ";", "\n", " ", - RowBox[{"finmat", " ", "=", " ", - RowBox[{"-", - RowBox[{"Append", "[", + "ratexact", ",", "liste", ",", " ", "zwmat", ",", " ", "finmat", ",", + " ", "bvec", ",", " ", "smc", ",", " ", "extmat", ",", " ", "m", ",", + " ", "d1", ",", " ", "vert1", ",", " ", "vertlist1", ",", " ", + "string1", ",", " ", "linearity1", ",", " ", "incidences1", ",", " ", + "sortlist", ",", "ecdlist1", ",", "eadlist1", ",", "icdlist1", ",", + "iadlist1"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"ratexact", " ", "=", " ", + RowBox[{"OptionValue", "[", "RationalExact", "]"}]}], ";", "\n", + " ", + RowBox[{"liste", " ", "=", " ", + RowBox[{"Table", "[", + RowBox[{ + RowBox[{"If", "[", RowBox[{ - RowBox[{"Take", "[", - RowBox[{"zwmat", ",", " ", - RowBox[{"Length", "[", "T", "]"}]}], "]"}], ",", " ", - RowBox[{"Last", "[", "zwmat", "]"}]}], "]"}]}]}], ";", "\n", - " ", - RowBox[{"smc", " ", "=", " ", - RowBox[{"SmallestContributionVector", "[", "game", "]"}]}], ";", "\n", - " ", + RowBox[{"i", " ", ">=", " ", "j"}], ",", " ", "1", ",", " ", "0"}], + "]"}], ",", " ", + RowBox[{"{", + RowBox[{"i", ",", " ", + RowBox[{"Length", "[", "T", "]"}]}], "}"}], ",", " ", + RowBox[{"{", + RowBox[{"j", ",", " ", + RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"zwmat", " ", "=", " ", + RowBox[{"Flatten", "[", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"Permutations", "[", "#", "]"}], " ", "&"}], " ", "/@", + " ", "liste"}], ",", " ", "1"}], "]"}]}], ";", "\n", " ", + RowBox[{"finmat", " ", "=", " ", + RowBox[{"-", + RowBox[{"Append", "[", + RowBox[{ + RowBox[{"Take", "[", + RowBox[{"zwmat", ",", " ", + RowBox[{"Length", "[", "T", "]"}]}], "]"}], ",", " ", + RowBox[{"Last", "[", "zwmat", "]"}]}], "]"}]}]}], ";", "\n", " ", + RowBox[{"smc", " ", "=", " ", + RowBox[{"SmallestContributionVector", "[", "game", "]"}]}], ";", "\n", + " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"smc", ",", + RowBox[{"Table", "[", + RowBox[{"0", ",", + RowBox[{"{", + RowBox[{"i", ",", + RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}]}], "]"}], + ",", " ", + RowBox[{ + "Print", "[", + "\"\\"", "]"}], + ",", "\n", " ", "True", ",", "True"}], "]"}], ";", + "\n", " ", + RowBox[{"bvec", " ", "=", " ", + RowBox[{"Rationalize", "[", + RowBox[{"Append", "[", + RowBox[{"smc", ",", " ", + RowBox[{"-", + RowBox[{"v", "[", "T", "]"}]}]}], "]"}], "]"}]}], ";", "\n", + " ", + RowBox[{"extmat", " ", "=", " ", + RowBox[{"MapThread", "[", + RowBox[{"Prepend", ",", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"-", "finmat"}], ",", " ", "bvec"}], "}"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"m", ",", " ", "d1"}], "}"}], " ", "=", " ", + RowBox[{"Dimensions", "[", "extmat", "]"}]}], ";", "\n", " ", + RowBox[{"string1", "=", + RowBox[{"ToString", "[", + RowBox[{"extmat", ",", "InputForm"}], "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vert1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", + "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], " ", "=", " ", RowBox[{"Which", "[", RowBox[{ RowBox[{"SameQ", "[", - RowBox[{"smc", ",", - RowBox[{"Table", "[", - RowBox[{"0", ",", - RowBox[{"{", - RowBox[{"i", ",", - RowBox[{"Length", "[", "T", "]"}]}], "}"}]}], "]"}]}], "]"}], - ",", " ", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllVerticesWithAdjacency2", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllVerticesWithAdjacency", "[", + RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{"vert1", " ", "=", " ", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"Sort", "[", "vert1", "]"}], ",", + RowBox[{"Length", "[", "T", "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"vertlist1", " ", "=", " ", + RowBox[{"Map", "[", + RowBox[{ RowBox[{ - "Print", "[", - "\"\\"", "]"}], - ",", "\n", " ", "True", ",", "True"}], "]"}], ";", - "\n", " ", - RowBox[{"bvec", " ", "=", " ", - RowBox[{"Rationalize", "[", - RowBox[{"Append", "[", - RowBox[{"smc", ",", " ", - RowBox[{"-", - RowBox[{"v", "[", "T", "]"}]}]}], "]"}], "]"}]}], ";", "\n", - " ", - RowBox[{"extmat", " ", "=", " ", - RowBox[{"MapThread", "[", - RowBox[{"Prepend", ",", " ", - RowBox[{"{", + RowBox[{"Drop", "[", + RowBox[{"#", ",", "1"}], "]"}], "&"}], ",", " ", + RowBox[{"ToExpression", "[", "vert1", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"Length", "[", "vertlist1", "]"}], ",", "1"}], "]"}], ",", + RowBox[{ + RowBox[{"Print", "[", "\"\\"", "]"}], + ";"}], ",", "True", ",", "True"}], "]"}], ";", "\n", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"vertlist1", ",", "linearity1"}], "}"}], ",", "ecdlist1", + ",", "eadlist1", ",", "icdlist1", ",", "iadlist1", ",", "extmat"}], + "}"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ +"a4824346-70ed-40f7-88cc-afd5f74e8ef0"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{ + RowBox[{"CddGmpPlotWeberSet", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"CddGmpPlotWeberSet", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"CddGmpPlotWeberSet", "[", + RowBox[{"game_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "CddGmpPlotWeberSet", "]"}]}]}], "]"}], + " ", ":=", " ", "\n", " ", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "psm", ",", "ratexact", ",", " ", "mgval", ",", "extmgval", ",", + "extvec", ",", "extvert", ",", "m1", ",", "d1", ",", "faclist1", ",", + " ", "equalities1", ",", " ", "icdlist1", ",", " ", "iadlist1", ",", + " ", "ecdlist1", ",", " ", "eadlist1", ",", "m2", ",", "d2", ",", + "faclist2", ",", " ", "equalities2", ",", " ", "icdlist2", ",", " ", + "iadlist2", ",", " ", "ecdlist2", ",", " ", "eadlist2", ",", "bd", + ",", "faces", ",", "string1", ",", "extmat", ",", "extmat1"}], "}"}], + ",", "\n", " ", + RowBox[{ + RowBox[{"psm", " ", "=", " ", + RowBox[{"OptionValue", "[", "RedDim", "]"}]}], ";", "\n", " ", + RowBox[{"ratexact", " ", "=", " ", + RowBox[{"OptionValue", "[", "RationalExact", "]"}]}], ";", " ", + "\n", " ", + RowBox[{"mgval", "=", + RowBox[{"MargValue", "[", "game", "]"}]}], ";", "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"extvec", "=", + RowBox[{ RowBox[{ - RowBox[{"-", "finmat"}], ",", " ", "bvec"}], "}"}]}], "]"}]}], - ";", "\n", " ", + RowBox[{"Vec4DToSimplex", "[", "#", "]"}], " ", "&"}], "/@", " ", + "mgval"}]}], ";"}], " ", "*)"}], "\n", " ", + RowBox[{"extvec", " ", "=", " ", + RowBox[{"ListRedDim4D", "[", + RowBox[{"mgval", ",", " ", + RowBox[{"RedDim", "->", "psm"}]}], "]"}]}], ";", " ", "\n", " ", + RowBox[{"extvert", "=", + RowBox[{ + RowBox[{ + RowBox[{"Prepend", "[", + RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", + "extvec"}]}], ";", " ", "\n", " ", + RowBox[{"extmgval", "=", + RowBox[{ + RowBox[{ + RowBox[{"Prepend", "[", + RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", "mgval"}]}], + ";", "\n", " ", RowBox[{ RowBox[{"{", - RowBox[{"m", ",", " ", "d1"}], "}"}], " ", "=", " ", - RowBox[{"Dimensions", "[", "extmat", "]"}]}], ";", "\n", " ", + RowBox[{"m1", ",", "d1"}], "}"}], "=", + RowBox[{"Dimensions", "[", "extvert", "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"{", + RowBox[{"m2", ",", "d2"}], "}"}], "=", + RowBox[{"Dimensions", "[", "extmgval", "]"}]}], ";", "\n", " ", RowBox[{"string1", "=", RowBox[{"ToString", "[", - RowBox[{"extmat", ",", "InputForm"}], "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{"Flatten", "[", "extvert", "]"}], ",", "InputForm"}], + "]"}]}], ";", "\n", " ", + RowBox[{"string2", "=", + RowBox[{"ToString", "[", + RowBox[{ + RowBox[{"Flatten", "[", "extmgval", "]"}], ",", "InputForm"}], + "]"}]}], ";", "\n", " ", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"{", - RowBox[{"vert1", ",", "linearity1"}], "}"}], ",", "ecdlist1", ",", - "eadlist1", ",", "icdlist1", ",", "iadlist1"}], "}"}], " ", "=", - " ", - RowBox[{"AllVerticesWithAdjacency2", "[", - RowBox[{"m", ",", "d1", ",", "string1"}], "]"}]}], ";", "\n", " ", - RowBox[{"vert1", " ", "=", " ", - RowBox[{"Drop", "[", + RowBox[{"faclist1", ",", " ", "equalities1"}], "}"}], ",", " ", + "icdlist1", ",", " ", "iadlist1", ",", " ", "ecdlist1", ",", " ", + "eadlist1"}], "}"}], "=", + RowBox[{"Which", "[", RowBox[{ - RowBox[{"Sort", "[", "vert1", "]"}], ",", - RowBox[{"Length", "[", "T", "]"}]}], "]"}]}], ";", "\n", " ", - RowBox[{"vertlist1", " ", "=", " ", - RowBox[{"Map", "[", + RowBox[{"SameQ", "[", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllFacetsWithAdjacency", "[", + RowBox[{"m1", ",", "d1", ",", "string1"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllFacetsWithAdjacency2", "[", + RowBox[{"m1", ",", "d1", ",", "string1"}], "]"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{ + RowBox[{"{", RowBox[{ - RowBox[{ - RowBox[{"Drop", "[", - RowBox[{"#", ",", "1"}], "]"}], "&"}], ",", " ", - RowBox[{"ToExpression", "[", "vert1", "]"}]}], "]"}]}], ";", "\n", - " ", - RowBox[{"Which", "[", + RowBox[{"{", + RowBox[{"faclist2", ",", " ", "equalities2"}], "}"}], ",", " ", + "icdlist2", ",", " ", "iadlist2", ",", " ", "ecdlist2", ",", " ", + "eadlist2"}], "}"}], "=", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"ratexact", ",", "True"}], "]"}], ",", + RowBox[{"AllFacetsWithAdjacency", "[", + RowBox[{"m2", ",", "d2", ",", "string2"}], "]"}], ",", "\n", + " \ + ", "True", ",", + RowBox[{"AllFacetsWithAdjacency2", "[", + RowBox[{"m2", ",", "d2", ",", "string2"}], "]"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{"bd", "=", RowBox[{ - RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"Take", "[", + RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", + "faclist1"}]}], ";", "\n", " ", + RowBox[{"faces", "=", + RowBox[{ + RowBox[{ + RowBox[{"Take", "[", + RowBox[{"#", ",", + RowBox[{"-", "3"}]}], "]"}], " ", "&"}], "/@", " ", + "faclist1"}]}], ";", "\n", " ", + RowBox[{"extmat", " ", "=", " ", + RowBox[{"MapThread", "[", + RowBox[{ RowBox[{ - RowBox[{"Length", "[", "vertlist1", "]"}], ",", "1"}], "]"}], ",", - + RowBox[{"List", "[", + RowBox[{ + RowBox[{"First", "[", "#1", "]"}], ",", "#2"}], "]"}], " ", + "&"}], ",", + RowBox[{"{", + RowBox[{"bd", ",", "faces"}], "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"extmat1", " ", "=", " ", + RowBox[{ RowBox[{ - RowBox[{"Print", "[", "\"\\"", "]"}], - ";"}], ",", "True", ",", "True"}], "]"}], ";", "\n", " ", + RowBox[{"Flatten", "[", "#", "]"}], " ", "&"}], "/@", " ", + "extmat"}]}], ";", "\n", " ", RowBox[{"{", RowBox[{ RowBox[{"{", - RowBox[{"vertlist1", ",", "linearity1"}], "}"}], ",", "ecdlist1", - ",", "eadlist1", ",", "icdlist1", ",", "iadlist1", ",", "extmat"}], - "}"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}], "\n", + RowBox[{"faclist1", ",", "equalities2"}], "}"}], ",", "ecdlist2", + ",", "eadlist2", ",", "icdlist2", ",", "iadlist2", ",", "extmat1"}], + "}"}]}]}], "\n", " ", "]"}]}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ListRedDim4D", "[", + RowBox[{"vertlist_", ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", + RowBox[{"{", + RowBox[{"CddGmpPlotWeberSet", ",", "Graphics3D"}], "}"}], "]"}]}]}], + "]"}], " ", ":=", " ", "\n", " ", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"trext", ",", "varl", ",", "minv", ",", "psm"}], "}"}], ",", + "\n", " ", + RowBox[{ + RowBox[{"dld4", "=", " ", + RowBox[{"OptionValue", "[", "RedDim", "]"}]}], ";", "\n", " ", + RowBox[{"trext", " ", "=", " ", + RowBox[{"Transpose", "[", "vertlist", "]"}]}], ";", "\n", " ", + RowBox[{"varl", "=", + RowBox[{"N", "[", + RowBox[{ + RowBox[{ + RowBox[{"Variance", "[", "#", "]"}], " ", "&"}], "/@", " ", + "trext"}], "]"}]}], ";", "\n", " ", + RowBox[{"minv", "=", + RowBox[{"Min", "[", "varl", "]"}]}], ";", "\n", " ", + RowBox[{"psm", "=", + RowBox[{"Position", "[", + RowBox[{"varl", ",", "minv"}], "]"}]}], ";", "\n", " ", + RowBox[{"psm", " ", "=", " ", + RowBox[{"First", "[", "psm", "]"}]}], ";", "\n", " ", + RowBox[{"psm", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"dld4", ",", "True"}], "]"}], ",", "psm", ",", "dld4"}], + "]"}]}], ";", "\n", " ", + RowBox[{ + RowBox[{ + RowBox[{"Delete", "[", + RowBox[{"#", ",", "psm"}], "]"}], " ", "&"}], "/@", " ", + "vertlist"}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ +"af1c377a-0af1-4d9b-97d2-8ac9b3785f4b"], + +Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"BaryCenter", "[", "args___", "]"}], ":=", @@ -27202,7 +27691,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"Total", "[", "crv", "]"}], "/", RowBox[{"Length", "[", "crv", "]"}]}]}]}], "\n", "\t\t ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"10fb3392-7171-43ae-89c2-dc1a4d1bd39d"], + ";"}]}], "Code",ExpressionUUID->"2113c514-0c6e-40ae-b843-afef4f0bf35d"], Cell[BoxData[ RowBox[{ @@ -27281,7 +27770,7 @@ Cell[BoxData[ RowBox[{"stpsize", "[", RowBox[{"[", "1", "]"}], "]"}]}], "}"}]}], "]"}]}]}], " ", "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",ExpressionU\ -UID->"73c52b40-1e48-4b51-a9af-80f4fba605c9"], +UID->"355ab02a-3ea9-4aca-b93c-6438ebfb8551"], Cell[BoxData[{ RowBox[{ @@ -27316,6 +27805,9 @@ Cell[BoxData[{ " ", RowBox[{"lab", " ", "=", " ", RowBox[{"OptionValue", "[", "Labeling", "]"}]}], ";", "\n", " ", + RowBox[{"prim", " ", "=", " ", + RowBox[{"OptionValue", "[", "PreImpSet", "]"}]}], ";", "\n", " ", + RowBox[{"oldvls", "=", " ", RowBox[{ RowBox[{ @@ -27325,8 +27817,9 @@ Cell[BoxData[{ RowBox[{"FilledCoreV6", "[", RowBox[{"game", ",", RowBox[{"DisplayLegend", " ", "->", " ", "False"}], ",", - RowBox[{"Silent", " ", "->", " ", "True"}]}], "]"}]}], ";", "\n", - " ", + RowBox[{"Silent", " ", "->", " ", "True"}], ",", + RowBox[{"PreImpSet", "->", "prim"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"epsvls", " ", "=", " ", RowBox[{"EpsValue", "[", RowBox[{"game", ",", " ", "epsval"}], "]"}]}], ";", "\n", " ", @@ -27369,7 +27862,10 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Text", "[", - RowBox[{"#1", ",", + RowBox[{ + RowBox[{"Style", "[", + RowBox[{"#1", ",", + RowBox[{"FontSize", "->", "12"}]}], "]"}], ",", RowBox[{ RowBox[{"1.15", "*", "#2"}], "-", RowBox[{"0.15", "*", "mv"}]}]}], "]"}], " ", "&"}], ",", " ", @@ -27441,11 +27937,12 @@ Cell[BoxData[{ RowBox[{ "dlg", ",", "fs", ",", "sil", ",", "prim", ",", "vertlist", ",", "impext", ",", "solv", ",", "vert", ",", "mv1", ",", "mv2", ",", - "imp", ",", "clm", ",", "lgd1", ",", "lgd2", ",", "vpts", ",", "ipts", - ",", "spts", ",", "redead", ",", "rg", ",", "impred", ",", "dltr", - ",", "cvh", ",", "tric", ",", "crdli", ",", "trpts", ",", "gr0", ",", - "gr0b", ",", "gr1", ",", "gr1b", ",", "gr2", ",", "gr3", ",", "grli", - ",", "gr"}], "}"}], ",", "\n", " ", + "imp", ",", "clm", ",", "lgd1", ",", "lgd2", ",", "vpts", ",", "vrtw", + ",", "vrts", ",", "nwpos2", ",", "ipts", ",", "spts", ",", "redead", + ",", "rg", ",", "impred", ",", "dltr", ",", "cvh", ",", "tric", ",", + "crdli", ",", "trpts", ",", "gr0", ",", "gr0b", ",", "gr1", ",", + "gr1b", ",", "gr2", ",", "gr3", ",", "grli", ",", "gr"}], "}"}], ",", + "\n", " ", RowBox[{ RowBox[{"dlg", " ", "=", " ", RowBox[{"OptionValue", "[", "DisplayLegend", "]"}]}], ";", "\n", @@ -27508,6 +28005,48 @@ Cell[BoxData[{ RowBox[{"Mean", "[", "vert", "]"}]}], "]"}]}], ";", "\n", " ", RowBox[{"mv2", " ", "=", " ", RowBox[{"Mean", "[", "imp", "]"}]}], ";", "\n", " ", + RowBox[{"vrtw", " ", "=", " ", + RowBox[{"Complement", "[", + RowBox[{"vertlist", ",", "impext"}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Deleting", " ", "overlapping", " ", "vertices"}], ",", " ", + + RowBox[{"but", " ", "changes", " ", + RowBox[{"ordering", "!!"}]}]}], " ", "*)"}], "\n", " ", + RowBox[{"vrts", " ", "=", " ", + RowBox[{"Complement", "[", + RowBox[{"vert", ",", "imp"}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Deleting", " ", "overlapping", " ", "vertices"}], ",", " ", + + RowBox[{"but", " ", "changes", " ", + RowBox[{"ordering", "!!"}]}]}], " ", "*)"}], "\n", " ", + RowBox[{"nwpos2", "=", + RowBox[{"DeleteCases", "[", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"Position", "[", + RowBox[{"vert", ",", "#"}], "]"}], " ", "&"}], "/@", " ", + "vrts"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{"Correcting", " ", + RowBox[{"ordering", "!!"}]}], " ", "*)"}], "\n", " ", + RowBox[{"vrts", "=", + RowBox[{"Flatten", "[", + RowBox[{ + RowBox[{"Extract", "[", + RowBox[{"vert", ",", "nwpos2"}], "]"}], ",", "1"}], "]"}]}], ";", + "\n", " ", + RowBox[{"vrtw", "=", + RowBox[{"Flatten", "[", + RowBox[{ + RowBox[{"Extract", "[", + RowBox[{"vertlist", ",", "nwpos2"}], "]"}], ",", "1"}], "]"}]}], + ";", "\n", " ", RowBox[{"lgd1", " ", "=", " ", RowBox[{"If", "[", RowBox[{ @@ -27519,19 +28058,27 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Text", "[", - RowBox[{"#1", ",", + RowBox[{ + RowBox[{"Style", "[", + RowBox[{ + RowBox[{"N", "[", "#1", "]"}], ",", + RowBox[{"FontSize", "->", "12"}]}], "]"}], ",", RowBox[{ RowBox[{"1.15", "*", "#2"}], "-", RowBox[{"0.15", "*", "mv1"}]}]}], "]"}], " ", "&"}], ",", " ", RowBox[{"{", - RowBox[{"vertlist", ",", "vert"}], "}"}]}], "]"}]}], "]"}]}], - ";", "\n", " ", + RowBox[{"vrtw", ",", "vrts"}], "}"}]}], "]"}]}], "]"}]}], ";", + "\n", " ", RowBox[{"lgd2", " ", "=", " ", RowBox[{"MapThread", "[", RowBox[{ RowBox[{ RowBox[{"Text", "[", - RowBox[{"#1", ",", + RowBox[{ + RowBox[{"Style", "[", + RowBox[{ + RowBox[{"N", "[", "#1", "]"}], ",", + RowBox[{"FontSize", "->", "12"}]}], "]"}], ",", RowBox[{ RowBox[{"1.1", "*", "#2"}], "-", RowBox[{"0.1", "*", "mv2"}]}]}], "]"}], " ", "&"}], ",", " ", @@ -27806,8 +28353,8 @@ Cell[BoxData[{ RowBox[{"Vec3DToSimplex", "[", "#", "]"}], " ", "&"}], "/@", " ", RowBox[{"{", RowBox[{"kr", ",", "nc", ",", "shv", ",", "prk"}], "}"}]}]}]}], "\n", - "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"45cfa203-d876-4e5f-83b6-\ -1743e20d7335"], + "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"a594c2b9-9a9d-49fb-bac5-\ +f776fd80c8e7"], Cell[BoxData[ RowBox[{"(*", " ", @@ -27816,7 +28363,472 @@ Cell[BoxData[ RowBox[{"deprecated", ".", " ", "Use"}], " ", "TuGames", " ", "Version", " ", "1.8", " ", "if", " ", "you", " ", "need", " ", "this", " ", RowBox[{"function", "."}]}], " ", "*)"}]], "Code",ExpressionUUID->\ -"95540355-b927-4745-a786-c59527808504"], +"8b4c59f7-3c93-41e6-908e-76649abb6894"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{ + RowBox[{"FilledWeberSetV6", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"FilledWeberSetV6", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"FilledWeberSetV6", "[", + RowBox[{"game_", ",", " ", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "FilledWeberSetV6", "]"}]}]}], "]"}], + " ", ":=", " ", "\n", " ", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "dlg", ",", "fs", ",", "sil", ",", "prim", ",", "vertlist", ",", + "impext", ",", "solv", ",", "vert", ",", "mv1", ",", "mv2", ",", "imp", + ",", "clm", ",", "lgd1", ",", "lgd2", ",", "crQ", ",", "vpts", ",", + "vrtw", ",", "vrts", ",", "nwpos2", ",", "ipts", ",", "spts", ",", + "redead", ",", "rg", ",", "impred", ",", "dltr", ",", "cvh", ",", + "tric", ",", "crdli", ",", "trpts", ",", "gr0", ",", "gr0b", ",", + "gr1", ",", "gr1b", ",", "gr2", ",", "gr3", ",", "grli", ",", "gr"}], + "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"dlg", " ", "=", " ", + RowBox[{"OptionValue", "[", "DisplayLegend", "]"}]}], ";", "\n", + " ", + RowBox[{"fs", " ", "=", " ", + RowBox[{"OptionValue", "[", "FigureSize", "]"}]}], ";", "\n", " ", + RowBox[{"sil", " ", "=", " ", + RowBox[{"OptionValue", "[", "Silent", "]"}]}], ";", "\n", " ", + RowBox[{"prim", " ", "=", " ", + RowBox[{"OptionValue", "[", "PreImpSet", "]"}]}], ";", "\n", " ", + RowBox[{"crQ", " ", "=", " ", + RowBox[{"OptionValue", "[", "PlotCore", "]"}]}], ";", "\n", " ", + RowBox[{"vertlist", "=", + RowBox[{"Sort", "[", + RowBox[{"DeleteDuplicates", "[", + RowBox[{"MargValue", "[", "game", "]"}], "]"}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"CddGmpPlotWeberSet", "[", "game", "]"}], ";"}], " ", "*)"}], + "\n", " ", + RowBox[{"impext", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"prim", ",", "True"}], "]"}], ",", + RowBox[{"Permutations", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"v", "[", "T", "]"}], ",", "0", ",", "0"}], "}"}], "]"}], + ",", + RowBox[{"CddGmpImputationVertices", "[", "game", "]"}]}], "]"}]}], + ";", "\n", " ", + RowBox[{"solv", " ", "=", " ", + RowBox[{"PointSol", "[", "game", "]"}]}], ";", "\n", " ", + RowBox[{"vert", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vertlist", ",", + RowBox[{"{", "}"}]}], "]"}], ",", "\n", " ", + RowBox[{ + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"sil", ",", "False"}], "]"}], ",", + RowBox[{ + "Print", "[", "\"\\"", + "]"}], ",", "True"}], "]"}], ";", + RowBox[{"{", "}"}]}], ",", "\n", " ", + RowBox[{ + RowBox[{ + RowBox[{"Vec3DToSimplex", "[", "#", "]"}], " ", "&"}], " ", "/@", + " ", "vertlist"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"imp", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"Vec3DToSimplex", "[", "#", "]"}], " ", "&"}], " ", "/@", + " ", "impext"}]}], ";", "\n", " ", + RowBox[{"mv1", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"Mean", "[", "vert", "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"mv2", " ", "=", " ", + RowBox[{"Mean", "[", "imp", "]"}]}], ";", "\n", " ", + RowBox[{"vrtw", " ", "=", " ", + RowBox[{"Complement", "[", + RowBox[{"vertlist", ",", "impext"}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Deleting", " ", "overlapping", " ", "vertices"}], ",", " ", + RowBox[{"but", " ", "changes", " ", + RowBox[{"ordering", "!!"}]}]}], " ", "*)"}], "\n", " ", + RowBox[{"vrts", " ", "=", " ", + RowBox[{"Complement", "[", + RowBox[{"vert", ",", "imp"}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"Deleting", " ", "overlapping", " ", "vertices"}], ",", " ", + RowBox[{"but", " ", "changes", " ", + RowBox[{"ordering", "!!"}]}]}], " ", "*)"}], "\n", " ", + RowBox[{"nwpos2", "=", + RowBox[{"DeleteCases", "[", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"Position", "[", + RowBox[{"vrts", ",", "#"}], "]"}], " ", "&"}], "/@", " ", + "vert"}], ",", + RowBox[{"{", "}"}]}], "]"}]}], ";", " ", + RowBox[{"(*", " ", + RowBox[{"Correcting", " ", + RowBox[{"ordering", "!!"}]}], " ", "*)"}], "\n", " ", + RowBox[{"vrts", "=", + RowBox[{"Flatten", "[", + RowBox[{ + RowBox[{"Extract", "[", + RowBox[{"vert", ",", "nwpos2"}], "]"}], ",", "1"}], "]"}]}], ";", + "\n", " ", + RowBox[{"vrtw", "=", + RowBox[{"Flatten", "[", + RowBox[{ + RowBox[{"Extract", "[", + RowBox[{"vrtw", ",", "nwpos2"}], "]"}], ",", "1"}], "]"}]}], ";", + "\n", " ", + RowBox[{"lgd1", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Text", "[", + RowBox[{ + RowBox[{"Style", "[", + RowBox[{ + RowBox[{"N", "[", "#1", "]"}], ",", + RowBox[{"FontSize", "->", "12"}]}], "]"}], ",", + RowBox[{ + RowBox[{"0.95", "*", "#2"}], "+", + RowBox[{"0.35", "*", "mv1"}]}]}], "]"}], " ", "&"}], ",", " ", + + RowBox[{"{", + RowBox[{"vrtw", ",", "vrts"}], "}"}]}], "]"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{"lgd2", " ", "=", " ", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Text", "[", + RowBox[{ + RowBox[{"Style", "[", + RowBox[{ + RowBox[{"N", "[", "#1", "]"}], ",", + RowBox[{"FontSize", "->", "12"}]}], "]"}], ",", + RowBox[{ + RowBox[{"1.1", "*", "#2"}], "-", + RowBox[{"0.1", "*", "mv2"}]}]}], "]"}], " ", "&"}], ",", " ", + RowBox[{"{", + RowBox[{"impext", ",", "imp"}], "}"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"vpts", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{ + RowBox[{ + RowBox[{"Point", "[", "#", "]"}], " ", "&"}], "/@", " ", + RowBox[{"Reverse", "[", + RowBox[{"N", "[", "vert", "]"}], "]"}]}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"ipts", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"Point", "[", "#", "]"}], " ", "&"}], "/@", " ", "imp"}]}], + ";", "\n", " ", + RowBox[{"spts", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"Point", "[", "#", "]"}], " ", "&"}], "/@", " ", "solv"}]}], + ";", "\n", " ", + RowBox[{"redead", " ", "=", " ", + RowBox[{ + RowBox[{ + RowBox[{"Delete", "[", + RowBox[{"T", ",", "#"}], "]"}], " ", "&"}], "/@", " ", "T"}]}], ";", + "\n", " ", + RowBox[{"rg", " ", "=", " ", + RowBox[{"Range", "[", "3", "]"}]}], ";", "\n", " ", + RowBox[{"impred", "=", + RowBox[{"MapThread", "[", + RowBox[{"Append", ",", + RowBox[{"{", + RowBox[{"redead", ",", "rg"}], "}"}]}], "]"}]}], ";", "\n", " ", + + RowBox[{"trpts", " ", "=", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"Length", "[", "vert", "]"}], ",", "1"}], "]"}], ",", + "vert", ","}], "*)"}], "\n", " ", "True", ",", + " ", + RowBox[{ + RowBox[{"dltr", " ", "=", " ", + RowBox[{"DelaunayTriangulation", "[", "vert", "]"}]}], ";", "\n", + " ", + RowBox[{"cvh", "=", " ", + RowBox[{"ConvexHull", "[", "vert", "]"}]}], ";", "\n", + " ", + RowBox[{"AppendTo", "[", + RowBox[{"cvh", ",", + RowBox[{"First", "[", "cvh", "]"}]}], "]"}], ";", "\n", + "\t ", + RowBox[{ + RowBox[{ + RowBox[{"Flatten", "[", + RowBox[{"Drop", "[", + RowBox[{"#", ",", " ", "1"}], "]"}], "]"}], " ", "&"}], " ", "/@", + " ", "dltr"}]}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr0", "=", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Thick", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"imp", ",", " ", + RowBox[{"Line", "[", "impred", "]"}]}], "]"}]}], "}"}], "]"}]}], + ";", "\n", " ", + RowBox[{"gr0b", "=", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"Gray", ",", + RowBox[{"PointSize", "[", "0.015", "]"}], ",", "ipts"}], "}"}], + ",", "lgd2"}], "}"}], "]"}]}], ";", "\n", " ", + RowBox[{"gr1", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"GreaterEqual", "[", + RowBox[{"$VersionNumber", ",", "10."}], "]"}], ",", "\n", + "\t ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", "\n", " ", + RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"Length", "[", "vert", "]"}], ",", "1"}], "]"}], ",", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Orange", ",", + RowBox[{"PointSize", "[", "0.018", "]"}], ",", + RowBox[{"Point", "[", "vert", "]"}]}], "}"}], "]"}], ",", "\n", + " ", "True", ",", " ", + RowBox[{"ConvexHullMesh", "[", "vert", "]"}]}], "]"}], ",", "\n", + "\t ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", " ", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Orange", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"vert", ",", + RowBox[{"Polygon", "[", "trpts", "]"}]}], "]"}]}], "}"}], + "]"}]}], "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr1a", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", " ", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Orange", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"vert", ",", + RowBox[{"Polygon", "[", "trpts", "]"}]}], "]"}]}], "}"}], + "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr1b", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", " ", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{"Orange", ",", + RowBox[{"PointSize", "[", "0.015", "]"}], ",", "vpts"}], "}"}], + ",", "lgd1"}], "}"}], "]"}]}], "]"}]}], ";", "\n", " ", + RowBox[{"gr2", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"vert", ",", + RowBox[{"{", "}"}]}], "]"}], ",", + RowBox[{"{", "}"}], ",", + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Thick", ",", " ", + RowBox[{"GraphicsComplex", "[", + RowBox[{"vert", ",", " ", + RowBox[{"Line", "[", "cvh", "]"}]}], "]"}]}], "}"}], "]"}]}], + "]"}]}], ";", "\n", " ", + RowBox[{"clm", " ", "=", " ", + RowBox[{"{", + RowBox[{"LightRed", ",", "Green", ",", "Blue", ",", "Red"}], "}"}]}], + ";", "\n", " ", + RowBox[{"gr3", " ", "=", " ", + RowBox[{"Flatten", "[", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"#1", ",", + RowBox[{"PointSize", "[", "0.018", "]"}], ",", "#2"}], "}"}], + "]"}], " ", "&"}], ",", + RowBox[{"{", + RowBox[{"clm", ",", "spts"}], "}"}]}], "]"}], "]"}]}], ";", "\n", + " ", + RowBox[{"gr4", "=", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"crQ", ",", "False"}], "]"}], ",", + RowBox[{"{", "}"}], ",", "\n", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"CoreQ", "[", "game", "]"}], ",", "False"}], "]"}], ",", + + RowBox[{ + RowBox[{ + "Print", "[", "\"\\"", "]"}], + ";", + RowBox[{"{", "}"}]}], ",", "\n", "\t ", + RowBox[{"SameQ", "[", + RowBox[{ + RowBox[{"ConvexQ", "[", "game", "]"}], ",", "True"}], "]"}], ",", + RowBox[{ + RowBox[{ + "Print", "[", + "\"\\"", "]"}], ";", + RowBox[{"{", "}"}]}], ",", "\n", "\t\t ", "True", ",", + RowBox[{"FilledCoreV6", "[", + RowBox[{"game", ",", + RowBox[{"DisplayLegend", " ", "->", " ", "False"}], ",", " ", + RowBox[{"FigureSize", " ", "->", " ", "fs"}], ",", " ", + RowBox[{"PreImpSet", " ", "->", " ", "prim"}], ",", " ", + RowBox[{"Silent", " ", "->", " ", "False"}]}], "]"}]}], "]"}]}], + "]"}]}], ";", "\n", " ", + RowBox[{"grli", " ", "=", " ", + RowBox[{"Flatten", "[", + RowBox[{"{", + RowBox[{ + "gr1", ",", "gr1a", ",", "gr4", ",", "gr1b", ",", "gr2", ",", "gr3", + ",", "gr0", ",", "gr0b"}], "}"}], "]"}]}], ";", "\n", " ", + RowBox[{"gr", " ", "=", " ", + RowBox[{"Show", "[", + RowBox[{"grli", ",", + RowBox[{"ImageSize", " ", "->", " ", "fs"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"gr", " ", "=", " ", + RowBox[{"If", "[", + RowBox[{ + RowBox[{"SameQ", "[", + RowBox[{"dlg", ",", "True"}], "]"}], ",", " ", + RowBox[{"ShowLegend", "[", + RowBox[{"gr", ",", + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Blue", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", + "\"\\""}], "}"}], ",", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Green", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"LightRed", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}], ",", + RowBox[{"{", + RowBox[{ + RowBox[{"Graphics", "[", + RowBox[{"{", + RowBox[{"Red", ",", " ", + RowBox[{"Disk", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"0", ",", " ", "0"}], "}"}], ",", " ", "0.005"}], + "]"}]}], "}"}], "]"}], ",", " ", "\"\\""}], + "}"}]}], "}"}], ",", " ", + RowBox[{"LegendShadow", " ", "->", " ", "None"}], ",", " ", + RowBox[{"LegendTextSpace", " ", "->", " ", "5"}], ",", + RowBox[{"LegendPosition", " ", "->", " ", + RowBox[{"{", + RowBox[{"1.1", ",", " ", + RowBox[{"-", ".4"}]}], "}"}]}], ",", + RowBox[{"LegendSize", "->", + RowBox[{"{", + RowBox[{"0.5", ",", "0.25"}], "}"}]}]}], "}"}]}], "]"}], ",", + "gr"}], "]"}]}], ";", "\n", " ", + RowBox[{"Return", "[", "gr", "]"}], ";"}]}], "\n", " ", "]"}]}], + ";"}]}], "Code",ExpressionUUID->"0326d83b-c21a-430f-b574-6947a5201f36"], Cell[BoxData[{ RowBox[{ @@ -27891,7 +28903,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"(*", " ", RowBox[{"End", " ", "mathlink", " ", "section"}], " ", "*)"}]}]}], "Code",E\ -xpressionUUID->"3b8f24d3-b7f9-46f9-96e6-94155d097736"], +xpressionUUID->"b1735f4a-acdb-4984-a3fe-be4b33e2ce82"], Cell[BoxData[ RowBox[{ @@ -28120,20 +29132,20 @@ Cell[BoxData[ RowBox[{ RowBox[{"Union", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "retval"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}], - "\n"}]}]], "Code",ExpressionUUID->"94753b7e-a6f3-41ea-924b-cd9a21a76c33"], + "\n"}]}]], "Code",ExpressionUUID->"419d7b1a-a938-4180-a52d-54d51d3fc983"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ "section", " ", "adjusted", " ", "worth", " ", "vector", " ", "ends"}], " ", - "*)"}]], "Code",ExpressionUUID->"77b78ca1-776d-4522-b1a0-155cbefa3307"], + "*)"}]], "Code",ExpressionUUID->"ea00ace3-f722-4029-b4d7-b36975ca2845"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ RowBox[{"section", " ", "general", " ", "k"}], "-", RowBox[{"convex", " ", "functions", " ", "starts"}]}], " ", "*)"}]], "Code",\ -ExpressionUUID->"5e4d8c42-d50b-424f-be4d-055a6a9d1b6c"], +ExpressionUUID->"6acc294c-fec0-447b-ab72-3e522839e509"], Cell[BoxData[{ RowBox[{ @@ -28201,7 +29213,7 @@ Cell[BoxData[{ RowBox[{"Gap", "[", "game", "]"}], ",", RowBox[{"-", "1"}]}], "]"}], " ", "/", " ", RowBox[{"Length", "[", "T", "]"}]}]}]}], ";"}], " "}]}], "Code",Expressi\ -onUUID->"31de8367-d1e6-4031-a60f-e20eb33d6de3"], +onUUID->"2c112e38-ac21-4676-8ca0-b7c560a5ac95"], Cell[BoxData[{ RowBox[{ @@ -28346,7 +29358,7 @@ Cell[BoxData[{ RowBox[{"game_", ",", " ", "S_List"}], "]"}], ":=", " ", RowBox[{"Plus", " ", "@@", " ", RowBox[{"UpperPayoff", " ", "/@", " ", "S"}]}]}], ";"}]}], "Code",Expressi\ -onUUID->"b0738eca-1eb1-49ba-845f-6d97c9bb945c"], +onUUID->"fbd10d76-6b09-42b7-ac79-1d4348ad8d73"], Cell[BoxData[{ RowBox[{ @@ -28445,7 +29457,7 @@ Cell[BoxData[{ RowBox[{"Apply", ",", RowBox[{"{", RowBox[{"pup", ",", "lsq"}], "}"}]}], "]"}]}], "]"}]}]}], "\n", - "]"}]}]}], "Code",ExpressionUUID->"d10f7a35-f5c7-472a-b6d6-40cfe40a304c"], + "]"}]}]}], "Code",ExpressionUUID->"09486241-e133-4b39-a976-af7c0ac49dbc"], Cell[BoxData[ RowBox[{ @@ -28738,8 +29750,8 @@ Cell[BoxData[ RowBox[{ RowBox[{"AdjustedEffVector", "[", RowBox[{"game", ",", "#"}], "]"}], " ", "&"}], " ", "/@", " ", - "T"}]}], ";"}]}]}]], "Code",ExpressionUUID->"b70c448e-1861-4bae-836c-\ -ae3d6981ad60"], + "T"}]}], ";"}]}]}]], "Code",ExpressionUUID->"f711d9bc-4f4c-43d1-b24e-\ +87570802f9de"], Cell[BoxData[{ RowBox[{ @@ -28792,8 +29804,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{"Gap", "[", "game", "]"}], ",", RowBox[{"#", "+", "1"}]}], "]"}]}], " ", "&"}], " ", "/@", " ", - "T"}]}], ";"}]}], "Code",ExpressionUUID->"c8eccfe5-e1be-451c-8917-\ -c2582140eeba"], + "T"}]}], ";"}]}], "Code",ExpressionUUID->"4698e939-5e13-4b2e-9eef-\ +2f15de847f11"], Cell[BoxData[{ RowBox[{ @@ -28811,7 +29823,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"UpperVector", "[", "game", "]"}], " ", "-", " ", RowBox[{"Concession", "[", "game", "]"}]}]}], ";"}]}], "Code",ExpressionUU\ -ID->"d94c6429-ef25-4b3d-8efb-60c5418d28be"], +ID->"582c56f0-a75e-405e-81c4-dc108eb232e5"], Cell[BoxData[{ RowBox[{ @@ -28941,7 +29953,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"Chi", "[", "game_", "]"}], ":=", " ", RowBox[{"GenUpperVector", "[", "game", "]"}]}], ";"}]}], "Code",ExpressionU\ -UID->"f34649a0-fc4f-49cf-89de-4ac5afd01aa7"], +UID->"8ebbd4d0-d2d8-4989-bb67-c038c13e0bb1"], Cell[BoxData[{ RowBox[{ @@ -29016,15 +30028,15 @@ Cell[BoxData[{ "\"\\"", "]"}], ";", RowBox[{"{", "}"}]}]}], "]"}]}]}], "\n", "\t\t ", "]"}]}], ";"}], - "\n"}], "\n"}], "Code",ExpressionUUID->"a51e6c3c-61d1-479f-b759-\ -c127cfcf166d"], + "\n"}], "\n"}], "Code",ExpressionUUID->"76eb0c5b-1659-4893-9340-\ +8cdf8e8e9424"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ RowBox[{"section", " ", "general", " ", "k"}], "-", RowBox[{"convex", " ", "functions", " ", "ends"}]}], " ", "*)"}]], "Code",E\ -xpressionUUID->"f135113f-5b0a-4900-834c-b7488e57f441"], +xpressionUUID->"1327872e-b5b7-4924-9157-2e149f48a13a"], Cell[BoxData[ RowBox[{ @@ -29133,8 +30145,8 @@ computed!\>\"", "]"}], ";", "\"\\ \"", "]"}], ";", RowBox[{"{", "}"}]}]}], "]"}]}]}], "\n", "\t\t ", "]"}]}], - ";"}], "\n"}]}]], "Code",ExpressionUUID->"5b11ed02-93fe-434b-9601-\ -e3de56072381"], + ";"}], "\n"}]}]], "Code",ExpressionUUID->"4d413950-910e-43a8-a547-\ +60a231df442d"], Cell[BoxData[ RowBox[{ @@ -29166,7 +30178,7 @@ Cell[BoxData[ RowBox[{"Print", "[", "\"\\"", "]"}], ";", " ", RowBox[{"{", "}"}]}]}], "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->\ -"06574d9a-f0e2-486f-ae88-94dd9b4ce787"], +"d2a5baa3-280f-4732-aa1a-51337cca819e"], Cell[BoxData[ RowBox[{ @@ -29294,7 +30306,7 @@ Cell[BoxData[ RowBox[{"sol", ",", " ", RowBox[{"{", "__Rule", "}"}], ",", " ", "\[Infinity]"}], "]"}]}], " ", "//", " ", "Flatten"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",Ex\ -pressionUUID->"0f91cb27-2fa8-4072-8362-761ce14435d0"], +pressionUUID->"173d7438-aa52-4ad2-9b69-f1395b403681"], Cell[BoxData[{ RowBox[{ @@ -29574,7 +30586,7 @@ Cell[BoxData[{ "True", ",", " ", RowBox[{"DisplayUsageRem", "[", "payoffs", "]"}]}], "\n", " ", "]"}]}], "\n", " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->\ -"0968ae30-2cba-48a4-be54-a4c5517a7c28"], +"a01cf06e-a1b9-49ae-9c92-6d29fe91dca6"], Cell[BoxData[ RowBox[{ @@ -29635,7 +30647,7 @@ Cell[BoxData[ "Print", "[", "\"\\"", "]"}], ";", " ", "False"}]}], "]"}]}], ";", " ", "\n", " ", RowBox[{"Return", "[", "inQ", "]"}], ";"}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"d9a989e5-3de3-478e-a7cc-08d6c274acf3"], + ";"}]}]}]], "Code",ExpressionUUID->"f31b1fe8-ffe1-4430-8793-ac5a5855187e"], Cell[BoxData[ RowBox[{ @@ -29700,7 +30712,7 @@ CoreElementsQ[game,payoffs]\>\"", "]"}], ";", "\n", " ", "Print", "[", "\"\\"", "]"}]}], ")"}]}], ";"}]}]}]], "Code",ExpressionUUI\ -D->"e4911f38-a965-4139-af11-eeb96101e110"], +D->"60e5d625-bede-4dfe-a361-623cce2f8b85"], Cell[BoxData[ RowBox[{ @@ -29755,8 +30767,8 @@ Cell[BoxData[ RowBox[{"Apply", "[", RowBox[{"And", ",", " ", "#"}], "]"}], " ", "&"}], " ", "/@", " ", "trueli"}]}], ";", "\n", " ", "wahrQ"}]}], "\n", " ", "]"}]}], - ";"}], "\n"}]], "Code",ExpressionUUID->"2d34101d-9a3b-4c2e-a99d-\ -fd99067a2aec"], + ";"}], "\n"}]], "Code",ExpressionUUID->"5b53f4fa-a382-4e7f-9218-\ +5a5286711964"], Cell[BoxData[{ RowBox[{ @@ -29885,7 +30897,7 @@ Cell[BoxData[{ " ", "True", ",", " ", RowBox[{"WrongCoordDimension", "[", RowBox[{"coord", ",", " ", "T"}], "]"}]}], "]"}]}], "\n", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"713613e4-5baa-4f40-af67-d4153499aea8"], + ";"}]}], "Code",ExpressionUUID->"70348918-447c-4a02-af5d-64acd01e5304"], Cell[BoxData[{ RowBox[{ @@ -30071,8 +31083,8 @@ Cell[BoxData[{ ";", "\n", " ", RowBox[{"Return", "[", "\"\\"", "]"}], ";"}]}], " ", "\n", " ", "]"}]}], "\n", "]"}]}], - ";"}], "\n"}], "Code",ExpressionUUID->"a934f7a9-ba43-4d68-b14e-\ -1e99dcdf1ad5"], + ";"}], "\n"}], "Code",ExpressionUUID->"7a101855-b390-4c69-9a7d-\ +fe91f58face4"], Cell[BoxData[ RowBox[{ @@ -30153,8 +31165,8 @@ Cell[BoxData[ " ", RowBox[{"discrd", " ", "===", " ", "True"}], ",", " ", "rtnneg", ",", "\n", " ", "True", ",", " ", "trfl"}], "\n", " ", - "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"e7307193-\ -97b4-4258-97e6-d110853b0339"], + "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"c670282a-\ +4e74-49cd-8143-7a1d2750168c"], Cell[BoxData[{ RowBox[{ @@ -30214,7 +31226,7 @@ Cell[BoxData[{ RowBox[{"\[Lambda]", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "extset"}]}], ";", "\n", " ", RowBox[{"Total", "[", "uncoord", "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"dd1be964-4951-4a2f-8b76-e05639b84034"], + ";"}]}], "Code",ExpressionUUID->"52bc0f22-e60b-4fa8-8f32-92f46fb3ac1a"], Cell[BoxData[ RowBox[{ @@ -30252,8 +31264,8 @@ Cell[BoxData[ " ", "True", ",", " ", RowBox[{"UnanAvConvexIffCondQ", "[", RowBox[{"coord", ",", "T", ",", "opts"}], "]"}]}], "\n", " ", - "]"}]}], "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"e1b3e213-\ -a22d-435d-a0e8-d81d41210d44"], + "]"}]}], "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"47765591-\ +8f64-46b7-a46c-fa1c54bf4f14"], Cell[BoxData[ RowBox[{ @@ -30280,7 +31292,7 @@ Cell[BoxData[ RowBox[{"Union", "[", RowBox[{"NonNegative", "[", "tkno", "]"}], "]"}], " ", "===", " ", RowBox[{"{", "True", "}"}]}]}]}], "\n", "]"}]}], ";"}]], "Code",Express\ -ionUUID->"5dd8b4f5-b88f-42fd-bb0b-f9ccad089d3f"], +ionUUID->"3ee8ac21-1b5a-453f-99f9-594388aad8ce"], Cell[BoxData[ RowBox[{ @@ -30349,8 +31361,8 @@ Cell[BoxData[ RowBox[{"SameQ", "[", RowBox[{"discrd", ",", "True"}], "]"}], ",", " ", "rtnneg", ",", "\n", " ", "True", ",", " ", "trfl"}], "\n", " ", - "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"72e6b4f5-\ -e23b-4569-b66a-be06ab1b2111"], + "]"}]}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"fe4da064-\ +99ac-41a9-ad42-30e0d2376c57"], Cell[BoxData[ RowBox[{ @@ -30477,7 +31489,7 @@ Cell[BoxData[ RowBox[{"(", RowBox[{"#", " ", "/.", " ", "rlcrd"}], ")"}], " ", "&"}], " ", "/@", " ", "addcrd"}]}]}], "\n", "]"}]}], ";"}], "\n"}]], "Code",Expression\ -UUID->"8dfcedbe-61bb-40a7-a076-872b2d90e5d8"], +UUID->"1bf8ac33-75d0-4b3f-9424-29551db1ad0a"], Cell[BoxData[ RowBox[{ @@ -30675,8 +31687,8 @@ Cell[BoxData[ RowBox[{"Sort", "[", RowBox[{"Apply", "[", RowBox[{"Join", ",", " ", "crdpr01"}], "]"}], "]"}]}]}], "\n", - " ", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"0ad4f7d8-370e-4737-\ -a8b1-72f167b61ef3"], + " ", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->"c5bfe5f0-001d-4f4c-\ +a54e-3b695be7d075"], Cell[BoxData[ RowBox[{ @@ -30751,7 +31763,7 @@ Cell[BoxData[ RowBox[{"Min", "[", "inscrd", "]"}], ",", " ", RowBox[{"Max", "[", RowBox[{"-", "inscrd"}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]], "Code",ExpressionUUID->"15d0bf75-e750-4e5c-a764-93ea7293d214"], + ";"}]], "Code",ExpressionUUID->"c7375eaa-d543-402d-bd51-be7b31754182"], Cell[BoxData[{ RowBox[{ @@ -30842,8 +31854,8 @@ Cell[BoxData[{ RowBox[{"Apply", "[", RowBox[{"And", ",", RowBox[{"NonNegative", "[", "unanc", "]"}]}], "]"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"9c127223-45aa-444b-9489-\ -58ad4db40d7e"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"076c9a13-4cb5-408d-a2c6-\ +d0c83cbb1d0a"], Cell[BoxData[ RowBox[{ @@ -30906,7 +31918,7 @@ Cell[BoxData[ RowBox[{"UnanimityCoordinates", "[", "game", "]"}]}], ";", "\n", " ", RowBox[{"lams", ".", "unc"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",Ex\ -pressionUUID->"6b33c57f-6d9c-413d-9070-0665a42ff6a5"], +pressionUUID->"e91831b9-3c6a-44fc-b069-1c26d6eb623c"], Cell[BoxData[ RowBox[{ @@ -31039,8 +32051,8 @@ Cell[BoxData[ " ", RowBox[{"PrintMessageSec", ";", "smallestcoord"}]}], "]"}]}]}], " ", "\n", " ", "]"}]}]}], " ", "\n", " ", "]"}]}], - ";"}], "\n"}]}]], "Code",ExpressionUUID->"0562d767-6bc0-453f-bc0e-\ -ceb965e86fdb"], + ";"}], "\n"}]}]], "Code",ExpressionUUID->"89627577-442f-408e-8ed6-\ +57f1bd7d6c75"], Cell[BoxData[{ RowBox[{ @@ -31124,17 +32136,14 @@ equal to \>\"", ",", " ", "s0"}], "]"}], ";", "\n", " ", "Print", "[", "\"\<===================================================\>\"", "]"}], ";"}], ",", "\n", " ", "True"}], "]"}], ";"}], "\n"}], "\n", - RowBox[{ - RowBox[{"EndPackage", "[", "]"}], "\n", "\n", "\n", "\n", "\n", "\n", "\n", - "\n"}], "\n"}], "Code",ExpressionUUID->"c4a8017d-c354-4abd-a2d6-\ -6108505e946e"] + RowBox[{"EndPackage", "[", "]"}]}], "Code",ExpressionUUID->"9054a678-377b-\ +4b5b-acba-d5e9cd9bbb21"] }, -WindowSize->{606., 583.5}, -WindowMargins->{{144, Automatic}, {Automatic, 90.75}}, -TaggingRules-><|"CodeFormatter" -> <|"ToolbarState" -> False|>|>, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +WindowSize->{606, 552}, +WindowMargins->{{Automatic, 213.75}, {52.5, Automatic}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->"Default.nb", -ExpressionUUID->"43f13eec-8a28-478f-9efd-d725a0987985" +ExpressionUUID->"2e0d2e70-eddf-4942-bfad-4f395771d2d1" ] (* End of Notebook Content *) @@ -31147,220 +32156,226 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[558, 20, 30146, 648, 3853, "Code",ExpressionUUID->"e2e3f6e7-c21a-429e-8df6-96e60704b36d"], -Cell[30707, 670, 28054, 536, 4513, "Code",ExpressionUUID->"75831a7b-c20e-4707-97e5-4c0fe20aa269"], -Cell[58764, 1208, 503, 11, 70, "Code",ExpressionUUID->"3c085f4e-36ef-4b6d-9ce6-27d846de35c4"], -Cell[59270, 1221, 3415, 73, 70, "Code",ExpressionUUID->"d6d4a740-1a52-4a1a-bb97-1c6898484fc8"], -Cell[62688, 1296, 2289, 57, 70, "Code",ExpressionUUID->"0bdec12d-1e77-4060-8d94-9046322980fc"], -Cell[64980, 1355, 2362, 54, 70, "Code",ExpressionUUID->"73f67a6c-e9ee-4279-8d67-29f79289bbdf"], -Cell[67345, 1411, 3171, 74, 70, "Code",ExpressionUUID->"fa555de0-d1e2-4117-b41e-edf182b17225"], -Cell[70519, 1487, 4110, 105, 70, "Code",ExpressionUUID->"108c5838-a73b-4104-b02b-010b7a43d0c2"], -Cell[74632, 1594, 6100, 107, 70, "Code",ExpressionUUID->"3d35268e-e77c-442f-9cb4-ef00cf997681"], -Cell[80735, 1703, 766, 12, 70, "Code",ExpressionUUID->"53a2684a-139e-4be4-9a6c-506832165df3"], -Cell[81504, 1717, 5422, 113, 70, "Code",ExpressionUUID->"bdbe042a-8b5c-4473-9053-7f125a0ff9d1"], -Cell[86929, 1832, 578, 10, 70, "Code",ExpressionUUID->"9a7082b4-118f-45e9-af27-9dedf070ef36"], -Cell[87510, 1844, 4990, 115, 70, "Code",ExpressionUUID->"81038ea6-02d8-41f9-946e-606538aa2b15"], -Cell[92503, 1961, 1064, 19, 70, "Code",ExpressionUUID->"cc9b798e-635a-4bcd-adfd-1e1f573bbdc5"], -Cell[93570, 1982, 6363, 121, 70, "Code",ExpressionUUID->"23b6f545-d1aa-4d8f-b511-ce76f94ab0d9"], -Cell[99936, 2105, 1130, 24, 70, "Code",ExpressionUUID->"2df5efc6-d4ae-4fc4-a69f-3c233a775a96"], -Cell[101069, 2131, 384, 7, 70, "Code",ExpressionUUID->"e8d77a57-2d3e-4062-9544-6f4c44847ce2"], -Cell[101456, 2140, 1753, 35, 70, "Code",ExpressionUUID->"1676886d-5bf2-473d-bce1-11f19cf7458b"], -Cell[103212, 2177, 454, 8, 70, "Code",ExpressionUUID->"ebcdd842-e889-48c8-b5ec-7f9e80397be2"], -Cell[103669, 2187, 4165, 91, 70, "Code",ExpressionUUID->"cf28abac-de0f-466c-bfa6-f55a0134a14a"], -Cell[107837, 2280, 16045, 389, 70, "Code",ExpressionUUID->"9fe8a44b-b931-43ce-be87-5d7e463b1bce"], -Cell[123885, 2671, 4776, 118, 70, "Code",ExpressionUUID->"c0f8162a-b1fb-4815-b4ab-556f2e2abf27"], -Cell[128664, 2791, 2249, 53, 70, "Code",ExpressionUUID->"0b1f0f67-5e5b-48dd-aae5-a8b1fe8cb060"], -Cell[130916, 2846, 526, 10, 70, "Code",ExpressionUUID->"6569f484-d3a5-4398-aaa3-d640c44a3f4a"], -Cell[131445, 2858, 902, 17, 70, "Code",ExpressionUUID->"5a0b555f-317d-40aa-851b-34b8ba4aac58"], -Cell[132350, 2877, 2160, 44, 70, "Code",ExpressionUUID->"c34d6dbf-2f00-4a56-8ddb-78c660b4bc50"], -Cell[134513, 2923, 5709, 115, 70, "Code",ExpressionUUID->"16cc5d20-7219-4957-b3dc-e54941c9e0e9"], -Cell[140225, 3040, 41994, 987, 70, "Code",ExpressionUUID->"7b56b875-2f26-47cf-9df6-0e6aa51bfff5"], -Cell[182222, 4029, 19231, 552, 70, "Code",ExpressionUUID->"0b50b529-3377-4c30-8320-1bc582f13667"], -Cell[201456, 4583, 9111, 258, 70, "Code",ExpressionUUID->"70712ff2-aafc-441a-b863-af3c9721e658"], -Cell[210570, 4843, 5136, 122, 70, "Code",ExpressionUUID->"339c68f7-943c-4df5-85f5-76664362d941"], -Cell[215709, 4967, 5417, 126, 70, "Code",ExpressionUUID->"6b51f19e-8c87-4b7c-bbcf-10b8b2aa6ac3"], -Cell[221129, 5095, 2754, 76, 70, "Code",ExpressionUUID->"cdd03c25-891f-473d-8ebd-6ed2d8734cca"], -Cell[223886, 5173, 1601, 48, 70, "Code",ExpressionUUID->"cda092e4-de03-4224-a941-b911e47c1903"], -Cell[225490, 5223, 4824, 136, 70, "Code",ExpressionUUID->"44133fd2-d80a-4b55-9d35-e7630b65bd5c"], -Cell[230317, 5361, 5206, 134, 70, "Code",ExpressionUUID->"f7dd71a9-63d2-446f-b662-77b35ec5c2d8"], -Cell[235526, 5497, 1668, 42, 70, "Code",ExpressionUUID->"ab499cd4-4ba9-420a-a7da-8c161d875b1e"], -Cell[237197, 5541, 1676, 47, 70, "Code",ExpressionUUID->"5cb69abe-8dc4-415f-8f46-a59310f98b46"], -Cell[238876, 5590, 9893, 271, 70, "Code",ExpressionUUID->"e4004a02-4193-4c26-85fe-5b4a732d2714"], -Cell[248772, 5863, 15507, 438, 70, "Code",ExpressionUUID->"8adb159a-622b-4470-a09c-48984e2ae637"], -Cell[264282, 6303, 1427, 39, 70, "Code",ExpressionUUID->"b905172d-ae4d-42fb-b080-650c42319116"], -Cell[265712, 6344, 2525, 72, 70, "Code",ExpressionUUID->"1292c54b-68c9-4814-9517-317f4de76b9c"], -Cell[268240, 6418, 7600, 212, 70, "Code",ExpressionUUID->"63d33d44-2c7f-45cb-8b80-d04349601a63"], -Cell[275843, 6632, 959, 25, 70, "Code",ExpressionUUID->"48924db7-1547-4b7b-9325-6b3ba8fc4dcb"], -Cell[276805, 6659, 8821, 225, 70, "Code",ExpressionUUID->"92f7bf40-e90f-448b-b6b4-888135286328"], -Cell[285629, 6886, 1591, 45, 70, "Code",ExpressionUUID->"2f6fedbd-7168-4a33-94e3-590c13afa2af"], -Cell[287223, 6933, 7029, 186, 70, "Code",ExpressionUUID->"9272cc3e-8bf5-4e9c-a68e-edce6ce98c08"], -Cell[294255, 7121, 1134, 31, 70, "Code",ExpressionUUID->"0de00bac-a053-427f-aba8-38c92cb6633c"], -Cell[295392, 7154, 692, 19, 70, "Code",ExpressionUUID->"2b35da1e-c2b5-4010-a04d-83573dcced5f"], -Cell[296087, 7175, 2932, 72, 70, "Code",ExpressionUUID->"dec06a10-edb9-410a-b173-84b234b854ad"], -Cell[299022, 7249, 3252, 88, 70, "Code",ExpressionUUID->"628fe5bf-9baf-4a78-9830-a19c19a20bac"], -Cell[302277, 7339, 23327, 589, 70, "Code",ExpressionUUID->"a1872e6d-1e4d-4e70-98bb-2068ba0b37e3"], -Cell[325607, 7930, 4185, 112, 70, "Code",ExpressionUUID->"41379b9f-2c63-4c41-89a8-2225085fa645"], -Cell[329795, 8044, 5269, 146, 70, "Code",ExpressionUUID->"864b7245-441b-468e-b28b-9087f68f7caa"], -Cell[335067, 8192, 13945, 388, 70, "Code",ExpressionUUID->"2317ca69-9d38-4767-b98e-19b9b274c5ba"], -Cell[349015, 8582, 2478, 79, 70, "Code",ExpressionUUID->"50d6f918-bee8-4d69-84b7-ed879715ac45"], -Cell[351496, 8663, 4040, 116, 70, "Code",ExpressionUUID->"f72b00d6-7e7a-469d-9f55-4289cccb92cc"], -Cell[355539, 8781, 4568, 119, 70, "Code",ExpressionUUID->"761ed972-28b7-456e-897d-6d5ecb1bbf32"], -Cell[360110, 8902, 2176, 59, 70, "Code",ExpressionUUID->"487236b8-96d6-466a-9093-d2ddec7a1ddf"], -Cell[362289, 8963, 7066, 181, 70, "Code",ExpressionUUID->"10a94b82-42fe-45ff-b7c1-34abbc1a527e"], -Cell[369358, 9146, 2526, 70, 70, "Code",ExpressionUUID->"19a00cbc-f8ea-413e-8664-ee8c9d6cf3a4"], -Cell[371887, 9218, 4408, 119, 70, "Code",ExpressionUUID->"2b49989c-5229-41a9-9be2-d60c66471437"], -Cell[376298, 9339, 713, 21, 70, "Code",ExpressionUUID->"99e0f071-14f8-492a-8954-bb1b612ae199"], -Cell[377014, 9362, 17202, 444, 70, "Code",ExpressionUUID->"19be2abb-36cb-4c57-801e-6633958414c3"], -Cell[394219, 9808, 14489, 362, 70, "Code",ExpressionUUID->"647abac8-3a42-4e19-87b3-5478797b953c"], -Cell[408711, 10172, 5067, 136, 70, "Code",ExpressionUUID->"f3a950cd-49b7-4c76-8cc3-8c9ed4dc602d"], -Cell[413781, 10310, 37737, 934, 70, "Code",ExpressionUUID->"9e095473-09c4-4295-8a55-a1f9b7e2755f"], -Cell[451521, 11246, 12626, 334, 70, "Code",ExpressionUUID->"8562ef98-5ebf-44c0-b11d-a5c954988de3"], -Cell[464150, 11582, 9444, 258, 70, "Code",ExpressionUUID->"d26ab3d9-c547-40f2-aff8-51410fb218f9"], -Cell[473597, 11842, 3744, 95, 70, "Code",ExpressionUUID->"f808b022-13f3-4eda-991d-3c5aa0c3c972"], -Cell[477344, 11939, 7053, 176, 70, "Code",ExpressionUUID->"e0f0f23b-3764-4660-aa62-fd0e931e35d8"], -Cell[484400, 12117, 1317, 35, 70, "Code",ExpressionUUID->"0222d264-cdba-4334-b624-d476c583f690"], -Cell[485720, 12154, 1444, 37, 70, "Code",ExpressionUUID->"ef1dc5e6-6989-4241-b674-a184b6d2d1e3"], -Cell[487167, 12193, 6112, 146, 70, "Code",ExpressionUUID->"543200a7-c39e-4363-95f6-48dbebffd990"], -Cell[493282, 12341, 1704, 43, 70, "Code",ExpressionUUID->"8b6603cb-b921-40d6-a69a-0fec1731d217"], -Cell[494989, 12386, 4370, 110, 70, "Code",ExpressionUUID->"1b3595c1-3023-4269-b2ab-e0db6e7cb3a1"], -Cell[499362, 12498, 4316, 115, 70, "Code",ExpressionUUID->"b55cc732-2e2f-4df5-b5a4-3fb479a5a8eb"], -Cell[503681, 12615, 1325, 35, 70, "Code",ExpressionUUID->"d599c46a-8ec2-4b5a-a16c-89519a83ead0"], -Cell[505009, 12652, 1335, 35, 70, "Code",ExpressionUUID->"5b9c9e19-b64f-4795-87fa-7ac7576861f5"], -Cell[506347, 12689, 5179, 134, 70, "Code",ExpressionUUID->"baa19dd6-0867-4096-aa85-1ecd87a44ddc"], -Cell[511529, 12825, 7615, 203, 70, "Code",ExpressionUUID->"c583ab63-2ebc-4b31-b559-7551adde5acd"], -Cell[519147, 13030, 10457, 255, 70, "Code",ExpressionUUID->"429ef056-4c90-4118-b0c0-8d5b60d7c01a"], -Cell[529607, 13287, 6296, 155, 70, "Code",ExpressionUUID->"1505b78e-263f-4a9c-ab26-229f91476c1b"], -Cell[535906, 13444, 3095, 83, 70, "Code",ExpressionUUID->"0cf3a3b7-3552-423b-9db9-e36138a619c1"], -Cell[539004, 13529, 358, 8, 70, "Code",ExpressionUUID->"a90bd914-54cd-4f18-bf86-e44089bc501f"], -Cell[539365, 13539, 6523, 155, 70, "Code",ExpressionUUID->"6e4c64ec-c9b8-4895-ba6c-2aaa93529a08"], -Cell[545891, 13696, 12806, 313, 70, "Code",ExpressionUUID->"132f7b2d-347e-4037-b5c7-dfb1b0da72dd"], -Cell[558700, 14011, 11358, 286, 70, "Code",ExpressionUUID->"49a85250-9160-46c5-959a-f3c38e4a33a2"], -Cell[570061, 14299, 4865, 128, 70, "Code",ExpressionUUID->"9abb74e5-587a-4811-829a-c9782e3e6121"], -Cell[574929, 14429, 14024, 360, 70, "Code",ExpressionUUID->"04223c01-d782-4be5-a94f-d70305a282c3"], -Cell[588956, 14791, 364, 8, 70, "Code",ExpressionUUID->"ef4b079a-935d-40d9-b541-9332594d1309"], -Cell[589323, 14801, 4637, 106, 70, "Code",ExpressionUUID->"ce29e377-8036-4f3b-a758-1bf51f864706"], -Cell[593963, 14909, 4811, 115, 70, "Code",ExpressionUUID->"008986f3-ef26-4771-a649-77c5fd8a06b1"], -Cell[598777, 15026, 5786, 141, 70, "Code",ExpressionUUID->"e3424da4-7040-4aa4-b0e9-f07d50e60344"], -Cell[604566, 15169, 227, 4, 70, "Code",ExpressionUUID->"741ad6b3-05a0-4bf6-ad81-9e24cc29cfa4"], -Cell[604796, 15175, 14533, 358, 70, "Code",ExpressionUUID->"04239c8a-3389-4727-8e01-0ebff7eafda0"], -Cell[619332, 15535, 4768, 125, 70, "Code",ExpressionUUID->"91307f89-4c84-4b28-bd3f-d6f877cf0225"], -Cell[624103, 15662, 4673, 116, 70, "Code",ExpressionUUID->"4a3bb002-a9a1-427f-89e2-68e03ada13a7"], -Cell[628779, 15780, 8061, 202, 70, "Code",ExpressionUUID->"6dbd7a7b-4128-4004-b687-36d5a740f698"], -Cell[636843, 15984, 8716, 234, 70, "Code",ExpressionUUID->"944d406e-5c64-48eb-a55b-0a5d736a0b29"], -Cell[645562, 16220, 5210, 126, 70, "Code",ExpressionUUID->"df85226a-1a85-4e56-9040-660dc45fb297"], -Cell[650775, 16348, 1714, 45, 70, "Code",ExpressionUUID->"3e293388-6ce7-4c45-9889-350c47db7813"], -Cell[652492, 16395, 5654, 134, 70, "Code",ExpressionUUID->"8c49a355-d7fe-4df7-a562-4fe442c2a64f"], -Cell[658149, 16531, 5773, 126, 70, "Code",ExpressionUUID->"54c0cea2-b5c2-4c78-b761-305e285e6a5f"], -Cell[663925, 16659, 4952, 114, 70, "Code",ExpressionUUID->"d785282d-62df-4f5b-84ac-7ea35456bf18"], -Cell[668880, 16775, 3188, 76, 70, "Code",ExpressionUUID->"75c4dddc-0a18-4f50-bde0-4ecf9c0dded8"], -Cell[672071, 16853, 14543, 368, 70, "Code",ExpressionUUID->"f5d3071b-c77d-40fd-a777-548585c16783"], -Cell[686617, 17223, 224, 5, 70, "Code",ExpressionUUID->"deefb92b-f8f7-4259-b4c1-94d303cb6d39"], -Cell[686844, 17230, 2951, 72, 70, "Code",ExpressionUUID->"f80b0591-a3ca-4dfd-8820-5950fd3fdd18"], -Cell[689798, 17304, 2682, 69, 70, "Code",ExpressionUUID->"6cb0ceef-ffab-47aa-8639-158f253eeb6b"], -Cell[692483, 17375, 4543, 114, 70, "Code",ExpressionUUID->"97783a9c-cee4-4a6c-b2fc-c1415e815e82"], -Cell[697029, 17491, 4473, 115, 70, "Code",ExpressionUUID->"26dec2af-7dfd-45d3-8bf3-14fd86bd12ce"], -Cell[701505, 17608, 197, 4, 70, "Code",ExpressionUUID->"f18f3d42-e143-407b-88a9-277e68ddd631"], -Cell[701705, 17614, 1773, 51, 70, "Code",ExpressionUUID->"b4379036-7914-4d4e-9006-2e64b3fd3608"], -Cell[703481, 17667, 2964, 87, 70, "Code",ExpressionUUID->"27f51043-fa61-4b80-bde2-b3ef0fc5c65e"], -Cell[706448, 17756, 7751, 181, 70, "Code",ExpressionUUID->"6131d3be-ce73-4f5f-b0b8-0f3f07000a27"], -Cell[714202, 17939, 23979, 579, 70, "Code",ExpressionUUID->"238105e3-28ed-4208-af31-d4e02049890d"], -Cell[738184, 18520, 434, 11, 70, "Code",ExpressionUUID->"838d1712-005e-4237-9e80-7c35d49604e8"], -Cell[738621, 18533, 1705, 46, 70, "Code",ExpressionUUID->"c32766c1-00a9-498e-b9aa-1c36640c5cbc"], -Cell[740329, 18581, 4514, 117, 70, "Code",ExpressionUUID->"87a21ec0-2fb5-440e-998a-3dd90dcef7f0"], -Cell[744846, 18700, 5662, 144, 70, "Code",ExpressionUUID->"9001e4ee-ea2c-4bb0-8e2e-008b28781d15"], -Cell[750511, 18846, 2316, 62, 70, "Code",ExpressionUUID->"d504dc15-3d88-4c19-89dc-e6e4635d7ade"], -Cell[752830, 18910, 5987, 144, 70, "Code",ExpressionUUID->"4568a1b2-3671-4146-9be7-175dbdfc2f73"], -Cell[758820, 19056, 2171, 52, 70, "Code",ExpressionUUID->"4ccdc512-6219-4cdc-80c0-da186116ff4e"], -Cell[760994, 19110, 264, 5, 70, "Code",ExpressionUUID->"0fb30886-19b4-4a6b-a378-e0dc6d09cb42"], -Cell[761261, 19117, 528, 13, 70, "Code",ExpressionUUID->"9fff01f8-cc2e-41d1-99fa-2650554a889c"], -Cell[761792, 19132, 3106, 94, 70, "Code",ExpressionUUID->"e56482fe-c1ce-4729-833c-27935d507e74"], -Cell[764901, 19228, 3181, 83, 70, "Code",ExpressionUUID->"ee356409-9f71-456f-9519-02a5553cc275"], -Cell[768085, 19313, 757, 21, 70, "Code",ExpressionUUID->"19d2ad31-7a5c-42bd-a458-a2cfea42cc71"], -Cell[768845, 19336, 2945, 75, 70, "Code",ExpressionUUID->"33ea1c53-228a-4a5e-830a-6fec8af88490"], -Cell[771793, 19413, 719, 19, 70, "Code",ExpressionUUID->"737a6664-f634-4938-807b-dbd8247f6db5"], -Cell[772515, 19434, 4872, 138, 70, "Code",ExpressionUUID->"68d7fedd-71c1-41b9-a3e1-1834dbb52e94"], -Cell[777390, 19574, 3105, 84, 70, "Code",ExpressionUUID->"0c2dac2d-7fe7-47af-8f67-014d76f1a0b3"], -Cell[780498, 19660, 3388, 89, 70, "Code",ExpressionUUID->"511a0cbd-82b4-4ddf-ada1-5fbaab002a79"], -Cell[783889, 19751, 8366, 211, 70, "Code",ExpressionUUID->"34ca6dd6-a1da-49c4-98a3-d29129f3daa3"], -Cell[792258, 19964, 4692, 124, 70, "Code",ExpressionUUID->"d96dbaa9-4e00-461a-9d0c-a8ab7f6d5c67"], -Cell[796953, 20090, 1221, 34, 70, "Code",ExpressionUUID->"d70d077d-6b15-44b9-8c16-3f54bf02a006"], -Cell[798177, 20126, 2049, 59, 70, "Code",ExpressionUUID->"b5b87aee-d8c7-492d-a21c-4ffdcd626008"], -Cell[800229, 20187, 9265, 228, 70, "Code",ExpressionUUID->"1b6f24b8-4fa4-4316-8e04-f8ac85ad9a4f"], -Cell[809497, 20417, 16332, 362, 70, "Code",ExpressionUUID->"37c7e1eb-0a99-4c94-95c6-d3247a8544e6"], -Cell[825832, 20781, 3745, 88, 70, "Code",ExpressionUUID->"d015ed19-4a6a-4222-b86e-5b9ff601817a"], -Cell[829580, 20871, 3815, 86, 70, "Code",ExpressionUUID->"9c434bf2-6b79-447e-872e-e2f4b4e5e1f8"], -Cell[833398, 20959, 16626, 388, 70, "Code",ExpressionUUID->"c795b4a8-3ba5-43f1-9ddf-adb3b6216d76"], -Cell[850027, 21349, 9403, 236, 70, "Code",ExpressionUUID->"6e3c5d2b-c3f1-4d54-959d-a11d375f6d8a"], -Cell[859433, 21587, 7669, 197, 70, "Code",ExpressionUUID->"96c7639c-5dc8-48d6-9452-311ea690c06a"], -Cell[867105, 21786, 10047, 238, 70, "Code",ExpressionUUID->"4d96c250-a6bb-4b1d-91a9-5d958fb682e0"], -Cell[877155, 22026, 6321, 149, 70, "Code",ExpressionUUID->"4fdae2dd-787e-48eb-9903-f8bd520559a2"], -Cell[883479, 22177, 278, 6, 70, "Code",ExpressionUUID->"a604dc40-82c8-47a2-a92f-639b1119006b"], -Cell[883760, 22185, 2749, 64, 70, "Code",ExpressionUUID->"9f7ce2c5-d924-4c14-8e6e-5cd4c7759ed4"], -Cell[886512, 22251, 4389, 104, 70, "Code",ExpressionUUID->"08a5ec72-265b-4679-a055-e3ee414abad3"], -Cell[890904, 22357, 16687, 394, 70, "Code",ExpressionUUID->"8866b8af-0933-4d4f-ab6f-c459146e26a8"], -Cell[907594, 22753, 15935, 363, 70, "Code",ExpressionUUID->"992db07c-728d-46c8-b6b5-23a9a54e9f2a"], -Cell[923532, 23118, 4959, 117, 70, "Code",ExpressionUUID->"72cdfa6a-9e06-47be-9560-80fe4b56c15a"], -Cell[928494, 23237, 6188, 146, 70, "Code",ExpressionUUID->"eb9c1dd8-a0f8-4024-8876-45a6b88ca9ab"], -Cell[934685, 23385, 4926, 115, 70, "Code",ExpressionUUID->"4dda1500-0f13-42e9-a8f0-d4718bfefe07"], -Cell[939614, 23502, 11227, 292, 70, "Code",ExpressionUUID->"ab96982d-af5b-4cbf-a471-b2115d440d78"], -Cell[950844, 23796, 3617, 85, 70, "Code",ExpressionUUID->"7b9bf2ed-57d4-4f17-9fdf-4f83da43f096"], -Cell[954464, 23883, 3629, 86, 70, "Code",ExpressionUUID->"7227dd09-27f4-42fe-8944-dd6b142c31aa"], -Cell[958096, 23971, 8715, 215, 70, "Code",ExpressionUUID->"fb9219c4-b127-4392-bcd1-f438de0452bc"], -Cell[966814, 24188, 8616, 215, 70, "Code",ExpressionUUID->"3737f0bb-abb7-49de-bfaa-225b8f727ed0"], -Cell[975433, 24405, 6844, 187, 70, "Code",ExpressionUUID->"b1e30025-93a9-4cf6-8d6b-f336644d46f7"], -Cell[982280, 24594, 693, 19, 70, "Code",ExpressionUUID->"f9587ace-5f15-4f85-81f0-129604e05cc2"], -Cell[982976, 24615, 5079, 133, 70, "Code",ExpressionUUID->"c3e16a17-7fe6-4d63-8d0c-a629c9c3f773"], -Cell[988058, 24750, 6415, 164, 70, "Code",ExpressionUUID->"79487d0a-f0ff-445a-b9f6-c3b8570ed4dd"], -Cell[994476, 24916, 3152, 77, 70, "Code",ExpressionUUID->"0a4ebb26-bd8f-4758-b499-b47e981c7af2"], -Cell[997631, 24995, 2966, 76, 70, "Code",ExpressionUUID->"0dcde3f5-a61a-4c58-b142-bcb0f4a7f9dc"], -Cell[1000600, 25073, 9341, 222, 70, "Code",ExpressionUUID->"7e262891-30c6-451f-b459-bf408f0985c7"], -Cell[1009944, 25297, 6298, 159, 70, "Code",ExpressionUUID->"0afea1c1-8933-4c78-9d64-cca76aa2a775"], -Cell[1016245, 25458, 8775, 212, 70, "Code",ExpressionUUID->"54663961-27c7-4e28-8f3d-07c46982f4e2"], -Cell[1025023, 25672, 3292, 93, 70, "Code",ExpressionUUID->"fb68304b-7ff7-443a-a333-61caf0034891"], -Cell[1028318, 25767, 1083, 27, 70, "Code",ExpressionUUID->"efbe7288-f3a5-42a6-9056-6e2821e19538"], -Cell[1029404, 25796, 3533, 91, 70, "Code",ExpressionUUID->"a1263af0-0d00-44c1-a64b-0d53aced4ec1"], -Cell[1032940, 25889, 17200, 431, 70, "Code",ExpressionUUID->"ed2fd808-ae77-43fb-bbf4-14fa6536544c"], -Cell[1050143, 26322, 5113, 129, 70, "Code",ExpressionUUID->"f89257d8-b8dc-4641-870d-999823904dcc"], -Cell[1055259, 26453, 6278, 163, 70, "Code",ExpressionUUID->"f8282c3e-bee0-4f6a-8c5c-a9c827ae8d50"], -Cell[1061540, 26618, 17176, 430, 70, "Code",ExpressionUUID->"812c1ab0-7e87-421a-ba37-d896fa0be9fb"], -Cell[1078719, 27050, 5963, 154, 70, "Code",ExpressionUUID->"10fb3392-7171-43ae-89c2-dc1a4d1bd39d"], -Cell[1084685, 27206, 3351, 77, 70, "Code",ExpressionUUID->"73c52b40-1e48-4b51-a9af-80f4fba605c9"], -Cell[1088039, 27285, 21130, 524, 70, "Code",ExpressionUUID->"45cfa203-d876-4e5f-83b6-1743e20d7335"], -Cell[1109172, 27811, 374, 7, 70, "Code",ExpressionUUID->"95540355-b927-4745-a786-c59527808504"], -Cell[1109549, 27820, 2522, 73, 70, "Code",ExpressionUUID->"3b8f24d3-b7f9-46f9-96e6-94155d097736"], -Cell[1112074, 27895, 8967, 227, 70, "Code",ExpressionUUID->"94753b7e-a6f3-41ea-924b-cd9a21a76c33"], -Cell[1121044, 28124, 199, 4, 70, "Code",ExpressionUUID->"77b78ca1-776d-4522-b1a0-155cbefa3307"], -Cell[1121246, 28130, 238, 5, 70, "Code",ExpressionUUID->"5e4d8c42-d50b-424f-be4d-055a6a9d1b6c"], -Cell[1121487, 28137, 2211, 66, 70, "Code",ExpressionUUID->"31de8367-d1e6-4031-a60f-e20eb33d6de3"], -Cell[1123701, 28205, 4496, 143, 70, "Code",ExpressionUUID->"b0738eca-1eb1-49ba-845f-6d97c9bb945c"], -Cell[1128200, 28350, 3255, 97, 70, "Code",ExpressionUUID->"d10f7a35-f5c7-472a-b6d6-40cfe40a304c"], -Cell[1131458, 28449, 10121, 292, 70, "Code",ExpressionUUID->"b70c448e-1861-4bae-836c-ae3d6981ad60"], -Cell[1141582, 28743, 1626, 52, 70, "Code",ExpressionUUID->"c8eccfe5-e1be-451c-8917-c2582140eeba"], -Cell[1143211, 28797, 559, 16, 70, "Code",ExpressionUUID->"d94c6429-ef25-4b3d-8efb-60c5418d28be"], -Cell[1143773, 28815, 4430, 128, 70, "Code",ExpressionUUID->"f34649a0-fc4f-49cf-89de-4ac5afd01aa7"], -Cell[1148206, 28945, 2562, 74, 70, "Code",ExpressionUUID->"a51e6c3c-61d1-479f-b759-c127cfcf166d"], -Cell[1150771, 29021, 236, 5, 70, "Code",ExpressionUUID->"f135113f-5b0a-4900-834c-b7488e57f441"], -Cell[1151010, 29028, 3824, 108, 70, "Code",ExpressionUUID->"5b11ed02-93fe-434b-9601-e3de56072381"], -Cell[1154837, 29138, 1063, 30, 70, "Code",ExpressionUUID->"06574d9a-f0e2-486f-ae88-94dd9b4ce787"], -Cell[1155903, 29170, 5058, 126, 70, "Code",ExpressionUUID->"0f91cb27-2fa8-4072-8362-761ce14435d0"], -Cell[1160964, 29298, 10317, 278, 70, "Code",ExpressionUUID->"0968ae30-2cba-48a4-be54-a4c5517a7c28"], -Cell[1171284, 29578, 2486, 59, 70, "Code",ExpressionUUID->"d9a989e5-3de3-478e-a7cc-08d6c274acf3"], -Cell[1173773, 29639, 2367, 63, 70, "Code",ExpressionUUID->"e4911f38-a965-4139-af11-eeb96101e110"], -Cell[1176143, 29704, 2071, 54, 70, "Code",ExpressionUUID->"2d34101d-9a3b-4c2e-a99d-fd99067a2aec"], -Cell[1178217, 29760, 4594, 127, 70, "Code",ExpressionUUID->"713613e4-5baa-4f40-af67-d4153499aea8"], -Cell[1182814, 29889, 6549, 185, 70, "Code",ExpressionUUID->"a934f7a9-ba43-4d68-b14e-1e99dcdf1ad5"], -Cell[1189366, 30076, 3298, 80, 70, "Code",ExpressionUUID->"e7307193-97b4-4258-97e6-d110853b0339"], -Cell[1192667, 30158, 2205, 58, 70, "Code",ExpressionUUID->"dd1be964-4951-4a2f-8b76-e05639b84034"], -Cell[1194875, 30218, 1412, 37, 70, "Code",ExpressionUUID->"e1b3e213-a22d-435d-a0e8-d81d41210d44"], -Cell[1196290, 30257, 982, 25, 70, "Code",ExpressionUUID->"5dd8b4f5-b88f-42fd-bb0b-f9ccad089d3f"], -Cell[1197275, 30284, 2737, 68, 70, "Code",ExpressionUUID->"72e6b4f5-e23b-4569-b66a-be06ab1b2111"], -Cell[1200015, 30354, 4710, 125, 70, "Code",ExpressionUUID->"8dfcedbe-61bb-40a7-a076-872b2d90e5d8"], -Cell[1204728, 30481, 7488, 197, 70, "Code",ExpressionUUID->"0ad4f7d8-370e-4737-a8b1-72f167b61ef3"], -Cell[1212219, 30680, 2847, 73, 70, "Code",ExpressionUUID->"15d0bf75-e750-4e5c-a764-93ea7293d214"], -Cell[1215069, 30755, 3143, 90, 70, "Code",ExpressionUUID->"9c127223-45aa-444b-9489-58ad4db40d7e"], -Cell[1218215, 30847, 2299, 61, 70, "Code",ExpressionUUID->"6b33c57f-6d9c-413d-9070-0665a42ff6a5"], -Cell[1220517, 30910, 5394, 132, 70, "Code",ExpressionUUID->"0562d767-6bc0-453f-bc0e-ceb965e86fdb"], -Cell[1225914, 31044, 3032, 85, 70, "Code",ExpressionUUID->"c4a8017d-c354-4abd-a2d6-6108505e946e"] +Cell[558, 20, 30605, 656, 3850, "Code",ExpressionUUID->"08696b90-9f79-4ae6-9aef-a841fdd798f1"], +Cell[31166, 678, 30060, 569, 5073, "Code",ExpressionUUID->"c7ebf020-2117-4440-a3f1-b74e2d7c23a7"], +Cell[61229, 1249, 503, 11, 157, "Code",ExpressionUUID->"a05208f4-3005-43be-a9c8-7401d2d3b76f"], +Cell[61735, 1262, 3415, 73, 479, "Code",ExpressionUUID->"a49581a2-867e-4e0a-b08f-61de5dabce85"], +Cell[65153, 1337, 2289, 57, 471, "Code",ExpressionUUID->"fd7e0e79-b2cb-46d4-a00a-689149a6d513"], +Cell[67445, 1396, 2362, 54, 618, "Code",ExpressionUUID->"513f9731-d953-4aab-96d8-19b1773df6b1"], +Cell[69810, 1452, 3171, 74, 70, "Code",ExpressionUUID->"a742b9d5-de9c-4d0e-b0bd-405c33501bae"], +Cell[72984, 1528, 4108, 104, 70, "Code",ExpressionUUID->"ecef684a-4bf3-4911-b0df-c58aad8502fc"], +Cell[77095, 1634, 6100, 107, 70, "Code",ExpressionUUID->"6e750025-58b3-4b9c-a189-58fb2d9cbfa2"], +Cell[83198, 1743, 766, 12, 70, "Code",ExpressionUUID->"ac2050d4-56fa-494e-a6f0-9fde9db9d334"], +Cell[83967, 1757, 5422, 113, 70, "Code",ExpressionUUID->"915f89ff-1c3f-44d1-938e-538a94cc2399"], +Cell[89392, 1872, 578, 10, 70, "Code",ExpressionUUID->"b46b0470-2ed2-48ba-bfc0-c10947cd6ccc"], +Cell[89973, 1884, 4990, 115, 70, "Code",ExpressionUUID->"84542066-efd3-4f92-81c8-f4ce7181066f"], +Cell[94966, 2001, 1064, 19, 70, "Code",ExpressionUUID->"78a335c0-5ddc-4e0d-88b6-31aee51501d6"], +Cell[96033, 2022, 6363, 121, 70, "Code",ExpressionUUID->"90a7fcbb-5614-4673-b6ec-e0c9e7a71844"], +Cell[102399, 2145, 1130, 24, 70, "Code",ExpressionUUID->"78c9be23-63d5-491f-a448-a8b63f23c788"], +Cell[103532, 2171, 384, 7, 70, "Code",ExpressionUUID->"d6a1b04e-a992-41d6-a795-112e0915b683"], +Cell[103919, 2180, 1753, 35, 70, "Code",ExpressionUUID->"55ec2eee-f683-4462-bf81-0e019cc046e9"], +Cell[105675, 2217, 454, 8, 70, "Code",ExpressionUUID->"33e57729-66e4-48e3-b6b8-58cab4e72801"], +Cell[106132, 2227, 4165, 91, 70, "Code",ExpressionUUID->"e235258a-bf23-4134-9cb9-c0c91e167818"], +Cell[110300, 2320, 10182, 236, 70, "Code",ExpressionUUID->"0937ecd9-8838-4bd1-a427-275bd06206d2"], +Cell[120485, 2558, 4740, 116, 70, "Code",ExpressionUUID->"71751094-90a1-4ea3-900e-e06681e4063f"], +Cell[125228, 2676, 2249, 59, 70, "Code",ExpressionUUID->"41908c61-c950-4d8e-b391-2f933a98da06"], +Cell[127480, 2737, 4776, 118, 70, "Code",ExpressionUUID->"44ce7927-c61f-470c-85e2-cd6f51d67197"], +Cell[132259, 2857, 2249, 53, 70, "Code",ExpressionUUID->"a47fcd97-02e5-4b7b-88a8-c4d356fa02b6"], +Cell[134511, 2912, 526, 10, 70, "Code",ExpressionUUID->"30a1e280-32a1-471d-b0ff-b7b4772867ab"], +Cell[135040, 2924, 902, 17, 70, "Code",ExpressionUUID->"d6d1b342-55c1-4e39-b25e-fae2522a00f0"], +Cell[135945, 2943, 2160, 44, 70, "Code",ExpressionUUID->"c5ff30de-1cc7-4686-8766-2a4021a7d0b5"], +Cell[138108, 2989, 5709, 115, 70, "Code",ExpressionUUID->"070543a0-1f73-4411-98ff-050200083949"], +Cell[143820, 3106, 44326, 1041, 70, "Code",ExpressionUUID->"daf14528-d830-437e-8dc7-74703ee3d931"], +Cell[188149, 4149, 19655, 564, 70, "Code",ExpressionUUID->"0c11c5af-d9d0-4f88-a678-2cb2995882ab"], +Cell[207807, 4715, 9111, 258, 70, "Code",ExpressionUUID->"ff47722b-b959-4ff7-a4bc-5bd82272a6c4"], +Cell[216921, 4975, 5136, 122, 70, "Code",ExpressionUUID->"02fd0061-64a5-46ad-b1bd-041717df02b3"], +Cell[222060, 5099, 5489, 127, 70, "Code",ExpressionUUID->"5d572eea-54c7-4243-9d91-3ed509b8daad"], +Cell[227552, 5228, 2754, 76, 70, "Code",ExpressionUUID->"c81721ba-75b0-4194-b453-28a5df3cd458"], +Cell[230309, 5306, 1601, 48, 70, "Code",ExpressionUUID->"4171bcac-9f2c-4792-aa3f-372ac39bbd6b"], +Cell[231913, 5356, 4824, 136, 70, "Code",ExpressionUUID->"ce614f41-5bb2-47e9-b66d-6a7095008903"], +Cell[236740, 5494, 5206, 134, 70, "Code",ExpressionUUID->"4ef15c60-3836-4f28-9945-48ee012e3409"], +Cell[241949, 5630, 1668, 42, 70, "Code",ExpressionUUID->"360cacb3-adfe-4c0b-8dad-d03c35cb607b"], +Cell[243620, 5674, 1676, 47, 70, "Code",ExpressionUUID->"887658e4-e30f-486f-a4b1-d8fef3bd63f4"], +Cell[245299, 5723, 9893, 271, 70, "Code",ExpressionUUID->"966f7ce4-157c-4eb5-b9d8-f08a678e2e61"], +Cell[255195, 5996, 15507, 438, 70, "Code",ExpressionUUID->"269d1e39-46b4-4f35-a4a6-85586fc57222"], +Cell[270705, 6436, 1427, 39, 70, "Code",ExpressionUUID->"b6d674a9-5768-473f-99a0-e79a6010c733"], +Cell[272135, 6477, 2525, 72, 70, "Code",ExpressionUUID->"a9fda214-190f-49a2-b5f6-0bb55130659f"], +Cell[274663, 6551, 7600, 212, 70, "Code",ExpressionUUID->"577b2792-3651-4f90-b79c-88faffb8330b"], +Cell[282266, 6765, 959, 25, 70, "Code",ExpressionUUID->"87e92f87-3552-480b-9d1b-fd7733a2c8f5"], +Cell[283228, 6792, 8821, 225, 70, "Code",ExpressionUUID->"d317f471-852a-42a1-a812-0bdd43c27cf4"], +Cell[292052, 7019, 1591, 45, 70, "Code",ExpressionUUID->"61cb35b0-f13e-4a0b-be05-ddb67790a5e5"], +Cell[293646, 7066, 7029, 186, 70, "Code",ExpressionUUID->"31ba246e-68be-4410-814a-103de1d523f7"], +Cell[300678, 7254, 1134, 31, 70, "Code",ExpressionUUID->"8fda521c-a64b-44ae-b819-298149618c97"], +Cell[301815, 7287, 692, 19, 70, "Code",ExpressionUUID->"cef285e6-fec4-4d9c-b833-b48d9f2a3dbe"], +Cell[302510, 7308, 2932, 72, 70, "Code",ExpressionUUID->"269591da-5849-4d93-8576-5053a04d3075"], +Cell[305445, 7382, 3252, 88, 70, "Code",ExpressionUUID->"6c9c8982-36ae-4611-870e-bd74685a14c0"], +Cell[308700, 7472, 23327, 589, 70, "Code",ExpressionUUID->"af787a27-fb33-45f4-8b7c-c5474d4901aa"], +Cell[332030, 8063, 4185, 112, 70, "Code",ExpressionUUID->"ac31dcd3-aa37-4a74-bb68-227e707ebdf9"], +Cell[336218, 8177, 5269, 146, 70, "Code",ExpressionUUID->"2f560a4e-ca1f-43db-80e7-e8d8315bc440"], +Cell[341490, 8325, 16399, 459, 70, "Code",ExpressionUUID->"6d421bb9-d6e8-4078-89c6-2efd5015e549"], +Cell[357892, 8786, 2478, 79, 70, "Code",ExpressionUUID->"1e86d5c2-2718-4f30-a5eb-b470633b1c79"], +Cell[360373, 8867, 4040, 116, 70, "Code",ExpressionUUID->"03db7224-bde9-4c29-b4e1-d304577a4c44"], +Cell[364416, 8985, 1121, 28, 70, "Code",ExpressionUUID->"65e8df19-1855-41ec-b051-3dea2f3ac5a2"], +Cell[365540, 9015, 3604, 94, 70, "Code",ExpressionUUID->"69850c94-4aa4-4ab4-9d35-db6bed67bc47"], +Cell[369147, 9111, 2176, 59, 70, "Code",ExpressionUUID->"c3d1d411-285f-46be-bb58-24d38cf906ab"], +Cell[371326, 9172, 7066, 181, 70, "Code",ExpressionUUID->"37c2a441-0ecb-4c3d-8577-1ee4fc8811f8"], +Cell[378395, 9355, 2526, 70, 70, "Code",ExpressionUUID->"0b77502d-6047-494a-a2a3-b9672e5df65f"], +Cell[380924, 9427, 4408, 119, 70, "Code",ExpressionUUID->"8c9efe4e-2ca1-40f1-9d00-08d620548613"], +Cell[385335, 9548, 713, 21, 70, "Code",ExpressionUUID->"4c9d2322-5632-4bfa-917e-bfa793bdf618"], +Cell[386051, 9571, 17202, 444, 70, "Code",ExpressionUUID->"253703b6-ad53-4e54-902a-79a7738c5865"], +Cell[403256, 10017, 14489, 362, 70, "Code",ExpressionUUID->"5ec15e9b-a0de-4b34-beed-93f225e0a807"], +Cell[417748, 10381, 5067, 136, 70, "Code",ExpressionUUID->"02dcc76a-f8cb-4af5-a912-db691a50cf9c"], +Cell[422818, 10519, 37737, 934, 70, "Code",ExpressionUUID->"296041dc-3d81-4d15-bb0d-2c300f46dfbb"], +Cell[460558, 11455, 12626, 334, 70, "Code",ExpressionUUID->"10927935-ef23-4ee3-9fc1-2d1ccb4b4644"], +Cell[473187, 11791, 9444, 258, 70, "Code",ExpressionUUID->"dce07e3a-1029-4180-a25a-89e22b5f834e"], +Cell[482634, 12051, 3744, 95, 70, "Code",ExpressionUUID->"1787d0f0-446c-451d-8154-48c1fa668d73"], +Cell[486381, 12148, 7053, 176, 70, "Code",ExpressionUUID->"2727e4ff-67be-444f-ace2-75f80fd2c7f0"], +Cell[493437, 12326, 1317, 35, 70, "Code",ExpressionUUID->"0ef6adaa-a9da-4c9e-9846-701de0a053bb"], +Cell[494757, 12363, 1444, 37, 70, "Code",ExpressionUUID->"99f7722f-2e1e-44ce-95d7-57fcc3146224"], +Cell[496204, 12402, 6112, 146, 70, "Code",ExpressionUUID->"3fbbe31c-00b3-4de6-9adc-51cc12900571"], +Cell[502319, 12550, 1704, 43, 70, "Code",ExpressionUUID->"a6f20895-0df2-4c46-bc9c-44edacbe1479"], +Cell[504026, 12595, 4370, 110, 70, "Code",ExpressionUUID->"bcda9d14-32ee-45ea-8f8f-fad528c77c73"], +Cell[508399, 12707, 4316, 115, 70, "Code",ExpressionUUID->"5ba34a53-01b9-4207-a08b-44a5caab9777"], +Cell[512718, 12824, 1325, 35, 70, "Code",ExpressionUUID->"7be9c564-81cd-49ab-b109-eea6cc6e33ca"], +Cell[514046, 12861, 1335, 35, 70, "Code",ExpressionUUID->"8aaeb44c-b4ab-44ca-badb-2ff41c6d81e4"], +Cell[515384, 12898, 5179, 134, 70, "Code",ExpressionUUID->"4cb61b90-1474-461e-b6f3-91beeeefd569"], +Cell[520566, 13034, 7615, 203, 70, "Code",ExpressionUUID->"0318751a-25a1-4f9b-80ac-46d83cdb5f76"], +Cell[528184, 13239, 10457, 255, 70, "Code",ExpressionUUID->"06478e8b-7515-4d57-8e29-558853014ac1"], +Cell[538644, 13496, 6296, 155, 70, "Code",ExpressionUUID->"00994407-5e76-4065-83bc-047cb10ea62f"], +Cell[544943, 13653, 3095, 83, 70, "Code",ExpressionUUID->"0d91b4a4-0a63-4f31-9b9b-b065560c567a"], +Cell[548041, 13738, 358, 8, 70, "Code",ExpressionUUID->"11cfbaf1-b0c4-4cde-83ca-74c4e12da127"], +Cell[548402, 13748, 6523, 155, 70, "Code",ExpressionUUID->"8d0c8210-851c-48c8-b440-c600fca863e0"], +Cell[554928, 13905, 12806, 313, 70, "Code",ExpressionUUID->"b248f5b8-7e3d-4ddf-9138-513b1365b4a1"], +Cell[567737, 14220, 11358, 286, 70, "Code",ExpressionUUID->"eff53bf5-7e30-4cc3-b1e7-624c73a8bbef"], +Cell[579098, 14508, 4865, 128, 70, "Code",ExpressionUUID->"2174b92f-2b5c-4cc5-b4a0-23cc02579f3b"], +Cell[583966, 14638, 14024, 360, 70, "Code",ExpressionUUID->"5e6b010e-14d6-4ed6-9c9f-0a43e46c2e4b"], +Cell[597993, 15000, 364, 8, 70, "Code",ExpressionUUID->"0230adaf-348c-4de7-8406-839d171d18ab"], +Cell[598360, 15010, 4637, 106, 70, "Code",ExpressionUUID->"d264d707-9816-472e-b774-391f378db6b1"], +Cell[603000, 15118, 4811, 115, 70, "Code",ExpressionUUID->"0d5f8b07-3147-4066-a59e-068956869a5e"], +Cell[607814, 15235, 5786, 141, 70, "Code",ExpressionUUID->"20730f80-02cf-4778-b6bd-d84e1be7c06b"], +Cell[613603, 15378, 227, 4, 70, "Code",ExpressionUUID->"2698a174-fbe0-4086-a689-9f817b982ba1"], +Cell[613833, 15384, 14533, 358, 70, "Code",ExpressionUUID->"c59d25ba-3c37-4cf3-9f83-50d38c04e21c"], +Cell[628369, 15744, 4768, 125, 70, "Code",ExpressionUUID->"2038bb13-f58b-411a-ac5a-6e19e1a7adb6"], +Cell[633140, 15871, 4673, 116, 70, "Code",ExpressionUUID->"2b7f6f0b-ecc6-4d94-9916-55b00e4d2292"], +Cell[637816, 15989, 8061, 202, 70, "Code",ExpressionUUID->"1e7d5a50-caf0-48d8-bde4-1ec56474eaa3"], +Cell[645880, 16193, 8716, 234, 70, "Code",ExpressionUUID->"3b76be0d-2402-4508-9c0a-c9d3e164b5ca"], +Cell[654599, 16429, 5210, 126, 70, "Code",ExpressionUUID->"fb831f14-c760-4115-8176-8cd4f0760be9"], +Cell[659812, 16557, 1714, 45, 70, "Code",ExpressionUUID->"f3bc66b8-a9bb-411b-8dcf-7bace71d9e33"], +Cell[661529, 16604, 5654, 134, 70, "Code",ExpressionUUID->"473f8580-0396-4ec3-b611-315b32bd19c3"], +Cell[667186, 16740, 5773, 126, 70, "Code",ExpressionUUID->"30fc7327-06bc-4528-ab20-7036521d16b1"], +Cell[672962, 16868, 4952, 114, 70, "Code",ExpressionUUID->"db3414e1-ddfc-4bab-aeb5-9ede98126fcd"], +Cell[677917, 16984, 3188, 76, 70, "Code",ExpressionUUID->"f3bc89eb-34f4-4350-bcf2-441dbe5eb8c2"], +Cell[681108, 17062, 14543, 368, 70, "Code",ExpressionUUID->"56981574-cae6-4d85-a745-b535b5d55206"], +Cell[695654, 17432, 224, 5, 70, "Code",ExpressionUUID->"737d60a9-5bee-415c-9a38-fc512ecdc3e5"], +Cell[695881, 17439, 2951, 72, 70, "Code",ExpressionUUID->"c032f103-8171-4aca-881c-5fa1d43a9dc6"], +Cell[698835, 17513, 2682, 69, 70, "Code",ExpressionUUID->"641d95e5-d85a-469f-89ef-83bd5c590814"], +Cell[701520, 17584, 4543, 114, 70, "Code",ExpressionUUID->"51dcd152-72a4-4362-9c22-1d04763e43e3"], +Cell[706066, 17700, 4473, 115, 70, "Code",ExpressionUUID->"736d2864-73c5-4d46-afb0-62c2cd9b8f8b"], +Cell[710542, 17817, 197, 4, 70, "Code",ExpressionUUID->"f96a2d51-e729-4a56-9906-010f1657b3cc"], +Cell[710742, 17823, 1773, 51, 70, "Code",ExpressionUUID->"fa36667d-f2f4-4ec7-be3b-dee7d3a6ddd1"], +Cell[712518, 17876, 2964, 87, 70, "Code",ExpressionUUID->"f51b72ab-29a3-400c-9a53-b382634219c5"], +Cell[715485, 17965, 7751, 181, 70, "Code",ExpressionUUID->"23b16ae2-49ba-4476-ae19-ee15f4e33759"], +Cell[723239, 18148, 23979, 579, 70, "Code",ExpressionUUID->"c15021be-e54d-4441-a6ba-2b690707f952"], +Cell[747221, 18729, 434, 11, 70, "Code",ExpressionUUID->"624d35c9-ac22-4e42-802a-b7883806e870"], +Cell[747658, 18742, 1705, 46, 70, "Code",ExpressionUUID->"87234978-c9b1-4a2e-8684-1759b3921d1c"], +Cell[749366, 18790, 4514, 117, 70, "Code",ExpressionUUID->"cc0a9227-2e0b-4c11-b487-d4010fec02d1"], +Cell[753883, 18909, 5662, 144, 70, "Code",ExpressionUUID->"b7c7f2dc-56c5-4ba6-b99d-73ae6c17fff1"], +Cell[759548, 19055, 2316, 62, 70, "Code",ExpressionUUID->"74a1010d-37c8-41a4-9aad-08755b641536"], +Cell[761867, 19119, 5987, 144, 70, "Code",ExpressionUUID->"3ee0fea5-4c21-45df-8fda-a0d9a14122c7"], +Cell[767857, 19265, 2171, 52, 70, "Code",ExpressionUUID->"d70c9ddc-fc37-4ade-b59f-cfe533a27292"], +Cell[770031, 19319, 264, 5, 70, "Code",ExpressionUUID->"69903602-c0fd-4d26-b6d7-651bae89d68a"], +Cell[770298, 19326, 528, 13, 70, "Code",ExpressionUUID->"4eb514d3-ab90-4827-8c92-6f7fd5141159"], +Cell[770829, 19341, 3106, 94, 70, "Code",ExpressionUUID->"ee1d20ad-c24f-4454-a133-8bd597da2ebb"], +Cell[773938, 19437, 3181, 83, 70, "Code",ExpressionUUID->"7abc1ece-8826-4897-8f41-54acb2ce327a"], +Cell[777122, 19522, 757, 21, 70, "Code",ExpressionUUID->"6140e0bb-f6a8-4347-a920-27339c604ec9"], +Cell[777882, 19545, 2945, 75, 70, "Code",ExpressionUUID->"b345f760-b322-42da-9534-53175dcffbfe"], +Cell[780830, 19622, 719, 19, 70, "Code",ExpressionUUID->"f6fcebf6-29c8-4628-86b0-db36bccb5855"], +Cell[781552, 19643, 4872, 138, 70, "Code",ExpressionUUID->"a117ede0-3dbf-45c7-82cd-fb2460c38a25"], +Cell[786427, 19783, 3105, 84, 70, "Code",ExpressionUUID->"5dd04056-680d-4c7a-ae4b-33c308872d26"], +Cell[789535, 19869, 3388, 89, 70, "Code",ExpressionUUID->"1ccff4d4-b476-49f7-8f2a-78cc9c032ce3"], +Cell[792926, 19960, 8366, 211, 70, "Code",ExpressionUUID->"3e9d7cb5-1a1f-4c61-85bd-4b55e01328e7"], +Cell[801295, 20173, 4692, 124, 70, "Code",ExpressionUUID->"a963aaed-f78d-431b-a2ad-cc85b6d1a8c3"], +Cell[805990, 20299, 1221, 34, 70, "Code",ExpressionUUID->"f1b40381-fd4a-4065-b3ae-f2522698bbc1"], +Cell[807214, 20335, 2049, 59, 70, "Code",ExpressionUUID->"483795df-a8e0-4c8c-a5d1-bc4e0504085c"], +Cell[809266, 20396, 9265, 228, 70, "Code",ExpressionUUID->"f8c6cc6b-0bff-436e-b3cf-0204b13c3802"], +Cell[818534, 20626, 16332, 362, 70, "Code",ExpressionUUID->"96f41782-94f7-4c13-bafe-e7b08070ff0c"], +Cell[834869, 20990, 3745, 88, 70, "Code",ExpressionUUID->"df42ea3a-8a0a-485f-8bdf-57154f6e9e14"], +Cell[838617, 21080, 3815, 86, 70, "Code",ExpressionUUID->"b02d8f76-ee61-41f0-a2ba-576e7fb1d6d1"], +Cell[842435, 21168, 16626, 388, 70, "Code",ExpressionUUID->"e6b54d64-2a19-4129-a697-721db8edfe35"], +Cell[859064, 21558, 9403, 236, 70, "Code",ExpressionUUID->"4823c69f-a079-4bfc-b167-cf01ba80b842"], +Cell[868470, 21796, 7669, 197, 70, "Code",ExpressionUUID->"8a627e09-7b4e-4892-a6d2-3720963e1a32"], +Cell[876142, 21995, 10047, 238, 70, "Code",ExpressionUUID->"d3307d5e-be1a-4fe2-8eb0-8f1d90914555"], +Cell[886192, 22235, 6321, 149, 70, "Code",ExpressionUUID->"0877bd48-ef2c-4f8c-8f9d-001f0848d09f"], +Cell[892516, 22386, 278, 6, 70, "Code",ExpressionUUID->"ac6dd06e-7600-4d42-80d9-f7653293c949"], +Cell[892797, 22394, 2749, 64, 70, "Code",ExpressionUUID->"00522248-9f02-4a8b-89a1-cd56613c0ccb"], +Cell[895549, 22460, 4389, 104, 70, "Code",ExpressionUUID->"c95e98fc-ba77-4949-8fda-60ada7df327e"], +Cell[899941, 22566, 16687, 394, 70, "Code",ExpressionUUID->"9cc108dd-d2ef-4903-a7b9-1e233ed59438"], +Cell[916631, 22962, 15935, 363, 70, "Code",ExpressionUUID->"2c47f864-b756-4d8c-821a-7c898aa7fc0f"], +Cell[932569, 23327, 4959, 117, 70, "Code",ExpressionUUID->"af73d870-787a-4881-a704-4704e9e6218a"], +Cell[937531, 23446, 6188, 146, 70, "Code",ExpressionUUID->"78e1cfbf-7397-4be9-8e04-44d43e835a31"], +Cell[943722, 23594, 4926, 115, 70, "Code",ExpressionUUID->"b4c6ca3a-58f2-4bf7-bf34-4aa9ca637eb1"], +Cell[948651, 23711, 11227, 292, 70, "Code",ExpressionUUID->"05334d5b-09b3-4c09-8cec-380136e214b8"], +Cell[959881, 24005, 3617, 85, 70, "Code",ExpressionUUID->"44f2e605-3574-4cf7-9ca8-a519d30cb3f1"], +Cell[963501, 24092, 3629, 86, 70, "Code",ExpressionUUID->"8fa83ad6-189c-41f3-a9f8-7f2ebabdad0f"], +Cell[967133, 24180, 8715, 215, 70, "Code",ExpressionUUID->"1d4868a9-2bf2-4ee8-ba65-ed38be29f447"], +Cell[975851, 24397, 8616, 215, 70, "Code",ExpressionUUID->"0fa85ab5-36ff-4f73-bc12-c4a96ae5e2f1"], +Cell[984470, 24614, 6844, 187, 70, "Code",ExpressionUUID->"7aa97a43-f588-43f1-ba17-dec9ea0f7b9a"], +Cell[991317, 24803, 693, 19, 70, "Code",ExpressionUUID->"aee1762f-d2bc-4768-b159-f372b49aa8f4"], +Cell[992013, 24824, 5079, 133, 70, "Code",ExpressionUUID->"1f56e23a-db59-4233-929a-3e2ef3acc391"], +Cell[997095, 24959, 6415, 164, 70, "Code",ExpressionUUID->"a08c49e2-5ec7-42df-8760-3700f3ca1876"], +Cell[1003513, 25125, 3152, 77, 70, "Code",ExpressionUUID->"85e68b6e-69fd-4800-a4ce-4d0500309d1d"], +Cell[1006668, 25204, 2966, 76, 70, "Code",ExpressionUUID->"9564e144-1230-4d85-b86a-0e83ca4c65ea"], +Cell[1009637, 25282, 9341, 222, 70, "Code",ExpressionUUID->"df4c406a-75ba-422c-ab67-4105d4d2be9f"], +Cell[1018981, 25506, 6298, 159, 70, "Code",ExpressionUUID->"2f913124-25cc-474d-b922-15612a4d7816"], +Cell[1025282, 25667, 8775, 212, 70, "Code",ExpressionUUID->"ba422a49-af1a-4fc7-81eb-c2ff76e5c2c7"], +Cell[1034060, 25881, 3292, 93, 70, "Code",ExpressionUUID->"4142e98c-ddaf-4cb9-b62d-f057d4b72aa3"], +Cell[1037355, 25976, 1083, 27, 70, "Code",ExpressionUUID->"9d6f3324-9c14-482a-ae11-cf334289ed93"], +Cell[1038441, 26005, 3533, 91, 70, "Code",ExpressionUUID->"9159bc2e-9e29-4f29-a7fc-acb9091e9d8f"], +Cell[1041977, 26098, 18444, 467, 70, "Code",ExpressionUUID->"876edbbe-c01a-4f94-9bb9-35faa0adae80"], +Cell[1060424, 26567, 5113, 129, 70, "Code",ExpressionUUID->"1777e569-1ed6-487e-ba3a-4ac95501812a"], +Cell[1065540, 26698, 6278, 163, 70, "Code",ExpressionUUID->"11284304-5f03-46fc-9563-6668337fe913"], +Cell[1071821, 26863, 18927, 470, 70, "Code",ExpressionUUID->"859492e9-487a-46bb-adcc-aaa70e53b0af"], +Cell[1090751, 27335, 5644, 142, 70, "Code",ExpressionUUID->"a4824346-70ed-40f7-88cc-afd5f74e8ef0"], +Cell[1096398, 27479, 7675, 191, 70, "Code",ExpressionUUID->"af1c377a-0af1-4d9b-97d2-8ac9b3785f4b"], +Cell[1104076, 27672, 751, 21, 70, "Code",ExpressionUUID->"2113c514-0c6e-40ae-b843-afef4f0bf35d"], +Cell[1104830, 27695, 3351, 77, 70, "Code",ExpressionUUID->"355ab02a-3ea9-4aca-b93c-6438ebfb8551"], +Cell[1108184, 27774, 23469, 582, 70, "Code",ExpressionUUID->"a594c2b9-9a9d-49fb-bac5-f776fd80c8e7"], +Cell[1131656, 28358, 374, 7, 70, "Code",ExpressionUUID->"8b4c59f7-3c93-41e6-908e-76649abb6894"], +Cell[1132033, 28367, 18523, 463, 70, "Code",ExpressionUUID->"0326d83b-c21a-430f-b574-6947a5201f36"], +Cell[1150559, 28832, 2522, 73, 70, "Code",ExpressionUUID->"b1735f4a-acdb-4984-a3fe-be4b33e2ce82"], +Cell[1153084, 28907, 8967, 227, 70, "Code",ExpressionUUID->"419d7b1a-a938-4180-a52d-54d51d3fc983"], +Cell[1162054, 29136, 199, 4, 70, "Code",ExpressionUUID->"ea00ace3-f722-4029-b4d7-b36975ca2845"], +Cell[1162256, 29142, 238, 5, 70, "Code",ExpressionUUID->"6acc294c-fec0-447b-ab72-3e522839e509"], +Cell[1162497, 29149, 2211, 66, 70, "Code",ExpressionUUID->"2c112e38-ac21-4676-8ca0-b7c560a5ac95"], +Cell[1164711, 29217, 4496, 143, 70, "Code",ExpressionUUID->"fbd10d76-6b09-42b7-ac79-1d4348ad8d73"], +Cell[1169210, 29362, 3255, 97, 70, "Code",ExpressionUUID->"09486241-e133-4b39-a976-af7c0ac49dbc"], +Cell[1172468, 29461, 10121, 292, 70, "Code",ExpressionUUID->"f711d9bc-4f4c-43d1-b24e-87570802f9de"], +Cell[1182592, 29755, 1626, 52, 70, "Code",ExpressionUUID->"4698e939-5e13-4b2e-9eef-2f15de847f11"], +Cell[1184221, 29809, 559, 16, 70, "Code",ExpressionUUID->"582c56f0-a75e-405e-81c4-dc108eb232e5"], +Cell[1184783, 29827, 4430, 128, 70, "Code",ExpressionUUID->"8ebbd4d0-d2d8-4989-bb67-c038c13e0bb1"], +Cell[1189216, 29957, 2562, 74, 70, "Code",ExpressionUUID->"76eb0c5b-1659-4893-9340-8cdf8e8e9424"], +Cell[1191781, 30033, 236, 5, 70, "Code",ExpressionUUID->"1327872e-b5b7-4924-9157-2e149f48a13a"], +Cell[1192020, 30040, 3824, 108, 70, "Code",ExpressionUUID->"4d413950-910e-43a8-a547-60a231df442d"], +Cell[1195847, 30150, 1063, 30, 70, "Code",ExpressionUUID->"d2a5baa3-280f-4732-aa1a-51337cca819e"], +Cell[1196913, 30182, 5058, 126, 70, "Code",ExpressionUUID->"173d7438-aa52-4ad2-9b69-f1395b403681"], +Cell[1201974, 30310, 10317, 278, 70, "Code",ExpressionUUID->"a01cf06e-a1b9-49ae-9c92-6d29fe91dca6"], +Cell[1212294, 30590, 2486, 59, 70, "Code",ExpressionUUID->"f31b1fe8-ffe1-4430-8793-ac5a5855187e"], +Cell[1214783, 30651, 2367, 63, 70, "Code",ExpressionUUID->"60e5d625-bede-4dfe-a361-623cce2f8b85"], +Cell[1217153, 30716, 2071, 54, 70, "Code",ExpressionUUID->"5b53f4fa-a382-4e7f-9218-5a5286711964"], +Cell[1219227, 30772, 4594, 127, 70, "Code",ExpressionUUID->"70348918-447c-4a02-af5d-64acd01e5304"], +Cell[1223824, 30901, 6549, 185, 70, "Code",ExpressionUUID->"7a101855-b390-4c69-9a7d-fe91f58face4"], +Cell[1230376, 31088, 3298, 80, 70, "Code",ExpressionUUID->"c670282a-4e74-49cd-8143-7a1d2750168c"], +Cell[1233677, 31170, 2205, 58, 70, "Code",ExpressionUUID->"52bc0f22-e60b-4fa8-8f32-92f46fb3ac1a"], +Cell[1235885, 31230, 1412, 37, 70, "Code",ExpressionUUID->"47765591-8f64-46b7-a46c-fa1c54bf4f14"], +Cell[1237300, 31269, 982, 25, 70, "Code",ExpressionUUID->"3ee8ac21-1b5a-453f-99f9-594388aad8ce"], +Cell[1238285, 31296, 2737, 68, 70, "Code",ExpressionUUID->"fe4da064-99ac-41a9-ad42-30e0d2376c57"], +Cell[1241025, 31366, 4710, 125, 70, "Code",ExpressionUUID->"1bf8ac33-75d0-4b3f-9424-29551db1ad0a"], +Cell[1245738, 31493, 7488, 197, 70, "Code",ExpressionUUID->"c5bfe5f0-001d-4f4c-a54e-3b695be7d075"], +Cell[1253229, 31692, 2847, 73, 70, "Code",ExpressionUUID->"c7375eaa-d543-402d-bd51-be7b31754182"], +Cell[1256079, 31767, 3143, 90, 70, "Code",ExpressionUUID->"076c9a13-4cb5-408d-a2c6-d0c83cbb1d0a"], +Cell[1259225, 31859, 2299, 61, 70, "Code",ExpressionUUID->"e91831b9-3c6a-44fc-b069-1c26d6eb623c"], +Cell[1261527, 31922, 5394, 132, 70, "Code",ExpressionUUID->"89627577-442f-408e-8ed6-57f1bd7d6c75"], +Cell[1266924, 32056, 2962, 83, 70, "Code",ExpressionUUID->"9054a678-377b-4b5b-acba-d5e9cd9bbb21"] } ] *) diff --git a/TuGames.wl b/TuGames.wl index 4957a0d..94cc920 100644 --- a/TuGames.wl +++ b/TuGames.wl @@ -18,23 +18,28 @@ Off[General::obspkg]; holger.meinhardt@wiwi.uni-karlsruhe.de *) -(* :Package Version: 3.1.2 *) +(* :Package Version: 3.1.4 *) (* - :Mathematica Version: 12.x + :Mathematica Version: 12.x, 13.x, 14.x The function ConstrainedMax/ConstrainedMin or Linear/DualLinearProgramming have been deprecated - in Version 3 and are replaced by LinearOptimization. Thus, this version is not anymore compatible - with Mathematica versions smaller than 12. This replacement allows to supply the Method options - of LinearOptimization. In this context, we strongly recommend to apply for a MOSEK license, which + in Version 3 and are replaced by LinearOptimization. Thus, this version is not any more compatible + with Mathematica versions prior to 12. This replacement allows supplying the Method options + of LinearOptimization. In this context, we strongly recommend applying for a MOSEK license, which is in according to our experience up to 50 times faster than the other methods. To change the method one needs just to set Method -> MOSEK. For changing the solver, one has to set CallMinimize -> True or CallMaximize -> True, for instance. One shall check first with Options[command] if the solver - is available. + is available. *) -(* :Package: Tested under RHEL 8.2, Lustre 2.12.6_ddn40 *) +(* :Package: Tested under RHEL 8.2, Lustre 2.12.6_ddn40, + RHEL 8.6, Lustre 2.12.6_ddn40, + RHEL 8.8, Lustre 2.12.9_ddn41, + Ubunutu: 18.04, 20.04. + +*) (*:Keywords: Dual Game, Superadditive Game, Convex Game, Strong Convex Game, Average-Convex Game, @@ -205,8 +210,8 @@ Off[General::obspkg]; Some minor code revision. New Functions: - MLExtension[] - Computes the multi-linear extension of the game. - ShapleyValueML[] - Computes the Shapley value from the multi-linear extension of the game. + MLExtension[] - Computes the multilinear extension of the game. + ShapleyValueML[] - Computes the Shapley value from the multilinear extension of the game. PreKernel[] - Computes a pre-kernel point by Algorithm 8.2.1 of Meinhardt (2013). Bug fixes: @@ -218,7 +223,7 @@ Off[General::obspkg]; Version 2.5 - Adding the function ApproxNuc[] to compute the (p,k)-nucleolus which is an approximation of + Adding the function ApproxNuc[] to compute the (p, k)-nucleolus which is an approximation of the nucleolus by a non-linear optimization approach, i.e., minimizes a p-norm. The function NonLinNuc[] is based on this function to compute the nucleolus. We extended this idea to the pre-nucleolus through the commands ApproxPreNuc[] and NonLinPreNuc[]. In addition, we added @@ -242,7 +247,7 @@ Off[General::obspkg]; Version 2.5.2 - We have revised the Install procedure of the Cddmathlink library, which makes it not anymore necessary + We have revised the Installation procedure of the Cddmathlink library, which makes it not any more necessary to explicitly formulate some conditions for all operating systems. Moreover, some binaries for RHEL 7.5 ships now with the package. @@ -258,8 +263,8 @@ Off[General::obspkg]; Version 2.5.4 Functions to compute and to verify the simplified modified pre-kernel/nucleolus are added. They are called - SMPrenucleolus[],IsSMPrenucleolusQ[],SMPreKernel[],IsSMPreKernelQ[]. For the last two commands we implemented - parallel counterparts called ParaSMPreKernel[],and ParaIsSMPreKernelQ[] respectively. + SMPrenucleolus[], IsSMPrenucleolusQ[], SMPreKernel[], IsSMPreKernelQ[]. For the last two commands we implemented + parallel counterparts called ParaSMPreKernel[], and ParaIsSMPreKernelQ[] respectively. Adding the function BalancedCollectionQ[] that should replace in the future the function BalancedSelectionQ[]. For n=>4 the function returns incorrect results, probably caused by a bug of the DualLinearProgramming[] function. @@ -313,7 +318,7 @@ Off[General::obspkg]; Version 3.0.0 - Not anymore backward compatible to Mathematica versions smaller than 12 due to the port + Not any more backward compatible to Mathematica versions smaller than 12 due to the port to the new collection of algorithms for solving convex problems introduced in version 12. ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are replaced by LinearOptimization. @@ -416,6 +421,23 @@ Off[General::obspkg]; Some minor bug fixes and code revision. + Version 3.1.4 + + 1. Revision + + Update of the Documentation references pages. + Code Revision for FilledCoreV6 to avoid overlapping labeling. + + 2. Modification + + Adding the new functions: + + FilledWeberSetV6, PlotWeberSet3dV6, CddGmpPlotWeberSet, EqDistDividends, CostLocationGame, DualProbabilityGame, PQNorm. + + 3. Bug Fixes + + Some minor bug fixes and code revision. + *) @@ -464,8 +486,8 @@ If[SameQ[Global`$ParaMode,"False"], Print["==================================================="]; Print["Loading Package 'TuGames' for ", $OperatingSystem]; Print["==================================================="]; -Print["TuGames V3.1.2 by Holger I. Meinhardt"]; -Print["Release Date: 08.05.2023"]; +Print["TuGames V3.1.4 by Holger I. Meinhardt"]; +Print["Release Date: 03.06.2024"]; Print["Program runs under Mathematica Version 12.0 or later"]; Print["Version 12.x or higher is recommended"]; Print["==================================================="];, @@ -1142,6 +1164,11 @@ CddGmpPlotLowerSet::usage = "CddGmpPlotLowerSet[game,Options] plots the lower set of a game with Cddmathlink2gmp via Mathlink. Cddmathlink2gmp uses GMP rational exact arithmetic."; +CddGmpPlotWeberSet::usage = +"CddGmpPlotWeberSet[game,Options] plots the Weber set of a game with Cddmathlink2gmp via Mathlink. + Cddmathlink2gmp uses GMP rational exact arithmetic."; + + BaryCenter::usage = "BaryCenter[game] computes the barycenter from the extreme points of the core."; @@ -1157,6 +1184,11 @@ FilledCoreV6::usage = Furthermore, the Shapley value will be depicted as a blue point, the kernel as a light red, the pre-kernel as a red, and the nucleolus as a green point. Dedicated for Mathematica Version 6.x or higher only."; +FilledWeberSetV6::usage = +"FilledWeberSetV6[game,opts] plots the Weber set of a three person game. Filled the weber set area with orange color. + Furthermore, the Shapley value will be depicted as a blue point, the kernel as a light red, the pre-kernel + as a red, and the nucleolus as a green point. Dedicated for Mathematica Version 6.x or higher only."; + Vec3DToSimplex::usage = "Vec3DToSimplex[{x1,x2,x3}] transforms a vector of dimension 3 into a vector of dimension 2."; @@ -1193,6 +1225,10 @@ MLExtension::usage = HarsanyiValue::usage = "HarsanyiValue[game] computes the Harsanyi value of the game."; +EqDistDividends::usage = +"EqDistDividends[game] computes the equally distributed dividends of the game, that is, the Shapley value."; + + UtopiaVector::usage = "UtopiaVector[game] calculates the utopia payoffs for all players."; @@ -1444,11 +1480,13 @@ Which[$OperatingSystem === "Unix", Options[CddVerticesCore] = {RationalExact -> True}; Options[CddGmpVerticesCore] = {RationalExact -> True, WithIncidences -> False}; Options[CddGmpPlotCore] = {RationalExact -> True}; + Options[CddGmpPlotImputationSet] = {RationalExact -> True}; Options[CddVerticesImputationSet] = {RationalExact -> True}; Options[CddVerticesReasonableSet] = {RationalExact -> True, ProperContribution -> False}; - Options[CddGmpPlotReasonableSet] = {ProperContribution -> False}; + Options[CddGmpPlotReasonableSet] = {RationalExact -> True, ProperContribution -> False}; Options[CddVerticesLowerSet] = {RationalExact -> True}; - Options[CddGmpPlotLowerSet] = {}; + Options[CddGmpPlotLowerSet] = {RationalExact -> True}; + Options[CddGmpPlotWeberSet] = {RationalExact -> True, RedDim -> True}; Options[BestCoalitions] = {AllCoalitions -> False, AntiPreKernel -> False, MaximumSurpluses -> False, SmallestCardinality -> True}; Options[OptStepSize] = {Silent -> True, SmallestCardinality -> True}; Options[PreKernelElement] = {CalcStepSize -> True, PseudoInv->True,Silent -> True, SmallestCardinality -> True, RationalTol -> 10^(-7)}; @@ -1493,8 +1531,9 @@ Which[$OperatingSystem === "Unix", Options[LowerSetIncImputationQ] = {Silent -> True}; Options[PreKernelEqualsKernelQ] = {Silent -> True}; Options[AnimationKernelProperty2d] = {UpperCritVal ->{5}, LowerCritVal -> {},IncSize -> {-(1/4)}, FigureSize -> 500, UseManipulate->False}; - Options[StrongEpsCore2d] = {EpsilonValue -> 5,FigureSize -> 500,Labeling -> True}; + Options[StrongEpsCore2d] = {EpsilonValue -> 5,FigureSize -> 500,Labeling -> True,PreImpSet -> True}; Options[FilledCoreV6] = {DisplayLegend -> True,FigureSize -> 500,PreImpSet -> True,Silent -> False}; + Options[FilledWeberSetV6] = {DisplayLegend -> True,FigureSize -> 500,PlotCore -> False,PreImpSet -> False,Silent -> False}; Options[SetsToVec] ={EffVector -> False}; Options[ImputationToVec] ={DisplayAllResults -> False, EffVector -> False, InFavor -> False}; Options[ImputationToEqClass] = {BargUnanMat -> False}; @@ -1510,10 +1549,12 @@ True, Options[CddVerticesCore] = {RationalExact -> False}; Options[CddGmpVerticesCore] = {RationalExact -> True, WithIncidences -> False}; Options[CddGmpPlotCore] = {RationalExact -> True}; + Options[CddGmpPlotImputationSet] = {RationalExact -> True}; Options[CddVerticesImputationSet] = {RationalExact -> False}; Options[CddVerticesReasonableSet] = {RationalExact -> False, ProperContribution -> False}; - Options[CddGmpPlotReasonableSet] = {ProperContribution -> False}; - Options[CddGmpPlotLowerSet] = {}; + Options[CddGmpPlotReasonableSet] = {RationalExact -> True, ProperContribution -> False}; + Options[CddGmpPlotLowerSet] = {RationalExact -> True}; + Options[CddGmpPlotWeberSet] = {RationalExact -> True, RedDim -> True}; Options[BestCoalitions] := {AllCoalitions -> False, AntiPreKernel -> False, MaximumSurpluses -> False, SmallestCardinality -> True}; Options[OptStepSize] := {Silent -> True, SmallestCardinality -> True}; Options[PreKernelElement] = {CalcStepSize -> True, PseudoInv->True,Silent -> True, SmallestCardinality -> True}; @@ -1559,8 +1600,9 @@ True, Options[MaxExcessBalanced] = {RationalTol -> 10^(-6)}; Options[MinExcessBalanced] = {RationalTol -> 10^(-6)}; Options[AnimationKernelProperty2d] = {UpperCritVal ->{5}, LowerCritVal -> {},IncSize -> {-(1/4)},UseManipulate->False}; - Options[StrongEpsCore2d] = {EpsilonValue -> 5,FigureSize -> 500,Labeling -> True}; + Options[StrongEpsCore2d] = {EpsilonValue -> 5,FigureSize -> 500,Labeling -> True,PreImpSet -> True}; Options[FilledCoreV6] = {DisplayLegend -> True,FigureSize -> 500,PreImpSet -> True,Silent -> False}; + Options[FilledWeberSetV6] = {DisplayLegend -> True,FigureSize -> 500,PlotCore -> False,PreImpSet -> False,Silent -> False}; Options[SetsToVec] ={EffVector -> False}; Options[ImputationToVec] ={DisplayAllResults -> False, EffVector -> False, InFavor -> False}; Options[ImputationToEqClass] = {BargUnanMat -> False}; @@ -1599,6 +1641,7 @@ CddVerticesCore::argerr="One argument was expected."; CddVerticesImputationSet::argerr="One argument was expected."; CddVerticesLowerSet::argerr="One argument was expected."; CddVerticesReasonableSet::argerr="One argument was expected."; +CddGmpPlotWeberSet::argerr="One argument was expected."; ChiValue::argerr="One argument was expected."; ConcaveQ::argerr="One argument was expected."; Concession::argerr="One argument was expected."; @@ -1617,10 +1660,12 @@ DualGame::argerr="One argument was expected."; DuttaRay::argerr="One argument was expected."; EANSCValue::argerr="One argument was expected."; EpsCore::argerr="One argument was expected."; +EqDistDividends::argerr="One argument was expected."; EPSDValue::argerr="One argument was expected."; EvalSumMinCoord::argerr="One argument was expected."; FifthCriticalVal::argerr="One argument was expected."; FilledCoreV6::argerr="One argument was expected."; +FilledWeberSetV6::argerr="One argument was expected."; FindKernelSolution::argerr="One argument was expected."; FindPreKernelSolution::argerr="One argument was expected."; FirstCriticalVal::argerr="One argument was expected."; @@ -1836,6 +1881,7 @@ If[Length[Position[StringFreeQ[#[[1]], "TUG" ~~ ___ ~~ "cddmathlink"] & /@ links (* Checking first if a LinkObject exists already and uninstall the cddml libraries. *) Uninstall[cddml]; Uninstall[cddmlgmp]; + Uninstall[cddmlgmp2]; Uninstall[cddml2]; (* We owe the following lines of code to Szabolcs Horv\[AAcute]t. *) (* In the second step install the cddml libraries again.*) @@ -2535,6 +2581,18 @@ ReasonableSet[game_] := Block[{assr}, ]; (* strong epsilon core section ends *) +(* Section Shapley value starts *) + +EqDistDividends[args___]:=(Message[EqDistDividends::argerr];$Failed); +EqDistDividends[game_]:=Block[{hd,sS,card,cphd,plmbcoa,pos}, + hd=Drop[HarsanyiDividends[game],1]; + sS=Drop[Subsets[T],1]; + card=Length[#] &/@ sS; + cphd=MapThread[Divide[#1,#2]&,{hd,card}]; + plmbcoa=Cases[sS,{___,#,___}] &/@ T; + pos=First[Position[sS,#]] &/@ # &/@ plmbcoa; + Total[Flatten[Extract[cphd,#]]] &/@ pos +]; HarsanyiValue[args___]:=(Message[HarsanyiValue::argerr];$Failed); HarsanyiValue[game_]:=Block[{hd,sz,pt,liste,pm,aryf,mat}, @@ -2594,6 +2652,8 @@ PrintRemark[payoff_List]:= ( Print["The variable 'payoff' has not the correct input format."]; Print["The variable 'payoff' must be a list of payoff vectors or a single payoff vector."] ); +(* Section Shapley value ends *) + ExcessPayoff[args___]:=(Message[ExcessPayoff::argerr];$Failed); ExcessPayoff[game_,payoff_List, opts:OptionsPattern[ExcessPayoff]]:= Block[{dispmat,assg,li,res}, @@ -6069,8 +6129,10 @@ functions AllVertices and all functions starting with 'Cdd'. *) AllVertices0[m_Integer, d_Integer, a_List] := ExternalCall[cddml,CallPacket[0,{m,d,a}]]; AllVertices[m_Integer, d_Integer, a_String] := ExternalCall[cddmlgmp,CallPacket[0,{m,d,a}]]; AllVertices2[m_Integer, d_Integer, a_String] :=ExternalCall[cddml2,CallPacket[0,{m,d,a}]]; - +AllVerticesWithAdjacency[m_Integer, d_Integer, a_String] := ExternalCall[cddml2,CallPacket[1,{m,d,a}]]; AllVerticesWithAdjacency2[m_Integer, d_Integer, a_String] := ExternalCall[cddmlgmp,CallPacket[1,{m,d,a}]]; +AllFacetsWithAdjacency[n_Integer, d_Integer, g_String] := ExternalCall[cddmlgmp,CallPacket[1,{n,d,g}]]; +AllFacetsWithAdjacency2[n_Integer, d_Integer, g_String] := ExternalCall[cddml2,CallPacket[1,{n,d,g}]]; CddVerticesCore[args___]:=(Message[CddVerticesCore::argerr];$Failed); CddVerticesCore[game_,opts:OptionsPattern[CddVerticesCore]] := @@ -6191,15 +6253,18 @@ CddGmpPlotCore[game_,opts:OptionsPattern[CddGmpPlotCore]] := AppendTo[values, -Last[values]]; extmat=MapThread[Prepend,{mat,-values}]; string1=ToString[extmat,InputForm]; + (* Print["string1=",string1]; *) {m1,d1}=Dimensions[extmat]; - {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = AllVerticesWithAdjacency2[m1,d1,string1]; + {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = Which[SameQ[ratexact,True],AllVerticesWithAdjacency2[m1,d1,string1], + True,AllVerticesWithAdjacency[m1,d1,string1]]; vertlist1 = Map[Drop[#,1]&, ToExpression[vert1]]; {{vertlist1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1,extmat} ]; CddGmpPlotImputationSet[args___]:=(Message[CddGmpPlotImputationSet::argerr];$Failed); -CddGmpPlotImputationSet[game_] := - Block[{liste, zwmat, finmat, bvec, extmat, m, d1, vert1, string1, vertlist1, linearity1, sortlist, ecdlist1,eadlist1,icdlist1,iadlist1}, +CddGmpPlotImputationSet[game_,opts:OptionsPattern[CddGmpPlotCore]] := + Block[{ratexact,liste, zwmat, finmat, bvec, extmat, m, d1, vert1, string1, vertlist1, linearity1, sortlist, ecdlist1,eadlist1,icdlist1,iadlist1}, + ratexact = OptionValue[RationalExact]; liste = Table[If[i >= j, 1, 0], {i, Length[T]}, {j, Length[T]}]; zwmat = Flatten[Permutations[#] & /@ liste, 1]; finmat = Append[Take[zwmat, Length[T]], Last[zwmat]]; @@ -6207,7 +6272,8 @@ CddGmpPlotImputationSet[game_] := extmat = MapThread[Prepend, {finmat, -bvec}]; {m, d1} = Dimensions[extmat]; string1=ToString[extmat,InputForm]; - {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = AllVerticesWithAdjacency2[m,d1,string1]; + {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = Which[SameQ[ratexact,True],AllVerticesWithAdjacency2[m,d1,string1], + True,AllVerticesWithAdjacency[m,d1,string1]]; vert1 = Drop[Sort[vert1],Length[T]]; vertlist1 = Map[Drop[#,1]&, ToExpression[vert1]]; {{vertlist1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1,extmat} @@ -6230,8 +6296,9 @@ CddGmpImputationVertices[game_] := CddGmpPlotReasonableSet[args___]:=(Message[CddGmpPlotReasonableSet::argerr];$Failed); CddGmpPlotReasonableSet[game_,opts:OptionsPattern[CddGmpPlotReasonableSet]] := - Block[{propcont,liste, zwmat, finmat, reasout,propout,bvec, extmat, m, d1, vert1, vertlist1, string1, linearity1, incidences1, sortlist,ecdlist1,eadlist1,icdlist1,iadlist1}, + Block[{ratexact,propcont,liste, zwmat, finmat, reasout,propout,bvec, extmat, m, d1, vert1, vertlist1, string1, linearity1, incidences1, sortlist,ecdlist1,eadlist1,icdlist1,iadlist1}, propcont = OptionValue[ProperContribution]; + ratexact = OptionValue[RationalExact]; liste = Table[If[i >= j, 1, 0], {i, Length[T]}, {j, Length[T]}]; zwmat = Flatten[Permutations[#] & /@ liste, 1]; finmat = -Append[Take[zwmat, Length[T]], Last[zwmat]]; @@ -6243,7 +6310,8 @@ CddGmpPlotReasonableSet[game_,opts:OptionsPattern[CddGmpPlotReasonableSet]] := extmat = MapThread[Prepend, {finmat, bvec}]; {m, d1} = Dimensions[extmat]; string1=ToString[extmat,InputForm]; - {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = AllVerticesWithAdjacency2[m,d1,string1]; + {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = Which[SameQ[ratexact,True],AllVerticesWithAdjacency2[m,d1,string1], + True,AllVerticesWithAdjacency[m,d1,string1]]; vert1 = Drop[Sort[vert1],Length[T]]; vertlist1 = Map[Drop[#,1]&, ToExpression[vert1]]; Which[SameQ[Length[vertlist1],1],Print["Upper Set is a unique point."];,True,True]; @@ -6253,7 +6321,8 @@ CddGmpPlotReasonableSet[game_,opts:OptionsPattern[CddGmpPlotReasonableSet]] := CddGmpPlotLowerSet[args___]:=(Message[CddGmpPlotLowerSet::argerr];$Failed); CddGmpPlotLowerSet[game_,opts:OptionsPattern[CddGmpPlotLowerSet]] := - Block[{liste, zwmat, finmat, bvec, smc, extmat, m, d1, vert1, vertlist1, string1, linearity1, incidences1, sortlist,ecdlist1,eadlist1,icdlist1,iadlist1}, + Block[{ratexact,liste, zwmat, finmat, bvec, smc, extmat, m, d1, vert1, vertlist1, string1, linearity1, incidences1, sortlist,ecdlist1,eadlist1,icdlist1,iadlist1}, + ratexact = OptionValue[RationalExact]; liste = Table[If[i >= j, 1, 0], {i, Length[T]}, {j, Length[T]}]; zwmat = Flatten[Permutations[#] & /@ liste, 1]; finmat = -Append[Take[zwmat, Length[T]], Last[zwmat]]; @@ -6264,13 +6333,53 @@ CddGmpPlotLowerSet[game_,opts:OptionsPattern[CddGmpPlotLowerSet]] := extmat = MapThread[Prepend, {-finmat, bvec}]; {m, d1} = Dimensions[extmat]; string1=ToString[extmat,InputForm]; - {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = AllVerticesWithAdjacency2[m,d1,string1]; + {{vert1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1} = Which[SameQ[ratexact,True],AllVerticesWithAdjacency2[m,d1,string1], + True,AllVerticesWithAdjacency[m,d1,string1]]; vert1 = Drop[Sort[vert1],Length[T]]; vertlist1 = Map[Drop[#,1]&, ToExpression[vert1]]; Which[SameQ[Length[vertlist1],1],Print["Lower Set is a unique point."];,True,True]; {{vertlist1,linearity1},ecdlist1,eadlist1,icdlist1,iadlist1,extmat} ]; + +CddGmpPlotWeberSet[args___]:=(Message[CddGmpPlotWeberSet::argerr];$Failed); +CddGmpPlotWeberSet[game_,opts:OptionsPattern[CddGmpPlotWeberSet]] := + Block[{psm,ratexact, mgval,extmgval,extvec,extvert,m1,d1,faclist1, equalities1, icdlist1, iadlist1, ecdlist1, eadlist1,m2,d2,faclist2, equalities2, icdlist2, iadlist2, ecdlist2, eadlist2,bd,faces,string1,extmat,extmat1}, + psm = OptionValue[RedDim]; + ratexact = OptionValue[RationalExact]; + mgval=MargValue[game]; + (* extvec=Vec4DToSimplex[#] &/@ mgval; *) + extvec = ListRedDim4D[mgval, RedDim->psm]; + extvert=Prepend[#,1] &/@ extvec; + extmgval=Prepend[#,1] &/@ mgval; + {m1,d1}=Dimensions[extvert]; + {m2,d2}=Dimensions[extmgval]; + string1=ToString[Flatten[extvert],InputForm]; + string2=ToString[Flatten[extmgval],InputForm]; + {{faclist1, equalities1}, icdlist1, iadlist1, ecdlist1, eadlist1}=Which[SameQ[ratexact,True],AllFacetsWithAdjacency[m1,d1,string1], + True,AllFacetsWithAdjacency2[m1,d1,string1]]; + {{faclist2, equalities2}, icdlist2, iadlist2, ecdlist2, eadlist2}=Which[SameQ[ratexact,True],AllFacetsWithAdjacency[m2,d2,string2], + True,AllFacetsWithAdjacency2[m2,d2,string2]]; + bd=Take[#,1] &/@ faclist1; + faces=Take[#,-3] &/@ faclist1; + extmat = MapThread[List[First[#1],#2] &,{bd,faces}]; + extmat1 = Flatten[#] &/@ extmat; + {{faclist1,equalities2},ecdlist2,eadlist2,icdlist2,iadlist2,extmat1} + ]; + +ListRedDim4D[vertlist_,opts:OptionsPattern[{CddGmpPlotWeberSet,Graphics3D}]] := + Module[{trext,varl,minv,psm}, + dld4= OptionValue[RedDim]; + trext = Transpose[vertlist]; + varl=N[Variance[#] &/@ trext]; + minv=Min[varl]; + psm=Position[varl,minv]; + psm = First[psm]; + psm = If[SameQ[dld4,True],psm,dld4]; + Delete[#,psm] &/@ vertlist +]; + + BaryCenter[args___]:=(Message[BaryCenter::argerr];$Failed); BaryCenter[game_]:=Block[{crv}, crv=CddGmpVerticesCore[game]; @@ -6300,8 +6409,9 @@ StrongEpsCore2d[game_, opts:OptionsPattern[StrongEpsCore2d]] := fs = OptionValue[FigureSize]; epsval = OptionValue[EpsilonValue]; lab = OptionValue[Labeling]; + prim = OptionValue[PreImpSet]; oldvls= v[#] & /@ Subsets[T]; - gr1=FilledCoreV6[game,DisplayLegend -> False,Silent -> True]; + gr1=FilledCoreV6[game,DisplayLegend -> False,Silent -> True,PreImpSet->prim]; epsvls = EpsValue[game, epsval]; epsvls = Prepend[epsvls,0]; epsvls = Append[epsvls,Last[oldvls]]; @@ -6312,7 +6422,7 @@ StrongEpsCore2d[game_, opts:OptionsPattern[StrongEpsCore2d]] := AppendTo[cvh,First[cvh]]; mv=Mean[vert]; vpts = Point[#] &/@ vert; - lgd = If[SameQ[lab,True],MapThread[Text[#1,1.15*#2-0.15*mv] &, {vertlist,vert}],{}]; + lgd = If[SameQ[lab,True],MapThread[Text[Style[#1,FontSize->12],1.15*#2-0.15*mv] &, {vertlist,vert}],{}]; gr2=Graphics[{Thick, GraphicsComplex[vert, Line[cvh]]}]; gr2b=If[SameQ[lgd,{}],{},Graphics[{{Brown,PointSize[0.015],vpts},lgd}]]; origgame=DefineGame[T,oldvls]; @@ -6323,7 +6433,7 @@ StrongEpsCore2d[game_, opts:OptionsPattern[StrongEpsCore2d]] := FilledCoreV6[args___]:=(Message[FilledCoreV6::argerr];$Failed); FilledCoreV6[game_, opts:OptionsPattern[FilledCoreV6]] := - Block[{dlg,fs,sil,prim,vertlist,impext,solv,vert,mv1,mv2,imp,clm,lgd1,lgd2,vpts,ipts,spts,redead,rg,impred,dltr,cvh,tric,crdli,trpts,gr0,gr0b,gr1,gr1b,gr2,gr3,grli,gr}, + Block[{dlg,fs,sil,prim,vertlist,impext,solv,vert,mv1,mv2,imp,clm,lgd1,lgd2,vpts,vrtw,vrts,nwpos2,ipts,spts,redead,rg,impred,dltr,cvh,tric,crdli,trpts,gr0,gr0b,gr1,gr1b,gr2,gr3,grli,gr}, dlg = OptionValue[DisplayLegend]; fs = OptionValue[FigureSize]; sil = OptionValue[Silent]; @@ -6337,8 +6447,13 @@ FilledCoreV6[game_, opts:OptionsPattern[FilledCoreV6]] := imp = Vec3DToSimplex[#] & /@ impext; mv1 = If[SameQ[vert,{}],{},Mean[vert]]; mv2 = Mean[imp]; - lgd1 = If[SameQ[vert,{}],{},MapThread[Text[#1,1.15*#2-0.15*mv1] &, {vertlist,vert}]]; - lgd2 = MapThread[Text[#1,1.1*#2-0.1*mv2] &, {impext,imp}]; + vrtw = Complement[vertlist,impext]; (* Deleting overlapping vertices, but changes ordering!! *) + vrts = Complement[vert,imp]; (* Deleting overlapping vertices, but changes ordering!! *) + nwpos2=DeleteCases[Position[vert,#] &/@ vrts,{}]; (* Correcting ordering!! *) + vrts=Flatten[Extract[vert,nwpos2],1]; + vrtw=Flatten[Extract[vertlist,nwpos2],1]; + lgd1 = If[SameQ[vert,{}],{},MapThread[Text[Style[N[#1],FontSize->12],1.15*#2-0.15*mv1] &, {vrtw,vrts}]]; + lgd2 = MapThread[Text[Style[N[#1],FontSize->12],1.1*#2-0.1*mv2] &, {impext,imp}]; vpts = If[SameQ[vert,{}],{},Point[#] &/@ vert]; ipts = Point[#] &/@ imp; spts = Point[#] &/@ solv; @@ -6383,6 +6498,65 @@ PointSol[game_] := (* Function FilledCore[] is deprecated. Use TuGames Version 1.8 if you need this function. *) +FilledWeberSetV6[args___]:=(Message[FilledWeberSetV6::argerr];$Failed); +FilledWeberSetV6[game_, opts:OptionsPattern[FilledWeberSetV6]] := + Block[{dlg,fs,sil,prim,vertlist,impext,solv,vert,mv1,mv2,imp,clm,lgd1,lgd2,crQ,vpts,vrtw,vrts,nwpos2,ipts,spts,redead,rg,impred,dltr,cvh,tric,crdli,trpts,gr0,gr0b,gr1,gr1b,gr2,gr3,grli,gr}, + dlg = OptionValue[DisplayLegend]; + fs = OptionValue[FigureSize]; + sil = OptionValue[Silent]; + prim = OptionValue[PreImpSet]; + crQ = OptionValue[PlotCore]; + vertlist=Sort[DeleteDuplicates[MargValue[game]]]; (* CddGmpPlotWeberSet[game]; *) + impext= If[SameQ[prim,True],Permutations[{v[T],0,0}],CddGmpImputationVertices[game]]; + solv = PointSol[game]; + vert = If[SameQ[vertlist,{}], + If[SameQ[sil,False],Print["No Marginal Contribution Vectors computed"],True];{}, + Vec3DToSimplex[#] & /@ vertlist]; + imp = Vec3DToSimplex[#] & /@ impext; + mv1 = If[SameQ[vert,{}],{},Mean[vert]]; + mv2 = Mean[imp]; + vrtw = Complement[vertlist,impext]; (* Deleting overlapping vertices, but changes ordering!! *) + vrts = Complement[vert,imp]; (* Deleting overlapping vertices, but changes ordering!! *) + nwpos2=DeleteCases[Position[vrts,#] &/@ vert,{}]; (* Correcting ordering!! *) + vrts=Flatten[Extract[vert,nwpos2],1]; + vrtw=Flatten[Extract[vrtw,nwpos2],1]; + lgd1 = If[SameQ[vert,{}],{},MapThread[Text[Style[N[#1],FontSize->12],0.95*#2+0.35*mv1] &, {vrtw,vrts}]]; + lgd2 = MapThread[Text[Style[N[#1],FontSize->12],1.1*#2-0.1*mv2] &, {impext,imp}]; + vpts = If[SameQ[vert,{}],{},Point[#] &/@ Reverse[N[vert]]]; + ipts = Point[#] &/@ imp; + spts = Point[#] &/@ solv; + redead = Delete[T,#] &/@ T; + rg = Range[3]; + impred=MapThread[Append,{redead,rg}]; + trpts = Which[SameQ[vert,{}],{}, + (* SameQ[Length[vert],1],vert,*) + True, dltr = DelaunayTriangulation[vert]; + cvh= ConvexHull[vert]; + AppendTo[cvh,First[cvh]]; + Flatten[Drop[#, 1]] & /@ dltr]; + gr0=Graphics[{Thick, GraphicsComplex[imp, Line[impred]]}]; + gr0b=Graphics[{{Gray,PointSize[0.015],ipts},lgd2}]; + gr1=If[GreaterEqual[$VersionNumber,10.], + Which[SameQ[vert,{}],{}, + SameQ[Length[vert],1],Graphics[{Orange,PointSize[0.018],Point[vert]}], + True, ConvexHullMesh[vert]], + If[SameQ[vert,{}],{}, Graphics[{Orange, GraphicsComplex[vert,Polygon[trpts]]}]]]; + gr1a=If[SameQ[vert,{}],{}, Graphics[{Orange, GraphicsComplex[vert,Polygon[trpts]]}]]; + gr1b=If[SameQ[vert,{}],{}, Graphics[{{Orange,PointSize[0.015],vpts},lgd1}]]; + gr2=If[SameQ[vert,{}],{},Graphics[{Thick, GraphicsComplex[vert, Line[cvh]]}]]; + clm = {LightRed,Green,Blue,Red}; + gr3 = Flatten[MapThread[Graphics[{#1,PointSize[0.018],#2}] &,{clm,spts}]]; + gr4=If[SameQ[crQ,False],{}, + Which[SameQ[CoreQ[game],False],Print["Core is empty! No Core plotted!"];{}, + SameQ[ConvexQ[game],True],Print["Game is Convex! Core is identical to Weber set! No Core plotted!"];{}, + True,FilledCoreV6[game,DisplayLegend -> False, FigureSize -> fs, PreImpSet -> prim, Silent -> False]]]; + grli = Flatten[{gr1,gr1a,gr4,gr1b,gr2,gr3,gr0,gr0b}]; + gr = Show[grli,ImageSize -> fs]; + gr = If[SameQ[dlg,True], ShowLegend[gr,{{{Graphics[{Blue, Disk[{0, 0}, 0.005]}], "Shapley Value"}, {Graphics[{Green, Disk[{0, 0}, 0.005]}], "Nucleolus"}, {Graphics[{LightRed, Disk[{0, 0}, 0.005]}], "Kernel"},{Graphics[{Red, Disk[{0, 0}, 0.005]}], "Pre-Kernel"}}, LegendShadow -> None, LegendTextSpace -> 5,LegendPosition -> {1.1, -.4},LegendSize->{0.5,0.25}}],gr]; + Return[gr]; + ]; + + Vec3DToSimplex[{x1_?NumberQ, x2_?NumberQ, x3_?NumberQ}] := Block[{z0}, {(x2 - x1) Sqrt[3]/2, x3 - (x1 + x2)/2}]; @@ -7071,10 +7245,3 @@ Print["==================================================="];, EndPackage[] - - - - - - - diff --git a/TuGamesAux.nb b/TuGamesAux.nb index 6a2c51f..16c4da9 100644 --- a/TuGamesAux.nb +++ b/TuGamesAux.nb @@ -3,17 +3,17 @@ (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) -(* CreatedBy='Mathematica 13.0' *) +(* CreatedBy='Mathematica 13.3' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] -NotebookDataLength[ 148668, 3831] -NotebookOptionsPosition[ 144871, 3781] -NotebookOutlinePosition[ 145337, 3798] -CellTagsIndexPosition[ 145294, 3795] +NotebookDataLength[ 166775, 4312] +NotebookOptionsPosition[ 162855, 4261] +NotebookOutlinePosition[ 163248, 4277] +CellTagsIndexPosition[ 163205, 4274] WindowFrame->Normal*) (* Beginning of Notebook Content *) @@ -26,10 +26,10 @@ Cell[BoxData[ RowBox[{"(*", " ", RowBox[{"Release", " ", RowBox[{"Date", ":", " ", - RowBox[{"02.05", ".2023"}]}]}], " ", "*)"}], "\n", + RowBox[{"13.03", ".2024"}]}]}], " ", "*)"}], "\n", RowBox[{"(*", " ", RowBox[{"Version", ":", " ", - RowBox[{"3.1", ".2"}]}], " ", "*)"}], "\n", "\n", + RowBox[{"3.1", ".4"}]}], " ", "*)"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{":", "Context", ":", " ", "TuGamesAux`"}], " ", "*)"}], "\n", "\n", RowBox[{"(*", " ", @@ -55,13 +55,14 @@ Cell[BoxData[ RowBox[{"(*", " ", RowBox[{":", RowBox[{"Package", " ", "Version"}], ":", " ", - RowBox[{"3.1", ".2"}]}], " ", "*)"}], "\n", "\n", + RowBox[{"3.1", ".4"}]}], " ", "*)"}], "\n", "\n", RowBox[{"(*", " ", "\n", " ", RowBox[{ RowBox[{":", RowBox[{"Mathematica", " ", "Version"}], ":", " ", RowBox[{"12.", "x"}]}], ",", " ", - RowBox[{"13.", "x"}]}], "\n", "\n", "*)"}], "\n", "\n", + RowBox[{"13.", "x"}], ",", " ", + RowBox[{"14.", "x"}]}], "\n", "\n", "*)"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{ RowBox[{":", "Sources", ":", "\n", " ", @@ -72,8 +73,7 @@ Cell[BoxData[ RowBox[{"(*", RowBox[{":", "Keywords", ":", "\n", " ", RowBox[{ - "Extracting", " ", "the", " ", "coefficient", " ", "from", " ", "a", " ", - + "Extracting", " ", "the", " ", "coefficient", " ", "from", " ", "an", " ", RowBox[{"LP", ".", " ", "Solving"}], " ", "the", " ", "primal", " ", "and", " ", "dual", " ", RowBox[{"problem", "."}]}]}], "\n", "*)"}], "\n", "\n", @@ -171,7 +171,7 @@ Cell[BoxData[ RowBox[{"x", ".", "\n", " ", "This"}], " ", "package", " ", "is", " ", "now", " ", "exclusively", " ", "dedicated", " ", "to", " ", "Mathematica", " ", "version", " ", "8.", "x", " ", "and", " ", - RowBox[{"higher", ".", " ", "\n", "\n", " ", "Version"}], " ", + RowBox[{"higher", ".", " ", "\n", "\n", " ", "Version"}], " ", "2.3"}]}], ":", "\n", " ", RowBox[{"Change", " ", "protected", " ", "command", " ", RowBox[{"SubsetQ", "[", "]"}], " ", "to", " ", @@ -252,14 +252,14 @@ from (cost,nj). \n The sum of nj should not exceed 48 players.\>\""}], ";"}], "\"\<{bcQ,cfs}=BalancedSystemQ[coll,T] checks whether the collection of \ sets 'coll' is balanced.\n It returns a True or False on the first return \ value, at the second position the weights of\n the balanced collection are \ -returned.\>\""}], " ", ";"}], "\n", "\n", +returned.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{"WeaklyBalancedSystemQ", "::", "usage"}], " ", "=", "\n", "\"\\""}], " ", - ";"}], "\n", "\n", +be empty -- is weakly balanced. It returns a True or False.\>\""}], ";"}], + "\n", "\n", RowBox[{ RowBox[{ RowBox[{"GenProfitMatrix", "::", "usage"}], " ", "=", " ", "\n", @@ -270,10 +270,27 @@ and sellers.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{"ComplementaryMarket", "::", "usage"}], " ", "=", " ", "\n", "\"\\""}], ";"}], "\n", "\n", + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}], " ", "\n", "\n", RowBox[{ RowBox[{ RowBox[{"ProductGame", "::", "usage"}], " ", "=", "\n", @@ -285,6 +302,11 @@ values and Harsanyi dividends of a product game.\>\""}], ";"}], " ", "\n", RowBox[{"ProbabilityGame", "::", "usage"}], " ", "=", "\n", "\"\\""}], ";"}], " ", "\n", "\n", + RowBox[{ + RowBox[{ + RowBox[{"DualProbabilityGame", "::", "usage"}], " ", "=", "\n", + "\"\\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{"ContestedGarment", "::", "usage"}], " ", "=", " ", "\n", @@ -306,7 +328,7 @@ a greedy bankruptcy game.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{"LPtoMatrix", "::", "usage"}], " ", "=", " ", "\n", - "\"\\""}], ";"}], "\n", "\n", RowBox[{ @@ -375,6 +397,12 @@ problem.\>\""}], ";"}], "\n", "\n", "\"\\""}], ";"}], "\n", "\n", + RowBox[{ + RowBox[{ + RowBox[{"PQNorm", "::", "usage"}], " ", "=", " ", "\n", + "\"\\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{"NearRingQ", "::", "usage"}], " ", "=", "\n", @@ -404,7 +432,7 @@ the second kind.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{"SortVecDecOrder", "::", "usage"}], " ", "=", " ", "\n", "\"\\""}], ";"}], "\n", "\n", +(5.11) page 82 Peleg and Sudhoelter (2007).\>\""}], ";"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{":", "Options", ":"}], " ", "*)"}], "\n", "\n", RowBox[{ @@ -429,6 +457,11 @@ the second kind.\>\""}], ";"}], "\n", "\n", RowBox[{"Options", "[", "WeaklyBalancedSystemQ", "]"}], " ", ":=", " ", RowBox[{"{", RowBox[{"Method", "->", " ", "RevisedSimplex"}], "}"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"Options", "[", "CostLocationGame", "]"}], " ", "=", " ", + RowBox[{"{", + RowBox[{"Method", " ", "->", " ", "Automatic"}], "}"}]}], ";"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{":", @@ -463,6 +496,10 @@ the second kind.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{"ProbabilityGame", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"DualProbabilityGame", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{":", @@ -483,6 +520,10 @@ the second kind.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{"ContestedGarment", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"EuclidianDistance", "::", "argerr"}], "=", @@ -503,19 +544,23 @@ the second kind.\>\""}], ";"}], "\n", "\n", RowBox[{ RowBox[{"LieBracket", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ModestBankruptcy", "::", "argerr"}], "=", + "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"NearRingQ", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{"ModestBankruptcy", "::", "argerr"}], "=", + RowBox[{"PQNorm", "::", "argerr"}], "=", "\"\\""}], ";"}], "\n", RowBox[{ RowBox[{ RowBox[{"TalmudicRule", "::", "argerr"}], "=", "\"\\""}], ";"}]}]}]], "Code",ExpressionUU\ -ID->"beacc61c-854b-41fe-b700-40bdde4a9674"], +ID->"397c30dc-1e4d-4f68-9fea-c06d28012fc7"], Cell[BoxData[ RowBox[{ @@ -584,7 +629,7 @@ Cell[BoxData[ RowBox[{"Needs", "[", "\"\\"", "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{"Needs", "[", "\"\\"", "]"}]}], "\n", "]"}], - ";"}]}]}]], "Code",ExpressionUUID->"7d311e80-f394-4c61-a618-03d902ced597"], + ";"}]}]}]], "Code",ExpressionUUID->"a039ca63-9a43-41c2-9717-f877be99421f"], Cell[BoxData[{ RowBox[{ @@ -835,8 +880,8 @@ Cell[BoxData[{ RowBox[{"ar", ",", "rl"}], "]"}]}], ";", "\n", " ", RowBox[{"{", RowBox[{"zf", ",", " ", "coemat", ",", " ", "bvec"}], "}"}]}]}], "\n", - " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"26997b38-8a89-41c3-88cd-\ -0d1f2bb5e6bb"], + " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"48940638-ca66-490e-a723-\ +253c67347d11"], Cell[BoxData[{ RowBox[{ @@ -920,8 +965,8 @@ Cell[BoxData[{ RowBox[{"Prepend", "[", RowBox[{ RowBox[{"{", "rl", "}"}], ",", " ", "nzf"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"f2365505-ec4a-4dc1-95ce-\ -2008e0782f8f"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"78b82487-8562-4635-b210-\ +6764e1dba5b1"], Cell[BoxData[{ RowBox[{ @@ -1009,8 +1054,8 @@ Cell[BoxData[{ RowBox[{"Prepend", "[", RowBox[{ RowBox[{"{", "rl", "}"}], ",", " ", "nzf"}], "]"}]}]}], "\n", " ", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"dfa13961-8fe7-4346-9ea5-\ -ace719f586bb"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"23827754-6faa-41f1-bead-\ +a85b71f4c124"], Cell[BoxData[ RowBox[{ @@ -1054,7 +1099,7 @@ Cell[BoxData[ RowBox[{"DisplayMessNearRing", "[", "set", "]"}]}], "]"}]}], ";", "\n", " ", RowBox[{"Return", "[", "boolval", "]"}]}]}], "\n", " ", "]"}]}], - ";"}]}]}]], "Code",ExpressionUUID->"bfc33b68-1aad-4e29-a4b3-1978d9406d4d"], + ";"}]}]}]], "Code",ExpressionUUID->"1a6a18c5-7495-43eb-b55e-f5c308fcde35"], Cell[BoxData[ RowBox[{ @@ -1105,7 +1150,7 @@ Cell[BoxData[ RowBox[{ "Univers", ",", " ", "restuni", ",", " ", "T2", ",", " ", "allres"}], "]"}]}], "]"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",Expression\ -UUID->"ab9c9af9-dbf3-40fa-b22a-c1617baf3868"], +UUID->"f44aac3a-051e-4ada-bc42-79f91d932b5b"], Cell[BoxData[ RowBox[{ @@ -1143,7 +1188,7 @@ Cell[BoxData[ RowBox[{"Intersection", "[", RowBox[{"A", ",", " ", "B"}], "]"}]}], "]"}], "]"}], " ", "!=", " ", "0"}]}], ")"}]}]}], "\n", " ", "]"}]}], ";"}]], "Code",Expres\ -sionUUID->"42dd7cfe-8451-421a-becf-1d69ff925065"], +sionUUID->"5425a80f-325e-404f-b298-3800f4459257"], Cell[BoxData[ RowBox[{ @@ -1158,7 +1203,7 @@ Cell[BoxData[ "Print", "[", "\"\\"", "]"}], ";", "\n", " ", RowBox[{"Print", "[", "\"\\"", "]"}]}], ")"}]}], - ";"}]], "Code",ExpressionUUID->"959ea692-476b-410a-9ee3-6637cd0c84b6"], + ";"}]], "Code",ExpressionUUID->"3d967347-29a3-43af-b0f1-b0f91423f540"], Cell[BoxData[ RowBox[{ @@ -1308,109 +1353,545 @@ Cell[BoxData[ RowBox[{"val", " ", "/.", " ", RowBox[{"a", " ", "->", " ", "param"}]}]}]}], "\n", " ", "]"}]}]}], "\n", "]"}]}], ";"}]}]}]], "Code",ExpressionUUID->\ -"944abe29-dfa4-4f15-b7be-f60c2a4175ca"], +"1319daf4-5a88-4def-96ca-d40bb6b3aa3c"], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", - RowBox[{"Product", " ", "Game"}], " ", "*)"}], "\n", + RowBox[{"Cost", " ", "Location", " ", "Game"}], " ", "*)"}], "\n", "\n", RowBox[{ RowBox[{ RowBox[{ - RowBox[{"ProductGame", "[", "args___", "]"}], ":=", + RowBox[{"PQNorm", "[", "args___", "]"}], ":=", RowBox[{"(", RowBox[{ RowBox[{"Message", "[", - RowBox[{"ProductGame", "::", "argerr"}], "]"}], ";", "$Failed"}], - ")"}]}], ";"}], "\n", + RowBox[{"PQNorm", "::", "argerr"}], "]"}], ";", "$Failed"}], ")"}]}], + ";"}], "\n", RowBox[{ RowBox[{ - RowBox[{"ProductGame", "[", "wghs_List", "]"}], ":=", - RowBox[{"Module", "[", + RowBox[{"PQNorm", "[", + RowBox[{"liste_", ",", " ", "refliste_", ",", + RowBox[{"p_", ":", "2"}], ",", + RowBox[{"q_", ":", "1"}]}], "]"}], ":=", "\n", " ", + RowBox[{"Which", "[", + RowBox[{ + RowBox[{ + RowBox[{"Depth", "[", "liste", "]"}], " ", "==", " ", "3"}], ",", " ", + RowBox[{ + RowBox[{ + RowBox[{"PQNormDist", "[", + RowBox[{"#", ",", " ", "refliste", ",", "p", ",", "q"}], "]"}], " ", + "&"}], " ", "/@", " ", "liste"}], ",", "\n", " ", + RowBox[{ + RowBox[{"Depth", "[", "liste", "]"}], " ", "==", " ", "2"}], ",", " ", + RowBox[{"PQNormDist", "[", + RowBox[{"liste", ",", " ", "refliste", ",", "p", ",", "q"}], "]"}], + ",", "\n", " ", "True", ",", + RowBox[{"DisplayPQNrm", "[", "liste", "]"}]}], "]"}]}], ";"}], "\n", + "\n", + RowBox[{ + RowBox[{ + RowBox[{"PQNormDist", "[", + RowBox[{"liste_", ",", " ", "refliste_", ",", + RowBox[{"p_", ":", "2"}], ",", + RowBox[{"q_", ":", "1"}]}], "]"}], ":=", " ", + RowBox[{"Power", "[", + RowBox[{ + RowBox[{"Total", "[", " ", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"Power", "[", + RowBox[{ + RowBox[{"#1", " ", "-", " ", "#2"}], ",", " ", "p"}], "]"}], " ", + "&"}], ",", " ", + RowBox[{"{", + RowBox[{"liste", ",", " ", "refliste"}], "}"}]}], "]"}], "]"}], + ",", " ", + RowBox[{"(", + RowBox[{"q", "/", "p"}], ")"}]}], "]"}]}], ";"}], "\n", "\n", + RowBox[{ + RowBox[{ + RowBox[{"DisplayPQNrm", "[", "liste_", "]"}], ":=", + RowBox[{"(", "\n", " ", RowBox[{ + RowBox[{"Print", "[", + RowBox[{"\"\\"", ",", + RowBox[{"Depth", "[", "liste", "]"}]}], "]"}], ";", "\n", " ", + + RowBox[{ + "Print", "[", "\"\\"", "]"}], ";", + "\n", " ", + RowBox[{ + "Print", "[", + "\"\\"", "]"}], + ";", "\n", " ", + RowBox[{ + "Print", "[", "\"\\"", "]"}]}], + "\n", ")"}]}], ";"}]}]}]], "Code",ExpressionUUID->"b3755669-ca6b-4ff0-\ +af72-1aa4d5b42bcb"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"CostLocationGame", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts_", ",", " ", "refvc_", ",", + RowBox[{"p_", ":", "2"}], ",", + RowBox[{"q_", ":", "1"}], ",", + RowBox[{"fixed_", ":", "0"}]}], "]"}], ":=", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "st", ",", "nb", ",", "pos", ",", "smvc", ",", "cdco", ",", "tvc", ",", + "avvc", ",", "objvl"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"st", " ", "=", " ", + RowBox[{"Range", "[", + RowBox[{"First", "[", + RowBox[{"Dimensions", "[", "dmpts", "]"}], "]"}], "]"}]}], ";", + "\n", "\t\t ", + RowBox[{"nb", "=", + RowBox[{"1", "+", + RowBox[{"Length", "[", "st", "]"}]}]}], ";", "\n", "\t\t ", + RowBox[{"pos", "=", + RowBox[{"Outer", "[", + RowBox[{"List", ",", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"Subsets", "[", "st", "]"}], ",", "nb"}], "]"}]}], + "]"}]}], ";", "\n", "\t\t ", + RowBox[{"cdco", "=", + RowBox[{ + RowBox[{ + RowBox[{"Length", "[", "#", "]"}], " ", "&"}], "/@", " ", "pos"}]}], + ";", "\n", "\t\t ", + RowBox[{"smvc", "=", + RowBox[{ + RowBox[{ + RowBox[{"Total", "[", + RowBox[{"Extract", "[", + RowBox[{"dmpts", ",", "#"}], "]"}], "]"}], " ", "&"}], "/@", " ", + "pos"}]}], ";", "\n", "\t\t ", + RowBox[{"avvc", "=", + RowBox[{"smvc", "/", "cdco"}]}], ";", "\n", "\t\t ", + RowBox[{"tvc", "=", + RowBox[{ + RowBox[{ + RowBox[{"Extract", "[", + RowBox[{"dmpts", ",", "#"}], "]"}], " ", "&"}], "/@", " ", + "pos"}]}], ";", "\n", "\t\t ", + RowBox[{"objvl", "=", + RowBox[{ + RowBox[{ + RowBox[{"Total", "[", "#", "]"}], " ", "&"}], "/@", " ", + RowBox[{"Table", "[", + RowBox[{ + RowBox[{"PQNorm", "[", + RowBox[{ + RowBox[{"N", "[", + RowBox[{"tvc", "[", + RowBox[{"[", "i", "]"}], "]"}], "]"}], ",", + RowBox[{"avvc", "[", + RowBox[{"[", "i", "]"}], "]"}], ",", "p", ",", "q"}], "]"}], + ",", + RowBox[{"{", + RowBox[{"i", ",", + RowBox[{"Length", "[", "avvc", "]"}]}], "}"}]}], "]"}]}]}], ";", + "\n", "\t\t ", + RowBox[{"PrependTo", "[", + RowBox[{"objvl", ",", + RowBox[{"Array", "[", + RowBox[{ + RowBox[{"0", " ", "&"}], ",", + RowBox[{"nb", "-", "1"}]}], "]"}]}], "]"}], ";", "\n", "\t\t ", + RowBox[{"objvl", "=", + RowBox[{ + RowBox[{"Flatten", "[", "objvl", "]"}], "+", "fixed"}]}], ";", "\n", + "\t\t ", RowBox[{"{", RowBox[{ - "xlis", ",", "pval", ",", "chval", ",", "ylis", ",", "hdval"}], "}"}], - ",", "\n", "\t ", + RowBox[{"PrependTo", "[", + RowBox[{"objvl", ",", "0"}], "]"}], ",", " ", "avvc", ",", " ", + RowBox[{"CostSavings", "[", + RowBox[{"objvl", ",", "st"}], "]"}]}], "}"}]}]}], "\n", + "\t\t\t\t ", "]"}]}], ";"}], "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts_", ",", " ", "refvc_", ",", + RowBox[{"p_", ":", "2"}], ",", + RowBox[{"q_", ":", "1"}], ",", + RowBox[{"fixed_", ":", "0"}], ",", + RowBox[{"opts", ":", + RowBox[{"OptionsPattern", "[", "CostLocationGame", "]"}]}]}], "]"}], ":=", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{ + "mthd", ",", "st", ",", "refpt", ",", "nrmlist", ",", "nb", ",", "pos", + ",", "objli", ",", "zeros", ",", "nonneg", ",", "slvprb", ",", + "optsol", ",", "objvl"}], "}"}], ",", "\n", " ", + RowBox[{ + RowBox[{"mthd", "=", + RowBox[{"OptionValue", "[", "Method", "]"}]}], ";", + "\t\t\t\t\t\t\t ", "\n", "\t\t", + RowBox[{"st", " ", "=", " ", + RowBox[{"Range", "[", + RowBox[{"First", "[", + RowBox[{"Dimensions", "[", "dmpts", "]"}], "]"}], "]"}]}], ";", "\n", + "\t\t", + RowBox[{"refpt", " ", "=", " ", RowBox[{ - RowBox[{"xlis", " ", "=", " ", - RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\t\t ", "\n", - " ", - RowBox[{"pval", "=", + RowBox[{ + RowBox[{"x", "[", "#", "]"}], " ", "&"}], "/@", " ", + RowBox[{"Range", "[", + RowBox[{"Length", "[", "refvc", "]"}], "]"}]}]}], ";", "\n", + " ", + RowBox[{"nrmlist", "=", + RowBox[{ + RowBox[{ + RowBox[{"PQNorm", "[", + RowBox[{"#", ",", "refpt", ",", "p", ",", "q"}], "]"}], " ", "&"}], + "/@", " ", + RowBox[{"N", "[", "dmpts", "]"}]}]}], ";", "\n", "\t\t", + RowBox[{"nb", "=", + RowBox[{"1", "+", + RowBox[{"Length", "[", "st", "]"}]}]}], ";", "\n", "\t\t", + RowBox[{"pos", "=", + RowBox[{"Outer", "[", + RowBox[{"List", ",", + RowBox[{"Drop", "[", + RowBox[{ + RowBox[{"Subsets", "[", "st", "]"}], ",", "nb"}], "]"}]}], "]"}]}], + ";", "\n", "\t\t", + RowBox[{"objli", "=", + RowBox[{ + RowBox[{ + RowBox[{"Total", "[", + RowBox[{"Extract", "[", + RowBox[{"nrmlist", ",", "#"}], "]"}], "]"}], " ", "&"}], "/@", " ", + "pos"}]}], ";", "\n", "\t\t", + RowBox[{"zeros", "=", + RowBox[{"Array", "[", + RowBox[{ + RowBox[{"0", " ", "&"}], ",", " ", + RowBox[{"Length", "[", "refpt", "]"}]}], "]"}]}], ";", "\n", + " ", + RowBox[{"nonneg", "=", + RowBox[{"Apply", "[", + RowBox[{"And", ",", + RowBox[{"MapThread", "[", + RowBox[{"GreaterEqual", ",", + RowBox[{"{", + RowBox[{"refpt", ",", "zeros"}], "}"}]}], "]"}]}], "]"}]}], ";", + "\n", " ", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"slvprb", "=", RowBox[{ RowBox[{ - RowBox[{"Apply", "[", - RowBox[{"Times", ",", "#"}], "]"}], " ", "&"}], "/@", " ", - "xlis"}]}], ";", " ", "\n", " ", - RowBox[{"chval", "=", - RowBox[{"pval", "-", "1"}]}], ";", "\n", "\t ", - RowBox[{"ylis", " ", "=", - RowBox[{"Subsets", "[", - RowBox[{"wghs", "-", "1"}], "]"}]}], ";", "\n", "\t ", - RowBox[{"hdval", "=", + RowBox[{"NMinimize", "[", + RowBox[{ + RowBox[{"Prepend", "[", + RowBox[{ + RowBox[{"{", "nonneg", "}"}], ",", "#"}], "]"}], ",", "refpt", + ",", + RowBox[{"Method", "->", "mthd"}]}], "]"}], " ", "&"}], "/@", " ", + "objli"}]}], ";"}], "*)"}], "\n", "\t\t", + RowBox[{"slvprb", "=", + RowBox[{ + RowBox[{ + RowBox[{"NArgMin", "[", + RowBox[{ + RowBox[{"Prepend", "[", + RowBox[{ + RowBox[{"{", "nonneg", "}"}], ",", "#"}], "]"}], ",", "refpt", + ",", + RowBox[{"Method", "->", "mthd"}]}], "]"}], " ", "&"}], "/@", " ", + "objli"}]}], ";", "\n", "\t\t", + RowBox[{"(*", " ", + RowBox[{ + RowBox[{"optsol", "=", RowBox[{ RowBox[{ - RowBox[{"Apply", "[", - RowBox[{"Times", ",", "#"}], "]"}], " ", "&"}], "/@", " ", - "ylis"}]}], ";", "\n", "\t ", - RowBox[{"{", - RowBox[{"chval", ",", "hdval"}], "}"}]}]}], " ", - RowBox[{"(*", + RowBox[{"Last", "[", "#", "]"}], " ", "&"}], "/@", " ", + "slvprb"}]}], ";"}], " ", "*)"}], "\n", "\t\t", + RowBox[{"optsol", "=", RowBox[{ - "characteristic", " ", "values", " ", "and", " ", "Harsanyi", " ", - RowBox[{"dividends", "."}]}], " ", "*)"}], "\n", "\t\t ", - "]"}]}], ";"}], "\n", "\n", - RowBox[{"(*", " ", - RowBox[{"Probability", " ", "Game"}], " ", "*)"}], "\n", + RowBox[{ + RowBox[{"MapThread", "[", + RowBox[{"Rule", ",", + RowBox[{"{", + RowBox[{"refpt", ",", "#"}], "}"}]}], "]"}], " ", "&"}], "/@", + " ", "slvprb"}]}], ";", "\n", "\t\t", + RowBox[{"objvl", "=", + RowBox[{"MapThread", "[", + RowBox[{"ReplaceAll", ",", + RowBox[{"{", + RowBox[{"objli", ",", "optsol"}], "}"}]}], "]"}]}], ";", "\n", + "\t\t", + RowBox[{"PrependTo", "[", + RowBox[{"objvl", ",", + RowBox[{"Array", "[", + RowBox[{ + RowBox[{"0", " ", "&"}], ",", + RowBox[{"nb", "-", "1"}]}], "]"}]}], "]"}], ";", "\n", "\t\t", + RowBox[{"objvl", "=", + RowBox[{ + RowBox[{"Flatten", "[", "objvl", "]"}], "+", "fixed"}]}], ";", "\n", + "\t\t", + RowBox[{"{", + RowBox[{ + RowBox[{"PrependTo", "[", + RowBox[{"objvl", ",", "0"}], "]"}], ",", " ", + RowBox[{"refpt", " ", "/.", " ", "optsol"}], ",", " ", + RowBox[{"CostSavings", "[", + RowBox[{"objvl", ",", "st"}], "]"}]}], "}"}]}]}], "\n", "\t\t ", + "]"}]}], ";"}]}], "Code",ExpressionUUID->"bc577c5b-a6d6-439b-8434-\ +bcadda5a672a"], + +Cell[BoxData[{ + RowBox[{ + RowBox[{ RowBox[{ - RowBox[{ - RowBox[{"ProbabilityGame", "[", "args___", "]"}], ":=", - RowBox[{"(", + RowBox[{"CostSavings", "[", + RowBox[{"costvec_List", ",", "T_List"}], "]"}], " ", ":=", " ", + RowBox[{"Block", "[", + RowBox[{ + RowBox[{"{", "cs", "}"}], ",", "\n", " ", RowBox[{ - RowBox[{"Message", "[", - RowBox[{"ProbabilityGame", "::", "argerr"}], "]"}], ";", "$Failed"}], - ")"}]}], ";"}], "\n", + RowBox[{"MapThread", "[", + RowBox[{ + RowBox[{ + RowBox[{"SetDelayed", "[", + RowBox[{ + RowBox[{"c", "[", "#1", "]"}], ",", " ", "#2"}], "]"}], " ", + "&"}], ",", " ", + RowBox[{"{", + RowBox[{ + RowBox[{"Subsets", "[", "T", "]"}], ",", " ", "costvec"}], "}"}]}], + "]"}], ";", "\n", " ", + RowBox[{"cs", "=", + RowBox[{ + RowBox[{ + RowBox[{"(", + RowBox[{ + RowBox[{"Total", "[", + RowBox[{ + RowBox[{ + RowBox[{"c", "[", + RowBox[{"{", "#", "}"}], "]"}], " ", "&"}], " ", "/@", " ", + "#"}], "]"}], " ", "-", " ", + RowBox[{"c", "[", "#", "]"}]}], ")"}], " ", "&"}], " ", "/@", " ", + RowBox[{"Subsets", "[", "T", "]"}]}]}], ";", "\n", " ", + RowBox[{"Flatten", "[", + RowBox[{"{", + RowBox[{"0", ",", + RowBox[{"Drop", "[", + RowBox[{"cs", ",", "1"}], "]"}]}], "}"}], "]"}]}]}], "\n", " ", + "]"}]}], ";"}], "\n", "\n", + RowBox[{"(*", " ", RowBox[{ RowBox[{ - RowBox[{"ProbabilityGame", "[", "wghs_List", "]"}], ":=", - RowBox[{"Module", "[", + RowBox[{"Example", " ", "for", " ", "calling", " ", "different", " ", + RowBox[{"solvers", ".", "\n", "\n", "a1"}]}], "=", + RowBox[{"{", + RowBox[{"0", ",", "0"}], "}"}]}], ";", "\n", + RowBox[{"a2", "=", + RowBox[{"{", RowBox[{ - RowBox[{"{", - RowBox[{"xlis", ",", "pval", ",", "chval"}], "}"}], ",", "\n", "\t", - RowBox[{"If", "[", + RowBox[{"1", "/", "2"}], ",", + RowBox[{ + RowBox[{"Sqrt", "[", "3", "]"}], "/", "2"}]}], "}"}]}], ";", "\n", + RowBox[{"a3", "=", + RowBox[{"{", + RowBox[{"1", ",", "0"}], "}"}]}], ";", "\n", + RowBox[{"xx", "=", + RowBox[{"{", + RowBox[{"x1", ",", "x2"}], "}"}]}], ";", "\n", + RowBox[{"dmpts", "=", + RowBox[{"{", + RowBox[{"a1", ",", "a2", ",", "a3"}], "}"}]}], ";", "\n", "\n", + RowBox[{"cval2", "=", + RowBox[{ + RowBox[{ + RowBox[{"CostLocationGame", "[", + RowBox[{"dmpts", ",", "xx", ",", "2", ",", "4", ",", + RowBox[{"5", "/", "24"}], ",", + RowBox[{"Method", "->", "#"}]}], "]"}], " ", "&"}], "/@", " ", + RowBox[{"{", + RowBox[{ + "\"\\"", ",", " ", "\"\\"", ",", " ", + "\"\\"", ",", " ", + "\"\\""}], "}"}]}]}]}], "\n", "\n", " ", "*)"}], + "\n", "\n", + RowBox[{"(*", " ", + RowBox[{"Product", " ", "Game"}], " ", "*)"}]}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ProductGame", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"ProductGame", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"ProductGame", "[", "wghs_List", "]"}], ":=", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"xlis", ",", "pval", ",", "chval", ",", "ylis", ",", "hdval"}], + "}"}], ",", "\n", "\t ", + RowBox[{ + RowBox[{"xlis", " ", "=", " ", + RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\t\t ", "\n", + " ", + RowBox[{"pval", "=", RowBox[{ RowBox[{ RowBox[{"Apply", "[", - RowBox[{"And", ",", - RowBox[{ - RowBox[{ - RowBox[{"GreaterEqual", "[", - RowBox[{"#", ",", "0"}], "]"}], " ", "&"}], "/@", " ", - "wghs"}]}], "]"}], " ", "&&", " ", + RowBox[{"Times", ",", "#"}], "]"}], " ", "&"}], "/@", " ", + "xlis"}]}], ";", " ", "\n", " ", + RowBox[{"chval", "=", + RowBox[{"pval", "-", "1"}]}], ";", "\n", "\t ", + RowBox[{"ylis", " ", "=", + RowBox[{"Subsets", "[", + RowBox[{"wghs", "-", "1"}], "]"}]}], ";", "\n", "\t ", + RowBox[{"hdval", "=", + RowBox[{ + RowBox[{ RowBox[{"Apply", "[", - RowBox[{"And", ",", + RowBox[{"Times", ",", "#"}], "]"}], " ", "&"}], "/@", " ", + "ylis"}]}], ";", "\n", "\t ", + RowBox[{"{", + RowBox[{"chval", ",", "hdval"}], "}"}]}]}], " ", + RowBox[{"(*", + RowBox[{ + "characteristic", " ", "values", " ", "and", " ", "Harsanyi", " ", + RowBox[{"dividends", "."}]}], " ", "*)"}], "\n", "\t\t ", + "]"}]}], ";"}], "\n", "\n", + RowBox[{"(*", " ", + RowBox[{"Probability", " ", "Game"}], " ", "*)"}]}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"ProbabilityGame", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"ProbabilityGame", "::", "argerr"}], "]"}], ";", "$Failed"}], + ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{ + RowBox[{"ProbabilityGame", "[", "wghs_List", "]"}], ":=", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"xlis", ",", "pval", ",", "chval"}], "}"}], ",", "\n", "\t", + RowBox[{"If", "[", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"And", ",", + RowBox[{ RowBox[{ - RowBox[{ - RowBox[{"LessEqual", "[", - RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", - "wghs"}]}], "]"}]}], ",", "\n", " ", - RowBox[{ - RowBox[{"xlis", " ", "=", " ", - RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\n", " ", - - RowBox[{"pval", "=", + RowBox[{"GreaterEqual", "[", + RowBox[{"#", ",", "0"}], "]"}], " ", "&"}], "/@", " ", + "wghs"}]}], "]"}], " ", "&&", " ", + RowBox[{"Apply", "[", + RowBox[{"And", ",", RowBox[{ RowBox[{ - RowBox[{"Apply", "[", - RowBox[{"Times", ",", - RowBox[{"1", "-", "#"}]}], "]"}], " ", "&"}], "/@", " ", - "xlis"}]}], ";", "\n", " ", - RowBox[{"chval", "=", - RowBox[{"1", "-", "pval"}]}]}], ",", - RowBox[{ - "Print", "[", "\"\\"", - "]"}]}], "]"}]}], "\n", "\t\t ", "]"}]}], ";"}]}]}]], "Code",E\ -xpressionUUID->"3c4859d3-293e-4c41-ad63-0f00371d173e"], + RowBox[{"LessEqual", "[", + RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", + "wghs"}]}], "]"}]}], ",", "\n", " ", + RowBox[{ + RowBox[{"xlis", " ", "=", " ", + RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\n", " ", + RowBox[{"pval", "=", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"Times", ",", + RowBox[{"1", "-", "#"}]}], "]"}], " ", "&"}], "/@", " ", + "xlis"}]}], ";", "\n", " ", + RowBox[{"chval", "=", + RowBox[{"1", "-", "pval"}]}]}], ",", + RowBox[{ + "Print", "[", "\"\\"", + "]"}]}], "]"}]}], "\n", "\t\t ", "]"}]}], ";"}], + "\n"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"DualProbabilityGame", "[", "args___", "]"}], ":=", + RowBox[{"(", + RowBox[{ + RowBox[{"Message", "[", + RowBox[{"DualProbabilityGame", "::", "argerr"}], "]"}], ";", + "$Failed"}], ")"}]}], ";"}], "\n", + RowBox[{ + RowBox[{ + RowBox[{"DualProbabilityGame", "[", "wghs_List", "]"}], ":=", + RowBox[{"Module", "[", + RowBox[{ + RowBox[{"{", + RowBox[{"xlis", ",", "pval", ",", "dpval", ",", "chval"}], "}"}], ",", + "\n", "\t", + RowBox[{"If", "[", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"And", ",", + RowBox[{ + RowBox[{ + RowBox[{"GreaterEqual", "[", + RowBox[{"#", ",", "0"}], "]"}], " ", "&"}], "/@", " ", + "wghs"}]}], "]"}], " ", "&&", " ", + RowBox[{"Apply", "[", + RowBox[{"And", ",", + RowBox[{ + RowBox[{ + RowBox[{"LessEqual", "[", + RowBox[{"#", ",", "1"}], "]"}], " ", "&"}], "/@", " ", + "wghs"}]}], "]"}]}], ",", "\n", " ", + RowBox[{ + RowBox[{"xlis", " ", "=", " ", + RowBox[{"Subsets", "[", "wghs", "]"}]}], ";", "\n", " ", + RowBox[{"pval", "=", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"Times", ",", + RowBox[{"1", "-", "#"}]}], "]"}], " ", "&"}], "/@", " ", + "xlis"}]}], ";", "\n", "\t ", + RowBox[{"dpval", "=", + RowBox[{ + RowBox[{ + RowBox[{"Apply", "[", + RowBox[{"Times", ",", + RowBox[{"1", "-", "#"}]}], "]"}], " ", "&"}], "/@", " ", + RowBox[{"Reverse", "[", "xlis", "]"}]}]}], ";", "\n", " ", + RowBox[{"chval", "=", + RowBox[{ + RowBox[{"(", + RowBox[{"1", "-", "pval"}], ")"}], "*", "dpval"}]}]}], ",", + RowBox[{ + "Print", "[", "\"\\"", + "]"}]}], "]"}]}], "\n", "\t\t ", "]"}]}], ";"}]}], "Code",Expres\ +sionUUID->"ca7b0a0b-9209-469d-b29f-3e1aa36e6e98"], Cell[BoxData[ RowBox[{ @@ -1595,7 +2076,7 @@ Problem.\>\"", "]"}], ";", "\n", " ", RowBox[{ "\"\\"", ",", " ", "\"\<{d1,d2}\>\""}], "]"}], ";"}], ")"}]}], ";"}]}]}]], "Code",E\ -xpressionUUID->"fba1043e-c494-43aa-9352-baf701ff0dcc"], +xpressionUUID->"3976d590-2857-4eea-96f4-74922db24463"], Cell[BoxData[{ RowBox[{ @@ -1682,7 +2163,7 @@ Cell[BoxData[{ RowBox[{"[", "2", "]"}], "]"}], "}"}]}], "}"}]}], "]"}]}], ";", "\n", " ", RowBox[{"eqsys", " ", "/.", " ", "sol01"}]}]}], "\n", " ", "]"}]}], - ";"}]}], "Code",ExpressionUUID->"6a4339be-8aa8-46f4-b65a-927c2b1b26f6"], + ";"}]}], "Code",ExpressionUUID->"a8a1daf2-de42-484f-97f3-0041a529afc5"], Cell[BoxData[ RowBox[{ @@ -1778,7 +2259,7 @@ dimension: \>\"", ",", " ", RowBox[{"First", "[", RowBox[{"Dimensions", "[", "valOfsellers", "]"}], "]"}]}], " ", "]"}], ";"}]}], "\n", " ", "]"}]}], "\n", " ", "]"}]}], ";"}], - "\n"}]}]], "Code",ExpressionUUID->"9903f735-b517-48a1-8d81-61b3e8534315"], + "\n"}]}]], "Code",ExpressionUUID->"4b0d062f-e62c-4074-a089-410e3ae3360b"], Cell[BoxData[{ RowBox[{ @@ -1944,7 +2425,7 @@ problem into a symmetric one. \>\"", "]"}]}], ";"}], "\n"}], "\n", RowBox[{"{", RowBox[{"buyers", ",", " ", "sellers"}], "}"}]}], "\n", " ", "]"}]}], "\n", " ", "]"}]}], ";"}]}], "Code",Expressi\ -onUUID->"7a02ed81-a540-4ff9-b71e-81980d9fb16c"], +onUUID->"e8425e8f-952c-4628-aa97-7154b830a919"], Cell[BoxData[{ RowBox[{ @@ -2043,8 +2524,8 @@ Cell[BoxData[{ RowBox[{"Append", "[", RowBox[{"profmat", ",", " ", "zromat"}], "]"}], ",", " ", RowBox[{"-", "1"}]}], "]"}]}], ";", "\n", " ", "nwmat"}]}], "\n", - " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"45cab418-8589-4fc4-9642-\ -028496312b72"], + " ", "]"}]}], ";"}]}], "Code",ExpressionUUID->"ae17d0a7-7fe8-46e0-98a0-\ +95f59281edfd"], Cell[BoxData[{ RowBox[{ @@ -2361,7 +2842,7 @@ Cell[BoxData[{ RowBox[{"Reverse", "[", "#", "]"}], " ", "&"}], ",", "#"}], "]"}], " ", "&"}], " ", "/@", " ", "mptprs"}]}]}], " ", "]"}]}], "\n", " ", "]"}]}]}], "\n", " ", "]"}]}], ";"}]}], "Code",Expressi\ -onUUID->"826e383f-8dfe-4fe2-9dfb-481d3c118de4"], +onUUID->"f6d760df-284b-4751-9340-0097aea69674"], Cell[BoxData[ RowBox[{ @@ -2391,8 +2872,8 @@ Cell[BoxData[ " ", RowBox[{"{", RowBox[{"extcob", ",", "extcos"}], "}"}]}]}], "\n", " ", - "\n", "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->"39c9962b-4fd5-\ -4ffd-aa92-bff6fe1700f4"], + "\n", "]"}]}], ";"}], "\n"}]], "Code",ExpressionUUID->"c488f98a-37ba-\ +4171-9fdd-b373d1e4d0d6"], Cell[BoxData[ RowBox[{ @@ -2489,7 +2970,7 @@ Cell[BoxData[ "\n", " ", RowBox[{"Apply", "[", RowBox[{"Join", ",", " ", "mptab"}], "]"}]}]}], "\n", " ", "]"}]}], - ";"}]], "Code",ExpressionUUID->"17a0834f-c9f8-4957-867b-97d7aefc6815"], + ";"}]], "Code",ExpressionUUID->"8af8fab2-631a-449e-a708-8e87c2d10958"], Cell[BoxData[{ RowBox[{ @@ -2706,13 +3187,12 @@ Cell[BoxData[{ ";", "\n", " ", RowBox[{ "Print", "[", "\"\\"", "]"}]}], - "\n", ")"}]}], ";"}]}], "Code",ExpressionUUID->"e9d75547-14bd-4e1e-9e49-\ -854c25c857d1"], + "\n", ")"}]}], ";"}]}], "Code",ExpressionUUID->"11687734-ae14-4ee1-b10f-4c259efb7e5b"], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{"Assigning", " ", "symmetric", " ", "values"}], " ", "*)"}]], "Code",\ -ExpressionUUID->"a396c01f-8cc3-41cf-80ea-02573f5e59c9"], +ExpressionUUID->"e3d6382a-d55b-454f-aa15-a9002c2c83b1"], Cell[BoxData[ RowBox[{ @@ -2764,7 +3244,7 @@ Cell[BoxData[ RowBox[{"First", "[", "univers", "]"}], "]"}], " ", "=", " ", "Global`\[Gamma]"}]}], "]"}], ",", " ", "True", ",", " ", "Global`\[Sigma]"}], "]"}]}], "]"}]}], "]"}]}], ";"}]], "Code",Expres\ -sionUUID->"26f2cb31-95c3-4b44-9104-820a54199468"], +sionUUID->"a07c02ed-0d74-4c4a-bb83-f5242a9ec5e0"], Cell[BoxData[{ RowBox[{ @@ -2802,8 +3282,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"Total", "[", "#", "]"}], "&"}], "/@", " ", "sxp"}]}]}], "\n", - "]"}]}], ";"}]}], "Code",ExpressionUUID->"d18be6fe-102a-4506-a826-\ -f4740985369d"], + "]"}]}], ";"}]}], "Code",ExpressionUUID->"02d21ee7-63e7-4f3d-8235-\ +ad38720e0c4a"], Cell[BoxData[{ RowBox[{ @@ -3107,7 +3587,7 @@ Cell[BoxData[{ RowBox[{ RowBox[{"NumberQ", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "bq"}]}], "]"}]}]}]}], "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID\ -->"e94abaa6-45f6-4035-9e2b-be28b3627229"], +->"805aba61-420b-496d-8721-acb8db30d41c"], Cell[BoxData[{ RowBox[{ @@ -3198,8 +3678,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"v", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "sbs"}]}]}], - "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"0f80b940-c04b-4d2f-9671-\ -9f854de3b23d"], + "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"5eda3e9d-362c-4b1f-b071-\ +148924ec1dcd"], Cell[BoxData[{ RowBox[{ @@ -3284,8 +3764,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"v", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "sbs"}]}]}], - "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"0b807d37-055a-4a83-8758-\ -cf9387ecfb6a"], + "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"3749817e-5958-4f7c-a7d4-\ +371cae65fbf4"], Cell[BoxData[{ RowBox[{ @@ -3372,8 +3852,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"v", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "sbs"}]}]}], - "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"a37de779-059c-4bc2-bbaa-\ -25a2a97a2e6d"], + "\n", "]"}]}], ";"}]}], "Code",ExpressionUUID->"a562b3b7-d5ac-446f-b9b6-\ +b73b216fd4ba"], Cell[BoxData[{ RowBox[{ @@ -3462,8 +3942,8 @@ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"v", "[", "#", "]"}], " ", "&"}], " ", "/@", " ", "sbs"}]}]}], - "\n", "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"9816d62f-9ded-40a7-\ -929d-d8293753f7fa"], + "\n", "]"}]}], ";"}], "\n"}], "Code",ExpressionUUID->"7edd48a8-275c-4cde-\ +8062-5c79332b9642"], Cell[BoxData[ RowBox[{ @@ -3497,8 +3977,8 @@ Cell[BoxData[ "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";"}]}], "\n", " ", - "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"d0c3a8bb-aa97-\ -428f-ad4f-cfdca6e7e119"], + "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"f2c6c4fe-33e8-\ +48b7-8e86-b74f23b5e8b2"], Cell[BoxData[ RowBox[{ @@ -3534,8 +4014,8 @@ Cell[BoxData[ ",", "0"}], "]"}], ",", "\n", " ", "True", ",", " ", RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";"}]}], "\n", " ", - "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"b08fdb52-fc5d-\ -4243-a587-a47348496f9f"], + "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"56cbcd5c-19f6-\ +4a1d-a8c2-9ad3a169ba13"], Cell[BoxData[ RowBox[{ @@ -3574,8 +4054,8 @@ Cell[BoxData[ " ", RowBox[{ RowBox[{"Print", "[", "\"\\"", "]"}], ";"}]}], "\n", " ", - "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"f89b6320-246f-\ -499e-82ef-b6a4e99bd08a"], + "]"}]}], "\n", "]"}]}], ";"}]], "Code",ExpressionUUID->"66bf9882-29e4-\ +4114-af93-d249b5fadc22"], Cell[BoxData[ RowBox[{ @@ -3601,7 +4081,7 @@ Cell[BoxData[ RowBox[{"mat02", ".", "mat01"}]}]}], ";"}], "\n", "\n", RowBox[{"(*", " ", RowBox[{"Linear", " ", "Algebra"}], " ", "*)"}]}]}]], "Code",ExpressionUUI\ -D->"aa3e2570-02ff-4f62-a02d-a40d31f560a1"], +D->"800888a2-6142-4649-921f-bf22c76de50b"], Cell[BoxData[ RowBox[{ @@ -3674,8 +4154,8 @@ Cell[BoxData[ RowBox[{"Extract", "[", RowBox[{"vec", ",", "#"}], "]"}], "]"}], " ", "&"}], "/@", " ", "#"}], "]"}], " ", "&"}], ",", " ", "pos"}], "]"}]}]}], - "\n", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"9d65ca91-fbe5-\ -408c-bb8e-47dce69f2d7d"], + "\n", "]"}]}], ";"}], "\n"}]}]], "Code",ExpressionUUID->"207760b2-a030-\ +45b2-a080-1ae97a178bbf"], Cell[BoxData[ RowBox[{ @@ -3767,24 +4247,23 @@ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"RStirlingNumber", "[", "___", "]"}], " ", "=", " ", "0"}], - ";"}], "\n"}]}]], "Code",ExpressionUUID->"0efd1796-5fdc-44f6-a606-\ -1f4d5cd411f8"], + ";"}], "\n"}]}]], "Code",ExpressionUUID->"5f040fbe-33de-4443-8f42-\ +f2138a9e30ef"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"End", "[", "]"}], ";"}], "\n"}]], "Code",ExpressionUUID->\ -"cd3b0f1a-b4a1-4d04-8917-1af64808c737"], +"b7e84e3a-0901-4c61-b8e5-478f2e1ffc81"], Cell[BoxData[ - RowBox[{"EndPackage", "[", "]"}]], "Code",ExpressionUUID->"d5cb18e7-6771-4614-a548-52f2d73d5ba0"] + RowBox[{"EndPackage", "[", "]"}]], "Code",ExpressionUUID->"9f7faea0-46d2-42eb-b90f-2e74566e76bf"] }, -WindowSize->{606., 583.5}, -WindowMargins->{{144, Automatic}, {Automatic, 90.75}}, -TaggingRules-><|"CodeFormatter" -> <|"ToolbarState" -> False|>|>, -FrontEndVersion->"13.0 for Linux x86 (64-bit) (December 2, 2021)", +WindowSize->{606, 552}, +WindowMargins->{{Automatic, 78}, {29.25, Automatic}}, +FrontEndVersion->"13.3 for Linux x86 (64-bit) (July 24, 2023)", StyleDefinitions->"Default.nb", -ExpressionUUID->"57d63bd7-6711-4be9-a774-12cf0bcd2e0f" +ExpressionUUID->"3e8d484b-8a42-4076-8da0-9f220fcbcd74" ] (* End of Notebook Content *) @@ -3797,42 +4276,44 @@ CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ -Cell[558, 20, 22462, 497, 5152, "Code",ExpressionUUID->"beacc61c-854b-41fe-b700-40bdde4a9674"], -Cell[23023, 519, 2573, 67, 408, "Code",ExpressionUUID->"7d311e80-f394-4c61-a618-03d902ced597"], -Cell[25599, 588, 9470, 250, 841, "Code",ExpressionUUID->"26997b38-8a89-41c3-88cd-0d1f2bb5e6bb"], -Cell[35072, 840, 3023, 83, 70, "Code",ExpressionUUID->"f2365505-ec4a-4dc1-95ce-2008e0782f8f"], -Cell[38098, 925, 3243, 87, 70, "Code",ExpressionUUID->"dfa13961-8fe7-4346-9ea5-ace719f586bb"], -Cell[41344, 1014, 1593, 42, 70, "Code",ExpressionUUID->"bfc33b68-1aad-4e29-a4b3-1978d9406d4d"], -Cell[42940, 1058, 1916, 49, 70, "Code",ExpressionUUID->"ab9c9af9-dbf3-40fa-b22a-c1617baf3868"], -Cell[44859, 1109, 1339, 36, 70, "Code",ExpressionUUID->"42dd7cfe-8451-421a-becf-1d69ff925065"], -Cell[46201, 1147, 573, 13, 70, "Code",ExpressionUUID->"959ea692-476b-410a-9ee3-6637cd0c84b6"], -Cell[46777, 1162, 5752, 148, 70, "Code",ExpressionUUID->"944abe29-dfa4-4f15-b7be-f60c2a4175ca"], -Cell[52532, 1312, 3699, 100, 70, "Code",ExpressionUUID->"3c4859d3-293e-4c41-ad63-0f00371d173e"], -Cell[56234, 1414, 6959, 183, 70, "Code",ExpressionUUID->"fba1043e-c494-43aa-9352-baf701ff0dcc"], -Cell[63196, 1599, 3222, 85, 70, "Code",ExpressionUUID->"6a4339be-8aa8-46f4-b65a-927c2b1b26f6"], -Cell[66421, 1686, 3761, 94, 70, "Code",ExpressionUUID->"9903f735-b517-48a1-8d81-61b3e8534315"], -Cell[70185, 1782, 6434, 164, 70, "Code",ExpressionUUID->"7a02ed81-a540-4ff9-b71e-81980d9fb16c"], -Cell[76622, 1948, 3681, 98, 70, "Code",ExpressionUUID->"45cab418-8589-4fc4-9642-028496312b72"], -Cell[80306, 2048, 13301, 315, 70, "Code",ExpressionUUID->"826e383f-8dfe-4fe2-9dfb-481d3c118de4"], -Cell[93610, 2365, 1057, 29, 70, "Code",ExpressionUUID->"39c9962b-4fd5-4ffd-aa92-bff6fe1700f4"], -Cell[94670, 2396, 3613, 95, 70, "Code",ExpressionUUID->"17a0834f-c9f8-4957-867b-97d7aefc6815"], -Cell[98286, 2493, 8222, 216, 70, "Code",ExpressionUUID->"e9d75547-14bd-4e1e-9e49-854c25c857d1"], -Cell[106511, 2711, 171, 3, 70, "Code",ExpressionUUID->"a396c01f-8cc3-41cf-80ea-02573f5e59c9"], -Cell[106685, 2716, 2166, 50, 70, "Code",ExpressionUUID->"26f2cb31-95c3-4b44-9104-820a54199468"], -Cell[108854, 2768, 1241, 37, 70, "Code",ExpressionUUID->"d18be6fe-102a-4506-a826-f4740985369d"], -Cell[110098, 2807, 11802, 302, 70, "Code",ExpressionUUID->"e94abaa6-45f6-4035-9e2b-be28b3627229"], -Cell[121903, 3111, 3044, 90, 70, "Code",ExpressionUUID->"0f80b940-c04b-4d2f-9671-9f854de3b23d"], -Cell[124950, 3203, 2902, 84, 70, "Code",ExpressionUUID->"0b807d37-055a-4a83-8758-cf9387ecfb6a"], -Cell[127855, 3289, 2984, 86, 70, "Code",ExpressionUUID->"a37de779-059c-4bc2-bbaa-25a2a97a2e6d"], -Cell[130842, 3377, 3072, 88, 70, "Code",ExpressionUUID->"9816d62f-9ded-40a7-929d-d8293753f7fa"], -Cell[133917, 3467, 1191, 33, 70, "Code",ExpressionUUID->"d0c3a8bb-aa97-428f-ad4f-cfdca6e7e119"], -Cell[135111, 3502, 1329, 35, 70, "Code",ExpressionUUID->"b08fdb52-fc5d-4243-a587-a47348496f9f"], -Cell[136443, 3539, 1477, 38, 70, "Code",ExpressionUUID->"f89b6320-246f-499e-82ef-b6a4e99bd08a"], -Cell[137923, 3579, 828, 24, 70, "Code",ExpressionUUID->"aa3e2570-02ff-4f62-a02d-a40d31f560a1"], -Cell[138754, 3605, 2534, 72, 70, "Code",ExpressionUUID->"9d65ca91-fbe5-408c-bb8e-47dce69f2d7d"], -Cell[141291, 3679, 3313, 91, 70, "Code",ExpressionUUID->"0efd1796-5fdc-44f6-a606-1f4d5cd411f8"], -Cell[144607, 3772, 145, 4, 70, "Code",ExpressionUUID->"cd3b0f1a-b4a1-4d04-8917-1af64808c737"], -Cell[144755, 3778, 112, 1, 70, "Code",ExpressionUUID->"d5cb18e7-6771-4614-a548-52f2d73d5ba0"] +Cell[558, 20, 24754, 542, 5258, "Code",ExpressionUUID->"397c30dc-1e4d-4f68-9fea-c06d28012fc7"], +Cell[25315, 564, 2573, 67, 400, "Code",ExpressionUUID->"a039ca63-9a43-41c2-9717-f877be99421f"], +Cell[27891, 633, 9470, 250, 868, "Code",ExpressionUUID->"48940638-ca66-490e-a723-253c67347d11"], +Cell[37364, 885, 3023, 83, 70, "Code",ExpressionUUID->"78b82487-8562-4635-b210-6764e1dba5b1"], +Cell[40390, 970, 3243, 87, 70, "Code",ExpressionUUID->"23827754-6faa-41f1-bead-a85b71f4c124"], +Cell[43636, 1059, 1593, 42, 70, "Code",ExpressionUUID->"1a6a18c5-7495-43eb-b55e-f5c308fcde35"], +Cell[45232, 1103, 1916, 49, 70, "Code",ExpressionUUID->"f44aac3a-051e-4ada-bc42-79f91d932b5b"], +Cell[47151, 1154, 1339, 36, 70, "Code",ExpressionUUID->"5425a80f-325e-404f-b298-3800f4459257"], +Cell[48493, 1192, 573, 13, 70, "Code",ExpressionUUID->"3d967347-29a3-43af-b0f1-b0f91423f540"], +Cell[49069, 1207, 5752, 148, 70, "Code",ExpressionUUID->"1319daf4-5a88-4def-96ca-d40bb6b3aa3c"], +Cell[54824, 1357, 2792, 75, 70, "Code",ExpressionUUID->"b3755669-ca6b-4ff0-af72-1aa4d5b42bcb"], +Cell[57619, 1434, 8343, 227, 70, "Code",ExpressionUUID->"bc577c5b-a6d6-439b-8434-bcadda5a672a"], +Cell[65965, 1663, 8252, 230, 70, "Code",ExpressionUUID->"ca7b0a0b-9209-469d-b29f-3e1aa36e6e98"], +Cell[74220, 1895, 6959, 183, 70, "Code",ExpressionUUID->"3976d590-2857-4eea-96f4-74922db24463"], +Cell[81182, 2080, 3222, 85, 70, "Code",ExpressionUUID->"a8a1daf2-de42-484f-97f3-0041a529afc5"], +Cell[84407, 2167, 3761, 94, 70, "Code",ExpressionUUID->"4b0d062f-e62c-4074-a089-410e3ae3360b"], +Cell[88171, 2263, 6434, 164, 70, "Code",ExpressionUUID->"e8425e8f-952c-4628-aa97-7154b830a919"], +Cell[94608, 2429, 3681, 98, 70, "Code",ExpressionUUID->"ae17d0a7-7fe8-46e0-98a0-95f59281edfd"], +Cell[98292, 2529, 13301, 315, 70, "Code",ExpressionUUID->"f6d760df-284b-4751-9340-0097aea69674"], +Cell[111596, 2846, 1057, 29, 70, "Code",ExpressionUUID->"c488f98a-37ba-4171-9fdd-b373d1e4d0d6"], +Cell[112656, 2877, 3613, 95, 70, "Code",ExpressionUUID->"8af8fab2-631a-449e-a708-8e87c2d10958"], +Cell[116272, 2974, 8220, 215, 70, "Code",ExpressionUUID->"11687734-ae14-4ee1-b10f-4c259efb7e5b"], +Cell[124495, 3191, 171, 3, 70, "Code",ExpressionUUID->"e3d6382a-d55b-454f-aa15-a9002c2c83b1"], +Cell[124669, 3196, 2166, 50, 70, "Code",ExpressionUUID->"a07c02ed-0d74-4c4a-bb83-f5242a9ec5e0"], +Cell[126838, 3248, 1241, 37, 70, "Code",ExpressionUUID->"02d21ee7-63e7-4f3d-8235-ad38720e0c4a"], +Cell[128082, 3287, 11802, 302, 70, "Code",ExpressionUUID->"805aba61-420b-496d-8721-acb8db30d41c"], +Cell[139887, 3591, 3044, 90, 70, "Code",ExpressionUUID->"5eda3e9d-362c-4b1f-b071-148924ec1dcd"], +Cell[142934, 3683, 2902, 84, 70, "Code",ExpressionUUID->"3749817e-5958-4f7c-a7d4-371cae65fbf4"], +Cell[145839, 3769, 2984, 86, 70, "Code",ExpressionUUID->"a562b3b7-d5ac-446f-b9b6-b73b216fd4ba"], +Cell[148826, 3857, 3072, 88, 70, "Code",ExpressionUUID->"7edd48a8-275c-4cde-8062-5c79332b9642"], +Cell[151901, 3947, 1191, 33, 70, "Code",ExpressionUUID->"f2c6c4fe-33e8-48b7-8e86-b74f23b5e8b2"], +Cell[153095, 3982, 1329, 35, 70, "Code",ExpressionUUID->"56cbcd5c-19f6-4a1d-a8c2-9ad3a169ba13"], +Cell[154427, 4019, 1477, 38, 70, "Code",ExpressionUUID->"66bf9882-29e4-4114-af93-d249b5fadc22"], +Cell[155907, 4059, 828, 24, 70, "Code",ExpressionUUID->"800888a2-6142-4649-921f-bf22c76de50b"], +Cell[156738, 4085, 2534, 72, 70, "Code",ExpressionUUID->"207760b2-a030-45b2-a080-1ae97a178bbf"], +Cell[159275, 4159, 3313, 91, 70, "Code",ExpressionUUID->"5f040fbe-33de-4443-8f42-f2138a9e30ef"], +Cell[162591, 4252, 145, 4, 70, "Code",ExpressionUUID->"b7e84e3a-0901-4c61-b8e5-478f2e1ffc81"], +Cell[162739, 4258, 112, 1, 70, "Code",ExpressionUUID->"9f7faea0-46d2-42eb-b90f-2e74566e76bf"] } ] *) diff --git a/TuGamesAux.wl b/TuGamesAux.wl index b660009..a7f06c3 100644 --- a/TuGamesAux.wl +++ b/TuGamesAux.wl @@ -1,8 +1,8 @@ (* ::Package:: *) (* :Title: TuGamesAux.m *) -(* Release Date: 02.05.2023 *) -(* Version: 3.1.2 *) +(* Release Date: 13.03.2024 *) +(* Version: 3.1.4 *) (* :Context: TuGamesAux` *) @@ -17,10 +17,10 @@ E-Mail: Holger.Meinhardt@wiwi.uni-karlsruhe.de *) -(* :Package Version: 3.1.2 *) +(* :Package Version: 3.1.4 *) (* - :Mathematica Version: 12.x, 13.x + :Mathematica Version: 12.x, 13.x, 14.x *) @@ -30,7 +30,7 @@ *) (*:Keywords: - Extracting the coefficient from a LP. Solving the primal and dual problem. + Extracting the coefficient from an LP. Solving the primal and dual problem. *) (* :History: @@ -77,7 +77,7 @@ Version 2.2 Transcription of the old option rules to the new ones invented by Mathematica 8.x. - This package is now exclusively dedicated to Mathematica version 8.x and higher. + This package is now exclusively dedicated to Mathematica version 8.x and higher. Version 2.3: Change protected command SubsetQ[] to SubSetQ[] from the VertexEnum package. Order is @@ -120,20 +120,21 @@ AirportProblem::usage = BalancedSystemQ::usage = "{bcQ,cfs}=BalancedSystemQ[coll,T] checks whether the collection of sets 'coll' is balanced. It returns a True or False on the first return value, at the second position the weights of - the balanced collection are returned." ; + the balanced collection are returned."; WeaklyBalancedSystemQ::usage = "bcQ=WeaklyBalancedSystemQ[coll,b0,T] checks whether the collection of sets 'coll' in connection with - a set of single coalitions b0 -- could be empty -- is weakly balanced. It returns a True or False." ; + a set of single coalitions b0 -- could be empty -- is weakly balanced. It returns a True or False."; GenProfitMatrix::usage = "GenProfitMatrix[valuation_buyers,valuation_sellers] generates a profit matrix for an assignment problem by the list of valuation of buyers and sellers."; ComplementaryMarket::usage = -"ComplementaryMarket[Tlist,Plist_,Qlist,opts] computes the coalitional values of a market situation - with complementary goods. See Maschler JET, 13, pp. 184-192. The set P can be understood as manufactures - and Q as workers. The set T is the player set with P union Q."; +"ComplementaryMarket[Tlist,Plist_,Qlist,opts] computes the coalitional values of a market situation with complementary goods. See Maschler JET, 13, pp. 184-192. The set P can be understood as manufactures and Q as workers. The set T is the player set with P union Q."; + +CostLocationGame::usage = +"CostLocationGame[dmpts,refvc,p,q,fixedCost,opts] computes from a facility location situation constituted by a list of demand points, a symbolic reference vector like (x1,x2,...,xn), a pq-norm, and a fixed cost value of the associated cost location game. For the PQ-norm, the default values are p=2 and q=1 (Euclidean norm), and for the fixed cost, the default value is set to zero. These input arguments are optional. Mandatory, are the demand points, and a reference point. Demand points must be selected from positive orthant. Return values are the coalitional cost values, and for each coalition larger than 2, the barycenter of the associated polyhedron in which the new facility built up by this coalition is located. Permissible Methods are: {Automatic, NelderMead, DifferentialEvolution,SimulatedAnnealing} passed as string characters. Selecting a Method invokes the function NMinArg. As its third output argument the savings game of the cost location game is returned."; ProductGame::usage = "ProductGame[wghs] computes from weights vector the characteristic values and Harsanyi dividends of a product game."; @@ -141,6 +142,9 @@ ProductGame::usage = ProbabilityGame::usage = "ProbabilityGame[wghs] computes from weights vector the characteristic values of a probability game."; +DualProbabilityGame::usage = +"DualProbabilityGame[wghs] computes from weights vector the characteristic values of a dual probability game."; + ContestedGarment::usage = "ContestGarment[Estate,{d1,d2}] computes a solution for a contested garment or two-creditor modest bankruptcy problem."; @@ -153,7 +157,7 @@ GreedyBankruptcy::usage = "GreedyBankruptcy[Estate,claims] computes the coalitional values for a greedy bankruptcy game."; LPtoMatrix::usage = -"LPtoMatrix[zf, const, var] extracts the coefficient from a LP. Where 'zf' is the objective function, +"LPtoMatrix[zf, const, var] extracts the coefficient from an LP. Where 'zf' is the objective function, 'const' is the linear constraint set and 'var' is set of variables."; AdjointMatrix::usage= @@ -200,6 +204,10 @@ EuclidianDistance::usage = "EuclidianDistance[liste,refliste] computes the Euclidian distance of the vector 'liste' w.r.t. the vector 'refliste'."; +PQNorm::usage = +"PQNorm[liste,refliste,p,q] computes the PQ-norm of the vector 'liste' w.r.t. + the vector 'refliste'. The default is p=2, q=1, i.e., the Euclidean norm."; + NearRingQ::usage = "NearRingQ[list,T] checks if the collection of sets is a near ring."; @@ -216,7 +224,7 @@ RStirlingNumber::usage= "RStirlingNumber[r,n,k] computes the r-associated Stirling number of the second kind."; SortVecDecOrder::usage = -"SortVecDecOrder[vec] order vec into a non-increasing order. See Eq. (5.11) page 82 Peleg and Sudhoelter (2007). "; +"SortVecDecOrder[vec] order vec into a non-increasing order. See Eq. (5.11) page 82 Peleg and Sudhoelter (2007)."; (* :Options: *) @@ -224,6 +232,7 @@ Options[AssignmentProblem] := {Verbose -> False}; Options[BalancedSystemQ] := {Method-> RevisedSimplex}; Options[ComplementaryMarket] := {MarketParameter -> (1/2)}; Options[WeaklyBalancedSystemQ] := {Method-> RevisedSimplex}; +Options[CostLocationGame] = {Method -> Automatic}; (* :Error Messages: *) @@ -235,19 +244,22 @@ Sets2Dec::argerr="One argument was expected."; SortVecDecOrder::argerr="One argument was expected."; ProductGame::argerr="One argument was expected."; ProbabilityGame::argerr="One argument was expected."; +DualProbabilityGame::argerr="One argument was expected."; (* :Two Arguments: *) Angle::argerr="Two arguments were expected."; AirportProblem::argerr="Two arguments were expected."; BalancedSystemQ::argerr="Two arguments were expected."; ContestedGarment::argerr="Two arguments were expected."; +CostLocationGame::argerr="Two arguments were expected."; EuclidianDistance::argerr="Two arguments were expected."; GenProfitMatrix::argerr="Two arguments were expected."; GreedyBankruptcy::argerr="Two arguments were expected."; GetCardinalityGame::argerr="Two arguments were expected."; LieBracket::argerr="Two arguments were expected."; -NearRingQ::argerr="Two arguments were expected."; ModestBankruptcy::argerr="Two arguments were expected."; +NearRingQ::argerr="Two arguments were expected."; +PQNorm::argerr="Two arguments were expected."; TalmudicRule::argerr="Two arguments were expected."; @@ -411,6 +423,78 @@ ComplementaryMarket[T_List,P_List,Q_List,opts:OptionsPattern[ComplementaryMarket ]; +(* Cost Location Game *) + +PQNorm[args___]:=(Message[PQNorm::argerr];$Failed); +PQNorm[liste_, refliste_,p_:2,q_:1]:= + Which[Depth[liste] == 3, PQNormDist[#, refliste,p,q] & /@ liste, + Depth[liste] == 2, PQNormDist[liste, refliste,p,q], + True,DisplayPQNrm[liste]]; + +PQNormDist[liste_, refliste_,p_:2,q_:1]:= Power[Total[ MapThread[Power[#1 - #2, p] &, {liste, refliste}]], (q/p)]; + +DisplayPQNrm[liste_]:=( + Print["Depth is equal to ",Depth[liste]]; + Print["Usage: PQNorm[liste,refliste,p,q]"]; + Print["Input format of the variable 'liste' is not correct."]; + Print["The variable 'liste' must be a list."] +); + + +CostLocationGame[args___]:=(Message[CostLocationGame::argerr];$Failed); +CostLocationGame[dmpts_, refvc_,p_:2,q_:1,fixed_:0]:=Block[{st,nb,pos,smvc,cdco,tvc,avvc,objvl}, + st = Range[First[Dimensions[dmpts]]]; + nb=1+Length[st]; + pos=Outer[List,Drop[Subsets[st],nb]]; + cdco=Length[#] &/@ pos; + smvc=Total[Extract[dmpts,#]] &/@ pos; + avvc=smvc/cdco; + tvc=Extract[dmpts,#] &/@ pos; + objvl=Total[#] &/@ Table[PQNorm[N[tvc[[i]]],avvc[[i]],p,q],{i,Length[avvc]}]; + PrependTo[objvl,Array[0 &,nb-1]]; + objvl=Flatten[objvl]+fixed; + {PrependTo[objvl,0], avvc, CostSavings[objvl,st]} + ]; + +CostLocationGame[dmpts_, refvc_,p_:2,q_:1,fixed_:0,opts:OptionsPattern[CostLocationGame]]:=Module[{mthd,st,refpt,nrmlist,nb,pos,objli,zeros,nonneg,slvprb,optsol,objvl}, + mthd=OptionValue[Method]; + st = Range[First[Dimensions[dmpts]]]; + refpt = x[#] &/@ Range[Length[refvc]]; + nrmlist=PQNorm[#,refpt,p,q] &/@ N[dmpts]; + nb=1+Length[st]; + pos=Outer[List,Drop[Subsets[st],nb]]; + objli=Total[Extract[nrmlist,#]] &/@ pos; + zeros=Array[0 &, Length[refpt]]; + nonneg=Apply[And,MapThread[GreaterEqual,{refpt,zeros}]]; + (* slvprb=NMinimize[Prepend[{nonneg},#],refpt,Method->mthd] &/@ objli;*) + slvprb=NArgMin[Prepend[{nonneg},#],refpt,Method->mthd] &/@ objli; + (* optsol=Last[#] &/@ slvprb; *) + optsol=MapThread[Rule,{refpt,#}] &/@ slvprb; + objvl=MapThread[ReplaceAll,{objli,optsol}]; + PrependTo[objvl,Array[0 &,nb-1]]; + objvl=Flatten[objvl]+fixed; + {PrependTo[objvl,0], refpt /. optsol, CostSavings[objvl,st]} + ]; + + +CostSavings[costvec_List,T_List] := Block[{cs}, + MapThread[SetDelayed[c[#1], #2] &, {Subsets[T], costvec}]; + cs=(Total[c[{#}] & /@ #] - c[#]) & /@ Subsets[T]; + Flatten[{0,Drop[cs,1]}] + ]; + +(* Example for calling different solvers. + +a1={0,0}; +a2={1/2,Sqrt[3]/2}; +a3={1,0}; +xx={x1,x2}; +dmpts={a1,a2,a3}; + +cval2=CostLocationGame[dmpts,xx,2,4,5/24,Method->#] &/@ {"Automatic", "NelderMead", "DifferentialEvolution", "SimulatedAnnealing"} + + *) + (* Product Game *) ProductGame[args___]:=(Message[ProductGame::argerr];$Failed); ProductGame[wghs_List]:=Module[{xlis,pval,chval,ylis,hdval}, @@ -431,6 +515,15 @@ ProbabilityGame[wghs_List]:=Module[{xlis,pval,chval}, chval=1-pval,Print["The weights must lie between zero and one."]] ]; +DualProbabilityGame[args___]:=(Message[DualProbabilityGame::argerr];$Failed); +DualProbabilityGame[wghs_List]:=Module[{xlis,pval,dpval,chval}, + If[Apply[And,GreaterEqual[#,0] &/@ wghs] && Apply[And,LessEqual[#,1] &/@ wghs], + xlis = Subsets[wghs]; + pval=Apply[Times,1-#] &/@ xlis; + dpval=Apply[Times,1-#] &/@ Reverse[xlis]; + chval=(1-pval)*dpval,Print["The weights must lie between zero and one."]] + ]; + (* Bankruptcy Situation *) @@ -923,3 +1016,5 @@ End[]; EndPackage[] + + diff --git a/cddmathlink/Linux-x86-64/cddmathlink b/cddmathlink/Linux-x86-64/cddmathlink index 85060c2..0b87214 100755 Binary files a/cddmathlink/Linux-x86-64/cddmathlink and b/cddmathlink/Linux-x86-64/cddmathlink differ diff --git a/cddmathlink2/Linux-x86-64/cddmathlink2 b/cddmathlink2/Linux-x86-64/cddmathlink2 index f5e0296..adeee5a 100755 Binary files a/cddmathlink2/Linux-x86-64/cddmathlink2 and b/cddmathlink2/Linux-x86-64/cddmathlink2 differ diff --git a/cddmathlink2gmp/Linux-x86-64/cddmathlink2gmp b/cddmathlink2gmp/Linux-x86-64/cddmathlink2gmp index 7f0a5ae..14c7aa5 100755 Binary files a/cddmathlink2gmp/Linux-x86-64/cddmathlink2gmp and b/cddmathlink2gmp/Linux-x86-64/cddmathlink2gmp differ diff --git a/tug/readme_tug.md b/tug/readme_tug.md index 593dba0..e9ed3e5 100644 --- a/tug/readme_tug.md +++ b/tug/readme_tug.md @@ -1 +1 @@ -For those who have not installed the cddmathlink binary or do observe a hanging of the binary load process should move the file `TuGames.wl` as a substitute into the root directory. Loading cddmathlink is switched off and with it all graphical features. +For those who have not installed the cddmathlink binary or do observe a hanging of the binary load process should move the file `TuGames.wl` as a substitute into the root directory. Loading cddmathlink is switched off and with it all graphical features. diff --git a/tug/readme_tug.txt b/tug/readme_tug.txt index 203d754..4ab65f9 100644 --- a/tug/readme_tug.txt +++ b/tug/readme_tug.txt @@ -1 +1 @@ -For those who have not installed the cddmathlink binary or do observe a hanging of the binary load process should move the file TuGames.wl as a substitute into the root directory. Loading cddmathlink is switched off and with it all graphical features. +For those who have not installed the cddmathlink binary or do observe a hanging of the binary load process should move the file "TuGames.wl" as a substitute into the root directory. Loading cddmathlink is switched off and with it all graphical features. diff --git a/vertex/Parser.wl b/vertex/Parser.wl new file mode 100644 index 0000000..8aef14e --- /dev/null +++ b/vertex/Parser.wl @@ -0,0 +1,108 @@ +(* + + Praser borrowed from the URL: + + https://mathematica.stackexchange.com/questions/32716/how-to-examine-the-structure-of-graphics-objects + + +*) + +(* Utility for turning printing on/off. *) +(* --- Mr.Wizard's version of BlockPrint --- *) +ClearAll[BlockPrint]; +SetAttributes[BlockPrint, HoldRest]; +BlockPrint[True , body_] := Block[{Print}, body] +BlockPrint[False, body_] := body + +(* Parser proper. Invoked by: parser@Graphics[...] *) +ClearAll[parser, parser`iparser, parser`directive, parser`primitive]; + +Options[parser] = {Verbose -> False}; +parser[a_, opts:OptionsPattern[]] := +Block[{parser`state = {}, parser`primList, parser`unknownfcn}, + parser`unknownfcn[_]:= Sequence[]; + BlockPrint[!OptionValue[Verbose], + Flatten[parser`iparser[a]] /. parser`primList -> List + ] +] + +(* Better isolation*) +Begin["parser`"]; + +(* Note the changes for v10 *) +directive := _AbsolutePointSize | _Arrowheads | _CapForm | _Dashing | + _EdgeForm | _FaceForm | _Glow | _JoinForm | + _Opacity | _PointSize | _Specularity | _Thickness | + If[ $VersionNumber < 10, + _CMYKColor | _RGBColor | _GrayLevel | _Hue, + _?ColorQ + ]; + +primitive := _Arrow | _BezierCurve | _BSplineCurve | _BSplineSurface | _Circle | + _Cone | _Cuboid | _Cylinder | _Disk | _FilledCurve | _Inset | + _JoinedCurve | _Line | _Point | _Polygon | _Raster | _Raster3D | + _Rectangle | _Sphere | _Text | _Tube | + If[ $VersionNumber >= 10, + _Ball | _Circumsphere | + _ConicHullRegion | _HalfLine | + _HalfPlane | _Hexahedron | _InfiniteLine | + _Parallelepiped | _Parallelogram | _Prism | _Pyramid | + _Simplex | _Tetrahedron | _Triangle, + ##&[] + ] | + If[ $VersionNumber >= 10.2, + _AffineHalfSpace | _AffineSpace | _Annulus | _CapsuleShape | + _Cuboid | _DiskSegment | _HalfSpace | _Hyperplane | _InfinitePlane | + _Insphere | _RegularPolygon | _SphericalShell | _StadiumShape, + ##&[] + ]; + +(* + AASTriangle, ASATriangle, SASTriangle, and SSSTriangle evaluate + to Triangle via DownValues, so they'll never show up in Graphics(3D) + by themselves. +*) + +iparser[l_Legended] := iparser@First@l +iparser[g:(_Graphics|_Graphics3D)]:= iparser @ First @ g + +iparser[{}]:= Sequence[] + +iparser[l_List] := +Internal`InheritedBlock[{state}, + Print["List"]; + iparser /@ l +] + +iparser[Style[a_, b__]]:= +Internal`InheritedBlock[{state,unknownfcn}, + (* augment unknown function to work with strings *) + unknownfcn[str_String]:= (state = {state, str}; ##&[]); + Print["Style"]; + iparser /@ {b}; + iparser @ a +] + +iparser[GraphicsGroup[a_List]] := + (Print["GraphicsGroup - List"]; iparser @ a) +iparser[GraphicsGroup[a_]]:= + (Print["GraphicsGroup - NoList"]; iparser @ {a}) + +iparser[g_GraphicsComplex]:= + (Print["GraphicsComplex - Normalizing."]; iparser @ Normal @ g); + +iparser[Directive[a___]] := + (Print["Directive: ", Directive[a]]; iparser /@ Flatten[{a}]) + +iparser[m:directive] := + (Print["directive: ", m]; state = {state, m}; ##&[]) + +iparser[p:primitive] := + ( + Print["primitive: ", p, "; state: ", state]; + (* Prevents flattening later *) + primList[Flatten[state], p] + ) + +iparser[a_] := (Print["unknown: ", a]; unknownfcn[a]) +End[]; (* parser` *)